@charset "UTF-8";
/*h1*/
/*h1*/
/*h2*/
/*h3*/
/*h4*/
/*h5*/
/*h6*/
/* Border Radius */
/* Padding or Margin */
/*colors*/
.cndNewPd2022LP2 {
  background: #000;
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
  z-index: 2;
  /*slick*/
}
.cndNewPd2022LP2 .wrapper {
  width: 100%;
  max-width: 1280px;
}
.cndNewPd2022LP2 img {
  max-width: 100%;
  display: inline-block;
  margin: 0 auto;
}
.cndNewPd2022LP2 .img {
  width: 100%;
  text-align: center;
}
.cndNewPd2022LP2 .wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 1280px;
}
.cndNewPd2022LP2 .wrapper-lg {
  width: 85%;
  margin: 0 auto;
  max-width: 2560px;
}
.cndNewPd2022LP2 .wrapper-lg-full {
  width: 100%;
  margin: 0 auto;
  max-width: 2560px;
}
.cndNewPd2022LP2 .wrapper-full {
  width: 100%;
}
.cndNewPd2022LP2 .bold {
  font-weight: bold;
}
.cndNewPd2022LP2 .fn-cr-pink {
  color: #9b11be;
}
.cndNewPd2022LP2 .fn-cr-red {
  color: #ae0035;
}
.cndNewPd2022LP2 .fn-shadow.green {
  text-shadow: 0 0 10px #3fa2c0, 0 0 20px #3fa2c0, 0 0 40px #3fa2c0, 0 0 80px #3fa2c0, 0 0 160px #3fa2c0;
}
.cndNewPd2022LP2 .fn-shadow.purple {
  text-shadow: 0 0 10px #6f2de9, 0 0 20px #6f2de9, 0 0 40px #6f2de9, 0 0 80px #6f2de9, 0 0 160px #6f2de9;
}
.cndNewPd2022LP2 .fn-shadow.indigo {
  text-shadow: 0 0 10px #5a41d9, 0 0 20px #5a41d9, 0 0 40px #5a41d9, 0 0 80px #5a41d9, 0 0 160px #5a41d9;
}
.cndNewPd2022LP2 .fn-shadow.pink {
  text-shadow: 0 0 10px #9b11be, 0 0 20px #9b11be, 0 0 40px #9b11be, 0 0 80px #9b11be, 0 0 160px #9b11be;
}
.cndNewPd2022LP2 .fn-shadow.blue {
  text-shadow: 0 0 10px #1538eb, 0 0 20px #1538eb, 0 0 40px #1538eb, 0 0 80px #1538eb, 0 0 160px #1538eb;
}
.cndNewPd2022LP2 h1, .cndNewPd2022LP2 .h1 {
  font-size: 36px;
}
.cndNewPd2022LP2 h2, .cndNewPd2022LP2 .h2 {
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 3vh;
}
.cndNewPd2022LP2 h3, .cndNewPd2022LP2 .h3 {
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 10px;
}
.cndNewPd2022LP2 h4, .cndNewPd2022LP2 .h4 {
  font-size: 18px;
}
.cndNewPd2022LP2 h5, .cndNewPd2022LP2 .h5 {
  font-weight: 600;
  font-size: 14px;
}
.cndNewPd2022LP2 h6, .cndNewPd2022LP2 .h6 {
  font-weight: normal;
  font-size: 14px;
}
.cndNewPd2022LP2 p, .cndNewPd2022LP2 ul, .cndNewPd2022LP2 li {
  padding-bottom: 2vh;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}
