{"version":3,"sources":["webpack:///./src/components/Link.js","webpack:///./src/pages/q-and-a.js"],"names":["Link","children","to","activeClassName","partiallyActive","other","test","href","SectionContentDiv","styled","div","QandA","data","title","description","url","size","Cta","headline","Copy","position","maxColumnCount","icon","copy","src","async","className","style","padding","width","height","left","top","overflow","transition","filter","objectFit","alt","aria-hidden","query"],"mappings":"+KAMaA,EAAO,SAAC,GAMd,IALLC,EAKI,EALJA,SACAC,EAII,EAJJA,GACAC,EAGI,EAHJA,gBACAC,EAEI,EAFJA,gBACGC,EACC,qEAOJ,MAHiB,YAAYC,KAAKJ,GAK9B,kBAAC,OAAD,eACEA,GAAIA,EACJC,gBAAiBA,EACjBC,gBAAiBA,GACbC,GAEHJ,GAKL,qCAAGM,KAAML,GAAQG,GACdJ,K,kCCjCP,8MAiBMO,EAAoBC,IAAOC,IAAV,6EAAGD,CAAH,yBAGAA,IAAOC,IAAV,0EAAGD,CAAH,qDAML,SAASE,EAAT,GAAyB,EAARC,KAC9B,OACE,kBAAC,IAAD,KACE,kBAAC,IAAD,CACEC,MAAK,6CACLC,YAAY,mKACZC,IAAI,iCAEN,kBAAC,IAAD,CAAMC,KAAK,MAAM,MACjB,kBAAC,IAAD,KACE,kBAAC,IAAD,KACE,kBAAC,IAAD,CACEC,IAAK,kBAAM,MACXC,SAAS,uCACTC,KAAM,kBACJ,6BACE,kBAACX,EAAD,qMAMA,kBAACA,EAAD,qMAQJY,SAAS,YAGb,kBAAC,IAAD,KACE,kBAAC,IAAD,CAAuBC,eAAgB,GACrC,kBAAC,IAAD,CACEC,KAAK,UACLC,KAAK,2DAEP,kBAAC,IAAD,CACED,KAAK,QACLC,KAAK,gEAEP,kBAAC,IAAD,CACED,KAAK,gBACLC,KAAK,gEAIX,kBAAC,IAAD,KAGE,kBAAC,IAAD,KACE,4BACEC,IAAI,wDACJC,OAAK,IAEP,4BACED,IAAI,kDACJC,OAAK,KAGT,yBACEC,UAAU,4BACVC,MAAO,CACLC,QAAS,eACTR,SAAU,WACVS,MAAO,SAGT,yBACEH,UAAU,4BACVC,MAAO,CACLG,OAAQ,OACRC,KAAM,IACNX,SAAU,WACVY,IAAK,IACLH,MAAO,SAGT,yBACEH,UAAU,sDACVC,MAAO,CACLG,OAAQ,OACRV,SAAU,WACVS,MAAO,SAGT,yBACEH,UAAU,gBACVC,MAAO,CACLG,OAAQ,OACRC,KAAM,EAENE,SAAU,SACVb,SAAU,WACVY,IAAK,EACLE,WAAY,gBACZL,MAAO,SAGT,yBACEL,IAAI,yDACJG,MAAO,CACLQ,OAAQ,YACRL,OAAQ,OACRM,UAAW,UACXP,MAAO,QAETQ,IAAI,GACJC,cAAY,gBAczB,IAAMC,EAAK","file":"component---src-pages-q-and-a-js-186758dd908386015c3e.js","sourcesContent":["import React from \"react\"\nimport { Link as GatsbyLink } from \"gatsby\"\n\n// Since DOM elements cannot receive activeClassName\n// and partiallyActive, destructure the prop here and\n// pass it only to GatsbyLink\nexport const Link = ({\n children,\n to,\n activeClassName,\n partiallyActive,\n ...other\n}) => {\n // Tailor the following test to your environment.\n // This example assumes that any internal link (intended for Gatsby)\n // will start with exactly one slash, and that anything else is external.\n const internal = /^\\/(?!\\/)/.test(to)\n\n // Use Gatsby Link for internal links, and for others\n if (internal) {\n return (\n \n {children}\n \n )\n }\n return (\n \n {children}\n \n )\n}\n\nexport default Link\n","import React from \"react\"\nimport styled from \"styled-components\"\nimport { graphql } from \"gatsby\"\nimport Img from \"gatsby-image/withIEPolyfill\"\nimport { Layout } from \"../components/layout\"\nimport { Link } from \"../components/Link\"\nimport {\n Hero,\n Container,\n SectionHeader,\n FeatureHighlightGroup,\n FeatureHighlight,\n} from \"@revfluence/aspire-www-ui\"\nimport { PageSection } from \"../components/page-section\"\nimport SEO from \"../components/seo\"\nimport Helmet from \"react-helmet\"\n\nconst SectionContentDiv = styled.div`\n margin-bottom: 32px;\n`\nconst ImageContainer = styled.div`\n width: 100%;\n display: flex;\n justify-content: center;\n`\n\nexport default function QandA({ data }) {\n return (\n \n \n {null}\n \n \n null}\n headline=\"Got a question? We've got the answer\"\n Copy={() => (\n
\n \n The holidays are full of surprises — and during a year\n headlines by a pandemic, nothing is for sure. That's why we're\n answering all your burning questions in our coffee &\n community series.\n \n \n Magda Houalla, Director of Marketing Strategy, and Madison\n Smith, Senior Marketing Strategist, listen to brand's\n challenges and walk them through their recommendations. Tune\n in to learn:\n \n
\n )}\n position=\"center\"\n />\n
\n \n \n prepare, aware, convert\"\n />\n \n \n \n \n \n {/* */}\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n {/* */}\n \n
\n
\n )\n}\n\nexport const query = graphql`\n query {\n communityAndCoffee: file(\n relativePath: { regex: \"/community-and-coffee/\" }\n ) {\n childImageSharp {\n fixed(width: 640, quality: 100) {\n ...GatsbyImageSharpFixed\n }\n }\n }\n }\n`\n"],"sourceRoot":""}