@font-face {
	font-display: swap;
	font-family: FSEmeric;
	font-style: normal;
	font-weight: 400;
	src: url(/public/error-pages/fonts/FSEmericWeb-Regular.eot);
	src: url(/public/error-pages/fonts/FSEmericWeb-Regular.woff)
		format("woff")
}

a {
	text-decoration: underline;
	background-color: transparent;
}

a:active {
	color: #005ea5;
	text-decoration: underline
}

a:hover {
	color: #003078;
	text-decoration: underline
}

a:link {
	color: #1d70d8;
}

a:visited {
	color: #4c2c92
}

button {
	text-transform: none;
	background-color: #d8d8d8;
	color: #333;
	padding: 0;
	margin-left: 4px;
	width: 44px
}

button, input {
	font-family: inherit;
	font-size: 100%;
	overflow: visible;
	border: 1px solid #d8d8d8;
	height: 44px;
	margin-top: 8px;
	margin-bottom: 8px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	margin-bottom: 16px
}

h1 {
	font-size: 1.75em;
	width: 85%;
	line-height: 1.1;
	margin-bottom: 24px
}

h2 {
	line-height: 1.125;
	font-size: 1.25em;
	margin-bottom: 8px
}

h3 {
	font-size: 1.5rem;
	line-height: 1.17;
}

h4 {
	font-size: 1.25rem;
	line-height: 1.2
}

h5, h6 {
	font-size: 1rem;
	line-height: 1.5
}

hr {
	box-sizing: content-box;
	height: 0;
	border-top: 1px solid #eae8e8;
	overflow: visible
}

img {
	border-style: none
}

body {
	-webkit-font-smoothing: antialiased;
	color: #333;
	font-family: FSEmeric, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	min-width: 315px;
	margin: 0;
}

p, ul {
	margin-bottom: 1em;
	margin-top: 1em
}

p:first-child, ul:first-child {
	margin-top: 0
}

p:last-child, ul:last-child {
	margin-bottom: 0
}

.mo-logo {
	display: inline-block;
	height: 1.4em;
	overflow: hidden;
	text-indent: 300%;
	white-space: nowrap;
	width: 8.4em
}

:focus {
	box-shadow: 0 0 0 2px #000, 0 0 0 5px #b9dc0c;
	outline: 0;
}

.http-error {
	column-gap: 24px;
	display: grid;
	font-family: FSEmeric;
	margin: 48px auto;
	max-width: 1024px;
	padding: 0 16px
}

.copyright {
	display: block
}

.error-content {
	grid-column: 1/11;
	grid-row: 1
}

.error-content p {
	min-height: 60px
}

.error-detail {
	grid-column: 1/13;
	grid-row: 2
}

.error-image {
	grid-column: 9/13;
	grid-row: 1;
	transform: translate(0, 40px);
	width: 120px
}

.mo-logo {
	width: 120px
}

::placeholder {
	color: #333;
	opacity: 1;
}

input {
	box-sizing: border-box;
	padding-left: 8px;
}

input::placeholder {
	box-sizing: border-box;
	padding-left: 4px;
}

li {
	list-style-type: square;
	padding-left: 8px;
	padding-top: 8px
}

ul {
	margin-top: 0;
	padding-inline-start: 24px
}

.error403 .error-image {
	max-height: 300px
}

.error410 .error-image {
	max-height: 370px
}

@media only screen and (max-width:325px) {
	.error-image {
		width: 100px
	}
}

@media only screen and (min-width:480px) {
	.error-image {
		transform: translate(0, 16px)
	}
}

@media only screen and (min-width:720px) {
	h3 {
		font-size: 2.25em
	}
	.copyright {
		float: right
	}
	.error-content {
		grid-column: 4/13
	}
	.error-content p {
		min-height: initial
	}
	.error-detail {
		grid-column: 4/13;
		grid-row: 2
	}
	.error-image {
		grid-column: 1/4;
		grid-row: 1/3;
		transform: translate(0, 50px);
		width: 100%
	}
	h1 {
		font-size: 3em;
		margin-top: 16px
	}
	h2 {
		font-size: 1.5em;
		margin-top: 16px
	}
	li {
		font-size: 1.125em
	}
	p {
		font-size: 1.125em
	}
}

@media only screen and (min-width:768px) {
	h1 {
		font-size: calc(1.5625vw + 36px)
	}
}

@media only screen and (min-width:960px) {
	p, ul {
		margin-bottom: 1.5em
	}
}

@media only screen and (min-width:1280px) {
	h1 {
		font-size: 56px
	}
	h2 {
		font-size: 36px
	}
}