body {
  background: #000000;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}



.errorpage_logo {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding-top: 3vw;
}
.errorpage_logo img{
  width: 17vw;
}
.errorpage_logo a {
  color: #FFF;
  font-family: "alte_haas_groteskbold",sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 6vw;
  line-height: 3vw;
}

.error_content {
  min-height:calc(100vh - 6vw);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.error_links a{
  color: #FFF;
  font-family: "alte_haas_groteskbold",sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 1.8vw;
  line-height: 3vw;

  text-align: center;
}
.error_heading,.belowLink{
  color: #FFF;
  font-family: "alte_haas_groteskbold",sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.8vw;
  line-height: 3vw;
  text-align: center;
}
.footer-section-wrapper { 
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 1vw;
}
.footerLogo {
  padding-bottom: 2vw;
}
.copyrightWrapper,
.copyrightWrapper a {
  color: #FFF;
  font-family: "alte_haas_groteskbold", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.094vw;
  line-height: 1.98vw;
}
a:hover{
  opacity: 0.5;
}
span.sep {
  padding: 0 0.1vw;
  vertical-align: text-bottom;
}
.linkspace{
  padding: 0 0.2vw;
}
.footer-socials a{
  color: #FFF;
  font-size: 1.3vw;
  padding-right: 1vw;
  text-decoration: none;
}
.footer-socials{
  padding-bottom: 0.8vw;
}
.social-wrapper.social-header {
  width: 19vw;
  position: absolute;
  right: 1vw;
}
.error_links a{
  margin-right: 1vw;
}
.error_links a:last-child{
  margin: 0;
}
body ul.socials-nav{
  justify-content: center;
}
li {
  display: inline-block;
}
.footer-section-wrapper .social-wrapper.social-header {
  position: unset;
  margin: 0 auto;
}
.footer-section-wrapper .social-wrapper.social-header a {
  color: #FFF;
}
.footer-section-wrapper .social-wrapper.social-header a:hover{
  color: #fff;
  opacity: 0.7;
}
@media (max-width: 1024px) and (orientation:portrait) {
  body ul.socials-nav{
    justify-content: space-evenly;
  }
  .footer-section-wrapper{
    width: 92%;
  }
  .errorpage_logo img {
      width: 46vw;
  }
  .errorpage_logo {   
    padding-top: 5vw;
  }
  .error_content {
    min-height: calc(100vh - 19.5vw);
    width: 90%;
    margin: 0 auto;
  }
  .errorpage_logo a {
    font-size: 8vw;
    line-height: 0vw;
  }
  .error_heading, .belowLink {   
    font-size: 4.1vw;
    line-height: 8vw;
  }
  .error_links a{
    font-size: 4.1vw;
    line-height: 8vw;
  }
  .copyrightWrapper, .copyrightWrapper a{
    font-size: 3.2vw;
    line-height: 5vw;
  }
  .footerLogo {
      padding-bottom: 5vw;
      width: 39vw;
      margin: 0 auto;
  }
  .footer-socials {
      padding-bottom: 2.8vw;
  }
  .footer-socials a {
      font-size: 3.3vw;
      padding-right: 3vw;
  }
  .sep.mob{
    display: none;
  }
  body .section-header {
    display: block;
}
body .logo-wrapper {
  padding: 0;
  width: 40vw;
  margin: 0 auto;
  margin-top: 6vw;
}
body .social-wrapper.social-header {
  display: block;
  position: unset;
  width: 75%;
  margin: 0 auto;
  margin-top: 8vw;
}
}
@media (max-width: 767px) and (orientation:portrait) {
  .error_content {
    min-height: calc(100vh - 20.5vw);
  }
  body ul.socials-nav{
    justify-content: space-between;

  }
}
@media (max-width: 1023px) and (orientation:landscape) {
  body .logo-wrapper {
    padding: 0;
    width: 17vw;
  }
}