{{ page.kiosk_section_five.t_title }}

{{ page.kiosk_section_five.t_description }}

{% for feature in page.kiosk_section_five.features %} {% if forloop.index == 1 or forloop.index == 3 %}

{{ feature.t_title }}

{{ feature.t_description }}

{% assign feature_icon = '' %} {% capture feature_icon %} {% picture open_graph pages/{{ feature.icon }} %} {% endcapture %} {{ feature.icon | remove: '.png' | remove: '.webp' | remove: '.jpg' | replace: '-',' ' | replace: '_',' ' }}
{% endif %} {% endfor %}
{% for feature in page.kiosk_section_five.features %} {% if forloop.index == 2 %}

{{ feature.t_title }}

{{ feature.t_description }}

{% assign feature_icon = '' %} {% capture feature_icon %} {% picture open_graph pages/{{ feature.icon }} %} {% endcapture %} {{ feature.icon | remove: '.png' | remove: '.webp' | remove: '.jpg' | replace: '-',' ' | replace: '_',' ' }}
{% endif %} {% endfor %}
{% if page.kiosk_section_five.p_link %} {% endif %}