<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background: #60686d;
	color: #333333;
	display: block;
	font-size: 13px;
	line-height: 1.6;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

a, a:focus, a:hover, a:active {
	outline: 0 !important;
}

h1, .h1 {
	font-family: inherit;
	font-size: 36px;
	margin-top: 20px;
	margin-bottom: 10px;
}

strong, b {
	font-weight: bold;
}

.error {
	padding: 60px 0;
	text-align: center;
}

.error h1 {
	color: #FFFFFF;
	font-size: 36px;
	font-weight: 300;
	line-height: 1.15;
	margin: 45px 0 20px;
}

.error .h1 {
	color: #454D51;
	display: block;
	font-size: 180px;
	font-weight: 200;
	line-height: 260px;
	margin-bottom: 25px;
}

.error .h1 .img-404 {
	position: relative;
	top: -15px;
}

.error span.sorry {
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	font-weight: 300;
	padding-bottom: 40px;
}

.logo {
	display: block;
	width: 140px;
	height: 50px;
	margin: auto;
}

.img-offline {
	display: block;
	width: 460px;
	height: 265px;
	margin: auto;
	margin-top: 0;
	margin-bottom: 40px;
}

.img-forbidden {
	display: block;
	width: 265px;
	margin: auto;
	margin-top: 0;
	margin-bottom: 40px;
}

.btn-red {
	background: #E74C3C;
	border: 0;
	border-radius: 3px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	padding: 12px;
	position: relative;
	text-decoration: none;
	width: 168px;
	height: 45px;
	white-space: nowrap;
}

.btn-red:hover, .btn-red:focus, .btn-red:active {
	background: #C0392B;
	color: #FFFFFF;
	text-decoration: none;
}

.btn-red:hover {
	transition: all 0.3s ease-in-out;
}

.btn-red:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.sticky-footer {
	bottom: 0;
	padding: 20px;
	position: absolute;
	width: 100% !important;
	height: 60px;
}

.copyright-space {
	color: #EEEEEE;
	font-size: 14px;
	text-align: center;
}

.copyright-space a:hover,
.copyright-space a:focus,
.copyright-space a:active {
	color: #E74C3C;
	text-decoration: underline;
}

.copyright-space a:visited {
	text-decoration: none;
}

.color-red {
	color: #E74C3C;
	text-decoration: none;
}

@media (max-width: 620px) {
	.error .h1 {
		font-size: 108px;
	}

	.error .h1 .img-404 {
		width: 159px;
	}
}

@media (max-width: 380px) {
	.error .h1 {
		font-size: 75px;
	}

	.error .h1 .img-404 {
		width: 110px;
		top: -7px;
	}
}

@media (max-width: 500px) {
	.container {
		padding-left: 0;
		padding-right: 0;
	}

	.img-offline {
		width: 368px;
		height: 212px;
	}

	.img-forbidden {
		width: 212px;
	}
}

@media (max-width: 360px) {
	.container {
		padding-left: 0;
		padding-right: 0;
	}

	.img-offline {
		width: 100%;
		height: auto;
	}
}</pre></body></html>