:root {
    --faculty-block-pad: clamp(18px, 1.45vw, 24px);
    --green: #007a45;
    --deep: #006d3f;
    --mint: #e9f4ee;
    --yellow: #f0ca16;
    --ink: #302b25;
    --muted: #6e756f;
    --page-gutter: 40px;
}

* {
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    margin: 0;
    color: var(--ink);
    font-family: 'PT Sans',Helvetica,Arial,sans-serif;
    overflow-x: hidden;
    background: url("/images/page-pattern.svg") 0 0 / 760px 560px repeat,
    #fff;
}

/* Small offline fallback for the UIkit utilities used on this page. */
.uk-container {
    box-sizing: border-box;
    width: calc(100% - var(--page-gutter) * 2);
    margin-inline: auto;
}

.uk-container-expand {
    box-sizing: border-box;
    width: calc(100% - var(--page-gutter) * 2);
    margin-inline: auto;
    max-width: none;
}

.uk-flex {
    display: flex;
}

.uk-flex-between {
    justify-content: space-between;
}

.uk-flex-right {
    justify-content: flex-end;
}

.uk-flex-middle {
    align-items: center;
}

.uk-flex-bottom {
    align-items: flex-end;
}

.uk-flex-wrap {
    flex-wrap: wrap;
}

.uk-text-center {
    text-align: center;
}

.uk-margin-remove {
    margin: 0;
}

.uk-width-1-1 {
    width: 100%;
}

.uk-subnav {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 0;
    list-style: none;
}

.uk-subnav > * > :first-child {
    text-transform: none;
}

.uk-light .uk-thumbnav > * > ::after {
    background-image: none;
}

.uk-thumbnav > * > ::after {
    background-image: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'PT Sans',Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

.hero {
    position: relative;
    min-height: 919px;
    background: #1d2a24;
    overflow: hidden;
}

.hero::before,
.stats::before,
footer::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .22;
    background: repeating-radial-gradient(ellipse at 10% 20%, transparent 0 34px, rgba(255, 255, 255, .35) 35px 36px, transparent 37px 58px);
}

.hero::before {
    z-index: 2;
}

.hero-slideshow,
.hero-slides,
.hero-slides > * {
    position: absolute;
    inset: 0;
    min-height: 919px !important;
}

.hero-slideshow {
    z-index: 1;
}

.hero-slides {
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
}

.hero-slides > * {
    width: 100%;
}

.fallback-slideshow .hero-slides > * {
    display: block !important;
    opacity: 0;
    transform: translateX(100%);
    transition: transform .72s cubic-bezier(.22, .61, .36, 1),
    opacity .72s ease;
    will-change: transform, opacity;
    pointer-events: none;
}

.fallback-slideshow .hero-slides > *.uk-active {
    z-index: 2;
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.fallback-slideshow .hero-slides > *.is-before {
    transform: translateX(-100%);
}

.hero-slide {
    position: relative;
    width: 100%;
    min-height: 919px;
    background-position: center 43%;
    background-size: cover;
}

.hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(247, 247, 245, 0) 88.02%, #f6f6f5 100%),
    linear-gradient(0deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
}

.hero-home .hero-slide::before {
    background: linear-gradient(
            180deg,
            rgba(0, 0, 0, .6) 0%,
            rgba(0, 0, 0, .6) 70%,
            rgba(0, 0, 0, .52) 78%,
            rgba(0, 0, 0, .3) 87%,
            rgba(0, 0, 0, .08) 95%,
            rgba(0, 0, 0, 0) 100%
    );
}

.topbar,
.mainnav {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 6;
}

.topbar {
    top: 0;
    height: 53px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.mainnav {
    top: 53px;
    height: 113px;
    padding-top: 16px;
    padding-bottom: 8px;
    justify-content: flex-start !important;
}

.topbar a,
.mainnav a {
    color: rgba(255, 255, 255, .82);
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    text-transform: none;
}

.topbar .uk-subnav {
    gap: 32px;
}

.topbar .uk-subnav > * > a {
    display: block;
    width: auto;
    white-space: nowrap;
}

.top-icons {
    width: auto;
    height: 38px;
    gap: 16px;
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
    line-height: 20px;
}

.top-icons-main {
    display: flex;
    align-items: center;
}

.top-icons-main {
    width: 140px;
    height: 20px;
    gap: 20px;
}

.header-search {
    display: flex;
    width: clamp(280px, 23vw, 430px);
    height: 38px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(10px);
    transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.header-search:focus-within {
    border-color: rgba(255, 255, 255, .72);
    background: rgba(255, 255, 255, .2);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .12);
}

.header-search input {
    min-width: 0;
    flex: 1 1 auto;
    padding: 0 8px 0 16px;
    border: 0;
    background: transparent;
    color: #fff;
    font: 500 13px/20px Arial, Helvetica, sans-serif;
    outline: none;
}

.header-search input::placeholder {
    color: rgba(255, 255, 255, .72);
    opacity: 1;
}

.header-search input::-webkit-search-cancel-button {
    filter: invert(1);
    opacity: .7;
}

.header-search button {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 7px;
    padding: 0 16px 0 12px;
    border: 0;
    background: #19874e;
    color: #fff;
    font: 800 12px/16px Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.header-search button:hover,
.header-search button:focus-visible {
    background: #0d6d40;
}

.header-search button svg,
.top-icons .header-search button svg {
    width: 17px;
    height: 17px;
    color: currentColor;
}

.top-icon-link,
.top-lang {
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    color: rgba(255, 255, 255, .6);
    text-decoration: none;
}

.top-icon-link {
    width: 20px;
    height: 20px;
}

.top-lang {
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.top-icon-link svg {
    display: block;
    width: 20px;
    height: 20px;
}

.top-icon-link:hover,
.top-icon-link.is-active,
.top-icon-link[aria-pressed="true"],
.top-lang:hover {
    color: #fff;
}

.top-icons [uk-icon] {
    width: 20px;
    height: 20px;
    display: inline-grid;
    place-items: center;
}

.top-icons svg {
    width: 20px;
    height: 20px;
    color: rgba(255, 255, 255, .6);
}

.top-icon-link:hover svg,
.top-icon-link.is-active svg,
.top-icon-link[aria-pressed="true"] svg {
    color: #fff;
}

.brand {
    width: min(320px, 24vw);
    min-width: 246px;
    height: 66px;
    margin-right: auto;
    padding: 8px 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .94);
}

.brand img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 50px;
    object-fit: contain;
}

.mainnav .uk-subnav {
    width: auto;
    height: 48px;
    justify-content: flex-end;
    gap: clamp(18px, 2vw, 40px);
    flex-wrap: nowrap;
}

.mainnav .uk-subnav a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    white-space: nowrap;
}

.topbar .uk-active a,
.mainnav .uk-active a {
    color: #fff;
}

.mainnav .uk-active a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 6px;
}

.round {
    display: inline-grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 0;
    border-radius: 50%;
    text-decoration: none;
    flex: 0 0 auto;
}

.round.green,
.round.menu {
    width: 48px;
    height: 48px;
    margin-left: 40px;
    background: #19874e;
    color: #fff;
}

.round.muted {
    width: 34px;
    height: 34px;
    background: rgba(255, 255, 255, .2);
    color: #fff;
}

[uk-icon="menu"]::before {
    content: "≡";
    font-size: 22px;
    line-height: 1;
}

[uk-icon="user"]::before {
    content: "♙";
    font-size: 14px;
    opacity: .8;
}

[uk-icon="mail"]::before {
    content: "□";
    font-size: 12px;
    opacity: .8;
}

[uk-icon="search"]::before {
    content: "○";
    font-size: 14px;
    opacity: .8;
}

[uk-icon="bolt"]::before {
    content: "";
}

.uk-icon::before,
[uk-icon]:has(svg)::before {
    content: none !important;
    display: none !important;
}

[uk-icon="arrow-up-right"] svg {
    display: none !important;
}

[uk-icon="arrow-right"] svg,
[uk-icon="arrow-left"] svg,
[uk-icon="arrow-up"] svg {
    display: none !important;
}

[uk-icon="arrow-up-right"]::before,
[uk-icon="arrow-up-right"]:has(svg)::before,
[uk-icon="arrow-right"]::before,
[uk-icon="arrow-right"]:has(svg)::before,
[uk-icon="arrow-left"]::before,
[uk-icon="arrow-left"]:has(svg)::before,
[uk-icon="arrow-up"]::before,
[uk-icon="arrow-up"]:has(svg)::before {
    content: "" !important;
    display: block !important;
    width: 10px;
    height: 10px;
    background-color: currentColor;
}

[uk-icon="arrow-up-right"]::before,
[uk-icon="arrow-up-right"]:has(svg)::before {
    -webkit-mask: url("/images/arrow-up-right.svg") center / contain no-repeat;
    mask: url("/images/arrow-up-right.svg") center / contain no-repeat;
}

[uk-icon="arrow-right"]::before,
[uk-icon="arrow-right"]:has(svg)::before {
    -webkit-mask: url("/images/arrow-right.svg") center / contain no-repeat;
    mask: url("/images/arrow-right.svg") center / contain no-repeat;
}

[uk-icon="arrow-left"]::before,
[uk-icon="arrow-left"]:has(svg)::before {
    -webkit-mask: url("/images/arrow-left.svg") center / contain no-repeat;
    mask: url("/images/arrow-left.svg") center / contain no-repeat;
}

[uk-icon="arrow-up"]::before,
[uk-icon="arrow-up"]:has(svg)::before {
    -webkit-mask: url("/images/arrow-up.svg") center / contain no-repeat;
    mask: url("/images/arrow-up.svg") center / contain no-repeat;
}

.hero-content {
    position: relative;
    z-index: 3;
    padding-top: 366px;
}

.hero h1 {
    max-width: 860px;
    color: #fff;
    font-size: clamp(54px, 5.4vw, 78px);
    line-height: .96;
}

.hero p {
    margin: 36px 0 28px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.hero-actions {
    gap: 8px;
}

.pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 42px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
}

.pill.white {
    background: #fff;
    color: var(--ink);
}

.green-pill {
    min-height: 44px;
    padding: 0 28px;
    background: var(--green);
    color: #fff;
}

.hero-thumbnav {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    width: max-content;
    height: 130px;
    margin: 0;
    padding: 0;
    list-style: none;
    transition: transform .72s cubic-bezier(.22, .61, .36, 1);
    will-change: transform;
}

.hero-thumbnav > li {
    width: 446px;
    height: 130px;
    opacity: .4;
    flex: 0 0 auto;
    transition: opacity .42s ease,
    width .42s ease;
}

.hero-thumbnav > li.uk-active {
    width: 446px;
    opacity: 1;
}

.quick {
    margin-top: clamp(78px, 6.25vw, 120px);
    position: relative;
    z-index: 3;
}

.quick-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(14px, 1.1vw, 20px);
    width: 100%;
    height: auto;
    align-items: stretch;
}

.quick-link {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 0;
    aspect-ratio: 1.18 / 1;
    align-items: flex-end;
    padding: clamp(22px, 1.6vw, 30px);
    overflow: hidden;
    border: 1px solid rgba(25, 135, 78, .11);
    border-radius: 18px;
    color: #145638;
    background: #fff;
    text-decoration: none;
    isolation: isolate;
    box-shadow: 0 16px 38px rgba(18, 48, 31, .055);
}

.quick-link::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    transition: transform .6s cubic-bezier(.2, .75, .25, 1), filter .3s ease;
}

.quick-link::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    background: linear-gradient(180deg, transparent 45%, rgba(255, 255, 255, .68) 72%, rgba(255, 255, 255, .98) 100%);
    pointer-events: none;
}

.quick-link span {
    position: relative;
    z-index: 3;
    max-width: 94%;
    font-size: clamp(27px, 1.65vw, 32px);
    line-height: 1.13;
    font-weight: 400;
    letter-spacing: -.015em;
    text-wrap: balance;
}

.quick-link-military::before {
    background-image: url("/images/quick-military-watercolor-v2.webp");
    background-position: 56% center;
}

.quick-link-faculties::before {
    background-image: url("/images/quick-faculties-watercolor-v2.webp");
    background-position: 58% center;
}

.quick-link-admissions::before {
    background-image: url("/images/quick-admissions-watercolor-v2.webp");
    background-position: 78% center;
}

.quick-link-dormitories::before {
    background-image: url("/images/quick-dormitories-watercolor-v2.webp");
    background-position: 65% center;
}

.section {
    padding-top: 130px;
}

.section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 44px;
}

.section-head h2 {
    margin: 0;
    color: #000;
    font-size: clamp(38px, 3.7vw, 52px);
    line-height: 1.08;
    font-weight: 400;
}

.tech h2 {
    font-size: clamp(36px, 3.7vw, 52px);
    line-height: 1.05;
}

.section-head > div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.news-side-slide,
.news-main-slide {
    position: absolute;
    inset: 0;
}

.news-slider-fallback .news-side-slide,
.news-slider-fallback .news-main-slide {
    opacity: 0;
    transform: translateX(100%);
    transition: transform .58s cubic-bezier(.22, .61, .36, 1),
    opacity .58s ease;
    pointer-events: none;
}

.news-slider-fallback .news-side-slide.uk-active,
.news-slider-fallback .news-main-slide.uk-active {
    z-index: 2;
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.news-slider-fallback .news-side-slide.is-before,
.news-slider-fallback .news-main-slide.is-before {
    transform: translateX(-100%);
}

.news-side-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    color: #fff;
    background: repeating-radial-gradient(ellipse at 46% 11%, transparent 0 42px, rgba(255, 255, 255, .18) 43px 44px, transparent 45px 70px),
    repeating-radial-gradient(ellipse at 92% 34%, transparent 0 36px, rgba(255, 255, 255, .13) 37px 38px, transparent 39px 64px),
    linear-gradient(180deg, #176f42, #0c693e);
}

.news-main-slide {
    background-position: center;
    background-size: cover;
}

.news-main-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .82) 100%),
    rgba(0, 0, 0, .2);
}

