@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/katherinemaslen/fonts/Gilroy-ExtraBold.woff2') format('woff2'),
         url('/wp-content/themes/katherinemaslen/fonts/Gilroy-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/katherinemaslen/fonts/Gilroy-Light.woff2') format('woff2'),
         url('/wp-content/themes/katherinemaslen/fonts/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

.error404 .site-inner {
	background: #fff;
	padding: 150px 0 160px;
	overflow: hidden; 
	position: relative;
}


.f-24 {
	  color: #100040;
  font-family: 'Gilroy', sans-serif;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 29px;
  text-align: center;
}
.error404 p a{
	text-transform:none;
}
.error404 .site-inner:before {
    content: url(/wp-content/uploads/2021/03/404.svg);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    font-size: 380px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 50px;
    color: #fff;
    opacity: .2;
    width: fit-content;
}

.content-404 {
	display: block;
	width: 410px;
	margin: auto;
	padding: 109px 61px 70px;
	text-align: center;
	background: none;   
	color: #495056;
	position: relative;
    z-index: 9;
}
.content-404:before{
    content:'';
    background:url('/wp-content/uploads/2021/05/404-bg.png');
    background-size: cover;
    width:749px;
    height: 579px;
    position: absolute;
    top:0;
    transform: translate(-46%, 0); 
    z-index: -1;
}


.h-404 {
    color: #100040; 
    font-size: 150px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
	margin: 0; 
    position: relative;
}
.h-404:before {
    content:'';
    background:url('/wp-content/uploads/2021/05/404.svg');
    background-size: cover;
    height: 277px;
    width: 757px;
    position: absolute;
    top:-55px;
    transform: translate(-33%, 0); 
    z-index: -1;
}

.content-404 .btn-container {
	margin: 60px 0 0 0;
}
@media(max-width:767px){
    .content-404 {
        width: 100%;
        padding: 109px 21px 70px;
    }

}