:root {
  color-scheme: dark;
  background: #121212;
  --shell-width: 100vw;
  --scale: 1;
  --canvas-height: 7869px;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
}

body {
  background: #121212;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  overflow-x: hidden;
}

.page-shell {
  width: var(--shell-width);
  min-height: calc(var(--canvas-height) * var(--scale));
  background: #121212;
  overflow: hidden;
}

.mobile-frame {
  width: 375px;
  height: var(--canvas-height);
  margin: 0;
  background: #121212;
  transform: scale(var(--scale));
  transform-origin: top left;
}

.hero-section {
  position: relative;
  width: 375px;
  height: 566px;
  overflow: hidden;
  background: #050505;
}

.hero-section::before {
  content: "";
  position: absolute;
  left: -50.59%;
  top: 0;
  width: 201.18%;
  height: 100%;
  background: url("./assets/optimized/hero-bg-mobile.jpg") center / cover no-repeat;
}

.hero-copy {
  position: absolute;
  left: 4.267%;
  right: 4.267%;
  top: 6.184%;
  color: #fff;
}

.hero-copy h1,
.hero-copy p {
  margin: 0;
}

.hero-copy h1 {
  display: grid;
  gap: 0;
  font-family: Poppins, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  line-height: normal;
  font-weight: 700;
  letter-spacing: 0;
}

.hero-copy h1 span {
  white-space: nowrap;
}

.hero-copy h1 .accent-line {
  color: #05ce78;
  font-size: 22px;
  font-weight: 900;
}

.editable-copy {
  cursor: text;
  outline: 0;
}

.editable-copy:focus {
  box-shadow: 0 0 0 2px rgba(5, 206, 120, 0.85);
  border-radius: 4px;
}

.hero-copy p {
  display: grid;
  gap: 3px;
  margin-top: 12px;
  font-family: Poppins, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
  letter-spacing: 0;
}

.kickstarter-badge {
  position: absolute;
  left: 58px;
  top: 176px;
  width: 100px;
  aspect-ratio: 1;
  pointer-events: none;
}

.kickstarter-badge-bg {
  position: absolute;
  display: block;
  max-width: none;
}

