/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./blocks/game-nest/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
.game-nest {
  position: relative;
  display: flex;
  flex-direction: column;
}
.game-nest > .absolute-container {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 45%;
  height: calc(100% - 12.4rem);
}
.game-nest > .absolute-container .central-image {
  top: 12.4rem;
  position: -webkit-sticky;
  position: sticky;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
  width: 100%;
  max-height: 60rem;
  height: 100%;
}
.game-nest > .top-image {
  position: absolute;
  left: 24.7rem;
  top: 3.7rem;
}
.game-nest .game-inner {
  display: flex;
}
.game-nest .game-inner > div {
  position: relative;
  padding: 7.4rem 12.2rem 7.4rem 8.6rem;
  max-width: 43.5rem;
  text-align: right;
}
.game-nest .game-inner > div > img.background-image {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  -o-object-fit: fill;
     object-fit: fill;
}
.game-nest .game-inner > div .cta2 {
  color: inherit;
  border-color: inherit;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.game-nest .game-inner > div .cta2:hover, .game-nest .game-inner > div .cta2:focus {
  background-color: rgba(255, 255, 255, 0.2);
}
.game-nest .game-inner > div h3 {
  margin-bottom: 2.4rem;
}
.game-nest .game-inner > div .rich-text {
  margin-bottom: 2.4rem;
}
.game-nest .game-inner .gauge {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
}
.game-nest .game-inner .gauge > div {
  margin-left: auto;
  background-color: #E0E1E1;
  width: 12.6rem;
  height: 1.5rem;
  border-radius: 2rem;
  z-index: -1;
  flex-shrink: 0;
}
.game-nest .game-inner .gauge > div > div {
  background-color: #7F0909;
  border-radius: 2rem;
  z-index: 0;
  height: 100%;
}
.game-nest .game-inner .gauge > p {
  margin-right: 1rem;
}
.game-nest .game-inner.double {
  padding-left: 12.8rem;
  padding-bottom: 14rem;
  position: relative;
}
.game-nest .game-inner.double .top-image {
  width: 30.4rem;
  height: 41.3rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.game-nest .game-inner.double .background-image {
  position: absolute;
  top: 43rem;
  left: 30rem;
  width: 16.5rem;
  height: 25.2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.game-nest .game-inner:not(:first-of-type) {
  margin-top: -17rem;
}
.game-nest .game-inner:not(.double) .top-image {
  max-width: 10rem;
  max-height: 10rem;
}
.game-nest.right .game-inner:nth-of-type(odd), .game-nest.left .game-inner:nth-of-type(even) {
  justify-content: flex-end;
}
.game-nest.right .game-inner:nth-of-type(odd) > div, .game-nest.left .game-inner:nth-of-type(even) > div {
  padding: 7.4rem 12.2rem 7.4rem 8.6rem;
  text-align: right;
}
.game-nest.right .game-inner:nth-of-type(odd) > div > img.background-image, .game-nest.left .game-inner:nth-of-type(even) > div > img.background-image {
  right: 0;
}
.game-nest.right .game-inner:nth-of-type(odd) > div .cta2, .game-nest.left .game-inner:nth-of-type(even) > div .cta2 {
  margin-left: auto;
}
.game-nest.right .game-inner:nth-of-type(odd).double, .game-nest.left .game-inner:nth-of-type(even).double {
  padding-right: 12.8rem;
}
.game-nest.right .game-inner:nth-of-type(odd).double .background-image, .game-nest.left .game-inner:nth-of-type(even).double .background-image {
  right: 30rem;
  left: auto;
}
.game-nest.right .game-inner:nth-of-type(even), .game-nest.left .game-inner:nth-of-type(odd) {
  justify-content: flex-start;
}
.game-nest.right .game-inner:nth-of-type(even) > div, .game-nest.left .game-inner:nth-of-type(odd) > div {
  padding: 7.4rem 8.6rem 7.4rem 12.2rem;
  text-align: left;
}
.game-nest.right .game-inner:nth-of-type(even) > div > img.background-image, .game-nest.left .game-inner:nth-of-type(odd) > div > img.background-image {
  left: 0;
}
.game-nest.right .game-inner:nth-of-type(even) > div .cta2, .game-nest.left .game-inner:nth-of-type(odd) > div .cta2 {
  margin-right: auto;
}

@media only screen and (max-width: 900px) {
  .game-nest {
    padding-top: 0;
    margin-bottom: 6.4rem;
  }
  .game-nest > .absolute-container {
    position: static;
    height: 30.2rem;
    margin: 0 2.4rem;
    width: auto;
    max-width: none;
  }
  .game-nest > .top-image {
    display: none;
  }
  .game-nest .game-inner > div {
    text-align: left;
    padding: 4.8rem 2.8rem;
  }
  .game-nest .game-inner:first-of-type {
    margin-top: 6.4rem;
  }
  .game-nest .game-inner:not(:first-of-type) {
    margin-top: 0;
  }
  .game-nest .game-inner.double {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    padding-bottom: 6.4rem;
  }
  .game-nest .game-inner.double .top-image {
    width: 80%;
    max-width: 31.6rem;
  }
  .game-nest .game-inner.double .background-image {
    left: 50%;
    width: 40%;
  }
  .game-nest.right .game-inner:nth-of-type(odd), .game-nest.left .game-inner:nth-of-type(even) {
    justify-content: flex-start;
  }
  .game-nest.right .game-inner:nth-of-type(odd) > div, .game-nest.left .game-inner:nth-of-type(even) > div {
    padding: 4.8rem 2.8rem;
    text-align: left;
  }
  .game-nest.right .game-inner:nth-of-type(odd) > div > img.background-image, .game-nest.left .game-inner:nth-of-type(even) > div > img.background-image {
    right: 0;
    transform: scaleX(-1);
  }
  .game-nest.right .game-inner:nth-of-type(odd) > div .cta2, .game-nest.left .game-inner:nth-of-type(even) > div .cta2 {
    margin-left: 0;
  }
  .game-nest.right .game-inner:nth-of-type(odd).double, .game-nest.left .game-inner:nth-of-type(even).double {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    padding-bottom: 6.4rem;
  }
  .game-nest.right .game-inner:nth-of-type(odd).double .top-image, .game-nest.left .game-inner:nth-of-type(even).double .top-image {
    width: 80%;
    max-width: 31.6rem;
  }
  .game-nest.right .game-inner:nth-of-type(odd).double .background-image, .game-nest.left .game-inner:nth-of-type(even).double .background-image {
    left: 50%;
    width: 40%;
  }
  .game-nest.right .game-inner:nth-of-type(even), .game-nest.left .game-inner:nth-of-type(odd) {
    justify-content: flex-start;
  }
  .game-nest.right .game-inner:nth-of-type(even) > div, .game-nest.left .game-inner:nth-of-type(odd) > div {
    padding: 4.8rem 2.8rem;
    text-align: left;
  }
  .game-nest.right .game-inner:nth-of-type(even) > div > img.background-image, .game-nest.left .game-inner:nth-of-type(odd) > div > img.background-image {
    left: 0;
  }
  .game-nest.right .game-inner:nth-of-type(even) > div .cta2, .game-nest.left .game-inner:nth-of-type(odd) > div .cta2 {
    margin-right: auto;
  }
}

/*# sourceMappingURL=style-game-nest.css.map*/