.tag {
    position: relative;
    z-index: 2;
    display: inline-flex;
    width: fit-content;
    padding: 8px 18px;
    border-radius: 999px;
    background: #fff;
    color: var(--green);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.tech {
    position: relative;
}

.tech-intro {
    display: grid;
    grid-template-columns: minmax(0, 769fr) minmax(360px, 572fr);
    gap: 19px;
    width: 100%;
    min-height: 367px;
}

.tech-copy {
    padding-top: 16px;
}

.tech .tech-copy h2 {
    width: 100%;
    color: #000;
    font-size: 64px;
    line-height: 72px;
    font-weight: 400;
}

.tech p {
    width: min(100%, 688px);
    margin: 40px 0 0;
    color: #4c5757;
    font-size: 20px;
    line-height: 28px;
}

.tech-visual {
    position: relative;
    width: 100%;
    height: 367px;
}

.tech-visual::before {
    content: "";
    position: absolute;
    inset: 18px 12px 0 0;
    background: rgba(255, 255, 255, .62);
    filter: blur(18px);
}

.wash-img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 367px;
    object-fit: cover;
    filter: saturate(.78) brightness(1.08);
    -webkit-mask-image: radial-gradient(ellipse at 50% 50%, #000 0 54%, transparent 75%),
    linear-gradient(90deg, transparent 0, #000 9%, #000 91%, transparent 100%);
    -webkit-mask-composite: source-in;
    mask-image: radial-gradient(ellipse at 50% 50%, #000 0 54%, transparent 75%),
    linear-gradient(90deg, transparent 0, #000 9%, #000 91%, transparent 100%);
}

.program-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(14px, 1.25vw, 24px);
    width: 100%;
    height: auto;
    margin-top: 39px;
    align-items: stretch;
}

.program-stack {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: clamp(10px, .65vw, 11px);
    width: 100%;
    min-width: 0;
    height: auto;
}

.program-card {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-width: 0;
    padding: 28px clamp(18px, 1.45vw, 28px) 30px;
    overflow: hidden;
    border-radius: 20px;
    color: #000;
    text-decoration: none;
    isolation: isolate;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .04);
}

.program-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: 20px;
    background: #fff;
    pointer-events: none;
}

.program-card::after {
    content: none;
}

.program-card-tall {
    width: 100%;
    min-height: clamp(360px, 23.1vw, 443px);
}

.program-card-tall::before {
    -webkit-mask: url("/images/program-card-mask-tall.svg?v=20260703-0042") 0 0 / 100% 100% no-repeat;
    mask: url("/images/program-card-mask-tall.svg?v=20260703-0042") 0 0 / 100% 100% no-repeat;
}

.program-card-tall::after {
    height: 17.8%;
}

.program-card-small {
    width: 100%;
    min-height: clamp(174px, 11.25vw, 216px);
}

.program-card-small::before {
    -webkit-mask: url("/images/quick-card-mask.svg?v=20260703-0042") 0 0 / 100% 100% no-repeat;
    mask: url("/images/quick-card-mask.svg?v=20260703-0042") 0 0 / 100% 100% no-repeat;
}

.program-card span {
    position: relative;
    z-index: 2;
    max-width: calc(100% - 18px);
    font-size: clamp(25px, 1.65vw, 32px);
    line-height: 1.18;
    font-weight: 400;
    overflow-wrap: anywhere;
}

.program-card i {
    position: absolute;
    z-index: 4;
    top: 0;
    right: 0;
    display: grid;
    width: clamp(52px, 3.5vw, 67px);
    height: clamp(52px, 3.5vw, 67px);
    place-items: center;
    border-radius: 50%;
    background: #19874e;
    color: #fff;
}

.program-card i svg {
    width: 24px;
    height: 24px;
}

.program-card-green {
    color: #fff;
}

.program-card-green::before {
    background: repeating-radial-gradient(ellipse at 24% 45%, transparent 0 42px, rgba(255, 255, 255, .17) 43px 44px, transparent 45px 74px),
    repeating-radial-gradient(ellipse at 76% 96%, transparent 0 52px, rgba(255, 255, 255, .11) 53px 54px, transparent 55px 90px),
    linear-gradient(180deg, #2f8f56, #19874e);
}

.program-card-green i,
.program-map-a:nth-child(2) i,
.program-map-b i {
    background: #e6c01c;
    color: #000;
}

.program-card-light::before {
    background-color: #fff;
}

.program-map-a::before {
    background-image: repeating-radial-gradient(ellipse at 30% 33%, transparent 0 30px, rgba(25, 135, 78, .16) 31px 32px, transparent 33px 52px),
    repeating-radial-gradient(ellipse at 86% 72%, transparent 0 36px, rgba(25, 135, 78, .14) 37px 38px, transparent 39px 62px);
}

.program-map-b::before {
    background-image: repeating-radial-gradient(ellipse at 20% 37%, transparent 0 42px, rgba(25, 135, 78, .14) 43px 44px, transparent 45px 76px),
    linear-gradient(62deg, transparent 0 54%, rgba(25, 135, 78, .18) 55% 56%, transparent 57%);
}

.program-map-c::before {
    background-image: repeating-radial-gradient(ellipse at 84% 92%, transparent 0 42px, rgba(25, 135, 78, .13) 43px 44px, transparent 45px 72px),
    repeating-radial-gradient(ellipse at 4% 6%, transparent 0 74px, rgba(25, 135, 78, .1) 75px 76px, transparent 77px 112px);
}

.program-card-photo {
    color: #fff;
}

.program-card-photo::before {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, .8) 91%),
    url("/images/students.jpg");
    background-size: cover;
    background-position: 24% center;
}

.stats {
    position: relative;
    width: calc(100% - var(--page-gutter) * 2);
    min-height: 936px;
    margin-top: 140px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 0;
    overflow: hidden;
    border-radius: 20px;
    background: #2b7d49;
    color: #fff;
}

.stats::before {
    z-index: 0;
    opacity: 1;
    background: linear-gradient(180deg, rgba(26, 101, 58, .96) 0 7%, rgba(35, 124, 70, .9) 12%, rgba(75, 167, 105, .46) 20%, rgba(80, 171, 109, .42) 29%, rgba(42, 133, 77, .72) 39%, rgba(57, 151, 91, .58) 48%, rgba(82, 174, 113, .38) 58%, rgba(43, 128, 74, .78) 69%, rgba(43, 125, 73, .92) 100%),
    radial-gradient(120% 23% at 52% 20%, rgba(117, 203, 143, .3), transparent 70%),
    radial-gradient(115% 25% at 48% 51%, rgba(95, 190, 124, .24), transparent 72%),
    radial-gradient(105% 22% at 55% 71%, rgba(40, 124, 70, .28), transparent 74%);
}

.stats::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: .13;
    background: repeating-radial-gradient(ellipse at 10% 64%, transparent 0 52px, rgba(255, 255, 255, .62) 53px 54px, transparent 55px 86px),
    repeating-radial-gradient(ellipse at 78% 23%, transparent 0 66px, rgba(255, 255, 255, .46) 67px 68px, transparent 69px 104px),
    repeating-radial-gradient(ellipse at 54% 90%, transparent 0 58px, rgba(255, 255, 255, .38) 59px 60px, transparent 61px 96px);
}

.stats-inner {
    position: relative;
    z-index: 1;
}

.stats h2 {
    position: relative;
    z-index: 1;
    width: 1043px;
    height: 144px;
    margin: 0 auto;
    color: #fff;
    font-size: 64px;
    line-height: 72px;
    font-weight: 400;
    text-align: center;
}

.stats p {
    position: relative;
    z-index: 1;
    width: 747px;
    margin: 40px auto 0;
    color: rgba(255, 255, 255, .78);
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.stats-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    width: calc(100% - 120px);
    height: 440px;
    margin: 40px auto 0;
}

.stats-stack {
    display: grid;
    grid-template-rows: 216px 214px;
    gap: 10px;
    width: 100%;
    height: 440px;
}

.stat-card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 440px;
    padding: 20px;
    justify-content: flex-end;
    overflow: hidden;
    border-radius: 24px;
    text-align: left;
    color: #fff;
    background-size: cover;
    background-position: center;
}

.stat-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.stat-card strong,
.stat-card span {
    position: relative;
    z-index: 1;
}

.stat-card strong {
    font-size: 105px;
    line-height: 105px;
    font-weight: 400;
    letter-spacing: 0;
}

.stat-card span {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.stat-photo::before {
    background: rgba(0, 0, 0, .46);
}

.stat-building {
    background-image: url("/images/watercolor.jpg");
    background-position: 50% center;
}

.stat-light {
    justify-content: flex-start;
    color: #000;
    background: repeating-radial-gradient(ellipse at 50% 54%, transparent 0 42px, rgba(25, 135, 78, .22) 43px 44px, transparent 45px 72px),
    #fff;
}

.stat-light strong {
    margin-top: 0;
}

.stat-solid,
.stat-yellow {
    width: 100%;
    height: auto;
    min-height: 0;
    justify-content: flex-start;
}

.stat-solid {
    padding-top: 23px;
    background: #0c693e;
}

.stat-yellow {
    padding-top: 47px;
    color: #000;
    background: #fad741;
}

.stat-yellow strong {
    font-size: 98px;
    line-height: 78px;
    text-transform: lowercase;
}

.stat-yellow span {
    margin-top: 20px;
}

.stat-students {
    background-image: url("/images/students.jpg");
    background-position: 76% center;
}

.stat-students strong {
    font-size: 90px;
}

.events {
    padding-bottom: 110px;
}

.section-head .green-pill {
    height: 48px;
    min-height: 48px;
    padding: 0 24px;
    background: #0c693e;
}

.section-head .round.green {
    width: 48px;
    height: 48px;
    margin-left: 0;
}

.event-card {
    position: relative;
    width: 100%;
    height: auto;
    min-height: clamp(350px, 28vw, 440px);
    padding: clamp(20px, 2vw, 28px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #d3d3d3;
    border-radius: 20px;
    overflow: hidden;
    color: #fff;
    background-size: cover;
    background-position: center;
}

.event-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, .08) 26%, rgba(0, 0, 0, .82) 100%);
    transition: background .24s ease;
}

.event-card:focus-within {
    outline: 3px solid #fad741;
    outline-offset: 3px;
}

.event-card:hover::after,
.event-card:focus-within::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, .18) 20%, rgba(0, 0, 0, .88) 100%);
}

.event-date-pill,
.event-card h3,
.event-hover-action {
    position: relative;
    z-index: 2;
}

.event-date-pill {
    display: flex;
    width: fit-content;
    max-width: 100%;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px 10px 16px;
    border: 1px solid rgba(255, 255, 255, .64);
    border-radius: 999px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
    backdrop-filter: blur(8px);
}

.event-date-pill time {
    color: #000;
    font-size: clamp(18px, 1.35vw, 22px);
    line-height: 1.15;
    font-weight: 400;
    white-space: nowrap;
}

.event-kind {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 7px 10px;
    border-radius: 999px;
    background: #edf6f1;
    color: #000;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
}

.event-kind i {
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #19874e;
}

.event-hover-action {
    position: absolute;
    left: 50%;
    top: 50%;
    display: grid;
    width: 67px;
    height: 67px;
    place-items: center;
    border-radius: 50%;
    background: #e6c01c;
    color: #000;
    text-decoration: none;
    opacity: 0;
    transform: translate(-50%, -50%) scale(.9);
    transition: opacity .24s ease,
    transform .24s ease;
}

.event-card:hover .event-hover-action,
.event-card:focus-within .event-hover-action {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.event-hover-action svg {
    width: 24px;
    height: 24px;
}

.event-card h3 {
    max-width: 92%;
    margin: 0;
    color: #fff;
    font-size: clamp(23px, 1.7vw, 30px);
    line-height: 1.14;
    font-weight: 400;
    text-wrap: balance;
}

.site-footer {
    position: relative;
    width: 100%;
    margin: clamp(44px, 5vw, 86px) 0 0;
    overflow: hidden;
    color: #fff;
    background: #0c693e;
}

.site-footer::before {
    content: none;
}

.footer-green a {
    text-decoration: none;
}

.footer-green {
    position: relative;
    z-index: 1;
    min-height: 786px;
    padding: 40px 0;
    overflow: hidden;
    background: #0c693e;
}

.footer-green::before,
.footer-green::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.footer-green::before {
    opacity: .22;
    background: repeating-radial-gradient(ellipse at 14% 45%, rgba(255, 255, 255, .42) 0 1px, transparent 1px 18px),
    repeating-radial-gradient(ellipse at 48% 35%, rgba(255, 255, 255, .32) 0 1px, transparent 1px 22px),
    repeating-radial-gradient(ellipse at 87% 53%, rgba(255, 255, 255, .34) 0 1px, transparent 1px 26px);
    transform: rotate(-3deg) scale(1.12);
}

.footer-green::after {
    top: auto;
    height: 360px;
    opacity: .08;
    background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 70%);
}

.footer-green > * {
    position: relative;
    z-index: 1;
}

.footer-logo-row {
    height: 64px;
    padding: 0 40px;
}

.footer-logo {
    display: flex;
    width: min(390px, 100%);
    height: 64px;
    align-items: center;
    padding: 8px 14px;
    border-radius: 12px;
    background: #fff;
    color: var(--green);
}

.footer-logo:hover {
    color: var(--green);
}

.footer-logo img {
    width: 100%;
    height: auto;
    max-height: 48px;
    flex: 0 0 auto;
    object-fit: contain;
}

.footer-logo span {
    display: none;
}

.footer-primary-grid,
.footer-secondary-grid,
.footer-copy-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    padding: 0 40px;
}

.footer-primary-grid {
    min-height: 232px;
    margin-top: 40px;
}

.footer-secondary-grid {
    min-height: 64px;
    padding-top: 40px;
}

.footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.footer-column h4 {
    margin: 0 0 8px;
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.footer-column p,
.footer-column a {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.footer-contacts {
    gap: 16px;
}

.footer-contacts h4 {
    margin-bottom: 8px;
}

.footer-column-compact {
    gap: 16px;
}

.footer-column-compact a:first-child {
    color: rgba(255, 255, 255, .92);
}

.footer-rule {
    height: 1px;
    margin-top: 40px;
    background: rgba(255, 255, 255, .2);
}

.footer-copy-row {
    align-items: start;
    padding-top: 40px;
}

.footer-copy-row p,
.footer-copy-row a {
    margin: 0;
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.footer-copy-row > a {
    text-decoration: underline;
}

.footer-socials {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
}

.footer-socials a {
    color: rgba(255, 255, 255, .72);
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-transform: lowercase;
}

.footer-small-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 40px 0;
}

.footer-small-links {
    display: flex;
    gap: 40px;
}

.footer-small-links a {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-decoration: underline;
}

@media (max-width: 959px) {
    :root {
        --faculty-block-pad: clamp(18px, 1.45vw, 24px);
        --page-gutter: 20px;
    }

    .uk-visible\@m {
        display: none !important;
    }

    .uk-container,
    .uk-container-expand {
        width: calc(100% - var(--page-gutter) * 2);
    }

    .uk-width-1-2\@s {
        width: 50%;
    }

    .hero {
        min-height: 760px;
    }

    .hero-slideshow,
    .hero-slides,
    .hero-slides > *,
    .hero-slide {
        min-height: 760px !important;
    }

    .topbar {
        justify-content: flex-end;
    }

    .hero-content {
        padding-top: 140px;
    }

    .section {
        padding-top: 82px;
    }

    .section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .stats {
        width: calc(100% - var(--page-gutter) * 2);
        min-height: auto;
        padding: 56px 20px;
    }

    .stats h2 {
        width: min(100%, 760px);
        height: auto;
        font-size: 44px;
        line-height: 52px;
    }

    .stats p {
        width: min(100%, 680px);
        font-size: 17px;
        line-height: 25px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        height: auto;
    }

    .event-card {
        width: 100%;
        margin: 0 auto;
    }

    .event-card {
        min-height: 420px;
    }

    .footer-logo-row,
.footer-primary-grid,
.footer-secondary-grid,
.footer-copy-row,
.footer-small-row {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-primary-grid,
    .footer-secondary-grid,
    .footer-copy-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-small-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
    }
}

@media (max-width: 639px) {
    :root {
        --faculty-block-pad: clamp(18px, 1.45vw, 24px);
        --page-gutter: 14px;
    }

    .uk-container,
    .uk-container-expand {
        width: calc(100% - var(--page-gutter) * 2);
    }

    .uk-width-1-2\@s {
        width: 100%;
    }

    .hero {
        min-height: 700px;
    }

    .hero-slideshow,
    .hero-slides,
    .hero-slides > *,
    .hero-slide {
        min-height: 700px !important;
    }

    .brand {
        width: 220px;
        min-width: 220px;
        height: 58px;
        padding: 7px 12px;
    }

    .brand img {
        max-height: 44px;
    }

    .hero-content {
        padding-top: 95px;
    }

    .hero h1 {
        font-size: 36px;
        line-height: 1.05;
    }

    .hero p {
        margin: 26px 0 24px;
    }

    .pill {
        padding: 0 28px;
    }

    .stats {
        width: calc(100% - var(--page-gutter) * 2);
        padding: 44px 14px;
    }

    .stats h2 {
        font-size: 34px;
        line-height: 40px;
    }

    .stats-grid {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .event-date-pill {
        width: 100%;
        padding: 12px 18px;
    }

    .event-date-pill time {
        font-size: 21px;
    }

    .event-card h3 {
        font-size: 26px;
        line-height: 1.18;
    }

    .quick {
        margin-top: 40px;
    }

    .news-side-slide {
        padding: 18px;
    }

    .top-icons {
        width: auto;
        transform: scale(.9);
        transform-origin: right center;
    }

    .footer-logo-row,
.footer-primary-grid,
.footer-secondary-grid,
.footer-copy-row,
.footer-small-row {
        padding-left: 14px;
        padding-right: 14px;
    }

    .footer-primary-grid,
    .footer-secondary-grid,
    .footer-copy-row {
        grid-template-columns: 1fr;
    }

    .footer-logo {
        width: 100%;
    }

    .footer-small-links {
        flex-direction: column;
        gap: 14px;
    }

    .stats {
        margin-top: 84px;
    }
}

@media (min-width: 640px) {
    .uk-child-width-1-2\@s > * {
        width: 50%;
    }

    .uk-width-1-2 {
        width: 50%;
    }
}

@media (min-width: 960px) {
    .uk-visible\@m {
        display: initial;
    }

    .uk-subnav.uk-visible\@m {
        display: flex;
    }

    .uk-width-1-3\@m {
        width: 33.3333%;
    }

    .uk-width-2-3\@m {
        width: 66.6667%;
    }

    .uk-width-3-5\@m {
        width: 60%;
    }

    .uk-width-2-5\@m {
        width: 40%;
    }

    .uk-width-1-4\@m {
        width: 25%;
    }

    .uk-child-width-1-3\@m > * {
        width: 33.3333%;
    }

    .uk-child-width-1-4\@m > * {
        width: 25%;
    }

    .uk-flex-right\@m {
        justify-content: flex-end;
    }
}

/* Bitrix template shell */
.site-header {
    position: absolute;
    inset: 0 0 auto;
    z-index: 20;
    height: 166px;
    pointer-events: none;
}

.site-header .topbar,
.site-header .mainnav {
    pointer-events: auto;
}

.full-menu__tabs {
    position: absolute;
    top: clamp(132px, 21vh, 178px);
    left: clamp(28px, 4vw, 64px);
    display: flex;
    flex-wrap: wrap;
    gap: 32px 70px;
    max-width: min(720px, calc(100vw - 860px));
    align-items: center;
}

.full-menu__tabs a {
    position: relative;
    display: inline-flex;
    padding-bottom: 8px;
    color: rgba(255, 255, 255, .56);
    font-size: clamp(20px, 2vw, 27px);
    line-height: 1.16;
    font-weight: 700;
    text-decoration: none;
}

.site-header .full-menu__tabs a {
    color: rgba(255, 255, 255, .56);
}

.full-menu__tabs a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    opacity: 0;
    transform: scaleX(.6);
    transform-origin: left center;
    transition: opacity .2s ease, transform .2s ease;
}

.full-menu__tabs a.is-active,
.full-menu__tabs a:hover,
.full-menu__tabs a:focus-visible {
    color: #fff;
}

.site-header .full-menu__tabs a.is-active,
.site-header .full-menu__tabs a:hover,
.site-header .full-menu__tabs a:focus-visible {
    color: #fff;
}

.full-menu__tabs a.is-active::after,
.full-menu__tabs a:hover::after,
.full-menu__tabs a:focus-visible::after {
    opacity: 1;
    transform: scaleX(1);
}

.full-menu__head {
    display: flex;
    min-height: 104px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px 28px 18px;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.full-menu__brand {
    display: inline-flex;
    width: min(300px, 70%);
}

.full-menu__brand img {
    display: block;
    width: 100%;
    height: auto;
}

.full-menu__main {
    display: grid;
    min-height: 0;
    overflow: auto;
    padding: 12px 28px 34px;
}

.full-menu__section {
    padding: 21px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .09);
}

.full-menu__title {
    display: inline-flex;
    color: #111;
    font-size: clamp(27px, 3vw, 42px);
    line-height: 1.08;
    text-decoration: none;
}

.site-header .full-menu__title {
    color: #111;
}

.full-menu__title.is-active {
    color: #19874e;
}

.site-header .full-menu__title.is-active {
    color: #19874e;
}

.nav-tree {
    display: grid;
    gap: 8px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.nav-tree a {
    display: inline-flex;
    color: #4a514d;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    text-decoration: none;
}

.nav-tree li.is-active > a {
    color: #19874e;
}

.nav-tree-level-1 {
    margin-top: 8px;
    padding-left: 16px;
}

.nav-tree-level-1 a {
    font-size: 14px;
    font-weight: 400;
}

.full-menu__aside {
    display: grid;
    align-content: start;
    gap: 0;
    min-height: 0;
    overflow: auto;
    padding: 30px 26px;
    background: repeating-radial-gradient(ellipse at 24% 38%, transparent 0 44px, rgba(255, 255, 255, .16) 45px 46px, transparent 47px 78px),
    #19874e;
    color: #fff;
}

.full-menu__aside span {
    display: block;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.full-menu__aside a {
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, .18);
    color: #fff;
    font-size: 17px;
    line-height: 23px;
    font-weight: 700;
    text-decoration: none;
}

.full-menu__aside a.is-active {
    color: #fad741;
}

.site-map-modal.uk-modal {
    padding: 0;
    background: #f4f7f2;
}

.site-header .site-map-modal {
    pointer-events: auto;
}

.site-map-modal__dialog {
    min-height: 100vh;
    background: url("/images/page-pattern.svg") 0 0 / 760px 560px repeat,
    linear-gradient(135deg, #f8faf6 0%, #eef6f0 100%);
    color: #111;
}

.site-map-modal__close.uk-modal-close-full {
    position: fixed;
    top: clamp(18px, 2.2vw, 34px);
    right: clamp(18px, 2.6vw, 42px);
    z-index: 3;
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 50%;
    background: #19874e;
    color: #fff;
    box-shadow: 0 18px 42px rgba(15, 73, 43, .2);
}

.site-map-modal__inner {
    min-height: 100vh;
    padding: clamp(24px, 4vw, 70px) clamp(18px, 4vw, 76px) clamp(34px, 5vw, 88px);
}

.site-map-modal__head {
    width: min(100%, 1640px);
    min-height: 0;
    margin: 0 auto;
    padding: 0 clamp(68px, 6vw, 98px) 0 0;
    border: 0;
}

.site-map-modal__head .full-menu__brand {
    width: min(320px, 46vw);
    padding: 9px 14px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(16, 54, 34, .1);
}

.site-map-modal__title {
    display: grid;
    gap: 4px;
    color: #111;
    text-align: right;
}

.site-map-modal__title span {
    color: #19874e;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.site-map-modal__title strong {
    font-size: clamp(24px, 2.1vw, 30px);
    line-height: 1.1;
    font-weight: 700;
}

.site-map-modal .full-menu__tabs {
    position: static;
    display: flex;
    width: min(100%, 1640px);
    max-width: none;
    margin: clamp(28px, 3.2vw, 54px) auto clamp(22px, 2.5vw, 42px);
    padding: 0;
    gap: 10px;
    list-style: none;
}

.site-map-modal .full-menu__tabs > * {
    padding-left: 0;
}

.site-map-modal .full-menu__tabs > li > a {
    padding: 10px 16px;
    border: 1px solid rgba(25, 135, 78, .16);
    border-radius: 999px;
    background: rgba(255, 255, 255, .78);
    color: #19874e;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    box-shadow: 0 12px 32px rgba(16, 54, 34, .07);
}

.site-header .site-map-modal .full-menu__tabs > li > a {
    color: #19874e;
}

.site-map-modal .full-menu__tabs > li > a::after {
    display: none;
}

.site-map-modal .full-menu__tabs > .uk-active > a,
.site-map-modal .full-menu__tabs > li > a:hover,
.site-map-modal .full-menu__tabs > li > a:focus-visible,
.site-header .site-map-modal .full-menu__tabs > .uk-active > a,
.site-header .site-map-modal .full-menu__tabs > li > a:hover,
.site-header .site-map-modal .full-menu__tabs > li > a:focus-visible {
    background: #19874e;
    color: #fff;
}

.site-map-modal__content-wrap {
    width: min(100%, 1640px);
    margin: 0 auto;
    overflow: visible;
}

.site-map-modal__content {
    overflow: visible;
}

.site-map-modal__menu,
.site-map-modal__popular {
    min-width: 0;
}

.site-map-modal .full-menu__main {
    display: block;
    min-height: 0;
    margin: 0;
    list-style: none;
    overflow: visible;
    padding: 0;
}

.site-map-sections > li {
    margin: 0;
}

.site-map-modal .full-menu__section {
    min-width: 0;
    padding: clamp(22px, 2.4vw, 34px);
    border: 1px solid rgba(19, 63, 39, .08);
    border-radius: 28px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 22px 60px rgba(16, 54, 34, .1);
}

.full-menu__section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: clamp(14px, 1.6vw, 20px);
    border-bottom: 1px solid rgba(17, 17, 17, .1);
}

.site-map-modal .full-menu__title {
    color: #111;
    font-size: clamp(24px, 2.2vw, 30px);
    line-height: 1.12;
}

.site-map-modal .full-menu__title.is-active {
    color: #19874e;
}

.site-map-modal .full-menu__section-link {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #e8f4ed;
    color: #19874e;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-decoration: none;
}

.site-header .site-map-modal .full-menu__section-link {
    color: #19874e;
}

.site-map-modal .full-menu__section-link:hover,
.site-map-modal .full-menu__section-link:focus-visible {
    background: #19874e;
    color: #fff;
}

.site-map-modal .nav-tree {
    gap: 6px;
}

.site-map-card-grid {
    margin-top: clamp(16px, 1.8vw, 24px);
}

.site-map-card {
    min-width: 0;
    padding-top: 15px;
    border-top: 1px solid rgba(25, 135, 78, .14);
}

.site-map-card-grid > .site-map-card:nth-child(-n + 2) {
    padding-top: 0;
    border-top: 0;
}

.site-map-card__title {
    display: flex;
    align-items: center;
    min-height: 34px;
    color: #263b31;
    font-size: clamp(15px, 1.15vw, 18px);
    line-height: 1.25;
    font-weight: 700;
    text-decoration: none;
}

.site-header .site-map-card__title {
    color: #263b31;
}

.site-map-card.is-active > .site-map-card__title,
.site-map-card__title:hover,
.site-map-card__title:focus-visible,
.site-header .site-map-card.is-active > .site-map-card__title,
.site-header .site-map-card__title:hover,
.site-header .site-map-card__title:focus-visible {
    color: #19874e;
}

.site-map-card.has-children > .site-map-card__title {
    color: #19874e;
}

.site-map-card__links {
    display: grid;
    gap: 7px;
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

.site-map-card.is-wide > .site-map-card__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(18px, 2vw, 30px);
}

.site-map-card__links li {
    min-width: 0;
}

.site-map-card__links a {
    display: inline-flex;
    color: #42514a;
    font-size: clamp(12px, .9vw, 14px);
    line-height: 1.35;
    font-weight: 700;
    text-decoration: none;
}

.site-header .site-map-card__links a {
    color: #42514a;
}

.site-map-card__links li.is-active > a,
.site-map-card__links a:hover,
.site-map-card__links a:focus-visible,
.site-header .site-map-card__links li.is-active > a,
.site-header .site-map-card__links a:hover,
.site-header .site-map-card__links a:focus-visible {
    color: #19874e;
}

.site-map-card.is-current > .site-map-card__title,
.site-map-card__links li.is-current > a,
.site-header .site-map-card.is-current > .site-map-card__title,
.site-header .site-map-card__links li.is-current > a {
    padding: 5px 9px;
    border-radius: 10px;
    background: #19874e;
    color: #fff;
}

.site-map-card__links-level-1,
.site-map-card__links-level-2 {
    grid-template-columns: 1fr;
    margin-top: 6px;
    padding-left: 12px;
    border-left: 2px solid rgba(25, 135, 78, .12);
}

.site-map-card.is-wide > .site-map-card__links .site-map-card__links {
    grid-template-columns: 1fr;
}

.site-map-card__links-level-1 a,
.site-map-card__links-level-2 a {
    font-size: 12px;
    font-weight: 700;
}

.site-map-modal .nav-tree a {
    color: #34433b;
}

.site-map-modal .nav-tree li.is-active > a {
    color: #19874e;
}

.site-map-modal .full-menu__aside {
    position: sticky;
    top: clamp(20px, 3vw, 44px);
    min-height: min(620px, calc(100vh - 142px));
    max-height: calc(100vh - 88px);
    overflow: auto;
    padding: clamp(32px, 3vw, 48px);
    border-radius: 34px;
    background: linear-gradient(82deg, transparent 0 48%, rgba(255, 255, 255, .14) 48.25% 48.75%, transparent 49%),
    linear-gradient(104deg, transparent 0 66%, rgba(255, 255, 255, .12) 66.25% 66.75%, transparent 67%),
    repeating-radial-gradient(ellipse at 24% 38%, transparent 0 44px, rgba(255, 255, 255, .16) 45px 46px, transparent 47px 78px),
    #19874e;
    box-shadow: 0 28px 70px rgba(16, 54, 34, .18);
}

.site-map-modal .full-menu__aside span {
    margin-bottom: 22px;
    color: rgba(255, 255, 255, .72);
    font-size: clamp(12px, .9vw, 14px);
    line-height: 18px;
}

.site-map-modal .full-menu__aside a {
    padding: clamp(13px, 1.1vw, 18px) 0;
    font-size: clamp(17px, 1.35vw, 24px);
    line-height: 1.15;
}

@media (max-width: 1199px) {
    .site-map-modal .full-menu__aside {
        position: static;
        min-height: 0;
        max-height: none;
    }
}

@media (max-width: 959px) {
    .site-map-modal .full-menu__tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 8px;
    }

    .full-menu__section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .site-map-modal .full-menu__title {
        font-size: clamp(24px, 7vw, 30px);
    }

    .site-map-card.is-wide > .site-map-card__links {
        grid-template-columns: 1fr;
    }
}

.section-side-menu {
    position: fixed;
    top: 150px;
    right: 18px;
    z-index: 60;
    width: min(420px, calc(100vw - 34px));
    pointer-events: auto;
    transform: none;
    transition: none;
}

.section-side-menu:hover,
.section-side-menu:focus-within,
.section-side-menu.is-open {
    transform: translateX(0);
}

.section-side-menu__panel {
    max-height: min(640px, calc(100vh - 174px));
    overflow: auto;
    padding: 28px;
    border-radius: 24px;
    border: 1px solid rgba(25, 135, 78, .14);
    background: linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(235, 249, 243, .96)),
    #eef9f4;
    color: #111;
    box-shadow: 0 24px 70px rgba(16, 54, 34, .16);
}

.section-side-menu__root {
    display: block;
    margin-bottom: 14px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    color: #111;
    font-size: 30px;
    line-height: 36px;
    text-decoration: none;
}

.section-side-menu__parent {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: #19874e;
    font-size: 14px;
    line-height: 20px;
    font-weight: 650;
    text-decoration: none;
}

.section-side-menu .nav-tree {
    gap: 4px;
    margin-top: 0;
}

.section-side-menu .nav-tree li {
    border-top: 0;
}

.section-side-menu .nav-tree a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
    padding: 12px 14px;
    border-radius: 12px;
    color: #111;
    font-size: 15px;
    line-height: 21px;
    font-weight: 450;
    overflow-wrap: anywhere;
}

.section-side-menu .nav-tree-disclosure {
    display: block;
}

.section-side-menu .nav-tree-disclosure > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
    padding: 12px 14px;
    border-radius: 12px;
    color: #111;
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
    overflow-wrap: anywhere;
}

.section-side-menu .nav-tree-disclosure > summary::-webkit-details-marker {
    display: none;
}

.section-side-menu .nav-tree-disclosure > summary i {
    flex: 0 0 auto;
    color: #19874e;
    transition: transform .2s ease;
}

.section-side-menu .nav-tree-disclosure[open] > summary i {
    transform: rotate(180deg);
}

.section-side-menu .nav-tree-section-link {
    margin: 4px 0 4px 10px;
    color: #19874e;
    font-size: 13px;
    line-height: 18px;
}

.section-side-menu .nav-tree-level-1 {
    margin: 3px 0 7px 10px;
    padding-left: 12px;
    border-left: 2px solid rgba(25, 135, 78, .18);
}

.section-side-menu .nav-tree-level-2 {
    display: grid;
    margin: 3px 0 7px 16px;
    padding-left: 12px;
    border-left: 2px solid rgba(25, 135, 78, .14);
}

.section-side-menu .nav-tree-level-3 {
    display: grid;
    margin: 3px 0 7px 18px;
    padding-left: 12px;
    border-left: 2px solid rgba(25, 135, 78, .1);
}

.section-side-menu .nav-tree li.is-active > a {
    background: rgba(25, 135, 78, .1);
    color: #19874e;
}

.section-side-menu .nav-tree li.is-current > a,
.section-side-menu .nav-tree-section-link.is-current {
    background: #19874e;
    color: #fff;
}

.section-side-menu .nav-tree li.is-active > .nav-tree-disclosure > summary {
    background: rgba(25, 135, 78, .1);
    color: #19874e;
}

@media (min-width: 1500px) {
    .section-side-menu {
        right: 28px;
        width: 420px;
    }

    .section-side-menu__panel {
        border-radius: 24px;
    }
}

.section-hero {
    position: relative;
    min-height: clamp(360px, 34vw, 500px);
    overflow: hidden;
    color: #fff;
    background: #0b5633;
}

.section-hero__media,
.section-hero__media::after,
.section-hero__media img {
    position: absolute;
    inset: 0;
}

.section-hero__media::after {
    content: "";
    background: linear-gradient(180deg, rgba(246, 246, 245, 0) 80%, #f6f6f5 100%),
    linear-gradient(90deg, rgba(5, 39, 24, .9) 0%, rgba(5, 39, 24, .66) 54%, rgba(5, 39, 24, .38) 100%);
}

.section-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.86) brightness(.82);
}

.section-hero__inner {
    position: relative;
    z-index: 2;
    padding-top: clamp(132px, 12vw, 170px);
    padding-bottom: clamp(58px, 6vw, 82px);
}

.section-hero h1 {
    max-width: 820px;
    margin: 0;
    color: #fff;
    font-size: clamp(38px, 4.2vw, 72px);
    line-height: 1.02;
    font-weight: 400;
}

.section-hero p {
    display: none;
    max-width: 740px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, .86);
    font-size: 20px;
    line-height: 30px;
}

