@font-face {
  font-family: Google_Sans;
  src: url("./fonts/GoogleSans-Regular.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Google_Sans_Medium;
  src: url("./fonts/GoogleSans-Medium.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Google_Sans_Bold;
  src: url("./fonts/GoogleSans-Bold.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background: #000;
  color: #fff;
  font-family: Google_Sans, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button {
  font: inherit;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

.font-google {
  font-family: Google_Sans, sans-serif;
}

.font-google-medium {
  font-family: Google_Sans_Medium, sans-serif;
}

.mix-screen {
  mix-blend-mode: screen;
}

.hero-section {
  --nav-offset: 10.25rem;
  --hero-nav-gap: 22px;
  --hero-img-gap: 16px;
  --hero-btn-gap: 20px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

@media (min-width: 1024px) {
  .hero-section {
    min-height: calc(100vh - var(--nav-offset));
    min-height: calc(100dvh - var(--nav-offset));
  }
}

.hero-section__inner {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

.hero-section__main {
  flex: 1 1 auto;
  min-height: 0;
}

.hero-section .hero-after {
  margin-top: 2rem;
  padding-top: 0;
  flex-shrink: 0;
}

@media (min-width: 1024px) {
  .hero-section .hero-after {
    margin-top: auto;
    padding-top: clamp(0.75rem, 2vh, 2rem);
  }
}

.hero-stage__visual {
  height: clamp(220px, 36vh, 390px);
}

@media (min-width: 992px) {
  .hero-section {
    --nav-offset: 9.5rem;
  }
}

@media (max-height: 800px) and (min-width: 1024px) {
  .hero-section {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .hero-stage__visual {
    height: clamp(180px, 32vh, 300px);
  }
}

@media (max-width: 1023px) {
  .hero-section {
    padding-bottom: 1.25rem;
  }

  .hero-section .hero-after {
    gap: 1.25rem;
  }
}

@media (max-width: 1023px) and (max-height: 760px) {
  .hero-section {
    --hero-img-size: clamp(120px, 20vh, 200px);
    padding-bottom: 1rem;
  }

  .hero-section .hero-after {
    gap: 0.85rem;
    padding-top: 0.65rem;
  }

  .stat-chip {
    min-height: 40px;
    padding: 6px 10px;
  }
}

/* Hero title lockup — Figma 5139:12523 at 457.69 × 195.35 */
.hero-lockup {
  container-type: inline-size;
  position: relative;
  width: min(100%, 458px);
  aspect-ratio: 457.69 / 195.35;
}

@media (min-width: 1280px) {
  .hero-lockup {
    width: min(100%, 520px);
  }
}

@media (max-width: 1023px) {
  .hero-section {
    --hero-nav-gap: clamp(10px, 3.5vh, 40px);
    --hero-img-gap: clamp(8px, 2.5vh, 36px);
    --hero-btn-gap: clamp(12px, 3vh, 40px);
    --hero-img-size: clamp(140px, 24vh, 280px);
    --hero-title-size: 300px;
    --hero-below-btn: 0px;
    padding-top: var(--hero-nav-gap);
  }

  .hero-stage {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 auto;
    min-height: 0;
    justify-content: flex-start;
  }

  .hero-after {
    margin-top: var(--hero-below-btn);
  }

  .hero-stage__art {
    flex: 0 0 auto;
    width: 100%;
    max-width: 351px;
    height: var(--hero-img-size);
    max-height: var(--hero-img-size);
    min-height: 0;
    margin-top: var(--hero-img-gap);
  }

  .hero-stage__actions {
    margin-top: var(--hero-btn-gap);
    padding-bottom: 0;
    width: min(92%, var(--hero-title-size));
  }

  .hero-lockup {
    width: min(92%, var(--hero-title-size));
    aspect-ratio: 263.45 / 106.9;
    margin-inline: auto;
  }

  .hero-lockup__ai,
  .hero-lockup__builder,
  .hero-lockup__cup,
  .hero-lockup__b {
    font-size: 22.17cqw;
  }

  .hero-lockup__tagline {
    font-size: 5.83cqw;
  }

  .btn-register-glow::before {
    filter: blur(10px);
  }
}

.hero-lockup__ai,
.hero-lockup__builder,
.hero-lockup__cup,
.hero-lockup__b {
  position: absolute;
  margin: 0;
  font-family: Google_Sans_Medium, sans-serif;
  font-size: 23.32cqw;
  line-height: 0.7934;
  letter-spacing: -0.0215em;
  color: #fff;
  white-space: nowrap;
}

.hero-lockup__ai {
  left: 0;
  top: 0;
  width: 20.32%;
  text-align: right;
}

.hero-lockup__builder {
  left: 26.8%;
  top: 0.08%;
  z-index: 3;
}

.hero-lockup__b {
  left: 26.8%;
  top: 0.08%;
  z-index: 4;
  mix-blend-mode: overlay;
  pointer-events: none;
}

.hero-lockup__cup {
  left: 6.77%;
  top: 45.74%;
}

.hero-lockup__star {
  position: absolute;
  left: 14.69%;
  top: 0;
  width: 17.89%;
  height: 42.75%;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.hero-lockup__star img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-lockup__row {
  display: contents;
}

.overview-frame {
  --ov-top: 70;
  --ov-left: 70;
  --ov-bottom: 70;
  --ov-right: 70;
  --ov-fade: 12;
  --ov-stroke: 1.4;
  --ov-pad: 10px;
  --ov-radius: 19px;
  --ov-color: #fff;
  position: relative;
  box-sizing: border-box;
  padding: var(--ov-pad);
  border-radius: var(--ov-radius);
}

@media (min-width: 1024px) {
  .overview-frame {
    --ov-pad: 14px;
    --ov-radius: 38px;
  }
}

.overview-frame__media {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: max(8px, calc(var(--ov-radius) - var(--ov-pad)));
}

.overview-frame__photo {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: inherit;
}

.overview-frame__border {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  z-index: 2;
}

.overview-frame__border path {
  fill: none;
  stroke-width: var(--ov-stroke);
  stroke-linejoin: round;
  stroke-linecap: round;
}

.stat-chips {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 10px 12px;
  width: 100%;
}

.stat-chip {
  /* 0-100 along the border, starting at the bottom-right gap */
  --stat-start: 4;
  --stat-end: 86;
  --stat-fade: 10;
  --stat: #f9b207;
  position: relative;
  isolation: isolate;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: auto;
  min-height: 44px;
  padding: 8px 12px;
  border: none;
  border-radius: 11px;
  background: #141414;
  box-shadow: none;
  overflow: hidden;
  min-width: 0;
}

.stat-chip > font,
.stat-chip__value font,
.stat-chip__label font {
  display: contents;
}

.stat-chip--yellow {
  --stat: #f9b207;
}

.stat-chip--red {
  --stat: #ea4335;
}

.stat-chip--blue {
  --stat: #4285f4;
}

.stat-chip--green {
  --stat: #34a853;
  grid-column: 1 / -1;
}

.stat-chip__border {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.stat-chip__stroke {
  fill: none;
  stroke: var(--stat);
  stroke-width: 1.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.stat-chip__stroke--glow {
  stroke-width: 0.6;
  opacity: 0.25;
}

.stat-chip__stroke--fade {
  stroke-linecap: butt;
}

.stat-chip__value {
  font-family: Google_Sans_Medium, sans-serif;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #e8e8e8;
  white-space: nowrap;
  flex: 0 0 auto;
  overflow: visible;
}

.stat-chip__label {
  font-family: Google_Sans, sans-serif;
  font-size: 11px;
  letter-spacing: -0.03em;
  color: #e8e8e8;
  white-space: normal;
  line-height: 1;
  flex: 0 0 auto;
  overflow-wrap: break-word;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .stat-chips {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px 14px;
  }

  .stat-chip {
    min-height: 52px;
    padding: 8px 14px;
  }

  .stat-chip__value {
    font-size: 22px;
  }

  .stat-chip__label {
    font-size: 12px;
  }
}

@media (min-width: 1280px) {
  .stat-chips {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    gap: 26px;
    width: auto;
    min-width: 0;
  }

  .stat-chip {
    width: auto;
    height: 61px;
    min-height: 61px;
    padding: 0 20px;
    border-radius: 11px;
    overflow: visible;
    flex: 0 0 auto;
    align-items: center;
  }

  .stat-chip--yellow {
    width: 210.605px;
  }

  .stat-chip--red {
    width: 180.197px;
  }

  .stat-chip--blue {
    width: 219.615px;
  }

  .stat-chip--green {
    grid-column: auto;
    width: 393.055px;
  }

  .stat-chip__value {
    font-size: 30.5px;
    letter-spacing: -0.01em;
  }

  .stat-chip__label {
    font-size: 17px;
    letter-spacing: -0.03em;
    white-space: nowrap;
  }
}

@media (min-width: 1280px) and (max-width: 1523.98px) {
  .stat-chips {
    gap: clamp(12px, calc(12px + 14 * ((100vw - 1280px) / 243)), 26px);
  }

  .stat-chip {
    height: clamp(46px, calc(46px + 15 * ((100vw - 1280px) / 243)), 61px);
    min-height: clamp(46px, calc(46px + 15 * ((100vw - 1280px) / 243)), 61px);
    padding: 0 clamp(10px, calc(10px + 10 * ((100vw - 1280px) / 243)), 20px);
  }

  .stat-chip--yellow {
    width: clamp(
      146px,
      calc(146px + 64.605 * ((100vw - 1280px) / 243)),
      210.605px
    );
  }

  .stat-chip--red {
    width: clamp(
      122px,
      calc(122px + 58.197 * ((100vw - 1280px) / 243)),
      180.197px
    );
  }

  .stat-chip--blue {
    width: clamp(
      148px,
      calc(148px + 71.615 * ((100vw - 1280px) / 243)),
      219.615px
    );
  }

  .stat-chip--green {
    width: clamp(
      268px,
      calc(268px + 125.055 * ((100vw - 1280px) / 243)),
      393.055px
    );
  }

  .stat-chip__value {
    font-size: clamp(
      18px,
      calc(18px + 12.5 * ((100vw - 1280px) / 243)),
      30.5px
    );
  }

  .stat-chip__label {
    font-size: clamp(10px, calc(10px + 7 * ((100vw - 1280px) / 243)), 17px);
  }
}

html.is-translated .stat-chip__value,
html.translated-ltr .stat-chip__value {
  font-size: 17px;
}

html.is-translated .stat-chip__label,
html.translated-ltr .stat-chip__label {
  font-size: 10px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  html.is-translated .stat-chip__value,
  html.translated-ltr .stat-chip__value {
    font-size: 19px;
  }

  html.is-translated .stat-chip__label,
  html.translated-ltr .stat-chip__label {
    font-size: 11px;
  }
}

@media (min-width: 1280px) {
  html.is-translated .stat-chip__value,
  html.translated-ltr .stat-chip__value {
    font-size: 23px;
  }

  html.is-translated .stat-chip__label,
  html.translated-ltr .stat-chip__label {
    font-size: 13px;
  }

  html.is-translated .stat-chips,
  html.translated-ltr .stat-chips {
    flex-wrap: nowrap;
  }

  html.is-translated .stat-chip,
  html.translated-ltr .stat-chip {
    flex: 0 1 auto;
    overflow: hidden;
  }
}

@media (min-width: 1280px) and (max-width: 1523.98px) {
  html.is-translated .stat-chip__value,
  html.translated-ltr .stat-chip__value {
    font-size: clamp(14px, calc(14px + 9 * ((100vw - 1280px) / 243)), 23px);
  }

  html.is-translated .stat-chip__label,
  html.translated-ltr .stat-chip__label {
    font-size: clamp(9px, calc(9px + 4 * ((100vw - 1280px) / 243)), 13px);
  }
}

html[data-lang="id"] .stat-chip__value {
  font-size: 15px;
}

html[data-lang="id"] .stat-chip__label {
  font-size: 9px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  html[data-lang="id"] .stat-chip__value {
    font-size: 17px;
  }

  html[data-lang="id"] .stat-chip__label {
    font-size: 10px;
  }
}

@media (min-width: 1280px) {
  html[data-lang="id"] .stat-chip__value {
    font-size: 20px;
  }

  html[data-lang="id"] .stat-chip__label {
    font-size: 12px;
  }
}

@media (min-width: 1280px) and (max-width: 1523.98px) {
  html[data-lang="id"] .stat-chip__value {
    font-size: clamp(13px, calc(13px + 7 * ((100vw - 1280px) / 243)), 20px);
  }

  html[data-lang="id"] .stat-chip__label {
    font-size: clamp(8px, calc(8px + 4 * ((100vw - 1280px) / 243)), 12px);
  }
}

.builders-lockup {
  width: max-content;
  max-width: 100%;
}

.builders-lockup__row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.builders-lockup__shield {
  width: 57px;
  height: 69px;
  flex-shrink: 0;
  object-fit: contain;
}

.builders-lockup__title {
  margin: 0;
  font-family: Google_Sans_Medium, sans-serif;
  font-size: 36.826px;
  line-height: 0.7289;
  letter-spacing: -0.0215em;
  color: #fff;
}

.builders-lockup__tagline {
  margin: 12px 0 0;
  font-family: Google_Sans, sans-serif;
  font-size: 14.891px;
  line-height: 0.771;
  letter-spacing: -0.0215em;
  color: #fff;
}

@media (min-width: 1024px) {
  .builders-lockup__row {
    gap: 21px;
  }

  .builders-lockup__shield {
    width: 57px;
    height: 70px;
  }

  .builders-lockup__title {
    font-size: 45.588px;
  }

  .builders-lockup__tagline {
    margin-top: 14px;
    font-size: 18.434px;
  }
}

.next-lockup {
  --next-x: 38%;
  --next-y: -8%;
  --steps-shift: 20px;
  container-type: inline-size;
  position: relative;
  overflow: visible;
  width: min(100%, 449px);
  aspect-ratio: 824 / 701;
  margin-inline: auto;
}

@media (min-width: 1024px) {
  .next-lockup {
    margin-inline: 0;
  }
}

@media (max-width: 767px) {
  .next-lockup {
    width: min(68%, 260px);
  }

  html.is-translated .next-lockup,
  html.translated-ltr .next-lockup {
    --steps-shift: 8px;
    width: min(82%, 300px);
  }

  html.is-translated .next-lockup__title,
  html.translated-ltr .next-lockup__title {
    font-size: 12cqw;
  }

  html[data-lang="id"] .next-lockup__title {
    font-size: 10.6cqw;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  html.is-translated .next-lockup,
  html.translated-ltr .next-lockup {
    --steps-shift: 10px;
  }

  html.is-translated .next-lockup__title,
  html.translated-ltr .next-lockup__title {
    font-size: 13.2cqw;
  }

  html[data-lang="id"] .next-lockup__title {
    font-size: 11.4cqw;
  }
}

.next-lockup__art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.next-lockup__title {
  position: absolute;
  left: var(--next-x);
  top: var(--next-y);
  z-index: 2;
  display: flex;
  flex-direction: column;
  margin: 0;
  font-family: Google_Sans_Medium, sans-serif;
  font-size: 17.46cqw;
  line-height: 0.7289;
  letter-spacing: -0.0215em;
  color: #fff;
}

.next-lockup__next,
.next-lockup__row {
  display: block;
}

.next-lockup__next,
.next-lockup__steps {
  white-space: nowrap;
}

.next-lockup__row {
  display: flex;
}

.next-lockup__steps {
  margin-left: var(--steps-shift);
}

.next-lockup__indent {
  visibility: hidden;
  pointer-events: none;
  user-select: none;
}

.hero-lockup__tagline {
  position: absolute;
  left: 51.06%;
  top: 60.82%;
  margin: 0;
  width: 52.94%;
  font-family: Google_Sans, sans-serif;
  font-size: 6.13cqw;
  line-height: 0.9085;
  letter-spacing: -0.0215em;
  color: #fff;
}

html.is-translated .hero-lockup,
html.translated-ltr .hero-lockup {
  width: min(100%, 560px);
  aspect-ratio: auto;
  height: auto;
}

html.is-translated .hero-lockup h1,
html.is-translated .hero-lockup > p:first-child,
html.translated-ltr .hero-lockup h1,
html.translated-ltr .hero-lockup > p:first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.08em;
  font-size: clamp(34px, 8.4vw, 64px);
}

html.is-translated .hero-lockup__row,
html.translated-ltr .hero-lockup__row {
  display: flex;
  align-items: center;
  max-width: 100%;
  font-size: 1em;
}

html.is-translated .hero-lockup__ai,
html.is-translated .hero-lockup__builder,
html.is-translated .hero-lockup__cup,
html.is-translated .hero-lockup__b,
html.translated-ltr .hero-lockup__ai,
html.translated-ltr .hero-lockup__builder,
html.translated-ltr .hero-lockup__cup,
html.translated-ltr .hero-lockup__b {
  position: static;
  width: auto;
  left: auto;
  top: auto;
  font-size: 1em;
  letter-spacing: -0.03em;
}

html.is-translated .hero-lockup__b,
html.translated-ltr .hero-lockup__b {
  display: none;
}

html.is-translated .hero-lockup__star,
html.translated-ltr .hero-lockup__star {
  position: static;
  left: auto;
  top: auto;
  width: 0.7em;
  height: 0.7em;
  margin-inline: 0.01em;
  overflow: visible;
  flex-shrink: 0;
}

html.is-translated .hero-lockup__tagline,
html.translated-ltr .hero-lockup__tagline {
  position: static;
  left: auto;
  top: auto;
  width: 100%;
  margin-top: 0.55em;
  font-size: clamp(14px, 2.4vw, 22px);
  line-height: 1.2;
}

html[data-lang="id"] .hero-lockup h1,
html[data-lang="id"] .hero-lockup > p:first-child,
html[data-lang="zh-CN"] .hero-lockup h1,
html[data-lang="zh-CN"] .hero-lockup > p:first-child,
html[data-lang="ko"] .hero-lockup h1,
html[data-lang="ko"] .hero-lockup > p:first-child {
  font-size: clamp(40px, 7.2vw, 90px);
}

@media (max-width: 1023px) {
  html.is-translated .hero-lockup,
  html.translated-ltr .hero-lockup {
    width: min(92%, 420px);
  }
}

.nav-link {
  position: relative;
  flex: 0 0 auto;
  white-space: nowrap;
  color: #7e7e7e;
  transition: color 180ms ease;
}

.nav-link a {
  color: inherit;
}

.nav-link.is-active,
.nav-link:hover {
  color: #fff;
}

.nav-link.is-active .nav-link__label {
  font-family: Google_Sans_Medium, sans-serif;
}

.nav-link__label {
  display: block;
  white-space: nowrap;
  line-height: 1.25;
}

.nav-link.is-truncated .nav-link__label {
  max-width: 7.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: max-width 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.nav-link.is-truncated:hover .nav-link__label,
.nav-link.is-truncated:focus-within .nav-link__label {
  max-width: var(--nav-full-w, 28rem);
}

.page-secnav {
  display: flex;
  justify-content: flex-start;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  width: 100%;
  margin: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  background: #000;
  border-top: 0.67px solid #303030;
  backdrop-filter: blur(98px);
  -webkit-backdrop-filter: blur(98px);
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

body:has(.page-secnav) {
  padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px));
}

body.mobile-nav-open .page-secnav {
  visibility: hidden;
  pointer-events: none;
}

.page-secnav::-webkit-scrollbar {
  display: none;
}

.page-secnav__track {
  display: flex;
  align-items: center;
  justify-content: stretch;
  width: 100%;
  min-width: 0;
  min-height: 76px;
  padding: 0;
}

.page-secnav__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  min-width: 0;
  min-height: 37px;
  padding: 0 8px;
  color: #585858;
  font-family: Google_Sans, sans-serif;
  font-size: 13.33px;
  line-height: 1.25;
  white-space: nowrap;
  transition: color 180ms ease;
}

.page-secnav__link:hover {
  color: #c4c4c4;
}

.page-secnav__link.is-active {
  color: #fff;
  font-family: Google_Sans_Medium, sans-serif;
}

.page-secnav__link:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 37px;
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-50%);
  pointer-events: none;
}

#ai-builder-cup-overview,
#ai-builder-cup-participants,
#abc-next-steps,
#abc-finale,
#abc-roadmap,
#abc-jersey {
  scroll-margin-top: 5.5rem;
  scroll-margin-bottom: 6rem;
}

@media (min-width: 768px) {
  .page-secnav {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    justify-content: center;
    width: 100%;
    margin-top: 12px;
    background: transparent;
    border-top: 0;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    padding-bottom: 0;
  }

  body:has(.page-secnav) {
    padding-bottom: 0;
  }

  body.mobile-nav-open .page-secnav {
    visibility: visible;
    pointer-events: auto;
  }

  .page-secnav__track {
    justify-content: center;
    width: max-content;
    min-width: 0;
    min-height: 44px;
    height: 44px;
    padding: 0 28px;
    background: #000;
    border: 0.67px solid #303030;
    border-radius: 85px;
    backdrop-filter: blur(98px);
    -webkit-backdrop-filter: blur(98px);
  }

  .page-secnav__link {
    flex: 0 0 auto;
    min-height: auto;
    padding: 0 18px;
    color: #8b8b8b;
    font-size: 12px;
  }

  .page-secnav__link:hover {
    color: #c4c4c4;
  }

  .page-secnav__link.is-active {
    color: #c4c4c4;
    font-family: Google_Sans_Bold, sans-serif;
  }

  .page-secnav__link:not(:last-child)::after {
    height: 12px;
    background: #8b8b8b;
    opacity: 0.7;
  }

  #ai-builder-cup-overview,
  #ai-builder-cup-participants,
  #abc-next-steps,
  #abc-finale,
  #abc-roadmap,
  #abc-jersey {
    scroll-margin-top: 11rem;
    scroll-margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .page-secnav {
    justify-content: center;
    width: 100%;
    margin-top: 8px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    overflow: visible;
  }

  #ai-builder-cup-overview,
  #ai-builder-cup-participants,
  #abc-next-steps,
  #abc-finale,
  #abc-roadmap,
  #abc-jersey {
    scroll-margin-top: 9.75rem;
  }
}

.page-nav-wrap {
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

[data-lang-menu] {
  z-index: 9999;
}

.relative:has(> [data-lang-menu]) {
  z-index: 9999;
}

.page-nav-stack > .page-nav-wrap {
  position: relative;
  z-index: 2;
}

.page-primarynav {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.page-primarynav::-webkit-scrollbar {
  display: none;
}

.page-primarynav__track {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-shrink: 0;
  width: max-content;
  min-width: 100%;
  min-height: 46px;
  padding: 0 8px;
}

.page-primarynav__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 46px;
  padding: 0 14px;
  color: #7a7a7a;
  font-family: Google_Sans, sans-serif;
  font-size: 12.5px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  white-space: nowrap;
  transition: color 180ms ease;
}

.page-primarynav__link:hover,
.page-primarynav__link:focus-visible {
  color: #e8e8e8;
}

.page-primarynav__link.is-active {
  color: #fff;
  font-family: Google_Sans_Medium, sans-serif;
}

.page-primarynav__link.is-active::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 0;
  height: 2px;
  background: #fff;
  border-radius: 2px 2px 0 0;
}

.page-nav-mobile__cta {
  flex-shrink: 0;
  height: 36px;
  padding: 0 14px;
  font-size: 13px;
  letter-spacing: -0.02em;
  white-space: nowrap;
  gap: 4px;
}

@media (max-width: 991.98px) {
  .page-nav-wrap > nav:not(.page-primarynav):not(.page-secnav) {
    padding-bottom: 0.4rem;
  }

  .page-nav-mobile {
    gap: 12px;
    padding: 12px 16px;
  }

  .page-nav-mobile > .flex.items-center {
    gap: 12px;
  }
}

@media (max-width: 479.98px) {
  .page-nav-mobile {
    padding: 10px 12px;
    gap: 4px;
  }

  .page-nav-mobile__cta {
    height: 32px;
    padding: 0 10px;
    font-size: 12px;
    gap: 4px;
  }

  .page-nav-mobile__cta-rest {
    display: none;
  }
}

#ai-builder-cup-overview,
#ai-builder-cup-participants,
#abc-next-steps,
#abc-finale,
#abc-roadmap,
#abc-jersey,
#ai-builder-cup-faq,
#rewards,
#rewards-finale,
#themes,
#themes-what-youll-build,
#themes-what-youll-submit,
#themes-judging {
  scroll-margin-top: 8.25rem;
}

@media (min-width: 768px) {
  .page-primarynav {
    justify-content: center;
  }

  .page-primarynav__track {
    justify-content: center;
    min-height: 48px;
    padding: 0 16px;
  }

  .page-primarynav__link {
    min-height: 48px;
    padding: 0 18px;
    font-size: 13px;
  }

  .page-primarynav__link.is-active::after {
    left: 18px;
    right: 18px;
  }

  #ai-builder-cup-overview,
  #ai-builder-cup-participants,
  #abc-next-steps,
  #abc-finale,
  #abc-roadmap,
  #abc-jersey {
    scroll-margin-top: 14rem;
  }

  #ai-builder-cup-faq,
  #rewards,
  #rewards-finale,
  #themes,
  #themes-what-youll-build,
  #themes-what-youll-submit,
  #themes-judging {
    scroll-margin-top: 10rem;
  }
}

@media (min-width: 992px) {
  .page-nav-wrap {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .page-primarynav {
    display: none;
  }

  #ai-builder-cup-overview,
  #ai-builder-cup-participants,
  #abc-next-steps,
  #abc-finale,
  #abc-roadmap,
  #abc-jersey {
    scroll-margin-top: 9.75rem;
  }

  #ai-builder-cup-faq,
  #rewards,
  #rewards-finale,
  #themes,
  #themes-what-youll-build,
  #themes-what-youll-submit,
  #themes-judging {
    scroll-margin-top: 7.5rem;
  }
}

@media (min-width: 992px) and (max-width: 1279.98px) {
  .page-nav-desktop {
    gap: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .page-nav-desktop .nav-links {
    gap: 14px;
    font-size: 13px;
  }

  .page-nav-desktop .btn-register {
    height: 40px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 15px;
  }
}

.hero-stage__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(100%, 458px);
  margin-top: var(--hero-btn-gap, 2.5rem);
}

@media (min-width: 1280px) {
  .hero-stage__actions {
    width: min(100%, 520px);
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    /* Phone only. Change the vh number — it scales on every mobile height. */
    --hero-nav-gap: 9vh; /* nav → title */
    --hero-img-gap: 9vh; /* title → image */
    --hero-btn-gap: 9vh; /* image → button */
    --hero-img-size: 33vh;
    min-height: 0;
    padding-top: var(--hero-nav-gap);
    padding-bottom: 1.5rem;
  }

  .hero-section__inner,
  .hero-section__main,
  .hero-stage,
  .hero-stage__art {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    min-height: 0;
  }

  .hero-stage {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .hero-stage__art {
    height: var(--hero-img-size);
    max-height: var(--hero-img-size);
    margin-top: var(--hero-img-gap);
  }

  .hero-stage__actions {
    width: 100%;
    margin-top: var(--hero-btn-gap);
  }

  .hero-stage__actions .btn-register-glow,
  .hero-stage__actions .btn-register {
    width: 100%;
    max-width: none;
  }

  .hero-section .hero-after {
    margin-top: 2rem;
    padding-top: 0;
  }
}

.btn-register {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #1e1e1e;
  border-radius: 9999px;
  font-family: Google_Sans_Medium, sans-serif;
}

.btn-register-glow {
  position: relative;
}

.btn-register-glow::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 9999px;
  background: conic-gradient(
    from 90deg,
    #f9b207 0%,
    #f3831b 25%,
    #ec532f 50%,
    #35a65f 75%,
    #408edf 100%
  );
  filter: blur(19px);
  opacity: 0.9;
  z-index: 0;
}

.btn-register-glow > * {
  position: relative;
  z-index: 1;
}

.btn-signin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.26);
  border-radius: 9999px;
  font-family: Google_Sans_Medium, sans-serif;
}

