<div class="grid-container">
    <h2 class="navigation-dropdown__mobile-headline">{{mobileText}}</h2>
    <div class="grid-x align-justify">
        <div class="navigation-dropdown__tout spacer-sm">
            <h2 class="navigation-dropdown__title">{{tout.title}}</h2>
            <div class="navigation-dropdown__subtitle">
                {{tout.subtitle}}
            </div>
            <div class="navigation-dropdown__button">
                {{> @cp-button-primary target=tout.button.target url=tout.button.url text=tout.button.text modifier="with-icon" }}
            </div>
        </div>
        <div class="navigation-dropdown__attractions spacer-sm">
            <h2 class="navigation-dropdown__title">{{cards.title}}</h2>
            {{> @collection-cards cards=cards.cards}}
        </div>
    </div>
    <div class="grid-x align-justify spacer-md">
        <div class="cell medium-8 large-8">
            <h2 class="navigation-dropdown__title">{{collections.title}}</h2>
            {{> @cp-collection-links links=collections.links modifier="with-columns"}}
        </div>
        <div class="cell medium-3 large-3">
            <h2 class="navigation-dropdown__title">{{events.title}}</h2>
            {{> @cp-collection-links links=events.links button=events.button}}
        </div>
    </div>
    {{> @cp-button-secondary target=offerButton.target url=offerButton.url cssClasses="button-p2--full-width" text=offerButton.text}}
</div>