

.main {
  width: 100%;
  margin-top: 22.14583vw;
  padding: 0 7.8125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: unset;
      align-content: unset;
}

.content404_wrapper {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: unset;
      align-content: unset;
}

.content404_wrapper h1 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 13.85417vw;
    line-height: 14.58333vw;
  text-align: center;
  color: #FFFFFF;
}

.content404_wrapper p {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-size: 4.04167vw;
    line-height: 196.91%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin-bottom: 18vw;
}

.content404_btn {
    visibility: visible;
    opacity: 1;
}