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

{{ sections.cta.description }}

{% if sections.cta.buttons %}
{% for button in sections.cta.buttons %} {{ button.label }} {% endfor %}
{% endif %} {% if sections.cta.trustIndicators %}
{% for indicator in sections.cta.trustIndicators %}
{{ indicator.value }}
{{ indicator.label }}
{% endfor %}
{% endif %}