:root {
    --highlight-sky: #ceedf6;
    --neutral-grey: #e1e1de;
    --dark-grey: #8a8a8a;
    --primary-blue: #00196e;
    --white: #ffffff;
    --black: #222;
    --secondary-gold: #ffad1d;
}

@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: normal;
    font-style: normal;
    font-display: swap;
}

.hero .hero__content {
    width: 90%;
}

.applying {
    padding: 36px 0px 0px;
}

.applying__breadcumb {
    padding: 18px 0px;
}

.applying .applying__content .hai-heading__global {
    margin: 44px auto 36px;
    color: var(--Primary-Blue, #00196e);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'garamond-premier-pro';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 54px;
    /* 112.5% */
}

.applying .applying__content--desc {
    font-weight: 350 !important;
    font-family: 'Halyard Display Book';
}

.applying__breadcumb li:nth-child(2) {
    display: none;
}

/* Content */

.content__container section:not(:last-child) {
    padding-bottom: 100px;
}

.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 {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    letter-spacing: 0.025em;
    letter-spacing: unset;
    overflow-y: hidden;
    transition: all 0.3s linear;
}

.desc ul li::marker {
    font-size: 12px;
}

.desc::after {
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%);
    content: '';
    display: block;
    height: 120px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s linear;
}



.desc.hiddenMore:after {
    display: none;
}

.desc.hiddenMore+.j_btn-more {
    display: none;
}

.desc.expanded {
    transition: all 0.3s linear;
    height: auto;
    /* overflow: visible; */
}

.desc.expanded+.j_btn-more {
    margin-top: 40px;
}

.desc.expanded::after {
    display: none;
}

