a.btn-mail.btn-mail {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	border: 0;
	box-shadow: none;
	cursor: pointer;
	outline: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 7px;
	color: #000;
	font-size: 14px;
	font-family: 'DIN Pro', sans-serif;
	font-weight: 400;
	line-height: 1.41;
	background-color: #EAF0F5;
	border-radius: 10px;
	padding: 4.5px 18px;
	transition-property: color, background-color;
	transition-duration: .4s;
	transition-timing-function: ease;
}

a.btn-mail.btn-mail:before {
	content: '';
	display: block;
	flex-shrink: 0;
	width: 20px;
	aspect-ratio: 1;
	background-color: currentColor;
	mask-repeat: no-repeat;
	mask-size: cover;
	mask-position: center center;
	mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.40436 1.6543L14.75 7.99995L8.40436 14.3456' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.7499 8L1.25 8' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	-webkit-mask-position: center center;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' fill='none' viewBox='0 0 20 21'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='M18.3 6.4v8.4a2 2 0 0 1-2 2H3.7a2 2 0 0 1-2-2V6.4'/%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='M18.3 6.4a2 2 0 0 0-2-2H3.7a2 2 0 0 0-2 2L8.9 11a2 2 0 0 0 2.2 0l7.2-4.6Z'/%3E%3C/svg%3E");
}

a.btn-mail.btn-mail:hover {
	color: #FFF;
	background-color: #737373;
}
