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

body {
  word-wrap: break-word;
  font-family: "DINPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  word-break: break-word;
}

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

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

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

.commonTitle {
  color: #f3e470;
  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: #f3e470;
  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: url("https://storage-asset.msi.com/event/2022/sg/2022-Hari-Raya-Sales/images/tab-bg.jpg") center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@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 */
.kv {
  display: block;
  position: relative;
  overflow: hidden;
}

@media (max-width: 960px) {
  .kv {
    padding-top: 3%;
  }
}

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

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

.kv__pic {
  width: 100%;
}

@media (max-width: 960px) {
  .kv__pic {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.kv__pic img {
  width: 100%;
}

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

.kv__title {
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 38%;
  z-index: 1;
}

@media (max-width: 960px) {
  .kv__title {
    position: inherit;
    right: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    width: 80%;
    margin: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 5%;
  }
}

@media (max-width: 600px) {
  .kv__title {
    padding-top: 32%;
  }
}

.kv__title img {
  width: 100%;
}

.kv__game {
  position: absolute;
  left: 2%;
  bottom: 2%;
  z-index: 1;
  width: 15vw;
}

@media (max-width: 960px) {
  .kv__game {
    width: 22vw;
  }
}

.kv__game img {
  width: auto;
}

.kv__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  right: 1%;
  top: 5%;
  height: 90%;
}

@media (max-width: 1366px) {
  .kv__logo {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (max-width: 960px) {
  .kv__logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    height: auto;
    top: 2%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 18vw;
  }
}

@media (max-width: 600px) {
  .kv__logo {
    top: 13%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
  }
}

.kv__logo-intel {
  text-align: center;
  margin-left: -2%;
}

.kv__logo-intel figure {
  margin: auto;
}

.kv__logo-intel figure img {
  width: 7vw;
}

@media (max-width: 960px) {
  .kv__logo-intel figure img {
    width: 14vw;
  }
}

.kv__logo-intel-text {
  color: #ffffff;
  font-size: 0.9vw;
  font-weight: bold;
  margin-top: 5px;
  display: block;
  letter-spacing: 3px;
}

@media (max-width: 960px) {
  .kv__logo-intel-text {
    color: #ffffff;
    font-size: 1.8vw;
  }
}

@media (max-width: 600px) {
  .kv__logo-intel-text {
    color: #ffffff;
    font-size: 0.8vw;
  }
}

.kv__logo-intel-text span {
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0;
}

@media (min-width: 1921px) {
  .kv__logo-intel-text span {
    color: #ffffff;
    font-size: 0.6vw;
  }
}

.kv__logo-intel-text:nth-of-type(2) {
  margin-top: 10%;
  letter-spacing: -0.3px;
}

.kv__logo-intel-subtext {
  color: #ffffff;
  font-size: 12px;
}

@media (max-width: 960px) {
  .kv__logo-intel-subtext {
    text-align: center;
    display: block;
    padding: 10% 0;
  }
}

@media (max-width: 600px) {
  .kv__logo-intel-subtext {
    padding: 4% 0;
  }
}

@media (min-width: 1921px) {
  .kv__logo-intel-subtext {
    color: #ffffff;
    font-size: 0.6vw;
  }
}

/* intro */
.intro {
  padding: 3% 0 0;
}

.intro__wrap {
  width: 80%;
  margin: auto;
  max-width: 1440px;
}

/* model */
.model {
  padding: 3% 0 5%;
  position: relative;
}

@media (max-width: 1400px) {
  .model {
    background-size: contain;
    background-position: center;
  }
}

@media (max-width: 960px) {
  .model {
    height: auto;
    padding: 5% 0;
  }
}

.model__wrap {
  width: 80%;
  margin: auto;
  max-width: 1440px;
}

.model__overlay {
  background: rgba(189, 218, 219, 0.3);
  width: 100%;
  margin: auto;
}

@media (max-width: 960px) {
  .model__overlay {
    width: auto;
    height: auto;
    position: inherit;
    -webkit-transform: none;
            transform: none;
    left: auto;
    top: auto;
  }
}

.model__flexbox {
  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;
  width: 80%;
  margin: auto;
}

@media (max-width: 1440px) {
  .model__flexbox {
    flex-wrap: wrap;
  }
}

@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;
  }
}

.model__flexbox a:hover {
  -webkit-animation: eggwave 1s 1 ease;
          animation: eggwave 1s 1 ease;
}

.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: #ccc;
  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: #b38038;
  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--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: #316e6f;
  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: #f3e470 !important;
  font-size: 14px !important;
  background-color: #316e6f !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: #fff;
  font-size: 0.9vw;
  background: #b38038;
  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;
  background: #00858b;
  color: #fff;
}

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