.desc p {
    color: var(--Black, #222);
    font-family: 'Halyard Text';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}


.title-image {
    color: rgba(138, 138, 138, 1);
    font-family: 'Halyard Text';
    font-size: 14px;
    margin-top: 16px;
    line-height: 20px;
    font-weight: 400;

}


.desc ul {
    margin: 0;
    color: var(--Black, #222);
    font-family: 'Halyard Text';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    list-style: square;
}

.desc ol {
    padding-left: 24px;
    margin: 0;
    color: var(--Black, #222);
    font-family: 'Halyard Text';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.desc ol li:not(:last-child) {
    margin-bottom: 8px;
}

.content__container ul li {
    padding-bottom: 8px;
}

.sectionImage {
    margin-top: 36px;
}

.sectionImage img {
    width: 100%;
}

.content__container .content p {
    margin-bottom: 0px;
}

.content__container .content img {
    margin: 16px 0 0px;
}

.content__container .content img strong {
    margin-top: 36px;
}

.content__container .content {
    font-family: 'Halyard Text', sans-serif;
}

.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;
}





.teams+.explore-box {
    margin-top: 60px;
}



.sidebar__sections--wrap+.sidebar__buttons {
    margin-top: 60px;
}


.sidebar .sidebar__buttons {
    padding-top: 12px;
    border-top: 1px solid #e1e1e1;
}

.explore-box:hover img {
    transform: translateX(6px);
    transition: all 0.3s linear;
}

.area-tabs nav {
    font-variant-numeric: lining-nums proportional-nums;
    margin-bottom: 0px;
    padding: 6px 0px;
}

.area-tabs {
    margin-top: 0px;
}


.mt-36 {
    margin-top: 36px;
}

/* .area-tabs nav .tab-link.active::after {
    height: 2px;
} */

.wwedo__container h4 {
    color: var(--Primary-Blue, #00196e);
    font-family: 'Halyard Display Book', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 350;
    line-height: 32px;
    margin: 60px 0px 24px;
    /* 133.333% */
}

/* .tab_content .content p:nth-child(1) strong {
    margin-top: 24px;
} */

.send__container {
    display: flex;
    margin-top: 36px;
}

.send__button {
    display: flex;
    width: max-content;
    height: 48px;
    gap: 10px;
    background: var(--Primary-Blue, #00196e);
}

.send__button:hover {
    background-color: var(--Secondary-Gold, #ffad1d);
    transition: all 0.3s linear;
}

.send__button:hover a {
    color: var(--primary-blue);
}

.send__button a {
    color: var(--Secondary-Gold, #ffad1d);
    font-family: 'Halyard Text';
    font-size: 18px;
    font-style: normal;
    font-weight: 490;
    line-height: 24px;
    padding: 12px 20px;
}

.policy-text {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Halyard Text', sans-serif;
    font-weight: 400;
    color: rgba(138, 138, 138, 1);
    margin: 16px 0 36px 0;
}

.tab_content .content .wwe__btn {
    margin-top: 36px;
}

.tab_content strong {
    font-weight: 600;
    /* margin-bottom: 12px; */
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: #222222;
    margin-top: 0px;
}

.tab_content .content .explore-box img {
    width: unset;
}

/* .tab_content strong:not(:first-child) {
    margin-top: 0px;
} */

.wwedo__wrapper-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px;
}

.wwedo__wrapper-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wwedo__container {
    margin-bottom: 60px;
}

.wwe__btn {
    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;
}

.wwe__btn 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;
}

.wwe__btn a:hover {
    background-color: var(--primary-blue);
    color: var(--secondary-gold);
    transition: all 0.3s linear 0s;
}

.wweoffer__content-text {
    display: flex;
    gap: 10px;
    flex-direction: column;
    /* margin-bottom: 36px; */
    margin-top: 24px;
    letter-spacing: unset;
}

.wweoffer__content-text ul {
    padding: 0px 0px 0px 36px;
    list-style-type: square;
    margin: 0px;
}

.wweoffer__content-text ol {
    padding: 0px 0px 0px 36px;
    margin: 0px;
}

.wweoffer__content-text ul li::marker {
    font-size: 12px;
}

.content__container .content h4 {
    color: var(--Primary-Blue, #00196e);
    font-family: 'Halyard Display Book', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 350;
    line-height: 32px;
    margin: 60px 0px 24px;
}

.wweoffer__wrapper-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.wweoffer .content img {
    margin: 0px;
}

/* Our team */

.teams__container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 24px;
    gap: 32px;
    row-gap: 48px;
}

.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 h3.subtitle:first-child {
    margin-top: 0px;
}

.teams h2.title+h3.subtitle {
    margin-top: 0;
}

.teams__container .team__pack-area {
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
    align-items: 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;
    border-radius: 50%;
    object-position: top;
}

.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% */
}

.teams .explore-box {
    margin-top: 60px;
}

/* Contact */

.framework__contact {
    display: flex;
    gap: 18px;
    margin-top: 36px;
}

.framework__contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 70%;
}

.framework__contact-item p {
    color: var(--Black, #222);
    font-family: 'Halyard Text';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.framework__contact-item img:hover {
    filter: invert(73%) sepia(91%) saturate(1607%) hue-rotate(342deg) brightness(102%) contrast(101%);
}

.framework__contact-items-stack {
    display: flex;
    gap: 24px;
}

.amount {
    padding: 0px 0 120px;
    margin-top: 120px;
    border-top: 1px solid #e1e1de;
    position: relative;
}

.logo {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    align-items: center;
}

.left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 36px;
}

.left img,
.left img#image_0 {
    width: 130px;
    height: 70px;
    object-fit: cover;
}

.left img:nth-child(2),
.left img#image_1 {
    width: 92px;
    height: 92px;
    object-fit: cover;
}

.right {
    display: flex;
    justify-content: flex-end;
}

.right img {
    width: 172px;
    height: 70px;
}

strong {
    color: var(--black);
}

.j_btn-more {
    margin: 0 auto;
    cursor: pointer;
    z-index: 2;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding-right: 15px;
    display: inline-block;
    display: block;
    width: fit-content;
}

.j_btn-more::after {
    top: 7px;
    border-top: 2px solid var(--primary-blue);
    border-right: 2px solid var(--primary-blue);
    vertical-align: middle;
    transform: rotate(135deg) translateY(2px);
    transition: all 0.3s linear;
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    right: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

/* .j_btn-more:hover::after {
    transform: rotate(-45deg) translateY(0px);
    transition: all 0.3s linear;
} */

.j_btn-more.active::after {
    transform: rotate(-45deg) translateY(0px);
    transition: all 0.3s linear;
}

.show_mobile {
    display: none !important;
}

.show_pc {
    display: block !important;
}


/* Form submit */


.form {
    padding-top: 36px;
}


.form__input input[type="email"].error {
    border: 1px solid red;
    color: #8a8a8a;
}




.form__input input[type="email"].valid {
    color: var(--primary-blue);
}




.form .form__input .error-message {
    display: none;
}

.form .title {
    font-family: 'halyard-display', sans-serif;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
}

.form .form__input input {
    height: 48px;
    width: 255px;
    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;
}


.form .form__input input:focus-visible {
    border-radius: 0px;
    /* outline-style: unset; */
    outline: none;
    border: 1px solid var(--black);
}




.form .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;
}

.form .form__input input[type='submit']:hover {
    color: #ffad1d;
    background-color: #00196e;
    transition: all 0.3s linear;
}

.form .form__input input::placeholder {
    color: #8a8a8a;
}

.form form {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

@media (min-width: 1500px) {
    .hero .hero__content {
        width: 60%;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .hero .hero__content .hero__heading {
        font-size: 60px;
        line-height: 70px;
        width: 100%;
        margin: 0;
    }


    .sidebar__sections--wrap+.sidebar__buttons {
        margin-top: 0px;
    }


    .breadcumb__global {
        padding-top: 0px;
        border-bottom: 0px;
    }

    .applying__breadcumb {
        padding: 26px 0 0px;
    }

    .applying__breadcumb li:nth-child(2) {
        display: flex;
    }

    .content__container {
        max-width: 558px;
        width: 100%;
        margin: 0 auto;
        padding: 54px 0 20px;
    }

    /* .body__container {
        max-width: 558px;
        margin: 0 auto;
    } */

    .title {
        font-size: 40px;
        line-height: 48px;
    }

    /* .send__container {
        justify-content: center;
    } */

    .send__button {
        text-align: center;
    }

    .area-tabs nav {
        padding: 0px 0 10px;
        gap: 10px 24px;
        margin-bottom: 6px;
    }

    .teams__container {
        margin-top: 0px;
        gap: 24px;
        row-gap: 36px;
    }

    .teams__container .team__pack-area .team__pack-content {
        padding: 0 14px;
        text-align: center;
    }

    .teams__container .team__pack-area .person-name {
        margin-top: 12px;
    }

    .contact {
        padding-bottom: 0px;
    }

    .amount {
        padding: 0px 0 50px;
        margin-top: 100px;
        border-top: 1px solid #e1e1de;
        position: relative;
    }

    .james__news .james__news--list .james_col-4:nth-child(3) {
        display: none;
    }

    .sidebar.active {
        top: calc(100% - 454px) !important;
    }

    .teams__container .team__pack-area .team__pack-content img {
        width: 116px;
        height: 116px;
    }

    .wwedo__container {
        margin-bottom: 48px;
    }

    /* .area-tabs {
        margin-top: 0px;
    } */

    .sidebar__buttons--title {
        width: 100%;
    }

    .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;
        border: 1px solid var(--primary-blue);
    }

    .framework__contact {
        flex-wrap: wrap;
        gap: 24px;
    }

    .framework__contact-item {
        max-width: 100%;
        gap: 8px;
    }

    .sidebar .sidebar__sections {
        max-height: fit-content;
        overflow-y: unset;
        margin-bottom: 0px;
    }

    .sidebar .scroll-mb {
        max-height: calc(454px - 66px);
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media (max-width: 576px) {
    /* .james_container {
        padding-left: 16px;
        padding-right: 16px;
    } */

    .form form {
        flex-direction: column;
        align-items: start;
    }

    .hero .hero__content .hero__heading {
        font-size: 48px;
        line-height: 52px;
        width: 100%;
        margin: 0;
    }

    .applying__breadcumb {
        padding: 18px 0 0px;
    }

    .content__container {
        padding: 62px 0 40px;
    }

    .title {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 24px;
    }

    .sectionImage {
        margin-top: 24px;
    }

    .area-tabs nav {
        padding: 0 0 20px;
        gap: 4px 12px;
        margin-bottom: 4px;
    }

    .content__container .content img {
        margin: 16px 0 24px;
    }

    .content__container .content h4 {
        margin: 36px 0px 24px;
    }

    .wweoffer__wrapper-content img {
        margin: 0 !important;
    }

    .show_mobile {
        display: block !important;
    }

    .show_pc {
        display: none !important;
    }

    .wwedo__wrapper-content {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 24px;
    }

    .wweoffer__wrapper-content {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 24px;
    }

    .wweoffer .content img {
        margin: 0px !important;
    }

    .wwedo__container h4 {
        margin: 24px 0px;
    }

    .wwedo__container {
        margin-bottom: 24px;
    }

    .teams h3 {
        max-width: 100% !important;
        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;
    }

    .teams h3.subtitle {
        margin-top: 36px;
    }

    .teams__container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .framework__contact {
        display: flex;
        gap: 16px;
        margin-top: 24px;
        flex-wrap: wrap;
    }

    .framework__contact-item img {
        width: 36px;
        height: 36px;
    }

    .sidebar.active {
        top: calc(100% - 504px) !important;
    }

    .james__connect .james__connect--list .james_col-4 {
        width: 100%;
        max-width: 100%;
    }

    .james__connect .james__connect--list {
        max-width: 85%;
        margin: 0 auto;
    }

    .sidebar__buttons .sidebar__buttons--link {
        width: 100%;
        margin-bottom: 0px !important;
    }

    .sidebar .sidebar__buttons {
        gap: 16px;
    }

    .sidebar.active {
        top: calc(100% - 504px) !important;
    }

    .logo {
        flex-wrap: wrap;
        row-gap: 36px;
        gap: 30px;
    }

    .left {
        gap: 20px;
        width: 40%;
    }

    .left img,
    .left img#image_0 {
        width: auto;
        height: 48px;
        object-fit: cover;
    }

    .left img:nth-child(2),
    .left img#image_1 {
        width: auto;
        height: 64px;
        object-fit: cover;
    }

    .right img {
        width: auto;
        height: 48px;
        object-fit: cover;
    }

    .sidebar .scroll-mb {
        max-height: 454px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .tab_content .content .explore-box span+img {
        margin: 0;
    }
}