/**handles:divi-dynamic**/
<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="utf-8" />
		<title>Not Found</title>
		<link href="https://fonts.googleapis.com/css?family=Roboto:400,700" rel="stylesheet">
		<link href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" rel="stylesheet" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
		<style>
			html{min-height:100%;height:100%}body{background:#333;color:#333;height:inherit;font:400 16px/1em "Roboto",Arial,sans-serif;margin:0;min-height:inherit}a{color:#17a8e3;display:inline-block;text-decoration:none;-webkit-transition:color 0.2s;-o-transition:color 0.2s;transition:color 0.2s}a:focus,a:hover{color:#1999CD;text-decoration:none}.wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:inherit;padding:0 30px}.content{color:#f5f5f5;margin:auto;text-align:center}.content i{display:inline-block;font-size:42px;line-height:1em;margin:0 0 15px}.content h1{font-size:24px;font-weight:700;line-height:35px;margin:0 0 10px}.content p{font-size:18px;line-height:30px;;max-width: 650px;}.content a{color:#888;text-decoration:underline}.content a:focus,.content a:hover{color:#f5f5f5}
		</style>
	</head>
	<body>
		<div class="wrapper">
			<div class="content">
				<i class="fas fa-exclamation-circle"></i>
				<h1>Error 404 - Not found.</h1>
				<p>This resource cannot be found.</p>
				<p>Check the URL and try again, or <a href="javascript:history.go(-1)">go back</a> to the previous page.</p>
			</div>
		</div>
	</body>
</html>