{{ page.press.t_text }}

{{ page.press.t_stats_headline }}

{% for item in page.press.t_stats %}

{{ item.t_stat_value }}

{{ item.t_stat_label }}

{% endfor %}

{{ page.press.t_disclaimer_date }}

{{ page.press.t_disclaimer }}

{{ page.about_body.t_nav_headline_two }}

{% assign featureCount = 0 %} {% for item in page.about_body.brand_assets %} {% assign featureCount = featureCount | plus: 1 %}

{{ item.t_heading }}

{% assign colcount = 0 %} {% for subitem in item.assets %}
{% assign colcount = colcount | plus: 1 %} {% if subitem.i_name %} {% if subitem.v_type == 'video' %} {% picture width_300 pages/{{ subitem.i_name }} alt="{{ item.i_name | remove: '.png' | replace: '-',' ' | replace: '_',' ' }}" %} {% else %} {% picture width_300 pages/{{ subitem.i_name }} alt="{{ item.i_name | remove: '.png' | replace: '-',' ' | replace: '_',' ' }}" %} {% endif %} {% endif %}
{% endfor %}
{% endfor %}
{% assign key = page.language | append:'_articles' %} {% assign news = site[key] | where:"category","news" | sort: "date" | reverse %} {% if news %}

{{ page.press.t_nav_headline_three }}

{% assign key = page.language | append:'_articles' %} {% assign news = site[key] | where:"category","news" | sort: "date" | reverse %} {% for item in news limit: 10 %}
{% if item.image %} {% picture thumbnail_sm collections/{{ item.image }} alt="{{ item.image | remove: '.png' | replace: '-',' ' | replace: '_',' ' }}" %} {% endif %}
{{ item.category | strip_html}}
{{ item.title }}

{{ item.date | date: '%B %d, %Y' }}

{% if item.layout == post %} {{ item.excerpt | strip_html | truncate: 250 }} {% else %} {{ item.t_meta_description | strip_html | truncate: 250 }} {% endif %}

{% endfor %}
{{ page.press.t_Button_text }}
{% endif %}