{% if reasons.showStickyCTA.enable == "true" %} {% from "../stickyCTA/_stickyCTA.html" import stickyCTA with context %} {{ stickyCTA( stickyCTAID = 'stickyCTA', ctaLink = global.mainBTN_link, ctaText = global.mainBtn, enableSkin = skin.use_custom_skin, style = skin.CTAStyle_options.selected ) }} {% endif %}
{% if reasons.layoutOptions.showExpandableContentOnMobile == 'true' and reasons.layoutOptions.showCarouselContentOnMobile == 'true' or reasons.layoutOptions.showExpandableContentOnMobile == 'false' and reasons.layoutOptions.showCarouselContentOnMobile == 'true' %}
{% endif %} {% for item in reasons.reasons %} {% if reasons.layoutOptions.showExpandableContentOnMobile == 'true' and reasons.layoutOptions.showCarouselContentOnMobile == 'true' or reasons.layoutOptions.showExpandableContentOnMobile == 'false' and reasons.layoutOptions.showCarouselContentOnMobile == 'true' %}
{% endif %} {% include "./reasonsItem.html" %} {% if reasons.layoutOptions.showExpandableContentOnMobile == 'true' and reasons.layoutOptions.showCarouselContentOnMobile == 'true' or reasons.layoutOptions.showExpandableContentOnMobile == 'false' and reasons.layoutOptions.showCarouselContentOnMobile == 'true' %}
{% endif %} {% endfor %} {% if reasons.layoutOptions.showExpandableContentOnMobile == 'true' and reasons.layoutOptions.showCarouselContentOnMobile == 'true' or reasons.layoutOptions.showExpandableContentOnMobile == 'false' and reasons.layoutOptions.showCarouselContentOnMobile == 'true' %}
{% endif %} {% if highlight.highlightPosition_options.selected == 'Above Sticky CTA' %} {% from "../highlight/_highlight.html" import highlightedContent %} {{ highlightedContent( highlightedTitleAboveImage = highlight.title_above_image, highlightedTitleBellowImage = highlight.title_bellow_image, highlightShowImageDisclaimer = highlight.imageDisclaimer.show_disclaimer, highlightImageDisclaimer = highlight.imageDisclaimer.disclaimer, highlightedContent = highlight.content, path = global.path, image = highlight.image.image, imageAlt = highlight.image.alt, showCTA = highlight.show_mainBtn, skin = skin.use_custom_skin, ctaLink = global.mainBTN_link, ctaText = global.mainBtn, style = skin.CTAStyle_options.selected ) }} {% endif %} {% if reasons.disclaimer.show_disclaimer == 'true' %}
{% if reasons.disclaimer.disclaimer != '' %}{{reasons.disclaimer.disclaimer}}{% else %}{{global.disclaimer}}{% endif %}
{% endif %}