* {
  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;
}

.hide {
  display: none !important;
}

.main-title {
  font-size: 22px;
  text-align: center;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 20px;
  text-transform: uppercase;
}

@media (min-width: 996px) {
  .main-title {
    font-size: 38px;
    text-align: left;
  }
}

@media (min-width: 1300px) {
  .main-title {
    font-size: 45px;
  }
}

.subtitle {
  font-size: 24px;
  text-align: center;
  color: #fff;
}

@media (min-width: 996px) {
  .subtitle {
    font-size: 28px;
    text-align: left;
  }
}

.main-text {
  color: #fff;
  padding: 10px 0;
}

@media (min-width: 996px) {
  .main-text {
    font-size: 20px;
  }
}

.note {
  font-size: 14px;
}

.layerSty {
  position: relative;
  z-index: 50;
}

.banner-title {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  line-height: 1.1;
  text-shadow: 0 0 10px #000;
  text-transform: uppercase;
}

@media (min-width: 996px) {
  .banner-title {
    font-size: 50px;
  }
}

@media (min-width: 1300px) {
  .banner-title {
    font-size: 65px;
  }
}

@-webkit-keyframes gradient-anim {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient-anim {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-webkit-keyframes gradient-anim2 {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient-anim2 {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.tab {
  margin: 5% 0 0;
}

@media (min-width: 996px) {
  .tab {
    margin: 2% 0;
  }
}

.tab__wrapper {
  text-align: center;
}

@media (min-width: 996px) {
  .tab__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.tab__wrapper button {
  position: relative;
  text-transform: uppercase;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 15px;
  font-weight: bold;
  color: #717171;
  margin: 5px 20px;
}

@media (min-width: 996px) {
  .tab__wrapper button {
    font-size: 28px;
    margin: 0 15px;
  }
}

.tab__wrapper button:hover {
  color: #fff;
}

.tab__wrapper button.active {
  color: #fff;
}

.tab__wrapper button.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 25px;
  height: 6px;
  margin-bottom: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#ffcf00), to(#fe2fe3));
  background: linear-gradient(to right, #ffcf00, #fe2fe3);
}

.tab-dec {
  width: 25px;
  height: 6px;
  margin-bottom: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#ffcf00), to(#fe2fe3));
  background: linear-gradient(to right, #ffcf00, #fe2fe3);
}

.tabcontent {
  position: relative;
  display: none;
  border-top: none;
}

@media (min-width: 1930px) {
  .tabcontent {
    margin: 0 auto;
  }
}

.slider-container-box {
  width: 90%;
  max-width: 1000px;
  margin: 50px auto 0;
}

@media (min-width: 996px) {
  .slider-container-box {
    width: 100%;
  }
}

.slider-card {
  position: relative;
  padding: 30px 40px 10px;
  background: #1b1b1b;
  border-radius: 20px;
}

@media (min-width: 996px) {
  .slider-card {
    padding: 40px 100px;
    margin: 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.slider-card img {
  width: 100%;
}

.slider-card h3 {
  position: absolute;
  top: -4%;
  left: 0;
}

@media (min-width: 996px) {
  .slider-card h3 {
    left: -3%;
  }
}

.slider-card p {
  padding: 20px 0;
  text-align: left;
}

@media (min-width: 996px) {
  .slider-card p {
    padding: 20px 0 0;
  }
}

.slick-track {
  text-align: center;
}

.slick-dots li button::before {
  font-size: 50px !important;
  color: #565656 !important;
}

.slick-dots li.slick-active button::before {
  color: #bcbcbc !important;
}

.video {
  padding: 10% 0;
}

@media (min-width: 996px) {
  .video {
    padding: 2% 0;
  }
}

.video__wrapper {
  text-align: center;
}

.video__wrapper .videobox-wrapper {
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .video__wrapper .videobox-wrapper {
    width: 100%;
  }
}

.video__wrapper .videobox-wrapper__box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.video__wrapper .videobox-wrapper__box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tab-content .subTab {
  text-align: center;
}

.tab-content .subTab__btn {
  margin: 0 5px;
  border-radius: 30px;
  background: #393939;
  width: 95% !important;
}

.tab-content .subTab__btn:hover {
  cursor: pointer;
  background: rgba(57, 57, 57, 0.7960784314);
}

.tab-content .subTab .slick-current .subTab__btn {
  background: #7e7e7e;
}

.tab-content .subTab .hatch-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -10%;
  z-index: 20;
  width: 20px;
}

.tab-content .subTab .hatch-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: -10%;
  z-index: 20;
  width: 20px;
}

@-webkit-keyframes floatUp {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes floatUp {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

html {
  scroll-behavior: smooth;
}

.project {
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(#0b3ece), color-stop(#3c2dca), color-stop(#7719cb), color-stop(#970ecc), color-stop(#b913c3), color-stop(#c04ca0), color-stop(#c67885), color-stop(90%, #cfbc5b));
  background: linear-gradient(to right, #0b3ece, #3c2dca, #7719cb, #970ecc, #b913c3, #c04ca0, #c67885, #cfbc5b 90%);
  background-size: 200% 200%;
  -webkit-animation: gradient-anim2 5s ease infinite;
  animation: gradient-anim2 5s ease infinite;
}

.project::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8235294118);
}

.project img {
  width: 100%;
  display: block;
}

.project figure {
  margin: 0;
  padding: 0;
}

.project .container-box {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 25px;
}

@media (min-width: 996px) {
  .project .container-box {
    padding: 0;
  }
}

.project .kv {
  width: 100%;
  position: relative;
}

.project .kv img {
  width: 100%;
}

.project .kv__mainImg {
  position: absolute;
  top: 26%;
  left: 15%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35%;
}

.project .kv__slickBox-item {
  position: relative;
}

.project .intro {
  position: relative;
  margin-top: 5%;
}

.project .intro p {
  text-align: center;
}

.project .overview {
  padding: 5% 0;
  position: relative;
  z-index: 50;
}

@media (min-width: 996px) {
  .project .overview__wrapper-features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 996px) {

  .project .overview__wrapper-features .top-block,
  .project .overview__wrapper-features .bottom-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}

.project .overview__wrapper-features .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 20px 0;
}

@media (min-width: 996px) {
  .project .overview__wrapper-features .item {
    width: 40%;
    margin: 20px;
  }
}

.project .overview__wrapper-features .item p {
  color: #fff;
}

@media (min-width: 996px) {
  .project .overview__wrapper-features .item p {
    font-size: 20px;
  }
}

.project .overview__wrapper-features .item__leftBox {
  width: 2%;
  height: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#0af6a1), color-stop(#5c69c9), color-stop(#856ad6), color-stop(#da24ac), to(#fffeb4));
  background: linear-gradient(to bottom, #0af6a1, #5c69c9, #856ad6, #da24ac, #fffeb4);
}

.project .overview__wrapper-features .item__rightBox {
  width: 95%;
  height: 100%;
}

.project .overview__wrapper-features .item__rightBox-top {
  text-align: right;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, right top, from(#0b3ece), color-stop(#3c2dca), color-stop(#7719cb), color-stop(#970ecc), color-stop(#b913c3), color-stop(#c04ca0), color-stop(#c67885), color-stop(90%, #cfbc5b));
  background: linear-gradient(to right, #0b3ece, #3c2dca, #7719cb, #970ecc, #b913c3, #c04ca0, #c67885, #cfbc5b 90%);
  background-size: 200% 200%;
  padding: 2px 10px 2px;
  -webkit-animation: gradient-anim 5s ease infinite;
  animation: gradient-anim 5s ease infinite;
}

.project .overview__wrapper-features .item__rightBox-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}

.project .overview__wrapper-features .item__rightBox-bottom .num {
  position: relative;
  padding: 10px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#1a121d), color-stop(#240f1d), to(#272013));
  background: linear-gradient(to bottom, #1a121d, #240f1d, #272013);
}

.project .overview__wrapper-features .item__rightBox-bottom .num::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#0b3ece), color-stop(#3c2dca), color-stop(#7719cb), color-stop(#970ecc), color-stop(#b913c3), color-stop(#c04ca0), color-stop(#c67885), color-stop(90%, #cfbc5b));
  background: linear-gradient(to bottom, #0b3ece, #3c2dca, #7719cb, #970ecc, #b913c3, #c04ca0, #c67885, #cfbc5b 90%);
  -webkit-filter: brightness(0.3);
  filter: brightness(0.3);
  z-index: -1;
}

.project .overview__wrapper-features .item__rightBox-bottom .num__wrapper {
  position: relative;
}

.project .overview__wrapper-features .item__rightBox-bottom .num__wrapper-bracket {
  position: absolute;
  font-weight: bold;
}

.project .overview__wrapper-features .item__rightBox-bottom .num__wrapper-txtBox {
  position: relative;
}

.project .overview__wrapper-features .item__rightBox-bottom .num__wrapper-txtBox::before {
  font-size: 32px;
  font-weight: bold;
  background: -webkit-linear-gradient(#970ecc, #b913c3, #c67885);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 20;
  padding: 5px;
}

@media (min-width: 996px) {
  .project .overview__wrapper-features .item__rightBox-bottom .num__wrapper-txtBox::before {
    font-size: 42px;
  }
}

.project .overview__wrapper-features .item__rightBox-bottom .num .top-bracket {
  top: 0;
  left: -15px;
  color: #0c48fa;
}

.project .overview__wrapper-features .item__rightBox-bottom .num .bottom-bracket {
  bottom: 0;
  right: -15px;
  color: #ffe771;
}

.project .overview__wrapper-features .item__rightBox-bottom .content {
  width: 100%;
  color: #fff;
  font-weight: bold;
  padding: 5px 0;
  background: #0f1004;
}

@media (min-width: 996px) {
  .project .overview__wrapper-features .item__rightBox-bottom .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.project .overview__wrapper-features .item__rightBox-bottom .content__txtBox {
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 996px) {
  .project .overview__wrapper .top-block {
    margin-left: -10%;
  }
}

.project .overview__wrapper .top-block .item:nth-child(1) .item__rightBox-bottom .num__wrapper {
  position: relative;
}

.project .overview__wrapper .top-block .item:nth-child(1) .item__rightBox-bottom .num__wrapper-txtBox {
  position: relative;
}

.project .overview__wrapper .top-block .item:nth-child(1) .item__rightBox-bottom .num__wrapper-txtBox::before {
  content: "1";
}

.project .overview__wrapper .top-block .item:nth-child(2) .item__rightBox-bottom .num__wrapper {
  position: relative;
}

.project .overview__wrapper .top-block .item:nth-child(2) .item__rightBox-bottom .num__wrapper-txtBox {
  position: relative;
}

.project .overview__wrapper .top-block .item:nth-child(2) .item__rightBox-bottom .num__wrapper-txtBox::before {
  content: "2";
}

.project .overview__wrapper .bottom-block .item:nth-child(1) .item__rightBox-bottom .num__wrapper {
  position: relative;
}

.project .overview__wrapper .bottom-block .item:nth-child(1) .item__rightBox-bottom .num__wrapper-txtBox {
  position: relative;
}

.project .overview__wrapper .bottom-block .item:nth-child(1) .item__rightBox-bottom .num__wrapper-txtBox::before {
  content: "3";
}

.project .overview__wrapper .bottom-block .item:nth-child(2) .item__rightBox-bottom .num__wrapper {
  position: relative;
}

.project .overview__wrapper .bottom-block .item:nth-child(2) .item__rightBox-bottom .num__wrapper-txtBox {
  position: relative;
}

.project .overview__wrapper .bottom-block .item:nth-child(2) .item__rightBox-bottom .num__wrapper-txtBox::before {
  content: "4";
}

.project .pdFeature {
  position: relative;
  overflow: hidden;
}

@media (min-width: 996px) {
  .project .pdFeature {
    padding: 8% 0 8%;
  }
}

@media (min-width: 996px) {
  .project .pdFeature__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.project .pdFeature__flex-txt {
  color: #fff;
  text-align: center;
}

@media (min-width: 996px) {
  .project .pdFeature__flex-txt {
    width: 50%;
    text-align: left;
  }
}

.project .dp {
  background: #000;
}

.project .dp .msi__container {
  margin: 0 auto -7%;
  position: relative;
  z-index: 1;
  padding-top: 3%;
}

.project .dp .dp-txt {
  color: #fff;
  text-align: center;
}

.project .dp .dp-txt .main-title {
  text-align: center;
}

.project .dp .dp-iconBox {
  max-width: 150px;
  margin: 0 auto 2%;
}

.project .dp .dp-imgWrap {
  position: relative;
}

.project .dp .dp-feature {
  position: absolute;
  right: 8%;
  bottom: 8%;
  max-width: 230px;
  width: 24vw;
}

.project .dp .dp-feature-txt {
  position: absolute;
  bottom: 17%;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
  text-align: center;
  width: 80%;
  font-size: 13px;
}

.project .dp .dp-imgWrap-txt {
  position: absolute;
  top: 18%;
  left: 8%;
  font-size: 5vw;
  color: transparent;
  background-image: linear-gradient(to bottom, #e5ceff 40%, #6c00ff);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: bold;
}

@media (min-width: 576px) {

  .project .dp .dp-feature-txt {
    position: absolute;
    bottom: 22%;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 2vw;
  }

}

@media (min-width: 996px) {

  .project .dp .dp-feature {
    position: absolute;
    right: 25%;
    bottom: 10%;
    width: 16vw;
  }

  .project .dp .dp-feature-txt {
    font-size: 1.2vw;
  }

  .project .dp .dp-imgWrap-txt {
    position: absolute;
    top: 26%;
    left: 25%;
    font-size: 2.5vw;
    color: transparent;
    background-image: linear-gradient(to bottom, #e5ceff 40%, #6c00ff);
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: bold;
  }
}

@media (min-width: 1300px) {

  .project .dp .dp-feature {
    width: 12vw;
  }

  .project .dp .dp-feature-txt {
    font-size: 0.9vw;
  }
}

@media (min-width: 1930px) {

  .project .dp .dp-feature {
    max-width: 100%;
  }

}

.project .pd2 {
  background-color: #000;
  padding: 5% 0;
}

.project .pd2 .pd2__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  width: 80%;
  margin: auto;
}

.project .pd2 .learnWrap {
  margin: auto;
  text-align: center;
}

.project .pd2 .learn-btn {
  color: #fff;
  background: #222;
  border-radius: 50px;
  margin: 0;
  margin-top: 15px;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 25px;
}

.project .pd2 .learn-btn:hover {
  cursor: pointer;
  background: rgba(57, 57, 57, 0.7960784314);
}

@media (min-width: 768px) {
  .project .pd2 .pd2__flexBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .project .pd2 .learn-btn {
    color: #fff;
    background: #222;
    border-radius: 50px;
    margin: 0;
    margin-top: 15px;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 25px;
  }
}

.project .aspect {
  background: #000;
}



.project .aspect .pdFeature-txt {
  color: #fff;
  text-align: center;
}

.project .aspect .pdFeature-txt .main-title {
  text-align: center;
}

.project .aspect .aspectTabox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  margin: 3% auto 5%;
}

.project .aspect .aspectTabox-nav {
  color: #ffffff;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 80px;
  text-align: center;
  padding: 3% 1%;
  font-weight: 600;
  margin: 0 1%;
  cursor: pointer;
  position: relative;
  background: #656565;
  word-break: keep-all;
}

.project .aspect .aspectTabox-nav--active {
  background: #e81f76;
}

.project .aspect .aspectTabox-nav:hover {
  background: #e81f76;
}

.project .aspect .aspectTabContent {
  background: #000;
}

.project .aspect .aspectTabContent .aspectTabContentWrap {
  display: none;
}

.project .aspect .aspectTabContent .aspectTabContent--active {
  display: block;
}

@media (min-width: 996px) {
  .project .aspect {
    padding: 5% 0 0;
  }

  .project .aspect img {
    width: auto;
    margin: auto;
  }

  .project .aspect .aspectTabox {
    width: 30%;
  }

}

.project .pdFeature .pdFeatureBtn {
  padding-bottom: 50px;
  margin-top: 50px;
}

.project .pdFeature .pdFeatureBtn a {
  display: inline-block;
  color: #000;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 600;
  text-shadow: 1px 1px 2px rgba(15, 5, 11, 0.2);
  background: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}

.project .pdFeature .pdFeatureBtn a:hover {
  opacity: 0.8;
}

.project .pdFeature.warranty {
  background: url("https://storage-asset.msi.com/global/picture/image/feature/monitor/MPG-491CQP-QD-OLED/warranty-bg.jpg") center no-repeat;
  background-size: cover;
}

.project .pdFeature.warranty .warranty-icon {
  width: 60%;
  margin: 0 auto 20px;
}

@media (min-width: 996px) {
  .project .pdFeature.warranty .warranty-icon {
    width: 45%;
    margin: 0;
  }
}

.project .pdFeature.firmwareUpdate {
  position: relative;
  background: url("https://storage-asset.msi.com/event/2023/CND/qd-oled/images/firmware-bg.jpg") center no-repeat;
  background-size: cover;
}

.project .pdFeature.firmwareUpdate .iconBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 996px) {
  .project .pdFeature.firmwareUpdate .iconBox {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.project .pdFeature.firmwareUpdate .firmwareUpdate-icon {
  width: 100px;
}

@media (min-width: 996px) {
  .project .pdFeature.firmwareUpdate .firmwareUpdate-icon {
    width: 140px;
    margin: 0 0 30px;
  }
}

.project .pdFeature.firmwareUpdate .msi-qdOled-icon {
  width: 100px;
  margin-right: 10px;
}

@media (min-width: 996px) {
  .project .pdFeature.firmwareUpdate .msi-qdOled-icon {
    width: 150px;
    margin-right: 20px;
  }
}

.project .video {
  padding: 0 0 5%;
  width: 100%;
}

.project .video__wrapper .item {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  z-index: 0;
}

.project .video__wrapper .item iframe,
.project .video__wrapper .item object,
.project .video__wrapper .item embed,
.project .video__wrapper .item video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
}

.project .features {
  padding: 0 0 5%;
  position: relative;
  z-index: 50;
}

.project .features__wrapper {
  padding: 30px 20px;
  border-radius: 20px;
  width: 90%;
}

@media (min-width: 1300px) {
  .project .features__wrapper {
    width: 100%;
  }
}

.project .features__wrapper-item {
  margin-bottom: 50px;
}

@media (min-width: 996px) {
  .project .features__wrapper-item {
    margin-bottom: 80px;
    width: 80%;
  }
}

.project .features__wrapper-item h2 {
  padding: 0 0 20px;
}

.project .features__wrapper-item .imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.project .features__wrapper-item .imgBox figure {
  position: relative;
}

.project .features__wrapper-item .imgBox figure figcaption {
  position: absolute;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  padding: 2px 5px;
  background: #888;
}

@media (min-width: 996px) {
  .project .features__wrapper-item .imgBox figure figcaption {
    font-size: 15px;
    padding: 2px 10px;
  }
}

.project .features__wrapper-item .imgBox figure:nth-child(1) figcaption {
  bottom: 0;
  left: 0;
}

.project .features__wrapper-item .imgBox figure:nth-child(2) figcaption {
  bottom: 0;
  right: 0;
}

.project .features__wrapper-item:nth-child(2),
.project .features__wrapper-item:nth-child(4) {
  margin-left: auto;
}

.project .features__wrapper-item:nth-child(3) {
  margin: 0 auto 80px;
}

.project .features__wrapper-item:nth-child(5) {
  margin-bottom: 0;
  margin: 0 auto 80px;
}

.project .features__wrapper-item p {
  text-align: left;
  margin: 0 auto;
}

@media (min-width: 996px) {
  .project .features__wrapper-item p {
    width: 90%;
  }
}

.project .advantage {
  margin-top: 100px;
}

@media (min-width: 996px) {
  .project .advantage {
    margin-top: 0;
  }
}

@media (min-width: 996px) {
  .project .advantage__banner {
    background-image: url(https://storage-asset.msi.com/event/2023/CND/qd-oled/images/banner-01.jpg);
    background-position: center;
    background-size: cover;
  }
}

.project .advantage__banner .banner-advantageXsImg {
  display: block;
  margin: 0 auto;
}

@media (min-width: 996px) {
  .project .advantage__banner .banner-advantageXsImg {
    display: none;
  }
}

@media (min-width: 996px) {
  .project .advantage__banner-contentBox {
    padding: 15% 25px 0;
  }
}

@media (min-width: 1930px) {
  .project .advantage__banner-contentBox {
    padding: 10% 25px 0;
  }
}

.project .advantage__banner-contentBox .banner-title {
  text-align: center;
  margin-top: 20px;
}

@media (min-width: 996px) {
  .project .advantage__banner-contentBox .banner-title {
    text-align: right;
  }
}

.project .advantage__content .tab-content__wrapper #lifelike .slider-container-box {
  width: 90% !important;
  display: block !important;
}

@media (min-width: 996px) {
  .project .advantage__content .tab-content__wrapper #lifelike .slider-container-box {
    width: 100% !important;
    display: inline-block !important;
  }
}

.project .advantage__content .tab-content__wrapper #lifelike .boundlessColors {
  position: relative;
}

@media (min-width: 996px) {
  .project .advantage__content .tab-content__wrapper #lifelike .boundlessColors .slider-card {
    background-image: url(https://storage-asset.msi.com/event/2023/CND/qd-oled/images/qd-oled-advantage/boundless-colors.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 40px 100px 40px 50px;
  }
}

.project .advantage__content .tab-content__wrapper #lifelike .boundlessColors .slider-card__contentBox-icon {
  width: 80px;
  margin: 20px auto 0;
}

@media (min-width: 996px) {
  .project .advantage__content .tab-content__wrapper #lifelike .boundlessColors .slider-card__contentBox-icon {
    width: 100px;
    margin: 0;
  }
}

.project .advantage__content .tab-content__wrapper #lifelike .boundlessColors .slider-card__contentBox p {
  text-align: left;
  text-shadow: 0 0 10px #000;
}

@media (min-width: 996px) {
  .project .advantage__content .tab-content__wrapper #lifelike .boundlessColors #boundlessColors-imgXs {
    display: none;
  }
}

.project .advantage__content .tab-content__wrapper #lifelike .dciP3 {
  position: relative;
}

.project .advantage__content .tab-content__wrapper #lifelike .dciP3 .slider-card {
  background-image: url(https://storage-asset.msi.com/event/2023/CND/qd-oled/images/qd-oled-advantage/dci-p3-bg.png);
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media (min-width: 996px) {
  .project .advantage__content .tab-content__wrapper #lifelike .dciP3 .slider-card {
    background-position: center;
    background-size: cover;
  }
}

.project .advantage__content .tab-content__wrapper #lifelike .dciP3 .slider-card figure {
  padding: 3% 0;
}

.project .advantage__content .tab-content__wrapper #eyeProtection {
  max-width: 1000px;
  margin: 0 auto;
}

.project .advantage__content .tab-content__wrapper #eyeProtection .slider-container-box {
  width: 90% !important;
  display: block !important;
}

@media (min-width: 996px) {
  .project .advantage__content .tab-content__wrapper #eyeProtection .slider-container-box {
    width: 100% !important;
    display: inline-block !important;
  }
}

.project .advantage__content .tab-content__wrapper #eyeProtection .less-blue-light .slider-card {
  padding: 40px 40px;
}

.project .advantage__content .tab-content__wrapper #eyeProtection .less-blue-light .slider-card figure {
  padding: 20px 0;
}

