@keyframes gameLeftIn-DIRSx {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes gameLeftOut-wZXGW {
  0% {
    opacity: 0;
    transform: translateX(0px);
  }

  100% {
    opacity: 1;
    transform: translateX(-50px);
  }
}

@keyframes gameRightIn-PlmPs {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes gameRightOut-M_9ck {
  0% {
    opacity: 1;
    transform: translateX(0px);
  }

  100% {
    opacity: 0;
    transform: translateX(50px);
  }
}

.game-XF15t {
  padding: 90px 0px;
  background: rgb(240, 246, 255);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.game-akc377-zlDH0,
.game-akc501-xhZrr {
  background: transparent !important;
}

.game-akc377-zlDH0 .game-tabs-name-UFwzD,
.game-akc377-zlDH0 .game-text-gbki5,
.game-akc501-xhZrr .game-tabs-name-UFwzD,
.game-akc501-xhZrr .game-text-gbki5 {
  color: rgb(255, 255, 255);
}

.game-wrap-WNJkv {
  width: 1200px;
  /* display: flex; */
  align-content: center;
  margin: 0px auto;
  position: relative;
}

.game-left-p8FNX {
  /* min-width: 750px; */
  /* height: 100%; */
  position: relative;
  /* left: -100px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.game-left-p8FNX .image-Juhx4 {
  width: 520px;
  height: 300px;
  cursor: inherit;
}

.game-left-p8FNX .poster-GTWGQ {
  /* width: 649px; */
  height: 400px;
}

.game-left-p8FNX .picture-eNKFL {
  /* position: absolute; */
  /* inset: 0px; */
  box-sizing: border-box;
  padding: 0px;
  border: none;
  margin: auto;
  display: block;
  height: 100%;
  width: auto;
  object-fit: cover;
  filter: none;
  background-size: cover;
  background-image: none;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.game-right-YVFFL {
  width: 1000px;
  /* margin-right: 33px; */
  /* letter-spacing: 0.5px; */
  /* text-align: justify; */
  /* position: relative; */
  padding-top: 10px;
  margin: auto;
}

.game-cover-SHdiF {
  width: 500px;
  height: 148px;
  cursor: inherit;
}

.game-cover-SHdiF img {
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: left center;
}

.game-text-gbki5 {
  line-height: 24px;
  margin: 20px 0px;
  font-size: 16px;
  color: rgb(108, 123, 168);
  letter-spacing: 0.5px;
  text-align: justify;
}

.game-btn-u1Y00 {
  box-shadow: 0 2px 4px 0 var(--cms-primary-light-color);
  width: 160px;
  height: 50px;
  line-height: 50px;
  color: rgb(255, 255, 255);
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 25px;
  transition: 0.2s;
  background: var(--cms-primary-color);
}

.game-btn-u1Y00:hover {
  transform: scale(1.05);
}

.game-tabs-YHvPO {
  display: flex;
  width: 100%;
  padding-left: 0px;
  flex-wrap: wrap;
}

.game-tabs-item-sNhmb {
  position: relative;
  text-align: center;
  cursor: pointer;
  margin-right: 16px;
}

.game-tabs-item-sNhmb.active-Tiv0W .game-tabs-icon-mIrJP {
  box-shadow: rgb(182, 191, 219) 0px 7px 13px 0px;
}

.game-tabs-item-sNhmb.active-Tiv0W .game-tabs-icon-mIrJP::before {
  background-image: var(--cms_game_btn_active) !important;
}

.game-tabs-icon-mIrJP {
  width: 76px;
  height: 76px;
  margin-bottom: 16px;
  align-content: center;
  position: relative;
  z-index: 1;
  border-radius: 14px;
  box-shadow: rgba(112, 146, 215, 0.14) 0px 5px 10px 0px, rgb(255, 255, 255) 0px -4px 0px 0px inset;
}

.game-tabs-icon-mIrJP::before {
  content: "";
  z-index: -1;
  top: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: var(--cms_game_btn);
  background-size: 100% 100%;
}

.game-tabs-icon-mIrJP .icon-sVi2k {
  height: 50px;
  margin-top: 13px;
}

.game-tabs-name-UFwzD {
  color: rgb(108, 123, 168);
  font-size: 16px;
}

.game-left-ani-in-dO31j {
  animation: 1s ease-in-out 0s 1 normal forwards running gameLeftIn-DIRSx;
}

.game-left-ani-out-czTXU {
  animation: 1s ease-in-out 0s 1 normal forwards running gameLeftOut-wZXGW;
}

.game-right-ani-in-oFErd {
  animation: 1s ease-in-out 0s 1 normal forwards running gameRightIn-PlmPs;
}

.game-right-ani-out-AvcRF {
  animation: 1s ease-in-out 0s 1 normal forwards running gameRightOut-M_9ck;
}