--- layout: default --- {% if site.data.copy.landing.data.description %} {% assign description = site.data.copy.landing.data.description %} {% else %} {% assign description = site.description %} {% endif %}
{% picture {{ page.hero.file | prepend: 'content/' }} --img class="hero__image image__filter--mix" --alt {{ page.hero.alt }} %}

{{ site.data.copy.landing.data.title }}

{{ site.data.copy.landing.data.description }}

{% picture {{ page.subhero.file | prepend: 'content/' }} --img class="hero__image" --alt {{ page.subhero.alt }} %}
{% assign keyword = site.data.copy.landing.data.keywords | split: ", " %} {% for word in (1..keyword.size) %}

{{ keyword[forloop.index0] }}

{% endfor %}
{%- assign env = site.data.menu.navigation | where: 'env', 'data' -%} {%- assign env = env[0] -%} {%- assign cta = env.submenu | where: 'cta', 'true' -%} {%- assign cta = cta[0] -%} {{ cta.alt }}
{% include image.html image="guarantee" alt="Describe the image" class="hero__image image--guarantee"%}