<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta name="csrf-token" content="zjYPBRYOkGunSbMuYW3O65cf3hLlUpChjNQnv1Pb">

                    <meta name="robots" content="index, follow">
            <meta name="googlebot" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1">
            <meta name="bingbot" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1">
        
        <title>I Heart Reviews</title>

                    <link rel="shortcut icon" href="" type="image/x-icon" />
        
        <!-- Fonts -->
        <link rel="stylesheet" href="https://rsms.me/inter/inter.css">

        <!-- Styles -->
        <link rel="stylesheet" href="https://cdn2.revw.me/css/app.css?id=6d9a9f5c01550ad06c1de2fc2175b3e8">

                    <style>
                :root{
                    --color-primary: #3FBA45;
                    --color-primary-light: #04C98A;
                    --color-secondary: #14BA90;
                    --color-secondary-light: #18EB7F;
                    --color-brand: #0CAC46;
                    --color-brand-light: #51C02D;
                }
            </style>
        
        <script defer src="https://cdn.jsdelivr.net/npm/@alpinejs/collapse@3.x.x/dist/cdn.min.js"></script>

        <style >[wire\:loading], [wire\:loading\.delay], [wire\:loading\.inline-block], [wire\:loading\.inline], [wire\:loading\.block], [wire\:loading\.flex], [wire\:loading\.table], [wire\:loading\.grid], [wire\:loading\.inline-flex] {display: none;}[wire\:loading\.delay\.shortest], [wire\:loading\.delay\.shorter], [wire\:loading\.delay\.short], [wire\:loading\.delay\.long], [wire\:loading\.delay\.longer], [wire\:loading\.delay\.longest] {display:none;}[wire\:offline] {display: none;}[wire\:dirty]:not(textarea):not(input):not(select) {display: none;}input:-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {animation-duration: 50000s;animation-name: livewireautofill;}@keyframes livewireautofill { from {} }</style>

        <!-- Scripts -->
        <script src="https://cdn2.revw.me/js/app.js?id=b9fb5839266f3ed53d6346794ad30c2d" defer></script>

                    <script type="text/javascript">
                (function(c,l,a,r,i,t,y){
                    c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
                    t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
                    y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
                })(window, document, "clarity", "script", "gr5x52mlnd");
            </script>

            <script async src="https://analytics.umami.is/script.js" data-website-id="0289663a-37ef-40c0-b44c-9cb3600f76e6"></script>
        
        <script src="https://challenges.cloudflare.com/turnstile/v0/api.js" async defer></script>
    </head>
    <body>
        <div class="font-sans antialiased text-gray-900">
            <div class="flex flex-col justify-center min-h-screen py-12 bg-gray-50 sm:px-6 lg:px-8">
    <div class="mx-4 sm:mx-auto sm:w-full sm:max-w-md">
        <a href="/">
    <img class="w-auto h-20 mx-auto lg:h-auto" style="max-height: 100px;" src="https://lmr.app.embedmyreviews.com/storage/bac5ad24-5912-4477-923e-842d6370d1d2/logo.png">
</a>            <h2 class="mt-6 text-3xl font-bold text-center text-gray-900">
                 Login to your account
            </h2>
    </div>

    <div class="mx-4 mt-8 sm:mx-auto sm:w-full sm:max-w-md">
        <div class="px-4 py-8 bg-white shadow sm:rounded-lg sm:px-10">
            <form class="space-y-6" method="POST" action="http://www.iheartreviews.com/login">
            <input type="hidden" name="_token" value="zjYPBRYOkGunSbMuYW3O65cf3hLlUpChjNQnv1Pb">
            <div>
                <label class="block text-sm font-medium text-gray-700" for="email">
    Email
</label>
                <div class="mt-1">
                    <input id="email" class="block w-full px-3 py-2 placeholder-gray-400 border border-gray-300 rounded-md shadow-sm appearance-none focus:outline-none focus:ring-brand focus:border-brand sm:text-sm" type="email" name="email" value="" required autocomplete="email" 
                        autofocus
                    />
                </div>
            </div>

            <div>
                <label class="block text-sm font-medium text-gray-700" for="password">
    Password
</label>
                <input id="password" class="block w-full px-3 py-2 placeholder-gray-400 border border-gray-300 rounded-md shadow-sm appearance-none focus:outline-none focus:ring-brand focus:border-brand sm:text-sm" type="password" name="password" required autocomplete="current-password"
                    
                />
            </div>

            <div class="flex items-center justify-between">
                <div class="flex items-center">
                    <input type="checkbox" class="w-4 h-4 text-brand border-gray-300 rounded focus:ring-brand-light" id="remember_me" name="remember">
                    <label for="remember_me" class="block ml-2 text-sm text-gray-900">
                        Remember me
                    </label>
                </div>

                                    <div class="text-sm">
                        <a href="http://www.iheartreviews.com/forgot-password" class="font-medium text-brand hover:text-brand-light">
                            Forgot your password?
                        </a>
                    </div>
                            </div>

            <div class="flex items-center justify-end mt-4">
                                    <a class="text-sm text-gray-600 underline hover:text-gray-900" href="http://www.iheartreviews.com/register">
                        Don&#039;t have an account?
                    </a>
                
                <button type="submit" class="inline-flex justify-center px-4 py-2 text-sm font-medium text-white border border-transparent rounded-md shadow-sm bg-secondary hover:bg-secondary-light focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-secondary-light disabled:opacity-25 transition ease-in-out duration-150 ml-4">
    Login
