@import url("https://use.typekit.net/kdl0kay.css");
.kv {
  position: relative;
  padding: 25px;
  background: url("../images/kv-bg-xs.jpg") bottom center no-repeat ;
  background-size: cover;
}

@media (min-width: 996px) {
  .kv {
    background: url("../images/kv-bg.jpg") bottom center no-repeat ;
    background-size: cover;
    padding: 120px 0;
  }
}

.kv h1 {
  position: absolute;
  top: -100%;
}

.kv__bg-mask {
  display: none;
}

@media (min-width: 996px) {
  .kv__bg-mask {
    display: block;
    position: absolute;
    inset: 0;
    -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__bg-mask::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    height: 40%;
    border-radius: 100%;
    background: radial-gradient(circle at center, rgba(254, 249, 173, 0) 0%, rgba(254, 249, 173, 0) 40%, rgba(254, 249, 173, 0.8) 50%, rgba(254, 249, 173, 0) 60%, rgba(254, 249, 173, 0));
    -webkit-animation: 2s light infinite linear;
            animation: 2s light infinite linear;
  }
}

.kv__inner {
  position: relative;
  z-index: 2;
}

@media (min-width: 996px) {
  .kv__box {
    width: 90%;
    margin: 0 auto;
    max-width: 1600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.kv-badge {
  text-align: right;
}

.kv-badge img {
  width: 25%;
}

@media (min-width: 996px) {
  .kv-badge {
    width: 90%;
    margin: 0 auto;
    max-width: 1380px;
    height: 122px;
  }
  .kv-badge img {
    width: 200px;
  }
}

.kv__title {
  position: relative;
  margin-bottom: 35px;
  width: 80%;
  margin: 0 auto;
  max-width: auto;
}

.kv__title img {
  vertical-align: bottom;
}

.kv__titleBox {
  position: relative;
}

@media (min-width: 996px) {
  .kv__titleBox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.kv__title::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/kv-title-light.png") center center no-repeat ;
  background-size: cover;
  -webkit-animation: 2s flash infinite linear;
          animation: 2s flash infinite linear;
}

.kv__title-bottom {
  display: none;
}

@media (min-width: 996px) {
  .kv__title-bottom {
    display: block;
    -webkit-transform: translate(12%, -15%);
            transform: translate(12%, -15%);
  }
  .kv__title-bottom img {
    width: 85%;
  }
}

@media (min-width: 996px) {
  .kv__pd {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.kv__amd {
  display: none;
}

@-webkit-keyframes flash {
  0%, 100% {
    opacity: .7;
  }
  50% {
    opacity: 1;
  }
}

@keyframes flash {
  0%, 100% {
    opacity: .7;
  }
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes light {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    top: 50%;
    left: 80%;
  }
  100% {
    -webkit-transform: scale(10);
            transform: scale(10);
    top: 20%;
    left: 50%;
  }
}

@keyframes light {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    top: 50%;
    left: 80%;
  }
  100% {
    -webkit-transform: scale(10);
            transform: scale(10);
    top: 20%;
    left: 50%;
  }
}

.intro {
  position: relative;
  background-image: url(../images/intro-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.intro__wrapper {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 50px;
  z-index: 10;
  position: relative;
}

.intro__wrapper .tab-dec {
  width: 60px;
  margin: 0 auto;
}

@media (min-width: 996px) {
  .intro__wrapper .tab-dec {
    width: 80px;
  }
}

.intro__wrapper-title {
  color: #fff;
  padding: 50px 25px 25px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

@media (min-width: 996px) {
  .intro__wrapper-title {
    font-size: 38px;
  }
}

.intro__wrapper-title a {
  color: #E7B272;
  text-transform: uppercase;
}

.intro__wrapper-title a:hover {
  color: #e7b272e0;
}

.intro__wrapper-btns {
  margin: 20px auto 0;
}

@media (min-width: 768px) {
  .intro__wrapper-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1200px;
  }
}

.intro__wrapper-btns .tabItem {
  width: 100%;
}

@media (min-width: 768px) {
  .intro__wrapper-btns .tabItem {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.intro__wrapper-btns .tab-dec {
  visibility: hidden;
}

.intro__wrapper-btns .tab-dec.active {
  visibility: visible;
}

.intro__wrapper-date {
  font-weight: bold;
  position: relative;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-row: 1;
      grid-row-start: 1;
  padding: 0 25px;
}

@media (min-width: 768px) {
  .intro__wrapper-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
  }
}

.intro__wrapper-date .item {
  padding: 10px 0;
}

@media (min-width: 768px) {
  .intro__wrapper-date .item {
    margin: 20px 0;
  }
}

.intro__wrapper-date .item .icon {
  width: 30%;
  margin: 0 auto;
  max-width: auto;
  opacity: .7;
}

.intro__wrapper-date .item .sub-text {
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
}

.intro__wrapper-date .item .date-text {
  font-size: 22px;
  font-weight: bold;
  color: #E7B272;
  padding: 10px 0 0;
}

.intro__wrapper-date .item .note {
  padding: 0;
}

@media (min-width: 768px) {
  .intro__wrapper-date .item .note {
    padding: 10px 25px;
  }
}

.intro h4 {
  background: linear-gradient(45deg, #c48a10, #6f644b);
  padding: 1px;
}

.intro h4 b {
  display: block;
  background: #000;
  padding: 25px;
  color: #c48a10;
}

.intro .btnSty {
  position: relative;
  display: block;
  padding: 50px 20px;
  cursor: pointer;
}

.intro .btnSty::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  -webkit-mask: url("../images/btn-bg.png") center center no-repeat;
  mask: url("../images/btn-bg.png") center center no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background: linear-gradient(45deg, #c48a10, #6f644b);
}

.intro .btnSty span {
  position: relative;
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  opacity: .85;
  letter-spacing: 2px;
}

.intro .btnSty:hover {
  -webkit-transform: scale(1.02) translateY(2px);
          transform: scale(1.02) translateY(2px);
}

.intro .btnSty:hover::before {
  background: -webkit-gradient(linear, left bottom, left top, from(#c48a10), to(#6f644b));
  background: linear-gradient(360deg, #c48a10, #6f644b);
}

@-webkit-keyframes btn {
  0% {
    background-size: 100% 150%;
    background-position: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#c48a10), to(#6f644b));
    background: linear-gradient(0deg, #c48a10, #6f644b);
  }
  100% {
    background-size: 200% 100%;
    background-position: 50%;
    background: -webkit-gradient(linear, left bottom, left top, from(#c48a10), to(#6f644b));
    background: linear-gradient(360deg, #c48a10, #6f644b);
  }
}

@keyframes btn {
  0% {
    background-size: 100% 150%;
    background-position: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#c48a10), to(#6f644b));
    background: linear-gradient(0deg, #c48a10, #6f644b);
  }
  100% {
    background-size: 200% 100%;
    background-position: 50%;
    background: -webkit-gradient(linear, left bottom, left top, from(#c48a10), to(#6f644b));
    background: linear-gradient(360deg, #c48a10, #6f644b);
  }
}

.models {
  position: relative;
  padding: 2% 0 5%;
  background-image: url(../images/eligible-bg.jpg);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
}

.models::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 0;
}

.models img {
  vertical-align: bottom;
}

.models__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 25px;
  text-align: center;
}

.models__title {
  font-size: var(--title-xl);
  color: #fff;
  font-weight: bold;
  padding-bottom: 25px;
}

.models__box {
  margin-top: 25px;
  position: relative;
}

@media (min-width: 996px) {
  .models__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 60px;
  }
}

.models__box__title {
  font-size: var(--title-md);
  color: #fff;
  font-weight: bold;
}

@media (min-width: 996px) {
  .models__box__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    position: absolute;
    top: -40px;
    width: 100%;
    left: 0;
  }
}

.models__box__title h3 {
  font-size: 18px;
  padding-bottom: 5px;
}

.models__box__title h3.title2::before {
  content: " & ";
}

@media (min-width: 996px) {
  .models__box__title h3.title2 {
    margin-left: 240px;
  }
  .models__box__title h3.title2::before {
    content: "";
  }
}

.models__box__case {
  position: relative;
}

@media (min-width: 996px) {
  .models__box__case {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    background: #fff;
    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;
  }
}

.models__box__mb {
  position: relative;
}

.models__box__plus {
  font-size: 30px;
  padding: 25px;
}

@media (min-width: 996px) {
  .models__box__plus {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.models__box__item {
  background: #fff;
  margin-bottom: 5px;
}

@media (min-width: 996px) {
  .models__box__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.models__box__item-game {
  text-align: right;
}

.models__box__item-game img {
  max-width: 60%;
}

@media (min-width: 996px) {
  .models__box__item-game {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .models__box__item-game img {
    max-width: 100%;
  }
}

.popup {
  display: none;
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 25px;
  background: rgba(0, 0, 0, 0.7);
}

.popup__wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  background: #222;
  position: relative;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding-bottom: 10px;
  color: #fff;
}

.popup__close {
  position: -webkit-sticky;
  position: sticky;
  left: 100%;
  top: 0;
}

.popup__close:hover::before {
  background: rgba(255, 255, 255, 0.5);
}

.popup__close::before {
  font-family: "msi-icons" !important;
  content: "\ea02";
  color: #6f644b;
  font-size: 20px;
  position: absolute;
  left: 100%;
  width: 25px;
  height: 25px;
  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;
  border: #6f644b 1px solid;
  cursor: pointer;
}

@media (min-width: 996px) {
  .popup__close::before {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
}

.popup__header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: linear-gradient(45deg, #c48a10, #6f644b);
  padding: 10px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  text-shadow: #111 1px 1px 3px;
}

@media (min-width: 996px) {
  .popup__header {
    font-size: 30px;
  }
}

.popup__content {
  padding: 25px;
  height: 80vh;
  overflow-y: auto;
  margin: 10px 10px 30px;
}

.popup__content::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.popup__content::-webkit-scrollbar-track {
  background: #333;
}

.popup__content::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, #c48a10, #6f644b);
  border-radius: 10px;
  cursor: pointer;
}

@media (min-width: 996px) {
  .popup__content {
    padding: 80px;
  }
}

#tc {
  font-size: 17px;
  line-height: 1.8;
}

#tc ul {
  margin-left: 20px;
}

#tc ul li {
  list-style: disc;
  padding: 5px 0;
}

#tc ol {
  margin-left: 25px;
}

#tc ol li {
  list-style: lower-roman;
}

#tc h4 {
  padding: 15px 0;
}

#tc a {
  color: #c48a10;
  text-decoration: underline;
}

#tc a:hover {
  background: #c48a10;
  color: #fff;
}

#tc table {
  width: 100%;
  border-collapse: collapse;
}

#tc table th {
  background: linear-gradient(45deg, #c48a10, #6f644b);
  padding: 15px;
  text-align: center;
  color: #fff;
  border-right: #fff 1px solid;
}

#tc table td {
  border: #8ca6d1 1px solid;
  padding: 5px 10px;
  text-align: center;
  font-size: 15px;
  font-family: var(--MSIBodyFont);
}

#tc .terms__title {
  margin: 20px 0 10px;
  position: relative;
}

#tc .terms__title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  background: linear-gradient(45deg, #c48a10, #6f644b);
}

#tc .terms__title span {
  display: inline-block;
  position: relative;
  z-index: 2;
  background: linear-gradient(45deg, #c48a10, #6f644b);
  padding-right: 5px;
}

html {
  scroll-behavior: smooth;
}

.project {
  position: relative;
  overflow: hidden;
  background: #000;
}

.project figure {
  margin: 0;
  padding: 0;
}

.project .hideSty {
  display: none;
}

.project .containerBox {
  margin: auto;
  padding: 0 25px;
  width: 100%;
  max-width: 1280px;
}

.project .section-title {
  text-align: center;
  color: #fff;
  font-size: var(--title-xl);
  padding: 65px 0 45px;
}

.project .fixed-icon {
  position: fixed;
  right: 2%;
  bottom: 2%;
  z-index: 100;
  width: 30%;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

@media (min-width: 996px) {
  .project .fixed-icon {
    width: 10%;
  }
}

.project .fixed-icon:hover {
  -webkit-filter: drop-shadow(0px 0px 10px #df89e9);
          filter: drop-shadow(0px 0px 10px #df89e9);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.project .fixed-icon .icon-close {
  width: 14px;
  position: absolute;
  right: 0;
  top: 5%;
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}

@media (min-width: 1300px) {
  .project .fixed-icon .icon-close {
    width: 20px;
    top: 10%;
  }
}

.project .fixed-icon .icon-close:hover {
  cursor: pointer;
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.wtb {
  padding: 0 0 3%;
  position: relative;
  background-image: url(../images/intro-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
/*# sourceMappingURL=main-sg-my.css.map */