/* Parent site: light alignment with the recruitment portal design system. */
body.home.page-id-96 {
    --ncit-max: 1200px;
    --ncit-ink: var(--vk-color-primary, #002387);
    --ncit-ink-quiet: #173a70;
    --ncit-text: #202a35;
    --ncit-muted: #536171;
    --ncit-line: rgba(23, 52, 74, .14);
    --ncit-soft: #f5f6f8;
    --ncit-soft-alt: #eef3f9;
    --ncit-paper: #fff;
    --ncit-blue-soft: #edf3fb;
    --ncit-blue-deep: #123b68;
    color: var(--ncit-text);
    background: var(--ncit-soft);
    font-family: var(--tfc-font-sans);
}

body.home.page-id-96 ::selection {
    color: #fff;
    background: var(--ncit-ink);
}

body.home.page-id-96 .container:not(.site-header-container):not(.site-body-container) {
    width: min(calc(100% - 40px), var(--ncit-max));
    max-width: var(--ncit-max);
}

body.home.page-id-96 .lightning_swiper {
    position: relative;
    height: clamp(660px, 50vw, 720px) !important;
    min-height: 660px;
    background: #102b4c;
    overflow: hidden;
}

body.home.page-id-96 .lightning_swiper::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-image: url("../images/ncit-hero-panorama.jpg");
    background-position: center 44%;
    background-size: cover;
    content: "";
}

body.home.page-id-96 .lightning_swiper .swiper-slide,
body.home.page-id-96 .lightning_swiper .ltg-slide-inner,
body.home.page-id-96 .lightning_swiper picture,
body.home.page-id-96 .lightning_swiper .ltg-slide-item-img,
body.home.page-id-96 .lightning_swiper .ltg-slide-cover {
    height: 100% !important;
}

body.home.page-id-96 .lightning_swiper .ltg-slide-item-img {
    width: 100%;
    object-fit: cover;
    object-position: center 42%;
    opacity: 0;
    filter: saturate(.94) contrast(1.03);
}

body.home.page-id-96 .lightning_swiper .ltg-slide-cover {
    opacity: 1 !important;
    z-index: 2;
    background: rgba(5, 22, 43, .42) !important;
}

body.home.page-id-96 .ltg-slide-text-set {
    top: 44%;
    right: 0 !important;
    bottom: auto;
    left: 0 !important;
    transform: translateY(-50%);
    text-align: left;
    z-index: 3;
}

body.home.page-id-96 .ltg-slide-text-set .container {
    width: min(calc(100% - 40px), var(--ncit-max));
    max-width: var(--ncit-max);
}

body.home.page-id-96 .ltg-slide-text-title {
    max-width: 920px;
    margin: 0;
    color: #fff !important;
    font-size: 3.55rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.25;
    text-shadow: 0 3px 22px rgba(0, 0, 0, .34) !important;
}

body.home.page-id-96 .ncit-hero-title-emphasis {
    font-weight: 800;
}

body.home.page-id-96 .ltg-slide-text-caption {
    max-width: 760px;
    margin-top: 20px;
    color: rgba(255, 255, 255, .94) !important;
    font-size: 1.26rem;
    font-weight: 700;
    line-height: 1.9;
    text-shadow: 0 2px 16px rgba(0, 0, 0, .32) !important;
}

body.home.page-id-96 .ncit-hero-facts {
    position: absolute;
    z-index: 4;
    right: 20px;
    bottom: 24px;
    left: 20px;
    width: min(calc(100% - 40px), var(--ncit-max));
    margin: 0 auto !important;
    color: var(--ncit-text);
}

body.home.page-id-96 .ncit-hero-facts > p {
    display: none;
}

body.home.page-id-96 .ncit-hero-facts .ncit-regional-facts {
    gap: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
}

body.home.page-id-96 .ncit-hero-facts .ncit-regional-fact {
    padding: 20px 24px;
}

body.home.page-id-96 .ncit-hero-facts .ncit-regional-fact:first-child {
    background: #edf3fb;
}

body.home.page-id-96 .ncit-hero-facts .ncit-regional-fact p {
    margin: 0;
    line-height: 1.5;
}

body.home.page-id-96 .ncit-hero-facts .ncit-regional-fact p + p {
    margin-top: 8px;
}

body.home.page-id-96 .ncit-hero-facts .ncit-regional-fact strong {
    color: var(--ncit-ink);
    font-size: 1.5rem;
    white-space: nowrap;
}

body.home.page-id-96 .ncit-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
}

body.home.page-id-96 .ltg-slide-text-set .ncit-hero-actions .btn {
    margin: 0;
}

body.home.page-id-96 .ltg-slide-text-set .ncit-hero-actions .ncit-hero-secondary {
    color: #fff !important;
    background: transparent !important;
    border-color: #fff !important;
    box-shadow: none;
}

body.home.page-id-96 .ltg-slide-text-set .ncit-hero-actions .ncit-hero-secondary:hover,
body.home.page-id-96 .ltg-slide-text-set .ncit-hero-actions .ncit-hero-secondary:focus-visible {
    color: var(--ncit-ink) !important;
    background: #fff !important;
    filter: none;
}

body.home.page-id-96 .site-body {
    background: var(--ncit-soft);
    padding-block: 32px 0;
}

body.home.page-id-96 .site-body-container {
    padding-right: 0;
    padding-left: 0;
}

body.home.page-id-96 .main-section,
body.home.page-id-96 .site-body main {
    width: 100%;
}

body.home.page-id-96 .entry-body {
    color: var(--ncit-text);
}

body.home.page-id-96 .entry-body > * {
    margin-block-start: 0;
}

