* {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul, li {
  list-style: none;
}

button, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

h1 {
  display: none;
}

.main-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .main-title {
    font-size: 36px;
  }
}

.btnSty {
  margin: 10px 0 50px;
  text-align: center;
}
@media (min-width: 768px) {
  .btnSty {
    margin: 10px 0 80px;
  }
}
.btnSty a {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#2f2570), color-stop(#b274f9), to(#2f2570));
  background: linear-gradient(to right, #2f2570, #b274f9, #2f2570);
  padding: 10px 25px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}
@media (min-width: 768px) {
  .btnSty a {
    font-size: 17px;
  }
}
.btnSty a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 95%;
  height: 80%;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50px;
  z-index: 10;
}
.btnSty a:hover {
  cursor: pointer;
  background: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#292160), color-stop(#915dcd), to(#292160));
  background: linear-gradient(to right, #292160, #915dcd, #292160);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

html {
  scroll-behavior: smooth;
}

.project {
  position: relative;
  overflow: hidden;
}
.project img {
  display: block;
}
.project figure {
  margin: 0;
  padding: 0;
}
.project .kv {
  width: 100%;
  position: relative;
}
.project .kv img {
  width: 100%;
}
.project .kv__bg {
  position: relative;
}
.project .kv__pd, .project .kv__title {
  position: absolute;
  left: 0;
  top: 0;
}
.project .kv__note {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 8px;
  color: #fff;
  text-align: center;
  z-index: 10;
}
@media (min-width: 768px) {
  .project .kv__note {
    font-size: 14px;
    bottom: 20px;
  }
}
.project .pd {
  padding: 25px 25px;
}
@media (min-width: 768px) {
  .project .pd {
    padding: 50px 25px;
  }
}
.project .pd__wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.project .pd__wrapper-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.project .pd__wrapper-list li {
  width: 45%;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .project .pd__wrapper-list li {
    width: 45%;
    margin: 20px 0;
  }
}
.project .wtb {
  position: relative;
  padding: 50px 25px;
  background: url(https://storage-asset.msi.com/event/2026/my/power-your-pixels/images/wtb-bg.webp) no-repeat center center/cover;
}
.project .wtb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(rgba(0, 0, 0, 0.5)), to(#0d0a27));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5), #0d0a27);
  z-index: 0;
}
.project .wtb__wrapper .main-title {
  color: #fff;
}/*# sourceMappingURL=main.css.map */