* {
  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: 24px;
  text-align: center;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 20px;
  text-transform: uppercase;
  /* text-transform: uppercase; */
}
.main-title-left {
  font-size: 24px;
  text-align: center;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 20px;
  text-transform: uppercase;
  /* text-transform: uppercase; */
}
@media (min-width: 996px) {
  .main-title {
    font-size: 32px;
  }
  .main-title-left {
    text-align: left;
    font-size: 32px;
  }
}

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

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

.note {
  font-size: 15px;
}

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

.banner-title {
  font-size: 26px;
  font-weight: bold;
  color: #ff006f;
  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: 55px;
  }
}
@-webkit-keyframes bannerAD {
  0% {
    filter: drop-shadow(0 0 6px #fffb12);
  }

  50% {
    filter: drop-shadow(0 0 0 #fffb12);
  }

  100% {
    filter: drop-shadow(0 0 6px #fffb12);
  }
}

@keyframes bannerAD {
  0% {
    filter: drop-shadow(0 0 6px #fffb12);
  }

  50% {
    filter: drop-shadow(0 0 0 #fffb12);
  }

  100% {
    filter: drop-shadow(0 0 6px #fffb12);
  }
}
@-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 {
  padding: 5% 0 0;
}

@media (min-width: 996px) {
  .tab {
    padding: 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: 24px;
    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;
}

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

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

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

.banner__wrapper {
  position: relative;
}
.banner__linkBox {
  width: 80%;
  margin: auto;
}
.banner__linkBox img {
  animation: bannerAD 2s linear infinite;
}
.banner__linkBox img:hover {
  filter: drop-shadow(0 0 4px #fffb12) drop-shadow(0 0 4px #fffb12);
  animation: none;
}
.banner__imgBox {
  margin-top: 5%;
}
@media (min-width: 996px) {
  .banner__linkBox {
    position: absolute;
    z-index: 1;
    left: 18%;
    top: 75%;
    width: 27%;
    margin: 0;
  }
}
.sliderBtn {
  text-align: center;
  margin: 3% auto;
}
.sliderBtn a {
  background-color: #ff006f;
  color: #fff;
  padding: 5px 25px;
  display: inline-block;
}
.sliderBox__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}
#extended .sliderBox__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 996px) {
  #extended .sliderBox__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.extended__btn {
  display: block;
  text-align: center;
  margin-top: 2em;
}
.extended__btn a {
  background: #e81f76;
  color: #fff;
  padding: 3px 30px 8px;
  display: inline-block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.extended__btn a:hover {
  -webkit-filter: drop-shadow(0 0 5px #cd26f9);
  filter: drop-shadow(0 0 5px #cd26f9);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.extended__title {
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 996px) {
  .extended__title {
    width: 80%;
  }
}
@media (min-width: 996px) {
  .extended__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.extended__imgflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
  margin: 3% auto 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 996px) {
  .extended__imgflex {
    width: 70%;
  }
}
.extended__imgflex figure {
  position: relative;
}
.extended__imgflex figure figcaption {
  font-size: var(--title-md);
  font-weight: bold;
  color: #e71f77;
  text-align: center;
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.project figure.extended__icon {
  width: 80%;
  margin: 0 auto;
  max-width: 150px;
}
.extended .hourBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-top: 2.5em;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 996px) {
  .extended .hourBox {
    margin-left: -5%;
    margin-top: 5em;
  }
}
.extended .hourBox__itemTop {
  position: absolute;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.extended .hourBox__itemBottom {
  margin-top: 1em;
  padding-bottom: 1em;
}
.extended .hourBox__rowdotted {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  z-index: 2;
}
.extended .hourBox__rowdotted::after {
  background: url(https://storage-asset.msi.com/global/picture/image/feature/monitor/MPG/271QR-QD-OLED-X50/arrow.png)
    no-repeat center center;
  background-size: 100%;
  content: "";
  position: absolute;
  width: 28px;
  height: 36px;
  top: -16px;
  right: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (min-width: 996px) {
  .extended .hourBox__rowdotted::after {
    right: 11%;
  }
}
.extended .hourBox__rowdotted::before {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#e55da8),
    color-stop(#b03db9),
    to(#9336b9)
  );
  background: linear-gradient(to right, #e55da8 0%, #b03db9, #9336b9 100%);
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: 3px;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (min-width: 996px) {
  .extended .hourBox__rowdotted::before {
    width: 88%;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(5%, transparent),
      color-stop(10%, #e55da8),
      color-stop(#b03db9),
      to(#9336b9)
    );
    background: linear-gradient(
      to right,
      transparent 5%,
      #e55da8 10%,
      #b03db9,
      #9336b9 100%
    );
  }
}
.extended .hourBox__rowdotted h5 {
  font-style: italic;
  font-weight: 500;
  width: 100%;
  text-align: center;
  position: absolute;
  top: -2em;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  font-size: 14px;
}
@media (min-width: 996px) {
  .extended .hourBox__rowdotted h5 {
    font-size: var(--title-md);
  }
}
.extended .hourBox__rowdotted h5 span {
  margin-right: 5px;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
@media (min-width: 996px) {
  .extended .hourBox__rowdotted h5 span {
    font-size: var(--title-lg);
  }
}
.extended .hourBox__rowdotted-item {
  height: 100%;
  position: relative;
  border-right: 2px dashed #ccc;
  position: relative;
}
.extended .hourBox__rowdotted-item::before {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border: 5px solid #000;
}
.extended .hourBox__rowdotted-item.item01 {
  width: 0;
}
@media (min-width: 996px) {
  .extended .hourBox__rowdotted-item.item01 {
    width: calc(15% + 10px);
  }
}
.extended .hourBox__rowdotted-item.item01::before {
  background: #f062b2;
}
.extended .hourBox__rowdotted-item.item02 {
  width: 70%;
}
@media (min-width: 996px) {
  .extended .hourBox__rowdotted-item.item02 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(60% + 10px);
    flex: 0 0 calc(60% + 10px);
  }
}
.extended .hourBox__rowdotted-item.item02::before {
  background: #af3db9;
}
.extended .hourBox__rowdotted-item.item03 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.extended .hourBox__rowdotted-item.item03::before {
  background: #9634ba;
}
.extended .hourBox__rowdotted-itembox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
}
@media (min-width: 996px) {
  .extended .hourBox__rowdotted-itembox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(60% + 20px);
    flex: 0 0 calc(60% + 20px);
  }
}
.extended .hourBox__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px 20px;
  margin-top: 1em;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 996px) {
  .extended .hourBox__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.extended .hourBox__row p {
  font-size: 12px;
  padding: 2px 10px;
}
@media (min-width: 996px) {
  .extended .hourBox__row p {
    font-size: var(--text-md);
  }
}
.extended .hourBox__row p span {
  width: 8px;
  height: 8px;
  background: #9634ba;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
.extended .hourBox__row:first-child h3 {
  color: #f062b2;
}
.extended .hourBox__row-item1 {
  width: 100%;
}
@media (min-width: 996px) {
  .extended .hourBox__row-item1 {
    width: 15%;
  }
}
.extended .hourBox__row-item1 h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  text-align: left;
  word-wrap: break-word;
  margin-left: 10px;
  font-style: italic;
}
@media (min-width: 996px) {
  .extended .hourBox__row-item1 h3 {
    text-align: right;
    margin-left: 0;
    font-size: 1.8rem;
  }
}
.extended .hourBox__row-item2 {
  width: 80%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(67.5% + 0px);
  flex: 0 0 calc(67.5% + 0px);
}
@media (min-width: 996px) {
  .extended .hourBox__row-item2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }
}
.extended .hourBox__row-item2.item2Wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 80%;
}
@media (min-width: 996px) {
  .extended .hourBox__row-item2.item2Wrap {
    width: auto;
  }
}
.extended .hourBox__row-item2.item2Wrap .hourBox__row-item2 {
  width: 70%;
}
@media (min-width: 996px) {
  .extended .hourBox__row-item2.item2Wrap {
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.extended .hourBox__row-item3 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.extended .hourBox__row-item2 .pinkbar,
.extended .hourBox__row-item2 .purplebar,
.extended .hourBox__row-item3 .pinkbar,
.extended .hourBox__row-item3 .purplebar {
  position: relative;
  width: 0;
  -webkit-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
}
.extended .hourBox__row-item2 .pinkbar.animate,
.extended .hourBox__row-item2 .purplebar.animate,
.extended .hourBox__row-item3 .pinkbar.animate,
.extended .hourBox__row-item3 .purplebar.animate {
  width: 100%;
}
.extended .hourBox__row-item2 .pinkbar p,
.extended .hourBox__row-item2 .purplebar p,
.extended .hourBox__row-item3 .pinkbar p,
.extended .hourBox__row-item3 .purplebar p {
  position: absolute;
  color: #000;
  font-weight: 500;
  display: contents;
  white-space: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.extended .hourBox__row-item2 .pinkbar,
.extended .hourBox__row-item3 .pinkbar {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff6cb1),
    to(#ff95df)
  );
  background: linear-gradient(to right, #ff6cb1 0%, #ff95df 100%);
  padding-left: 10px;
}
.extended .hourBox__row-item2 .purplebar,
.extended .hourBox__row-item3 .purplebar {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ce25fa),
    to(#b85cce)
  );
  background: linear-gradient(to right, #ce25fa 0%, #b85cce 100%);
  color: #000;
  padding-left: 10px;
}
.extended .hourBox__row .blackStyle {
  -webkit-filter: brightness(0.4);
  filter: brightness(0.4);
}

.extendedTrigger .pinkbar.animate::before,
.extendedTrigger .purplebar.animate::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.sliderBox-padding {
  margin: 3% auto;
}
.sliderBoox-badge {
  max-width: 200px;
  margin: auto;
}
@media (min-width: 996px) {
  .sliderBoox-badge {
    max-width: 100%;
    margin: 0;
  }
}
.sliderBox-width {
  width: 80%;
  margin: auto;
}
.sliderBox-btn {
  text-align: center;
  margin-top: 5%;
}
.sliderBox-btn a {
  font-weight: 700;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  padding: 5px 30px;
  background: linear-gradient(
    to right,
    rgba(206, 36, 251, 1) 1%,
    rgba(184, 92, 206, 1) 100%
  );
}
.sliderBox__itemBox-text {
  color: #fff;
  padding: 5%;
  text-align: center;
}
.sliderBox__itemBox {
  border: 2px solid transparent;
  border-radius: 16px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #222, #222),
    linear-gradient(135deg, #eb0078, #be1cff);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: column;
}
.sliderBox__itemBox-img {
  width: 85%;
  margin: 3% auto 5%;
  position: relative;
}
.sliderBox__itemBox-img--w100 {
  width: 100%;
}
.sliderBox-icon {
  width: 80%;
  margin: 3% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
}
.sliderBox-icon figure {
  flex: 0 0 25%;
}
.sliderBox-icon figure img {
  max-height: 85px;
  width: auto;
  margin: auto;
}
.sliderBox-txt {
  color: #fff;
  text-align: center;
  flex: 0 0 75%;
}
.sliderBox-txt p {
  padding-top: 10px;
}
.sliderBox__itemBottom.sliderBox__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}
.sliderBox__itemBottom .sliderBox__itemBox {
  width: calc(100% / 3 - 10px);
}
.sliderBox__flex.sliderBox-column {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 5%;
}
.sliderBox__flex.sliderBox-column .sliderBox__itemBox {
  width: 90%;
  border: none;
  background-color: #272727;
  margin: 2% auto;
  /* -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; */
}
.sliderBox__flex.sliderBox-column .sliderBox__itemBox-text {
  text-align: left;
}
@media (min-width: 576px) {
  .sliderBox__flex.sliderBox-column .sliderBox__itemBox {
    width: calc(100% / 2 - 20px);
  }
}
@media (min-width: 996px) {
  .sliderBox__flex.sliderBox-column .sliderBox__itemBox {
    width: calc(100% / 3 - 20px);
  }
}
.slider-card--align .sliderBox__itemBox-text p {
  text-align: left;
  padding: 10px 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;
}

svg.icon use {
  fill: #ffffff;
}

.aivision {
  position: relative;
  text-align: center;
}
.aivision__txt {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 25px;
}
.aivision__flex {
  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: end;
  gap: 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 996px) {
  .aivision__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.aivision__flex--item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.aivision__flex--item h5 {
  position: absolute;
  top: 10px;
  left: 10px;
}
.aivision__flex--item .levelnav {
  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;
  gap: 10px;
  margin-bottom: 10px;
  font-size: var(--text-sm);
}
.aivision__flex--item .levelnav li {
  background: #222;
  padding: 5px 10px;
  border-radius: 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.aivision__flex--item .levelnav li.active {
  background: #ff006f;
}
.aivision__flex--item .levelnav li:hover {
  -webkit-box-shadow: inset 0 0 30px rgba(255, 0, 111, 0.4);
  box-shadow: inset 0 0 30px rgba(255, 0, 111, 0.4);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.aivision__img {
  position: relative;
}
.aivision__img .levelImg figure {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.aivision__img .levelImg figure.active {
  display: block;
  opacity: 1;
}

.privacy__btn {
  display: block;
  text-align: center;
  margin-top: 2em;
}
.privacy__btn a {
  background: #e81f76;
  color: #fff;
  padding: 3px 30px 8px;
  display: inline-block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.privacy__btn a:hover {
  -webkit-filter: drop-shadow(0 0 5px #cd26f9);
  filter: drop-shadow(0 0 5px #cd26f9);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.privacy__title {
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 996px) {
  .privacy__title {
    width: 80%;
  }
}
.privacy__imgbox {
  position: relative;
  max-width: 1380px;
  margin: 0 auto;
}
.privacy__imgbox-img {
  position: absolute;
  inset: 0;
}
.privacy__imgbox-img.imglight {
  position: absolute;
  z-index: 3;
  -webkit-animation: light 0.5s infinite alternate;
  animation: light 0.5s infinite alternate;
}
@-webkit-keyframes light {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
  }
}
@keyframes light {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
  }
}
.sensor__btn {
  display: block;
  text-align: center;
  margin-top: 2em;
}
.sensor__btn a {
  background: #e81f76;
  color: #fff;
  padding: 3px 30px 8px;
  display: inline-block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.sensor__btn a:hover {
  -webkit-filter: drop-shadow(0 0 5px #cd26f9);
  filter: drop-shadow(0 0 5px #cd26f9);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.sensor__title {
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 996px) {
  .sensor__title {
    width: 80%;
  }
}
.sensor__imgbox {
  position: relative;
  max-width: 1380px;
  margin: 0 auto;
}
.sensor__imgbox-img {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.sensor__imgbox-img.imglight {
  position: absolute;
  z-index: 3;
  -webkit-animation: light 0.5s infinite alternate;
  animation: light 0.5s infinite alternate;
}
@-webkit-keyframes light {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
  }
}
@keyframes light {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
  }
}
.sensor__box {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 3em;
}
@media (min-width: 996px) {
  .sensor__box {
    grid-template-columns: repeat(6, 1fr);
  }
}
.sensor__box-item {
  position: relative;
  padding: 12px;
  border-radius: 15px;
  text-align: center;
  font-size: var(--text-xs);
  background: #262626;
  border: 1px solid transparent;
  background-image: linear-gradient(#262626, #262626),
    linear-gradient(-60deg, #d4037b, #be1cff, #d4037b);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sensor__box-item figure {
  padding-top: 2em;
}
.sensor__box-item figure video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sensor__box-item.div1 video,
.sensor__box-item.div2 video,
.sensor__box-item.div3 video,
.sensor__box-item.div4 video {
  padding-top: 5%;
}
@media (min-width: 996px) {
  .sensor__box-item.div1 {
    grid-area: 1/1/2/4;
  }
  .sensor__box-item.div2 {
    grid-area: 1/4/2/7;
  }
  .sensor__box-item.div3 {
    grid-area: 2/1/3/3;
  }
  .sensor__box-item.div4 {
    grid-area: 2/3/3/5;
  }
  .sensor__box-item.div5 {
    grid-area: 2/5/3/7;
  }
  .sensor__box-item.div3 video,
  .sensor__box-item.div4 video {
    padding-top: 0;
  }
}
.sensor .secsonIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  margin: 0 auto;
  margin-top: 8%;
}
@media (min-width: 996px) {
  .sensor .secsonIcon {
    width: 90%;
  }
}
.sensor .title--sub {
  font-size: 22px;
}
.sensor .slider-card p {
  padding: 0;
}
.sensor .secsonIcon h3 {
  font-weight: lighter;
  font-size: 18px;
}
.sensor .secsonIcon img {
  width: 15%;
}
.sensor .secsonIcon figcaption {
  width: 70%;
}
.aiMenu__imgBox img {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}
@media (min-width: 996px) {
  .sensor .secsonIcon img {
    width: 30%;
  }
  .sensor .secsonIcon figcaption {
    width: 55%;
  }
}
.aiMenu__flexBox {
  margin: 5% auto 0;
}
.aiMenu__txtBox {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 25px;
  padding-left: 30px;
}

.aiMenu__txt {
  position: relative;
  padding: 3px 0;
  color: #fff;
}

.aiMenu__imgBoxWrap {
  position: relative;
  width: 100%;
}
.aiMenu-link {
  position: relative;
}

.aiMenu-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 40%;
  height: 40%;
  background: url(https://storage-asset.msi.com/global/picture/image/feature/monitor/MPG/mpg-274urdfw-e16m/aiMenu-play.jpg)
    no-repeat;
  background-size: contain;
}
.aiMenu-video {
  position: relative;
  margin: 4% auto;
}
.aiMenu-video img {
  position: absolute;
  top: 0;
  left: 0;
}

.aiMenu #aiMenu-tbVideo {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 996px) {
  .aiMenu__itemBox {
    width: 33%;
  }
  .aiMenu__txtBox {
    text-align: left;
  }
  .aiMenu__txt {
    list-style-type: disc;
    padding: 5px 0;
  }
  .aiMenu__flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .aiMenu__imgBoxWrap {
    width: 60%;
  }
  .aiMenu-video {
    padding-bottom: 16%;
    margin: 0;
  }
}
@-webkit-keyframes colorful {
  0% {
    -webkit-filter: hue-rotate(0deg) brightness(0.8);
    filter: hue-rotate(0deg) brightness(0.8);
  }
  50% {
    -webkit-filter: hue-rotate(10deg) brightness(1.2)
      drop-shadow(0px 0px 20px #a4cefb);
    filter: hue-rotate(10deg) brightness(1.2) drop-shadow(0px 0px 20px #a4cefb);
  }
  100% {
    -webkit-filter: hue-rotate(0deg) brightness(0.8);
    filter: hue-rotate(0deg) brightness(0.8);
  }
}
@keyframes colorful {
  0% {
    -webkit-filter: hue-rotate(0deg) brightness(0.8);
    filter: hue-rotate(0deg) brightness(0.8);
  }
  50% {
    -webkit-filter: hue-rotate(10deg) brightness(1.2)
      drop-shadow(0px 0px 20px #a4cefb);
    filter: hue-rotate(10deg) brightness(1.2) drop-shadow(0px 0px 20px #a4cefb);
  }
  100% {
    -webkit-filter: hue-rotate(0deg) brightness(0.8);
    filter: hue-rotate(0deg) brightness(0.8);
  }
}
.aiBanner {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.aiBanner .theme-title {
  font-family: "industry-inc-base", sans-serif;
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
  color: #ff006f;
}
@media (min-width: 576px) {
  .aiBanner .theme-title {
    font-size: 55px;
  }
}
.aiBanner__imgbox {
  position: relative;
}
.aiBanner__imgbox--wrap {
  margin: 0 -50% 0 0;
  position: relative;
}
.aiBanner__imgbox--icon {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: colorful 2.5s 0.2s linear infinite;
  animation: colorful 2.5s 0.2s linear infinite;
}
.aiBanner__title {
  position: relative;
  margin-top: -8%;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}
.aiBanner__title img {
  width: 20% !important;
}
@media (min-width: 996px) {
  .aiBanner__imgbox--wrap {
    margin: 0 0 0 -15%;
  }
  .aiBanner__title {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 40%;
    margin-top: 0;
  }
}
@media (min-width: 1300px) {
  .aiBanner__imgbox--wrap {
    width: 100%;
    margin: 0 auto;
  }
  .aiBanner__title {
    left: 50%;
  }
}
#aspect {
  background: url(https://storage-asset.msi.com/event/2025/CND/qd-oled/images/gaming-intelligence/aspect-bg.jpg)
    no-repeat;
  background-size: cover;
}
#console-mode {
  background: url(https://storage-asset.msi.com/global/picture/image/feature/monitor/MPG/mpg-242R-X60N/consolemode-bg.jpg)
    no-repeat center top;
  background-size: cover;
}
@media (min-width: 996px) {
  #console-mode {
    background: url(https://storage-asset.msi.com/global/picture/image/feature/monitor/MPG/mpg-242R-X60N/consolemode-bg.jpg)
      no-repeat center top;
    background-size: 130%;
  }
  .aiBanner__title {
    left: 50%;
  }
}
@media (min-width: 1930px) {
  #console-mode {
    background: url(https://storage-asset.msi.com/global/picture/image/feature/monitor/MPG/mpg-242R-X60N/consolemode-bg.jpg)
      no-repeat center top;
    background-size: contain;
    position: relative;
  }
  #console-mode::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(
      to right,
      rgba(0, 0, 0, 1) 50%,
      rgba(0, 0, 0, 0) 100%
    );
  }
  #console-mode::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(
      to left,
      rgba(0, 0, 0, 1) 50%,
      rgba(0, 0, 0, 0) 100%
    );
  }
  .console-cont {
    position: relative;
    z-index: 1;
  }
}
.consolemode {
  padding: 10% 0 4%;
}
.consolemode .txt-shadow {
  font-size: calc(1.2em + 0.5vw);
}

.consolemode .txt-bold {
  font-size: calc(1.2em + 0.3vw);
}

.consolemode .txt-normal {
  font-size: calc(1.2em + 0.2vw);
}

.consolemode__txt {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}

.consolemode__img {
  position: relative;
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 996px) {
  .consolemode__img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    background-size: cover;
    background-position-y: center;
  }
}
.consolemode__img img {
  display: inline-block;
}

.consolemode__img--pd {
  margin: 0 auto;
}

.consolemode__img--txt li {
  margin: 10px 0;
  color: #fff;
}
.consolemode__img--txt li h3,
.consolemode__img--txt li p {
  text-shadow: 0 0 5px #000, 0 0 5px #000;
}

.consolemode__img--txt figure {
  width: 42px;
  display: inline-block;
}

.consolemode-icon {
  max-width: 150px;
  margin: 10% auto;
}
.consolemode .text-gradient {
  background: linear-gradient(
    0deg,
    rgb(211, 231, 54) 0%,
    rgb(246, 249, 226) 70%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 996px) {
  .consolemode .txt-shadow {
    font-size: calc(1em + 0.4vw);
  }

  .consolemode .txt-bold {
    font-size: calc(1em + 0.2vw);
  }

  .consolemode .txt-normal {
    font-size: calc(1em + 0.1vw);
  }

  .consolemode__txt {
    width: 80%;
  }

  .consolemode__img {
    width: 100%;
    position: relative;
  }

  .consolemode__img--pd {
    margin: 0 auto;
    padding-bottom: 3%;
  }

  .consolemode__img--txt {
    position: absolute;
    text-align: center;
    left: 42%;
  }
}
#optix {
  background: url(https://storage-asset.msi.com/global/picture/image/feature/monitor/MAG/mag-274updf-e16m/optix-scope-bg.jpg)
    no-repeat center;
  background-size: cover;
}
.optix__img {
  width: 50%;
  margin: 5% auto 2%;
}
@media (min-width: 1930px) {
  #optix {
    background: url(https://storage-asset.msi.com/global/picture/image/feature/monitor/MAG/mag-274updf-e16m/optix-scope-bg.jpg)
      no-repeat center top;
    background-size: contain;
    position: relative;
  }
  #optix::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(
      to right,
      rgba(0, 0, 0, 1) 50%,
      rgba(0, 0, 0, 0) 100%
    );
  }
  #optix::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(
      to left,
      rgba(0, 0, 0, 1) 50%,
      rgba(0, 0, 0, 0) 100%
    );
  }
  .optix-cont {
    position: relative;
    z-index: 1;
  }
}
#intellignece-app {
  background: url(https://storage-asset.msi.com/event/2025/CND/qd-oled/images/gaming-intelligence/intelligence-app-bg.jpg)
    no-repeat;
  background-size: cover;
}
@media (min-width: 996px) {
  #intellignece-app {
    background: url(https://storage-asset.msi.com/event/2025/CND/qd-oled/images/gaming-intelligence/intelligence-app-bg.jpg)
      no-repeat center;
    background-size: 200%;
  }
}

.sliderBox-item:nth-of-type(1) {
  margin-right: -8%;
  position: relative;
}
.sliderBox-item:nth-of-type(2) {
  margin-top: 10%;
}
.advantage .slick-dots {
  bottom: -10px;
  z-index: 10;
}
.motioncolor {
  position: relative;
  text-align: center;
  padding: 3% 0 7%;
  background: url(https://storage-asset.msi.com/global/picture/image/feature/monitor/MPG/271QR-QD-OLED-X50/oled-color-bg.jpg)
    no-repeat bottom center/cover;
}
.motioncolor::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5em;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#000),
    to(transparent)
  );
  background: linear-gradient(to top, #000, transparent);
}
.motioncolor::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 5em;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#000),
    to(transparent)
  );
  background: linear-gradient(to bottom, #000, transparent);
}
.motioncolor .msi__container {
  position: relative;
  z-index: 2;
}
.motioncolor__title {
  margin: 0 auto;
  padding-bottom: 25px;
}
@media (min-width: 499px) {
  .advantage .slick-dots {
    bottom: 15px;
    z-index: 10;
  }
}

@media (min-width: 996px) {
  .motioncolor__title {
    width: 80%;
  }
}
.motioncolor__flex {
  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;
  gap: 30px 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (min-width: 996px) {
  .motioncolor__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 2em;
  }
}
.motioncolor__flex--itemImg {
  -webkit-box-flex: 70%;
  -ms-flex: 70%;
  flex: 70%;
}
.motioncolor__flex .dataItem {
  padding: 0 10px;
}
.motioncolor__flex .dataItem__txt h2 {
  font-size: var(--block-title-lg);
}
.motioncolor__flex .dataItem__img {
  margin: 0 auto;
  max-width: 400px;
  position: relative;
  padding-top: 4em;
}
.motioncolor__flex .dataItem__img::before {
  content: "";
  position: absolute;
  top: 2em;
  left: 0;
  right: 0;
  width: 50%;
  height: 1px;
  margin: 0 auto;
  background-color: #ccc;
}
@media (min-width: 996px) {
  .motioncolor__flex .dataItem__img {
    width: 80%;
    max-width: 100%;
  }
}
.gsync {
  position: relative;
  text-align: center;
  padding: 5% 0;
}
.gsync__imgbox {
  width: 100%;
  margin: 5% auto 0;
}
.gsync__txtbox {
  padding-top: 25px;
}
.gsync__icons {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.gsync__icons .msi__container {
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 996px) {
  .gsync__imgbox {
    width: 80%;
  }
}
.motionblur {
  position: relative;
  text-align: center;
  padding: 3% 0 7%;
  background: url(https://storage-asset.msi.com/global/picture/image/feature/monitor/MPG/271QR-QD-OLED-X50/oled-blur-bg.jpg)
    no-repeat bottom center/cover;
}
.motionblur::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5em;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#000),
    to(transparent)
  );
  background: linear-gradient(to top, #000, transparent);
}
.motionblur::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 5em;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#000),
    to(transparent)
  );
  background: linear-gradient(to bottom, #000, transparent);
}
.motionblur .msi__container {
  position: relative;
  z-index: 2;
}
.motionblur__title {
  margin: 0 auto;
  padding-bottom: 25px;
}
@media (min-width: 996px) {
  .motionblur__title {
    width: 80%;
  }
}
.motionblur__flex {
  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;
  gap: 30px 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (min-width: 996px) {
  .motionblur__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 2em;
  }
}
.motionblur__flex--itemImg {
  -webkit-box-flex: 70%;
  -ms-flex: 70%;
  flex: 70%;
}
.motionblur__flex .dataItem {
  padding: 0 10px;
}
.motionblur__flex .dataItem__txt h2 {
  font-size: var(--block-title-lg);
}
.motionblur__flex .dataItem__img {
  margin: 0 auto;
  max-width: 400px;
  position: relative;
  padding-top: 2em;
}
/* .motionblur__flex .dataItem__img::before {
  content: "";
  position: absolute;
  top: 2em;
  left: 0;
  right: 0;
  width: 30%;
  height: 1px;
  margin: 0 auto;
  background-color: #ccc;
} */
@media (min-width: 996px) {
  .motionblur__flex .dataItem__img {
    width: 75%;
    max-width: 100%;
  }
}
.eoft {
  display: block;
  width: 100%;
  margin: 0;
  padding: 5% 0;
}
.eoft__txtBox {
  text-align: center;
  margin: 20px auto 50px;
}
.eoft__btn {
  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;
  margin: 20px 0;
}
.eoft__btn a {
  display: block;
  color: #ffffff;
  background: #e81f76;
  padding: 3px 30px 8px;
}
.eoft__btn a:hover {
  -webkit-filter: drop-shadow(0 0 5px #cd26f9);
  filter: drop-shadow(0 0 5px #cd26f9);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
/* .eoft__btn a:hover,
.eoft__btn a:hover {
  background: #ffffff;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  color: #000;
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.904);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.904);
} */
.eoft__flex {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
@media (min-width: 996px) {
  .eoft__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.eoft__item {
  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;
  width: 90%;
}
@media (min-width: 996px) {
  .eoft__item {
    width: 50%;
  }
}
.eoft__item p {
  text-align: center;
  margin: 10px 0;
}
@media (min-width: 996px) {
  .eoft__item p {
    text-align: right;
  }
}
.app {
  position: relative;
  text-align: center;
  padding: 2% 0 5%;
  background: none;
}

.app .msi__container {
  position: relative;
  z-index: 2;
}
.app__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px 0;
}
@media (min-width: 996px) {
  .app__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
}
.app__item {
  text-align: center;
}
@media (min-width: 996px) {
  .app__item--icon {
    position: absolute;
    right: 0;
    bottom: -5%;
  }
}
.project .app__item--icon img {
  width: auto;
  margin: 5% auto;
}
@media (min-width: 996px) {
  .project .app__item--icon img {
    width: auto;
    margin: 0;
  }
}
@media (min-width: 1600px) {
  .app__item--icon {
    right: -7%;
  }
}
.app__item.item01 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 57%;
  flex: 0 0 57%;
  position: relative;
  -webkit-filter: drop-shadow(10px 10px 15px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(10px 10px 15px rgba(0, 0, 0, 0.5));
}
.app__item.item01 figure {
  text-align: center;
  margin: auto;
}
@media (min-width: 996px) {
  .app__item.item01 {
    margin-right: -6%;
    padding-bottom: 14.5%;
  }
  .app__item.item01 h2 {
    text-align: left;
  }
  .app__item.item01 figure {
    text-align: center;
    margin: 0;
  }
}
.project .app__item figure {
  display: block;
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 996px) {
  .project .app__item figure {
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 996px) {
  .app__item h2 {
    text-align: right;
  }
}
.app__item a {
  background: url(https://storage-asset.msi.com/global/picture/image/feature/monitor/MPG/271QR-QD-OLED-X50/app-btn.png)
    no-repeat;
  display: inline-block;
  margin-top: 1.5em;
  background-size: 100% 100%;
  padding: 8px 25px 10px;
  color: #fff;
}
.app__item a:hover {
  -webkit-filter: drop-shadow(0px 0px 10px #e81f76);
  filter: drop-shadow(0px 0px 10px #e81f76);
}
.app__title {
  margin: 0 auto;
  padding-top: 25px;
  text-align: center;
}
@-webkit-keyframes radiate {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
  80% {
    -webkit-box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    opacity: 0.1;
  }
  100% {
    -webkit-box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1);
    transform: scale3d(1.5, 1.5, 1);
  }
}

@-moz-keyframes radiate {
  0% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
  80% {
    -moz-box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    opacity: 0.1;
  }
  100% {
    -moz-box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    opacity: 0;
    -moz-transform: scale3d(1.5, 1.5, 1);
    transform: scale3d(1.5, 1.5, 1);
  }
}

@keyframes radiate {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    -moz-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
  80% {
    -webkit-box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    -moz-box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    opacity: 0.1;
  }
  100% {
    -webkit-box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    -moz-box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1);
    -moz-transform: scale3d(1.5, 1.5, 1);
    transform: scale3d(1.5, 1.5, 1);
  }
}
.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-color: #000;
}

.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: 5% 0;
}

.project .intro p {
  text-align: center;
}
.project .pointNav {
  padding: 10% 0 5%;
}
.project .pointNav__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 80%;
}
.pointNav__itemBox {
  width: 90%;
  margin: 5% auto;
}
@media (min-width: 768px) {
  .pointNav__itemBox {
    width: calc(100% / 2 - 20px);
    margin: 2% auto;
  }
  .project .pointNav__flexBox {
    width: 90%;
  }
}
@media (min-width: 996px) {
  .project .pointNav__flexBox {
    width: 70%;
  }
}
@media (min-width: 1300px) {
  .pointNav__itemBox {
    width: calc(100% / 4 - 20px);
    margin: 0 auto;
  }
  .project .pointNav__flexBox {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
  }
}
.project .pointNav__itemBox .pointNav__itemBox-txt {
  text-align: center;
}
.project .pointNav__itemBox .pointNav__itemBox-title {
  color: #ff006f;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-top: 5%;
}
/*.project .pointNav__itemBox a:hover .pointNav__itemBox-img {
  box-shadow: 0 0 30px #ff006f, 0 0 30px #ff006f;
} */
/* .project .pointNav__itemBox:hover .pointNav__itemBox-txt h4 {
  color: #ff006f;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
} */
.project .pointNav__itemBox:hover .pointNav__itemBox-txt p {
  color: #ffffff;
  font-size: 17px;
}
.project .pointNav__itemBox-img {
  padding: 1px;
  background: linear-gradient(135deg, #eb0078, #be1cff);
  border-radius: 15px;
}
.project .pointNav__itemBox-img img {
  border-radius: 10px;
}

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

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

.project .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;
}

.project .storyMEG {
  background: url(https://storage-asset.msi.com/event/2025/CND/qd-oled/images/story-meg-bg.jpg)
    no-repeat center right;
  background-size: cover;
  padding: 40px 0;
}
.project .storyMPG {
  background: url(https://storage-asset.msi.com/event/2025/CND/qd-oled/images/story-mpg-bg.jpg)
    no-repeat center right;
  background-size: cover;
  padding: 40px 0;
}
.project .storyMAG {
  background: url(https://storage-asset.msi.com/event/2025/CND/qd-oled/images/story-mag-bg.jpg)
    no-repeat center right;
  background-size: cover;
  padding: 40px 0;
}
@media (min-width: 996px) {
  .project .storyMEG {
    background: url(https://storage-asset.msi.com/event/2025/CND/qd-oled/images/story-meg-bg.jpg)
      no-repeat center right;
    padding: 15px 0;
    background-size: cover;
  }
  .project .storyMPG {
    background: url(https://storage-asset.msi.com/event/2025/CND/qd-oled/images/story-mpg-bg.jpg)
      no-repeat center right;
    padding: 15px 0;
    background-size: cover;
  }
  .project .storyMAG {
    background: url(https://storage-asset.msi.com/event/2025/CND/qd-oled/images/story-mag-bg.jpg)
      no-repeat center right;
    padding: 15px 0;
    background-size: cover;
  }
}
.pi__slickBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.project .story__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 996px) {
  .pi__slickBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 1300px) {
  /* .project .story__flex {
    width: 80%;
  } */
}

.project .storyMEG .story__txt {
  background: url(https://storage-asset.msi.com/event/2025/CND/qd-oled/images/story-meg-txt-bg.jpg)
    no-repeat;
  background-size: cover;
  text-align: center;
  padding: 15px;
  -o-border-image: linear-gradient(
      to right,
      transparent 0%,
      #ddd2b5 30%,
      #ddd2b5 70%,
      transparent 100%
    )
    1;
  border-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(transparent),
      color-stop(30%, #ddd2b5),
      color-stop(70%, #ddd2b5),
      to(transparent)
    )
    1;
  border-image: linear-gradient(
      to right,
      transparent 0%,
      #ddd2b5 30%,
      #ddd2b5 70%,
      transparent 100%
    )
    1;
  border-top: 3px;
  border-bottom: 3px;
  border-right: 0;
  border-left: 0;
  border-style: solid;
  text-align: center;
  text-shadow: 0 0 5px #000, 0 0 20px #000;
  background: url(https://storage-asset.msi.com/global/picture/image/feature/mb/X870/new-feature/story/story-meg-txtbg.jpg)
    no-repeat center;
  background-size: cover;
}
.project .storyMPG .story__txt {
  background: url(https://storage-asset.msi.com/event/2025/CND/qd-oled/images/story-mpg-txt-bg.png)
    no-repeat;
  background-size: cover;
  text-align: center;
  padding: 15px;
  -o-border-image: linear-gradient(
      to right,
      transparent 0%,
      #e81f76 30%,
      #e81f76 70%,
      transparent 100%
    )
    1;
  border-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(transparent),
      color-stop(30%, #e81f76),
      color-stop(70%, #e81f76),
      to(transparent)
    )
    1;
  border-image: linear-gradient(
      to right,
      transparent 0%,
      #e81f76 30%,
      #e81f76 70%,
      transparent 100%
    )
    1;
  border-top: 3px;
  border-bottom: 3px;
  border-right: 0;
  border-left: 0;
  border-style: solid;
  text-align: center;
  text-shadow: 0 0 15px #000;
  background: url(https://storage-asset.msi.com/global/picture/image/feature/mb/X870/new-feature/story/story-mpg-txtbg.png)
    no-repeat center;
  background-size: cover;
}
.project .storyMAG .story__txt {
  background: url(https://storage-asset.msi.com/event/2025/CND/qd-oled/images/story-mag-txt-bg.jpg)
    no-repeat;
  background-size: cover;
  text-align: center;
  padding: 15px;
  -o-border-image: linear-gradient(
      to right,
      transparent 0%,
      #d2e635 30%,
      #d2e635 70%,
      transparent 100%
    )
    1;
  border-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(transparent),
      color-stop(30%, #d2e635),
      color-stop(70%, #d2e635),
      to(transparent)
    )
    1;
  border-image: linear-gradient(
      to right,
      transparent 0%,
      #d2e635 30%,
      #d2e635 70%,
      transparent 100%
    )
    1;
  border-top: 3px;
  border-bottom: 3px;
  border-right: 0;
  border-left: 0;
  border-style: solid;
  text-align: center;
  text-shadow: 0 0 15px #000;
  background: url(https://storage-asset.msi.com/global/picture/image/feature/mb/X870/new-feature/story/story-mag-txtbg.jpg)
    no-repeat center;
  background-size: cover;
}
.project .story__txt a {
  display: inline-block;
  padding: 15px;
  float: none;
}
.project .storyMEG .theme-color {
  color: #edce92;
}
.project .storyMPG .theme-color {
  color: #e81f76;
}
.project .storyMAG .theme-color {
  color: #d3e736;
}
@media (min-width: 996px) {
  .project .storyMEG .story__txt {
    /* background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(30%, transparent),
      color-stop(80%, rgba(221, 210, 181, 0.3)),
      color-stop(110%, transparent)
    ); */
    /* background: linear-gradient(
      to right,
      transparent 30%,
      rgba(221, 210, 181, 0.3) 80%,
      transparent 110%
    ); */
    padding: 15px;
  }
  .project .storyMPG .story__txt {
    /* background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(transparent),
      color-stop(60%, rgba(158, 37, 118, 0.5)),
      color-stop(90%, rgba(97, 35, 124, 0.5)),
      to(transparent)
    ); */
    /* background: linear-gradient(
      to right,
      transparent 0%,
      rgba(158, 37, 118, 0.5) 60%,
      rgba(97, 35, 124, 0.5) 90%,
      transparent
    ); */
    padding: 15px;
  }
  .project .storyMAG .story__txt {
    /* background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(transparent),
      color-stop(rgba(0, 0, 0, 0.5)),
      to(transparent)
    ); */
    /* background: linear-gradient(
      to right,
      transparent,
      rgba(0, 0, 0, 0.5),
      transparent
    ); */
    padding: 15px;
  }
  .project .story__txt a {
    display: inline-block;
    padding: 15px;
    float: right;
  }
}
@media (min-width: 1300px) {
}
.project .story__logo {
  width: 50%;
}
@media (min-width: 996px) {
  .project .story__logo {
    width: auto;
  }
  .project .story__logo img {
    width: 500px;
    max-height: 200px;
  }
}
.project .storyMEG .story__mb {
  width: 80%;
  -webkit-filter: drop-shadow(0 0 6px #ddd2b5);
  filter: drop-shadow(0 0 6px #ddd2b5);
}
.project .storyMPG .story__mb {
  width: 80%;
  -webkit-filter: drop-shadow(0 0 6px #e81f76);
  filter: drop-shadow(0 0 6px #e81f76);
}
.project .storyMAG .story__mb {
  width: 80%;
  -webkit-filter: drop-shadow(0 0 6px #d2e635);
  filter: drop-shadow(0 0 6px #d2e635);
}
@media (min-width: 996px) {
  .project .story__mb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    margin-left: -3%;
    position: relative;
    width: auto;
  }
}

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

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

@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: 6%;
}

.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;
  margin: auto;
}

.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-imgWrap {
    position: relative;
    width: 80%;
    margin: auto;
  }
  .project .dp .dp-imgWrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 35%;
    height: 100%;
    background: linear-gradient(
      to right,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0) 100%
    );
  }
  .project .dp .dp-imgWrap::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 35%;
    height: 100%;
    background: linear-gradient(
      to left,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0) 100%
    );
  }

  .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: 1930px) {
  .project .dp .dp-imgWrap {
    max-width: 1920px;
    margin-top: 5%;
  }
  .project .dp .dp-imgWrap-txt {
    font-size: 2vw;
    top: 23%;
    left: 19%;
  }
}
@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 .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 .aspectTabContent {
  background: #000;
}

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

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

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

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

.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 .features {
  padding: 0 0 5%;
  position: relative;
  z-index: 50;
}

.project .oledCare {
  padding-top: 100px;
  background: #000;
}
.project .oledCare__banner {
  position: relative;
}
@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-contentBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
  }
}

.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 {
  background-color: #000;
}
.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 {
  }
}

@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 .banner {
  margin: 5% 0 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;
  padding-top: 5%;
}

.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 #mpg .tabcontent5__pd-item:nth-of-type(1) {
  width: 100%;
}
.project .find__wrapper #mpg .tabcontent5__pd-item:nth-of-type(1) img {
  margin: auto;
}
.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 #mpg .tabcontent5__pd-item:nth-of-type(1) img {
    max-width: 400px;
  }
}

.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;
}
.languageChange {
  position: fixed;
  bottom: 8%;
  right: 1%;
  z-index: 102;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.languageChange a:nth-of-type(1) {
  display: block;
}
.languageChange a:nth-of-type(1) img {
  max-width: 120px;
  margin-bottom: 15%;
}
.languageChange a:nth-of-type(1) img:hover {
  filter: drop-shadow(0 0 2px #fffb12) drop-shadow(0 0 3px #fffb12);
}
.languageChange.show {
  opacity: 1;
  visibility: visible;
}

.languageChange__box {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-weight: 900;
  margin: 5px 0;
  cursor: pointer;
}

.languageChange__box:hover {
  background: #000000;
}

.languageChange__active {
  background: #000000;
}

.languageChange__top {
  text-decoration: none;
  border: 1px solid #fff;
  width: 50px;
  margin: 0 auto;
  line-height: 50px;
  padding: 0px 14px;
}

.languageChange__top img {
  vertical-align: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.languageChange__top:hover {
  background: #414141;
}

@media (max-width: 996px) {
  .languageChange a:nth-of-type(1) {
    display: none;
  }
  .languageChange__box {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .languageChange__top {
    width: 40px;
    line-height: 40px;
    padding: 0px 10px;
  }
}

.project .pointNav__itemBox-img img {
  border-radius: 10px;
}

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

.project .pointNav__itemBox-img {
  position: relative;
  overflow: hidden;
}

.project .pointNav__itemBox-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: none;
  /* background: rgba(0, 0, 0, 0.7); */
  padding: 10px 20px;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-shadow: 0 0 5px #000000;
  width: 90%;
  margin: auto;
}

.project .pointNav__itemBox:hover .pointNav__itemBox-txt {
  display: block;
}

.project .pointNav__itemBox:hover .pointNav__itemBox-img img {
  filter: brightness(0.4);
  transition: filter 0.3s ease;
}

.project .pointNav__itemBox:hover .pointNav__itemBox-txt h4 {
  color: #ff006f;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
.project .pointNav__itemBox:hover .pointNav__itemBox-txt p {
  color: #ffffff;
  font-size: 17px;
}
.project .media {
  /*  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(161, 161, 161, 0.3) 20%,
    rgba(161, 161, 161, 0.4) 50%,
    rgba(161, 161, 161, 0.3) 80%,
    rgba(0, 0, 0, 0) 100%
  );*/
  background-color: #fff;
}
.project .media .media__flexBox {
  margin: 3% auto 5%;
  /* background: #797979;
  border: 2px solid;
  border-image-source: linear-gradient(to right, #d4037b, #be1cff);
  border-image-slice: 1; */
  /* background-image: linear-gradient(#262626, #262626),
    linear-gradient(-60deg, #d4037b, #be1cff, #d4037b);
  background-origin: border-box;
  background-clip: padding-box, border-box; */
  padding: 5% 2%;
  display: flex;
  align-items: stretch;
  gap: 20px;
}
.project .media .media__itemBox {
  padding: 10% 2%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;

  background-color: #fff;
}
.project .media .media__itemBox:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.project .media .media-logo {
  max-width: 150px;
  margin: 0 auto 3%;
}
.project .media .media-txt {
  color: #000000;
}
.project .media .media-txt h4 {
  font-size: 24px;
}
.project .media .slider-card .media-txt p {
  padding: 5px 0 0;
}
.project .media .slick-dots {
  bottom: -40px;
}
@media (min-width: 499px) {
  .project .media .slick-dots {
    bottom: -20px;
  }
}
@media (min-width: 996px) {
  .project .media .media-logo {
    margin: 0 auto 8%;
    min-height: 30px;
  }
  .project .media .media__itemBox {
    padding: 2% 2%;
  }
  .project .media .slick-dots {
    bottom: -55px;
  }
}
.mbAwards .mbAwards__titlebox img {
  margin: auto;
}