.project .oledCare {
  margin-top: 100px;
}

@media (min-width: 996px) {
  .project .oledCare__banner {
    background: #000;
  }
}

.project .oledCare__banner .banner-careXsImg {
  display: block;
  margin: 0 auto;
}

@media (min-width: 996px) {
  .project .oledCare__banner .banner-careXsImg {
    display: none;
  }
}

@media (min-width: 996px) {
  .project .oledCare__banner-contentBox {
    padding: 15% 25px 5%;
    background-image: url(https://storage-asset.msi.com/event/2023/CND/qd-oled/images/banner-02.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (min-width: 1600px) {
  .project .oledCare__banner-contentBox {
    padding: 10% 25px 5%;
  }
}

@media (min-width: 1930px) {
  .project .oledCare__banner-contentBox {
    padding: 5% 0 5%;
  }
}

.project .oledCare__banner-contentBox .banner-title {
  text-align: center;
  margin-top: 10px;
}

@media (min-width: 996px) {
  .project .oledCare__banner-contentBox .banner-title {
    text-align: right;
  }
}

.project .oledCare__banner-contentBox p {
  text-align: center;
  margin-left: auto;
}

@media (min-width: 996px) {
  .project .oledCare__banner-contentBox p {
    text-align: right;
  }
}

@media (min-width: 996px) {
  .project .oledCare__banner-contentBox p {
    width: 40%;
  }
}

@media (min-width: 1300px) {
  .project .oledCare__banner-contentBox p {
    width: 35%;
  }
}

.project .oledCare__content .tab-content #boundary .slider-container-box {
  width: 90% !important;
  display: block !important;
}

@media (min-width: 996px) {
  .project .oledCare__content .tab-content #boundary .slider-container-box {
    width: 100% !important;
    display: inline-block !important;
  }
}

