{{hero.companyType}}
{{hero.heading}}
{{hero.subHeading}}
{{hero.description}}
{{#each hero.points}}
{{this.name}}
{{/each}}
{{#if hero.button}}
{{hero.button.text}}
{{/if}}
{{#if hero.image}}
{{/if}}
{{#each features as |feature|}} {{#ifeq feature.align "left"}}
{{#if feature.icon}}
{{/if}}
{{feature.title}}
{{{feature.linkContent}}}
{{#if feature.linkArrow}}
{{/if}}
{{#ifeq feature.visualType "image"}}
{{/ifeq}} {{#ifeq feature.visualType "animation"}}
{{/ifeq}} {{#ifeq feature.visualType "video"}}
{{/ifeq}}
{{/ifeq}} {{#ifeq feature.align "right"}}
{{#ifeq feature.visualType "image"}}
{{/ifeq}} {{#ifeq feature.visualType "animation"}}
{{/ifeq}} {{#ifeq feature.visualType "video"}}
{{/ifeq}}
{{#if feature.icon}}
{{/if}}
{{feature.title}}
{{{feature.linkContent}}}
{{#if feature.linkArrow}}
{{/if}}
{{/ifeq}} {{/each}}
{{#each sections}} {{#ifeq this.templateStyle 1}}
{{../this.title}}
{{../this.description}}
{{#if ../this.image}}
{{/if}}
{{/ifeq}} {{#ifeq this.templateStyle 2}}
{{../this.title}}
{{../this.description}}
{{#if ../this.secondaryButton}}
{{../../this.secondaryButton.title}}
{{/if}} {{#if ../this.image}}
{{/if}}
{{/ifeq}} {{#ifeq this.templateStyle 3}}
{{../this.title}}
{{../this.description}}
{{#if ../this.button}}
{{../../this.button.text}}
{{/if}} {{#if ../this.secondaryButton}}
{{../../this.secondaryButton.title}}
{{/if}}
{{#if ../this.image}}
{{/if}}
{{/ifeq}} {{#ifeq this.templateStyle 4}}
{{../this.title}}
{{../this.description}}
{{#if ../this.button}}
{{../../this.button.text}}
{{/if}}
{{#if ../this.image}}
{{/if}}
{{/ifeq}} {{/each}}
<!-- {{{embedFooter}}} -->