{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/y8ckmFmPFgZ5Nzn1PrR2/e5Fa41jFxd3ezoZBjy3n/SocialShare.js", "ssg:https://framerusercontent.com/modules/M3TUie809wgl1N3kBmuV/0QyvXmCDzdTAKnR4cRcn/IaJmrpKNU.js", "ssg:https://framerusercontent.com/modules/YutPHsDeK16Rtx371JrU/HqNMllhonxqC9apJFcgg/JfN8TB5Gi.js", "ssg:https://framerusercontent.com/modules/wHMgAh3TW7K0sIkRNIAa/D6meWkOLxtiNSEXg4s65/xZYl_uHHe.js", "ssg:https://framerusercontent.com/modules/oi73rWmprzHsTGl5bb9s/FyXAoYZtqq9by63X0plF/xZYl_uHHe.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{useEffect,useState}from\"react\";import{addPropertyControls,ControlType,Color}from\"framer\";const BRAND_COLORS={facebook:\"#0866FF\",twitter:\"#000\",linkedIn:\"#0A66C2\",reddit:\"#FF4500\",pinterest:\"#BD081C\",whatsApp:\"#25D366\",email:\"#000\",copyUrl:\"#000\"};export const PLATFORM_NAMES=[\"Facebook\",\"Twitter / X\",\"LinkedIn\",\"Reddit\",\"Pinterest\",\"WhatsApp\",\"Email\",\"Copy URL\"];/**\n * @framerDisableUnlink\n */export default function SocialShare(props){const{type,colors,iconSize,border}=props;const[shareUrl,setShareUrl]=useState(props.shareLink==\"url\"?props.shareUrl:\"\");const encodedUrl=encodeURIComponent(shareUrl);const borderRadius=props.radiusIsMixed?`${props.radiusTopLeft}px ${props.radiusTopRight}px ${props.radiusBottomRight}px ${props.radiusBottomLeft}px`:`${props.radius}px`;useEffect(()=>{if(props.shareLink==\"currentPage\"){setShareUrl(window.location.href);}},[]);let linkUrl=\"\";switch(type){case\"facebook\":linkUrl=`https://www.facebook.com/sharer/sharer.php?u=${encodedUrl}`;break;case\"twitter\":linkUrl=`https://twitter.com/share?url=${encodedUrl}`;break;case\"linkedIn\":linkUrl=`https://www.linkedin.com/sharing/share-offsite/?url=${encodedUrl}`;break;case\"reddit\":linkUrl=`https://www.reddit.com/submit?url=${encodedUrl}`;break;case\"pinterest\":linkUrl=`https://pinterest.com/pin/create/link/?url=${encodedUrl}`;break;case\"whatsApp\":linkUrl=`https://wa.me/?text=${encodedUrl}`;break;case\"email\":linkUrl=`mailto:?body=${encodedUrl}`;break;}const copyToClipboard=()=>{navigator.clipboard.writeText(shareUrl).then(()=>{alert(\"URL copied to clipboard!\");}).catch(err=>{alert(\"Failed to copy URL\");});};return /*#__PURE__*/_jsxs(\"a\",{\"data-superfields\":true,href:linkUrl.length?linkUrl:undefined,target:props.newTab?\"_blank\":\"_self\",rel:props.newTab?\"noopener noreferrer\":undefined,\"aria-label\":PLATFORM_NAMES[type],onClick:type==\"copyUrl\"&&copyToClipboard,style:{display:\"flex\",alignItems:\"center\",justifyContent:\"center\",backgroundColor:colors.fillColorType==\"custom\"?colors.fillColor:Color.toString(Color.alpha(Color(BRAND_COLORS[type]),colors.fillOpacity)),borderRadius:borderRadius,padding:props.paddingIsMixed?`${props.paddingTop}px ${props.paddingRight}px ${props.paddingBottom}px ${props.paddingLeft}px`:`${props.padding}px`,cursor:\"pointer\",...props.style},children:[/*#__PURE__*/_jsx(SocialIcon,{type:type,size:iconSize,color:colors.iconColorType==\"custom\"?colors.iconColor:BRAND_COLORS[type],customIcon:props.customIcon}),border&&/*#__PURE__*/_jsx(\"div\",{style:{position:\"absolute\",inset:0,borderWidth:border.widthIsMixed?`${border.widthTop}px ${border.widthRight}px ${border.widthBottom}px ${border.widthLeft}px`:`${border.width}px`,borderStyle:border.style,borderColor:border.colorType==\"custom\"?border.color:BRAND_COLORS[type],borderRadius:borderRadius,pointerEvents:\"none\"}})]});}SocialShare.displayName=\"Social Share\";addPropertyControls(SocialShare,{shareLink:{type:ControlType.Enum,defaultValue:\"currentPage\",options:[\"currentPage\",\"url\"],optionTitles:[\"Current Page\",\"Custom URL\"],displaySegmentedControl:true,segmentedControlDirection:\"vertical\"},shareUrl:{type:ControlType.String,defaultValue:\"\",placeholder:\"https://example.com\",title:\"URL\",preventLocalization:true,hidden:props=>props.shareLink!=\"url\"},type:{type:ControlType.Enum,defaultValue:\"facebook\",options:[\"facebook\",\"twitter\",\"linkedIn\",\"reddit\",\"pinterest\",\"whatsApp\",\"email\",\"copyUrl\"],optionTitles:PLATFORM_NAMES,title:\"Platform\"},newTab:{type:ControlType.Boolean,defaultValue:true},colors:{type:ControlType.Object,buttonTitle:\"Icon & Fill\",controls:{iconColorType:{type:ControlType.Enum,defaultValue:\"custom\",options:[\"brand\",\"custom\"],optionTitles:[\"Brand\",\"Custom\"],displaySegmentedControl:true,title:\"Icon Color\"},iconColor:{type:ControlType.Color,defaultValue:\"#FFF\",hidden:props=>props.iconColorType!=\"custom\",title:\" \"},fillColorType:{type:ControlType.Enum,defaultValue:\"brand\",options:[\"brand\",\"custom\"],optionTitles:[\"Brand\",\"Custom\"],displaySegmentedControl:true,title:\"Fill\"},fillColor:{type:ControlType.Color,defaultValue:\"#000\",optional:true,hidden:props=>props.fillColorType!=\"custom\",title:\" \"},fillOpacity:{type:ControlType.Number,defaultValue:1,min:0,max:1,step:.01,hidden:props=>props.fillColorType!=\"brand\"}}},iconSize:{type:ControlType.Number,defaultValue:24,min:1,step:1},radius:{type:ControlType.FusedNumber,defaultValue:8,toggleKey:\"radiusIsMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"radiusTopLeft\",\"radiusTopRight\",\"radiusBottomRight\",\"radiusBottomLeft\"],valueLabels:[\"TL\",\"TR\",\"BR\",\"BL\"],min:0},padding:{type:ControlType.FusedNumber,defaultValue:12,toggleKey:\"paddingIsMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},border:{type:ControlType.Object,optional:true,controls:{colorType:{type:ControlType.Enum,defaultValue:\"brand\",options:[\"brand\",\"custom\"],optionTitles:[\"Brand\",\"Custom\"],displaySegmentedControl:true,title:\"Color\"},color:{type:ControlType.Color,defaultValue:\"#FFF\",title:\" \",hidden:props=>props.colorType!=\"custom\"},width:{type:ControlType.FusedNumber,defaultValue:1,toggleKey:\"widthIsMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"widthTop\",\"widthRight\",\"widthBottom\",\"widthLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},style:{type:ControlType.Enum,defaultValue:\"solid\",options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"Double\"]}}},customIcon:{type:ControlType.Object,optional:true,buttonTitle:\"Icon\",controls:{type:{type:ControlType.Enum,defaultValue:\"svg\",options:[\"svg\",\"image\"],optionTitles:[\"SVG\",\"Image\"],displaySegmentedControl:true},svg:{type:ControlType.String,placeholder:\"<svg></svg>\",displayTextArea:true,title:\"SVG\",preventLocalization:true,hidden:props=>props.type!=\"svg\"},image:{type:ControlType.ResponsiveImage,hidden:props=>props.type!=\"image\"},sizing:{type:ControlType.Enum,defaultValue:\"cover\",options:[\"cover\",\"contain\",\"fill\"],optionTitles:[\"Fill\",\"Fit\",\"Stretch\"],hidden:props=>props.type!=\"image\"},opacity:{type:ControlType.Number,defaultValue:1,min:0,max:1,step:.01}}}});function SocialIcon(props){const{size,color,customIcon}=props;const contents=[];let fill=true;let stroke=false;if(customIcon){if(customIcon.type==\"svg\"){return /*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(\"div\",{className:\"superfields-social-share-icon\",style:{width:size,height:size,opacity:customIcon.opacity,color:color,pointerEvents:\"none\"},dangerouslySetInnerHTML:customIcon.type==\"svg\"?{__html:customIcon.svg.replace(/width=\"(\\d+)\"/,`width=\"${size}\"`).replace(/height=\"(\\d+)\"/,`width=\"${size}\"`)}:undefined}),customIcon?.type==\"svg\"&&/*#__PURE__*/_jsx(\"style\",{children:`.superfields-social-share-icon svg { display: block; }`})]});}else if(customIcon.type==\"image\"){return /*#__PURE__*/_jsx(\"img\",{src:customIcon.image?.src,alt:customIcon.image?.alt,style:{display:\"block\",width:size,height:size,opacity:customIcon.opacity,color:color,objectFit:customIcon.sizing,objectPosition:\"center\",pointerEvents:\"none\"}});}}switch(props.type){case\"facebook\":contents.push(/*#__PURE__*/_jsx(\"path\",{d:\"M9.101 23.691v-7.98H6.627v-3.667h2.474v-1.58c0-4.085 1.848-5.978 5.858-5.978.401 0 .955.042 1.468.103a8.68 8.68 0 0 1 1.141.195v3.325a8.623 8.623 0 0 0-.653-.036 26.805 26.805 0 0 0-.733-.009c-.707 0-1.259.096-1.675.309a1.686 1.686 0 0 0-.679.622c-.258.42-.374.995-.374 1.752v1.297h3.919l-.386 2.103-.287 1.564h-3.246v8.245C19.396 23.238 24 18.179 24 12.044c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.628 3.874 10.35 9.101 11.647Z\"}));break;case\"twitter\":contents.push(/*#__PURE__*/_jsx(\"path\",{d:\"M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z\"}));break;case\"linkedIn\":contents.push(/*#__PURE__*/_jsx(\"path\",{d:\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z\"}));break;case\"reddit\":contents.push(/*#__PURE__*/_jsx(\"path\",{d:\"M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0zm5.01 4.744c.688 0 1.25.561 1.25 1.249a1.25 1.25 0 0 1-2.498.056l-2.597-.547-.8 3.747c1.824.07 3.48.632 4.674 1.488.308-.309.73-.491 1.207-.491.968 0 1.754.786 1.754 1.754 0 .716-.435 1.333-1.01 1.614a3.111 3.111 0 0 1 .042.52c0 2.694-3.13 4.87-7.004 4.87-3.874 0-7.004-2.176-7.004-4.87 0-.183.015-.366.043-.534A1.748 1.748 0 0 1 4.028 12c0-.968.786-1.754 1.754-1.754.463 0 .898.196 1.207.49 1.207-.883 2.878-1.43 4.744-1.487l.885-4.182a.342.342 0 0 1 .14-.197.35.35 0 0 1 .238-.042l2.906.617a1.214 1.214 0 0 1 1.108-.701zM9.25 12C8.561 12 8 12.562 8 13.25c0 .687.561 1.248 1.25 1.248.687 0 1.248-.561 1.248-1.249 0-.688-.561-1.249-1.249-1.249zm5.5 0c-.687 0-1.248.561-1.248 1.25 0 .687.561 1.248 1.249 1.248.688 0 1.249-.561 1.249-1.249 0-.687-.562-1.249-1.25-1.249zm-5.466 3.99a.327.327 0 0 0-.231.094.33.33 0 0 0 0 .463c.842.842 2.484.913 2.961.913.477 0 2.105-.056 2.961-.913a.361.361 0 0 0 .029-.463.33.33 0 0 0-.464 0c-.547.533-1.684.73-2.512.73-.828 0-1.979-.196-2.512-.73a.326.326 0 0 0-.232-.095z\"}));break;case\"pinterest\":contents.push(/*#__PURE__*/_jsx(\"path\",{d:\"M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.162-.105-.949-.199-2.403.041-3.439.219-.937 1.406-5.957 1.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.688 0 1.029-.653 2.567-.992 3.992-.285 1.193.6 2.165 1.775 2.165 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.889 2.741.099.12.112.225.085.345-.09.375-.293 1.199-.334 1.363-.053.225-.172.271-.401.165-1.495-.69-2.433-2.878-2.433-4.646 0-3.776 2.748-7.252 7.92-7.252 4.158 0 7.392 2.967 7.392 6.923 0 4.135-2.607 7.462-6.233 7.462-1.214 0-2.354-.629-2.758-1.379l-.749 2.848c-.269 1.045-1.004 2.352-1.498 3.146 1.123.345 2.306.535 3.55.535 6.607 0 11.985-5.365 11.985-11.987C23.97 5.39 18.592.026 11.985.026L12.017 0z\"}));break;case\"whatsApp\":contents.push(/*#__PURE__*/_jsx(\"path\",{d:\"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z\"}));break;case\"email\":contents.push(/*#__PURE__*/_jsx(\"path\",{d:\"M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10z\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M3 7l9 6l9 -6\"}));fill=false;stroke=true;break;case\"copyUrl\":contents.push(/*#__PURE__*/_jsx(\"path\",{d:\"M7 7m0 2.667a2.667 2.667 0 0 1 2.667 -2.667h8.666a2.667 2.667 0 0 1 2.667 2.667v8.666a2.667 2.667 0 0 1 -2.667 2.667h-8.666a2.667 2.667 0 0 1 -2.667 -2.667z\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M4.012 16.737a2.005 2.005 0 0 1 -1.012 -1.737v-10c0 -1.1 .9 -2 2 -2h10c.75 0 1.158 .385 1.5 1\"}));fill=false;stroke=true;break;}return /*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:size,height:size,viewBox:\"0 0 24 24\",color:color,\"stroke-width\":stroke?\"2\":undefined,stroke:stroke?\"currentColor\":undefined,fill:fill?\"currentColor\":\"none\",\"stroke-linecap\":\"round\",\"stroke-linejoin\":\"round\",style:{display:\"block\"},children:contents});}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SocialShare\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\"}},\"PLATFORM_NAMES\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SocialShare.map", "// Generated by Framer (90417e1)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-Bold\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-BoldItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/mkY5Sgyq51ik0AMrSBwhm9DJg.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/X5hj6qzcHUYv7h1390c8Rhm6550.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/gQhNpS3tN86g8RcVKYUUaKt2oMQ.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cugnVhSraaRyANCaUtI5FV17wk.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/5HcVoGak8k5agFJSaKa4floXVu0.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/jn4BtSPLlS0NDp1KiFAtFKiiY0o.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/P2Bw01CtL0b9wqygO0sSVogWbo.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/05KsVHGDmqXSBXM4yRZ65P8i0s.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/ky8ovPukK4dJ1Pxq74qGhOqCYI.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/vvNSqIj42qeQ2bvCRBIWKHscrc.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/3ZmXbBKToJifDV9gwcifVd1tEY.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/FNfhX3dt4ChuLJq2PwdlxHO7PU.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/g0c8vEViiXNlKAgI4Ymmk3Ig.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/efTfQcBJ53kM2pB1hezSZ3RDUFs.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"}]}];export const css=['.framer-kwrLq .framer-styles-preset-ikdvbq:not(.rich-text-wrapper), .framer-kwrLq .framer-styles-preset-ikdvbq.rich-text-wrapper h1 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 40px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0em; --framer-line-height: 48px; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: #333333; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1399px) and (min-width: 1200px) { .framer-kwrLq .framer-styles-preset-ikdvbq:not(.rich-text-wrapper), .framer-kwrLq .framer-styles-preset-ikdvbq.rich-text-wrapper h1 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 40px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0em; --framer-line-height: 48px; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: #333333; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1199px) and (min-width: 810px) { .framer-kwrLq .framer-styles-preset-ikdvbq:not(.rich-text-wrapper), .framer-kwrLq .framer-styles-preset-ikdvbq.rich-text-wrapper h1 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 38px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0em; --framer-line-height: 48px; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: #333333; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-kwrLq .framer-styles-preset-ikdvbq:not(.rich-text-wrapper), .framer-kwrLq .framer-styles-preset-ikdvbq.rich-text-wrapper h1 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0em; --framer-line-height: 40px; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: #333333; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-kwrLq\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (90417e1)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-SemiBold\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-SemiBoldItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/vxBnBhH8768IFAXAb4Qf6wQHKs.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/zSsEuoJdh8mcFVk976C05ZfQr8.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/b8ezwLrN7h2AUoPEENcsTMVJ0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/mvNEIBLyHbscgHtwfsByjXUz3XY.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/6FI2EneKzM3qBy5foOZXey7coCA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/qrVgiXNd6RuQjETYQiVQ9nqCk.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/NHHeAKJVP0ZWHk5YZnQQChIsBM.woff2\",weight:\"600\"}]}];export const css=['.framer-94vDp .framer-styles-preset-qngrnh:not(.rich-text-wrapper), .framer-94vDp .framer-styles-preset-qngrnh.rich-text-wrapper h2 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 28px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 36px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-63b4f2c3-6eca-4822-9037-55f1154c9e35, #262641); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1399px) and (min-width: 1200px) { .framer-94vDp .framer-styles-preset-qngrnh:not(.rich-text-wrapper), .framer-94vDp .framer-styles-preset-qngrnh.rich-text-wrapper h2 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 29px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 36px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-63b4f2c3-6eca-4822-9037-55f1154c9e35, #262641); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1199px) and (min-width: 810px) { .framer-94vDp .framer-styles-preset-qngrnh:not(.rich-text-wrapper), .framer-94vDp .framer-styles-preset-qngrnh.rich-text-wrapper h2 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 23px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 36px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-63b4f2c3-6eca-4822-9037-55f1154c9e35, #262641); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-94vDp .framer-styles-preset-qngrnh:not(.rich-text-wrapper), .framer-94vDp .framer-styles-preset-qngrnh.rich-text-wrapper h2 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 28px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 36px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-63b4f2c3-6eca-4822-9037-55f1154c9e35, #262641); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-94vDp\";\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 (de5a9b5)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={qFQHIOpJU:new LazyValue(()=>import(\"./xZYl_uHHe-1.js\")),VMMHDo1EA:new LazyValue(()=>import(\"./xZYl_uHHe-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (de5a9b5)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,SVG,useActiveVariantCallback,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useMetadata,useOverlayState,useQueryData,useRouter,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/tbiAmyP8q4mMaXLQcmj3/Video.js\";import SocialShare from\"https://framerusercontent.com/modules/y8ckmFmPFgZ5Nzn1PrR2/e5Fa41jFxd3ezoZBjy3n/SocialShare.js\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/3r1MOrsbGq47TYKOPcQV/SlideShow.js\";import FlagBox from\"#framer/local/canvasComponent/bh5n6SQjh/bh5n6SQjh.js\";import ButtonText from\"#framer/local/canvasComponent/C1LDCp1EG/C1LDCp1EG.js\";import MenuSiteAppleDef from\"#framer/local/canvasComponent/dMlz0dhPl/dMlz0dhPl.js\";import CountryOverlay from\"#framer/local/canvasComponent/EI4RL7Nff/EI4RL7Nff.js\";import FooterCec from\"#framer/local/canvasComponent/ITWzPCAS6/ITWzPCAS6.js\";import MenuMobileNew from\"#framer/local/canvasComponent/PH3Rb3rQ5/PH3Rb3rQ5.js\";import FormNewsLetterNew from\"#framer/local/canvasComponent/qCfgiuHMS/qCfgiuHMS.js\";import Blog,{enumToDisplayNameFunctions}from\"#framer/local/collection/yk43VKDat/yk43VKDat.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle5 from\"#framer/local/css/dcUwTyUrQ/dcUwTyUrQ.js\";import*as sharedStyle10 from\"#framer/local/css/g0rchzjyg/g0rchzjyg.js\";import*as sharedStyle from\"#framer/local/css/IaJmrpKNU/IaJmrpKNU.js\";import*as sharedStyle1 from\"#framer/local/css/JfN8TB5Gi/JfN8TB5Gi.js\";import*as sharedStyle8 from\"#framer/local/css/JuzoSG4pf/JuzoSG4pf.js\";import*as sharedStyle11 from\"#framer/local/css/KHjFQPE5m/KHjFQPE5m.js\";import*as sharedStyle4 from\"#framer/local/css/KrUH_Ybo1/KrUH_Ybo1.js\";import*as sharedStyle3 from\"#framer/local/css/LXGj0oEOt/LXGj0oEOt.js\";import*as sharedStyle2 from\"#framer/local/css/OXwRmKXE2/OXwRmKXE2.js\";import*as sharedStyle9 from\"#framer/local/css/QgW6BXcHC/QgW6BXcHC.js\";import*as sharedStyle7 from\"#framer/local/css/ro7OPezbn/ro7OPezbn.js\";import*as sharedStyle6 from\"#framer/local/css/WPPYdKa3E/WPPYdKa3E.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/xZYl_uHHe/xZYl_uHHe.js\";import metadataProvider from\"#framer/local/webPageMetadata/xZYl_uHHe/xZYl_uHHe.js\";const VideoFonts=getFonts(Video);const SlideshowFonts=getFonts(Slideshow);const SocialShareFonts=getFonts(SocialShare);const ButtonTextFonts=getFonts(ButtonText);const FormNewsLetterNewFonts=getFonts(FormNewsLetterNew);const FooterCecFonts=getFonts(FooterCec);const FlagBoxFonts=getFonts(FlagBox);const ContainerWithFX=withFX(Container);const MenuSiteAppleDefFonts=getFonts(MenuSiteAppleDef);const CountryOverlayFonts=getFonts(CountryOverlay);const MenuMobileNewFonts=getFonts(MenuMobileNew);const breakpoints={bc5h5gZLB:\"(max-width: 809px)\",MARK6sAuI:\"(min-width: 1400px)\",Q77k9J2_V:\"(min-width: 810px) and (max-width: 1199px)\",W7gE9vfmJ:\"(min-width: 1200px) and (max-width: 1399px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-c6zxs\";const variantClassNames={bc5h5gZLB:\"framer-v-czfzik\",MARK6sAuI:\"framer-v-8d1jbt\",Q77k9J2_V:\"framer-v-pn3pvp\",W7gE9vfmJ:\"framer-v-a60f3z\"};const sharedDateFormatter=(value,formatOptions,locale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const fallbackLocale=\"en-US\";try{return date.toLocaleString(locale||fallbackLocale,formatOptions);}catch{return date.toLocaleString(fallbackLocale,formatOptions);}};const dateOptions={dateStyle:\"long\",timeZone:\"UTC\"};const toDateString=(value,activeLocale)=>{return sharedDateFormatter(value,dateOptions,activeLocale);};const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const convertFromBoolean=(value,activeLocale)=>{if(value){return\"\";}else{return\"\";}};const toString=value=>{return typeof value===\"string\"?value:String(value);};const negate=value=>{return!value;};const dateOptions1={dateStyle:\"medium\",timeZone:\"UTC\"};const toDateString1=(value,activeLocale)=>{return sharedDateFormatter(value,dateOptions1,activeLocale);};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const transition1={damping:35,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-64};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-30};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop 2\":\"W7gE9vfmJ\",Desktop:\"MARK6sAuI\",Phone:\"bc5h5gZLB\",Tablet:\"Q77k9J2_V\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"MARK6sAuI\"};};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 currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"xZYl_uHHe\",data:Blog,type:\"Collection\"},select:[{collection:\"xZYl_uHHe\",name:\"eNVyV93eJ\",type:\"Identifier\"},{collection:\"xZYl_uHHe\",name:\"BZe0WU4pb\",type:\"Identifier\"},{collection:\"xZYl_uHHe\",name:\"wBM97xl8j\",type:\"Identifier\"},{collection:\"xZYl_uHHe\",name:\"eqfXLcpd4\",type:\"Identifier\"},{collection:\"xZYl_uHHe\",name:\"VaiqBUnb6\",type:\"Identifier\"},{collection:\"xZYl_uHHe\",name:\"PGU0Zx_jA\",type:\"Identifier\"},{collection:\"xZYl_uHHe\",name:\"Dsr15KGaa\",type:\"Identifier\"},{collection:\"xZYl_uHHe\",name:\"R2rzBeF6a\",type:\"Identifier\"},{collection:\"xZYl_uHHe\",name:\"QMmfqaRai\",type:\"Identifier\"},{collection:\"xZYl_uHHe\",name:\"h4XuzAJnJ\",type:\"Identifier\"},{collection:\"xZYl_uHHe\",name:\"YdhNhNMaj\",type:\"Identifier\"},{collection:\"xZYl_uHHe\",name:\"MDjtEUrlV\",type:\"Identifier\"},{collection:\"xZYl_uHHe\",name:\"geFcZXKty\",type:\"Identifier\"},{collection:\"xZYl_uHHe\",name:\"h5iS5SnKO\",type:\"Identifier\"},{collection:\"xZYl_uHHe\",name:\"KDh4iMX8F\",type:\"Identifier\"},{collection:\"xZYl_uHHe\",name:\"nvSb4WTov\",type:\"Identifier\"},{collection:\"xZYl_uHHe\",name:\"klGMLGLyi\",type:\"Identifier\"},{collection:\"xZYl_uHHe\",name:\"FW7MWamcL\",type:\"Identifier\"},{collection:\"xZYl_uHHe\",name:\"BvtX851X_\",type:\"Identifier\"},{collection:\"xZYl_uHHe\",name:\"nr4wQRIiW\",type:\"Identifier\"},{collection:\"xZYl_uHHe\",name:\"bcTGikFrR\",type:\"Identifier\"},{collection:\"xZYl_uHHe\",name:\"Ql4zziAfb\",type:\"Identifier\"},{collection:\"xZYl_uHHe\",name:\"AabXshTqB\",type:\"Identifier\"},{collection:\"xZYl_uHHe\",name:\"t2wyjdR2E\",type:\"Identifier\"},{collection:\"xZYl_uHHe\",name:\"Hq7xAOscP\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"xZYl_uHHe\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,eNVyV93eJ=getFromCurrentRouteData(\"eNVyV93eJ\")??\"\",BZe0WU4pb=getFromCurrentRouteData(\"BZe0WU4pb\")??\"\",eqfXLcpd4=getFromCurrentRouteData(\"eqfXLcpd4\"),wBM97xl8j=getFromCurrentRouteData(\"wBM97xl8j\"),VaiqBUnb6=getFromCurrentRouteData(\"VaiqBUnb6\")??true,PGU0Zx_jA=getFromCurrentRouteData(\"PGU0Zx_jA\"),h4XuzAJnJ=getFromCurrentRouteData(\"h4XuzAJnJ\")??\"\",Dsr15KGaa=getFromCurrentRouteData(\"Dsr15KGaa\"),YdhNhNMaj=getFromCurrentRouteData(\"YdhNhNMaj\"),MDjtEUrlV=getFromCurrentRouteData(\"MDjtEUrlV\"),geFcZXKty=getFromCurrentRouteData(\"geFcZXKty\"),h5iS5SnKO=getFromCurrentRouteData(\"h5iS5SnKO\"),KDh4iMX8F=getFromCurrentRouteData(\"KDh4iMX8F\"),nvSb4WTov=getFromCurrentRouteData(\"nvSb4WTov\"),klGMLGLyi=getFromCurrentRouteData(\"klGMLGLyi\"),FW7MWamcL=getFromCurrentRouteData(\"FW7MWamcL\"),BvtX851X_=getFromCurrentRouteData(\"BvtX851X_\"),nr4wQRIiW=getFromCurrentRouteData(\"nr4wQRIiW\"),bcTGikFrR=getFromCurrentRouteData(\"bcTGikFrR\"),Ql4zziAfb=getFromCurrentRouteData(\"Ql4zziAfb\"),AabXshTqB=getFromCurrentRouteData(\"AabXshTqB\"),t2wyjdR2E=getFromCurrentRouteData(\"t2wyjdR2E\"),Hq7xAOscP=getFromCurrentRouteData(\"Hq7xAOscP\"),eNVyV93eJGtLXgKv7e,z0z78WhYPGtLXgKv7e,PGU0Zx_jAGtLXgKv7e,wBM97xl8jGtLXgKv7e,eqfXLcpd4GtLXgKv7e,BZe0WU4pbGtLXgKv7e,idGtLXgKv7e,...restProps}=getProps(props);const metadata=React.useMemo(()=>metadataProvider(currentRouteData,activeLocale),[currentRouteData,activeLocale]);useMetadata(metadata);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const RDoew0cpc3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const g7AsQpH1w1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const activeLocaleCode=useLocaleCode();const textContent=toDateString(eqfXLcpd4,activeLocaleCode);const visible=equals(wBM97xl8j,\"yPStGz5WP\");usePreloadLocalizedValues(activeLocale);const visible1=equals(wBM97xl8j,\"YlK2bNnAi\");const visible2=equals(wBM97xl8j,\"ku2sacsD5\");const visible3=equals(wBM97xl8j,\"cKLcX49zq\");const visible4=equals(VaiqBUnb6,true);const visible5=isSet(Dsr15KGaa);const visible6=isSet(YdhNhNMaj);const visible7=isSet(MDjtEUrlV);const visible8=isSet(geFcZXKty);const visible9=isSet(h5iS5SnKO);const visible10=isSet(KDh4iMX8F);const visible11=isSet(nvSb4WTov);const visible12=isSet(klGMLGLyi);const visible13=isSet(FW7MWamcL);const visible14=isSet(BvtX851X_);const visible15=isSet(nr4wQRIiW);const visible16=isSet(bcTGikFrR);const visible17=isSet(Ql4zziAfb);const visible18=isSet(AabXshTqB);const visible19=isSet(t2wyjdR2E);const visible20=isSet(Hq7xAOscP);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"bc5h5gZLB\")return false;return true;};const router=useRouter();const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"bc5h5gZLB\")return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if([\"Q77k9J2_V\",\"bc5h5gZLB\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if(!isBrowser())return true;if([\"Q77k9J2_V\",\"bc5h5gZLB\"].includes(baseVariant))return true;return false;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"MARK6sAuI\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-9c5db905-00ae-4865-9193-e023abbc0fda, rgb(252, 252, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-8d1jbt\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1drdzgg\",\"data-border\":true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-11a1uem\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-74k4mq\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1497d0i\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bc5h5gZLB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"39px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-63b4f2c3-6eca-4822-9037-55f1154c9e35, rgb(38, 38, 65))\"},children:\"Da oggi l\u2019Apple Premium Partner C&C \\xe8 anche in Svezia\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"48px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-63b4f2c3-6eca-4822-9037-55f1154c9e35, rgb(38, 38, 65))\"},children:\"Da oggi l\u2019Apple Premium Partner C&C \\xe8 anche in Svezia\"})}),className:\"framer-6vyjep\",\"data-framer-name\":\"Name\",fonts:[\"Inter-Bold\"],text:eNVyV93eJ,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xjkq1e\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bc5h5gZLB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"23px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"14 nuovi store nel Nord Europa\"})})},Q77k9J2_V:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"23px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"14 nuovi store nel Nord Europa\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"23px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"14 nuovi store nel Nord Europa\"})}),className:\"framer-fucoqr\",\"data-framer-name\":\"Riepilogo\",fonts:[\"Inter-Medium\"],text:BZe0WU4pb,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-uw9yec\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1j9sxug\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14te3s5\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1uhbdq3\",\"data-framer-name\":\"calendar\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 18\"><path d=\"M 3.145 17.998 L 16.827 17.998 C 18.92 17.998 19.962 16.983 19.962 14.971 L 19.962 3.047 C 19.962 1.035 18.92 0.02 16.827 0.02 L 3.145 0.02 C 1.052 0.02 0 1.026 0 3.047 L 0 14.97 C 0 16.992 1.051 17.998 3.145 17.998 Z M 2.995 16.426 C 2.104 16.426 1.613 15.967 1.613 15.059 L 1.613 5.85 C 1.613 4.952 2.104 4.483 2.995 4.483 L 16.957 4.483 C 17.849 4.483 18.349 4.952 18.349 5.85 L 18.349 15.059 C 18.349 15.968 17.849 16.427 16.957 16.427 Z M 8.033 7.989 L 8.624 7.989 C 8.974 7.989 9.085 7.891 9.085 7.549 L 9.085 6.973 C 9.085 6.631 8.974 6.524 8.624 6.524 L 8.033 6.524 C 7.682 6.524 7.562 6.631 7.562 6.973 L 7.562 7.549 C 7.562 7.891 7.682 7.989 8.033 7.989 Z M 11.358 7.989 L 11.949 7.989 C 12.299 7.989 12.42 7.891 12.42 7.549 L 12.42 6.973 C 12.42 6.631 12.299 6.524 11.949 6.524 L 11.358 6.524 C 11.008 6.524 10.887 6.631 10.887 6.973 L 10.887 7.549 C 10.887 7.891 11.008 7.989 11.358 7.989 Z M 14.684 7.989 L 15.274 7.989 C 15.625 7.989 15.745 7.891 15.745 7.549 L 15.745 6.973 C 15.745 6.631 15.625 6.524 15.274 6.524 L 14.684 6.524 C 14.333 6.524 14.223 6.631 14.223 6.973 L 14.223 7.549 C 14.223 7.891 14.333 7.989 14.684 7.989 Z M 4.708 11.182 L 5.289 11.182 C 5.649 11.182 5.759 11.084 5.759 10.742 L 5.759 10.166 C 5.759 9.824 5.649 9.727 5.288 9.727 L 4.708 9.727 C 4.347 9.727 4.237 9.824 4.237 10.166 L 4.237 10.742 C 4.237 11.084 4.347 11.182 4.708 11.182 Z M 8.033 11.182 L 8.624 11.182 C 8.974 11.182 9.085 11.084 9.085 10.742 L 9.085 10.166 C 9.085 9.824 8.974 9.727 8.624 9.727 L 8.033 9.727 C 7.682 9.727 7.562 9.824 7.562 10.166 L 7.562 10.742 C 7.562 11.084 7.682 11.182 8.033 11.182 Z M 11.358 11.182 L 11.949 11.182 C 12.299 11.182 12.42 11.084 12.42 10.742 L 12.42 10.166 C 12.42 9.824 12.299 9.727 11.949 9.727 L 11.358 9.727 C 11.008 9.727 10.887 9.824 10.887 10.166 L 10.887 10.742 C 10.887 11.084 11.008 11.182 11.358 11.182 Z M 14.684 11.182 L 15.274 11.182 C 15.625 11.182 15.745 11.084 15.745 10.742 L 15.745 10.166 C 15.745 9.824 15.625 9.727 15.274 9.727 L 14.684 9.727 C 14.333 9.727 14.223 9.824 14.223 10.166 L 14.223 10.742 C 14.223 11.084 14.333 11.182 14.684 11.182 Z M 4.708 14.385 L 5.289 14.385 C 5.649 14.385 5.759 14.277 5.759 13.935 L 5.759 13.36 C 5.759 13.018 5.649 12.92 5.288 12.92 L 4.708 12.92 C 4.347 12.92 4.237 13.018 4.237 13.36 L 4.237 13.936 C 4.237 14.278 4.347 14.385 4.708 14.385 Z M 8.033 14.385 L 8.624 14.385 C 8.974 14.385 9.085 14.277 9.085 13.935 L 9.085 13.36 C 9.085 13.018 8.974 12.92 8.624 12.92 L 8.033 12.92 C 7.682 12.92 7.562 13.018 7.562 13.36 L 7.562 13.936 C 7.562 14.278 7.682 14.385 8.033 14.385 Z M 11.358 14.385 L 11.949 14.385 C 12.299 14.385 12.42 14.277 12.42 13.935 L 12.42 13.36 C 12.42 13.018 12.299 12.92 11.949 12.92 L 11.358 12.92 C 11.008 12.92 10.887 13.018 10.887 13.36 L 10.887 13.936 C 10.887 14.278 11.008 14.385 11.358 14.385 Z\" fill=\"var(--token-914f1cd3-e142-421c-8856-f3027e374828, rgb(68, 58, 216)) /* {&quot;name&quot;:&quot;primary-color&quot;} */\"></path></svg>',svgContentId:10415693334,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"13.2px\",\"--framer-text-color\":\"var(--token-63b4f2c3-6eca-4822-9037-55f1154c9e35, rgb(38, 38, 65))\",\"--framer-text-transform\":\"uppercase\"},children:\"November 22, 2023\"})}),className:\"framer-14vjxcn\",fonts:[\"GF;Inter-regular\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})]}),visible&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-szqe49\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-8o3kbw\",\"data-framer-name\":\"Network\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 1.415 5.238 C 3.586 7.55 6.644 8.886 9.896 8.877 C 12.463 8.868 14.897 8.015 16.884 6.451 L 16.383 5.467 C 14.572 6.979 12.296 7.805 9.896 7.813 C 6.785 7.822 3.876 6.469 1.907 4.149 Z M 0.475 10.257 C 5.045 14.159 11.584 14.889 16.857 12.129 L 16.831 10.925 C 11.707 13.887 5.159 13.149 0.738 9.062 Z M 4.834 16.295 L 6.091 16.585 C 5.501 15.175 5.185 13.666 5.159 12.138 C 4.913 7.77 6.794 3.604 10.152 0.853 L 9.027 0.413 C 5.695 3.366 3.858 7.664 4.096 12.155 C 4.113 13.562 4.368 14.95 4.834 16.295 Z M 10.626 17.165 L 11.619 16.726 C 9.976 14.405 9.079 11.654 9.079 8.78 C 9.079 6.056 9.87 3.454 11.355 1.239 L 10.319 0.87 C 8.811 3.233 8.012 5.978 8.016 8.78 C 8.011 11.776 8.922 14.701 10.626 17.165 Z M 15.803 13.896 L 16.515 13.087 C 13.552 11.393 11.708 8.256 11.672 4.843 C 11.654 3.612 11.874 2.39 12.313 1.265 L 11.285 0.976 C 10.817 2.213 10.588 3.528 10.608 4.851 C 10.649 8.565 12.616 11.99 15.803 13.896 Z M 5.15 8.771 C 5.897 8.771 6.513 8.147 6.513 7.392 C 6.513 6.636 5.897 6.021 5.15 6.021 C 4.785 6.019 4.435 6.163 4.176 6.42 C 3.917 6.677 3.772 7.027 3.771 7.392 C 3.772 8.153 4.389 8.77 5.15 8.771 Z M 11.883 9.501 C 12.621 9.501 13.228 8.895 13.228 8.139 C 13.225 7.397 12.624 6.797 11.883 6.794 C 11.127 6.794 10.521 7.4 10.521 8.139 C 10.519 8.5 10.663 8.847 10.918 9.103 C 11.174 9.359 11.521 9.502 11.883 9.501 Z M 9.264 14.581 C 9.627 14.582 9.975 14.437 10.231 14.18 C 10.487 13.922 10.629 13.573 10.626 13.21 C 10.627 12.848 10.485 12.499 10.229 12.242 C 9.974 11.985 9.626 11.84 9.264 11.839 C 8.899 11.838 8.549 11.981 8.29 12.239 C 8.031 12.496 7.885 12.845 7.884 13.21 C 7.884 13.975 8.499 14.581 9.264 14.581 Z M 8.965 17.929 C 13.869 17.929 17.93 13.86 17.93 8.965 C 17.93 4.06 13.86 0 8.956 0 C 4.06 0 0 4.06 0 8.965 C 0 13.86 4.069 17.93 8.965 17.93 Z M 8.965 16.734 C 4.72 16.734 1.195 13.21 1.195 8.965 C 1.195 4.72 4.711 1.195 8.956 1.195 C 13.201 1.195 16.734 4.72 16.734 8.965 C 16.734 13.21 13.21 16.734 8.965 16.734 Z\" fill=\"var(--token-914f1cd3-e142-421c-8856-f3027e374828, rgb(68, 58, 216)) /* {&quot;name&quot;:&quot;primary-color&quot;} */\"></path></svg>',svgContentId:8803593072,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"13.2px\",\"--framer-text-color\":\"var(--token-63b4f2c3-6eca-4822-9037-55f1154c9e35, rgb(38, 38, 65))\",\"--framer-text-transform\":\"uppercase\"},children:\"DAL MONDO APPLE\"})}),className:\"framer-14gyya7\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),visible1&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mrvhi2\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-d53qhq\",\"data-framer-name\":\"Newspaper\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 17\"><path d=\"M 0 14.562 C 0 16.135 0.791 16.949 2.413 16.949 L 15.66 16.949 C 17.339 16.949 18.169 16.135 18.169 14.507 L 18.169 2.451 C 18.169 0.822 17.339 0 15.66 0 L 6.032 0 C 4.363 0 3.524 0.822 3.524 2.451 L 3.524 6.222 L 1.614 6.222 C 0.599 6.222 0 6.768 0 7.708 Z M 1.287 14.562 L 1.287 7.953 C 1.287 7.661 1.463 7.495 1.758 7.495 L 3.524 7.495 L 3.524 14.562 C 3.524 15.218 3.036 15.677 2.413 15.677 C 1.782 15.677 1.287 15.194 1.287 14.562 Z M 4.538 15.677 C 4.714 15.337 4.81 14.941 4.81 14.483 L 4.81 2.522 C 4.81 1.7 5.258 1.273 6.057 1.273 L 15.637 1.273 C 16.436 1.273 16.883 1.7 16.883 2.522 L 16.883 14.435 C 16.883 15.258 16.436 15.676 15.637 15.676 Z M 6.887 4.712 L 14.821 4.712 C 15.101 4.712 15.316 4.49 15.316 4.214 C 15.316 3.945 15.101 3.739 14.821 3.739 L 6.887 3.739 C 6.599 3.739 6.384 3.945 6.384 4.214 C 6.384 4.49 6.599 4.711 6.887 4.711 Z M 6.887 7.495 L 14.821 7.495 C 15.101 7.495 15.316 7.281 15.316 7.012 C 15.316 6.736 15.101 6.522 14.821 6.522 L 6.887 6.522 C 6.599 6.522 6.384 6.736 6.384 7.012 C 6.384 7.281 6.599 7.495 6.887 7.495 Z M 7.359 13.131 L 9.428 13.131 C 10.035 13.131 10.403 12.767 10.403 12.167 L 10.403 10.285 C 10.403 9.676 10.035 9.313 9.428 9.313 L 7.359 9.313 C 6.743 9.313 6.376 9.676 6.376 10.285 L 6.376 12.167 C 6.376 12.767 6.743 13.131 7.359 13.131 Z M 11.841 10.285 L 14.814 10.285 C 15.101 10.285 15.309 10.079 15.309 9.811 C 15.309 9.526 15.101 9.313 14.814 9.313 L 11.841 9.313 C 11.554 9.313 11.346 9.526 11.346 9.811 C 11.346 10.079 11.554 10.285 11.841 10.285 Z M 11.841 13.131 L 14.814 13.131 C 15.101 13.131 15.309 12.926 15.309 12.656 C 15.309 12.38 15.101 12.159 14.814 12.159 L 11.841 12.159 C 11.554 12.159 11.346 12.38 11.346 12.656 C 11.346 12.926 11.554 13.131 11.841 13.131 Z\" fill=\"var(--token-914f1cd3-e142-421c-8856-f3027e374828, rgb(68, 58, 216)) /* {&quot;name&quot;:&quot;primary-color&quot;} */\"></path></svg>',svgContentId:12589906308,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"13.2px\",\"--framer-text-color\":\"var(--token-63b4f2c3-6eca-4822-9037-55f1154c9e35, rgb(38, 38, 65))\",\"--framer-text-transform\":\"uppercase\"},children:\"NEWS C&C\"})}),className:\"framer-n1bhtg\",fonts:[\"GF;Inter-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),visible2&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1s1dyun\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1qnvpr6\",\"data-framer-name\":\"Building.2\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 17\"><path d=\"M 10.906 16.862 L 16.715 16.862 C 17.486 16.862 17.975 16.301 17.975 15.424 L 17.975 5.336 C 17.975 4.458 17.486 3.897 16.715 3.897 L 11.456 3.897 L 11.456 5.17 L 16.31 5.17 C 16.607 5.17 16.745 5.32 16.745 5.628 L 16.745 15.131 C 16.745 15.439 16.607 15.589 16.31 15.589 L 10.906 15.589 Z M 13.841 8.245 L 15.071 8.245 C 15.224 8.245 15.331 8.135 15.331 7.977 L 15.331 6.743 C 15.334 6.671 15.308 6.601 15.259 6.55 C 15.209 6.499 15.141 6.471 15.071 6.475 L 13.84 6.475 C 13.68 6.475 13.588 6.585 13.588 6.743 L 13.588 7.977 C 13.588 8.134 13.68 8.245 13.84 8.245 Z M 13.841 11.265 L 15.071 11.265 C 15.224 11.265 15.331 11.155 15.331 10.997 L 15.331 9.763 C 15.334 9.691 15.308 9.621 15.259 9.57 C 15.209 9.519 15.141 9.491 15.071 9.495 L 13.84 9.495 C 13.68 9.495 13.588 9.605 13.588 9.763 L 13.588 10.997 C 13.588 11.154 13.68 11.265 13.84 11.265 Z M 13.841 14.285 L 15.071 14.285 C 15.224 14.285 15.331 14.175 15.331 14.017 L 15.331 12.783 C 15.334 12.711 15.308 12.641 15.259 12.59 C 15.209 12.538 15.141 12.511 15.071 12.514 L 13.84 12.514 C 13.68 12.514 13.588 12.625 13.588 12.783 L 13.588 14.017 C 13.588 14.174 13.68 14.285 13.84 14.285 Z M 0 15.424 C 0 16.301 0.489 16.862 1.269 16.862 L 10.906 16.862 C 11.678 16.862 12.167 16.301 12.167 15.424 L 12.167 1.447 C 12.167 0.569 11.678 0.008 10.906 0.008 L 1.269 0.008 C 0.489 0.008 0 0.569 0 1.447 Z M 1.231 15.131 L 1.231 1.739 C 1.231 1.423 1.368 1.281 1.674 1.281 L 10.501 1.281 C 10.799 1.281 10.937 1.423 10.937 1.739 L 10.937 15.131 C 10.937 15.439 10.799 15.59 10.501 15.59 L 1.674 15.59 C 1.368 15.59 1.231 15.44 1.231 15.131 Z M 3.424 16.19 L 4.425 16.19 L 4.425 13.55 C 4.425 13.384 4.509 13.297 4.67 13.297 L 7.497 13.297 C 7.666 13.297 7.742 13.384 7.742 13.55 L 7.742 16.19 L 8.743 16.19 L 8.743 13.258 C 8.743 12.578 8.453 12.261 7.826 12.261 L 4.341 12.261 C 3.714 12.261 3.424 12.578 3.424 13.257 Z M 3.546 4.736 L 5.036 4.736 C 5.22 4.736 5.35 4.609 5.35 4.411 L 5.35 2.917 C 5.35 2.727 5.22 2.593 5.036 2.593 L 3.546 2.593 C 3.363 2.593 3.248 2.727 3.248 2.917 L 3.248 4.411 C 3.248 4.609 3.363 4.735 3.546 4.735 Z M 7.131 4.736 L 8.613 4.736 C 8.797 4.736 8.926 4.609 8.926 4.411 L 8.926 2.917 C 8.926 2.727 8.797 2.593 8.613 2.593 L 7.13 2.593 C 6.939 2.593 6.825 2.727 6.825 2.917 L 6.825 4.411 C 6.825 4.609 6.939 4.735 7.13 4.735 Z M 3.546 7.866 L 5.036 7.866 C 5.22 7.866 5.35 7.739 5.35 7.542 L 5.35 6.047 C 5.35 5.858 5.22 5.723 5.036 5.723 L 3.546 5.723 C 3.363 5.723 3.248 5.858 3.248 6.047 L 3.248 7.542 C 3.248 7.739 3.363 7.865 3.546 7.865 Z M 7.131 7.866 L 8.613 7.866 C 8.797 7.866 8.926 7.739 8.926 7.542 L 8.926 6.047 C 8.926 5.858 8.797 5.723 8.613 5.723 L 7.13 5.723 C 6.939 5.723 6.825 5.858 6.825 6.047 L 6.825 7.542 C 6.825 7.739 6.939 7.865 7.13 7.865 Z M 3.546 10.997 L 5.036 10.997 C 5.22 10.997 5.35 10.862 5.35 10.673 L 5.35 9.178 C 5.35 8.981 5.22 8.854 5.036 8.854 L 3.546 8.854 C 3.363 8.854 3.248 8.981 3.248 9.178 L 3.248 10.672 C 3.248 10.862 3.363 10.997 3.546 10.997 Z M 7.131 10.997 L 8.613 10.997 C 8.797 10.997 8.926 10.862 8.926 10.673 L 8.926 9.178 C 8.926 8.981 8.797 8.854 8.613 8.854 L 7.13 8.854 C 6.939 8.854 6.825 8.981 6.825 9.178 L 6.825 10.672 C 6.825 10.862 6.939 10.997 7.13 10.997 Z\" fill=\"var(--token-914f1cd3-e142-421c-8856-f3027e374828, rgb(68, 58, 216)) /* {&quot;name&quot;:&quot;primary-color&quot;} */\"></path></svg>',svgContentId:12445836010,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"13.2px\",\"--framer-text-color\":\"var(--token-63b4f2c3-6eca-4822-9037-55f1154c9e35, rgb(38, 38, 65))\",\"--framer-text-transform\":\"uppercase\"},children:\"Business\"})}),className:\"framer-8so3cm\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),visible3&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-d2srkw\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-13td8p0\",\"data-framer-name\":\"Graduationcap\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 17 18\"><path d=\"M 8.514 11.053 C 9.053 11.059 9.585 10.923 10.249 10.627 L 16.42 7.851 C 16.827 7.666 17.034 7.309 17.034 6.939 C 17.034 6.575 16.827 6.217 16.42 6.032 L 10.249 3.256 C 9.585 2.961 9.053 2.825 8.514 2.831 C 7.981 2.825 7.449 2.961 6.779 3.257 L 0.614 6.032 C 0.207 6.217 0 6.575 0 6.939 C 0 7.309 0.207 7.666 0.614 7.851 L 6.779 10.627 C 7.449 10.923 7.981 11.059 8.514 11.053 Z M 8.514 10.078 C 8.1 10.078 7.693 9.973 7.161 9.733 L 1.391 7.149 C 1.278 7.099 1.228 7.025 1.228 6.939 C 1.228 6.859 1.278 6.784 1.391 6.735 L 7.161 4.151 C 7.693 3.91 8.1 3.806 8.514 3.806 C 8.934 3.806 9.335 3.91 9.873 4.151 L 15.643 6.735 C 15.75 6.784 15.806 6.858 15.806 6.939 C 15.806 7.025 15.75 7.099 15.643 7.149 L 9.873 9.733 C 9.335 9.973 8.934 10.078 8.514 10.078 Z M 2.443 11.577 C 2.443 13.421 4.824 14.981 8.514 14.981 C 12.21 14.981 14.59 13.421 14.59 11.577 L 14.59 8.32 L 13.582 8.32 L 13.582 11.577 C 13.582 12.866 11.602 14.05 8.514 14.05 C 5.431 14.05 3.452 12.866 3.452 11.577 L 3.452 8.32 L 2.443 8.32 Z M 8.539 7.642 C 9.216 7.642 9.867 7.34 9.867 6.939 C 9.867 6.55 9.216 6.254 8.539 6.254 C 7.868 6.254 7.204 6.55 7.204 6.939 C 7.204 7.34 7.868 7.642 8.539 7.642 Z M 4.73 9.27 L 8.445 7.334 L 8.1 6.698 L 3.915 8.845 Z M 3.915 15.321 L 4.73 15.321 L 4.73 9.27 L 3.915 8.875 Z M 3.421 15.444 L 3.421 17.066 C 3.421 17.553 3.74 17.868 4.235 17.868 L 4.404 17.868 C 4.899 17.868 5.219 17.553 5.219 17.066 L 5.219 15.444 C 5.219 14.957 4.899 14.642 4.404 14.642 L 4.235 14.642 C 3.74 14.642 3.421 14.957 3.421 15.444 Z\" fill=\"var(--token-914f1cd3-e142-421c-8856-f3027e374828, rgb(68, 58, 216)) /* {&quot;name&quot;:&quot;primary-color&quot;} */\"></path></svg>',svgContentId:10870390954,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"13.2px\",\"--framer-text-color\":\"var(--token-63b4f2c3-6eca-4822-9037-55f1154c9e35, rgb(38, 38, 65))\",\"--framer-text-transform\":\"uppercase\"},children:\"Education\"})}),className:\"framer-146m81i\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-81ja84\"}),visible4&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bc5h5gZLB:{background:{alt:\"\",fit:\"fill\",sizes:`max(min(${componentViewport?.width||\"100vw\"} - 48px, 800px) - 30px, 1px)`,...toResponsiveImage(PGU0Zx_jA)}},Q77k9J2_V:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+120+0+30+0+0+0+286),sizes:`max(min(${componentViewport?.width||\"100vw\"} - 100px, 800px) - 60px, 1px)`,...toResponsiveImage(PGU0Zx_jA)}},W7gE9vfmJ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+120+0+30+0+0+0+286),sizes:`max(min(${componentViewport?.width||\"100vw\"} - 300px, 800px) - 60px, 1px)`,...toResponsiveImage(PGU0Zx_jA)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+120+0+30+0+0+0+286),sizes:`max(min(${componentViewport?.width||\"100vw\"} - 600px, 800px) - 60px, 1px)`,...toResponsiveImage(PGU0Zx_jA)},className:\"framer-1hhs302\",\"data-framer-name\":\"Banner\"})}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/bZxrMUxBPAhoXlARkK9C/YouTube.js:Youtube\":componentPresets.props[\"RSgmzKhLe\"],\"module:pVk4QsoHxASnVtUBp6jr/F3DAaPbkrr19izpZS3jO/CodeBlock.js:default\":componentPresets.props[\"zM3lPH68u\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:h4XuzAJnJ,className:\"framer-93r3tk\",\"data-framer-name\":\"Corpo\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1wicq5s\",blockquote:\"framer-styles-preset-1uhfa5w\",code:\"framer-styles-preset-m005pw\",h1:\"framer-styles-preset-ikdvbq\",h2:\"framer-styles-preset-qngrnh\",h3:\"framer-styles-preset-h6i9ym\",h4:\"framer-styles-preset-r41myk\",h5:\"framer-styles-preset-17gstex\",h6:\"framer-styles-preset-mj6yln\",img:\"framer-styles-preset-1l9k3o9\",p:\"framer-styles-preset-18rovmb\",table:\"framer-styles-preset-qj31j3\"},verticalAlignment:\"top\",withExternalLayout:true})}),visible5&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ldivs6-container\",isModuleExternal:true,nodeId:\"J9bB5mmXu\",scopeId:\"xZYl_uHHe\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:true,height:\"100%\",id:\"J9bB5mmXu\",isMixedBorderRadius:false,layoutId:\"J9bB5mmXu\",loop:false,muted:false,objectFit:\"cover\",playing:false,posterEnabled:false,srcFile:Dsr15KGaa,srcType:\"Upload\",srcUrl:toString(convertFromBoolean(isSet(Dsr15KGaa),activeLocale)),startTime:0,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),visible6&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-fxosf0-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"NNETp7z6V\",scopeId:\"xZYl_uHHe\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:true},autoPlayControl:true,borderRadius:20,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",id:\"NNETp7z6V\",intervalControl:4,itemAmount:1,layoutId:\"NNETp7z6V\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true},slots:[visible6&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"600px\",...toResponsiveImage(YdhNhNMaj),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-5e6q4n\",\"data-framer-name\":\"Slide 1\"}),visible7&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"600px\",...toResponsiveImage(MDjtEUrlV)},className:\"framer-1fj0k5m\",\"data-framer-name\":\"Slide 2\"}),visible8&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"600px\",...toResponsiveImage(geFcZXKty)},className:\"framer-ow65go\",\"data-framer-name\":\"Slide 3\"}),visible9&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"600px\",...toResponsiveImage(h5iS5SnKO)},className:\"framer-ehe5hq\",\"data-framer-name\":\"Slide 4\"}),visible10&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"600px\",...toResponsiveImage(KDh4iMX8F)},className:\"framer-xzl4fi\",\"data-framer-name\":\"Slide 5\"}),visible11&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"600px\",...toResponsiveImage(nvSb4WTov)},className:\"framer-1xkfpq3\",\"data-framer-name\":\"Slide 6\"}),visible12&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"600px\",...toResponsiveImage(klGMLGLyi)},className:\"framer-agi1h1\",\"data-framer-name\":\"Slide 7\"}),visible13&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"600px\",...toResponsiveImage(FW7MWamcL)},className:\"framer-1ccq5pp\",\"data-framer-name\":\"Slide 8\"}),visible14&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"600px\",...toResponsiveImage(BvtX851X_)},className:\"framer-1r7m1po\",\"data-framer-name\":\"Slide 9\"}),visible15&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"600px\",...toResponsiveImage(nr4wQRIiW)},className:\"framer-irylmh\",\"data-framer-name\":\"Slide 10\"}),visible16&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"600px\",...toResponsiveImage(bcTGikFrR)},className:\"framer-1izzel5\",\"data-framer-name\":\"Slide 11\"}),visible17&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"600px\",...toResponsiveImage(Ql4zziAfb)},className:\"framer-1un4osr\",\"data-framer-name\":\"Slide 12\"}),visible18&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"600px\",...toResponsiveImage(AabXshTqB)},className:\"framer-1omatos\",\"data-framer-name\":\"Slide 13\"}),visible19&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"600px\",...toResponsiveImage(t2wyjdR2E)},className:\"framer-1llz1it\",\"data-framer-name\":\"Slide 14\"}),visible20&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"600px\",...toResponsiveImage(Hq7xAOscP)},className:\"framer-7luelp\",\"data-framer-name\":\"Slide 15\"})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16ej1m2\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bc5h5gZLB:{children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\"},children:\"Condividi l'articolo\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-font-weight\":\"600\"},children:\"Condividi l'articolo\"})}),className:\"framer-1pxvm7j\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11ymo0d\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-dkrbb2-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"Xczgfxpm8\",scopeId:\"xZYl_uHHe\",children:/*#__PURE__*/_jsx(SocialShare,{colors:{fillColor:\"rgb(0, 0, 0)\",fillColorType:\"brand\",fillOpacity:1,iconColor:\"rgb(255, 255, 255)\",iconColorType:\"custom\"},height:\"100%\",iconSize:24,id:\"Xczgfxpm8\",layoutId:\"Xczgfxpm8\",newTab:true,padding:12,paddingBottom:12,paddingIsMixed:false,paddingLeft:12,paddingRight:12,paddingTop:12,radius:50,radiusBottomLeft:50,radiusBottomRight:50,radiusIsMixed:false,radiusTopLeft:50,radiusTopRight:50,shareLink:\"currentPage\",shareUrl:\"\",type:\"facebook\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-sjr1jq-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"qPWlRkttq\",scopeId:\"xZYl_uHHe\",children:/*#__PURE__*/_jsx(SocialShare,{colors:{fillColor:\"rgb(0, 0, 0)\",fillColorType:\"brand\",fillOpacity:1,iconColor:\"rgb(255, 255, 255)\",iconColorType:\"custom\"},height:\"100%\",iconSize:24,id:\"qPWlRkttq\",layoutId:\"qPWlRkttq\",newTab:true,padding:12,paddingBottom:12,paddingIsMixed:false,paddingLeft:12,paddingRight:12,paddingTop:12,radius:30,radiusBottomLeft:30,radiusBottomRight:30,radiusIsMixed:false,radiusTopLeft:30,radiusTopRight:30,shareLink:\"currentPage\",shareUrl:\"\",type:\"twitter\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-zm5pi4-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"UGvuifBgH\",scopeId:\"xZYl_uHHe\",children:/*#__PURE__*/_jsx(SocialShare,{colors:{fillColor:\"rgb(0, 0, 0)\",fillColorType:\"brand\",fillOpacity:1,iconColor:\"rgb(255, 255, 255)\",iconColorType:\"custom\"},height:\"100%\",iconSize:24,id:\"UGvuifBgH\",layoutId:\"UGvuifBgH\",newTab:true,padding:12,paddingBottom:12,paddingIsMixed:false,paddingLeft:12,paddingRight:12,paddingTop:12,radius:30,radiusBottomLeft:30,radiusBottomRight:30,radiusIsMixed:false,radiusTopLeft:30,radiusTopRight:30,shareLink:\"currentPage\",shareUrl:\"\",type:\"linkedIn\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1x6ufna-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"ZfnkWuUsI\",scopeId:\"xZYl_uHHe\",children:/*#__PURE__*/_jsx(SocialShare,{colors:{fillColor:\"rgb(0, 0, 0)\",fillColorType:\"brand\",fillOpacity:1,iconColor:\"rgb(255, 255, 255)\",iconColorType:\"custom\"},height:\"100%\",iconSize:24,id:\"ZfnkWuUsI\",layoutId:\"ZfnkWuUsI\",newTab:true,padding:12,paddingBottom:12,paddingIsMixed:false,paddingLeft:12,paddingRight:12,paddingTop:12,radius:30,radiusBottomLeft:30,radiusBottomRight:30,radiusIsMixed:false,radiusTopLeft:30,radiusTopRight:30,shareLink:\"currentPage\",shareUrl:\"\",type:\"whatsApp\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-fndxs3-container hidden-czfzik\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"qXEVHhy3P\",scopeId:\"xZYl_uHHe\",children:/*#__PURE__*/_jsx(SocialShare,{colors:{fillColor:\"rgb(43, 142, 255)\",fillColorType:\"custom\",fillOpacity:1,iconColor:\"rgb(255, 255, 255)\",iconColorType:\"custom\"},height:\"100%\",iconSize:24,id:\"qXEVHhy3P\",layoutId:\"qXEVHhy3P\",newTab:true,padding:12,paddingBottom:12,paddingIsMixed:false,paddingLeft:12,paddingRight:12,paddingTop:12,radius:30,radiusBottomLeft:30,radiusBottomRight:30,radiusIsMixed:false,radiusTopLeft:30,radiusTopRight:30,shareLink:\"currentPage\",shareUrl:\"\",type:\"email\",width:\"100%\"})})})]})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bc5h5gZLB:{background:{alt:\"\",fit:\"fill\",pixelHeight:80,pixelWidth:80,src:\"https://framerusercontent.com/images/vNMBQdlh6gPhL9BBrnQ0lRHS0.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+120+0+0),pixelHeight:80,pixelWidth:80,src:\"https://framerusercontent.com/images/vNMBQdlh6gPhL9BBrnQ0lRHS0.svg\"},className:\"framer-9rv8rv\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1icw0o1\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pwuea8\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dwc9ew\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bc5h5gZLB:{children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"45px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-63b4f2c3-6eca-4822-9037-55f1154c9e35, rgb(38, 38, 65))\"},children:\"Altre notizie\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"45px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-63b4f2c3-6eca-4822-9037-55f1154c9e35, rgb(38, 38, 65))\"},children:\"Altre notizie\"})}),className:\"framer-1pg116y\",\"data-framer-name\":\"Name\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-19wxxpc hidden-czfzik\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ko6011\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1eoml5b\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-5rhx8e\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1u45dgn\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"lkLzDLwxO\"},implicitPathVariables:undefined},{href:{webPageId:\"lkLzDLwxO\"},implicitPathVariables:undefined},{href:{webPageId:\"lkLzDLwxO\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Q77k9J2_V:{y:(componentViewport?.y||0)+120+0+30+1173.2+0+0+0+0+0+0+0+0+0+0+0+0+0+26}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,y:(componentViewport?.y||0)+120+0+30+1357.2+0+0+30+0+0+24+0+0+0+0+0+0+0+-4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-u255bc-container\",nodeId:\"g4QLDRURo\",scopeId:\"xZYl_uHHe\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Q77k9J2_V:{DRRM7WuDz:resolvedLinks[1]},W7gE9vfmJ:{DRRM7WuDz:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(ButtonText,{DRRM7WuDz:resolvedLinks[0],height:\"100%\",id:\"g4QLDRURo\",layoutId:\"g4QLDRURo\",qSpLnIo2n:16,RkzBtQaau:false,style:{height:\"100%\"},variant:\"G5sx8eGm3\",vyIwvOC82:getLocalizedValue(\"v8\",activeLocale)??\"Scopri tutte le news\",width:\"100%\"})})})})})})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14v7skx\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bc5h5gZLB:{query:{from:{alias:\"GtLXgKv7e\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:4},offset:{type:\"LiteralValue\",value:0},select:[{collection:\"GtLXgKv7e\",name:\"eNVyV93eJ\",type:\"Identifier\"},{collection:\"GtLXgKv7e\",name:\"z0z78WhYP\",type:\"Identifier\"},{collection:\"GtLXgKv7e\",name:\"PGU0Zx_jA\",type:\"Identifier\"},{collection:\"GtLXgKv7e\",name:\"wBM97xl8j\",type:\"Identifier\"},{collection:\"GtLXgKv7e\",name:\"eqfXLcpd4\",type:\"Identifier\"},{collection:\"GtLXgKv7e\",name:\"BZe0WU4pb\",type:\"Identifier\"},{collection:\"GtLXgKv7e\",name:\"id\",type:\"Identifier\"}],where:{left:{dataType:\"DATE\",type:\"TypeCast\",value:{collection:\"GtLXgKv7e\",name:\"eqfXLcpd4\",type:\"Identifier\"}},operator:\">=\",right:{dataType:\"DATE\",type:\"TypeCast\",value:{type:\"LiteralValue\",value:\"2023-05-10T00:00:00.000Z\"}},type:\"BinaryOperation\"}}}},children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"GtLXgKv7e\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:5},offset:{type:\"LiteralValue\",value:0},select:[{collection:\"GtLXgKv7e\",name:\"eNVyV93eJ\",type:\"Identifier\"},{collection:\"GtLXgKv7e\",name:\"z0z78WhYP\",type:\"Identifier\"},{collection:\"GtLXgKv7e\",name:\"PGU0Zx_jA\",type:\"Identifier\"},{collection:\"GtLXgKv7e\",name:\"wBM97xl8j\",type:\"Identifier\"},{collection:\"GtLXgKv7e\",name:\"eqfXLcpd4\",type:\"Identifier\"},{collection:\"GtLXgKv7e\",name:\"BZe0WU4pb\",type:\"Identifier\"},{collection:\"GtLXgKv7e\",name:\"id\",type:\"Identifier\"}],where:{left:{dataType:\"DATE\",type:\"TypeCast\",value:{collection:\"GtLXgKv7e\",name:\"eqfXLcpd4\",type:\"Identifier\"}},operator:\">=\",right:{dataType:\"DATE\",type:\"TypeCast\",value:{type:\"LiteralValue\",value:\"2023-05-10T00:00:00.000Z\"}},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({BZe0WU4pb:BZe0WU4pbGtLXgKv7e,eNVyV93eJ:eNVyV93eJGtLXgKv7e,eqfXLcpd4:eqfXLcpd4GtLXgKv7e,id:idGtLXgKv7e,PGU0Zx_jA:PGU0Zx_jAGtLXgKv7e,wBM97xl8j:wBM97xl8jGtLXgKv7e,z0z78WhYP:z0z78WhYPGtLXgKv7e},index)=>{eNVyV93eJGtLXgKv7e??=\"\";z0z78WhYPGtLXgKv7e??=\"\";BZe0WU4pbGtLXgKv7e??=\"\";const visible21=negate(equals(eNVyV93eJGtLXgKv7e,eNVyV93eJ));const textContent1=enumToDisplayNameFunctions[\"wBM97xl8j\"]?.(wBM97xl8jGtLXgKv7e,activeLocale);const textContent2=toDateString1(eqfXLcpd4GtLXgKv7e,activeLocaleCode);return /*#__PURE__*/_jsx(LayoutGroup,{id:`GtLXgKv7e-${idGtLXgKv7e}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{z0z78WhYP:z0z78WhYPGtLXgKv7e},children:visible21&&/*#__PURE__*/_jsx(Link,{href:{pathVariables:{z0z78WhYP:z0z78WhYPGtLXgKv7e},webPageId:\"xZYl_uHHe\"},motionChild:true,nodeId:\"nRwrtbx5s\",scopeId:\"xZYl_uHHe\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-a3gg6v framer-1nq9818\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bc5h5gZLB:{background:{alt:\"\",fit:\"fill\",sizes:`max(min(${componentViewport?.width||\"100vw\"} - 48px, 800px) - 30px, 200px)`,...toResponsiveImage(PGU0Zx_jAGtLXgKv7e)}},Q77k9J2_V:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+120+0+30+1173.2+0+0+0+112+0+0+0),sizes:`max((min(${componentViewport?.width||\"100vw\"} - 100px, 800px) - 120px) / 2, 200px)`,...toResponsiveImage(PGU0Zx_jAGtLXgKv7e)}},W7gE9vfmJ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+120+0+30+1357.2+0+0+30+110+0+0+0),sizes:`max((min(${componentViewport?.width||\"100vw\"} - 300px, 800px) - 120px) / 2, 200px)`,...toResponsiveImage(PGU0Zx_jAGtLXgKv7e)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+120+0+30+1357.2+0+0+30+110+0+0+0),sizes:`max((min(${componentViewport?.width||\"100vw\"} - 600px, 800px) - 120px) / 2, 200px)`,...toResponsiveImage(PGU0Zx_jAGtLXgKv7e)},className:\"framer-sw7sgx\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xfzn4c\",\"data-framer-name\":\"Post\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bc5h5gZLB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(19, 19, 19)\"},children:\"Name\"})}),fonts:[\"Inter-Medium\"]},Q77k9J2_V:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"rgb(19, 19, 19)\"},children:\"Name\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"rgb(19, 19, 19)\"},children:\"Name\"})}),className:\"framer-2037ro\",\"data-framer-name\":\"Name\",fonts:[\"Inter-SemiBold\"],text:eNVyV93eJGtLXgKv7e,verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vy0qvl\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1srarbv\",\"data-border\":true,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--token-914f1cd3-e142-421c-8856-f3027e374828, rgb(68, 58, 216))\"},children:\"Content\"})}),className:\"framer-xsb3ag\",fonts:[\"GF;Inter-regular\"],text:textContent1,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-140kzd\",\"data-border\":true,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-line-height\":\"26px\"},children:\"Content\"})}),className:\"framer-1j2n6b6\",fonts:[\"GF;Inter-regular\"],text:textContent2,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Q77k9J2_V:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"13px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Riepilogo\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Riepilogo\"})}),className:\"framer-13loqyv\",\"data-framer-name\":\"Riepilogo\",fonts:[\"Inter\"],text:BZe0WU4pbGtLXgKv7e,verticalAlignment:\"top\",withExternalLayout:true})})]})})})},idGtLXgKv7e);})})})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kqxtqg hidden-8d1jbt hidden-pn3pvp hidden-a60f3z\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-17j73hr\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wspwla\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-dmqcwj\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-p67obr\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"lkLzDLwxO\"},implicitPathVariables:undefined},{href:{webPageId:\"lkLzDLwxO\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,children:/*#__PURE__*/_jsx(Container,{className:\"framer-45ew0q-container\",nodeId:\"fFpLQmje4\",scopeId:\"xZYl_uHHe\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bc5h5gZLB:{DRRM7WuDz:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(ButtonText,{DRRM7WuDz:resolvedLinks1[0],height:\"100%\",id:\"fFpLQmje4\",layoutId:\"fFpLQmje4\",qSpLnIo2n:16,RkzBtQaau:false,style:{height:\"100%\"},variant:\"G5sx8eGm3\",vyIwvOC82:getLocalizedValue(\"v8\",activeLocale)??\"Scopri tutte le news\",width:\"100%\"})})})})})})})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bc5h5gZLB:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 48px, 800px) - 30px)`,y:undefined},Q77k9J2_V:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 100px, 800px) - 60px)`,y:(componentViewport?.y||0)+120+0+30+1423.2},W7gE9vfmJ:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 300px, 800px) - 60px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:371,width:`calc(min(${componentViewport?.width||\"100vw\"} - 600px, 800px) - 60px)`,y:(componentViewport?.y||0)+120+0+30+1635.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1e23c09-container\",nodeId:\"qiasLABxi\",scopeId:\"xZYl_uHHe\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bc5h5gZLB:{variant:\"ATcq5lB5K\"}},children:/*#__PURE__*/_jsx(FormNewsLetterNew,{height:\"100%\",id:\"qiasLABxi\",layoutId:\"qiasLABxi\",style:{width:\"100%\"},variant:\"OIHFuFk_X\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-wbc1xh\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bc5h5gZLB:{width:`min(max(min(${componentViewport?.width||\"100vw\"} - 48px, 800px) - 30px, 1px), 1400px)`,y:undefined},Q77k9J2_V:{width:`min(max(min(${componentViewport?.width||\"100vw\"} - 100px, 800px) - 60px, 1px), 1400px)`,y:(componentViewport?.y||0)+120+0+30+1872.2+0},W7gE9vfmJ:{width:\"810px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:506,width:\"800px\",y:(componentViewport?.y||0)+120+0+30+2084.2+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-l3ruz1-container\",nodeId:\"n_SRMd7Ab\",scopeId:\"xZYl_uHHe\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bc5h5gZLB:{variant:\"rdPLuD_sD\"}},children:/*#__PURE__*/_jsx(FooterCec,{height:\"100%\",id:\"n_SRMd7Ab\",layoutId:\"n_SRMd7Ab\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"XpASMDzQ2\",width:\"100%\"})})})})})})]}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-19qbgoy-container hidden-pn3pvp hidden-czfzik\",layoutScroll:true,nodeId:\"IrAAdh_Vo\",rendersWithMotion:true,scopeId:\"xZYl_uHHe\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(FlagBox,{height:\"100%\",id:\"IrAAdh_Vo\",layoutId:\"IrAAdh_Vo\",style:{height:\"100%\",width:\"100%\"},variant:\"nWNJJqy_A\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14hjchu\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-r1nz88\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-9ijwaw\"})]}),isDisplayed2()&&/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:850,width:componentViewport?.width||\"100vw\",y:30,children:/*#__PURE__*/_jsxs(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation1},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-gxgbxj-container hidden-pn3pvp hidden-czfzik\",id:\"gxgbxj\",layoutScroll:true,nodeId:\"wYSMnIKh_\",rendersWithMotion:true,scopeId:\"xZYl_uHHe\",children:[/*#__PURE__*/_jsx(MenuSiteAppleDef,{height:\"100%\",id:\"wYSMnIKh_\",layoutId:\"wYSMnIKh_\",RDoew0cpc:RDoew0cpc3bnx0g({overlay}),style:{width:\"100%\"},variant:\"bplUN6DyL\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-1yoio3n\"),\"data-framer-portal-id\":\"gxgbxj\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"JTejHc2uT\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"288px\",children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-1cb5hh6-container\"),\"data-framer-portal-id\":\"gxgbxj\",inComponentSlot:true,nodeId:\"C5KeuzMqL\",rendersWithMotion:true,scopeId:\"xZYl_uHHe\",children:/*#__PURE__*/_jsx(CountryOverlay,{g7AsQpH1w:g7AsQpH1w1wnntms({overlay}),height:\"100%\",id:\"C5KeuzMqL\",layoutId:\"C5KeuzMqL\",style:{height:\"100%\",width:\"100%\"},variant:\"Z7J4w2HZa\",width:\"100%\"})})})]}),getContainer())})})]})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bc5h5gZLB:{height:55,width:componentViewport?.width||\"100vw\",y:0},Q77k9J2_V:{height:55,width:componentViewport?.width||\"100vw\",y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1pk19uz-container hidden-8d1jbt hidden-a60f3z\",layoutScroll:true,nodeId:\"rKHeZoLXj\",scopeId:\"xZYl_uHHe\",children:/*#__PURE__*/_jsx(MenuMobileNew,{height:\"100%\",id:\"rKHeZoLXj\",layoutId:\"rKHeZoLXj\",style:{height:\"100%\",width:\"100%\"},variant:\"i8nSPnWBX\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-c6zxs.framer-1nq9818, .framer-c6zxs .framer-1nq9818 { display: block; }\",\".framer-c6zxs.framer-8d1jbt { align-content: center; align-items: center; background-color: var(--token-9c5db905-00ae-4865-9193-e023abbc0fda, #fcfcff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 120px 300px 50px 300px; position: relative; width: 1400px; }\",\".framer-c6zxs .framer-1drdzgg { --border-bottom-width: 1px; --border-color: var(--token-0b2bcefd-3aa2-4c53-a5e7-3d4fd21b9f0c, #e6ebf4); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: var(--token-e321b03f-d732-43f9-bbf7-842b7ca11fae, #ffffff); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 78px; height: min-content; justify-content: center; max-width: 800px; overflow: hidden; padding: 30px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-c6zxs .framer-11a1uem { 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: 0px; position: relative; width: 100%; }\",\".framer-c6zxs .framer-74k4mq { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 33px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-c6zxs .framer-1497d0i { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-c6zxs .framer-6vyjep, .framer-c6zxs .framer-fucoqr, .framer-c6zxs .framer-2037ro, .framer-c6zxs .framer-13loqyv { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-c6zxs .framer-1xjkq1e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-c6zxs .framer-uw9yec { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-c6zxs .framer-1j9sxug { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-c6zxs .framer-14te3s5, .framer-c6zxs .framer-szqe49, .framer-c6zxs .framer-1mrvhi2, .framer-c6zxs .framer-1s1dyun, .framer-c6zxs .framer-d2srkw { 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-c6zxs .framer-1uhbdq3 { flex: none; height: 18px; position: relative; width: 20px; }\",\".framer-c6zxs .framer-14vjxcn, .framer-c6zxs .framer-14gyya7, .framer-c6zxs .framer-n1bhtg, .framer-c6zxs .framer-8so3cm, .framer-c6zxs .framer-146m81i, .framer-c6zxs .framer-xsb3ag, .framer-c6zxs .framer-1j2n6b6 { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-c6zxs .framer-8o3kbw { flex: none; height: 18px; position: relative; width: 18px; }\",\".framer-c6zxs .framer-d53qhq, .framer-c6zxs .framer-1qnvpr6 { flex: none; height: 17px; position: relative; width: 18px; }\",\".framer-c6zxs .framer-13td8p0 { flex: none; height: 18px; position: relative; width: 17px; }\",\".framer-c6zxs .framer-81ja84 { background-color: var(--token-0b2bcefd-3aa2-4c53-a5e7-3d4fd21b9f0c, #e6ebf4); flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-c6zxs .framer-1hhs302 { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 543px; position: relative; width: 100%; }\",\".framer-c6zxs .framer-93r3tk { --framer-paragraph-spacing: 32px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-c6zxs .framer-1ldivs6-container, .framer-c6zxs .framer-1e23c09-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-c6zxs .framer-fxosf0-container { flex: none; height: 440px; position: relative; width: 100%; }\",\".framer-c6zxs .framer-5e6q4n, .framer-c6zxs .framer-1fj0k5m, .framer-c6zxs .framer-ow65go, .framer-c6zxs .framer-xzl4fi, .framer-c6zxs .framer-1xkfpq3, .framer-c6zxs .framer-agi1h1, .framer-c6zxs .framer-1ccq5pp, .framer-c6zxs .framer-1r7m1po, .framer-c6zxs .framer-irylmh, .framer-c6zxs .framer-1izzel5, .framer-c6zxs .framer-1un4osr, .framer-c6zxs .framer-1omatos, .framer-c6zxs .framer-1llz1it, .framer-c6zxs .framer-7luelp { height: 600px; position: relative; width: 600px; }\",\".framer-c6zxs .framer-ehe5hq { height: 600px; opacity: 0; position: relative; width: 600px; }\",\".framer-c6zxs .framer-16ej1m2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 27px; height: min-content; justify-content: center; overflow: hidden; padding: 30px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-c6zxs .framer-1pxvm7j { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-c6zxs .framer-11ymo0d { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-c6zxs .framer-dkrbb2-container, .framer-c6zxs .framer-sjr1jq-container, .framer-c6zxs .framer-zm5pi4-container, .framer-c6zxs .framer-1x6ufna-container, .framer-c6zxs .framer-fndxs3-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-c6zxs .framer-9rv8rv { border-bottom-left-radius: 12px; border-top-right-radius: 12px; flex: none; height: 58px; overflow: hidden; position: absolute; right: 0px; top: 0px; width: 58px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-c6zxs .framer-1icw0o1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-c6zxs .framer-1pwuea8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 65px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 30px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-c6zxs .framer-dwc9ew { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-c6zxs .framer-1pg116y { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-c6zxs .framer-19wxxpc, .framer-c6zxs .framer-1kqxtqg { align-content: flex-end; align-items: flex-end; 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-c6zxs .framer-1ko6011, .framer-c6zxs .framer-17j73hr { align-content: flex-start; align-items: flex-start; background-color: rgba(51, 136, 255, 0); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 21px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 257px; }\",\".framer-c6zxs .framer-1eoml5b { align-content: flex-start; align-items: flex-start; background-color: rgba(34, 102, 255, 0); display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-c6zxs .framer-5rhx8e { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-c6zxs .framer-1u45dgn, .framer-c6zxs .framer-p67obr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 21px; justify-content: center; overflow: hidden; padding: 0px 0px 8px 0px; position: relative; width: min-content; }\",\".framer-c6zxs .framer-u255bc-container, .framer-c6zxs .framer-45ew0q-container { flex: none; height: 21px; position: relative; width: auto; }\",\".framer-c6zxs .framer-14v7skx { display: grid; flex: none; gap: 60px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(200px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-c6zxs .framer-a3gg6v { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 16px; height: 100%; justify-content: flex-start; justify-self: start; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-c6zxs .framer-sw7sgx { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 226px; position: relative; width: 100%; }\",\".framer-c6zxs .framer-1xfzn4c { 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; min-width: 200px; padding: 0px; position: relative; width: 100%; }\",\".framer-c6zxs .framer-1vy0qvl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-c6zxs .framer-1srarbv { --border-bottom-width: 1px; --border-color: var(--token-914f1cd3-e142-421c-8856-f3027e374828, #443ad8); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 200px; border-bottom-right-radius: 200px; border-top-left-radius: 200px; border-top-right-radius: 200px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 10px 0px 10px; position: relative; width: min-content; }\",\".framer-c6zxs .framer-140kzd { --border-bottom-width: 1px; --border-color: #000000; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 200px; border-bottom-right-radius: 200px; border-top-left-radius: 200px; border-top-right-radius: 200px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 10px 0px 10px; position: relative; width: min-content; }\",\".framer-c6zxs .framer-1wspwla { align-content: flex-start; align-items: flex-start; background-color: rgba(34, 102, 255, 0); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-c6zxs .framer-dmqcwj { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: auto; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-c6zxs .framer-wbc1xh { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-c6zxs .framer-l3ruz1-container { flex: none; height: auto; max-width: 1400px; position: relative; width: 800px; }\",\".framer-c6zxs .framer-19qbgoy-container { flex: none; height: 35px; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 1; }\",\".framer-c6zxs .framer-14hjchu { align-content: center; align-items: center; background-color: #fcfcff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 59px; justify-content: flex-start; max-width: 800px; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-c6zxs .framer-r1nz88 { align-content: center; align-items: center; background-color: #dddddd; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 10px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 95%; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-c6zxs .framer-9ijwaw { align-content: center; align-items: center; background-color: #bbbbbb; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 10px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 88%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-c6zxs .framer-gxgbxj-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 30px; z-index: 10; }\",\".framer-c6zxs.framer-1yoio3n { background-color: rgba(0, 0, 0, 0.5); inset: 0px; position: fixed; user-select: none; z-index: 10; }\",\".framer-c6zxs.framer-1cb5hh6-container { flex: none; height: 100vh; position: fixed; right: 0px; top: calc(50.00000000000002% - 100vh / 2); width: 288px; z-index: 10; }\",\".framer-c6zxs .framer-1pk19uz-container { flex: none; height: 55px; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 10; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,'.framer-c6zxs[data-border=\"true\"]::after, .framer-c6zxs [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-c6zxs.framer-8d1jbt { padding: 120px 50px 50px 50px; width: 810px; } .framer-c6zxs .framer-1hhs302 { height: 359px; } .framer-c6zxs .framer-fxosf0-container { height: 436px; } .framer-c6zxs .framer-1pwuea8 { padding: 0px; } .framer-c6zxs .framer-1ko6011 { height: min-content; justify-content: flex-end; } .framer-c6zxs .framer-1eoml5b { flex: none; height: min-content; width: 239px; } .framer-c6zxs .framer-5rhx8e { height: min-content; } .framer-c6zxs .framer-1u45dgn { height: min-content; padding: 26px 0px 0px 0px; } .framer-c6zxs .framer-l3ruz1-container { flex: 1 0 0px; width: 1px; }}\",\"@media (max-width: 809px) { .framer-c6zxs.framer-8d1jbt { padding: 100px 24px 50px 24px; width: 390px; } .framer-c6zxs .framer-1drdzgg { gap: 33px; padding: 20px 15px 15px 15px; } .framer-c6zxs .framer-74k4mq { gap: 38px; } .framer-c6zxs .framer-1j9sxug { align-content: flex-start; align-items: flex-start; flex-direction: column; } .framer-c6zxs .framer-1hhs302 { height: 214px; } .framer-c6zxs .framer-fxosf0-container { height: 206px; } .framer-c6zxs .framer-11ymo0d { flex-wrap: wrap; } .framer-c6zxs .framer-9rv8rv { height: 30px; width: 30px; } .framer-c6zxs .framer-1pwuea8 { gap: 22px; padding: 15px 0px 0px 0px; } .framer-c6zxs .framer-dwc9ew { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 17px; } .framer-c6zxs .framer-1pg116y { flex: none; width: 100%; } .framer-c6zxs .framer-14v7skx { gap: 40px; grid-template-columns: repeat(1, minmax(200px, 1fr)); } .framer-c6zxs .framer-l3ruz1-container { flex: 1 0 0px; width: 1px; } .framer-c6zxs .framer-r1nz88 { width: 89%; } .framer-c6zxs .framer-9ijwaw { width: 81%; }}\",\"@media (min-width: 1200px) and (max-width: 1399px) { .framer-c6zxs.framer-8d1jbt { padding: 120px 150px 50px 150px; width: 1200px; } .framer-c6zxs .framer-l3ruz1-container { width: 810px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5232\n * @framerIntrinsicWidth 1400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Q77k9J2_V\":{\"layout\":[\"fixed\",\"auto\"]},\"bc5h5gZLB\":{\"layout\":[\"fixed\",\"auto\"]},\"W7gE9vfmJ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerxZYl_uHHe=withCSS(Component,css,\"framer-c6zxs\");export default FramerxZYl_uHHe;FramerxZYl_uHHe.displayName=\"Blog\";FramerxZYl_uHHe.defaultProps={height:5232,width:1400};addFonts(FramerxZYl_uHHe,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]},...VideoFonts,...SlideshowFonts,...SocialShareFonts,...ButtonTextFonts,...FormNewsLetterNewFonts,...FooterCecFonts,...FlagBoxFonts,...MenuSiteAppleDefFonts,...CountryOverlayFonts,...MenuMobileNewFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts),...componentPresets.fonts?.[\"RSgmzKhLe\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"RSgmzKhLe\"]):[],...componentPresets.fonts?.[\"zM3lPH68u\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"zM3lPH68u\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerxZYl_uHHe\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"5232\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Q77k9J2_V\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bc5h5gZLB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"W7gE9vfmJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1400\",\"framerAcceptsLayoutTemplate\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["BRAND_COLORS", "PLATFORM_NAMES", "SocialShare", "props", "type", "colors", "iconSize", "border", "shareUrl", "setShareUrl", "ye", "encodedUrl", "borderRadius", "ue", "window", "linkUrl", "copyToClipboard", "navigator", "err", "u", "Color", "p", "SocialIcon", "addPropertyControls", "ControlType", "size", "color", "customIcon", "contents", "fill", "stroke", "l", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "VideoFonts", "getFonts", "Video", "SlideshowFonts", "Slideshow", "SocialShareFonts", "SocialShare", "ButtonTextFonts", "C1LDCp1EG_default", "FormNewsLetterNewFonts", "qCfgiuHMS_default", "FooterCecFonts", "ITWzPCAS6_default", "FlagBoxFonts", "bh5n6SQjh_default", "ContainerWithFX", "withFX", "Container", "MenuSiteAppleDefFonts", "dMlz0dhPl_default", "CountryOverlayFonts", "EI4RL7Nff_default", "MenuMobileNewFonts", "PH3Rb3rQ5_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "sharedDateFormatter", "value", "formatOptions", "locale", "date", "fallbackLocale", "dateOptions", "toDateString", "activeLocale", "equals", "a", "b", "toResponsiveImage", "isSet", "convertFromBoolean", "toString", "negate", "dateOptions1", "toDateString1", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "transition1", "animation", "animation1", "getContainer", "Overlay", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "yk43VKDat_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "eNVyV93eJ", "BZe0WU4pb", "eqfXLcpd4", "wBM97xl8j", "VaiqBUnb6", "PGU0Zx_jA", "h4XuzAJnJ", "Dsr15KGaa", "YdhNhNMaj", "MDjtEUrlV", "geFcZXKty", "h5iS5SnKO", "KDh4iMX8F", "nvSb4WTov", "klGMLGLyi", "FW7MWamcL", "BvtX851X_", "nr4wQRIiW", "bcTGikFrR", "Ql4zziAfb", "AabXshTqB", "t2wyjdR2E", "Hq7xAOscP", "eNVyV93eJGtLXgKv7e", "z0z78WhYPGtLXgKv7e", "PGU0Zx_jAGtLXgKv7e", "wBM97xl8jGtLXgKv7e", "eqfXLcpd4GtLXgKv7e", "BZe0WU4pbGtLXgKv7e", "idGtLXgKv7e", "restProps", "metadata", "se", "useMetadata", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "RDoew0cpc3bnx0g", "overlay", "loadMore", "args", "g7AsQpH1w1wnntms", "scopingClassNames", "cx", "activeLocaleCode", "useLocaleCode", "textContent", "usePreloadLocalizedValues", "visible1", "visible2", "visible3", "visible4", "visible5", "visible6", "visible7", "visible8", "visible9", "visible10", "visible11", "visible12", "visible13", "visible14", "visible15", "visible16", "visible17", "visible18", "visible19", "visible20", "isDisplayed", "router", "useRouter", "isDisplayed1", "isDisplayed2", "isDisplayed3", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "PropertyOverrides2", "x", "RichText", "SVG", "getLocalizedValue", "getLoadingLazyAtYPosition", "Image2", "ComponentPresetsProvider", "ComponentViewportProvider", "ResolveLinks", "resolvedLinks", "ChildrenCanSuspend", "collection", "paginationInfo", "l", "index", "visible21", "textContent1", "enumToDisplayNameFunctions", "textContent2", "PathVariablesContext", "Link", "resolvedLinks1", "AnimatePresence", "Ga", "css", "FramerxZYl_uHHe", "withCSS", "xZYl_uHHe_default", "addFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
