web sources

Licensing

All graphical assets in this template are licensed for personal and commercial use. If you’d like to use a specific asset, please check the license below

Photography

Photography is sourced from Pexels - Pexels license
and Unsplash - Unsplash license

Shapes

Shapes is sourced from Freepik - Freepik license

Icons

Icons are sourced from Icons8 - Icons8 License

Fonts

Fonts are sourced from Google Fonts

Google Link

Titillium Web

document.addEventListener('DOMContentLoaded', function () { document.querySelectorAll('.w-form form').forEach(function (form) { form.addEventListener('submit', function () { var wrapper = form.closest('.w-form'); var check = setInterval(function () { var done = wrapper.querySelector('.w-form-done'); if (done && done.style.display === 'block') { clearInterval(check); gtag('event', 'generate_lead', { form_name: form.getAttribute('name') || form.getAttribute('data-name') || 'unnamed_form', page_path: window.location.pathname, send_to: 'G-CH38WWR476' }); } }, 200); setTimeout(function () { clearInterval(check); }, 8000); }); }); });