/*munich_team*/
.munich_team_header {
    position: relative;
    padding: 90px 0;
}

.munich_team_header .bg {
    max-width: 400px;
    height: 400px;
    border-radius: 50%
}

@media (max-width: 990px) {
    .munich_team_header .bg {
        margin-bottom: 2rem;
    }
}

.munich_team_header h1 {
    font-size: 36px;
    line-height: 44px;
    font-weight: bold;
}

.single_program .description,
.munich_team_header .short_description {
    font-size: 1.5rem;
    line-height: 1.813rem;
}

.munich_team_header:before {
    position: absolute;
    content: '';
    left: 0;
    top: -120px;
    width: 100%;
    height: calc(100% + 120px);
    z-index: -1;
    background-color: #F5F5F5;
    background-color: #EEF7FF;
}

.information_about_person {
    margin-bottom: 241px;
}

/*single_program*/
.single_program h1 {
    font-weight: bold;
    font-size: 41px;
    line-height: 50px;
}

.single_program h2 {
    font-weight: bold;
}

.section_program_main {
    position: relative;
    padding-bottom: 5rem;
    overflow: hidden;
    margin-top: 1.5rem;
}

/*specialisations_section*/
.specialisations_section {
    padding-top: 52px;
}

.specialisations_section.bg-gray {
    position: relative;
    padding: 80px 0;
}

.specialisations_section.bg-gray::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #F5F5F5;
    z-index: -1;
}

.specialisations_section .description {
    margin-bottom: 135px;
}

.specialisations_section.bg-gray .description {
    margin-bottom: 0 !important;
}

.specialisation_item {
    padding: 26px 40px;
}

.specialisation_item h3 {
    font-weight: bold;
    font-size: 2.25rem;
    line-height: 2.75rem;
}

.specialisation_item:nth-child(odd) {
    background-color: #E9F3FF;
}

/*goals_section*/
.goals_section {
    padding-top: 4rem;
    padding-bottom: 6rem;
    position: relative;
}

.single-programs .faculty_expertise_section:before,
.goals_section:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #EEF7FF;
    z-index: -1;
}

.goals_section .tab-buttons-content {
    display: flex;
    justify-content: center;
}

.goals_section .tab-button {
    background-color: transparent;
    max-width: 357px;
    border-radius: 28px 28px 0 0;
    border: 1px solid #707070;
    border-bottom: 0 solid transparent;
    padding: 15px;
    margin-right: 1px;
    text-align: left;
    font-weight: 400;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    color: #1F1B51;
}

.goals_section .tab-button.active {
    background-color: #fff;
    border: 1px solid transparent;
    color: #1F1B51;
    font-weight: bold;
}

.goals_list_sub_title {
    font-weight: bold;
    font-size: 41px;
    line-height: 50px;
    display: inline-block;
    padding-right: 12px;
    margin-right: 12px;
    position: relative;
}

.goals_list_sub_title:before {
    position: absolute;
    content: '';
    right: 0;
    height: 100%;
    width: 1px;
    background-color: #1F1B51;
}


.goals_list {
    margin-bottom: 57px;
}

.goals_list h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 30px;
}

.goals_section .tab-contents {
    width: 100%;
    height: 100%;
}

.goals_section .tab-contents {
    border: 1px solid #fff;
    border-radius: 51px;
    background-color: #fff;;
}

.goals_item_wrapper {
    max-width: 1000px;
    margin: 64px auto;
}

.goals_item {
    margin-bottom: 0.75rem;
}

.goals_item h3 {
    text-transform: uppercase;
    color: #1F1B51;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    min-width: 51px;
}

/*section_contact_program*/

.section_contact_program {
    position: relative;
    padding: 5rem 0;
    margin: 8rem 0;
}

.section_contact_program .wrapper_content {
    max-width: 396px;
    padding-right: 10%;
}

.contact_program_wrapper {
    color: #fff;
}