.a11y-panel {
    position: fixed;
    top: 12px;
    left: 50%;
    z-index: 1000;
    display: none;
    width: min(920px, calc(100vw - 24px));
    gap: 14px;
    align-items: center;
    padding: 14px;
    border: 2px solid #111;
    border-radius: 10px;
    background: #fff;
    color: #111;
    box-shadow: 0 18px 60px rgba(0, 0, 0, .2);
    transform: translateX(-50%);
}

.a11y-mode .a11y-panel {
    display: flex;
}

.a11y-panel__head,
.a11y-panel__group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.a11y-panel__head {
    margin-right: auto;
}

.a11y-panel strong,
.a11y-panel span {
    font-size: 16px;
    line-height: 20px;
}

.a11y-panel button {
    min-height: 36px;
    padding: 0 12px;
    border: 2px solid #111;
    border-radius: 6px;
    background: #fff;
    color: #111;
    font: 700 14px/18px Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.a11y-panel button[aria-pressed="true"],
.a11y-panel button:hover,
.a11y-panel button:focus-visible {
    background: #111;
    color: #fff;
}

.a11y-panel__reset {
    margin-left: auto;
}

body.a11y-mode {
    background: #fff !important;
    color: #000 !important;
}

body.a11y-mode *,
body.a11y-mode *::before,
body.a11y-mode *::after {
    letter-spacing: 0 !important;
    text-shadow: none !important;
}

body.a11y-mode[data-a11y-font="small"] {
    font-size: 16px;
}

body.a11y-mode[data-a11y-font="normal"] {
    font-size: 18px;
}

body.a11y-mode[data-a11y-font="large"] {
    font-size: 21px;
}

body.a11y-mode[data-a11y-contrast="black"] {
    background: #000 !important;
    color: #fff !important;
}

body.a11y-mode[data-a11y-contrast="black"] .a11y-panel,
body.a11y-mode[data-a11y-contrast="black"] .a11y-panel button {
    border-color: #fff;
    background: #000;
    color: #fff;
}

body.a11y-mode[data-a11y-contrast="black"] .a11y-panel button[aria-pressed="true"],
body.a11y-mode[data-a11y-contrast="black"] .a11y-panel button:hover,
body.a11y-mode[data-a11y-contrast="black"] .a11y-panel button:focus-visible {
    background: #fff;
    color: #000;
}

body.a11y-mode[data-a11y-contrast="beige"] {
    background: #f7f0cf !important;
    color: #1c1c1c !important;
}

body.a11y-mode[data-a11y-contrast="beige"] .a11y-panel,
body.a11y-mode[data-a11y-contrast="beige"] .a11y-panel button {
    background: #f7f0cf;
    color: #1c1c1c;
}

body.a11y-mode h1,
body.a11y-mode h2,
body.a11y-mode h3,
body.a11y-mode h4,
body.a11y-mode p,
body.a11y-mode a,
body.a11y-mode li,
body.a11y-mode dt,
body.a11y-mode dd,
body.a11y-mode span,
body.a11y-mode strong,
body.a11y-mode small {
    font-family: 'PT Sans',Helvetica,Arial,sans-serif;
}

body.a11y-mode a {
    text-decoration: underline;
    text-underline-offset: 3px;
}

body.a11y-no-images img,
body.a11y-no-images .hero-slide,
body.a11y-no-images .news-main-slide,
body.a11y-no-images .program-card-photo::before,
body.a11y-no-images .stat-photo {
    background-image: none !important;
    visibility: hidden;
}

.theme-dark {
    color: #f6f6f5;
    background: #151f1b;
}

.theme-dark .section {
    color: #f6f6f5;
    background: #151f1b;
}

[uk-icon="play"]::before {
    content: "▶";
    font-size: 18px;
    line-height: 1;
}

/* Inner pages */
.inner-hero {
    position: relative;
    min-height: 860px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

.inner-hero::before,
.inner-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.inner-hero::before {
    z-index: 0;
    background: linear-gradient(180deg, rgba(247, 247, 245, 0) 84%, #f6f6f5 100%),
    linear-gradient(0deg, rgba(0, 0, 0, .54), rgba(0, 0, 0, .54));
}

.inner-hero::after {
    z-index: 1;
    opacity: .24;
    background: linear-gradient(rgba(255, 255, 255, .26) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .26) 1px, transparent 1px),
    repeating-radial-gradient(ellipse at 22% 22%, transparent 0 54px, rgba(255, 255, 255, .28) 55px 56px, transparent 57px 88px);
    background-size: 48px 48px, 48px 48px, auto;
    mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%);
}

.inner-hero__content {
    position: relative;
    z-index: 2;
    padding-top: 204px;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 11px;
    margin-bottom: 44px;
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
    line-height: 20px;
}

.breadcrumbs a {
    color: rgba(255, 255, 255, .78);
}

.breadcrumbs span:not(:last-child) {
    width: 6px;
    height: 6px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: rotate(45deg);
}

.inner-hero h1 {
    color: #fff;
    font-size: clamp(46px, 5.2vw, 72px);
    line-height: 1;
}

.inner-hero p {
    margin: 28px 0 34px;
    color: #fff;
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
}

.hero-apply {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    gap: 16px;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
}

.hero-apply > span {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 50%;
    background: #19874e;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 16px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(25, 135, 78, .12);
    color: #0c693e;
    font-size: 12px;
    line-height: 16px;
    font-weight: 800;
    text-transform: uppercase;
}

.content-eyebrow {
    display: none;
    background: rgba(255, 255, 255, .16);
    color: #fff;
}

.search-section {
    padding-top: 76px;
    padding-bottom: 96px;
}

.search-section h1 {
    margin: 0 0 28px;
    color: #111;
    font-size: clamp(38px, 4.4vw, 64px);
    line-height: 1.05;
}

.search-shell {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .04);
}

.search-section {
    min-height: 540px;
    padding-top: 56px;
    padding-bottom: 96px;
}

.search-shell {
    padding: clamp(22px, 2.5vw, 40px);
}

.search-page-layout .search-shell {
    width: 100%;
    max-width: none;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.search-page-layout .search-section {
    min-height: 540px;
    padding-top: 0;
    padding-bottom: 96px;
}

.guz-search {
    display: grid;
    gap: 24px;
}

.guz-search-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: end;
}

.guz-search-form__field {
    display: grid;
    gap: 8px;
    min-width: 0;
    margin: 0;
}

.guz-search-form__field > span {
    color: #5f675f;
    font-size: 13px;
    line-height: 18px;
    font-weight: 800;
}

.guz-search input[type="text"],
.guz-search input.search-query,
.guz-search input.search-suggest {
    width: 100% !important;
    min-height: 58px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .14);
    border-radius: 999px;
    background: #f8f8f6;
    color: #111;
    padding: 0 22px;
    font: 500 17px/24px Arial, Helvetica, sans-serif;
    outline: none;
    transition: border-color .22s ease, box-shadow .22s ease, background-color .22s ease;
}

.guz-search input[type="text"]:focus,
.guz-search input.search-query:focus,
.guz-search input.search-suggest:focus {
    border-color: #19874e;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(25, 135, 78, .12);
}

.guz-search-form__submit {
    display: inline-flex;
    min-height: 58px;
    align-items: center;
    gap: 10px;
    padding: 0 24px;
    border: 0;
    border-radius: 999px;
    background: #19874e;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-weight: 800;
    cursor: pointer;
    transition: background-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.guz-search-form__submit:hover,
.guz-search-form__submit:focus-visible {
    background: #0c693e;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .14);
    transform: translateY(-2px);
}

.guz-search-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    color: #5f675f;
    font-size: 15px;
    line-height: 22px;
}

.guz-search-summary strong {
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(25, 135, 78, .1);
    color: #0c693e;
}

.guz-search-alert,
.guz-search-empty,
.guz-search-error {
    padding: 22px;
    border-radius: 16px;
    background: #f6f6f5;
    color: #111;
}

.guz-search-empty h2,
.guz-search-error h2 {
    margin: 0 0 8px;
    font-size: 32px;
    line-height: 38px;
    font-weight: 400;
}

.guz-search-empty p,
.guz-search-error p {
    margin: 0;
    color: #5f675f;
    font-size: 16px;
    line-height: 24px;
}

.guz-search-results {
    display: grid;
    gap: 14px;
}

.guz-search-item {
    display: grid;
    gap: 12px;
    padding: 24px;
    border: 1px solid rgba(0, 0, 0, .07);
    border-radius: 16px;
    background: #fff;
    color: #111;
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.guz-search-item:hover {
    border-color: rgba(25, 135, 78, .22);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .08);
    transform: translateY(-2px);
}

.guz-search-item__title {
    color: #111;
    font-size: clamp(25px, 2vw, 34px);
    line-height: 1.16;
    font-weight: 400;
    text-decoration: none;
}

.guz-search-item__title:hover,
.guz-search-item__title:focus-visible {
    color: #19874e;
    text-decoration: none;
}

.guz-search-item__preview {
    color: #3e4641;
    font-size: 16px;
    line-height: 24px;
}

.guz-search-item__preview b,
.guz-search-item__title b {
    color: #0c693e;
}

.guz-search-item__meta,
.guz-search-sorting,
.guz-search-item__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    align-items: center;
    color: #7b837d;
    font-size: 13px;
    line-height: 18px;
}

.guz-search-item__tags a,
.guz-search-sorting a {
    color: #19874e;
    font-weight: 700;
}

.guz-search-sorting b {
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(25, 135, 78, .1);
    color: #0c693e;
}

.guz-search-pager {
    padding: 10px 0;
}

.section-menu-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
    gap: clamp(22px, 2vw, 42px);
    align-items: start;
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

body > .section-menu-layout,
main > .section-menu-layout,
.page > .section-menu-layout {
    width: calc(100% - var(--page-gutter) * 2);
    margin-inline: auto;
}

.section-menu-layout__side {
    min-width: 0;
}

.section-menu-layout .section-side-menu {
    position: static;
    width: auto;
    transform: none;
    transition: none;
    z-index: auto;
}

.section-menu-layout .section-side-menu:hover,
.section-menu-layout .section-side-menu:focus-within,
.section-menu-layout .section-side-menu.is-open {
    transform: none;
}

.section-menu-layout .section-side-menu__panel {
    max-height: none;
    overflow: visible;
    padding: clamp(22px, 2vw, 30px);
    border-radius: 28px;
    box-shadow: 0 24px 66px rgba(18, 48, 31, .12);
}

.transfer-source-content {
    font-weight: 400;
}

.transfer-source-content > *:first-child {
    margin-top: 0;
}

.transfer-source-content > *:last-child {
    margin-bottom: 0;
}

.transfer-source-content p,
.transfer-source-content li,
.transfer-source-content td {
    color: #26322c;
    font-weight: 400;
}

.transfer-source-content p {
    margin: 0 0 1.2em;
}

.transfer-source-content p:empty,
.transfer-source-content p:has(> br:only-child),
.transfer-source-content h3:has(> br:only-child),
.transfer-source-content h4:has(> br:only-child),
.transfer-source-content div:has(> br:only-child),
.transfer-source-content tr:has(td:empty + td:empty),
.transfer-source-content img[src*="/bitrix/images/1.gif"] {
    display: none;
}

.transfer-source-content h2,
.transfer-source-content h3,
.transfer-source-content h4 {
    margin: 1.35em 0 .65em;
    color: #101713;
    font-weight: 700;
    line-height: 1.12;
}

.transfer-source-content h2 {
    font-size: clamp(24px, 1.7vw, 30px);
}

.transfer-source-content h3 {
    font-size: clamp(21px, 1.45vw, 26px);
}

.transfer-source-content h4 {
    font-size: clamp(18px, 1.2vw, 22px);
}

.transfer-source-content a {
    color: var(--green);
    font-weight: 700;
    text-decoration: none;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.transfer-source-content a:hover,
.transfer-source-content a:focus-visible {
    color: #0c6f3f;
    text-decoration: underline;
}

.transfer-source-content img {
    max-width: 100%;
    height: auto;
    border-radius: 22px;
}

.transfer-source-content > p:has(img),
.transfer-source-content > h3:has(img) {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
    gap: clamp(12px, 1vw, 18px);
    margin: 0 0 24px;
    font-size: 0;
    line-height: 0;
}

.transfer-source-content > p:has(img) br,
.transfer-source-content > h3:has(img) br {
    display: none;
}

.transfer-source-content > p:has(img) img,
.transfer-source-content > h3:has(img) img,
.transfer-source-content > p:has(img) a {
    display: block;
    width: 100%;
}

.transfer-source-content > p:has(img) img,
.transfer-source-content > h3:has(img) img {
    aspect-ratio: 4 / 3;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 18px 44px rgba(18, 48, 31, .1);
}

.transfer-source-content > img {
    display: inline-block;
    width: min(100%, 620px);
    margin: 0 clamp(10px, 1vw, 18px) clamp(14px, 1.2vw, 22px) 0;
    vertical-align: top;
    box-shadow: 0 18px 44px rgba(18, 48, 31, .1);
}

.transfer-source-content iframe,
.transfer-source-content video {
    width: 100%;
    max-width: 920px;
    aspect-ratio: 16 / 9;
    height: auto;
    border: 0;
    border-radius: 26px;
    box-shadow: 0 22px 60px rgba(0, 0, 0, .16);
}

.transfer-source-content hr {
    margin: 30px 0;
    border: 0;
    border-top: 1px solid rgba(16, 23, 19, .12);
}

.transfer-source-content ul,
.transfer-source-content ol {
    margin: 0 0 1.3em;
    padding-left: 1.25em;
}

.transfer-source-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 18px 0 28px;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 14px 34px rgba(18, 48, 31, .08);
}

.transfer-source-content th,
.transfer-source-content td {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(17, 31, 24, .08);
    vertical-align: top;
    text-align: left;
}

.transfer-source-content th {
    color: #0c5f37;
    background: rgba(24, 140, 80, .08);
    font-weight: 650;
}

.transfer-source-content tr:last-child td {
    border-bottom: 0;
}

.transfer-source-content > br,
.transfer-source-content > a:empty,
.transfer-source-content p > a:empty {
    display: none !important;
}

.transfer-source-content:not(.university-overview-page):not(.transfer-source-content--links):not(.transfer-source-content--empty):not(:has(.competition-page)):not(:has(.teachers-list)):not(:has(.news-list)):not(:has(.news-detail)):not(:has(.office-list)):not(:has(.office-card)):not(:has(.office-detail-card)):not(:has(.academic-council-page)):not(:has(.table-wrapper)) {
    box-sizing: border-box;
    min-width: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.transfer-source-content > p:not(:has(img)):has(> a) {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
    gap: 12px;
    margin: 0 0 clamp(18px, 1.6vw, 28px);
    padding: 0;
    list-style: none;
}

.transfer-source-content > p:not(:has(img)):has(> a) br {
    display: none;
}

.transfer-source-content > a:not(:empty),
.transfer-source-content > p:not(:has(img)) > a:not(:empty),
.transfer-source-content .document-link-grid a {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    min-width: 0;
    min-height: 62px;
    padding: 14px 56px 14px 18px;
    border: 1px solid rgba(25, 135, 78, .13);
    border-radius: 18px;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 14px 34px rgba(18, 48, 31, .07);
    color: #0c5f37;
    font-size: clamp(15px, .88vw, 17px);
    line-height: 1.34;
    font-weight: 700;
    overflow-wrap: anywhere;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.transfer-source-content > a:not(:empty) {
    margin: 0 0 12px;
}

.transfer-source-content > a:not(:empty)::before,
.transfer-source-content > p:not(:has(img)) > a:not(:empty)::before,
.transfer-source-content .document-link-grid a::before {
    content: "";
    position: absolute;
    left: auto;
    right: 18px;
    top: 50%;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid rgba(25, 135, 78, .16);
    background: rgba(25, 135, 78, .08);
    transform: translateY(-50%);
}

.transfer-source-content > a:not(:empty)::after,
.transfer-source-content > p:not(:has(img)) > a:not(:empty)::after,
.transfer-source-content .document-link-grid a::after {
    content: "";
    position: absolute;
    left: auto;
    right: 27px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #19874e;
    border-right: 2px solid #19874e;
    transform: translateY(-50%) rotate(45deg);
    transition: right .2s ease;
}

.transfer-source-content > a:not(:empty):hover,
.transfer-source-content > a:not(:empty):focus-visible,
.transfer-source-content > p:not(:has(img)) > a:not(:empty):hover,
.transfer-source-content > p:not(:has(img)) > a:not(:empty):focus-visible,
.transfer-source-content .document-link-grid a:hover,
.transfer-source-content .document-link-grid a:focus-visible {
    border-color: rgba(25, 135, 78, .26);
    background: #fff;
    box-shadow: 0 20px 46px rgba(18, 48, 31, .11);
    color: #0b6a3d;
    text-decoration: none;
    transform: translateY(-2px);
}

.transfer-source-content > a:not(:empty):hover::after,
.transfer-source-content > a:not(:empty):focus-visible::after,
.transfer-source-content > p:not(:has(img)) > a:not(:empty):hover::after,
.transfer-source-content > p:not(:has(img)) > a:not(:empty):focus-visible::after,
.transfer-source-content .document-link-grid a:hover::after,
.transfer-source-content .document-link-grid a:focus-visible::after {
    left: auto;
    right: 24px;
}

.transfer-source-content--links {
    display: block;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.transfer-source-content--links .document-link-grid,
.transfer-source-content--links > p:not(:has(img)):has(> a) {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));
    gap: clamp(12px, 1.2vw, 18px);
    margin: 0;
    padding: 0;
    list-style: none;
}

.transfer-source-content--links > p {
    margin: 0;
}

.transfer-source-content--links > br,
.transfer-source-content--links > p br {
    display: none;
}

.transfer-source-content--links .document-link-grid a,
.transfer-source-content--links > a:not(:empty),
.transfer-source-content--links > p:not(:has(img)) > a:not(:empty) {
    min-height: clamp(68px, 4.8vw, 86px);
    margin: 0;
    padding: 18px 66px 18px clamp(18px, 1.3vw, 24px);
    border-color: rgba(25, 135, 78, .12);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(255, 255, 255, .88)),
    var(--card-pattern);
    box-shadow: 0 16px 40px rgba(18, 48, 31, .07);
    color: #155f39;
    font-size: clamp(15px, .9vw, 17px);
}

