.digime {
  position: relative;
  background: #0d0d0d;
  background: url("https://storage-asset.msi.com/event/2024/CND/digime/images/bg-4-1.jpg") no-repeat center center/cover;
  --text-h-one: 30px;
  --text-h-two: 24px;
  --text-h-three: 20px;
  --text-h-four: 18px;
  --text-h-five: 16px;
  --text-p: 15px;
  --text-small: 11px;
  color: #222222;
}
@media (min-width: 996px) {
  .digime {
    --text-h-one: 36px;
    --text-h-two: 40px;
    --text-h-three: 28px;
    --text-h-four: 24px;
    --text-h-five: 20px;
    --text-p: 16px;
  }
}
.digime h1 {
  font-size: var(--text-h-one);
}
.digime h2 {
  font-size: var(--text-h-two);
  margin-bottom: 30px;
}
.digime h3 {
  font-size: var(--text-h-three);
}
.digime h4 {
  font-size: var(--text-h-four);
}
.digime h5 {
  font-size: var(--text-h-five);
}
.digime p {
  font-size: var(--text-p);
}
.digime small {
  font-size: var(--text-small);
  display: block;
}
.digime .container {
  width: 100%;
  max-width: 1280px;
  padding: 25px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 996px) {
  .digime .container {
    text-align: left;
  }
}

