.fadeUp {
  transition: all 1.5s cubic-bezier(0.12, 0.31, 0.25, 1);
  transform: translateY(80px);
  opacity: 0;
}
.fadeUp.act {
  transform: translateY(0px);
  opacity: 1;
}
.fadeLeft {
  transition: all 1.5s cubic-bezier(0.12, 0.31, 0.25, 1);
  transform: translateX(-60px);
  opacity: 0;
}
.fadeLeft.act {
  transform: translateX(0px);
  opacity: 1;
}
.fadeRight {
  transition: all 1.5s cubic-bezier(0.12, 0.31, 0.25, 1);
  transform: translateX(60px);
  opacity: 0;
}
.fadeRight.act {
  transform: translateX(0px);
  opacity: 1;
}
a.but1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0.65em 3.5em;
  border-radius: 200px;
  border: 1px solid #fff;
  transition: all 0.5s;
}
a.but1:hover {
  transform: translateY(5px);
}
a.but2 {
  background: #F5B645;
  border: 1px solid #F5B645;
  color: #333333;
  transition: all 0.5s;
  border-radius: 200px;
  padding: 0.65em 3.5em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
a.but2:hover {
  transform: translateY(5px);
}
@keyframes txtup {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes picScale {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes floatPlanet2 {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}
.cont {
  width: 100%;
  overflow: hidden;
}
body {
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
html {
  scroll-behavior: smooth;
}
#top,
#why-meetgames,
#services,
#platform,
#stories,
#contact {
  scroll-margin-top: 96px;
}
.cont .w1440 {
  width: 1440px;
  margin: 0 auto;
}
.cont img {
  width: 100%;
  display: block;
  line-height: 0;
  font-size: 0;
  transition: all 0.5s;
}
.cont .sl-t {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.cont .sl-t .page-banner {
  width: 100%;
  height: 100%;
  position: relative;
}
.cont .sl-t .page-banner .page-banner__media,
.cont .sl-t .page-banner .page-banner__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cont .sl-t .page-banner .page-banner__media img {
  object-fit: cover;
  object-position: 62% center;
}
.cont .sl-t .page-banner .txt-cont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  will-change: transform, opacity;
}
.cont .sl-t .page-banner .txt-cont .logo {
  width: 240px;
  animation: txtup 1s ease 0.1s 1 forwards;
  opacity: 0;
}
.cont .sl-t .page-banner .txt-cont .txt {
  margin-top: 30px;
}
.cont .sl-t .page-banner .txt-cont .txt h1 {
  color: #fff;
  width: 100%;
  font-size: 66px;
  animation: txtup 1s ease 0.2s 1 forwards;
  opacity: 0;
}
.cont .sl-t .page-banner .txt-cont .txt > span {
  display: block;
  color: #fff;
  margin-top: 20px;
  width: 37%;
  animation: txtup 1s ease 0.3s 1 forwards;
  opacity: 0;
}
.cont .sl-t .page-banner .txt-cont .btns {
  width: 100%;
  display: flex;
  align-items: center;
  animation: txtup 1s ease 0.4s 1 forwards;
  opacity: 0;
}
.cont .sl-t .page-banner .txt-cont .btns a:nth-child(1) {
  margin-right: 17px;
}
.cont .sl-t .page1 {
  width: 100%;
  height: 101%;
  background: linear-gradient(180deg, rgba(53, 18, 135, 0.7) 0%, rgba(74, 27, 182, 0.7) 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 3;
}
.cont .sl-t .page1 .txt-cont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.cont .sl-t .page1 .txt-cont h2 {
  color: #fff;
  margin-bottom: 3vw;
}
.cont .sl-t .page1 .txt-cont .list {
  width: 71%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4vw;
}
.cont .sl-t .page1 .txt-cont .list .item {
  width: 100%;
}
.cont .sl-t .page1 .txt-cont .list .item .img {
  width: 100%;
  padding-top: 34%;
  position: relative;
  overflow: hidden;
}
.cont .sl-t .page1 .txt-cont .list .item .img img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cont .sl-t .page1 .txt-cont .list .item .txt p {
  display: block;
  color: #fff;
  margin-top: 20px;
}
.cont .sl-t .page1 .txt-cont .list .item .txt span {
  display: block;
  color: #fff;
  margin-top: 10px;
}
.cont .sl-t .page1 .txt-cont .list .item:hover .img img {
  transform: translate(-50%, -50%) scale(1.05);
}
.cont .sl-t .page1 .logo-r {
  position: absolute;
  top: 0;
  right: 0;
  width: 23.6%;
}
.cont .sl-t .page1 .logo-r img:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-mix-blend-mode: darken;
  mix-blend-mode: darken;
  opacity: 0;
  transform: translateX(-60px);
}
.cont .sl-t .page1 .logo-r img:nth-child(2) {
  opacity: 0;
  transform: translateX(60px);
}
.cont .page2 {
  padding: 100px 0;
  background: #fff;
}
.cont .page2 h2 {
  color: #000000;
  text-align: center;
}
.cont .page2 .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 50px;
}
.cont .page2 .list .item {
  width: 57%;
  position: relative;
  height: 380px;
  padding: 2vw;
  background: #F4F7FA;
  overflow: hidden;
}
.cont .page2 .list .item p {
  color: #000000;
  display: block;
  position: relative;
  z-index: 5;
}
.cont .page2 .list .item span {
  color: #333333;
  display: block;
  position: relative;
  z-index: 5;
}
.cont .page2 .list .item .pic {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cont .page2 .list .item:nth-child(1) {
  margin-bottom: 2%;
}
.cont .page2 .list .item:nth-child(1) span {
  width: 55%;
}
.cont .page2 .list .item:nth-child(1) .pic {
  width: 55.1%;
  right: 4%;
  bottom: 2%;
}
.cont .page2 .list .item:nth-child(2) {
  width: 41%;
  margin-bottom: 2%;
}
.cont .page2 .list .item:nth-child(2) span {
  width: 90%;
}
.cont .page2 .list .item:nth-child(2) .pic {
  width: 84.7%;
  right: 2%;
}
.cont .page2 .list .item:nth-child(3) {
  width: 41%;
}
.cont .page2 .list .item:nth-child(3) span {
  width: 90%;
}
.cont .page2 .list .item:nth-child(3) .pic {
  width: 66%;
  right: 2%;
  -webkit-mix-blend-mode: darken;
  mix-blend-mode: darken;
}
.cont .page2 .list .item:nth-child(4) span {
  width: 55%;
}
.cont .page2 .list .item:nth-child(4) .pic {
  width: 55.7%;
  right: 6%;
  bottom: 6%;
}
.cont .page2 .btns {
  text-align: center;
  width: 100%;
  margin-top: 50px;
}
.cont .page2 .btns a {
  color: #333;
  border: 1px solid #CBCBCB;
}
.cont .page3 {
  background: linear-gradient(180deg, #0D0323 0%, #6A26DB 100%);
  padding: 100px 0;
  position: relative;
  z-index: 5;
}
.cont .page3 .tab-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cont .page3 .tab-top .txt-l {
  width: 44%;
}
.cont .page3 .tab-top .txt-l .tit {
  color: #fff;
}
.cont .page3 .tab-top .txt-l ul {
  width: 100%;
}
.cont .page3 .tab-top .txt-l ul li {
  width: 100%;
  margin-bottom: 20px;
}
.cont .page3 .tab-top .txt-l ul li .tit-top {
  color: #FFFFFF;
  cursor: pointer;
}
.cont .page3 .tab-top .txt-l ul li .tit-top i {
  margin-left: 8px;
  font-weight: 500;
}
.cont .page3 .tab-top .txt-l ul li .des {
  display: none;
}
.cont .page3 .tab-top .txt-l ul li .des p {
  color: #fff;
  display: block;
  width: 100%;
  padding-top: 20px;
}
.cont .page3 .tab-top .txt-l ul li .des .btns {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.cont .page3 .tab-top .txt-l ul li .des .btns a:nth-child(1) {
  margin-right: 17px;
}
.cont .page3 .tab-top .txt-l ul li:nth-child(1) .des {
  display: block;
}
.cont .page3 .tab-top .imgs-r {
  width: 48.6%;
  position: relative;
}
.cont .page3 .tab-top .imgs-r .item {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateX(70px);
  pointer-events: none;
  transition: all 1s;
}
.cont .page3 .tab-top .imgs-r .item.on {
  position: relative;
  transform: translateX(0px);
  opacity: 1;
}
.cont .page3 .tab-top .imgs-r .item .img {
  position: absolute;
  top: 0;
  left: 0;
}
.cont .page3 .tab-top .imgs-r .item .img:nth-child(1) {
  position: static;
  transform: scale(1) !important;
  opacity: 1!important;
}
.cont .page3 .tab-top .imgs-r .item .img:nth-child(3) img {
  animation: floatPlanet2 3s 0.1s ease-in-out infinite alternate;
}
.cont .page3 .tab-top .imgs-r .item .img:nth-child(4) img {
  animation: floatPlanet2 3s 0.4s ease-in-out infinite alternate;
}
.cont .page3 .tab-top .imgs-r .item .img:nth-child(5) img {
  animation: floatPlanet2 3s 0.6s ease-in-out infinite alternate;
}
.cont .page3 .tab-top .imgs-r .item .img:nth-child(6) img {
  animation: floatPlanet2 3s 0.8s ease-in-out infinite alternate;
}
.cont .page3 .tab-top .imgs-r .item .img:nth-child(7) img {
  animation: floatPlanet2 3s 1s ease-in-out infinite alternate;
}
.cont .page3 .tab-top .imgs-r .item .img:nth-child(8) img {
  animation: floatPlanet2 3s 1.2s ease-in-out infinite alternate;
}
.cont .page3 .tab-top .imgs-r .item:nth-child(1) .img {
  opacity: 0;
}
.cont .page3 .tab-top .imgs-r .item.on:nth-child(1) .img:nth-child(2) {
  animation: picScale 1s ease forwards;
  animation-delay: 0s;
}
.cont .page3 .tab-top .imgs-r .item.on:nth-child(1) .img:nth-child(3) {
  animation: picScale 1s ease forwards;
  animation-delay: 0.1s;
}
.cont .page3 .tab-top .imgs-r .item.on:nth-child(1) .img:nth-child(4) {
  animation: picScale 1s ease forwards;
  animation-delay: 0.2s;
}
.cont .page3 .tab-top .imgs-r .item.on:nth-child(1) .img:nth-child(5) {
  animation: picScale 1s ease forwards;
  animation-delay: 0.3s;
}
.cont .page3 .tab-top .imgs-r .item.on:nth-child(1) .img:nth-child(6) {
  animation: picScale 1s ease forwards;
  animation-delay: 0.1s;
}
.cont .page3 .tab-top .imgs-r .item.on:nth-child(1) .img:nth-child(7) {
  animation: picScale 1s ease forwards;
  animation-delay: 0.2s;
}
.cont .page3 .tab-top .imgs-r .item.on:nth-child(1) .img:nth-child(8) {
  animation: picScale 1s ease forwards;
  animation-delay: 0.3s;
}
.cont .page3 .num-list-1 .tit {
  text-align: right;
  color: #fff;
}
.cont .page3 .num-list-1 ul {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.cont .page3 .num-list-1 ul li {
  width: 31%;
  padding: 30px 40px;
}
.cont .page3 .num-list-1 ul li .num-t {
  display: flex;
  align-items: baseline;
  color: #fff;
}
.cont .page3 .num-list-1 ul li .num-t .counter {
  font-size: 90px;
  line-height: 1;
}
.cont .page3 .num-list-1 ul li .txt-m {
  width: 100%;
  margin-top: 3vw;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
}
.cont .page3 .num-list-1 ul li:nth-child(1) {
  background: #5211BE;
}
.cont .page3 .num-list-1 ul li:nth-child(2) {
  background: #ffffff;
}
.cont .page3 .num-list-1 ul li:nth-child(2) .num-t {
  color: #000;
}
.cont .page3 .num-list-1 ul li:nth-child(2) .txt-m {
  border-top: 1px solid #D9D9D9;
  color: #000;
}
.cont .page3 .num-list-1 ul li:nth-child(3) {
  background: #FFB419;
}
.cont .page3 .num-list-2 .tit {
  text-align: left;
  color: #fff;
}
.cont .page3 .num-list-2 ul {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.cont .page3 .num-list-2 ul li {
  width: 31%;
  padding: 30px 40px;
}
.cont .page3 .num-list-2 ul li .num-t {
  display: flex;
  align-items: baseline;
  color: #fff;
}
.cont .page3 .num-list-2 ul li .num-t .counter {
  font-size: 90px;
  line-height: 1;
}
.cont .page3 .num-list-2 ul li .txt-m {
  width: 100%;
  margin-top: 3vw;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}
.cont .page4 {
  background: linear-gradient(359deg, #FFFFFF 0%, #E1E7F2 100%);
  padding: 100px 0 145px;
}
.cont .page4 h2 {
  text-align: center;
  color: #000;
}
.cont .page4 h2 i {
  color: #FFB419;
}
.cont .page4 .tit1 {
  width: 90%;
  margin: 0 auto;
}
.cont .page4 .tit2 {
  color: #333;
}
.cont .page4 .roll_box {
  width: 100%;
}
.cont .page4 .roll_box .roll {
  width: 100%;
  overflow: hidden;
  margin-bottom: 25px;
}
.cont .page4 .roll_box .roll ul {
  display: flex;
}
.cont .page4 .roll_box .roll li {
  width: 244px;
}
.cont .page4 .roll_box .roll li img {
  width: 219px;
}
.cont .page4 .pics {
  display: flex;
  justify-content: space-between;
}
.cont .page4 .pics img {
  width: 49.44%;
}
.cont .page5 {
  position: relative;
}
.cont .page5 .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cont .page5 .bg img {
  height: 100%;
  object-fit: cover;
}
.cont .page5 .txt-cont {
  padding: 100px 0;
  position: relative;
  z-index: 10;
}
.cont .page5 .txt-cont .w1440 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cont .page5 .txt-cont .w1440 .txt-t {
  width: 100%;
}
.cont .page5 .txt-cont .w1440 .txt-t p {
  display: block;
  color: #fff;
}
.cont .page5 .txt-cont .w1440 .txt-t span {
  display: block;
  color: #fff;
  width: 50%;
  margin-top: 15px;
}
.cont .page5 .txt-cont .w1440 .item-l {
  width: 40%;
}
.cont .page5 .txt-cont .w1440 .item-l .prize {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.cont .page5 .txt-cont .w1440 .item-l .prize .ic {
  width: 20px;
  margin-right: 10px;
}
.cont .page5 .txt-cont .w1440 .item-l .prize p {
  color: #fff;
  display: block;
}
.cont .page5 .txt-cont .w1440 .item-r {
  display: flex;
  justify-content: flex-end;
}
.cont .page5 .txt-cont .w1440 .item-r li:nth-child(1) {
  margin-right: 6vw;
}
.cont .page5 .txt-cont .w1440 .item-r li .num-t {
  display: flex;
  align-items: baseline;
  color: #fff;
}
.cont .page5 .txt-cont .w1440 .item-r li .num-t .counter {
  font-size: 90px;
  line-height: 1;
}
.cont .page5 .txt-cont .w1440 .item-r li .num-t i {
  margin-left: 8px;
}
.cont .page5 .txt-cont .w1440 .item-r li .txt-m {
  width: 100%;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .cont .page3 .num-list-1 ul li .num-t .counter,
  .cont .page3 .num-list-2 ul li .num-t .counter,
  .cont .page5 .txt-cont .w1440 .item-r li .num-t .counter {
    font-size: 5.5vw;
  }
  .cont .sl-t .page-banner .txt-cont .txt h1 {
    font-size: 4.2vw;
  }
}
@media screen and (max-width: 1500px) {
  .cont .w1440 {
    width: 90%;
  }
}
/* 125% */
@media screen and (max-width: 1440px) {
  .cont .page2 .list .item {
    height: 300px;
  }
  .cont .page3 .num-list-1 ul li,
  .cont .page3 .num-list-2 ul li {
    padding: 20px 30px;
  }
  .cont .page4 .roll_box .roll li {
    width: 210px;
  }
  .cont .page4 .roll_box .roll li img {
    width: 195px;
  }
  .cont .page4 .roll_box .roll {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1366px) {
  .cont .sl-t .page1 .txt-cont .list .item .txt p {
    margin-top: 10px;
  }
  .cont .sl-t .page1 .txt-cont .list .item .txt span {
    margin-top: 5px;
  }
  a.but2,
  a.but1 {
    padding: 0.45em 2.5em;
  }
  .cont .page3 .num-list-1 ul li,
  .cont .page3 .num-list-2 ul li {
    padding: 12px 20px;
  }
}
@media screen and (max-width: 1280px) {
  .cont .page4 .roll_box .roll li {
    width: 190px;
  }
  .cont .page4 .roll_box .roll li img {
    width: 180px;
  }
  .cont .page4 .roll_box .roll {
    margin-bottom: 10px;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
  .cont .sl-t {
    height: auto;
  }
  .cont .sl-t .page-banner {
    height: auto;
  }
  .cont .sl-t .page-banner .txt-cont {
    position: static;
    transform: translateY(0);
    padding: 10vw 0;
  }
  .cont .sl-t .page1 {
    height: auto;
    position: static;
    opacity: 1;
    padding: 10vw 0 6vw;
    background: linear-gradient(180deg, #351287 0%, #4a1bb6 100%);
  }
  .cont .sl-t .page1 .txt-cont {
    transform: translateY(0);
    position: relative;
    z-index: 20;
    top: auto;
    left: auto;
  }
  .cont .sl-t .page-banner .txt-cont .txt > span {
    width: 60%;
  }
  .cont .sl-t .page-banner .txt-cont .txt {
    margin-top: 20px;
  }
  .cont .sl-t .page1 .txt-cont .list {
    width: 100%;
  }
  .cont .sl-t .page1 .logo-r {
    width: 13%;
  }
  .cont .sl-t .page1 .logo-r img {
    opacity: 1!important;
    transform: translateX(0) !important;
  }
  .cont .sl-t .page1 .logo-r img:nth-child(1) {
    -webkit-mix-blend-mode: soft-light;
    mix-blend-mode: soft-light;
  }
  .cont .page2 {
    padding: 6vw 0;
  }
  .cont .page2 .list {
    margin-top: 20px;
  }
  .cont .page2 .btns {
    margin-top: 20px;
  }
  .cont .page3,
  .cont .page4 {
    padding: 6vw 0;
  }
}
@media screen and (max-width: 768px) {
  .cont .sl-t .page-banner .txt-cont .logo {
    width: 160px;
  }
  .cont .sl-t .page-banner .txt-cont .txt h1 {
    font-size: 7.2vw;
  }
  .cont .sl-t .page-banner .txt-cont .txt > span {
    width: 100%;
  }
  a.but2,
  a.but1 {
    padding: 0.45em 2.5em;
    font-size: 12px;
  }
  .cont .sl-t .page-banner .txt-cont .txt {
    margin-top: 10px;
  }
  .cont .sl-t .page-banner .txt-cont .txt > span {
    margin-top: 10px;
  }
  .cont .sl-t .page-banner .txt-cont .btns {
    margin-top: 10px;
  }
  .cont .sl-t .page1 .txt-cont .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .cont .sl-t .page1 .txt-cont h2 {
    margin-bottom: 20px;
  }
  .cont .sl-t .page1 .txt-cont .list .item .txt p {
    margin-top: 5px;
  }
  .cont .sl-t .page1 {
    padding: 15vw 0 10vw;
  }
  .cont .sl-t .page1 .logo-r {
    width: 15%;
  }
  .cont .page3,
  .cont .page4,
  .cont .page2 {
    padding: 10vw 0;
  }
  .cont .page2 .list .item {
    width: 100%!important;
    margin-bottom: 2%!important;
    padding: 10px 20px;
  }
  .cont .page2 .list .item span {
    width: 100%!important;
  }
  .cont .page2 .list .item {
    height: 250px;
  }
  .cont .page3 .tab-top {
    flex-wrap: wrap;
  }
  .cont .page3 .tab-top .txt-l {
    width: 100%;
  }
  .cont .page3 .tab-top .imgs-r {
    width: 100%;
  }
  .cont .page3 .tab-top .txt-l ul li .des p {
    padding-top: 5px;
  }
  .cont .page3 .tab-top .txt-l ul li .des .btns {
    margin-top: 10px;
    padding-bottom: 25px;
  }
  .cont .page3 .num-list-1 ul,
  .cont .page3 .num-list-2 ul {
    flex-wrap: wrap;
  }
  .cont .page3 .num-list-1 ul li,
  .cont .page3 .num-list-2 ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .cont .page3 .num-list-2 ul li {
    padding: 0;
  }
  .cont .page4 .roll_box .roll li {
    width: 100px;
  }
  .cont .page4 .roll_box .roll li img {
    width: 90px;
  }
  .cont .page4 .tit2 {
    margin-top: 30px;
  }
  .cont .page4 .pics {
    flex-wrap: wrap;
  }
  .cont .page4 .pics img {
    width: 100%;
  }
  .cont .page4 .pics img:nth-child(1) {
    margin-bottom: 4vw;
  }
  .cont .page3 .num-list-1 ul li .num-t .counter,
  .cont .page3 .num-list-2 ul li .num-t .counter,
  .cont .page5 .txt-cont .w1440 .item-r li .num-t .counter {
    font-size: 14vw;
  }
  .cont .page3 .num-list-1 ul li .txt-m,
  .cont .page3 .num-list-2 ul li .txt-m {
    margin-top: 10px;
    padding-top: 10px;
  }
  .cont .page3 .num-list-1 .tit,
  .cont .page3 .num-list-2 .tit {
    text-align: center;
  }
  .cont .page5 .txt-cont {
    padding: 10vw 0;
  }
  .cont .page5 .txt-cont .w1440 .txt-t p br {
    display: none;
  }
  .cont .page5 .txt-cont .w1440 .txt-t span {
    width: 100%;
  }
  .cont .page5 .txt-cont .w1440 .item-l {
    width: 100%;
  }
  .cont .page5 .txt-cont .w1440 .txt-t {
    margin-bottom: 8vw;
  }
  .cont .page5 .txt-cont .w1440 .item-r {
    width: 100%;
    justify-content: flex-start;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(90deg, rgba(18, 6, 45, 0.94) 0%, rgba(13, 37, 70, 0.92) 100%);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.header:hover::before,
.header.on::before {
  opacity: 1;
}
.header:hover,
.header.on {
  background: linear-gradient(90deg, rgba(18, 6, 45, 0.98) 0%, rgba(13, 37, 70, 0.96) 100%);
  box-shadow: 0 18px 40px rgba(6, 11, 24, 0.24);
  border-bottom-color: rgba(255, 255, 255, 0.14);
}
.header .h_top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 90%;
  max-width: 1440px;
  position: relative;
  z-index: 2;
}
.header .h_top .logo {
  width: 218px;
  height: 44px;
}
.header .h_top .logo .brand-link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.header .h_top .logo img.brand-nav {
  position: static;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header:hover .h_top .logo img.brand-nav,
.header.on .h_top .logo img.brand-nav {
  top: auto;
  bottom: auto;
}
.header .h_top .m_nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: auto;
  margin-left: 42px;
  margin-right: 24px;
  gap: 2px;
}
.header.on .h_top .m_nav {
  height: 80px;
}
.header .h_top .m_nav > li > a {
  padding: 0 16px;
  color: #fff;
  font-weight: 600;
}
.header:hover .h_top .m_nav > li > a,
.header.on .h_top .m_nav > li > a {
  color: #fff;
}
.header .h_top .m_nav > li > a::before {
  background-color: #F5B645;
  height: 3px;
  left: 16px;
  right: 16px;
  bottom: 16px;
}
.header .h_top .m_nav > li > a::after {
  background-color: rgba(255, 255, 255, 0.16);
}
.header:hover .h_top .m_nav > li > a::after,
.header.on .h_top .m_nav > li > a::after {
  background-color: rgba(255, 255, 255, 0.16);
}
.header .h_top .m_nav > li:last-child > a::after {
  display: none;
}
.header .h_top .m_nav > li > a:hover,
.header:hover .h_top .m_nav > li > a:hover,
.header.on .h_top .m_nav > li > a:hover {
  color: #F5B645;
}
.header .h_top .nav_r {
  display: flex;
  align-items: center;
  gap: 14px;
}
.header .h_top .nav_r .language {
  margin-right: 0;
}
.header .h_top .nav_r .language-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease;
}
.header .h_top .nav_r .language-link:hover {
  color: #171b2f;
  background: #F5B645;
  border-color: #F5B645;
}
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #6B35FF 0%, #8C2EFF 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(98, 49, 255, 0.28);
  transition: all 0.3s ease;
}
.header-cta:hover {
  background: #F5B645;
  color: #171B2F;
  box-shadow: 0 12px 28px rgba(245, 182, 69, 0.26);
}
.hero-intro {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.cont .sl-t .page-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 13, 27, 0.72) 0%, rgba(9, 13, 27, 0.18) 48%, rgba(9, 13, 27, 0.08) 100%);
}
.cont .sl-t .page-banner .txt-cont {
  z-index: 2;
}
.cont .sl-t .page-banner .txt-cont .logo {
  width: 230px;
  margin-top: 26px;
}
.cont .sl-t .page-banner .txt-cont .txt,
.cont .sl-t .page-banner .txt-cont .txt h1,
.cont .sl-t .page-banner .txt-cont .txt h1 span,
.cont .sl-t .page-banner .txt-cont .txt > span {
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
.cont .sl-t .page-banner .txt-cont .txt {
  max-width: 820px;
}
.cont .sl-t .page-banner .txt-cont .txt h1 {
  max-width: none;
  line-height: 1.06;
  text-wrap: pretty;
}
.cont .sl-t .page-banner .txt-cont .txt h1 span {
  display: block;
}
.cont .sl-t .page-banner .txt-cont .txt > span {
  width: 100%;
  max-width: 690px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.9);
}
.cont .sl-t .page-banner .txt-cont .btns {
  margin-top: 28px;
}
.cont .sl-t .page1 {
  background: linear-gradient(135deg, rgba(8, 12, 24, 0.96) 0%, rgba(55, 21, 137, 0.9) 48%, rgba(101, 36, 208, 0.84) 100%);
}
.cont .sl-t .page1 .txt-cont .list {
  width: 78%;
  gap: 28px;
}
.cont .sl-t .page1 .txt-cont .list .item {
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.cont .sl-t .page1 .txt-cont .list .item .img {
  border-radius: 22px;
}
.cont .sl-t .page1 .txt-cont .list .item .txt p {
  line-height: 1.3;
}
.cont .sl-t .page1 .txt-cont .list .item .txt span {
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
}
.cont .sl-t .page1 .logo-r {
  width: 21%;
  opacity: 0.28;
}
.cont .page2 {
  padding: 120px 0;
  background: linear-gradient(180deg, #FFFFFF 0%, #F5F7FB 100%);
}
.cont .page2 h2,
.cont .page3 .tab-top .txt-l .tit,
.cont .page3 .num-list-1 .tit,
.cont .page3 .num-list-2 .tit,
.cont .page4 h2,
.cont .page5 .txt-cont .w1440 .txt-t p,
.page6-contact h2,
.contact-modal__intro h2 {
  text-wrap: balance;
}
.cont .page2 .list {
  gap: 28px 2%;
  margin-top: 62px;
}
.cont .page2 .list .item {
  min-height: 420px;
  height: auto;
  border-radius: 32px;
  padding: 34px;
  box-shadow: 0 22px 60px rgba(17, 27, 56, 0.08);
}
.cont .page2 .list .item p {
  max-width: 62%;
  line-height: 1.25;
}
.cont .page2 .list .item span {
  margin-top: 12px;
  line-height: 1.8;
}
.cont .page2 .list .item .pic {
  border-radius: 24px;
  overflow: hidden;
}
.cont .page2 .list .item:nth-child(1) {
  background: linear-gradient(135deg, #EEF3FF 0%, #DDE7FF 100%);
}
.cont .page2 .list .item:nth-child(2) {
  background: linear-gradient(135deg, #FFF7EA 0%, #FFE0B5 100%);
}
.cont .page2 .list .item:nth-child(3) {
  background: linear-gradient(135deg, #F1EEFF 0%, #E2D9FF 100%);
}
.cont .page2 .list .item:nth-child(4) {
  background: linear-gradient(135deg, #EAF8F6 0%, #CDEBE4 100%);
}
.cont .page2 .btns a {
  border-color: #F5B645;
  background: #F5B645;
}
.cont .page3 {
  padding: 120px 0;
  background: linear-gradient(180deg, #0B1020 0%, #2B145F 52%, #5A2CD6 100%);
}
.cont .page3 .tab-top {
  align-items: flex-start;
}
.cont .page3 .tab-top .txt-l {
  width: 45.5%;
}
.cont .page3 .tab-top .txt-l ul li {
  margin-bottom: 14px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.cont .page3 .tab-top .txt-l ul li .tit-top {
  padding: 24px 28px;
  line-height: 1.3;
}
.cont .page3 .tab-top .txt-l ul li .des {
  padding: 0 28px;
}
.cont .page3 .tab-top .txt-l ul li .des p {
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.8;
}
.cont .page3 .tab-top .txt-l ul li .des .btns {
  border-bottom-color: rgba(255, 255, 255, 0.14);
}
.cont .page3 .tab-top .imgs-r {
  width: 47%;
  min-height: 640px;
}
.cont .page3 .tab-top .imgs-r .item {
  border-radius: 34px;
}
.cont .page3 .num-list-1,
.cont .page3 .num-list-2 {
  position: relative;
  z-index: 2;
}
.cont .page3 .num-list-1 ul,
.cont .page3 .num-list-2 ul {
  gap: 24px;
}
.cont .page3 .num-list-1 ul li,
.cont .page3 .num-list-2 ul li {
  width: calc(33.333% - 16px);
  border-radius: 30px;
  box-shadow: 0 18px 60px rgba(3, 6, 16, 0.18);
}
.cont .page3 .num-list-1 ul li .num-t,
.cont .page3 .num-list-2 ul li .num-t {
  gap: 8px;
}
.cont .page4 {
  padding: 120px 0 140px;
}
.brand-wall-intro {
  width: 90%;
  max-width: 840px;
  margin: 24px auto 0;
  text-align: center;
  color: #5B6270;
  line-height: 1.8;
}
.cont .page4 .roll_box .roll {
  margin-bottom: 18px;
}
.cont .page4 .roll_box .roll ul {
  align-items: stretch;
}
.cont .page4 .roll_box .roll li {
  width: 238px;
  min-width: 238px;
  margin-right: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(20, 28, 52, 0.08);
  box-shadow: 0 16px 30px rgba(20, 28, 52, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
}
.cont .page4 .roll_box .roll li img {
  width: 100%;
  height: 72px;
  object-fit: contain;
}
.cont .page5 {
  background:
    radial-gradient(circle at top left, rgba(255, 186, 70, 0.24), transparent 34%),
    linear-gradient(180deg, #11192D 0%, #0A0F1D 100%);
}
.cont .page5 .txt-cont {
  padding: 120px 0;
}
.cont .page5 .txt-cont .w1440 {
  display: block;
}
.case-section-head {
  max-width: 860px;
  margin-bottom: 46px;
}
.cont .page5 .txt-cont .w1440 .txt-t span {
  width: 100%;
  max-width: 780px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.8;
}
.case-swiper {
  overflow: visible;
}
.case-swiper .swiper-wrapper {
  align-items: stretch;
}
.case-swiper .swiper-slide {
  height: auto;
}
.case-card {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(320px, 42%) minmax(0, 58%);
  overflow: hidden;
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(6, 12, 24, 0.34);
}
.case-card__visual {
  position: relative;
  min-height: 100%;
}
.case-card__visual img {
  height: 100%;
  object-fit: cover;
}
.case-card__body {
  padding: 42px;
  display: flex;
  flex-direction: column;
}
.case-card__eyebrow {
  display: inline-flex;
  align-self: flex-start;
  padding: 8px 12px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: #FFF3D8;
  color: #A36A00;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.case-card__body h3 {
  color: #111A30;
  line-height: 1.05;
}
.case-card__body > p {
  margin-top: 18px;
  color: #4E5563;
  line-height: 1.85;
}
.case-card__awards {
  margin-top: 26px;
  padding: 22px 24px;
  border-radius: 24px;
  background: #F6F8FC;
}
.case-card__awards p {
  color: #111A30;
  margin-bottom: 12px;
}
.case-card__awards ul li {
  color: #4E5563;
  line-height: 1.7;
  position: relative;
  padding-left: 16px;
}
.case-card__awards ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #F5B645;
}
.case-card__metrics {
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.case-card__metrics div {
  min-height: 126px;
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, #EEF2FA 0%, #F8FAFD 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.case-card__metrics strong {
  color: #111A30;
  font-size: 32px;
  line-height: 1.1;
}
.case-card__metrics span {
  color: #4E5563;
  line-height: 1.6;
}
.case-card__actions {
  margin-top: 24px;
}
.case-card__actions .but1 {
  color: #111A30;
  border-color: #111A30;
}
.case-card__actions .but1:hover {
  color: #111A30;
}
.case-swiper__footer {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
.case-pagination {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.case-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  opacity: 1;
  transition: all 0.3s ease;
}
.case-pagination .swiper-pagination-bullet-active {
  width: 34px;
  background: #F5B645;
}
.page6-contact {
  padding: 72px 0 120px;
  background: #0A0F1D;
}
.page6-contact .w1440 {
  padding: 42px 48px;
  border-radius: 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  background:
    radial-gradient(circle at right top, rgba(245, 182, 69, 0.32), transparent 34%),
    linear-gradient(135deg, #18294E 0%, #121A32 100%);
  box-shadow: 0 30px 70px rgba(6, 12, 24, 0.28);
}
.page6-contact__copy {
  max-width: 760px;
}
.page6-contact__eyebrow {
  color: #F5B645;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.page6-contact__copy h2 {
  color: #fff;
  margin-top: 14px;
}
.page6-contact__copy span {
  display: block;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.85;
}
.page6-contact__action {
  flex-shrink: 0;
}
.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 1600;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.contact-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.contact-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 10, 24, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.contact-modal__panel {
  position: relative;
  width: calc(100% - 32px);
  max-width: 980px;
  max-height: calc(100vh - 48px);
  margin: 24px auto;
  overflow: auto;
  border-radius: 34px;
  background: #fff;
  padding: 38px;
  box-shadow: 0 30px 80px rgba(7, 10, 24, 0.32);
}
.contact-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(17, 21, 37, 0.1);
  background: #F6F8FC;
  color: #111A30;
  font-size: 28px;
  line-height: 1;
  transform: rotate(45deg);
}
.contact-modal__intro {
  max-width: 720px;
  margin-bottom: 28px;
}
.contact-modal__eyebrow {
  color: #A36A00;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.contact-modal__intro h2 {
  color: #111A30;
  margin-top: 14px;
}
.contact-modal__intro p:last-child {
  margin-top: 14px;
  color: #5B6270;
  line-height: 1.8;
}
.contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.contact-form__field {
  display: block;
}
.contact-form__field span,
.contact-form__field legend {
  display: block;
  margin-bottom: 10px;
  color: #111A30;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
.contact-form__field input,
.contact-form__field select {
  width: 100%;
  min-height: 56px;
  padding: 0 16px;
  border-radius: 18px;
  border: 1px solid #D9E0EC;
  background: #F9FBFE;
  color: #111A30;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.contact-form__field input:focus,
.contact-form__field select:focus {
  border-color: #F5B645;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(245, 182, 69, 0.14);
}
.contact-form__field input.is-invalid,
.contact-form__field select.is-invalid {
  border-color: #D14343;
}
.contact-form__field--full {
  grid-column: 1 / -1;
}
.contact-form__field--stacked {
  border: 0;
  padding: 0;
  margin: 0;
}
.contact-form__checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.contact-form__checks label {
  min-height: 56px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #F9FBFE;
  border: 1px solid #D9E0EC;
  color: #30384A;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.5;
}
.contact-form__checks input {
  width: 16px;
  height: 16px;
  accent-color: #F5B645;
}
.contact-form__checks--inline {
  grid-template-columns: repeat(2, minmax(0, 180px));
}
.contact-form__status {
  margin-top: 20px;
  min-height: 24px;
  color: #4E5563;
  line-height: 1.6;
}
.contact-form__actions {
  margin-top: 18px;
}
.contact-form__actions .but2,
.contact-form__actions button.but2 {
  border: 0;
  cursor: pointer;
}
.footer {
  padding: 92px 0 86px;
  background: #F3F3F5;
}
.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(520px, 0.9fr);
  gap: 72px;
  align-items: start;
}
.site-footer__intro {
  min-width: 0;
}
.site-footer__brand {
  display: inline-block;
  width: 100%;
  max-width: 286px;
}
.site-footer__brand img {
  display: block;
  width: 100%;
  height: auto;
}
.site-footer__summary {
  max-width: 560px;
  margin-top: 34px;
  color: #85868B;
  line-height: 1.45;
}
.site-footer__copyright {
  margin-top: 38px;
  color: #85868B;
}
.site-footer__nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  padding-top: 10px;
}
.site-footer__column {
  min-width: 0;
}
.site-footer__title {
  margin-bottom: 24px;
  color: #85868B;
  font-weight: 400;
}
.site-footer__column a {
  display: block;
  color: #171717;
  line-height: 1.2;
}
.site-footer__column a + a {
  margin-top: 20px;
}
.site-footer__column a:hover {
  color: #F5B645;
}
.site-footer__column--talk a {
  overflow-wrap: anywhere;
}
@media screen and (max-width: 1280px) {
  .cont .page2 .list .item {
    min-height: 390px;
  }
  .cont .page3 .tab-top .txt-l {
    width: 48%;
  }
  .cont .page3 .tab-top .imgs-r {
    width: 46%;
    min-height: 560px;
  }
  .case-card {
    grid-template-columns: minmax(280px, 40%) minmax(0, 60%);
  }
  .case-card__body {
    padding: 34px;
  }
}
@media screen and (max-width: 998px) {
  .header::before {
    background: rgba(255, 255, 255, 0.04);
  }
  .header .h_top {
    width: calc(100% - 32px);
    height: 72px;
  }
  .header .h_top .logo {
    width: 166px;
    height: 34px;
  }
  .header .h_top .m_nav {
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(100vh - 72px);
    min-height: calc(100vh - 72px);
    margin: 0;
    padding: 0 16px 24px;
    background: #0E1324;
    display: none;
    overflow-y: auto;
  }
  .header.on .h_top .m_nav {
    height: auto;
  }
  .header .h_top .m_nav > li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .header .h_top .m_nav > li > a {
    width: 100%;
    height: 58px;
    padding: 0;
    color: #fff;
    font-size: 16px;
  }
  .header .h_top .m_nav > li > a::before,
  .header .h_top .m_nav > li > a::after {
    display: none;
  }
  .header .h_top .nav_r {
    margin-left: auto;
    gap: 14px;
  }
  .header-cta {
    display: none;
  }
  .header .u-menu {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .u-menu .menu-sub {
    width: 24px;
    height: 2px;
    position: relative;
    background: #fff;
    transition: all 0.3s ease;
  }
  .header:hover .u-menu .menu-sub,
  .header.on .u-menu .menu-sub {
    background: #fff;
  }
  .header .u-menu .menu-sub::before,
  .header .u-menu .menu-sub::after {
    content: "";
    position: absolute;
    left: 0;
    width: 24px;
    height: 2px;
    background: inherit;
    transition: all 0.3s ease;
  }
  .header .u-menu .menu-sub::before {
    top: -7px;
  }
  .header .u-menu .menu-sub::after {
    top: 7px;
  }
  .header .u-menu.on .menu-sub {
    background: transparent;
  }
  .header .u-menu.on .menu-sub::before {
    top: 0;
    transform: rotate(45deg);
    background: #fff;
  }
  .header .u-menu.on .menu-sub::after {
    top: 0;
    transform: rotate(-45deg);
    background: #fff;
  }
  .header .h_top .nav_r .language-link {
    min-width: 48px;
    height: 38px;
    padding: 0 12px;
  }
  .cont .sl-t .page-banner .txt-cont .txt {
    max-width: 700px;
  }
  .cont .sl-t .page-banner .txt-cont .txt > span {
    max-width: 100%;
  }
  .cont .sl-t .page1 .txt-cont .list {
    width: 100%;
  }
  .cont .page2 .list .item {
    min-height: 360px;
  }
  .cont .page2 .list .item p {
    max-width: 100%;
  }
  .cont .page2 .list .item:nth-child(1) span,
  .cont .page2 .list .item:nth-child(2) span,
  .cont .page2 .list .item:nth-child(3) span,
  .cont .page2 .list .item:nth-child(4) span {
    width: 100%;
  }
  .cont .page2 .list .item:nth-child(1),
  .cont .page2 .list .item:nth-child(2),
  .cont .page2 .list .item:nth-child(3),
  .cont .page2 .list .item:nth-child(4) {
    width: 100%;
  }
  .cont .page3 .tab-top .txt-l,
  .cont .page3 .tab-top .imgs-r {
    width: 100%;
  }
  .cont .page3 .tab-top .imgs-r {
    min-height: 520px;
    margin-top: 34px;
  }
  .cont .page3 .num-list-1 ul,
  .cont .page3 .num-list-2 ul {
    gap: 14px;
  }
  .cont .page3 .num-list-1 ul li,
  .cont .page3 .num-list-2 ul li {
    width: 100%;
  }
  .site-footer {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .site-footer__summary {
    max-width: 680px;
  }
  .site-footer__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 32px;
    padding-top: 0;
  }
  .page6-contact {
    padding: 32px 0 80px;
  }
  .page6-contact .w1440 {
    padding: 34px 28px;
    flex-wrap: wrap;
  }
  .case-card {
    grid-template-columns: 1fr;
  }
  .case-card__visual {
    min-height: 320px;
  }
  .contact-modal__panel {
    padding: 28px 20px;
  }
  .contact-form__grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .hero-intro {
    letter-spacing: 0.05em;
    padding: 8px 12px;
  }
  .cont .sl-t .page-banner .txt-cont .logo {
    width: 180px;
    margin-top: 18px;
  }
  .cont .sl-t .page-banner .txt-cont .txt h1 {
    max-width: 100%;
    text-wrap: balance;
  }
  .cont .sl-t .page-banner .txt-cont .txt h1 span {
    display: inline;
  }
  .cont .sl-t .page-banner .txt-cont .txt > span {
    display: block;
    line-height: 1.75;
  }
  .cont .sl-t .page1 .txt-cont .list .item {
    padding: 18px;
  }
  .cont .page2 .list .item {
    min-height: 0;
    padding: 22px 18px;
    border-radius: 24px;
  }
  .cont .page2 .list .item .pic {
    position: static;
    width: 100% !important;
    margin-top: 18px;
  }
  .cont .page3 .tab-top .txt-l ul li .tit-top {
    padding: 18px 18px 0;
  }
  .cont .page3 .tab-top .txt-l ul li .des {
    padding: 0 18px;
  }
  .cont .page3 .tab-top .imgs-r {
    min-height: 360px;
  }
  .brand-wall-intro {
    width: 90%;
    font-size: 14px;
  }
  .cont .page4 .roll_box .roll li {
    width: 150px;
    min-width: 150px;
    padding: 14px;
    margin-right: 10px;
    border-radius: 18px;
  }
  .cont .page4 .roll_box .roll li img {
    height: 48px;
  }
  .cont .page5 .txt-cont {
    padding: 84px 0;
  }
  .case-section-head {
    margin-bottom: 28px;
  }
  .case-card {
    border-radius: 28px;
  }
  .case-card__visual {
    min-height: 240px;
  }
  .case-card__body {
    padding: 22px 20px 24px;
  }
  .case-card__metrics {
    grid-template-columns: 1fr;
  }
  .case-card__metrics strong {
    font-size: 26px;
  }
  .page6-contact .w1440 {
    padding: 24px 20px;
    border-radius: 28px;
  }
  .contact-form__checks,
  .contact-form__checks--inline {
    grid-template-columns: 1fr;
  }
  .footer {
    padding: 64px 0 58px;
  }
  .site-footer {
    gap: 36px;
  }
  .site-footer__brand {
    max-width: 280px;
  }
  .site-footer__summary {
    margin-top: 24px;
  }
  .site-footer__copyright {
    margin-top: 28px;
  }
  .site-footer__nav {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}
/*# sourceMappingURL=./meetgames.css.map */
