@import url("https://use.typekit.net/pzz7fjl.css");
* {
  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;
}

.main-title {
  position: relative;
  z-index: 10;
  font-family: "orbitron", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding: 20px 0;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 996px) {
  .main-title {
    font-size: 32px;
    line-height: 1.2;
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 1300px) {
  .main-title {
    font-size: 48px;
  }
}

.main-text {
  font-size: 17px;
  color: #000;
}

html {
  scroll-behavior: smooth;
}

.project {
  position: relative;
  overflow: hidden;
  background-image: url(https://storage-asset.msi.com/event/2024/CND/coreliquid-lga-1851-offset-kit-enhancer/images/bg.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.project img {
  display: block;
  width: 100%;
}
.project figure {
  margin: 0;
  padding: 0;
}
.project .hideSty {
  display: none;
}
.project .containerBox {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 25px;
}
.project .kv {
  width: 100%;
  position: relative;
}
.project .kv__slogan {
  position: absolute;
  top: 0;
  left: 0;
}
.project .kv__pd {
  position: absolute;
  top: 0;
  left: 0;
}
.project .intro {
  padding: 20px 0;
}
@media (min-width: 996px) {
  .project .intro {
    padding: 50px 0 30px;
  }
}
.project .intro__wrapper-text {
  margin-bottom: 25px;
}
@media (min-width: 996px) {
  .project .intro__wrapper-text {
    margin-bottom: 50px;
  }
}
.project .intro__wrapper-adjustment {
  position: relative;
  margin-bottom: 30px;
}
.project .intro__wrapper-adjustment .txtBox {
  text-align: center;
  width: 100%;
  font-family: "orbitron", sans-serif;
}
@media (min-width: 996px) {
  .project .intro__wrapper-adjustment .txtBox {
    position: absolute;
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 100;
    color: #fff;
    text-transform: initial;
  }
}
.project .intro__wrapper-adjustment .txtBox__title {
  font-size: 20px;
  font-style: italic;
  text-shadow: 0 0 10px #fff;
  margin-bottom: 10px;
}
@media (min-width: 996px) {
  .project .intro__wrapper-adjustment .txtBox__title {
    font-size: 28px;
    margin-bottom: 0;
  }
}
@media (min-width: 1300px) {
  .project .intro__wrapper-adjustment .txtBox__title {
    font-size: 36px;
  }
}
.project .intro__wrapper-adjustment .contentBox {
  position: relative;
}
.project .intro__wrapper-adjustment .contentBox__feature {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 996px) {
  .project .intro__wrapper-adjustment .contentBox__feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 60%;
    width: 80%;
  }
}
.project .intro__wrapper-adjustment .contentBox__feature-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 10px 0;
}
@media (min-width: 996px) {
  .project .intro__wrapper-adjustment .contentBox__feature-block {
    margin: 0 25px;
  }
}
.project .intro__wrapper-adjustment .contentBox__feature-block figure {
  margin: 0 10px;
}
@media (min-width: 996px) {
  .project .intro__wrapper-adjustment .contentBox__feature-block figure {
    margin: 0 20px;
  }
}
.project .intro__wrapper-adjustment .contentBox__feature-block figure img {
  width: 70%;
  margin: 0 auto;
}
.project .intro__wrapper-adjustment .contentBox__feature-block figure figcaption {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
}
@media (min-width: 996px) {
  .project .intro__wrapper-adjustment .contentBox__feature-block figure figcaption {
    font-size: 16px;
    margin-top: 20px;
  }
}
.project .intro__wrapper-performance {
  position: relative;
}
.project .intro__wrapper-performance .txtBox {
  text-align: center;
  width: 100%;
  font-family: "orbitron", sans-serif;
}
@media (min-width: 996px) {
  .project .intro__wrapper-performance .txtBox {
    width: 100%;
    position: absolute;
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 100;
    color: #fff;
    text-transform: initial;
  }
}
.project .intro__wrapper-performance .txtBox__title {
  font-size: 20px;
  font-style: italic;
  margin-bottom: 10px;
}
@media (min-width: 996px) {
  .project .intro__wrapper-performance .txtBox__title {
    font-size: 28px;
    color: #00f3ff;
    margin-bottom: 0;
  }
}
@media (min-width: 1300px) {
  .project .intro__wrapper-performance .txtBox__title {
    font-size: 36px;
  }
}
.project .intro__wrapper-performance .contentBox {
  position: relative;
  font-family: "orbitron", sans-serif;
}
.project .intro__wrapper-performance .contentBox__feature-slogan {
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  background: -webkit-linear-gradient(left, #12d6df, #f70fff 40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 10%;
  left: 65%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  font-size: 10px;
}
@media (min-width: 768px) {
  .project .intro__wrapper-performance .contentBox__feature-slogan {
    top: 15%;
    left: initial;
    right: 12%;
    -webkit-transform: initial;
            transform: initial;
    font-size: 18px;
    width: 50%;
    right: 0;
  }
}
@media (min-width: 996px) {
  .project .intro__wrapper-performance .contentBox__feature-slogan {
    top: 28%;
    font-size: 22px;
    width: 35%;
    right: 12%;
  }
}
.project .intro__wrapper-performance .contentBox__feature-name {
  color: #00f3ff;
  font-size: 10px;
}
@media (min-width: 768px) {
  .project .intro__wrapper-performance .contentBox__feature-name {
    font-size: 16px;
  }
}
.project .intro__wrapper-performance .contentBox__feature .itemName01 {
  position: absolute;
  bottom: 6%;
  left: 24%;
}
@media (min-width: 768px) {
  .project .intro__wrapper-performance .contentBox__feature .itemName01 {
    bottom: 7%;
    left: 27%;
  }
}
@media (min-width: 996px) {
  .project .intro__wrapper-performance .contentBox__feature .itemName01 {
    bottom: 10%;
    left: 31%;
  }
}
.project .intro__wrapper-performance .contentBox__feature .itemName02 {
  position: absolute;
  bottom: 6%;
  left: 64%;
}
@media (min-width: 768px) {
  .project .intro__wrapper-performance .contentBox__feature .itemName02 {
    bottom: 7%;
    left: 66%;
  }
}
@media (min-width: 996px) {
  .project .intro__wrapper-performance .contentBox__feature .itemName02 {
    bottom: 10%;
    left: 69%;
  }
}
.project .intro__wrapper .txtBox2__text {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  color: #29446a;
}
@media (min-width: 996px) {
  .project .intro__wrapper .txtBox2__text {
    font-size: 20px;
  }
}
.project .howToGet {
  padding: 20px 0;
}
@media (min-width: 996px) {
  .project .howToGet {
    padding: 50px 0 30px;
  }
}
.project .howToGet__wrapper {
  text-align: center;
}
.project .howToGet__wrapper-text {
  margin-bottom: 50px;
}
.project .howToGet__wrapper-text .period {
  position: relative;
  font-size: 18px;
  font-style: italic;
  color: #fff;
  background: linear-gradient(45deg, #8893ff, #ff61db);
  display: inline-block;
  padding: 5px 25px;
  z-index: 10;
}
.project .howToGet__wrapper-text .period:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  border: 1px solid #8893ff;
  z-index: -1;
}
.project .howToGet__wrapper-text .model-series {
  margin: 20px 0;
}
@media (min-width: 996px) {
  .project .howToGet__wrapper-text .modelBox {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}
@media (min-width: 996px) {
  .project .howToGet__wrapper-text .modelBox__pd {
    width: 65%;
  }
}
.project .howToGet__wrapper-text .modelBox__bracket {
  position: relative;
}
@media (min-width: 996px) {
  .project .howToGet__wrapper-text .modelBox__bracket {
    width: 30%;
  }
}
.project .howToGet__wrapper-text .modelBox__bracket figure img {
  width: 40%;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .project .howToGet__wrapper-text .modelBox__bracket figure img {
    width: 60%;
  }
}
.project .howToGet__wrapper-text .modelBox__bracket-des {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 2px 20px;
  background: rgba(255, 255, 255, 0.3);
  text-transform: capitalize;
  color: #5270e9;
  font-weight: bold;
  width: 80%;
  -o-border-image: linear-gradient(to right, #8893ff 0%, #ff61db 100%) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#8893ff), to(#ff61db)) 1;
     border-image: linear-gradient(to right, #8893ff 0%, #ff61db 100%) 1;
  border-style: solid;
  border-width: 2px;
  font-size: 15px;
}
@media (min-width: 1300px) {
  .project .howToGet__wrapper-text .modelBox__bracket-des {
    width: 60%;
    font-size: 17px;
    padding: 5px 0;
    border-width: 3px;
  }
}
@media (min-width: 996px) {
  .project .howToGet__wrapper-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.project .howToGet__wrapper-btns a {
  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;
  color: #fff;
  background: linear-gradient(45deg, #9298e3, #728fff, #92c4e3);
  margin: 10px;
  padding: 5px 25px;
  border-radius: 50px;
}
@media (min-width: 1300px) {
  .project .howToGet__wrapper-btns a {
    display: inline-block;
    width: 20%;
    margin: 0 20px;
  }
}
.project .howToGet__wrapper-btns a:hover {
  background: linear-gradient(45deg, #92c4e3, #9298e3, #728fff);
  cursor: pointer;
}
.project .redeem {
  position: relative;
}
.project .redeem__wrapper-content .main-title {
  color: #000;
}
.project .redeem__wrapper-content p {
  color: #000;
  font-weight: bold;
}
@media (min-width: 996px) {
  .project .redeem__wrapper-content p {
    width: 60%;
  }
}
.project .redeem__wrapper-content p span {
  color: #a7a7a7;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 996px) {
  .project .redeem__wrapper-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 996px) {
  .project .redeem__wrapper-detail .left-block .stepBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.project .redeem__wrapper-detail .left-block .stepBox .item {
  width: 80%;
  border: 2px solid #5792ff;
  border-radius: 10px;
  margin: 20px auto;
  padding: 20px 0;
  background: linear-gradient(45deg, rgba(164, 172, 255, 0.5411764706) 20%, rgba(131, 239, 239, 0.4392156863));
}
@media (min-width: 996px) {
  .project .redeem__wrapper-detail .left-block .stepBox .item {
    width: 30%;
  }
}
.project .redeem__wrapper-detail .left-block .stepBox .item__box {
  margin: 0 auto;
  text-align: center;
}
.project .redeem__wrapper-detail .left-block .stepBox .item__box .main-text {
  width: 80%;
  padding: 3px 30px 6px;
  background: #fff;
  margin: 20px auto;
  letter-spacing: 0;
  text-align: center;
  font-weight: bold;
  font-family: "orbitron", sans-serif;
}
@media (min-width: 1300px) {
  .project .redeem__wrapper-detail .left-block .stepBox .item__box .main-text {
    font-size: 0.9vw;
  }
}
.project .redeem__wrapper-detail .left-block .stepBox .item__box img {
  width: 100px;
  margin: 0 auto 20px;
}
.project .redeem__wrapper-detail .left-block .stepBox .item__box p {
  color: #323232;
  padding: 10px;
  font-size: 16px;
  letter-spacing: -1px;
}
.project .video {
  position: relative;
  padding: 20px 0;
}
@media (min-width: 996px) {
  .project .video {
    padding: 50px 0 30px;
  }
}
.project .video__wrapper-content {
  width: 100%;
  text-align: center;
}
@media (min-width: 996px) {
  .project .video__wrapper-content {
    width: 80%;
    margin: 20px auto;
  }
}
.project .video__wrapper-content .iframebox {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.project .video__wrapper-content .iframebox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.project .visit {
  padding: 20px 0;
}
@media (min-width: 996px) {
  .project .visit {
    padding: 50px 0 30px;
  }
}
@media (min-width: 996px) {
  .project .visit__wrapper-event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.project .visit__wrapper-event a {
  display: block;
  width: 90%;
  margin: 20px auto;
  overflow: hidden;
}
@media (min-width: 996px) {
  .project .visit__wrapper-event a {
    width: 35%;
    margin: 20px 10px;
  }
}
.project .visit__wrapper-event a figure img {
  margin: 0 auto;
}
.project .visit__wrapper-event a figure img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 1s all;
  transition: 1s all;
  opacity: 0.95;
}/*# sourceMappingURL=main.css.map */