.project {
  background: #050d2e url("https://storage-asset.msi.com/event/2026/sg/intel-game-bundle-2026/images/bg.jpg") center bottom/cover no-repeat;
  color: #ffffff;
  font-family: var(--MSIBodyFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
  overflow: hidden;
}
@supports (background-image: url(data:image/webp;base64,UklGRhoAAABXRUJQVlA4TA0AAAAvAAAAEAcQERGIiP4HAA==)) {
  .project {
    background-image: url("https://storage-asset.msi.com/event/2026/sg/intel-game-bundle-2026/images/bg.webp");
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.kv {
  position: relative;
  width: 100%;
}
.kv__hero {
  display: block;
  width: 100%;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(72%, #000), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 72%, transparent 100%);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(72%, #000), to(transparent));
  mask-image: linear-gradient(to bottom, #000 0%, #000 72%, transparent 100%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  opacity: 1;
}
.kv__hero img {
  width: 100%;
  height: auto;
}
.kv__esrb {
  position: absolute;
  top: 2.8%;
  width: 6.2%;
  max-width: 72px;
  z-index: 2;
}
@media (min-width: 768px) {
  .kv__esrb {
    max-width: 96px;
  }
}
@media (min-width: 996px) {
  .kv__esrb {
    max-width: 120px;
  }
}
.kv__esrb--m {
  left: 3.8%;
}
.kv__esrb--e10 {
  right: 3.8%;
}

.offer {
  position: relative;
  margin-top: -12%;
  padding: 0 24px 48px;
}
@media (min-width: 768px) {
  .offer {
    margin-top: -10%;
    padding-bottom: 64px;
  }
}
@media (min-width: 996px) {
  .offer {
    margin-top: -20%;
    padding: 0 6% 80px;
  }
}
.offer__inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}
.offer__title {
  margin: 0 0 12px;
  font-size: clamp(32px, 8vw, 120px);
  font-weight: 800;
  font-style: italic;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #ffffff;
}
@media (min-width: 996px) {
  .offer__title {
    margin-bottom: 16px;
  }
}
.offer__sub {
  margin: 0 auto 10px;
  max-width: 28em;
  font-size: clamp(18px, 4vw, 48px);
  font-weight: 600;
  line-height: 1.35;
  color: #ffffff;
}
.offer__date {
  margin: 0 0 28px;
  font-size: clamp(16px, 1.8vw, 36px);
  font-weight: 500;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.92);
}
@media (min-width: 768px) {
  .offer__date {
    margin-bottom: 40px;
  }
}
@media (min-width: 996px) {
  .offer__date {
    margin-bottom: 52px;
  }
}
.offer__logos {
  margin: 0 auto 36px;
  max-width: 920px;
}
@media (min-width: 768px) {
  .offer__logos {
    margin-bottom: 48px;
  }
}
@media (min-width: 996px) {
  .offer__logos {
    margin-bottom: 64px;
  }
}
.offer__logos img {
  margin: 0 auto;
}
.offer__legal {
  margin: 0 auto 36px;
  max-width: 1100px;
  text-align: justify;
  font-size: clamp(9px, 1.15vw, 13px);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}
@media (min-width: 768px) {
  .offer__legal {
    margin-bottom: 48px;
  }
}
.offer__legal p {
  margin: 0 0 14px;
}
.offer__legal a {
  color: #ffffff;
  text-decoration: underline;
  word-break: break-all;
}
.offer__copy {
  text-align: left;
  margin: 0 0 6px;
}
.offer__brand {
  margin: 0 auto 28px;
  max-width: 180px;
}
@media (min-width: 768px) {
  .offer__brand {
    max-width: 280px;
    margin-bottom: 36px;
  }
}
.offer__brand img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.offer__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  max-width: 920px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .offer__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
  }
}
.offer__btn {
  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;
  min-height: 44px;
  padding: 12px 20px;
  color: #fff;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 4px;
  font-family: var(--MSIBodyFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif);
  font-size: clamp(12px, 1.6vw, 18px);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
@media (min-width: 576px) {
  .offer__btn {
    min-width: 200px;
  }
}
.offer__btn:hover {
  color: #050d2e;
  background: #fff;
  border-color: #fff;
  -webkit-box-shadow: 0 0 16px rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 16px rgba(255, 255, 255, 0.25);
}/*# sourceMappingURL=main.css.map */