@font-face {
  font-family: Hitmarker Normal;
  src: url('../fonts/HitmarkerNormal-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hitmarker Condensed;
  src: url('../fonts/HitmarkerCondensed-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hitmarker Text;
  src: url('../fonts/HitmarkerText-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hitmarker Normal;
  src: url('../fonts/HitmarkerNormal-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hitmarker Condensed;
  src: url('../fonts/HitmarkerCondensed-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hitmarker Condensed;
  src: url('../fonts/HitmarkerCondensed-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --content-max: 2200px;
  --gutter: 2rem;
  --edge: max(var(--gutter), calc((100% - var(--content-max)) / 2 + var(--gutter)));
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #fff;
  font-family: Hitmarker Text, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

h1 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Hitmarker Normal, sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: .5rem;
  margin-bottom: 10px;
  font-family: Hitmarker Normal, sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Hitmarker Normal, sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  letter-spacing: 2px;
  max-width: 24rem;
  margin-top: 4px;
  margin-bottom: 10px;
  font-family: Hitmarker Normal, sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.2;
}

p {
  color: #dbdbdb;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.3;
}

a {
  color: #fff;
  text-decoration: underline;
}

.section-stage {
  z-index: 5;
  position: relative;
}

.lang-dd {
  z-index: 9;
  max-width: 250px;
  position: absolute;
  inset: 2rem 2rem auto auto;
}

.lang-dd__btn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  text-shadow: 0 1px 4px #000000b3, 0 1px 2px #00000080, 0 1px 2px #000;
  white-space: nowrap;
  background-color: #0000;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1rem;
  font-size: 1rem;
  text-decoration: none;
}

.lang-dd__menu {
  background-color: #000c;
  flex-flow: column;
  height: 350px;
  padding: .25rem;
  display: flex;
  overflow: scroll;
}

.lang-dd__item {
  color: #d6d6d6;
  padding: .75rem 1rem .5rem;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  transition: background-color .1s;
}

.lang-dd__item:hover {
  color: #fff;
  background-color: #1a1a1f;
  border-radius: 4px;
}

.stage-image {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  max-width: none;
  height: 100vh;
}

.stage-container {
  width: 100%;
  max-width: 100%;
  height: 105vh;
  max-height: 105vh;
  position: relative;
}

.mw4-logo-wrapper {
  z-index: 3;
  filter: drop-shadow(0 1px 40px #000000b3);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60svw;
  min-width: 350px;
  max-width: 650px;
  margin-bottom: calc(5vh + 3rem);
  display: flex;
  position: absolute;
  inset: auto 0% 0% 50%;
  transform: translate(-50%);
}

.dark-fade-stage {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(#0000, #000c);
  width: 100%;
  height: 19vh;
  position: absolute;
  inset: auto 0% 0%;
}

.section-scrubber {
  min-height: 100vh;
  position: relative;
}

.hero-scrubber-wrapper {
  height: 100vh;
  position: relative;
}

.progressbar-embed {
  opacity: 1;
}

.section-captions {
  width: 100%;
  max-width: var(--content-max);
  padding-left: 2rem;
  padding-right: 2rem;
}

.cap {
  width: 37vw;
  min-width: 350px;
  max-width: 36.25rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.stepper-heading {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Hitmarker Normal, sans-serif;
  line-height: 1.1;
}

.stepper-copy {
  letter-spacing: 1px;
  margin-bottom: 1rem;
  font-family: Hitmarker Condensed, Impact, sans-serif;
  font-weight: 300;
  line-height: 1.4;
}

.body {
  background-color: #000;
}

.tag {
  color: #000;
  letter-spacing: .0625rem;
  text-transform: uppercase;
  background-color: #ffce00;
  margin-bottom: 0;
  padding: .125rem .75rem .1875rem;
  font-family: Hitmarker Condensed, Impact, sans-serif;
  line-height: 1;
  display: inline-block;
}

.watch-launch-date {
  color: #ffce00;
  text-align: center;
  letter-spacing: 2px;
  font-family: Hitmarker Normal, sans-serif;
  font-size: 1.5rem;
}

.yellow-divider {
  display: none;
}

.section-backstory {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.wide-container {
  max-width: 1200px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.pane-copy-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 40vw;
  max-width: 600px;
  display: flex;
}

.backstory-inner {
  z-index: 2;
  width: 100%;
  max-width: var(--content-max);
  padding-right: var(--gutter);
  padding-left: var(--gutter);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hamilton-logo {
  z-index: 2;
  filter: drop-shadow(0 2px 16px #0009) drop-shadow(0 2px 12px #0006) drop-shadow(0 2px 10px #000000e6) drop-shadow(7px 3px 8px #000000e6);
  width: 180px;
  margin-top: 1.5rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.section-intro-copy {
  padding: 2rem 2rem 4rem;
  position: relative;
}

.center {
  text-align: center;
}

.center.watch-launch-date {
  margin-bottom: 0;
}

.dark-fade-scrubber {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(0deg, #0000, #000);
  width: 100%;
  height: 28vh;
  position: absolute;
  inset: 0 0% auto;
}

.dark-fade-backstory {
  z-index: 1;
  background-image: linear-gradient(#0000, #000);
  width: 100%;
  height: 20vh;
  position: absolute;
  inset: auto 0% 0%;
}

.checkbox-label {
  color: #dfdfdf;
}

.newsletter-background-right {
  z-index: -2;
  opacity: .8;
  pointer-events: none;
  object-fit: cover;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  max-width: 47%;
  height: 100%;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 64%;
  transform: translate(0, -50%);
}

.submit-button-wrapper {
  align-self: center;
}

.error-message {
  color: #e86464;
  text-align: center;
  -webkit-text-stroke-color: #e86464;
  background-color: #13191b;
  border: 1px solid #7e3030;
  border-radius: 1px;
}

.text-field-wrapper {
  height: 58px;
  position: relative;
}

.section-newsletter {
  min-height: 80vh;
  margin-top: -6rem;
  padding: 14rem 2rem 0;
  position: relative;
  overflow: hidden;
}

.big-heading {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 70px;
  line-height: 120%;
}

.checkbox-field {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.success-message {
  color: #6dd85c;
  background-color: #13191b;
  border: 1px solid #2a4430;
  border-radius: 1px;
}

.bottom-fade {
  pointer-events: none;
  background-image: linear-gradient(#0000, #000);
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.bottom-fade.bottom-newsletter {
  pointer-events: none;
  height: 20%;
}

.checkbox-field-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 16px;
  display: flex;
}

.heading-container {
  z-index: 1;
  padding-bottom: 8px;
  position: relative;
}

.primary {
  z-index: 3;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ffffff1a;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-top: 24px;
  padding: 18px 54px;
  font-family: Hitmarker Normal, sans-serif;
  font-weight: 700;
  transition: border-color .2s, background-color .2s;
  position: relative;
}

.primary:hover {
  background-color: #ffce034d;
  border-color: #ffce03;
  box-shadow: 0 0 14px #ffce0399;
}

.primary.submit {
  margin-top: 8px;
  transition: opacity .2s, border-color .2s, background-color .2s;
}

.top-fade {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(#000, #0000);
  height: 180px;
  position: absolute;
  inset: 0% 0% auto;
}

.newsletter-register-form {
  z-index: 2;
  min-height: 436px;
  padding-top: 32px;
  position: relative;
}

.newsletter-gradient-backdrop {
  z-index: -1;
  pointer-events: none;
  background-image: linear-gradient(90deg, #0000, #000000f2 15%, #000 25% 75%, #000000d9 85%, #0000);
  width: 910px;
  position: absolute;
  inset: 0% 0% 0% 50%;
  transform: translate(-50%);
}

.checkbox {
  background-color: #000;
  margin-top: 2px;
  margin-right: 14px;
  padding: 8px;
}

.checkbox.w--redirected-checked {
  background-color: #000;
  border: 1px solid #ffce03;
  border-radius: 1px;
}

.checkbox.w--redirected-focus {
  border: 1px solid #ffce03;
  box-shadow: 0 0 8px #ffce0300;
}

.container-small {
  max-width: 820px;
}

.register-form-inner {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.newsletter-background-left {
  z-index: -2;
  pointer-events: none;
  object-fit: cover;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  max-width: 40%;
  height: 100%;
  max-height: 82%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.text-field {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: #fff;
  background-color: #ffffff1f;
  border: 1px solid #4d4d4d;
  border-radius: 1px;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 24px;
  font-size: 18px;
  transition: border-color .2s;
}

.text-field:focus {
  background-color: #ffcf031f;
  border-color: #ffce03;
}

.text-field::placeholder {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 18px;
}

.orange-subheading {
  color: #f96800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.mw4-logo {
  width: clamp(300px, 50vh, 800px);
}

.container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.seg {
  letter-spacing: .05rem;
  text-transform: uppercase;
  font-family: Hitmarker Condensed, Impact, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

.lines-backdrop-intro-left {
  z-index: 3;
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  max-width: 40%;
  margin-top: 6%;
  margin-left: -5%;
}

.lines-backdrop-intro-right {
  z-index: 3;
  object-fit: contain;
  width: 100%;
  max-width: 40%;
  max-height: 200%;
  margin-top: -5%;
}

.intro-backdrop-wrapper {
  z-index: 4;
  pointer-events: none;
  mix-blend-mode: lighten;
  -webkit-user-select: none;
  user-select: none;
  justify-content: space-between;
  width: 100%;
  max-width: 1600px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-watch-details {
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  display: flex;
  position: relative;
}

.watch-details-inner {
  z-index: 2;
  width: 100%;
  max-width: var(--content-max);
  padding-right: var(--gutter);
  padding-left: var(--gutter);
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.watch-details-hero-image {
  z-index: 1;
  mix-blend-mode: lighten;
  object-fit: cover;
  width: 100vw;
  min-height: 100%;
  position: absolute;
  left: 0;
}

.watch {
  padding: 8rem 2rem;
  position: relative;
}

.section-product-image {
  padding: 8rem 2rem 3rem;
  position: relative;
  overflow: hidden;
}

.product-image {
  z-index: 1;
  width: 100%;
  max-width: 260px;
  margin-top: 2rem;
  margin-bottom: 3rem;
  margin-right: -2%;
  position: relative;
}

.product-image-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.yellow-tag {
  color: #ffce00;
  text-align: center;
  letter-spacing: 2px;
  font-family: Hitmarker Normal, sans-serif;
  font-size: 1.25rem;
}

.footer-bottom {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 86px;
  padding-top: 6rem;
  display: flex;
  position: relative;
}

.copyright {
  color: gray;
  padding-top: 2rem;
  font-size: 1rem;
}

.rating-wrapper {
  object-fit: contain;
}

.rating-badge {
  object-fit: contain;
  width: 100%;
  max-width: 300px;
  height: 100%;
  max-height: 60px;
}

.dark-fade-product-image {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(#0000, #000000f2);
  width: 100%;
  height: 19vh;
  position: absolute;
  inset: auto 0% 0%;
}

.watch-launch-date-product-image {
  color: #ffce00;
  text-align: center;
  letter-spacing: 2px;
  font-family: Hitmarker Normal, sans-serif;
  font-size: 1.25rem;
}

.product-image-background-right {
  z-index: -2;
  object-fit: cover;
  width: 100%;
  max-width: 750px;
  position: relative;
  transform: translate(0, 10%);
}

.product-image-backdrop-wrapper {
  pointer-events: none;
  mix-blend-mode: lighten;
  -webkit-user-select: none;
  user-select: none;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-image-background-left {
  z-index: -2;
  object-fit: cover;
  width: 100%;
  max-width: 680px;
  height: 100%;
  max-height: 610px;
  position: relative;
}

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

.paragraph-2, .watch-details-heo-image-mobile {
  display: none;
}

.backstory-hero-image {
  z-index: 1;
  mix-blend-mode: screen;
  object-fit: cover;
  object-position: 50% 40%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.backstory-hero-image-mobile, .dark-fade-scrubber-bottom, .dark-fade-watch-details {
  display: none;
}

.logo-inner {
  width: 100%;
}

.z-5 {
  z-index: 5;
  position: relative;
}

.dark-fade-backstory-top {
  z-index: 1;
  background-image: linear-gradient(0deg, #0000, #000000c2 60%, #000);
  width: 100%;
  height: 30vh;
  position: absolute;
  inset: 0 0% auto;
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 2rem;
  }

  .lang-dd {
    top: 0;
    right: 0;
  }

  .lang-dd__btn {
    font-size: 1rem;
  }

  .mw4-logo-wrapper {
    width: 100%;
    padding-left: 5%;
  }

  .progressbar-embed {
    opacity: 1;
  }

  .section-captions {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    left: 0%;
    transform: translate(0%);
  }

  .cap {
    z-index: 2;
    width: 100%;
    min-width: 0;
    max-width: 34rem;
    padding-top: 2rem;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 0%;
    transform: translate(0);
  }

  .stepper-heading {
    letter-spacing: 1px;
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: 2.5rem;
  }

  .stepper-copy {
    color: #ebebeb;
    margin-bottom: .5rem;
    font-size: 16px;
  }

  .tag {
    display: inline-block;
  }

  .section-backstory {
    background-color: #000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    min-height: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .pane-copy-wrapper {
    width: 100%;
    max-width: 40rem;
  }

  .backstory-inner {
    text-align: center;
    flex-flow: column;
    flex-shrink: 0;
    justify-content: flex-start;
    align-items: center;
    padding: 3rem 24px 0;
    display: flex;
    position: relative;
  }

  .dark-fade-backstory {
    pointer-events: none;
    background-image: linear-gradient(#0000 0%, #00000001 5.75%, #00000004 11.5%, #0000000c 17.25%, #0000001b 23%, #0000002e 28.75%, #00000046 34.5%, #00000062 40.25%, #00000080 46%, #0000009d 51.75%, #000000b9 57.5%, #000000d1 63.25%, #000000e4 69%, #000000f3 74.75%, #000000fb 80.5%, #000000fe 86.25%, #000 92% 100%);
    height: 14vh;
  }

  .newsletter-background-right {
    width: 800px;
    max-width: none;
    left: auto;
    right: -20%;
  }

  .newsletter-gradient-backdrop {
    background-image: linear-gradient(90deg, #0000, #000000b3 15% 85%, #0000);
    width: 850px;
  }

  .newsletter-background-left {
    display: none;
  }

  .section-watch-details {
    background-color: #000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    min-height: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .watch-details-inner {
    text-align: center;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    padding: 2rem 24px 0;
    position: relative;
  }

  .watch-details-hero-image {
    box-sizing: border-box;
    object-position: 0% 50%;
    display: none;
  }

  .section-product-image {
    padding-top: 0;
  }

  .rating-badge {
    max-width: 150px;
  }

  .product-image-background-right {
    flex-shrink: 0;
    width: 100%;
    max-width: 62%;
    margin-left: -32%;
    margin-right: 8%;
    transform: translate(0, 35%);
  }

  .product-image-backdrop-wrapper {
    align-items: flex-start;
  }

  .product-image-background-left {
    flex-shrink: 0;
    width: 100%;
    max-width: 62%;
    transform: translate(0, -45%);
  }

  .code-embed {
    text-align: center;
  }

  .paragraph {
    color: #ebebeb;
    text-align: center;
  }

  .paragraph-2 {
    text-align: center;
  }

  .watch-details-heo-image-mobile {
    object-fit: cover;
    order: 1;
    width: 100%;
    min-height: 40vh;
    max-height: 60vh;
    margin-top: 0;
    margin-bottom: -2vh;
    display: block;
  }

  .backstory-hero-image {
    object-position: 100% 50%;
    order: 9999;
    align-self: flex-end;
    width: 150%;
    max-width: 150%;
    position: relative;
  }

  .backstory-hero-image-mobile {
    object-fit: cover;
    flex: none;
    order: 1;
    width: 100%;
    height: 56vh;
    margin-top: -3rem;
    margin-bottom: -14vh;
    display: block;
  }

  .dark-fade-scrubber-bottom {
    z-index: 1;
    pointer-events: none;
    height: 36vh;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .dark-fade-watch-details {
    z-index: 1;
    pointer-events: none;
    background-image: linear-gradient(#0000 0%, #00000001 5.75%, #00000004 11.5%, #0000000c 17.25%, #0000001b 23%, #0000002e 28.75%, #00000046 34.5%, #00000062 40.25%, #00000080 46%, #0000009d 51.75%, #000000b9 57.5%, #000000d1 63.25%, #000000e4 69%, #000000f3 74.75%, #000000fb 80.5%, #000000fe 86.25%, #000 92% 100%);
    width: 100%;
    height: 12vh;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .dark-fade-backstory-top {
    pointer-events: none;
    background-image: linear-gradient(#0000 0%, #00000001 5.75%, #00000004 11.5%, #0000000c 17.25%, #0000001b 23%, #0000002e 28.75%, #00000046 34.5%, #00000062 40.25%, #00000080 46%, #0000009d 51.75%, #000000b9 57.5%, #000000d1 63.25%, #000000e4 69%, #000000f3 74.75%, #000000fb 80.5%, #000000fe 86.25%, #000 92% 100%);
    height: 14vh;
  }
}

@media screen and (max-width: 767px) {
  h1, h4 {
    font-size: 2.5rem;
  }

  p {
    font-size: 1rem;
  }

  .lang-dd {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 150px;
    display: flex;
  }

  .lang-dd__btn {
    color: #0000;
    width: 4.5rem;
    text-shadow: none;
    margin-right: .5rem;
    font-size: 0;
    overflow: hidden;
  }

  .lang-dd__menu {
    width: 100%;
    margin-right: .25rem;
  }

  .stage-container {
    height: 105svh;
    max-height: 105svh;
  }

  .mw4-logo-wrapper {
    margin-bottom: calc(5svh + 5rem);
    padding-left: calc(2rem + 5%);
    padding-right: 2rem;
  }

  .progressbar-embed {
    opacity: 0;
  }

  .section-captions {
    padding-left: 0;
    padding-right: 0;
  }

  .cap {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    position: absolute;
    top: 0%;
    transform: translate(0);
  }

  .stepper-heading {
    letter-spacing: 1px;
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: 2.5rem;
  }

  .stepper-copy {
    margin-bottom: .5rem;
    font-size: 14px;
  }

  .tag {
    padding: .125rem 6px;
    font-size: 16px;
    line-height: 1.5;
    display: none;
  }

  .watch-launch-date {
    font-size: 1.25rem;
  }

  .yellow-divider {
    background-image: linear-gradient(90deg, #bd9800, #ffce0000);
    width: 100%;
    height: 1px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: block;
  }

  .newsletter-background-right {
    width: 900px;
    max-width: none;
    top: 60%;
    right: -26%;
  }

  .section-newsletter {
    padding: 4rem 1rem 1rem;
  }

  .big-heading {
    font-size: 50px;
  }

  .bottom-fade.bottom-newsletter {
    z-index: -1;
  }

  .heading-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .newsletter-register-form {
    min-height: 456px;
  }

  .newsletter-gradient-backdrop {
    width: 100%;
  }

  .text-field::placeholder {
    font-size: 16px;
  }

  .mw4-logo {
    width: 100%;
  }

  .section-product-image {
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .product-image {
    max-width: 190px;
  }

  .yellow-tag {
    font-size: 1.25rem;
  }

  .footer-bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .copyright {
    text-align: left;
    margin-left: 16px;
    padding-top: 0;
    font-size: 12px;
    position: static;
    transform: translate(0%);
  }

  .rating-wrapper {
    max-width: 100%;
    margin-top: 0;
    margin-right: 16px;
  }

  .rating-badge {
    max-width: 200px;
  }

  .watch-launch-date-product-image {
    font-size: 1.25rem;
  }

  .product-image-background-right {
    max-width: 75%;
    margin-left: -58%;
  }

  .product-image-background-left {
    max-width: 75%;
  }
}

@media screen and (max-width: 479px) {
  h1, h2, h4 {
    font-size: 2rem;
  }

  .stage-image {
    height: 85vh;
  }

  .stage-container {
    height: 85vh;
    max-height: 85vh;
  }

  .mw4-logo-wrapper {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 3rem;
  }

  .section-captions {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cap {
    z-index: 2;
    padding-top: 2rem;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-intro-copy {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .newsletter-background-right {
    right: -73%;
  }

  .section-newsletter {
    margin-top: 0;
  }

  .big-heading {
    font-size: 38px;
  }

  .newsletter-register-form {
    min-height: 524px;
  }

  .container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .watch {
    padding-bottom: 0;
  }

  .footer-bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    margin-top: 32px;
  }

  .copyright {
    padding-top: 0;
  }

  .rating-wrapper {
    order: -1;
    margin-right: 0;
  }

  .rating-badge {
    max-height: 60px;
  }

  .backstory-hero-image {
    width: 180%;
    max-width: 180%;
    margin-right: -11vw;
  }
}


@font-face {
  font-family: 'Hitmarker Normal';
  src: url('../fonts/HitmarkerNormal-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hitmarker Condensed';
  src: url('../fonts/HitmarkerCondensed-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hitmarker Text';
  src: url('../fonts/HitmarkerText-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hitmarker Normal';
  src: url('../fonts/HitmarkerNormal-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hitmarker Condensed';
  src: url('../fonts/HitmarkerCondensed-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hitmarker Condensed';
  src: url('../fonts/HitmarkerCondensed-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}