@import url("https://fonts.googleapis.com/css2?family=Righteous&display=swap");
html {
  width: auto !important;
}

#page-wrap a {
  text-decoration: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#page-wrap a:hover {
  text-decoration: none;
}

#page-wrap img {
  max-width: 100%;
}

.mainTitle {
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  height: 0;
}

.commonTitle {
  color: #ffffff;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-family: 'Righteous', cursive;
  padding: 3% 0;
  margin: 0;
}

@media (max-width: 960px) {
  .commonTitle {
    font-size: 36px;
    line-height: 42px;
  }
}

.commonTitle1 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin: 3% 0;
}

@media (max-width: 960px) {
  .commonTitle1 {
    color: #fff;
    font-size: 26px;
    line-height: 32px;
  }
}

.commonTitle2 {
  color: #c900f0;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 3% 0;
}

@media (max-width: 960px) {
  .commonTitle2 {
    color: #c900f0;
    font-size: 24px;
    line-height: 30px;
  }
}

.commonText {
  color: #ffffff;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  margin: 0;
  padding: 10px 0;
  font-weight: 600;
  font-family: 'DINPro-Black';
  letter-spacing: 1px;
}

@media (max-width: 960px) {
  .commonText {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (max-width: 500px) {
  .commonText {
    font-size: 24px;
    line-height: 30px;
  }
}

.commonText1 {
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  margin: 0;
}

@media (max-width: 960px) {
  .commonText1 {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .commonText1 {
    line-height: 26px;
  }
}

.commonText2 {
  color: #d9ebfd;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  margin: 0;
  padding: 10px 0;
  font-weight: 600;
  font-family: 'DINPro-Black';
  letter-spacing: 1px;
}

@media (max-width: 960px) {
  .commonText2 {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (max-width: 500px) {
  .commonText2 {
    font-size: 24px;
    line-height: 30px;
  }
}

#easter2020 {
  background-color: #4573a1;
}

@media (max-width: 960px) {
  .pc {
    display: none;
  }
}

.mobile {
  display: none;
}

@media (max-width: 960px) {
  .mobile {
    display: block;
  }
}

.hidden {
  display: none;
}

.textAlign {
  text-align: center;
}

.common__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 960px) {
  .common__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.common__flex.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.common__top {
  padding-top: 5%;
}

.cursorE {
  pointer-events: none;
}

.kv__title {
  position: absolute;
  bottom: 12%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  -webkit-animation: kvTitle 3s infinite ease;
          animation: kvTitle 3s infinite ease;
}

@media (max-width: 480px) {
  .kv__title {
    width: 60%;
    margin: auto;
  }
}

@-webkit-keyframes kvTitle {
  0% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  50% {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@keyframes kvTitle {
  0% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  50% {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.kv__text {
  position: absolute;
  bottom: 2%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
}

@media (max-width: 480px) {
  .kv__text {
    width: 60%;
    margin: auto;
  }
}

/* model */
.model {
  background: url(https://storage-asset.msi.com/event/2022/cnd/FR-tinder/images/ice-bg.png) top no-repeat;
  background-size: cover;
  padding-bottom: 5%;
  position: relative;
  overflow: hidden;
}

.model__wrap {
  width: 80%;
  margin: auto;
}

.model .ice {
  position: absolute;
}

@media (max-width: 960px) {
  .model .ice {
    display: none;
  }
}

.model .icebox1 {
  right: 10%;
  top: 0%;
  -webkit-animation: ice1 7s infinite ease;
          animation: ice1 7s infinite ease;
  width: 10vw;
}

@media (max-width: 960px) {
  .model .icebox1 {
    -webkit-animation: none;
            animation: none;
  }
}

.model .icebox2 {
  left: 10%;
  top: -30%;
  -webkit-animation: ice2 7s infinite ease;
          animation: ice2 7s infinite ease;
  width: 15vw;
}

@media (max-width: 960px) {
  .model .icebox2 {
    -webkit-animation: none;
            animation: none;
  }
}

.model .icebox3 {
  right: 35%;
  top: -80%;
  -webkit-animation: ice3 8s infinite ease;
          animation: ice3 8s infinite ease;
  width: 7vw;
}

@media (max-width: 960px) {
  .model .icebox3 {
    -webkit-animation: none;
            animation: none;
  }
}

.model .icebox4 {
  left: 35%;
  top: -140%;
  -webkit-animation: ice4 7s infinite ease;
          animation: ice4 7s infinite ease;
  width: 10vw;
}

@media (max-width: 960px) {
  .model .icebox4 {
    -webkit-animation: none;
            animation: none;
  }
}

.model__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 960px) {
  .model__flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: inherit;
    -webkit-transform: none;
            transform: none;
    left: auto;
    top: auto;
    padding: 5% 0;
  }
}

.model__flexbox a {
  width: calc(100%/3);
}

@media (max-width: 960px) {
  .model__flexbox a {
    width: 80%;
    margin: 2% auto;
  }
}

@media (max-width: 500px) {
  .model__flexbox a {
    width: 100%;
  }
}

.model__flexbox a.a-popupNew1 {
  margin: 2% 0;
}

.model__flexbox a.a-popupNew1 figure {
  width: 80%;
  margin: auto;
}

.model__flexbox a.a-popupNew2 {
  margin: 2% 0;
}

@media (max-width: 500px) {
  .model__flexbox a.a-popupNew2 {
    margin-top: 0;
  }
}

.model__flexbox a.a-popupNew2 figure {
  width: 80%;
  margin: auto;
}

.model__flexbox a.a-popupNew3 {
  margin: 2% 0;
}

.model__flexbox a.a-popupNew3 figure {
  width: 80%;
  margin: auto;
}

.model__flexbox a.a-popupNew4 {
  margin: 2% 0;
}

@media (max-width: 500px) {
  .model__flexbox a.a-popupNew4 {
    margin-top: 0;
  }
}

.model__flexbox a.a-popupNew4 figure {
  width: 80%;
  margin: auto;
}

.model__flexbox a.a-popupNew5 {
  margin: 2% 0;
}

@media (max-width: 500px) {
  .model__flexbox a.a-popupNew5 {
    margin-top: 0;
  }
}

.model__flexbox a.a-popupNew5 figure {
  width: 80%;
  margin: auto;
}

.model__flexbox a.a-popupNew6 {
  margin: 5% 0;
}

@media (max-width: 500px) {
  .model__flexbox a.a-popupNew6 {
    margin-top: 0;
  }
}

.model__flexbox a.a-popupNew6 figure {
  width: 80%;
  margin: auto;
}

.model__flexbox .a-popupNew1 h3, .model__flexbox .a-popupNew2 h3, .model__flexbox .a-popupNew3 h3, .model__flexbox .a-popupNew4 h3, .model__flexbox .a-popupNew5 h3, .model__flexbox .a-popupNew6 h3 {
  margin: 0 auto 15%;
  text-align: center;
  color: #fff;
  background: #3e68d5;
  padding: 5px 10px;
  width: 80%;
  z-index: 10;
  position: relative;
}

@media (max-width: 500px) {
  .model__flexbox .a-popupNew1 h3, .model__flexbox .a-popupNew2 h3, .model__flexbox .a-popupNew3 h3, .model__flexbox .a-popupNew4 h3, .model__flexbox .a-popupNew5 h3, .model__flexbox .a-popupNew6 h3 {
    margin: auto;
  }
}

.model__p {
  color: #000000;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  text-shadow: 1px 1px 3px #f5f5f5, 1px 1px 6px #ffffff;
  width: 80%;
  padding: 10px 5px;
}

@media (max-width: 960px) {
  .model__p {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .model__p {
    width: 80%;
  }
}

.model__title {
  background: #d9ebfd;
  border: 1px solid #fff;
  margin: 20px 0;
  padding: 10px;
  text-align: center;
  width: 100% !important;
  font-weight: bold !important;
  font-size: 18px !important;
  font-family: 'DINPro-Medium';
  color: #000 !important;
}

.model__textbox {
  width: 70%;
  position: relative;
  z-index: 2;
  margin: auto;
}

@media (max-width: 960px) {
  .model__textbox {
    width: 100%;
    margin: auto;
  }
}

.model__textbox-text {
  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;
}

.model__textbox span {
  font-weight: 600;
  text-align: left;
  color: #4573a1;
  font-family: 'DINPro-Medium';
}

.model__itembox {
  width: calc(100%/3 - 20px);
  margin: 0 30px;
  cursor: pointer;
  -webkit-filter: drop-shadow(5px 10px 10px #195152);
          filter: drop-shadow(5px 10px 10px #195152);
}

.model__itembox p {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  font-weight: bold;
  font-family: 'Righteous', cursive;
}

.model__itembox--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;
}

@media (max-width: 960px) {
  .model__itembox--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.model__itembox--active {
  padding-top: 5%;
}

.model__itembox--hover p {
  color: #ffffff;
  font-size: 16px;
  position: inherit;
  -webkit-transform: none;
          transform: none;
  left: auto;
  top: auto;
  font-weight: normal;
}

.model__itembox--hover figure {
  width: 30%;
  margin: auto;
  text-align: center;
}

@media (max-width: 960px) {
  .model__itembox--hover figure {
    width: 90%;
    margin: auto;
    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;
  }
}

.model__itembox--hover figure img {
  width: 80%;
}

@media (max-width: 960px) {
  .model__itembox--hover figure img {
    width: 50%;
  }
}

.model__itembox .closeBtn {
  position: inherit;
  -webkit-transform: none;
          transform: none;
  left: auto;
  top: auto;
  font-weight: normal;
}

.model__itembox--link {
  text-align: center;
}

.model__itembox--link a {
  color: #ffffff;
  font-size: 20px;
  background-color: #4573a1;
  padding: 5px 15px;
}

.model__itembox--link a:hover {
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
}

.model__itembox--link span {
  text-align: center;
}

.model__itembox-hatch {
  color: #d9ebfd !important;
  font-size: 14px !important;
  background-color: #4573a1 !important;
  line-height: 20px !important;
  padding: 2px 10px !important;
  margin: 2px !important;
  border-radius: 0 !important;
}

@media (max-width: 960px) {
  .model__itembox-hatch {
    padding: 5px !important;
  }
}

.model__link {
  color: #ffffff;
  font-size: 0.9vw;
  background: #4573a1;
  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;
  padding: 2px 10px;
  margin: 1%;
  height: 50px;
  width: calc(100%/3 - 30px);
  text-align: center;
  line-height: 0.9vw;
}

.model__link:hover {
  text-decoration: none;
  color: #d9ebfd;
}

@media (min-width: 1921px) {
  .model__link {
    color: #ffffff;
    font-size: 0.6vw;
    line-height: 0.6vw;
  }
}

@media (max-width: 768px) {
  .model__link {
    line-height: 1;
  }
}

.model__btn {
  display: block;
  margin: 1%;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: -webkit-transform .33s;
  transition: -webkit-transform .33s;
  transition: transform .33s;
  transition: transform .33s, -webkit-transform .33s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: 25% 50%;
          transform-origin: 25% 50%;
  height: 50px;
  width: calc(100%/3 - 30px);
}

@media (max-width: 960px) {
  .model__btn {
    width: calc(100%/2 - 20px);
  }
}

.model__btn:hover {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  text-decoration: none;
}

.model__btn-name {
  color: #ffffff;
  font-size: 20px;
  height: 100%;
  font-weight: bold;
  -webkit-transform: translateZ(20px);
          transform: translateZ(20px);
  background: #4573a1;
  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;
  padding: 2px 10px;
}

.model__btn-link {
  color: #d9ebfd;
  font-weight: bold;
  height: 50px;
  -webkit-transform: rotateX(-180deg) translateZ(0px) translateY(52px) translateX(0px);
          transform: rotateX(-180deg) translateZ(0px) translateY(52px) translateX(0px);
  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;
  text-decoration: none;
  background: transparent;
}

.easterEgg-pic1 {
  background: url(https://storage-asset.msi.com/event/2022/cnd/FR-tinder/images/ice.png) no-repeat;
  background-size: contain;
  width: 22vw;
  position: relative;
  margin: auto;
  -webkit-transform: rotate(342deg);
          transform: rotate(342deg);
  -webkit-animation: eggwave1 2.5s infinite ease;
          animation: eggwave1 2.5s infinite ease;
}

@media (max-width: 1400px) {
  .easterEgg-pic1 {
    background: url(https://storage-asset.msi.com/event/2022/cnd/FR-tinder/images/ice.png) center no-repeat;
    background-size: contain;
    width: 80%;
    margin: auto;
  }
}

@media (max-width: 960px) {
  .easterEgg-pic1 {
    margin: 10% auto;
  }
}

.easterEgg-pic1:hover {
  -webkit-animation: none;
          animation: none;
  -webkit-filter: drop-shadow(30px 10px 4px #4444dd);
          filter: drop-shadow(30px 10px 4px #4444dd);
}

.easterEgg-pic2 {
  background: url(https://storage-asset.msi.com/event/2022/cnd/FR-tinder/images/ice.png) no-repeat;
  background-size: contain;
  width: 22vw;
  position: relative;
  margin: auto;
  -webkit-transform: rotate(23deg);
          transform: rotate(23deg);
  -webkit-animation: eggwave2 2s infinite ease;
          animation: eggwave2 2s infinite ease;
}

@media (max-width: 1400px) {
  .easterEgg-pic2 {
    background: url(https://storage-asset.msi.com/event/2022/cnd/FR-tinder/images/ice.png) center no-repeat;
    background-size: contain;
    width: 80%;
    margin: auto;
  }
}

@media (max-width: 960px) {
  .easterEgg-pic2 {
    margin: 10% auto;
  }
}

.easterEgg-pic2:hover {
  -webkit-animation: none;
          animation: none;
  -webkit-filter: drop-shadow(30px 10px 4px #4444dd);
          filter: drop-shadow(30px 10px 4px #4444dd);
}

.easterEgg-pic3 {
  background: url(https://storage-asset.msi.com/event/2022/cnd/FR-tinder/images/ice.png) no-repeat;
  background-size: contain;
  width: 18vw;
  position: relative;
  margin: auto;
  -webkit-transform: rotate(23deg);
          transform: rotate(23deg);
  -webkit-animation: eggwave3 3s infinite ease;
          animation: eggwave3 3s infinite ease;
}

@media (max-width: 1400px) {
  .easterEgg-pic3 {
    background: url(https://storage-asset.msi.com/event/2022/cnd/FR-tinder/images/ice.png) center no-repeat;
    background-size: contain;
    width: 80%;
    margin: auto;
  }
}

@media (max-width: 960px) {
  .easterEgg-pic3 {
    margin: 10% auto;
  }
}

.easterEgg-pic3:hover {
  -webkit-animation: none;
          animation: none;
  -webkit-filter: drop-shadow(30px 10px 4px #4444dd);
          filter: drop-shadow(30px 10px 4px #4444dd);
}

.easterEgg-pic4 {
  background: url(https://storage-asset.msi.com/event/2022/cnd/FR-tinder/images/ice.png) no-repeat;
  background-size: contain;
  width: 18vw;
  position: relative;
  margin: auto;
  -webkit-transform: rotate(342deg);
          transform: rotate(342deg);
  -webkit-animation: eggwave4 4s infinite ease;
          animation: eggwave4 4s infinite ease;
}

@media (max-width: 1400px) {
  .easterEgg-pic4 {
    background: url(https://storage-asset.msi.com/event/2022/cnd/FR-tinder/images/ice.png) center no-repeat;
    background-size: contain;
    width: 80%;
    margin: auto;
  }
}

@media (max-width: 960px) {
  .easterEgg-pic4 {
    margin: 10% auto;
  }
}

.easterEgg-pic4:hover {
  -webkit-animation: none;
          animation: none;
  -webkit-filter: drop-shadow(30px 10px 4px #4444dd);
          filter: drop-shadow(30px 10px 4px #4444dd);
}

.easterEgg-pic5 {
  background: url(https://storage-asset.msi.com/event/2022/cnd/FR-tinder/images/ice.png) no-repeat;
  background-size: contain;
  width: 22vw;
  position: relative;
  margin: auto;
  -webkit-transform: rotate(342deg);
          transform: rotate(342deg);
  -webkit-animation: eggwave5 6s infinite ease;
          animation: eggwave5 6s infinite ease;
}

@media (max-width: 1400px) {
  .easterEgg-pic5 {
    background: url(https://storage-asset.msi.com/event/2022/cnd/FR-tinder/images/ice.png) center no-repeat;
    background-size: contain;
    width: 80%;
    margin: auto;
  }
}

@media (max-width: 960px) {
  .easterEgg-pic5 {
    margin: 10% auto;
  }
}

.easterEgg-pic5:hover {
  -webkit-animation: none;
          animation: none;
  -webkit-filter: drop-shadow(30px 10px 4px #4444dd);
          filter: drop-shadow(30px 10px 4px #4444dd);
}

.easterEgg-pic6 {
  background: url(https://storage-asset.msi.com/event/2022/cnd/FR-tinder/images/ice.png) no-repeat;
  background-size: contain;
  width: 420px;
  position: relative;
  margin: auto;
  -webkit-transform: rotate(23deg);
          transform: rotate(23deg);
  -webkit-animation: eggwave6 5s infinite ease;
          animation: eggwave6 5s infinite ease;
}

@media (max-width: 1400px) {
  .easterEgg-pic6 {
    background: url(https://storage-asset.msi.com/event/2022/cnd/FR-tinder/images/ice.png) center no-repeat;
    background-size: contain;
    width: 80%;
    margin: auto;
  }
}

@media (max-width: 960px) {
  .easterEgg-pic6 {
    margin: 10% auto;
  }
}

.easterEgg-pic6:hover {
  -webkit-animation: none;
          animation: none;
  -webkit-filter: drop-shadow(30px 10px 4px #4444dd);
          filter: drop-shadow(30px 10px 4px #4444dd);
}

@-webkit-keyframes eggwave1 {
  0% {
    -webkit-transform: translateY(0) rotate(342deg);
            transform: translateY(0) rotate(342deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(342deg);
            transform: translateY(-10px) rotate(342deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(342deg);
            transform: translateY(0) rotate(342deg);
  }
}

@keyframes eggwave1 {
  0% {
    -webkit-transform: translateY(0) rotate(342deg);
            transform: translateY(0) rotate(342deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(342deg);
            transform: translateY(-10px) rotate(342deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(342deg);
            transform: translateY(0) rotate(342deg);
  }
}

@-webkit-keyframes eggwave2 {
  0% {
    -webkit-transform: translateY(0) rotate(23deg);
            transform: translateY(0) rotate(23deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(23deg);
            transform: translateY(-10px) rotate(23deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(23deg);
            transform: translateY(0) rotate(23deg);
  }
}

@keyframes eggwave2 {
  0% {
    -webkit-transform: translateY(0) rotate(23deg);
            transform: translateY(0) rotate(23deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(23deg);
            transform: translateY(-10px) rotate(23deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(23deg);
            transform: translateY(0) rotate(23deg);
  }
}

@-webkit-keyframes eggwave3 {
  0% {
    -webkit-transform: translateY(0) rotate(23deg);
            transform: translateY(0) rotate(23deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(23deg);
            transform: translateY(-10px) rotate(23deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(23deg);
            transform: translateY(0) rotate(23deg);
  }
}

@keyframes eggwave3 {
  0% {
    -webkit-transform: translateY(0) rotate(23deg);
            transform: translateY(0) rotate(23deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(23deg);
            transform: translateY(-10px) rotate(23deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(23deg);
            transform: translateY(0) rotate(23deg);
  }
}

@-webkit-keyframes eggwave4 {
  0% {
    -webkit-transform: translateY(0) rotate(342deg);
            transform: translateY(0) rotate(342deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(342deg);
            transform: translateY(-10px) rotate(342deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(342deg);
            transform: translateY(0) rotate(342deg);
  }
}

@keyframes eggwave4 {
  0% {
    -webkit-transform: translateY(0) rotate(342deg);
            transform: translateY(0) rotate(342deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(342deg);
            transform: translateY(-10px) rotate(342deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(342deg);
            transform: translateY(0) rotate(342deg);
  }
}

@-webkit-keyframes eggwave5 {
  0% {
    -webkit-transform: translateY(0) rotate(342deg);
            transform: translateY(0) rotate(342deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(342deg);
            transform: translateY(-10px) rotate(342deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(342deg);
            transform: translateY(0) rotate(342deg);
  }
}

@keyframes eggwave5 {
  0% {
    -webkit-transform: translateY(0) rotate(342deg);
            transform: translateY(0) rotate(342deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(342deg);
            transform: translateY(-10px) rotate(342deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(342deg);
            transform: translateY(0) rotate(342deg);
  }
}

@-webkit-keyframes eggwave6 {
  0% {
    -webkit-transform: translateY(0) rotate(23deg);
            transform: translateY(0) rotate(23deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(23deg);
            transform: translateY(-10px) rotate(23deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(23deg);
            transform: translateY(0) rotate(23deg);
  }
}

@keyframes eggwave6 {
  0% {
    -webkit-transform: translateY(0) rotate(23deg);
            transform: translateY(0) rotate(23deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(23deg);
            transform: translateY(-10px) rotate(23deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(23deg);
            transform: translateY(0) rotate(23deg);
  }
}

@-webkit-keyframes ice1 {
  0% {
    -webkit-transform: translateY(0) rotate(342deg);
            transform: translateY(0) rotate(342deg);
  }
  100% {
    -webkit-transform: translateY(3000px) rotate(342deg);
            transform: translateY(3000px) rotate(342deg);
  }
}

@keyframes ice1 {
  0% {
    -webkit-transform: translateY(0) rotate(342deg);
            transform: translateY(0) rotate(342deg);
  }
  100% {
    -webkit-transform: translateY(3000px) rotate(342deg);
            transform: translateY(3000px) rotate(342deg);
  }
}

@-webkit-keyframes ice2 {
  0% {
    -webkit-transform: translateY(0) rotate(342deg);
            transform: translateY(0) rotate(342deg);
  }
  100% {
    -webkit-transform: translateY(3000px) rotate(342deg);
            transform: translateY(3000px) rotate(342deg);
  }
}

@keyframes ice2 {
  0% {
    -webkit-transform: translateY(0) rotate(342deg);
            transform: translateY(0) rotate(342deg);
  }
  100% {
    -webkit-transform: translateY(3000px) rotate(342deg);
            transform: translateY(3000px) rotate(342deg);
  }
}

@-webkit-keyframes ice3 {
  0% {
    -webkit-transform: translateY(0) rotate(342deg);
            transform: translateY(0) rotate(342deg);
  }
  100% {
    -webkit-transform: translateY(4000px) rotate(342deg);
            transform: translateY(4000px) rotate(342deg);
  }
}

@keyframes ice3 {
  0% {
    -webkit-transform: translateY(0) rotate(342deg);
            transform: translateY(0) rotate(342deg);
  }
  100% {
    -webkit-transform: translateY(4000px) rotate(342deg);
            transform: translateY(4000px) rotate(342deg);
  }
}

@-webkit-keyframes ice4 {
  0% {
    -webkit-transform: translateY(0) rotate(342deg);
            transform: translateY(0) rotate(342deg);
  }
  100% {
    -webkit-transform: translateY(5000px) rotate(342deg);
            transform: translateY(5000px) rotate(342deg);
  }
}

@keyframes ice4 {
  0% {
    -webkit-transform: translateY(0) rotate(342deg);
            transform: translateY(0) rotate(342deg);
  }
  100% {
    -webkit-transform: translateY(5000px) rotate(342deg);
            transform: translateY(5000px) rotate(342deg);
  }
}

/* Gleam */
.gleam {
  position: relative;
  background: #000;
  padding: 5% 0;
  overflow: hidden;
}

.gleam__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gleam figure {
  position: absolute;
  width: 100%;
}

.gleam figure img {
  width: 100%;
}

.gleam .gleambox {
  width: 100%;
  margin: auto;
}

/* EARN MORE PRIZE */
.earn {
  background: #000;
  height: 100%;
  position: relative;
  padding: 5% 0;
}

@media (max-width: 960px) {
  .earn {
    height: auto;
  }
}

@media (min-width: 1921px) {
  .earn {
    background-position: 50%;
  }
}

.earn__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 960px) {
  .earn__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.earn__flex figure {
  margin: 0 1em;
  position: relative;
  border-radius: 5px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  width: calc( 100% / 3 - 0px);
  max-width: 600px;
}

@media (max-width: 960px) {
  .earn__flex figure {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10%;
  }
}

.earn__flex figure:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 20px 20px 10px rgba(22, 56, 57, 0.3);
          box-shadow: 20px 20px 10px rgba(22, 56, 57, 0.3);
  transition: 0.3s all;
}

@media (max-width: 500px) {
  .prizebox h3 {
    font-size: 16px;
  }
}

.fixed-gift {
  position: fixed;
  right: 0;
  bottom: 3%;
  z-index: 120;
  max-width: 200px;
  -webkit-animation: giftbtn 3s infinite ease;
          animation: giftbtn 3s infinite ease;
}

@media (max-width: 960px) {
  .fixed-gift {
    max-width: 100px;
  }
}

@-webkit-keyframes giftbtn {
  0% {
    -webkit-filter: drop-shadow(0 0 10px #fcff40);
            filter: drop-shadow(0 0 10px #fcff40);
  }
  50% {
    -webkit-filter: drop-shadow(0 0 0 #fcff40);
            filter: drop-shadow(0 0 0 #fcff40);
  }
  100% {
    -webkit-filter: drop-shadow(0 0 10px #fcff40);
            filter: drop-shadow(0 0 10px #fcff40);
  }
}

@keyframes giftbtn {
  0% {
    -webkit-filter: drop-shadow(0 0 10px #fcff40);
            filter: drop-shadow(0 0 10px #fcff40);
  }
  50% {
    -webkit-filter: drop-shadow(0 0 0 #fcff40);
            filter: drop-shadow(0 0 0 #fcff40);
  }
  100% {
    -webkit-filter: drop-shadow(0 0 10px #fcff40);
            filter: drop-shadow(0 0 10px #fcff40);
  }
}
/*# sourceMappingURL=main.css.map */