#header {
    height: 64px !important;
    opacity: 1;
    background: rgba(0, 0, 0, 0.6);
    /* backdrop-filter: blur(10px); */
}

.header-container {
    height: 64px !important;
    min-height: 64px !important;
}

.card-header {
    text-align: center;
    max-width: 1280px;
    margin: auto;
    background: transparent;
}

.card-header-flex {
    display: flex;
    justify-content: center;
}

.card-header-title {
    height: 72px;
    opacity: 1;
    color: #FFFFFF;
    font-size: 64px;
    font-weight: 700;
    font-family: "Noto Sans SC";
    text-align: center;
    line-height: 72px;
    letter-spacing: 1.92px;

}

.card-header-content {
    /* width: 430px; */
    margin: 0px 24px;
    height: 40px;
    opacity: 1;
    color: rgba(255, 255, 255, 1);
    font-size: 32px;
    font-weight: 400;
    font-family: "Noto Sans SC";
    text-align: center;
    line-height: 40px;
    letter-spacing: 0.96px;
}

.card-header-hr {
    width: 168px;
    height: 1px;
    border-radius: 1px;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
}

.card-header-button {
    width: 200px;
    height: 56px;
    border-radius: 35px;
    opacity: 1;
    background: #4EBB6E;
    box-shadow: 0 4px 15px 0 rgba(44, 130, 69, 0.2);
    border: 0;
    color: white;
    font-size: 18px;
    font-weight: 500;
    font-family: "Noto Sans SC";
    text-align: center;
    line-height: 26px;
}