.cndNewPd2022LP2 .glow {
  -webkit-animation: glow 0.8s ease-in-out infinite alternate;
          animation: glow 0.8s ease-in-out infinite alternate;
}
.cndNewPd2022LP2 .unlink {
  cursor: default;
}
.cndNewPd2022LP2 .btn {
  width: 100%;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 10px;
  border: 0;
}
.cndNewPd2022LP2 .btn.unlink {
  cursor: default;
}
.cndNewPd2022LP2 .btn.lg {
  padding: 10px 40px;
}
.cndNewPd2022LP2 .btn h2, .cndNewPd2022LP2 .btn h3, .cndNewPd2022LP2 .btn h4, .cndNewPd2022LP2 .btn h5, .cndNewPd2022LP2 .btn h6 {
  margin: 0;
}
.cndNewPd2022LP2 .btn h5 {
  font-weight: bold;
}
.cndNewPd2022LP2 .btn-primary {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  background: rgb(72, 151, 169);
  background: -webkit-gradient(linear, left top, right top, from(rgb(72, 151, 169)), to(rgb(72, 255, 255)));
  background: linear-gradient(90deg, rgb(72, 151, 169) 0%, rgb(72, 255, 255) 100%);
}
.cndNewPd2022LP2 .btn-primary:hover {
  background: #7f44eb;
}
.cndNewPd2022LP2 .btn-secondary {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  background: #1a5e80;
}
.cndNewPd2022LP2 .btn-secondary:hover {
  background: #1e6e95;
}
.cndNewPd2022LP2 .btn-regular {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  text-align: center;
  border: none;
  text-decoration: none;
  background-size: 300% 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cndNewPd2022LP2 .btn-regular:hover {
  background-position: 100% 0%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cndNewPd2022LP2 .btn-regular:focus {
  outline: none;
}
.cndNewPd2022LP2 .btn-regular.color-1 {
  background-image: linear-gradient(133deg, #9b11be, #1538eb, #1538eb, #9b11be);
}
.cndNewPd2022LP2 .mainTitle {
  position: relative;
  z-index: 2;
  margin: 10px auto;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  outline: none;
}
.cndNewPd2022LP2 .mainTitle.reflect {
  line-height: 0.7em;
  margin-bottom: 60px;
  -webkit-box-reflect: below 1px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}
.cndNewPd2022LP2 .mainTitle.green {
  text-shadow: 0 0 2px #3fa2c0, 0 0 4px #3fa2c0, 0 0 8px #3fa2c0, 0 0 16px #3fa2c0, 0 0 32px #3fa2c0;
}
.cndNewPd2022LP2 .mainTitle.purple {
  text-shadow: 0 0 2px #6f2de9, 0 0 4px #6f2de9, 0 0 8px #6f2de9, 0 0 16px #6f2de9, 0 0 32px #6f2de9;
}
.cndNewPd2022LP2 .mainTitle.indigo {
  text-shadow: 0 0 2px #5a41d9, 0 0 4px #5a41d9, 0 0 8px #5a41d9, 0 0 16px #5a41d9, 0 0 32px #5a41d9;
}
.cndNewPd2022LP2 .mainTitle.pink {
  text-shadow: 0 0 2px #9b11be, 0 0 4px #9b11be, 0 0 8px #9b11be, 0 0 16px #9b11be, 0 0 32px #9b11be;
}
.cndNewPd2022LP2 .mainTitle.blue {
  text-shadow: 0 0 2px #1538eb, 0 0 4px #1538eb, 0 0 8px #1538eb, 0 0 16px #1538eb, 0 0 32px #1538eb;
}
.cndNewPd2022LP2 .glitchTitle {
  margin-bottom: 40px;
}
.cndNewPd2022LP2 .glitchTitle .mainTitle {
  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;
  -webkit-animation: glitch1 2s infinite;
          animation: glitch1 2s infinite;
}
.cndNewPd2022LP2 .glitchTitle .mainTitle::before {
  position: absolute;
  content: attr(data-text);
  -webkit-animation: glitch2 2s infinite;
          animation: glitch2 2s infinite;
}
.cndNewPd2022LP2 .glitchTitle .mainTitle::after {
  position: absolute;
  content: attr(data-text);
  -webkit-animation: glitch3 2s infinite;
          animation: glitch3 2s infinite;
}
.cndNewPd2022LP2 .slick-prev,
.cndNewPd2022LP2 .slick-next {
  width: 70px;
  height: 70px;
}
.cndNewPd2022LP2 .slick-prev {
  left: -35px;
}
.cndNewPd2022LP2 .slick-prev::before {
  font-size: 70px;
  font-family: Arial, Helvetica, sans-serif;
  content: "‹";
}
.cndNewPd2022LP2 .slick-next {
  right: -35px;
}
.cndNewPd2022LP2 .slick-next::before {
  font-size: 70px;
  font-family: Arial, Helvetica, sans-serif;
  content: "›";
  right: -75px !important;
}
.cndNewPd2022LP2__kv {
  position: relative;
}
.cndNewPd2022LP2__kv--bg {
  margin: 0 -400px;
}
.cndNewPd2022LP2__kv--bg::before {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 75%, rgb(0, 0, 0) 100%);
}
.cndNewPd2022LP2__kv--slogan {
  width: 100%;
  bottom: 7%;
  position: absolute;
  text-align: center;
}
.cndNewPd2022LP2__kv--slogan img {
  width: 90%;
}
.cndNewPd2022LP2__kv--slogan .wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cndNewPd2022LP2__kv--slogan .wrapper img:nth-of-type(1) {
  -webkit-animation: glitch1 2s infinite;
          animation: glitch1 2s infinite;
}
.cndNewPd2022LP2__kv--slogan .wrapper img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-filter: hue-rotate(45deg);
          filter: hue-rotate(45deg);
  -webkit-animation: glitch2 2s infinite;
          animation: glitch2 2s infinite;
}
.cndNewPd2022LP2__kv--slogan .wrapper img:nth-of-type(3) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-filter: hue-rotate(120deg);
          filter: hue-rotate(120deg);
  -webkit-animation: glitch3 2s infinite;
          animation: glitch3 2s infinite;
}
.cndNewPd2022LP2__kv--logo {
  width: 20%;
  position: absolute;
  top: 0;
  left: 30px;
  text-align: left;
}
.cndNewPd2022LP2__kv--logo img {
  width: 100%;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.8));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.8));
}
.cndNewPd2022LP2__partner {
  position: relative;
}
.cndNewPd2022LP2__partner--bg {
  margin: 0 -350px;
  /*&::before
  *  top: 0
  *  left: 0
  *  position: absolute
  *  width: 100%
  *  height: 100%
  *  content: ""
  *  display: block
  *  background: rgb(0,0,0)
  *  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 75%, rgba(0,0,0,1) 100%) */
}
.cndNewPd2022LP2__partner--content {
  position: absolute;
  width: 100%;
  height: 40%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.cndNewPd2022LP2__partner--content .wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.cndNewPd2022LP2__partner--item {
  width: 33.3333333333%;
  display: inline-block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  height: auto;
}
.cndNewPd2022LP2__partner--item figure {
  -webkit-transition: 0.5s -webkit-filter;
  transition: 0.5s -webkit-filter;
  transition: 0.5s filter;
  transition: 0.5s filter, 0.5s -webkit-filter;
  -webkit-filter: drop-shadow(0px 0px 13px rgba(213, 255, 255, 0.3));
          filter: drop-shadow(0px 0px 13px rgba(213, 255, 255, 0.3));
}
.cndNewPd2022LP2__partner--item figure:hover {
  -webkit-filter: drop-shadow(0px 0px 16px rgba(213, 255, 255, 0.5));
          filter: drop-shadow(0px 0px 16px rgba(213, 255, 255, 0.5));
}
.cndNewPd2022LP2__partner--item figure h5 {
  font-size: 2.5vw;
  margin-top: 10px;
}
.cndNewPd2022LP2__partner--item figure h5 span {
  display: block;
}
.cndNewPd2022LP2__partner--item img {
  width: 60%;
}
.cndNewPd2022LP2__link {
  margin: 0 auto 40px auto;
  position: relative;
  z-index: 2;
}
.cndNewPd2022LP2__link .wrapper {
  text-align: center;
}
.cndNewPd2022LP2__video {
  position: relative;
  padding: 0 0 80px 0;
  z-index: 100;
  margin-top: 60px;
}
.cndNewPd2022LP2__video--wrap {
  width: 100%;
  margin: auto;
  max-width: 1280px;
}
.cndNewPd2022LP2__video .wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.cndNewPd2022LP2__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cndNewPd2022LP2__products {
  color: #fff;
  background: url(https://storage-asset.msi.com/event/2022/cnd/2022-cnd-new-product-launch/images/lp2-bg-01.jpg) no-repeat top center;
  background-size: auto;
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
}
.cndNewPd2022LP2__products--wrap::after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 100%);
  z-index: 1;
}
.cndNewPd2022LP2__products--nav {
  margin: 0 0 0 0.5em;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
  padding-left: 0;
  margin-left: 0;
}
.cndNewPd2022LP2__products--nav .tabs__tab {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(20% - 5px);
  color: #fff;
  position: relative;
  padding: 11.4285714286px 0;
}
.cndNewPd2022LP2__products--nav .tabs__tab.active {
  border-radius: 10px;
  background: rgb(255, 255, 255);
  background: linear-gradient(120deg, rgba(155, 17, 190, 0) 0%, rgba(63, 162, 192, 0.2) 50%, rgba(155, 17, 190, 0) 100%);
  -webkit-box-shadow: 0 0 1px #3fa2c0, 0 0 2px #3fa2c0, 0 0 4px #3fa2c0, 0 0 8px #3fa2c0, 0 0 16px #3fa2c0;
          box-shadow: 0 0 1px #3fa2c0, 0 0 2px #3fa2c0, 0 0 4px #3fa2c0, 0 0 8px #3fa2c0, 0 0 16px #3fa2c0;
}
.cndNewPd2022LP2__products--nav .tabs__tab.active:after {
  background: #fff;
  -webkit-animation: none;
          animation: none;
}
.cndNewPd2022LP2__products--nav .tabs__tab.active figure img {
  -webkit-animation: glow 0.6s ease-in-out infinite alternate;
          animation: glow 0.6s ease-in-out infinite alternate;
}
.cndNewPd2022LP2__products--nav .tabs__tab.active .arrow-ani {
  -webkit-animation: none;
          animation: none;
}
.cndNewPd2022LP2__products--nav .tabs__tab::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  background: linear-gradient(170deg, #1b043a, rgba(255, 5, 139, 0.5), #06f0f5, rgba(255, 5, 139, 0.5), #1b043a);
  background-size: 300% 300%;
  -webkit-clip-path: polygon(0% 100%, 2px 100%, 2px 2px, calc(100% - 2px) 2px, calc(100% - 2px) calc(100% - 2px), 2px calc(100% - 2px), 2px 100%, 100% 100%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 100%, 2px 100%, 2px 2px, calc(100% - 2px) 2px, calc(100% - 2px) calc(100% - 2px), 2px calc(100% - 2px), 2px 100%, 100% 100%, 100% 0%, 0% 0%);
  -webkit-animation: gradient-animation 5s ease-in-out infinite alternate;
          animation: gradient-animation 5s ease-in-out infinite alternate;
}
.cndNewPd2022LP2__products--nav .tabs__tab figure img {
  min-width: 50%;
  max-width: 80%;
}
.cndNewPd2022LP2__products--nav .tabs__tab figure img.componentsIcon {
  max-width: 90%;
}
.cndNewPd2022LP2__products--nav .tabs__tab .arrow-ani {
  display: none;
  -webkit-animation: animateaarrow 1.3s ease infinite;
          animation: animateaarrow 1.3s ease infinite;
}
.cndNewPd2022LP2__products--nav .tabs__tab h5 {
  display: none;
}
.cndNewPd2022LP2__products--nav .tabs__link {
  color: #fff;
}
.cndNewPd2022LP2__products--nav .tabs__link:link, .cndNewPd2022LP2__products--nav .tabs__link:focus, .cndNewPd2022LP2__products--nav .tabs__link:active {
  color: #fff;
}
.cndNewPd2022LP2__products .product__wrap--item .pdContentTtitle {
  text-align: center;
  padding: 0 20px 20px 20px;
}
.cndNewPd2022LP2__products .product__wrap--item .pdContentTtitle .mainTitle {
  text-align: center;
}
.cndNewPd2022LP2__products .product__wrap--item .pdContentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cndNewPd2022LP2__products .product__wrap--item .pdContentBox__txtbox {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
}
.cndNewPd2022LP2__products .product__wrap--item .pdContentBox__txtbox ul {
  margin-left: 20px;
}
.cndNewPd2022LP2__products .product__wrap--item .pdContentBox__txtbox ul li {
  list-style: disc;
  padding-bottom: 6.6666666667px;
}
.cndNewPd2022LP2__products .product__wrap--item .pdContentBox__txtbox h3 + h4, .cndNewPd2022LP2__products .product__wrap--item .pdContentBox__txtbox h3 + h5, .cndNewPd2022LP2__products .product__wrap--item .pdContentBox__txtbox h3 + h6, .cndNewPd2022LP2__products .product__wrap--item .pdContentBox__txtbox h4 + h4, .cndNewPd2022LP2__products .product__wrap--item .pdContentBox__txtbox h4 + h5, .cndNewPd2022LP2__products .product__wrap--item .pdContentBox__txtbox h4 + h6 {
  margin-bottom: 20px;
}
.cndNewPd2022LP2__products .product__wrap--item .pdContentBox__txtbox h3 + h4 + h4, .cndNewPd2022LP2__products .product__wrap--item .pdContentBox__txtbox h3 + h4 + h5, .cndNewPd2022LP2__products .product__wrap--item .pdContentBox__txtbox h3 + h4 + h6, .cndNewPd2022LP2__products .product__wrap--item .pdContentBox__txtbox h3 + h5 + h4, .cndNewPd2022LP2__products .product__wrap--item .pdContentBox__txtbox h3 + h5 + h5, .cndNewPd2022LP2__products .product__wrap--item .pdContentBox__txtbox h3 + h5 + h6, .cndNewPd2022LP2__products .product__wrap--item .pdContentBox__txtbox h3 + h6 + h4, .cndNewPd2022LP2__products .product__wrap--item .pdContentBox__txtbox h3 + h6 + h5, .cndNewPd2022LP2__products .product__wrap--item .pdContentBox__txtbox h3 + h6 + h6, .cndNewPd2022LP2__products .product__wrap--item .pdContentBox__txtbox h4 + h4 + h4, .cndNewPd2022LP2__products .product__wrap--item .pdContentBox__txtbox h4 + h4 + h5, .cndNewPd2022LP2__products .product__wrap--item .pdContentBox__txtbox h4 + h4 + h6, .cndNewPd2022LP2__products .product__wrap--item .pdContentBox__txtbox h4 + h5 + h4, .cndNewPd2022LP2__products .product__wrap--item .pdContentBox__txtbox h4 + h5 + h5, .cndNewPd2022LP2__products .product__wrap--item .pdContentBox__txtbox h4 + h5 + h6, .cndNewPd2022LP2__products .product__wrap--item .pdContentBox__txtbox h4 + h6 + h4, .cndNewPd2022LP2__products .product__wrap--item .pdContentBox__txtbox h4 + h6 + h5, .cndNewPd2022LP2__products .product__wrap--item .pdContentBox__txtbox h4 + h6 + h6 {
  margin-bottom: 20px;
}
.cndNewPd2022LP2__products .product__wrap--item .pdContentBox__txtbox h4 {
  text-align: center;
  margin-bottom: 10px;
}
.cndNewPd2022LP2__products .product__wrap--item .pdContentBox__txtbox h4 + h6 {
  text-align: center;
}
.cndNewPd2022LP2__products .product__wrap--item .pdContentBox__imgbox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  -webkit-filter: drop-shadow(0px 0px 20px rgba(255, 255, 255, 0.8));
          filter: drop-shadow(0px 0px 20px rgba(255, 255, 255, 0.8));
}
.cndNewPd2022LP2__products .tabs__inner {
  position: relative;
  z-index: 2;
}
.cndNewPd2022LP2__products .event {
  position: relative;
  z-index: 2;
  margin: 60px auto;
}
.cndNewPd2022LP2__products .event .promotion-container {
  max-width: 1280px !important;
}
.cndNewPd2022LP2__products .info {
  position: relative;
  z-index: 3;
  margin: 60px auto;
}
.cndNewPd2022LP2__products .info .info_nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 2% 0;
}
.cndNewPd2022LP2__products .info .info_nav ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.cndNewPd2022LP2__products .info .info_nav ul li {
  background: #333;
  padding: 5px 15px;
  margin: 10px;
  font-weight: bold;
  color: white;
  cursor: pointer;
}
.cndNewPd2022LP2__products .info .info_nav ul li:hover {
  color: #333;
  background: #f5f5f5;
}
.cndNewPd2022LP2__products .info .info_nav .info_active {
  color: #333;
  background: #f5f5f5;
}
.cndNewPd2022LP2__products .info .info_group {
  width: 100%;
  height: auto;
  text-align: left;
  display: none;
  -webkit-animation: fadeUp 1s ease-in-out;
  animation: fadeUp 1s ease-in-out;
}
.cndNewPd2022LP2__products .info .info_group a {
  display: inline-block;
  margin: 15px;
  color: white;
}
.cndNewPd2022LP2__products .info .info_group .info_wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.cndNewPd2022LP2__products .info .info_group .info_wrapper .info_video {
  position: relative;
}
.cndNewPd2022LP2__products .info .info_group .info_wrapper .info_video img {
  width: 100%;
  height: 100%;
  position: relative;
}
.cndNewPd2022LP2__products .info .info_group .info_wrapper .info_video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.cndNewPd2022LP2__products .info .info_group .info_wrapper .info_block {
  width: 100%;
  height: auto;
  padding: 15px 0;
}
.cndNewPd2022LP2__products .info .info_group .info_wrapper .info_block .info_tags {
  width: 100%;
  height: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8rem;
}
.cndNewPd2022LP2__products .info .info_group .info_wrapper .info_block .info_tags .tag {
  padding: 5px 10px;
  background: #6f2de9;
}
.cndNewPd2022LP2__products .info .info_group .info_wrapper .info_block h5 {
  padding: 15px 0;
}
.cndNewPd2022LP2__products .info .info_group .info_wrapper .info_block p {
  padding: 0;
}
.cndNewPd2022LP2__products .info .info_group .info_wrapper .slick-arrow:hover {
  width: 30px;
  height: 30px;
}
.cndNewPd2022LP2__products .info .info_active {
  display: block;
}
.cndNewPd2022LP2__products .follow {
  position: relative;
  z-index: 2;
}
.cndNewPd2022LP2__products .follow__wrap {
  margin-bottom: 30px;
}
.cndNewPd2022LP2__products .follow__wrap .iconBox {
  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;
}
.cndNewPd2022LP2__products .follow__wrap .iconBox a {
  margin: 10px;
}
.cndNewPd2022LP2__products .follow__wrap .iconBox a img {
  max-width: 36px;
}
@media (min-width: 768px) {
  .cndNewPd2022LP2 {
    /*slick*/
  }
  .cndNewPd2022LP2::-webkit-scrollbar {
    display: none;
    verflow-x: hidden;
  }
  .cndNewPd2022LP2 h1, .cndNewPd2022LP2 .h1 {
    font-size: 42px;
  }
  .cndNewPd2022LP2 h2, .cndNewPd2022LP2 .h2 {
    font-size: 30px;
  }
  .cndNewPd2022LP2 h3, .cndNewPd2022LP2 .h3 {
    font-size: 24px;
  }
  .cndNewPd2022LP2 h4, .cndNewPd2022LP2 .h4 {
    font-size: 20px;
  }
  .cndNewPd2022LP2 h5, .cndNewPd2022LP2 .h5 {
    font-size: 16px;
  }
  .cndNewPd2022LP2 h6, .cndNewPd2022LP2 .h6 {
    font-size: 15px;
  }
  .cndNewPd2022LP2 p, .cndNewPd2022LP2 ul, .cndNewPd2022LP2 li {
    ont-size: 18px;
  }
  .cndNewPd2022LP2 .slick-prev,
.cndNewPd2022LP2 .slick-next {
    width: 70px;
    height: 70px;
  }
  .cndNewPd2022LP2 .slick-prev {
    left: -50px;
  }
  .cndNewPd2022LP2 .slick-prev::before {
    font-size: 70px;
    font-family: Arial, Helvetica, sans-serif;
    content: "‹";
  }
  .cndNewPd2022LP2 .slick-next {
    right: -50px;
  }
  .cndNewPd2022LP2 .slick-next::before {
    font-size: 70px;
    font-family: Arial, Helvetica, sans-serif;
    content: "›";
    right: -75px !important;
  }
  .cndNewPd2022LP2 .wrapper {
    width: 90%;
    margin: 0 auto;
    max-width: 1280px;
  }
  .cndNewPd2022LP2 .btn {
    width: 100%;
  }
  .cndNewPd2022LP2__kv--bg::before {
    display: none;
  }
  .cndNewPd2022LP2__kv--logo {
    width: 14%;
  }
  .cndNewPd2022LP2__kv--logo img {
    width: 100%;
  }
  .cndNewPd2022LP2__partner--bg {
    margin: 0 -200px;
  }
  .cndNewPd2022LP2__partner--content {
    height: 50%;
  }
  .cndNewPd2022LP2__partner--item figure h5 {
    font-size: 2vw;
  }
  .cndNewPd2022LP2__partner--item img {
    max-width: 160px;
    width: 50%;
  }
  .cndNewPd2022LP2__link {
    margin: 0 auto 40px auto;
    position: relative;
    z-index: 2;
  }
  .cndNewPd2022LP2__link .wrapper {
    text-align: center;
  }
  .cndNewPd2022LP2__products {
    color: #fff;
    background: url(https://storage-asset.msi.com/event/2022/cnd/2022-cnd-new-product-launch/images/lp2-bg-01.jpg) no-repeat top center;
    background-size: 100%;
  }
  .cndNewPd2022LP2__products--nav {
    margin: 0 0 0 0.5em;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 200;
  }
  .cndNewPd2022LP2__products--nav .tabs__tab {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(20% - 10px);
    color: #fff;
    position: relative;
    padding: 20px 10px;
  }
  .cndNewPd2022LP2__products--nav .tabs__tab.active {
    border-radius: 15px;
  }
  .cndNewPd2022LP2__products--nav .tabs__tab::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    background: linear-gradient(170deg, #1b043a, rgba(255, 5, 139, 0.5), #06f0f5, rgba(255, 5, 139, 0.5), #1b043a);
    background-size: 300% 300%;
    -webkit-clip-path: polygon(0% 100%, 3px 100%, 3px 3px, calc(100% - 3px) 3px, calc(100% - 3px) calc(100% - 3px), 3px calc(100% - 3px), 3px 100%, 100% 100%, 100% 0%, 0% 0%);
            clip-path: polygon(0% 100%, 3px 100%, 3px 3px, calc(100% - 3px) 3px, calc(100% - 3px) calc(100% - 3px), 3px calc(100% - 3px), 3px 100%, 100% 100%, 100% 0%, 0% 0%);
    -webkit-animation: gradient-animation 5s ease-in-out infinite alternate;
            animation: gradient-animation 5s ease-in-out infinite alternate;
  }
  .cndNewPd2022LP2__products--nav .tabs__tab figure img {
    min-width: 30%;
    max-width: 50%;
  }
  .cndNewPd2022LP2__products--nav .tabs__tab figure img.componentsIcon {
    max-width: 65%;
  }
  .cndNewPd2022LP2__products--nav .tabs__tab .arrow-ani {
    display: inline-block;
    -webkit-animation: animateaarrow 1.3s ease infinite;
            animation: animateaarrow 1.3s ease infinite;
  }
  .cndNewPd2022LP2__products--nav .tabs__tab h5 {
    display: block;
  }
  .cndNewPd2022LP2__products--nav .tabs__link {
    color: #fff;
  }
  .cndNewPd2022LP2__products--nav .tabs__link:link, .cndNewPd2022LP2__products--nav .tabs__link:focus, .cndNewPd2022LP2__products--nav .tabs__link:active {
    color: #fff;
  }
  .cndNewPd2022LP2__products--nav .tabs__link .arrow-ani {
    -webkit-animation: animateaarrow 1.3s ease infinite;
            animation: animateaarrow 1.3s ease infinite;
  }
  .cndNewPd2022LP2__products--nav .tabs__inner {
    width: 80%;
  }
  .cndNewPd2022LP2__products .product__wrap--item .pdContentTtitle {
    text-align: left;
    padding: 0 20px 20px 20px;
  }
  .cndNewPd2022LP2__products .product__wrap--item .pdContentTtitle .mainTitle {
    text-align: left;
  }
  .cndNewPd2022LP2__products .product__wrap--item .pdContentBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 20px 20px 20px;
  }
  .cndNewPd2022LP2__products .product__wrap--item .pdContentBox__txtbox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 55%;
  }
  .cndNewPd2022LP2__products .product__wrap--item .pdContentBox__txtbox ul {
    margin-left: 20px;
  }
  .cndNewPd2022LP2__products .product__wrap--item .pdContentBox__txtbox ul li {
    list-style: disc;
    padding-bottom: 6.6666666667px;
  }
  .cndNewPd2022LP2__products .product__wrap--item .pdContentBox__txtbox h4 {
    text-align: left;
  }
  .cndNewPd2022LP2__products .product__wrap--item .pdContentBox__txtbox h4 + h6 {
    text-align: left;
  }
  .cndNewPd2022LP2__products .product__wrap--item .pdContentBox__imgbox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 40%;
  }
  .cndNewPd2022LP2__products .info {
    position: relative;
    z-index: 3;
  }
  .cndNewPd2022LP2__products .info .info_nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cndNewPd2022LP2__products .info .info_nav ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .cndNewPd2022LP2__products .info .info_nav ul li {
    background: #333;
    padding: 5px 15px;
    margin: 10px;
    font-weight: bold;
    color: white;
    cursor: pointer;
  }
  .cndNewPd2022LP2__products .info .info_nav ul li:hover {
    color: #333;
    background: #f5f5f5;
  }
  .cndNewPd2022LP2__products .info .info_nav .info_active {
    color: #333;
    background: #f5f5f5;
  }
  .cndNewPd2022LP2__products .info .info_group {
    width: 100%;
    height: auto;
    text-align: left;
    display: none;
    -webkit-animation: fadeUp 1s ease-in-out;
    animation: fadeUp 1s ease-in-out;
  }
  .cndNewPd2022LP2__products .info .info_group a {
    display: inline-block;
    margin: 15px;
    color: white;
  }
  .cndNewPd2022LP2__products .info .info_group .info_wrapper {
    position: relative;
  }
  .cndNewPd2022LP2__products .info .info_group .info_wrapper .info_video {
    position: relative;
  }
  .cndNewPd2022LP2__products .info .info_group .info_wrapper .info_video img {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .cndNewPd2022LP2__products .info .info_group .info_wrapper .info_video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
  }
  .cndNewPd2022LP2__products .info .info_group .info_wrapper .info_block {
    width: 100%;
    height: auto;
    padding: 15px 0;
  }
  .cndNewPd2022LP2__products .info .info_group .info_wrapper .info_block .info_tags {
    width: 100%;
    height: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.8rem;
  }
  .cndNewPd2022LP2__products .info .info_group .info_wrapper .info_block .info_tags .tag {
    padding: 5px 10px;
    background: #6f2de9;
  }
  .cndNewPd2022LP2__products .info .info_group .info_wrapper .info_block h5 {
    padding: 15px 0;
  }
  .cndNewPd2022LP2__products .info .info_group .info_wrapper .info_block p {
    padding: 0;
  }
  .cndNewPd2022LP2__products .info .info_active {
    display: block;
  }
}
@media (min-width: 996px) {
  .cndNewPd2022LP2 h1, .cndNewPd2022LP2 .h1 {
    font-size: 42px;
  }
  .cndNewPd2022LP2 h2, .cndNewPd2022LP2 .h2 {
    font-size: 30px;
  }
  .cndNewPd2022LP2 h3, .cndNewPd2022LP2 .h3 {
    font-size: 24px;
  }
  .cndNewPd2022LP2 h4, .cndNewPd2022LP2 .h4 {
    font-size: 20px;
  }
  .cndNewPd2022LP2 h5, .cndNewPd2022LP2 .h5 {
    font-size: 16px;
  }
  .cndNewPd2022LP2 h6, .cndNewPd2022LP2 .h6 {
    font-size: 15px;
  }
  .cndNewPd2022LP2 .btn {
    width: auto;
  }
  .cndNewPd2022LP2 .imgxs, .cndNewPd2022LP2 img.imgxs, .cndNewPd2022LP2 .showxs {
    display: none;
  }
  .cndNewPd2022LP2 .imglg, .cndNewPd2022LP2 img.imglg .showlg {
    display: inline-block;
    margin: 0 auto;
  }
  .cndNewPd2022LP2 p {
    font-size: 18px;
  }
  .cndNewPd2022LP2 p.note {
    font-size: 20px;
  }
  .cndNewPd2022LP2 ul, .cndNewPd2022LP2 li {
    font-size: 18px;
  }
  .cndNewPd2022LP2 .note {
    font-size: 20px;
  }
  .cndNewPd2022LP2 .txtLink {
    font-size: 18px;
  }
  .cndNewPd2022LP2__kv--logo {
    width: 10%;
  }
  .cndNewPd2022LP2__kv--logo img {
    width: 100%;
  }
  .cndNewPd2022LP2__partner--bg {
    margin: 0;
  }
  .cndNewPd2022LP2__partner--content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
  .cndNewPd2022LP2__partner--content .wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .cndNewPd2022LP2__partner--item figure h5 {
    font-size: 1.25vw;
  }
  .cndNewPd2022LP2__partner--item figure h5 span {
    display: inline-block;
    padding: 0 5px;
  }
  .cndNewPd2022LP2__link {
    margin: -20px auto 40px auto;
    position: relative;
    z-index: 2;
  }
  .cndNewPd2022LP2__link .wrapper {
    text-align: center;
  }
}
@media (min-width: 1300px) {
  .cndNewPd2022LP2 h1, .cndNewPd2022LP2 .h1 {
    font-size: 48px;
  }
  .cndNewPd2022LP2 h2, .cndNewPd2022LP2 .h2 {
    font-size: 36px;
  }
  .cndNewPd2022LP2 h3, .cndNewPd2022LP2 .h3 {
    font-size: 26px;
  }
  .cndNewPd2022LP2 h4, .cndNewPd2022LP2 .h4 {
    font-size: 22px;
  }
  .cndNewPd2022LP2 h5, .cndNewPd2022LP2 .h5 {
    font-size: 18px;
  }
  .cndNewPd2022LP2 h6, .cndNewPd2022LP2 .h6 {
    font-size: 16px;
  }
  .cndNewPd2022LP2 p {
    font-size: 20px;
    line-height: 1.5;
  }
  .cndNewPd2022LP2 p.note {
    font-size: 22px;
  }
  .cndNewPd2022LP2 ul, .cndNewPd2022LP2 li {
    font-size: 20px;
  }
  .cndNewPd2022LP2 .note {
    font-size: 22px;
  }
  .cndNewPd2022LP2 .txtLink {
    font-size: 20px;
  }
  .cndNewPd2022LP2__kv--bg {
    margin: 0 -200px;
  }
  .cndNewPd2022LP2__kv--slogan img {
    width: 75%;
  }
  .cndNewPd2022LP2__kv--logo {
    width: 8%;
  }
  .cndNewPd2022LP2__kv--logo img {
    width: 100%;
  }
  .cndNewPd2022LP2__partner--item figure h5 {
    font-size: 1vw;
  }
}
@media (min-width: 1500px) {
  .cndNewPd2022LP2__kv--bg {
    margin: 0 -150px;
  }
  .cndNewPd2022LP2__kv--slogan img {
    width: 85%;
  }
}
@media (min-width: 1930px) {
  .cndNewPd2022LP2 h1, .cndNewPd2022LP2 .h1 {
    font-size: 54px;
  }
  .cndNewPd2022LP2 h2, .cndNewPd2022LP2 .h2 {
    font-size: 42px;
  }
  .cndNewPd2022LP2 h3, .cndNewPd2022LP2 .h3 {
    font-size: 30px;
  }
  .cndNewPd2022LP2 h4, .cndNewPd2022LP2 .h4 {
    font-size: 26px;
  }
  .cndNewPd2022LP2 h5, .cndNewPd2022LP2 .h5 {
    font-size: 20px;
  }
  .cndNewPd2022LP2 h6, .cndNewPd2022LP2 .h6 {
    font-size: 18px;
  }
  .cndNewPd2022LP2 p, .cndNewPd2022LP2 ul, .cndNewPd2022LP2 li {
    font-size: 20px;
  }
  .cndNewPd2022LP2__kv--bg {
    margin: 0 auto;
  }
  .cndNewPd2022LP2__kv--slogan img {
    width: 100%;
  }
  .cndNewPd2022LP2__kv--logo {
    width: 8%;
  }
  .cndNewPd2022LP2__kv--logo img {
    width: 80%;
  }
  .cndNewPd2022LP2__partner--item figure h5 {
    font-size: 0.75vw;
  }
}
@media (min-width: 2530px) {
  .cndNewPd2022LP2 h1, .cndNewPd2022LP2 .h1 {
    font-size: 54px;
  }
  .cndNewPd2022LP2 h2, .cndNewPd2022LP2 .h2 {
    font-size: 42px;
  }
  .cndNewPd2022LP2 h3, .cndNewPd2022LP2 .h3 {
    font-size: 30px;
  }
  .cndNewPd2022LP2 h4, .cndNewPd2022LP2 .h4 {
    font-size: 26px;
  }
  .cndNewPd2022LP2 h5, .cndNewPd2022LP2 .h5 {
    font-size: 20px;
  }
  .cndNewPd2022LP2 h6, .cndNewPd2022LP2 .h6 {
    font-size: 18px;
  }
  .cndNewPd2022LP2 p, .cndNewPd2022LP2 ul, .cndNewPd2022LP2 li {
    font-size: 20px;
  }
  .cndNewPd2022LP2__kv--bg {
    margin: 0 auto;
  }
  .cndNewPd2022LP2__kv--slogan img {
    width: 100%;
  }
  .cndNewPd2022LP2__kv--logo {
    width: 8%;
  }
  .cndNewPd2022LP2__kv--logo img {
    width: 80%;
  }
  .cndNewPd2022LP2__partner--item figure h5 {
    font-size: 0.65vw;
  }
}
@media (min-width: 3000px) {
  .cndNewPd2022LP2__partner--item figure h5 {
    font-size: 0.55vw;
  }
}

