/* Welcome ------------------ */

.index-welcome-container {
    position: relative;
    width: 100%;
    height: calc(100vh - 80px);
    margin: auto;
    display: flex;
    align-items: center;
}

.index-welcome-c {
    width: 100%;
    margin: 0 0 85px; /* 43px 0 97px */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (max-width: 1128px) {
    .index-welcome-container {
        height: fit-content;
    }

    .index-welcome-c {
        margin: 120px 0 160px;
    }
}

@media screen and (max-width: 560px) {
    .index-welcome-container {
        height: calc(100vh - 135px);
        align-items: flex-end;
    }

    .index-welcome-c {
        padding: 0 0 110px;
        margin: 100px 0;
        justify-content: center;
        align-items: flex-start;
    }
}

.index-welcome-c h1 {
    color: #333;
    font-size: 4.3rem;
    font-weight: 400;
    line-height: 3.9rem;
    letter-spacing: -0.5px;
    padding: 0 450px 0 0;
    margin: 0;
    text-align: left;
}

@media screen and (max-width: 950px) {
    .index-welcome-c h1 {
        font-size: 3rem;
        line-height: 3rem;
        text-align: center;
        padding: 0;
    }
}

@media screen and (max-width: 560px) {
    .index-welcome-c h1 {
        text-align: left;
    }
}

.index-welcome-c h1 span {
    font-weight: 700;
}

.index-welcome-c p {
    font-size: 1.25rem;
    line-height: 1.7rem;
    margin: 28px 0 30px;
    padding: 0 54% 0 0;
}

@media screen and (max-width: 950px) {
    .index-welcome-c p {
        text-align: center;
        margin: 26px 0 30px;
        padding: 0 6%;
    }
}

@media screen and (max-width: 560px) {
    .index-welcome-c p {
        font-size: 1.2rem;
        line-height: 1.5rem;
        padding: 0;
        text-align: left;
    }
}

.index-welcome-c div {
    display: flex;
    gap: 20px;
}

.index-welcome-c div a:last-child {
    padding: 8px 0 6px;
}

.index-wch6 {
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #888;
    font-size: 0.7rem;
    font-weight: 400;
    margin: 3px 0;
}

@media screen and (max-width: 950px) {
    .index-welcome-c div {
        justify-content: center;
    }
}

@media screen and (max-width: 560px) {
    .index-wch6 {
        bottom: -25px;
        color: #666;
        left: calc(50% - (267.3px / 2));
    }
}

.index-welcome-bg-web {
    position: absolute;
    width: 50%;
    right: 0;
    bottom: 0;
    display: block;
}

.index-welcome-bg-mobile {
    position: absolute;
    width: 100vw;
    left: -5vw;
    bottom: 0;
    display: none;
}

@media screen and (max-width: 560px) {
    .index-welcome-bg-web {
        display: none;
    }
    .index-welcome-bg-mobile {
        display: block;
    }
}



/* MAIN ------------------ */

.index-main {
    width: 75%;
    height: fit-content;
    margin: auto;
}

@media screen and (max-width: 1128px) {
    .index-main {
        width: 90%;
        height: fit-content;
    }
}



/* MARKETING ------------------ */

.index-marketing-c {
    position: absolute;
    top: calc((100vh / 2) - 122px);
    right: calc(12.5% + 435px);
    width: 200px;
    height: 243.6px;
    margin: auto;
    padding: 0 30px;
    background-color: #1a2744;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

@media screen and (max-width: 1128px) {
    .index-marketing-c {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        height: fit-content;
        margin: auto;
        padding: 30px 5vw;
        border-radius: 0;
    }
}

.index-marketing-c div {
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

@media screen and (max-width: 560px) {
    .index-marketing-c {
        height: 30vh;
        padding: 0;
    }

    .index-marketing-c div {
        padding: 0 55px;
    }
}

.index-marketing-c div h5 {
    color: white;/*#00BBEA;*/
    font-size: 1.15rem;
    line-height: 1.15rem;
    font-weight: 500;
    text-align: center;
}

.index-marketing-c div p {
    color: #999;
    font-size: 0.9rem;
    line-height: 1rem;
    text-align: center;
    margin: 12px 0 9px 0;
}

.index-marketing-c div h4 {
    color: #00bbea;
}

.index-marketing-c a {
    color: #777;
    text-decoration: underline;
    transition: 0.6s ease;
    font-size: 0.7rem;
    margin-top: 8px;
}

.index-marketing-c a:hover {
    color: #b5bbbb;
}



/* SEARCH ------------------ */

.index-bgSearch {
    background: #eaeaea  /*#253a4e*/;
}

.index-search-container {
    position: absolute;
    top: calc((100vh / 2) - 122px);
    right: 12.5%;
    width: 425px;
    height: fit-content;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

@media screen and (max-width: 1128px) {
    .index-search-container {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        margin: auto;
    }
}

@media screen and (max-width: 560px) {
    .index-search-container {
        position: relative;
        height: 50vh;
    }
}

.search-c {
    width: 100%;
    padding: 50px;
    background: #FBFCFF;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08), 0 5px 26px 0 rgba(67, 94, 131, .15);
}

.search-c img {
    width: 28px;
    margin: 0 2px;
}

.search-c h5 {
    color: #333;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 6px;
}

.search-c h6 {
    color: #777;
    font-size: 1.05rem;
    font-weight: 500;
    margin-bottom: 15px;
}

@media screen and (max-width: 1128px) {
    .search-c {
        width: 100%;
        background: none;
        box-shadow: none;
    }

    .search-c h6 {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 560px) {
    .search-c {
        padding: 0;
    }
}

.search-c a {
    margin: 13px 0 0 0;
}

.search-btn {
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 4px 5px 4px 20px;
    background: #333;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.6s ease;
    cursor: pointer;
}

@media screen and (max-width: 560px) {
    .search-btn {
        width: 100%;
    }
}

.search-btn p {
    color: white;
    font-weight: 500;
    margin: 0 0 3px;
    padding: 0;
    display: flex;
    align-items: center;
}

.search-btn:hover {
    background-color: #f3f4f6;
}



/* Msg Notification ------------------ */

#popupIndicator {
    position: absolute;
    top: 134px;
    right: 12.5%;
    width: 123px;
    height: 35px;
    padding: 0 6px 0 9px;
    background: #1c459a;
    border-radius: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 1128px) {
    #popupIndicator {
        top: 20px;
        right: calc(6% + 40px);
    }
}

@media screen and (max-width: 560px) {
    #popupIndicator {
        top: 73px;
        left: 6%;
    }
}

#popupIndicator p {
    color: white;
    font-size: 0.85rem;
    line-height: 0.85rem;
    margin: 0 0 2px;
}

#closePopupButton {
    color: #333;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 0.8rem;
    padding: 6px 9px;
    background-color: white;
    border-radius: 25px;
    cursor: pointer;
}




