:root {
    --main--color: #7b715e;
}


.eg-glossary *,
.eg-glossary *::before,
.eg-glossary *::after {
    word-break: initial;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.eg-glossary .eg-glossary__header {
    margin: 0 0 1em;
}

.eg-glossary.is-style-boxed {
    background: #fafafa;
    padding: 4rem;
}

.eg-glossary .eg-nav {

    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 56px;
    justify-content: center;
}

.eg-glossary .eg-nav a.eggb_active_nav {

    border: 1px solid #3C3F46;
    color: #000 !important;
}

.eg-glossary .eg-nav a.eggb_disabled {
    color: #dfdfdf;
    pointer-events: none;
}

.eg-glossary .eg-nav a.eggb_search_disabled {
    color: #494c4d;
    pointer-events: none;
}

.eg-glossary .eg-nav a {

    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;

    border-radius: 8px;
    width: 64px;
    height: 64px;
    aspect-ratio: 1;
    background: #F8F9FA;


    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    border: 1px solid #DDDDDD
}

.eg-glossary .eg-search {
   
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 27px;

    max-width: 690px;
    margin: 0 auto;
    margin-bottom: 56px;


}

.eg-glossary .eg-search input {
    width: 100%;

    border: 1px solid #DDDDDD;
    background: #F8F9FA;
    border-radius: 6px;

    padding: 12px 14px;

    font-weight: 400;
    font-size: 16px;
    line-height: 20px;

}

.eg-search::placeholder {
    color: #787E8A;
}


.eg-glossary .eg-content .eg-content__letter {
    display: block;
    width: 100%;
    max-width: 333px;


    color: #787E8A;
    font-weight: 500;
    font-size: 100px;
    line-height: 100px;
    border: none;
    background: transparent;
    font-style: normal;
    display: flex;
    align-items: center;
    text-align: center;
}

@media (max-width: 991px) {
    .eg-glossary .eg-content .eg-content__letter {
        width: fit-content;

    }

    .eg-letter-section {
        flex-direction: column;
    }
}



.eg-glossary .eg-content .eg-item-description>p {
    margin: 0;
}

.eg-glossary .eg-nullsearch {
    display: none;
    margin: 0 0 1em;
}

.eg-glossary .eg-search-button {
    background-color: #0B0F18 !important;
    line-height: 135%;
    font-weight: 700;
    text-align: center;
    font-family: "Aeronic", sans-serif;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    position: relative;
    z-index: 1;
    color: #F8F9FA;
    border-radius: 100px;
    font-size: 24px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 8px 72.5px;
    border: none;
}




.eg-glossary.is-style-boxed {
    background: transparent;
}



.eg-letter-section {
    margin: 0 auto;
    display: flex;
    gap: 20px;
    align-items: start;
    justify-content: start;
    padding-top: 32px;
    padding-bottom: 32px;
    width: 100%;
    border-top: 2px solid #DDDDDD;


}

.up-custom_wrapper-wrap {

    gap: 20px;
    display: flex;
    flex-wrap: wrap;

}


.eg-item {
    width: 100%;
    max-width: 333px;
    display: flex;
    flex-direction: column;
}

.eg-item .eg-item-title {

    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 10px;
    color: #0B0F18;

}

.eg-item .eg-item-description {

    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #3C3F46;

}
.eg-item .eg-item-description a {
    color: #FCD91B;
}



.eg-glossary .eg-glossary__header {
    margin: 0 auto;
  

}
