{#if backgroundVideo}
{/if}
{@html hero.title || 'PLAY TO ENGAGE'}
{#if hero.subtitle}
{@html hero.subtitle}
{/if} {#if hero.cta_text}
{hero.cta_text}
{/if}
{#if floatingBubbles.length > 0}
{#each floatingBubbles as bubble}
{bubble.text}
{/each}
{/if}