/* ============================================================ */
/* CSS VARIABLES & GLOBAL STYLES START */
/* ============================================================ */

:root {
    --app-height: 100vh;
    --main-color: #1a4f92;
    --transition: all 0.5s cubic-bezier(0.52, 0.01, 0.16, 1);
    --transition-fast: all 0.3s cubic-bezier(0.52, 0.01, 0.16, 1);
    --transition-second: all 0.5s cubic-bezier(0.4, 0, 0.1, 1);
    --text-color: rgba(255, 255, 255, 0.7);
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    font-family: "Euclid Circular A", sans-serif;
}

body {
    font-family: "Euclid Circular A", sans-serif;
    color: white;
    overflow-x: hidden;
    font-size: 14px;
    line-height: 1.5;
    background: var(--main-color);
}


.general-links {
    height: 100%;
    /*position: absolute;*/
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    visibility: visible;
}


.mobile-dropdown {
    height: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    visibility: hidden;
    /*position: absolute;*/
}

.mobile-dropdown-back {
    padding: 25px 40px 0 40px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    display: flex;
    align-items: center;
    column-gap: 10px;
}

input,
select,
button,
textarea {
    font-family: inherit;
}

ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    line-height: 1;
    letter-spacing: -0.02em;
    font-weight: 500;
}

h1 {
    font-size: 55px;
}

h2 {
    font-size: 45px;
}

h3 {
    font-size: 35px;
}

h4 {
    font-size: 30px;
}

a {
    color: inherit;
    text-decoration: none;
}

@font-face {
    font-family: "Euclid Circular A";
    src: url("../fonts/EuclidCircularA-Regular.woff2") format("woff2"),
    url("../fonts/EuclidCircularA-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Euclid Circular A";
    src: url("../fonts/EuclidCircularA-Medium.woff2") format("woff2"),
    url("../fonts/EuclidCircularA-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* ============================================================ */
/* CSS VARIABLES & GLOBAL STYLES END */
/* ============================================================ */

/* ============================================================ */
/* ANIMATIONS & UI COMPONENTS START */
/* ============================================================ */

/* Animated Paragraphs Styles */

.animated-paragraphs {
    overflow: hidden;
}

.animated-paragraph-word {
    display: inline-block;
    transform-origin: bottom;
}

/* Animated Title Styles */
/*.animated-title {*/
/*    overflow: hidden;*/
/*}*/

.animated-title-line {
    display: block;
}

.animated-title-word {
    display: inline-block;
}

.animated-title-word:last-child {
    margin-right: 0px !important;
}

.animated-title-letter {
    opacity: 0;
    display: inline-block;
    transform-origin: bottom;
}

.animated-title-spacer {
    padding: 0 10vw 0 0;
}

.animated-div {
    opacity: 0;
    transform: translateY(20px);
    will-change: transform, opacity, backdrop-filter;
}

.simple-link {
    font-size: 12px;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
}

.border-link {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(16.5px);
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px 12px 22px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 6px;
    color: white;
    text-transform: uppercase;
    position: relative;
}

.border-link-arrow,
.simple-link-arrow {
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    width: 28px;
    height: 28px;
    border-radius: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 0 0 30px;
    flex-shrink: 0;
}

.simple-link-arrow {
    margin: 0 0 0 15px;
}

.border-link-arrow::after,
.simple-link-arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/arrow.svg") no-repeat center;
    transition: var(--transition-second);
}

.border-link-arrow::before,
.simple-link-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-150%, -50%);
    background: url("../images/arrow.svg") no-repeat center;
    transition: var(--transition-second);
}

.border-link:hover .border-link-arrow::after,
.simple-link:hover .simple-link-arrow::after {
    transform: translate(50%, -50%);
}

.border-link:hover .border-link-arrow::before,
.simple-link:hover .simple-link-arrow::before {
    transform: translate(-50%, -50%);
}

.border-link::before,
.border-link::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border: 1.5px solid white;
    transition: var(--transition-second);
}

/* Верхний левый угол */
.border-link::before {
    top: -2px;
    left: -2px;
    border-right: none;
    border-bottom: none;
    border-radius: 10px 0 0 0;
}

/* Нижний правый угол */
.border-link::after {
    bottom: -2px;
    right: -2px;
    border-left: none;
    border-top: none;
    border-radius: 0 0 10px 0;
}

/* Дополнительные углы */
.border-link-corner-top-right,
.border-link-corner-bottom-left {
    position: absolute;
    width: 12px;
    height: 12px;
    border: 1.5px solid white;
    transition: var(--transition-second);
}

.border-link-corner-top-right {
    top: -2px;
    right: -2px;
    border-left: none;
    border-bottom: none;
    border-radius: 0 10px 0 0;
}

.border-link-corner-bottom-left {
    bottom: -2px;
    left: -2px;
    border-right: none;
    border-top: none;
    border-radius: 0 0 0 10px;
}

.border-link:hover::before,
.border-link:hover::after,
.border-link:hover .border-link-corner-top-right,
.border-link:hover .border-link-corner-bottom-left {
    width: 40px;
    height: 40px;
}

/* ============================================================ */
/* ANIMATIONS & UI COMPONENTS END */
/* ============================================================ */

/* ============================================================ */
/* LAYOUT & PRELOADER START */
/* ============================================================ */

.dg.ac {
    z-index: 999 !important;
    opacity: 0.7 !important;
}

/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s ease;
}

#preloader.fade-out {
    opacity: 0;
    pointer-events: none;
}

.loader {
    color: white;
    font-size: 24px;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

/* Canvas container */
#scene {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* Content overlay */
#page-wrap {
    position: relative;
    z-index: 2;
}

.large-wrap {
    max-width: 1125px;
    margin: 0 auto;
    padding: 0 25px;
}

.extra-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
}

.page-content {
    min-height: 100svh;
}

.page-content h1 {
    color: #FFF;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 75px; /* 117.857% */
    letter-spacing: -1.12px;
}

.scroll-to-explore {
    display: flex;
    align-items: center;
    font-size: 13px;
}

.scroller-wrap {
    width: 16px;
    height: 20px;
    position: relative;
    margin: 0 10px 0 0;
}

.scroller {
    width: 16px;
    height: 20px;
    border-radius: 30px 30px 0 0;
    border-right: 2px solid white;
    border-left: 2px solid white;
    border-top: 2px solid white;
    mask-image: linear-gradient(to bottom, black, transparent);
}

.scroller-wrap span {
    width: 2px;
    height: 6px;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 1)
    );
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-70%);
    opacity: 1;
    animation: scroll 1.5s infinite;
    display: block;
    border-radius: 10px;
    animation: scroll 2s infinite cubic-bezier(0.4, 0, 0.1, 1);
}

@keyframes scroll {
    0% {
        transform: translateX(-50%) translateY(-70%);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(30%);
        opacity: 0;
    }
}

.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4 {
    margin: 0 0 20px 0;
}

.text-content p {
    color: var(--text-color);
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 20px 0;
}

.text-content p:last-child {
    margin: 0;
}

/* ============================================================ */
/* LAYOUT & PRELOADER END */
/* ============================================================ */

/* ============================================================ */
/* MODALS & POPUPS START */
/* ============================================================ */

.modal {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    transition: var(--transition-second);
    opacity: 0;
}

.show-modal {
    display: block;
}

.visible-modal {
    opacity: 1;
}

.hidden-modal {
    opacity: 0;
}

.hidden {
    display: none !important;
}

.modal-background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: radial-gradient(
        88.69% 88.69% at 50% 0%,
        rgba(26, 79, 146, 0.95) 0%,
        rgba(8, 24, 44, 0.95) 100%
    );
    opacity: 0.9;
}

.modal-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 2;
}

.video-modal-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-modal-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-modal-center {
    width: 60vw;
    aspect-ratio: 16 / 9;
    position: relative;
    border-radius: 20px;
    border: 10px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0px 75px 74px rgba(0, 0, 0, 0.25);
    transition: var(--transition-second);
    transform: translateY(20%);
}

.slider-modal-center {
    width: 60vw;
    aspect-ratio: 16 / 9;
    position: relative;
    transition: var(--transition-second);
    transform: translateY(20%);
    border-radius: 14px;
    border: 6px solid #FFF;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 90.71%, rgba(0, 0, 0, 0.50) 100%), linear-gradient(270deg, rgba(0, 0, 0, 0.00) 89.79%, rgba(0, 0, 0, 0.50) 100%);
    box-shadow: 0px 75px 74px 0px rgba(0, 0, 0, 0.25);
}

.slider-modal-center .embla, .slider-modal-center .embla__viewport, .slider-modal-center .embla__container {
    width: 100%;
    height: 100%;
}

.slider-modal-center .embla {
    position: relative;
}

.slider-modal-center .embla-thumbs {
    position: absolute;
    bottom: 16px;
    left: 16px;
    white-space: nowrap;
    overflow-x: auto;
}

.slider-modal-center .embla-thumbs__viewport {
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
}

.slider-modal-center .embla-thumbs__container {
    display: flex;
    align-items: center;
    column-gap: 6px;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.slider-modal-center .embla-thumbs__container div {
    flex: 1 1 80px;
}

.slider-modal-center .embla__slide {
    overflow: hidden;
    border-radius: 14px;
    height: 100%;
}

.slider-modal-center .embla__slide__number {
    width: 100%;
    height: 100%;
    border-radius: 14px;
}

.slider-modal-center .embla__slide__number {
    width: 100%;
    height: 100%;
}

.slider-modal-center .embla-thumbs__slide__number {
    width: 80px;
    height: 60px;
    overflow: hidden;
}

.slider-modal-center .embla-thumbs__slide__number img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
}

.slider-modal-center .embla-thumbs__slide {
    overflow: hidden;
    width: 80px;
    height: 60px;
    border: 1.5px solid transparent;
    border-radius: 6px;
    transition: var(--transition);
}

.slider-modal-center .embla-thumbs__slide--selected {
    overflow: hidden;
    width: 80px;
    height: 60px;
    border: 1.5px solid #FFF;
}

.visible-modal .video-modal-center {
    transform: translateY(0%);
}

.visible-modal .slider-modal-center {
    transform: translateY(0%);
}

.video-modal-center iframe {
    display: block;
    width: 100%;
    height: 100%;
    background: #09213f;
    position: relative;
    z-index: 2;
    border-radius: 10px;
}

.modal-close {
    width: 50px;
    height: 50px;
    background: radial-gradient(
        50% 50% at 80% 85%,
        rgba(255, 255, 255, 0.4) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    border: 2px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 30px;
    right: 30px;
    border-radius: 100%;
    cursor: pointer;
}

.modal-close::after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: url("../images/close.svg") no-repeat center;
    content: "";
    display: block;
    transform: rotate(0deg);
    transition: var(--transition-second);
}

.modal-close:hover::after {
    transform: rotate(90deg);
}

.video-modal-center .modal-close {
    top: 10px;
    right: 0px;
    transition: var(--transition-second);
    transition-delay: 500ms;
}

.visible-modal .video-modal-center .modal-close {
    top: 10px;
    right: -80px;
}

.slider-modal-center .modal-close {
    top: 10px;
    right: 0px;
    transition: var(--transition-second);
    transition-delay: 500ms;
}

.visible-modal .slider-modal-center .modal-close {
    top: 10px;
    right: -80px;
}