.kickstarter-badge-bg {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kickstarter-badge-copy {
  position: absolute;
  left: 11%;
  top: 25%;
  width: 63.835%;
  height: 38.811%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kickstarter-badge-copy span {
  color: #fff;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: -0.07em;
  white-space: nowrap;
  transform: rotate(-25.5deg);
  transform-origin: center center;
}

.kickstarter-badge-wordmark {
  position: absolute;
  left: 17.175%;
  top: 33.855%;
  width: 71.475%;
  height: 40.236%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kickstarter-badge-mark {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  transform: rotate(-25.5deg);
  transform-origin: center center;
}

.hero-offer-card {
  position: absolute;
  left: 29px;
  top: 302px;
  width: 158px;
  height: 118px;
  color: #fff;
  text-align: center;
  font-family: Poppins, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  background: url("./assets/build/hero-offer-ticket.svg") center / 100% 100% no-repeat;
}

.hero-offer-card p {
  position: absolute;
  left: 0;
  width: 158px;
  margin: 0;
  white-space: nowrap;
}

.offer-kicker {
  top: 7px;
  font-size: 10px;
  line-height: normal;
  font-weight: 400;
}

.offer-main {
  top: 31px;
  font-size: 24px;
  line-height: normal;
  font-weight: 900;
}

.offer-sub {
  top: 66px;
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
}

.offer-sub strong {
  font-weight: 900;
}

.offer-note {
  top: 88px;
  font-size: 9px;
  line-height: normal;
  font-weight: 400;
}

.offer-note span {
  display: block;
}

.hero-signup {
  position: absolute;
  left: 16px;
  right: auto;
  top: 445px;
  display: grid;
  gap: 9px;
  width: 332px;
  margin: 0;
}

.hero-signup input,
.hero-signup button {
  width: 100%;
  height: 42px;
  border: 0;
  border-radius: 999px;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.11em;
}

.hero-signup input {
  padding: 0 18px;
  background: #d4dde9;
  color: #121212;
  font-size: 15px;
  font-weight: 500;
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.hero-signup input::placeholder {
  color: rgba(18, 18, 18, 0.46);
}

.hero-signup input:focus {
  box-shadow:
    inset 0 0 0 1px rgba(5, 206, 120, 0.92),
    0 0 0 3px rgba(5, 206, 120, 0.18);
}

.hero-signup button {
  display: grid;
  place-items: center;
  background: #05ce78;
  color: #07130d;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.hero-signup button:disabled {
  cursor: progress;
  opacity: 0.72;
}

.form-status {
  min-height: 16px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
}

.form-status.is-error {
  color: #ff8f8f;
}

.overview-section {
  position: relative;
  width: 375px;
  height: 2623px;
  overflow: hidden;
  background: #121212;
  color: #fff;
}

.feature-card {
  position: absolute;
  overflow: hidden;
  border: 0.5px solid #797878;
  border-radius: 10px;
  background: #060606;
}

.feature-card-large {
  left: 16px;
  width: 344px;
  height: 170px;
}

.feature-card-ai {
  top: 22px;
}

.feature-card-pace {
  top: 200px;
}

.feature-card-small {
  top: 378px;
  width: 168px;
  height: 148px;
  border: 0;
}

.feature-card-smarter {
  left: 20px;
}

.feature-card-premium {
  left: 192px;
  background: #efeff2;
}

.feature-card-premium > .feature-bg {
  left: 0;
  top: 0;
  width: 168px;
  height: 148px;
  object-fit: cover;
  object-position: center center;
}

.feature-bg {
  position: absolute;
  max-width: none;
  pointer-events: none;
}

.feature-bg-ai {
  left: 0;
  top: -37px;
  width: 344px;
  height: 229px;
  object-fit: cover;
  transform: scaleX(-1);
}

.feature-bg-pace {
  left: 0;
  top: -35px;
  width: 344px;
  height: 229px;
  object-fit: cover;
}

.feature-bg-smarter {
  left: 23px;
  top: 0;
  width: 222px;
  height: 148px;
  object-fit: cover;
}

.feature-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.feature-shade-ai {
  background: linear-gradient(204deg, #3a332f 0%, rgba(58, 51, 47, 0) 64%);
}

.feature-copy {
  position: absolute;
  left: 17px;
  top: 17px;
  z-index: 2;
}

.feature-copy h2,
.feature-copy p,
.small-copy h2,
.small-copy p,
.stat-card h2,
.stat-card p {
  margin: 0;
}

.feature-copy h2 {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: normal;
  font-weight: 700;
  letter-spacing: 1.35px;
  color: #fff;
}

.feature-copy p {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  line-height: 13px;
  font-weight: 300;
  letter-spacing: 0.3px;
  color: #fff;
}

.feature-copy h2 + p {
  margin-top: 13px;
}

.app-stack {
  position: absolute;
  width: 26px;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
  pointer-events: none;
  z-index: 1;
}

.app-stack-1 {
  left: 48px;
  top: 96px;
  height: 56px;
}

.app-stack-2 {
  left: 70px;
  top: 101px;
  height: 56px;
}

.app-stack-3 {
  left: 92px;
  top: 106px;
  width: 26px;
  height: 56px;
}

.small-image-shade {
  position: absolute;
  left: 0;
  top: 0;
  width: 94px;
  height: 148px;
  background: linear-gradient(90deg, #0c0c0d 61%, rgba(8, 8, 10, 0) 100%);
}

.small-copy {
  position: absolute;
  z-index: 2;
  top: 10px;
}

.small-copy-light {
  left: 13px;
}

.small-copy-dark {
  left: 17px;
}

.small-copy h2 {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: 0.48px;
}

.small-copy p {
  margin-top: 4px;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  font-size: 8px;
  line-height: normal;
  font-weight: 300;
  letter-spacing: 0.72px;
}

.small-copy-dark h2,
.small-copy-dark p {
  color: #121212;
}

.stat-card {
  position: absolute;
  width: 168px;
  height: 95px;
  display: grid;
  place-content: center;
  gap: 9px;
  border-radius: 10px;
  background: linear-gradient(180deg, #060606 0%, #191b13 100%);
}

.stat-10min {
  left: 16px;
  top: 534px;
}

.stat-data {
  left: 192px;
  top: 534px;
  background: radial-gradient(circle at 52% -8%, #0b222c 0%, #0c181d 25%, #0d0d0d 50%);
}

.stat-modes {
  left: 16px;
  top: 637px;
  background: radial-gradient(circle at 52% -8%, #0b222c 0%, #0c181d 25%, #0d0d0d 50%);
}

.stat-start {
  left: 192px;
  top: 637px;
}

.stat-card h2 {
  color: #05ce78;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  font-size: 25px;
  line-height: normal;
  font-weight: 900;
  letter-spacing: -0.5px;
  text-align: center;
}

.stat-card h2 span {
  font-size: 25px;
}

.stat-10min h2,
.stat-modes h2 {
  font-size: 18px;
}

.stat-modes h2 {
  color: #fff;
}

.stat-modes h2 span {
  color: #05ce78;
}

.stat-card p {
  color: #fff;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  line-height: normal;
  font-weight: 300;
  letter-spacing: 0.84px;
  text-align: center;
  white-space: nowrap;
}

.question-section,
.baseline-section,
.read-section {
  position: absolute;
  left: 0;
  width: 375px;
  color: #fff;
  text-align: center;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

.question-section h2,
.baseline-section h2,
.read-section h2,
.question-section p,
.baseline-section p,
.read-section p,
.read-metric h3 {
  margin: 0;
}

.question-section {
  top: 790px;
  height: 675px;
}

.baseline-section h2,
.read-section h2 {
  display: grid;
  gap: 0;
  justify-items: center;
  font-size: 28px;
  line-height: 33px;
  font-weight: 900;
  letter-spacing: 0.56px;
}

.question-section h2 {
  position: static;
  display: block;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  line-height: 33px;
  font-weight: 900;
  letter-spacing: 0.56px;
}

.question-section h2 span,
.question-subhead,
.question-copy span {
  position: absolute;
  display: block;
  text-align: center;
}

.question-title-line-1 {
  left: 52px;
  top: 0;
  width: 273px;
  height: 33px;
}

.question-title-line-2 {
  left: 75px;
  top: 33px;
  width: 227px;
  height: 33px;
}

.question-subhead {
  left: 62px;
  top: 82px;
  width: 250px;
  height: 18px;
  margin: 0;
  color: #5fd689;
  font-size: 15px;
  line-height: 18px;
  font-weight: 900;
  letter-spacing: 0.6px;
}

.question-copy {
  margin: 0;
  color: #fff;
  font-size: 11px;
  line-height: 13px;
  font-weight: 500;
  letter-spacing: 0.33px;
}

.question-copy-line-1 {
  left: 83px;
  top: 120px;
  width: 211px;
  height: 13px;
}

.question-copy-line-2 {
  left: 81px;
  top: 139px;
  width: 214px;
  height: 13px;
}

.onboarding-video {
  position: absolute;
  left: 78px;
  top: 194px;
  width: 221px;
  height: 479px;
  border: 0;
  border-radius: 9px;
  object-fit: cover;
  background: #0b0f12;
}

.baseline-section {
  top: 1546px;
  height: 393px;
}

.baseline-section h2 {
  position: relative;
  height: 78px;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 0.56px;
}

.baseline-section h2 span,
.baseline-subhead span,
.baseline-copy span {
  position: absolute;
  left: 0;
  width: 375px;
  text-align: center;
}

.baseline-section h2 span:first-child {
  top: 0;
}

.baseline-section h2 span:last-child {
  top: 33px;
}

.baseline-subhead {
  position: relative;
  height: 60px;
  margin-top: 9px;
  color: #5fd689;
  font-size: 20px;
  line-height: 23px;
  font-weight: 900;
  letter-spacing: 0.8px;
}

.baseline-subhead span:first-child {
  top: 0;
}

.baseline-subhead span:last-child {
  top: 31px;
}

.baseline-copy {
  position: relative;
  height: 32px;
  margin-top: 21px;
  color: #fff;
  font-size: 11px;
  line-height: 13px;
  font-weight: 500;
  letter-spacing: 0.33px;
}

.baseline-copy span:first-child {
  top: 0;
}

.baseline-copy span:last-child {
  top: 19px;
}

.baseline-video {
  position: absolute;
  left: 25px;
  top: 215px;
  width: 325px;
  height: 178px;
  border: 0;
  border-radius: 6px;
  object-fit: cover;
  background: #0b0f12;
}

.read-section {
  top: 1959px;
  height: 660px;
}

.read-metric {
  position: absolute;
  left: 16px;
  width: 343px;
  text-align: center;
}

.read-metric h3 {
  color: #5fd689;
  font-size: 26px;
  line-height: 30px;
  font-weight: 900;
  letter-spacing: 1.56px;
}

.read-metric p {
  display: grid;
  gap: 6px;
  margin-top: 10px;
  color: #fff;
  font-size: 11px;
  line-height: 13px;
  font-weight: 500;
  letter-spacing: 0.33px;
}

.metric-pace {
  top: 77px;
}

.metric-rhythm {
  top: 235px;
}

.metric-rest {
  top: 374px;
}

.metric-fatigue {
  top: 513px;
}

.built-course-section {
  position: relative;
  width: 375px;
  height: 956px;
  overflow: hidden;
  background: #fff;
  color: #121212;
  text-align: center;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

.built-course-copy {
  position: absolute;
  left: 0;
  top: 0;
  width: 375px;
  height: 282px;
}

.built-course-copy h2,
.built-course-copy p,
.app-preview-caption {
  margin: 0;
}

.built-course-copy h2,
.app-preview-caption {
  display: block;
}

.built-course-copy h2 {
  position: absolute;
  left: 0;
  top: 45px;
  width: 375px;
  height: 66px;
  color: #121212;
  font-size: 28px;
  line-height: 33px;
  font-weight: 900;
  letter-spacing: 0.56px;
}

.built-course-copy h2 span,
.built-course-body span,
.app-preview-caption span {
  position: absolute;
  left: 0;
  width: 375px;
  text-align: center;
  white-space: nowrap;
}

.built-course-copy h2 span:first-child {
  top: 0;
}

.built-course-copy h2 span:last-child {
  top: 33px;
}

.built-course-kicker {
  position: absolute;
  left: 0;
  top: 123px;
  width: 375px;
  color: #079f5e;
  font-size: 26px;
  line-height: 30px;
  font-weight: 900;
  letter-spacing: 1.56px;
  white-space: nowrap;
}

.built-course-body {
  position: absolute;
  left: 0;
  top: 165px;
  width: 375px;
  height: 51px;
  color: #121212;
  font-size: 11px;
  line-height: 13px;
  font-weight: 500;
  letter-spacing: 0.33px;
}

.built-course-body-second {
  top: 230px;
}

.built-course-body span:nth-child(1) {
  top: 0;
}

.built-course-body span:nth-child(2) {
  top: 19px;
}

.built-course-body span:nth-child(3) {
  top: 38px;
}

.app-preview-tabs {
  position: absolute;
  left: 38px;
  top: 301px;
  width: 299px;
  height: 33px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  z-index: 2;
}

.app-preview-tab {
  min-width: 0;
  min-height: 33px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #aaa8a8;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  line-height: 13px;
  font-weight: 500;
  letter-spacing: 0.33px;
  text-align: center;
  cursor: pointer;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.app-preview-tab.is-active {
  color: #121212;
}

.app-preview-rule {
  position: absolute;
  left: 51px;
  top: 331px;
  width: 274px;
  height: 4px;
  border-top: 1px solid #c6c6c6;
}

.app-preview-rule span {
  position: absolute;
  left: 0;
  top: -1px;
  width: 59px;
  height: 3px;
  background: #121212;
  transition: transform 180ms ease;
}

.app-preview-rule[data-active="pace"] span {
  transform: translateX(108px);
}

.app-preview-rule[data-active="coach"] span {
  transform: translateX(215px);
}

.app-preview-video {
  position: absolute;
  left: 77px;
  top: 355px;
  width: 221px;
  height: 479px;
  border: 0;
  border-radius: 10px;
  object-fit: cover;
  background: #0b0f12;
}

.app-preview-caption {
  position: absolute;
  left: 0;
  top: 848px;
  width: 375px;
  height: 66px;
  gap: 0;
  color: #079f5e;
  font-size: 28px;
  line-height: 33px;
  font-weight: 900;
  letter-spacing: 0.56px;
}

.app-preview-caption span:first-child {
  top: 0;
}

.app-preview-caption span:last-child {
  top: 33px;
}

.boxer-section,
.progress-section,
.hardware-section,
.final-cta-section {
  position: relative;
  width: 375px;
  overflow: hidden;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  text-align: center;
}

.boxer-section {
  height: 815px;
  background: #121212;
  color: #fff;
}

.boxer-section h2,
.progress-section h2,
.hardware-title,
.final-cta-section h2,
.boxer-section p,
.progress-section p,
.hardware-section p,
.final-cta-section p {
  margin: 0;
}

.boxer-section h2,
.progress-section h2,
.hardware-title,
.final-cta-section h2 {
  position: absolute;
  left: 0;
  width: 375px;
  color: inherit;
  font-size: 28px;
  line-height: 33px;
  font-weight: 900;
  letter-spacing: 0.56px;
}

.boxer-section h2 span,
.progress-section h2 span,
.hardware-title span,
.final-cta-section h2 span,
.boxer-copy span,
.progress-copy span,
.hardware-copy span {
  position: absolute;
  left: 0;
  width: 375px;
  text-align: center;
  white-space: nowrap;
}

.boxer-section h2 {
  top: 81px;
  height: 66px;
}

.boxer-section h2 span:first-child,
.progress-section h2 span:first-child,
.hardware-title span:first-child,
.final-cta-section h2 span:first-child {
  top: 0;
}

.boxer-section h2 span:last-child,
.progress-section h2 span:last-child,
.hardware-title span:last-child,
.final-cta-section h2 span:last-child {
  top: 33px;
}

.boxer-kicker,
.progress-kicker,
.final-kickstarter {
  position: absolute;
  left: 0;
  width: 375px;
  color: #05ce78;
  font-size: 15px;
  line-height: 18px;
  font-weight: 900;
  letter-spacing: 0.6px;
  white-space: nowrap;
}

.boxer-kicker {
  top: 163px;
}

.boxer-copy,
.progress-copy,
.hardware-copy {
  position: absolute;
  left: 0;
  width: 375px;
  color: inherit;
  font-size: 11px;
  line-height: 13px;
  font-weight: 500;
  letter-spacing: 0.33px;
}

.boxer-copy-first {
  top: 201px;
  height: 32px;
}

.boxer-copy-second {
  top: 249px;
  height: 32px;
}

.boxer-copy span:first-child,
.progress-copy span:first-child {
  top: 0;
}

.boxer-copy span:last-child,
.progress-copy span:last-child {
  top: 19px;
}

.boxer-video {
  position: absolute;
  left: 81px;
  top: 316px;
  width: 221px;
  height: 479px;
  border: 1px solid #5b5b5b;
  border-radius: 10px;
  object-fit: cover;
  background: #050505;
}

.progress-section {
  height: 503px;
  background: #121212;
  color: #fff;
}

.progress-section h2 {
  top: 81px;
  height: 66px;
}

.progress-kicker {
  top: 163px;
}

.progress-copy-first {
  top: 201px;
  height: 32px;
}

.progress-image-frame {
  position: absolute;
  left: 19px;
  top: 242px;
  width: 337px;
  height: 212px;
  overflow: hidden;
  border-radius: 10px;
  background: #0c1118;
}

.progress-image-frame img {
  position: absolute;
  left: -4.42%;
  top: -205.53%;
  width: 108.52%;
  height: 373.79%;
  max-width: none;
  object-fit: cover;
}

.progress-copy-final {
  top: 460px;
  height: 32px;
}

.hardware-section {
  height: 1903px;
  background: #f4f3ec;
  color: #121212;
}

.hardware-title-system {
  top: 43px;
  height: 66px;
}

.hardware-copy-system {
  top: 131px;
  height: 70px;
}

.hardware-copy span:nth-child(1) {
  top: 0;
}

.hardware-copy span:nth-child(2) {
  top: 19px;
}

.hardware-copy span:nth-child(3) {
  top: 38px;
}

.hardware-copy span:nth-child(4) {
  top: 57px;
}

.hardware-video {
  position: absolute;
  left: 25px;
  top: 223px;
  width: 325px;
  height: 183px;
  border: 0;
  border-radius: 10px;
  object-fit: cover;
  background: #050505;
}

.hardware-title-bearing {
  top: 448px;
  height: 66px;
}

.hardware-copy-bearing {
  top: 536px;
  height: 70px;
}

.hardware-bearing-image {
  position: absolute;
  left: 25px;
  top: 628px;
  width: 325px;
  height: 178px;
  border-radius: 10px;
  object-fit: cover;
  background: #121212;
}

.hardware-title-grip {
  top: 855px;
  height: 66px;
}

.hardware-copy-grip {
  top: 943px;
  height: 51px;
}

.hardware-copy-grip span:nth-child(3) {
  top: 38px;
}

.hardware-grip-frame {
  position: absolute;
  left: 25px;
  top: 1016px;
  width: 325px;
  height: 178px;
  overflow: hidden;
  border-radius: 10px;
  background: #d9d9d9;
}

.hardware-grip-frame img {
  position: absolute;
  left: -148.88%;
  top: -163.27%;
  width: 321.15%;
  height: 390.96%;
  max-width: none;
  object-fit: cover;
}

.hardware-closing {
  position: absolute;
  left: 29px;
  top: 1273px;
  width: 316px;
  color: #272727;
  font-size: 32px;
  line-height: 41px;
  font-weight: 900;
  letter-spacing: 0;
}

.hardware-collage-stack {
  position: absolute;
  left: 0;
  top: 1402px;
  width: 375px;
  height: 501px;
  overflow: hidden;
}

.hardware-collage-stack img {
  position: absolute;
  left: 0;
  width: 375px;
  max-width: none;
  object-fit: cover;
}

.hardware-collage-one {
  top: 0;
  height: 168px;
  object-position: 50% 50%;
}

.hardware-collage-two {
  top: 110.5px;
  height: 228px;
  object-position: 50% 50%;
}

.hardware-collage-three {
  top: 272px;
  height: 229px;
  object-position: 50% 50%;
}

.final-cta-section {
  height: 503px;
  background: #121212;
  color: #fff;
}

.final-cta-section h2 {
  top: 46px;
  height: 66px;
}

.final-kickstarter {
  top: 128px;
  color: #05ce78;
  font-weight: 900;
}

.final-kickstarter span {
  color: #fff;
}

.final-signup {
  position: absolute;
  left: 21px;
  top: 173px;
  width: 332px;
  display: grid;
  gap: 8px;
  margin: 0;
}

.final-signup input,
.final-signup button {
  width: 100%;
  height: 42px;
  border: 0;
  border-radius: 21px;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

.final-signup input {
  padding: 0 18px;
  background: #d4dde9;
  color: #121212;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.03em;
  outline: none;
}

.final-signup input::placeholder {
  color: #8e8e8e;
}

.final-signup button {
  background: #05ce78;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.final-signup .form-status {
  margin-top: 0;
}

.final-note {
  position: absolute;
  left: 0;
  width: 375px;
  color: #8e8e8e;
  font-size: 12px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.final-note-launch {
  top: 273px;
}

.final-note-rewards {
  top: 295px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
