* {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul, li {
  list-style: none;
}

button, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

h1 {
  display: none;
}

.delighter.fadein.started {
  opacity: 1;
}

.delighter.fadein {
  opacity: 0;
  -webkit-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}

.delighter.fadeLeft.started {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.delighter.fadeLeft {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.delighter.fadeRight.started {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.delighter.fadeRight {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.delighter.fadeTop.started {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.delighter.fadeTop {
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.main-title {
  font-size: 25px;
  text-align: center;
  padding: 20px 0;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, right top, from(#eb0079), color-stop(41%, #6936ee), color-stop(71%, #1651c4), to(#1ff9fd));
  background: linear-gradient(90deg, #eb0079 0%, #6936ee 41%, #1651c4 71%, #1ff9fd 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
@media (min-width: 996px) {
  .main-title {
    font-size: 38px;
    text-align: left;
  }
}

.btnSty {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #000;
  border-radius: 50px;
  padding: 10px 20px;
  border: 2px solid #000;
  font-size: 15px;
  font-weight: 900;
}
@media (min-width: 996px) {
  .btnSty {
    font-size: 17px;
  }
}
.btnSty span {
  color: #fff;
}
.btnSty:hover {
  cursor: pointer;
  background: #fff;
}
.btnSty:hover span {
  color: #000;
}

html {
  scroll-behavior: smooth;
}

.project {
  position: relative;
  overflow: hidden;
  background: linear-gradient(275deg, #1b2b91, #8dc2ff, #e933ae);
}
.project img {
  display: block;
}
.project figure {
  margin: 0;
  padding: 0;
}
.project .languageChange {
  font-size: 14px;
  position: fixed;
  z-index: 800;
  right: 0;
  bottom: 30px;
}
.project .languageChange a {
  width: 40px;
  height: 40px;
  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;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#323232), color-stop(40%, #3F3F3F), color-stop(150%, #1C1C1C)), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.4)), color-stop(200%, rgba(0, 0, 0, 0.25)));
  background: linear-gradient(to bottom, #323232 0%, #3F3F3F 40%, #1C1C1C 150%), linear-gradient(to top, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.25) 200%);
  margin-bottom: 1px;
}
.project .languageChange a img {
  width: 20px;
}
.project .languageChange a .gotop {
  background: -webkit-gradient(linear, left top, left bottom, from(#323232), color-stop(40%, #3F3F3F), color-stop(150%, #1C1C1C)), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.4)), color-stop(200%, rgba(0, 0, 0, 0.25)));
  background: linear-gradient(to bottom, #323232 0%, #3F3F3F 40%, #1C1C1C 150%), linear-gradient(to top, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.25) 200%);
}
.project .languageChange a:hover {
  cursor: pointer;
  background: linear-gradient(45deg, rgba(181, 51, 233, 0.568627451), rgba(45, 132, 232, 0.5921568627));
}
.project .languageChange a.active {
  background: linear-gradient(45deg, #b533e9, #2d84e8);
}
.project .kv {
  width: 100%;
  position: relative;
}
.project .kv__content, .project .kv__fireworks, .project .kv__pd {
  position: absolute;
  top: 0;
  left: 0;
}
.project .kv__fireworks {
  position: absolute;
  top: 0;
  left: 12%;
  width: 12%;
  -webkit-animation: bump 0.6s ease-in-out infinite alternate;
          animation: bump 0.6s ease-in-out infinite alternate;
}
@media (min-width: 996px) {
  .project .kv__fireworks {
    left: 7%;
    width: 7%;
  }
}
.project .kv__btn {
  position: absolute;
  bottom: 30%;
  right: 6%;
  width: 22%;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}
@media (min-width: 996px) {
  .project .kv__btn {
    bottom: 5%;
    right: 4%;
    width: 10%;
  }
}
.project .kv__btn:hover {
  cursor: pointer;
  opacity: 0.9;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
@-webkit-keyframes bump {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bump {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.project .date {
  padding-top: 20px;
}
@media (min-width: 996px) {
  .project .date {
    padding-top: 50px;
  }
}
.project .date__wrapper {
  color: #fff;
  text-align: center;
  padding: 20px 25pz;
}
.project .date__wrapper h3 {
  font-size: 18px;
  font-weight: 900;
  font-style: italic;
}
@media (min-width: 768px) {
  .project .date__wrapper h3 {
    font-size: 26px;
  }
}
@media (min-width: 996px) {
  .project .date__wrapper h3 {
    font-size: 1.8vw;
  }
}
@media (min-width: 1930px) {
  .project .date__wrapper h3 {
    font-size: 45px;
  }
}
.project .date__wrapper h4 {
  font-size: 14px;
  font-weight: 900;
  font-style: italic;
  color: #ffd11d;
}
@media (min-width: 768px) {
  .project .date__wrapper h4 {
    font-size: 20px;
  }
}
@media (min-width: 996px) {
  .project .date__wrapper h4 {
    font-size: 1.2vw;
  }
}
@media (min-width: 1930px) {
  .project .date__wrapper h4 {
    font-size: 32px;
  }
}
.project .date .msi__container {
  max-width: 1000px;
}
.project .partners {
  padding: 0 0 20px;
}
@media (min-width: 996px) {
  .project .partners {
    padding: 50px 0;
  }
}
.project .partners__wrapper-logos {
  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;
  background: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 15px 10px;
}
@media (min-width: 996px) {
  .project .partners__wrapper-logos {
    border-radius: 20px;
    padding: 30px 20px;
  }
}
.project .partners__wrapper-logos a {
  margin: 0 10px;
}
@media (min-width: 996px) {
  .project .partners__wrapper-logos a {
    margin: 0 20px;
  }
}
.project .partners__wrapper-logos a img:hover {
  opacity: 0.8;
}
.project .latency {
  line-height: 1;
}
.project .latency .lineBox {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 10px 0;
  background: linear-gradient(45deg, #5e8af0, #2a34b5, #d35ef0);
  color: #ffffff;
  font-family: "nimbus-sans-extended", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.project .latency .lineBox .marquee {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 20px;
  overflow-x: hidden;
  line-height: 20px;
}
.project .latency .lineBox .marquee .track {
  position: absolute;
  white-space: nowrap;
  -webkit-animation: marquee 30s linear infinite forwards;
          animation: marquee 30s linear infinite forwards;
}
.project .latency .lineBox .marquee .track2 {
  position: absolute;
  white-space: nowrap;
  -webkit-animation: marquee2 30s linear infinite forwards;
  animation: marquee2 30s linear infinite forwards;
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes marquee2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes marquee2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.project .game {
  position: relative;
  text-align: center;
  padding-bottom: 20px;
}
@media (min-width: 996px) {
  .project .game {
    padding-bottom: 50px;
  }
}
.project .game__box {
  background: linear-gradient(-45deg, #173ca6, #2f1d89, #5eb5fa, #a41add);
  border-radius: 10px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 0 0;
  overflow: hidden;
}
@media (min-width: 996px) {
  .project .game__box {
    border-radius: 50px;
    padding: 30px 0 0;
  }
}
.project .game__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  color: #fff;
  padding-bottom: 15px;
  font-family: var(--title-md);
}
@media (min-width: 996px) {
  .project .game__title {
    font-size: 30px;
    padding-bottom: 25px;
  }
}
.project .game__title span {
  margin-right: 30px;
  -webkit-animation: marquee 40s linear infinite;
          animation: marquee 40s linear infinite;
}
.project .game__img {
  position: relative;
  -webkit-animation: flash 1s linear infinite;
          animation: flash 1s linear infinite;
}
.project .game__img a {
  cursor: pointer;
}
.project .game__img .btnSty {
  position: absolute;
  bottom: 10%;
  right: 2%;
  padding: 2px 10px;
  font-size: 12px;
}
@media (min-width: 996px) {
  .project .game__img .btnSty {
    right: 5%;
    padding: 10px 20px;
    font-size: 15px;
  }
}
@-webkit-keyframes flash {
  0%, 100% {
    -webkit-box-shadow: 0 0 5px #022962;
            box-shadow: 0 0 5px #022962;
  }
  50% {
    -webkit-box-shadow: 0 0 10px #0ecefe;
            box-shadow: 0 0 10px #0ecefe;
  }
}
@keyframes flash {
  0%, 100% {
    -webkit-box-shadow: 0 0 5px #022962;
            box-shadow: 0 0 5px #022962;
  }
  50% {
    -webkit-box-shadow: 0 0 10px #0ecefe;
            box-shadow: 0 0 10px #0ecefe;
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.project .pbm-intro {
  padding: 0 0 20px;
  background-image: url(https://storage-asset.msi.com/event/2024/AR/pbm-year-end-promotion/images/pbm-intro-bg.jpg);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 996px) {
  .project .pbm-intro {
    padding: 7% 0;
  }
}
.project .pbm-intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgb(0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgb(0, 0, 0));
}
.project .pbm-intro__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px 0;
}
@media (min-width: 996px) {
  .project .pbm-intro__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.project .pbm-intro__flex-txt {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  text-align: left;
  color: #fff;
}
.project .pbm-intro__flex-txt h2 {
  text-align: left;
  margin: 0;
  text-shadow: #be1cff 2px 2px 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-animation: 3s h2ani ease infinite;
  animation: 3s h2ani ease infinite;
}
.project .pbm-intro__flex-img {
  -webkit-box-flex: 30%;
      -ms-flex: 30%;
          flex: 30%;
}
@media (min-width: 768px) {
  .project .pbm-intro__flex-img {
    width: 50%;
  }
}
@media (min-width: 996px) {
  .project .pbm-intro__flex-img {
    width: 100%;
  }
}
@-webkit-keyframes h2ani {
  0% {
    text-shadow: #01d4d8 0px 0px 20px;
  }
  25% {
    text-shadow: #cc00ff 0px 0px 30px;
  }
  50% {
    text-shadow: #01d4d8 0px 0px 20px;
  }
  75% {
    text-shadow: #cc00ff 0px 0px 30px;
  }
  100% {
    text-shadow: #01d4d8 0px 0px 20px;
  }
}
@keyframes h2ani {
  0% {
    text-shadow: #01d4d8 0px 0px 20px;
  }
  25% {
    text-shadow: #cc00ff 0px 0px 30px;
  }
  50% {
    text-shadow: #01d4d8 0px 0px 20px;
  }
  75% {
    text-shadow: #cc00ff 0px 0px 30px;
  }
  100% {
    text-shadow: #01d4d8 0px 0px 20px;
  }
}
.project .levelBox {
  padding: 20px 0;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(45deg, #ffffff, #eee);
  background-image: url(https://storage-asset.msi.com/event/2024/AR/pbm-year-end-promotion/images/bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 996px) {
  .project .levelBox {
    padding: 50px 0;
    text-align: left;
  }
}
.project .levelBox__img {
  margin: 0 auto;
  position: relative;
}
@media (min-width: 996px) {
  .project .levelBox__img {
    width: 86%;
    margin: 0 auto;
  }
}
.project .levelBox__item {
  opacity: 0;
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
}
.project .levelBox__item--txt {
  color: #000;
}
.project .levelBox__item--txt b {
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, from(#070f56), to(#5ab7fc));
  background: linear-gradient(#070f56, #5ab7fc);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: var(--title-md);
  text-align: center;
  margin-bottom: 15px;
  display: block;
}
@media (min-width: 996px) {
  .project .levelBox__item--txt b {
    text-align: left;
  }
}
.project .levelBox__item--txt span {
  font-weight: bold;
}
.project .levelBox__item--txt .note {
  color: #555;
  font-size: var(--note-xl);
  padding-top: 20px;
}
.project .levelBox__item--txt .note a {
  color: #163ba5;
  text-decoration: underline;
}
.project .levelBox__item--txt .note a:hover {
  cursor: pointer;
  color: rgba(22, 60, 165, 0.7803921569);
}
.project .levelBox__item--icon {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 4%;
  margin: 3% 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 996px) {
  .project .levelBox__item--icon {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px 4%;
  }
}
.project .levelBox__item--icon figure {
  text-align: center;
  -webkit-filter: drop-shadow(0px 0px 20px #fff);
          filter: drop-shadow(0px 0px 20px #fff);
}
.project .levelBox__item--icon figure img {
  max-height: 60px;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .project .levelBox__item--icon figure img {
    max-height: 85px;
  }
}
.project .levelBox__item--icon figure figcaption {
  color: #000;
  font-size: 12px;
}
.project .levelBox__item--icon figure.hide {
  opacity: 0;
  display: none;
}
@media (min-width: 996px) {
  .project .levelBox__item--icon figure.hide {
    display: block !important;
  }
}
.project .levelBox__item--icon figure.opacity50 {
  opacity: 0.3;
  -webkit-animation-name: iconAni;
          animation-name: iconAni;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.project .levelBox__item--gift {
  max-width: 800px;
  margin: 0 auto;
}
.project .levelBox__item--gift .block {
  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;
  padding: 10px;
  margin: 20px 0;
  border-radius: 50px;
  color: #000;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid transparent;
  background: -webkit-gradient(linear, left top, right top, from(white), to(white)), -webkit-gradient(linear, left top, right top, from(#e933ae), to(#1651c4));
  background: linear-gradient(to right, white, white), linear-gradient(to right, #e933ae, #1651c4);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
}
@media (min-width: 996px) {
  .project .levelBox__item--gift .block {
    padding: 25px;
    border: 4px solid transparent;
  }
}
.project .levelBox__item--gift .block__left {
  font-size: 17px;
  font-weight: bold;
  width: 18%;
}
@media (min-width: 996px) {
  .project .levelBox__item--gift .block__left {
    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;
    font-size: 22px;
  }
}
.project .levelBox__item--gift .block__left .icon-gift {
  width: 25px;
  margin: 0 auto 5px;
}
@media (min-width: 996px) {
  .project .levelBox__item--gift .block__left .icon-gift {
    margin: 0 10px;
  }
}
.project .levelBox__item--gift .block__left .icon-gift img {
  width: auto;
}
.project .levelBox__item--gift .block__line {
  width: 1px;
  height: 50px;
  background: #222;
}
.project .levelBox__item--gift .block__right {
  width: 75%;
  font-size: 14px;
}
@media (min-width: 996px) {
  .project .levelBox__item--gift .block__right {
    font-size: 18px;
  }
}
.project .levelBox__item.active {
  position: relative;
  top: auto;
  z-index: 1;
  opacity: 1;
}
.project .levelBox .btnstyle {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 10px 20px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  overflow: hidden;
}
.project .levelBox .btnstyle:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
}
.project .levelBox .btnstyle:hover::before {
  height: 100%;
}
.project .levelBox .btnstyle span {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}
.project .levelBox__btnbox {
  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-wrap: wrap;
      flex-wrap: wrap;
  gap: 5%;
  margin: 3% 0 5%;
}
.project .levelBox__btnbox-btn {
  cursor: pointer;
  opacity: 0.4;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28%;
          flex: 0 0 28%;
}
@media (min-width: 996px) {
  .project .levelBox__btnbox-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16%;
            flex: 0 0 16%;
  }
}
.project .levelBox__btnbox-btn img {
  max-width: 100%;
}
.project .levelBox__btnbox-btn.active {
  opacity: 1;
  -webkit-filter: drop-shadow(0 0 25px #fff);
          filter: drop-shadow(0 0 25px #fff);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@-webkit-keyframes iconAni {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
    -webkit-filter: contrast(1);
            filter: contrast(1);
  }
  50% {
    -webkit-filter: brightness(0.4);
            filter: brightness(0.4);
    -webkit-filter: contrast(0.4);
            filter: contrast(0.4);
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
    -webkit-filter: contrast(1);
            filter: contrast(1);
  }
}
@keyframes iconAni {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
    -webkit-filter: contrast(1);
            filter: contrast(1);
  }
  50% {
    -webkit-filter: brightness(0.4);
            filter: brightness(0.4);
    -webkit-filter: contrast(0.4);
            filter: contrast(0.4);
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
    -webkit-filter: contrast(1);
            filter: contrast(1);
  }
}
.project .promotion {
  text-align: center;
  color: #fff;
  padding: 20px 0 40px;
  background-image: url(https://storage-asset.msi.com/event/2024/AR/pbm-year-end-promotion/images/promotion-bg.jpg);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 996px) {
  .project .promotion {
    padding: 50px 0;
  }
}
.project .promotion::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), to(rgb(0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgb(0, 0, 0));
}
.project .promotion .centerBox {
  position: relative;
}
.project .promotion .centerBox__left {
  position: absolute;
  top: 40%;
  left: -1%;
  z-index: 8;
  width: 15px;
  cursor: pointer;
}
.project .promotion .centerBox__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.project .promotion .centerBox__right {
  position: absolute;
  top: 40%;
  right: -1%;
  z-index: 8;
  width: 15px;
  cursor: pointer;
}
.project .promotion .centerBox__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.project .promotion .centerBox__slide {
  text-align: center;
  padding: 10px;
}
.project .promotion .centerBox__slide p {
  font-size: 18px;
  text-align: center;
  margin: 10px auto 0;
  display: inline-block;
  color: #ccc;
}
.project .promotion .centerBox a {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.project .promotion .centerBox a:hover {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.project .promotion .centerBox a figure {
  overflow: hidden;
  border-radius: 5px;
}
.project .promotion .centerBox a figure img {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  opacity: 0.8;
}
.project .promotion .centerBox a figure img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  opacity: 1;
}
.project .centerDots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.project .centerDots__item {
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#5de2e2), to(#f75fad)) border-box;
  background: linear-gradient(to bottom, #5de2e2, #f75fad) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  width: 12px;
  height: 12px;
  border: 2px solid transparent;
  border-radius: 50px;
  margin: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.project .centerDots__item.active {
  -webkit-transition: 0.5sv;
  transition: 0.5sv;
  width: 30px;
}
.project .btns {
  padding: 20px 0 0;
}
@media (min-width: 996px) {
  .project .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 50px 0 0;
  }
}
.project .btns .btnSty {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 10px auto;
}
@media (min-width: 996px) {
  .project .btns .btnSty {
    width: 15%;
    margin: 0 20px;
  }
}
.project .btns .tcbutton {
  max-width: 500px;
  width: 90%;
  position: relative;
  cursor: pointer;
  margin: 0 auto;
  border: 3px solid #a51226;
  border-radius: 12px;
  -webkit-box-shadow: 4px 4px 0px #f33062;
          box-shadow: 4px 4px 0px #f33062;
  background-color: rgba(255, 255, 255, 0.9490196078);
  color: #000;
  padding: 5px 0;
  font-weight: bolder;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
}
@media (min-width: 996px) {
  .project .btns .tcbutton {
    width: 30%;
  }
}
.project .btns .tcbutton:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-box-shadow: 0px 0px 0px #f33062;
          box-shadow: 0px 0px 0px #f33062;
  opacity: 0.8;
}
.project .follow {
  padding: 0 0 30px;
  text-align: center;
}
@media (min-width: 996px) {
  .project .follow {
    padding: 20px 0 50px;
  }
}
.project .follow__wrapper {
  color: #fff;
}
.project .follow__wrapper .main-title {
  text-align: center;
}
.project .follow__wrapper a {
  color: #000;
  font-size: 60px;
  margin: 0 5px;
  border-radius: 9px;
  -webkit-box-shadow: 2px 2px 2px #606060;
          box-shadow: 2px 2px 2px #606060;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: rgba(255, 255, 255, 0.8);
}
.project .follow__wrapper a:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0px 0px 2px #606060;
          box-shadow: 0px 0px 2px #606060;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: rgb(255, 255, 255);
}/*# sourceMappingURL=main.css.map */