/* Crisp Contact Form */

.form-wrapper {
	padding: 0px !important;
}
.form-wrapper .form {
	max-width: unset !important;
	margin: 0px !important;
	font-family: "Open Sans" , Sans-serif !important;
	font-weight: 400 !important;
}

.form-wrapper .form .send-message {
	width: fit-content !important;
	background-color: #8BBF24 !important;
	color: white !important;
	transition: .3s ease;
}

.form-wrapper .form .send-message:hover {
	background-color: #47A517 !important;
}