.btn {
	-webkit-border-radius: 30;
	-moz-border-radius: 30;
	border-radius: 30px;
	color: #000;
	font-size: 16px;
	background: #FFF;
	padding: 7px 25px 7px 25px;
	border: solid #000 1px;
	text-decoration: none;
	
}
.btn:hover {
	border: solid #fff 1px;
	text-decoration: none;
	background: none;
	color: #fff;
}



.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('../images/hero_stage_background.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  
}

.heading-1 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #000;
  font-size: 36px;
  line-height: 38px;
  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('../images/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('../images/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: 32px;
  letter-spacing: -0.25px;
}

.heading-2.white {
  color: #fff;
  font-size: 30px;
}

.heading-2.white.small-heading {
  margin-bottom: 0px;
  font-size: 24px;
}

.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;
  height: auto;
  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;
  background-image: url('../images/Game_Bundle-img.jpg');
  background-position: 84% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

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

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

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

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

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

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

.section-content.bg-image-3950x {
  background-image: url('../images/3950x-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.section-content.invisible {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent)), url('../images/Game_Bundle-img.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent), url('../images/Game_Bundle-img.jpg');
  background-position: 0px 0px, 82% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.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;
}

.content-box.bundle-content {
  width: 37%;
  max-width: 400px;
}

.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;
  border-bottom: 1px solid #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000)), url('../images/section_9_bg.jpg');
  background-image: linear-gradient(180deg, transparent, #000), url('../images/section_9_bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

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

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

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

.section-product.bg-image-4 {
  background-image: url('../images/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 1fr 1fr;
  grid-template-columns: 1fr 1fr 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: 271px;
  -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;
}

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

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

.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('../images/navi_section_1_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

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

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

.footnotes {
  margin-bottom: 40px;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  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('../images/section_3_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

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

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

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

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

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

.heading-4 {
  color: #fff;
  font-size: 30px;
  line-height: 28px;
}

.image-9 {
  margin-top: 10px;
}

.bundle-image {
  display: none;
}

.image-10 {
  max-width: none;
}

@media (max-width: 991px) {
  .section-hero {
    background-position: 50% 50%;
    background-size: cover;
  }
  .section-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .section-wrapper.invisible {
    display: none;
  }
  .section-game {
    background-position: 43% 50%;
  }
  .div-block {
    max-width: 390px;
  }
  .section-content {
    display: none;
    min-height: 0px;
    clear: both;
    background-position: 50% 50%;
    background-size: cover;
  }
  .section-content.bg-image-1 {
    display: block;
  }
  .section-content.bg-image-2 {
    display: block;
  }
  .section-content.bg-image-3 {
    display: block;
    background-position: 53% 50%;
  }
  .section-content.bg-image-4 {
    display: block;
    background-image: linear-gradient(225deg, #000, transparent), url('../images/section_6_bg.jpg');
    background-position: 0px 0px, 48% 50%;
    background-size: auto, cover;
  }
  .section-content.bg-image-5 {
    display: block;
  }
  .section-content.bg-image-3950x {
    display: block;
  }
  .content-box {
    max-width: 390px;
  }
  .mobile-text-box {
    position: static;
    display: inline-block;
    float: left;
    clear: both;
    background-color: transparent;
    background-image: none;
    color: #fff;
  }
  .section-center.bg-image-3 {
    background-position: 53% 50%;
  }
  .section-center.bg-image-4 {
    background-image: linear-gradient(225deg, #000, transparent), url('../images/section_6_bg.jpg');
    background-position: 0px 0px, 48% 50%;
    background-size: auto, cover;
  }
  .div-block-3 {
    display: inline-block;
    width: 100vw;
    height: 100px;
    float: left;
    clear: both;
  }
  .bundle-image {
    position: relative;
    display: inline-block;
    float: left;
  }
}

@media (max-width: 767px) {
  .section-hero {
    min-height: 500px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .heading-1 {
    font-size: 30px;
    line-height: 32px;
  }
  .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('../images/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 {
    display: block;
    min-height: 230px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-content.bg-image-1 {
    background-image: linear-gradient(315deg, rgba(0, 0, 0, 0.5), #000), url('../images/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('../images/3950x-bg.jpg'), url('../images/section_4_bg.jpg');
    background-position: 0px 0px, 50% 50%, 33% 50%;
    background-size: auto, cover, cover;
    background-attachment: scroll, scroll, scroll;
  }
  .section-content.bg-image-3 {
    background-image: linear-gradient(225deg, rgba(0, 0, 0, 0.5), #000), url('../images/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('../images/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('../images/section_7_bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .section-content.bg-image-3950x {
    background-image: linear-gradient(45deg, #000, rgba(0, 0, 0, 0.5)), url('../images/3950x-bg.jpg'), url('../images/section_4_bg.jpg');
    background-position: 0px 0px, 50% 50%, 33% 50%;
    background-size: auto, cover, cover;
    background-attachment: scroll, scroll, scroll;
  }
  .section-content.invisible {
    display: none;
  }
  .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 40px;
  }
  .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('../images/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('../images/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('../images/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('../images/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('../images/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 {
    min-height: 140px;
    padding: 40px 30px;
  }
  .section-center {
    padding: 40px 30px;
  }
}