.mobile-only {
    display: none;
}

.tooltip-mobile{
    display: none;
}


/* ============================================================ */
/* MODALS & POPUPS END */
/* ============================================================ */

/* ============================================================ */
/* HEADER STYLES START */
/* ============================================================ */

header {
    position: absolute;
    top: 0px;
    width: 100%;
    padding: 38px 40px;
    box-sizing: border-box;
    z-index: 9999;
}

.header-wrap {
    display: flex;
    align-items: center;
}

.header-logo {
    margin: 0 45px 0 0;
}

.logo {
    width: 130px;
    height: 45px;
    background: url("../images/logo.svg") no-repeat center;
    background-size: contain;
    display: block;
}

.header-links > nav {
    min-width: 0;
}

.header-links ul {
    display: flex;
    gap: 30px;
    font-size: 15px;
}

.header-links ul li {
    position: relative;
}

.header-links ul li::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 20px;
    top: 20px;
}

.header-links ul li:hover .header-dropdown {
    opacity: 1;
    pointer-events: auto;
}

.header-link {
    position: relative;
    text-decoration: none;
    background-image: linear-gradient(90deg, white, white);
    background-repeat: no-repeat;
    background-size: 0% 2px;
    background-position: left bottom;
    transition: var(--transition-second);
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.header-link .icon {
    display: none;
}

.header-link {
    display: inline-block;
    position: relative;
    transition: var(--transition-second);
}

.header-link::after {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background-color: white;
    margin-top: 1px;
    position: absolute;
    left: 0;
    bottom: -2px;
    transition: var(--transition-second);
}

.header-link.active::after,
.header-link:hover::after {
    width: 100%;
}


.menu-opened .header-dropdown {
    background: #5998D4 !important;
    backdrop-filter: blur(60px) !important;
}

.header-dropdown {
    display: flex;
    width: 252px;
    padding: 14px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(77px);
    position: absolute;
    top: 100%;
    left: -30px;
    margin-top: 12px;
    opacity: 0;
    pointer-events: none;
    transition: var(--transition);
}

.header-dropdown ul {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.menu-opener {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
}

.menu-opener span {
    width: 22px;
    height: 2px;
    background: white;
    display: block;
    border-radius: 20px;
    transition: var(--transition-second);
}

.menu-opened .menu-opener span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.menu-opened .menu-opener span:nth-child(2) {
    opacity: 0;
}

.menu-opened .menu-opener span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.menu-opener:hover span:nth-child(1) {
    transform: translateY(-2px);
}

.menu-opened .menu-opener:hover span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.menu-opener:hover span:nth-child(3) {
    transform: translateY(2px);
}

.menu-opened .menu-opener:hover span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.header-fixed {
    position: fixed;
    height: 60px;
    top: -60px;
    left: 40px;
    background: #5998D4;
    backdrop-filter: blur(60px);
    border-radius: 10px;
    transition: var(--transition-second);
    z-index: 9999;
}

.header-fixed-home {
    background: rgba(255, 255, 255, 0.1);
}

.header-none-fixed {
    position: absolute !important;
}

.show-fixed-header .header-fixed, .show-fixed-header-home .header-fixed {
    top: 30px;
}

.header-fixed .header-links {
    display: grid;
    grid-template-columns: 0fr;
    transition: var(--transition-second);
    overflow: hidden;
    white-space: nowrap;
    margin: 0px;
}

.menu-opened .header-fixed .header-links {
    overflow: visible;
}

.menu-opened .header-fixed .header-links {
    grid-template-columns: 1fr;
    margin: 0 20px;
}

.header-fixed .header-logo {
    padding: 0 15px 0 20px;
    margin: 0px;
}

.header-fixed .logo {
    width: 100px;
    height: 60px;
    background-size: contain;
}

.header-right {
    position: absolute;
    top: 40px;
    right: 40px;
    display: flex;
    gap: 20px;
}

.search-opener {
    width: 40px;
    height: 40px;
    background: url("../images/search.svg") no-repeat center;
    background-size: 20px;
    transition: var(--transition-fast);
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
}

.search-opener:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.search-opener::after {
    height: 20px;
    width: 1px;
    background: rgba(255, 255, 255, 0.5);
    left: 50px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    content: "";
}

.lanuage-active, .lanuage-active-desktop {
    background: url(../images/world.svg) no-repeat left 11px center;
    background-size: 20px;
    color: white;
    height: 40px;
    padding: 0 10px 0 40px;
    transition: var(--transition-fast);
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
}

/*.lanuage-active:hover {*/
/*    background-color: rgba(255, 255, 255, 0.1);*/
/*}*/

.lanuage-active span, .lanuage-active-desktop a {
    padding: 0 20px 0 0;
    /*background: url("../images/arrow-down.svg") no-repeat right center;*/
    background-size: 12px;
}

.language-select {
    position: relative;
    cursor: pointer;
}

.language-dropdown {
    display: grid;
    grid-template-rows: 0fr;
    transition: var(--transition-fast);
    overflow: hidden;
    background: white;
    position: absolute;
    top: 50%;
    left: -1px;
    transform: translateY(-50%);
    border-radius: 10px;
    padding: 0px 4px;
    right: -1px;
}

.language-dropdown ul {
    min-height: 0;
}

.language-select.open .language-dropdown {
    grid-template-rows: 1fr;
    padding: 4px;
}

.language-dropdown a {
    color: var(--main-color);
    background: transparent;
    display: block;
    padding: 5px 10px;
    border-radius: 5px;
    transition: var(--transition-fast);
}

/*.language-dropdown a:hover {*/
/*    background: rgba(0, 0, 0, 0.05);*/
/*}*/

.language-dropdown li {
    margin: 0 0 2px 0;
}

.language-dropdown li:last-child {
    margin: 0;
}

/* ============================================================ */
/* HEADER STYLES END */
/* ============================================================ */

/* ============================================================ */
/* HOME PAGE STYLES START */
/* ============================================================ */

.seportator {
    height: 50vh;
}

.page-section {
    width: 100%;
    color: white;
    box-sizing: border-box;
    opacity: 1;
}

.page-section.hero {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 10vh 0 4vh 0;
    margin: 0 0 50vh 0;
    min-height: 100svh;
}

.hero-top {
    flex: 1;
    display: flex;
    align-items: center;
}

.hero-top-left {
    width: 60%;
}

.hero-top-left h1 {
    font-size: 75px;
    margin: 0 0 20px 0;
}

.hero-button {
    margin: 45px 0 0 0;
}

.hero-news {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(60px);
    border-radius: 35px;
    padding: 35px 15px;
}

.news-title {
    display: flex;
    justify-content: space-between;
    margin: 0 0 25px 0;
    align-items: center;
}

.news-title p {
    font-size: 20px;
    font-weight: 500;
}

.news-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
}

.news-item {
    display: flex;
    gap: 20px;
    align-items: center;
}

.news-item-image {
    flex: 1;
    aspect-ratio: 1 / 0.6;
    overflow: hidden;
    border-radius: 15px;
    transform: translateZ(0px);
}

.news-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    transition: var(--transition);
    transform: scale(1);
}

.news-item:hover .news-item-image img {
    transform: scale(1.05);
}

.news-item-content {
    width: 50%;
}

.news-item-content p {
    min-height: 105px;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.news-item-content span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
}

.page-section.about {
    margin: 0 0 50vh 0;
}

.about-desc {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.about-desc .animated-title{
    overflow: visible;
}

.about-desc-right {
    width: 62%;
}

.about-desc-right h3 {
    margin: 0 0 20px 0;
    font-size: 70px;
}

.about-desc-text {
    color: var(--text-color);
    font-size: 14px;
    margin: 30px 0 0 0;
}

.about-integers-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    margin: 60px 0 0 0;
}

.about-integers-grid p {
    color: var(--text-color);
    font-size: 14px;
}

.about-integers-item p{
    margin-top: 15px;
}

.about-integers-grid .animated-integer {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.about-integer {
    color: white;
    font-size: 35px;
    display: flex;
}

.page-section.portfolio {
    height: auto;
}

.portfolio-desc-wrap {
    position: relative;
}

.portfolio-desc-left {
    width: 50%;
}

.portfolio-desc-left h3 {
    font-size: 55px;
    letter-spacing: -0.02em;
}

.portfolio-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 45px 0 0 0;
}

.portfolio-slider::before {
    position: absolute;
    width: 100%;
    height: 130px;
    content: "";
    bottom: 0px;
    left: 0;
    background: #1a4f92;
}

.portfolio-slider::after {
    position: absolute;
    width: 100%;
    height: 100px;
    content: "";
    bottom: 130px;
    left: 0;
    background: #1a4f92;
    clip-path: polygon(0 100%, 100% 0%, 100% 100%);
}

.portfolio-embla, .inner-embla {
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 2;
}

.portfolio-embla-container, .inner-embla-container {
    display: flex;
    gap: 20px;
    margin-left: -20px;
}

.portfolio-embla-slide-first {
    flex: 0 0 calc((100vw - 1125px + 40px) / 2);
    padding: 0 0 0 20px;
}

.portfolio-embla-slide, .inner-embla-slide {
    flex: 0 0 400px;
    min-width: 0;
    padding-left: 0px;
}

.portfolio-embla-slide-content {
    aspect-ratio: 1 / 1;
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(75px);
    display: flex;
    flex-direction: column;
    padding: 40px 45px;
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 15px;
}

.portfolio-slide-logo {
    height: 30px;
    margin: 0 0 20px 0;
}

.portfolio-slide-logo img {
    height: 100%;
    width: auto;
    filter: brightness(0) invert(1);
}

.portfolio-embla-slide-content-top h4 {
    font-size: 30px;
    margin: 0 0 10px 0;
}

.portfolio-slide-description {
    color: var(--text-color);
    font-size: 14px;
}

.portofilio-slider-navigation, .inner-slider-navigation {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.portfolio-slider-button {
    width: 52px;
    height: 52px;
    background: white;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.portfolio-slider-button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-48%, -50%);
    background: url("../images/arrow-blue.svg") no-repeat center;
    transition: var(--transition-second);
    background-size: 10px;
}

.portfolio-slider-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-150%, -50%);
    background: url("../images/arrow-blue.svg") no-repeat center;
    transition: var(--transition-second);
    background-size: 10px;
}


.portfolio-slider-button:hover::after {
    transform: translate(50%, -50%);
}

.portfolio-slider-button:hover::before {
    transform: translate(-50%, -50%);
}

.portfolio-slider-button.prev {
    transform: rotate(180deg);
}

.page-section.reports {
    background: #1a4f92;
    padding: 10vh 0;
}

.section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 40px 0;
}

.section-title p {
    font-size: 38px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.reports-list {
    padding: 5px 30px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(75px);
    border-radius: 15px;
}

.report-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.report-left {
    flex: 1;
    box-sizing: border-box;
    padding: 0 30px 0 0;
}

.report-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin: 0 0 10px 0;
    padding: 0 0 0 30px;
    background: url("../images/pdf.svg") no-repeat left center;
}

.report-left p {
    color: var(--text-color);
    font-size: 14px;
}

.report-mid {
    width: 200px;
    color: var(--text-color);
    padding: 10px 0;
}