/* SHORTCUTS ------------------ */

.index-shortcuts-c {
    position: absolute;
    top: 80px;
    right: 12.5%;
    width: fit-content;
    height: fit-content;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1128px) {
    .index-shortcuts-c {
        top: 73px;
        right: 5vw;
    }
}

@media screen and (max-width: 560px) {
    .index-shortcuts-c {
        flex-direction: column;
        align-items: flex-end;
    }
}

.index-shortcuts-c2 {
    background-color: white;
    border-radius: 25px;
    padding: 5px 15px 6px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08), 0 5px 26px 0 rgba(67, 94, 131, .15);
}

.index-shortcuts-c2 p {
    font-size: 0.85rem;
    line-height: 0.85rem;
    margin: 0;
}

.index-shortcuts-c ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 8px;
    list-style: none;
}



.index-shortcuts-c li {
    padding: 5px 0 6px;
}

.index-shortcuts-c li a {
    font-size: 0.9rem;
    padding: 8px 20px 9px;
    background: white;
    border-radius: 25px;
    transition: 0.6s ease;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08), 0 5px 26px 0 rgba(67, 94, 131, .15);
}

@media screen and (max-width: 560px) {
    .index-shortcuts-c ul {
        flex-direction: column;  
        align-items: flex-end;
        gap: 15px;
    }

    .index-shortcuts-c li a {
        font-size: 0.95rem;
        padding: 0;
        background: none;
        border-radius: 0;
        box-shadow: none;
    }
}

.index-shortcuts-c li a:hover {
    background-color: #b5bbbb;
}

.index-shortcuts-edit-a {
    font-size: 0.85rem;
    line-height: 0.85rem;
    margin: 5px 8px 5.4px;
    transition: 0.6s ease;
}

.index-shortcuts-edit-a:hover {
    color: #666;
}

.index-shortcuts-edit-img {
    width: 20px;
    height: 20px;
    padding-top: 2px;
}




/* MODAL ANNOUNCEMENT ------------------ */

@keyframes modalFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.index-modal-bg {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 40;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: #333333c9;
    padding: 105px 0 0;
    animation: modalFadeIn 1s ease;
    box-sizing: border-box;
}

@media screen and (max-width: 560px) {
    .index-modal-bg {
        padding: 0;
    }
}

.index-modal-ann-c {
    width: 50%;
    margin: 0 auto 0 auto;
}

@media screen and (max-width: 1128px) {
    .index-modal-ann-c {
        width: 70%;
    }
}

@media screen and (max-width: 560px) {
    .index-modal-ann-c {
        width: 100%;
        border-radius: 0;
    }
}

.index-modal-ann-content {
    width: 100%;
    padding: 50px;
    background: #f3f4f6;
    box-sizing: border-box;
}

@media screen and (max-width: 560px) {
    .index-modal-ann-content {
        padding: 50px 30px;
    }
}

.index-modal-ann-close {
    width: fit-content;
    font-size: 1rem;
    line-height: 1.45rem;
    font-weight: 500;
    transition: 0.6s ease;
    color: #222;
    margin-top: 22px;
    padding: 4px 25px 6px;
    background-color: #ccc;
    border: 1px solid #999;
    border-radius: 2px;
    cursor: pointer;
}

.index-modal-ann-close:hover {
    background-color: #f3f4f6;
}