/* CSS Document */


.fc-container .fancybox-bg {

	background: rgba(0, 0, 0, 0.7);

	backdrop-filter: blur(10px);
}

.fancybox-is-open.fc-container .fancybox-bg {
	opacity: 1;
}

.fc-content {
	margin: 20px;
	max-width: 550px;
	padding: 30px;
	box-shadow: 10px 10px 60px -25px;
	border-radius: 4px;
}

.fc-content h3 {
	margin-top: 0;
	font-size: 1.6em;
	letter-spacing: normal;
}

.fc-content p {
	color: #666;
	line-height: 1.5;
}

.fc-content p:last-child {
	margin-bottom: 0;
}

/* Custom animation */
.fancybox-fx-material.fancybox-slide--previous,
.fancybox-fx-material.fancybox-slide--next {
	transform: translateY(-60px) scale(1.1);
	opacity: 0;
}

.fancybox-fx-material.fancybox-slide--current {
	opacity: 1;
	transform: translateY(0) scale(1);
}




.btn {
	width: calc(50% - 20px);
	background-color: #86a929;
	color: #fff;
	font-size: 1rem;
	flex-grow: 2;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	padding: 10px;
	padding-top: 8px;
	padding-bottom: 8px;


	display: inline-block;
	margin: 0 auto;
	text-align: center;


	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	border: 0;
	font-family: inherit;
	font-weight: 800;

	margin: 10px;

	border: 0px;


	cursor: pointer;
	outline: none;

}

.btn:Hover {

	background-color: #ef7d00;
}



.btn2 {
	width: calc(50% - 20px);
	background-color: #da2032;
	background-color: #666666;
	color: #fff;
	font-size: 14px;
	flex-grow: 2;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	padding: 10px;
	padding-top: 8px;
	padding-bottom: 8px;


	display: inline-block;
	margin: 0 auto;
	text-align: center;


	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	border: 0;
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	margin: 10px;


	cursor: pointer;

}

.btn2:Hover {


	background-color: #af2032;
}