body.home.page-id-96 .entry-body > * + * {
    margin-block-start: clamp(34px, 5vw, 68px);
}

body.home.page-id-96 .entry-body h1,
body.home.page-id-96 .entry-body h2,
body.home.page-id-96 .entry-body h3,
body.home.page-id-96 .entry-body h4,
body.home.page-id-96 .entry-body h5 {
    color: var(--ncit-ink);
    font-weight: 800;
}

body.home.page-id-96 .entry-body h4.wp-block-heading {
    color: var(--ncit-muted) !important;
    background: transparent !important;
    font-size: .9rem;
    letter-spacing: .08em;
}

body.home.page-id-96 .entry-body h2.wp-block-heading {
    margin-bottom: .5em;
}

body.home.page-id-96 .entry-body h3.wp-block-heading {
    margin-bottom: .55em;
}

body.home.page-id-96 .entry-body h4.wp-block-heading + h1.wp-block-heading {
    margin-top: 14px;
    margin-bottom: 0;
    font-size: 3.05rem;
    line-height: 1.32;
}

body.home.page-id-96 .entry-body h4.wp-block-heading + h1.wp-block-heading + p {
    margin-top: clamp(18px, 2.4vw, 28px);
    font-size: 1.08rem;
    font-weight: 600;
}

body.home.page-id-96 .entry-body .ncit-process-grid {
    margin-top: clamp(28px, 4vw, 44px);
}

body.home.page-id-96 .entry-body h4.wp-block-heading + .wp-block-columns.has-white-background-color {
    margin-top: clamp(18px, 3vw, 30px);
}

body.home.page-id-96 .entry-body p,
body.home.page-id-96 .entry-body li {
    color: var(--ncit-text);
    line-height: 1.85;
}

body.home.page-id-96 .entry-body a {
    color: var(--ncit-ink);
    text-underline-offset: .2em;
}

body.home.page-id-96 .entry-body > .wp-block-separator:first-child {
    display: none;
}

body.home.page-id-96 .entry-body > .wp-block-separator:first-child + h4.wp-block-heading {
    margin-top: clamp(44px, 5vw, 72px);
    margin-bottom: 12px;
    padding: 0;
    color: var(--ncit-muted) !important;
    font-size: .86rem;
    line-height: 1.4;
}

body.home.page-id-96 .entry-body > .wp-block-separator:first-child + h4.wp-block-heading + h3.wp-block-heading {
    margin-top: 0;
    margin-bottom: 28px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--ncit-line);
    font-size: 2.35rem;
    line-height: 1.25;
}

body.home.page-id-96 .entry-body > .wp-block-separator:first-child + h4.wp-block-heading + h3.wp-block-heading::after {
    display: block;
    width: 160px;
    height: 2px;
    margin-top: 16px;
    background: var(--ncit-ink);
    content: "";
}

body.home.page-id-96 .entry-body > .wp-block-separator:first-child + h4.wp-block-heading + h3.wp-block-heading + .wp-block-latest-posts {
    margin-top: 0;
}

body.home.page-id-96 .wp-block-latest-posts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    padding: 0;
    list-style: none;
}

body.home.page-id-96 .wp-block-latest-posts li {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    gap: 12px;
    overflow: hidden;
    padding: 0 0 24px;
    border: 1px solid var(--ncit-line);
    border-radius: 12px;
    background: var(--ncit-paper);
}

body.home.page-id-96 .wp-block-latest-posts li:hover {
    border-color: rgba(0, 35, 135, .24);
    box-shadow: 0 14px 30px rgba(20, 43, 76, .08);
}

body.home.page-id-96 .wp-block-latest-posts__featured-image {
    order: -2;
    margin: 0;
    float: none !important;
    width: 100% !important;
}

body.home.page-id-96 .wp-block-latest-posts__featured-image img {
    display: block;
    width: 100% !important;
    max-width: none !important;
    max-height: none !important;
    aspect-ratio: 16 / 10;
    height: auto !important;
    object-fit: cover;
    border-radius: 0;
}

body.home.page-id-96 .wp-block-latest-posts__post-title {
    padding: 0 24px;
    color: var(--ncit-text);
    font-weight: 800;
    line-height: 1.55;
    text-decoration: none;
}

body.home.page-id-96 .wp-block-latest-posts__post-date {
    order: -1;
    padding: 0 24px;
    color: var(--ncit-ink);
    font-size: .78rem;
    font-weight: 800;
}

body.home.page-id-96 .ncit-news-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    order: -1;
    padding-inline: 24px;
}

body.home.page-id-96 .ncit-news-meta .wp-block-latest-posts__post-date {
    padding: 0;
}

body.home.page-id-96 .ncit-news-meta .ncit-news-category {
    padding: 4px 8px;
    border-radius: 4px;
    background: var(--ncit-blue-soft);
    color: var(--ncit-ink);
    font-size: .75rem;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
}

body.home.page-id-96 .ncit-news-category:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

body.home.page-id-96 .ncit-news-category:focus-visible {
    outline: 2px solid var(--ncit-ink);
    outline-offset: 2px;
}

body.home.page-id-96 .wp-block-latest-posts__post-excerpt {
    margin: 0;
    padding: 0 24px;
    color: var(--ncit-text);
    font-size: .88rem;
    line-height: 1.75;
}

body.home.page-id-96 .entry-body > .wp-block-group.is-layout-grid,
body.home.page-id-96 .entry-body > .ncit-process-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: clamp(16px, 2vw, 22px);
}

