:root {
  --co1: #f3ed6b;
  --co2: #2db2cb;
  --shadow-color: #08394d;
}

.project {
  background-size: cover;
  background: var(--co1);
}
.project img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.project .main-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  border-radius: 20vw;
  overflow: hidden;
  background: #000;
  width: 100%;
  margin: 0px auto;
}
.project .main-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.3), rgba(34, 34, 34, 0.9) 70%);
}
@media (min-width: 996px) {
  .project .main-content {
    border-radius: 15em;
  }
}
@media (min-width: 1600px) {
  .project .main-content {
    border-radius: 25em;
  }
}
.project .main-content {
  color: #fff;
  text-align: center;
}
.project .main-content__vignette {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 150px 20px black;
          box-shadow: inset 0 0 150px 20px black;
  mix-blend-mode: multiply;
  -webkit-animation: main-content-vignette-anim 3s infinite;
          animation: main-content-vignette-anim 3s infinite;
  pointer-events: none;
  z-index: 18;
}
.project .main-content__noise {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.15;
  z-index: 15;
}
.project .main-content__film-dust {
  position: absolute;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  overflow: hidden;
}
.project .main-content__title-cont {
  position: relative;
  z-index: 2;
  max-width: 90%;
  font-size: 12px;
}
@media (min-width: 996px) {
  .project .main-content__title-cont {
    font-size: 1em;
  }
}
.project .main-content__title-cont b {
  background: -webkit-gradient(linear, left bottom, left top, from(#e9aa00), to(#fff240));
  background: linear-gradient(to top, #e9aa00 0%, #fff240 100%);
  -webkit-background-clip: text;
  color: transparent;
}
.project .main-content__over-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.project .main-content__dot {
  width: 3px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  will-change: transform, opacity;
}
.project .kv {
  background: url("../images/kv-bg.jpg") no-repeat center center/cover var(--co1);
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .project .kv {
    padding: 30px 0;
  }
}
.project .kv__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1920px;
}
@media (min-width: 768px) {
  .project .kv__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 50px 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.project .kv__bottom {
  z-index: 2;
  font-size: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: center;
}
@media (min-width: 996px) {
  .project .kv__bottom {
    text-align: left;
    padding-left: 50px;
  }
}
.project .kv__minions {
  position: relative;
  z-index: 3;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (min-width: 1930px) {
  .project .kv__minions > picture {
    position: relative;
    display: block;
    line-height: 0;
    width: 100%;
  }
  .project .kv__minions > picture::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, right top, from(var(--co1)), color-stop(10%, transparent));
    background: linear-gradient(to right, var(--co1), transparent 10%);
    -webkit-mask-image: url("https://storage-asset.msi.com/event/2026/tw/minions-and-monsters/images/kv-monster.png");
    mask-image: url("https://storage-asset.msi.com/event/2026/tw/minions-and-monsters/images/kv-monster.png");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
  }
}
.project .kv__minions-title {
  position: absolute;
  top: 10%;
  left: 8%;
  width: 42%;
  z-index: 4;
  pointer-events: none;
  isolation: isolate;
}
.project .kv__minions-title__screen {
  position: relative;
  display: block;
  width: 100%;
  line-height: 0;
  --title-mask: url('https://storage-asset.msi.com/event/2026/tw/minions-and-monsters/images/kv-title.png');
}
.project .kv__minions-title__screen picture {
  display: block;
  width: 100%;
}
.project .kv__minions-title__screen picture img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-filter: sepia(30%);
          filter: sepia(30%);
  opacity: 0.7;
}
.project .kv__minions-title__screen > img[data-old-movie-clone] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
  -webkit-filter: sepia(30%);
          filter: sepia(30%);
  will-change: opacity, transform;
}
.project .kv__minions-title__screen::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: radial-gradient(ellipse at center, transparent 45%, rgba(0, 0, 0, 0.42) 100%);
  mix-blend-mode: multiply;
  -webkit-mask-image: var(--title-mask);
  mask-image: var(--title-mask);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.project .kv__minions-title.is-reduced-motion .kv__minions-title__screen img {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}

