{"version":3,"file":"static/js/2901.6ce6bbf5.chunk.js","mappings":"gJAEA,MAWA,GAXeA,E,SAAAA,IAAWC,IAAK,CAC9BC,KAAM,CACLC,WAAYF,EAAMG,QAAQD,WAAWE,MACrCC,QAAS,OACTC,cAAe,SACfC,IAAKP,EAAMQ,QAAQ,IACnBC,cAAeT,EAAMQ,QAAQ,IAC7BE,WAAYV,EAAMQ,QAAQ,S,eCL5B,MAMA,EAN0BG,IACzB,MAAMC,EAAMC,IAEZ,OAAOC,EAAAA,EAAAA,KAAA,OAAKC,UAAWH,EAAIX,KAAKe,SAAEL,EAAMK,UAAe,C","sources":["components/Elements/BackgroundWrapper/BackgroundWrapper.styles.js","components/Elements/BackgroundWrapper/index.jsx"],"sourcesContent":["import makeStyles from \"@material-ui/styles/makeStyles\";\n\nconst styles = makeStyles(theme => ({\n\troot: {\n\t\tbackground: theme.palette.background.light,\n\t\tdisplay: \"flex\",\n\t\tflexDirection: \"column\",\n\t\tgap: theme.spacing(10),\n\t\tpaddingBottom: theme.spacing(10),\n\t\tpaddingTop: theme.spacing(10)\n\t}\n}));\n\nexport default styles;\n","import React from \"react\";\n\nimport styles from \"./BackgroundWrapper.styles\";\n\nconst BackgroundWrapper = props => {\n\tconst css = styles();\n\n\treturn