{"form": {"fields": {"email": {"label": "Correo electr\u00f3nico", "value": null, "help_text": "", "errors": [], "widget": {"attrs": {"placeholder": "Direcci\u00f3n de correo electr\u00f3nico", "autocomplete": "email", "maxlength": "320"}}}, "username": {"label": "Usuario", "value": null, "help_text": "", "errors": [], "widget": {"attrs": {"placeholder": "Usuario", "autocomplete": "username", "minlength": "1", "maxlength": "30"}}}, "password1": {"label": "Contrase\u00f1a", "value": null, "help_text": "<ul><li>Su contrase\u00f1a no puede asemejarse tanto a su otra informaci\u00f3n personal.</li><li>Su contrase\u00f1a debe contener al menos 8 caracteres.</li><li>Su contrase\u00f1a no puede ser una clave utilizada com\u00fanmente.</li><li>Su contrase\u00f1a no puede ser completamente num\u00e9rica.</li></ul>", "errors": [], "widget": {"attrs": {"placeholder": "Contrase\u00f1a", "autocomplete": "new-password"}}}, "password2": {"label": "Contrase\u00f1a (de nuevo)", "value": null, "help_text": "", "errors": [], "widget": {"attrs": {"placeholder": "Contrase\u00f1a (de nuevo)", "autocomplete": "new-password"}}}}, "field_order": ["email", "username", "password1", "password2"], "errors": []}, "html": "\n\n<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <!-- required meta -->\n    <meta charset=\"UTF-8\" />\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n    <meta name=\"msvalidate.01\" content=\"24E3602781DDB2FDC5C9EFD46728582C\" />\n    <link\n      rel=\"shortcut icon\"\n      href=\"/static/assets/images/favicon.png\"\n      type=\"image/x-icon\"\n    />\n    <meta name=\"google-site-verification\" content=\"BhgvR2-BzBFAAG_mGO6fsJrRv5Po3SPyrHNRmSw5xhs\" />\n\n    <!-- Google tag (gtag.js) -->\n    <script async src=\"https://www.googletagmanager.com/gtag/js?id=G-HK4LQVYPQS\"></script>\n    <script>\n      window.dataLayer = window.dataLayer || [];\n      function gtag(){dataLayer.push(arguments);}\n      gtag('js', new Date());\n\n      gtag('config', 'G-HK4LQVYPQS');\n    </script>\n    <script async src=\"https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5558010343849231\" crossorigin=\"anonymous\"></script>\n    \n   \n<title>Group Buy - Sign up to your account</title>\n<meta name=\"title\" content=\"Group Buy - Sign up to your account\">\n<meta name=\"robots\" content=\"follow, index\">\n<meta name=\"description\" content=\"Sign up to your account and use our powerful text to speech AI.\">\n<meta property=\"og:type\" content=\"website\" />\n<meta property=\"og:url\" content=\"https://voice.grouptoolsprovider.com/accounts/signup/\" />\n<meta property=\"og:title\" content=\"Group Buy - Login to your account\" />\n<meta property=\"og:description\" content=\"Sign up to your account and use our powerful text to speech AI.\"/>\n\n    <link rel=\"stylesheet\" href=\"/static/assets/css/bootstrap.min.css\" />\n    <link rel=\"stylesheet\" href=\"/static/assets/css/all.min.css\" />\n    <link rel=\"stylesheet\" href=\"/static/assets/css/Glyphter.css\" />\n    <link rel=\"stylesheet\" href=\"/static/assets/css/nice-select.css\" />\n    <link rel=\"stylesheet\" href=\"/static/assets/css/magnific-popup.css\" />\n    <link rel=\"stylesheet\" href=\"/static/assets/css/slick.css\" />\n    <link rel=\"stylesheet\" href=\"/static/assets/css/animate.css\" />\n    <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\" />\n    <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin />\n    <link rel=\"alternate\" href=\"https://voice.grouptoolsprovider.com/\" hreflang=\"en\" />\n    <link rel=\"alternate\" href=\"https://voice.grouptoolsprovider.com/de/\" hreflang=\"de\" />\n    <link rel=\"alternate\" href=\"https://voice.grouptoolsprovider.com/es/\" hreflang=\"es\" />\n    <link rel=\"alternate\" href=\"https://voice.grouptoolsprovider.com/fr/\" hreflang=\"fr\" />\n    <link rel=\"alternate\" href=\"https://voice.grouptoolsprovider.com/nl/\" hreflang=\"nl\" />\n    <link rel=\"alternate\" href=\"https://voice.grouptoolsprovider.com/pt/\" hreflang=\"pt\" />\n    <link rel=\"alternate\" href=\"https://voice.grouptoolsprovider.com/ru/\" hreflang=\"ru\" />\n    <link rel=\"alternate\" href=\"https://voice.grouptoolsprovider.com/ar/\" hreflang=\"ar\" />\n    <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css\">\n\n    <link\n      href=\"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap\"\n      rel=\"stylesheet\"\n    />\n    <link rel=\"stylesheet\" href=\"/static/assets/css/main.min.css\" />\n    <style>  \n      .spinner {\n        display: inline-block;\n        vertical-align: middle;\n        border: 4px solid white;\n        border-left-color: transparent;\n        border-radius: 50%;\n        width: 16px;\n        height: 16px;\n        margin-left: 1px;\n        animation: spin 0.7s linear infinite;\n      }\n      input{\n        text-transform: none;\n      }\n      input::placeholder{\n          text-transform: capitalize;\n      }\n      .slide-alert {\n        position: fixed;\n        left: 50%;\n        top: 40%;\n        transform: translate(-50%, -50%);\n        opacity: 0;\n        transition: opacity 0.3s ease-in-out;\n        background-color: #fff;\n        border: 1px solid #ccc;\n        padding: 20px;\n        width: 35%;\n        z-index: 10001; /* Ensure it's on top of other elements */\n        display: none; /* Initially hidden */\n    }\n    \n    .slide-alert.show {\n      opacity: 1;\n    }    \n\n    .slide-payment-alert {\n      position: fixed;\n      left: 50%;\n      top: 40%;\n      transform: translate(-50%, -50%);\n      opacity: 0;\n      transition: opacity 0.3s ease-in-out;\n      background-color: #fff;\n      border: 1px solid #ccc;\n      padding: 20px;\n      width: 35%;\n      z-index: 10001; /* Ensure it's on top of other elements */\n      display: none; /* Initially hidden */\n    }\n    \n    .slide-payment-alert.show {\n      opacity: 1;\n    }\n    @media screen and (max-width: 600px) {\n      .slide-payment-alert {\n        width: 85% !important;\n      }\n      .slide-alert{\n        width: 85% !important;\n      }\n    }\n    \n    .greyed-out-overlay {\n      position: fixed;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 100%;\n      background-color: rgba(0, 0, 0, 0.5);\n      z-index: 10000; /* Ensure it's below the alert but above other content */\n      display: none; /* Initially hidden */\n    }\n    \n    .greyed-out-overlay.show {\n        display: block;\n    }\n    .top-banner {\n      position: fixed;\n      top: 0px;\n      left: 0px;\n      right: 0px;\n      width: 100%;\n      z-index: 100;\n      background: linear-gradient(135deg, #4569e7 0%, #756cf5 100%);\n      padding: 12px 0;\n      display: none;\n      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);\n    }\n    .top-banner.show {\n      display: block;\n    }\n    .top-banner__content {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      position: relative;\n    }\n    .top-banner__text {\n      color: #fff;\n      font-size: 15px;\n      font-weight: 500;\n      margin: 0;\n      text-align: center;\n      line-height: 1.5;\n      text-transform: none;\n    }\n    .top-banner__text a {\n      color: #fff;\n      font-weight: 600;\n      text-decoration: underline;\n      transition: all 0.2s ease-in-out;\n      text-transform: none;\n    }\n    .top-banner__text a:hover {\n      color: rgba(255, 255, 255, 0.9);\n      text-decoration: none;\n    }\n    .top-banner__close {\n      position: absolute;\n      right: 0;\n      top: 50%;\n      transform: translateY(-50%);\n      background: transparent;\n      border: none;\n      color: #fff;\n      font-size: 18px;\n      cursor: pointer;\n      padding: 4px 8px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      transition: all 0.2s ease-in-out;\n      border-radius: 4px;\n    }\n    .top-banner__close:hover {\n      background: rgba(255, 255, 255, 0.2);\n      color: #fff;\n    }\n    .top-banner__close i {\n      font-size: 16px;\n    }\n    @media (max-width: 768px) {\n      .top-banner__text {\n        font-size: 12px;\n        padding-right: 30px;\n      }\n    }\n    </style>\n  <style> .tox.tox-silver-sink.tox-tinymce-aux {display: none;} .overview, section.h-fi-work, section.language, section.case-sec, header.header .nav__uncollapsed, section.faq, footer.footer, .progress-wrap {display: none;} .hero-container { margin-top: 50px; } header.header{position: unset; box-shadow: none; animation: none}</style></head>\n  <body>\n    <input type=\"hidden\" name=\"csrfmiddlewaretoken\" value=\"xQFumtlkjtM2bGbZ1qpv83Ifa06ekCKNbHPm5GkWcpfcBJF6MgaHK9qhyw6aoW7w\">\n    <!-- preloader -->\n    \n    <!-- ==== page wrapper start ==== -->\n    <div class=\"my-app home-light\">\n      <!-- ==== top banner start ==== -->\n      <div class=\"top-banner\" id=\"topBanner\">\n        <div class=\"container\">\n          <div class=\"top-banner__content\">\n            <p class=\"top-banner__text\">\n              Turn your TTSVox voices into viral contents for TikTok etc... with <a href=\"https://genfaceless.com/?utm_source=ttsvox\" target=\"_blank\">GenFaceless.com</a> - the AI content generator for faceless channels on autopilot. <a href=\"https://genfaceless.com/?utm_source=ttsvox\" target=\"_blank\">[Try for Free]</a>\n            </p>\n            <button class=\"top-banner__close\" id=\"topBannerClose\" aria-label=\"Close banner\">\n              <i class=\"fa-solid fa-xmark\"></i>\n            </button>\n          </div>\n        </div>\n      </div>\n      <!-- ==== / top banner end ==== -->\n      <!-- ==== header start ==== -->\n      <header class=\"header\">\n        <div class=\"container\">\n          <div class=\"row\">\n            <div class=\"col-lg-12\">\n              <nav class=\"nav\">\n                <div class=\"nav__content\">\n                  <div class=\"nav__logo\">\n                    <a href=\"/es/\">\n                      <img src=\"https://voice.grouptoolsprovider.com/voicemaker-logo.png\" style=\"max-width: 50%;\" alt=\"Logo\" />\n                    </a>\n                  </div>\n                  <div class=\"nav__uncollapsed\">\n                    <div class=\"nav__uncollapsed-item d-none d-md-flex\">\n                      <div class=\"nav__menu\">\n                        <ul class=\"nav__menu-items\">\n                          \n                          <li class=\"nav-item dropdown\">\n                            \n                            <a class=\"nav-link dropdown-toggle\" href=\"#\" id=\"languageDropdown\" role=\"button\" data-bs-toggle=\"dropdown\"aria-expanded=\"false\">\n                            <svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" aria-hidden=\"true\" focusable=\"false\" width=\"1em\" height=\"1em\" preserveAspectRatio=\"xMidYMid meet\" viewBox=\"0 0 64 64\" class=\"iconify\" data-icon=\"emojione:flag-for-spain\" data-inline=\"false\" style=\"transform: rotate(360deg);\"><path fill=\"#ffce31\" d=\"M2 32c0 5.9 1.7 11.4 4.6 16h50.7c2.9-4.6 4.6-10.1 4.6-16s-1.7-11.4-4.6-16H6.6C3.7 20.6 2 26.1 2 32z\"></path><path fill=\"#ed4c5c\" d=\"M57.4 16C52.1 7.6 42.7 2 32 2S11.9 7.6 6.6 16h50.8zM6.6 48c5.3 8.4 14.7 14 25.4 14s20.1-5.6 25.4-14H6.6z\"></path><path fill=\"#c8b100\" d=\"M9.2 28.7h3.2v1.8H9.2zm0 13.2h3.3v1.7H9.2z\"></path><path fill=\"#ed4c5c\" d=\"M8.9 39.1c-.3.2-.5.4-.5.5c0 .1.1.2.3.3c.2.1.4.3.3.5c.2-.2.3-.4.3-.6c0-.3-.2-.6-.4-.7\"></path><path fill=\"#fff\" d=\"M9.7 30.5H12v11.4H9.7z\"></path><g fill=\"#ed4c5c\"><path d=\"M14.4 34.7c-.5-.2-1.4-.4-2.4-.4c-.3 0-.7 0-1.1.1c-1.4.2-2.5.8-2.4 1.2L8 34.5c-.1-.5 1.1-1.1 2.6-1.4c.5-.1 1-.1 1.4-.1c1 0 1.9.1 2.4.3v1.4\"></path><path d=\"M9.7 36.2c-.6 0-1.1-.2-1.1-.5c0-.2.2-.5.6-.7h.6l-.1 1.2m2.3-.9c.4.1.7.2.9.3c.1.1-.3.5-.9.8v-1.1\"></path><path d=\"M8.2 38.4c-.1-.2.6-.6 1.5-.9c.4-.1.7-.3 1.2-.5c1.2-.5 2.2-1.2 2-1.4l.2 1.2c.1.2-.7.8-1.9 1.4c-.4.2-1.1.5-1.5.6c-.7.2-1.3.6-1.3.7l-.2-1.1\"></path></g><path fill=\"#c8b100\" d=\"M30.7 28.7h3.2v1.8h-3.2zm-.1 13.2h3.3v1.7h-3.3z\"></path><path fill=\"#ed4c5c\" d=\"M34.2 39.1c.3.2.5.4.5.5c0 .1-.1.2-.3.3c-.2.2-.4.5-.3.6c-.2-.2-.3-.4-.3-.6c0-.4.2-.7.4-.8\"></path><path fill=\"#fff\" d=\"M31.1 30.5h2.3v11.4h-2.3z\"></path><g fill=\"#ed4c5c\"><path d=\"M28.7 34.7c.5-.2 1.4-.4 2.4-.4c.3 0 .7 0 1.1.1c1.4.2 2.5.8 2.4 1.2l.5-1.2c.1-.5-1.1-1.1-2.6-1.4h-1.4c-1 0-1.9.1-2.4.3v1.4\"></path><path d=\"M33.4 36.2c.6 0 1.1-.2 1.1-.5c0-.2-.2-.5-.6-.7h-.6l.1 1.2m-2.3-.9c-.4.1-.7.2-.9.3c-.1.1.3.5.9.8v-1.1\"></path><path d=\"M34.9 38.4c.1-.2-.6-.6-1.5-.9c-.4-.1-.7-.3-1.2-.5c-1.2-.5-2.2-1.2-2-1.4l-.2 1.2c-.1.2.7.8 1.9 1.4c.4.2 1.1.5 1.5.6c.7.2 1.3.7 1.2.8l.3-1.2M21.5 22.3c1.9 0 5.8.4 7.2 1.8c-1.5 3.6-3.9 2.1-7.2 2.1c-3.2 0-5.7 1.5-7.2-2.1c1.4-1.4 5.2-1.8 7.2-1.8\"></path></g><path fill=\"#c8b100\" d=\"M26.4 26.3c-1.2-.7-3-.8-4.9-.8c-1.9 0-3.7.2-4.9.8L17 28c1.1.3 2.7.5 4.5.5c1.8 0 3.3-.2 4.5-.5l.4-1.7m1.7-4.3c-.4-.3-1.2-.6-1.9-.6c-.3 0-.6 0-.9.1c0 0-.6-.8-2-.8c-.5 0-.9.1-1.3.3v-.1c-.1-.2-.3-.4-.5-.4s-.5.3-.5.5v.1c-.4-.2-.8-.3-1.3-.3c-1.4 0-2 .9-2 .8c-.3-.1-.6-.1-.9-.1c-4.6 0-2.3 3.1-2.3 3.1l.5-.6c-1.1-1.4-.1-2.2 1.9-2.2c.3 0 .5 0 .7.1c-.7 1 .6 1.9.6 1.9l.3-.5c-.7-.5-.8-2.2 1.2-2.2c.5 0 .9.1 1.3.4c0 .1-.1 1.5-.2 1.7l.8.7l.8-.7c-.1-.3-.2-1.6-.2-1.7c.3-.2.8-.4 1.3-.4c2.1 0 2.1 1.7 1.2 2.2l.3.5s1.1-.9.6-1.9c.2 0 .5-.1.7-.1c2.4 0 2.5 1.8 1.9 2.2l.4.6c-.2 0 .9-1.4-.5-2.6\"></path><path fill=\"#005bbf\" d=\"M20.9 20.1c0-.3.3-.6.6-.6c.4 0 .6.3.6.6s-.3.6-.6.6s-.6-.3-.6-.6\"></path><path fill=\"#c8b100\" d=\"M21.3 18.4v.3H21v.3h.3v1h-.4v.3h1.2l.1-.2l-.1-.1h-.4v-1h.3v-.3h-.3v-.3z\"></path><path fill=\"#ed4c5c\" d=\"M21.5 28.3c-1.6 0-3-.2-4.1-.5c1.1-.3 2.5-.5 4.1-.5c1.6 0 3 .2 4.1.5c-1 .3-2.5.5-4.1.5\"></path><path fill=\"#fff\" d=\"M21.6 45.6c-1.9 0-3.7-.5-5.3-1.2c-1.2-.6-1.9-1.7-1.9-3v-4.8h14.4v4.8c0 1.3-.8 2.5-1.9 3c-1.6.8-3.4 1.2-5.3 1.2m-.1-17h7.2v8h-7.2z\"></path><path fill=\"#ed4c5c\" d=\"M21.6 41.4c0 1.9-1.6 3.4-3.6 3.4s-3.6-1.5-3.6-3.4v-4.8h7.2v4.8\"></path><path fill=\"#c8b100\" d=\"M15.9 44.2c.2.1.5.3.9.4v-8.2H16l-.1 7.8m-1.6-2.9c0 1 .4 1.8.8 2.2v-7.1h-.8v4.9\"></path><path fill=\"#c7b500\" d=\"M17.5 44.8h.8v-8.4h-.8v8.4\"></path><path fill=\"#c8b100\" d=\"M19.1 44.6c.3-.1.7-.3.9-.4v-7.8h-.8l-.1 8.2\"></path><path fill=\"#ed4c5c\" d=\"M14.3 28.6h7.2v8h-7.2z\"></path><path fill=\"#c8b100\" d=\"M20.8 43.5c.4-.3.7-1 .8-1.8v-5.2h-.8v7\"></path><path fill=\"#ed4c5c\" d=\"M28.8 36.6v4.8c0 1.9-1.6 3.4-3.6 3.4s-3.6-1.5-3.6-3.4v-4.8h7.2M26.2 30c.3.6.3 2.1-.6 1.8c.2.1.3.8.6 1.2c.5.6 1.1.1 1-.6c-.2-1.1-.1-1.8.1-2.9c0 .1.5.1.7-.1c-.1.3-.2.7 0 .7c-.2.3-.7.8-.8 1.1c-.1.7 1 2-.2 2.3c-.8.2-.3.8 0 1.1c0 0-.4 1.3-.2 1.2c-.8.3-.6-.4-.6-.4c.4-1.2-.7-1.3-.6-1.5c-1-.1.1.9-.8.9c-.2 0-.6.2-.6.2c-1.1-.1-.5-1.1-.1-1c.3.1.6.6.6-.1c0 0-.5-.8.8-.8c-.5 0-.8-.4-1-.9c-.2.1-.5.6-1.6.7c0 0-.3-1.1 0-.9c.4.2.6.2 1-.2c-.2-.3-1.4-.7-1.2-1.4c0-.2.6-.5.6-.5c-.1.5.2 1 .8 1c.8.1.5-.2.6-.4c.1-.2.7.1.5-.4c0-.1-.7-.2-.5-.5c.4-.5 1-.1 1.5.4m-4.6 14.6l-.2-.5l.2-.6l.2.6l-.2.5\"></path><path fill=\"#c8b100\" d=\"M16.5 30.3v.5h.2v.4h-.5v1h.3v2.2h-.6v1.1H20v-1.1h-.5v-2.2h.2v-1h-.5v-.4h.3v-.5h-1v.5h.2v.4h-.5V30h.3v-.5h-1.1v.5h.3v1.2h-.5v-.4h.2v-.5zm11.3 12.3v-5h-5.2v5l2.4 1.1h.3l2.5-1.1M25 38v1.7L23.3 38H25m-2.1.1l2 2l-2 2v-4m.2 4.4l1.9-1.9v2.8l-1.9-.9m2.2.8v-2.8l1.9 1.9l-1.9.9m2.1-1.2l-2-2l2-2v4M25.3 38H27l-1.7 1.7V38\"></path><path fill=\"#ed4c5c\" d=\"M19.2 36.5c0-1.5 1-2.6 2.3-2.6s2.3 1.2 2.3 2.6c0 1.4-1 2.6-2.3 2.6s-2.3-1.1-2.3-2.6\"></path><path fill=\"#005bbf\" d=\"M19.9 36.5c0-1.1.7-1.9 1.6-1.9c.9 0 1.6.9 1.6 1.9c0 1.1-.7 1.9-1.6 1.9c-.8.1-1.6-.8-1.6-1.9\"></path><path fill=\"#c8b100\" d=\"m20.8 35.2l-.4 1.1l.3.1l-.2.4h.6l-.2-.4l.3-.1l-.4-1.1m1.5 0l-.4 1.1l.3.1l-.2.4h.6l-.1-.4l.3-.1l-.5-1.1m-.7 1.3l-.5 1.1l.3.1l-.1.4h.5l-.1-.4l.3-.1l-.4-1.1\"></path></svg>   Spanish          </a>\n                            \n                            </a>\n                            <ul class=\"dropdown-menu\" aria-labelledby=\"languageDropdown\">\n                                <a class=\"dropdown-item\" href=\"/ru/\"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" aria-hidden=\"true\" focusable=\"false\" width=\"1em\" height=\"1em\" preserveAspectRatio=\"xMidYMid meet\" viewBox=\"0 0 64 64\" class=\"iconify\" data-icon=\"emojione:flag-for-russia\" data-inline=\"false\" style=\"transform: rotate(360deg);\"><path fill=\"#f9f9f9\" d=\"M31.9 2c-13 0-24.1 8.4-28.2 20h56.6C56.1 10.4 45 2 31.9 2z\"></path><path fill=\"#ed4c5c\" d=\"M31.9 62c13.1 0 24.2-8.4 28.3-20H3.7c4.1 11.7 15.2 20 28.2 20z\"></path><path fill=\"#428bc1\" d=\"M3.7 22C2.6 25.1 2 28.5 2 32s.6 6.9 1.7 10h56.6c1.1-3.1 1.7-6.5 1.7-10s-.6-6.9-1.7-10H3.7\"></path></svg> Russian</a>\n                                <a class=\"dropdown-item\" href=\"/en/\"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" aria-hidden=\"true\" focusable=\"false\" width=\"1em\" height=\"1em\" preserveAspectRatio=\"xMidYMid meet\" viewBox=\"0 0 64 64\" class=\"iconify\" data-icon=\"emojione:flag-for-us-outlying-islands\" data-inline=\"false\" style=\"transform: rotate(360deg);\"><path fill=\"#ed4c5c\" d=\"M48 6.6C43.3 3.7 37.9 2 32 2v4.6h16z\"></path><path fill=\"#fff\" d=\"M32 11.2h21.6C51.9 9.5 50 7.9 48 6.6H32v4.6z\"></path><path fill=\"#ed4c5c\" d=\"M32 15.8h25.3c-1.1-1.7-2.3-3.2-3.6-4.6H32v4.6z\"></path><path fill=\"#fff\" d=\"M32 20.4h27.7c-.7-1.6-1.5-3.2-2.4-4.6H32v4.6\"></path><path fill=\"#ed4c5c\" d=\"M32 25h29.2c-.4-1.6-.9-3.1-1.5-4.6H32V25z\"></path><path fill=\"#fff\" d=\"M32 29.7h29.9c-.1-1.6-.4-3.1-.7-4.6H32v4.6\"></path><path fill=\"#ed4c5c\" d=\"M61.9 29.7H32V32H2c0 .8 0 1.5.1 2.3h59.8c.1-.8.1-1.5.1-2.3c0-.8 0-1.6-.1-2.3\"></path><path fill=\"#fff\" d=\"M2.8 38.9h58.4c.4-1.5.6-3 .7-4.6H2.1c.1 1.5.4 3.1.7 4.6\"></path><path fill=\"#ed4c5c\" d=\"M4.3 43.5h55.4c.6-1.5 1.1-3 1.5-4.6H2.8c.4 1.6.9 3.1 1.5 4.6\"></path><path fill=\"#fff\" d=\"M6.7 48.1h50.6c.9-1.5 1.7-3 2.4-4.6H4.3c.7 1.6 1.5 3.1 2.4 4.6\"></path><path fill=\"#ed4c5c\" d=\"M10.3 52.7h43.4c1.3-1.4 2.6-3 3.6-4.6H6.7c1 1.7 2.3 3.2 3.6 4.6\"></path><path fill=\"#fff\" d=\"M15.9 57.3h32.2c2.1-1.3 3.9-2.9 5.6-4.6H10.3c1.7 1.8 3.6 3.3 5.6 4.6\"></path><path fill=\"#ed4c5c\" d=\"M32 62c5.9 0 11.4-1.7 16.1-4.7H15.9c4.7 3 10.2 4.7 16.1 4.7\"></path><path fill=\"#428bc1\" d=\"M16 6.6c-2.1 1.3-4 2.9-5.7 4.6c-1.4 1.4-2.6 3-3.6 4.6c-.9 1.5-1.8 3-2.4 4.6c-.6 1.5-1.1 3-1.5 4.6c-.4 1.5-.6 3-.7 4.6c-.1.8-.1 1.6-.1 2.4h30V2c-5.9 0-11.3 1.7-16 4.6\"></path><path fill=\"#fff\" d=\"m25 3l.5 1.5H27l-1.2 1l.4 1.5l-1.2-.9l-1.2.9l.4-1.5l-1.2-1h1.5zm4 6l.5 1.5H31l-1.2 1l.4 1.5l-1.2-.9l-1.2.9l.4-1.5l-1.2-1h1.5zm-8 0l.5 1.5H23l-1.2 1l.4 1.5l-1.2-.9l-1.2.9l.4-1.5l-1.2-1h1.5zm4 6l.5 1.5H27l-1.2 1l.4 1.5l-1.2-.9l-1.2.9l.4-1.5l-1.2-1h1.5zm-8 0l.5 1.5H19l-1.2 1l.4 1.5l-1.2-.9l-1.2.9l.4-1.5l-1.2-1h1.5zm-8 0l.5 1.5H11l-1.2 1l.4 1.5l-1.2-.9l-1.2.9l.4-1.5l-1.2-1h1.5zm20 6l.5 1.5H31l-1.2 1l.4 1.5l-1.2-.9l-1.2.9l.4-1.5l-1.2-1h1.5zm-8 0l.5 1.5H23l-1.2 1l.4 1.5l-1.2-.9l-1.2.9l.4-1.5l-1.2-1h1.5zm-8 0l.5 1.5H15l-1.2 1l.4 1.5l-1.2-.9l-1.2.9l.4-1.5l-1.2-1h1.5zm12 6l.5 1.5H27l-1.2 1l.4 1.5l-1.2-.9l-1.2.9l.4-1.5l-1.2-1h1.5zm-8 0l.5 1.5H19l-1.2 1l.4 1.5l-1.2-.9l-1.2.9l.4-1.5l-1.2-1h1.5zm-8 0l.5 1.5H11l-1.2 1l.4 1.5l-1.2-.9l-1.2.9l.4-1.5l-1.2-1h1.5zm2.8-14l1.2-.9l1.2.9l-.5-1.5l1.2-1h-1.5L13 9l-.5 1.5h-1.4l1.2.9l-.5 1.6m-8 12l1.2-.9l1.2.9l-.5-1.5l1.2-1H5.5L5 21l-.5 1.5h-1c0 .1-.1.2-.1.3l.8.6l-.4 1.6\"></path></svg>   English</a>\n                                <a class=\"dropdown-item\" href=\"/nl/\"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" aria-hidden=\"true\" focusable=\"false\" width=\"1em\" height=\"1em\" preserveAspectRatio=\"xMidYMid meet\" viewBox=\"0 0 64 64\" class=\"iconify\" data-icon=\"emojione:flag-for-netherlands\" data-inline=\"false\" style=\"transform: rotate(360deg);\"><path fill=\"#ed4c5c\" d=\"M32 2C18.9 2 7.8 10.3 3.7 22h56.6C56.2 10.3 45.1 2 32 2z\"></path><path fill=\"#428bc1\" d=\"M32 62c13.1 0 24.2-8.3 28.3-20H3.7C7.8 53.7 18.9 62 32 62z\"></path><path fill=\"#fff\" d=\"M3.7 22C2.6 25.1 2 28.5 2 32s.6 6.9 1.7 10h56.6c1.1-3.1 1.7-6.5 1.7-10s-.6-6.9-1.7-10H3.7z\"></path></svg> Dutch</a>\n                                <a class=\"dropdown-item\" href=\"/fr/\"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" aria-hidden=\"true\" focusable=\"false\" width=\"1em\" height=\"1em\" preserveAspectRatio=\"xMidYMid meet\" viewBox=\"0 0 64 64\" class=\"iconify\" data-icon=\"emojione:flag-for-france\" data-inline=\"false\" style=\"transform: rotate(360deg);\"><path fill=\"#428bc1\" d=\"M1.9 32c0 13.1 8.4 24.2 20 28.3V3.7C10.3 7.8 1.9 18.9 1.9 32z\"></path><path fill=\"#ed4c5c\" d=\"M61.9 32c0-13.1-8.3-24.2-20-28.3v56.6c11.7-4.1 20-15.2 20-28.3\"></path><path fill=\"#fff\" d=\"M21.9 60.3c3.1 1.1 6.5 1.7 10 1.7s6.9-.6 10-1.7V3.7C38.8 2.6 35.5 2 31.9 2s-6.9.6-10 1.7v56.6\"></path></svg>   French</a>\n                                <a class=\"dropdown-item\" href=\"/de/\"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" aria-hidden=\"true\" focusable=\"false\" width=\"1em\" height=\"1em\" preserveAspectRatio=\"xMidYMid meet\" viewBox=\"0 0 64 64\" class=\"iconify\" data-icon=\"emojione:flag-for-germany\" data-inline=\"false\" style=\"transform: rotate(360deg);\"><path fill=\"#3e4347\" d=\"M31.9 2C18.8 2 7.7 10.4 3.6 22h56.6C56.1 10.4 45 2 31.9 2z\"></path><path fill=\"#ffe62e\" d=\"M31.9 62c13.1 0 24.2-8.3 28.3-20H3.6c4.1 11.7 15.2 20 28.3 20z\"></path><path fill=\"#ed4c5c\" d=\"M3.6 22c-1.1 3.1-1.7 6.5-1.7 10s.6 6.9 1.7 10h56.6c1.1-3.1 1.7-6.5 1.7-10s-.6-6.9-1.7-10H3.6\"></path></svg>   German</a>\n                                <a class=\"dropdown-item\" href=\"/pt/\"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" aria-hidden=\"true\" focusable=\"false\" width=\"1em\" height=\"1em\" preserveAspectRatio=\"xMidYMid meet\" viewBox=\"0 0 64 64\" class=\"iconify\" data-icon=\"emojione:flag-for-portugal\" data-inline=\"false\" style=\"transform: rotate(360deg);\"><path fill=\"#699635\" d=\"M17 58V6C8 11.2 2 20.9 2 32s6 20.8 15 26z\"></path><path fill=\"#ed4c5c\" d=\"M32 2c-5.5 0-10.6 1.5-15 4v52c4.4 2.6 9.5 4 15 4c16.6 0 30-13.4 30-30S48.6 2 32 2\"></path><g fill=\"#ffe62e\"><path d=\"M17 20c-6.6 0-12 5.4-12 12s5.4 12 12 12s12-5.4 12-12s-5.4-12-12-12m0 22.5c-5.8 0-10.5-4.7-10.5-10.5S11.2 21.5 17 21.5S27.5 26.2 27.5 32S22.8 42.5 17 42.5\"></path><path d=\"M21.1 43.7c-.2.2-.5.2-.7 0L6.7 25.6c-.2-.2-.2-.5 0-.7l.3-.3c.2-.2.5-.2.7 0l13.7 18.1c.2.2.2.5 0 .7l-.3.3\"></path><path d=\"M17.2 19.5c.3 0 .5.2.5.5v24c0 .3-.2.5-.5.5h-.5c-.3 0-.5-.2-.5-.5V20c0-.3.2-.5.5-.5h.5\"></path><path d=\"M28.9 33.3L17 31.2v1.5l11.7 2.1c.3 0 .5-.1.6-.4l.1-.5c0-.2-.2-.5-.5-.6M17 31.1l-9.4-6.6c-.2-.2-.5-.1-.7.1l-.3.4c-.2.2-.1.5.1.7L17 32.9v-1.8\"></path><path d=\"m16.6 30l-9.4 9.4c-.2.2-.2.5 0 .7l.4.4c.2.2.5.2.7 0l8.3-8.3V30m.4-4.5L4.5 31.4c-.2.1-.4.4-.2.7l.2.5c.1.2.4.4.7.2L17 27.2v-1.7\"></path><path d=\"m28.1 27.2l-11.9-2.1v1.5l11.7 2.1c.3 0 .5-.1.6-.4l.1-.5c-.1-.3-.3-.6-.5-.6M16.9 38.9c-.2.1-.4.4-.2.7l.2.5c.1.2.4.4.7.2l10-4.6l.5-1.9l-11.2 5.1m0-3.4L5.7 31.4V33l11.2 4.1z\"></path><path d=\"M9.1 38.8v1.5l14.8 1c.6-.4 1.1-.9 1.6-1.4L9.1 38.8\"></path></g><path fill=\"#fff\" d=\"M12 27v7c0 2.8 2.2 5 5 5s5-2.2 5-5v-7H12\"></path><path fill=\"#ed4c5c\" d=\"M17 41c-3.9 0-7-3.1-7-7v-9h14v9c0 3.9-3.1 7-7 7m-3-12v5c0 1.7 1.3 3 3 3s3-1.3 3-3v-5h-6\"></path><path fill=\"#0071bc\" d=\"M16.1 29.4V31c0 .3.2.5.5.5h.8c.3 0 .5-.2.5-.5v-1.7h-1.8zm0 2.5v1.7c0 .3.2.5.5.5h.8c.3 0 .5-.2.5-.5v-1.7h-1.8m-2 0v1.7c0 .3.2.5.5.5h.8c.3 0 .5-.2.5-.5v-1.7h-1.8m4 0v1.7c0 .3.2.5.5.5h.8c.3 0 .5-.2.5-.5v-1.7h-1.8m-2 2.4V36c0 .3.2.5.5.5h.8c.3 0 .5-.2.5-.5v-1.7h-1.8\"></path><g fill=\"#fff\"><circle cx=\"17\" cy=\"32.9\" r=\".2\"></circle><circle cx=\"16.6\" cy=\"33.4\" r=\".2\"></circle><circle cx=\"17.4\" cy=\"33.4\" r=\".2\"></circle><circle cx=\"16.6\" cy=\"32.4\" r=\".2\"></circle><circle cx=\"17.4\" cy=\"32.4\" r=\".2\"></circle><circle cx=\"17\" cy=\"30.4\" r=\".2\"></circle><circle cx=\"16.6\" cy=\"30.9\" r=\".2\"></circle><circle cx=\"17.4\" cy=\"30.9\" r=\".2\"></circle><circle cx=\"16.6\" cy=\"29.9\" r=\".2\"></circle><circle cx=\"17.4\" cy=\"29.9\" r=\".2\"></circle><circle cx=\"19\" cy=\"32.9\" r=\".2\"></circle><circle cx=\"18.6\" cy=\"33.4\" r=\".2\"></circle><circle cx=\"19.4\" cy=\"33.4\" r=\".2\"></circle><circle cx=\"18.6\" cy=\"32.4\" r=\".2\"></circle><circle cx=\"19.4\" cy=\"32.4\" r=\".2\"></circle><circle cx=\"15\" cy=\"32.9\" r=\".2\"></circle><circle cx=\"14.6\" cy=\"33.4\" r=\".2\"></circle><circle cx=\"15.4\" cy=\"33.4\" r=\".2\"></circle><circle cx=\"14.6\" cy=\"32.4\" r=\".2\"></circle><circle cx=\"15.4\" cy=\"32.4\" r=\".2\"></circle><circle cx=\"17\" cy=\"35.4\" r=\".2\"></circle><circle cx=\"16.6\" cy=\"35.9\" r=\".2\"></circle><circle cx=\"17.4\" cy=\"35.9\" r=\".2\"></circle><circle cx=\"16.6\" cy=\"34.9\" r=\".2\"></circle><circle cx=\"17.4\" cy=\"34.9\" r=\".2\"></circle></g><path fill=\"#ffe62e\" d=\"M16 28h2l-.2-1v-1h.2v-.5h-.3v.3h-.1v-.3h-.3v.3h-.2v-.3h-.2v.3h-.2v-.3h-.3v.3h-.2v-.3H16v.5h.2v1z\"></path><path fill=\"#3e4347\" d=\"M17.3 28h-.1v-.4c0-.1-.1-.2-.2-.2s-.2.1-.2.2v.4h-.1v-.4c0-.2.1-.3.3-.3c.2 0 .3.1.3.3v.4m-.3-1.1h-.6v-.5c0-.2.1-.3.3-.3c.2 0 .3.1.3.3v.5m-.5-.1h.4v-.4c0-.1-.1-.2-.2-.2s-.2.1-.2.2v.4m1.1.1H17v-.5c0-.2.1-.3.3-.3c.2 0 .3.1.3.3v.5m-.5-.1h.4v-.4c0-.1-.1-.2-.2-.2s-.2.1-.2.2v.4\"></path><path fill=\"#ffe62e\" d=\"M11 28h2l-.2-1v-1h.2v-.5h-.3v.3h-.1v-.3h-.3v.3h-.2v-.3h-.2v.3h-.2v-.3h-.3v.3h-.2v-.3H11v.5h.2v1z\"></path><g fill=\"#3e4347\"><path d=\"M12.3 28h-.1v-.4c0-.1-.1-.2-.2-.2s-.2.1-.2.2v.4h-.1v-.4c0-.2.1-.3.3-.3c.2 0 .3.1.3.3v.4m-.3-1.1h-.6v-.5c0-.2.1-.3.3-.3c.2 0 .3.1.3.3v.5m-.5-.1h.4v-.4c0-.1-.1-.2-.2-.2s-.2.1-.2.2v.4\"></path><path d=\"M12.6 26.9H12v-.5c0-.2.1-.3.3-.3c.2 0 .3.1.3.3v.5m-.5-.1h.4v-.4c0-.1-.1-.2-.2-.2s-.2.1-.2.2v.4\"></path></g><path fill=\"#ffe62e\" d=\"M11 33.9h2l-.2-1v-1h.2v-.5h-.2v.3h-.2v-.3h-.2v.3h-.3v-.3h-.2v.3h-.2v-.3h-.2v.3h-.2v-.3H11v.5h.3v1z\"></path><path fill=\"#3e4347\" d=\"M12.3 33.9h-.1v-.4c0-.1-.1-.2-.2-.2s-.2.1-.2.2v.4h-.1v-.4c0-.2.1-.3.3-.3c.2 0 .3.1.3.3v.4m-.3-1.1h-.6v-.5c0-.2.1-.3.3-.3c.2 0 .3.1.3.3v.5m-.5-.1h.4v-.4c0-.1-.1-.2-.2-.2s-.2.1-.2.2v.4m1.2.1h-.6v-.5c0-.2.1-.3.3-.3c.2 0 .3.1.3.3v.5m-.5-.1h.4v-.4c0-.1-.1-.2-.2-.2s-.2.1-.2.2v.4\"></path><path fill=\"#ffe62e\" d=\"M21 34h2l-.2-1v-1h.2v-.4h-.3v.2h-.1v-.2h-.3v.2h-.2v-.2h-.2v.2h-.2v-.2h-.3v.2h-.2v-.2H21v.4h.2v1z\"></path><path fill=\"#3e4347\" d=\"M22.3 34h-.1v-.4c0-.1-.1-.2-.2-.2s-.2.1-.2.2v.4h-.1v-.4c0-.2.1-.3.3-.3c.2 0 .3.1.3.3v.4m-.3-1.1h-.6v-.5c0-.2.1-.3.3-.3c.2 0 .3.1.3.3v.5m-.5-.1h.4v-.4c0-.1-.1-.2-.2-.2s-.2.1-.2.2v.4m1.1.1H22v-.5c0-.2.1-.3.3-.3c.2 0 .3.1.3.3v.5m-.5-.1h.4v-.4c0-.1-.1-.2-.2-.2s-.2.1-.2.2v.4\"></path><path fill=\"#ffe62e\" d=\"M21 28h2l-.2-1v-1h.2v-.5h-.3v.3h-.1v-.3h-.3v.3h-.2v-.3h-.2v.3h-.2v-.3h-.3v.3h-.2v-.3H21v.5h.2v1z\"></path><path fill=\"#3e4347\" d=\"M22.3 28h-.1v-.4c0-.1-.1-.2-.2-.2s-.2.1-.2.2v.4h-.1v-.4c0-.2.1-.3.3-.3c.2 0 .3.1.3.3v.4m-.3-1.1h-.6v-.5c0-.2.1-.3.3-.3c.2 0 .3.1.3.3v.5m-.5-.1h.4v-.4c0-.1-.1-.2-.2-.2s-.2.1-.2.2v.4m1.1.1H22v-.5c0-.2.1-.3.3-.3c.2 0 .3.1.3.3v.5m-.5-.1h.4v-.4c0-.1-.1-.2-.2-.2s-.2.1-.2.2v.4\"></path><path fill=\"#ffe62e\" d=\"m14.2 39.6l1.4-1.5l-.9-.5l-.7-.7l.2-.2l-.3-.3l-.2.2l.2.2l-.1.1l-.2-.2l-.2.2l.2.1l-.2.2l-.1-.2l-.2.2l.2.2l-.2.1l-.1-.2l-.2.2l.1.2l-.1.1l-.1-.2l-.2.2l.3.3h.1l.1-.1l.7.7z\"></path><path fill=\"#3e4347\" d=\"m15.1 38.6l-.4-.2c-.1-.1-.2-.1-.3 0c-.1.1-.1.2 0 .3l.3.3l-.1.1l-.3-.3c-.1-.1-.1-.3 0-.4s.3-.1.4 0l.4.2m-1-.5l-.4.4l-.3-.3c-.1-.1-.1-.3 0-.4s.3-.1.4 0l.3.3m-.4.3l.3-.3l-.3-.3c-.1-.1-.2-.1-.3 0s-.1.2 0 .3l.3.3m.9-.8l-.4.4l-.3-.3c-.1-.1-.1-.3 0-.4s.3-.1.4 0l.3.3m-.4.3l.3-.3l-.3-.3c-.1-.1-.2-.1-.3 0s-.1.2 0 .3l.3.3\"></path><path fill=\"#ffe62e\" d=\"m19.8 39.6l-1.4-1.5l.8-.5l.7-.7l-.1-.2l.3-.3l.2.2l-.2.2l.1.1l.2-.2l.2.2l-.2.1l.2.2l.1-.2l.2.2l-.2.2l.2.1l.1-.2l.2.2l-.2.2l.2.1l.1-.2l.2.2l-.3.3h-.1L21 38l-.7.7z\"></path><path fill=\"#3e4347\" d=\"m18.9 38.6l.4-.2c.1-.1.2-.1.3 0s.1.2 0 .3l-.4.3l.1.1l.3-.3c.1-.1.1-.3 0-.4c-.1-.1-.3-.1-.4 0l-.3.2m1.3-.8c.1-.1.3-.1.4 0c.1.1.1.3 0 .4l-.3.3l-.4-.4l.3-.3m.3.3c.1-.1.1-.2 0-.3c-.1-.1-.2-.1-.3 0l-.2.3l.3.3l.2-.3m-.8-.8c.1-.1.3-.1.4 0c.1.1.1.3 0 .4l-.3.3l-.4-.4l.3-.3m.4.3c.1-.1.1-.2 0-.3c-.1-.1-.2-.1-.3 0l-.3.3l.3.3l.3-.3\"></path></svg>  Portuguese</a>\n                                <a class=\"dropdown-item\" href=\"/es/\"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" aria-hidden=\"true\" focusable=\"false\" width=\"1em\" height=\"1em\" preserveAspectRatio=\"xMidYMid meet\" viewBox=\"0 0 64 64\" class=\"iconify\" data-icon=\"emojione:flag-for-spain\" data-inline=\"false\" style=\"transform: rotate(360deg);\"><path fill=\"#ffce31\" d=\"M2 32c0 5.9 1.7 11.4 4.6 16h50.7c2.9-4.6 4.6-10.1 4.6-16s-1.7-11.4-4.6-16H6.6C3.7 20.6 2 26.1 2 32z\"></path><path fill=\"#ed4c5c\" d=\"M57.4 16C52.1 7.6 42.7 2 32 2S11.9 7.6 6.6 16h50.8zM6.6 48c5.3 8.4 14.7 14 25.4 14s20.1-5.6 25.4-14H6.6z\"></path><path fill=\"#c8b100\" d=\"M9.2 28.7h3.2v1.8H9.2zm0 13.2h3.3v1.7H9.2z\"></path><path fill=\"#ed4c5c\" d=\"M8.9 39.1c-.3.2-.5.4-.5.5c0 .1.1.2.3.3c.2.1.4.3.3.5c.2-.2.3-.4.3-.6c0-.3-.2-.6-.4-.7\"></path><path fill=\"#fff\" d=\"M9.7 30.5H12v11.4H9.7z\"></path><g fill=\"#ed4c5c\"><path d=\"M14.4 34.7c-.5-.2-1.4-.4-2.4-.4c-.3 0-.7 0-1.1.1c-1.4.2-2.5.8-2.4 1.2L8 34.5c-.1-.5 1.1-1.1 2.6-1.4c.5-.1 1-.1 1.4-.1c1 0 1.9.1 2.4.3v1.4\"></path><path d=\"M9.7 36.2c-.6 0-1.1-.2-1.1-.5c0-.2.2-.5.6-.7h.6l-.1 1.2m2.3-.9c.4.1.7.2.9.3c.1.1-.3.5-.9.8v-1.1\"></path><path d=\"M8.2 38.4c-.1-.2.6-.6 1.5-.9c.4-.1.7-.3 1.2-.5c1.2-.5 2.2-1.2 2-1.4l.2 1.2c.1.2-.7.8-1.9 1.4c-.4.2-1.1.5-1.5.6c-.7.2-1.3.6-1.3.7l-.2-1.1\"></path></g><path fill=\"#c8b100\" d=\"M30.7 28.7h3.2v1.8h-3.2zm-.1 13.2h3.3v1.7h-3.3z\"></path><path fill=\"#ed4c5c\" d=\"M34.2 39.1c.3.2.5.4.5.5c0 .1-.1.2-.3.3c-.2.2-.4.5-.3.6c-.2-.2-.3-.4-.3-.6c0-.4.2-.7.4-.8\"></path><path fill=\"#fff\" d=\"M31.1 30.5h2.3v11.4h-2.3z\"></path><g fill=\"#ed4c5c\"><path d=\"M28.7 34.7c.5-.2 1.4-.4 2.4-.4c.3 0 .7 0 1.1.1c1.4.2 2.5.8 2.4 1.2l.5-1.2c.1-.5-1.1-1.1-2.6-1.4h-1.4c-1 0-1.9.1-2.4.3v1.4\"></path><path d=\"M33.4 36.2c.6 0 1.1-.2 1.1-.5c0-.2-.2-.5-.6-.7h-.6l.1 1.2m-2.3-.9c-.4.1-.7.2-.9.3c-.1.1.3.5.9.8v-1.1\"></path><path d=\"M34.9 38.4c.1-.2-.6-.6-1.5-.9c-.4-.1-.7-.3-1.2-.5c-1.2-.5-2.2-1.2-2-1.4l-.2 1.2c-.1.2.7.8 1.9 1.4c.4.2 1.1.5 1.5.6c.7.2 1.3.7 1.2.8l.3-1.2M21.5 22.3c1.9 0 5.8.4 7.2 1.8c-1.5 3.6-3.9 2.1-7.2 2.1c-3.2 0-5.7 1.5-7.2-2.1c1.4-1.4 5.2-1.8 7.2-1.8\"></path></g><path fill=\"#c8b100\" d=\"M26.4 26.3c-1.2-.7-3-.8-4.9-.8c-1.9 0-3.7.2-4.9.8L17 28c1.1.3 2.7.5 4.5.5c1.8 0 3.3-.2 4.5-.5l.4-1.7m1.7-4.3c-.4-.3-1.2-.6-1.9-.6c-.3 0-.6 0-.9.1c0 0-.6-.8-2-.8c-.5 0-.9.1-1.3.3v-.1c-.1-.2-.3-.4-.5-.4s-.5.3-.5.5v.1c-.4-.2-.8-.3-1.3-.3c-1.4 0-2 .9-2 .8c-.3-.1-.6-.1-.9-.1c-4.6 0-2.3 3.1-2.3 3.1l.5-.6c-1.1-1.4-.1-2.2 1.9-2.2c.3 0 .5 0 .7.1c-.7 1 .6 1.9.6 1.9l.3-.5c-.7-.5-.8-2.2 1.2-2.2c.5 0 .9.1 1.3.4c0 .1-.1 1.5-.2 1.7l.8.7l.8-.7c-.1-.3-.2-1.6-.2-1.7c.3-.2.8-.4 1.3-.4c2.1 0 2.1 1.7 1.2 2.2l.3.5s1.1-.9.6-1.9c.2 0 .5-.1.7-.1c2.4 0 2.5 1.8 1.9 2.2l.4.6c-.2 0 .9-1.4-.5-2.6\"></path><path fill=\"#005bbf\" d=\"M20.9 20.1c0-.3.3-.6.6-.6c.4 0 .6.3.6.6s-.3.6-.6.6s-.6-.3-.6-.6\"></path><path fill=\"#c8b100\" d=\"M21.3 18.4v.3H21v.3h.3v1h-.4v.3h1.2l.1-.2l-.1-.1h-.4v-1h.3v-.3h-.3v-.3z\"></path><path fill=\"#ed4c5c\" d=\"M21.5 28.3c-1.6 0-3-.2-4.1-.5c1.1-.3 2.5-.5 4.1-.5c1.6 0 3 .2 4.1.5c-1 .3-2.5.5-4.1.5\"></path><path fill=\"#fff\" d=\"M21.6 45.6c-1.9 0-3.7-.5-5.3-1.2c-1.2-.6-1.9-1.7-1.9-3v-4.8h14.4v4.8c0 1.3-.8 2.5-1.9 3c-1.6.8-3.4 1.2-5.3 1.2m-.1-17h7.2v8h-7.2z\"></path><path fill=\"#ed4c5c\" d=\"M21.6 41.4c0 1.9-1.6 3.4-3.6 3.4s-3.6-1.5-3.6-3.4v-4.8h7.2v4.8\"></path><path fill=\"#c8b100\" d=\"M15.9 44.2c.2.1.5.3.9.4v-8.2H16l-.1 7.8m-1.6-2.9c0 1 .4 1.8.8 2.2v-7.1h-.8v4.9\"></path><path fill=\"#c7b500\" d=\"M17.5 44.8h.8v-8.4h-.8v8.4\"></path><path fill=\"#c8b100\" d=\"M19.1 44.6c.3-.1.7-.3.9-.4v-7.8h-.8l-.1 8.2\"></path><path fill=\"#ed4c5c\" d=\"M14.3 28.6h7.2v8h-7.2z\"></path><path fill=\"#c8b100\" d=\"M20.8 43.5c.4-.3.7-1 .8-1.8v-5.2h-.8v7\"></path><path fill=\"#ed4c5c\" d=\"M28.8 36.6v4.8c0 1.9-1.6 3.4-3.6 3.4s-3.6-1.5-3.6-3.4v-4.8h7.2M26.2 30c.3.6.3 2.1-.6 1.8c.2.1.3.8.6 1.2c.5.6 1.1.1 1-.6c-.2-1.1-.1-1.8.1-2.9c0 .1.5.1.7-.1c-.1.3-.2.7 0 .7c-.2.3-.7.8-.8 1.1c-.1.7 1 2-.2 2.3c-.8.2-.3.8 0 1.1c0 0-.4 1.3-.2 1.2c-.8.3-.6-.4-.6-.4c.4-1.2-.7-1.3-.6-1.5c-1-.1.1.9-.8.9c-.2 0-.6.2-.6.2c-1.1-.1-.5-1.1-.1-1c.3.1.6.6.6-.1c0 0-.5-.8.8-.8c-.5 0-.8-.4-1-.9c-.2.1-.5.6-1.6.7c0 0-.3-1.1 0-.9c.4.2.6.2 1-.2c-.2-.3-1.4-.7-1.2-1.4c0-.2.6-.5.6-.5c-.1.5.2 1 .8 1c.8.1.5-.2.6-.4c.1-.2.7.1.5-.4c0-.1-.7-.2-.5-.5c.4-.5 1-.1 1.5.4m-4.6 14.6l-.2-.5l.2-.6l.2.6l-.2.5\"></path><path fill=\"#c8b100\" d=\"M16.5 30.3v.5h.2v.4h-.5v1h.3v2.2h-.6v1.1H20v-1.1h-.5v-2.2h.2v-1h-.5v-.4h.3v-.5h-1v.5h.2v.4h-.5V30h.3v-.5h-1.1v.5h.3v1.2h-.5v-.4h.2v-.5zm11.3 12.3v-5h-5.2v5l2.4 1.1h.3l2.5-1.1M25 38v1.7L23.3 38H25m-2.1.1l2 2l-2 2v-4m.2 4.4l1.9-1.9v2.8l-1.9-.9m2.2.8v-2.8l1.9 1.9l-1.9.9m2.1-1.2l-2-2l2-2v4M25.3 38H27l-1.7 1.7V38\"></path><path fill=\"#ed4c5c\" d=\"M19.2 36.5c0-1.5 1-2.6 2.3-2.6s2.3 1.2 2.3 2.6c0 1.4-1 2.6-2.3 2.6s-2.3-1.1-2.3-2.6\"></path><path fill=\"#005bbf\" d=\"M19.9 36.5c0-1.1.7-1.9 1.6-1.9c.9 0 1.6.9 1.6 1.9c0 1.1-.7 1.9-1.6 1.9c-.8.1-1.6-.8-1.6-1.9\"></path><path fill=\"#c8b100\" d=\"m20.8 35.2l-.4 1.1l.3.1l-.2.4h.6l-.2-.4l.3-.1l-.4-1.1m1.5 0l-.4 1.1l.3.1l-.2.4h.6l-.1-.4l.3-.1l-.5-1.1m-.7 1.3l-.5 1.1l.3.1l-.1.4h.5l-.1-.4l.3-.1l-.4-1.1\"></path></svg>   Spanish</a>\n                                <a class=\"dropdown-item\" href=\"/ar/\"><svg xmlns=\"http://www.w3.org/2000/svg\" height=\"1em\" viewBox=\"0 0 512 512\"><path d=\"M352 256c0 22.2-1.2 43.6-3.3 64H163.3c-2.2-20.4-3.3-41.8-3.3-64s1.2-43.6 3.3-64H348.7c2.2 20.4 3.3 41.8 3.3 64zm28.8-64H503.9c5.3 20.5 8.1 41.9 8.1 64s-2.8 43.5-8.1 64H380.8c2.1-20.6 3.2-42 3.2-64s-1.1-43.4-3.2-64zm112.6-32H376.7c-10-63.9-29.8-117.4-55.3-151.6c78.3 20.7 142 77.5 171.9 151.6zm-149.1 0H167.7c6.1-36.4 15.5-68.6 27-94.7c10.5-23.6 22.2-40.7 33.5-51.5C239.4 3.2 248.7 0 256 0s16.6 3.2 27.8 13.8c11.3 10.8 23 27.9 33.5 51.5c11.6 26 20.9 58.2 27 94.7zm-209 0H18.6C48.6 85.9 112.2 29.1 190.6 8.4C165.1 42.6 145.3 96.1 135.3 160zM8.1 192H131.2c-2.1 20.6-3.2 42-3.2 64s1.1 43.4 3.2 64H8.1C2.8 299.5 0 278.1 0 256s2.8-43.5 8.1-64zM194.7 446.6c-11.6-26-20.9-58.2-27-94.6H344.3c-6.1 36.4-15.5 68.6-27 94.6c-10.5 23.6-22.2 40.7-33.5 51.5C272.6 508.8 263.3 512 256 512s-16.6-3.2-27.8-13.8c-11.3-10.8-23-27.9-33.5-51.5zM135.3 352c10 63.9 29.8 117.4 55.3 151.6C112.2 482.9 48.6 426.1 18.6 352H135.3zm358.1 0c-30 74.1-93.6 130.9-171.9 151.6c25.5-34.2 45.2-87.7 55.3-151.6H493.4z\"/ ></svg> Arabic </a>\n                                <a class=\"dropdown-item\" href=\"/po/\"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" aria-hidden=\"true\" focusable=\"false\" width=\"1em\" height=\"1em\" preserveAspectRatio=\"xMidYMid meet\" viewBox=\"0 0 64 64\" class=\"iconify\" data-icon=\"emojione:flag-for-germany\" data-inline=\"false\" style=\"transform: rotate(360deg);\"><circle cx=\"32\" cy=\"32\" r=\"32\" fill=\"#fff\"/><rect width=\"64\" height=\"32\" fill=\"#fff\"/><rect y=\"32\" width=\"64\" height=\"32\" fill=\"#dc143c\"/></svg> Polish </a>\n                                <a class=\"dropdown-item\" href=\"/cn/\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" width=\"15\" height=\"15\"><circle cx=\"256\" cy=\"256\" r=\"256\" fill=\"#DE2910\" /><mask id=\"circle-mask\" x=\"0\" y=\"0\" width=\"100%\" height=\"100%\"><circle cx=\"256\" cy=\"256\" r=\"256\" fill=\"#fff\" /></mask><image href=\"https://upload.wikimedia.org/wikipedia/commons/f/fa/Flag_of_the_People%27s_Republic_of_China.svg\" width=\"100%\" height=\"100%\" mask=\"url(#circle-mask)\" /></svg>Chinese </a>\n                            </ul>\n                          </li>\n                          <li class=\"nav__menu-item\">\n                            <a\n                              href=\"https://genfaceless.com/?utm_source=ttsvox\"\n                              target='_blank'\n                              class=\"nav__menu-link hide-nav\"\n                            >\n                              Creador de contenido sin rostro\n                            </a>\n                          </li>\n                          \n                          <li class=\"nav__menu-item\">\n                            <a\n                              href=\"/es/contact-us/\"\n                              class=\"nav__menu-link hide-nav\"\n                            >\n                              Contacto\n                            </a>\n                          </li>\n                          \n\n                          \n                        </ul>\n                        <div class=\"social\">\n                          <a href=\"https://www.facebook.com/profile.php?id=61556607781018\" target=\"_blank\" aria-label=\"social media\">\n                            <i class=\"fa-brands fa-facebook-f\"></i>\n                          </a>\n                          <a href=\"https://twitter.com/TTSVox\" target=\"_blank\" aria-label=\"social media\">\n                            <i class=\"fa-brands fa-twitter\"></i>\n                          </a>\n                          <a href=\"https://www.linkedin.com/company/ttsvox/\" target=\"_blank\" aria-label=\"social media\">\n                            <i class=\"fa-brands fa-linkedin-in\"></i>\n                          </a>\n                          <a href=\"https://www.instagram.com/ttsvox/\" target=\"_blank\" aria-label=\"social media\">\n                            <i class=\"fa-brands fa-instagram\"></i>\n                          </a>\n                        </div>\n                      </div>\n                      \n                      \n                      \n                      \n                    </div>\n                    <button class=\"nav__bar d-block d-xl-none\">\n                      <span class=\"icon-bar top-bar\"></span>\n                      <span class=\"icon-bar middle-bar\"></span>\n                      <span class=\"icon-bar bottom-bar\"></span>\n                    </button>\n                  </div>\n            \n              \n                </div>\n              </nav>\n            </div>\n          </div>\n        </div>\n        <div class=\"backdrop\"></div>\n      </header>\n      <!-- ==== / header end ==== -->\n      <!-- ==== mobile menu start ==== -->\n      <div class=\"mobile-menu d-block d-xl-none\">\n        <nav class=\"mobile-menu__wrapper\">\n          <div class=\"mobile-menu__header\">\n            <div class=\"nav__logo\">\n              <a href=\"index.html\" aria-label=\"home page\" title=\"logo\">\n                <img src=\"https://voice.grouptoolsprovider.com/voicemaker-logo.png\" style=\"max-width: 200px;\" alt=\"Logo\" />\n              </a>\n            </div>\n            <button aria-label=\"close mobile menu\" class=\"close-mobile-menu\">\n              <i class=\"fa-solid fa-xmark\"></i>\n            </button>\n          </div>\n          <div class=\"mobile-menu__list\"></div>\n          <div class=\"mobile-menu__social social\">\n            <a href=\"https://www.facebook.com/profile.php?id=61556607781018\" target=\"_blank\" aria-label=\"social media\">\n              <i class=\"fa-brands fa-facebook-f\"></i>\n            </a>\n            <a href=\"https://twitter.com/TTSVox\" target=\"_blank\" aria-label=\"social media\">\n              <i class=\"fa-brands fa-twitter\"></i>\n            </a>\n            <a href=\"https://www.linkedin.com/company/ttsvox/\" target=\"_blank\" aria-label=\"social media\">\n              <i class=\"fa-brands fa-linkedin-in\"></i>\n            </a>\n            <a href=\"https://www.instagram.com/ttsvox/\" target=\"_blank\" aria-label=\"social media\">\n              <i class=\"fa-brands fa-instagram\"></i>\n            </a>\n          </div>\n        </nav>\n      </div>\n      <div class=\"mobile-menu__backdrop\"></div>\n      <!-- ==== / mobile menu end ==== -->\n      <!-- ==== banner start ==== -->\n      <!-- ayezastart -->\n      \n<section class=\"section authentication pb-0\">\n    <div class=\"container\">\n        <div class=\"row justify-content-center\">\n            <div class=\"col-12 col-lg-10 col-xl-6\">\n                <div class=\"authentication__inner wow fadeInUp\" data-wow-duration=\"600ms\" data-wow-delay=\"300ms\" style=\"visibility: visible; animation-duration: 600ms; animation-delay: 300ms; animation-name: fadeInUp;\">\n                    <div class=\"section__header text-start\">\n                        <h2 class=\"h3\">Crear cuenta</h2>\n                    </div>\n                    <form method=\"post\" action=\"/es/accounts/signup/\">\n                        <input type=\"hidden\" name=\"csrfmiddlewaretoken\" value=\"xQFumtlkjtM2bGbZ1qpv83Ifa06ekCKNbHPm5GkWcpfcBJF6MgaHK9qhyw6aoW7w\">\n                        \n\n                        <div class=\"input-single\">\n                            <input type=\"text\" name=\"username\" id=\"fullname\" placeholder=\"Ingresa tu nombre\" required=\"\">\n                        </div>\n                        <div class=\"input-single\">\n                            <input type=\"email\" name=\"email\" id=\"emailaddress\" placeholder=\"direcci\u00f3n de correo electr\u00f3nico\" required=\"\">\n                        </div>\n                        <div class=\"input-single\">\n                            <input type=\"password\" name=\"password1\" id=\"toggle-password\" placeholder=\"contrase\u00f1a\" required=\"\">\n                        </div>\n                        <div class=\"input-single\">\n                            <input type=\"password\" name=\"password2\" id=\"toggle-password\" placeholder=\"confirmar contrase\u00f1a\" required=\"\">\n                        </div>\n                        <div class=\"divide\">\n                            <p>O</p>\n                        </div>\n                        <div class=\"authentic\">\n                            <a href=\"/es/accounts/google/login/\" type=\"submit\" class=\"btn btn--nonary\">\n                                <img src=\"/static/assets/images/google.png\" alt=\"Image\">\n                                Continuar con Google\n                            </a>\n                        </div>\n                        \n                        \n\n                        <!-- Example usage in a template -->\n                        <p class=\"text-center fs-6 mt-3\">\n                            Al crear una cuenta, aceptas nuestros\n                            <a target=\"_blank\" style=\"color: #4569e7\" href=\"/es/terms-and-conditions/\">T\u00e9rminos y condiciones</a>\n                            y reconoces que has le\u00eddo nuestros\n                            <a target=\"_blank\" style=\"color: #4569e7\" href=\"/es/privacy-policy/\">pol\u00edtica de privacidad</a>.\n                        </p>\n                        \n                        <div class=\"form-cta\">\n                            <button  type=\"submit\" id=\"submit-btn\" aria-label=\"post comment\" class=\"btn btn--ocotonary\">\n                                Crear cuenta\n                            </button>\n                            <p>\n                                \u00bfYa tienes una cuenta?\n                                <a href=\"/es/accounts/login/\">Iniciar sesi\u00f3n</a>\n                            </p>\n                        </div>\n                    </form>\n                </div>\n            </div>\n        </div>\n    </div>\n</section>\n\n      <!-- ==== / language end ==== -->\n      <!-- ==== review start ==== -->\n\n      <!-- ==== / review end ==== -->\n      <!-- ==== cta start ==== -->\n     \n      <!-- ==== / cta end ==== -->\n      <!-- ==== footer start ==== -->\n      <footer class=\"footer section pb-0 footer-light\">\n        <div class=\"container\">\n          <div class=\"row items-gap-two\">\n            <div class=\"col-12 col-sm-6 col-lg-3\">\n              <div\n                class=\"footer__single wow fadeInUp\"\n                data-wow-duration=\"600ms\"\n                data-wow-delay=\"200ms\"\n              >\n                <h5 class=\"h5\">Acerca de TTSVox AI</h5>\n                <ul>\n                  <li>\n                    TTSVox es una nueva y poderosa IA de texto a voz. Tenemos m\u00e1s de 100 idiomas, acentos y m\u00e1s de 350 voces. \n                  </li>\n                </ul>\n              </div>\n            </div>\n            <div class=\"col-12 col-sm-6 col-lg-3\">\n              <div\n                class=\"footer__single wow fadeInUp\"\n                data-wow-duration=\"600ms\"\n              >\n                <h5 class=\"h5\">Nuestros productos</h5>\n                <ul>\n                  <li>\n                    <a href=\"/es/\" target=\"_blank\">IA de conversi\u00f3n de texto a voz (TTSVox)</a>\n                  </li>\n                  <li>\n                    <a href=\"https://genfaceless.com/?utm_source=ttsvox\" target=\"_blank\">Creador de contenido sin rostro</a>\n                  </li>\n                </ul>\n              </div>\n            </div>\n            <div class=\"col-12 col-sm-6 col-lg-3\">\n              <div\n                class=\"footer__single wow fadeInUp\"\n                data-wow-duration=\"600ms\"\n                data-wow-delay=\"400ms\"\n              >\n                <h5 class=\"h5\">Casos de uso</h5>\n                <ul>\n                  <li>\n                    <a href=\"\">Texto a voz</a>\n                  </li>\n                  <li>\n                    <a href=\"\">Clonaci\u00f3n de voz (pr\u00f3ximamente)</a>\n                  </li>\n                </ul>\n              </div>\n            </div>\n            <div class=\"col-12 col-sm-6 col-lg-3\">\n              <div\n                class=\"footer__single wow fadeInUp\"\n                data-wow-duration=\"600ms\"\n                data-wow-delay=\"600ms\"\n              >\n                <h5 class=\"h5\">Soporte</h5>\n                <ul>\n                  <li>\n                    <a href=\"/es/privacy-policy/\">pol\u00edtica de privacidad</a>\n                  </li>\n                  <li>\n                    <a href=\"/es/terms-and-conditions/\">T\u00e9rminos y condiciones</a>\n                  </li>\n                  <li>\n                    <a href=\"/es/#faq\">Preguntas frecuentes</a>\n                  </li>\n                </ul>\n              </div>\n            </div>\n          </div>\n          <div class=\"row\">\n            <div class=\"col-12\">\n              <div class=\"copyright-inner\">\n                <div class=\"row items-gap align-items-center\">\n                  <div class=\"col-12 col-lg-3\">\n                    <div class=\"logo text-center text-lg-start\">\n                      <a href=\"/es/\">\n                        <img src=\"/static/assets/images/logo-two.png\" style=\"max-width: 60%;\" alt=\"Image\" />\n                      </a>\n                    </div>\n                  </div>\n                  <div class=\"col-12 col-lg-6\">\n                    <p class=\"text-center\">\n                      Copyright &copy; 2024 TTSVox. Muy bien al rev\u00e9s.\n                    </p>\n                  </div>\n                  <div class=\"col-12 col-lg-3\">\n                    <div\n                      class=\"social justify-content-center justify-content-lg-end\"\n                    >\n                      <a href=\"https://www.facebook.com/profile.php?id=61556607781018\" target=\"_blank\" aria-label=\"social media\">\n                        <i class=\"fa-brands fa-facebook-f\"></i>\n                      </a>\n                      <a href=\"https://twitter.com/TTSVox\" target=\"_blank\" aria-label=\"social media\">\n                        <i class=\"fa-brands fa-twitter\"></i>\n                      </a>\n                      <a href=\"https://www.linkedin.com/company/ttsvox/\" target=\"_blank\" aria-label=\"social media\">\n                        <i class=\"fa-brands fa-linkedin-in\"></i>\n                      </a>\n                      <a href=\"https://www.instagram.com/ttsvox/\" target=\"_blank\" aria-label=\"social media\">\n                        <i class=\"fa-brands fa-instagram\"></i>\n                      </a>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n        <div class=\"anime\">\n          <img\n            src=\"/static/assets/images/footer-anime-one.png\"\n            alt=\"Image\"\n            class=\"one\"\n          />\n          <img\n            src=\"/static/assets/images/footer-anime-two.png\"\n            alt=\"Image\"\n            class=\"two\"\n          />\n        </div>\n      </footer>\n      <!-- ==== / footer end ==== -->\n    </div>\n    <div class=\"progress-wrap\">\n      <svg class=\"progress-circle svg-content\" width=\"100%\" height=\"100%\" viewBox=\"-1 -1 102 102\">\n        <path d=\"M50,1 a49,49 0 0,1 0,98 a49,49 0 0,1 0,-98\" />\n      </svg>\n    </div>\n   \n    <script>\n      // Top banner functionality\n      (function() {\n        const topBanner = document.getElementById('topBanner');\n        const topBannerClose = document.getElementById('topBannerClose');\n        const header = document.querySelector('.header');\n        topBanner.classList.add('show');\n        if (header) {\n          header.style.top = '48px';\n        }\n        // Adjust body padding when banner is shown\n        document.body.style.paddingTop = '48px';\n\n        // Close banner handler\n        if (topBannerClose) {\n          topBannerClose.addEventListener('click', function() {\n            topBanner.classList.remove('show');\n            if (header) {\n              header.style.top = '0px';\n            }\n            document.body.style.paddingTop = '0px';\n          });\n        }\n      })();\n\n      var textarea = document.getElementById(\"input-text\");\n      var counter = document.getElementById(\"charCount\");\n      var languageTemplate = document.getElementById(\"languageDropdown\");\n\n      var languageTemplate = languageTemplate.textContent.trim();\n\n      function countChars() {\n        counter.innerHTML = textarea.value.length;\n      }\n      function clearText() {\n        textarea.value = \"\";\n        counter.innerHTML = \"0\"\n      }\n      \n      var translations = {\n        'Female': 'Femenina',\n        'Male': 'Masculina'\n      };\n\n      function genderSorting() {\n        const allGender = document.querySelectorAll('.all');\n        const female = document.querySelectorAll('.female');\n        const male = document.querySelectorAll('.male');\n        const genderAll = document.getElementById('genderAll');\n        const genderMale = document.getElementById('genderMale');\n        const genderFemale = document.getElementById('genderFemale');\n\n        function showAll() {\n            allGender.forEach(all => all.classList.remove('hidden'));\n        }\n        \n        function showFemale() {\n            allGender.forEach(all => {\n                all.classList.add('hidden');\n            });\n            female.forEach(fem => fem.classList.remove('hidden'));\n        }\n        \n        function showMale() {\n            allGender.forEach(all => {\n                all.classList.add('hidden');\n            });\n            male.forEach(mal => mal.classList.remove('hidden'));\n        }\n\n        genderAll.addEventListener('click', () => {\n        genderAll.classList.add('active');\n        genderMale.classList.remove('active');\n        genderFemale.classList.remove('active');\n        })\n\n        genderMale.addEventListener('click', () => {\n        genderAll.classList.remove('active');\n        genderMale.classList.add('active');\n        genderFemale.classList.remove('active');\n        })\n\n        genderFemale.addEventListener('click', () => {\n        genderAll.classList.remove('active');\n        genderMale.classList.remove('active');\n        genderFemale.classList.add('active');\n        })\n\n        genderAll.addEventListener('click', showAll);\n        genderMale.addEventListener('click', showMale);\n        genderFemale.addEventListener('click', showFemale);\n      }\n    </script>\n    <script>\n      document.getElementById('contactForm').addEventListener('submit', function (event) {\n          event.preventDefault();\n          const formData = new FormData(event.target);\n          const csrfToken = document.querySelector('input[name=\"csrfmiddlewaretoken\"]').value;\n  \n          fetch(\"/es/contact-us/\", {\n              method: 'POST',\n              body: formData,\n              headers: {\n                  'X-CSRFToken': csrfToken,\n              }\n          })\n          .then(response => response.json())\n          .then(data => {\n              document.getElementById('alert').style.display = \"block\";\n          })\n          .catch(error => {\n              console.error('Error:', error);\n          });\n      });\n    </script>\n    \n    <script src=\"/static/assets/js/jquery-3.7.0.min.js\"></script>\n    <script src=\"/static/assets/js/tts/script.js\"></script>\n    <script src=\"/static/assets/js/bootstrap.bundle.min.js\"></script>\n    <script src=\"/static/assets/js/jquery.nice-select.min.js\"></script>\n    <script src=\"/static/assets/js/jquery.magnific-popup.min.js\"></script>\n    <script src=\"/static/assets/js/slick.min.js\"></script>\n    <script src=\"/static/assets/js/typed.umd.js\"></script>\n    <script src=\"/static/assets/js/wow.min.js\"></script>\n    <script src=\"/static/assets/js/plugins.js\"></script>\n    <script src=\"/static/assets/js/main.js\"></script>\n  </body>\n</html>\n"}