.nav_other {
    background: #1F1F24 !important;
}

.index_main {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 80px;
}

.index_header {
    position: sticky;
    top: 64px;
    z-index: 11;
    background: #1C1D1F;
    width: 100%;
    margin: unset !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #3F414B;

}

.index_title {
    width: 100%;
    display: flex;
    margin-top: 32px;
    padding-bottom: 32px;
}

.index_title a:hover {
    color: #FFDB9E;
}

.title-test-btn1 {
    font-family: "Inter Regular";
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #FFDB9E;
    z-index: 1;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_title a:hover,
.index_title a:focus,
.index_title a:active {
    color: #FFDB9E !important;
}

.title-test-btn2:hover,
.title-test-btn2:focus,
.title-test-btn2:active {
    color: #FFDB9E !important;
}

.title-test-btn2 {
    font-family: "Inter Regular";
    font-size: 16px;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #FFFFFF;
    z-index: 1;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_discounts {
    position: relative;
    left: 0px;
    width: 100%;
    height: auto;
    border-radius: 6px;
    opacity: 1;
    text-align: center;
    padding: 30px 0px 0px 0px;
    align-content: center;
}

.article-list-header {
    padding: 0px 0 15px 0;
    border-bottom: 1px solid #3F414B;
    display: flex;
    flex-direction: column;
}

.article-list-header .article-item {
    text-align: left;
    margin-bottom: 30px;
}

.article-list-header .article-buttom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.article-list-header .article-buttom .content-left {
    font-family: "Inter Regular";
    font-size: 16px;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #80879A;
    -webkit-font-smoothing: antialiased;
    align-self: center;
}

.article-list-header .article-buttom .content-right {
    white-space: nowrap;
    text-align: right;
    white-space: nowrap;
    text-align: right;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}

.header-title {
    font-family: "Inter Regular";
    font-size: 48px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0em;
    font-weight: bold;
    color: #FFFFFF;
    -webkit-font-smoothing: antialiased;
    z-index: 0;

}

.content-right-text {
    font-family: "Inter Regular";
    font-size: 16px;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #FFDB9E;
    -webkit-font-smoothing: antialiased;
    margin-right: 6px;
    align-self: center;
}

.share-client-image {
    width: 32px;
}

.share-client-refresh {
    cursor: pointer;
    text-align: left;
    text-decoration: none !important;
}

.subheading_list {
    padding: 30px 0 0px 0;
    text-align: left;
}

.subheading {
    text-align: left;
}

.subheading p {
    font-family: "Inter Regular";
    font-size: 15px;
    font-weight: normal;
    line-height: 160%;
    letter-spacing: 0em;
    color: #80879A;
    margin-bottom: 3px;
}

.subheading p a {
    color: #80879A;
    text-decoration: none;
}

.subheading .subheading_title {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600px;
    color: #FFFFFF;
}

.subheading .subheading_title:first-child {
    margin-top: 0 !important;
}

.subheading .subheading_title_small {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 600px;
    color: #FFFFFF;
}

.subheading .table_form {
    display: flex;
    flex-direction: row;
}

.subheading .table_form>div {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 500px;
}

.subheading .table_form>div>div {
    height: 40px;
    border: 1px solid #3F414B;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subheading .table_form>div>div p {
    margin-bottom: unset;
}

.golden {
    color: #FFDB9E !important;
}

.white {
    color: #FFFFFF !important;
}

.red {
    color: #FF4D4F !important;
}

.help_img {
    margin: 20px 0;
    width: 100%;
    cursor: pointer;
}


@media only screen and (max-width: 767px) {

    .index_main {
        padding: 0 16px;
    }

    .index_main .main_part {
        padding: 0px !important;
    }

    .index_header {
        border: none;
    }

    .header-title {
        font-size: 24px;
    }

    .subheading table {
        display: block;
        width: 100%;
    }

    .subheading .table_form {
        flex-direction: column;
        gap: 30px;
    }

    .article-list-header {
        flex-direction: column;
        align-items: unset;
    }

    .article-list-header .content-right {
        text-align: left;
    }
}

@media only screen and (max-width: 410px) {
    .subheading .table_form>div>div p {
        max-width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }


}