@media (min-width: 1930px) {
  .project .oledCare__content .tab-content #boundary .slider-card {
    padding: 40px 50px;
  }
}

.project .oledCare__content .tab-content #boundary .boundary-content {
  margin-top: 20px;
}

.project .intelligence {
  margin-top: 100px;
}

@media (min-width: 996px) {
  .project .intelligence__banner {
    background: #000;
  }
}

.project .intelligence__banner .banner-intelligenceXsImg {
  display: block;
  margin: 0 auto;
}

@media (min-width: 996px) {
  .project .intelligence__banner .banner-intelligenceXsImg {
    display: none;
  }
}

@media (min-width: 996px) {
  .project .intelligence__banner-contentBox {
    background-image: url(https://storage-asset.msi.com/event/2023/CND/qd-oled/images/banner-03.jpg);
    background-position: center;
    background-size: cover;
    padding: 12% 25px 5% 10%;
  }
}

@media (min-width: 1300px) {
  .project .intelligence__banner-contentBox {
    padding: 10% 25px 5% 0;
  }
}

@media (min-width: 1600px) {
  .project .intelligence__banner-contentBox {
    padding: 5% 25px 5% 0;
  }
}

@media (min-width: 1930px) {
  .project .intelligence__banner-contentBox {
    padding: 3.5% 0 3.5%;
  }
}

.project .intelligence__banner-contentBox .banner-title {
  text-align: center;
  margin-top: 10px;
}

@media (min-width: 996px) {
  .project .intelligence__banner-contentBox .banner-title {
    text-align: left;
  }
}

.project .intelligence__banner-contentBox p {
  text-align: center;
}

@media (min-width: 996px) {
  .project .intelligence__banner-contentBox p {
    text-align: left;
  }
}

@media (min-width: 996px) {
  .project .intelligence__banner-contentBox p {
    width: 40%;
  }
}

@media (min-width: 1300px) {
  .project .intelligence__banner-contentBox p {
    width: 35%;
  }
}

.project .intelligence__content .tab-content__wrapper #game-assistance .slider-container-box {
  width: 90% !important;
  display: block !important;
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #game-assistance .slider-container-box {
    width: 100% !important;
    display: inline-block !important;
  }
}

