{% if reasons.showStickyCTA.enable == "true" %} {% include "../stickyCTA/stickyCTA.html" %} {% endif %}
{% for item in reasons.reasons %}

{{item.title}}

{% if reasons.layoutOptions.showExpandableContentOnMobile == 'true' %}
{% endif %} {% if item.image.image_desktop and item.image.image_desktop != '' %} {{item.image.image_alt}} {% endif %} {% if reasons.layoutOptions.showExpandableContentOnMobile == 'true' %}
{% endif %} {% if reasons.layoutOptions.showExpandableContentOnMobile == 'true' %}
{{reasons.layoutOptions.expandableCallForAction}}
{% endif %}
{{item.content}}
{% endfor %}
{{reasons.disclaimer}}
{% if highlight.highlightPosition_options.selected == 'Above Sticky CTA' %} {% from "../highlight/_highlight.html" import highlightedContent %} {{ highlightedContent( highlightedContent = highlight.text ) }} {% endif %}