/* CUSTOM  and OVERRIDDEN CSS CODE GOES HERE */<!DOCTYPE html>
<html lang="en">
<head>
    {include_file path="Components/head_top.view.html"}
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
    {include_file path="Components/meta.view.html"}
    {* Load web fonts for the template *}
    {if isset($fontsList) && is_array($fontsList)}
        {foreach $fontsList as $font}
            {if isset($font['url'])}
            <link rel="preload" href="{$font['url']}" as="style" onload="this.rel='stylesheet'">
                <noscript><link rel="stylesheet" href="{$font['url']}"></noscript>
            {/if}
        {/foreach}
    {/if}
    {include_file path="Components/head_bottom.view.html"}
    <script>const lp6_token = '{$jwtToken}';</script>
    {if {get_package feature='enable_recaptcha'} && !{user_logged_in}}
    <script>
        RECAPTCHA_V2_KEY = '{get_defined value="RECAPTCHA_SITE_KEY"}';
    </script>
    <script src="https://www.google.com/recaptcha/api.js"></script>
    {/if}
    {nocache}
        {$head}
    {/nocache}
    {if isset($form_cdn_url)}
    <link rel="preload" href="{$form_cdn_url}/lp6ui.css" as="style" onload="this.rel='stylesheet'">
    {/if}
    <style>
        lp6-app:not(.hydrated) {
            visibility: hidden;
        }
    </style> 

    {if {get_package feature='enable_recaptcha'} && !{user_logged_in}}
    <script>
    RECAPTCHA_V2_KEY = '{get_defined value="RECAPTCHA_SITE_KEY"}';
    </script>
    {/if}
<script type="text/javascript" src="https://cdn.weglot.com/weglot.min.js"></script>
<script>
    Weglot.initialize({
        api_key: 'wg_cf75b568efe813c293194279d08c6bb39'
    });
</script>
</head>

<body style="overflow-anchor: none;overflow-x:hidden;" class="{if $smarty.server.REQUEST_URI|strstr:"hideNav"}hide-nav{/if}">
    {include_file path="Components/body_top.view.html"}
    {nocache}
        {$content}
    {/nocache}
<script  src="{get_editor_asset value='jquery/jquery.min.js'}"></script>
{if isset($form_cdn_url)}
    <script  type="module" src="{$form_cdn_url}/lp6ui.esm.js"></script>
    <script  nomodule src="{$form_cdn_url}/lp6ui.js"></script>
{/if}

{$javascript}
{if get_param('preview')}
    <script async src="/include/system/plugins/template_editor/1.0/stencil_template/assets/js/builder/bundle.js?v=1.0.12"></script>
{/if}
{include_file path="Components/body_bottom.view.html"}

</body>
</html>