.report-right {
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.report-download {
    background: url("../images/download.svg") no-repeat left 14px center;
    display: block;
    transition: var(--transition-second);
    font-size: 12px;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 20px 10px 38px;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 5px;
}

.report-download:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.report-item:last-child {
    border-bottom: none;
}

/* ============================================================ */
/* HOME PAGE STYLES END */
/* ============================================================ */

/* ============================================================ */
/* INNER PAGES STYLES START */
/* ============================================================ */

.page-fade-background {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.contact-page-background{
    height: 65%;
}

.page-fade-background-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.page-fade-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0px;
    left: 0px;
}

.page-cover {
    height: 80svh;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
}

.page-cover-video-desc {
    display: flex;
}

.page-cover-video {
    width: 270px;
    aspect-ratio: 16 / 9;
    position: relative;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    margin-right: 40px;
}

.play-button {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    background: rgba(26, 79, 146, 0.2);
    backdrop-filter: blur(16.5px);
    display: block;
    cursor: pointer;
    transition: var(--transition-second);
}

.page-cover-video:hover .play-button {
    transform: translate(-50%, -50%) scale(1.1);
}

.play-button::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background: url("../images/play.svg") no-repeat left 54% center;
    background-size: 20px;
    z-index: 2;
}

.page-cover-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.page-cover .scroll-to-explore {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.page-cover-holder {
    display: flex;
    justify-content: flex-end;
}

.page-cover-right {
    width: 70%;
}

.page-cover-logo {
    width: 110px;
}

.page-cover-logo img {
    width: 100%;
    height: auto;
    display: block;
    filter: brightness(0) invert(1);
}

.page-cover-description {
    flex: 1;
    padding: 0;
}

.page-cover-description h3 {
    font-size: 22px;
    line-height: 30px;
}

.page-cover-description p {
    color: var(--text-color);
    margin: 12px 0 0 0;
}

.page-cover-right-top {
    display: flex;
    /*justify-content: flex-end;*/
    text-align: right;
    margin: 0 0 30px 0;
}

.page-cover-left-top {
    display: flex;
    justify-content: flex-start;
    text-align: left;
}

.page-cover-right-top h1 {
    text-align: left;
    font-size: 70px;
    line-height: 85px;
    letter-spacing: -0.02em;
}

.page-inner-portfolio {
    position: relative;
    z-index: 2;
    padding: 30px 0 0 0;
}

.page-main-info {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(60px);
    border-radius: 35px;
    padding: 35px 15px;
}

.page-main-info-grid {
    /*display: grid;*/
    /*grid-template-columns: 1fr 1fr 1fr 1fr;*/
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    gap: 60px;
}

.page-main-info-grid-item{
    flex-grow: 1;
}

.page-main-desc{
    color: var(--text-color);
    margin: 20px 0 0 0;
    font-size: 11px;
}

.page-main-info h4 {
    font-size: 25px;
    margin: 0 0 30px 0;
}

.page-main-info-grid-item-top {
    position: relative;
    width: 100%;
}

.page-main-info-grid-item-top::after {
    position: absolute;
    width: 1px;
    height: 100%;
    right: -30px;
    top: 0px;
    background: rgba(255, 255, 255, 0.2);
    content: "";
    display: block;
}

.page-main-info-grid-item:last-child .page-main-info-grid-item-top::after {
    display: none;
}

.page-main-info-grid-item-top p {
    color: var(--text-color);
    min-height: 42px;
}

.page-main-info-grid-item-bottom {
    color: var(--text-color);
    margin: 15px 0 0 0;
    font-size: 11px;
    max-width: 220px;
}

.page-main-info-grid-item-top .animated-integer {
    font-size: 34px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.page-inner-portfolio-content {
    padding: 50px 0 0 0;
}

.page-inner-portfolio-content {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.page-inner-portfolio-left {
    width: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}

.page-inner-portfolio-left-pattern {
    height: 50%;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 50%;
    left: -50%;
    transform: translateY(-50%);
}

.page-inner-portfolio-left-pattern img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0px;
    left: 0px;
}

.page-inner-portfolio-left-image {
    width: 120%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: -20%;
    z-index: 2;
}

.page-inner-portfolio-left-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: bottom center;
}

.page-inner-portfolio-right {
    padding: 70px 0;
    box-sizing: border-box;
    width: 50%;
    position: relative;
    z-index: 2;
}

.page-inner-portfolio-right .text-content {
    margin: 0 0 60px 0;
}

.contact-first-section {
    padding: 210px 0;
    background-image: url("../images/content/contact-first-section-dekstop.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.contact-page-body {
    border-radius: 30px;
    background: #FFF;
    padding: 0 0 80px 0;
    position: relative;
    top: -50px;
}

.contact-page-info {
    display: flex;
    padding: 48px;
    flex-direction: column;
    align-items: flex-start;
    gap: 132px;
    border-radius: 20px;
    background: linear-gradient(180deg, #0A3469 13.4%, #1871E3 119.92%);
    position: relative;
    top: -85px;
    z-index: 3;
}

.contact-page-info-lists {
    flex-grow: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.contact-page-info-list {
    display: flex;
    align-items: center;
    column-gap: 13px;
}

.contact-page-info-list .icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 50%;
    background: radial-gradient(
        65.62% 65.62% at 80% 85%,
        rgba(255, 255, 255, 0.10) 0%,
        rgba(255, 255, 255, 0.00) 100%
    );
    border: 1.692px solid rgba(255, 255, 255, 0.20);
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-page-info-list .text span {
    color: rgba(255, 255, 255, 0.50);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.contact-page-info-list .text a {
    display: block;
    max-width: 300px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 140% */
    margin-top: 4px;
}

.contact-top {
    text-align: left;
    min-width: 1125px;
    flex-grow: 1;
    display: flex;
    justify-content: flex-start;
}

.contact-top h1 {
    min-width: 100%;
    text-align: left;
    font-size: 74px;
    font-weight: 500;
    line-height: 80px;
    letter-spacing: -0.02em;
}

.contact-form {
    position: relative;
    z-index: 3;
    padding-bottom: 20px;
}

.contact-form-tabs .tab-buttons {
    display: flex;
    align-items: center;
    column-gap: 32px;
    transition: var(--transition);
}

.contact-form-tabs .tab-button {
    color: rgba(0, 0, 0, 0.20);
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.72px;
    cursor: pointer;
}

.contact-form-tabs .active {
    color: #000;
}

.contact-form-tabs .tab-content {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
}

.contact-form-tabs .tab-content.active {
    display: block;
    opacity: 1;
    visibility: visible;
    position: relative;
}

.citizen-block {
    margin-top: 32px;
    border-radius: 15px;
    background: #F2F8FF;
    padding: 32px;
    width: 100%;
}

.citizen-block-items {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}


.citizen-block-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(26, 79, 146, 0.07);
    padding-bottom: 32px;
}

.citizen-block-item > div {
    flex: 1 1 25%;
}

.citizen-block-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.citizen-block .citizen-block-item:first-child {
    padding-top: 0;
}

.citizen-block-item-top {
    display: flex;
    justify-content: space-between;
}

.citizen-block-item-top div {
    flex: 1 1 25%;
}

.citizen-block-item-top .citizen-block-item-mid {
    text-align: center;
}


.citizen-block-item-top h4 {
    color: rgba(0, 0, 0, 0.40) !important;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 150% */
    text-transform: uppercase;
}

.citizen-block-item-top p {
    color: rgba(0, 0, 0, 0.40) !important;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 150% */
    text-transform: uppercase;
}

.citizen-block-item-left h4 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}

.citizen-block-item-left p {
    color: rgba(0, 0, 0, 0.50);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    margin-top: 6px;
}

.citizen-block-item-mid {
    text-align: center;
}

.citizen-block-item-mid time {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}

.citizen-block-item-mid p {
    color: rgba(0, 0, 0, 0.50);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.citizen-block-item-right {
    text-align: right;
}

.citizen-block-item-right button {
    color: #000;
    text-align: right;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 13px; /* 127.5% */
    text-transform: uppercase;
    cursor: pointer;
}

.citizen-block-item-right .simple-link-arrow {
    border: 1.5px solid rgba(0, 0, 0, 0.3);
}

.citizen-block-item-right .simple-link-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-150%, -50%);
    background: url(../images/arrow-black.svg) no-repeat center;
    transition: var(--transition-second);
}

.citizen-block-item-right .simple-link-arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url(../images/arrow-black.svg) no-repeat center;
    transition: var(--transition-second);
}


.faq {
    position: relative;
}

.faq-inner {
    position: relative;
    z-index: 3;
}

.faq-body {
    position: relative;
    z-index: 3;
}

.faq-body h4 {
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.72px;
}

.faq-lists {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.faq-list {
    padding: 32px;
    border-radius: 15px;
    background: #F2F8FF;
}

.faq-list .accordion {
    width: 100%;
    transition: 0.4s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    column-gap: 12px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}

.faq-list .panel {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}

.faq-list .panel {
    max-height: 0;
    opacity: 0;
    transition: var(--transition);
    pointer-events: none;
}

.faq-list .panel.show {
    margin-top: 20px;
    max-height: 500px;
    opacity: 1;
    pointer-events: auto;
}

.faq-list .accordion img {
    transition: var(--transition);
}

.faq-list .accordion.active img {
    transform: rotate(180deg);
}


.contact-end {
    position: relative;
    background: #0D3E7D;
}

.contact-end:before {
    position: absolute;
    width: 100%;
    height: 40px;
    content: "";
    top: 0;
    left: 0;
    background: #1A4F92;
}

.contact-end::after {
    position: absolute;
    width: 100%;
    height: 50px;
    content: "";
    top: -50px;
    left: 0;
    background: #1A4F92;
    clip-path: polygon(0 100%, 100% 0%, 100% 100%);
    z-index: 4;
}

.press-center-first {
    padding-top: 180px;
    padding-bottom: 60px;
    background-image: url("../images/content/press-center.svg");
    background-repeat: no-repeat;
    background-position: top right;
}

.page-board .press-center-first {
    padding-bottom: 100px;
}

.page-management .press-center-first h1 {
    max-width: 830px;
    min-width: auto;
}

.press-center-first h1 {
    min-width: 1125px;
}


.page-white-body {
    padding: 60px 0;
    border-radius: 30px;
    background: #FFF;
    color: #000;
    min-height: calc(100vh - 320px);
}

.page-portfolio .page-white-body {
    background: #1B5AA9;
}

.press-center-body-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 15px;
}

.press-center-body-top h3 {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; /* 125% */
    letter-spacing: -0.64px;
}

.press-center-body-top select {
    width: 85px;
    appearance: none;
    border-radius: 10px;
    border: 0.75px solid #1A4F92;
    display: inline-flex;
    padding: 12px 16px;
    align-items: center;
    gap: 10px;
    color: #1A4F92;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.press-center-body-top .select {
    width: 85px;
    position: relative;
}

.press-center-body-top .select img {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.press-center-body-lists {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 40px;
}

.multimedia-body-lists {
    margin-top: 0;
}

.press-center-body-lists-item {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    cursor: pointer;
}

.press-center-body-lists-item:hover .image img {
    transform: scale(1.05, 1.05);
}

.press-center-body-lists-item .image {
    width: 100%;
    height: 230px;
    border-radius: 20px;
    overflow: hidden;
}

.press-center-body-lists-item .video {
    width: 100%;
    height: 230px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}


.press-center-body-lists-item .video:before {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    content: "";
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
}

.press-center-body-lists-item .video img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    transition: var(--transition);
}

.press-center-body-lists-item .video .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.press-center-body-lists-item .video .icon:hover .play-button {
    transform: translate(-50%, -50%) scale(1.1);
}

.press-center-body-lists-item .image img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    transition: var(--transition);
}