body.home.page-id-96 .entry-body > .wp-block-group.is-layout-grid > *,
body.home.page-id-96 .entry-body > .ncit-process-grid > * {
    min-height: 160px;
    padding: clamp(20px, 2.4vw, 28px);
    border: 1px solid var(--ncit-line) !important;
    border-radius: 12px !important;
    background: var(--ncit-paper) !important;
}

body.home.page-id-96 .entry-body > .wp-block-group.is-layout-grid > * > :last-child,
body.home.page-id-96 .entry-body > .ncit-process-grid > * > :last-child {
    margin-bottom: 0;
}

body.home.page-id-96 .entry-body > .wp-block-group.is-layout-grid > .vk_borderBox,
body.home.page-id-96 .entry-body > .ncit-process-grid > .vk_borderBox {
    min-height: 0;
    padding: 0 !important;
}

body.home.page-id-96 .entry-body .vk_borderBox {
    color: var(--ncit-text) !important;
    overflow: hidden;
    border: 1px solid var(--ncit-line) !important;
    border-radius: 12px !important;
    background: var(--ncit-paper) !important;
    box-shadow: 0 14px 34px rgba(20, 43, 76, .055);
}

body.home.page-id-96 .entry-body .vk_borderBox_title_container {
    margin: 0 !important;
    padding: 18px 22px 14px !important;
    border: 0 !important;
}

body.home.page-id-96 .entry-body .vk_borderBox_title_container,
body.home.page-id-96 .entry-body .vk_borderBox_title_container.has-background {
    color: var(--ncit-ink) !important;
    background: linear-gradient(180deg, #f2f6fc 0%, #edf3fb 100%) !important;
}

body.home.page-id-96 .entry-body .vk_borderBox_title {
    margin: 0 !important;
    color: var(--ncit-ink) !important;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.45;
}

body.home.page-id-96 .entry-body .vk_borderBox_title::after {
    display: block;
    width: 44px;
    height: 2px;
    margin-top: 12px;
    background: var(--ncit-ink);
    content: "";
}

body.home.page-id-96 .entry-body .vk_borderBox_body {
    margin: 0 !important;
    padding: 22px !important;
    border: 0 !important;
    background: transparent !important;
}

body.home.page-id-96 .entry-body .vk_borderBox_body,
body.home.page-id-96 .entry-body .vk_borderBox_body p {
    color: var(--ncit-muted) !important;
    font-size: .98rem;
    line-height: 1.85;
}

body.home.page-id-96 .entry-body .vk_borderBox_body p {
    margin: 0;
}

body.home.page-id-96 .entry-body .ncit-process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: clamp(14px, 1.7vw, 18px);
    counter-reset: ncit-point;
}

body.home.page-id-96 .entry-body .ncit-process-grid > .vk_borderBox {
    position: relative;
    counter-increment: ncit-point;
    min-height: 260px;
    padding: 0 !important;
    border: 1px solid rgba(0, 35, 135, .12) !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: 0 16px 36px rgba(20, 43, 76, .07);
    overflow: visible;
}

body.home.page-id-96 .entry-body .ncit-process-grid > .vk_borderBox:not(:last-child)::before {
    position: absolute;
    top: 20px;
    right: -18px;
    z-index: 1;
    width: 18px;
    height: 2px;
    background: linear-gradient(90deg, rgba(0, 35, 135, .32), rgba(0, 35, 135, .08));
    content: "";
}

body.home.page-id-96 .entry-body .ncit-process-grid > .vk_borderBox:nth-child(1) {
    --ncit-point-label: "01 / DISCOVER";
    --ncit-point-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2064%2064'%20fill='none'%20stroke='%23002387'%20stroke-width='4'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M12%2018l13-6%2014%206%2013-6v34l-13%206-14-6-13%206V18z'/%3E%3Cpath%20d='M25%2012v34'/%3E%3Cpath%20d='M39%2018v34'/%3E%3Cpath%20d='M32%2020c-5%200-9%204-9%209%200%207%209%2017%209%2017s9-10%209-17c0-5-4-9-9-9z'/%3E%3Ccircle%20cx='32'%20cy='29'%20r='3'/%3E%3C/svg%3E");
}

body.home.page-id-96 .entry-body .ncit-process-grid > .vk_borderBox:nth-child(2) {
    --ncit-point-label: "02 / RESTORE";
    --ncit-point-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2064%2064'%20fill='none'%20stroke='%23002387'%20stroke-width='4'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M32%208C24%2018%2018%2027%2018%2038a14%2014%200%200%200%2028%200C46%2027%2040%2018%2032%208z'/%3E%3Cpath%20d='M23%2038c5%204%2013%204%2018%200'/%3E%3C/svg%3E");
}

body.home.page-id-96 .entry-body .ncit-process-grid > .vk_borderBox:nth-child(3) {
    --ncit-point-label: "03 / CREATE";
    --ncit-point-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2064%2064'%20fill='none'%20stroke='%23002387'%20stroke-width='4'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M32%208l7%2017%2017%207-17%207-7%2017-7-17-17-7%2017-7z'/%3E%3C/svg%3E");
}

body.home.page-id-96 .entry-body .ncit-process-grid > .vk_borderBox:nth-child(4) {
    --ncit-point-label: "04 / REINVEST";
    --ncit-point-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2064%2064'%20fill='none'%20stroke='%23002387'%20stroke-width='4'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M49%2020A20%2020%200%200%200%2015%2030'/%3E%3Cpath%20d='M49%2020h-9v-9'/%3E%3Cpath%20d='M15%2044a20%2020%200%200%200%2034-10'/%3E%3Cpath%20d='M15%2044h9v9'/%3E%3C/svg%3E");
}

