@font-face {
  font-family: "Ubuntu-Regular";
  src: url("/assets/font/Ubuntu/Ubuntu-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu-Medium";
  src: url("/assets/font/Ubuntu/Ubuntu-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("/assets/font/Ubuntu/Ubuntu-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.error {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("/assets/image/static-bg.jpg");
  background-repeat: no-repeat;
  background-position: auto;
  background-size: cover;
}
.error__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 100vh;
}
.error__logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 76px;
}
.error__logo__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.error__message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: calc(100% - 76px);
}
.error__message__code {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 112px;
  line-height: 7rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-family: "Ubuntu-Bold";
}
.error__message__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #999999;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-family: "Ubuntu-Regular";
  text-align: center;
}
.error__message__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 35px 0 0 0;
  width: 270px;
  height: 50px;
  border: 1px solid #e4002b;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 700;
  font-family: "Ubuntu-Bold";
  text-decoration: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: background-color 0.3s ease;
}
.error__message__link:active, .error__message__link:visited {
  color: #fff;
}
.error__message__link:focus, .error__message__link:hover {
  background-color: #e4002b;
}
@media only screen and (min-width: 1024px) {
  .error__logo {
    height: 88px;
  }
  .error__message {
    min-height: calc(100% - 88px);
  }
  .error__message__code {
    font-size: 110px;
    font-size: 6.875rem;
    line-height: 176px;
    line-height: 11rem;
    -webkit-font-feature-settings: "kern" 1;
            font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
  }
}