.elementor-51518 .elementor-element.elementor-element-ef4255c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-51518 .elementor-element.elementor-element-245c759{text-align:center;font-family:"Helvetica", Sans-serif;}@media(max-width:767px){.elementor-51518 .elementor-element.elementor-element-245c759{text-align:center;}}/* Start custom CSS */<!-- QUESTION PAGE (single HTML widget) -->

<div id="ms-funnel" class="ms-funnel" data-funnel="jazz-intake-v1">

  <div class="ms-progress">Question 1 of 4</div>

  <h2 class="ms-question">When you stand up to improvise, what’s most likely happening?</h2>

  <div class="ms-instruction">Choose one</div>

  <div class="ms-answers">
    <button
      type="button"
      class="ms-answer"
      data-key="q1"
      data-value="Calculating or correcting notes, scales, or harmony"
      data-next="/funnel/question-2/">
      Calculating or correcting notes, scales, or harmony
    </button>

    <button
      type="button"
      class="ms-answer"
      data-key="q1"
      data-value="Hearing ideas clearly but struggling to get them onto my instrument"
      data-next="/funnel/question-2/">
      Hearing ideas clearly but struggling to get them onto my instrument
    </button>

    <button
      type="button"
      class="ms-answer"
      data-key="q1"
      data-value="Worrying about time, feel, or losing my place in the tune"
      data-next="/funnel/question-2/">
      Worrying about time, feel, or losing my place in the tune
    </button>

    <button
      type="button"
      class="ms-answer"
      data-key="q1"
      data-value="Feeling tense or disconnected rather than expressive"
      data-next="/funnel/question-2/">
      Feeling tense or disconnected rather than expressive
    </button>
  </div>

</div>

<script>
document.addEventListener('click', function (e) {
  const btn = e.target.closest('.ms-answer');
  if (!btn) return;

  const next = btn.getAttribute('data-next');
  if (!next) return;

  window.location.href = next;
});
</script>/* End custom CSS */