@-webkit-keyframes glow {
  from {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(111, 45, 233, 0.3));
    filter: drop-shadow(0px 0px 5px rgba(111, 45, 233, 0.3));
  }
  to {
    -webkit-filter: drop-shadow(0px 0px 8px rgba(63, 162, 192, 0.8));
    filter: drop-shadow(0px 0px 8px rgba(63, 162, 192, 0.8));
  }
}

@keyframes glow {
  from {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(111, 45, 233, 0.3));
    filter: drop-shadow(0px 0px 5px rgba(111, 45, 233, 0.3));
  }
  to {
    -webkit-filter: drop-shadow(0px 0px 8px rgba(63, 162, 192, 0.8));
    filter: drop-shadow(0px 0px 8px rgba(63, 162, 192, 0.8));
  }
}
@-webkit-keyframes glitch1 {
  0% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  5% {
    -webkit-transform: skew(-0.5deg, -0.9deg);
            transform: skew(-0.5deg, -0.9deg);
    opacity: 0.75;
  }
  10% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  20% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  25% {
    -webkit-transform: skew(0.8deg, -0.1deg);
            transform: skew(0.8deg, -0.1deg);
    opacity: 0.75;
  }
  30% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  35% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  45% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  55% {
    -webkit-transform: skew(-1deg, 0.2deg);
            transform: skew(-1deg, 0.2deg);
    opacity: 0.75;
  }
  60% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  65% {
    -webkit-transform: skew(0.4deg, 1deg);
            transform: skew(0.4deg, 1deg);
    opacity: 0.75;
  }
  70% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  75% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  80% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  85% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  90% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@keyframes glitch1 {
  0% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  5% {
    -webkit-transform: skew(-0.5deg, -0.9deg);
            transform: skew(-0.5deg, -0.9deg);
    opacity: 0.75;
  }
  10% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  20% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  25% {
    -webkit-transform: skew(0.8deg, -0.1deg);
            transform: skew(0.8deg, -0.1deg);
    opacity: 0.75;
  }
  30% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  35% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  45% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  55% {
    -webkit-transform: skew(-1deg, 0.2deg);
            transform: skew(-1deg, 0.2deg);
    opacity: 0.75;
  }
  60% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  65% {
    -webkit-transform: skew(0.4deg, 1deg);
            transform: skew(0.4deg, 1deg);
    opacity: 0.75;
  }
  70% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  75% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  80% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  85% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  90% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes glitch2 {
  0% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  5% {
    -webkit-transform: translate(-3px, -3px);
            transform: translate(-3px, -3px);
    opacity: 0.5;
  }
  10% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  20% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  25% {
    -webkit-transform: translate(-5px, -3px);
            transform: translate(-5px, -3px);
    opacity: 0.5;
  }
  30% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  35% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  45% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  55% {
    -webkit-transform: translate(-5px, -1px);
            transform: translate(-5px, -1px);
    opacity: 0.5;
  }
  60% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  65% {
    -webkit-transform: translate(-3px, -6px);
            transform: translate(-3px, -6px);
    opacity: 0.5;
  }
  70% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  75% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  80% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  85% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  90% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
}
@keyframes glitch2 {
  0% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  5% {
    -webkit-transform: translate(-3px, -3px);
            transform: translate(-3px, -3px);
    opacity: 0.5;
  }
  10% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  20% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  25% {
    -webkit-transform: translate(-5px, -3px);
            transform: translate(-5px, -3px);
    opacity: 0.5;
  }
  30% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  35% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  45% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  55% {
    -webkit-transform: translate(-5px, -1px);
            transform: translate(-5px, -1px);
    opacity: 0.5;
  }
  60% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  65% {
    -webkit-transform: translate(-3px, -6px);
            transform: translate(-3px, -6px);
    opacity: 0.5;
  }
  70% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  75% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  80% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  85% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  90% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
}
@-webkit-keyframes glitch3 {
  0% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  5% {
    -webkit-transform: translate(3px, 3px);
            transform: translate(3px, 3px);
    opacity: 0.5;
  }
  10% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  20% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  25% {
    -webkit-transform: translate(5px, 3px);
            transform: translate(5px, 3px);
    opacity: 0.5;
  }
  30% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  35% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  45% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  55% {
    -webkit-transform: translate(5px, 1px);
            transform: translate(5px, 1px);
    opacity: 0.5;
  }
  60% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  65% {
    -webkit-transform: translate(3px, 6px);
            transform: translate(3px, 6px);
    opacity: 0.5;
  }
  70% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  75% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  80% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  85% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  90% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
}
@keyframes glitch3 {
  0% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  5% {
    -webkit-transform: translate(3px, 3px);
            transform: translate(3px, 3px);
    opacity: 0.5;
  }
  10% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  20% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  25% {
    -webkit-transform: translate(5px, 3px);
            transform: translate(5px, 3px);
    opacity: 0.5;
  }
  30% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  35% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  45% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  55% {
    -webkit-transform: translate(5px, 1px);
            transform: translate(5px, 1px);
    opacity: 0.5;
  }
  60% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  65% {
    -webkit-transform: translate(3px, 6px);
            transform: translate(3px, 6px);
    opacity: 0.5;
  }
  70% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  75% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  80% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  85% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  90% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 0.25;
  }
}
@-webkit-keyframes animateaarrow {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 0;
  }
}
@keyframes animateaarrow {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 0;
  }
}
@-webkit-keyframes gradient-animation {
  0% {
    background-position: 0% 10%;
    opacity: 1;
  }
  50% {
    background-position: 150% 50%;
    opacity: 1;
  }
  100% {
    background-position: 300% 300%;
    opacity: 0.5;
  }
}
@keyframes gradient-animation {
  0% {
    background-position: 0% 10%;
    opacity: 1;
  }
  50% {
    background-position: 150% 50%;
    opacity: 1;
  }
  100% {
    background-position: 300% 300%;
    opacity: 0.5;
  }
}/*# sourceMappingURL=main.css.map */