.press-center-body-lists-item .text h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.36px;
    margin-bottom: 15px;
}

.press-center-body-lists-item .text time {
    color: rgba(0, 0, 0, 0.50);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.press-center-inner {
    padding-top: 180px;
    padding-bottom: 40px;
    background-image: url("../images/content/press-center.svg");
    background-repeat: no-repeat;
    background-position: top right;
}

.press-center-inner-first {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.press-center-inner-first-left h1 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px; /* 125% */
    letter-spacing: -0.8px;
    max-width: 700px;
    margin-top: 32px;
    margin-bottom: 20px;
}

.press-center-inner-first-left a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    display: flex;
    align-items: center;
    column-gap: 10px;
    width: max-content;
}

.press-center-inner-first-left a img {
    transition: var(--transition);
}

.press-center-inner-first-left a:hover img {
    transform: translateX(-5px);
}

.press-center-inner-first-left time {
    color: rgba(255, 255, 255, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.press-center-inner-first-right span {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    display: block;
    margin-bottom: 12px;
}

.press-center-content {
    max-width: 840px;
}

.press-center-inner-image {
    width: 100%;
    height: 470px;
}

.press-center-inner-image img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.announcement-detail .press-center-inner-text{
    margin-top: 0;
}

.announcement-cards{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.announcement-cards .card{
    display: flex;
    padding: 24px;
    height: 170px;
    flex-direction: column;
    align-items: flex-start;
    gap: 45px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: radial-gradient(65.62% 65.62% at 80% 85%, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100%);
}

.announcement-cards .card p{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
}

.announcement-cards .card .bottom{
    margin-top: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.announcement-cards .card .bottom span{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.press-center-inner-text {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.press-center-inner-text p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.press-center-inner-text ul{
    list-style: disc;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.press-center-inner-text ul li{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.press-center-inner-slider {
    margin-top: 40px;
    position: relative;
}

.press-center-inner-slider img {
    border-radius: 20px;
    width: 100%;
    height: 300px;
    flex-shrink: 0;
    object-fit: cover;
}

.inner-embla {
    padding: 0 0 0 20px;
}


.inner-slider-button {
    display: flex;
    width: 30px;
    height: 30px;
    padding: 11.154px 13.385px;
    align-items: center;
    gap: 4.462px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    border-radius: 60px;
    background: #fff;
}

.inner-slider-button.next {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.inner-slider-button.prev {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.inner-slider-button.next::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-48%, -50%);
    background: url("../images/arrow-blue.svg") no-repeat center;
    transition: var(--transition-second);
    background-size: 10px;
}

.inner-slider-button.prev::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-48%, -50%);
    background: url("../images/arrow-blue-prev.svg") no-repeat center;
    transition: var(--transition-second);
    background-size: 10px;
}


.inner-slider-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
}

.inner-slider-video {
    position: relative;
}

.inner-slider-video:before {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    content: "";
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
}

.inner-slider-video .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.inner-slider-video .icon:hover .play-button {
    transform: translate(-50%, -50%) scale(1.1);
}

.form-block {
    margin-top: 32px;
}

.form-block form {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.contact-form-inputs {
    display: flex;
    align-items: flex-start;
    column-gap: 20px;
    width: 100%;
}

.contact-form-inputs-half{
    width: 50%;
}

.average-block{
    display: grid;
    grid-template-columns: 50%;
}

.input-base {
    width: 100%;
}

.input-base label, .input-select label, .input-textarea label {
    color: #1A4F92;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    /*text-transform: uppercase;*/
    display: block;
    margin-bottom: 8px;
    cursor: pointer;
    user-select: none;
}

input[type="date"] {
    color-scheme: light;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(25%) sepia(93%) saturate(1233%) hue-rotate(185deg) brightness(91%) contrast(89%);
    cursor: pointer;
}


.input-base input[type="text"], .input-base input[type="email"], .input-base input[type="password"], .input-base input[type="number"], .input-base input[type=date] {
    width: 100%;
    display: flex;
    padding: 18px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 10px;
    background: #F2F8FF;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}

.input-base input[type=date]{
    display: block;
    color: rgba(26, 79, 146, 0.40);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}

.input-base input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: textfield;
}

.input-base input[type="number"]::-webkit-inner-spin-button,
.input-base input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-base input::placeholder {
    color: #A6BBD3;
}

.input-checkbox {
    margin-top: 12px;
    display: flex;
    column-gap: 8px;
    align-items: center;
}

.input-checkbox input[type="checkbox"] {
    appearance: none;
    width: 16px;
    height: 16px;
    background-image: url('/assets/images/checkbox.svg');
    background-size: contain;
    cursor: pointer;
    outline: none;
    transition: all 0.1s linear;
}

.input-checkbox label {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    display: inline;
    margin-bottom: 0;
    text-transform: capitalize;
    cursor: pointer;
    user-select: none;
}

.input-checkbox input[type="checkbox"]:checked {
    width: 16px;
    height: 16px;
    background-color: transparent;
    background-size: contain;
    background-image: url('/assets/images/checked-checkbox.svg');
}

.input-radio {
    width: 100%;
}

.input-radio span {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    display: block;
    margin-bottom: 8px;
    cursor: pointer;
    user-select: none;
}

.input-radio input[type="radio"] {
    display: none;
}

.input-radio input[type="radio"] + label {
    width: 100%;
    display: flex;
    padding: 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 10px;
    background: #F2F8FF;
    color: #A6BBD3;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    cursor: pointer;
    transition: var(--transition);
    border: 1px solid transparent;
}

.input-radio input[type="radio"]:checked + label {
    border: 1px solid #1A4F92;
    color: #000;
}

.opportunity-participate .input-radio input[type="radio"]:checked + label {
    background: #1A4F92;
    color: #fff;
}

.input-radio-items {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.input-radio-items div {
    flex-grow: 1;
}

#applying_field {
    color: rgba(26, 79, 146, 0.40);
}

#applying_field.active {
    color: #000;
}

.input-select {
    width: 100%;
}

.input-select-items {
    width: 100%;
    height: 100%;
    position: relative;
}

.input-select .icon {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.input-select select {
    appearance: none;
    width: 100%;
    display: flex;
    padding: 18px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 10px;
    background: #F2F8FF;
    color: rgba(26, 79, 146, 0.40);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}

.input-select select:valid{
    color: #000;
}

.input-textarea {
    width: 100%;
}

.input-textarea textarea {
    width: 100%;
    display: flex;
    padding: 18px;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 10px;
    background: #F2F8FF;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    resize: none;
}

.input-textarea textarea::placeholder {
    color: #A6BBD3;
}

.input-button {
    margin-top: 24px;
}

.input-button button {
    cursor: pointer;
}


.embla {
    position: absolute;
    z-index: 3;
    overflow: hidden;
}

.embla__viewport {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.embla__container {
    display: flex;
}

.embla__slide {
    position: relative;
    flex: 0 0 100%;
    height: 500px;
    border-radius: 14px;
}

.embla__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
}

.embla--thumb {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
}

.embla--thumb .embla__container {
    display: flex;
    column-gap: 8px;
}

.embla--thumb .embla__slide {
    flex: 0 0 auto;
    width: 80px;
    height: 80px;
    cursor: pointer;
    border-radius: 6px;
}

.embla--thumb .embla__slide.is-selected {
    opacity: 1;
    border: 1.5px solid #FFF;
}


.logo-usage-inner {
    display: grid;
    grid-template-columns: 300px auto;
    column-gap: 200px;

}

.logo-usage-left {
    position: sticky;
    top: 20px;
    align-content: flex-start;
}

.page-board-directors-inner .logo-usage-left, .page-board-directors-inner .logo-usage-left ul {
    position: static;
}

.logo-usage-left ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    position: sticky;
    top: 20px;
    align-content: flex-start;
}

.logo-usage-left ul li a {
    display: flex;
    padding: 16px 20px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 16px;
    background: #EAF3FF;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    transition: var(--transition);
    width: max-content;
    max-width: 360px;
}

/*.logo-usage-left ul li a:hover{*/
/*    background: #104B96;*/
/*    color: #FFF;*/
/*}*/

.logo-usage-left ul li a.active {
    background: #104B96;
    color: #FFF;
}

.logo_pdf_block {
    margin-bottom: 50px;
    display: flex;
    padding: 20px 24px;
    justify-content: space-between;
    align-items: center;
    border-radius: 16px;
    background: #F2F8FF;
}

.logo_pdf_block span {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}

.logo_pdf_block a {
    display: flex;
    align-items: center;
    column-gap: 8px;
    color: #104B96;
    text-align: right;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px; /* 130.769% */
    text-transform: uppercase;
    transition: var(--transition);
}


.logo-usage-items {
    display: flex;
    flex-direction: column;
    row-gap: 55px;
}


.logo-usage-item p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 14px;
}

.logo-usage-item .image {
    width: 100%;
    height: 300px;
    margin-top: 10px;
}

.logo-usage-item .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.logo-usage-item h2 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
    margin-bottom: 12px;
}

.logo-usage-item p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.logo-usage-item ul {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.logo-usage-item ul li {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.page-management-inner .image img {
    width: 100%;
}

.reports-inner-lists {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.report-inner-list {
    display: block;
    padding: 24px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: radial-gradient(65.62% 65.62% at 80% 85%, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100%);
    transition: var(--transition) !important;
}

.report-inner-list:hover {
    border: 1px solid #104B96;
}

.report-inner-list:hover h4 {
    color: #104B96;
}

.report-inner-list time {
    color: rgba(0, 0, 0, 0.50);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}

.report-inner-list h4 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    margin-top: 6px;
    transition: var(--transition);
}

.report-inner-list .bottom {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.report-inner-list .bottom span {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.portfolio-inner-lists {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.portfolio-inner-list {
    display: flex;
    padding: 32px;
    height: 353px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 15px;
    background: #FFF;
}

.portfolio-inner-list .image {
    width: 100px;
    height: 30px;
}

.portfolio-inner-list .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.portfolio-inner-list .text {
    margin-top: 32px;
}

.portfolio-inner-list .text h3 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.48px;
    margin-bottom: 11px;
    /*min-height: 64px;*/
}

.portfolio-inner-list .text p {
    color: rgba(0, 0, 0, 0.70);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; /* 142.857% */
}

.portfolio-inner-list .bottom {
    margin-top: auto;
}

.portfolio-inner-list .bottom .simple-link-text {
    color: #1A4F92;
    font-size: 9.75px;
    font-style: normal;
    font-weight: 600;
    line-height: 12.75px; /* 130.769% */
    text-transform: uppercase;
}

.portfolio-inner-list .bottom .simple-link-arrow {
    border: 1.5px solid #1A4F924D;
}

.portfolio-inner-list .simple-link-arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/arrow-blue.svg") no-repeat center;
    transition: var(--transition-second);
}

.portfolio-inner-list .simple-link-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-150%, -50%);
    background: url("../images/arrow-blue.svg") no-repeat center;
    transition: var(--transition-second);
}

.history-inner {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
}


.mission {
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(77px);
    padding: 32px;
}

.vision {
    background-image: url('../images/vision-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.mission h3 {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.32px;
    opacity: 0.5;
    margin-bottom: 24px;
}

.mission p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}

.page-history .animated-title {
    text-align: left;
    color: #FFF;
    font-size: 55.5px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 108.108% */
    letter-spacing: -1.11px;
}

.page-history .page-cover-holder {
    min-width: 1125px;
}

.page-history .page-cover-right {
    max-width: 490px;
}

.page-history .animated-desc {
    margin-top: 32px;
    text-align: left;
    display: flex;
    flex-direction: column;
    row-gap: 13px;
}

.page-history .animated-desc p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
}

.history-body {
    padding-bottom: 100px;
}

.page-history .page-cover-right-top {
    margin: 80px 0 30px 0;
}

.board-inner {
    background: #FFF;
    padding-bottom: 80px;
    color: #000;
    border-radius: 20px;
}

.board-inner-top {
    position: relative;
    top: -40px;
    padding-top: 90px;
    background-image: url('../images/board-top2.svg');
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    border-radius: 20px;
}



.board-inner-top-parent {
    display: grid;
    grid-template-columns: auto 325px;
    column-gap: 100px;
    /*overflow: hidden;*/
}

.board-inner-top-parent .left {
    display: flex;
    width: 100%;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 30px;
    background: rgba(26, 79, 146, 0.30);
    backdrop-filter: blur(77px);
    position: relative;
    top:  -40px;
    z-index: 3;
}

.board-inner-top-parent .left h2 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px; /* 125% */
    letter-spacing: -0.8px;
}

.board-inner-top-parent .desc {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.board-inner-top-parent .desc p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 150% */
}

.board-inner-top-parent .desc span {
    color: rgba(255, 255, 255, 0.70);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}

.board-inner-top-parent .bottom {
    margin-top: 20px;
}

.board-inner-top-parent .bottom p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.board-inner-top-parent .bottom span {
    color: rgba(255, 255, 255, 0.70);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.board-inner-top-parent .right {
    position: relative;
    overflow: hidden;
}

.board-inner-top-parent .right .image img {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.board-inner-top-parent .right .image {
    width: 100%;
    height: 100%;
    position: relative;
}

.board-inner-team {
    padding-top: 30px;
}

.board-inner-team h4 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px; /* 120% */
    letter-spacing: -0.8px;
    margin-bottom: 77px;
}

.board-directors-lists {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 26px;
    row-gap: 63px;
}

.board-directors-lists-align{
    justify-content: flex-start !important;
}


.board-directors-list {
    flex: 0 0 245px;
    height: 300px;
    flex-shrink: 0;
    border-radius: 20px;
    background: #1A4F92;
    position: relative !important;
}


.board-directors-list .image img {
    width: 99%;
    height: 280px;
    flex-shrink: 0;
    aspect-ratio: 65/74;
    object-fit: cover;
    object-position: top;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 20px 20px;
}

.board-directors-list .text {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 22px 32px 12px 32px;
    border-radius: 20px;
    background: linear-gradient(100deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.20) 510%);
    backdrop-filter: blur(25px);
}

.board-directors-list .text h3 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.36px;
}

.board-directors-list .text p {
    color: rgba(255, 255, 255, 0.70);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.board-directors-inner-left {
    position: static;
}

.board-directors-inner-text .title h1 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px; /* 120% */
    letter-spacing: -0.8px;
}

.board-directors-inner-text .title p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.36px;
    margin-top: 10px;
}

