{"id":2458,"date":"2026-07-05T18:04:40","date_gmt":"2026-07-05T17:04:40","guid":{"rendered":"https:\/\/japanmatsuri.org\/it\/?page_id=2458"},"modified":"2026-07-13T18:13:05","modified_gmt":"2026-07-13T17:13:05","slug":"creator-pass","status":"publish","type":"page","link":"https:\/\/japanmatsuri.org\/en\/creator-pass\/","title":{"rendered":"Creator Pass"},"content":{"rendered":"\n<!-- ============================================================\n     JAPAN MATSURI 2026 \u2014 Accredito Content Creator\n     Da incollare in un widget HTML di Elementor (tutto il file).\n     Endpoint backend: vedi JM_API_URL in fondo al file.\n     ============================================================ -->\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Murecho:wght@400;500;700;800;900&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n.jm-acc, .jm-acc * { box-sizing: border-box; margin: 0; padding: 0; }\n.jm-acc {\n  --jm-red: #bc0b31;\n  --jm-red-deep: #8f0825;\n  --jm-blue: #1c244b;\n  --jm-ink: #241f20;        --jm-ink: oklch(0.24 0.02 20);\n  --jm-ink-soft: #655a5c;   --jm-ink-soft: oklch(0.45 0.02 20);\n  --jm-surface: #ffffff;\n  --jm-tint: #f7eeee;       --jm-tint: oklch(0.96 0.01 20);\n  --jm-line: #ddd0d1;       --jm-line: oklch(0.87 0.02 20);\n  --jm-gold: #e5c87f;\n  --jm-sakura: #f4c6cd;     --jm-sakura: oklch(0.87 0.06 10);\n  --jm-ok: #2e7d4f;\n  --jm-err: #b3261e;\n  font-family: 'Murecho-Variabile-Installato', 'Murecho', -apple-system, sans-serif;\n  color: var(--jm-ink);\n  background: var(--jm-surface);\n  line-height: 1.6;\n  position: relative;\n}\n\n\/* ---------- hero (stile sito, come la home) ---------- *\/\n.jm-acc .jm-hero {\n  background: url('\/accrediti\/assets\/hero_JM_2026.jpg') center left \/ cover no-repeat;\n  min-height: 340px;\n  display: flex; align-items: center; justify-content: flex-end;\n  padding: 54px 7% 60px;\n  position: relative;\n  color: var(--jm-ink);\n}\n.jm-acc .jm-hero::before {\n  content: \"\"; position: absolute; inset: 0;\n  background: linear-gradient(270deg, rgba(240,236,226,.94) 0%, rgba(240,236,226,.8) 38%, rgba(240,236,226,.1) 70%);\n}\n@media (max-width: 720px) {\n  .jm-acc .jm-hero::before { background: rgba(240,236,226,.78); }\n}\n.jm-acc .jm-hero-txt { position: relative; max-width: 600px; text-align: left; }\n.jm-acc .jm-hero-tag {\n  display: inline-block;\n  font-size: 13px; font-weight: 800; letter-spacing: .14em;\n  text-transform: uppercase;\n  color: var(--jm-red);\n  margin-bottom: 12px;\n}\n.jm-acc .jm-hero h1 {\n  font-size: clamp(32px, 5vw, 52px);\n  font-weight: 800; line-height: 1.1;\n  color: #000;\n  text-wrap: balance;\n  margin-bottom: 12px;\n}\n.jm-acc .jm-hero .jm-sub {\n  font-size: clamp(15px, 2vw, 17px); color: var(--jm-ink);\n  max-width: 52ch; position: relative;\n}\n.jm-acc .jm-hero .jm-date {\n  margin-top: 18px; display: inline-flex; gap: 10px; align-items: center;\n  font-weight: 800; font-size: 15px; color: var(--jm-red);\n  border-top: 2px solid rgba(188,11,49,.35);\n  padding-top: 12px; position: relative;\n}\n\n\/* ---------- body ---------- *\/\n.jm-acc .jm-body { padding: 44px 22px 60px; max-width: 804px; margin: 0 auto; }\n@media (max-width: 640px) {\n  .jm-acc .jm-hero { min-height: 240px; padding: 40px 22px 44px; }\n  .jm-acc .jm-body { padding: 32px 20px 44px; }\n}\n.jm-acc .jm-intro {\n  background: var(--jm-tint);\n  padding: 15px 19px; border-radius: 12px;\n  font-size: 14px; margin-bottom: 32px;\n}\n.jm-acc fieldset { border: none; margin-bottom: 32px; min-width: 0; }\n.jm-acc legend {\n  font-family: 'Murecho-Variabile-Installato', 'Murecho', sans-serif;\n  font-size: 20px; font-weight: 800; color: var(--jm-blue);\n  display: flex; align-items: center; gap: 11px;\n  margin-bottom: 17px; width: 100%;\n  text-wrap: balance;\n}\n.jm-acc legend .jm-num {\n  display: inline-flex; align-items: center; justify-content: center;\n  width: 30px; height: 30px; border-radius: 9px;\n  background: var(--jm-red); color: #fff;\n  font-family: inherit;\n  font-size: 15px; font-weight: 700; flex: none;\n}\n.jm-acc legend::after {\n  content: \"\"; flex: 1; height: 2px; border-radius: 2px;\n  background: linear-gradient(90deg, var(--jm-sakura), transparent);\n}\n.jm-acc .jm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }\n@media (max-width: 560px) { .jm-acc .jm-grid { grid-template-columns: 1fr; } }\n.jm-acc .jm-field.jm-full { grid-column: 1 \/ -1; }\n.jm-acc label.jm-lab {\n  display: block; font-size: 13px; font-weight: 700;\n  margin-bottom: 6px; letter-spacing: .02em;\n}\n.jm-acc .jm-req { color: var(--jm-red); }\n.jm-acc .jm-hint { font-weight: 500; color: var(--jm-ink-soft); font-size: 12px; }\n.jm-acc input[type=text], .jm-acc input[type=email], .jm-acc input[type=tel],\n.jm-acc select, .jm-acc textarea {\n  width: 100%; font: inherit; font-size: 15px;\n  padding: 11px 14px;\n  border: 1.5px solid var(--jm-line); border-radius: 10px;\n  background: #fff; color: var(--jm-ink);\n  transition: border-color .15s ease-out, box-shadow .15s ease-out;\n}\n.jm-acc ::placeholder { color: var(--jm-ink-soft); opacity: 1; }\n.jm-acc input:focus, .jm-acc select:focus, .jm-acc textarea:focus {\n  outline: none; border-color: var(--jm-red);\n  box-shadow: 0 0 0 3px rgba(188,11,49,.14);\n}\n.jm-acc textarea { resize: vertical; min-height: 94px; }\n.jm-acc .jm-chips { display: flex; flex-wrap: wrap; gap: 10px; }\n.jm-acc .jm-chip { position: relative; }\n.jm-acc .jm-chip input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }\n.jm-acc .jm-chip span {\n  display: inline-block; padding: 8px 17px;\n  border: 1.5px solid var(--jm-line); border-radius: 999px;\n  background: #fff; font-size: 14px; font-weight: 500;\n  cursor: pointer; user-select: none;\n  transition: background .13s ease-out, border-color .13s ease-out,\n              color .13s ease-out, transform .13s ease-out;\n}\n.jm-acc .jm-chip span:hover { border-color: var(--jm-red); transform: translateY(-1px); }\n.jm-acc .jm-chip input:checked + span {\n  background: var(--jm-red); border-color: var(--jm-red);\n  color: #fff; font-weight: 700;\n}\n.jm-acc .jm-chip input:focus-visible + span { box-shadow: 0 0 0 3px rgba(188,11,49,.3); }\n.jm-acc .jm-consent {\n  display: flex; gap: 12px; align-items: flex-start;\n  background: var(--jm-tint); border-radius: 12px;\n  padding: 16px 18px; font-size: 13.5px; cursor: pointer;\n}\n.jm-acc .jm-consent input {\n  margin-top: 3px; width: 18px; height: 18px;\n  accent-color: var(--jm-red); flex: none;\n}\n.jm-acc .jm-submit {\n  display: block; margin: 30px auto 0; width: min(100%, 460px);\n  font: inherit; font-size: 17px; font-weight: 800; letter-spacing: .02em;\n  color: #fff;\n  background: var(--jm-red);\n  border: none; border-radius: 999px;\n  padding: 15px 36px; cursor: pointer;\n  box-shadow: 0 6px 18px rgba(188,11,49,.28);\n  transition: transform .12s ease-out, box-shadow .12s ease-out;\n}\n.jm-acc .jm-submit:hover { background: var(--jm-red-deep); transform: translateY(-1px); box-shadow: 0 9px 24px rgba(188,11,49,.4); }\n.jm-acc .jm-submit:active { transform: translateY(0); }\n.jm-acc .jm-submit:focus-visible { outline: 3px solid var(--jm-ink); outline-offset: 2px; }\n.jm-acc .jm-submit:disabled { opacity: .6; cursor: wait; transform: none; }\n.jm-acc .jm-msg {\n  display: none; margin-top: 18px; padding: 14px 18px;\n  border-radius: 10px; font-size: 14.5px; font-weight: 500;\n}\n.jm-acc .jm-msg.jm-show { display: block; }\n.jm-acc .jm-msg.jm-error { background: #fbeae9; color: var(--jm-err); border: 1px solid #eec5c2; }\n.jm-acc .jm-done { display: none; text-align: center; padding: 72px 30px; position: relative; overflow: hidden; }\n.jm-acc .jm-done.jm-show { display: block; }\n.jm-acc .jm-done .jm-done-icon {\n  width: 76px; height: 76px; border-radius: 50%;\n  background: var(--jm-ok); color: #fff;\n  display: inline-flex; align-items: center; justify-content: center;\n  font-size: 36px; margin-bottom: 20px;\n}\n.jm-acc .jm-done h2 {\n  font-family: 'Murecho-Variabile-Installato', 'Murecho', sans-serif; font-size: 27px; color: var(--jm-blue);\n  margin-bottom: 10px; text-wrap: balance;\n}\n.jm-acc .jm-done p { color: var(--jm-ink-soft); max-width: 46ch; margin: 0 auto; }\n.jm-acc .jm-hp { position: absolute; left: -9999px; top: -9999px; }\n\n\n\/* ---------- testo candidatura ---------- *\/\n.jm-acc .jm-brief { margin-bottom: 30px; }\n.jm-acc .jm-brief h2 {\n  font-family: 'Murecho-Variabile-Installato', 'Murecho', sans-serif;\n  font-size: 28px; font-weight: 800; line-height: 1.25; color: var(--jm-blue);\n  text-wrap: balance; margin-bottom: 12px;\n}\n.jm-acc .jm-brief .jm-brief-lead { font-weight: 700; color: var(--jm-red); }\n.jm-acc .jm-brief p { font-size: 20px; margin-bottom: 10px; max-width: 68ch; text-wrap: pretty; }\n.jm-acc .jm-brief .jm-brief-nota {\n  background: var(--jm-tint); border-radius: 12px;\n  padding: 16px 20px; font-size: 20px; margin-top: 14px;\n}\n.jm-acc .jm-brief .jm-brief-close { font-weight: 700; margin-top: 12px; margin-bottom: 0; }\n@media (max-width: 767px) {\n  .jm-acc .jm-brief p,\n  .jm-acc .jm-brief .jm-brief-nota { font-size: 18px; }\n}\n\n\/* ---------- motion ---------- *\/\n@keyframes jm-rise {\n  from { transform: translateY(14px); }\n  to   { transform: none; }\n}\n.jm-acc .jm-hero .jm-hero-tag, .jm-acc .jm-hero h1,\n.jm-acc .jm-hero .jm-sub, .jm-acc .jm-hero .jm-date {\n  animation: jm-rise .5s cubic-bezier(.165,.84,.44,1) both;\n}\n.jm-acc .jm-hero h1 { animation-delay: .06s; }\n.jm-acc .jm-hero .jm-sub { animation-delay: .12s; }\n.jm-acc .jm-hero .jm-date { animation-delay: .18s; }\n.jm-acc .jm-brief { animation-delay: .05s; }\n.jm-acc fieldset, .jm-acc .jm-brief, .jm-acc .jm-intro, .jm-acc .jm-consent, .jm-acc .jm-submit {\n  animation: jm-rise .45s cubic-bezier(.165,.84,.44,1) both;\n}\n.jm-acc .jm-intro { animation-delay: .1s; }\n.jm-acc fieldset:nth-of-type(1) { animation-delay: .16s; }\n.jm-acc fieldset:nth-of-type(2) { animation-delay: .22s; }\n.jm-acc fieldset:nth-of-type(3) { animation-delay: .28s; }\n.jm-acc .jm-consent, .jm-acc .jm-submit { animation-delay: .34s; }\n@keyframes jm-bloom {\n  from { opacity: 0; transform: scale(.5); }\n  to   { opacity: 1; transform: scale(1); }\n}\n.jm-acc .jm-done.jm-show .jm-done-icon { animation: jm-bloom .5s cubic-bezier(.165,.84,.44,1) both; }\n@media (prefers-reduced-motion: reduce) {\n  .jm-acc *, .jm-acc *::before, .jm-acc *::after {\n    animation: none !important; transition: none !important;\n  }\n}\n<\/style>\n\n<div class=\"jm-acc\">\n  <header class=\"jm-hero\">\n    <div class=\"jm-hero-txt\">\n      <span class=\"jm-hero-tag\" data-i18n=\"tag\">Accrediti \u00b7 Content Creator<\/span>\n      <h1 data-i18n=\"h1\">Racconta il Japan Matsuri<\/h1>\n      <p class=\"jm-sub\" data-i18n=\"sub\">Sei un content creator? Richiedi l&#8217;accredito per accedere al festival e creare contenuti dall&#8217;interno dell&#8217;evento.<\/p>\n      <span class=\"jm-date\">\n        <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" aria-hidden=\"true\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\"\/><path d=\"M16 2v4M8 2v4M3 10h18\"\/><\/svg>\n        <span data-i18n=\"date\">19\u201320 settembre 2026 \u00b7 Espocentro, Bellinzona<\/span>\n      <\/span>\n    <\/div>\n  <\/header>\n  <div class=\"jm-body\">\n    <form id=\"jm-form\" novalidate>\n      <div class=\"jm-brief\">\n        <h2 data-i18n=\"brief_h\">Candidatura Creator Pass \u2013 Japan Matsuri<\/h2>\n        <p class=\"jm-brief-lead\" data-i18n=\"brief_lead\">Grazie per il tuo interesse nel raccontare il Japan Matsuri!<\/p>\n        <p data-i18n=\"brief_p1\">Il Creator Pass \u00e8 dedicato a content creator che desiderano condividere la propria esperienza durante l&#8217;evento attraverso foto, video e contenuti sui social media.<\/p>\n        <p data-i18n=\"brief_p2\">Le candidature saranno valutate considerando diversi aspetti, tra cui la qualit\u00e0 e l&#8217;originalit\u00e0 dei contenuti, la pertinenza con il tema dell&#8217;evento, il coinvolgimento della community e la professionalit\u00e0 del profilo. Il numero di follower \u00e8 solo uno dei criteri presi in esame.<\/p>\n        <p data-i18n=\"brief_p3\">L&#8217;invio della candidatura non garantisce l&#8217;assegnazione del Creator Pass. I posti disponibili sono limitati e tutte le richieste saranno valutate dall&#8217;organizzazione.<\/p>\n        <p data-i18n=\"brief_p4\">I creator selezionati riceveranno una comunicazione via e-mail con tutte le informazioni utili e le linee guida per la partecipazione.<\/p>\n        <p data-i18n=\"brief_p5\">Ti invitiamo a compilare il modulo con attenzione e ad assicurarti che tutti i link ai tuoi profili social siano corretti.<\/p>\n        <p class=\"jm-brief-nota\" data-i18n-html=\"brief_nota\"><strong>Nota:<\/strong> le candidature saranno esaminate dall&#8217;organizzazione fino a esaurimento dei posti disponibili. Il Japan Matsuri si riserva il diritto di accettare o rifiutare le candidature sulla base dei criteri di selezione e delle esigenze organizzative, senza obbligo di motivazione.<\/p>\n        <p class=\"jm-brief-close\" data-i18n=\"brief_close\">Non vediamo l&#8217;ora di conoscere te e i tuoi contenuti!<\/p>\n      <\/div>\n\n      <p class=\"jm-intro\" data-i18n-html=\"intro\">Compila il modulo: valuteremo ogni richiesta e riceverai una risposta via e-mail. I campi con <strong class=\"jm-req\">*<\/strong> sono obbligatori.<\/p>\n\n      <!-- honeypot anti-spam -->\n      <div class=\"jm-hp\" aria-hidden=\"true\">\n        <label>Non compilare questo campo<input type=\"text\" name=\"website\" tabindex=\"-1\" autocomplete=\"off\"><\/label>\n      <\/div>\n\n      <fieldset>\n        <legend><span class=\"jm-num\">1<\/span><span data-i18n=\"s1\">I tuoi dati<\/span><\/legend>\n        <div class=\"jm-grid\">\n          <div class=\"jm-field\">\n            <label class=\"jm-lab\" for=\"jm-nome\"><span data-i18n=\"l_nome\">Nome<\/span> <span class=\"jm-req\">*<\/span><\/label>\n            <input type=\"text\" id=\"jm-nome\" name=\"nome\" required autocomplete=\"given-name\">\n          <\/div>\n          <div class=\"jm-field\">\n            <label class=\"jm-lab\" for=\"jm-cognome\"><span data-i18n=\"l_cognome\">Cognome<\/span> <span class=\"jm-req\">*<\/span><\/label>\n            <input type=\"text\" id=\"jm-cognome\" name=\"cognome\" required autocomplete=\"family-name\">\n          <\/div>\n          <div class=\"jm-field\">\n            <label class=\"jm-lab\" for=\"jm-email\"><span data-i18n=\"l_email\">E-mail<\/span> <span class=\"jm-req\">*<\/span><\/label>\n            <input type=\"email\" id=\"jm-email\" name=\"email\" required autocomplete=\"email\">\n          <\/div>\n          <div class=\"jm-field\">\n            <label class=\"jm-lab\" for=\"jm-tel\"><span data-i18n=\"l_tel\">Telefono<\/span> <span class=\"jm-req\">*<\/span><\/label>\n            <input type=\"tel\" id=\"jm-tel\" name=\"telefono\" required autocomplete=\"tel\" placeholder=\"+41 79 000 00 00\">\n          <\/div>\n        <\/div>\n      <\/fieldset>\n      <fieldset>\n        <legend><span class=\"jm-num\">2<\/span><span data-i18n=\"s2\">I tuoi canali<\/span><\/legend>\n        <div class=\"jm-grid\">\n          <div class=\"jm-field jm-full\">\n            <label class=\"jm-lab\" for=\"jm-nick\"><span data-i18n=\"l_canale\">Nome del canale \/ nickname<\/span> <span class=\"jm-req\">*<\/span><\/label>\n            <input type=\"text\" id=\"jm-nick\" name=\"canale\" required data-i18n-ph=\"ph_canale\" placeholder=\"es. @tuonickname\">\n          <\/div>\n          <div class=\"jm-field jm-full\">\n            <label class=\"jm-lab\"><span data-i18n=\"l_piatt\">Piattaforme<\/span> <span class=\"jm-req\">*<\/span> <span class=\"jm-hint\" data-i18n=\"hint_piatt\">\u2014 seleziona tutte quelle attive<\/span><\/label>\n            <div class=\"jm-chips\" id=\"jm-piattaforme\">\n              <label class=\"jm-chip\"><input type=\"checkbox\" name=\"piattaforme[]\" value=\"Instagram\"><span>Instagram<\/span><\/label>\n              <label class=\"jm-chip\"><input type=\"checkbox\" name=\"piattaforme[]\" value=\"TikTok\"><span>TikTok<\/span><\/label>\n              <label class=\"jm-chip\"><input type=\"checkbox\" name=\"piattaforme[]\" value=\"YouTube\"><span>YouTube<\/span><\/label>\n              <label class=\"jm-chip\"><input type=\"checkbox\" name=\"piattaforme[]\" value=\"Twitch\"><span>Twitch<\/span><\/label>\n              <label class=\"jm-chip\"><input type=\"checkbox\" name=\"piattaforme[]\" value=\"Altro\"><span data-i18n=\"r4\">Altro<\/span><\/label>\n            <\/div>\n          <\/div>\n          <div class=\"jm-field jm-full\">\n            <label class=\"jm-lab\" for=\"jm-link\"><span data-i18n=\"l_link\">Link ai profili<\/span> <span class=\"jm-req\">*<\/span> <span class=\"jm-hint\" data-i18n=\"hint_link\">\u2014 uno per riga<\/span><\/label>\n            <textarea id=\"jm-link\" name=\"link_profili\" required placeholder=\"https:\/\/instagram.com\/\u2026&#10;https:\/\/tiktok.com\/@\u2026\"><\/textarea>\n          <\/div>\n          <div class=\"jm-field\">\n            <label class=\"jm-lab\" for=\"jm-follower\"><span data-i18n=\"l_follower\">Follower totali<\/span> <span class=\"jm-req\">*<\/span><\/label>\n            <select id=\"jm-follower\" name=\"follower\" required>\n              <option value=\"\" disabled selected data-i18n=\"sel\">Seleziona\u2026<\/option>\n              <option value=\"Meno di 5'000\" data-i18n=\"f1\">Meno di 5&#8217;000<\/option>\n              <option value=\"5'000 \u2013 20'000\" data-i18n=\"f2\">5&#8217;000 \u2013 20&#8217;000<\/option>\n              <option value=\"20'000 \u2013 50'000\" data-i18n=\"f3\">20&#8217;000 \u2013 50&#8217;000<\/option>\n              <option value=\"50'000 \u2013 100'000\" data-i18n=\"f4\">50&#8217;000 \u2013 100&#8217;000<\/option>\n              <option value=\"Oltre 100'000\" data-i18n=\"f5\">Oltre 100&#8217;000<\/option>\n            <\/select>\n          <\/div>\n        <\/div>\n      <\/fieldset>\n\n      <fieldset>\n        <legend><span class=\"jm-num\">3<\/span><span data-i18n=\"s3\">Al festival<\/span><\/legend>\n        <div class=\"jm-grid\">\n          <div class=\"jm-field jm-full\">\n            <label class=\"jm-lab\"><span data-i18n=\"giorni_q\">Quando vuoi venire?<\/span> <span class=\"jm-req\">*<\/span><\/label>\n            <div class=\"jm-chips\">\n              <label class=\"jm-chip\"><input type=\"radio\" name=\"giorni\" value=\"Sabato 19\" required><span data-i18n=\"d_sab\">Sabato 19<\/span><\/label>\n              <label class=\"jm-chip\"><input type=\"radio\" name=\"giorni\" value=\"Domenica 20\"><span data-i18n=\"d_dom\">Domenica 20<\/span><\/label>\n              <label class=\"jm-chip\"><input type=\"radio\" name=\"giorni\" value=\"Entrambi i giorni\"><span data-i18n=\"d_both\">Entrambi i giorni<\/span><\/label>\n            <\/div>\n          <\/div>\n          <div class=\"jm-field jm-full\">\n            <label class=\"jm-lab\" for=\"jm-contenuto\"><span data-i18n=\"l_contenuto\">Che contenuti pensi di creare?<\/span> <span class=\"jm-req\">*<\/span><\/label>\n            <textarea id=\"jm-contenuto\" name=\"contenuto\" required data-i18n-ph=\"ph_contenuto\" placeholder=\"es. vlog dell'evento, reel sulle attivit\u00e0, copertura cosplay\u2026\"><\/textarea>\n          <\/div>\n          <div class=\"jm-field jm-full\">\n            <label class=\"jm-lab\" for=\"jm-note\"><span data-i18n=\"l_note\">Note<\/span> <span class=\"jm-hint\" data-i18n=\"hint_fac\">\u2014 facoltativo<\/span><\/label>\n            <textarea id=\"jm-note\" name=\"note\" data-i18n-ph=\"ph_note\" placeholder=\"Qualcosa che dovremmo sapere?\"><\/textarea>\n          <\/div>\n        <\/div>\n      <\/fieldset>\n\n      <label class=\"jm-consent\">\n        <input type=\"checkbox\" name=\"privacy\" required>\n        <span data-i18n-html=\"consent\">Acconsento al trattamento dei miei dati personali da parte dell&#8217;organizzazione del Japan Matsuri ai soli fini della gestione degli accrediti. <span class=\"jm-req\">*<\/span><\/span>\n      <\/label>\n\n      <label class=\"jm-consent\">\n        <input type=\"checkbox\" name=\"linee_guida\" required>\n        <span data-i18n-html=\"consent_guida\">Dichiaro di aver letto e di accettare le linee guida da rispettare durante l&#8217;evento. <span class=\"jm-req\">*<\/span><\/span>\n      <\/label>\n\n      <button type=\"submit\" class=\"jm-submit\" id=\"jm-btn\" data-i18n=\"btn\">Invia richiesta di accredito<\/button>\n      <div class=\"jm-msg jm-error\" id=\"jm-err\" role=\"alert\"><\/div>\n    <\/form>\n\n    <div class=\"jm-done\" id=\"jm-done\">\n      <span class=\"jm-done-icon\" aria-hidden=\"true\">\u2713<\/span>\n      <h2 data-i18n=\"done_h2\">Richiesta inviata!<\/h2>\n      <p data-i18n=\"done_p\">Grazie! Abbiamo ricevuto la tua richiesta di accredito content creator. Ti risponderemo via e-mail appena possibile.<\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n(function () {\n  var JM_API_URL = '\/accrediti\/api\/submit.php'; \/\/ \u2190 endpoint backend\n  var I18N = {\n \"it\": {\n  \"r4\": \"Altro\",\n  \"date\": \"19\u201320 settembre 2026 \u00b7 Espocentro, Bellinzona\",\n  \"intro\": \"Compila il modulo: valuteremo ogni richiesta e riceverai una risposta via e-mail. I campi con <strong class=\\\"jm-req\\\">*<\/strong> sono obbligatori.\",\n  \"s1\": \"I tuoi dati\",\n  \"s3\": \"Al festival\",\n  \"l_nome\": \"Nome\",\n  \"l_cognome\": \"Cognome\",\n  \"l_email\": \"E-mail\",\n  \"l_tel\": \"Telefono\",\n  \"hint_fac\": \"\u2014 facoltativo\",\n  \"sel\": \"Seleziona\u2026\",\n  \"giorni_q\": \"Quando vuoi venire?\",\n  \"d_sab\": \"Sabato 19\",\n  \"d_dom\": \"Domenica 20\",\n  \"d_both\": \"Entrambi i giorni\",\n  \"l_note\": \"Note\",\n  \"ph_note\": \"Qualcosa che dovremmo sapere?\",\n  \"consent\": \"Acconsento al trattamento dei miei dati personali da parte dell'organizzazione del Japan Matsuri ai soli fini della gestione degli accrediti. <span class=\\\"jm-req\\\">*<\/span>\",\n  \"btn\": \"Invia richiesta di accredito\",\n  \"btn_sending\": \"Invio in corso\u2026\",\n  \"done_h2\": \"Richiesta inviata!\",\n  \"err_fail\": \"Invio non riuscito: {msg} \u2014 riprova tra poco o scrivici via e-mail.\",\n  \"tag\": \"Accrediti \u00b7 Content Creator\",\n  \"h1\": \"Racconta il Japan Matsuri\",\n  \"sub\": \"Sei un content creator? Richiedi l'accredito per accedere al festival e creare contenuti dall'interno dell'evento.\",\n  \"s2\": \"I tuoi canali\",\n  \"l_canale\": \"Nome del canale \/ nickname\",\n  \"ph_canale\": \"es. @tuonickname\",\n  \"l_piatt\": \"Piattaforme\",\n  \"hint_piatt\": \"\u2014 seleziona tutte quelle attive\",\n  \"l_link\": \"Link ai profili\",\n  \"hint_link\": \"\u2014 uno per riga\",\n  \"l_follower\": \"Follower totali\",\n  \"f1\": \"Meno di 5'000\",\n  \"f2\": \"5'000 \u2013 20'000\",\n  \"f3\": \"20'000 \u2013 50'000\",\n  \"f4\": \"50'000 \u2013 100'000\",\n  \"f5\": \"Oltre 100'000\",\n  \"l_contenuto\": \"Che contenuti pensi di creare?\",\n  \"ph_contenuto\": \"es. vlog dell'evento, reel sulle attivit\u00e0, copertura cosplay\u2026\",\n  \"done_p\": \"Grazie! Abbiamo ricevuto la tua richiesta di accredito content creator. Ti risponderemo via e-mail appena possibile.\",\n  \"err_piatt\": \"Seleziona almeno una piattaforma.\",\n  \"consent_guida\": \"Dichiaro di aver letto e di accettare le <a href=\\\"\/it\/linee-guida-media-creator\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Linee guida Creator<\/a> da rispettare durante l'evento. <span class=\\\"jm-req\\\">*<\/span>\",\n  \"brief_h\": \"Candidatura Creator Pass \u2013 Japan Matsuri\",\n  \"brief_lead\": \"Grazie per il tuo interesse nel raccontare il Japan Matsuri!\",\n  \"brief_p1\": \"Il Creator Pass \u00e8 dedicato a content creator che desiderano condividere la propria esperienza durante l'evento attraverso foto, video e contenuti sui social media.\",\n  \"brief_p2\": \"Le candidature saranno valutate considerando diversi aspetti, tra cui la qualit\u00e0 e l'originalit\u00e0 dei contenuti, la pertinenza con il tema dell'evento, il coinvolgimento della community e la professionalit\u00e0 del profilo. Il numero di follower \u00e8 solo uno dei criteri presi in esame.\",\n  \"brief_p3\": \"L'invio della candidatura non garantisce l'assegnazione del Creator Pass. I posti disponibili sono limitati e tutte le richieste saranno valutate dall'organizzazione.\",\n  \"brief_p4\": \"I creator selezionati riceveranno una comunicazione via e-mail con tutte le informazioni utili e le linee guida per la partecipazione.\",\n  \"brief_p5\": \"Ti invitiamo a compilare il modulo con attenzione e ad assicurarti che tutti i link ai tuoi profili social siano corretti.\",\n  \"brief_nota\": \"<strong>Nota:<\/strong> le candidature saranno esaminate dall'organizzazione fino a esaurimento dei posti disponibili. Il Japan Matsuri si riserva il diritto di accettare o rifiutare le candidature sulla base dei criteri di selezione e delle esigenze organizzative, senza obbligo di motivazione.\",\n  \"brief_close\": \"Non vediamo l'ora di conoscere te e i tuoi contenuti!\"\n },\n \"en\": {\n  \"r4\": \"Other\",\n  \"date\": \"19\u201320 September 2026 \u00b7 Espocentro, Bellinzona\",\n  \"intro\": \"Fill in the form: we will review every request and reply by e-mail. Fields marked <strong class=\\\"jm-req\\\">*<\/strong> are required.\",\n  \"s1\": \"Your details\",\n  \"s3\": \"At the festival\",\n  \"l_nome\": \"First name\",\n  \"l_cognome\": \"Last name\",\n  \"l_email\": \"E-mail\",\n  \"l_tel\": \"Phone\",\n  \"hint_fac\": \"\u2014 optional\",\n  \"sel\": \"Select\u2026\",\n  \"giorni_q\": \"When would you like to come?\",\n  \"d_sab\": \"Saturday 19\",\n  \"d_dom\": \"Sunday 20\",\n  \"d_both\": \"Both days\",\n  \"l_note\": \"Notes\",\n  \"ph_note\": \"Anything we should know?\",\n  \"consent\": \"I consent to the processing of my personal data by the Japan Matsuri organisation for the sole purpose of managing accreditations. <span class=\\\"jm-req\\\">*<\/span>\",\n  \"btn\": \"Submit accreditation request\",\n  \"btn_sending\": \"Sending\u2026\",\n  \"done_h2\": \"Request sent!\",\n  \"err_fail\": \"Something went wrong: {msg} \u2014 please try again shortly or contact us by e-mail.\",\n  \"tag\": \"Accreditation \u00b7 Content Creator\",\n  \"h1\": \"Tell the story of Japan Matsuri\",\n  \"sub\": \"Are you a content creator? Request accreditation to access the festival and create content from inside the event.\",\n  \"s2\": \"Your channels\",\n  \"l_canale\": \"Channel name \/ nickname\",\n  \"ph_canale\": \"e.g. @yournickname\",\n  \"l_piatt\": \"Platforms\",\n  \"hint_piatt\": \"\u2014 select all that apply\",\n  \"l_link\": \"Profile links\",\n  \"hint_link\": \"\u2014 one per line\",\n  \"l_follower\": \"Total followers\",\n  \"f1\": \"Under 5,000\",\n  \"f2\": \"5,000 \u2013 20,000\",\n  \"f3\": \"20,000 \u2013 50,000\",\n  \"f4\": \"50,000 \u2013 100,000\",\n  \"f5\": \"Over 100,000\",\n  \"l_contenuto\": \"What content do you plan to create?\",\n  \"ph_contenuto\": \"e.g. event vlog, reels about the activities, cosplay coverage\u2026\",\n  \"done_p\": \"Thank you! We have received your content creator accreditation request. We will reply by e-mail as soon as possible.\",\n  \"err_piatt\": \"Select at least one platform.\",\n  \"consent_guida\": \"I confirm that I have read and accept the <a href=\\\"\/it\/linee-guida-media-creator\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Creator guidelines<\/a> to follow during the event. <span class=\\\"jm-req\\\">*<\/span>\",\n  \"brief_h\": \"Creator Pass application \u2013 Japan Matsuri\",\n  \"brief_lead\": \"Thank you for your interest in telling the story of Japan Matsuri!\",\n  \"brief_p1\": \"The Creator Pass is dedicated to content creators who want to share their experience during the event through photos, videos and social media content.\",\n  \"brief_p2\": \"Applications will be evaluated on several aspects, including the quality and originality of your content, its relevance to the event's theme, community engagement and the professionalism of your profile. Follower count is only one of the criteria considered.\",\n  \"brief_p3\": \"Submitting an application does not guarantee a Creator Pass. Spots are limited and all requests will be evaluated by the organisation.\",\n  \"brief_p4\": \"Selected creators will receive an e-mail with all the practical information and the guidelines for taking part.\",\n  \"brief_p5\": \"Please fill in the form carefully and make sure all the links to your social profiles are correct.\",\n  \"brief_nota\": \"<strong>Note:<\/strong> applications will be reviewed by the organisation until all available spots are filled. Japan Matsuri reserves the right to accept or decline applications based on the selection criteria and organisational needs, without any obligation to state reasons.\",\n  \"brief_close\": \"We can't wait to meet you and your content!\"\n },\n \"de\": {\n  \"r4\": \"Andere\",\n  \"date\": \"19.\u201320. September 2026 \u00b7 Espocentro, Bellinzona\",\n  \"intro\": \"F\u00fclle das Formular aus: Wir pr\u00fcfen jede Anfrage und antworten dir per E-Mail. Felder mit <strong class=\\\"jm-req\\\">*<\/strong> sind Pflichtfelder.\",\n  \"s1\": \"Deine Angaben\",\n  \"s3\": \"Am Festival\",\n  \"l_nome\": \"Vorname\",\n  \"l_cognome\": \"Nachname\",\n  \"l_email\": \"E-Mail\",\n  \"l_tel\": \"Telefon\",\n  \"hint_fac\": \"\u2014 optional\",\n  \"sel\": \"Bitte w\u00e4hlen\u2026\",\n  \"giorni_q\": \"Wann m\u00f6chtest du kommen?\",\n  \"d_sab\": \"Samstag, 19.\",\n  \"d_dom\": \"Sonntag, 20.\",\n  \"d_both\": \"Beide Tage\",\n  \"l_note\": \"Anmerkungen\",\n  \"ph_note\": \"Gibt es etwas, das wir wissen sollten?\",\n  \"consent\": \"Ich willige ein, dass die Organisation des Japan Matsuri meine pers\u00f6nlichen Daten ausschliesslich zur Verwaltung der Akkreditierungen verarbeitet. <span class=\\\"jm-req\\\">*<\/span>\",\n  \"btn\": \"Akkreditierung beantragen\",\n  \"btn_sending\": \"Wird gesendet\u2026\",\n  \"done_h2\": \"Anfrage gesendet!\",\n  \"err_fail\": \"Senden fehlgeschlagen: {msg} \u2014 versuche es gleich nochmal oder schreib uns per E-Mail.\",\n  \"tag\": \"Akkreditierung \u00b7 Content Creator\",\n  \"h1\": \"Erz\u00e4hl das Japan Matsuri\",\n  \"sub\": \"Du bist Content Creator? Beantrage eine Akkreditierung, um ans Festival zu kommen und Inhalte direkt vom Event zu erstellen.\",\n  \"s2\": \"Deine Kan\u00e4le\",\n  \"l_canale\": \"Kanalname \/ Nickname\",\n  \"ph_canale\": \"z. B. @deinnickname\",\n  \"l_piatt\": \"Plattformen\",\n  \"hint_piatt\": \"\u2014 alle aktiven ausw\u00e4hlen\",\n  \"l_link\": \"Links zu den Profilen\",\n  \"hint_link\": \"\u2014 einer pro Zeile\",\n  \"l_follower\": \"Follower insgesamt\",\n  \"f1\": \"Unter 5'000\",\n  \"f2\": \"5'000 \u2013 20'000\",\n  \"f3\": \"20'000 \u2013 50'000\",\n  \"f4\": \"50'000 \u2013 100'000\",\n  \"f5\": \"\u00dcber 100'000\",\n  \"l_contenuto\": \"Welche Inhalte planst du?\",\n  \"ph_contenuto\": \"z. B. Event-Vlog, Reels zu den Aktivit\u00e4ten, Cosplay-Berichte\u2026\",\n  \"done_p\": \"Danke! Wir haben deine Anfrage f\u00fcr eine Content-Creator-Akkreditierung erhalten. Wir antworten dir so bald wie m\u00f6glich per E-Mail.\",\n  \"err_piatt\": \"W\u00e4hle mindestens eine Plattform.\",\n  \"consent_guida\": \"Ich best\u00e4tige, die <a href=\\\"\/it\/linee-guida-media-creator\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Creator-Richtlinien<\/a> f\u00fcr die Veranstaltung gelesen zu haben und zu akzeptieren. <span class=\\\"jm-req\\\">*<\/span>\",\n  \"brief_h\": \"Bewerbung Creator Pass \u2013 Japan Matsuri\",\n  \"brief_lead\": \"Danke f\u00fcr dein Interesse, das Japan Matsuri zu erz\u00e4hlen!\",\n  \"brief_p1\": \"Der Creator Pass richtet sich an Content Creator, die ihre Erfahrung w\u00e4hrend des Events mit Fotos, Videos und Social-Media-Inhalten teilen m\u00f6chten.\",\n  \"brief_p2\": \"Die Bewerbungen werden nach verschiedenen Kriterien bewertet, darunter Qualit\u00e4t und Originalit\u00e4t der Inhalte, Bezug zum Thema des Events, Community-Engagement und die Professionalit\u00e4t des Profils. Die Follower-Zahl ist nur eines der Kriterien.\",\n  \"brief_p3\": \"Das Einreichen der Bewerbung garantiert keinen Creator Pass. Die Pl\u00e4tze sind begrenzt und alle Anfragen werden von der Organisation gepr\u00fcft.\",\n  \"brief_p4\": \"Ausgew\u00e4hlte Creator erhalten eine E-Mail mit allen praktischen Informationen und den Richtlinien f\u00fcr die Teilnahme.\",\n  \"brief_p5\": \"Bitte f\u00fclle das Formular sorgf\u00e4ltig aus und stelle sicher, dass alle Links zu deinen Social-Media-Profilen korrekt sind.\",\n  \"brief_nota\": \"<strong>Hinweis:<\/strong> Die Bewerbungen werden von der Organisation gepr\u00fcft, bis alle verf\u00fcgbaren Pl\u00e4tze vergeben sind. Das Japan Matsuri beh\u00e4lt sich das Recht vor, Bewerbungen auf Grundlage der Auswahlkriterien und der organisatorischen Bed\u00fcrfnisse anzunehmen oder abzulehnen, ohne Begr\u00fcndungspflicht.\",\n  \"brief_close\": \"Wir freuen uns darauf, dich und deine Inhalte kennenzulernen!\"\n },\n \"fr\": {\n  \"r4\": \"Autre\",\n  \"date\": \"19\u201320 septembre 2026 \u00b7 Espocentro, Bellinzona\",\n  \"intro\": \"Remplissez le formulaire : nous examinerons chaque demande et vous r\u00e9pondrons par e-mail. Les champs marqu\u00e9s <strong class=\\\"jm-req\\\">*<\/strong> sont obligatoires.\",\n  \"s1\": \"Vos coordonn\u00e9es\",\n  \"s3\": \"Au festival\",\n  \"l_nome\": \"Pr\u00e9nom\",\n  \"l_cognome\": \"Nom\",\n  \"l_email\": \"E-mail\",\n  \"l_tel\": \"T\u00e9l\u00e9phone\",\n  \"hint_fac\": \"\u2014 facultatif\",\n  \"sel\": \"S\u00e9lectionnez\u2026\",\n  \"giorni_q\": \"Quand souhaitez-vous venir ?\",\n  \"d_sab\": \"Samedi 19\",\n  \"d_dom\": \"Dimanche 20\",\n  \"d_both\": \"Les deux jours\",\n  \"l_note\": \"Remarques\",\n  \"ph_note\": \"Quelque chose \u00e0 nous signaler ?\",\n  \"consent\": \"J'accepte que l'organisation du Japan Matsuri traite mes donn\u00e9es personnelles aux seules fins de la gestion des accr\u00e9ditations. <span class=\\\"jm-req\\\">*<\/span>\",\n  \"btn\": \"Envoyer la demande d'accr\u00e9ditation\",\n  \"btn_sending\": \"Envoi en cours\u2026\",\n  \"done_h2\": \"Demande envoy\u00e9e !\",\n  \"err_fail\": \"L'envoi a \u00e9chou\u00e9 : {msg} \u2014 r\u00e9essayez dans un instant ou \u00e9crivez-nous par e-mail.\",\n  \"tag\": \"Accr\u00e9ditations \u00b7 Cr\u00e9ateurs de contenu\",\n  \"h1\": \"Racontez le Japan Matsuri\",\n  \"sub\": \"Vous \u00eates cr\u00e9ateur de contenu ? Demandez votre accr\u00e9ditation pour acc\u00e9der au festival et cr\u00e9er du contenu au c\u0153ur de l'\u00e9v\u00e9nement.\",\n  \"s2\": \"Vos r\u00e9seaux\",\n  \"l_canale\": \"Nom de cha\u00eene \/ pseudo\",\n  \"ph_canale\": \"ex. @votrepseudo\",\n  \"l_piatt\": \"Plateformes\",\n  \"hint_piatt\": \"\u2014 s\u00e9lectionnez toutes celles que vous utilisez\",\n  \"l_link\": \"Liens vers vos profils\",\n  \"hint_link\": \"\u2014 un par ligne\",\n  \"l_follower\": \"Nombre total d'abonn\u00e9s\",\n  \"f1\": \"Moins de 5 000\",\n  \"f2\": \"5 000 \u2013 20 000\",\n  \"f3\": \"20 000 \u2013 50 000\",\n  \"f4\": \"50 000 \u2013 100 000\",\n  \"f5\": \"Plus de 100 000\",\n  \"l_contenuto\": \"Quels contenus comptez-vous cr\u00e9er ?\",\n  \"ph_contenuto\": \"ex. vlog de l'\u00e9v\u00e9nement, reels sur les activit\u00e9s, couverture cosplay\u2026\",\n  \"done_p\": \"Merci ! Nous avons bien re\u00e7u votre demande d'accr\u00e9ditation cr\u00e9ateur de contenu. Nous vous r\u00e9pondrons par e-mail d\u00e8s que possible.\",\n  \"err_piatt\": \"S\u00e9lectionnez au moins une plateforme.\",\n  \"consent_guida\": \"Je d\u00e9clare avoir lu et accepter les <a href=\\\"\/it\/linee-guida-media-creator\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">lignes directrices Cr\u00e9ateurs<\/a> \u00e0 respecter pendant l'\u00e9v\u00e9nement. <span class=\\\"jm-req\\\">*<\/span>\",\n  \"brief_h\": \"Candidature Creator Pass \u2013 Japan Matsuri\",\n  \"brief_lead\": \"Merci de votre int\u00e9r\u00eat pour raconter le Japan Matsuri !\",\n  \"brief_p1\": \"Le Creator Pass s'adresse aux cr\u00e9ateurs de contenu qui souhaitent partager leur exp\u00e9rience pendant l'\u00e9v\u00e9nement \u00e0 travers photos, vid\u00e9os et contenus sur les r\u00e9seaux sociaux.\",\n  \"brief_p2\": \"Les candidatures seront \u00e9valu\u00e9es selon plusieurs crit\u00e8res, notamment la qualit\u00e9 et l'originalit\u00e9 des contenus, la pertinence par rapport au th\u00e8me de l'\u00e9v\u00e9nement, l'engagement de la communaut\u00e9 et le professionnalisme du profil. Le nombre d'abonn\u00e9s n'est qu'un des crit\u00e8res pris en compte.\",\n  \"brief_p3\": \"L'envoi d'une candidature ne garantit pas l'attribution du Creator Pass. Les places sont limit\u00e9es et toutes les demandes seront \u00e9valu\u00e9es par l'organisation.\",\n  \"brief_p4\": \"Les cr\u00e9ateurs s\u00e9lectionn\u00e9s recevront un e-mail avec toutes les informations utiles et les lignes directrices pour la participation.\",\n  \"brief_p5\": \"Nous vous invitons \u00e0 remplir le formulaire avec attention et \u00e0 v\u00e9rifier que tous les liens vers vos profils sont corrects.\",\n  \"brief_nota\": \"<strong>Remarque :<\/strong> les candidatures seront examin\u00e9es par l'organisation jusqu'\u00e0 \u00e9puisement des places disponibles. Le Japan Matsuri se r\u00e9serve le droit d'accepter ou de refuser les candidatures sur la base des crit\u00e8res de s\u00e9lection et des besoins organisationnels, sans obligation de motivation.\",\n  \"brief_close\": \"Nous avons h\u00e2te de vous d\u00e9couvrir, vous et vos contenus !\"\n }\n};\n\n  \/\/ Lingua: ?lang=xx > prefisso URL TranslatePress (\/it\/ \/en\/ \/de\/ \/fr\/) > it\n  var lang = 'it';\n  try {\n    var q = new URLSearchParams(location.search).get('lang');\n    var m = location.pathname.match(\/^\\\/(it|en|de|fr)(?=\\\/|$)\/);\n    lang = (q || (m && m[1]) || 'it').toLowerCase();\n  } catch (e) {}\n  if (!I18N[lang]) lang = 'it';\n\n  function tr(key) {\n    return (I18N[lang] && I18N[lang][key]) || I18N.it[key] || '';\n  }\n\n  function applyLang(l) {\n    if (I18N[l]) lang = l;\n    var t = I18N[lang];\n    document.querySelectorAll('.jm-acc [data-i18n]').forEach(function (el) {\n      var k = el.getAttribute('data-i18n');\n      if (t[k]) el.textContent = t[k];\n    });\n    document.querySelectorAll('.jm-acc [data-i18n-html]').forEach(function (el) {\n      var k = el.getAttribute('data-i18n-html');\n      if (t[k]) el.innerHTML = t[k];\n    });\n    document.querySelectorAll('.jm-acc [data-i18n-ph]').forEach(function (el) {\n      var k = el.getAttribute('data-i18n-ph');\n      if (t[k]) el.setAttribute('placeholder', t[k]);\n    });\n    var acc = document.querySelector('.jm-acc');\n    if (acc) acc.setAttribute('lang', lang);\n  }\n  window.jmApplyLang = applyLang;\n  applyLang(lang);\n\n  var form = document.getElementById('jm-form');\n  var btn = document.getElementById('jm-btn');\n  var err = document.getElementById('jm-err');\n\n  form.addEventListener('submit', function (e) {\n    e.preventDefault();\n    err.classList.remove('jm-show');\n\n    if (!form.checkValidity()) { form.reportValidity(); return; }\n    if (!form.querySelector('#jm-piattaforme input:checked')) {\n      err.textContent = tr('err_piatt');\n      err.classList.add('jm-show');\n      return;\n    }\n\n    var data = new FormData(form);\n    data.append('type', 'creator');\n    data.append('lang', lang);\n    btn.disabled = true;\n    btn.textContent = tr('btn_sending');\n\n    fetch(JM_API_URL, { method: 'POST', body: data })\n      .then(function (r) { return r.json(); })\n      .then(function (j) {\n        if (!j.ok) throw new Error(j.error || 'HTTP');\n        form.style.display = 'none';\n        document.getElementById('jm-done').classList.add('jm-show');\n        document.querySelector('.jm-acc').scrollIntoView({ behavior: 'smooth', block: 'start' });\n      })\n      .catch(function (ex) {\n        err.textContent = tr('err_fail').replace('{msg}', ex.message);\n        err.classList.add('jm-show');\n        btn.disabled = false;\n        btn.textContent = tr('btn');\n      });\n  });\n})();\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>Accrediti \u00b7 Content Creator Racconta il Japan Matsuri Sei un content creator? Richiedi l&#8217;accredito per accedere al festival e creare contenuti dall&#8217;interno dell&#8217;evento. 19\u201320 settembre 2026 \u00b7 Espocentro, Bellinzona Candidatura Creator Pass \u2013 Japan Matsuri Grazie per il tuo interesse nel raccontare il Japan Matsuri! Il Creator Pass \u00e8 dedicato a content creator che desiderano [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-2458","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Creator Pass - Japan Matsuri - Festival Giapponese Bellinzona<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/japanmatsuri.org\/en\/creator-pass\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Creator Pass - Japan Matsuri - Festival Giapponese Bellinzona\" \/>\n<meta property=\"og:description\" content=\"Accrediti \u00b7 Content Creator Racconta il Japan Matsuri Sei un content creator? Richiedi l&#8217;accredito per accedere al festival e creare contenuti dall&#8217;interno dell&#8217;evento. 19\u201320 settembre 2026 \u00b7 Espocentro, Bellinzona Candidatura Creator Pass \u2013 Japan Matsuri Grazie per il tuo interesse nel raccontare il Japan Matsuri! Il Creator Pass \u00e8 dedicato a content creator che desiderano [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/japanmatsuri.org\/en\/creator-pass\/\" \/>\n<meta property=\"og:site_name\" content=\"Japan Matsuri - Festival Giapponese Bellinzona\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-13T17:13:05+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/japanmatsuri.org\\\/it\\\/creator-pass\\\/\",\"url\":\"https:\\\/\\\/japanmatsuri.org\\\/it\\\/creator-pass\\\/\",\"name\":\"Creator Pass - Japan Matsuri - Festival Giapponese Bellinzona\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/japanmatsuri.org\\\/#website\"},\"datePublished\":\"2026-07-05T17:04:40+00:00\",\"dateModified\":\"2026-07-13T17:13:05+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/japanmatsuri.org\\\/it\\\/creator-pass\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/japanmatsuri.org\\\/it\\\/creator-pass\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/japanmatsuri.org\\\/it\\\/creator-pass\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/japanmatsuri.org\\\/it\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Creator Pass\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/japanmatsuri.org\\\/#website\",\"url\":\"https:\\\/\\\/japanmatsuri.org\\\/\",\"name\":\"Japan Matsuri - Festival Giapponese Bellinzona\",\"description\":\"Festival Giapponese Bellinzona\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/japanmatsuri.org\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Creator Pass - Japan Matsuri - Festival Giapponese Bellinzona","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/japanmatsuri.org\/en\/creator-pass\/","og_locale":"en_GB","og_type":"article","og_title":"Creator Pass - Japan Matsuri - Festival Giapponese Bellinzona","og_description":"Accrediti \u00b7 Content Creator Racconta il Japan Matsuri Sei un content creator? Richiedi l&#8217;accredito per accedere al festival e creare contenuti dall&#8217;interno dell&#8217;evento. 19\u201320 settembre 2026 \u00b7 Espocentro, Bellinzona Candidatura Creator Pass \u2013 Japan Matsuri Grazie per il tuo interesse nel raccontare il Japan Matsuri! Il Creator Pass \u00e8 dedicato a content creator che desiderano [&hellip;]","og_url":"https:\/\/japanmatsuri.org\/en\/creator-pass\/","og_site_name":"Japan Matsuri - Festival Giapponese Bellinzona","article_modified_time":"2026-07-13T17:13:05+00:00","twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/japanmatsuri.org\/it\/creator-pass\/","url":"https:\/\/japanmatsuri.org\/it\/creator-pass\/","name":"Creator Pass - Japan Matsuri - Festival Giapponese Bellinzona","isPartOf":{"@id":"https:\/\/japanmatsuri.org\/#website"},"datePublished":"2026-07-05T17:04:40+00:00","dateModified":"2026-07-13T17:13:05+00:00","breadcrumb":{"@id":"https:\/\/japanmatsuri.org\/it\/creator-pass\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/japanmatsuri.org\/it\/creator-pass\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/japanmatsuri.org\/it\/creator-pass\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/japanmatsuri.org\/it\/"},{"@type":"ListItem","position":2,"name":"Creator Pass"}]},{"@type":"WebSite","@id":"https:\/\/japanmatsuri.org\/#website","url":"https:\/\/japanmatsuri.org\/","name":"Japan Matsuri - Festival Giapponese Bellinzona","description":"Festival Giapponese Bellinzona","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/japanmatsuri.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"}]}},"_links":{"self":[{"href":"https:\/\/japanmatsuri.org\/en\/wp-json\/wp\/v2\/pages\/2458","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/japanmatsuri.org\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/japanmatsuri.org\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/japanmatsuri.org\/en\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/japanmatsuri.org\/en\/wp-json\/wp\/v2\/comments?post=2458"}],"version-history":[{"count":6,"href":"https:\/\/japanmatsuri.org\/en\/wp-json\/wp\/v2\/pages\/2458\/revisions"}],"predecessor-version":[{"id":2619,"href":"https:\/\/japanmatsuri.org\/en\/wp-json\/wp\/v2\/pages\/2458\/revisions\/2619"}],"wp:attachment":[{"href":"https:\/\/japanmatsuri.org\/en\/wp-json\/wp\/v2\/media?parent=2458"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}