.kv {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
.kv__logo {
  display: block;
  position: absolute;
  top: 4%;
  left: 5%;
  z-index: 5;
  height: 54px;
}
.kv__logo figure {
  width: 100%;
  height: 54px;
}
.kv__logo figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .kv__logo figure {
    height: 65px;
  }
}
.kv__image {
  position: relative;
}
.kv__image .kvBox {
  position: absolute;
  top: 75%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: drop-shadow(0 0 5px #7a04ff);
          filter: drop-shadow(0 0 5px #7a04ff);
  color: #fff;
  line-height: 1;
  width: 90%;
  text-align: center;
}
@media (min-width: 996px) {
  .kv__image .kvBox {
    top: 70%;
    left: 50%;
    width: auto;
  }
}
.kv__image .kvBox__title {
  font-size: 40px !important;
  margin-bottom: 20px;
}
@media (min-width: 996px) {
  .kv__image .kvBox__title {
    font-size: 4vw !important;
  }
}
.kv__image .kvBox__text {
  text-align: center;
  font-size: 20px;
}
.kv__image .kvBox__link {
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: inline-block;
  margin: 0 auto;
}
.kv__image .kvBox__link-text {
  color: #fff;
  position: relative;
  z-index: 5;
  text-align: center;
  margin: 35px 30px;
  font-size: 25px;
  -webkit-filter: drop-shadow(0 0 5px #7a04ff);
          filter: drop-shadow(0 0 5px #7a04ff);
}
.kv__image .kvBox__link-figure {
  width: 250px;
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.kv__image .kvBox__link-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.kv__image .kvBox__link:hover .kvBox__link-figure {
  width: 280px;
}
.kv__image .kvBox__link:hover .kvBox__link-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.kv__image .kvBox__link:hover .kvBox__link-text {
  color: #e41da2;
}
.kv picture {
  line-height: 0;
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}
.kv picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.kv__text {
  position: absolute;
  top: 43%;
  left: 20vw;
  z-index: 3;
}
.kv__text .blurText {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 10px;
}
.kv__text .blurText h1 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
}
.kv__text .blurText__relative {
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: transparent;
  position: relative;
  z-index: 3;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  background: -webkit-linear-gradient(0deg, #ff00f7, #002fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.kv__text .blurText__absolute {
  position: absolute;
  top: 0;
  left: 3%;
  z-index: 4;
}
.kv__text figure {
  margin: 0 auto;
  width: 460px;
}
.kv__text figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.tab {
  position: sticky;
  width: 100%;
  z-index: 30;
  line-height: 1;
  top: 0;
}
.tab__hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 37px;
  height: 37px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 31;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(35%);
          transform: translateY(35%);
  -webkit-animation: shake 4s linear forwards infinite 0.5s;
          animation: shake 4s linear forwards infinite 0.5s;
}
.tab__hamburger span {
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.tab__hamburger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(6px, 6px);
          transform: rotate(45deg) translate(6px, 6px);
}
.tab__hamburger.active span:nth-child(2) {
  opacity: 0;
}
.tab__hamburger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
          transform: rotate(-45deg) translate(6px, -6px);
}
.tab__ul {
  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;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 996px) {
  .tab__ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (max-width: 995px) {
  .tab__ul {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);
    -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-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    z-index: 30;
  }
  .tab__ul.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .tab__ul li {
    width: 100%;
    margin: 10px 0;
    border: none;
    background: transparent;
  }
  .tab__ul li a {
    font-size: 18px;
    padding: 20px 0;
  }
}
.tab__ul li {
  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;
  cursor: pointer;
  border: 1px solid #1b1b1b;
  padding: 0px 30px;
  width: 100%;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-image: -webkit-gradient(linear, left top, right top, from(#2b152e), to(#31058c));
  background-image: linear-gradient(to right, #2b152e 0%, #31058c 100%);
}
@media (min-width: 576px) {
  .tab__ul li {
    padding: 0px 30px;
    min-height: auto;
    width: 50%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2b152e), to(#31058c));
    background-image: linear-gradient(#2b152e 0%, #31058c 100%);
  }
}
@media (min-width: 996px) {
  .tab__ul li {
    padding: 0px 15px;
    width: 25%;
  }
}
.tab__ul li a {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  padding: 15px 0;
  width: 100%;
  display: block;
}
.tab__ul li:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2b152e), to(#5529ac));
  background-image: linear-gradient(#2b152e 0%, #5529ac 100%);
  -webkit-filter: drop-shadow(0 10px 10px #8345ff);
          filter: drop-shadow(0 10px 10px #8345ff);
}
.tab__ul li:hover a {
  font-weight: 700;
}
.tab__ul .textLine {
  width: 80px;
  height: 3px;
  background: #242424;
}
.tab__ul-text {
  color: #242424;
  margin: 0 20px;
  font-weight: 700;
}
@media (min-width: 996px) {
  .tab__ul-text {
    font-size: 20px !important;
  }
}
@media (max-width: 995px) {
  .tab__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #8345ff;
    padding: 6px;
    border-radius: 50%;
    -webkit-animation: shake1 4s linear forwards 0.5s;
            animation: shake1 4s linear forwards 0.5s;
    -webkit-animation-iteration-count: 2;
            animation-iteration-count: 2;
  }
}

@-webkit-keyframes shake1 {
  0% {
    -webkit-transform: translateY(35%) rotate(0deg);
            transform: translateY(35%) rotate(0deg);
  }
  14% {
    -webkit-transform: translateY(35%) rotate(0deg);
            transform: translateY(35%) rotate(0deg);
  }
  15% {
    -webkit-transform: translateY(35%) rotate(10deg) scale(1.2);
            transform: translateY(35%) rotate(10deg) scale(1.2);
  }
  20% {
    -webkit-transform: translateY(35%) rotate(-10deg);
            transform: translateY(35%) rotate(-10deg);
  }
  25% {
    -webkit-transform: translateY(35%) rotate(10deg);
            transform: translateY(35%) rotate(10deg);
  }
  30% {
    -webkit-transform: translateY(35%) rotate(-10deg);
            transform: translateY(35%) rotate(-10deg);
  }
  32% {
    -webkit-transform: translateY(35%) rotate(0deg);
            transform: translateY(35%) rotate(0deg);
  }
  59% {
    -webkit-transform: translateY(35%) rotate(0deg);
            transform: translateY(35%) rotate(0deg);
  }
  60% {
    -webkit-transform: translateY(35%) rotate(10deg) scale(1.2);
            transform: translateY(35%) rotate(10deg) scale(1.2);
  }
  65% {
    -webkit-transform: translateY(35%) rotate(-10deg);
            transform: translateY(35%) rotate(-10deg);
  }
  70% {
    -webkit-transform: translateY(35%) rotate(10deg);
            transform: translateY(35%) rotate(10deg);
  }
  75% {
    -webkit-transform: translateY(35%) rotate(-10deg);
            transform: translateY(35%) rotate(-10deg);
  }
  77% {
    -webkit-transform: translateY(35%) rotate(0deg);
            transform: translateY(35%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(35%) rotate(0deg);
            transform: translateY(35%) rotate(0deg);
  }
}

@keyframes shake1 {
  0% {
    -webkit-transform: translateY(35%) rotate(0deg);
            transform: translateY(35%) rotate(0deg);
  }
  14% {
    -webkit-transform: translateY(35%) rotate(0deg);
            transform: translateY(35%) rotate(0deg);
  }
  15% {
    -webkit-transform: translateY(35%) rotate(10deg) scale(1.2);
            transform: translateY(35%) rotate(10deg) scale(1.2);
  }
  20% {
    -webkit-transform: translateY(35%) rotate(-10deg);
            transform: translateY(35%) rotate(-10deg);
  }
  25% {
    -webkit-transform: translateY(35%) rotate(10deg);
            transform: translateY(35%) rotate(10deg);
  }
  30% {
    -webkit-transform: translateY(35%) rotate(-10deg);
            transform: translateY(35%) rotate(-10deg);
  }
  32% {
    -webkit-transform: translateY(35%) rotate(0deg);
            transform: translateY(35%) rotate(0deg);
  }
  59% {
    -webkit-transform: translateY(35%) rotate(0deg);
            transform: translateY(35%) rotate(0deg);
  }
  60% {
    -webkit-transform: translateY(35%) rotate(10deg) scale(1.2);
            transform: translateY(35%) rotate(10deg) scale(1.2);
  }
  65% {
    -webkit-transform: translateY(35%) rotate(-10deg);
            transform: translateY(35%) rotate(-10deg);
  }
  70% {
    -webkit-transform: translateY(35%) rotate(10deg);
            transform: translateY(35%) rotate(10deg);
  }
  75% {
    -webkit-transform: translateY(35%) rotate(-10deg);
            transform: translateY(35%) rotate(-10deg);
  }
  77% {
    -webkit-transform: translateY(35%) rotate(0deg);
            transform: translateY(35%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(35%) rotate(0deg);
            transform: translateY(35%) rotate(0deg);
  }
}
.videoStep {
  width: 100%;
  text-align: center;
  padding: 50px 25px 0;
  background: #0d0d0d;
  position: relative;
  z-index: 5;
  background: url("https://storage-asset.msi.com/event/2024/CND/digime/images/bg-5-1.jpg") no-repeat center center/cover;
}
@media (min-width: 996px) {
  .videoStep {
    padding: 5% 25px;
  }
}
.videoStep__title {
  color: #e41da2;
  margin: 30px 0;
}
.videoStep__text {
  position: absolute;
  width: 10%;
  top: 50%;
  left: 8%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  display: none;
}
.videoStep__text img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .videoStep__text {
    display: block;
  }
}
.videoStep__text2 {
  position: absolute;
  width: 200px;
  bottom: 50%;
  right: 5%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: -1;
  opacity: 0.2;
}
.videoStep__text2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.videoStep__text3 {
  position: absolute;
  width: 150px;
  top: 2%;
  left: 2%;
  opacity: 0.2;
}
.videoStep__text3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .videoStep__text3 {
    width: 200px;
    opacity: 1;
    top: 5%;
  }
  .videoStep__text3 img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.videoStep__text4 {
  position: absolute;
  width: 150px;
  top: 2%;
  right: 2%;
  opacity: 0.2;
}
.videoStep__text4 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .videoStep__text4 {
    opacity: 1;
    width: 200px;
    top: 5%;
  }
  .videoStep__text4 img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.videoStep__text5 {
  position: absolute;
  width: 150px;
  bottom: 2%;
  right: 2%;
  opacity: 0.2;
}
.videoStep__text5 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .videoStep__text5 {
    opacity: 1;
    width: 200px;
  }
  .videoStep__text5 img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.videoStep__text6 {
  position: absolute;
  width: 150px;
  bottom: 2%;
  left: 2%;
  opacity: 0.2;
}
.videoStep__text6 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .videoStep__text6 {
    opacity: 1;
    width: 200px;
  }
  .videoStep__text6 img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.videoStep__bigTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3%;
}
.videoStep__bigTab-item {
  cursor: pointer;
  margin: 10px;
  background: #1b1b1b;
  padding: 10px 20px;
  color: #fff;
  min-width: 140px;
  border-radius: 10px;
}
.videoStep__bigTab-item:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#6e3b8f), color-stop(60%, #c7274c));
  background-image: linear-gradient(to right, #6e3b8f 0%, #c7274c 60%);
}
@media (min-width: 996px) {
  .videoStep__bigTab-item {
    min-width: 200px;
  }
}
.videoStep__bigTab--active {
  background-image: -webkit-gradient(linear, left top, right top, from(#6e3b8f), color-stop(60%, #c7274c));
  background-image: linear-gradient(to right, #6e3b8f 0%, #c7274c 60%);
}
.videoStep__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3%;
}
.videoStep__tab-item {
  cursor: pointer;
  margin: 10px;
  background: #1b1b1b;
  padding: 10px 20px;
  color: #fff;
  border: 1px solid #5f5f5f;
  border-radius: 30px;
  min-width: 125px;
}
@media (min-width: 996px) {
  .videoStep__tab-item {
    min-width: 150px;
  }
}
.videoStep__tab-item:hover {
  border: 1px solid #e41da2;
  background-image: none;
}
.videoStep__tab--active {
  border: 1px solid #e41da2;
  background-image: none;
}
.videoStep__box {
  display: none;
}
.videoStep__box--active {
  display: block;
}
.videoStep__figure {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.videoStep__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .videoStep__figure {
    margin: 0;
  }
}
.videoStep__figure img {
  border-radius: 20px;
}
.videoStep__step {
  color: #fff;
  text-align: left;
  margin: 0 20px;
  position: relative;
  z-index: 5;
}
.videoStep__step-title {
  max-width: 100%;
}
@media (min-width: 996px) {
  .videoStep__step-title {
    max-width: 350px;
  }
}
.videoStep__video {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 996px) {
  .videoStep__video {
    margin: 0;
    max-width: 650px;
  }
}
.videoStep__item {
  color: #ffffff;
  display: block;
  margin: 15px 0;
  max-width: 100%;
}
@media (min-width: 996px) {
  .videoStep__item {
    max-width: 350px;
  }
}
.videoStep__item figure {
  margin: 0 auto 10px;
  width: 150px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.videoStep__item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.videoStep__item figure:hover {
  -webkit-filter: drop-shadow(0 0 10px #d1d1d1);
          filter: drop-shadow(0 0 10px #d1d1d1);
}
.videoStep__item h4 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.videoStep__flex {
  margin-top: 20px;
  display: none;
}
@media (min-width: 996px) {
  .videoStep__flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.videoStep__flex--active {
  display: block;
}
@media (min-width: 996px) {
  .videoStep__flex--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.videoStep .videoBox {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  overflow: hidden;
  border-radius: 20px;
}

.digimeInfo {
  text-align: center;
  overflow: hidden;
  padding: 50px 25px 0;
  color: #fff;
}
@media (min-width: 996px) {
  .digimeInfo {
    padding: 5% 25px;
  }
}
.digimeInfo__title {
  color: #e41da2;
}
.digimeInfo__flex {
  position: relative;
  z-index: 3;
  width: 100%;
}
@media (min-width: 996px) {
  .digimeInfo__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;
  }
}
.digimeInfo__flex-xImg {
  width: 180px;
  position: absolute;
  top: -25%;
  left: -10%;
  z-index: 2;
  opacity: 0.2;
}
.digimeInfo__flex-xImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .digimeInfo__flex-xImg {
    opacity: 1;
  }
}
.digimeInfo__flex-lineImg {
  width: 180px;
  position: absolute;
  bottom: -10%;
  right: 40%;
  z-index: 2;
  display: none;
}
.digimeInfo__flex-lineImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .digimeInfo__flex-lineImg {
    display: block;
  }
}
.digimeInfo__video {
  width: 100%;
  max-width: 750px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
}
.digimeInfo__link {
  margin-top: 10px;
  width: 100%;
}
@media (min-width: 996px) {
  .digimeInfo__link {
    text-align: right;
  }
}
.digimeInfo__link-text {
  color: #fff;
  border-radius: 10px;
  font-size: var(--text-p);
  padding: 10px 25px;
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, right top, from(#6e3b8f), color-stop(60%, #c7274c));
  background-image: linear-gradient(to right, #6e3b8f 0%, #c7274c 60%);
  text-align: right;
}
@media (min-width: 996px) {
  .digimeInfo__link-text {
    margin-right: 10px;
  }
}
.digimeInfo__link-text:hover {
  -webkit-filter: drop-shadow(0 0 5px #fff);
          filter: drop-shadow(0 0 5px #fff);
}
.digimeInfo__textBox {
  width: 100%;
  max-width: 100%;
  text-align: left;
  margin: 20px auto;
  position: relative;
  text-align: center;
  z-index: 20;
}
.digimeInfo__textBox::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("https://storage-asset.msi.com/event/2024/CND/digime/images/dg-box.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -30%;
  left: 20%;
  z-index: 2;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  opacity: 0;
}
@media (min-width: 996px) {
  .digimeInfo__textBox::before {
    opacity: 1;
  }
}
.digimeInfo__textBox::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("https://storage-asset.msi.com/event/2024/CND/digime/images/dg-add.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: -10%;
  right: -10%;
  z-index: -1;
  opacity: 0.2;
}
@media (min-width: 996px) {
  .digimeInfo__textBox::after {
    opacity: 1;
  }
}
@media (min-width: 996px) {
  .digimeInfo__textBox {
    max-width: 500px;
    text-align: left;
    margin: 20px 0 20px 50px;
  }
}
.digimeInfo__textBox-title {
  margin-bottom: 10px;
}
.digimeInfo__textBox-figure {
  width: 250px;
  margin: 0 auto 5px;
}
.digimeInfo__textBox-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .digimeInfo__textBox-figure {
    margin: 0 0 5px;
  }
}
.digimeInfo__textBox-link {
  color: #e41da2;
  text-decoration: underline;
}
.digimeInfo__bg {
  max-width: 1280px;
  margin: 0 auto;
  color: white;
  font-size: 24px;
  text-align: center;
}

.meetMia {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 50px 0px 0;
  color: #fff;
}
@media (min-width: 996px) {
  .meetMia {
    padding: 5% 25px;
  }
}
.meetMia__title {
  color: #e41da2;
}
.meetMia__flex {
  position: relative;
  z-index: 3;
  width: 100%;
}
@media (min-width: 996px) {
  .meetMia__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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.meetMia__video {
  width: 100%;
  max-width: 750px;
  position: relative;
  z-index: 2;
  margin: 0 auto 20px;
  overflow: hidden;
  border-radius: 20px;
}
.meetMia__textBox {
  width: 100%;
  max-width: 100%;
  text-align: left;
  margin: 20px auto;
  position: relative;
  text-align: center;
  z-index: 20;
}
@media (min-width: 996px) {
  .meetMia__textBox {
    max-width: 520px;
    text-align: left;
    margin: 20px 0 20px 0px;
    padding-right: 30px;
  }
}
.meetMia__textBox-title {
  margin-bottom: 10px;
}

.features {
  margin: 0 auto;
  text-align: center;
  padding: 50px 25px 0;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media (min-width: 996px) {
  .features {
    padding: 0 25px 5%;
  }
}
.features__title {
  color: #e41da2;
}
.features__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.features__tab-item {
  cursor: pointer;
  margin: 10px;
  background: #1b1b1b;
  padding: 10px 20px;
  color: #fff;
  border-radius: 10px;
  min-width: 125px;
}
.features__tab-item:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#6e3b8f), color-stop(60%, #c7274c));
  background-image: linear-gradient(to right, #6e3b8f 0%, #c7274c 60%);
}
@media (min-width: 996px) {
  .features__tab-item {
    min-width: 150px;
  }
}
.features__tab--active {
  background-image: -webkit-gradient(linear, left top, right top, from(#6e3b8f), color-stop(60%, #c7274c));
  background-image: linear-gradient(to right, #6e3b8f 0%, #c7274c 60%);
}
.features__box {
  display: none;
}
.features__box--active {
  display: block;
}
.features__slick {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 1300px) {
  .features__slick {
    max-width: 1500px;
  }
}
@media (min-width: 1600px) {
  .features__slick {
    max-width: 1600px;
  }
}
.features .featuresContent {
  background: #141414;
  padding: 30px 20px;
  border-radius: 20px;
  border: 3px solid rgba(228, 29, 162, 0.4509803922);
}
@media (min-width: 996px) {
  .features .featuresContent {
    margin: 0 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.features .featuresContent__figure {
  width: 100%;
}
.features .featuresContent__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.features .featuresContent__text {
  text-align: left;
}
.features .featuresContent__word {
  margin: 20px;
  text-align: left;
}
.features .featuresContent__word h3 {
  margin-bottom: 10px;
}
.features .hatch-prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
}
.features .hatch-prev img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .features .hatch-prev {
    left: 0;
  }
}
.features .hatch-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
}
.features .hatch-next img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .features .hatch-next {
    right: 0;
  }
}

.yt__video {
  width: 100%;
}
.yt__video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.yt__video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.fixed {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1920px;
  overflow: hidden;
}
.fixed__one {
  position: absolute;
  top: 24%;
  left: -5%;
  width: 800px;
  z-index: 1;
  display: none;
}
.fixed__one img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .fixed__one {
    display: block;
  }
}
@media (min-width: 1300px) {
  .fixed__one {
    top: 13%;
    left: -5%;
  }
}
@media (min-width: 1600px) {
  .fixed__one {
    top: 13%;
    left: -5%;
  }
}
.fixed__two {
  position: absolute;
  top: 3%;
  left: -26%;
  width: 800px;
  display: none;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.fixed__two img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .fixed__two {
    display: block;
  }
}
@media (min-width: 1300px) {
  .fixed__two {
    top: 3%;
    left: -26%;
  }
}
@media (min-width: 1600px) {
  .fixed__two {
    top: 5%;
    left: -26%;
  }
}
.fixed__three {
  position: absolute;
  top: 25%;
  right: 0%;
  z-index: 1;
  width: 100px;
  opacity: 0.2;
}
.fixed__three img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .fixed__three {
    opacity: 1;
  }
}
@media (min-width: 1300px) {
  .fixed__three {
    top: 13%;
    right: 0%;
  }
}

.navBarOne {
  width: 60px;
  cursor: pointer;
  position: fixed;
  top: 65%;
  right: 10px;
  z-index: 40;
  text-align: center;
  -webkit-filter: drop-shadow(0 0 5px #fff);
          filter: drop-shadow(0 0 5px #fff);
  -webkit-animation: shake 4s linear forwards infinite 0s;
          animation: shake 4s linear forwards infinite 0s;
}
.navBarOne img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .navBarOne {
    width: 90px;
    right: 20px;
  }
  .navBarOne img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.navBarTwo {
  width: 60px;
  cursor: pointer;
  position: fixed;
  top: 78%;
  right: 10px;
  z-index: 40;
  text-align: center;
  -webkit-animation: shake 4s linear forwards infinite 0.5s;
          animation: shake 4s linear forwards infinite 0.5s;
  display: none;
}
.navBarTwo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .navBarTwo {
    display: block;
    width: 90px;
    right: 20px;
  }
  .navBarTwo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  14% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  15% {
    -webkit-transform: rotate(10deg) scale(1.2);
            transform: rotate(10deg) scale(1.2);
  }
  20% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  30% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  32% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  59% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(10deg) scale(1.2);
            transform: rotate(10deg) scale(1.2);
  }
  65% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  77% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  14% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  15% {
    -webkit-transform: rotate(10deg) scale(1.2);
            transform: rotate(10deg) scale(1.2);
  }
  20% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  30% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  32% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  59% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(10deg) scale(1.2);
            transform: rotate(10deg) scale(1.2);
  }
  65% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  77% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.product {
  width: 100%;
  text-align: center;
  padding: 50px 25px;
  position: relative;
  z-index: 5;
}
@media (min-width: 996px) {
  .product {
    padding: 5% 25px;
  }
}
.product__title {
  color: #e41da2;
  margin-bottom: 30px;
}
.product__text {
  position: absolute;
  width: 200px;
  top: 50%;
  left: 8%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  display: none;
}
.product__text img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .product__text {
    display: block;
  }
}
.product__text2 {
  position: absolute;
  width: 200px;
  bottom: 50%;
  right: 5%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: -1;
}
.product__text2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product__text3 {
  position: absolute;
  width: 150px;
  top: 5%;
  left: 2%;
}
.product__text3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product__text4 {
  position: absolute;
  width: 150px;
  top: 5%;
  right: 2%;
}
.product__text4 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product__text5 {
  position: absolute;
  width: 150px;
  bottom: 5%;
  right: 2%;
}
.product__text5 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product__text6 {
  position: absolute;
  width: 150px;
  bottom: 5%;
  left: 2%;
}
.product__text6 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 2px solid #e41da2;
  max-width: 1280px;
  padding-bottom: 10px;
  margin: 0 auto 30px;
}
.product__tab-item {
  cursor: pointer;
  margin: 10px;
  padding: 15px 20px;
  color: #fff;
  border-radius: 10px;
}
.product__tab-item .tabIcon {
  width: 80px;
  margin: 0 auto;
}
.product__tab-item .tabIcon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product__tab-item:hover {
  background: #e41da2;
}
.product__tab--active {
  background: #e41da2;
}
.product__figure {
  width: 100%;
}
.product__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .product__figure {
    max-width: 680px;
    margin-right: 30px;
  }
}
.product__figure img {
  border-radius: 20px;
}
.product__box {
  max-width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 996px) {
  .product__box {
    max-width: 680px;
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.product__box-text {
  text-align: left;
  color: rgba(255, 255, 255, 0.6156862745);
}
.product__step {
  color: #fff;
  text-align: left;
  margin: 10px 0;
  position: relative;
  z-index: 5;
  max-width: 100%;
}
@media (min-width: 996px) {
  .product__step {
    margin: 0;
  }
}
.product__item {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
}
.product__item p {
  max-width: 220px;
}
@media (min-width: 996px) {
  .product__item p {
    max-width: 350px;
  }
}
.product__item-link {
  color: #fff;
  display: inline-block;
  margin: 0 10px;
  padding: 5px 5px;
  border: 1px solid #fff;
  border-radius: 10px;
  font-size: 14px;
}
.product__item-link:hover {
  background: #e41da2;
}
@media (min-width: 996px) {
  .product__item-link {
    margin: 0 10px;
    font-size: 17px;
  }
}
.product__item-blueLink {
  font-weight: 700;
  font-size: 14px;
  margin-top: 10px;
  background: #1b6ecc;
  color: #fff;
  padding: 5px;
  border-radius: 10px;
}
.product__item-blueLink:hover {
  background: #0d2f57;
}
.product__flex {
  display: none;
  max-width: 1280px;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .product__flex {
    padding: 0 25px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.product__flex--active {
  display: block;
}
@media (min-width: 996px) {
  .product__flex--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.product .videoBox {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
}

.faqBlock {
  padding: 5% 25px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.faqBlock__title {
  text-align: center;
  color: #e41da2;
  position: relative;
  z-index: 10;
}
.faqBlock__flex {
  text-align: left;
  position: relative;
  background: rgba(27, 27, 27, 0.6509803922);
  border: 2px solid #e41da2;
  max-width: 1000px;
  padding: 50px 20px;
  margin: 0 auto;
  border-radius: 20px;
  z-index: 2;
}
.faqBlock__lineText {
  z-index: 1;
  position: absolute;
  width: 500px;
  top: 35%;
  left: -38%;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  display: none;
}
.faqBlock__lineText img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .faqBlock__lineText {
    display: block;
  }
}
.faqBlock__arrow {
  z-index: 1;
  position: absolute;
  z-index: 2;
  width: 30px;
  bottom: -110px;
  right: 15%;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  display: none;
}
.faqBlock__arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.faqBlock__arrow-text {
  position: relative;
  z-index: 5;
  color: #d04273;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: -10px;
  margin-left: 2px;
  font-size: 40px !important;
  font-weight: 700;
}
@media (min-width: 996px) {
  .faqBlock__arrow {
    display: block;
  }
}
.faqBlock__content {
  cursor: pointer;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid rgba(228, 29, 162, 0.3764705882);
}
@media (min-width: 996px) {
  .faqBlock__content {
    width: 600px;
  }
}
.faqBlock__content-question {
  color: #e41da2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.faqBlock__content-question p {
  width: 95%;
}
.faqBlock__content-question .questionArrow {
  margin-left: 10px;
  width: 5%;
}
.faqBlock__content-question .questionArrow img {
  width: 14px;
}
.faqBlock__content-question .questionArrow__down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faqBlock__content-answer {
  color: #fff;
  display: none;
  padding: 10px;
}
.faqBlock__content-answer ul {
  color: #fff;
  list-style: disc;
  padding-left: 20px;
  color: #fff;
}
.faqBlock__content-answer ul li {
  color: #fff;
  list-style: disc;
  color: #fff;
}
.faqBlock__content-answer ol {
  color: #fff;
  list-style: decimal;
  padding-left: 20px;
  color: #fff;
}
.faqBlock__content-answer ol li {
  color: #fff;
  list-style: decimal;
  color: #fff;
}
.faqBlock__content-link {
  color: #1897ff;
  padding: 5px;
}

@media (min-width: 996px) {
  .faqBlock__content-question {
    padding: 20px 20px 20px 0;
  }
  .faqBlock__content-answer {
    padding: 10px 10px 10px 10px;
  }
}
.bannerKv {
  position: relative;
  z-index: 3;
  width: 100%;
}
.bannerKv img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.giveawayBox {
  max-width: 1280px;
  margin: 5% auto;
}

.popout {
  background: rgba(0, 0, 0, 0.839);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
}
.popout__block {
  position: relative;
  max-width: 760px;
  background: #161616;
  background-size: 100% 100%;
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 10px;
  max-height: 70vh;
  overflow: auto;
}
.popout__block-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  cursor: pointer;
}
.popout__block-close svg {
  fill: #fff;
}
.popout__dm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 30vh;
  padding: 70px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.popout__dm a {
  width: 100%;
  background: #ffffff;
  color: #000000;
  text-align: center;
  border-radius: 5px;
  height: 70px;
  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;
  margin: 5px;
}
.popout__dm a img {
  height: 50px;
}/*# sourceMappingURL=main.css.map */