.overview-title {
  width: fit-content;
  padding-top: 0.18em;
  line-height: 1.1;
  overflow: visible;
  background-image:
    url("https://hacktoskill.com/opsteam/AiBuilderCup/gradient-texture.webp"),
    linear-gradient(90deg, #fff 0%, #fff 100%);
  background-repeat: no-repeat, repeat;
  background-position:
    center,
    top left;
  background-size: cover, auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.prize-chip {
  background-image:
    linear-gradient(35deg, #4285f4 62%, #08ac60 90%),
    url("https://hacktoskill.com/opsteam/AiBuilderCup/gradient-texture.webp");
  background-size: cover, cover;
  background-position: center, center;
  background-blend-mode: overlay;
}

@property --build-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

.build-glow {
  inset: -6px;
  background-image:
    conic-gradient(
      from var(--build-angle),
      #f9b207 0deg,
      #f3831b 55deg,
      #ec532f 110deg,
      #a855f7 165deg,
      #408edf 220deg,
      #35a65f 285deg,
      #f9b207 360deg
    ),
    url("https://hacktoskill.com/opsteam/AiBuilderCup/gradient-texture.webp");
  background-size: cover, cover;
  background-blend-mode: overlay;
  filter: blur(49px);
  opacity: 0.85;
  animation: build-glow-spin 2s linear infinite;
}

@keyframes build-glow-spin {
  to {
    --build-angle: 360deg;
  }
}

@media (prefers-reduced-motion: reduce) {
  .build-glow {
    animation: none;
  }
}

.build-card {
  background: #000;
}

.build-photo {
  --build-zoom: 1.65;
  --build-x: 0%;
  --build-y: 10%;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  transform: translate(var(--build-x), var(--build-y)) scale(var(--build-zoom));
  transform-origin: center center;
}

/* Tablet portrait — stacked tall card (768–1023) */
@media (min-width: 768px) and (max-width: 1023.98px) {
  .build-photo {
    --build-zoom: 1.8;
    --build-x: 2%;
    --build-y: 6%;
  }
}

/* Tablet landscape / iPad 2-col — short card, copy on the left (1024–1279) */
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .build-photo {
    --build-zoom: 2.15;
    --build-x: 24%;
    --build-y: -4%;
  }
}

@media (min-width: 1280px) {
  .build-photo {
    --build-zoom: 3;
    --build-x: 35%;
    --build-y: -30%;
  }
}

.timeline-track {
  position: absolute;
  left: 22px;
  top: 22px;
  bottom: 22px;
  z-index: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.18);
  transform: translateX(-50%);
  pointer-events: none;
  overflow: hidden;
  border-radius: 999px;
}

.timeline-track__glow {
  position: absolute;
  left: 50%;
  top: 0;
  width: 8px;
  height: 0;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(180deg, #3b82f6 0%, #a855f7 50%, #f59e0b 100%);
  box-shadow: 0 0 12px 3px rgba(96, 165, 250, 0.55);
}

.timeline-dot {
  position: relative;
  z-index: 1;
  width: 59px;
  height: 59px;
  flex-shrink: 0;
}

.timeline-dot img:nth-child(1),
.timeline-dot img:nth-child(2) {
  opacity: 0.28;
  filter: saturate(0.45);
  transition:
    opacity 320ms ease,
    filter 320ms ease,
    transform 320ms ease;
}

.timeline-dot.is-lit img:nth-child(1),
.timeline-dot.is-lit img:nth-child(2) {
  opacity: 0.75;
  filter: saturate(1);
}

.timeline-dot.is-glowing img:nth-child(1),
.timeline-dot.is-glowing img:nth-child(2) {
  opacity: 1;
  filter: saturate(1.55) brightness(1.55);
}

.timeline-dot.is-glowing::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 999px;
  background: radial-gradient(
    circle,
    rgba(120, 190, 255, 0.42) 0%,
    transparent 68%
  );
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .timeline-track__glow,
  .timeline-dot img:nth-child(1),
  .timeline-dot img:nth-child(2) {
    transition: none;
  }
}

.timeline-dot img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.timeline-dot img:nth-child(2) {
  inset: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
}

.timeline-dot img:nth-child(3) {
  inset: 13px;
  width: calc(100% - 26px);
  height: calc(100% - 26px);
}

.timeline-dot img:nth-child(4) {
  inset: 18px;
  width: calc(100% - 36px);
  height: calc(100% - 36px);
}

.google-translate-el {
  position: absolute;
  left: -9999px;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.goog-te-banner-frame,
.goog-te-balloon-frame,
.goog-tooltip,
iframe.goog-te-banner-frame,
.skiptranslate > iframe {
  display: none !important;
  visibility: hidden !important;
}

body {
  top: 0 !important;
}

body > .skiptranslate {
  display: none !important;
}

.goog-text-highlight {
  background: transparent !important;
  box-shadow: none !important;
}

font > font {
  background-color: transparent !important;
  box-shadow: none !important;
}

.faq-bubbles-desktop {
  right: -12%;
  width: 240px;
  height: 240px;
}

@media (min-width: 1024px) and (max-width: 1114.98px) {
  .faq-bubbles-desktop {
    width: 160px;
    height: 160px;
  }
}

@media (min-width: 1280px) {
  .faq-bubbles-desktop {
    right: -4%;
    width: 320px;
    height: 320px;
  }
}

@media (min-width: 1510px) {
  .faq-bubbles-desktop {
    width: 536px;
    height: 536px;
  }
}

.faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 300ms ease-in-out;
  padding-bottom: 0;
}

.faq-answer.is-open {
  max-height: 600px;
  opacity: 1;
  padding-bottom: 1.25rem;
}

.faq-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.faq-icon.is-open {
  transform: rotate(180deg);
}

.icon-css-menu {
  display: block;
  width: 20px;
  height: 16px;
  flex-shrink: 0;
  color: #fff;
  background:
    linear-gradient(currentColor, currentColor) top / 100% 1.4px no-repeat,
    linear-gradient(currentColor, currentColor) center / 100% 1.4px no-repeat,
    linear-gradient(currentColor, currentColor) bottom / 100% 1.4px no-repeat;
}

.icon-css-chevron {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #404040;
  flex-shrink: 0;
}

.icon-css-chevron::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 46%;
  width: 34%;
  height: 34%;
  border-right: 1.4px solid #fff;
  border-bottom: 1.4px solid #fff;
  transform: translate(-50%, -55%) rotate(45deg);
  box-sizing: border-box;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.icon-svg {
  display: block;
  flex-shrink: 0;
}

.copied-tooltip {
  opacity: 0;
  transform: translateY(0.5rem);
  transition: all 300ms;
  pointer-events: none;
}

.copied-tooltip.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero-lockup--footer {
  width: 217px;
  aspect-ratio: 216.6 / 87.9;
  margin-inline: auto;
}

.typewriter-lockup {
  margin: 0 auto 8px;
  text-align: center;
}

@media (min-width: 1024px) {
  .typewriter-lockup {
    margin-bottom: 12px;
  }
}

.typewriter-title,
.typewriter-line {
  margin: 0 auto;
  font-family: Google_Sans_Medium, sans-serif;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.typewriter-title {
  color: #8a8a8a;
  white-space: nowrap;
}

.typewriter-line {
  min-height: 2.4em;
  max-width: 100%;
  color: #e8e8e8;
  white-space: normal;
}

@media (min-width: 1024px) {
  .typewriter-title,
  .typewriter-line {
    font-size: 44px;
  }
}

.typewriter-title__cursor {
  display: inline-block;
  width: 2px;
  height: 0.82em;
  margin-left: 4px;
  background: #e8e8e8;
  vertical-align: -0.06em;
  animation: typewriter-blink 1s steps(1) infinite;
}

@keyframes typewriter-blink {
  0%,
  49% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .typewriter-title__cursor {
    animation: none;
    opacity: 1;
  }
}

.audience-grid {
  position: relative;
  overflow: visible;
}

.audience-carousel {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 88px 16px 20px;
  margin-inline: -20px;
  scroll-padding-inline: 16px;
  scrollbar-width: none;
}

.audience-carousel::-webkit-scrollbar {
  display: none;
}

.audience-carousel__card {
  flex: 0 0 min(300px, calc(100vw - 40px));
  height: 376px;
  scroll-snap-align: start;
}

.audience-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 356px;
  padding: 48px 24px 28px;
  border-radius: 18px;
  background: #1e1e1e;
}

.audience-card--people,
.audience-card--people-mobile {
  overflow: visible;
}

.audience-card__people {
  --people-edge: 28px;
  position: absolute;
  left: var(--people-edge);
  right: auto;
  top: 0;
  z-index: 3;
  width: 96px;
  height: 80px;
  object-fit: contain;
  pointer-events: none;
  transform: translateY(-100%);
}

.audience-card__people--desktop {
  display: none;
}

.audience-card__pixels {
  position: absolute;
  left: 8px;
  top: 12px;
  width: 204px;
  height: 125px;
  max-width: none;
  object-fit: contain;
  pointer-events: none;
}

.audience-card__glow {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  object-fit: cover;
  pointer-events: none;
}

.audience-card__title {
  position: relative;
  z-index: 1;
  max-width: 220px;
  min-height: 2.2em;
  margin: 0;
  font-family: Google_Sans_Medium, sans-serif;
  font-size: 28px;
  line-height: 0.79;
  letter-spacing: -0.02em;
  color: #fff;
}

.audience-card__body {
  position: relative;
  z-index: 1;
  max-width: 260px;
  margin: 116px 0 0;
  padding-top: 0;
  font-family: Google_Sans, sans-serif;
  font-size: 16px;
  line-height: 1.42;
  color: #cdcdcd;
}

.audience-cta {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: min(300px, 100%);
  height: 356px;
  margin: 24px auto 0;
  padding: 52px 24px 24px;
  border-radius: 18px;
  background: #fff;
}

.audience-cta__copy {
  position: relative;
  z-index: 1;
  max-width: 227px;
  margin: 0;
  font-family: Google_Sans_Medium, sans-serif;
  font-size: 23px;
  line-height: 1.07;
  letter-spacing: -0.02em;
  color: #000;
  text-align: left;
}

.audience-cta__btn {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 56px;
  margin: auto auto 0;
  border-radius: 9999px;
  background: #1e1e1e;
  font-family: Google_Sans_Medium, sans-serif;
  font-size: 20px;
  letter-spacing: -0.03em;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 767px) {
  .audience-cta {
    width: min(300px, 88%);
    height: 250px;
  }

  .audience-cta__copy {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    text-align: left;
  }
}

.carousel-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  margin-top: 4px;
}