.project .intelligence__content .tab-content__wrapper #game-assistance .subTab {
  width: 80%;
  margin: 0 auto;
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #game-assistance .subTab {
    width: 100%;
  }
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #kvm .slider-card {
    background-image: url(https://storage-asset.msi.com/event/2023/CND/qd-oled/images/gaming-intelligence/kvm.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #kvm .slider-card #kvm-imgXs {
    display: none;
  }
}

.project .intelligence__content .tab-content__wrapper #kvm .slider-card__contentBox {
  padding: 0 10px;
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #kvm .slider-card__contentBox {
    position: relative;
    bottom: initial;
    left: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.project .intelligence__content .tab-content__wrapper #kvm .slider-card__contentBox figure {
  width: 70px;
  margin: 20px auto 0;
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #kvm .slider-card__contentBox figure {
    margin: initial;
    margin-right: 20px;
    width: 80px;
  }
}

.project .intelligence__content .tab-content__wrapper #kvm .slider-card__contentBox p {
  padding: 10px 0 20px;
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #kvm .slider-card__contentBox p {
    padding: 20px 0;
    width: 65%;
    text-align: left;
  }
}

.project .intelligence__content .tab-content__wrapper #console-mode .vpr .slider-card {
  background-image: url(https://storage-asset.msi.com/event/2023/CND/qd-oled/images/gaming-intelligence/vpr-bg.png);
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
}

