header,
footer,
main,
section,
nav,
aside {
  display: block;
}
* {
  padding: 0;
  margin: 0;
  outline: none !important;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:before,
*:after {
  box-sizing: border-box;
}
html,
body {
  position: relative;
  height: 100%;
  cursor: default;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}
table {
  border-collapse: collapse;
}
td {
  vertical-align: middle;
}
img {
  display: block;
  border: none;
}
svg {
  display: block;
}
textarea {
  resize: none;
}
pre {
  white-space: pre-wrap;
  line-height: normal;
}
::-ms-clear {
  display: none;
}
input,
textarea,
select {
  border-radius: 0;
  color: #000;
}
button {
  border: none;
  background: none;
  cursor: pointer;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
html {
  font-size: 16px;
}
body {
  background: #00061C;
  font: 16px/24px Roboto, sans-serif;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  body {
    overflow: auto;
    font-size: 14px;
  }
}
#__nuxt,
#__layout {
  display: inline;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}
a {
  text-decoration: none;
  transition: 0.3s;
}
.root {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: initial;
  height: 100%;
  min-height: 800px;
  text-align: center;
  text-shadow: 0 0 2px #00061C, 0 0 4px #00061C, 0 0 6px #00061C, 0 0 8px #00061C;
}
.bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  background: url(/images/bg.png) no-repeat no-repeat 50% / cover;
  animation: glow 10s infinite;
}
.bg:before,
.bg:after {
  content: '';
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  background: url(/images/bg.png) no-repeat no-repeat 50% / cover;
}
.bg:before {
  animation: move 12s ease-in-out infinite;
}
.bg:after {
  animation: move2 14s ease-in-out infinite;
}
.content {
  max-width: 860px;
  padding: 0 1.5rem 80px;
}
.title {
  margin-bottom: 1rem;
  font: bold 72px 'PT Serif', serif;
}
.title2 {
  margin-bottom: 1rem;
  font: bold 48px 'PT Serif', serif;
}
.subtitle {
  font: bold 32px 'PT Serif', serif;
}
.text {
  max-width: 600px;
  margin: 1.5rem auto 2.5rem;
  font-weight: 500;
}
.text div + div {
  margin-top: 1rem;
}
.email {
  display: flex;
  align-items: initial;
  justify-content: center;
  flex-direction: initial;
  flex-wrap: initial;
  margin-bottom: 0.5rem;
  font: bold 18px 'PT Serif', serif;
}
.email__link {
  display: flex;
  align-items: center;
  justify-content: initial;
  flex-direction: initial;
  flex-wrap: initial;
  color: #fff;
}
.email__link:before {
  content: '';
  width: 24px;
  height: 15px;
  margin-right: 8px;
  background: url(/images/email.svg) no-repeat;
  transition: 0.3s;
}
.email__link:hover {
  text-decoration: underline;
}
.email__link:hover:before {
  transform: scale(1.2);
}
.partners {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: initial;
  flex-wrap: initial;
}
.partners > a {
  flex: none;
  margin: 0 1rem;
  transition: 0.3s;
  background: no-repeat 50% / contain;
}
.partners > a:hover {
  transform: scale(1.1);
}
.partners .byhunt {
  width: 260px;
  height: 36px;
  background-image: url(/images/logo-hunt.svg);
}
.partners .byhook {
  width: 260px;
  height: 36px;
  background-image: url(/images/logo-hook.svg);
}
.partners .raibal {
  width: 100px;
  height: 60px;
  background-image: url(/images/raibal.png);
}
.footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 860px;
  margin: 0 auto;
  padding: 1.5rem;
  font: 500 14px Roboto, sans-serif;
}
.copyright {
  margin-top: 0.5rem;
}
.link {
  font: bold 18px 'PT Serif', serif;
  color: #fff;
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .bg {
    background-image: url(/images/bg-sm.png);
  }
  .bg:before,
  .bg:after {
    background-image: url(/images/bg-sm.png);
  }
  .content {
    padding-bottom: 100px;
  }
  .title {
    margin-bottom: 0.5rem;
    font: bold 32px 'PT Serif', serif;
  }
  .title2 {
    margin-bottom: 1rem;
    font: bold 24px 'PT Serif', serif;
  }
  .subtitle {
    font: bold 18px 'PT Serif', serif;
  }
  .partners {
    flex-direction: column;
  }
  .partners > a {
    margin: 0.5rem 0;
  }
}
@keyframes glow {
  0% {
    opacity: 0.3;
  }
  20% {
    opacity: 0.5;
  }
  40% {
    opacity: 0.4;
  }
  60% {
    opacity: 0.7;
  }
  80% {
    opacity: 0.4;
  }
  80% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes move {
  0% {
    opacity: 0.8;
    transform: translate3d(0, 0, 0);
  }
  20% {
    opacity: 0.7;
    transform: translate3d(0, 10px, 0);
  }
  40% {
    opacity: 0.6;
    transform: translate3d(0, 5px, 0);
  }
  60% {
    opacity: 0.4;
    transform: translate3d(0, 20px, 0);
  }
  80% {
    opacity: 0.5;
    transform: translate3d(0, 5px, 0);
  }
  80% {
    opacity: 0.6;
    transform: translate3d(0, -10px, 0);
  }
  100% {
    opacity: 0.8;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes move2 {
  0% {
    opacity: 0.8;
    transform: translate3d(0, 0, 0);
  }
  20% {
    opacity: 0.7;
    transform: translate3d(20px, 0, 0);
  }
  40% {
    opacity: 0.6;
    transform: translate3d(25px, 0, 0);
  }
  60% {
    opacity: 0.4;
    transform: translate3d(40px, 0, 0);
  }
  80% {
    opacity: 0.5;
    transform: translate3d(25px, 0, 0);
  }
  80% {
    opacity: 0.6;
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0.8;
    transform: translate3d(0, 0, 0);
  }
}
