.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.section-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 650px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../img/hero_stage_background.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.body {
  background-color: #000;
  font-family: Klavika, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.heading-1 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #000;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -1px;
}

.text-box {
  max-width: 320px;
  margin-bottom: 40px;
  padding: 20px 80px 20px 20px;
  background-color: #fff;
}

.image {
  max-width: 40px;
}

.hero-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-wrapper {
  width: 100%;
  max-width: 1100px;
}

.section-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../img/section_1_bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.paragraph-intro {
  margin-bottom: 0px;
  color: #fff;
  font-size: 25px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
}

.section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-wrapper.align-right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-wrapper.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-wrapper.center {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-game {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 40px 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../img/section_2_bg.jpg');
  background-position: 50% 50%;
  background-size: 1920px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000;
  font-size: 30px;
  line-height: 28px;
  letter-spacing: -0.25px;
}

.heading-2.white {
  color: #fff;
}

.t1 {
  margin-bottom: 0px;
  color: #fff;
  line-height: 28px;
  font-weight: 400;
}

.t1.black {
  color: #000;
  line-height: 22px;
}

.t1.add-height {
  line-height: 28px;
  text-align: center;
}

.div-block {
  max-width: 500px;
}

.image-3 {
  margin-top: 30px;
  margin-right: 20px;
  margin-bottom: 30px;
}

.section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 420px;
  padding: 40px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #333;
}