.transfer-source-content--links .document-link-grid a::before,
.transfer-source-content--links > a:not(:empty)::before,
.transfer-source-content--links > p:not(:has(img)) > a:not(:empty)::before {
    right: 22px;
    width: 28px;
    height: 28px;
    background: #19874e;
}

.transfer-source-content--links .document-link-grid a::after,
.transfer-source-content--links > a:not(:empty)::after,
.transfer-source-content--links > p:not(:has(img)) > a:not(:empty)::after {
    right: 33px;
    width: 7px;
    height: 7px;
    border-color: #fff;
}

.transfer-source-content--links .document-link-grid a:hover,
.transfer-source-content--links .document-link-grid a:focus-visible,
.transfer-source-content--links > a:not(:empty):hover,
.transfer-source-content--links > a:not(:empty):focus-visible,
.transfer-source-content--links > p:not(:has(img)) > a:not(:empty):hover,
.transfer-source-content--links > p:not(:has(img)) > a:not(:empty):focus-visible {
    border-color: rgba(25, 135, 78, .24);
    background: #fff;
}

.transfer-source-content--links .document-link-grid a:hover::after,
.transfer-source-content--links .document-link-grid a:focus-visible::after,
.transfer-source-content--links > a:not(:empty):hover::after,
.transfer-source-content--links > a:not(:empty):focus-visible::after,
.transfer-source-content--links > p:not(:has(img)) > a:not(:empty):hover::after,
.transfer-source-content--links > p:not(:has(img)) > a:not(:empty):focus-visible::after {
    right: 30px;
}

.transfer-source-content.university-overview-page {
    display: grid;
    gap: clamp(18px, 1.8vw, 30px);
    color: #17241e;
    font-size: clamp(16px, .95vw, 18px);
    line-height: 1.58;
}

.university-overview-hero-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(300px, .72fr);
    gap: clamp(18px, 2vw, 34px);
    align-items: stretch;
    overflow: hidden;
    padding: clamp(24px, 3vw, 46px);
    border: 1px solid rgba(16, 23, 19, .08);
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(244, 249, 246, .9)),
    var(--card-pattern);
    box-shadow: 0 24px 70px rgba(18, 48, 31, .1);
}

.university-overview-hero-card::before {
    content: "";
    position: absolute;
    inset: auto auto -88px -70px;
    width: 230px;
    height: 230px;
    border: 44px solid rgba(25, 135, 78, .08);
    border-radius: 50%;
    pointer-events: none;
}

.university-overview-hero-copy {
    position: relative;
    z-index: 1;
    display: grid;
    align-content: center;
    gap: clamp(14px, 1.4vw, 22px);
    max-width: 820px;
}

.university-overview-hero-copy p {
    max-width: 760px;
    color: #2a3830;
    font-size: clamp(17px, 1.05vw, 20px);
    line-height: 1.58;
}

.university-overview-media {
    position: relative;
    min-height: 280px;
    overflow: hidden;
    border-radius: 26px;
    background: #143422;
    box-shadow: 0 22px 56px rgba(18, 48, 31, .16);
}

.university-overview-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    border-radius: 0;
    filter: saturate(.9) contrast(.98);
}

.university-overview-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 42%, rgba(5, 32, 19, .72));
}

.university-overview-media figcaption {
    position: absolute;
    right: 18px;
    bottom: 16px;
    left: 18px;
    z-index: 1;
    color: #fff;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
}

.university-overview-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(10px, 1vw, 16px);
}

.university-overview-facts article {
    box-sizing: border-box;
    min-width: 0;
    padding: clamp(18px, 1.5vw, 24px);
    border: 1px solid rgba(25, 135, 78, .12);
    border-radius: 22px;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 16px 42px rgba(18, 48, 31, .07);
}

.university-overview-facts strong {
    display: block;
    margin-bottom: 8px;
    color: #19874e;
    font-size: clamp(24px, 1.75vw, 30px);
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;
}

.university-overview-facts span {
    display: block;
    color: #33443a;
    font-size: clamp(14px, .82vw, 16px);
    line-height: 1.38;
    font-weight: 400;
}

.university-overview-section,
.university-overview-directions,
.university-overview-timeline,
.university-overview-quote {
    box-sizing: border-box;
    padding: clamp(24px, 2.6vw, 42px);
    border: 1px solid rgba(16, 23, 19, .08);
    border-radius: 28px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 20px 56px rgba(18, 48, 31, .08);
}

.university-overview-section {
    display: grid;
    gap: 16px;
}

.university-overview-section--split {
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, .62fr);
    gap: clamp(18px, 2vw, 34px);
    align-items: stretch;
}

.university-overview-section--split > div:first-child {
    display: grid;
    gap: 16px;
}

.university-overview-accent {
    position: relative;
    display: grid;
    align-content: center;
    min-height: 180px;
    padding: clamp(20px, 2vw, 30px);
    border-radius: 24px;
    overflow: hidden;
    background: radial-gradient(circle at 84% 18%, rgba(255, 255, 255, .16), transparent 34%),
    linear-gradient(135deg, #218d55 0%, #147943 100%);
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 18px 42px rgba(20, 121, 67, .18);
}

.university-overview-accent::after {
    content: "";
    position: absolute;
    inset: 18px -42px -54px auto;
    width: 210px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 999px;
    transform: rotate(-18deg);
}

.university-overview-section .university-overview-accent p {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: clamp(18px, 1.1vw, 22px);
    line-height: 1.42;
    font-weight: 700;
}

.university-overview-directions {
    display: grid;
    gap: clamp(18px, 1.6vw, 26px);
}

.university-overview-direction-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.university-overview-direction-grid article {
    position: relative;
    min-width: 0;
    padding: 20px 20px 20px 26px;
    border: 1px solid rgba(25, 135, 78, .12);
    border-radius: 20px;
    background: rgba(247, 251, 248, .92);
}

.university-overview-direction-grid article::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    bottom: 20px;
    width: 4px;
    border-radius: 999px;
    background: #19874e;
}

.university-overview-direction-grid h3 {
    margin-bottom: 10px;
}

.university-overview-direction-grid p,
.university-overview-section p,
.university-overview-timeline p {
    color: #2f3e36;
}

.university-overview-section-head {
    display: grid;
    gap: 10px;
    margin-bottom: clamp(18px, 1.6vw, 26px);
}

.university-overview-section-head p {
    color: #5c6a62;
    font-weight: 400;
}

.university-overview-timeline ol {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.university-overview-timeline li {
    position: relative;
    display: grid;
    grid-template-columns: 128px minmax(0, 1fr);
    gap: clamp(16px, 1.5vw, 28px);
    padding: 0 0 22px;
}

.university-overview-timeline li:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 58px;
    top: 42px;
    bottom: 0;
    width: 1px;
    background: rgba(25, 135, 78, .22);
}

.university-overview-timeline time {
    position: relative;
    z-index: 1;
    display: inline-grid;
    place-items: center;
    width: 118px;
    min-height: 42px;
    border-radius: 999px;
    background: rgba(25, 135, 78, .1);
    color: #0c5f37;
    font-size: 15px;
    line-height: 1;
    font-weight: 900;
}

.university-overview-quote {
    position: relative;
    overflow: hidden;
    border-color: rgba(25, 135, 78, .22);
    background-color: rgba(255, 255, 255, .94);
    background-image: radial-gradient(circle at 86% 12%, rgba(25, 135, 78, .1), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(237, 248, 242, .92));
    color: #143323;
}

.university-overview-quote::before {
    content: "“";
    position: absolute;
    right: clamp(18px, 3vw, 44px);
    top: -28px;
    color: rgba(25, 135, 78, .12);
    font-size: clamp(92px, 9vw, 150px);
    line-height: 1;
    pointer-events: none;
}

.university-overview-quote p {
    position: relative;
    z-index: 1;
    color: #143323;
    font-size: clamp(24px, 1.75vw, 30px);
    line-height: 1.18;
}

.university-overview-quote cite {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 14px;
    color: #25814f;
    font-style: normal;
    font-weight: 750;
}

.university-overview-links {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.university-overview-links a {
    position: relative;
    display: grid;
    gap: 8px;
    min-width: 0;
    min-height: 118px;
    align-content: start;
    padding: 18px 18px 42px;
    border: 1px solid rgba(25, 135, 78, .12);
    border-radius: 20px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 16px 42px rgba(18, 48, 31, .07);
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.university-overview-links a::after {
    content: "";
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #19874e;
    border-right: 2px solid #19874e;
    transform: rotate(45deg);
    transition: right .2s ease;
}

.university-overview-links a:hover,
.university-overview-links a:focus-visible {
    border-color: rgba(25, 135, 78, .28);
    box-shadow: 0 22px 52px rgba(18, 48, 31, .11);
    text-decoration: none;
    transform: translateY(-2px);
}

.university-overview-links a:hover::after,
.university-overview-links a:focus-visible::after {
    right: 15px;
}

.university-overview-links span {
    color: #0c5f37;
    font-size: clamp(15px, .9vw, 17px);
    line-height: 1.22;
    font-weight: 900;
}

.university-overview-links small {
    color: #5b6a62;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 750;
}

.academic-doc-card.uk-card {
    box-sizing: border-box;
    padding: clamp(20px, 2vw, 30px);
    overflow: hidden;
    border: 1px solid rgba(16, 23, 19, .08);
    border-radius: 24px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 18px 46px rgba(18, 48, 31, .08);
}

.academic-doc-card__head {
    margin: 0 0 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(25, 135, 78, .13);
}

.academic-doc-card__number {
    display: inline-grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: rgba(25, 135, 78, .1);
    color: #19874e;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
}

.academic-doc-card .uk-card-title {
    margin: 0;
    color: #101713;
    font-size: clamp(18px, 1.08vw, 22px);
    line-height: 1.24;
    font-weight: 700;
    text-wrap: balance;
}

.academic-doc-link {
    box-sizing: border-box;
    min-height: 58px;
    gap: 14px;
    padding: 13px 14px 13px 16px;
    border: 1px solid rgba(25, 135, 78, .1);
    border-radius: 16px;
    background: rgba(25, 135, 78, .055);
    color: #174b32;
    font-size: clamp(14px, .82vw, 16px);
    line-height: 1.34;
    font-weight: 700;
    text-decoration: none;
}

.academic-doc-link span:first-child {
    min-width: 0;
}

.academic-doc-arrow {
    display: inline-grid;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    place-items: center;
    border-radius: 50%;
    background: rgba(25, 135, 78, .1);
    color: #19874e;
}

.academic-doc-link:hover,
.academic-doc-link:focus-visible {
    border-color: rgba(25, 135, 78, .22);
    background: rgba(25, 135, 78, .09);
    color: #0c5f37;
    text-decoration: none;
}

.academic-doc-link:hover .academic-doc-arrow,
.academic-doc-link:focus-visible .academic-doc-arrow {
    background: #19874e;
    color: #fff;
}

.competition-page {
    --competition-green: #19874e;
    --competition-green-dark: #0c5f37;
    --competition-surface: rgba(255, 255, 255, .94);
    --competition-soft: rgba(24, 140, 80, .08);
    display: grid;
    gap: clamp(24px, 2.4vw, 42px);
    min-width: 0;
    max-width: 100%;
    color: #1d2a23;
    overflow-wrap: anywhere;
}

.competition-page *,
.competition-page *::before,
.competition-page *::after {
    box-sizing: border-box;
}

.competition-page :where(h1, h2, h3, h4, p, ul) {
    margin-top: 0;
}

.competition-page :where(h1, h2, h3, h4) {
    letter-spacing: 0;
}

.competition-hero {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-width: 0;
    padding: clamp(24px, 2.6vw, 42px);
    border: 1px solid rgba(17, 31, 24, .08);
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(245, 250, 247, .96)),
    var(--card-pattern);
    box-shadow: 0 24px 70px rgba(18, 48, 31, .1);
}

.competition-hero::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 7px;
    background: linear-gradient(180deg, var(--competition-green), #59b77f);
}

.competition-eyebrow {
    margin-bottom: 12px;
    color: var(--competition-green-dark);
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.competition-hero h1 {
    max-width: 960px;
    margin: 0 0 14px;
    color: #101713;
    font-size: clamp(24px, 2vw, 30px);
    line-height: 1.18;
}

.competition-hero p:last-child {
    max-width: 840px;
    margin-bottom: 0;
    color: #3c4b43;
    font-size: clamp(16px, 1vw, 18px);
    line-height: 1.62;
}

.competition-section {
    display: grid;
    gap: clamp(14px, 1.4vw, 22px);
    min-width: 0;
}

.competition-section > h2 {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(17, 31, 24, .1);
    color: #101713;
    font-size: clamp(23px, 1.8vw, 30px);
    line-height: 1.16;
    font-weight: 650;
}

.competition-section > h2::before {
    content: "";
    flex: 0 0 auto;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--competition-green);
    box-shadow: 0 0 0 7px rgba(25, 135, 78, .11);
}

.competition-section > p {
    max-width: 1040px;
    margin-bottom: 0;
    padding: clamp(18px, 1.5vw, 24px);
    border: 1px solid rgba(25, 135, 78, .12);
    border-radius: 20px;
    background: rgba(255, 255, 255, .74);
}

.competition-docs,
.competition-archive {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.competition-docs li,
.competition-archive li {
    min-width: 0;
}

.competition-docs a,
.competition-archive a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 64px;
    padding: 16px 18px 16px 48px;
    border: 1px solid rgba(17, 31, 24, .1);
    border-radius: 18px;
    background: var(--competition-surface);
    color: #10271c;
    font-size: 16px;
    line-height: 1.38;
    font-weight: 700;
    box-shadow: 0 14px 38px rgba(18, 48, 31, .07);
    overflow-wrap: anywhere;
}

.competition-docs a::before,
.competition-archive a::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 22px;
    width: 14px;
    height: 18px;
    border: 2px solid currentColor;
    border-radius: 4px;
    color: var(--competition-green);
    opacity: .8;
}

.competition-docs a:hover,
.competition-docs a:focus-visible,
.competition-archive a:hover,
.competition-archive a:focus-visible {
    border-color: rgba(25, 135, 78, .32);
    color: var(--competition-green-dark);
    background: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.competition-card {
    min-width: 0;
    padding: clamp(22px, 2vw, 34px);
    border: 1px solid rgba(17, 31, 24, .09);
    border-radius: 28px;
    background: var(--competition-surface);
    box-shadow: 0 22px 64px rgba(18, 48, 31, .1);
}

.competition-card-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: start;
    margin-bottom: clamp(18px, 1.6vw, 26px);
    padding-bottom: clamp(16px, 1.4vw, 22px);
    border-bottom: 1px solid rgba(17, 31, 24, .1);
}

.competition-card-header h3 {
    margin: 0;
    color: #101713;
    font-size: clamp(22px, 1.6vw, 28px);
    line-height: 1.18;
    font-weight: 650;
}

.competition-procedure-lead {
    max-width: 980px;
    margin: 10px 0 0;
    color: #3c4b43;
    font-size: 16px;
    line-height: 1.6;
}

.competition-date-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 999px;
    background: var(--competition-green);
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    white-space: nowrap;
}

.competition-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 clamp(18px, 1.8vw, 28px);
}