.person_information select,
.section_contact_program textarea,
.section_contact_program input:not(.wpcf7-submit,[type="checkbox"]) {
    width: 100%;
    border-radius: 17px;
    background-color: #fff;
    padding: 10px 22px;
    font-size: 16px;
    line-height: 19px;
    color: #A8A8A8;
    border: 1px solid #fff;
}

.person_information ::placeholder,
.person_information select,
.person_information select option:first-child[value=""] {
    color: #A8A8A8;
}

.person_information select option {
    color: #000;
}

.section_contact_program .wpcf7-acceptance .wpcf7-list-item-label {
    color: #fff;
    margin-bottom: 18px;
    display: inline-block;
    margin-left: 40px;
    margin-top: -22px;
    padding-right: 5%;
    font-size: 14px;
}

.person_information select:focus-visible,
.section_contact_program textarea:focus-visible,
.section_contact_program input:not(.wpcf7-submit,[type="checkbox"]):focus-visible {
    outline: #2994FF auto 1px;
}

.section_contact_program .wpcf7-submit {
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    display: inline-flex;
    height: 37px;
    align-items: center;
    justify-content: center;
    border-radius: 34px;
    border: 1px solid #1F1B51;
    background-color: #1F1B51;
    color: #fff;
    width: 216px;
    cursor: pointer;
    position: relative;
    z-index: 5;
}

.section_contact_program:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 100%;
    width: 68%;
    border-radius: 148px 0 0 148px;
    background-color: #2994FF;
}

/*how to apply*/

.how_apply_section {
    position: relative;
    background-color: #EEF7FF;
    padding: 5rem 0;
    /*margin-bottom: 10rem;*/
}

.single-programs .how_apply_section {
    background-color: transparent;
}

.how_apply_section:before {
    position: absolute;
    content: '';
    z-index: -2;
    background-color: #EEF7FF;
}

.apply_item {
    max-width: 400px;
    margin: 2rem auto;
}

.apply_item_content {
    position: relative;
    z-index: 2;
}


.apply_item_image {
    position: relative;
    border-radius: 50%;
    height: 241px;
    width: 241px;
    margin-top: 5rem;
    margin-bottom: 10rem;
    margin-right: auto;
    margin-left: auto;
    z-index: 2;
}

.apply_item_image_wrapper {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    max-width: 350px;
}

.apply_item_image_wrapper .icon_item {
    position: absolute;
    content: '';
    width: auto;
}

.apply_item_image_wrapper .icon_one {
    left: 0;
    top: -3rem;
}

.apply_item_image_wrapper .icon_two {
    right: 2rem;
    bottom: -3rem;
}

.apply_item_col:nth-child(2) .apply_item_image_wrapper .icon_two {
    left: 3rem;
    top: -3rem;
    right: auto;
    bottom: auto;
    transform: rotate(180deg);
}

.apply_item_col:nth-child(2) .apply_item_image_wrapper .icon_one {
    left: auto;
    top: auto;
    right: 0;
    bottom: -2rem;
    transform: rotate(180deg);
}

.apply_item_col:nth-child(3) .apply_item_image_wrapper .icon_one {
    transform: rotate(160deg);
    left: 2rem;
}

.apply_item_col:nth-child(3) .apply_item_image_wrapper .icon_two {
    transform: rotate(240deg);
    bottom: -2rem;
    right: 3rem;
}

.apply_item_title {
    font-weight: bold;
}

.apply_item_content .number {
    position: absolute;
    content: '';
    font-size: 10rem;
    font-weight: bold;
    color: #fff;
    left: -4rem;
    top: 2rem;
    z-index: 1;
}

.single-programs .apply_item_content .number {
    color: #EEF7FF;
}

@media (min-width: 1681px) {

    .apply_item_content .number {
        font-size: 15rem;
    }

}

.apply_item_text,
.apply_item_title {
    color: #1F1B51;
    font-size: 24px;
    line-height: 29px;
    position: relative;
    z-index: 2;
}

.how_apply_section .bottom_description {
    color: #1F1B51;
    font-size: 41px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    margin-top: 5rem;
}

.how_apply_section .bottom_description strong {
    color: #2994FF;
}

