/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 12 2025 | 19:14:48 */
.button-sp .elementor-button,
form .elementor-button {
	background-image: linear-gradient(to right, #4F9FB0 0%, #377292  50%, #4F9FB0  100%);
	/*background-image: linear-gradient(to right, #377292 0%, #4F9FB0  50%, #377292  100%);*/
	background-size: 200%;
	transition: 0.5s;
}

.button-sp .elementor-button:hover,
form .elementor-button:hover {
	background-position: right;
}

.button-sp-2 .elementor-button {
	background-image: linear-gradient(to right, #FFF 0%, #E6E6E6  50%, #FFF  100%);
	background-size: 200%;
	transition: 0.5s;
}

.button-sp-2 .elementor-button:hover {
	background-position: right;
}