header.msiHeader,
footer.msiFooter {
  position: relative;
  z-index: 100;
  background: #fff;
}

.project {
  color: #fff;
  position: relative;
}
.project * {
  box-sizing: border-box;
}
.project picture {
  display: block;
}
.project img {
  max-width: 100%;
  vertical-align: bottom;
}
.project .common__container {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
  padding: 10vw 25px;
}
@media (min-width: 1930px) {
  .project .common__container {
    max-width: 1600px;
  }
}
.project .common-title {
  text-align: center;
  font-size: var(--title-xl);
  text-shadow: #fff 3px 3px 20px;
}
@media (min-width: 996px) {
  .project .common-title strong {
    display: block;
  }
}

.kv {
  position: relative;
  z-index: 5;
  -webkit-mask: url("../images/kv-mask-xs.png") bottom center no-repeat;
  mask: url("../images/kv-mask-xs.png") bottom center no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
@media (min-width: 996px) {
  .kv {
    -webkit-mask: url("../images/kv-mask.png") bottom center no-repeat;
    mask: url("../images/kv-mask.png") bottom center no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
  }
}
.kv img {
  width: 100%;
}
.kv__logo {
  position: absolute;
  z-index: 2;
  top: 8vw;
  left: 0;
  width: 100%;
  text-align: center;
}
.kv__logo img {
  width: 90%;
}
@media (min-width: 996px) {
  .kv__logo {
    top: 1vw;
  }
  .kv__logo img {
    width: 65%;
  }
}
@media (min-width: 1930px) {
  .kv__logo img {
    width: 45%;
  }
}
.kv__terms {
  position: absolute;
  z-index: 2;
  font-size: 15px;
  opacity: 0.8;
  width: 100%;
  text-align: center;
  bottom: 5vw;
}
@media (min-width: 996px) {
  .kv__terms {
    right: 30px;
    bottom: 50px;
    text-align: right;
  }
}

.intro::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}
.intro__vd {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  height: 0;
  width: 100vw;
  height: 100vh;
}
@media (min-width: 996px) {
  .intro__vd {
    display: block;
  }
}
.intro__bg {
  position: fixed;
  z-index: 0;
  top: 0;
  height: 0;
  width: 100vw;
  height: 100vh;
  background: url("../images/vd-bg.jpg") center center no-repeat ;
  background-size: cover;
}
@media (min-width: 996px) {
  .intro__bg {
    display: none;
  }
}
.intro__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 25px;
  margin: 35px auto;
  text-align: center;
}
.intro__box {
  position: relative;
}
.intro__box__totem {
  opacity: 0.6;
}
.intro__box__inner {
  position: relative;
  z-index: 2;
  padding: 25px;
}
@media (min-width: 996px) {
  .intro__box__inner {
    padding: 80px;
  }
}
.intro__date__item {
  margin-top: 20px;
  background: #222;
  padding: 10px;
}
.intro__date h5 {
  font-size: 18px;
  padding: 10px;
  border-bottom: #444 1px solid;
  font-weight: normal;
}
@media (min-width: 768px) {
  .intro__date {
    display: flex;
    justify-content: center;
  }
  .intro__date__item {
    flex: 1;
    margin-right: 35px;
  }
  .intro__date__item:last-child {
    margin-right: 0;
  }
  .intro__date p {
    font-size: 26px;
    color: #f3b10a;
    font-weight: bold;
    padding: 10px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .intro__date p span {
    display: block;
    font-size: 16px;
    color: #999;
  }
}
.intro h1::after {
  content: "";
  display: block;
  width: 250px;
  height: 2px;
  background: #fff;
  margin: 35px auto;
}
.intro__btn {
  padding-top: 25px;
}
@media (min-width: 996px) {
  .intro__btn {
    padding-top: 45px;
    display: flex;
  }
}
.intro__btn a, .intro__btn button {
  position: relative;
  display: inline-block;
  color: #000;
  margin: 8px;
  font-size: 16px;
  text-shadow: #fff 1px 1px 2px;
}
@media (min-width: 996px) {
  .intro__btn a, .intro__btn button {
    font-size: 20px;
    flex: 1;
  }
}
.intro__btn a::before, .intro__btn button::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: 100%;
  height: 100%;
  clip-path: polygon(0% 0%, 100% 0, 100% 80%, 80% 100%, 0 100%, 0% 0%);
  background: #f3b10a;
  filter: blur(5px);
  transition: 0.5s all ease-in-out;
}
.intro__btn a span, .intro__btn button span {
  display: block;
  position: relative;
  z-index: 2;
  clip-path: polygon(0% 0%, 100% 0, 100% 80%, 80% 100%, 0 100%, 0% 0%);
  background: url("../images/paper-bg.jpg") center center no-repeat ;
  background-size: cover;
  padding: 10px 25px;
  transition: 0.5s all ease-in-out;
}
.intro__btn a:hover span, .intro__btn button:hover span {
  background-size: 150%;
}
.intro__btn a:hover::before, .intro__btn button:hover::before {
  filter: blur(30px);
  top: 5px;
  left: 5px;
}

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