.board-directors-inner-text .desc {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.board-directors-inner-text .desc h3 {
    color: #000;
    font-feature-settings: 'liga' off;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.48px;
}

.vacancies-lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.vacancies-list {
    padding: 32px;
    border-radius: 15px;
    background: #EAF3FF;
}

.vacancies-category {
    max-width: max-content;
    display: flex;
    padding: 4px 8px;
    justify-content: left;
    align-items: center;
    gap: 10px;
    border-radius: 7px;
    background: #1A4F92;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}

.vacancies-title h2 {
    min-height: 100px;
    margin-top: 12px;
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 133.333% */
}

.vacancies-list-bottom {
    margin-top: 35px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.vacancies-list-date {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.vacancies-list-date span {
    color: rgba(0, 0, 0, 0.50);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.vacancies-list-date time {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.vacancies-list-link .simple-link {
    color: #000;
    text-align: right;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 13px; /* 127.5% */
    text-transform: uppercase;
}

.vacancies-list-link .simple-link-arrow {
    border: 1.5px solid rgba(0, 0, 0, 0.3);
}

.vacancies-list-link .simple-link-arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/arrow-right-black.svg") no-repeat center;
    transition: var(--transition-second);
}

.vacancies-list-link .simple-link-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-150%, -50%);
    background: url("../images/arrow-right-black.svg") no-repeat center;
    transition: var(--transition-second);
}

.vacancy-inner-parent {
    display: grid;
    grid-template-columns: auto 300px;
    column-gap: 80px;
}

.vacancy-inner-category {
    max-width: max-content;
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 7px;
    background: #1A4F92;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.vacancy-inner-title {
    margin-top: 24px;
}

.vacancy-inner-title h3 {
    max-width: 700px;
    color: #000;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 108.108% */
    letter-spacing: -1.11px;
}


.vacancy-inner-desc h3, .vacancy-inner-desc h2, .vacancy-inner-desc h4, .vacancy-inner-desc h5, .vacancy-inner-desc h6 {
    margin-top: 50px;
    color: #000;
    font-feature-settings: 'liga' off;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 125% */
    letter-spacing: -0.64px;
}

.vacancy-inner-desc ul {
    margin-top: 24px;
    list-style: disc;
    margin-left: 32px;
}

.vacancy-inner-desc ul li {
    color: #000;
    font-feature-settings: 'liga' off;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.vacancy-inner-desc ul li strong {
    font-weight: 500;
}

.vacancy-inner-desc ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.vacancy-inner-left-bottom {
    max-width: 850px;
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    margin-top: 60px;
    border-radius: 16px;
    background: rgba(13, 62, 125, 0.04);
}

.vacancy-inner-left-bottom h5 {
    color: #242A0B;
    font-feature-settings: 'liga' off;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 144.444% */
}

.vacancy-inner-left-bottom p {
    color: #242A0B;
    font-feature-settings: 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.vacancy-inner-left-bottom a{
    text-decoration: underline;
}


.vacancy-inner-right-card {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 10px;
    border-radius: 16px;
    position: relative;
    top: 50px;
}


.vacancy-inner-right-card h5 {
    color: #242A0B;
    font-feature-settings: 'liga' off;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 144.444% */
}

.vacancy-inner-right-card p {
    color: #242A0B;
    font-feature-settings: 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}


.career-first {
    position: relative;
    padding-top: 170px;
    background-image: url('../images/content/career-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.career-first .left{
    padding-bottom: 50px;
}

.career-first-parent {
    display: grid;
    grid-template-columns: 1fr 480px;
    column-gap: 50px;
}

.career-first-parent .left h1 {
    color: #FFF;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 108.108% */
    letter-spacing: -1.11px;
    margin-bottom: 32px;
}

.career-first-parent .left p {
    color: rgba(255, 255, 255, 0.50);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}

.career-first-parent .right {
    overflow: hidden;
}

.career-first-parent .right .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px 30px 0 0;
}

.career-first-parent .right .image {
    width: 100%;
    height: 100%;
}

.career-inner {
    border-radius: 20px 20px 0 0;
    position: relative;
    top: -20px;
    background-color: #fff;
    background-image: url("../images/content/career-inner-bg.svg");
    background-repeat: no-repeat;
    background-size: 400px 250px;
    background-position: left bottom;
}

.internship-page-inner {
    border-radius: 20px 20px 0 0;
    position: relative;
    top: -20px;
    background-color: #fff;
    padding-bottom: 50px;
}

.internship-page-inner-textarea{
    padding-bottom: 30px;
}

.career-inner-advantages {
    padding-top: 80px;
}

.career-inner-advantages-top {
    margin-bottom: 48px;
}

.career-inner-advantages-top h4 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px; /* 120% */
    letter-spacing: -0.8px;
}

.career-inner-advantages-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.career-inner-advantages-card {
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 15px;
    background: linear-gradient(180deg, #0D3E7D 19.05%, #1871E3 136.38%), rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(75px);
    /*backdrop-filter: blur(75px);*/
}

.career-inner-advantages-card-text {
    margin-top: auto;
}

.career-inner-advantages-card-text p {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px; /* 158.333% */
    letter-spacing: -0.48px;
    min-height: 76px;
}

.career-inner-advantages-cards .large {
    grid-area: large;
    height: 356px;
}

.career-inner-advantages-cards .small:nth-child(2) {
    grid-area: small1;
    height: 168px;
}

.career-inner-advantages-cards .small:nth-child(3) {
    grid-area: small2;
    height: 168px;
}

.career-inner-advantages-cards .small:nth-child(4) {
    grid-area: small3;
    height: 168px;
}

.career-inner-advantages-cards .small:nth-child(5) {
    grid-area: small4;
    height: 168px;
}

.career-inner-advantages-card-icon img {
    object-fit: contain;
}

.company-stories {
    padding-top: 80px;
    position: relative;
}

.company-stories-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.company-stories-top h4 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px; /* 120% */
    letter-spacing: -0.8px;
}


.company-stories-body-image img {
    width: 267px;
    height: 260px;
    flex-shrink: 0;
    border-radius: 20px;
    object-fit: cover;
}

.company-stories-embla-slide-inner {
    display: flex;
    align-self: center;
    column-gap: 20px;
}

.company-stories-body-text {
    flex-grow: 1;
    width: 100%;
    height: 260px;
    padding: 40px;
    border-radius: 20px;
    background: #1A4F92;
}

.company-stories-body-text h3 {
    max-width: 696px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.48px;
}

.company-stories-body-text .bottom {
    margin-top: 66px;
}

.company-stories-body-text .bottom p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.4px;
}

.company-stories-body-text .bottom span {
    color: rgba(255, 255, 255, 0.40);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.4px;
}

.company-stories-embla-slide {
    flex: 0 0 100%;
    min-width: 0;
    padding-left: 0px;
}

.company-stories-embla-container {
    display: flex;
    gap: 20px;
}

.company-stories-inner-embla {
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 2;
}


.company-stories-slide-button {
    display: flex;
    width: 52px;
    height: 52px;
    padding: 11.154px 13.385px;
    align-items: center;
    gap: 4.462px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #1A4F92;
    cursor: pointer;
}

.company-stories-slide-button.next {
    position: absolute;
    right: 16px;
    top:70px;
    z-index: 10;
}

.company-stories-slide-button.prev {
    position: absolute;
    right: 75px;
    top:70px;
    z-index: 10;
}



.company-stories-slide-button.next::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-48%, -50%);
    background: url("../images/arrow.svg") no-repeat center;
    transition: var(--transition-second);
    background-size: 10px;
}

.company-stories-slide-button.prev::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-48%, -50%);
    background: url("../images/arrow-prev.svg") no-repeat center;
    transition: var(--transition-second);
    background-size: 10px;
}


.az_con-life {
    margin-top: 100px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 80px;
    padding-bottom: 140px;
}

.az_con-life_left h4 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px; /* 120% */
    letter-spacing: -0.8px;
}

