.BgzGSFCCpXD4puTuHzML {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  font-family: "Degular Display", sans-serif;
}

/* ---------- background ---------- */

.b8fwEHD7sNyjpTCED8mE {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.fNloFaPAu90hcizbobDg {
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 18%, black 70%, transparent 100%),
    linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 18%, black 70%, transparent 100%),
    linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

/* The layer image is a mask; background-color fills the silhouette. */
.EZLNAL32_SveOGQBO5SP {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-position: bottom left;
  mask-position: bottom left;
  -webkit-mask-size: auto 100%;
  mask-size: auto 100%;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  will-change: mask-position;
}

.uKuYtoY_nAsJnNx70nR4 {
  animation-name: uKuYtoY_nAsJnNx70nR4;
}

.ndrSNGytnxQK67HN4Skm {
  animation-name: ndrSNGytnxQK67HN4Skm;
}

@keyframes uKuYtoY_nAsJnNx70nR4 {
  from {
    -webkit-mask-position: 0 100%;
    mask-position: 0 100%;
  }
  to {
    -webkit-mask-position: calc(-1 * var(--tile-w)) 100%;
    mask-position: calc(-1 * var(--tile-w)) 100%;
  }
}

@keyframes ndrSNGytnxQK67HN4Skm {
  from {
    -webkit-mask-position: calc(-1 * var(--tile-w)) 100%;
    mask-position: calc(-1 * var(--tile-w)) 100%;
  }
  to {
    -webkit-mask-position: 0 100%;
    mask-position: 0 100%;
  }
}

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

/* ---------- messages ---------- */

.ulhYJ0Wo8HmaDIPeeyPb {
  position: relative;
  z-index: 10;
  flex: 1;
  overflow: hidden;
  padding: 32px 32px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.RhIccE4_u9fZ9Q0tKtxi {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 2vw, 32px);
}

.bv9BEj6MvweCQtNsbwEF p {
  margin: 0;
  font-weight: 500;
  line-height: 1.2;
}

.i7OkevvMAN2NerocUOBj {
  text-align: right;
}

/* Fluid type: linear from 375px viewport (24/20/16) to 1920px (48/43/38) */
.i7OkevvMAN2NerocUOBj p {
  font-size: clamp(24px, 19.15px + 1.294vw, 44px);
}

.O2MVvZDBGLN91K2WZEHq {
  text-align: left;
}

.O2MVvZDBGLN91K2WZEHq p {
  font-size: clamp(20px, 15.15px + 1.294vw, 40px);
}

.sKRkGOaLMIHlAm2IbDcr {
  display: inline-block;
  margin-right: 0.3em;
  opacity: 0;
}

/* ---------- input bar ---------- */

.ZuU1EAUbu33Zr7RL7xMM {
  position: relative;
  z-index: 10;
}

/* divider line, centered, capped width */
.ZuU1EAUbu33Zr7RL7xMM::before {
  content: "";
  display: block;
  height: 1px;
  max-width: 1500px;
  margin: 0 auto;
  background: var(--hero-border, rgba(10, 41, 22, 0.1));
}

.aeIa14yvveZHrs9Z6fcX {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 32px 80px;
}

.V9stH0kYZUko6qlG3YKx {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  pointer-events: none;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  font-size: clamp(16px, 11.63px + 1.165vw, 34px);
  color: inherit;
}

.V9stH0kYZUko6qlG3YKx::placeholder {
  color: var(--hero-placeholder, rgba(10, 41, 22, 0.3));
}

/* hidden container that hosts the CMS slot content */
.pNWrkk9COQi192qkhQ2x {
  display: none;
}

/* Short screens: keep the longest answers fully visible. */
@media (max-height: 700px) {
  .O2MVvZDBGLN91K2WZEHq p {
    font-size: 16px;
  }
  .RhIccE4_u9fZ9Q0tKtxi {
    gap: 20px;
  }
}