/*modulus_section*/

.modulus_section {
    margin-bottom: 90px;
}

.modul_item {
    background-color: #EEF7FF;
    padding-bottom: 100px;
    padding-top: 60px;
    padding-left: 10%;
    padding-right: 5%;
    height: 100%;
}

.modulus_section .section_title {
    margin-bottom: 2rem;
}

.download_btn_wrapper {
    margin-bottom: 30px;
}

.download_btn {
    background-color: #1F1B51;
    color: #FFFFFF;
    padding: 8px 10px;
    border-radius: 35px;
    text-decoration: none;
    transition: 0.3s ease;
    width: 100%;
    max-width: 233px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    display: block;
    text-align: center;
}

.download_btn:hover {
    color: #FFFFFF;
    background-color: rgba(31, 27, 81, 0.9)
}

@media (min-width: 991px) {

    .modul_card:first-child .modul_item {
        border-top-left-radius: 80px;
        border-bottom-left-radius: 80px;
    }

    .modul_card:last-child .modul_item {
        border-top-right-radius: 80px;
        border-bottom-right-radius: 80px;
    }

    .modul_card:nth-child(2) {
        padding: 0;
    }
}

.modulus_section ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}

.modulus_section ul li {
    line-height: 24px;
}


/*why_program_section*/

.why_program_section {
    padding-top: 106px;
    padding-bottom: 96px;
}

.why_program_list {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.why_program_list .image_wrapper {
    margin-bottom: 50px;
    text-align: center;
    min-height: 160px;
}

.why_program_list .image_wrapper img {
    width: auto;
    height: auto;
}

.why_program_item_title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 30px;
    text-align: center;
}

@media (min-width: 1281px) {

    .why_program_item {
        width: 19%;
        max-width: 276px;
    }

}

/*career_paths_section*/
.career_paths_section {
    position: relative;
}

.career_paths_section .cooperation__list_logos img {
    filter: grayscale(1);
}

.career_paths_section .cooperation__list_logos img:hover {
    filter: grayscale(0);
}

.career_paths_section .description {
    margin-bottom: 64px;
    max-width: 948px;
    font-size: 24px;
    line-height: 29px;
    margin-left: auto;
    margin-right: auto;
}
/* Cards grid */
.career_paths_cards {
    margin-top: 32px;
    margin-bottom: 4rem;
    display: grid;
    gap: 6px;
}

/* 3+ items */
.career_paths_cards.is-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* Exactly 2 items -> centered 2 columns */
.career_paths_cards.is-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
    padding: 0 2rem;
    margin-left: auto;
    margin-right: auto;
}