.competition-meta-item {
    min-width: 0;
    padding: 16px;
    border: 1px solid rgba(25, 135, 78, .12);
    border-radius: 18px;
    background: var(--competition-soft);
    color: #26322c;
    font-size: 15px;
    line-height: 1.48;
}

.competition-meta-item strong {
    display: block;
    margin-bottom: 7px;
    color: var(--competition-green-dark);
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.competition-faculty {
    min-width: 0;
    margin-top: 14px;
    padding: clamp(16px, 1.4vw, 22px);
    border: 1px solid rgba(17, 31, 24, .08);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(248, 251, 249, .96), rgba(255, 255, 255, .96));
}

.competition-faculty > h3 {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    color: var(--competition-green-dark);
    font-size: clamp(18px, 1.2vw, 22px);
    line-height: 1.28;
    font-weight: 650;
}

.competition-number {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 26px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(25, 135, 78, .11);
    color: var(--competition-green);
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
}

.competition-department {
    min-width: 0;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(17, 31, 24, .08);
}

.competition-department h4 {
    margin: 0 0 11px;
    color: #17241e;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 650;
}

.competition-position-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.competition-position-list li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 100%;
    padding: 9px 12px;
    border: 1px solid rgba(25, 135, 78, .16);
    border-radius: 999px;
    background: #fff;
    color: #26322c;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}

.competition-position-list li::before {
    content: "";
    flex: 0 0 auto;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--competition-green);
}

.competition-table-wrap {
    width: 100%;
    margin: clamp(18px, 1.6vw, 26px) 0;
    overflow-x: auto;
    border-radius: 22px;
    background: transparent;
    box-shadow: none;
    -webkit-overflow-scrolling: touch;
}

.competition-table {
    min-width: 840px;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(17, 31, 24, .08);
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 22px;
    background: #fff;
    box-shadow: none;
}

.competition-table caption {
    caption-side: top;
    padding: 18px 20px;
    color: var(--competition-green-dark);
    background: rgba(24, 140, 80, .08);
    font-size: 16px;
    line-height: 1.35;
    font-weight: 650;
    text-align: left;
}

.competition-table th {
    color: #fff;
    background: var(--competition-green);
}

.competition-table td:first-child {
    color: var(--competition-green-dark);
    font-weight: 550;
}

.competition-alert {
    margin: clamp(16px, 1.5vw, 24px) 0;
    padding: 18px 20px;
    border-left: 6px solid var(--competition-green);
    border-radius: 18px;
    background: linear-gradient(90deg, rgba(25, 135, 78, .12), rgba(255, 255, 255, .9));
    color: #26322c;
    font-size: 16px;
    line-height: 1.55;
}

.competition-alert strong {
    display: block;
    margin-bottom: 6px;
    color: var(--competition-green-dark);
    font-weight: 700;
}

p.competition-note,
section.competition-note {
    margin: clamp(16px, 1.5vw, 24px) 0 0;
    padding: clamp(18px, 1.6vw, 24px);
    border: 1px solid rgba(17, 31, 24, .08);
    border-radius: 20px;
    background: rgba(255, 255, 255, .72);
}

section.competition-note h3 {
    margin: 0 0 12px;
    color: #101713;
    font-size: clamp(20px, 1.3vw, 24px);
    line-height: 1.2;
    font-weight: 650;
}

.competition-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.competition-list li {
    position: relative;
    padding-left: 22px;
}

.competition-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .68em;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--competition-green);
}

.transfer-source-content .table-wrapper {
    width: 100%;
    margin: 22px 0 30px;
    overflow-x: auto;
    border-radius: 24px;
    box-shadow: 0 20px 54px rgba(18, 48, 31, .1);
}

.transfer-source-content .table-wrapper table {
    min-width: 840px;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
}

.transfer-source-content .info-footer {
    margin-top: 24px;
    padding: 18px 22px;
    border-left: 5px solid var(--green);
    border-radius: 18px;
    background: rgba(24, 140, 80, .08);
}

.transfer-source-content .info-footer p {
    margin: 0;
}

@media (max-width: 1180px) {
    .section-menu-layout {
        grid-template-columns: 1fr;
    }

    .section-menu-layout__side {
        order: 1;
    }

    .section-menu-layout .section-side-menu__panel {
        padding: 22px;
    }

    .section-menu-layout .section-side-menu .nav-tree-level-0 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1180px) {

    .university-overview-hero-card,
    .university-overview-section--split {
        grid-template-columns: 1fr;
    }

    .university-overview-facts,
    .university-overview-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .competition-docs,
    .competition-archive,
    .competition-meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 720px) {

    .section-menu-layout {
        padding: 0;
    }

    .section-menu-layout,
    .section-menu-layout__side,
    .section-menu-layout .section-side-menu,
    .section-menu-layout .section-side-menu__panel {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .section-menu-layout .section-side-menu .nav-tree-level-0 {
        grid-template-columns: 1fr;
    }

    .section-menu-layout .section-side-menu__panel {
        border-radius: 22px;
    }

    .transfer-source-content th,
    .transfer-source-content td {
        padding: 11px 12px;
    }

    .transfer-source-content:not(.university-overview-page):not(.transfer-source-content--links):not(.transfer-source-content--empty):not(:has(.competition-page)):not(:has(.teachers-list)):not(:has(.news-list)):not(:has(.news-detail)):not(:has(.office-list)):not(:has(.office-card)):not(:has(.office-detail-card)):not(:has(.academic-council-page)):not(:has(.table-wrapper)) {
        padding: 0;
        border-radius: 22px;
    }

    .transfer-source-content > p:not(:has(img)):has(> a) {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .transfer-source-content > a:not(:empty),
.transfer-source-content > p:not(:has(img)) > a:not(:empty),
.transfer-source-content .document-link-grid a {
        min-height: 56px;
        padding: 13px 48px 13px 14px;
        border-radius: 16px;
        font-size: 15px;
    }

    .transfer-source-content > a:not(:empty)::before,
.transfer-source-content > p:not(:has(img)) > a:not(:empty)::before,
.transfer-source-content .document-link-grid a::before {
        left: auto;
        right: 14px;
        width: 24px;
        height: 24px;
    }

    .transfer-source-content > a:not(:empty)::after,
.transfer-source-content > p:not(:has(img)) > a:not(:empty)::after,
.transfer-source-content .document-link-grid a::after {
        left: auto;
        right: 23px;
    }

    .academic-doc-card.uk-card {
        padding: 20px;
        border-radius: 22px;
    }

    .academic-doc-card__head {
        margin-bottom: 16px;
        padding-bottom: 14px;
    }

    .academic-doc-card__number {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .academic-doc-link {
        min-height: 54px;
        padding: 12px 14px;
        font-size: 14px;
    }

    .academic-doc-arrow {
        width: 24px;
        height: 24px;
        flex-basis: 24px;
    }

    .competition-hero,
    .competition-card {
        border-radius: 22px;
    }

    .competition-card-header,
    .competition-docs,
    .competition-archive,
    .competition-meta {
        grid-template-columns: 1fr;
    }

    .competition-date-badge {
        justify-self: start;
        white-space: normal;
    }

    .competition-eyebrow,
    .competition-hero h1,
    .competition-hero p {
        width: calc(100vw - 84px) !important;
        max-width: calc(100vw - 84px) !important;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: break-word;
        hyphens: auto;
    }

    .competition-docs a,
    .competition-archive a {
        width: calc(100vw - 84px);
        max-width: 100%;
        min-height: 58px;
        padding: 14px 16px 14px 44px;
    }

    .competition-position-list li {
        width: 100%;
        border-radius: 14px;
    }
}

.faculty-disclosure {
    display: block;
}

.faculty-disclosure > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0 0 24px;
    color: #111;
    cursor: pointer;
    list-style: none;
}

.faculty-disclosure > summary::-webkit-details-marker {
    display: none;
}

.faculty-disclosure > summary span {
    font-size: 27px;
    line-height: 34px;
    font-weight: 400;
}

.faculty-disclosure > summary i {
    display: grid;
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 50%;
    color: #111;
    background: #f6f6f5;
    transition: transform .22s ease, background-color .22s ease, color .22s ease;
}

.faculty-disclosure[open] > summary i {
    transform: rotate(180deg);
}

@media (max-width: 959px) {
    .site-header {
        height: 126px;
    }

    .inner-hero {
        min-height: 760px;
    }

    .inner-hero__content {
        padding-top: 150px;
    }

    .faculty-disclosure > summary {
        min-height: 48px;
        margin-bottom: 0;
    }

    .faculty-disclosure[open] > summary {
        margin-bottom: 18px;
    }

}

@media (max-width: 639px) {

    .full-menu__section {
        padding: 16px 0;
    }

    .nav-tree a {
        font-size: 14px;
        line-height: 20px;
    }

    .inner-hero {
        min-height: 720px;
    }

    .inner-hero__content {
        padding-top: 118px;
    }

    .breadcrumbs {
        margin-bottom: 28px;
        font-size: 12px;
    }

    .inner-hero h1 {
        font-size: 40px;
        line-height: 44px;
    }

    .inner-hero p {
        font-size: 15px;
        line-height: 22px;
    }

    .faculty-disclosure > summary span {
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
    }

    .faculty-disclosure > summary i {
        width: 28px;
        height: 28px;
        background: transparent;
    }

}

@media (max-width: 959px) {
    [uk-grid],
    .uk-grid-large {
        margin-left: 0;
    }

    [uk-grid] > *,
    .uk-grid-large > * {
        padding-left: 0;
    }

    .hero-thumbnav {
        width: 100%;
        height: 112px;
        transform: none !important;
    }

    .hero-thumbnav > li {
        display: none;
        width: 100%;
        height: 112px;
    }

    .hero-thumbnav > li.uk-active {
        display: block;
        width: 100%;
    }

    .quick-grid,
.program-grid,
.tech-intro {
        width: 100%;
        height: auto;
    }

    .quick-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .quick-link {
        width: 100%;
        min-height: 0;
        aspect-ratio: 1.35 / 1;
        padding: 18px 16px 20px;
    }

    .quick-link span {
        max-width: 100%;
        font-size: 22px;
        line-height: 28px;
    }

    .program-card i {
        width: 44px;
        height: 44px;
    }

    .tech-intro {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .tech-copy,
    .tech .tech-copy h2,
    .tech p {
        width: 100%;
    }

    .tech-visual,
    .wash-img {
        width: 100%;
        height: auto;
        aspect-ratio: 572 / 367;
    }

    .program-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .program-stack {
        width: 100%;
        height: auto;
        gap: 10px;
    }

    .program-card-tall,
    .program-card-small {
        width: 100%;
        height: auto;
    }

    .program-card-tall {
        min-height: 286px;
    }

    .program-card-small {
        min-height: 138px;
    }

    .program-card {
        padding: 18px 16px 20px;
    }

    .program-card span {
        max-width: 100%;
        font-size: 22px;
        line-height: 28px;
    }

    .program-card i {
        top: 0;
        right: 0;
    }

    .section-side-menu {
        top: auto;
        right: 14px;
        bottom: 18px;
        display: block;
        width: min(390px, calc(100vw - 28px));
    }

    .section-side-menu__panel {
        max-height: min(520px, calc(100vh - 52px));
        padding: 22px;
    }

    .full-menu__tabs {
        display: none;
    }

    .full-menu__main,
    .full-menu__aside {
        overflow: visible;
    }

    .a11y-panel {
        top: 8px;
        align-items: flex-start;
        flex-direction: column;
    }

    .a11y-panel__head,
    .a11y-panel__reset {
        margin: 0;
    }
}

@media (max-width: 639px) {
    .site-header {
        height: 88px;
    }

    .site-header .topbar {
        height: 72px;
        padding-top: 0;
        border-bottom: 0;
    }

    .site-header .mainnav {
        top: 0;
        height: 72px;
        padding-top: 6px;
        padding-bottom: 0;
    }

    .site-header .brand img {
        max-height: 34px;
    }

    .site-header .brand {
        width: 172px;
        min-width: 172px;
        height: 48px;
        padding: 6px 8px;
        border-radius: 8px;
    }

    .site-header .round.menu {
        width: 44px;
        height: 44px;
        margin-left: auto;
    }

    .site-header .top-icons {
        position: absolute;
        top: 26px;
        right: 62px;
        width: auto;
        margin-right: 0;
        transform: none;
    }

    .site-header .top-icons-main {
        width: auto;
        gap: 12px;
    }

    .site-header .top-icons-main > :nth-child(1),
    .site-header .top-icons-main > :nth-child(2),
    .site-header .top-icons-main > :nth-child(4) {
        display: none;
    }

    .hero-content {
        padding-top: 132px;
    }

    .quick-grid,
    .program-grid {
        gap: 8px;
    }

    .quick-link {
        min-height: 0;
        aspect-ratio: 1.25 / 1;
        padding: 18px 14px;
    }

    .quick-link span,
    .program-card span {
        font-size: 18px;
        line-height: 24px;
    }

    .quick-link span {
        font-size: 22px;
        line-height: 26px;
    }

    .program-card-tall {
        min-height: 250px;
    }

    .program-card-small {
        min-height: 121px;
    }

    .program-card {
        padding: 18px 12px 16px;
    }

    .search-section {
        padding-top: 54px;
        padding-bottom: 64px;
    }

    .section-hero {
        min-height: 420px;
    }

    .section-hero__inner {
        padding-top: 150px;
        padding-bottom: 64px;
    }

    .section-hero h1 {
        font-size: clamp(42px, 11vw, 58px);
    }

    .section-menu-layout:has(.competition-page) .section-menu-layout__side {
        order: 1;
    }

    .section-menu-layout:has(.competition-page),
    .competition-page,
    .competition-section,
    .competition-hero,
    .competition-card {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .section-hero p {
        font-size: 17px;
        line-height: 25px;
    }

    .search-shell {
        padding: 20px;
    }

    .full-menu__head {
        min-height: 84px;
        padding: 16px 18px;
    }

    .full-menu__brand {
        width: min(240px, 72%);
    }

    .full-menu__main {
        padding: 6px 18px 24px;
    }

    .full-menu__aside {
        padding: 22px 18px 26px;
    }

    .full-menu__title {
        font-size: 29px;
    }

    .guz-search-form {
        grid-template-columns: 1fr;
    }

    .guz-search-form__submit {
        justify-content: center;
        width: 100%;
    }

    .search-section {
        padding-top: 42px;
    }
}

@media (max-width: 479px) {
    .quick-grid,
    .program-grid {
        grid-template-columns: 1fr;
    }

    .quick-link {
        min-height: 0;
        aspect-ratio: 16 / 9;
    }

    .program-card-tall,
    .program-card-small {
        min-height: 126px;
    }
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}

.brand,
.top-icon-link,
.top-lang,
.mainnav .uk-subnav a,
.section-side-menu a,
.pill,
.round,
.quick-link,
.program-card,
.program-card i,
.event-card,
.event-card h3,
.event-hover-action,
.footer-logo,
.footer-green a,
.faculty-disclosure > summary,
.faculty-disclosure > summary i {
    transition: background-color .22s ease,
    border-color .22s ease,
    box-shadow .22s ease,
    color .22s ease,
    opacity .22s ease,
    transform .22s ease,
    filter .22s ease;
}

:where(
  a,
  button,
  .pill,
  .round,
  .hero-slider-btn,
  .quick-link,
  .program-card,
  .news-more,
  .news-arrow,
  .event-preview,
  .event-hover-action,
  .footer-up,
  .footer-logo,
  .faculty-disclosure > summary
):focus-visible {
    outline: 3px solid rgba(240, 202, 22, .9);
    outline-offset: 4px;
    text-decoration: none;
}

@media (hover: hover) {
    .brand:hover {
        transform: translateY(-2px);
        box-shadow: 0 14px 32px rgba(0, 0, 0, .14);
    }

    .top-icon-link:hover,
    .top-lang:hover,
    .mainnav .uk-subnav a:hover {
        color: var(--yellow);
        text-decoration: none;
    }

    .full-menu__title:hover,
    .full-menu__title:focus-visible,
    .nav-tree a:hover,
    .nav-tree a:focus-visible,
    .section-side-menu a:hover,
    .section-side-menu a:focus-visible {
        color: #19874e;
        text-decoration: none;
    }

    .full-menu__aside a:hover,
    .full-menu__aside a:focus-visible {
        color: #fad741;
        text-decoration: none;
    }

    .mainnav .uk-subnav a:hover {
        transform: translateY(-1px);
    }

    .pill:hover,
.pill:focus-visible,
.round:hover,
.round:focus-visible {
        transform: translateY(-2px);
        box-shadow: 0 16px 34px rgba(0, 0, 0, .16);
        text-decoration: none;
    }

    .pill.white:hover,
    .pill.white:focus-visible {
        background: var(--yellow);
        color: #14271b;
    }

    .green-pill:hover,
    .green-pill:focus-visible {
        background: var(--deep);
        color: #fff;
    }

    .round.green:hover,
.round.green:focus-visible,
.round.menu:hover,
.round.menu:focus-visible {
        background: var(--yellow);
        color: #14271b;
    }

    .quick-link:hover,
    .quick-link:focus-visible,
    .program-card:hover,
    .program-card:focus-visible {
        transform: translateY(-6px);
        box-shadow: 0 24px 54px rgba(0, 0, 0, .12);
        text-decoration: none;
    }

    .quick-link:hover::before,
    .quick-link:focus-visible::before {
        filter: saturate(1.05) brightness(1.01);
        transform: scale(1.025);
    }

    .program-card:hover::before,
    .program-card:focus-visible::before {
        filter: saturate(1.08) brightness(1.03);
    }

    .program-card:hover i,
.program-card:focus-visible i {
        transform: rotate(45deg) scale(1.04);
    }

    .program-card-green:hover,
    .program-card-green:focus-visible,
    .program-card-photo:hover,
    .program-card-photo:focus-visible {
        color: #fff;
    }

    .program-card-light:hover,
    .program-card-light:focus-visible {
        color: #000;
    }

    .event-card:hover,
    .event-card:focus-within {
        transform: translateY(-4px);
        box-shadow: 0 24px 54px rgba(0, 0, 0, .14);
    }

    .event-card:hover h3,
    .event-card:focus-within h3 {
        transform: translateY(-4px);
    }

    .event-hover-action:hover,
    .event-hover-action:focus-visible {
        background: var(--yellow);
        color: #14271b;
    }

    .footer-logo:hover,
    .footer-logo:focus-visible {
        transform: translateY(-2px);
        box-shadow: 0 16px 34px rgba(0, 0, 0, .16);
    }

    .footer-green a:hover,
    .footer-green a:focus-visible,
    .footer-small-links a:hover,
    .footer-small-links a:focus-visible,
    .footer-copy-row a:hover,
    .footer-copy-row a:focus-visible {
        color: var(--yellow);
        text-decoration: none;
    }

    .faculty-disclosure > summary:hover,
    .faculty-disclosure > summary:focus-visible {
        color: var(--green);
        text-decoration: none;
    }

    .faculty-disclosure > summary:hover i,
.faculty-disclosure > summary:focus-visible i {
        background: var(--yellow);
        color: #14271b;
    }

}

.news-page {
    background: radial-gradient(circle at 8% 18%, rgba(27, 137, 80, .08) 0 1px, transparent 2px),
    var(--page-pattern),
    #f6f6f5;
}

.news-page-hero {
    min-height: clamp(280px, 26vw, 390px);
}

.news-page-hero .section-hero__inner {
    box-sizing: border-box;
    width: calc(100% - var(--page-gutter) * 2);
    max-width: none;
    margin-inline: auto;
    padding-inline: 0;
}

.news-page-hero .section-hero__inner > p {
    display: block;
}

.news-page-hero h1 {
    max-width: 860px;
    font-size: clamp(36px, 3.4vw, 52px);
}

.news-page__inner {
    box-sizing: border-box;
    width: calc(100% - var(--page-gutter) * 2);
    max-width: none;
    margin-inline: auto;
    padding: clamp(24px, 3vw, 48px) 0 clamp(70px, 7vw, 110px);
}

.news-board,
.news-page-card,
.news-detail-card,
.news-empty {
    overflow: hidden;
    border: 1px solid rgba(25, 135, 78, .14);
    border-radius: 28px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 22px 58px rgba(18, 48, 31, .09);
}

.news-animated {
    animation: newsReveal .55s cubic-bezier(.2, .75, .25, 1) both;
}

.news-board {
    margin-bottom: clamp(22px, 2.6vw, 38px);
    padding: clamp(22px, 2.4vw, 34px);
    background: linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(239, 248, 244, .94)),
    var(--card-pattern);
}

.news-board__head {
    margin: 0;
}

.news-board h2 {
    margin: 0;
    color: #101713;
    font-size: clamp(26px, 2vw, 30px);
    line-height: 1.12;
    font-weight: 400;
}

.news-board p {
    max-width: 760px;
    margin: 10px 0 0;
    color: #314139;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
}

.news-board__count {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 9px 16px;
    border-radius: 999px;
    background: var(--green);
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    white-space: nowrap;
}

.news-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: clamp(18px, 2vw, 28px);
}

.news-filter__button {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 40px;
    padding: 8px 14px;
    border: 1px solid rgba(25, 135, 78, .16);
    border-radius: 999px;
    background: rgba(255, 255, 255, .82);
    color: #167546;
    font: inherit;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.news-filter__button b {
    display: inline-flex;
    min-width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    padding-inline: 7px;
    border-radius: 999px;
    background: #e5f1eb;
    color: var(--green);
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
}

.news-filter__button.is-active {
    border-color: var(--green);
    background: var(--green);
    color: #fff;
}

.news-filter__button.is-active b {
    background: rgba(255, 255, 255, .18);
    color: #fff;
}

.news-page-list {
    display: grid;
    gap: 24px;
}

.news-page-grid {
    margin-top: 0;
}

.news-page-card-wrap[hidden] {
    display: none !important;
}

.news-page-card {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.news-page-card__media,
.news-detail-card__media {
    position: relative;
    display: block;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(25, 135, 78, .13), rgba(250, 215, 65, .14)),
    var(--page-pattern),
    #e8f1ec;
}

.news-page-card__media {
    aspect-ratio: 16 / 8.2;
    min-height: 112px;
    max-height: 210px;
}

.news-page-card__media--empty {
    aspect-ratio: auto;
    min-height: 86px;
    max-height: 96px;
}

.news-page-card__media img,
.news-detail-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s cubic-bezier(.2, .75, .25, 1), filter .45s ease;
}

.news-card__placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 18px 20px;
    color: var(--green);
    text-align: left;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
}

.news-card__placeholder span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 8px 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .74);
    box-shadow: 0 12px 26px rgba(18, 48, 31, .08);
}