body.home.page-id-96 .entry-body .ncit-process-grid > .vk_borderBox .vk_borderBox_title_container {
    position: relative;
    display: grid;
    overflow: hidden;
    min-height: 138px;
    place-items: end center;
    margin: 0 !important;
    padding: 72px 18px 18px !important;
    background: #fff !important;
    text-align: center;
}

body.home.page-id-96 .entry-body .ncit-process-grid > .vk_borderBox .vk_borderBox_title_container::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: grid;
    right: 0;
    height: 48px;
    align-items: center;
    padding: 0 20px;
    border-radius: 12px 12px 0 0;
    color: #fff;
    font-size: .86rem;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1;
    text-align: left;
    background:
        linear-gradient(90deg, #002387 0%, #174fb4 70%, #5b83e9 100%);
    clip-path: none;
    content: var(--ncit-point-label);
}

body.home.page-id-96 .entry-body .ncit-process-grid > .vk_borderBox .vk_borderBox_title_container::after {
    display: none;
    position: absolute;
    top: 62px;
    right: 24px;
    width: 66px;
    height: 66px;
    background-color: rgba(0, 35, 135, .075);
    mask: var(--ncit-point-icon) center / contain no-repeat;
    -webkit-mask: var(--ncit-point-icon) center / contain no-repeat;
    content: "";
}

body.home.page-id-96 .entry-body .ncit-process-grid > .vk_borderBox .vk_borderBox_title {
    position: relative;
    z-index: 2;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    color: var(--ncit-ink) !important;
    font-size: 1.2rem;
    line-height: 1.45;
}

body.home.page-id-96 .entry-body .ncit-process-grid > .vk_borderBox .vk_borderBox_title::after {
    display: none;
}

body.home.page-id-96 .entry-body .ncit-process-grid > .vk_borderBox .vk_borderBox_body {
    padding: 18px 22px 24px !important;
    text-align: center;
}

body.home.page-id-96 .entry-body .ncit-process-grid > .vk_borderBox .vk_borderBox_body p {
    color: var(--ncit-text) !important;
    font-size: .94rem;
    font-weight: 600;
    line-height: 1.85;
}

body.home.page-id-96 .entry-body .ncit-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: clamp(14px, 1.7vw, 18px);
}

body.home.page-id-96 .entry-body .ncit-process-grid > .ncit-process-card {
    position: relative;
    min-height: 260px;
    overflow: visible;
    padding: 0 !important;
    border: 1px solid rgba(0, 35, 135, .12) !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: 0 16px 36px rgba(20, 43, 76, .07);
}

body.home.page-id-96 .entry-body .ncit-process-grid > .ncit-process-card:not(:last-child)::before {
    position: absolute;
    top: 20px;
    right: -18px;
    z-index: 1;
    width: 18px;
    height: 2px;
    background: linear-gradient(90deg, rgba(0, 35, 135, .32), rgba(0, 35, 135, .08));
    content: "";
}

body.home.page-id-96 .entry-body .ncit-process-card--discover {
    --ncit-point-label: "DISCOVER";
    --ncit-point-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2064%2064'%20fill='none'%20stroke='%23002387'%20stroke-width='4'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M12%2018l13-6%2014%206%2013-6v34l-13%206-14-6-13%206V18z'/%3E%3Cpath%20d='M25%2012v34'/%3E%3Cpath%20d='M39%2018v34'/%3E%3Cpath%20d='M32%2020c-5%200-9%204-9%209%200%207%209%2017%209%2017s9-10%209-17c0-5-4-9-9-9z'/%3E%3Ccircle%20cx='32'%20cy='29'%20r='3'/%3E%3C/svg%3E");
}

body.home.page-id-96 .entry-body .ncit-process-card--restore {
    --ncit-point-label: "RESTORE";
    --ncit-point-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2064%2064'%20fill='none'%20stroke='%23002387'%20stroke-width='4'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M32%208C24%2018%2018%2027%2018%2038a14%2014%200%200%200%2028%200C46%2027%2040%2018%2032%208z'/%3E%3Cpath%20d='M23%2038c5%204%2013%204%2018%200'/%3E%3C/svg%3E");
}

body.home.page-id-96 .entry-body .ncit-process-card--create {
    --ncit-point-label: "CREATE";
    --ncit-point-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2064%2064'%20fill='none'%20stroke='%23002387'%20stroke-width='4'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M32%208l7%2017%2017%207-17%207-7%2017-7-17-17-7%2017-7z'/%3E%3C/svg%3E");
}

body.home.page-id-96 .entry-body .ncit-process-card--reinvest {
    --ncit-point-label: "REINVEST";
    --ncit-point-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2064%2064'%20fill='none'%20stroke='%23002387'%20stroke-width='4'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M49%2020A20%2020%200%200%200%2015%2030'/%3E%3Cpath%20d='M49%2020h-9v-9'/%3E%3Cpath%20d='M15%2044a20%2020%200%200%200%2034-10'/%3E%3Cpath%20d='M15%2044h9v9'/%3E%3C/svg%3E");
}

body.home.page-id-96 .entry-body .ncit-process-card__title {
    position: relative;
    display: grid;
    min-height: 138px;
    place-items: end center;
    margin: 0 !important;
    padding: 72px 18px 18px !important;
    color: var(--ncit-ink) !important;
    font-size: 1.2rem;
    line-height: 1.45;
    text-align: center;
}

body.home.page-id-96 .entry-body .ncit-process-card__title::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: grid;
    height: 48px;
    align-items: center;
    padding: 0 20px;
    border-radius: 12px 12px 0 0;
    color: #fff;
    font-size: .86rem;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1;
    text-align: left;
    background: linear-gradient(90deg, #002387 0%, #174fb4 70%, #5b83e9 100%);
    content: var(--ncit-point-label);
}