.project .kv__minions-light {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: plus-lighter;
  opacity: 0.5;
  clip-path: inset(0 0 0 46%);
}
.project .kv__minions-light picture {
  display: block;
  width: 100%;
  height: 100%;
}
.project .kv__minions-light picture img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.7;
}
.project .kv__minions-light > img[data-old-movie-clone] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
  will-change: opacity, transform;
}
.project .kv__minions-light.is-reduced-motion img {
  opacity: 1;
}
.project .kv__txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  position: relative;
  z-index: 1;
  -webkit-perspective: 900px;
          perspective: 900px;
  overflow: hidden;
  line-height: 0;
}
.project .kv__txt > picture,
.project .kv__txt > img {
  display: block;
  width: 100%;
}
.project .kv__txt > picture img {
  clip-path: inset(0 0 5px 0);
}
.project .kv__txt-title, .project .kv__txt-intro {
  position: absolute;
  inset: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  will-change: opacity, transform;
}
.project .kv__txt-title picture,
.project .kv__txt-title img, .project .kv__txt-intro picture,
.project .kv__txt-intro img {
  display: block;
  width: 100%;
}
.project .kv__txt-title {
  top: 0;
  z-index: 4;
}
.project .kv__txt-intro {
  bottom: 0;
  z-index: 3;
}
.project .redeem {
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 50px 0;
}
@media (min-width: 996px) {
  .project .redeem {
    margin: 3% 0;
  }
}
.project .redeem__date-flex {
  margin: 3% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.project .redeem__date-item {
  width: 80%;
  margin: 2% 0;
  text-align: center;
  border-bottom: 1px solid #445c60;
  padding-bottom: 4%;
}
.project .redeem__date-item:nth-last-of-type(1) {
  border-bottom: 0;
}
@media (min-width: 996px) {
  .project .redeem__date-item {
    width: 23%;
    text-align: center;
    border-right: 1px solid #445c60;
    padding-right: 20px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .project .redeem__date-item:nth-last-of-type(1) {
    border-right: 0;
  }
}
.project .redeem__date-item small {
  display: block;
  font-size: 14px;
  color: #999;
}
.project .redeem__date-item h3 {
  font-size: 22px;
  color: #40bb5e;
  margin-bottom: 10px;
}
@media (min-width: 996px) {
  .project .redeem__date-item h3 {
    font-size: 25px;
  }
}
.project .redeem__date-item p {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #fff;
}
@media (min-width: 996px) {
  .project .redeem__date-item p {
    font-size: 20px;
  }
}
.project .redeem__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 2.5%;
  position: relative;
  z-index: 100;
}
.project .redeem__flex__btn-wrap {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.project .redeem__flex:not(.is-ready) > .project .redeem__flex__btn {
  opacity: 0;
}
.project .redeem__flex.is-ready > .project .redeem__flex__btn, .project .redeem__flex.is-ready .project .redeem__flex__btn-wrap {
  opacity: 1;
}
.project .redeem__btn-wrap {
  position: relative;
  display: inline-block;
  margin: 5px;
  vertical-align: top;
  overflow: visible;
  border-radius: 30px;
  isolation: isolate;
}
@media (min-width: 996px) {
  .project .redeem__btn-wrap {
    margin: 20px 10px;
  }
}
.project .redeem__btn-wrap::before {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 12px;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-box-shadow: 0 0 12px rgba(124, 180, 252, 0.25);
          box-shadow: 0 0 12px rgba(124, 180, 252, 0.25);
}
.project .redeem__btn-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  z-index: 6;
  -webkit-transition: border-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: border-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.project .redeem__btn-wrap.is-movie-hover::before {
  opacity: 1;
  -webkit-box-shadow: 0 0 10px rgba(124, 180, 252, 0.35), 0 0 18px rgba(124, 180, 252, 0.18);
          box-shadow: 0 0 10px rgba(124, 180, 252, 0.35), 0 0 18px rgba(124, 180, 252, 0.18);
}
.project .redeem__btn-wrap.is-movie-hover::after {
  border-color: rgba(124, 180, 252, 0.75);
  -webkit-box-shadow: 0 0 5px rgba(124, 180, 252, 0.45), 0 0 10px rgba(124, 180, 252, 0.22);
          box-shadow: 0 0 5px rgba(124, 180, 252, 0.45), 0 0 10px rgba(124, 180, 252, 0.22);
}
.project .redeem__btn-tint {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  border-radius: 10px;
  opacity: 0;
  background: linear-gradient(145deg, rgba(124, 180, 252, 0.12) 0%, rgba(8, 57, 77, 0.55) 55%, rgba(8, 14, 22, 0.35) 100%);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.project .redeem__btn-film {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.project .redeem__btn-vignette {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 18px 6px rgba(0, 0, 0, 0.28);
          box-shadow: inset 0 0 18px 6px rgba(0, 0, 0, 0.28);
  mix-blend-mode: multiply;
  opacity: 0.4;
}
.project .redeem__btn-wrap.is-movie-hover .redeem__btn-tint {
  opacity: 1;
}

.project .redeem__btn-wrap.is-movie-hover .redeem__btn-film {
  opacity: 0.35;
}

.project .redeem__btn-wrap.is-movie-hover .redeem__btn-vignette {
  opacity: 0.55;
  -webkit-animation: redeem-btn-vignette 1.1s infinite;
          animation: redeem-btn-vignette 1.1s infinite;
}

.project .redeem__btn {
  position: relative;
  z-index: 3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: auto;
  margin: 0;
  padding: 10px 28px;
  border-radius: 10px;
  cursor: pointer;
  color: #eee;
  text-shadow: rgba(124, 180, 252, 0.85) 0 -1px 35px;
  font-weight: 700;
  font-size: 18px;
  border: none;
  isolation: isolate;
  overflow: hidden;
  background-color: #08394d;
  background-image: repeating-linear-gradient(to bottom, transparent 0, transparent 2px, rgba(0, 0, 0, 0.38) 2px, rgba(0, 0, 0, 0.38) 3px), radial-gradient(ellipse 90% 140% at 50% 42%, rgba(48, 82, 118, 0.55) 0%, rgba(8, 57, 77, 0.92) 48%, #080e16 100%);
  background-size: 100% 3px, 100% 100%;
  -webkit-transition: opacity 0.15s ease, -webkit-box-shadow 0.2s;
  transition: opacity 0.15s ease, -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s, opacity 0.15s ease;
  transition: box-shadow 0.2s, opacity 0.15s ease, -webkit-box-shadow 0.2s;
}
@media (min-width: 996px) {
  .project .redeem__btn {
    font-size: 22px;
    padding: 10px 50px;
  }
}
.project .redeem__btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: -50%;
  z-index: 2;
  width: 100%;
  height: 22%;
  pointer-events: none;
  opacity: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 93, 150, 0.35)), color-stop(70%, rgba(40, 93, 150, 0.08)), color-stop(99%, transparent));
  background: linear-gradient(to bottom, rgba(40, 93, 150, 0.35) 0%, rgba(40, 93, 150, 0.08) 70%, transparent 99%);
}
@media (prefers-reduced-motion: reduce) {
  .project .redeem__btn::before {
    display: none;
  }
}
.project .redeem__btn:hover, .project .redeem__btn.is-movie-hover, .project .redeem__btn:focus-visible {
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.55), inset 0 0 24px rgba(124, 180, 252, 0.14), inset 0 0 20px rgba(0, 0, 0, 0.45);
          box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.55), inset 0 0 24px rgba(124, 180, 252, 0.14), inset 0 0 20px rgba(0, 0, 0, 0.45);
  color: #7cb4fc;
}
.project .redeem__btn__screen {
  position: relative;
  z-index: 10;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
}
.project .redeem__btn__label {
  white-space: nowrap;
}
.project .redeem__flex.is-ready > .redeem__btn::before {
  opacity: 1;
  -webkit-animation: crt-screen-scan 6.5s 0s infinite ease-in-out;
          animation: crt-screen-scan 6.5s 0s infinite ease-in-out;
}

