.t-submit:hover{
    background-color: #025f43!important;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.t-submit{
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

*[data-elem-type=image][data-animate-sbs-event="hover"],
*[data-elem-type=button]{
    cursor: pointer;
}

@media( max-width: 639px ){
    #rec470897471 .t-container{
        max-width: 360px;
    }
    
    #rec470897471 .t835__btn-wrapper{
        display: grid;
        grid-gap: 15px;
    }
    
    #rec470897471 .t-form__submit{
        position: relative;
        margin: 0 auto;
        left: 0;
    }
    
    #rec470897471 form{
        max-width: 360px;
    }
    
    #rec470897471 form button{
        max-width: 360px;
    }
}

@media( max-width: 479px ){
    form{
        max-width: 300px;
    }
    
    form button{
        max-width: 300px;
    }
}

