{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/BE9z8C8EYz3JXPehueFI/VsQkmMVMkvz4ubAHc042/ContactSalesTestForm.js", "ssg:https://framerusercontent.com/modules/xfHRWDcu9E5DeQat4M3X/NYvKpIbcwIkUZ4D8OEIB/titj6m2hZ.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useState,useEffect,useRef}from\"react\";import{motion}from\"framer-motion\";import{addPropertyControls,ControlType}from\"framer\";const hostAndPort=\"https://www.bitpay.com\";export default function StyledContactSalesForm(props){const{backgroundColor,buttonColor,buttonTextColor,useOneColumn}=props;const[errors,setErrors]=useState({});// Bot protection states\nconst[formStartTime,setFormStartTime]=useState(null);const[hasInteracted,setHasInteracted]=useState(false);const[mouseMovements,setMouseMovements]=useState(0);const honeypotRef=useRef(null);// Start timing when component mounts\nuseEffect(()=>{setFormStartTime(Date.now());},[]);// Track mouse movements\nuseEffect(()=>{const handleMouseMove=()=>{setMouseMovements(prev=>prev+1);setHasInteracted(true);};window.addEventListener(\"mousemove\",handleMouseMove);return()=>window.removeEventListener(\"mousemove\",handleMouseMove);},[]);const validateField=(name,value)=>{switch(name){case\"first_name\":return!value.trim()?\"First name is required\":\"\";case\"last_name\":return!value.trim()?\"Last name is required\":\"\";case\"email\":if(!value.trim())return\"Email is required\";return!/\\S+@\\S+\\.\\S+/.test(value)?\"Please enter a valid email address\":\"\";case\"company\":return!value.trim()?\"Company name is required\":\"\";case\"url\":return!value.trim()?\"Website is required\":\"\";case\"00N5c00000HYf7U\":return!value.trim()?\"Country is required\":\"\";case\"00N5c00000HYf7Z\":return!value.trim()?\"Industry is required\":\"\";case\"00N5c00000HYf7e\":return!value.trim()?\"Number of employees is required\":\"\";case\"00N5c00000HYf7j\":return!value.trim()?\"Current annual revenue is required\":\"\";case\"00N5c00000HYf9k\":return!value.trim()?\"Message is required\":\"\";default:return\"\";}};const checkBotBehavior=()=>{// Check if honeypot field is filled\nif(honeypotRef.current&&honeypotRef.current.value){return true;}// Check if form was filled too quickly (less than 5 seconds)\nconst timeTaken=Date.now()-formStartTime;if(timeTaken<5e3){return true;}// Check for natural user interactions\nif(!hasInteracted||mouseMovements<2){return true;}return false;};const handleSubmit=e=>{e.preventDefault();const form=e.target;const newErrors={};// Validate all fields\nconst fields=[\"first_name\",\"last_name\",\"email\",\"company\",\"url\",\"00N5c00000HYf7U\",\"00N5c00000HYf7Z\",\"00N5c00000HYf7e\",\"00N5c00000HYf7j\",\"00N5c00000HYf9k\"];fields.forEach(field=>{const value=form[field].value;const error=validateField(field,value);if(error){newErrors[field]=error;}});setErrors(newErrors);// Check for bot behavior\nif(checkBotBehavior()){setErrors(prev=>({...prev,submit:\"There was an error submitting the form. Please try again.\"}));return;}// If no errors, submit the form\nif(Object.keys(newErrors).length===0){form.submit();}};const containerStyle={width:\"auto\",height:\"auto\",display:\"flex\",flexDirection:\"column\",alignItems:\"center\",gap:\"1rem\",fontFamily:\"Archivo, sans-serif\",color:\"#000000\",position:\"relative\"};const formStyle={width:\"100%\",display:\"grid\",gridTemplateColumns:useOneColumn?\"1fr\":\"1fr 1fr\",gap:\"1rem\",fontSize:20};const formElementStyle={display:\"flex\",flexDirection:\"column\",fontSize:\"1rem\"};const labelStyle={fontFamily:\"inherit\",fontSize:\"14px\",fontWeight:\"500\",marginBottom:\"8px\",color:\"#252525\"};const inputStyle={width:\"100%\",height:\"48px\",padding:\"0.75rem 1rem\",borderRadius:\"4px\",display:\"flex\",gap:\"0.5rem\",fontSize:\"inherit\",border:\"1px solid #E1E4E7\",backgroundColor:\"#ffffff\"};const selectStyle={...inputStyle,appearance:\"none\",backgroundImage:`url(\"data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e\")`,backgroundRepeat:\"no-repeat\",backgroundPosition:\"right 1rem center\",backgroundSize:\"1em\",paddingRight:\"2.5rem\"};const buttonStyle={marginTop:\"1rem\",alignSelf:\"center\",padding:\"0.75rem 1rem\",height:\"48px\",border:\"none\",borderRadius:\"6px\",cursor:\"pointer\",fontSize:\"16px\",fontWeight:\"400\",width:\"auto\",minWidth:\"120px\"};const errorStyle={color:\"#FF3D00\",fontSize:\"12px\",marginTop:\"4px\"};const getInputStyle=fieldName=>({...inputStyle,borderColor:errors[fieldName]?\"#dc2626\":\"#E1E4E7\"});const getSelectStyle=fieldName=>({...selectStyle,borderColor:errors[fieldName]?\"#dc2626\":\"#E1E4E7\"});return /*#__PURE__*/_jsx(\"div\",{style:containerStyle,children:/*#__PURE__*/_jsxs(\"form\",{style:formStyle,action:\"https://webto.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8\",method:\"POST\",onSubmit:handleSubmit,onChange:()=>setHasInteracted(true),children:[/*#__PURE__*/_jsx(\"input\",{ref:honeypotRef,type:\"text\",name:\"phone\",tabIndex:-1,autoComplete:\"off\",style:{opacity:0,position:\"absolute\",top:\"-9999px\",left:\"-9999px\"}}),/*#__PURE__*/_jsx(\"input\",{type:\"hidden\",name:\"interaction_count\",value:mouseMovements}),/*#__PURE__*/_jsx(\"input\",{type:\"hidden\",name:\"form_completion_time\",value:formStartTime?Date.now()-formStartTime:0}),/*#__PURE__*/_jsx(\"input\",{type:\"hidden\",name:\"oid\",value:\"00D1H000000No5m\"}),/*#__PURE__*/_jsx(\"input\",{type:\"hidden\",name:\"retURL\",value:`${hostAndPort}/contact-sales/success/`}),/*#__PURE__*/_jsx(\"input\",{type:\"hidden\",name:\"lead_source\",value:\"Website\"}),/*#__PURE__*/_jsxs(\"div\",{style:formElementStyle,children:[/*#__PURE__*/_jsx(\"label\",{style:labelStyle,htmlFor:\"first_name\",children:\"First Name\"}),/*#__PURE__*/_jsx(\"input\",{style:getInputStyle(\"first_name\"),type:\"text\",id:\"first_name\",name:\"first_name\",placeholder:\"Satoshi\"}),errors.first_name&&/*#__PURE__*/_jsx(\"span\",{style:errorStyle,children:errors.first_name})]}),/*#__PURE__*/_jsxs(\"div\",{style:formElementStyle,children:[/*#__PURE__*/_jsx(\"label\",{style:labelStyle,htmlFor:\"last_name\",children:\"Last Name\"}),/*#__PURE__*/_jsx(\"input\",{style:getInputStyle(\"last_name\"),type:\"text\",id:\"last_name\",name:\"last_name\",placeholder:\"Nakamoto\"}),errors.last_name&&/*#__PURE__*/_jsx(\"span\",{style:errorStyle,children:errors.last_name})]}),/*#__PURE__*/_jsxs(\"div\",{style:formElementStyle,children:[/*#__PURE__*/_jsx(\"label\",{style:labelStyle,htmlFor:\"email\",children:\"Email\"}),/*#__PURE__*/_jsx(\"input\",{style:getInputStyle(\"email\"),type:\"email\",id:\"email\",name:\"email\",placeholder:\"satoshi@bitcoin.org\"}),errors.email&&/*#__PURE__*/_jsx(\"span\",{style:errorStyle,children:errors.email})]}),/*#__PURE__*/_jsxs(\"div\",{style:formElementStyle,children:[/*#__PURE__*/_jsx(\"label\",{style:labelStyle,htmlFor:\"company\",children:\"Company\"}),/*#__PURE__*/_jsx(\"input\",{style:getInputStyle(\"company\"),type:\"text\",id:\"company\",name:\"company\",placeholder:\"Company\"}),errors.company&&/*#__PURE__*/_jsx(\"span\",{style:errorStyle,children:errors.company})]}),/*#__PURE__*/_jsxs(\"div\",{style:formElementStyle,children:[/*#__PURE__*/_jsx(\"label\",{style:labelStyle,htmlFor:\"url\",children:\"Website\"}),/*#__PURE__*/_jsx(\"input\",{style:getInputStyle(\"url\"),type:\"url\",id:\"url\",name:\"url\",placeholder:\"https://www.website.com\"}),errors.url&&/*#__PURE__*/_jsx(\"span\",{style:errorStyle,children:errors.url})]}),/*#__PURE__*/_jsxs(\"div\",{style:formElementStyle,children:[/*#__PURE__*/_jsx(\"label\",{style:labelStyle,htmlFor:\"00N5c00000HYf7U\",children:\"Country\"}),/*#__PURE__*/_jsxs(\"select\",{style:getSelectStyle(\"00N5c00000HYf7U\"),id:\"00N5c00000HYf7U\",name:\"00N5c00000HYf7U\",children:[/*#__PURE__*/_jsx(\"option\",{value:\"\",children:\"Select a country\"}),/*#__PURE__*/_jsx(\"option\",{value:\"United States\",\"data-v-dc2cfae0\":\"\",children:\"United States\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Afghanistan\",\"data-v-dc2cfae0\":\"\",children:\"Afghanistan\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Albania\",\"data-v-dc2cfae0\":\"\",children:\"Albania\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Algeria\",\"data-v-dc2cfae0\":\"\",children:\"Algeria\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Andorra\",\"data-v-dc2cfae0\":\"\",children:\"Andorra\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Angola\",\"data-v-dc2cfae0\":\"\",children:\"Angola\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Anguilla\",\"data-v-dc2cfae0\":\"\",children:\"Anguilla\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Antigua and Barbuda\",\"data-v-dc2cfae0\":\"\",children:\"Antigua and Barbuda\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Argentina\",\"data-v-dc2cfae0\":\"\",children:\"Argentina\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Armenia\",\"data-v-dc2cfae0\":\"\",children:\"Armenia\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Aruba\",\"data-v-dc2cfae0\":\"\",children:\"Aruba\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Australia\",\"data-v-dc2cfae0\":\"\",children:\"Australia\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Austria\",\"data-v-dc2cfae0\":\"\",children:\"Austria\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Azerbaijan\",\"data-v-dc2cfae0\":\"\",children:\"Azerbaijan\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Bahamas\",\"data-v-dc2cfae0\":\"\",children:\"Bahamas\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Bahrain\",\"data-v-dc2cfae0\":\"\",children:\"Bahrain\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Bangladesh\",\"data-v-dc2cfae0\":\"\",children:\"Bangladesh\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Barbados\",\"data-v-dc2cfae0\":\"\",children:\"Barbados\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Belarus\",\"data-v-dc2cfae0\":\"\",children:\"Belarus\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Belgium\",\"data-v-dc2cfae0\":\"\",children:\"Belgium\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Belize\",\"data-v-dc2cfae0\":\"\",children:\"Belize\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Benin\",\"data-v-dc2cfae0\":\"\",children:\"Benin\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Bermuda\",\"data-v-dc2cfae0\":\"\",children:\"Bermuda\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Bhutan\",\"data-v-dc2cfae0\":\"\",children:\"Bhutan\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Bolivia\",\"data-v-dc2cfae0\":\"\",children:\"Bolivia\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Bosnia and Herzegovina\",\"data-v-dc2cfae0\":\"\",children:\"Bosnia and Herzegovina\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Botswana\",\"data-v-dc2cfae0\":\"\",children:\"Botswana\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Brazil\",\"data-v-dc2cfae0\":\"\",children:\"Brazil\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Brunei Darussalam\",\"data-v-dc2cfae0\":\"\",children:\"Brunei Darussalam\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Bulgaria\",\"data-v-dc2cfae0\":\"\",children:\"Bulgaria\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Burkina Faso\",\"data-v-dc2cfae0\":\"\",children:\"Burkina Faso\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Burundi\",\"data-v-dc2cfae0\":\"\",children:\"Burundi\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Cambodia\",\"data-v-dc2cfae0\":\"\",children:\"Cambodia\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Cameroon\",\"data-v-dc2cfae0\":\"\",children:\"Cameroon\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Canada\",\"data-v-dc2cfae0\":\"\",children:\"Canada\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Cape Verde\",\"data-v-dc2cfae0\":\"\",children:\"Cape Verde\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Cayman Islands\",\"data-v-dc2cfae0\":\"\",children:\"Cayman Islands\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Central African Republic\",\"data-v-dc2cfae0\":\"\",children:\"Central African Republic\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Chad\",\"data-v-dc2cfae0\":\"\",children:\"Chad\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Chile\",\"data-v-dc2cfae0\":\"\",children:\"Chile\"}),/*#__PURE__*/_jsx(\"option\",{value:\"China\",\"data-v-dc2cfae0\":\"\",children:\"China\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Colombia\",\"data-v-dc2cfae0\":\"\",children:\"Colombia\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Comoros\",\"data-v-dc2cfae0\":\"\",children:\"Comoros\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Republic Of Congo\",\"data-v-dc2cfae0\":\"\",children:\"Republic Of Congo\"}),/*#__PURE__*/_jsx(\"option\",{value:\"The Democratic Republic Of The Congo\",\"data-v-dc2cfae0\":\"\",children:\"The Democratic Republic Of The Congo\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Cook Island\",\"data-v-dc2cfae0\":\"\",children:\"Cook Island\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Costa Rica\",\"data-v-dc2cfae0\":\"\",children:\"Costa Rica\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Cote D'ivoire\",\"data-v-dc2cfae0\":\"\",children:\"Cote D'ivoire\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Croatia\",\"data-v-dc2cfae0\":\"\",children:\"Croatia\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Cuba\",\"data-v-dc2cfae0\":\"\",children:\"Cuba\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Cyprus\",\"data-v-dc2cfae0\":\"\",children:\"Cyprus\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Czech Republic\",\"data-v-dc2cfae0\":\"\",children:\"Czech Republic\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Denmark\",\"data-v-dc2cfae0\":\"\",children:\"Denmark\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Djibouti\",\"data-v-dc2cfae0\":\"\",children:\"Djibouti\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Dominica\",\"data-v-dc2cfae0\":\"\",children:\"Dominica\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Dominican Republic\",\"data-v-dc2cfae0\":\"\",children:\"Dominican Republic\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Ecuador\",\"data-v-dc2cfae0\":\"\",children:\"Ecuador\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Egypt\",\"data-v-dc2cfae0\":\"\",children:\"Egypt\"}),/*#__PURE__*/_jsx(\"option\",{value:\"El Salvador\",\"data-v-dc2cfae0\":\"\",children:\"El Salvador\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Equatorial Guinea\",\"data-v-dc2cfae0\":\"\",children:\"Equatorial Guinea\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Eritrea\",\"data-v-dc2cfae0\":\"\",children:\"Eritrea\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Estonia\",\"data-v-dc2cfae0\":\"\",children:\"Estonia\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Ethiopia\",\"data-v-dc2cfae0\":\"\",children:\"Ethiopia\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Fiji\",\"data-v-dc2cfae0\":\"\",children:\"Fiji\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Finland\",\"data-v-dc2cfae0\":\"\",children:\"Finland\"}),/*#__PURE__*/_jsx(\"option\",{value:\"France\",\"data-v-dc2cfae0\":\"\",children:\"France\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Gabon\",\"data-v-dc2cfae0\":\"\",children:\"Gabon\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Gambia\",\"data-v-dc2cfae0\":\"\",children:\"Gambia\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Georgia\",\"data-v-dc2cfae0\":\"\",children:\"Georgia\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Germany\",\"data-v-dc2cfae0\":\"\",children:\"Germany\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Ghana\",\"data-v-dc2cfae0\":\"\",children:\"Ghana\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Greece\",\"data-v-dc2cfae0\":\"\",children:\"Greece\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Grenada\",\"data-v-dc2cfae0\":\"\",children:\"Grenada\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Guatemala\",\"data-v-dc2cfae0\":\"\",children:\"Guatemala\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Guinea\",\"data-v-dc2cfae0\":\"\",children:\"Guinea\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Guinea-Bissau\",\"data-v-dc2cfae0\":\"\",children:\"Guinea-Bissau\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Guyana\",\"data-v-dc2cfae0\":\"\",children:\"Guyana\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Haiti\",\"data-v-dc2cfae0\":\"\",children:\"Haiti\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Honduras\",\"data-v-dc2cfae0\":\"\",children:\"Honduras\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Hong Kong SAR, China\",\"data-v-dc2cfae0\":\"\",children:\"Hong Kong SAR, China\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Hungary\",\"data-v-dc2cfae0\":\"\",children:\"Hungary\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Iceland\",\"data-v-dc2cfae0\":\"\",children:\"Iceland\"}),/*#__PURE__*/_jsx(\"option\",{value:\"India\",\"data-v-dc2cfae0\":\"\",children:\"India\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Indonesia\",\"data-v-dc2cfae0\":\"\",children:\"Indonesia\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Iran\",\"data-v-dc2cfae0\":\"\",children:\"Iran\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Iraq\",\"data-v-dc2cfae0\":\"\",children:\"Iraq\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Ireland\",\"data-v-dc2cfae0\":\"\",children:\"Ireland\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Israel\",\"data-v-dc2cfae0\":\"\",children:\"Israel\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Italy\",\"data-v-dc2cfae0\":\"\",children:\"Italy\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Jamaica\",\"data-v-dc2cfae0\":\"\",children:\"Jamaica\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Japan\",\"data-v-dc2cfae0\":\"\",children:\"Japan\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Jordan\",\"data-v-dc2cfae0\":\"\",children:\"Jordan\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Kazakhstan\",\"data-v-dc2cfae0\":\"\",children:\"Kazakhstan\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Kenya\",\"data-v-dc2cfae0\":\"\",children:\"Kenya\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Korea, North\",\"data-v-dc2cfae0\":\"\",children:\"Korea, North\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Korea, South\",\"data-v-dc2cfae0\":\"\",children:\"Korea, South\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Kosovo\",\"data-v-dc2cfae0\":\"\",children:\"Kosovo\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Kuwait\",\"data-v-dc2cfae0\":\"\",children:\"Kuwait\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Kyrgyzstan\",\"data-v-dc2cfae0\":\"\",children:\"Kyrgyzstan\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Laos\",\"data-v-dc2cfae0\":\"\",children:\"Laos\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Latvia\",\"data-v-dc2cfae0\":\"\",children:\"Latvia\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Lebanon\",\"data-v-dc2cfae0\":\"\",children:\"Lebanon\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Lesotho\",\"data-v-dc2cfae0\":\"\",children:\"Lesotho\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Liberia\",\"data-v-dc2cfae0\":\"\",children:\"Liberia\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Libya\",\"data-v-dc2cfae0\":\"\",children:\"Libya\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Liechtenstein\",\"data-v-dc2cfae0\":\"\",children:\"Liechtenstein\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Lithuania\",\"data-v-dc2cfae0\":\"\",children:\"Lithuania\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Luxembourg\",\"data-v-dc2cfae0\":\"\",children:\"Luxembourg\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Macao SAR, China\",\"data-v-dc2cfae0\":\"\",children:\"Macao SAR, China\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Macedonia\",\"data-v-dc2cfae0\":\"\",children:\"Macedonia\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Madagascar\",\"data-v-dc2cfae0\":\"\",children:\"Madagascar\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Malawi\",\"data-v-dc2cfae0\":\"\",children:\"Malawi\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Malaysia\",\"data-v-dc2cfae0\":\"\",children:\"Malaysia\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Maldives\",\"data-v-dc2cfae0\":\"\",children:\"Maldives\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Mali\",\"data-v-dc2cfae0\":\"\",children:\"Mali\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Malta\",\"data-v-dc2cfae0\":\"\",children:\"Malta\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Marshall Islands\",\"data-v-dc2cfae0\":\"\",children:\"Marshall Islands\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Mauritania\",\"data-v-dc2cfae0\":\"\",children:\"Mauritania\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Mauritius\",\"data-v-dc2cfae0\":\"\",children:\"Mauritius\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Mexico\",\"data-v-dc2cfae0\":\"\",children:\"Mexico\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Micronesia\",\"data-v-dc2cfae0\":\"\",children:\"Micronesia\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Moldova\",\"data-v-dc2cfae0\":\"\",children:\"Moldova\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Monaco\",\"data-v-dc2cfae0\":\"\",children:\"Monaco\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Mongolia\",\"data-v-dc2cfae0\":\"\",children:\"Mongolia\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Montenegro\",\"data-v-dc2cfae0\":\"\",children:\"Montenegro\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Morocco\",\"data-v-dc2cfae0\":\"\",children:\"Morocco\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Mozambique\",\"data-v-dc2cfae0\":\"\",children:\"Mozambique\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Myanmar\",\"data-v-dc2cfae0\":\"\",children:\"Myanmar\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Namibia\",\"data-v-dc2cfae0\":\"\",children:\"Namibia\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Nauru\",\"data-v-dc2cfae0\":\"\",children:\"Nauru\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Nepal\",\"data-v-dc2cfae0\":\"\",children:\"Nepal\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Netherlands\",\"data-v-dc2cfae0\":\"\",children:\"Netherlands\"}),/*#__PURE__*/_jsx(\"option\",{value:\"New Zealand\",\"data-v-dc2cfae0\":\"\",children:\"New Zealand\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Nicaragua\",\"data-v-dc2cfae0\":\"\",children:\"Nicaragua\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Niger\",\"data-v-dc2cfae0\":\"\",children:\"Niger\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Nigeria\",\"data-v-dc2cfae0\":\"\",children:\"Nigeria\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Norway\",\"data-v-dc2cfae0\":\"\",children:\"Norway\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Oman\",\"data-v-dc2cfae0\":\"\",children:\"Oman\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Pakistan\",\"data-v-dc2cfae0\":\"\",children:\"Pakistan\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Palau\",\"data-v-dc2cfae0\":\"\",children:\"Palau\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Panama\",\"data-v-dc2cfae0\":\"\",children:\"Panama\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Papua New Guinea\",\"data-v-dc2cfae0\":\"\",children:\"Papua New Guinea\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Paraguay\",\"data-v-dc2cfae0\":\"\",children:\"Paraguay\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Peru\",\"data-v-dc2cfae0\":\"\",children:\"Peru\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Philippines\",\"data-v-dc2cfae0\":\"\",children:\"Philippines\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Poland\",\"data-v-dc2cfae0\":\"\",children:\"Poland\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Portugal\",\"data-v-dc2cfae0\":\"\",children:\"Portugal\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Puerto Rico\",\"data-v-dc2cfae0\":\"\",children:\"Puerto Rico\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Qatar\",\"data-v-dc2cfae0\":\"\",children:\"Qatar\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Romania\",\"data-v-dc2cfae0\":\"\",children:\"Romania\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Russia\",\"data-v-dc2cfae0\":\"\",children:\"Russia\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Rwanda\",\"data-v-dc2cfae0\":\"\",children:\"Rwanda\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Samoa\",\"data-v-dc2cfae0\":\"\",children:\"Samoa\"}),/*#__PURE__*/_jsx(\"option\",{value:\"San Marino\",\"data-v-dc2cfae0\":\"\",children:\"San Marino\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Sao Tome and Principe\",\"data-v-dc2cfae0\":\"\",children:\"Sao Tome and Principe\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Saudi Arabia\",\"data-v-dc2cfae0\":\"\",children:\"Saudi Arabia\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Senegal\",\"data-v-dc2cfae0\":\"\",children:\"Senegal\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Serbia\",\"data-v-dc2cfae0\":\"\",children:\"Serbia\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Seychelles\",\"data-v-dc2cfae0\":\"\",children:\"Seychelles\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Sierra Leone\",\"data-v-dc2cfae0\":\"\",children:\"Sierra Leone\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Singapore\",\"data-v-dc2cfae0\":\"\",children:\"Singapore\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Slovakia\",\"data-v-dc2cfae0\":\"\",children:\"Slovakia\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Slovenia\",\"data-v-dc2cfae0\":\"\",children:\"Slovenia\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Solomon Islands\",\"data-v-dc2cfae0\":\"\",children:\"Solomon Islands\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Somalia\",\"data-v-dc2cfae0\":\"\",children:\"Somalia\"}),/*#__PURE__*/_jsx(\"option\",{value:\"South Africa\",\"data-v-dc2cfae0\":\"\",children:\"South Africa\"}),/*#__PURE__*/_jsx(\"option\",{value:\"South Sudan\",\"data-v-dc2cfae0\":\"\",children:\"South Sudan\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Spain\",\"data-v-dc2cfae0\":\"\",children:\"Spain\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Sri Lanka\",\"data-v-dc2cfae0\":\"\",children:\"Sri Lanka\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Saint Kitts and Nevis\",\"data-v-dc2cfae0\":\"\",children:\"Saint Kitts and Nevis\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Saint Lucia\",\"data-v-dc2cfae0\":\"\",children:\"Saint Lucia\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Saint Vincent and The Grenadines\",\"data-v-dc2cfae0\":\"\",children:\"Saint Vincent and The Grenadines\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Sudan\",\"data-v-dc2cfae0\":\"\",children:\"Sudan\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Suriname\",\"data-v-dc2cfae0\":\"\",children:\"Suriname\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Swaziland\",\"data-v-dc2cfae0\":\"\",children:\"Swaziland\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Sweden\",\"data-v-dc2cfae0\":\"\",children:\"Sweden\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Switzerland\",\"data-v-dc2cfae0\":\"\",children:\"Switzerland\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Syrian Arab Republic\",\"data-v-dc2cfae0\":\"\",children:\"Syrian Arab Republic\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Taiwan\",\"data-v-dc2cfae0\":\"\",children:\"Taiwan\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Tajikistan\",\"data-v-dc2cfae0\":\"\",children:\"Tajikistan\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Tanzania\",\"data-v-dc2cfae0\":\"\",children:\"Tanzania\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Thailand\",\"data-v-dc2cfae0\":\"\",children:\"Thailand\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Timor-Leste\",\"data-v-dc2cfae0\":\"\",children:\"Timor-Leste\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Togo\",\"data-v-dc2cfae0\":\"\",children:\"Togo\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Tonga\",\"data-v-dc2cfae0\":\"\",children:\"Tonga\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Trinidad and Tobago\",\"data-v-dc2cfae0\":\"\",children:\"Trinidad and Tobago\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Tunisia\",\"data-v-dc2cfae0\":\"\",children:\"Tunisia\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Turkey\",\"data-v-dc2cfae0\":\"\",children:\"Turkey\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Turkmenistan\",\"data-v-dc2cfae0\":\"\",children:\"Turkmenistan\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Turks and Caicos Islands\",\"data-v-dc2cfae0\":\"\",children:\"Turks and Caicos Islands\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Uganda\",\"data-v-dc2cfae0\":\"\",children:\"Uganda\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Ukraine\",\"data-v-dc2cfae0\":\"\",children:\"Ukraine\"}),/*#__PURE__*/_jsx(\"option\",{value:\"United Arab Emirates\",\"data-v-dc2cfae0\":\"\",children:\"United Arab Emirates\"}),/*#__PURE__*/_jsx(\"option\",{value:\"United Kingdom\",\"data-v-dc2cfae0\":\"\",children:\"United Kingdom\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Uruguay\",\"data-v-dc2cfae0\":\"\",children:\"Uruguay\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Uzbekistan\",\"data-v-dc2cfae0\":\"\",children:\"Uzbekistan\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Vanuatu\",\"data-v-dc2cfae0\":\"\",children:\"Vanuatu\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Venezuela\",\"data-v-dc2cfae0\":\"\",children:\"Venezuela\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Vietnam\",\"data-v-dc2cfae0\":\"\",children:\"Vietnam\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Virgin Islands British\",\"data-v-dc2cfae0\":\"\",children:\"Virgin Islands British\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Yemen\",\"data-v-dc2cfae0\":\"\",children:\"Yemen\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Zambia\",\"data-v-dc2cfae0\":\"\",children:\"Zambia\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Zimbabwe\",\"data-v-dc2cfae0\":\"\",children:\"Zimbabwe\"})]}),errors[\"00N5c00000HYf7U\"]&&/*#__PURE__*/_jsx(\"span\",{style:errorStyle,children:errors[\"00N5c00000HYf7U\"]})]}),/*#__PURE__*/_jsxs(\"div\",{style:formElementStyle,children:[/*#__PURE__*/_jsx(\"label\",{style:labelStyle,htmlFor:\"00N5c00000HYf7Z\",children:\"Industry\"}),/*#__PURE__*/_jsxs(\"select\",{style:getSelectStyle(\"00N5c00000HYf7Z\"),id:\"00N5c00000HYf7Z\",name:\"00N5c00000HYf7Z\",children:[/*#__PURE__*/_jsx(\"option\",{value:\"\",children:\"Select an industry\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Administrative & Support Services\",\"data-v-dc2cfae0\":\"\",children:\"Administrative & Support Services\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Arts, Entertainment & Recreation\",\"data-v-dc2cfae0\":\"\",children:\"Arts, Entertainment & Recreation\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Charitable / Nonprofits\",\"data-v-dc2cfae0\":\"\",children:\"Charitable / Nonprofits\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Education\",\"data-v-dc2cfae0\":\"\",children:\"Education\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Financial Services & Products\",\"data-v-dc2cfae0\":\"\",children:\"Financial Services & Products\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Healthcare\",\"data-v-dc2cfae0\":\"\",children:\"Healthcare\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Hospitality\",\"data-v-dc2cfae0\":\"\",children:\"Hospitality\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Information Technology (IT)\",\"data-v-dc2cfae0\":\"\",children:\"Information Technology (IT)\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Luxury Good\",\"data-v-dc2cfae0\":\"\",children:\"Luxury Good\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Professional & Shared Services\",\"data-v-dc2cfae0\":\"\",children:\"Professional & Shared Services\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Real Estate\",\"data-v-dc2cfae0\":\"\",children:\"Real Estate\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Retail & Consumer\",\"data-v-dc2cfae0\":\"\",children:\"Retail & Consumer\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Travel & Transportation\",\"data-v-dc2cfae0\":\"\",children:\"Travel & Transportation\"}),/*#__PURE__*/_jsx(\"option\",{value:\"Warehousing\",\"data-v-dc2cfae0\":\"\",children:\"Warehousing\"})]}),errors[\"00N5c00000HYf7Z\"]&&/*#__PURE__*/_jsx(\"span\",{style:errorStyle,children:errors[\"00N5c00000HYf7Z\"]})]}),/*#__PURE__*/_jsxs(\"div\",{style:formElementStyle,children:[/*#__PURE__*/_jsx(\"label\",{style:labelStyle,htmlFor:\"00N5c00000HYf7e\",children:\"Number of Employees\"}),/*#__PURE__*/_jsxs(\"select\",{style:getSelectStyle(\"00N5c00000HYf7e\"),id:\"00N5c00000HYf7e\",name:\"00N5c00000HYf7e\",children:[/*#__PURE__*/_jsx(\"option\",{value:\"\",children:\"Select number of employees\"}),/*#__PURE__*/_jsx(\"option\",{value:\"0-10\",\"data-v-dc2cfae0\":\"\",children:\"0-10\"}),/*#__PURE__*/_jsx(\"option\",{value:\"11-100\",\"data-v-dc2cfae0\":\"\",children:\"11-100\"}),/*#__PURE__*/_jsx(\"option\",{value:\"101-1000\",\"data-v-dc2cfae0\":\"\",children:\"101-1000\"}),/*#__PURE__*/_jsx(\"option\",{value:\"1000+\",\"data-v-dc2cfae0\":\"\",children:\"1000+\"})]}),errors[\"00N5c00000HYf7e\"]&&/*#__PURE__*/_jsx(\"span\",{style:errorStyle,children:errors[\"00N5c00000HYf7e\"]})]}),/*#__PURE__*/_jsxs(\"div\",{style:{...formElementStyle,gridColumn:useOneColumn?\"1\":\"1 / -1\"},children:[/*#__PURE__*/_jsx(\"label\",{style:labelStyle,htmlFor:\"00N5c00000HYf7j\",children:\"Current Annual Revenue\"}),/*#__PURE__*/_jsxs(\"select\",{style:getSelectStyle(\"00N5c00000HYf7j\"),id:\"00N5c00000HYf7j\",name:\"00N5c00000HYf7j\",children:[/*#__PURE__*/_jsx(\"option\",{value:\"\",children:\"Select your current annual revenue\"}),/*#__PURE__*/_jsx(\"option\",{value:\"$ 0 - 2.5 Million\",\"data-v-dc2cfae0\":\"\",children:\"$ 0 - 2.5 Million\"}),/*#__PURE__*/_jsx(\"option\",{value:\"$ 2.5 - 15 Million\",\"data-v-dc2cfae0\":\"\",children:\"$ 2.5 - 15 Million\"}),/*#__PURE__*/_jsx(\"option\",{value:\"$ 15 - 50 Million\",\"data-v-dc2cfae0\":\"\",children:\"$ 15 - 50 Million\"}),/*#__PURE__*/_jsx(\"option\",{value:\"$ 50 - 100 Million\",\"data-v-dc2cfae0\":\"\",children:\"$ 50 - 100 Million\"}),/*#__PURE__*/_jsx(\"option\",{value:\"$ 100 - 750 Million\",\"data-v-dc2cfae0\":\"\",children:\"$ 100 - 750 Million\"}),/*#__PURE__*/_jsx(\"option\",{value:\"$ 750 Million - 1.5 Billion\",\"data-v-dc2cfae0\":\"\",children:\"$ 750 Million - 1.5 Billion\"}),/*#__PURE__*/_jsx(\"option\",{value:\"$ 1.5 Billion+\",\"data-v-dc2cfae0\":\"\",children:\"$ 1.5 Billion+\"})]}),errors[\"00N5c00000HYf7j\"]&&/*#__PURE__*/_jsx(\"span\",{style:errorStyle,children:errors[\"00N5c00000HYf7j\"]})]}),/*#__PURE__*/_jsxs(\"div\",{style:{...formElementStyle,gridColumn:useOneColumn?\"1\":\"1 / -1\"},children:[/*#__PURE__*/_jsx(\"label\",{style:labelStyle,htmlFor:\"00N5c00000HYf9k\",children:\"Message\"}),/*#__PURE__*/_jsx(\"textarea\",{style:{...getInputStyle(\"00N5c00000HYf9k\"),height:\"120px\",resize:\"vertical\"},id:\"00N5c00000HYf9k\",name:\"00N5c00000HYf9k\",placeholder:\"Leave your message here!\"}),errors[\"00N5c00000HYf9k\"]&&/*#__PURE__*/_jsx(\"span\",{style:errorStyle,children:errors[\"00N5c00000HYf9k\"]})]}),/*#__PURE__*/_jsx(motion.button,{style:{...buttonStyle,backgroundColor:buttonColor,color:buttonTextColor,gridColumn:useOneColumn?\"1\":\"1 / -1\",marginTop:\"1rem\"},whileHover:{scale:1.05},whileTap:{scale:.95},type:\"submit\",children:\"Submit\"})]})});}StyledContactSalesForm.defaultProps={backgroundColor:\"#FFFFFF\",buttonColor:\"#4338CA\",buttonTextColor:\"#FFFFFF\",useOneColumn:false};addPropertyControls(StyledContactSalesForm,{backgroundColor:{type:ControlType.Color,title:\"Background Color\"},buttonColor:{type:ControlType.Color,title:\"Button Color\"},buttonTextColor:{type:ControlType.Color,title:\"Button Text Color\"},useOneColumn:{type:ControlType.Boolean,title:\"Single Column Layout\",defaultValue:false}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"StyledContactSalesForm\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ContactSalesTestForm.map", "// Generated by Framer (dbba614)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Link,PropertyOverrides,RichText,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,withCSS,withMappedReactProps}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import BitpayOrganismNavigation from\"#framer/local/canvasComponent/aJczK0JLy/aJczK0JLy.js\";import BitpayOrganismFooter from\"#framer/local/canvasComponent/lyYuwBaUk/lyYuwBaUk.js\";import BitpayOrganismProductBanner,*as BitpayOrganismProductBannerInfo from\"#framer/local/canvasComponent/OSGbsfi3S/OSGbsfi3S.js\";import BitpayOrganismUKBanner from\"#framer/local/canvasComponent/qJM0Tvzlo/qJM0Tvzlo.js\";import{withPersistentBannerState}from\"#framer/local/codeFile/emF82fS/BannerPersistance.js\";import StyledContactSalesForm from\"#framer/local/codeFile/rHrs_h8/ContactSalesTestForm.js\";import*as sharedStyle3 from\"#framer/local/css/AagzoX5rC/AagzoX5rC.js\";import*as sharedStyle1 from\"#framer/local/css/B634eT0R2/B634eT0R2.js\";import*as sharedStyle2 from\"#framer/local/css/c77qUMqNu/c77qUMqNu.js\";import*as sharedStyle from\"#framer/local/css/WPZw3ek4O/WPZw3ek4O.js\";import metadataProvider from\"#framer/local/webPageMetadata/titj6m2hZ/titj6m2hZ.js\";const BitpayOrganismProductBannerFonts=getFonts(BitpayOrganismProductBanner);const BitpayOrganismProductBannerWithPersistentBannerStateWithMappedReactPropsg1dubq=withMappedReactProps(withPersistentBannerState(BitpayOrganismProductBanner),BitpayOrganismProductBannerInfo);const BitpayOrganismUKBannerFonts=getFonts(BitpayOrganismUKBanner);const BitpayOrganismNavigationFonts=getFonts(BitpayOrganismNavigation);const StyledContactSalesFormFonts=getFonts(StyledContactSalesForm);const BitpayOrganismFooterFonts=getFonts(BitpayOrganismFooter);const breakpoints={I2sodXPo_:\"(max-width: 719px)\",PPDzkq5YG:\"(min-width: 960px) and (max-width: 1439px)\",uLfQhyNJ9:\"(min-width: 1440px) and (max-width: 1679px)\",WzXDdZwQQ:\"(min-width: 720px) and (max-width: 959px)\",ytYkbQwRE:\"(min-width: 1680px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-sDLgK\";const variantClassNames={I2sodXPo_:\"framer-v-cddzb3\",PPDzkq5YG:\"framer-v-1bs9oya\",uLfQhyNJ9:\"framer-v-1f3eui2\",WzXDdZwQQ:\"framer-v-ddqspi\",ytYkbQwRE:\"framer-v-os7rze\"};const convertFromEnum=(value,activeLocale)=>{switch(value){case\"QtIzQC20L\":return false;default:return true;}};const toBoolean=value=>{return Boolean(value);};const convertFromEnum1=(value,activeLocale)=>{switch(value){case\"QtIzQC20L\":return true;default:return false;}};const metadata=metadataProvider();const humanReadableVariantMap={\"Big Mobile\":\"WzXDdZwQQ\",\"Desktop Screen\":\"uLfQhyNJ9\",\"Large Desktop Screen\":\"ytYkbQwRE\",\"Small Mobile\":\"I2sodXPo_\",Tablet:\"PPDzkq5YG\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"ytYkbQwRE\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-sDLgK`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-sDLgK`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const visible=toBoolean(convertFromEnum(activeLocale?.id,activeLocale));const visible1=toBoolean(convertFromEnum1(activeLocale?.id,activeLocale));const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"ytYkbQwRE\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-os7rze\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5wbx0e\",\"data-framer-name\":\"Banner Group\",name:\"Banner Group\",children:[visible&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:90,width:\"100vw\",y:-61.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-yj3mam-container\",\"data-framer-name\":\"Banner\",name:\"Banner\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I2sodXPo_:{oHTGOfZj8:14}},children:/*#__PURE__*/_jsx(BitpayOrganismProductBannerWithPersistentBannerStateWithMappedReactPropsg1dubq,{CzaKqamu6:\"8px 16px 8px 16px\",height:\"100%\",id:\"BqaKJAtyC\",layoutId:\"BqaKJAtyC\",name:\"Banner\",oHTGOfZj8:20,style:{width:\"100%\"},variant:\"ENy9Gzb6J\",width:\"100%\"})})})}),visible1&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:123,width:\"100vw\",y:28.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hns1am-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I2sodXPo_:{variant:\"cQb8ZOP1U\"},WzXDdZwQQ:{variant:\"VdpOladED\"}},children:/*#__PURE__*/_jsx(BitpayOrganismUKBanner,{height:\"100%\",id:\"eloT1fuaf\",layoutId:\"eloT1fuaf\",style:{width:\"100%\"},variant:\"bMGvGLbO8\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19spyv1\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:84,width:\"100vw\",y:100,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1eh9dq3-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I2sodXPo_:{variant:\"i0rzEM6MH\"},PPDzkq5YG:{variant:\"i0rzEM6MH\"},WzXDdZwQQ:{variant:\"i0rzEM6MH\"}},children:/*#__PURE__*/_jsx(BitpayOrganismNavigation,{height:\"100%\",HSvc9Erds:\"var(--token-48bb380c-0c41-43ac-8da9-9a1814a2bf7a, rgb(245, 247, 248))\",hvJ5fqHEX:\"https://bitpay.com/authenticate/signup?business\",id:\"fCoSMPXHe\",layoutId:\"fCoSMPXHe\",OOCM6ndN6:\"RIIDrgcFu\",style:{width:\"100%\"},variant:\"yU4F8JRUr\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15vvm3w\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-bb0rj8\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2x4xlx\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1595tc6\",\"data-styles-preset\":\"WPZw3ek4O\",children:\"Contact Sales\"})}),className:\"framer-3vij56\",\"data-framer-name\":\"The safest| crypto app\",fonts:[\"Inter\"],name:\"The safest| crypto app\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-wrrxw4\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-md9mns\",\"data-styles-preset\":\"B634eT0R2\",children:[\"Use this form for sales inquiries. Need \",/*#__PURE__*/_jsx(Link,{href:\"https://support.bitpay.com/hc/en-us\",nodeId:\"ozHF7tHhB\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1qkqqbs\",\"data-styles-preset\":\"c77qUMqNu\",children:\"customer support\"})}),\" instead?\"]})}),className:\"framer-1rn8olk\",\"data-framer-name\":\"The safest| crypto app\",fonts:[\"Inter\"],name:\"The safest| crypto app\",verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-17d0nt8\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ygqa2p\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jw3u52\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-8vt7vn-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I2sodXPo_:{useOneColumn:true},WzXDdZwQQ:{useOneColumn:true}},children:/*#__PURE__*/_jsx(StyledContactSalesForm,{backgroundColor:\"rgb(255, 255, 255)\",buttonColor:\"var(--token-d070e1d5-44fb-4b87-953e-d706e0435b87, rgb(34, 64, 196))\",buttonTextColor:\"rgb(255, 255, 255)\",height:\"100%\",id:\"PTGfN6xNj\",layoutId:\"PTGfN6xNj\",style:{width:\"100%\"},useOneColumn:false,width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1f9uzpq\",\"data-styles-preset\":\"AagzoX5rC\",style:{\"--framer-text-alignment\":\"left\"},children:[\"By providing us with personal information like your name, email address, and phone number, you give BitPay explicit consent to use your information to contact you about your inquiry. Learn more about your \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"QBQuhm8rC\"},nodeId:\"hbDS1FEk7\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1qkqqbs\",\"data-styles-preset\":\"c77qUMqNu\",children:\"privacy rights\"})}),\".\"]})}),className:\"framer-jmmn1r\",\"data-framer-name\":\"The safest| crypto app\",fonts:[\"Inter\"],name:\"The safest| crypto app\",verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I2sodXPo_:{y:842},PPDzkq5YG:{y:906},WzXDdZwQQ:{y:842}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1054,width:\"100vw\",y:918,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lfthnu-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I2sodXPo_:{variant:\"Pft_p3mp7\"},PPDzkq5YG:{variant:\"c053IFzaH\"},uLfQhyNJ9:{variant:\"VTf2QUBaG\"},WzXDdZwQQ:{variant:\"txyZCq51A\"}},children:/*#__PURE__*/_jsx(BitpayOrganismFooter,{bH4IjxAx2:\"This Financial Promotion has been approved by Archax LTD on November 28, 2024.\",cymd_nTIb:false,height:\"100%\",id:\"MN2Tp60Pt\",layoutId:\"MN2Tp60Pt\",MgVG3c7fd:\"https://bitpay.com/framer-api/integrations/account-engagement\",style:{width:\"100%\"},variant:\"yd5NLNNdl\",width:\"100%\"})})})})})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-sDLgK { background: rgb(255, 255, 255); }`,\".framer-sDLgK.framer-1k5g41w, .framer-sDLgK .framer-1k5g41w { display: block; }\",\".framer-sDLgK.framer-os7rze { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1680px; }\",\".framer-sDLgK .framer-5wbx0e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 10; }\",\".framer-sDLgK .framer-yj3mam-container, .framer-sDLgK .framer-1hns1am-container, .framer-sDLgK .framer-8vt7vn-container, .framer-sDLgK .framer-1lfthnu-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-sDLgK .framer-19spyv1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-sDLgK .framer-1eh9dq3-container { flex: none; height: auto; position: relative; width: 100%; z-index: 8; }\",\".framer-sDLgK .framer-15vvm3w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-sDLgK .framer-bb0rj8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 16px 0px 16px; position: relative; width: 100%; }\",\".framer-sDLgK .framer-2x4xlx { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-sDLgK .framer-3vij56, .framer-sDLgK .framer-jmmn1r { --framer-paragraph-spacing: 1px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-sDLgK .framer-wrrxw4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-sDLgK .framer-1rn8olk { --framer-paragraph-spacing: 1px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-sDLgK .framer-17d0nt8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-sDLgK .framer-1ygqa2p { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-sDLgK .framer-1jw3u52 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 800px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-sDLgK.framer-os7rze, .framer-sDLgK .framer-5wbx0e, .framer-sDLgK .framer-19spyv1, .framer-sDLgK .framer-15vvm3w, .framer-sDLgK .framer-bb0rj8, .framer-sDLgK .framer-2x4xlx, .framer-sDLgK .framer-wrrxw4, .framer-sDLgK .framer-17d0nt8, .framer-sDLgK .framer-1ygqa2p, .framer-sDLgK .framer-1jw3u52 { gap: 0px; } .framer-sDLgK.framer-os7rze > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-sDLgK.framer-os7rze > :first-child, .framer-sDLgK .framer-5wbx0e > :first-child, .framer-sDLgK .framer-19spyv1 > :first-child, .framer-sDLgK .framer-15vvm3w > :first-child, .framer-sDLgK .framer-2x4xlx > :first-child, .framer-sDLgK .framer-1ygqa2p > :first-child, .framer-sDLgK .framer-1jw3u52 > :first-child { margin-top: 0px; } .framer-sDLgK.framer-os7rze > :last-child, .framer-sDLgK .framer-5wbx0e > :last-child, .framer-sDLgK .framer-19spyv1 > :last-child, .framer-sDLgK .framer-15vvm3w > :last-child, .framer-sDLgK .framer-2x4xlx > :last-child, .framer-sDLgK .framer-1ygqa2p > :last-child, .framer-sDLgK .framer-1jw3u52 > :last-child { margin-bottom: 0px; } .framer-sDLgK .framer-5wbx0e > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-sDLgK .framer-19spyv1 > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-sDLgK .framer-15vvm3w > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-sDLgK .framer-bb0rj8 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-sDLgK .framer-bb0rj8 > :first-child, .framer-sDLgK .framer-wrrxw4 > :first-child, .framer-sDLgK .framer-17d0nt8 > :first-child { margin-left: 0px; } .framer-sDLgK .framer-bb0rj8 > :last-child, .framer-sDLgK .framer-wrrxw4 > :last-child, .framer-sDLgK .framer-17d0nt8 > :last-child { margin-right: 0px; } .framer-sDLgK .framer-2x4xlx > * { margin: 0px; margin-bottom: calc(28px / 2); margin-top: calc(28px / 2); } .framer-sDLgK .framer-wrrxw4 > *, .framer-sDLgK .framer-17d0nt8 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-sDLgK .framer-1ygqa2p > *, .framer-sDLgK .framer-1jw3u52 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } }\",`@media (min-width: 1440px) and (max-width: 1679px) { .${metadata.bodyClassName}-framer-sDLgK { background: rgb(255, 255, 255); } .framer-sDLgK.framer-os7rze { width: 1440px; }}`,`@media (min-width: 960px) and (max-width: 1439px) { .${metadata.bodyClassName}-framer-sDLgK { background: rgb(255, 255, 255); } .framer-sDLgK.framer-os7rze { width: 960px; } .framer-sDLgK .framer-bb0rj8, .framer-sDLgK .framer-17d0nt8 { padding: 0px 32px 0px 32px; } .framer-sDLgK .framer-2x4xlx { gap: 16px; } .framer-sDLgK .framer-3vij56 { order: 0; } .framer-sDLgK .framer-wrrxw4 { order: 1; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-sDLgK .framer-2x4xlx { gap: 0px; } .framer-sDLgK .framer-2x4xlx > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-sDLgK .framer-2x4xlx > :first-child { margin-top: 0px; } .framer-sDLgK .framer-2x4xlx > :last-child { margin-bottom: 0px; } }}`,`@media (min-width: 720px) and (max-width: 959px) { .${metadata.bodyClassName}-framer-sDLgK { background: rgb(255, 255, 255); } .framer-sDLgK.framer-os7rze { width: 720px; } .framer-sDLgK .framer-19spyv1, .framer-sDLgK .framer-15vvm3w { gap: 32px; } .framer-sDLgK .framer-bb0rj8, .framer-sDLgK .framer-17d0nt8 { padding: 0px 32px 0px 32px; } .framer-sDLgK .framer-2x4xlx { gap: 16px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-sDLgK .framer-19spyv1, .framer-sDLgK .framer-15vvm3w, .framer-sDLgK .framer-2x4xlx { gap: 0px; } .framer-sDLgK .framer-19spyv1 > *, .framer-sDLgK .framer-15vvm3w > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-sDLgK .framer-19spyv1 > :first-child, .framer-sDLgK .framer-15vvm3w > :first-child, .framer-sDLgK .framer-2x4xlx > :first-child { margin-top: 0px; } .framer-sDLgK .framer-19spyv1 > :last-child, .framer-sDLgK .framer-15vvm3w > :last-child, .framer-sDLgK .framer-2x4xlx > :last-child { margin-bottom: 0px; } .framer-sDLgK .framer-2x4xlx > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }}`,`@media (max-width: 719px) { .${metadata.bodyClassName}-framer-sDLgK { background: rgb(255, 255, 255); } .framer-sDLgK.framer-os7rze { width: 400px; } .framer-sDLgK .framer-19spyv1, .framer-sDLgK .framer-15vvm3w { gap: 32px; } .framer-sDLgK .framer-bb0rj8, .framer-sDLgK .framer-17d0nt8 { padding: 0px 32px 0px 32px; } .framer-sDLgK .framer-2x4xlx { gap: 16px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-sDLgK .framer-19spyv1, .framer-sDLgK .framer-15vvm3w, .framer-sDLgK .framer-2x4xlx { gap: 0px; } .framer-sDLgK .framer-19spyv1 > *, .framer-sDLgK .framer-15vvm3w > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-sDLgK .framer-19spyv1 > :first-child, .framer-sDLgK .framer-15vvm3w > :first-child, .framer-sDLgK .framer-2x4xlx > :first-child { margin-top: 0px; } .framer-sDLgK .framer-19spyv1 > :last-child, .framer-sDLgK .framer-15vvm3w > :last-child, .framer-sDLgK .framer-2x4xlx > :last-child { margin-bottom: 0px; } .framer-sDLgK .framer-2x4xlx > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2297\n * @framerIntrinsicWidth 1680\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"uLfQhyNJ9\":{\"layout\":[\"fixed\",\"auto\"]},\"PPDzkq5YG\":{\"layout\":[\"fixed\",\"auto\"]},\"WzXDdZwQQ\":{\"layout\":[\"fixed\",\"auto\"]},\"I2sodXPo_\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const Framertitj6m2hZ=withCSS(Component,css,\"framer-sDLgK\");export default Framertitj6m2hZ;Framertitj6m2hZ.displayName=\"Exchange Rates\";Framertitj6m2hZ.defaultProps={height:2297,width:1680};addFonts(Framertitj6m2hZ,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...BitpayOrganismProductBannerFonts,...BitpayOrganismUKBannerFonts,...BitpayOrganismNavigationFonts,...StyledContactSalesFormFonts,...BitpayOrganismFooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framertitj6m2hZ\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"uLfQhyNJ9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PPDzkq5YG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"WzXDdZwQQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"I2sodXPo_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1680\",\"framerImmutableVariables\":\"true\",\"framerResponsiveScreen\":\"\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"2297\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["hostAndPort", "StyledContactSalesForm", "props", "backgroundColor", "buttonColor", "buttonTextColor", "useOneColumn", "errors", "setErrors", "ye", "formStartTime", "setFormStartTime", "hasInteracted", "setHasInteracted", "mouseMovements", "setMouseMovements", "honeypotRef", "pe", "ue", "handleMouseMove", "prev", "window", "validateField", "name", "value", "checkBotBehavior", "handleSubmit", "e", "form", "newErrors", "field", "error", "containerStyle", "formStyle", "formElementStyle", "labelStyle", "inputStyle", "selectStyle", "buttonStyle", "errorStyle", "getInputStyle", "fieldName", "getSelectStyle", "p", "u", "motion", "addPropertyControls", "ControlType", "BitpayOrganismProductBannerFonts", "getFonts", "OSGbsfi3S_default", "BitpayOrganismProductBannerWithPersistentBannerStateWithMappedReactPropsg1dubq", "withMappedReactProps", "withPersistentBannerState", "OSGbsfi3S_exports", "BitpayOrganismUKBannerFonts", "qJM0Tvzlo_default", "BitpayOrganismNavigationFonts", "aJczK0JLy_default", "StyledContactSalesFormFonts", "StyledContactSalesForm", "BitpayOrganismFooterFonts", "lyYuwBaUk_default", "breakpoints", "serializationHash", "variantClassNames", "convertFromEnum", "value", "activeLocale", "toBoolean", "convertFromEnum1", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "ref1", "pe", "visible", "visible1", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "ComponentViewportProvider", "Container", "PropertyOverrides2", "BitpayOrganismProductBannerWithPersistentBannerStateWithMappedReactPropsg1dubq", "qJM0Tvzlo_default", "aJczK0JLy_default", "RichText", "x", "Link", "StyledContactSalesForm", "lyYuwBaUk_default", "css", "Framertitj6m2hZ", "withCSS", "titj6m2hZ_default", "addFonts", "BitpayOrganismProductBannerFonts", "BitpayOrganismUKBannerFonts", "BitpayOrganismNavigationFonts", "StyledContactSalesFormFonts", "BitpayOrganismFooterFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