body.home.page-id-96 .entry-body .ncit-process-card__title::after {
    position: absolute;
    top: 62px;
    right: 24px;
    width: 66px;
    height: 66px;
    background-color: rgba(0, 35, 135, .075);
    mask: var(--ncit-point-icon) center / contain no-repeat;
    -webkit-mask: var(--ncit-point-icon) center / contain no-repeat;
    content: "";
}

body.home.page-id-96 .entry-body .ncit-process-card > p {
    margin: 0;
    padding: 18px 22px 24px;
    color: var(--ncit-text) !important;
    font-size: .94rem;
    font-weight: 600;
    line-height: 1.85;
    text-align: center;
}

body.home.page-id-96 .entry-body .wp-block-columns.has-vk-color-primary-dark-background-color {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: #fff !important;
    background:
        linear-gradient(100deg, rgba(0, 35, 135, .96) 0%, rgba(18, 59, 104, .94) 58%, rgba(8, 32, 58, .98) 100%) !important;
    border-radius: 12px;
}

body.home.page-id-96 .entry-body .wp-block-group.ncit-section-nikko {
    position: relative;
}

body.home.page-id-96 .entry-body .wp-block-group.ncit-section-nikko .wp-block-columns.has-vk-color-primary-dark-background-color {
    padding: clamp(26px, 4vw, 44px) !important;
    border: 1px solid rgba(23, 52, 74, .12);
    background:
        linear-gradient(115deg, #fff 0%, #fff 52%, rgba(237, 243, 251, .72) 100%) !important;
    box-shadow: 0 18px 42px rgba(20, 43, 76, .08);
}

body.home.page-id-96 .entry-body .wp-block-group.ncit-section-nikko .wp-block-columns.has-vk-color-primary-dark-background-color::before {
    position: absolute;
    inset: auto -16% -22% auto;
    z-index: 0;
    width: 56%;
    height: 54%;
    background:
        radial-gradient(circle, rgba(0, 35, 135, .08) 0%, rgba(0, 35, 135, .04) 46%, rgba(0, 35, 135, 0) 72%);
    clip-path: none;
    content: "";
}

body.home.page-id-96 .entry-body .wp-block-group.ncit-section-nikko .wp-block-columns.has-vk-color-primary-dark-background-color::after {
    position: absolute;
    top: clamp(24px, 4vw, 42px);
    left: clamp(24px, 4vw, 46px);
    z-index: 1;
    width: min(220px, 24vw);
    height: 1px;
    background: rgba(0, 35, 135, .22);
    content: "";
}

body.home.page-id-96 .entry-body .wp-block-columns.has-vk-color-primary-dark-background-color > .wp-block-column {
    position: relative;
    z-index: 1;
}

body.home.page-id-96 .entry-body .wp-block-columns.has-vk-color-primary-dark-background-color h1,
body.home.page-id-96 .entry-body .wp-block-columns.has-vk-color-primary-dark-background-color h2,
body.home.page-id-96 .entry-body .wp-block-columns.has-vk-color-primary-dark-background-color h3,
body.home.page-id-96 .entry-body .wp-block-columns.has-vk-color-primary-dark-background-color h4,
body.home.page-id-96 .entry-body .wp-block-columns.has-vk-color-primary-dark-background-color h5,
body.home.page-id-96 .entry-body .wp-block-columns.has-vk-color-primary-dark-background-color p {
    position: relative;
    z-index: 1;
    color: #fff !important;
}

body.home.page-id-96 .entry-body .wp-block-group.ncit-section-nikko .wp-block-columns.has-vk-color-primary-dark-background-color h1,
body.home.page-id-96 .entry-body .wp-block-group.ncit-section-nikko .wp-block-columns.has-vk-color-primary-dark-background-color h2,
body.home.page-id-96 .entry-body .wp-block-group.ncit-section-nikko .wp-block-columns.has-vk-color-primary-dark-background-color h3,
body.home.page-id-96 .entry-body .wp-block-group.ncit-section-nikko .wp-block-columns.has-vk-color-primary-dark-background-color h4,
body.home.page-id-96 .entry-body .wp-block-group.ncit-section-nikko .wp-block-columns.has-vk-color-primary-dark-background-color h5 {
    color: var(--ncit-ink) !important;
}

body.home.page-id-96 .entry-body .wp-block-group.ncit-section-nikko .wp-block-columns.has-vk-color-primary-dark-background-color p {
    color: var(--ncit-muted) !important;
}

body.home.page-id-96 .entry-body .wp-block-group.ncit-section-nikko .wp-block-columns.has-vk-color-primary-dark-background-color .wp-block-image {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 16px 34px rgba(20, 43, 76, .10);
}

body.home.page-id-96 .entry-body .wp-block-group.ncit-section-nikko .wp-block-columns.has-vk-color-primary-dark-background-color .wp-block-image img {
    display: block;
    border-radius: 12px;
}

body.home.page-id-96 .entry-body > .wp-block-group.ncit-section-implementation.has-background {
    border: 1px solid rgba(23, 52, 74, .12);
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .98) 58%, rgba(237, 243, 251, .84) 100%) !important;
    box-shadow: 0 18px 42px rgba(20, 43, 76, .07);
}

body.home.page-id-96 .entry-body > .wp-block-group.ncit-section-implementation h1.wp-block-heading,
body.home.page-id-96 .entry-body > .wp-block-group.ncit-section-implementation h2.wp-block-heading {
    color: var(--ncit-ink);
}