/* Exactly 1 item -> centered single card */
.career_paths_cards.is-one {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

/* Card */
.career_paths_card {
    background: #fff;
    border-radius: 32px;
    padding: 1rem;
    /*box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);*/
    text-align: left;
}

.career_paths_card__title {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    color: #111;
}

.career_paths_card__text {
    font-size: 22px;
    line-height: 1.4;
    color: #000;
}

.career_paths_card__text p {
    margin: 0 0 10px;
}

.career_paths_card__text p:last-child {
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .career_paths_cards.is-three {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .career_paths_cards.is-two {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .career_paths_cards,
    .career_paths_cards.is-three,
    .career_paths_cards.is-two,
    .career_paths_cards.is-one {
        grid-template-columns: 1fr;
        max-width: 100%;
        gap: 16px;
    }

    .career_paths_card {
        padding: 18px 16px;
    }

    .career_paths_card__title {
        font-size: 17px;
    }

    .career_paths_card__text {
        font-size: 14px;
    }
}


.career_paths_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.career_paths_section .parallax-section {
    height: 274px;
    min-height: 274px;
    border-radius: 64px;
}

@media (max-width: 480px) {

    .career_paths_section .parallax-section {
        height: 360px;
    }
}

.career_paths_section .parallax-image {
    height: 500px;
}

.career_paths_wrapper .parallax-image:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background-color: rgba(31, 27, 81, 0.52);
    z-index: 0;
}

.career_paths_text {
    font-size: 26px;
    line-height: 32px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.career_paths_text span {
    padding: 0.25rem 0.5em;
    display: inline-block;
}

.career_paths_item:last-child .career_paths_text,
.career_paths_item:first-child .career_paths_text {
    background-color: #1F1B51;
    color: #FFFFFF;
}


/*faculty_expertise_section*/
.faculty_expertise_section {
    /*margin-bottom: 124px;*/
}

.single-programs .faculty_expertise_section {
    padding: 4rem 0 6rem 0;
}

.faculty_expertise_list {
    width: 100%;
}

.faculty_expertise_item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}

.faculty_expertise_section .section_title,
.faculty_expertise_section .description {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.faculty_expertise_image_wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 260px;
}

.faculty_expertise_image {
    width: 260px;
    height: 260px;
    margin-bottom: 15px;
    border-radius: 50%;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

.faculty_expertise_image_wrapper:hover .faculty_expertise_image {
    filter: grayscale(0%);
}

.faculty_expertise_body {
    text-align: left;
}

.faculty_expertise_item .title_position {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 5px;
    max-width: 210px;
    min-height: 20px;
}

.faculty_expertise_item h3 {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin-bottom: 15px;
    max-width: 300px;
}

.faculty_expertise_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    width: 80px;
    height: 80px;
    color: #fff;
    background-color: #1F1B51;
    border-radius: 50%;
    position: absolute;
    right: -20px;
    bottom: -20px;
}

.faculty_expertise_btn span {
    transition: all 0.3s ease-in-out;
}

.faculty_expertise_btn .text {
    position: absolute;
    left: 5px;
    opacity: 0;
}

.faculty_expertise_btn:hover .text {
    left: 15px;
    color: #fff;
    opacity: 1;
}

.faculty_expertise_btn .icon {
    position: relative;
    margin-left: 10px;
}

.faculty_expertise_btn .icon:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.faculty_expertise_btn:hover .icon {
    margin-left: 40px
}

.faculty_expertise_section .description {
    max-width: 100%;
}

@media (min-width: 768px) {

    .faculty_expertise_section .description {
        max-width: 948px;
    }

}

.faculty_expertise_section .management .faculty_expertise_list .faculty_expertise_col:first-child,
.faculty_expertise_section .advisory-board .faculty_expertise_list .faculty_expertise_col:first-child {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (max-width: 481px) {
    .faculty_expertise_section .advisory-board .faculty_expertise_col:first-child .faculty_expertise_item,
    .faculty_expertise_section .management .faculty_expertise_col:first-child .faculty_expertise_item {
        max-width: 50%;
        margin: 0 auto;
    }

    .munich_team_header .bg {
        max-width: 220px;
        height: 220px;
    }

    .munich_team_header {
        padding: 3rem 1rem;
    }

    .news_last_item img {
        margin-bottom: 2rem;
    }
}

.faculty_expertise_section .management .faculty_expertise_item,
.faculty_expertise_section .advisory-board .faculty_expertise_item {
    margin-left: auto;
    margin-right: auto;
    max-width: 260px;
}

body.team .faculty_expertise:nth-child(odd) {
    background-color: #EEF7FF;
}

/*study_plan_section*/
.study_plan_header {
    position: relative;
    padding: 5rem 0 10rem 0;
}

.study_plan_header:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #EEF7FF;
    z-index: -1;
}

.elective_courses {
    position: relative;
    padding: 80px 0;
}

.elective_courses:before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #F5F5F5;
    z-index: -1;
}

.wrapper_ects {
    border-radius: 80px;
    overflow: hidden;
    padding: 3rem 1rem;
    margin-top: -8rem;
    background-color: #fff;
}

.wrapper_ects .total_ects h3 {
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
}

.total_ects_list {
    max-width: 1440px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 29px;
    padding: 0 1rem;
}

.study_plan_list .item_semester {
    border-radius: 0 0 35px 35px;
    overflow: hidden;
    position: relative;
}

.item_semester_content_wrapper {
    height: 0;
    transition: all .3s ease-in-out;
    transform: translateY(-80%);
    overflow: hidden;
    position: relative;
}

.item_semester_content_wrapper:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #EEF7FF;
    border-radius: 0 0 35px 35px;
    z-index: 0;
}

