@charset "UTF-8";
.common__container {
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 1921px) {
  .common__container {
    width: 1640px;
  }
}
@media (max-width: 1920px) and (min-width: 1600px) {
  .common__container {
    width: 1500px;
  }
}
@media (max-width: 1599px) and (min-width: 1300px) {
  .common__container {
    width: 1260px;
  }
}
@media (max-width: 1299px) and (min-width: 992px) {
  .common__container {
    width: 990px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .common__container {
    width: 750px;
  }
}
@media (max-width: 767px) {
  .common__container {
    width: 100%;
  }
}

.DD2 {
  width: 100%;
  overflow: hidden;
  background: #000000;
}
.DD2 .kv {
  width: 100%;
  position: relative;
  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;
  background: linear-gradient(135deg, #000000 0%, #1a0505 50%, #000000 100%);
  overflow: hidden;
}
@media (max-width: 991px) {
  .DD2 .kv {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    z-index: 1;
  }
}
.DD2 .kv__bg {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .DD2 .kv__bg {
    width: 100vw;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.DD2 .kv__bg-base {
  position: relative;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .DD2 .kv__bg-base {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.DD2 .kv__bg-two {
  position: absolute;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 10;
  bottom: 0%;
  left: 0;
}
@media screen and (max-width: 991px) {
  .DD2 .kv__bg-two {
    width: auto;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}
.DD2 .kv__bg-frist {
  position: absolute;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 20;
  bottom: 0%;
  left: 0;
}
@media screen and (max-width: 991px) {
  .DD2 .kv__bg-frist {
    width: auto;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}
.DD2 .kv__content {
  position: absolute;
  top: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  z-index: 3;
}
.DD2 .kv__title {
  font-size: 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .DD2 .kv__title {
    font-size: 8vw;
  }
}
.DD2 .svg-text-container {
  width: 30vw;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .DD2 .svg-text-container {
    width: 60vw;
  }
}
@media screen and (max-width: 768px) {
  .DD2 .svg-text-container {
    width: 90vw;
  }
}
.DD2 .svg-text {
  width: 100%;
  height: auto;
}
.DD2 .svg-text .svg-border-glow {
  fill: none;
  stroke: #ffffff;
  stroke-width: 6;
  -webkit-filter: url(#borderGlow);
          filter: url(#borderGlow);
  opacity: 0.5;
  -webkit-animation: borderPulse 3s ease-in-out infinite alternate;
          animation: borderPulse 3s ease-in-out infinite alternate;
}
.DD2 .svg-text .svg-border-main {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  -webkit-filter: url(#glow);
          filter: url(#glow);
  -webkit-animation: borderFlicker 4s linear infinite;
          animation: borderFlicker 4s linear infinite;
}
.DD2 .svg-text .svg-text-glow {
  font-weight: 900;
  font-size: 4vw;
  fill: #ff0000;
  stroke: #ff0000;
  stroke-width: 8;
  -webkit-filter: url(#outerGlow);
          filter: url(#outerGlow);
  opacity: 0.6;
  -webkit-animation: neonPulse 2s ease-in-out infinite alternate;
          animation: neonPulse 2s ease-in-out infinite alternate;
}
@media screen and (max-width: 991px) {
  .DD2 .svg-text .svg-text-glow {
    font-size: 10vw;
  }
}
.DD2 .svg-text .svg-text-stroke {
  font-weight: 900;
  font-size: 4vw;
  fill: none;
  stroke: #ffffff;
  stroke-width: 3;
  -webkit-filter: url(#glow);
          filter: url(#glow);
  -webkit-animation: neonFlicker 3s linear infinite;
          animation: neonFlicker 3s linear infinite;
}
@media screen and (max-width: 991px) {
  .DD2 .svg-text .svg-text-stroke {
    font-size: 10vw;
  }
}
.DD2 .svg-text .svg-text-fill {
  font-weight: 900;
  font-size: 4vw;
  fill: rgba(255, 255, 255, 0.05);
  stroke: none;
}
@media screen and (max-width: 991px) {
  .DD2 .svg-text .svg-text-fill {
    font-size: 10vw;
  }
}
.DD2 .about-event {
  padding-top: 12vh;
  padding-bottom: 12vh;
  background: #000000;
  position: relative;
  color: #ffffff;
  z-index: 10;
  background-image: url(https://storage-asset.msi.com/event/2025/Corp/Anniversary/newpagedesign/bg-all.webp);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1300px) {
  .DD2 .about-event {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1050px) {
  .DD2 .about-event {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 800px) {
  .DD2 .about-event {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.DD2 .about-event .common__container {
  text-align: center;
}
.DD2 .about-event__content {
  max-width: 800px;
  margin: 2rem auto 0;
}
.DD2 .about-event__content .about-subtitle {
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #cccccc;
  line-height: 1.4;
  margin-bottom: 12px;
  font-weight: 900;
}
@media (max-width: 1600px) {
  .DD2 .about-event__content .about-subtitle {
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  .DD2 .about-event__content .about-subtitle {
    font-size: 17px;
  }
}
@media (max-width: 1050px) {
  .DD2 .about-event__content .about-subtitle {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .DD2 .about-event__content .about-subtitle {
    line-height: 1.2;
  }
}
.DD2 .about-event__content p {
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #cccccc;
  line-height: 1.8;
}
@media (max-width: 1600px) {
  .DD2 .about-event__content p {
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  .DD2 .about-event__content p {
    font-size: 17px;
  }
}
@media (max-width: 1050px) {
  .DD2 .about-event__content p {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .DD2 .about-event__content p {
    line-height: 1.2;
  }
}
.DD2 .about-event .unlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin: 0 auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border: 3px solid #ffffff;
  border-radius: 12px;
  padding: 48px 24px 0 48px;
  -webkit-box-shadow: 0 0 10px 0 #7ef8ee, 0 0 10px 5px inset #7ef8ee;
          box-shadow: 0 0 10px 0 #7ef8ee, 0 0 10px 5px inset #7ef8ee;
  background: url(https://storage-asset.msi.com/event/2025/Corp/Anniversary/newpagedesign/loginBG.webp);
  background-color: rgba(0, 0, 0, 0.6039215686);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1299px) {
  .DD2 .about-event .unlock {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .DD2 .about-event .unlock {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .DD2 .about-event .unlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px 12px 0 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10%;
  }
}
.DD2 .about-event .unlock__left {
  width: 50%;
  text-align: left;
}
@media (max-width: 575px) {
  .DD2 .about-event .unlock__left {
    width: 100%;
    padding: 0 12px;
  }
}
.DD2 .about-event .unlock__left-bottom {
  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;
}
.DD2 .about-event .unlock__left-bottom-imgbox {
  position: relative;
  width: 50%;
}
@media (max-width: 575px) {
  .DD2 .about-event .unlock__left-bottom-imgbox.computer {
    display: none;
  }
}
.DD2 .about-event .unlock__left-bottom-imgbox.mobile {
  display: none;
}
@media (max-width: 575px) {
  .DD2 .about-event .unlock__left-bottom-imgbox.mobile {
    display: block;
    width: 40%;
  }
}
.DD2 .about-event .unlock__left-bottom-imgbox-bg {
  position: relative;
  width: 100%;
  max-width: none;
  -webkit-animation: glowShimmer 2.5s ease-in-out infinite alternate;
          animation: glowShimmer 2.5s ease-in-out infinite alternate;
}
.DD2 .about-event .unlock__left-bottom-imgbox-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  -webkit-animation: floatAnimation -2s 4s linear infinite;
          animation: floatAnimation -2s 4s linear infinite;
}
.DD2 .about-event .unlock__left-bottom-imgbox-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  -webkit-animation: glowFlicker 4s infinite linear;
          animation: glowFlicker 4s infinite linear;
}
.DD2 .about-event .unlock__left-bottom-imgbox img {
  width: 100%;
  max-width: none;
}
.DD2 .about-event .unlock__left .common-title {
  text-align: left;
}
@media (max-width: 575px) {
  .DD2 .about-event .unlock__left .common-title {
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
  }
}
.DD2 .about-event .unlock__left p {
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #cccccc;
  line-height: 1.2;
}
@media (max-width: 1600px) {
  .DD2 .about-event .unlock__left p {
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  .DD2 .about-event .unlock__left p {
    font-size: 17px;
  }
}
@media (max-width: 1050px) {
  .DD2 .about-event .unlock__left p {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .DD2 .about-event .unlock__left p {
    font-weight: 900;
  }
}
.DD2 .about-event .unlock__left a {
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #cccccc;
  line-height: 1;
  border: 2px solid #ffffff;
  border-radius: 12px;
  padding: 12px 24px;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 2px 1px #7ef8ee, 0 0 2px 1px inset #7ef8ee;
          box-shadow: 0 0 2px 1px #7ef8ee, 0 0 2px 1px inset #7ef8ee;
  text-shadow: 2px 2px 4px #7ef8ee, -2px -2px 4px #7ef8ee;
}
@media (max-width: 1600px) {
  .DD2 .about-event .unlock__left a {
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  .DD2 .about-event .unlock__left a {
    font-size: 17px;
  }
}
@media (max-width: 1050px) {
  .DD2 .about-event .unlock__left a {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .DD2 .about-event .unlock__left a {
    margin-top: 12px;
  }
}
.DD2 .about-event .unlock__right {
  width: 50%;
  text-align: right;
}
@media (max-width: 575px) {
  .DD2 .about-event .unlock__right {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: -15%;
  }
}
.DD2 .about-event .unlock__right-imgbox {
  width: 100%;
  position: relative;
  max-width: none;
}
@media (max-width: 575px) {
  .DD2 .about-event .unlock__right-imgbox {
    width: 60%;
  }
}
.DD2 .about-event .unlock__right-imgbox-bg {
  position: relative;
  width: 100%;
  max-width: none;
  -webkit-animation: glowPulse 3s ease-in-out infinite alternate;
          animation: glowPulse 3s ease-in-out infinite alternate;
}
.DD2 .about-event .unlock__right-imgbox-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  -webkit-animation: floatAnimation 4s linear infinite;
          animation: floatAnimation 4s linear infinite;
}
.DD2 .about-event .unlock__right-imgbox-front1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  -webkit-animation: glowShimmer 2.5s ease-in-out infinite alternate;
          animation: glowShimmer 2.5s ease-in-out infinite alternate;
}
.DD2 .about-event .unlock__right-imgbox-front2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  -webkit-animation: glowFlicker 3.5s ease-in-out infinite alternate;
          animation: glowFlicker 3.5s ease-in-out infinite alternate;
}
.DD2 .skills {
  padding-top: 14.4vh;
  padding-bottom: 14.4vh;
  background-image: url(https://storage-asset.msi.com/event/2025/Corp/Anniversary/newpagedesign/bg-all.webp);
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  z-index: 10;
  background-repeat: no-repeat;
}
@media (max-width: 1300px) {
  .DD2 .skills {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
@media (max-width: 1050px) {
  .DD2 .skills {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media (max-width: 800px) {
  .DD2 .skills {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.DD2 .skills__p {
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #cccccc;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 1600px) {
  .DD2 .skills__p {
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  .DD2 .skills__p {
    font-size: 17px;
  }
}
@media (max-width: 1050px) {
  .DD2 .skills__p {
    font-size: 16px;
  }
}
.DD2 .skills__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin-top: 3rem;
  width: 80%;
  margin: 0 auto;
  margin-top: 5%;
}
@media screen and (max-width: 575px) {
  .DD2 .skills__grid {
    width: 100%;
  }
}
.DD2 .skills__card {
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  width: 100%;
  padding-bottom: 24%;
}
@media screen and (max-width: 991px) {
  .DD2 .skills__card {
    padding: 0;
  }
}
.DD2 .skills__card.sec .skills__card-content--product {
  margin-top: 0%;
}
@media screen and (max-width: 991px) {
  .DD2 .skills__card.sec .skills__card-content--product {
    margin-top: 10%;
  }
}
.DD2 .skills__card.sec .skills__card-btn img {
  -webkit-filter: hue-rotate(55deg) saturate(0.8) brightness(1.8);
          filter: hue-rotate(55deg) saturate(0.8) brightness(1.8);
}
.DD2 .skills__card.third .skills__card-content--product {
  margin-top: -5%;
}
@media screen and (max-width: 991px) {
  .DD2 .skills__card.third .skills__card-content--product {
    margin-top: 5%;
  }
}
.DD2 .skills__card.third .skills__card-btn img {
  -webkit-filter: hue-rotate(230deg) saturate(1.4) brightness(1.1);
          filter: hue-rotate(230deg) saturate(1.4) brightness(1.1);
}
.DD2 .skills__card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.DD2 .skills__card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.DD2 .skills__card-image-mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .DD2 .skills__card-image {
    height: 100%;
  }
  .DD2 .skills__card-image-mobile {
    display: block;
  }
  .DD2 .skills__card-image-desktop {
    display: none;
  }
}
.DD2 .skills__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .DD2 .skills__card-image img {
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
}
.DD2 .skills__card-image-yellow {
  -webkit-filter: hue-rotate(55deg) saturate(0.8) brightness(1.8);
          filter: hue-rotate(55deg) saturate(0.8) brightness(1.8);
}
.DD2 .skills__card-image-blue {
  -webkit-filter: hue-rotate(230deg) saturate(1.4) brightness(1.1);
          filter: hue-rotate(230deg) saturate(1.4) brightness(1.1);
}
.DD2 .skills__card-btn {
  width: 15%;
  position: relative;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .DD2 .skills__card-btn {
    width: 30%;
    margin-top: 5%;
    margin-bottom: 10%;
  }
}
.DD2 .skills__card-btn:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.DD2 .skills__card-btn span {
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin: 0 !important;
  color: #ffffff;
}
@media (max-width: 1600px) {
  .DD2 .skills__card-btn span {
    font-size: 14px;
  }
}
@media (max-width: 1300px) {
  .DD2 .skills__card-btn span {
    font-size: 13px;
  }
}
@media (max-width: 1050px) {
  .DD2 .skills__card-btn span {
    font-size: 12px;
  }
}
.DD2 .skills__card-btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.DD2 .skills__card-textbox {
  width: 45%;
}
@media screen and (max-width: 991px) {
  .DD2 .skills__card-textbox {
    width: 100%;
  }
}
.DD2 .skills__card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  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;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .DD2 .skills__card-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 70%;
    margin: auto;
    min-height: 500px;
    padding-bottom: 40px;
  }
}
.DD2 .skills__card-content--product {
  margin-top: -10%;
  width: 35%;
}
@media screen and (max-width: 991px) {
  .DD2 .skills__card-content--product {
    margin-top: 0%;
    width: 100%;
  }
}
.DD2 .skills__card-content h3 {
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  font-size: 1.4rem;
  margin-bottom: 0.2rem;
  color: #ffffff;
}
@media (max-width: 1600px) {
  .DD2 .skills__card-content h3 {
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  .DD2 .skills__card-content h3 {
    font-size: 17px;
  }
}
@media (max-width: 1050px) {
  .DD2 .skills__card-content h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .DD2 .skills__card-content h3 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 1em;
    line-height: 1.5em;
    margin-bottom: 12px;
    text-align: center;
  }
}
@media screen and (max-width: 991px) and (max-width: 1600px) {
  .DD2 .skills__card-content h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) and (max-width: 1300px) {
  .DD2 .skills__card-content h3 {
    font-size: 29px;
  }
}
@media screen and (max-width: 991px) and (max-width: 1050px) {
  .DD2 .skills__card-content h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 575px) {
  .DD2 .skills__card-content h3 {
    font-size: 20px !important;
    margin-bottom: 6px;
  }
}
.DD2 .skills__card-content p {
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #cccccc;
}
@media (max-width: 1600px) {
  .DD2 .skills__card-content p {
    font-size: 14px;
  }
}
@media (max-width: 1300px) {
  .DD2 .skills__card-content p {
    font-size: 13px;
  }
}
@media (max-width: 1050px) {
  .DD2 .skills__card-content p {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .DD2 .skills__card-content p {
    font-size: 20px;
    margin-bottom: 1em;
    line-height: 1.5em;
    text-align: center;
  }
}
@media screen and (max-width: 991px) and (max-width: 1600px) {
  .DD2 .skills__card-content p {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) and (max-width: 1300px) {
  .DD2 .skills__card-content p {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) and (max-width: 1050px) {
  .DD2 .skills__card-content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .DD2 .skills__card-content p {
    font-size: 12px !important;
  }
}
.DD2 .allproduct__img {
  width: 60%;
  display: block;
  height: auto;
  margin: auto;
  margin-top: -15%;
}
@media (max-width: 575px) {
  .DD2 .allproduct__img {
    width: 100%;
    margin-top: 0%;
  }
}
.DD2 .participate {
  padding-top: 6vh;
  padding-bottom: 6vh;
  background-image: url(https://storage-asset.msi.com/event/2025/Corp/Anniversary/newpagedesign/bg-all.webp);
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  z-index: 10;
  background-repeat: no-repeat;
}
@media (max-width: 1300px) {
  .DD2 .participate {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1050px) {
  .DD2 .participate {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 800px) {
  .DD2 .participate {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.DD2 .participate__content {
  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;
  gap: 2rem;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .DD2 .participate__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.DD2 .participate__content-left {
  width: 60%;
}
@media (max-width: 991px) {
  .DD2 .participate__content-left {
    width: 100%;
  }
}
.DD2 .participate__content-right {
  width: 40%;
}
@media (max-width: 575px) {
  .DD2 .participate__content-right {
    display: none;
  }
}
.DD2 .participate__content-right img {
  width: 100%;
  height: auto;
}
.DD2 .participate__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin: 3rem 0;
}
@media (max-width: 991px) {
  .DD2 .participate__steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
    margin-top: 5%;
  }
}
.DD2 .participate__step {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .DD2 .participate__step {
    text-align: start;
  }
}
.DD2 .participate__step-number {
  width: 60px;
  height: 60px;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.DD2 .participate__step-number img {
  width: 100%;
  margin-top: -50%;
}
.DD2 .participate__step-content p {
  font-size: 22px;
  margin-bottom: 1em;
  line-height: 1.5em;
}
@media (max-width: 1600px) {
  .DD2 .participate__step-content p {
    font-size: 20px;
  }
}
@media (max-width: 1300px) {
  .DD2 .participate__step-content p {
    font-size: 19px;
  }
}
@media (max-width: 1050px) {
  .DD2 .participate__step-content p {
    font-size: 18px;
  }
}
.DD2 .participate__cta {
  text-align: center;
  margin-top: 3rem;
}
.DD2 .participate__btn {
  background: transparent;
  border: 2px solid #7ef8ee;
  padding: 1.2rem 3rem;
  color: #7ef8ee;
  font-weight: 900;
  font-size: 1.3rem;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-shadow: 0 0 5px #7ef8ee;
  -webkit-box-shadow: 0 0 5px #7ef8ee, 0 0 10px #7ef8ee, 0 0 15px #7ef8ee, inset 0 0 5px rgba(126, 248, 238, 0.2);
          box-shadow: 0 0 5px #7ef8ee, 0 0 10px #7ef8ee, 0 0 15px #7ef8ee, inset 0 0 5px rgba(126, 248, 238, 0.2);
  position: relative;
  overflow: hidden;
}
.DD2 .participate__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(126, 248, 238, 0.2)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(126, 248, 238, 0.2), transparent);
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease;
}
.DD2 .participate__btn:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  color: #ffffff;
  background: rgba(126, 248, 238, 0.1);
  -webkit-box-shadow: 0 0 10px #7ef8ee, 0 0 20px #7ef8ee, 0 0 30px #7ef8ee, inset 0 0 10px rgba(126, 248, 238, 0.3);
          box-shadow: 0 0 10px #7ef8ee, 0 0 20px #7ef8ee, 0 0 30px #7ef8ee, inset 0 0 10px rgba(126, 248, 238, 0.3);
  text-shadow: 0 0 5px #ffffff, 0 0 10px #7ef8ee, 0 0 15px #7ef8ee, 0 0 20px #7ef8ee;
}
.DD2 .participate__btn:hover::before {
  left: 100%;
}
.DD2 .popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  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;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.DD2 .popup.active {
  opacity: 1;
  visibility: visible;
}
.DD2 .popup__close {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10001;
}
.DD2 .popup__close::before, .DD2 .popup__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 3px;
  background: #7ef8ee;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 10px #7ef8ee;
          box-shadow: 0 0 10px #7ef8ee;
}
.DD2 .popup__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.DD2 .popup__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.DD2 .popup__close:hover::before, .DD2 .popup__close:hover::after {
  background: #ffffff;
  -webkit-box-shadow: 0 0 15px #7ef8ee, 0 0 25px #7ef8ee;
          box-shadow: 0 0 15px #7ef8ee, 0 0 25px #7ef8ee;
}
.DD2 .popup__wrapper {
  width: 90%;
  max-width: 900px;
  max-height: 85vh;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  border: 2px solid #7ef8ee;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 20px #7ef8ee, 0 0 40px rgba(126, 248, 238, 0.3), inset 0 0 20px rgba(126, 248, 238, 0.1);
          box-shadow: 0 0 20px #7ef8ee, 0 0 40px rgba(126, 248, 238, 0.3), inset 0 0 20px rgba(126, 248, 238, 0.1);
  position: relative;
  overflow: auto;
  -webkit-animation: neonBorderGlow 2s ease-in-out infinite alternate;
          animation: neonBorderGlow 2s ease-in-out infinite alternate;
}
.DD2 .popup__wrapper::-webkit-scrollbar {
  width: 12px;
}
.DD2 .popup__wrapper::-webkit-scrollbar-track {
  background: rgba(10, 10, 10, 0.8);
  border-radius: 6px;
  border: 1px solid rgba(126, 248, 238, 0.2);
}
.DD2 .popup__wrapper::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, left bottom, from(#7ef8ee), to(rgba(126, 248, 238, 0.6)));
  background: linear-gradient(180deg, #7ef8ee 0%, rgba(126, 248, 238, 0.6) 100%);
  border-radius: 6px;
  border: 1px solid #7ef8ee;
  -webkit-box-shadow: 0 0 10px rgba(126, 248, 238, 0.5);
          box-shadow: 0 0 10px rgba(126, 248, 238, 0.5);
}
.DD2 .popup__wrapper::-webkit-scrollbar-thumb:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#7ef8ee));
  background: linear-gradient(180deg, #ffffff 0%, #7ef8ee 100%);
  -webkit-box-shadow: 0 0 15px rgba(126, 248, 238, 0.8);
          box-shadow: 0 0 15px rgba(126, 248, 238, 0.8);
}
.DD2 .popup__inner {
  padding: 40px;
  height: 100%;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .DD2 .popup__inner {
    padding: 20px;
  }
}
.DD2 .popup__header {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(126, 248, 238, 0.3);
}
.DD2 .popup__header h2 {
  font-size: 2.5rem;
  color: #ffffff;
  text-shadow: 0 0 10px #7ef8ee, 0 0 20px #7ef8ee, 0 0 30px #7ef8ee;
  -webkit-animation: neonGlow 2s ease-in-out infinite alternate;
          animation: neonGlow 2s ease-in-out infinite alternate;
}
@media (max-width: 768px) {
  .DD2 .popup__header h2 {
    font-size: 2rem;
  }
}
.DD2 .popup__body {
  color: #cccccc;
  line-height: 1.6;
}
.DD2 .popup__body h3 {
  font-size: 1.4rem;
  color: #7ef8ee;
  margin: 25px 0 15px 0;
  text-shadow: 0 0 5px #7ef8ee;
}
@media (max-width: 575px) {
  .DD2 .popup__body h3 {
    font-size: 1.2em;
  }
}
.DD2 .popup__body h3 span {
  position: relative;
}
.DD2 .popup__body p {
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin-bottom: 15px;
  color: #cccccc;
}
@media (max-width: 1600px) {
  .DD2 .popup__body p {
    font-size: 14px;
  }
}
@media (max-width: 1300px) {
  .DD2 .popup__body p {
    font-size: 13px;
  }
}
@media (max-width: 1050px) {
  .DD2 .popup__body p {
    font-size: 12px;
  }
}
.DD2 .popup__body ol, .DD2 .popup__body ul {
  margin: 15px 0;
  padding-left: 25px;
}
.DD2 .popup__body ol li, .DD2 .popup__body ul li {
  font-size: 15px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin-bottom: 10px;
  color: #cccccc;
  position: relative;
}
@media (max-width: 1600px) {
  .DD2 .popup__body ol li, .DD2 .popup__body ul li {
    font-size: 13px;
  }
}
@media (max-width: 1300px) {
  .DD2 .popup__body ol li, .DD2 .popup__body ul li {
    font-size: 12px;
  }
}
@media (max-width: 1050px) {
  .DD2 .popup__body ol li, .DD2 .popup__body ul li {
    font-size: 11px;
  }
}
.DD2 .popup__body ol li::marker, .DD2 .popup__body ul li::marker {
  color: #7ef8ee;
}
.DD2 .popup__body ol li {
  counter-increment: item;
}
.DD2 .popup__body ul li::before {
  content: "▸";
  color: #7ef8ee;
  font-weight: bold;
  position: absolute;
  left: -20px;
  text-shadow: 0 0 5px #7ef8ee;
}
.DD2 .popup__body a {
  color: #7ef8ee;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.DD2 .popup__body a:hover {
  color: #ffffff;
  text-shadow: 0 0 5px #7ef8ee;
}
.DD2 .neon-text-yellow {
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #fbf697 !important;
  text-shadow: 0 0 5px #ffffff;
}
@media (max-width: 1600px) {
  .DD2 .neon-text-yellow {
    font-size: 14px;
  }
}
@media (max-width: 1300px) {
  .DD2 .neon-text-yellow {
    font-size: 13px;
  }
}
@media (max-width: 1050px) {
  .DD2 .neon-text-yellow {
    font-size: 12px;
  }
}
.DD2 .neon-text-red {
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #ff6b6b !important;
  text-shadow: 0 0 5px #ffffff;
}
@media (max-width: 1600px) {
  .DD2 .neon-text-red {
    font-size: 14px;
  }
}
@media (max-width: 1300px) {
  .DD2 .neon-text-red {
    font-size: 13px;
  }
}
@media (max-width: 1050px) {
  .DD2 .neon-text-red {
    font-size: 12px;
  }
}
.DD2 .neon-text-blue {
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #5e97ff !important;
  text-shadow: 0 0 5px #ffffff;
}
@media (max-width: 1600px) {
  .DD2 .neon-text-blue {
    font-size: 14px;
  }
}
@media (max-width: 1300px) {
  .DD2 .neon-text-blue {
    font-size: 13px;
  }
}
@media (max-width: 1050px) {
  .DD2 .neon-text-blue {
    font-size: 12px;
  }
}
.DD2 .common-title {
  font-size: 32px;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #ffffff;
  text-align: center;
  margin: 0 0 2rem 0;
  padding-bottom: 0px !important;
  text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 15px #7ef8ee, 0 0 20px #7ef8ee, 0 0 35px #7ef8ee, 0 0 40px #7ef8ee;
  -webkit-animation: neonGlow 2s ease-in-out infinite alternate;
          animation: neonGlow 2s ease-in-out infinite alternate;
}
@media (max-width: 1600px) {
  .DD2 .common-title {
    font-size: 30px;
  }
}
@media (max-width: 1300px) {
  .DD2 .common-title {
    font-size: 29px;
  }
}
@media (max-width: 1050px) {
  .DD2 .common-title {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .DD2 .common-title {
    font-size: 24px !important;
    text-shadow: 0 0 3px #ffffff, 0 0 6px #ffffff, 0 0 9px #7ef8ee, 0 0 12px #7ef8ee, 0 0 18px #7ef8ee, 0 0 22px #7ef8ee;
  }
}
.DD2 .common-subtitle {
  font-size: 1.4rem;
  color: #7ef8ee;
  margin: 25px 0 15px 0;
  text-shadow: 0 0 5px #7ef8ee;
}
.DD2 .common-subtitle span {
  position: relative;
}

@-webkit-keyframes shimmer {
  100% {
    -webkit-transform: translate3d(50%, 50%, 0);
            transform: translate3d(50%, 50%, 0);
  }
}

@keyframes shimmer {
  100% {
    -webkit-transform: translate3d(50%, 50%, 0);
            transform: translate3d(50%, 50%, 0);
  }
}
@-webkit-keyframes neonPulse {
  0% {
    opacity: 0.4;
    stroke-width: 6;
  }
  100% {
    opacity: 0.8;
    stroke-width: 10;
  }
}
@keyframes neonPulse {
  0% {
    opacity: 0.4;
    stroke-width: 6;
  }
  100% {
    opacity: 0.8;
    stroke-width: 10;
  }
}
@-webkit-keyframes neonButtonGlow {
  0% {
    -webkit-box-shadow: 0 0 5px #7ef8ee, 0 0 10px #7ef8ee, 0 0 15px #7ef8ee, inset 0 0 5px rgba(126, 248, 238, 0.2);
            box-shadow: 0 0 5px #7ef8ee, 0 0 10px #7ef8ee, 0 0 15px #7ef8ee, inset 0 0 5px rgba(126, 248, 238, 0.2);
    text-shadow: 0 0 5px #7ef8ee, 0 0 10px #7ef8ee, 0 0 15px #7ef8ee;
  }
  100% {
    -webkit-box-shadow: 0 0 10px #7ef8ee, 0 0 20px #7ef8ee, 0 0 25px #7ef8ee, inset 0 0 10px rgba(126, 248, 238, 0.3);
            box-shadow: 0 0 10px #7ef8ee, 0 0 20px #7ef8ee, 0 0 25px #7ef8ee, inset 0 0 10px rgba(126, 248, 238, 0.3);
    text-shadow: 0 0 8px #7ef8ee, 0 0 15px #7ef8ee, 0 0 20px #7ef8ee;
  }
}
@keyframes neonButtonGlow {
  0% {
    -webkit-box-shadow: 0 0 5px #7ef8ee, 0 0 10px #7ef8ee, 0 0 15px #7ef8ee, inset 0 0 5px rgba(126, 248, 238, 0.2);
            box-shadow: 0 0 5px #7ef8ee, 0 0 10px #7ef8ee, 0 0 15px #7ef8ee, inset 0 0 5px rgba(126, 248, 238, 0.2);
    text-shadow: 0 0 5px #7ef8ee, 0 0 10px #7ef8ee, 0 0 15px #7ef8ee;
  }
  100% {
    -webkit-box-shadow: 0 0 10px #7ef8ee, 0 0 20px #7ef8ee, 0 0 25px #7ef8ee, inset 0 0 10px rgba(126, 248, 238, 0.3);
            box-shadow: 0 0 10px #7ef8ee, 0 0 20px #7ef8ee, 0 0 25px #7ef8ee, inset 0 0 10px rgba(126, 248, 238, 0.3);
    text-shadow: 0 0 8px #7ef8ee, 0 0 15px #7ef8ee, 0 0 20px #7ef8ee;
  }
}
@-webkit-keyframes neonBorderGlow {
  0% {
    -webkit-box-shadow: 0 0 20px #7ef8ee, 0 0 40px rgba(126, 248, 238, 0.3), inset 0 0 20px rgba(126, 248, 238, 0.1);
            box-shadow: 0 0 20px #7ef8ee, 0 0 40px rgba(126, 248, 238, 0.3), inset 0 0 20px rgba(126, 248, 238, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 30px #7ef8ee, 0 0 60px rgba(126, 248, 238, 0.5), inset 0 0 30px rgba(126, 248, 238, 0.2);
            box-shadow: 0 0 30px #7ef8ee, 0 0 60px rgba(126, 248, 238, 0.5), inset 0 0 30px rgba(126, 248, 238, 0.2);
  }
}
@keyframes neonBorderGlow {
  0% {
    -webkit-box-shadow: 0 0 20px #7ef8ee, 0 0 40px rgba(126, 248, 238, 0.3), inset 0 0 20px rgba(126, 248, 238, 0.1);
            box-shadow: 0 0 20px #7ef8ee, 0 0 40px rgba(126, 248, 238, 0.3), inset 0 0 20px rgba(126, 248, 238, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 30px #7ef8ee, 0 0 60px rgba(126, 248, 238, 0.5), inset 0 0 30px rgba(126, 248, 238, 0.2);
            box-shadow: 0 0 30px #7ef8ee, 0 0 60px rgba(126, 248, 238, 0.5), inset 0 0 30px rgba(126, 248, 238, 0.2);
  }
}
@-webkit-keyframes neonFlicker {
  0%, 100% {
    opacity: 1;
  }
  2% {
    opacity: 0.8;
  }
  4% {
    opacity: 1;
  }
  8% {
    opacity: 0.9;
  }
  10% {
    opacity: 1;
  }
  92% {
    opacity: 1;
  }
  96% {
    opacity: 0.7;
  }
  98% {
    opacity: 1;
  }
}
@keyframes neonFlicker {
  0%, 100% {
    opacity: 1;
  }
  2% {
    opacity: 0.8;
  }
  4% {
    opacity: 1;
  }
  8% {
    opacity: 0.9;
  }
  10% {
    opacity: 1;
  }
  92% {
    opacity: 1;
  }
  96% {
    opacity: 0.7;
  }
  98% {
    opacity: 1;
  }
}
@-webkit-keyframes borderPulse {
  0% {
    opacity: 0.3;
    stroke-width: 4;
  }
  100% {
    opacity: 0.7;
    stroke-width: 8;
  }
}
@keyframes borderPulse {
  0% {
    opacity: 0.3;
    stroke-width: 4;
  }
  100% {
    opacity: 0.7;
    stroke-width: 8;
  }
}
@-webkit-keyframes borderFlicker {
  0%, 100% {
    opacity: 1;
    stroke-width: 2;
  }
  5% {
    opacity: 0.6;
    stroke-width: 1.5;
  }
  10% {
    opacity: 1;
    stroke-width: 2;
  }
  15% {
    opacity: 0.8;
    stroke-width: 2.5;
  }
  20% {
    opacity: 1;
    stroke-width: 2;
  }
  85% {
    opacity: 1;
    stroke-width: 2;
  }
  90% {
    opacity: 0.7;
    stroke-width: 1.5;
  }
  95% {
    opacity: 1;
    stroke-width: 2;
  }
}
@keyframes borderFlicker {
  0%, 100% {
    opacity: 1;
    stroke-width: 2;
  }
  5% {
    opacity: 0.6;
    stroke-width: 1.5;
  }
  10% {
    opacity: 1;
    stroke-width: 2;
  }
  15% {
    opacity: 0.8;
    stroke-width: 2.5;
  }
  20% {
    opacity: 1;
    stroke-width: 2;
  }
  85% {
    opacity: 1;
    stroke-width: 2;
  }
  90% {
    opacity: 0.7;
    stroke-width: 1.5;
  }
  95% {
    opacity: 1;
    stroke-width: 2;
  }
}
@-webkit-keyframes glow {
  0% {
    text-shadow: 0 0 20px #ff0000, 0 0 40px #ff0000, 0 0 60px #ff0000;
  }
  100% {
    text-shadow: 0 0 30px #ff0000, 0 0 60px #ff0000, 0 0 90px #ff0000;
  }
}
@keyframes glow {
  0% {
    text-shadow: 0 0 20px #ff0000, 0 0 40px #ff0000, 0 0 60px #ff0000;
  }
  100% {
    text-shadow: 0 0 30px #ff0000, 0 0 60px #ff0000, 0 0 90px #ff0000;
  }
}
@-webkit-keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0.5;
  }
}
@keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0.5;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes floatAnimation {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-8px) rotate(0.5deg);
            transform: translateY(-8px) rotate(0.5deg);
  }
  50% {
    -webkit-transform: translateY(-12px) rotate(0deg);
            transform: translateY(-12px) rotate(0deg);
  }
  75% {
    -webkit-transform: translateY(-8px) rotate(-0.5deg);
            transform: translateY(-8px) rotate(-0.5deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
}
@keyframes floatAnimation {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-8px) rotate(0.5deg);
            transform: translateY(-8px) rotate(0.5deg);
  }
  50% {
    -webkit-transform: translateY(-12px) rotate(0deg);
            transform: translateY(-12px) rotate(0deg);
  }
  75% {
    -webkit-transform: translateY(-8px) rotate(-0.5deg);
            transform: translateY(-8px) rotate(-0.5deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
}
@-webkit-keyframes glowPulse {
  0% {
    opacity: 0.1;
    -webkit-filter: brightness(1) drop-shadow(0 0 5px #7ef8ee);
            filter: brightness(1) drop-shadow(0 0 5px #7ef8ee);
  }
  100% {
    opacity: 1;
    -webkit-filter: brightness(1.2) drop-shadow(0 0 15px #7ef8ee);
            filter: brightness(1.2) drop-shadow(0 0 15px #7ef8ee);
  }
}
@keyframes glowPulse {
  0% {
    opacity: 0.1;
    -webkit-filter: brightness(1) drop-shadow(0 0 5px #7ef8ee);
            filter: brightness(1) drop-shadow(0 0 5px #7ef8ee);
  }
  100% {
    opacity: 1;
    -webkit-filter: brightness(1.2) drop-shadow(0 0 15px #7ef8ee);
            filter: brightness(1.2) drop-shadow(0 0 15px #7ef8ee);
  }
}
@-webkit-keyframes glowShimmer {
  0% {
    opacity: 0.7;
    -webkit-filter: brightness(1) drop-shadow(0 0 3px #ffffff) drop-shadow(0 0 8px #7ef8ee);
            filter: brightness(1) drop-shadow(0 0 3px #ffffff) drop-shadow(0 0 8px #7ef8ee);
  }
  100% {
    opacity: 0.95;
    -webkit-filter: brightness(1.3) drop-shadow(0 0 8px #ffffff) drop-shadow(0 0 20px #7ef8ee);
            filter: brightness(1.3) drop-shadow(0 0 8px #ffffff) drop-shadow(0 0 20px #7ef8ee);
  }
}
@keyframes glowShimmer {
  0% {
    opacity: 0.7;
    -webkit-filter: brightness(1) drop-shadow(0 0 3px #ffffff) drop-shadow(0 0 8px #7ef8ee);
            filter: brightness(1) drop-shadow(0 0 3px #ffffff) drop-shadow(0 0 8px #7ef8ee);
  }
  100% {
    opacity: 0.95;
    -webkit-filter: brightness(1.3) drop-shadow(0 0 8px #ffffff) drop-shadow(0 0 20px #7ef8ee);
            filter: brightness(1.3) drop-shadow(0 0 8px #ffffff) drop-shadow(0 0 20px #7ef8ee);
  }
}
@-webkit-keyframes glowFlicker {
  0% {
    opacity: 0.6;
    -webkit-filter: brightness(1.1) drop-shadow(0 0 4px #ff6b6b) drop-shadow(0 0 10px #7ef8ee);
            filter: brightness(1.1) drop-shadow(0 0 4px #ff6b6b) drop-shadow(0 0 10px #7ef8ee);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.9;
    -webkit-filter: brightness(1.4) drop-shadow(0 0 10px #ff6b6b) drop-shadow(0 0 25px #7ef8ee);
            filter: brightness(1.4) drop-shadow(0 0 10px #ff6b6b) drop-shadow(0 0 25px #7ef8ee);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    opacity: 0.6;
    -webkit-filter: brightness(1.1) drop-shadow(0 0 4px #ff6b6b) drop-shadow(0 0 10px #7ef8ee);
            filter: brightness(1.1) drop-shadow(0 0 4px #ff6b6b) drop-shadow(0 0 10px #7ef8ee);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes glowFlicker {
  0% {
    opacity: 0.6;
    -webkit-filter: brightness(1.1) drop-shadow(0 0 4px #ff6b6b) drop-shadow(0 0 10px #7ef8ee);
            filter: brightness(1.1) drop-shadow(0 0 4px #ff6b6b) drop-shadow(0 0 10px #7ef8ee);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.9;
    -webkit-filter: brightness(1.4) drop-shadow(0 0 10px #ff6b6b) drop-shadow(0 0 25px #7ef8ee);
            filter: brightness(1.4) drop-shadow(0 0 10px #ff6b6b) drop-shadow(0 0 25px #7ef8ee);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    opacity: 0.6;
    -webkit-filter: brightness(1.1) drop-shadow(0 0 4px #ff6b6b) drop-shadow(0 0 10px #7ef8ee);
            filter: brightness(1.1) drop-shadow(0 0 4px #ff6b6b) drop-shadow(0 0 10px #7ef8ee);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.welcome-popout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  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;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: auto;
  background: rgba(0, 0, 0, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.welcome-popout.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.welcome-popout__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.welcome-popout__container {
  position: relative;
  width: 90vw;
  max-width: 600px;
  height: auto;
  z-index: 10001;
  -webkit-animation: popoutFadeIn 0.6s ease-out;
          animation: popoutFadeIn 0.6s ease-out;
}
@media (max-width: 991px) {
  .welcome-popout__container {
    width: 95vw;
    max-width: 400px;
  }
}
.welcome-popout__close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10002;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.welcome-popout__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 4px;
  background: #ffffff;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 8px #7ef8ee;
          box-shadow: 0 0 8px #7ef8ee;
}
.welcome-popout__close span:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.welcome-popout__close span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.welcome-popout__close:hover span {
  background: #7ef8ee;
  -webkit-box-shadow: 0 0 15px #7ef8ee;
          box-shadow: 0 0 15px #7ef8ee;
  -webkit-transform: translate(-50%, -50%) scale(1.2) rotate(45deg);
          transform: translate(-50%, -50%) scale(1.2) rotate(45deg);
}
.welcome-popout__close:hover span:last-child {
  -webkit-transform: translate(-50%, -50%) scale(1.2) rotate(-45deg);
          transform: translate(-50%, -50%) scale(1.2) rotate(-45deg);
}
.welcome-popout__content {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 30px rgba(126, 248, 238, 0.6), 0 0 60px rgba(126, 248, 238, 0.3);
          box-shadow: 0 0 30px rgba(126, 248, 238, 0.6), 0 0 60px rgba(126, 248, 238, 0.3);
  border: 3px solid #7ef8ee;
  -webkit-animation: neonBorderGlow 2s ease-in-out infinite alternate;
          animation: neonBorderGlow 2s ease-in-out infinite alternate;
}
.welcome-popout__background {
  position: relative;
  width: 100%;
  height: auto;
}
.welcome-popout__background img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 17px;
}
.welcome-popout__product {
  position: absolute;
  top: 57%;
  left: 48%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
  z-index: 2;
}
@media (max-width: 991px) {
  .welcome-popout__product {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .welcome-popout__product {
    width: 60%;
  }
}
.welcome-popout__product img {
  width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 20px rgba(126, 248, 238, 0.3));
          filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 20px rgba(126, 248, 238, 0.3));
}
.welcome-popout__text {
  position: absolute;
  top: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  z-index: 3;
  width: 90%;
}
@media (max-width: 575px) {
  .welcome-popout__text {
    bottom: 5%;
  }
}
.welcome-popout__title {
  font-size: 3.2em;
  color: #ffffff;
  margin: 0 0 8px 0;
  text-shadow: 0 0 10px #7ef8ee, 0 0 20px #7ef8ee, 0 0 30px #7ef8ee;
  -webkit-animation: neonGlow 2s ease-in-out infinite alternate;
          animation: neonGlow 2s ease-in-out infinite alternate;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .welcome-popout__title {
    font-size: 2.2rem;
    letter-spacing: 1px;
  }
}
@media (max-width: 575px) {
  .welcome-popout__title {
    font-size: 1.6rem;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
  }
}
.welcome-popout__subtitle {
  font-size: 1.6em;
  color: #cccccc;
  margin: 0 0 20px 0;
  font-weight: 400;
  margin-top: 85%;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}
@media (max-width: 575px) {
  .welcome-popout__subtitle {
    font-size: 14px !important;
    margin-bottom: 15px;
  }
}
.welcome-popout__btn {
  background: transparent;
  border: 2px solid #7ef8ee;
  padding: 0.6em 1.2em;
  color: #7ef8ee;
  font-weight: 900;
  font-size: 1.2em;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-shadow: 0 0 5px #7ef8ee;
  -webkit-box-shadow: 0 0 5px #7ef8ee, 0 0 10px #7ef8ee, 0 0 15px #7ef8ee, inset 0 0 5px rgba(126, 248, 238, 0.2);
          box-shadow: 0 0 5px #7ef8ee, 0 0 10px #7ef8ee, 0 0 15px #7ef8ee, inset 0 0 5px rgba(126, 248, 238, 0.2);
  -webkit-animation: neonButtonPulse 2s ease-in-out infinite alternate;
          animation: neonButtonPulse 2s ease-in-out infinite alternate;
  letter-spacing: 1px;
}
.welcome-popout__btn:hover {
  -webkit-transform: translateY(-3px) scale(1.05);
          transform: translateY(-3px) scale(1.05);
  background: linear-gradient(135deg, #ffffff 0%, #7ef8ee 100%);
  color: #000000;
  -webkit-box-shadow: 0 0 30px rgba(126, 248, 238, 0.8), 0 8px 20px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 30px rgba(126, 248, 238, 0.8), 0 8px 20px rgba(0, 0, 0, 0.4);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.welcome-popout__btn:active {
  -webkit-transform: translateY(-1px) scale(1.02);
          transform: translateY(-1px) scale(1.02);
}
@media (max-width: 575px) {
  .welcome-popout__btn {
    padding: 10px 24px;
    font-size: 1rem;
    letter-spacing: 0.5px;
  }
}

@-webkit-keyframes popoutFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateY(50px);
            transform: scale(0.8) translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}

@keyframes popoutFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateY(50px);
            transform: scale(0.8) translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes neonGlow {
  0% {
    text-shadow: 0 0 5px #7ef8ee, 0 0 10px #7ef8ee, 0 0 15px #7ef8ee, 0 0 20px #7ef8ee;
  }
  100% {
    text-shadow: 0 0 8px #7ef8ee, 0 0 15px #7ef8ee, 0 0 25px #7ef8ee, 0 0 35px #7ef8ee;
  }
}
@keyframes neonGlow {
  0% {
    text-shadow: 0 0 5px #7ef8ee, 0 0 10px #7ef8ee, 0 0 15px #7ef8ee, 0 0 20px #7ef8ee;
  }
  100% {
    text-shadow: 0 0 8px #7ef8ee, 0 0 15px #7ef8ee, 0 0 25px #7ef8ee, 0 0 35px #7ef8ee;
  }
}
@-webkit-keyframes neonButtonPulse {
  0% {
    -webkit-box-shadow: 0 0 15px rgba(126, 248, 238, 0.4), 0 5px 15px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 15px rgba(126, 248, 238, 0.4), 0 5px 15px rgba(0, 0, 0, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 25px rgba(126, 248, 238, 0.7), 0 5px 15px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 25px rgba(126, 248, 238, 0.7), 0 5px 15px rgba(0, 0, 0, 0.3);
  }
}
@keyframes neonButtonPulse {
  0% {
    -webkit-box-shadow: 0 0 15px rgba(126, 248, 238, 0.4), 0 5px 15px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 15px rgba(126, 248, 238, 0.4), 0 5px 15px rgba(0, 0, 0, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 25px rgba(126, 248, 238, 0.7), 0 5px 15px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 25px rgba(126, 248, 238, 0.7), 0 5px 15px rgba(0, 0, 0, 0.3);
  }
}/*# sourceMappingURL=newindex3.css.map */