navigation.setScrolled(sectionEl.scrollTop > 100)}>
{#if heading}

{heading}

{/if}

{subtitle}

{#if body.length > 0}
{#each body as block} {#if block.type === 'text'}
{@html block.html}
{/if} {/each}
{/if} {#if members.length > 0}

{t('our_team')}

{/if}