<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: en }}">
{%- include head.html -%}

<body>
    <div class="container">

        {%- include header.html -%}

        <main>

            <section class="flex-container">
                <div class="flex-container-inner">
                    <h1>Pricing</h1>
                    <p>
                        We use simple pricing. There is no setup fee. Our flat
                        fee is USD $10,000/yr which includes up to 10mb of
                        storage. All paying customers additionally get
                        discounted expedited recoveries.
                    </p>
                    <p>
                        Expedited recoveries start at $30,000, and depend on the
                        complexity of the Recovery Rules the client uses. You
                        may contact `sales at distrust.co` for more details.
                    </p>
                </div>
            </section>

        </main>
        {%- include footer.html -%}
    </div>
</body>

</html>