{% if page.hero.i_bg_image %} {% assign main_hero_bg = '' %} {% capture main_hero_bg %}{% picture open_graph_2000 pages/{{ page.hero.i_bg_image}} %}{% endcapture %} {% endif %}

{{ page.hero.t_headline }}

{{ page.hero.t_subheadline }}

{{ page.hero.t_demo_btn }}
{% if page.hero.i_top_image %} {% assign image_alt = page.hero.i_top_image | remove: '.webp' | remove: '.png' | replace: '-',' ' | replace: '_',' ' %} {% picture width_1260 pages/{{ page.hero.i_top_image }} alt="{{ image_alt }}"%} {% endif %}
{% if page.hero.i_image %} {% assign image_alt = page.hero.i_image | remove: '.webp' | remove: '.png' | replace: '-',' ' | replace: '_',' ' %} {% picture width_1260 pages/{{ page.hero.i_image }} alt="{{ image_alt }}"%} {% endif %}
{% if page.hero.i_bottom_image %} {% assign image_alt = page.hero.i_bottom_image | remove: '.webp' | remove: '.png' | replace: '-',' ' | replace: '_',' ' %} {% picture width_1260 pages/{{ page.hero.i_bottom_image }} alt="{{ image_alt }}"%} {% endif %}