2025-08-01 21:49:39 +08:00
{
"id" : 11 ,
2025-08-28 09:34:30 +08:00
"title" : {
"en" : "Customer Review Analysis" ,
2025-10-30 03:56:28 +01:00
"de" : "Kundenbewertungsanalyse" ,
2025-08-28 09:34:30 +08:00
"zh" : "客户评价分析" } ,
"description" : {
"en" : "Automatically classify customer reviews using LLM (Large Language Model) and route them via email to the relevant departments." ,
2025-10-30 03:56:28 +01:00
"de" : "Klassifiziert automatisch Kundenbewertungen mithilfe von LLM (Large Language Model) und leitet sie per E-Mail an die zuständigen Abteilungen weiter." ,
2025-08-28 09:34:30 +08:00
"zh" : "大模型将自动分类客户评价,并通过电子邮件将结果发送到相关部门。" } ,
"canvas_type" : "Customer Support" ,
2025-08-01 21:49:39 +08:00
"dsl" : {
"components" : {
"Categorize:FourTeamsFold" : {
"downstream" : [
"Email:SharpDeerExist" ,
"Email:ChillyBusesDraw"
] ,
"obj" : {
"component_name" : "Categorize" ,
"params" : {
"category_description" : {
"After-sales issues" : {
"description" : "The negative review is about after-sales issues." ,
"examples" : [
"1. The product easily broke down.\n2. I need to change a new one.\n3. It is not the type I ordered."
] ,
"to" : [
"Email:SharpDeerExist"
]
} ,
"Transportation issue" : {
"description" : "The negative review is about transportation issue." ,
"examples" : [
"1. The transportation is delayed too much.\n2. I can't find where is my order now."
] ,
"to" : [
"Email:ChillyBusesDraw"
]
}
} ,
"llm_id" : "deepseek-chat@DeepSeek" ,
"message_history_window_size" : 1 ,
"outputs" : {
"category_name" : {
"type" : "string"
}
} ,
"query" : "sys.query" ,
"temperature" : 0
}
} ,
"upstream" : [
"Categorize:RottenWallsObey"
]
} ,
"Categorize:RottenWallsObey" : {
"downstream" : [
"Categorize:FourTeamsFold" ,
"Email:WickedSymbolsLeave"
] ,
"obj" : {
"component_name" : "Categorize" ,
"params" : {
"category_description" : {
"Negative review " : {
"description" : "Negative review to the product." ,
"examples" : [
"1. I have issues. \n2. Too many problems.\n3. I don't like it."
] ,
"to" : [
"Categorize:FourTeamsFold"
]
} ,
"Positive review" : {
"description" : "Positive review to the product." ,
"examples" : [
"1. Good, I like it.\n2. It is very helpful.\n3. It makes my work easier."
] ,
"to" : [
"Email:WickedSymbolsLeave"
]
}
} ,
"llm_filter" : "all" ,
"llm_id" : "deepseek-chat@DeepSeek" ,
"message_history_window_size" : 1 ,
"outputs" : {
"category_name" : {
"type" : "string"
}
} ,
"query" : "sys.query"
}
} ,
"upstream" : [
"begin"
]
} ,
"Email:ChillyBusesDraw" : {
"downstream" : [
"StringTransform:FuzzySpiesTrain"
] ,
"obj" : {
"component_name" : "Email" ,
"params" : {
"cc_email" : "" ,
"content" : "{begin@1}" ,
"email" : "" ,
"outputs" : {
"success" : {
"type" : "boolean" ,
"value" : true
}
} ,
"password" : "" ,
"sender_name" : "" ,
"smtp_port" : 465 ,
"smtp_server" : "" ,
"subject" : "" ,
"to_email" : ""
}
} ,
"upstream" : [
"Categorize:FourTeamsFold"
]
} ,
"Email:SharpDeerExist" : {
"downstream" : [
"StringTransform:FuzzySpiesTrain"
] ,
"obj" : {
"component_name" : "Email" ,
"params" : {
"cc_email" : "" ,
"content" : "{begin@1}" ,
"email" : "" ,
"outputs" : {
"success" : {
"type" : "boolean" ,
"value" : true
}
} ,
"password" : "" ,
"sender_name" : "" ,
"smtp_port" : 465 ,
"smtp_server" : "" ,
"subject" : "" ,
"to_email" : ""
}
} ,
"upstream" : [
"Categorize:FourTeamsFold"
]
} ,
"Email:WickedSymbolsLeave" : {
"downstream" : [
"StringTransform:FuzzySpiesTrain"
] ,
"obj" : {
"component_name" : "Email" ,
"params" : {
"cc_email" : "" ,
"content" : "{begin@1}" ,
"email" : "" ,
"outputs" : {
"success" : {
"type" : "boolean" ,
"value" : true
}
} ,
"password" : "" ,
"sender_name" : "" ,
"smtp_port" : 465 ,
"smtp_server" : "" ,
"subject" : "" ,
"to_email" : ""
}
} ,
"upstream" : [
"Categorize:RottenWallsObey"
]
} ,
"Message:ShaggyAnimalsWin" : {
"downstream" : [ ] ,
"obj" : {
"component_name" : "Message" ,
"params" : {
"content" : [
"{StringTransform:FuzzySpiesTrain@result}"
]
}
} ,
"upstream" : [
"StringTransform:FuzzySpiesTrain"
]
} ,
"StringTransform:FuzzySpiesTrain" : {
"downstream" : [
"Message:ShaggyAnimalsWin"
] ,
"obj" : {
"component_name" : "StringTransform" ,
"params" : {
"delimiters" : [
","
] ,
"method" : "merge" ,
"outputs" : {
"result" : {
"type" : "string"
}
} ,
"script" : "{Email:WickedSymbolsLeave@success}{Email:SharpDeerExist@success}{Email:ChillyBusesDraw@success}" ,
"split_ref" : ""
}
} ,
"upstream" : [
"Email:WickedSymbolsLeave" ,
"Email:SharpDeerExist" ,
"Email:ChillyBusesDraw"
]
} ,
"begin" : {
"downstream" : [
"Categorize:RottenWallsObey"
] ,
"obj" : {
"component_name" : "Begin" ,
"params" : {
"enablePrologue" : true ,
"inputs" : {
"1" : {
"key" : "1" ,
"name" : "review" ,
"optional" : false ,
"options" : [ ] ,
"type" : "line" ,
"value" : "test"
}
} ,
"mode" : "conversational" ,
"prologue" : "Hi! I'm your customer review analysis assistant. You can send a review to me.\n"
}
} ,
"upstream" : [ ]
}
} ,
"globals" : {
"sys.conversation_turns" : 0 ,
"sys.files" : [ ] ,
"sys.query" : "" ,
"sys.user_id" : ""
} ,
"graph" : {
"edges" : [
{
"data" : {
"isHovered" : false
} ,
"id" : "xy-edge__beginstart-Categorize:RottenWallsObeyend" ,
"source" : "begin" ,
"sourceHandle" : "start" ,
"target" : "Categorize:RottenWallsObey" ,
"targetHandle" : "end"
} ,
{
"data" : {
"isHovered" : false
} ,
"id" : "xy-edge__Categorize:RottenWallsObeyc8aacd5d-eb40-45a2-bc8f-94d016d7f6c0-Categorize:FourTeamsFoldend" ,
"source" : "Categorize:RottenWallsObey" ,
"sourceHandle" : "c8aacd5d-eb40-45a2-bc8f-94d016d7f6c0" ,
"target" : "Categorize:FourTeamsFold" ,
"targetHandle" : "end"
} ,
{
"data" : {
"isHovered" : false
} ,
"id" : "xy-edge__Categorize:RottenWallsObey16f0d215-18b8-400e-98f2-f3e30aa28ff9-Email:WickedSymbolsLeaveend" ,
"source" : "Categorize:RottenWallsObey" ,
"sourceHandle" : "16f0d215-18b8-400e-98f2-f3e30aa28ff9" ,
"target" : "Email:WickedSymbolsLeave" ,
"targetHandle" : "end"
} ,
{
"data" : {
"isHovered" : false
} ,
"id" : "xy-edge__Categorize:FourTeamsFolda1f3068c-85d8-4cfa-aa86-ef1f71d2edce-Email:SharpDeerExistend" ,
"source" : "Categorize:FourTeamsFold" ,
"sourceHandle" : "a1f3068c-85d8-4cfa-aa86-ef1f71d2edce" ,
"target" : "Email:SharpDeerExist" ,
"targetHandle" : "end"
} ,
{
"data" : {
"isHovered" : false
} ,
"id" : "xy-edge__Categorize:FourTeamsFold2fda442d-8580-440c-a947-0df607ca56fe-Email:ChillyBusesDrawend" ,
"source" : "Categorize:FourTeamsFold" ,
"sourceHandle" : "2fda442d-8580-440c-a947-0df607ca56fe" ,
"target" : "Email:ChillyBusesDraw" ,
"targetHandle" : "end"
} ,
{
"data" : {
"isHovered" : false
} ,
"id" : "xy-edge__Email:WickedSymbolsLeavestart-StringTransform:FuzzySpiesTrainend" ,
"source" : "Email:WickedSymbolsLeave" ,
"sourceHandle" : "start" ,
"target" : "StringTransform:FuzzySpiesTrain" ,
"targetHandle" : "end"
} ,
{
"data" : {
"isHovered" : false
} ,
"id" : "xy-edge__Email:SharpDeerExiststart-StringTransform:FuzzySpiesTrainend" ,
"markerEnd" : "logo" ,
"source" : "Email:SharpDeerExist" ,
"sourceHandle" : "start" ,
"style" : {
"stroke" : "rgba(91, 93, 106, 1)" ,
"strokeWidth" : 1
} ,
"target" : "StringTransform:FuzzySpiesTrain" ,
"targetHandle" : "end" ,
"type" : "buttonEdge" ,
"zIndex" : 1001
} ,
{
"data" : {
"isHovered" : false
} ,
"id" : "xy-edge__Email:ChillyBusesDrawstart-StringTransform:FuzzySpiesTrainend" ,
"markerEnd" : "logo" ,
"source" : "Email:ChillyBusesDraw" ,
"sourceHandle" : "start" ,
"style" : {
"stroke" : "rgba(91, 93, 106, 1)" ,
"strokeWidth" : 1
} ,
"target" : "StringTransform:FuzzySpiesTrain" ,
"targetHandle" : "end" ,
"type" : "buttonEdge" ,
"zIndex" : 1001
} ,
{
"data" : {
"isHovered" : false
} ,
"id" : "xy-edge__StringTransform:FuzzySpiesTrainstart-Message:ShaggyAnimalsWinend" ,
"source" : "StringTransform:FuzzySpiesTrain" ,
"sourceHandle" : "start" ,
"target" : "Message:ShaggyAnimalsWin" ,
"targetHandle" : "end"
}
] ,
"nodes" : [
{
"data" : {
"form" : {
"enablePrologue" : true ,
"inputs" : {
"1" : {
"key" : "1" ,
"name" : "review" ,
"optional" : false ,
"options" : [ ] ,
"type" : "line" ,
"value" : ""
}
} ,
"mode" : "conversational" ,
"prologue" : "Hi! I'm your customer review analysis assistant. You can send a review to me.\n"
} ,
"label" : "Begin" ,
"name" : "begin"
} ,
"dragging" : false ,
"id" : "begin" ,
"measured" : {
"height" : 76 ,
"width" : 200
} ,
"position" : {
"x" : 53.79637618636758 ,
"y" : 55.73770491803276
} ,
"selected" : false ,
"sourcePosition" : "left" ,
"targetPosition" : "right" ,
"type" : "beginNode"
} ,
{
"data" : {
"form" : {
"frequencyPenaltyEnabled" : false ,
"frequency_penalty" : 0.5 ,
"items" : [
{
"description" : "Positive review to the product." ,
"examples" : [
{
"value" : "1. Good, I like it.\n2. It is very helpful.\n3. It makes my work easier."
}
] ,
"name" : "Positive review" ,
"uuid" : "16f0d215-18b8-400e-98f2-f3e30aa28ff9"
} ,
{
"description" : "Negative review to the product." ,
"examples" : [
{
"value" : "1. I have issues. \n2. Too many problems.\n3. I don't like it."
}
] ,
"name" : "Negative review " ,
"uuid" : "c8aacd5d-eb40-45a2-bc8f-94d016d7f6c0"
}
] ,
"llm_filter" : "all" ,
"llm_id" : "deepseek-chat@DeepSeek" ,
"maxTokensEnabled" : false ,
"max_tokens" : 4096 ,
"message_history_window_size" : 1 ,
"outputs" : {
"category_name" : {
"type" : "string"
}
} ,
"parameter" : "Precise" ,
"presencePenaltyEnabled" : false ,
"presence_penalty" : 0.5 ,
"query" : "sys.query" ,
"temperature" : 0.2 ,
"temperatureEnabled" : false ,
"topPEnabled" : false ,
"top_p" : 0.75
} ,
"label" : "Categorize" ,
"name" : "Review categorize"
} ,
"dragging" : false ,
"id" : "Categorize:RottenWallsObey" ,
"measured" : {
"height" : 140 ,
"width" : 200
} ,
"position" : {
"x" : 374.0221988829014 ,
"y" : 37.350593375729275
} ,
"selected" : false ,
"sourcePosition" : "right" ,
"targetPosition" : "left" ,
"type" : "categorizeNode"
} ,
{
"data" : {
"form" : {
"frequencyPenaltyEnabled" : false ,
"frequency_penalty" : 0.7 ,
"items" : [
{
"description" : "The negative review is about after-sales issues." ,
"examples" : [
{
"value" : "1. The product easily broke down.\n2. I need to change a new one.\n3. It is not the type I ordered."
}
] ,
"name" : "After-sales issues" ,
"uuid" : "a1f3068c-85d8-4cfa-aa86-ef1f71d2edce"
} ,
{
"description" : "The negative review is about transportation issue." ,
"examples" : [
{
"value" : "1. The transportation is delayed too much.\n2. I can't find where is my order now."
}
] ,
"name" : "Transportation issue" ,
"uuid" : "2fda442d-8580-440c-a947-0df607ca56fe"
}
] ,
"llm_id" : "deepseek-chat@DeepSeek" ,
"maxTokensEnabled" : false ,
"max_tokens" : 256 ,
"message_history_window_size" : 1 ,
"outputs" : {
"category_name" : {
"type" : "string"
}
} ,
"parameter" : "Precise" ,
"presencePenaltyEnabled" : false ,
"presence_penalty" : 0.4 ,
"query" : "sys.query" ,
"temperature" : 0 ,
"temperatureEnabled" : true ,
"topPEnabled" : false ,
"top_p" : 0.3
} ,
"label" : "Categorize" ,
"name" : "Negative review categorize"
} ,
"dragging" : false ,
"id" : "Categorize:FourTeamsFold" ,
"measured" : {
"height" : 140 ,
"width" : 200
} ,
"position" : {
"x" : 706.0637059431883 ,
"y" : 244.46649585736282
} ,
"selected" : false ,
"sourcePosition" : "right" ,
"targetPosition" : "left" ,
"type" : "categorizeNode"
} ,
{
"data" : {
"form" : {
"cc_email" : "" ,
"content" : "{begin@1}" ,
"email" : "" ,
"outputs" : {
"success" : {
"type" : "boolean" ,
"value" : true
}
} ,
"password" : "" ,
"sender_name" : "" ,
"smtp_port" : 465 ,
"smtp_server" : "" ,
"subject" : "" ,
"to_email" : ""
} ,
"label" : "Email" ,
"name" : "Email: positive "
} ,
"dragging" : false ,
"id" : "Email:WickedSymbolsLeave" ,
"measured" : {
"height" : 56 ,
"width" : 200
} ,
"position" : {
"x" : 1034.9790998533604 ,
"y" : -253.19781265954452
} ,
"selected" : false ,
"sourcePosition" : "right" ,
"targetPosition" : "left" ,
"type" : "ragNode"
} ,
{
"data" : {
"form" : {
"cc_email" : "" ,
"content" : "{begin@1}" ,
"email" : "" ,
"outputs" : {
"success" : {
"type" : "boolean" ,
"value" : true
}
} ,
"password" : "" ,
"sender_name" : "" ,
"smtp_port" : 465 ,
"smtp_server" : "" ,
"subject" : "" ,
"to_email" : ""
} ,
"label" : "Email" ,
"name" : "Email: after-sales"
} ,
"dragging" : false ,
"id" : "Email:SharpDeerExist" ,
"measured" : {
"height" : 56 ,
"width" : 200
} ,
"position" : {
"x" : 1109.6114876248466 ,
"y" : 111.37592732297131
} ,
"selected" : false ,
"sourcePosition" : "right" ,
"targetPosition" : "left" ,
"type" : "ragNode"
} ,
{
"data" : {
"form" : {
"cc_email" : "" ,
"content" : "{begin@1}" ,
"email" : "" ,
"outputs" : {
"success" : {
"type" : "boolean" ,
"value" : true
}
} ,
"password" : "" ,
"sender_name" : "" ,
"smtp_port" : 465 ,
"smtp_server" : "" ,
"subject" : "" ,
"to_email" : ""
} ,
"label" : "Email" ,
"name" : "Email: transportation"
} ,
"dragging" : false ,
"id" : "Email:ChillyBusesDraw" ,
"measured" : {
"height" : 56 ,
"width" : 200
} ,
"position" : {
"x" : 1115.6114876248466 ,
"y" : 476.4689932718253
} ,
"selected" : false ,
"sourcePosition" : "right" ,
"targetPosition" : "left" ,
"type" : "ragNode"
} ,
{
"data" : {
"form" : {
"delimiters" : [
","
] ,
"method" : "merge" ,
"outputs" : {
"result" : {
"type" : "string"
}
} ,
"script" : "{Email:WickedSymbolsLeave@success}{Email:SharpDeerExist@success}{Email:ChillyBusesDraw@success}" ,
"split_ref" : ""
} ,
"label" : "StringTransform" ,
"name" : "Merge results"
} ,
"dragging" : false ,
"id" : "StringTransform:FuzzySpiesTrain" ,
"measured" : {
"height" : 56 ,
"width" : 200
} ,
"position" : {
"x" : 1696.9790998533604 ,
"y" : 112.80218734045546
} ,
"selected" : false ,
"sourcePosition" : "right" ,
"targetPosition" : "left" ,
"type" : "ragNode"
} ,
{
"data" : {
"form" : {
"content" : [
"{StringTransform:FuzzySpiesTrain@result}"
]
} ,
"label" : "Message" ,
"name" : "Message"
} ,
"dragging" : false ,
"id" : "Message:ShaggyAnimalsWin" ,
"measured" : {
"height" : 56 ,
"width" : 200
} ,
"position" : {
"x" : 1960.9013768854911 ,
"y" : 112.43528348294187
} ,
"selected" : false ,
"sourcePosition" : "right" ,
"targetPosition" : "left" ,
"type" : "messageNode"
} ,
{
"data" : {
"form" : {
"text" : "Send positive feedback to the company's brand marketing department system"
} ,
"label" : "Note" ,
"name" : "Note_0"
} ,
"dragHandle" : ".note-drag-handle" ,
"dragging" : false ,
"id" : "Note:FancyTownsSing" ,
"measured" : {
"height" : 136 ,
"width" : 244
} ,
"position" : {
"x" : 1010 ,
"y" : -167
} ,
"selected" : false ,
"sourcePosition" : "right" ,
"targetPosition" : "left" ,
"type" : "noteNode"
} ,
{
"data" : {
"form" : {
"text" : "Send after-sales issues to the product experience department"
} ,
"label" : "Note" ,
"name" : "Note_1"
} ,
"dragHandle" : ".note-drag-handle" ,
"dragging" : false ,
"id" : "Note:SillyLampsDrum" ,
"measured" : {
"height" : 136 ,
"width" : 244
} ,
"position" : {
"x" : 1108 ,
"y" : 195
} ,
"selected" : false ,
"sourcePosition" : "right" ,
"targetPosition" : "left" ,
"type" : "noteNode"
} ,
{
"data" : {
"form" : {
"text" : "Send negative transportation feedback to the transportation department"
} ,
"label" : "Note" ,
"name" : "Note_2"
} ,
"dragHandle" : ".note-drag-handle" ,
"dragging" : false ,
"id" : "Note:GreenNewsMake" ,
"measured" : {
"height" : 136 ,
"width" : 244
} ,
"position" : {
"x" : 1119 ,
"y" : 574
} ,
"selected" : false ,
"sourcePosition" : "right" ,
"targetPosition" : "left" ,
"type" : "noteNode"
} ,
{
"data" : {
"form" : {
"text" : "This workflow automatically classifies customer reviews using LLM (Large Language Model) and route them via email to the relevant departments."
} ,
"label" : "Note" ,
"name" : "Workflow Overall Description"
} ,
"dragHandle" : ".note-drag-handle" ,
"dragging" : false ,
"height" : 146 ,
"id" : "Note:TangyHairsShow" ,
"measured" : {
"height" : 146 ,
"width" : 360
} ,
"position" : {
"x" : 55.192937758820676 ,
"y" : 185.32156293136785
} ,
"resizing" : false ,
"selected" : false ,
"sourcePosition" : "right" ,
"targetPosition" : "left" ,
"type" : "noteNode" ,
"width" : 360
}
]
} ,
"history" : [ ] ,
"messages" : [ ] ,
"path" : [ ] ,
"retrieval" : [ ]
} ,
"avatar" : " d a t a : i m a g e / p n g ; b a s e 64 , i V B O R w 0 K G g o A A A A N S U h E U g A A A D A A A A A w C A Y A A A B X A v m H A A A A C X B I W X M A A B Y l A A A W J Q F J U i T w A A A A A X N S R 0 I A r s 4 c 6 Q A A A A R n Q U 1 B A A C x j w v 8 Y Q U A A B d s S U R B V H g B X V p Z j G T n V f 7 u U r f 2 v a q 7 q 3 t 6 m e n x 2 O O x n Y 7 H c S Y J 4 C S A F Y i i B A g S R D x g C a T w l C B F i L d M x A O 8 J X k A 5 S 3 A Q 0 S E g C R C I i G B x N i Q O I n t 8 e z T M 91 d v X d 1 V 3 V V d S 331 l 35 z n 97 x s u M y 9 V d y 71 n + c 53 v n P + 0 f C e P 1 / 9 q y 991 I j 0 T w P R Z 7 Q o W u L z u 96 P I v 6 u R f E z 4 n f D M I w f f q h e D 4 J A P a v 3 o v g 9 e U 0 e n h / A D + L P + T D g 8 H F j f 4 i 79 + 8 j s k d 46 Y X n 8 M n L y 9 h Y X 8 d 2 q w X b 9 V E p l 681 U b j 2 w 5 b z l e b 3 v 9 N 8 p z 3 G I 8 O v X i 29 + M K z f 827 f g N R e C W K w p I G D e 914 J 3 G K w f C 2 J h I G R n / L A a L + W K 8 / D 52 P P R H Y 3 S H Q w x G N l / X + K 6 O g J / r h 0 n c 3 T u C c 3 K C K P A w H A z w R K O E T D I B j e 9 X y 0 X U p 2 Z m X m m e r N y 4 e + + L Z r 5 U y p c X X n N 6 B 84 j B 65 e / W I p 8 i Y / R q R J 1 N X N o W 4 S K h f e / e d t B x 5 G F S r S / D Q d C B 5 m Q z L B 58 n E x c i m Y W M H 7 d 4 J O j R Q n D U T C b h 6 C v u h h f W t L c B x 1 X W H t o O y E W K x X k E u l 8 V M Y x Y b b g b f f e W n s N s H / J x z x Q 8 n n 8 h P V b / t 9 H q O K T f X 7 e j L g R 6 t K L N 0 j f 9 F E P M 1 P Y 7 w e z P w M P L D 4 Q j u Z A I r m a R B J g L / F C r R Q y i F C i 4 Z G p s s 5 K D z U v t 9 Z o S G j 4 I 0 h n o G W 4 d H C N 0 J d N 43 i g x M E k m s d c f 4 C K 9 R z h V x o u f w L z f u o N s + p l 2 M t 8 H P B e 6 K b R t f p h l / b l z 9 y 88 v B U H 0 T y r 1 E n 1189 P I q 0 j H E X / n + / Q C g e t h b I 9 h q 4 d N b P t 0 K o I X E u O e r 7 C u M s L X d d 7 U o h M h I + K X 5 t B J l t F N l d H x A h x t b 0 P 3 P G i q b u h w K s X U h j i b N W F m i n j 50 M d / v f o K I s c G r D R A B 5 F M I 0 r n r i S m F 142 H S f 6 s q b x J q d g i R h 1 Q X C o x 6 / w S f D x b h B F / q n R U o g a + o M h / P 4 Q 6 X Q W h m n G R f v o I d + 1 Y a a Y g e m z 0 I p 1 d D b 3 U K 3 W 0 N v d g Z d M E Q E j J p a B k X v x G o c 0 9 u W d A a p Z A 2 + O H I R 0 N E p n + M j S P l q V z f P Z k D r 6 j M n L r / i B D z D 9 h k b s P k S K p s G k 9 c q B G P q x i 3 z d I V 4 P i e c e c S 0 w O a E D z s R D M m n z 88 Y j V l I w k q + m M p h 56 h k U z 1 x A u 31E2 L m o l Q s Y D E r o 5 w s I M 2 m E 4 z G 88 R C F M 2 f h 0 4 E b p g b 79 g O M D n Y I P V 6 v O s W g M i s 0 P l 2 p 8 h o e E o n E p 0 3 N y q + E k y F T P W K 0 g k e w 0 e i M y Z T r 6 m c t d o z P 8 r P D i L j 8 q O 8 B Y 0 J p 6 P i x s 8 T o k J l x W I j i r T i j 6 w m k F 5 f g V u s Y 8 S q d 42 N U K g W k k x b K p R y O i 0 V c e v J J d d 37 z S 1 k C K H 1 N 38 J e 79 J 2 H j Q T S K h s Y D S 3 C K D N E F j b g 7 p V B r H v E 42 l 1 s y N a b c I 7 w E q y q N Y f i o D l L E Z U K c o i N M M u E C 8 Z o X N V E t 5 t C o 1 W m 8 g / W d f W L Y Q 6 N S Q n u Q w B Z v V M i k k M t m M L b K i C p T a P d P M G M l 4 b s u n n 7 s o i r 8 e q 2 K X C a D x 84 y 6 q y D Y 2 b y z h t v Y D 4 a Q W / U s N 6 b I M w V s P j U + 2 m C T k a b Y H p q G p 7 n I p / P k 6 V y M D 1 G c 8 y I h R O H h S b 4 Z S F 6 M Q S c Y R 8 l R j F f L s H T T A x H Q 4 y Z / i S j V M j l C Y M i K l G R F / b h M / I z + Z w q 4 D 3 D R D 6 b Q 6 U + g 2 R 5 D p u M i 9 M f Y J q p z 9 K x 5 b k G j g m / c r F E 2 J L 1 T A M K 2 o T S h F Q Z 5 p J I 0 e l 83 U J l u o H F h X m s r a 1 L Q + O 9 k 5 g w a E n L U s g 2 H T F q P I I Z 6 j B 5 Y 2 G R A T 312 A G 1 k w k 9 T a N Q r s A g / n p 0 8 q T f Z 7 l E x H t a 1 b Z k p F D I Y 0 I D L L J N m k G w E h Y S F o u z 1 g D K U 3 D 3 W z B N q Y 0 A S 2 f O o J o v Y q x Y K y S U 0 u i M R g p S H m t L u v m G r + G x 6 V k 8 X p 1 G r V 5 l r f R h G A b K l Y q C u M c g C e S E s k 0 9 C h g F G k 5 m S R D D 4 s D E 0 8 g w R I 4 v j G Q o Y x K 6 I I k 8 T c z H X / Z J k 2 Q H Q w w m I / B h G D q d M F Q m f c N C B w n 4 h J / F a G W z W W T I I g s z V a T k s 6 y u M a + R 5 R 2 k b p K W i Q k p O b Q M 1 G b P Y H 5 x k Y E p q A A 1 t z Z Q K p U Y Y N Y Y n f V Z f L o m n d y V Z 115 J 60 r p k 1 d v S k / a 4 q F + D 40 l W J l O K P m B W / L h k h 7 m 6 F 0 O i D F b P I b f j K D r s t O L J G Q V P O 7 e c I n z w I U R 10 a b 5 x e z 2 V d S G R 9 Z s U k 5 u e Y J c G 34 H x I 6 U E + R I b 1 J L 3 G o b N x f 2 G g n Y n Y p c x T 2 J e m q w n z E A r K c N U L + F c + J X w a q R 5 z K s 585 Y C 8 L 0 487 B T S U Q U u + W o D I 74 h 2 q d / M o x h x y I u E u c S D I 9 Q S a c S K i h / 8 O H L y L K o h Q X L 0 9 O Y m p p S z g k i H F J q n l Q r Q f V Y 6 E L B 8 u w Q z j Y f u l S 2 z S K W Z 4 c e x R / w V V b E c F 1 F X 8 V X 6 S N h C 5 f e S 4 M S o 0 0 y k n a a P d E 3 V W o X n V E u L i 0 h R Y b p s 2 Z c f i f D R p Q g T D 55 + S n M V Y s q W w K 1 Y j q B F 5 + + g B T v p f G 16 X p D w U 3 Y X I I k T l m s D 7 m B y J Z Y 0 f o q a / K 7 P h o O M O B j S K U o 6 R F H h E L F g R R v K h l x W P U p p t b m F w O V 6 k D d w G R h f + T X X 2 S h T S u D 5 p a W 8 b F P f Q a Z + h x m y R x J O n e w v a m y W S G T p V j c t 3 b 2 s H s 8 U F m K Q g 0 P D j r 40 j / + K 240 t + m g R a x X k O T n x G h n o j D O 7 G t K p k h w l d Y S K F E / i b T R B b M a B V q O t F e v V c g i C S R M i w Y Z W P n A 80 h m 0 + y 0 J 6 j P z N H r S a x E l S a C K q r t B / c w H l F h 8 k a 7 O 7 v 40 f e + h + r S W V W A W e J W q D h N E q g V 2 U G t B N b 32 + i z 61 o s f p c U 7 j D b a / s H s M n t O d J z U o Q h H R c n x g y m Y S a U G n i Y D c G + x 5 + l X l L 8 v B 6 a u j J W U i R A E J 4 V P S N R u / n W m z h q t 4 k 1 F y //9w+p6wkvwihQml+JBLREz7i2ek0Kc8ieUCKMpGvLa4aVRYlNb7pYwBQpWc0JiiAoFcgmknHJfkjDPvXBZ0GCUswjhR6SGS2ykur+hLcv8GHDFESIA1KX+kjwT2q0WSzisehQ8VQoUrS5TSMmQaRw7J9yt9TBhBiU1m4zKw6NlmtIQwtzZeQIA59FekjnJbvT9SkOKEnMlIrqWuEpAUhGxRjHnqAijZFc/bGFMsUbNRYzLEWfYKbk+gri/Kwwo8lMunT+6Lgt9amzA5Kj+ZiIYWIo0+l6E4g7Y2KvT++HNDA8pVmBiwwoAdO7R51+TJnQo2p8MPQpzopYmJvh4DLE/s62MjZD5okYxRqNTDCyDI+ayoSKJavi7K9ePIsb9+6jzDoQJCSIAoGPvOfx3oJ9CaI4kEynmDEGrX0Is8h2LukJmZoi09ziHCrtK8+bVRbmYDGCgkc2R9RY5Ldu3YrHRF705oN1vP/9z6Lc0DAi3VvsnHMXnsTG4TG2jzoYdrsISaNCdxKYnzc38fT8HLb4eqt3qGBbSifxO5/6OP737jru7HbQsvKKvYSOBYLSRxT+pWmqHuSr7EeSRenEowFvwot7jLRtD5lWT1V5p3NECBxQ4AWxwJMmIcWrRkhN1Dc2mk3cp0apEiJnP/RRXL+7gcscQuSj2wf7hBSbzriPo04XjhpsDPxyexfPUAvNMljSkFa3d/A/95rYODiERRQkWJjRaaal33iKsuPGKRDml06bmS9jIQueEQ40wTjxy2ovsgMKwzh0yiImNakH31UpnTDdO8wQVS7iiVmGef6SzqFPObJNOJ1n05rwRkccFYX6dGr81sGB6hsCQWmEP13bolMdxSLX7q0qmTDg0L9whmJNZmUaJ7pMMu3x3gPKhxHrbcxMCsV7kgG+DjVbM1UpYipLBZjOplCncBP5POHAkEuZigFc10GWFz7hEDMiIzV3D9XratyURpcvkwpbqtCu31klJWdx3CW1sgh1RrC7s0WsT8gulpoZHKknwXKKGon9Zcj6EUVc4PcMkes0LM4AiIQeBnxPnJIGJpEX1QBVi5FIF53tPUPFWaW8LRL7Obh8X6JdokNJVrwUteq0RoIDh2gZTWVJLm
2025-10-30 03:56:28 +01:00
}