body.home.page-id-96 .entry-body > .wp-block-group.ncit-section-implementation > p {
    max-width: none;
    color: var(--ncit-muted);
    font-weight: 700;
}

body.home.page-id-96 .entry-body > .wp-block-group.ncit-section-implementation .wp-block-group.is-style-vk-group-dashed {
    border: 1px solid rgba(23, 52, 74, .14) !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 14px 30px rgba(20, 43, 76, .06);
}

body.home.page-id-96 .entry-body > .wp-block-group.ncit-section-implementation .wp-block-group.is-style-vk-group-dashed > p,
body.home.page-id-96 .entry-body > .wp-block-group.ncit-section-implementation .wp-block-group.is-style-vk-group-dashed li {
    color: var(--ncit-muted);
}

body.home.page-id-96 .entry-body > .wp-block-columns.has-white-background-color {
    position: relative;
    align-items: center !important;
    gap: clamp(28px, 4vw, 54px) !important;
    overflow: hidden;
    padding: clamp(28px, 4vw, 46px) !important;
    border: 1px solid var(--ncit-line);
    border-radius: 14px;
    background: var(--ncit-paper) !important;
    box-shadow: 0 14px 34px rgba(20, 43, 76, .055);
}

body.home.page-id-96 .entry-body > .wp-block-columns.ncit-section-why {
    isolation: isolate;
    padding: clamp(34px, 5vw, 58px) !important;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .98) 54%, rgba(237, 243, 251, .82) 54%, rgba(237, 243, 251, .82) 100%) !important;
}

body.home.page-id-96 .entry-body > .wp-block-columns.ncit-section-why::before {
    position: absolute;
    inset: -18% -22% -18% auto;
    z-index: 0;
    width: 58%;
    background:
        linear-gradient(135deg, rgba(0, 35, 135, .10), rgba(18, 59, 104, .04));
    clip-path: polygon(28% 0, 100% 0, 72% 100%, 0 100%);
    content: "";
}

body.home.page-id-96 .entry-body > .wp-block-columns.ncit-section-why::after {
    position: absolute;
    top: clamp(24px, 4vw, 42px);
    left: clamp(28px, 5vw, 58px);
    z-index: 1;
    width: min(180px, 22vw);
    height: 2px;
    background: linear-gradient(90deg, var(--ncit-ink), rgba(0, 35, 135, 0));
    content: "";
}

body.home.page-id-96 .entry-body > .wp-block-columns.has-white-background-color > .wp-block-column {
    position: relative;
    z-index: 2;
    min-width: 0;
    background: transparent !important;
}

body.home.page-id-96 .entry-body > .wp-block-columns.has-white-background-color h1.wp-block-heading {
    margin: 0 0 18px;
    font-size: 2.55rem;
    line-height: 1.35;
}

body.home.page-id-96 .entry-body > .wp-block-columns.has-white-background-color p {
    max-width: 36rem;
    margin-bottom: 22px;
    font-size: 1rem;
    font-weight: 600;
}

body.home.page-id-96 .entry-body > .wp-block-columns.has-white-background-color ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.home.page-id-96 .entry-body > .wp-block-columns.has-white-background-color li {
    position: relative;
    margin: 0;
    padding: 13px 16px 13px 38px;
    border: 1px solid rgba(0, 35, 135, .10);
    border-radius: 10px;
    background: #f6f8fc;
    color: var(--ncit-text);
    font-size: .95rem;
    font-weight: 700;
    line-height: 1.6;
}

body.home.page-id-96 .entry-body > .wp-block-columns.has-white-background-color li::before {
    position: absolute;
    top: 1.35em;
    left: 18px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--ncit-ink);
    content: "";
}

body.home.page-id-96 .entry-body > .wp-block-columns.has-white-background-color figure,
body.home.page-id-96 .entry-body > .wp-block-columns.has-white-background-color figure img {
    width: 100%;
    height: 100%;
}

body.home.page-id-96 .entry-body > .wp-block-columns.has-white-background-color figure {
    overflow: hidden;
    min-height: 0;
    aspect-ratio: 4 / 3;
    height: auto;
    margin: 0;
    border-radius: 12px;
    background: var(--ncit-soft-alt);
}

body.home.page-id-96 .entry-body > .wp-block-columns.has-white-background-color figure img {
    display: block;
    object-fit: cover;
}

body.home.page-id-96 .entry-body > .wp-block-vk-blocks-alert {
    display: inline-flex !important;
    position: relative;
    width: calc((100% - 28px) / 3) !important;
    min-height: 218px;
    margin-top: 0 !important;
    margin-right: 8px !important;
    margin-bottom: 0 !important;
    padding: 26px 28px;
    border: 1px solid var(--ncit-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(20, 43, 76, .065);
    vertical-align: top;
    color: var(--ncit-text) !important;
}

body.home.page-id-96 .entry-body > .wp-block-vk-blocks-alert::before {
    position: absolute;
    top: 0;
    right: 28px;
    left: 28px;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background: var(--ncit-ink);
    content: "";
}

body.home.page-id-96 .entry-body > .wp-block-vk-blocks-alert + .wp-block-vk-blocks-alert + .wp-block-vk-blocks-alert {
    margin-right: 0 !important;
}

body.home.page-id-96 .entry-body > .wp-block-vk-blocks-alert .vk_alert_content {
    display: grid;
    width: 100%;
    gap: 10px;
    align-content: start;
}

body.home.page-id-96 .entry-body > .wp-block-vk-blocks-alert p:last-child {
    margin-bottom: 0;
}

body.home.page-id-96 .entry-body > .wp-block-vk-blocks-alert h3.wp-block-heading {
    order: 2;
    margin: 0;
    color: var(--ncit-ink);
    font-size: 3.35rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.05;
}

body.home.page-id-96 .entry-body > .wp-block-vk-blocks-alert h5.wp-block-heading {
    order: 1;
    margin: 0;
    color: var(--ncit-text);
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.35;
}

body.home.page-id-96 .entry-body > .wp-block-vk-blocks-alert p {
    order: 3;
    margin-top: 6px;
    color: var(--ncit-muted);
    font-size: .94rem;
    font-weight: 700;
    line-height: 1.75;
}

body.home.page-id-96 .entry-body > .wp-block-vk-blocks-alert .vk_alert_title,
body.home.page-id-96 .entry-body > .wp-block-vk-blocks-alert strong {
    color: var(--ncit-text);
}

body.home.page-id-96 .entry-body > .wp-block-vk-blocks-alert .vk_alert_icon {
    display: none;
}

body.home.page-id-96 .entry-body > .wp-block-vk-blocks-alert .vk_alert_icon_icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    color: var(--ncit-ink) !important;
    background: var(--ncit-blue-soft);
}

