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

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@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;
  background-color: #000;
  font-family: Special Elite, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1.4;
}

.test {
  transition: opacity .2s;
}

.test:hover {
  color: red;
}

.section-stage {
  background-image: url('../images/Stage.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100svh;
  position: relative;
  overflow: hidden;
}

.section-stage.stage-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-end stretch;
  display: flex;
}

.stage-image {
  z-index: -1;
  object-fit: cover;
  width: 100vw;
  height: 100svh;
  display: none;
  position: absolute;
  inset: 0%;
}

.section, .div-block, .dummy, .stage-section {
  height: 100svh;
}

.stage-content-wrapper {
  z-index: 1;
  mix-blend-mode: overlay;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.re9-logo {
  z-index: 7;
  pointer-events: none;
  width: 100%;
  max-width: 720px;
  position: absolute;
  bottom: -3%;
  left: 50%;
  transform: translate(-50%);
}

.ac-watch-stage {
  mix-blend-mode: overlay;
  object-fit: contain;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.acpe-watch-stage {
  object-fit: contain;
  height: 100%;
}

.ac-watch-stage-wrapper {
  mix-blend-mode: overlay;
  justify-content: flex-end;
  align-items: flex-start;
  width: 200px;
  position: relative;
}

.acpe-watch-stage-wrapper {
  mix-blend-mode: color-dodge;
  justify-content: flex-start;
  align-items: flex-start;
  width: 200px;
  position: relative;
}

.hamilton-logo {
  width: 100%;
  max-width: 200px;
  position: absolute;
  inset: .75rem auto auto 50%;
  transform: translate(-50%);
}

.language-selection {
  text-shadow: 0 0 8px #000c, 0 0 3px #000;
  position: absolute;
  inset: 32px 32px auto auto;
}

.lang-dropdown-toggle {
  color: #fff;
  font-size: 1rem;
}

.watches-teaser-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.center {
  text-align: center;
}

.watches-teaser-heading {
  z-index: 7;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.stage-inner-container {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: flex-end center;
  width: 100%;
  max-width: 1900px;
  height: 100%;
  display: flex;
  position: relative;
}

.ac-watch {
  mix-blend-mode: color-dodge;
  object-fit: contain;
  width: 100%;
  max-width: 40%;
  max-height: 100vh;
  margin-bottom: -8%;
  margin-right: -9%;
  position: relative;
}

.acpe-watch {
  mix-blend-mode: overlay;
  object-fit: contain;
  width: 100%;
  max-width: 40%;
  max-height: 100vh;
  margin-bottom: -8%;
  margin-left: -7%;
  position: relative;
}

.tester {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1600px;
  display: grid;
}

.curtains-bg-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.dark-overlay-curtain-loop {
  pointer-events: none;
  background-image: linear-gradient(#000 35%, #0000);
  width: 100%;
  height: 30%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.dark-overlay-curtain-loop.top {
  z-index: 2;
}

.dark-overlay-curtain-loop.bottom {
  z-index: 2;
  background-image: linear-gradient(#0000, #000 65%);
  height: 25%;
  inset: auto auto 0% 0%;
}

.container-watches-teaser {
  z-index: 2;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.container-watches-teaser.ending-section {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-items: flex-start;
  max-width: 750px;
  margin-top: 2rem;
}

.ac-watch-teaser {
  z-index: -1;
  aspect-ratio: 1 / 1.75;
  object-fit: contain;
  max-height: 500px;
  margin-bottom: -2.25rem;
  position: relative;
}

.ac-watch-teaser.grain-exclude-overlay {
  z-index: 10000;
  position: relative;
}

.acpe-watch-teaser {
  z-index: -1;
  aspect-ratio: 1 / 1.75;
  object-fit: contain;
  max-height: 500px;
  margin-bottom: -2.25rem;
  position: relative;
}

.acpe-watch-teaser.grain-exclude-overlay {
  z-index: 10000;
  position: relative;
}

.dark-overlay-stage {
  z-index: 7;
  pointer-events: none;
  background-image: linear-gradient(#0000, #000);
  width: 100%;
  height: 20%;
  position: absolute;
}

.newsletter-section {
  color: #fff;
  justify-content: center;
  align-items: flex-start;
  min-height: 85svh;
  margin-bottom: -7rem;
  padding: 6rem 2rem 7rem;
  display: flex;
  position: relative;
  overflow-x: clip;
}

.heading {
  text-align: center;
  font-family: Special Elite, Arial, sans-serif;
}

.heading.animated-heading {
  font-family: Special Elite, Arial, sans-serif;
}

.form {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.animated-heading {
  text-align: center;
  font-size: 3.25rem;
  line-height: 1.2;
}

.newsletter-text-field {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(90deg, #0003, #ffffff1a 50%);
  border: 0 solid #000;
  margin-bottom: 0;
  padding: 1.75rem 1rem;
  font-size: 1.2rem;
  line-height: 1.2;
}

.newsletter-text-field::placeholder {
  text-transform: uppercase;
}

.newsletter-text-field-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.form-block {
  flex-flow: column;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.image, .line-border {
  width: 100%;
}

.line-border.horizontal {
  z-index: 3;
  width: 105%;
  max-width: 105%;
  height: .5px;
  position: relative;
  left: -5%;
}

.line-border.horizontal.packaging-2 {
  width: 102%;
  max-width: 102%;
  margin-left: -5%;
}

.line-border.horizontal.packaging-1 {
  width: 100%;
  max-width: 100%;
}

.line-border.horizontal.trailer-top {
  width: 120%;
  max-width: 120%;
  position: absolute;
  inset: 0% auto auto -10%;
}

.line-border.horizontal.trailer-bottom {
  width: 120%;
  max-width: 120%;
  position: absolute;
  inset: auto auto 0% -10%;
}

.line-border.vertical {
  width: .5px;
  max-width: none;
  height: auto;
  position: absolute;
  inset: auto 0% 0% auto;
}

.line-border.vertical.grace-left-1 {
  z-index: 4;
  max-height: 110%;
  margin-top: -10%;
  inset: 0 auto auto 0%;
}

.line-border.vertical.grace-left-2 {
  z-index: 4;
  max-width: none;
  max-height: 90%;
  margin-top: -10%;
  bottom: auto;
  left: 1.5rem;
  right: auto;
}

.line-border.vertical.grace-right {
  z-index: 4;
  width: auto;
  max-width: none;
  max-height: 110%;
  margin-top: -10%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.line-border.vertical.leon-left-1 {
  max-width: none;
  max-height: 90%;
  inset: -10% auto auto 0%;
}

.line-border.vertical.leon-left-2 {
  max-width: none;
  height: 110%;
  max-height: 110%;
  margin-top: -12%;
  inset: 0 auto auto 1.5rem;
}

.line-border.vertical.leon-right-1 {
  max-width: none;
  max-height: 70%;
  margin-top: -10%;
  inset: 0% 0% auto auto;
}

.line-border.vertical.leon-right-2 {
  max-width: none;
  max-height: 80%;
  margin-top: -10%;
  inset: 0 1.5rem auto auto;
}

.line-border.vertical.packaging-left-1 {
  max-width: none;
  height: 105%;
  margin-left: 1.5rem;
  inset: 0% auto auto 0%;
}

.line-border.vertical.packaging-left-2 {
  max-width: none;
  height: 90%;
  margin-left: 3rem;
  inset: 0% auto auto 0%;
}

.line-border.vertical.left-in-char-grid-1 {
  width: .5px;
}

.line-border.vertical.trailer-left {
  height: 110%;
  inset: -5% auto auto 0%;
}

.line-border.vertical.trailer-right {
  height: 110%;
  inset: -5% 0% auto auto;
}

.line-border.right-in-char-grid {
  width: auto;
  height: 110%;
  max-height: 110%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.line-border.right-in-char-grid.leon {
  inset: -5% 0% auto auto;
}

.line-border.left-in-char-grid-1 {
  z-index: 4;
  width: auto;
  max-width: none;
  height: 90%;
  max-height: 90%;
  margin-top: -10%;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: auto;
}

.line-border.left-in-char-grid-1.leon {
  top: -5%;
}

.line-border.left-in-char-grid-2 {
  width: auto;
  height: 90%;
  max-height: 110%;
  padding-left: 1rem;
  position: absolute;
  inset: -10% auto 0% 0%;
}

.line-border.left-in-char-grid-2.leon {
  padding-left: 2rem;
  top: -5%;
}

.line-border.newsletter {
  height: 1px;
}

.line-border.newsletter.top-1 {
  width: 112%;
  max-width: 116%;
  margin-left: -4%;
}

.line-border.newsletter.top-2 {
  width: 108%;
  max-width: 108%;
  margin-left: -4%;
}

.line-border.newsletter.top-3 {
  width: 107%;
  max-width: 107%;
  margin-left: -4%;
}

.line-border.newsletter.bottom-1 {
  width: 108%;
  max-width: 108%;
  margin-left: -4%;
}

.line-border.newsletter.bottom-2 {
  width: 109%;
  max-width: 109%;
  margin-left: -4%;
}

.line-border.newsletter.bottom-3 {
  width: 106%;
  max-width: 106%;
  margin-left: -4%;
}

.line-border.newsletter-side-1 {
  width: 1px;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.line-border.newsletter-side-1.vertical {
  height: 124%;
  margin-top: -6%;
}

.line-border.newsletter-side-2 {
  width: 1px;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.line-border.newsletter-side-2.vertical {
  height: 126%;
  margin-bottom: -4%;
  inset: auto 0% 0% auto;
}

.newsletter-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-bottom: 2.25rem;
  display: flex;
  position: relative;
}

.checkbox-copy {
  width: 100%;
  margin-bottom: 0;
  margin-left: .5rem;
  font-size: 1.25rem;
  line-height: 1.4;
}

.checkbox {
  border-radius: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-right: .5rem;
}

.checkbox.w--redirected-checked {
  background-color: #3a1e1e;
  border: 1px solid #612222;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 2px 9px #a724244d;
}

.checkbox-field {
  align-items: flex-start;
  margin-bottom: .5rem;
  padding-left: 1.25rem;
  display: flex;
}

.grace-cutout {
  z-index: 5;
  height: 71svh;
  position: absolute;
  inset: auto 0% 0% 50%;
  transform: translate(-50%);
}

.watch-w-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.watch-teaser-copy {
  text-align: center;
  white-space: nowrap;
  margin-top: -.25rem;
  font-size: 2.25rem;
  line-height: 1.2;
}

.watch-teaser-copy.subheading {
  color: #7c8583;
  text-transform: uppercase;
  font-size: 1.25rem;
}

.watch-teaser-copy.price {
  color: #7c8583;
  margin-top: 0;
  font-size: 2rem;
}

.d-none {
  display: none;
}

.sr-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

.button {
  z-index: 1;
  color: #000;
  font-variation-settings: "wght" 700;
  text-align: center;
  letter-spacing: -.5px;
  text-transform: uppercase;
  background-color: #0000;
  background-image: url('../images/button_bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 1.25rem 4rem;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.1;
  transition: filter .33s;
  position: relative;
}

.button:hover {
  filter: drop-shadow(0 0 18px #fff9);
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  display: flex;
}

.section-characters {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-image: linear-gradient(0deg, #000 77%, #0000);
  flex-flow: column;
  margin-top: -7vw;
  padding-top: 7vw;
  font-size: 0;
  line-height: 0;
  display: flex;
  overflow: hidden;
}

.character-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -1rem;
  margin-left: 32px;
  margin-right: 32px;
  display: grid;
  position: relative;
}

.portrait {
  aspect-ratio: 16 / 9;
  outline-offset: -2px;
  object-fit: cover;
  outline: 2px solid #8b8f8f;
  width: 100%;
  box-shadow: 0 0 80px #000c, 0 0 45px #000c;
}

.character-name {
  text-shadow: 0 0 12px #000c, 1px 1px 2px #000c, 2px 2px 8px #000000e6;
  font-size: 3rem;
  line-height: 1.1;
  position: absolute;
  inset: auto auto .25rem 1.5rem;
}

.portrait-wrapper {
  position: relative;
}

.character-w-copy {
  margin-top: -1.5rem;
  padding-left: 1.5rem;
  padding-right: 0;
  position: relative;
}

.character-w-copy.leon {
  margin-top: 0;
  padding-right: 1.5rem;
}

.character-copy {
  max-width: 800px;
  margin-top: 1.5rem;
  margin-bottom: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.25rem;
  position: relative;
}

.character-w-copy-wrapper {
  z-index: 10;
  position: relative;
}

.character-w-copy-wrapper.leon {
  padding-bottom: 4rem;
}

.character-w-copy-wrapper.grace {
  padding-top: 1.5rem;
  padding-bottom: 4rem;
}

.image-2 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.watch-detail-shot-wrapper {
  width: 100%;
  position: relative;
  overflow: visible;
}

.grace-watch-detail-shot {
  z-index: auto;
  aspect-ratio: 16 / 9;
  mix-blend-mode: lighten;
  object-fit: contain;
  width: 100vw;
  max-width: 100vw;
  position: absolute;
  inset: -7vw 6vw auto auto;
  transform: scale(1.4);
}

.grace-watch-detail-shot.grain-exclude-overlay {
  pointer-events: none;
  mix-blend-mode: normal;
}

.fingerprint-character-section {
  z-index: 10;
  opacity: .7;
  max-width: 13vw;
  position: absolute;
  top: -8.5vw;
  bottom: auto;
  left: 54%;
  transform: translate(-55%);
}

.leon-watch-detail-shot {
  z-index: auto;
  mix-blend-mode: lighten;
  width: 100vw;
  max-width: 100vw;
  position: absolute;
  inset: -4vw auto auto -2vw;
  transform: scale(1.2);
}

.leon-watch-detail-shot.grain-exclude-overlay {
  z-index: 10000;
  pointer-events: none;
  mix-blend-mode: normal;
}

.char-row-1 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.15fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 1.5rem;
  display: grid;
  position: relative;
}

.char-row-2 {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.15fr;
  grid-auto-columns: 1fr;
  margin-right: 1.5rem;
  display: grid;
  position: relative;
}

.char-row-2.animated-lines {
  z-index: auto;
  overflow: visible;
}

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

.dark-overlay-characters {
  z-index: 4;
  background-image: linear-gradient(#0000, #000);
  width: 100vw;
  height: 60%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.dark-overlay-characters.leon {
  width: 100%;
  max-width: 100vw;
  height: 30%;
}

.line-wrapper-characters {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  height: 1.6rem;
  display: flex;
}

.line-wrapper-characters-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  height: 1.6rem;
  margin-top: 6rem;
  display: flex;
}

.section-packaging {
  background-image: radial-gradient(circle at 80%, #000 35%, #0000);
  padding-left: 4.5rem;
  position: relative;
  overflow: hidden;
}

.packaging-copy-wrapper {
  width: 100%;
  max-width: 740px;
  padding-top: 8rem;
  padding-bottom: 8rem;
  padding-right: 3rem;
  position: relative;
}

.copy-packaging {
  font-size: 1.5rem;
}

.packaging-detail-shot {
  mix-blend-mode: lighten;
  object-fit: contain;
  width: 80vw;
  max-height: 80vh;
  margin-right: -12vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.dark-gradient-f-packaging {
  z-index: -1;
  background-image: radial-gradient(circle, #000, #0000);
  width: 40vw;
  height: 40vw;
  position: absolute;
  inset: 5vw 5vw auto auto;
}

.line-wrapper-packaging {
  z-index: 3;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  margin-top: 2rem;
  display: flex;
  position: relative;
}

.dark-overlay-packaging {
  background-image: linear-gradient(#000, #0000);
  width: 100%;
  height: 30%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.dark-overlay-packaging.bottom {
  background-image: linear-gradient(#0000, #000);
  bottom: 0;
}

.youtube {
  aspect-ratio: 16 / 9;
  box-shadow: 0 0 160px #000000e6, 0 0 120px #000000e6;
}

.section-video {
  background-image: linear-gradient(#000, #0000);
  margin-left: auto;
  margin-right: auto;
  padding: 6rem 2rem;
  overflow: hidden;
}

.dark-overlay-youtube-video {
  width: 100%;
  height: 30%;
  position: absolute;
}

.section-watches-side-by-side {
  background-image: linear-gradient(211deg, #0000 40%, #000 84%);
  padding-top: 0;
  position: relative;
}

.watches-side-by-side-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  max-width: 700px;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: grid;
}

.save-the-date-badge {
  background-image: url('../images/save-the-date-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 1rem 2.5rem .5rem;
  display: inline-block;
  position: relative;
}

.save-the-date-copy {
  margin-bottom: 0;
  font-size: 1.75rem;
  line-height: 1;
}

.save-the-date-wrapper {
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
}

.newsletter-vertical-line-1 {
  width: 1px;
  max-width: none;
  height: 112%;
  margin-top: -1%;
  position: absolute;
}

.newsletter-vertical-line-2 {
  width: 1px;
  max-width: none;
  height: 112%;
  margin-top: -1%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.blinding-flashlight {
  z-index: 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blinding-flashlight-bg-white {
  z-index: 8;
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.newsletter-watch-right {
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: lighten;
  width: 65vw;
  min-width: 900px;
  position: absolute;
  inset: 4vw -18vw 0% auto;
  transform: translate(0, -25%);
}

.newsletter-watch-left {
  pointer-events: none;
  mix-blend-mode: lighten;
  width: 70vw;
  min-width: 900px;
  position: absolute;
  inset: auto auto -7vw -23vw;
}

.newsletter-bg-watches-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.newsletter-red-blur {
  opacity: .3;
  mix-blend-mode: color-dodge;
  background-image: radial-gradient(circle, #cc1a14 14%, #660d0a00);
  width: 25vw;
  height: 25vw;
  margin-top: 25%;
  margin-left: -5vw;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(0, -25%);
}

.newsletter-red-blur.left {
  pointer-events: none;
  margin-top: 2vw;
  transform: translate(0);
}

.newsletter-red-blur.right {
  z-index: 1;
  pointer-events: none;
  min-width: 320px;
  inset: auto -8vw -8vw auto;
}

.newsletter-splatter {
  pointer-events: none;
  width: 20vw;
  min-width: 320px;
  position: absolute;
  inset: auto -4vw 0 auto;
}

.newsletter-grid-pattern {
  background-image: url('../images/bg_lattice_pattern.webp');
  background-position: 45px 100%;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

.nl-container {
  z-index: 2;
  min-height: 734px;
  position: relative;
}

.code-embed {
  flex-flow: column;
  display: flex;
}

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

.lang-dd-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1;
  text-decoration: none;
}

.realease-date {
  color: #7d0114;
  text-align: center;
  text-shadow: 0 0 12px #fff, 0 0 8px #fff, 0 0 10px #fff, 0 0 30px #fff, 0 0 24px #fff, 0 1px 34px #fff;
  margin-bottom: -14%;
  position: relative;
}

.trailer-video-wrapper {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.nl-backdrop {
  z-index: -1;
  aspect-ratio: 1;
  background-image: radial-gradient(circle, #000 17%, #0000 67%);
  width: 130%;
  position: absolute;
  inset: 50% 0% 0% -15%;
  transform: translate(0, -50%);
}

.success-message {
  color: #ceffd0;
  background-color: #0a2a04;
}

.error-message {
  color: #ffebeb;
  background-color: #350909;
}

.copy-side-by-side {
  text-align: center;
  margin-top: 1rem;
}

.footer {
  padding: 2rem;
}

.footer-bottom {
  justify-content: flex-end;
  align-items: flex-end;
  padding: 2rem;
  display: flex;
  position: relative;
}

.copyright {
  color: gray;
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

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

.rating-badge {
  object-fit: contain;
  object-position: 100% 50%;
  width: 100%;
  max-width: 40vw;
  height: 100%;
  max-height: 80px;
}

.biohazard-logo {
  display: none;
}

.link {
  color: #fff;
  font-weight: 400;
}

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

  .re9-logo {
    max-width: 100vw;
    bottom: 4vw;
  }

  .language-selection {
    top: 0;
    right: 0;
  }

  .stage-inner-container {
    grid-column-gap: 12rem;
    grid-row-gap: 12rem;
    justify-content: center;
  }

  .ac-watch {
    max-width: 50%;
    margin-right: -18%;
  }

  .acpe-watch {
    max-width: 50%;
    margin-left: -18%;
  }

  .container-watches-teaser {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    align-items: flex-start;
  }

  .container-watches-teaser.ending-section {
    padding-left: 0;
    padding-right: 0;
  }

  .ac-watch-teaser, .acpe-watch-teaser {
    aspect-ratio: 9 / 16;
    object-fit: cover;
    object-position: 50% 0%;
  }

  .newsletter-section {
    min-height: auto;
  }

  .line-border.horizontal.packaging-2 {
    margin-left: -10%;
  }

  .line-border.horizontal.packaging-1 {
    width: 107%;
    max-width: 107%;
    margin-left: -9%;
  }

  .line-border.vertical.grace-left-1 {
    margin-top: -15%;
  }

  .line-border.vertical.grace-left-2 {
    max-height: 100%;
    margin-top: -15%;
  }

  .line-border.vertical.grace-right {
    max-height: 100%;
    top: -15%;
  }

  .line-border.vertical.leon-left-1 {
    top: -15%;
  }

  .line-border.vertical.leon-left-2 {
    max-height: 100%;
    margin-top: -18%;
    bottom: auto;
  }

  .line-border.left-in-char-grid-1 {
    top: -8%;
  }

  .grace-cutout {
    z-index: 6;
  }

  .character-name {
    font-size: 2rem;
  }

  .character-copy {
    font-size: 1rem;
  }

  .section-packaging {
    background-image: linear-gradient(#000, #0000 30%), radial-gradient(circle at 80%, #000 35%, #0000);
  }

  .packaging-copy-wrapper {
    max-width: 70vw;
  }

  .copy-packaging {
    font-size: 1rem;
  }

  .section-watches-side-by-side {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .newsletter-watch-right {
    width: 100vw;
    min-width: auto;
    right: -32vw;
  }

  .newsletter-watch-left {
    width: 100vw;
    min-width: auto;
    left: -34vw;
  }

  .newsletter-red-blur.right {
    height: 40vw;
  }

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

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

  .footer-bottom {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    text-align: center;
  }

  h2 {
    text-align: center;
    font-size: 1.5rem;
  }

  p {
    font-size: 1rem;
  }

  .section-stage.stage-wrapper {
    background-position: 50% 100%;
    background-size: auto 100%;
  }

  .re9-logo {
    width: 100vw;
    max-width: 100vw;
  }

  .hamilton-logo {
    max-width: 150px;
    top: 1rem;
  }

  .lang-dropdown-toggle {
    font-size: .75rem;
  }

  .watches-teaser-heading {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .stage-inner-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    opacity: 0;
    justify-content: center;
  }

  .ac-watch, .acpe-watch {
    min-width: auto;
    max-width: 60%;
  }

  .dark-overlay-curtain-loop.top {
    height: 50%;
  }

  .dark-overlay-curtain-loop.bottom {
    height: 40%;
  }

  .container-watches-teaser {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: flex-start center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-watches-teaser.ending-section {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .dark-overlay-stage {
    height: 8%;
  }

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

  .animated-heading {
    font-size: 2rem;
    font-weight: 400;
  }

  .line-border.horizontal.trailer-top, .line-border.horizontal.trailer-bottom {
    display: none;
  }

  .line-border.vertical.grace-left-1 {
    max-height: 130%;
    margin-top: -10%;
  }

  .line-border.vertical.grace-left-2 {
    display: none;
  }

  .line-border.vertical.grace-right {
    margin-top: -8%;
    top: 0%;
  }

  .line-border.vertical.packaging-left-1 {
    margin-left: 1.25rem;
  }

  .line-border.vertical.packaging-left-2, .line-border.vertical.left-in-char-grid-1, .line-border.vertical.trailer-left, .line-border.vertical.trailer-right {
    display: none;
  }

  .checkbox-copy {
    font-size: 1rem;
  }

  .grace-cutout {
    z-index: 6;
    height: 70svh;
  }

  .watch-teaser-copy {
    margin-top: 0;
    font-size: 1.5rem;
  }

  .watch-teaser-copy.subheading {
    margin-bottom: 4px;
    font-size: 1rem;
  }

  .watch-teaser-copy.price {
    font-size: 1.5rem;
  }

  .sr-only {
    font-weight: 400;
  }

  .button {
    padding: 1rem 3rem;
    font-size: 1rem;
  }

  .button.side-by-side {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section-characters {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-top: 4rem;
  }

  .character-w-copy {
    margin-top: 0;
    padding-left: 0;
  }

  .character-w-copy.leon {
    margin-top: 0;
    padding-right: 0;
  }

  .character-w-copy-wrapper.grace {
    padding-top: 0;
  }

  .watch-detail-shot-wrapper {
    height: 350px;
  }

  .grace-watch-detail-shot {
    z-index: 0;
    width: 250vw;
    max-width: 250vw;
    top: -45vw;
    right: -20vw;
    transform: scale(1);
  }

  .fingerprint-character-section {
    max-width: 30vw;
    top: -18vw;
    left: 96%;
    transform: translate(-95%);
  }

  .leon-watch-detail-shot {
    width: 200vw;
    max-width: 200vw;
    top: -38vw;
    left: -13vw;
    transform: scale(1);
  }

  .char-row-1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.15fr;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .char-row-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .dark-overlay-characters {
    display: none;
  }

  .dark-overlay-characters.leon {
    height: 10%;
    display: block;
  }

  .section-packaging {
    height: 100%;
    padding-left: 2.5rem;
  }

  .packaging-copy-wrapper {
    max-width: 100%;
    padding-top: 10rem;
    padding-bottom: 2rem;
  }

  .copy-packaging {
    font-size: 1rem;
  }

  .packaging-detail-shot {
    margin-top: 2vw;
    margin-right: -7vw;
  }

  .line-wrapper-packaging {
    padding-top: 1rem;
  }

  .heading-2 {
    font-size: 2.25rem;
  }

  .dark-overlay-packaging.bottom {
    z-index: -1;
    display: none;
  }

  .section-video {
    padding: 3rem 0 0;
  }

  .section-watches-side-by-side {
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .watches-side-by-side-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .save-the-date-badge {
    padding: .75rem 1.5rem .3rem;
  }

  .save-the-date-copy {
    font-size: 1.25rem;
  }

  .save-the-date-wrapper {
    padding-bottom: .5rem;
  }

  .newsletter-watch-right, .newsletter-watch-left, .newsletter-red-blur.left, .newsletter-red-blur.right, .newsletter-splatter {
    display: none;
  }

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

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

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

  .footer {
    padding: 0;
  }

  .footer-bottom {
    background-color: #00000003;
    margin-top: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .copyright {
    text-align: left;
    padding-top: 0;
    left: 0%;
    transform: translate(0%);
  }

  .rating-wrapper {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .stage-inner-container {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .container-watches-teaser {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .container-watches-teaser.ending-section {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: 0;
  }

  .ac-watch-teaser, .acpe-watch-teaser {
    margin-bottom: -1rem;
  }

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

  .line-border.horizontal.packaging-2 {
    width: 100%;
  }

  .line-border.horizontal.packaging-1 {
    width: 90%;
  }

  .line-border.vertical {
    width: auto;
    max-width: none;
  }

  .line-border.vertical.grace-left-1 {
    max-height: 100%;
    margin-top: -12%;
  }

  .line-border.vertical.grace-right {
    margin-top: -15%;
  }

  .line-border.vertical.leon-left-2, .line-border.vertical.leon-right-2 {
    display: none;
  }

  .line-border.vertical.packaging-left-1 {
    height: 60%;
    margin-top: 1rem;
    margin-left: 1rem;
  }

  .line-border.left-in-char-grid-1 {
    height: 40%;
  }

  .line-border.newsletter-side-1.vertical, .line-border.newsletter-side-2.vertical {
    width: 1px;
  }

  .grace-cutout {
    object-fit: contain;
  }

  .watch-teaser-copy {
    margin-top: 0;
    font-size: .875rem;
  }

  .watch-teaser-copy.subheading {
    font-size: .75rem;
  }

  .watch-teaser-copy.price {
    font-size: 1.25rem;
  }

  .button.side-by-side {
    width: 100%;
  }

  .portrait {
    aspect-ratio: 1 / 1.25;
    object-position: 33% 50%;
  }

  .portrait.grace {
    aspect-ratio: 1 / 1.25;
    object-position: 66% 50%;
    width: 100%;
    height: 100%;
  }

  .portrait.leon {
    width: 100%;
    height: 100%;
  }

  .character-name {
    font-size: 2.5rem;
    bottom: 0;
    left: 1rem;
  }

  .character-copy {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .watch-detail-shot-wrapper {
    height: 270px;
    margin-top: -20vw;
  }

  .grace-watch-detail-shot {
    width: 350vw;
    max-width: 350vw;
    top: -78vw;
    right: -48vw;
  }

  .leon-watch-detail-shot {
    width: 300vw;
    max-width: 300vw;
    top: -54vw;
    left: -45vw;
    transform: scale(1);
  }

  .dark-overlay-characters.leon {
    width: 100vw;
    height: 8%;
    display: block;
    inset: auto 0% 0% 50%;
    transform: translate(-50%);
  }

  .line-wrapper-characters-2 {
    margin-top: -4rem;
  }

  .section-packaging {
    padding-left: 1.5rem;
  }

  .packaging-copy-wrapper {
    padding-top: 16rem;
    padding-right: 1rem;
  }

  .packaging-detail-shot {
    width: 120vw;
    max-width: 120vw;
    margin-top: 2.5rem;
    margin-right: -4vw;
  }

  .section-video {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .section-watches-side-by-side {
    min-height: auto;
    padding: 3rem .5rem 0;
  }

  .realease-date {
    font-size: 1.25rem;
  }

  .copy-side-by-side {
    margin-top: .5rem;
  }

  .footer-bottom {
    margin-top: 32px;
  }

  .copyright {
    margin-left: 0;
    padding-top: 0;
    left: .5rem;
  }

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

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

  .side-by-side-container {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}

#w-node-_84118d8d-c27e-83ca-61bf-6dce9c434fe4-16609031 {
  justify-self: stretch;
}

#w-node-_833d1658-19e7-73af-ee75-3167e4805557-16609031 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0c059bc-b4f3-cc00-bd69-bfd8bfed3603-7da92668 {
  justify-self: stretch;
}

#w-node-_464bbd72-7367-49db-d347-96b7a26cfc84-7da92668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_3927455b-40fc-4306-3138-d1bbd1e16656-16609031, #w-node-_464bbd72-7367-49db-d347-96b7a26cfca6-7da92668 {
    order: -9999;
  }
}

.dm-engagery {
  display: none !important;
}

#sgecom-popup-11,

#sgecom-popup-12,

#sgecom-popup-13,

#sgecom-popup-14,

#sgecom-popup-15,

#sgecom-popup-16,

#sgecom-popup-17,

#sgecom-popup-18,

#sgecom-popup-19,

#sgecom-popup-20 {

  display: none !important;

}

.KameleoonJavaScriptAdded {
  display: none !important;
}

/*Fix for watches names constantly wrapping on mobile*/
@media screen and (max-width: 767px) {
  .watch-teaser-copy {
    font-size: clamp(.4rem, 4.5vw, 4rem);
  }
}

#onetrust-banner-sdk {
  font-family: Montserrat, Arial, sans-serif;
}


@font-face {
  font-family: 'Special Elite';
  src: url('../fonts/SpecialElite-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
