.wi-error-page {
	height: 1159px;
	padding: 0;
	position: relative;
	text-align: center;
}

.wi-error-page__code {
	color: var(--wp--preset--color--primary-dark);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 500px;
	font-weight: 700;
	left: 0;
	letter-spacing: 0;
	line-height: 500px;
	margin: 0;
	opacity: 1;
	position: absolute;
	top: 152px;
	width: 100%;
}

.wi-error-page__content {
	left: 0;
	margin: 0;
	max-width: none;
	position: absolute;
	top: 802px;
	width: 100%;
}

.wi-error-page__content h1 {
	color: var(--wp--preset--color--primary);
	font-size: 100px;
	letter-spacing: 0;
	line-height: 100px;
	margin-bottom: 40px;
}

.wi-error-page__content p {
	font-size: 24px;
	font-weight: 300;
	line-height: 42px;
	margin: 0 auto;
	max-width: 1048px;
}

.wi-error-page__content .wi-button {
	margin-top: 80px;
}

@media (max-width: 767.98px) {
	.wi-error-page {
		height: auto;
		min-height: 0;
		padding-top: 64px;
	}

	.wi-error-page__code {
		font-size: clamp(150px, 46vw, 220px);
		line-height: 0.9;
		position: static;
	}

	.wi-error-page__content {
		margin-top: 48px;
		padding-inline: var(--wi-gutter);
		position: static;
	}

	body #page .wi-error-page__content h1 {
		font-size: 48px !important;
		letter-spacing: 0;
		line-height: 48px !important;
	}

	.wi-error-page__content p {
		font-size: 18px;
		line-height: 1.6;
	}
}
