/* REBUILD-0086 high-precision source-led 404 page layer. */

body.error404 .dscr-not-found--rebuild-0081-v1 {
	width: 100%;
	max-width: none;
	min-height: calc(100svh - 251px);
	margin: 0;
	padding: 14px 16px max(73px, env(safe-area-inset-bottom));
	box-sizing: border-box;
	overflow: clip;
	background: #f7f7f7;
	color: #282828;
}

body.error404 .dscr-not-found--rebuild-0081-v1 .dscr-not-found__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: none;
	margin: 0;
	text-align: center;
}

body.error404 .dscr-not-found--rebuild-0081-v1 .dscr-not-found__content > * {
	margin-inline: auto;
}

body.error404 .dscr-not-found--rebuild-0081-v1 .dscr-not-found__copy-desktop {
	display: none;
}

body.error404 .dscr-not-found--rebuild-0081-v1 h1 {
	margin: 0;
	color: #000;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
}

body.error404 .dscr-not-found--rebuild-0081-v1 .dscr-not-found__message {
	max-width: none;
	margin-top: 12px;
	margin-bottom: 0;
	color: #000;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.2;
}

body.error404 .dscr-not-found--rebuild-0081-v1 .dscr-not-found__media {
	display: none;
}

body.error404 .dscr-not-found--rebuild-0081-v1 .dscr-not-found__media img {
	display: block;
	width: 100%;
	height: auto;
}

body.error404 .dscr-not-found--rebuild-0081-v1 .dscr-not-found__recovery {
	margin-top: 39.016px;
	margin-bottom: 0;
	font-size: 0;
	line-height: 1;
}

body.error404 .dscr-not-found--rebuild-0081-v1 .dscr-not-found__recovery a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 162px;
	height: 48px;
	padding: 0;
	border-radius: 8px;
	background: #ff6146;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
	box-sizing: border-box;
}

body.error404 .dscr-not-found--rebuild-0081-v1 .dscr-not-found__recovery a:hover {
	background: #e94f39;
	color: #fff;
}

body.error404 .dscr-not-found--rebuild-0081-v1 .dscr-not-found__recovery a:focus-visible {
	outline: 3px solid #282828;
	outline-offset: 3px;
}

body.error404 .dscr-not-found--rebuild-0081-v1 .dscr-not-found__recovery a:active {
	background: #d94733;
}

@media (min-width: 360px) and (max-width: 599px) {
	body.error404 .dscr-not-found--rebuild-0081-v1 {
		padding-top: 5px;
	}

	body.error404 .dscr-not-found--rebuild-0081-v1 .dscr-not-found__message {
		margin-top: 12px;
	}
}

@media (min-width: 600px) and (max-width: 1023px) {
	body.error404 .dscr-not-found--rebuild-0081-v1 {
		padding-top: 44px;
	}

	body.error404 .dscr-not-found--rebuild-0081-v1 .dscr-not-found__recovery {
		margin-top: 37px;
	}
}

@media (min-width: 1024px) {
	body.error404 .dscr-not-found--rebuild-0081-v1 {
		min-height: clamp(44rem, calc(59.16875vw - 17.36px), 70rem);
		padding: clamp(7.75rem, calc(9.47917vw - 10.09px), 10.75rem) 24px clamp(3rem, 4.6vw, 5.5rem);
		background: #fff6e8;
	}

	body.error404 .dscr-not-found--rebuild-0081-v1 .dscr-not-found__copy-mobile {
		display: none;
	}

	body.error404 .dscr-not-found--rebuild-0081-v1 .dscr-not-found__copy-desktop {
		display: inline;
	}

	body.error404 .dscr-not-found--rebuild-0081-v1 h1 {
		color: #333;
		font-family: inherit;
		font-size: 2.7832rem;
		font-weight: 400;
		line-height: 1.3;
	}

	body.error404 .dscr-not-found--rebuild-0081-v1 .dscr-not-found__message {
		max-width: none;
		margin-top: 2.09375rem;
		color: #000;
		font-family: inherit;
		font-size: 1.11328125rem;
		line-height: 1.31;
		white-space: nowrap;
	}

	body.error404 .dscr-not-found--rebuild-0081-v1 .dscr-not-found__media {
		display: block;
		width: clamp(10.5rem, calc(16.35417vw - 2.46px), 19.47125rem);
		margin-top: 3.7109375rem;
		margin-bottom: 0;
	}

	body.error404 .dscr-not-found--rebuild-0081-v1 .dscr-not-found__recovery {
		margin-top: 3.7109375rem;
		color: #000;
		font-size: 1.3916rem;
		line-height: 1.6667;
	}

	body.error404 .dscr-not-found--rebuild-0081-v1 .dscr-not-found__recovery a {
		display: inline;
		min-height: 0;
		padding: 0;
		border-radius: 0;
		background: transparent;
		color: inherit;
		font-family: inherit;
		font-size: inherit;
		font-weight: inherit;
		text-decoration: underline;
		text-underline-offset: 0.12em;
		transition: none;
	}

	body.error404 .dscr-not-found--rebuild-0081-v1 .dscr-not-found__recovery a:hover {
		background: transparent;
		color: #a64f00;
	}

	body.error404 .dscr-not-found--rebuild-0081-v1 .dscr-not-found__recovery a:active {
		background: transparent;
		color: #000;
	}
}

@media (min-width: 1680px) {
	body.error404 .dscr-not-found--rebuild-0081-v1 h1 {
		font-size: 3.7207rem;
	}

	body.error404 .dscr-not-found--rebuild-0081-v1 .dscr-not-found__message {
		margin-top: 2.786rem;
		font-size: 1.48828125rem;
	}

	body.error404 .dscr-not-found--rebuild-0081-v1 .dscr-not-found__media {
		margin-top: 4.9609375rem;
	}

	body.error404 .dscr-not-found--rebuild-0081-v1 .dscr-not-found__recovery {
		margin-top: 4.9609375rem;
		font-size: 1.86035rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.error404 .dscr-not-found--rebuild-0081-v1 *,
	body.error404 .dscr-not-found--rebuild-0081-v1 *::before,
	body.error404 .dscr-not-found--rebuild-0081-v1 *::after {
		animation: none !important;
		transition: none !important;
	}
}
