{% include 'includes/partials/hero_usp_bar.html.twig' %}
{% embed 'app/area-brick-layout.html.twig' %}
{% block content %}
<section>
<div class="{{ pimcore_select('backgroundColor').getData()|default('bg-white') }} sm:py-20 sm:min-h-[640px]">
<div class="relative sm:-mb-[260px] sm:pb-0 sm:container flex flex-col h-full sm:flex-row-reverse items-center">
<div class="w-full sm:w-[50%] relative sm:-left-[62px] sm:rounded overflow-hidden">
{% if not pimcore_image('background-image').isEmpty() %}
{{ pimcore_image('background-image').getThumbnail('header-regular-image').html()|raw }}
{% endif %}
</div>
<div class="relative m-4 sm:w-[50%] hero-card z-1 hero-card--overlap bg-white py-8 px-10 sm:ml-8 rounded">
{% include 'includes/partials/hero_content.html.twig' %}
</div>
</div>
</div>
</section>
{% endblock %}
{% endembed %}