@charset "UTF-8";
/* The lighter teal the design uses for the first title line — one step up from
   $turq, and not part of the shared palette. */
.ste-promo-container {
  /* Transparent at the top so the starfield carries through, settling into the
     teal wash at the bottom. */
  background: linear-gradient(180deg, rgba(27, 27, 27, 0) 0%, rgba(17, 182, 188, 0.3) 100%);
  padding-bottom: 6.4rem;
  padding-left: 2.8rem;
  padding-right: 2.8rem;
}
@media (min-width: 1200px) {
  .ste-promo-container {
    padding-left: 5.8rem;
    padding-right: 5.8rem;
  }
}
@media (min-width: 1400px) {
  .ste-promo-container {
    padding-left: 20.8rem;
    padding-right: 20.8rem;
  }
}
@media (min-width: 1115px) {
  .ste-promo-container {
    padding-bottom: 8.2rem;
  }
}
.ste-promo-container .flying-star-container {
  justify-content: flex-start;
  padding-top: 4rem;
}
@media (min-width: 1115px) {
  .ste-promo-container .flying-star-container {
    justify-content: flex-start;
    padding-top: 6.9rem;
  }
}
.ste-promo-container .ste-promo-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 2.4rem;
  font-size: 4.5rem;
  line-height: 4.9rem;
  font-weight: 400;
}
@media (min-width: 1115px) {
  .ste-promo-container .ste-promo-title {
    align-items: center;
    padding-top: 3.1rem;
    /* 12rem is the design's 120px at 1920. Below that the content box narrows
       faster than the root font does, so cap against the viewport as well —
       the staggered lines need ~11.5x the font size to fit without clipping. */
    font-size: min(12rem, 6.4vw);
    line-height: 1.084;
  }
}
.ste-promo-container .ste-promo-title > span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  /* The design kerns "Europe  2026" with a double space */
  white-space: pre-wrap;
}
.ste-promo-container .ste-promo-title .ste-promo-title-top {
  color: #52c8cc;
}
.ste-promo-container .ste-promo-title .ste-promo-title-main,
.ste-promo-container .ste-promo-title .ste-promo-title-bottom {
  background: linear-gradient(91deg, #64e275 -43.25%, #11b6bc 28.3%, #1776b1 99.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ste-promo-container .ste-promo-title {
  /* Desktop only: the three lines are staggered rather than centred as a
     block. Offsets are in em so the whole composition scales with the title. */
}
@media (min-width: 1115px) {
  .ste-promo-container .ste-promo-title .ste-promo-title-top {
    transform: translateX(-0.529em);
  }
  .ste-promo-container .ste-promo-title .ste-promo-title-main {
    transform: translateX(-0.857em);
  }
  .ste-promo-container .ste-promo-title .ste-promo-title-bottom {
    transform: translateX(2.032em);
  }
}
.ste-promo-container .ste-promo-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.2rem;
  padding-top: 4.8rem;
}
@media (min-width: 1115px) {
  .ste-promo-container .ste-promo-footer {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 4rem;
    padding-top: 9.3rem;
  }
}
.ste-promo-container .ste-promo-description {
  line-height: normal;
  max-width: 64.4rem;
}
.ste-promo-container .ste-promo-cta {
  flex-shrink: 0;
}
@media (min-width: 1115px) {
  .ste-promo-container .ste-promo-cta {
    /* The design draws this button at 12px vertical padding */
    padding-block: 1.2rem;
  }
}
