* {
  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;
}

.delighter.fadein.started {
  opacity: 1;
}

.delighter.fadein {
  opacity: 0;
  -webkit-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}

.delighter.fadeLeft.started {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.delighter.fadeLeft {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.delighter.fadeRight.started {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.delighter.fadeRight {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.delighter.fadeTop.started {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.delighter.fadeTop {
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

html {
  scroll-behavior: smooth;
}

.project {
  position: relative;
  overflow: hidden;
}
.project img {
  display: block;
  width: 100%;
}
.project figure {
  margin: 0;
  padding: 0;
}
.project .kv {
  width: 100%;
  position: relative;
}
.project .kv img {
  width: 100%;
}
.project .mainContent {
  position: relative;
}
.project .mainContent .mainContent__wrapper-series {
  margin-top: 50px;
}
.project .mainContent .mainContent__decLeft {
  position: fixed;
  left: 0;
  top: 0;
  width: 400px;
}
.project .mainContent .mainContent__decRight {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 200px;
}
.project .wtb {
  position: relative;
  padding: 30px 0 20px;
  margin-top: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#cf191a), to(#7f1616));
  background: linear-gradient(#cf191a, #7f1616);
}
@media (min-width: 996px) {
  .project .wtb {
    padding: 50px 0 40px;
  }
}
.project .wtb__wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.project .wtb .main-title {
  font-size: 28px;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  text-shadow: 0 0 10px #fff;
}
@media (min-width: 996px) {
  .project .wtb .main-title {
    font-size: 36px;
  }
}
.project .wtb__flexbox {
  background: #fff;
  background: url(https://storage-asset.msi.com/event/2025/SG/monitor-comex-2025/images/wtb-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  padding: 15px;
  font-weight: bold;
  text-align: center;
  width: 90%;
  margin: 0 auto 30px;
}
@media (min-width: 996px) {
  .project .wtb__flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 25px 0;
    font-size: 30px;
  }
}
.project .wtb__flexbox figure {
  margin: 10px;
  background: linear-gradient(-45deg, #010002, #6b659b, #20194f, #484480);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
@media (min-width: 996px) {
  .project .wtb__flexbox figure {
    max-width: 320px;
    margin: 0 20px;
  }
}
.project .wtb__flexbox figure img {
  margin: 0 auto;
  width: 80%;
}
@media (min-width: 768px) {
  .project .wtb__flexbox figure img {
    width: 40%;
  }
}
@media (min-width: 996px) {
  .project .wtb__flexbox figure img {
    width: 100%;
  }
}
.project .wtb__flexbox figure a span {
  color: #111;
}
.project .wtb__flexbox figure:nth-child(1) img {
  width: 55%;
  -webkit-filter: drop-shadow(0px 0px 10px #1e3c52);
          filter: drop-shadow(0px 0px 10px #1e3c52);
}
@media (min-width: 996px) {
  .project .wtb__flexbox figure:nth-child(1) img {
    width: 70%;
  }
}/*# sourceMappingURL=main.css.map */