.news-page-card__media.is-image-error::before,
.news-detail-card__media.is-image-error::before {
    content: "ГУЗ";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 18px 20px;
    color: var(--green);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
}

.news-page-card__body,
.news-detail-card {
    padding: clamp(22px, 2.2vw, 34px);
}

.news-page-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 14px;
}

.news-page-card time,
.news-detail-card__meta time {
    display: inline-flex;
    width: fit-content;
    margin: 0;
    padding: 7px 12px;
    border-radius: 999px;
    background: #e5f1eb;
    color: var(--green);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
}

.news-page-card h3 {
    margin: 0;
    color: #101713;
    font-size: clamp(19px, 1.22vw, 22px);
    line-height: 1.26;
    font-weight: 700;
}

.news-page-card h3 a,
.news-detail-card__meta a,
.news-card__more {
    color: inherit;
    text-decoration: none;
}

.news-page-card p,
.news-card__preview {
    margin: 0;
    color: #26322c;
    font-size: 16px;
    line-height: 1.58;
    font-weight: 400;
}

.news-card__preview {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news-card__preview > *:first-child {
    margin-top: 0;
}

.news-card__preview > *:last-child {
    margin-bottom: 0;
}

.news-card__more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin-top: auto;
    color: var(--green);
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
}

.news-card__more > [uk-icon] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--green);
    color: #fff;
    transition: transform .25s ease, background .25s ease, color .25s ease;
}

.news-page-pager {
    margin-top: clamp(28px, 3vw, 46px);
}

.guz-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    width: 100%;
    padding: 18px 20px;
    border: 1px solid rgba(25, 135, 78, .14);
    border-radius: 22px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 18px 44px rgba(18, 48, 31, .08);
}

.guz-pagination__summary {
    margin: 0;
    color: #506057;
    font-size: 15px;
    line-height: 1.35;
    white-space: nowrap;
}

.guz-pagination__summary strong {
    color: #17251d;
    font-weight: 700;
}

.guz-pagination__controls,
.guz-pagination__pages,
.guz-pagination__direction,
.guz-pagination__page,
.guz-pagination__dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.guz-pagination__controls {
    gap: 8px;
    min-width: 0;
}

.guz-pagination__pages {
    gap: 6px;
}

.guz-pagination__direction,
.guz-pagination__page {
    min-width: 42px;
    height: 42px;
    border: 1px solid rgba(25, 135, 78, .18);
    border-radius: 999px;
    background: #fff;
    color: var(--green);
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

.guz-pagination__direction {
    gap: 7px;
    padding: 0 15px;
}

.guz-pagination__direction > [uk-icon] {
    display: inline-flex;
}

.guz-pagination__page.is-current {
    border-color: var(--green);
    background: var(--green);
    color: #fff;
}

.guz-pagination__direction.is-disabled {
    border-color: rgba(80, 96, 87, .1);
    background: #f2f4f3;
    color: #9ca7a1;
    cursor: default;
}

.guz-pagination__dots {
    width: 26px;
    height: 42px;
    color: #7a8780;
    font-size: 18px;
    line-height: 1;
}

@media (hover: hover) {
    .guz-pagination a.guz-pagination__direction:hover,
    .guz-pagination a.guz-pagination__direction:focus-visible,
    .guz-pagination a.guz-pagination__page:hover,
    .guz-pagination a.guz-pagination__page:focus-visible {
        border-color: var(--green);
        background: var(--green);
        color: #fff;
        text-decoration: none;
        transform: translateY(-2px);
    }
}

@media (max-width: 799px) {
    .guz-pagination {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .guz-pagination__controls {
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 639px) {
    .guz-pagination {
        padding: 15px;
        border-radius: 18px;
    }

    .guz-pagination__summary {
        font-size: 14px;
    }

    .guz-pagination__controls {
        gap: 6px;
    }

    .guz-pagination__direction,
    .guz-pagination__page {
        min-width: 38px;
        height: 38px;
        padding: 0 10px;
        font-size: 14px;
    }

    .guz-pagination__direction-label,
    .guz-pagination__dots,
    .guz-pagination__page--boundary:not(.is-current) {
        display: none;
    }

    .guz-pagination__pages {
        flex: 1;
        justify-content: center;
        gap: 6px;
    }
}

.news-empty {
    padding: clamp(28px, 3vw, 46px);
}

.news-empty h2 {
    margin: 0 0 12px;
    color: #101713;
    font-size: 30px;
    line-height: 1.16;
    font-weight: 400;
}

.news-empty p {
    margin: 0;
    color: #26322c;
    font-size: 16px;
    line-height: 1.55;
}

.news-detail-card {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .94)),
    var(--card-pattern);
}

.news-detail-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: clamp(20px, 2vw, 30px);
}

.news-detail-card__back {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--green);
    font-size: 15px;
    font-weight: 700;
}

.news-detail-card__back > [uk-icon] {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e5f1eb;
}

.news-detail-card__title {
    max-width: none;
    margin: 0 0 clamp(22px, 2.4vw, 34px);
    color: #101713;
    font-size: clamp(28px, 2.4vw, 30px);
    line-height: 1.18;
    font-weight: 400;
}

.news-detail-card__media {
    display: grid;
    width: 100%;
    max-width: 1180px;
    min-height: 0;
    place-items: center;
    margin: 0 auto clamp(24px, 2.6vw, 38px);
    border-radius: 24px;
}

.news-detail-card__media--portrait {
    max-width: 520px;
}

.news-detail-card__media img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 820px;
    object-fit: contain;
}

.news-detail-card__media--portrait img {
    max-height: 520px;
}

.news-detail-card__lead,
.news-detail-card__content {
    max-width: 1120px;
    margin-inline: auto;
    color: #26322c;
    font-size: clamp(17px, 1vw, 20px);
    line-height: 1.68;
    font-weight: 400;
}

.news-detail-card__lead {
    margin-bottom: 24px;
    color: #14251b;
    font-size: clamp(18px, 1.12vw, 21px);
}

.news-detail-card__content .images {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(14px, 1.8vw, 24px);
    margin-top: clamp(28px, 3vw, 44px);
}

.news-detail-card__content .viewer {
    display: none !important;
}

.news-detail-card__content > *:first-child,
.news-detail-card__lead > *:first-child {
    margin-top: 0;
}

.news-detail-card__content > *:last-child,
.news-detail-card__lead > *:last-child {
    margin-bottom: 0;
}

.news-detail-card__content p,
.news-detail-card__content li,
.news-detail-card__lead p {
    font-weight: 400;
}

.news-detail-card__section {
    margin-top: clamp(28px, 3vw, 44px);
    padding-top: clamp(22px, 2vw, 30px);
    border-top: 1px solid rgba(25, 135, 78, .16);
}

.news-detail-card__section h2 {
    margin: 0 0 18px;
    color: #101713;
    font-size: clamp(25px, 2.15vw, 30px);
    line-height: 1.16;
    font-weight: 400;
}

.news-detail-card__video {
    overflow: hidden;
    border-radius: 22px;
}

.news-detail-card__video iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}

.news-detail-files a {
    color: var(--green);
    font-weight: 700;
    text-decoration: none;
}

