@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-weight: 300;
  line-height: 1.4;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input,
textarea,
select {
  margin: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

textarea {
  overflow: auto;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}

mark {
  background: none;
  color: inherit;
}

strong {
  font-weight: bold;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  width: 100%;
  min-height: 100%;
  color: rgb(8, 8, 8);
  background-color: rgb(8, 8, 8);
  overflow-x: hidden;
}

a,
button,
input {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
}

p,
li {
  margin-bottom: 0;
}

button {
  border: 0;
  background-color: transparent;
}

*:focus {
  outline: none;
}

.content-wrapper {
  width: 100%;
  max-width: 1240px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

.desk-visible {
  display: block;
}

.only-mobile {
  display: none;
}

.hide-mobile-tablet {
  display: block;
}

.only-mobile-tablet {
  display: none;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .desk-visible {
    display: none;
  }
}
@media (max-width: 1023px) {
  .content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
  .hide-mobile-tablet {
    display: none;
  }
  .desk-visible {
    display: none;
  }
  .only-mobile-tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .only-mobile {
    display: block;
  }
  .hide-mobile {
    display: none;
  }
}
.kr-btn {
  color: #fff;
  font-size: 18px;
  padding: 12px 16px;
  background: linear-gradient(90deg, rgba(245, 136, 40, 0.8) 0%, rgba(237, 5, 137, 0.8) 100%);
  border-radius: 4px 4px 12px 4px;
  display: flex;
  width: 220px;
  align-items: center;
  gap: 20px;
  transition: 0.4s ease-in-out;
}
.kr-btn.normal {
  border-radius: 6px;
  justify-content: center;
  width: auto;
}
.kr-btn.normal:hover {
  box-shadow: #4d4d4c 0px 0px 20px 3px;
}
.kr-btn__imgwrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}
.kr-btn img {
  width: 6px;
  visibility: hidden;
}
.kr-btn:hover {
  color: #fff;
  box-shadow: #4d4d4c 0px 0px 46px 10px;
}
.kr-btn:hover .kr-btn__imgwrap {
  scale: 1.8;
  width: 16px;
  height: 16px;
}
.kr-btn:hover img {
  width: 6px;
  visibility: visible;
  transition-delay: 0.3s;
}

.kr-title {
  font-size: 48px;
  line-height: 54px;
  font-weight: 500;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .kr-title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .kr-title {
    font-size: 32px;
    line-height: 38px;
  }
}
.kr-discovery {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.kr-discovery__outer {
  background-color: #080808;
  padding: 90px 0;
  margin-top: -1px;
}
.kr-discovery__left {
  width: 45%;
  border-radius: 15px;
  box-shadow: 0px 2px 20.2px 0px #F36244;
  border: 1px solid #EF3663;
  overflow: hidden;
}
.kr-discovery__left video {
  width: 100%;
  height: 290px;
  display: block;
  border-radius: inherit;
  aspect-ratio: 9/16;
  -o-object-fit: cover;
     object-fit: cover;
}
.kr-discovery__right {
  width: 55%;
}
.kr-discovery__right h1 {
  font-size: 48px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  line-height: 54px;
}
.kr-discovery__right p {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin-top: 25px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .kr-discovery__left {
    width: 55%;
  }
  .kr-discovery__right {
    width: 45%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .kr-discovery__left {
    width: 55%;
  }
  .kr-discovery__left video {
    height: 200px;
  }
  .kr-discovery__right {
    width: 45%;
  }
  .kr-discovery__right h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .kr-discovery {
    flex-direction: column-reverse;
  }
  .kr-discovery__outer {
    padding: 40px 0;
  }
  .kr-discovery__left, .kr-discovery__right {
    width: 100%;
  }
  .kr-discovery__left video {
    height: 180px;
  }
  .kr-discovery__right h1 {
    font-size: 32px;
    line-height: 36px;
    text-align: center;
  }
  .kr-discovery__right p {
    text-align: center;
  }
}
.kr-accordion .accordion-button {
  background-color: #0F0F0F;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  box-shadow: unset;
  border-radius: 10px !important;
  transition: 0.1s all ease-in-out;
}
.kr-accordion .accordion-button.collapsed {
  transition: border-radius 0.1s ease-in-out 0.25s;
}
.kr-accordion .accordion-button:not(.collapsed) {
  background-color: #0F0F0F;
  color: #fff;
  transition: border-radius 0.1s ease-in-out 0.25s;
}
.kr-accordion .accordion-button::after {
  background-image: url(../../images/accordion-arrow.png);
  background-position: center;
}
.kr-accordion .accordion-body {
  background-color: #0F0F0F;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  border: 0;
  border-radius: 10px;
  margin-top: 4px;
}
.kr-accordion .accordion-item {
  background-color: unset;
}

@media (max-width: 767px) {
  .kr-accordion .accordion-button {
    font-size: 14px;
  }
  .kr-accordion .accordion-body {
    font-size: 14px;
  }
}
.kr-gif {
  display: flex;
}
.kr-gif__outer {
  padding-top: 90px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0px 50px;
  background-color: #0f0f0f;
  height: 700px;
  position: relative;
  z-index: 1;
}
.kr-gif__left {
  width: 45%;
  transform: translateY(40px);
}
.kr-gif__left img {
  width: 100%;
}
.kr-gif__right {
  width: 55%;
  margin-top: 20px;
  transform: translateY(-45px);
}
.kr-gif__right p {
  color: #fff;
  padding: 20px 0;
  width: 72%;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .kr-gif__outer {
    height: 450px;
  }
  .kr-gif__left {
    transform: translateY(-20px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .kr-gif__outer {
    height: 400px;
  }
  .kr-gif__left {
    transform: translateY(-30px);
  }
}
@media (max-width: 767px) {
  .kr-gif {
    flex-direction: column;
  }
  .kr-gif__outer {
    padding: 40px 0;
    height: auto;
    background-position: 19% -50px;
    background-size: 530px 400px;
    margin-top: -2px;
  }
  .kr-gif__left, .kr-gif__right {
    width: 100%;
  }
  .kr-gif__left {
    transform: translateY(-20px);
  }
  .kr-gif__right {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .kr-gif__right h2, .kr-gif__right p {
    text-align: center;
  }
}
@media (min-width: 1900px) {
  .kr-gif__outer {
    height: 890px;
  }
}
.kr-termsofuse {
  background-image: url(../images/EarlyAccess/terms-of-use-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 70vh;
}
.kr-termsofuse__header {
  position: relative;
  top: 100px;
}
.kr-termsofuse__header h1 {
  font-size: 48px;
  line-height: 54px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.kr-termsofuse__header p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding-top: 20px;
  line-height: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .kr-termsofuse {
    height: 30vh;
  }
  .kr-termsofuse__header {
    position: relative;
    top: 40px;
  }
  .kr-termsofuse__header h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .kr-termsofuse__header p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .kr-termsofuse {
    height: 50vh;
  }
  .kr-termsofuse__header {
    position: relative;
    top: 60px;
  }
  .kr-termsofuse__header h1 {
    font-size: 40px;
    line-height: 44px;
  }
  .kr-termsofuse__header p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .kr-termsofuse {
    height: 45vh;
  }
  .kr-termsofuse__header {
    position: relative;
    top: 80px;
  }
  .kr-termsofuse__header h1 {
    font-size: 44px;
    line-height: 48px;
  }
  .kr-termsofuse__header p {
    font-size: 16px;
    line-height: 20px;
  }
}
.kr-content {
  background-color: #000;
  padding: 10px;
}
.kr-content__wrap {
  background-color: #0f0f0f;
  border-radius: 20px;
  padding: 40px;
  margin-top: -230px;
}
.kr-content__firstpara {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  padding-bottom: 50px;
}
.kr-content__firstpara .text {
  padding-bottom: 20px;
}
.kr-content .kr-content__section .head {
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  padding-bottom: 24px;
  font-weight: 600;
}
.kr-content .kr-content__section .head2 {
  color: #fff;
  font-size: 31px;
  line-height: 40px;
  padding-bottom: 20px;
  font-weight: 600;
}
.kr-content .kr-content__section .text {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  padding-bottom: 24px;
}
.kr-content .kr-content__section .text.last {
  padding-bottom: 40px;
}
.kr-content .kr-content__section .list {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  padding-left: 20px;
  margin-bottom: 20px;
}
.kr-content .kr-content__section .list.last {
  margin-bottom: 40px;
}
.kr-content .kr-content__section .list li {
  list-style-type: disc;
  margin-bottom: 10px;
}
.kr-content .kr-content__sectionb {
  display: flex;
  flex-direction: column;
}
.kr-content .kr-content__sectionb .head {
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  padding-bottom: 24px;
  font-weight: 600;
}
.kr-content .kr-content__sectionb .head2 {
  color: #fff;
  font-size: 31px;
  line-height: 40px;
  padding-bottom: 20px;
  font-weight: 600;
}
.kr-content .kr-content__sectionb .text {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  padding-bottom: 24px;
}
.kr-content .kr-content__sectionb .text.last {
  padding-bottom: 40px;
}
.kr-content .kr-content__sectionb .textlink {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  padding-bottom: 24px;
  text-decoration: none;
}
.kr-content .kr-content__sectionb .textlink:hover {
  font-weight: 400;
  color: #fff;
}
.kr-content .kr-content__sectionb .textlink.last {
  padding-bottom: 40px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .kr-content__wrap {
    padding: 30px;
    margin-top: -150px;
  }
  .kr-content__firstpara {
    font-size: 16px;
    line-height: 22px;
  }
  .kr-content .kr-content__section .head, .kr-content .kr-content__section .head2 {
    font-size: 28px;
    line-height: 34px;
  }
  .kr-content .kr-content__section .text, .kr-content .kr-content__section .list {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .kr-content__wrap {
    padding: 20px;
    margin-top: -100px;
  }
  .kr-content__firstpara {
    font-size: 16px;
    line-height: 22px;
  }
  .kr-content .kr-content__section .head, .kr-content .kr-content__section .head2 {
    font-size: 24px;
    line-height: 30px;
  }
  .kr-content .kr-content__section .text, .kr-content .kr-content__section .list {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .kr-content__wrap {
    padding: 10px;
    margin-top: -50px;
  }
  .kr-content__firstpara {
    font-size: 14px;
    line-height: 20px;
  }
  .kr-content .kr-content__section .head, .kr-content .kr-content__section .head2 {
    font-size: 20px;
    line-height: 26px;
  }
  .kr-content .kr-content__section .text, .kr-content .kr-content__section .list {
    font-size: 14px;
    line-height: 20px;
  }
}
.kr-header {
  background-color: transparent;
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
}
.kr-header.scrolled {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.7s;
  z-index: 1;
  transition: 0.5s;
  z-index: 99;
  animation: slide-down 0.5s linear forwards;
  background-color: rgb(8, 8, 8);
}
.kr-header__outer {
  width: 100%;
  position: relative;
  z-index: 1001;
  background-color: transparent;
}
.kr-header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0px;
}
.kr-header__logo {
  width: 100px;
  display: flex;
}
.kr-header__logo img {
  width: 100%;
}
.kr-header__hamburger {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  display: none;
  transition: transform 0.3s ease-in-out;
}
.kr-header__hamburger .hamburger-icon,
.kr-header__hamburger .close-icon {
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: absolute;
  right: 0;
}
.kr-header__hamburger .hamburger-icon {
  display: flex;
}
.kr-header__hamburger .close-icon {
  display: none;
}
.kr-header__hamburger.active .hamburger-icon {
  display: none;
}
.kr-header__hamburger.active .close-icon {
  display: block;
}
.kr-header__mobilemenu {
  position: fixed;
  top: 64px;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  transform: translatex(450px);
  transition: transform 0.3s ease;
  padding: 40px 30px 30px;
  display: flex;
  flex-direction: column;
  z-index: 1000;
  display: none;
}
.kr-header__mobilemenu.active {
  transform: translateY(0);
}
.kr-header__mobilenav {
  list-style: none;
  margin: 20px 0px;
}
.kr-header__mobilenav li {
  margin-bottom: 30px;
}
.kr-header__mobilenav a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: color 0.3s ease;
}
.kr-header__mobilenav a a:hover {
  color: #E04370;
}
.kr-header.bannerheader .kr-header {
  background-color: transparent;
}
.kr-header.bannerheader .container {
  max-width: unset;
}
.kr-header.bannerheader .kr-header__outer {
  background-color: transparent;
}
.kr-header.bannerheader .kr-header__wrap {
  padding-top: 50px;
}

@keyframes slide-down {
  0% {
    opacity: 0.5;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .kr-header__logo {
    width: 15%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .kr-header__logo {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .kr-header {
    background-color: #000;
  }
  .kr-header__wrap {
    padding: 20px 10px;
  }
  .kr-header__logo {
    width: 25%;
  }
  .kr-header__hamburger {
    display: flex;
  }
  .kr-header__deskcta {
    display: none;
  }
  .kr-header__logo {
    width: 30%;
  }
  .kr-header__mobilemenu {
    display: block;
  }
  .kr-header.bannerheader .kr-header__outer {
    background-color: #000;
  }
  .kr-header.bannerheader .container {
    padding-left: unset;
    padding-right: unset;
  }
  .kr-header.bannerheader .kr-header__wrap {
    padding: 20px 30px;
  }
}
.kr-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 40px;
  padding: 80px 0 80px 120px;
  height: 100%;
}
.kr-slider__outer {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  background-color: #080808;
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.kr-slider__txt {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 10px;
}
.kr-slider__slide .slick-track {
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.kr-slider__left {
  width: 40%;
}
.kr-slider__left h1 {
  font-size: 48px;
  font-weight: 500;
  color: #ffffff;
  line-height: 54px;
  margin-bottom: 20px;
}
.kr-slider__left h1 span {
  font-weight: 700;
}
.kr-slider__left p {
  color: #fff;
}
.kr-slider__right {
  width: 60%;
  position: relative;
}
.kr-slider__tile {
  background-color: #1e1e1e;
  border-radius: 30px;
  margin: 24px 0px 24px 24px;
  padding: 20px;
  border: 1px solid #3a3a3a;
  min-height: 340px;
  opacity: 0.85;
  transform: translateX(0);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.kr-slider__tile img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  transform: scale(1);
}
.kr-slider__tile.slick-current {
  box-shadow: 0px 2px 20.2px 0px #F36244;
  opacity: 1;
  transform: translateX(0) scale(1);
}
.kr-slider__tile.slick-current .kr-slider__tiletext h3 {
  transform: translateY(-5px);
}
.kr-slider__tile.slick-current .kr-slider__tiletext p {
  transform: translateY(-3px);
}
.kr-slider__tile.slick-active:not(.slick-current) {
  opacity: 0.6;
}
.kr-slider__tiletext h3 {
  transition: all 0.4s ease;
  transform: translateY(0);
  font-size: 1.4rem;
  font-weight: 600;
  color: #E26136;
  margin-bottom: 8px;
}
.kr-slider__tiletext p {
  transition: all 0.4s ease 0.1s;
  transform: translateY(0);
  font-size: 0.9rem;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 16px;
  min-height: 65px;
}
.kr-slider .slick-list {
  padding-right: 45% !important;
}
.kr-slider .slick-dots {
  position: absolute;
  bottom: -35px;
  left: 90%;
  transform: translateX(-50%);
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.kr-slider .slick-dots li {
  margin: 0 6px;
}
.kr-slider .slick-dots li button {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background: #292727;
  border-radius: 50%;
}
.kr-slider .slick-dots li button:before {
  font-size: 0;
}
.kr-slider .slick-dots li button:hover {
  background: rgba(226, 97, 54, 0.6);
  transform: scale(1.2);
}
.kr-slider .slick-dots li.slick-active button {
  background: linear-gradient(90deg, rgba(245, 136, 40, 0.8) 0%, rgba(237, 5, 137, 0.8) 100%);
  transform: scale(1.8);
  box-shadow: 0 0 15px rgba(226, 97, 54, 0.5);
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .kr-slider__tiletext h3 {
    font-size: 18px;
    min-height: 44px;
  }
  .kr-slider__tiletext p {
    font-size: 14px;
    min-height: 145px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .kr-slider__tiletext h3 {
    font-size: 18px;
    min-height: 44px;
  }
  .kr-slider__tiletext p {
    font-size: 14px;
    min-height: 145px;
  }
}
@media (max-width: 767px) {
  .kr-slider {
    flex-direction: column;
    padding: 0px 16px;
    gap: 0px;
    justify-content: space-between;
  }
  .kr-slider__outer {
    padding: 40px 0;
    min-height: auto;
  }
  .kr-slider__left, .kr-slider__right {
    width: 100%;
  }
  .kr-slider__left {
    padding: 0 16px;
  }
  .kr-slider__left h1 {
    font-size: 32px;
    line-height: 34px;
    text-align: center;
  }
  .kr-slider__left p {
    text-align: center;
  }
  .kr-slider__tile {
    margin: 24px;
    min-height: 280px;
  }
  .kr-slider__tiletext h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .kr-slider__tiletext p {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 5px;
  }
  .kr-slider .slick-list {
    padding-right: 20% !important;
  }
}
.kr-slider {
  opacity: 0;
  animation: fadeInSlider 0.6s ease-out 0.2s forwards;
}

@keyframes fadeInSlider {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.kr-footer {
  background-color: #0F0F0F;
  margin-top: -100px;
}
.kr-footer__wrap {
  width: 100%;
  padding: 30px 0px;
}
.kr-footer__upper {
  position: relative;
  z-index: 2;
}
.kr-footer__tagline, .kr-footer__link, .kr-footer__copyright {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}
.kr-footer__logo {
  width: 10%;
  padding-bottom: 12px;
}
.kr-footer__logo img {
  width: 100%;
}
.kr-footer__contb {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
.kr-footer__left {
  width: 50%;
}
.kr-footer__right {
  width: 50%;
}
.kr-footer__sclicnwrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
.kr-footer__sclicon {
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
}
.kr-footer__sclicon svg {
  transition: all 0.3s ease;
}
.kr-footer__sclicon svg rect {
  transition: all 0.5s ease;
}
.kr-footer__sclicon:hover {
  transform: translate(0px, -3px);
  transition: all 0.5s ease;
}
.kr-footer__sclicon:hover svg rect {
  fill: #333333 !important;
  transition: all 0.7s ease;
}
.kr-footer__sclicon:hover svg path {
  stroke: #ffffff !important;
}
.kr-footer__bottom {
  width: 100%;
  display: flex;
}
.kr-footer__copyright {
  display: flex;
  justify-content: flex-end;
}
.kr-footer__tagline {
  width: 55%;
}
.kr-footer__link {
  position: relative;
  text-decoration: none;
}
.kr-footer__link:hover {
  color: #fff;
}
.kr-footer__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.3s ease-in-out;
}
.kr-footer__link:hover::after {
  width: 100%;
}
.kr-footer__linkwrap {
  display: flex;
  gap: 25px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .kr-footer__tagline {
    width: 65%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .kr-footer {
    margin-top: -99px;
  }
  .kr-footer__tagline {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .kr-footer {
    margin-top: -62px;
  }
  .kr-footer__logo {
    width: 35%;
  }
  .kr-footer__contb {
    flex-direction: column;
    gap: 25px;
  }
  .kr-footer__left {
    width: 100%;
  }
  .kr-footer__tagline {
    width: 100%;
  }
  .kr-footer__right {
    width: 100%;
  }
  .kr-footer__sclicnwrap {
    justify-content: center;
  }
  .kr-footer__bottom {
    flex-direction: column;
    gap: 25px;
  }
  .kr-footer__linkwrap {
    justify-content: center;
  }
  .kr-footer__copyright {
    justify-content: center;
    color: #828282;
  }
}
.kr-herosec {
  width: 100%;
  margin-top: -110px;
  z-index: 3;
  position: relative;
}
.kr-herosec__outer {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
}
.kr-herosec__wrap {
  display: flex;
  align-items: center;
  position: relative;
  padding: 40px;
  border-radius: 24px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid transparent;
  background-clip: padding-box;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  box-shadow: 0px 32px 124px 0px rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
}
.kr-herosec__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  padding: 2px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(226, 97, 54, 0.29) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  pointer-events: none;
}
.kr-herosec__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
}
.kr-herosec__left {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 40%;
}
.kr-herosec__logo {
  width: 40px;
  display: flex;
}
.kr-herosec__logo img {
  width: 100%;
}
.kr-herosec__title {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
}
.kr-herosec__right {
  width: 60%;
}
.kr-herosec__text {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  line-height: 32px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .kr-herosec__left {
    width: 48%;
  }
  .kr-herosec__right {
    width: 52%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .kr-herosec__wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .kr-herosec__left {
    width: 100%;
  }
  .kr-herosec__right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .kr-herosec {
    margin-top: -7%;
  }
  .kr-herosec__wrap {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    gap: 20px;
  }
  .kr-herosec__logo {
    width: 20%;
  }
  .kr-herosec__left {
    width: 100%;
  }
  .kr-herosec__right {
    width: 100%;
  }
  .kr-herosec__title {
    font-size: 24px;
    line-height: 34px;
  }
  .kr-herosec__text {
    font-size: 16px;
    line-height: 30px;
  }
}
.kr-qstns {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.kr-qstns .kr-title {
  text-align: center;
}
.kr-qstns__outer {
  padding: 90px 0px;
}
.kr-qstns__smtxt {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 25px 0px;
}
.kr-qstns__accwrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  max-height: 360px;
  transition: max-height 0.3s ease;
}
.kr-qstns__accwrap:has(.accordion-collapse.show) {
  max-height: 420px;
}
.kr-qstns__accwrap:has(#flush-collapseEight.show), .kr-qstns__accwrap:has(#flush-collapseNine.show), .kr-qstns__accwrap:has(#flush-collapseTen.show) {
  max-height: 550px;
}
.kr-qstns__accwrap::-webkit-scrollbar {
  display: none;
}
.kr-qstns__accwrap .accordion-button {
  font-weight: 500;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .kr-qstns {
    margin-top: -1px;
  }
}
@media (max-width: 767px) {
  .kr-qstns {
    margin-top: -1px;
  }
  .kr-qstns__outer {
    padding: 40px 0px;
  }
}
.kr-eaf {
  display: flex;
  gap: 50px;
  padding: 60px 0 0;
  position: relative;
  z-index: 3;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
}
.kr-eaf__outer {
  background-color: #000;
}
.kr-eaf__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.kr-eaf__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kr-eaf__video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  z-index: 2;
}
.kr-eaf__left {
  padding: 60px 60px 60px 50px;
  background-color: white;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 50%;
  border-radius: 30px;
}
.kr-eaf__left h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
}
.kr-eaf__left p {
  color: #fff;
  margin-bottom: 20px;
}
.kr-eaf__img {
  width: 50px;
}
.kr-eaf__img img {
  width: 100%;
}
.kr-eaf__right {
  width: 50%;
  padding-top: 20px;
}
.kr-eaf__right h2 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
}
.kr-eaf__group {
  margin-bottom: 20px;
  text-align: left;
}
.kr-eaf__group input,
.kr-eaf__group select {
  width: 100%;
  padding: 12px;
  border: 1px solid #2b2b2b;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 300;
  margin-top: 8px;
  background-color: #131313;
  color: #fff;
}
.kr-eaf__group select {
  color: #f4f4f4;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg fill='%23d7d7d7' height='800px' width='800px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 330 330' xml:space='preserve'%3E%3Cpath id='XMLID_225_' d='M325.607,79.393c-5.857-5.857-15.355-5.858-21.213,0.001l-139.39,139.393L25.607,79.393 c-5.857-5.857-15.355-5.858-21.213,0.001c-5.858,5.858-5.858,15.355,0,21.213l150.004,150c2.813,2.813,6.628,4.393,10.606,4.393 s7.794-1.581,10.606-4.394l149.996-150C331.465,94.749,331.465,85.251,325.607,79.393z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
  background-size: 12px 12px;
  padding-right: 24px;
}
.kr-eaf__group label {
  color: #fff;
}
.kr-eaf__sec {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}
.kr-eaf__sechead {
  color: #e26136;
  font-size: 20px;
  margin-bottom: 10px;
}
.kr-eaf__sectxt {
  color: #fff;
  font-size: 14px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .kr-eaf {
    gap: 30px;
  }
  .kr-eaf__left {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .kr-eaf {
    flex-direction: column;
    gap: 20px;
    padding: 80px 0 0;
  }
  .kr-eaf__left, .kr-eaf__right {
    width: 100%;
  }
  .kr-eaf__left {
    padding: 30px 10px;
  }
}
.kr-banner {
  width: 100%;
  height: 110vh;
  padding: 0px 60px 60px 70px;
  position: relative;
  z-index: 1;
}
.kr-banner .kr-title {
  font-size: 64px;
  line-height: 70px;
}
.kr-banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.kr-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../../images/EarlyAccess/banner-gradient.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  pointer-events: none;
}
.kr-banner__content {
  position: relative;
  color: #fff;
  top: 32vh;
  left: -1%;
  z-index: 3;
}
.kr-banner__content p {
  padding: 16px 0 40px;
  font-size: 20px;
  font-weight: 300;
}
.kr-banner__wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.kr-banner__profile {
  display: flex;
  align-items: center;
  gap: 5px;
}
.kr-banner__profile p {
  font-size: 14px;
  color: #fff;
  padding: 0;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .kr-banner {
    height: 90vh;
  }
  .kr-banner__content {
    left: -4%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .kr-banner {
    height: 60vh;
  }
  .kr-banner .kr-title {
    font-size: 54px;
    line-height: 60px;
  }
  .kr-banner__content {
    top: 17vh;
    left: -7%;
  }
}
@media (max-width: 767px) {
  .kr-banner {
    padding: unset;
    height: 100vh;
  }
  .kr-banner__content {
    left: 0;
    top: 20vh;
    width: 100%;
    padding: 16px;
  }
  .kr-banner__content p {
    text-align: center;
    padding: 12px 0 30px;
  }
  .kr-banner .kr-title {
    font-size: 32px;
    line-height: 38px;
    text-align: center;
  }
  .kr-banner__wrap {
    flex-direction: column;
  }
  .kr-banner__profile p {
    padding: 0;
  }
}
@media (min-width: 1210px) and (max-width: 1250px) {
  .kr-banner__content {
    left: -3%;
  }
}
.kr-popup {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30%;
  display: flex;
  align-items: center;
  flex-direction: column;
  border: 1px solid #818181;
  border-radius: 30px;
}
.kr-popup__closebtn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 20px 0px 0px;
}
.kr-popup__closebtn svg {
  transition: all 0.3s ease;
  border-radius: 50%;
}
.kr-popup__closebtn:hover svg {
  background-color: rgba(200, 200, 200, 0.3);
  border-radius: 50%;
}
.kr-popup__closebtn:active svg {
  background-color: rgba(200, 200, 200, 0.5);
}
.kr-popup__checkmark {
  width: 12%;
}
.kr-popup__checkmark img {
  width: 100%;
}
.kr-popup__title {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  width: 70%;
  padding: 25px 0px;
}
.kr-popup__txt {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  width: 80%;
  padding-bottom: 40px;
}
.kr-popup__line {
  background-color: #2C2925;
  height: 1px;
  width: 100%;
}
.kr-popup__txtb {
  font-size: 16px;
  color: #C1C1C1;
  font-weight: 600;
  text-align: center;
  padding: 25px 0px;
}
.kr-popup__socialicons {
  padding-bottom: 20px;
  display: flex;
  gap: 15px;
}
.kr-popup__socialicon {
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
}
.kr-popup__socialicon svg {
  transition: all 0.3s ease;
}
.kr-popup__socialicon:hover svg rect {
  fill: #333333 !important;
}
.kr-popup__socialicon:hover svg path {
  stroke: #ffffff !important;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .kr-popup {
    width: 45%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .kr-popup {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .kr-popup {
    width: 100%;
  }
}
.kr-talent {
  padding-bottom: 24px;
  overflow: hidden;
}
.kr-talent-Hero {
  background-color: #080808;
}
.kr-talent__outer {
  background-color: #080808;
  position: relative;
  padding: 70px 0px 40px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.kr-talent__title {
  font-weight: bold;
  display: flex;
}
.kr-talent__txtwrap {
  position: relative;
  padding-bottom: 40px;
  padding-left: 60px;
  width: 100%;
}
.kr-talent__text {
  position: relative;
  font-size: 145px;
  line-height: 106px;
  font-weight: 500;
  display: inline-block;
  margin-right: 20px;
}
.kr-talent__text.talent {
  color: #373737;
  opacity: 1;
  transform: translateY(0);
}
.kr-talent__text.talent:hover ~ .mattersHvr {
  opacity: 1;
  transform: translateY(0);
}
.kr-talent__text.matters {
  background: linear-gradient(180deg, #F68D25 0%, #ED0B83 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transform: translateY(-100px);
  opacity: 0;
}
.kr-talent__text.mattersHvr {
  background: linear-gradient(180deg, #F68D25 0%, #ED0B83 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  opacity: 0;
  transform: translateY(800px);
  transition: all 0.4s ease;
  pointer-events: none;
  font-weight: 600;
}
.kr-talent__video {
  width: 90%;
  border-radius: 10px;
  box-shadow: 0px 8px 36.2px 0px #F36244;
  border: 1px solid #EF3663;
  overflow: hidden;
  padding: 24px;
  margin: 24px auto;
  background-color: #080808;
}
.kr-talent__video video {
  width: 100%;
  height: 600px;
  display: block;
  border-radius: inherit;
  aspect-ratio: 9/16;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .kr-talent__text.matters {
    left: 56%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .kr-talent__text {
    font-size: 80px;
    line-height: 86px;
  }
  .kr-talent__text.matters {
    left: 60%;
  }
  .kr-talent__video video {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .kr-talent__outer {
    padding-bottom: 30px;
  }
  .kr-talent__outer .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .kr-talent__title {
    text-align: center;
    flex-direction: column;
  }
  .kr-talent__text {
    font-size: 60px;
    line-height: 66px;
    margin-right: 0;
  }
  .kr-talent__text.matters {
    left: 0;
    top: 85% !important;
  }
  .kr-talent__txtwrap {
    padding-bottom: 0px;
    padding-left: 0;
  }
  .kr-talent__video {
    margin: 24px auto;
    box-shadow: 0px 8px 19.2px 0px #F36244;
  }
  .kr-talent__video video {
    height: 280px;
  }
}
.kr-ftrwrap .kr-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: transparent;
}
.kr-ftrwrap .kr-gif__outer {
  background-position: 0px -50px;
}
.kr-ftrwrap .kr-gif__left {
  transform: unset;
  position: absolute;
  left: 10%;
  top: 17%;
  width: 35%;
}
.kr-ftrwrap .kr-gif {
  justify-content: flex-end;
}

@media (min-width: 1220px) and (max-width: 1520px) {
  .kr-slider {
    padding: 80px 0 80px 40px;
  }
  .kr-ftrwrap .kr-gif__outer {
    background-position: -110px 25px;
  }
  .kr-ftrwrap .kr-gif__left {
    top: 30%;
  }
  .kr-ftrwrap .kr-gif__right {
    transform: translateY(0px);
    margin-top: 0;
  }
  .kr-gif__right p {
    width: 73%;
  }
}
@media (max-width: 767px) {
  .kr-ftrwrap .kr-gif__outer {
    height: 850px;
  }
  .kr-ftrwrap .kr-gif__right {
    transform: translateY(200px);
  }
  .kr-ftrwrap .kr-gif__left {
    width: 70%;
    top: 6%;
  }
}
.kr-eap {
  border-radius: 10px;
  box-shadow: 0px 8px 36.2px 0px #f36244;
  border: 1px solid #ef3663;
  overflow: hidden;
  background-color: #0f0f0f;
  position: relative;
  min-height: calc(100vh - 48px);
  margin: 24px;
  padding: 20px;
}
.kr-eap .kr-header {
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  z-index: 10;
  border-radius: 20px 20px 0 0;
}
.kr-eap .kr-header.scrolled {
  background-color: #010101;
}
.kr-eap .kr-header__wrap {
  padding: 20px 0;
}
.kr-eap .kr-eaf__outer {
  position: relative;
  min-height: 100%;
  background-color: #0f0f0f;
}
.kr-eap .kr-eaf__video {
  top: 20px;
}
.kr-eap .kr-eaf__video video {
  border-radius: 20px;
}
.kr-eap .kr-eaf__video::after {
  border-radius: 0 0 20px 20px;
}
.kr-eap .kr-footer {
  margin-top: 30px;
}
.kr-eap .kr-footer__tagline {
  width: 65%;
}

@media (max-width: 767px) {
  .kr-eap {
    padding: 0;
  }
  .kr-eap .kr-header {
    top: 0;
    left: 0;
    width: 100%;
  }
  .kr-eap .kr-header__logo {
    width: 80px;
  }
  .kr-eap .kr-eaf__video {
    padding: 10px;
  }
  .kr-eap .kr-eaf__video video {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.kr-termspage .kr-header {
  background-color: #000;
}
.kr-termspage .kr-termsofuse {
  padding-top: 60px;
}
.kr-termspage .kr-footer {
  margin-top: unset;
  padding-top: 40px;
  background-color: #000;
}