<div class="c-page__heading">
</div>
<div class="c-page__heading">
{% if kicker %}
<p class="large:text-style-intro">{{ kicker }}</p>
{% endif %}
{% if title %}
<h1 class="text-neutral-black text-style-title">{{ title }}</h1>
{% endif %}
{% if intro %}
<p class="text-style-intro">{{ intro | safe }}</p>
{% endif %}
</div>
/* No context defined. */
No notes defined.