<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap');

@font-face {
  font-family: Cubano;
  src: url("../fonts/Cubano.ttf");
}

body { font-family: "Cubano", sans-serif; line-height:1.2; font-size:15px; color:#fff; background: #d7dbe7 url("/event/assets/eg33/images/mystery-reward-drop/bg.jpg")no-repeat top center; background-size: cover;}

a { text-decoration: none; cursor:pointer; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

a:hover, a:focus, button:focus, button:hover { text-decoration: none; outline: none; }

img { max-width:100%;}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"], textarea, select {
    color: #666;
    width: 100%;
}
button {
	background: none;
	border: none;
	padding: 0;
}
.t-body {
	overflow: hidden;
}
.deco {
	position: absolute;
}
.max-container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}
.floating-wrapper {
    position: fixed;
    z-index: 999;
    right: 4px;
    top: 100px;
    max-width: 75px;
}
.float-btn-wrap {
    position: absolute;
    top: 11px;
    left: -16px;
    max-width: 65px;
}
button.float-btn {
    margin: 2px 0;
    display: block;
	transition: 0.2s;
}
button.float-btn:hover {
	transform: rotate(-15deg) scale(0.98);
	filter: brightness(1.07);
	transition: 0.2s;
}
.top-sec {
	position: relative;
	text-align: center;
	padding: 10px 0 60px;
}
.logo {
    position: relative;
    max-width: 25%;
    margin: 0 auto -7%;
}
.title-top {
    position: relative;
}
.deco.coin-1 {
    left: -11%;
    top: 34%;
    max-width: 27%;
	animation: float 2.1s ease-in-out infinite;
}
.deco.coin-2 {
    right: -12%;
    top: 14%;
    max-width: 21%;
	animation: float 2.3s ease-in-out infinite;
}
.subtitle-wrap {
    position: relative;
    max-width: 860px;
    margin: 0 auto;
}
.subtext {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5e2e00;
    font-size: 20px;
    padding: 5px 4%;
    line-height: 1;
    text-shadow: 0 0 1px #fff12c;
}
.event-wrapper {
    position: relative;
    background: url(/event/assets/eg33/images/mystery-reward-drop/checkin-base.png) no-repeat;
    background-size: 100% 100%;
    min-height: 312px;
    max-width: 1110px;
    margin: 45px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.claim-note {
	background: url("/event/assets/eg33/images/mystery-reward-drop/claim-note-base.png")no-repeat;
	background-size: 100% 100%;
	max-width: 590px;
	min-height: 56px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
	color: #5e2e00;
	font-size: 20px;
    padding: 1% 1%;
    line-height: 1;
    text-shadow: 0 0 2px #fff12c;
}
.checkin-event-wrapper {
    position: relative;
}
.checkin-box {
    position: relative;
    display: inline-block;
    max-width: 135px;
    vertical-align: top;
    margin: 1% 0;
}
.daytext {
    background: url(/event/assets/eg33/images/mystery-reward-drop/daybox.png) no-repeat;
    background-size: 100%;
    max-width: 101px;
    height: 37px;
    margin: 0 auto;
    color: #5e2e00;
    text-shadow: 0 0 1px #eacfff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rw-ribbon {
    position: relative;
    max-width: 135px;
    margin: -23% auto 0;
}
.rwnum {
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    color: #5e2e00;
    font-size: 15px;
	font-weight: 700;
}
button.claim-btn {
	background: url("/event/assets/eg33/images/mystery-reward-drop/claim-btn.png")no-repeat;
	background-size: 100% 100%;
	width: 100%;
	max-width: 135px;
	height: 40px;
	color: #5e2e00;
	font-size: 24px;
	text-shadow: 0 0 1px #fff12c;
	pointer-events: none;
}
.checkin-box.claimed::after {
	content: '';
	background: url("/event/assets/eg33/images/mystery-reward-drop/tick.png")no-repeat;
	background-size: 100%;
	width: 81px;
	height: 76px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 30%;
	z-index: 3;
}
.checkin-box.missed {
    filter: grayscale(1);
}
.checkin-box.active button.claim-btn {
    pointer-events: auto;
	animation: glowing 2s ease-in-out infinite;
}
@keyframes glowing {
  0% {
    filter: brightness(1.08) drop-shadow(0 0 5px #ffb714) drop-shadow(0 0 7px #ffb714);
  } 
	50% {
   filter: brightness(1) drop-shadow(0 0 1px #ffb714) drop-shadow(0 0 2px #ffb714);
  }
  100% {
    filter: brightness(1.08) drop-shadow(0 0 5px #ffb714) drop-shadow(0 0 7px #ffb714);
  }
}
button.comm-btn {
	background: url("/event/assets/eg33/images/mystery-reward-drop/yellow-btn.png") no-repeat;
	background-size: 100%;
	width: 100%;
	max-width: 332px;
	height: 82px;
	margin: 4px 0;
	color: #fff;
	text-shadow: 0 1px 4px rgb(0,0,0,0.8);
	font-size: 27px;
	text-transform: uppercase;
	padding-bottom: 19px;
}
button.comm-btn.exp {
	background: url("/event/assets/eg33/images/mystery-reward-drop/orange-btn.png") no-repeat;
	background-size: 100%;
}
button.comm-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.07);
}
.token-wrap {
    max-width: 480px;
    margin: 30px auto 15px;
    position: relative;
}
.tktext {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5e2e00;
    font-size: 36px;
    text-shadow: 0 0 2px #fff12c;
    padding-bottom: 1%;
}
.play-note {
    position: relative;
    max-width: 510px;
    margin: 0 auto;
}
.playtext {
    position: absolute;
    left: 0;
    right: 0;
    top: 14%;
    bottom: 0;
    line-height: 1;
    font-size: 36px;
    text-shadow: 0 2px 2px #b62401;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.ptext2 {
    font-size: 64%;
    color: #ffe46c;
}
.ap-rain-container {
    position: relative;
    max-width: 995px;
    margin: 80px auto 30px;
}
.play-note {
    position: absolute;
    max-width: 510px;
    margin: 0 auto;
    top: -9%;
    left: 0;
    right: 0;
    z-index: 11;
}
.frame-img {
    position: absolute;
    left: 0;
    right: 0;
    top: -4%;
	pointer-events: none;
	z-index: 9;
}
.frbase-img {
    margin: 0 auto;
    max-width: 97%;
}
.deco.crystal-1 {
    left: -25%;
    top: 3%;
    max-width: 76%;
    z-index: -1;
}
.deco.crystal-2 {
    right: -26%;
    top: 3%;
    max-width: 57%;
    z-index: -1;
}
.deco.deco-1 {
    left: -15%;
    top: 38%;
    max-width: 20%;
    z-index: 12;
	animation: float 2s ease-in-out infinite;
}
.deco.deco-2 {
    right: -17%;
    top: 38%;
    max-width: 22%;
    z-index: 12;
	animation: float 2.2s ease-in-out infinite;
}
.deco.deco-3 {
    left: -9%;
    bottom: 0%;
    max-width: 13%;
    z-index: 12;
	animation: float 2.1s ease-in-out infinite;
}
.deco.deco-4 {
    right: -12%;
    bottom: 0%;
    max-width: 13%;
    z-index: 12;
	animation: float 2.3s ease-in-out infinite;
}
.angpao-box {
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
	max-width: 95%;
	margin: 0 auto;
	overflow: hidden;
}
@keyframes float {
  0% {
    transform: translateY(0);
  } 
	50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
.inner-wrapper {
	position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}
.angpao {
	position: absolute;
	width: 100%;
	top: 0;
	left: -30%;
	right: 0;
	cursor: pointer;
	z-index: 1;
}
.star {
	position: absolute;
	top: -20px;
	animation: animate 4s linear forwards;
	background: url("/event/assets/eg33/images/mystery-reward-drop/ap-1.png")no-repeat;
	background-size: 100%;
	width: 150px;
    height: 144px;
}
.star-2 {
	position: absolute;
	top: -20px;
	animation: animate 4s linear forwards;
	background: url("/event/assets/eg33/images/mystery-reward-drop/ap-2.png")no-repeat;
	background-size: 100%;
	width: 130px;
    height: 152px;
}
.star-3 {
	position: absolute;
	top: -20px;
	animation: animate 4s linear forwards;
	background: url("/event/assets/eg33/images/mystery-reward-drop/ap-3.png")no-repeat;
	background-size: 100%;
	width: 180px;
    height: 203px;
}
.star-4 {
	position: absolute;
	top: -20px;
	animation: animate 4s linear forwards;
	background: url("/event/assets/eg33/images/mystery-reward-drop/ap-4.png")no-repeat;
	background-size: 100%;
	width: 190px;
    height: 188px;
}
.angpao div:hover {
	filter: drop-shadow(0 0 2px rgb(255,255,255,0.8)) drop-shadow(0 0 4px rgb(255,255,255,0.8));
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  80% {
    opacity: 1;
  	}	
  100% {
    transform: translateY(100vh) rotate(360deg);
    opacity: 0;
  }
}

button.close-x {
    background: none;
    border: none;
    padding: 0;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 18px;
    z-index: 2;
}
.modal-content.reward {
    background: none;
    border: none;
    text-align: center;
    max-width: 450px;
    margin: 0 auto;
}
.reward-box {
    position: relative;
	cursor: pointer;
}
.prize {
    position: absolute;
    left: -7%;
    right: 0;
    top: 37%;
    font-size: 37px;
    color: #5e2e00;
    z-index: 2;
    transform: none;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.3);
}
img.open {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
}
.reward-box.active img.closed {
    opacity: 0;
    visibility: hidden;
	transition: 0.2s;
}
.reward-box.active img.open {
    opacity: 1;
    visibility: visible;
	transition: 0.2s;
}
.reward-box.active .prize {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transition: 0.3s;
	transition-delay: 0.4s;
}

/** Modal **/
.modal-dialog.popup {
	max-width: 750px;
}
.modal-content.popup {
	border: none;
	background: none;
	padding: 0;
}
.popup-wrapper {
	background: linear-gradient(180deg,rgba(244, 244, 219, 1) 0%, rgba(239, 229, 207, 1) 20%, rgba(237, 224, 203, 1) 100%);
	border-radius: 20px;
	border-bottom: 1px solid #f4f4df;
	box-shadow: inset 0 0 10px #f4f4df;
	padding: 20px 25px;
	color: #2e120c;
}
button.close-x {
	position: absolute;
	right: 8px;
	top: 5px;
	z-index: 2;
	color: #fff;
}
.popup-title {
	text-align: center;
	max-width: 70%;
	margin: 0 auto;
}
ul.terms {
	padding-left: 17px;
}
.sample-checkin {
	margin: 15px 0;
}
.stepbox {
    display: inline-block;
    vertical-align: top;
    width: 32%;
}
.languages-title {
	font-size: 46px;
	color: #ffe88b;
	text-align: center;
	background: linear-gradient(345deg,rgba(255, 237, 174, 1) 0%, rgba(246, 217, 151, 1) 48%, rgba(231, 181, 110, 1) 57%, rgba(217, 148, 73, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
a.lang-btn {
    display: inline-block;
    max-width: 90px;
    margin: 5px 10px;
}


@media(max-width: 991px) {
.floating-wrapper {
    transform: scale(0.8);
    transform-origin: right top;
}	
.event-wrapper {
    background: #e6e7e7;
    border-radius: 25px;
    border-bottom: 7px solid #e3e0e1;
    padding: 20px 0 40px;
    max-width: 680px;
	margin: 4% auto 45px;
}	
.subtext {
    font-size: 2.4vw;
}	
	
.star {
	background: url("/event/assets/eg33/images/mystery-reward-drop/ap-1.png")no-repeat;
	background-size: 100%;
	width: 15vw;
    height: 15vw;
}
.star-2 {
	background: url("/event/assets/eg33/images/mystery-reward-drop/ap-2.png")no-repeat;
	background-size: 100%;
	width: 14vw;
    height: 16.5vw;
}
.star-3 {
	background: url("/event/assets/eg33/images/mystery-reward-drop/ap-3.png")no-repeat;
	background-size: 100%;
	width: 18vw;
    height: 21vw;
}
.star-4 {
	background: url("/event/assets/eg33/images/mystery-reward-drop/ap-4.png")no-repeat;
	background-size: 100%;
	width: 19vw;
    height: 19vw;
}	
}


@media(max-width: 767px) {
.floating-wrapper {
	transform: scale(0.65);
}	
.play-note {
    top: -13%;
    max-width: 68%;
}	
.playtext {
    font-size: 4.7vw;
}
.token-wrap {
	max-width: 66%;
	margin: 4% auto 0%;
}	
.tktext {
    font-size: 5vw;
}	
}

@media(max-width: 580px) {
.checkin-box {
    width: 24%;
}	
.rwnum {
    font-size: 2.6vw;
}	
button.claim-btn {
    font-size: 4.2vw;
}
.claim-note {
	font-size: 3.4vw;
	min-height: 10vw;
	max-width: 90%;
}
	
}

@media(max-width: 480px) {
.floating-wrapper {
	transform: scale(0.5);
}	
.top-sec {
    padding: 5px 0 30px;
}	
.logo {
    position: relative;
    max-width: 37%;
    margin: 0 auto -9%;
}	
.title-img {
    height: 65vw;
    margin: 0 -10px;
}	
.title-img img {
    object-fit: cover;
    height: 100%;
}	
.subtitle-wrap {
    background: linear-gradient(180deg, rgba(255, 244, 61, 1) 0%, rgba(255, 204, 24, 1) 26%, rgba(255, 142, 3, 1) 56%, rgba(255, 159, 14, 1) 88%, rgba(255, 225, 55, 1) 100%);
    border-radius: 30px;
    border: 2px solid #ff0d00;
    border-top: none;
}
.subtitle-wrap img {
	display: none;
}	
.subtext {
    position: initial;
    font-size: 14px;
	padding: 7px 15px;
}	
.ap-rain-container {
    margin: 14% auto 30px;
}
.event-wrapper {
	padding: 4% 0 9%;
}
.checkin-box {
    margin: 2% 0;
}	
.checkin-box.claimed::after {
	height: 16vw;
	width: 16vw;
}
button.claim-btn {
	height: 8vw;
}
.daytext {
	height: 7.7vw;
	font-size: 4.8vw;
	max-width: 88%;
}	
button.comm-btn {
	max-width: 73%;
	font-size: 5.7vw;
	height: 16vw;
	padding-bottom: 3%;
}	
.modal-content.popup {
    font-size: 14px;
}
.popup-wrapper {
	padding: 15px 15px;
}	
	
.stepbox {
    width: 48%;
}
a.lang-btn {
    max-width: 26%;
    margin: 5px 2%;
}
.prize {
    font-size: 9vw;
}
}


















</pre></body></html>