.az_con-life_left p {
    margin-top: 48px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
}

.az_con-life_left ul {
    list-style: none;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.az_con-life_left ul li, .about-program ul li {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    position: relative;
    padding-left: 30px;
}

.az_con-life_left ul li:after, .about-program ul li:after {
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background: url("../images/list-icon.svg");
}

.az_con-life_right img {
    width: 100%;
    border-radius: 20px;
}

.career-inner-vacancies {
    position: relative;
    padding-top: 50px;
}

.career-inner-vacancies::after {
    position: absolute;
    width: 100%;
    height: 43px;
    content: "";
    top: -63px;
    left: 0;
    background: #1A4F92;
    clip-path: polygon(0 100%, 100% 0%, 100% 100%);
    z-index: 4;
}

.career-inner-vacancies-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
}

.career-inner-vacancies-top h3 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px; /* 120% */
    letter-spacing: -0.8px;
}

.career-inner-vacancies-top .simple-link {
    color: #FFF;
    text-align: right;
    font-size: 9.75px;
    font-style: normal;
    font-weight: 600;
    line-height: 12.75px; /* 130.769% */
    text-transform: uppercase;
}

.career-inner-vacancies-body {
    margin-top: 40px;
}

.career-inner-vacancies-body .vacancies-list {
    border-radius: 15px !important;
    background: rgba(255, 255, 255, 0.10) !important;
}

.career-inner-vacancies-body .vacancies-title h2 {
    color: #fff;
}

.career-inner-vacancies-body .vacancies-list-date span {
    color: rgba(255, 255, 255, 0.50);
}

.career-inner-vacancies-body .vacancies-list-date time {
    color: #fff;
}

.career-inner-vacancies-body .vacancies-list-link .simple-link {
    color: #FFF;
}


.career-inner-vacancies-body .vacancies-list-link .simple-link-arrow {
    border: 1.5px solid rgba(255, 255, 255, 0.3) !important;
}

.career-inner-vacancies-body .vacancies-list-link .simple-link-arrow::after {
    background: url("../images/arrow.svg") no-repeat center;
}

.vacancies-list-link .simple-link-arrow::before {
    background: url("../images/arrow.svg") no-repeat center;
}


.career-inner-vacancies-bottom {
    margin-top: 25px;
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.career-inner-vacancies-bottom-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.10);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.career-inner-vacancies-bottom-text h4 {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}

.career-inner-vacancies-bottom-text p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.application-form form {
    margin-top: 40px;
    display: flex;
    max-width: 850px;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 16px;
    background: #F2F8FF;
}

.application-form form h3 {
    color: #000;
    font-feature-settings: 'liga' off;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 125% */
    letter-spacing: -0.64px;
}

.application-form .form-inner {
    width: 100%;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.application-form-inputs {
    flex-grow: 1;
    display: flex;
    /*align-items: center;*/
    column-gap: 20px;
    width: 100%;
}

.application-form-input {
    flex-grow: 1;
    width: 100%;
}

.application-form-input label {
    display: block;
    margin-bottom: 8px;
    color: #1A4F92;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    /*text-transform: uppercase;*/
}

.application-form-input input {
    width: 100%;
    display: flex;
    padding: 18px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 10px;
    background: #E3F0FF;
    color: rgba(26, 79, 146, 1);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    border: 1px solid transparent;
}

.other-country-block{
    margin-top: 8px;
    display: flex;
    align-items: flex-end;
    column-gap: 8px;
}

.other-country-block input{
    appearance: none;
    width: 16px !important;
    height: 16px !important;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    background-image: url('../images/checkbox2.svg');
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    outline: none;
    transition: all 0.1s linear;
}

.other-country-block input:checked {
    width: 16px !important;
    height: 16px !important;
    background-color: transparent;
    background-size: contain;
    background-image: url('../images/checked-checkbox2.svg');
    background-repeat: no-repeat;
}

.other-country-block label{
    margin-bottom: 0;
    user-select: none;
    color: #7093BE;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 142.857% */
    text-transform: none;
    cursor: pointer;
}

.application-form-input input::placeholder {
    color: rgba(26, 79, 146, 0.30);
}

.file-upload-wrapper {
    border: 2px dashed #b3c7e6;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    background-color: #f1f6fd;
    position: relative;
    cursor: pointer;
    transition: border-color 0.3s;
}

.file-upload-wrapper:hover {
    border-color: #87A2C6;
}

.file-upload-wrapper input[type="file"] {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.file-upload-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #2c4b8d;
    font-size: 15px;
}

.file-upload-label .icon {
    border-radius: 4px;
    background: #E3F0FF;
    display: inline-flex;
    padding: 6px;
    align-items: flex-start;
    gap: 10px;
}

.file-upload-label span {
    color: #333;
    font-feature-settings: 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.upload-note {
    margin-top: 10px;
    color: #1A4F92;
    font-feature-settings: 'liga' off;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
}

.application-form-button {
    margin-top: 20px;
}

.application-form-success-inner-link button {
    margin-top: 15px;
    cursor: pointer;
}

.application-form-button .border-link-arrow {
    margin: 0 !important;
}

.application-form-button .border-link-text {
    color: #1A4F92;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 133.333% */
    letter-spacing: 7.2px;
    text-transform: uppercase;
}

.application-form-button .border-link-arrow {
    border: 1.5px solid #1A4F924D;
}

.application-form-button .border-link {
    background: #E3F0FF;
    column-gap: 10px;
}

.application-form-button .border-link-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-150%, -50%);
    background: url(../images/arrow-blue.svg) no-repeat center;
    transition: var(--transition-second);
}

.application-form-button .border-link-arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url(../images/arrow-blue.svg) no-repeat center;
    transition: var(--transition-second);
}

.application-form-button .border-link::before, .application-form-button .border-link::after {
    border-color: #1A4F92;
}

.application-form-button .border-link-corner-top-right, .application-form-button .border-link-corner-bottom-left {
    border-color: #1A4F92;
}

.file-upload-wrapper.dragover {
    border-color: #1a66d1;
    background-color: #e8f0ff;
}

.success-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.application-form-success {
    flex-grow: 1;
    display: flex;
    max-width: 856px;
    height: 584px;
    padding: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 16px;
    background: #F2F8FF;
}

.application-form-success-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 32px;
}

.application-form-success-inner .icon {
    display: flex;
    width: 80px;
    height: 80px;
    padding: 20px;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    background: rgba(56, 167, 73, 0.10);
}

.application-form-success-inner .text h3 {
    color: #000;
    text-align: center;
    font-feature-settings: 'liga' off;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 128.571% */
    letter-spacing: -0.56px;
    margin-bottom: 10px;
}

.application-form-success-inner .text p {
    max-width: 462px;
    color: #242A0B;
    text-align: center;
    font-feature-settings: 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.application-form-success-inner-link .border-link {
    background: rgba(24, 105, 185, 0.90);
    color: #fff;
    width: 238px;
    height: 52px;
}

.application-form-success-inner-link .border-link::before, .application-form-success-inner-link .border-link::after {
    border-color: transparent;
}

.application-form-success-inner-link .border-link-corner-top-right, .application-form-success-inner-link .border-link-corner-bottom-left {
    border-color: transparent;
}


.about-first-section {
    padding: 180px 0 70px 0;
    background-image: url('../images/content/about-bg.png');
    background-size: cover;
}

.about-page-content {
    position: relative;
    top: -20px;
    background-color: #1B5AA9;
    padding: 85px 0 80px 0;
    border-radius: 20px 20px 0 0;
}

.about-page-content-inner {
    display: grid;
    grid-template-columns: auto 400px;
    column-gap: 50px;
}

.about-page-content-inner .left {
    width: 100%;
    flex-grow: 1;
}

.about-page-content-inner .left h3 {
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 68px; /* 113.333% */
    letter-spacing: -1.2px;
}

.about-page-content-inner .right {
    display: flex;
    flex-direction: column;
    row-gap: 13px;
}

.about-page-content-inner .right p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 144.444% */
}

.about-page-content-portfolio {
    margin-top: 80px;
}

.about-page-content-portfolio .top-text p {
    max-width: 731px;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.48px;
}

.about-page-content-portfolio .portfolio-inner-lists {
    margin-top: 40px;
}

.error-text {
    display: block;
    color: red;
    font-size: 14px;
    margin-top: 4px;
}

.is-invalid {
    border: 1px solid red !important;
}

.is-invalid-dashed {
    border-color: red !important;
}

.page-search {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: radial-gradient(88.69% 88.69% at 50% 0%, rgba(26, 79, 146, 0.95) 0%, rgba(8, 24, 44, 0.95) 100%);
    display: flex;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: var(--transition-second);
}

.page-search.open {
    opacity: 1;
    pointer-events: auto;
}

.page-search .search-overlay {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 113px;
}

.page-search form {
    width: 650px;
    height: 75px;
    position: relative;
}


.page-search .search-reset-btn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.page-search .search-btn {
    position: absolute;
    right: 64px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.page-search form input {
    width: 100%;
    padding: 21px 0;
    border-bottom: 1px solid #fff;
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.5px;
}

.page-search form input::placeholder {
    color: #FFF;
    opacity: 0.5;
}

.search-result-top h3 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 125% */
}

.search-result-inner {
    max-width: 780px;
}

.search-result-lists {
    margin-top: 24px;
}

.search-result-lists li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    padding: 20px 0;
    border-bottom: 1px solid #87A2C6;
    transition: var(--transition);
}

.search-result-lists li a:hover {
    color: #104B96;
}


.search-result-lists li a:hover .icon {
    background: #EAF3FF;
}


.search-result-lists .icon {
    transition: var(--transition);
    display: flex;
    padding: 6px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 8px;
    background: #F3F6F7;
}

.company-structure-svg {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}


.company-structure-top {
    display: flex;
    justify-content: center;
}

.company-structure-top a {
    display: inline-flex;
    margin: 0 auto;
    padding: 40px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 22px;
    background: #FFF;
}

.company-structure-top a img {
    width: 124px;
    height: 124px;
    object-fit: contain;
}

.company-structure-body {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.company-structure-fill {
    width: max-content;
    display: flex;
    padding: 20px 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    background: linear-gradient(139deg, #104B96 23.4%, #051830 150.62%);
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 140% */
}

.outer-box {
    display: inline-flex;
    padding: 6px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 22px;
    border: 1px solid rgba(26, 79, 146, 0.20);
    position: relative;
}


.company-structure-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
}

.company-structure-item:nth-child(2) {
    flex-grow: 1;
}

.outer-box:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 1px;
    height: 20px;
    background: rgba(26, 79, 146, 0.20);
}

.outer-box-without {
    position: relative;
}

.outer-box-without:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 1px;
    height: 20px;
    background: rgba(26, 79, 146, 0.20);
}

.outer-box-without:last-child:after {
    display: none;
}

.company-structure-outline {
    width: 220px;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    display: inline-flex;
    padding: 16px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    border: 1px solid #D1DCE9;
    background: #FFF;
    box-shadow: 0 102px 29px 0 rgba(15, 76, 150, 0.00), 0 66px 26px 0 rgba(15, 76, 150, 0.00), 0 37px 22px 0 rgba(15, 76, 150, 0.01), 0 16px 16px 0 rgba(15, 76, 150, 0.02), 0 4px 9px 0 rgba(15, 76, 150, 0.03);
    transition: var(--transition-second);
}

