@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
.project {
  position: relative;
  font-family: "nimbus-sans", sans-serif;
  --pageTitle: "nimbus-sans-extended", sans-serif;
  --color: #000000;
  font-size: 18px;
  line-height: 1.5;
  overflow: hidden;
  background: url("https://storage-asset.msi.com/event/2026/au/hop-into-these-easter-deals/images/bg2.jpg") top center repeat-y;
  background-size: 100%;
}
@supports (background-image: url("https://storage-asset.msi.com/event/2026/au/hop-into-these-easter-deals/images/bg2.webp")) {
  .project {
    background-image: url("https://storage-asset.msi.com/event/2026/au/hop-into-these-easter-deals/images/bg2.webp");
  }
}
.project img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.project picture {
  display: block;
}
.project p + p {
  padding-top: 15px;
}
.project .common-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 25px;
}
.project .common-title {
  font-weight: 900;
  text-transform: uppercase;
}
@media (min-width: 996px) {
  .project .common-title {
    font-size: 2vw;
  }
}
@media (min-width: 1930px) {
  .project .common-title {
    font-size: 1.8vw;
  }
}
.project .common-title.normal-title {
  text-transform: none;
}
.project .ribbon {
  position: absolute;
}
.project .commonBtn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  color: #000;
  text-transform: uppercase;
  font-size: var(--title-md);
  padding: 6px 30px 3px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FCE98F), to(#EFCF6D));
  background: linear-gradient(to bottom, #FCE98F 0%, #EFCF6D 100%);
  cursor: pointer;
  -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.45), 0 5px 0 #9E8036, 0 10px 20px rgba(0, 0, 0, 0.28);
          box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.45), 0 5px 0 #9E8036, 0 10px 20px rgba(0, 0, 0, 0.28);
  -webkit-transition: -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease, -webkit-filter 0.15s ease;
  transition: -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease, -webkit-filter 0.15s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease, -webkit-filter 0.15s ease;
}
.project .commonBtn:hover {
  -webkit-filter: brightness(1.04);
          filter: brightness(1.04);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5), 0 6px 0 #9E8036, 0 14px 26px rgba(0, 0, 0, 0.32);
          box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5), 0 6px 0 #9E8036, 0 14px 26px rgba(0, 0, 0, 0.32);
}
.project .commonBtn:hover:active {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-filter: brightness(0.98);
          filter: brightness(0.98);
  -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.35), 0 2px 0 #9E8036, 0 6px 14px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.35), 0 2px 0 #9E8036, 0 6px 14px rgba(0, 0, 0, 0.25);
}
.project .subBtn {
  background: linear-gradient(45deg, #cab376, #f3de98, #cab376);
  color: #000;
  border-radius: 3px;
  padding: 10px 20px;
  font-weight: bold;
  cursor: pointer;
  font-size: var(--title-md);
  margin-top: 20px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project .subBtn:hover {
  -webkit-filter: brightness(1.04) drop-shadow(0 0 10px #fce98f);
          filter: brightness(1.04) drop-shadow(0 0 10px #fce98f);
  -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5), 0 6px 0 #9E8036, 0 14px 26px rgba(0, 0, 0, 0.32);
          box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5), 0 6px 0 #9E8036, 0 14px 26px rgba(0, 0, 0, 0.32);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project h1 {
  display: none;
}
.project .kv {
  position: relative;
  background: url("https://storage-asset.msi.com/event/2026/au/hop-into-these-easter-deals/images/kv-bg-xs.jpg") top center no-repeat;
  background-size: cover;
  padding: 25px 25px 10px;
}
@supports (background-image: url("https://storage-asset.msi.com/event/2026/au/hop-into-these-easter-deals/images/kv-bg-xs.webp")) {
  .project .kv {
    background-image: url("https://storage-asset.msi.com/event/2026/au/hop-into-these-easter-deals/images/kv-bg-xs.webp");
  }
}
@media (min-width: 996px) {
  .project .kv {
    background: url("https://storage-asset.msi.com/event/2026/au/hop-into-these-easter-deals/images/kv-bg.jpg") top center no-repeat;
    background-size: cover;
    padding: 10px 25px;
  }
  @supports (background-image: url("https://storage-asset.msi.com/event/2026/au/hop-into-these-easter-deals/images/kv-bg.webp")) {
    .project .kv {
      background-image: url("https://storage-asset.msi.com/event/2026/au/hop-into-these-easter-deals/images/kv-bg.webp");
    }
  }
}
@media (min-width: 1600px) {
  .project .kv {
    padding-left: 5%;
  }
}
@media (min-width: 1930px) {
  .project .kv {
    padding-left: 10%;
  }
}
.project .kv__box {
  position: relative;
}
@media (min-width: 996px) {
  .project .kv__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.project .kv__content {
  padding-bottom: 5%;
}
@media (min-width: 996px) {
  .project .kv__content {
    padding-bottom: 0;
    padding-left: 15%;
  }
}
.project .kv__content-title {
  color: var(--color);
  font-size: 35px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 996px) {
  .project .kv__content-title {
    font-size: 4vw;
  }
}
@media (min-width: 1600px) {
  .project .kv__content-title {
    font-size: 3.2vw;
  }
}
.project .kv__content-text {
  font-size: 16px;
  padding: 10px 0 15px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3;
}
@media (min-width: 996px) {
  .project .kv__content-text {
    font-size: 1.1vw;
    padding: 15px 0 20px;
  }
}
.project .kv__content-text b {
  display: inline-block;
  background: var(--color);
  padding: 5px;
}
@media (min-width: 996px) {
  .project .kv__pd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    margin-right: 13%;
  }
}
.project .kv-terms {
  font-weight: 300;
  font-size: var(--text-sm);
  margin-top: 15px;
}
.project .saleIntro {
  padding: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (min-width: 996px) {
  .project .saleIntro {
    padding: 60px 0;
  }
}
.project .saleIntro h3 {
  font-size: 24px;
  display: inline-block;
  margin: 35px auto 0;
  padding: 0 10%;
  border-radius: 3px;
}
.project .saleIntro .ribbon {
  left: -13%;
  top: -8%;
  width: 35%;
}
.project .saleIntro__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 1280px;
  margin: 25px auto 0;
  padding: 0 20px;
}
@media (min-width: 996px) {
  .project .saleIntro__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
    padding: 0 25px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.project .saleIntro__subtitle {
  font-size: 20px;
  padding: 5px 10px 4px;
  background: -webkit-gradient(linear, left top, right top, from(#ccb66a), color-stop(#faedb1), color-stop(#c1a863), to(#faedb1));
  background: linear-gradient(to right, #ccb66a, #faedb1, #c1a863, #faedb1);
  width: 90%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
}
@media (min-width: 996px) {
  .project .saleIntro__subtitle {
    width: auto;
    max-width: none;
  }
}
.project .saleIntro__card {
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .project .saleIntro__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    min-width: 0;
    max-width: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1300px) {
  .project .saleIntro__card {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.project .saleIntro__card-link {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  outline-offset: 3px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.project .saleIntro__card-link:focus-visible {
  outline: 2px solid var(--color);
}
.project .saleIntro__card-link:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.project .saleIntro__card .img {
  text-align: center;
  padding: 20px;
}
.project .saleIntro__card .img img {
  height: 100%;
}
.project .saleIntro__card .text {
  text-align: center;
  border: 1px solid var(--color);
  background-color: #fff;
}
.project .saleIntro__card .text p {
  padding: 12px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.project .saleIntro__card .text h4 {
  display: block;
  background: #000;
  color: #fff;
  font-weight: 900;
  padding: 12px 8px;
  font-size: var(--title-md);
  text-transform: uppercase;
  margin: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: auto;
}
.project .deal {
  position: relative;
  padding: 50px 0;
}
@media (min-width: 996px) {
  .project .deal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1% 0;
  }
}
.project .deal.wrapTop {
  margin-top: -4%;
}
.project .deal:nth-child(odd) {
  background: url("https://storage-asset.msi.com/event/2026/au/hop-into-these-easter-deals/images/deal-bg.jpg") top center no-repeat;
  background-size: cover;
}
@supports (background-image: url("https://storage-asset.msi.com/event/2026/au/hop-into-these-easter-deals/images/deal-bg.webp")) {
  .project .deal:nth-child(odd) {
    background-image: url("https://storage-asset.msi.com/event/2026/au/hop-into-these-easter-deals/images/deal-bg.webp");
  }
}
.project .deal:nth-child(odd) .deal__flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 996px) {
  .project .deal:nth-child(odd) .deal__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.project .deal.deal--last {
  padding: 8% 0;
}
.project .deal .ribbon {
  right: -10%;
  bottom: 13%;
  width: 35%;
}
.project .deal__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  -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;
  width: 100%;
  min-width: 0;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .project .deal__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
}
.project .deal__flex.marginTop {
  margin-top: -3%;
}
.project .deal__flex-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  width: 100%;
}
@media (min-width: 996px) {
  .project .deal__flex-img {
    width: auto;
  }
}
@media (min-width: 996px) {
  .project .deal__flex-img.imgwrap {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}
.project .deal__flex-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%;
  min-width: 0;
  width: 100%;
}
@media (min-width: 996px) {
  .project .deal__flex-text {
    width: auto;
  }
}
.project .deal__flex-text.paddingTop {
  padding-top: 7%;
}
.project .promotion {
  background-size: cover;
  text-align: center;
  padding: 50px 0;
  background: url("https://storage-asset.msi.com/event/2026/au/hop-into-these-easter-deals/images/promotion-bg.jpg") center no-repeat;
  background-size: cover;
}
@supports (background-image: url("https://storage-asset.msi.com/event/2026/au/hop-into-these-easter-deals/images/promotion-bg.webp")) {
  .project .promotion {
    background-image: url("https://storage-asset.msi.com/event/2026/au/hop-into-these-easter-deals/images/promotion-bg.webp");
  }
}
@media (min-width: 996px) {
  .project .promotion {
    padding: 5% 0;
  }
}
.project .promotion a {
  margin-top: 20px;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  overflow: hidden;
}
.project .promotion a img {
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.project .promotion a:hover {
  -webkit-box-shadow: #fff3d2 0 0 30px;
          box-shadow: #fff3d2 0 0 30px;
}
.project .promotion a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
@media (min-width: 996px) {
  .project .promotion__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.project .tc-section {
  text-align: center;
  margin: 50px 0;
}
.project .tc-section a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border: var(--color) 3px solid;
  color: var(--color);
  text-transform: uppercase;
  padding: 10px 20px;
  font-family: var(--pageTitle);
  font-weight: 900;
  gap: 10px;
  font-size: 14px;
  cursor: pointer;
}
.project .wtb {
  padding: 45px 0;
  text-align: center;
}
@media (min-width: 996px) {
  .project .wtb {
    padding: 5% 0;
  }
}
.project .wtb .wtbw_selectorsbar label {
  color: #000;
}

.dealmodal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.92);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dealmodal * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dealmodal .popup__wrapper {
  min-height: 100%;
  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;
  padding: 56px 16px 40px;
  width: 100%;
}
.dealmodal .popup__inner {
  width: 96vw;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  text-align: left;
}
.dealmodal__body {
  position: relative;
  padding: 0;
  border: 2px solid #000;
  border-radius: 8px;
  -webkit-box-shadow: 0 24px 64px rgba(0, 0, 0, 0.38);
          box-shadow: 0 24px 64px rgba(0, 0, 0, 0.38);
  overflow: hidden;
}
.dealmodal__body .popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  z-index: 5;
  cursor: pointer;
  padding: 0;
  border-radius: 50%;
  -webkit-transition: -webkit-filter 0.15s ease, -webkit-transform 0.15s ease;
  transition: -webkit-filter 0.15s ease, -webkit-transform 0.15s ease;
  transition: filter 0.15s ease, transform 0.15s ease;
  transition: filter 0.15s ease, transform 0.15s ease, -webkit-filter 0.15s ease, -webkit-transform 0.15s ease;
}
.dealmodal__body .popup__close::before, .dealmodal__body .popup__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 2px;
  background-color: #FCE98F;
  border-radius: 1px;
}
.dealmodal__body .popup__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.dealmodal__body .popup__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.dealmodal__body .popup__close:hover {
  -webkit-filter: brightness(1.06);
          filter: brightness(1.06);
}
.dealmodal__body .popup__close:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.dealmodal__title {
  font-family: "nimbus-sans-extended", sans-serif;
  font-size: 13px;
  font-weight: 900;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0;
  padding: 18px 52px 16px 20px;
  line-height: 1.35;
  background: -webkit-gradient(linear, left top, right top, from(#ccb66a), color-stop(#faedb1), color-stop(#c1a863), to(#faedb1));
  background: linear-gradient(to right, #ccb66a, #faedb1, #c1a863, #faedb1);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  border-bottom: 2px solid #000;
}
@media (min-width: 996px) {
  .dealmodal__title {
    font-size: 14px;
  }
}
.dealmodal__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 16px 16px 20px;
  background: #f7f5f0;
}
.dealmodal .dealtable {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-family: "nimbus-sans", sans-serif;
  font-size: 13px;
  color: #000;
  border: 1px solid #000;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
@media (min-width: 996px) {
  .dealmodal .dealtable {
    font-size: 14px;
  }
}
.dealmodal .dealtable tbody tr {
  -webkit-transition: background 0.12s ease;
  transition: background 0.12s ease;
}
.dealmodal .dealtable tbody tr:hover td {
  background: #fdf8ee;
}
.dealmodal .dealtable__th {
  padding: 14px 14px;
  font-family: "nimbus-sans-extended", sans-serif;
  font-weight: 900;
  font-size: 11px;
  text-align: center;
  color: #fff;
  background: #000;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: 1px solid #000;
  vertical-align: middle;
}
.dealmodal .dealtable__th:first-child {
  text-align: left;
}
@media (min-width: 996px) {
  .dealmodal .dealtable__th {
    font-size: 12px;
    padding: 15px 16px;
  }
}
.dealmodal .dealtable__td {
  padding: 14px 14px;
  border: 1px solid #d4cfc3;
  background: #fff;
  vertical-align: middle;
  -webkit-transition: background 0.12s ease;
  transition: background 0.12s ease;
}
@media (min-width: 996px) {
  .dealmodal .dealtable__td {
    padding: 15px 16px;
  }
}
.dealmodal .dealtable__td--name {
  text-align: left;
  font-weight: 600;
}
.dealmodal .dealtable__td--num {
  text-align: center;
  font-variant-numeric: tabular-nums;
}/*# sourceMappingURL=main-new.css.map */