@charset "UTF-8";

html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  background: #1f1f1f;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body {
  font-family: "kia-regular";
  font-size: 17px;
  color: #000;
  line-height: 0;
  font-weight: 400;
}
button {
  padding: 0;
  border: none;
  font-family: "kia-regular";
  background-color: unset;
  cursor: pointer;
}
input,
textarea,
button,
table {
  font-size: inherit;
}
video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body,
div,
dl,
dt,
dd,
li,
form,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
fieldset,
img,
iframe {
  margin: 0;
  padding: 0;
  border: 0;
}
caption,
th {
  border: 0;
}
a {
  cursor: pointer;
}
a,
a:hover,
a:visited {
  color: inherit;
  text-decoration: none;
}
input:focus,
select:focus,
button:focus {
  outline: none;
}
img {
  display: inline-block;
  border: 0 none;
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: 1em;
}
address,
cite,
em,
dfn {
  font-style: normal;
}
blockquote,
p {
  margin: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blind {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}
