.page-not-found {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-display: optional;
}

.page-not-found > .header {
  display: flex;
  height: 6rem;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 0.75rem;
}

.page-not-found > .header > img {
  height: 25px;
}

@media (max-width: 1200px) {
  .page-not-found > .shark {
    background-position: center center;
  }
}

.page-not-found > .shark {
  display: flex;
  background-image: url('/404_shark.webp');
  height: calc(100% - 6rem);
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1 1 0%;
  justify-content: center;
  min-width: 0px;
  min-height: 0px;
  position: relative;
  min-width: 0px;
  min-height: 0px;
}

.page-not-found > .shark > div {
  max-width: 45%;
  display: flex;
  flex: 0 0 auto;
  position: relative;
  min-height: 0px;
  flex-direction: column;
  color: rgb(255, 255, 255);
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 3.5rem;
  padding-left: 0.5rem;
  letter-spacing: -0.25px;
}

.page-not-found > .shark > div > span:nth-child(1) {
  font-size: 4.5rem;
  font-family: 'Gotham Bold', 'HCo Gotham SSm Bold', Helvetica, Arial, sans-serif !important;
}

.page-not-found > .shark > div > span:nth-child(2) {
  font-size: 1.5rem;
  line-height: 1.17;
  text-align: center;
  font-family: 'Gotham Bold', 'HCo Gotham SSm Bold', Helvetica, Arial, sans-serif !important;
}

.page-not-found > .shark > div > span:nth-child(3) {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.17;
  white-space: pre-line;
  font-family: 'Gotham Light', 'HCo Gotham SSm Light', Helvetica, Arial, sans-serif !important;
}

.page-not-found > .shark > div > button {
  outline: 0;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 1.5rem;
  font-family: 'Gotham Book', 'HCo Gotham SSm Book', Helvetica, Arial, sans-serif !important;
  font-size: 0.75rem;
  width: 8.75rem;
  min-height: 2.5rem;
  line-height: 0.75rem;
  border-radius: 0.25rem;
  text-shadow: none;
  background-color: #1e6ff1;
  color: #ffffff;
  border-color: #007bff;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.page-not-found > .shark > div > button:active {
  background-color: #868692 !important;
  border-color: #868692 !important;
  box-shadow: none;
}

.page-not-found > .shark > div > button:hover {
  background-color: #98bbf3;
}

.page-not-found > .shark > div > button:focus,
.page-not-found > .shark > div > button:focus-visible {
  box-shadow: none;
}