.carousel-dots button {
  width: 12px;
  height: 12px;
  border-radius: 9999px;
  background: transparent;
  border: 1px solid #383838;
}

.carousel-dots button.is-active {
  background: #6e6e6e;
  border-color: #6e6e6e;
}

@media (max-width: 1023px) {
  .timeline-dot {
    width: 44px;
    height: 44px;
  }
}

@media (min-width: 1024px) {
  .timeline-track {
    left: 29.5px;
    top: 29.5px;
    bottom: 29.5px;
  }
}

.abc-timeline-wrap {
  margin-top: 56px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.abc-timeline-wrap::-webkit-scrollbar {
  display: none;
}

.abc-timeline-dots {
  margin-top: 20px;
}

.abc-timeline {
  position: relative;
  width: 100%;
  min-width: 1100px;
}

.abc-timeline__line {
  position: absolute;
  left: 29.5px;
  width: calc(100% * 5 / 6);
  top: 29.5px;
  z-index: 0;
  height: 1px;
  background-image: repeating-linear-gradient(
    90deg,
    #bdbdbd 0,
    #bdbdbd 4.56px,
    transparent 4.56px,
    transparent 9.12px
  );
  pointer-events: none;
}

.abc-timeline__list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.abc-timeline__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.abc-timeline-dot {
  position: relative;
  z-index: 1;
  width: 59px;
  height: 59px;
  flex-shrink: 0;
  overflow: hidden;
}

.abc-timeline-dot img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
}

