{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/3YBN3IqwU2RjDZoBPsZO/0GNRMlprShxe1QGmr6o3/siteMetadata.js"],
  "sourcesContent": ["// Generated by Framer (013b13c)\nexport default function metadata(params,activeLocale){return{customHTMLBodyEnd:'<script>\\n !function() {\\n    let e = (e, t) => [...e.attributes].forEach(e => t.setAttribute(e.name, e.value)),\\n        t = (e, t) => Object.keys(t).forEach(a => e.style[a] = t[a]),\\n        a = e => {\\n            let a = window.matchMedia(\"(max-width: 767px)\"),\\n                r = () => t(e, a.matches ? cfg.typography.mob : cfg.typography.dsk);\\n            a.addEventListener(\"change\", r),\\n            r();\\n        },\\n        r = e => {\\n            let a = window.matchMedia(\"(max-width: 767px)\"),\\n                r = () => t(e, a.matches ? cfg.overlayStyles.typography.mob : cfg.overlayStyles.typography.dsk);\\n            a.addEventListener(\"change\", r),\\n            r();\\n        },\\n        i = e => t(e, cfg.alertStyles),\\n        l = e => {\\n            let a = document.createElement(\"div\");\\n            a.textContent = cfg.overlayStyles.text,\\n            a.setAttribute(\"data-autoform-element\", \"overlay\"),\\n            a.setAttribute(\"data-autoform-group\", \"overlay\"),\\n            t(a, {\\n                position: \"absolute\",\\n                top: \"0\",\\n                right: \"0\",\\n                bottom: \"0\",\\n                left: \"0\",\\n                display: \"flex\",\\n                alignItems: \"center\",\\n                justifyContent: \"center\",\\n                color: cfg.overlayStyles.textColor,\\n                backgroundColor: cfg.overlayStyles.backgroundColor,\\n                borderRadius: cfg.overlayStyles.borderRadius,\\n                zIndex: \"1000\"\\n            }),\\n            r(a),\\n            e.style.position = \"relative\",\\n            e.appendChild(a);\\n        },\\n        o = e => {\\n            let t = !0;\\n            return e.querySelectorAll(\"[required]\").forEach(e => {\\n                let a = e.getAttribute(\"type\") || \"text\";\\n                if (e.value.trim() && (\"email\" !== a || /\\\\S+@\\\\S+\\\\.\\\\S+/.test(e.value))) {\\n                    let r = e.previousSibling;\\n                    r && r.classList && r.classList.contains(\"error-message\") && r.remove();\\n                } else if (t = !1,\\n                !e.previousSibling || !e.previousSibling.classList || !e.previousSibling.classList.contains(\"error-message\")) {\\n                    let l = document.createElement(\"div\");\\n                    l.textContent = \"email\" === a ? \"Por favor, insira um e-mail v\\xe1lido\" : \"Este campo \\xe9 obrigat\\xf3rio\",\\n                    l.classList.add(\"error-message\"),\\n                    i(l),\\n                    e.parentNode.insertBefore(l, e);\\n                }\\n            }),\\n            t;\\n        },\\n        s = (e, t) => {\\n            Object.keys(cfg.utm).forEach(a => {\\n                let r = `utm_${a}`,\\n                    i = e.querySelector(`#${r}`);\\n                if (!i) {\\n                    i = document.createElement(\"input\");\\n                    i.type = \"hidden\";\\n                    i.name = `field[${cfg.utm[a]}]`;\\n                    i.id = r;\\n                    i.setAttribute(\"data-autoform-element\", r);\\n                    i.setAttribute(\"data-autoform-group\", \"utm\");\\n                    e.appendChild(i);\\n                }\\n                let value = t.has(r) ? t.get(r) : \"\";\\n                try {\\n                    i.value = decodeURIComponent(value);\\n                } catch (e) {\\n                    console.error(`Erro ao decodificar o par\\xe2metro ${r}: ${value}`);\\n                    i.value = value; // Se falhar, usar o valor original\\n                }\\n            });\\n        },\\n        n = () => {\\n            let r = new URLSearchParams(window.location.search);\\n            document.querySelectorAll(\\'[data-framer-name=\"ActiveCampaign\"], [name=\"ActiveCampaign\"]\\').forEach(i => {\\n                if (i.classList.contains(\"transformed\"))\\n                    s(i.querySelector(\"form\"), r);\\n                else {\\n                    let n = document.createElement(\"form\");\\n                    n.action = cfg.url,\\n                    n.method = \"POST\",\\n                    e(i, n),\\n                    Object.keys(cfg.hidden).forEach(e => {\\n                        let t = document.createElement(\"input\");\\n                        t.type = \"hidden\";\\n                        t.name = e;\\n                        t.id = e;\\n                        t.value = cfg.hidden[e];\\n                        t.setAttribute(\"data-autoform-element\", e);\\n                        t.setAttribute(\"data-autoform-group\", \"hidden\");\\n                        n.appendChild(t);\\n                    }),\\n                    s(n, r),\\n                    i.querySelectorAll(\\'[data-framer-name^=\"input_\"]\\').forEach(r => {\\n                        let i = r.querySelector(\"span.framer-text, p.framer-text\");\\n                        if (i) {\\n                            let l = r.getAttribute(\"data-framer-name\").split(\"_\")[1],\\n                                o = document.createElement(\"input\");\\n                            o.type = cfg.fields.types[l] || \"text\";\\n                            o.name = l;\\n                            o.placeholder = i.textContent.trim();\\n                            o.autocomplete = \"off\";\\n                            e(i, o);\\n                            o.className = `input-type ${l}`;\\n                            o.setAttribute(\"data-autoform-element\", l);\\n                            o.setAttribute(\"data-autoform-group\", \"input\");\\n                            cfg.fields.requireds.includes(r.getAttribute(\"data-framer-name\")) && (o.required = !0);\\n                            t(o, cfg.inputStyles);\\n                            a(o);\\n                            i.parentNode.replaceChild(o, i);\\n                        }\\n                    }),\\n                    i.querySelectorAll(\\'[data-framer-name=\"button_submit\"]\\').forEach(a => {\\n                        let r = document.createElement(\"button\");\\n                        r.type = \"submit\";\\n                        e(a, r);\\n                        r.className = a.className;\\n                        t(r, cfg.buttonStyles);\\n                        r.setAttribute(\"data-autoform-element\", \"submit\");\\n                        r.setAttribute(\"data-autoform-group\", \"button\");\\n                        while (a.firstChild) {\\n                            r.appendChild(a.firstChild);\\n                        }\\n                        a.replaceWith(r);\\n                        r.addEventListener(\"click\", e => {\\n                            e.preventDefault();\\n                            o(n) && (l(r),\\n                            n.submit());\\n                        });\\n                        n.addEventListener(\"keydown\", e => {\\n                            \"Enter\" === e.key && o(n) && (l(r),\\n                            n.submit());\\n                        });\\n                    });\\n                    while (i.firstChild) {\\n                        n.appendChild(i.firstChild);\\n                    }\\n                    i.parentNode.replaceChild(n, i);\\n                    n.classList.add(\"transformed\");\\n                }\\n            });\\n        };\\n    setInterval(n, 100);\\n}();\\n</script>',customHTMLBodyStart:'<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-TK68RGC\" height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->',customHTMLHeadEnd:\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\\nnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\\n'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,'script','dataLayer','GTM-TK68RGC');</script>\\n<!-- End Google Tag Manager -->\",customHTMLHeadStart:\"<script>\\nconst cfg = {\\n    url: \\\"https://milhassemsegredo.activehosted.com/proc.php\\\",\\n    hidden: { u: \\\"9\\\", f: \\\"9\\\", or: \\\"3a251b4c22e11014ac42f097e02cd1c6\\\", \\\"act\\\": \\\"sub\\\" },\\n    utm: { source: 115, medium: 116, term: 117, content: 118, campaign: 114 },\\n    inputStyles: {\\n        fontSize: '16px',\\n        color: '#AEAEAE',\\n        backgroundColor: 'transparent',\\n        border: '0',\\n        width: '100%'\\n    },\\n    buttonStyles: {\\n        border: '0',\\n        backgroundColor: '#31E840'\\n    },\\n    overlayStyles: {\\n        text: \\\"S\\xf3 um instante...\\\",\\n        textColor: \\\"#FFFFFF\\\",\\n        backgroundColor: \\\"rgba(0, 0, 0, 0.5)\\\",\\n        borderRadius: '80px',\\n        typography: {\\n            dsk: { fontSize: '16px', fontFamily: '\\\"Montserrat\\\"' },\\n            mob: { fontSize: '14px', fontFamily: '\\\"Montserrat\\\"' }\\n        }\\n    },\\n    typography: {\\n        dsk: { fontSize: '16px', fontFamily: '\\\"Montserrat\\\"' },\\n        mob: { fontSize: '14px', fontFamily: '\\\"Montserrat\\\"' }\\n    },\\n    fields: {\\n        requireds: [\\\"input_fullname\\\", \\\"input_email\\\", \\\"input_phone\\\"],\\n        types: { email: 'email' }\\n    },\\n    alertStyles: {\\n        fontSize: '12px',\\n        lineHeight: '120%',\\n        color: '#D19988',\\n        marginBottom: '6px',\\n        fontFamily: '\\\"Montserrat\\\"'\\n    },\\n}\\n</script>\\n\",description:\"Milhas Sem Segredo\",robots:\"max-image-preview:large\",title:\"MSS\"};}export const metadataVersion=1;\nexport const __FramerMetadata__ = {\"exports\":{\"metadataVersion\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "AACe,SAARA,EAA0BC,EAAOC,EAAa,CAAC,MAAM,CAAC,kBAAkB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,YAAigO,oBAAoB;AAAA;AAAA,4CAAuP,kBAAkB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,iCAA2a,oBAAoB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAAy1C,YAAY,qBAAqB,OAAO,0BAA0B,MAAM,KAAK,CAAE",
  "names": ["metadata", "params", "activeLocale"]
}