.item_semester.active .item_semester_content_wrapper {
    height: 100%;
    transform: translateY(0%);
}

.item_semester_header,
.item_semester_content {
    position: relative;
    z-index: 1;
}

.item_semester_content {
    line-height: 24px;
    padding: 1rem 1.5rem 2rem 1.5rem;
}

.study_plan_list .item_semester_header {
    position: relative;
    color: #fff;
    z-index: 2;
    background-color: #fff;
}

.item_semester_header_wrapper {
    width: 100%;
    padding: 0 1rem;
    border-radius: 120px;
    overflow: hidden;
}

.study_plan_list .item_semester_header .col_item {
    padding: 1rem;
    margin: 0;
    position: relative;
}

.study_plan_list .item_semester_header .col_item:first-child {
    background-color: #1F1B51;
    border-radius: 120px 0 0 120px;
    padding: 1rem 1rem 1rem 2rem;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.study_plan_list .long_arrow {
    display: inline-block;
    min-width: 13px;
    width: 13px;
    height: 13px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(225deg);
    margin-right: 1rem;
    transition: all .3s ease-in-out;

}

.item_semester.active .long_arrow {
    transform: rotate(45deg);
}

.study_plan_list .long_arrow:after {
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    background-color: #fff;
    transform: rotate(-45deg) translate(8px, 4px);
    left: 0;
    top: 0;
}

.study_plan_list .item_semester_header .col_item:last-child {
    background-color: #EEF7FF;
    color: #1F1B51;
    font-weight: bold;
    border-radius: 0 120px 120px 0;
    border: 1px solid #1F1B51;
    overflow: hidden;
}

.study_plan_list .item_semester_header .col_item:last-child strong {
    font-size: 33px;
    line-height: 1.1;
}


.study_plan_list .item_semester_header:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: #EEF7FF;
    z-index: -1;
}

.item_semester.active .item_semester_header:after {
    height: 60px;
}

.elective_modules_title {
    font-size: 26px;
    line-height: 32px;
}

.elective_modules {
    max-width: 890px;
    margin: 0 auto
}

.elective_modules ul {
    list-style: disc;
    margin-left: 20px;
}

/*curriculum_section*/
.curriculum_section {
    padding-top: 60px;
    padding-bottom: 140px;
    background-color: #F5F5F5;
}

.curriculum {
    display: flex;
    justify-content: center;
}

.curriculum_item {
    width: 100%;
    max-width: 398px;
    border-radius: 16px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.15rem;
    line-height: 1.813rem;
    padding: 30px;
    margin: 16px 8px;
}

.curriculum_item p {
    margin-bottom: 0;
}

/*admissions_section*/
.admissions_section .custom_btn a,
.admissions_section h2 {
    color: #FFFFFF;
}


.admissions_section .parallax-section {
    height: 100%;
    min-height: 630px;
    border-radius: 148px;
}

.admissions_section .parallax-image {
    height: 800px;
}

.admissions_section .parallax-image:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background-color: rgba(31, 27, 81, 0.47);
    z-index: 0;
}

.admissions_section .bg {
    min-height: 432px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 128px;
    overflow: hidden;
    position: relative;
}

.admissions_section .bg:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background-color: rgba(31, 27, 81, 0.52);
    z-index: 0;
}


.admissions_section .custom_btn a {
    background-color: #2994FF;
    border: 3px solid #2994FF;
}

.admissions_container {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.admissions_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.admissions_container .custom_btn a {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    padding: 0 1.5rem;
    width: 100%;
    height: 65px;
    margin-top: 5rem;
}

#button-container {
    /*display: flex;*/
    /*flex-direction: row;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*background-color: #1F1A51; */
}