.model__link-item {
  color: #ffffff;
  font-size: 0.9vw;
  background: #008d93;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
  -ms-grid-rows: 30px 30px;
      grid-template-rows: 30px 30px;
  margin: 1%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 1% 0;
  width: calc(100%/3 - 30px);
  text-align: center;
}

@media (max-width: 768px) {
  .model__link-item {
    padding: 2.5% 0;
  }
}

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

.model__link-item:hover {
  text-decoration: none;
  color: #fff;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 3px 3px 10px #a1a1a1;
          box-shadow: 3px 3px 10px #a1a1a1;
}

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

.model__link-item-num {
  margin: 0 !important;
  background-color: #ebd471 !important;
  height: 30px !important;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  position: absolute !important;
  bottom: 0;
  width: 100%;
}

.model__link-item-prize {
  text-decoration: line-through;
  color: #000 !important;
  padding-right: 5px;
  font-weight: normal !important;
  font-size: 0.8vw !important;
}

.model__link-item .price-c {
  color: #cb0000 !important;
  font-weight: bold;
}

.model__link-item-w {
  width: 80% !important;
}

.model__link-item-p {
  padding: 3% 0;
}

.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: #316e6f;
  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: #f3e470;
  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/sg/2022-Hari-Raya-Sales/images/light.png) no-repeat;
  background-size: contain;
  height: 394px;
  width: 277px;
  position: relative;
  margin: auto;
}

