The
GLOCK
Story
            The
GLOCK
Story
            Make it simple, make it perfect.
Following this guiding principle, our founder, Gaston Glock not only
                revolutionized the world of small arms in the 1980s, but also succeeded in establishing the GLOCK brand
                as the global leader in the handgun industry. His internationally renowned GLOCK Perfection stands for
                uncompromising quality and maximum customer satisfaction. 
Gaston Glock charted the strategic direction of the GLOCK Group throughout his life and prepared it for the future. His life’s work will continue in his spirit.
const queryString = window.location.search;
const urlParams = new URLSearchParams(queryString);
const arrayToSearch = ['ecotech', 'aviation'];
if (arrayToSearch.includes(urlParams.get('ref'))) {
    const memoSection = document.querySelector('#memo-section');
    try {
        memoSection.setAttribute('data-color-scheme', 'light');
    } catch (e) {
        console.group("Colorscheme not available");
    }   
}