{% if sections.cta.background.overlay %}
{% endif %} {% if sections.cta.background.media %} CTA Background {% endif %}

{{ sections.cta.title }}

{{ sections.cta.description }}

{% if sections.cta.ctaButtons %} {% for button in sections.cta.ctaButtons %} {% endfor %} {% endif %}
{% if sections.cta.stats %}
{% for stat in sections.cta.stats %}
{{ stat.value }}
{{ stat.label }}
{% endfor %}
{% endif %} {% if sections.cta.featuredContent %}
{% if sections.cta.featuredContent.type == 'image' %} {{ sections.cta.featuredContent.media.alt }} {% elif sections.cta.featuredContent.type == 'video' %}
{% endif %} {% if sections.cta.featuredContent.badge %}
{% if sections.cta.featuredContent.badge.icon %}
{% endif %}
{{ sections.cta.featuredContent.badge.title }}
{{ sections.cta.featuredContent.badge.description }}
{% endif %}
{% endif %}