.project .intelligence__content .tab-content__wrapper #console-mode .vpr figure {
  margin-top: 20px;
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #console-mode .vpr figure {
    width: 80%;
    margin: 100px auto 0;
  }
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #console-mode .allm .slider-card {
    background-image: url(https://storage-asset.msi.com/event/2023/CND/qd-oled/images/gaming-intelligence/allm.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 40px 100px 90px 50px;
  }
}

.project .intelligence__content .tab-content__wrapper #console-mode .allm .slider-card__titleBox p {
  text-align: center;
  padding-top: 20px;
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #console-mode .allm .slider-card__titleBox p {
    text-align: left;
    padding-top: 0;
  }
}

.project .intelligence__content .tab-content__wrapper #console-mode .allm .slider-card .text2 {
  text-shadow: 0 0 10px #000;
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #console-mode .allm .slider-card .text2 {
    width: 60%;
    text-align: left;
  }
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #console-mode .allm .slider-card #allm-imgXs {
    display: none;
  }
}

.project .intelligence__content .tab-content__wrapper #console-mode .cec .slider-card {
  background-image: url(https://storage-asset.msi.com/event/2023/CND/qd-oled/images/gaming-intelligence/cec-bg.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #console-mode .cec .slider-card {
    padding: 40px;
  }
}