.project .award {
  position: relative;
  overflow: visible;
  margin: 50px 0;
  color: #fff;
  text-align: center;
  width: 100%;
}
@media (min-width: 996px) {
  .project .award {
    margin: 3% 0;
  }
}
.project .award__title {
  margin: 30px auto;
  font-weight: 800;
  font-size: var(--title-lg);
  letter-spacing: 0.04em;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.project .award__title h2 {
  display: block;
}
.project .award__title::before {
  content: "";
  width: 100%;
  height: 10px;
  background: url(https://storage-asset.msi.com/event/2026/tw/minions-and-monsters/images/bg-deco.png) repeat right;
  background-size: auto 100%;
  opacity: 0.4;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
.project .award__title::after {
  content: "";
  width: 100%;
  height: 10px;
  background: url(https://storage-asset.msi.com/event/2026/tw/minions-and-monsters/images/bg-deco.png) repeat left;
  background-size: auto 100%;
  opacity: 0.4;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
.project .award__flex {
  list-style: none;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
  position: relative;
  overflow: visible;
  padding: 15px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .project .award__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.project .award__prize {
  margin: -1vw auto;
  padding: 3%;
  text-align: center;
  position: relative;
  width: 70vw;
  height: 70vw;
  border-radius: 100%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.6) 100%);
  -webkit-box-shadow: inset 0 0 14em rgba(255, 242, 44, 0.2);
          box-shadow: inset 0 0 14em rgba(255, 242, 44, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #000;
}
@media (min-width: 768px) {
  .project .award__prize {
    margin: 5px -1.8%;
    width: 25em;
    height: 25em;
  }
}
@media (min-width: 1300px) {
  .project .award__prize {
    margin: 0 -1.8%;
  }
}
.project .award__prize figure {
  position: relative;
  z-index: 20;
}
.project .award__prize-name {
  margin: 12px;
  font-size: 18px;
  font-weight: 700;
}
.project .award__prize-name span {
  background: -webkit-gradient(linear, left top, right top, from(var(--co1)), to(#fbc021));
  background: linear-gradient(to right, var(--co1) 0%, #fbc021 100%);
  padding: 0px 5px;
  border-radius: 25px;
  color: #000;
  margin-top: 5px;
  display: block;
}
.project .award__prize-qty {
  margin: 0;
  font-size: 1.3em;
  font-weight: 700;
  color: var(--co2);
  -webkit-text-stroke: 6px #000;
  paint-order: stroke fill;
  text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
}
.project .award__prize-qty span {
  display: inline-block;
  line-height: 0.8;
}
@media (min-width: 576px) {
  .project .award__prize-qty span {
    font-size: 1.6em;
  }
}
.project .award__copy {
  margin: 28px 0 0;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  color: rgba(255, 255, 255, 0.55);
}
@media (min-width: 996px) {
  .project .award__copy {
    margin-top: 36px;
    font-size: 13px;
  }
}
.project .video {
  position: relative;
  z-index: 100;
  margin: 3% auto 3%;
  width: 100%;
}
.project .video__box {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}
@media (min-width: 996px) {
  .project .video__box {
    padding: 0;
    width: min(1280px, 56%);
  }
}
.project .video__inner {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 5em;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 16/9;
  -webkit-box-shadow: inset 0 0 30px black;
          box-shadow: inset 0 0 30px black;
}
.project .video__inner .youtube,
.project .video__inner .youtube a,
.project .video__inner .youtube-cover,
.project .video__inner .youtube iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
}
.project .video__inner .youtube {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.project .video__inner .youtube img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-filter 0.25s ease;
  transition: -webkit-filter 0.25s ease;
  transition: filter 0.25s ease;
  transition: filter 0.25s ease, -webkit-filter 0.25s ease;
}
.project .video__play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 52px;
  height: 52px;
  margin: -26px 0 0 -26px;
  border-radius: 50%;
  background: rgba(255, 0, 0, 0.92);
  -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 16px rgba(0, 0, 0, 0.4);
  pointer-events: none;
  -webkit-transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, background 0.2s ease;
  transition: transform 0.2s ease, background 0.2s ease, -webkit-transform 0.2s ease;
}
@media (min-width: 996px) {
  .project .video__play {
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
  }
}
.project .video__play::after {
  content: "";
  position: absolute;
  left: 54%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 9px 0 9px 15px;
  border-color: transparent transparent transparent #fff;
}
@media (min-width: 996px) {
  .project .video__play::after {
    border-width: 11px 0 11px 18px;
  }
}
.project .video__inner:hover .video__play {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  background: #ff0000;
}

.project .video__inner:hover .youtube img {
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}

.project .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, 0.8);
}
.project .modal a {
  color: #98deea;
}
.project .modal__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 996px) {
  .project .modal__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.project .modal__step {
  width: 10%;
}
.project .modal__text {
  margin: 8% auto;
}
.project .modal__imgbox {
  position: relative;
}
.project .modal__imgbox p {
  position: absolute;
  right: 0;
  top: 10%;
  width: 80px;
  height: 80px;
  z-index: 1;
  border-radius: 100%;
  background-color: #fff;
  color: #ffffff;
  font-size: 22px;
  letter-spacing: -2px;
  background: -webkit-gradient(linear, left bottom, left top, from(#ff9010), to(#fee140));
  background: linear-gradient(to top, #ff9010 0%, #fee140 100%);
  text-shadow: 2px 2px 2px #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project .modal__imgbox b {
  font-size: 50px;
}
.project .modal__title {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  padding: 5px 20px;
  margin-bottom: 10px;
  width: 80%;
}
@media (min-width: 996px) {
  .project .modal__title {
    width: 35%;
    margin-bottom: 20px;
    font-size: 38px;
  }
}
.project .modal-content {
  position: relative;
  border-radius: 40px;
  margin: 5% auto;
  color: #000;
  padding: 50px 15px 0;
  width: 96%;
  background: radial-gradient(circle, rgb(255, 255, 255), rgba(255, 255, 255, 0) 100%);
  overflow: hidden;
}
@media (min-width: 996px) {
  .project .modal-content {
    padding: 50px 80px;
    width: 80%;
    border-radius: 80px;
  }
}
.project .modal-content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgb(255, 255, 255), rgba(255, 255, 255, 0.6) 100%);
  z-index: -1;
  -webkit-filter: blur(80px);
          filter: blur(80px);
}
@media (min-width: 996px) {
  .project .modal-content::before {
    border-radius: 80px;
  }
}
.project .modal-content h2 {
  font-size: 18px;
}
@media (min-width: 996px) {
  .project .modal-content h2 {
    font-size: 22px;
  }
}
.project .modal-content p {
  margin-bottom: 5px;
}
.project .modal-content ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-top: 20px;
}
.project .modal-content ul li {
  list-style-type: disc;
  margin-bottom: 15px;
}
.project .modal-content .modal__gift-wrap {
  margin: 24px 0 32px;
}
@media (min-width: 996px) {
  .project .modal-content .modal__gift-wrap {
    margin: 32px 0 40px;
  }
}
.project .modal-content .modal__gift-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 15px;
  overflow: hidden;
}
@media (min-width: 996px) {
  .project .modal-content .modal__gift-table {
    font-size: 16px;
  }
}
.project .modal-content .modal__gift-table thead th {
  background: #000;
  color: #fff;
  font-weight: 700;
  padding: 12px 16px;
  border: none;
  width: 50%;
}
.project .modal-content .modal__gift-table thead th:first-child {
  text-align: left;
  border-right: 2px solid #eee;
}
.project .modal-content .modal__gift-table thead th:last-child {
  text-align: right;
}
.project .modal-content .modal__gift-table tbody tr {
  border-bottom: 2px solid #eee;
}
.project .modal-content .modal__gift-table tbody tr:nth-child(odd) {
  background: rgba(153, 153, 153, 0.2);
}
.project .modal-content .modal__gift-table tbody tr:nth-child(even) {
  background: rgba(153, 153, 153, 0.4);
}
.project .modal-content .modal__gift-table tbody tr:last-child {
  border-bottom: none;
}
.project .modal-content .modal__gift-table tbody td {
  padding: 12px 16px;
  border: none;
  font-size: inherit;
  vertical-align: middle;
  border-right: 2px solid #eee;
}
.project .modal-content .modal__gift-table tbody td:first-child {
  text-align: left;
  width: 80%;
}
.project .modal-content .modal__gift-table tbody td:last-child {
  text-align: right;
  white-space: nowrap;
  border-right: none;
}
.project .modal-content ol {
  margin-bottom: 5px;
}
.project .modal-content ol li {
  margin-bottom: 5px;
}
.project .modal-content tr th {
  width: 50%;
  border: 1px solid #fff;
  padding: 8px 12px;
}
.project .modal-content tr td {
  border: 1px solid #fff;
  padding: 8px 12px;
  font-size: 15px;
}
.project .modal-content .giftBox {
  padding: 20px 0 0;
  margin: 0 20px 20px;
  border-radius: 10px;
  color: #000;
}
.project .modal-content .giftBox h2 {
  color: #6c000a;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbefcb), color-stop(#f4ab25), to(#e42f0a));
  background: linear-gradient(to bottom, #fbefcb, #f4ab25, #e42f0a);
  padding: 10px 0;
  border-radius: 3px;
}
@media (min-width: 996px) {
  .project .modal-content .giftBox h2 {
    padding: 15px 0;
  }
}
.project .close {
  position: absolute;
  top: -10px;
  right: 20px;
  font-size: 50px;
  font-weight: bold;
  cursor: pointer;
  -webkit-filter: brightness(0.4);
          filter: brightness(0.4);
}
@media (min-width: 996px) {
  .project .close {
    top: 10px;
  }
}
.project .close:hover, .project .close:focus {
  color: #a5a5a5;
  text-decoration: none;
  cursor: pointer;
}

@-webkit-keyframes main-content-vignette-anim {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}

@keyframes main-content-vignette-anim {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}
@-webkit-keyframes crt-screen-scan {
  from {
    top: -50%;
  }
  to {
    top: 150%;
  }
}
@keyframes crt-screen-scan {
  from {
    top: -50%;
  }
  to {
    top: 150%;
  }
}
@-webkit-keyframes redeem-btn-vignette {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}
@keyframes redeem-btn-vignette {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}/*# sourceMappingURL=main.css.map */