#notfound[data-v-4b4e18ec] {
  position: relative;
  width: 100%;
  height: 100vh;
}
#notfound .notfound[data-v-4b4e18ec] {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 710px;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 100;
}
@media screen and (max-width: 543px) {
#notfound .notfound[data-v-4b4e18ec] {
    max-width: 100%;
}
}
#notfound .notfound .notfound-404[data-v-4b4e18ec] {
  position: relative;
  z-index: -1;
}
#notfound .notfound .notfound-404 h1[data-v-4b4e18ec] {
  font-family: "Montserrat", sans-serif;
  font-size: 260px;
  margin: 0px;
  font-weight: 900;
  -webkit-user-select: none;
  transition: 1s ease;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.4392156863);
}
@media screen and (max-width: 768px) {
#notfound .notfound .notfound-404 h1[data-v-4b4e18ec] {
    font-size: 160px;
}
}
@media screen and (max-width: 543px) {
#notfound .notfound .notfound-404 h1[data-v-4b4e18ec] {
    font-size: 100px;
}
}
#notfound .notfound h2[data-v-4b4e18ec] {
  font-size: 26px;
  text-transform: uppercase;
  margin-top: 30px;
  font-weight: 700;
}
@media screen and (max-width: 543px) {
#notfound .notfound h2[data-v-4b4e18ec] {
    font-size: 16px;
}
}
#notfound .notfound .gradient-txt[data-v-4b4e18ec] {
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, #fbbf24, #ea580c);
  -webkit-text-fill-color: transparent;
}
#notfound .notfound .go-to-top[data-v-4b4e18ec] {
  display: flex;
  align-items: center;
  gap: 1rem;
  line-height: 1;
  justify-content: center;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
  border-radius: 40px;
  font-weight: 700;
}
#notfound .notfound .go-to-top i[data-v-4b4e18ec] {
  margin-top: 4px;
}
.dark-theme .page-404[data-v-4b4e18ec] {
  background-color: #1a223f;
}
.dark-theme #notfound .notfound-404 h1[data-v-4b4e18ec] {
  color: white;
}
.light-theme .page-404[data-v-4b4e18ec] {
  background-color: #b1badd;
}
.light-theme #notfound .notfound-404 h1[data-v-4b4e18ec] {
  color: #1a223f;
}