{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/lXugQodnfacXM7iqNktR/jqYP2i84Oy28MCXVOyxu/Instance.js", "ssg:https://framerusercontent.com/modules/nOBk8jLtRs9HzPApU4lE/NKIwGM5Xz0GJbwYyn2Ra/SmallOverrides.js", "ssg:https://framerusercontent.com/modules/8t8zkYxjxobexfgnhIHk/iYyzKiNGa8MYeledgfOT/QskMrmzBM.js", "ssg:https://framerusercontent.com/modules/XMRZDhrONAGd8VoGKj2L/sgoJXs7hmcm6i1zO2WQQ/UBRNvznyn.js", "ssg:https://framerusercontent.com/modules/UWfLng8295MSLChOZNHK/7LzGrMBP79wl67Q6aIcw/ChatBot2Kin.js", "ssg:https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/9mrJHeWj7rhvLTLu7Yzt/UsePageVisibility.js", "ssg:https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/i9GayUyuKzq5AZLIseXV/SlideShow.js", "ssg:https://framerusercontent.com/modules/Vb071K5K2VungFRQrnV3/kytg9I20kdx5IGoSyKNW/zxZiL5kw3.js", "ssg:https://framerusercontent.com/modules/q2lflN2Vs4IPxgIyacBQ/u5flAY9aMT7HdJGR3jUs/SafeAreaHorizontal.js", "ssg:https://framerusercontent.com/modules/GjdGTkwZqp2tukBXzD3S/JIAqfDVpvR0ffL0qNx2Q/RightClick.js", "ssg:https://framerusercontent.com/modules/5IgnBuDs9zhGUyRBVItu/N74qseXeFEKFPjvPF0uB/cbGAyjvRS.js", "ssg:https://framerusercontent.com/modules/AXGI0A9DUP5dRFIs2f2X/1mQ4oWY5BQvRCLtLXegL/cBMA5VfCq.js", "ssg:https://framerusercontent.com/modules/3Lp2WNBOxytIr3MaxJir/nMvQCezZQvul4MxBUQ7N/cBMA5VfCq-0.js", "ssg:https://framerusercontent.com/modules/3Lp2WNBOxytIr3MaxJir/nMvQCezZQvul4MxBUQ7N/cBMA5VfCq.js", "ssg:https://framerusercontent.com/modules/uvoG1b14OUhR18zdRVvm/O5JBEmz9Y11HZBVYXa9S/SafeAreaTest.js", "ssg:https://framerusercontent.com/modules/wNPM0oueMMZKcun44UzX/0mrGHLDuTZOOx21895FS/TruncatedText.js", "ssg:https://framerusercontent.com/modules/3bWjItmBZ6SGkywVM5Mb/acqxV0Qu8yxVPPOTGT9r/Ea3E0LrB7.js", "ssg:https://framerusercontent.com/modules/Mo2QofUteFipJJJ4TLEk/dK4QGtNfQce4lfkF6Dyr/jXD0_yZX2.js", "ssg:https://framerusercontent.com/modules/K18KFI6DHu18g4k1qqrZ/Cq02kAlJiZRSlF7XKeKA/otAMKe08m.js", "ssg:https://framerusercontent.com/modules/9ecPvOeX0wwTrE4hhQgK/MfKfynJmyIJKDxLz4ujh/ConcaveShape.js", "ssg:https://framerusercontent.com/modules/Uo9e9sGtWgdQc4Do8y4h/eoLmrNzGirgaCkOENmxo/soEYkFlev.js", "ssg:https://framerusercontent.com/modules/4bwhry1FXsqGGA8b9NNu/0uRxMZhVqihvPST5BxQU/vNqDH14PE.js", "ssg:https://framerusercontent.com/modules/CM91V7oIxaIGZKjOtmlM/Zu3STarLFZede5yQ6Cll/hSUf6q7Bm.js", "ssg:https://framerusercontent.com/modules/4IJCb0cXtkisRS0AjZ61/SWSApusBfe98gNm78lJN/Featured_switcher.js", "ssg:https://framerusercontent.com/modules/k38aEPEji17rRPflfvY5/B18INVBUi0DbVme4eKSX/IIkvY9C6I.js", "ssg:https://framerusercontent.com/modules/Ol0Y5S2SUA9Qw0wyrvR3/0iVWxuqbp7Cbb1CuPCoB/oZ8XfOiNe.js", "ssg:https://framerusercontent.com/modules/98SElqcEngNuz5fDdxOD/YgbIK8FPdFCN6urwW8X8/uHaMu5GSl.js", "ssg:https://framerusercontent.com/modules/thyBShxOTwLjq4HO73Q3/Z6f2rXzaF7zZfDyhEtWH/Y7Lj9N1oz.js", "ssg:https://framerusercontent.com/modules/tXeRJiWn7SAcvBSdk8GZ/diczn5obUOYniwW5iZHH/yIpzui8o4.js", "ssg:https://framerusercontent.com/modules/kfDxzk7Y9MnCBOdplPSv/IIyVnGC9u5lCd0vEzKuE/kK1GjWJRM.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import*as React from\"react\";import{cloneElement,useState}from\"react\";import{motion,AnimatePresence}from\"framer-motion\";export default function Accordion(props){const{children,gap,font,iconSize,labelColor,bgColor,borderRadius,padding,activeBgColor,activeLabelColor,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,hoverBgColor}=props;const[openIndex,setOpenIndex]=useState(null);const toggleItem=index=>{setOpenIndex(openIndex===index?null:index);};return /*#__PURE__*/_jsx(\"div\",{style:{display:\"flex\",gap:gap,flexDirection:\"column\"},children:React.Children.map(children,(child,index)=>/*#__PURE__*/_jsxs(\"div\",{style:{background:openIndex===index?activeBgColor:bgColor,borderRadius:borderRadius,overflow:\"hidden\",transition:\"background 0.3s\"},children:[/*#__PURE__*/_jsxs(motion.button,{onClick:()=>toggleItem(index),animate:{background:\"transparent\"},initial:{background:\"transparent\"},whileHover:{background:hoverBgColor},style:{width:\"100%\",padding:paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`,textAlign:\"left\",border:\"none\",outline:\"none\",display:\"flex\",gap:iconSize/2,justifyContent:\"space-between\",alignItems:\"center\",cursor:\"pointer\",borderRadius:borderRadius,transition:\"all 0.3s\",color:openIndex===index?activeLabelColor:labelColor,...font},children:[child.props[\"data-framer-name\"]||\"???\",/*#__PURE__*/_jsx(motion.svg,{animate:{rotate:openIndex===index?180:0},transition:{duration:.3},width:iconSize,height:iconSize,viewBox:\"0 0 24 24\",fill:\"none\",style:{opacity:.75,flexShrink:0,stroke:openIndex===index?activeLabelColor:labelColor},children:/*#__PURE__*/_jsx(\"path\",{d:\"M6 9L12 15L18 9\",stroke:\"currentColor\",strokeWidth:\"2\",strokeLinecap:\"round\",strokeLinejoin:\"round\"})})]}),/*#__PURE__*/_jsx(AnimatePresence,{children:openIndex===index&&/*#__PURE__*/_jsx(motion.div,{initial:\"collapsed\",animate:\"open\",exit:\"collapsed\",variants:{open:{opacity:1,scale:1,height:\"auto\"},collapsed:{opacity:0,scale:.9,height:0}},transition:{duration:.3},children:/*#__PURE__*/cloneElement(child,{style:{...child.props.style,width:\"100%\"}})})})]},index))});}addPropertyControls(Accordion,{children:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},gap:{type:ControlType.Number,title:\"Gap\",defaultValue:6,min:0,max:48,step:2},font:{type:ControlType.Font,title:\"Label Font\",controls:\"basic\",displayFontSize:true,displayTextAlignment:false,defaultFontType:\"sans-serif\",defaultValue:{fontSize:16}},labelColor:{type:ControlType.Color,title:\"Label colour\",defaultValue:\"#080C24\"},bgColor:{type:ControlType.Color,title:\"BG colour\",defaultValue:\"#fff\"},iconSize:{type:ControlType.Number,title:\"Icon Size\",defaultValue:18,min:4,max:32,step:2},borderRadius:{type:ControlType.Number,title:\"Radii\",defaultValue:8,min:0,max:100,step:2},padding:{type:ControlType.FusedNumber,title:\"Padding\",toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"Top\",\"Right\",\"Bottom\",\"Left\"],defaultValue:4,min:0},activeBgColor:{type:ControlType.Color,title:\"Active BG Color\",defaultValue:\"#F3F7FE\"},activeLabelColor:{type:ControlType.Color,title:\"Active Label Color\",defaultValue:\"#06f\"},hoverBgColor:{type:ControlType.Color,title:\"Hover BG Color\",defaultValue:\"#06f\"}});Accordion.displayName=\"Accordion\";\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Accordion\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Instance.map", "import{jsx as e,jsxs as t,Fragment as i}from\"react/jsx-runtime\";export function ButtonScale(t){return i=>/*#__PURE__*/e(t,{...i,style:{...i.style,filter:\"brightness(1)\"},whileHover:{scale:1.02,filter:\"brightness(1.1)\"},whileTap:{scale:.98,filter:\"brightness(1)\"},transition:{scale:{type:\"tween\",ease:\"spring\",duration:.25},filter:{type:\"tween\",ease:\"spring\",duration:.25}}});}let r=16;export function ImageRadius(r){return l=>/*#__PURE__*/t(i,{children:[/*#__PURE__*/e(\"style\",{children:`.${l.className} img {\n                    border-radius: 16px;\n                }`}),/*#__PURE__*/e(r,{...l})]});}export function AutoYear(t){return i=>{var r,l,n;let o=null===(n=i.children)||void 0===n?void 0:null===(l=n.props)||void 0===l?void 0:null===(r=l.children)||void 0===r?void 0:r.props;return o&&\"string\"==typeof o.children&&(o.children=o.children.replace(\"YYYY\",new Date().getFullYear())),/*#__PURE__*/e(t,{...i});};}export function DottedBackground(t){return i=>/*#__PURE__*/e(t,{...i,style:{background:\"radial-gradient(circle, rgba(255, 255, 255, 0) -1px, rgb(255, 255, 255) 1px) 0px 0px / 3px 3px repeat\",...i.style}});}export function wave(i){return r=>/*#__PURE__*/t(i,{...r,style:{position:\"relative\",...r.style},children:[/*#__PURE__*/e(\"div\",{style:{width:\"100%\",height:\"100%\",backgroundColor:\"#0066ff\",mixBlendMode:\"multiply\",position:\"absolute\",opacity:.25,top:0,right:0,bottom:0,left:0},children:/*#__PURE__*/e(\"div\",{style:{width:\"100%\",height:\"100%\",background:\"radial-gradient(circle, #000000 0px, rgb(255 255 255) 3.5px) 0 0 / 12px 12px repeat\",filter:\"contrast(15)\",mixBlendMode:\"screen\"},children:/*#__PURE__*/e(\"div\",{style:{width:\"100%\",height:\"100%\",background:\"url(https://upload.wikimedia.org/wikipedia/commons/e/e1/Photon_Density_Wave_Propagation.gif) 50% / cover\",mixBlendMode:\"screen\"}})})}),r.children]});}export function DarkPerlin(i){return r=>/*#__PURE__*/t(i,{...r,style:{position:\"relative\",...r.style},children:[/*#__PURE__*/e(\"div\",{style:{width:\"100%\",height:\"100%\",backgroundColor:\"#0066ff\",mixBlendMode:\"multiply\",position:\"absolute\",opacity:.2,top:0,right:0,bottom:0,left:0},children:/*#__PURE__*/e(\"div\",{style:{width:\"100%\",height:\"100%\",background:\"radial-gradient(circle, #000000 0px, rgb(255 255 255) 3px) 0 0 / 12px 12px repeat\",filter:\"contrast(15)\",mixBlendMode:\"screen\",overflow:\"hidden\"},children:/*#__PURE__*/e(\"div\",{style:{width:\"100%\",height:\"100%\",background:\"url(https://growth.inploi.com/neutral/noise.gif) 50% / cover\",mixBlendMode:\"screen\",filter:\"blur(5px) contrast(1.3)\"}})})}),r.children]});}export function whitePerlin(i){return r=>/*#__PURE__*/t(i,{...r,style:{position:\"relative\",...r.style},children:[/*#__PURE__*/e(\"div\",{style:{width:\"100%\",height:\"100%\",backgroundColor:\"#fff\",mixBlendMode:\"screen\",position:\"absolute\",opacity:.25,top:0,right:0,bottom:0,left:0},children:/*#__PURE__*/e(\"div\",{style:{width:\"100%\",height:\"100%\",background:\"radial-gradient(circle, #fff 0px, #000 3.5px) 0 0 / 12px 12px repeat\",filter:\"contrast(10)\",mixBlendMode:\"multiply\"},children:/*#__PURE__*/e(\"div\",{style:{width:\"100%\",height:\"100%\",background:\"url(https://ianparberry.com/research/amortizednoise/images/noise3a-256.gif) 50% / cover\",mixBlendMode:\"multiply\",filter:\"brightness(1.1)\"}})})}),r.children]});}export function radialGradient(i){return r=>/*#__PURE__*/t(i,{...r,style:{position:\"relative\",...r.style},children:[/*#__PURE__*/e(\"div\",{style:{width:\"100%\",height:\"100%\",backgroundColor:\"#0066ff\",mixBlendMode:\"multiply\",position:\"absolute\",opacity:.25,top:0,right:0,bottom:0,left:0},children:/*#__PURE__*/e(\"div\",{style:{width:\"100%\",height:\"100%\",background:\"radial-gradient(circle, #000000 0px, rgb(255 255 255) 3.5px) 0 0 / 12px 12px repeat\",filter:\"contrast(15)\",mixBlendMode:\"screen\"},children:/*#__PURE__*/e(\"div\",{style:{width:\"100%\",height:\"100%\",background:\"radial-gradient(circle, #999, black)\",mixBlendMode:\"screen\"}})})}),r.children]});}export function linearGradient(i){return r=>/*#__PURE__*/t(i,{...r,style:{position:\"relative\",...r.style},children:[/*#__PURE__*/e(\"div\",{style:{width:\"100%\",height:\"100%\",backgroundColor:\"#0066ff\",mixBlendMode:\"multiply\",position:\"absolute\",opacity:.25,top:0,right:0,bottom:0,left:0},children:/*#__PURE__*/e(\"div\",{style:{width:\"100%\",height:\"100%\",background:\"radial-gradient(circle, #000000 0px, rgb(255 255 255) 3.5px) 0 0 / 12px 12px repeat\",filter:\"contrast(15)\",mixBlendMode:\"screen\"},children:/*#__PURE__*/e(\"div\",{style:{width:\"100%\",height:\"100%\",background:\"linear-gradient(#999999, black)\",mixBlendMode:\"screen\"}})})}),r.children]});}\nexport const __FramerMetadata__ = {\"exports\":{\"radialGradient\":{\"type\":\"reactHoc\",\"name\":\"radialGradient\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ButtonScale\":{\"type\":\"reactHoc\",\"name\":\"ButtonScale\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"DottedBackground\":{\"type\":\"reactHoc\",\"name\":\"DottedBackground\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"AutoYear\":{\"type\":\"reactHoc\",\"name\":\"AutoYear\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"DarkPerlin\":{\"type\":\"reactHoc\",\"name\":\"DarkPerlin\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ImageRadius\":{\"type\":\"reactHoc\",\"name\":\"ImageRadius\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"wave\":{\"type\":\"reactHoc\",\"name\":\"wave\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"whitePerlin\":{\"type\":\"reactHoc\",\"name\":\"whitePerlin\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"linearGradient\":{\"type\":\"reactHoc\",\"name\":\"linearGradient\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SmallOverrides.map", "// Generated by Framer (9bd94da)\nimport{jsx as e,jsxs as r}from\"react/jsx-runtime\";import{addFonts as t,addPropertyControls as a,ControlType as o,cx as n,getFonts as i,getPropertyControls as l,Link as d,RichText as c,useLocaleInfo as f,useVariantState as m,withCSS as s}from\"framer\";import{LayoutGroup as p,motion as x,MotionConfigContext as h}from\"framer-motion\";import*as u from\"react\";import{Icon as v}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import{ButtonScale as y}from\"https://framerusercontent.com/modules/nOBk8jLtRs9HzPApU4lE/NKIwGM5Xz0GJbwYyn2Ra/SmallOverrides.js\";let g=i(v),w=y(x.a),b=l(v),k=[\"c1NZl4lJA\",\"CiaXkRe97\",\"MEtzkYqeO\",\"no16msiRy\"],G=\"framer-yJcGY\",B={c1NZl4lJA:\"framer-v-1v5wwg0\",CiaXkRe97:\"framer-v-1k17n2h\",MEtzkYqeO:\"framer-v-1lwmiwy\",no16msiRy:\"framer-v-zu5lzq\"};function V(e,...r){let t={};return null==r||r.forEach(r=>r&&Object.assign(t,e[r])),t;}let C={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}},Y=(e,r)=>\"string\"==typeof e&&\"string\"==typeof r?e.toLowerCase()===r.toLowerCase():e===r,J=e=>!e,I=({value:r,children:t})=>{let a=u.useContext(h),o=null!=r?r:a.transition,n=u.useMemo(()=>({...a,transition:o}),[JSON.stringify(o)]);return /*#__PURE__*/e(h.Provider,{value:n,children:t});},q={\"Large Accent\":\"CiaXkRe97\",\"NavDropdown Item\":\"no16msiRy\",\"Small Accent\":\"MEtzkYqeO\",\"Standard Accent\":\"c1NZl4lJA\"},z=({bGColour:e,height:r,iconColour:t,id:a,leftIcon:o,leftIcon1:n,link:i,rightIcon:l,rightIcon1:d,textColour:c,title:f,width:m,...s})=>{var p,x,h,u,v,y,g,w,b,k;return{...s,cArqwhXWi:null!==(p=null!=e?e:s.cArqwhXWi)&&void 0!==p?p:\"rgb(0, 102, 255)\",ex1M1BxWH:null!==(x=null!=n?n:s.ex1M1BxWH)&&void 0!==x?x:\"Info\",gHeOvXgAq:null!=i?i:s.gHeOvXgAq,hyoIEBZCr:null!==(h=null!=f?f:s.hyoIEBZCr)&&void 0!==h?h:\"Button text\",P0VjHIGR_:null!==(u=null!=c?c:s.P0VjHIGR_)&&void 0!==u?u:\"var(--token-59c84003-d24d-4093-a457-d5e7381532ee, rgb(255, 255, 255))\",rpzj1qEtI:null!==(v=null!=d?d:s.rpzj1qEtI)&&void 0!==v?v:\"ChevronRight\",sTfGov8wd:null===(y=null!=l?l:s.sTfGov8wd)||void 0===y||y,Uwhubicpx:null===(g=null!=o?o:s.Uwhubicpx)||void 0===g||g,variant:null!==(b=null!==(w=q[s.variant])&&void 0!==w?w:s.variant)&&void 0!==b?b:\"c1NZl4lJA\",YXMqMIqEW:null!==(k=null!=t?t:s.YXMqMIqEW)&&void 0!==k?k:'var(--token-59c84003-d24d-4093-a457-d5e7381532ee, rgb(255, 255, 255)) /* {\"name\":\"white\"} */'};},N=(e,r)=>r.join(\"-\")+e.layoutDependency,R=/*#__PURE__*/u.forwardRef(function(t,a){let{activeLocale:o}=f(),{style:i,className:l,layoutId:s,variant:h,hyoIEBZCr:y,gHeOvXgAq:g,cArqwhXWi:b,P0VjHIGR_:G,YXMqMIqEW:q,Uwhubicpx:R,ex1M1BxWH:M,sTfGov8wd:S,rpzj1qEtI:j,...T}=z(t),{baseVariant:E,classNames:A,gestureVariant:P,setGestureState:H,setVariant:O,transition:X,variants:Q}=m({cycleOrder:k,defaultVariant:\"c1NZl4lJA\",transitions:C,variant:h,variantClassNames:B}),L=N(t,Q),F=u.useRef(null),Z=u.useId();return /*#__PURE__*/e(p,{id:null!=s?s:Z,children:/*#__PURE__*/e(x.div,{initial:h,animate:Q,onHoverStart:()=>H({isHovered:!0}),onHoverEnd:()=>H({isHovered:!1}),onTapStart:()=>H({isPressed:!0}),onTap:()=>H({isPressed:!1}),onTapCancel:()=>H({isPressed:!1}),className:n(\"framer-yJcGY\",...[],A),style:{display:\"contents\"},children:/*#__PURE__*/e(I,{value:X,children:/*#__PURE__*/e(d,{href:g,openInNewTab:!1,smoothScroll:!0,children:/*#__PURE__*/e(w,{...T,className:`${n(\"framer-1v5wwg0\",l)} framer-hxamkr`,\"data-framer-name\":\"Standard Accent\",\"data-reset\":\"button\",layoutDependency:L,layoutId:\"c1NZl4lJA\",ref:null!=a?a:F,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:b,borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"none\",...i},variants:{MEtzkYqeO:{boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 102, 255, 0.21597), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 102, 255, 0.19067), 0px 10px 10px -3.75px rgba(0, 102, 255, 0.075)\"},no16msiRy:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d7e284b1-ae4e-47f9-ad3b-3d3ac9125517, rgb(247, 248, 250))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-59c84003-d24d-4093-a457-d5e7381532ee, rgb(255, 255, 255))\",boxShadow:\"0px 0.3613123810646357px 0.3613123810646357px -1.3333333333333333px rgba(1, 32, 117, 0.15277), 0px 1.3731199819460742px 1.3731199819460742px -2.6666666666666665px rgba(1, 32, 117, 0.13254), 0px 6px 6px -4px rgba(1, 32, 117, 0.04)\"}},...V({CiaXkRe97:{\"data-framer-name\":\"Large Accent\"},MEtzkYqeO:{\"data-framer-name\":\"Small Accent\"},no16msiRy:{\"data-border\":!0,\"data-framer-name\":\"NavDropdown Item\"}},E,P),children:/*#__PURE__*/r(x.div,{className:\"framer-1qf1rvh\",layoutDependency:L,layoutId:\"X4wRN3Qie\",children:[J(Y(R,!1))&&/*#__PURE__*/e(x.div,{className:\"framer-10xjgiz-container\",layoutDependency:L,layoutId:\"VU2dV7jCc-container\",children:/*#__PURE__*/e(v,{color:q,height:\"100%\",iconSearch:\"Home\",iconSelection:M,iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"VU2dV7jCc\",layoutId:\"VU2dV7jCc\",mirrored:!1,selectByList:!0,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})}),/*#__PURE__*/e(c,{__fromCanvasComponent:!0,children:/*#__PURE__*/e(u.Fragment,{children:/*#__PURE__*/e(x.p,{style:{\"--font-selector\":\"Q1VTVE9NO05leGEgVGV4dCBCb2xk\",\"--framer-font-family\":'\"Nexa Text Bold\", \"Nexa Text Bold Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-P0VjHIGR_-QskMrmzBM))\"},children:\"Button text\"})}),className:\"framer-1q79zzk\",fonts:[\"CUSTOM;Nexa Text Bold\"],layoutDependency:L,layoutId:\"FkCNalGRI\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-P0VjHIGR_-QskMrmzBM)\",\"--framer-link-current-text-color\":\"hsl(0, 0%, 0%)\",\"--framer-link-hover-text-color\":\"#666\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-P0VjHIGR_-QskMrmzBM\":G},text:y,variants:{no16msiRy:{\"--extracted-r6o4lv\":\"var(--token-2a69da64-13d5-4b18-9fd1-887b923fa09f, rgb(0, 38, 137))\"}},verticalAlignment:\"top\",withExternalLayout:!0,...V({CiaXkRe97:{children:/*#__PURE__*/e(u.Fragment,{children:/*#__PURE__*/e(x.p,{style:{\"--font-selector\":\"Q1VTVE9NO05leGEgVGV4dCBCb2xk\",\"--framer-font-family\":'\"Nexa Text Bold\", \"Nexa Text Bold Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-P0VjHIGR_-QskMrmzBM))\"},children:\"Button text\"})})},MEtzkYqeO:{children:/*#__PURE__*/e(u.Fragment,{children:/*#__PURE__*/e(x.p,{style:{\"--font-selector\":\"Q1VTVE9NO05leGEgVGV4dCBCb2xk\",\"--framer-font-family\":'\"Nexa Text Bold\", \"Nexa Text Bold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-P0VjHIGR_-QskMrmzBM))\"},children:\"Button text\"})})},no16msiRy:{children:/*#__PURE__*/e(u.Fragment,{children:/*#__PURE__*/e(x.p,{style:{\"--font-selector\":\"Q1VTVE9NO05leGEgVGV4dCBCb29r\",\"--framer-font-family\":'\"Nexa Text Book\", \"Nexa Text Book Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2a69da64-13d5-4b18-9fd1-887b923fa09f, rgb(0, 38, 137)))\"},children:\"Button text\"})}),fonts:[\"CUSTOM;Nexa Text Book\"]}},E,P)}),\"no16msiRy\"!==E&&J(Y(S,!1))&&/*#__PURE__*/e(x.div,{className:\"framer-af29jd-container\",layoutDependency:L,layoutId:\"SyCaus5de-container\",children:/*#__PURE__*/e(v,{color:q,height:\"100%\",iconSearch:\"Home\",iconSelection:j,iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"SyCaus5de\",layoutId:\"SyCaus5de\",mirrored:!1,selectByList:!0,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})]})})})})})});}),M=['.framer-yJcGY [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-yJcGY .framer-hxamkr { display: block; }\",\".framer-yJcGY .framer-1v5wwg0 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 16px 0px 16px; position: relative; text-decoration: none; width: min-content; }\",\".framer-yJcGY .framer-1qf1rvh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; min-height: 40px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-yJcGY .framer-10xjgiz-container, .framer-yJcGY .framer-af29jd-container { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-yJcGY .framer-1q79zzk { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-yJcGY .framer-1v5wwg0, .framer-yJcGY .framer-1qf1rvh { gap: 0px; } .framer-yJcGY .framer-1v5wwg0 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-yJcGY .framer-1v5wwg0 > :first-child, .framer-yJcGY .framer-1qf1rvh > :first-child { margin-left: 0px; } .framer-yJcGY .framer-1v5wwg0 > :last-child, .framer-yJcGY .framer-1qf1rvh > :last-child { margin-right: 0px; } .framer-yJcGY .framer-1qf1rvh > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } }\",\".framer-yJcGY.framer-v-1k17n2h .framer-1v5wwg0 { padding: 0px 20px 0px 20px; }\",\".framer-yJcGY.framer-v-1k17n2h .framer-1qf1rvh { gap: 10px; min-height: 48px; }\",\".framer-yJcGY.framer-v-1k17n2h .framer-10xjgiz-container, .framer-yJcGY.framer-v-1k17n2h .framer-af29jd-container { height: 24px; width: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-yJcGY.framer-v-1k17n2h .framer-1qf1rvh { gap: 0px; } .framer-yJcGY.framer-v-1k17n2h .framer-1qf1rvh > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-yJcGY.framer-v-1k17n2h .framer-1qf1rvh > :first-child { margin-left: 0px; } .framer-yJcGY.framer-v-1k17n2h .framer-1qf1rvh > :last-child { margin-right: 0px; } }\",\".framer-yJcGY.framer-v-1lwmiwy .framer-1v5wwg0 { padding: 0px 12px 0px 12px; }\",\".framer-yJcGY.framer-v-1lwmiwy .framer-1qf1rvh { min-height: 32px; }\",\".framer-yJcGY.framer-v-1lwmiwy .framer-10xjgiz-container, .framer-yJcGY.framer-v-1lwmiwy .framer-af29jd-container { height: 16px; width: 16px; }\",\".framer-yJcGY.framer-v-zu5lzq .framer-1v5wwg0 { justify-content: flex-start; }\",\".framer-yJcGY.framer-v-zu5lzq .framer-10xjgiz-container { height: 14px; width: 14px; }\"],S=s(R,M,\"framer-yJcGY\");export default S;S.displayName=\"Button\",S.defaultProps={height:40,width:176},a(S,{variant:{options:[\"c1NZl4lJA\",\"CiaXkRe97\",\"MEtzkYqeO\",\"no16msiRy\"],optionTitles:[\"Standard Accent\",\"Large Accent\",\"Small Accent\",\"NavDropdown Item\"],title:\"Variant\",type:o.Enum},hyoIEBZCr:{defaultValue:\"Button text\",displayTextArea:!1,title:\"Title\",type:o.String},gHeOvXgAq:{title:\"Link\",type:o.Link},cArqwhXWi:{defaultValue:\"rgb(0, 102, 255)\",title:\"BG Colour\",type:o.Color},P0VjHIGR_:{defaultValue:\"var(--token-59c84003-d24d-4093-a457-d5e7381532ee, rgb(255, 255, 255))\",title:\"Text Colour\",type:o.Color},YXMqMIqEW:{defaultValue:'var(--token-59c84003-d24d-4093-a457-d5e7381532ee, rgb(255, 255, 255)) /* {\"name\":\"white\"} */',title:\"Icon colour\",type:o.Color},Uwhubicpx:{defaultValue:!0,title:\"Left Icon \",type:o.Boolean},ex1M1BxWH:(null==b?void 0:b.iconSelection)&&{...b.iconSelection,defaultValue:\"Info\",hidden:void 0,title:\"\u21AA\uFE0F Left icon\"},sTfGov8wd:{defaultValue:!0,title:\"Right Icon\",type:o.Boolean},rpzj1qEtI:(null==b?void 0:b.iconSelection)&&{...b.iconSelection,defaultValue:\"ChevronRight\",hidden:void 0,title:\"\u21AA\uFE0F Right icon\"}}),t(S,[{family:\"Nexa Text Bold\",moduleAsset:{localModuleIdentifier:\"local-module:canvasComponent/QskMrmzBM:default\",url:\"https://framerusercontent.com/assets/Zn4ijTPyrStafV3Y7nFNWJ5rzt4.woff2\"},url:\"https://framerusercontent.com/assets/Zn4ijTPyrStafV3Y7nFNWJ5rzt4.woff2\"},{family:\"Nexa Text Book\",moduleAsset:{localModuleIdentifier:\"local-module:canvasComponent/QskMrmzBM:default\",url:\"https://framerusercontent.com/assets/QbEPAs9IB5BGoV257QyaRyP6BA.woff2\"},url:\"https://framerusercontent.com/assets/QbEPAs9IB5BGoV257QyaRyP6BA.woff2\"},...g]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerQskMrmzBM\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"40\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"hyoIEBZCr\\\":\\\"title\\\",\\\"gHeOvXgAq\\\":\\\"link\\\",\\\"cArqwhXWi\\\":\\\"bGColour\\\",\\\"P0VjHIGR_\\\":\\\"textColour\\\",\\\"YXMqMIqEW\\\":\\\"iconColour\\\",\\\"Uwhubicpx\\\":\\\"leftIcon\\\",\\\"ex1M1BxWH\\\":\\\"leftIcon1\\\",\\\"sTfGov8wd\\\":\\\"rightIcon\\\",\\\"rpzj1qEtI\\\":\\\"rightIcon1\\\"}\",\"framerIntrinsicWidth\":\"176\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"CiaXkRe97\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"MEtzkYqeO\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"no16msiRy\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[];export const css=['.framer-HWpoT .framer-styles-preset-lvc856:not(.rich-text-wrapper), .framer-HWpoT .framer-styles-preset-lvc856.rich-text-wrapper a { --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-24e1baaa-0ea4-4d3b-a5d1-81da684e39a2, #003d99) /* {\"name\":\"Primary / d2\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-color: #000000; --framer-link-text-decoration: none; transition: color 0.2s cubic-bezier(0.44, 0, 0.56, 1) 0s; }'];export const className=\"framer-HWpoT\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";export function FilterItem(Component){return props=>{if((props===null||props===void 0?void 0:props.link)===\"/product/features/chat-bot\"){props.link=\"/product/kin\";}return /*#__PURE__*/_jsx(Component,{...props});};}\nexport const __FramerMetadata__ = {\"exports\":{\"FilterItem\":{\"type\":\"reactHoc\",\"name\":\"FilterItem\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ChatBot2Kin.map", "import{useState,useEffect}from\"react\";export const isBrowser=()=>typeof document===\"object\";export function getBrowserVisibilityProp(){if(!isBrowser())return;if(typeof document.hidden!==\"undefined\"){// Opera 12.10 and Firefox 18 and later support\nreturn\"visibilitychange\";}else if(typeof document.msHidden!==\"undefined\"){return\"msvisibilitychange\";}else if(typeof document.webkitHidden!==\"undefined\"){return\"webkitvisibilitychange\";}}export function getBrowserDocumentHiddenProp(){if(!isBrowser())return;if(typeof document.hidden!==\"undefined\"){return\"hidden\";}else if(typeof document.msHidden!==\"undefined\"){return\"msHidden\";}else if(typeof document.webkitHidden!==\"undefined\"){return\"webkitHidden\";}}export function getIsDocumentHidden(){if(!isBrowser())return;return!document[getBrowserDocumentHiddenProp()];}export function usePageVisibility(){if(!isBrowser())return;const[isVisible,setIsVisible]=useState(getIsDocumentHidden());const onVisibilityChange=()=>setIsVisible(getIsDocumentHidden());useEffect(()=>{const visibilityChange=getBrowserVisibilityProp();document.addEventListener(visibilityChange,onVisibilityChange,false);return()=>{document.removeEventListener(visibilityChange,onVisibilityChange);};});return isVisible;}\nexport const __FramerMetadata__ = {\"exports\":{\"getBrowserVisibilityProp\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getIsDocumentHidden\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePageVisibility\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowser\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getBrowserDocumentHiddenProp\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UsePageVisibility.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useLayoutEffect,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement,forwardRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion,animate,useMotionValue,useTransform,LayoutGroup,wrap,sync}from\"framer-motion\";import{resize}from\"@motionone/dom\";import{usePageVisibility}from\"https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/9mrJHeWj7rhvLTLu7Yzt/UsePageVisibility.js\";// Using opacity: 0.001 instead of 0 as an LCP hack. (opacity: 0.001 is still 0\n// to a human eye but makes Google think the elements are visible)\nconst OPACITY_0=.001;/**\n *\n * SLIDESHOW\n * V2 with Drag\n * By Benjamin and Matt\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Slideshow(props){/**\n     * Properties\n     */const{slots,startFrom,direction,effectsOptions,autoPlayControl,dragControl,alignment,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,itemAmount,fadeOptions,intervalControl,transitionControl,arrowOptions,borderRadius,progressOptions,style}=props;const{effectsOpacity,effectsScale,effectsRotate,effectsPerspective,effectsHover}=effectsOptions;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{showMouseControls,arrowSize,arrowRadius,arrowFill,leftArrow,rightArrow,arrowShouldSpace=true,arrowShouldFadeIn=false,arrowPosition,arrowPadding,arrowGap,arrowPaddingTop,arrowPaddingRight,arrowPaddingBottom,arrowPaddingLeft}=arrowOptions;const{showProgressDots,dotSize,dotsInset,dotsRadius,dotsPadding,dotsGap,dotsFill,dotsBackground,dotsActiveOpacity,dotsOpacity,dotsBlur}=progressOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/**\n     * Checks\n     */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const hasChildren=Children.count(filteredSlots)>0;const isHorizontal=direction===\"left\"||direction===\"right\";const isInverted=direction===\"right\"||direction===\"bottom\";/**\n     * Empty state for Canvas\n     */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2B50\uFE0F\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to make infinite auto-playing slideshows.\"})]});}/**\n     * Refs, State\n     */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return filteredSlots.map(index=>/*#__PURE__*/createRef());},[filteredSlots]);const timeoutRef=useRef(undefined);const[size,setSize]=useState({parent:null,children:null,item:null,itemWidth:null,itemHeight:null});/* For pausing on hover */const[isHovering,setIsHovering]=useState(false);const[shouldPlayOnHover,setShouldPlayOnHover]=useState(autoPlayControl);/* For cursor updates */const[isMouseDown,setIsMouseDown]=useState(false);/* Check if resizing */const[isResizing,setIsResizing]=useState(false);/**\n     * Array for children\n     */const dupedChildren=[];let duplicateBy=4;if(isCanvas){duplicateBy=1;}/**\n     * Measure parent, child, items\n     */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const total=filteredSlots.length-1;const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[total].current?isHorizontal?childrenRef[total].current.offsetLeft+childrenRef[total].current.offsetWidth:childrenRef[total].current.offsetTop+childrenRef[total].current.offsetHeight:0;const childrenLength=end-start+gap;const itemSize=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetWidth:childrenRef[0].current.offsetHeight:0;const itemWidth=childrenRef[0].current?childrenRef[0].current.offsetWidth:0;const itemHeight=childrenRef[0].current?childrenRef[0].current.offsetHeight:0;setSize({parent:parentLength,children:childrenLength,item:itemSize,itemWidth,itemHeight});}},[hasChildren]);const scheduleMeasure=useCallback(()=>{sync.read(measure);},[measure]);/**\n     * Add refs to all children\n     * Added itemAmount for resizing\n     */useLayoutEffect(()=>{if(hasChildren)scheduleMeasure();},[hasChildren,itemAmount]);/**\n     * Track whether this is the initial resize event. By default this will fire on mount,\n     * which we do in the useEffect. We should only fire it on subsequent resizes.\n     */let initialResize=useRef(true);useEffect(()=>{return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){scheduleMeasure();setIsResizing(true);}initialResize.current=false;});},[]);useEffect(()=>{if(isResizing){const timer=setTimeout(()=>setIsResizing(false),500);return()=>clearTimeout(timer);}},[isResizing]);/**\n     * Animation, pagination\n     */const totalItems=filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length;const childrenSize=isCanvas?0:size===null||size===void 0?void 0:size.children;const itemWithGap=(size===null||size===void 0?void 0:size.item)+gap;const itemOffset=startFrom*itemWithGap;const[currentItem,setCurrentItem]=useState(startFrom+totalItems);const[isDragging,setIsDragging]=useState(false);/* Check for browser window visibility *//* Otherwise, it will re-play all the item increments */const isVisible=usePageVisibility();const factor=isInverted?1:-1;/* The x and y values to start from */const xOrY=useMotionValue(childrenSize);/* For canvas only. Using xOrY is slower upon page switching */const canvasPosition=isHorizontal?-startFrom*((size===null||size===void 0?void 0:size.itemWidth)+gap):-startFrom*((size===null||size===void 0?void 0:size.itemHeight)+gap);/* Calculate the new value to animate to */const newPosition=()=>factor*currentItem*itemWithGap;/* Wrapped values for infinite looping *//* Instead of 0 to a negative full duplicated row, we start with an offset */const wrappedValue=!isCanvas?useTransform(xOrY,value=>{const wrapped=wrap(-childrenSize,-childrenSize*2,value);return isNaN(wrapped)?0:wrapped;}):0;/* Convert the current item to a wrapping index for dots */const wrappedIndex=wrap(0,totalItems,currentItem);const wrappedIndexInverted=wrap(0,-totalItems,currentItem);/* Update x or y with the provided starting point *//* The subtraction of a full row of children is for overflow */useLayoutEffect(()=>{if((size===null||size===void 0?void 0:size.children)===null)return;/* Initial measure */// if (initialResize.current) {\n//     xOrY.set((childrenSize + itemOffset) * factor)\n// }\n/* Subsequent resizes */if(!initialResize.current&&isResizing){xOrY.set(newPosition());}},[size,childrenSize,factor,itemOffset,currentItem,itemWithGap,isResizing]);/**\n     * Page item methods\n     * Switching, deltas, autoplaying\n     *//* Next and previous function, animates the X */const switchPages=()=>{if(isCanvas||!hasChildren||!size.parent||isDragging)return;if(xOrY.get()!==newPosition()){animate(xOrY,newPosition(),transitionControl);}if(autoPlayControl&&shouldPlayOnHover){timeoutRef.current=setTimeout(()=>{setCurrentItem(currentItem+1);switchPages();},intervalControl*1e3);}};/* Page navigation functions */const setDelta=delta=>{if(!isInverted){setCurrentItem(currentItem+delta);}else{setCurrentItem(currentItem-delta);}};const setPage=index=>{const currentItemWrapped=wrap(0,totalItems,currentItem);const currentItemWrappedInvert=wrap(0,-totalItems,currentItem);const goto=index-currentItemWrapped;const gotoInverted=index-Math.abs(currentItemWrappedInvert);if(!isInverted){setCurrentItem(currentItem+goto);}else{setCurrentItem(currentItem-gotoInverted);}};/**\n     * Drag\n     */const handleDragStart=()=>{setIsDragging(true);};const handleDragEnd=(event,{offset,velocity})=>{setIsDragging(false);const offsetXorY=isHorizontal?offset.x:offset.y;const velocityThreshold=200// Based on testing, can be tweaked or could be 0\n;const velocityXorY=isHorizontal?velocity.x:velocity.y;const isHalfOfNext=offsetXorY<-size.item/2;const isHalfOfPrev=offsetXorY>size.item/2;/* In case you drag more than 1 item left or right */const normalizedOffset=Math.abs(offsetXorY);const itemDelta=Math.round(normalizedOffset/size.item);/* Minimum delta is 1 to initiate a page switch *//* For velocity use only */const itemDeltaFromOne=itemDelta===0?1:itemDelta;/* For quick flicks, even with low offsets */if(velocityXorY>velocityThreshold){setDelta(-itemDeltaFromOne);}else if(velocityXorY<-velocityThreshold){setDelta(itemDeltaFromOne);}else{/* For dragging over half of the current item with 0 velocity */if(isHalfOfNext){setDelta(itemDelta);}if(isHalfOfPrev){setDelta(-itemDelta);}}};/* Kickstart the auto-playing once we have all the children */useEffect(()=>{if(!isVisible||isResizing)return;switchPages();return()=>timeoutRef.current&&clearTimeout(timeoutRef.current);},[dupedChildren,isVisible,isResizing]);/* Create copies of our children to create a perfect loop */let childCounter=0;/**\n     * Sizing\n     * */let columnOrRowValue=`calc(${100/itemAmount}% - ${gap}px + ${gap/itemAmount}px)`;/**\n     * Nested array to create duplicates of the children for infinite looping\n     * These are wrapped around, and start at a full \"page\" worth of offset\n     * as defined above.\n     */for(let index=0;index<duplicateBy;index++){dupedChildren.push(...Children.map(filteredSlots,(child,childIndex)=>{let ref;if(childIndex===0){ref=childrenRef[0];}if(childIndex===filteredSlots.length-1){ref=childrenRef[1];}return /*#__PURE__*/_jsx(Slide,{ref:childrenRef[childIndex],slideKey:index+childIndex+\"lg\",index:index,width:isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",height:!isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",size:size,child:child,numChildren:filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length,wrappedValue:wrappedValue,childCounter:childCounter++,gap:gap,isCanvas:isCanvas,isHorizontal:isHorizontal,effectsOpacity:effectsOpacity,effectsScale:effectsScale,effectsRotate:effectsRotate,children:index+childIndex},index+childIndex+\"lg\");}));}/**\n     * Fades with masks\n     */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/**\n     * Dots\n     */const dots=[];const dotsBlurStyle={};if(showProgressDots){for(let i=0;i<(filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length);i++){dots.push(/*#__PURE__*/_jsx(Dot,{dotStyle:{...dotStyle,width:dotSize,height:dotSize,backgroundColor:dotsFill},buttonStyle:baseButtonStyles,selectedOpacity:dotsActiveOpacity,opacity:dotsOpacity,onClick:()=>setPage(i),wrappedIndex:wrappedIndex,wrappedIndexInverted:wrappedIndexInverted,total:totalItems,index:i,gap:dotsGap,padding:dotsPadding,isHorizontal:isHorizontal,isInverted:isInverted},i));}if(dotsBlur>0){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=dotsBlurStyle.MozBackdropFilter=`blur(${dotsBlur}px)`;}}const dragProps=dragControl?{drag:isHorizontal?\"x\":\"y\",onDragStart:handleDragStart,onDragEnd:handleDragEnd,dragDirectionLock:true,values:{x:xOrY,y:xOrY},dragMomentum:false}:{};const arrowHasTop=arrowPosition===\"top-left\"||arrowPosition===\"top-mid\"||arrowPosition===\"top-right\";const arrowHasBottom=arrowPosition===\"bottom-left\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"bottom-right\";const arrowHasLeft=arrowPosition===\"top-left\"||arrowPosition===\"bottom-left\";const arrowHasRight=arrowPosition===\"top-right\"||arrowPosition===\"bottom-right\";const arrowHasMid=arrowPosition===\"top-mid\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"auto\";return /*#__PURE__*/_jsxs(\"section\",{style:{...containerStyle,padding:paddingValue,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,opacity:(size===null||size===void 0?void 0:size.item)!==null?1:OPACITY_0,userSelect:\"none\"},onMouseEnter:()=>{setIsHovering(true);if(!effectsHover)setShouldPlayOnHover(false);},onMouseLeave:()=>{setIsHovering(false);if(!effectsHover)setShouldPlayOnHover(true);},onMouseDown:event=>{// Preventdefault fixes the cursor switching to text on drag on safari\nevent.preventDefault();setIsMouseDown(true);},onMouseUp:()=>setIsMouseDown(false),children:[/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",margin:0,padding:\"inherit\",position:\"absolute\",inset:0,overflow:overflow?\"visible\":\"hidden\",borderRadius:borderRadius,userSelect:\"none\",perspective:isCanvas?\"none\":effectsPerspective},children:/*#__PURE__*/_jsx(motion.ul,{ref:parentRef,...dragProps,style:{...containerStyle,gap:gap,placeItems:alignment,x:isHorizontal?isCanvas?canvasPosition:wrappedValue:0,y:!isHorizontal?isCanvas?canvasPosition:wrappedValue:0,flexDirection:isHorizontal?\"row\":\"column\",transformStyle:effectsRotate!==0&&!isCanvas?\"preserve-3d\":undefined,cursor:dragControl?isMouseDown?\"grabbing\":\"grab\":\"auto\",userSelect:\"none\",...style},children:dupedChildren})}),/*#__PURE__*/_jsxs(\"fieldset\",{style:{...controlsStyles},\"aria-label\":\"Slideshow pagination controls\",className:\"framer--slideshow-controls\",children:[/*#__PURE__*/_jsxs(motion.div,{style:{position:\"absolute\",display:\"flex\",flexDirection:isHorizontal?\"row\":\"column\",justifyContent:arrowShouldSpace?\"space-between\":\"center\",gap:arrowShouldSpace?\"unset\":arrowGap,opacity:arrowShouldFadeIn?OPACITY_0:1,alignItems:\"center\",inset:arrowPadding,top:arrowShouldSpace?arrowPadding:arrowHasTop?arrowPaddingTop:\"unset\",left:arrowShouldSpace?arrowPadding:arrowHasLeft?arrowPaddingLeft:arrowHasMid?0:\"unset\",right:arrowShouldSpace?arrowPadding:arrowHasRight?arrowPaddingRight:arrowHasMid?0:\"unset\",bottom:arrowShouldSpace?arrowPadding:arrowHasBottom?arrowPaddingBottom:\"unset\"},animate:arrowShouldFadeIn&&{opacity:isHovering?1:OPACITY_0},transition:transitionControl,children:[/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(-1),\"aria-label\":\"Previous\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\",alt:\"Back Arrow\"})}),/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(1),\"aria-label\":\"Next\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{width:arrowSize,height:arrowSize,src:rightArrow||\"https://framerusercontent.com/images/11KSGbIZoRSg4pjdnUoif6MKHI.svg\",alt:\"Next Arrow\"})})]}),dots.length>1?/*#__PURE__*/_jsx(\"div\",{style:{...dotsContainerStyle,left:isHorizontal?\"50%\":dotsInset,top:!isHorizontal?\"50%\":\"unset\",transform:isHorizontal?\"translateX(-50%)\":\"translateY(-50%)\",flexDirection:isHorizontal?\"row\":\"column\",bottom:isHorizontal?dotsInset:\"unset\",borderRadius:dotsRadius,backgroundColor:dotsBackground,userSelect:\"none\",...dotsBlurStyle},children:dots}):null]})]});}/* Default Properties */Slideshow.defaultProps={direction:\"left\",dragControl:false,startFrom:0,itemAmount:1,infinity:true,gap:10,padding:10,autoPlayControl:true,effectsOptions:{effectsOpacity:1,effectsScale:1,effectsRotate:0,effectsPerspective:1200,effectsHover:true},transitionControl:{type:\"spring\",stiffness:200,damping:40},fadeOptions:{fadeContent:false,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},arrowOptions:{showMouseControls:true,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowFill:\"rgba(0,0,0,0.2)\",arrowSize:40},progressOptions:{showProgressDots:true}};/* Property Controls */addPropertyControls(Slideshow,{slots:{type:ControlType.Array,title:\"Content\",control:{type:ControlType.ComponentInstance}},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],displaySegmentedControl:true,defaultValue:Slideshow.defaultProps.direction},autoPlayControl:{type:ControlType.Boolean,title:\"Auto Play\",defaultValue:true},intervalControl:{type:ControlType.Number,title:\"Interval\",defaultValue:1.5,min:.5,max:10,step:.1,displayStepper:true,unit:\"s\",hidden:props=>!props.autoPlayControl},dragControl:{type:ControlType.Boolean,title:\"Draggable\",defaultValue:false},startFrom:{type:ControlType.Number,title:\"Current\",min:0,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.startFrom},effectsOptions:{type:ControlType.Object,title:\"Effects\",controls:{effectsOpacity:{type:ControlType.Number,title:\"Opacity\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsOpacity,min:0,max:1,step:.01,displayStepper:true},effectsScale:{type:ControlType.Number,title:\"Scale\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsScale,min:0,max:1,step:.01,displayStepper:true},effectsPerspective:{type:ControlType.Number,title:\"Perspective\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsPerspective,min:200,max:2e3,step:1},effectsRotate:{type:ControlType.Number,title:\"Rotate\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsRotate,min:-180,max:180,step:1},effectsHover:{type:ControlType.Boolean,title:\"On Hover\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsHover}}},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},itemAmount:{type:ControlType.Number,title:\"Items\",min:1,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.itemAmount},gap:{type:ControlType.Number,title:\"Gap\",min:0},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:0,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,displayStepper:true,defaultValue:0},transitionControl:{type:ControlType.Transition,defaultValue:Slideshow.defaultProps.transitionControl,title:\"Transition\"},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:false},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},arrowOptions:{type:ControlType.Object,title:\"Arrows\",controls:{showMouseControls:{type:ControlType.Boolean,title:\"Show\",defaultValue:Slideshow.defaultProps.arrowOptions.showMouseControls},arrowFill:{type:ControlType.Color,title:\"Fill\",hidden:props=>!props.showMouseControls,defaultValue:Slideshow.defaultProps.arrowOptions.arrowFill},leftArrow:{type:ControlType.Image,title:\"Previous\",hidden:props=>!props.showMouseControls},rightArrow:{type:ControlType.Image,title:\"Next\",hidden:props=>!props.showMouseControls},arrowSize:{type:ControlType.Number,title:\"Size\",min:0,max:200,displayStepper:true,defaultValue:Slideshow.defaultProps.arrowOptions.arrowSize,hidden:props=>!props.showMouseControls},arrowRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,defaultValue:40,hidden:props=>!props.showMouseControls},arrowShouldFadeIn:{type:ControlType.Boolean,title:\"Fade In\",defaultValue:false,hidden:props=>!props.showMouseControls},arrowShouldSpace:{type:ControlType.Boolean,title:\"Distance\",enabledTitle:\"Space\",disabledTitle:\"Group\",defaultValue:Slideshow.defaultProps.arrowOptions.arrowShouldSpace,hidden:props=>!props.showMouseControls},arrowPosition:{type:ControlType.Enum,title:\"Position\",options:[\"auto\",\"top-left\",\"top-mid\",\"top-right\",\"bottom-left\",\"bottom-mid\",\"bottom-right\"],optionTitles:[\"Center\",\"Top Left\",\"Top Middle\",\"Top Right\",\"Bottom Left\",\"Bottom Middle\",\"Bottom Right\"],hidden:props=>!props.showMouseControls||props.arrowShouldSpace},arrowPadding:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:20,displayStepper:true,hidden:props=>!props.showMouseControls||!props.arrowShouldSpace},arrowPaddingTop:{type:ControlType.Number,title:\"Top\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"bottom-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-right\"},arrowPaddingBottom:{type:ControlType.Number,title:\"Bottom\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-right\"},arrowPaddingRight:{type:ControlType.Number,title:\"Right\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-mid\"},arrowPaddingLeft:{type:ControlType.Number,title:\"Left\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-right\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-right\"||props.arrowPosition===\"bottom-mid\"},arrowGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace}}},progressOptions:{type:ControlType.Object,title:\"Dots\",controls:{showProgressDots:{type:ControlType.Boolean,title:\"Show\",defaultValue:false},dotSize:{type:ControlType.Number,title:\"Size\",min:1,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsInset:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsPadding:{type:ControlType.Number,title:\"Padding\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#fff\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBackground:{type:ControlType.Color,title:\"Backdrop\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:200,defaultValue:50,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsOpacity:{type:ControlType.Number,title:\"Opacity\",min:0,max:1,defaultValue:.5,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsActiveOpacity:{type:ControlType.Number,title:\"Current\",min:0,max:1,defaultValue:1,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBlur:{type:ControlType.Number,title:\"Blur\",min:0,max:50,defaultValue:0,step:1,hidden:props=>!props.showProgressDots||props.showScrollbar}}}});/* Placeholder Styles */const containerStyle={display:\"flex\",flexDirection:\"row\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Component Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:180,lineHeight:1.5,textAlign:\"center\"};/* Control Styles */const baseButtonStyles={border:\"none\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",background:\"transparent\",cursor:\"pointer\",margin:0,padding:0};const controlsStyles={display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",position:\"absolute\",pointerEvents:\"none\",userSelect:\"none\",top:0,left:0,right:0,bottom:0,border:0,padding:0,margin:0};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);/* Slide Component */const Slide=/*#__PURE__*/forwardRef(function Component(props,ref){var _child_props,_child_props1;const{slideKey,width,height,child,size,gap,wrappedValue,numChildren,childCounter,isCanvas,effects,effectsOpacity,effectsScale,effectsRotate,isHorizontal,isLast,index}=props;/**\n     * Unique offsets + scroll range [0, 1, 1, 0]\n     */const childOffset=((size===null||size===void 0?void 0:size.item)+gap)*childCounter;const scrollRange=[-(size===null||size===void 0?void 0:size.item),0,(size===null||size===void 0?void 0:size.parent)-(size===null||size===void 0?void 0:size.item)+gap,size===null||size===void 0?void 0:size.parent].map(val=>val-childOffset);/**\n     * Effects\n     */const rotateY=!isCanvas&&useTransform(wrappedValue,scrollRange,[-effectsRotate,0,0,effectsRotate]);const rotateX=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsRotate,0,0,-effectsRotate]);const opacity=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsOpacity,1,1,effectsOpacity]);const scale=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsScale,1,1,effectsScale]);const originXorY=!isCanvas&&useTransform(wrappedValue,scrollRange,[1,1,0,0]);const isVisible=!isCanvas&&useTransform(wrappedValue,latest=>latest>=scrollRange[1]&&latest<=scrollRange[2]);useEffect(()=>{if(!isVisible)return;return isVisible.onChange(newValue=>{var _ref_current;(_ref_current=ref.current)===null||_ref_current===void 0?void 0:_ref_current.setAttribute(\"aria-hidden\",!newValue);});},[]);return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:{display:\"contents\"},\"aria-hidden\":index===0?false:true,children:/*#__PURE__*/cloneElement(child,{ref:ref,key:slideKey+\"child\",style:{...(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.style,flexShrink:0,userSelect:\"none\",width,height,opacity:opacity,scale:scale,originX:isHorizontal?originXorY:.5,originY:!isHorizontal?originXorY:.5,rotateY:isHorizontal?rotateY:0,rotateX:!isHorizontal?rotateX:0},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.children)})});});function Dot({selectedOpacity,opacity,total,index,wrappedIndex,wrappedIndexInverted,dotStyle,buttonStyle,gap,padding,isHorizontal,isInverted,...props}){/* Check active item *//* Go 0\u20141\u20142\u20143\u20144\u20145\u20140 */let isSelected=wrappedIndex===index;/* Go 0\u20145\u20144\u20143\u20142\u20141\u20140\u20145 instead when inverted */if(isInverted){isSelected=Math.abs(wrappedIndexInverted)===index;}const inlinePadding=gap/2;let top=!isHorizontal&&index>0?inlinePadding:padding;let bottom=!isHorizontal&&index!==total-1?inlinePadding:padding;let right=isHorizontal&&index!==total-1?inlinePadding:padding;let left=isHorizontal&&index>0?inlinePadding:padding;return /*#__PURE__*/_jsx(\"button\",{\"aria-label\":`Scroll to page ${index+1}`,type:\"button\",...props,style:{...buttonStyle,padding:`${top}px ${right}px ${bottom}px ${left}px`},children:/*#__PURE__*/_jsx(motion.div,{style:{...dotStyle},initial:false,animate:{opacity:isSelected?selectedOpacity:opacity},transition:{duration:.3}})});}/* Dot Styles */const dotsContainerStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",position:\"absolute\",pointerEvents:\"auto\"};const dotStyle={borderRadius:\"50%\",background:\"white\",cursor:\"pointer\",border:\"none\",placeContent:\"center\",placeItems:\"center\",padding:0};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Slideshow\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SlideShow.map", "// Generated by Framer (37fb21e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import{ScaleOnHover}from\"https://framerusercontent.com/modules/nOBk8jLtRs9HzPApU4lE/LRO8AiXuw5yAsHFqcblT/SmallOverrides.js\";import*as localizedValues from\"./zxZiL5kw3-0.js\";const PhosphorFonts=getFonts(Phosphor);const MotionAScaleOnHover=ScaleOnHover(motion.a);const PhosphorControls=getPropertyControls(Phosphor);const serializationHash=\"framer-Rw3vh\";const variantClassNames={rZCvtBEsn:\"framer-v-1x6kkn4\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={ISu6qubzb:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const radiusForCorner=(value,cornerIndex)=>{if(typeof value===\"number\"&&Number.isFinite(value))return Math.max(0,value)+\"px\";if(typeof value!==\"string\"||typeof cornerIndex!==\"number\")return undefined;const segments=value.split(\" \");return segments[cornerIndex]||segments[cornerIndex-2]||segments[0];};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({background,fontSize,height,iconColour,iconName,id,link,mirrored,radius,title,titleColour,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_ref5,_ref6,_ref7;return{...props,EOfaQMxW3:(_ref=titleColour!==null&&titleColour!==void 0?titleColour:props.EOfaQMxW3)!==null&&_ref!==void 0?_ref:\"var(--token-a83491ce-99f8-42db-9dff-90ff505e054d, rgb(8, 12, 36))\",IrR3DiNf3:(_ref1=fontSize!==null&&fontSize!==void 0?fontSize:props.IrR3DiNf3)!==null&&_ref1!==void 0?_ref1:16,jun80GwP5:(_ref2=radius!==null&&radius!==void 0?radius:props.jun80GwP5)!==null&&_ref2!==void 0?_ref2:8,k7Yy_4roy:(_ref3=title!==null&&title!==void 0?title:props.k7Yy_4roy)!==null&&_ref3!==void 0?_ref3:\"Talent Attraction\",SKGZj0uwz:(_ref4=background!==null&&background!==void 0?background:props.SKGZj0uwz)!==null&&_ref4!==void 0?_ref4:\"var(--token-59c84003-d24d-4093-a457-d5e7381532ee, rgb(255, 255, 255))\",WA4QgxlUL:(_ref5=iconColour!==null&&iconColour!==void 0?iconColour:props.WA4QgxlUL)!==null&&_ref5!==void 0?_ref5:\"var(--token-beae74c1-c8c1-4440-9c9f-5e479531b6fb, rgb(0, 102, 255))\",WQqi1rxg2:link!==null&&link!==void 0?link:props.WQqi1rxg2,XIcMvoaHt:(_ref6=mirrored!==null&&mirrored!==void 0?mirrored:props.XIcMvoaHt)!==null&&_ref6!==void 0?_ref6:true,xSCTd1ea6:(_ref7=iconName!==null&&iconName!==void 0?iconName:props.xSCTd1ea6)!==null&&_ref7!==void 0?_ref7:\"Megaphone\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,k7Yy_4roy,WQqi1rxg2,jun80GwP5,IrR3DiNf3,SKGZj0uwz,EOfaQMxW3,WA4QgxlUL,xSCTd1ea6,XIcMvoaHt,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"rZCvtBEsn\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:WQqi1rxg2,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsxs(MotionAScaleOnHover,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1x6kkn4\",className,classNames)} framer-15q38w9`,\"data-framer-name\":\"Variant 1\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"rZCvtBEsn\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:SKGZj0uwz,borderBottomLeftRadius:radiusForCorner(jun80GwP5,3),borderBottomRightRadius:radiusForCorner(jun80GwP5,2),borderTopLeftRadius:radiusForCorner(jun80GwP5,0),borderTopRightRadius:radiusForCorner(jun80GwP5,1),...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1faarzt-container\",layoutDependency:layoutDependency,layoutId:\"oD3gr50sr-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:WA4QgxlUL,height:\"100%\",iconSearch:\"House\",iconSelection:xSCTd1ea6,id:\"oD3gr50sr\",layoutId:\"oD3gr50sr\",mirrored:XIcMvoaHt,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0lubm92YXRvciBHcm90ZXNrIE1lZGl1bQ==\",\"--framer-font-family\":'\"Innovator Grotesk Medium\", \"Innovator Grotesk Medium Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-IrR3DiNf3-zxZiL5kw3) * 1px)\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-EOfaQMxW3-zxZiL5kw3))\"},children:\"Talent Attraction\"})}),className:\"framer-170rfq1\",fonts:[\"CUSTOM;Innovator Grotesk Medium\"],layoutDependency:layoutDependency,layoutId:\"UFZz6LqrC\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-EOfaQMxW3-zxZiL5kw3)\",\"--framer-link-current-text-color\":\"hsl(0, 0%, 0%)\",\"--framer-link-hover-text-color\":\"#666\",\"--variable-reference-EOfaQMxW3-zxZiL5kw3\":EOfaQMxW3,\"--variable-reference-IrR3DiNf3-zxZiL5kw3\":IrR3DiNf3},text:k7Yy_4roy,verticalAlignment:\"top\",withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Rw3vh.framer-15q38w9, .framer-Rw3vh .framer-15q38w9 { display: block; }\",\".framer-Rw3vh.framer-1x6kkn4 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 10px 12px 10px 12px; position: relative; text-decoration: none; width: 227px; }\",\".framer-Rw3vh .framer-1faarzt-container { flex: none; height: 18px; position: relative; width: 18px; }\",\".framer-Rw3vh .framer-170rfq1 { flex: 1 0 0px; height: auto; overflow: hidden; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Rw3vh.framer-1x6kkn4 { gap: 0px; } .framer-Rw3vh.framer-1x6kkn4 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Rw3vh.framer-1x6kkn4 > :first-child { margin-left: 0px; } .framer-Rw3vh.framer-1x6kkn4 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 39\n * @framerIntrinsicWidth 226.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"k7Yy_4roy\":\"title\",\"WQqi1rxg2\":\"link\",\"jun80GwP5\":\"radius\",\"IrR3DiNf3\":\"fontSize\",\"SKGZj0uwz\":\"background\",\"EOfaQMxW3\":\"titleColour\",\"WA4QgxlUL\":\"iconColour\",\"xSCTd1ea6\":\"iconName\",\"XIcMvoaHt\":\"mirrored\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerzxZiL5kw3=withCSS(Component,css,\"framer-Rw3vh\");export default FramerzxZiL5kw3;FramerzxZiL5kw3.displayName=\"nav/tabs/mobile-item-button\";FramerzxZiL5kw3.defaultProps={height:39,width:226.5};addPropertyControls(FramerzxZiL5kw3,{k7Yy_4roy:{defaultValue:\"Talent Attraction\",displayTextArea:false,title:\"Title\",type:ControlType.String},WQqi1rxg2:{title:\"Link\",type:ControlType.Link},jun80GwP5:{defaultValue:8,max:40,step:2,title:\"Radius\",type:ControlType.Number},IrR3DiNf3:{defaultValue:16,title:\"Font Size\",type:ControlType.Number},SKGZj0uwz:{defaultValue:'var(--token-59c84003-d24d-4093-a457-d5e7381532ee, rgb(255, 255, 255)) /* {\"name\":\"white\"} */',title:\"Background\",type:ControlType.Color},EOfaQMxW3:{defaultValue:'var(--token-a83491ce-99f8-42db-9dff-90ff505e054d, rgb(8, 12, 36)) /* {\"name\":\"Primary / d4\"} */',title:\"Title Colour\",type:ControlType.Color},WA4QgxlUL:{defaultValue:'var(--token-beae74c1-c8c1-4440-9c9f-5e479531b6fb, rgb(0, 102, 255)) /* {\"name\":\"Primary / Main\"} */',title:\"Icon Colour\",type:ControlType.Color},xSCTd1ea6:(PhosphorControls===null||PhosphorControls===void 0?void 0:PhosphorControls[\"iconSelection\"])&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"Megaphone\",description:undefined,hidden:undefined,title:\"Icon Name\"},XIcMvoaHt:{defaultValue:true,title:\"Mirrored\",type:ControlType.Boolean}});addFonts(FramerzxZiL5kw3,[{explicitInter:true,fonts:[{family:\"Innovator Grotesk Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/PZDhrRJdtf0116kMvnwem7j3CY.woff2\"}]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerzxZiL5kw3\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"226.5\",\"framerIntrinsicHeight\":\"39\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"k7Yy_4roy\\\":\\\"title\\\",\\\"WQqi1rxg2\\\":\\\"link\\\",\\\"jun80GwP5\\\":\\\"radius\\\",\\\"IrR3DiNf3\\\":\\\"fontSize\\\",\\\"SKGZj0uwz\\\":\\\"background\\\",\\\"EOfaQMxW3\\\":\\\"titleColour\\\",\\\"WA4QgxlUL\\\":\\\"iconColour\\\",\\\"xSCTd1ea6\\\":\\\"iconName\\\",\\\"XIcMvoaHt\\\":\\\"mirrored\\\"}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./zxZiL5kw3.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{createStore}from\"https://framer.com/m/framer/store.js@^1.0.0\";import{useState,useRef,useCallback,useEffect}from\"react\";import React from\"react\";const useStore=createStore({horSubmenuBounds:null});export function withTrigger(Component){return /*#__PURE__*/React.forwardRef((props,forwardedRef)=>{const[store]=useStore();const[mousePosition,setMousePosition]=useState(null);const localRef=useRef(null);const throttleRef=useRef(false);const stopTimerRef=useRef(null);const combinedRef=useCallback(node=>{localRef.current=node;if(typeof forwardedRef===\"function\"){forwardedRef(node);}else if(forwardedRef){forwardedRef.current=node;}},[forwardedRef]);const handleMouseMove=useCallback(event=>{if(localRef.current&&!throttleRef.current){const rect=localRef.current.getBoundingClientRect();const xPosition=event.clientX-rect.left;const yPosition=event.clientY-rect.top;if(stopTimerRef.current)clearTimeout(stopTimerRef.current);if(xPosition>=0&&xPosition<=rect.width&&yPosition>=0&&yPosition<=rect.height){setMousePosition({x:xPosition,y:yPosition});}throttleRef.current=true;setTimeout(()=>throttleRef.current=false,200);stopTimerRef.current=setTimeout(()=>{setMousePosition(null);},250);}},[]);const SafeArea=()=>{var _localRef_current;if(!store.horSubmenuBounds||!mousePosition)return null;const{width:submenuWidth,height:submenuHeight,x:submenuX,y:submenuY}=store.horSubmenuBounds;const{width:anchorWidth,height:anchorHeight,x:anchorX,y:anchorY}=(_localRef_current=localRef.current)===null||_localRef_current===void 0?void 0:_localRef_current.getBoundingClientRect();const mouseTop=Math.max(0,mousePosition.y-8);const relativeHeight=submenuY-anchorY;const relativeAnchorLeft=anchorX-submenuX;const relativeAnchorRight=relativeAnchorLeft+anchorWidth;return /*#__PURE__*/_jsx(\"svg\",{style:{position:\"absolute\",width:`${submenuWidth}px`,height:`${relativeHeight}px`,pointerEvents:\"none\",zIndex:2,top:0,left:`${submenuX-anchorX}px`},id:\"svg-safe-area\",children:/*#__PURE__*/_jsx(\"path\",{pointerEvents:\"auto\",fill:\"rgba(255,77,0,0)\",d:`M ${relativeAnchorLeft} ${mouseTop}\nC ${relativeAnchorLeft} ${mouseTop}, \n  ${relativeAnchorLeft} ${relativeHeight},\n  0 ${relativeHeight}\nH ${submenuWidth}\nC ${relativeAnchorRight} ${relativeHeight},\n  ${relativeAnchorRight} ${mouseTop},\n  ${relativeAnchorRight} ${mouseTop}\nv ${anchorHeight-mouseTop}\nh ${-anchorWidth} z `})});};return /*#__PURE__*/_jsxs(Component,{...props,ref:combinedRef,onMouseMove:handleMouseMove,onMouseEnter:()=>{props.onMouseEnter&&props.onMouseEnter();},onMouseLeave:()=>{props.onMouseLeave&&props.onMouseLeave();setMousePosition(null);},children:[props.children,mousePosition&&/*#__PURE__*/_jsx(SafeArea,{})]});});}export function withBlock(Component){return /*#__PURE__*/React.forwardRef((props,forwardedRef)=>{const[store,setStore]=useStore();const localRef=useRef(null);const combinedRef=useCallback(node=>{localRef.current=node;if(typeof forwardedRef===\"function\"){forwardedRef(node);}else if(forwardedRef){forwardedRef.current=node;}},[forwardedRef]);useEffect(()=>{const updateSize=()=>{if(localRef.current){setStore({horSubmenuBounds:localRef.current.getBoundingClientRect()});}};const resizeObserver=new ResizeObserver(updateSize);if(localRef.current){resizeObserver.observe(localRef.current);}return()=>{if(localRef.current){resizeObserver.unobserve(localRef.current);}};},[]);return /*#__PURE__*/_jsx(Component,{...props,ref:combinedRef});});}\nexport const __FramerMetadata__ = {\"exports\":{\"withBlock\":{\"type\":\"reactHoc\",\"name\":\"withBlock\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withTrigger\":{\"type\":\"reactHoc\",\"name\":\"withTrigger\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SafeAreaHorizontal.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useRef,useEffect}from\"react\";import{createStore}from\"https://framer.com/m/framer/store.js@^1.0.0\";const VARIANT_DEFAULT=\"Variant 1\";const VARIANT_ALTERNATE=\"Variant 2\";const useStore=createStore({variant:VARIANT_DEFAULT});export function withRightClick(Component){return props=>{const[store,setStore]=useStore();const componentRef=useRef(null);const handleRightClick=e=>{var _componentRef_current;if((_componentRef_current=componentRef.current)===null||_componentRef_current===void 0?void 0:_componentRef_current.contains(e.target)){e.preventDefault();e.stopPropagation();setStore({variant:VARIANT_ALTERNATE});}};const handleOutsideClick=e=>{var _componentRef_current;if(!((_componentRef_current=componentRef.current)===null||_componentRef_current===void 0?void 0:_componentRef_current.contains(e.target))){setStore({variant:VARIANT_DEFAULT});}};useEffect(()=>{const currentComponent=componentRef.current;currentComponent===null||currentComponent===void 0?void 0:currentComponent.addEventListener(\"contextmenu\",handleRightClick);document.addEventListener(\"click\",handleOutsideClick);return()=>{currentComponent===null||currentComponent===void 0?void 0:currentComponent.removeEventListener(\"contextmenu\",handleRightClick);document.removeEventListener(\"click\",handleOutsideClick);};},[]);return /*#__PURE__*/_jsx(Component,{ref:componentRef,...props,variant:store.variant});};}export function withDropdown(Component){return props=>{const[store,setStore]=useStore();const handleEvent=()=>{if(store.variant===VARIANT_ALTERNATE){setStore({variant:VARIANT_DEFAULT});}};return /*#__PURE__*/_jsx(Component,{...props,onTap:handleEvent});};}export function withDropdownContainer(Component){return props=>{const[store,setStore]=useStore();let timeoutId=null;const handleMouseLeave=()=>{timeoutId=window.setTimeout(()=>{if(store.variant===VARIANT_ALTERNATE){setStore({variant:VARIANT_DEFAULT});}},1e3);};const handleMouseEnter=()=>{if(timeoutId!==null){clearTimeout(timeoutId);timeoutId=null;}};return /*#__PURE__*/_jsx(Component,{...props,variant:store.variant,onMouseLeave:handleMouseLeave,onMouseEnter:handleMouseEnter});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withDropdown\":{\"type\":\"reactHoc\",\"name\":\"withDropdown\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withDropdownContainer\":{\"type\":\"reactHoc\",\"name\":\"withDropdownContainer\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withRightClick\":{\"type\":\"reactHoc\",\"name\":\"withRightClick\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./RightClick.map", "// Generated by Framer (37fb21e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import*as localizedValues from\"./cbGAyjvRS-0.js\";const MaterialFonts=getFonts(Material);const enabledGestures={BZWq8q1pK:{hover:true}};const cycleOrder=[\"BZWq8q1pK\",\"F3NfmLqa2\"];const serializationHash=\"framer-c2SSH\";const variantClassNames={BZWq8q1pK:\"framer-v-1hqhv3a\",F3NfmLqa2:\"framer-v-7ml164\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={ISu6qubzb:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:45,delay:0,mass:.5,stiffness:405,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"dropdown link\":\"BZWq8q1pK\",Hover:\"F3NfmLqa2\"};const getProps=({arrow,height,id,link,title,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,cHp_wQaMv:(_ref=title!==null&&title!==void 0?title:props.cHp_wQaMv)!==null&&_ref!==void 0?_ref:\"Product\",hlqCTX9FS:link!==null&&link!==void 0?link:props.hlqCTX9FS,QRhE7kCJE:(_ref1=arrow!==null&&arrow!==void 0?arrow:props.QRhE7kCJE)!==null&&_ref1!==void 0?_ref1:true,variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"BZWq8q1pK\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,cHp_wQaMv,hlqCTX9FS,QRhE7kCJE,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"BZWq8q1pK\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:hlqCTX9FS,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1hqhv3a\",className,classNames)} framer-v9ffp1`,\"data-framer-name\":\"dropdown link\",layoutDependency:layoutDependency,layoutId:\"BZWq8q1pK\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"BZWq8q1pK-hover\":{\"data-framer-name\":undefined},F3NfmLqa2:{\"data-framer-name\":\"Hover\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-a6bymf\",\"data-framer-name\":\"Nav product link\",layoutDependency:layoutDependency,layoutId:\"PWUbw_Gw4\",style:{backgroundColor:\"rgba(0, 102, 255, 0)\",borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32},variants:{\"BZWq8q1pK-hover\":{backgroundColor:\"rgba(0, 102, 255, 0.05)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},F3NfmLqa2:{backgroundColor:\"rgba(0, 102, 255, 0.05)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0lubm92YXRvciBHcm90ZXNrIE1lZGl1bQ==\",\"--framer-font-family\":'\"Innovator Grotesk Medium\", \"Innovator Grotesk Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a83491ce-99f8-42db-9dff-90ff505e054d, rgb(8, 12, 36)))\"},children:\"Product\"})}),className:\"framer-v0ldyi\",fonts:[\"CUSTOM;Innovator Grotesk Medium\"],layoutDependency:layoutDependency,layoutId:\"UAmCSZCB8\",style:{\"--extracted-r6o4lv\":\"var(--token-a83491ce-99f8-42db-9dff-90ff505e054d, rgb(8, 12, 36))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:cHp_wQaMv,variants:{\"BZWq8q1pK-hover\":{\"--extracted-r6o4lv\":\"var(--token-beae74c1-c8c1-4440-9c9f-5e479531b6fb, rgb(0, 102, 255))\"},F3NfmLqa2:{\"--extracted-r6o4lv\":\"var(--token-beae74c1-c8c1-4440-9c9f-5e479531b6fb, rgb(0, 102, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"BZWq8q1pK-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0lubm92YXRvciBHcm90ZXNrIE1lZGl1bQ==\",\"--framer-font-family\":'\"Innovator Grotesk Medium\", \"Innovator Grotesk Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-beae74c1-c8c1-4440-9c9f-5e479531b6fb, rgb(0, 102, 255)))\"},children:\"Product\"})})},F3NfmLqa2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0lubm92YXRvciBHcm90ZXNrIE1lZGl1bQ==\",\"--framer-font-family\":'\"Innovator Grotesk Medium\", \"Innovator Grotesk Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-beae74c1-c8c1-4440-9c9f-5e479531b6fb, rgb(0, 102, 255)))\"},children:\"Product\"})})}},baseVariant,gestureVariant)}),QRhE7kCJE&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-wbejyw-container\",layoutDependency:layoutDependency,layoutId:\"esvL_CZ1h-container\",style:{opacity:.75,rotate:0},variants:{F3NfmLqa2:{rotate:180}},children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-a83491ce-99f8-42db-9dff-90ff505e054d, rgb(8, 12, 36))\",height:\"100%\",iconSearch:\"Down\",iconSelection:\"ExpandMore\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"esvL_CZ1h\",layoutId:\"esvL_CZ1h\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({\"BZWq8q1pK-hover\":{color:\"var(--token-beae74c1-c8c1-4440-9c9f-5e479531b6fb, rgb(0, 102, 255))\"},F3NfmLqa2:{color:\"var(--token-beae74c1-c8c1-4440-9c9f-5e479531b6fb, rgb(0, 102, 255))\"}},baseVariant,gestureVariant)})})})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-c2SSH.framer-v9ffp1, .framer-c2SSH .framer-v9ffp1 { display: block; }\",\".framer-c2SSH.framer-1hqhv3a { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-c2SSH .framer-a6bymf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 6px 10px 6px 14px; position: relative; width: min-content; }\",\".framer-c2SSH .framer-v0ldyi { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-c2SSH .framer-wbejyw-container { flex: none; height: 16px; position: relative; width: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-c2SSH.framer-1hqhv3a, .framer-c2SSH .framer-a6bymf { gap: 0px; } .framer-c2SSH.framer-1hqhv3a > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-c2SSH.framer-1hqhv3a > :first-child { margin-top: 0px; } .framer-c2SSH.framer-1hqhv3a > :last-child { margin-bottom: 0px; } .framer-c2SSH .framer-a6bymf > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-c2SSH .framer-a6bymf > :first-child { margin-left: 0px; } .framer-c2SSH .framer-a6bymf > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 36\n * @framerIntrinsicWidth 104\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"F3NfmLqa2\":{\"layout\":[\"auto\",\"auto\"]},\"McYKTHFXa\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"cHp_wQaMv\":\"title\",\"hlqCTX9FS\":\"link\",\"QRhE7kCJE\":\"arrow\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramercbGAyjvRS=withCSS(Component,css,\"framer-c2SSH\");export default FramercbGAyjvRS;FramercbGAyjvRS.displayName=\"Navbar/Dropdown Button\";FramercbGAyjvRS.defaultProps={height:36,width:104};addPropertyControls(FramercbGAyjvRS,{variant:{options:[\"BZWq8q1pK\",\"F3NfmLqa2\"],optionTitles:[\"dropdown link\",\"Hover\"],title:\"Variant\",type:ControlType.Enum},cHp_wQaMv:{defaultValue:\"Product\",displayTextArea:false,title:\"Title\",type:ControlType.String},hlqCTX9FS:{title:\"Link\",type:ControlType.Link},QRhE7kCJE:{defaultValue:true,title:\"Arrow\",type:ControlType.Boolean}});addFonts(FramercbGAyjvRS,[{explicitInter:true,fonts:[{family:\"Innovator Grotesk Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/PZDhrRJdtf0116kMvnwem7j3CY.woff2\"}]},...MaterialFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramercbGAyjvRS\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"36\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"F3NfmLqa2\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"McYKTHFXa\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"cHp_wQaMv\\\":\\\"title\\\",\\\"hlqCTX9FS\\\":\\\"link\\\",\\\"QRhE7kCJE\\\":\\\"arrow\\\"}\",\"framerIntrinsicWidth\":\"104\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./cbGAyjvRS.map", "// Generated by Framer (b42fcc8)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,Link,ResolveLinks,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import ActionButton from\"https://framerusercontent.com/modules/RUNMLq0t0fIauLfvrNS1/5ICS8WxIQMt8U0IRhtUh/ActionButton.js\";import{withDropdown,withDropdownContainer}from\"https://framerusercontent.com/modules/GjdGTkwZqp2tukBXzD3S/JIAqfDVpvR0ffL0qNx2Q/RightClick.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/3Lp2WNBOxytIr3MaxJir/nMvQCezZQvul4MxBUQ7N/cBMA5VfCq.js\";const ImageWithDropdown=withDropdown(Image);const ActionButtonFonts=getFonts(ActionButton);const ActionButtonWithDropdown=withDropdown(ActionButton);const MotionDivWithDropdownContainer=withDropdownContainer(motion.div);const cycleOrder=[\"CBfZibuRL\",\"kUVSPSfjc\"];const serializationHash=\"framer-Gw0fd\";const variantClassNames={CBfZibuRL:\"framer-v-1dzk4si\",kUVSPSfjc:\"framer-v-189t6tz\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"CBfZibuRL\",\"Variant 2\":\"kUVSPSfjc\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"CBfZibuRL\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"CBfZibuRL\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"kUVSPSfjc\")return true;return false;};const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3,_getLocalizedValue4,_getLocalizedValue5,_getLocalizedValue6,_getLocalizedValue7,_getLocalizedValue8,_getLocalizedValue9;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1dzk4si\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"CBfZibuRL\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({kUVSPSfjc:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"j3XFFyFQD\"},nodeId:\"RXsxTqm4x\",openInNewTab:false,children:/*#__PURE__*/_jsx(ImageWithDropdown,{as:\"a\",background:{alt:\"\",fit:\"fit\",intrinsicHeight:32,intrinsicWidth:64,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||28)-0-28)/2)),pixelHeight:579,pixelWidth:2504,positionX:\"center\",positionY:\"center\",sizes:\"118px\",src:\"https://framerusercontent.com/images/ODItxw28pIR7B8dgXrXJFhMTBDo.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/ODItxw28pIR7B8dgXrXJFhMTBDo.png?scale-down-to=512 512w,https://framerusercontent.com/images/ODItxw28pIR7B8dgXrXJFhMTBDo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ODItxw28pIR7B8dgXrXJFhMTBDo.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ODItxw28pIR7B8dgXrXJFhMTBDo.png 2504w\"},className:\"framer-sepno6 framer-w8ghrr\",\"data-framer-name\":\"logo\",layoutDependency:layoutDependency,layoutId:\"RXsxTqm4x\"})}),isDisplayed()&&/*#__PURE__*/_jsxs(MotionDivWithDropdownContainer,{className:\"framer-19ytgdn\",\"data-border\":true,\"data-framer-name\":\"Dropdown\",layoutDependency:layoutDependency,layoutId:\"nsxm39G6x\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-f0048cfe-4a08-4503-861b-845a8090dd89, rgb(242, 240, 239))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(5px)\",backgroundColor:\"rgba(242, 241, 240, 0.75)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,WebkitBackdropFilter:\"blur(5px)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-wwcd6\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"xpzZzpV1_\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r1wt4r\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"Qxlf9Ld_h\",style:{backgroundColor:\"var(--token-5721ad47-1c13-4564-9564-39f270eff0ca, rgb(225, 223, 222))\"}})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-z1qmjo-container\",layoutDependency:layoutDependency,layoutId:\"HQxpx2vp9-container\",children:/*#__PURE__*/_jsx(ActionButtonWithDropdown,{alignment:\"left\",bgColor:\"rgba(255, 255, 255, 0)\",borderColor:\"var(--token-5db8ee19-8dd3-4daa-a1d4-a1587e848f70, rgb(231, 229, 228))\",borderRadius:8,borderWidth:1,borderWidthBottom:1,borderWidthLeft:0,borderWidthPerSide:true,borderWidthRight:0,borderWidthTop:0,checkmarkColor:\"rgb(11, 181, 38)\",copyText:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Copy This Text\",customDownloadName:(_getLocalizedValue1=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"inploi-full-logo-primary\",customIcons:false,downloadFile:\"https://framerusercontent.com/assets/92TeRdRWrMXKaX1IfPJE3BZU.png\",downloadType:\"file\",downloadURL:(_getLocalizedValue2=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:\"https://example.com\",enableBorder:false,enableCustomHover:true,font:{fontFamily:'\"Innovator Grotesk Medium\", \"Innovator Grotesk Medium Placeholder\", sans-serif',fontSize:\"13px\"},functionType:\"download\",height:\"100%\",hoverBgColor:\"rgba(255, 255, 255, 0.66)\",hoverBorderColor:\"var(--token-5721ad47-1c13-4564-9564-39f270eff0ca, rgb(225, 223, 222))\",hoverIconColor:\"var(--token-1978c9c7-47bc-439c-8e62-d5bb6b3e2a84, rgb(32, 31, 31))\",iconColor:\"var(--token-b1b628d4-73d8-4039-95d1-65bf71d71256, rgb(98, 97, 96))\",iconSize:14,id:\"HQxpx2vp9\",imageButton:false,label:(_getLocalizedValue3=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:\"Download logo as PNG\",labelGap:10,layoutId:\"HQxpx2vp9\",padding:10,paddingBottom:7,paddingLeft:9,paddingPerSide:true,paddingRight:9,paddingTop:7,style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-8ciwxu-container\",layoutDependency:layoutDependency,layoutId:\"WoTTxs_E1-container\",children:/*#__PURE__*/_jsx(ActionButtonWithDropdown,{alignment:\"left\",bgColor:\"rgba(255, 255, 255, 0)\",borderColor:\"var(--token-5db8ee19-8dd3-4daa-a1d4-a1587e848f70, rgb(231, 229, 228))\",borderRadius:8,borderWidth:1,borderWidthBottom:1,borderWidthLeft:0,borderWidthPerSide:true,borderWidthRight:0,borderWidthTop:0,checkmarkColor:\"rgb(11, 181, 38)\",copyText:(_getLocalizedValue4=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:\"Copy This Text\",customDownloadName:(_getLocalizedValue5=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue5!==void 0?_getLocalizedValue5:\"inploi-full-logo-primary\",customIcons:false,downloadFile:\"https://framerusercontent.com/assets/TCvIJljx2IDjVr0TidlocrPT1Fg.svg\",downloadType:\"file\",downloadURL:(_getLocalizedValue6=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue6!==void 0?_getLocalizedValue6:\"https://example.com\",enableBorder:false,enableCustomHover:true,font:{fontFamily:'\"Innovator Grotesk Medium\", \"Innovator Grotesk Medium Placeholder\", sans-serif',fontSize:\"13px\"},functionType:\"download\",height:\"100%\",hoverBgColor:\"rgba(255, 255, 255, 0.66)\",hoverBorderColor:\"var(--token-5721ad47-1c13-4564-9564-39f270eff0ca, rgb(225, 223, 222))\",hoverIconColor:\"var(--token-1978c9c7-47bc-439c-8e62-d5bb6b3e2a84, rgb(32, 31, 31))\",iconColor:\"var(--token-b1b628d4-73d8-4039-95d1-65bf71d71256, rgb(98, 97, 96))\",iconSize:14,id:\"WoTTxs_E1\",imageButton:false,label:(_getLocalizedValue7=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue7!==void 0?_getLocalizedValue7:\"Download logo as SVG\",labelGap:10,layoutId:\"WoTTxs_E1\",padding:10,paddingBottom:7,paddingLeft:9,paddingPerSide:true,paddingRight:9,paddingTop:7,style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-aidxj-container\",layoutDependency:layoutDependency,layoutId:\"YKCMrFG0K-container\",children:/*#__PURE__*/_jsx(ActionButtonWithDropdown,{alignment:\"left\",bgColor:\"rgba(255, 255, 255, 0)\",borderColor:\"var(--token-5db8ee19-8dd3-4daa-a1d4-a1587e848f70, rgb(231, 229, 228))\",borderRadius:8,borderWidth:1,borderWidthBottom:1,borderWidthLeft:0,borderWidthPerSide:true,borderWidthRight:0,borderWidthTop:0,checkmarkColor:\"rgb(11, 181, 38)\",copyText:'<svg width=\"3121\" height=\"901\" viewBox=\"0 0 3121 901\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M465.004 563.712C446.023 555.184 427.459 536.636 394.037 503.241L343.983 453.199C335.859 445.075 331.026 440.225 327.553 436.424C325.349 434.01 324.502 432.879 324.301 432.599C321.148 427.051 321.148 420.251 324.301 414.703C324.502 414.424 325.349 413.292 327.553 410.879C331.026 407.077 335.858 402.227 343.983 394.103C382.674 355.412 394.976 343.748 406.246 337.201C441.509 316.718 485.047 316.718 520.309 337.201C531.58 343.747 543.882 355.411 582.574 394.101L609.708 421.235L647.636 383.307L620.501 356.173C584.226 319.899 566.088 301.762 547.25 290.819C495.33 260.661 431.225 260.662 379.305 290.821C360.467 301.763 342.33 319.901 306.055 356.175C290.487 371.744 282.702 379.528 278.006 387.613C265.063 409.896 265.063 437.408 278.007 459.691C282.703 467.775 290.488 475.559 306.056 491.127L367.757 552.826C394.705 579.773 408.179 593.246 423.942 602.821C437.342 610.959 451.911 616.994 467.14 620.713C485.057 625.089 504.112 625.088 542.221 625.088H811.151C849.261 625.088 868.317 625.088 886.234 620.712C901.464 616.992 916.033 610.957 929.433 602.818C945.196 593.243 958.67 579.769 985.618 552.821L997.407 541.032C1140.31 398.134 925.958 183.786 783.059 326.684L606.52 503.204C568.945 540.774 550.157 559.559 528.428 566.434C511.192 571.886 492.767 572.21 475.389 567.403C471.86 566.364 468.393 565.132 465.004 563.712Z\" fill=\"#FF4D00\"/> <path d=\"M1388.29 279.018C1374.07 279.018 1362.3 274.353 1352.97 265.021C1343.63 255.245 1338.97 243.247 1338.97 229.027C1338.97 215.252 1343.63 203.476 1352.97 193.7C1362.3 183.924 1374.07 179.036 1388.29 179.036C1402.96 179.036 1414.73 183.924 1423.62 193.7C1432.95 203.476 1437.62 215.252 1437.62 229.027C1437.62 243.247 1432.95 255.245 1423.62 265.021C1414.73 274.353 1402.96 279.018 1388.29 279.018Z\" fill=\"#FF4D00\"/> <path d=\"M2696.85 279.018C2682.63 279.018 2670.85 274.353 2661.52 265.021C2652.19 255.245 2647.52 243.247 2647.52 229.027C2647.52 215.252 2652.19 203.476 2661.52 193.7C2670.85 183.924 2682.63 179.036 2696.85 179.036C2711.51 179.036 2723.29 183.924 2732.18 193.7C2741.51 203.476 2746.17 215.252 2746.17 229.027C2746.17 243.247 2741.51 255.245 2732.18 265.021C2723.29 274.353 2711.51 279.018 2696.85 279.018Z\" fill=\"#FF4D00\"/> <path d=\"M2658.51 624.341C2660.03 624.959 2661.95 624.959 2665.79 624.959C2688.74 624.959 2700.22 624.959 2709.29 621.261C2721.75 616.183 2731.64 606.296 2736.71 593.836C2740.41 584.764 2740.41 573.287 2740.41 550.332V344.285C2740.41 343.765 2740.41 343.505 2740.41 343.285C2740.17 319.884 2721.26 300.973 2697.86 300.734C2697.8 300.733 2697.74 300.733 2697.68 300.733L2697.46 300.732C2697.3 300.732 2697.11 300.732 2696.86 300.732L2696.55 300.732C2696.35 300.732 2696.2 300.732 2696.08 300.732L2695.98 300.733L2695.86 300.734C2672.46 300.973 2653.55 319.884 2653.31 343.285C2653.31 343.399 2653.31 343.523 2653.31 343.689C2653.31 343.843 2653.31 344.034 2653.31 344.285V612.481C2653.31 616.319 2653.31 618.238 2653.92 619.755C2654.77 621.839 2656.43 623.492 2658.51 624.341Z\" fill=\"#FF4D00\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2454.73 631.957C2422.62 631.957 2393.58 624.698 2367.63 610.181C2342.11 595.223 2321.65 575.206 2306.26 550.13C2291.3 524.614 2283.82 496.239 2283.82 465.004C2283.82 433.769 2291.3 405.833 2306.26 381.197C2321.21 356.121 2341.67 336.324 2367.63 321.807C2393.58 306.849 2422.4 299.37 2454.07 299.37C2486.63 299.37 2515.66 306.849 2541.18 321.807C2567.14 336.324 2587.59 356.121 2602.55 381.197C2617.51 405.833 2624.99 433.769 2624.99 465.004C2624.99 496.239 2617.51 524.614 2602.55 550.13C2587.59 575.206 2567.14 595.223 2541.18 610.181C2515.66 624.698 2486.85 631.957 2454.73 631.957ZM2454.07 551.45C2470.35 551.45 2484.65 547.931 2496.97 540.892C2509.72 533.413 2519.4 523.294 2526 510.537C2533.04 497.339 2536.56 482.381 2536.56 465.664C2536.56 448.946 2533.04 434.209 2526 421.451C2518.96 408.693 2509.28 398.794 2496.97 391.756C2484.65 384.277 2470.35 380.537 2454.07 380.537C2438.24 380.537 2424.16 384.277 2411.84 391.756C2399.52 398.794 2389.84 408.693 2382.8 421.451C2375.77 434.209 2372.25 448.946 2372.25 465.664C2372.25 482.381 2375.77 497.339 2382.8 510.537C2389.84 523.294 2399.52 533.413 2411.84 540.892C2424.16 547.931 2438.24 551.45 2454.07 551.45Z\" fill=\"#FF4D00\"/> <path d=\"M2174.85 624.587C2176.34 625.177 2178.21 625.177 2181.96 625.177C2204.38 625.177 2215.6 625.177 2224.49 621.645C2237.28 616.564 2247.41 606.434 2252.49 593.643C2256.02 584.752 2256.02 573.54 2256.02 551.115V197.845C2256.02 194.095 2256.02 192.22 2255.43 190.734C2254.58 188.595 2252.89 186.901 2250.75 186.051C2249.26 185.461 2247.39 185.461 2243.64 185.461C2221.21 185.461 2210 185.461 2201.11 188.993C2188.32 194.074 2178.19 204.205 2173.11 216.995C2169.58 225.886 2169.58 237.099 2169.58 259.523V612.793C2169.58 616.543 2169.58 618.418 2170.17 619.904C2171.02 622.043 2172.71 623.737 2174.85 624.587Z\" fill=\"#FF4D00\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1986.15 631.958C1963.28 631.958 1942.6 627.339 1924.12 618.101C1913.12 612.336 1903.44 605.401 1895.09 597.296V671.95C1895.09 693.845 1895.09 704.792 1891.72 713.499C1886.64 726.623 1876.26 736.998 1863.14 742.077C1854.43 745.447 1843.48 745.447 1821.59 745.447C1817.93 745.447 1816.1 745.447 1814.64 744.884C1812.45 744.034 1810.71 742.299 1809.86 740.105C1809.3 738.649 1809.3 736.819 1809.3 733.158V375.433C1809.3 357.932 1809.3 349.182 1811.47 342.063C1816.32 326.124 1828.79 313.65 1844.73 308.798C1851.85 306.631 1860.6 306.631 1878.1 306.631C1881.34 306.631 1882.96 306.631 1884.3 307.022C1887.29 307.898 1889.69 310.155 1890.74 313.095C1891.21 314.409 1891.31 316.024 1891.5 319.253L1892.64 338.394C1901.69 328.904 1912.18 320.955 1924.12 314.549C1942.6 304.871 1963.28 300.032 1986.15 300.032C2015.63 300.032 2042.02 307.29 2065.34 321.808C2088.66 336.326 2106.91 356.123 2120.11 381.199C2133.75 406.275 2140.57 434.65 2140.57 466.325C2140.57 497.56 2133.75 525.715 2120.11 550.791C2106.91 575.867 2088.66 595.664 2065.34 610.182C2042.02 624.7 2015.63 631.958 1986.15 631.958ZM1970.97 552.111C1986.81 552.111 2000.89 548.592 2013.21 541.553C2025.53 534.074 2034.98 523.956 2041.58 511.198C2048.62 498 2052.14 482.822 2052.14 465.665C2052.14 448.948 2048.62 434.21 2041.58 421.452C2034.98 408.254 2025.53 398.136 2013.21 391.097C2000.89 383.618 1986.81 379.879 1970.97 379.879C1955.58 379.879 1941.72 383.618 1929.4 391.097C1917.08 398.136 1907.4 408.254 1900.37 421.452C1893.77 434.21 1890.47 448.948 1890.47 465.665C1890.47 482.822 1893.77 498 1900.37 511.198C1907.4 523.956 1916.86 534.074 1928.74 541.553C1941.06 548.592 1955.14 552.111 1970.97 552.111Z\" fill=\"#FF4D00\"/> <path d=\"M1691.83 624.769C1693.32 625.359 1695.19 625.359 1698.94 625.359C1721.37 625.359 1732.58 625.359 1741.47 621.827C1754.26 616.746 1764.39 606.616 1769.47 593.825C1773.01 584.934 1773.01 573.722 1773.01 551.297V423.432C1773.01 401.875 1767.73 381.858 1757.17 363.381C1746.61 344.464 1732.09 329.287 1713.62 317.849C1695.14 305.971 1674.24 300.032 1650.93 300.032C1626.73 300.032 1604.95 305.311 1585.6 315.869C1574.11 322.28 1564.08 330.233 1555.52 339.726L1554.29 319.253C1554.1 316.024 1554.01 314.409 1553.53 313.095C1552.48 310.155 1550.09 307.898 1547.09 307.022C1545.75 306.631 1544.13 306.631 1540.9 306.631C1523.4 306.631 1514.65 306.631 1507.53 308.798C1491.59 313.65 1479.11 326.124 1474.26 342.063C1472.09 349.182 1472.09 357.932 1472.09 375.433V612.976C1472.09 616.725 1472.09 618.6 1472.69 620.087C1473.53 622.225 1475.23 623.919 1477.37 624.769C1478.85 625.359 1480.73 625.359 1484.48 625.359C1506.9 625.359 1518.12 625.359 1527.01 621.827C1539.8 616.746 1549.93 606.616 1555.01 593.825C1558.54 584.934 1558.54 573.722 1558.54 551.297V460.461C1558.54 442.569 1559.67 420.406 1566.46 408.914C1572.18 399.236 1579.88 391.757 1589.56 386.478C1599.23 381.199 1610.23 378.559 1622.55 378.559C1641.47 378.559 1658.5 383.451 1670.37 395.329C1682.25 407.207 1686.56 423.652 1686.56 442.569V612.976C1686.56 616.725 1686.56 618.6 1687.15 620.087C1688 622.225 1689.69 623.919 1691.83 624.769Z\" fill=\"#FF4D00\"/> <path d=\"M1357.22 625.356C1353.38 625.356 1351.46 625.356 1349.95 624.738C1347.86 623.889 1346.21 622.236 1345.36 620.152C1344.74 618.635 1344.74 616.716 1344.74 612.878V344.285C1344.74 343.765 1344.74 343.505 1344.75 343.285C1344.98 319.884 1363.9 300.973 1387.3 300.734C1387.52 300.731 1387.78 300.731 1388.3 300.731C1388.82 300.731 1389.08 300.731 1389.3 300.734C1412.7 300.973 1431.61 319.884 1431.85 343.285C1431.85 343.505 1431.85 343.765 1431.85 344.284V550.729C1431.85 573.684 1431.85 585.161 1428.15 594.234C1423.07 606.693 1413.19 616.58 1400.73 621.659C1391.65 625.356 1380.18 625.356 1357.22 625.356Z\" fill=\"#FF4D00\"/> </svg>',customDownloadName:\"\",customIcons:false,downloadType:\"file\",downloadURL:(_getLocalizedValue8=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue8!==void 0?_getLocalizedValue8:\"https://example.com\",enableBorder:false,enableCustomHover:true,font:{fontFamily:'\"Innovator Grotesk Medium\", \"Innovator Grotesk Medium Placeholder\", sans-serif',fontSize:\"13px\"},functionType:\"copy\",height:\"100%\",hoverBgColor:\"rgba(255, 255, 255, 0.66)\",hoverBorderColor:\"var(--token-5721ad47-1c13-4564-9564-39f270eff0ca, rgb(225, 223, 222))\",hoverIconColor:\"var(--token-1978c9c7-47bc-439c-8e62-d5bb6b3e2a84, rgb(32, 31, 31))\",iconColor:\"var(--token-b1b628d4-73d8-4039-95d1-65bf71d71256, rgb(98, 97, 96))\",iconSize:14,id:\"YKCMrFG0K\",imageButton:false,label:(_getLocalizedValue9=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue9!==void 0?_getLocalizedValue9:\"Copy logo as Figma SVG\",labelGap:10,layoutId:\"YKCMrFG0K\",padding:10,paddingBottom:7,paddingLeft:9,paddingPerSide:true,paddingRight:9,paddingTop:7,style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"WpwnSwhum\"},implicitPathVariables:undefined},{href:{webPageId:\"WpwnSwhum\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1thl2gl-container\",layoutDependency:layoutDependency,layoutId:\"brLgkN9gv-container\",children:/*#__PURE__*/_jsx(ActionButtonWithDropdown,{alignment:\"left\",bgColor:\"rgba(255, 255, 255, 0)\",borderColor:\"var(--token-5db8ee19-8dd3-4daa-a1d4-a1587e848f70, rgb(231, 229, 228))\",borderRadius:8,borderWidth:1,borderWidthBottom:1,borderWidthLeft:0,borderWidthPerSide:true,borderWidthRight:0,borderWidthTop:0,checkmarkColor:\"rgb(11, 181, 38)\",copyText:'<svg width=\"3121\" height=\"901\" viewBox=\"0 0 3121 901\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M465.004 563.712C446.023 555.184 427.459 536.636 394.037 503.241L343.983 453.199C335.859 445.075 331.026 440.225 327.553 436.424C325.349 434.01 324.502 432.879 324.301 432.599C321.148 427.051 321.148 420.251 324.301 414.703C324.502 414.424 325.349 413.292 327.553 410.879C331.026 407.077 335.858 402.227 343.983 394.103C382.674 355.412 394.976 343.748 406.246 337.201C441.509 316.718 485.047 316.718 520.309 337.201C531.58 343.747 543.882 355.411 582.574 394.101L609.708 421.235L647.636 383.307L620.501 356.173C584.226 319.899 566.088 301.762 547.25 290.819C495.33 260.661 431.225 260.662 379.305 290.821C360.467 301.763 342.33 319.901 306.055 356.175C290.487 371.744 282.702 379.528 278.006 387.613C265.063 409.896 265.063 437.408 278.007 459.691C282.703 467.775 290.488 475.559 306.056 491.127L367.757 552.826C394.705 579.773 408.179 593.246 423.942 602.821C437.342 610.959 451.911 616.994 467.14 620.713C485.057 625.089 504.112 625.088 542.221 625.088H811.151C849.261 625.088 868.317 625.088 886.234 620.712C901.464 616.992 916.033 610.957 929.433 602.818C945.196 593.243 958.67 579.769 985.618 552.821L997.407 541.032C1140.31 398.134 925.958 183.786 783.059 326.684L606.52 503.204C568.945 540.774 550.157 559.559 528.428 566.434C511.192 571.886 492.767 572.21 475.389 567.403C471.86 566.364 468.393 565.132 465.004 563.712Z\" fill=\"#FF4D00\"/> <path d=\"M1388.29 279.018C1374.07 279.018 1362.3 274.353 1352.97 265.021C1343.63 255.245 1338.97 243.247 1338.97 229.027C1338.97 215.252 1343.63 203.476 1352.97 193.7C1362.3 183.924 1374.07 179.036 1388.29 179.036C1402.96 179.036 1414.73 183.924 1423.62 193.7C1432.95 203.476 1437.62 215.252 1437.62 229.027C1437.62 243.247 1432.95 255.245 1423.62 265.021C1414.73 274.353 1402.96 279.018 1388.29 279.018Z\" fill=\"#FF4D00\"/> <path d=\"M2696.85 279.018C2682.63 279.018 2670.85 274.353 2661.52 265.021C2652.19 255.245 2647.52 243.247 2647.52 229.027C2647.52 215.252 2652.19 203.476 2661.52 193.7C2670.85 183.924 2682.63 179.036 2696.85 179.036C2711.51 179.036 2723.29 183.924 2732.18 193.7C2741.51 203.476 2746.17 215.252 2746.17 229.027C2746.17 243.247 2741.51 255.245 2732.18 265.021C2723.29 274.353 2711.51 279.018 2696.85 279.018Z\" fill=\"#FF4D00\"/> <path d=\"M2658.51 624.341C2660.03 624.959 2661.95 624.959 2665.79 624.959C2688.74 624.959 2700.22 624.959 2709.29 621.261C2721.75 616.183 2731.64 606.296 2736.71 593.836C2740.41 584.764 2740.41 573.287 2740.41 550.332V344.285C2740.41 343.765 2740.41 343.505 2740.41 343.285C2740.17 319.884 2721.26 300.973 2697.86 300.734C2697.8 300.733 2697.74 300.733 2697.68 300.733L2697.46 300.732C2697.3 300.732 2697.11 300.732 2696.86 300.732L2696.55 300.732C2696.35 300.732 2696.2 300.732 2696.08 300.732L2695.98 300.733L2695.86 300.734C2672.46 300.973 2653.55 319.884 2653.31 343.285C2653.31 343.399 2653.31 343.523 2653.31 343.689C2653.31 343.843 2653.31 344.034 2653.31 344.285V612.481C2653.31 616.319 2653.31 618.238 2653.92 619.755C2654.77 621.839 2656.43 623.492 2658.51 624.341Z\" fill=\"#FF4D00\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2454.73 631.957C2422.62 631.957 2393.58 624.698 2367.63 610.181C2342.11 595.223 2321.65 575.206 2306.26 550.13C2291.3 524.614 2283.82 496.239 2283.82 465.004C2283.82 433.769 2291.3 405.833 2306.26 381.197C2321.21 356.121 2341.67 336.324 2367.63 321.807C2393.58 306.849 2422.4 299.37 2454.07 299.37C2486.63 299.37 2515.66 306.849 2541.18 321.807C2567.14 336.324 2587.59 356.121 2602.55 381.197C2617.51 405.833 2624.99 433.769 2624.99 465.004C2624.99 496.239 2617.51 524.614 2602.55 550.13C2587.59 575.206 2567.14 595.223 2541.18 610.181C2515.66 624.698 2486.85 631.957 2454.73 631.957ZM2454.07 551.45C2470.35 551.45 2484.65 547.931 2496.97 540.892C2509.72 533.413 2519.4 523.294 2526 510.537C2533.04 497.339 2536.56 482.381 2536.56 465.664C2536.56 448.946 2533.04 434.209 2526 421.451C2518.96 408.693 2509.28 398.794 2496.97 391.756C2484.65 384.277 2470.35 380.537 2454.07 380.537C2438.24 380.537 2424.16 384.277 2411.84 391.756C2399.52 398.794 2389.84 408.693 2382.8 421.451C2375.77 434.209 2372.25 448.946 2372.25 465.664C2372.25 482.381 2375.77 497.339 2382.8 510.537C2389.84 523.294 2399.52 533.413 2411.84 540.892C2424.16 547.931 2438.24 551.45 2454.07 551.45Z\" fill=\"#FF4D00\"/> <path d=\"M2174.85 624.587C2176.34 625.177 2178.21 625.177 2181.96 625.177C2204.38 625.177 2215.6 625.177 2224.49 621.645C2237.28 616.564 2247.41 606.434 2252.49 593.643C2256.02 584.752 2256.02 573.54 2256.02 551.115V197.845C2256.02 194.095 2256.02 192.22 2255.43 190.734C2254.58 188.595 2252.89 186.901 2250.75 186.051C2249.26 185.461 2247.39 185.461 2243.64 185.461C2221.21 185.461 2210 185.461 2201.11 188.993C2188.32 194.074 2178.19 204.205 2173.11 216.995C2169.58 225.886 2169.58 237.099 2169.58 259.523V612.793C2169.58 616.543 2169.58 618.418 2170.17 619.904C2171.02 622.043 2172.71 623.737 2174.85 624.587Z\" fill=\"#FF4D00\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1986.15 631.958C1963.28 631.958 1942.6 627.339 1924.12 618.101C1913.12 612.336 1903.44 605.401 1895.09 597.296V671.95C1895.09 693.845 1895.09 704.792 1891.72 713.499C1886.64 726.623 1876.26 736.998 1863.14 742.077C1854.43 745.447 1843.48 745.447 1821.59 745.447C1817.93 745.447 1816.1 745.447 1814.64 744.884C1812.45 744.034 1810.71 742.299 1809.86 740.105C1809.3 738.649 1809.3 736.819 1809.3 733.158V375.433C1809.3 357.932 1809.3 349.182 1811.47 342.063C1816.32 326.124 1828.79 313.65 1844.73 308.798C1851.85 306.631 1860.6 306.631 1878.1 306.631C1881.34 306.631 1882.96 306.631 1884.3 307.022C1887.29 307.898 1889.69 310.155 1890.74 313.095C1891.21 314.409 1891.31 316.024 1891.5 319.253L1892.64 338.394C1901.69 328.904 1912.18 320.955 1924.12 314.549C1942.6 304.871 1963.28 300.032 1986.15 300.032C2015.63 300.032 2042.02 307.29 2065.34 321.808C2088.66 336.326 2106.91 356.123 2120.11 381.199C2133.75 406.275 2140.57 434.65 2140.57 466.325C2140.57 497.56 2133.75 525.715 2120.11 550.791C2106.91 575.867 2088.66 595.664 2065.34 610.182C2042.02 624.7 2015.63 631.958 1986.15 631.958ZM1970.97 552.111C1986.81 552.111 2000.89 548.592 2013.21 541.553C2025.53 534.074 2034.98 523.956 2041.58 511.198C2048.62 498 2052.14 482.822 2052.14 465.665C2052.14 448.948 2048.62 434.21 2041.58 421.452C2034.98 408.254 2025.53 398.136 2013.21 391.097C2000.89 383.618 1986.81 379.879 1970.97 379.879C1955.58 379.879 1941.72 383.618 1929.4 391.097C1917.08 398.136 1907.4 408.254 1900.37 421.452C1893.77 434.21 1890.47 448.948 1890.47 465.665C1890.47 482.822 1893.77 498 1900.37 511.198C1907.4 523.956 1916.86 534.074 1928.74 541.553C1941.06 548.592 1955.14 552.111 1970.97 552.111Z\" fill=\"#FF4D00\"/> <path d=\"M1691.83 624.769C1693.32 625.359 1695.19 625.359 1698.94 625.359C1721.37 625.359 1732.58 625.359 1741.47 621.827C1754.26 616.746 1764.39 606.616 1769.47 593.825C1773.01 584.934 1773.01 573.722 1773.01 551.297V423.432C1773.01 401.875 1767.73 381.858 1757.17 363.381C1746.61 344.464 1732.09 329.287 1713.62 317.849C1695.14 305.971 1674.24 300.032 1650.93 300.032C1626.73 300.032 1604.95 305.311 1585.6 315.869C1574.11 322.28 1564.08 330.233 1555.52 339.726L1554.29 319.253C1554.1 316.024 1554.01 314.409 1553.53 313.095C1552.48 310.155 1550.09 307.898 1547.09 307.022C1545.75 306.631 1544.13 306.631 1540.9 306.631C1523.4 306.631 1514.65 306.631 1507.53 308.798C1491.59 313.65 1479.11 326.124 1474.26 342.063C1472.09 349.182 1472.09 357.932 1472.09 375.433V612.976C1472.09 616.725 1472.09 618.6 1472.69 620.087C1473.53 622.225 1475.23 623.919 1477.37 624.769C1478.85 625.359 1480.73 625.359 1484.48 625.359C1506.9 625.359 1518.12 625.359 1527.01 621.827C1539.8 616.746 1549.93 606.616 1555.01 593.825C1558.54 584.934 1558.54 573.722 1558.54 551.297V460.461C1558.54 442.569 1559.67 420.406 1566.46 408.914C1572.18 399.236 1579.88 391.757 1589.56 386.478C1599.23 381.199 1610.23 378.559 1622.55 378.559C1641.47 378.559 1658.5 383.451 1670.37 395.329C1682.25 407.207 1686.56 423.652 1686.56 442.569V612.976C1686.56 616.725 1686.56 618.6 1687.15 620.087C1688 622.225 1689.69 623.919 1691.83 624.769Z\" fill=\"#FF4D00\"/> <path d=\"M1357.22 625.356C1353.38 625.356 1351.46 625.356 1349.95 624.738C1347.86 623.889 1346.21 622.236 1345.36 620.152C1344.74 618.635 1344.74 616.716 1344.74 612.878V344.285C1344.74 343.765 1344.74 343.505 1344.75 343.285C1344.98 319.884 1363.9 300.973 1387.3 300.734C1387.52 300.731 1387.78 300.731 1388.3 300.731C1388.82 300.731 1389.08 300.731 1389.3 300.734C1412.7 300.973 1431.61 319.884 1431.85 343.285C1431.85 343.505 1431.85 343.765 1431.85 344.284V550.729C1431.85 573.684 1431.85 585.161 1428.15 594.234C1423.07 606.693 1413.19 616.58 1400.73 621.659C1391.65 625.356 1380.18 625.356 1357.22 625.356Z\" fill=\"#FF4D00\"/> </svg>',customDownloadName:\"\",customIcons:false,downloadType:\"file\",downloadURL:resolvedLinks[0],enableBorder:false,enableCustomHover:true,font:{fontFamily:'\"Innovator Grotesk Medium\", \"Innovator Grotesk Medium Placeholder\", sans-serif',fontSize:\"13px\"},functionType:\"view\",height:\"100%\",hoverBgColor:\"rgba(255, 255, 255, 0.66)\",hoverBorderColor:\"var(--token-5721ad47-1c13-4564-9564-39f270eff0ca, rgb(225, 223, 222))\",hoverIconColor:\"var(--token-1978c9c7-47bc-439c-8e62-d5bb6b3e2a84, rgb(32, 31, 31))\",iconColor:\"var(--token-b1b628d4-73d8-4039-95d1-65bf71d71256, rgb(98, 97, 96))\",iconSize:14,id:\"brLgkN9gv\",imageButton:false,label:\"Browse our brand guide\",labelGap:10,layoutId:\"brLgkN9gv\",padding:10,paddingBottom:7,paddingLeft:9,paddingPerSide:true,paddingRight:9,paddingTop:7,style:{width:\"100%\"},width:\"100%\",...addPropertyOverrides({kUVSPSfjc:{downloadURL:resolvedLinks[1]}},baseVariant,gestureVariant)})})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Gw0fd.framer-w8ghrr, .framer-Gw0fd .framer-w8ghrr { display: block; }\",\".framer-Gw0fd.framer-1dzk4si { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Gw0fd .framer-sepno6 { flex: none; height: 28px; position: relative; text-decoration: none; width: 118px; }\",\".framer-Gw0fd .framer-19ytgdn { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; left: 0px; overflow: visible; padding: 7px; position: absolute; top: 38px; width: min-content; z-index: 1; }\",\".framer-Gw0fd .framer-wwcd6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 4px 0px 4px 0px; position: relative; width: 200px; }\",\".framer-Gw0fd .framer-1r1wt4r { flex: none; height: 1px; overflow: hidden; position: relative; width: 96%; }\",\".framer-Gw0fd .framer-z1qmjo-container, .framer-Gw0fd .framer-8ciwxu-container { align-self: stretch; flex: none; height: auto; min-width: 80px; position: relative; width: auto; }\",\".framer-Gw0fd .framer-aidxj-container, .framer-Gw0fd .framer-1thl2gl-container { align-self: stretch; flex: none; height: auto; min-width: 140px; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Gw0fd.framer-1dzk4si, .framer-Gw0fd .framer-19ytgdn, .framer-Gw0fd .framer-wwcd6 { gap: 0px; } .framer-Gw0fd.framer-1dzk4si > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-Gw0fd.framer-1dzk4si > :first-child { margin-left: 0px; } .framer-Gw0fd.framer-1dzk4si > :last-child { margin-right: 0px; } .framer-Gw0fd .framer-19ytgdn > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-Gw0fd .framer-19ytgdn > :first-child, .framer-Gw0fd .framer-wwcd6 > :first-child { margin-top: 0px; } .framer-Gw0fd .framer-19ytgdn > :last-child, .framer-Gw0fd .framer-wwcd6 > :last-child { margin-bottom: 0px; } .framer-Gw0fd .framer-wwcd6 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-Gw0fd.framer-v-189t6tz .framer-wwcd6 { flex-direction: row; order: 1; }\",\".framer-Gw0fd.framer-v-189t6tz .framer-1r1wt4r, .framer-Gw0fd.framer-v-189t6tz .framer-1thl2gl-container { order: 0; }\",\".framer-Gw0fd.framer-v-189t6tz .framer-z1qmjo-container { order: 2; }\",\".framer-Gw0fd.framer-v-189t6tz .framer-8ciwxu-container { order: 3; }\",\".framer-Gw0fd.framer-v-189t6tz .framer-aidxj-container { order: 4; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Gw0fd.framer-v-189t6tz .framer-wwcd6 { gap: 0px; } .framer-Gw0fd.framer-v-189t6tz .framer-wwcd6 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Gw0fd.framer-v-189t6tz .framer-wwcd6 > :first-child { margin-left: 0px; } .framer-Gw0fd.framer-v-189t6tz .framer-wwcd6 > :last-child { margin-right: 0px; } }\",'.framer-Gw0fd[data-border=\"true\"]::after, .framer-Gw0fd [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 28\n * @framerIntrinsicWidth 118\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"kUVSPSfjc\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramercBMA5VfCq=withCSS(Component,css,\"framer-Gw0fd\");export default FramercBMA5VfCq;FramercBMA5VfCq.displayName=\"Context Menu\";FramercBMA5VfCq.defaultProps={height:28,width:118};addPropertyControls(FramercBMA5VfCq,{variant:{options:[\"CBfZibuRL\",\"kUVSPSfjc\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramercBMA5VfCq,[{explicitInter:true,fonts:[{family:\"Innovator Grotesk Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/PZDhrRJdtf0116kMvnwem7j3CY.woff2\"}]},...ActionButtonFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramercBMA5VfCq\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"118\",\"framerIntrinsicHeight\":\"28\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"kUVSPSfjc\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "export const v0=\"Copiez ce texte\";export const v1=\"https://example.com\";export const v2=\"inploi-logo-principal\";export const v3=\".PNG\";export const v4=\".SVG\";export const v5=\"Copier Figma SVG\";\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (b42fcc8)\nimport*as localizedValues from\"./cBMA5VfCq-0.js\";const valuesByLocaleId={ISu6qubzb:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{createStore}from\"https://framer.com/m/framer/store.js@^1.0.0\";import{useState,useRef,useCallback,useEffect}from\"react\";const useStore=createStore({submenuBounds:null});export function withTrigger(Component){return props=>{const[store,setStore]=useStore();const[mousePosition,setMousePosition]=useState(null);const parentRef=useRef(null);const throttleRef=useRef(false);const stopTimerRef=useRef(null);const handleMouseMove=useCallback(event=>{if(parentRef.current&&!throttleRef.current){const rect=parentRef.current.getBoundingClientRect();const xPosition=event.clientX-rect.left;const yPosition=event.clientY-rect.top;if(stopTimerRef.current)clearTimeout(stopTimerRef.current);if(xPosition>=0&&xPosition<=rect.width&&yPosition>=0&&yPosition<=rect.height){//   console.log(\"x:\", xPosition, \"y:\", yPosition)\nsetMousePosition({x:xPosition})// x: xPosition, y: yPosition\n;}throttleRef.current=true;setTimeout(()=>throttleRef.current=false,200);stopTimerRef.current=setTimeout(()=>{setMousePosition(null);},250);}},[]);const SafeArea=()=>{var _parentRef_current;if(!store.submenuBounds||!mousePosition)return null;const{//  width: submenuWidth,\nheight:submenuHeight,x:submenuX,y:submenuY}=store.submenuBounds;const{width:anchorWidth,height:anchorHeight,x:anchorX,y:anchorY}=(_parentRef_current=parentRef.current)===null||_parentRef_current===void 0?void 0:_parentRef_current.getBoundingClientRect();const mouseLeft=Math.max(0,mousePosition.x-8);const relativeWidth=submenuX-anchorX;const relativeAnchorTop=anchorY-submenuY;const relativeAnchorBottom=relativeAnchorTop+anchorHeight;return /*#__PURE__*/_jsx(\"svg\",{style:{position:\"absolute\",width:`${relativeWidth}px`,height:`${submenuHeight}px`,pointerEvents:\"none\",zIndex:2,top:`${submenuY-anchorY}px`,left:0},id:\"svg-safe-area\",children:/*#__PURE__*/_jsx(\"path\",{pointerEvents:\"auto\",fill:\"rgba(255,77,0,0)\",d:`M ${mouseLeft} ${relativeAnchorTop}\nC ${mouseLeft} ${relativeAnchorTop}, \n  ${relativeWidth} ${relativeAnchorTop},\n  ${relativeWidth} 0\nV ${submenuHeight}\nC ${relativeWidth} ${relativeAnchorBottom},\n  ${mouseLeft} ${relativeAnchorBottom},\n  ${mouseLeft} ${relativeAnchorBottom}\nh ${anchorWidth-mouseLeft}\nv ${-anchorHeight} z `})});};return /*#__PURE__*/_jsxs(Component,{...props,ref:parentRef,onMouseMove:handleMouseMove,onMouseEnter:()=>{props.onMouseEnter&&props.onMouseEnter();},onMouseLeave:()=>{props.onMouseLeave&&props.onMouseLeave();setMousePosition(null);},children:[props.children,mousePosition&&/*#__PURE__*/_jsx(SafeArea,{})]});};}export function withBlock(Component){return props=>{const[store,setStore]=useStore();const childRef=useRef(null);useEffect(()=>{const updateSize=()=>{if(childRef.current){setStore({submenuBounds:childRef.current.getBoundingClientRect()});}};const resizeObserver=new ResizeObserver(updateSize);if(childRef.current){resizeObserver.observe(childRef.current);}return()=>{if(childRef.current){resizeObserver.unobserve(childRef.current);}};},[]);return /*#__PURE__*/_jsx(Component,{...props,ref:childRef});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withTrigger\":{\"type\":\"reactHoc\",\"name\":\"withTrigger\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withBlock\":{\"type\":\"reactHoc\",\"name\":\"withBlock\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SafeAreaTest.map", "import{jsx as _jsx}from\"react/jsx-runtime\";export function with4line(Component){return props=>{return /*#__PURE__*/_jsx(Component,{...props,style:{...props.style,display:\"-webkit-box\",WebkitLineClamp:4,WebkitBoxOrient:\"vertical\",overflow:\"hidden\",textOverflow:\"ellipsis\"}});};}export function with3line(Component){return props=>{return /*#__PURE__*/_jsx(Component,{...props,style:{...props.style,display:\"-webkit-box\",WebkitLineClamp:3,WebkitBoxOrient:\"vertical\",overflow:\"hidden\",textOverflow:\"ellipsis\"}});};}export function with2line(Component){return props=>{return /*#__PURE__*/_jsx(Component,{...props,style:{...props.style,display:\"-webkit-box\",WebkitLineClamp:2,WebkitBoxOrient:\"vertical\",overflow:\"hidden\",textOverflow:\"ellipsis\"}});};}\nexport const __FramerMetadata__ = {\"exports\":{\"with2line\":{\"type\":\"reactHoc\",\"name\":\"with2line\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"with4line\":{\"type\":\"reactHoc\",\"name\":\"with4line\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"with3line\":{\"type\":\"reactHoc\",\"name\":\"with3line\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./TruncatedText.map", "// Generated by Framer (37fb21e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as localizedValues from\"./Ea3E0LrB7-0.js\";const PhosphorFonts=getFonts(Phosphor);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const enabledGestures={NxkcoXsUj:{hover:true}};const serializationHash=\"framer-Ms47n\";const variantClassNames={NxkcoXsUj:\"framer-v-oijf1h\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={ISu6qubzb:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:40,delay:0,mass:1,stiffness:450,type:\"spring\"};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transformPerspective:1200,x:-6,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,labelColor,link,title,width,...props})=>{var _ref,_ref1;return{...props,arIGx7S12:(_ref=labelColor!==null&&labelColor!==void 0?labelColor:props.arIGx7S12)!==null&&_ref!==void 0?_ref:\"var(--token-beae74c1-c8c1-4440-9c9f-5e479531b6fb, rgb(0, 102, 255))\",u3sILnRPl:link!==null&&link!==void 0?link:props.u3sILnRPl,v87IeDN5Z:(_ref1=title!==null&&title!==void 0?title:props.v87IeDN5Z)!==null&&_ref1!==void 0?_ref1:\"Organic Advertising\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,u3sILnRPl,v87IeDN5Z,arIGx7S12,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"NxkcoXsUj\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:u3sILnRPl,openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-oijf1h\",className,classNames)} framer-n5xh89`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"NxkcoXsUj\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,...style},variants:{\"NxkcoXsUj-hover\":{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}},...addPropertyOverrides({\"NxkcoXsUj-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0lubm92YXRvciBHcm90ZXNrIE1lZGl1bQ==\",\"--framer-font-family\":'\"Innovator Grotesk Medium\", \"Innovator Grotesk Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.25em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-arIGx7S12-Ea3E0LrB7))\"},children:\"Organic Advertising\"})}),className:\"framer-1b54qrm\",\"data-framer-name\":\"Title\",fonts:[\"CUSTOM;Innovator Grotesk Medium\"],layoutDependency:layoutDependency,layoutId:\"u8gPxln69\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-arIGx7S12-Ea3E0LrB7)\",\"--variable-reference-arIGx7S12-Ea3E0LrB7\":arIGx7S12},text:v87IeDN5Z,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-f6sao4\",layoutDependency:layoutDependency,layoutId:\"y2y7YwMPe\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-nl4wsh-container\",layoutDependency:layoutDependency,layoutId:\"PuT4cfcde-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:arIGx7S12,height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowRight\",id:\"PuT4cfcde\",layoutId:\"PuT4cfcde\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-1en33vd-container\",\"data-framer-appear-id\":\"1en33vd\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"MrtwQoL33-container\",optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Phosphor,{color:arIGx7S12,height:\"100%\",iconSearch:\"House\",iconSelection:\"CaretRight\",id:\"MrtwQoL33\",layoutId:\"MrtwQoL33\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1epc0ux\",layoutDependency:layoutDependency,layoutId:\"vswcqNXpY\",style:{backgroundColor:\"rgba(0, 102, 255, 0)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},variants:{\"NxkcoXsUj-hover\":{backgroundColor:\"rgba(0, 102, 255, 0.05)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Ms47n.framer-n5xh89, .framer-Ms47n .framer-n5xh89 { display: block; }\",\".framer-Ms47n.framer-oijf1h { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; padding: 6px 0px 6px 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-Ms47n .framer-1b54qrm { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Ms47n .framer-f6sao4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 16px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 16px; }\",\".framer-Ms47n .framer-nl4wsh-container { flex: none; height: 0%; position: relative; width: 0%; z-index: 1; }\",\".framer-Ms47n .framer-1en33vd-container { flex: none; height: 100%; position: relative; width: 100%; z-index: 1; }\",\".framer-Ms47n .framer-1epc0ux { flex: none; height: 50%; left: calc(49.838187702265394% - 100% / 2); overflow: visible; position: absolute; top: calc(50.847457627118665% - 50% / 2); width: 100%; z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Ms47n.framer-oijf1h, .framer-Ms47n .framer-f6sao4 { gap: 0px; } .framer-Ms47n.framer-oijf1h > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-Ms47n.framer-oijf1h > :first-child, .framer-Ms47n .framer-f6sao4 > :first-child { margin-left: 0px; } .framer-Ms47n.framer-oijf1h > :last-child, .framer-Ms47n .framer-f6sao4 > :last-child { margin-right: 0px; } .framer-Ms47n .framer-f6sao4 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\".framer-Ms47n.framer-v-oijf1h.hover.framer-oijf1h { padding: 6px 8px 6px 10px; }\",\".framer-Ms47n.framer-v-oijf1h.hover .framer-nl4wsh-container { height: 100%; width: 100%; }\",\".framer-Ms47n.framer-v-oijf1h.hover .framer-1en33vd-container { height: 0%; width: 0%; }\",\".framer-Ms47n.framer-v-oijf1h.hover .framer-1epc0ux { height: 100%; top: calc(50.847457627118665% - 100% / 2); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 29.5\n * @framerIntrinsicWidth 149\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"eoDxJwnzC\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"u3sILnRPl\":\"link\",\"v87IeDN5Z\":\"title\",\"arIGx7S12\":\"labelColor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerEa3E0LrB7=withCSS(Component,css,\"framer-Ms47n\");export default FramerEa3E0LrB7;FramerEa3E0LrB7.displayName=\"nav/tabs/small-button\";FramerEa3E0LrB7.defaultProps={height:29.5,width:149};addPropertyControls(FramerEa3E0LrB7,{u3sILnRPl:{title:\"Link\",type:ControlType.Link},v87IeDN5Z:{defaultValue:\"Organic Advertising\",title:\"Title\",type:ControlType.String},arIGx7S12:{defaultValue:'var(--token-beae74c1-c8c1-4440-9c9f-5e479531b6fb, rgb(0, 102, 255)) /* {\"name\":\"Primary / Main\"} */',title:\"Label color\",type:ControlType.Color}});addFonts(FramerEa3E0LrB7,[{explicitInter:true,fonts:[{family:\"Innovator Grotesk Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/PZDhrRJdtf0116kMvnwem7j3CY.woff2\"}]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerEa3E0LrB7\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"eoDxJwnzC\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"29.5\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"u3sILnRPl\\\":\\\"link\\\",\\\"v87IeDN5Z\\\":\\\"title\\\",\\\"arIGx7S12\\\":\\\"labelColor\\\"}\",\"framerIntrinsicWidth\":\"149\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ea3E0LrB7.map", "// Generated by Framer (97d1eee)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Floating,getFontsFromSharedStyle,Image,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/o0lvLcM30pRGd2PjVdqd/YL85o0ezdyzN38tJQZec/LaaIHI8MU.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/R2VdOt0iKVFkFUg6ZAvA/E4zVQM1h8TqW5vCXKmtr/z6gOMCZTS.js\";import*as localizedValues from\"./jXD0_yZX2-0.js\";const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"iXtoDpftO\"];const serializationHash=\"framer-yigAP\";const variantClassNames={iXtoDpftO:\"framer-v-1nc8msa\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={ISu6qubzb:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const radiusForCorner=(value,cornerIndex)=>{if(typeof value===\"number\"&&Number.isFinite(value))return Math.max(0,value)+\"px\";if(typeof value!==\"string\"||typeof cornerIndex!==\"number\")return undefined;const segments=value.split(\" \");return segments[cornerIndex]||segments[cornerIndex-2]||segments[0];};const transition1={duration:0,type:\"tween\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:-8};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-8};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const Variants=motion(React.Fragment);const getProps=({height,id,image,link,radius,title,width,...props})=>{return{...props,bHKRKeQhf:link??props.bHKRKeQhf,bjqvjl1jr:radius??props.bjqvjl1jr??16,QvDZ25sPX:title??props.QvDZ25sPX??\"Cornerstone\",UcGxNxV0Y:image??props.UcGxNxV0Y??{src:\"https://framerusercontent.com/images/fCtV2aOR4hlei1UDLHb5Mlqy8.png\"}};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,QvDZ25sPX,UcGxNxV0Y,bHKRKeQhf,bjqvjl1jr,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"iXtoDpftO\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEntert682wp=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});overlay.show();});const ref1=React.useRef(null);const ref2=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:bHKRKeQhf,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1nc8msa\",className,classNames)} framer-1rj1v76`,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,id:`${layoutId}-1nc8msa`,layoutDependency:layoutDependency,layoutId:\"iXtoDpftO\",onMouseEnter:onMouseEntert682wp({overlay}),ref:ref??ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:radiusForCorner(bjqvjl1jr,3),borderBottomRightRadius:radiusForCorner(bjqvjl1jr,2),borderTopLeftRadius:radiusForCorner(bjqvjl1jr,0),borderTopRightRadius:radiusForCorner(bjqvjl1jr,1),boxShadow:\"0px 0.3621759214656777px 0.941657395810762px -1.625px rgba(0, 61, 153, 0.30689), 0px 3px 7.800000000000001px -3.25px rgba(0, 61, 153, 0.175)\",...style},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:90,intrinsicWidth:90,pixelHeight:90,pixelWidth:90,sizes:`calc(${componentViewport?.width||\"100vw\"} / 2)`,...toResponsiveImage(UcGxNxV0Y),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-6u2uei\",layoutDependency:layoutDependency,layoutId:\"gXTBRKY4d\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref??ref1,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:true,collisionDetectionPadding:16,\"data-framer-portal-id\":`${layoutId}-1nc8msa`,offsetX:0,offsetY:12,onDismiss:overlay.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,zIndex:10,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-r1qdct\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"V4HcnDMmc\",ref:ref2,role:\"dialog\",style:{backgroundColor:\"var(--token-895a0d6c-1857-4b3b-afa3-e35b7e360ec3, rgb(51, 133, 255))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-o2o2dk\",layoutDependency:layoutDependency,layoutId:\"NJmfsDwzs\",style:{backgroundColor:\"var(--token-895a0d6c-1857-4b3b-afa3-e35b7e360ec3, rgb(51, 133, 255))\",rotate:45}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-hhok33\",\"data-styles-preset\":\"LaaIHI8MU\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-59c84003-d24d-4093-a457-d5e7381532ee, rgb(255, 255, 255)))\"},children:\"Cornerstone\"})}),className:\"framer-guh7fw\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"kAyCiMpL5\",style:{\"--extracted-r6o4lv\":\"var(--token-59c84003-d24d-4093-a457-d5e7381532ee, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:QvDZ25sPX,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-17u1s45\",\"data-styles-preset\":\"z6gOMCZTS\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8409c7a2-9cee-462b-bc91-d44b066fa3b1, rgb(178, 209, 255)))\"},children:\"Click to find out more\"})}),className:\"framer-91e5ld\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"wAeMJG5db\",style:{\"--extracted-r6o4lv\":\"var(--token-8409c7a2-9cee-462b-bc91-d44b066fa3b1, rgb(178, 209, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})})})]})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-yigAP.framer-1rj1v76, .framer-yigAP .framer-1rj1v76 { display: block; }\",\".framer-yigAP.framer-1nc8msa { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 80px; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 80px; will-change: var(--framer-will-change-override, transform); }\",\".framer-yigAP .framer-6u2uei { flex: none; height: 50%; overflow: hidden; position: relative; width: 50%; z-index: 1; }\",\".framer-yigAP .framer-r1qdct { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 6px 16px 6px 16px; position: relative; width: min-content; }\",\".framer-yigAP .framer-o2o2dk { flex: none; height: 10px; left: calc(50.3937007874016% - 10px / 2); overflow: hidden; position: absolute; top: -5px; width: 10px; z-index: 1; }\",\".framer-yigAP .framer-guh7fw, .framer-yigAP .framer-91e5ld { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-yigAP.framer-1nc8msa, .framer-yigAP .framer-r1qdct { gap: 0px; } .framer-yigAP.framer-1nc8msa > *, .framer-yigAP .framer-r1qdct > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-yigAP.framer-1nc8msa > :first-child, .framer-yigAP .framer-r1qdct > :first-child { margin-top: 0px; } .framer-yigAP.framer-1nc8msa > :last-child, .framer-yigAP .framer-r1qdct > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 80\n * @framerIntrinsicWidth 80\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"QvDZ25sPX\":\"title\",\"UcGxNxV0Y\":\"image\",\"bHKRKeQhf\":\"link\",\"bjqvjl1jr\":\"radius\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerjXD0_yZX2=withCSS(Component,css,\"framer-yigAP\");export default FramerjXD0_yZX2;FramerjXD0_yZX2.displayName=\"Integration Button\";FramerjXD0_yZX2.defaultProps={height:80,width:80};addPropertyControls(FramerjXD0_yZX2,{QvDZ25sPX:{defaultValue:\"Cornerstone\",displayTextArea:false,title:\"Title\",type:ControlType.String},UcGxNxV0Y:{__defaultAssetReference:\"data:framer/asset-reference,fCtV2aOR4hlei1UDLHb5Mlqy8.png?originalFilename=image+512.png&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},bHKRKeQhf:{title:\"Link\",type:ControlType.Link},bjqvjl1jr:{defaultValue:16,title:\"Radius\",type:ControlType.Number}});addFonts(FramerjXD0_yZX2,[{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/5vvr9Vy74if2I6bQ bJvbw7SY1pQ.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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerjXD0_yZX2\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"80\",\"framerIntrinsicWidth\":\"80\",\"framerVariables\":\"{\\\"QvDZ25sPX\\\":\\\"title\\\",\\\"UcGxNxV0Y\\\":\\\"image\\\",\\\"bHKRKeQhf\\\":\\\"link\\\",\\\"bjqvjl1jr\\\":\\\"radius\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (3f9fff0)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Floating,getFontsFromSharedStyle,Image,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/d8wCqkJxHW299b6UFu9V/t0lqLCMvdQp96B1fKm5q/XHXt_A8we.js\";import*as localizedValues from\"./otAMKe08m-0.js\";const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"PVjbVTAlV\"];const serializationHash=\"framer-yU8QM\";const variantClassNames={PVjbVTAlV:\"framer-v-1vjdo8w\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={ISu6qubzb:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const radiusForCorner=(value,cornerIndex)=>{if(typeof value===\"number\"&&Number.isFinite(value))return Math.max(0,value)+\"px\";if(typeof value!==\"string\"||typeof cornerIndex!==\"number\")return undefined;const segments=value.split(\" \");return segments[cornerIndex]||segments[cornerIndex-2]||segments[0];};const transition1={duration:0,type:\"tween\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:-8};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-8};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const Variants=motion(React.Fragment);const getProps=({height,id,image,link,radius,title,width,...props})=>{var _ref,_ref1,_ref2;return{...props,bHKRKeQhf:link!==null&&link!==void 0?link:props.bHKRKeQhf,bjqvjl1jr:(_ref=radius!==null&&radius!==void 0?radius:props.bjqvjl1jr)!==null&&_ref!==void 0?_ref:16,QvDZ25sPX:(_ref1=title!==null&&title!==void 0?title:props.QvDZ25sPX)!==null&&_ref1!==void 0?_ref1:\"Cornerstone\",UcGxNxV0Y:(_ref2=image!==null&&image!==void 0?image:props.UcGxNxV0Y)!==null&&_ref2!==void 0?_ref2:{src:\"https://framerusercontent.com/images/tHAO5VUUBMo13OzqV43oj5UG6I.svg\"}};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,QvDZ25sPX,UcGxNxV0Y,bHKRKeQhf,bjqvjl1jr,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"PVjbVTAlV\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnterizu9gt=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.show();});const ref1=React.useRef(null);const ref2=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:bHKRKeQhf,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1vjdo8w\",className,classNames)} framer-w6odee`,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,id:`${layoutId}-1vjdo8w`,layoutDependency:layoutDependency,layoutId:\"PVjbVTAlV\",onMouseEnter:onMouseEnterizu9gt({overlay}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:radiusForCorner(bjqvjl1jr,3),borderBottomRightRadius:radiusForCorner(bjqvjl1jr,2),borderTopLeftRadius:radiusForCorner(bjqvjl1jr,0),borderTopRightRadius:radiusForCorner(bjqvjl1jr,1),boxShadow:\"0px 0.3621759214656777px 0.941657395810762px -1.625px rgba(0, 61, 153, 0.30689), 0px 3px 7.800000000000001px -3.25px rgba(0, 61, 153, 0.175)\",...style},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:90,intrinsicWidth:90,pixelHeight:90,pixelWidth:90,sizes:`calc((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 8px) * 0.75)`,...toResponsiveImage(UcGxNxV0Y),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1u5y5ro\",layoutDependency:layoutDependency,layoutId:\"FlpZ74r67\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref!==null&&ref!==void 0?ref:ref1,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:true,collisionDetectionPadding:16,\"data-framer-portal-id\":`${layoutId}-1vjdo8w`,offsetX:0,offsetY:12,onDismiss:overlay.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,zIndex:10,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-r7bnmq\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"Tt6XP5ftz\",ref:ref2,role:\"dialog\",style:{backgroundColor:\"var(--token-895a0d6c-1857-4b3b-afa3-e35b7e360ec3, rgb(51, 133, 255))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-79rxqu\",layoutDependency:layoutDependency,layoutId:\"XSsXN7Zv1\",style:{backgroundColor:\"var(--token-895a0d6c-1857-4b3b-afa3-e35b7e360ec3, rgb(51, 133, 255))\",rotate:45}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1q38r65\",\"data-styles-preset\":\"XHXt_A8we\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-59c84003-d24d-4093-a457-d5e7381532ee, rgb(255, 255, 255)))\"},children:\"Cornerstone\"})}),className:\"framer-154nyl3\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"cwerxS8ap\",style:{\"--extracted-r6o4lv\":\"var(--token-59c84003-d24d-4093-a457-d5e7381532ee, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:QvDZ25sPX,verticalAlignment:\"top\",withExternalLayout:true})]})})})]})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-yU8QM.framer-w6odee, .framer-yU8QM .framer-w6odee { display: block; }\",\".framer-yU8QM.framer-1vjdo8w { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 68px; justify-content: center; overflow: hidden; padding: 4px; position: relative; text-decoration: none; width: 230px; will-change: var(--framer-will-change-override, transform); }\",\".framer-yU8QM .framer-1u5y5ro { flex: none; height: 60%; overflow: visible; position: relative; width: 75%; z-index: 1; }\",\".framer-yU8QM .framer-r7bnmq { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 6px 16px 6px 16px; position: relative; width: min-content; }\",\".framer-yU8QM .framer-79rxqu { flex: none; height: 10px; left: calc(50.3937007874016% - 10px / 2); overflow: hidden; position: absolute; top: -5px; width: 10px; z-index: 1; }\",\".framer-yU8QM .framer-154nyl3 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-yU8QM.framer-1vjdo8w, .framer-yU8QM .framer-r7bnmq { gap: 0px; } .framer-yU8QM.framer-1vjdo8w > *, .framer-yU8QM .framer-r7bnmq > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-yU8QM.framer-1vjdo8w > :first-child, .framer-yU8QM .framer-r7bnmq > :first-child { margin-top: 0px; } .framer-yU8QM.framer-1vjdo8w > :last-child, .framer-yU8QM .framer-r7bnmq > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 68\n * @framerIntrinsicWidth 230\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"QvDZ25sPX\":\"title\",\"UcGxNxV0Y\":\"image\",\"bHKRKeQhf\":\"link\",\"bjqvjl1jr\":\"radius\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerotAMKe08m=withCSS(Component,css,\"framer-yU8QM\");export default FramerotAMKe08m;FramerotAMKe08m.displayName=\"nav/Case Study Button\";FramerotAMKe08m.defaultProps={height:68,width:230};addPropertyControls(FramerotAMKe08m,{QvDZ25sPX:{defaultValue:\"Cornerstone\",displayTextArea:false,title:\"Title\",type:ControlType.String},UcGxNxV0Y:{__defaultAssetReference:\"data:framer/asset-reference,tHAO5VUUBMo13OzqV43oj5UG6I.svg?originalFilename=wagamamalogo.svg&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},bHKRKeQhf:{title:\"Link\",type:ControlType.Link},bjqvjl1jr:{defaultValue:16,title:\"Radius\",type:ControlType.Number}});addFonts(FramerotAMKe08m,[{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://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerotAMKe08m\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"230\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"QvDZ25sPX\\\":\\\"title\\\",\\\"UcGxNxV0Y\\\":\\\"image\\\",\\\"bHKRKeQhf\\\":\\\"link\\\",\\\"bjqvjl1jr\\\":\\\"radius\\\"}\",\"framerIntrinsicHeight\":\"68\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";/**\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */export default function ConcaveShape(props){const{color,direction}=props;const getPath=direction=>{switch(direction){case\"bottom-right\":return\"M0,0 Q100,0 100,100 V0\";case\"bottom-left\":return\"M100,0 Q0,0 0,100 V0\";case\"top-right\":return\"M0,100 Q100,100 100,0 V100\";case\"top-left\":return\"M100,100 Q0,100 0,0 V100\";default:return\"\";}};return /*#__PURE__*/_jsx(\"svg\",{width:\"100%\",height:\"100%\",fill:color,viewBox:\"0 0 100 100\",preserveAspectRatio:\"none\",children:/*#__PURE__*/_jsx(\"path\",{d:getPath(direction)})});}ConcaveShape.displayName=\"Concave Shape\";addPropertyControls(ConcaveShape,{color:{type:ControlType.Color,defaultValue:\"#fff\",title:\"Color\"},direction:{type:ControlType.Enum,defaultValue:\"bottom-right\",options:[\"bottom-right\",\"bottom-left\",\"top-right\",\"top-left\"],optionTitles:[\"Bottom Right\",\"Bottom Left\",\"Top Right\",\"Top Left\"],title:\"Direction\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"ConcaveShape\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"any\",\"framerSupportedLayoutHeight\":\"any\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ConcaveShape.map", "// Generated by Framer (37fb21e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as localizedValues from\"./soEYkFlev-0.js\";const PhosphorFonts=getFonts(Phosphor);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const PhosphorControls=getPropertyControls(Phosphor);const enabledGestures={B979azABs:{hover:true}};const serializationHash=\"framer-3HyRJ\";const variantClassNames={B979azABs:\"framer-v-1eiv9mi\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={ISu6qubzb:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={delay:0,duration:.2,ease:[.12,.23,.5,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,iconName,id,link,mirrored,title,width,...props})=>{var _ref,_ref1,_ref2;return{...props,k7Yy_4roy:(_ref=title!==null&&title!==void 0?title:props.k7Yy_4roy)!==null&&_ref!==void 0?_ref:\"Talent Attraction\",WQqi1rxg2:link!==null&&link!==void 0?link:props.WQqi1rxg2,XIcMvoaHt:(_ref1=mirrored!==null&&mirrored!==void 0?mirrored:props.XIcMvoaHt)!==null&&_ref1!==void 0?_ref1:true,xSCTd1ea6:(_ref2=iconName!==null&&iconName!==void 0?iconName:props.xSCTd1ea6)!==null&&_ref2!==void 0?_ref2:\"Megaphone\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,k7Yy_4roy,WQqi1rxg2,xSCTd1ea6,XIcMvoaHt,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"B979azABs\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:WQqi1rxg2,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1eiv9mi\",className,classNames)} framer-ohmoh8`,\"data-framer-name\":\"Variant 1\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"B979azABs\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgba(0, 102, 255, 0)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},variants:{\"B979azABs-hover\":{backgroundColor:\"rgba(0, 102, 255, 0.05)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}},...addPropertyOverrides({\"B979azABs-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-l3ckhn\",layoutDependency:layoutDependency,layoutId:\"cL7MDJTKc\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1625frv-container\",layoutDependency:layoutDependency,layoutId:\"pBirtnimN-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-beae74c1-c8c1-4440-9c9f-5e479531b6fb, rgb(0, 102, 255))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowLeft\",id:\"pBirtnimN\",layoutId:\"pBirtnimN\",mirrored:true,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-s9asz6-container\",\"data-framer-appear-id\":\"s9asz6\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"NXyrwoi_v-container\",optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-beae74c1-c8c1-4440-9c9f-5e479531b6fb, rgb(0, 102, 255))\",height:\"100%\",iconSearch:\"House\",iconSelection:xSCTd1ea6,id:\"NXyrwoi_v\",layoutId:\"NXyrwoi_v\",mirrored:XIcMvoaHt,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0lubm92YXRvciBHcm90ZXNrIE1lZGl1bQ==\",\"--framer-font-family\":'\"Innovator Grotesk Medium\", \"Innovator Grotesk Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7b84741b-5077-4d86-859f-9b907f09484d, rgb(0, 31, 77)))\"},children:\"Talent Attraction\"})}),className:\"framer-1qtwp8c\",fonts:[\"CUSTOM;Innovator Grotesk Medium\"],layoutDependency:layoutDependency,layoutId:\"x8nA7lC9X\",style:{\"--extracted-r6o4lv\":\"var(--token-7b84741b-5077-4d86-859f-9b907f09484d, rgb(0, 31, 77))\",\"--framer-link-current-text-color\":\"hsl(0, 0%, 0%)\",\"--framer-link-hover-text-color\":\"#666\"},text:k7Yy_4roy,variants:{\"B979azABs-hover\":{\"--extracted-r6o4lv\":\"var(--token-beae74c1-c8c1-4440-9c9f-5e479531b6fb, rgb(0, 102, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"B979azABs-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0lubm92YXRvciBHcm90ZXNrIE1lZGl1bQ==\",\"--framer-font-family\":'\"Innovator Grotesk Medium\", \"Innovator Grotesk Medium Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-beae74c1-c8c1-4440-9c9f-5e479531b6fb, rgb(0, 102, 255)))\"},children:\"Talent Attraction\"})})}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-3HyRJ.framer-ohmoh8, .framer-3HyRJ .framer-ohmoh8 { display: block; }\",\".framer-3HyRJ.framer-1eiv9mi { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 10px 12px 10px 12px; position: relative; text-decoration: none; width: 227px; }\",\".framer-3HyRJ .framer-l3ckhn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 20px; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 20px; }\",\".framer-3HyRJ .framer-1625frv-container, .framer-3HyRJ .framer-s9asz6-container { flex: none; height: 100%; position: relative; width: 100%; }\",\".framer-3HyRJ .framer-1qtwp8c { flex: 1 0 0px; height: auto; overflow: hidden; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-3HyRJ.framer-1eiv9mi, .framer-3HyRJ .framer-l3ckhn { gap: 0px; } .framer-3HyRJ.framer-1eiv9mi > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-3HyRJ.framer-1eiv9mi > :first-child, .framer-3HyRJ .framer-l3ckhn > :first-child { margin-left: 0px; } .framer-3HyRJ.framer-1eiv9mi > :last-child, .framer-3HyRJ .framer-l3ckhn > :last-child { margin-right: 0px; } .framer-3HyRJ .framer-l3ckhn > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\".framer-3HyRJ.framer-v-1eiv9mi.hover .framer-l3ckhn { justify-content: flex-start; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 226.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"hMpsjRLNq\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"k7Yy_4roy\":\"title\",\"WQqi1rxg2\":\"link\",\"xSCTd1ea6\":\"iconName\",\"XIcMvoaHt\":\"mirrored\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramersoEYkFlev=withCSS(Component,css,\"framer-3HyRJ\");export default FramersoEYkFlev;FramersoEYkFlev.displayName=\"nav/tabs/tab-item-button\";FramersoEYkFlev.defaultProps={height:40,width:226.5};addPropertyControls(FramersoEYkFlev,{k7Yy_4roy:{defaultValue:\"Talent Attraction\",displayTextArea:false,title:\"Title\",type:ControlType.String},WQqi1rxg2:{title:\"Link\",type:ControlType.Link},xSCTd1ea6:(PhosphorControls===null||PhosphorControls===void 0?void 0:PhosphorControls[\"iconSelection\"])&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"Megaphone\",description:undefined,hidden:undefined,title:\"Icon Name\"},XIcMvoaHt:{defaultValue:true,title:\"Mirrored\",type:ControlType.Boolean}});addFonts(FramersoEYkFlev,[{explicitInter:true,fonts:[{family:\"Innovator Grotesk Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/PZDhrRJdtf0116kMvnwem7j3CY.woff2\"}]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramersoEYkFlev\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"226.5\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"40\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"k7Yy_4roy\\\":\\\"title\\\",\\\"WQqi1rxg2\\\":\\\"link\\\",\\\"xSCTd1ea6\\\":\\\"iconName\\\",\\\"XIcMvoaHt\\\":\\\"mirrored\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hMpsjRLNq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./soEYkFlev.map", "// Generated by Framer (41c59c7)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import ConcaveShape from\"https://framerusercontent.com/modules/9ecPvOeX0wwTrE4hhQgK/MfKfynJmyIJKDxLz4ujh/ConcaveShape.js\";import{withTrigger}from\"https://framerusercontent.com/modules/uvoG1b14OUhR18zdRVvm/O5JBEmz9Y11HZBVYXa9S/SafeAreaTest.js\";import NavTabsTabItemButton from\"https://framerusercontent.com/modules/Uo9e9sGtWgdQc4Do8y4h/eoLmrNzGirgaCkOENmxo/soEYkFlev.js\";const NavTabsTabItemButtonFonts=getFonts(NavTabsTabItemButton);const ConcaveShapeFonts=getFonts(ConcaveShape);const MotionDivWithTrigger=withTrigger(motion.div);const NavTabsTabItemButtonControls=getPropertyControls(NavTabsTabItemButton);const cycleOrder=[\"SKpNdbEc8\",\"tgL5t4pvP\"];const serializationHash=\"framer-AuyDJ\";const variantClassNames={SKpNdbEc8:\"framer-v-10vp0um\",tgL5t4pvP:\"framer-v-l1a3ok\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Active:\"SKpNdbEc8\",Default:\"tgL5t4pvP\"};const getProps=({background,height,iconName,id,link,mirrored,mouseEnter,title,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2,_ref3,_ref4;return{...props,aH6RCfkTy:link!==null&&link!==void 0?link:props.aH6RCfkTy,b1AdClUia:(_ref=mirrored!==null&&mirrored!==void 0?mirrored:props.b1AdClUia)!==null&&_ref!==void 0?_ref:true,LYhN8Wmbt:(_ref1=background!==null&&background!==void 0?background:props.LYhN8Wmbt)!==null&&_ref1!==void 0?_ref1:\"rgb(255, 255, 255)\",saD4cdnC6:mouseEnter!==null&&mouseEnter!==void 0?mouseEnter:props.saD4cdnC6,variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"SKpNdbEc8\",Xgr0y77Qr:(_ref3=title!==null&&title!==void 0?title:props.Xgr0y77Qr)!==null&&_ref3!==void 0?_ref3:\"Talent Attraction\",YFXX0Zwd3:(_ref4=iconName!==null&&iconName!==void 0?iconName:props.YFXX0Zwd3)!==null&&_ref4!==void 0?_ref4:\"Megaphone\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,saD4cdnC6,LYhN8Wmbt,Xgr0y77Qr,aH6RCfkTy,YFXX0Zwd3,b1AdClUia,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"SKpNdbEc8\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1wbtq1w=activeVariantCallback(async(...args)=>{if(saD4cdnC6){const res=await saD4cdnC6(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(MotionDivWithTrigger,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-10vp0um\",className,classNames),\"data-framer-name\":\"Active\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"SKpNdbEc8\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onMouseEnter:onMouseEnter1wbtq1w,onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({tgL5t4pvP:{\"data-framer-name\":\"Default\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 238.5px, 0px)`,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kw6ota-container\",layoutDependency:layoutDependency,layoutId:\"ieALPUJ36-container\",children:/*#__PURE__*/_jsx(NavTabsTabItemButton,{height:\"100%\",id:\"ieALPUJ36\",k7Yy_4roy:Xgr0y77Qr,layoutId:\"ieALPUJ36\",style:{width:\"100%\"},width:\"100%\",WQqi1rxg2:aH6RCfkTy,XIcMvoaHt:b1AdClUia,xSCTd1ea6:YFXX0Zwd3})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5ugev4\",\"data-framer-name\":\"bg\",layoutDependency:layoutDependency,layoutId:\"jjmTgnroF\",style:{backgroundColor:LYhN8Wmbt,borderBottomLeftRadius:12,borderTopLeftRadius:12,opacity:1},variants:{tgL5t4pvP:{opacity:0}},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1utr6wo-container\",layoutDependency:layoutDependency,layoutId:\"aNw423XGD-container\",children:/*#__PURE__*/_jsx(ConcaveShape,{color:LYhN8Wmbt,direction:\"top-right\",height:\"100%\",id:\"aNw423XGD\",layoutId:\"aNw423XGD\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-4w9iur-container\",layoutDependency:layoutDependency,layoutId:\"tY5xLhvL8-container\",children:/*#__PURE__*/_jsx(ConcaveShape,{color:LYhN8Wmbt,direction:\"bottom-right\",height:\"100%\",id:\"tY5xLhvL8\",layoutId:\"tY5xLhvL8\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-jhka0e\",layoutDependency:layoutDependency,layoutId:\"N03AKPiMv\",style:{backgroundColor:LYhN8Wmbt,borderBottomLeftRadius:12,borderTopLeftRadius:12}})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-AuyDJ.framer-3e5f9j, .framer-AuyDJ .framer-3e5f9j { display: block; }\",\".framer-AuyDJ.framer-10vp0um { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 6px 6px 6px 6px; position: relative; width: 239px; }\",\".framer-AuyDJ .framer-1kw6ota-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; z-index: 1; }\",\".framer-AuyDJ .framer-5ugev4 { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-AuyDJ .framer-1utr6wo-container { flex: none; height: 16px; position: absolute; right: 0px; top: -16px; width: 16px; z-index: 1; }\",\".framer-AuyDJ .framer-4w9iur-container { bottom: -16px; flex: none; height: 16px; position: absolute; right: 0px; width: 16px; z-index: 1; }\",\".framer-AuyDJ .framer-jhka0e { bottom: -28px; flex: none; overflow: hidden; position: absolute; right: -16px; top: -28px; width: 16px; will-change: var(--framer-will-change-override, transform); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-AuyDJ.framer-10vp0um { gap: 0px; } .framer-AuyDJ.framer-10vp0um > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-AuyDJ.framer-10vp0um > :first-child { margin-left: 0px; } .framer-AuyDJ.framer-10vp0um > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 52\n * @framerIntrinsicWidth 239\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"tgL5t4pvP\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"saD4cdnC6\":\"mouseEnter\",\"LYhN8Wmbt\":\"background\",\"Xgr0y77Qr\":\"title\",\"aH6RCfkTy\":\"link\",\"YFXX0Zwd3\":\"iconName\",\"b1AdClUia\":\"mirrored\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramervNqDH14PE=withCSS(Component,css,\"framer-AuyDJ\");export default FramervNqDH14PE;FramervNqDH14PE.displayName=\"nav/tabs/tab-item\";FramervNqDH14PE.defaultProps={height:52,width:239};addPropertyControls(FramervNqDH14PE,{variant:{options:[\"SKpNdbEc8\",\"tgL5t4pvP\"],optionTitles:[\"Active\",\"Default\"],title:\"Variant\",type:ControlType.Enum},saD4cdnC6:{title:\"Mouse Enter\",type:ControlType.EventHandler},LYhN8Wmbt:{defaultValue:\"rgb(255, 255, 255)\",title:\"Background\",type:ControlType.Color},Xgr0y77Qr:{defaultValue:\"Talent Attraction\",displayTextArea:false,title:\"Title\",type:ControlType.String},aH6RCfkTy:{title:\"Link\",type:ControlType.Link},YFXX0Zwd3:(NavTabsTabItemButtonControls===null||NavTabsTabItemButtonControls===void 0?void 0:NavTabsTabItemButtonControls[\"xSCTd1ea6\"])&&{...NavTabsTabItemButtonControls[\"xSCTd1ea6\"],defaultValue:\"Megaphone\",description:undefined,hidden:undefined,title:\"Icon Name\"},b1AdClUia:{defaultValue:true,title:\"Mirrored\",type:ControlType.Boolean}});addFonts(FramervNqDH14PE,[{explicitInter:true,fonts:[]},...NavTabsTabItemButtonFonts,...ConcaveShapeFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramervNqDH14PE\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"239\",\"framerVariables\":\"{\\\"saD4cdnC6\\\":\\\"mouseEnter\\\",\\\"LYhN8Wmbt\\\":\\\"background\\\",\\\"Xgr0y77Qr\\\":\\\"title\\\",\\\"aH6RCfkTy\\\":\\\"link\\\",\\\"YFXX0Zwd3\\\":\\\"iconName\\\",\\\"b1AdClUia\\\":\\\"mirrored\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"tgL5t4pvP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"52\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (5bbf1f3)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ChildrenCanSuspend,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PathVariablesContext,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useQueryData,useRouter,useVariantState,withCSS,withFX,withMappedReactProps,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Button from\"https://framerusercontent.com/modules/8t8zkYxjxobexfgnhIHk/iYyzKiNGa8MYeledgfOT/QskMrmzBM.js\";import{withBlock}from\"https://framerusercontent.com/modules/uvoG1b14OUhR18zdRVvm/O5JBEmz9Y11HZBVYXa9S/SafeAreaTest.js\";import{ButtonScale}from\"https://framerusercontent.com/modules/nOBk8jLtRs9HzPApU4lE/LRO8AiXuw5yAsHFqcblT/SmallOverrides.js\";import{with3line}from\"https://framerusercontent.com/modules/wNPM0oueMMZKcun44UzX/0mrGHLDuTZOOx21895FS/TruncatedText.js\";import Blog from\"https://framerusercontent.com/modules/G4kNGjf2FUMrTmRWNuWt/hsqSLpVO3fj1ZlkkkABg/Y6cVbMQSW.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/XMRZDhrONAGd8VoGKj2L/sgoJXs7hmcm6i1zO2WQQ/UBRNvznyn.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/d8wCqkJxHW299b6UFu9V/t0lqLCMvdQp96B1fKm5q/XHXt_A8we.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/R2VdOt0iKVFkFUg6ZAvA/E4zVQM1h8TqW5vCXKmtr/z6gOMCZTS.js\";import NavTabsSmallButton from\"https://framerusercontent.com/modules/3bWjItmBZ6SGkywVM5Mb/acqxV0Qu8yxVPPOTGT9r/Ea3E0LrB7.js\";import IntegrationButton,*as IntegrationButtonInfo from\"https://framerusercontent.com/modules/Mo2QofUteFipJJJ4TLEk/dK4QGtNfQce4lfkF6Dyr/jXD0_yZX2.js\";import NavCaseStudyButton,*as NavCaseStudyButtonInfo from\"https://framerusercontent.com/modules/K18KFI6DHu18g4k1qqrZ/Cq02kAlJiZRSlF7XKeKA/otAMKe08m.js\";import NavTabsTabItem from\"https://framerusercontent.com/modules/4bwhry1FXsqGGA8b9NNu/0uRxMZhVqihvPST5BxQU/vNqDH14PE.js\";const NavTabsTabItemFonts=getFonts(NavTabsTabItem);const NavTabsSmallButtonFonts=getFonts(NavTabsSmallButton);const ButtonFonts=getFonts(Button);const RichTextWith3line=with3line(RichText);const ImageWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(Image));const IntegrationButtonFonts=getFonts(IntegrationButton);const IntegrationButtonButtonScaleWithMappedReactPropsmo1fb7=withMappedReactProps(ButtonScale(IntegrationButton),IntegrationButtonInfo);const MotionDivWithFX=withFX(motion.div);const NavCaseStudyButtonFonts=getFonts(NavCaseStudyButton);const NavCaseStudyButtonButtonScaleWithMappedReactPropspyegb9=withMappedReactProps(ButtonScale(NavCaseStudyButton),NavCaseStudyButtonInfo);const MotionDivWithBlock=withBlock(motion.div);const cycleOrder=[\"nyh2EeUFM\",\"OJaH1KdNk\",\"GvCJ2IIlg\",\"Hs7qh0glJ\",\"d8_yt867L\"];const serializationHash=\"framer-kbfAH\";const variantClassNames={d8_yt867L:\"framer-v-1ppv3rm\",GvCJ2IIlg:\"framer-v-zrmdpi\",Hs7qh0glJ:\"framer-v-1hwxmzl\",nyh2EeUFM:\"framer-v-mo6y9d\",OJaH1KdNk:\"framer-v-204ir6\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const transition2={duration:0,type:\"tween\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const query=prequery=>prequery({from:{alias:\"i1au9erdp\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:0},select:[{collection:\"i1au9erdp\",name:\"U3UPObcDm\",type:\"Identifier\"},{collection:\"i1au9erdp\",name:\"UwF23C_bC\",type:\"Identifier\"},{collection:\"i1au9erdp\",name:\"vrHBosT2D\",type:\"Identifier\"},{collection:\"i1au9erdp\",name:\"i3HoPDj2q\",type:\"Identifier\"},{collection:\"i1au9erdp\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{collection:\"i1au9erdp\",name:\"BPhbFQKvn\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:true},type:\"BinaryOperation\"},operator:\"and\",right:{collection:\"i1au9erdp\",name:\"Dt5jKuSgH\",type:\"Identifier\"},type:\"BinaryOperation\"}});const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const transition3={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const animation1={opacity:.5,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transformPerspective:1200,x:0,y:32};const transition4={damping:50,delay:0,mass:1,stiffness:330,type:\"spring\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:32};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transition5={damping:50,delay:.1,mass:1,stiffness:330,type:\"spring\"};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:0,y:32};const transition6={damping:50,delay:.2,mass:1,stiffness:330,type:\"spring\"};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transformPerspective:1200,transition:transition6,x:0,y:32};const transition7={damping:50,delay:.3,mass:1,stiffness:330,type:\"spring\"};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transformPerspective:1200,transition:transition7,x:0,y:32};const transition8={damping:50,delay:.4,mass:1,stiffness:330,type:\"spring\"};const animation7={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transformPerspective:1200,transition:transition8,x:0,y:32};const transition9={damping:50,delay:.5,mass:1,stiffness:330,type:\"spring\"};const animation8={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transformPerspective:1200,transition:transition9,x:0,y:32};const transition10={damping:50,delay:.6,mass:1,stiffness:330,type:\"spring\"};const animation9={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transformPerspective:1200,transition:transition10,x:0,y:32};const transition11={damping:50,delay:.7,mass:1,stiffness:330,type:\"spring\"};const animation10={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transformPerspective:1200,transition:transition11,x:0,y:32};const transition12={damping:50,delay:.8,mass:1,stiffness:330,type:\"spring\"};const animation11={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transformPerspective:1200,transition:transition12,x:0,y:32};const transition13={damping:50,delay:.9,mass:1,stiffness:330,type:\"spring\"};const animation12={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transformPerspective:1200,transition:transition13,x:0,y:32};const transition14={damping:50,delay:1,mass:1,stiffness:330,type:\"spring\"};const animation13={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transformPerspective:1200,transition:transition14,x:0,y:32};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"Variant 1\":\"nyh2EeUFM\",\"Variant 2\":\"OJaH1KdNk\",\"Variant 3\":\"GvCJ2IIlg\",\"Variant 4\":\"Hs7qh0glJ\",\"Variant 5\":\"d8_yt867L\"};const getProps=({desktopView,height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"nyh2EeUFM\",x5YJGMN2C:desktopView??props.x5YJGMN2C??true};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Variants=motion.create(React.Fragment);const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,x5YJGMN2C,U3UPObcDmi1au9erdp,UwF23C_bCi1au9erdp,vrHBosT2Di1au9erdp,i3HoPDj2qi1au9erdp,idi1au9erdp,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"nyh2EeUFM\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const saD4cdnC61wx19t9=activeVariantCallback(async(...args)=>{setVariant(\"nyh2EeUFM\");});const saD4cdnC612q8tvh=activeVariantCallback(async(...args)=>{setVariant(\"d8_yt867L\");});const saD4cdnC61unvteb=activeVariantCallback(async(...args)=>{setVariant(\"OJaH1KdNk\");});const saD4cdnC61wx9w0c=activeVariantCallback(async(...args)=>{setVariant(\"GvCJ2IIlg\");});const saD4cdnC6d0q0oc=activeVariantCallback(async(...args)=>{setVariant(\"Hs7qh0glJ\");});const onMouseEnter1unvteb=activeVariantCallback(async(...args)=>{setVariant(\"OJaH1KdNk\");});const onMouseEnter1wx9w0c=activeVariantCallback(async(...args)=>{setVariant(\"GvCJ2IIlg\");});const onMouseEnterd0q0oc=activeVariantCallback(async(...args)=>{setVariant(\"Hs7qh0glJ\");});const onMouseEnter12q8tvh=activeVariantCallback(async(...args)=>{setVariant(\"d8_yt867L\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const router=useRouter();const isDisplayed=()=>{if([\"OJaH1KdNk\",\"GvCJ2IIlg\",\"d8_yt867L\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"OJaH1KdNk\",\"GvCJ2IIlg\",\"Hs7qh0glJ\",\"d8_yt867L\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"OJaH1KdNk\")return true;return false;};const isDisplayed3=()=>{if([\"Hs7qh0glJ\",\"d8_yt867L\"].includes(baseVariant))return true;return false;};const isDisplayed4=()=>{if(baseVariant===\"GvCJ2IIlg\")return true;return false;};const isDisplayed5=()=>{if(baseVariant===\"Hs7qh0glJ\")return true;return false;};const isDisplayed6=value=>{if(baseVariant===\"OJaH1KdNk\")return value;if([\"GvCJ2IIlg\",\"Hs7qh0glJ\"].includes(baseVariant))return false;return true;};const isDisplayed7=()=>{if(baseVariant===\"OJaH1KdNk\")return false;return true;};const isDisplayed8=()=>{if(baseVariant===\"d8_yt867L\")return false;return true;};const isDisplayed9=()=>{if(baseVariant===\"d8_yt867L\")return true;return false;};const isDisplayed10=()=>{if([\"OJaH1KdNk\",\"d8_yt867L\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-mo6y9d\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"nyh2EeUFM\",ref:ref??ref1,style:{...style},...addPropertyOverrides({d8_yt867L:{\"data-framer-name\":\"Variant 5\"},GvCJ2IIlg:{\"data-framer-name\":\"Variant 3\"},Hs7qh0glJ:{\"data-framer-name\":\"Variant 4\"},OJaH1KdNk:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jbzryx\",layoutDependency:layoutDependency,layoutId:\"KZYbTcoQM\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"BI9kfcjWV\"},implicitPathVariables:undefined},{href:{webPageId:\"BI9kfcjWV\"},implicitPathVariables:undefined},{href:{webPageId:\"BI9kfcjWV\"},implicitPathVariables:undefined},{href:{webPageId:\"BI9kfcjWV\"},implicitPathVariables:undefined},{href:{webPageId:\"BI9kfcjWV\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"210px\",y:(componentViewport?.y||0)+0+0+0,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-jej1v2-container\",layoutDependency:layoutDependency,layoutId:\"XOUCxs14P-container\",children:/*#__PURE__*/_jsx(NavTabsTabItem,{aH6RCfkTy:resolvedLinks[0],b1AdClUia:true,height:\"100%\",id:\"XOUCxs14P\",layoutId:\"XOUCxs14P\",LYhN8Wmbt:\"rgb(255, 255, 255)\",saD4cdnC6:saD4cdnC61wx19t9,style:{width:\"100%\"},variant:\"SKpNdbEc8\",width:\"100%\",Xgr0y77Qr:\"Integrations\",YFXX0Zwd3:\"PuzzlePiece\",...addPropertyOverrides({d8_yt867L:{aH6RCfkTy:resolvedLinks[4],variant:\"tgL5t4pvP\"},GvCJ2IIlg:{aH6RCfkTy:resolvedLinks[2],variant:\"tgL5t4pvP\"},Hs7qh0glJ:{aH6RCfkTy:resolvedLinks[3],variant:\"tgL5t4pvP\"},OJaH1KdNk:{aH6RCfkTy:resolvedLinks[1],variant:\"tgL5t4pvP\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":FtUdJtIHT\",webPageId:\"DOGHxUCcg\"},implicitPathVariables:undefined},{href:{hash:\":FtUdJtIHT\",webPageId:\"DOGHxUCcg\"},implicitPathVariables:undefined},{href:{hash:\":FtUdJtIHT\",webPageId:\"DOGHxUCcg\"},implicitPathVariables:undefined},{href:{hash:\":FtUdJtIHT\",webPageId:\"DOGHxUCcg\"},implicitPathVariables:undefined},{href:{hash:\":FtUdJtIHT\",webPageId:\"DOGHxUCcg\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"210px\",y:(componentViewport?.y||0)+0+0+52,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jegcps-container\",layoutDependency:layoutDependency,layoutId:\"FtW7ljs1p-container\",children:/*#__PURE__*/_jsx(NavTabsTabItem,{aH6RCfkTy:resolvedLinks1[0],b1AdClUia:false,height:\"100%\",id:\"FtW7ljs1p\",layoutId:\"FtW7ljs1p\",LYhN8Wmbt:\"rgb(255, 255, 255)\",saD4cdnC6:saD4cdnC612q8tvh,style:{width:\"100%\"},variant:\"tgL5t4pvP\",width:\"100%\",Xgr0y77Qr:\"Case Studies\",YFXX0Zwd3:\"PresentationChart\",...addPropertyOverrides({d8_yt867L:{aH6RCfkTy:resolvedLinks1[4],variant:\"SKpNdbEc8\"},GvCJ2IIlg:{aH6RCfkTy:resolvedLinks1[2]},Hs7qh0glJ:{aH6RCfkTy:resolvedLinks1[3]},OJaH1KdNk:{aH6RCfkTy:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"VnQHiS_Wd\"},implicitPathVariables:undefined},{href:{webPageId:\"VnQHiS_Wd\"},implicitPathVariables:undefined},{href:{webPageId:\"VnQHiS_Wd\"},implicitPathVariables:undefined},{href:{webPageId:\"VnQHiS_Wd\"},implicitPathVariables:undefined},{href:{webPageId:\"VnQHiS_Wd\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"210px\",y:(componentViewport?.y||0)+0+0+104,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ljdqgx-container\",layoutDependency:layoutDependency,layoutId:\"buFeikfvB-container\",children:/*#__PURE__*/_jsx(NavTabsTabItem,{aH6RCfkTy:resolvedLinks2[0],b1AdClUia:false,height:\"100%\",id:\"buFeikfvB\",layoutId:\"buFeikfvB\",LYhN8Wmbt:\"rgb(255, 255, 255)\",saD4cdnC6:saD4cdnC61unvteb,style:{width:\"100%\"},variant:\"tgL5t4pvP\",width:\"100%\",Xgr0y77Qr:\"Saving Calculator\",YFXX0Zwd3:\"Calculator\",...addPropertyOverrides({d8_yt867L:{aH6RCfkTy:resolvedLinks2[4]},GvCJ2IIlg:{aH6RCfkTy:resolvedLinks2[2]},Hs7qh0glJ:{aH6RCfkTy:resolvedLinks2[3]},OJaH1KdNk:{aH6RCfkTy:resolvedLinks2[1],variant:\"SKpNdbEc8\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"IvHoPk8PD\"},implicitPathVariables:undefined},{href:{webPageId:\"IvHoPk8PD\"},implicitPathVariables:undefined},{href:{webPageId:\"IvHoPk8PD\"},implicitPathVariables:undefined},{href:{webPageId:\"IvHoPk8PD\"},implicitPathVariables:undefined},{href:{webPageId:\"IvHoPk8PD\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"210px\",y:(componentViewport?.y||0)+0+0+156,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qqezc5-container\",layoutDependency:layoutDependency,layoutId:\"hZ5UVBne2-container\",children:/*#__PURE__*/_jsx(NavTabsTabItem,{aH6RCfkTy:resolvedLinks3[0],b1AdClUia:false,height:\"100%\",id:\"hZ5UVBne2\",layoutId:\"hZ5UVBne2\",LYhN8Wmbt:\"rgb(255, 255, 255)\",saD4cdnC6:saD4cdnC61wx9w0c,style:{width:\"100%\"},variant:\"tgL5t4pvP\",width:\"100%\",Xgr0y77Qr:\"Story\",YFXX0Zwd3:\"Path\",...addPropertyOverrides({d8_yt867L:{aH6RCfkTy:resolvedLinks3[4]},GvCJ2IIlg:{aH6RCfkTy:resolvedLinks3[2],variant:\"SKpNdbEc8\"},Hs7qh0glJ:{aH6RCfkTy:resolvedLinks3[3]},OJaH1KdNk:{aH6RCfkTy:resolvedLinks3[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"MP39HxKJK\"},implicitPathVariables:undefined},{href:{webPageId:\"MP39HxKJK\"},implicitPathVariables:undefined},{href:{webPageId:\"MP39HxKJK\"},implicitPathVariables:undefined},{href:{webPageId:\"MP39HxKJK\"},implicitPathVariables:undefined},{href:{webPageId:\"MP39HxKJK\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"210px\",y:(componentViewport?.y||0)+0+0+208,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m18ghg-container\",layoutDependency:layoutDependency,layoutId:\"g0ScY0ScA-container\",children:/*#__PURE__*/_jsx(NavTabsTabItem,{aH6RCfkTy:resolvedLinks4[0],b1AdClUia:false,height:\"100%\",id:\"g0ScY0ScA\",layoutId:\"g0ScY0ScA\",LYhN8Wmbt:\"rgb(255, 255, 255)\",saD4cdnC6:saD4cdnC6d0q0oc,style:{width:\"100%\"},variant:\"tgL5t4pvP\",width:\"100%\",Xgr0y77Qr:\"Blog\",YFXX0Zwd3:\"Article\",...addPropertyOverrides({d8_yt867L:{aH6RCfkTy:resolvedLinks4[4]},GvCJ2IIlg:{aH6RCfkTy:resolvedLinks4[2]},Hs7qh0glJ:{aH6RCfkTy:resolvedLinks4[3],variant:\"SKpNdbEc8\"},OJaH1KdNk:{aH6RCfkTy:resolvedLinks4[1]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsxs(MotionDivWithBlock,{className:\"framer-1fgf8fd\",layoutDependency:layoutDependency,layoutId:\"j5kHBwGRg\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},...addPropertyOverrides({d8_yt867L:{\"data-highlight\":true,onMouseEnter:onMouseEnter12q8tvh},GvCJ2IIlg:{\"data-highlight\":true,onMouseEnter:onMouseEnter1wx9w0c},Hs7qh0glJ:{\"data-highlight\":true,onMouseEnter:onMouseEnterd0q0oc},OJaH1KdNk:{\"data-highlight\":true,onMouseEnter:onMouseEnter1unvteb}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13ca0wf\",layoutDependency:layoutDependency,layoutId:\"BUH3H6OZo\",style:{backgroundColor:\"var(--token-59c84003-d24d-4093-a457-d5e7381532ee, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0lubm92YXRvciBHcm90ZXNrIFNlbWkgQm9sZA==\",\"--framer-font-family\":'\"Innovator Grotesk Semi Bold\", \"Innovator Grotesk Semi Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d46fbede-c687-4792-9530-739e7c8119c5, rgb(0, 0, 0)))\"},children:\"Connect our candidate experience platform with your existing ATS\"})}),className:\"framer-1r1mbxo\",\"data-framer-name\":\"Title\",fonts:[\"CUSTOM;Innovator Grotesk Semi Bold\"],layoutDependency:layoutDependency,layoutId:\"VFy9tbsGD\",style:{\"--extracted-r6o4lv\":\"var(--token-d46fbede-c687-4792-9530-739e7c8119c5, rgb(0, 0, 0))\"},variants:{OJaH1KdNk:{\"--extracted-2gxw0f\":\"var(--token-d46fbede-c687-4792-9530-739e7c8119c5, rgb(0, 0, 0))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({d8_yt867L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0lubm92YXRvciBHcm90ZXNrIFNlbWkgQm9sZA==\",\"--framer-font-family\":'\"Innovator Grotesk Semi Bold\", \"Innovator Grotesk Semi Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d46fbede-c687-4792-9530-739e7c8119c5, rgb(0, 0, 0)))\"},children:\"How brands succeed with inploi\"})})},GvCJ2IIlg:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0lubm92YXRvciBHcm90ZXNrIFNlbWkgQm9sZA==\",\"--framer-font-family\":'\"Innovator Grotesk Semi Bold\", \"Innovator Grotesk Semi Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d46fbede-c687-4792-9530-739e7c8119c5, rgb(0, 0, 0)))\"},children:\"Product story\"})})},Hs7qh0glJ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0lubm92YXRvciBHcm90ZXNrIFNlbWkgQm9sZA==\",\"--framer-font-family\":'\"Innovator Grotesk Semi Bold\", \"Innovator Grotesk Semi Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d46fbede-c687-4792-9530-739e7c8119c5, rgb(0, 0, 0)))\"},children:\"Ready to get ahead in hiring?\"})})},OJaH1KdNk:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0lubm92YXRvciBHcm90ZXNrIFNlbWkgQm9sZA==\",\"--framer-font-family\":'\"Innovator Grotesk Semi Bold\", \"Innovator Grotesk Semi Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d46fbede-c687-4792-9530-739e7c8119c5, rgb(0, 0, 0)))\"},children:\"Calculate your potential\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0lubm92YXRvciBHcm90ZXNrIFNlbWkgQm9sZA==\",\"--framer-font-family\":'\"Innovator Grotesk Semi Bold\", \"Innovator Grotesk Semi Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-d46fbede-c687-4792-9530-739e7c8119c5, rgb(0, 0, 0)))\"},children:\"budget and time savings\"})]})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05leGEgVGV4dCBCb29r\",\"--framer-font-family\":'\"Nexa Text Book\", \"Nexa Text Book Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d46fbede-c687-4792-9530-739e7c8119c5, rgb(0, 0, 0)))\"},children:\"Calculate your potential budget and time savings\"})}),className:\"framer-946rvy\",\"data-framer-name\":\"Title\",fonts:[\"CUSTOM;Nexa Text Book\"],layoutDependency:layoutDependency,layoutId:\"B66fDZlEd\",style:{\"--extracted-r6o4lv\":\"var(--token-d46fbede-c687-4792-9530-739e7c8119c5, rgb(0, 0, 0))\"},variants:{OJaH1KdNk:{\"--framer-paragraph-spacing\":\"8px\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({d8_yt867L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0lubm92YXRvciBHcm90ZXNrIExpZ2h0\",\"--framer-font-family\":'\"Innovator Grotesk Light\", \"Innovator Grotesk Light Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d46fbede-c687-4792-9530-739e7c8119c5, rgb(0, 0, 0)))\"},children:\"Our customers' case studies and success stories\"})}),fonts:[\"CUSTOM;Innovator Grotesk Light\"]},GvCJ2IIlg:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0lubm92YXRvciBHcm90ZXNrIExpZ2h0\",\"--framer-font-family\":'\"Innovator Grotesk Light\", \"Innovator Grotesk Light Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d46fbede-c687-4792-9530-739e7c8119c5, rgb(0, 0, 0)))\"},children:\"Select a profile and experience the inploi platform\"})}),fonts:[\"CUSTOM;Innovator Grotesk Light\"]},OJaH1KdNk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0lubm92YXRvciBHcm90ZXNrIExpZ2h0\",\"--framer-font-family\":'\"Innovator Grotesk Light\", \"Innovator Grotesk Light Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d46fbede-c687-4792-9530-739e7c8119c5, rgb(0, 0, 0)))\"},children:[\"Precisely quantify the transformative impact \",/*#__PURE__*/_jsx(motion.br,{}),\"our solution can have on your bottom line.\"]})}),fonts:[\"CUSTOM;Innovator Grotesk Light\"]}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"BI9kfcjWV\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-94zu6r-container\",layoutDependency:layoutDependency,layoutId:\"z_BKFXNUt-container\",children:/*#__PURE__*/_jsx(NavTabsSmallButton,{arIGx7S12:\"var(--token-beae74c1-c8c1-4440-9c9f-5e479531b6fb, rgb(0, 102, 255))\",height:\"100%\",id:\"z_BKFXNUt\",layoutId:\"z_BKFXNUt\",u3sILnRPl:resolvedLinks5[0],v87IeDN5Z:\"Learn more\",width:\"100%\"})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"BI9kfcjWV\"},implicitPathVariables:undefined},{href:{webPageId:\"VnQHiS_Wd\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({OJaH1KdNk:{height:29,y:(componentViewport?.y||0)+0+(16+(((componentViewport?.height||260)-0)*1-32-474)/2)+12+425}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-r2wsk2-container\",layoutDependency:layoutDependency,layoutId:\"adt6FoXBu-container\",children:/*#__PURE__*/_jsx(NavTabsSmallButton,{arIGx7S12:\"var(--token-beae74c1-c8c1-4440-9c9f-5e479531b6fb, rgb(0, 102, 255))\",height:\"100%\",id:\"adt6FoXBu\",layoutId:\"adt6FoXBu\",u3sILnRPl:resolvedLinks6[0],v87IeDN5Z:\"Learn more\",width:\"100%\",...addPropertyOverrides({OJaH1KdNk:{u3sILnRPl:resolvedLinks6[1],v87IeDN5Z:\"Calculate now\"}},baseVariant,gestureVariant)})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"BI9kfcjWV\"},implicitPathVariables:undefined},{href:{webPageId:\"MP39HxKJK\"},implicitPathVariables:undefined},{href:{hash:\":FtUdJtIHT\",webPageId:\"DOGHxUCcg\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({d8_yt867L:{height:29},Hs7qh0glJ:{height:29}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-nfocdi-container\",layoutDependency:layoutDependency,layoutId:\"rV2eO_2_G-container\",children:/*#__PURE__*/_jsx(NavTabsSmallButton,{arIGx7S12:\"var(--token-beae74c1-c8c1-4440-9c9f-5e479531b6fb, rgb(0, 102, 255))\",height:\"100%\",id:\"rV2eO_2_G\",layoutId:\"rV2eO_2_G\",u3sILnRPl:resolvedLinks7[0],v87IeDN5Z:\"Learn more\",width:\"100%\",...addPropertyOverrides({d8_yt867L:{u3sILnRPl:resolvedLinks7[2],v87IeDN5Z:\"View all case studies\"},Hs7qh0glJ:{u3sILnRPl:resolvedLinks7[1],v87IeDN5Z:\"View all articles\"}},baseVariant,gestureVariant)})})})})]}),isDisplayed4()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-sefesb\",layoutDependency:layoutDependency,layoutId:\"obeLwhPI9\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vza12v\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"BcadVQKCr\",style:{backgroundColor:\"var(--token-7370785a-00a7-4fde-9f17-770caba10d18, rgb(243, 247, 254))\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16nv203\",layoutDependency:layoutDependency,layoutId:\"LBM84pRf3\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:6048,intrinsicWidth:4032,pixelHeight:6048,pixelWidth:4032,sizes:\"48px\",src:\"https://framerusercontent.com/images/Vzn3MV2m8rqRiEwHODLQDywXJ8.jpg\",srcSet:\"https://framerusercontent.com/images/Vzn3MV2m8rqRiEwHODLQDywXJ8.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/Vzn3MV2m8rqRiEwHODLQDywXJ8.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/Vzn3MV2m8rqRiEwHODLQDywXJ8.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/Vzn3MV2m8rqRiEwHODLQDywXJ8.jpg 4032w\"},className:\"framer-yzw83g\",\"data-border\":true,\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"gnAHqaD92\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-beae74c1-c8c1-4440-9c9f-5e479531b6fb, rgb(0, 102, 255))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xtw6r7\",layoutDependency:layoutDependency,layoutId:\"DKgnfjItn\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"Q1VTVE9NO0lubm92YXRvciBHcm90ZXNrIFNlbWkgQm9sZA==\",\"--framer-font-family\":'\"Innovator Grotesk Semi Bold\", \"Innovator Grotesk Semi Bold Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-beae74c1-c8c1-4440-9c9f-5e479531b6fb, rgb(0, 102, 255)))\"},children:\"Daisy\"})}),className:\"framer-xs3bi2\",fonts:[\"CUSTOM;Innovator Grotesk Semi Bold\"],layoutDependency:layoutDependency,layoutId:\"WDmiXoI9P\",style:{\"--extracted-a0htzi\":\"var(--token-beae74c1-c8c1-4440-9c9f-5e479531b6fb, rgb(0, 102, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0lubm92YXRvciBHcm90ZXNrIExpZ2h0\",\"--framer-font-family\":'\"Innovator Grotesk Light\", \"Innovator Grotesk Light Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7b84741b-5077-4d86-859f-9b907f09484d, rgb(0, 31, 77)))\"},children:\"Candidate / Prospect\"})}),className:\"framer-3ppfwe\",fonts:[\"CUSTOM;Innovator Grotesk Light\"],layoutDependency:layoutDependency,layoutId:\"JYhcA4iYZ\",style:{\"--extracted-r6o4lv\":\"var(--token-7b84741b-5077-4d86-859f-9b907f09484d, rgb(0, 31, 77))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":aWHsS1YAG\",webPageId:\"IvHoPk8PD\"},implicitPathVariables:undefined},{href:{hash:\":aWHsS1YAG\",webPageId:\"IvHoPk8PD\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lxy6a9-container\",layoutDependency:layoutDependency,layoutId:\"nne04z74d-container\",children:/*#__PURE__*/_jsx(Button,{cArqwhXWi:\"rgb(0, 102, 255)\",ex1M1BxWH:\"Info\",gHeOvXgAq:resolvedLinks8[0],height:\"100%\",hyoIEBZCr:\"Start Demo\",id:\"nne04z74d\",layoutId:\"nne04z74d\",P0VjHIGR_:\"var(--token-59c84003-d24d-4093-a457-d5e7381532ee, rgb(255, 255, 255))\",rpzj1qEtI:\"ChevronRight\",sTfGov8wd:true,style:{width:\"100%\"},Uwhubicpx:false,variant:\"MEtzkYqeO\",width:\"100%\",YXMqMIqEW:\"var(--token-59c84003-d24d-4093-a457-d5e7381532ee, rgb(255, 255, 255))\",...addPropertyOverrides({GvCJ2IIlg:{gHeOvXgAq:resolvedLinks8[1]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1crlp6j\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"ejyKQpFXn\",style:{backgroundColor:\"var(--token-cff0cdd6-675d-4772-af34-5e93e8cc7091, rgb(255, 246, 242))\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12isfcn\",layoutDependency:layoutDependency,layoutId:\"f3n1sIObR\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8xauy4\",layoutDependency:layoutDependency,layoutId:\"hOMVP45Xc\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"Q1VTVE9NO0lubm92YXRvciBHcm90ZXNrIFNlbWkgQm9sZA==\",\"--framer-font-family\":'\"Innovator Grotesk Semi Bold\", \"Innovator Grotesk Semi Bold Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-95df32aa-77b5-465a-ac96-6f0658586438, rgb(255, 77, 0)))\"},children:\"Omar\"})}),className:\"framer-5dnzp1\",fonts:[\"CUSTOM;Innovator Grotesk Semi Bold\"],layoutDependency:layoutDependency,layoutId:\"OP2Pep7Tj\",style:{\"--extracted-a0htzi\":\"var(--token-95df32aa-77b5-465a-ac96-6f0658586438, rgb(255, 77, 0))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0lubm92YXRvciBHcm90ZXNrIExpZ2h0\",\"--framer-font-family\":'\"Innovator Grotesk Light\", \"Innovator Grotesk Light Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7b84741b-5077-4d86-859f-9b907f09484d, rgb(0, 31, 77)))\"},children:\"Hiring Manager\"})}),className:\"framer-1eawbc8\",fonts:[\"CUSTOM;Innovator Grotesk Light\"],layoutDependency:layoutDependency,layoutId:\"oi54Bhmk7\",style:{\"--extracted-r6o4lv\":\"var(--token-7b84741b-5077-4d86-859f-9b907f09484d, rgb(0, 31, 77))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1312,intrinsicWidth:1236,pixelHeight:1312,pixelWidth:1236,sizes:\"48px\",src:\"https://framerusercontent.com/images/bjAyX8OyaIrTJsmzW4fzBeWLyc.png\",srcSet:\"https://framerusercontent.com/images/bjAyX8OyaIrTJsmzW4fzBeWLyc.png?scale-down-to=1024 964w,https://framerusercontent.com/images/bjAyX8OyaIrTJsmzW4fzBeWLyc.png 1236w\"},className:\"framer-1wquwu7\",\"data-border\":true,\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"HSZ7Fxekz\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-95df32aa-77b5-465a-ac96-6f0658586438, rgb(255, 77, 0))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100}})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":OpfWcEJK2\",webPageId:\"IvHoPk8PD\"},implicitPathVariables:undefined},{href:{hash:\":OpfWcEJK2\",webPageId:\"IvHoPk8PD\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-r5gsmb-container\",layoutDependency:layoutDependency,layoutId:\"pwW9f89x4-container\",children:/*#__PURE__*/_jsx(Button,{cArqwhXWi:\"var(--token-95df32aa-77b5-465a-ac96-6f0658586438, rgb(255, 77, 0))\",ex1M1BxWH:\"Info\",gHeOvXgAq:resolvedLinks9[0],height:\"100%\",hyoIEBZCr:\"Start Demo\",id:\"pwW9f89x4\",layoutId:\"pwW9f89x4\",P0VjHIGR_:\"var(--token-59c84003-d24d-4093-a457-d5e7381532ee, rgb(255, 255, 255))\",rpzj1qEtI:\"ChevronRight\",sTfGov8wd:true,style:{width:\"100%\"},Uwhubicpx:false,variant:\"MEtzkYqeO\",width:\"100%\",YXMqMIqEW:\"var(--token-59c84003-d24d-4093-a457-d5e7381532ee, rgb(255, 255, 255))\",...addPropertyOverrides({GvCJ2IIlg:{gHeOvXgAq:resolvedLinks9[1]}},baseVariant,gestureVariant)})})})})]})]}),isDisplayed5()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1t5n96r\",\"data-framer-name\":\"featured\",layoutDependency:layoutDependency,layoutId:\"i1au9erdp\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"i1au9erdp\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:0},select:[{collection:\"i1au9erdp\",name:\"U3UPObcDm\",type:\"Identifier\"},{collection:\"i1au9erdp\",name:\"UwF23C_bC\",type:\"Identifier\"},{collection:\"i1au9erdp\",name:\"vrHBosT2D\",type:\"Identifier\"},{collection:\"i1au9erdp\",name:\"i3HoPDj2q\",type:\"Identifier\"},{collection:\"i1au9erdp\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{collection:\"i1au9erdp\",name:\"BPhbFQKvn\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:true},type:\"BinaryOperation\"},operator:\"and\",right:{collection:\"i1au9erdp\",name:\"Dt5jKuSgH\",type:\"Identifier\"},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({i3HoPDj2q:i3HoPDj2qi1au9erdp,id:idi1au9erdp,U3UPObcDm:U3UPObcDmi1au9erdp,UwF23C_bC:UwF23C_bCi1au9erdp,vrHBosT2D:vrHBosT2Di1au9erdp},index)=>{UwF23C_bCi1au9erdp??=\"\";vrHBosT2Di1au9erdp??=\"\";i3HoPDj2qi1au9erdp??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`i1au9erdp-${idi1au9erdp}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{UwF23C_bC:UwF23C_bCi1au9erdp},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-w0p49o\",\"data-border\":true,\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"e5B5clHKm\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 102, 255, 0.05)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s6vbv1\",layoutDependency:layoutDependency,layoutId:\"nkxQLQEEk\",style:{backgroundColor:\"var(--token-beae74c1-c8c1-4440-9c9f-5e479531b6fb, rgb(0, 102, 255))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-17u1s45\",\"data-styles-preset\":\"z6gOMCZTS\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-59c84003-d24d-4093-a457-d5e7381532ee, rgb(255, 255, 255)))\"},children:\"Featured\"})}),className:\"framer-rz0qe\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"YRbAI8ICL\",style:{\"--extracted-r6o4lv\":\"var(--token-59c84003-d24d-4093-a457-d5e7381532ee, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-283e7t\",layoutDependency:layoutDependency,layoutId:\"AiCuWPBRb\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",...toResponsiveImage(U3UPObcDmi1au9erdp)},className:\"framer-ps4dbk\",layoutDependency:layoutDependency,layoutId:\"qH8TjMiMt\",style:{filter:\"brightness(0.75) blur(8px)\",WebkitFilter:\"brightness(0.75) blur(8px)\"},...addPropertyOverrides({Hs7qh0glJ:{background:{alt:\"\",fit:\"fill\",sizes:`calc(max(max(${componentViewport?.width||\"100vw\"} - 210px, 1px) - 32px, 320px) * 1.0013)`,...toResponsiveImage(U3UPObcDmi1au9erdp)}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{UwF23C_bC:UwF23C_bCi1au9erdp},webPageId:\"vSdmBNDv1\"},nodeId:\"j8dY8RnaJ\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",...toResponsiveImage(U3UPObcDmi1au9erdp)},className:\"framer-sd855m framer-pdpy7d\",layoutDependency:layoutDependency,layoutId:\"j8dY8RnaJ\",...addPropertyOverrides({Hs7qh0glJ:{background:{alt:\"\",fit:\"fill\",sizes:`max(max(${componentViewport?.width||\"100vw\"} - 210px, 1px) - 32px, 320px)`,...toResponsiveImage(U3UPObcDmi1au9erdp)}}},baseVariant,gestureVariant)})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1l1fkzo\",layoutDependency:layoutDependency,layoutId:\"Fp5xk6Es_\",style:{backgroundColor:\"var(--token-7370785a-00a7-4fde-9f17-770caba10d18, rgb(243, 247, 254))\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10lu5h1\",layoutDependency:layoutDependency,layoutId:\"sHO0gNEhF\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{style:{\"--font-selector\":\"Q1VTVE9NO0lubm92YXRvciBHcm90ZXNrIFNlbWkgQm9sZA==\",\"--framer-font-family\":'\"Innovator Grotesk Semi Bold\", \"Innovator Grotesk Semi Bold Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-a83491ce-99f8-42db-9dff-90ff505e054d, rgb(8, 12, 36)))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{UwF23C_bC:UwF23C_bCi1au9erdp},webPageId:\"vSdmBNDv1\"},nodeId:\"nKlM6PJl5\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-lvc856\",\"data-styles-preset\":\"UBRNvznyn\",children:\"Fosway recognises inploi in Talent Acquisition 9-Grid\u2122\"})})})}),className:\"framer-uqtm1w\",fonts:[\"CUSTOM;Innovator Grotesk Semi Bold\"],layoutDependency:layoutDependency,layoutId:\"nKlM6PJl5\",style:{\"--extracted-1lwpl3i\":\"var(--token-a83491ce-99f8-42db-9dff-90ff505e054d, rgb(8, 12, 36))\"},text:vrHBosT2Di1au9erdp,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWith3line,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1q38r65\",\"data-styles-preset\":\"XHXt_A8we\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d46fbede-c687-4792-9530-739e7c8119c5, rgb(0, 0, 0)))\"},children:\"Description\"})}),className:\"framer-4a9gar\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"jskUT1m9f\",style:{\"--extracted-r6o4lv\":\"var(--token-d46fbede-c687-4792-9530-739e7c8119c5, rgb(0, 0, 0))\"},text:i3HoPDj2qi1au9erdp,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{UwF23C_bC:UwF23C_bCi1au9erdp},webPageId:\"vSdmBNDv1\"},implicitPathVariables:undefined},{href:{pathVariables:{UwF23C_bC:UwF23C_bCi1au9erdp},webPageId:\"vSdmBNDv1\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-fu5opx-container\",layoutDependency:layoutDependency,layoutId:\"wHTjCWsX0-container\",children:/*#__PURE__*/_jsx(NavTabsSmallButton,{arIGx7S12:\"var(--token-beae74c1-c8c1-4440-9c9f-5e479531b6fb, rgb(0, 102, 255))\",height:\"100%\",id:\"wHTjCWsX0\",layoutId:\"wHTjCWsX0\",u3sILnRPl:resolvedLinks10[0],v87IeDN5Z:\"Read more\",width:\"100%\",...addPropertyOverrides({Hs7qh0glJ:{u3sILnRPl:resolvedLinks10[1]}},baseVariant,gestureVariant)})})})})]})]})})},idi1au9erdp);})})})})}),isDisplayed6(x5YJGMN2C)&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cqzt3\",layoutDependency:layoutDependency,layoutId:\"EPnTDDNLk\",style:{backgroundColor:\"var(--token-7370785a-00a7-4fde-9f17-770caba10d18, rgb(243, 247, 254))\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6},children:[isDisplayed2()&&/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,background:{alt:\"\",fit:\"fit\",intrinsicHeight:511,intrinsicWidth:768,pixelHeight:1022,pixelWidth:1536,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/8B9QVm4tYv7rfMcbgijz8p5yI.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/8B9QVm4tYv7rfMcbgijz8p5yI.png?scale-down-to=512 512w,https://framerusercontent.com/images/8B9QVm4tYv7rfMcbgijz8p5yI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/8B9QVm4tYv7rfMcbgijz8p5yI.png 1536w\"},className:\"framer-r9gizb\",\"data-framer-appear-id\":\"r9gizb\",\"data-framer-name\":\"Performance_Analytics\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"s11bSvtQp\",optimized:true,style:{transformPerspective:1200},...addPropertyOverrides({OJaH1KdNk:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:511,intrinsicWidth:768,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(16+(((componentViewport?.height||260)-0)*1-32-(((componentViewport?.height||260)-0)*1-32)*1)/2)+0+(((((componentViewport?.height||260)-0)*1-32)*1-0-200)/2+0+0)),pixelHeight:1022,pixelWidth:1536,positionX:\"center\",positionY:\"center\",sizes:`max((max(${componentViewport?.width||\"100vw\"} - 210px, 1px) - 32px) * 0.75, 1px)`,src:\"https://framerusercontent.com/images/8B9QVm4tYv7rfMcbgijz8p5yI.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/8B9QVm4tYv7rfMcbgijz8p5yI.png?scale-down-to=512 512w,https://framerusercontent.com/images/8B9QVm4tYv7rfMcbgijz8p5yI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/8B9QVm4tYv7rfMcbgijz8p5yI.png 1536w\"}}},baseVariant,gestureVariant)}),isDisplayed7()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1asxw0g\",\"data-framer-name\":\"Integrations-line\",layoutDependency:layoutDependency,layoutId:\"H2vwn2nAL\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:[isDisplayed8()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"SzDiO5mRc\"},implicitPathVariables:undefined}],children:resolvedLinks11=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"56px\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-t0g9yw-container\",layoutDependency:layoutDependency,layoutId:\"o52sYkb7y-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(IntegrationButtonButtonScaleWithMappedReactPropsmo1fb7,{bHKRKeQhf:resolvedLinks11[0],bjqvjl1jr:10,height:\"100%\",id:\"o52sYkb7y\",layoutId:\"o52sYkb7y\",QvDZ25sPX:\"Cornerstone\",style:{height:\"100%\",width:\"100%\"},UcGxNxV0Y:addImageAlt({src:\"https://framerusercontent.com/images/zObzPzrLvJJQ8DUGKTvV1wXpik.svg\"},\"\"),width:\"100%\"})})})}),isDisplayed8()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"mLz_yPKjX\"},implicitPathVariables:undefined}],children:resolvedLinks12=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"56px\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-8t9mhk-container\",layoutDependency:layoutDependency,layoutId:\"EiRD1DmAo-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(IntegrationButtonButtonScaleWithMappedReactPropsmo1fb7,{bHKRKeQhf:resolvedLinks12[0],bjqvjl1jr:10,height:\"100%\",id:\"EiRD1DmAo\",layoutId:\"EiRD1DmAo\",QvDZ25sPX:\"TribePad\",style:{height:\"100%\",width:\"100%\"},UcGxNxV0Y:addImageAlt({src:\"https://framerusercontent.com/images/xARO1pjQX0pFVIgX4TiZNYysh0.png\"},\"\"),width:\"100%\"})})})}),isDisplayed8()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Lt5lbeUpy\"},implicitPathVariables:undefined}],children:resolvedLinks13=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"56px\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-fiz6an-container\",layoutDependency:layoutDependency,layoutId:\"JO8NMks_a-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(IntegrationButtonButtonScaleWithMappedReactPropsmo1fb7,{bHKRKeQhf:resolvedLinks13[0],bjqvjl1jr:10,height:\"100%\",id:\"JO8NMks_a\",layoutId:\"JO8NMks_a\",QvDZ25sPX:\"Eploy\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),isDisplayed8()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"qJVDh9pWQ\"},implicitPathVariables:undefined}],children:resolvedLinks14=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"56px\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-g0nvgh-container\",layoutDependency:layoutDependency,layoutId:\"DJmiUHhn6-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(IntegrationButtonButtonScaleWithMappedReactPropsmo1fb7,{bHKRKeQhf:resolvedLinks14[0],bjqvjl1jr:10,height:\"100%\",id:\"DJmiUHhn6\",layoutId:\"DJmiUHhn6\",QvDZ25sPX:\"Fourth\",style:{height:\"100%\",width:\"100%\"},UcGxNxV0Y:addImageAlt({src:\"https://framerusercontent.com/images/vsw1dI8f5MuRXGhcJ4si6uLW91E.png\"},\"\"),width:\"100%\"})})})}),isDisplayed8()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"zh_tRg665\"},implicitPathVariables:undefined}],children:resolvedLinks15=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"56px\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1q906jc-container\",layoutDependency:layoutDependency,layoutId:\"uFlS2TQXa-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(IntegrationButtonButtonScaleWithMappedReactPropsmo1fb7,{bHKRKeQhf:resolvedLinks15[0],bjqvjl1jr:10,height:\"100%\",id:\"uFlS2TQXa\",layoutId:\"uFlS2TQXa\",QvDZ25sPX:\"Talent Funnel\",style:{height:\"100%\",width:\"100%\"},UcGxNxV0Y:addImageAlt({src:\"https://framerusercontent.com/images/skWdUfcc0l3vcUZlZByT8sCXHo.png\"},\"\"),width:\"100%\"})})})}),isDisplayed8()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"dcmBs80Jg\"},implicitPathVariables:undefined}],children:resolvedLinks16=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"56px\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-3qk4gh-container\",layoutDependency:layoutDependency,layoutId:\"bvkSHQsTK-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(IntegrationButtonButtonScaleWithMappedReactPropsmo1fb7,{bHKRKeQhf:resolvedLinks16[0],bjqvjl1jr:10,height:\"100%\",id:\"bvkSHQsTK\",layoutId:\"bvkSHQsTK\",QvDZ25sPX:\"Oracle\",style:{height:\"100%\",width:\"100%\"},UcGxNxV0Y:addImageAlt({src:\"https://framerusercontent.com/images/5k2JctgrhQN2AcljiGfXhnWUAJw.svg\"},\"\"),width:\"100%\"})})})}),isDisplayed8()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"pEfIpgPQK\"},implicitPathVariables:undefined}],children:resolvedLinks17=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"56px\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1ajsmdk-container\",layoutDependency:layoutDependency,layoutId:\"qBy813Qfq-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(IntegrationButtonButtonScaleWithMappedReactPropsmo1fb7,{bHKRKeQhf:resolvedLinks17[0],bjqvjl1jr:10,height:\"100%\",id:\"qBy813Qfq\",layoutId:\"qBy813Qfq\",QvDZ25sPX:\"Talos360\",style:{height:\"100%\",width:\"100%\"},UcGxNxV0Y:addImageAlt({src:\"https://framerusercontent.com/images/X4VcQP6XQHRkB5Izq8a7oGyOJg.png\"},\"\"),width:\"100%\"})})})}),isDisplayed8()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"jGuXAln9K\"},implicitPathVariables:undefined}],children:resolvedLinks18=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"56px\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1p2rzv-container\",layoutDependency:layoutDependency,layoutId:\"pczL8UXrd-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(IntegrationButtonButtonScaleWithMappedReactPropsmo1fb7,{bHKRKeQhf:resolvedLinks18[0],bjqvjl1jr:10,height:\"100%\",id:\"pczL8UXrd\",layoutId:\"pczL8UXrd\",QvDZ25sPX:\"Ashby\",style:{height:\"100%\",width:\"100%\"},UcGxNxV0Y:addImageAlt({src:\"https://framerusercontent.com/images/sSsMc1cedAqpkZnYMSmTbLYl2M.png\"},\"\"),width:\"100%\"})})})}),isDisplayed8()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"DciyOndRN\"},implicitPathVariables:undefined}],children:resolvedLinks19=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"56px\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-6ck6is-container\",layoutDependency:layoutDependency,layoutId:\"hmsgGUZEy-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(IntegrationButtonButtonScaleWithMappedReactPropsmo1fb7,{bHKRKeQhf:resolvedLinks19[0],bjqvjl1jr:10,height:\"100%\",id:\"hmsgGUZEy\",layoutId:\"hmsgGUZEy\",QvDZ25sPX:\"Jobtrain\",style:{height:\"100%\",width:\"100%\"},UcGxNxV0Y:addImageAlt({src:\"https://framerusercontent.com/images/4EsbxgxB2ZV2oxRKExZjedTkxUs.png\"},\"\"),width:\"100%\"})})})}),isDisplayed8()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ulGKZvFeE\"},implicitPathVariables:undefined}],children:resolvedLinks20=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"56px\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition13},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-knep2e-container\",layoutDependency:layoutDependency,layoutId:\"a9Sm4Rwm5-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(IntegrationButtonButtonScaleWithMappedReactPropsmo1fb7,{bHKRKeQhf:resolvedLinks20[0],bjqvjl1jr:10,height:\"100%\",id:\"a9Sm4Rwm5\",layoutId:\"a9Sm4Rwm5\",QvDZ25sPX:\"Pentagull\",style:{height:\"100%\",width:\"100%\"},UcGxNxV0Y:addImageAlt({src:\"https://framerusercontent.com/images/7a5c8UJIzja3a2xaKr1zmxFMeO4.png\"},\"\"),width:\"100%\"})})})}),isDisplayed8()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"QIebdVjPk\"},implicitPathVariables:undefined}],children:resolvedLinks21=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"56px\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition14},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1uub3wy-container\",layoutDependency:layoutDependency,layoutId:\"cqiW9q2sM-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(IntegrationButtonButtonScaleWithMappedReactPropsmo1fb7,{bHKRKeQhf:resolvedLinks21[0],bjqvjl1jr:10,height:\"100%\",id:\"cqiW9q2sM\",layoutId:\"cqiW9q2sM\",QvDZ25sPX:\"Peoplebank\",style:{height:\"100%\",width:\"100%\"},UcGxNxV0Y:addImageAlt({src:\"https://framerusercontent.com/images/7RUzPpQeP5v3DLhUKfBQfUaaG8.png\"},\"\"),width:\"100%\"})})})}),isDisplayed9()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"cMRefEUSP\"},implicitPathVariables:undefined},{href:{webPageId:\"cMRefEUSP\"},implicitPathVariables:undefined}],children:resolvedLinks22=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({d8_yt867L:{height:68,width:`calc(max(${componentViewport?.width||\"100vw\"} - 210px, 1px) - 72px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1dymsq6-container\",layoutDependency:layoutDependency,layoutId:\"uI2Bzfpdv-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(NavCaseStudyButtonButtonScaleWithMappedReactPropspyegb9,{bHKRKeQhf:resolvedLinks22[0],bjqvjl1jr:8,height:\"100%\",id:\"uI2Bzfpdv\",layoutId:\"uI2Bzfpdv\",QvDZ25sPX:\"Cutting annual recruitment spend by 27%\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({d8_yt867L:{bHKRKeQhf:resolvedLinks22[1]}},baseVariant,gestureVariant)})})})}),isDisplayed9()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"dfx0CbJ5z\"},implicitPathVariables:undefined},{href:{webPageId:\"dfx0CbJ5z\"},implicitPathVariables:undefined}],children:resolvedLinks23=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({d8_yt867L:{height:68,width:`calc(max(${componentViewport?.width||\"100vw\"} - 210px, 1px) - 72px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-ug43sf-container\",layoutDependency:layoutDependency,layoutId:\"CZ9UNYWCC-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(NavCaseStudyButtonButtonScaleWithMappedReactPropspyegb9,{bHKRKeQhf:resolvedLinks23[0],bjqvjl1jr:8,height:\"100%\",id:\"CZ9UNYWCC\",layoutId:\"CZ9UNYWCC\",QvDZ25sPX:\"Cut recruitment marketing spend by 62%\",style:{height:\"100%\",width:\"100%\"},UcGxNxV0Y:addImageAlt({src:\"https://framerusercontent.com/images/ZOdSpQTxrLNWbjCfwBAfJpIen5g.svg\"},\"\"),width:\"100%\",...addPropertyOverrides({d8_yt867L:{bHKRKeQhf:resolvedLinks23[1]}},baseVariant,gestureVariant)})})})}),isDisplayed9()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"pzWUubEEp\"},implicitPathVariables:undefined},{href:{webPageId:\"pzWUubEEp\"},implicitPathVariables:undefined}],children:resolvedLinks24=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({d8_yt867L:{height:68,width:`calc(max(${componentViewport?.width||\"100vw\"} - 210px, 1px) - 72px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-i0rjrq-container\",layoutDependency:layoutDependency,layoutId:\"wwQUz6wIV-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(NavCaseStudyButtonButtonScaleWithMappedReactPropspyegb9,{bHKRKeQhf:resolvedLinks24[0],bjqvjl1jr:8,height:\"100%\",id:\"wwQUz6wIV\",layoutId:\"wwQUz6wIV\",QvDZ25sPX:\"Faster, Smarter Hiring\",style:{height:\"100%\",width:\"100%\"},UcGxNxV0Y:addImageAlt({src:\"https://framerusercontent.com/images/mJJKPsvbktdtcozqguetJIsChJU.svg\"},\"\"),width:\"100%\",...addPropertyOverrides({d8_yt867L:{bHKRKeQhf:resolvedLinks24[1]}},baseVariant,gestureVariant)})})})}),isDisplayed9()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"KviCMcgzj\"},implicitPathVariables:undefined},{href:{webPageId:\"KviCMcgzj\"},implicitPathVariables:undefined}],children:resolvedLinks25=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({d8_yt867L:{height:68,width:`calc(max(${componentViewport?.width||\"100vw\"} - 210px, 1px) - 72px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1uc7nai-container\",layoutDependency:layoutDependency,layoutId:\"tluPeRWap-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(NavCaseStudyButtonButtonScaleWithMappedReactPropspyegb9,{bHKRKeQhf:resolvedLinks25[0],bjqvjl1jr:8,height:\"100%\",id:\"tluPeRWap\",layoutId:\"tluPeRWap\",QvDZ25sPX:\"Boosting Seasonal Hiring\",style:{height:\"100%\",width:\"100%\"},UcGxNxV0Y:addImageAlt({src:\"https://framerusercontent.com/images/FJ7O6kGhoEW9tyBezQexQ1g0qI.svg\"},\"\"),width:\"100%\",...addPropertyOverrides({d8_yt867L:{bHKRKeQhf:resolvedLinks25[1]}},baseVariant,gestureVariant)})})})}),isDisplayed9()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"QWduM1huH\"},implicitPathVariables:undefined},{href:{webPageId:\"QWduM1huH\"},implicitPathVariables:undefined}],children:resolvedLinks26=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({d8_yt867L:{height:68,width:`calc(max(${componentViewport?.width||\"100vw\"} - 210px, 1px) - 72px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-k6ny2j-container\",layoutDependency:layoutDependency,layoutId:\"l4xE9exxw-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(NavCaseStudyButtonButtonScaleWithMappedReactPropspyegb9,{bHKRKeQhf:resolvedLinks26[0],bjqvjl1jr:8,height:\"100%\",id:\"l4xE9exxw\",layoutId:\"l4xE9exxw\",QvDZ25sPX:\"25% more completed applications at 30% lower spend\",style:{height:\"100%\",width:\"100%\"},UcGxNxV0Y:addImageAlt({src:\"https://framerusercontent.com/images/gxatcYovE8En971WZqSPfDLjYUU.png\",srcSet:\"https://framerusercontent.com/images/gxatcYovE8En971WZqSPfDLjYUU.png?scale-down-to=512 512w,https://framerusercontent.com/images/gxatcYovE8En971WZqSPfDLjYUU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/gxatcYovE8En971WZqSPfDLjYUU.png 1200w\"},\"\"),width:\"100%\",...addPropertyOverrides({d8_yt867L:{bHKRKeQhf:resolvedLinks26[1]}},baseVariant,gestureVariant)})})})})]}),isDisplayed10()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-17u1s45\",\"data-styles-preset\":\"z6gOMCZTS\",children:\"Don\u2019t see your ATS here? Don\u2019t worry, we are happy to review your ATS provider.\"})}),className:\"framer-o7kwgy\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"gBy6bOHVy\",verticalAlignment:\"top\",withExternalLayout:true})]})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-kbfAH.framer-pdpy7d, .framer-kbfAH .framer-pdpy7d { display: block; }\",\".framer-kbfAH.framer-mo6y9d { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1084px; }\",\".framer-kbfAH .framer-jbzryx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 210px; }\",\".framer-kbfAH .framer-jej1v2-container, .framer-kbfAH .framer-1jegcps-container, .framer-kbfAH .framer-1ljdqgx-container, .framer-kbfAH .framer-1qqezc5-container, .framer-kbfAH .framer-1m18ghg-container, .framer-kbfAH .framer-1lxy6a9-container, .framer-kbfAH .framer-r5gsmb-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-kbfAH .framer-1fgf8fd { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: auto; justify-content: flex-start; overflow: visible; padding: 16px; position: relative; width: 1px; }\",\".framer-kbfAH .framer-13ca0wf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; max-width: 540px; overflow: visible; padding: 12px 12px 6px 12px; position: relative; width: 100%; z-index: 1; }\",\".framer-kbfAH .framer-1r1mbxo, .framer-kbfAH .framer-946rvy, .framer-kbfAH .framer-uqtm1w, .framer-kbfAH .framer-4a9gar { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-kbfAH .framer-94zu6r-container, .framer-kbfAH .framer-r2wsk2-container, .framer-kbfAH .framer-nfocdi-container, .framer-kbfAH .framer-fu5opx-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-kbfAH .framer-sefesb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-kbfAH .framer-1vza12v, .framer-kbfAH .framer-1crlp6j { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 240px; min-width: 160px; overflow: hidden; padding: 16px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-kbfAH .framer-16nv203, .framer-kbfAH .framer-12isfcn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-kbfAH .framer-yzw83g, .framer-kbfAH .framer-1wquwu7 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: hidden; position: relative; width: 48px; will-change: var(--framer-will-change-override, transform); }\",\".framer-kbfAH .framer-xtw6r7, .framer-kbfAH .framer-8xauy4 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-kbfAH .framer-xs3bi2, .framer-kbfAH .framer-3ppfwe, .framer-kbfAH .framer-5dnzp1, .framer-kbfAH .framer-1eawbc8, .framer-kbfAH .framer-o7kwgy { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-kbfAH .framer-1t5n96r { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 24px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-kbfAH .framer-w0p49o { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: wrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-kbfAH .framer-1s6vbv1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 12px; overflow: visible; padding: 4px 12px 4px 12px; position: absolute; top: 12px; width: min-content; z-index: 1; }\",\".framer-kbfAH .framer-rz0qe { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-kbfAH .framer-283e7t { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-width: 320px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-kbfAH .framer-ps4dbk { flex: none; height: 225%; left: calc(49.806451612903246% - 100.12903225806451% / 2); position: absolute; top: calc(50.00000000000002% - 225% / 2); width: 100%; z-index: 0; }\",\".framer-kbfAH .framer-sd855m { aspect-ratio: 2 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 100px); min-height: 100%; position: relative; text-decoration: none; width: 100%; }\",\".framer-kbfAH .framer-1l1fkzo { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: space-between; max-width: 640px; min-height: 100%; min-width: 320px; overflow: visible; padding: 22px 22px 16px 22px; position: relative; width: 1px; }\",\".framer-kbfAH .framer-10lu5h1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 14px 0px; position: relative; width: 100%; }\",\".framer-kbfAH .framer-1cqzt3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 16px; position: relative; width: 100%; }\",\".framer-kbfAH .framer-r9gizb { flex: none; height: 200px; overflow: visible; position: relative; width: 100%; }\",\".framer-kbfAH .framer-1asxw0g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 14px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-kbfAH .framer-t0g9yw-container, .framer-kbfAH .framer-8t9mhk-container, .framer-kbfAH .framer-fiz6an-container, .framer-kbfAH .framer-g0nvgh-container, .framer-kbfAH .framer-1q906jc-container, .framer-kbfAH .framer-3qk4gh-container, .framer-kbfAH .framer-1ajsmdk-container, .framer-kbfAH .framer-1p2rzv-container, .framer-kbfAH .framer-6ck6is-container, .framer-kbfAH .framer-knep2e-container, .framer-kbfAH .framer-1uub3wy-container { flex: none; height: 56px; position: relative; width: 56px; }\",\".framer-kbfAH .framer-1dymsq6-container, .framer-kbfAH .framer-ug43sf-container, .framer-kbfAH .framer-i0rjrq-container, .framer-kbfAH .framer-1uc7nai-container, .framer-kbfAH .framer-k6ny2j-container { flex: 1 0 0px; height: 68px; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kbfAH.framer-mo6y9d, .framer-kbfAH .framer-jbzryx, .framer-kbfAH .framer-1fgf8fd, .framer-kbfAH .framer-13ca0wf, .framer-kbfAH .framer-sefesb, .framer-kbfAH .framer-1vza12v, .framer-kbfAH .framer-16nv203, .framer-kbfAH .framer-xtw6r7, .framer-kbfAH .framer-1crlp6j, .framer-kbfAH .framer-12isfcn, .framer-kbfAH .framer-8xauy4, .framer-kbfAH .framer-1t5n96r, .framer-kbfAH .framer-w0p49o, .framer-kbfAH .framer-1s6vbv1, .framer-kbfAH .framer-283e7t, .framer-kbfAH .framer-10lu5h1, .framer-kbfAH .framer-1cqzt3, .framer-kbfAH .framer-1asxw0g { gap: 0px; } .framer-kbfAH.framer-mo6y9d > *, .framer-kbfAH .framer-w0p49o > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-kbfAH.framer-mo6y9d > :first-child, .framer-kbfAH .framer-sefesb > :first-child, .framer-kbfAH .framer-16nv203 > :first-child, .framer-kbfAH .framer-12isfcn > :first-child, .framer-kbfAH .framer-1t5n96r > :first-child, .framer-kbfAH .framer-w0p49o > :first-child, .framer-kbfAH .framer-1s6vbv1 > :first-child, .framer-kbfAH .framer-1asxw0g > :first-child { margin-left: 0px; } .framer-kbfAH.framer-mo6y9d > :last-child, .framer-kbfAH .framer-sefesb > :last-child, .framer-kbfAH .framer-16nv203 > :last-child, .framer-kbfAH .framer-12isfcn > :last-child, .framer-kbfAH .framer-1t5n96r > :last-child, .framer-kbfAH .framer-w0p49o > :last-child, .framer-kbfAH .framer-1s6vbv1 > :last-child, .framer-kbfAH .framer-1asxw0g > :last-child { margin-right: 0px; } .framer-kbfAH .framer-jbzryx > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-kbfAH .framer-jbzryx > :first-child, .framer-kbfAH .framer-1fgf8fd > :first-child, .framer-kbfAH .framer-13ca0wf > :first-child, .framer-kbfAH .framer-1vza12v > :first-child, .framer-kbfAH .framer-xtw6r7 > :first-child, .framer-kbfAH .framer-1crlp6j > :first-child, .framer-kbfAH .framer-8xauy4 > :first-child, .framer-kbfAH .framer-283e7t > :first-child, .framer-kbfAH .framer-10lu5h1 > :first-child, .framer-kbfAH .framer-1cqzt3 > :first-child { margin-top: 0px; } .framer-kbfAH .framer-jbzryx > :last-child, .framer-kbfAH .framer-1fgf8fd > :last-child, .framer-kbfAH .framer-13ca0wf > :last-child, .framer-kbfAH .framer-1vza12v > :last-child, .framer-kbfAH .framer-xtw6r7 > :last-child, .framer-kbfAH .framer-1crlp6j > :last-child, .framer-kbfAH .framer-8xauy4 > :last-child, .framer-kbfAH .framer-283e7t > :last-child, .framer-kbfAH .framer-10lu5h1 > :last-child, .framer-kbfAH .framer-1cqzt3 > :last-child { margin-bottom: 0px; } .framer-kbfAH .framer-1fgf8fd > *, .framer-kbfAH .framer-1cqzt3 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-kbfAH .framer-13ca0wf > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-kbfAH .framer-sefesb > *, .framer-kbfAH .framer-16nv203 > *, .framer-kbfAH .framer-12isfcn > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-kbfAH .framer-1vza12v > *, .framer-kbfAH .framer-1crlp6j > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-kbfAH .framer-xtw6r7 > *, .framer-kbfAH .framer-8xauy4 > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-kbfAH .framer-1t5n96r > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-kbfAH .framer-1s6vbv1 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-kbfAH .framer-283e7t > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-kbfAH .framer-10lu5h1 > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-kbfAH .framer-1asxw0g > * { margin: 0px; margin-left: calc(14px / 2); margin-right: calc(14px / 2); } }\",\".framer-kbfAH.framer-v-204ir6 .framer-1fgf8fd { align-content: center; align-items: center; flex-direction: row; }\",\".framer-kbfAH.framer-v-204ir6 .framer-13ca0wf { flex: 1 0 0px; gap: 16px; padding: 12px 12px 8px 12px; width: 1px; }\",\".framer-kbfAH.framer-v-204ir6 .framer-1cqzt3 { align-content: center; align-items: center; flex: 0.75 0 0px; height: 100%; overflow: hidden; padding: 0px; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kbfAH.framer-v-204ir6 .framer-1fgf8fd, .framer-kbfAH.framer-v-204ir6 .framer-13ca0wf { gap: 0px; } .framer-kbfAH.framer-v-204ir6 .framer-1fgf8fd > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-kbfAH.framer-v-204ir6 .framer-1fgf8fd > :first-child { margin-left: 0px; } .framer-kbfAH.framer-v-204ir6 .framer-1fgf8fd > :last-child { margin-right: 0px; } .framer-kbfAH.framer-v-204ir6 .framer-13ca0wf > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-kbfAH.framer-v-204ir6 .framer-13ca0wf > :first-child { margin-top: 0px; } .framer-kbfAH.framer-v-204ir6 .framer-13ca0wf > :last-child { margin-bottom: 0px; } }\",\".framer-kbfAH.framer-v-zrmdpi .framer-13ca0wf, .framer-kbfAH.framer-v-1ppv3rm .framer-13ca0wf { gap: 8px; }\",\".framer-kbfAH.framer-v-zrmdpi .framer-8xauy4 { order: 1; }\",\".framer-kbfAH.framer-v-zrmdpi .framer-1wquwu7, .framer-kbfAH.framer-v-1hwxmzl .framer-ps4dbk { order: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kbfAH.framer-v-zrmdpi .framer-13ca0wf { gap: 0px; } .framer-kbfAH.framer-v-zrmdpi .framer-13ca0wf > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-kbfAH.framer-v-zrmdpi .framer-13ca0wf > :first-child { margin-top: 0px; } .framer-kbfAH.framer-v-zrmdpi .framer-13ca0wf > :last-child { margin-bottom: 0px; } }\",\".framer-kbfAH.framer-v-1hwxmzl .framer-sd855m { height: var(--framer-aspect-ratio-supported, 200px); order: 1; }\",\".framer-kbfAH.framer-v-1ppv3rm .framer-1cqzt3 { padding: 20px; }\",\".framer-kbfAH.framer-v-1ppv3rm .framer-1dymsq6-container { order: 12; }\",\".framer-kbfAH.framer-v-1ppv3rm .framer-ug43sf-container { order: 13; }\",\".framer-kbfAH.framer-v-1ppv3rm .framer-i0rjrq-container { order: 14; }\",\".framer-kbfAH.framer-v-1ppv3rm .framer-1uc7nai-container { order: 15; }\",\".framer-kbfAH.framer-v-1ppv3rm .framer-k6ny2j-container { order: 11; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kbfAH.framer-v-1ppv3rm .framer-13ca0wf { gap: 0px; } .framer-kbfAH.framer-v-1ppv3rm .framer-13ca0wf > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-kbfAH.framer-v-1ppv3rm .framer-13ca0wf > :first-child { margin-top: 0px; } .framer-kbfAH.framer-v-1ppv3rm .framer-13ca0wf > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-kbfAH[data-border=\"true\"]::after, .framer-kbfAH [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 279\n * @framerIntrinsicWidth 1084\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"OJaH1KdNk\":{\"layout\":[\"fixed\",\"auto\"]},\"GvCJ2IIlg\":{\"layout\":[\"fixed\",\"auto\"]},\"Hs7qh0glJ\":{\"layout\":[\"fixed\",\"auto\"]},\"d8_yt867L\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"x5YJGMN2C\":\"desktopView\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerhSUf6q7Bm=withCSS(Component,css,\"framer-kbfAH\");export default FramerhSUf6q7Bm;FramerhSUf6q7Bm.displayName=\"nav/nav-tabs-resources\";FramerhSUf6q7Bm.defaultProps={height:279,width:1084};addPropertyControls(FramerhSUf6q7Bm,{variant:{options:[\"nyh2EeUFM\",\"OJaH1KdNk\",\"GvCJ2IIlg\",\"Hs7qh0glJ\",\"d8_yt867L\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\"],title:\"Variant\",type:ControlType.Enum},x5YJGMN2C:{defaultValue:true,title:\"Desktop View\",type:ControlType.Boolean}});addFonts(FramerhSUf6q7Bm,[{explicitInter:true,fonts:[{family:\"Innovator Grotesk Semi Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/0ZoG4PcAQlmdXvpfKOXnmifZ20.woff2\"},{family:\"Nexa Text Book\",source:\"custom\",url:\"https://framerusercontent.com/assets/QbEPAs9IB5BGoV257QyaRyP6BA.woff2\"},{family:\"Innovator Grotesk Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/g9E3vxMzRheJza2XhBfjS9eqZSI.woff2\"},{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\"}]},...NavTabsTabItemFonts,...NavTabsSmallButtonFonts,...ButtonFonts,...IntegrationButtonFonts,...NavCaseStudyButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerhSUf6q7Bm\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"x5YJGMN2C\\\":\\\"desktopView\\\"}\",\"framerIntrinsicWidth\":\"1084\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OJaH1KdNk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GvCJ2IIlg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Hs7qh0glJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"d8_yt867L\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"279\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{createStore}from\"https://framer.com/m/framer/store.js@^1.0.0\";const useStore=createStore({filter:\"\",variant:\"default\"});export function FilterItem(Component){return props=>{var _props_href;const[store,setStore]=useStore();let itemSlug=(_props_href=props.href)===null||_props_href===void 0?void 0:_props_href.split(\"/\").pop();if(itemSlug===\"kin\"){itemSlug=\"chat-bot\";}return /*#__PURE__*/_jsx(Component,{...props,onMouseEnter:()=>{var _props_onMouseEnter;(_props_onMouseEnter=props.onMouseEnter)===null||_props_onMouseEnter===void 0?void 0:_props_onMouseEnter.call(props,event);setStore({filter:itemSlug,variant:\"feature\"});},onMouseLeave:()=>{var _props_onMouseLeave;(_props_onMouseLeave=props.onMouseLeave)===null||_props_onMouseLeave===void 0?void 0:_props_onMouseLeave.call(props,event);setStore({filter:\"\",variant:\"default\"});}});};}export function MainItem(Component){return props=>{var _props_href;const[store,setStore]=useStore();let itemSlug=(_props_href=props.href)===null||_props_href===void 0?void 0:_props_href.split(\"/\").pop();return /*#__PURE__*/_jsx(Component,{...props,onMouseEnter:()=>{setStore({filter:\"\",variant:itemSlug});},onMouseLeave:()=>{setStore({filter:\"\",variant:\"default\"});}});};}export function Collection(Component){return props=>{const[store,setStore]=useStore();return /*#__PURE__*/_jsx(Component,{...props,filter:store.filter,variant:store.variant});};}\nexport const __FramerMetadata__ = {\"exports\":{\"MainItem\":{\"type\":\"reactHoc\",\"name\":\"MainItem\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Collection\":{\"type\":\"reactHoc\",\"name\":\"Collection\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"FilterItem\":{\"type\":\"reactHoc\",\"name\":\"FilterItem\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Featured_switcher.map", "// Generated by Framer (552ec80)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ChildrenCanSuspend,ComponentPresetsProvider,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PathVariablesContext,RichText,useComponentViewport,useLocaleInfo,useQueryData,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Products from\"https://framerusercontent.com/modules/g5iFXj9k4r8OqaSHcYxB/KiWzyPKJOZjED5pe6kpw/KqeJYHarg.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/72SnzK22MwX1Tkc4oUVS/QzWK9HUN7uB7w2AQgfbq/wbW22WU62.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/R2VdOt0iKVFkFUg6ZAvA/E4zVQM1h8TqW5vCXKmtr/z6gOMCZTS.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/mJZRQ7BbCNXICwyFf8Th/9OPWTmVgLa4abo5wTmF9/zb6fR0e6u.js\";const cycleOrder=[\"VaRBIWkdJ\",\"X6RCGpcws\",\"iUIMjdU7v\",\"D6_sUXAxU\",\"ZHxUfutPs\",\"v98r8RmcM\"];const serializationHash=\"framer-xBApL\";const variantClassNames={D6_sUXAxU:\"framer-v-rvg4j4\",iUIMjdU7v:\"framer-v-174l1qx\",v98r8RmcM:\"framer-v-18awxgi\",VaRBIWkdJ:\"framer-v-1obgkm1\",X6RCGpcws:\"framer-v-63rmwm\",ZHxUfutPs:\"framer-v-85rjt0\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const query=(prequery,{sur7Ch5Me})=>prequery({from:{alias:\"gV1nBv3yQ\",data:Products,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"gV1nBv3yQ\",name:\"qhqbpfsuR\",type:\"Identifier\"},{collection:\"gV1nBv3yQ\",name:\"vrHBosT2D\",type:\"Identifier\"},{collection:\"gV1nBv3yQ\",name:\"VXhy8S4Wz\",type:\"Identifier\"},{collection:\"gV1nBv3yQ\",name:\"id\",type:\"Identifier\"},{collection:\"gV1nBv3yQ\",name:\"UwF23C_bC\",type:\"Identifier\"}],where:{left:{collection:\"gV1nBv3yQ\",name:\"lNHyuAtN4\",type:\"Identifier\"},operator:\"and\",right:{arguments:[{collection:\"gV1nBv3yQ\",name:\"UwF23C_bC\",type:\"Identifier\"},{type:\"LiteralValue\",value:sur7Ch5Me}],functionName:\"CONTAINS\",type:\"FunctionCall\"},type:\"BinaryOperation\"}});const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"candidate-journeys\":\"D6_sUXAxU\",\"careers-hubs\":\"ZHxUfutPs\",\"reporting-and-analytics\":\"v98r8RmcM\",\"talent-attraction\":\"iUIMjdU7v\",default:\"X6RCGpcws\",feature:\"VaRBIWkdJ\"};const getProps=({filter,height,id,image,text,title,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2,_ref3;return{...props,DEuNAtvAF:(_ref=image!==null&&image!==void 0?image:props.DEuNAtvAF)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/sHHwBH4CZA6RJcV4v3YuIfoBX5E.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/sHHwBH4CZA6RJcV4v3YuIfoBX5E.png?scale-down-to=512 512w,https://framerusercontent.com/images/sHHwBH4CZA6RJcV4v3YuIfoBX5E.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/sHHwBH4CZA6RJcV4v3YuIfoBX5E.png 1051w\"},hhsjhC6ZX:(_ref1=text!==null&&text!==void 0?text:props.hhsjhC6ZX)!==null&&_ref1!==void 0?_ref1:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras eget suscipit est, sed eleifend mauris.\",sur7Ch5Me:filter!==null&&filter!==void 0?filter:props.sur7Ch5Me,variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"VaRBIWkdJ\",wnL1fMvqr:(_ref3=title!==null&&title!==void 0?title:props.wnL1fMvqr)!==null&&_ref3!==void 0?_ref3:\"Title\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,sur7Ch5Me,hhsjhC6ZX,wnL1fMvqr,DEuNAtvAF,qhqbpfsuRgV1nBv3yQ,vrHBosT2DgV1nBv3yQ,VXhy8S4WzgV1nBv3yQ,idgV1nBv3yQ,UwF23C_bCgV1nBv3yQ,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"VaRBIWkdJ\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"X6RCGpcws\",\"iUIMjdU7v\",\"D6_sUXAxU\",\"ZHxUfutPs\",\"v98r8RmcM\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"X6RCGpcws\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1obgkm1\",className,classNames),\"data-framer-name\":\"feature\",layoutDependency:layoutDependency,layoutId:\"VaRBIWkdJ\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({D6_sUXAxU:{\"data-framer-name\":\"candidate-journeys\"},iUIMjdU7v:{\"data-framer-name\":\"talent-attraction\"},v98r8RmcM:{\"data-framer-name\":\"reporting-and-analytics\"},X6RCGpcws:{\"data-framer-name\":\"default\"},ZHxUfutPs:{\"data-framer-name\":\"careers-hubs\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ox55p\",layoutDependency:layoutDependency,layoutId:\"gV1nBv3yQ\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"gV1nBv3yQ\",data:Products,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"gV1nBv3yQ\",name:\"qhqbpfsuR\",type:\"Identifier\"},{collection:\"gV1nBv3yQ\",name:\"vrHBosT2D\",type:\"Identifier\"},{collection:\"gV1nBv3yQ\",name:\"VXhy8S4Wz\",type:\"Identifier\"},{collection:\"gV1nBv3yQ\",name:\"id\",type:\"Identifier\"},{collection:\"gV1nBv3yQ\",name:\"UwF23C_bC\",type:\"Identifier\"}],where:{left:{collection:\"gV1nBv3yQ\",name:\"lNHyuAtN4\",type:\"Identifier\"},operator:\"and\",right:{arguments:[{collection:\"gV1nBv3yQ\",name:\"UwF23C_bC\",type:\"Identifier\"},{type:\"LiteralValue\",value:sur7Ch5Me}],functionName:\"CONTAINS\",type:\"FunctionCall\"},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection.map(({\"qhqbpfsuR\":qhqbpfsuRgV1nBv3yQ,\"vrHBosT2D\":vrHBosT2DgV1nBv3yQ,\"VXhy8S4Wz\":VXhy8S4WzgV1nBv3yQ,\"id\":idgV1nBv3yQ,\"UwF23C_bC\":UwF23C_bCgV1nBv3yQ},i)=>{vrHBosT2DgV1nBv3yQ!==null&&vrHBosT2DgV1nBv3yQ!==void 0?vrHBosT2DgV1nBv3yQ:vrHBosT2DgV1nBv3yQ=\"\";VXhy8S4WzgV1nBv3yQ!==null&&VXhy8S4WzgV1nBv3yQ!==void 0?VXhy8S4WzgV1nBv3yQ:VXhy8S4WzgV1nBv3yQ=\"\";UwF23C_bCgV1nBv3yQ!==null&&UwF23C_bCgV1nBv3yQ!==void 0?UwF23C_bCgV1nBv3yQ:UwF23C_bCgV1nBv3yQ=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`gV1nBv3yQ-${idgV1nBv3yQ}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{UwF23C_bC:UwF23C_bCgV1nBv3yQ},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vis8h6\",\"data-framer-name\":\"FeatureCard\",layoutDependency:layoutDependency,layoutId:\"VDb7q03Al\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-tl9sor\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"ZzfMiehsm\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(207, 224, 255, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:\"linear-gradient(180deg, rgba(207, 224, 255, 0.35) 0%, rgba(207, 224, 255, 0.21) 100%)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-8275.600000000002)/2)+0+7976.800000000003+0+0+12),sizes:`calc(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px) - 24px)`,...toResponsiveImage(qhqbpfsuRgV1nBv3yQ),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-z7ies7\",layoutDependency:layoutDependency,layoutId:\"oHciXaDtn\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11nmzrw\",layoutDependency:layoutDependency,layoutId:\"UKhx7E6TN\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{style:{\"--font-selector\":\"Q1VTVE9NO0lubm92YXRvciBHcm90ZXNrIFNlbWkgQm9sZA==\",\"--framer-font-family\":'\"Innovator Grotesk Semi Bold\", \"Innovator Grotesk Semi Bold Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-d46fbede-c687-4792-9530-739e7c8119c5, rgb(0, 0, 0)))\"},children:\"Search Plugin\"})}),className:\"framer-7tnstc\",fonts:[\"CUSTOM;Innovator Grotesk Semi Bold\"],layoutDependency:layoutDependency,layoutId:\"flY5wocxk\",style:{\"--extracted-1lwpl3i\":\"var(--token-d46fbede-c687-4792-9530-739e7c8119c5, rgb(0, 0, 0))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:vrHBosT2DgV1nBv3yQ,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:VXhy8S4WzgV1nBv3yQ,className:\"framer-1imc0r3\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ZKQq3wJXo\",stylesPresetsClassNames:{blockquote:\"framer-styles-preset-hh8d40\",img:\"framer-styles-preset-g51282\",p:\"framer-styles-preset-17u1s45\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]})})},idgV1nBv3yQ);})})})})}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1a2ogn1\",\"data-framer-name\":\"FeatureCard\",layoutDependency:layoutDependency,layoutId:\"ujLWYzl3_\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sqm63a\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"C2XgzPKaR\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(207, 224, 255, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:\"linear-gradient(180deg, rgba(207, 224, 255, 0.35) 0%, rgba(207, 224, 255, 0.21) 100%)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",...toResponsiveImage(DEuNAtvAF),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1pvcqtl\",layoutDependency:layoutDependency,layoutId:\"q31kv35qy\",...addPropertyOverrides({X6RCGpcws:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-292.8)/2)+0+0+12),sizes:`calc(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px) - 24px)`,...toResponsiveImage(DEuNAtvAF),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-lu296a\",layoutDependency:layoutDependency,layoutId:\"TCcWSx2A9\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{style:{\"--font-selector\":\"Q1VTVE9NO0lubm92YXRvciBHcm90ZXNrIFNlbWkgQm9sZA==\",\"--framer-font-family\":'\"Innovator Grotesk Semi Bold\", \"Innovator Grotesk Semi Bold Placeholder\", sans-serif',\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-d46fbede-c687-4792-9530-739e7c8119c5, rgb(0, 0, 0)))\"},children:\"Title\"})}),className:\"framer-135d5uv\",fonts:[\"CUSTOM;Innovator Grotesk Semi Bold\"],layoutDependency:layoutDependency,layoutId:\"x8GtkDdOz\",style:{\"--extracted-1lwpl3i\":\"var(--token-d46fbede-c687-4792-9530-739e7c8119c5, rgb(0, 0, 0))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:wnL1fMvqr,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-17u1s45\",\"data-styles-preset\":\"z6gOMCZTS\",children:\"Lorem ipsum ipsum ipsum lorem lorem hare hare\"})}),className:\"framer-jgisi3\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"PUR1gFxNk\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:hhsjhC6ZX,verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-xBApL.framer-52fu9n, .framer-xBApL .framer-52fu9n { display: block; }\",\".framer-xBApL.framer-1obgkm1 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 200px; }\",\".framer-xBApL .framer-1ox55p { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",\".framer-xBApL .framer-vis8h6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xBApL .framer-tl9sor, .framer-xBApL .framer-1sqm63a { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 160px; justify-content: flex-end; overflow: hidden; padding: 12px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-xBApL .framer-z7ies7, .framer-xBApL .framer-1pvcqtl { flex: none; height: 100%; overflow: visible; position: relative; width: 100%; z-index: 1; }\",\".framer-xBApL .framer-11nmzrw, .framer-xBApL .framer-lu296a { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 6px; position: relative; width: 100%; }\",\".framer-xBApL .framer-7tnstc, .framer-xBApL .framer-1imc0r3, .framer-xBApL .framer-135d5uv { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-xBApL .framer-1a2ogn1 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-xBApL .framer-jgisi3 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-xBApL.framer-1obgkm1, .framer-xBApL .framer-1ox55p, .framer-xBApL .framer-vis8h6, .framer-xBApL .framer-tl9sor, .framer-xBApL .framer-11nmzrw, .framer-xBApL .framer-1a2ogn1, .framer-xBApL .framer-1sqm63a, .framer-xBApL .framer-lu296a { gap: 0px; } .framer-xBApL.framer-1obgkm1 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-xBApL.framer-1obgkm1 > :first-child, .framer-xBApL .framer-tl9sor > :first-child, .framer-xBApL .framer-1sqm63a > :first-child { margin-left: 0px; } .framer-xBApL.framer-1obgkm1 > :last-child, .framer-xBApL .framer-tl9sor > :last-child, .framer-xBApL .framer-1sqm63a > :last-child { margin-right: 0px; } .framer-xBApL .framer-1ox55p > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-xBApL .framer-1ox55p > :first-child, .framer-xBApL .framer-vis8h6 > :first-child, .framer-xBApL .framer-11nmzrw > :first-child, .framer-xBApL .framer-1a2ogn1 > :first-child, .framer-xBApL .framer-lu296a > :first-child { margin-top: 0px; } .framer-xBApL .framer-1ox55p > :last-child, .framer-xBApL .framer-vis8h6 > :last-child, .framer-xBApL .framer-11nmzrw > :last-child, .framer-xBApL .framer-1a2ogn1 > :last-child, .framer-xBApL .framer-lu296a > :last-child { margin-bottom: 0px; } .framer-xBApL .framer-vis8h6 > *, .framer-xBApL .framer-1a2ogn1 > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } .framer-xBApL .framer-tl9sor > *, .framer-xBApL .framer-1sqm63a > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-xBApL .framer-11nmzrw > *, .framer-xBApL .framer-lu296a > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } }\",\".framer-xBApL.framer-v-174l1qx.framer-1obgkm1, .framer-xBApL.framer-v-rvg4j4.framer-1obgkm1 { min-height: 257px; }\",\".framer-xBApL.framer-v-85rjt0.framer-1obgkm1, .framer-xBApL.framer-v-18awxgi.framer-1obgkm1 { min-height: 239px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-xBApL[data-border=\"true\"]::after, .framer-xBApL [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 257\n * @framerIntrinsicWidth 200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"X6RCGpcws\":{\"layout\":[\"fixed\",\"auto\"]},\"iUIMjdU7v\":{\"layout\":[\"fixed\",\"auto\"]},\"D6_sUXAxU\":{\"layout\":[\"fixed\",\"auto\"]},\"ZHxUfutPs\":{\"layout\":[\"fixed\",\"auto\"]},\"v98r8RmcM\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"sur7Ch5Me\":\"filter\",\"hhsjhC6ZX\":\"text\",\"wnL1fMvqr\":\"title\",\"DEuNAtvAF\":\"image\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerIIkvY9C6I=withCSS(Component,css,\"framer-xBApL\");export default FramerIIkvY9C6I;FramerIIkvY9C6I.displayName=\"Navbar/featured-item\";FramerIIkvY9C6I.defaultProps={height:257,width:200};addPropertyControls(FramerIIkvY9C6I,{variant:{options:[\"VaRBIWkdJ\",\"X6RCGpcws\",\"iUIMjdU7v\",\"D6_sUXAxU\",\"ZHxUfutPs\",\"v98r8RmcM\"],optionTitles:[\"feature\",\"default\",\"talent-attraction\",\"candidate-journeys\",\"careers-hubs\",\"reporting-and-analytics\"],title:\"Variant\",type:ControlType.Enum},sur7Ch5Me:{defaultValue:\"\",title:\"filter\",type:ControlType.String},hhsjhC6ZX:{defaultValue:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras eget suscipit est, sed eleifend mauris.\",displayTextArea:true,title:\"Text\",type:ControlType.String},wnL1fMvqr:{defaultValue:\"Title\",displayTextArea:false,title:\"Title\",type:ControlType.String},DEuNAtvAF:{__defaultAssetReference:\"data:framer/asset-reference,sHHwBH4CZA6RJcV4v3YuIfoBX5E.png?originalFilename=Experience+Insights+-Compact.png&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(FramerIIkvY9C6I,[{explicitInter:true,fonts:[{family:\"Innovator Grotesk Semi Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/0ZoG4PcAQlmdXvpfKOXnmifZ20.woff2\"},{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerIIkvY9C6I\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"sur7Ch5Me\\\":\\\"filter\\\",\\\"hhsjhC6ZX\\\":\\\"text\\\",\\\"wnL1fMvqr\\\":\\\"title\\\",\\\"DEuNAtvAF\\\":\\\"image\\\"}\",\"framerIntrinsicHeight\":\"257\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"X6RCGpcws\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"iUIMjdU7v\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"D6_sUXAxU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZHxUfutPs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"v98r8RmcM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"200\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (37fb21e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import{FilterItem}from\"https://framerusercontent.com/modules/4IJCb0cXtkisRS0AjZ61/SWSApusBfe98gNm78lJN/Featured_switcher.js\";import*as localizedValues from\"./oZ8XfOiNe-0.js\";const PhosphorFonts=getFonts(Phosphor);const MotionAFilterItem=FilterItem(motion.a);const enabledGestures={vi0bJAMaK:{hover:true}};const serializationHash=\"framer-wTHwv\";const variantClassNames={vi0bJAMaK:\"framer-v-kv31w8\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={ISu6qubzb:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,link,title,width,...props})=>{var _ref;return{...props,u3sILnRPl:link!==null&&link!==void 0?link:props.u3sILnRPl,v87IeDN5Z:(_ref=title!==null&&title!==void 0?title:props.v87IeDN5Z)!==null&&_ref!==void 0?_ref:\"Organic Advertising\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,u3sILnRPl,v87IeDN5Z,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"vi0bJAMaK\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:u3sILnRPl,openInNewTab:false,children:/*#__PURE__*/_jsxs(MotionAFilterItem,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-kv31w8\",className,classNames)} framer-1v7l4g9`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"vi0bJAMaK\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgba(0, 102, 255, 0)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},variants:{\"vi0bJAMaK-hover\":{backgroundColor:\"rgba(0, 102, 255, 0.05)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}},...addPropertyOverrides({\"vi0bJAMaK-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0lubm92YXRvciBHcm90ZXNrIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Innovator Grotesk Regular\", \"Innovator Grotesk Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.25em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7b84741b-5077-4d86-859f-9b907f09484d, rgb(0, 31, 77)))\"},children:\"Organic Advertising\"})}),className:\"framer-1fx7h23\",\"data-framer-name\":\"Title\",fonts:[\"CUSTOM;Innovator Grotesk Regular\"],layoutDependency:layoutDependency,layoutId:\"cftPzhBPT\",style:{\"--extracted-r6o4lv\":\"var(--token-7b84741b-5077-4d86-859f-9b907f09484d, rgb(0, 31, 77))\"},text:v87IeDN5Z,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-cdnrph\",layoutDependency:layoutDependency,layoutId:\"ThwOTbbBK\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tu65am-container\",layoutDependency:layoutDependency,layoutId:\"uPiCDZMfO-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-beae74c1-c8c1-4440-9c9f-5e479531b6fb, rgb(0, 102, 255))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowLeft\",id:\"uPiCDZMfO\",layoutId:\"uPiCDZMfO\",mirrored:true,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-wTHwv.framer-1v7l4g9, .framer-wTHwv .framer-1v7l4g9 { display: block; }\",\".framer-wTHwv.framer-kv31w8 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: wrap; gap: 4px; height: min-content; justify-content: flex-start; padding: 10px 14px 10px 14px; position: relative; text-decoration: none; width: 180px; }\",\".framer-wTHwv .framer-1fx7h23 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-wTHwv .framer-cdnrph { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-end; min-height: 16px; min-width: 16px; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-wTHwv .framer-1tu65am-container { flex: none; height: 16px; left: -16px; position: absolute; top: calc(50.00000000000002% - 16px / 2); width: 16px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wTHwv.framer-kv31w8, .framer-wTHwv .framer-cdnrph { gap: 0px; } .framer-wTHwv.framer-kv31w8 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-wTHwv.framer-kv31w8 > :first-child, .framer-wTHwv .framer-cdnrph > :first-child { margin-left: 0px; } .framer-wTHwv.framer-kv31w8 > :last-child, .framer-wTHwv .framer-cdnrph > :last-child { margin-right: 0px; } .framer-wTHwv .framer-cdnrph > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\".framer-wTHwv.framer-v-kv31w8.hover .framer-1tu65am-container { left: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 37.5\n * @framerIntrinsicWidth 180\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"RgOcGiWhw\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"u3sILnRPl\":\"link\",\"v87IeDN5Z\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameroZ8XfOiNe=withCSS(Component,css,\"framer-wTHwv\");export default FrameroZ8XfOiNe;FrameroZ8XfOiNe.displayName=\"nav/tabs/link\";FrameroZ8XfOiNe.defaultProps={height:37.5,width:180};addPropertyControls(FrameroZ8XfOiNe,{u3sILnRPl:{title:\"Link\",type:ControlType.Link},v87IeDN5Z:{defaultValue:\"Organic Advertising\",title:\"Title\",type:ControlType.String}});addFonts(FrameroZ8XfOiNe,[{explicitInter:true,fonts:[{family:\"Innovator Grotesk Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/zcWRjKmVIHPkTVue8j8VJzhmivo.woff2\"}]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameroZ8XfOiNe\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"u3sILnRPl\\\":\\\"link\\\",\\\"v87IeDN5Z\\\":\\\"title\\\"}\",\"framerIntrinsicWidth\":\"180\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"RgOcGiWhw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"37.5\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./oZ8XfOiNe.map", "// Generated by Framer (37fb21e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as localizedValues from\"./uHaMu5GSl-0.js\";const PhosphorFonts=getFonts(Phosphor);const enabledGestures={IgDfZI7s2:{hover:true}};const serializationHash=\"framer-n4vHc\";const variantClassNames={IgDfZI7s2:\"framer-v-3xldj9\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={ISu6qubzb:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({color,height,id,link,title,width,...props})=>{var _ref,_ref1;return{...props,arIGx7S12:(_ref=color!==null&&color!==void 0?color:props.arIGx7S12)!==null&&_ref!==void 0?_ref:\"var(--token-beae74c1-c8c1-4440-9c9f-5e479531b6fb, rgb(0, 102, 255))\",u3sILnRPl:link!==null&&link!==void 0?link:props.u3sILnRPl,v87IeDN5Z:(_ref1=title!==null&&title!==void 0?title:props.v87IeDN5Z)!==null&&_ref1!==void 0?_ref1:\"Organic Advertising\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,u3sILnRPl,v87IeDN5Z,arIGx7S12,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"IgDfZI7s2\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:u3sILnRPl,openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-3xldj9\",className,classNames)} framer-1q4p3xz`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"IgDfZI7s2\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgba(0, 102, 255, 0)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},variants:{\"IgDfZI7s2-hover\":{backgroundColor:\"rgba(0, 102, 255, 0.05)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}},...addPropertyOverrides({\"IgDfZI7s2-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0lubm92YXRvciBHcm90ZXNrIE1lZGl1bQ==\",\"--framer-font-family\":'\"Innovator Grotesk Medium\", \"Innovator Grotesk Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.25em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-arIGx7S12-uHaMu5GSl))\"},children:\"Organic Advertising\"})}),className:\"framer-bc9it8\",\"data-framer-name\":\"Title\",fonts:[\"CUSTOM;Innovator Grotesk Medium\"],layoutDependency:layoutDependency,layoutId:\"eVexDUc3E\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-arIGx7S12-uHaMu5GSl)\",\"--variable-reference-arIGx7S12-uHaMu5GSl\":arIGx7S12},text:v87IeDN5Z,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1n2cmr4\",layoutDependency:layoutDependency,layoutId:\"eqi9Z6lxb\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-16i0u7s-container\",layoutDependency:layoutDependency,layoutId:\"VBlkeWiso-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:arIGx7S12,height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowUpLeft\",id:\"VBlkeWiso\",layoutId:\"VBlkeWiso\",mirrored:true,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1v3afxn-container\",layoutDependency:layoutDependency,layoutId:\"HOc_YjPLa-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:arIGx7S12,height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowUpLeft\",id:\"HOc_YjPLa\",layoutId:\"HOc_YjPLa\",mirrored:true,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-n4vHc.framer-1q4p3xz, .framer-n4vHc .framer-1q4p3xz { display: block; }\",\".framer-n4vHc.framer-3xldj9 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; padding: 6px 10px 6px 12px; position: relative; text-decoration: none; width: min-content; }\",\".framer-n4vHc .framer-bc9it8 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-n4vHc .framer-1n2cmr4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-end; min-height: 16px; min-width: 16px; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-n4vHc .framer-16i0u7s-container { flex: none; height: 16px; left: 0px; position: absolute; top: calc(50.00000000000002% - 16px / 2); width: 16px; z-index: 1; }\",\".framer-n4vHc .framer-1v3afxn-container { bottom: -16px; flex: none; height: 16px; left: -16px; position: absolute; width: 16px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-n4vHc.framer-3xldj9, .framer-n4vHc .framer-1n2cmr4 { gap: 0px; } .framer-n4vHc.framer-3xldj9 > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-n4vHc.framer-3xldj9 > :first-child, .framer-n4vHc .framer-1n2cmr4 > :first-child { margin-left: 0px; } .framer-n4vHc.framer-3xldj9 > :last-child, .framer-n4vHc .framer-1n2cmr4 > :last-child { margin-right: 0px; } .framer-n4vHc .framer-1n2cmr4 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\".framer-n4vHc.framer-v-3xldj9.hover .framer-16i0u7s-container { bottom: 16px; left: 16px; top: unset; }\",\".framer-n4vHc.framer-v-3xldj9.hover .framer-1v3afxn-container { bottom: 0px; left: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 29.5\n * @framerIntrinsicWidth 173\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"Sr_wSbAwB\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"u3sILnRPl\":\"link\",\"v87IeDN5Z\":\"title\",\"arIGx7S12\":\"color\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameruHaMu5GSl=withCSS(Component,css,\"framer-n4vHc\");export default FrameruHaMu5GSl;FrameruHaMu5GSl.displayName=\"nav/tabs/link Copy\";FrameruHaMu5GSl.defaultProps={height:29.5,width:173};addPropertyControls(FrameruHaMu5GSl,{u3sILnRPl:{title:\"Link\",type:ControlType.Link},v87IeDN5Z:{defaultValue:\"Organic Advertising\",title:\"Title\",type:ControlType.String},arIGx7S12:{defaultValue:'var(--token-beae74c1-c8c1-4440-9c9f-5e479531b6fb, rgb(0, 102, 255)) /* {\"name\":\"Primary / Main\"} */',title:\"Color\",type:ControlType.Color}});addFonts(FrameruHaMu5GSl,[{explicitInter:true,fonts:[{family:\"Innovator Grotesk Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/PZDhrRJdtf0116kMvnwem7j3CY.woff2\"}]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameruHaMu5GSl\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Sr_wSbAwB\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"173\",\"framerIntrinsicHeight\":\"29.5\",\"framerVariables\":\"{\\\"u3sILnRPl\\\":\\\"link\\\",\\\"v87IeDN5Z\\\":\\\"title\\\",\\\"arIGx7S12\\\":\\\"color\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./uHaMu5GSl.map", "// Generated by Framer (37fb21e)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ChildrenCanSuspend,ComponentViewportProvider,ControlType,cx,getFonts,PathVariablesContext,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useQueryData,useRouter,useVariantState,withCSS,withMappedReactProps}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{FilterItem}from\"https://framerusercontent.com/modules/UWfLng8295MSLChOZNHK/7LzGrMBP79wl67Q6aIcw/ChatBot2Kin.js\";import{withBlock}from\"https://framerusercontent.com/modules/uvoG1b14OUhR18zdRVvm/O5JBEmz9Y11HZBVYXa9S/SafeAreaTest.js\";import{Collection}from\"https://framerusercontent.com/modules/4IJCb0cXtkisRS0AjZ61/SWSApusBfe98gNm78lJN/Featured_switcher.js\";import Products from\"https://framerusercontent.com/modules/g5iFXj9k4r8OqaSHcYxB/KiWzyPKJOZjED5pe6kpw/KqeJYHarg.js\";import NavbarFeaturedItem,*as NavbarFeaturedItemInfo from\"https://framerusercontent.com/modules/k38aEPEji17rRPflfvY5/B18INVBUi0DbVme4eKSX/IIkvY9C6I.js\";import NavTabsLink,*as NavTabsLinkInfo from\"https://framerusercontent.com/modules/Ol0Y5S2SUA9Qw0wyrvR3/0iVWxuqbp7Cbb1CuPCoB/oZ8XfOiNe.js\";import NavTabsLinkCopy from\"https://framerusercontent.com/modules/98SElqcEngNuz5fDdxOD/YgbIK8FPdFCN6urwW8X8/uHaMu5GSl.js\";import NavTabsTabItem from\"https://framerusercontent.com/modules/4bwhry1FXsqGGA8b9NNu/0uRxMZhVqihvPST5BxQU/vNqDH14PE.js\";import*as localizedValues from\"./Y7Lj9N1oz-0.js\";const NavTabsTabItemFonts=getFonts(NavTabsTabItem);const NavTabsLinkCopyFonts=getFonts(NavTabsLinkCopy);const NavTabsLinkFonts=getFonts(NavTabsLink);const NavTabsLinkFilterItemWithMappedReactPropskq06sr=withMappedReactProps(FilterItem(NavTabsLink),NavTabsLinkInfo);const NavbarFeaturedItemFonts=getFonts(NavbarFeaturedItem);const NavbarFeaturedItemCollectionWithMappedReactProps1hk25r9=withMappedReactProps(Collection(NavbarFeaturedItem),NavbarFeaturedItemInfo);const MotionDivWithBlock=withBlock(motion.div);const cycleOrder=[\"brdIPE7D3\",\"T66sumnyi\",\"Azbv4mGDK\",\"UWuIO8scy\"];const serializationHash=\"framer-hUlw8\";const variantClassNames={Azbv4mGDK:\"framer-v-106hwc8\",brdIPE7D3:\"framer-v-5t4bex\",T66sumnyi:\"framer-v-1d0oofv\",UWuIO8scy:\"framer-v-a0e2dw\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={ISu6qubzb:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const transition2={duration:0,type:\"tween\"};const query=prequery=>prequery({from:{alias:\"FfZXGNpr7\",data:Products,type:\"Collection\"},select:[{collection:\"FfZXGNpr7\",name:\"UwF23C_bC\",type:\"Identifier\"},{collection:\"FfZXGNpr7\",name:\"vrHBosT2D\",type:\"Identifier\"},{collection:\"FfZXGNpr7\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"FfZXGNpr7\",name:\"lNHyuAtN4\",type:\"Identifier\"},operator:\"and\",right:{left:{collection:\"FfZXGNpr7\",name:\"ZtEqOYUqL\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"ZbPYBlBOq\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}});const query1=prequery=>prequery({from:{alias:\"FfZXGNpr7\",data:Products,type:\"Collection\"},select:[{collection:\"FfZXGNpr7\",name:\"UwF23C_bC\",type:\"Identifier\"},{collection:\"FfZXGNpr7\",name:\"vrHBosT2D\",type:\"Identifier\"},{collection:\"FfZXGNpr7\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{arguments:[{collection:\"FfZXGNpr7\",name:\"vrHBosT2D\",type:\"Identifier\"},{type:\"LiteralValue\",value:\"Chat Bot\"}],functionName:\"CONTAINS\",type:\"FunctionCall\"},operator:\"or\",right:{arguments:[{collection:\"FfZXGNpr7\",name:\"vrHBosT2D\",type:\"Identifier\"},{type:\"LiteralValue\",value:\"Flow Analytics\"}],functionName:\"CONTAINS\",type:\"FunctionCall\"},type:\"BinaryOperation\"},operator:\"or\",right:{left:{collection:\"FfZXGNpr7\",name:\"vrHBosT2D\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"Flows\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}});const query2=prequery=>prequery({from:{alias:\"FfZXGNpr7\",data:Products,type:\"Collection\"},select:[{collection:\"FfZXGNpr7\",name:\"UwF23C_bC\",type:\"Identifier\"},{collection:\"FfZXGNpr7\",name:\"vrHBosT2D\",type:\"Identifier\"},{collection:\"FfZXGNpr7\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"FfZXGNpr7\",name:\"lNHyuAtN4\",type:\"Identifier\"},operator:\"and\",right:{left:{collection:\"FfZXGNpr7\",name:\"ZtEqOYUqL\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"vRsOu2JmD\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}});const query3=prequery=>prequery({from:{alias:\"FfZXGNpr7\",data:Products,type:\"Collection\"},select:[{collection:\"FfZXGNpr7\",name:\"UwF23C_bC\",type:\"Identifier\"},{collection:\"FfZXGNpr7\",name:\"vrHBosT2D\",type:\"Identifier\"},{collection:\"FfZXGNpr7\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"FfZXGNpr7\",name:\"lNHyuAtN4\",type:\"Identifier\"},operator:\"and\",right:{left:{collection:\"FfZXGNpr7\",name:\"ZtEqOYUqL\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"MuFYtJxs4\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}});const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"brdIPE7D3\",\"Variant 2\":\"T66sumnyi\",\"Variant 3\":\"Azbv4mGDK\",\"Variant 4\":\"UWuIO8scy\"};const getProps=({desktop,height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref,_ref1;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"brdIPE7D3\",x5YJGMN2C:(_ref1=desktop!==null&&desktop!==void 0?desktop:props.x5YJGMN2C)!==null&&_ref1!==void 0?_ref1:true};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,x5YJGMN2C,UwF23C_bCFfZXGNpr7,vrHBosT2DFfZXGNpr7,idFfZXGNpr7,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"brdIPE7D3\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const saD4cdnC610pdb8b=activeVariantCallback(async(...args)=>{setVariant(\"brdIPE7D3\");});const saD4cdnC61rhyvha=activeVariantCallback(async(...args)=>{setVariant(\"Azbv4mGDK\");});const saD4cdnC6xhsvto=activeVariantCallback(async(...args)=>{setVariant(\"T66sumnyi\");});const saD4cdnC6conjip=activeVariantCallback(async(...args)=>{setVariant(\"UWuIO8scy\");});const onMouseEnterxhsvto=activeVariantCallback(async(...args)=>{setVariant(\"T66sumnyi\");});const onMouseEnter1rhyvha=activeVariantCallback(async(...args)=>{setVariant(\"Azbv4mGDK\");});const onMouseEnterconjip=activeVariantCallback(async(...args)=>{setVariant(\"UWuIO8scy\");});const ref1=React.useRef(null);const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-5t4bex\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"brdIPE7D3\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({Azbv4mGDK:{\"data-framer-name\":\"Variant 3\"},T66sumnyi:{\"data-framer-name\":\"Variant 2\"},UWuIO8scy:{\"data-framer-name\":\"Variant 4\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1sik40r\",layoutDependency:layoutDependency,layoutId:\"zLrju4THM\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"WKIaLv4Kh\"},implicitPathVariables:undefined},{href:{webPageId:\"WKIaLv4Kh\"},implicitPathVariables:undefined},{href:{webPageId:\"WKIaLv4Kh\"},implicitPathVariables:undefined},{href:{webPageId:\"WKIaLv4Kh\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-a63lpb-container\",layoutDependency:layoutDependency,layoutId:\"xvjHbTpNz-container\",children:/*#__PURE__*/_jsx(NavTabsTabItem,{aH6RCfkTy:resolvedLinks[0],b1AdClUia:true,height:\"100%\",id:\"xvjHbTpNz\",layoutId:\"xvjHbTpNz\",LYhN8Wmbt:\"rgb(255, 255, 255)\",saD4cdnC6:saD4cdnC610pdb8b,style:{width:\"100%\"},variant:\"SKpNdbEc8\",width:\"100%\",Xgr0y77Qr:\"Talent Attraction\",YFXX0Zwd3:\"Megaphone\",...addPropertyOverrides({Azbv4mGDK:{aH6RCfkTy:resolvedLinks[2],variant:\"tgL5t4pvP\"},T66sumnyi:{aH6RCfkTy:resolvedLinks[1],variant:\"tgL5t4pvP\"},UWuIO8scy:{aH6RCfkTy:resolvedLinks[3],variant:\"tgL5t4pvP\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"rxLAx9PTs\"},implicitPathVariables:undefined},{href:{webPageId:\"rxLAx9PTs\"},implicitPathVariables:undefined},{href:{webPageId:\"rxLAx9PTs\"},implicitPathVariables:undefined},{href:{webPageId:\"rxLAx9PTs\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+52,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1g6juzw-container\",layoutDependency:layoutDependency,layoutId:\"zPkzT5Zrd-container\",children:/*#__PURE__*/_jsx(NavTabsTabItem,{aH6RCfkTy:resolvedLinks1[0],b1AdClUia:true,height:\"100%\",id:\"zPkzT5Zrd\",layoutId:\"zPkzT5Zrd\",LYhN8Wmbt:\"rgb(255, 255, 255)\",saD4cdnC6:saD4cdnC61rhyvha,style:{width:\"100%\"},variant:\"tgL5t4pvP\",width:\"100%\",Xgr0y77Qr:\"Career Hubs\",YFXX0Zwd3:\"Laptop\",...addPropertyOverrides({Azbv4mGDK:{aH6RCfkTy:resolvedLinks1[2],variant:\"SKpNdbEc8\"},T66sumnyi:{aH6RCfkTy:resolvedLinks1[1]},UWuIO8scy:{aH6RCfkTy:resolvedLinks1[3]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"IBhsowqdh\"},implicitPathVariables:undefined},{href:{webPageId:\"IBhsowqdh\"},implicitPathVariables:undefined},{href:{webPageId:\"IBhsowqdh\"},implicitPathVariables:undefined},{href:{webPageId:\"IBhsowqdh\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+104,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-7vx2ly-container\",layoutDependency:layoutDependency,layoutId:\"VT0AnZYXT-container\",children:/*#__PURE__*/_jsx(NavTabsTabItem,{aH6RCfkTy:resolvedLinks2[0],b1AdClUia:false,height:\"100%\",id:\"VT0AnZYXT\",layoutId:\"VT0AnZYXT\",LYhN8Wmbt:\"rgb(255, 255, 255)\",saD4cdnC6:saD4cdnC6xhsvto,style:{width:\"100%\"},variant:\"tgL5t4pvP\",width:\"100%\",Xgr0y77Qr:\"CRM & Journeys\",YFXX0Zwd3:\"Signpost\",...addPropertyOverrides({Azbv4mGDK:{aH6RCfkTy:resolvedLinks2[2]},T66sumnyi:{aH6RCfkTy:resolvedLinks2[1],variant:\"SKpNdbEc8\"},UWuIO8scy:{aH6RCfkTy:resolvedLinks2[3]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"u5BW7CjuL\"},implicitPathVariables:undefined},{href:{webPageId:\"u5BW7CjuL\"},implicitPathVariables:undefined},{href:{webPageId:\"u5BW7CjuL\"},implicitPathVariables:undefined},{href:{webPageId:\"u5BW7CjuL\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+156,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-risz1q-container\",layoutDependency:layoutDependency,layoutId:\"Kn6qbB1ed-container\",children:/*#__PURE__*/_jsx(NavTabsTabItem,{aH6RCfkTy:resolvedLinks3[0],b1AdClUia:false,height:\"100%\",id:\"Kn6qbB1ed\",layoutId:\"Kn6qbB1ed\",LYhN8Wmbt:\"rgb(255, 255, 255)\",saD4cdnC6:saD4cdnC6conjip,variant:\"tgL5t4pvP\",width:\"100%\",Xgr0y77Qr:\"Reporting & Analytics\",YFXX0Zwd3:\"ChartPieSlice\",...addPropertyOverrides({Azbv4mGDK:{aH6RCfkTy:resolvedLinks3[2]},T66sumnyi:{aH6RCfkTy:resolvedLinks3[1]},UWuIO8scy:{aH6RCfkTy:resolvedLinks3[3],variant:\"SKpNdbEc8\"}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsxs(MotionDivWithBlock,{className:\"framer-pq5fx2\",layoutDependency:layoutDependency,layoutId:\"CdN6WVmRF\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},...addPropertyOverrides({Azbv4mGDK:{\"data-highlight\":true,onMouseEnter:onMouseEnter1rhyvha},T66sumnyi:{\"data-highlight\":true,onMouseEnter:onMouseEnterxhsvto},UWuIO8scy:{\"data-highlight\":true,onMouseEnter:onMouseEnterconjip}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1713rmx\",layoutDependency:layoutDependency,layoutId:\"gnp1TgFDz\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-h6893e\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"lWLAsjexn\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-34535c1d-db24-4676-abe8-6dfc10e70e4e, rgb(207, 225, 254))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-59c84003-d24d-4093-a457-d5e7381532ee, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0lubm92YXRvciBHcm90ZXNrIFNlbWkgQm9sZA==\",\"--framer-font-family\":'\"Innovator Grotesk Semi Bold\", \"Innovator Grotesk Semi Bold Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d46fbede-c687-4792-9530-739e7c8119c5, rgb(0, 0, 0)))\"},children:\"Reach the future of your workforce\"})}),className:\"framer-grcibu\",\"data-framer-name\":\"Title\",fonts:[\"CUSTOM;Innovator Grotesk Semi Bold\"],layoutDependency:layoutDependency,layoutId:\"dpkVyzNqj\",style:{\"--extracted-r6o4lv\":\"var(--token-d46fbede-c687-4792-9530-739e7c8119c5, rgb(0, 0, 0))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Azbv4mGDK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0lubm92YXRvciBHcm90ZXNrIFNlbWkgQm9sZA==\",\"--framer-font-family\":'\"Innovator Grotesk Semi Bold\", \"Innovator Grotesk Semi Bold Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d46fbede-c687-4792-9530-739e7c8119c5, rgb(0, 0, 0)))\"},children:\"Careers hubs for your talent communities\"})})},T66sumnyi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0lubm92YXRvciBHcm90ZXNrIFNlbWkgQm9sZA==\",\"--framer-font-family\":'\"Innovator Grotesk Semi Bold\", \"Innovator Grotesk Semi Bold Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d46fbede-c687-4792-9530-739e7c8119c5, rgb(0, 0, 0)))\"},children:\"Dynamic, real-time candidate journeys\"})})},UWuIO8scy:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0lubm92YXRvciBHcm90ZXNrIFNlbWkgQm9sZA==\",\"--framer-font-family\":'\"Innovator Grotesk Semi Bold\", \"Innovator Grotesk Semi Bold Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d46fbede-c687-4792-9530-739e7c8119c5, rgb(0, 0, 0)))\"},children:\"Understand the people behind the clicks\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"WKIaLv4Kh\"},implicitPathVariables:undefined},{href:{webPageId:\"IBhsowqdh\"},implicitPathVariables:undefined},{href:{webPageId:\"rxLAx9PTs\"},implicitPathVariables:undefined},{href:{webPageId:\"u5BW7CjuL\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-58rgtk-container\",layoutDependency:layoutDependency,layoutId:\"J7Pc3vN8a-container\",children:/*#__PURE__*/_jsx(NavTabsLinkCopy,{arIGx7S12:\"var(--token-beae74c1-c8c1-4440-9c9f-5e479531b6fb, rgb(0, 102, 255))\",height:\"100%\",id:\"J7Pc3vN8a\",layoutId:\"J7Pc3vN8a\",u3sILnRPl:resolvedLinks4[0],v87IeDN5Z:\"Learn more\",width:\"100%\",...addPropertyOverrides({Azbv4mGDK:{u3sILnRPl:resolvedLinks4[2]},T66sumnyi:{u3sILnRPl:resolvedLinks4[1]},UWuIO8scy:{u3sILnRPl:resolvedLinks4[3]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-oy43hm\",layoutDependency:layoutDependency,layoutId:\"FfZXGNpr7\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"FfZXGNpr7\",data:Products,type:\"Collection\"},select:[{collection:\"FfZXGNpr7\",name:\"UwF23C_bC\",type:\"Identifier\"},{collection:\"FfZXGNpr7\",name:\"vrHBosT2D\",type:\"Identifier\"},{collection:\"FfZXGNpr7\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"FfZXGNpr7\",name:\"lNHyuAtN4\",type:\"Identifier\"},operator:\"and\",right:{left:{collection:\"FfZXGNpr7\",name:\"ZtEqOYUqL\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"ZbPYBlBOq\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}},...addPropertyOverrides({Azbv4mGDK:{query:{from:{alias:\"FfZXGNpr7\",data:Products,type:\"Collection\"},select:[{collection:\"FfZXGNpr7\",name:\"UwF23C_bC\",type:\"Identifier\"},{collection:\"FfZXGNpr7\",name:\"vrHBosT2D\",type:\"Identifier\"},{collection:\"FfZXGNpr7\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"FfZXGNpr7\",name:\"lNHyuAtN4\",type:\"Identifier\"},operator:\"and\",right:{left:{collection:\"FfZXGNpr7\",name:\"ZtEqOYUqL\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"vRsOu2JmD\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}}},T66sumnyi:{query:{from:{alias:\"FfZXGNpr7\",data:Products,type:\"Collection\"},select:[{collection:\"FfZXGNpr7\",name:\"UwF23C_bC\",type:\"Identifier\"},{collection:\"FfZXGNpr7\",name:\"vrHBosT2D\",type:\"Identifier\"},{collection:\"FfZXGNpr7\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{arguments:[{collection:\"FfZXGNpr7\",name:\"vrHBosT2D\",type:\"Identifier\"},{type:\"LiteralValue\",value:\"Chat Bot\"}],functionName:\"CONTAINS\",type:\"FunctionCall\"},operator:\"or\",right:{arguments:[{collection:\"FfZXGNpr7\",name:\"vrHBosT2D\",type:\"Identifier\"},{type:\"LiteralValue\",value:\"Flow Analytics\"}],functionName:\"CONTAINS\",type:\"FunctionCall\"},type:\"BinaryOperation\"},operator:\"or\",right:{left:{collection:\"FfZXGNpr7\",name:\"vrHBosT2D\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"Flows\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}}},UWuIO8scy:{query:{from:{alias:\"FfZXGNpr7\",data:Products,type:\"Collection\"},select:[{collection:\"FfZXGNpr7\",name:\"UwF23C_bC\",type:\"Identifier\"},{collection:\"FfZXGNpr7\",name:\"vrHBosT2D\",type:\"Identifier\"},{collection:\"FfZXGNpr7\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"FfZXGNpr7\",name:\"lNHyuAtN4\",type:\"Identifier\"},operator:\"and\",right:{left:{collection:\"FfZXGNpr7\",name:\"ZtEqOYUqL\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"MuFYtJxs4\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}}}},baseVariant,gestureVariant),children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection.map(({\"UwF23C_bC\":UwF23C_bCFfZXGNpr7,\"vrHBosT2D\":vrHBosT2DFfZXGNpr7,\"id\":idFfZXGNpr7},i)=>{UwF23C_bCFfZXGNpr7!==null&&UwF23C_bCFfZXGNpr7!==void 0?UwF23C_bCFfZXGNpr7:UwF23C_bCFfZXGNpr7=\"\";vrHBosT2DFfZXGNpr7!==null&&vrHBosT2DFfZXGNpr7!==void 0?vrHBosT2DFfZXGNpr7:vrHBosT2DFfZXGNpr7=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`FfZXGNpr7-${idFfZXGNpr7}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{UwF23C_bC:UwF23C_bCFfZXGNpr7},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{UwF23C_bC:UwF23C_bCFfZXGNpr7},webPageId:\"umZPdo3TY\"},implicitPathVariables:undefined},{href:{pathVariables:{UwF23C_bC:UwF23C_bCFfZXGNpr7},webPageId:\"umZPdo3TY\"},implicitPathVariables:undefined},{href:{pathVariables:{UwF23C_bC:UwF23C_bCFfZXGNpr7},webPageId:\"umZPdo3TY\"},implicitPathVariables:undefined},{href:{pathVariables:{UwF23C_bC:UwF23C_bCFfZXGNpr7},webPageId:\"umZPdo3TY\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:37,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-uw79gd-container\",layoutDependency:layoutDependency,layoutId:\"sy5bl4aRx-container\",children:/*#__PURE__*/_jsx(NavTabsLinkFilterItemWithMappedReactPropskq06sr,{height:\"100%\",id:\"sy5bl4aRx\",layoutId:\"sy5bl4aRx\",style:{width:\"100%\"},u3sILnRPl:resolvedLinks5[0],v87IeDN5Z:vrHBosT2DFfZXGNpr7,width:\"100%\",...addPropertyOverrides({Azbv4mGDK:{u3sILnRPl:resolvedLinks5[2]},T66sumnyi:{u3sILnRPl:resolvedLinks5[1]},UWuIO8scy:{u3sILnRPl:resolvedLinks5[3]}},baseVariant,gestureVariant)})})})})})},idFfZXGNpr7);})})})})})})]}),x5YJGMN2C&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:257,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+12,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-18gbngg-container\",layoutDependency:layoutDependency,layoutId:\"Wzl4M5am7-container\",children:/*#__PURE__*/_jsx(NavbarFeaturedItemCollectionWithMappedReactProps1hk25r9,{DEuNAtvAF:addImageAlt({src:\"https://framerusercontent.com/images/7SE1Jexi0h1hFzzjPw8kO7TelxY.png\",srcSet:\"https://framerusercontent.com/images/7SE1Jexi0h1hFzzjPw8kO7TelxY.png?scale-down-to=1024 982w,https://framerusercontent.com/images/7SE1Jexi0h1hFzzjPw8kO7TelxY.png 1583w\"},\"\"),height:\"100%\",hhsjhC6ZX:\"Social media advertising, programmatic job distribution, performance tracking, and recruitment spend optimisation.\",id:\"Wzl4M5am7\",layoutId:\"Wzl4M5am7\",style:{width:\"100%\"},sur7Ch5Me:\"\",variant:\"X6RCGpcws\",width:\"100%\",wnL1fMvqr:\"Talent Attraction\",...addPropertyOverrides({Azbv4mGDK:{DEuNAtvAF:addImageAlt({src:\"https://framerusercontent.com/images/YKpiTY33wBVc45jzh1ECwAB5y8.png\",srcSet:\"https://framerusercontent.com/images/YKpiTY33wBVc45jzh1ECwAB5y8.png?scale-down-to=512 512w,https://framerusercontent.com/images/YKpiTY33wBVc45jzh1ECwAB5y8.png 929w\"},\"\"),hhsjhC6ZX:\"We work with you to build award winning careers hubs optimised for scale, with built-in performance, localisation and collaboration tools.\",wnL1fMvqr:\"Career hubs\"},T66sumnyi:{DEuNAtvAF:addImageAlt({src:\"https://framerusercontent.com/images/PIebzP0PpWCRBrXDQL5rr88kRk.png\",srcSet:\"https://framerusercontent.com/images/PIebzP0PpWCRBrXDQL5rr88kRk.png?scale-down-to=512 512w,https://framerusercontent.com/images/PIebzP0PpWCRBrXDQL5rr88kRk.png 881w\"},\"\"),hhsjhC6ZX:\"Engage candidates at every stage of their journey through dynamic and personalised experiences, powered by real-time candidate data.\",wnL1fMvqr:\"Candidate Journeys\"},UWuIO8scy:{DEuNAtvAF:addImageAlt({src:\"https://framerusercontent.com/images/NjIfuN0BAXLgDi0SKfv9nZ3pvHA.png\",srcSet:\"https://framerusercontent.com/images/NjIfuN0BAXLgDi0SKfv9nZ3pvHA.png 962w\"},\"\"),hhsjhC6ZX:\"Get a single view of your candidate journey across your hiring channels and an objective, single source of truth for all of your hiring data.\",wnL1fMvqr:\"Reporting & Analytics\"}},baseVariant,gestureVariant)})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-hUlw8.framer-epqmws, .framer-hUlw8 .framer-epqmws { display: block; }\",\".framer-hUlw8.framer-5t4bex { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1084px; }\",\".framer-hUlw8 .framer-1sik40r { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-hUlw8 .framer-a63lpb-container, .framer-hUlw8 .framer-1g6juzw-container, .framer-hUlw8 .framer-7vx2ly-container { align-self: stretch; flex: none; height: auto; position: relative; width: auto; }\",\".framer-hUlw8 .framer-risz1q-container, .framer-hUlw8 .framer-58rgtk-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-hUlw8 .framer-pq5fx2 { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: auto; justify-content: flex-start; overflow: visible; padding: 12px; position: relative; width: 1px; }\",\".framer-hUlw8 .framer-1713rmx { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-hUlw8 .framer-h6893e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px 8px 14px 14px; position: relative; width: 100%; z-index: 1; }\",\".framer-hUlw8 .framer-grcibu { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-hUlw8 .framer-oy43hm { display: grid; flex: none; gap: 4px; grid-auto-rows: min-content; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); height: min-content; justify-content: start; padding: 0px; position: relative; width: 100%; }\",\".framer-hUlw8 .framer-uw79gd-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-hUlw8 .framer-18gbngg-container { flex: 0.5 0 0px; height: auto; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hUlw8.framer-5t4bex, .framer-hUlw8 .framer-1sik40r, .framer-hUlw8 .framer-pq5fx2, .framer-hUlw8 .framer-1713rmx, .framer-hUlw8 .framer-h6893e { gap: 0px; } .framer-hUlw8.framer-5t4bex > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-hUlw8.framer-5t4bex > :first-child, .framer-hUlw8 .framer-pq5fx2 > :first-child, .framer-hUlw8 .framer-h6893e > :first-child { margin-left: 0px; } .framer-hUlw8.framer-5t4bex > :last-child, .framer-hUlw8 .framer-pq5fx2 > :last-child, .framer-hUlw8 .framer-h6893e > :last-child { margin-right: 0px; } .framer-hUlw8 .framer-1sik40r > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-hUlw8 .framer-1sik40r > :first-child, .framer-hUlw8 .framer-1713rmx > :first-child { margin-top: 0px; } .framer-hUlw8 .framer-1sik40r > :last-child, .framer-hUlw8 .framer-1713rmx > :last-child { margin-bottom: 0px; } .framer-hUlw8 .framer-pq5fx2 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-hUlw8 .framer-1713rmx > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-hUlw8 .framer-h6893e > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } }\",'.framer-hUlw8[data-border=\"true\"]::after, .framer-hUlw8 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 281\n * @framerIntrinsicWidth 1084\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"T66sumnyi\":{\"layout\":[\"fixed\",\"auto\"]},\"Azbv4mGDK\":{\"layout\":[\"fixed\",\"auto\"]},\"UWuIO8scy\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"x5YJGMN2C\":\"desktop\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerY7Lj9N1oz=withCSS(Component,css,\"framer-hUlw8\");export default FramerY7Lj9N1oz;FramerY7Lj9N1oz.displayName=\"nav/nav-tabs\";FramerY7Lj9N1oz.defaultProps={height:281,width:1084};addPropertyControls(FramerY7Lj9N1oz,{variant:{options:[\"brdIPE7D3\",\"T66sumnyi\",\"Azbv4mGDK\",\"UWuIO8scy\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\"],title:\"Variant\",type:ControlType.Enum},x5YJGMN2C:{defaultValue:true,title:\"Desktop\",type:ControlType.Boolean}});addFonts(FramerY7Lj9N1oz,[{explicitInter:true,fonts:[{family:\"Innovator Grotesk Semi Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/0ZoG4PcAQlmdXvpfKOXnmifZ20.woff2\"}]},...NavTabsTabItemFonts,...NavTabsLinkCopyFonts,...NavTabsLinkFonts,...NavbarFeaturedItemFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerY7Lj9N1oz\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"T66sumnyi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Azbv4mGDK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"UWuIO8scy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"281\",\"framerVariables\":\"{\\\"x5YJGMN2C\\\":\\\"desktop\\\"}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1084\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (37fb21e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Image,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/i9GayUyuKzq5AZLIseXV/SlideShow.js\";import{withBlock}from\"https://framerusercontent.com/modules/uvoG1b14OUhR18zdRVvm/O5JBEmz9Y11HZBVYXa9S/SafeAreaTest.js\";import StylableHubspot from\"https://framerusercontent.com/modules/37UPavN8oBfuY153XtAV/A7BOd88JNyUOr4zi5Mcx/StylableHubspot.js\";import NavTabsSmallButton from\"https://framerusercontent.com/modules/3bWjItmBZ6SGkywVM5Mb/acqxV0Qu8yxVPPOTGT9r/Ea3E0LrB7.js\";import NavTabsTabItem from\"https://framerusercontent.com/modules/4bwhry1FXsqGGA8b9NNu/0uRxMZhVqihvPST5BxQU/vNqDH14PE.js\";import*as localizedValues from\"./yIpzui8o4-0.js\";const NavTabsTabItemFonts=getFonts(NavTabsTabItem);const NavTabsSmallButtonFonts=getFonts(NavTabsSmallButton);const SlideshowFonts=getFonts(Slideshow);const TickerFonts=getFonts(Ticker);const StylableHubspotFonts=getFonts(StylableHubspot);const MotionDivWithBlock=withBlock(motion.div);const cycleOrder=[\"ksWpA7Tco\",\"qpZPGAXi0\",\"ESazWCBt7\",\"ZMxKpLQ5z\"];const serializationHash=\"framer-86yd0\";const variantClassNames={ESazWCBt7:\"framer-v-1w8u0wa\",ksWpA7Tco:\"framer-v-106e56o\",qpZPGAXi0:\"framer-v-2cj4jn\",ZMxKpLQ5z:\"framer-v-gjkto4\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={ISu6qubzb:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const transition2={duration:0,type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"ksWpA7Tco\",\"Variant 2\":\"qpZPGAXi0\",\"Variant 3\":\"ESazWCBt7\",\"Variant 4\":\"ZMxKpLQ5z\"};const getProps=({desktopView,height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref,_ref1;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"ksWpA7Tco\",x5YJGMN2C:(_ref1=desktopView!==null&&desktopView!==void 0?desktopView:props.x5YJGMN2C)!==null&&_ref1!==void 0?_ref1:true};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,x5YJGMN2C,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ksWpA7Tco\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const saD4cdnC619gn6un=activeVariantCallback(async(...args)=>{setVariant(\"ksWpA7Tco\");});const saD4cdnC6ufxrjy=activeVariantCallback(async(...args)=>{setVariant(\"qpZPGAXi0\");});const saD4cdnC6c9mfz4=activeVariantCallback(async(...args)=>{setVariant(\"ESazWCBt7\");});const saD4cdnC6b4i2ue=activeVariantCallback(async(...args)=>{setVariant(\"ZMxKpLQ5z\");});const onMouseEnterufxrjy=activeVariantCallback(async(...args)=>{setVariant(\"qpZPGAXi0\");});const onMouseEnterc9mfz4=activeVariantCallback(async(...args)=>{setVariant(\"ESazWCBt7\");});const onMouseEnterb4i2ue=activeVariantCallback(async(...args)=>{setVariant(\"ZMxKpLQ5z\");});const ref1=React.useRef(null);const router=useRouter();const isDisplayed=()=>{if(baseVariant===\"ZMxKpLQ5z\")return false;return true;};const isDisplayed1=()=>{if([\"qpZPGAXi0\",\"ESazWCBt7\",\"ZMxKpLQ5z\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"qpZPGAXi0\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"ESazWCBt7\")return true;return false;};const isDisplayed4=()=>{if(baseVariant===\"ZMxKpLQ5z\")return true;return false;};const isDisplayed5=value=>{if(baseVariant===\"ZMxKpLQ5z\")return true;return value;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-106e56o\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"ksWpA7Tco\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({ESazWCBt7:{\"data-framer-name\":\"Variant 3\"},qpZPGAXi0:{\"data-framer-name\":\"Variant 2\"},ZMxKpLQ5z:{\"data-framer-name\":\"Variant 4\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xyootn\",layoutDependency:layoutDependency,layoutId:\"ZEIBpp8iD\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"KLuN9cI91\"},implicitPathVariables:undefined},{href:{webPageId:\"KLuN9cI91\"},implicitPathVariables:undefined},{href:{webPageId:\"KLuN9cI91\"},implicitPathVariables:undefined},{href:{webPageId:\"KLuN9cI91\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"210px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1o4va62-container\",layoutDependency:layoutDependency,layoutId:\"x1b7c6vVh-container\",children:/*#__PURE__*/_jsx(NavTabsTabItem,{aH6RCfkTy:resolvedLinks[0],b1AdClUia:true,height:\"100%\",id:\"x1b7c6vVh\",layoutId:\"x1b7c6vVh\",LYhN8Wmbt:\"rgb(255, 255, 255)\",saD4cdnC6:saD4cdnC619gn6un,style:{width:\"100%\"},variant:\"SKpNdbEc8\",width:\"100%\",Xgr0y77Qr:\"About\",YFXX0Zwd3:\"UsersFour\",...addPropertyOverrides({ESazWCBt7:{aH6RCfkTy:resolvedLinks[2],variant:\"tgL5t4pvP\"},qpZPGAXi0:{aH6RCfkTy:resolvedLinks[1],variant:\"tgL5t4pvP\"},ZMxKpLQ5z:{aH6RCfkTy:resolvedLinks[3],variant:\"tgL5t4pvP\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"DOGHxUCcg\"},implicitPathVariables:undefined},{href:{webPageId:\"DOGHxUCcg\"},implicitPathVariables:undefined},{href:{webPageId:\"DOGHxUCcg\"},implicitPathVariables:undefined},{href:{webPageId:\"DOGHxUCcg\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"210px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+52,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ox6lgb-container\",layoutDependency:layoutDependency,layoutId:\"pfaKp1XmS-container\",children:/*#__PURE__*/_jsx(NavTabsTabItem,{aH6RCfkTy:resolvedLinks1[0],b1AdClUia:false,height:\"100%\",id:\"pfaKp1XmS\",layoutId:\"pfaKp1XmS\",LYhN8Wmbt:\"rgb(255, 255, 255)\",saD4cdnC6:saD4cdnC6ufxrjy,style:{width:\"100%\"},variant:\"tgL5t4pvP\",width:\"100%\",Xgr0y77Qr:\"Customer Success\",YFXX0Zwd3:\"Handshake\",...addPropertyOverrides({ESazWCBt7:{aH6RCfkTy:resolvedLinks1[2]},qpZPGAXi0:{aH6RCfkTy:resolvedLinks1[1],variant:\"SKpNdbEc8\"},ZMxKpLQ5z:{aH6RCfkTy:resolvedLinks1[3]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"210px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+104,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-6o3xm6-container\",layoutDependency:layoutDependency,layoutId:\"PgaKycryB-container\",children:/*#__PURE__*/_jsx(NavTabsTabItem,{aH6RCfkTy:\"https://careers.inploi.com/\",b1AdClUia:true,height:\"100%\",id:\"PgaKycryB\",layoutId:\"PgaKycryB\",LYhN8Wmbt:\"rgb(255, 255, 255)\",saD4cdnC6:saD4cdnC6c9mfz4,style:{width:\"100%\"},variant:\"tgL5t4pvP\",width:\"100%\",Xgr0y77Qr:\"Careers\",YFXX0Zwd3:\"MegaphoneSimple\",...addPropertyOverrides({ESazWCBt7:{variant:\"SKpNdbEc8\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ssENdmcpk\"},implicitPathVariables:undefined},{href:{webPageId:\"ssENdmcpk\"},implicitPathVariables:undefined},{href:{webPageId:\"ssENdmcpk\"},implicitPathVariables:undefined},{href:{webPageId:\"ssENdmcpk\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"210px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+156,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fz987q-container\",layoutDependency:layoutDependency,layoutId:\"uCwcNbkPU-container\",children:/*#__PURE__*/_jsx(NavTabsTabItem,{aH6RCfkTy:resolvedLinks2[0],b1AdClUia:false,height:\"100%\",id:\"uCwcNbkPU\",layoutId:\"uCwcNbkPU\",LYhN8Wmbt:\"rgb(255, 255, 255)\",saD4cdnC6:saD4cdnC6b4i2ue,style:{width:\"100%\"},variant:\"tgL5t4pvP\",width:\"100%\",Xgr0y77Qr:\"Contact\",YFXX0Zwd3:\"ChatCircleText\",...addPropertyOverrides({ESazWCBt7:{aH6RCfkTy:resolvedLinks2[2]},qpZPGAXi0:{aH6RCfkTy:resolvedLinks2[1]},ZMxKpLQ5z:{aH6RCfkTy:resolvedLinks2[3],variant:\"SKpNdbEc8\"}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsxs(MotionDivWithBlock,{className:\"framer-1fs76cr\",layoutDependency:layoutDependency,layoutId:\"GBFM6FJJm\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},...addPropertyOverrides({ESazWCBt7:{\"data-highlight\":true,onMouseEnter:onMouseEnterc9mfz4},qpZPGAXi0:{\"data-highlight\":true,onMouseEnter:onMouseEnterufxrjy},ZMxKpLQ5z:{\"data-highlight\":true,onMouseEnter:onMouseEnterb4i2ue}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fkvrq0\",layoutDependency:layoutDependency,layoutId:\"wyT6htgYa\",style:{backgroundColor:\"var(--token-59c84003-d24d-4093-a457-d5e7381532ee, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0lubm92YXRvciBHcm90ZXNrIFNlbWkgQm9sZA==\",\"--framer-font-family\":'\"Innovator Grotesk Semi Bold\", \"Innovator Grotesk Semi Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d46fbede-c687-4792-9530-739e7c8119c5, rgb(0, 0, 0)))\"},children:\"We\u2019re building the future of\\xa0hiring\"})}),className:\"framer-2xgrgr\",\"data-framer-name\":\"Title\",fonts:[\"CUSTOM;Innovator Grotesk Semi Bold\"],layoutDependency:layoutDependency,layoutId:\"ovxULeB0E\",style:{\"--extracted-r6o4lv\":\"var(--token-d46fbede-c687-4792-9530-739e7c8119c5, rgb(0, 0, 0))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ESazWCBt7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0lubm92YXRvciBHcm90ZXNrIFNlbWkgQm9sZA==\",\"--framer-font-family\":'\"Innovator Grotesk Semi Bold\", \"Innovator Grotesk Semi Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d46fbede-c687-4792-9530-739e7c8119c5, rgb(0, 0, 0)))\"},children:\"Tech by humans, for humans\"})})},qpZPGAXi0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0lubm92YXRvciBHcm90ZXNrIFNlbWkgQm9sZA==\",\"--framer-font-family\":'\"Innovator Grotesk Semi Bold\", \"Innovator Grotesk Semi Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d46fbede-c687-4792-9530-739e7c8119c5, rgb(0, 0, 0)))\"},children:\"Software with a Service\"})})},ZMxKpLQ5z:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0lubm92YXRvciBHcm90ZXNrIFNlbWkgQm9sZA==\",\"--framer-font-family\":'\"Innovator Grotesk Semi Bold\", \"Innovator Grotesk Semi Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d46fbede-c687-4792-9530-739e7c8119c5, rgb(0, 0, 0)))\"},children:\"Ready to get ahead in hiring?\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0lubm92YXRvciBHcm90ZXNrIExpZ2h0\",\"--framer-font-family\":'\"Innovator Grotesk Light\", \"Innovator Grotesk Light Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d46fbede-c687-4792-9530-739e7c8119c5, rgb(0, 0, 0)))\"},children:\"inploi started with a vision - to build a better future for hiring. Now, we\u2019re powering over 5 million candidate experiences annually for global brands.\\xa0\"})}),className:\"framer-1g145ex\",\"data-framer-name\":\"Title\",fonts:[\"CUSTOM;Innovator Grotesk Light\"],layoutDependency:layoutDependency,layoutId:\"ZWRypElyj\",style:{\"--extracted-r6o4lv\":\"var(--token-d46fbede-c687-4792-9530-739e7c8119c5, rgb(0, 0, 0))\",\"--framer-paragraph-spacing\":\"8px\"},variants:{ESazWCBt7:{\"--extracted-2gxw0f\":\"var(--token-d46fbede-c687-4792-9530-739e7c8119c5, rgb(0, 0, 0))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ESazWCBt7:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0lubm92YXRvciBHcm90ZXNrIExpZ2h0\",\"--framer-font-family\":'\"Innovator Grotesk Light\", \"Innovator Grotesk Light Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d46fbede-c687-4792-9530-739e7c8119c5, rgb(0, 0, 0)))\"},children:\"We bring energy by the bucket-load, with a healthy dose of ambition that makes you sit up and say \u2018Let\u2019s do this!\u2019 \"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0lubm92YXRvciBHcm90ZXNrIExpZ2h0\",\"--framer-font-family\":'\"Innovator Grotesk Light\", \"Innovator Grotesk Light Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-d46fbede-c687-4792-9530-739e7c8119c5, rgb(0, 0, 0)))\"},children:\"Join our mission to transform hiring\"})]})},qpZPGAXi0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0lubm92YXRvciBHcm90ZXNrIExpZ2h0\",\"--framer-font-family\":'\"Innovator Grotesk Light\", \"Innovator Grotesk Light Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d46fbede-c687-4792-9530-739e7c8119c5, rgb(0, 0, 0)))\"},children:\"Empowering you with innovative tech and expert support, every step of the way\"})})}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"KLuN9cI91\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+(12+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||208)-0)*1-24-330)/2)+12+281,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dku6s1-container\",layoutDependency:layoutDependency,layoutId:\"ArOOkyHaM-container\",children:/*#__PURE__*/_jsx(NavTabsSmallButton,{arIGx7S12:\"var(--token-beae74c1-c8c1-4440-9c9f-5e479531b6fb, rgb(0, 102, 255))\",height:\"100%\",id:\"ArOOkyHaM\",layoutId:\"ArOOkyHaM\",u3sILnRPl:resolvedLinks3[0],v87IeDN5Z:\"Learn more\",width:\"100%\"})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"DOGHxUCcg\"},implicitPathVariables:undefined},{href:{webPageId:\"DOGHxUCcg\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({qpZPGAXi0:{height:29,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+(12+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||208)-0)*1-24-330)/2)+12+281}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-15egh66-container\",layoutDependency:layoutDependency,layoutId:\"P6Ebbh54m-container\",children:/*#__PURE__*/_jsx(NavTabsSmallButton,{arIGx7S12:\"var(--token-beae74c1-c8c1-4440-9c9f-5e479531b6fb, rgb(0, 102, 255))\",height:\"100%\",id:\"P6Ebbh54m\",layoutId:\"P6Ebbh54m\",u3sILnRPl:resolvedLinks4[0],v87IeDN5Z:\"Learn more\",width:\"100%\",...addPropertyOverrides({qpZPGAXi0:{u3sILnRPl:resolvedLinks4[1]}},baseVariant,gestureVariant)})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({ESazWCBt7:{height:29,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+(12+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||208)-0)*1-24-443)/2)+12+394}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-t0wmnb-container\",layoutDependency:layoutDependency,layoutId:\"UqpeXexEu-container\",children:/*#__PURE__*/_jsx(NavTabsSmallButton,{arIGx7S12:\"var(--token-beae74c1-c8c1-4440-9c9f-5e479531b6fb, rgb(0, 102, 255))\",height:\"100%\",id:\"UqpeXexEu\",layoutId:\"UqpeXexEu\",u3sILnRPl:\"https://careers.inploi.com/\",v87IeDN5Z:\"Learn more\",width:\"100%\",...addPropertyOverrides({ESazWCBt7:{v87IeDN5Z:\"See our open roles\"}},baseVariant,gestureVariant)})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ssENdmcpk\"},implicitPathVariables:undefined},{href:{webPageId:\"ssENdmcpk\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({ZMxKpLQ5z:{height:29}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1drw3vv-container\",layoutDependency:layoutDependency,layoutId:\"AqQPOsOp6-container\",children:/*#__PURE__*/_jsx(NavTabsSmallButton,{arIGx7S12:\"var(--token-beae74c1-c8c1-4440-9c9f-5e479531b6fb, rgb(0, 102, 255))\",height:\"100%\",id:\"AqQPOsOp6\",layoutId:\"AqQPOsOp6\",u3sILnRPl:resolvedLinks5[0],v87IeDN5Z:\"Learn more\",width:\"100%\",...addPropertyOverrides({ZMxKpLQ5z:{u3sILnRPl:resolvedLinks5[1],v87IeDN5Z:\"Get in touch\"}},baseVariant,gestureVariant)})})})})]}),isDisplayed5(x5YJGMN2C)&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1n16i0w\",layoutDependency:layoutDependency,layoutId:\"w5_Rz2f6H\",style:{backgroundColor:\"var(--token-7370785a-00a7-4fde-9f17-770caba10d18, rgb(243, 247, 254))\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6},variants:{ZMxKpLQ5z:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12}},children:[isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-s2flsc-container\",layoutDependency:layoutDependency,layoutId:\"j9h1xwep5-container\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:false},autoPlayControl:true,borderRadius:0,direction:\"top\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:.5,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:0,height:\"100%\",id:\"j9h1xwep5\",intervalControl:3,itemAmount:1,layoutId:\"j9h1xwep5\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3196,intrinsicWidth:3024,pixelHeight:3196,pixelWidth:3024,sizes:\"400px\",src:\"https://framerusercontent.com/images/xJNEet3cG0NRY1mPEBnE9MMWxY.jpeg\",srcSet:\"https://framerusercontent.com/images/xJNEet3cG0NRY1mPEBnE9MMWxY.jpeg?scale-down-to=1024 968w,https://framerusercontent.com/images/xJNEet3cG0NRY1mPEBnE9MMWxY.jpeg?scale-down-to=2048 1937w,https://framerusercontent.com/images/xJNEet3cG0NRY1mPEBnE9MMWxY.jpeg 3024w\"},className:\"framer-1xe3sls\",layoutDependency:layoutDependency,layoutId:\"bbF4IRTyt\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2938,intrinsicWidth:3688,pixelHeight:2938,pixelWidth:3688,sizes:\"400px\",src:\"https://framerusercontent.com/images/28wOLcOCUdi7QWzKjkGNzJkCx8.jpeg\",srcSet:\"https://framerusercontent.com/images/28wOLcOCUdi7QWzKjkGNzJkCx8.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/28wOLcOCUdi7QWzKjkGNzJkCx8.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/28wOLcOCUdi7QWzKjkGNzJkCx8.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/28wOLcOCUdi7QWzKjkGNzJkCx8.jpeg 3688w\"},className:\"framer-1e1xggf\",layoutDependency:layoutDependency,layoutId:\"SPEKg5WRe\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3024,intrinsicWidth:3723,pixelHeight:3024,pixelWidth:3723,sizes:\"400px\",src:\"https://framerusercontent.com/images/MeVkVw9YtjAy4lMM1D6mOOnsa9Q.jpeg\",srcSet:\"https://framerusercontent.com/images/MeVkVw9YtjAy4lMM1D6mOOnsa9Q.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/MeVkVw9YtjAy4lMM1D6mOOnsa9Q.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/MeVkVw9YtjAy4lMM1D6mOOnsa9Q.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/MeVkVw9YtjAy4lMM1D6mOOnsa9Q.jpeg 3723w\"},className:\"framer-yt3ej8\",layoutDependency:layoutDependency,layoutId:\"Yhljadsa6\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2471,intrinsicWidth:4030,pixelHeight:2471,pixelWidth:4030,sizes:\"400px\",src:\"https://framerusercontent.com/images/uZv8m4jjx3Ky0CvD57WrAphr8.jpeg\",srcSet:\"https://framerusercontent.com/images/uZv8m4jjx3Ky0CvD57WrAphr8.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/uZv8m4jjx3Ky0CvD57WrAphr8.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/uZv8m4jjx3Ky0CvD57WrAphr8.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/uZv8m4jjx3Ky0CvD57WrAphr8.jpeg 4030w\"},className:\"framer-xiik19\",layoutDependency:layoutDependency,layoutId:\"XUwAb7qYK\"})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-11xqarp-container\",layoutDependency:layoutDependency,layoutId:\"hxc8L990X-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:15,overflow:false},gap:32,height:\"100%\",hoverFactor:1,id:\"hxc8L990X\",layoutId:\"hxc8L990X\",padding:32,paddingBottom:32,paddingLeft:32,paddingPerSide:false,paddingRight:32,paddingTop:32,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:238.5,intrinsicWidth:426.5,pixelHeight:477,pixelWidth:853,sizes:\"122px\",src:\"https://framerusercontent.com/images/ewlBnGpn4ojgRElwTmHqo7cvec.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/ewlBnGpn4ojgRElwTmHqo7cvec.png?scale-down-to=512 512w,https://framerusercontent.com/images/ewlBnGpn4ojgRElwTmHqo7cvec.png 853w\"},className:\"framer-w2cd1e\",\"data-framer-name\":\"Innovation_30_Winner_Logo\",layoutDependency:layoutDependency,layoutId:\"bgffz45oq\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:468,intrinsicWidth:762,pixelHeight:468,pixelWidth:762,sizes:\"111px\",src:\"https://framerusercontent.com/images/R3GcE37nVBCvEiTaMe56QqLb4.png\",srcSet:\"https://framerusercontent.com/images/R3GcE37nVBCvEiTaMe56QqLb4.png?scale-down-to=512 512w,https://framerusercontent.com/images/R3GcE37nVBCvEiTaMe56QqLb4.png 762w\"},className:\"framer-z29hl5\",\"data-framer-name\":\"bha\",layoutDependency:layoutDependency,layoutId:\"A8Ha36EOr\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:378,intrinsicWidth:525,pixelHeight:378,pixelWidth:525,sizes:\"103px\",src:\"https://framerusercontent.com/images/h3C3nxQs25tzJYORfaAf29iPrlc.png\",srcSet:\"https://framerusercontent.com/images/h3C3nxQs25tzJYORfaAf29iPrlc.png?scale-down-to=512 512w,https://framerusercontent.com/images/h3C3nxQs25tzJYORfaAf29iPrlc.png 525w\"},className:\"framer-15w01rc\",\"data-framer-name\":\"ihr\",layoutDependency:layoutDependency,layoutId:\"ywMP6QnAt\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:120.5,intrinsicWidth:346.5,pixelHeight:241,pixelWidth:693,sizes:\"161px\",src:\"https://framerusercontent.com/images/4joOQJKl3zeB51Mltja2y46lRg.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/4joOQJKl3zeB51Mltja2y46lRg.png?scale-down-to=512 512w,https://framerusercontent.com/images/4joOQJKl3zeB51Mltja2y46lRg.png 693w\"},className:\"framer-isahlp\",\"data-framer-name\":\"djax\",layoutDependency:layoutDependency,layoutId:\"LNV8EsW30\",style:{borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:524.5,intrinsicWidth:354.5,pixelHeight:1049,pixelWidth:709,sizes:\"75.5px\",src:\"https://framerusercontent.com/images/T09yzqnkHewRChN6xjOuEf4VXQ.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/T09yzqnkHewRChN6xjOuEf4VXQ.png?scale-down-to=1024 692w,https://framerusercontent.com/images/T09yzqnkHewRChN6xjOuEf4VXQ.png 709w\"},className:\"framer-yt80i8\",\"data-framer-name\":\"gr\",layoutDependency:layoutDependency,layoutId:\"bCBxBs0zY\",style:{borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:211.5,intrinsicWidth:867,pixelHeight:423,pixelWidth:1734,sizes:\"172px\",src:\"https://framerusercontent.com/images/QeRWau5CSR515I20Xc5de2rND8.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/QeRWau5CSR515I20Xc5de2rND8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/QeRWau5CSR515I20Xc5de2rND8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/QeRWau5CSR515I20Xc5de2rND8.jpg 1734w\"},className:\"framer-11ckmxe\",\"data-framer-name\":\"tt\",layoutDependency:layoutDependency,layoutId:\"vYLcaKMc9\",style:{borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:236,intrinsicWidth:543,pixelHeight:236,pixelWidth:543,sizes:\"157px\",src:\"https://framerusercontent.com/images/KtMG8Hax679aSzKhOWlzvMIeSM.png\",srcSet:\"https://framerusercontent.com/images/KtMG8Hax679aSzKhOWlzvMIeSM.png?scale-down-to=512 512w,https://framerusercontent.com/images/KtMG8Hax679aSzKhOWlzvMIeSM.png 543w\"},className:\"framer-xkot9u\",\"data-framer-name\":\"bra\",layoutDependency:layoutDependency,layoutId:\"UPtt22Rnc\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:265,intrinsicWidth:440,pixelHeight:530,pixelWidth:880,sizes:\"108px\",src:\"https://framerusercontent.com/images/dQ3bxZ0ksAFvvPapWQacUEzOXHI.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/dQ3bxZ0ksAFvvPapWQacUEzOXHI.png?scale-down-to=512 512w,https://framerusercontent.com/images/dQ3bxZ0ksAFvvPapWQacUEzOXHI.png 880w\"},className:\"framer-108hg0q\",\"data-framer-name\":\"tiara\",layoutDependency:layoutDependency,layoutId:\"Jw3r7LYQl\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2033.5,intrinsicWidth:1394,pixelHeight:4067,pixelWidth:2788,sizes:\"77px\",src:\"https://framerusercontent.com/images/OsMNY7B1jlAjRXLTNpWLqdy6vqA.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/OsMNY7B1jlAjRXLTNpWLqdy6vqA.png?scale-down-to=1024 701w,https://framerusercontent.com/images/OsMNY7B1jlAjRXLTNpWLqdy6vqA.png?scale-down-to=2048 1403w,https://framerusercontent.com/images/OsMNY7B1jlAjRXLTNpWLqdy6vqA.png 2788w\"},className:\"framer-hiu5ki\",\"data-framer-name\":\"gr22\",layoutDependency:layoutDependency,layoutId:\"hE6GHUNBt\",style:{borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:200,intrinsicWidth:158,pixelHeight:200,pixelWidth:158,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/mZm4mkqDHojikedr82t8EMm0.svg\"},className:\"framer-okizmd\",\"data-framer-name\":\"esc\",layoutDependency:layoutDependency,layoutId:\"bgyMLdu1G\"})],speed:50,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xpt3lm-container\",layoutDependency:layoutDependency,layoutId:\"iOZTI0mzR-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"top\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:15,overflow:false},gap:40,height:\"100%\",hoverFactor:1,id:\"iOZTI0mzR\",layoutId:\"iOZTI0mzR\",padding:40,paddingBottom:40,paddingLeft:40,paddingPerSide:false,paddingRight:40,paddingTop:40,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:94,intrinsicWidth:324.5,pixelHeight:188,pixelWidth:649,sizes:\"121px\",src:\"https://framerusercontent.com/images/RNCtbing8FDsCbDCDhyXeGtvQ.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/RNCtbing8FDsCbDCDhyXeGtvQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/RNCtbing8FDsCbDCDhyXeGtvQ.png 649w\"},className:\"framer-zttft0\",\"data-framer-name\":\"asw\",layoutDependency:layoutDependency,layoutId:\"Zi5gmxhII\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:76,intrinsicWidth:271,pixelHeight:152,pixelWidth:542,sizes:\"125px\",src:\"https://framerusercontent.com/images/Fr1FU0cusS86thvrPtk6bSS8938.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/Fr1FU0cusS86thvrPtk6bSS8938.png?scale-down-to=512 512w,https://framerusercontent.com/images/Fr1FU0cusS86thvrPtk6bSS8938.png 542w\"},className:\"framer-1j7d52r\",\"data-framer-name\":\"wagamama\",layoutDependency:layoutDependency,layoutId:\"N25a0Ab5Y\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:162,intrinsicWidth:400,pixelHeight:324,pixelWidth:800,sizes:\"84px\",src:\"https://framerusercontent.com/images/FBZ6Cuk1pzbiVtsGlK0hdMeWc.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/FBZ6Cuk1pzbiVtsGlK0hdMeWc.png?scale-down-to=512 512w,https://framerusercontent.com/images/FBZ6Cuk1pzbiVtsGlK0hdMeWc.png 800w\"},className:\"framer-gykzy8\",\"data-framer-name\":\"Nhs-logo 1\",layoutDependency:layoutDependency,layoutId:\"nWzlIdphw\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:56,intrinsicWidth:246,pixelHeight:112,pixelWidth:492,src:\"https://framerusercontent.com/images/T5XL6N2BZVIxrIZUzTIHoGkUM.png\"},className:\"framer-167grev\",\"data-framer-name\":\"gails\",layoutDependency:layoutDependency,layoutId:\"XIEcq4VL_\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:113.5,intrinsicWidth:297,pixelHeight:227,pixelWidth:594,sizes:\"115px\",src:\"https://framerusercontent.com/images/ZCuk3V65ZgXU6WJAA1ENsmThBg.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/ZCuk3V65ZgXU6WJAA1ENsmThBg.png?scale-down-to=512 512w,https://framerusercontent.com/images/ZCuk3V65ZgXU6WJAA1ENsmThBg.png 594w\"},className:\"framer-c96adr\",\"data-framer-name\":\"compass\",layoutDependency:layoutDependency,layoutId:\"e0KJyVtMg\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:54,intrinsicWidth:325.5,pixelHeight:108,pixelWidth:651,sizes:\"158px\",src:\"https://framerusercontent.com/images/StyuZSUfjMJH8MPnF2ImvqeH5OQ.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/StyuZSUfjMJH8MPnF2ImvqeH5OQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/StyuZSUfjMJH8MPnF2ImvqeH5OQ.png 651w\"},className:\"framer-m1op0b\",\"data-framer-name\":\"gj_logo_dark\",layoutDependency:layoutDependency,layoutId:\"vGxSyxaZk\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:95,intrinsicWidth:270,pixelHeight:190,pixelWidth:540,sizes:\"108px\",src:\"https://framerusercontent.com/images/SwKub1CP7Guqfv3KzjZuqGe5HI.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/SwKub1CP7Guqfv3KzjZuqGe5HI.png?scale-down-to=512 512w,https://framerusercontent.com/images/SwKub1CP7Guqfv3KzjZuqGe5HI.png 540w\"},className:\"framer-kkdyz7\",\"data-framer-name\":\"haven\",layoutDependency:layoutDependency,layoutId:\"Db42tNWRE\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:147.5,intrinsicWidth:234,pixelHeight:295,pixelWidth:468,src:\"https://framerusercontent.com/images/YEeR2uIsKsExaIRUVTuQYsHZ0Kg.png\"},className:\"framer-18tuvmq\",\"data-framer-name\":\"cote\",layoutDependency:layoutDependency,layoutId:\"ysFwxv7Ya\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:52,intrinsicWidth:438,pixelHeight:104,pixelWidth:876,sizes:\"162px\",src:\"https://framerusercontent.com/images/DLVKAc3a97drBhrG3Brd6VtwJcQ.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/DLVKAc3a97drBhrG3Brd6VtwJcQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/DLVKAc3a97drBhrG3Brd6VtwJcQ.png 876w\"},className:\"framer-7jxinp\",\"data-framer-name\":\"superdrug\",layoutDependency:layoutDependency,layoutId:\"ePvPwSeTs\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:80,intrinsicWidth:478,pixelHeight:160,pixelWidth:956,sizes:\"156px\",src:\"https://framerusercontent.com/images/dW7DTt3fKtj4532TybLmEWzrG2s.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/dW7DTt3fKtj4532TybLmEWzrG2s.png?scale-down-to=512 512w,https://framerusercontent.com/images/dW7DTt3fKtj4532TybLmEWzrG2s.png 956w\"},className:\"framer-1di3nv0\",\"data-framer-name\":\"tps\",layoutDependency:layoutDependency,layoutId:\"PQXo6xtIt\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:69.5,intrinsicWidth:279,pixelHeight:139,pixelWidth:558,sizes:\"116px\",src:\"https://framerusercontent.com/images/89URZRhCfIh5JKhxgW8QitBg0.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/89URZRhCfIh5JKhxgW8QitBg0.png?scale-down-to=512 512w,https://framerusercontent.com/images/89URZRhCfIh5JKhxgW8QitBg0.png 558w\"},className:\"framer-1o3cctw\",\"data-framer-name\":\"savers\",layoutDependency:layoutDependency,layoutId:\"hCGmZA2pn\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:362,intrinsicWidth:768,pixelHeight:362,pixelWidth:768,positionX:\"center\",positionY:\"center\",sizes:\"104px\",src:\"https://framerusercontent.com/images/uJZSlhoyFjInqD8c9bSUYoW8uS8.png\",srcSet:\"https://framerusercontent.com/images/uJZSlhoyFjInqD8c9bSUYoW8uS8.png?scale-down-to=512 512w,https://framerusercontent.com/images/uJZSlhoyFjInqD8c9bSUYoW8uS8.png 768w\"},className:\"framer-1s7fm4w\",\"data-framer-name\":\"medirest_logo_768x362_1_\",layoutDependency:layoutDependency,layoutId:\"Kjhor6o0o\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:119.5,intrinsicWidth:185.5,pixelHeight:239,pixelWidth:371,src:\"https://framerusercontent.com/images/1QUY0teG0Pp9ow6SeHTmOy02L8.png\"},className:\"framer-1jjv3l4\",\"data-framer-name\":\"dfs\",layoutDependency:layoutDependency,layoutId:\"ySypIxFmb\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:78,intrinsicWidth:334,pixelHeight:156,pixelWidth:668,sizes:\"129px\",src:\"https://framerusercontent.com/images/jeEiryvpZ4JkHGUOB5TRPxD6Gts.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/jeEiryvpZ4JkHGUOB5TRPxD6Gts.png?scale-down-to=512 512w,https://framerusercontent.com/images/jeEiryvpZ4JkHGUOB5TRPxD6Gts.png 668w\"},className:\"framer-ga6osi\",\"data-framer-name\":\"sofology\",layoutDependency:layoutDependency,layoutId:\"CTZolD65E\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:119,intrinsicWidth:325,pixelHeight:238,pixelWidth:650,sizes:\"131px\",src:\"https://framerusercontent.com/images/C52n2yYcEIv7oxrwWAm62Aecg.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/C52n2yYcEIv7oxrwWAm62Aecg.png?scale-down-to=512 512w,https://framerusercontent.com/images/C52n2yYcEIv7oxrwWAm62Aecg.png 650w\"},className:\"framer-nd8w4t\",\"data-framer-name\":\"sofa_delivery\",layoutDependency:layoutDependency,layoutId:\"E2_WPkfMn\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:150.5,intrinsicWidth:150.5,pixelHeight:301,pixelWidth:301,src:\"https://framerusercontent.com/images/x0UXYFO8sfAA1AVHaSCkruPXss.png\"},className:\"framer-dttazj\",\"data-framer-name\":\"ESS\",layoutDependency:layoutDependency,layoutId:\"O1RxgKC9N\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:127.5,intrinsicWidth:384,pixelHeight:255,pixelWidth:768,sizes:\"109px\",src:\"https://framerusercontent.com/images/1SsHbH4UK8dS4MvD1NrTZdR4Y.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/1SsHbH4UK8dS4MvD1NrTZdR4Y.png?scale-down-to=512 512w,https://framerusercontent.com/images/1SsHbH4UK8dS4MvD1NrTZdR4Y.png 768w\"},className:\"framer-1wumniv\",\"data-framer-name\":\"Eurest\",layoutDependency:layoutDependency,layoutId:\"V0dB2nZTt\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:113,intrinsicWidth:112.5,pixelHeight:226,pixelWidth:225,src:\"https://framerusercontent.com/images/hFHdIuW90hkzJ9CIUE2mmlgN8.png\"},className:\"framer-17dmbl\",\"data-framer-name\":\"levy\",layoutDependency:layoutDependency,layoutId:\"YqCXYmKHK\"})],speed:50,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-gt7p82-container\",layoutDependency:layoutDependency,layoutId:\"Y6804nM6x-container\",children:/*#__PURE__*/_jsx(StylableHubspot,{css:\".hs-form {\\n\tgap: 12px;\\n}\\n\\n.form-columns-3,\\n.form-columns-2,\\n.form-columns-1 {\\n\tgap: 12px;\\n}\",formId:\"ef805960-dc43-49ef-aad9-ce8a4d569fb8\",height:\"100%\",id:\"Y6804nM6x\",layoutId:\"Y6804nM6x\",portalId:\"25735731\",showIcons:true,showLabel:false,style:{width:\"100%\"},width:\"100%\"})})})]})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-86yd0.framer-85kolo, .framer-86yd0 .framer-85kolo { display: block; }\",\".framer-86yd0.framer-106e56o { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1084px; }\",\".framer-86yd0 .framer-1xyootn { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 210px; }\",\".framer-86yd0 .framer-1o4va62-container, .framer-86yd0 .framer-1ox6lgb-container, .framer-86yd0 .framer-6o3xm6-container, .framer-86yd0 .framer-1fz987q-container, .framer-86yd0 .framer-gt7p82-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-86yd0 .framer-1fs76cr { align-content: center; align-items: center; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: auto; justify-content: flex-start; overflow: visible; padding: 12px; position: relative; width: 1px; }\",\".framer-86yd0 .framer-1fkvrq0 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 12px 12px 8px 12px; position: relative; width: 1px; z-index: 1; }\",\".framer-86yd0 .framer-2xgrgr { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-86yd0 .framer-1g145ex { flex: none; height: auto; max-width: 400px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-86yd0 .framer-1dku6s1-container, .framer-86yd0 .framer-15egh66-container, .framer-86yd0 .framer-t0wmnb-container, .framer-86yd0 .framer-1drw3vv-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-86yd0 .framer-1n16i0w { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-86yd0 .framer-s2flsc-container, .framer-86yd0 .framer-1xpt3lm-container { flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\",\".framer-86yd0 .framer-1xe3sls, .framer-86yd0 .framer-1e1xggf, .framer-86yd0 .framer-yt3ej8, .framer-86yd0 .framer-xiik19 { height: 300px; overflow: visible; position: relative; width: 400px; }\",\".framer-86yd0 .framer-11xqarp-container { flex: 1 0 0px; height: 1px; mix-blend-mode: darken; position: relative; width: 100%; }\",\".framer-86yd0 .framer-w2cd1e { aspect-ratio: 1.7882599580712788 / 1; height: var(--framer-aspect-ratio-supported, 68px); overflow: visible; position: relative; width: 122px; }\",\".framer-86yd0 .framer-z29hl5 { aspect-ratio: 1.6338028169014085 / 1; height: var(--framer-aspect-ratio-supported, 68px); overflow: visible; position: relative; width: 111px; }\",\".framer-86yd0 .framer-15w01rc { aspect-ratio: 1.391304347826087 / 1; height: var(--framer-aspect-ratio-supported, 74px); overflow: visible; position: relative; width: 103px; }\",\".framer-86yd0 .framer-isahlp { aspect-ratio: 2.87551867219917 / 1; height: var(--framer-aspect-ratio-supported, 56px); overflow: visible; position: relative; width: 161px; }\",\".framer-86yd0 .framer-yt80i8 { aspect-ratio: 0.6758817921830315 / 1; height: var(--framer-aspect-ratio-supported, 112px); overflow: visible; position: relative; width: 76px; }\",\".framer-86yd0 .framer-11ckmxe { aspect-ratio: 4.099290780141844 / 1; height: var(--framer-aspect-ratio-supported, 42px); overflow: visible; position: relative; width: 172px; }\",\".framer-86yd0 .framer-xkot9u { aspect-ratio: 2.3088235294117645 / 1; height: var(--framer-aspect-ratio-supported, 68px); overflow: visible; position: relative; width: 157px; }\",\".framer-86yd0 .framer-108hg0q { aspect-ratio: 1.6603773584905661 / 1; height: var(--framer-aspect-ratio-supported, 65px); overflow: visible; position: relative; width: 108px; }\",\".framer-86yd0 .framer-hiu5ki { aspect-ratio: 0.6855175805261864 / 1; height: var(--framer-aspect-ratio-supported, 112px); overflow: visible; position: relative; width: 77px; }\",\".framer-86yd0 .framer-okizmd { aspect-ratio: 0.7928571428571428 / 1; height: var(--framer-aspect-ratio-supported, 88px); overflow: visible; position: relative; width: 70px; }\",\".framer-86yd0 .framer-zttft0 { aspect-ratio: 3.452127659574468 / 1; height: var(--framer-aspect-ratio-supported, 35px); overflow: visible; position: relative; width: 121px; }\",\".framer-86yd0 .framer-1j7d52r { aspect-ratio: 3.5657894736842106 / 1; height: var(--framer-aspect-ratio-supported, 35px); overflow: visible; position: relative; width: 125px; }\",\".framer-86yd0 .framer-gykzy8 { aspect-ratio: 2.4691358024691357 / 1; height: var(--framer-aspect-ratio-supported, 34px); overflow: visible; position: relative; width: 84px; }\",\".framer-86yd0 .framer-167grev { aspect-ratio: 4.392857142857143 / 1; height: var(--framer-aspect-ratio-supported, 26px); overflow: visible; position: relative; width: 115px; }\",\".framer-86yd0 .framer-c96adr { aspect-ratio: 2.616740088105727 / 1; height: var(--framer-aspect-ratio-supported, 44px); overflow: visible; position: relative; width: 115px; }\",\".framer-86yd0 .framer-m1op0b { aspect-ratio: 6.027777777777778 / 1; height: var(--framer-aspect-ratio-supported, 26px); overflow: visible; position: relative; width: 158px; }\",\".framer-86yd0 .framer-kkdyz7 { aspect-ratio: 2.8421052631578947 / 1; height: var(--framer-aspect-ratio-supported, 38px); overflow: visible; position: relative; width: 108px; }\",\".framer-86yd0 .framer-18tuvmq { aspect-ratio: 1.5864406779661018 / 1; height: var(--framer-aspect-ratio-supported, 56px); overflow: visible; position: relative; width: 89px; }\",\".framer-86yd0 .framer-7jxinp { aspect-ratio: 8.423076923076923 / 1; height: var(--framer-aspect-ratio-supported, 19px); overflow: visible; position: relative; width: 162px; }\",\".framer-86yd0 .framer-1di3nv0 { aspect-ratio: 5.975 / 1; height: var(--framer-aspect-ratio-supported, 26px); overflow: visible; position: relative; width: 156px; }\",\".framer-86yd0 .framer-1o3cctw { aspect-ratio: 4.014388489208633 / 1; height: var(--framer-aspect-ratio-supported, 29px); overflow: visible; position: relative; width: 116px; }\",\".framer-86yd0 .framer-1s7fm4w { aspect-ratio: 2.1142857142857143 / 1; height: var(--framer-aspect-ratio-supported, 49px); overflow: visible; position: relative; width: 104px; }\",\".framer-86yd0 .framer-1jjv3l4 { aspect-ratio: 1.5523012552301256 / 1; height: var(--framer-aspect-ratio-supported, 49px); overflow: visible; position: relative; width: 76px; }\",\".framer-86yd0 .framer-ga6osi { aspect-ratio: 4.282051282051282 / 1; height: var(--framer-aspect-ratio-supported, 30px); overflow: visible; position: relative; width: 129px; }\",\".framer-86yd0 .framer-nd8w4t { aspect-ratio: 2.73109243697479 / 1; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 131px; }\",\".framer-86yd0 .framer-dttazj { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 56px); overflow: visible; position: relative; width: 56px; }\",\".framer-86yd0 .framer-1wumniv { aspect-ratio: 3.011764705882353 / 1; height: var(--framer-aspect-ratio-supported, 36px); overflow: visible; position: relative; width: 109px; }\",\".framer-86yd0 .framer-17dmbl { aspect-ratio: 0.995575221238938 / 1; height: var(--framer-aspect-ratio-supported, 52px); overflow: visible; position: relative; width: 52px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-86yd0.framer-106e56o, .framer-86yd0 .framer-1xyootn, .framer-86yd0 .framer-1fs76cr, .framer-86yd0 .framer-1fkvrq0, .framer-86yd0 .framer-1n16i0w { gap: 0px; } .framer-86yd0.framer-106e56o > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-86yd0.framer-106e56o > :first-child, .framer-86yd0 .framer-1fs76cr > :first-child { margin-left: 0px; } .framer-86yd0.framer-106e56o > :last-child, .framer-86yd0 .framer-1fs76cr > :last-child { margin-right: 0px; } .framer-86yd0 .framer-1xyootn > *, .framer-86yd0 .framer-1n16i0w > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-86yd0 .framer-1xyootn > :first-child, .framer-86yd0 .framer-1fkvrq0 > :first-child, .framer-86yd0 .framer-1n16i0w > :first-child { margin-top: 0px; } .framer-86yd0 .framer-1xyootn > :last-child, .framer-86yd0 .framer-1fkvrq0 > :last-child, .framer-86yd0 .framer-1n16i0w > :last-child { margin-bottom: 0px; } .framer-86yd0 .framer-1fs76cr > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-86yd0 .framer-1fkvrq0 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\".framer-86yd0.framer-v-gjkto4 .framer-1fs76cr { flex-direction: column; }\",\".framer-86yd0.framer-v-gjkto4 .framer-1fkvrq0 { flex: none; flex-direction: row; flex-wrap: wrap; gap: 6px; width: 100%; }\",\".framer-86yd0.framer-v-gjkto4 .framer-2xgrgr { flex: 1 0 0px; min-width: 350px; width: 1px; }\",\".framer-86yd0.framer-v-gjkto4 .framer-1n16i0w { flex: none; height: min-content; padding: 24px; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-86yd0.framer-v-gjkto4 .framer-1fs76cr, .framer-86yd0.framer-v-gjkto4 .framer-1fkvrq0 { gap: 0px; } .framer-86yd0.framer-v-gjkto4 .framer-1fs76cr > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-86yd0.framer-v-gjkto4 .framer-1fs76cr > :first-child { margin-top: 0px; } .framer-86yd0.framer-v-gjkto4 .framer-1fs76cr > :last-child { margin-bottom: 0px; } .framer-86yd0.framer-v-gjkto4 .framer-1fkvrq0 > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-86yd0.framer-v-gjkto4 .framer-1fkvrq0 > :first-child { margin-left: 0px; } .framer-86yd0.framer-v-gjkto4 .framer-1fkvrq0 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 208\n * @framerIntrinsicWidth 1084\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"qpZPGAXi0\":{\"layout\":[\"fixed\",\"auto\"]},\"ESazWCBt7\":{\"layout\":[\"fixed\",\"auto\"]},\"ZMxKpLQ5z\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"x5YJGMN2C\":\"desktopView\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameryIpzui8o4=withCSS(Component,css,\"framer-86yd0\");export default FrameryIpzui8o4;FrameryIpzui8o4.displayName=\"nav/nav-tabs-company\";FrameryIpzui8o4.defaultProps={height:208,width:1084};addPropertyControls(FrameryIpzui8o4,{variant:{options:[\"ksWpA7Tco\",\"qpZPGAXi0\",\"ESazWCBt7\",\"ZMxKpLQ5z\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\"],title:\"Variant\",type:ControlType.Enum},x5YJGMN2C:{defaultValue:true,title:\"Desktop View\",type:ControlType.Boolean}});addFonts(FrameryIpzui8o4,[{explicitInter:true,fonts:[{family:\"Innovator Grotesk Semi Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/0ZoG4PcAQlmdXvpfKOXnmifZ20.woff2\"},{family:\"Innovator Grotesk Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/g9E3vxMzRheJza2XhBfjS9eqZSI.woff2\"}]},...NavTabsTabItemFonts,...NavTabsSmallButtonFonts,...SlideshowFonts,...TickerFonts,...StylableHubspotFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameryIpzui8o4\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"x5YJGMN2C\\\":\\\"desktopView\\\"}\",\"framerIntrinsicHeight\":\"208\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qpZPGAXi0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ESazWCBt7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZMxKpLQ5z\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1084\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (b42fcc8)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,Link,ResolveLinks,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX,withMappedReactProps,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Accordion from\"https://framerusercontent.com/modules/lXugQodnfacXM7iqNktR/jqYP2i84Oy28MCXVOyxu/Instance.js\";import{withBlock,withTrigger}from\"https://framerusercontent.com/modules/q2lflN2Vs4IPxgIyacBQ/u5flAY9aMT7HdJGR3jUs/SafeAreaHorizontal.js\";import{withRightClick}from\"https://framerusercontent.com/modules/GjdGTkwZqp2tukBXzD3S/JIAqfDVpvR0ffL0qNx2Q/RightClick.js\";import{DottedBackground}from\"https://framerusercontent.com/modules/nOBk8jLtRs9HzPApU4lE/LRO8AiXuw5yAsHFqcblT/SmallOverrides.js\";import Hamburger from\"https://framerusercontent.com/modules/LGZwXsTi7Fj07ouQjLoF/3X35N0vOfXu9JpbVWMGh/aubJIVCF6.js\";import NavbarDropdownButton from\"https://framerusercontent.com/modules/5IgnBuDs9zhGUyRBVItu/N74qseXeFEKFPjvPF0uB/cbGAyjvRS.js\";import ContextMenu,*as ContextMenuInfo from\"https://framerusercontent.com/modules/AXGI0A9DUP5dRFIs2f2X/1mQ4oWY5BQvRCLtLXegL/cBMA5VfCq.js\";import NavNavTabsResources from\"https://framerusercontent.com/modules/CM91V7oIxaIGZKjOtmlM/Zu3STarLFZede5yQ6Cll/hSUf6q7Bm.js\";import Button from\"https://framerusercontent.com/modules/AbhjIo07IQ3dTcDXVlbg/04yJ2QF2OMG7V0eq18WR/QskMrmzBM.js\";import NavNavTabs from\"https://framerusercontent.com/modules/thyBShxOTwLjq4HO73Q3/Z6f2rXzaF7zZfDyhEtWH/Y7Lj9N1oz.js\";import NavNavTabsCompany from\"https://framerusercontent.com/modules/tXeRJiWn7SAcvBSdk8GZ/diczn5obUOYniwW5iZHH/yIpzui8o4.js\";import NavTabsMobileItemButton from\"https://framerusercontent.com/modules/Vb071K5K2VungFRQrnV3/kytg9I20kdx5IGoSyKNW/zxZiL5kw3.js\";const ContextMenuFonts=getFonts(ContextMenu);const ContextMenuWithRightClickWithMappedReactProps1r795rc=withMappedReactProps(withRightClick(ContextMenu),ContextMenuInfo);const NavbarDropdownButtonFonts=getFonts(NavbarDropdownButton);const MotionDivWithTrigger=withTrigger(motion.div);const ButtonFonts=getFonts(Button);const HamburgerFonts=getFonts(Hamburger);const NavTabsMobileItemButtonFonts=getFonts(NavTabsMobileItemButton);const AccordionFonts=getFonts(Accordion);const MotionDivDottedBackgroundWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(DottedBackground(motion.div)));const MotionDivDottedBackgroundWithFX=withFX(DottedBackground(motion.div));const NavNavTabsFonts=getFonts(NavNavTabs);const NavNavTabsResourcesFonts=getFonts(NavNavTabsResources);const NavNavTabsCompanyFonts=getFonts(NavNavTabsCompany);const MotionDivWithBlockWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(withBlock(motion.div)));const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"NF94K68_J\",\"Tjy7SzqSy\",\"e0QMiFbX_\",\"evtuaighK\",\"XJuEdRt5y\",\"XEZub8GZK\"];const serializationHash=\"framer-7ZTh0\";const variantClassNames={e0QMiFbX_:\"framer-v-1t3kd74\",evtuaighK:\"framer-v-1pau8d6\",NF94K68_J:\"framer-v-18sr27y\",Tjy7SzqSy:\"framer-v-1ibbz0w\",XEZub8GZK:\"framer-v-148123g\",XJuEdRt5y:\"framer-v-h1ij2k\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:35,delay:0,mass:1,stiffness:300,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-81};const transition2={damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition3={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition4={damping:40,delay:0,mass:1.5,stiffness:400,type:\"spring\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const animation6={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.95,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-16};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Phone / Open\":\"XEZub8GZK\",Company:\"evtuaighK\",Desktop:\"NF94K68_J\",Phone:\"XJuEdRt5y\",Product:\"Tjy7SzqSy\",Resources:\"e0QMiFbX_\"};const getProps=({desktop,height,id,scrollSection,width,...props})=>{return{...props,htOe4G0mg:desktop??props.htOe4G0mg??true,TKYsWhp1g:scrollSection??props.TKYsWhp1g,variant:humanReadableVariantMap[props.variant]??props.variant??\"NF94K68_J\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,TKYsWhp1g,htOe4G0mg,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"NF94K68_J\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1261bfg=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"NF94K68_J\");});const onMouseEnterd1mipk=activeVariantCallback(async(...args)=>{setVariant(\"Tjy7SzqSy\");});const onMouseLeave6r7czd=activeVariantCallback(async(...args)=>{setVariant(\"NF94K68_J\");});const onMouseEnter1lv62kj=activeVariantCallback(async(...args)=>{setVariant(\"e0QMiFbX_\");});const onMouseEnterqo8pdx=activeVariantCallback(async(...args)=>{setVariant(\"evtuaighK\");});const O4AfE2rdh176t3j=activeVariantCallback(async(...args)=>{setVariant(\"XEZub8GZK\");});const plmgwMKdC1018qu2=activeVariantCallback(async(...args)=>{setVariant(\"XJuEdRt5y\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"XJuEdRt5y\",\"XEZub8GZK\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"XJuEdRt5y\",\"XEZub8GZK\"].includes(baseVariant))return false;return true;};const router=useRouter();const isDisplayed2=()=>{if([\"Tjy7SzqSy\",\"e0QMiFbX_\",\"evtuaighK\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if([\"e0QMiFbX_\",\"evtuaighK\"].includes(baseVariant))return false;return true;};const isDisplayed4=()=>{if(baseVariant===\"e0QMiFbX_\")return true;return false;};const isDisplayed5=()=>{if(baseVariant===\"evtuaighK\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{...restProps,...gestureHandlers,__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(serializationHash,...sharedStyleClassNames,\"framer-18sr27y\",className,classNames),\"data-framer-name\":\"Desktop\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"NF94K68_J\",onMouseEnter:onMouseEnter1261bfg,ref:ref??ref1,style:{backgroundColor:\"rgba(255, 255, 255, 0)\",boxShadow:\"none\",...style},variants:{XEZub8GZK:{backgroundColor:\"rgb(255, 255, 255)\",boxShadow:\"0px 0.7226247621292714px 1.300724571832688px -1.3333333333333333px rgba(0, 83, 207, 0.38193), 0px 2.7462399638921484px 4.943231935005866px -2.6666666666666665px rgba(0, 83, 207, 0.33134), 0px 12px 21.599999999999994px -4px rgba(0, 83, 207, 0.1)\"}},...addPropertyOverrides({e0QMiFbX_:{__framer__scrollDirection:{direction:\"down\",target:animation1},\"data-framer-name\":\"Resources\"},evtuaighK:{__framer__scrollDirection:{direction:\"down\",target:animation1},\"data-framer-name\":\"Company\"},Tjy7SzqSy:{__framer__scrollDirection:{direction:\"down\",target:animation1},\"data-framer-name\":\"Product\"},XEZub8GZK:{__framer__styleAppearEffectEnabled:undefined,\"data-framer-name\":\"Phone / Open\",\"data-highlight\":undefined,onMouseEnter:undefined},XJuEdRt5y:{\"data-framer-name\":\"Phone\",\"data-highlight\":undefined,onMouseEnter:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-uuzdvh\",layoutDependency:layoutDependency,layoutId:\"QugrcqSNz\",children:[isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"j3XFFyFQD\"},nodeId:\"xaxCeEOCx\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",intrinsicHeight:32,intrinsicWidth:64,pixelHeight:545,pixelWidth:1354,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/KaU99oLjuhWE9ilbVNCYhndCaM.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/KaU99oLjuhWE9ilbVNCYhndCaM.png?scale-down-to=512 512w,https://framerusercontent.com/images/KaU99oLjuhWE9ilbVNCYhndCaM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KaU99oLjuhWE9ilbVNCYhndCaM.png 1354w\"},className:\"framer-1t368pb framer-s4yppq\",\"data-framer-name\":\"logo\",layoutDependency:layoutDependency,layoutId:\"xaxCeEOCx\",...addPropertyOverrides({XEZub8GZK:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:32,intrinsicWidth:64,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-320)/2+0+0)+22),pixelHeight:545,pixelWidth:1354,positionX:\"center\",positionY:\"center\",sizes:\"68px\",src:\"https://framerusercontent.com/images/KaU99oLjuhWE9ilbVNCYhndCaM.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/KaU99oLjuhWE9ilbVNCYhndCaM.png?scale-down-to=512 512w,https://framerusercontent.com/images/KaU99oLjuhWE9ilbVNCYhndCaM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KaU99oLjuhWE9ilbVNCYhndCaM.png 1354w\"}},XJuEdRt5y:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:32,intrinsicWidth:64,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-72)/2+0+0)+22),pixelHeight:545,pixelWidth:1354,positionX:\"center\",positionY:\"center\",sizes:\"68px\",src:\"https://framerusercontent.com/images/KaU99oLjuhWE9ilbVNCYhndCaM.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/KaU99oLjuhWE9ilbVNCYhndCaM.png?scale-down-to=512 512w,https://framerusercontent.com/images/KaU99oLjuhWE9ilbVNCYhndCaM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KaU99oLjuhWE9ilbVNCYhndCaM.png 1354w\"}}},baseVariant,gestureVariant)})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:(componentViewport?.y||0)+0+(((componentViewport?.height||80)-0-(Math.max(0,((componentViewport?.height||80)-0-0)/1)*1+0))/2+0+0)+(0+(Math.max(0,((componentViewport?.height||80)-0-0)/1)*1-0-28)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-di2kju-container\",layoutDependency:layoutDependency,layoutId:\"RQpJ4_GS2-container\",children:/*#__PURE__*/_jsx(ContextMenuWithRightClickWithMappedReactProps1r795rc,{height:\"100%\",id:\"RQpJ4_GS2\",layoutId:\"RQpJ4_GS2\",variant:\"CBfZibuRL\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ja4qmj\",layoutDependency:layoutDependency,layoutId:\"UhIgBZ6Gx\",children:[isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cwun80\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"duCdmapbj\",children:[/*#__PURE__*/_jsx(MotionDivWithTrigger,{className:\"framer-1rwlp5f\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Sh3CW1rzA\",onMouseEnter:onMouseEnterd1mipk,onMouseLeave:onMouseLeave6r7czd,style:{borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,y:(componentViewport?.y||0)+0+(((componentViewport?.height||80)-0-(Math.max(0,((componentViewport?.height||80)-0-0)/1)*1+0))/2+0+0)+(0+(Math.max(0,((componentViewport?.height||80)-0-0)/1)*1-0-(Math.max(0,((componentViewport?.height||80)-0-0)/1)*1-0)*1)/2)+(0+((Math.max(0,((componentViewport?.height||80)-0-0)/1)*1-0)*1-0-((Math.max(0,((componentViewport?.height||80)-0-0)/1)*1-0)*1-0)*1)/2)+(0+(((Math.max(0,((componentViewport?.height||80)-0-0)/1)*1-0)*1-0)*1-0-(((Math.max(0,((componentViewport?.height||80)-0-0)/1)*1-0)*1-0)*1-0)*1)/2)+(2+((((Math.max(0,((componentViewport?.height||80)-0-0)/1)*1-0)*1-0)*1-0)*1-4-36)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-rzhm3h-container\",layoutDependency:layoutDependency,layoutId:\"RjY7dwoUm-container\",children:/*#__PURE__*/_jsx(NavbarDropdownButton,{cHp_wQaMv:\"Product\",height:\"100%\",id:\"RjY7dwoUm\",layoutId:\"RjY7dwoUm\",QRhE7kCJE:true,variant:\"BZWq8q1pK\",width:\"100%\",...addPropertyOverrides({Tjy7SzqSy:{variant:\"F3NfmLqa2\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(MotionDivWithTrigger,{className:\"framer-1wles99\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"quU3fdC6t\",onMouseEnter:onMouseEnter1lv62kj,onMouseLeave:onMouseLeave6r7czd,style:{borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,y:(componentViewport?.y||0)+0+(((componentViewport?.height||80)-0-(Math.max(0,((componentViewport?.height||80)-0-0)/1)*1+0))/2+0+0)+(0+(Math.max(0,((componentViewport?.height||80)-0-0)/1)*1-0-(Math.max(0,((componentViewport?.height||80)-0-0)/1)*1-0)*1)/2)+(0+((Math.max(0,((componentViewport?.height||80)-0-0)/1)*1-0)*1-0-((Math.max(0,((componentViewport?.height||80)-0-0)/1)*1-0)*1-0)*1)/2)+(0+(((Math.max(0,((componentViewport?.height||80)-0-0)/1)*1-0)*1-0)*1-0-(((Math.max(0,((componentViewport?.height||80)-0-0)/1)*1-0)*1-0)*1-0)*1)/2)+(2+((((Math.max(0,((componentViewport?.height||80)-0-0)/1)*1-0)*1-0)*1-0)*1-4-36)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-p61cg9-container\",layoutDependency:layoutDependency,layoutId:\"b8ASgwKp1-container\",children:/*#__PURE__*/_jsx(NavbarDropdownButton,{cHp_wQaMv:\"Resources\",height:\"100%\",id:\"b8ASgwKp1\",layoutId:\"b8ASgwKp1\",QRhE7kCJE:true,variant:\"BZWq8q1pK\",width:\"100%\",...addPropertyOverrides({e0QMiFbX_:{variant:\"F3NfmLqa2\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(MotionDivWithTrigger,{className:\"framer-1r7a8wb\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"MQeil_S8Q\",onMouseEnter:onMouseEnterqo8pdx,onMouseLeave:onMouseLeave6r7czd,style:{borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,y:(componentViewport?.y||0)+0+(((componentViewport?.height||80)-0-(Math.max(0,((componentViewport?.height||80)-0-0)/1)*1+0))/2+0+0)+(0+(Math.max(0,((componentViewport?.height||80)-0-0)/1)*1-0-(Math.max(0,((componentViewport?.height||80)-0-0)/1)*1-0)*1)/2)+(0+((Math.max(0,((componentViewport?.height||80)-0-0)/1)*1-0)*1-0-((Math.max(0,((componentViewport?.height||80)-0-0)/1)*1-0)*1-0)*1)/2)+(0+(((Math.max(0,((componentViewport?.height||80)-0-0)/1)*1-0)*1-0)*1-0-(((Math.max(0,((componentViewport?.height||80)-0-0)/1)*1-0)*1-0)*1-0)*1)/2)+(2+((((Math.max(0,((componentViewport?.height||80)-0-0)/1)*1-0)*1-0)*1-0)*1-4-36)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-167lh52-container\",layoutDependency:layoutDependency,layoutId:\"QvBxexmjb-container\",children:/*#__PURE__*/_jsx(NavbarDropdownButton,{cHp_wQaMv:\"Company\",height:\"100%\",id:\"QvBxexmjb\",layoutId:\"QvBxexmjb\",QRhE7kCJE:true,variant:\"BZWq8q1pK\",width:\"100%\",...addPropertyOverrides({evtuaighK:{variant:\"F3NfmLqa2\"}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ssENdmcpk\"},implicitPathVariables:undefined},{href:{webPageId:\"ssENdmcpk\"},implicitPathVariables:undefined},{href:{webPageId:\"ssENdmcpk\"},implicitPathVariables:undefined},{href:{webPageId:\"ssENdmcpk\"},implicitPathVariables:undefined},{href:{webPageId:\"ssENdmcpk\"},implicitPathVariables:undefined},{href:{webPageId:\"ssENdmcpk\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+0+(((componentViewport?.height||80)-0-(Math.max(0,((componentViewport?.height||80)-0-0)/1)*1+0))/2+0+0)+(0+(Math.max(0,((componentViewport?.height||80)-0-0)/1)*1-0-(Math.max(0,((componentViewport?.height||80)-0-0)/1)*1-0)*1)/2)+(0+((Math.max(0,((componentViewport?.height||80)-0-0)/1)*1-0)*1-0-40)/2),...addPropertyOverrides({XEZub8GZK:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-320)/2+0+0)+0+16},XJuEdRt5y:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-72)/2+0+0)+0+16}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-dccm8x-container\",layoutDependency:layoutDependency,layoutId:\"au7lOi99o-container\",children:/*#__PURE__*/_jsx(Button,{ARASVW8kZ:false,cArqwhXWi:\"var(--token-beae74c1-c8c1-4440-9c9f-5e479531b6fb, rgb(0, 102, 255))\",ex1M1BxWH:\"Info\",gHeOvXgAq:resolvedLinks[0],height:\"100%\",hyoIEBZCr:\"Book a demo\",id:\"au7lOi99o\",layoutId:\"au7lOi99o\",N0sLxcH8C:8,P0VjHIGR_:\"var(--token-59c84003-d24d-4093-a457-d5e7381532ee, rgb(255, 255, 255))\",rpzj1qEtI:\"ChevronRight\",sTfGov8wd:false,Uwhubicpx:false,variant:\"c1NZl4lJA\",width:\"100%\",YXMqMIqEW:\"var(--token-59c84003-d24d-4093-a457-d5e7381532ee, rgb(255, 255, 255))\",...addPropertyOverrides({e0QMiFbX_:{gHeOvXgAq:resolvedLinks[2]},evtuaighK:{gHeOvXgAq:resolvedLinks[3]},Tjy7SzqSy:{gHeOvXgAq:resolvedLinks[1]},XEZub8GZK:{gHeOvXgAq:resolvedLinks[5],N0sLxcH8C:6,variant:\"MEtzkYqeO\"},XJuEdRt5y:{gHeOvXgAq:resolvedLinks[4],N0sLxcH8C:6,variant:\"MEtzkYqeO\"}},baseVariant,gestureVariant)})})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({XEZub8GZK:{height:40,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-320)/2+0+0)+0+16},XJuEdRt5y:{height:40,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-72)/2+0+0)+0+16}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-un9wtq-container\",layoutDependency:layoutDependency,layoutId:\"Dj61Wbyed-container\",children:/*#__PURE__*/_jsx(Hamburger,{height:\"100%\",id:\"Dj61Wbyed\",KomVovF8w:1,layoutId:\"Dj61Wbyed\",O4AfE2rdh:O4AfE2rdh176t3j,OeupEyGbb:\"var(--token-7b84741b-5077-4d86-859f-9b907f09484d, rgb(0, 31, 77))\",plmgwMKdC:plmgwMKdC1018qu2,variant:\"LzaGHKFNu\",width:\"100%\"})})})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-18hct04\",\"data-framer-name\":\"mobilenav\",layoutDependency:layoutDependency,layoutId:\"edpi5dYxT\",style:{opacity:1},variants:{XJuEdRt5y:{opacity:0}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-12m5l4y\",layoutDependency:layoutDependency,layoutId:\"dl2USujM9\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-m32mog-container\",layoutDependency:layoutDependency,layoutId:\"LSgAd4x4c-container\",children:/*#__PURE__*/_jsxs(Accordion,{activeBgColor:\"var(--token-7370785a-00a7-4fde-9f17-770caba10d18, rgb(243, 247, 254))\",activeLabelColor:\"var(--token-13a06b5f-2119-4201-af1d-d398f28952a3, rgb(0, 82, 204))\",bgColor:\"var(--token-59c84003-d24d-4093-a457-d5e7381532ee, rgb(255, 255, 255))\",borderRadius:12,font:{fontFamily:'\"Nexa Text Bold\", \"Nexa Text Bold Placeholder\", sans-serif',fontSize:\"16px\"},gap:4,height:\"100%\",hoverBgColor:\"rgba(0, 102, 255, 0.05)\",iconSize:16,id:\"LSgAd4x4c\",labelColor:\"var(--token-a83491ce-99f8-42db-9dff-90ff505e054d, rgb(8, 12, 36))\",layoutId:\"LSgAd4x4c\",padding:12,paddingBottom:12,paddingLeft:14,paddingPerSide:true,paddingRight:14,paddingTop:12,style:{width:\"100%\"},width:\"100%\",...addPropertyOverrides({XEZub8GZK:{font:{fontFamily:'\"Innovator Grotesk Medium\", \"Innovator Grotesk Medium Placeholder\", sans-serif',fontSize:\"16px\"}}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4fm86i\",\"data-framer-name\":\"Product\",layoutDependency:layoutDependency,layoutId:\"GeEgiOPoQ\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"WKIaLv4Kh\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:\"254px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-7uy05k-container\",layoutDependency:layoutDependency,layoutId:\"zUKfu3zyY-container\",children:/*#__PURE__*/_jsx(NavTabsMobileItemButton,{EOfaQMxW3:\"var(--token-a83491ce-99f8-42db-9dff-90ff505e054d, rgb(8, 12, 36))\",height:\"100%\",id:\"zUKfu3zyY\",IrR3DiNf3:14,jun80GwP5:8,k7Yy_4roy:\"Talent Attraction\",layoutId:\"zUKfu3zyY\",SKGZj0uwz:\"var(--token-59c84003-d24d-4093-a457-d5e7381532ee, rgb(255, 255, 255))\",style:{width:\"100%\"},WA4QgxlUL:\"var(--token-beae74c1-c8c1-4440-9c9f-5e479531b6fb, rgb(0, 102, 255))\",width:\"100%\",WQqi1rxg2:resolvedLinks1[0],XIcMvoaHt:true,xSCTd1ea6:\"Megaphone\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"IBhsowqdh\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:\"254px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-npglvc-container\",layoutDependency:layoutDependency,layoutId:\"IB7DkN4XA-container\",children:/*#__PURE__*/_jsx(NavTabsMobileItemButton,{EOfaQMxW3:\"var(--token-a83491ce-99f8-42db-9dff-90ff505e054d, rgb(8, 12, 36))\",height:\"100%\",id:\"IB7DkN4XA\",IrR3DiNf3:14,jun80GwP5:8,k7Yy_4roy:\"Candidate Journeys\",layoutId:\"IB7DkN4XA\",SKGZj0uwz:\"var(--token-59c84003-d24d-4093-a457-d5e7381532ee, rgb(255, 255, 255))\",style:{width:\"100%\"},WA4QgxlUL:\"var(--token-beae74c1-c8c1-4440-9c9f-5e479531b6fb, rgb(0, 102, 255))\",width:\"100%\",WQqi1rxg2:resolvedLinks2[0],XIcMvoaHt:false,xSCTd1ea6:\"Signpost\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"rxLAx9PTs\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:\"254px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-bhsifs-container\",layoutDependency:layoutDependency,layoutId:\"tALBr1AGY-container\",children:/*#__PURE__*/_jsx(NavTabsMobileItemButton,{EOfaQMxW3:\"var(--token-a83491ce-99f8-42db-9dff-90ff505e054d, rgb(8, 12, 36))\",height:\"100%\",id:\"tALBr1AGY\",IrR3DiNf3:14,jun80GwP5:8,k7Yy_4roy:\"Career Hubs\",layoutId:\"tALBr1AGY\",SKGZj0uwz:\"var(--token-59c84003-d24d-4093-a457-d5e7381532ee, rgb(255, 255, 255))\",style:{width:\"100%\"},WA4QgxlUL:\"var(--token-beae74c1-c8c1-4440-9c9f-5e479531b6fb, rgb(0, 102, 255))\",width:\"100%\",WQqi1rxg2:resolvedLinks3[0],XIcMvoaHt:true,xSCTd1ea6:\"Laptop\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"u5BW7CjuL\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:\"254px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1l290fy-container\",layoutDependency:layoutDependency,layoutId:\"zS_RjlMGU-container\",children:/*#__PURE__*/_jsx(NavTabsMobileItemButton,{EOfaQMxW3:\"var(--token-a83491ce-99f8-42db-9dff-90ff505e054d, rgb(8, 12, 36))\",height:\"100%\",id:\"zS_RjlMGU\",IrR3DiNf3:14,jun80GwP5:8,k7Yy_4roy:\"Reporting & Analytics\",layoutId:\"zS_RjlMGU\",SKGZj0uwz:\"var(--token-59c84003-d24d-4093-a457-d5e7381532ee, rgb(255, 255, 255))\",style:{width:\"100%\"},WA4QgxlUL:\"var(--token-beae74c1-c8c1-4440-9c9f-5e479531b6fb, rgb(0, 102, 255))\",width:\"100%\",WQqi1rxg2:resolvedLinks4[0],XIcMvoaHt:false,xSCTd1ea6:\"ChartPieSlice\"})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fkgthb\",\"data-framer-name\":\"Resources\",layoutDependency:layoutDependency,layoutId:\"bsYyFw7gN\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"BI9kfcjWV\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:\"254px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1l5nc4j-container\",layoutDependency:layoutDependency,layoutId:\"cPDEig85V-container\",children:/*#__PURE__*/_jsx(NavTabsMobileItemButton,{EOfaQMxW3:\"var(--token-a83491ce-99f8-42db-9dff-90ff505e054d, rgb(8, 12, 36))\",height:\"100%\",id:\"cPDEig85V\",IrR3DiNf3:14,jun80GwP5:8,k7Yy_4roy:\"Integrations\",layoutId:\"cPDEig85V\",SKGZj0uwz:\"var(--token-59c84003-d24d-4093-a457-d5e7381532ee, rgb(255, 255, 255))\",style:{width:\"100%\"},WA4QgxlUL:\"var(--token-beae74c1-c8c1-4440-9c9f-5e479531b6fb, rgb(0, 102, 255))\",width:\"100%\",WQqi1rxg2:resolvedLinks5[0],XIcMvoaHt:true,xSCTd1ea6:\"PuzzlePiece\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":FtUdJtIHT\",webPageId:\"DOGHxUCcg\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:\"254px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-a9x0lj-container\",layoutDependency:layoutDependency,layoutId:\"sldJi7Dy_-container\",children:/*#__PURE__*/_jsx(NavTabsMobileItemButton,{EOfaQMxW3:\"var(--token-a83491ce-99f8-42db-9dff-90ff505e054d, rgb(8, 12, 36))\",height:\"100%\",id:\"sldJi7Dy_\",IrR3DiNf3:14,jun80GwP5:8,k7Yy_4roy:\"Case Studies\",layoutId:\"sldJi7Dy_\",SKGZj0uwz:\"var(--token-59c84003-d24d-4093-a457-d5e7381532ee, rgb(255, 255, 255))\",style:{width:\"100%\"},WA4QgxlUL:\"var(--token-beae74c1-c8c1-4440-9c9f-5e479531b6fb, rgb(0, 102, 255))\",width:\"100%\",WQqi1rxg2:resolvedLinks6[0],XIcMvoaHt:false,xSCTd1ea6:\"PresentationChart\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"VnQHiS_Wd\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:\"254px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3dm4jw-container\",layoutDependency:layoutDependency,layoutId:\"BWBMq3MEz-container\",children:/*#__PURE__*/_jsx(NavTabsMobileItemButton,{EOfaQMxW3:\"var(--token-a83491ce-99f8-42db-9dff-90ff505e054d, rgb(8, 12, 36))\",height:\"100%\",id:\"BWBMq3MEz\",IrR3DiNf3:14,jun80GwP5:8,k7Yy_4roy:\"Saving Calculator\",layoutId:\"BWBMq3MEz\",SKGZj0uwz:\"var(--token-59c84003-d24d-4093-a457-d5e7381532ee, rgb(255, 255, 255))\",style:{width:\"100%\"},WA4QgxlUL:\"var(--token-beae74c1-c8c1-4440-9c9f-5e479531b6fb, rgb(0, 102, 255))\",width:\"100%\",WQqi1rxg2:resolvedLinks7[0],XIcMvoaHt:false,xSCTd1ea6:\"Calculator\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"IvHoPk8PD\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:\"254px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-7xh4kc-container\",layoutDependency:layoutDependency,layoutId:\"PANNAOifI-container\",children:/*#__PURE__*/_jsx(NavTabsMobileItemButton,{EOfaQMxW3:\"var(--token-a83491ce-99f8-42db-9dff-90ff505e054d, rgb(8, 12, 36))\",height:\"100%\",id:\"PANNAOifI\",IrR3DiNf3:14,jun80GwP5:8,k7Yy_4roy:\"Story\",layoutId:\"PANNAOifI\",SKGZj0uwz:\"var(--token-59c84003-d24d-4093-a457-d5e7381532ee, rgb(255, 255, 255))\",style:{width:\"100%\"},WA4QgxlUL:\"var(--token-beae74c1-c8c1-4440-9c9f-5e479531b6fb, rgb(0, 102, 255))\",width:\"100%\",WQqi1rxg2:resolvedLinks8[0],XIcMvoaHt:false,xSCTd1ea6:\"Path\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"MP39HxKJK\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:\"254px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-14xqsmh-container\",layoutDependency:layoutDependency,layoutId:\"bQ5Gwmiex-container\",children:/*#__PURE__*/_jsx(NavTabsMobileItemButton,{EOfaQMxW3:\"var(--token-a83491ce-99f8-42db-9dff-90ff505e054d, rgb(8, 12, 36))\",height:\"100%\",id:\"bQ5Gwmiex\",IrR3DiNf3:14,jun80GwP5:8,k7Yy_4roy:\"Blog\",layoutId:\"bQ5Gwmiex\",SKGZj0uwz:\"var(--token-59c84003-d24d-4093-a457-d5e7381532ee, rgb(255, 255, 255))\",style:{width:\"100%\"},WA4QgxlUL:\"var(--token-beae74c1-c8c1-4440-9c9f-5e479531b6fb, rgb(0, 102, 255))\",width:\"100%\",WQqi1rxg2:resolvedLinks9[0],XIcMvoaHt:false,xSCTd1ea6:\"Newspaper\"})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qkksvb\",\"data-framer-name\":\"Company\",layoutDependency:layoutDependency,layoutId:\"rDXbYR2s_\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"KLuN9cI91\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:\"254px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1903oge-container\",layoutDependency:layoutDependency,layoutId:\"R4OlRWh1v-container\",children:/*#__PURE__*/_jsx(NavTabsMobileItemButton,{EOfaQMxW3:\"var(--token-a83491ce-99f8-42db-9dff-90ff505e054d, rgb(8, 12, 36))\",height:\"100%\",id:\"R4OlRWh1v\",IrR3DiNf3:14,jun80GwP5:8,k7Yy_4roy:\"About\",layoutId:\"R4OlRWh1v\",SKGZj0uwz:\"var(--token-59c84003-d24d-4093-a457-d5e7381532ee, rgb(255, 255, 255))\",style:{width:\"100%\"},WA4QgxlUL:\"var(--token-beae74c1-c8c1-4440-9c9f-5e479531b6fb, rgb(0, 102, 255))\",width:\"100%\",WQqi1rxg2:resolvedLinks10[0],XIcMvoaHt:true,xSCTd1ea6:\"UsersFour\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"DOGHxUCcg\"},implicitPathVariables:undefined}],children:resolvedLinks11=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:\"254px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-qro5mv-container\",layoutDependency:layoutDependency,layoutId:\"SuxviP2OQ-container\",children:/*#__PURE__*/_jsx(NavTabsMobileItemButton,{EOfaQMxW3:\"var(--token-a83491ce-99f8-42db-9dff-90ff505e054d, rgb(8, 12, 36))\",height:\"100%\",id:\"SuxviP2OQ\",IrR3DiNf3:14,jun80GwP5:8,k7Yy_4roy:\"Customer Success\",layoutId:\"SuxviP2OQ\",SKGZj0uwz:\"var(--token-59c84003-d24d-4093-a457-d5e7381532ee, rgb(255, 255, 255))\",style:{width:\"100%\"},WA4QgxlUL:\"var(--token-beae74c1-c8c1-4440-9c9f-5e479531b6fb, rgb(0, 102, 255))\",width:\"100%\",WQqi1rxg2:resolvedLinks11[0],XIcMvoaHt:true,xSCTd1ea6:\"Handshake\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:\"254px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-nla42h-container\",layoutDependency:layoutDependency,layoutId:\"NdzfbvYYo-container\",children:/*#__PURE__*/_jsx(NavTabsMobileItemButton,{EOfaQMxW3:\"var(--token-a83491ce-99f8-42db-9dff-90ff505e054d, rgb(8, 12, 36))\",height:\"100%\",id:\"NdzfbvYYo\",IrR3DiNf3:14,jun80GwP5:8,k7Yy_4roy:\"Careers\",layoutId:\"NdzfbvYYo\",SKGZj0uwz:\"var(--token-59c84003-d24d-4093-a457-d5e7381532ee, rgb(255, 255, 255))\",style:{width:\"100%\"},WA4QgxlUL:\"var(--token-beae74c1-c8c1-4440-9c9f-5e479531b6fb, rgb(0, 102, 255))\",width:\"100%\",WQqi1rxg2:\"https://careers.inploi.com/\",XIcMvoaHt:true,xSCTd1ea6:\"MegaphoneSimple\"})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ssENdmcpk\"},implicitPathVariables:undefined}],children:resolvedLinks12=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:\"254px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-eg1f6r-container\",layoutDependency:layoutDependency,layoutId:\"XpakwQFgp-container\",children:/*#__PURE__*/_jsx(NavTabsMobileItemButton,{EOfaQMxW3:\"var(--token-a83491ce-99f8-42db-9dff-90ff505e054d, rgb(8, 12, 36))\",height:\"100%\",id:\"XpakwQFgp\",IrR3DiNf3:14,jun80GwP5:8,k7Yy_4roy:\"Contact\",layoutId:\"XpakwQFgp\",SKGZj0uwz:\"var(--token-59c84003-d24d-4093-a457-d5e7381532ee, rgb(255, 255, 255))\",style:{width:\"100%\"},WA4QgxlUL:\"var(--token-beae74c1-c8c1-4440-9c9f-5e479531b6fb, rgb(0, 102, 255))\",width:\"100%\",WQqi1rxg2:resolvedLinks12[0],XIcMvoaHt:false,xSCTd1ea6:\"ChatCircleText\"})})})})]})]})})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(MotionDivDottedBackgroundWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:0,animate:animation2,className:\"framer-x7crub\",\"data-framer-appear-id\":\"x7crub\",\"data-framer-name\":\"bg\",initial:animation3,layoutDependency:layoutDependency,layoutId:\"zY0oQYtZX\",optimized:true,style:{backdropFilter:\"blur(3px)\",opacity:0,transformPerspective:1200,WebkitBackdropFilter:\"blur(3px)\"},variants:{e0QMiFbX_:{opacity:1},evtuaighK:{opacity:1},Tjy7SzqSy:{opacity:1}},...addPropertyOverrides({e0QMiFbX_:{__targetOpacity:1,animate:animation4},evtuaighK:{__targetOpacity:1,animate:animation4},Tjy7SzqSy:{__targetOpacity:1,animate:animation4}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(MotionDivDottedBackgroundWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:TKYsWhp1g,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1ej76f1\",\"data-framer-name\":\"bg\",layoutDependency:layoutDependency,layoutId:\"dgdUFprSl\",style:{backdropFilter:\"blur(3px)\",boxShadow:\"0px 0.24145061431045178px 0.24145061431045178px -1.25px rgba(0, 102, 255, 0.165), 0px 2px 2px -2.5px rgba(0, 102, 255, 0.165)\",transformPerspective:1200,WebkitBackdropFilter:\"blur(3px)\"},variants:{e0QMiFbX_:{backdropFilter:\"blur(0px)\",boxShadow:\"0px 0.24145061431045178px 0.24145061431045178px -1.25px rgba(0, 102, 255, 0), 0px 2px 2px -2.5px rgba(0, 102, 255, 0)\",transformPerspective:undefined,WebkitBackdropFilter:\"blur(0px)\"},evtuaighK:{backdropFilter:\"blur(0px)\",boxShadow:\"0px 0.24145061431045178px 0.24145061431045178px -1.25px rgba(0, 102, 255, 0), 0px 2px 2px -2.5px rgba(0, 102, 255, 0)\",transformPerspective:undefined,WebkitBackdropFilter:\"blur(0px)\"},Tjy7SzqSy:{backdropFilter:\"blur(0px)\",boxShadow:\"0px 0.24145061431045178px 0.24145061431045178px -1.25px rgba(0, 102, 255, 0), 0px 2px 2px -2.5px rgba(0, 102, 255, 0)\",transformPerspective:undefined,WebkitBackdropFilter:\"blur(0px)\"}},...addPropertyOverrides({e0QMiFbX_:{__framer__styleTransformEffectEnabled:undefined},evtuaighK:{__framer__styleTransformEffectEnabled:undefined},Tjy7SzqSy:{__framer__styleTransformEffectEnabled:undefined}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsxs(MotionDivWithBlockWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation5,className:\"framer-1y8sek0\",\"data-framer-appear-id\":\"1y8sek0\",\"data-highlight\":true,initial:animation6,layoutDependency:layoutDependency,layoutId:\"XCZAaT1qm\",onMouseLeave:onMouseLeave6r7czd,optimized:true,style:{backgroundColor:\"rgb(240, 246, 255)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,transformPerspective:1200},transformTemplate:transformTemplate1,...addPropertyOverrides({e0QMiFbX_:{onMouseEnter:onMouseEnter1lv62kj},evtuaighK:{onMouseEnter:onMouseEnterqo8pdx},Tjy7SzqSy:{onMouseEnter:onMouseEnterd1mipk}},baseVariant,gestureVariant),children:[isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:281,...addPropertyOverrides({Tjy7SzqSy:{width:`max(min(${componentViewport?.width||\"100vw\"} * 0.88, 1400px) - 48px, 1px)`,y:(componentViewport?.y||0)+80+24}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3redqw-container\",layoutDependency:layoutDependency,layoutId:\"VJNzRpzHh-container\",children:/*#__PURE__*/_jsx(NavNavTabs,{height:\"100%\",id:\"VJNzRpzHh\",layoutId:\"VJNzRpzHh\",style:{width:\"100%\"},variant:\"brdIPE7D3\",width:\"100%\",x5YJGMN2C:htOe4G0mg})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({e0QMiFbX_:{height:279,width:`max(min(${componentViewport?.width||\"100vw\"} * 0.88, 1400px) - 48px, 1px)`,y:(componentViewport?.y||0)+80+24}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-19wry0p-container\",layoutDependency:layoutDependency,layoutId:\"V3286rtgt-container\",children:/*#__PURE__*/_jsx(NavNavTabsResources,{height:\"100%\",id:\"V3286rtgt\",layoutId:\"V3286rtgt\",style:{width:\"100%\"},variant:\"nyh2EeUFM\",width:\"100%\",x5YJGMN2C:htOe4G0mg})})}),isDisplayed5()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({evtuaighK:{height:208,width:`max(min(${componentViewport?.width||\"100vw\"} * 0.88, 1400px) - 48px, 1px)`,y:(componentViewport?.y||0)+80+24}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1c8ggvk-container\",layoutDependency:layoutDependency,layoutId:\"D9LgOSYN9-container\",children:/*#__PURE__*/_jsx(NavNavTabsCompany,{height:\"100%\",id:\"D9LgOSYN9\",layoutId:\"D9LgOSYN9\",style:{width:\"100%\"},variant:\"ksWpA7Tco\",width:\"100%\",x5YJGMN2C:htOe4G0mg})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-7ZTh0.framer-s4yppq, .framer-7ZTh0 .framer-s4yppq { display: block; }\",\".framer-7ZTh0.framer-18sr27y { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 80px; justify-content: center; padding: 0px; position: relative; width: 1200px; }\",\".framer-7ZTh0 .framer-uuzdvh { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 28px; height: 1px; justify-content: flex-start; max-width: 1400px; overflow: visible; padding: 0px; position: relative; width: 88%; z-index: 2; }\",\".framer-7ZTh0 .framer-1t368pb { flex: none; height: 28px; position: relative; text-decoration: none; width: 118px; }\",\".framer-7ZTh0 .framer-di2kju-container, .framer-7ZTh0 .framer-rzhm3h-container, .framer-7ZTh0 .framer-p61cg9-container, .framer-7ZTh0 .framer-167lh52-container, .framer-7ZTh0 .framer-dccm8x-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-7ZTh0 .framer-ja4qmj { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 100%; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-7ZTh0 .framer-1cwun80 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-7ZTh0 .framer-1rwlp5f, .framer-7ZTh0 .framer-1wles99, .framer-7ZTh0 .framer-1r7a8wb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: visible; padding: 2px; position: relative; width: min-content; }\",\".framer-7ZTh0 .framer-un9wtq-container { flex: none; height: auto; position: relative; width: auto; z-index: 1; }\",\".framer-7ZTh0 .framer-18hct04 { 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-7ZTh0 .framer-12m5l4y { 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: visible; padding: 24px 0px 24px 0px; position: relative; width: 88%; }\",\".framer-7ZTh0 .framer-m32mog-container, .framer-7ZTh0 .framer-3redqw-container, .framer-7ZTh0 .framer-19wry0p-container, .framer-7ZTh0 .framer-1c8ggvk-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-7ZTh0 .framer-4fm86i, .framer-7ZTh0 .framer-fkgthb, .framer-7ZTh0 .framer-qkksvb { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: hidden; padding: 12px; position: relative; width: 278px; }\",\".framer-7ZTh0 .framer-7uy05k-container, .framer-7ZTh0 .framer-npglvc-container, .framer-7ZTh0 .framer-bhsifs-container, .framer-7ZTh0 .framer-1l290fy-container, .framer-7ZTh0 .framer-1l5nc4j-container, .framer-7ZTh0 .framer-a9x0lj-container, .framer-7ZTh0 .framer-3dm4jw-container, .framer-7ZTh0 .framer-7xh4kc-container, .framer-7ZTh0 .framer-14xqsmh-container, .framer-7ZTh0 .framer-1903oge-container, .framer-7ZTh0 .framer-qro5mv-container, .framer-7ZTh0 .framer-nla42h-container, .framer-7ZTh0 .framer-eg1f6r-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-7ZTh0 .framer-x7crub { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: calc(var(--framer-viewport-height, 100vh) * 1.2); justify-content: center; left: calc(50.00000000000002% - 100% / 2); padding: 0px; position: absolute; top: 0px; width: 100%; z-index: 1; }\",\".framer-7ZTh0 .framer-1ej76f1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: center; left: 0px; padding: 0px; position: absolute; top: 0px; width: 100%; z-index: 1; }\",\".framer-7ZTh0 .framer-1y8sek0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; left: 50%; max-width: 1400px; overflow: hidden; padding: 24px; position: absolute; top: 80px; width: 88%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-7ZTh0.framer-18sr27y, .framer-7ZTh0 .framer-uuzdvh, .framer-7ZTh0 .framer-ja4qmj, .framer-7ZTh0 .framer-1cwun80, .framer-7ZTh0 .framer-1rwlp5f, .framer-7ZTh0 .framer-1wles99, .framer-7ZTh0 .framer-1r7a8wb, .framer-7ZTh0 .framer-18hct04, .framer-7ZTh0 .framer-12m5l4y, .framer-7ZTh0 .framer-4fm86i, .framer-7ZTh0 .framer-fkgthb, .framer-7ZTh0 .framer-qkksvb, .framer-7ZTh0 .framer-x7crub, .framer-7ZTh0 .framer-1ej76f1, .framer-7ZTh0 .framer-1y8sek0 { gap: 0px; } .framer-7ZTh0.framer-18sr27y > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-7ZTh0.framer-18sr27y > :first-child, .framer-7ZTh0 .framer-4fm86i > :first-child, .framer-7ZTh0 .framer-fkgthb > :first-child, .framer-7ZTh0 .framer-qkksvb > :first-child, .framer-7ZTh0 .framer-x7crub > :first-child, .framer-7ZTh0 .framer-1ej76f1 > :first-child { margin-top: 0px; } .framer-7ZTh0.framer-18sr27y > :last-child, .framer-7ZTh0 .framer-4fm86i > :last-child, .framer-7ZTh0 .framer-fkgthb > :last-child, .framer-7ZTh0 .framer-qkksvb > :last-child, .framer-7ZTh0 .framer-x7crub > :last-child, .framer-7ZTh0 .framer-1ej76f1 > :last-child { margin-bottom: 0px; } .framer-7ZTh0 .framer-uuzdvh > * { margin: 0px; margin-left: calc(28px / 2); margin-right: calc(28px / 2); } .framer-7ZTh0 .framer-uuzdvh > :first-child, .framer-7ZTh0 .framer-ja4qmj > :first-child, .framer-7ZTh0 .framer-1cwun80 > :first-child, .framer-7ZTh0 .framer-1rwlp5f > :first-child, .framer-7ZTh0 .framer-1wles99 > :first-child, .framer-7ZTh0 .framer-1r7a8wb > :first-child, .framer-7ZTh0 .framer-18hct04 > :first-child, .framer-7ZTh0 .framer-12m5l4y > :first-child, .framer-7ZTh0 .framer-1y8sek0 > :first-child { margin-left: 0px; } .framer-7ZTh0 .framer-uuzdvh > :last-child, .framer-7ZTh0 .framer-ja4qmj > :last-child, .framer-7ZTh0 .framer-1cwun80 > :last-child, .framer-7ZTh0 .framer-1rwlp5f > :last-child, .framer-7ZTh0 .framer-1wles99 > :last-child, .framer-7ZTh0 .framer-1r7a8wb > :last-child, .framer-7ZTh0 .framer-18hct04 > :last-child, .framer-7ZTh0 .framer-12m5l4y > :last-child, .framer-7ZTh0 .framer-1y8sek0 > :last-child { margin-right: 0px; } .framer-7ZTh0 .framer-ja4qmj > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-7ZTh0 .framer-1cwun80 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-7ZTh0 .framer-1rwlp5f > *, .framer-7ZTh0 .framer-1wles99 > *, .framer-7ZTh0 .framer-1r7a8wb > *, .framer-7ZTh0 .framer-18hct04 > *, .framer-7ZTh0 .framer-12m5l4y > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-7ZTh0 .framer-4fm86i > *, .framer-7ZTh0 .framer-fkgthb > *, .framer-7ZTh0 .framer-qkksvb > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } .framer-7ZTh0 .framer-x7crub > *, .framer-7ZTh0 .framer-1ej76f1 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-7ZTh0 .framer-1y8sek0 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } }\",\".framer-7ZTh0.framer-v-1ibbz0w .framer-3redqw-container { order: 0; }\",\".framer-7ZTh0.framer-v-h1ij2k.framer-18sr27y { gap: 0px; height: min-content; width: 360px; }\",\".framer-7ZTh0.framer-v-h1ij2k .framer-uuzdvh, .framer-7ZTh0.framer-v-148123g .framer-uuzdvh { flex: none; height: 72px; }\",\".framer-7ZTh0.framer-v-h1ij2k .framer-1t368pb, .framer-7ZTh0.framer-v-148123g .framer-1t368pb { width: 68px; }\",\".framer-7ZTh0.framer-v-h1ij2k .framer-18hct04 { align-content: flex-start; align-items: flex-start; height: calc(var(--framer-viewport-height, 100vh) * 0); }\",\".framer-7ZTh0.framer-v-h1ij2k .framer-1ej76f1 { height: 72px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-7ZTh0.framer-v-h1ij2k.framer-18sr27y { gap: 0px; } .framer-7ZTh0.framer-v-h1ij2k.framer-18sr27y > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-7ZTh0.framer-v-h1ij2k.framer-18sr27y > :first-child { margin-top: 0px; } .framer-7ZTh0.framer-v-h1ij2k.framer-18sr27y > :last-child { margin-bottom: 0px; } }\",\".framer-7ZTh0.framer-v-148123g.framer-18sr27y { gap: 0px; height: min-content; overflow: visible; width: 360px; }\",\".framer-7ZTh0.framer-v-148123g .framer-1ej76f1 { height: 72px; z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-7ZTh0.framer-v-148123g.framer-18sr27y { gap: 0px; } .framer-7ZTh0.framer-v-148123g.framer-18sr27y > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-7ZTh0.framer-v-148123g.framer-18sr27y > :first-child { margin-top: 0px; } .framer-7ZTh0.framer-v-148123g.framer-18sr27y > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 80\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"Tjy7SzqSy\":{\"layout\":[\"fixed\",\"fixed\"]},\"e0QMiFbX_\":{\"layout\":[\"fixed\",\"fixed\"]},\"evtuaighK\":{\"layout\":[\"fixed\",\"fixed\"]},\"XJuEdRt5y\":{\"layout\":[\"fixed\",\"auto\"]},\"XEZub8GZK\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"TKYsWhp1g\":\"scrollSection\",\"htOe4G0mg\":\"desktop\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerkK1GjWJRM=withCSS(Component,css,\"framer-7ZTh0\");export default FramerkK1GjWJRM;FramerkK1GjWJRM.displayName=\"Navbar/Nav Copy\";FramerkK1GjWJRM.defaultProps={height:80,width:1200};addPropertyControls(FramerkK1GjWJRM,{variant:{options:[\"NF94K68_J\",\"Tjy7SzqSy\",\"e0QMiFbX_\",\"evtuaighK\",\"XJuEdRt5y\",\"XEZub8GZK\"],optionTitles:[\"Desktop\",\"Product\",\"Resources\",\"Company\",\"Phone\",\"Phone / Open\"],title:\"Variant\",type:ControlType.Enum},TKYsWhp1g:{title:\"Scroll Section\",type:ControlType.ScrollSectionRef},htOe4G0mg:{defaultValue:true,title:\"Desktop\",type:ControlType.Boolean}});addFonts(FramerkK1GjWJRM,[{explicitInter:true,fonts:[{family:\"Nexa Text Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/Zn4ijTPyrStafV3Y7nFNWJ5rzt4.woff2\"},{family:\"Innovator Grotesk Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/PZDhrRJdtf0116kMvnwem7j3CY.woff2\"}]},...ContextMenuFonts,...NavbarDropdownButtonFonts,...ButtonFonts,...HamburgerFonts,...NavTabsMobileItemButtonFonts,...AccordionFonts,...NavNavTabsFonts,...NavNavTabsResourcesFonts,...NavNavTabsCompanyFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerkK1GjWJRM\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"TKYsWhp1g\\\":\\\"scrollSection\\\",\\\"htOe4G0mg\\\":\\\"desktop\\\"}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Tjy7SzqSy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"e0QMiFbX_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"evtuaighK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"XJuEdRt5y\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XEZub8GZK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"80\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["Accordion", "props", "children", "gap", "font", "iconSize", "labelColor", "bgColor", "borderRadius", "padding", "activeBgColor", "activeLabelColor", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "hoverBgColor", "openIndex", "setOpenIndex", "ye", "toggleItem", "index", "p", "j", "child", "u", "motion", "AnimatePresence", "q", "addPropertyControls", "ControlType", "ButtonScale", "i", "p", "g", "getFonts", "Icon", "w", "ButtonScale", "motion", "b", "getPropertyControls", "k", "B", "V", "e", "t", "r", "C", "Y", "J", "I", "a", "re", "MotionConfigContext", "o", "n", "se", "p", "q", "z", "i", "l", "d", "c", "f", "m", "s", "x", "h", "u", "v", "y", "g", "w", "b", "k", "N", "R", "useLocaleInfo", "G", "M", "S", "j", "T", "E", "A", "P", "H", "O", "X", "Q", "useVariantState", "L", "F", "pe", "Z", "ae", "LayoutGroup", "motion", "cx", "Link", "Icon", "RichText2", "withCSS", "QskMrmzBM_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "FilterItem", "Component", "props", "p", "isBrowser", "getBrowserVisibilityProp", "getBrowserDocumentHiddenProp", "getIsDocumentHidden", "usePageVisibility", "isVisible", "setIsVisible", "ye", "onVisibilityChange", "ue", "visibilityChange", "OPACITY_0", "Slideshow", "props", "slots", "startFrom", "direction", "effectsOptions", "autoPlayControl", "dragControl", "alignment", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "itemAmount", "fadeOptions", "intervalControl", "transitionControl", "arrowOptions", "borderRadius", "progressOptions", "style", "effectsOpacity", "effectsScale", "effectsRotate", "effectsPerspective", "effectsHover", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "showMouseControls", "arrowSize", "arrowRadius", "arrowFill", "leftArrow", "rightArrow", "arrowShouldSpace", "arrowShouldFadeIn", "arrowPosition", "arrowPadding", "arrowGap", "arrowPaddingTop", "arrowPaddingRight", "arrowPaddingBottom", "arrowPaddingLeft", "showProgressDots", "dotSize", "dotsInset", "dotsRadius", "dotsPadding", "dotsGap", "dotsFill", "dotsBackground", "dotsActiveOpacity", "dotsOpacity", "dotsBlur", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "hasChildren", "j", "isHorizontal", "isInverted", "u", "placeholderStyles", "p", "emojiStyles", "titleStyles", "subtitleStyles", "parentRef", "pe", "childrenRef", "se", "index", "W", "timeoutRef", "size", "setSize", "ye", "isHovering", "setIsHovering", "shouldPlayOnHover", "setShouldPlayOnHover", "isMouseDown", "setIsMouseDown", "isResizing", "setIsResizing", "dupedChildren", "duplicateBy", "measure", "te", "total", "parentLength", "start", "childrenLength", "itemSize", "itemWidth", "itemHeight", "scheduleMeasure", "sync", "fe", "initialResize", "ue", "resize", "contentSize", "timer", "totalItems", "childrenSize", "itemWithGap", "itemOffset", "currentItem", "setCurrentItem", "isDragging", "setIsDragging", "isVisible", "usePageVisibility", "factor", "xOrY", "useMotionValue", "canvasPosition", "newPosition", "wrappedValue", "useTransform", "value", "wrapped", "wrap", "wrappedIndex", "wrappedIndexInverted", "switchPages", "animate", "setDelta", "delta", "setPage", "currentItemWrapped", "currentItemWrappedInvert", "goto", "gotoInverted", "handleDragStart", "handleDragEnd", "event", "offset", "velocity", "offsetXorY", "velocityThreshold", "velocityXorY", "isHalfOfNext", "isHalfOfPrev", "normalizedOffset", "itemDelta", "itemDeltaFromOne", "childCounter", "columnOrRowValue", "child", "childIndex", "ref", "Slide", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "dots", "dotsBlurStyle", "i", "Dot", "dotStyle", "baseButtonStyles", "dragProps", "arrowHasTop", "arrowHasBottom", "arrowHasLeft", "arrowHasRight", "arrowHasMid", "containerStyle", "motion", "controlsStyles", "dotsContainerStyle", "addPropertyControls", "ControlType", "num", "min", "max", "Y", "_child_props", "_child_props1", "slideKey", "width", "height", "numChildren", "effects", "isLast", "childOffset", "scrollRange", "val", "rotateY", "rotateX", "opacity", "scale", "originXorY", "latest", "newValue", "_ref_current", "LayoutGroup", "q", "selectedOpacity", "buttonStyle", "isSelected", "inlinePadding", "top", "bottom", "right", "left", "PhosphorFonts", "getFonts", "Icon", "MotionAScaleOnHover", "ScaleOnHover", "motion", "PhosphorControls", "getPropertyControls", "serializationHash", "variantClassNames", "radiusForCorner", "value", "cornerIndex", "segments", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "background", "fontSize", "height", "iconColour", "iconName", "id", "link", "mirrored", "radius", "title", "titleColour", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_ref5", "_ref6", "_ref7", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "k7Yy_4roy", "WQqi1rxg2", "jun80GwP5", "IrR3DiNf3", "SKGZj0uwz", "EOfaQMxW3", "WA4QgxlUL", "xSCTd1ea6", "XIcMvoaHt", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "MotionAScaleOnHover", "cx", "serializationHash", "ComponentViewportProvider", "Icon", "RichText2", "css", "FramerzxZiL5kw3", "withCSS", "zxZiL5kw3_default", "addPropertyControls", "ControlType", "PhosphorControls", "addFonts", "PhosphorFonts", "useStore", "createStore", "withTrigger", "Component", "e", "props", "forwardedRef", "store", "mousePosition", "setMousePosition", "ye", "localRef", "pe", "throttleRef", "stopTimerRef", "combinedRef", "te", "node", "handleMouseMove", "event", "rect", "xPosition", "yPosition", "SafeArea", "_localRef_current", "submenuWidth", "submenuHeight", "submenuX", "submenuY", "anchorWidth", "anchorHeight", "anchorX", "anchorY", "mouseTop", "relativeHeight", "relativeAnchorLeft", "relativeAnchorRight", "p", "u", "withBlock", "setStore", "ue", "updateSize", "resizeObserver", "VARIANT_DEFAULT", "VARIANT_ALTERNATE", "useStore", "createStore", "withRightClick", "Component", "props", "store", "setStore", "componentRef", "pe", "handleRightClick", "e", "_componentRef_current", "handleOutsideClick", "ue", "currentComponent", "p", "withDropdown", "withDropdownContainer", "timeoutId", "handleMouseLeave", "window", "handleMouseEnter", "MaterialFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "arrow", "height", "id", "link", "title", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "cHp_wQaMv", "hlqCTX9FS", "QRhE7kCJE", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "enabledGestures", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "serializationHash", "addPropertyOverrides", "u", "RichText2", "ComponentViewportProvider", "Icon", "css", "FramercbGAyjvRS", "withCSS", "cbGAyjvRS_default", "addPropertyControls", "ControlType", "addFonts", "MaterialFonts", "cBMA5VfCq_exports", "__export", "__FramerMetadata__", "cBMA5VfCq_default", "cBMA5VfCq_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v3", "v4", "v5", "v0", "v1", "v2", "v3", "v4", "v5", "__FramerMetadata__", "valuesByLocaleId", "cBMA5VfCq_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "ImageWithDropdown", "withDropdown", "Image2", "ActionButtonFonts", "getFonts", "ActionButton", "ActionButtonWithDropdown", "MotionDivWithDropdownContainer", "withDropdownContainer", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "_getLocalizedValue4", "_getLocalizedValue5", "_getLocalizedValue6", "_getLocalizedValue7", "_getLocalizedValue8", "_getLocalizedValue9", "LayoutGroup", "u", "cx", "Link", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "getLocalizedValue", "ResolveLinks", "resolvedLinks", "css", "FramercBMA5VfCq", "withCSS", "cBMA5VfCq_default", "addPropertyControls", "ControlType", "addFonts", "__FramerMetadata__", "useStore", "createStore", "withTrigger", "Component", "props", "store", "setStore", "mousePosition", "setMousePosition", "ye", "parentRef", "pe", "throttleRef", "stopTimerRef", "handleMouseMove", "te", "event", "rect", "xPosition", "yPosition", "SafeArea", "_parentRef_current", "submenuHeight", "submenuX", "submenuY", "anchorWidth", "anchorHeight", "anchorX", "anchorY", "mouseLeft", "relativeWidth", "relativeAnchorTop", "relativeAnchorBottom", "p", "u", "withBlock", "childRef", "ue", "updateSize", "resizeObserver", "with3line", "Component", "props", "p", "with2line", "PhosphorFonts", "getFonts", "Icon", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "labelColor", "link", "title", "width", "props", "_ref", "_ref1", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "u3sILnRPl", "v87IeDN5Z", "arIGx7S12", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "enabledGestures", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "serializationHash", "addPropertyOverrides", "RichText2", "ComponentViewportProvider", "Icon", "MotionDivWithFXWithOptimizedAppearEffect", "css", "FramerEa3E0LrB7", "withCSS", "Ea3E0LrB7_default", "addPropertyControls", "ControlType", "addFonts", "PhosphorFonts", "jXD0_yZX2_exports", "__export", "__FramerMetadata__", "jXD0_yZX2_default", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "radiusForCorner", "value", "cornerIndex", "segments", "transition1", "toResponsiveImage", "transition2", "animation", "animation1", "animation2", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Overlay", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Variants", "motion", "x", "getProps", "height", "id", "image", "link", "radius", "title", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "QvDZ25sPX", "UcGxNxV0Y", "bHKRKeQhf", "bjqvjl1jr", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEntert682wp", "overlay", "paginationInfo", "args", "ref1", "pe", "ref2", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "l", "Link", "u", "cx", "serializationHash", "Image2", "AnimatePresence", "Floating", "MotionDivWithFX", "RichText2", "css", "FramerjXD0_yZX2", "withCSS", "jXD0_yZX2_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__", "otAMKe08m_exports", "__export", "__FramerMetadata__", "otAMKe08m_default", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "radiusForCorner", "value", "cornerIndex", "segments", "transition1", "toResponsiveImage", "transition2", "animation", "animation1", "animation2", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Overlay", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Variants", "motion", "x", "getProps", "height", "id", "image", "link", "radius", "title", "width", "props", "_ref", "_ref1", "_ref2", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "QvDZ25sPX", "UcGxNxV0Y", "bHKRKeQhf", "bjqvjl1jr", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnterizu9gt", "overlay", "paginationInfo", "args", "ref1", "pe", "ref2", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "l", "Link", "u", "cx", "serializationHash", "Image2", "AnimatePresence", "Floating", "MotionDivWithFX", "RichText2", "css", "FramerotAMKe08m", "withCSS", "otAMKe08m_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__", "ConcaveShape", "props", "color", "direction", "p", "addPropertyControls", "ControlType", "PhosphorFonts", "getFonts", "Icon", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "PhosphorControls", "getPropertyControls", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "iconName", "id", "link", "mirrored", "title", "width", "props", "_ref", "_ref1", "_ref2", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "k7Yy_4roy", "WQqi1rxg2", "xSCTd1ea6", "XIcMvoaHt", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "enabledGestures", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "serializationHash", "addPropertyOverrides", "ComponentViewportProvider", "Icon", "MotionDivWithFXWithOptimizedAppearEffect", "RichText2", "css", "FramersoEYkFlev", "withCSS", "soEYkFlev_default", "addPropertyControls", "ControlType", "PhosphorControls", "addFonts", "PhosphorFonts", "NavTabsTabItemButtonFonts", "getFonts", "soEYkFlev_default", "ConcaveShapeFonts", "ConcaveShape", "MotionDivWithTrigger", "withTrigger", "motion", "NavTabsTabItemButtonControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "background", "height", "iconName", "id", "link", "mirrored", "mouseEnter", "title", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "_ref3", "_ref4", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "saD4cdnC6", "LYhN8Wmbt", "Xgr0y77Qr", "aH6RCfkTy", "YFXX0Zwd3", "b1AdClUia", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1wbtq1w", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "css", "FramervNqDH14PE", "withCSS", "vNqDH14PE_default", "addPropertyControls", "ControlType", "addFonts", "NavTabsTabItemFonts", "getFonts", "vNqDH14PE_default", "NavTabsSmallButtonFonts", "Ea3E0LrB7_default", "ButtonFonts", "QskMrmzBM_default", "RichTextWith3line", "with3line", "RichText2", "ImageWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "Image2", "IntegrationButtonFonts", "jXD0_yZX2_default", "IntegrationButtonButtonScaleWithMappedReactPropsmo1fb7", "withMappedReactProps", "ButtonScale", "jXD0_yZX2_exports", "MotionDivWithFX", "motion", "NavCaseStudyButtonFonts", "otAMKe08m_default", "NavCaseStudyButtonButtonScaleWithMappedReactPropspyegb9", "otAMKe08m_exports", "MotionDivWithBlock", "withBlock", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "toResponsiveImage", "value", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "transition3", "animation", "animation1", "animation2", "transition4", "animation3", "addImageAlt", "image", "alt", "transition5", "animation4", "transition6", "animation5", "transition7", "animation6", "transition8", "animation7", "transition9", "animation8", "transition10", "animation9", "transition11", "animation10", "transition12", "animation11", "transition13", "animation12", "transition14", "animation13", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "desktopView", "height", "id", "width", "props", "createLayoutDependency", "variants", "Variants", "motion", "x", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "x5YJGMN2C", "U3UPObcDmi1au9erdp", "UwF23C_bCi1au9erdp", "vrHBosT2Di1au9erdp", "i3HoPDj2qi1au9erdp", "idi1au9erdp", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "saD4cdnC61wx19t9", "args", "saD4cdnC612q8tvh", "saD4cdnC61unvteb", "saD4cdnC61wx9w0c", "saD4cdnC6d0q0oc", "onMouseEnter1unvteb", "onMouseEnter1wx9w0c", "onMouseEnterd0q0oc", "onMouseEnter12q8tvh", "scopingClassNames", "cx", "serializationHash", "ref1", "pe", "router", "useRouter", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "isDisplayed8", "isDisplayed9", "isDisplayed10", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "transition1", "u", "addPropertyOverrides", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "vNqDH14PE_default", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "transition2", "MotionDivWithBlock", "RichText2", "resolvedLinks5", "Ea3E0LrB7_default", "resolvedLinks6", "resolvedLinks7", "Image2", "resolvedLinks8", "QskMrmzBM_default", "resolvedLinks9", "ChildrenCanSuspend", "Y6cVbMQSW_default", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "toResponsiveImage", "Link", "RichTextWith3line", "resolvedLinks10", "ImageWithFXWithOptimizedAppearEffect", "getLoadingLazyAtYPosition", "resolvedLinks11", "MotionDivWithFX", "IntegrationButtonButtonScaleWithMappedReactPropsmo1fb7", "resolvedLinks12", "resolvedLinks13", "resolvedLinks14", "resolvedLinks15", "resolvedLinks16", "resolvedLinks17", "resolvedLinks18", "resolvedLinks19", "resolvedLinks20", "resolvedLinks21", "resolvedLinks22", "NavCaseStudyButtonButtonScaleWithMappedReactPropspyegb9", "resolvedLinks23", "resolvedLinks24", "resolvedLinks25", "resolvedLinks26", "css", "FramerhSUf6q7Bm", "withCSS", "hSUf6q7Bm_default", "addPropertyControls", "ControlType", "addFonts", "NavTabsTabItemFonts", "NavTabsSmallButtonFonts", "ButtonFonts", "IntegrationButtonFonts", "NavCaseStudyButtonFonts", "getFontsFromSharedStyle", "fonts", "useStore", "createStore", "FilterItem", "Component", "props", "_props_href", "store", "setStore", "itemSlug", "p", "_props_onMouseEnter", "_props_onMouseLeave", "Collection", "Component", "props", "store", "setStore", "useStore", "p", "IIkvY9C6I_exports", "__export", "__FramerMetadata__", "IIkvY9C6I_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "filter", "height", "id", "image", "text", "title", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "_ref3", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "sur7Ch5Me", "hhsjhC6ZX", "wnL1fMvqr", "DEuNAtvAF", "qhqbpfsuRgV1nBv3yQ", "vrHBosT2DgV1nBv3yQ", "VXhy8S4WzgV1nBv3yQ", "idgV1nBv3yQ", "UwF23C_bCgV1nBv3yQ", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "transition1", "u", "cx", "serializationHash", "addPropertyOverrides", "ChildrenCanSuspend", "KqeJYHarg_default", "collection", "paginationInfo", "loadMore", "l", "i", "PathVariablesContext", "Image2", "getLoadingLazyAtYPosition", "toResponsiveImage", "RichText2", "ComponentPresetsProvider", "css", "FramerIIkvY9C6I", "withCSS", "IIkvY9C6I_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__", "oZ8XfOiNe_exports", "__export", "__FramerMetadata__", "oZ8XfOiNe_default", "PhosphorFonts", "getFonts", "Icon", "MotionAFilterItem", "FilterItem", "motion", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "link", "title", "width", "props", "_ref", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "u3sILnRPl", "v87IeDN5Z", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "enabledGestures", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "MotionAFilterItem", "cx", "serializationHash", "addPropertyOverrides", "RichText2", "ComponentViewportProvider", "Icon", "css", "FrameroZ8XfOiNe", "withCSS", "oZ8XfOiNe_default", "addPropertyControls", "ControlType", "addFonts", "PhosphorFonts", "__FramerMetadata__", "PhosphorFonts", "getFonts", "Icon", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "color", "height", "id", "link", "title", "width", "props", "_ref", "_ref1", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "u3sILnRPl", "v87IeDN5Z", "arIGx7S12", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "enabledGestures", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "serializationHash", "addPropertyOverrides", "RichText2", "ComponentViewportProvider", "Icon", "css", "FrameruHaMu5GSl", "withCSS", "uHaMu5GSl_default", "addPropertyControls", "ControlType", "addFonts", "PhosphorFonts", "NavTabsTabItemFonts", "getFonts", "vNqDH14PE_default", "NavTabsLinkCopyFonts", "uHaMu5GSl_default", "NavTabsLinkFonts", "oZ8XfOiNe_default", "NavTabsLinkFilterItemWithMappedReactPropskq06sr", "withMappedReactProps", "FilterItem", "oZ8XfOiNe_exports", "NavbarFeaturedItemFonts", "IIkvY9C6I_default", "NavbarFeaturedItemCollectionWithMappedReactProps1hk25r9", "Collection", "IIkvY9C6I_exports", "MotionDivWithBlock", "withBlock", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "addImageAlt", "image", "alt", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "desktop", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "_ref1", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "x5YJGMN2C", "UwF23C_bCFfZXGNpr7", "vrHBosT2DFfZXGNpr7", "idFfZXGNpr7", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "saD4cdnC610pdb8b", "args", "saD4cdnC61rhyvha", "saD4cdnC6xhsvto", "saD4cdnC6conjip", "onMouseEnterxhsvto", "onMouseEnter1rhyvha", "onMouseEnterconjip", "ref1", "pe", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "transition1", "u", "cx", "serializationHash", "addPropertyOverrides", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "vNqDH14PE_default", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "MotionDivWithBlock", "RichText2", "resolvedLinks4", "uHaMu5GSl_default", "transition2", "ChildrenCanSuspend", "KqeJYHarg_default", "collection", "paginationInfo", "loadMore", "l", "i", "PathVariablesContext", "resolvedLinks5", "NavTabsLinkFilterItemWithMappedReactPropskq06sr", "NavbarFeaturedItemCollectionWithMappedReactProps1hk25r9", "css", "FramerY7Lj9N1oz", "withCSS", "Y7Lj9N1oz_default", "addPropertyControls", "ControlType", "addFonts", "NavTabsTabItemFonts", "NavTabsLinkCopyFonts", "NavTabsLinkFonts", "NavbarFeaturedItemFonts", "NavTabsTabItemFonts", "getFonts", "vNqDH14PE_default", "NavTabsSmallButtonFonts", "Ea3E0LrB7_default", "SlideshowFonts", "Slideshow", "TickerFonts", "Ticker", "StylableHubspotFonts", "StylableHubspot_default", "MotionDivWithBlock", "withBlock", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "desktopView", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "_ref1", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "x5YJGMN2C", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "saD4cdnC619gn6un", "args", "saD4cdnC6ufxrjy", "saD4cdnC6c9mfz4", "saD4cdnC6b4i2ue", "onMouseEnterufxrjy", "onMouseEnterc9mfz4", "onMouseEnterb4i2ue", "ref1", "pe", "router", "useRouter", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "addPropertyOverrides", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "vNqDH14PE_default", "resolvedLinks1", "resolvedLinks2", "MotionDivWithBlock", "RichText2", "resolvedLinks3", "Ea3E0LrB7_default", "resolvedLinks4", "resolvedLinks5", "Slideshow", "Image2", "Ticker", "StylableHubspot_default", "css", "FrameryIpzui8o4", "withCSS", "yIpzui8o4_default", "addPropertyControls", "ControlType", "addFonts", "NavTabsTabItemFonts", "NavTabsSmallButtonFonts", "SlideshowFonts", "TickerFonts", "StylableHubspotFonts", "ContextMenuFonts", "getFonts", "cBMA5VfCq_default", "ContextMenuWithRightClickWithMappedReactProps1r795rc", "withMappedReactProps", "withRightClick", "cBMA5VfCq_exports", "NavbarDropdownButtonFonts", "cbGAyjvRS_default", "MotionDivWithTrigger", "withTrigger", "motion", "ButtonFonts", "QskMrmzBM_default", "HamburgerFonts", "aubJIVCF6_default", "NavTabsMobileItemButtonFonts", "zxZiL5kw3_default", "AccordionFonts", "Accordion", "MotionDivDottedBackgroundWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "DottedBackground", "MotionDivDottedBackgroundWithFX", "NavNavTabsFonts", "Y7Lj9N1oz_default", "NavNavTabsResourcesFonts", "hSUf6q7Bm_default", "NavNavTabsCompanyFonts", "yIpzui8o4_default", "MotionDivWithBlockWithFXWithOptimizedAppearEffect", "withBlock", "MotionDivWithFX", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "animation1", "transition3", "animation2", "animation3", "animation4", "transformTemplate1", "_", "t", "transition4", "animation5", "animation6", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "desktop", "height", "id", "scrollSection", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "TKYsWhp1g", "htOe4G0mg", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1261bfg", "args", "onMouseEnterd1mipk", "onMouseLeave6r7czd", "onMouseEnter1lv62kj", "onMouseEnterqo8pdx", "O4AfE2rdh176t3j", "plmgwMKdC1018qu2", "ref1", "pe", "isDisplayed", "isDisplayed1", "router", "useRouter", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Link", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "resolvedLinks8", "resolvedLinks9", "resolvedLinks10", "resolvedLinks11", "resolvedLinks12", "css", "FramerkK1GjWJRM", "withCSS", "kK1GjWJRM_default", "addPropertyControls", "ControlType", "addFonts"]
}
