:root {
    --highlight-sky: #ceedf6;
    --neutral-grey: #e1e1de;
    --dark-grey: #8a8a8a;
    --primary-blue: #00196e;
    --white: #ffffff;
    --black: #222;
    --background-banner: var(--Highlight-Sky, #CEEDF6);
    --secondary-gold: #FFAD1D;
    --text-blue-color: #00196e;
    --bg-second: yellow;
    --text-gray-color: #8a8a8a;
}

.helping {
    margin-top: 120px;
}

@font-face {
    font-family: "Halyard Display Book";
    src: url(../css/megamenu-pro/fonts/HalyardDisplayBook.woff2)format("woff2"), url(../css/megamenu-pro/fonts/HalyardDisplayBook.woff)format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}


.sidebar .sidebar__sections--wrap .sidebar__sections--item.show a img {
    width: 12px;
    height: 10px;
}


#signup-question label.error {
    color: red;
    font-size: 12px;
    padding-left: 0px;
}


/* .content__container {
    height: 1000vh;
} */

/* sidebar */

.sidebar .sidebar__scroll {
    overflow-y: auto;
    padding-bottom: 80px;
    height: 100%;
}

.sidebar .sidebar__scroll::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.sidebar .sidebar__menu {
    list-style: none;
    padding-left: 20px;
}

.sidebar .sidebar__menu li a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #8a8a8a;
    margin-bottom: 12px;
    cursor: pointer;
    width: fit-content;
    transition: all 0.3s linear;
}

.sidebar .sidebar__custom {
    position: relative;
    height: calc(100% - 150px);
}

.sidebar .sidebar__custom::after {
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%);
    content: '';
    display: block;
    height: 80px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.sidebar .sidebar__custom .sidebar__custom-header {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #8a8a8a;
    margin-bottom: 16px;
    cursor: pointer;
    width: fit-content;
    transition: all 0.3s linear;

    display: flex;
    align-items: center;
    gap: 12px;
}

.sidebar .sidebar__custom .sidebar__custom-header img {
    display: none;
    transform: rotate(-90deg);
    transition: all 0.3s linear;
}

.sidebar .sidebar__custom .sidebar__custom-header.show img {
    display: block;
}

.sidebar .sidebar__custom .sidebar__custom-header.active img {
    transform: rotate(90deg);
    transition: all 0.3s linear;
}

.sidebar .sidebar__custom .sidebar__custom-item:not(:first-child) .sidebar__menu {
    display: none;
}

/* .sidebar .sidebar__sections {
    margin-bottom: 60px;
} */

/* .sidebar .sidebar__sections .sidebar__sections--item:first-child {
    display: none;
} */

.sidebar .sidebar__sections--wrap .sidebar__sections--item a {
    color: #00196e;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sidebar .sidebar__sections--wrap .sidebar__sections--item.show:not(.active)>a {
    font-weight: 700;
}




.sidebar .sidebar__sections--wrap .sidebar__sections--item ul {
    display: none;
    list-style: none;
    padding-left: 20px;
}

.sidebar .sidebar__sections--wrap .sidebar__sections--item a img {
    /* display: none; */
}

.sidebar .sidebar__sections--wrap .sidebar__sections--item.active a img {
    transform: rotate(-180deg);
    transition: all 0.3s linear;
}

.sidebar .sidebar__sections--wrap .sidebar__sections--item.show a img {
    display: block;
    transition: all 0.3s linear;
}

.sidebar::-webkit-scrollbar-thumb {
    background: #888;
}

.sidebar .sidebar__buttons {
    padding-top: 12px;
    border-top: 1px solid #e1e1e1;
}




/* Content */


