{% trans_default_domain 'Site' %}
<section class="section">
<div class="container-fluid">
<div class="section__title">
<h2 class="h1 text-center underline-bottom wow fadeInUp">
{{ 'site.home.sections.reasons.title'|trans }}
</h2>
</div>
<div class="row">
<div class="col-sm-4 wow fadeInUp">
<p class="text-center">
<picture>
<source srcset="{{ asset('/images/main/innovation-nature.webp') }} 1x, {{ asset('/images/main/innovation-nature@2x.webp') }} 1.5x" type="image/webp">
<source srcset="{{ asset('/images/main/innovation-nature.png') }} 1x, {{ asset('/images/main/innovation-nature@2x.png') }} 1.5x" type="image/png">
<img width="256" height="207" loading="lazy" src="{{ asset('/images/main/innovation-nature.png') }}" alt="">
</picture>
</p>
<h3 class="d-flex align-items-center">
<span class="radius-round icon-42 flex-shrink-0 mr-2 d-flex align-items-center justify-content-center bg-secondary text-white">1</span>
<span>
{{ 'site.home.sections.reasons.reason1.title'|trans | raw }}
</span>
</h3>
<p>
{{ 'site.home.sections.reasons.reason1.text'|trans | raw }} {% if affiliateForLegalNotices(tracking) %}*
{% endif %}
</p>
</div>
<div class="col-sm-4 wow fadeInUp" data-wow-delay="0.1s">
<p class="text-center">
<picture>
<source srcset="{{ asset('/images/main/tripple-action.webp') }} 1x, {{ asset('/images/main/tripple-action@2x.webp') }} 1.5x" type="image/webp">
<source srcset="{{ asset('/images/main/tripple-action.png') }} 1x, {{ asset('/images/main/tripple-action@2x.png') }} 1.5x" type="image/png">
<img width="256" height="207" loading="lazy" src="{{ asset('/images/main/tripple-action.png') }}" alt="">
</picture>
</p>
<h3 class="d-flex align-items-center">
<span class="radius-round icon-42 flex-shrink-0 mr-2 d-flex align-items-center justify-content-center bg-secondary text-white">2</span>
<span>
{{ 'site.home.sections.reasons.reason2.title'|trans | raw }}
</span>
</h3>
<p>
{{ 'site.home.sections.reasons.reason2.text'|trans | raw }} {% if affiliateForLegalNotices(tracking) %}*
{% endif %}
</p>
</div>
<div class="col-sm-4 wow fadeInUp" data-wow-delay="0.2s">
<p class="text-center">
<picture>
<source srcset="{{ asset('/images/main/duo-brulafine-ckonjac-'~app.request.locale~'.webp') }} 1x, {{ asset('/images/main/duo-brulafine-ckonjac-'~app.request.locale~'@2x.webp') }} 1.5x" type="image/webp">
<source srcset="{{ asset('/images/main/duo-brulafine-ckonjac-'~app.request.locale~'.png') }} 1x, {{ asset('/images/main/duo-brulafine-ckonjac-'~app.request.locale~'@2x.png') }} 1.5x" type="image/png">
<img width="256" height="207" loading="lazy" src="{{ asset('/images/main/duo-brulafine-ckonjac-'~app.request.locale~'.png') }}" alt="">
</picture>
</p>
<h3 class="d-flex align-items-center text-primary">
<span class="radius-round icon-42 flex-shrink-0 mr-2 d-flex align-items-center justify-content-center bg-primary text-white">3</span>
<span>
{{ 'site.home.sections.reasons.reason3.title'|trans | raw }}
</span>
</h3>
<p>
{{ 'site.home.sections.reasons.reason3.text'|trans | raw }} {% if affiliateForLegalNotices(tracking) %}*
{% endif %}
</p>
</div>
</div>
{% if affiliateForLegalNotices(tracking) %}
<p class="text-center font-xs text-gray mt-5">
*
{{ 'site.home.sections.reasons.legal'|trans }}
</p>
{% endif %}
</div>
</section>