.abc-timeline-dot img:nth-child(2) {
  inset: 6.4px;
  width: calc(100% - 12.8px);
  height: calc(100% - 12.8px);
}

.abc-timeline-dot img:nth-child(3) {
  inset: 12.8px;
  width: calc(100% - 25.6px);
  height: calc(100% - 25.6px);
}

.abc-timeline-dot img:nth-child(4) {
  inset: 18.5px;
  width: calc(100% - 37px);
  height: calc(100% - 37px);
}

.abc-timeline__copy {
  margin-top: 25px;
  padding-left: 11px;
}

.abc-timeline__title {
  margin: 0;
  color: #fff;
  font-family: Google_Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}

.abc-timeline__date {
  margin: 14px 0 0;
  color: #848484;
  font-family: Google_Sans, sans-serif;
  font-size: 14.582px;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}

.abc-timeline__item:nth-child(1) .abc-timeline__title {
  max-width: 141px;
}

.abc-timeline__item:nth-child(2) .abc-timeline__title {
  max-width: 138px;
}

.abc-timeline__item:nth-child(3) .abc-timeline__title {
  max-width: 176px;
}

.abc-timeline__item:nth-child(4) .abc-timeline__title {
  max-width: 119px;
}

.abc-timeline__item:nth-child(5) .abc-timeline__title,
.abc-timeline__item:nth-child(6) .abc-timeline__title {
  max-width: 141px;
}

