\n
\n {tc('Get started [emphasis: on Ulule]', { emphasis: })}\n \n \n \n \n \n
\n \n {t('Take a few minutes to describe it so that we can guide you as well as possible.')}\n \n {!isPartnerDefault && partnerLogo && (\n
\n {t('In partnership with')}\n \n \n )}\n
\n )\n}\n\nconst Emphasis = styled.em`\n color: ${plume.COLORS.PRIMARY_BLUE};\n font-style: normal;\n display: block;\n`\n\nconst Title = styled(plume.styles.heading.XL)`\n position: relative;\n\n ${Emphasis} {\n white-space: pre;\n }\n\n @media screen and ${plume.BREAKPOINTS.TABLET} {\n ${plume.styles.heading._xxLargeStyle}\n }\n`\n\nconst Subtitle = styled(plume.styles.heading.XXS)`\n position: relative;\n\n ${plume.glyphs.decoration.Quote} {\n position: absolute;\n height: 14px;\n left: -22px;\n top: -5px;\n }\n\n @media screen and ${plume.BREAKPOINTS.TABLET} {\n ${plume.glyphs.decoration.Quote} {\n left: -28px;\n }\n }\n`\n\nconst PartnerLabel = styled(plume.styles.heading.XXXXXS)`\n margin: 0 16px 0 0;\n text-transform: uppercase;\n`\n\nconst PartnerLogo = styled.img`\n max-width: 65px;\n max-height: 65px;\n`\n\nconst PartnerBlock = styled.div`\n display: flex;\n align-items: end;\n`\n\nconst ArrowDecoration = styled.svg`\n position: absolute;\n left: -100px;\n height: 170px;\n top: 113px;\n display: none;\n\n @media screen and ${plume.BREAKPOINTS.TABLET} {\n display: block;\n }\n`\n\nexport const Header = styled(HeaderComponent)`\n display: grid;\n grid-template: 'title title' auto 'subtitle subtitle' auto 'partner partner' auto / 1fr auto;\n\n ${Title} {\n grid-area: title;\n margin-bottom: 30px;\n }\n\n ${Subtitle} {\n grid-area: subtitle;\n max-width: 480px;\n }\n\n ${PartnerBlock} {\n grid-area: partner;\n justify-self: end;\n }\n\n @media screen and ${plume.BREAKPOINTS.TABLET} {\n grid-template: 'title title' auto 'subtitle partner' auto / 1fr auto;\n }\n`\n", "import * as api from '@owl-nest/api-client/latest'\nimport { lens } from '@owl-nest/config'\nimport { SrcSet } from './components/ImageMedia'\n\nexport type Country = { content: string; flag: string; prefix: number; value: string }\n\ntype Window = {\n UFE: {\n assets: {\n defaultProjectPicture: string\n rocket: string\n fire: string\n spaceBackground: string\n }\n flags: {}\n gtmKey?: string\n urls: {\n join: string\n }\n user: (api.AuthenticatedUser & { is_authenticated: true }) | { is_authenticated: false }\n }\n PROPOSAL_DATA: {\n extraData: { affiliation_id?: number; partner_id: number }\n images: Record