@media (max-width: 1400px) {
  .easterEgg-pic1 {
    background: url(https://storage-asset.msi.com/event/2022/sg/2022-Hari-Raya-Sales/images/light.png) center no-repeat;
    background-size: contain;
    width: 80%;
    margin: auto;
    height: 325px;
  }
}

.easterEgg-pic2 {
  background: url(https://storage-asset.msi.com/event/2022/sg/2022-Hari-Raya-Sales/images/light.png) no-repeat;
  background-size: contain;
  height: 394px;
  width: 277px;
  position: relative;
  margin: auto;
}

@media (max-width: 1400px) {
  .easterEgg-pic2 {
    background: url(https://storage-asset.msi.com/event/2022/sg/2022-Hari-Raya-Sales/images/light.png) center no-repeat;
    background-size: contain;
    width: 80%;
    margin: auto;
    height: 325px;
  }
}

.easterEgg-pic3 {
  background: url(https://storage-asset.msi.com/event/2022/sg/2022-Hari-Raya-Sales/images/light.png) no-repeat;
  background-size: contain;
  height: 394px;
  width: 277px;
  position: relative;
  margin: auto;
}

@media (max-width: 1400px) {
  .easterEgg-pic3 {
    background: url(https://storage-asset.msi.com/event/2022/sg/2022-Hari-Raya-Sales/images/light.png) center no-repeat;
    background-size: contain;
    width: 80%;
    margin: auto;
    height: 325px;
  }
}

@-webkit-keyframes eggwave {
  0% {
    -webkit-transform: translateX(-2px) rotate(5deg);
            transform: translateX(-2px) rotate(5deg);
  }
  10% {
    -webkit-transform: translateX(2px) rotate(-5deg);
            transform: translateX(2px) rotate(-5deg);
  }
  20% {
    -webkit-transform: translateX(-2px) rotate(5deg);
            transform: translateX(-2px) rotate(5deg);
  }
  21%, 100% {
    -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0);
  }
}

@keyframes eggwave {
  0% {
    -webkit-transform: translateX(-2px) rotate(5deg);
            transform: translateX(-2px) rotate(5deg);
  }
  10% {
    -webkit-transform: translateX(2px) rotate(-5deg);
            transform: translateX(2px) rotate(-5deg);
  }
  20% {
    -webkit-transform: translateX(-2px) rotate(5deg);
            transform: translateX(-2px) rotate(5deg);
  }
  21%, 100% {
    -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0);
  }
}

/* video */
.video {
  padding: 5% 0;
}

.video__wrap {
  width: 80%;
  margin: auto;
  max-width: 1440px;
}

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

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

.video__itembox {
  position: relative;
  width: calc( 100%/3 - 20px);
  margin: 0 10px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media (max-width: 960px) {
  .video__itembox {
    width: calc( 100% - 20px);
    max-width: 400px;
    padding-bottom: 5%;
  }
}

.video__itembox .btplay {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.video__itembox: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);
}

.video__block {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.videobox-wrapper {
  width: 60%;
  margin: 0 auto;
}

.videobox-wrapper__box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.videobox-wrapper__box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* redeem */
.redeem {
  padding: 5% 0;
}

.redeem__wrap {
  width: 80%;
  margin: auto;
  max-width: 1440px;
}

.redeem__arrow {
  margin: 0 auto;
  width: 2%;
  padding-top: 100px;
}

@media (max-width: 960px) {
  .redeem__arrow {
    padding: 10px 0px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.redeem__item {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
}

@media (max-width: 960px) {
  .redeem__item {
    width: 75%;
    margin: 0 auto;
  }
}

.redeem__item p {
  text-align: center;
  color: #000000;
  font-size: 18px;
}

.redeem__item a {
  color: #f3e470;
}

.redeem__item a:hover {
  color: #ffffff;
}

.redeem__item span {
  color: #1f4a4a;
}

.redeem__item--wreath {
  width: 100%;
  height: 250px;
  position: relative;
  background: url(https://storage-asset.msi.com/event/2022/sg/2022-Hari-Raya-Sales/images/light.png) no-repeat top center;
  background-size: contain;
  -webkit-filter: drop-shadow(4px 4px 8px #808080);
          filter: drop-shadow(4px 4px 8px #808080);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  color: #1f4a4a;
  margin-bottom: 5%;
}

@media (max-width: 1366px) {
  .redeem__item--wreath {
    height: 200px;
  }
}

@media (max-width: 960px) {
  .redeem__item--wreath {
    height: 250px;
  }
}

.redeem__item--wreath img {
  width: 15%;
  padding-bottom: 1.5%;
  filter: drop-shadow(0px 10px 14px #fff)
}

.redeem__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-top: 40px;
}

@media (max-width: 960px) {
  .redeem__btn {
    display: block;
    margin-top: 0px;
  }
}

.redeem__btn a {
  width: calc( 100% / 3 - 40px);
  padding: 10px 0px;
  font-size: 20px;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #f3e470;
  text-align: center;
  text-decoration: none;
  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-family: 'Righteous', cursive;
  border: 3px solid #f3e470;
}

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

.redeem__btn a:hover {
  background-color: #f3e470;
  color: #ffffff;
  text-decoration: none;
  color: #316e6f;
}

.redeem .slick-slide {
  min-height: 520px;
}

.redeem .slick-arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 25px;
}

.redeem .slick-prev {
  left: 15px;
  z-index: 99;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.redeem .slick-next {
  right: 15px;
  z-index: 99;
}

.redeem .common__flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* Where to buy */
.wtb {
  position: relative;
}

.wtb__wrap {
  width: 80%;
  margin: auto;
  max-width: 1440px;
}

/* EARN MORE PRIZE */
.earn {
  background: url(https://storage-asset.msi.com/event/2022/sg/2022-Hari-Raya-Sales/images/earn-bg.png) bottom no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  padding: 5% 0;
}

@media (max-width: 960px) {
  .earn {
    background-size: contain;
    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: 6px solid #f3e470;
  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;
}
/*# sourceMappingURL=main.css.map */