.project .intelligence__content .tab-content__wrapper #console-mode .cec .slider-card__titleBox p {
  text-align: center;
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #console-mode .cec .slider-card__titleBox p {
    text-align: left;
  }
}

.project .intelligence__content .tab-content__wrapper #console-mode .cec figure {
  margin-top: 20px;
}

.project .intelligence__content .tab-content__wrapper #console-mode .slider-card {
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #console-mode .slider-card {
    width: auto;
    margin: 0 50px;
  }
}

.project .intelligence__content .tab-content__wrapper #console-mode .slider-card__titleBox {
  padding: 0;
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #console-mode .slider-card__titleBox {
    position: absolute;
    top: -5%;
    left: -3%;
  }
}

.project .intelligence__content .tab-content__wrapper #console-mode .slider-card__titleBox h3 {
  position: absolute;
  top: -2%;
  left: -3%;
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #console-mode .slider-card__titleBox h3 {
    position: relative;
    top: initial;
    left: initial;
    margin-bottom: 10px;
  }
}

.project .intelligence__content .tab-content__wrapper #console-mode .slider-card__titleBox p {
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  font-size: 15px;
}

@media (min-width: 996px) {
  .project .intelligence__content .tab-content__wrapper #console-mode .slider-card__titleBox p {
    width: 90%;
  }
}

