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

{{ form.mainTitle }}

{% endif %}
1 of 3

{{ form.firstSection.title }}

    {% for items in form.firstSection.firstSectionItems %}
  • {% if form.firstSection.showItemsIcon and form.firstSection.showItemsIcon == 'true' %} {% endif %} {{ items.value }}
  • {% endfor %}
2 of 3

{{ form.secondSection.title }}

    {% for items in form.secondSection.secondSectionItems %}
  • {{ items.value }}
  • {% endfor %}
3 of 3

{{ form.thirdSection.title }} {{ form.thirdSection.productName }}

    {% for items in form.thirdSection.thirdSectionItems %}
  • {{ items.value }}
  • {% endfor %}
{% if global.disclaimer and global.disclaimer != '' %}

{{global.disclaimer}}

{% endif %} {% if form.sticky_cta_and_skip == 'false' %} {% from "../_CTABtn/_CTABtn.html" import CTA %} {{ CTA ( wrapCTA = false, ctaID = "nextStep", ctaHref = global.mainBtn_href, ctaTarget = "_self", dataParam = 'true', ctaParam = 'false', ctaText = global.mainBtn, ctaClass = 'nextStep', hasIcon = 'false', hideCta = 'false', bgColor = form.cta.ctaBg_options.selected ) }} {% endif %}
{% if form.sticky_cta_and_skip == 'false' %} {% from "../_CTABtn/_CTABtn.html" import CTA %} {{ CTA ( wrapCTA = false, ctaID = "", ctaHref = global.mainBtn_href, ctaTarget = "_self", dataParam = 'true', ctaParam = 'false', ctaText = form.skip, ctaClass = 'skip', hasIcon = 'false', hideCta = 'false', bgColor = '' ) }} {% endif %}