@keyframes newsReveal {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (hover: hover) {
    .news-filter__button:hover,
    .news-filter__button:focus-visible {
        border-color: rgba(25, 135, 78, .34);
        transform: translateY(-1px);
    }

    .news-page-card:hover .news-page-card__media img {
        filter: saturate(1.04);
        transform: scale(1.045);
    }

    .news-page-card:hover {
        border-color: rgba(25, 135, 78, .24);
        box-shadow: 0 30px 76px rgba(18, 48, 31, .14);
        transform: translateY(-4px);
    }

    .news-page-card h3 a:hover,
    .news-page-card h3 a:focus-visible,
    .news-detail-card__meta a:hover,
    .news-detail-card__meta a:focus-visible,
    .news-detail-files a:hover,
    .news-detail-files a:focus-visible {
        color: var(--green);
        text-decoration: none;
    }

    .news-card__more:hover > [uk-icon],
    .news-card__more:focus-visible > [uk-icon] {
        background: var(--yellow);
        color: #14271b;
        transform: translateX(3px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .news-animated,
    .news-page-card,
    .news-filter__button,
    .news-page-card__media img,
    .news-card__more > [uk-icon] {
        animation: none;
        transition: none;
    }
}

@media (max-width: 959px) {
    .news-page__inner,
    .news-page-hero .section-hero__inner {
        width: calc(100% - 28px);
    }

    .news-page-hero {
        min-height: 260px;
    }

    .news-board,
    .news-page-card__body,
    .news-detail-card {
        padding: 22px;
    }

    .news-board__count {
        width: fit-content;
        margin-top: 10px;
    }

    .news-filter {
        gap: 8px;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 4px;
    }

    .news-filter__button {
        flex: 0 0 auto;
    }

    .news-page-card__media {
        max-height: none;
    }

    .news-detail-card__meta {
        align-items: flex-start;
        flex-direction: column;
    }

    .news-detail-card__media {
        border-radius: 18px;
    }

    .news-detail-card__content .images {
        grid-template-columns: 1fr;
    }
}

/* Events listing */
.events-list-hero {
    min-height: clamp(300px, 24vw, 360px);
}

.events-list-hero .section-hero__inner {
    box-sizing: border-box;
    width: calc(100% - var(--page-gutter) * 2);
    max-width: none;
    margin-inline: auto;
    padding: clamp(138px, 10vw, 160px) 0 clamp(38px, 3.6vw, 52px);
}

.events-list-hero__label {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.events-list-hero__label i {
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--yellow);
}

.events-list-hero h1 {
    max-width: 820px;
    margin: 0;
    font-size: clamp(27px, 2.25vw, 30px);
    line-height: 1.16;
}

.events-list-hero .section-hero__inner > p {
    display: block;
    max-width: 680px;
    margin: 13px 0 0;
    color: rgba(255, 255, 255, .88);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

@media (max-width: 959px) {
    .events-list-hero .section-hero__inner {
        width: calc(100% - 28px);
    }
}

@media (max-width: 639px) {
    .events-list-hero {
        min-height: 330px;
    }

    .events-list-hero .section-hero__inner {
        padding-top: 132px;
        padding-bottom: 38px;
    }

    .events-list-hero .section-hero__inner > p {
        font-size: 15px;
    }

    .event-card {
        min-height: 390px;
    }

    .event-date-pill {
        gap: 9px;
        padding: 10px 11px 10px 14px;
    }

    .event-kind {
        padding-inline: 9px;
        font-size: 11px;
    }
}

/* Event detail */
.event-detail-hero {
    min-height: clamp(300px, 25vw, 380px);
}

.event-detail-hero .section-hero__inner {
    box-sizing: border-box;
    width: calc(100% - var(--page-gutter) * 2);
    max-width: none;
    margin-inline: auto;
    padding: clamp(140px, 11vw, 168px) 0 clamp(42px, 4vw, 58px);
}

.event-detail-hero__meta {
    gap: 10px;
    margin-bottom: 18px;
}

.event-detail-hero__back,
.event-detail-hero__meta time,
.event-detail-hero__kind {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    gap: 8px;
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none;
    backdrop-filter: blur(8px);
}

.event-detail-hero__back > [uk-icon] {
    display: inline-flex;
}

.event-detail-hero__kind {
    text-transform: uppercase;
}

.event-detail-hero__kind i {
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--yellow);
}

.event-detail-hero h1 {
    max-width: 1180px;
    font-size: clamp(27px, 2.25vw, 30px);
    line-height: 1.16;
}

.event-detail-page .news-page__inner {
    width: calc(100% - var(--page-gutter) * 2);
}

.event-detail-card {
    max-width: none;
    margin: 0;
}

.event-detail-card__intro {
    margin-bottom: clamp(26px, 3vw, 44px);
}

.event-detail-card .news-detail-card__media {
    width: 100%;
    max-width: none;
    margin: 0;
    place-items: stretch;
    border-radius: 22px;
}

.event-detail-card .news-detail-card__media img {
    width: 100%;
    height: auto;
    max-height: 660px;
    object-fit: cover;
}

.event-detail-card .news-detail-card__lead,
.event-detail-card .news-detail-card__content {
    max-width: none;
    margin-inline: 0;
    text-align: left;
}

.event-detail-card .news-detail-card__lead {
    margin-bottom: 0;
    padding: clamp(22px, 2.4vw, 34px);
    border-left: 3px solid var(--green);
    border-radius: 0 18px 18px 0;
    background: #edf6f1;
}

.event-detail-card .news-detail-card__content :is(p, li, h2, h3, h4, blockquote) {
    text-align: left !important;
}

@media (hover: hover) {
    .event-detail-hero__back:hover,
    .event-detail-hero__back:focus-visible {
        border-color: rgba(255, 255, 255, .52);
        background: rgba(255, 255, 255, .24);
        color: #fff;
        text-decoration: none;
    }
}

@media (max-width: 959px) {
    .event-detail-hero .section-hero__inner,
    .event-detail-page .news-page__inner {
        width: calc(100% - 28px);
    }

    .event-detail-card__intro {
        margin-bottom: 28px;
    }
}

@media (max-width: 639px) {
    .event-detail-hero {
        min-height: 330px;
    }

    .event-detail-hero .section-hero__inner {
        padding-top: 132px;
        padding-bottom: 38px;
    }

    .event-detail-hero__meta {
        margin-bottom: 15px;
    }

    .event-detail-hero__back,
    .event-detail-hero__meta time,
    .event-detail-hero__kind {
        min-height: 32px;
        padding: 6px 10px;
        font-size: 13px;
    }

    .event-detail-card .news-detail-card__lead {
        padding: 18px;
    }
}

/* Education /educat section */
.educat-page {
    background: url("/images/page-pattern.svg") 0 0 / 760px 560px repeat,
    #f6f6f5;
}

.educat-hero {
    min-height: clamp(380px, 34vw, 540px);
    background-position: center 32%;
}

.educat-hero .inner-hero__content {
    padding-top: clamp(130px, 11vw, 180px);
}

.educat-hero h1 {
    width: min(100%, 980px);
    font-size: clamp(38px, 4vw, 58px);
}

.educat-hero p {
    width: min(100%, 760px);
    font-weight: 400;
}

.educat-section {
    padding: clamp(30px, 4vw, 64px) 0 clamp(62px, 6vw, 100px);
}

.educat-layout {
    align-items: flex-start;
}

.educat-content-card {
    min-width: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.educat-content {
    display: grid;
    gap: clamp(18px, 2vw, 28px);
    color: #17241e;
    font-size: clamp(16px, .92vw, 18px);
    line-height: 1.62;
    font-weight: 400;
}

.educat-content > * {
    min-width: 0;
}

.educat-content p,
.educat-content li,
.educat-content td,
.educat-content th {
    font-weight: 400;
}

.educat-content a {
    color: var(--green);
    font-weight: 700;
    text-decoration: none;
}

.educat-content a:hover,
.educat-content a:focus-visible {
    color: #0b6b3d;
    text-decoration: none;
}

.educat-sidebar {
    min-width: 0;
}

.educat-sidebar .section-side-menu {
    position: static;
    width: auto;
    transform: none;
    transition: none;
    z-index: auto;
}

.educat-sidebar .section-side-menu__panel {
    max-height: none;
    overflow: visible;
    padding: clamp(22px, 2vw, 30px);
    border-radius: 28px;
    box-shadow: 0 24px 66px rgba(18, 48, 31, .12);
}

.educat-sidebar .section-side-menu__root {
    font-size: clamp(26px, 2vw, 30px);
    line-height: 1.16;
}

.educat-contact-card {
    margin-top: 22px;
    padding: clamp(20px, 1.8vw, 28px);
    border: 1px solid rgba(25, 135, 78, .14);
    border-radius: 28px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 24px 66px rgba(18, 48, 31, .12);
}

.educat-contact-card h2 {
    margin: 0 0 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(17, 31, 24, .1);
    color: #101713;
    font-size: clamp(24px, 1.6vw, 30px);
}

.educat-contact-card p {
    margin: 0 0 16px;
    color: #26322c;
    line-height: 1.5;
}

.educat-contact-card strong {
    color: #0c693e;
    font-weight: 700;
}

.educat-contact-card a {
    color: #0c693e;
    font-weight: 700;
}

.educat-contact-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(25, 135, 78, .1);
}

@media (max-width: 1199px) {
    .educat-layout.uk-grid-large {
        margin-left: -32px;
    }

    .educat-layout.uk-grid-large > * {
        padding-left: 32px;
    }
}

@media (max-width: 959px) {
    .educat-section {
        padding-top: 24px;
    }

    .educat-layout[uk-grid] {
        display: block;
        margin-left: 0;
    }

    .educat-layout[uk-grid] > * {
        padding-left: 0;
    }

    .educat-content {
        gap: 18px;
        font-size: 16px;
        line-height: 1.56;
    }

    .educat-contact-card {
        padding: 20px;
        border-radius: 22px;
    }

    .educat-sidebar {
        margin-top: 24px;
    }
}

/* Linked faculty departments */

/* Imported department content */

/* Production section transfer */

.legacy-section-hero {
    min-height: clamp(330px, 42vw, 560px);
}

.legacy-section-hero .inner-hero__content {
    max-width: none;
}

.legacy-section-hero h1 {
    max-width: 1100px;
    font-size: clamp(34px, 4.5vw, 44px);
    line-height: 1.02;
    overflow-wrap: anywhere;
}

.legacy-section-hero p {
    max-width: 1100px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55;
}

.legacy-section-layout,
.legacy-section-article {
    min-width: 0;
    width: 100%;
}

.legacy-section-article {
    display: grid;
    gap: 22px;
}

.legacy-state-card h2 {
    max-width: 100%;
    margin: 0 0 18px;
    color: #112019;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.legacy-state-card h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
}

.legacy-state-card {
    margin: 0 0 22px;
    padding: clamp(22px, 2.5vw, 34px);
    border: 1px solid rgba(18, 126, 69, .12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(18, 48, 31, .08);
}

.legacy-section-sidebar {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
}

.legacy-section-sidebar .section-side-menu,
.legacy-section-sidebar .section-side-menu__panel {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.legacy-section-sidebar .section-side-menu {
    position: static;
    inset: auto;
    z-index: auto;
    display: block;
    transform: none;
    transition: none;
}

.legacy-section-sidebar .section-side-menu__panel {
    max-height: none;
    overflow: visible;
}

.legacy-section-sidebar .nav-tree,
.legacy-section-sidebar .nav-tree-disclosure,
.legacy-section-sidebar .nav-tree li,
.legacy-section-sidebar .nav-tree a,
.legacy-section-sidebar .nav-tree summary {
    min-width: 0;
    max-width: 100%;
}

.legacy-section-sidebar .nav-tree a,
.legacy-section-sidebar .nav-tree summary {
    overflow-wrap: anywhere;
}

.legacy-section-page + .site-footer,
.legacy-section-page ~ .site-footer {
    margin-top: clamp(28px, 4vw, 58px);
}

@media (max-width: 1199px) {
    .legacy-section-sidebar {
        order: -1;
    }
}

@media (max-width: 639px) {
    .legacy-section-hero {
        min-height: 310px;
    }

    .legacy-section-hero h1 {
        font-size: 34px;
    }

    .legacy-section-hero p {
        font-size: 16px;
    }

    .legacy-section-shell {
        padding: 22px var(--page-gutter) 34px;
    }

    .legacy-state-card {
        padding: 20px;
    }

    .legacy-state-card h2 {
        font-size: 26px;
    }

}

/* Long production titles */
.legacy-section-hero--long-title {
    min-height: 560px;
}

.legacy-section-hero--long-title .inner-hero__content {
    padding-top: 150px;
    padding-bottom: 76px;
}

.legacy-section-hero--long-title h1 {
    width: min(100%, 1180px);
    max-width: 1180px;
    font-size: clamp(30px, 2.6vw, 38px);
    line-height: 1.12;
}

.legacy-section-hero--long-title p {
    display: none;
}

@media (max-width: 639px) {
    .legacy-section-hero--long-title {
        min-height: 460px;
    }

    .legacy-section-hero--long-title .inner-hero__content {
        padding-top: 118px;
        padding-bottom: 54px;
    }

    .legacy-section-hero--long-title h1 {
        font-size: 28px;
        line-height: 1.15;
    }
}

/* Stable section menu columns */
.legacy-section-sidebar {
    order: 0;
    min-width: 0;
}

@media (min-width: 960px) {
    .legacy-section-layout {
        align-items: flex-start;
    }
}

@media (max-width: 959px) {
    .legacy-section-sidebar {
        margin-top: 6px;
    }

    .legacy-section-sidebar .section-side-menu__panel {
        max-height: min(72vh, 620px);
        overflow-y: auto;
        overscroll-behavior: contain;
    }
}

/* Church services archive */

/* Live homepage content */
.home-resource-section {
    padding-top: clamp(56px, 5vw, 88px);
}

.home-resource-section .section-head,
.home-services-section .section-head,
.home-live-news .section-head {
    height: auto;
}

.home-resource-section .section-head {
    margin-bottom: 30px;
}

.home-services-section .section-head,
.home-live-news .section-head {
    margin-bottom: 44px;
}

.home-resource-section .section-head > div,
.home-services-section .section-head > div {
    display: block;
}

.home-services-section .section-head h2,
.home-live-news .section-head h2 {
    max-width: 760px;
}

.home-section-kicker {
    display: block;
    margin-bottom: 8px;
    color: #19874e;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.home-resource-tabs {
    gap: 10px;
    margin: 0 0 24px;
}

.home-resource-tabs::before {
    display: none;
}

.home-resource-tabs > * {
    padding-left: 0;
}

.home-resource-tabs > * > a {
    min-height: 46px;
    padding: 0 18px;
    border: 1px solid rgba(25, 135, 78, .24);
    border-radius: 8px;
    color: #1f3328;
    background: rgba(255, 255, 255, .76);
    font-size: 15px;
    line-height: 1.25;
    text-transform: none;
}

.home-resource-tabs > .uk-active > a {
    border-color: #19874e;
    background: #19874e;
    color: #fff;
}

.home-resource-card {
    position: relative;
    display: flex;
    min-height: 172px;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    padding: 24px;
    overflow: hidden;
    border: 1px solid rgba(25, 135, 78, .13);
    border-radius: 8px;
    color: #14271b;
    background: rgba(255, 255, 255, .94);
    font-size: 18px;
    line-height: 1.35;
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(18, 48, 31, .07);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.home-resource-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: #19874e;
}

.home-resource-switcher > li > .uk-grid > div:nth-child(2n) .home-resource-card::before {
    background: #e6c01c;
}

.home-resource-card span {
    max-width: calc(100% - 20px);
}

.home-resource-card i {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    align-self: flex-end;
    border-radius: 50%;
    background: #edf6f1;
    color: #19874e;
}

.home-resource-section + .quick {
    margin-top: clamp(70px, 5vw, 100px);
}

.home-services-section {
    padding-bottom: 40px;
}

.home-service-card {
    position: relative;
    display: flex;
    min-height: 230px;
    flex-direction: column;
    padding: 26px;
    border: 1px solid rgba(25, 135, 78, .14);
    border-radius: 8px;
    color: #14271b;
    background: rgba(255, 255, 255, .94);
    text-decoration: none;
    box-shadow: 0 16px 38px rgba(18, 48, 31, .07);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.home-service-card--accent {
    border-color: #19874e;
    background: #19874e;
    color: #fff;
}

.home-service-card__icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    margin-bottom: 20px;
    border-radius: 50%;
    background: #e7f2ec;
    color: #19874e;
}

.home-service-card--accent .home-service-card__icon {
    background: rgba(255, 255, 255, .16);
    color: #fff;
}

.home-service-card h3 {
    margin: 0 0 10px;
    color: inherit;
    font-size: 21px;
    line-height: 1.25;
    font-weight: 700;
}

.home-service-card p {
    margin: 0 0 20px;
    color: #526058;
    font-size: 15px;
    line-height: 1.45;
}

.home-service-card--accent p {
    color: rgba(255, 255, 255, .82);
}

.home-service-card__more,
.home-service-card__actions {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: auto;
    font-size: 14px;
    font-weight: 700;
}

.home-service-card__more {
    justify-content: space-between;
    color: #19874e;
}

.home-service-card__actions a {
    color: #fff;
}

.events + .home-live-news {
    padding-top: 0;
    padding-bottom: 30px;
}

.home-news-event-card--empty {
    background: repeating-radial-gradient(ellipse at 28% 26%, transparent 0 38px, rgba(255, 255, 255, .14) 39px 40px, transparent 41px 64px),
    #19874e;
}

.home-news-event-card h3 {
    max-width: 100%;
    margin: 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.home-news-event-card h3 a {
    color: #fff;
    text-decoration: none;
}

@media (hover: hover) {
    .home-resource-card:hover,
    .home-service-card:hover {
        transform: translateY(-4px);
        border-color: rgba(25, 135, 78, .35);
        box-shadow: 0 22px 50px rgba(18, 48, 31, .12);
    }
}

@media (max-width: 959px) {
    .home-resource-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 8px;
        scrollbar-width: thin;
    }

    .home-resource-tabs > * {
        flex: 0 0 auto;
    }

    .home-services-section {
        padding-bottom: 20px;
    }

}

@media (max-width: 639px) {
    .section-head h2 {
        font-size: 32px;
    }

    .home-resource-card {
        min-height: 142px;
        padding: 20px;
        font-size: 17px;
    }

    .home-service-card {
        min-height: 215px;
        padding: 22px;
    }

}

@media (prefers-reduced-motion: reduce) {
    .home-resource-card,
    .home-service-card {
        transition: none;
    }
}

/* Dormitories */

/* Curated legacy pages */

/* Science directory */

/* Society directory */

/* International section */

/* Shared directory grid and faculties catalogue */

@media (min-width: 1200px) {
    .section-menu-layout {
        grid-template-columns: minmax(0, 1fr) 420px;
    }

}

/* Always-visible site search */
@media (max-width: 1199px) and (min-width: 640px) {
    .header-search {
        width: clamp(230px, 31vw, 340px);
    }
}

@media (max-width: 639px) {
    .search-page-layout .search-shell {
        padding: 0;
    }

    .search-page-layout .search-section {
        padding-top: 0;
        padding-bottom: 64px;
    }

    .site-header {
        height: 142px;
    }

    .site-header .topbar {
        height: 136px;
        overflow: visible;
    }

    .site-header .top-icons {
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 136px;
        transform: none;
    }

    .site-header .header-search {
        position: absolute;
        top: 80px;
        right: 0;
        left: 0;
        width: 100%;
        height: 48px;
        background: rgba(255, 255, 255, .18);
    }

    .site-header .header-search button {
        padding-right: 15px;
        padding-left: 12px;
    }

    .site-header .top-icons-main {
        position: absolute;
        top: 26px;
        right: 62px;
        display: flex;
        width: auto;
        gap: 12px;
    }

    .site-header .top-icons-main > :nth-child(1),
    .site-header .top-icons-main > :nth-child(2) {
        display: none;
    }

    .site-header .top-icons-main > :nth-child(3),
    .site-header .top-icons-main > :nth-child(4) {
        display: inline-grid;
    }

    .hero-content {
        padding-top: 196px;
    }

    .inner-hero__content {
        padding-top: 176px;
    }

    .section-hero__inner {
        padding-top: 208px;
    }
}
