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



.errorpage_logo {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding-bottom: 5vw;
  padding-top: 2vw;
}
.errorpage_logo img{
  width: 17vw;
}
.errorpage_logo a {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  -webkit-text-size-adjust: none;
  text-transform: uppercase;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 6vw;
  line-height: 3vw;
}

.error_content {
  min-height: calc(100vh - 17.1vw);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.error_links a{
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  -webkit-text-size-adjust: none;
  text-transform: uppercase;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 1.8vw;
  line-height: 3vw;

  text-align: center;
}
.error_heading,.belowLink{
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  -webkit-text-size-adjust: none;
  text-transform: uppercase;
  font-weight: 700;
  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: 'Montserrat', sans-serif;
  -webkit-text-size-adjust: none;
  text-transform: uppercase;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  font-size: max(10px, 0.5vw);
}
.copyrightWrapper a {
  text-decoration: underline;
}
a:hover{
  opacity: 0.5;
}
span.sep {
  padding: 0 0.4vw;
  vertical-align: text-bottom;
}
.linkspace{
  padding: 0 0.2vw;
}
.footer-socials a{
  color: #fff;
  font-size: 2vw;
  padding-right: 2vw;
}
.footer-socials{
  padding-bottom: 1.8vw;
}
.footer-socials a:last-child{
  padding-right: 0;
}


@media (max-width: 1024px) and (orientation:portrait) {
  .footer-section-wrapper{
    width: 92%;
  }
  .errorpage_logo img {
      width: 46vw;
  }
  .errorpage_logo{
    padding-top: 13vw;
  }
  .error_content {
    min-height: calc(100vh - 53.5vw);
  }
  .errorpage_logo a {
    font-size: 10vw;
    line-height: 0vw;
  }
  .error_heading, .belowLink {   
    font-size: 3.6vw;
    line-height: 8vw;
  }
  .error_links a{
    font-size: 3.6vw;
    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: 5.8vw;
  }
  .footer-socials a {
      font-size: 5.3vw;
      padding-right: 4vw;
  }
  a.ot-sdk-show-settings {
      display: block;
  }
}
@media (max-width: 767px) and (orientation:portrait) {
  .error_content {
    min-height: calc(100vh - 53.5vw);
  }
}