.company-structure-outline:hover {
    border-radius: 12px;
    border: 1px solid #2B6DC2;
    background: #FFF;
    box-shadow: 0 149px 42px 0 rgba(36, 121, 224, 0.00), 0 96px 38px 0 rgba(36, 121, 224, 0.01), 0 54px 32px 0 rgba(36, 121, 224, 0.05), 0 24px 24px 0 rgba(36, 121, 224, 0.09), 0 6px 13px 0 rgba(36, 121, 224, 0.10);
}

.company-structure-svg img {
    width: 85%;
}

.load-more-vacancies {
    margin-top: 100px;
}

.load-more-vacancies h4 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px; /* 120% */
    letter-spacing: -0.8px;
}

.load-more-vacancies-lists {
    margin-top: 40px;
    display: flex;
    gap: 20px;
    padding-bottom: 10px;
}

.load-more-vacancies-lists-embla {
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 2;
}

.load-more-vacancies-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.load-more-vacancies-list {
    padding: 32px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.10);
    flex: 0 0 250px;
    min-width: 0;
}

.load-more-vacancies-navigation {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.load-more-vacancies-button {
    width: 52px;
    height: 52px;
    background: white;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.load-more-vacancies-button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-48%, -50%);
    background: url("../images/arrow-blue.svg") no-repeat center;
    transition: var(--transition-second);
    background-size: 10px;
}

.load-more-vacancies-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-150%, -50%);
    background: url("../images/arrow-blue.svg") no-repeat center;
    transition: var(--transition-second);
    background-size: 10px;
}


.load-more-vacancies-button:hover::after {
    transform: translate(50%, -50%);
}

.load-more-vacancies-button:hover::before {
    transform: translate(-48%, -50%);
}

.load-more-vacancies-button.prev {
    transform: rotate(180deg);
}

.load-more-vacancies-lists-embla__container {
    display: flex;
    gap: 20px;
}


.load-more-vacancies-list .image img {
    filter: brightness(0) invert(1);
}

.load-more-vacancies-list .text {
    margin-top: 20px;
}

.load-more-vacancies-list .text p {
    max-width: 182px;
    height: 84px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 140% */
}

.load-more-vacancies-list-link {
    margin-top: 32px;
}


.load-more-vacancies-list-link .simple-link {
    color: #fff;
    font-size: 10px;
    line-height: 12.75px;
}

.digital-services-content h4 {
    max-width: 650px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
}

.digital-services-content-lists {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.digital-services-content-list {
    height: 243px;
    padding: 24px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: radial-gradient(65.62% 65.62% at 80% 85%, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100%);
    display: flex;
    flex-direction: column;
}

.digital-services-content-list h5 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    margin-bottom: 8px;
}