body.home.page-id-96 .entry-body > .wp-block-vk-blocks-alert .vk_alert_icon_text {
    display: none;
}

body.home.page-id-96 .entry-body .is-style-vk-group-stitch {
    border-color: var(--ncit-line);
    border-radius: 12px;
    background: var(--ncit-paper);
}

body.home.page-id-96 .entry-body .wp-block-button__link,
body.home.page-id-96 .ltg-slide-text-set .btn {
    min-height: 52px;
    padding: 12px 28px;
    border-radius: 999px;
    border: 1px solid var(--ncit-ink) !important;
    background: var(--ncit-ink) !important;
    color: #fff !important;
    font-weight: 800;
    text-decoration: none;
    box-shadow: none !important;
    text-shadow: none !important;
}

body.home.page-id-96 .ltg-slide-text-set .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
    transition: .1s ease-in;
}

body.home.page-id-96 .entry-body .wp-block-button__link:hover,
body.home.page-id-96 .entry-body .wp-block-button__link:focus-visible,
body.home.page-id-96 .ltg-slide-text-set .btn:hover,
body.home.page-id-96 .ltg-slide-text-set .btn:focus-visible {
    background: var(--ncit-ink-quiet) !important;
    border-color: var(--ncit-ink-quiet) !important;
    filter: brightness(1.1) saturate(2);
}

body.home.page-id-96 .site-body-bottom {
    display: none;
}