.section-content.bg-image-1 {
  background-image: url('../img/section_3_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-content.bg-image-2 {
  background-image: url('../img/section_4_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-content.bg-image-3 {
  background-image: url('../img/section_5_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-content.bg-image-4 {
  background-image: url('../img/section_6_bg.jpg');
  background-position: 54% 50%;
  background-size: cover;
}

.section-content.bg-image-5 {
  background-image: url('../img/section_7_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-content.bg-image-6 {
  background-image: url('../img/section_8_bg.jpg');
  background-position: 50% 100%;
  background-size: 1920px;
  background-repeat: no-repeat;
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 490px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-box {
  max-width: 490px;
}

.image-4 {
  margin-top: 15px;
}

.image-5 {
  margin-top: 15px;
  margin-right: 30px;
}

.image-6 {
  margin-top: 15px;
}

.section-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 420px;
  padding: 40px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000)), url('../img/section_9_bg.jpg');
  background-image: linear-gradient(180deg, transparent, #000), url('../img/section_9_bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-product.bg-image-1 {
  background-image: url('../img/navi_section_1_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-product.bg-image-2 {
  background-image: url('../img/navi_section_3_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-product.bg-image-3 {
  background-image: url('../img/navi_section_4_bg.jpg');
  background-position: 50% 50%;
  background-size: 1918px;
}

.section-product.bg-image-4 {
  background-image: url('../img/navi_section_5_bg.jpg');
  background-position: 52% 50%;
  background-size: cover;
}

.div-block-2 {
  width: 100%;
  height: 1px;
}

.line {
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.grid {
  width: 100%;
  margin-bottom: 50px;
  justify-items: center;
  -ms-grid-columns: 1fr ;
  grid-template-columns: 1fr ;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.25px;
}

.heading-3.white {
  color: #fff;
}

.product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* max-width: 371px; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10%;
}

.image-7 {
  margin-bottom: 20px;
}

.button {
  /* margin-top: 15px; */
  padding-top: 7px;
  padding-bottom: 5px;
  padding: 20px;
  border: 2px solid #fff;
  background-color: transparent;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2em;
}

.button:hover {
  background-color: #fff;
  color: #000;
}

.legal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 420px;
  padding: 40px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #333;
}

.legal.bg-image-1 {
  background-image: url('../img/navi_section_1_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.legal.bg-image-2 {
  background-image: url('../img/navi_section_3_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.legal.bg-image-3 {
  background-image: url('../img/navi_section_4_bg.jpg');
  background-position: 50% 50%;
  background-size: 1918px;
}

.legal.bg-image-4 {
  background-image: url('../img/navi_section_5_bg.jpg');
  background-position: 52% 50%;
  background-size: cover;
}

.footnotes {
  margin-bottom: 40px;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
}

.footnotes.black {
  color: #000;
  line-height: 22px;
}

.footnotes.add-height {
  line-height: 28px;
  text-align: center;
}

.section {
  background-color: #fff;
}

.mobile-text-box {
  display: none;
  padding: 40px 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.t2 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 26px;
  line-height: 38px;
  font-weight: 300;
  text-align: center;
}

.t2.black {
  color: #000;
  line-height: 22px;
}

.t2.add-height {
  line-height: 28px;
  text-align: center;
}

.section-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 420px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #333;
}

.section-center.bg-image-1 {
  background-image: url('../img/section_3_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-center.bg-image-2 {
  background-image: url('../img/section_4_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-center.bg-image-3 {
  background-image: url('../img/section_5_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-center.bg-image-4 {
  background-image: url('../img/section_6_bg.jpg');
  background-position: 54% 50%;
  background-size: cover;
}

.section-center.bg-image-5 {
  background-image: url('../img/section_7_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-center.bg-image-6 {
  padding-top: 40px;
  background-image: url('../img/section_8_bg.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-8 {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .section-hero {
    background-position: 50% 50%;
    background-size: cover;
  }
  .section-game {
    background-position: 43% 50%;
  }
  .div-block {
    max-width: 390px;
  }
  .section-content.bg-image-3 {
    background-position: 53% 50%;
  }
  .section-content.bg-image-4 {
    background-image: linear-gradient(225deg, #000, transparent), url('../img/section_6_bg.jpg');
    background-position: 0px 0px, 48% 50%;
    background-size: auto, cover;
  }
  .content-box {
    max-width: 390px;
  }
  .mobile-text-box {
    background-position: 43% 50%;
  }
  .section-center.bg-image-3 {
    background-position: 53% 50%;
  }
  .section-center.bg-image-4 {
    background-image: linear-gradient(225deg, #000, transparent), url('../img/section_6_bg.jpg');
    background-position: 0px 0px, 48% 50%;
    background-size: auto, cover;
  }
}

@media (max-width: 767px) {
  .section-hero {
    min-height: 500px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .heading-1 {
    font-size: 30px;
    line-height: 30px;
  }
  .section-intro {
    padding-right: 30px;
    padding-left: 30px;
  }
  .paragraph-intro {
    font-size: 20px;
    line-height: 29px;
  }
  .section-wrapper.align-right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-wrapper.align-right.invisible {
    display: none;
  }
  .section-game {
    min-height: 250px;
    background-image: url('../img/section_2_bg.jpg');
    background-position: 3% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .heading-2 {
    font-size: 25px;
    line-height: 29px;
  }
  .div-block {
    max-width: none;
  }
  .section-content {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-content.bg-image-1 {
    background-image: linear-gradient(315deg, rgba(0, 0, 0, 0.5), #000), url('../img/section_3_bg.jpg');
    background-position: 0px 0px, 60% 50%;
    background-size: auto, cover;
  }
  .section-content.bg-image-2 {
    background-image: linear-gradient(45deg, #000, rgba(0, 0, 0, 0.5)), url('../img/section_4_bg.jpg');
    background-position: 0px 0px, 33% 50%;
    background-size: auto, cover;
  }
  .section-content.bg-image-3 {
    background-image: linear-gradient(225deg, rgba(0, 0, 0, 0.5), #000), url('../img/section_5_bg.jpg');
    background-position: 0px 0px, 60% 50%;
    background-size: auto, cover;
  }
  .section-content.bg-image-4 {
    background-image: linear-gradient(225deg, rgba(0, 0, 0, 0.5), #000), url('../img/section_6_bg.jpg');
    background-position: 0px 0px, 32% 50%;
    background-size: auto, cover;
  }
  .section-content.bg-image-5 {
    background-image: linear-gradient(225deg, rgba(0, 0, 0, 0.5), #000), url('../img/section_7_bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .content-box {
    max-width: none;
  }
  .section-product {
    padding-right: 30px;
    padding-left: 30px;
  }
  .grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .legal {
    padding-right: 30px;
    padding-left: 30px;
  }
  .mobile-text-box {
    display: block;
    padding: 20px 30px;
  }
  .t2 {
    font-size: 20px;
    line-height: 28px;
  }
  .section-center {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-center.bg-image-1 {
    background-image: linear-gradient(315deg, rgba(0, 0, 0, 0.5), #000), url('../img/section_3_bg.jpg');
    background-position: 0px 0px, 60% 50%;
    background-size: auto, 1920px;
  }
  .section-center.bg-image-2 {
    background-image: linear-gradient(45deg, #000, rgba(0, 0, 0, 0.5)), url('../img/section_4_bg.jpg');
    background-position: 0px 0px, 33% 50%;
    background-size: auto, 1920px;
  }
  .section-center.bg-image-3 {
    background-image: linear-gradient(225deg, rgba(0, 0, 0, 0.5), #000), url('../img/section_5_bg.jpg');
    background-position: 0px 0px, 60% 50%;
    background-size: auto, cover;
  }
  .section-center.bg-image-4 {
    background-image: linear-gradient(225deg, rgba(0, 0, 0, 0.5), #000), url('../img/section_6_bg.jpg');
    background-position: 0px 0px, 32% 50%;
    background-size: auto, cover;
  }
  .section-center.bg-image-5 {
    background-image: linear-gradient(225deg, rgba(0, 0, 0, 0.5), #000), url('../img/section_7_bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
}

@media (max-width: 479px) {
  .section-game {
    background-position: 14% 50%;
  }
  .section-content {
    padding: 40px 30px;
  }
  .section-center {
    padding: 40px 30px;
  }
}

@font-face {
  font-family: 'Klavika';
  src: url('../font/Klavika-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Klavika';
  src: url('../font/Klavika-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Klavika';
  src: url('../font/Klavika-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}