.prize {
  position: relative;
  z-index: 5;
  -webkit-mask: url("../images/img-mask-xs.png") top center no-repeat;
  mask: url("../images/img-mask-xs.png") top center no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background: url("../images/prize-bg.jpg") left bottom no-repeat ;
  background-size: cover;
}
@media (min-width: 996px) {
  .prize {
    -webkit-mask: url("../images/img-mask.png") top center no-repeat;
    mask: url("../images/img-mask.png") top center no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
  }
}
@media (min-width: 996px) {
  .prize__box {
    display: flex;
    justify-content: center;
  }
}
.prize__item {
  position: relative;
}
@media (min-width: 996px) {
  .prize__item {
    flex: 1;
    margin: 35px;
  }
}
.prize__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  filter: blur(15px);
  opacity: 0.6;
}
.prize__item__totem {
  position: relative;
  z-index: 2;
  opacity: 0.6;
}
.prize__item__inner {
  position: relative;
  z-index: 2;
  padding: 35px;
}
.prize__item__inner img {
  max-width: 250px;
  filter: drop-shadow(#731d98 0 0 20px);
}
.prize__item h3 {
  padding: 25px 0 10px;
  font-size: 18px;
}
.prize__item h3 span {
  display: block;
}
.prize__item p span {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: url("../images/paper-bg.jpg") center center no-repeat ;
  background-size: cover;
  color: #000;
  margin: 0 5px;
  font-size: 30px;
  font-weight: bold;
}

.wtb {
  position: relative;
  z-index: 5;
  -webkit-mask: url("../images/img-mask-xs.png") top center no-repeat;
  mask: url("../images/img-mask-xs.png") top center no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background: url("../images/wtb-bg.jpg") left bottom no-repeat ;
  background-size: cover;
  margin-top: -10vw;
}
@media (min-width: 996px) {
  .wtb {
    -webkit-mask: url("../images/img-mask.png") top center no-repeat;
    mask: url("../images/img-mask.png") top center no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
  }
}
.wtb__box {
  padding-top: 45px;
  display: flex;
  flex-direction: column;
}
.wtb__box a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #000;
  width: 100%;
  font-size: 20px;
  color: #fff;
  margin: 15px auto;
  height: 80px;
  box-shadow: #731d98 0 0 20px;
  transition: 0.5s all ease-in-out;
}
.wtb__box a:hover {
  box-shadow: #731d98 0 0 50px;
  transform: translateY(3px);
}
@media (min-width: 996px) {
  .wtb__box {
    flex-direction: row;
    justify-content: center;
  }
  .wtb__box a {
    height: auto;
    margin: 30px;
  }
}

