@font-face {
  font-family: "AmericanaStd-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/AmericanaStdFUHA-Regular.woff2") format("woff2");
}
:root {
  --wrapper: 100vw;
  --gutter: 40px;
  --rh: calc((var(--wrapper) - (3 * var(--gutter))) / 4);
}

.static {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
}
.static__header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 26px 24px;
  width: 100%;
  background-color: #000;
}
.static__header__link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.static__header__logo {
  display: block;
  width: 100%;
  max-width: 87px;
  height: 100%;
}
.static__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.static__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.static__content__error {
  display: flex;
  align-self: center;
  color: #064C37;
  font-family: "AmericanaStd-Regular", sans-serif;
  font-size: 156px;
  font-size: 9.75rem;
  line-height: 156px;
  line-height: 9.75rem;
  text-align: center;
}
.static__content__message {
  display: flex;
  align-self: center;
  color: #064C37;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 56px;
  line-height: 3.5rem;
  font-weight: 500;
  text-align: center;
}
.static__content__link {
  display: flex;
  align-self: center;
  margin: 40px 0 0 0;
  color: #828282;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 500;
  text-align: center;
}