body.home #container {
	padding-bottom: 0 !important;
}

.pum-container {
	display: none !important;
}

.close {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: calc(100svh - 45px);
	padding-top: max(10svh, 80px);
	background-color: #fff;
	text-align: center;
	line-height: 1.8;
}
.close::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: max(10svh, 80px);
	background-color: #faf8f4;
}
.close-inner {
	padding: 80px 0;
}
.close-title {
	line-height: 1.5;
	font-weight: 600;
	font-size: 28px;
	color: #189d82;
}
.close-lead {
	margin-top: 40px;
	font-weight: 400;
	font-size: 18px;
}
.close-subtitle {
	margin-top: 40px;
	font-weight: 500;
	font-size: 15px;
}
.close p:not([class]) {
	font-size: 15px;
	font-weight: 400;
}
.close-link:link {
	text-decoration: underline;
	color: #333;
}

@media (hover: hover) {
	.close-link {
		transition: opacity 0.3s linear;
	}
	.close-link:hover {
		opacity: .5;
	}
}
@media (max-width: 767px) {
	.close {
		min-height: calc(100svh - 35px);
		padding-top: 15vw;
	}
	.close::before {
		height: 15vw;
	}
	.close-inner {
		padding: 50px 20px;
	}
	.close-title {
		text-align: center;
		font-size: 24px;
	}
	.close-lead {
		margin-top: 30px;
		font-size: 15px;
	}
	.close-subtitle {
		margin-top: 30px;
		font-size: 14px;
	}
	.close p:not([class]) {
		font-size: 14px;
	}
}
