.Select_selectMainDiv__QD2cf {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    margin: auto;
    padding: .8rem 0;
    gap: .5rem;
}

.Select_selectTag__IzyVd {

    text-transform: uppercase;
    padding: .8rem;
    outline: none;
    border: 2px solid #ffd800;
    border-radius: 5px;
    font-weight: 700;
}

.Select_button__PIOQS {
    padding: 12px 20px;
    outline: none;
    border: 1px solid #ffd800;
    background-color: #ffd800;
    border-radius: 5px;
    font-weight: 700;
}

@media(max-width: 768px) {
    .Select_selectMainDiv__QD2cf {
        width:96%;
    }

    .Select_secondTag__Q9uV_,.Select_selectTag__IzyVd {
        padding: .2rem;
       
    }

    .Select_secondTag__Q9uV_ {
        width: 40%;
    }

    .Select_button__PIOQS {
        padding: 4px 10px;
        outline: none;
        border: 1px solid #ffd800;
        background-color: #ffd800;
        border-radius: 5px;
        font-weight: 700;
    }
}


.button-50 {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    background-color: #000;
    background-image: none;
    border: 1px solid #000;
    border-radius: 4px;
    box-shadow: 4px 4px 0 0 #fff, 4px 4px 0 1px #000;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: ITCAvantGardeStd-Bk,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 5px 10px 0;
    overflow: visible;
    padding: 12px 40px;
    text-align: center;
    text-transform: none;
    touch-action: manipulation;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}
.forChart {
    font-size: 20px;
    padding: 1rem;
    font-weight: 400;
}
.faq {
    padding: 20px 0;
    background: #4b4b4b;
}
.faq, .yellow-one {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}


.Accordian_input__zKw_Y {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.Accordian_tabs___mQ3J {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgba(0,0,0,.5);
    width: 50%;
    margin: auto auto .7rem
}

.Accordian_tab__t24lo {
    width: 100%;
    color: #fff;
    overflow: hidden
}

.Accordian_tabLabel__UPw4z {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    background: #000;
    font-weight: 700;
    cursor: pointer
}

.Accordian_tabLabel__UPw4z:hover {
    background: #1a252f
}

.Accordian_tabLabel__UPw4z:after {
    content: "\276F";
    width: 1rem;
    height: 1rem;
    text-align: center;
    transition: all .35s
}

.Accordian_tabContent__b1_ee {
    max-height: 0;
    padding: 0 1em;
    color: #2c3e50;
    font-size: 16px;
    background: #fff;
    transition: all .35s;
    margin: 0!important
}

.Accordian_tab-close__YaoIX {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: .75em;
    background: #2c3e50;
    cursor: pointer
}

.Accordian_input__zKw_Y:checked+.Accordian_tabLabel__UPw4z,.Accordian_tabClose__miLw_:hover {
    background: #1a252f
}

.Accordian_input__zKw_Y:checked+.Accordian_tabLabel__UPw4z:after {
    transform: rotate(90deg)
}

.Accordian_input__zKw_Y:checked~.Accordian_tabContent__b1_ee {
    max-height: 100vh;
    padding: 1em
}

@media(max-width: 767px) {
    .Accordian_tabs___mQ3J {
        width:98%
    }
}
