{"version":3,"sources":["webpack:///./node_modules/gatsby/node_modules/core-js/modules/es6.string.small.js","webpack:///./src/components/ProductForm/styles.ts","webpack:///./src/components/ProductForm/index.tsx","webpack:///./src/pages/product.tsx"],"names":["createHTML","this","Row","styled","BootstrapRow","theme","backgroundGray","Container","BootstrapContainer","Content","div","background","Subtitle","h4","sections","headlines","small","color","fontSize","Title","h3","large","FormWrapper","Form","Label","medium","Input","Control","TextArea","FileUpload","FormFile","ButtonWrapper","ProductForm","children","noGutters","Col","lg","Group","type","name","as","rows","custom","File","Button","paddingLeft","paddingRight","shadow","ProductPage","location","Meta","Layout","isHome"],"mappings":"2FAEA,EAAQ,OAAR,CAA0B,SAAS,SAAUA,GAC3C,OAAO,WACL,OAAOA,EAAWC,KAAM,QAAS,GAAI,S,kwECElC,IAAMC,EAAMC,YAAOC,IAAPD,CAAH,KACM,qBAAGE,MAAkBC,kBAK9BC,EAAYJ,YAAOK,IAAPL,CAAH,KAITM,EAAUN,IAAOO,IAAV,KACE,qBAAGL,MAAkBM,cAY9BC,EAAWT,IAAOU,GAAV,KAGV,qBAAGR,MAAkBS,SAASC,UAAUC,MAAMC,SAC1C,qBAAGZ,MACRS,SAASC,UAAUC,MAAME,YAGtBC,EAAQhB,IAAOiB,GAAV,KAEP,qBAAGf,MAAkBS,SAASC,UAAUM,MAAMJ,SAC1C,qBAAGZ,MACRS,SAASC,UAAUM,MAAMH,YAGtBI,EAAcnB,YAAOoB,IAAPpB,CAAH,KAKXqB,EAAQrB,YAAOoB,IAAKC,MAAZrB,CAAH,KAEH,qBAAGE,MAAkBa,SAASO,UAGhCC,EAAQvB,YAAOoB,IAAKI,QAAZxB,CAAH,KAMLyB,EAAWzB,YAAOoB,IAAKI,QAAZxB,CAAH,KAKR0B,EAAa1B,YAAO2B,IAAP3B,CAAH,KAgCV4B,EAAgB5B,IAAOO,IAAV,KCNXsB,EAtEK,SAAC,GAAD,EAAGC,SAAH,OAClB,kBAAC,EAAD,CAAKC,WAAS,GACZ,kBAACC,EAAA,EAAD,CAAKC,GAAG,MACN,kBAACxB,EAAD,uCAEF,kBAACuB,EAAA,EAAD,CAAKC,GAAG,MACN,kBAAC,EAAD,KACE,kBAAC3B,EAAD,KACE,kBAACU,EAAD,0CAEE,6BAFF,gBAKA,kBAACG,EAAD,KACE,kBAACC,EAAA,EAAKc,MAAN,KACE,kBAACb,EAAD,kBACA,kBAACE,EAAD,CAAOY,KAAK,OAAOC,KAAK,UAG1B,kBAAChB,EAAA,EAAKc,MAAN,KACE,kBAACb,EAAD,2BACA,kBAACE,EAAD,CAAOY,KAAK,QAAQC,KAAK,WAG3B,kBAAChB,EAAA,EAAKc,MAAN,KACE,kBAACb,EAAD,qBACA,kBAACE,EAAD,CAAOY,KAAK,OAAOC,KAAK,iBAG1B,kBAAChB,EAAA,EAAKc,MAAN,KACE,kBAACb,EAAD,yBACA,kBAACE,EAAD,CAAOY,KAAK,OAAOC,KAAK,qBAG1B,kBAAChB,EAAA,EAAKc,MAAN,KACE,kBAACb,EAAD,oCACA,kBAACI,EAAD,CACEY,GAAG,WACHF,KAAK,OACLG,KAAM,EACNF,KAAK,aAIT,kBAAChB,EAAA,EAAKc,MAAN,KACE,kBAACb,EAAD,4BACA,kBAACK,EAAD,CAAYa,QAAM,GAChB,kBAACnB,EAAA,EAAKoB,KAAKnB,MAAX,0BACA,kBAACD,EAAA,EAAKoB,KAAKjB,MAAX,QAIJ,kBAACK,EAAD,KACE,kBAACa,EAAA,EAAD,CACEN,KAAK,SACLO,YAAY,QACZC,aAAa,QACbN,GAAG,SACHO,OAAO,SALT,iBCtDCC,UAXK,SAAC,GAA6C,IAA3CC,EAA2C,EAA3CA,SACrB,OACE,oCACE,kBAACC,EAAA,EAAD,CAAUD,SAAUA,EAAUX,KAAK,YACnC,kBAACa,EAAA,EAAD,CAAQC,QAAQ,GACd,kBAAC,EAAD","file":"component---src-pages-product-tsx-1b2142baafab26dafac7.js","sourcesContent":["'use strict';\n// B.2.3.11 String.prototype.small()\nrequire('./_string-html')('small', function (createHTML) {\n return function small() {\n return createHTML(this, 'small', '', '');\n };\n});\n","import styled from '@emotion/styled';\nimport BootstrapRow from 'react-bootstrap/Row';\nimport BootstrapContainer from 'react-bootstrap/Container';\nimport Form from 'react-bootstrap/Form';\nimport FormFile from 'react-bootstrap/FormFile';\n\nexport const Row = styled(BootstrapRow)`\n background-color: ${({ theme }) => theme.backgroundGray};\n padding-top: 2rem;\n padding-bottom: 5rem;\n`;\n\nexport const Container = styled(BootstrapContainer)`\n padding: 0;\n`;\n\nexport const Content = styled.div`\n background-color: ${({ theme }) => theme.background};\n margin: 0 6rem;\n padding: 3rem 6rem;\n border: solid 1px #dedede;\n border-radius: 7px;\n box-shadow: 0 7px 40px 0 rgba(244, 244, 244, 0.5);\n @media (max-width: 992px) {\n padding: 3rem 4rem;\n margin: 0 1rem;\n }\n`;\n\nexport const Subtitle = styled.h4`\n text-align: center;\n padding: 2rem;\n color: ${({ theme }) => theme.sections.headlines.small.color};\n font-size: ${({ theme }) =>\n theme.sections.headlines.small.fontSize};\n`;\n\nexport const Title = styled.h3`\n text-align: center;\n color: ${({ theme }) => theme.sections.headlines.large.color};\n font-size: ${({ theme }) =>\n theme.sections.headlines.large.fontSize};\n`;\n\nexport const FormWrapper = styled(Form)`\n margin-top: 3rem;\n margin-bottom: 3rem;\n`;\n\nexport const Label = styled(Form.Label)`\n margin-top: 2rem;\n font-size: ${({ theme }) => theme.fontSize.medium};\n`;\n\nexport const Input = styled(Form.Control)`\n border: none;\n border-bottom: 2px solid #979797;\n border-radius: unset;\n`;\n\nexport const TextArea = styled(Form.Control)`\n border: 1px solid #e9e9e9;\n background-color: #fafafa;\n`;\n\nexport const FileUpload = styled(FormFile)`\n position: relative;\n display: inline-block;\n width: 100%;\n height: calc(1.5em + 0.75rem + 2px);\n margin-bottom: 0;\n label {\n position: absolute;\n top: 0;\n right: 0;\n left: 0;\n z-index: 1;\n height: calc(1.5em + 0.75rem + 2px);\n padding: 0.375rem 0.75rem;\n font-weight: 400;\n line-height: 1.5;\n color: #495057;\n background-color: #fff;\n border: 1px solid #ced4da;\n border-radius: 0.25rem;\n }\n input {\n cursor: pointer;\n position: relative;\n z-index: 2;\n width: 100%;\n height: calc(1.5em + 0.75rem + 2px);\n margin: 0;\n opacity: 0;\n }\n`;\n\nexport const ButtonWrapper = styled.div`\n display: flex;\n justify-content: center;\n margin-top: 3rem;\n`;\n","import React, { ReactElement, ReactNode } from 'react';\nimport Col from 'react-bootstrap/Col';\nimport Form from 'react-bootstrap/Form';\nimport Button from 'src/components/common/Button';\nimport {\n Row,\n Container,\n Content,\n Subtitle,\n Title,\n FormWrapper,\n Label,\n Input,\n TextArea,\n FileUpload,\n ButtonWrapper,\n} from './styles';\ninterface ILegalContent {\n children?: ReactNode;\n}\n\nconst ProductForm = ({ children }: ILegalContent): ReactElement => (\n \n \n Brief Us What We Need To Know\n \n \n \n \n \n Stackwalker LLC, We're always here\n <br /> to help you\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\n \n \n \n PDF, Msword, etc.\n \n \n \n\n \n \n Submit\n \n \n \n \n \n \n \n);\n\nexport default ProductForm;\n","import React, { ReactElement } from 'react';\nimport Layout from 'src/components/common/Layout';\nimport { MetaData } from 'src/components/common/Meta';\nimport ProductForm from 'src/components/ProductForm';\ninterface IProductPage {\n location: {\n pathname: string;\n };\n}\nconst ProductPage = ({ location }: IProductPage): ReactElement => {\n return (\n <>\n \n \n \n \n \n );\n};\n\nexport default ProductPage;\n"],"sourceRoot":""}