.ldbg-404 {
	background: linear-gradient(180deg, #3f3f3f 0%, #292929 24%, #0d0d0d 62%, #000000 100%);
	border: 0;
	box-sizing: border-box;
	color: #e8e8e8;
	display: block;
	margin: 0 0 34px;
	max-width: none !important;
	min-height: 520px;
	padding: 38px 40px 58px;
	width: 100%;
}

.ldbg-404 * {
	box-sizing: border-box;
}

.ldbg-404__eyebrow {
	color: #ffad83;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.ldbg-404 h2 {
	color: #ffffff;
	font-size: 36px;
	line-height: 1.15;
	margin: 0 0 10px;
}

.ldbg-404 p {
	margin-top: 0;
}

.ldbg-404__content > p {
	text-align: justify;
	text-align-last: left;
}

.ldbg-404__content {
	clear: both;
	float: none;
	max-width: none !important;
	width: 100%;
}

.ldbg-404__links {
	clear: both;
	display: grid;
	float: none;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 34px 0;
	max-width: none !important;
	width: 100%;
}

.ldbg-404__links a {
	background: #000000;
	border: 1px solid #008000;
	color: #e8e8e8;
	display: block;
	min-height: 126px;
	padding: 20px;
	text-decoration: none;
}

.ldbg-404__links a:hover,
.ldbg-404__links a:focus {
	border-color: #30f8ff;
	box-shadow: 0 0 0 2px rgba(0, 128, 0, .28);
}

.ldbg-404__links span {
	color: #ffad83;
	display: block;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 4px;
}

.ldbg-404__links small {
	color: #d3d3d3;
	display: block;
	font-size: 13px;
	line-height: 1.35;
	text-align: justify;
	text-align-last: left;
}

.ldbg-404__callout {
	align-items: center;
	background: #000000;
	border-left: 4px solid #f36f21;
	clear: both;
	display: flex;
	float: none;
	flex-wrap: wrap;
	gap: 10px 16px;
	justify-content: space-between;
	max-width: none !important;
	padding: 14px 16px;
	width: 100%;
}

.ldbg-404__callout p {
	font-weight: 700;
	margin: 0;
}

.ldbg-404__callout a {
	color: #ffad83;
	font-weight: 700;
	text-decoration: none;
}

@media (max-width: 640px) {
	.ldbg-404 {
		min-height: 0;
		padding: 24px 20px 38px;
	}

	.ldbg-404__links {
		grid-template-columns: 1fr;
	}
}
