Your partner for a modern online presence.

/*
This script updates the variable "--at-header-height" to the height of the Bricks Header dynamically.
*/
(() => {
    const setHeaderHeightVar = () => {
        const header = document.querySelector("#brx-header");
        if (header) {
            const height = header.offsetHeight;
            document.body.style.setProperty(
                "--at-header-height",
                `${height}px`
            );
        }
    };

    // Run on load
    window.addEventListener("DOMContentLoaded", setHeaderHeightVar);

    // Run on resize
    window.addEventListener("resize", setHeaderHeightVar);

    //Init on load
    setHeaderHeightVar();
})();

About us

For more than ten years, we have been successfully realizing the ideas of our clients from various parts of the world.

Our passion for pragmatic problem solving is what drives us forward. Our goal is simple. Find simple solutions to complex tasks. Each project has its own unique vision and goals.

We are ready to listen to the requests of our clients, and then, through research and analysis, we jointly arrive at the optimal solution. Our way of working implies constant communication. We believe this is the key to a productive relationship.