@media (min-width: 1280px) {
  .abc-timeline-wrap {
    margin-top: 92px;
    overflow: visible;
  }

  .abc-timeline {
    min-width: 0;
    max-width: 1252px;
    margin-inline: auto;
  }

  .abc-timeline-dots {
    display: none;
  }
}

.abc-finale {
  width: 100%;
  background: #000;
  padding: 72px 20px 64px;
}

.abc-finale__inner {
  width: 100%;
  max-width: 1408px;
  margin: 0 auto;
}

.abc-finale__frame {
  position: relative;
  width: 100%;
  max-width: 371px;
  margin: 0 auto;
}

.abc-finale__glow {
  position: absolute;
  z-index: 0;
  border-radius: 32.797px;
  pointer-events: none;
}

.abc-finale__card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 371 / 456;
  border: 1px solid #7d7d7d;
  border-radius: 32.797px;
  background: #000;
}

.abc-finale__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  pointer-events: none;
}

.abc-finale__photo--desktop {
  display: none;
}

.abc-finale__photo--mobile {
  display: block;
  object-position: bottom center;
}

.abc-finale__pin {
  position: absolute;
  top: -4%;
  right: -8%;
  z-index: 2;
  width: 48%;
  height: 46%;
  max-width: none;
  object-fit: contain;
  object-position: right top;
  pointer-events: none;
}

.abc-finale__copy {
  position: absolute;
  left: 8.36%;
  top: 17.32%;
  z-index: 3;
  width: 53.91%;
  margin: 0;
  color: #fff;
  font-family: Google_Sans, sans-serif;
  font-size: clamp(16px, 5.4vw, 20px);
  font-weight: 400;
  line-height: 1.25;
}

.abc-finale__copy strong {
  font-family: Google_Sans_Bold, sans-serif;
  font-weight: 600;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .abc-finale {
    padding: 48px 32px 80px;
  }

  .abc-finale__frame {
    max-width: none;
  }

  .abc-finale__card {
    container-type: inline-size;
    aspect-ratio: 2.2 / 1;
    border-radius: 28px;
  }

  .abc-finale__photo--desktop {
    display: block;
    object-position: 86% bottom;
  }

  .abc-finale__photo--mobile {
    display: none;
  }

  .abc-finale__pin {
    top: 10%;
    right: auto;
    left: -4%;
    width: 28%;
    height: 128%;
    object-position: left center;
  }

  .abc-finale__copy {
    left: 24%;
    top: 40%;
    width: min(46%, 380px);
    transform: translateY(-50%);
    font-size: clamp(15px, 2.15cqi, 20px);
    line-height: 1.28;
  }
}

@media (min-width: 1024px) {
  .abc-finale {
    padding: 40px 64px 96px;
  }

  .abc-finale__inner {
    max-width: 1408px;
  }

  .abc-finale__frame {
    max-width: none;
  }

  .abc-finale__card {
    container-type: inline-size;
    overflow: hidden;
    aspect-ratio: 1408 / 381;
    border-radius: 32.797px;
  }

  .abc-finale__photo--desktop {
    display: block;
    object-position: right bottom;
  }

  .abc-finale__photo--mobile {
    display: none;
  }

  .abc-finale__pin {
    top: -16.27%;
    right: auto;
    left: -7.03%;
    width: 28.25%;
    height: 132.87%;
  }

  .abc-finale__copy {
    left: 24.5%;
    top: 32.81%;
    width: 38.57%;
    font-size: 2.512cqi;
  }
}

@media (min-width: 1280px) {
  .abc-finale {
    padding: 48px 64px 112px;
  }
}

@media (max-width: 767.98px) {
  .abc-finale__glow {
    display: none;
  }
}

.abc-roadmap__art {
  display: block;
  position: absolute;
  left: -6%;
  top: 160px;
  z-index: 0;
  width: min(78vw, 320px);
  height: auto;
  max-width: 320px;
  object-fit: contain;
  object-position: left center;
  opacity: 1;
  pointer-events: none;
  user-select: none;
}

.abc-roadmap__grid {
  display: grid;
  gap: 8px;
}

.abc-roadmap__lockup {
  position: relative;
  z-index: 2;
}

