{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/cuQH4dmpDnV8YK1mSgQX/KqRXqunFjE6ufhpc7ZRu/useFontControls.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/0ZSF8VJcL5AhXebKiUw3/nbsZGufHZBGrLw7CNirb/Mailchimp.js", "ssg:https://framerusercontent.com/modules/D66kY4WuU3PemluafxIE/PtH3RCBXPxNcINfEw9ck/pkuDRZaS_.js", "ssg:https://framerusercontent.com/modules/68mjskA1zbkzbAv9znLJ/DxmWE8rUEexv7FgBomdt/cqemZEbsz.js", "ssg:https://framerusercontent.com/modules/Ascn2uRkYxnve6c3mBj4/clkqdnETsQMu7aRzNp2y/m78FgFfSf.js", "ssg:https://framerusercontent.com/modules/LzvncqykVGuFQ6qHkVfd/cbzzT8FClUHQpOEaaFpB/Copyright.js", "ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/phosphor-icons/House.js@0.0.53", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/xAqQJJMKulaAU8gK10ZA/Phosphor.js", "ssg:https://framerusercontent.com/modules/k0mSSbtAGB0iGjhHjSLW/w4kU83SnGyZN70tpsDp1/AS4PcgcTr.js", "ssg:https://framerusercontent.com/modules/onrPyZWzcRkcHs5ykIyw/MjsBI2XC2YnLMeOznoKc/ro7OPezbn.js", "ssg:https://framerusercontent.com/modules/viKHkeGi4y12VzxWpyjq/FwiRZrBaVWkYBAjuCooX/T2AHJdc2i.js", "ssg:https://framerusercontent.com/modules/OHSBnnG770Dj7GS61FIW/BPjazqP6Mn0Hy4XE8xwA/zonQADfga.js", "ssg:https://framerusercontent.com/modules/niZnALxunbRoW88rjKJC/5llBiS5oxw8vZ6tQ4KaM/RUZk8c0vI.js", "ssg:https://framerusercontent.com/modules/1bIXXBlVUWPjF1WHyQf3/uFy9zcbPoXi3MyPFkG80/VNzAryVgm.js"],
  "sourcesContent": ["import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "// @ts-ignore\nimport{fontStore}from\"framer\";import{useEffect}from\"react\";import{fontStack}from\"https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js\";const fontWeights={100:\"Thin\",200:\"Extra-light\",300:\"Light\",400:\"Regular\",500:\"Medium\",600:\"Semi-bold\",700:\"Bold\",800:\"Extra-bold\",900:\"Black\"};export function useFontControls(props){const{fontFamily=\"Inter\",fontSize=16,fontWeight=400,font=false}=props;const fontWeightName=fontWeights[fontWeight];const customFontStack=`\"${fontFamily} ${fontWeightName}\", \"${fontFamily}\", ${fontStack}`;const fontFamilyStyle=fontFamily?{fontSize,fontWeight,fontFamily:customFontStack}:{fontSize,fontWeight};const fetchCustomFonts=async()=>{await fontStore.loadWebFontsFromSelectors([`CUSTOM;${fontFamily}`,`CUSTOM;${fontFamily} ${fontWeightName}`,`GF;${fontFamily}-${fontWeightName.toLowerCase()}`,]).catch(e=>console.error(e));};useEffect(()=>{if(font)fetchCustomFonts();},[font,fontFamily,fontWeight]);return fontFamilyStyle;}\nexport const __FramerMetadata__ = {\"exports\":{\"useFontControls\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useFontControls.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useCallback,useMemo,useState}from\"react\";import{addPropertyControls,ControlType,RenderTarget,withCSS}from\"framer\";import{motion}from\"framer-motion\";import{containerStyles,usePadding,useRadius,paddingControl,borderRadiusControl,fontControls,useFontControls}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";const emailRegex=/^(([^<>()[\\]\\\\.,;:\\s@\"]+(\\.[^<>()[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$/;const mailchimpRegex=/^https?:\\/\\/([^\\/]+)[^\\?]+\\??(.+)$/;const validateEmail=email=>{return emailRegex.test(String(email).toLowerCase());};const parseMailChimpUrl=url=>{var ref;const[,domain,parameters]=(ref=url.replace(\"&amp;\",\"&\").match(mailchimpRegex))!==null&&ref!==void 0?ref:[null,null,null];return[domain,new URLSearchParams(parameters)];};/**\n * MAILCHIMP\n *\n * @framerIntrinsicWidth 430\n * @framerIntrinsicHeight 52\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight auto\n */ const Mailchimp=withCSS(function Mailchimp({url,input,button,layout,style,gap,onSubmit,...props}){const[email1,setEmail]=useState(input.value);const[isError,setError]=useState(false);const[isLoading,setLoading]=useState(false);const[isSuccess,setSuccess]=useState(false);const isCanvas=useMemo(()=>{return RenderTarget.current()===RenderTarget.canvas;},[]);const{fontFamily,fontSize,fontWeight}=useFontControls(props);const borderRadius=useRadius(props);const paddingValue=usePadding(props);const validateForm=useCallback(email=>{if(email===\"\"||!validateEmail(email)){setError(true);return false;}return true;},[]);const handleChange=useCallback(event=>{setError(false);setEmail(event.target.value);},[]);const handleSubmit=useCallback(()=>{event.preventDefault();const[domain,parameters]=parseMailChimpUrl(url);if(!validateForm(email1)||!domain||!parameters){setLoading(false);}else{parameters.set(\"MERGE0\",email1) // MERGE0 being Mailchimp's email field name\n;fetch(`https://${domain}/subscribe/post`,{method:\"POST\",mode:\"no-cors\",headers:{\"Content-Type\":\"application/x-www-form-urlencoded;charset=UTF-8\"},body:parameters.toString()}).then(response=>{setSuccess(true);onSubmit();}).catch(()=>{setLoading(false);});}},[url,email1]);const handleClick=useCallback(()=>{setLoading(true);},[]);return(/*#__PURE__*/ _jsx(motion.div,{style:{...style,...containerStyles,\"--framer-mailchimp-placeholder-color\":input.placeholderColor},children:isSuccess?/*#__PURE__*/ _jsx(motion.div,{style:{height:\"60px\",width:\"60px\",background:button.fill,color:button.color,borderRadius:\"50%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"},initial:{scale:0},animate:{scale:1},transition:{duration:0.3},children:/*#__PURE__*/ _jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:\"28\",height:\"28\",children:/*#__PURE__*/ _jsx(\"path\",{d:\"M 2 14 L 10 22 L 26 6\",fill:\"transparent\",strokeWidth:\"4\",stroke:\"currentColor\",strokeLinecap:\"round\"})})}):/*#__PURE__*/ _jsxs(\"form\",{style:{width:\"100%\",display:\"grid\",gap,gridTemplateColumns:layout===\"vertical\"?\"1fr\":\"1fr max-content\",gridTemplateRows:layout===\"vertical\"?\"1fr 1fr\":\"1fr\"},onSubmit:handleSubmit,method:\"POST\",children:[/*#__PURE__*/ _jsx(\"div\",{style:{position:\"absolute\",visibility:\"hidden\"},\"aria-hidden\":\"true\",children:/*#__PURE__*/ _jsx(\"input\",{type:\"text\",name:\"b_1487cc549a49109c00fe60a80_93cd7be172\",tabIndex:-1})}),/*#__PURE__*/ _jsx(\"input\",{type:\"email\",name:\"email\",placeholder:input.placeholder,value:isCanvas?input.value:email1,className:\"framer-mailchimp-input\",onChange:handleChange,style:{...defaultStyle,padding:paddingValue,borderRadius,fontFamily,fontWeight,fontSize,background:input.fill,color:input.color,boxShadow:`inset 0 0 0 1px ${isError?input.error:\"transparent\"}`}}),/*#__PURE__*/ _jsxs(\"div\",{style:{position:\"relative\"},children:[/*#__PURE__*/ _jsx(motion.input,{type:\"submit\",value:button.label,onClick:handleClick,style:{...defaultStyle,cursor:\"pointer\",borderRadius,padding:paddingValue,fontFamily,fontWeight:button.fontWeight,fontSize,background:button.fill,color:button.color,zIndex:1},transition:{type:\"ease\",duration:0.3},whileHover:{opacity:0.8}}),isLoading&&/*#__PURE__*/ _jsx(\"div\",{style:{borderRadius,position:\"absolute\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\",width:\"100%\",height:\"100%\",left:0,top:0,zIndex:2,color:button.color,background:button.fill},children:/*#__PURE__*/ _jsx(motion.div,{style:{height:16,width:16},initial:{rotate:0},animate:{rotate:360},transition:{duration:2,repeat:Infinity},children:/*#__PURE__*/ _jsxs(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:\"16\",height:\"16\",children:[/*#__PURE__*/ _jsx(\"path\",{d:\"M 8 0 C 3.582 0 0 3.582 0 8 C 0 12.419 3.582 16 8 16 C 12.418 16 16 12.419 16 8 C 15.999 3.582 12.418 0 8 0 Z M 8 14 C 4.687 14 2 11.314 2 8 C 2 4.687 4.687 2 8 2 C 11.314 2 14 4.687 14 8 C 14 11.314 11.314 14 8 14 Z\",fill:\"currentColor\",opacity:\"0.2\"}),/*#__PURE__*/ _jsx(\"path\",{d:\"M 8 0 C 12.418 0 15.999 3.582 16 8 C 16 8 16 9 15 9 C 14 9 14 8 14 8 C 14 4.687 11.314 2 8 2 C 4.687 2 2 4.687 2 8 C 2 8 2 9 1 9 C 0 9 0 8 0 8 C 0 3.582 3.582 0 8 0 Z\",fill:\"currentColor\"})]})})})]})]})}));},[\".framer-mailchimp-input::placeholder { color: var(--framer-mailchimp-placeholder-color) !important; }\",]);Mailchimp.defaultProps={fontSize:16,fontFamily:\"Inter\",fontWeight:400,padding:15,paddingTop:15,paddingBottom:15,paddingLeft:15,paddingRight:15,borderRadius:8,topLeftRadius:8,topRightRadius:8,bottomRightRadius:8,bottomLeftRadius:8,gap:15};addPropertyControls(Mailchimp,{url:{title:\"URL\",placeholder:\"https://***.us6.list-manage.com/subscribe/post?u=***\",type:ControlType.String,description:\"Create a [Mailchimp](https://mailchimp.com/) account and copy your embedded form URL. [Learn more\u2026](https://www.framer.com/sites/integrations/mailchimp/)\"},layout:{title:\"Layout\",type:ControlType.Enum,options:[\"horizontal\",\"vertical\"],displaySegmentedControl:true},input:{title:\"Input\",type:ControlType.Object,controls:{placeholder:{title:\"Placeholder\",type:ControlType.String,defaultValue:\"email@framer.com\"},placeholderColor:{title:\" \",type:ControlType.Color,defaultValue:\"rgba(0, 0, 0, 0.3)\"},value:{title:\"Value\",type:ControlType.String},fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#EBEBEB\"},color:{title:\"Text\",type:ControlType.Color,defaultValue:\"#000\"},error:{title:\"Error\",type:ControlType.Color,defaultValue:\"#EE4444\"}}},button:{title:\"Button\",type:ControlType.Object,controls:{label:{title:\"Label\",type:ControlType.String,defaultValue:\"Sign Up\"},fontWeight:{...fontControls.fontWeight,defaultValue:600},fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#000\"},color:{title:\"Text\",type:ControlType.Color,defaultValue:\"#FFF\"}}},...fontControls,fontSize:{title:\"Font Size\",type:ControlType.Number,displayStepper:true,defaultValue:16},...paddingControl,...borderRadiusControl,gap:{title:\"Gap\",type:ControlType.Number,displayStepper:true,min:0},onSubmit:{type:ControlType.EventHandler}});const defaultStyle={WebkitAppearance:\"none\",width:\"100%\",lineHeight:\"1.4em\",outline:\"none\",border:\"none\"};export default Mailchimp;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Mailchimp\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"52\",\"framerIntrinsicWidth\":\"430\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"auto\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Mailchimp.map", "// Generated by Framer (d31cd55)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={BqjYMc0bG:{hover:true},DdhVy4pZn:{hover:true},rZQvkF_rF:{hover:true},sB2lqHjYA:{hover:true}};const cycleOrder=[\"rZQvkF_rF\",\"BqjYMc0bG\",\"sB2lqHjYA\",\"DdhVy4pZn\"];const serializationHash=\"framer-EDwK0\";const variantClassNames={BqjYMc0bG:\"framer-v-1ed0rbw\",DdhVy4pZn:\"framer-v-1iog3fe\",rZQvkF_rF:\"framer-v-cg7ssm\",sB2lqHjYA:\"framer-v-11jl674\"};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(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"rZQvkF_rF\",\"Variant 2\":\"BqjYMc0bG\",\"Variant 3\":\"sB2lqHjYA\",\"Variant 4\":\"DdhVy4pZn\"};const getProps=({height,id,link2,title,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref,_ref1;return{...props,fnd5nXO_p:link2!==null&&link2!==void 0?link2:props.fnd5nXO_p,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"rZQvkF_rF\",YjpKSOuNs:(_ref1=title!==null&&title!==void 0?title:props.YjpKSOuNs)!==null&&_ref1!==void 0?_ref1:\"Our Mission\"};};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,YjpKSOuNs,fnd5nXO_p,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"rZQvkF_rF\",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:fnd5nXO_p,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-cg7ssm\",className,classNames)} framer-1ji5uz6`,\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"rZQvkF_rF\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",...style},variants:{\"BqjYMc0bG-hover\":{\"--border-color\":\"rgb(0, 0, 0)\"},\"DdhVy4pZn-hover\":{\"--border-color\":\"rgb(0, 0, 0)\"},\"rZQvkF_rF-hover\":{\"--border-color\":\"rgb(0, 0, 0)\"},\"sB2lqHjYA-hover\":{\"--border-color\":\"rgb(0, 0, 0)\"}},...addPropertyOverrides({\"BqjYMc0bG-hover\":{\"data-framer-name\":undefined},\"DdhVy4pZn-hover\":{\"data-framer-name\":undefined},\"rZQvkF_rF-hover\":{\"data-framer-name\":undefined},\"sB2lqHjYA-hover\":{\"data-framer-name\":undefined},BqjYMc0bG:{\"data-framer-name\":\"Variant 2\"},DdhVy4pZn:{\"data-framer-name\":\"Variant 4\"},sB2lqHjYA:{\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", sans-serif',\"--framer-text-transform\":\"uppercase\"},children:\"Our Mission\"})}),className:\"framer-1tjtwnb\",fonts:[\"CUSTOM;Cera Pro Light\"],layoutDependency:layoutDependency,layoutId:\"RjPfFbexX\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:YjpKSOuNs,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"BqjYMc0bG-hover\":{text:undefined},\"DdhVy4pZn-hover\":{text:undefined},BqjYMc0bG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-text-transform\":\"uppercase\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIEJvbGQ=\",\"--framer-font-family\":'\"Cera Pro Bold\", \"Cera Pro Bold Placeholder\", sans-serif'},children:\"SRVP\"}),\" DEALSIGHT\",/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-transform\":\"none\"},children:\"\u2122\"})]})}),fonts:[\"CUSTOM;Cera Pro Light\",\"CUSTOM;Cera Pro Bold\"],text:undefined},DdhVy4pZn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-transform\":\"uppercase\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIEJvbGQ=\",\"--framer-font-family\":'\"Cera Pro Bold\", \"Cera Pro Bold Placeholder\", sans-serif'},children:\"SRVP\"}),\" DEALSIGHT\",/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-transform\":\"none\"},children:\"\u2122\"})]})}),fonts:[\"CUSTOM;Cera Pro Light\",\"CUSTOM;Cera Pro Bold\"],text:undefined},sB2lqHjYA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-transform\":\"uppercase\"},children:\"Our Mission\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-EDwK0.framer-1ji5uz6, .framer-EDwK0 .framer-1ji5uz6 { display: block; }\",\".framer-EDwK0.framer-cg7ssm { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 10px; position: relative; text-decoration: none; width: min-content; }\",\".framer-EDwK0 .framer-1tjtwnb { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-EDwK0.framer-cg7ssm { gap: 0px; } .framer-EDwK0.framer-cg7ssm > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-EDwK0.framer-cg7ssm > :first-child { margin-left: 0px; } .framer-EDwK0.framer-cg7ssm > :last-child { margin-right: 0px; } }\",\".framer-EDwK0.framer-v-11jl674.framer-cg7ssm, .framer-EDwK0.framer-v-1iog3fe.framer-cg7ssm { padding: 8px; }\",'.framer-EDwK0[data-border=\"true\"]::after, .framer-EDwK0 [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 39\n * @framerIntrinsicWidth 120\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"BqjYMc0bG\":{\"layout\":[\"auto\",\"auto\"]},\"sB2lqHjYA\":{\"layout\":[\"auto\",\"auto\"]},\"DdhVy4pZn\":{\"layout\":[\"auto\",\"auto\"]},\"rHR6dr8xc\":{\"layout\":[\"auto\",\"auto\"]},\"JiSGkHatR\":{\"layout\":[\"auto\",\"auto\"]},\"x8kSLV9hG\":{\"layout\":[\"auto\",\"auto\"]},\"sENA8eRpg\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"YjpKSOuNs\":\"title\",\"fnd5nXO_p\":\"link2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerpkuDRZaS_=withCSS(Component,css,\"framer-EDwK0\");export default FramerpkuDRZaS_;FramerpkuDRZaS_.displayName=\"Menu Component\";FramerpkuDRZaS_.defaultProps={height:39,width:120};addPropertyControls(FramerpkuDRZaS_,{variant:{options:[\"rZQvkF_rF\",\"BqjYMc0bG\",\"sB2lqHjYA\",\"DdhVy4pZn\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\"],title:\"Variant\",type:ControlType.Enum},YjpKSOuNs:{defaultValue:\"Our Mission\",displayTextArea:false,title:\"Title\",type:ControlType.String},fnd5nXO_p:{title:\"Link 2\",type:ControlType.Link}});addFonts(FramerpkuDRZaS_,[{explicitInter:true,fonts:[{family:\"Cera Pro Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/G60SfHT4VV3IvZ1xglvsWutCYo.ttf\"},{family:\"Cera Pro Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/mpF3baFf4Bb1J7L5HrOroJpTpo.ttf\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerpkuDRZaS_\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"BqjYMc0bG\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"sB2lqHjYA\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"DdhVy4pZn\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"rHR6dr8xc\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"JiSGkHatR\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"x8kSLV9hG\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"sENA8eRpg\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"YjpKSOuNs\\\":\\\"title\\\",\\\"fnd5nXO_p\\\":\\\"link2\\\"}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"39\",\"framerIntrinsicWidth\":\"120\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./pkuDRZaS_.map", "// Generated by Framer (d31cd55)\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}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import MenuComponent from\"https://framerusercontent.com/modules/D66kY4WuU3PemluafxIE/PtH3RCBXPxNcINfEw9ck/pkuDRZaS_.js\";const MenuComponentFonts=getFonts(MenuComponent);const cycleOrder=[\"MkmWj6ZGE\",\"hDu0TB2WB\",\"ebbGdYaUG\",\"AZaxHVWQQ\"];const serializationHash=\"framer-OuEiM\";const variantClassNames={AZaxHVWQQ:\"framer-v-18gwhdw\",ebbGdYaUG:\"framer-v-6uvzuv\",hDu0TB2WB:\"framer-v-18iw4ao\",MkmWj6ZGE:\"framer-v-mnzf03\"};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 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={\"Variant 1\":\"MkmWj6ZGE\",\"Variant 2\":\"hDu0TB2WB\",\"Variant 3\":\"ebbGdYaUG\",\"Variant 4\":\"AZaxHVWQQ\"};const getProps=({height,id,image,link,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,nerk8aUPj:(_ref=image!==null&&image!==void 0?image:props.nerk8aUPj)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/ekEFQFIm9loDfq4RnTYdBI8t00.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/ekEFQFIm9loDfq4RnTYdBI8t00.png?scale-down-to=512 512w,https://framerusercontent.com/images/ekEFQFIm9loDfq4RnTYdBI8t00.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ekEFQFIm9loDfq4RnTYdBI8t00.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ekEFQFIm9loDfq4RnTYdBI8t00.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/ekEFQFIm9loDfq4RnTYdBI8t00.png 5633w\"},r9SOK8a3v:link!==null&&link!==void 0?link:props.r9SOK8a3v,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"MkmWj6ZGE\"};};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,r9SOK8a3v,nerk8aUPj,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"MkmWj6ZGE\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap11g8luu=activeVariantCallback(async(...args)=>{setVariant(\"AZaxHVWQQ\");});const onTap1pq6iv3=activeVariantCallback(async(...args)=>{setVariant(\"ebbGdYaUG\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"ebbGdYaUG\",\"AZaxHVWQQ\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"ebbGdYaUG\")return false;return true;};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__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-mnzf03\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"MkmWj6ZGE\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backdropFilter:\"blur(5px)\",backgroundColor:\"rgba(255, 255, 255, 0.45)\",WebkitBackdropFilter:\"blur(5px)\",...style},...addPropertyOverrides({AZaxHVWQQ:{\"data-framer-name\":\"Variant 4\"},ebbGdYaUG:{\"data-framer-name\":\"Variant 3\"},hDu0TB2WB:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xkdrns\",layoutDependency:layoutDependency,layoutId:\"MYYmSJVVZ\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kevj77\",layoutDependency:layoutDependency,layoutId:\"IP_PNZwbz\",children:[/*#__PURE__*/_jsx(Link,{href:r9SOK8a3v,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",intrinsicHeight:1008,intrinsicWidth:5633,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||68)-0-52)/2)+0+0),pixelHeight:1008,pixelWidth:5633,sizes:\"250px\",...toResponsiveImage(nerk8aUPj),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-tawonk framer-1ssbpsd\",\"data-framer-name\":\"SRV_Partners\",layoutDependency:layoutDependency,layoutId:\"Q3Qk53L8E\",...addPropertyOverrides({AZaxHVWQQ:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1008,intrinsicWidth:5633,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-277)/2+0+0)+0+0+10.5),pixelHeight:1008,pixelWidth:5633,sizes:\"250px\",...toResponsiveImage(nerk8aUPj),...{positionX:\"center\",positionY:\"center\"}}},hDu0TB2WB:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1008,intrinsicWidth:5633,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||68)-0-52)/2)+0+-3.5),pixelHeight:1008,pixelWidth:5633,sizes:\"141px\",...toResponsiveImage(nerk8aUPj),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qm3xhb\",\"data-framer-name\":\"Hamburger \",layoutDependency:layoutDependency,layoutId:\"FB8AowvqC\",...addPropertyOverrides({AZaxHVWQQ:{\"data-highlight\":true,onTap:onTap1pq6iv3},ebbGdYaUG:{\"data-highlight\":true,onTap:onTap11g8luu}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1f50uns\",layoutDependency:layoutDependency,layoutId:\"T1tKQWhQS\",style:{backgroundColor:\"rgb(255, 255, 255)\",rotate:0},variants:{AZaxHVWQQ:{backgroundColor:\"rgb(0, 0, 0)\",rotate:45},ebbGdYaUG:{backgroundColor:\"rgb(0, 0, 0)\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-alkdmp\",layoutDependency:layoutDependency,layoutId:\"aYegk05hA\",style:{backgroundColor:\"rgb(255, 255, 255)\",rotate:0},variants:{AZaxHVWQQ:{backgroundColor:\"rgb(0, 0, 0)\",rotate:-45},ebbGdYaUG:{backgroundColor:\"rgb(0, 0, 0)\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1oy5nws\",layoutDependency:layoutDependency,layoutId:\"ZTfoZ9P36\",style:{backgroundColor:\"rgb(255, 255, 255)\",rotate:0},variants:{AZaxHVWQQ:{backgroundColor:\"rgb(0, 0, 0)\",rotate:45},ebbGdYaUG:{backgroundColor:\"rgb(0, 0, 0)\"}}})]})]}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1a9kceo\",layoutDependency:layoutDependency,layoutId:\"bpfiy1LhP\"}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":byXtaQ3o2\",webPageId:\"VNzAryVgm\"},implicitPathVariables:undefined},{href:{hash:\":byXtaQ3o2\",webPageId:\"VNzAryVgm\"},implicitPathVariables:undefined},{href:{hash:\":byXtaQ3o2\",webPageId:\"VNzAryVgm\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||68)-0-52)/2)+6.5,...addPropertyOverrides({AZaxHVWQQ:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-277)/2+0+0)+0+82}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1eknl7q-container\",layoutDependency:layoutDependency,layoutId:\"J_9fAW6SA-container\",children:/*#__PURE__*/_jsx(MenuComponent,{fnd5nXO_p:resolvedLinks[0],height:\"100%\",id:\"J_9fAW6SA\",layoutId:\"J_9fAW6SA\",variant:\"rZQvkF_rF\",width:\"100%\",YjpKSOuNs:\"Our Vision\",...addPropertyOverrides({AZaxHVWQQ:{fnd5nXO_p:resolvedLinks[2]},hDu0TB2WB:{fnd5nXO_p:resolvedLinks[1],variant:\"sB2lqHjYA\"}},baseVariant,gestureVariant)})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":DSv0ibyGq\",webPageId:\"VNzAryVgm\"},implicitPathVariables:undefined},{href:{hash:\":DSv0ibyGq\",webPageId:\"VNzAryVgm\"},implicitPathVariables:undefined},{href:{hash:\":DSv0ibyGq\",webPageId:\"VNzAryVgm\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||68)-0-52)/2)+6.5,...addPropertyOverrides({AZaxHVWQQ:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-277)/2+0+0)+0+121}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-356byy-container\",layoutDependency:layoutDependency,layoutId:\"efxXM5f1I-container\",children:/*#__PURE__*/_jsx(MenuComponent,{fnd5nXO_p:resolvedLinks1[0],height:\"100%\",id:\"efxXM5f1I\",layoutId:\"efxXM5f1I\",variant:\"rZQvkF_rF\",width:\"100%\",YjpKSOuNs:\"What We Do \",...addPropertyOverrides({AZaxHVWQQ:{fnd5nXO_p:resolvedLinks1[2]},hDu0TB2WB:{fnd5nXO_p:resolvedLinks1[1],variant:\"sB2lqHjYA\"}},baseVariant,gestureVariant)})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":otOsxbrqE\",webPageId:\"VNzAryVgm\"},implicitPathVariables:undefined},{href:{hash:\":otOsxbrqE\",webPageId:\"VNzAryVgm\"},implicitPathVariables:undefined},{href:{hash:\":otOsxbrqE\",webPageId:\"VNzAryVgm\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||68)-0-52)/2)+6.5,...addPropertyOverrides({AZaxHVWQQ:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-277)/2+0+0)+0+160}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qlr5tb-container\",layoutDependency:layoutDependency,layoutId:\"UTftg2sVu-container\",children:/*#__PURE__*/_jsx(MenuComponent,{fnd5nXO_p:resolvedLinks2[0],height:\"100%\",id:\"UTftg2sVu\",layoutId:\"UTftg2sVu\",variant:\"rZQvkF_rF\",width:\"100%\",YjpKSOuNs:\"Our Philosophy\",...addPropertyOverrides({AZaxHVWQQ:{fnd5nXO_p:resolvedLinks2[2]},hDu0TB2WB:{fnd5nXO_p:resolvedLinks2[1],variant:\"sB2lqHjYA\"}},baseVariant,gestureVariant)})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":GodeY7SYV\",webPageId:\"VNzAryVgm\"},implicitPathVariables:undefined},{href:{hash:\":GodeY7SYV\",webPageId:\"VNzAryVgm\"},implicitPathVariables:undefined},{href:{hash:\":XPVFDOh2R\",webPageId:\"VNzAryVgm\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||68)-0-52)/2)+6.5,...addPropertyOverrides({AZaxHVWQQ:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-277)/2+0+0)+0+199}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-tu70y0-container\",layoutDependency:layoutDependency,layoutId:\"g7SAgr0oX-container\",children:/*#__PURE__*/_jsx(MenuComponent,{fnd5nXO_p:resolvedLinks3[0],height:\"100%\",id:\"g7SAgr0oX\",layoutId:\"g7SAgr0oX\",variant:\"rZQvkF_rF\",width:\"100%\",YjpKSOuNs:\"Our Professionals\",...addPropertyOverrides({AZaxHVWQQ:{fnd5nXO_p:resolvedLinks3[2]},hDu0TB2WB:{fnd5nXO_p:resolvedLinks3[1],variant:\"sB2lqHjYA\"}},baseVariant,gestureVariant)})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":nTRN4Qyk_\",webPageId:\"VNzAryVgm\"},implicitPathVariables:undefined},{href:{hash:\":nTRN4Qyk_\",webPageId:\"VNzAryVgm\"},implicitPathVariables:undefined},{href:{hash:\":nTRN4Qyk_\",webPageId:\"VNzAryVgm\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||68)-0-52)/2)+6.5,...addPropertyOverrides({AZaxHVWQQ:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-277)/2+0+0)+0+238}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1o9of2l-container\",layoutDependency:layoutDependency,layoutId:\"pUtMCNJpS-container\",children:/*#__PURE__*/_jsx(MenuComponent,{fnd5nXO_p:resolvedLinks4[0],height:\"100%\",id:\"pUtMCNJpS\",layoutId:\"pUtMCNJpS\",variant:\"BqjYMc0bG\",width:\"100%\",YjpKSOuNs:\"SRV Partners Dealsight \u2122 \",...addPropertyOverrides({AZaxHVWQQ:{fnd5nXO_p:resolvedLinks4[2]},hDu0TB2WB:{fnd5nXO_p:resolvedLinks4[1],variant:\"DdhVy4pZn\"}},baseVariant,gestureVariant)})})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-OuEiM.framer-1ssbpsd, .framer-OuEiM .framer-1ssbpsd { display: block; }\",\".framer-OuEiM.framer-mnzf03 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 68px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-OuEiM .framer-xkdrns { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px 15px 0px 15px; position: relative; width: 1200px; }\",\".framer-OuEiM .framer-kevj77 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 52px; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-OuEiM .framer-tawonk { flex: none; height: 52px; overflow: visible; position: relative; text-decoration: none; width: 250px; }\",\".framer-OuEiM .framer-1qm3xhb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 32px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 32px; }\",\".framer-OuEiM .framer-1f50uns, .framer-OuEiM .framer-alkdmp, .framer-OuEiM .framer-1oy5nws { flex: none; height: 3px; overflow: visible; position: relative; width: 25px; }\",\".framer-OuEiM .framer-1a9kceo { flex: none; height: 9px; overflow: hidden; position: relative; width: 340px; }\",\".framer-OuEiM .framer-1eknl7q-container, .framer-OuEiM .framer-356byy-container, .framer-OuEiM .framer-1qlr5tb-container, .framer-OuEiM .framer-tu70y0-container, .framer-OuEiM .framer-1o9of2l-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-OuEiM.framer-mnzf03, .framer-OuEiM .framer-1qm3xhb { gap: 0px; } .framer-OuEiM.framer-mnzf03 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-OuEiM.framer-mnzf03 > :first-child { margin-left: 0px; } .framer-OuEiM.framer-mnzf03 > :last-child { margin-right: 0px; } .framer-OuEiM .framer-1qm3xhb > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-OuEiM .framer-1qm3xhb > :first-child { margin-top: 0px; } .framer-OuEiM .framer-1qm3xhb > :last-child { margin-bottom: 0px; } }\",\".framer-OuEiM.framer-v-18iw4ao.framer-mnzf03 { gap: unset; justify-content: space-between; width: 810px; }\",\".framer-OuEiM.framer-v-18iw4ao .framer-xkdrns { width: 808px; }\",\".framer-OuEiM.framer-v-18iw4ao .framer-tawonk { height: 59px; width: 141px; }\",\".framer-OuEiM.framer-v-18iw4ao .framer-1a9kceo { height: 2px; width: 157px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-OuEiM.framer-v-18iw4ao.framer-mnzf03 { gap: 0px; } .framer-OuEiM.framer-v-18iw4ao.framer-mnzf03 > *, .framer-OuEiM.framer-v-18iw4ao.framer-mnzf03 > :first-child, .framer-OuEiM.framer-v-18iw4ao.framer-mnzf03 > :last-child { margin: 0px; } }\",\".framer-OuEiM.framer-v-6uvzuv.framer-mnzf03 { width: 390px; }\",\".framer-OuEiM.framer-v-6uvzuv .framer-xkdrns { gap: 0px; justify-content: center; padding: 0px 15px 0px 0px; width: 390px; }\",\".framer-OuEiM.framer-v-6uvzuv .framer-kevj77 { order: 0; padding: 0px 15px 0px 15px; width: 390px; }\",\".framer-OuEiM.framer-v-6uvzuv .framer-1qm3xhb { cursor: pointer; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-OuEiM.framer-v-6uvzuv .framer-xkdrns { gap: 0px; } .framer-OuEiM.framer-v-6uvzuv .framer-xkdrns > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-OuEiM.framer-v-6uvzuv .framer-xkdrns > :first-child { margin-left: 0px; } .framer-OuEiM.framer-v-6uvzuv .framer-xkdrns > :last-child { margin-right: 0px; } }\",\".framer-OuEiM.framer-v-18gwhdw.framer-mnzf03 { flex-direction: column; height: min-content; width: 390px; }\",\".framer-OuEiM.framer-v-18gwhdw .framer-xkdrns { align-content: flex-start; align-items: flex-start; flex-direction: column; padding: 0px; width: 390px; }\",\".framer-OuEiM.framer-v-18gwhdw .framer-kevj77 { height: 73px; padding: 0px 15px 0px 15px; width: 388px; }\",\".framer-OuEiM.framer-v-18gwhdw .framer-1qm3xhb { cursor: pointer; gap: 6px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-OuEiM.framer-v-18gwhdw.framer-mnzf03, .framer-OuEiM.framer-v-18gwhdw .framer-xkdrns, .framer-OuEiM.framer-v-18gwhdw .framer-1qm3xhb { gap: 0px; } .framer-OuEiM.framer-v-18gwhdw.framer-mnzf03 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-OuEiM.framer-v-18gwhdw.framer-mnzf03 > :first-child, .framer-OuEiM.framer-v-18gwhdw .framer-1qm3xhb > :first-child { margin-top: 0px; } .framer-OuEiM.framer-v-18gwhdw.framer-mnzf03 > :last-child, .framer-OuEiM.framer-v-18gwhdw .framer-1qm3xhb > :last-child { margin-bottom: 0px; } .framer-OuEiM.framer-v-18gwhdw .framer-xkdrns > *, .framer-OuEiM.framer-v-18gwhdw .framer-xkdrns > :first-child, .framer-OuEiM.framer-v-18gwhdw .framer-xkdrns > :last-child { margin: 0px; } .framer-OuEiM.framer-v-18gwhdw .framer-1qm3xhb > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 68\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"hDu0TB2WB\":{\"layout\":[\"fixed\",\"fixed\"]},\"ebbGdYaUG\":{\"layout\":[\"fixed\",\"fixed\"]},\"AZaxHVWQQ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"r9SOK8a3v\":\"link\",\"nerk8aUPj\":\"image\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramercqemZEbsz=withCSS(Component,css,\"framer-OuEiM\");export default FramercqemZEbsz;FramercqemZEbsz.displayName=\"Header\";FramercqemZEbsz.defaultProps={height:68,width:1200};addPropertyControls(FramercqemZEbsz,{variant:{options:[\"MkmWj6ZGE\",\"hDu0TB2WB\",\"ebbGdYaUG\",\"AZaxHVWQQ\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\"],title:\"Variant\",type:ControlType.Enum},r9SOK8a3v:{title:\"Link\",type:ControlType.Link},nerk8aUPj:{__defaultAssetReference:\"data:framer/asset-reference,ekEFQFIm9loDfq4RnTYdBI8t00.png?originalFilename=srvpartnersfinal.png&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(FramercqemZEbsz,[{explicitInter:true,fonts:[]},...MenuComponentFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramercqemZEbsz\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hDu0TB2WB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ebbGdYaUG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"AZaxHVWQQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"r9SOK8a3v\\\":\\\"link\\\",\\\"nerk8aUPj\\\":\\\"image\\\"}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"68\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (d31cd55)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"FvQ_k9go1\",\"gZD4JLdQX\",\"qIgPVCtQs\",\"A_uyuqYuN\",\"m3zErdXWM\",\"fd1SvKQLv\",\"R8wLRutG8\"];const serializationHash=\"framer-uvUuN\";const variantClassNames={A_uyuqYuN:\"framer-v-19afciv\",fd1SvKQLv:\"framer-v-16qbxne\",FvQ_k9go1:\"framer-v-1pfer1b\",gZD4JLdQX:\"framer-v-5j649y\",m3zErdXWM:\"framer-v-1v1zun9\",qIgPVCtQs:\"framer-v-153vq9c\",R8wLRutG8:\"framer-v-1lfetdt\"};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(React.Fragment);const humanReadableVariantMap={\"Mobile 2\":\"R8wLRutG8\",\"Primary state\":\"FvQ_k9go1\",\"Variant 2\":\"gZD4JLdQX\",\"Variant 3\":\"qIgPVCtQs\",\"Variant 4\":\"A_uyuqYuN\",\"Variant 5\":\"m3zErdXWM\",Tablet:\"fd1SvKQLv\"};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:\"FvQ_k9go1\"};};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:\"FvQ_k9go1\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnterlen1zr=activeVariantCallback(async(...args)=>{setVariant(\"gZD4JLdQX\");});const onMouseLeavept33qx=activeVariantCallback(async(...args)=>{setVariant(\"FvQ_k9go1\");});const onMouseEnter1uy0vw=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"b2K7QG1bm\"),500);});const onMouseEnter16u5d87=activeVariantCallback(async(...args)=>{setVariant(\"qIgPVCtQs\");});const onTap16u5d87=activeVariantCallback(async(...args)=>{setVariant(\"qIgPVCtQs\");});const onMouseEnter146gc4q=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"onNF0Q5b_\"),500);});const onMouseEnter8842ea=activeVariantCallback(async(...args)=>{setVariant(\"m3zErdXWM\");});const onTap8842ea=activeVariantCallback(async(...args)=>{setVariant(\"m3zErdXWM\");});const onMouseEnter1mf549o=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"MIAfcEo3p\"),500);});const onMouseEnterqf68e=activeVariantCallback(async(...args)=>{setVariant(\"A_uyuqYuN\");});const onTapqf68e=activeVariantCallback(async(...args)=>{setVariant(\"A_uyuqYuN\");});const onMouseEnterpa0x6c=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"F7NCrW6we\"),500);});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"gZD4JLdQX\",\"qIgPVCtQs\",\"A_uyuqYuN\",\"m3zErdXWM\",\"fd1SvKQLv\",\"R8wLRutG8\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"gZD4JLdQX\",\"fd1SvKQLv\",\"R8wLRutG8\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if([\"qIgPVCtQs\",\"fd1SvKQLv\",\"R8wLRutG8\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if([\"m3zErdXWM\",\"fd1SvKQLv\",\"R8wLRutG8\"].includes(baseVariant))return true;return false;};const isDisplayed4=()=>{if([\"A_uyuqYuN\",\"fd1SvKQLv\",\"R8wLRutG8\"].includes(baseVariant))return true;return false;};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-1pfer1b\",className,classNames),\"data-framer-name\":\"Primary state\",layoutDependency:layoutDependency,layoutId:\"FvQ_k9go1\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({A_uyuqYuN:{\"data-framer-name\":\"Variant 4\"},fd1SvKQLv:{\"data-framer-name\":\"Tablet\"},gZD4JLdQX:{\"data-framer-name\":\"Variant 2\"},m3zErdXWM:{\"data-framer-name\":\"Variant 5\"},qIgPVCtQs:{\"data-framer-name\":\"Variant 3\"},R8wLRutG8:{\"data-framer-name\":\"Mobile 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3612,intrinsicWidth:5418,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0),pixelHeight:3612,pixelWidth:5418,sizes:\"396px\",src:\"https://framerusercontent.com/images/nRMXqbHVR81cp7BRZymEvAUzN9k.jpg\",srcSet:\"https://framerusercontent.com/images/nRMXqbHVR81cp7BRZymEvAUzN9k.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/nRMXqbHVR81cp7BRZymEvAUzN9k.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/nRMXqbHVR81cp7BRZymEvAUzN9k.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/nRMXqbHVR81cp7BRZymEvAUzN9k.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/nRMXqbHVR81cp7BRZymEvAUzN9k.jpg 5418w\"},className:\"framer-7g8v81\",\"data-border\":true,\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"u2R8c6Dh8\",onMouseEnter:onMouseEnterlen1zr,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(85, 85, 85)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",opacity:1},variants:{A_uyuqYuN:{opacity:.25},m3zErdXWM:{opacity:.25},qIgPVCtQs:{opacity:.25}},...addPropertyOverrides({A_uyuqYuN:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3612,intrinsicWidth:5418,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0),pixelHeight:3612,pixelWidth:5418,sizes:\"200px\",src:\"https://framerusercontent.com/images/nRMXqbHVR81cp7BRZymEvAUzN9k.jpg\",srcSet:\"https://framerusercontent.com/images/nRMXqbHVR81cp7BRZymEvAUzN9k.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/nRMXqbHVR81cp7BRZymEvAUzN9k.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/nRMXqbHVR81cp7BRZymEvAUzN9k.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/nRMXqbHVR81cp7BRZymEvAUzN9k.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/nRMXqbHVR81cp7BRZymEvAUzN9k.jpg 5418w\"}},fd1SvKQLv:{\"data-highlight\":undefined,onMouseEnter:undefined},gZD4JLdQX:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3612,intrinsicWidth:5418,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0),pixelHeight:3612,pixelWidth:5418,sizes:\"592px\",src:\"https://framerusercontent.com/images/nRMXqbHVR81cp7BRZymEvAUzN9k.jpg\",srcSet:\"https://framerusercontent.com/images/nRMXqbHVR81cp7BRZymEvAUzN9k.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/nRMXqbHVR81cp7BRZymEvAUzN9k.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/nRMXqbHVR81cp7BRZymEvAUzN9k.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/nRMXqbHVR81cp7BRZymEvAUzN9k.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/nRMXqbHVR81cp7BRZymEvAUzN9k.jpg 5418w\"},onMouseLeave:onMouseLeavept33qx},m3zErdXWM:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3612,intrinsicWidth:5418,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0),pixelHeight:3612,pixelWidth:5418,sizes:\"592px\",src:\"https://framerusercontent.com/images/nRMXqbHVR81cp7BRZymEvAUzN9k.jpg\",srcSet:\"https://framerusercontent.com/images/nRMXqbHVR81cp7BRZymEvAUzN9k.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/nRMXqbHVR81cp7BRZymEvAUzN9k.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/nRMXqbHVR81cp7BRZymEvAUzN9k.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/nRMXqbHVR81cp7BRZymEvAUzN9k.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/nRMXqbHVR81cp7BRZymEvAUzN9k.jpg 5418w\"}},qIgPVCtQs:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3612,intrinsicWidth:5418,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0),pixelHeight:3612,pixelWidth:5418,sizes:\"200px\",src:\"https://framerusercontent.com/images/nRMXqbHVR81cp7BRZymEvAUzN9k.jpg\",srcSet:\"https://framerusercontent.com/images/nRMXqbHVR81cp7BRZymEvAUzN9k.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/nRMXqbHVR81cp7BRZymEvAUzN9k.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/nRMXqbHVR81cp7BRZymEvAUzN9k.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/nRMXqbHVR81cp7BRZymEvAUzN9k.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/nRMXqbHVR81cp7BRZymEvAUzN9k.jpg 5418w\"}},R8wLRutG8:{\"data-highlight\":undefined,background:{alt:\"\",fit:\"fill\",intrinsicHeight:3612,intrinsicWidth:5418,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1565)/2+0+0)),pixelHeight:3612,pixelWidth:5418,sizes:\"396px\",src:\"https://framerusercontent.com/images/nRMXqbHVR81cp7BRZymEvAUzN9k.jpg\",srcSet:\"https://framerusercontent.com/images/nRMXqbHVR81cp7BRZymEvAUzN9k.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/nRMXqbHVR81cp7BRZymEvAUzN9k.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/nRMXqbHVR81cp7BRZymEvAUzN9k.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/nRMXqbHVR81cp7BRZymEvAUzN9k.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/nRMXqbHVR81cp7BRZymEvAUzN9k.jpg 5418w\"},onMouseEnter:undefined}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s136b1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"E3rgl85lS\",onMouseEnter:onMouseEnter1uy0vw,style:{backgroundColor:\"rgba(55, 32, 56, 0.45)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"Restructuring\"})}),className:\"framer-fit2e0\",fonts:[\"CUSTOM;Cera Pro Light\"],layoutDependency:layoutDependency,layoutId:\"zsV94PlU3\",style:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13lelwu\",layoutDependency:layoutDependency,layoutId:\"W91wPr8Yv\",style:{backgroundColor:\"rgba(55, 32, 56, 0.5)\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", serif',\"--framer-font-size\":\"34px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"Client Profile \"})}),className:\"framer-xmcfg4\",fonts:[\"CUSTOM;Cera Pro Light\"],layoutDependency:layoutDependency,layoutId:\"uQlrTrplN\",style:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({fd1SvKQLv:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:[\"Restructuring and \",/*#__PURE__*/_jsx(motion.br,{}),\"Special situations\"]})})},gZD4JLdQX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:[\"Restructuring and Special \",/*#__PURE__*/_jsx(motion.br,{}),\"Situations\"]})})},R8wLRutG8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:[\"Restructuring and \",/*#__PURE__*/_jsx(motion.br,{}),\"Special situations\"]})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"We bring the most value to our clients in company-side, plan sponsor, asset acquiror, and secured creditor representations.\\xa0\"})}),className:\"framer-1u0fr9i\",fonts:[\"CUSTOM;Cera Pro Light\"],layoutDependency:layoutDependency,layoutId:\"EHwoj66RF\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({fd1SvKQLv:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Our core expertise is guiding our clients through the complexities of in-court and out-of-court distressed situations while acting in a CRO or advisory capacity.\"})})},gZD4JLdQX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Our core expertise is guiding our clients through the complexities of in-court and out-of-court distressed situations while acting in a CRO or advisory capacity.\"})})},R8wLRutG8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Our core expertise is guiding our clients through the complexities of in-court and out-of-court distressed situations while acting in a CRO or advisory capacity.\"})})}},baseVariant,gestureVariant)})]})]}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0),pixelHeight:3e3,pixelWidth:2e3,sizes:\"396px\",src:\"https://framerusercontent.com/images/M0kaKrjsdgkuj5IpMsDFerT9myE.jpg\",srcSet:\"https://framerusercontent.com/images/M0kaKrjsdgkuj5IpMsDFerT9myE.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/M0kaKrjsdgkuj5IpMsDFerT9myE.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/M0kaKrjsdgkuj5IpMsDFerT9myE.jpg 2000w\"},className:\"framer-75asvm\",\"data-border\":true,\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Ie_fo6I4u\",onMouseEnter:onMouseEnter16u5d87,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(85, 85, 85)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",opacity:1},variants:{A_uyuqYuN:{opacity:.25},gZD4JLdQX:{opacity:.25},m3zErdXWM:{opacity:.25}},...addPropertyOverrides({A_uyuqYuN:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0),pixelHeight:3e3,pixelWidth:2e3,sizes:\"592px\",src:\"https://framerusercontent.com/images/M0kaKrjsdgkuj5IpMsDFerT9myE.jpg\",srcSet:\"https://framerusercontent.com/images/M0kaKrjsdgkuj5IpMsDFerT9myE.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/M0kaKrjsdgkuj5IpMsDFerT9myE.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/M0kaKrjsdgkuj5IpMsDFerT9myE.jpg 2000w\"}},fd1SvKQLv:{\"data-highlight\":undefined,onMouseEnter:undefined},gZD4JLdQX:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0),pixelHeight:3e3,pixelWidth:2e3,sizes:\"200px\",src:\"https://framerusercontent.com/images/M0kaKrjsdgkuj5IpMsDFerT9myE.jpg\",srcSet:\"https://framerusercontent.com/images/M0kaKrjsdgkuj5IpMsDFerT9myE.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/M0kaKrjsdgkuj5IpMsDFerT9myE.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/M0kaKrjsdgkuj5IpMsDFerT9myE.jpg 2000w\"},onTap:onTap16u5d87},m3zErdXWM:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0),pixelHeight:3e3,pixelWidth:2e3,sizes:\"200px\",src:\"https://framerusercontent.com/images/M0kaKrjsdgkuj5IpMsDFerT9myE.jpg\",srcSet:\"https://framerusercontent.com/images/M0kaKrjsdgkuj5IpMsDFerT9myE.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/M0kaKrjsdgkuj5IpMsDFerT9myE.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/M0kaKrjsdgkuj5IpMsDFerT9myE.jpg 2000w\"}},qIgPVCtQs:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0),pixelHeight:3e3,pixelWidth:2e3,sizes:\"592px\",src:\"https://framerusercontent.com/images/M0kaKrjsdgkuj5IpMsDFerT9myE.jpg\",srcSet:\"https://framerusercontent.com/images/M0kaKrjsdgkuj5IpMsDFerT9myE.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/M0kaKrjsdgkuj5IpMsDFerT9myE.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/M0kaKrjsdgkuj5IpMsDFerT9myE.jpg 2000w\"},onMouseLeave:onMouseLeavept33qx},R8wLRutG8:{\"data-highlight\":undefined,background:{alt:\"\",fit:\"fill\",intrinsicHeight:3e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1565)/2+368+33)),pixelHeight:3e3,pixelWidth:2e3,sizes:\"396px\",src:\"https://framerusercontent.com/images/M0kaKrjsdgkuj5IpMsDFerT9myE.jpg\",srcSet:\"https://framerusercontent.com/images/M0kaKrjsdgkuj5IpMsDFerT9myE.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/M0kaKrjsdgkuj5IpMsDFerT9myE.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/M0kaKrjsdgkuj5IpMsDFerT9myE.jpg 2000w\"},onMouseEnter:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", serif',\"--framer-font-size\":\"34px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"Restructuring\"})}),className:\"framer-1vrpgxd\",fonts:[\"CUSTOM;Cera Pro Light\"],layoutDependency:layoutDependency,layoutId:\"OncHaHR5F\",style:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-s2of4s\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"DO3kfOJRp\",onMouseEnter:onMouseEnter146gc4q,style:{backgroundColor:\"rgba(55, 32, 56, 0.45)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:[\"Interim \",/*#__PURE__*/_jsx(motion.br,{}),\"Management\"]})}),className:\"framer-12c6dif\",fonts:[\"CUSTOM;Cera Pro Light\"],layoutDependency:layoutDependency,layoutId:\"HOZbhnbr_\",style:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1loif9\",layoutDependency:layoutDependency,layoutId:\"jtmQWRrin\",style:{backgroundColor:\"var(--token-aaf5d9b7-eb2a-490b-a59c-2d616c00ab42, rgba(55, 32, 56, 0.5))\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", serif',\"--framer-font-size\":\"34px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"Restructuring and Special Situations\"})}),className:\"framer-5cja6w\",fonts:[\"CUSTOM;Cera Pro Light\"],layoutDependency:layoutDependency,layoutId:\"TtQNUEz8U\",style:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({fd1SvKQLv:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"Interim management\"})})},qIgPVCtQs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"INTERIM MANAGEMENT\"})})},R8wLRutG8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"Interim management\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Our core expertise is guiding our clients through the complexities of in-court and out-of-court distressed situations.\"})}),className:\"framer-1a8uqfc\",fonts:[\"CUSTOM;Cera Pro Light\"],layoutDependency:layoutDependency,layoutId:\"uETUBCifs\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({fd1SvKQLv:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"We are well equipped to step into any C-suite role to assist companies in their turnaround efforts, to guide them in creditor negotiations, or assist them in executing strategic alternatives.\\xa0\"})})},qIgPVCtQs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"We are well equipped to step into any C-suite role to assist companies in their turnaround efforts, to guide them in creditor negotiations, or assist them in executing strategic alternatives.\\xa0\"})})},R8wLRutG8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"We are well equipped to step into any C-suite role to assist companies in their turnaround efforts, to guide them in creditor negotiations, or assist them in executing strategic alternatives.\\xa0\"})})}},baseVariant,gestureVariant)})]})]}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:6e3,intrinsicWidth:4e3,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||747)-365),pixelHeight:6e3,pixelWidth:4e3,sizes:\"396px\",src:\"https://framerusercontent.com/images/SVsDJBubA0cOmUIvoAFzIbf3oQU.jpg\",srcSet:\"https://framerusercontent.com/images/SVsDJBubA0cOmUIvoAFzIbf3oQU.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/SVsDJBubA0cOmUIvoAFzIbf3oQU.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/SVsDJBubA0cOmUIvoAFzIbf3oQU.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/SVsDJBubA0cOmUIvoAFzIbf3oQU.jpg 4000w\"},className:\"framer-1uo5zux\",\"data-border\":true,\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"wAvfp_bY5\",onMouseEnter:onMouseEnter8842ea,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(85, 85, 85)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",opacity:1},variants:{A_uyuqYuN:{opacity:.25},gZD4JLdQX:{opacity:.25},qIgPVCtQs:{opacity:.25}},...addPropertyOverrides({A_uyuqYuN:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:6e3,intrinsicWidth:4e3,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||747)-533),pixelHeight:6e3,pixelWidth:4e3,sizes:\"200px\",src:\"https://framerusercontent.com/images/SVsDJBubA0cOmUIvoAFzIbf3oQU.jpg\",srcSet:\"https://framerusercontent.com/images/SVsDJBubA0cOmUIvoAFzIbf3oQU.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/SVsDJBubA0cOmUIvoAFzIbf3oQU.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/SVsDJBubA0cOmUIvoAFzIbf3oQU.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/SVsDJBubA0cOmUIvoAFzIbf3oQU.jpg 4000w\"}},fd1SvKQLv:{\"data-highlight\":undefined,onMouseEnter:undefined},gZD4JLdQX:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:6e3,intrinsicWidth:4e3,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||747)-200),pixelHeight:6e3,pixelWidth:4e3,sizes:\"592px\",src:\"https://framerusercontent.com/images/SVsDJBubA0cOmUIvoAFzIbf3oQU.jpg\",srcSet:\"https://framerusercontent.com/images/SVsDJBubA0cOmUIvoAFzIbf3oQU.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/SVsDJBubA0cOmUIvoAFzIbf3oQU.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/SVsDJBubA0cOmUIvoAFzIbf3oQU.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/SVsDJBubA0cOmUIvoAFzIbf3oQU.jpg 4000w\"},onTap:onTap8842ea},m3zErdXWM:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:6e3,intrinsicWidth:4e3,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||747)-533),pixelHeight:6e3,pixelWidth:4e3,sizes:\"592px\",src:\"https://framerusercontent.com/images/SVsDJBubA0cOmUIvoAFzIbf3oQU.jpg\",srcSet:\"https://framerusercontent.com/images/SVsDJBubA0cOmUIvoAFzIbf3oQU.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/SVsDJBubA0cOmUIvoAFzIbf3oQU.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/SVsDJBubA0cOmUIvoAFzIbf3oQU.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/SVsDJBubA0cOmUIvoAFzIbf3oQU.jpg 4000w\"},onMouseLeave:onMouseLeavept33qx},qIgPVCtQs:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:6e3,intrinsicWidth:4e3,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||747)-200),pixelHeight:6e3,pixelWidth:4e3,sizes:\"200px\",src:\"https://framerusercontent.com/images/SVsDJBubA0cOmUIvoAFzIbf3oQU.jpg\",srcSet:\"https://framerusercontent.com/images/SVsDJBubA0cOmUIvoAFzIbf3oQU.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/SVsDJBubA0cOmUIvoAFzIbf3oQU.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/SVsDJBubA0cOmUIvoAFzIbf3oQU.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/SVsDJBubA0cOmUIvoAFzIbf3oQU.jpg 4000w\"}},R8wLRutG8:{\"data-highlight\":undefined,background:{alt:\"\",fit:\"fill\",intrinsicHeight:6e3,intrinsicWidth:4e3,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1565)/2+736+66)),pixelHeight:6e3,pixelWidth:4e3,sizes:\"396px\",src:\"https://framerusercontent.com/images/SVsDJBubA0cOmUIvoAFzIbf3oQU.jpg\",srcSet:\"https://framerusercontent.com/images/SVsDJBubA0cOmUIvoAFzIbf3oQU.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/SVsDJBubA0cOmUIvoAFzIbf3oQU.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/SVsDJBubA0cOmUIvoAFzIbf3oQU.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/SVsDJBubA0cOmUIvoAFzIbf3oQU.jpg 4000w\"},onMouseEnter:undefined}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-158kehh\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"j8haw11ca\",onMouseEnter:onMouseEnter1mf549o,style:{backgroundColor:\"rgba(55, 32, 56, 0.45)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:[\"Operational\",/*#__PURE__*/_jsx(motion.br,{}),\"Turnarounds\"]})}),className:\"framer-18pryog\",fonts:[\"CUSTOM;Cera Pro Light\"],layoutDependency:layoutDependency,layoutId:\"FZkQuOnFZ\",style:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-eh05e7\",layoutDependency:layoutDependency,layoutId:\"zwobB5lDd\",style:{backgroundColor:\"var(--token-aaf5d9b7-eb2a-490b-a59c-2d616c00ab42, rgba(55, 32, 56, 0.5))\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", serif',\"--framer-font-size\":\"34px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"Operational Turnarounds\"})}),className:\"framer-10ogopa\",fonts:[\"CUSTOM;Cera Pro Light\"],layoutDependency:layoutDependency,layoutId:\"A_VEUyuAA\",style:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({fd1SvKQLv:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", serif',\"--framer-font-size\":\"26px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"Operational Turnarounds\"})})},R8wLRutG8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", serif',\"--framer-font-size\":\"26px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"Operational Turnarounds\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"With more than 20 years of operational and advisory experience, we are well-equipped to provide expert assistance with any operational task, especially those that demand in-depth analysis or present execution challenges.\"})}),className:\"framer-ej50x5\",fonts:[\"CUSTOM;Cera Pro Light\"],layoutDependency:layoutDependency,layoutId:\"RU5d_EdxD\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({fd1SvKQLv:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"With more than 20 years of operational and advisory experience, we provide expert assistance with any operational task, especially those that demand in-depth analysis or present execution challenges.\"})})},m3zErdXWM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"With more than 20 years of operational and advisory experience, we provide expert assistance with any operational task, especially those that demand in-depth analysis or present execution challenges.\"})})},R8wLRutG8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"With more than 20 years of operational and advisory experience, we provide expert assistance with any operational task, especially those that demand in-depth analysis or present execution challenges.\"})})}},baseVariant,gestureVariant)})]})]}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5445,intrinsicWidth:5941,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||747)-365),pixelHeight:5445,pixelWidth:5941,sizes:\"396px\",src:\"https://framerusercontent.com/images/W1H8tFK6H8IKNZOBc6gjtpRP1I.jpg\",srcSet:\"https://framerusercontent.com/images/W1H8tFK6H8IKNZOBc6gjtpRP1I.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/W1H8tFK6H8IKNZOBc6gjtpRP1I.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/W1H8tFK6H8IKNZOBc6gjtpRP1I.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/W1H8tFK6H8IKNZOBc6gjtpRP1I.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/W1H8tFK6H8IKNZOBc6gjtpRP1I.jpg 5941w\"},className:\"framer-1isgl38\",\"data-border\":true,\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"L1CAtcP89\",onMouseEnter:onMouseEnterqf68e,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(85, 85, 85)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",opacity:1},variants:{gZD4JLdQX:{opacity:.25},m3zErdXWM:{opacity:.25},qIgPVCtQs:{opacity:.25}},...addPropertyOverrides({A_uyuqYuN:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5445,intrinsicWidth:5941,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||747)-533),pixelHeight:5445,pixelWidth:5941,sizes:\"592px\",src:\"https://framerusercontent.com/images/W1H8tFK6H8IKNZOBc6gjtpRP1I.jpg\",srcSet:\"https://framerusercontent.com/images/W1H8tFK6H8IKNZOBc6gjtpRP1I.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/W1H8tFK6H8IKNZOBc6gjtpRP1I.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/W1H8tFK6H8IKNZOBc6gjtpRP1I.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/W1H8tFK6H8IKNZOBc6gjtpRP1I.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/W1H8tFK6H8IKNZOBc6gjtpRP1I.jpg 5941w\"},onMouseLeave:onMouseLeavept33qx},fd1SvKQLv:{\"data-highlight\":undefined,onMouseEnter:undefined},gZD4JLdQX:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5445,intrinsicWidth:5941,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||747)-200),pixelHeight:5445,pixelWidth:5941,sizes:\"200px\",src:\"https://framerusercontent.com/images/W1H8tFK6H8IKNZOBc6gjtpRP1I.jpg\",srcSet:\"https://framerusercontent.com/images/W1H8tFK6H8IKNZOBc6gjtpRP1I.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/W1H8tFK6H8IKNZOBc6gjtpRP1I.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/W1H8tFK6H8IKNZOBc6gjtpRP1I.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/W1H8tFK6H8IKNZOBc6gjtpRP1I.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/W1H8tFK6H8IKNZOBc6gjtpRP1I.jpg 5941w\"},onTap:onTapqf68e},m3zErdXWM:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5445,intrinsicWidth:5941,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||747)-533),pixelHeight:5445,pixelWidth:5941,sizes:\"200px\",src:\"https://framerusercontent.com/images/W1H8tFK6H8IKNZOBc6gjtpRP1I.jpg\",srcSet:\"https://framerusercontent.com/images/W1H8tFK6H8IKNZOBc6gjtpRP1I.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/W1H8tFK6H8IKNZOBc6gjtpRP1I.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/W1H8tFK6H8IKNZOBc6gjtpRP1I.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/W1H8tFK6H8IKNZOBc6gjtpRP1I.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/W1H8tFK6H8IKNZOBc6gjtpRP1I.jpg 5941w\"}},qIgPVCtQs:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5445,intrinsicWidth:5941,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||747)-200),pixelHeight:5445,pixelWidth:5941,sizes:\"592px\",src:\"https://framerusercontent.com/images/W1H8tFK6H8IKNZOBc6gjtpRP1I.jpg\",srcSet:\"https://framerusercontent.com/images/W1H8tFK6H8IKNZOBc6gjtpRP1I.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/W1H8tFK6H8IKNZOBc6gjtpRP1I.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/W1H8tFK6H8IKNZOBc6gjtpRP1I.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/W1H8tFK6H8IKNZOBc6gjtpRP1I.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/W1H8tFK6H8IKNZOBc6gjtpRP1I.jpg 5941w\"}},R8wLRutG8:{\"data-highlight\":undefined,background:{alt:\"\",fit:\"fill\",intrinsicHeight:5445,intrinsicWidth:5941,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1565)/2+1101+99)),pixelHeight:5445,pixelWidth:5941,sizes:\"396px\",src:\"https://framerusercontent.com/images/W1H8tFK6H8IKNZOBc6gjtpRP1I.jpg\",srcSet:\"https://framerusercontent.com/images/W1H8tFK6H8IKNZOBc6gjtpRP1I.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/W1H8tFK6H8IKNZOBc6gjtpRP1I.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/W1H8tFK6H8IKNZOBc6gjtpRP1I.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/W1H8tFK6H8IKNZOBc6gjtpRP1I.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/W1H8tFK6H8IKNZOBc6gjtpRP1I.jpg 5941w\"},onMouseEnter:undefined}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-sjd10i\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"a3gNUd9K4\",onMouseEnter:onMouseEnterpa0x6c,style:{backgroundColor:\"rgba(55, 32, 56, 0.45)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", serif',\"--framer-font-size\":\"34px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"Litigation\"})}),className:\"framer-1ca95ji\",fonts:[\"CUSTOM;Cera Pro Light\"],layoutDependency:layoutDependency,layoutId:\"GVp8GKn4_\",style:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed4()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-y20b8o\",layoutDependency:layoutDependency,layoutId:\"rQSaczyNm\",style:{backgroundColor:\"var(--token-aaf5d9b7-eb2a-490b-a59c-2d616c00ab42, rgba(55, 32, 56, 0.5))\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", serif',\"--framer-font-size\":\"34px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Litigation-Driven Distressed Situations\"})})}),className:\"framer-vkfsbp\",fonts:[\"CUSTOM;Cera Pro Light\"],layoutDependency:layoutDependency,layoutId:\"Cy1_uJjub\",style:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({fd1SvKQLv:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Litigation-Driven Distressed Situations\"})})})},R8wLRutG8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", serif',\"--framer-font-size\":\"26px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Litigation-Driven Distressed Situations\"})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"When distressed situations are further complicated by ongoing or threatened litigation, our expertise in assessing legal outcomes helps our clients make informed decisions.\"})}),className:\"framer-14i0tjr\",fonts:[\"CUSTOM;Cera Pro Light\"],layoutDependency:layoutDependency,layoutId:\"ek0zrD8Pm\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({A_uyuqYuN:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"When distressed situations are further complicated by ongoing or threatened litigation, our expertise in assessing legal outcomes helps our clients make informed decisions.\"})})}},baseVariant,gestureVariant)})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-uvUuN.framer-1nv0b30, .framer-uvUuN .framer-1nv0b30 { display: block; }\",\".framer-uvUuN.framer-1pfer1b { height: 747px; overflow: hidden; position: relative; width: 806px; }\",\".framer-uvUuN .framer-7g8v81 { flex: none; height: 368px; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 396px; }\",\".framer-uvUuN .framer-1s136b1 { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; justify-content: center; left: 0px; overflow: visible; padding: 0px; position: absolute; top: 0px; width: 396px; }\",\".framer-uvUuN .framer-fit2e0, .framer-uvUuN .framer-xmcfg4, .framer-uvUuN .framer-12c6dif, .framer-uvUuN .framer-18pryog, .framer-uvUuN .framer-10ogopa, .framer-uvUuN .framer-1ca95ji { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-uvUuN .framer-13lelwu, .framer-uvUuN .framer-1loif9, .framer-uvUuN .framer-eh05e7 { align-content: flex-start; align-items: flex-start; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; justify-content: flex-start; left: 0px; overflow: hidden; padding: 180px 0px 0px 30px; position: absolute; right: 0px; top: 0px; }\",\".framer-uvUuN .framer-1u0fr9i, .framer-uvUuN .framer-1a8uqfc, .framer-uvUuN .framer-ej50x5, .framer-uvUuN .framer-14i0tjr { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 397px; word-break: break-word; word-wrap: break-word; }\",\".framer-uvUuN .framer-75asvm { flex: none; height: 368px; overflow: hidden; position: absolute; right: 0px; top: 0px; width: 396px; }\",\".framer-uvUuN .framer-1vrpgxd { bottom: -138px; flex: none; height: auto; position: absolute; right: -71px; white-space: pre; width: auto; }\",\".framer-uvUuN .framer-s2of4s, .framer-uvUuN .framer-158kehh, .framer-uvUuN .framer-sjd10i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 368px; justify-content: center; left: 0px; overflow: visible; padding: 0px; position: absolute; top: 0px; width: 396px; }\",\".framer-uvUuN .framer-5cja6w { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 526px; word-break: break-word; word-wrap: break-word; }\",\".framer-uvUuN .framer-1uo5zux { bottom: 0px; flex: none; height: 365px; left: 0px; overflow: hidden; position: absolute; width: 396px; }\",\".framer-uvUuN .framer-1isgl38 { bottom: 0px; flex: none; height: 365px; overflow: hidden; position: absolute; right: 0px; width: 396px; }\",\".framer-uvUuN .framer-y20b8o { align-content: flex-start; align-items: flex-start; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; justify-content: flex-start; left: 0px; overflow: hidden; padding: 125px 0px 0px 30px; position: absolute; right: 0px; top: 0px; }\",\".framer-uvUuN .framer-vkfsbp { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 542px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-uvUuN .framer-1s136b1, .framer-uvUuN .framer-13lelwu, .framer-uvUuN .framer-s2of4s, .framer-uvUuN .framer-1loif9, .framer-uvUuN .framer-158kehh, .framer-uvUuN .framer-eh05e7, .framer-uvUuN .framer-sjd10i, .framer-uvUuN .framer-y20b8o { gap: 0px; } .framer-uvUuN .framer-1s136b1 > *, .framer-uvUuN .framer-13lelwu > *, .framer-uvUuN .framer-s2of4s > *, .framer-uvUuN .framer-1loif9 > *, .framer-uvUuN .framer-158kehh > *, .framer-uvUuN .framer-eh05e7 > *, .framer-uvUuN .framer-sjd10i > *, .framer-uvUuN .framer-y20b8o > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-uvUuN .framer-1s136b1 > :first-child, .framer-uvUuN .framer-13lelwu > :first-child, .framer-uvUuN .framer-s2of4s > :first-child, .framer-uvUuN .framer-1loif9 > :first-child, .framer-uvUuN .framer-158kehh > :first-child, .framer-uvUuN .framer-eh05e7 > :first-child, .framer-uvUuN .framer-sjd10i > :first-child, .framer-uvUuN .framer-y20b8o > :first-child { margin-top: 0px; } .framer-uvUuN .framer-1s136b1 > :last-child, .framer-uvUuN .framer-13lelwu > :last-child, .framer-uvUuN .framer-s2of4s > :last-child, .framer-uvUuN .framer-1loif9 > :last-child, .framer-uvUuN .framer-158kehh > :last-child, .framer-uvUuN .framer-eh05e7 > :last-child, .framer-uvUuN .framer-sjd10i > :last-child, .framer-uvUuN .framer-y20b8o > :last-child { margin-bottom: 0px; } }\",\".framer-uvUuN.framer-v-5j649y .framer-7g8v81, .framer-uvUuN.framer-v-153vq9c .framer-75asvm, .framer-uvUuN.framer-v-19afciv .framer-1isgl38, .framer-uvUuN.framer-v-1v1zun9 .framer-1uo5zux { height: 533px; width: 592px; }\",\".framer-uvUuN.framer-v-5j649y .framer-1u0fr9i { width: 421px; }\",\".framer-uvUuN.framer-v-5j649y .framer-75asvm { cursor: pointer; height: 533px; width: 200px; }\",\".framer-uvUuN.framer-v-5j649y .framer-1uo5zux { cursor: pointer; height: 200px; width: 592px; }\",\".framer-uvUuN.framer-v-5j649y .framer-1isgl38 { cursor: pointer; height: 200px; width: 200px; }\",\".framer-uvUuN.framer-v-153vq9c .framer-7g8v81, .framer-uvUuN.framer-v-19afciv .framer-1uo5zux, .framer-uvUuN.framer-v-1v1zun9 .framer-1isgl38 { height: 533px; width: 200px; }\",\".framer-uvUuN.framer-v-153vq9c .framer-1uo5zux, .framer-uvUuN.framer-v-19afciv .framer-7g8v81, .framer-uvUuN.framer-v-1v1zun9 .framer-75asvm { height: 200px; width: 200px; }\",\".framer-uvUuN.framer-v-153vq9c .framer-1isgl38, .framer-uvUuN.framer-v-19afciv .framer-75asvm, .framer-uvUuN.framer-v-1v1zun9 .framer-7g8v81 { height: 200px; width: 592px; }\",\".framer-uvUuN.framer-v-16qbxne .framer-13lelwu, .framer-uvUuN.framer-v-16qbxne .framer-1loif9, .framer-uvUuN.framer-v-16qbxne .framer-eh05e7, .framer-uvUuN.framer-v-16qbxne .framer-y20b8o, .framer-uvUuN.framer-v-1lfetdt .framer-13lelwu, .framer-uvUuN.framer-v-1lfetdt .framer-1loif9, .framer-uvUuN.framer-v-1lfetdt .framer-eh05e7, .framer-uvUuN.framer-v-1lfetdt .framer-y20b8o { padding: 35px 0px 0px 30px; }\",\".framer-uvUuN.framer-v-16qbxne .framer-xmcfg4, .framer-uvUuN.framer-v-16qbxne .framer-10ogopa, .framer-uvUuN.framer-v-1lfetdt .framer-xmcfg4, .framer-uvUuN.framer-v-1lfetdt .framer-10ogopa { white-space: pre-wrap; width: 326px; word-break: break-word; word-wrap: break-word; }\",\".framer-uvUuN.framer-v-16qbxne .framer-1u0fr9i, .framer-uvUuN.framer-v-16qbxne .framer-ej50x5, .framer-uvUuN.framer-v-1lfetdt .framer-1u0fr9i, .framer-uvUuN.framer-v-1lfetdt .framer-ej50x5 { width: 340px; }\",\".framer-uvUuN.framer-v-16qbxne .framer-5cja6w, .framer-uvUuN.framer-v-16qbxne .framer-vkfsbp, .framer-uvUuN.framer-v-1lfetdt .framer-5cja6w, .framer-uvUuN.framer-v-1lfetdt .framer-vkfsbp { order: 0; width: 326px; }\",\".framer-uvUuN.framer-v-16qbxne .framer-1a8uqfc, .framer-uvUuN.framer-v-16qbxne .framer-14i0tjr, .framer-uvUuN.framer-v-1lfetdt .framer-1a8uqfc, .framer-uvUuN.framer-v-1lfetdt .framer-14i0tjr { order: 1; width: 340px; }\",\".framer-uvUuN.framer-v-1lfetdt.framer-1pfer1b { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 33px; height: min-content; justify-content: center; padding: 0px; width: min-content; }\",\".framer-uvUuN.framer-v-1lfetdt .framer-7g8v81 { left: unset; position: relative; top: unset; }\",\".framer-uvUuN.framer-v-1lfetdt .framer-75asvm { position: relative; right: unset; top: unset; }\",\".framer-uvUuN.framer-v-1lfetdt .framer-1uo5zux { bottom: unset; left: unset; position: relative; }\",\".framer-uvUuN.framer-v-1lfetdt .framer-1isgl38 { bottom: unset; position: relative; right: unset; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-uvUuN.framer-v-1lfetdt.framer-1pfer1b { gap: 0px; } .framer-uvUuN.framer-v-1lfetdt.framer-1pfer1b > * { margin: 0px; margin-bottom: calc(33px / 2); margin-top: calc(33px / 2); } .framer-uvUuN.framer-v-1lfetdt.framer-1pfer1b > :first-child { margin-top: 0px; } .framer-uvUuN.framer-v-1lfetdt.framer-1pfer1b > :last-child { margin-bottom: 0px; } }\",'.framer-uvUuN[data-border=\"true\"]::after, .framer-uvUuN [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 747\n * @framerIntrinsicWidth 806\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"gZD4JLdQX\":{\"layout\":[\"fixed\",\"fixed\"]},\"qIgPVCtQs\":{\"layout\":[\"fixed\",\"fixed\"]},\"A_uyuqYuN\":{\"layout\":[\"fixed\",\"fixed\"]},\"m3zErdXWM\":{\"layout\":[\"fixed\",\"fixed\"]},\"fd1SvKQLv\":{\"layout\":[\"fixed\",\"fixed\"]},\"R8wLRutG8\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerm78FgFfSf=withCSS(Component,css,\"framer-uvUuN\");export default Framerm78FgFfSf;Framerm78FgFfSf.displayName=\"Grid hover\";Framerm78FgFfSf.defaultProps={height:747,width:806};addPropertyControls(Framerm78FgFfSf,{variant:{options:[\"FvQ_k9go1\",\"gZD4JLdQX\",\"qIgPVCtQs\",\"A_uyuqYuN\",\"m3zErdXWM\",\"fd1SvKQLv\",\"R8wLRutG8\"],optionTitles:[\"Primary state\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\",\"Tablet\",\"Mobile 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerm78FgFfSf,[{explicitInter:true,fonts:[{family:\"Cera Pro Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/G60SfHT4VV3IvZ1xglvsWutCYo.ttf\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerm78FgFfSf\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"gZD4JLdQX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"qIgPVCtQs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"A_uyuqYuN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"m3zErdXWM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"fd1SvKQLv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"R8wLRutG8\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"747\",\"framerIntrinsicWidth\":\"806\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./m78FgFfSf.map", "/*\n * Animated Counter by framer.today\n * v1.0.0\n *\n * hi@framer.today\n * _joerl on \uD835\uDD4F\n *\n * Full terms here \u21B4\n * https://framer.today/license\n *\n */import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";const currentYear=new Date().getFullYear();/**\n * @framerDisableUnlink\n */export default function Copyright(props){const{color,font,gap,hasString,text,togglePosition,yearOption,startYear}=props;const yearDisplay=yearOption===\"single\"?currentYear:`${startYear}\u2013${currentYear}`;const containerStyle={width:\"100%\",height:\"100%\",display:\"flex\",alignItems:\"center\",margin:\"0\",justifyContent:togglePosition===\"L\"?\"flex-start\":\"flex-end\",color:color,fontFamily:font.fontFamily,fontSize:font.fontSize,fontWeight:font.fontWeight,lineHeight:font.lineHeight,letterSpacing:font.letterSpacing,userSelect:\"none\",gap:hasString?gap:0,whiteSpace:\"nowrap\"};return /*#__PURE__*/_jsxs(\"div\",{style:containerStyle,children:[togglePosition===\"L\"&&hasString&&/*#__PURE__*/_jsx(\"p\",{style:{margin:\"0\"},children:text}),/*#__PURE__*/_jsxs(\"p\",{style:{margin:\"0\",gap:0},children:[\"\\xa9 \",yearDisplay]}),togglePosition===\"R\"&&hasString&&/*#__PURE__*/_jsx(\"p\",{style:{margin:\"0\"},children:text})]});}Copyright.defaultProps={color:\"#fff\",font:{family:\"Manrope\",size:24,weight:\"normal\",lineHeight:1.2,letterSpacing:0},gap:\"4px\",hasString:true,text:\"All rights reserved.\",togglePosition:\"L\",yearOption:\"single\",startYear:2018};addPropertyControls(Copyright,{hasString:{type:ControlType.Boolean,title:\"Show text\",defaultValue:true,enabledTitle:\"Show\",disabledTitle:\"Hide\"},text:{type:ControlType.String,title:\"\u21B3 Text\",defaultValue:\"All rights reserved.\",hidden:props=>!props.hasString},togglePosition:{type:ControlType.SegmentedEnum,title:\"\u21B3 Position\",defaultValue:\"L\",options:[\"L\",\"R\"],optionTitles:[\"L\",\"R\"],hidden:props=>!props.hasString},gap:{type:ControlType.Number,title:\"\u21B3 Gap\",defaultValue:4,min:0,max:100,step:1,unit:\"px\",hidden:props=>!props.hasString},yearOption:{type:ControlType.SegmentedEnum,title:\"Year option\",defaultValue:\"single\",options:[\"single\",\"range\"],optionTitles:[\"Single\",\"Range\"]},startYear:{type:ControlType.Number,title:\"Start year\",defaultValue:2018,min:1900,max:currentYear,step:1,hidden:props=>props.yearOption!==\"range\"},color:{type:ControlType.Color,title:\"Color\",defaultValue:\"#fff\"},font:{type:ControlType.Font,title:\"Font\",defaultValue:{fontFamily:\"Manrope\",fontSize:24,fontWeight:\"normal\",lineHeight:\"1.2em\",letterSpacing:0},controls:\"extended\",displayTextAlignment:false,description:`\n        \n        *from framer.today*\n [License](https://framer.today/license)\n    `}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Copyright\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Copyright.map", "import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "let Component;\nvar House_default = (React) => {\n  if (!Component) {\n    const weights = /* @__PURE__ */ new Map([\n      [\n        \"bold\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M221.56,100.85,141.61,25.38l-.16-.15a19.93,19.93,0,0,0-26.91,0l-.17.15L34.44,100.85A20.07,20.07,0,0,0,28,115.55V208a20,20,0,0,0,20,20H96a20,20,0,0,0,20-20V164h24v44a20,20,0,0,0,20,20h48a20,20,0,0,0,20-20V115.55A20.07,20.07,0,0,0,221.56,100.85ZM204,204H164V160a20,20,0,0,0-20-20H112a20,20,0,0,0-20,20v44H52V117.28l76-71.75,76,71.75Z\" }))\n      ],\n      [\n        \"duotone\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\n          \"path\",\n          {\n            d: \"M216,115.54V208a8,8,0,0,1-8,8H160a8,8,0,0,1-8-8V160a8,8,0,0,0-8-8H112a8,8,0,0,0-8,8v48a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V115.54a8,8,0,0,1,2.62-5.92l80-75.54a8,8,0,0,1,10.77,0l80,75.54A8,8,0,0,1,216,115.54Z\",\n            opacity: \"0.2\"\n          }\n        ), /* @__PURE__ */ React.createElement(\"path\", { d: \"M218.83,103.77l-80-75.48a1.14,1.14,0,0,1-.11-.11,16,16,0,0,0-21.53,0l-.11.11L37.17,103.77A16,16,0,0,0,32,115.55V208a16,16,0,0,0,16,16H96a16,16,0,0,0,16-16V160h32v48a16,16,0,0,0,16,16h48a16,16,0,0,0,16-16V115.55A16,16,0,0,0,218.83,103.77ZM208,208H160V160a16,16,0,0,0-16-16H112a16,16,0,0,0-16,16v48H48V115.55l.11-.1L128,40l79.9,75.43.11.1Z\" }))\n      ],\n      [\n        \"fill\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M224,115.55V208a16,16,0,0,1-16,16H168a16,16,0,0,1-16-16V168a8,8,0,0,0-8-8H112a8,8,0,0,0-8,8v40a16,16,0,0,1-16,16H48a16,16,0,0,1-16-16V115.55a16,16,0,0,1,5.17-11.78l80-75.48.11-.11a16,16,0,0,1,21.53,0,1.14,1.14,0,0,0,.11.11l80,75.48A16,16,0,0,1,224,115.55Z\" }))\n      ],\n      [\n        \"light\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M217.47,105.24l-80-75.5-.09-.08a13.94,13.94,0,0,0-18.83,0l-.09.08-80,75.5A14,14,0,0,0,34,115.55V208a14,14,0,0,0,14,14H96a14,14,0,0,0,14-14V160a2,2,0,0,1,2-2h32a2,2,0,0,1,2,2v48a14,14,0,0,0,14,14h48a14,14,0,0,0,14-14V115.55A14,14,0,0,0,217.47,105.24ZM210,208a2,2,0,0,1-2,2H160a2,2,0,0,1-2-2V160a14,14,0,0,0-14-14H112a14,14,0,0,0-14,14v48a2,2,0,0,1-2,2H48a2,2,0,0,1-2-2V115.55a2,2,0,0,1,.65-1.48l.09-.08,79.94-75.48a2,2,0,0,1,2.63,0L209.26,114l.08.08a2,2,0,0,1,.66,1.48Z\" }))\n      ],\n      [\n        \"regular\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M218.83,103.77l-80-75.48a1.14,1.14,0,0,1-.11-.11,16,16,0,0,0-21.53,0l-.11.11L37.17,103.77A16,16,0,0,0,32,115.55V208a16,16,0,0,0,16,16H96a16,16,0,0,0,16-16V160h32v48a16,16,0,0,0,16,16h48a16,16,0,0,0,16-16V115.55A16,16,0,0,0,218.83,103.77ZM208,208H160V160a16,16,0,0,0-16-16H112a16,16,0,0,0-16,16v48H48V115.55l.11-.1L128,40l79.9,75.43.11.1Z\" }))\n      ],\n      [\n        \"thin\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M216.13,106.72,136.07,31.13a12,12,0,0,0-16.2.05L39.93,106.67A12,12,0,0,0,36,115.54V208a12,12,0,0,0,12,12H96a12,12,0,0,0,12-12V160a4,4,0,0,1,4-4h32a4,4,0,0,1,4,4v48a12,12,0,0,0,12,12h48a12,12,0,0,0,12-12V115.54A12,12,0,0,0,216.13,106.72ZM212,208a4,4,0,0,1-4,4H160a4,4,0,0,1-4-4V160a12,12,0,0,0-12-12H112a12,12,0,0,0-12,12v48a4,4,0,0,1-4,4H48a4,4,0,0,1-4-4V115.54a4.09,4.09,0,0,1,1.36-3L125.3,37.05a4,4,0,0,1,5.33,0l80.06,75.58a4,4,0,0,1,1.31,3Z\" }))\n      ]\n    ]);\n    const House = React.forwardRef((props, ref) => /* @__PURE__ */ React.createElement(\"g\", { ref, ...props }, weights.get(props.weight)));\n    House.displayName = \"House\";\n    Component = House;\n  }\n  return Component;\n};\nconst __FramerMetadata__ = {\n  exports: {\n    default: {\n      type: \"reactComponent\",\n      slots: [],\n      annotations: { framerContractVersion: \"1\" }\n    },\n    __FramerMetadata__: { type: \"variable\" }\n  }\n};\nexport {\n  __FramerMetadata__,\n  House_default as default\n};\n", "import{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion}from\"framer-motion\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HouseFactory from\"https://framer.com/m/phosphor-icons/House.js@0.0.53\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";const iconKeys=[\"AddressBook\",\"AirTrafficControl\",\"Airplane\",\"AirplaneInFlight\",\"AirplaneLanding\",\"AirplaneTakeoff\",\"AirplaneTilt\",\"Airplay\",\"Alarm\",\"Alien\",\"AlignBottom\",\"AlignBottomSimple\",\"AlignCenterVertical\",\"AlignLeft\",\"AlignLeftSimple\",\"AlignRight\",\"AlignRightSimple\",\"AlignTop\",\"AlignTopSimple\",\"AmazonLogo\",\"Anchor\",\"AnchorSimple\",\"AndroidLogo\",\"AngularLogo\",\"Aperture\",\"AppStoreLogo\",\"AppWindow\",\"AppleLogo\",\"ApplePodcastsLogo\",\"Archive\",\"ArchiveBox\",\"ArchiveTray\",\"Armchair\",\"ArrowArcLeft\",\"ArrowArcRight\",\"ArrowBendDownLeft\",\"ArrowBendDownRight\",\"ArrowBendLeftDown\",\"ArrowBendLeftUp\",\"ArrowBendRightDown\",\"ArrowBendRightUp\",\"ArrowBendUpLeft\",\"ArrowBendUpRight\",\"ArrowCircleDown\",\"ArrowCircleDownLeft\",\"ArrowCircleDownRight\",\"ArrowCircleLeft\",\"ArrowCircleRight\",\"ArrowCircleUp\",\"ArrowCircleUpLeft\",\"ArrowCircleUpRight\",\"ArrowClockwise\",\"ArrowDown\",\"ArrowDownLeft\",\"ArrowDownRight\",\"ArrowElbowDownLeft\",\"ArrowElbowDownRight\",\"ArrowElbowLeft\",\"ArrowElbowLeftDown\",\"ArrowElbowLeftUp\",\"ArrowElbowRight\",\"ArrowElbowRightDown\",\"ArrowElbowRightUp\",\"ArrowElbowUpLeft\",\"ArrowElbowUpRight\",\"ArrowFatDown\",\"ArrowFatLeft\",\"ArrowFatLineDown\",\"ArrowFatLineLeft\",\"ArrowFatLineRight\",\"ArrowFatLineUp\",\"ArrowFatLinesDown\",\"ArrowFatLinesLeft\",\"ArrowFatLinesRight\",\"ArrowFatLinesUp\",\"ArrowFatRight\",\"ArrowFatUp\",\"ArrowLeft\",\"ArrowLineDown\",\"ArrowLineDownLeft\",\"ArrowLineDownRight\",\"ArrowLineLeft\",\"ArrowLineRight\",\"ArrowLineUp\",\"ArrowLineUpLeft\",\"ArrowLineUpRight\",\"ArrowRight\",\"ArrowSquareDown\",\"ArrowSquareDownLeft\",\"ArrowSquareDownRight\",\"ArrowSquareIn\",\"ArrowSquareLeft\",\"ArrowSquareOut\",\"ArrowSquareRight\",\"ArrowSquareUp\",\"ArrowSquareUpLeft\",\"ArrowSquareUpRight\",\"ArrowUDownLeft\",\"ArrowUDownRight\",\"ArrowULeftDown\",\"ArrowULeftUp\",\"ArrowURightDown\",\"ArrowURightUp\",\"ArrowUUpLeft\",\"ArrowUUpRight\",\"ArrowUp\",\"ArrowUpLeft\",\"ArrowUpRight\",\"ArrowsClockwise\",\"ArrowsDownUp\",\"ArrowsHorizontal\",\"ArrowsIn\",\"ArrowsInCardinal\",\"ArrowsInLineVertical\",\"ArrowsInSimple\",\"ArrowsLeftRight\",\"ArrowsMerge\",\"ArrowsOut\",\"ArrowsOutCardinal\",\"ArrowsOutSimple\",\"ArrowsSplit\",\"ArrowsVertical\",\"Article\",\"ArticleMedium\",\"ArticleNyTimes\",\"Asterisk\",\"AsteriskSimple\",\"At\",\"Atom\",\"Baby\",\"Backpack\",\"Backspace\",\"Bag\",\"BagSimple\",\"Balloon\",\"Bandaids\",\"Bank\",\"Barbell\",\"Barcode\",\"Barricade\",\"Baseball\",\"BaseballCap\",\"Basket\",\"Basketball\",\"Bathtub\",\"BatteryCharging\",\"BatteryEmpty\",\"BatteryFull\",\"BatteryHigh\",\"BatteryLow\",\"BatteryMedium\",\"BatteryPlus\",\"BatteryPlusVertical\",\"BatteryVerticalEmpty\",\"BatteryVerticalFull\",\"BatteryVerticalHigh\",\"BatteryVerticalLow\",\"BatteryWarning\",\"Bed\",\"BeerBottle\",\"BeerStein\",\"BehanceLogo\",\"Bell\",\"BellRinging\",\"BellSimple\",\"BellSimpleRinging\",\"BellSimpleSlash\",\"BellSimpleZ\",\"BellSlash\",\"BellZ\",\"BezierCurve\",\"Bicycle\",\"Binoculars\",\"Bird\",\"Bluetooth\",\"BluetoothConnected\",\"BluetoothSlash\",\"BluetoothX\",\"Boat\",\"Bone\",\"Book\",\"BookBookmark\",\"BookOpen\",\"BookOpenText\",\"Bookmark\",\"BookmarkSimple\",\"Bookmarks\",\"BookmarksSimple\",\"Books\",\"Boot\",\"BoundingBox\",\"BowlFood\",\"BracketsAngle\",\"BracketsCurly\",\"BracketsRound\",\"BracketsSquare\",\"Brain\",\"Brandy\",\"Bridge\",\"Briefcase\",\"BriefcaseMetal\",\"Broadcast\",\"Broom\",\"Browser\",\"Browsers\",\"Bug\",\"BugBeetle\",\"BugDroid\",\"Buildings\",\"Bus\",\"Butterfly\",\"Cactus\",\"Cake\",\"Calculator\",\"Calendar\",\"CalendarBlank\",\"CalendarCheck\",\"CalendarPlus\",\"CalendarX\",\"CallBell\",\"Camera\",\"CameraPlus\",\"CameraRotate\",\"CameraSlash\",\"Campfire\",\"Car\",\"CarProfile\",\"CarSimple\",\"Cardholder\",\"Cards\",\"CaretCircleDoubleUp\",\"CaretCircleDown\",\"CaretCircleLeft\",\"CaretCircleRight\",\"CaretCircleUp\",\"CaretCircleUpDown\",\"CaretDoubleDown\",\"CaretDoubleLeft\",\"CaretDoubleRight\",\"CaretDoubleUp\",\"CaretDown\",\"CaretLeft\",\"CaretRight\",\"CaretUp\",\"CaretUpDown\",\"Carrot\",\"CassetteTape\",\"CastleTurret\",\"Cat\",\"CellSignalFull\",\"CellSignalHigh\",\"CellSignalLow\",\"CellSignalMedium\",\"CellSignalNone\",\"CellSignalSlash\",\"CellSignalX\",\"Certificate\",\"Chair\",\"Chalkboard\",\"ChalkboardSimple\",\"ChalkboardTeacher\",\"Champagne\",\"ChargingStation\",\"ChartBar\",\"ChartBarHorizontal\",\"ChartDonut\",\"ChartLine\",\"ChartLineDown\",\"ChartLineUp\",\"ChartPie\",\"ChartPieSlice\",\"ChartPolar\",\"ChartScatter\",\"Chat\",\"ChatCentered\",\"ChatCenteredDots\",\"ChatCenteredText\",\"ChatCircle\",\"ChatCircleDots\",\"ChatCircleText\",\"ChatDots\",\"ChatTeardrop\",\"ChatTeardropDots\",\"ChatTeardropText\",\"ChatText\",\"Chats\",\"ChatsCircle\",\"ChatsTeardrop\",\"Check\",\"CheckCircle\",\"CheckFat\",\"CheckSquare\",\"CheckSquareOffset\",\"Checks\",\"Church\",\"Circle\",\"CircleDashed\",\"CircleHalf\",\"CircleHalfTilt\",\"CircleNotch\",\"CirclesFour\",\"CirclesThree\",\"CirclesThreePlus\",\"Circuitry\",\"Clipboard\",\"ClipboardText\",\"Clock\",\"ClockAfternoon\",\"ClockClockwise\",\"ClockCountdown\",\"ClosedCaptioning\",\"Cloud\",\"CloudArrowDown\",\"CloudArrowUp\",\"CloudCheck\",\"CloudFog\",\"CloudLightning\",\"CloudMoon\",\"CloudRain\",\"CloudSlash\",\"CloudSnow\",\"CloudSun\",\"CloudWarning\",\"CloudX\",\"Club\",\"CoatHanger\",\"CodaLogo\",\"Code\",\"CodeBlock\",\"CodeSimple\",\"CodepenLogo\",\"CodesandboxLogo\",\"Coffee\",\"Coin\",\"CoinVertical\",\"Coins\",\"Columns\",\"Command\",\"Compass\",\"CompassTool\",\"ComputerTower\",\"Confetti\",\"ContactlessPayment\",\"Control\",\"Cookie\",\"CookingPot\",\"Copy\",\"CopySimple\",\"Copyleft\",\"Copyright\",\"CornersIn\",\"CornersOut\",\"Couch\",\"Cpu\",\"CreditCard\",\"Crop\",\"Cross\",\"Crosshair\",\"CrosshairSimple\",\"Crown\",\"CrownSimple\",\"Cube\",\"CubeFocus\",\"CubeTransparent\",\"CurrencyBtc\",\"CurrencyCircleDollar\",\"CurrencyCny\",\"CurrencyDollar\",\"CurrencyDollarSimple\",\"CurrencyEth\",\"CurrencyEur\",\"CurrencyGbp\",\"CurrencyInr\",\"CurrencyJpy\",\"CurrencyKrw\",\"CurrencyKzt\",\"CurrencyNgn\",\"CurrencyRub\",\"Cursor\",\"CursorClick\",\"CursorText\",\"Cylinder\",\"Database\",\"Desktop\",\"DesktopTower\",\"Detective\",\"DevToLogo\",\"DeviceMobile\",\"DeviceMobileCamera\",\"DeviceMobileSpeaker\",\"DeviceTablet\",\"DeviceTabletCamera\",\"DeviceTabletSpeaker\",\"Devices\",\"Diamond\",\"DiamondsFour\",\"DiceFive\",\"DiceFour\",\"DiceOne\",\"DiceSix\",\"DiceThree\",\"DiceTwo\",\"Disc\",\"DiscordLogo\",\"Divide\",\"Dna\",\"Dog\",\"Door\",\"DoorOpen\",\"Dot\",\"DotOutline\",\"DotsNine\",\"DotsSix\",\"DotsSixVertical\",\"DotsThree\",\"DotsThreeCircle\",\"DotsThreeOutline\",\"DotsThreeVertical\",\"Download\",\"DownloadSimple\",\"Dress\",\"DribbbleLogo\",\"Drop\",\"DropHalf\",\"DropHalfBottom\",\"DropboxLogo\",\"Ear\",\"EarSlash\",\"Egg\",\"EggCrack\",\"Eject\",\"EjectSimple\",\"Elevator\",\"Engine\",\"Envelope\",\"EnvelopeOpen\",\"EnvelopeSimple\",\"EnvelopeSimpleOpen\",\"Equalizer\",\"Equals\",\"Eraser\",\"EscalatorDown\",\"EscalatorUp\",\"Exam\",\"Exclude\",\"ExcludeSquare\",\"Export\",\"Eye\",\"EyeClosed\",\"EyeSlash\",\"Eyedropper\",\"EyedropperSample\",\"Eyeglasses\",\"FaceMask\",\"FacebookLogo\",\"Factory\",\"Faders\",\"FadersHorizontal\",\"Fan\",\"FastForward\",\"FastForwardCircle\",\"Feather\",\"FigmaLogo\",\"File\",\"FileArchive\",\"FileArrowDown\",\"FileArrowUp\",\"FileAudio\",\"FileCloud\",\"FileCode\",\"FileCss\",\"FileCsv\",\"FileDashed\",\"FileDoc\",\"FileHtml\",\"FileImage\",\"FileJpg\",\"FileJs\",\"FileJsx\",\"FileLock\",\"FileMagnifyingGlass\",\"FileMinus\",\"FilePdf\",\"FilePlus\",\"FilePng\",\"FilePpt\",\"FileRs\",\"FileSql\",\"FileSvg\",\"FileText\",\"FileTs\",\"FileTsx\",\"FileVideo\",\"FileVue\",\"FileX\",\"FileXls\",\"FileZip\",\"Files\",\"FilmReel\",\"FilmScript\",\"FilmSlate\",\"FilmStrip\",\"Fingerprint\",\"FingerprintSimple\",\"FinnTheHuman\",\"Fire\",\"FireExtinguisher\",\"FireSimple\",\"FirstAid\",\"FirstAidKit\",\"Fish\",\"FishSimple\",\"Flag\",\"FlagBanner\",\"FlagCheckered\",\"FlagPennant\",\"Flame\",\"Flashlight\",\"Flask\",\"FloppyDisk\",\"FloppyDiskBack\",\"FlowArrow\",\"Flower\",\"FlowerLotus\",\"FlowerTulip\",\"FlyingSaucer\",\"Folder\",\"FolderDashed\",\"FolderLock\",\"FolderMinus\",\"FolderNotch\",\"FolderNotchMinus\",\"FolderNotchOpen\",\"FolderNotchPlus\",\"FolderOpen\",\"FolderPlus\",\"FolderSimple\",\"FolderSimpleDashed\",\"FolderSimpleLock\",\"FolderSimpleMinus\",\"FolderSimplePlus\",\"FolderSimpleStar\",\"FolderSimpleUser\",\"FolderStar\",\"FolderUser\",\"Folders\",\"Football\",\"Footprints\",\"ForkKnife\",\"FrameCorners\",\"FramerLogo\",\"Function\",\"Funnel\",\"FunnelSimple\",\"GameController\",\"Garage\",\"GasCan\",\"GasPump\",\"Gauge\",\"Gavel\",\"Gear\",\"GearFine\",\"GearSix\",\"GenderFemale\",\"GenderIntersex\",\"GenderMale\",\"GenderNeuter\",\"GenderNonbinary\",\"GenderTransgender\",\"Ghost\",\"Gif\",\"Gift\",\"GitBranch\",\"GitCommit\",\"GitDiff\",\"GitFork\",\"GitMerge\",\"GitPullRequest\",\"GithubLogo\",\"GitlabLogo\",\"GitlabLogoSimple\",\"Globe\",\"GlobeHemisphereEast\",\"GlobeHemisphereWest\",\"GlobeSimple\",\"GlobeStand\",\"Goggles\",\"GoodreadsLogo\",\"GoogleCardboardLogo\",\"GoogleChromeLogo\",\"GoogleDriveLogo\",\"GoogleLogo\",\"GooglePhotosLogo\",\"GooglePlayLogo\",\"GooglePodcastsLogo\",\"Gradient\",\"GraduationCap\",\"Grains\",\"GrainsSlash\",\"Graph\",\"GridFour\",\"GridNine\",\"Guitar\",\"Hamburger\",\"Hammer\",\"Hand\",\"HandCoins\",\"HandEye\",\"HandFist\",\"HandGrabbing\",\"HandHeart\",\"HandPalm\",\"HandPointing\",\"HandSoap\",\"HandSwipeLeft\",\"HandSwipeRight\",\"HandTap\",\"HandWaving\",\"Handbag\",\"HandbagSimple\",\"HandsClapping\",\"HandsPraying\",\"Handshake\",\"HardDrive\",\"HardDrives\",\"Hash\",\"HashStraight\",\"Headlights\",\"Headphones\",\"Headset\",\"Heart\",\"HeartBreak\",\"HeartHalf\",\"HeartStraight\",\"HeartStraightBreak\",\"Heartbeat\",\"Hexagon\",\"HighHeel\",\"HighlighterCircle\",\"Hoodie\",\"Horse\",\"Hourglass\",\"HourglassHigh\",\"HourglassLow\",\"HourglassMedium\",\"HourglassSimple\",\"HourglassSimpleHigh\",\"HourglassSimpleLow\",\"House\",\"HouseLine\",\"HouseSimple\",\"IceCream\",\"IdentificationBadge\",\"IdentificationCard\",\"Image\",\"ImageSquare\",\"Images\",\"ImagesSquare\",\"Infinity\",\"Info\",\"InstagramLogo\",\"Intersect\",\"IntersectSquare\",\"IntersectThree\",\"Jeep\",\"Kanban\",\"Key\",\"KeyReturn\",\"Keyboard\",\"Keyhole\",\"Knife\",\"Ladder\",\"LadderSimple\",\"Lamp\",\"Laptop\",\"Layout\",\"Leaf\",\"Lifebuoy\",\"Lightbulb\",\"LightbulbFilament\",\"Lighthouse\",\"Lightning\",\"LightningA\",\"LightningSlash\",\"LineSegment\",\"LineSegments\",\"Link\",\"LinkBreak\",\"LinkSimple\",\"LinkSimpleBreak\",\"LinkSimpleHorizontal\",\"LinkedinLogo\",\"LinuxLogo\",\"List\",\"ListBullets\",\"ListChecks\",\"ListDashes\",\"ListMagnifyingGlass\",\"ListNumbers\",\"ListPlus\",\"Lock\",\"LockKey\",\"LockKeyOpen\",\"LockLaminated\",\"LockLaminatedOpen\",\"LockOpen\",\"LockSimple\",\"LockSimpleOpen\",\"Lockers\",\"MagicWand\",\"Magnet\",\"MagnetStraight\",\"MagnifyingGlass\",\"MagnifyingGlassMinus\",\"MagnifyingGlassPlus\",\"MapPin\",\"MapPinLine\",\"MapTrifold\",\"MarkerCircle\",\"Martini\",\"MaskHappy\",\"MaskSad\",\"MathOperations\",\"Medal\",\"MedalMilitary\",\"MediumLogo\",\"Megaphone\",\"MegaphoneSimple\",\"MessengerLogo\",\"MetaLogo\",\"Metronome\",\"Microphone\",\"MicrophoneSlash\",\"MicrophoneStage\",\"MicrosoftExcelLogo\",\"MicrosoftOutlookLogo\",\"MicrosoftTeamsLogo\",\"MicrosoftWordLogo\",\"Minus\",\"MinusCircle\",\"MinusSquare\",\"Money\",\"Monitor\",\"MonitorPlay\",\"Moon\",\"MoonStars\",\"Moped\",\"MopedFront\",\"Mosque\",\"Motorcycle\",\"Mountains\",\"Mouse\",\"MouseSimple\",\"MusicNote\",\"MusicNoteSimple\",\"MusicNotes\",\"MusicNotesPlus\",\"MusicNotesSimple\",\"NavigationArrow\",\"Needle\",\"Newspaper\",\"NewspaperClipping\",\"Notches\",\"Note\",\"NoteBlank\",\"NotePencil\",\"Notebook\",\"Notepad\",\"Notification\",\"NotionLogo\",\"NumberCircleEight\",\"NumberCircleFive\",\"NumberCircleFour\",\"NumberCircleNine\",\"NumberCircleOne\",\"NumberCircleSeven\",\"NumberCircleSix\",\"NumberCircleThree\",\"NumberCircleTwo\",\"NumberCircleZero\",\"NumberEight\",\"NumberFive\",\"NumberFour\",\"NumberNine\",\"NumberOne\",\"NumberSeven\",\"NumberSix\",\"NumberSquareEight\",\"NumberSquareFive\",\"NumberSquareFour\",\"NumberSquareNine\",\"NumberSquareOne\",\"NumberSquareSeven\",\"NumberSquareSix\",\"NumberSquareThree\",\"NumberSquareTwo\",\"NumberSquareZero\",\"NumberThree\",\"NumberTwo\",\"NumberZero\",\"Nut\",\"NyTimesLogo\",\"Octagon\",\"OfficeChair\",\"Option\",\"OrangeSlice\",\"Package\",\"PaintBrush\",\"PaintBrushBroad\",\"PaintBrushHousehold\",\"PaintBucket\",\"PaintRoller\",\"Palette\",\"Pants\",\"PaperPlane\",\"PaperPlaneRight\",\"PaperPlaneTilt\",\"Paperclip\",\"PaperclipHorizontal\",\"Parachute\",\"Paragraph\",\"Parallelogram\",\"Park\",\"Password\",\"Path\",\"PatreonLogo\",\"Pause\",\"PauseCircle\",\"PawPrint\",\"PaypalLogo\",\"Peace\",\"Pen\",\"PenNib\",\"PenNibStraight\",\"Pencil\",\"PencilCircle\",\"PencilLine\",\"PencilSimple\",\"PencilSimpleLine\",\"PencilSimpleSlash\",\"PencilSlash\",\"Pentagram\",\"Pepper\",\"Percent\",\"Person\",\"PersonArmsSpread\",\"PersonSimple\",\"PersonSimpleBike\",\"PersonSimpleRun\",\"PersonSimpleThrow\",\"PersonSimpleWalk\",\"Perspective\",\"Phone\",\"PhoneCall\",\"PhoneDisconnect\",\"PhoneIncoming\",\"PhoneOutgoing\",\"PhonePlus\",\"PhoneSlash\",\"PhoneX\",\"PhosphorLogo\",\"Pi\",\"PianoKeys\",\"PictureInPicture\",\"PiggyBank\",\"Pill\",\"PinterestLogo\",\"Pinwheel\",\"Pizza\",\"Placeholder\",\"Planet\",\"Plant\",\"Play\",\"PlayCircle\",\"PlayPause\",\"Playlist\",\"Plug\",\"PlugCharging\",\"Plugs\",\"PlugsConnected\",\"Plus\",\"PlusCircle\",\"PlusMinus\",\"PlusSquare\",\"PokerChip\",\"PoliceCar\",\"Polygon\",\"Popcorn\",\"PottedPlant\",\"Power\",\"Prescription\",\"Presentation\",\"PresentationChart\",\"Printer\",\"Prohibit\",\"ProhibitInset\",\"ProjectorScreen\",\"ProjectorScreenChart\",\"Pulse\",\"PushPin\",\"PushPinSimple\",\"PushPinSimpleSlash\",\"PushPinSlash\",\"PuzzlePiece\",\"QrCode\",\"Question\",\"Queue\",\"Quotes\",\"Radical\",\"Radio\",\"RadioButton\",\"Radioactive\",\"Rainbow\",\"RainbowCloud\",\"ReadCvLogo\",\"Receipt\",\"ReceiptX\",\"Record\",\"Rectangle\",\"Recycle\",\"RedditLogo\",\"Repeat\",\"RepeatOnce\",\"Rewind\",\"RewindCircle\",\"RoadHorizon\",\"Robot\",\"Rocket\",\"RocketLaunch\",\"Rows\",\"Rss\",\"RssSimple\",\"Rug\",\"Ruler\",\"Scales\",\"Scan\",\"Scissors\",\"Scooter\",\"Screencast\",\"ScribbleLoop\",\"Scroll\",\"Seal\",\"SealCheck\",\"SealQuestion\",\"SealWarning\",\"Selection\",\"SelectionAll\",\"SelectionBackground\",\"SelectionForeground\",\"SelectionInverse\",\"SelectionPlus\",\"SelectionSlash\",\"Shapes\",\"Share\",\"ShareFat\",\"ShareNetwork\",\"Shield\",\"ShieldCheck\",\"ShieldCheckered\",\"ShieldChevron\",\"ShieldPlus\",\"ShieldSlash\",\"ShieldStar\",\"ShieldWarning\",\"ShirtFolded\",\"ShootingStar\",\"ShoppingBag\",\"ShoppingBagOpen\",\"ShoppingCart\",\"ShoppingCartSimple\",\"Shower\",\"Shrimp\",\"Shuffle\",\"ShuffleAngular\",\"ShuffleSimple\",\"Sidebar\",\"SidebarSimple\",\"Sigma\",\"SignIn\",\"SignOut\",\"Signature\",\"Signpost\",\"SimCard\",\"Siren\",\"SketchLogo\",\"SkipBack\",\"SkipBackCircle\",\"SkipForward\",\"SkipForwardCircle\",\"Skull\",\"SlackLogo\",\"Sliders\",\"SlidersHorizontal\",\"Slideshow\",\"Smiley\",\"SmileyAngry\",\"SmileyBlank\",\"SmileyMeh\",\"SmileyNervous\",\"SmileySad\",\"SmileySticker\",\"SmileyWink\",\"SmileyXEyes\",\"SnapchatLogo\",\"Sneaker\",\"SneakerMove\",\"Snowflake\",\"SoccerBall\",\"SortAscending\",\"SortDescending\",\"SoundcloudLogo\",\"Spade\",\"Sparkle\",\"SpeakerHifi\",\"SpeakerHigh\",\"SpeakerLow\",\"SpeakerNone\",\"SpeakerSimpleHigh\",\"SpeakerSimpleLow\",\"SpeakerSimpleNone\",\"SpeakerSimpleSlash\",\"SpeakerSimpleX\",\"SpeakerSlash\",\"SpeakerX\",\"Spinner\",\"SpinnerGap\",\"Spiral\",\"SplitHorizontal\",\"SplitVertical\",\"SpotifyLogo\",\"Square\",\"SquareHalf\",\"SquareHalfBottom\",\"SquareLogo\",\"SquareSplitVertical\",\"SquaresFour\",\"Stack\",\"StackOverflowLogo\",\"StackSimple\",\"Stairs\",\"Stamp\",\"Star\",\"StarAndCrescent\",\"StarFour\",\"StarHalf\",\"StarOfDavid\",\"SteeringWheel\",\"Steps\",\"Stethoscope\",\"Sticker\",\"Stool\",\"Stop\",\"StopCircle\",\"Storefront\",\"Strategy\",\"StripeLogo\",\"Student\",\"Subtitles\",\"Subtract\",\"SubtractSquare\",\"Suitcase\",\"SuitcaseRolling\",\"SuitcaseSimple\",\"Sun\",\"SunDim\",\"SunHorizon\",\"Sunglasses\",\"Swap\",\"Swatches\",\"SwimmingPool\",\"Sword\",\"Synagogue\",\"Syringe\",\"TShirt\",\"Table\",\"Tabs\",\"Tag\",\"TagChevron\",\"TagSimple\",\"Target\",\"Taxi\",\"TelegramLogo\",\"Television\",\"TelevisionSimple\",\"TennisBall\",\"Tent\",\"Terminal\",\"TerminalWindow\",\"TestTube\",\"TextAUnderline\",\"TextAa\",\"TextAlignCenter\",\"TextAlignJustify\",\"TextAlignLeft\",\"TextAlignRight\",\"TextB\",\"TextColumns\",\"TextH\",\"TextHFive\",\"TextHFour\",\"TextHOne\",\"TextHSix\",\"TextHThree\",\"TextHTwo\",\"TextIndent\",\"TextItalic\",\"TextOutdent\",\"TextStrikethrough\",\"TextT\",\"TextUnderline\",\"Textbox\",\"Thermometer\",\"ThermometerCold\",\"ThermometerHot\",\"ThermometerSimple\",\"ThumbsDown\",\"ThumbsUp\",\"Ticket\",\"TidalLogo\",\"TiktokLogo\",\"Timer\",\"Tipi\",\"ToggleLeft\",\"ToggleRight\",\"Toilet\",\"ToiletPaper\",\"Toolbox\",\"Tooth\",\"Tote\",\"ToteSimple\",\"Trademark\",\"TrademarkRegistered\",\"TrafficCone\",\"TrafficSign\",\"TrafficSignal\",\"Train\",\"TrainRegional\",\"TrainSimple\",\"Tram\",\"Translate\",\"Trash\",\"TrashSimple\",\"Tray\",\"Tree\",\"TreeEvergreen\",\"TreePalm\",\"TreeStructure\",\"TrendDown\",\"TrendUp\",\"Triangle\",\"Trophy\",\"Truck\",\"TwitchLogo\",\"TwitterLogo\",\"Umbrella\",\"UmbrellaSimple\",\"Unite\",\"UniteSquare\",\"Upload\",\"UploadSimple\",\"Usb\",\"User\",\"UserCircle\",\"UserCircleGear\",\"UserCircleMinus\",\"UserCirclePlus\",\"UserFocus\",\"UserGear\",\"UserList\",\"UserMinus\",\"UserPlus\",\"UserRectangle\",\"UserSquare\",\"UserSwitch\",\"Users\",\"UsersFour\",\"UsersThree\",\"Van\",\"Vault\",\"Vibrate\",\"Video\",\"VideoCamera\",\"VideoCameraSlash\",\"Vignette\",\"VinylRecord\",\"VirtualReality\",\"Virus\",\"Voicemail\",\"Volleyball\",\"Wall\",\"Wallet\",\"Warehouse\",\"Warning\",\"WarningCircle\",\"WarningDiamond\",\"WarningOctagon\",\"Watch\",\"WaveSawtooth\",\"WaveSine\",\"WaveSquare\",\"WaveTriangle\",\"Waveform\",\"Waves\",\"Webcam\",\"WebcamSlash\",\"WebhooksLogo\",\"WechatLogo\",\"WhatsappLogo\",\"Wheelchair\",\"WheelchairMotion\",\"WifiHigh\",\"WifiLow\",\"WifiMedium\",\"WifiNone\",\"WifiSlash\",\"WifiX\",\"Wind\",\"WindowsLogo\",\"Wine\",\"Wrench\",\"X\",\"XCircle\",\"XSquare\",\"YinYang\",\"YoutubeLogo\",];const moduleBaseUrl=\"https://framer.com/m/phosphor-icons/\";const weightOptions=[\"thin\",\"light\",\"regular\",\"bold\",\"fill\",\"duotone\",];const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * PHOSPHOR\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,weight,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);const[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HouseFactory(React):null);async function importModule(){// Get the selected module\ntry{const version=\"0.0.53\";const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@${version}`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch(err){if(isMounted.current)setSelectedIcon(null);}}useEffect(()=>{isMounted.current=true;importModule();return()=>{isMounted.current=false;};},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(motion.div,{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 256 256\",style:{userSelect:\"none\",width:\"100%\",height:\"100%\",display:\"inline-block\",fill:color,color,flexShrink:0,transform:mirrored?\"scale(-1, 1)\":undefined},focusable:\"false\",color:color,children:/*#__PURE__*/ _jsx(SelectedIcon,{color:color,weight:weight})}):emptyState});}Icon.displayName=\"Phosphor\";Icon.defaultProps={width:24,height:24,iconSelection:\"House\",iconSearch:\"House\",color:\"#66F\",selectByList:true,weight:\"regular\",mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Phosphor site](https://phosphoricons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},weight:{type:ControlType.Enum,title:\"Weight\",optionTitles:weightOptions.map(piece=>piece.charAt(0).toUpperCase()+piece.slice(1)),options:weightOptions,defaultValue:Icon.defaultProps.weight},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicWidth\":\"24\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Phosphor.map", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([]);export const fonts=[];export const css=[\".framer-sZfbn .framer-styles-preset-fsrzda:not(.rich-text-wrapper), .framer-sZfbn .framer-styles-preset-fsrzda.rich-text-wrapper a { --framer-link-hover-text-color: #444; --framer-link-hover-text-decoration: underline; --framer-link-text-color: #111111; --framer-link-text-decoration: none; }\"];export const className=\"framer-sZfbn\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([]);export const fonts=[];export const css=[\".framer-6OY7X .framer-styles-preset-1wicq5s:not(.rich-text-wrapper), .framer-6OY7X .framer-styles-preset-1wicq5s.rich-text-wrapper a { --framer-link-text-color: #999999; --framer-link-text-decoration: none; --framer-link-hover-text-decoration: underline; --framer-link-current-text-color: #111; }\"];export const className=\"framer-6OY7X\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (d31cd55)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Copyright from\"https://framerusercontent.com/modules/LzvncqykVGuFQ6qHkVfd/cbzzT8FClUHQpOEaaFpB/Copyright.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/xAqQJJMKulaAU8gK10ZA/Phosphor.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/k0mSSbtAGB0iGjhHjSLW/w4kU83SnGyZN70tpsDp1/AS4PcgcTr.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/onrPyZWzcRkcHs5ykIyw/MjsBI2XC2YnLMeOznoKc/ro7OPezbn.js\";const PhosphorFonts=getFonts(Phosphor);const CopyrightFonts=getFonts(Copyright);const cycleOrder=[\"gCa23Nivx\",\"tG_fGzFB_\",\"yc_YvqxQe\"];const serializationHash=\"framer-zIhhh\";const variantClassNames={gCa23Nivx:\"framer-v-15ewvkl\",tG_fGzFB_:\"framer-v-n0mefk\",yc_YvqxQe:\"framer-v-97u08y\"};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 transition2={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation={opacity:.7,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2};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={Desktop:\"gCa23Nivx\",Phone:\"yc_YvqxQe\",Tablet:\"tG_fGzFB_\"};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:\"gCa23Nivx\"};};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:\"gCa23Nivx\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.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.footer,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-15ewvkl\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"gCa23Nivx\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0.75)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"rgb(255, 255, 255)\",...style},...addPropertyOverrides({tG_fGzFB_:{\"data-framer-name\":\"Tablet\"},yc_YvqxQe:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-j31qnm\",\"data-framer-name\":\"Horizontal\",layoutDependency:layoutDependency,layoutId:\"RzRMlNOmV\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14hrwz6\",\"data-framer-name\":\"Vertical\",layoutDependency:layoutDependency,layoutId:\"vxyXkAxcT\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\"},children:\"SRV Partners, LLC\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\"},children:\"50 Tice Blvd, Suite 340\\xa0\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\"},children:\"Woodcliff Lake, NJ 07677\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":g0cDNTzQm\",webPageId:\"VNzAryVgm\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fsrzda\",\"data-styles-preset\":\"AS4PcgcTr\",children:\"http://www.srv-partners.com\"})})})]}),className:\"framer-6f74so\",fonts:[\"CUSTOM;Cera Pro Light\"],layoutDependency:layoutDependency,layoutId:\"lTdBCBefu\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:\"https://collateral.srv-partners.com/SRV-Partners-Brochure-(2024-09).pdf\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1xarx8r framer-w3ajac\",layoutDependency:layoutDependency,layoutId:\"MM44gzzNq\",style:{backgroundColor:\"rgb(85, 65, 85)\"},whileHover:animation,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Download Our Brochure\"})}),className:\"framer-11br319\",fonts:[\"CUSTOM;Cera Pro Light\"],layoutDependency:layoutDependency,layoutId:\"uHiaxCmTt\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ujvd6\",\"data-framer-name\":\"Vertical\",layoutDependency:layoutDependency,layoutId:\"SyLmowJ3u\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\"},children:\"t: 201-614-5500\"})}),className:\"framer-1kxuiag\",fonts:[\"CUSTOM;Cera Pro Light\"],layoutDependency:layoutDependency,layoutId:\"FRrgxVOrB\",style:{\"--framer-link-hover-text-color\":\"rgba(153, 153, 153, 0.6)\",\"--framer-link-text-decoration\":\"none\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\"},children:\"f: 201-690-9454\"})}),className:\"framer-soyvkf\",fonts:[\"CUSTOM;Cera Pro Light\"],layoutDependency:layoutDependency,layoutId:\"brd65pKYV\",style:{\"--framer-link-hover-text-color\":\"rgba(153, 153, 153, 0.6)\",\"--framer-link-text-decoration\":\"none\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1x6ukqg\",\"data-framer-name\":\"Vertical\",layoutDependency:layoutDependency,layoutId:\"FsjN7eTnl\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-zyk19s\",layoutDependency:layoutDependency,layoutId:\"MuM7OJP4Y\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"FjpbFA5eR\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fsrzda\",\"data-styles-preset\":\"AS4PcgcTr\",children:\"Privacy\"})})})}),className:\"framer-1agl90b\",fonts:[\"CUSTOM;Cera Pro Light\"],layoutDependency:layoutDependency,layoutId:\"H7OjDvIuM\",verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rs99l1\",\"data-border\":true,\"data-framer-name\":\"Copyright\",layoutDependency:layoutDependency,layoutId:\"LderjeNhH\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(255, 255, 255, 0.2)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/srv-partners/\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-17waiw9 framer-w3ajac\",layoutDependency:layoutDependency,layoutId:\"nfQiWjUDw\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hzqx4r-container\",layoutDependency:layoutDependency,layoutId:\"vzRBW6m22-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(0, 0, 0)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"LinkedinLogo\",id:\"vzRBW6m22\",layoutId:\"vzRBW6m22\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vfe02d-container\",layoutDependency:layoutDependency,layoutId:\"izklNwCrn-container\",children:/*#__PURE__*/_jsx(Copyright,{color:\"rgb(0, 0, 0)\",font:{fontFamily:'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',fontSize:\"16px\",letterSpacing:\"0px\",lineHeight:\"1.2em\"},gap:4,hasString:true,height:\"100%\",id:\"izklNwCrn\",layoutId:\"izklNwCrn\",startYear:2018,text:\"SRV Partners, LLC\",togglePosition:\"R\",width:\"100%\",yearOption:\"single\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", serif',\"--framer-text-alignment\":\"center\"},children:[\"Site By: \",/*#__PURE__*/_jsx(Link,{href:\"veinlosangeles.com\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Vein Creative\"})}),\" \"]})}),className:\"framer-af6fhr\",fonts:[\"CUSTOM;Cera Pro Light\"],layoutDependency:layoutDependency,layoutId:\"QWXYN39p2\",verticalAlignment:\"top\",withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-zIhhh.framer-w3ajac, .framer-zIhhh .framer-w3ajac { display: block; }\",\".framer-zIhhh.framer-15ewvkl { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: visible; padding: 60px 40px 30px 60px; position: relative; width: 1200px; }\",\".framer-zIhhh .framer-j31qnm { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1000px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zIhhh .framer-14hrwz6 { 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: flex-start; overflow: visible; padding: 0px; position: relative; width: 300px; }\",\".framer-zIhhh .framer-6f74so, .framer-zIhhh .framer-1kxuiag, .framer-zIhhh .framer-soyvkf, .framer-zIhhh .framer-1agl90b { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-zIhhh .framer-1xarx8r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 10px 20px 10px 20px; position: relative; text-decoration: none; width: min-content; }\",\".framer-zIhhh .framer-11br319, .framer-zIhhh .framer-af6fhr { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-zIhhh .framer-ujvd6 { 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: 440px; }\",\".framer-zIhhh .framer-1x6ukqg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 158px; }\",\".framer-zIhhh .framer-zyk19s { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-zIhhh .framer-rs99l1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1000px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zIhhh .framer-17waiw9 { flex: none; height: 28px; overflow: visible; position: relative; text-decoration: none; width: 50px; }\",\".framer-zIhhh .framer-1hzqx4r-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-zIhhh .framer-1vfe02d-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zIhhh.framer-15ewvkl, .framer-zIhhh .framer-14hrwz6, .framer-zIhhh .framer-1xarx8r, .framer-zIhhh .framer-ujvd6, .framer-zIhhh .framer-1x6ukqg, .framer-zIhhh .framer-zyk19s { gap: 0px; } .framer-zIhhh.framer-15ewvkl > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-zIhhh.framer-15ewvkl > :first-child, .framer-zIhhh .framer-14hrwz6 > :first-child, .framer-zIhhh .framer-ujvd6 > :first-child, .framer-zIhhh .framer-zyk19s > :first-child { margin-top: 0px; } .framer-zIhhh.framer-15ewvkl > :last-child, .framer-zIhhh .framer-14hrwz6 > :last-child, .framer-zIhhh .framer-ujvd6 > :last-child, .framer-zIhhh .framer-zyk19s > :last-child { margin-bottom: 0px; } .framer-zIhhh .framer-14hrwz6 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-zIhhh .framer-1xarx8r > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-zIhhh .framer-1xarx8r > :first-child, .framer-zIhhh .framer-1x6ukqg > :first-child { margin-left: 0px; } .framer-zIhhh .framer-1xarx8r > :last-child, .framer-zIhhh .framer-1x6ukqg > :last-child { margin-right: 0px; } .framer-zIhhh .framer-ujvd6 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-zIhhh .framer-1x6ukqg > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-zIhhh .framer-zyk19s > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-zIhhh.framer-v-n0mefk.framer-15ewvkl { width: 810px; }\",\".framer-zIhhh.framer-v-n0mefk .framer-j31qnm { gap: 142px; justify-content: center; }\",\".framer-zIhhh.framer-v-n0mefk .framer-14hrwz6, .framer-zIhhh.framer-v-n0mefk .framer-ujvd6, .framer-zIhhh.framer-v-n0mefk .framer-1x6ukqg { flex: 1 0 0px; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zIhhh.framer-v-n0mefk .framer-j31qnm { gap: 0px; } .framer-zIhhh.framer-v-n0mefk .framer-j31qnm > * { margin: 0px; margin-left: calc(142px / 2); margin-right: calc(142px / 2); } .framer-zIhhh.framer-v-n0mefk .framer-j31qnm > :first-child { margin-left: 0px; } .framer-zIhhh.framer-v-n0mefk .framer-j31qnm > :last-child { margin-right: 0px; } }\",\".framer-zIhhh.framer-v-97u08y.framer-15ewvkl { padding: 60px 40px 30px 40px; width: 390px; }\",\".framer-zIhhh.framer-v-97u08y .framer-j31qnm { flex-direction: column; gap: 40px; justify-content: flex-start; }\",\".framer-zIhhh.framer-v-97u08y .framer-14hrwz6, .framer-zIhhh.framer-v-97u08y .framer-ujvd6, .framer-zIhhh.framer-v-97u08y .framer-1x6ukqg { width: 100%; }\",\".framer-zIhhh.framer-v-97u08y .framer-rs99l1 { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 13px; justify-content: center; }\",\".framer-zIhhh.framer-v-97u08y .framer-1hzqx4r-container { right: unset; width: 25px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zIhhh.framer-v-97u08y .framer-j31qnm, .framer-zIhhh.framer-v-97u08y .framer-rs99l1 { gap: 0px; } .framer-zIhhh.framer-v-97u08y .framer-j31qnm > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-zIhhh.framer-v-97u08y .framer-j31qnm > :first-child, .framer-zIhhh.framer-v-97u08y .framer-rs99l1 > :first-child { margin-top: 0px; } .framer-zIhhh.framer-v-97u08y .framer-j31qnm > :last-child, .framer-zIhhh.framer-v-97u08y .framer-rs99l1 > :last-child { margin-bottom: 0px; } .framer-zIhhh.framer-v-97u08y .framer-rs99l1 > * { margin: 0px; margin-bottom: calc(13px / 2); margin-top: calc(13px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-zIhhh[data-border=\"true\"]::after, .framer-zIhhh [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 321\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"tG_fGzFB_\":{\"layout\":[\"fixed\",\"auto\"]},\"yc_YvqxQe\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerT2AHJdc2i=withCSS(Component,css,\"framer-zIhhh\");export default FramerT2AHJdc2i;FramerT2AHJdc2i.displayName=\"Footer Dark\";FramerT2AHJdc2i.defaultProps={height:321,width:1200};addPropertyControls(FramerT2AHJdc2i,{variant:{options:[\"gCa23Nivx\",\"tG_fGzFB_\",\"yc_YvqxQe\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerT2AHJdc2i,[{explicitInter:true,fonts:[{family:\"Cera Pro Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/G60SfHT4VV3IvZ1xglvsWutCYo.ttf\"}]},...PhosphorFonts,...CopyrightFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerT2AHJdc2i\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"321\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"tG_fGzFB_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yc_YvqxQe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./T2AHJdc2i.map", "// Generated by Framer (d31cd55)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"YuF6RQI9d\",\"lhjCqpO1v\",\"QIrDDKOYG\"];const serializationHash=\"framer-atYLc\";const variantClassNames={lhjCqpO1v:\"framer-v-1dxajnx\",QIrDDKOYG:\"framer-v-zbfny2\",YuF6RQI9d:\"framer-v-g4a0al\"};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(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"YuF6RQI9d\",\"Variant 2\":\"lhjCqpO1v\",\"Variant 3\":\"QIrDDKOYG\"};const getProps=({height,id,text,title,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,DuHM4Y6dv:(_ref=title!==null&&title!==void 0?title:props.DuHM4Y6dv)!==null&&_ref!==void 0?_ref:\"We see the big picture.\",ronsdTZtc:(_ref1=text!==null&&text!==void 0?text:props.ronsdTZtc)!==null&&_ref1!==void 0?_ref1:\"We often observe that the lack of a clear path and the absence of coordination among disparate groups of restructuring professionals lead to inefficiencies and higher costs for all stakeholders. We think of our role as akin to that of a captain hired to steer a ship toward a strategic destination. That is why we begin by taking a high-level view, and only then zero in on the important details.\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"YuF6RQI9d\"};};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,DuHM4Y6dv,ronsdTZtc,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"YuF6RQI9d\",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(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-g4a0al\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"YuF6RQI9d\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backdropFilter:\"blur(5px)\",backgroundColor:\"rgba(55, 32, 56, 0.65)\",WebkitBackdropFilter:\"blur(5px)\",...style},...addPropertyOverrides({lhjCqpO1v:{\"data-framer-name\":\"Variant 2\"},QIrDDKOYG:{\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1awlbfd\",layoutDependency:layoutDependency,layoutId:\"iLFGJcCrJ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"We see the big picture.\"})}),className:\"framer-5tfznj\",fonts:[\"CUSTOM;Cera Pro Light\"],layoutDependency:layoutDependency,layoutId:\"PqBUtKrDy\",style:{\"--extracted-a0htzi\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",textShadow:\"3px 3px 2px rgba(0,0,0,0.25)\"},text:DuHM4Y6dv,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({lhjCqpO1v:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"WE TAKE A LONG-TERM VIEW\"})}),text:undefined},QIrDDKOYG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"We see the big picture.\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"In an industry that charges primarily by the hour, the lack of focus on the \u201Cwhy?\u201D leads to inefficiencies that ultimately result in higher costs for all stakeholders.We think of our role as akin to that of a captain hired to steer a ship toward a strategic destination. That is why we begin by taking a high-level view, and only then zero-in on the important details.\"})}),className:\"framer-njscga\",fonts:[\"CUSTOM;Cera Pro Light\"],layoutDependency:layoutDependency,layoutId:\"WoacBJtfl\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",textShadow:\"3px 3px 2px rgba(0,0,0,0.25)\"},text:ronsdTZtc,variants:{QIrDDKOYG:{textShadow:\"3px 3px 2px rgba(0, 0, 0, 0.39)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({lhjCqpO1v:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:[\"Many so-called \u201Cchapter 22\u201D filings result from the \",/*#__PURE__*/_jsx(motion.em,{children:\"apr\\xe8s moi, le d\\xe9luge\"}),\" attitude or kicking the proverbial can down the road. We believe in fixing things for the long term rather than creating a backlog of future distressed engagements with the same company.\"]})}),text:undefined}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-atYLc.framer-13m8vfq, .framer-atYLc .framer-13m8vfq { display: block; }\",\".framer-atYLc.framer-g4a0al { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 15px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-atYLc .framer-1awlbfd { 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 5px 10px 5px; position: relative; width: 475px; }\",\".framer-atYLc .framer-5tfznj, .framer-atYLc .framer-njscga { 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-atYLc.framer-g4a0al, .framer-atYLc .framer-1awlbfd { gap: 0px; } .framer-atYLc.framer-g4a0al > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-atYLc.framer-g4a0al > :first-child, .framer-atYLc .framer-1awlbfd > :first-child { margin-top: 0px; } .framer-atYLc.framer-g4a0al > :last-child, .framer-atYLc .framer-1awlbfd > :last-child { margin-bottom: 0px; } .framer-atYLc .framer-1awlbfd > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",\".framer-atYLc.framer-v-zbfny2.framer-g4a0al { padding: 20px 8px 15px 20px; width: 280px; }\",\".framer-atYLc.framer-v-zbfny2 .framer-1awlbfd { width: 100%; }\",\".framer-atYLc.framer-v-zbfny2 .framer-5tfznj { width: 260px; }\",\".framer-atYLc.framer-v-zbfny2 .framer-njscga { width: 235px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 214\n * @framerIntrinsicWidth 475\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"lhjCqpO1v\":{\"layout\":[\"auto\",\"auto\"]},\"QIrDDKOYG\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"DuHM4Y6dv\":\"title\",\"ronsdTZtc\":\"text\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerzonQADfga=withCSS(Component,css,\"framer-atYLc\");export default FramerzonQADfga;FramerzonQADfga.displayName=\"PhiloGrid\";FramerzonQADfga.defaultProps={height:214,width:475};addPropertyControls(FramerzonQADfga,{variant:{options:[\"YuF6RQI9d\",\"lhjCqpO1v\",\"QIrDDKOYG\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum},DuHM4Y6dv:{defaultValue:\"We see the big picture.\",displayTextArea:false,title:\"Title\",type:ControlType.String},ronsdTZtc:{defaultValue:\"We often observe that the lack of a clear path and the absence of coordination among disparate groups of restructuring professionals lead to inefficiencies and higher costs for all stakeholders. We think of our role as akin to that of a captain hired to steer a ship toward a strategic destination. That is why we begin by taking a high-level view, and only then zero in on the important details.\",displayTextArea:false,title:\"Text\",type:ControlType.String}});addFonts(FramerzonQADfga,[{explicitInter:true,fonts:[{family:\"Cera Pro Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/G60SfHT4VV3IvZ1xglvsWutCYo.ttf\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerzonQADfga\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"214\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"DuHM4Y6dv\\\":\\\"title\\\",\\\"ronsdTZtc\\\":\\\"text\\\"}\",\"framerIntrinsicWidth\":\"475\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"lhjCqpO1v\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"QIrDDKOYG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./zonQADfga.map", "import{fontStore as r}from\"framer\";r.loadWebFontsFromSelectors([]);export const fonts=[];export const css=[\".framer-Sk4af .framer-styles-preset-6lpxp7:not(.rich-text-wrapper), .framer-Sk4af .framer-styles-preset-6lpxp7.rich-text-wrapper a { --framer-link-current-text-color: #ffffff; --framer-link-hover-text-color: #ffffff; --framer-link-hover-text-decoration: none; --framer-link-text-color: #ffffff; --framer-link-text-decoration: none; }\"];export const className=\"framer-Sk4af\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (353ff71)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,useRouter,withCSS,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Mailchimp from\"https://framerusercontent.com/modules/0ZSF8VJcL5AhXebKiUw3/nbsZGufHZBGrLw7CNirb/Mailchimp.js\";import Header from\"#framer/local/canvasComponent/cqemZEbsz/cqemZEbsz.js\";import GridHover from\"#framer/local/canvasComponent/m78FgFfSf/m78FgFfSf.js\";import FooterDark from\"#framer/local/canvasComponent/T2AHJdc2i/T2AHJdc2i.js\";import PhiloGrid from\"#framer/local/canvasComponent/zonQADfga/zonQADfga.js\";import*as sharedStyle from\"#framer/local/css/Hze2VALC0/Hze2VALC0.js\";import*as sharedStyle1 from\"#framer/local/css/RUZk8c0vI/RUZk8c0vI.js\";import metadataProvider from\"#framer/local/webPageMetadata/VNzAryVgm/VNzAryVgm.js\";const HeaderFonts=getFonts(Header);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const GridHoverFonts=getFonts(GridHover);const PhiloGridFonts=getFonts(PhiloGrid);const MailchimpFonts=getFonts(Mailchimp);const FooterDarkFonts=getFonts(FooterDark);const breakpoints={Je6j8FW7j:\"(max-width: 809px)\",Q8lpo1l1D:\"(min-width: 1200px)\",ZTQxd_aL5:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-PbrF9\";const variantClassNames={Je6j8FW7j:\"framer-v-1k7j8vr\",Q8lpo1l1D:\"framer-v-noxb5i\",ZTQxd_aL5:\"framer-v-103wuse\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transition1={delay:.5,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:500,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:500,x:0,y:0};const transition2={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation2={opacity:.7,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"Q8lpo1l1D\",Phone:\"Je6j8FW7j\",Tablet:\"ZTQxd_aL5\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"Q8lpo1l1D\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();const elementId=useRouteElementId(\"g0cDNTzQm\");const ref1=React.useRef(null);const elementId1=useRouteElementId(\"byXtaQ3o2\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"DSv0ibyGq\");const ref3=React.useRef(null);const elementId3=useRouteElementId(\"otOsxbrqE\");const ref4=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"Je6j8FW7j\")return true;return false;};const elementId4=useRouteElementId(\"XPVFDOh2R\");const ref5=React.useRef(null);const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"Je6j8FW7j\")return false;return true;};const elementId5=useRouteElementId(\"GodeY7SYV\");const ref6=React.useRef(null);const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"ZTQxd_aL5\")return true;return false;};const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"ZTQxd_aL5\")return false;return true;};const elementId6=useRouteElementId(\"nTRN4Qyk_\");const ref7=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"Q8lpo1l1D\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-noxb5i\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":g0cDNTzQm\",webPageId:\"VNzAryVgm\"},implicitPathVariables:undefined},{href:{hash:\":g0cDNTzQm\",webPageId:\"VNzAryVgm\"},implicitPathVariables:undefined},{href:{hash:\":g0cDNTzQm\",webPageId:\"VNzAryVgm\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:68,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1pxq96a-container\",nodeId:\"oYwGqmdhM\",scopeId:\"VNzAryVgm\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Je6j8FW7j:{r9SOK8a3v:resolvedLinks[2],style:{width:\"100%\"},variant:\"ebbGdYaUG\"},ZTQxd_aL5:{r9SOK8a3v:resolvedLinks[1],variant:\"hDu0TB2WB\"}},children:/*#__PURE__*/_jsx(Header,{height:\"100%\",id:\"oYwGqmdhM\",layoutId:\"oYwGqmdhM\",r9SOK8a3v:resolvedLinks[0],style:{height:\"100%\",width:\"100%\"},variant:\"MkmWj6ZGE\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1594,intrinsicWidth:2400,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+68),pixelHeight:1594,pixelWidth:2400,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/5Clsv5gDT1kjBTkDlIr5LBT9SaQ.jpg\",srcSet:\"https://framerusercontent.com/images/5Clsv5gDT1kjBTkDlIr5LBT9SaQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/5Clsv5gDT1kjBTkDlIr5LBT9SaQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/5Clsv5gDT1kjBTkDlIr5LBT9SaQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/5Clsv5gDT1kjBTkDlIr5LBT9SaQ.jpg 2400w\"},className:\"framer-1d98s0k\",\"data-framer-name\":\"Hero Section\",id:elementId,ref:ref1,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-zss8n1\",children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", serif',\"--framer-font-size\":\"36px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"uppercase\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Restructuring & Turnaround.\"}),/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"strong\",{children:\"A Unique Approach.\"})]})}),className:\"framer-h7olbx\",\"data-framer-appear-id\":\"h7olbx\",fonts:[\"CUSTOM;Cera Pro Light\"],initial:animation1,optimized:true,style:{transformPerspective:500},transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15pum52\",\"data-framer-name\":\"Our Vision\",id:elementId1,ref:ref2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1idv63f\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", serif',\"--framer-font-size\":\"50px\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"uppercase\"},children:\"OUR VISION\"})}),className:\"framer-1s5r389\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1x0g00d\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Je6j8FW7j:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.5em\"},children:\"We are redefining the role of a restructuring and turnaround advisor.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif'},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.5em\"},children:\"Restructuring is a complex field, where outcomes are determined by the convergence of financial, legal, and business considerations.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"1.5em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.5em\"},children:\"Our founders possess a distinct skillset that enables them to balance the complex issues that arise in any restructuring and to guide our clients to optimal outcomes.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"1.5em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.5em\"},children:\"We take pride in our ability to see the big picture and to find creative and pragmatic solutions to the most difficult situations.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"1.5em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.5em\"},children:\"We make the best use of technology and deploy our professionals with purpose and precision.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"1.5em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.5em\"},children:\"As a result, our clients benefit from sophisticated advice and execution, delivered in an efficient and value-maximizing manner.\"})]})},ZTQxd_aL5:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-line-height\":\"1.5em\"},children:\"We are redefining the role of a restructuring and turnaround advisor.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"1.5em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-line-height\":\"1.5em\"},children:\"Restructuring is a complex field, where outcomes are determined by the convergence of financial, legal, and business considerations.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"1.5em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-line-height\":\"1.5em\"},children:\"Our founders possess a distinct skillset that enables them to balance the complex issues that arise in any restructuring and to guide our clients to optimal outcomes.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"1.5em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-line-height\":\"1.5em\"},children:\"We take pride in our ability to see the big picture and to find creative and pragmatic solutions to the most difficult situations.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"1.5em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-line-height\":\"1.5em\"},children:\"We make the best use of technology and deploy our professionals with purpose and precision.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"1.5em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-line-height\":\"1.5em\"},children:\"As a result, our clients benefit from sophisticated advice and execution, delivered in an efficient and value-maximizing manner.\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"1.5em\"},children:\"We are redefining the role of a restructuring and turnaround advisor.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif'},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"1.5em\"},children:\"Restructuring is a complex field, where outcomes are determined by the convergence of financial, legal, and business considerations.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"1.5em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"1.5em\"},children:\"Our founders possess a distinct skillset that enables them to balance the complex issues that arise in any restructuring and to guide our clients to optimal outcomes.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"1.5em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"1.5em\"},children:\"We take pride in our ability to see the big picture and to find creative and pragmatic solutions to the most difficult situations.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"1.5em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"1.5em\"},children:\"We make the best use of technology and deploy our professionals with purpose and precision.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"1.5em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"1.5em\"},children:\"As a result, our clients benefit from sophisticated advice and execution, delivered in an efficient and value-maximizing manner.\"})]}),className:\"framer-gu50q7\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-120c71k\",\"data-framer-name\":\"What We Do\",id:elementId2,ref:ref3,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", serif',\"--framer-font-size\":\"50px\",\"--framer-text-transform\":\"uppercase\"},children:\"What We Do \"})}),className:\"framer-1rfdnig\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Je6j8FW7j:{y:(componentViewport?.y||0)+0+2060+0+100},ZTQxd_aL5:{y:(componentViewport?.y||0)+0+2433+35+100}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:747,y:(componentViewport?.y||0)+0+2634+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-hn0taq-container\",nodeId:\"SlcPrpDcf\",scopeId:\"VNzAryVgm\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Je6j8FW7j:{variant:\"R8wLRutG8\"},ZTQxd_aL5:{variant:\"fd1SvKQLv\"}},children:/*#__PURE__*/_jsx(GridHover,{height:\"100%\",id:\"SlcPrpDcf\",layoutId:\"SlcPrpDcf\",variant:\"FvQ_k9go1\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Je6j8FW7j:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5280,intrinsicWidth:6e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2947),pixelHeight:5280,pixelWidth:6e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/mn6sGhC2u8fokKiM93l2b6LzU.jpg\",srcSet:\"https://framerusercontent.com/images/mn6sGhC2u8fokKiM93l2b6LzU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/mn6sGhC2u8fokKiM93l2b6LzU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/mn6sGhC2u8fokKiM93l2b6LzU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/mn6sGhC2u8fokKiM93l2b6LzU.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/mn6sGhC2u8fokKiM93l2b6LzU.jpg 6000w\"}},ZTQxd_aL5:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5280,intrinsicWidth:6e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3330),pixelHeight:5280,pixelWidth:6e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/mn6sGhC2u8fokKiM93l2b6LzU.jpg\",srcSet:\"https://framerusercontent.com/images/mn6sGhC2u8fokKiM93l2b6LzU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/mn6sGhC2u8fokKiM93l2b6LzU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/mn6sGhC2u8fokKiM93l2b6LzU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/mn6sGhC2u8fokKiM93l2b6LzU.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/mn6sGhC2u8fokKiM93l2b6LzU.jpg 6000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5280,intrinsicWidth:6e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3381),pixelHeight:5280,pixelWidth:6e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/mn6sGhC2u8fokKiM93l2b6LzU.jpg\",srcSet:\"https://framerusercontent.com/images/mn6sGhC2u8fokKiM93l2b6LzU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/mn6sGhC2u8fokKiM93l2b6LzU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/mn6sGhC2u8fokKiM93l2b6LzU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/mn6sGhC2u8fokKiM93l2b6LzU.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/mn6sGhC2u8fokKiM93l2b6LzU.jpg 6000w\"},className:\"framer-1ek6jfs\",\"data-framer-name\":\"Our Philo \",id:elementId3,ref:ref4,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1w0wfi\",\"data-framer-name\":\"Haze\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-urxl24\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Je6j8FW7j:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", serif',\"--framer-font-size\":\"36px\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"uppercase\"},children:\"Our Philosophy\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", serif',\"--framer-font-size\":\"50px\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"uppercase\"},children:\"Our Philosophy\"})}),className:\"framer-bexhry\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Je6j8FW7j:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1705,intrinsicWidth:2560,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2947+0+0+0+78.19999999999999),pixelHeight:1705,pixelWidth:2560,src:\"https://framerusercontent.com/images/sZRHzCqHYetGjpWn1LxGx5GP6k.jpg\"}},ZTQxd_aL5:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1705,intrinsicWidth:2560,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3330+0+0+95),pixelHeight:1705,pixelWidth:2560,src:\"https://framerusercontent.com/images/sZRHzCqHYetGjpWn1LxGx5GP6k.jpg\"}}},children:/*#__PURE__*/_jsxs(\"div\",{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1705,intrinsicWidth:2560,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3381+0+0+95),pixelHeight:1705,pixelWidth:2560,src:\"https://framerusercontent.com/images/sZRHzCqHYetGjpWn1LxGx5GP6k.jpg\"},className:\"framer-1blgrn4\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Je6j8FW7j:{height:375,width:`max(${componentViewport?.width||\"100vw\"} - 122px, 302px)`,y:(componentViewport?.y||0)+0+2947+0+0+0+78.19999999999999+61+0},ZTQxd_aL5:{height:360,y:(componentViewport?.y||0)+0+3330+0+0+95+100+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:223,width:`max((max(${componentViewport?.width||\"100vw\"}, 1px) - 245px) / 2, 200px)`,y:(componentViewport?.y||0)+0+3381+0+0+95+100+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1pr09sq-container\",nodeId:\"SrYVxDKGx\",scopeId:\"VNzAryVgm\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Je6j8FW7j:{variant:\"QIrDDKOYG\"},ZTQxd_aL5:{variant:\"QIrDDKOYG\"}},children:/*#__PURE__*/_jsx(PhiloGrid,{DuHM4Y6dv:\"We See The Big Picture\",height:\"100%\",id:\"SrYVxDKGx\",layoutId:\"SrYVxDKGx\",ronsdTZtc:\"We often observe that the lack of a clear path and the absence of coordination among disparate groups of restructuring professionals lead to inefficiencies and higher costs for all stakeholders. We think of our role as akin to that of a captain hired to steer a ship toward a strategic destination. That is why we begin by taking a high-level view, and only then zero-in on the important details.\",style:{height:\"100%\",width:\"100%\"},variant:\"YuF6RQI9d\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Je6j8FW7j:{height:375,width:`max(${componentViewport?.width||\"100vw\"} - 122px, 302px)`,y:(componentViewport?.y||0)+0+2947+0+0+0+78.19999999999999+61+420},ZTQxd_aL5:{height:360,y:(componentViewport?.y||0)+0+3330+0+0+95+100+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:223,width:`max((max(${componentViewport?.width||\"100vw\"}, 1px) - 245px) / 2, 200px)`,y:(componentViewport?.y||0)+0+3381+0+0+95+100+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lgx524-container\",id:\"1lgx524\",nodeId:\"LFew_MgtA\",scopeId:\"VNzAryVgm\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Je6j8FW7j:{variant:\"QIrDDKOYG\"},ZTQxd_aL5:{variant:\"QIrDDKOYG\"}},children:/*#__PURE__*/_jsx(PhiloGrid,{DuHM4Y6dv:\"We Identify Key Issues\",height:\"100%\",id:\"LFew_MgtA\",layoutId:\"LFew_MgtA\",ronsdTZtc:\"Our skills and experience enable us to view every situation from multiple angles. We are not afraid to ask questions, and we do not confine ourselves to one \u201Clane.\u201D By focusing on key issues, we lead clients to more efficient outcomes.\",style:{height:\"100%\",width:\"100%\"},variant:\"YuF6RQI9d\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Je6j8FW7j:{height:375,width:`max(${componentViewport?.width||\"100vw\"} - 122px, 302px)`,y:(componentViewport?.y||0)+0+2947+0+0+0+78.19999999999999+61+840},ZTQxd_aL5:{height:360,y:(componentViewport?.y||0)+0+3330+0+0+95+100+405}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:223,width:`max((max(${componentViewport?.width||\"100vw\"}, 1px) - 245px) / 2, 200px)`,y:(componentViewport?.y||0)+0+3381+0+0+95+100+268,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2n9inx-container\",nodeId:\"j2I4nRcnR\",scopeId:\"VNzAryVgm\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Je6j8FW7j:{DuHM4Y6dv:\"We Act with Confidence\",variant:\"QIrDDKOYG\"},ZTQxd_aL5:{variant:\"QIrDDKOYG\"}},children:/*#__PURE__*/_jsx(PhiloGrid,{DuHM4Y6dv:\"We Act with Confidence and Precision\",height:\"100%\",id:\"j2I4nRcnR\",layoutId:\"j2I4nRcnR\",ronsdTZtc:\"When advisors understand a client\u2019s business and conduct a thorough analysis of the issues at hand, they instill confidence in clients and counterparties. That is why we are methodical in our approach and will never churn out \u201Cwork product\u201D for the sake of \u201Cgetting something out.\u201D  But when we make recommendations or act on behalf of a client \u2014 we do so decisively.\",style:{height:\"100%\",width:\"100%\"},variant:\"YuF6RQI9d\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Je6j8FW7j:{height:375,width:`max(${componentViewport?.width||\"100vw\"} - 122px, 302px)`,y:(componentViewport?.y||0)+0+2947+0+0+0+78.19999999999999+61+1260},ZTQxd_aL5:{height:360,y:(componentViewport?.y||0)+0+3330+0+0+95+100+405}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:223,width:`max((max(${componentViewport?.width||\"100vw\"}, 1px) - 245px) / 2, 200px)`,y:(componentViewport?.y||0)+0+3381+0+0+95+100+268,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uw9udi-container\",nodeId:\"IdoYbt4P3\",scopeId:\"VNzAryVgm\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Je6j8FW7j:{variant:\"QIrDDKOYG\"},ZTQxd_aL5:{variant:\"QIrDDKOYG\"}},children:/*#__PURE__*/_jsx(PhiloGrid,{DuHM4Y6dv:\"WE TAKE A LONG-TERM VIEW\",height:\"100%\",id:\"IdoYbt4P3\",layoutId:\"IdoYbt4P3\",ronsdTZtc:\"Many so-called \u201Cchapter 22\u201D filings result from the apr\\xe8s moi, le d\\xe9luge attitude or kicking the proverbial can down the road. We believe in fixing things for the long term rather than creating a backlog of future distressed engagements with the same company.\",style:{height:\"100%\",width:\"100%\"},variant:\"lhjCqpO1v\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Je6j8FW7j:{height:375,width:`max(${componentViewport?.width||\"100vw\"} - 122px, 302px)`,y:(componentViewport?.y||0)+0+2947+0+0+0+78.19999999999999+61+1680},ZTQxd_aL5:{height:360,y:(componentViewport?.y||0)+0+3330+0+0+95+100+810}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:223,width:`max((max(${componentViewport?.width||\"100vw\"}, 1px) - 245px) / 2, 200px)`,y:(componentViewport?.y||0)+0+3381+0+0+95+100+536,children:/*#__PURE__*/_jsx(Container,{className:\"framer-dr24f3-container\",nodeId:\"KJ23itoVG\",scopeId:\"VNzAryVgm\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Je6j8FW7j:{variant:\"QIrDDKOYG\"},ZTQxd_aL5:{variant:\"QIrDDKOYG\"}},children:/*#__PURE__*/_jsx(PhiloGrid,{DuHM4Y6dv:\"WE COMMUNICATE DIRECTLY\",height:\"100%\",id:\"KJ23itoVG\",layoutId:\"KJ23itoVG\",ronsdTZtc:\"Whether in the boardroom or on a loading dock, people appreciate authenticity. That could mean asking uncomfortable questions or expressing unpopular opinions. We are not afraid to speak truth to power and be the \u201Cbad cop\u201D when it benefits our clients, stakeholders, or processes that we have been entrusted to manage.\",style:{height:\"100%\",width:\"100%\"},variant:\"YuF6RQI9d\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Je6j8FW7j:{height:375,width:`max(${componentViewport?.width||\"100vw\"} - 122px, 302px)`,y:(componentViewport?.y||0)+0+2947+0+0+0+78.19999999999999+61+2100},ZTQxd_aL5:{height:360,y:(componentViewport?.y||0)+0+3330+0+0+95+100+810}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:223,width:`max((max(${componentViewport?.width||\"100vw\"}, 1px) - 245px) / 2, 200px)`,y:(componentViewport?.y||0)+0+3381+0+0+95+100+536,children:/*#__PURE__*/_jsx(Container,{className:\"framer-xtf2gp-container\",nodeId:\"d5IM7mmtx\",scopeId:\"VNzAryVgm\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Je6j8FW7j:{variant:\"QIrDDKOYG\"},ZTQxd_aL5:{variant:\"QIrDDKOYG\"}},children:/*#__PURE__*/_jsx(PhiloGrid,{DuHM4Y6dv:\"WE TREAT CLIENTS\u2019 RESOURCES LIKE OUR OWN\",height:\"100%\",id:\"d5IM7mmtx\",layoutId:\"d5IM7mmtx\",ronsdTZtc:\"While the old adage that a consultant would rather spend a day than spend five minutes on a task may hold true for some, it does not apply to SRV Partners. We adopt a business owner\u2019s mindset toward both our time and our clients\u2019 budgets.\",style:{height:\"100%\",width:\"100%\"},variant:\"YuF6RQI9d\",width:\"100%\"})})})})})]})})]})})}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mtyrbc hidden-noxb5i hidden-103wuse\",\"data-framer-name\":\"Our Professionals\",id:elementId4,ref:ref5,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bpc3bn\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-text-transform\":\"uppercase\"},children:\"Our Professionals \"})}),className:\"framer-1mitvoj\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1tlp49c\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-text-transform\":\"uppercase\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"30px\"},children:\"RESTRUCTURING AND \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"30px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"30px\"},children:\"TURNAROUND\"})]})}),className:\"framer-157cw4h\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1sool48\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-text-transform\":\"uppercase\"},children:\"Senior advisors\"})}),className:\"framer-f9097o\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6vcxhr\",\"data-framer-name\":\"R/T Group\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-5vbyv7\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(51, 51, 51)\",\"--framer-text-transform\":\"uppercase\"},children:\"ARKADY GOLDINSTEIN\"})}),className:\"framer-1vh31qw\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11pse5r\",\"data-framer-name\":\"Arkady Slide \",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-veop49\",\"data-framer-name\":\"Left Side \",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-orblv\",\"data-framer-name\":\"Image Card\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Je6j8FW7j:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1687.5,intrinsicWidth:1686.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5722.2+0+176.8+0+56.4+0+0+0+0+15+0),pixelHeight:3375,pixelWidth:3373,sizes:\"125.0382px\",src:\"https://framerusercontent.com/images/x7E08YanLEVztCfgHT7CutYF0s.jpeg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/x7E08YanLEVztCfgHT7CutYF0s.jpeg?scale-down-to=1024 1023w,https://framerusercontent.com/images/x7E08YanLEVztCfgHT7CutYF0s.jpeg?scale-down-to=2048 2046w,https://framerusercontent.com/images/x7E08YanLEVztCfgHT7CutYF0s.jpeg 3373w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1687.5,intrinsicWidth:1686.5,pixelHeight:3375,pixelWidth:3373,sizes:\"125.0382px\",src:\"https://framerusercontent.com/images/x7E08YanLEVztCfgHT7CutYF0s.jpeg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/x7E08YanLEVztCfgHT7CutYF0s.jpeg?scale-down-to=1024 1023w,https://framerusercontent.com/images/x7E08YanLEVztCfgHT7CutYF0s.jpeg?scale-down-to=2048 2046w,https://framerusercontent.com/images/x7E08YanLEVztCfgHT7CutYF0s.jpeg 3373w\"},className:\"framer-ll7ay1\",\"data-framer-name\":\"croppedmug\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ozb7eu\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1y5c1sl\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"rgb(255, 250, 250)\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto:agoldinstein@srv-partners.com\",motionChild:true,nodeId:\"uEzYOGAoQ\",openInNewTab:false,scopeId:\"VNzAryVgm\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-19jn3ra\",\"data-styles-preset\":\"Hze2VALC0\",children:\"agoldinstein@srv-partners.com\"})})})}),className:\"framer-wu16x6\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"t: 201-490-1107\\xa0\"})}),className:\"framer-1tj4xhx\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1urs19c\",\"data-framer-name\":\"Right Side \",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Arkady is the founder and Managing Director at SRV Partners.\"}),\" He is a veteran of two of the leading firms in the restructuring field, Alvarez & Marsal and Weil Gotshal & Manges. He has extensive experience advising companies and various stakeholders in complex restructurings and turnarounds.\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"5px\",\"--framer-line-height\":\"2em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\"},children:\"Most recently, Arkady served as Interim CFO of CariD (f/k/a Parts iD, Inc.), guiding the company through a prepackaged chapter 11 reorganization and its subsequent turnaround efforts.  \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"5px\",\"--framer-line-height\":\"2em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\"},children:\"Prior to founding SRV Partners, Arkady participated in major restructurings, including those of Revlon, Sears, Ditech, Tops Markets, Abengoa, Green Field, and School Specialty. His expertise spans a broad range of industries, including financial services, retail (online and brick-and-mortar), telecommunications, consumer products, oil & gas, and construction.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"5px\",\"--framer-line-height\":\"2em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\"},children:\"Throughout his restructuring career, Arkady has focused on complex situations and key issues, where his analytical skills and strategic focus have enabled him to deliver tangible results to his clients.   \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"5px\",\"--framer-line-height\":\"2em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\"},children:\"Arkady began his career in investment banking helping to execute transactions involving leveraged real estate portfolios and loan securitizations. He subsequently co-founded and managed one of the first independent high-speed internet service providers in New York City.\"}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"5px\",\"--framer-line-height\":\"2em\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"16px\"},children:\"Arkady holds a BS in Economics from the Wharton School of the University of Pennsylvania and a JD from the University of Pennsylvania Carey Law School. He resides in the Saddle River Valley region of northern New Jersey with his wife and two daughters.\"})]})]}),className:\"framer-1z2yxz\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-l2r493\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-text-transform\":\"uppercase\"},children:\"other professionals\"})}),className:\"framer-yngsqx\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1s0z8d2\",\"data-framer-name\":\"Senior Advisors\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-gdfciu\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(51, 51, 51)\",\"--framer-text-transform\":\"uppercase\"},children:['thomas e. \"ted\" ',/*#__PURE__*/_jsx(\"br\",{}),\"doster iv\"]})}),className:\"framer-1a8gugs\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-u47rl5\",\"data-framer-name\":\"Ted Mobile\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-fqre1e\",\"data-framer-name\":\"Left Side \",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gp78qx\",\"data-framer-name\":\"Image Card\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Je6j8FW7j:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1687.5,intrinsicWidth:1686.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5722.2+0+1757.2+0+61.4+0+0+0+0+15+0),pixelHeight:636,pixelWidth:599,sizes:\"125.0382px\",src:\"https://framerusercontent.com/images/ZRfbBd9I31kzwv1KbFORckrow.png\",srcSet:\"https://framerusercontent.com/images/ZRfbBd9I31kzwv1KbFORckrow.png 599w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1687.5,intrinsicWidth:1686.5,pixelHeight:636,pixelWidth:599,sizes:\"125.0382px\",src:\"https://framerusercontent.com/images/ZRfbBd9I31kzwv1KbFORckrow.png\",srcSet:\"https://framerusercontent.com/images/ZRfbBd9I31kzwv1KbFORckrow.png 599w\"},className:\"framer-qbvj89\",\"data-framer-name\":\"croppedmug\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wgaomu\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dpotim\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"rgb(255, 250, 250)\"},children:\"tdoster@srv-partners.com\"})}),className:\"framer-16zf7zh\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"t: 201-490-1147\"})}),className:\"framer-15tyz1m\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1q3924h\",\"data-framer-name\":\"Right Side \",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Ted is a Senior Advisor at SRV Partners and brings his wealth of experience to provide strategic guidance to the firm.\"}),\" Ted is the founder and managing partner of Eight Bar Partners, a special situations investment firm formed by the purchase of a portfolio of assets from Morgan Stanley\u2019s Principal Investment arm (MSPI).\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"5px\",\"--framer-line-height\":\"2em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\"},children:\"Prior to founding Eight Bar Partners, Ted spent over 20 years in various leadership roles at Morgan Stanely including the head of the Global Workouts group and the head of MSPI.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"5px\",\"--framer-line-height\":\"2em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\"},children:\"Ted began his career at Goldman Sachs, where he became the first dedicated distressed debt analyst at the bank\u2019s loan trading desk.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"5px\",\"--framer-line-height\":\"2em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\"},children:\"Ted holds a BS in Applied Economics and Business Management from Cornell University.\"})]}),className:\"framer-15lk7g0\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hu43s3\",\"data-framer-name\":\"Other Professionals (M)\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dghvec\",\"data-framer-name\":\"Glynne Slide \",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-htaqk7\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(51, 51, 51)\",\"--framer-text-transform\":\"uppercase\"},children:\"Glynne P. Howland\"})}),className:\"framer-1e07071\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wethtr\",\"data-framer-name\":\"Right Side \",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Glynne is a Director at SRV Partners, where she takes on interim Controller and other financial reporting roles in the firm\u2019s restructuring and interim management engagements.\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\"},children:\"Glynne has extensive experience acting, on an interim or project basis, in accounting and financial reporting roles. Prior to joining SRV Partners, Glynne acted in various capacities on engagements at Outward Hound, Alamo Concrete, Entrust Energy, Marathon Petroleum, RR\\xa0Donnelley, M2Global, and many others. Her experience spans situations ranging from helping implement startup plans, to post-M&A integration of legacy systems, to court-supervised and out-of-court restructurings. Glynne began her professional career at Grant Thornton.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"5px\",\"--framer-line-height\":\"2em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\"},children:\"Glynne holds a BA in English and an MBA in International Finance from Trinity University.\"})]}),className:\"framer-1hus2ak\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1u7ws3s\",\"data-framer-name\":\"Left Side \",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mfz0s3\",\"data-framer-name\":\"Image Card\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-aw64j6\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qog8j2\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"rgb(255, 250, 250)\"},children:\"gphowland@srv-partners.com\"})}),className:\"framer-1nciz25\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"t: 201-490-1136\"})}),className:\"framer-oj7v2q\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})]})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sdvqbu\",\"data-framer-name\":\"Eugene Slide \",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1irbjkj\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(51, 51, 51)\",\"--framer-text-transform\":\"uppercase\"},children:\"EUGENE FURMAN, Ph.D.\"})}),className:\"framer-1768a6t\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hlpzh7\",\"data-framer-name\":\"Right Side \",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Eugene is a senior data scientist focusing on developing programmatic models that streamline complex analytical tasks for SRV Partners\u2019 engagements. \"}),\"His expertise in machine learning and mathematics is complemented by extensive experience in research and education. Eugene's work has been published in top-tier business journals, and he teaches quantitative methods and AI methodology to graduate-level business students.\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"5px\",\"--framer-line-height\":\"2em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\"},children:\"Eugene holds a Ph.D. in Operations Management from the Schulich School of Business and an MA in Applied Mathematics and Probability Theory from York University.\"})]}),className:\"framer-r9dmxb\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1omz3z4\",\"data-framer-name\":\"Left Side \",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1joxdoc\",\"data-framer-name\":\"Image Card\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1dmge6k\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7rbrrl\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"rgb(255, 250, 250)\"},children:\"efurman@srv-partners.com\"})}),className:\"framer-17vux2e\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"t: 201-490-1149\"})}),className:\"framer-q4iw7h\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})]})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mxwzlz\",\"data-framer-name\":\"Micahel Slide \",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-g47qtf\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(51, 51, 51)\",\"--framer-text-transform\":\"uppercase\"},children:\"MICHAEL ULITSKIY\"})}),className:\"framer-1nju16p\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hr5q09\",\"data-framer-name\":\"Right Side \",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Michael is a Director in charge of Technology and Data Analytics at SRV Partners.\"}),\" Michael oversees the firm\u2019s advanced technological capabilities and is involved in client engagements that require IT expertise. \"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"5px\",\"--framer-line-height\":\"2em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"5px\",\"--framer-line-height\":\"1em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\"},children:\"For over 20 years, Michael has played an important role as head of technology and chief software architect at a New York\u2013based telecommunications and managed IT services provider. He also has extensive experience in network design and system administration. \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"1em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\"},children:\"Michael holds a degree in electrical engineering from the Dnepr University in Ukraine.\"})]}),className:\"framer-4r8bo0\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-7rjos7\",\"data-framer-name\":\"Left Side \",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-14l6m9j\",\"data-framer-name\":\"Image Card\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-lckezb\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-oqahk7\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"rgb(255, 250, 250)\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto:mulitskiy@srv-partners.com\",motionChild:true,nodeId:\"zQTpfB4e9\",openInNewTab:false,scopeId:\"VNzAryVgm\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-19jn3ra\",\"data-styles-preset\":\"Hze2VALC0\",children:\"mulitskiy@srv-partners.com\"})})})}),className:\"framer-j031ri\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"t: 201-490-3872\"})}),className:\"framer-1q3z98k\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})]})})})})]})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rwruj9 hidden-1k7j8vr\",\"data-framer-name\":\"Our Professionals\",id:elementId5,ref:ref6,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-g246jw\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-text-transform\":\"uppercase\"},children:\"Our Professionals \"})}),className:\"framer-1om0p02\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1snn8ox\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-text-transform\":\"uppercase\"},children:\"Restructuring and turnaround\"})}),className:\"framer-1c2lalg\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-frcr85\",\"data-framer-name\":\"R & T Profiles \",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11i2cer\",\"data-framer-name\":\"Arkady Slide \",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZTQxd_aL5:{\"data-border\":true}},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-j4d2vp\",\"data-framer-name\":\"Left Side \",children:[isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rge7ju hidden-noxb5i\",\"data-framer-name\":\"Image Card\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZTQxd_aL5:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1687.5,intrinsicWidth:1686.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4895+0+265.4+0+0+0+0+0+0+0),pixelHeight:3375,pixelWidth:3373,sizes:\"268px\",src:\"https://framerusercontent.com/images/x7E08YanLEVztCfgHT7CutYF0s.jpeg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/x7E08YanLEVztCfgHT7CutYF0s.jpeg?scale-down-to=1024 1023w,https://framerusercontent.com/images/x7E08YanLEVztCfgHT7CutYF0s.jpeg?scale-down-to=2048 2046w,https://framerusercontent.com/images/x7E08YanLEVztCfgHT7CutYF0s.jpeg 3373w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1687.5,intrinsicWidth:1686.5,pixelHeight:3375,pixelWidth:3373,sizes:\"268px\",src:\"https://framerusercontent.com/images/x7E08YanLEVztCfgHT7CutYF0s.jpeg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/x7E08YanLEVztCfgHT7CutYF0s.jpeg?scale-down-to=1024 1023w,https://framerusercontent.com/images/x7E08YanLEVztCfgHT7CutYF0s.jpeg?scale-down-to=2048 2046w,https://framerusercontent.com/images/x7E08YanLEVztCfgHT7CutYF0s.jpeg 3373w\"},className:\"framer-1z0iqqa\",\"data-framer-name\":\"croppedmug\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-y01r21\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2ipv4t\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"rgb(255, 250, 250)\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto:agoldinstein@srv-partners.com\",motionChild:true,nodeId:\"Sb0hmPvwU\",openInNewTab:false,scopeId:\"VNzAryVgm\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-19jn3ra\",\"data-styles-preset\":\"Hze2VALC0\",children:\"agoldinstein@srv-partners.com\"})})})}),className:\"framer-1nfeh8s\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"t: 201-490-1107\\xa0\"})}),className:\"framer-1yjs69\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t2zgb hidden-103wuse\",\"data-border\":true,\"data-framer-name\":\"Image Card\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1687.5,intrinsicWidth:1686.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4476+0+265.4+0+0+0+0+0+-139.5),pixelHeight:3375,pixelWidth:3373,sizes:\"300px\",src:\"https://framerusercontent.com/images/x7E08YanLEVztCfgHT7CutYF0s.jpeg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/x7E08YanLEVztCfgHT7CutYF0s.jpeg?scale-down-to=1024 1023w,https://framerusercontent.com/images/x7E08YanLEVztCfgHT7CutYF0s.jpeg?scale-down-to=2048 2046w,https://framerusercontent.com/images/x7E08YanLEVztCfgHT7CutYF0s.jpeg 3373w\"},className:\"framer-ga4v42\",\"data-framer-name\":\"croppedmug\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-pwsdwu\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ktnmnc\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"rgb(255, 250, 250)\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto:agoldinstein@srv-partners.com\",motionChild:true,nodeId:\"wRWK88ok8\",openInNewTab:false,scopeId:\"VNzAryVgm\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-6lpxp7\",\"data-styles-preset\":\"RUZk8c0vI\",children:\"agoldinstein@srv-partners.com\"})})})}),className:\"framer-rl6ief\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"t: 201-490-1107\\xa0\"})}),className:\"framer-rhut52\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1q74mch\",\"data-border\":true,\"data-framer-name\":\"Right Side \",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-lh2e0o\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(51, 51, 51)\",\"--framer-text-transform\":\"uppercase\"},children:\"ARKADY GOLDINSTEIN\"})}),className:\"framer-stkwuh\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-hnxugb\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Arkady is the founder and Managing Director at SRV Partners.\"}),\" He is a veteran of two of the leading firms in the restructuring field, Alvarez & Marsal and Weil Gotshal & Manges. He has extensive experience advising companies and various stakeholders in complex restructurings and turnarounds.\"]})}),className:\"framer-17chegf\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-4vj3th\",\"data-framer-name\":\"Arkady Desc\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\"},children:\"Most recently, Arkady served as Interim CFO of CariD (f/k/a Parts iD, Inc.), guiding the company through a prepackaged chapter 11 reorganization and its subsequent turnaround efforts.  \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"5px\",\"--framer-line-height\":\"2em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\"},children:\"Prior to founding SRV Partners, Arkady participated in major restructurings, including those of Revlon, Sears, Ditech, Tops Markets, Abengoa, Green Field, and School Specialty. His expertise spans a broad range of industries, including financial services, retail (online and brick-and-mortar), telecommunications, consumer products, oil & gas, and construction.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"5px\",\"--framer-line-height\":\"2em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\"},children:\"Throughout his restructuring career, Arkady has focused on complex situations and key issues, where his analytical skills and strategic focus have enabled him to deliver tangible results to his clients.   \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"5px\",\"--framer-line-height\":\"2em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\"},children:\"Arkady began his career in investment banking helping to execute transactions involving leveraged real estate portfolios and loan securitizations. He subsequently co-founded and managed one of the first independent high-speed internet service providers in New York City.\"}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"5px\",\"--framer-line-height\":\"2em\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"16px\"},children:\"Arkady holds a BS in Economics from the Wharton School of the University of Pennsylvania and a JD from the University of Pennsylvania Carey Law School. He resides in the Saddle River Valley region of northern New Jersey with his wife and two daughters.\"})]})]}),className:\"framer-882yps\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hnpj6b\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-text-transform\":\"uppercase\"},children:\"senior advisors\"})}),className:\"framer-84u2po\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19vshcn\",\"data-framer-name\":\"Senior Advisors \",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mhdpey\",\"data-framer-name\":\"Thomas Slide\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-zbau3u hidden-noxb5i\",\"data-border\":true,\"data-framer-name\":\"Left Side \",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-149wcgw\",\"data-framer-name\":\"Image Card\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZTQxd_aL5:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1687.5,intrinsicWidth:1686.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4895+0+1716.8000000000002+0+0+0+0+0+0+0),pixelHeight:636,pixelWidth:599,sizes:\"268px\",src:\"https://framerusercontent.com/images/ZRfbBd9I31kzwv1KbFORckrow.png\",srcSet:\"https://framerusercontent.com/images/ZRfbBd9I31kzwv1KbFORckrow.png 599w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1687.5,intrinsicWidth:1686.5,pixelHeight:636,pixelWidth:599,sizes:\"268px\",src:\"https://framerusercontent.com/images/ZRfbBd9I31kzwv1KbFORckrow.png\",srcSet:\"https://framerusercontent.com/images/ZRfbBd9I31kzwv1KbFORckrow.png 599w\"},className:\"framer-1ek0ngh\",\"data-framer-name\":\"croppedmug\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ua6jp8\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qrcaf5\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"rgb(255, 250, 250)\"},children:\"tdoster@srv-partners.com\"})}),className:\"framer-1bupaox\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"t: 201-490-1147\"})}),className:\"framer-1izgq8b\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})}),isDisplayed3()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xn2ii1 hidden-103wuse\",\"data-framer-name\":\"Left Side \",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lbv2ij\",\"data-border\":true,\"data-framer-name\":\"Image Card\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1687.5,intrinsicWidth:1686.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4476+0+1628.8000000000002+0+0+0+0+0+-139.5),pixelHeight:636,pixelWidth:599,positionX:\"center\",positionY:\"center\",sizes:\"300px\",src:\"https://framerusercontent.com/images/ZRfbBd9I31kzwv1KbFORckrow.png\",srcSet:\"https://framerusercontent.com/images/ZRfbBd9I31kzwv1KbFORckrow.png 599w\"},className:\"framer-1r2qkm6\",\"data-framer-name\":\"croppedmug\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1coa292\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-huv9f6\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"rgb(255, 250, 250)\"},children:\"tdoster@srv-partners.com\"})}),className:\"framer-rgcu9p\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"t: 201-490-1147\"})}),className:\"framer-2ftcpk\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xho9ve\",\"data-border\":true,\"data-framer-name\":\"Right Side \",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-yqi321\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(51, 51, 51)\",\"--framer-text-transform\":\"uppercase\"},children:'thomas e. \"ted\" doster iv'})}),className:\"framer-1v1hmzc\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-yc9c7e\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Ted is a Senior Advisor at SRV Partners and brings his wealth of experience to provide strategic guidance to the firm.\"}),\" Ted is the founder and managing partner of Eight Bar Partners, a special situations investment firm formed by the purchase of a portfolio of assets from Morgan Stanley\u2019s Principal Investment arm (MSPI).\"]})}),className:\"framer-1t9zkiz\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-kpynsw\",\"data-framer-name\":\"Thomas Desc\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\"},children:\"Prior to founding Eight Bar Partners, Ted spent over 20 years in various leadership roles at Morgan Stanely including the head of the Global Workouts group and the head of MSPI.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"5px\",\"--framer-line-height\":\"2em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\"},children:\"Ted began his career at Goldman Sachs, where he became the first dedicated distressed debt analyst at the bank\u2019s loan trading desk.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"5px\",\"--framer-line-height\":\"2em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\"},children:\"Ted holds a BS in Applied Economics and Business Management from Cornell University.\"})]}),className:\"framer-1ep851s\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1yfmx94\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-text-transform\":\"uppercase\"},children:\"other professionals\"})}),className:\"framer-1w88gtq\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-a6kn2r\",\"data-framer-name\":\"Senior Advisors \",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bfmv28\",\"data-framer-name\":\"Micahel Slide \",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e4wkf3\",\"data-framer-name\":\"Left Side \",children:[isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-e6fxgh hidden-noxb5i\",\"data-framer-name\":\"Image Card\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wejnd0\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qp9xm0\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"rgb(255, 250, 250)\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto:mulitskiy@srv-partners.com\",motionChild:true,nodeId:\"v7cNkTfi8\",openInNewTab:false,scopeId:\"VNzAryVgm\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-19jn3ra\",\"data-styles-preset\":\"Hze2VALC0\",children:\"mulitskiy@srv-partners.com\"})})})}),className:\"framer-1u3c3sq\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"t: 201-490-3872\"})}),className:\"framer-1tvpygp\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),isDisplayed3()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nsl9j0 hidden-103wuse\",\"data-framer-name\":\"Image Card\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dg6xzy\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"rgb(255, 250, 250)\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto:mulitskiy@srv-partners.com\",motionChild:true,nodeId:\"SqG1b6S3g\",openInNewTab:false,scopeId:\"VNzAryVgm\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-6lpxp7\",\"data-styles-preset\":\"RUZk8c0vI\",children:\"mulitskiy@srv-partners.com\"})})})}),className:\"framer-14333j5\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"t: 201-490-3872\"})}),className:\"framer-1hm3pp1\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ulhxj7\",\"data-border\":true,\"data-framer-name\":\"Right Side \",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1frjwcb\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(51, 51, 51)\",\"--framer-text-transform\":\"uppercase\"},children:\"MICHAEL ULITSKIY\"})}),className:\"framer-1987o0h\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-16rxfuc\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Michael is a Director in charge of Technology and Data Analytics at\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})})}),/*#__PURE__*/_jsx(\"strong\",{children:\"SRV Partners.\"}),\" Michael oversees the firm\u2019s advanced technological capabilities and is involved in client engagements that require IT expertise. \"]})}),className:\"framer-1elionn\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-b37sx7\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\"},children:\"For over 20 years, Michael has played an important role as head of technology and chief software architect at a New York\u2013based telecommunications and managed IT services provider. He also has extensive experience in network design and system administration. \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"5px\",\"--framer-line-height\":\"2em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\"},children:\"Michael holds a degree in electrical engineering from the Dnepr University in Ukraine.\"})]}),className:\"framer-enzoe4\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qo4r8j\",\"data-framer-name\":\"Glynne Slide\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1a70gpg\",\"data-border\":true,\"data-framer-name\":\"Right Side \",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-17uod7p\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(51, 51, 51)\",\"--framer-text-transform\":\"uppercase\"},children:\"Glynne P. Howland\"})}),className:\"framer-pxxwgv\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-umg8nn\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Glynne is a Director at SRV Partners, where she takes on interim Controller and other financial reporting roles in the firm\u2019s restructuring and interim management engagements.\"})})}),className:\"framer-1wxlnhb\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-15t20a3\",\"data-framer-name\":\"Left Side \",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-12adf3m\",\"data-framer-name\":\"Image Card\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vbx7zu\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"rgb(255, 250, 250)\"},children:\"gphowland@srv-partners.com\"})}),className:\"framer-l47roo\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"t: 201-490-1136\"})}),className:\"framer-7zkq24\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})]})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-oe25t\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\"},children:\"Glynne has extensive experience acting, on an interim or project basis, in accounting and financial reporting roles. Prior to joining SRV Partners, Glynne acted in various capacities on engagements at Outward Hound, Alamo Concrete, Entrust Energy, Marathon Petroleum, RR\\xa0Donnelley, M2Global, and many others. Her experience spans situations ranging from helping implement startup plans, to post-M&A integration of legacy systems, to court-supervised and out-of-court restructurings. Glynne began her professional career at Grant Thornton.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"5px\",\"--framer-line-height\":\"2em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\"},children:\"Glynne holds a BA in English and an MBA in International Finance from Trinity University. Glynne is fluent in Spanish.\"})]}),className:\"framer-15086b5\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tjv7o\",\"data-framer-name\":\"Micahel Slide \",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4unjqh\",\"data-framer-name\":\"Left Side \",children:[isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-il4vke hidden-noxb5i\",\"data-framer-name\":\"Image Card\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-11dzer3\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7zp6jf\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"rgb(255, 250, 250)\"},children:\"efurman@srv-partners.com\"})}),className:\"framer-u3nqip\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"t: 201-490-1149\"})}),className:\"framer-18c5c2a\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),isDisplayed3()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-15lfoyq hidden-103wuse\",\"data-framer-name\":\"Image Card\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-q7o2by\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"rgb(255, 250, 250)\"},children:\"efurman@srv-partners.com\"})}),className:\"framer-lgr3ux\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"t: 201-490-1149\"})}),className:\"framer-ajquja\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1iejsi6\",\"data-border\":true,\"data-framer-name\":\"Right Side \",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-hlh54v\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(51, 51, 51)\",\"--framer-text-transform\":\"uppercase\"},children:\"EUGENE FURMAN, Ph.D.\"})}),className:\"framer-z40i9d\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-vx88y3\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Eugene is a senior data scientist focusing on developing programmatic models that streamline complex analytical tasks for SRV Partners\u2019 engagements. \"}),\"His expertise in machine learning and mathematics is complemented by extensive experience in research and education. \"]})}),className:\"framer-1yc1zta\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-wg9670\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\"},children:\"Eugene's work has been published in top-tier business journals, and he teaches quantitative methods and AI methodology to graduate-level business students.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"5px\",\"--framer-line-height\":\"2em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-line-height\":\"2em\"},children:\"Eugene holds a Ph.D. in Operations Management from the Schulich School of Business and an MA in Applied Mathematics and Probability Theory from York University.\"})]}),className:\"framer-1dyklj7\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-oeure\",\"data-framer-name\":\"Deasight\",id:elementId6,ref:ref7,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-yj3ec4\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Je6j8FW7j:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"43px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsxs(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIEJvbGQ=\",\"--framer-font-family\":'\"Cera Pro Bold\", \"Cera Pro Bold Placeholder\", sans-serif'},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"SRV\"}),\"P\"]}),\" DEALSIGHT \u2122\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsxs(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIEJvbGQ=\",\"--framer-font-family\":'\"Cera Pro Bold\", \"Cera Pro Bold Placeholder\", sans-serif'},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"SRV\"}),\"P\"]}),\" DEALSIGHT \u2122\"]})}),className:\"framer-18k13f1\",fonts:[\"CUSTOM;Cera Pro Light\",\"CUSTOM;Cera Pro Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIEJvbGQ=\",\"--framer-font-family\":'\"Cera Pro Bold\", \"Cera Pro Bold Placeholder\", sans-serif'},children:\"SRVP\"}),\" DEALSIGHT \u2122 discusses major developments in the field of restructuring, turnarounds, and special situations and offers unique insights typically found in confidential memos and proprietary research.\\xa0 Opinions expressed are solely those of SRV Partners, LLC and do not constitute financial, investment, or legal advice.\\xa0\"]})}),className:\"framer-plicrh\",fonts:[\"CUSTOM;Cera Pro Light\",\"CUSTOM;Cera Pro Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ikzv0l\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Downloads \"})}),className:\"framer-1ilqo1k\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:\"https://collateral.srv-partners.com/SRVP-DEALSIGHT-CARVANA-Debt-Restructuring.pdf\",motionChild:true,nodeId:\"d1DQQFQPT\",scopeId:\"VNzAryVgm\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1m4wmbn framer-q6xmy\",whileHover:animation2,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-text-alignment\":\"center\"},children:\"Carvana Debt Restructuring (August 2023) \"})}),className:\"framer-1cptuum\",fonts:[\"CUSTOM;Cera Pro Light\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIExpZ2h0\",\"--framer-font-family\":'\"Cera Pro Light\", \"Cera Pro Light Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Subscribe to \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0NlcmEgUHJvIEJvbGQ=\",\"--framer-font-family\":'\"Cera Pro Bold\", \"Cera Pro Bold Placeholder\", sans-serif'},children:\"SRVP\"}),\" DEALSIGHT \u2122 \"]})}),className:\"framer-1xheoqx\",fonts:[\"CUSTOM;Cera Pro Light\",\"CUSTOM;Cera Pro Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qsa4rf-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"btHbzbmPN\",scopeId:\"VNzAryVgm\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Je6j8FW7j:{layout:\"vertical\"}},children:/*#__PURE__*/_jsx(Mailchimp,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,button:{color:\"rgb(255, 255, 255)\",fill:\"rgb(120, 115, 115)\",fontWeight:600,label:\"Sign Up\"},font:false,fontFamily:\"Inter\",fontSize:16,fontWeight:400,gap:15,height:\"100%\",id:\"btHbzbmPN\",input:{color:\"rgb(0, 0, 0)\",error:\"rgb(238, 68, 68)\",fill:\"rgb(235, 235, 235)\",placeholder:\"hello@srv-partners.com\",placeholderColor:\"rgba(0, 0, 0, 0.3)\",value:\"\"},isMixedBorderRadius:false,layout:\"horizontal\",layoutId:\"btHbzbmPN\",padding:15,paddingBottom:15,paddingLeft:15,paddingPerSide:false,paddingRight:15,paddingTop:15,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,url:\"https://srv-partners.us11.list-manage.com/subscribe/post?u=6d7233966857085ec4c4cc571&amp;id=dd684f6c81&amp;f_id=00a64ae0f0\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Je6j8FW7j:{y:(componentViewport?.y||0)+0+12383},ZTQxd_aL5:{y:(componentViewport?.y||0)+0+10964}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:321,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+10093.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1829wkd-container\",nodeId:\"RFdA6t97G\",scopeId:\"VNzAryVgm\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Je6j8FW7j:{variant:\"yc_YvqxQe\"},ZTQxd_aL5:{variant:\"tG_fGzFB_\"}},children:/*#__PURE__*/_jsx(FooterDark,{height:\"100%\",id:\"RFdA6t97G\",layoutId:\"RFdA6t97G\",style:{width:\"100%\"},variant:\"gCa23Nivx\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-PbrF9.framer-q6xmy, .framer-PbrF9 .framer-q6xmy { display: block; }\",\".framer-PbrF9.framer-noxb5i { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-PbrF9 .framer-1pxq96a-container { flex: none; height: 68px; position: sticky; top: 0px; width: 100%; z-index: 6; }\",\".framer-PbrF9 .framer-1d98s0k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 100vh; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-PbrF9 .framer-zss8n1 { -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); background-color: rgba(55, 32, 56, 0.65); flex: none; height: 100%; overflow: visible; position: relative; width: 50%; }\",\".framer-PbrF9 .framer-h7olbx { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 49%; position: absolute; top: 50%; transform: translate(-50%, -50%); white-space: pre; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-PbrF9 .framer-15pum52 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 45px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-PbrF9 .framer-1idv63f { align-content: center; align-items: center; background-color: rgba(55, 32, 56, 0.85); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 800px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 600px; }\",\".framer-PbrF9 .framer-1s5r389, .framer-PbrF9 .framer-1mitvoj, .framer-PbrF9 .framer-157cw4h, .framer-PbrF9 .framer-f9097o, .framer-PbrF9 .framer-1vh31qw, .framer-PbrF9 .framer-1tj4xhx, .framer-PbrF9 .framer-yngsqx, .framer-PbrF9 .framer-1a8gugs, .framer-PbrF9 .framer-15tyz1m, .framer-PbrF9 .framer-1e07071, .framer-PbrF9 .framer-oj7v2q, .framer-PbrF9 .framer-1768a6t, .framer-PbrF9 .framer-q4iw7h, .framer-PbrF9 .framer-1nju16p, .framer-PbrF9 .framer-1q3z98k, .framer-PbrF9 .framer-1om0p02, .framer-PbrF9 .framer-1c2lalg, .framer-PbrF9 .framer-1yjs69, .framer-PbrF9 .framer-rhut52, .framer-PbrF9 .framer-stkwuh, .framer-PbrF9 .framer-84u2po, .framer-PbrF9 .framer-1izgq8b, .framer-PbrF9 .framer-2ftcpk, .framer-PbrF9 .framer-1v1hmzc, .framer-PbrF9 .framer-1w88gtq, .framer-PbrF9 .framer-1tvpygp, .framer-PbrF9 .framer-1hm3pp1, .framer-PbrF9 .framer-1987o0h, .framer-PbrF9 .framer-pxxwgv, .framer-PbrF9 .framer-7zkq24, .framer-PbrF9 .framer-18c5c2a, .framer-PbrF9 .framer-ajquja, .framer-PbrF9 .framer-z40i9d, .framer-PbrF9 .framer-18k13f1, .framer-PbrF9 .framer-1ilqo1k, .framer-PbrF9 .framer-1xheoqx { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-PbrF9 .framer-1x0g00d { 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: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-PbrF9 .framer-gu50q7 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 499px; word-break: break-word; word-wrap: break-word; }\",\".framer-PbrF9 .framer-120c71k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 35px; position: relative; width: 100%; }\",\".framer-PbrF9 .framer-1rfdnig { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 330px; word-break: break-word; word-wrap: break-word; }\",\".framer-PbrF9 .framer-hn0taq-container { flex: none; height: auto; position: relative; width: auto; z-index: 1; }\",\".framer-PbrF9 .framer-1ek6jfs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1095px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-PbrF9 .framer-1w0wfi { align-content: center; align-items: center; background-color: rgba(219, 219, 219, 0.25); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 1095px; justify-content: flex-start; overflow: hidden; padding: 0px 0px 100px 0px; position: relative; width: 1px; }\",\".framer-PbrF9 .framer-urxl24 { 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; overflow: hidden; padding: 35px 100px 0px 0px; position: relative; width: 100%; }\",\".framer-PbrF9 .framer-bexhry { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-PbrF9 .framer-1blgrn4 { display: grid; flex: none; gap: 45px; grid-auto-rows: 223px; grid-template-columns: repeat(2, minmax(200px, 1fr)); grid-template-rows: repeat(2, 223px); height: 900px; justify-content: center; overflow: hidden; padding: 100px; position: relative; width: 100%; }\",\".framer-PbrF9 .framer-1pr09sq-container, .framer-PbrF9 .framer-1lgx524-container, .framer-PbrF9 .framer-2n9inx-container, .framer-PbrF9 .framer-1uw9udi-container, .framer-PbrF9 .framer-dr24f3-container, .framer-PbrF9 .framer-xtf2gp-container { align-self: start; flex: none; height: 100%; justify-self: start; position: relative; width: 100%; }\",\".framer-PbrF9 .framer-1mtyrbc { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-PbrF9 .framer-1bpc3bn { 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: center; overflow: hidden; padding: 20px 0px 20px 14px; position: relative; width: 100%; }\",\".framer-PbrF9 .framer-1tlp49c, .framer-PbrF9 .framer-1sool48, .framer-PbrF9 .framer-l2r493 { 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: center; overflow: hidden; padding: 30px 0px 30px 14px; position: relative; width: 100%; }\",\".framer-PbrF9 .framer-6vcxhr, .framer-PbrF9 .framer-veop49, .framer-PbrF9 .framer-1s0z8d2, .framer-PbrF9 .framer-fqre1e, .framer-PbrF9 .framer-1hu43s3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-PbrF9 .framer-5vbyv7 { 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: center; overflow: hidden; padding: 10px 0px 10px 14px; position: relative; width: 100%; }\",\".framer-PbrF9 .framer-11pse5r, .framer-PbrF9 .framer-u47rl5 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-PbrF9 .framer-orblv, .framer-PbrF9 .framer-gp78qx { align-content: flex-start; align-items: flex-start; background-color: rgba(55, 32, 56, 0.85); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 15px 0px 15px 15px; position: relative; width: 393px; }\",\".framer-PbrF9 .framer-ll7ay1, .framer-PbrF9 .framer-qbvj89 { aspect-ratio: 0.9994074074074074 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 200px); overflow: visible; position: relative; width: 33%; }\",\".framer-PbrF9 .framer-1ozb7eu, .framer-PbrF9 .framer-1wgaomu { 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: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-PbrF9 .framer-1y5c1sl, .framer-PbrF9 .framer-dpotim, .framer-PbrF9 .framer-1qog8j2, .framer-PbrF9 .framer-7rbrrl, .framer-PbrF9 .framer-oqahk7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 268px; }\",\".framer-PbrF9 .framer-wu16x6, .framer-PbrF9 .framer-16zf7zh, .framer-PbrF9 .framer-1nciz25, .framer-PbrF9 .framer-17vux2e, .framer-PbrF9 .framer-j031ri, .framer-PbrF9 .framer-1nfeh8s, .framer-PbrF9 .framer-rl6ief, .framer-PbrF9 .framer-1bupaox, .framer-PbrF9 .framer-rgcu9p, .framer-PbrF9 .framer-1u3c3sq, .framer-PbrF9 .framer-14333j5, .framer-PbrF9 .framer-l47roo, .framer-PbrF9 .framer-u3nqip, .framer-PbrF9 .framer-lgr3ux, .framer-PbrF9 .framer-1cptuum { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-PbrF9 .framer-1urs19c, .framer-PbrF9 .framer-1q3924h { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 15px; position: relative; width: 382px; }\",\".framer-PbrF9 .framer-1z2yxz, .framer-PbrF9 .framer-15lk7g0, .framer-PbrF9 .framer-1hus2ak, .framer-PbrF9 .framer-r9dmxb, .framer-PbrF9 .framer-4r8bo0 { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 363px; word-break: break-word; word-wrap: break-word; }\",\".framer-PbrF9 .framer-gdfciu, .framer-PbrF9 .framer-htaqk7, .framer-PbrF9 .framer-1irbjkj, .framer-PbrF9 .framer-g47qtf { 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: center; overflow: hidden; padding: 15px 0px 10px 14px; position: relative; width: 100%; }\",\".framer-PbrF9 .framer-dghvec, .framer-PbrF9 .framer-1sdvqbu, .framer-PbrF9 .framer-mxwzlz { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-PbrF9 .framer-1wethtr, .framer-PbrF9 .framer-1hlpzh7, .framer-PbrF9 .framer-1hr5q09 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 15px; position: relative; width: 100%; }\",\".framer-PbrF9 .framer-1u7ws3s, .framer-PbrF9 .framer-1omz3z4, .framer-PbrF9 .framer-7rjos7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 241px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-PbrF9 .framer-1mfz0s3, .framer-PbrF9 .framer-1joxdoc, .framer-PbrF9 .framer-14l6m9j { align-content: center; align-items: center; background-color: rgba(55, 32, 56, 0.85); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 239px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-PbrF9 .framer-aw64j6, .framer-PbrF9 .framer-1dmge6k, .framer-PbrF9 .framer-lckezb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 15px; position: relative; width: 100%; }\",\".framer-PbrF9 .framer-rwruj9 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-PbrF9 .framer-g246jw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 45px 0px 30px 20px; position: relative; width: 1200px; }\",\".framer-PbrF9 .framer-1snn8ox, .framer-PbrF9 .framer-1hnpj6b, .framer-PbrF9 .framer-1yfmx94 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 30px 0px 30px 20px; position: relative; width: 1200px; }\",\".framer-PbrF9 .framer-frcr85, .framer-PbrF9 .framer-19vshcn, .framer-PbrF9 .framer-a6kn2r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-PbrF9 .framer-11i2cer, .framer-PbrF9 .framer-mhdpey, .framer-PbrF9 .framer-1bfmv28, .framer-PbrF9 .framer-qo4r8j, .framer-PbrF9 .framer-1tjv7o { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 220px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-PbrF9 .framer-j4d2vp, .framer-PbrF9 .framer-15t20a3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 50%; }\",\".framer-PbrF9 .framer-1rge7ju, .framer-PbrF9 .framer-149wcgw { align-content: center; align-items: center; background-color: rgba(55, 32, 56, 0.85); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-PbrF9 .framer-1z0iqqa, .framer-PbrF9 .framer-1ek0ngh { flex: none; height: 194px; overflow: visible; position: relative; width: 268px; }\",\".framer-PbrF9 .framer-y01r21, .framer-PbrF9 .framer-1ua6jp8, .framer-PbrF9 .framer-17uod7p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-PbrF9 .framer-2ipv4t, .framer-PbrF9 .framer-1qrcaf5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 20px; position: relative; width: 268px; }\",\".framer-PbrF9 .framer-1t2zgb, .framer-PbrF9 .framer-lbv2ij { --border-bottom-width: 1px; --border-color: #554156; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: rgba(55, 32, 56, 0.85); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: 220px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 600px; }\",\".framer-PbrF9 .framer-ga4v42, .framer-PbrF9 .framer-1r2qkm6 { aspect-ratio: 0.9994074074074074 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 300px); overflow: visible; position: relative; width: 50%; }\",\".framer-PbrF9 .framer-pwsdwu, .framer-PbrF9 .framer-1coa292 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 50%; }\",\".framer-PbrF9 .framer-ktnmnc, .framer-PbrF9 .framer-huv9f6, .framer-PbrF9 .framer-dg6xzy, .framer-PbrF9 .framer-1vbx7zu, .framer-PbrF9 .framer-q7o2by { 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: center; overflow: hidden; padding: 0px; position: relative; width: 268px; }\",\".framer-PbrF9 .framer-1q74mch, .framer-PbrF9 .framer-xho9ve { --border-bottom-width: 0px; --border-color: #554155; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-PbrF9 .framer-lh2e0o { 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: hidden; padding: 20px 0px 0px 28px; position: relative; width: min-content; }\",\".framer-PbrF9 .framer-hnxugb { 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 0px 0px 28px; position: relative; width: min-content; }\",\".framer-PbrF9 .framer-17chegf, .framer-PbrF9 .framer-1t9zkiz { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 512px; word-break: break-word; word-wrap: break-word; }\",\".framer-PbrF9 .framer-4vj3th { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 13px 0px 50px 20px; position: relative; width: 100%; }\",\".framer-PbrF9 .framer-882yps { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 1122px; word-break: break-word; word-wrap: break-word; }\",\".framer-PbrF9 .framer-zbau3u { --border-bottom-width: 0px; --border-color: #554156; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; 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: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-PbrF9 .framer-1xn2ii1, .framer-PbrF9 .framer-1e4wkf3, .framer-PbrF9 .framer-4unjqh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 50%; }\",\".framer-PbrF9 .framer-yqi321 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px 0px 0px 20px; position: relative; width: min-content; }\",\".framer-PbrF9 .framer-yc9c7e, .framer-PbrF9 .framer-16rxfuc, .framer-PbrF9 .framer-vx88y3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 20px; position: relative; width: min-content; }\",\".framer-PbrF9 .framer-kpynsw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 10px 28px 0px 0px; position: relative; width: 100%; }\",\".framer-PbrF9 .framer-1ep851s, .framer-PbrF9 .framer-enzoe4, .framer-PbrF9 .framer-15086b5, .framer-PbrF9 .framer-1dyklj7 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 1130px; word-break: break-word; word-wrap: break-word; }\",\".framer-PbrF9 .framer-e6fxgh, .framer-PbrF9 .framer-il4vke { align-content: center; align-items: center; background-color: rgba(55, 32, 56, 0.85); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 308px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 268px; }\",\".framer-PbrF9 .framer-1wejnd0, .framer-PbrF9 .framer-11dzer3 { 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: min-content; }\",\".framer-PbrF9 .framer-qp9xm0, .framer-PbrF9 .framer-7zp6jf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 241px; }\",\".framer-PbrF9 .framer-1nsl9j0, .framer-PbrF9 .framer-12adf3m, .framer-PbrF9 .framer-15lfoyq { align-content: center; align-items: center; background-color: rgba(55, 32, 56, 0.85); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 220px; justify-content: flex-start; overflow: hidden; padding: 35px; position: relative; width: 100%; }\",\".framer-PbrF9 .framer-ulhxj7, .framer-PbrF9 .framer-1iejsi6 { --border-bottom-width: 0px; --border-color: #554155; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 50%; }\",\".framer-PbrF9 .framer-1frjwcb { 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: hidden; padding: 0px 0px 0px 20px; position: relative; width: min-content; }\",\".framer-PbrF9 .framer-1elionn, .framer-PbrF9 .framer-1wxlnhb, .framer-PbrF9 .framer-1yc1zta { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 504px; word-break: break-word; word-wrap: break-word; }\",\".framer-PbrF9 .framer-b37sx7, .framer-PbrF9 .framer-wg9670 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 10px 28px 50px 0px; position: relative; width: 100%; }\",\".framer-PbrF9 .framer-1a70gpg { --border-bottom-width: 0px; --border-color: #554155; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: 100%; justify-content: center; overflow: hidden; padding: 0px 0px 0px 20px; position: relative; width: 50%; }\",\".framer-PbrF9 .framer-umg8nn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-PbrF9 .framer-oe25t { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 13px 28px 50px 0px; position: relative; width: 100%; }\",\".framer-PbrF9 .framer-hlh54v { 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: hidden; padding: 20px 0px 0px 20px; position: relative; width: min-content; }\",\".framer-PbrF9 .framer-oeure { align-content: flex-start; align-items: flex-start; background-color: #554155; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 46px; height: 1095px; justify-content: flex-start; overflow: hidden; padding: 80px 80px 80px 40px; position: relative; width: 100%; }\",\".framer-PbrF9 .framer-yj3ec4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 75px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-PbrF9 .framer-plicrh { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 967px; word-break: break-word; word-wrap: break-word; }\",\".framer-PbrF9 .framer-ikzv0l { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-PbrF9 .framer-1m4wmbn { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 9px 12px 9px 12px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-PbrF9 .framer-1qsa4rf-container { flex: none; height: auto; position: relative; width: 430px; }\",\".framer-PbrF9 .framer-1829wkd-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-PbrF9.framer-noxb5i, .framer-PbrF9 .framer-1d98s0k, .framer-PbrF9 .framer-15pum52, .framer-PbrF9 .framer-1idv63f, .framer-PbrF9 .framer-1x0g00d, .framer-PbrF9 .framer-120c71k, .framer-PbrF9 .framer-1ek6jfs, .framer-PbrF9 .framer-1w0wfi, .framer-PbrF9 .framer-urxl24, .framer-PbrF9 .framer-1mtyrbc, .framer-PbrF9 .framer-1bpc3bn, .framer-PbrF9 .framer-1tlp49c, .framer-PbrF9 .framer-1sool48, .framer-PbrF9 .framer-6vcxhr, .framer-PbrF9 .framer-5vbyv7, .framer-PbrF9 .framer-11pse5r, .framer-PbrF9 .framer-veop49, .framer-PbrF9 .framer-orblv, .framer-PbrF9 .framer-1ozb7eu, .framer-PbrF9 .framer-1y5c1sl, .framer-PbrF9 .framer-1urs19c, .framer-PbrF9 .framer-l2r493, .framer-PbrF9 .framer-1s0z8d2, .framer-PbrF9 .framer-gdfciu, .framer-PbrF9 .framer-u47rl5, .framer-PbrF9 .framer-fqre1e, .framer-PbrF9 .framer-gp78qx, .framer-PbrF9 .framer-1wgaomu, .framer-PbrF9 .framer-dpotim, .framer-PbrF9 .framer-1q3924h, .framer-PbrF9 .framer-1hu43s3, .framer-PbrF9 .framer-dghvec, .framer-PbrF9 .framer-htaqk7, .framer-PbrF9 .framer-1wethtr, .framer-PbrF9 .framer-1u7ws3s, .framer-PbrF9 .framer-1mfz0s3, .framer-PbrF9 .framer-aw64j6, .framer-PbrF9 .framer-1qog8j2, .framer-PbrF9 .framer-1sdvqbu, .framer-PbrF9 .framer-1irbjkj, .framer-PbrF9 .framer-1hlpzh7, .framer-PbrF9 .framer-1omz3z4, .framer-PbrF9 .framer-1joxdoc, .framer-PbrF9 .framer-1dmge6k, .framer-PbrF9 .framer-7rbrrl, .framer-PbrF9 .framer-mxwzlz, .framer-PbrF9 .framer-g47qtf, .framer-PbrF9 .framer-1hr5q09, .framer-PbrF9 .framer-7rjos7, .framer-PbrF9 .framer-14l6m9j, .framer-PbrF9 .framer-lckezb, .framer-PbrF9 .framer-oqahk7, .framer-PbrF9 .framer-rwruj9, .framer-PbrF9 .framer-g246jw, .framer-PbrF9 .framer-1snn8ox, .framer-PbrF9 .framer-frcr85, .framer-PbrF9 .framer-11i2cer, .framer-PbrF9 .framer-j4d2vp, .framer-PbrF9 .framer-1rge7ju, .framer-PbrF9 .framer-y01r21, .framer-PbrF9 .framer-2ipv4t, .framer-PbrF9 .framer-1t2zgb, .framer-PbrF9 .framer-pwsdwu, .framer-PbrF9 .framer-ktnmnc, .framer-PbrF9 .framer-1q74mch, .framer-PbrF9 .framer-lh2e0o, .framer-PbrF9 .framer-hnxugb, .framer-PbrF9 .framer-4vj3th, .framer-PbrF9 .framer-1hnpj6b, .framer-PbrF9 .framer-19vshcn, .framer-PbrF9 .framer-mhdpey, .framer-PbrF9 .framer-zbau3u, .framer-PbrF9 .framer-149wcgw, .framer-PbrF9 .framer-1ua6jp8, .framer-PbrF9 .framer-1qrcaf5, .framer-PbrF9 .framer-1xn2ii1, .framer-PbrF9 .framer-lbv2ij, .framer-PbrF9 .framer-1coa292, .framer-PbrF9 .framer-huv9f6, .framer-PbrF9 .framer-xho9ve, .framer-PbrF9 .framer-yqi321, .framer-PbrF9 .framer-yc9c7e, .framer-PbrF9 .framer-kpynsw, .framer-PbrF9 .framer-1yfmx94, .framer-PbrF9 .framer-a6kn2r, .framer-PbrF9 .framer-1bfmv28, .framer-PbrF9 .framer-1e4wkf3, .framer-PbrF9 .framer-e6fxgh, .framer-PbrF9 .framer-1wejnd0, .framer-PbrF9 .framer-qp9xm0, .framer-PbrF9 .framer-1nsl9j0, .framer-PbrF9 .framer-dg6xzy, .framer-PbrF9 .framer-ulhxj7, .framer-PbrF9 .framer-1frjwcb, .framer-PbrF9 .framer-16rxfuc, .framer-PbrF9 .framer-b37sx7, .framer-PbrF9 .framer-qo4r8j, .framer-PbrF9 .framer-1a70gpg, .framer-PbrF9 .framer-17uod7p, .framer-PbrF9 .framer-umg8nn, .framer-PbrF9 .framer-15t20a3, .framer-PbrF9 .framer-12adf3m, .framer-PbrF9 .framer-1vbx7zu, .framer-PbrF9 .framer-oe25t, .framer-PbrF9 .framer-1tjv7o, .framer-PbrF9 .framer-4unjqh, .framer-PbrF9 .framer-il4vke, .framer-PbrF9 .framer-11dzer3, .framer-PbrF9 .framer-7zp6jf, .framer-PbrF9 .framer-15lfoyq, .framer-PbrF9 .framer-q7o2by, .framer-PbrF9 .framer-1iejsi6, .framer-PbrF9 .framer-hlh54v, .framer-PbrF9 .framer-vx88y3, .framer-PbrF9 .framer-wg9670, .framer-PbrF9 .framer-oeure, .framer-PbrF9 .framer-yj3ec4, .framer-PbrF9 .framer-ikzv0l, .framer-PbrF9 .framer-1m4wmbn { gap: 0px; } .framer-PbrF9.framer-noxb5i > *, .framer-PbrF9 .framer-1w0wfi > *, .framer-PbrF9 .framer-1mtyrbc > *, .framer-PbrF9 .framer-1bpc3bn > *, .framer-PbrF9 .framer-1tlp49c > *, .framer-PbrF9 .framer-1sool48 > *, .framer-PbrF9 .framer-6vcxhr > *, .framer-PbrF9 .framer-5vbyv7 > *, .framer-PbrF9 .framer-veop49 > *, .framer-PbrF9 .framer-orblv > *, .framer-PbrF9 .framer-1ozb7eu > *, .framer-PbrF9 .framer-l2r493 > *, .framer-PbrF9 .framer-1s0z8d2 > *, .framer-PbrF9 .framer-gdfciu > *, .framer-PbrF9 .framer-fqre1e > *, .framer-PbrF9 .framer-gp78qx > *, .framer-PbrF9 .framer-1wgaomu > *, .framer-PbrF9 .framer-1hu43s3 > *, .framer-PbrF9 .framer-htaqk7 > *, .framer-PbrF9 .framer-1irbjkj > *, .framer-PbrF9 .framer-g47qtf > *, .framer-PbrF9 .framer-frcr85 > *, .framer-PbrF9 .framer-j4d2vp > *, .framer-PbrF9 .framer-1rge7ju > *, .framer-PbrF9 .framer-y01r21 > *, .framer-PbrF9 .framer-pwsdwu > *, .framer-PbrF9 .framer-ktnmnc > *, .framer-PbrF9 .framer-19vshcn > *, .framer-PbrF9 .framer-zbau3u > *, .framer-PbrF9 .framer-149wcgw > *, .framer-PbrF9 .framer-1ua6jp8 > *, .framer-PbrF9 .framer-1coa292 > *, .framer-PbrF9 .framer-huv9f6 > *, .framer-PbrF9 .framer-a6kn2r > *, .framer-PbrF9 .framer-dg6xzy > *, .framer-PbrF9 .framer-1frjwcb > *, .framer-PbrF9 .framer-17uod7p > *, .framer-PbrF9 .framer-15t20a3 > *, .framer-PbrF9 .framer-1vbx7zu > *, .framer-PbrF9 .framer-q7o2by > *, .framer-PbrF9 .framer-hlh54v > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-PbrF9.framer-noxb5i > :first-child, .framer-PbrF9 .framer-1idv63f > :first-child, .framer-PbrF9 .framer-1x0g00d > :first-child, .framer-PbrF9 .framer-1w0wfi > :first-child, .framer-PbrF9 .framer-1mtyrbc > :first-child, .framer-PbrF9 .framer-1bpc3bn > :first-child, .framer-PbrF9 .framer-1tlp49c > :first-child, .framer-PbrF9 .framer-1sool48 > :first-child, .framer-PbrF9 .framer-6vcxhr > :first-child, .framer-PbrF9 .framer-5vbyv7 > :first-child, .framer-PbrF9 .framer-11pse5r > :first-child, .framer-PbrF9 .framer-veop49 > :first-child, .framer-PbrF9 .framer-orblv > :first-child, .framer-PbrF9 .framer-1ozb7eu > :first-child, .framer-PbrF9 .framer-1y5c1sl > :first-child, .framer-PbrF9 .framer-1urs19c > :first-child, .framer-PbrF9 .framer-l2r493 > :first-child, .framer-PbrF9 .framer-1s0z8d2 > :first-child, .framer-PbrF9 .framer-gdfciu > :first-child, .framer-PbrF9 .framer-u47rl5 > :first-child, .framer-PbrF9 .framer-fqre1e > :first-child, .framer-PbrF9 .framer-gp78qx > :first-child, .framer-PbrF9 .framer-1wgaomu > :first-child, .framer-PbrF9 .framer-dpotim > :first-child, .framer-PbrF9 .framer-1q3924h > :first-child, .framer-PbrF9 .framer-1hu43s3 > :first-child, .framer-PbrF9 .framer-dghvec > :first-child, .framer-PbrF9 .framer-htaqk7 > :first-child, .framer-PbrF9 .framer-1wethtr > :first-child, .framer-PbrF9 .framer-1u7ws3s > :first-child, .framer-PbrF9 .framer-1qog8j2 > :first-child, .framer-PbrF9 .framer-1sdvqbu > :first-child, .framer-PbrF9 .framer-1irbjkj > :first-child, .framer-PbrF9 .framer-1hlpzh7 > :first-child, .framer-PbrF9 .framer-1omz3z4 > :first-child, .framer-PbrF9 .framer-7rbrrl > :first-child, .framer-PbrF9 .framer-mxwzlz > :first-child, .framer-PbrF9 .framer-g47qtf > :first-child, .framer-PbrF9 .framer-1hr5q09 > :first-child, .framer-PbrF9 .framer-7rjos7 > :first-child, .framer-PbrF9 .framer-oqahk7 > :first-child, .framer-PbrF9 .framer-rwruj9 > :first-child, .framer-PbrF9 .framer-frcr85 > :first-child, .framer-PbrF9 .framer-j4d2vp > :first-child, .framer-PbrF9 .framer-1rge7ju > :first-child, .framer-PbrF9 .framer-y01r21 > :first-child, .framer-PbrF9 .framer-2ipv4t > :first-child, .framer-PbrF9 .framer-pwsdwu > :first-child, .framer-PbrF9 .framer-ktnmnc > :first-child, .framer-PbrF9 .framer-1q74mch > :first-child, .framer-PbrF9 .framer-lh2e0o > :first-child, .framer-PbrF9 .framer-19vshcn > :first-child, .framer-PbrF9 .framer-zbau3u > :first-child, .framer-PbrF9 .framer-149wcgw > :first-child, .framer-PbrF9 .framer-1ua6jp8 > :first-child, .framer-PbrF9 .framer-1qrcaf5 > :first-child, .framer-PbrF9 .framer-1xn2ii1 > :first-child, .framer-PbrF9 .framer-1coa292 > :first-child, .framer-PbrF9 .framer-huv9f6 > :first-child, .framer-PbrF9 .framer-xho9ve > :first-child, .framer-PbrF9 .framer-yqi321 > :first-child, .framer-PbrF9 .framer-a6kn2r > :first-child, .framer-PbrF9 .framer-1e4wkf3 > :first-child, .framer-PbrF9 .framer-qp9xm0 > :first-child, .framer-PbrF9 .framer-dg6xzy > :first-child, .framer-PbrF9 .framer-ulhxj7 > :first-child, .framer-PbrF9 .framer-1frjwcb > :first-child, .framer-PbrF9 .framer-1a70gpg > :first-child, .framer-PbrF9 .framer-17uod7p > :first-child, .framer-PbrF9 .framer-15t20a3 > :first-child, .framer-PbrF9 .framer-1vbx7zu > :first-child, .framer-PbrF9 .framer-4unjqh > :first-child, .framer-PbrF9 .framer-7zp6jf > :first-child, .framer-PbrF9 .framer-q7o2by > :first-child, .framer-PbrF9 .framer-1iejsi6 > :first-child, .framer-PbrF9 .framer-hlh54v > :first-child, .framer-PbrF9 .framer-oeure > :first-child, .framer-PbrF9 .framer-yj3ec4 > :first-child, .framer-PbrF9 .framer-ikzv0l > :first-child { margin-top: 0px; } .framer-PbrF9.framer-noxb5i > :last-child, .framer-PbrF9 .framer-1idv63f > :last-child, .framer-PbrF9 .framer-1x0g00d > :last-child, .framer-PbrF9 .framer-1w0wfi > :last-child, .framer-PbrF9 .framer-1mtyrbc > :last-child, .framer-PbrF9 .framer-1bpc3bn > :last-child, .framer-PbrF9 .framer-1tlp49c > :last-child, .framer-PbrF9 .framer-1sool48 > :last-child, .framer-PbrF9 .framer-6vcxhr > :last-child, .framer-PbrF9 .framer-5vbyv7 > :last-child, .framer-PbrF9 .framer-11pse5r > :last-child, .framer-PbrF9 .framer-veop49 > :last-child, .framer-PbrF9 .framer-orblv > :last-child, .framer-PbrF9 .framer-1ozb7eu > :last-child, .framer-PbrF9 .framer-1y5c1sl > :last-child, .framer-PbrF9 .framer-1urs19c > :last-child, .framer-PbrF9 .framer-l2r493 > :last-child, .framer-PbrF9 .framer-1s0z8d2 > :last-child, .framer-PbrF9 .framer-gdfciu > :last-child, .framer-PbrF9 .framer-u47rl5 > :last-child, .framer-PbrF9 .framer-fqre1e > :last-child, .framer-PbrF9 .framer-gp78qx > :last-child, .framer-PbrF9 .framer-1wgaomu > :last-child, .framer-PbrF9 .framer-dpotim > :last-child, .framer-PbrF9 .framer-1q3924h > :last-child, .framer-PbrF9 .framer-1hu43s3 > :last-child, .framer-PbrF9 .framer-dghvec > :last-child, .framer-PbrF9 .framer-htaqk7 > :last-child, .framer-PbrF9 .framer-1wethtr > :last-child, .framer-PbrF9 .framer-1u7ws3s > :last-child, .framer-PbrF9 .framer-1qog8j2 > :last-child, .framer-PbrF9 .framer-1sdvqbu > :last-child, .framer-PbrF9 .framer-1irbjkj > :last-child, .framer-PbrF9 .framer-1hlpzh7 > :last-child, .framer-PbrF9 .framer-1omz3z4 > :last-child, .framer-PbrF9 .framer-7rbrrl > :last-child, .framer-PbrF9 .framer-mxwzlz > :last-child, .framer-PbrF9 .framer-g47qtf > :last-child, .framer-PbrF9 .framer-1hr5q09 > :last-child, .framer-PbrF9 .framer-7rjos7 > :last-child, .framer-PbrF9 .framer-oqahk7 > :last-child, .framer-PbrF9 .framer-rwruj9 > :last-child, .framer-PbrF9 .framer-frcr85 > :last-child, .framer-PbrF9 .framer-j4d2vp > :last-child, .framer-PbrF9 .framer-1rge7ju > :last-child, .framer-PbrF9 .framer-y01r21 > :last-child, .framer-PbrF9 .framer-2ipv4t > :last-child, .framer-PbrF9 .framer-pwsdwu > :last-child, .framer-PbrF9 .framer-ktnmnc > :last-child, .framer-PbrF9 .framer-1q74mch > :last-child, .framer-PbrF9 .framer-lh2e0o > :last-child, .framer-PbrF9 .framer-19vshcn > :last-child, .framer-PbrF9 .framer-zbau3u > :last-child, .framer-PbrF9 .framer-149wcgw > :last-child, .framer-PbrF9 .framer-1ua6jp8 > :last-child, .framer-PbrF9 .framer-1qrcaf5 > :last-child, .framer-PbrF9 .framer-1xn2ii1 > :last-child, .framer-PbrF9 .framer-1coa292 > :last-child, .framer-PbrF9 .framer-huv9f6 > :last-child, .framer-PbrF9 .framer-xho9ve > :last-child, .framer-PbrF9 .framer-yqi321 > :last-child, .framer-PbrF9 .framer-a6kn2r > :last-child, .framer-PbrF9 .framer-1e4wkf3 > :last-child, .framer-PbrF9 .framer-qp9xm0 > :last-child, .framer-PbrF9 .framer-dg6xzy > :last-child, .framer-PbrF9 .framer-ulhxj7 > :last-child, .framer-PbrF9 .framer-1frjwcb > :last-child, .framer-PbrF9 .framer-1a70gpg > :last-child, .framer-PbrF9 .framer-17uod7p > :last-child, .framer-PbrF9 .framer-15t20a3 > :last-child, .framer-PbrF9 .framer-1vbx7zu > :last-child, .framer-PbrF9 .framer-4unjqh > :last-child, .framer-PbrF9 .framer-7zp6jf > :last-child, .framer-PbrF9 .framer-q7o2by > :last-child, .framer-PbrF9 .framer-1iejsi6 > :last-child, .framer-PbrF9 .framer-hlh54v > :last-child, .framer-PbrF9 .framer-oeure > :last-child, .framer-PbrF9 .framer-yj3ec4 > :last-child, .framer-PbrF9 .framer-ikzv0l > :last-child { margin-bottom: 0px; } .framer-PbrF9 .framer-1d98s0k > *, .framer-PbrF9 .framer-urxl24 > *, .framer-PbrF9 .framer-1mfz0s3 > *, .framer-PbrF9 .framer-1joxdoc > *, .framer-PbrF9 .framer-14l6m9j > *, .framer-PbrF9 .framer-g246jw > *, .framer-PbrF9 .framer-1snn8ox > *, .framer-PbrF9 .framer-11i2cer > *, .framer-PbrF9 .framer-4vj3th > *, .framer-PbrF9 .framer-1hnpj6b > *, .framer-PbrF9 .framer-mhdpey > *, .framer-PbrF9 .framer-yc9c7e > *, .framer-PbrF9 .framer-kpynsw > *, .framer-PbrF9 .framer-1yfmx94 > *, .framer-PbrF9 .framer-1bfmv28 > *, .framer-PbrF9 .framer-e6fxgh > *, .framer-PbrF9 .framer-1nsl9j0 > *, .framer-PbrF9 .framer-16rxfuc > *, .framer-PbrF9 .framer-b37sx7 > *, .framer-PbrF9 .framer-qo4r8j > *, .framer-PbrF9 .framer-umg8nn > *, .framer-PbrF9 .framer-12adf3m > *, .framer-PbrF9 .framer-oe25t > *, .framer-PbrF9 .framer-1tjv7o > *, .framer-PbrF9 .framer-il4vke > *, .framer-PbrF9 .framer-15lfoyq > *, .framer-PbrF9 .framer-vx88y3 > *, .framer-PbrF9 .framer-wg9670 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-PbrF9 .framer-1d98s0k > :first-child, .framer-PbrF9 .framer-15pum52 > :first-child, .framer-PbrF9 .framer-120c71k > :first-child, .framer-PbrF9 .framer-1ek6jfs > :first-child, .framer-PbrF9 .framer-urxl24 > :first-child, .framer-PbrF9 .framer-1mfz0s3 > :first-child, .framer-PbrF9 .framer-aw64j6 > :first-child, .framer-PbrF9 .framer-1joxdoc > :first-child, .framer-PbrF9 .framer-1dmge6k > :first-child, .framer-PbrF9 .framer-14l6m9j > :first-child, .framer-PbrF9 .framer-lckezb > :first-child, .framer-PbrF9 .framer-g246jw > :first-child, .framer-PbrF9 .framer-1snn8ox > :first-child, .framer-PbrF9 .framer-11i2cer > :first-child, .framer-PbrF9 .framer-1t2zgb > :first-child, .framer-PbrF9 .framer-hnxugb > :first-child, .framer-PbrF9 .framer-4vj3th > :first-child, .framer-PbrF9 .framer-1hnpj6b > :first-child, .framer-PbrF9 .framer-mhdpey > :first-child, .framer-PbrF9 .framer-lbv2ij > :first-child, .framer-PbrF9 .framer-yc9c7e > :first-child, .framer-PbrF9 .framer-kpynsw > :first-child, .framer-PbrF9 .framer-1yfmx94 > :first-child, .framer-PbrF9 .framer-1bfmv28 > :first-child, .framer-PbrF9 .framer-e6fxgh > :first-child, .framer-PbrF9 .framer-1wejnd0 > :first-child, .framer-PbrF9 .framer-1nsl9j0 > :first-child, .framer-PbrF9 .framer-16rxfuc > :first-child, .framer-PbrF9 .framer-b37sx7 > :first-child, .framer-PbrF9 .framer-qo4r8j > :first-child, .framer-PbrF9 .framer-umg8nn > :first-child, .framer-PbrF9 .framer-12adf3m > :first-child, .framer-PbrF9 .framer-oe25t > :first-child, .framer-PbrF9 .framer-1tjv7o > :first-child, .framer-PbrF9 .framer-il4vke > :first-child, .framer-PbrF9 .framer-11dzer3 > :first-child, .framer-PbrF9 .framer-15lfoyq > :first-child, .framer-PbrF9 .framer-vx88y3 > :first-child, .framer-PbrF9 .framer-wg9670 > :first-child, .framer-PbrF9 .framer-1m4wmbn > :first-child { margin-left: 0px; } .framer-PbrF9 .framer-1d98s0k > :last-child, .framer-PbrF9 .framer-15pum52 > :last-child, .framer-PbrF9 .framer-120c71k > :last-child, .framer-PbrF9 .framer-1ek6jfs > :last-child, .framer-PbrF9 .framer-urxl24 > :last-child, .framer-PbrF9 .framer-1mfz0s3 > :last-child, .framer-PbrF9 .framer-aw64j6 > :last-child, .framer-PbrF9 .framer-1joxdoc > :last-child, .framer-PbrF9 .framer-1dmge6k > :last-child, .framer-PbrF9 .framer-14l6m9j > :last-child, .framer-PbrF9 .framer-lckezb > :last-child, .framer-PbrF9 .framer-g246jw > :last-child, .framer-PbrF9 .framer-1snn8ox > :last-child, .framer-PbrF9 .framer-11i2cer > :last-child, .framer-PbrF9 .framer-1t2zgb > :last-child, .framer-PbrF9 .framer-hnxugb > :last-child, .framer-PbrF9 .framer-4vj3th > :last-child, .framer-PbrF9 .framer-1hnpj6b > :last-child, .framer-PbrF9 .framer-mhdpey > :last-child, .framer-PbrF9 .framer-lbv2ij > :last-child, .framer-PbrF9 .framer-yc9c7e > :last-child, .framer-PbrF9 .framer-kpynsw > :last-child, .framer-PbrF9 .framer-1yfmx94 > :last-child, .framer-PbrF9 .framer-1bfmv28 > :last-child, .framer-PbrF9 .framer-e6fxgh > :last-child, .framer-PbrF9 .framer-1wejnd0 > :last-child, .framer-PbrF9 .framer-1nsl9j0 > :last-child, .framer-PbrF9 .framer-16rxfuc > :last-child, .framer-PbrF9 .framer-b37sx7 > :last-child, .framer-PbrF9 .framer-qo4r8j > :last-child, .framer-PbrF9 .framer-umg8nn > :last-child, .framer-PbrF9 .framer-12adf3m > :last-child, .framer-PbrF9 .framer-oe25t > :last-child, .framer-PbrF9 .framer-1tjv7o > :last-child, .framer-PbrF9 .framer-il4vke > :last-child, .framer-PbrF9 .framer-11dzer3 > :last-child, .framer-PbrF9 .framer-15lfoyq > :last-child, .framer-PbrF9 .framer-vx88y3 > :last-child, .framer-PbrF9 .framer-wg9670 > :last-child, .framer-PbrF9 .framer-1m4wmbn > :last-child { margin-right: 0px; } .framer-PbrF9 .framer-15pum52 > * { margin: 0px; margin-left: calc(45px / 2); margin-right: calc(45px / 2); } .framer-PbrF9 .framer-1idv63f > *, .framer-PbrF9 .framer-1x0g00d > *, .framer-PbrF9 .framer-1y5c1sl > *, .framer-PbrF9 .framer-1urs19c > *, .framer-PbrF9 .framer-dpotim > *, .framer-PbrF9 .framer-1q3924h > *, .framer-PbrF9 .framer-1wethtr > *, .framer-PbrF9 .framer-1u7ws3s > *, .framer-PbrF9 .framer-1qog8j2 > *, .framer-PbrF9 .framer-1hlpzh7 > *, .framer-PbrF9 .framer-1omz3z4 > *, .framer-PbrF9 .framer-7rbrrl > *, .framer-PbrF9 .framer-1hr5q09 > *, .framer-PbrF9 .framer-7rjos7 > *, .framer-PbrF9 .framer-oqahk7 > *, .framer-PbrF9 .framer-rwruj9 > *, .framer-PbrF9 .framer-2ipv4t > *, .framer-PbrF9 .framer-lh2e0o > *, .framer-PbrF9 .framer-1qrcaf5 > *, .framer-PbrF9 .framer-1xn2ii1 > *, .framer-PbrF9 .framer-yqi321 > *, .framer-PbrF9 .framer-1e4wkf3 > *, .framer-PbrF9 .framer-qp9xm0 > *, .framer-PbrF9 .framer-4unjqh > *, .framer-PbrF9 .framer-7zp6jf > *, .framer-PbrF9 .framer-yj3ec4 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-PbrF9 .framer-120c71k > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-PbrF9 .framer-1ek6jfs > *, .framer-PbrF9 .framer-aw64j6 > *, .framer-PbrF9 .framer-1dmge6k > *, .framer-PbrF9 .framer-lckezb > *, .framer-PbrF9 .framer-hnxugb > *, .framer-PbrF9 .framer-1wejnd0 > *, .framer-PbrF9 .framer-11dzer3 > *, .framer-PbrF9 .framer-1m4wmbn > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-PbrF9 .framer-11pse5r > *, .framer-PbrF9 .framer-u47rl5 > *, .framer-PbrF9 .framer-dghvec > *, .framer-PbrF9 .framer-1sdvqbu > *, .framer-PbrF9 .framer-mxwzlz > *, .framer-PbrF9 .framer-1q74mch > *, .framer-PbrF9 .framer-xho9ve > *, .framer-PbrF9 .framer-ulhxj7 > *, .framer-PbrF9 .framer-1a70gpg > *, .framer-PbrF9 .framer-1iejsi6 > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-PbrF9 .framer-1t2zgb > *, .framer-PbrF9 .framer-lbv2ij > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-PbrF9 .framer-oeure > * { margin: 0px; margin-bottom: calc(46px / 2); margin-top: calc(46px / 2); } .framer-PbrF9 .framer-ikzv0l > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-PbrF9[data-border=\"true\"]::after, .framer-PbrF9 [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; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-PbrF9.framer-noxb5i { width: 810px; } .framer-PbrF9 .framer-h7olbx { left: 47%; top: 50%; white-space: pre-wrap; width: 391px; word-break: break-word; word-wrap: break-word; } .framer-PbrF9 .framer-15pum52, .framer-PbrF9 .framer-frcr85, .framer-PbrF9 .framer-19vshcn, .framer-PbrF9 .framer-a6kn2r { width: 100%; } .framer-PbrF9 .framer-1idv63f { width: 50%; } .framer-PbrF9 .framer-gu50q7 { width: 325px; } .framer-PbrF9 .framer-120c71k { flex-direction: column; padding: 35px 0px 15px 0px; } .framer-PbrF9 .framer-1ek6jfs, .framer-PbrF9 .framer-1w0wfi, .framer-PbrF9 .framer-mhdpey, .framer-PbrF9 .framer-1bfmv28, .framer-PbrF9 .framer-qo4r8j, .framer-PbrF9 .framer-1tjv7o { height: min-content; } .framer-PbrF9 .framer-urxl24 { justify-content: center; padding: 35px 0px 0px 0px; } .framer-PbrF9 .framer-1blgrn4 { grid-auto-rows: 360px; grid-template-rows: repeat(2, 360px); height: min-content; } .framer-PbrF9 .framer-g246jw, .framer-PbrF9 .framer-1snn8ox, .framer-PbrF9 .framer-1hnpj6b, .framer-PbrF9 .framer-1yfmx94 { width: 800px; } .framer-PbrF9 .framer-11i2cer { align-content: flex-start; align-items: flex-start; height: min-content; } .framer-PbrF9 .framer-j4d2vp { --border-bottom-width: 0px; --border-color: #554156; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; height: min-content; order: 0; width: min-content; } .framer-PbrF9 .framer-1q74mch { gap: 73px; height: min-content; order: 1; } .framer-PbrF9 .framer-lh2e0o, .framer-PbrF9 .framer-yqi321, .framer-PbrF9 .framer-1frjwcb, .framer-PbrF9 .framer-hlh54v { padding: 25px 0px 0px 20px; } .framer-PbrF9 .framer-hnxugb, .framer-PbrF9 .framer-umg8nn { padding: 0px 0px 0px 20px; } .framer-PbrF9 .framer-17chegf { width: 501px; } .framer-PbrF9 .framer-882yps, .framer-PbrF9 .framer-15086b5 { width: 782px; } .framer-PbrF9 .framer-xho9ve { gap: 74px; height: min-content; justify-content: flex-start; } .framer-PbrF9 .framer-1t9zkiz, .framer-PbrF9 .framer-1elionn, .framer-PbrF9 .framer-1yc1zta { width: 521px; } .framer-PbrF9 .framer-kpynsw, .framer-PbrF9 .framer-b37sx7, .framer-PbrF9 .framer-oe25t, .framer-PbrF9 .framer-wg9670 { align-content: center; align-items: center; justify-content: flex-start; padding: 13px 0px 8px 20px; } .framer-PbrF9 .framer-1ep851s, .framer-PbrF9 .framer-enzoe4, .framer-PbrF9 .framer-1dyklj7 { width: 772px; } .framer-PbrF9 .framer-1e4wkf3, .framer-PbrF9 .framer-4unjqh { flex-direction: row; height: min-content; width: min-content; } .framer-PbrF9 .framer-ulhxj7, .framer-PbrF9 .framer-1iejsi6 { flex: 1 0 0px; gap: 107px; height: min-content; justify-content: flex-start; width: 1px; } .framer-PbrF9 .framer-1a70gpg { flex: 1 0 0px; gap: 138px; height: min-content; padding: 0px; width: 1px; } .framer-PbrF9 .framer-17uod7p { gap: 10px; padding: 20px 0px 0px 20px; } .framer-PbrF9 .framer-15t20a3 { align-content: center; align-items: center; height: min-content; width: min-content; } .framer-PbrF9 .framer-12adf3m { height: 308px; justify-content: center; padding: 0px; width: 268px; } .framer-PbrF9 .framer-1vbx7zu { width: 241px; } .framer-PbrF9 .framer-plicrh { width: 708px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-PbrF9 .framer-120c71k, .framer-PbrF9 .framer-1q74mch, .framer-PbrF9 .framer-xho9ve, .framer-PbrF9 .framer-1e4wkf3, .framer-PbrF9 .framer-ulhxj7, .framer-PbrF9 .framer-1a70gpg, .framer-PbrF9 .framer-17uod7p, .framer-PbrF9 .framer-4unjqh, .framer-PbrF9 .framer-1iejsi6 { gap: 0px; } .framer-PbrF9 .framer-120c71k > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-PbrF9 .framer-120c71k > :first-child, .framer-PbrF9 .framer-1q74mch > :first-child, .framer-PbrF9 .framer-xho9ve > :first-child, .framer-PbrF9 .framer-ulhxj7 > :first-child, .framer-PbrF9 .framer-1a70gpg > :first-child, .framer-PbrF9 .framer-17uod7p > :first-child, .framer-PbrF9 .framer-1iejsi6 > :first-child { margin-top: 0px; } .framer-PbrF9 .framer-120c71k > :last-child, .framer-PbrF9 .framer-1q74mch > :last-child, .framer-PbrF9 .framer-xho9ve > :last-child, .framer-PbrF9 .framer-ulhxj7 > :last-child, .framer-PbrF9 .framer-1a70gpg > :last-child, .framer-PbrF9 .framer-17uod7p > :last-child, .framer-PbrF9 .framer-1iejsi6 > :last-child { margin-bottom: 0px; } .framer-PbrF9 .framer-1q74mch > * { margin: 0px; margin-bottom: calc(73px / 2); margin-top: calc(73px / 2); } .framer-PbrF9 .framer-xho9ve > * { margin: 0px; margin-bottom: calc(74px / 2); margin-top: calc(74px / 2); } .framer-PbrF9 .framer-1e4wkf3 > *, .framer-PbrF9 .framer-4unjqh > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-PbrF9 .framer-1e4wkf3 > :first-child, .framer-PbrF9 .framer-4unjqh > :first-child { margin-left: 0px; } .framer-PbrF9 .framer-1e4wkf3 > :last-child, .framer-PbrF9 .framer-4unjqh > :last-child { margin-right: 0px; } .framer-PbrF9 .framer-ulhxj7 > *, .framer-PbrF9 .framer-1iejsi6 > * { margin: 0px; margin-bottom: calc(107px / 2); margin-top: calc(107px / 2); } .framer-PbrF9 .framer-1a70gpg > * { margin: 0px; margin-bottom: calc(138px / 2); margin-top: calc(138px / 2); } .framer-PbrF9 .framer-17uod7p > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }}\",\"@media (max-width: 809px) { .framer-PbrF9.framer-noxb5i { width: 390px; } .framer-PbrF9 .framer-1pxq96a-container { height: auto; z-index: 10; } .framer-PbrF9 .framer-1d98s0k { flex-direction: column; justify-content: center; } .framer-PbrF9 .framer-zss8n1 { -webkit-backdrop-filter: blur(0px); backdrop-filter: blur(0px); flex: 1 0 0px; height: 1px; width: 100%; } .framer-PbrF9 .framer-h7olbx { left: 48%; top: 50%; white-space: pre-wrap; width: 353px; word-break: break-word; word-wrap: break-word; } .framer-PbrF9 .framer-15pum52 { flex-direction: column; gap: 60px; height: 992px; width: 100%; } .framer-PbrF9 .framer-1idv63f { height: 9%; width: 100%; } .framer-PbrF9 .framer-gu50q7 { width: 340px; } .framer-PbrF9 .framer-120c71k { flex-direction: column; padding: 0px 0px 40px 0px; } .framer-PbrF9 .framer-1ek6jfs { flex-direction: column; height: min-content; } .framer-PbrF9 .framer-1w0wfi { flex: none; height: min-content; width: 100%; } .framer-PbrF9 .framer-urxl24 { justify-content: center; padding: 35px 0px 0px 0px; } .framer-PbrF9 .framer-1blgrn4 { grid-auto-rows: 375px; grid-template-columns: repeat(1, minmax(302px, 1fr)); grid-template-rows: repeat(2, 375px); height: min-content; padding: 61px; } .framer-PbrF9 .framer-1bpc3bn, .framer-PbrF9 .framer-5vbyv7, .framer-PbrF9 .framer-htaqk7, .framer-PbrF9 .framer-1irbjkj, .framer-PbrF9 .framer-mxwzlz, .framer-PbrF9 .framer-g47qtf { order: 0; } .framer-PbrF9 .framer-1tlp49c, .framer-PbrF9 .framer-11pse5r, .framer-PbrF9 .framer-dghvec, .framer-PbrF9 .framer-1u7ws3s, .framer-PbrF9 .framer-1omz3z4, .framer-PbrF9 .framer-7rjos7 { order: 1; } .framer-PbrF9 .framer-1sool48, .framer-PbrF9 .framer-1wethtr { order: 3; } .framer-PbrF9 .framer-6vcxhr, .framer-PbrF9 .framer-1sdvqbu, .framer-PbrF9 .framer-1hlpzh7, .framer-PbrF9 .framer-1hr5q09 { order: 2; } .framer-PbrF9 .framer-ll7ay1 { height: var(--framer-aspect-ratio-supported, 126px); } .framer-PbrF9 .framer-l2r493 { order: 5; } .framer-PbrF9 .framer-1s0z8d2 { order: 4; } .framer-PbrF9 .framer-qbvj89 { height: var(--framer-aspect-ratio-supported, 125px); } .framer-PbrF9 .framer-1hu43s3 { order: 6; } .framer-PbrF9 .framer-oeure { height: 1126px; } .framer-PbrF9 .framer-yj3ec4 { height: min-content; } .framer-PbrF9 .framer-18k13f1, .framer-PbrF9 .framer-1xheoqx { white-space: pre-wrap; width: 302px; word-break: break-word; word-wrap: break-word; } .framer-PbrF9 .framer-plicrh, .framer-PbrF9 .framer-1qsa4rf-container { width: 302px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-PbrF9 .framer-1d98s0k, .framer-PbrF9 .framer-15pum52, .framer-PbrF9 .framer-120c71k, .framer-PbrF9 .framer-1ek6jfs { gap: 0px; } .framer-PbrF9 .framer-1d98s0k > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-PbrF9 .framer-1d98s0k > :first-child, .framer-PbrF9 .framer-15pum52 > :first-child, .framer-PbrF9 .framer-120c71k > :first-child, .framer-PbrF9 .framer-1ek6jfs > :first-child { margin-top: 0px; } .framer-PbrF9 .framer-1d98s0k > :last-child, .framer-PbrF9 .framer-15pum52 > :last-child, .framer-PbrF9 .framer-120c71k > :last-child, .framer-PbrF9 .framer-1ek6jfs > :last-child { margin-bottom: 0px; } .framer-PbrF9 .framer-15pum52 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-PbrF9 .framer-120c71k > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-PbrF9 .framer-1ek6jfs > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 7762\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ZTQxd_aL5\":{\"layout\":[\"fixed\",\"auto\"]},\"Je6j8FW7j\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"g0cDNTzQm\":{\"pattern\":\":g0cDNTzQm\",\"name\":\"home\"},\"byXtaQ3o2\":{\"pattern\":\":byXtaQ3o2\",\"name\":\"ourvision\"},\"DSv0ibyGq\":{\"pattern\":\":DSv0ibyGq\",\"name\":\"whatwedo\"},\"otOsxbrqE\":{\"pattern\":\":otOsxbrqE\",\"name\":\"ourphilo\"},\"XPVFDOh2R\":{\"pattern\":\":XPVFDOh2R\",\"name\":\"ourpros\"},\"GodeY7SYV\":{\"pattern\":\":GodeY7SYV\",\"name\":\"ourpros\"},\"nTRN4Qyk_\":{\"pattern\":\":nTRN4Qyk_\",\"name\":\"dealsight\"}}\n * @framerResponsiveScreen\n */const FramerVNzAryVgm=withCSS(Component,css,\"framer-PbrF9\");export default FramerVNzAryVgm;FramerVNzAryVgm.displayName=\"Home\";FramerVNzAryVgm.defaultProps={height:7762,width:1200};addFonts(FramerVNzAryVgm,[{explicitInter:true,fonts:[{family:\"Cera Pro Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/G60SfHT4VV3IvZ1xglvsWutCYo.ttf\"},{family:\"Cera Pro Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/mpF3baFf4Bb1J7L5HrOroJpTpo.ttf\"}]},...HeaderFonts,...GridHoverFonts,...PhiloGridFonts,...MailchimpFonts,...FooterDarkFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVNzAryVgm\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"7762\",\"framerResponsiveScreen\":\"\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerScrollSections\":\"{\\\"g0cDNTzQm\\\":{\\\"pattern\\\":\\\":g0cDNTzQm\\\",\\\"name\\\":\\\"home\\\"},\\\"byXtaQ3o2\\\":{\\\"pattern\\\":\\\":byXtaQ3o2\\\",\\\"name\\\":\\\"ourvision\\\"},\\\"DSv0ibyGq\\\":{\\\"pattern\\\":\\\":DSv0ibyGq\\\",\\\"name\\\":\\\"whatwedo\\\"},\\\"otOsxbrqE\\\":{\\\"pattern\\\":\\\":otOsxbrqE\\\",\\\"name\\\":\\\"ourphilo\\\"},\\\"XPVFDOh2R\\\":{\\\"pattern\\\":\\\":XPVFDOh2R\\\",\\\"name\\\":\\\"ourpros\\\"},\\\"GodeY7SYV\\\":{\\\"pattern\\\":\\\":GodeY7SYV\\\",\\\"name\\\":\\\"ourpros\\\"},\\\"nTRN4Qyk_\\\":{\\\"pattern\\\":\\\":nTRN4Qyk_\\\",\\\"name\\\":\\\"dealsight\\\"}}\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZTQxd_aL5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Je6j8FW7j\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["fontStack", "containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "fontWeights", "useFontControls", "props", "fontFamily", "fontSize", "fontWeight", "font", "fontWeightName", "customFontStack", "fontStack", "fontFamilyStyle", "fetchCustomFonts", "fontStore", "e", "ue", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "usePadding", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingControl", "emailRegex", "mailchimpRegex", "validateEmail", "email", "parseMailChimpUrl", "url", "ref", "domain", "parameters", "Mailchimp", "withCSS", "input", "button", "layout", "style", "gap", "onSubmit", "props", "email1", "setEmail", "ye", "isError", "setError", "isLoading", "setLoading", "isSuccess", "setSuccess", "isCanvas", "se", "RenderTarget", "fontFamily", "fontSize", "fontWeight", "useFontControls", "borderRadius", "useRadius", "paddingValue", "usePadding", "validateForm", "te", "handleChange", "event", "handleSubmit", "response", "handleClick", "p", "motion", "containerStyles", "u", "defaultStyle", "addPropertyControls", "ControlType", "fontControls", "paddingControl", "borderRadiusControl", "Mailchimp_default", "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", "height", "id", "link2", "title", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "YjpKSOuNs", "fnd5nXO_p", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "RichText2", "u", "css", "FramerpkuDRZaS_", "withCSS", "pkuDRZaS_default", "addPropertyControls", "ControlType", "addFonts", "MenuComponentFonts", "getFonts", "pkuDRZaS_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "image", "link", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "r9SOK8a3v", "nerk8aUPj", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap11g8luu", "args", "onTap1pq6iv3", "ref1", "pe", "isDisplayed", "isDisplayed1", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "Link", "Image2", "getLoadingLazyAtYPosition", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "css", "FramercqemZEbsz", "withCSS", "cqemZEbsz_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "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", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnterlen1zr", "args", "onMouseLeavept33qx", "onMouseEnter1uy0vw", "onMouseEnter16u5d87", "onTap16u5d87", "onMouseEnter146gc4q", "onMouseEnter8842ea", "onTap8842ea", "onMouseEnter1mf549o", "onMouseEnterqf68e", "onTapqf68e", "onMouseEnterpa0x6c", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "Framerm78FgFfSf", "withCSS", "m78FgFfSf_default", "addPropertyControls", "ControlType", "addFonts", "currentYear", "Copyright", "props", "color", "font", "gap", "hasString", "text", "togglePosition", "yearOption", "startYear", "yearDisplay", "containerStyle", "u", "p", "addPropertyControls", "ControlType", "containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "Component", "House_default", "React", "weights", "House", "props", "ref", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "useIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchResult", "se", "iconSearchTerm", "_iconSearchTerm", "findByArray", "iconKeys", "moduleBaseUrl", "weightOptions", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "weight", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "House_default", "npm_react_18_2_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "motion", "addPropertyControls", "ControlType", "piece", "defaultEvents", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "PhosphorFonts", "getFonts", "Icon", "CopyrightFonts", "Copyright", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "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", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "Link", "ComponentViewportProvider", "css", "FramerT2AHJdc2i", "withCSS", "T2AHJdc2i_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "text", "title", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "DuHM4Y6dv", "ronsdTZtc", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "RichText2", "css", "FramerzonQADfga", "withCSS", "zonQADfga_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "HeaderFonts", "getFonts", "cqemZEbsz_default", "RichTextWithOptimizedAppearEffect", "withOptimizedAppearEffect", "RichText2", "GridHoverFonts", "m78FgFfSf_default", "PhiloGridFonts", "zonQADfga_default", "MailchimpFonts", "Mailchimp_default", "FooterDarkFonts", "T2AHJdc2i_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "transition1", "animation", "animation1", "transition2", "animation2", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "router", "useRouter", "elementId", "useRouteElementId", "ref1", "elementId1", "ref2", "elementId2", "ref3", "elementId3", "ref4", "isDisplayed", "elementId4", "ref5", "isDisplayed1", "elementId5", "ref6", "isDisplayed2", "isDisplayed3", "elementId6", "ref7", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "Container", "PropertyOverrides2", "Image2", "getLoadingLazyAtYPosition", "x", "Link", "css", "FramerVNzAryVgm", "withCSS", "VNzAryVgm_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
