.button-gradient-default {
    background: rgb(191, 0, 95);
    background: linear-gradient(90deg, rgba(191, 0, 95, 1) 0%, rgba(99, 0, 54, 1) 100%);
}

.button-gradient-default:hover {
    background: rgb(191, 0, 95);
    background: linear-gradient(90deg, rgba(191, 0, 95, 1) 100%, rgba(99, 0, 54, 1) 100%);
}