.title {
    color: var(--primary-blue, #00196e);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'garamond-premier-pro';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 54px;
    margin: 0;
    margin-bottom: 36px;
}



.desc {
    /* display: flex; */
    /* flex-direction: column; */
    /* gap: 12px; */
}





.desc span {
    color: var(--Black, #222);
    font-family: 'Halyard Text';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 36px;
}


/* .desc .desc__list ul {
    margin: 0;
    padding-left: 20px;
}


.desc .desc__list ul li {
    list-style-type: decimal;
    padding-bottom: 10px;
}

.desc .desc__list ul li strong {
    font-weight: 600;
    color: var(--black);
}



.desc .desc__list ul li:last-child {
    padding-bottom: 0px;
} */
.desc ol li,
.desc ul li {
    color: var(--Black, #222);
    font-family: 'Halyard Text';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}



ul:has(+ p),
ol:has(+ p) {
    margin-bottom: 12px;
}

.desc ul,
.desc ol {
    margin: 0;
    padding-left: 20px;
}


.desc ul li {
    list-style-type: square;
    padding-bottom: 10px;
}

.desc ol li {
    list-style-type: decimal;
    padding-bottom: 10px;
}

.desc ul li strong,
.desc ol li strong {
    font-weight: 600;
    color: var(--black);
}


.desc ol li:last-child,
.desc ul li:last-child {
    padding-bottom: 0px;
}

.dropdown-content__content li,
.dropdown-content__content p,
.dropdown-content__content p:first-child {
    margin-bottom: 0px;
    padding-bottom: 0px !important;
}

.dropdown__container .dropdown-content:last-child .dropdown-content__content.active {
    border-bottom: 0px;
}

.dropdown-content:nth-child(2) .dropdown-content__header {
    border-top: 0px !important
}








/* .desc .desc__list.square ul li {
    list-style-type: square;
} */


.desc ol li::marker {
    font-size: 16px;
}

.desc ul li::marker {
    font-size: 12px;
}



.desc__policy span {
    color: var(--dark-grey);
    font-family: 'Halyard Text';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.desc p:first-child,
.desc p:last-child {
    margin-bottom: 0px;
}

.desc p {
    color: var(--Black, #222);
    font-family: 'Halyard Text';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px;
}


.desc p:empty,
.desc p:only-child:empty {
    margin-bottom: 0px;
    display: none;
}

.desc p:empty::before {
    display: none;
    content: '\200B';
    /* Zero-width space */
}

.desc p:empty {
    display: none;
    margin-bottom: 0;
}


.dropdown-content__content .dropdown-content_wrap .desc span {
    color: var(--primary-blue);
    font-family: 'Halyard Text';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0px;
}



.desc .img {
    margin: 36px 0px;
}

.desc .img:last-child span,
.desc .img:last-child {
    margin-bottom: 0px;
}

.desc .img .img-caption {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: "Halyard Text", sans-serif;
    margin-top: 16px;
    display: block;
    color: var(--dark-grey);
}


.explore-box {
    display: flex;
    align-items: center;
    color: var(--Primary-Blue, #00196e);
    font-family: 'Halyard Text', 'sans-serif';
    font-size: 18px;
    font-style: normal;
    font-weight: 490;
    line-height: 24px;
    cursor: pointer;
    margin-top: 36px;
    width: fit-content;
}

.explore-box img {
    transform: translateX(0px);
    transition: all 0.3s linear;
}


.explore-box:hover img {
    transform: translateX(6px);
    transition: all 0.3s linear;
}



.img {
    margin-top: 36px;
}


.img img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}



/* featured */

.featured .featured__main {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #222;
    padding: 24px;
    background-color: #ceedf6;
    margin-top: 36px;
}

.featured .featured__main .thumbnail {
    width: auto;
    height: 170px;
    position: relative;
    overflow: hidden;
}

.featured .featured__main .infor {
    flex: 1 0 0;
}

.featured .featured__main .desc {
    margin-bottom: 22px;
}

.featured .featured__main .thumbnail img {
    transition: all 0.3s linear;
}

.featured .featured__main:hover .thumbnail img {
    transform: scale(1.04);
    transition: all 0.3s linear;
}

.featured .featured__main .group {
    display: flex;
    align-items: flex-start;
    gap: 36px;
    margin-bottom: 36px;
}

.featured .featured__main .title {
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
    color: var(--text-blue-color);
    font-family: 'garamond-premier-pro', sans-serif;
    margin-bottom: 0px;
}

.featured .featured__main .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured .featured__main .date {
    margin: 8px 0;

}

.featured .featured__main .desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.featured .featured__list {
    margin: 36px 0 0;
    column-count: 2;
    column-gap: 36px;
}

.featured .featured__item {
    /* max-width: calc(50% - 18px); */
    padding: 24px;
    border: 1px solid #e1e1de;
    display: grid;
    grid-template-rows: 1fr auto;
    margin-bottom: 36px;
    break-inside: avoid-column;
}

.featured .featured__item .thumbnail {
    position: relative;
    overflow: hidden;
}


.featured .featured__item .thumbnail+.featured__item-body {
    padding-top: 20px;

}

.featured .featured__item:hover .thumbnail img {
    transform: scale(1.04);
    transition: all 0.3s linear;
}

.featured .featured__item .featured__item-body {
    padding-top: 0px;
    font-family: 'Halyard Text', sans-serif;
}

.featured .featured__item .title {
    display: block;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    color: var(--text-blue-color);
    margin-bottom: 8px;
    font-family: 'Halyard Text', sans-serif;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
}



.featured .featured__item .thumbnail img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all 0.3s linear;
}

.featured .featured__item .date,
.featured .featured__item .place {
    color: #8a8a8a;
    margin-bottom: 4px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
}

.featured .featured__item .desc {
    margin: 20px 0;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.featured .featured__item .desc ol,
.featured .featured__item .desc ul {
    margin: 0;
}

.featured .featured__item .desc ol li,
.featured .featured__item .desc ul li {
    padding-bottom: 0px;
}



.news__button,
.featured__button {
    display: flex;
    width: fit-content;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--Primary-Blue, #00196e);
    margin-top: 36px;
}

.featured__button {
    /* margin-top: 36px; */
}

.study-apply__button {
    display: flex;
    width: fit-content;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-blue);
    gap: 10px;
    border: 1px solid var(--Primary-Blue, #00196e);
    margin: 36px 0px 16px;
}

.study-apply__button a {
    color: var(--secondary-gold);
    font-family: Halyard Text;
    font-size: 18px;
    font-style: normal;
    font-weight: 490;
    line-height: 24px;
    padding: 12px 20px;
}





.news__button a,
.featured__button a {
    color: var(--Primary-Blue, #00196e);
    font-family: Halyard Text;
    font-size: 18px;
    font-style: normal;
    font-weight: 490;
    line-height: 24px;
    padding: 12px 20px;
}

.news__button a:hover,
.featured__button a:hover {
    background-color: var(--primary-blue);
    color: var(--secondary-gold);
    transition: all 0.3s linear 0s;

}

.study-apply__button:hover {
    background-color: var(--secondary-gold);
    transition: all 0.3s linear 0s;
    border: 1px solid var(--secondary-gold)
}

.study-apply__button a:hover {
    color: var(--primary-blue);
    transition: all 0.3s linear 0s;
}



.news__button a:hover,
.featured__button a:hover {
    background-color: var(--primary-blue);
    color: var(--secondary-gold);
    transition: all 0.3s linear 0s;
}


/* News */


.news-outreach .title {
    margin-bottom: 24px;
}


.news__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
    margin-bottom: 24px;
}




.news__item:hover .news__item-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}


.news__item-img {
    width: 100%;
    overflow: hidden;
}


.news__item-img img {
    width: 100%;
    height: 244px;
    object-fit: cover;
    object-position: 50% 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}





.news__item-details {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    gap: 8px;
}

.news__item-details .news__item-details--title {
    font-size: 22px;
    line-height: 28px;
    font-family: "Halyard Text", sans-serif;
    font-weight: 490;
    color: var(--primary-blue);
    margin-bottom: 0px;
    max-width: 95%;
}



.news__item-details .news__item-details--dates {
    font-size: 14px;
    line-height: 20px;
    font-family: "Halyard Text", sans-serif;
    font-weight: 400;
    color: var(--black);
}



/* Contact */

.section-content .text-content {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 36px;
    font-family: 'Halyard Text';
    font-variant-numeric: lining-nums proportional-nums;
}



.section-content .text-content p {
    margin-bottom: 12px;
}



.section-content .box__wrap-contact {
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
}

.section-content .wrap-contact {
    display: flex;
    align-items: center;
    margin-right: 40px;
    font-size: 16px;
    line-height: 24px;
    gap: 20px;
}


.section-content .wrap-contact .wrap-contact-item {
    display: flex;
    align-items: center;
}

.section-content .wrap-contact .cta {
    font-size: 18px;
    color: var(--primary-blue, #00196e);
}

.section-content .wrap-contact img:nth-child(2) {
    margin-left: 8px;
}

.section-content .wrap-contact img {
    margin-left: 10px;
    width: 30px;
    height: 30px;
    object-fit: contain;
}


.wrap-contact a .image:hover {
    filter: invert(73%) sepia(91%) saturate(1607%) hue-rotate(342deg) brightness(102%) contrast(101%);
}

.section-content .wrap-contact .icon {
    transform: translateX(0px);
    transition: all 0.5s linear;
}

.section-content .wrap-contact:hover .icon {
    transform: translateX(6px);
}


/* Connect */

.connect .form-title {
    font-family: "Halyard Text", sans-serif;
    font-size: 16px;
    line-height: 24.62px;
    margin-bottom: 8px;
    color: var(--primary-blue);
    font-weight: 490;
}


.form__input input {
    height: 48px;
    width: 100%;
    background-color: transparent;
    color: #00196e;
    border: 1px solid #8a8a8a;
    /* padding-left: 12px; */
    font-family: 'Halyard Text';
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    padding-left: 12px;
}


.form__input input[type="email"].error {
    border: 1px solid red;
    color: #8a8a8a;
}




.connect input[type="email"].valid {
    color: var(--primary-blue);
}




.connect .form__input .error-message {
    display: none;
}


.connect .form__input input:focus-visible {
    border-radius: 0px;
    /* outline-style: unset; */
    outline: none;
    border: 1px solid var(--black);
}


.connect .policy-text {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Halyard Text', sans-serif;
    font-weight: 400;
    color: rgba(138, 138, 138, 1);
    margin: 20px 0px;
}

.connect .submit .form__input {
    width: 100px;
    margin-top: 20px;
}


.connect .form__input input[type='submit'] {
    border: 1px solid #00196e;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    color: #00196e;
    cursor: pointer;
    transition: all 0.3s linear;
}


.connect .form__input input[type='submit'] {
    border: 1px solid #00196e;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    color: #00196e;
    cursor: pointer;
    transition: all 0.3s linear;
    padding: 12px 20px;
    width: fit-content;
    margin-top: 36px;
}

.connect .form__input input[type='submit']:hover {
    color: #ffad1d;
    background-color: #00196e;
    transition: all 0.3s linear;
}

.connect .form__input input::placeholder {
    color: #8a8a8a;
}





/* Team */



/* Avatar */

.teams__container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 24px;
    gap: 32px;
    row-gap: 48px;
}


.teams__container.divide {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}



.teams__container.divide .team__pack-area .team__pack-content img {
    width: 116px;
    height: 116px;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
}

.teams__container.divide .team__pack-area .team__pack-content {
    padding: 0;
    text-align: center;
}

.teams h3.subtitle {
    color: var(--Primary-Blue, #00196E);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'halyard-display', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 60px;
    margin-bottom: 24px;
}


.teams h2.title+h3.subtitle {
    margin-top: 0;
}


.teams__container .team__pack-area {
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
}


.teams__container .team__pack-area .team__pack-content {
    padding: 0 32px;
    text-align: center;
}


.teams__container .team__pack-area .team__pack-content img {
    width: 158px;
    height: 158px;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
}



.teams__container .team__pack-area .person-name {
    color: var(--Primary-Blue, #00196E);
    text-align: center;
    font-family: "Halyard Text";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}


.teams__container .team__pack-area .person-position {
    color: var(--Dark-Grey, #8A8A8A);
    text-align: center;
    font-family: "Halyard Text";
    font-size: 16px;
    font-style: normal;
    font-weight: 490;
    line-height: 24px;
    /* 150% */
}


.sectionImage {
    margin-top: 36px;
}


.sectionImage img {
    width: 100%;
}



h3.team_subtitle {
    color: var(--Primary-Blue, #00196E);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'halyard-display', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 60px;
    margin-bottom: 32px;
}

@media (max-width : 991px) {

    .sidebar .sidebar__sections--wrap .sidebar__sections--item a {
        gap: 12px;
    }

    .desc ul,
    .desc ol {
        margin: 0;
        padding-left: 25px;
    }


    .sidebar .sidebar__sections--wrap .sidebar__sections--item.show a img {
        width: 16px;
        height: 16px;
    }



    .section-content {
        max-width: 522px;
        width: 100%;
        margin: 0 auto !important;
    }




    .sidebar__buttons--title {
        width: 100%;
    }

    /* .desc .desc__list.square ul li::marker {
        font-size: 8px;
    } */


    .desc .square ul li::marker {
        font-size: 8px;
    }



    .sidebar .sidebar__buttons {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding-top: 12px;
        border-top: 1px solid #e1e1e1;
        gap: 12px;
    }


    .sidebar__buttons .sidebar__buttons--link {
        width: 48%;
        margin-bottom: 24px;
    }

    /* .sidebar.active {
        top: calc(100% - 540px);
    } */



    .sidebar .sidebar__sections {
        margin-bottom: 0px;
    }


    .sidebar__sections--title {
        padding: 0px 24px;
        margin-bottom: 0px;
    }


    .sidebar .sidebar__sections--wrap .sidebar__sections {
        border-top: none;
    }



    .sidebar .sidebar__sections--wrap {
        position: relative;
    }


    .sidebar .sidebar__sections--wrap::before {
        display: block;
        content: '';
        width: 100%;
        height: 70px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 1) 100%);
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .sidebar .sidebar__sections--wrap.scrolled-hidden::before {
        display: none;
    }



    .sidebar .scroll-mb {
        max-height: calc(454px - 66px);
        overflow-y: auto;
        overflow-x: hidden;
    }




    .sidebar .sidebar__sections {
        max-height: fit-content;
        overflow-y: unset;
        margin-bottom: 0px;
        border-top: 0px;
        padding: 0px
    }


    .sidebar .sidebar__sections.not-scroll {
        padding: 24px 24px 36px;
    }

    .sidebar__sections--title {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .sidebar .sidebar__buttons {
        padding-bottom: 24px;
        padding-top: 24px;
    }



    h2.title {
        font-size: 40px;
        line-height: 48px;
    }

    .explore-box {
        margin-top: 42px;
    }

    .img {
        margin-top: 42px;
    }



    /* Feature */

    .featured .featured__main .title {
        font-size: 32px;
        line-height: 36px;
    }


    .featured .featured__main .desc {
        font-size: 16px;
        line-height: 24px;
    }


    .featured .featured__list {
        column-gap: 24px;
        margin-bottom: 24px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .featured .featured__item {
        margin-bottom: 0px;
    }

    .featured .featured__main .thumbnail {
        width: 304px;
        height: 170px;
    }

    .featured .featured__main .desc {
        font-size: 16px;
        line-height: 24px;
    }


    .content__container section:not(:last-child) {
        padding-bottom: 100px;
    }



    .news__wrapper {
        gap: 24px;
        margin-bottom: 24px;
    }


    .section-content .text-content {
        margin-bottom: 0px;
    }


    .connect .policy-text {
        font-size: 12px;
        line-height: 16px;
    }

    .content__container {
        padding: 36px 0 0px;
    }


    .helping {
        margin-top: 100px;
    }

    .helping .james_container {
        padding: 0 16px;
    }

    .helping .helping__button {
        font-weight: 490;
    }


    /* Team */


    .teams__container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 0px;
        gap: 36px;
        row-gap: 36px;
    }



    .teams__container.divide {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 36px;
        row-gap: 36px;
    }

}



@media (max-width : 576px) {


    .content__container {
        padding: 60px 0 0px;
    }

    .study-apply__button {
        margin: 24px 0px 16px;
    }


    h2.title {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 24px;
        margin-bottom: 16px;
    }


    .img img {
        height: 202px;
    }

    .explore-box {
        line-height: 16px;
    }

    .img,
    .explore-box {
        margin-top: 24px;
    }

    .desc .img {
        margin: 24px 0px;
    }


    .desc .img .img-caption {
        margin: 8px 0px 24px;
    }


    /* Featured */



    .featured .featured__list {
        grid-template-columns: repeat(1, 1fr);
    }

    .featured .featured__list {
        column-count: 1;
    }

    .featured .j_btn-explore {
        margin-top: 60px;
    }


    .featured .featured__main .group {
        flex-direction: column-reverse;
    }

    .featured .featured__main .thumbnail {
        width: 100%;
        height: auto;
    }

    .featured .featured__main .thumbnail img {
        max-width: 100%;
        width: 100%;
    }

    .featured .featured__main {
        margin-right: -15px;
        margin-left: -15px;
        padding: 24px 16px;
    }

    .featured .featured__main .group {
        background-color: #fff;
        padding: 24px 24px 20px;
        margin-bottom: 0px;
        gap: 20px;
    }

    .featured .featured__main .desc {
        padding: 0 24px 24px;
        background-color: #fff;
        position: relative;
        font-size: 14px;
        line-height: 20px;
    }

    .featured .featured__main .desc::after {
        display: block;
        content: '';
        width: 100%;
        height: 24px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #fff;
    }

    .featured .featured__main .title {
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        font-family: 'Halyard Text', sans-serif;
    }

    .featured .featured__main .date,
    .featured .featured__main .class-room {
        color: #8a8a8a;
    }

    .featured .featured__main .date {
        margin-bottom: 4px;
    }

    .featured .featured__item {
        max-width: 100%;
    }

    .featured .featured__list {
        height: fit-content;
        overflow: unset;
        gap: 24px;
    }


    .news__wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 36px;
    }


    .news__item-details {
        margin-top: 16px;
    }


    .featured .featured__list,
    .news__wrapper {
        margin-bottom: 36px;
    }

    .section-content .box__wrap-contact {
        gap: 16px;
    }

    .connect h2.title,
    .contact h2.title {
        margin-bottom: 36px;
    }



    .sidebar__buttons .sidebar__buttons--link {
        width: 100%;
        margin-bottom: 0px !important;
    }

    .sidebar .sidebar__buttons {
        gap: 16px;
    }

    .sidebar.active {
        top: calc(100% - 454px);
    }

    /* .sidebar.active {
        top: calc(100% - 504px) !important;
    } */

    /* .sidebar .sidebar__sections {
        max-height: 130px;
    } */



    .sidebar .sidebar__sections--wrap::before {
        height: 100px;
    }


    /* Team */

    .teams__container .team__pack-area .team__pack-content {
        padding: 0px;
        text-align: center;
    }



    .teams__container .team__pack-area .person-position {
        font-size: 14px;
        font-weight: 490;
        line-height: 20px;
    }



    .teams__overflow {
        position: relative;
        max-width: 100%;
    }

    .teams__container.divide {
        grid-template-columns: repeat(11, 1fr);
        gap: 36px;
        row-gap: 36px;
        overflow-x: auto;
        max-width: 100%;
        padding-right: 50px;

        -ms-overflow-style: none;
        scrollbar-width: none;
    }


    .teams__container.divide::after {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 60px;
        z-index: 1;
        height: 100%;
        right: -1px;
    }


    .teams__container .team__pack-area .team__pack-content img {
        width: 116px;
        height: 116px;
        object-fit: cover;
    }


    /*  dropdown*/

    .dropdown-content__header .dropdown-content__header__title.active p,
    .dropdown-content__header .dropdown-content__header__title p {
        font-size: 20px;
        line-height: 28px;
    }
}