const {SectionHeading, Field, Input, Textarea, Select, Checkbox, RadioGroup, Button, Card, Icon, Dialog, Toast} = window.SuperiorNitrogenServiceDesignSystem_483eb9; function ContactSection({t}) { const C=window.SNS_CONTACT; const w=useViewport(); const isMobile=w<=760; const isTablet=w<=1024; const px=w<=480?20:w<=980?28:50; const [scope, setScope] = React.useState(t.f.onshore); const [confirm, setConfirm] = React.useState(false); const [sent, setSent] = React.useState(false); React.useEffect(()=>{setScope(t.f.onshore)},[t]); return (
{e.preventDefault();setConfirm(true)}} style={{display:'grid',gridTemplateColumns:isMobile?'1fr':'1fr 1fr',gap:20}}>