
#ag_fltr
{
    z-index: 99999999999999999999;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
}

#ag_fltr_rocket_white
{
    position: fixed;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    z-index: 99999999999999999999;
}

.ag_fltr_content
{
    width: calc( 100% - 20px );
}

.ag_fltr_t
{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 58px;
    line-height: 50px;
}

@media (max-width: 768px)
{
    .ag_fltr_t
    {
        font-size: 24px;
        line-height: 32px;
    }
}
@media (min-width: 769px) and (max-width: 1024px)
{
    .ag_fltr_t
    {
        font-size: 32px;
        line-height: 48px;
    }
}

.ag_fltr_v
{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    line-height: 32px;
    margin-top: 24px;
}

@media (max-width: 768px)
{
    .ag_fltr_v
    {
        font-size: 16px;
        line-height: unset;
    }
}
@media (min-width: 769px) and (max-width: 1024px)
{

    .ag_fltr_v
    {
        font-size: 18px;
        line-height: unset;
    }
}


.ag_fltr_btn
{
    display: inline-flex;
    width: 100%;
    margin-top: 50px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}


.ag_fltr_btn_item
{
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    font-weight: bold;
    font-size: 24px;
    line-height: 20px;
    padding: 10px 60px 14px 60px;
    transition: all 345ms ease;
    margin: 10px 24px;
    cursor: pointer;
}

.ag_fltr_btn_item:hover
{
    text-decoration: underline;
}
