* {
  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;
  background: #000;
}
.project img {
  display: block;
}
.project figure {
  margin: 0;
  padding: 0;
}
.project .container {
  margin: auto;
  padding: 0 25px;
  width: 100%;
  max-width: 1280px;
}
.project .kv img {
  width: 100%;
}
.project .main-title {
  font-size: 28px;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  text-shadow: 0 0 10px #767ae9;
}
@media (min-width: 996px) {
  .project .main-title {
    font-size: 36px;
  }
}
.project .mainContent {
  background-image: url(https://storage-asset.msi.com/event/2025/SG/monitor-deals/images/bg.jpg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.project .mainContent__wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.project .mainContent__wrapper-content01 {
  margin-bottom: 10px;
}
@media (min-width: 996px) {
  .project .mainContent__wrapper-content01 {
    margin-bottom: 25px;
  }
}
.project .mainContent__wrapper-content02 {
  margin: 5px 0;
}
@media (min-width: 996px) {
  .project .mainContent__wrapper-content02 {
    margin: 20px 0;
  }
}
.project .itShowOffer {
  padding: 25px 0;
  margin: 25px 0;
  background: linear-gradient(45deg, #1d3be0, #110837);
}
@media (min-width: 996px) {
  .project .itShowOffer {
    padding: 80px 0;
    margin: 50px 0;
  }
}
.project .itShowOffer__wrapper figure {
  margin: 20px 0;
}
.project .itShowOffer__wrapper figure img {
  margin: 0 auto;
  width: 90%;
  max-width: 600px;
}
.project .itShowOffer__wrapper .btn {
  text-align: center;
  margin-top: 40px;
}
.project .itShowOffer__wrapper .btn a {
  color: #fff;
  font-size: 20px;
  background: linear-gradient(45deg, #3acfd5, #3a4ed5, #8d1683);
  padding: 5px;
  border-radius: 30px;
  border: #fff 1px solid;
  -webkit-box-shadow: #3acfd5 0 0 30px;
          box-shadow: #3acfd5 0 0 30px;
}
@media (min-width: 996px) {
  .project .itShowOffer__wrapper .btn a {
    font-size: 24px;
  }
}
.project .itShowOffer__wrapper .btn a:hover {
  background: linear-gradient(265deg, #3acfd5, #3a4ed5, #8d1683);
}
.project .itShowOffer__wrapper .btn a span {
  padding: 3px 25px;
}
.project .wtb__wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.project .wtb__flexbox {
  background: #fff;
  border-radius: 25px;
  padding: 15px;
  font-weight: bold;
  text-align: center;
  width: 90%;
  margin: 0 auto 30px;
}
@media (min-width: 996px) {
  .project .wtb__flexbox {
    margin-bottom: 80px;
    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: 996px) {
  .project .wtb__flexbox figure img {
    width: 100%;
  }
}/*# sourceMappingURL=main.css.map */