.error-page-component {
	color: #fff;
	min-height: 23.75rem;
	position: relative;
	text-align: center;
	font-family: benton-sans, sans-serif;
	font-weight: 400;
	margin-top: 46px;
	margin-bottom: 46px; /* footer space*/
}
@media (min-width : 1280px){
	.error-page-component{margin-top: 75px;}
}

.error-page-component__wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 40px);
	padding: 0px 20px;
}
.error-page .cookie {
	display: none !important;
}

.error-page-component__code {
	font-family: benton-sans, sans-serif;
	font-weight: 700;
	font-size: 2.8125rem;
	margin-bottom: 3.125rem
}

.error-page-component__title {
	font-family: benton-sans, sans-serif;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.25rem;
	margin-bottom: 1.25rem
}

.error-page-component__subtitle {
	font-size: .875rem;
	line-height: 1.25rem;
	margin-bottom: 4.375rem
}

.error-page .cookie {
	display: none;
}

.cookie {
	font-family: benton-sans, sans-serif;
	width: 505px!important;
    height: 275px;
}

.cookie .banner_title {
	padding-bottom: 0px!important;
}

.cookie .cta_wrapper .banner_cta {
	font-family: benton-sans, sans-serif;
	height: 15px;
}

.cookie .cta_wrapper .banner_cta {
	font-family: benton-sans, sans-serif;
	height: 15px;
}

.cookie .cta_wrapper .cta_accept {
	background-color: #000000;
	color: #FFFFFF;
}

a {
    color: #0c0c0c;
    text-decoration: none;
}

@media (min-width:768px) {
	.error-page-component {
		min-height: 39.375rem
	}
	.error-page-component__subtitle {
		margin-bottom: 3.125rem
	}
}

@media (min-width:1280px) {
	.error-page-component {
		min-height: 32.5rem
	}
	.error-page-component__code {
		font-size: 3.125rem;
		margin-bottom: 2.5rem
	}
}