.primary-button {
    position: relative;
    border: 3px solid #2994FF;
    border-radius: 34px;
    /*width: 250px;*/
    padding: 0 1.5rem;
    height: 65px;
    overflow: hidden;
    background: #2994FF;
    color: #ffffff;
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.primary-button:hover {
    cursor: pointer;
    background: transparent;
    border: 3px solid #0197f6;
    color: #2994FF;
}

.primary-button .round {
    border-radius: 50%;
    /*background: linear-gradient(to right, #1F1A51, #2994FF);*/
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    animation: scale-down 0.85s forwards;
}

.primary-button.animate .round {
    animation: scale-up 0.85s forwards;
}

@keyframes scale-up {
    to {
        transform: scale(600);
    }
}

@keyframes scale-down {
    from {
        transform: scale(600);
    }
    to {
        ransform: scale(0);
    }
}


/*who_should_apply_section*/

.who_should_apply_section {
    padding: 48px 0;
}

.who_apply {
    display: flex;
    gap: 48px;
    align-items: flex-start;
}

.who_apply__left {
    flex: 0 0 42%;
    max-width: 42%;
}

.who_apply__right {
    flex: 1;
    min-width: 0;
}

.who_apply__title {
    margin: 0 0 6px;
    font-size: 44px;
    line-height: 1.05;
    font-weight: 800;
    color: #111;
    letter-spacing: -0.02em;
}

.who_apply__subtitle {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    color: #444;
}

.who_apply__content p,
.who_apply__content li {
    margin: 0 0 14px;
    font-size: 18px;
    line-height: 1.55;
    color: #5b5b5b; /* grey default like screenshot */
}

.who_apply__content p:last-child {
    margin-bottom: 0;
}

.who_apply__content strong {
    font-weight: 800;
    color: #5b5b5b; /* grey default like screenshot */
}

/* Responsive */
@media (max-width: 992px) {
    .who_apply {
        gap: 28px;
    }

    .who_apply__title {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    .who_apply {
        flex-direction: column;
    }

    .who_apply__left,
    .who_apply__right {
        max-width: 100%;
    }

    .who_apply__title {
        font-size: 34px;
    }

    .who_apply__content p {
        font-size: 16.5px;
    }
}

/*admission_requirements_section*/
.admission_requirements_section {
    padding: 80px 0;
}

.admission_requirements_section:before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #F5F5F5;
    z-index: -1;
}

.admission_requirements_wrapper {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.admission_requirements__title {
    font-weight: 700;
    font-size: 44px;
    line-height: 1.1;
    margin: 0 0 10px;
}

.admission_requirements__subtitle {
    margin: 0 auto 34px;
    max-width: 760px;
    font-size: 22px;
    line-height: 1.5;
    color: #000;
}

.admission_requirements__content {
    max-width: 760px;
    margin: 0 auto;
    text-align: left;
    color: #666;
    font-size: 18px;
    line-height: 1.3;
}

.admission_requirements__content ol {
    margin: 0;
    padding-left: 22px;
}

.admission_requirements__content li {
    margin: 14px 0;
}

.admission_requirements__content p {
    margin: 10px 0;
}

/* Responsive */
@media (max-width: 991px) {
    .admission_requirements_section {
        padding: 60px 0;
    }

    .admission_requirements__title {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .admission_requirements_section {
        padding: 44px 0;
    }

    .admission_requirements__title {
        font-size: 30px;
    }

    .admission_requirements__subtitle {
        margin-bottom: 24px;
        font-size: 15px;
    }

    .admission_requirements__content {
        font-size: 14px;
    }
}


.section_program_structure {
    padding: 80px 0;
}

.program_structure {
    max-width: 1040px;
    margin: 0 auto;
}

.program_structure__title {
    margin: 0 0 12px;
    text-align: center;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.1;
}


.program_structure__subtitle {
    margin: 0 auto 46px;
    max-width: 820px;
    text-align: center;
}

.program_structure__subtitle p{
    font-size: 22px;
    line-height: 1.4;
    color: #000;
}

.program_structure__cols {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 56px;
    align-items: start;
}

.program_structure__col_title {
    margin: 0 0 14px;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3;
    color: #000;
}

.program_structure__col_text p{
    font-size: 18px;
    line-height: 1.75;
    color: #000;
}

.program_structure__col_text p {
    margin: 0 0 12px;
}

.program_structure__col_text p:last-child {
    margin-bottom: 0;
}

.program_structure__col_text ul,
.program_structure__col_text ol {
    margin: 12px 0 0;
    padding-left: 18px;
}

.program_structure__col_text li {
    margin: 6px 0;
}

/* Responsive */
@media (max-width: 991px) {
    .section_program_structure {
        padding: 60px 0;
    }

    .program_structure__title {
        font-size: 36px;
    }

    .program_structure__cols {
        gap: 34px;
    }
}

@media (max-width: 767px) {
    .section_program_structure {
        padding: 44px 0;
    }

    .program_structure__title {
        font-size: 30px;
    }

    .program_structure__subtitle p{
        margin-bottom: 28px;
        font-size: 15px;
    }

    .program_structure__cols {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .program_structure__col_title p{
        font-size: 17px;
    }

    .program_structure__col_text p{
        font-size: 14px;
    }
}


/* =========================
   FAQ
   ========================= */
.faq-question:hover .faq-question-text {
    opacity: 0.9;
}

.faq-question:focus {
    outline: none;
}

.faq-question:focus-visible {
    outline: 2px solid #111;
    outline-offset: 2px;
}
.faq-section {
    padding: 40px 0;
}

.faq-title {
    font-size: 72px;
    line-height: 1;
    font-weight: 400;
    margin: 0 0 22px;
    letter-spacing: -0.02em;
    color: #111;
}

/* Accordion wrapper */
.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* Item */
.faq-item {
    background: #f5f5f5;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    overflow: hidden;
}

/* Question row */
.faq-question {
    width: 100%;
    background: transparent;
    border: 0;
    padding: 22px 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    text-align: left;
}

.faq-question-text {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    color: #151515;
}

/* + / - */
.faq-icon {
    font-size: 26px;
    line-height: 1;
    font-weight: 400;
    color: #151515;
    min-width: 22px;
    text-align: right;
    user-select: none;
}

/* Answer */
.faq-answer {
    border-top: 1px solid #e6e6e6;
}

.faq-answer-inner {
    padding: 18px 26px 26px;
    font-size: 18px;
    line-height: 1.75;
    color: #7a7a7a;
    max-width: 980px;
}

.faq-answer-inner p {
    margin: 0 0 12px;
}

.faq-answer-inner p:last-child {
    margin-bottom: 0;
}

.faq-answer-inner ul {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.faq-answer-inner li {
    position: relative;
    padding-left: 22px;
    margin: 10px 0;
    color: #7a7a7a;
}

.faq-answer-inner li::before {
    content: "›";
    position: absolute;
    left: 0;
    top: 0;
    color: #9a9a9a;
    font-size: 18px;
    line-height: 1.2;
}

.faq-answer[hidden] {
    display: none;
}

.faq-question:hover .faq-question-text {
    opacity: 0.92;
}

.faq-question:focus {
    outline: none;
}

.faq-question:focus-visible {
    outline: 2px solid #111;
    outline-offset: 3px;
}

/* Responsive */
@media (max-width: 992px) {
    .faq-title {
        font-size: 56px;
    }

    .faq-question {
        padding: 20px 20px;
    }

    .faq-answer-inner {
        padding: 16px 20px 20px;
    }
}

@media (max-width: 768px) {
    .faq-title {
        font-size: 44px;
        margin-bottom: 18px;
    }

    .faq-question-text {
        font-size: 16px;
    }

    .faq-icon {
        font-size: 24px;
    }
}

@media (max-width: 420px) {
    .faq-title {
        font-size: 36px;
    }

    .faq-question {
        padding: 16px 16px;
    }

    .faq-answer-inner {
        padding: 14px 16px 16px;
    }
}