</button>
            </div>
        </form>
        </div>
    </div>
</div>

                            <div wire:id="HLtWNdwO1dIH0m6DAW1H" wire:initial-data="{&quot;fingerprint&quot;:{&quot;id&quot;:&quot;HLtWNdwO1dIH0m6DAW1H&quot;,&quot;name&quot;:&quot;switch-guest-language&quot;,&quot;locale&quot;:&quot;en&quot;,&quot;path&quot;:&quot;login&quot;,&quot;method&quot;:&quot;GET&quot;,&quot;v&quot;:&quot;acj&quot;},&quot;effects&quot;:{&quot;listeners&quot;:[]},&quot;serverMemo&quot;:{&quot;children&quot;:[],&quot;errors&quot;:[],&quot;htmlHash&quot;:&quot;20e4b9b4&quot;,&quot;data&quot;:[],&quot;dataMeta&quot;:[],&quot;checksum&quot;:&quot;9feec195ac3add2d076de69a5d0ee6c70d3ca62fc487d16f94a575ca269c84ab&quot;}}" x-data="{
        dropdownOpen: false
    }"
    class="relative" @click.outside="dropdownOpen = false">

            <div class="fixed bottom-0 left-0 right-0">
            <button @click="dropdownOpen = !dropdownOpen" type="button" class="relative flex items-center p-8 text-gray-900">
                <svg class="flex-shrink-0 w-5 h-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 5 36 26"><path fill="#00247D" d="M0 9.059V13h5.628zM4.664 31H13v-5.837zM23 25.164V31h8.335zM0 23v3.941L5.63 23zM31.337 5H23v5.837zM36 26.942V23h-5.631zM36 13V9.059L30.371 13zM13 5H4.664L13 10.837z"/><path fill="#CF1B2B" d="M25.14 23l9.712 6.801c.471-.479.808-1.082.99-1.749L28.627 23H25.14zM13 23h-2.141l-9.711 6.8c.521.53 1.189.909 1.938 1.085L13 23.943V23zm10-10h2.141l9.711-6.8c-.521-.53-1.188-.909-1.937-1.085L23 12.057V13zm-12.141 0L1.148 6.2C.677 6.68.34 7.282.157 7.949L7.372 13h3.487z"/><path fill="#EEE" d="M36 21H21v10h2v-5.836L31.335 31H32c1.117 0 2.126-.461 2.852-1.199L25.14 23h3.487l7.215 5.052c.093-.337.158-.686.158-1.052v-.058L30.369 23H36v-2zM0 21v2h5.63L0 26.941V27c0 1.091.439 2.078 1.148 2.8l9.711-6.8H13v.943l-9.914 6.941c.294.07.598.116.914.116h.664L13 25.163V31h2V21H0zM36 9c0-1.091-.439-2.078-1.148-2.8L25.141 13H23v-.943l9.915-6.942C32.62 5.046 32.316 5 32 5h-.663L23 10.837V5h-2v10h15v-2h-5.629L36 9.059V9zM13 5v5.837L4.664 5H4c-1.118 0-2.126.461-2.852 1.2l9.711 6.8H7.372L.157 7.949C.065 8.286 0 8.634 0 9v.059L5.628 13H0v2h15V5h-2z"/><path fill="#CF1B2B" d="M21 15V5h-6v10H0v6h15v10h6V21h15v-6z"/></svg>
                <span class="ml-2 text-sm">
                    English
                </span>
            </button>
        </div>
    
    <div x-show="dropdownOpen" x-cloak class="absolute flex p-6 text-sm bg-white rounded shadow align-start" style="left: 2rem; bottom: 4rem;">
        <div>
            <div class="px-2 mb-1 font-semibold">Language</div>

            <div class="flex">
                                    <ul>
                                                    <li class="px-2 py-1">
                                <a wire:click="switchLanguage(`en`)" href="#" class="flex">
                                    <svg class="flex-shrink-0 w-5 h-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 5 36 26"><path fill="#00247D" d="M0 9.059V13h5.628zM4.664 31H13v-5.837zM23 25.164V31h8.335zM0 23v3.941L5.63 23zM31.337 5H23v5.837zM36 26.942V23h-5.631zM36 13V9.059L30.371 13zM13 5H4.664L13 10.837z"/><path fill="#CF1B2B" d="M25.14 23l9.712 6.801c.471-.479.808-1.082.99-1.749L28.627 23H25.14zM13 23h-2.141l-9.711 6.8c.521.53 1.189.909 1.938 1.085L13 23.943V23zm10-10h2.141l9.711-6.8c-.521-.53-1.188-.909-1.937-1.085L23 12.057V13zm-12.141 0L1.148 6.2C.677 6.68.34 7.282.157 7.949L7.372 13h3.487z"/><path fill="#EEE" d="M36 21H21v10h2v-5.836L31.335 31H32c1.117 0 2.126-.461 2.852-1.199L25.14 23h3.487l7.215 5.052c.093-.337.158-.686.158-1.052v-.058L30.369 23H36v-2zM0 21v2h5.63L0 26.941V27c0 1.091.439 2.078 1.148 2.8l9.711-6.8H13v.943l-9.914 6.941c.294.07.598.116.914.116h.664L13 25.163V31h2V21H0zM36 9c0-1.091-.439-2.078-1.148-2.8L25.141 13H23v-.943l9.915-6.942C32.62 5.046 32.316 5 32 5h-.663L23 10.837V5h-2v10h15v-2h-5.629L36 9.059V9zM13 5v5.837L4.664 5H4c-1.118 0-2.126.461-2.852 1.2l9.711 6.8H7.372L.157 7.949C.065 8.286 0 8.634 0 9v.059L5.628 13H0v2h15V5h-2z"/><path fill="#CF1B2B" d="M21 15V5h-6v10H0v6h15v10h6V21h15v-6z"/></svg>                                    <span class="ml-2">English</span>
                                </a>
                            </li>
                                                    <li class="px-2 py-1">
                                <a wire:click="switchLanguage(`fr`)" href="#" class="flex">
                                    <svg class="flex-shrink-0 w-5 h-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 5 36 26"><path fill="#ED2939" d="M36 27c0 2.209-1.791 4-4 4h-8V5h8c2.209 0 4 1.791 4 4v18z"/><path fill="#002495" d="M4 5C1.791 5 0 6.791 0 9v18c0 2.209 1.791 4 4 4h8V5H4z"/><path fill="#EEE" d="M12 5h12v26H12z"/></svg>                                    <span class="ml-2">French</span>
                                </a>
                            </li>
                                                    <li class="px-2 py-1">
                                <a wire:click="switchLanguage(`da`)" href="#" class="flex">
                                    <svg class="flex-shrink-0 w-5 h-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 5 36 26"><path fill="#C60C30" d="M32 5H15v11h21V9c0-2.209-1.791-4-4-4zM15 31h17c2.209 0 4-1.791 4-4.5V20H15v11zM0 20v6.5C0 29.209 1.791 31 4 31h7V20H0zM11 5H4C1.791 5 0 6.791 0 9v7h11V5z"/><path fill="#EEE" d="M15 5h-4v11H0v4h11v11h4V20h21v-4H15z"/></svg>                                    <span class="ml-2">Danish</span>
                                </a>
                            </li>
                                                    <li class="px-2 py-1">
                                <a wire:click="switchLanguage(`nl`)" href="#" class="flex">
                                    <svg class="flex-shrink-0 w-5 h-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 5 36 26"><path fill="#EEE" d="M0 14h36v8H0z"/><path fill="#AE1F28" d="M32 5H4C1.791 5 0 6.791 0 9v5h36V9c0-2.209-1.791-4-4-4z"/><path fill="#20478B" d="M4 31h28c2.209 0 4-1.791 4-4v-5H0v5c0 2.209 1.791 4 4 4z"/></svg>                                    <span class="ml-2">Dutch</span>
                                </a>
                            </li>
                                            </ul>
                                    <ul>
                                                    <li class="px-2 py-1">
                                <a wire:click="switchLanguage(`de`)" href="#" class="flex">
                                    <svg class="flex-shrink-0 w-5 h-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 5 36 26"><path fill="#FFCD05" d="M0 27c0 2.209 1.791 4 4 4h28c2.209 0 4-1.791 4-4v-4H0v4z"/><path fill="#ED1F24" d="M0 14h36v9H0z"/><path fill="#141414" d="M32 5H4C1.791 5 0 6.791 0 9v5h36V9c0-2.209-1.791-4-4-4z"/></svg>                                    <span class="ml-2">German</span>
                                </a>
                            </li>
                                                    <li class="px-2 py-1">
                                <a wire:click="switchLanguage(`es`)" href="#" class="flex">
                                    <svg class="flex-shrink-0 w-5 h-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 5 36 26"><path fill="#C60A1D" d="M36 27c0 2.209-1.791 4-4 4H4c-2.209 0-4-1.791-4-4V9c0-2.209 1.791-4 4-4h28c2.209 0 4 1.791 4 4v18z"/><path fill="#FFC400" d="M0 12h36v12H0z"/><path fill="#EA596E" d="M9 17v3c0 1.657 1.343 3 3 3s3-1.343 3-3v-3H9z"/><path fill="#F4A2B2" d="M12 16h3v3h-3z"/><path fill="#DD2E44" d="M9 16h3v3H9z"/><ellipse fill="#EA596E" cx="12" cy="14.5" rx="3" ry="1.5"/><ellipse fill="#FFAC33" cx="12" cy="13.75" rx="3" ry=".75"/><path fill="#99AAB5" d="M7 16h1v7H7zm9 0h1v7h-1z"/><path fill="#66757F" d="M6 22h3v1H6zm9 0h3v1h-3zm-8-7h1v1H7zm9 0h1v1h-1z"/></svg>                                    <span class="ml-2">Spanish</span>
                                </a>
                            </li>
                                                    <li class="px-2 py-1">
                                <a wire:click="switchLanguage(`no`)" href="#" class="flex">
                                    <svg class="flex-shrink-0 w-5 h-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 5 36 26"><path fill="#EF2B2D" d="M10 5H4C1.791 5 0 6.791 0 9v6h10V5zm22 0H16v10h20V9c0-2.209-1.791-4-4-4zM10 31H4c-2.209 0-4-1.791-4-4v-6h10v10zm22 0H16V21h20v6c0 2.209-1.791 4-4 4z"/><path fill="#002868" d="M14.5 5h-2.944l-.025 11.5H0v3h11.525L11.5 31h3V19.5H36v-3H14.5z"/><path fill="#EEE" d="M14.5 31H16V21h20v-1.5H14.5zM16 5h-1.5v11.5H36V15H16zm-4.5 0H10v10H0v1.5h11.5zM0 19.5V21h10v10h1.5V19.5z"/></svg>                                    <span class="ml-2">Norwegian</span>
                                </a>
                            </li>
                                                    <li class="px-2 py-1">
                                <a wire:click="switchLanguage(`sr`)" href="#" class="flex">
                                    <svg class="flex-shrink-0 w-5 h-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 5 36 26"><path fill="#0C4076" d="M0 13h36v10H0z"/><path fill="#EEE" d="M0 27c0 2.209 1.791 4 4 4h28c2.209 0 4-1.791 4-4v-4H0v4z"/><path fill="#C6363C" d="M36 9c0-2.209-1.791-4-4-4H4C1.791 5 0 6.791 0 9v4h36V9zM7 13v9.5c0 3.037 2.462 5.5 5.5 5.5s5.5-2.463 5.5-5.5V13H7z"/><path fill="#EDB92E" d="M12.5 7.062c-3.938 0-5.172 1.672-4.844 2.297.328.625 1.312 2.234 1.312 2.234s-.312.125 0 .75 1.531.203 3.531.203 3.219.422 3.531-.203 0-.75 0-.75.984-1.609 1.313-2.234c.329-.625-.905-2.297-4.843-2.297zm-3.438 2.969c-.283.088 0 .953-.1.579-.082-.309-.4-.438-.4-.266s-.125 0-.094-.312c.031-.313-.062-.5-.25-.766-.187-.266-.187-.5.048-.657.234-.156.75-.281.75-.281s.203.891.312 1.094c.109.203.312.336.312.336s-.094.148 0 .226c.094.078.203.266.203.266s-.343-.281-.405-.219c-.062.062.078.141.062.25-.016.11-.188-.328-.438-.25zm3.188.016c-.078.078-.141-.063-.297-.172-.156-.109-.25-.046-.219.079s-.188.109-.188.297-.203.109-.203.109.25-.656-.172-.641c-.239.009-.156.5 0 .672-.069-.105-.266-.109-.43-.234s.023-.329-.102-.282c-.125.047-.203.25-.328.297s-.062-.142 0-.297c.062-.156-.072-.234-.072-.234s.01-.109.104-.172c.094-.062.125-.172 0-.297s-.577-.828-.437-1.063c.141-.234.609-.5 1.922-.469.234 1.078-.125 1.609-.125 1.609s.266.172.344.266c-.188.079-.047.157.078.266.125.11.203.188.125.266zm2.438-.172c.062.156.125.344 0 .297s-.203-.25-.328-.297c-.125-.047.062.157-.102.282-.164.125-.36.129-.43.234.156-.172.239-.663 0-.672-.422-.016-.172.641-.172.641s-.203.078-.203-.109-.219-.172-.188-.297-.062-.188-.219-.079c-.156.109-.219.25-.297.172-.078-.078 0-.156.125-.266.126-.109.267-.187.079-.265.078-.094.344-.266.344-.266s-.359-.531-.125-1.609c1.312-.031 1.781.234 1.922.469.141.234-.312.938-.438 1.062s-.094.234 0 .297c.094.062.104.172.104.172s-.135.078-.072.234zm2.093-.609c-.188.266-.281.453-.25.766.031.312-.094.484-.094.312s-.318-.042-.4.266c-.1.374.183-.49-.1-.579-.25-.078-.578.672-.5.594s.188-.531.125-.594c-.062-.063-.406.219-.406.219s.109-.188.203-.266c.094-.078 0-.226 0-.226s.203-.133.312-.336c.109-.203.312-1.094.312-1.094s.516.125.75.281.236.391.048.657z"/><path fill="#FFAC33" d="M12.609 7.242c0 .099-.081.18-.18.18-.099 0-.18-.081-.18-.18V5.664c0-.099.081-.18.18-.18.099 0 .18.081.18.18v1.578z"/><path fill="#EDB92E" d="M12.969 6.086c0 .091-.073.164-.164.164h-.781c-.091 0-.164-.073-.164-.164 0-.091.073-.164.164-.164h.781c.091 0 .164.073.164.164z"/><path fill="#0C4076" d="M13.016 7.062c0 .332-.269.602-.602.602-.332 0-.602-.27-.602-.602s.269-.602.602-.602c.332.001.602.27.602.602zm-3.412 5.214c0 .147-.169.266-.378.266s-.378-.119-.378-.266c0-.146.169-.265.378-.265s.378.118.378.265z"/><path fill="#C6363C" d="M11.125 12.185c0 .147-.169.266-.378.266s-.378-.119-.378-.266c0-.146.169-.265.378-.265.208 0 .378.119.378.265zm3.375 0c0 .147-.169.266-.378.266s-.378-.119-.378-.266c0-.146.169-.265.378-.265.208 0 .378.119.378.265z"/><path fill="#0C4076" d="M16.062 12.276c0 .147-.169.266-.378.266s-.378-.119-.378-.266c0-.146.169-.265.378-.265s.378.118.378.265zm-3.254-.11c0 .147-.169.266-.378.266s-.378-.119-.378-.266c0-.147.169-.265.378-.265s.378.118.378.265z"/><path fill="#EDB92E" d="M10.286 22.562c-.342.776-.378 1.158-.783 1.131-.406-.027-.692-.096-.692.068 0 .163.645.095.645.095s-.609.26-.489.559c.119.3.645-.381.645-.381s.107.027.31-.137c.203-.163.74-.953.74-.953l-.376-.382zm4.412 0c.342.776.378 1.158.783 1.131.406-.027.692-.096.692.068 0 .163-.644.095-.644.095s.609.26.489.559c-.119.3-.645-.381-.645-.381s-.107.027-.31-.137c-.203-.163-.74-.953-.74-.953l.375-.382z"/><path fill="#FFF" d="M17.114 15.688c-.176-1.208-1.313-.833-1.796 0-.483.833-.9 1.333-1.347.75-.447-.583-.742-1.208-.096-2l.646-.792c-.092-.479-.479-.375-1.033-.146-.554.229-.904.125-.849.375.056.25.258.271.258.271s-.349.34-.441 1.513c-.092-1.173-.441-1.513-.441-1.513s.203-.021.258-.271c.055-.25-.295-.146-.849-.375s-.941-.333-1.033.146l.646.792c.646.792.351 1.417-.096 2-.446.583-.864.146-1.347-.688-.483-.833-1.621-1.208-1.796 0-.176 1.208.028 3.312.028 3.312s-.111 1.146.111 2.125c.221.979.351 1.854 0 2.604.387-.104.627-.604.627-.604s-.129.604.111.542c.24-.062.295-.521.479-.688.185-.166.333-.541.333-.541s.388-.146 0 .5c.314.021.517-.188.517-.188l.11.584.185-.312.092.562.332-.542.218.25s.041-1.062.336-.854c.295.208.313.896.111 1.312-.203.416 0 .584 0 .584s-.295.438-.446.688c-.151.25.078.541.078.541s-.572.854-.413 1.188c.154.32 1.107.524 1.804.539l.006.003.039-.001.039.001.006-.003c.697-.015 1.65-.219 1.804-.539.16-.333-.413-1.188-.413-1.188s.228-.291.078-.541c-.151-.25-.447-.688-.447-.688s.203-.168 0-.584c-.202-.416-.184-1.104.111-1.312.295-.208.335.854.335.854l.218-.25.332.542.092-.562.185.312.11-.584s.203.208.517.188c-.388-.646 0-.5 0-.5s.148.375.332.542.24.625.48.688c.24.062.111-.542.111-.542s.24.5.627.604c-.35-.75-.221-1.626 0-2.604.222-.979.111-2.125.111-2.125s.206-2.167.03-3.375z"/><path fill="#EDB92E" d="M11.891 14.312c-.44-.422-1.538-.969-1.902-.891-.364.079-.656.329-.385.72.271.391.385.375.385.375s.433-.391.621-.172c.188.219.031.297-.312.328-.344.031-.693-.203-.693-.203s.113.406.59.453c.321.312.726.078.93.078s1.156-.312.766-.688zm1.131 0c.44-.422 1.538-.969 1.902-.891.364.078.656.328.385.719-.271.391-.385.375-.385.375s-.433-.391-.621-.172c-.188.219-.031.297.312.328.344.031.693-.203.693-.203s-.113.406-.59.453c-.321.313-.726.079-.93.079s-1.157-.312-.766-.688zM9.969 25.199c.137-.316.041-.361-.069-.471-.111-.109-.166-.262-.166-.262s-.055.152-.166.262c-.111.109-.207.154-.07.471-.333-.197-.388.164-.235.383.043-.197.305-.152.305.088s-.217.131-.191.229c.027.099.225.306.356.306.131 0 .33-.207.356-.306.027-.099-.19.011-.19-.229 0-.24.261-.285.305-.088.154-.219.099-.58-.235-.383zm5.438 0c.137-.316.041-.361-.07-.471-.111-.109-.166-.262-.166-.262s-.055.152-.166.262c-.111.109-.207.154-.07.471-.333-.197-.388.164-.235.383.043-.197.305-.152.305.088s-.217.131-.19.229c.026.099.225.306.356.306.131 0 .33-.207.356-.306.027-.099-.19.011-.19-.229 0-.24.261-.285.305-.088.153-.219.099-.58-.235-.383z"/><path fill="#C6363C" d="M10.244 16.875v3.859c0 1.233 1 2.234 2.234 2.234s2.234-1.001 2.234-2.234v-3.859h-4.468z"/><path fill="#EEE" d="M14.712 19.172H12.96v-2.297h-.962v2.297h-1.753v.963h1.753v2.779c.155.034.315.055.481.055.166 0 .326-.021.482-.055v-2.779h1.753v-.963z"/></svg>                                    <span class="ml-2">Serbian</span>
                                </a>
                            </li>
                                            </ul>
                                    <ul>
                                                    <li class="px-2 py-1">
                                <a wire:click="switchLanguage(`hr`)" href="#" class="flex">
                                    <svg class="flex-shrink-0 w-5 h-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 5 36 26"><path fill="#EEE" d="M0 12.9h36v10.2H0z"/><path fill="#171796" d="M36 27c0 2.209-1.791 4-4 4H4c-2.209 0-4-1.791-4-4v-4h36v4z"/><path fill="#D52B1E" d="M32 5H4C1.791 5 0 6.791 0 9v4h36V9c0-2.209-1.791-4-4-4z"/><path fill="#D52B1E" d="M11.409 7.436V18.97c0 3.64 2.951 6.591 6.591 6.591s6.591-2.951 6.591-6.591V7.436H11.409z"/><path d="M14.25 18h2.5v2.5h-2.5zm2.5 2.5h2.5V23h-2.5zm0-5h2.5V18h-2.5zm2.5 2.5h2.5v2.5h-2.5zm0-5h2.5v2.5h-2.5zm2.5 2.5h2.341V18H21.75zm-7.5-2.5h2.5v2.5h-2.5zm7.5 10h.805c.626-.707 1.089-1.559 1.334-2.5H21.75V23zm-2.5 0v1.931c.929-.195 1.778-.605 2.5-1.171V23h-2.5zm-5 0v-2.5h-2.139c.245.941.707 1.793 1.334 2.5h.805zm-2.341-7.5h2.341V18h-2.341zM14.25 23v.76c.722.566 1.571.976 2.5 1.171V23h-2.5z" fill="#FFF"/><path fill="#171796" d="M24.757 8.141l-1.998.791-1.328-1.682-1.829 1.126L18 6.949l-1.603 1.428-1.826-1.128-1.331 1.684-1.995-.793-1.122 2.08 1.331 2.862.176-.082c.78-.363 1.603-.662 2.443-.888l.04-.011c.854-.227 1.702-.378 2.523-.451l.064-.006c.705-.06 1.896-.06 2.601 0l.058.005c.824.074 1.678.226 2.536.453l.033.009c.836.225 1.658.524 2.441.889l.175.082 1.331-2.861-1.118-2.08z"/><path fill="#0193DD" d="M16.638 8.681l.221 2.563c.33-.026.729-.051 1.141-.051.412 0 .811.025 1.141.051l.221-2.563L18 7.468l-1.362 1.213zm7.941-.053l-1.698.673-.668 2.489c.731.206 1.45.468 2.144.779l1.086-2.336-.864-1.605zm-13.157-.002l-.866 1.606 1.087 2.336c.69-.31 1.409-.572 2.144-.779l-.67-2.49-1.695-.673z"/></svg>                                    <span class="ml-2">Croatian</span>
                                </a>
                            </li>
                                                    <li class="px-2 py-1">
                                <a wire:click="switchLanguage(`el`)" href="#" class="flex">
                                    <svg class="flex-shrink-0 w-5 h-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 5 36 26"><path fill="#0D5EB0" d="M4 31h28c.702 0 1.361-.182 1.935-.5H2.065c.574.318 1.233.5 1.935.5z"/><path fill="#EEE" d="M8.5 19.5H0V22h36v-2.5H14zM0 27c0 .17.014.336.035.5h35.931c.02-.164.034-.33.034-.5v-2H0v2zm14-13h22v2.5H14zm0-5.5V11h22V9c0-.17-.014-.336-.035-.5H14z"/><path fill="#0D5EB0" d="M14 11h22v3H14zM0 22h36v3H0zm2.065 8.5h31.87c1.092-.605 1.869-1.707 2.031-3H.035c.161 1.293.938 2.395 2.03 3zM0 14h5.5v5.5H0zm14 2.5V14H8.5v5.5H36v-3zm19.935-11C33.361 5.182 32.702 5 32 5H4c-.702 0-1.361.182-1.935.5C.973 6.105.196 7.207.034 8.5.014 8.664 0 8.83 0 9v2h5.5V5.5h3V11H14V8.5h21.965c-.161-1.293-.938-2.395-2.03-3z"/><path fill="#EEE" d="M8.5 11V5h-3v6H0v3h5.5v5.5h3V14H14v-3z"/></svg>                                    <span class="ml-2">Greek</span>
                                </a>
                            </li>
                                                    <li class="px-2 py-1">
                                <a wire:click="switchLanguage(`it`)" href="#" class="flex">
                                    <svg class="flex-shrink-0 w-5 h-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 5 36 26"><path fill="#CE2B37" d="M36 27c0 2.209-1.791 4-4 4h-8V5h8c2.209 0 4 1.791 4 4v18z"/><path fill="#009246" d="M4 5C1.791 5 0 6.791 0 9v18c0 2.209 1.791 4 4 4h8V5H4z"/><path fill="#EEE" d="M12 5h12v26H12z"/></svg>                                    <span class="ml-2">Italian</span>
                                </a>
                            </li>
                                                    <li class="px-2 py-1">
                                <a wire:click="switchLanguage(`sl`)" href="#" class="flex">
                                    <svg class="flex-shrink-0 w-5 h-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 5 36 26"><path fill="#ED1C23" d="M36 27v-4H0v4c0 2.209 1.791 4 4 4h28c2.209 0 4-1.791 4-4z"/><path fill="#EEE" d="M36 23H0V9c0-2.209 1.791-4 4-4h28c2.209 0 4 1.791 4 4v14z"/><path fill="#005DA4" d="M0 13h36v10H0z"/><path fill="#ED1C23" d="M11.125 7.917c-2.25 0-3.833.833-3.833.833s.146 2 .333 5.083 3.5 4.167 3.5 4.167 3.312-1.083 3.5-4.167.333-5.083.333-5.083-1.583-.833-3.833-.833z"/><path fill="#004A77" d="M14.592 8.586c-.588-.242-1.849-.67-3.467-.67s-2.879.428-3.467.67c.011.21.137 2.503.299 5.164.17 2.791 3.167 3.771 3.167 3.771s2.998-.98 3.167-3.771c.164-2.66.29-4.954.301-5.164z"/><path fill="#FFF" d="M12.104 15.92c-.354 0-.521.211-1.042.211s-.604-.211-.958-.211c-.268 0-.434.12-.639.179.812.61 1.66.86 1.66.86.711-.118 1.27-.466 1.693-.859-.269-.059-.445-.18-.714-.18zm-1.958-1.383c.333 0 .625.26.979.26s.604-.26.979-.26c.321 0 .743.419 1.36.179.278-.469.411-.841.411-.841l-1.25-1.792-.625.759-.875-1.675-.833 1.675-.604-.799s-.542.643-1.438 1.851c.107.286.251.534.407.766.709.35 1.187-.123 1.489-.123zm2.958.755c-.458 0-.646-.26-1-.26s-.521.26-1.042.26-.604-.26-.958-.26-.53.26-.854.26c-.117 0-.248-.036-.373-.085.127.168.252.341.39.484.386-.035.673-.273.879-.273.333 0 .625.278.979.278s.604-.278.979-.278c.231 0 .516.235.887.271.109-.142.205-.283.293-.423-.058.009-.113.026-.18.026z"/><path fill="#FD0" d="M10.318 8.807l.217.233-.309-.072-.094.304-.092-.304-.311.072.218-.233-.218-.233.311.072.092-.304.094.304.309-.072zm2.094 0l.217.233-.31-.072-.093.304-.093-.304-.31.072.217-.233-.217-.233.31.072.093-.304.093.304.31-.072zm-1.084 1.396l.216.233-.309-.072-.093.303-.093-.303-.31.072.217-.233-.217-.233.31.072.093-.304.093.304.309-.072z"/></svg>                                    <span class="ml-2">Slovenian</span>
                                </a>
                            </li>
                                            </ul>
                                    <ul>
                                                    <li class="px-2 py-1">
                                <a wire:click="switchLanguage(`sv`)" href="#" class="flex">
                                    <svg class="flex-shrink-0 w-5 h-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 5 36 26"><path fill="#006AA7" d="M15.5 31H32c2.209 0 4-1.791 4-4.5v-6H15.5V31zM32 5H15.5v10.5H36V9c0-2.209-1.791-4-4-4zM10.5 5H4C1.792 5 .002 6.789 0 8.997V15.5h10.5V5zM0 20.5v6.004C.002 29.211 1.792 31 4 31h6.5V20.5H0z"/><path fill="#FECC00" d="M15.5 5h-5v10.5H0v5h10.5V31h5V20.5H36v-5H15.5z"/></svg>                                    <span class="ml-2">Swedish</span>
                                </a>
                            </li>
                                                    <li class="px-2 py-1">
                                <a wire:click="switchLanguage(`fi`)" href="#" class="flex">
                                    <svg class="flex-shrink-0 w-5 h-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 5 36 26"><path fill="#EDECEC" d="M32 5H18v10h18V9c0-2.209-1.791-4-4-4z"/><path fill="#EEE" d="M11 5H4C1.791 5 0 6.791 0 9v6h11V5z"/><path fill="#EDECEC" d="M32 31H18V21h18v6c0 2.209-1.791 4-4 4zm-21 0H4c-2.209 0-4-1.791-4-4v-6h11v10z"/><path fill="#003580" d="M18 5h-7v10H0v6h11v10h7V21h18v-6H18z"/></svg>                                    <span class="ml-2">Finnish</span>
                                </a>
                            </li>
                                                    <li class="px-2 py-1">
                                <a wire:click="switchLanguage(`hu`)" href="#" class="flex">
                                    <svg class="flex-shrink-0 w-5 h-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 5 36 26"><path fill="#EEE" d="M0 14h36v8H0z"/><path fill="#CD2A3E" d="M32 5H4C1.791 5 0 6.791 0 9v5h36V9c0-2.209-1.791-4-4-4z"/><path fill="#436F4D" d="M4 31h28c2.209 0 4-1.791 4-4v-5H0v5c0 2.209 1.791 4 4 4z"/></svg>                                    <span class="ml-2">Hungarian</span>
                                </a>
                            </li>
                                                    <li class="px-2 py-1">
                                <a wire:click="switchLanguage(`pt-br`)" href="#" class="flex">
                                    <svg class="flex-shrink-0 w-5 h-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 5 36 26"><path fill="#009B3A" d="M36 27c0 2.209-1.791 4-4 4H4c-2.209 0-4-1.791-4-4V9c0-2.209 1.791-4 4-4h28c2.209 0 4 1.791 4 4v18z"/><path fill="#FEDF01" d="M32.728 18L18 29.124 3.272 18 18 6.875z"/><circle fill="#002776" cx="17.976" cy="17.924" r="6.458"/><path fill="#CBE9D4" d="M12.277 14.887c-.332.621-.558 1.303-.672 2.023 3.995-.29 9.417 1.891 11.744 4.595.402-.604.7-1.28.883-2.004-2.872-2.808-7.917-4.63-11.955-4.614z"/><path fill="#88C9F9" d="M12 18.233h1v1h-1zm1 2h1v1h-1z"/><path fill="#55ACEE" d="M15 18.233h1v1h-1zm2 1h1v1h-1zm4 2h1v1h-1zm-3 1h1v1h-1zm3-6h1v1h-1z"/><path fill="#3B88C3" d="M19 20.233h1v1h-1z"/></svg>                                    <span class="ml-2">Portuguese (Brazil)</span>
                                </a>
                            </li>
                                            </ul>
                                    <ul>
                                                    <li class="px-2 py-1">
                                <a wire:click="switchLanguage(`zh`)" href="#" class="flex">
                                    <svg class="flex-shrink-0 w-5 h-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 5 36 26"><path fill="#DE2910" d="M36 27c0 2.209-1.791 4-4 4H4c-2.209 0-4-1.791-4-4V9c0-2.209 1.791-4 4-4h28c2.209 0 4 1.791 4 4v18z"/><path fill="#FFDE02" d="M11.136 8.977l.736.356.589-.566-.111.81.72.386-.804.144-.144.804-.386-.72-.81.111.566-.589zm4.665 2.941l-.356.735.566.59-.809-.112-.386.721-.144-.805-.805-.144.721-.386-.112-.809.59.566zm-.957 3.779l.268.772.817.017-.651.493.237.783-.671-.467-.671.467.236-.783-.651-.493.817-.017zm-3.708 3.28l.736.356.589-.566-.111.81.72.386-.804.144-.144.804-.386-.72-.81.111.566-.589zM7 10.951l.929 2.671 2.826.058-2.253 1.708.819 2.706L7 16.479l-2.321 1.615.819-2.706-2.253-1.708 2.826-.058z"/></svg>                                    <span class="ml-2">Chinese (Traditional)</span>
                                </a>
                            </li>
                                            </ul>
                            </div>
        </div>
    </div>
</div>
<!-- Livewire Component wire-end:HLtWNdwO1dIH0m6DAW1H -->                    </div>

        <script src="/livewire/livewire.js?id=90730a3b0e7144480175" data-turbo-eval="false" data-turbolinks-eval="false" ></script><script data-turbo-eval="false" data-turbolinks-eval="false" >window.livewire = new Livewire();window.Livewire = window.livewire;window.livewire_app_url = '';window.livewire_token = 'zjYPBRYOkGunSbMuYW3O65cf3hLlUpChjNQnv1Pb';window.deferLoadingAlpine = function (callback) {window.addEventListener('livewire:load', function () {callback();});};let started = false;window.addEventListener('alpine:initializing', function () {if (! started) {window.livewire.start();started = true;}});document.addEventListener("DOMContentLoaded", function () {if (! started) {window.livewire.start();started = true;}});</script>
    </body>
</html>
