{% if sections.cta.badge %} {{ sections.cta.badge }} {% endif %}

{{ sections.cta.title }} {% if sections.cta.highlight %} {{ sections.cta.highlight }} {% endif %}

{{ sections.cta.description }}

{% if sections.cta.buttons %}
{% for button in sections.cta.buttons %} {% if button.icon %} {% endif %} {{ button.label }} {% endfor %}
{% endif %} {% if sections.cta.trustIndicators %}
{% for indicator in sections.cta.trustIndicators %}
{{ indicator.value }}
{{ indicator.label }}
{% endfor %}
{% endif %} {% if sections.cta.guarantees %}
{% for guarantee in sections.cta.guarantees %}
{{ guarantee.title }}
{{ guarantee.description }}
{% endfor %}
{% endif %}