* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  overflow: hidden;
}
body .content-page {
  height: 100svh;
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #000;
  padding: 10px 0 0;
}
@media (min-width: 992px) {
  body .content-page {
    justify-content: space-between;
  }
}
body .content-page .logo {
  width: 100px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
body .content-page .title {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
  font-size: 30px;
}
@media (min-width: 992px) {
  body .content-page .title {
    font-size: 60px;
  }
}
body .content-page .sub-title {
  font-size: 20px;
}
@media (min-width: 992px) {
  body .content-page .sub-title {
    font-size: 40px;
  }
}
body .content-page picture {
  width: 100%;
}
body .content-page img {
  display: block;
  width: 100%;
  height: auto;
}
body .content-page .wait-btn {
  text-decoration: none;
  background-color: #004E49;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  width: 50%;
  padding: 14px;
}
@media (min-width: 992px) {
  body .content-page .wait-btn {
    font-size: 18px;
    padding: 14px 100px;
    width: auto;
  }
}
body .content-page .wait-btn:hover {
  background-color: #001b19;
}
body #k13 {
  color: #fff;
  padding: 15px;
  background-color: #000;
  width: 100%;
  position: absolute;
  bottom: 0;
}
@media (min-width: 992px) {
  body #k13 {
    position: static;
  }
}
body #k13 .container {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
body #k13 a {
  margin-right: 7px;
  color: #ffffff;
}
body #k13 a svg {
  width: 45px;
  display: block;
}
body #k13 a:hover {
  opacity: 0.5;
}/*# sourceMappingURL=style.css.map */