.abc-roadmap__title {
  margin: 0;
  color: #fff;
  font-family: Google_Sans_Medium, sans-serif;
  font-size: 43.471px;
  font-weight: 500;
  line-height: 0.7289;
  letter-spacing: -0.9346px;
}

.abc-roadmap__title-line,
.abc-roadmap__title-accent {
  display: block;
  white-space: nowrap;
}

.abc-roadmap__title-line {
  line-height: 0.729;
}

.abc-roadmap__title-accent {
  display: inline-block;
  width: fit-content;
  margin-top: 0;
  margin-left: 64px;
  padding: 0.14em 0.06em 0.16em;
  line-height: 0.729;
  overflow: visible;
  background-image:
    url("https://hacktoskill.com/opsteam/AiBuilderCup/roadmap-to-singapore.webp"),
    linear-gradient(90deg, #fff 0%, #fff 100%);
  background-position:
    center,
    top left;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}

.abc-roadmap__pin {
  position: relative;
  z-index: 2;
  width: 211px;
  height: 119px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: 8px;
  overflow: hidden;
}

.abc-roadmap__pin img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.abc-roadmap__steps {
  position: relative;
  z-index: 1;
  padding: 4px 0;
}

.abc-roadmap__list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.abc-roadmap__track {
  position: absolute;
  left: 2px;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 26px;
  border-radius: 48px;
  background: linear-gradient(
    180deg,
    rgba(115, 115, 115, 0.38) 0%,
    rgba(0, 0, 0, 0) 50.481%,
    rgba(115, 115, 115, 0.38) 100%
  );
  pointer-events: none;
}

.abc-roadmap__item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.abc-roadmap-dot {
  width: 16px;
  height: 16px;
  margin-top: 4px;
  margin-left: 5px;
  flex-shrink: 0;
  overflow: hidden;
}

.abc-roadmap-dot img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.abc-roadmap__copy {
  min-width: 0;
}

.abc-roadmap__item-title {
  margin: 0;
  color: #fff;
  font-family: Google_Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.abc-roadmap__item-desc {
  margin: 4px 0 0;
  max-width: 302px;
  color: #848484;
  font-family: Google_Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
}

.abc-roadmap__disclaimer {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 720px;
  margin-top: 40px;
}

.abc-roadmap__disclaimer-title {
  margin: 0 0 8px;
  color: #fff;
  font-family: Google_Sans_Medium, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.abc-roadmap__disclaimer-text {
  margin: 0;
  color: #848484;
  font-family: Google_Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.abc-roadmap__disclaimer-link {
  display: inline-block;
  margin-top: 12px;
  color: #c4c4c4;
  font-family: Google_Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.abc-roadmap__disclaimer-link:hover {
  color: #fff;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .abc-roadmap__title {
    font-size: 43.471px;
  }

  .abc-roadmap__title-accent {
    margin-left: 64px;
  }

  .abc-roadmap__art {
    left: -4%;
    top: 170px;
    width: min(58vw, 300px);
    max-width: 300px;
  }

  .abc-roadmap__pin {
    width: 211px;
    height: 119px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: 24px;
  }

  .abc-roadmap__disclaimer {
    max-width: 640px;
    margin-top: 48px;
  }

  .abc-roadmap__disclaimer-title {
    font-size: 16px;
  }

  .abc-roadmap__disclaimer-text,
  .abc-roadmap__disclaimer-link {
    font-size: 13px;
  }
}

@media (min-width: 1024px) {
  .abc-roadmap__art {
    display: block;
    left: 0;
    top: 50%;
    width: min(38%, 280px);
    max-width: none;
    opacity: 1;
    -webkit-mask-image: none;
    mask-image: none;
    transform: translateY(-50%);
  }

  .abc-roadmap__grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: start;
    gap: 32px;
    padding-top: 8px;
    padding-left: 72px;
  }

  .abc-roadmap__title {
    font-size: 40px;
    letter-spacing: -0.0215em;
  }

  .abc-roadmap__title-accent {
    margin-left: 48px;
    margin-top: 0.32em;
    line-height: 1.1;
  }

  .abc-roadmap__pin {
    width: 200px;
    height: 112px;
    margin-top: 20px;
    margin-left: 18%;
    margin-right: 0;
  }

  .abc-roadmap__track {
    left: 0;
    width: 36px;
  }

  .abc-roadmap__list {
    gap: 40px;
  }

  .abc-roadmap-dot {
    width: 22px;
    height: 22px;
    margin-left: 7px;
  }

  .abc-roadmap__item-title {
    font-size: 24px;
  }

  .abc-roadmap__item-desc {
    margin-top: 8px;
    max-width: 531px;
    font-size: 14.582px;
  }

  .abc-roadmap__disclaimer {
    max-width: none;
    width: auto;
    margin-top: 56px;
    margin-left: 48px;
    margin-right: 48px;
    padding-left: 0;
  }

  .abc-roadmap__disclaimer-title {
    font-size: 16px;
  }

  .abc-roadmap__disclaimer-text,
  .abc-roadmap__disclaimer-link {
    font-size: 14px;
  }
}

@media (min-width: 1280px) {
  .abc-roadmap__art {
    width: min(72%, 693px);
  }

  .abc-roadmap__grid {
    padding-left: 128px;
  }

  .abc-roadmap__title {
    font-size: 60px;
  }

  .abc-roadmap__title-accent {
    margin-left: 116px;
  }

  .abc-roadmap__pin {
    width: 300px;
    height: 214px;
    margin-top: 38px;
    margin-left: 40%;
  }

  .abc-roadmap__disclaimer {
    max-width: none;
    margin-top: 64px;
    margin-left: 64px;
    margin-right: 64px;
  }
}

@media (min-width: 1024px) {
  .audience-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 300px));
    justify-content: center;
    align-items: stretch;
    gap: 16px;
    padding-top: 110px;
    overflow: visible;
  }

  .audience-carousel {
    display: contents;
    margin-inline: 0;
    padding: 0;
    overflow: visible;
  }

  .audience-carousel__card {
    flex: none;
  }

  [data-carousel-dots] {
    display: none;
  }

  .audience-card {
    height: 356px;
    padding: 55px 29px 28px;
  }

  .audience-card__pixels {
    left: 12px;
    top: 15px;
    width: 240px;
    height: 147px;
  }

  .audience-card__glow {
    height: 208px;
  }

  .audience-card__title {
    font-size: 27.5px;
  }

  .audience-card__body {
    font-size: 14px;
  }

  .audience-cta {
    width: 100%;
    max-width: 300px;
    height: 356px;
    margin: 0;
    padding: 52px 24px 28px;
  }

  .audience-card__people {
    width: 124px;
    height: 102px;
  }

  .audience-cta__copy {
    font-size: 27px;
  }
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
  .audience-card {
    height: 320px;
    padding: 40px 20px 28px;
  }

  .audience-card__title {
    max-width: 180px;
    min-height: 2.1em;
    font-size: 22px;
    line-height: 1.05;
  }

  .audience-card__body {
    max-width: 100%;
    margin-top: 118px;
    font-size: 13px;
    line-height: 1.32;
  }
}

@media (min-width: 1280px) {
  .audience-grid {
    grid-template-columns: repeat(3, minmax(0, 300px));
    justify-content: center;
    gap: 18px;
  }

  .audience-cta {
    max-width: 300px;
  }

  .audience-card--people-mobile {
    overflow: hidden;
  }

  .audience-card__people {
    left: auto;
    right: var(--people-edge);
  }

  .audience-card__people--mobile {
    display: none;
  }

  .audience-card__people--desktop {
    display: block;
  }
}

.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 60;
  visibility: hidden;
  pointer-events: none;
}

.mobile-nav.is-open {
  visibility: visible;
  pointer-events: auto;
}

.mobile-nav__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
  opacity: 0;
  transition: opacity 320ms ease;
}

.mobile-nav.is-open .mobile-nav__backdrop {
  opacity: 1;
}

.mobile-nav__panel {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: min(86vw, 340px);
  height: 100%;
  background: #141414;
  box-shadow: -12px 0 40px rgba(0, 0, 0, 0.4);
  transform: translate3d(100%, 0, 0);
  transition: transform 380ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.mobile-nav.is-open .mobile-nav__panel {
  transform: translate3d(0, 0, 0);
}

.mobile-nav__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  border-bottom: 1px solid #2a2a2a;
}

.mobile-nav__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 9999px;
  color: #fff;
}

.mobile-nav__close:hover {
  background: #222;
}

.mobile-nav__links {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.5rem 1.25rem 1rem;
  flex: 1;
  overflow-y: auto;
}

.mobile-nav__link {
  position: relative;
  padding: 0.85rem 0.25rem;
  font-size: 1.05rem;
  line-height: 1.3;
  color: #9a9a9a;
  opacity: 0;
  transform: translateX(28px);
  transition:
    opacity 320ms ease,
    transform 380ms cubic-bezier(0.22, 1, 0.36, 1),
    color 180ms ease;
}

.mobile-nav__link.is-active {
  color: #fff;
}

.mobile-nav.is-open .mobile-nav__link {
  opacity: 1;
  transform: translateX(0);
}

.mobile-nav.is-open .mobile-nav__link:nth-child(1) {
  transition-delay: 80ms;
}