.project .connectivity {
  margin-top: 100px;
}

@media (min-width: 996px) {
  .project .connectivity__banner {
    background: #000;
  }
}

.project .connectivity__banner .banner-connectivityXsImg {
  display: block;
  margin: 0 auto;
}

@media (min-width: 996px) {
  .project .connectivity__banner .banner-connectivityXsImg {
    display: none;
  }
}

@media (min-width: 996px) {
  .project .connectivity__banner-contentBox {
    padding: 25% 25px 0;
    background-image: url(https://storage-asset.msi.com/event/2023/CND/qd-oled/images/banner-04.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (min-width: 1600px) {
  .project .connectivity__banner-contentBox {
    padding: 19% 25px 0;
  }
}

@media (min-width: 1930px) {
  .project .connectivity__banner-contentBox {
    padding: 12% 25px 0;
  }
}

.project .connectivity__banner-contentBox .banner-title {
  text-align: center;
  margin-top: 20px;
}

@media (min-width: 996px) {
  .project .connectivity__banner-contentBox .banner-title {
    text-align: right;
  }
}

@media (min-width: 996px) {
  .project .connectivity__content .tab-content__wrapper #typeC .slider-card {
    background-image: url(https://storage-asset.msi.com/event/2023/CND/qd-oled/images/connectivity/typeC.png);
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
  }
}

.project .connectivity__content .tab-content__wrapper #typeC .slider-card p {
  width: 100%;
  text-shadow: 0 0 10px #000;
}

@media (min-width: 996px) {
  .project .connectivity__content .tab-content__wrapper #typeC .slider-card p {
    width: 45%;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: left;
    padding-bottom: 20px;
  }
}

