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

.errorpage_logo {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.errorpage_logo img {
  width: 17vw;
}
.error_heading {
    padding-bottom: 1.5vw;
}
.errorpage_logo a {
  color: #fff;
  text-decoration: none;
  font-family: "din-2014", sans-serif;
  font-weight: 900;
  font-size: 5vw;
}

.error_content {
  width: 100%;
  min-height: auto;
  text-align: center;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.error_links a {
  color: #fff;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 1.2vw;
  line-height: 1;

  text-align: center;
}

.error_heading,
.belowLink {
  color: #fff;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 3vw;
  line-height: 1;
  text-align: center;
}
.error_heading{
    line-height: 5vw;
}

.belowLink {
  font-size: 1.5vw;
  margin: 0vw auto 2VW;
}

.footer-section-wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: fixed;
  bottom: 2vw;
}

.footer-section-wrapper a {
  color: #fff;
  text-decoration: none;
}

.copyrightWrapper,
.copyrightWrapper a {
  color: #fff;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.9vw;
}

a:hover {
  opacity: 0.5;
}

span.sep {
  padding: 0 0.1vw;
  vertical-align: text-bottom;
}

.footer-socials a {
  color: #fff;
  font-size: 1.3vw;
  padding-right: 1vw;
}

.footer-section-wrapper ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2vw;
}

.footer-socials ul li {
  list-style: none;
}

.footer-socials a:last-child {
  padding-right: 0;
}

.footer-socials {
  padding-bottom: 0.8vw;
}

.logo a {
  font-size: 3.22vw;
  line-height: 3vw;
  display: block;
  color: #fff;
}

@media (max-width: 1024px) and (orientation:portrait) {
  .logo a {
    font-size: 45px;
    line-height: unset;
  }

  .errorpage_logo {
    padding-top: 10vw;
  }

  .errorpage_logo img {
    width: 46vw;
  }

  .errorpage_logo a {
    font-size: 10vw;
    line-height: 0vw;
  }

  .error_content {
    top: 47%;
  }

  .error_heading,
  .belowLink {
    font-size: 6vw;
    line-height: 1;
  }

  .belowLink {
    margin: 7vw auto;
  }

  .error_links a {
    font-size: 6vw;
    line-height: 1;
  }

  /* footer css */

  .footer-section-wrapper {
    width: 100%;
    bottom: 6vw;
  }

  .copyrightWrapper,
  .copyrightWrapper a {
    font-size: 3.25vw;
    line-height: 5vw;
    padding-right: 22px;
  }

  .footer-socials {
    padding-bottom: 2.8vw;
  }

  .footer-socials a {
    font-size: 4.4vw;
    padding-right: 3vw;
  }

  .sep.tou {
    display: none;
  }
  .footer-section-wrapper ul {
    gap: 5vw;
}
    .copyrightWrapper{
      padding-right: 0;
      padding-left:20px;
    }
    .footer-section-wrapper .footer-socials ul {
      padding-left: 0;
    }
}