.mobile-nav.is-open .mobile-nav__link:nth-child(2) {
  transition-delay: 120ms;
}

.mobile-nav.is-open .mobile-nav__link:nth-child(3) {
  transition-delay: 160ms;
}

.mobile-nav.is-open .mobile-nav__link:nth-child(4) {
  transition-delay: 200ms;
}

.mobile-nav.is-open .mobile-nav__link:nth-child(5) {
  transition-delay: 240ms;
}

.mobile-nav__footer {
  padding: 1rem 1.25rem 1.75rem;
  border-top: 1px solid #2a2a2a;
  opacity: 0;
  transform: translateX(20px);
  transition:
    opacity 320ms ease,
    transform 380ms cubic-bezier(0.22, 1, 0.36, 1);
}

.mobile-nav.is-open .mobile-nav__footer {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 280ms;
}

body.mobile-nav-open {
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .mobile-nav__backdrop,
  .mobile-nav__panel,
  .mobile-nav__link,
  .mobile-nav__footer {
    transition-duration: 1ms !important;
    transition-delay: 0ms !important;
  }
}

@media (max-width: 1023.98px) {
  .hero-section {
    min-height: 0 !important;
    padding-top: var(--hero-nav-gap, 24px);
  }

  .hero-section__inner,
  .hero-section__main,
  .hero-stage,
  .hero-stage__art {
    flex: 0 0 auto !important;
    min-height: 0 !important;
  }

  .hero-stage {
    justify-content: flex-start !important;
  }

  .hero-stage__art {
    height: var(--hero-img-size, 180px) !important;
    max-height: var(--hero-img-size, 180px) !important;
    margin-top: var(--hero-img-gap, 16px) !important;
  }

  .hero-stage__actions {
    margin-top: var(--hero-btn-gap, 20px) !important;
  }

  .hero-section .hero-after {
    margin-top: 2rem !important;
  }
}

.faq-page {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #000;
  padding: 35px 0 64px;
}

.faq-page__inner {
  padding-left: 16px;
  padding-right: 16px;
}

.faq-page__header {
  position: relative;
  height: 115px;
}

.faq-page__title {
  position: absolute;
  left: 17px;
  bottom: 14px;
  margin: 0;
  color: #fff;
  font-size: 40px;
  letter-spacing: -1.2px;
  line-height: 0.7384;
  text-align: left;
}

.faq-page__art-mobile {
  position: absolute;
  top: 0;
  left: 222px;
  right: auto;
  width: 115px;
  height: 115px;
  max-width: none;
  object-fit: contain;
}

.faq-page__art {
  top: 36px;
  right: -8%;
  width: 280px;
  height: 280px;
}

.faq-chips {
  display: flex;
  flex-wrap: wrap;
  column-gap: 9px;
  row-gap: 10px;
  max-width: 364px;
  margin: 29px 0 36px;
}

.faq-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 37.35px;
  padding: 0 26px;
  border: 0.728px solid #000;
  border-radius: 99.76px;
  background: rgba(255, 255, 255, 0.18);
  color: #adadad;
  font-family: Google_Sans_Medium, sans-serif;
  font-size: 13.52px;
  letter-spacing: -0.4056px;
  white-space: nowrap;
  transition:
    background 180ms ease,
    color 180ms ease;
}

.faq-chip:hover {
  color: #fff;
}

.faq-chip.is-active,
.faq-chip.is-active:hover {
  background: #fff;
  color: #1e1e1e;
}

@media (max-width: 767.98px) {
  .faq-chip[data-faq-category="building"] {
    order: 1;
  }

  .faq-chip[data-faq-category="finale"] {
    order: 2;
  }

  .faq-chip[data-faq-category="judging"] {
    order: 3;
  }

  .faq-chip[data-faq-category="logistics"] {
    order: 4;
  }

  .faq-chip[data-faq-category="team"] {
    order: 5;
  }
}

.faq-page__list {
  width: 100%;
  max-width: 923px;
}

.faq-page__item {
  border-bottom: 1px solid #2a2a2a;
}

.faq-page__item [data-faq-toggle] {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 17px;
  padding-right: 6px;
  gap: 12px;
}

.faq-page__chevron {
  display: flex;
  width: 21.41px;
  height: 21.41px;
  flex-shrink: 0;
}

.faq-page__chevron .icon-css-chevron {
  width: 100%;
  height: 100%;
}

.faq-page__item:has(.faq-answer.is-open) [data-faq-toggle] {
  padding-bottom: 13px;
}

.faq-page__item .faq-answer.is-open {
  padding-bottom: 20px;
}

.faq-page__answer {
  padding: 27px 22px 28px 17px;
}

@media (max-width: 991.98px) {
  .faq-topnav {
    padding: 9px 14px 8px !important;
  }

  .faq-topnav__bar {
    width: 100%;
    max-width: 100%;
    min-height: 60px;
    height: auto;
    margin-inline: auto;
    padding: 10px 16px 10px 20px;
    overflow: visible;
  }

  .faq-topnav__brands {
    gap: 16px;
    min-width: 0;
  }

  .faq-topnav__h2s {
    height: 15.17px;
    width: 40.31px;
  }

  .faq-topnav__gcloud {
    height: 18.5px;
    width: 113.86px;
    flex-shrink: 0;
  }

  .faq-topnav__actions {
    gap: 12px;
    flex-shrink: 0;
    margin-left: auto;
  }

  .faq-topnav__lang {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .faq-topnav__lang .icon-svg {
    width: 28px;
    height: 28px;
  }

  .page-nav-mobile__cta {
    height: 36px;
    padding: 0 14px;
    font-size: 13px;
    letter-spacing: -0.02em;
    white-space: nowrap;
  }

  .faq-footer {
    padding: 47px 26px 26px;
  }

  .faq-footer h4 {
    margin-bottom: 17px;
    font-size: 14.109px;
  }

  .faq-footer [data-copy-email] {
    height: 49px;
    padding-left: 27px;
    padding-right: 18px;
  }
}

@media (min-width: 768px) {
  .faq-page {
    padding: 3.5rem 0 6rem;
  }

  .faq-page__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .faq-page__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: auto;
    min-height: 0;
  }

  .faq-page__title {
    position: static;
    left: auto;
    bottom: auto;
    margin: 0;
    font-size: 32px;
    letter-spacing: 0.01em;
    line-height: normal;
  }

  .faq-page__art-mobile {
    position: static;
    top: auto;
    left: auto;
    right: auto;
  }

  .faq-page__chevron {
    width: 23px;
    height: 23px;
  }

  .faq-chips {
    column-gap: 15px;
    row-gap: 14px;
    max-width: 923px;
    margin: 2.25rem 0 3.5rem;
  }

  .faq-chip {
    order: 0;
    height: 51px;
    padding: 0 32px;
    border-radius: 137px;
    font-size: 18.564px;
    letter-spacing: -0.5569px;
  }

  .faq-page__item [data-faq-toggle] {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-page__item:has(.faq-answer.is-open) [data-faq-toggle] {
    padding-bottom: 1.5rem;
  }

  .faq-page__item .faq-answer.is-open {
    padding-bottom: 1.25rem;
  }

  .faq-page__answer {
    padding: 1.25rem 1.5rem;
  }
}

@media (min-width: 1024px) {
  .faq-page {
    padding: 3.25rem 0 6.5rem;
  }

  .faq-page__inner {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .faq-page__header {
    display: block;
    margin-bottom: 0;
  }

  .faq-page__title {
    text-align: center;
    font-size: 62px;
    letter-spacing: 0.62px;
  }

  .faq-page__art {
    top: 48px;
    right: -4%;
    width: 360px;
    height: 360px;
  }
}

@media (min-width: 1280px) {
  .faq-page__art {
    right: 0;
    width: 420px;
    height: 420px;
  }
}

@media (min-width: 1510px) {
  .faq-page__art {
    top: 36px;
    right: -2%;
    width: 536px;
    height: 536px;
  }
}

.abc-jersey {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #000;
  margin-bottom: 50px;
}

.abc-jersey__wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 22px 40px;
}

.abc-jersey__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
}

.abc-jersey__copy {
  position: relative;
  z-index: 1;
  padding: 28px 0 0;
  text-align: center;
}

.abc-jersey__icon {
  position: absolute;
  top: 4px;
  left: auto;
  right: calc(100% - 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  margin: 0;
  overflow: visible;
  pointer-events: none;
  z-index: 0;
}

.abc-jersey__icon img {
  width: 128px;
  height: 128px;
  object-fit: contain;
  transform: rotate(19.79deg);
}

.abc-jersey__title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-family: Google_Sans_Medium, sans-serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.688px;
  line-height: 0.913;
  text-align: center;
}

.abc-jersey__lede {
  margin: 19px 0 0;
  color: #848484;
  font-size: 10.467px;
  line-height: 1.24;
  text-align: center;
}

.abc-jersey__visual {
  position: relative;
  width: 100%;
  max-width: none;
  margin-top: 51px;
}

.abc-jersey__frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0.455px solid #3c3c3c;
  border-radius: 12.307px;
  background: #000;
}

.abc-jersey__frame img,
.abc-jersey__frame video {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center;
}