@media (min-width: 996px) {
  .project .connectivity__content .tab-content__wrapper #typeC .slider-card #typeC-imgXs {
    display: none;
  }
}

.project .banner {
  margin: 10% 0;
}

@media (min-width: 1930px) {
  .project .banner {
    margin: 5% 0;
  }
}

.project .banner img {
  width: 100%;
}

.project .banner img:hover {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}

.project .find {
  padding: 0 0 5%;
}

@media (min-width: 996px) {
  .project .find {
    padding: 0 0 2%;
  }
}

.project .find__wrapper {
  text-align: center;
  margin: 0 auto;
}

.project .find__wrapper-tab {
  overflow: hidden;
  background-color: inherit;
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 996px) {
  .project .find__wrapper-tab {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.project .find__wrapper-tab button {
  width: 31%;
  border-radius: 10px;
  background: #343434;
  padding: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 996px) {
  .project .find__wrapper-tab button {
    width: auto;
    margin: 0 20px;
    padding: 5px 50px;
  }
}

.project .find__wrapper-tab button img {
  width: 80px;
  -webkit-filter: brightness(0.6);
  filter: brightness(0.6);
  display: inline-block;
}

@media (min-width: 996px) {
  .project .find__wrapper-tab button img {
    width: 120px;
  }
}

.project .find__wrapper-tab button:hover {
  background: rgba(52, 52, 52, 0.7960784314);
}

.project .find__wrapper-tab button:hover img {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}

.project .find__wrapper-tab .activeSeriesTab {
  background: #7e7e7e;
}

.project .find__wrapper-tab .activeSeriesTab img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.project .find__wrapper .tabcontent5 {
  display: none;
  padding: 6px 12px;
  -webkit-animation: floatUp 0.5s ease-in-out;
  animation: floatUp 0.5s ease-in-out;
}

@media (min-width: 996px) {
  .project .find__wrapper .tabcontent5__pd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.project .find__wrapper .tabcontent5__pd-item {
  border-radius: 15px;
  margin: 15px 15px 30px;
}

@media (min-width: 996px) {
  .project .find__wrapper .tabcontent5__pd-item {
    width: calc(33.3333333333% - 30px);
  }
}

.project .find__wrapper .tabcontent5__pd-item img {
  width: 100%;
}

.project .find__wrapper .tabcontent5__pd-item .learn-btn {
  color: #fff;
  background: #222;
  border-radius: 50px;
  margin: 0;
  margin-top: 15px;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 25px;
}

.project .find__wrapper .tabcontent5__pd-item .learn-btn:hover {
  cursor: pointer;
  background: rgba(57, 57, 57, 0.7960784314);
}

.project .specTable {
  padding: 0 0 5%;
}

.project .specTable__wrapper {
  font-size: 14px;
  color: #fff;
  background: #1b1b1b;
  border-radius: 20px;
  width: 90%;
  padding: 0;
  overflow-x: scroll;
}

@media (min-width: 996px) {
  .project .specTable__wrapper {
    width: 100%;
  }
}

.project .specTable__wrapper table {
  border-spacing: 0;
}

@media (min-width: 996px) {
  .project .specTable__wrapper table {
    width: 100%;
  }
}

.project .specTable__wrapper table th {
  position: relative;
  border-right: 3px solid #000;
  padding-top: 50px;
  padding-bottom: 10px;
}

.project .specTable__wrapper table th:last-child {
  border-right: none;
}

.project .specTable__wrapper table th:nth-child(1) {
  border-top-left-radius: 20px;
  background: #111;
}

.project .specTable__wrapper table td {
  padding: 10px 15px;
  text-align: center;
  border-right: 3px solid #000;
}

.project .specTable__wrapper table td:last-child {
  border-right: none;
}

@media (min-width: 996px) {

  .project .specTable__wrapper table th,
  .project .specTable__wrapper table td {
    min-width: 200px;
  }
}

.project .specTable__wrapper table tr:last-child td {
  padding-bottom: 50px;
}

.project .specTable__wrapper table tr:last-child td:nth-child(1) {
  border-bottom-left-radius: 20px;
  background: #111;
}

.project .specTable__wrapper table .item {
  text-align: right;
  position: sticky;
  left: 0;
  background: #111;
}

.project .specTable__wrapper table .item:nth-child(1) {
  z-index: 10;
}

/*# sourceMappingURL=main.css.map */