.digital-services-content-list p {
    color: rgba(0, 0, 0, 0.50);;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.digital-services-content-list a {
    margin-top: auto;
    display: block;
    color: #1B64BF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}


.digital-services-content-right .tab-content {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    position: absolute;
    width: 100%;
    pointer-events: none;
}

.digital-services-content-right .tab-content.active {
    opacity: 1;
    visibility: visible;
    position: relative;
    pointer-events: auto;
}


.corporate-governance-cover .title {
    max-width: 496px;
    text-align: left !important;
    color: #FFF;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 108.108% */
    letter-spacing: -1.11px;
}

.corporate-governance-cover .page-cover-right-top {
    text-align: left;
}

.corporate-governance-cover .page-cover-right {
    width: 50%;
}

.corporate-governance-cover .animated-desc {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    row-gap: 13px;
}

.corporate-governance-cover .animated-desc p {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 150% */
}

.corporate-governance-cover {
    height: 100svh;
    padding-top: 150px;
}

.contact-page-cover{
    height: 65svh !important;
    padding-top: 50px;
}

.contact-page-cover h1{
    min-width: 1125px;
}

.management-priorities {
    position: relative;
    padding: 100px 0 135px 0;
    background: linear-gradient(180deg, #0D3E7D 0%, #1871E3 215.25%), #1A4F92;
}

/*.management-priorities::after {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 55px;*/
/*    content: "";*/
/*    top: -55px;*/
/*    left: 0;*/
/*    background: #0D3E7D;*/
/*    clip-path: polygon(0 100%, 100% 0%, 100% 100%);*/
/*    z-index: 4;*/
/*}*/

.management-priorities-title h4 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px; /* 120% */
    letter-spacing: -0.8px;
}

.management-priorities-lists {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.management-priorities-list {
    padding: 20px;
    border-radius: 15px;
    background: #FFF;
    background-image: url("../images/content/managment-priorities-card-bg.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
}

.management-priorities-list-top {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.management-priorities-list-top .image {
    display: flex;
    width: 50px;
    height: 50px;
    padding: 9px;
    align-items: center;
    gap: 10px;
    border-radius: 90px;
    background: #0F4589;
}

.management-priorities-list-top h3 {
    max-width: 444px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
}

.management-priorities-list-body {
    margin-top: 20px;
}

.management-priorities-list-body ul {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.management-priorities-list-body ul li {
    max-width: 490px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 135.714% */
    position: relative;
    padding-left: 26px;
}


.management-priorities-list-body ul li:after {
    width: 18px;
    height: 18px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("../images/list-icon2.svg");
    background-repeat: no-repeat;
}

.financial-priorities {
    position: relative;
    background: #fff;
    padding: 80px 0 135px 0;
}

.financial-priorities::after {
    position: absolute;
    width: 100%;
    height: 55px;
    content: "";
    top: -55px;
    left: 0;
    background: #fff;
    clip-path: polygon(0 100%, 100% 0%, 100% 100%);
    z-index: 4;
}

.financial-priorities-top h4 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px; /* 120% */
    letter-spacing: -0.8px;
}

.financial-priorities-lists {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.financial-priorities-list {
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    border-radius: 15px;
    background: #104B96;
    background-image: url("../images/content/financial-priorities-bg.svg");
    background-repeat: no-repeat;
    background-size: 320px 320px;
    background-position: 200px top;
}

.financial-priorities-list-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    align-items: flex-start;
}

.financial-priorities-list-inner .left {
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.financial-priorities-list-inner .left .image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.financial-priorities-list-inner .left h3 {
    flex: 1 0 0;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
}

.financial-priorities-list-inner .right {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    min-height: 150px;
}

.financial-priorities-list-inner .right p {
    flex: 1 0 0;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.risk-management {
    position: relative;
    background: linear-gradient(180deg, #0D3E7D 0%, #1871E3 215.25%), #1A4F92;
    padding: 80px 0;
}

.risk-management::after {
    position: absolute;
    width: 100%;
    height: 55px;
    content: "";
    top: -55px;
    left: 0;
    background: #0D3E7D;
    clip-path: polygon(0 100%, 100% 0%, 100% 100%);
    z-index: 4;
}


.risk-management-top {
    display: flex;
    column-gap: 60px;
}

.risk-management-top .left h4 {
    max-width: 414px;
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px; /* 120% */
    letter-spacing: -0.8px;
}

.risk-management-top .right {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.risk-management-top .right p {
    max-width: 650px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.risk-management-body {
    margin-top: 95px;
}

.risk-management-lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.risk-management-list {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex-shrink: 0;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.10);
}

.risk-management-list h3 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
    min-height: 64px;
}

.risk-management-list p {
    color: rgba(255, 255, 255, 0.60);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    min-height: 160px;
}

.page-portfolio-desc {
    max-width: 700px;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.page-portfolio-desc p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.page-portfolio h1 {
    max-width: 700px;
}

.about-inner-new-lists {
    margin-top: 40px;
}

.grecaptcha-badge{
    display: none !important;
}

/* ============================================================ */
/* INNER PAGES STYLES END */
/* ============================================================ */

/* ============================================================ */
/* FOOTER STYLES START */
/* ============================================================ */

footer {
    background: #1a4f92;
    z-index: 2;
    position: relative;
    padding-top: 60px;
}

.footer-quick-links {
    display: flex;
    padding: 50px 0;
}

.footer-links-title {
    width: calc((100vw - 1125px + 40px) / 2 + 188px);
    padding: 0 0 0 calc((100vw - 1125px + 0px) / 2);
}

.footer-links-title-wrap {
    padding: 0 25px;
}

.footer-links-title-wrap p {
    font-size: 20px;
    font-weight: 500;
    min-height: 60px;
}

.footer-links-title-wrap span {
    font-size: 12px;
    display: block;
    color: var(--text-color);
}

.footer-links-navigation {
    display: flex;
    gap: 8px;
    margin: 15px 0 0 0;
}

.footer-links-button {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
}

.footer-links-button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-47%, -50%);
    background: url("../images/arrow-blue.svg") no-repeat center;
    transition: var(--transition-second);
    background-size: 10px;
}

.footer-links-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-150%, -50%);
    background: url("../images/arrow-blue.svg") no-repeat center;
    transition: var(--transition-second);
    background-size: 10px;
}

.footer-links-button:hover::after {
    transform: translate(50%, -50%);
}

.footer-links-button:hover::before {
    transform: translate(-50%, -50%);
}

.footer-links-button.prev {
    transform: rotate(180deg);
}

.footer-links-wrap {
    flex: 1;
    width: calc((100vw - 1125px + 40px) / 2 + 188px);
}

.footer-links-slider {
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.footer-links-embla {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

.footer-links-embla-container {
    display: flex;
    height: 100%;
}

.footer-links-embla::after {
    position: absolute;
    width: 12px;
    height: 100%;
    content: "";
    top: 0px;
    left: 0;
    background: linear-gradient(
        to left,
        rgba(26, 79, 146, 0) 0%,
        rgba(26, 79, 146, 1) 100%
    );
    display: block;
}

.footer-link-item {
    flex: 0 0 230px;
    padding: 0 0 0 12px;
}

.footer-link-item a {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(75px);
    border-radius: 10px;
    padding: 15px 20px;
    color: white;
    text-decoration: none;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.footer-link-item p {
    font-size: 13px;
    font-weight: 500;
}

.footer-link-item span {
    font-size: 12px;
    color: var(--text-color);
}

footer .large-wrap {
    display: flex;
}

.footer-logo-col {
    width: 200px;
}

.footer-right-col {
    flex: 1;
}

.footer-logo {
    width: 120px;
    height: 36px;
    background: url("../images/logo.svg") no-repeat center;
    background-size: contain;
    display: block;
}

.footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 45px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin: 40px 0 0 0;
}

.footer-links {
    display: flex;
    justify-content: space-between;
}

.footer-links-col:nth-child(1) {
    width: 60%;
}

.footer-links-col:nth-child(1) .footer-links-list {
    columns: 2;
}

.footer-links-col:nth-child(2) {
    width: 35%;
    box-sizing: border-box;
    padding: 0 0 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-links-col p {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
}

.footer-links-list li {
    margin: 0 0 10px 0;
}

.footer-socials {
    display: flex;
    gap: 12px;
    margin: 30px 0 10px 0;
}

.footer-socials a {
    width: 45px;
    height: 45px;
    background: radial-gradient(
        50% 50% at 80% 85%,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
}

.footer-socials a::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    content: "";
    transition: var(--transition-second);
    display: block;
}

.footer-socials a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-150%, -50%);
    content: "";
    transition: var(--transition-second);
    display: block;
}

.footer-socials a:hover::after {
    transform: translate(50%, -50%);
}

.footer-socials a:hover::before {
    transform: translate(-50%, -50%);
}

.linkedin::after,
.linkedin::before {
    background: url("../images/linkedin.svg") no-repeat center;
}

.facebook::after,
.facebook::before {
    background: url("../images/facebook.svg") no-repeat center;
}

.instagram::after,
.instagram::before {
    background: url("../images/instagram.svg") no-repeat center;
}

.x::after,
.x::before {
    background: url("../images/x.svg") no-repeat center;
}

.youtube::after,
.youtube::before {
    background: url("../images/youtube.svg") no-repeat center;
}

.footer-links-list li a,
.jis span {
    text-decoration: none;
    background-image: linear-gradient(90deg, white, white);
    background-repeat: no-repeat;
    background-size: 0% 1px;
    background-position: left bottom;
    transition: var(--transition-second);
}

.footer-links-list li a:hover,
.jis:hover span {
    background-size: 100% 1px;
}

.jis {
    display: flex;
}

.jis strong {
    font-weight: normal;
    background: url("../images/jis.svg") no-repeat center left;
    padding: 0 0 0 28px;
    margin: 0 0 0 10px;
}

.carbon_toggle{
    margin-top: 30px;
}

.carbon_toggle label{
    display: flex;
    align-items: center;
    column-gap: 12px;
    cursor: pointer;
}

.carbon_toggle label input{
    display: none;
}

.carbon_toggle_bg{
    cursor: pointer;
    position: relative;
    display: flex;
    width: 48px;
    height: 28px;
    padding: 3px;
    align-items: center;
    gap: 6px;
    border-radius: 60px;
    border: 1.269px solid rgba(255, 255, 255, 0.20);
    background: radial-gradient(65.62% 65.62% at 80% 85%, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100%);
}

.carbon_toggle_icon{
    position: absolute;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    border-radius: 44px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 2px;
    transition: var(--transition-fast);
}

.carbon_toggle_icon svg{
    transition: var(--transition-fast);
    color: #5CBE1D;
}

.carbon_toggle label input:checked + .carbon_toggle_bg .carbon_toggle_icon{
    left: 21px;
    background: #5CBE1D;
}

.carbon_toggle label input:checked + .carbon_toggle_bg .carbon_toggle_icon svg{
    color: #fff;
}

.carbon_toggle span{
    display: block;
}

img{
    transition: var(--transition-second);
}

.loader {
    border: 2px solid #f3f3f3;
    border-top: 2px solid rgba(24, 105, 185, 0.90);
    border-radius: 50%;
    width: 14px;
    height: 14px;
    animation: spin 0.8s linear infinite;
    display: inline-block;
    vertical-align: middle;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.media-tab-text{
    margin-top: 30px;
    font-size: 20px;
}

.media-tab-text a{
    text-decoration: underline;
}


.about-program{
    padding-top: 70px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px;
}

.about-program .left{
    max-width: 740px;
}

.about-program .left h3, .about-program .left h1, .about-program .left h2, .about-program .left h4, .about-program .left h5, .about-program .left h6{
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px; /* 120% */
    letter-spacing: -0.8px;
    margin-bottom: 24px;
}


.about-program .left p{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 10px;
}

.about-program ul, .about-program ol{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-top: 10px;
}

.about-program ul li, .about-program ol li {
    max-width: 490px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.about-program .right{
    display: flex;
    width: 298px;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    border-radius: 16px;
    background: #E3F0FF;
    flex-shrink: 0;
}

.about-program .right span{
    color: #909CAA;
    font-feature-settings: 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}

.about-program .right p{
    color: #000;
    font-feature-settings: 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.about-program .right p strong{
    color: #000;
    font-feature-settings: 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}

.objective-program{
    margin-top: 80px;
}

.objective-program .top h3{
    max-width: 740px;
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px; /* 120% */
    letter-spacing: -0.8px;
}

.objective-program .body{
    margin-top: 32px;
}

.objective-program .body .cards{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.objective-program .body .cards .card{
    width: 100%;
    flex-shrink: 0;
    border-radius: 20px;
    background: #1A4F92;
    padding: 32px;
    display: flex;
    flex-direction: column;
}

.objective-program .body .cards .card h4{
    max-width: 370px;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.48px;
    min-height: 62px;
}

.objective-program .body .cards .card .desc{
    margin-top: 25px;
}

.objective-program .body .cards .card p{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.advantages-program{
    margin-top: 80px;
    display: flex;
    column-gap: 20px;
}

.advantages-program .left{
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-radius: 20px;
    border: 1px solid #E7E7E7;
}

.advantages-program .left h3, .advantages-program .left h2, .advantages-program .left h1, .advantages-program .left h4 , .advantages-program .left h5, .advantages-program .left h6{
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; /* 125% */
    letter-spacing: -0.32px;
    margin-bottom: 20px;
}

.advantages-program .left p{
    max-width: 500px;
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 144.444% */
}

.advantages-program .left ul{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.advantages-program .left .top ol{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-top: 10px;
    margin-left: 20px;
}

.advantages-program .left .top ol li{
    max-width: 490px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.advantages-program .bottom{
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 20px;
    background: #F2F8FF;
    margin-top: auto;
}

.advantages-program .bottom strong{
    color: #242A0B;
    font-feature-settings: 'liga' off;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 144.444% */
}

.advantages-program .bottom p{
    color: #242A0B;
    font-feature-settings: 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.advantages-program  ul li {
    max-width: 520px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 135.714% */
    position: relative;
    padding-left: 26px;
}


.advantages-program ul li:after {
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    background: url("../images/list-icon2.svg");
    background-repeat: no-repeat;
}

.advantages-program .right img{
    width: 554px;
    height: 370px;
    object-fit: cover;
    /*object-position: 0 -65px;*/
    border-radius: 20px;
    flex-shrink: 0;
}

.institutions{
    padding: 80px 0;
}

.institutions h4{
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; /* 125% */
    letter-spacing: -0.32px;
}

.institutions-body{
    margin-top: 32px;
}

.institutions-lists{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.institutions-lists .text h3{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
}

.institutions-list{
    display: flex;
    height: 160px;
    padding: 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 12px;
    border: 1px solid #E6E6E6;
    background: #FFF;
}

.institutions-list .image img{
    max-width: 70px;
    max-height: 70px;
    object-fit: contain;
}

.internship-detail-inner .top h1{
    max-width: 755px;
    color: #000;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 108.108% */
    letter-spacing: -1.11px;
}

.internship-detail-inner .top .desc{
    max-width: 920px;
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.internship-detail-inner .top .desc p{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.internship-detail-inner .form{
    margin-top: 32px;
}

.internship-detail-inner .form form{
    display: flex;
    flex-direction: column;
    row-gap: 50px;
}

.internship-detail-inner .form h3{
    color: #1A4F92;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
    margin-bottom: 4px;
}

.internship-detail-inner .personal-information{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.internship-detail-inner .education-information, .internship-detail-inner .experience-activities, .internship-detail-inner .opportunity-participate , .internship-detail-inner .motivation-letter, .internship-detail-inner .institution-field{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.internship-detail-inner .language-skills, .internship-detail-inner .computer-skills, .internship-detail-inner .student-cart{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.knowledge-information{
    width: 100%;
    flex-grow: 1;
    display: flex;
    column-gap: 20px;
}

.knowledge-information .language-skills{
    width: 100%;
}

.knowledge-information .computer-skills{
    width: 100%;
}

.education-university{
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.internship-detail-inner .education-years{
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.internship-detail-inner .education-item{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.internship-action-buttons{
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.internship-detail-inner .form-add-btn{
    display: flex;
    padding: 12px 14px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid #1A4F92;
    color: #1A4F92;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    cursor: pointer;
}

.internship-detail-inner .form-remove-btn{
    display: flex;
    padding: 12px 14px;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    border-radius: 10px;
    background: rgba(255, 85, 85, 0.10);
    color: #F55;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
#education-wrapper , #language-skills-wrapper, #computer-skills-wrapper{
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.internship-detail-inner .motivation-letter label{
    display: flex;
    align-items: center;
    column-gap: 8px;
}


.motivation-letter .tooltip-container{
    display: flex;
    align-items: center;
    column-gap: 8px;
    margin-bottom: 8px;
}

.motivation-letter .tooltip-container label{
    margin-bottom: 0;
}

.motivation-letter .tooltip {
    position: relative;
    display: inline-block;
}

.motivation-letter .tooltip img {
    width: 20px;
    height: 20px;
    cursor: pointer;
    vertical-align: middle;
}

.motivation-letter .tooltip-box {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: var(--transition);
    position: absolute;
    top: 35px;
    left: -80px;
    display: flex;
    width: 648px;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 10px;
    background: #FFF;
    z-index: 10;
    font-size: 13px;
    color: #1f2937;
    line-height: 1.5;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.04)) drop-shadow(0 17px 17px rgba(0, 0, 0, 0.03)) drop-shadow(0 39px 23px rgba(0, 0, 0, 0.02)) drop-shadow(0 69px 28px rgba(0, 0, 0, 0.01)) drop-shadow(0 109px 30px rgba(0, 0, 0, 0.00));
}


.motivation-letter .tooltip:hover .tooltip-box {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}


.motivation-letter .tooltip-box p {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 133.333% */
}

.motivation-letter .tooltip-box ul {
    margin: 4px 0 10px 18px;
    padding: 0;
    list-style: disc;
}

.motivation-letter .tooltip-box li {
    margin-bottom: 4px;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
}

.motivation-letter .tooltip-box::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 78px;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
}

.news-detail-slider{
    margin-top: 30px;
}

.news-detail-slider iframe{
    border-radius: 20px;
    width: 100%;
    height: 500px;
}

.border-link-static-color .border-link{
    background: #5998D4;
}

.vacancies-page-empty h4, .vacancies-page-empty p{
    color: #000;
}

.vacancies-page-empty .career-inner-vacancies-bottom-icon{
    background: #5998D4;
}

.locale-mobile{
    display: none;
}

.about-values{
    padding: 100px 0;
}

.values-inner h3{
    color: #000;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px; /* 120% */
}

.values-inner-cards{
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap:20px;
    row-gap: 90px;
}

.values-inner-card img{
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.values-inner-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.values-inner-card .text{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

.values-inner-card .text h5{
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
}
.values-inner-card .text p{
    max-width: 408px;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 135.714% */
}


.about-advantages{
    /*margin-top: 80px;*/
    position: relative;
    top: -100px;
    /*padding-bottom: 80px;*/
}

.about-advantages-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* 1-ci kart full width */
.about-advantages-card:nth-child(1) {
    grid-column: 1 / -1;
}

.about-advantages-card{
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(77px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    padding: 32px;
}

.about-advantages-card h5{
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
}

.about-advantages-card p{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.vacancy-deadline {
    max-width: 650px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 20px;
    min-height: 450px;
}

.vacancy-deadline h4{
    color: #000;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 128.571% */
    letter-spacing: -0.56px;
}

.vacancy-deadline p{
    max-width: 460px;
    margin: 0 auto;
    color: #242A0B;
    text-align: center;
    font-feature-settings: 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

/* ============================================================ */
/* FOOTER STYLES END */
/* ============================================================ */
