{% if form.has_background_image and form.has_background_image == 'true' %} {% endif %}
{% if form.mainTitle and form.mainTitle != '' %}

{{form.mainTitle}}

{% endif %}
{% if form.thirdSection.showQuestion == 'true' %} 1 of 3 {% else %} 1 of 2 {% endif %}

{{ form.firstSection.title }} {% if form.firstSection.subtitle and form.firstSection.subtitle != '' %} {{form.firstSection.subtitle}} {% endif %}

    {% for items in form.firstSection.firstSectionItems %}
  • {% endfor %}
{% if form.firstSection.showDisclaimer == "true" %}

{{global.disclaimer}}

{% endif %}
{% if form.thirdSection.showQuestion == 'true' %} 2 of 3 {% else %} 2 of 2 {% endif %}

{{ form.secondSection.title }} {% if form.secondSection.subtitle and form.secondSection.subtitle != '' %} {{form.secondSection.subtitle}} {% endif %}

    {% for items in form.secondSection.secondSectionItems %}
  • {% endfor %}
{% if form.secondSection.showDisclaimer == "true" %}

{{global.disclaimer}}

{% endif %}
{% if form.thirdSection.showQuestion == 'true' %}
3 of 3

{{ form.thirdSection.title }} {% if form.thirdSection.subtitle and form.thirdSection.subtitle != '' %} {{form.thirdSection.subtitle}} {% endif %}

    {% for items in form.thirdSection.thirdSectionItems %}
  • {% endfor %}
{% if form.thirdSection.showDisclaimer == "true" %}

{{global.disclaimer}}

{% endif %} {% if form.sticky_cta_and_skip == 'false' %} {% from "../_CTABtn/_CTABtn.html" import CTA %} {{ CTA ( wrapCTA = false, ctaID = "", ctaHref = global.mainBtn_link, ctaTarget = "_self", dataParam = 'true', ctaParam = 'true', ctaText = global.mainBtn, ctaClass = 'nextStep nextStep--gradient', hasIcon = 'false', hideCta = 'false', bgColor = form.cta.ctaBg_options.selected ) }} {% endif %}
{% endif %}
{% if form.sticky_cta_and_skip == 'false' %} {% if form.firstSection.allowMultiSelection == "true" or form.secondSection.allowMultiSelection == "true" and global.proceedBtn != '' %} {% endif %} {% from "../_CTABtn/_CTABtn.html" import CTA %} {{ CTA ( wrapCTA = false, ctaID = "nextStep", ctaHref = global.mainBtn_link, ctaTarget = "_self", dataParam = 'true', ctaParam = 'true', ctaText = global.mainBtn, ctaClass = 'nextStep nextStep--gradient', hasIcon = 'false', hideCta = 'false', bgColor = '' ) }} {% from "../_CTABtn/_CTABtn.html" import CTA %} {{ CTA ( wrapCTA = false, ctaID = "", ctaHref = global.mainBtn_link, ctaTarget = "_self", dataParam = 'true', ctaParam = 'true', ctaText = form.skip, ctaClass = 'skip skip--section', hasIcon = 'false', hideCta = 'false', bgColor = '' ) }} {% endif %}