@media (max-width: 767px) {
    body.home.page-id-96 .container:not(.site-header-container):not(.site-body-container) {
        width: min(calc(100% - 32px), var(--ncit-max));
    }

    body.home.page-id-96 .entry-body > .wp-block-separator:first-child + h4.wp-block-heading + h3.wp-block-heading {
        margin-bottom: 22px;
    }

    body.home.page-id-96 .entry-body > .wp-block-separator:first-child + h4.wp-block-heading + h3.wp-block-heading::after {
        width: 112px;
    }

    body.home.page-id-96 .lightning_swiper {
        height: auto !important;
        min-height: 0;
        padding-bottom: 16px;
    }

    body.home.page-id-96 .lightning_swiper .ltg-slide-inner,
    body.home.page-id-96 .lightning_swiper .swiper-slide {
        height: auto !important;
    }

    body.home.page-id-96 .lightning_swiper picture {
        position: absolute;
        inset: 0;
    }

    body.home.page-id-96 .lightning_swiper .ltg-slide-cover {
        background: rgba(5, 22, 43, .42) !important;
    }

    body.home.page-id-96 .ltg-slide-text-set {
        position: relative;
        top: 0;
        bottom: auto;
        transform: none;
        padding-block: 32px 24px;
    }

    body.home.page-id-96 .ltg-slide-text-set .container {
        width: min(calc(100% - 32px), var(--ncit-max));
    }

    body.home.page-id-96 .ltg-slide-text-title {
        font-size: 2rem;
        line-height: 1.28;
        text-wrap: balance;
    }

    body.home.page-id-96 .ltg-slide-text-caption {
        margin-top: 18px;
        font-size: 1rem;
        line-height: 1.8;
    }

    body.home.page-id-96 .ncit-hero-actions {
        display: grid;
        gap: 12px;
    }

    body.home.page-id-96 .ncit-hero-facts {
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        width: calc(100% - 32px);
    }

    body.home.page-id-96 .ncit-hero-facts .ncit-regional-fact {
        padding: 12px;
    }

    body.home.page-id-96 .ncit-hero-facts .ncit-regional-fact p {
        font-size: .75rem;
    }

    body.home.page-id-96 .ncit-hero-facts .ncit-regional-fact strong {
        font-size: 1.125rem;
    }

    body.home.page-id-96 .site-body {
        padding-top: 0;
    }

    body.home.page-id-96 .wp-block-latest-posts,
    body.home.page-id-96 .entry-body > .wp-block-group.is-layout-grid,
    body.home.page-id-96 .entry-body > .ncit-process-grid {
        grid-template-columns: 1fr;
    }

    body.home.page-id-96 .entry-body h4.wp-block-heading + h1.wp-block-heading {
        font-size: 1.95rem;
    }

    body.home.page-id-96 .entry-body .vk_borderBox_title_container {
        padding: 16px 18px 12px !important;
    }

    body.home.page-id-96 .entry-body .vk_borderBox_body {
        padding: 18px !important;
    }

    body.home.page-id-96 .entry-body .ncit-process-grid {
        grid-template-columns: 1fr !important;
        gap: 14px;
    }

    body.home.page-id-96 .entry-body .ncit-process-grid > .vk_borderBox {
        min-height: 0;
    }

    body.home.page-id-96 .entry-body .ncit-process-grid > .ncit-process-card {
        min-height: 0;
    }

    body.home.page-id-96 .entry-body .ncit-process-grid > .vk_borderBox .vk_borderBox_title_container {
        min-height: 0;
        padding: 48px 58px 10px 18px !important;
        place-items: center start;
        text-align: left;
    }

    body.home.page-id-96 .entry-body .ncit-process-card__title {
        min-height: 0;
        padding: 48px 58px 10px 18px !important;
        place-items: center start;
        text-align: left;
    }

    body.home.page-id-96 .entry-body .ncit-process-grid > .vk_borderBox .vk_borderBox_title_container::before {
        height: 34px;
        font-size: .82rem;
        padding-inline: 18px;
        letter-spacing: 0;
    }

    body.home.page-id-96 .entry-body .ncit-process-card__title::before {
        height: 34px;
        font-size: .82rem;
        padding-inline: 18px;
        letter-spacing: 0;
    }

    body.home.page-id-96 .entry-body .ncit-process-grid > .vk_borderBox .vk_borderBox_title_container::after {
        top: 46px;
        right: 18px;
        width: 28px;
        height: 28px;
        background-color: rgba(0, 35, 135, .55);
    }

    body.home.page-id-96 .entry-body .ncit-process-card__title::after {
        top: 46px;
        right: 18px;
        width: 28px;
        height: 28px;
        background-color: rgba(0, 35, 135, .55);
    }

    body.home.page-id-96 .entry-body .ncit-process-grid > .vk_borderBox .vk_borderBox_body,
    body.home.page-id-96 .entry-body .ncit-process-card__body {
        padding: 0 18px 18px !important;
        text-align: left;
    }

    body.home.page-id-96 .entry-body .ncit-process-grid > .vk_borderBox .vk_borderBox_body p {
        margin: 0;
    }

    body.home.page-id-96 .wp-block-latest-posts li {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 112px;
        grid-template-rows: auto 1fr auto;
        gap: 8px 16px;
        padding: 16px;
        border-radius: 8px;
    }

    body.home.page-id-96 .wp-block-latest-posts__featured-image {
        grid-column: 2;
        grid-row: 2;
        align-self: start;
    }

    body.home.page-id-96 .wp-block-latest-posts__featured-image img {
        aspect-ratio: 4 / 3;
        border-radius: 4px;
    }

    body.home.page-id-96 .wp-block-latest-posts__post-title,
    body.home.page-id-96 .wp-block-latest-posts__post-date,
    body.home.page-id-96 .wp-block-latest-posts__post-excerpt {
        padding-inline: 0;
    }

    body.home.page-id-96 .wp-block-latest-posts__post-date {
        grid-column: 1;
        grid-row: 1;
    }

    body.home.page-id-96 .ncit-news-meta {
        grid-column: 1 / -1;
        grid-row: 1;
        padding: 0;
    }

    body.home.page-id-96 .wp-block-latest-posts__post-title {
        grid-column: 1;
        grid-row: 2;
    }

    body.home.page-id-96 .wp-block-latest-posts__post-excerpt {
        grid-column: 1 / -1;
        grid-row: 3;
    }

    body.home.page-id-96 .entry-body > .wp-block-columns.has-white-background-color {
        gap: 22px !important;
        padding: 22px !important;
    }

    body.home.page-id-96 .entry-body > .wp-block-columns.ncit-section-why {
        padding: 26px 22px !important;
        background:
            linear-gradient(155deg, #fff 0%, #fff 64%, rgba(237, 243, 251, .92) 64%, rgba(237, 243, 251, .92) 100%) !important;
    }

    body.home.page-id-96 .entry-body > .wp-block-columns.ncit-section-why::before {
        inset: auto -26% -12% auto;
        width: 88%;
        height: 42%;
        opacity: .75;
    }

    body.home.page-id-96 .entry-body > .wp-block-columns.ncit-section-why::after,
    body.home.page-id-96 .entry-body .wp-block-group.ncit-section-nikko .wp-block-columns.has-vk-color-primary-dark-background-color::after {
        width: 128px;
    }

    body.home.page-id-96 .entry-body .wp-block-group.ncit-section-nikko .wp-block-columns.has-vk-color-primary-dark-background-color::before {
        inset: auto -22% -18% auto;
        width: 92%;
        height: 46%;
        opacity: .7;
    }

    body.home.page-id-96 .entry-body > .wp-block-columns.has-white-background-color h1.wp-block-heading {
        max-width: none;
        font-size: 1.8rem;
    }

    body.home.page-id-96 .entry-body > .wp-block-columns.has-white-background-color p {
        max-width: none;
    }

    body.home.page-id-96 .entry-body > .wp-block-columns.has-white-background-color figure {
        min-height: 0;
        aspect-ratio: 16 / 11;
    }

    body.home.page-id-96 .entry-body > .wp-block-vk-blocks-alert {
        display: flex !important;
        width: 100% !important;
        min-height: 0;
        margin-right: 0 !important;
        padding: 24px;
    }

    body.home.page-id-96 .entry-body > .wp-block-vk-blocks-alert::before {
        right: 24px;
        left: 24px;
    }

    body.home.page-id-96 .entry-body > .wp-block-vk-blocks-alert h3.wp-block-heading {
        font-size: 2.25rem;
    }

    body.home.page-id-96 .entry-body .wp-block-button__link,
    body.home.page-id-96 .ltg-slide-text-set .btn {
        width: 100%;
        min-height: 56px;
    }
}