.abc-jersey__sparkle {
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 90px;
  height: auto;
  aspect-ratio: 1;
  overflow: visible;
  transform: translateX(50%);
  pointer-events: none;
}

.abc-jersey__sparkle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.abc-jersey__details {
  margin-top: 29px;
}

.abc-jersey__body {
  margin: 0;
  max-width: none;
  color: #cdcdcd;
  font-size: 11.486px;
  line-height: 1.35;
}

.abc-jersey__body p {
  margin: 0;
}

.abc-jersey__body p + p {
  margin-top: 1.15em;
}

.abc-jersey__how {
  margin: 9px 0 0;
  color: #fff;
  font-family: Google_Sans, sans-serif;
  font-size: 17.229px;
  font-weight: 400;
  line-height: 1.28;
}

.abc-jersey__steps {
  margin: 13px 0 0;
  padding-left: 17.229px;
  max-width: none;
  color: #cdcdcd;
  font-size: 11.486px;
  line-height: 1.35;
  list-style: disc;
}

.abc-jersey__steps li + li {
  margin-top: 10px;
}

.abc-jersey__steps ::marker {
  color: #cdcdcd;
}

.abc-jersey__cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
  min-height: 49px;
}

.abc-jersey__cta-bar {
  display: none;
}

.abc-jersey__btn {
  width: 100%;
  height: 49px;
  padding: 0 24px;
  font-size: 16.355px;
  letter-spacing: -0.4906px;
}

@media (min-width: 767px) and (max-width: 1023.98px) {
  .abc-jersey {
    padding: 36px 0 0;
  }

  .abc-jersey__wrap {
    padding: 0 32px 48px;
  }

  .abc-jersey__grid {
    grid-template-columns: 1fr;
    grid-template-areas: none;
    gap: 0;
  }

  .abc-jersey__copy,
  .abc-jersey__visual,
  .abc-jersey__details {
    grid-area: auto;
  }

  .abc-jersey__copy {
    padding: 28px 0 0;
    text-align: center;
  }

  .abc-jersey__icon {
    top: 4px;
    left: auto;
    right: calc(100% - 48px);
    width: 140px;
    height: 140px;
  }

  .abc-jersey__icon img {
    width: 128px;
    height: 128px;
  }

  .abc-jersey__title {
    font-size: 36px;
    letter-spacing: -0.77px;
    line-height: 1.05;
    text-align: center;
  }

  .abc-jersey__lede {
    margin-top: 14px;
    color: #848484;
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
  }

  .abc-jersey__visual {
    margin-top: 40px;
    max-width: none;
  }

  .abc-jersey__sparkle {
    width: 120px;
  }

  .abc-jersey__frame {
    border-width: 0.455px;
    border-radius: 12.307px;
  }

  .abc-jersey__details {
    margin-top: 28px;
  }

  .abc-jersey__body,
  .abc-jersey__steps {
    font-size: 13px;
    line-height: 1.4;
  }

  .abc-jersey__how {
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.28;
  }

  .abc-jersey__steps {
    margin-top: 13px;
    padding-left: 20px;
  }

  .abc-jersey__cta {
    justify-content: center;
    margin-top: 36px;
    min-height: 49px;
  }

  .abc-jersey__cta-bar {
    display: none;
  }

  .abc-jersey__btn {
    width: 100%;
    height: 49px;
    padding: 0 24px;
    font-size: 16.355px;
    letter-spacing: -0.4906px;
  }
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
  .abc-jersey {
    padding: 48px 0 0;
  }

  .abc-jersey__wrap {
    padding: 0 48px 56px;
  }

  .abc-jersey__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    grid-template-areas:
      "copy visual"
      "details visual";
    column-gap: 28px;
    row-gap: 24px;
    align-items: start;
  }

  .abc-jersey__copy {
    grid-area: copy;
    padding: 8px 0 0;
    text-align: left;
  }

  .abc-jersey__icon {
    top: -8px;
    left: auto;
    right: calc(100% + 16px);
    width: 168px;
    height: 168px;
  }

  .abc-jersey__sparkle {
    width: 160px;
    right: 0;
    transform: translateX(50%);
  }

  .abc-jersey__icon img {
    width: 132px;
    height: 132px;
  }

  .abc-jersey__title {
    font-size: 46px;
    letter-spacing: -0.99px;
    line-height: 1.15;
    text-align: left;
  }

  .abc-jersey__lede {
    margin-top: 10px;
    color: #afafaf;
    font-size: 16px;
    line-height: 23px;
    text-align: left;
  }

  .abc-jersey__visual {
    grid-area: visual;
    margin-top: 8px;
  }

  .abc-jersey__frame {
    border-width: 1px;
    border-radius: 22px;
  }

  .abc-jersey__details {
    grid-area: details;
    margin-top: 0;
  }

  .abc-jersey__body,
  .abc-jersey__steps {
    font-size: 15px;
    line-height: 1.5;
  }

  .abc-jersey__how {
    margin-top: 16px;
    font-size: 22px;
    line-height: 1.3;
  }

  .abc-jersey__steps {
    margin-top: 14px;
    padding-left: 22px;
  }

  .abc-jersey__cta {
    justify-content: flex-start;
    margin-top: 32px;
  }

  .abc-jersey__cta-bar {
    display: block;
    position: absolute;
    left: -48px;
    right: -40vw;
    top: 50%;
    height: 97px;
    transform: translateY(-50%);
    border-radius: 185px;
    background: linear-gradient(90deg, #1e1e1e 0%, #000 100%);
    pointer-events: none;
  }

  .abc-jersey__btn {
    position: relative;
    z-index: 1;
    width: 274px;
    height: 65px;
    padding: 0;
    font-size: 23.529px;
    letter-spacing: -0.7059px;
  }
}

@media (min-width: 1280px) {
  .abc-jersey {
    padding: 48px 0 0;
  }

  .abc-jersey__wrap {
    padding: 0 32px 0 120px;
  }

  .abc-jersey__grid {
    grid-template-columns: minmax(0, 570px) minmax(0, 770px);
    grid-template-areas:
      "copy visual"
      "details visual";
    column-gap: 15px;
    row-gap: 0;
    align-items: start;
  }

  .abc-jersey__copy {
    grid-area: copy;
    width: 100%;
    max-width: 570px;
    padding: 0;
    text-align: left;
  }

  .abc-jersey__details {
    grid-area: details;
    margin-top: 0;
  }

  .abc-jersey__frame {
    border: 1px solid #3c3c3c;
    border-radius: 27.03px;
  }

  .abc-jersey__icon {
    position: absolute;
    left: -240px;
    right: auto;
    top: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 260px;
    margin: 0;
    overflow: visible;
    transform: none;
    pointer-events: none;
    z-index: 0;
  }

  .abc-jersey__icon img {
    width: 188px;
    height: 188px;
    transform: rotate(19.79deg);
  }

  .abc-jersey__title {
    font-size: 53.865px;
    letter-spacing: -1.1581px;
    line-height: 67px;
    text-align: left;
  }

  .abc-jersey__lede {
    margin-top: 10px;
    color: #afafaf;
    font-size: 18px;
    line-height: 23px;
    text-align: left;
  }

  .abc-jersey__body {
    margin-top: 36px;
    font-size: 16px;
    line-height: 24px;
  }

  .abc-jersey__body p + p {
    margin-top: 24px;
  }

  .abc-jersey__how {
    margin-top: 15px;
    font-size: 24px;
    line-height: 30px;
  }

  .abc-jersey__steps {
    margin-top: 19px;
    padding-left: 24px;
    font-size: 16px;
    line-height: 20px;
  }

  .abc-jersey__steps li + li {
    margin-top: 0;
  }

  .abc-jersey__visual {
    grid-area: visual;
    width: 100%;
    max-width: 770px;
    margin-top: 10px;
  }

  .abc-jersey__sparkle {
    right: 0;
    width: 210px;
    transform: translateX(50%);
  }

  .abc-jersey__cta {
    justify-content: flex-start;
    margin-top: 33px;
    height: 97px;
    min-height: 97px;
    padding: 0;
  }

  .abc-jersey__cta-bar {
    display: block;
    position: absolute;
    left: -12px;
    top: 0;
    width: 1803px;
    height: 97px;
    transform: none;
    border-radius: 184.821px;
    background: linear-gradient(90deg, #1e1e1e 0%, #000 100%);
    pointer-events: none;
  }

  .abc-jersey__btn {
    position: relative;
    z-index: 1;
    width: 274px;
    height: 65px;
    font-size: 23.529px;
    letter-spacing: -0.7059px;
  }
}

@media (min-width: 1680px) {
  .abc-jersey {
    padding: 0;
  }

  .abc-jersey__wrap {
    padding: 0 0 0 242px;
  }

  .abc-jersey__grid {
    grid-template-columns: 570px 770px;
  }

  .abc-jersey__copy {
    width: 570px;
  }

  .abc-jersey__icon {
    left: -400px;
    right: auto;
    top: 10px;
    width: 415.775px;
    height: 415.775px;
  }

  .abc-jersey__sparkle {
    width: 280px;
    right: 0;
    transform: translateX(50%);
  }

  .abc-jersey__icon img {
    width: 324.961px;
    height: 324.961px;
  }

  .abc-jersey__visual {
    width: 770px;
  }
}