.popup {
  position: fixed;
  z-index: 110;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #222;
  overflow-y: auto;
  display: none;
}
.popup--bg {
  background: url("../images/popup-bg.jpg") top center no-repeat ;
  background-size: cover;
  background-attachment: fixed;
}
.popup.show {
  display: flex;
  align-items: center;
}
.popup__wrapper {
  position: relative;
  z-index: 3;
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  padding: 8vw 0 0;
}
@media (min-width: 996px) {
  .popup__wrapper {
    padding-top: 120px;
    width: 80%;
  }
}
.popup__inner {
  position: relative;
  z-index: 5;
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  height: 100vh;
}
@media (min-width: 996px) {
  .popup__inner {
    height: 80vh;
    margin-top: 10vh;
  }
}
.popup__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.6;
  -webkit-mask: url("../images/img-mask-xs.png") top center no-repeat;
  mask: url("../images/img-mask-xs.png") top center no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background: url("../images/paper-bg.jpg") left bottom no-repeat ;
  background-size: cover;
}
@media (min-width: 996px) {
  .popup__inner::before {
    -webkit-mask: url("../images/img-mask.png") top center no-repeat;
    mask: url("../images/img-mask.png") top center no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
  }
}
.popup__header {
  position: relative;
  text-align: center;
  font-size: var(--title-xl);
  padding-bottom: 35px;
  text-shadow: #534c4c 0.5px 1px 1px;
}
.popup__content {
  overflow-y: auto;
  height: 80vh;
  line-height: 1.8;
  text-shadow: #534c4c 0.5px 1px 1px;
  padding: 0 25px;
}
@media (min-width: 996px) {
  .popup__content {
    padding: 0 60px;
    height: 55vh;
  }
}
.popup__content h3 {
  font-size: 20px;
  padding-bottom: 20px;
}
.popup__content ul {
  margin-left: 20px;
}
.popup__content li {
  list-style: disc;
  padding: 5px 0;
}
.popup__content::-webkit-scrollbar {
  width: 6px;
  background: #43322b;
}
.popup__content::-webkit-scrollbar-thumb {
  background: url("../images/paper-bg.jpg") left bottom no-repeat ;
  background-size: cover;
}
.popup-close {
  position: fixed;
  right: calc(50% - 25px);
  bottom: 20px;
  z-index: 5;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  background: url("../images/paper-bg.jpg") left bottom no-repeat ;
  background-size: cover;
}
.popup-close::before {
  content: "\ea02";
  font-family: "msi-icons";
}
.popup-close:hover {
  filter: drop-shadow(0 0 5px rgba(240, 255, 0, 0.75)) brightness(1.2);
}

.btn-award {
  position: fixed;
  z-index: 100;
  right: 15px;
  bottom: 30px;
  animation: float 2s infinite;
}
.btn-award img {
  position: relative;
  z-index: 2;
}
.btn-award::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("https://storage-asset.msi.com/event/2025/TW/jurassic-world-rebirth/images/btn-award-light.png") top center no-repeat;
  animation: flash 2s infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
}
@keyframes flash {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  20% {
    transform: translateY(0px);
    opacity: 1;
  }
  80% {
    transform: translateY(-15px);
    opacity: 1;
  }
  100% {
    transform: translateY(-20px);
    opacity: 0;
  }
}
.winner .title {
  text-align: center;
}
@media (min-width: 768px) {
  .winner .title {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.winner .title h2 {
  font-size: 20px;
  color: #000;
  text-shadow: none;
  font-weight: bold;
}
.winner .title p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
}
@media (min-width: 768px) {
  .winner .title p::before {
    content: "X";
    margin-right: 25px;
  }
}
.winner .title span {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: url("../images/btn.jpg") center center no-repeat ;
  background-size: cover;
  background: #534c4c;
  color: #000;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  margin-right: 8px;
}
.winner-note {
  text-align: right;
}
.winner__item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 25px;
}
.winner__item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../images/paper-bg.jpg") center center no-repeat ;
  background-size: cover;
  opacity: 0.3;
}
.winner__item .img {
  position: relative;
  width: 150px;
}
.winner__item ol {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.winner__item ol li {
  position: relative;
  width: calc(50% - 20px);
  margin: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
}
.winner__item ol li::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../images/paper-bg.jpg") center center no-repeat ;
  background-size: cover;
  background: #534c4c;
  opacity: 0.3;
  border-radius: 5px;
}
.winner__item ol li span {
  position: relative;
  z-index: 2;
}
@media (min-width: 996px) {
  .winner__item .title {
    margin-bottom: 20px;
    border-bottom: #444 2px solid;
  }
  .winner__item .title h2 {
    font-size: 22px;
    font-style: italic;
  }
  .winner__item .list li {
    width: calc(20% - 20px);
  }
  .winner__item .img {
    flex: 0 0 100px;
    margin-right: 30px;
  }
}
