.custom_main {
  opacity: 1;
  width: 100%;
  background: #5db7da;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding-top: 35px;
}
.custom_title {
  font-family: "Circe", sans-serif;
  font-size: 690px;
  font-weight: 800;
  line-height: 111%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -95px;
}
.custom_title img {
  transform: translateY(-10px);
}
.custom_message {
  font-weight: bold;
  font-size: 34px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}
.custom_menu {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 55px 0 100px 0;
}
.custom_menu a {
  font-size: 24px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  color: #fff;
  transition: all 0.3s;
}
.custom_menu a:hover {
  border-bottom: 2px solid transparent;
}
@media screen and (max-width: 1890px) {
  .custom_title {
    font-size: 520px;
    margin-bottom: -50px;
  }
  .custom_title img {
    transform: translateY(-8px);
    width: 430px;
  }
  .custom_message {
    font-size: 28px;
  }
  .custom_menu a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1365px) {
  .custom_title {
    font-size: 390px;
    margin-bottom: -49px;
    text-align: center;
  }
  .custom_title img {
    transform: translateY(-6px);
    width: 325px;
  }
  .custom_menu {
    margin: 30px 0 50px 0;
  }
  .custom_menu a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .custom_main {
    padding-top: 49px;
  }
  .custom_message {
    font-size: 16px;
    line-height: 20px;
    padding: 50px 51px 0 51px;
  }
  .custom_menu {
    margin: 25px 0 32px 0;
  }
  .custom_menu a {
    font-size: 10px;
    line-height: 13px;
    font-weight: 300;
    border-bottom: 1px solid;
  }
  .custom_menu > div {
    text-align: center;
  }
  .custom_menu > div > div {
    margin-bottom: 7px;
  }
  .custom_title {
    font-size: 144px;
  }
  .custom_title img {
    width: 125px;
  }
}

/*# sourceMappingURL=errors.css.map */
