{"commit":"3c4a97e57c36fddc3b7ad195598d5a478883b1b2","subject":"working on TDRF experiment","message":"working on TDRF experiment\n","repos":"johnwickerson\/memalloy,johnwickerson\/memalloy,johnwickerson\/memalloy","old_file":"mappings\/c11_tdrf.als","new_file":"mappings\/c11_tdrf.als","new_contents":"open ..\/archs\/exec_C[E]\nopen ..\/models\/c11_txn[E] as M\nopen ..\/models\/tsc[E] as N\n\nmodule c11_tdrf[E]\n\npred p[X:Exec_C] {\n withoutinit[X]\n\n M\/consistent[none->none, X]\n M\/racefree[none->none, X]\n\n not (N\/consistent[none->none,X])\n\n X.EV = E\n}\n\nrun p for 1 Exec, 6 E\n","old_contents":"","returncode":1,"stderr":"error: pathspec 'mappings\/c11_tdrf.als' did not match any file(s) known to git\n","license":"mit","lang":"Alloy"} {"commit":"926cad3f2b2ac96b2896af2d0f717f1f1867c228","subject":"change indent","message":"change indent\n","repos":"nishio\/learning_alloy,nishio\/learning_alloy,nishio\/learning_alloy","old_file":"allopy\/generate_test_target.als","new_file":"allopy\/generate_test_target.als","new_contents":"sig Person {\n love: Person\n}\n\nrun {\n some x: Person {\n x.love.love = x\n }\n}","old_contents":"sig Person {\n love: Person\n}\n\nrun {\n some x: Person {\n x.love.love = x\n }\n}","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"cc93aed7529c79ec9cc3cf6683eacf31b190f4f6","subject":"alloy file added for demo.","message":"alloy file added for demo.","repos":"ModelWriter\/Tarski,ModelWriter\/Tarski,ModelWriter\/Tarski,ModelWriter\/WP3,ModelWriter\/WP3,ModelWriter\/WP3","old_file":"Source\/eu.modelwriter.configuration\/RequirementNoOpposite.als","new_file":"Source\/eu.modelwriter.configuration\/RequirementNoOpposite.als","new_contents":"module ferhat\/Requirement\r\n\r\nabstract sig Element {}\r\n\r\n--@exclude\r\nabstract sig State {}\r\n\r\nabstract sig ElementState extends State {}\r\none sig Deleted, Changed, Created extends ElementState {}\r\n\r\nabstract sig TaskState extends State {}\r\none sig Done, ToDo, Cancelled, Ready extends TaskState {}\r\n\r\nabstract sig Requirement extends Element {\r\n\tstate: one ElementState\r\n}\r\n\r\nsig Task extends Element {\r\n\tprecede: lone Task,\r\n\tstate: one TaskState\r\n}{ all t: Task | one t.~task}\r\n\r\n\r\none sig Project extends Requirement {\r\n\trequirement: some ContractRequirement\r\n}\r\n\r\nsig ContractRequirement extends Requirement {\r\n\tsystem: set SystemRequirement,\r\n\trelate: set ContractRequirement\r\n}{all c: ContractRequirement | one c.~requirement}\r\n\r\n--@name: \"System Requirement\"\r\nsig SystemRequirement extends Requirement { \r\n\tchild: some Implementation\r\n}{ all s: SystemRequirement | one s.~system}\r\n\r\nabstract sig Implementation extends Requirement {\r\n\ttask: set Task\r\n}\r\n{ all i: Implementation | one i.~child}\r\n\r\n--@context.editor: \"ReqIFEditor\" \/\/context'leri bir attribute ile tan\u0131t kullan\u0131c\u0131 dok\u00fcmanlar\u0131n\u0131 yarat\u0131rken bunlardan se\u00e7sin\r\n\/\/contenttype\r\nsig SoftwareRequirement extends Implementation {\r\n\ttest: some TestCase\r\n}\r\n\r\nsig HardwareRequirement extends Implementation {}\r\n\r\nsig TestCase extends Element {\r\n}{ all t:TestCase | one t.~test}\r\n\r\n\r\nfact noSelfRelation{\r\n\tno c: ContractRequirement | c in c.relate\r\n\tno t: Task | t in t.precede\r\n}\r\n\r\nfact noCycles{\r\n\tno t:Task | t in t.^precede\r\n}\r\n\r\nfact realismConstraint {\r\n\tsome ContractRequirement \r\n\tsome HardwareRequirement \r\n\tsome SoftwareRequirement\r\n\tsome precede\r\n}\r\n\r\n\/* Counterexample Finding *\/\r\n\r\n\r\n\/* Instance Finding *\/\r\npred example {\r\n\t#ContractRequirement >1 and #SystemRequirement >2 and \r\n\t#SoftwareRequirement >1 and #HardwareRequirement >1 and\r\n\t#precede >1 and #task >1 #(Task <: state).Cancelled >1 and \r\n\t#(Requirement <: state).Created >4 and \r\n\t#(Requirement <: state).Changed >1 and \r\n\t#(Requirement <: state).Deleted >1\r\n}\r\nrun example for exactly 20 Element\r\n\r\n","old_contents":"","returncode":1,"stderr":"error: pathspec 'Source\/eu.modelwriter.configuration\/RequirementNoOpposite.als' did not match any file(s) known to git\n","license":"epl-1.0","lang":"Alloy"} {"commit":"b412622777338e8c28ce1ad217f0ebee73e4760a","subject":"shrink scope. simple_maze_tile.als can be solved 7x7 tiles with 4096MB heaps.","message":"shrink scope. simple_maze_tile.als can be solved 7x7 tiles with 4096MB heaps.\n","repos":"nagachika\/maze_maker,nagachika\/maze_maker,nagachika\/maze_maker","old_file":"alloy\/simple_maze_tile.als","new_file":"alloy\/simple_maze_tile.als","new_contents":"module maze_maker\/simple_maze\n\nopen util\/ordering[Col] as cols\nopen util\/ordering[Row] as rows\n\n\/\/ \u96a3\u63a5\u3059\u308b Tile\nfun adjacent (t: Tile) : Tile {\n let col = tile.t.Row, row = tile.t[Col] |\n tile[col.prev, row] +\n tile[col.next, row] +\n tile[col, row.prev] +\n tile[col, row.next]\n}\n\nsig Tile {\n link: some Tile\n} {\n \/\/ \u81ea\u5206\u81ea\u8eab\u3068\u306e\u63a5\u7d9a\u306f\u306a\u3057\n no this & link\n \/\/ \u63a5\u7d9a\u5148\u306f\u5fc5\u305a\u96a3\u63a5\u3059\u308b(4\u8fd1\u508d\u306e) Tile\n link in adjacent[this]\n}\n\none sig Entrance extends Tile {}\none sig Exit extends Tile {}\n\nsig Col {\n tile: Row -> one Tile\n}\nsig Row {}\n\n\/\/ Tile \u304c\u76e4\u306e\u7aef\npred edge (t: Tile) {\n let col = tile.t.Row, row = tile.t[Col] |\n col = cols\/first or col = cols\/last or row = rows\/first or row = rows\/last\n}\n\nfact {\n \/\/ tile \u306b\u542b\u307e\u308c\u306a\u3044 Tile \u306f\u306a\u3057\n Tile in tile[Col, Row]\n \/\/ Row, Col \u306e\u7d44\u3068 Tile \u306f\u5fc5\u305a1\u5bfe1\u5bfe\u5fdc\n all t: Tile | one tile.t\n \/\/ link \u306e\u9023\u7d50\u306f\u53cd\u5c04\u7684\n link = ~link\n \/\/ \u5168\u3066\u306e Tile \u306f link \u3067\u7e4b\u304c\u308b\n all t: Tile | t.^link = Tile\n \/\/ \u5165\u53e3\u3068\u51fa\u53e3\u306f\u3044\u305a\u308c\u3082\u76e4\u9762\u306e\u7aef\u306b\u4f4d\u7f6e\u3059\u308b\n edge[Entrance]\n edge[Exit]\n}\n\nrun {\n} for exactly 7 Col, exactly 7 Row, exactly 49 Tile\n","old_contents":"module maze_maker\/simple_maze\n\nopen util\/ordering[Col] as cols\nopen util\/ordering[Row] as rows\n\n\/\/ \u96a3\u63a5\u3059\u308b Tile\nfun adjacent (t: Tile) : Tile {\n let col = tile.t.Row, row = tile.t[Col] |\n tile[col.prev, row] +\n tile[col.next, row] +\n tile[col, row.prev] +\n tile[col, row.next]\n}\n\nsig Tile {\n link: some Tile\n} {\n \/\/ \u81ea\u5206\u81ea\u8eab\u3068\u306e\u63a5\u7d9a\u306f\u306a\u3057\n no this & link\n \/\/ \u63a5\u7d9a\u5148\u306f\u5fc5\u305a\u96a3\u63a5\u3059\u308b(4\u8fd1\u508d\u306e) Tile\n link in adjacent[this]\n}\n\none sig Entrance extends Tile {}\none sig Exit extends Tile {}\n\nsig Col {\n tile: Row -> one Tile\n}\nsig Row {}\n\n\/\/ Tile \u304c\u76e4\u306e\u7aef\npred edge (t: Tile) {\n let col = tile.t.Row, row = tile.t[Col] |\n col = cols\/first or col = cols\/last or row = rows\/first or row = rows\/last\n}\n\nfact {\n \/\/ tile \u306b\u542b\u307e\u308c\u306a\u3044 Tile \u306f\u306a\u3057\n Tile in tile[Col, Row]\n \/\/ Row, Col \u306e\u7d44\u3068 Tile \u306f\u5fc5\u305a1\u5bfe1\u5bfe\u5fdc\n all t: Tile | one tile.t\n \/\/ link \u306e\u9023\u7d50\u306f\u53cd\u5c04\u7684\n link = ~link\n \/\/ \u5168\u3066\u306e Tile \u306f link \u3067\u7e4b\u304c\u308b\n all t: Tile | t.^link = Tile\n \/\/ \u5165\u53e3\u3068\u51fa\u53e3\u306f\u3044\u305a\u308c\u3082\u76e4\u9762\u306e\u7aef\u306b\u4f4d\u7f6e\u3059\u308b\n edge[Entrance]\n edge[Exit]\n}\n\nrun {\n} for exactly 10 Col, exactly 10 Row, exactly 100 Tile\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"e261c292d3f549fe547ac83cbffe958c79f4a498","subject":"mystery modelling (not completed)","message":"mystery modelling (not completed)\n","repos":"nishio\/learning_alloy,nishio\/learning_alloy,nishio\/learning_alloy","old_file":"mystery.als","new_file":"mystery.als","new_contents":"sig Person {}\n\nrun {} for 3 Person","old_contents":"","returncode":1,"stderr":"error: pathspec 'mystery.als' did not match any file(s) known to git\n","license":"mit","lang":"Alloy"} {"commit":"49964b487b1d7cd475454e3036ba7dd43667f10d","subject":"add pred sorted","message":"add pred sorted\n","repos":"nishio\/learning_alloy,nishio\/learning_alloy,nishio\/learning_alloy","old_file":"illust_logic\/illustLogic.als","new_file":"illust_logic\/illustLogic.als","new_contents":"open util\/ordering[Col] as cols\nopen util\/ordering[Row] as rows\n\nabstract sig Region {\n\tindex: Int\n}\nsig Col extends Region {\n\tcell: Row -> Color\n}{\n\tindex >= 0\n\tindex <= 9\n}\nsig Row extends Region {}{\n\tindex >= 0\n\tindex <= 9\n}\n\nfact {\n\tall r: Col - last {\n\t\tadd[r.index, 1] = r.next.index\n\t}\n\tall r: Row - last {\n\t\tadd[r.index, 1] = r.next.index\n\t}\n}\n\nenum Color { Black, White }\n\nfact {\n\tall c: Col, r: Row | one cell [c, r]\n}\n\n-- both Row and Col\npred prev_is_white(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u30c8\u30ea\u30c3\u30af: prev\u304cCol->Col\u3067\u3082Row\u306b\u4f7f\u3063\u3066\u3088\u3044\n\t\/\/ \u306a\u305c\u306a\u3089\u7a7a\u96c6\u5408\u304c\u8fd4\u308b\u306e\u3067in White\u304c\u6210\u7acb\u3059\u308b\u304b\u3089\n\tcell[prev[c], r] + cell[c, prev[r]] in White\n}\n\npred no_prev(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u30c8\u30ea\u30c3\u30af: next\u304cCol->Col\u3067\u3082Row\u306b\u4f7f\u3063\u3066\u3088\u3044\n\t\/\/ \u306a\u305c\u306a\u3089\u7a7a\u96c6\u5408\u304c\u8fd4\u308b\u306e\u3067no\u304c\u6210\u7acb\u3059\u308b\u304b\u3089\n\tno prev[c] and no prev[r]\n}\n\n\/\/ c, r\u304c\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u3067\u3042\u308b\u304b\u3069\u3046\u304b\npred is_black_head(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u6700\u521d\u306eRow\u3067\u3042\u308b\u304b\u3001\u307e\u305f\u306f\u524d\u306eRow\u306e\u30bb\u30eb\u304c\u767d\u3044\n\tno_prev[c, r, prev] or prev_is_white[c, r, prev]\n\t\/\/ \u3053\u306e\u30bb\u30eb\u306f\u9ed2\u3044\n\tcell[c, r] in Black\n}\nfun range(start, end: Region, next: Region -> Region): Region{\n\tstart.*next - end.^next\n}\n\nfun get_block_end(start: Region, size: Int): Region{\n\tplus[start.index, minus[size, 1]][index]\n}\n\nfun IntTo(i: Int, R: Region): Region{\n\tindex.i & R\n}\n\n-- about rows or cols\nfact noOtherHeadsInRow {\n\tno c: Col, r: Row {\n\t\tc not in { c: Col | is_black_head[c, r, cols\/prev]}\n\t\tis_black_head[c, r, cols\/prev]\n\t}\n}\nfact noOtherHeadsInCol {\n\tno c: Col, r: Row {\n\t\tr not in { r: Row | is_black_head[c, r, rows\/prev]}\n\t\tis_black_head[c, r, rows\/prev]\n\t}\n}\n\n\npred headsSeqInRow (r: Row, s: seq Col) {\n\tsorted[\n\t\t{ c: Col | is_black_head[c, r, cols\/prev]}.index,\n\t\ts.index]\n}\npred headsSeqInCol (c: Col, s: seq Row) {\n\tsorted[\n\t\t{ r: Row | is_black_head[c, r, rows\/prev]}.index,\n\t\ts.index]\n}\n\npred sorted(xs: Int, s: seq Int){\n\t\/\/ s\u306e\u8981\u7d20\u306fxs\u3068\u540c\u4e00\n\ts.elems = xs\n\t\/\/ s\u306f\u5358\u8abf\u5897\u52a0\n\tall i: s.butlast.inds | lt [s[i], s[plus[i, 1]]]\t\n}\n\npred rowHint (j: Int, sizes: seq Int) {\n\tlet r = IntTo[j, Row] | some cs: seq Col {\n\t\t#sizes = #cs\n\t\t\/\/ cs\u306f\u9ed2\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u306e\u4f4d\u7f6e\u306e\u30bd\u30fc\u30c8\u3055\u308c\u305f\u30b7\u30fc\u30af\u30a8\u30f3\u30b9\n\t\theadsSeqInRow [r, cs]\n\t\tall i: sizes.inds {\n\t\t\t\/\/ cs[i]\u3092start, start\u306e\u4f4d\u7f6e\u306bsize[i]\u3092\u8db3\u3057\u30661\u3092\u5f15\u3044\u305f\u4f4d\u7f6e\u306b\u3042\u308bCol\u3092end\u3068\u547c\u3076\n\t\t\tlet start = cs [i], end = Col & get_block_end[start, sizes[i]] {\n\n\t\t\t\t\/\/ end\u304c\u5b58\u5728\u3059\u308b\n\t\t\t\tsome end\n\t\t\t\t\/\/ start\u304b\u3089end\u307e\u3067\u5168\u90e8\u9ed2\n\t\t\t\tall c: range[start, end, cols\/next] | cell [c, r] in Black\n\t\t\t\t\/\/ end\u306e\u6b21\u304c\u306a\u3044\u304b\u3001\u307e\u305f\u306f\u767d\n\t\t\t\tno end.next or cell [end.next, r] in White\n\t\t\t}\n\t\t}\n\t}\n}\npred colHint (j: Int, sizes: seq Int) {\n\tlet c = IntTo[j, Col] | some rs: seq Row {\n\t\t#sizes = #rs\n\t\theadsSeqInCol [c, rs]\n\t\tall i: sizes.inds {\n\t\t\tlet start = rs [i], end = Row & get_block_end[start, sizes[i]] {\n\t\t\t\tsome end\n\t\t\t\tall r: range[start, end, rows\/next] | cell [c, r] in Black\n\t\t\t\tno end.next or cell [c, end.next] in White\n\t\t\t}\n\t\t}\n\t}\n}\n-- riddle from http:\/\/homepage1.nifty.com\/sabo10\/rulelog\/illust.html\nsolve: run {\n\trowHint [0, 0 -> 3]\n\trowHint [1, 0 -> 2 + 1 -> 2]\n\trowHint [2, 0 -> 1 + 1 -> 1 + 2 -> 1]\n\trowHint [3, 0 -> 3 + 1 -> 3]\n\trowHint [4, 0 -> 5]\n\trowHint [5, 0 -> 7]\n\trowHint [6, 0 -> 7]\n\trowHint [7, 0 -> 7]\n\trowHint [8, 0 -> 7]\n\trowHint [9, 0 -> 5]\n\n\tcolHint [0, 0 -> 4]\n\tcolHint [1, 0 -> 6]\n\tcolHint [2, 0 -> 7]\n\tcolHint [3, 0 -> 9]\n\tcolHint [4, 0 -> 2 + 1 -> 7]\n\tcolHint [5, 0 -> 1 + 1 -> 6]\n\tcolHint [6, 0 -> 2 + 1 -> 4]\n\tcolHint [7, 0 -> 3]\n\tcolHint [8, 0 -> 1]\n\tcolHint [9, 0 -> 2]\n} for 10 but 5 Int\n","old_contents":"open util\/ordering[Col] as cols\nopen util\/ordering[Row] as rows\n\nabstract sig Region {\n\tindex: Int\n}\nsig Col extends Region {\n\tcell: Row -> Color\n}{\n\tindex >= 0\n\tindex <= 9\n}\nsig Row extends Region {}{\n\tindex >= 0\n\tindex <= 9\n}\n\nfact {\n\tall r: Col - last {\n\t\tadd[r.index, 1] = r.next.index\n\t}\n\tall r: Row - last {\n\t\tadd[r.index, 1] = r.next.index\n\t}\n}\n\nenum Color { Black, White }\n\nfact {\n\tall c: Col, r: Row | one cell [c, r]\n}\n\n-- both Row and Col\npred prev_is_white(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u30c8\u30ea\u30c3\u30af: prev\u304cCol->Col\u3067\u3082Row\u306b\u4f7f\u3063\u3066\u3088\u3044\n\t\/\/ \u306a\u305c\u306a\u3089\u7a7a\u96c6\u5408\u304c\u8fd4\u308b\u306e\u3067in White\u304c\u6210\u7acb\u3059\u308b\u304b\u3089\n\tcell[prev[c], r] + cell[c, prev[r]] in White\n}\n\npred no_prev(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u30c8\u30ea\u30c3\u30af: next\u304cCol->Col\u3067\u3082Row\u306b\u4f7f\u3063\u3066\u3088\u3044\n\t\/\/ \u306a\u305c\u306a\u3089\u7a7a\u96c6\u5408\u304c\u8fd4\u308b\u306e\u3067no\u304c\u6210\u7acb\u3059\u308b\u304b\u3089\n\tno prev[c] and no prev[r]\n}\n\n\/\/ c, r\u304c\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u3067\u3042\u308b\u304b\u3069\u3046\u304b\npred is_black_head(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u6700\u521d\u306eRow\u3067\u3042\u308b\u304b\u3001\u307e\u305f\u306f\u524d\u306eRow\u306e\u30bb\u30eb\u304c\u767d\u3044\n\tno_prev[c, r, prev] or prev_is_white[c, r, prev]\n\t\/\/ \u3053\u306e\u30bb\u30eb\u306f\u9ed2\u3044\n\tcell[c, r] in Black\n}\nfun range(start, end: Region, next: Region -> Region): Region{\n\tstart.*next - end.^next\n}\n\nfun get_block_end(start: Region, size: Int): Region{\n\tplus[start.index, minus[size, 1]][index]\n}\n\nfun IntTo(i: Int, R: Region): Region{\n\tindex.i & R\n}\n\n-- about rows or cols\nfact noOtherHeadsInRow {\n\tno c: Col, r: Row {\n\t\tc not in { c: Col | is_black_head[c, r, cols\/prev]}\n\t\tis_black_head[c, r, cols\/prev]\n\t}\n}\nfact noOtherHeadsInCol {\n\tno c: Col, r: Row {\n\t\tr not in { r: Row | is_black_head[c, r, rows\/prev]}\n\t\tis_black_head[c, r, rows\/prev]\n\t}\n}\n\n\npred headsSeqInRow (r: Row, s: seq Col) {\n\ts.elems = { c: Col | is_black_head[c, r, cols\/prev]}\n\tall i: s.butlast.inds | lt [s[i], s[plus[i, 1]]]\n}\npred headsSeqInCol (c: Col, s: seq Row) {\n\t\/\/ s\u306e\u8981\u7d20\u306f\u30d6\u30ed\u30c3\u30af\u5148\u982d\u306e\u96c6\u5408\u3068\u540c\u4e00\n\ts.elems = { r: Row | is_black_head[c, r, rows\/prev]}\n\t\/\/ s\u306f\u5358\u8abf\u5897\u52a0\n\tall i: s.butlast.inds | lt [s[i], s[plus[i, 1]]]\n}\n\n\npred rowHint (j: Int, sizes: seq Int) {\n\tlet r = IntTo[j, Row] | some cs: seq Col {\n\t\t#sizes = #cs\n\t\t\/\/ cs\u306f\u9ed2\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u306e\u4f4d\u7f6e\u306e\u30bd\u30fc\u30c8\u3055\u308c\u305f\u30b7\u30fc\u30af\u30a8\u30f3\u30b9\n\t\theadsSeqInRow [r, cs]\n\t\tall i: sizes.inds {\n\t\t\t\/\/ cs[i]\u3092start, start\u306e\u4f4d\u7f6e\u306bsize[i]\u3092\u8db3\u3057\u30661\u3092\u5f15\u3044\u305f\u4f4d\u7f6e\u306b\u3042\u308bCol\u3092end\u3068\u547c\u3076\n\t\t\tlet start = cs [i], end = Col & get_block_end[start, sizes[i]] {\n\n\t\t\t\t\/\/ end\u304c\u5b58\u5728\u3059\u308b\n\t\t\t\tsome end\n\t\t\t\t\/\/ start\u304b\u3089end\u307e\u3067\u5168\u90e8\u9ed2\n\t\t\t\tall c: range[start, end, cols\/next] | cell [c, r] in Black\n\t\t\t\t\/\/ end\u306e\u6b21\u304c\u306a\u3044\u304b\u3001\u307e\u305f\u306f\u767d\n\t\t\t\tno end.next or cell [end.next, r] in White\n\t\t\t}\n\t\t}\n\t}\n}\npred colHint (j: Int, sizes: seq Int) {\n\tlet c = IntTo[j, Col] | some rs: seq Row {\n\t\t#sizes = #rs\n\t\theadsSeqInCol [c, rs]\n\t\tall i: sizes.inds {\n\t\t\tlet start = rs [i], end = Row & get_block_end[start, sizes[i]] {\n\t\t\t\tsome end\n\t\t\t\tall r: range[start, end, rows\/next] | cell [c, r] in Black\n\t\t\t\tno end.next or cell [c, end.next] in White\n\t\t\t}\n\t\t}\n\t}\n}\n-- riddle from http:\/\/homepage1.nifty.com\/sabo10\/rulelog\/illust.html\nsolve: run {\n\trowHint [0, 0 -> 3]\n\trowHint [1, 0 -> 2 + 1 -> 2]\n\trowHint [2, 0 -> 1 + 1 -> 1 + 2 -> 1]\n\trowHint [3, 0 -> 3 + 1 -> 3]\n\trowHint [4, 0 -> 5]\n\trowHint [5, 0 -> 7]\n\trowHint [6, 0 -> 7]\n\trowHint [7, 0 -> 7]\n\trowHint [8, 0 -> 7]\n\trowHint [9, 0 -> 5]\n\n\tcolHint [0, 0 -> 4]\n\tcolHint [1, 0 -> 6]\n\tcolHint [2, 0 -> 7]\n\tcolHint [3, 0 -> 9]\n\tcolHint [4, 0 -> 2 + 1 -> 7]\n\tcolHint [5, 0 -> 1 + 1 -> 6]\n\tcolHint [6, 0 -> 2 + 1 -> 4]\n\tcolHint [7, 0 -> 3]\n\tcolHint [8, 0 -> 1]\n\tcolHint [9, 0 -> 2]\n} for 10 but 5 Int\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"60fc274c9d162a75d488841ada03ce5bf5438751","subject":"Update the alloy axercise","message":"Update the alloy axercise\n","repos":"jaanos\/LVR-2016,jaanos\/LVR-2016","old_file":"alloy\/tutorial_questions.als","new_file":"alloy\/tutorial_questions.als","new_contents":"\/\/ This tutorial models a certain kind of state machine in Alloy\n\n\/\/ A state machine is a set of states.\n\/\/ Each state q has a successor relation. \n\/\/ q.successors is the set of possible next states following state q\n\nsig State { \n\tsuccessors: set State\n} \n\n\/\/ There is exactly one initial state\n\none sig Initial extends State { }\n\n\/\/ There is a set of final states\n\/\/ Each final state has an empty set of successors\n\nsig Final extends State { } { no successors }\n\n\/\/ The kind of state machine we are modelling has two other kinds of state: \n\/\/ yellow states and black states.\n\/\/ By using sig declarations in Alloy these sets are disjoint by default.\n\/\/ We add an axiom (a \"fact\") asserting that every state is initial, final, yellow or black\n\nsig Yellow extends State { } \nsig Black extends State { } \nfact { State = Initial + Final + Yellow + Black }\n\n\/\/ The 0-arity predicate nontrivModel below expresses that the model is \"nontrivial\" in the\n\/\/ sense that black, yellow and final states all exist.\n\npred nontrivModel { #Final > 0 && #Black > 0 && #Yellow > 0 }\n\n\/\/ Uncomment the run command below to check to see if the predicate can be satisfied in scope 1\n\/\/ run nontrivModel for 1\n\n\/\/ *** EXERCISE 1 ***\n\/\/ (a) Find the smallest scope in which nontrivModel is satisfiable\n\/\/ (b) Look at the model generated by clicking on Instance\n\/\/\tTo improve the display of the model click on Theme\n\/\/\tClick on sig Black in the left-hand menu and colour Black states black\n\/\/\tSimilarly colour Yellow states yellow, the initial state green and final states red\n\/\/\tClick on successors and delete the label from the text box in the top left corner\n\/\/\tIf there is a funny $nontrivModel relation displayed click on that and set \"show as arcs\" to off\n\/\/\tClick on Apply and then Close\n\/\/ The model should now display nicely\n\/\/ (c) Look at further models by clicking on Next\n\/\/\tAlso run nontrivModel again in larger scope (not too large) to generate larger models\n\n\/\/ *** EXERCISE 2 ***\n\/\/ Say that a state is deadlocked if it has no successors.\n\/\/ The sig declaration for Final requires final states to be deadlocked\n\/\/ Add an axiom stating that only Final states can deadlock\n\/\/ (You may find it useful to use a comprehension term { q: A | P }\n\/\/ which defines the subset of those q in set A that satisfy property P)\n\/\/ For a good reference on the logic of Alloy look at the slides for Session 1 of: \n\/\/ http:\/\/alloy.mit.edu\/alloy\/tutorials\/day-course\/\n\n\/\/ After this, and all subsequent exercises involving the addition of new facts run nontrivModel\n\/\/ in suitable scope and use the Next button to again explore the range of models available\n\n\/\/ *** EXERCISE 3 ***\n\/\/ Add an axiom stating that every state is reachable from the initial state\n\n\/\/ *** EXERCISE 4 ***\n\/\/ Black nodes are intended to represent error states. \n\/\/ When an execution reaches a black node it has to be corrected by eventually\n\/\/ resetting the system by returning it to the Initial node.\n\/\/ Add an axiom stating that the initial node is reachable from every black node\n\n\/\/*** EXERCISE 5 ***\n\/\/ Yellow states are intended to represent non-error intermediate states that \n\/\/ may be encountered en-route to arriving at a final state\n\/\/ Add an axiom stating that every yellow state has a path to a final state\n\n\/\/ *** EXERCISE 6 ***\n\/\/ In this exercise we use the \"assert\" command to state a property that we\n\/\/ hope follows from the axioms.\n\/\/ The property is that every state has a path to a final state\n\/\/ complete the assert command below by filling in the property\n\/\/ between the curly braces.\n\nassert finishable { }\n\n\/\/ Uncomment and modify the check command below to check finishable in a sufficiently large scope to\n\/\/ be confident whether or not the property is true.\n\n\/\/ check finishable for 1\n\n\/\/ If the property is not true then can you fix the model to make it true?\n\n\/\/ *** EXERCISE 7 ***\n\/\/ There is one further property we want to axiomatize.\n\/\/ We want to force the system to reset after a Black state.\n\/\/ This can be achieved by requiring that \n\/\/ every path to a final state from a black state goes through the initial state.\n\/\/ Add this as an axiom.\n\/\/ (Hint, you might need to use set operators to define a derived relation.)\n","old_contents":"\/\/ This tutorial models a certain kind of state machine in Alloy\n\n\/\/ A state machine is a set of states.\n\/\/ Each state q has a successor relation. \n\/\/ q.successors is the set of possible next states following state q\n\nsig State { \n\tsuccessors: set State\n} \n\n\/\/ There is exactly one initial state\n\none sig Initial extends State { }\n\n\/\/ There is a set of final states\n\/\/ Each final state has an empty set of successors\n\nsig Final extends State { } { no successors }\n\n\/\/ The kind of state machine we are modelling has two other kinds of state: \n\/\/ yellow states and black states.\n\/\/ By using sig declarations in Alloy these sets are disjoint by default.\n\/\/ We add an axiom (a \"fact\") asserting that every state is initial, final, yellow or black\n\nsig Yellow extends State { } \nsig Black extends State { } \nfact { State = Initial + Final + Yellow + Black }\n\n\/\/ The 0-arity predicate findModel below expresses that there exist black, yellow and final states\npred findModel { #Final > 0 && #Black > 0 && #Yellow > 0 }\n\n\/\/ The run command below checks to see if the predicate can be satisfied in scope 1\nrun findModel for 1\n\n\/\/ *** EXERCISE 1 ***\n\/\/ (a) Find the smallest scope in which findModel is satisfiable\n\/\/ (b) Look at the model generated by clicking on Instance\n\/\/\tTo improve the display of the model click on Theme\n\/\/\tClick on sig Black in the left-hand menu and colour Black states black\n\/\/\tSimilarly colour Yellow states yellow, the initial state green and final states red\n\/\/\tClick on successors and delete the label from the text box in the top left corner\n\/\/\tIf there is a funny $findModel relation displayed click on that and set \"show as arcs\" to off\n\/\/\tClick on Apply and then Close\n\/\/ The model should now display nicely\n\/\/ (c) Look at further models by clicking on Next\n\/\/\tAlso run findModel again in larger scope (not too large) to generate larger models\n\n\/\/ *** EXERCISE 2 ***\n\/\/ Say that a state is deadlocked if its successors are empty.\n\/\/ The sig declaration for Final requires final stated to be deadlocked\n\/\/ Add an axiom stating that only Final states can deadlock\n\/\/ (You may find it useful to use a comprehension term { q: A | P }\n\/\/ which defines the subset of those q in set A that satisfy property P)\n\/\/ For a good reference on the logic of Alloy look at the slides for Session 1 of: \n\/\/ http:\/\/alloy.mit.edu\/alloy\/tutorials\/day-course\/\n\n\/\/ After this, and all subsequent exercises involving the addition of new facts run findModel\n\/\/ in suitable scope and use the Next button to again explore the range of models available\n\n\/\/ *** EXERCISE 3 ***\n\/\/ Add an axiom stating that every state is reachable from the initial state\n\n\/\/ *** EXERCISE 4 ***\n\/\/ Black nodes are intended to represent error states. \n\/\/ When an execution reaches a black node it has to be corrected by eventually\n\/\/ resetting the system by returning it to the Initial node.\n\/\/ Add an axiom stating that the initial node is reachable from every black node\n\n\/\/*** EXERCISE 5 ***\n\/\/ Yellow states are intended to represent non-error intermediate states that \n\/\/ may be encountered en-route to arriving at a final state\n\/\/ Add an axiom stating that every yellow state has a path to a final state\n\n\/\/ *** EXERCISE 6 ***\n\/\/ In this exercise we use the \"assert\" command to state a property that we\n\/\/ hope follows from the axioms.\n\/\/ The property is that every state has a path to a final state\n\/\/ complete the assert command below by filling in the property\n\/\/ between the curly braces.\n\nassert finishable { }\n\n\/\/ Modify the check command below to check finishable in a sufficiently large scope to\n\/\/ be confident whether or not the property is true.\n\ncheck finishable for 1\n\n\/\/ If the property is not true then can you fix the model to make it true?\n\n\/\/ *** EXERCISE 7 ***\n\/\/ There is one further property we want to axiomatize.\n\/\/ We want to force the system to reset after a Black state.\n\/\/ This can be achieved by requiring that \n\/\/ every path to a final state from a black state goes through the initial state.\n\/\/ Add this as an axiom.\n\/\/ (Hint, you might need to use set operators to define a derived relation.)\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"3c14706af873ecc4193d2e525b17a45d71aa8d88","subject":"Incomplete - task : First draft of Votail Journal Paper (Verification Chapter) ","message":"Incomplete - task : First draft of Votail Journal Paper (Verification Chapter) \n","repos":"GaloisInc\/Votail,GaloisInc\/Votail,GaloisInc\/Votail","old_file":"models\/Voting.als","new_file":"models\/Voting.als","new_contents":"-- Copyright (c) 2010-2011, Dermot Cochran, IT University of Copenhagen\n-- http:\/\/www.kindsoftware.com\/about\/people\/dc\n-- http:\/\/www.itu.dk\/people\/dero\n\nmodule Voting\n\nopen util\/integer\n\n-- Note that all axioms should be expressed as facts appended to signatures\n-- Standalone facts will be ignored by the API, but not by the analyser\n\n\/* \n\t There are 8 winning-outcomes and 8 losing-outcomes, \n of which 2 winning-outcomes and 4 losing-outcomes are for Plurality\n\n WinnerNonTransferable: \n elected on first round with at least one non-transferable surplus vote (STV),\n\t SurplusWinner:\t\t elected on first round with at least one surplus vote (STV),\n\t Winner: \t\t\t\t elected in the first round of counting either by quota (STV),\n\n AboveQuotaWinner: elected with surplus votes after receipt of transfers (STV),\n QuotaWinnerNonTransferable:\n\t\t\t\t elected after transfers with at least one non-transferable surplus vote (STV),\n QuotaWinner: \t\t elected with quota after transfers from another candidate (STV),\n\n\t CompromiseWinner: elected on the last round of counting without quota but by plurality,\n\t TiedWinner:\t\t\t elected by tie breaker in the last round,\n\n\t TiedLoser:\t\t\t defeated only by tie breaker but reaches the threshold,\n TiedSoreLoser:\t\t defeated only by tie breaker but does not reach threshold,\n\t Loser:\t\t\t \t\t defeated on last round but reaches the minimum threshold of votes,\n SoreLoser: \t\t\t defeated,but does not even reach the mimimum threshold of votes\n\n EarlyLoserNonTransferable:\n reaches threshold but is eliminated with some non-transferable votes (STV),\n\t EarlyLoser:\t\t reaches threshold but is eliminated before last round (STV),\n EarlySoreLoser: eliminated before last round, and below threshold (STV),\n EarlySoreLoserNonTransferable:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tbelow threshold and eliminated with some non-transferable votes (STV)\n\n*\/\nenum Event {SurplusWinner, \n WinnerNonTransferable, \n Winner, \n AboveQuotaWinner, \n QuotaWinnerNonTransferable, \n QuotaWinner, \n CompromiseWinner, \n\t TiedWinner, \n TiedLoser, \n Loser, \n EarlyLoser, \n EarlyLoserNonTransferable,\n TiedSoreLoser, \n SoreLoser,\n EarlySoreLoser,\n EarlySoreLoserNonTransferable}\n\nenum Method {Plurality, STV}\n\n-- An individual person standing for election\nsig Candidate {\n votes: \t\t\t set Ballot, \t-- First preference ballots assigned to this candidate\n\t transfers: \tset Ballot, -- Second and subsequent preferences received\n\t surplus: \t\t set Ballot, \t-- Ballots tranferred to another candidate election\n wasted:\t\t \t set Ballot,\t -- Ballots non-transferable due to exhaustion of preferences\n\t outcome: \t\t Event\t\t -- Path to election result for each candidate\n} {\n \/\/ Ballots available for transfers but without further preferences\n 0 < #wasted iff (outcome = WinnerNonTransferable or \n outcome = QuotaWinnerNonTransferable or\n outcome = EarlyLoserNonTransferable or\n\t outcome = EarlySoreLoserNonTransferable)\n\n \/\/ Ballots are only counted as wasted in they belong to the surplus, or\n (outcome = WinnerNonTransferable or outcome = QuotaWinnerNonTransferable)\n implies wasted in surplus\n\n \/\/ ... if the ballots are from an excluded candidate\n (outcome = EarlyLoserNonTransferable or outcome = EarlySoreLoserNonTransferable)\n implies wasted in votes + transfers\n\n \/\/ Division of ballots into first preferences and transfers\n\t no b: Ballot | b in votes & transfers\n\n \/\/ Division of ballots into piles for each candidate\n\t all b: Ballot | b in votes + transfers implies this in b.assignees\n\n \/\/ Selection of surplus ballots for re-distribution\n\t surplus in votes + transfers\n\t Election.method = Plurality implies #surplus = 0 and #transfers = 0\n \t0 < #transfers implies Election.method = STV\n\n \/\/ Losers excluded but above threshold\n \t(outcome = EarlyLoser or \n outcome = EarlyLoserNonTransferable) iff \n\t\t (this in Scenario.eliminated and \n not (#votes + #transfers < Scenario.threshold))\n\n \t\/\/ All non-sore losers are at or above the threshold\n outcome = TiedLoser implies Scenario.threshold <= #votes + #transfers\n outcome = Loser implies Scenario.threshold <= #votes + #transfers\n outcome = EarlyLoser implies Scenario.threshold <= #votes + #transfers\n outcome = EarlyLoserNonTransferable implies \n Scenario.threshold <= #votes + #transfers\n \n \t\/\/ Plurality outcomes; 2 winning-outcomes and 4 losing-outcomes\n \tElection.method = Plurality implies\n\t\t (outcome = Loser or outcome = SoreLoser or outcome = Winner or \n\t\t outcome = TiedWinner or outcome = TiedLoser or outcome = TiedSoreLoser)\n\n \t\/\/ PR-STV Winner has at least a quota of first preference votes\n \t(Election.method = STV and outcome = Winner) implies \n Scenario.quota = #votes\n (outcome = SurplusWinner or outcome = WinnerNonTransferable) implies \n Scenario.quota < #votes\n\n \/\/ Quota Winner has a least a quota of votes after transfers\n\t outcome = QuotaWinner implies\n\t Scenario.quota = #votes + #transfers\n (outcome = AboveQuotaWinner or outcome = QuotaWinnerNonTransferable) \n implies\n\t Scenario.quota < #votes + #transfers\n\n \/\/ Quota Winner does not have a quota of first preference votes\n\t (outcome = QuotaWinner or outcome = AboveQuotaWinner or \n outcome = QuotaWinnerNonTransferable) implies\n\t\t not Scenario.quota <= #votes\n\n \/\/ Compromise winners do not have a quota of votes\n\t outcome = CompromiseWinner implies\n\t\t not (Scenario.quota <= #votes + #transfers)\n\n \/\/ STV Tied Winners have less than a quota of votes\n\t (Election.method = STV and outcome = TiedWinner) implies\n\t\t not (Scenario.quota <= #votes + #transfers)\n\n \/\/ Sore Losers have less votes than the threshold\n\t (outcome = SoreLoser or outcome = EarlySoreLoserNonTransferable or\n outcome = EarlySoreLoser or outcome = EarlySoreLoserNonTransferable) implies \n\t\t #votes + #transfers < Scenario.threshold\n\n \/\/ Tied Sore Losers have less votes than the threshold\n\t outcome = TiedSoreLoser implies \n\t\t #votes + #transfers < Scenario.threshold\n\n \/\/ Size of surplus for each STV Winner and Quota Winner\n\t (outcome = SurplusWinner or outcome = WinnerNonTransferable) \n implies ((#surplus = #votes - Scenario.quota) and #transfers = 0)\n (outcome = AboveQuotaWinner or outcome = QuotaWinnerNonTransferable) \n implies (#surplus = #votes + #transfers - Scenario.quota)\n (outcome = Winner and Election.method = STV) implies\n (Scenario.quota + #surplus = #votes) and #transfers = 0\n \t(outcome = QuotaWinner or outcome = AboveQuotaWinner or\n outcome = QuotaWinnerNonTransferable) implies surplus in transfers \n \t(outcome = QuotaWinner or outcome = AboveQuotaWinner or\n outcome = QuotaWinnerNonTransferable) implies \n\t\t Scenario.quota + #surplus = #votes + #transfers\n\n \/\/ Existance of surplus ballots\n \t0 < #surplus implies (outcome = SurplusWinner or outcome = AboveQuotaWinner or\n\t\t\t\t\t\toutcome = WinnerNonTransferable or outcome = QuotaWinnerNonTransferable)\n}\n\n-- A digital or paper artifact which accurately records the intentions of the voter\nsig Ballot {\n assignees: \t\tset Candidate, -- Candidates to which this ballot has been assigned\n preferences: \tseq Candidate -- Ranking of candidates\n} {\n\t assignees in preferences.elems\n not preferences.hasDups\n\t preferences.first in assignees\n\t Election.method = Plurality implies #preferences <= 1\n 0 <= #preferences\n \/\/ First preference\n all c: Candidate | preferences.first = c iff this in c.votes\n \/\/ Second and subsequent preferences\n all disj donor,receiver: Candidate |\n\t\t (donor + receiver in assignees and\n\t\t this in receiver.transfers and this in donor.surplus) implies \n\t\t (preferences.idxOf[donor] < preferences.idxOf[receiver] and\n\t\t receiver in preferences.rest.elems)\n \/\/ All ballot transfers are associated with the last candidate to receive the transfer\n\t all disj c,d: Candidate | this in c.transfers implies c in assignees and \n\t\t (d not in assignees or preferences.idxOf[d] < preferences.idxOf[c])\n \/\/ Transfers to next continuing candidate\n\t all disj skipped, receiving: Candidate | \n\t\t preferences.idxOf[skipped] < preferences.idxOf[receiving] and\n\t\t receiving in assignees and (not skipped in assignees) implies\n\t\t (skipped in Scenario.eliminated or skipped.outcome = SurplusWinner or \n\t\t skipped.outcome = AboveQuotaWinner or skipped.outcome = WinnerNonTransferable or\n skipped.outcome = QuotaWinnerNonTransferable or skipped.outcome = Winner or\n skipped.outcome = QuotaWinner)\n}\n\n-- An election result\none sig Scenario {\n losers: \t\t\t\tset Candidate,\n winners: \t\t\tset Candidate,\n\t eliminated: set Candidate, -- Early and Sore Losers under STV rules\n\t threshold: \tInt, \t\t\t\t\t -- Minimum number of votes for a Loser or Early Loser\n\t quota: \t\t\t\t Int,\t\t\t\t\t -- Minimum number of votes for a STV Winner or Quota Winner\n fullQuota:\t\tInt\t\t\t\t\t -- Quota if all constituency seats were vacant\n} {\n\t\t\/* Mutual exclusions of outcomes:\n see https:\/\/trac.ucd.ie\/repos\/software\/evoting\/V%C3%B3t%C3%A1il\/src\/ie\/votail\/model\/factory\/ScenarioFactory.java *\/\n no disj a,b: Candidate | a.outcome = TiedWinner and b.outcome = CompromiseWinner and a in winners and b in winners\n no disj a,b: Candidate | a.outcome = Loser and b.outcome = TiedSoreLoser and a in losers and b in losers\n no disj a,b: Candidate | a.outcome = EarlyLoser and b.outcome = TiedSoreLoser and a in losers and b in losers\n no disj a,b: Candidate | a.outcome = EarlyLoserNonTransferable and b.outcome = TiedSoreLoser and a in losers and b in losers\n no disj a,b: Candidate | a.outcome = TiedLoser and b.outcome = TiedSoreLoser and a in losers and b in losers\n no disj a,b: Candidate | a.outcome = TiedLoser and b.outcome = CompromiseWinner and a in losers and b in winners\n no disj a,b: Candidate | a.outcome = TiedSoreLoser and b.outcome = CompromiseWinner and a in losers and b in winners\n\n \/\/ Mandatory pairs of outcomes: ties between winners and losers\n all a: Candidate | some b: Candidate | (a in losers and (a.outcome = TiedLoser or a.outcome = TiedSoreLoser)) implies \n (b in winners and b.outcome = TiedWinner)\n all a: Candidate | some b: Candidate | (a in winners and a.outcome = TiedWinner) implies \n (b in losers and (b.outcome = TiedLoser or b.outcome = TiedSoreLoser))\n \n\n \/\/ Other Definitions\n \tall c: Candidate | c in winners + losers\n \t#winners = Election.seats\n \tno c: Candidate | c in losers & winners\n \t0 < #losers\n \tall w: Candidate | all l: Candidate | l in losers and w in winners implies \n\t\t (#l.votes + #l.transfers <= #w.votes + #w.transfers)\n \/\/ Definition of Threshold for PR-STV\n Election.method = STV implies threshold = 1 + fullQuota.div[4]\n\t eliminated in losers\n \/\/ All PR-STV losers have less votes than the quota\n\t all c: Candidate | (c in losers and Election.method = STV) implies \n #c.votes + #c.transfers < quota\n \/\/ Winners have more votes than all non-tied losers\n all disj c,d: Candidate | c in winners and \n (d.outcome = SoreLoser or d.outcome = EarlyLoser or d.outcome = Loser or \n d.outcome = EarlySoreLoser) implies\n\t (#d.votes + #d.transfers) < (#c.votes + #c.transfers)\n\n \/\/ Losers have less votes than all non-tied winners\n all disj c,d: Candidate | \n\t (c.outcome = CompromiseWinner or c.outcome = QuotaWinner or c.outcome = Winner\n\t\tor c.outcome = SurplusWinner or c.outcome = AboveQuotaWinner or \n c.outcome = WinnerNonTransferable or c.outcome = QuotaWinnerNonTransferable) and \n\t d in losers implies\n\t #d.votes + #d.transfers < #c.votes + #c.transfers\n\n \/\/ Lowest candidate is eliminated first\n\tall disj c,d: Candidate | c in eliminated and d not in eliminated implies\n\t\t#c.votes + #c.transfers <= #d.votes + #d.transfers\n\n \/\/ A non-sore plurality loser must have received at least five percent of the total vote\n\tElection.method = Plurality implies threshold = 1 + BallotBox.size.div[20]\n\n \/\/ Winning outcomes\n\t all c: Candidate | c in winners iff \n\t\t (c.outcome = Winner or c.outcome = QuotaWinner or \n\t\t c.outcome = CompromiseWinner or \n\t\t c.outcome = TiedWinner or c.outcome = SurplusWinner or \n\t\t c.outcome = AboveQuotaWinner or\n c.outcome = WinnerNonTransferable or\n c.outcome = QuotaWinnerNonTransferable)\n\n \/\/ Losing outcomes\n\t all c: Candidate | c in losers iff\n\t\t (c.outcome = Loser or c.outcome = EarlyLoser or c.outcome = SoreLoser or \n\t\t c.outcome = TiedLoser or c.outcome = EarlySoreLoser or \n c.outcome = TiedSoreLoser or\n c.outcome = EarlySoreLoserNonTransferable or \n c.outcome = EarlyLoserNonTransferable)\n\n \/\/ STV election quotas\n Election.method = STV implies quota = 1 + BallotBox.size.div[Election.seats+1] and\n \tfullQuota = 1 + BallotBox.size.div[Election.constituencySeats + 1]\n Election.method = Plurality implies quota = 1 and fullQuota = 1\n\n \/\/ All ties involve equality between at least one winner and at least one loser\n all w: Candidate | some l: Candidate | w.outcome = TiedWinner and \n\t \t (l.outcome = TiedLoser or l.outcome = TiedSoreLoser) implies\n\t\t (#l.votes + #l.transfers = #w.votes + #w.transfers)\n all s: Candidate | some w: Candidate | w.outcome = TiedWinner and \n (s.outcome = SoreLoser or s.outcome = TiedLoser) implies\n (#s.votes = #w.votes) or (#s.votes + #s.transfers = #w.votes + #w.transfers)\n\n \/\/ When there is a tied sore loser then there are no non-sore losers\n no disj a,b: Candidate | a.outcome = TiedSoreLoser and \n (b.outcome = TiedLoser or \n b.outcome=Loser or b.outcome=EarlyLoser or b.outcome = EarlyLoserNonTransferable)\n \/\/ For each Tied Winner there is a Tied Loser\n\tall w: Candidate | some l: Candidate | w.outcome = TiedWinner implies \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser)\n \/\/ Tied Winners and Tied Losers have an equal number of votes\n\tall disj l,w: Candidate | \n ((l.outcome = TiedLoser or l.outcome = TiedSoreLoser) and\n w.outcome = TiedWinner) implies \n #w.votes + #w.transfers = #l.votes + #l.transfers\n \/\/ Compromise winner must have more votes than any tied winners\n\tall disj c,t: Candidate | (c.outcome = CompromiseWinner and \n t.outcome = TiedWinner) \n\t\timplies\n\t\t#t.votes + #t.transfers < #c.votes + #c.transfers\n \/\/ Winners have more votes than non-tied losers\n\tall w,l: Candidate | w.outcome = Winner and \n (l.outcome = Loser or l.outcome = EarlyLoser or l.outcome = SoreLoser or\n l.outcome = EarlyLoserNonTransferable or l.outcome = EarlySoreLoser or\n l.outcome = EarlySoreLoserNonTransferable) \n implies \n ((#l.votes < #w.votes) or (#l.votes + #l.transfers < #w.votes + #w.transfers))\n \/\/ For each Tied Loser there is at least one Tied Winner\n all c: Candidate | some w: Candidate |\n (c.outcome = TiedLoser or c.outcome = TiedSoreLoser) \n\t\timplies w.outcome = TiedWinner\n}\n\n-- The Ballot Box\none sig BallotBox {\n spoiltBallots:\t\t set Ballot,\t\t-- empty ballots excluded from count\n nonTransferables: set Ballot,\t\t-- ballots for which preferences are exhausted\n size:\t\t\t\t\t Int \t\t\t -- number of unspolit ballots\n}\n{\n no b: Ballot | b in spoiltBallots and b in nonTransferables\n size = #Ballot - #spoiltBallots\n\t all b: Ballot | b in spoiltBallots iff #b.preferences = 0\n \/\/ All non-transferable ballots belong to an non-transferable surplus\n all b: Ballot | some c: Candidate | b in nonTransferables implies \n b in c.wasted\n}\n\n-- An Electoral Constituency\none sig Election {\n seats: \t\t\t\t Int,\t\t -- number of seats to be filled in this election\n constituencySeats:\tInt,\t\t -- full number of seats in this constituency\n method: \t\t\t\t Method\t-- type of election; PR-STV or plurality\n}\n{\n \t0 < seats and seats <= constituencySeats\n \tseats < #Candidate\n method = Plurality or method = STV\n}\n \n-- Version Control for changes to model \none sig Version {\n year, month, day: Int\n} {\n year = 11\n month = 08\n day = 30\n}\n","old_contents":"-- Copyright (c) 2010-2011, Dermot Cochran, IT University of Copenhagen\n-- http:\/\/www.kindsoftware.com\/about\/people\/dc\n-- http:\/\/www.itu.dk\/people\/dero\n\nmodule Voting\n\nopen util\/integer\n\n-- Note that all axioms should be expressed as facts appended to signatures\n-- Standalone facts will be ignored by the API, but not by the analyser\n\n\/* \n\t There are 8 winning-outcomes and 8 losing-outcomes, \n of which 2 winning-outcomes and 4 losing-outcomes are for Plurality\n\n WinnerNonTransferable: \n elected on first round with at least one non-transferable surplus vote (STV),\n\t SurplusWinner:\t\t elected on first round with at least one surplus vote (STV),\n\t Winner: \t\t\t\t elected in the first round of counting either by quota (STV),\n\n AboveQuotaWinner: elected with surplus votes after receipt of transfers (STV),\n QuotaWinnerNonTransferable:\n\t\t\t\t elected after transfers with at least one non-transferable surplus vote (STV),\n QuotaWinner: \t\t elected with quota after transfers from another candidate (STV),\n\n\t CompromiseWinner: elected on the last round of counting without quota but by plurality,\n\t TiedWinner:\t\t\t elected by tie breaker in the last round,\n\n\t TiedLoser:\t\t\t defeated only by tie breaker but reaches the threshold,\n TiedSoreLoser:\t\t defeated only by tie breaker but does not reach threshold,\n\t Loser:\t\t\t \t\t defeated on last round but reaches the minimum threshold of votes,\n SoreLoser: \t\t\t defeated, but does not even reach the mimimum threshold of votes\n\n EarlyLoserNonTransferable:\n reaches threshold but is eliminated with some non-transferable votes (STV),\n\t EarlyLoser:\t\t reaches threshold but is eliminated before last round (STV),\n EarlySoreLoser: eliminated before last round, and below threshold (STV),\n EarlySoreLoserNonTransferable:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tbelow threshold and eliminated with some non-transferable votes (STV)\n\n*\/\nenum Event {SurplusWinner, \n WinnerNonTransferable, \n Winner, \n AboveQuotaWinner, \n QuotaWinnerNonTransferable, \n QuotaWinner, \n CompromiseWinner, \n\t TiedWinner, \n TiedLoser, \n Loser, \n EarlyLoser, \n EarlyLoserNonTransferable,\n TiedSoreLoser, \n SoreLoser,\n EarlySoreLoser,\n EarlySoreLoserNonTransferable}\n\nenum Method {Plurality, STV}\n\n-- An individual person standing for election\nsig Candidate {\n votes: \t\t\t set Ballot, \t-- First preference ballots assigned to this candidate\n\t transfers: \tset Ballot, -- Second and subsequent preferences received\n\t surplus: \t\t set Ballot, \t-- Ballots tranferred to another candidate election\n wasted:\t\t \t set Ballot,\t -- Ballots non-transferable due to exhaustion of preferences\n\t outcome: \t\t Event\t\t -- Path to election result for each candidate\n} {\n \/\/ Ballots available for transfers but without further preferences\n 0 < #wasted iff (outcome = WinnerNonTransferable or \n outcome = QuotaWinnerNonTransferable or\n outcome = EarlyLoserNonTransferable or\n\t outcome = EarlySoreLoserNonTransferable)\n\n \/\/ Ballots are only counted as wasted in they belong to the surplus, or\n (outcome = WinnerNonTransferable or outcome = QuotaWinnerNonTransferable)\n implies wasted in surplus\n\n \/\/ ... if the ballots are from an excluded candidate\n (outcome = EarlyLoserNonTransferable or outcome = EarlySoreLoserNonTransferable)\n implies wasted in votes + transfers\n\n \/\/ Division of ballots into first preferences and transfers\n\t no b: Ballot | b in votes & transfers\n\n \/\/ Division of ballots into piles for each candidate\n\t all b: Ballot | b in votes + transfers implies this in b.assignees\n\n \/\/ Selection of surplus ballots for re-distribution\n\t surplus in votes + transfers\n\t Election.method = Plurality implies #surplus = 0 and #transfers = 0\n \t0 < #transfers implies Election.method = STV\n\n \/\/ Losers excluded but above threshold\n \t(outcome = EarlyLoser or \n outcome = EarlyLoserNonTransferable) iff \n\t\t (this in Scenario.eliminated and \n not (#votes + #transfers < Scenario.threshold))\n\n \t\/\/ All non-sore losers are at or above the threshold\n outcome = TiedLoser implies Scenario.threshold <= #votes + #transfers\n outcome = Loser implies Scenario.threshold <= #votes + #transfers\n outcome = EarlyLoser implies Scenario.threshold <= #votes + #transfers\n outcome = EarlyLoserNonTransferable implies \n Scenario.threshold <= #votes + #transfers\n \n \t\/\/ Plurality outcomes; 2 winning-outcomes and 4 losing-outcomes\n \tElection.method = Plurality implies\n\t\t (outcome = Loser or outcome = SoreLoser or outcome = Winner or \n\t\t outcome = TiedWinner or outcome = TiedLoser or outcome = TiedSoreLoser)\n\n \t\/\/ PR-STV Winner has at least a quota of first preference votes\n \t(Election.method = STV and outcome = Winner) implies \n Scenario.quota = #votes\n (outcome = SurplusWinner or outcome = WinnerNonTransferable) implies \n Scenario.quota < #votes\n\n \/\/ Quota Winner has a least a quota of votes after transfers\n\t outcome = QuotaWinner implies\n\t Scenario.quota = #votes + #transfers\n (outcome = AboveQuotaWinner or outcome = QuotaWinnerNonTransferable) \n implies\n\t Scenario.quota < #votes + #transfers\n\n \/\/ Quota Winner does not have a quota of first preference votes\n\t (outcome = QuotaWinner or outcome = AboveQuotaWinner or \n outcome = QuotaWinnerNonTransferable) implies\n\t\t not Scenario.quota <= #votes\n\n \/\/ Compromise winners do not have a quota of votes\n\t outcome = CompromiseWinner implies\n\t\t not (Scenario.quota <= #votes + #transfers)\n\n \/\/ STV Tied Winners have less than a quota of votes\n\t (Election.method = STV and outcome = TiedWinner) implies\n\t\t not (Scenario.quota <= #votes + #transfers)\n\n \/\/ Sore Losers have less votes than the threshold\n\t (outcome = SoreLoser or outcome = EarlySoreLoserNonTransferable or\n outcome = EarlySoreLoser or outcome = EarlySoreLoserNonTransferable) implies \n\t\t #votes + #transfers < Scenario.threshold\n\n \/\/ Tied Sore Losers have less votes than the threshold\n\t outcome = TiedSoreLoser implies \n\t\t #votes + #transfers < Scenario.threshold\n\n \/\/ Size of surplus for each STV Winner and Quota Winner\n\t (outcome = SurplusWinner or outcome = WinnerNonTransferable) \n implies ((#surplus = #votes - Scenario.quota) and #transfers = 0)\n (outcome = AboveQuotaWinner or outcome = QuotaWinnerNonTransferable) \n implies (#surplus = #votes + #transfers - Scenario.quota)\n (outcome = Winner and Election.method = STV) implies\n (Scenario.quota + #surplus = #votes) and #transfers = 0\n \t(outcome = QuotaWinner or outcome = AboveQuotaWinner or\n outcome = QuotaWinnerNonTransferable) implies surplus in transfers \n \t(outcome = QuotaWinner or outcome = AboveQuotaWinner or\n outcome = QuotaWinnerNonTransferable) implies \n\t\t Scenario.quota + #surplus = #votes + #transfers\n\n \/\/ Existance of surplus ballots\n \t0 < #surplus implies (outcome = SurplusWinner or outcome = AboveQuotaWinner or\n\t\t\t\t\t\toutcome = WinnerNonTransferable or outcome = QuotaWinnerNonTransferable)\n}\n\n-- A digital or paper artifact which accurately records the intentions of the voter\nsig Ballot {\n assignees: \t\tset Candidate, -- Candidates to which this ballot has been assigned\n preferences: \tseq Candidate -- Ranking of candidates\n} {\n\t assignees in preferences.elems\n not preferences.hasDups\n\t preferences.first in assignees\n\t Election.method = Plurality implies #preferences <= 1\n 0 <= #preferences\n \/\/ First preference\n all c: Candidate | preferences.first = c iff this in c.votes\n \/\/ Second and subsequent preferences\n all disj donor,receiver: Candidate |\n\t\t (donor + receiver in assignees and\n\t\t this in receiver.transfers and this in donor.surplus) implies \n\t\t (preferences.idxOf[donor] < preferences.idxOf[receiver] and\n\t\t receiver in preferences.rest.elems)\n \/\/ All ballot transfers are associated with the last candidate to receive the transfer\n\t all disj c,d: Candidate | this in c.transfers implies c in assignees and \n\t\t (d not in assignees or preferences.idxOf[d] < preferences.idxOf[c])\n \/\/ Transfers to next continuing candidate\n\t all disj skipped, receiving: Candidate | \n\t\t preferences.idxOf[skipped] < preferences.idxOf[receiving] and\n\t\t receiving in assignees and (not skipped in assignees) implies\n\t\t (skipped in Scenario.eliminated or skipped.outcome = SurplusWinner or \n\t\t skipped.outcome = AboveQuotaWinner or skipped.outcome = WinnerNonTransferable or\n skipped.outcome = QuotaWinnerNonTransferable or skipped.outcome = Winner or\n skipped.outcome = QuotaWinner)\n}\n\n-- An election result\none sig Scenario {\n losers: \t\t\t\tset Candidate,\n winners: \t\t\tset Candidate,\n\t eliminated: set Candidate, -- Early and Sore Losers under STV rules\n\t threshold: \tInt, \t\t\t\t\t -- Minimum number of votes for a Loser or Early Loser\n\t quota: \t\t\t\t Int,\t\t\t\t\t -- Minimum number of votes for a STV Winner or Quota Winner\n fullQuota:\t\tInt\t\t\t\t\t -- Quota if all constituency seats were vacant\n} {\n\t\t\/* Mutual exclusions of outcomes:\n see https:\/\/trac.ucd.ie\/repos\/software\/evoting\/V%C3%B3t%C3%A1il\/src\/ie\/votail\/model\/factory\/ScenarioFactory.java *\/\n no disj a,b: Candidate | a.outcome = TiedWinner and b.outcome = CompromiseWinner and a in winners and b in winners\n no disj a,b: Candidate | a.outcome = Loser and b.outcome = TiedSoreLoser and a in losers and b in losers\n no disj a,b: Candidate | a.outcome = EarlyLoser and b.outcome = TiedSoreLoser and a in losers and b in losers\n no disj a,b: Candidate | a.outcome = EarlyLoserNonTransferable and b.outcome = TiedSoreLoser and a in losers and b in losers\n no disj a,b: Candidate | a.outcome = TiedLoser and b.outcome = TiedSoreLoser and a in losers and b in losers\n no disj a,b: Candidate | a.outcome = TiedLoser and b.outcome = CompromiseWinner and a in losers and b in winners\n no disj a,b: Candidate | a.outcome = TiedSoreLoser and b.outcome = CompromiseWinner and a in losers and b in winners\n\n \/\/ Mandatory pairs of outcomes: ties between winners and losers\n all a: Candidate | some b: Candidate | (a in losers and (a.outcome = TiedLoser or a.outcome = TiedSoreLoser)) implies \n (b in winners and b.outcome = TiedWinner)\n all a: Candidate | some b: Candidate | (a in winners and a.outcome = TiedWinner) implies \n (b in losers and (b.outcome = TiedLoser or b.outcome = TiedSoreLoser))\n \n\n \/\/ Other Definitions\n \tall c: Candidate | c in winners + losers\n \t#winners = Election.seats\n \tno c: Candidate | c in losers & winners\n \t0 < #losers\n \tall w: Candidate | all l: Candidate | l in losers and w in winners implies \n\t\t (#l.votes + #l.transfers <= #w.votes + #w.transfers)\n \/\/ Definition of Threshold for PR-STV\n Election.method = STV implies threshold = 1 + fullQuota.div[4]\n\t eliminated in losers\n \/\/ All PR-STV losers have less votes than the quota\n\t all c: Candidate | (c in losers and Election.method = STV) implies \n #c.votes + #c.transfers < quota\n \/\/ Winners have more votes than all non-tied losers\n all disj c,d: Candidate | c in winners and \n (d.outcome = SoreLoser or d.outcome = EarlyLoser or d.outcome = Loser or \n d.outcome = EarlySoreLoser) implies\n\t (#d.votes + #d.transfers) < (#c.votes + #c.transfers)\n\n \/\/ Losers have less votes than all non-tied winners\n all disj c,d: Candidate | \n\t (c.outcome = CompromiseWinner or c.outcome = QuotaWinner or c.outcome = Winner\n\t\tor c.outcome = SurplusWinner or c.outcome = AboveQuotaWinner or \n c.outcome = WinnerNonTransferable or c.outcome = QuotaWinnerNonTransferable) and \n\t d in losers implies\n\t #d.votes + #d.transfers < #c.votes + #c.transfers\n\n \/\/ Lowest candidate is eliminated first\n\tall disj c,d: Candidate | c in eliminated and d not in eliminated implies\n\t\t#c.votes + #c.transfers <= #d.votes + #d.transfers\n\n \/\/ A non-sore plurality loser must have received at least five percent of the total vote\n\tElection.method = Plurality implies threshold = 1 + BallotBox.size.div[20]\n\n \/\/ Winning outcomes\n\t all c: Candidate | c in winners iff \n\t\t (c.outcome = Winner or c.outcome = QuotaWinner or \n\t\t c.outcome = CompromiseWinner or \n\t\t c.outcome = TiedWinner or c.outcome = SurplusWinner or \n\t\t c.outcome = AboveQuotaWinner or\n c.outcome = WinnerNonTransferable or\n c.outcome = QuotaWinnerNonTransferable)\n\n \/\/ Losing outcomes\n\t all c: Candidate | c in losers iff\n\t\t (c.outcome = Loser or c.outcome = EarlyLoser or c.outcome = SoreLoser or \n\t\t c.outcome = TiedLoser or c.outcome = EarlySoreLoser or \n c.outcome = TiedSoreLoser or\n c.outcome = EarlySoreLoserNonTransferable or \n c.outcome = EarlyLoserNonTransferable)\n\n \/\/ STV election quotas\n Election.method = STV implies quota = 1 + BallotBox.size.div[Election.seats+1] and\n \tfullQuota = 1 + BallotBox.size.div[Election.constituencySeats + 1]\n Election.method = Plurality implies quota = 1 and fullQuota = 1\n\n \/\/ All ties involve equality between at least one winner and at least one loser\n all w: Candidate | some l: Candidate | w.outcome = TiedWinner and \n\t \t (l.outcome = TiedLoser or l.outcome = TiedSoreLoser) implies\n\t\t (#l.votes + #l.transfers = #w.votes + #w.transfers)\n all s: Candidate | some w: Candidate | w.outcome = TiedWinner and \n (s.outcome = SoreLoser or s.outcome = TiedLoser) implies\n (#s.votes = #w.votes) or (#s.votes + #s.transfers = #w.votes + #w.transfers)\n\n \/\/ When there is a tied sore loser then there are no non-sore losers\n no disj a,b: Candidate | a.outcome = TiedSoreLoser and \n (b.outcome = TiedLoser or \n b.outcome=Loser or b.outcome=EarlyLoser or b.outcome = EarlyLoserNonTransferable)\n \/\/ For each Tied Winner there is a Tied Loser\n\tall w: Candidate | some l: Candidate | w.outcome = TiedWinner implies \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser)\n \/\/ Tied Winners and Tied Losers have an equal number of votes\n\tall disj l,w: Candidate | \n ((l.outcome = TiedLoser or l.outcome = TiedSoreLoser) and\n w.outcome = TiedWinner) implies \n #w.votes + #w.transfers = #l.votes + #l.transfers\n \/\/ Compromise winner must have more votes than any tied winners\n\tall disj c,t: Candidate | (c.outcome = CompromiseWinner and \n t.outcome = TiedWinner) \n\t\timplies\n\t\t#t.votes + #t.transfers < #c.votes + #c.transfers\n \/\/ Winners have more votes than non-tied losers\n\tall w,l: Candidate | w.outcome = Winner and \n (l.outcome = Loser or l.outcome = EarlyLoser or l.outcome = SoreLoser or\n l.outcome = EarlyLoserNonTransferable or l.outcome = EarlySoreLoser or\n l.outcome = EarlySoreLoserNonTransferable) \n implies \n ((#l.votes < #w.votes) or (#l.votes + #l.transfers < #w.votes + #w.transfers))\n \/\/ For each Tied Loser there is at least one Tied Winner\n all c: Candidate | some w: Candidate |\n (c.outcome = TiedLoser or c.outcome = TiedSoreLoser) \n\t\timplies w.outcome = TiedWinner\n}\n\n-- The Ballot Box\none sig BallotBox {\n spoiltBallots:\t\t set Ballot,\t\t-- empty ballots excluded from count\n nonTransferables: set Ballot,\t\t-- ballots for which preferences are exhausted\n size:\t\t\t\t\t Int \t\t\t -- number of unspolit ballots\n}\n{\n no b: Ballot | b in spoiltBallots and b in nonTransferables\n size = #Ballot - #spoiltBallots\n\t all b: Ballot | b in spoiltBallots iff #b.preferences = 0\n \/\/ All non-transferable ballots belong to an non-transferable surplus\n all b: Ballot | some c: Candidate | b in nonTransferables implies \n b in c.wasted\n}\n\n-- An Electoral Constituency\none sig Election {\n seats: \t\t\t\t Int,\t\t -- number of seats to be filled in this election\n constituencySeats:\tInt,\t\t -- full number of seats in this constituency\n method: \t\t\t\t Method\t-- type of election; PR-STV or plurality\n}\n{\n \t0 < seats and seats <= constituencySeats\n \tseats < #Candidate\n method = Plurality or method = STV\n}\n \n-- Version Control for changes to model \none sig Version {\n year, month, day: Int\n} {\n year = 11\n month = 08\n day = 30\n}\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"17052eca0df60cfe2faeffbe5dbc6c54cd7dbdd9","subject":"clean pred equal","message":"clean pred equal\n","repos":"nishio\/learning_alloy,nishio\/learning_alloy,nishio\/learning_alloy","old_file":"combinator.als","new_file":"combinator.als","new_contents":"open util\/ordering[Term]\n\nsome abstract sig Term {}\n\none sig K extends Term {}\n\nsig Apply extends Term {\n\tf, g: Term\n}\n\nfact {\n\tall x, y: Term | (x -> y) in (f + g) => y not in (x.prevs + x)\n}\n\npred equal_k (x, y: Term) {\n\tx in Apply and x.f in Apply and x.f.f = K and y = x.f.g\n}\npred equal_k2 (x, y: Term) {\n\tone a, b: Term | x = apply[apply[K, a], b] and y = a\n}\ncheck {\n\tsome x, y: Term | equal_k[x, y] iff equal_k2[x, y]\n}\n\n\/\/pred equal_s (x, y: Term) {}\npred equal (x, y: Term) {\n\tequal_k[x, y]\/\/ or equal_s[x, y]\n}\n\nfun apply(x, y: Term): Term{\t\n\t{a: Apply | a.f = x and a.g = y }\n}\n\nfact {\n\tall x, y: Term | lone apply[x, y]\n}\n\nrun {\n\tsome x, y: Term | equal[x, y]\n} for 5 Term\n","old_contents":"open util\/ordering[Term]\n\nsome abstract sig Term {}\n\none sig K extends Term {}\n\nsig Apply extends Term {\n\tf, g: Term\n}\n\nfact {\n\tall x, y: Term | (x -> y) in (f + g) => y not in (x.prevs + x)\n}\n\npred equal (x, y: Term) {\n\tx in Apply and x.f in Apply and x.f.f = K and y = x.f.g\n}\n\nfun apply(x, y: Term): Term{\t\n\t{a: Apply | a.f = x and a.g = y }\n}\n\nrun {\n\tsome x, y: Term | equal[x, y]\n} for 5 Term\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"161fd474088882930b0e15e3dcf1bba4213bacff","subject":"Removed Spesh","message":"Removed Spesh\n","repos":"septract\/stellite-tool","old_file":"alloy\/c11Relat.als","new_file":"alloy\/c11Relat.als","new_contents":"module c11Relat\n\/\/ open util\/relation\n\n\/\/ TODO: don't have non-atomic actions in this model, just NA locations. \n\n\/\/ Disable non-atomics entirely\nfact { \n no NonAtomic \n} \n\n\/\/ Locations can be local or global \nabstract sig Loc {} \nsig Glob, Thr extends Loc {} \n\n\/\/ Furthermore global locations can be atomic or nonatomic \nsig Atomic, NonAtomic in Glob {} \nfact { \n Atomic + NonAtomic = Glob \n disj [ Atomic, NonAtomic ] \n} \n\nsig Val {} \none sig Init in Val {} \/\/ Magic initialisation value\n\n\/\/ Actions kinds corresponding to different memory actions\nabstract sig Kind {} \none sig Read, Write, RMW, AssmEq extends Kind {} \n\n\/\/ Actions \nabstract sig Action {} \nsig Intern, Extern, Call, Ret extends Action {} \n\n\/\/ Locations are associated with actions correctly \npred locWF[ dom : set Action, \n kind : Action -> Kind, \n gloc : Action -> Glob, \n lloc1, lloc2 : Intern -> Thr ] { \n kind in (dom - (Call + Ret)) -> one Kind \n no (Call + Ret).kind\n\n gloc in (dom - (Call + Ret)) -> lone Glob\n lloc1 in dom -> lone Thr\n lloc2 in dom -> lone Thr\n\n all a : dom | { \n \/\/ All reads and writes access global locations\n a in kind.(Read + Write + RMW) iff one a.gloc\n\n \/\/ Reads and writes acces one local variable \n a in kind.(Read + Write) & Intern implies { \n one a.lloc1 and no a.lloc2\n } \n\n \/\/ Assume and RMW access two local variables\n a in kind.(AssmEq + RMW) & Intern implies { \n one a.lloc1 and one a.lloc2\n } \n } \n} \n\n\/\/ Values are associated with actions correctly \npred valWF[ dom : set Action,\n kind : Action -> Kind, \n wv, rv : Action -> Val ] { \n wv in (dom - (Call + Ret)) -> lone Val\n rv in (dom - (Call + Ret)) -> lone Val\n\n \/\/ Writes have a written value, reads have a read value, RMW have both\n all a : dom - (Call + Ret) | { \n kind[a] in Write iff { \n one a.wv\n no a.rv\n } \n kind[a] in Read iff { \n one a.rv\n no a.wv\n } \n kind[a] in RMW iff { \n one a.rv\n one a.wv\n } \n \/\/ TODO: add case for no r\/w? \n } \n} \n\n\/\/ No transitive edges in the relation \npred is_core [ r : Action -> Action ] { \n all a,b,c: Action | \n (a -> b) + (b -> c) in ^r implies not (a -> c) in r \n} \n\n\/\/ SB is acyclic \npred SBwf [ dom : set Action, \n kind : Action -> Kind,\n sb: Action -> Action ] {\n no iden & ^sb \n} \n\n\/\/ HB is acyclic \npred HBacyc [ dom : set Action, kind : Action -> Kind,\n loc : Action -> Loc, wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] { \n no iden & ^hb \n} \n\n\/\/ Find the last value written for a given local variable and action\nfun lastval [ dom : set Action, \n kind : Action -> Kind, \n lloc : Action -> Loc, \n callmap : Thr -> Val, \n rv : Action -> Val, \n sb : Action -> Action, \n curr : Action, \n currloc : Loc ] : set Val { \n { v : Val | \n some r : dom & kind.Read | { \n r.rv = v \n r -> curr in ^sb \n r.lloc = currloc \n no r' : dom & kind.Read | { \n (r -> r') + (r' -> curr) in ^sb \n r'.lloc = currloc \n } \n } \n } \n + \n { v : Val | {\n v = (currloc).callmap \n (Call -> curr) in ^sb \n no r' : dom & kind.Read | { \n (Call -> r') + (r' -> curr) in ^sb \n r'.lloc = currloc \n } \n } \n } \n} \n\n\/\/ Write the value given at the call to the same local variable.\n\/\/ TODO: handle internal RMW \npred RFwfLocal [ dom : set Action, \n kind : Action -> Kind, \n gloc : Action -> Loc, \n lloc1, lloc2 : Action -> Loc, \n callmap, retmap : Thr -> Val, \n wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] { \n callmap in Thr -> one Val \n retmap in Thr -> one Val \n\n \/\/ Assumes demand equality on local var values\n all a : dom & kind.AssmEq | { \n lastval[dom, kind, lloc1, callmap, rv, sb, a, a.lloc1] = \n lastval[dom, kind, lloc1, callmap, rv, sb, a, a.lloc2] \n } \n\n \/\/ Writes take the correct local var value \n all w : dom & kind.Write | {\n w.wv = lastval[dom, kind, lloc1, callmap, rv, sb, w, w.lloc1] \n } \n\n \/\/ The retmap takes the correct values. \n all t : Thr | { \n t.retmap = lastval[dom, kind, lloc1, callmap, rv, sb, Ret, t] \n } \n} \n\n\/\/ RF is well-formed \npred RFwf [ dom : set Action, \n kind : Action -> Kind,\n loc : Action -> Loc, \n wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] { \n \/\/ Read from at most one write \n rf in kind.(Write + RMW) lone -> kind.(Read + RMW) \n\n \/\/ Irreflexive \n no iden & rf \n\n all r : dom & kind.(Read + RMW) | { \n \/\/ Read from the same location written \n (rf.r).loc in r.loc \n\n \/\/ Value taken from origin write\n \/\/ TODO: decide whether to allow assignments to Init\n some rf.r implies r.rv = (rf.r).wv \/\/ and not r.rval in Init\n no rf.r implies r.rv in Init \n\n \/\/ Allow initialisation reads, but force actions to \n \/\/ read from an explicit write if any is hb-available \n \/\/ Note MO used here because r might be a RMW \n (some (hb + mo).r & (kind.(Write + RMW) <: loc).(r.loc) ) \n implies (some rf.r) \n \/\/ TODO: Mark isn't completely convinced\n } \n} \n\n\/\/ Define hb by combining rf with hb over atomics \npred HBdef [ dom : set Action, \n kind : Action -> Kind,\n loc : Action -> Loc, \n wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] {\n let aact = (dom <: loc).Atomic | \n let sw = rf & (aact -> aact) | \n hb = ^(sw + sb)\n} \n\n\/\/ Coherence order is respected\n\/\/ Note: this also covers the AtomRMW rule. \npred CoWR [ dom : set Action, kind : Action -> Kind,\n loc : Action -> Loc, wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] {\n all r : dom & kind.(Read + RMW), w1 : rf.r | \n not { (w1 -> r) in mo.(hb + mo) } \n} \n\n\/\/ Modification order is well-formed\npred MOwf [ dom : set Action, kind : Action -> Kind,\n loc : Action -> Loc, wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] { \n mo = ^mo \/\/ transitive\n no iden & mo \/\/ irreflexive \n mo in kind.(Write + RMW) -> kind.(Write + RMW)\n \n \/\/ per-location total on atomics\n all disj w1, w2 : kind.(Write + RMW) | \n (w1 -> w2) in mo + ~mo iff \n (w1.loc = w2.loc) and w1 + w2 in (dom <: loc.Atomic)\n} \n \n\n\/\/ HB and MO do not contradict one another\npred HBvsMO [ dom : set Action, kind : Action -> Kind,\n loc : Action -> Loc, wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] { \n no hb & ~mo \n} \n\n\/\/ \/\/ Stronger version of this axiom: rule out cycles, not loops\n\/\/ pred HBMOacyc [ e : Execution ] { \n\/\/ no iden & ^(e.hb + e.mo) \n\/\/ } \n\n\/\/ Reads-from edges for NAs all follow hb \npred RFNonAtomic [ dom : set Action, \n kind : Action -> Kind,\n loc : Action -> Loc, \n wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] { \n let NA_reads = (dom <: loc).NonAtomic & kind.Read | \n (rf :> NA_reads) in hb \n} \n\n\/\/ Combine the different predicates into execution validity \npred valid [ dom : set Action, \n kind : Action -> Kind,\n gloc : Action -> Glob, \n lloc1, lloc2: Action -> Thr, \n callmap, retmap : Thr -> Val, \n wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] {\n \/\/ Sanity conditions\n hb + sb + mo + rf in (dom -> dom) \n\n \/\/ Pre-execution structure \n locWF[dom, kind, gloc, lloc1, lloc2] \n valWF[dom, kind, wv, rv]\n SBwf[dom, kind, sb]\n\n \/\/ Local variable handling \n RFwfLocal[dom, kind, gloc, lloc1, lloc2, callmap, retmap, wv, rv, hb, sb, mo, rf] \n \/\/ Axioms \n HBacyc[dom, kind, gloc, wv, rv, hb, sb, mo, rf] \n RFwf[dom, kind, gloc, wv, rv, hb, sb, mo, rf] \n HBdef[dom, kind, gloc, wv, rv, hb, sb, mo, rf] \n CoWR[dom, kind, gloc, wv, rv, hb, sb, mo, rf] \n MOwf[dom, kind, gloc, wv, rv, hb, sb, mo, rf] \n HBvsMO[dom, kind, gloc, wv, rv, hb, sb, mo, rf] \n RFNonAtomic[dom, kind, gloc, wv, rv, hb, sb, mo, rf] \n} \n\n\/\/ Test whether the execution is DRF \npred DRF [ dom : set Action, \n kind : Action -> Kind,\n loc : Action -> Loc, \n wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] { \n all l : NonAtomic | \n all disj w, a : (dom <: loc).l | \n (w in kind.Write) \n and \n (a in kind.(Write + Read)) \n implies \n (w -> a) in (hb + ~hb) \n} \n\n\/\/ The execution is sequential, i.e. sb is total\npred sequential [ dom : set Action, sb : Action -> Action ] { \n all disj a1, a2 : dom | a1 -> a2 in ^sb + ^(~sb)\n} \n\n\n\/*************************************************\/ \n\/* Tests *\/ \n\/*************************************************\/ \n\n\/\/ run valid_run\n\/\/ { some dom : set Action, kind : Action -> Kind,\n\/\/ gloc, lloc : Action -> Loc, \n\/\/ callmap, retmap : Thr -> Val, \n\/\/ wv, rv : Action -> Val, \n\/\/ hb, sb, mo, rf : Action -> Action | {\n\/\/ valid[dom, kind, gloc, lloc, callmap, retmap, wv, rv, ^hb, sb, mo, rf]\n\/\/ dom = Action \n\/\/ Loc = dom.(gloc + lloc)\n\/\/ is_core[hb] \n\/\/ is_core[sb] \n\/\/ no Call + Ret\n\/\/ } \n\/\/ } for 6 but exactly 2 Thr, 0 Extern\n\/\/ \n\/\/ \n\/\/ run seq_run\n\/\/ { some dom : set Action, kind : Action -> Kind,\n\/\/ gloc, lloc : Action -> Loc, \n\/\/ callmap, retmap : Thr -> Val, \n\/\/ wv, rv : Action -> Val, \n\/\/ hb, sb, mo, rf : Action -> Action | {\n\/\/ valid[dom, kind, gloc, lloc, callmap, retmap, wv, rv, ^hb, sb, mo, rf]\n\/\/ dom = Action \n\/\/ Loc = dom.(gloc + lloc) \n\/\/ is_core[hb] \n\/\/ is_core[sb] \n\/\/ \/\/ check sequential \n\/\/ sequential[dom, sb] \n\/\/ no Call + Ret\n\/\/ } \n\/\/ } for 6\n\/\/ \n\n\/\/ \/\/ Executions with no non-atomics are automatically DRF \n\/\/ check atomic_DRF \n\/\/ { all dom : set Action, kind : Action -> Kind,\n\/\/ loc : Action -> Loc, wv, rv : Action -> Val, \n\/\/ hb, sb, mo, rf : Action -> Action |\n\/\/ valid[dom, kind, loc, wv, rv, ^hb, sb, mo, rf] \n\/\/ implies DRF[dom, kind, loc, wv, rv, ^hb, sb, mo, rf] \n\/\/ }\n\/\/ for 30\n\/\/ but 0 NonAtomic \n\/\/ \n\/\/ \/\/ Sequential executions are automatically DRF \n\/\/ check seq_DRF \n\/\/ { all dom : set Action, kind : Action -> Kind,\n\/\/ loc : Action -> Loc, wv, rv : Action -> Val, \n\/\/ hb, sb, mo, rf : Action -> Action |\n\/\/ valid[dom, kind, loc, wv, rv, ^hb, sb, mo, rf] \n\/\/ and sequential[dom, sb] \n\/\/ implies DRF[dom, kind, loc, wv, rv, ^hb, sb, mo, rf] \n\/\/ } \n\/\/ for 10\n\/\/ \n\/\/ run litmus_SB \n\/\/ { some dom : set Action, kind : Action -> Kind,\n\/\/ loc : Action -> Loc, wv, rv : Action -> Val, \n\/\/ hb, sb, mo, rf : Action -> Action | {\n\/\/ valid[dom, kind, loc, wv, rv, ^hb, sb, mo, rf]\n\/\/ DRF[dom, kind, loc, wv, rv, ^hb, sb, mo, rf] \n\/\/ dom = Action \n\/\/ Loc = dom.loc \n\/\/ is_core[hb] \n\/\/ is_core[sb] \n\/\/ \/\/ litmus test \n\/\/ code_SB[dom, kind, loc, wv, rv, ^hb, sb, mo, rf] \n\/\/ }\n\/\/ } \n\/\/ for 6 \n\/\/ but 0 NonAtomic, 2 Val \n\/\/ \n\/\/ run litmus_IRIW \n\/\/ { some dom : set Action, kind : Action -> Kind,\n\/\/ loc : Action -> Loc, wv, rv : Action -> Val, \n\/\/ hb, sb, mo, rf : Action -> Action | {\n\/\/ valid[dom, kind, loc, wv, rv, ^hb, sb, mo, rf]\n\/\/ DRF[dom, kind, loc, wv, rv, ^hb, sb, mo, rf] \n\/\/ dom = Action \n\/\/ Loc = dom.loc \n\/\/ is_core[hb] \n\/\/ is_core[sb] \n\/\/ \/\/ litmus test \n\/\/ code_IRIW[dom, kind, loc, wv, rv, ^hb, sb, mo, rf] \n\/\/ }\n\/\/ } \n\/\/ for 10\n\/\/ but 0 NonAtomic, 2 Val \n\/\/ \n\/\/ \/*************************************************\/ \n\/\/ \/* Litmus test code *\/ \n\/\/ \/*************************************************\/ \n\/\/ \n\/\/ \/\/ SB litmus test without initialisation\n\/\/ pred code_SB [ dom : set Action, kind : Action -> Kind,\n\/\/ loc : Action -> Loc, wv, rv : Action -> Val, \n\/\/ hb, sb, mo, rf : Action -> Action ] { \n\/\/ some disj wx, wy : kind.Write | \n\/\/ some disj rx, ry : kind.Read | { \n\/\/ dom = (wx + wy + rx + ry)\n\/\/ (wx -> ry) + (wy -> rx) in sb \/\/ allow stronger sb \n\/\/ one wx.loc + rx.loc \n\/\/ one wy.loc + ry.loc \n\/\/ no wx.loc & wy.loc\n\/\/ no rf \/\/ read from initialisation \n\/\/ } \n\/\/ } \n\/\/ \n\/\/ \/\/ Comment from JPW - alloy simplifies rel = ((a->b) + (c->d)... \n\/\/ \/\/ Refactor this code? \n\/\/ \n\/\/ pred code_IRIW [ dom : set Action, kind : Action -> Kind,\n\/\/ loc : Action -> Loc, wv, rv : Action -> Val, \n\/\/ hb, sb, mo, rf : Action -> Action ] { \n\/\/ some disj wx, wy : kind.Write | \n\/\/ some disj r1x, r2x, r1y, r2y : kind.Read | { \n\/\/ dom = wx + wy + r1x + r2x + r1y + r2y \n\/\/ rf = ((wx -> r1x) + (wy -> r2y)) \n\/\/ ((r1x -> r1y) + (r2y -> r2x)) in sb\n\/\/ one wx.loc + r1x.loc + r2x.loc \n\/\/ one wy.loc + r1y.loc + r2y.loc \n\/\/ no wx.loc & wy.loc \n\/\/ } \n\/\/ } \n\/\/ \n","old_contents":"module c11Relat\n\/\/ open util\/relation\n\n\/\/ TODO: Get rid of spesh, restrict Call \/ Ret to a singleton\n\n\/\/ TODO: don't have non-atomic actions in this model, just NA locations. \n\n\/\/ Disable non-atomics entirely\nfact { \n no NonAtomic \n} \n\n\/\/ Locations can be local or global \nabstract sig Loc {} \nsig Glob, Thr extends Loc {} \n\n\/\/ Furthermore global locations can be atomic or nonatomic \nsig Atomic, NonAtomic in Glob {} \nfact { \n Atomic + NonAtomic = Glob \n disj [ Atomic, NonAtomic ] \n} \n\nsig Val {} \none sig Init in Val {} \/\/ Magic initialisation value\n\n\/\/ Actions kinds corresponding to different memory actions\nabstract sig Kind {} \none sig Read, Write, RMW, AssmEq, Spesh extends Kind {} \n\n\/\/ Actions \nabstract sig Action {} \nsig Intern, Extern, Call, Ret extends Action {} \n\n\/\/ Locations are associated with actions correctly \npred locWF[ dom : set Action, \n kind : Action -> Kind, \n gloc : Action -> Glob, \n lloc1, lloc2 : Intern -> Thr ] { \n kind in dom -> one Kind \n gloc in (dom - (Call + Ret)) -> lone Glob\n lloc1 in dom -> lone Thr\n lloc2 in dom -> lone Thr\n\n all a : dom | { \n a in (Call + Ret) iff kind[a] in Spesh\n\n \/\/ All reads and writes access global locations\n a in kind.(Read + Write + RMW) iff one a.gloc\n\n \/\/ Reads and writes acces one local variable \n a in kind.(Read + Write) & Intern implies { \n one a.lloc1 and no a.lloc2\n } \n\n \/\/ Assume and RMW access two local variables\n a in kind.(AssmEq + RMW) & Intern implies { \n one a.lloc1 and one a.lloc2\n } \n } \n} \n\n\/\/ Values are associated with actions correctly \npred valWF[ dom : set Action,\n kind : Action -> Kind, \n wv, rv : Action -> Val ] { \n wv in (dom - (Call + Ret)) -> lone Val\n rv in (dom - (Call + Ret)) -> lone Val\n\n \/\/ Writes have a written value, reads have a read value, RMW have both\n all a : dom - (Call + Ret) | { \n kind[a] in Write iff { \n one a.wv\n no a.rv\n } \n kind[a] in Read iff { \n one a.rv\n no a.wv\n } \n kind[a] in RMW iff { \n one a.rv\n one a.wv\n } \n \/\/ TODO: add case for no r\/w? \n } \n} \n\n\/\/ No transitive edges in the relation \npred is_core [ r : Action -> Action ] { \n all a,b,c: Action | \n (a -> b) + (b -> c) in ^r implies not (a -> c) in r \n} \n\n\/\/ SB is acyclic \npred SBwf [ dom : set Action, \n kind : Action -> Kind,\n sb: Action -> Action ] {\n no iden & ^sb \n} \n\n\/\/ HB is acyclic \npred HBacyc [ dom : set Action, kind : Action -> Kind,\n loc : Action -> Loc, wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] { \n no iden & ^hb \n} \n\n\/\/ Find the last value written for a given local variable and action\nfun lastval [ dom : set Action, \n kind : Action -> Kind, \n lloc : Action -> Loc, \n callmap : Thr -> Val, \n rv : Action -> Val, \n sb : Action -> Action, \n curr : Action, \n currloc : Loc ] : set Val { \n { v : Val | \n some r : dom & kind.Read | { \n r.rv = v \n r -> curr in ^sb \n r.lloc = currloc \n no r' : dom & kind.Read | { \n (r -> r') + (r' -> curr) in ^sb \n r'.lloc = currloc \n } \n } \n } \n + \n { v : Val | {\n v = (currloc).callmap \n (Call -> curr) in ^sb \n no r' : dom & kind.Read | { \n (Call -> r') + (r' -> curr) in ^sb \n r'.lloc = currloc \n } \n } \n } \n} \n\n\/\/ Write the value given at the call to the same local variable.\n\/\/ TODO: handle internal RMW \npred RFwfLocal [ dom : set Action, \n kind : Action -> Kind, \n gloc : Action -> Loc, \n lloc1, lloc2 : Action -> Loc, \n callmap, retmap : Thr -> Val, \n wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] { \n callmap in Thr -> one Val \n retmap in Thr -> one Val \n\n \/\/ Assumes demand equality on local var values\n all a : dom & kind.AssmEq | { \n lastval[dom, kind, lloc1, callmap, rv, sb, a, a.lloc1] = \n lastval[dom, kind, lloc1, callmap, rv, sb, a, a.lloc2] \n } \n\n \/\/ Writes take the correct local var value \n all w : dom & kind.Write | {\n w.wv = lastval[dom, kind, lloc1, callmap, rv, sb, w, w.lloc1] \n } \n\n \/\/ The retmap takes the correct values. \n all t : Thr | { \n t.retmap = lastval[dom, kind, lloc1, callmap, rv, sb, Ret, t] \n } \n} \n\n\/\/ RF is well-formed \npred RFwf [ dom : set Action, \n kind : Action -> Kind,\n loc : Action -> Loc, \n wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] { \n \/\/ Read from at most one write \n rf in kind.(Write + RMW) lone -> kind.(Read + RMW) \n\n \/\/ Irreflexive \n no iden & rf \n\n all r : dom & kind.(Read + RMW) | { \n \/\/ Read from the same location written \n (rf.r).loc in r.loc \n\n \/\/ Value taken from origin write\n \/\/ TODO: decide whether to allow assignments to Init\n some rf.r implies r.rv = (rf.r).wv \/\/ and not r.rval in Init\n no rf.r implies r.rv in Init \n\n \/\/ Allow initialisation reads, but force actions to \n \/\/ read from an explicit write if any is hb-available \n \/\/ Note MO used here because r might be a RMW \n (some (hb + mo).r & (kind.(Write + RMW) <: loc).(r.loc) ) \n implies (some rf.r) \n \/\/ TODO: Mark isn't completely convinced\n } \n} \n\n\/\/ Define hb by combining rf with hb over atomics \npred HBdef [ dom : set Action, \n kind : Action -> Kind,\n loc : Action -> Loc, \n wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] {\n let aact = (dom <: loc).Atomic | \n let sw = rf & (aact -> aact) | \n hb = ^(sw + sb)\n} \n\n\/\/ Coherence order is respected\n\/\/ Note: this also covers the AtomRMW rule. \npred CoWR [ dom : set Action, kind : Action -> Kind,\n loc : Action -> Loc, wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] {\n all r : dom & kind.(Read + RMW), w1 : rf.r | \n not { (w1 -> r) in mo.(hb + mo) } \n} \n\n\/\/ Modification order is well-formed\npred MOwf [ dom : set Action, kind : Action -> Kind,\n loc : Action -> Loc, wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] { \n mo = ^mo \/\/ transitive\n no iden & mo \/\/ irreflexive \n mo in kind.(Write + RMW) -> kind.(Write + RMW)\n \n \/\/ per-location total on atomics\n all disj w1, w2 : kind.(Write + RMW) | \n (w1 -> w2) in mo + ~mo iff \n (w1.loc = w2.loc) and w1 + w2 in (dom <: loc.Atomic)\n} \n \n\n\/\/ HB and MO do not contradict one another\npred HBvsMO [ dom : set Action, kind : Action -> Kind,\n loc : Action -> Loc, wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] { \n no hb & ~mo \n} \n\n\/\/ \/\/ Stronger version of this axiom: rule out cycles, not loops\n\/\/ pred HBMOacyc [ e : Execution ] { \n\/\/ no iden & ^(e.hb + e.mo) \n\/\/ } \n\n\/\/ Reads-from edges for NAs all follow hb \npred RFNonAtomic [ dom : set Action, \n kind : Action -> Kind,\n loc : Action -> Loc, \n wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] { \n let NA_reads = (dom <: loc).NonAtomic & kind.Read | \n (rf :> NA_reads) in hb \n} \n\n\/\/ Combine the different predicates into execution validity \npred valid [ dom : set Action, \n kind : Action -> Kind,\n gloc : Action -> Glob, \n lloc1, lloc2: Action -> Thr, \n callmap, retmap : Thr -> Val, \n wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] {\n \/\/ Sanity conditions\n hb + sb + mo + rf in (dom -> dom) \n\n \/\/ Pre-execution structure \n locWF[dom, kind, gloc, lloc1, lloc2] \n valWF[dom, kind, wv, rv]\n SBwf[dom, kind, sb]\n\n \/\/ Local variable handling \n RFwfLocal[dom, kind, gloc, lloc1, lloc2, callmap, retmap, wv, rv, hb, sb, mo, rf] \n \/\/ Axioms \n HBacyc[dom, kind, gloc, wv, rv, hb, sb, mo, rf] \n RFwf[dom, kind, gloc, wv, rv, hb, sb, mo, rf] \n HBdef[dom, kind, gloc, wv, rv, hb, sb, mo, rf] \n CoWR[dom, kind, gloc, wv, rv, hb, sb, mo, rf] \n MOwf[dom, kind, gloc, wv, rv, hb, sb, mo, rf] \n HBvsMO[dom, kind, gloc, wv, rv, hb, sb, mo, rf] \n RFNonAtomic[dom, kind, gloc, wv, rv, hb, sb, mo, rf] \n} \n\n\/\/ Test whether the execution is DRF \npred DRF [ dom : set Action, \n kind : Action -> Kind,\n loc : Action -> Loc, \n wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] { \n all l : NonAtomic | \n all disj w, a : (dom <: loc).l | \n (w in kind.Write) \n and \n (a in kind.(Write + Read)) \n implies \n (w -> a) in (hb + ~hb) \n} \n\n\/\/ The execution is sequential, i.e. sb is total\npred sequential [ dom : set Action, sb : Action -> Action ] { \n all disj a1, a2 : dom | a1 -> a2 in ^sb + ^(~sb)\n} \n\n\n\/*************************************************\/ \n\/* Tests *\/ \n\/*************************************************\/ \n\n\/\/ run valid_run\n\/\/ { some dom : set Action, kind : Action -> Kind,\n\/\/ gloc, lloc : Action -> Loc, \n\/\/ callmap, retmap : Thr -> Val, \n\/\/ wv, rv : Action -> Val, \n\/\/ hb, sb, mo, rf : Action -> Action | {\n\/\/ valid[dom, kind, gloc, lloc, callmap, retmap, wv, rv, ^hb, sb, mo, rf]\n\/\/ dom = Action \n\/\/ Loc = dom.(gloc + lloc)\n\/\/ is_core[hb] \n\/\/ is_core[sb] \n\/\/ no Call + Ret\n\/\/ } \n\/\/ } for 6 but exactly 2 Thr, 0 Extern\n\/\/ \n\/\/ \n\/\/ run seq_run\n\/\/ { some dom : set Action, kind : Action -> Kind,\n\/\/ gloc, lloc : Action -> Loc, \n\/\/ callmap, retmap : Thr -> Val, \n\/\/ wv, rv : Action -> Val, \n\/\/ hb, sb, mo, rf : Action -> Action | {\n\/\/ valid[dom, kind, gloc, lloc, callmap, retmap, wv, rv, ^hb, sb, mo, rf]\n\/\/ dom = Action \n\/\/ Loc = dom.(gloc + lloc) \n\/\/ is_core[hb] \n\/\/ is_core[sb] \n\/\/ \/\/ check sequential \n\/\/ sequential[dom, sb] \n\/\/ no Call + Ret\n\/\/ } \n\/\/ } for 6\n\/\/ \n\n\/\/ \/\/ Executions with no non-atomics are automatically DRF \n\/\/ check atomic_DRF \n\/\/ { all dom : set Action, kind : Action -> Kind,\n\/\/ loc : Action -> Loc, wv, rv : Action -> Val, \n\/\/ hb, sb, mo, rf : Action -> Action |\n\/\/ valid[dom, kind, loc, wv, rv, ^hb, sb, mo, rf] \n\/\/ implies DRF[dom, kind, loc, wv, rv, ^hb, sb, mo, rf] \n\/\/ }\n\/\/ for 30\n\/\/ but 0 NonAtomic \n\/\/ \n\/\/ \/\/ Sequential executions are automatically DRF \n\/\/ check seq_DRF \n\/\/ { all dom : set Action, kind : Action -> Kind,\n\/\/ loc : Action -> Loc, wv, rv : Action -> Val, \n\/\/ hb, sb, mo, rf : Action -> Action |\n\/\/ valid[dom, kind, loc, wv, rv, ^hb, sb, mo, rf] \n\/\/ and sequential[dom, sb] \n\/\/ implies DRF[dom, kind, loc, wv, rv, ^hb, sb, mo, rf] \n\/\/ } \n\/\/ for 10\n\/\/ \n\/\/ run litmus_SB \n\/\/ { some dom : set Action, kind : Action -> Kind,\n\/\/ loc : Action -> Loc, wv, rv : Action -> Val, \n\/\/ hb, sb, mo, rf : Action -> Action | {\n\/\/ valid[dom, kind, loc, wv, rv, ^hb, sb, mo, rf]\n\/\/ DRF[dom, kind, loc, wv, rv, ^hb, sb, mo, rf] \n\/\/ dom = Action \n\/\/ Loc = dom.loc \n\/\/ is_core[hb] \n\/\/ is_core[sb] \n\/\/ \/\/ litmus test \n\/\/ code_SB[dom, kind, loc, wv, rv, ^hb, sb, mo, rf] \n\/\/ }\n\/\/ } \n\/\/ for 6 \n\/\/ but 0 NonAtomic, 2 Val \n\/\/ \n\/\/ run litmus_IRIW \n\/\/ { some dom : set Action, kind : Action -> Kind,\n\/\/ loc : Action -> Loc, wv, rv : Action -> Val, \n\/\/ hb, sb, mo, rf : Action -> Action | {\n\/\/ valid[dom, kind, loc, wv, rv, ^hb, sb, mo, rf]\n\/\/ DRF[dom, kind, loc, wv, rv, ^hb, sb, mo, rf] \n\/\/ dom = Action \n\/\/ Loc = dom.loc \n\/\/ is_core[hb] \n\/\/ is_core[sb] \n\/\/ \/\/ litmus test \n\/\/ code_IRIW[dom, kind, loc, wv, rv, ^hb, sb, mo, rf] \n\/\/ }\n\/\/ } \n\/\/ for 10\n\/\/ but 0 NonAtomic, 2 Val \n\/\/ \n\/\/ \/*************************************************\/ \n\/\/ \/* Litmus test code *\/ \n\/\/ \/*************************************************\/ \n\/\/ \n\/\/ \/\/ SB litmus test without initialisation\n\/\/ pred code_SB [ dom : set Action, kind : Action -> Kind,\n\/\/ loc : Action -> Loc, wv, rv : Action -> Val, \n\/\/ hb, sb, mo, rf : Action -> Action ] { \n\/\/ some disj wx, wy : kind.Write | \n\/\/ some disj rx, ry : kind.Read | { \n\/\/ dom = (wx + wy + rx + ry)\n\/\/ (wx -> ry) + (wy -> rx) in sb \/\/ allow stronger sb \n\/\/ one wx.loc + rx.loc \n\/\/ one wy.loc + ry.loc \n\/\/ no wx.loc & wy.loc\n\/\/ no rf \/\/ read from initialisation \n\/\/ } \n\/\/ } \n\/\/ \n\/\/ \/\/ Comment from JPW - alloy simplifies rel = ((a->b) + (c->d)... \n\/\/ \/\/ Refactor this code? \n\/\/ \n\/\/ pred code_IRIW [ dom : set Action, kind : Action -> Kind,\n\/\/ loc : Action -> Loc, wv, rv : Action -> Val, \n\/\/ hb, sb, mo, rf : Action -> Action ] { \n\/\/ some disj wx, wy : kind.Write | \n\/\/ some disj r1x, r2x, r1y, r2y : kind.Read | { \n\/\/ dom = wx + wy + r1x + r2x + r1y + r2y \n\/\/ rf = ((wx -> r1x) + (wy -> r2y)) \n\/\/ ((r1x -> r1y) + (r2y -> r2x)) in sb\n\/\/ one wx.loc + r1x.loc + r2x.loc \n\/\/ one wy.loc + r1y.loc + r2y.loc \n\/\/ no wx.loc & wy.loc \n\/\/ } \n\/\/ } \n\/\/ \n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"cd0e46762b91f19b71744d712830ef030fe31410","subject":"Incomplete - task : Extend unit tests for complete coverage - updated model to clarify that non-sore losers are above the threshold","message":"Incomplete - task : Extend unit tests for complete coverage - updated model to clarify that non-sore losers are above the threshold\n","repos":"GaloisInc\/Votail,GaloisInc\/Votail,GaloisInc\/Votail","old_file":"models\/Voting.als","new_file":"models\/Voting.als","new_contents":"-- (c) 2010-2011, Dermot Cochran, IT University of Copenhagen\n-- http:\/\/www.kindsoftware.com\/about\/people\/dc\n-- http:\/\/www.itu.dk\/people\/dero\n\nmodule Voting\n\nopen util\/integer\n\n-- An individual person standing for election\nsig Candidate {\n votes: \t\t\t set Ballot, \t-- First preference ballots assigned to this candidate\n\ttransfers: \t set Ballot, -- Ballots received by transfer from another candidate\n\tsurplus: \t\t set Ballot, \t-- Ballots given to another candidate (on election or elimination)\n\toutcome: \t\t Event\t\n} {\n\tno b: Ballot | b in votes & transfers\n\tall b: Ballot | b in votes + transfers implies this in b.assignees\n\tsurplus in votes + transfers\n\tElection.method = Plurality implies #surplus = 0 and #transfers = 0\n}\n\n-- A digital or paper artifact which accurately records the intentions of the voter\nsig Ballot {\n assignees: \t\tset Candidate, -- Candidates to which this ballot has been assigned\n preferences: \tseq Candidate -- Ranking of candidates\n} {\n\tassignees in preferences.elems\n not preferences.hasDups\n\tpreferences.elems in Election.candidates\n\tpreferences.first in assignees\n\tElection.method = Plurality implies #preferences = 1\n 0 < #preferences\n}\n\n-- An election result\none sig Scenario {\n \tlosers: \t\t\t\tset Candidate,\n \twinners: \t\t\tset Candidate,\n\teliminated: \t\tset Candidate, \t\t-- Candidates excluded under STV rules\n\tthreshold: \t\tInt, \t\t\t\t\t\t-- Minimum number of votes for a Loser or EarlyLoser\n\tquota: \t\t\t\tInt\t\t\t\t\t\t-- Minimum number of votes for a STV Winner or QuotaWinner\n}\n{\n \twinners + losers = Election.candidates\n \t#winners = Election.seats\n \tno c: Candidate | c in losers & winners\n \t0 < #losers\n \tall w: Candidate | all l: Candidate | l in losers and w in winners implies \n\t\t((#l.votes + #l.transfers <= #w.votes + #w.transfers) and (#l.votes <= #w.votes))\n\t0 <= threshold\n\tthreshold <= quota\n Election.method = STV implies (threshold = 1 + quota.div[4])\n\tElection.method = Plurality implies #eliminated = 0\n\teliminated in losers\n\tall c: Candidate | c in losers implies Election.method = Plurality \n or #c.votes + #c.transfers < quota\n}\n\n\/* \n\tThere are four winner-outcomes and six loser-outcomes:\n\n\tWinner: \t\t\t\t\t\t(W1) elected in the first round of counting either by quota or plurality,\n\tQuotaWinner: \t\t\t\t(W2) elected with transfers from another candidate (STV only),\n\tCompromiseWinner: \t(W3) elected on the last round of counting without quota (STV only),\n\tTiedWinner:\t\t\t\t\t(W4) elected by tie breaker,\n\tTiedLoser:\t\t\t\t\t(L1) loses only by tie breaker but reaches the threshold,\n\tLoser:\t\t\t \t\t\t\t(L2) defeated on last round but reaches the minimum threshold of votes,\n TiedEarlyLoser:\t\t\t(L3) reaches threshold but eliminated by tie breaker (STV only),\n\tEarlyLoser:\t\t\t\t\t(L4) reaches threshold but is eliminated before last round (STV only),\n\tTiedSoreLoser:\t\t\t\t(L5) loses only by tie breaker but does not reach threshold,\n\tSoreLoser: \t\t\t\t\t(L6) does not even reach the mimimum threshold of votes.\n*\/\nenum Event {Winner, QuotaWinner, CompromiseWinner, TiedWinner, \n\tTiedLoser, Loser, TiedEarlyLoser, EarlyLoser, TiedSoreLoser, SoreLoser}\n\nenum Method {Plurality, STV}\n\n-- An Election Constituency\none sig Election {\n candidates: \tset Candidate,\n seats: \t\t\t\tInt,\n method: \t\t\tMethod,\n ballots:\t\t\tInt -- number of ballots cast\n}\n{\n \t0 < seats\n \tseats < #candidates\n \tall c: Candidate | c in candidates\n ballots = #Ballot\n Scenario.quota = 1 + ballots.div[seats+1]\n}\n\n-- Independent (or Fundamental) Axioms\nfact threshold {\n Election.method = Plurality implies Scenario.threshold = Election.ballots.div[20]\n}\n\nfact surplus {\n all c: Candidate | (c.outcome = Winner and Election.method = STV) implies\n Scenario.quota + #c.surplus = #c.votes \n}\n\nfact winnersWithoutTransfers {\n all c: Candidate | (c.outcome = Winner and Election.method = STV) implies #c.transfers = 0 \n}\n\nfact surplusFromTransfers {\n all c: Candidate | c.outcome = QuotaWinner implies ((surplus in transfers) and \n ((Scenario.quota + #c.surplus) = (#c.votes + #c.transfers)))\n}\n\nfact integrity {\n all c: Candidate | all b: Ballot | b in c.votes implies c in b.assignees\n}\n\nfact pluralityEvents {\n\tall c: Candidate | Election.method = Plurality implies\n\t\t(c.outcome = Loser or c.outcome = SoreLoser or c.outcome = Winner or \n\t\tc.outcome = TiedWinner or c.outcome = TiedLoser)\n}\n\nfact winnerSTV {\n\tall c: Candidate | (Election.method = STV and c.outcome = Winner) implies \n Scenario.quota <= #c.votes\n}\n\nfact transferWinnerWithQuota {\n\tall c: Candidate | (Election.method = STV and c.outcome = QuotaWinner) implies\n\t Scenario.quota <= #c.votes + #c.transfers\n}\n\nfact transferWinnerNotFirst {\n\tall c: Candidate | (Election.method = STV and c.outcome = QuotaWinner) implies\n\t\tnot Scenario.quota <= #c.votes\n}\n\nfact closeWinner {\n\tall c: Candidate | (c.outcome = CompromiseWinner or c.outcome = TiedWinner) implies\n\t\tnot (Scenario.quota <= #c.votes + #c.transfers) or Election.method = Plurality\n}\n\nfact soreLoser {\n\tall c: Candidate | (c.outcome = SoreLoser or c.outcome = TiedSoreLoser) implies \n\t\t(#c.votes + #c.transfers < Scenario.threshold)\n}\n\nfact loser {\n\tall c: Candidate | (c.outcome = Loser or c.outcome = TiedLoser) \n implies (c in Scenario.losers and c not in Scenario.eliminated)\n}\n\nfact earlyLoser {\n\tall c: Candidate | (c.outcome = EarlyLoser or c.outcome = TiedEarlyLoser) iff \n\t\t(c in Scenario.eliminated and not (#c.votes + #c.transfers < Scenario.threshold))\n}\n\nfact winners {\n\tall c: Candidate | c in Scenario.winners iff \n\t\t(c.outcome = Winner or c.outcome = QuotaWinner or c.outcome = CompromiseWinner or \n\t\tc.outcome = TiedWinner)\n}\n\nfact losers {\n\tall c: Candidate | c in Scenario.losers iff\n\t\t(c.outcome = Loser or c.outcome = EarlyLoser or c.outcome = SoreLoser or \n\t\tc.outcome = TiedLoser or c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser)\n}\n\n-- Non-Independent Axioms for Ballot Integrity\nfact transfers {\n\tall c: Candidate | 0 < #c.transfers implies Election.method = STV\n}\n\nfact onlyWinnersAndQuotaWinnersHaveSurplus {\n\tall c: Candidate | 0 < #c.surplus implies \n\t\t(c.outcome = Winner or c.outcome = QuotaWinner)\n}\n\nfact winnersNeedNoTransfers {\n\t\tall c: Candidate | c.outcome = Winner implies 0 = #c.transfers\n}\n\nfact firstPreference {\n\tall b: Ballot | all c: Candidate | b.preferences.first = c iff b in c.votes\n}\n\nfact sizeOfSurplus {\n\tall c: Candidate | (c in Scenario.winners and Election.method = STV and 0 < #c.surplus) implies \n\t\t(#c.surplus = #c.votes + #c.transfers - Scenario.quota)\n}\n\nfact transferToNextPreference {\n\tall b: Ballot | all disj donor,receiver: Candidate |\n\t\t(donor + receiver in b.assignees and\n\t\tb in receiver.transfers and b in donor.surplus) implies \n\t\t(b.preferences.idxOf[donor] < b.preferences.idxOf[receiver] and\n\t\treceiver in b.preferences.rest.elems)\n}\n\nfact pluralityWinner {\n\tall disj a, b: Candidate | (Election.method = Plurality and Election.seats = 1 and\n\t\ta.outcome = Winner) implies #b.votes <= #a.votes\n}\n\nfact transferToNextContinuingCandidate {\n\tall disj skipped, receiving: Candidate | all b: Ballot |\n\t\tb.preferences.idxOf[skipped] < b.preferences.idxOf[receiving] and\n\t\treceiving in b.assignees and (not skipped in b.assignees) implies\n\t\t(skipped in Scenario.eliminated or skipped.outcome = Winner or \n\t\tskipped.outcome = QuotaWinner)\n}\n\n\/\/ All ballot transfers are associated with the last candidate to receive the transfer\nfact ownership {\n\tall disj c,d: Candidate | all b: Ballot | b in c.transfers implies c in b.assignees and \n\t\t(d not in b.assignees or b.preferences.idxOf[d] < b.preferences.idxOf[c])\n}\n\n\/\/ Lowest candidate is eliminated first\nfact lowestElimination {\n\tall disj c,d: Candidate | c in Scenario.eliminated and d not in Scenario.eliminated implies\n\t\t#c.votes + #c.transfers <= #d.votes + #d.transfers\n}\n\n\/\/ All ties involve equality between at least one winner and at least one loser on either original votes or\n\/\/ on transfers plus original votes\nfact equalityOfTiedWinner {\n all w: Candidate | some l: Candidate | w.outcome = TiedWinner and \n\t \t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies\n\t\t(#l.votes = #w.votes) or (#l.votes + #l.transfers = #w.votes + #w.transfers)\n}\n\nfact equalityOfTiedLosers {\n all s: Candidate | some w: Candidate | w.outcome = TiedWinner and \n (s.outcome = SoreLoser or s.outcome = TiedLoser or s.outcome = TiedEarlyLoser) implies\n (#s.votes = #w.votes) or (#s.votes + #s.transfers = #w.votes + #w.transfers)\n}\n\n-- Scenario Validity Axioms\n\/\/ When there is a tied sore loser then there are no non-sore losers\nfact typeOfTiedLoser {\n no disj a,b: Candidate | a.outcome = TiedSoreLoser and \n (b.outcome = TiedLoser or b.outcome = TiedEarlyLoser or \n b.outcome=Loser or b.outcome=EarlyLoser)\n}\n\nfact tieBreaker {\n\tall w: Candidate | some l: Candidate | w.outcome = TiedWinner implies \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser)\n}\n\nfact validTieBreaker {\n\tall l: Candidate | some w: Candidate | \n (l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies \n w.outcome = TiedWinner and 0 < #w.votes + #w.transfers\n}\n\n\/\/ Compromise winner must have more votes than any tied winners\nfact compromiseNotTied {\n\tall disj c,t: Candidate | (c.outcome = CompromiseWinner and t.outcome = TiedWinner) implies\n\t\t#t.votes + #t.transfers < #c.votes + #c.transfers\n}\n\n\/\/ Equal losers are tied\nfact equalityofTiedWinnersAndLosers {\n\tall disj w,l: Candidate | w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers implies\n\t\t\tw.outcome = TiedWinner and 0 < #w.votes + #w.transfers and \n\t\t\t(l.outcome = TiedLoser or l.outcome = TiedEarlyLoser or l.outcome = TiedSoreLoser)\n}\n\n\/\/ Highest winner has a quota\nfact highestWinners {\n all c: Candidate | Election.method = STV and c.outcome = Winner implies \n\t\tScenario.quota <= #c.votes + #c.transfers\n}\n\n\/\/ Tied Winners and Tied Losers have an equal number of votes\nfact equalTies {\n\tall disj a,b: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser implies\n\t\t#a.votes = #b.votes and #a.transfers = #b.transfers\n}\n\n\/\/ Winners have more votes than non-tied losers\nfact winnersHaveVotes {\n\tall w,l: Candidate | w.outcome = Winner and \n (l.outcome = Loser or l.outcome = EarlyLoser or l.outcome = SoreLoser) implies \n ((#l.votes < #w.votes) or (#l.votes + #l.transfers < #w.votes + #w.transfers))\n}\n\n\/\/ All non-sore losers are above the threshold\nfact losersAboveThreshold {\n all c: Candidate | c.outcome = Loser implies (Scenario.threshold < #c.votes + #c.transfers)\n}\n\nfact earlyLosersAboveThreshold {\n all c: Candidate | c.outcome = EarlyLoser implies (Scenario.threshold < #c.votes + #c.transfers)\n}\n\nfact tiedLosersAboveThreshold {\n all c: Candidate | c.outcome = TiedLoser implies (Scenario.threshold < #c.votes + #c.transfers)\n}\n\nfact tiedEarlyLosersAboveThreshold {\n all c: Candidate | c.outcome = TiedEarlyLoser implies (Scenario.threshold < #c.votes + #c.transfers)\n}\n\n-- Basic Lemmas\nassert honestCount {\n\t all c: Candidate | all b: Ballot | b in c.votes + c.transfers implies c in b.assignees\n}\ncheck honestCount for 15 but 6 int\n\nassert atLeastOneLoser {\n\t0 < #Scenario.losers\n}\ncheck atLeastOneLoser for 15 but 6 int\n\nassert atLeastOneWinner {\n\t0 < #Scenario.winners\n}\ncheck atLeastOneWinner for 14 but 6 int\n\nassert plurality {\n\tall c: Candidate | all b: Ballot | b in c.votes and \n\t\tElection.method = Plurality implies c in b.preferences.first\n}\ncheck plurality for 18 but 6 int\n\nassert wellFormedTieBreaker {\n\tsome w,l : Candidate | (w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers) implies \n\t\tw.outcome = TiedWinner and \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome=TiedEarlyLoser)\n}\ncheck wellFormedTieBreaker for 18 but 6 int\n\nassert validSurplus {\n\tall c: Candidate | 0 < #c.surplus implies (c.outcome = Winner or c.outcome = QuotaWinner or \n\t\tc in Scenario.eliminated)\n}\ncheck validSurplus for 16 but 6 int\n\n-- Advanced Lemmas\n\/\/ No lost votes during counting\nassert accounting {\n\tall b: Ballot | some c: Candidate | b in c.votes and c in b.assignees\n}\ncheck accounting for 16 but 6 int\n\n\/\/ Cannot have tie breaker with both tied sore loser and non-sore loser\nassert tiedWinnerLoserTiedSoreLoser {\n\tno disj c,w,l: Candidate | c.outcome = TiedSoreLoser and\n\t w.outcome = TiedWinner and (l.outcome = Loser or l.outcome = TiedLoser)\n}\ncheck tiedWinnerLoserTiedSoreLoser for 6 int\n\n\/\/ Compromise winner must have at least one vote\nassert validCompromise {\n\tall c: Candidate | c.outcome = CompromiseWinner implies 0 < #c.votes + #c.transfers\n}\ncheck validCompromise for 6 int\n\n\/\/ Quota not more than the number of ballots cast\nassert maxQuota {\n Scenario.quota <= #Ballot\n}\ncheck maxQuota for 7 int\n\n\/\/ Quota winner needs transfers\nassert quotaWinnerNeedsTransfers {\n all c: Candidate | c.outcome = QuotaWinner implies 0 < #c.transfers\n}\ncheck quotaWinnerNeedsTransfers for 7 int\n\n\/\/ Sore losers below threshold\nassert soreLoserBelowThreshold {\n all c: Candidate | c.outcome = SoreLoser implies not (Scenario.threshold <= #c.votes + #c.transfers)\n}\ncheck soreLoserBelowThreshold for 10 but 6 int\n\n\/\/ Possible outcomes when under the threshold\nassert underThresholdOutcomes {\n all c: Candidate | (#c.votes + #c.transfers < Scenario.threshold) implies\n (c.outcome = SoreLoser or c.outcome = TiedSoreLoser or c.outcome = TiedWinner or\n c.outcome = CompromiseWinner)\n}\ncheck underThresholdOutcomes for 10 but 6 int\n\n-- Sample scenarios\npred TwoCandidatePlurality { \n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 2\n}\nrun TwoCandidatePlurality for 10 but 2 Ballot, 6 int\n\npred PluralityTiedWinner {\n\tElection.method = Plurality\n\tElection.seats = 1\n\tsome disj a,b: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser\n}\nrun PluralityTiedWinner for 10 but 2 Ballot, 6 int\n\npred ThreeCandidatePlurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 3\n}\nrun ThreeCandidatePlurality for 6 int\n\npred Plurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun Plurality for 5 but 6 int\n\npred TenCandidatePluralityWithTwoSeats {\n\tElection.method = Plurality\n\tElection.seats = 2\n\t#Election.candidates = 10\n}\nrun TenCandidatePluralityWithTwoSeats for 10 but 6 int\n\npred InstantRunoffVoting {\n\tElection.method = STV\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun InstantRunoffVoting for 10 but 6 int\n\npred STV3 {\n\tElection.method = STV\n\tElection.seats = 3\n}\nrun STV3 for 5 but 6 int\n\npred ThreeWinnersOneLoser {\n Election.method = STV\n\tsome disj a,b,d: Candidate | a.outcome = Winner\n \t and b.outcome = QuotaWinner or b.outcome = CompromiseWinner\n\t and d in Scenario.losers\n}\nrun ThreeWinnersOneLoser for 6 but 6 int\n\npred LoserAndEarlyLoser {\n\tone d: Candidate | d.outcome = Loser\n\tone e: Candidate | e.outcome = EarlyLoser\n}\nrun LoserAndEarlyLoser for 5 but 6 int\n\npred OneWinnerNineLosers {\n\t#Scenario.winners = 1\n\t#Scenario.losers = 9\n}\nrun OneWinnerNineLosers for 16 but 6 int\n\npred ThreeWayTie {\n\t#Election.candidates = 3\n Election.method = Plurality\n\tsome disj a,b,c: Candidate | a.outcome = TiedWinner and \n\t\tb.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser\n}\nrun ThreeWayTie for 5 but 6 int\n\npred FiveWayTie {\n\tsome disj a,b,c,d,e: Candidate | a.outcome = TiedWinner and\n\t b.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser and d.outcome = TiedLoser and e.outcome = TiedWinner\n}\nrun FiveWayTie for 7 but 6 int\n\npred ScenarioLWW {\n\tsome disj a,b,c: Candidate | a.outcome = Loser and b.outcome = Winner and \n\t\tc.outcome = Winner\n #Election.candidates = 3\n\tElection.method = STV\n 0 < #Ballot\n}\nrun ScenarioLWW for 7 but 7 int\n\npred LongBallot {\n\tsome b: Ballot | #b.preferences = 7\n}\nrun LongBallot for 7 but 6 int\n\npred MultipleBallotsUnderSTV {\n\tElection.method = STV\n\tsome disj a,b,c,d: Ballot | 1 < #a.preferences and 1 < #b.preferences \n\tand 0 < #c.preferences and 0 < #d.preferences and \n a.preferences.first = b.preferences.last\n}\nrun MultipleBallotsUnderSTV for 10 but 6 int\n\npred WinnerLoserEarlyLoser {\n\tsome a,b,c,d : Candidate | a.outcome = Winner and b.outcome = Loser and \n\t\tc.outcome = EarlyLoser and d.outcome = SoreLoser\n\tElection.method = STV\n}\nrun WinnerLoserEarlyLoser for 7 but 6 int\n\npred TiedScenario { \n some disj a,b: Candidate | a.outcome = TiedLoser and b.outcome = TiedWinner\n Election.method = STV\n #Election.candidates = 2\n #Election.seats = 1\n}\nrun TiedScenario for 7 but 6 int\n\npred NoTiesAndNoSoresScenarios {\n Election.method = STV\n #Election.candidates > 3\n #Ballot > 6\n no c: Candidate | c.outcome = TiedLoser or c.outcome = TiedWinner or\n c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser or c.outcome = SoreLoser\n}\nrun NoTiesAndNoSoresScenarios for 10 but 6 int\n\n-- Scenario tests\npred LW {\n some disj c0,c1: Candidate | c0.outcome = Loser and c1.outcome = Winner and \n Election.method = STV and 0 < #Ballot and #Election.candidates = 2\n}\nrun LW for 5 but 6 int\n\npred LQ {\n\tsome disj a,b: Candidate | a.outcome = Loser and b.outcome = QuotaWinner\n #Election.candidates = 2\n\tElection.method = STV\n 0 < #Ballot\n}\nrun LQ for 10 but 6 int\n\npred LQQ {\n\tsome disj a,b,c: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and\n c.outcome = QuotaWinner\n #Election.candidates = 3\n\tElection.method = STV\n 0 < #Ballot\n}\nrun LQQ for 10 but 6 int\n\npred LQW {\n\tsome disj a,b,c: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and \n\t\tc.outcome = Winner\n #Election.candidates = 3\n\tElection.method = STV\n 0 < #Ballot\n}\nrun LQW for 10 but 6 int\n\npred LQQW {\n\tsome disj a,b,c,d: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and \n\t\tc.outcome = Winner and d.outcome = QuotaWinner\n #Election.candidates = 4\n\tElection.method = STV\n 0 < #Ballot\n}\nrun LQQW for 10 but 6 int\n\npred SLQQW {\n\tsome disj a,b,c,d,e: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and \n\t\tc.outcome = Winner and d.outcome = QuotaWinner and e.outcome = SoreLoser\n #Election.candidates = 5\n\tElection.method = STV\n 0 < #Ballot\n}\nrun SLQQW for 10 but 6 int\n\n-- Version Control for changes to model\none sig Version {\n year, month, day : Int\n} {\n year = 11\n month = 01\n day = 18\n -- Dermot Cochran 2011-01-18\n}\n","old_contents":"-- (c) 2010-2011, Dermot Cochran, IT University of Copenhagen\n-- http:\/\/www.kindsoftware.com\/about\/people\/dc\n-- http:\/\/www.itu.dk\/people\/dero\n\nmodule Voting\n\nopen util\/integer\n\n-- An individual person standing for election\nsig Candidate {\n votes: \t\t\t set Ballot, \t-- First preference ballots assigned to this candidate\n\ttransfers: \t set Ballot, -- Ballots received by transfer from another candidate\n\tsurplus: \t\t set Ballot, \t-- Ballots given to another candidate (on election or elimination)\n\toutcome: \t\t Event\t\n} {\n\tno b: Ballot | b in votes & transfers\n\tall b: Ballot | b in votes + transfers implies this in b.assignees\n\tsurplus in votes + transfers\n\tElection.method = Plurality implies #surplus = 0 and #transfers = 0\n}\n\n-- A digital or paper artifact which accurately records the intentions of the voter\nsig Ballot {\n assignees: \t\tset Candidate, -- Candidates to which this ballot has been assigned\n preferences: \tseq Candidate -- Ranking of candidates\n} {\n\tassignees in preferences.elems\n not preferences.hasDups\n\tpreferences.elems in Election.candidates\n\tpreferences.first in assignees\n\tElection.method = Plurality implies #preferences = 1\n 0 < #preferences\n}\n\n-- An election result\none sig Scenario {\n \tlosers: \t\t\t\tset Candidate,\n \twinners: \t\t\tset Candidate,\n\teliminated: \t\tset Candidate, \t\t-- Candidates excluded under STV rules\n\tthreshold: \t\tInt, \t\t\t\t\t\t-- Minimum number of votes for a Loser or EarlyLoser\n\tquota: \t\t\t\tInt\t\t\t\t\t\t-- Minimum number of votes for a STV Winner or QuotaWinner\n}\n{\n \twinners + losers = Election.candidates\n \t#winners = Election.seats\n \tno c: Candidate | c in losers & winners\n \t0 < #losers\n \tall w: Candidate | all l: Candidate | l in losers and w in winners implies \n\t\t((#l.votes + #l.transfers <= #w.votes + #w.transfers) and (#l.votes <= #w.votes))\n\t0 <= threshold\n\tthreshold <= quota\n Election.method = STV implies (threshold = 1 + quota.div[4])\n\tElection.method = Plurality implies #eliminated = 0\n\teliminated in losers\n\tall c: Candidate | c in losers implies Election.method = Plurality \n or #c.votes + #c.transfers < quota\n}\n\n\/* \n\tThere are four winner-outcomes and six loser-outcomes:\n\n\tWinner: \t\t\t\t\t\t(W1) elected in the first round of counting either by quota or plurality,\n\tQuotaWinner: \t\t\t\t(W2) elected with transfers from another candidate (STV only),\n\tCompromiseWinner: \t(W3) elected on the last round of counting without quota (STV only),\n\tTiedWinner:\t\t\t\t\t(W4) elected by tie breaker,\n\tTiedLoser:\t\t\t\t\t(L1) loses only by tie breaker but reaches the threshold,\n\tLoser:\t\t\t \t\t\t\t(L2) defeated on last round but reaches the minimum threshold of votes,\n TiedEarlyLoser:\t\t\t(L3) reaches threshold but eliminated by tie breaker (STV only),\n\tEarlyLoser:\t\t\t\t\t(L4) reaches threshold but is eliminated before last round (STV only),\n\tTiedSoreLoser:\t\t\t\t(L5) loses only by tie breaker but does not reach threshold,\n\tSoreLoser: \t\t\t\t\t(L6) does not even reach the mimimum threshold of votes\n*\/\nenum Event {Winner, QuotaWinner, CompromiseWinner, TiedWinner, \n\tTiedLoser, Loser, TiedEarlyLoser, EarlyLoser, TiedSoreLoser, SoreLoser}\n\nenum Method {Plurality, STV}\n\n-- An Election Constituency\none sig Election {\n candidates: \tset Candidate,\n seats: \t\t\t\tInt,\n method: \t\t\tMethod,\n ballots:\t\t\tInt -- number of ballots cast\n}\n{\n \t0 < seats\n \tseats < #candidates\n \tall c: Candidate | c in candidates\n ballots = #Ballot\n Scenario.quota = 1 + ballots.div[seats+1]\n}\n\n-- Independent (or Fundamental) Axioms\nfact threshold {\n Election.method = Plurality implies Scenario.threshold = Election.ballots.div[20]\n}\n\nfact surplus {\n all c: Candidate | (c.outcome = Winner and Election.method = STV) implies\n Scenario.quota + #c.surplus = #c.votes \n}\n\nfact winnersWithoutTransfers {\n all c: Candidate | (c.outcome = Winner and Election.method = STV) implies #c.transfers = 0 \n}\n\nfact surplusFromTransfers {\n all c: Candidate | c.outcome = QuotaWinner implies ((surplus in transfers) and \n ((Scenario.quota + #c.surplus) = (#c.votes + #c.transfers)))\n}\n\nfact integrity {\n all c: Candidate | all b: Ballot | b in c.votes implies c in b.assignees\n}\n\nfact pluralityEvents {\n\tall c: Candidate | Election.method = Plurality implies\n\t\t(c.outcome = Loser or c.outcome = SoreLoser or c.outcome = Winner or \n\t\tc.outcome = TiedWinner or c.outcome = TiedLoser)\n}\n\nfact winnerSTV {\n\tall c: Candidate | (Election.method = STV and c.outcome = Winner) implies \n Scenario.quota <= #c.votes\n}\n\nfact transferWinnerWithQuota {\n\tall c: Candidate | (Election.method = STV and c.outcome = QuotaWinner) implies\n\t Scenario.quota <= #c.votes + #c.transfers\n}\n\nfact transferWinnerNotFirst {\n\tall c: Candidate | (Election.method = STV and c.outcome = QuotaWinner) implies\n\t\tnot Scenario.quota <= #c.votes\n}\n\nfact closeWinner {\n\tall c: Candidate | (c.outcome = CompromiseWinner or c.outcome = TiedWinner) implies\n\t\tnot (Scenario.quota <= #c.votes + #c.transfers) or Election.method = Plurality\n}\n\nfact soreLoser {\n\tall c: Candidate | (c.outcome = SoreLoser or c.outcome = TiedSoreLoser) implies \n\t\t(#c.votes + #c.transfers < Scenario.threshold)\n}\n\nfact loser {\n\tall c: Candidate | (c.outcome = Loser or c.outcome = TiedLoser) \n implies (c in Scenario.losers and c not in Scenario.eliminated)\n}\n\nfact earlyLoser {\n\tall c: Candidate | (c.outcome = EarlyLoser or c.outcome = TiedEarlyLoser) iff \n\t\t(c in Scenario.eliminated and not (#c.votes + #c.transfers < Scenario.threshold))\n}\n\nfact winners {\n\tall c: Candidate | c in Scenario.winners iff \n\t\t(c.outcome = Winner or c.outcome = QuotaWinner or c.outcome = CompromiseWinner or \n\t\tc.outcome = TiedWinner)\n}\n\nfact losers {\n\tall c: Candidate | c in Scenario.losers iff\n\t\t(c.outcome = Loser or c.outcome = EarlyLoser or c.outcome = SoreLoser or \n\t\tc.outcome = TiedLoser or c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser)\n}\n\n-- Non-Independent Axioms for Ballot Integrity\nfact transfers {\n\tall c: Candidate | 0 < #c.transfers implies Election.method = STV\n}\n\nfact onlyWinnersAndQuotaWinnersHaveSurplus {\n\tall c: Candidate | 0 < #c.surplus implies \n\t\t(c.outcome = Winner or c.outcome = QuotaWinner)\n}\n\nfact winnersNeedNoTransfers {\n\t\tall c: Candidate | c.outcome = Winner implies 0 = #c.transfers\n}\n\nfact firstPreference {\n\tall b: Ballot | all c: Candidate | b.preferences.first = c iff b in c.votes\n}\n\nfact sizeOfSurplus {\n\tall c: Candidate | (c in Scenario.winners and Election.method = STV and 0 < #c.surplus) implies \n\t\t(#c.surplus = #c.votes + #c.transfers - Scenario.quota)\n}\n\nfact transferToNextPreference {\n\tall b: Ballot | all disj donor,receiver: Candidate |\n\t\t(donor + receiver in b.assignees and\n\t\tb in receiver.transfers and b in donor.surplus) implies \n\t\t(b.preferences.idxOf[donor] < b.preferences.idxOf[receiver] and\n\t\treceiver in b.preferences.rest.elems)\n}\n\nfact pluralityWinner {\n\tall disj a, b: Candidate | (Election.method = Plurality and Election.seats = 1 and\n\t\ta.outcome = Winner) implies #b.votes <= #a.votes\n}\n\nfact transferToNextContinuingCandidate {\n\tall disj skipped, receiving: Candidate | all b: Ballot |\n\t\tb.preferences.idxOf[skipped] < b.preferences.idxOf[receiving] and\n\t\treceiving in b.assignees and (not skipped in b.assignees) implies\n\t\t(skipped in Scenario.eliminated or skipped.outcome = Winner or \n\t\tskipped.outcome = QuotaWinner)\n}\n\n\/\/ All ballot transfers are associated with the last candidate to receive the transfer\nfact ownership {\n\tall disj c,d: Candidate | all b: Ballot | b in c.transfers implies c in b.assignees and \n\t\t(d not in b.assignees or b.preferences.idxOf[d] < b.preferences.idxOf[c])\n}\n\n\/\/ Lowest candidate is eliminated first\nfact lowestElimination {\n\tall disj c,d: Candidate | c in Scenario.eliminated and d not in Scenario.eliminated implies\n\t\t#c.votes + #c.transfers <= #d.votes + #d.transfers\n}\n\n\/\/ All ties involve equality between at least one winner and at least one loser on either original votes or\n\/\/ on transfers plus original votes\nfact equalityOfTiedWinner {\n all w: Candidate | some l: Candidate | w.outcome = TiedWinner and \n\t \t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies\n\t\t(#l.votes = #w.votes) or (#l.votes + #l.transfers = #w.votes + #w.transfers)\n}\n\nfact equalityOfTiedLosers {\n all s: Candidate | some w: Candidate | w.outcome = TiedWinner and \n (s.outcome = SoreLoser or s.outcome = TiedLoser or s.outcome = TiedEarlyLoser) implies\n (#s.votes = #w.votes) or (#s.votes + #s.transfers = #w.votes + #w.transfers)\n}\n\n-- Scenario Validity Axioms\n\/\/ When there is a tied sore loser then there are no non-sore losers\nfact typeOfTiedLoser {\n no disj a,b: Candidate | a.outcome = TiedSoreLoser and \n (b.outcome = TiedLoser or b.outcome = TiedEarlyLoser or \n b.outcome=Loser or b.outcome=EarlyLoser)\n}\n\nfact tieBreaker {\n\tall w: Candidate | some l: Candidate | w.outcome = TiedWinner implies \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser)\n}\n\nfact validTieBreaker {\n\tall l: Candidate | some w: Candidate | \n (l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies \n w.outcome = TiedWinner and 0 < #w.votes + #w.transfers\n}\n\n\/\/ Compromise winner must have more votes than any tied winners\nfact compromiseNotTied {\n\tall disj c,t: Candidate | (c.outcome = CompromiseWinner and t.outcome = TiedWinner) implies\n\t\t#t.votes + #t.transfers < #c.votes + #c.transfers\n}\n\n\/\/ Equal losers are tied\nfact equalityofTiedWinnersAndLosers {\n\tall disj w,l: Candidate | w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers implies\n\t\t\tw.outcome = TiedWinner and 0 < #w.votes + #w.transfers and \n\t\t\t(l.outcome = TiedLoser or l.outcome = TiedEarlyLoser or l.outcome = TiedSoreLoser)\n}\n\n\/\/ Highest winner has a quota\nfact highestWinners {\n all c: Candidate | Election.method = STV and c.outcome = Winner implies \n\t\tScenario.quota <= #c.votes + #c.transfers\n}\n\n\/\/ Tied Winners and Tied Losers have an equal number of votes\nfact equalTies {\n\tall disj a,b: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser implies\n\t\t#a.votes = #b.votes and #a.transfers = #b.transfers\n}\n\n\/\/ Winners have more votes than non-tied losers\nfact winnersHaveVotes {\n\tall w,l: Candidate | w.outcome = Winner and \n (l.outcome = Loser or l.outcome = EarlyLoser or l.outcome = SoreLoser) implies \n ((#l.votes < #w.votes) or (#l.votes + #l.transfers < #w.votes + #w.transfers))\n}\n\n\/\/ All non-sore losers are above the threshold\nfact losersAboveThreshold {\n all c: Candidate | c.outcome = Loser implies (Scenario.threshold < #c.votes + #c.transfers)\n}\n\nfact earlyLosersAboveThreshold {\n all c: Candidate | c.outcome = EarlyLoser implies (Scenario.threshold < #c.votes + #c.transfers)\n}\n\nfact tiedLosersAboveThreshold {\n all c: Candidate | c.outcome = TiedLoser implies (Scenario.threshold < #c.votes + #c.transfers)\n}\n\nfact tiedEarlyLosersAboveThreshold {\n all c: Candidate | c.outcome = TiedEarlyLoser implies (Scenario.threshold < #c.votes + #c.transfers)\n}\n\n-- Basic Lemmas\nassert honestCount {\n\t all c: Candidate | all b: Ballot | b in c.votes + c.transfers implies c in b.assignees\n}\ncheck honestCount for 15 but 6 int\n\nassert atLeastOneLoser {\n\t0 < #Scenario.losers\n}\ncheck atLeastOneLoser for 15 but 6 int\n\nassert atLeastOneWinner {\n\t0 < #Scenario.winners\n}\ncheck atLeastOneWinner for 14 but 6 int\n\nassert plurality {\n\tall c: Candidate | all b: Ballot | b in c.votes and \n\t\tElection.method = Plurality implies c in b.preferences.first\n}\ncheck plurality for 18 but 6 int\n\nassert wellFormedTieBreaker {\n\tsome w,l : Candidate | (w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers) implies \n\t\tw.outcome = TiedWinner and \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome=TiedEarlyLoser)\n}\ncheck wellFormedTieBreaker for 18 but 6 int\n\nassert validSurplus {\n\tall c: Candidate | 0 < #c.surplus implies (c.outcome = Winner or c.outcome = QuotaWinner or \n\t\tc in Scenario.eliminated)\n}\ncheck validSurplus for 16 but 6 int\n\n-- Advanced Lemmas\n\/\/ No lost votes during counting\nassert accounting {\n\tall b: Ballot | some c: Candidate | b in c.votes and c in b.assignees\n}\ncheck accounting for 16 but 6 int\n\n\/\/ Cannot have tie breaker with both tied sore loser and non-sore loser\nassert tiedWinnerLoserTiedSoreLoser {\n\tno disj c,w,l: Candidate | c.outcome = TiedSoreLoser and\n\t w.outcome = TiedWinner and (l.outcome = Loser or l.outcome = TiedLoser)\n}\ncheck tiedWinnerLoserTiedSoreLoser for 6 int\n\n\/\/ Compromise winner must have at least one vote\nassert validCompromise {\n\tall c: Candidate | c.outcome = CompromiseWinner implies 0 < #c.votes + #c.transfers\n}\ncheck validCompromise for 6 int\n\n\/\/ Quota not more than the number of ballots cast\nassert maxQuota {\n Scenario.quota <= #Ballot\n}\ncheck maxQuota for 7 int\n\n\/\/ Quota winner needs transfers\nassert quotaWinnerNeedsTransfers {\n all c: Candidate | c.outcome = QuotaWinner implies 0 < #c.transfers\n}\ncheck quotaWinnerNeedsTransfers for 7 int\n\n\/\/ Sore losers below threshold\nassert soreLoserBelowThreshold {\n all c: Candidate | c.outcome = SoreLoser implies not (Scenario.threshold <= #c.votes + #c.transfers)\n}\ncheck soreLoserBelowThreshold for 10 but 6 int\n\n\/\/ Possible outcomes when under the threshold\nassert underThresholdOutcomes {\n all c: Candidate | (#c.votes + #c.transfers < Scenario.threshold) implies\n (c.outcome = SoreLoser or c.outcome = TiedSoreLoser or c.outcome = TiedWinner or\n c.outcome = CompromiseWinner)\n}\ncheck underThresholdOutcomes for 10 but 6 int\n\n-- Sample scenarios\npred TwoCandidatePlurality { \n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 2\n}\nrun TwoCandidatePlurality for 10 but 2 Ballot, 6 int\n\npred PluralityTiedWinner {\n\tElection.method = Plurality\n\tElection.seats = 1\n\tsome disj a,b: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser\n}\nrun PluralityTiedWinner for 10 but 2 Ballot, 6 int\n\npred ThreeCandidatePlurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 3\n}\nrun ThreeCandidatePlurality for 6 int\n\npred Plurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun Plurality for 5 but 6 int\n\npred TenCandidatePluralityWithTwoSeats {\n\tElection.method = Plurality\n\tElection.seats = 2\n\t#Election.candidates = 10\n}\nrun TenCandidatePluralityWithTwoSeats for 10 but 6 int\n\npred InstantRunoffVoting {\n\tElection.method = STV\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun InstantRunoffVoting for 10 but 6 int\n\npred STV3 {\n\tElection.method = STV\n\tElection.seats = 3\n}\nrun STV3 for 5 but 6 int\n\npred ThreeWinnersOneLoser {\n Election.method = STV\n\tsome disj a,b,d: Candidate | a.outcome = Winner\n \t and b.outcome = QuotaWinner or b.outcome = CompromiseWinner\n\t and d in Scenario.losers\n}\nrun ThreeWinnersOneLoser for 6 but 6 int\n\npred LoserAndEarlyLoser {\n\tone d: Candidate | d.outcome = Loser\n\tone e: Candidate | e.outcome = EarlyLoser\n}\nrun LoserAndEarlyLoser for 5 but 6 int\n\npred OneWinnerNineLosers {\n\t#Scenario.winners = 1\n\t#Scenario.losers = 9\n}\nrun OneWinnerNineLosers for 16 but 6 int\n\npred ThreeWayTie {\n\t#Election.candidates = 3\n Election.method = Plurality\n\tsome disj a,b,c: Candidate | a.outcome = TiedWinner and \n\t\tb.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser\n}\nrun ThreeWayTie for 5 but 6 int\n\npred FiveWayTie {\n\tsome disj a,b,c,d,e: Candidate | a.outcome = TiedWinner and\n\t b.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser and d.outcome = TiedLoser and e.outcome = TiedWinner\n}\nrun FiveWayTie for 7 but 6 int\n\npred ScenarioLWW {\n\tsome disj a,b,c: Candidate | a.outcome = Loser and b.outcome = Winner and \n\t\tc.outcome = Winner\n #Election.candidates = 3\n\tElection.method = STV\n 0 < #Ballot\n}\nrun ScenarioLWW for 7 but 7 int\n\npred LongBallot {\n\tsome b: Ballot | #b.preferences = 7\n}\nrun LongBallot for 7 but 6 int\n\npred MultipleBallotsUnderSTV {\n\tElection.method = STV\n\tsome disj a,b,c,d: Ballot | 1 < #a.preferences and 1 < #b.preferences \n\tand 0 < #c.preferences and 0 < #d.preferences and \n a.preferences.first = b.preferences.last\n}\nrun MultipleBallotsUnderSTV for 10 but 6 int\n\npred WinnerLoserEarlyLoser {\n\tsome a,b,c,d : Candidate | a.outcome = Winner and b.outcome = Loser and \n\t\tc.outcome = EarlyLoser and d.outcome = SoreLoser\n\tElection.method = STV\n}\nrun WinnerLoserEarlyLoser for 7 but 6 int\n\npred TiedScenario { \n some disj a,b: Candidate | a.outcome = TiedLoser and b.outcome = TiedWinner\n Election.method = STV\n #Election.candidates = 2\n #Election.seats = 1\n}\nrun TiedScenario for 7 but 6 int\n\npred NoTiesAndNoSoresScenarios {\n Election.method = STV\n #Election.candidates > 3\n #Ballot > 6\n no c: Candidate | c.outcome = TiedLoser or c.outcome = TiedWinner or\n c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser or c.outcome = SoreLoser\n}\nrun NoTiesAndNoSoresScenarios for 10 but 6 int\n\n-- Scenario tests\npred LW {\n some disj c0,c1: Candidate | c0.outcome = Winner and c1.outcome = Loser and \n\tElection.method = STV and #Election.candidates = 2 and #Election.seats = 1 and\n (Scenario.threshold < #c1.votes + #c1.transfers)\n}\nrun LW for 10 but 6 int\n\npred LQ {\n\tsome disj a,b: Candidate | a.outcome = Loser and b.outcome = QuotaWinner\n #Election.candidates = 2\n\tElection.method = STV\n 0 < #Ballot\n}\nrun LQ for 10 but 6 int\n\npred LQQ {\n\tsome disj a,b,c: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and\n c.outcome = QuotaWinner\n #Election.candidates = 3\n\tElection.method = STV\n 0 < #Ballot\n}\nrun LQQ for 10 but 6 int\n\npred LQW {\n\tsome disj a,b,c: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and \n\t\tc.outcome = Winner\n #Election.candidates = 3\n\tElection.method = STV\n 0 < #Ballot\n}\nrun LQW for 10 but 6 int\n\npred LQQW {\n\tsome disj a,b,c,d: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and \n\t\tc.outcome = Winner and d.outcome = QuotaWinner\n #Election.candidates = 4\n\tElection.method = STV\n 0 < #Ballot\n}\nrun LQQW for 10 but 6 int\n\npred SLQQW {\n\tsome disj a,b,c,d,e: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and \n\t\tc.outcome = Winner and d.outcome = QuotaWinner and e.outcome = SoreLoser\n #Election.candidates = 5\n\tElection.method = STV\n 0 < #Ballot\n}\nrun SLQQW for 10 but 6 int\n\n-- Version Control for changes to model\none sig Version {\n year, month, day : Int\n} {\n year = 11\n month = 01\n day = 18\n -- Dermot Cochran 2011-01-18\n}\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"e4da5cad5d3f7878bb65ab8b9704c9ab4a8951c0","subject":"mappings: remove unused experiment","message":"mappings: remove unused experiment\n","repos":"johnwickerson\/memalloy,johnwickerson\/memalloy,johnwickerson\/memalloy","old_file":"mappings\/c11_x86a.als","new_file":"mappings\/c11_x86a.als","new_contents":"","old_contents":"open ..\/archs\/exec_C[SE] as SW\nopen ..\/archs\/exec_x86[HE] as HW\n\n\/*\nA C11-to-x86 mapping that implements SC atomics using \natomic hardware events. Currently broken.\n*\/\n\nmodule c11_x86a[SE,HE]\n\nfun myfr_init [X:HW\/Exec_X86] : HE->HE {\n ((stor[X.R]) - ((~(X.rf)) . (X.rf))) . (X.sloc) . (stor[X.W])\n}\n\nfun myfr [X:HW\/Exec_X86] : HE->HE {\n (((myfr_init[X]) + ((~(X.rf)) . (X.co))) - iden)\n}\n\npred apply_map[X:SW\/Exec_C, X':HW\/Exec_X86, map:SE->HE] {\n\n \/\/ two SW events cannot be compiled to a single HW event\n map in X.EV lone -> X'.EV\n \n \/\/ HW reads\/writes cannot be invented by the compiler\n all e : X'.(R+W) | one e.~map\n\n \/\/ SW reads\/writes cannot be discarded by the compiler\n all e : X.(R+W) | some e.map\n\n \/\/ a read compiles to a single non-locked read\n all e : X.(R - W) {\n one e.map\n e.map in X'.R - (X'.atom).univ\n }\n \n \/\/ a non-SC write compiles to a single non-locked write\n all e : X.((W - R) - SC) {\n one e.map\n e.map in X'.W - univ.(X'.atom)\n }\n\n \/\/ an SC write compiles to an RMW\n all e : X.((W - R) & SC) | some disj e1,e2 : X'.EV {\n e.map = e1 + e2\n e1 in X'.R\n e2 in X'.W\n (e1 -> e2) in X'.atom & imm[X'.sb]\n\n \/\/ read does not observe a too-late value\n (e2 -> e1) not in ((X'.co) . (X'.rf))\n\n \/\/ read does not observe a too-early value\n (e1 -> e2) not in ((myfr[X']) . (X'.co))\n }\n\n \/\/ RMWs compile to locked RMWs\n all e : X.(R & W) | some disj e1, e2 : X'.EV {\n e.map = e1 + e2\n e1 in X'.R\n e2 in X'.W\n (e1 -> e2) in X'.atom & imm[X'.sb]\n }\n\n \/\/ SC fences compile to full fences\n all e : X.(F & SC) {\n (X.sb) . (stor[e]) . (X.sb) = map . (mfence[none->none,X']) . ~map\n }\n \n \/\/ sb edges are preserved (but more may be introduced)\n X.sb in map . (X'.sb) . ~map\n \n \/\/ rf edges (except those entering the RMWs induced\n \/\/ by SC writes) are preserved\n let newR = X'.R & map[X.((W - R) & SC)] |\n X'.rf - (X'.EV -> newR) = ~map . (X.rf) . map\n\n \/\/ the mapping preserves co\n X.co = map . (X'.co) . ~map\n\n \/\/ the mapping preserves address dependencies\n X.ad = map . (X'.ad) . ~map\n\n \/\/ the mapping preserves data dependencies\n X.dd = map . (X'.dd) . ~map\n\n \/\/ the mapping preserves locations\n X.sloc = map . (X'.sloc) . ~map\n \n \/\/ the mapping preserves control dependencies\n X.cd in map . (X'.cd) . ~map\n\n \/\/ the mapping preserves threads\n X.sthd = map . (X'.sthd) . ~map\n\n \/\/ the mapping preserves transactions\n X.stxn = map . (X'.stxn) . ~map\n X.ftxn = map . (X'.ftxn) . ~map\n\n}\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"dc1ed97f5a27b1f74041b873b2274da1f057607a","subject":"Optimised encoding of the vote fragment table","message":"Optimised encoding of the vote fragment table\n","repos":"GaloisInc\/Votail,GaloisInc\/Votail,GaloisInc\/Votail","old_file":"models\/Voting.als","new_file":"models\/Voting.als","new_contents":"-- (c) 2010, Dermot Cochran, IT University of Copenhagen\n-- http:\/\/www.kindsoftware.com\/about\/people\/dc\n-- http:\/\/www.itu.dk\/people\/dero\n\nmodule Voting\n\nopen util\/integer\n\n-- A person standing for election\nsig Candidate {\n identifier: Int, -- Unique identifier for this candidate\n \tvotes: \t\tset Ballot, \t-- First preference ballots assigned to this candidate\n\ttransfers: set Ballot, \t-- Ballots received by transfer from another candidate\n\tsurplus: \tset Ballot, \t-- Ballots given to another candidate (on election or elimination)\n\toutcome: \tEvent\t\n} {\n\tno b: Ballot | b in votes & transfers\n\tall b: Ballot | b in votes + transfers => this in b.assignees\n\tsurplus in votes + transfers\n\tElection.method = Plurality implies #surplus = 0 and #transfers = 0\n 0 < identifier\n}\n\n-- A digital or paper artifact which accurately records the intentions of the voter\nsig Ballot {\n identifier:\t\tInt,\t\t\t\t\t-- Unique identifier for this ballot\n assignees: \t\tset Candidate, -- Candidates to which this ballot has been assigned\n preferences: \tseq Candidate,\n top:\t\t\t\tInt, \t\t\t\t\t-- Unique identifier of first preference candidate\n length:\t\t\tInt \t\t\t\t\t-- Number of preferences expressed on ballot\n} {\n\tassignees in preferences.elems\n not preferences.hasDups\n\tpreferences.elems in Election.candidates\n\tpreferences.first in assignees\n\tElection.method = Plurality implies length = 1\n\ttop = preferences.first.identifier\n length = #preferences\n 0 < length\n 0 < identifier\n some v: Vote | v.ballot = identifier and v.candidate = top and v.ranking = 1\n}\n\n-- Table of fragments of Votes used for encoding of results\nsig Vote {\n\tballot:\tInt,\t\t\t-- Ballot identifier\n candidate: Int,\t\t-- Candidate identifier\n ranking: Int\t\t\t-- Ranking of candidate on ballot paper\n} {\n\t0 < ranking and ranking <= #Election.candidates\n some b: Ballot | b.identifier = ballot and ranking <= b.length\n some c: Candidate | c.identifier = candidate\n}\n\n-- An election result\none sig Scenario {\n \tlosers: \t\t\t\t\tset Candidate,\n \twinners: \t\t\t\tset Candidate,\n\teliminated: \t\t\tset Candidate, \t\t-- Candidates excluded under STV rules\n\tthreshold: \t\t\tInt, \t\t\t\t\t\t-- Minimum number of votes for a Loser or EarlyLoser\n\tquota: \t\t\t\t\tInt\t\t\t\t\t\t-- Minimum number of votes for a STV Winner or QuotaWinner\n}\n{\n \twinners + losers = Election.candidates\n \t#winners = Election.seats\n \tno c: Candidate | c in losers & winners\n \t0 < #losers\n \tall w: Candidate | all l: Candidate | l in losers and w in winners implies \n\t\t#l.votes + #l.transfers <= #w.votes + #w.transfers\n\t0 <= threshold\n\tthreshold < quota\n\tElection.method = Plurality implies #eliminated = 0\n\teliminated in losers\n\tall c: Candidate | c in losers implies Election.method = Plurality or #c.votes + #c.transfers < quota\n}\n\n\/* \n\tThere are four winner-outcomes and six loser-outcomes:\n\n\tWinner: \t\t\t\t\t\t(W1) elected in the first round of counting either by quota or plurality,\n\tQuotaWinner: \t\t\t\t(W2) elected with transfers from another candidate (STV only),\n\tCompromiseWinner: \t(W3) elected on the last round of counting without quota (STV only),\n\tTiedWinner:\t\t\t\t\t(W4) elected by tie breaker,\n\tTiedLoser:\t\t\t\t\t(L1) loses only by tie breaker but reaches the threshold,\n\tLoser:\t\t\t \t\t\t\t(L2) defeated on last round but reaches the minimum threshold of votes,\n TiedEarlyLoser:\t\t\t(L3) reaches threshold but eliminated by tie breaker (STV only),\n\tEarlyLoser:\t\t\t\t\t(L4) reaches threshold but is eliminated before last round (STV only),\n\tTiedSoreLoser:\t\t\t\t(L5) loses only by tie breaker but does not reach threshold,\n\tSoreLoser: \t\t\t\t\t(L6) does not even reach the mimimum threshold of votes\n*\/\nenum Event {Winner, QuotaWinner, CompromiseWinner, TiedWinner, \n\tTiedLoser, Loser, TiedEarlyLoser, EarlyLoser, TiedSoreLoser, SoreLoser}\n\nenum Method {Plurality, STV}\n\n-- A collection of ballots cast in an election\none sig BallotBox {\n\tballots: set Ballot\n} {\n 0 < #ballots\n\tall b: Ballot | b in ballots\n}\n\n-- An Election Constituency\none sig Election {\n candidates: \tset Candidate,\n seats: \t\t\t\tInt,\n method: \t\t\tMethod\n}\n{\n \t0 < seats\n \tseats < #candidates\n \tall c: Candidate | c in candidates\n}\n\n-- Independent (or Fundamental) Axioms\n\nfact uniqueCandidateID {\n no disj a,b: Candidate | a.identifier = b.identifier\n}\n\nfact uniqueBallotID {\n no disj a,b: Ballot | a.identifier = b.identifier\n}\n\nfact nonDuplicationOfVotes {\n no disj a,b: Vote | a.ballot = b.ballot and a.candidate = b.candidate\n}\n\nfact integrity {\n all c: Candidate | all b: Ballot | b in c.votes implies c in b.assignees\n}\n\nfact pluralityEvents {\n\tall c: Candidate | Election.method = Plurality implies\n\t\t(c.outcome = Loser or c.outcome = SoreLoser or c.outcome = Winner or \n\t\tc.outcome = TiedWinner or c.outcome = TiedLoser)\n}\n\nfact wellFormedQuota {\n\tElection.method = STV implies \n\t\t#BallotBox.ballots < Scenario.quota.mul[Election.seats+1] and\n\t\tScenario.quota.mul[Election.seats] <= #BallotBox.ballots \n}\n\nfact wellFormedThreshold {\n\t#BallotBox.ballots <= Scenario.threshold.mul[20] or \n\tElection.method = STV implies Scenario.quota <= Scenario.threshold.mul[4]\n}\n\nfact noStrayBallots {\n\tall b: Ballot | b in BallotBox.ballots\n}\n\nfact winnerSTV {\n\tall c: Candidate | Election.method = STV implies (\n\t\tc.outcome = Winner iff Scenario.quota <= #c.votes)\n}\n\nfact transferWinner {\n\tall c: Candidate | c.outcome = QuotaWinner iff \n\t\t#c.votes < Scenario.quota and Scenario.quota <= #c.votes + #c.transfers \n}\n\nfact closeWinner {\n\tall c: Candidate | c.outcome = CompromiseWinner or c.outcome = TiedWinner iff \n\t\tc in Scenario.winners and #c.votes + #c.transfers < Scenario.quota\n}\n\nfact soreLoser {\n\tall c: Candidate | (c.outcome = SoreLoser or c.outcome = TiedSoreLoser) iff \n\t\t#c.votes + #c.transfers < Scenario.threshold\n}\n\nfact loser {\n\tall c: Candidate | (c.outcome = Loser or c.outcome = TiedLoser or c.outcome = TiedSoreLoser) iff \n\t\tc in Scenario.losers - Scenario.eliminated\n}\n\nfact earlyLoser {\n\tall c: Candidate | c.outcome = EarlyLoser or c.outcome = TiedEarlyLoser iff \n\t\t(c in Scenario.losers & Scenario.eliminated and Scenario.threshold <= #c.votes + #c.transfers)\n}\n\nfact winners {\n\tall c: Candidate | c in Scenario.winners iff \n\t\tc.outcome = Winner or c.outcome = QuotaWinner or c.outcome = CompromiseWinner or \n\t\tc.outcome = TiedWinner\n}\n\nfact losers {\n\tall c: Candidate | c in Scenario.losers iff\n\t\t(c.outcome = Loser or c.outcome = EarlyLoser or c.outcome = SoreLoser or \n\t\tc.outcome = TiedLoser or c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser)\n}\n\n-- Non-Independent Axioms for Ballot Integrity\nfact transfers {\n\tall c: Candidate | 0 < #c.transfers implies Election.method = STV\n}\n\nfact onlyWinnersAndQuotaWinnersHaveSurplus {\n\tall c: Candidate | 0 < #c.surplus implies \n\t\tc.outcome = Winner or c.outcome = QuotaWinner\n}\n\nfact winnersNeedNoTransfers {\n\t\tall c: Candidate | c.outcome = Winner implies 0 = #c.transfers\n}\n\nfact firstPreference {\n\tall b: Ballot | all c: Candidate | b.preferences.first = c iff b in c.votes\n}\n\nfact sizeOfSurplus {\n\tall c: Candidate | (c in Scenario.winners and Election.method = STV and 0 < #c.surplus) implies \n\t\t#c.surplus = #c.votes + #c.transfers - Scenario.quota\n}\n\nfact transferToNextPreference {\n\tall b: Ballot | all disj donor,receiver: Candidate |\n\t\t(donor + receiver in b.assignees and\n\t\tb in receiver.transfers and b in donor.surplus implies \n\t\tb.preferences.idxOf[donor] < b.preferences.idxOf[receiver] and\n\t\treceiver in b.preferences.rest.elems)\n}\n\nfact pluralityWinner {\n\tall disj a, b: Candidate | (Election.method = Plurality and Election.seats = 1) and\n\t\ta.outcome = Winner implies #b.votes <= #a.votes\n}\n\nfact transferToNextContinuingCandidate {\n\tall disj skipped, receiving: Candidate | all b: Ballot |\n\t\tb.preferences.idxOf[skipped] < b.preferences.idxOf[receiving] and\n\t\treceiving in b.assignees and (not skipped in b.assignees) implies\n\t\t(skipped in Scenario.eliminated or skipped.outcome = Winner or \n\t\tskipped.outcome = QuotaWinner)\n}\n\n\/\/ All ballots transfers are associated with the last candidate to receive the transfer\nfact ownership {\n\tall disj c,d: Candidate | all b: Ballot | b in c.transfers implies c in b.assignees and \n\t\t(d not in b.assignees or b.preferences.idxOf[d] < b.preferences.idxOf[c])\n}\n\n\/\/ Lowest candidate is eliminated first\nfact lowestElimination {\n\tall disj c,d: Candidate | c in Scenario.eliminated and d not in Scenario.eliminated implies\n\t\t#c.votes + #c.transfers <= #d.votes + #d.transfers\n}\n\n\/\/ All ties involve equality between at least one winner and at least one loser on either original votes or\n\/\/ on transfers plus original votes\nfact equalityOfTiedWinner {\n all w: Candidate | some l: Candidate | w.outcome = TiedWinner and \n\t \t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies\n\t\t(#l.votes = #w.votes) or (#l.votes + #l.transfers = #w.votes + #w.transfers)\n}\n\nfact equalityOfTiedLosers {\n all s: Candidate | some w: Candidate | w.outcome = TiedWinner and \n (s.outcome = SoreLoser or s.outcome = TiedLoser or s.outcome = TiedEarlyLoser) implies\n (#s.votes = #w.votes) or (#s.votes + #s.transfers = #w.votes + #w.transfers)\n}\n\n\/\/ Ranking of votes on ballots\nfact firstPreference {\n\tall v: Vote | some b: Ballot | v.ballot = b.identifier and\n\t\tv.ranking = 1 implies b.top = v.candidate\n}\n\nfact rankingOfVotes {\n \tall v: Vote | some b: Ballot | some c: Candidate | Election.method = STV and\n\t\tv.ballot = b.identifier and v.candidate = c.identifier implies\n\t c in b.preferences.elems and v.ranking = b.preferences.idxOf[c]\n}\n\n-- Scenario Validity Axioms\n\/\/ When there is a tied sore loser then there are no non-sore losers\nfact typeOfTiedLoser {\n no disj a,b: Candidate | a.outcome = TiedSoreLoser and \n (b.outcome = TiedLoser or b.outcome = TiedEarlyLoser or \n b.outcome=Loser or b.outcome=EarlyLoser)\n}\n\nfact tieBreaker {\n\tall w: Candidate | some l: Candidate | w.outcome = TiedWinner implies \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser)\n}\n\nfact validTieBreaker {\n\tall l: Candidate | some w: Candidate | \n (l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies \n w.outcome = TiedWinner\n}\n\n-- Basic Lemmas\nassert honestCount {\n\t all c: Candidate | all b: Ballot | b in c.votes + c.transfers implies c in b.assignees\n}\ncheck honestCount for 15 but 6 int\n\nassert atLeastOneLoser {\n\t0 < #Scenario.losers\n}\ncheck atLeastOneLoser for 15 but 6 int\n\nassert atLeastOneWinner {\n\t0 < #Scenario.winners\n}\ncheck atLeastOneWinner for 14 but 6 int\n\nassert wellFormednessOfBallots {\n\tall b: Ballot | b.assignees in Election.candidates\n}\ncheck wellFormednessOfBallots for 18 but 6 int\n\nassert wellFormedBallotBox {\n\t\t#BallotBox.ballots = sum (#Election.candidates.votes) \n}\ncheck wellFormedBallotBox for 14 but 6 int\n\nassert plurality {\n\tall c: Candidate | all b: Ballot | b in c.votes and \n\t\tElection.method = Plurality implies c in b.preferences.first\n}\ncheck plurality for 18 but 6 int\n\nassert wellFormedTieBreaker {\n\tsome w,l : Candidate | (w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers) implies \n\t\tw.outcome = TiedWinner and \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome=TiedEarlyLoser)\n}\ncheck wellFormedTieBreaker for 18 but 6 int\n\nassert validSurplus {\n\tall c: Candidate | 0 < #c.surplus implies (c.outcome = Winner or c.outcome = QuotaWinner or \n\t\tc in Scenario.eliminated)\n}\ncheck validSurplus for 16 but 6 int\n\n-- Advanced Lemmas\n\/\/ No lost votes during counting\nassert accounting {\n\tall b: Ballot | one c: Candidate | b in c.votes and c in b.assignees\n}\ncheck accounting for 16 but 6 int\n\n\/\/ No ballots created or destroyed during counting\nassert immutability {\n\tall c: Candidate | c.votes + c.transfers in BallotBox.ballots and c.surplus in BallotBox.ballots\n}\ncheck immutability for 16 but 6 int\n\n\/\/ Cannot have tie breaker with both tied sore loser and non-sore loser\nassert tiedWinnerLoserTiedSoreLoser {\n\tno disj c,w,l: Candidate | c.outcome = TiedSoreLoser and\n\t w.outcome = TiedWinner and (l.outcome = Loser or l.outcome = TiedLoser)\n}\ncheck tiedWinnerLoserTiedSoreLoser for 6 int\n\n\/\/ Well formed ranking of candidates in ballots\nassert wellFormedRanking {\n\tno disj v,w: Vote | v.ballot = w.ballot and Election.method = STV \n\t\timplies v.candidate = w.candidate\n}\ncheck wellFormedRanking for 6 but 6 int\n\n-- Sample scenarios\npred TwoCandidatePlurality { \n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 2\n}\nrun TwoCandidatePlurality for 10 but 1 Ballot, 6 int\n\npred PluralityTiedWinner {\n\tElection.method = Plurality\n\tElection.seats = 1\n\tsome disj a,b: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser\n}\nrun PluralityTiedWinner for 10 but 2 Ballot, 6 int\n\npred ThreeCandidatePlurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 3\n}\nrun ThreeCandidatePlurality for 6 int\n\npred Plurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun Plurality for 5 but 6 int\n\npred TenCandidatePluralityWithTwoSeats {\n\tElection.method = Plurality\n\tElection.seats = 2\n\t#Election.candidates = 10\n}\nrun TenCandidatePluralityWithTwoSeats for 10 but 6 int\n\npred InstantRunoffVoting {\n\tElection.method = STV\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun InstantRunoffVoting for 10 but 6 int\n\npred STV3 {\n\tElection.method = STV\n\tElection.seats = 3\n}\nrun STV3 for 5 but 6 int\n\npred ThreeWinnersOneLoser {\n\tsome a: Candidate | a.outcome = Winner\n \tsome b: Candidate | b.outcome = QuotaWinner\n\tsome c: Candidate | c.outcome = CompromiseWinner\n\tsome d: Candidate | d in Scenario.losers\n}\nrun ThreeWinnersOneLoser for 8 but 6 int\n\npred LoserAndEarlyLoser {\n\tone d: Candidate | d.outcome = Loser\n\tone e: Candidate | e.outcome = EarlyLoser\n}\nrun LoserAndEarlyLoser for 5 but 6 int\n\npred OneWinnerNineLosers {\n\t#Scenario.winners = 1\n\t#Scenario.losers = 9\n}\nrun OneWinnerNineLosers for 16 but 6 int\n\npred ThreeWayTie {\n\tsome disj a,b,c: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser\n}\nrun ThreeWayTie for 5 but 6 int\n\npred FiveWayTie {\n\tsome disj a,b,c,d,e: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser and d.outcome = TiedLoser and e.outcome = TiedWinner\n}\nrun FiveWayTie for 7 but 6 int\n\npred TwentyCandidates {\n\t#Election.candidates = 20\n\tsome c: Candidate | 0 < #c.votes and c in Scenario.losers\n}\nrun TwentyCandidates for 20 but 6 int\n\npred Outcomes {\n \tsome disj a,b,c0,d,e,f,g,h,i: Candidate | \n\t\t(a.outcome = Winner and b.outcome = QuotaWinner and \n\t\tc0.outcome = CompromiseWinner and d.outcome = Loser and\n\t\te.outcome = EarlyLoser and f.outcome = SoreLoser and\n\t\tg.outcome = TiedWinner and h.outcome = TiedLoser and i.outcome = TiedEarlyLoser)\n}\nrun Outcomes for 10 but 6 int\n\npred TenDifferentBallots {\n\t#BallotBox.ballots = 10\n\tno disj a,b: Ballot | a.preferences.first = b.preferences.first and #a.preferences = #b.preferences and\n\t\ta.preferences.last = b.preferences.last and #a.assignees = #b.assignees\n}\nrun TenDifferentBallots for 10 but 6 int\n\npred ScenarioLWW {\n\tsome a: Candidate | a.outcome = Loser\n\tsome disj b,c: Candidate | b.outcome = Winner and c.outcome = Winner\n #Election.candidates = 3\n}\nrun ScenarioLWW for 6 int\n\npred AnyScenarioWithTiedSoreLoser {\n\tsome c: Candidate | c.outcome = TiedSoreLoser\n}\nrun AnyScenarioWithTiedSoreLoser for 6 int\n\npred LongBallot {\n\tsome b: Ballot | b.length = 20\n}\nrun LongBallot for 20 int\n","old_contents":"-- (c) 2010, Dermot Cochran, IT University of Copenhagen\n-- http:\/\/www.kindsoftware.com\/about\/people\/dc\n-- http:\/\/www.itu.dk\/people\/dero\n\nmodule Voting\n\nopen util\/integer\n\n-- A person standing for election\nsig Candidate {\n identifier: Int, -- Unique identifier for this candidate\n \tvotes: \t\tset Ballot, \t-- First preference ballots assigned to this candidate\n\ttransfers: set Ballot, \t-- Ballots received by transfer from another candidate\n\tsurplus: \tset Ballot, \t-- Ballots given to another candidate (on election or elimination)\n\toutcome: \tEvent\t\n} {\n\tno b: Ballot | b in votes & transfers\n\tall b: Ballot | b in votes + transfers => this in b.assignees\n\tsurplus in votes + transfers\n\tElection.method = Plurality implies #surplus = 0 and #transfers = 0\n 0 < identifier\n}\n\n-- A digital or paper artifact which accurately records the intentions of the voter\nsig Ballot {\n identifier:\t\tInt,\t\t\t\t\t-- Unique identifier for this ballot\n assignees: \t\tset Candidate, -- Candidates to which this ballot has been assigned\n preferences: \tseq Candidate,\n votes:\t\t\t\tseq Vote,\t\t\t-- Fragments of the vote\n top:\t\t\t\tInt, \t\t\t\t\t-- Unique identifier of first preference candidate\n length:\t\t\tInt \t\t\t\t\t-- Number of preferences expressed on ballot\n} {\n\tassignees in preferences.elems\n not preferences.hasDups\n\tpreferences.elems in Election.candidates\n\tpreferences.first in assignees\n\tElection.method = Plurality implies length = 1\n\ttop = preferences.first.identifier\n length = #preferences\n 0 < length\n 0 < identifier\n some v: Vote | v.ballot = identifier and v.candidate = top and v.ranking = 1\n all v: Vote | Election.method = STV and v in votes.elems implies v.ballot = identifier\n votes.first.candidate = preferences.first.identifier\n votes.last.candidate = preferences.last.identifier\n votes.first.ranking = 1\n votes.last.ranking = length\n #votes = #preferences\n}\n\n-- Table of fragments of Votes used for encoding of results\nsig Vote {\n\tballot:\tInt,\t\t\t-- Ballot identifier\n candidate: Int,\t\t-- Candidate identifier\n ranking: Int\t\t\t-- Ranking of candidate on ballot paper\n} {\n\t0 < ranking\n some b: Ballot | b.identifier = ballot and this in b.votes.elems and ranking <= b.length\n some c: Candidate | c.identifier = candidate\n ranking <= #Election.candidates\n}\n\n-- An election result\none sig Scenario {\n \tlosers: \t\t\t\t\tset Candidate,\n \twinners: \t\t\t\tset Candidate,\n\teliminated: \t\t\tset Candidate, \t\t-- Candidates excluded under STV rules\n\tthreshold: \t\t\tInt, \t\t\t\t\t\t-- Minimum number of votes for a Loser or EarlyLoser\n\tquota: \t\t\t\t\tInt\t\t\t\t\t\t-- Minimum number of votes for a STV Winner or QuotaWinner\n}\n{\n \twinners + losers = Election.candidates\n \t#winners = Election.seats\n \tno c: Candidate | c in losers & winners\n \t0 < #losers\n \tall w: Candidate | all l: Candidate | l in losers and w in winners implies \n\t\t#l.votes + #l.transfers <= #w.votes + #w.transfers\n\t0 <= threshold\n\tthreshold < quota\n\tElection.method = Plurality implies #eliminated = 0\n\teliminated in losers\n\tall c: Candidate | c in losers implies Election.method = Plurality or #c.votes + #c.transfers < quota\n}\n\n\/* \n\tThere are four winner-outcomes and six loser-outcomes:\n\n\tWinner: \t\t\t\t\t\t(W1) elected in the first round of counting either by quota or plurality,\n\tQuotaWinner: \t\t\t\t(W2) elected with transfers from another candidate (STV only),\n\tCompromiseWinner: \t(W3) elected on the last round of counting without quota (STV only),\n\tTiedWinner:\t\t\t\t\t(W4) elected by tie breaker,\n\tTiedLoser:\t\t\t\t\t(L1) loses only by tie breaker but reaches the threshold,\n\tLoser:\t\t\t \t\t\t\t(L2) defeated on last round but reaches the minimum threshold of votes,\n TiedEarlyLoser:\t\t\t(L3) reaches threshold but eliminated by tie breaker (STV only),\n\tEarlyLoser:\t\t\t\t\t(L4) reaches threshold but is eliminated before last round (STV only),\n\tTiedSoreLoser:\t\t\t\t(L5) loses only by tie breaker but does not reach threshold,\n\tSoreLoser: \t\t\t\t\t(L6) does not even reach the mimimum threshold of votes\n*\/\nenum Event {Winner, QuotaWinner, CompromiseWinner, TiedWinner, \n\tTiedLoser, Loser, TiedEarlyLoser, EarlyLoser, TiedSoreLoser, SoreLoser}\n\nenum Method {Plurality, STV}\n\n-- A collection of ballots cast in an election\none sig BallotBox {\n\tballots: set Ballot\n} {\n 0 < #ballots\n\tall b: Ballot | b in ballots\n}\n\n-- An Election Constituency\none sig Election {\n candidates: \tset Candidate,\n seats: \t\t\t\tInt,\n method: \t\t\tMethod\n}\n{\n \t0 < seats\n \tseats < #candidates\n \tall c: Candidate | c in candidates\n}\n\n-- Independent (or Fundamental) Axioms\n\nfact uniqueCandidateID {\n no disj a,b: Candidate | a.identifier = b.identifier\n}\n\nfact uniqueBallotID {\n no disj a,b: Ballot | a.identifier = b.identifier\n}\n\nfact nonDuplicationOfVotes {\n no disj a,b: Vote | a.ballot = b.ballot and a.candidate = b.candidate\n}\n\nfact integrity {\n all c: Candidate | all b: Ballot | b in c.votes implies c in b.assignees\n}\n\nfact pluralityEvents {\n\tall c: Candidate | Election.method = Plurality implies\n\t\t(c.outcome = Loser or c.outcome = SoreLoser or c.outcome = Winner or \n\t\tc.outcome = TiedWinner or c.outcome = TiedLoser)\n}\n\nfact wellFormedQuota {\n\tElection.method = STV implies \n\t\t#BallotBox.ballots < Scenario.quota.mul[Election.seats+1] and\n\t\tScenario.quota.mul[Election.seats] <= #BallotBox.ballots \n}\n\nfact wellFormedThreshold {\n\t#BallotBox.ballots <= Scenario.threshold.mul[20] or \n\tElection.method = STV implies Scenario.quota <= Scenario.threshold.mul[4]\n}\n\nfact noStrayBallots {\n\tall b: Ballot | b in BallotBox.ballots\n}\n\nfact winnerSTV {\n\tall c: Candidate | Election.method = STV implies (\n\t\tc.outcome = Winner iff Scenario.quota <= #c.votes)\n}\n\nfact transferWinner {\n\tall c: Candidate | c.outcome = QuotaWinner iff \n\t\t#c.votes < Scenario.quota and Scenario.quota <= #c.votes + #c.transfers \n}\n\nfact closeWinner {\n\tall c: Candidate | c.outcome = CompromiseWinner or c.outcome = TiedWinner iff \n\t\tc in Scenario.winners and #c.votes + #c.transfers < Scenario.quota\n}\n\nfact soreLoser {\n\tall c: Candidate | (c.outcome = SoreLoser or c.outcome = TiedSoreLoser) iff \n\t\t#c.votes + #c.transfers < Scenario.threshold\n}\n\nfact loser {\n\tall c: Candidate | (c.outcome = Loser or c.outcome = TiedLoser or c.outcome = TiedSoreLoser) iff \n\t\tc in Scenario.losers - Scenario.eliminated\n}\n\nfact earlyLoser {\n\tall c: Candidate | c.outcome = EarlyLoser or c.outcome = TiedEarlyLoser iff \n\t\t(c in Scenario.losers & Scenario.eliminated and Scenario.threshold <= #c.votes + #c.transfers)\n}\n\nfact winners {\n\tall c: Candidate | c in Scenario.winners iff \n\t\tc.outcome = Winner or c.outcome = QuotaWinner or c.outcome = CompromiseWinner or \n\t\tc.outcome = TiedWinner\n}\n\nfact losers {\n\tall c: Candidate | c in Scenario.losers iff\n\t\t(c.outcome = Loser or c.outcome = EarlyLoser or c.outcome = SoreLoser or \n\t\tc.outcome = TiedLoser or c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser)\n}\n\n-- Non-Independent Axioms for Ballot Integrity\nfact transfers {\n\tall c: Candidate | 0 < #c.transfers implies Election.method = STV\n}\n\nfact onlyWinnersAndQuotaWinnersHaveSurplus {\n\tall c: Candidate | 0 < #c.surplus implies \n\t\tc.outcome = Winner or c.outcome = QuotaWinner\n}\n\nfact winnersNeedNoTransfers {\n\t\tall c: Candidate | c.outcome = Winner implies 0 = #c.transfers\n}\n\nfact firstPreference {\n\tall b: Ballot | all c: Candidate | b.preferences.first = c iff b in c.votes\n}\n\nfact sizeOfSurplus {\n\tall c: Candidate | (c in Scenario.winners and Election.method = STV and 0 < #c.surplus) implies \n\t\t#c.surplus = #c.votes + #c.transfers - Scenario.quota\n}\n\nfact transferToNextPreference {\n\tall b: Ballot | all disj donor,receiver: Candidate |\n\t\t(donor + receiver in b.assignees and\n\t\tb in receiver.transfers and b in donor.surplus implies \n\t\tb.preferences.idxOf[donor] < b.preferences.idxOf[receiver] and\n\t\treceiver in b.preferences.rest.elems)\n}\n\nfact pluralityWinner {\n\tall disj a, b: Candidate | (Election.method = Plurality and Election.seats = 1) and\n\t\ta.outcome = Winner implies #b.votes <= #a.votes\n}\n\nfact transferToNextContinuingCandidate {\n\tall disj skipped, receiving: Candidate | all b: Ballot |\n\t\tb.preferences.idxOf[skipped] < b.preferences.idxOf[receiving] and\n\t\treceiving in b.assignees and (not skipped in b.assignees) implies\n\t\t(skipped in Scenario.eliminated or skipped.outcome = Winner or \n\t\tskipped.outcome = QuotaWinner)\n}\n\n\/\/ All ballots transfers are associated with the last candidate to receive the transfer\nfact ownership {\n\tall disj c,d: Candidate | all b: Ballot | b in c.transfers implies c in b.assignees and \n\t\t(d not in b.assignees or b.preferences.idxOf[d] < b.preferences.idxOf[c])\n}\n\n\/\/ Lowest candidate is eliminated first\nfact lowestElimination {\n\tall disj c,d: Candidate | c in Scenario.eliminated and d not in Scenario.eliminated implies\n\t\t#c.votes + #c.transfers <= #d.votes + #d.transfers\n}\n\n\/\/ All ties involve equality between at least one winner and at least one loser on either original votes or\n\/\/ on transfers plus original votes\nfact equalityOfTiedWinner {\n all w: Candidate | some l: Candidate | w.outcome = TiedWinner and \n\t \t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies\n\t\t(#l.votes = #w.votes) or (#l.votes + #l.transfers = #w.votes + #w.transfers)\n}\n\nfact equalityOfTiedLosers {\n all s: Candidate | some w: Candidate | w.outcome = TiedWinner and \n (s.outcome = SoreLoser or s.outcome = TiedLoser or s.outcome = TiedEarlyLoser) implies\n (#s.votes = #w.votes) or (#s.votes + #s.transfers = #w.votes + #w.transfers)\n}\n\n\/\/ Ranking of votes on ballots\nfact firstPreference {\n\tall v: Vote | some b: Ballot | v.ballot = b.identifier and\n\t\tv.ranking = 1 implies b.top = v.candidate\n}\n\nfact rankingOfVotes {\n \tall v: Vote | some b: Ballot | some c: Candidate | Election.method = STV and\n\t\tv.ballot = b.identifier and v.candidate = c.identifier implies\n\t c in b.preferences.elems and v.ranking = b.preferences.idxOf[c]\n}\n\n-- Scenario Validity Axioms\n\/\/ When there is a tied sore loser then there are no non-sore losers\nfact typeOfTiedLoser {\n no disj a,b: Candidate | a.outcome = TiedSoreLoser and \n (b.outcome = TiedLoser or b.outcome = TiedEarlyLoser or \n b.outcome=Loser or b.outcome=EarlyLoser)\n}\n\nfact tieBreaker {\n\tall w: Candidate | some l: Candidate | w.outcome = TiedWinner implies \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser)\n}\n\nfact validTieBreaker {\n\tall l: Candidate | some w: Candidate | \n (l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies \n w.outcome = TiedWinner\n}\n\n-- Basic Lemmas\nassert honestCount {\n\t all c: Candidate | all b: Ballot | b in c.votes + c.transfers implies c in b.assignees\n}\ncheck honestCount for 15 but 6 int\n\nassert atLeastOneLoser {\n\t0 < #Scenario.losers\n}\ncheck atLeastOneLoser for 15 but 6 int\n\nassert atLeastOneWinner {\n\t0 < #Scenario.winners\n}\ncheck atLeastOneWinner for 14 but 6 int\n\nassert wellFormednessOfBallots {\n\tall b: Ballot | b.assignees in Election.candidates\n}\ncheck wellFormednessOfBallots for 18 but 6 int\n\nassert wellFormedBallotBox {\n\t\t#BallotBox.ballots = sum (#Election.candidates.votes) \n}\ncheck wellFormedBallotBox for 14 but 6 int\n\nassert plurality {\n\tall c: Candidate | all b: Ballot | b in c.votes and \n\t\tElection.method = Plurality implies c in b.preferences.first\n}\ncheck plurality for 18 but 6 int\n\nassert wellFormedTieBreaker {\n\tsome w,l : Candidate | (w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers) implies \n\t\tw.outcome = TiedWinner and \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome=TiedEarlyLoser)\n}\ncheck wellFormedTieBreaker for 18 but 6 int\n\nassert validSurplus {\n\tall c: Candidate | 0 < #c.surplus implies (c.outcome = Winner or c.outcome = QuotaWinner or \n\t\tc in Scenario.eliminated)\n}\ncheck validSurplus for 16 but 6 int\n\n-- Advanced Lemmas\n\/\/ No lost votes during counting\nassert accounting {\n\tall b: Ballot | one c: Candidate | b in c.votes and c in b.assignees\n}\ncheck accounting for 16 but 6 int\n\n\/\/ No ballots created or destroyed during counting\nassert immutability {\n\tall c: Candidate | c.votes + c.transfers in BallotBox.ballots and c.surplus in BallotBox.ballots\n}\ncheck immutability for 16 but 6 int\n\n\/\/ Cannot have tie breaker with both tied sore loser and non-sore loser\nassert tiedWinnerLoserTiedSoreLoser {\n\tno disj c,w,l: Candidate | c.outcome = TiedSoreLoser and\n\t w.outcome = TiedWinner and (l.outcome = Loser or l.outcome = TiedLoser)\n}\ncheck tiedWinnerLoserTiedSoreLoser for 6 int\n\n\/\/ Non repeating ranking in ballots\nassert wellFormedRanking {\n}\ncheck wellFormedRanking for 6\n\n-- Sample scenarios\npred TwoCandidatePlurality { \n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 2\n}\nrun TwoCandidatePlurality for 10 but 1 Ballot, 6 int\n\npred PluralityTiedWinner {\n\tElection.method = Plurality\n\tElection.seats = 1\n\tsome disj a,b: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser\n}\nrun PluralityTiedWinner for 10 but 2 Ballot, 6 int\n\npred ThreeCandidatePlurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 3\n}\nrun ThreeCandidatePlurality for 6 int\n\npred Plurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun Plurality for 5 but 6 int\n\npred TenCandidatePluralityWithTwoSeats {\n\tElection.method = Plurality\n\tElection.seats = 2\n\t#Election.candidates = 10\n}\nrun TenCandidatePluralityWithTwoSeats for 10 but 6 int\n\npred InstantRunoffVoting {\n\tElection.method = STV\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun InstantRunoffVoting for 10 but 6 int\n\npred STV3 {\n\tElection.method = STV\n\tElection.seats = 3\n}\nrun STV3 for 5 but 6 int\n\npred ThreeWinnersOneLoser {\n\tsome a: Candidate | a.outcome = Winner\n \tsome b: Candidate | b.outcome = QuotaWinner\n\tsome c: Candidate | c.outcome = CompromiseWinner\n\tsome d: Candidate | d in Scenario.losers\n}\nrun ThreeWinnersOneLoser for 8 but 6 int\n\npred LoserAndEarlyLoser {\n\tone d: Candidate | d.outcome = Loser\n\tone e: Candidate | e.outcome = EarlyLoser\n}\nrun LoserAndEarlyLoser for 5 but 6 int\n\npred OneWinnerNineLosers {\n\t#Scenario.winners = 1\n\t#Scenario.losers = 9\n}\nrun OneWinnerNineLosers for 16 but 6 int\n\npred TwentyBallots {\n\t#BallotBox.ballots = 20\n}\nrun TwentyBallots for 20 but 6 int\n\npred ThreeWayTie {\n\tsome disj a,b,c: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser\n}\nrun ThreeWayTie for 5 but 6 int\n\npred FiveWayTie {\n\tsome disj a,b,c,d,e: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser and d.outcome = TiedLoser and e.outcome = TiedWinner\n}\nrun FiveWayTie for 7 but 6 int\n\npred TwentyCandidates {\n\t#Election.candidates = 20\n\tsome c: Candidate | 0 < #c.votes and c in Scenario.losers\n}\nrun TwentyCandidates for 20 but 6 int\n\npred Outcomes {\n \tsome disj a,b,c0,d,e,f,g,h,i: Candidate | \n\t\t(a.outcome = Winner and b.outcome = QuotaWinner and \n\t\tc0.outcome = CompromiseWinner and d.outcome = Loser and\n\t\te.outcome = EarlyLoser and f.outcome = SoreLoser and\n\t\tg.outcome = TiedWinner and h.outcome = TiedLoser and i.outcome = TiedEarlyLoser)\n}\nrun Outcomes for 10 but 6 int\n\npred TenDifferentBallots {\n\t#BallotBox.ballots = 10\n\tno disj a,b: Ballot | a.preferences.first = b.preferences.first and #a.preferences = #b.preferences and\n\t\ta.preferences.last = b.preferences.last and #a.assignees = #b.assignees\n}\nrun TenDifferentBallots for 10\n\n\n but 6 int\n\npred ScenarioLWW {\n\tsome a: Candidate | a.outcome = Loser\n\tsome disj b,c: Candidate | b.outcome = Winner and c.outcome = Winner\n #Election.candidates = 3\n}\nrun ScenarioLWW for 6 int\n\npred AnyScenarioWithTiedSoreLoser {\n\tsome c: Candidate | c.outcome = TiedSoreLoser\n}\nrun AnyScenarioWithTiedSoreLoser for 6 int\n\npred LongBallot {\n\tsome b: Ballot | b.length = 20\n}\nrun LongBallot for 20 int\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"5498661a5632b24385bdbfcaa189e453e74f589f","subject":"lom testing","message":"lom testing\n","repos":"charlieroberts\/gibber.max,charlieroberts\/gibberwocky,charlieroberts\/gibber.max,charlieroberts\/gibberwocky,charlieroberts\/gibberwocky,charlieroberts\/gibber.max","old_file":"grrr.live\/test.als","new_file":"grrr.live\/test.als","new_contents":"\u001f\b\u0000\u0000\u0000\u0000\u0000\u0000\u0003[w\u06f86|\u0015^=k.c\u00119K={\u0652\u001co]s_\u0010\u0016;{s\u0017s5lv\b=w\u0017>v;#;}[\u01e5\u001f>;p4|g<\u0018g^-OUu\u001f\u053b\u0007l\u001b{MwST#T\u001fHw\u0013\u0006;nG?}\u00b37\u0011(\\k}OO{uK\u07edgw\u07e2%(}\u0014\u0012K]\u07fcM\u000bI\u00fd\u0007\/\f=&llT\u06f8?\u000b<*W\u032f[y][YYb\u001e\u001ehO~TBJ\u000f^?^XWK%-kFV|\u0011l\u06bf~\u03b4R\/\u0011\u0006\u7b37_?`s.^zI\u06fe]ow3\u0451h\n#\u062co7\u062d\u037b!G>\u000eZ3\"\u001f\u001e\u001e\u001e\u0010\u056a\u0015io3O\u0014dC\u001a\\\/Op\/gw\u03e5s\u001bN\u000b{E\u0018\u0017\/=\u0014d\u0015r\u0013lw+#]}\u0015'7b7\u0010^o\u0007?C\u0010>A#xt>S.x{z\u0006N\u0010J(P*~,\u0016OFd~\u0003\u0019oG69\u0007\u043d(PE`P|n\\w+UQ~\u001c\u0006W <\u0013_\u07e5M:t>'Cy\u000ec\u07d1\u03c8I+]ynfIzL]H\u000f\u0007\u03ee|wAa4\u016e7.\u00066_l6\u001c\u0575\u0019y}\u06ec\u000b\u001a\u0018wYw.YeV\u062a47)7{\u001f^K6WAC>\u0002aP\b\u0019C9W?]_4Q.&T\u000b\u0019\u0004=EW\bZdpJ\\\u0006&ziDg]SS-D(\u001d\u0017]\u0014CQ\\\u074dHZ\u000e\u0453q\tn0\u001b}\u0005Q;n\\\u000b-\u0016\u001f|2Oz\f#r@\u050b\b\u000b\u0015bl7nH\u0010@`\u0011M'[6\u0001q\t\u0017h4\u001e 6+\rd\u0012s\u03ac\u060c[.\u001a\u0005.\\?\u0005]\u0015Yyn>\u0006=XhVV\nyg\u001e7i5>$\fN?vq\u02d1\u03e9E97\u009cR\u040boH5|\/2MR='i\u0632\f\u000b\u0015~5h+\u0005\u00130l\bR\u000b\u7fa7v?R%3\u00161nh\u0015E\u000e\u0010;h\u001bW~@Eea@]\u0011J\"\u0013L0\u0018s0_\u0010&gZ^\u0002AFNJF&]_\ud14277y[l**~uH2I\u0004PN*T\u0003MU`ai>)`\u0004zg\u02365S\u001d\rKT9\u0007\u035b\u0005Ui@\u018atL:`~\u001dEvwnHxx9.=w5y\\E\u00a3M`\u049a9\u001f.$\u0018u>\f\r9\u00a5RW>s0x.$\u0004K@r\u000eR\t\u001f=J\u0000\fT\u00075+aKz]\\\u07db7i{V\u0012Yk\u60af1\t~\u0240T\u0014u#\u0000\u0014?*{\u07ed:eF\u07aen\u001fz(+} \u0014\"\u0005dn!D.Q:Q\u001fOp? \u0002\u001aiy\u0018\u001f@@|I&W5F\\<\u0005{\u001f_B\u00066wx2\u0017Qo]\u0509]\u0015[<3i>\u0017\u0003\u0011K\u001d\"WjH\nr>ydVz\t\u0007\t\u001b\u001c#\u0258wcqC3\u0284'P\u0011*\u000eHj\u0778Pnr\u0016\u0006Os\u00106\u001aw\u0121\t*?~\u001097`^$DH\u4d560~R4H?\rbmXCX\u0006\rjZ\u0010+\u03cf>4\bkq\u0003\u05c9\bo\bo\r_co9q?\u05e8%\u000b\u0017X\u0263\u0002\b\u001f\u001a\u0010\u0015Vr\u0537E@ixcmJ%t@ecZ,y\u0011\u0003\bkVt7a%t(\u0002~MHY\u001c;?A8m\u0016m\r1)'{^~msHb\u0005'\u0012f7\u7cd2oi>8\u07b8],pv0\/9VZ_\u0015\u018a\r7`z\u0006\u0655\u0002]9bO\u0102>\r\tA\bD,\u04d0\u0010O\u0002?\r\t\bD,\u04d0\u0010O\u0102?\r\t\bD,\u04d0\u0010O\u0002@\r\t\u0001\b\u0000E,\u0004\u0510\u0010\u0002\u0018P\u0102@\r\tA\b\u0002E,\f\u0510\u0010\u00068P\u0002A\r\t(\u0004-\u001fROxLgF\u0017Yj,,=\u0099jQaNn+\u0006\u001bLo0\u00062`~\u0012qJdY\u0014|#%&;\u0004\u001e&Z\u0295_\u0010{\u0678s]{*VU2Y?BJ\u0012\u076aV[K4\f\t=\u0016F3q\u000bY\u0004R\u0731U\u073dV\u0015\u001faKwZ?X_:\u0417&251,\\YicUu]\u0005\u0016WEQ\u0005\u01ba\/\u0234.\rQWc.-2\u0005l`U5?|E&\u0011O*-_\u0678\\xD8\u001f+E\u0011UNc\u043e[a3\u0011PzK7\u0017iU(\u001a'omqI\u001dY\u000bH!*}6Td\u0018T#h\u0335\u000b\u001d\u00157R\u0005)yP&Ns\u00fb7kW=\u0014@W\u0015:RDt2\u000eM\b\u000b)Q'LW?v\u001e\u0003\u0015wf)l\u0011\rVeOd\u0002.xUK8}c\u0017z|J\u0017\\U^\u000f8\u0095\\A\u0002g8]\u0012^~(zZ\u0018w7|\u01bd\u068e\u03f5!t ;\u001d\u000e u kGx\u001dzv=s]gz3zx=sI^,gWy\\\u05ce\u0001T\u000fz^\u001dkHZ=\u001d\u000e||G\u001dj\u0000y!'NhVz]s?_wO&T\u000e9 G;$O\u0013L\u000eO\u0007\u0013C\u0018\u0014LZrZ\u0012gQ}\u04e8yTDo&7KMfS}\u04e9T\u07c4oF7SqH\u0015UU\u0010U3fUKr\nbW\u042b`\u0001n5zOp=v9\u0154\"k}\u001d\u05d4<\u000e3\u0613q\t?|zG+\u0149>g\u001a5v&n\u2818>\u0017W+\u001c_nv1V##Z W7ae(\u0000]v\u0014\u0000\/Vd\u001cP(X\u0011\u0004B0\u0019_\u001b\u0013%z3h.\b\u1425P\njHAg\u0014m6gz9f^A7\u000fP{(\ruF%eG\u06e3\u0497M:ZiK\u001eBh\u001e}ha(_\u0019\u0013\u001d\r\u001eUh5I\u0007^5#irY\u0019c\u0015&\u0534)\u0461l*{\u001c6P\u001bc=%z\u001f\u0018>2-q|LD?}\/\u001b\"[MzZ\u001a\u000b&\u0014x%=g\u001cKz\u001cMMwr2gt9@Kz:%=:&:@\u000bv:\u0005;2&.e)}\u0011^f\u0006\u0014!w\u0429(p**E2\\\u001cU\n!\u0016\u04b1\u001eeLCq+)\u0366C8\u001d\u0010 \r=\u0004\u001a^C)\u0018r\u00047\u042a\u01b1j'RLK)\u001bt`5E\u0003-9h\u001cKvBmL4uc\u06f0%[_EOo\u05d6\u0006Zs8D\u001aZP\u0753\u0002j\u001f\u0002z28,@K\u0013\r\r6\u0001\u029c\u001c*y{\u0017\u000f\u061fX4\u0002\u001avC\u0298\u06c5490)\u043bp\u001c4aq\u000bgRaI\u0006\u001e\u02beX\u06053iZ:%a\tt\u000bWE\u001d(nC.\u001cO\b5\u0013\u001e(\u0014ice\u0017\u03a4Ck@a\u000e\u001eG&]80p\u001cm\u0010Om\u001c!|]v@z1\u04ab\u001e.\u001cG\u001bY\u0605S\u001dh\u00f1!%qLKm\u001c%_\/.c\b\u0006\u0745hC-\u0013jX&hjy\u0017\u0455x$\u001cM\u0161\rcIO]8\u000eC-X\u0013)cy\u0017K2\u0017Ni\u0017\u000e\u000eN\/}\u0017>\u0516A}\u001c[\u0006\u06c5sl=t\u0010G>\t>\u0013>X\u07053\u8c0cO\u001fjN\u001f\u01eaH\u0019Kp&5\u001dXMZ\u01f1d'.c2\ucba8\u0015'\u0018jE\u0018\u01caH'+n#p\u000f\u0000P1\u000e\n\u001bh]9vB\u0001\u001fS\u0018\u000b\u00d0O0\u058cqXk|eu\u001cmu\u0014y}7PF1\u000e}7\u000eL2qXtBm,\uced9tX-5qXr\u0002]UQWDw^hUXm[PF4\u0013>\rd\u000e\u0015i#zS]7\u000eCi\b\u0004\u00142\u00062s;\u001d&u\u001ex\u05cd9TH9N.fn =\u0010UOx\u05cd)7:\u001ecC\u018buc\reXZ0,zv\u001c[WG08\u001bkEBk\u001c\u001cM-9\u0012\u02728\u0016q,\u0571f\u04c1t:k\u001cu\"e,9jHPUPZ\u0019\u0163uslpzn\b\"W\u072ec+)\u03668Nq'W\u0015n&\u001d\u001dCX\u0013)ci\u0364\u0003PKv8Xusl5}sDs\u0518.w\bD.\u001c{\u0015:{\u001c+t\"\u001d9>\u0004\u000eeh90\u0000-\u0081\u0599spj.\u001b\u001fc\nca\u001c\u000bP\u059b3\u000e\ub36f]8Z&G\u001b\u001f&E\u001e|\u00173*ci\u0017\u03a4\u00d2\fg(\u000b\u0019'.IK\u0007\u04a1,9g\u001c@\u0017pzU\u0011:m\u0687#\u001a#\u0539\f\"uCo\u000bb\u0014]x\u001d\u0004HE\u0014iie5a4uNR8\u0002:\u0001\u03c1\u071eI\u0007\u075fClOR8?\u03c18W=>9dh\u0016T#\u0007qlxsx\u000fcrar9`p9DY>D*\u001a!GSs#h,\u000e4R\u001fqQQ%b\u04c1t\r\r\u0015\u0369#S]8\u000eCm\b\u0004\u00142\u000b\u00072s;\u001f&u\u001ex\u0017>T>\u0010O.fp =\u0018UOx\u0017.7\u0012\u000b:\u001encC\u018b\u0785\u000feX0,zv\u001c[WG08.\u001c}EB}\u001c\u001cM-9\u0012\u02728\u0016q,\u0571\u000bga\u0018j\u0018rH\u0019\u02fbpc\u001a2\u0012T#T7V.vw\u001c\u001b^.\u001cc-8\fU3\u000b\n{J fc?IE8]8\u000eZ3\u01b1j'R.IM\u0007V\u04e1q,\t\u000bj\ntU(z]8\u0002'\u000b\u001cj\u001c\nHG+p#p\u000f\u0000P9\u000eC\u000b.\u001ch9\u000bvB80\u0016!\u037f`\u000ee\u0298\u06c5ciraRwC\u0019y8<2vLj:0\u0018\u00b3a\t\u000bga\u001a\u0292a\tt\u000bWE\u001d\n%\u0746:}8\u0010jE'kxNk\u001c\"m\u00d94uhM\u001d*p\u001aG&}80p\u001c{(\u001eiK\u000f\u063a:C-\u0013X&hjy\u001f\u0455x$\u001cMa\u000fgcIO}8\u000eC-X\u0013)cy\u001fK2\u06ffV.v\u001c\u001b^>\u001cgM86\rU3\u000f\n{J fg\u0013>qU>IGe|Pv8VDX\u06873j:\u05123%;6\u0016\u001c[M_>of\u0019jE\u0019\u01caH'+n#p\u000ft' q\u0018V@\u02b9}7\u0015\u000e?0\fY\u0004\u000ed!u\u001c\u001a_\u0019sn:M:L<\u001b\u000ed!u\u001cF\u001dW\u0019Kn&5\u001dd\fd!u\u001c\u0016P\u001b\u000bn&-\u001dXK\u0007)7\u001e-buMz+d@\u0015Qh|n&\u001av\f\u0004Qh\u001c\"m\uced94uhM\u001d(P\u0013q\u0004j\u0002\nw\u0003\u0679\u000e:\u000f\u0006:\u0011\u001aGP'_\u0017}7\u001e\u01e7\u0006!}77\u001c\u001b2^\u001b2-8LK^}7\u0011,\r\u000e\u0006\u1856\t8\t9Zwst%\u001e\tGeq\u08568Xw3z:\u0502\u001d\u001e\u01c2H\u0019n^\u0019ZY\u0163wslpa`p6\u019c\u079e\u001b:\u0003\u000186\b2zJ3 Nf\u000e\u000bO=8\u000eCYr8,9.V#X\u001d\u0565P\u0007G4\u0013B\r\u000f\u0015\u02e9#S=8\u000ePA86\u0001\u073eI\u0007\u0783c\f\u0015i#\u001e\u001cHsEz\u0013\u0783c\u020d,G\u0610\u0018C8LK^=8\u0011,\r\u000e\u0007\u0018j\u00182!GS{p#h,q,\u0571\u0007ga\u001cj\u001c\u01c2H\u0019{p^2G7\u0007s s\r86\fU3\u000f\n{J fs=qU>IG\u0007f|C\u0699X\u0013)ci\u001f\u03a4\u00ea5\u05125%;6\u0016\u001c[M_EwhU$\u0004wXCYX\u0013ihe\u0017\u03b1w\u0004!w(3\u001a\u0005hi~\u0017\u000e\u029c\u06c5\u0003]\u0004^x; _\u0004\u0007>_\u000433_XDc',Eta\u0011\u0010\u0016a\u06cfLa\u00117E\u000f}zxj~\u0085K}\u001eJzQq\u001f=:\u023c{L\u0785k\u0014\u0397>\"Txxj=Q4Z[H\u0003\u001eYV\u000fk3q{'Wj\ub1ea|sKT\u001f\u001cp\uf17e4yeL\u001b*R\/\/\/0m|\u0019KbE_\u0012\u025ayHmi\u93e0]~h\u0016K%vU.J~?\u001c\\'[O\u07d4TSmM>[a3\u0011E\u0013i{\u0000EC }\u00a4\/\f5VW\u4de1\"X,\u0525\u001aDc][0tRLO\u0015yF.\u020b\"\u0013r\u0006`^3i\u001aXH\/\u0019Iid.HS3Zn\u001a%Z*K\u0003\u0013\u0264e\u00109\u001aw<\u06c8k317|C\u00192j{Iz,ie\u0012_(M2\u0016\u000e\u0019-CG5&}Q7&O(yJZ$-{Zrwf2VU\u001dM\u07c1S8\u0015G\u0006q)J\u0012yQ<*ThL\u0648F\u000f^G'z\u0006w+\b%PgHW\/ak\u0015\bM)Y7TJRa*}LoM5\u06667TJ\u07f4S-\u001d\u049b,\u06f9\u0005TiN\u025b|H7^7\u001d\u02ef\u001c\u0003U1zw+\u001c92\u0287\u07ec\u001fnHM\u0017`\u000ftVdl%s\"0uqG?^\u02e5eU\u0013-pe\u068a^U&r6R\u017f4U&\u0012\u001e3q\t3T_,|c\ue6f4UYa!`!!q)Dv\u000b.\u0005dj>\u000eJ'odt\u019bLj\u0002u,L\u051br\"\u025b<7Y!&7b\u001cgr\u000f4RI*}Io>M)Y+;KoM2y7Tfp*\u0013HNd\u0014\u0489gJ#RLNt\"Gwh>d@>\u47378C&\u001f\t?<{|\u000f2]\u001e\u0103Ld\u0687w\u000fAvx\u001ed.\u0017>\u0007I[\u045f\u0007\u0658<\r(>OC+>^l\u05391[M8Uy\u0017aE\u07fb\u0012z5K=#{Q\f*g\u001c\u000fr\u001d_'\u001f\b}X\u0000;u2\u0013IBI9P\"'*}SEoM\u001897mT^\u0001TJ,RH*}sI':L\u001eq{E|SiD9\u0005<\n\u0017\u0639v,\u0007E&\u001d9Wo\u0001O\u000e\u001d|>=c\/\rzV\u001c]KEt>c\/\/l\u001a\ub867ozj\u0007X`\u0002'w\u0371pi,\u0006**\u001dX\u000e\u0002PbgF\\s\u0016KO's\u001cMg]\u001c\nAZH8\u000fuTR7WU\u000f=X\u001aoU\u028b: \u000e\u0000\u001aV\u000b?\u06dc\u0602r\u0000n[vT:\u000eho\u0016\u0010^\u0001U&IzbG;P\nsn\\\u000e\/n\u00077}vka\u000b0&\u001f\t\u0005BK'v\u0003\u07abHcA97\rVfJdX\u000er\u01d6A7=VfJ$Y'+\u001c{\n>u\u01fdB\u000bI\u0488W+4zn\u001a=\u0003_G^]5\u0743o\u07a7M\u0000i\u02a7J#L\u001e\u0593\u0012x\r\u0016\u0017;;UsST<>\u0452\ri'(\n=\/#rzs\u04c0w\u0011\u000b\\U|0 ]}\u0015Sq\/!\u07be\u000fv |\u0012\u0012\uf0a7H\u07ba>7rPtmj{q%i\u000bJgZ(J\u0005S6!{iy\u0000\u0002i3x\/lr=\u0016kBj3\u02d5gtO\u40bf._^\"\u0017ax\f$\u00172]\u06a4C3|2>\u0006\u001dXRYI\u00195SBgI?zL]H\u000f\u0007\u03ee0h]o\\\r\u001a\u001d\u0017cm>lfPv>#\u000fo5>rA\u00035oRp-=jf\u0015*&M\u0013J\u05ecU\u001f\u001ab5B\u0010a\u054fg\u0017o\u0107\u00145Z8'p}9,FCfe\u0010lgOt[8D\u0000E\u0017\u0150a\u0014W:{w#Cd\\#\u0016f\u061a[\u001ef j-\u0016k\u0001\u0019OO}$3V\u0013}6E7\tb\u07ca\u0015bl7nH\u0010@`k^)\u0001n\u0002o\u0012uC\u0013d&t%o'3+6\u358bF'D\u0016wUfm~\u00187cyfY)\\{\u0000TD|\u0577#Stko\"PFoH5|\/2MR=.wdblYUVBkW\n'y#J-\u051ej\u0699JZ\u0138~+TQ\u001c v6\u0006\r\"|@Eea@]\u0011J\"\u0013L0A\u001bs_\u0010&gZ\n\u07c0k\u00124c\u00044h=l\u06f5UHLn^(x\u0013|7\u0166WH^\u0017\u0014+)OD\u0000eB\bN5T\u0005&\u0018pG(3o=;Gec1tM\t6>h,\u0018\u011a-C'u9Y,:.nzmT?\u0019^gN5\b>+\u00043\u00e8\u045crZgT\u060b@=sIX?7 \u001d\u0006M~UL:F\u05422\n\rqNJ\u0011\nUq\u0019X\u0013j#_^\u001c\u001bLo0\u0006}J~ V\u0005tg\u001e^%e1\"\u0001\u0012\u001b]|\u047b\u000b\u00823z{\u0011>\u0001q\u0019OW2o\u0019r\u016c,dHcv1ksq?\u0712qdA\u0015!VVW\u0011\bA\u0015aV0T*j=\u0202*YEm=K\u001cYPE\u0006#\u000bd\u0015KpdA\u0015Y\t,\";hk6sdA\u00159\u001aG\u00162h0C\u0003!\u0001\u001c@t@\f\u001e@|@\f \u0000@@\f\"\u0010@@\f$ @@\f&0@@\f(@@@\f*P@@\f,`@\f-hA\f-Z\n\u0012\f-L\td\u0002D\u000b\u0016\u0018D\u000b\u0016\u0018D\u000b\u0016\u0018D\u000b\u0016\u0018D\u000b\u0016\u0018D\u000b\u0016\u0018D\u000b\u0016\u0018D\u000b\u001d-4\u0010-4\u0016Vw@\u0018ZXBm\u000f\u0016\u0004\u0003D\u000b\u001d-4\u0010-4\u0016Vw@\u0018ZXB\u0003BchauG\u000b\rD\u000b\u001d-4\u0010-4\u0016vw@\u0019ZB\u0007BghawG\u000b\u001dD\u000b\u001d-t\u0010-t\u0016vwa_\u0005C\u000b[\u0002D\u000b\u001d-t\u0010-t\u0016vwA\u0019ZB\u0007BghtG\u000b\u001dD\u000b\u001d-t\u0010-\f\u0016Nw0@0\u0018Z8\u0000`htG\u000b\u0003D\u000b\u001d-\f\u0010-\f\u0016Nw0`&C\u000bGs\u0013D\u000b\u001d-\f\u0010-\f\u0016Nw0@0Rphaha8hahahaha\"VUw0A01;Z Z\u001a;Z Z:;Z Z\u0006;ZZ\u026aEZ\ti\t\u0002uG\u000b\u0013D\u000b\u0005\u0016&\u0016\u0016C\u000b\u001d-,\u0010-,\u0016;ZX ZX\f-Pw@\u0018Zhaha1@\u0002bh\u0005\u0002u\u0016\u0016v\u0002IX<\u0005bh\u0005\u0002wG\u000b\u000bD\u000b\u0005\u00166\u00166C\u000b\u001d-l\u0010-l\u0016;Z Z\f-pwA\u0019Zhaha3\u0006fh\r\u0002wG\u000b\u001b`h`\u00050*\u0016ZwAp\u0018Zh\u0001ahuG\u000b\u0007D\u000b\u001d-\u001c\u0010-\u001c\u0016sU1h\u064f'\fEMO\u0102>\u001d\tA\bD,\u04d1\u0010O\u0002?\u001d\t\bD,\u04d1\u0010O\u0102?\u001d\t\bD,\u04d1\u0010O\u0002@\u001d\t\u0001\b\u0000E,\u0004\u0511\u0010\u0002\u0018P\u0102@\u001d\tA\b\u0002E,\f\u0511\u0010\u00068P\u0002A\u001d\t(\u0004-\u001f\u001d;B\"9z:Y\" d\tutt\/t\u0134{z\r7`~\u0012q\u001aY\u0014|#%&+\n\u000esj)WzHP>zf}N2\"\t4ZU\td\b)e_KfZXfCX\u056a2\u0016)w\u066dDf\f\u6e0aNAlJV\"~R\u0012\u02e7.\u001as=,R\u03b8\u0011_@a,f\r!\u000e4\u000b\u0006R0\r\u000e:\u0000\u0013Q\u001a0PE=\t\u001aT4B``\u0003\u0002\r\u001b\nd2*\u0468\u0519JpTZJKQ9|TD\u0006d:-\u0017\"Nb=\b\u02f7J.\"!i\u0013NN$Za\u0015nZOM8\u0019\u0005G\u0015WJ;\u03f8\u0002\u0195\u001a\"s%aw@u0<\u05b5um\u001d\u000ev\u0007s\u000e\u000edw5q\t^\fg3zy=\udbb1\udf89^Lg3=.kE\u0000\u0007PF5d}-i\u001f\u000e ~\u00071?\u0011A4;!L\u0011wy\u03fd\u0017|N\u0003\ufb97W<3N]PQ?KHZ2V\u0014\tH\u0007YR\u0017\u0004:T\u02d4To7Y-MK}\u0013\u0019S\u07d4o7i5MM\u0012\u00139N\u0010wS3TK\u0004\nbPP8D\u001dAkC\u0004c\u00126y[~\"?x]m?9}X\u001c\u000f7\/\u001ewM\u0018HM)3Tj#J.\u0015,C\u0013o\u001f.z0\f\u0767\u001fR)Q4cF%X4P\u001d\"`K\u00b9lFn#h{\u001f\u0002d\u0496B\/J7tNg\"4\u0017\u0652]\u0016^L:%\u0295\u0019M\u0018\u0605\\\u0018v$6r \n\u0011FXO()AI\u000eieLB\u0011,R_QzTNdKgoW^Ji\ty@_HX@rix\f\u001fJh24f4%eyJ^\u001d\u0562f>e\u382e.\t\u0016\u029aZI;\u000f=\u0165z.5\u034b?\u0005Y7t\\\u000e=R\u00144\bl4H)'L@s\u0013N&+\r\u0017\u0000\u073b(_BA`CESQ+7?\u0017\/b\u0002\u00128gn\u000e0,\u05e4|\u0018,x&Re\u00187b<`\u000e+ G\u00041\n\f@]s%JL][RgX;m\n\u001c&\u0013\u0013C[\u0002:\u0015\u0014\u0002:_\u0014\u0001\n\u0012\u0011\u0010T3kc.\u023b\u0007_,\u00fc0\fEI|\u02f0kP\u001b\u00159H\u04d1I\u00a4|\u0708t:a\u0006a\u001al1Z6k\\.S2\u0014rLK\u001dh\u001f^\u07f5$\fEv0J!K:9e#\\-\u07f4_j\u0011[WW|K6JP\u0012\u0530=\u0016-\u001c~t,\u001b\nuR\u0017Ej\u0512}\" \u001dg[\u0011\u0003\u07e43rN\u07a1\u001b{_N%T\u02fa%U{\u0018\u06f1\u060aElF6\u0011;#'XFb\u00192SS\"Z\u0396\n[\u0660R|\u0003`sr\u0003J4\u0019\u039c*daCG\u0011#\f|b\u0657[o\u0015$!\n*xQ\u0012g7\/C@( )rP\u0004R+6n\u0012\u0019cxM%]\/Ri\n;aDF#j1LD\u0183Yc5&\u04e6>\bc|5\u0011~bd_\/U)K\u0014~Yb$_8\u0005\tv}\u0389\u0012sV\u03ec\u073b]\u0010<\u0016&X\u07a2+_6\rfC\u001cM9Ws8&p\u0018o>\u0012\u04b5xlz\t\u001d+Ql7\u0002WJDz7?xT1\b\u000bk~wk?'^Y\u0016\u0298\u0012I\u0515dAKAd\u001a+P.H\u0016XRj\u05eb\u0014\u0015\u001c.l\ry\u326bYR*W\u0017)\u001e\u0017JM$\u0621\u000bdj+\u0010u5XBSjV\u0454Xg\u000e\u001a5\u001cX1h\u0019O#\u0012I+|7n^{wn%\u00046w\u001bZ\u0016n*\u000e\n\u0620\u82c2\u0006sHt4n:u\u001cpA]PG\u001b\u001cu:~#\u0329~z`o\u0001s(H7\u0006]\u000b7Us\u0011n\u0223M94\u0011#918\u0698\u0010\u06909=1\u0553lfXz\"\\\u0013!W\u000bT:\u001a1+fv\u0015\u0538z4c4QGH44kpL'L;\"U\u001b\u001c\u04fe\uffberw;k=\t\u0002l\u0004l\u0006l\u001c'\rlf\u0013\u0001l\u001d_UGSsW\u0004m\r^b^Z\u0003=\u001d!\u000e\u001d\u0018n0g{C2U]%kINqpeR)'-Jq1'D\u001a\u001al\u0007k\\\u000fkb\u001a,DQGH5\u84c6?&]amokK-\u0010kf-B^$U;B\u001aqD5.\u600d]mp196}\u0005-gIA_M_hr\u0001=!\rO\u00016sRMDo}7N\u038dH}\ty\u0013~c\u000ey7_9tsq}Y\u0000\u000fX\u0019x,\u001ebE7!#$tq\u07fc\u001cp=_\r\/o\u000fuvPaGHC\u0146;A~L\u00079\u0012\u001e\u0003\u001bo?^^`M`M\u0011`#amp9y\u01cf\u001dGp{\u0013[Q\u001f\u000f*bz2LENGHC7\u0019\u00126\u0015\u0007[.BOtS\udbf9\uded3J\u0011p']qkrE\u03011q+^63[\u0007Mq8L\u0646h#\u0019qi\u000edB\\c\r\u0011^G91sz\u001eJR\u0017:~qOsd\r\u0010~%T\u001bM\u0001p\nw@\u0019l9\u000e#\u0012\u0446+\u0016n\u0015o\u0007,\u0000wJB\u0017\u0019WmJj%\u011a\"\u04fa.8Bxz\u0219N\u0004\ud5939Qsp5~9cqV)n\u000fv\u0001,~\u07cbGw\f\/GunoQ\nX8\u0015xBk73Rv\u0012\"B\u02a0l \u07444E(t:*]z\u001bg\"\u001by~.'_[YYh4\u02e5bo^~F{\u0012UXN-\u0004dV\u03f2z`\u0013E\u0017\u000f7q\u001fDesaM[B7\u0007\u0017Z\u05e6|\u000f\u000f\u000f[s~Y4\u0275\/h5-@dC\u02acBRSnEnvs2\u07673\"<\th\"\u07c0t6VV\u0015+xCx}\u001f\u000fA\u0004\u000eROqo]}\u001b9I\u001c\u01d5g$V\b$K_(F\u0003\u048c7cv$Tqfr=\n\u0017k2\u0015\teg\u02d5gtO\u40bf._^\"b0Z<\u00066\f\u001bti\u000e%D+\f:~G>$&5!\u001f\u070c^\t}w3-4O\u0019\/g5B\"'}rA\u00035oRp-\u0002>jf\u0015*&M\u0017\u0005Z.\u067c_\u0005\rh\u0012\u001b\"\u0339)\u0137\u6e5c9\u0006ZbU#l~\u0019\u0004\u001b\u0005Z]%,M``pw\u00016=cm\u001f\u024c\ub13c1Wx\u0017\u0338b ibgxe9`yRPM\u0017aBi:_=\u0004?Rf\u00123\u03ec\u060c[.\u001a\u0005.\\?\r2+)\u001fe'\u001e\u000bsJ2\u00038RS\u0005\u001d\u001cZ\u013c^{\u0013+\b>\rA\u0391\u001a\b-(9KC&\u0196eXe7\u000e9R\u0019)'7G\n?p;KAu\u000e\u00121n\u0014d8*@)B*\u000e\bpBx:\/\bCWEd\u0000\nx&s\u0018`\u000f98\/sd~-\/\u0015\u001e#A+\r\u001aa\u000fv\u0015\u0012\u001b\u0017\n:a-6\u0015D|P\u0005\u0003X_l\u0002\u06bf#\u00031GNx&zAep CB\u0004'\u0006W@CB\u0014'\u0006W`CB$'\u0006W\u0180CB4'\u0006W\u01a0CBD'\u0006WCBT'\u0006WCBd'\u0006W\u0000DBt'\u0006V\u0002\u0011\u001cX.!\u0013~\u0012B?\u0011\u001cX.!\u0013\u045f\u0012?\u0011\u001cX\u0000.!\u0000\u0014\u0011\u0012B@\u0011\u001c\u0003X\u0010.!\b\u0014Q\u0012@\u0011\u001c\u0007X .!\u0010\u0014eSRy'H$GPO\u0007K\u0017\u001f,\u000e\u000e\u000e\u00057sOo0\u0006\u001b\u001b\u000f>X\"S#\u0015\u000fpD Ey|z~\u0013R-J\u0013G\u000fGvM\uf26aoFjP%(\u0015#}\/%5U(\u0015Ym?VD(\u03ae#OkU\u001f$2cct\b\u001d5n\u0011H%BY:^V\"~R\u0012\u02e7.\u001as<,R\u03b8HvQk %u\u0016\u0010\u0007J\u0003P)pm\u0007\u001d5~TD\u0018\u0004\rEEl*:\u0004\u01a2\u0002J@&\u0002\u0019J\u0668\u0014\fG\u9a344\u001e\u0003GEd@*z\u0017]'\u0019hQ\u0778\u0011\u001c= \"+O\u0004jE6\u001eMw\\|\u0015i#tb4h\u001c\u045c\u0733\u0017`.`Tk-5SM0_;\u001fR\u0017Df:\u6565+K3m\uadaeJ(J|mdZRWTE%.I\r\u0019&1L29@5\b'jrt}9\u00ab'u\u00177,Jh\u001f;z\nh}e-\"\u0442(]wDJ\u0017!Y\u07d7oCEXK5\u001au2#\u000b\\QQZ %52\u0015yF.TUG&&w\f*\"\u03d3R\u0016yOj\u000f\f\u00a442\u0017r+Q\u000f\u0014\u0013^Fyg\u001c2RWE]W\u0004kSl]tsBwu[=t\u0017ZZ\u059f\u026csMP#Y\b\u0211#:jEE!\b(ELSUu&k\r\u000e\u07bb^BtL.*UnFn\/^Q\u0005q>\u001c:\u0010Y\u0006\u001dd\u001fA\"+)75\u0404?w\\ox\u0007\u0003g~\u0ee00bW\u001b\u0017iFX\/6+\u0538\u076f\u0003f\u03f7\\?w\u0014#,\u000bZYk:Isr5kkd~\u00154t\u0484&t\u9909\u9909N'Mz~N-bI\\\u0005\u0016![V\u001fzN\u0490e\u0019Vy6?P|)-G*hSfSM;W\u0019\\\u00187\f\u000e\u001bzIE\u0001\u0015\u0016+\u0002uE(\/\"O3OH?\u0007k~AC,'o=kky\t\u0004\ud04aFJF&]_\ud14277y[l**~uH2\u000b\u0002(\u0000Z\u0003\u0011S\r4\u000eKA\u001f-G3$Oaz\u0006\u0350\u0005;w\u001c\u0003Xeh_CM\u000f\u043eG\u000e}EG\u0010\u001b\u02fb\u06e8~:\u0007\"b|\u0011\u0006-rFO#)Ped'3~(\/9#Q'4:I\u0469\u0011#52agB\r\u0015HwHS\u000b\u001clAI\\o7|~_CwnK\u0771?fM9Wab9a\u0013j>\u00135g\\A\u0004D\u000fCPsCap\u0011+u3i\u8537A\\zIz\t\u001c\u0012\u001d\u0012\u001aI\u001f|!Fe>wI{&mJ=3t\rh@*1\tzUG\u07ba{Fo\u0000\u001fB\u0572T#o_|w\u000fRW\u0014>\u0010\u001a\u0014\"\u0005dn!D(m\u0000\fBi\u05d6uG\/\n,o\u042c\fxt(\u0005^Q\u0014\u0013lC\/uEp\u001f~{02o\u001dt\u001f,Cx9\u044aT1\bkaenVB\u000b\u0019z\u0018> \u001fa\u0010|#5Rhyp\u001e@@|I>%T5\u041b\u0006\\'\fE3,x\u0018Z>\u02c2'\fE\u0011x\u0018Z>#'\fEO8\u0013O,!\u0013Q}b\ta\bD,\u0013K\bDp'bXB'c?\u0011\u000b\u0012?\u0011\u001cX'\u0010O\u0002@\u0000P\u0004G\"\u0016\u0002%\"8\u0006\u0014 P,!\b\u0014Qb\ta\b\u0003E,\u0010\u0014K\b\u0004EY$hL,\u0010\uff34h\u0018cp\u0018\u0018#\u001c\u0016\u0015BOo0\u0006\u001bLo \r\u0007\u001f,\u0011aE\u00078RXmrli\u07c4TK\u0013E'PT 9\u062e=aN*A\u001f!\t_4\/AByj!\f'Eq6Ia}U}\u020cww\u0451Z7\b\u0012_!,3J|Yt+\u0011rN?)|OHs9N\"JCi\u001d[4C?k6\u0019[\u0011~@f\u00183^}\u03f95ks\u02765b*'\u00112\u0016j\u0014f,\u0015\u0013fD|\u0294\u0012uJk\u0012uJ:yN9s2XTzN\tQ\u0001(pm\u001b r(\u0004WFawkjN,#~NP5\u0005|\u0016\n[~o\u0167B[\u001fzsjlJz\"P\u0587\u001aLD>hJ\"\u000fjym\u0019\u0004\u059eZ\u0002T^\u0003?\u0005Vu\u010b\u000eKP\u014b5\r\u001dUJU\u0543Qp\u00003`\bTe*S%x<\tdJ WeKJpe)\rY\u001a@#\"h)\u0015Mn\/F\u0017i\"\u001b7C~f|O?$Z,\u0016-*\u07bbxOT\u02d7\u07d2o\"\rx$\ub46d\u001e,U6x\"\b\/:\u0013i!5]>{\u076fO|r2-\u075d[j`#o\uf17e4yeL\u001b*R\/\/\/0m|\u0019Fu\u0019\bi:2&&\rb\u0010Kot,\\+Rn\u001a\u0004m\u0013\n\/_\\xD8\u001fP\u0015%v\u0016}\"-i\fJ\u06d3\u001bdh\u0007\u07da\u0013F\u0005]wdEw\/\f\"vVePa,\u0016*i\u001b\u001du\u0010vtKTsAJj&\"e\u001dW]\u0017&\f1\u0004Q=DC\u0005U\u0019Hu\u001a,,\u0762%\u0018\u0004t\u001eBV\bT\u001c#^\u001fV\u001co\u0012v\\:\u001e\u0213rz4r\u000e{N8x\u001fUg\bc\u0016\u001dYm\u0018-\u0012WQ\u0019\u000f.|\n5\"8$nxfS\u000fBD'o\u001a&VQEx\u0007&\u0014\u0013B\u0000]\u03e7sFBF3\u0014\bBs?'2\u001asJv~\u0017<*8&K\u056c\u0002j%Z\u0006T\u0017\u0002vKJu1\u0014k2a\u000b\u0007\\\u0005w\u0007\u0013}wg\u072b\be\u001bF\tRC8\u0000V\u0656V=c\\j3\\.{=\u02de\tf\fg3d2{=\u031e\\\u0265&@6\u0001\u0648n\u0346%\u0004(\u0001 g\u0509\b%B%1yfT!|\u001d\u0013t\u0015\u001f\tA\u0003%;&e0+;2>1\ub6d9Mf}Yo~7A\ub6e1Mh}YZ4M2O\u0013L\rj\u0010WkFjZS\u0596A\u0010v\u0018e\u0013p6WH\t~d~K\u00cf1;g\u0013\u0014\u0014 \u2fc7\u001dy`G7g\u0006L\ufc26E_!y\u0478w\u000fnF9Z?\u0019D\u06c54o>\u0600*!*$\u0012O\u000b\u0672\u000bV3| sU1\u75eefQ7<\ubb27\u001c|=o8j\roT~\u001b|#-}kG4@BG\u0010}+B\u069a|Q\u00fbO8z\u0216\u0003&\u001c}\u0014\u0013NU\u0013#\"\u05b9W=o\u0002,jF'ga~LiD\u00114|9\u062e=AZ\nA\u001f!$bW\u07aaN4Vd\u0010Te'=\u0004E\u0207!lU\u001b$0\u00e41J~yGMWH4KG\u0013`\u0004mm%w\u0017\u06cb\t\u021a2~%_|!d+Y\u0279:'w0\u0019_]:?cG\rtHW\u0453$\u001f0\u0014gd>M7\u0010\u000e.\u0183qn2ge1\u05297\/x\f|U5_\u0004 ,JTKG\u0018\uc7f3\u001ee^?\u0000L\u0013`\u0019\u0014\u3c3d\f\u07fa~bTt|#\u0007\u001dW'PCGEL4!95>}@5x\u3b7f9O\u000b(w5\u02dfG\u0007_`#L \tcNd%f\fw7B\u0013\\ou\"}#\u000fo5>rA\u00035oRpU\/ljf\u0015*&M\u0007\u05ecU\u001f*P5\n%Nj\n,*=\u0019]\r(Yz\u001dSvD\u0392\/\b>\u0005\u001de\u000f#\u0013c2\u001e\"\u0001mvv\u001a\u0007\u001d~%k\u001ct>\u0011V\u000b:\u0012~T~\u0016-\u0016\u000e\u06b48o!\u0016M\u03de5\u001c91+\r\u0019a\rv\u0015\u0012\u001b\u0017N[l*\b(~uH*YT?O-+\u0010R\r*\u0018'\u6cdcR%K\fG1$Oa:\u0006M\u0012RyN\u03daW84mhT\u07adF\u04d9\/:>>7\u000bj>{\/6>a@\u0014byOt\u001a\u0012\u0016C\u0006%}+Qw\u00144vh)\r\\Z\u0157^-ER\u0012O\u001fsum\u000b= y|\u000f\u07aeBYii`G\u0017\u042e\n`q\u0013\u05a4%U\u001f\u001c^\"S2(\u0766\u001e%tL\u02f4(~E\u0006?-]~V9W].*[&]\u0018\u000fQR2X\u0017&M\u001by 5oh\u001eM\u0013\u001e}QzWV:\u07a249dEijVxs\u001f7z34*NKp\u05a3qb(9ndQZ\\#Ik\u0169ri\u072bLJ\u0017L[O+NkkPR\u07a2vS\u000b\u0012\u001e4=@\u0007\"\fi\u0015\u0014\u0013'mWWIj\u079a\u013cK+N>!!xx\u0169x9Ip\u0005\fK&\u052f\n*`\u0560(\/\fV\t>V\b<\u0011N\u0013Lpe\u001b>k^mG&\u06f0IN\u001e'\u000f'2JR\u001e)H%UL+{=\u0013\u02dee\u0532gn3]L\/{=\u0013\u031e\u0019f\u0014g3\u0244Y&f\u0000\u0004f#Y5\u001b\u0356l\u0013\u0007\u0343\b'qR?\"\b\n\u0013\u0004_\t?^uR3V\u0002\u0016\t\u01d7JhX\"4^\u0011\u07bf4\u001a\u0006\"@+\u001aG\u001e\u0001\u0014t0\u000f;:R\u0002J>=N\fLV4t\u0002|v\u01cf9=Cs:\/\u06c7Gt*-J\u0012-~y6c\u0013|v7A\u037bxc|T=;\u0015~HC\"Y77!2\u0337*Tl\u049d\nIFE\u03d6ufEYbz\u0015D2\u0611?y07\/\u0017\u0017\u0004)T\u001b:,T&=EL2L2h\u001c)2sL\u000e\u0019q2U!L\u0006Ev\u0016\u0014$3\u02a2\u0019N\u0000l\u0012~\u0011jtM|V\ng\u07fd)FbZ|\u06d7\u0019aSJ\u001adW\b)f)fQ,UA8\u0014b\u0003DL!6S\u0001\u0014c3\u06faqp|)f(\u001bg\r%l\u001c8\u001b|@z$V\u064d\u0015& \"P\u0014)gw\u001f9dCT\u000br\u001b\tg\u001652|-Ne\u02768\u0656'2d[fL\u02d22|K\u0017\u00187{EA\nl-\bD~-z\u0007\u0012E}\u001b\u0004=2kp&qd\u0016n^oo\u0003K>\fJa\u0003l[?GjkblZ\u0016\u065bx-hgt^P2t<)5#xz\u0793N\/\r\ufbf7W>uPSl1\u001e9}x\u0015#*AE.\/\tg'\u001a25\u076b&uwz[\u043c!ELWI#\\'WdvOXJX|\/F\nh\r)\u000bDde\r!\tl&O\u00013S|\nt!\bsTk1\bv\u043b2\u000fB[E*=\u0018\u0005>F.(V\u0005Q jV\u0763\u01fdP%b{\u000bX\b=~m\u0019%K>\t$\u001c\u001b\u001b*oi\u000f,Iz\u0018a\u0012]I\/]K\u0562:[\u0121\u05ffuGJ\u02a5P0\u0010-6\nES\u03dbMHu\u0001~x|S{h\u000bF~P\u0595+_e\u0221\bX\u0017\u0172pi7nSJK(]oA\u0000\u069eip\u0006`\"'\u000bb\u0005s\u0007?\b,{7\u0007'y\u001evV I\u000f~Pfb\u01bd\u078e,\u0007b)\/[%K-\u0019@'\u0012<\b\u001b2\u001b:}c\u0005\u000eJ\u01717\u0108Iq\u0000.;`i6~yD#\u001a!*v\u0004H_$\u05aa\u001f~gGz\u0010~4,NN0\u0007^6*\u0016J\u0750[{ES=\u001e\u001f|H\u0010SLtK5S'\u0706]\u0014\u0007.F'V%\u0018|DBf\fLR_\u001bw\u001b\u0000\t4+\u001c\u0017!$-BZ\u0018CI'Zy\u0010\u074d\u0007Q|?L,:\u0003'E\u001fDX\u000e\u000f3iw0'|-kexd\u00109+\f\u000bMq<\u4ec93\/3\u0198D\u0006\u0000","old_contents":"\u001f\b\u0000\u0000\u0000\u0000\u0000\u0000\u0003}[w\u06f83WxyE,eKVkrse\u0016c6Od\u049bd\u0003\u0002 P$\u014b\u0118\u0004\u000b PU\n\u001bn7t.vw\u001f~\/7o_|\u0778? +-vs\u0017sUl\u0011.\b-}=\u00f7;~_mEUN\u036fZLW\u05b28\u077db\u05f59Is\"JO\/so`nx\u067b2n,*>x^\u001byKzGN|\to[Oi[{gk;oeFf$$\u0015\u07fb\udabf\udedb\u0010q{7\f]*l\u076clT8?\u000b<*W*\u036f[y^:[\u0019+tyrS1W#b*\u0001Mk^m?n\/u!R9eu\u0017&\bgL\u001f\u0011\u0006\u7b2b }Yg\u000bW^bUsy~\n\u0012Pa\\\u0016\u001bv\u0013*:\r\"\f\u001d\r?\u0005Yzn\u000eb\u000bqw\u000f.-yOcIx\u0016S\uf0a7H;M.\u000b7u<\u001e\u0006++I[f\/~,\u0016GdP\f\u0003\u0019\\\u144eN\u0011t.0\u0014b\u0014\u029a\/^z\r\u0005\u0017]\b]\b\u000bPZ<\u0006\u0001\u0529.\u04e1\u0019_>\u001e\u02b5\u0017\\`\u00df\u0011\u001aW*+)7sCQp$\u001f>ov\u0017b9k?_}\"(fJ\u053fFb\u0017,hU~{\u001fmk|\u0006i\u07f8\uc0c3a)rz\u0015*:M>\u0006[l*hG#\u000b0a0\u01f37\u0084R\u0504j};F\fN DW\u03fexOd3TTd\u0019\u000b#b0+p\u0011I!z2\u0011-U-\u000f7\u0010\u0016\u000b\u02b5\u0000\u000fb>\u0019+\t>|\r\u001f(fBP|\t1\u0017\u001f\bL\fL?vq\u03e9EL:\u0275w\u009cRoH5V|\/0MR>P\u0014MTV|\u0014\u0014\u001fO`H-\u051e*\u0699Jfp-b@\u0015D\u000e\u0010;H\u001b~\u00ebH9\"V\u0018\"PW\u0012?+*\"h<\u0013i9sP\u001cW9ru\u5fd67`\u0004M\u001f9Ac\u0006\rMp\u07c4\u9142\u01b7T\u0010U\u0006\u0002be2S&\u0011@\r\u0010S\u00054\t,X\u0015\u07b7#\u04f4\u00145C\u0013H}\u043cYPs\u0015CQ.t_'\u0262\u001e\u0389\u0016[^\ueb7bFoo{Lj\u0017\\0n3z\u000f\u073cO:t\u0018\u055a\u0013\u0016\u0019b#\u0015\"\u0010u\\R=<&?U4HC#Ajd~t\u0015QpzBCSTBe.x\u0006\u022a#\u0017}W(#\u0006\u001bLo0x &{q\u0012#\u046bSzWLHF?wAXpF_o\/' .c=8C.2\u0019[4G\u001a1_\u06de\u02d4)\r\u001fG\u0016T\u0011\u0015U\u0015\u0010TB+Z\u0002U\u048az\u000f94ZQS\u0012G\u0016TN+j_\u0202*2hEM\u0012\u001cYPE&w#\u000bJ+\u049b\u001cYPE6\u0191\u0005~\u0014\u001a\u0400`lw\u0000\u000e : \n\u000fz{x@ > \n\u0010z{@ B \n\u0011z{@ F \n\u0012z{@ J \n\u0013z{@ N \n\u0014z{@ R \n\u0015F{@ V \n\u0016F{@ Z(\u0014-hhP0*\u0462*KP0: \u0013 Z(\u0014-hhP0\u06a3\u0002Bh\u0016\n\u0016\nE\u000b=Z( Z(\u0014-hhP0\u06e3\u0002Bl\u0016\n\u0016*E\u000b=Z Z\u0014-hhR0\u06e3\n\u001e\u0014-\u000e\u000f\u0010-T\u0016f{PAP)ZB\u0005BhaG\u000b\u0015D\u000b\u001e-T\u0010-T\u0016V{PAP)ZXB\u0005BhaG\u000b\rD\u000b\u001e-4\u0010-4\u0016V{@(ZXB}\u0015\u0014-\u000e\u0015 Zh\u0014-hhQ\u06a3\u0006Fj\u0016\u001a\u0016\u001aE\u000b=Zh Zh\u0014-hhS\u06e3\u000eNn\u0016:\u0016:E\u000b=Z Z\u0014-hhS\u06e3\u000e6)Z\u001d87A)ZB\u0007BhaG\u000b\u001dD\u000b=E\u000b[n\u0016:\u0016Mj\u0016:\u0016Lj\u0016\u0006\u0016\u0006UG\u000b\u0003D\u000bCUG\u000b\u0003D\u000bCUG\u000b\u0003D\u000bCUG\u000b\u0003D\u000bCUG\u000b\u0003^\u000b1hUhQ6@0LZU{0@0(ZhahaP@\u0000\u00a4h\u06a3\tI\u0002G\u000b\u0013D\u000b\u0005j\u0016&\u0016&E\u000b\u001e-L\u0010-L\u0016=Z Z\u0014-P{0A0)Z\u0084N)Z\u000e\u0016OA0)Z(\u0004\u00a4hG\u000b\u0013D\u000b\u001e-,\u0010-,\u0016J{@(Z(\u0002\u00a2hG\u000b\u000bD\u000b\u001e-,\u0010-,\u0016J{@(Z(\u0002\u00a2hG\u000b\u000bhxc\u00050*\u0016j{@)Z\u0006\u00a6hG\u000b\u001bD\u000b\u001e-l\u0010-l\u00169y(Z4N\t\u0003h8'\fEt10*\u0016x(Z4h\t\u0003h8'\f\n\u0014.:(`TGo\u05a8\f\u0412)dt\u0010Q \u0013K+A$'\u0006WFhN,\rBG\u0007\u0011X\u001a\\\u0019\u0005\u000e:42\n\u001f\u001dDvbipe\u0014@:hEgU'E\u0010\u001a\bB<.<+\u000e>\u0011\u001chA'#?\u0011\r;\bDp'v\u0007\bD4 \u0013\u0006\u001d\u0004\"8\u0002\u0014\u0010P\u0010P\u0004\u01c0\"\u001a\u0004jw\u0010\u0004(PD@\u000e@\u0011\u001c\u0007h A (\"AmR\u00063\u0016\u0012\u0012w\u001bN;KL;KB;KL\u001bLo0\u0006\u00067\u03ed\u0015\u000fDdE|v>\tr6#{&`{*FU2i?BB\u067d_hTP\u001e-\b+3\u001bU\u0013hQ|\u43b0>Q}\u020czh\u0017;b\u001e$#J|dS55d)ZYY\u044dDtIKdw?]58G\u0413r\u014f\u0012\u0006\u2ce5bV_\u0013@Pa\u0018J\u0005\u0010\u001d\u000f0\u0011\b\u0003U\u0513(LE,\u0004\u0006-.\u07f0(A&\u0004\u0019R(\u0015\fG(54\u001e\u0003GId@r\u001b\u0013\uef73p\u001f\"m\\b4{v\tZ|wolUE\u00103\u001br\u001d.ZUwq\/\u07d2O$\rxY\u0006\u035e\u00da{\u00023\u001b\u00056sr73J9L3GQN\u41764\u001aqejT\rK5Kdgq%_\u0014_^(f)m\u0011_J^\u0011&5h\u001bG7\u0000 h{U\u0017\u02e53\u04b5jWOT^\u07f0(={_S%]\u0011\u0707+HD#^'L3m\u0011\u0016Go\u0011.^o{J~_&u\u0019b!\/h,\u0018sBCEl\u0002T83V\u0019Ue\r\u0019\n\u0013\t\u0015~\u001e2{*@L\u0005FBOb)3*3\u0005:o*U%m:+\nf(TL;0m7vr5\u0783t\\I#WIY6\bVAE3wtM6c-\u0005Q\u0004\u001c+H%%#iW\u0013\u0006~\u8411fR\u0014R&h)+vT\u001c~^-\u0014\u001f'vTQ\u0019ecD#TTb\nRWo|B\f\u65b1\u0011#89K\u0010=Cx~uy8^!\u0234H\f\u000e\u0001},;6Kp*!x%\u0011~y\u0007BVt]SkooIh\u0011{k?\u02f2'2r\u0124.x\u068b:.$\u001c!IK\u0734`Hh\u0004>qI\u0015R3\u03f8\u0004\u01a5\n$s%fw\u0007\u0011z\u000fl\u0004{\u0019kB@fw\b;\u06f5 w wUKzfx=S9^$g3Lzfz=S^dg\u05deq^#\u00070>|U&kH\u0000w\u0000;\f!\u0004\/0E\u0019?n\u0007\u000e\u000fEp\u01bfmr\rZY^B\u0510!5H0G:$\u001d\u0392$'U\u0011J\u0127J}sRlo7_0\u0358L}sIS\u07eco7o8S3\u0004q'4RJp=v\/jWXGM\u0013rk\u03a1m%\/\u001fx\u0004E\u77feK\u071b0\u16bc)F\u0546U\u0015W\u000b]*.\u0015XF%\\\u0017e\u000f>t]\u02470\f\u03dd\u001fN)Q4+JLi\\!}!\u06c6\u0016\u001fsciZFG6?\u0018\u001c.\u000b(]d+m00b)Ia\u0016Vh\u00a8G.4B\u0016&+b{\u0006W\u0016Qmh\tRm1\tIH:B+JJ\t\u0018Oq-Ka\u0019\u0007DE\t\u00b6\u01d0)W\tX\u0194(\u0454:')b\u001a_I\u0792+#Z^~l\u01ffx\u001cU\u06e52\u0002SZY};Y+i'8Nui^'\u0007o\u0016g\u0016\u00146H*R\u001cC\u01dc ,0\u0001O8V\u0007\b\\\u0000$+s\u001f5V4\u001d\u00c6l$0\u02d7nF!n\u00077b\u0002\u00128gn\u000e0,k(\u00069\u000b\u0014c\u0019\u0006\u03ec$\u0013k\u0012\u000fJ\u0017\"8e\u75dbk-C\n2t\u0010_aG\u0002\u001eA\u00130\u01b0,3\u0000vE12\u07bb%v\u00149L@\rmy\n\u8524S\b,~S\u0004+KD@\u0010\u0390\u0011\u001e<`\u001dYya\u0019a\b\u0007u!wn\u001cKl UC\u0006\u000bq=riUQ(j}\u001f\u04acrTl\u01122-u}xWF<\fE\u06f2\u00156\u000bECt,9e=m_-\u07e4_\u02ea\u001e[WW|KY%`5,cI\u0006\u01df\u001f]1X\u0003T\".U5{XZrUM[DW\u0017L+l\u001btX.8;}O|Q]B\u03c8\/\u00ca\u0015[\u001a\u022a]\u0116ld#\ubc73>rk'1++95Kl\u02b0\r*q\u0017+2\b\u001bP\"pD!\u000b\u000e\u0016G0\u0752e\u03f6(HB\u0014T\u06a3$>hn6>\u0014\u0010\u00179(X\u0002%\u001bp1%dr0HQZ\u07961\u0017\u0012sNT\u0015m<5^C\u0019[%=A\u0018Ud\u058f.\u0016%r~bL_\/O&\u0012%ri-H8-]3'Ju\u001a=rvA\u0086)(u(\u7c7cEuWevEB\u001c9r\u001cp\"+_uF0h}L\u01b0\ud970\udff1lz\t\u001d-Ql7\u0002\u0018X\u001fiL3\u00074k\u00b4#bZ11w\ud3739w\u07eaaMP\u0017`S'`\u0013uDg\u0011}f\u000f\rl<\u0001[\u001fVUv4w|EV\/p{YK\u0011\u001d\u06a1r{;WlI\u02abd\rT\u000enN*;R\u001c88a*\u000fe%\/\tQ>ua_\u0017XS&\u000bQ\u0011\u001aGI|}r\u001f\u0013\u05ac}5\u001e\"fT\u001a\/UZ#:5\u81b8\u0005\u001c\r\r'q}_AWQW\u001d\u0017_@Ot\u0006p\\'\u0000\u001b\u0739oJNMDo}'tO\u038dH}\ue007'\u0018n2{}i\u0013\u001e\u0003\u03e3w\/\u001fP\u0002\u001e~1\u0016xL\u001eb0\u0423L\u0262G\u0011\u001dtq\u07fc\u001cph=_\r\u076a\u001fj\u0013\u001e#M\u008e\fuF\u0016\u001bj\f 7&\u00071\u001dM{\flu\u0016xz5m5QGt\u0006k\u001c'\rk{\u01cd;~\\8\u060ad+\bj&mTtDg\u0193\u00108\u0000\\\u05e6qsEi\u0013|qcrQ\t;3>e\u05f89k\u071c\\v\u0011sjyx+\u0446g\u000b\u0014\u00f06Ds\u001d\u045d\u0011\u05dew)9uKs=+\u05c7\u001c8f\u001arN#^:\u7562N\u001f8e\u046792\u0007wCSkMR\u0003m8X=M5z^#}%\u001b\u001b\u0006\u000b9\u0006q\u0006USi\u0013bM\u0010+\u001d\u0017QF\u001c^Cj5L;jv9\u001c{l\u001eT\u001e\u034e\u000eHogN^<:^2K\u077f\u043d8\u07e3#|ce@V}\toHQjB\u0010\u000f:w~\u0010X3\u075bl\u0011\u000e:Gu.\u074d3}Q*\/M\u00102Vt\u001faMX?i\u0005%'\u0002\u001e;'\u0012(v5g}{\u001fHq|\u07faBDa&>>\u058d\rn\u000bq\u0015nv\u001e\u0005s\/bw9\u001eg;G] \u0006b[n\u0002rzop\u001bWIj+x::Sx\u0018 |F(\u69f5O?suF\u000eX\u0483J\u0016'+%\u0725\u001fC\u0000n;{x\u0336*W%\u0018#\/^z\r\u0005\u0017]\b]\"JPZ<\u00066\u0000kti\u000e+\u001f\u000f\u000bs\u03c8JM\bG\"+)7#\u7b44k'\u0019\u0010I\u001f\u000f]\u000f\"(fJFb\u0017\u036cv=\u000ft5>rA\u0003o\\p\u0014ksl\n[\u0015ut&f\u001f[\u0002meKWAC>\u001aq\u0004\bs~<;hz%r\u0003&\u0018h}\re\u0010l`J\u0016hi1F\u0016+o\u0650\r+&\u0006`6\u24cf\/}\u0013V\u0013\u0006\u001c.nj\u0013\u03f2%y\u0014\u0154jj\b\u000f'*&uC\u0013]b\u0015qEoB9oa]\u0015\u0019;\u0011~}dn|Sb\u03a6\u0002\u078e[\u000eOf~N-bI+\b H7\nu9KEn\u001bC\u001b\u001eh\u0004\u0014|v\"b(.4qN\u0010#T\u001dP\u0011\u0002\u001fU\u000fr\\^Y\u0017'DHa>`!M\u03ee-\u0006f1&oBbrB\u001b\u001f]j|M\u0005Q%\u0010`\u0012+\u055d2\u0000nX\u0010*\fL0,\u0544\uc3ff\u0015\u0777#R\r\u0372UC\u0013H}\u043cYPs\u0015CQ\u000etP?:Y\u0623ts\u2e38\u0156{nQdf[\u001erSR0n3z\u000f\u073cO\u0015\u0001*05'\u001a]9-3~F*E \ua7b9{x\u03fdM~iPa1\u04a0O52?UYXW\u000b(49\u0179\u0001DupcB?*\"`$\u001f\u0010p6z'sv\u07a5]\u038e1\u0339tC\u000bc2\u0013f\u0313\u001b:`\u05390$\u02c7;'\u0004\u000eaOJ]TZ9}\u0010<3\/I.2\\Dg\u07e1\u001d\"\u0013%.\uf777^~g%f.\u0018\u0017\fH)HA+{g=\u000e@2w-Y.K4{>d\nxg)E\u000b \u0742y\u001cV\u0000\u0018\u001eW#uG\u000fKfXwcn\u0016s\u0007\u0017zIQO$\u001c!+B;\u0013T\u0007\u04bd\/;Op? k\u0611%Rv\u0010\u001f@@|&W\u0015\u0006\\<\u0005{\u001f_\u00056\u000b4\bk<\u0007\u0013\r_\u0011R\u0019#:||\\\/\\`'\n hr\u0014z|[amG{_\u0004\u0007>?\u059aTZA\u0007T)\u001a\u001b\u65ce-f\u024b\t.@X+\u03c7\n\u0784C<\u0011Z\u0000yaR\u0016O\u0010PmSi\u2c6d!6t\u02efl\u000e._Doxy\u3713\bWsY%`\u0014;_rgwyz\r7uAv%0\u0010d\u0007,\u0005a!z{\u0011>\u0001\u000e\u0017\u76fb ~'PX2 jdv1^\b\u071etQQk\u0211\u0005UhEzUE\"\u0004U\u040ao@\u0015ai\u001cYPE\u001ai\u0012G\u0016TN+j\u001a\u0111\u0005Ud\u0015M\u0003^8LZQ\u04f0\u0017,\"V4\u001e#\u000b\u0226\u00155\u0002\u0002?X\n\rf{h@06Pp0;\u0000\u0007\u0010\u001d\u0010\u0007=< \u0010\u001f\u0010\u0005\b=@ \u0010!\u0010\b=D \u0010#\u0010\u0005\t=H \u0010%\u0010\t=L \u0010'\u0010\u0005\n=P \u0010)\u0010\n=T \u0010+\u0010\u0005\u000b=X \u0010-\u0014\u0016V{P@P(ZXhQ]\u0015%(ZX\u001d\t\u0010-\u0014\u0016V{P@P(ZXB\u0001BhaG\u000b\u0005D\u000b\u001e-\u0014\u0010-\u0014\u0016v{P@P(ZB\u0001BhaG\u000b\u0005D\u000b\u001e-T\u0010-T\u0016v{PAP)ZBm\u000f\u0016v\u0007\u0007\u0016*E\u000b=Z Z\u0014-hhhA\u000eh]\u0015\u0016Ij\u0016*\u0016Ej\u0016*\u0016Mj\u0016*\u0016Lj\u0016\u001a\u0016\u001aUG\u000b\rD\u000bMUG\u000b\rD\u000bMUG\u000b\rUh\u000e\u0015 Zh:=Zh Zh\u0014-P{@(ZhhQ@B\u0003Bh\u06a3\u0006N\u0002G\u000b\u001dD\u000b\u0005j\u0016:\u0016:E\u000b\u001e-t\u0010-t\u0016=Z Z\u0014-P{a&E\u000b\u0501s\u0013D\u000b\u001e-t\u0010-t\u0016J{A)Z(B\u0007BhG\u000b\u001dD\u000b\u001e-\f\u0010-\f\u0016J{0@0(Z(\u0000\u00a0hG\u000b\u0003D\u000b\u001e-\f\u0010-\f\u0016J{0\u0010\u0016j%ZT:\r\u0010-\f\u0016j{0@0(Z\u0000\u00a0hG\u000b\u0003D\u000b\u001e-L\u0010-L\u0016j{0A0)Z\u0004\u00a4hG\u000b\u0013D\u000b\u001e-L\u0010-L\u0016j{0A0)Zh\tR:X<\u0005\u00a4hG\u000b\u0013D\u000b\u001e-L\u0010-,\u0016Z{@(Zh\u0002\u00a2hG\u000b\u000bD\u000b\u001e-,\u0010-,\u0016Z{@(Zh\u0002\u00a2hG\u000b\u000bD\u000b\u001e-,8\u0582E\u001d;y(Z\u0002\u00a6hG\u000b\u001bD\u000b\u001e-l\u0010-l\u0016z{A)Z4''\fE]x(Z4M'\fE}x(Z4\u078f'\fErx(Z4\u07a2'\f\n\u0014.:(`TGo\u05a8\f\u0412)dt\u0010Q \u0013K+A$'\u0006WFhN,\rBG\u0007\u0011X\u001a\\\u0019\u0005\u000e:42\n\u001f\u001dDvbipe\u0014@:hEgU'E\u0010\u001a\bB<.<+\u000e>\u0011\u001chA'#?\u0011\r;\bDp'z\u0007\bD4S \u0013\u0006\u001d\u0004\"8\u0002\u0014\u0010P\u0010P\u0004\u01c0\"\u001a\u0004w\u0010\u0004(PD@\u000e@\u0011\u001c\u0007h A (\"Awx{L[F\u0017\u07f2To\u001c{;mY:mYz[\u0016){z\r7`\\o0?xc0(\\\u0000[J\u0014M\u000e\u0010\u74d0*)Wz\u0007r\u0018}\u000e\u001e'lT%(\u0016#$EF\n\"2Qe\u0015wfo)l\u0011{k?\u02f2'2ZrN.\uf0a7Y\u04d79F|K_[\n\u0007.U{%\u000f^#\\<+H\fRK\u001eE\u000f\u0010\u000b#\u001e<\u001bj3>\u05c4\u0401\u0010Jw(;\u0501\u0019u\\b3z&w=]g3z&y=i^q^3\u0007P=\"{Ul&k\u0000w\u0000;9\u001fq\u0001\u0005S\u0005\u04ec\u001d\u011f\u000e&P0(B5P$\u03e2Q}\udb63\udf89TLo*7L\u0366S}\tU\u07ccoJ7*>jH ^\u0005\u0011z\u032aZVM\u0015\u012e\u000eW+\u0001\u0002jzr)E\u0588u\u06e4\u001do=B\u001e\u0796Vg\u0007\u0019\u0004E\u77feK{\u0005 \u0006*\\\u0017W+^g]L\u0016\u07e8q\u0015r&\u001b\u03ca\u0016G\u0001h]G\u0001kHE\u0001\u0015\u0002k\u0015J \r\u00131QR7b\u0018\u0014\u0018JA\u0011)hQ\u0013\u0013&Sc+({p\rP{D\u001a(<:=OIGKmC\\\u001eT\u0767\u0016OWE\u0298hpB\u0464\u0517N<<\u00162{Cc\u026c2*\u0017n+9{R\u04fax\u06d5\u000eeSY\u3c29\u0018)u4iZ:ae\u00f0\u0012bJ\\C\u0017Y\u056fV\ud831\udf6du#T8;GM\u001c\u01b70\u0013B\r\u000e1x\u000f(\u0010hfKI\u001b\u000bj'IST\u0010 M=92\n9_w[g\u00072Ovv]j\u066aynH\u000f1Wg.\u001bVq\\HP8\u001a\u000b\u0010;UN9O^?\u000e\u0019Ym\bm\u0002\u001d*hVrd\u001f\f\u001fC8LK^&GU\u0730\u001f\u001a\"\u001bMzj\u001ah\u000b&])PKz88hd\u000f\u9fb3\u5056ly\u001cKzbuL4ur3\u04c1\u0016ly\u001c\u000bv\"eL]LEz\u0163\u001bSGNdGA\u0003\u0015Dter*\u0000VXH{lxGWSMp4!\u0016A\u001az\t4rU1Si1\boU;\u001bcN\u001268j\u0006Z8\u0698i\u07e3\u001b\\S,Df*|zY[6\u001ah}FX\u0013ihAuO\u000b}\b\u001dB0\u0000-M46\u0004*s~V.\u0109\u000f\u061fXFg\u00054a149J|\u0014y,\u001c\u001b\re)0dLj:,PqwBm,dLZ:\u000ee)\u0004XUQG>tnCV\u0016h'\u001azI\u0019(V\u0011)R\u0016\u03a4Ck@a2M@!Y8|y,\u001c[\u001d*S\u001dG'_\u0017,\u001cHs\u0019#fj,xD\u000e\u01c6\u05dccC8LK^,c\b\u0006\u00b1\u0561\tq,\u0013r49\u0012ueqC-X\u0013c1\u000bg\u04c1t\u0005;m\u001c\u000bv\"edp^Y|\u0011\ud532p\u0003tpzY8P)8R\u00069\u009el:Y\u001bhO[\u001b\u000e\\U,fL::,\u04c6Z\u01b1j'RF&\u000bgR\u04c1t%;m\u001cKvBm,f\u001c[M\u07f0\u050a>\u00159Nn#p\u000f\u0000P>\u000e\n|\r\u02fbVS\u001dc\nca\u0018\u00135}\u001c\u001a_\u0019sy7J&G\u000e\"\u000fw\u000fe0Lj:0\u0018\u02a2a\tw3iZj\fe\u0019\u0004X\u03bbUQWDw\u0005\u0472LtnAV\u058dh'|\u001az\u0018*z\u0018GH\u001bKY7\u000eCi\u001a\b\u0004\u00142u\u0003\u0019\u0679LI\u0007\u03ba1\n4\u0011,\u0006\\Hz|Y7FxD\r\u01c6Wuc\u000eeX0,zIn#X\u0018\u001c8\u001cj\u001c\"!GS\u066c+H8ZW\u00169\u05029\u0005=:\u0016n&=\u001dXOZ3\u01f1\\'RF6>!\u04c1r:a]\u0004\u000eeh0\u0000-g@\u0339,\u07058A=0\u0016\u0459\u001eza1Vir0)Y8PF=\u000e#L\u0016\u03a4\u00d2\f{(\u000b\u001e'B\u0016\u03a4\u0003kP=\u000eKN,^\u0015u\u0004+v6i\u0006\bu.#2eMWOl1,\u000e\u0002]qyst\r>9v\u0018M\u001d&\u0013W4N@!9\u02c9y\u001ce\u0004\u0011,?\u0007\\.Iz|9x,#\u028386d\u001c<\u00d8q|9\u0011,\u0019\u000ejC$q,\u001fr49\u0012ueqa\u0010\u001er\u03c5IO\u0007a\u0016pEX\u0013)#x8\u0163968\u001ct$\u0013\u0191LW\\~\u03b1\u0015fA\u001ch?qEIGe|Pv8VDLj:\u000edcNc\u001b+n\"q\u0004O.?\u0007+P+t8VD:Z9>\u0004\u000eeh)0\u0000-@\u0339\u02ac8%B;0\u0016\u0459A\u0019zSa1Uir\u00121)9HV2q\u0018y\\eds&5\u001ddCYx8,<6\u0016s&-\u001dXKqXr\u0002],'~J\u000e\u001e-\u0011\rOC\/9CEs\u0014ic)\u000bg\u05215uMm\u001caBp #;0Y8P!8Br>:2Y8G1\r\u000eT#T7Yg\u001c\u001b^{\u0016>T\u02a0>Ajp4\u000eh\u0587\u0013W4?X\u0099tt`7\u052a>U;22Y8\u000eC-\u0019X\u0013jc1\u000bj\u0006$SFSK\u0014}\u0016@\tf\u0018C\u0019X\u0013h)\u000b;\u0002g\u0000k\feh\u00190\u0000-g@\u0339,\u07058A?0\u0016\u0459\u0018z3a1Wir0)Y8PF1\u000e#L\u0016\u03a4\u0003,T>\u0000O.f98\u001eEz\u0013\u047b,#u86d\u001c\u001c}(R\u001fiKsl]\u001d98P\u02c48\t9\u001c]G:8Z3\u01b1'Vb\u000e\u03a41\u05021\u0005;298lZ'G7slpzg cAc\u001c\t|\u001c[aOi6\u001dl\f1=X\u00d9tt`7\u052a1U;22y8\u000ePKv8X9ud\u02e8]H\tfC\u03d9X\u0013ih)\u000b;\u0002W\u0010;e\u00024\u00032p\u0705M2\u0003E\u0010E\u0014j\u000b\u0014E&,B\u0445Eh!,Bq:O\u001b\\\u038f\\T0q={\uc481cZ.\u07335\\8_D\u000fhV}\"h[-I\u0003\u001eYF\u000fw\u0719\u0013}S\u001bK\u001d,%'J9L;G|DJ\uf1764\u001aqejT\rK5Kdgq%_\u0014_^(f)a^.\/VX%\u001aRTY+\\m\u0018t#h{\u001f\u04aaR4F^WOT7\u0554n\"V\"\u0007I{\u0515\u0000EC } \/t9kVW.#]_,\u001c4Dc^h0t\\\u001aOO\u0015~FU\/\"Ct\"gL\u0015Y\u017dkK#cAF\u020cQ5CgkTRVY\nK:6C\u019c\u03f4=\u001dXFmg'\u0016:.\u0011R\u001cc.\u0210Rl*;d\u0015\u0737*\u001eE\u001eO~+I\u0003%O\u0010IerOM&\f\\,KOT;\u00101y*\u001b(+x\\\u02e3c\u0014\n(\u001at6\"\u0328QV\u0449\nB\tT\u0019\u0015$\u0019l-\u001e{7~\tVf\u040a\u000e\\'{|;\u0016\tZs\u0003'6\u0013 t{_C'Al|:k:N\u0017tMD\u0003nyud\u0016!)\b\\\u000fS\u0004n\\*\/\rC\u016eKI1\u0378s\u0003fD\u0003>\u001f\u0777\f\u000f}\"^^^\u039d\u001bw\u0017w\u04cc&\u00052zlw%ceV0Tx(\u0278\rK\f\u000f\u0007\u0016=i)\u001e\t2wr\u001fFgI-Q\u0659#6\u0005):1d\u0379^z=z;!\u072b{\u001e'K\u07ad\u0013p\u079d+\u000bA ;IuG\u0004UUYreD]+.\r9yMm\u001aJ[r\u070b,)g\u0019eU1r\u01a1V\"z8&L\u001b.^j#H\u0015\u0412Fb\u0006`ft\"%f\u0504auf\u0005%v\u0013\u001deT5n*t\u0010Kly\u051dn\u0012y\u001eo\/Joy7E\n\u001bU3\u0119\\u\u001e\u001c\u02df7\u001bxuK9\u07aa<_mMML.k^yr\u000e\u0015|\b|h\u0509\u000f>)M)Y7RRaJ}Lo)M5\u06667R\u07f4S\r\u001d\u049b,\u0005TN\u025b|H7\u001d\u02efl\u001d1zw+\u001c92\u000fw+\u001enHM\u0017`\ubbbb\u000fU5Vja\u0016!\u0011dETnh~\u0297Ky&HS^\u02f4\u0015\u0019\u01fd\u0629W\u065cH\u0015PW\u0019K@Z\u0328#m%\\S}EcoW\u00e2C !%'{\u0017\u0004d\u3dea?\fJ'odt\u011bL*\u00025`w&orMV\u0011{\u0010M\u001e\u079b,\u0010ykG\u001bgr\u000f4RIJ}Io>)M)Y+;R\fSdJ}Lo)6%\u0001&')\u0013HZT'Dtm=|\u0006}9oq\u0387N>\u0013!zv=d{\u0010\u000f\u009deWx>=\u061b\u0007yu-|\f\u000f?\u000f>ykP||\u0011S\u071eo9Wl\u0016aI\u0012z9\u07d9{Qz\u0017T>9\u001e*\u001e_\u001aO>\u0011\u0015(\u0003$\u0433;I\u001c[s\u0012\u000b\u0509\u000f(M\u0015\u06627aR\u07f4Qz.\u001aQBJ}Ho\")%4y\u0001\u0016M\u0016&\u0017(\\b\u06b1\u001c&|w\u0000\\9\u000769\u000fw\u0000\/6_\u0005^qd-\u0015D\u0005x_m\u0002\/A\u001e\u0007m\u00168\u0019+Kc1\u0010;dm[l\u000b\nB\u0011\u0019q\tI47^\u010cP3K9sEF;1\"dN~M\u030aaT\u001d*YfV\u02bbMn\uf821\nJR\u07f4P\u0019J}Co~(M\u0011_:\u0013(M\u0017\u00197iRGQ:e\/\u001d,M\u001b:tRC\/\u0263{\u001e]\u001aofGs9|un\u075c\u000375&n\u000b\u03e7\u03a6_7z>~v\u020ah7&wRNI}n\u0018?}G\u0017\u03ae\u05e4d\"}=}\u0018O\u048cwHi@YD\u001e&\\BY\u0019Y\/\u0778\u0013\u0017TQ$\"9{Z<\u0006\u0018C*\u07e5K\u0621j\u0197r\u0005~9\u001c\u0016]}'[y\u00132\b6\u0573\/\u0013 HT\u0012Y \"3\u0015E1x\u0018\u0155bS;\u001b\u001c'Jf\r\ry\r\u0001\u0010S\u0136XL~.\u0005>f\u0001O\\TVBP,i\u000fo\u0010G)^I!\f\u00071\u000b\"*M\u0d07\nOc\u01b4uwyC2DY\u0019\\4\n\u001aSPy-\n\u0010dx\f5K,4O{J\u017c\b$Fh\u0005vrx*sj\u0011#r](\bb\u001e\t_\u0004\u000e$s\fFn\u03ca\/\tw\u001eD3Z==U3y1ZB\u0005\u0001\"\u0007iao(\u0007T\u00caW\u0003P\"\u0017gEE_DV\t@?E*?}\u000bc\u0016C[\u0005e|*>1GN\u0318!\u00eca\u0013z7!!qz!u-6\u0015\u0004|A~@HTMe6@K\u0015T$\u0018ReG\u000ev$\u001dC\u0018:L\u01e0p\u7dad+Z5[\u057c\u0349C\u0016T\ueb7bFoo\"\f[\u04ccCk\u04d1.\u0711g\u078bO;@\u0014=s4qY5$^t^\u0002\u0015_AHa7TQ%\u0015\\U=\u0018\u0005\u00070\u000e\fL5y\u0012\u0214@T\u0256#Kj\u0292j8TZ,I\u0452x\tc$VWT\u001aEXmAY\u0137~\u0016G6K\u001ec*k<\u0011\u0004-.z}pY\/\u000bkwryg(1&\u044d$\u0011^kMB\u0011C\u001cr8UW8ygWZ)-\u000f;H'7hi\u000f\u01bfU;\u030brP2j7\"\u05a1t~aEv1Z)\u0019=H\u0015~Z7\u020fniQ}I\buw4\u025bF:\u0334Z[fv\u0019$\u0012YOVs\u0396I)-~\u05134\u0019_7k;\u0485g\u000e\tv.J?d[h(\u04b9(7{6\u0491L8GtVl\u03d0u\u0002\u7354'%6\"^\u0017 W*\u0015_r(Z\u0001@RT^\fdB0:(38\\\u0012\u0005w@H0\u0018\u0000-Hgk$\rLd;S\u001eN*\u000f`Mi%\u0598XV&q(\u000f[L.{f=\u02dee\u0004g3cL2{f=\u031eyfD[\u03fdky\u0007\u0749f-Y7k\u0012\u0386\u0013\u001b; k\uc81c1.\u0003`\u0018-V\"|\u001d\u0013{\u000b4Z\u0000Y\u0010F\u0582\u001d\u001a-\t\u04f2\t\u0012P\n\u000f3\ub6da&g}Yo7C\ub6e2&i}iZ\u0320F\u0003\n\u001eya!(&\u0006M5dv\u06dc&\u001cK>$\tG\u001b\u0144SH9\b#ky.#l1\u06deH\u001dhHrwFUaT\u00182z9}cO\fGd,_9'6DI0V\u00134o\u001b4E!\u001dU$a.j1\r\u0014:WG\u0006:!\u0006h\u0005*.K-2M\u001bOS;#\u0004tCc\u001bE\b\/:\u0110=2\u001a:_zIx:7bZ0\t\u04cd\u000eoq$p~nOivTn\u000e1AO\u001b\u00065\u001d\u0013 HE\u06b9lh\u03df|O\u0010[\u0012\u001f\nN\u0018h\u001c\u0006+W5S#+\u001d\u02d214EU\u00051{$wb\u0248d7d@R\u0003\u000bvL\u0012l.v\u001d\u011d|%>\\:\u0012\u00175V\u0013X8Wv\"x\u0002\u04eba66\u0490$w7]M062\u000e\u001b\u029e\u0004EC-O\"'?\u000ew5x:_<\u0006~W2_#:'!m<\u000bV\u000f_\u499bk+\u0015iV\u01c5\u000f\u0127aXe$V,OIS=sL\u06d4cE{]6\u0016@\u001dxUFbrtt\uf71fDh:#\\D4M\u0013\u0007tD\u0000\u0000bq\u06d3h8\tHz\b~\u0010n(d+\u0002\u0003\u001d [8l\u0004\u001a:'\u000btVOT\u0004\u0003va\u0002`q\u0004r5r\u066e\/7'f~@|s;\u0006xyL1N8>\u0207X'<\u0308\u0017W?\u00bfV03sa)sR4\u001bi=x!\u001b\u04efgU\u0017\");2aBq\u00025t~sC7u4GP^<7\u0015$w\u0016T.\u001e0\u000bH\u0016VYO2y=\nOd>\u057c\\\u0003\u0005rg'$&G\u0006m['0\r%74\u0017[\u0017\u0005u\u001d\b.X8,n\u0012\u0005Nb-[4]9\u0132\u01e0\u00ecjX\u0015k\t)6{gj,yjX, \u067a^ kL\u04bfM%\u000e[{t\u0000zl\u0301];g3\u001b.\u000f@\u0017\u000e@o{\u0000:M#c+!]\u0010z\u0003x\u0007[\u0013T6\u0010H\u0011bM\"Vxuj\u0014JEV\u000fAUzx\u0018(?\fAmF \u0019&y;%nO%A\u001a*\u0000#hk#\u0011\u077b ,\u001c~\bSS_ok5~3FfLi<\u06c7\u0705S=\u0016}\u042c>O\tw\u0015I\rC{\u0187t\u0013*\u000f1b<\u0018V(s\nN;f{<^j\u00131\u0004YV|\u0011l0+!Cf^0?g=;y9\u000fL2\u065f\u0004K!\u0018e#FE\u001b9O'\u0012>\u0467\u000f\u001d\u00153\u0584d\u0001\u05dc=g\b4\u0794.U{\t{\u0007\u0010{ZSo}\u0590h!>\u001aB\u000e\u001a*08=d\"\u001c5R\u06e1%pi\/Z\u022f%%B?\u0000\u000fkro||\u000f8s|\u000fzd!Y\u001a!nTe#\u000bhWdcs\u0007V\u001c;WN(#y\u0007ZKdhD\u0016\u001dE\u0007a\u0686iXftvE\u0019:X^ADQ8^y(\u0015nx\u0018B'}-e\u000eoJa#s=\u000fj\u001c\u035b:\u001aGG\u0007\u001ep \u001bx\u07ae-JO\u000f0\u07a2hFGF1?n\u001e34*>8lE\u0007\u0007FF\u001e\u001d'QQ\u072bLJt\/x,\/+HP^K\u000e-Jov\u001c=W|\u0014\/\u0010\\\u0001\u0012\tJ\u056b\u0012.X6(\u060521\u0007%\n!'\u0004\u0013&\u001ey8&v}3]\u072eor7&x}3)^\u001coW4!\u03c3\u001eQJW5e{\u0010;\u001dF\u0004\u000f2{-&3Y#ovu\bm6\u000br{\u001aa\u001e)(:\r_Bo\fS;r\u9822S\u0017p^O}KP\u0012\u0016k]\u01ceG\u07fbs\/V\u001b\u001b\u001eB\/]g\u0017!\rY{W\u0007um\u0018Wp=\u0000W,I\u001aosUU#KIf\u0013\u0017;,\u02c4 \ua44aqHG\u001fbr\u0002(Q%#D(6\r\u001eE*\u001aG\u0014W;)LrZ\u0015\b\u0006Hh>VB\u038e\fjM0)\u0002q# T\u0494\u049cbaE{\u0013\u03bap%\u001e\u00079LT4\u00049_k5\u001d}#l\\$'pPm-\u0018CUCY8,\u0272\u0397\u03ffcC\u66e8P=\u000eSUyfN\u001d\u0018v\u04b4+@v\u0005\nb_xWp\u001d5\u06e4:jCw\u0017V-v\u0005Q}\n#Qm\u04ee\u0007\nl\u0015cBjw\\g0F.\ub330)N%5N\b)f)f,UA8\u0014b\u0003DL!6S\u0001\u0014c3\u00db\u00d5>)\u00e7(al>l_\"+Q\u001chS\\\u022d\u017av$\u0011\u0004_\u000f\u001e~\u0002d3L#6y>wljAn#\u0322Zl\u0513mv-Oe\u0276<\u0656Y'\u04f2\u0014E0\u0363u?\u000fn\u0014@g\u0702@\"\t~\/QA\fsJv\u000b\u07bbC6#pz{\u001b\u000f\u00170S+\b\u0714-E\fd(\u0007IkA;iF\u01dd_\u03ef\u0013W>qPSt1\u001e9yx\u0015#*AE.7\tg'\u001a21&uw-h^\u0290\"&+@%\u0011z\u0015\u001f1\u0015\u000b]P^\t\/]?xBl$k@DZ.`fry\u0012\u0010\t<3>?\u0167?L0G\u67c3`G6+\/p<-\u001b*\u000b>=Ut\u0503Qc\u40a2U^`\u0005\u000b\u00bcf~=[I\be^\u049c.&~t{\u000fc!d\u000bJRy,D'BsElM3OC%#e\u000eaId\u001cz\uf6b2\u001a\"\u000e!\\&gC>?lV<MV.eLhQ(2]zx;7!\u001a\u0003\\\u001ff\/\b\u001aA;ZW.}\u0005##\u0010b]\\\u0016B\t'\u0778M2+mN.;\u06d0\u0003\u0003\u0014=b\fD2O\u0016\u012a\u000b6~\u0000E\u0011Xbwo\u0002\u0007'y\u001ev IOc?(G3HkfqoG=tJ=\u001e@'\u0012\\\b;<\u001b2:1.\u0007\u01f17\u0608Iq\u0000.;`\u0279m+8G5\u0016\ua96d#CT\u01bb\u0018p_\u05aaV-=0X?ve\u001ac\u03e2,NN\u18b90\u0007^:*\u0016J#\u0010{oT\u001b3F\/3\u0015\u001a\u001a~q6s)\u000e\fe.F;V2\u0012{\f^rt0j<6nO6$5s1\u000e@Oq\u0011L\"\u0478k?DJy\u0007x\u0010#\u0014\u0362K3pRA%\/\u001f=v7\r{\u0097H\u000b\b\"\rFZJ\n\u00b0#n|\u00147Ko\u001f$6\u0005\u0000","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"e4d3786300a6e3f2ee6a8cde94ca3a07ac9ca11a","subject":"further distinguishing Lidbury-Donaldson model","message":"further distinguishing Lidbury-Donaldson model\n","repos":"johnwickerson\/memalloy,johnwickerson\/memalloy,johnwickerson\/memalloy","old_file":"tests\/Q2_c11_lidbury_partial.als","new_file":"tests\/Q2_c11_lidbury_partial.als","new_contents":"open ..\/sw\/c11_lidbury[E] as M1\nopen ..\/sw\/c11_partial[E] as M2\n\nsig E {}\n\npred distinguishes[X:Exec_C] {\n not (M1\/consistent[X])\n dead[X]\n M2\/consistent[X]\n\n \/\/ For now, omit dependencies\n no X.(ad+cd+dd)\n\n \/\/ For now, omit RMWs\n no X.(R&W)\n}\n\nrun t1 { some X:Exec_C {\n distinguishes[X]\n}} for 1 Exec, 4 E, 3 Int expect 1\n\/\/ Gives:\n\/\/ store(x,2,SC); || r0 = load(y,RLX);\n\/\/ store(y,1,SC); || store(x,1,SC);\n\/\/ { r0==1 && x==2 }\n\nfun cycle1[X:Exec_C] : E->E {\n (stor[X.W & X.sc]) .\n (X.sb - X.sloc) .\n (stor[X.W & X.sc]) .\n (X.rf) .\n (stor[X.R & X.(A - acq)]) .\n (X.sb - X.sloc) .\n (stor[X.W & X.sc]) .\n (X.co)\n}\n\nrun t2 { some X:Exec_C {\n distinguishes[X]\n irreflexive[cycle1[X]]\n}} for 1 Exec, 4 E, 3 Int expect 1\n\/\/ Gives:\n\/\/ store(x,2,SC); || store(y,2,RLX);\n\/\/ store(y,1,SC); || store(x,1,RLX);\n\/\/ { x==2 && y==2 }\n\n\nfun cycle2[X:Exec_C] : E->E {\n (stor[X.W & X.sc]) .\n (X.sb - X.sloc) .\n (stor[X.W & X.sc]) .\n (X.co) .\n (stor[X.W & X.(A - rel)]) .\n (X.sb - X.sloc) .\n (stor[X.W & X.(A - rel)]) .\n (X.co)\n}\n\nrun t3 { some X:Exec_C {\n distinguishes[X]\n irreflexive[cycle1[X]]\n irreflexive[cycle2[X]]\n}} for 1 Exec, 4 E, 3 Int expect 1\n\/\/ Gives:\n\/\/ store(x,2,SC); || r0 = load(y,SC);\n\/\/ store(y,1,RLX); || store(x,1,REL);\n\/\/ { x==2 && r0==1 }\n\nfun cycle3[X:Exec_C] : E->E {\n (stor[X.W & X.sc]) .\n (X.sb - X.sloc) .\n (stor[X.W & X.(A - rel)]) .\n (X.rf) .\n (stor[X.R & X.sc]) .\n (X.sb - X.sloc) .\n (stor[X.W & X.(rel - sc)]) .\n (X.co)\n}\n\nrun t4 { some X:Exec_C {\n distinguishes[X]\n irreflexive[cycle1[X]]\n irreflexive[cycle2[X]]\n irreflexive[cycle3[X]]\n}} for 1 Exec, 4 E, 3 Int expect 1\n\/\/ Gives.......\n\n\n\n\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n\nrun t0 { some X:Exec_C {\n distinguishes[X]\n some disj e0,e1,e2:E {\n e0 in X.(W-sc)\n e1 in X.(W&sc)\n e2 in X.(R-sc)\n (e0->e2) in X.rf\n (e0->e1) in M1\/hb[X] \n (e0->e1) in X.sloc\n }\n}} for 1 Exec, 5 E, 3 Int\n","old_contents":"open ..\/sw\/c11_lidbury[E] as M1\nopen ..\/sw\/c11_partial[E] as M2\n\nsig E {}\n\npred distinguishes[X:Exec_C] {\n not (M1\/consistent[X])\n dead[X]\n M2\/consistent[X]\n\n \/\/ For now, omit dependencies\n no X.(ad+cd+dd)\n\n \/\/ For now, omit RMWs\n no X.(R&W)\n}\n\nrun t1 { some X:Exec_C {\n distinguishes[X]\n}} for 1 Exec, 4 E, 3 Int expect 1\n\/\/ Gives:\n\/\/ store(x,2,SC); || r0 = load(y,RLX);\n\/\/ store(y,1,SC); || store(x,1,SC);\n\/\/ { r0==1 && x==2 }\n\nfun cycle1[X:Exec_C] : E->E {\n (stor[X.W & X.sc]) .\n (X.sb - X.sloc) .\n (stor[X.W & X.sc]) .\n (X.rf) .\n (stor[X.R & X.(A - acq)]) .\n (X.sb - X.sloc) .\n (stor[X.W & X.sc]) .\n (X.co)\n}\n\nrun t2 { some X:Exec_C {\n distinguishes[X]\n irreflexive[cycle1[X]]\n}} for 1 Exec, 4 E, 3 Int expect 1\n\/\/ Gives:\n\/\/ store(x,2,SC); || store(y,2,RLX);\n\/\/ store(y,1,SC); || store(x,1,RLX);\n\/\/ { x==2 && y==2 }\n\n\nfun cycle2[X:Exec_C] : E->E {\n (stor[X.W & X.sc]) .\n (X.sb - X.sloc) .\n (stor[X.W & X.sc]) .\n (X.co) .\n (stor[X.W & X.(A - rel)]) .\n (X.sb - X.sloc) .\n (stor[X.W & X.(A - rel)]) .\n (X.co)\n}\n\nrun t3 { some X:Exec_C {\n distinguishes[X]\n irreflexive[cycle1[X]]\n irreflexive[cycle2[X]]\n}} for 1 Exec, 4 E, 3 Int expect 1\n\/\/ Gives:\n\/\/ store(x,2,SC); || r0 = load(y,SC);\n\/\/ store(y,1,RLX); || store(x,1,REL);\n\/\/ { x==2 && r0==1 }\n\nfun cycle3[X:Exec_C] : E->E {\n (stor[X.W & X.sc]) .\n (X.sb - X.sloc) .\n (stor[X.W & X.(A - rel)]) .\n (X.rf) .\n (stor[X.R & X.sc]) .\n (X.sb - X.sloc) .\n (stor[X.W & X.(rel - sc)]) .\n (X.co)\n}\n\nrun t4 { some X:Exec_C {\n distinguishes[X]\n irreflexive[cycle1[X]]\n irreflexive[cycle2[X]]\n irreflexive[cycle3[X]]\n}} for 1 Exec, 4 E, 3 Int expect 1\n\/\/ Gives.......\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"2237e8ad1fd93fdd535eb2cd435e5f5abf5f6515","subject":"fix in auth","message":"fix in auth\n","repos":"danydunk\/Augusto,danydunk\/Augusto","old_file":"files\/alloy\/AUTH_without_unvalid.als","new_file":"files\/alloy\/AUTH_without_unvalid.als","new_contents":"--------------------Initial State---------------\npred init [t: Time] {\n\tno Track.op.t\n \tCurrent_window.is_in.t = aws.Login\n\t#List.elements.t = 0\n}\n---------------Generic AUTH Structure ----------\nabstract sig Go, Login, Signup, Ok, Cancel, Logout extends Action_widget { }\nabstract sig User, Password, User_save, Password_save, Re_password, Field extends Input_widget { }\n\nfact {\n\t(User_save+Password_save+Re_password) in Property_required.requireds\n\t(User_save+Password_save) in Property_unique.uniques\n}\n---------------Generic AUTH Semantics---------- \none sig Property_unique{\n\tuniques: set Input_widget\n} \none sig Property_required{\n\trequireds: set Input_widget\n}\nsig Object_inlist extends Object{\n\tvs: Value lone -> Input_widget\n}\none sig List {\n\telements: Object_inlist set -> Time\n}\npred fill_semantics [iw: Input_widget, t: Time, v: Value] { }\npred fill_success_post [iw: Input_widget, t, t': Time, v: Value] { \n\t\tList.elements.t' = List.elements.t\n}\npred fill_fail_post [iw: Input_widget, t, t': Time, v: Value] {\n\t\tList.elements.t' = List.elements.t\n}\npred fill_pre[iw: Input_widget, t: Time, v: Value] { \n\t\/\/#iw.content.(T\/first) = 1 => not(v = none)\n}\n\npred select_semantics [sw: Selectable_widget, t: Time, o: Object] { }\npred select_success_post [sw: Selectable_widget, t, t': Time, o: Object] { \n\t\t\/\/List.elements.t' = List.elements.t\n}\npred select_fail_post [sw: Selectable_widget, t, t': Time, o: Object] { \n\t\t\/\/List.elements.t' = List.elements.t\n}\npred select_pre[sw: Selectable_widget, t: Time, o: Object] { }\n\npred click_semantics [aw: Action_widget, t: Time] {\n\t(aw in Login) => filled_login_test [t] and existing_test [t] \n\t(aw in Ok) => filled_required_test[t] and unique_fields_test [t] and same_pass_test [t] \n}\npred click_success_post [aw: Action_widget, t, t': Time] {\n\tCurrent_window.is_in.t' = aw.goes\n\t(aw in Ok) => add [t, t'] else List.elements.t' = List.elements.t\n\t(all iw: Input_widget | iw.content.t' = iw.content.(T\/first))\n}\npred click_fail_post [aw: Action_widget, t, t': Time]\t{\n\t(all iw: Input_widget | iw.content.t' = iw.content.(T\/first))\n\tList.elements.t' = List.elements.t\n}\npred click_pre[aw: Action_widget, t: Time] { }\n\npred add [t, t': Time] {\n\tone o: Object_inlist |all iw: (User_save + Password_save + Field) | not(o in List.elements.t) and o.appeared = t' and o.vs.iw = iw.content.t and List.elements.t' = List.elements.t+o\n}\npred filled_login_test [t: Time] { \n\tall iw: (User+Password)| #iw.content.t = 1\n}\npred existing_test [t: Time] { \n\tone o: List.elements.t | Password.content.t =o.vs.Password_save and User.content.t =o.vs.User_save\n}\npred same_pass_test [t: Time] {\n\tPassword_save.content.t = Re_password.content.t\n}\npred filled_required_test [t: Time] { \n\tall iw: (User_save + Password_save + Re_password + Field)| (iw in Property_required.requireds) => #iw.content.t = 1\n}\npred unique_fields_test [t: Time] { \n\tall iw: (User_save + Password_save + Field) | all o: List.elements.t | (iw in Property_unique.uniques and (#o.vs.iw= 1)) => iw.content.t !=o.vs.iw \n}","old_contents":"--------------------Initial State---------------\npred init [t: Time] {\n\tno Track.op.t\n \tCurrent_window.is_in.t = aws.Login\n\t#List.elements.t = 0\n}\n---------------Generic AUTH Structure ----------\nabstract sig Go, Login, Signup, Ok, Cancel, Logout extends Action_widget { }\nabstract sig User, Password, User_save, Password_save, Re_password, Field extends Input_widget { }\n\nfact {\n\t(User_save+Password_save+Re_password) in Property_required.requireds\n\t(User_save+Password_save) in Property_unique.uniques\n}\n---------------Generic AUTH Semantics---------- \none sig Property_unique{\n\tuniques: set Input_widget\n} \none sig Property_required{\n\trequireds: set Input_widget\n}\nsig Object_inlist extends Object{\n\tvs: Value lone -> Input_widget\n}\none sig List {\n\telements: Object_inlist set -> Time\n}\npred fill_semantics [iw: Input_widget, t: Time, v: Value] { }\npred fill_success_post [iw: Input_widget, t, t': Time, v: Value] { \n\t\tList.elements.t' = List.elements.t\n}\npred fill_fail_post [iw: Input_widget, t, t': Time, v: Value] {\n\t\tList.elements.t' = List.elements.t\n}\npred fill_pre[iw: Input_widget, t: Time, v: Value] { \n\t\/\/#iw.content.(T\/first) = 1 => not(v = none)\n}\n\npred select_semantics [sw: Selectable_widget, t: Time, o: Object] { }\npred select_success_post [sw: Selectable_widget, t, t': Time, o: Object] { \n\t\t\/\/List.elements.t' = List.elements.t\n}\npred select_fail_post [sw: Selectable_widget, t, t': Time, o: Object] { \n\t\t\/\/List.elements.t' = List.elements.t\n}\npred select_pre[sw: Selectable_widget, t: Time, o: Object] { }\n\npred click_semantics [aw: Action_widget, t: Time] {\n\tCurrent_window.is_in.t' = aw.goes\n\t(aw in Login) => filled_login_test [t] and existing_test [t] \n\t(aw in Ok) => filled_required_test[t] and unique_fields_test [t] and same_pass_test [t] \n}\npred click_success_post [aw: Action_widget, t, t': Time] {\n\t(aw in Ok) => add [t, t'] else List.elements.t' = List.elements.t\n\t(all iw: Input_widget | iw.content.t' = iw.content.(T\/first))\n}\npred click_fail_post [aw: Action_widget, t, t': Time]\t{\n\t(all iw: Input_widget | iw.content.t' = iw.content.(T\/first))\n\tList.elements.t' = List.elements.t\n}\npred click_pre[aw: Action_widget, t: Time] { }\n\npred add [t, t': Time] {\n\tone o: Object_inlist |all iw: (User_save + Password_save + Field) | not(o in List.elements.t) and o.appeared = t' and o.vs.iw = iw.content.t and List.elements.t' = List.elements.t+o\n}\npred filled_login_test [t: Time] { \n\tall iw: (User+Password)| #iw.content.t = 1\n}\npred existing_test [t: Time] { \n\tone o: List.elements.t | Password.content.t =o.vs.Password_save and User.content.t =o.vs.User_save\n}\npred same_pass_test [t: Time] {\n\tPassword_save.content.t = Re_password.content.t\n}\npred filled_required_test [t: Time] { \n\tall iw: (User_save + Password_save + Re_password + Field)| (iw in Property_required.requireds) => #iw.content.t = 1\n}\npred unique_fields_test [t: Time] { \n\tall iw: (User_save + Password_save + Field) | all o: List.elements.t | (iw in Property_unique.uniques and (#o.vs.iw= 1)) => iw.content.t !=o.vs.iw \n}","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"6bbb9dbef6ae80e0b5230041f1009b1478de3722","subject":"Fix typo","message":"Fix typo\n","repos":"jaanos\/LVR-2016,jaanos\/LVR-2016","old_file":"tutorials\/2017\/wednesday\/tutorial_questions.als","new_file":"tutorials\/2017\/wednesday\/tutorial_questions.als","new_contents":"\/\/ This tutorial models a certain kind of state machine in Alloy\n\n\/\/ A state machine is a set of states.\n\/\/ Each state q has a successor relation. \n\/\/ q.successors is the set of possible next states following state q\n\nsig State { \n\tsuccessors: set State\n} \n\n\/\/ There is exactly one initial state\n\none sig Initial extends State { }\n\n\/\/ There is a set of final states\n\/\/ Each final state has an empty set of successors\n\nsig Final extends State { } { no successors }\n\n\/\/ The kind of state machine we are modelling has two other kinds of state: \n\/\/ yellow states and black states.\n\/\/ By using sig declarations in Alloy these sets are disjoint by default.\n\/\/ We add an axiom (a \"fact\") asserting that every state is initial, final, yellow or black\n\nsig Yellow extends State { } \nsig Black extends State { } \nfact { State = Initial + Final + Yellow + Black }\n\n\/\/ The 0-arity predicate nontrivModel below expresses that the model is \"nontrivial\" in the\n\/\/ sense that black, yellow and final states all exist.\n\npred nontrivModel { #Final > 0 && #Black > 0 && #Yellow > 0 }\n\n\/\/ Uncomment the run command below to check to see if the predicate can be satisfied in scope 1\n\/\/ run nontrivModel for 1\n\n\/\/ *** EXERCISE 1 ***\n\/\/ (a) Find the smallest scope in which nontrivModel is satisfiable\n\/\/ (b) Look at the model generated by clicking on Instance\n\/\/\tTo improve the display of the model click on Theme\n\/\/\tClick on sig Black in the left-hand menu and colour Black states black\n\/\/\tSimilarly colour Yellow states yellow, the initial state green and final states red\n\/\/\tClick on successors and delete the label from the text box in the top left corner\n\/\/\tIf there is a funny $nontrivModel relation displayed click on that and set \"show as arcs\" to off\n\/\/\tClick on Apply and then Close\n\/\/ The model should now display nicely\n\/\/ (c) Look at further models by clicking on Next\n\/\/\tAlso run nontrivModel again in larger scope (not too large) to generate larger models\n\n\/\/ *** EXERCISE 2 ***\n\/\/ Say that a state is deadlocked if it has no successors.\n\/\/ The sig declaration for Final requires final states to be deadlocked\n\/\/ Add an axiom stating that only Final states can deadlock\n\/\/ (You may find it useful to use a comprehension term { q: A | P }\n\/\/ which defines the subset of those q in set A that satisfy property P)\n\/\/ For a good reference on the logic of Alloy look at the slides for Session 1 of: \n\/\/ http:\/\/alloy.mit.edu\/alloy\/tutorials\/day-course\/\n\n\/\/ After this, and all subsequent exercises involving the addition of new facts run nontrivModel\n\/\/ in suitable scope and use the Next button to again explore the range of models available\n\n\/\/ *** EXERCISE 3 ***\n\/\/ Add an axiom stating that every state is reachable from the initial state\n\n\/\/ *** EXERCISE 4 ***\n\/\/ Black nodes are intended to represent error states. \n\/\/ When an execution reaches a black node it has to be corrected by eventually\n\/\/ resetting the system by returning it to the Initial node.\n\/\/ Add an axiom stating that the initial node is reachable from every black node\n\n\/\/*** EXERCISE 5 ***\n\/\/ Yellow states are intended to represent non-error intermediate states that \n\/\/ may be encountered en-route to arriving at a final state\n\/\/ Add an axiom stating that every yellow state has a path to a final state\n\n\/\/ *** EXERCISE 6 ***\n\/\/ In this exercise we use the \"assert\" command to state a property that we\n\/\/ hope follows from the axioms.\n\/\/ The property is that every state has a path to a final state\n\/\/ complete the assert command below by filling in the property\n\/\/ between the curly braces.\n\nassert finishable { }\n\n\/\/ Uncomment and modify the check command below to check finishable in a sufficiently large scope to\n\/\/ be confident whether or not the property is true.\n\n\/\/ check finishable for 1\n\n\/\/ If the property is not true then can you fix the model to make it true?\n\n\/\/ *** EXERCISE 7 ***\n\/\/ There is one further property we want to axiomatize.\n\/\/ We want to force the system to reset after a Black state.\n\/\/ This can be achieved by requiring that \n\/\/ every path to a final state from a black state goes through the initial state.\n\/\/ Add this as an axiom.\n\/\/ (Hint, you might need to use set operators to define a derived relation.)\n","old_contents":"\/\/ This tutorial models a certain kind of state machine in Alloy\n\n\/\/ A state machine is a set of states.\n\/\/ Each state q has a successor relation. \n\/\/ q.successors is the set of possible next states following state q\n\nsig State { \n\tsuccessors: set State\n} \n\n\/\/ There is exactly one initial state\n\none sig Initial extends State { }\n\n\/\/ There is a set of final states\n\/\/ Each final state has an empty set of successors\n\nsig Final extends State { } { no successors }\n\n\/\/ The kind of state machine we are modelling has two other kinds of state: \n\/\/ yellow states and black states.\n\/\/ By using sig declarations in Alloy these sets are disjoint by default.\n\/\/ We add an axiom (a \"fact\") asserting that every state is initial, final, yellow or black\n\nsig Yellow extends State { } \nsig Black extends State { } \nfact { State = Initial + Final + Yellow + Black }\n\n\/\/ The 0-arity predicate nontrivModel below expresses that the model is \"nontrivial\" in the\n\/\/ sense that black, yellow and final states all exist.\n\npred nontrivModel { #Final > 0 && #Black > 0 && #Yellow > 0 }\n\n\/\/ Uncomment the run command below to check to see if the predicate can be satisfied in scope 1\n\/\/ run nontrivModel for 1\n\n\/\/ *** EXERCISE 1 ***\n\/\/ (a) Find the smallest scope in which nontrivModel is satisfiable\n\/\/ (b) Look at the model generated by clicking on Instance\n\/\/\tTo improve the display of the model click on Theme\n\/\/\tClick on sig Black in the left-hand menu and colour Black states black\n\/\/\tSimilarly colour Yellow states yellow, the initial state green and final states red\n\/\/\tClick on successors and delete the label from the text box in the top left corner\n\/\/\tIf there is a funny $nontrivModel relation displayed click on that and set \"show as arcs\" to off\n\/\/\tClick on Apply and then Close\n\/\/ The model should now display nicely\n\/\/ (c) Look at further models by clicking on Next\n\/\/\tAlso run nontrivModel again in larger scope (not too large) to generate larger models\n\n\/\/ *** EXERCISE 2 ***\n\/\/ Say that a state is deadlocked if it has no successors.\n\/\/ The sig declaration for Final requires final stated to be deadlocked\n\/\/ Add an axiom stating that only Final states can deadlock\n\/\/ (You may find it useful to use a comprehension term { q: A | P }\n\/\/ which defines the subset of those q in set A that satisfy property P)\n\/\/ For a good reference on the logic of Alloy look at the slides for Session 1 of: \n\/\/ http:\/\/alloy.mit.edu\/alloy\/tutorials\/day-course\/\n\n\/\/ After this, and all subsequent exercises involving the addition of new facts run nontrivModel\n\/\/ in suitable scope and use the Next button to again explore the range of models available\n\n\/\/ *** EXERCISE 3 ***\n\/\/ Add an axiom stating that every state is reachable from the initial state\n\n\/\/ *** EXERCISE 4 ***\n\/\/ Black nodes are intended to represent error states. \n\/\/ When an execution reaches a black node it has to be corrected by eventually\n\/\/ resetting the system by returning it to the Initial node.\n\/\/ Add an axiom stating that the initial node is reachable from every black node\n\n\/\/*** EXERCISE 5 ***\n\/\/ Yellow states are intended to represent non-error intermediate states that \n\/\/ may be encountered en-route to arriving at a final state\n\/\/ Add an axiom stating that every yellow state has a path to a final state\n\n\/\/ *** EXERCISE 6 ***\n\/\/ In this exercise we use the \"assert\" command to state a property that we\n\/\/ hope follows from the axioms.\n\/\/ The property is that every state has a path to a final state\n\/\/ complete the assert command below by filling in the property\n\/\/ between the curly braces.\n\nassert finishable { }\n\n\/\/ Uncomment and modify the check command below to check finishable in a sufficiently large scope to\n\/\/ be confident whether or not the property is true.\n\n\/\/ check finishable for 1\n\n\/\/ If the property is not true then can you fix the model to make it true?\n\n\/\/ *** EXERCISE 7 ***\n\/\/ There is one further property we want to axiomatize.\n\/\/ We want to force the system to reset after a Black state.\n\/\/ This can be achieved by requiring that \n\/\/ every path to a final state from a black state goes through the initial state.\n\/\/ Add this as an axiom.\n\/\/ (Hint, you might need to use set operators to define a derived relation.)\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"743a9ab9d3cdedc4ea99ab56450d64221ba72b45","subject":"make not to marry women","message":"make not to marry women\n","repos":"nishio\/learning_alloy,nishio\/learning_alloy,nishio\/learning_alloy","old_file":"etude16.als","new_file":"etude16.als","new_contents":"open util\/ordering[Time]\nopen named_man_ja [Man]\nopen named_woman_ja [Woman]\n\nsig Time {}\n\nabstract sig Person {\n\tstate: State -> Time,\n}\n\nabstract sig Man, Woman extends Person {}\n\nenum State {Married, NotMarried}\n\npred init (t: Time) {\n\tall p: Person | p.state.t = NotMarried\n}\n\npred step (t, t': Time) {\n\tsome disj p1 : Man, p2 : Woman {\n\t\t{\n\t\t\t\/\/ marrige\n\t\t\tp1.state.t = NotMarried and p2.state.t = NotMarried\n\t\t\tp1.state.t' = Married and p2.state.t' = Married\n\t\t} or {\n\t\t\t\/\/ divorce\n\t\t\tp1.state.t = Married and p2.state.t = Married\n\t\t\tp1.state.t' = NotMarried and p2.state.t' = NotMarried\n\t\t}\n\t}\n}\n\nfact Traces {\n\tinit[first]\n\tall t: Time - last {\n\t\tstep[t, t.next]\n\t}\n}\n\nrun {} for exactly 3 Person, 5 Time\n","old_contents":"open util\/ordering[Time]\nopen named_man_ja [Man]\nopen named_woman_ja [Woman]\n\nsig Time {}\n\nabstract sig Person {\n\tstate: State -> Time,\n}\n\nabstract sig Man, Woman extends Person {}\n\nenum State {Married, NotMarried}\n\npred init (t: Time) {\n\tall p: Person | p.state.t = NotMarried\n}\n\npred step (t, t': Time) {\n\tsome disj p1, p2 : Person {\n\t\t{\n\t\t\t\/\/ marrige\n\t\t\tp1.state.t = NotMarried and p2.state.t = NotMarried\n\t\t\tp1.state.t' = Married and p2.state.t' = Married\n\t\t} or {\n\t\t\t\/\/ divorce\n\t\t\tp1.state.t = Married and p2.state.t = Married\n\t\t\tp1.state.t' = NotMarried and p2.state.t' = NotMarried\n\t\t}\n\t}\n}\n\nfact Traces {\n\tinit[first]\n\tall t: Time - last {\n\t\tstep[t, t.next]\n\t}\n}\n\nrun {} for exactly 3 Person, 5 Time\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"d7ee1ad97beb6021877bdd69ff85ae0f94410543","subject":"alloy modiefied, but not completed yet","message":"alloy modiefied, but not completed yet\n","repos":"cattaneo-riccardo\/PowerEnjoy","old_file":"Alloy\/powerenjoy_model.als","new_file":"Alloy\/powerenjoy_model.als","new_contents":"open util\/boolean\n\n\/\/ Car, User\n\nsig Car {\n\tid: Int,\n\tavailable: Bool,\n\tlocation: Location,\n\tunlocked: Bool,\n\tbattery_level: Int\n} {\n\tid>0\n\tbattery_level >= 0\n\tbattery_level <= 10\n}\n\nsig User {\n\tcredential: Credential,\n\tpayment_info: Payment_Info,\n\tlocation: Location\n}\nsig Credential {}\n\nsig Payment_Info {}\n\n\/\/ Reservation, Ride\n\nsig Reservation {\n\tuser: User,\n\tcar: Car,\n\tstart_area: Safe_Area,\n\tstart_time: Time,\n\tcurrent_cost: Int,\n\tfinal_discharged_cost: lone Int,\n\texpired: Bool,\n\tride: lone Ride\n} {\n\tcurrent_cost >= 0\n\tfinal_discharged_cost >= 0\n}\n\nsig Ride {\n\treservation: Reservation,\n\tpassengers: Int, \n\tpickup_time: Time,\n\trelease_time: lone Time,\n\trelease_battery_level: lone Int,\n\trelease_area: lone Safe_Area,\n\trelease_plugged: lone Bool\n} {\n\tpassengers >= 1\n\tpassengers <= 4\n\trelease_battery_level >= 0\n\trelease_battery_level <= 10\n\tnot areEqual[pickup_time, release_time]\n}\n\n\/\/ Time and CurrentTime\n\nsig Time {\n\/\/\tday: Int,\n\thour: Int,\n\tminute: Int\n} {\n\/\/\tday >= 0\n\/\/\tday =< 60 \/\/ For efficiency reasons\n\thour >= 0\n\thour =< 23\n\tminute >= 0\n\tminute =< 59\n}\n\nsig CurrentTime extends Time {}\n\n\/\/ Location, Areas\n\nsig Location {\n\tlatitude: Int, \n\tlongitude: Int \n}\nsig Area { \n\tcenter: Location,\n\tradius: Int\n} {\n\tradius > 0 \n}\nsig Safe_Area extends Area {}\nsig Special_Safe_Area extends Safe_Area {}\n\n\/* ----------- Functions ------------ *\/\nfun minutesDifference[t, t': Time]: Int {\n\tadd[sub[60, t'.minute], t.minute]\n}\n\nfun minutesDiff[t, t': Time]:Int {\n\tt.minute>t'.minute\n\timplies\n\t\tsub[t.minute, t'.minute]\n\telse\n\t\tsub[t'.minute, t.minute]\n}\n\nfun hoursDiff[t, t': Time]: Int {\n\tt.hour>=t'.hour\n\timplies(\n\t\tsub[t.hour, t'.hour]\n\t) else (\n\t\tsub[t'.hour, t.hour]\n\t)\n}\n\n\/\/Return the cost for a ride from time t to time t'\nfun cost[t, t': Time]: Int {\n\t\tt.hour = t'.hour\n\t\timplies (\n\t\t\tminutesDiff[t, t']\n\t\t)\n\t\telse (\n\t\t\tt.hour>t'.hour\n\t\t\timplies(\n\t\t\t\tadd[add[sub[60, t.minute]\t, mul[sub[hoursDiff[t,t'], 1], 60]], t'.minute] \/\/(60-t.minute) + (t.hour-t'.hour-1)*60 + t'.minute\n\t\t\t)\n\t\t\telse(\n\t\t\t\tadd[add[sub[60, t'.minute]\t, mul[sub[hoursDiff[t,t'], 1], 60]], t.minute] \/\/(60-t'.minute) + (t'.hour-t.hour-1)*60 + t.minute\t\t\t\n\t\t\t)\n\t\t)\n}\n\/\/ ----------- Predicates -----------\n\n\/\/ Returns true if t - t' <= 1h\n\npred isLessThanOneHourAhead[t, t': Time] {\n\tareEqual[t, t']\n\tor\n\/\/\t(t.day = t'.day\n\/\/\t\timplies (\n\t\t\t(t.hour = t'.hour and t.minute > t'.minute)\n\t\t\tor\n\t\t\t(t.hour = add[t'.hour,1] and minutesDifference[t, t'] < 60)\n\/*\t\t)\n\t\telse (\n\t\t\t(t.day = add[t'.day, 1] and t.hour = 0 and t'.hour = 23 and minutesDifference[t, t'] < 60)\n\t\t)\n\t)*\/\n}\n\n\/\/ Returns true if t >= t'\n\npred comesAfterOrEqual[t, t': Time] {\n\/\/\tt.day = t'.day\n\/\/\timplies (\n\t\tt.hour = t'.hour\n\t\timplies t.minute >= t'.minute\n\t\telse t.hour >= t'.hour\n\/\/\t)\n\/\/\telse t.day >= t'.day\n}\n\n\/\/ Returns true if t == t'\n\npred areEqual[t, t': Time] {\n\/\/\tt.day = t'.day and \n\tt.hour = t'.hour and t.minute = t'.minute\n}\n\n\/\/ Returns true if the max distance between latitudes and longitudes is 5\n\npred isNear[l, l': Location] {\n\t(l.latitude >= l'.latitude implies \n\t\tsub[l.latitude, l'.latitude] <= 5\n\telse\n\t\tsub[l'.latitude, l.latitude] <= 5)\n\tand\n\t(l.longitude >= l'.longitude implies \n\t\tsub[l.longitude, l'.longitude] <= 5\n\telse\n\t\tsub[l'.longitude, l.longitude] <= 5)\n}\n\n\/\/ Reservation r is open <=> r is not expired and \"it has not a ride yet or its ride has no release_time\"\n\npred isActive[r: Reservation] {\n\tr.expired = False and (\n\t\tno r.ride\n\t\tor\n\t\tno r.ride.release_time\n\t)\n}\n\n\/\/ ----------- Facts -------------\n\n\/\/ There's only a current time\n\nfact currentTimeForeverAlone {\n\t#CurrentTime = 1\n}\n\n\/\/ CurrentTime is after all the times in the model\n\nfact currentTimeIsAlwaysAhead {\n\tall t: Time |\n\t\tall ct: CurrentTime |\n\t\t\tcomesAfterOrEqual[ct, t]\n}\n\n\/\/ Each credential\/password\/payment info is used for a user\n\nfact eachCredentialCorrespondToAUser {\n\tUser.credential=Credential\n}\n\nfact eachPaymentInfoCorrespondToAUser {\n\tUser.payment_info=Payment_Info\n}\n\n\/\/ Different users <=> different credentials\n\nfact noUsersWithSameCredentials {\n\tall u1, u2: User |\n\t\tu1 != u2\n\t\tiff\n\t\tu1.credential != u2.credential\n}\n\n\/\/ Different cars <=> different IDs\n\nfact noCarsWithSameIDs {\n\tall c1, c2: Car |\n\t\tc1 != c2\n\t\tiff\n\t\tc1.id != c2.id\n}\n\n\/\/ If a ride has a reservation, then that reservation has that ride.\nfact ridesAndReservationRelation {\n\tall rid: Ride | (\n\t\trid = rid.reservation.ride\n\t) and\n\tall res: Reservation | (\n\t\tone res.ride \n\t\timplies\n\t\t\tres=res.ride.reservation\n\t)\n}\n\n\/\/ There can't be two reservations made by the same user both open\n\/\/ COMMENT: Actually it's possible that a user makes a wrong reservation and he lets it expires, while he makes another one\n\/*\nfact noConsecutiveReservations {\n\tall r, r': Reservation | (\n\t\tr.user = r'.user\n\t\timplies not (\n\t\t\tisOpen[r] and isOpen[r']\n\t\t)\n\t)\n}*\/\n\n\/\/ There can't be two reservations r1 and r2 for the same car overlapping.\n\nfact carsCanBeReservedByOneUserAtOnce { \n\tall c: Car | (\n\t\tall r, r': Reservation | (\n\t\t\t(r.car = c and r'.car = c and r != r' and comesAfterOrEqual[r'.start_time, r.start_time])\n\t\t\timplies (\n\t\t\t\t\t(some r.ride and some r.ride.release_time and comesAfterOrEqual[r'.start_time, r.ride.release_time])\n\t\t\t\t\tor\n\t\t\t\t\t(r.expired = True and not isLessThanOneHourAhead[r'.start_time, r.start_time])\n\t\t\t)\n\t\t)\n\t)\n}\n\n\/\/ A car is available if it has no reservations open.\n\nfact carAvailableCondition {\n\tall c: Car |\n\t\tc.available = True\n\t\tiff\n\t\t(no res: Reservation |\n\t\t\tres.car = c and isActive[res]\n\t\t)\n}\n\n\/\/ A reservation is expired if there's is not a ride whose pickup_time is less than one hour after the \n\/\/ reservation start_time.\n\nfact reservationExpiredCondition {\n\tall res: Reservation |\n\t\tres.expired = True\n\t\tiff\n\t\t(all currentTime: CurrentTime |\n\t\t\tnot isLessThanOneHourAhead[currentTime, res.start_time]\n\t\t)\n\t\tand\n\t\tno res.ride\n}\n\n\/\/ The pickup time of a ride should be in one hour from its reservation start_time\n\nfact pickupTimeConstraint {\n\tall rid: Ride | (\n\t\tisLessThanOneHourAhead[rid.pickup_time, rid.reservation.start_time]\n\t)\n}\n\n\/\/ release_time is always after pickup_time\n\nfact releaseTimeIsAfterPickupTime {\n\tall rid: Ride | (\n\t\tno rid.release_time\n\t\tor\n\t\tcomesAfterOrEqual[rid.release_time, rid.pickup_time]\n\t)\n}\n\n\/\/ A car is unlocked if there's a reservation not expired between a user and that car,\n\/\/ such user is near it and\n\/\/ he hasn't finished the ride (the ride associated with that reservation \n\/\/ doesn't have a release_time).\n\nfact carUnlockedConstraint {\n\tall c: Car | (\n\t\tc.unlocked = True\n\t\tiff\n\t\tsome r: Reservation | (\n\t\t\tr.car = c and isActive[r] and isNear[c.location, r.user.location]\n\t\t)\n\t)\n}\n\n\/\/If there is a release time, there are also a release release_battery and a release_area\nfact releaseInfoConstraint{\n\tall rid: Ride| (\n\t\tone rid.release_time\n\t\tiff\n\t\t(one rid.release_battery_level and one rid.release_area and one rid.release_plugged)\n\t)\n}\n\nfact feeConstraint {\n\tall r: Reservation | (\n\t\tr.expired = True\n\t\timplies\n\t\tr.current_cost = 10 and r.final_discharged_cost = 10\n\t)\n}\n\n\/\/The actual cost of a reservation is proportional to minutes spent in the car\nfact costOfAReservation {\n\tall res: Reservation | (\n\t\tres.expired = False\n\t\timplies (\n\t\t\tno res.ride\n\t\t\timplies\n\t\t\t\tres.current_cost=0\n\t\t\telse(\n\t\t\t\tno res.ride.release_time\n\t\t\t\timplies(\n\t\t\t\t\tall ct : CurrentTime |\n\t\t\t\t\t\tres.current_cost=cost[ct, res.ride.pickup_time]\n\t\t\t\t)\n\t\t\t\telse\n\t\t\t\t\tres.current_cost=cost[res.ride.release_time, res.ride.pickup_time]\n\t\t\t)\n\t\t)\n\t)\n}\n\/\/ ------------- Assertions ---------------\n\n\/\/ car available => car locked\n\nassert availableEntailsLocked {\n\tall c: Car | c.available = True implies c.unlocked = False\n}\n\n\/\/ car unlocked => car not available\n\nassert unlockedEntailsNotAvailable {\n\tall c: Car | c.unlocked = True implies c.available = False\n}\n\n\/\/ reservation expired => no ride\n\nassert expiredEntailsNoRide {\n\tall r: Reservation | r.expired = True implies no r.ride\n}\n\n\/\/ reservation active => car not available\n\nassert activeEntailsNotAvailable {\n\tall r: Reservation | isActive[r] implies r.car.available = False\n}\n\n\/\/ FALSE\n\nassert falseByPurpose {\n\tall r: Reservation | r.start_time = r.ride.release_time\n}\n\n\/\/ ------------ Show world! --------------\n\npred show {\n\t#User = 1\n\tall r: Reservation | r.expired = False\n\t#User = 1\n\t#Car = 2\n\t#Reservation = 3\n\/\/\tsome c: Car | c.unlocked = True\n\/\/\tsome c: Car | c.unlocked = False\n\n}\n\n\/\/run show for 8 Int\n\nrun show for 7 Int\n\/\/check availableEntailsLocked for 7 Int\n\/\/check unlockedEntailsNotAvailable for 7 Int\n\/\/check expiredEntailsNoRide for 7 Int\n\/\/check activeEntailsNotAvailable for 7 Int\n\/\/check falseByPurpose for 7 Int\n","old_contents":"open util\/boolean\n\n\/\/ Car, User\n\nsig Car {\n\tid: Int,\n\tavailable: Bool,\n\tlocation: Location,\n\tunlocked: Bool,\n\tbattery_level: Int\n} {\n\tint id>0\n\tbattery_level >= 0\n\tbattery_level <= 100\n}\n\nsig User {\n\tcredential: Credential,\n\tpassword: Password,\n\tpayment_info: Payment_Info,\n\tlocation: Location\n}\nsig Credential {}\nsig Password {}\nsig Payment_Info {}\n\n\/\/ Reservation, Ride\n\nsig Reservation {\n\tuser: User,\n\tcar: Car,\n\tstart_area: Safe_Area,\n\tstart_time: Time,\n\texpired: Bool,\n\tride: lone Ride\n}\n\nsig Ride {\n\treservation: Reservation,\n\tpassengers: Int, \n\tpickup_time: Time,\n\trelease_time: lone Time,\n\trelease_battery_level: lone Int,\n\trelease_area: lone Safe_Area\n} {\n\tpassengers >= 1\n\tpassengers <= 4\n\trelease_battery_level >= 0\n\trelease_battery_level <= 100\n}\n\n\/\/ Time and CurrentTime\n\nsig Time {\n\tday: Int,\n\thour: Int,\n\tminute: Int\n} {\n\tday >= 0\n\tday =< 365\n\thour >= 0\n\thour =< 23\n\tminute >= 0\n\tminute =< 59\n}\n\nsig CurrentTime extends Time {}\n\n\/\/ Location, Areas\n\nsig Location {\n\tlatitude: Int, \n\tlongitude: Int \n}\nsig Area {\n\tcenter: Location,\n\tradius: Int\n} {\n\tradius > 0 \n}\nsig Safe_Area extends Area {}\nsig Special_Safe_Area extends Safe_Area {}\n\n\/\/ ----------- Functions ------------\n\n\/\/ ----------- Predicates -----------\n\n\/\/ Returns true if t - t' <= 1h\n\npred isLessThanOneHourAhead[t, t': Time] {\n\tareEqual[t, t']\n\tor\n\t(t.day = t'.day\n\t\timplies (\n\t\t\t(t.hour = t'.hour and t.minute > t'.minute)\n\t\t\tor\n\t\t\t(t.hour = add[t'.hour,1] and add[sub[60, t'.minute], t.minute] < 60)\n\t\t)\n\t\telse (\n\t\t\t(t.day = add[t'.day, 1] and t.hour = 0 and t'.hour = 23 and add[sub[60, t'.minute], t.minute] < 60)\n\t\t)\n\t)\n}\n\n\/\/ Returns true if t >= t'\n\npred comesAfterOrEqual[t, t': Time] {\n\tt.day = t'.day\n\timplies (\n\t\tt.hour = t'.hour\n\t\timplies t.minute >= t'.minute\n\t\telse t.hour >= t'.hour\n\t)\n\telse t.day >= t'.day\n}\n\n\/\/ Returns true if t == t'\n\npred areEqual[t, t': Time] {\n\tt.day = t'.day and t.hour = t'.hour and t.minute = t'.minute\n}\n\n\/\/ Returns true if the max distance between latitudes and longitudes is 5\n\npred isNear[l, l': Location] {\n\t(l.latitude >= l'.latitude implies \n\t\tsub[l.latitude, l'.latitude] <= 5\n\telse\n\t\tsub[l'.latitude, l.latitude] <= 5)\n\tand\n\t(l.longitude >= l'.longitude implies \n\t\tsub[l.longitude, l'.longitude] <= 5\n\telse\n\t\tsub[l'.longitude, l.longitude] <= 5)\n}\n\n\/\/ Reservation r is open <=> r is expired and \"it has not a ride yet or its ride has no release_time\"\n\npred isOpen[r: Reservation] {\n\tr.expired = False and (\n\t\tno r.ride\n\t\tor\n\t\tno r.ride.release_time\n\t)\n}\n\n\/\/ ----------- Facts -------------\n\n\/\/ There's only a current time\n\nfact currentTimeForeverAlone {\n\t#CurrentTime = 1\n}\n\n\/\/ CurrentTime is after all the times in the model\n\nfact currentTimeIsAlwaysAhead {\n\tall t: Time |\n\t\tall ct: CurrentTime |\n\t\t\tcomesAfterOrEqual[ct, t]\n}\n\n\/\/ Each credential\/password\/payment info is used for a user\n\nfact eachCredentialCorrespondToAUser {\n\tall c: Credential |\n\t\tsome u: User |\n\t\t\tu.credential = c\n}\n\nfact eachPasswordCorrespondToAUser {\n\tall p: Password |\n\t\tsome u: User |\n\t\t\tu.password = p\n}\n\nfact eachPaymentInfoCorrespondToAUser {\n\tall pi: Payment_Info |\n\t\t some u: User |\n\t\t\tu.payment_info = pi\n}\n\n\/\/ Different users <=> different credentials\n\nfact noUsersWithSameCredentials {\n\tall u1, u2: User |\n\t\tu1 != u2\n\t\tiff\n\t\tu1.credential != u2.credential\n}\n\n\/\/ Different cars <=> different IDs\n\nfact noCarsWithSameIDs {\n\tall c1, c2: Car |\n\t\tc1 != c2\n\t\tiff\n\t\tc1.id != c2.id\n}\n\n\/\/ There can't be two reservations made by the same user both open\n\/\/ COMMENT: Actually it's possible that a user makes a wrong reservation and he lets it expires, while he makes another one\n\/*\nfact noConsecutiveReservations {\n\tall r, r': Reservation | (\n\t\tr.user = r'.user\n\t\timplies not (\n\t\t\tisOpen[r] and isOpen[r']\n\t\t)\n\t)\n}*\/\n\n\/\/ There can't be two reservations r1 and r2 for the same car overlapping.\n\nfact carsCanBeReservedByOneUserAtOnce {\n\tall c: Car | (\n\t\tall r, r': Reservation | (\n\t\t\t(r.car = c and r'.car = c and r != r' and comesAfterOrEqual[r'.start_time, r.start_time])\n\t\t\timplies (\n\t\t\t\t\t(some r.ride and some r.ride.release_time and comesAfterOrEqual[r'.start_time, r.ride.release_time])\n\t\t\t\t\tor\n\t\t\t\t\t(r.expired = True and not isLessThanOneHourAhead[r'.start_time, r.start_time])\n\t\t\t)\n\t\t)\n\t)\n}\n\n\/\/ A car is available if it has no reservations open.\n\nfact carAvailableCondition {\n\tall c: Car |\n\t\tc.available = True\n\t\tiff\n\t\t(not some res: Reservation |\n\t\t\tres.car = c and isOpen[res]\n\t\t)\n}\n\n\/\/ A reservation is expired if there's is not a ride whose pickup_time is less than one hour after the \n\/\/ reservation start_time.\n\nfact carExpiredCondition {\n\tall res: Reservation |\n\t\tres.expired = True\n\t\tiff\n\t\t(all currentTime: CurrentTime |\n\t\t\tnot isLessThanOneHourAhead[currentTime, res.start_time]\n\t\t)\n\t\tand\n\t\tno res.ride\n}\n\n\/\/ The pickup time of a ride should be in one hour from its reservation start_time\n\nfact pickupTimeConstraint {\n\tall rid: Ride | (\n\t\tisLessThanOneHourAhead[rid.pickup_time, rid.reservation.start_time]\n\t)\n}\n\n\/\/ If a reservation has a ride, then that ride has that reservation.\n\nfact ridesAndReservationRelation {\n\tall res: Reservation | (\n\t\tsome res.ride\n\t\timplies\n\t\tres = res.ride.reservation\n\t)\n\t\/*\n\t(all rid: Ride |\n\t\tsome res: Reservation |\n\t\t\trid.reservation = res and res.ride = rid)\n\t(all res, res': Reservation |\n\t\tres != res'\n\t\timplies\n\t\tres.ride != res'.ride)*\/\n}\n\n\/\/ A car is unlocked if there's a reservation not expired between a user and that car,\n\/\/ such user is near it and\n\/\/ he hasn't finished the ride (the ride associated with that reservation \n\/\/ doesn't have a release_time).\n\nfact carUnlockedConstraint {\n\tall c: Car | (\n\t\tc.unlocked = True\n\t\tiff\n\t\tsome r: Reservation | (\n\t\t\tr.car = c and isOpen[r] and isNear[c.location, r.user.location]\n\t\t)\n\t)\n\/*\n\tall c: Car | (\n\t\tc.unlocked = True\n\t\tiff (\n\t\t\tsome res: Reservation | (\n\t\t\t\tres.car = c and res.expired = False and\n\t\t\t\tsome u: User | (\n\t\t\t\t\tres.user = u and\n\t\t\t\t\tisNear[u.location, c.location] and\n\t\t\t\t\t(no res.ride or no res.ride.release_time)\n\t\t\t\t)\n\t\t\t)\n\t\t)\n\t)\n*\/\n}\n\n\/\/ release_time is always after pickup_time\n\nfact releaseTimeIsAfterPickupTime {\n\tall rid: Ride | (\n\t\tno rid.release_time\n\t\tor\n\t\tcomesAfterOrEqual[rid.release_time, rid.pickup_time]\n\t)\n}\n\n\/\/ ------------- Assertions ---------------\n\n\/\/ car available => car locked\n\n\/\/ car unlocked => car not available\n\n\/\/ ------------ Show world! --------------\n\npred show {\n\t#User = 1\n\t#Car = 2\n\t#Reservation = 3\n\tsome c: Car | c.unlocked = True\n\tsome c: Car | c.unlocked = False\n}\n\npred checkUnlocked {\n\t\n}\n\n\/\/run show for 8 Int\nrun show for 8 Int\n\/\/check currentTimeIsAlwaysAhead for 8 Int\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"a60ca67ec25827f076f72dc37d117500f8e85186","subject":"Incomplete - task : Coverage profiling of universal tests ","message":"Incomplete - task : Coverage profiling of universal tests \n","repos":"GaloisInc\/Votail,GaloisInc\/Votail,GaloisInc\/Votail","old_file":"models\/Voting.als","new_file":"models\/Voting.als","new_contents":"","old_contents":"","returncode":0,"stderr":"unknown","license":"mit","lang":"Alloy"} {"commit":"cdd4d6ee4c53bd1b4ff7dcca46cf691d520badaf","subject":"requirements metamodel is improved.","message":"requirements metamodel is improved.\n","repos":"ModelWriter\/Demonstrations,ModelWriter\/Demonstrations,ModelWriter\/Demonstrations","old_file":"eu.modelwriter.demonstration.alloyinecore\/harun\/requirements_metamodel_with_multiple_models.als","new_file":"eu.modelwriter.demonstration.alloyinecore\/harun\/requirements_metamodel_with_multiple_models.als","new_contents":"open util\/relation\nopen util\/ordering[Model] as models\n\nsig Model {\n\thas: set Requirement,\n\n\trequires: Requirement -> Requirement,\n\trefines: Requirement -> Requirement,\n\tcontains: Requirement -> Requirement,\n\tpartiallyRefines: Requirement -> Requirement,\n\tconflicts: Requirement -> Requirement,\n\tequals: Requirement -> Requirement\n}\n\nsig Requirement {\n\n}\n\nlone sig PR1_AirConditioning extends Requirement { }\nlone sig PR2_ClimateControl extends Requirement { }\n\/\/one sig PR3_ extends Requirement { }\nlone sig PR4_GearBox extends Requirement { }\nlone sig PR5_ManualGear extends Requirement { }\nlone sig PR6_AutomaticGear extends Requirement { }\n\/\/one sig PR7_ extends Requirement { }\nlone sig PR8_Engine extends Requirement { }\n\/\/one sig PR9_ extends Requirement { }\n\/\/one sig PR10_ extends Requirement { }\nlone sig PR11_ElectricEngine extends Requirement { }\nlone sig PR12_HybridEngine extends Requirement { }\nlone sig PR13_4Cylinder extends Requirement { }\n\/\/one sig PR14_ extends Requirement { }\nlone sig PR15_CylinderEngine extends Requirement { }\nlone sig PR16_EnergyReservoir extends Requirement { }\nlone sig PR17_Accumulator extends Requirement { }\n\/\/one sig PR18_ extends Requirement { }\nlone sig PR19_Chassis extends Requirement { }\nlone sig PR20_StaticWagon extends Requirement { }\nlone sig PR21_Cabriolet extends Requirement { }\nlone sig PR22_RoofControl extends Requirement { }\nlone sig PR23_ManualControl extends Requirement { }\nlone sig PR24_SensorControl extends Requirement { }\nlone sig PR25_Wiper extends Requirement { }\nlone sig PR26_RearWiper extends Requirement { }\nlone sig PR27_FrontWiper extends Requirement { }\nlone sig PR28_FrontIntervalWiper extends Requirement { }\nlone sig PR29_FrontRainSensorWiper extends Requirement { }\nlone sig PR30_RainSensor extends Requirement { }\n\nfact { let m0 = models\/first | m0.has = Requirement }\n\n\/\/ Preds begin\npred functional_facts[m:Model]{\n\tno m.requires & m.refines\n\tno m.requires & m.contains\n\tno m.requires & m.partiallyRefines\n\tno m.requires & m.conflicts\n\tno m.requires & m.equals\n\n\tno m.refines & m.contains\n\tno m.refines & m.partiallyRefines\n\tno m.refines & m.conflicts\n\tno m.refines & m.equals\n\n\tno m.contains & m.partiallyRefines\n\tno m.contains & m.conflicts\n\tno m.contains & m.equals\n\n\tno m.partiallyRefines & m.conflicts\n\tno m.partiallyRefines & m.equals\n\n\tno m.conflicts & m.equals\n\n\tno m.requires & ~(m.refines)\n\tno m.requires & ~(m.contains)\n\tno m.requires & ~(m.partiallyRefines)\n\tno m.requires & ~(m.conflicts)\n\tno m.requires & ~(m.equals)\n\n\tno m.refines & ~(m.contains)\n\tno m.refines & ~(m.partiallyRefines)\n\tno m.refines & ~(m.conflicts)\n\tno m.refines & ~(m.equals)\n\n\tno m.contains & ~(m.partiallyRefines)\n\tno m.contains & ~(m.conflicts)\n\tno m.contains & ~(m.equals)\n\n\tno m.partiallyRefines & ~(m.conflicts)\n\tno m.partiallyRefines & ~(m.equals)\n\n\tno m.conflicts & ~(m.equals)\n}\n\npred equals_facts[m:Model] {\n\tall a,b: m.has {\n\t\tb in a.(m.equals) => a.(m.conflicts) = b.(m.conflicts)\n\t\tb in a.(m.equals) => a.(m.requires) = b.(m.requires)\n\t\tb in a.(m.equals) => a.(m.equals) = b.(m.equals)\n\t\tb in a.(m.equals) => a.(m.refines) = b.(m.refines)\n\t\tb in a.(m.equals) => a.(m.partiallyRefines) = b.(m.partiallyRefines)\n\t\tb in a.(m.equals) => a.(m.contains) = b.(m.contains)\n\n\t\tb in a.(m.equals) => a.~(m.conflicts) = b.~(m.conflicts)\n\t\tb in a.(m.equals) => a.~(m.requires) = b.~(m.requires)\n\t\tb in a.(m.equals) => a.~(m.equals) = b.~(m.equals)\n\t\tb in a.(m.equals) => a.~(m.refines) = b.~(m.refines)\n\t\tb in a.(m.equals) => a.~(m.partiallyRefines) = b.~(m.partiallyRefines)\n\t\tb in a.(m.equals) => a.~(m.contains) = b.~(m.contains)\n\t}\n}\n\npred req_ref_facts[m:Model] {\n\tall a,b,c: m.has {\n\t\tb in a.(m.requires) && c in b.(m.refines) => c in a.(m.requires)\n\t\tb in a.(m.refines) && c in b.(m.requires) => c in a.(m.requires)\n\t}\n}\n\npred ref_cont_facts[m:Model] {\n\tall a,b,c: m.has {\n\t\tb in a.(m.refines) && c in b.(m.contains) => c in a.(m.refines)\n\t\tb in a.(m.partiallyRefines) && c in b.(m.contains) => c in a.(m.partiallyRefines)\n\t\tb in a.(m.refines) && c in b.(m.partiallyRefines) => c in a.(m.partiallyRefines)\n\t\tb in a.(m.partiallyRefines) && c in b.(m.refines) => c in a.(m.partiallyRefines)\n\t}\n}\n\npred req_conf_facts[m:Model] {\n\tall a,b,c: m.has {\n\t\tb in a.(m.requires) && c in b.(m.conflicts) => c in a.(m.conflicts)\n\t\tb in a.(m.refines) && c in b.(m.conflicts) => c in a.(m.conflicts)\n\t}\n}\n\npred func_definitions[m:Model] {\n\tirreflexive[m.requires]\n\tantisymmetric[m.requires]\n\ttransitive[m.requires]\n\n\tirreflexive[m.refines]\n\tantisymmetric[m.refines]\n\ttransitive[m.refines]\n\n\tirreflexive[m.contains]\n\tantisymmetric[m.contains]\n\ttransitive[m.contains]\n\n\tirreflexive[m.partiallyRefines]\n\tantisymmetric[m.partiallyRefines]\n\ttransitive[m.partiallyRefines]\n\n\tirreflexive[m.conflicts]\n\tsymmetric[m.conflicts]\n\n\treflexive[m.equals, Requirement]\n\tsymmetric[m.equals]\n\ttransitive[m.equals]\n}\n\npred generateSolution {\n\tall m0:Model, m1: models\/next[m0] {\n\t\tm0.has in m1.has\n\n\t\tm0.requires in m1.requires\n\t\tm0.refines in m1.refines\n\t\tm0.contains in m1.contains\n\t\tm0.partiallyRefines in m1.partiallyRefines\n\t\tm0.conflicts in m1.conflicts\n\t\tm0.equals in m1.equals\n\n\t\tfunc_definitions[m1]\n\t\treq_conf_facts[m1]\n\t\tref_cont_facts[m1]\n\t\treq_ref_facts[m1]\n\t\tequals_facts[m1]\n\t\tfunctional_facts[m1]\n\t}\n}\n\/\/ Preds end\n\npred figure3 { \n\tlet m0 = models\/first {\n\t\tRequirement = PR11_ElectricEngine + PR17_Accumulator + PR16_EnergyReservoir\n\n\t\tm0.requires = PR11_ElectricEngine -> PR17_Accumulator\n\t\tm0.refines = PR17_Accumulator -> PR16_EnergyReservoir\n\t\tno m0.partiallyRefines\n\t\tno m0.equals\n\t\tno m0.contains\n\t\tno m0.conflicts\n\t}\n\tgenerateSolution\n}\n\npred figure4 { \n\tlet m0 = models\/first {\n\t\tRequirement = PR1_AirConditioning + PR2_ClimateControl\n\t\t\n\t\tm0.requires = PR1_AirConditioning -> PR2_ClimateControl\n\t\tm0.refines = PR2_ClimateControl -> PR1_AirConditioning\n\t\tno m0.partiallyRefines\n\t\tno m0.equals\n\t\tno m0.contains\n\t\tno m0.conflicts\n\t}\n\tgenerateSolution\n}\n\npred figure7 { \n\tlet m0 = models\/first {\n\t\tRequirement = PR19_Chassis + PR20_StaticWagon + PR21_Cabriolet + PR22_RoofControl + PR23_ManualControl + PR24_SensorControl + PR25_Wiper + PR26_RearWiper + PR27_FrontWiper + PR28_FrontIntervalWiper + PR29_FrontRainSensorWiper + PR30_RainSensor\n\t\t\n\t\tm0.requires = PR19_Chassis -> PR25_Wiper + PR20_StaticWagon -> PR26_RearWiper + PR21_Cabriolet -> PR22_RoofControl + PR24_SensorControl -> PR30_RainSensor + PR29_FrontRainSensorWiper -> PR30_RainSensor\n\t\tm0.refines = PR21_Cabriolet -> PR19_Chassis + PR20_StaticWagon -> PR19_Chassis + PR26_RearWiper -> PR25_Wiper + PR27_FrontWiper -> PR25_Wiper + PR28_FrontIntervalWiper -> PR27_FrontWiper + PR29_FrontRainSensorWiper -> PR27_FrontWiper + PR23_ManualControl -> PR22_RoofControl + PR24_SensorControl -> PR22_RoofControl \n\t\tm0.conflicts = PR20_StaticWagon -> PR21_Cabriolet + PR23_ManualControl -> PR24_SensorControl + PR28_FrontIntervalWiper -> PR29_FrontRainSensorWiper\n\t\tno m0.partiallyRefines\n\t\tno m0.equals\n\t\tno m0.contains\n\t}\n\tgenerateSolution\n}\n\npred figure8 { \n\tlet m0 = models\/first {\n\t\tRequirement = PR5_ManualGear + PR6_AutomaticGear + PR15_CylinderEngine\n\t\t\n\t\tm0.requires = PR15_CylinderEngine -> PR6_AutomaticGear\n\t\tm0.conflicts = PR6_AutomaticGear -> PR5_ManualGear\n\t\tno m0.partiallyRefines\n\t\tno m0.equals\n\t\tno m0.contains\n\t\tno m0.refines\n\t}\n\tgenerateSolution\n}\n\npred figure9 { \n\tlet m0 = models\/first {\n\t\tRequirement = PR5_ManualGear + PR6_AutomaticGear + PR4_GearBox + PR8_Engine + PR12_HybridEngine + PR13_4Cylinder\n\n\t\tm0.requires = PR13_4Cylinder -> PR5_ManualGear + PR12_HybridEngine -> PR13_4Cylinder + PR12_HybridEngine -> PR6_AutomaticGear\n\t\tm0.refines = PR12_HybridEngine -> PR8_Engine + PR13_4Cylinder -> PR8_Engine + PR5_ManualGear -> PR4_GearBox + PR6_AutomaticGear -> PR4_GearBox \n\t\tm0.conflicts = PR6_AutomaticGear -> PR5_ManualGear\n\t\tno m0.partiallyRefines\n\t\tno m0.equals\n\t\tno m0.contains\n\t}\n\tgenerateSolution\n}\n\npred figure13 { \n\tlet m0 = models\/first {\n\t\tRequirement = PR20_StaticWagon + PR26_RearWiper + PR25_Wiper + PR5_ManualGear\n\n\t\tm0.contains= PR20_StaticWagon -> PR26_RearWiper + PR20_StaticWagon -> PR25_Wiper\n\t\tm0.refines = PR26_RearWiper -> PR5_ManualGear + PR5_ManualGear -> PR25_Wiper\n\t\tno m0.partiallyRefines\n\t\tno m0.equals\n\t\tno m0.requires\n\t\tno m0.conflicts\n\t}\n\tgenerateSolution\n}\n\npred figure15 { \n\tlet m0 = models\/first {\n\t\tRequirement = PR20_StaticWagon + PR26_RearWiper + PR25_Wiper\n\n\t\tm0.requires = PR20_StaticWagon -> PR26_RearWiper\n\t\tm0.refines = PR26_RearWiper -> PR25_Wiper\n\t\tno m0.partiallyRefines\n\t\tno m0.equals\n\t\tno m0.contains\n\t\tno m0.conflicts\n\t}\n\tgenerateSolution\n}\n\nrun figure3 for exactly 3 Requirement, 2 Model\nrun figure4 for exactly 2 Requirement, 2 Model \/\/ Sonu\u00e7 vermemeli\nrun figure7 for exactly 12 Requirement, 2 Model\nrun figure8 for exactly 3 Requirement, 2 Model\nrun figure9 for exactly 6 Requirement, 2 Model \/\/ Sonu\u00e7 vermemeli\nrun figure13 for exactly 4 Requirement, 2 Model\nrun figure15 for exactly 3 Requirement, 2 Model\n\n\n\n\n","old_contents":"","returncode":1,"stderr":"error: pathspec 'eu.modelwriter.demonstration.alloyinecore\/harun\/requirements_metamodel_with_multiple_models.als' did not match any file(s) known to git\n","license":"epl-1.0","lang":"Alloy"} {"commit":"5d50f66c6c66f67768714e504fc27a723d0266ef","subject":"initial","message":"initial\n","repos":"nishio\/learning_alloy,nishio\/learning_alloy,nishio\/learning_alloy","old_file":"walb.als","new_file":"walb.als","new_contents":"\/\/ walb\nopen util\/ordering[ReadPack + WritePack]\nopen util\/ordering[Request]\n\n\/\/ Request\u306e\u5206\u985e\nabstract sig Request{}\n\nsig WriteReq extends Request{\n\tbelong: one WritePack\n}\n\nsig ReadReq extends Request{\n\tbelong: one ReadPack\n}\n\nsig Flush extends Request{}\n\n\/\/ Pack\u306e\u5206\u985e\nabstract sig Pack {}\n\nsig WritePack extends Pack {\n\tlog: one LogPack,\n\tdata: one DataPack\n\t\n}\n\nsig ReadPack extends Pack {}\n\nsig LogPack extends Pack {}\n\nsig DataPack extends Pack {}\n\nfact {\n\tall p: LogPack | one p.~log\n\tall p: DataPack | one p.~data\n}\n\npred overlap(disj r1, r2: Request){}\n\npred overlap(disj p1, p2: Pack){}\n\nrun {}\n","old_contents":"","returncode":1,"stderr":"error: pathspec 'walb.als' did not match any file(s) known to git\n","license":"mit","lang":"Alloy"} {"commit":"45c8f608ddc12b021348c05aa0b48f3e0ab6a1df","subject":"Fix typo in exercises","message":"Fix typo in exercises\n","repos":"jaanos\/LVR-2016,jaanos\/LVR-2016","old_file":"alloy\/tutorial_questions.als","new_file":"alloy\/tutorial_questions.als","new_contents":"\/\/ This tutorial models a certain kind of state machine in Alloy\n\n\/\/ A state machine is a set of states.\n\/\/ Each state q has a successor relation. \n\/\/ q.successors is the set of possible next states following state q\n\nsig State { \n\tsuccessors: set State\n} \n\n\/\/ There is exactly one initial state\n\none sig Initial extends State { }\n\n\/\/ There is a set of final states\n\/\/ Each final state has an empty set of successors\n\nsig Final extends State { } { no successors }\n\n\/\/ The kind of state machine we are modelling has two other kinds of state: \n\/\/ yellow states and black states.\n\/\/ By using sig declarations in Alloy these sets are disjoint by default.\n\/\/ We add an axiom (a \"fact\") asserting that every state is initial, final, yellow or black\n\nsig Yellow extends State { } \nsig Black extends State { } \nfact { State = Initial + Final + Yellow + Black }\n\n\/\/ The 0-arity predicate findModel below expresses that there exist black, yellow and final states\npred findModel { #Final > 0 && #Black > 0 && #Yellow > 0 }\n\n\/\/ The run command below checks to see if the predicate can be satisfied in scope 1\nrun findModel for 1\n\n\/\/ *** EXERCISE 1 ***\n\/\/ (a) Find the smallest scope in which findModel is satisfiable\n\/\/ (b) Look at the model generated by clicking on Instance\n\/\/\tTo improve the display of the model click on Theme\n\/\/\tClick on sig Black in the left-hand menu and colour Black states black\n\/\/\tSimilarly colour Yellow states yellow, the initial state green and final states red\n\/\/\tClick on successors and delete the label from the text box in the top left corner\n\/\/\tIf there is a funny $findModel relation displayed click on that and set \"show as arcs\" to off\n\/\/\tClick on Apply and then Close\n\/\/ The model should now display nicely\n\/\/ (c) Look at further models by clicking on Next\n\/\/\tAlso run findModel again in larger scope (not too large) to generate larger models\n\n\/\/ *** EXERCISE 2 ***\n\/\/ Say that a state is deadlocked if its successors are empty.\n\/\/ The sig declaration for Final requires final stated to be deadlocked\n\/\/ Add an axiom stating that only Final states can deadlock\n\/\/ (You may find it useful to use a comprehension term { q: A | P }\n\/\/ which defines the subset of those q in set A that satisfy property P)\n\/\/ For a good reference on the logic of Alloy look at the slides for Session 1 of: \n\/\/ http:\/\/alloy.mit.edu\/alloy\/tutorials\/day-course\/\n\n\/\/ After this, and all subsequent exercises involving the addition of new facts run findModel\n\/\/ in suitable scope and use the Next button to again explore the range of models available\n\n\/\/ *** EXERCISE 3 ***\n\/\/ Add an axiom stating that every state is reachable from the initial state\n\n\/\/ *** EXERCISE 4 ***\n\/\/ Black nodes are intended to represent error states. \n\/\/ When an execution reaches a black node it has to be corrected by eventually\n\/\/ resetting the system by returning it to the Initial node.\n\/\/ Add an axiom stating that the initial node is reachable from every black node\n\n\/\/*** EXERCISE 5 ***\n\/\/ Yellow states are intended to represent non-error intermediate states that \n\/\/ may be encountered en-route to arriving at a final state\n\/\/ Add an axiom stating that every yellow state has a path to a final state\n\n\/\/ *** EXERCISE 6 ***\n\/\/ In this exercise we use the \"assert\" command to state a property that we\n\/\/ hope follows from the axioms.\n\/\/ The property is that every state has a path to a final state\n\/\/ complete the assert command below by filling in the property\n\/\/ between the curly braces.\n\nassert finishable { }\n\n\/\/ Modify the check command below to check finishable in a sufficiently large scope to\n\/\/ be confident whether or not the property is true.\n\ncheck finishable for 1\n\n\/\/ If the property is not true then can you fix the model to make it true?\n\n\/\/ *** EXERCISE 7 ***\n\/\/ There is one further property we want to axiomatize.\n\/\/ We want to force the system to reset after a Black state.\n\/\/ This can be achieved by requiring that \n\/\/ every path to a final state from a black state goes through the initial state.\n\/\/ Add this as an axiom.\n\/\/ (Hint, you might need to use set operators to define a derived relation.)\n","old_contents":"\/\/ This tutorial models a certain kind of state machine in Alloy\n\n\/\/ A state machine is a set of states.\n\/\/ Each state q has a successor relation. \n\/\/ q.successors is the set of possible next states following state q\n\nsig State { \n\tsuccessors: set State\n} \n\n\/\/ There is exactly one initial state\n\none sig Initial extends State { }\n\n\/\/ There is a set of final states\n\/\/ Each final state has an empty set of successors\n\nsig Final extends State { } { no successors }\n\n\/\/ The kind of state machine we are modelling has two other kinds of state: \n\/\/ yellow states and black states.\n\/\/ By using sig declarations in Alloy these sets are disjoint by default.\n\/\/ We add an axiom (a \"fact\") asserting that every state is initial, final, yellow or black\n\nsig Yellow extends State { } \nsig Black extends State { } \nfact { State = Initial + Final + Yellow + Black }\n\n\/\/ The 0-arity predicate findModel below expresses that there exist black, yellow and final states\npred findModel { #Final > 0 && #Black > 0 && #Yellow > 0 }\n\n\/\/ The run command below checks to see if the predicate can be satisfied in scope 1\nrun findModel for 1\n\n\/\/ *** EXERCISE 1 ***\n\/\/ (a) Find the smallest scope in which findModel is satisfiable\n\/\/ (b) Look at the model generated by clicking on Instance\n\/\/\tTo improve the display of the model click on Theme\n\/\/\tClick on sig Black in the left-hand menu and colour Black states black\n\/\/\tSimilarly colour Yellow states yellow, the initial state green and final states red\n\/\/\tClick on successors and delete the label from the text box in the top left corner\n\/\/\tIf there is a funny $findModel relation displayed click on that and set \"show as arcs\" to off\n\/\/\tClick on Apply and then Close\n\/\/ The model should now display nicely\n\/\/ (c) Look at further models by clicking on Next\n\/\/\tAlso run findModel again in larger scope (not too large) to generate larger models\n\n\/\/ *** EXERCISE 2 ***\n\/\/ Say that a state is deadlocked if its successors are empty.\n\/\/ The sig declaration for Final requires final stated to be deadlocked\n\/\/ Add an axiom stating that only Final states can deadlock\n\/\/ (You may find it useful to use a comprehension term { q: A | P }\n\/\/ which defines the subset of those q in set A that satisfy property P)\n\/\/ For a good reference on the logic of Alloy look at the slides for Session 1 of: \n\/\/ http:\/\/alloy.mit.edu\/alloy\/tutorials\/day-course\/\n\n\/\/ After this, and all subsequent exercises involving the addition of new fact,s run findModel\n\/\/ in suitable scope and use the Next button to again explore the range of models available\n\n\/\/ *** EXERCISE 3 ***\n\/\/ Add an axiom stating that every state is reachable from the initial state\n\n\/\/ *** EXERCISE 4 ***\n\/\/ Black nodes are intended to represent error states. \n\/\/ When an execution reaches a black node it has to be corrected by eventually\n\/\/ resetting the system by returning it to the Initial node.\n\/\/ Add an axiom stating that the initial node is reachable from every black node\n\n\/\/*** EXERCISE 5 ***\n\/\/ Yellow states are intended to represent non-error intermediate states that \n\/\/ may be encountered en-route to arriving at a final state\n\/\/ Add an axiom stating that every yellow state has a path to a final state\n\n\/\/ *** EXERCISE 6 ***\n\/\/ In this exercise we use the \"assert\" command to state a property that we\n\/\/ hope follows from the axioms.\n\/\/ The property is that every state has a path to a final state\n\/\/ complete the assert command below by filling in the property\n\/\/ between the curly braces.\n\nassert finishable { }\n\n\/\/ Modify the check command below to check finishable in a sufficiently large scope to\n\/\/ be confident whether or not the property is true.\n\ncheck finishable for 1\n\n\/\/ If the property is not true then can you fix the model to make it true?\n\n\/\/ *** EXERCISE 7 ***\n\/\/ There is one further property we want to axiomatize.\n\/\/ We want to force the system to reset after a Black state.\n\/\/ This can be achieved by requiring that \n\/\/ every path to a final state from a black state goes through the initial state.\n\/\/ Add this as an axiom.\n\/\/ (Hint, you might need to use set operators to define a derived relation.)\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"729c3197dc6d160ec0a916cff7479c2946e375a7","subject":"refactor","message":"refactor\n","repos":"nishio\/learning_alloy,nishio\/learning_alloy,nishio\/learning_alloy","old_file":"illust_logic\/illustLogic.als","new_file":"illust_logic\/illustLogic.als","new_contents":"open util\/ordering[Col] as cols\nopen util\/ordering[Row] as rows\n\nabstract sig Region {\n\tindex: Int\n}\nsig Col extends Region {\n cell: Row -> Color\n}{\n\tindex >= 0\n\tindex <= 9\n}\nsig Row extends Region {}{\n\tindex >= 0\n\tindex <= 9\n}\n\nfact {\n\tall r: Col - last {\n\t\tadd[r.index, 1] = r.next.index\n\t}\n\tall r: Row - last {\n\t\tadd[r.index, 1] = r.next.index\n\t}\n}\n\nenum Color { Black, White }\n\nfact {\n all c: Col, r: Row | one cell [c, r]\n}\n\n-- about rows\n\nfun headsInRow (r: Row): set Col {\n { c: Col | blackHeadInRow[c, r] }\n}\n\nfact noOtherHeadsInRow {\n no c: Col, r: Row | c not in headsInRow[r] and blackHeadInRow[c, r]\n}\n\npred headsSeqInRow (r: Row, s: seq Col) {\n s.elems = headsInRow[r]\n all i: s.butlast.inds | lt [s[i], s[plus[i, 1]]]\n}\n\nfun Int2Row (i: Int): Row {\n\tindex.i & Row\n}\n\nfun Row2Int (r: Row): Int {\n\tr.index\n}\n\npred rowHint (j: Int, sizes: seq Int) {\n let r = Int2Row[j] | some cs: seq Col {\n #sizes = #cs\n \/\/ cs\u306f\u9ed2\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u306e\u4f4d\u7f6e\u306e\u30bd\u30fc\u30c8\u3055\u308c\u305f\u30b7\u30fc\u30af\u30a8\u30f3\u30b9\n headsSeqInRow [r, cs]\n all i: sizes.inds {\n \/\/ cs[i]\u3092start, start\u306e\u4f4d\u7f6e\u306bsize[i]\u3092\u8db3\u3057\u30661\u3092\u5f15\u3044\u305f\u4f4d\u7f6e\u306b\u3042\u308bCol\u3092end\u3068\u547c\u3076\n let start = cs [i], end = Int2Col [plus [Col2Int [start], minus[sizes [i], 1] ]] {\n \/\/ end\u304c\u5b58\u5728\u3059\u308b\n some end\n \/\/ start\u304b\u3089end\u307e\u3067\u5168\u90e8\u9ed2\n all c: start.*cols\/next - end.^cols\/next | cell [c, r] in Black\n \/\/ end\u306e\u6b21\u304c\u306a\u3044\u304b\u3001\u307e\u305f\u306f\u767d\n no end.next or cell [end.next, r] in White\n }\n }\n }\n}\n\npred prev_is_white(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u30c8\u30ea\u30c3\u30af: prev\u304cCol->Col\u3067\u3082Row\u306b\u4f7f\u3063\u3066\u3088\u3044\n\t\/\/ \u306a\u305c\u306a\u3089\u7a7a\u96c6\u5408\u304c\u8fd4\u308b\u306e\u3067in White\u304c\u6210\u7acb\u3059\u308b\u304b\u3089\n\tcell[prev[c], r] + cell[c, prev[r]] in White\n}\n\npred no_prev(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u30c8\u30ea\u30c3\u30af: next\u304cCol->Col\u3067\u3082Row\u306b\u4f7f\u3063\u3066\u3088\u3044\n\t\/\/ \u306a\u305c\u306a\u3089\u7a7a\u96c6\u5408\u304c\u8fd4\u308b\u306e\u3067no\u304c\u6210\u7acb\u3059\u308b\u304b\u3089\n\tno prev[c] and no prev[r]\n}\n\n\/\/ c, r\u304c\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u3067\u3042\u308b\u304b\u3069\u3046\u304b\npred is_black_head(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u6700\u521d\u306eRow\u3067\u3042\u308b\u304b\u3001\u307e\u305f\u306f\u524d\u306eRow\u306e\u30bb\u30eb\u304c\u767d\u3044\n no_prev[c, r, prev] or prev_is_white[c, r, prev]\n\t\/\/ \u3053\u306e\u30bb\u30eb\u306f\u9ed2\u3044\n cell[c, r] in Black\n}\n\npred blackHeadInCol (c: Col, r: Row) {\n\tis_black_head[c, r, rows\/prev]\n}\npred blackHeadInRow (c: Col, r: Row) {\n\tis_black_head[c, r, cols\/prev]\n}\n\n-- about cols\n\/\/ Col c\u306e\u4e2d\u306e\u3001\u30d6\u30ed\u30c3\u30af\u306e\u982d\u3067\u3042\u308bRow\u306e\u96c6\u5408\nfun headsInCol (c: Col): set Row {\n { r: Row | blackHeadInCol[c, r] }\n}\n\nfact noOtherHeadsInCol {\n no c: Col, r: Row | r not in headsInCol[c] and blackHeadInCol[c, r]\n}\n\npred headsSeqInCol (c: Col, s: seq Row) {\n\t\/\/ s\u306e\u8981\u7d20\u306f\u30d6\u30ed\u30c3\u30af\u5148\u982d\u306e\u96c6\u5408\u3068\u540c\u4e00\n s.elems = headsInCol[c]\n\t\/\/ s\u306f\u5358\u8abf\u5897\u52a0\n all i: s.butlast.inds | lt [s[i], s[plus[i, 1]]]\n}\n\nfun Int2Col (i: Int): Col {\n\tindex.i & Col\n}\n\nfun Col2Int (c: Col): Int {\n\tc.index\n}\n\nfun range(start, end: Region, next: Region -> Region): Region{\n\tstart.*next - end.^next\n}\npred colHint (j: Int, sizes: seq Int) {\n let c = Int2Col[j] | some rs: seq Row {\n #sizes = #rs\n headsSeqInCol [c, rs]\n all i: sizes.inds {\n let start = rs [i], end = Int2Row [plus [Row2Int [start], minus[sizes [i], 1] ]] {\n \tsome end\n \tall r: range[start, end, rows\/next] | cell [c, r] in Black\n \tno end.next or cell [c, end.next] in White\n \t}\n\t\t}\n }\n}\n-- riddle from http:\/\/homepage1.nifty.com\/sabo10\/rulelog\/illust.html\nsolve: run {\n rowHint [0, 0 -> 3]\n rowHint [1, 0 -> 2 + 1 -> 2]\n rowHint [2, 0 -> 1 + 1 -> 1 + 2 -> 1]\n rowHint [3, 0 -> 3 + 1 -> 3]\n rowHint [4, 0 -> 5]\n rowHint [5, 0 -> 7]\n rowHint [6, 0 -> 7]\n rowHint [7, 0 -> 7]\n rowHint [8, 0 -> 7]\n rowHint [9, 0 -> 5]\n\n colHint [0, 0 -> 4]\n colHint [1, 0 -> 6]\n colHint [2, 0 -> 7]\n colHint [3, 0 -> 9]\n colHint [4, 0 -> 2 + 1 -> 7]\n colHint [5, 0 -> 1 + 1 -> 6]\n colHint [6, 0 -> 2 + 1 -> 4]\n colHint [7, 0 -> 3]\n colHint [8, 0 -> 1]\n colHint [9, 0 -> 2]\n} for 10 but 5 Int\n","old_contents":"open util\/ordering[Col] as cols\nopen util\/ordering[Row] as rows\n\nabstract sig Region {\n\tindex: Int\n}\nsig Col extends Region {\n cell: Row -> Color\n}{\n\tindex >= 0\n\tindex <= 9\n}\nsig Row extends Region {}{\n\tindex >= 0\n\tindex <= 9\n}\n\nfact {\n\tall r: Col - last {\n\t\tadd[r.index, 1] = r.next.index\n\t}\n\tall r: Row - last {\n\t\tadd[r.index, 1] = r.next.index\n\t}\n}\n\nenum Color { Black, White }\n\nfact {\n all c: Col, r: Row | one cell [c, r]\n}\n\n-- about rows\npred blackHeadInRow (c: Col, r: Row) {\n c in first or cell[c.prev, r] in White\n cell[c, r] in Black\n}\n\nfun headsInRow (r: Row): set Col {\n { c: Col | blackHeadInRow[c, r] }\n}\n\nfact noOtherHeadsInRow {\n no c: Col, r: Row | c not in headsInRow[r] and blackHeadInRow[c, r]\n}\n\npred headsSeqInRow (r: Row, s: seq Col) {\n s.elems = headsInRow[r]\n all i: s.butlast.inds | lt [s[i], s[plus[i, 1]]]\n}\n\nfun Int2Row (i: Int): Row {\n\tindex.i & Row\n}\n\nfun Row2Int (r: Row): Int {\n\tr.index\n}\n\npred rowHint (j: Int, sizes: seq Int) {\n let r = Int2Row[j] | some cs: seq Col {\n #sizes = #cs\n \/\/ cs\u306f\u9ed2\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u306e\u4f4d\u7f6e\u306e\u30bd\u30fc\u30c8\u3055\u308c\u305f\u30b7\u30fc\u30af\u30a8\u30f3\u30b9\n headsSeqInRow [r, cs]\n all i: sizes.inds {\n \/\/ cs[i]\u3092start, start\u306e\u4f4d\u7f6e\u306bsize[i]\u3092\u8db3\u3057\u30661\u3092\u5f15\u3044\u305f\u4f4d\u7f6e\u306b\u3042\u308bCol\u3092end\u3068\u547c\u3076\n let start = cs [i], end = Int2Col [plus [Col2Int [start], minus[sizes [i], 1] ]] {\n \/\/ end\u304c\u5b58\u5728\u3059\u308b\n some end\n \/\/ start\u304b\u3089end\u307e\u3067\u5168\u90e8\u9ed2\n all c: start.*cols\/next - end.^cols\/next | cell [c, r] in Black\n \/\/ end\u306e\u6b21\u304c\u306a\u3044\u304b\u3001\u307e\u305f\u306f\u767d\n no end.next or cell [end.next, r] in White\n }\n }\n }\n}\n\npred prev_is_white(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u30c8\u30ea\u30c3\u30af: next\u304cCol->Col\u3067\u3082Row\u306b\u4f7f\u3063\u3066\u3088\u3044\n\t\/\/ \u306a\u305c\u306a\u3089\u7a7a\u96c6\u5408\u304c\u8fd4\u308b\u306e\u3067in White\u304c\u6210\u7acb\u3059\u308b\u304b\u3089\n\tcell[prev[c], r] + cell[c, prev[r]] in White\n}\n\n-- about cols\n\/\/ c, r\u304c\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u3067\u3042\u308b\u304b\u3069\u3046\u304b\npred blackHeadInCol (c: Col, r: Row) {\n\t\/\/ \u6700\u521d\u306eRow\u3067\u3042\u308b\u304b\u3001\u307e\u305f\u306f\u524d\u306eRow\u306e\u30bb\u30eb\u304c\u767d\u3044\n r in first or prev_is_white[c, r, rows\/prev]\n\t\/\/ \u3053\u306e\u30bb\u30eb\u306f\u9ed2\u3044\n cell[c, r] in Black\n}\n\n\/\/ Col c\u306e\u4e2d\u306e\u3001\u30d6\u30ed\u30c3\u30af\u306e\u982d\u3067\u3042\u308bRow\u306e\u96c6\u5408\nfun headsInCol (c: Col): set Row {\n { r: Row | blackHeadInCol[c, r] }\n}\n\nfact noOtherHeadsInCol {\n no c: Col, r: Row | r not in headsInCol[c] and blackHeadInCol[c, r]\n}\n\npred headsSeqInCol (c: Col, s: seq Row) {\n\t\/\/ s\u306e\u8981\u7d20\u306f\u30d6\u30ed\u30c3\u30af\u5148\u982d\u306e\u96c6\u5408\u3068\u540c\u4e00\n s.elems = headsInCol[c]\n\t\/\/ s\u306f\u5358\u8abf\u5897\u52a0\n all i: s.butlast.inds | lt [s[i], s[plus[i, 1]]]\n}\n\nfun Int2Col (i: Int): Col {\n\tindex.i & Col\n}\n\nfun Col2Int (c: Col): Int {\n\tc.index\n}\n\nfun range(start, end: Region, next: Region -> Region): Region{\n\tstart.*next - end.^next\n}\npred colHint (j: Int, sizes: seq Int) {\n let c = Int2Col[j] | some rs: seq Row {\n #sizes = #rs\n headsSeqInCol [c, rs]\n all i: sizes.inds {\n let start = rs [i], end = Int2Row [plus [Row2Int [start], minus[sizes [i], 1] ]] {\n \tsome end\n \tall r: range[start, end, rows\/next] | cell [c, r] in Black\n \tno end.next or cell [c, end.next] in White\n \t}\n\t\t}\n }\n}\n-- riddle from http:\/\/homepage1.nifty.com\/sabo10\/rulelog\/illust.html\nsolve: run {\n rowHint [0, 0 -> 3]\n rowHint [1, 0 -> 2 + 1 -> 2]\n rowHint [2, 0 -> 1 + 1 -> 1 + 2 -> 1]\n rowHint [3, 0 -> 3 + 1 -> 3]\n rowHint [4, 0 -> 5]\n rowHint [5, 0 -> 7]\n rowHint [6, 0 -> 7]\n rowHint [7, 0 -> 7]\n rowHint [8, 0 -> 7]\n rowHint [9, 0 -> 5]\n\n colHint [0, 0 -> 4]\n colHint [1, 0 -> 6]\n colHint [2, 0 -> 7]\n colHint [3, 0 -> 9]\n colHint [4, 0 -> 2 + 1 -> 7]\n colHint [5, 0 -> 1 + 1 -> 6]\n colHint [6, 0 -> 2 + 1 -> 4]\n colHint [7, 0 -> 3]\n colHint [8, 0 -> 1]\n colHint [9, 0 -> 2]\n} for 10 but 5 Int\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"93e69a0351db201d84d184f97469251fde0690f6","subject":"find KK(KK) = KK","message":"find KK(KK) = KK\n","repos":"nishio\/learning_alloy,nishio\/learning_alloy,nishio\/learning_alloy","old_file":"combinator.als","new_file":"combinator.als","new_contents":"open util\/ordering[Term]\n\nsome abstract sig Term {}\n\none sig K extends Term {}\n\nsig Apply extends Term {\n\tf, g: Term\n}\n\nfact {\n\tall x, y: Term | (x -> y) in (f + g) => y not in (x.prevs + x)\n}\n\npred equal (x, y: Term) {\n\tx in Apply and x.f in Apply and x.f.f = K and y = x.f.g\n}\n\nfun apply(x, y: Term): Term{\t\n\t{a: Apply | a.f = x and a.g = y }\n}\n\nrun {\n\tsome x, y: Term | equal[x, y]\n} for 5 Term\n","old_contents":"","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"566b4fadfcb10d2e189edb421a1e5493480fd3cd","subject":"fixing comments","message":"fixing comments\n","repos":"johnwickerson\/memalloy,johnwickerson\/memalloy,johnwickerson\/memalloy","old_file":"archs\/exec_arm8.als","new_file":"archs\/exec_arm8.als","new_contents":"module exec_arm8[E]\nopen exec_arm7[E]\n\nsig Exec_Arm8 extends Exec_Arm7 {\n screl : set E, \/\/ release events\n scacq : set E \/\/ acquire events\n}{\n\n \/\/ only reads can acquire\n scacq in R\n\n \/\/ only non-initial writes can release\n screl in W - IW\n \n}\n\nfun screl[e:E, X:Exec_Arm8] : set E { X.screl - e }\nfun scacq[e:E, X:Exec_Arm8] : set E { X.scacq - e }\n","old_contents":"module exec_arm8[E]\nopen exec_arm7[E]\n\nsig Exec_Arm8 extends Exec_Arm7 {\n screl : set E, \/\/ release events\n scacq : set E \/\/ acquire events\n}{\n\n \/\/ only atomic reads can acquire\n scacq in R\n\n \/\/ only atomic writes can release\n screl in W - IW\n \n}\n\nfun screl[e:E, X:Exec_Arm8] : set E { X.screl - e }\nfun scacq[e:E, X:Exec_Arm8] : set E { X.scacq - e }\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"30b96ed1b6acfd6b7b569c4f42fe4af9c9793578","subject":"some timing results from ee-benjamin","message":"some timing results from ee-benjamin\n","repos":"johnwickerson\/memalloy,johnwickerson\/memalloy,johnwickerson\/memalloy","old_file":"mappings\/arm8_lock_elision.als","new_file":"mappings\/arm8_lock_elision.als","new_contents":"open ..\/archs\/exec_arm8L[E]\nopen ..\/models\/aarch64_txn[E] as M\n\nmodule arm8_lock_elision[E]\n\npred apply_map[X,X':Exec_Arm8L, map:E->E] { \n\n map in (X.EV one-> X'.EV)\n\n \/\/ no critical sections remain\n no X'.(LkT + UkT + LkN + UkN)\n\n \/\/ suppose we don't have transactions in the source program\n no X.stxn\n\n \/\/ events in the same critical section (where the critical\n \/\/ section is one that is to be transactionalised), map to events \n \/\/ in the same transaction.\n (X.EV - X.UkT) <: scst[X] :> (X.EV - X.UkT) = map.(X'.stxn).~map\n\n \/\/ the set of lock-related events introduced by the mapping\n let L = map[X.(LkT + UkT + LkN + UkN)] {\n\n \/\/ Mildly interesting observation: transactional memory models\n \/\/ are not monotonic w.r.t. adding sequencing edges\n\n X'.sthd = ~map.(X.sthd).map\n\n all e1, e2 : X.EV |\n (some e1.map and some e2.map) implies\n ((e1 -> e2 in X.sb) iff (map[e1] -> map[e2] in X'.sb))\n\n X.ad = map.((X'.EV - L) <: (X'.ad) :> (X'.EV - L)).~map\n X.cd = map.((X'.EV - L) <: (X'.cd) :> (X'.EV - L)).~map\n X.dd = map.((X'.EV - L) <: (X'.dd) :> (X'.EV - L)).~map\n X.atom = map.((X'.EV - L) <: (X'.atom) :> (X'.EV - L)).~map\n X.rf = map.((X'.EV - L) <: (X'.rf) :> (X'.EV - L)).~map\n X.co = map.((X'.EV - L) <: (X'.co) :> (X'.EV - L)).~map\n\n X.R = (X'.R - L).~map\n X.W = (X'.W - L).~map\n X.F = (X'.F - L).~map\n X.DMBST = (X'.DMBST - L).~map\n X.DMBLD = (X'.DMBLD - L).~map\n X.ISB = (X'.ISB - L).~map\n X.SCACQ = (X'.SCACQ - L).~map\n X.SCREL = (X'.SCREL - L).~map \n\n \/\/ lock-related events in X' are on the same location\n X'.sloc = (L -> L) + ((X'.EV - L) <: ~map.(X.sloc).map :> (X'.EV - L))\n\n \/\/ non-call events map to non-library events\n all e : X.EV - X.LkT - X.LkN - X.UkT - X.UkN {\n\t one e.map\n }\n\n \/\/ lock() to be transactionalised\n\tall e : X.LkT | some e1 : X'.EV {\n e.map = e1\n e1 in X'.R - X'.SCACQ \/\/ e1 is a lock-related read event\n\t e1 not in ran[X'.rf] \/\/ e1 sees the lock is not taken\n }\n\n\t\/\/ unlock() to be transactionalised\n all e : X.UkT | no e.map\n\n \/\/ lock() to be kept as a normal lock\n all e : X.LkN | some disj e1, e2 : X'.EV {\n e.map = e1 + e2\n (e1 -> e2) in imm[X'.sb] & X'.atom \/\/ e1 and e2 form an RMW pair \n e1 in X'.SCACQ & X'.R \/\/ e1 is a lock-related acquire read\n e2 in X'.W \/\/ e2 is a lock-related write\n }\n\n \/\/ unlock() to be kept as a normal unlock\n all e : X.UkN | some e1 : X'.EV {\n \t e.map = e1\n e1 in X'.SCREL & X'.W \/\/ eL is a lock-related release write\n }\n\n } \n}\n\npred consistent_critical_sections[X:Exec_Arm8L] {\n \/\/ no (po|com)-cycles among critical sections\n let com = X.rf + X.co + fr[none->none,X] |\n let scs = scst[X] + scsl[X] |\n is_acyclic[ scs . (X.sb + com - scs) . scs ]\n}\n\npred p[X,X':Exec_Arm8L, map:E->E] {\n withoutinit[X]\n withoutinit[X']\n\n not {\n M\/consistent[none->none, X]\n consistent_critical_sections[X]\n }\n\n \/\/M\/dead[none->none, X]\n\n M\/consistent[none->none, X']\n\n apply_map[X,X',map]\n\/*\n some disj E0, E1, E2, E3, E4, E5, E6: E {\n hint_src[X,E0,E1,E2,E3,E4,E5,E6]\n hint_tgt[X',E0,E1,E2,E3,E4,E5,E6]\n map = (E0->E0) + (E1->E1) + (E3->E2) + (E3->E3) + (E4->E4) + (E5->E5) + (E6->E6)\n }*\/\n}\n\npred hint_src[X:Exec_Arm8L, E0,E1,E2,E3,E4,E5,E6:E] {\n\/\/ E0: LkT || E3: LkN\n\/\/ E1: W x 1 || E4: R x 0\n\/\/ E2: UkT || [data]\n\/\/ || E5: W x 2\n\/\/ || E6: UkN\n X.EV = E0+E1+E2+E3+E4+E5+E6\n X.R = E4\n X.W = E1+E5\n X.F = none\n X.LkT = E0\n X.UkT = E2\n X.LkN = E3\n X.UkN = E6\n X.SCACQ = none\n X.SCREL = none\n X.DMBLD = none\n X.DMBST = none\n X.co = (E1->E5)\n X.rf = none->none\n X.sloc = sq[E1+E4+E5]\n X.sthd = sq[E0+E1+E2] + sq[E3+E4+E5+E6]\n X.cd = none->none\n X.dd = E4->E5\n X.ad = none->none\n X.sb = ^((E0->E1)+(E1->E2)) + ^((E3->E4)+(E4->E5)+(E5->E6))\n X.atom = none->none\n X.stxn = none->none\n}\n\npred hint_tgt[X:Exec_Arm8L, E0,E1,E2,E3,E4,E5,E6:E] {\n\/\/ txn { || E2: R*[ACQ] lock 0 \n\/\/ E0: R lock 0 || E3: W* lock 1 \n\/\/ E1: W x 1 || E4: R x 0\n\/\/ } || [data]\n\/\/ || E5: W x 2\n\/\/ || E6: W[REL] lock 2\n X.EV = E0+E1+E2+E3+E4+E5+E6\n X.R = E0+E2+E4\n X.W = E1+E3+E5+E6\n X.F = none\n X.LkT = none\n X.UkT = none\n X.LkN = none\n X.UkN = none\n X.SCACQ = E2\n X.SCREL = E6\n X.DMBLD = none\n X.DMBST = none\n X.co = (E1->E5)+(E3->E6)\n X.rf = none->none\n X.sloc = sq[E1+E4+E5] + sq[E0+E2+E3+E6]\n X.sthd = sq[E0+E1] + sq[E2+E3+E4+E5+E6]\n X.cd = none->none\n X.dd = E4->E5\n X.ad = none->none\n X.sb = (E0->E1) + ^((E2->E3)+(E3->E4)+(E4->E5)+(E5->E6))\n X.atom = (E2->E3)\n X.stxn = sq[E0+E1]\n}\n\nrun p for 2 Exec, 7 E \/\/ found in 63550ms using Plingeling on Benjamin\n","old_contents":"open ..\/archs\/exec_arm8L[E]\nopen ..\/models\/aarch64_txn[E] as M\n\nmodule arm8_lock_elision[E]\n\npred apply_map[X,X':Exec_Arm8L, map:E->E] { \n\n map in (X.EV one-> X'.EV)\n\n \/\/ no critical sections remain\n no X'.(LkT + UkT + LkN + UkN)\n\n \/\/ suppose we don't have transactions in the source program\n no X.stxn\n\n \/\/ events in the same critical section (where the critical\n \/\/ section is one that is to be transactionalised), map to events \n \/\/ in the same transaction.\n (X.EV - X.UkT) <: scst[X] :> (X.EV - X.UkT) = map.(X'.stxn).~map\n\n \/\/ the set of lock-related events introduced by the mapping\n let L = map[X.(LkT + UkT + LkN + UkN)] {\n\n \/\/ Mildly interesting observation: transactional memory models\n \/\/ are not monotonic w.r.t. adding sequencing edges\n\n X'.sthd = ~map.(X.sthd).map\n\n all e1, e2 : X.EV |\n (some e1.map and some e2.map) implies\n ((e1 -> e2 in X.sb) iff (map[e1] -> map[e2] in X'.sb))\n\n X.ad = map.((X'.EV - L) <: (X'.ad) :> (X'.EV - L)).~map\n X.cd = map.((X'.EV - L) <: (X'.cd) :> (X'.EV - L)).~map\n X.dd = map.((X'.EV - L) <: (X'.dd) :> (X'.EV - L)).~map\n X.atom = map.((X'.EV - L) <: (X'.atom) :> (X'.EV - L)).~map\n X.rf = map.((X'.EV - L) <: (X'.rf) :> (X'.EV - L)).~map\n X.co = map.((X'.EV - L) <: (X'.co) :> (X'.EV - L)).~map\n\n X.R = (X'.R - L).~map\n X.W = (X'.W - L).~map\n X.F = (X'.F - L).~map\n X.DMBST = (X'.DMBST - L).~map\n X.DMBLD = (X'.DMBLD - L).~map\n X.ISB = (X'.ISB - L).~map\n X.SCACQ = (X'.SCACQ - L).~map\n X.SCREL = (X'.SCREL - L).~map \n\n \/\/ lock-related events in X' are on the same location\n X'.sloc = (L -> L) + ((X'.EV - L) <: ~map.(X.sloc).map :> (X'.EV - L))\n\n \/\/ non-call events map to non-library events\n all e : X.EV - X.LkT - X.LkN - X.UkT - X.UkN {\n\t one e.map\n }\n\n \/\/ lock() to be transactionalised\n\tall e : X.LkT | some e1 : X'.EV {\n e.map = e1\n e1 in X'.R - X'.SCACQ \/\/ e1 is a lock-related read event\n\t e1 not in ran[X'.rf] \/\/ e1 sees the lock is not taken\n }\n\n\t\/\/ unlock() to be transactionalised\n all e : X.UkT | no e.map\n\n \/\/ lock() to be kept as a normal lock\n all e : X.LkN | some disj e1, e2 : X'.EV {\n e.map = e1 + e2\n (e1 -> e2) in imm[X'.sb] & X'.atom \/\/ e1 and e2 form an RMW pair \n e1 in X'.SCACQ & X'.R \/\/ e1 is a lock-related acquire read\n e2 in X'.W \/\/ e2 is a lock-related write\n }\n\n \/\/ unlock() to be kept as a normal unlock\n all e : X.UkN | some e1 : X'.EV {\n \t e.map = e1\n e1 in X'.SCREL & X'.W \/\/ eL is a lock-related release write\n }\n\n } \n}\n\npred consistent_critical_sections[X:Exec_Arm8L] {\n \/\/ no (po|com)-cycles among critical sections\n let com = X.rf + X.co + fr[none->none,X] |\n let scs = scst[X] + scsl[X] |\n is_acyclic[ scs . (X.sb + com - scs) . scs ]\n}\n\npred p[X,X':Exec_Arm8L, map:E->E] {\n withoutinit[X]\n withoutinit[X']\n\n not {\n M\/consistent[none->none, X]\n consistent_critical_sections[X]\n }\n\n \/\/M\/dead[none->none, X]\n\n M\/consistent[none->none, X']\n\n apply_map[X,X',map]\n\/*\n some disj E0, E1, E2, E3, E4, E5, E6: E {\n hint_src[X,E0,E1,E2,E3,E4,E5,E6]\n hint_tgt[X',E0,E1,E2,E3,E4,E5,E6]\n map = (E0->E0) + (E1->E1) + (E3->E2) + (E3->E3) + (E4->E4) + (E5->E5) + (E6->E6)\n }*\/\n}\n\npred hint_src[X:Exec_Arm8L, E0,E1,E2,E3,E4,E5,E6:E] {\n\/\/ E0: LkT || E3: LkN\n\/\/ E1: W x 1 || E4: R x 0\n\/\/ E2: UkT || [data]\n\/\/ || E5: W x 2\n\/\/ || E6: UkN\n X.EV = E0+E1+E2+E3+E4+E5+E6\n X.R = E4\n X.W = E1+E5\n X.F = none\n X.LkT = E0\n X.UkT = E2\n X.LkN = E3\n X.UkN = E6\n X.SCACQ = none\n X.SCREL = none\n X.DMBLD = none\n X.DMBST = none\n X.co = (E1->E5)\n X.rf = none->none\n X.sloc = sq[E1+E4+E5]\n X.sthd = sq[E0+E1+E2] + sq[E3+E4+E5+E6]\n X.cd = none->none\n X.dd = E4->E5\n X.ad = none->none\n X.sb = ^((E0->E1)+(E1->E2)) + ^((E3->E4)+(E4->E5)+(E5->E6))\n X.atom = none->none\n X.stxn = none->none\n}\n\npred hint_tgt[X:Exec_Arm8L, E0,E1,E2,E3,E4,E5,E6:E] {\n\/\/ txn { || E2: R*[ACQ] lock 0 \n\/\/ E0: R lock 0 || E3: W* lock 1 \n\/\/ E1: W x 1 || E4: R x 0\n\/\/ } || [data]\n\/\/ || E5: W x 2\n\/\/ || E6: W[REL] lock 2\n X.EV = E0+E1+E2+E3+E4+E5+E6\n X.R = E0+E2+E4\n X.W = E1+E3+E5+E6\n X.F = none\n X.LkT = none\n X.UkT = none\n X.LkN = none\n X.UkN = none\n X.SCACQ = E2\n X.SCREL = E6\n X.DMBLD = none\n X.DMBST = none\n X.co = (E1->E5)+(E3->E6)\n X.rf = none->none\n X.sloc = sq[E1+E4+E5] + sq[E0+E2+E3+E6]\n X.sthd = sq[E0+E1] + sq[E2+E3+E4+E5+E6]\n X.cd = none->none\n X.dd = E4->E5\n X.ad = none->none\n X.sb = (E0->E1) + ^((E2->E3)+(E3->E4)+(E4->E5)+(E5->E6))\n X.atom = (E2->E3)\n X.stxn = sq[E0+E1]\n}\n\nrun p for 2 Exec, 7 E \/\/ found in 4 mins\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"d0a1b22b47b46b23d34dc7ab8279fc3adfb53132","subject":"bunch of subtleish ableton tweaks for drum mode","message":"bunch of subtleish ableton tweaks for drum mode\n","repos":"ofZach\/piano","old_file":"ableton\/yyn-piano.als","new_file":"ableton\/yyn-piano.als","new_contents":"\u001f\b\u0000\u0000\u0000\u0000\u0000\u0000\u0003]\u06f6{)r\u05b9[|'>\u03f2;^\u0333f\/[uz$\u001d\u03e7?\u0000\u0017RD\nR8P\u0000\b\u001f0yu4_gj4\u074f]kh9y?y<-E\u001faxe8<=MlU|4\\a]\u0787\u046b:\u056fUw\u0017J $\u001aFq\u001fOw}_.vT\u001b|TOm>^nnJ\u001f?A_5\"a~CGj6\u001f\u001b<\u001f*!kL[\uadebd8yv=4G2>\r'6o^d W\/7xv8\u0019\u001d.2\/v\u000b\u001d2|\u0018Iw\u05d1u\t\u078f\u000fn?\r'~\u001eM&ongY\u0015\/Fd7l9cTqpmR8?\u001fm\u8f3c\u03de\u001eO=\u0001\u013b\u001b->\u0017\u000f\u001f\u001ft\u01ebRdx;-l\u00ef\u001b\u0555JtvSy>~\u0018-\r\u000fg\u0635j)jAMj\u0388s=\u001fgDuwwp<14|uxSTlT*:qQT{kA[=dP\/q(`,?va\u0317n>~\\.*W\u0197^[Qh\u0679eO=\u0355_\/-Og\u0327k\u04b4(Pw?g&\u02f2\u000eI#0\rvEJjud\u0014t\u0645&n&\u0013^\"+U4Z\u0015\u0010x'Ix,+N%\u0017ZhP\u0019V8\u0018*\n\r*-\\u%\u001amEu\u000e\u000bB\u000e_P\u0015\u001f\u0004i\u001a^R\u03fdh\u0002YiB=*PP \rL4<&Pe\"~\u0014$\u03e1\b\u0014r\u0002PXxS>iD0rl\u0000\u0010]\tC\u0473B.BE9[q8\u001aU\u0596\u000e\u0010 xjg\u0006z\u0017v<$37V\u0018\u001cP\/\t\u3f9f3dvV\u001e\u001f=z<\fA\u0014IOpZEUF1Yue7W\u0484\u001b1<=4X0?=J>2\u0015_gYC\u02789\uc72c\u00c1\u0479]\u000eb\u05ef\u07d89_~Y75)|X\r\\|5}zpY!5=\u067bP9\u000bs\u0015\u07bevN=xz;\u000e\u001bx-G\u000bw#s\u001bx5\tl7^z\ubfedLFrn^?BR\u001a.nGZth5$\\2\u0000O'\u0013\t\u000e\u0004\u06ff)%\"a:^tvo^-~\u001f\u0291?d\u047b\u000f~\u001d\u0015F~f`]\u001d6\bFW\u001eb\u031dhge-^\u05ee_wt\fe*6\u0015y\\E\u001eWgTD`S+T4e(T\n\fe*6\u0015%CYMEXPdS+0e(Tj6e(TV3eU\u060di7\r6lCt\u0000`\u000e3a\u0016Z[\u000bj-\u0016Z\u001bk\u0011o-|7\"ZVkoEXxk[\u0016\u00b7Z`c-E`\u0016Z$[j-H\u0016}\u0016\u0001\u0016\u001fVk\u0011lE\b\"Xdk\u0011XE\u0016\"Z`c-E`\u0016Z$[j-H\u0016Z\u001bko-B\b7\"ZVk\u0011nE\b\"Xtk\u0011YZ\u0007\u0015Vk\u0011nE\b\"Xtk\u0011ZE\u0016\"Zpc-Eh\u0016Z[j-\u0016ZD\u001bko-\"6\"ZDVk\u0011mE\"Xlk\u0011Zd\u0007Vk\u0011mE\"Xlk\u0011YE\u0016\"Zhc-Ed\u0016Z\u0004El\u0016jk\u0011[EoZVk\u0011\u0007\u0016Z\u19aaEl\u0016qjk\u0011BMU`wl\u0016qjk\u0011[EnZVk\u0011g\u0016Z$\u001bko-\u0012H6Z$VklH\"X\u000bokXE\u0016\"Zdc-Eb\u0016Zx\u0016}tc-\u0003lZE\u0016\"Zdc-Eb\u0016Z[j-\u048d\u0016Z\u001bko-RH7ZVknH\"X\u000bkZE\u0016\"Ztc-EjX\u000b\u0003LYX\u000bkZE\u0016\"Zlc-Ef\u0016Z\u0004[j-pTpTpTpZTpjTpTpT*1\u0017\u0007T+\u0018\f>zSP=B1\u0019\u0007T+\u0018\u0003Dqm\u0001\"9Ui6\u0000\u045c4{e\u001bqNU8@T*^|\u001c Sflc@\u000e\u0010\u0769JV\t\f\u000e\u0011Exn,\b\u001f)nA6A!<(Mgp0O&s\u0013\u0019\u001c\"\u0413\u0704z\u0006\bdb=7!=hMgppO&s\u0013\u0019\u001c\"\u0704|\u0006\b|z\u0000A=\u06c4}\u0006\u0007\bq&38@g6\u0001B?={\uc9f7\t\f\u000e\u0010\u0663?MgpO\u001em\u0002@\u0003\u0004z\bPo\u0013\u0002\u001a\u001c \u0004\u0533\u01c0z \u0000A=\n\u06c4\u0006\u0007\b\u0003q&\u001048@ \u0004=%es\u0085\u0004\u001d8X\u001f,\u00118`\t\u001c,%cn<\u0001\u0000O'8'\u0018\u001c,UMer\u1a9eHj\u0015GH\u02f5>#:O\u001f<]<\u0016c\u001bYeTM\u0375>\u001fACZ6Y'OEN\u0699E\u0344d}S}\"\u001exy%?\u0004N\/nV#.GNR?\u07628'\u0015M=Duq1gps!euq^}]c>\u0002;\u0016\u06b8Y\u0017=WY\u0014kkt$ya<\u000fK\u001eH\f,>)b\u03f6X\u0656=n\u062b,\u0019{\u000e\u019e`\u0018\u0245At\\+p=LYW?eup{av&a\u06c1Y?U\u001e47\udadd\udd4aJ}U\\$6\u001c_M\u001f\u0017\u01d7GrW_\u000f\u058b*_p9ipJ3]\u0141R$ N~a\u07da.ZPo4R\u000b:~(\u0012GE\ube4eT\r\rh>)o;j[z|4(TOZz\u0012&<\u03e5*L\u05cdyy\u000e!Zdg%j\u04b7oeY3MVF?\u00fe\u00178\b\u001aMSe*>k=\u001f$\b\u0017H\u0295>(RP\u001ag]J.\u0013TKKSy?\u05e5(\/m9B^\u0435\u017ew}Wi{{-NW;!TC\u0015\n\u05b5N\u05ba\u032d}g\u001e+bD\u00e0\u07cf\u0709k\u001c?qP0\u06dd%V%\u016a\u013ct{~oT$,JKOW_[z\u0015=]\u001f[ud]m\nKFUFEprx\u05fbYAY76I\u00121u\u000b\bf97lv4}i<]XA}\u07f3zBxAyg\u0328\u001c\\!\u056dBn\u0019(\u0017\u0533\f>\ufebb\/\u0547\\Kl]o\u07fe\u05aer6}}7{WuKks\u0010`G\u001e\u000f{v<^-|\u0010\u001e\u020dn[}\u0004c><\u000e'fng{&\u000esu8\u0000\u0001\u0002}@\u0013\u0005Z@\u001f(r\u00049OP\n:\u0016g7\u001d4\u001aY\u001c\u001b\u0016\u037e)\u0017,\u02f2\u000fOh{.=5j\b\u001aX9zVN\u0777j\\5\u001aWvb=,\u0576\u0576\u0576\u0576\u0576\u0576\u0576\u0576\u0576\u0576\u0576\u0576\u0576\u0576q].Gt\u067c.]R^M|f\u0017}YxU\u0015\u01b6\u0011c\u054e<((o?\tapa_\u00068Hd\u001d|:fK(\u25e7?SU0\u077b6ex\u000fo+\u001f[_\\[\u0401\u0006\u001d]Q\u06a0_|gz\u000e<,_9~\t\u001b\u0016K[D\u06677Yg\/pNw&@u\u0233u\u0014m\u00fc4-w\u00dc\u001a'=KEYi_\u0019$Fp\u0439w~\u0005q45w\u0014\u077f\u0003Cl\u0005f5\u06e5{n2Th\u0003\u001a=em\u0012puw\"\u00119\f\u000e>3wK<\\\u000be,v'\u0593GfgMZ&\/cqFczyy2}UR2VI;\u04f05b9[\u03de\u001e\u000b\u0012V2AH?\u001e\u001eu\u000f:Aiz]\u057fu3\u001eNgngY%]VG[^~o\u0015~o\u054f,J0\u047bU\u001cj~k\u0013\/]z>\u0019ci|gZz\u001c\t\u0017'\u056a,.\u0483MG$v\u0007'^~HB_zAtjgM\u0015it\u03eb?\/\/i\rH.-z\u001b|V\u001fI$9HHG_N]rwEE\u0012{(ob]t\u03efg*^8gh^\u00151\u0016HV\u001e^\u0011c7im41!H*\u05fb\"zDw?\u001d\u546cJ^G\u001c5o\u00135[{\fe;zu\u0014FLE\\gA}}R\\Go3\u064c8c;\u048bWJZnKgmD#*4\u0016d\u001d\u000b'Y<\u0272\r\u0007[Wy^1LG\f\u0017\u001c\u0467Q+]|YDLez\\>G_F'}WOMNs\u07be\u01fc}\u000b^~~i\r\u0233\u001e=[N[^[n[~[\u06ce\u06c1=7|Ow>\\C'\u001b\ub60b\u0018#\/\u06ffW.\u06efiN\u0003Q%*bZ\b\u0013QJ\u054e,1Pij\u0011\u001b\u05faw1u-\\pq\u000em~<\u000fHu-K\u0016y&Z\u000f~\u000b\u000bk\f7\u0015AKq{UXL,^t:X`'i\u04d9>|\u0634iEvf\u00198B{2t]a\u000e\u0798<.\u0001O^\\':\\\u0016GEWZXo\u000e!cU.3_\u0010G\u000566a\\d\"[Tp]h\u0017\u05a6q7\u0692\u0232\b\u0017zu1M]\u0002['\";mX\u0016\u0005wh\u045d\u0016y&;\u0000e,wxEm1^tlw[F\u0006;J<~\u0003V\u0019\u009fV2l\u0010I]\u0016!osI#5\u0006+A\u0003l&fQ[XF\u02e7F=u'o*p\u0011Wv^\rj2\u0014:q\u01759\u0017a1)RM\u0005a?d:o\u0002#n\u0016xa6#~\u037dI<\u001d,f\\MR@u\"1|!\u0019\u001a\u0019\r\u0017O2]7\u0013jZ\u0082\u001e\u000bKf_2k^[\u0001?=V\u857d\u001e?qKb\u00126\u0604u-\u0516b\u0014\u05a9\u001eF%~.\u04fb|YL^SM+\u9605 b\u0016)goB\/8\u07342r}nK\uf40ac\u0017b\u001dP]xw\u001d\u0015\u00f0N1\fq@_\u0013Y\u01a1b\u0019;\u0618\u0006O_\u05f4~g=:z\u0004[xU\u7d0eUf\u001b3'+\u001b\u0006t.y \u0016?`}\u0003\u0006:\u001a\u00156qPc\u001eN\u0001D\u0005lr\u0007lDE\u000f,*\re7E~x?|Cn\u000f\u0015S\u06e3^\u001e}\u0016G9RBi\/Ez{\f$SL\u001f\u032a\n8\r\u00197\u0648EHmi\u001c\u0001%nH\u0264\u000f@%\\zmV\u001b.m{0i\u0014\u0302{\u00072YIbyo]*9~4P\\\rEj\u0011\u0015sHh%Z\u001e1\fYp\/i\u0006\u0017RF0U'N2+\nM\u001ai\\H\\\u0013hjM\b4&\u0518\u06b1.Mf\u001fN -\u001e\u0084S0\rbN\u0011N4\u0240\u00030\u0003Nm\u0004N\u0005N\n\u0000N\u0012p*SSS\u0002N%Z\u0002\nZ)\u00018\u00158$\u000b\njS5n\u0019r.\u0015\u0018q*CSwSkBq\u001dV\u00e9\\=C\u001ajxpjQJtI\u0006\u001cFll~Gpj\u0013&p*p*U\u0000p*S\u0004\n\nJ\u0017p*\u0012TJ\t%YTTsvW(l\u0005ry8U.$\t8&\u0004Z\u0013jScvp3\u0129Q)\u001dQ\u0016(TA80S\u0015\u0526'\u0018MTT\u0000T*\u0001\t8\u00158\u00158\u001a\/T%\u0012SSK8\u0541\u001fy8\t=\u0016p\u0010pjM1N,k\u04695;CFAGjL0oC*h\u0001\u0007f\u0001Sd4SS\u0002S\u0004J&TTTjS\u0000\u0002VJ\u0000N\u0005N-\u0002\u0002T.\u0012\u001aq\\H\\\u0013pjM\b8&\u00182F2\\qk^\u001a2*t\b\u001a\u00111[\u001f&2\rlU%M2pA\u0005Wm\u0004W\u0005W\n\u0000W\u0012*UUU\u0002W%Z\u0002\nZ)\u0001\\\u0015\\$\u000b\njU9\fVM&p\u055a\u0010jM1We'\u0016\\\n;\u0015UC\u001ckU\u0005M2p$a`Gj\u0013&**U\u0000*U\u0004\n\nJ\u0017*\u0012pUpJ\t%YpUpUsvW.R\\^#W\u000bk\u0002W\t\u0584\u001asU\t\u0019y~k\u0016qd\u00a9q\u000bomS\u0005M2s:S\u001b`4SS\u0002S\u0004J&TTTjS\u0000\u0002VJ\u0000N\u0005N-\u0002\u0002Tv\u0012\u001aq\\H\\\u0013pjM\b8&\u0014i\u0006'<5 \"D!ip7A\u0015\u0018%j\u0002\r{O0 T\u0001 T\u0002I%\u0013H*H*H*5^ DK@RAR+%dARAR\u001dI*7\u0018ULf6C\u0007)y]5!\u051aPs\u0000T\u001dGS#|\u03905D\/\u001b[J\u0520:\u000fL\u0013\\L\u0570\u0004#\t\nJ\u0015\u0000J%T2R\u0005J\u00044\u00154R\u0002h*hjI\u00164\u00154\u055c\u07598L8f*\u0005Z\u0013\u0002M\t5\f(=Cc0-tJ-WNBC*hP\u0007FaIF\u00124\u00154*\u00004Jd\u0002M\u0005M\u0005M\u000b4h\th*hj\u0004T\u0512,h*h93M\u0002*lr)y]5!\u051aPsO\u0013M}\u001br\u0016EL=\u0006j\u001d\u0004J\u001aT\u0007q\u016a\rzO0T\u0001T\u0002V%\u0013***5^DKUU+%\u0000\u0002dUU\u065d*f\u0019uWNU*\u0003UwUkB\u0371*\u0013H\tj3Q\u0006\u001a5\fGc\u001baUAj`0\u0013@\u0018`$UU\u0002U\u0004J&`U`U`UjU\u0000\u0002VJ\u0000V\u0005V-\u0002\u0002;cU22\\J^\u0017jM\bX&\u001c2w^*\r8\/DSc\/\tR\u00154\u0003\u0004\u06ac\u0004#\t\nJ\u0015\u0000J%T2R\u0005J\u00044\u00154R\u0002h*hjI\u00164\u00154\u055c\u0759C66b\u001c\u0002M\u0015\u0002M\t5L\u000eM\r;GSc\/\u001b\u0126~\u0005mK%iP\u0007\u0188Mm{\u0004M\u0005M\n\u0000M\u0012h*@SASAS\u0002M%Z\u0002\nZ)\u00014\u00154$\u000b\njLS\u064f5\u02c4lr)y]5!\u051aPs\u0284]VIN~\/((d\u00bb\u000fAUS?\u000b\u00127$|\/hP\u000bf\u001a`$AUAU\u0002@U\u0004J&PUPUPUj@UVJ\u0000U\u0005U-\u0242;SU2\t5SU9d\u0005Z\u0013\u0002U\t=\u0013UX5\u0013s?\u000b5\u00ea\u0006Zif'\u0019I`U`U\u0000`U*\u0001\tX\u0015X\u0015X\u001a\/`U%\u0012UUKBZ.LY>\u0306j2:|Z}5xGsp*OZ\rP\u035e'eXfs\/VFg+\u0013z\u0000>\u001ea\u001d\\C!M#<:d6\\^6~PKyFR\u0010J\u0006\u0017\u000eMVp4\u023aX\u03c0l2\u0019O\f\u001d+P\u0680\u000b\u0016\fpy|?\u0004A?`\uebebd(c\u001dw*`1M\u000e\u0724\u074a$Mr\u00ba\u0012\u0016\u03aa+0~Vj\u67016\u06aeSg~:v\u035dY|<}~;M,iSi='Z\/?N?~\u06d7he6\fC\u0016|ren\u0018\\gi>b\u008bV^Lag_L\u001a}\/Tz$0\u001c>\u01ddg\u0016\u0019X4uu4_A.\n!PN]\tU(t+\u0003*?\ue9db6lrp;%\u0011+*\u0005\u001ab\u0396s[&\u001a\u03afEOm]8oH\u001d+\t\"k\u0000`\u0016\u0004\u07aa\u0011NU`\u0001\r#u<*\u05a1r60\u07ae\u06e7??.*\/@\u0005FNlstp;Y\u001e8oM,:\u0722;h8+\u001cmY\u000e~_}fo\rL\u0019\\Lt$\u0000xyGaoj\/\u001eg=~\u001eYs\u001eE\u001eXv\u0018\"\u0000\u0633}\u000bs\u0261a\u0549Z3n*}X\nU||y=a?Wa\u0016QTeH;\u0007'\u00070g8\n8bH\/NVhN\u045bb\\pG\u0004I\u8956cYWKx=,)aWH:j}TM+(FLI\u0016I7v\u0011\u072a\u000f:6\u001cdwY\u001a~z'\u0012J.s|99=ZI-\u93662\u05b1\u001f\\G}SCku|\u000b$-~j\u0002V\u0015Jf\/:>\u001aCt\u06feU3\\}[|\u04c6\\\u0017B=Zh\u00055\u0145]\u0007[8S\u001e\u000e\u06f2%\u000egd\u000e6{6`?Aw X4~^58\thQ]t\u0016IT]wG-BPr9Kk\u001b\u04dbrj\u001aDA*xC\u02f8s\u0001%R\u053d\u0005qs\\\u018eED]D8\u001b\u0012%V\r4\u0356X\rM7o9q'\"lQtJLp|\u0018>9\u0007q\nU\u001bb\u0018uLqg'|]4\n-u*U~Zs\u0004\u0651q\u0342:v,p>x7\u001b~?EFa\u0016T+Doued\u001eg]Nxv\by\\\u0013a2\u0011\u0012\/\f\u0139,&xi>3\\LxvVy\\`\u01d5\u001d4\tZ\"u.K\t'8ah=y^Q`W\u0012U8D\u0017,qm{VA\u001b\u03841\u063f\\Ki.DEc|\u0011l\u0791\u0004(V@[ ;w \u0004Hpzjph \u001d\u001a*y\u001a(\u000100\u001e?\u073cm\/0au.\u001b?;\t_\u052b#\u0011t9\u0005(w^y\"}\u0007\u03eeXfncW7zvq.xwK;0e[\u0004F@9LL\u00054\u001b\n\r\u03f8\f\u5ba7=I\u001d~\u000b\u001e$X\u03fam\u07b6i\u0012D>\u043f1\r'`\u0016Nh9vV#U>}>ovk.xL\u000e>{A\u02e7\\5|2.zY4L!\u000e<=5vF\u05ab; \u078eX;OD\u0019GvYN`\u001e9\u001epjf:\u000f\u001d@\u0001dU\u0355rj'C]pk\"}k\u0002s5:O\u06bfq:S~ {\u001bb7%\u0019^\u01b4\f6\u0017\/\u0000\u001f\u0241vBcn\u0006\ud881\uddce\u0107%)1+%5'3(a\u001d_-[g=7l>|\u0018B}\u0012\u02f1w$7:,H}\u0019(FqECk\nsb\f2\"\u0014*FCCUhVE\u016bF{\u000e\u000et`VE%UP2E5L_\u99c7\u06d26j.i;m\u0018 \\]\b'bUkZrzd..(B~,WcrIwDg\u000b\u044e^vrRC\u0005N\u06fesq\u0001#l\u001fwNv1\u0002$C\u0013\u0003XCc9-\\Uv\u068ah@jnz\u000f{qvBt\u0018N\u000f\r=W\u043c(4N[O\u0593cm9$\u000e\u0607F\u0007PC\u0012u&d}\u0408T5VP5Hb\u000f'i=W\/\u0012q$`\u06d16=\u0019gCQM\/4h]MH% u\u001fJ\u0011\u001fC?\u001aF\u00043=\/\u0010Lvj\u0014_\u00134\u001ach\u059cQX\u0017\u0012*\u001dx\u0002\u001c\u10eavDf\u001fE?\u000eZqK\rZ1\u0010\rri*XCN\u05deG\u01da\fa:S)[l\uc6c9O?ie'v@\u001b\u0007$j;\u0019\/\uffbc\u001dM\u0016-\u0538-]{(jQj\u001b#\u0004\b\u0017\u001a \u0007Yw?d\u0014v\u0705bPm*\u001du`5\u0015nt?*J>E-C'kVzN\u0011O$sr\brr\fl\u024c3[\/{\u001d?<*'\u000b\u0019\\X7s\u0006GnGx\u001dMFwdH\u0007\\\u074f\u001f\u03c9xvt7\/\u064bv\u000eu\\~\u0019N#klh\u001cN.\u0004k6{\fEBO\u0522\u04abP=\u05fdt\f^Vsi\u001c\u0017\r'm4\u00cf\u014cm~<+\u0018\u001bL\u0014\u029a})qFW\u00054e}\\g\u0167HP6\/WB\u0010Zfd\fD[,u\u04a3X\r1#\u0010UO_&j\nT9{{M\u00064N3\u0005\u001fpr=~\u001d}\"*om1EM7S3~phi-S}\u042aM1.\u0015p3\\]\u00106`D\u0007jOG\u04d3ruX\u001eK,`\u001f\u018b\u0387J(`\u000b)\u0003K\u071f\"Sy^R\u0019\/~\u001cN\u77489NYI}1\u001b\u0007fs~\u58bc'\u001c-^<+S%\u0006\u0017I5\u0019\u0387\u000fh.W\u001crA@z\u0010\u001bh\r\u04b09R\u0018wOCe\u0014hPu\u029diug_Gele~.+2@!5\u071bEeVn\u001c\u069aIMfjI}i\b\fw_~\u001a[3\f\u0016\u0007v?29m\u000fVY\u016a\u047f[KL\u0001\u0017l\u000f\f>\u0003}p8\u0677\/\u0005\u001fm\u0483;\u000f7\\8\u0006$m\u001dt$\u01db[-ZG\u0002\u0017m>\/%^[Qkmr+\u001ft\u001c[vp\u000e\u0013$R|\u001cg\"\u001c\uda1e\uddc7?\u0007}E4}\u001c\r\"UG\u001c\u0011\"`\b=\u0006\u0149\"\u01des\\\u008c\u0012+48\u03b92\uabf3,c?[\u000b\u0010\u0011\b(y\u001b!\u00036H6\u000f\u0006-\u0003n\u001e:%\u0005(\u001d\u9735t6Q:te\u0007P\/b7Y\u054b~?\u000b(ZL\u0002:{\u0488t\u000e6?W\u001d\u001f\u0017\u0326W^\u001b\/\u001e'\u02f9~-\uc552~|Z\u001ff\bYrl\u000fj\u00100\u0005UyW;p\u000b+\b\u0337d,\u001b\u0010:lVEG\u0019B\u0281?Yv\u001eZLW4n=#4~FHgdcpa\u001d{M\u051ftd^.g\u0351<\u0013OsczO\u0012\uba3c\u0000\u0019+Ol0;NEV\u001d\\[7VO\f\r,\u0677\u06d4D-J$\n3A&\u0080\b@#}\u0001>D\u001a\u0010j\u001fi8\u0004i8hP.R\u001c1\u042e\u0019~\bi`8,)(Gm%h\t\u001b\nkyf3uY\u0002\u0005_\u001d\u0006\u0006U1:[5d_u\u078dae`X\u0137oEwW\u0017\u0007\u0015n\u001d\u0015\u057aRM7\nlTyc*k\u001e\u0001i6\u031a\n}bD\u0010=_\u000e0Ke5RI\u0018EY1\u0014W\u034b5@%Yqf\u03f3U\u001a\u0014KgShl\u0616\u001c\u000b4?\u0013:D\u0629$\u00f9oojDE`JZYZWbVtt\u03f5U5cO\\\u53b3[\nu?+\n\/w\u0017\u0007q\u0016_%a|\u0004q4\ftyD\\\u0014m;NuMxjc]\u0171u\u0012=^I1\u000b\t0\u000bpU#\u001aV)\rZVW\u001cj\u0014)R\u000fWa*6\u069cWo?\u0014CwO[]Yzy3_\u3af77o0\n\u201a9:7T( P-V%(\u5fc4KS\u001d_\u0013Dsk+L\u052c8\u0325\u07ef\/QkOyME\u0011n3oUJyU\u001eO\r\u5095*'\tWuK9'dmu~^>\u001a\u00112\u001e\uafc9\u0425\u06ff.z:^Pe\uc303\u001b\u0002=\\k}Zob6.DE\u0630\u0004\u000e,*Mc7E~x?|Cn\u000f\u0015L\u06e3^\u0017}i>\u001d!ERG\u001e\u000f#:5fJ(I,g\/NG\u0002u\u0006,BjGh)B{\u0003h\t^\ud5e9\u0546K\u001e\f~\u001aE)aL|\u0018~\u001e{\u0016JN=+VyCQ?Jc\u0005W#!\u00198|lIQ\u0005d0*\u04a8`T.\u0011\u02855\u0001\u0584QkB1*sy\u0015030hw\u01a8i?#f\u011aa\u000fc\u0696`Tp{\u0002Q\u0004J&`T`T`TjQ\u0000\u0002VJ\u0000F\u0005F-\u0002\u0002bTn[K\u0005F\u0290,`]!`\u051aPc\u029ct\u0004q\u000f(\u0398\u0018:FU\u000b(8&\u0018U-C4p\u0001t\u0006\ns\u0003F\u0005F\u0016\u0000J%`T2\u0001\u0002\u0002R\u0005J\u0004\u0018\u0015\u0018R\u00020*0jI\u0016\u0018\u0015\u0018\u055c\u00152\n[\\^#F\u000bk\u0002F\t\u0001\u0584\u001acT\u6f29*a2\u001dF\u0014-?OAyZ7\u00e8Y\u0014LU\u0010(iKW0d8=`T`m\u0001T\u0002F%\u00130*0*0*5^DKQQ+%\u0000\u0002dQQ]1\u00037t\u0000\u000e\u0015\u00181*\u0003QwQkB1e~\u0005\u0011E\u0006\u001a\u01c9r[jAK4-]\u0737QQ\u0005\u0000R\t\u0018Lx\u0001\u0012-\u0001F\u0005F\u0000\nZ\u0005F\u0005F5gw\u0168z\u00047F*\u0017\u0012\u0004Z\u0013\u0002F\t5\u01a8LUd>?\u001aFdw\u000f\f\u00185g\u001d\u0004\u0015\u001f8]1%iKg0`8=`T`m\u0001T\u0002F%\u00130*0*0*5^DKQQ+%\u0000\u0002dQQ]1*{WH\tn6!d\u000eB\u2680QkB5\u0018a\u074eFjM\u0018r_1j\u001adj\u0002F\u0352N+\u0018U2\u001e0*0\u0000`T*\u0001\t\u0018\u0015\u0018\u0015\u0018\u001a\/`T%\u0012QQK\u0018\u000bD*M.\u0011\u02855\u0001\u0584QkB1*s\u0011RPy\\X.FM%IF\u00185GZCr3\u0235-\u0737QQ\u0005\u0000R\t\u0018Lx\u0001\u0012-\u0001F\u0005F\u0000\nZ\u0005F\u0005F5gw\u0168%5bT&`\u051a\u00100jM)Fe\u000e\u01313\u00e8\u03c50\u0017\u0006\u001e\/\u0004zA\u0010\u0005)Tm\bF\u0015\r\u7fbd\u0007\n-\u0000\u0018Jd\u0002F\u0005F\u0005F\u000b\u0018h\t0*0j\u0004`T`\u0512,0*09#Fe\u00f8Jk\"d\u000eB\u2680QkB5\u0018aUc\u01fe1Z\u001c;Z\u00185\u2a3e%@\u0002%m\nG\f\u7fbd\u0007\n-\u0000\u001cJd\u0002G\u0005G\u0005G\u000b\u001ch\t8*8j\u0004pTp\u0512,8*89+Ge%)\t.\u0015\u00189*[QwQkB9*\bw8jQ5FB\u001c5GY1a8jp\u0007\u0012(iKW8d8=pTpm\u0001T\u0002G%\u00138*8*8*5^DKQQ+%dQQ]9*{rnry\u001cU.$\t\u001c&\u0004Z\u0013jQ\u0019FQ\u038e\u0006<{gH\u001bA\u0012\u000f]H-]\u1a12\u0737QQ\u0005R\t\u001cLx\u0012-\u0001G\u0005G\u0000\nZ\u0005G\u0005G5gw\u001aL7a\n\u001cAY\u0a3bB5\u001c!\u001d?H#sG\r\u04f8\u03105aFn'|J\u0019*\u0018}{\u000f\u001c\u0015\u001cu[\u00008*Q\u0004\n\nJ\u00178*\u0012pTpJ\t%YpTpTsvW(lry\u001cU.$\t\u001c&\u0004Z\u0013jQ\u00034V^8~FIW\f-p(\ttmKW8d8=pTpm\u0001T\u0002G%\u00138*8*8*5^DKQQ+%dQQ]9\u00038d\u001a9j\u0013l\u0221,p]!p\u051aPc\u001d\u02b48j\u001f\u00188j%c4q\u0012z\u0001;\\\u0015*\u0019}{\u000f\u001c\u0015\u001cu[\u00008*Q\u0004\n\nJ\u00178*\u0012pTpJ\t%YpTpTsvW\u0015&QBQkB5\u001c)i\u0019\u0017XZIE-8jZ\u00142\r@I[Q%\u00f9o\uf063n\u000b\u0000G\u00128*QQQ\u0002G%Z\u0002\nZ)\u0001\u001c\u0015\u001c$\u000b\njQsJt\t\"s\u0010\u0012\u0004Z\u0013\u0002G\t5L\u000eGeB\u03cej]ni01,8j&tJs\u0003G\u0005G\u0016\u0000J%pT2R\u0005J\u0004\u001c\u0015\u001cR\u00028*8jI\u0016\u001c\u0015\u001c\u055c\u0755r_t&QBQkB5\u001c9\u001cUc\u072eUY\u0018DFD7F*\u0017\u0012\u0004Z\u0013\u0002G\t5L;\u001cgQ0\u000bQ#nK68j\u000f\u057azm\nG\f\u7fbd\u0007\n-\u0000\u001cJd\u0002G\u0005G\u0005G\u000b\u001ch\t8*8j\u0004pTp\u0512,8*89+GWn6Ad\u000eBQkB5\u001cf\u0017\u011d&\u001a18F\u001c5\u000es\"tJs\u0003G\u0005G\u0016\u0000J%pT2R\u0005J\u0004\u001c\u0015\u001cR\u00028*8jI\u0016\u001c\u0015\u001c\u055c\u0755\u0012\u001a9\\H\\\u00138jM\b\u001c&\u05182A]I\u0a65+GU\u03d8\u001aqWGB\u0002%m\fG\u0015\f\u7fbd\u0007\n-\u0000\u001cJd\u0002G\u0005G\u0005G\u000b\u001ch\t8*8j\u0004pTp\u0512,8*89+Ge,M.\u02855\u0584QkBM9j\u0118\u05ef1Z\u00120\u0007\u0018\u001b8~\fY3&i8\/iKW8d8=pTpm\u0001T\u0002G%\u00138*8*8*5^DKQQ+%dQQ\u001d9*\u0003*kBd\u000eBQkB5\u001ca;\u001c\t>?\/LNk\u001c5I4I\u0005i\u0012Q)iKg8`8=pTpm\u0001T\u0002G%\u00138*8*8*5^DKQQ+%dQQ]9*7tSL\u0013\\*0rT\u0006\u0007\n\u0584\u001asTIO=\u0005h\u0a29zkd~\u001b&Yz\u001eCL\u0006m\nG\f\u7fbd\u0007\n-\u0000\u001cJd\u0002G\u0005G\u0005G\u000b\u001ch\t8*8j\u0004pTp\u0512,8*89+GCnry\u001cU.$\t\u001c&\u0004Z\u0013jQC<;\u001e,HGM*!K\u0018nQ8Uc\u0579+\u001cU2\u001e8*8\u0000pT*\t\u001c\u0015\u001c\u0015\u001c\u001a\/pT%\u0a15\u0012QQK\u001c\/D7a\n\u001cAY\u0a3bB5\u001c\u000ez\u0017\f\uf94c3pnMG`lH?Tm\u0001T\u0002M%\u0013h*h*h*5^DK@SAS+%dASAS]i* \u028ckr!qM5!\u051aPc\u0294yn?d4@S=\u0004\u001e\u0017\u068cfF\u000eZ\u001d*\u0018\u04bd\u000f4\u00154u[\u0000h*@S\u0004\n\nJ\u0017h*\u0012TJ\t%YTTsvW2l\u0002\u001c5\u0584@SkBi*-z\/8ZEhj\u0014\u0005~Sh\u000ecn934U2{\u001fh*h\u0000T*\t4\u00154\u00154\u001a\/T%\u0012@SASK4=8F*\u0017\u0012\u0004Z\u0013\u0002M\t5\u0018\u01e6j_i\u07cftWCea\u00149\\@%kMwh`H?Tm\u0001T\u0002M%\u0013h*h*h*5^DK@SAS+%dASAS]i*ylqry4U.$\t4&\u0004Z\u0013jJScI3\u001a\u0006a\\\u001d\u0017\u001a(iMwh`H?Tm\u0001T\u0002M%\u0013h*h*h*5^DK@SAS+%dASAS]i\u0003>d\u001aij\u0013x\u0001-]!\u051aPcjYvTbNCM45\u0254o\u00160Q\u001fr\u03b95!\u077b@SAS\u0005R\t4Lx\u0012-\u0001M\u0005M\u0000\nZ\u0005M\u0005M5gwae5T&\u051a\u0010hjM1Me\u0761\\\u0019$\u000bS8\u0003N LV>W(b\u03ad\u000eN\u0015\f\u0007\n-\u00008Jd\u0002N\u0005N\u0005N\u000b8h\tp*pj\u0004T\u0512,p*p9+NW\u0019r6!e\u000eB\u2680SkB58\u0001~\u01e9\u0017DjSP[NU p;S\u049aT\u0250\u0002S\u0004J&TTTjS\u0000\u0002VJ\u0000N\u0005N-\u0002\u0002T6\u00049F*\u0017\u0012\u0004Z\u0013\u0002N\t5\u01a9\f\u0169\f:U\u00fe\u001dQ\u0018qj8K[t5!\u077bSS\u0005\u0000R\t8Lx\u0001\u0012-\u0001N\u0005N\u0000\nZ\u0005N\u0005N5gw\u0169L.CN1OpS\u0019(\u0004+\u0004Z\u0013jS\u0019P$B]pj\/r\u0015U5!\u077bSS\u0005\u0000R\t8Lx\u0001\u0012-\u0001N\u0005N\u0000\nZ\u0005N\u0005N5gw\u0169\\DR\u0019rry8U.$\t8&\u0004Z\u0013jS\u000785'j\u0016_E^\u048fHS\u001a838U2{\u001fp*p\u0000T*\u0001\t8\u00158\u00158\u001a\/T%\u0012SSK8[!x=R\u00112D\u000b8uW\b8&\u0018a8x\fij%a\u0005\u001ah\nSF\u001b8BOIkCS\u0005Cwn\u000b\u0000M\u0012h*@SASAS\u0002M%Z\u0002\nZ)\u00014\u00154$\u000b\njJS\u0019T.\u02855\u0584@SkBi}@S0\u02d8Yli_yi+'&Yd!X\u03ad\u000eM\u0015\f\u0007\n-\u00004Jd\u0002M\u0005M\u0005M\u000b4h\th*hj\u0004T\u0512,h*h9+Mul^#Mm\u0002\u000f9\u0005+\u0004Z\u0013jLS;\u0011U\/^~rj\u001aJ\u0269i'qt5!\u077bSS\u0005\u0000R\t8Lx\u0001\u0012-\u0001N\u0005N\u0000\nZ\u0005N\u0005N5gw\u0169w%5T&\u051a\u0010pjM1Ne\f\u001e0\u0002f!N\u00154\u0240\u0003\f8iIF\u00138\u00158*\u00008Jd\u0002N\u0005N\u0005N\u000b8h\tp*pj\u0004T\u0512,p*p9+Nev-AN.\u0011\u02855\u0001\u0584SkBq*Sno9Z0\u001ajE\tf4U\u04a4:\r\fNG1Mm\u0004M\u0005M\n\u0000M\u0012h*@SASAS\u0002M%Z\u0002\nZ)\u00014\u00154$\u000b\njJS9UfM@&\u051a\u0010hjM1MeF\rNe-\u0010U\u0007wb\u0001z\u0014r\u0013I5\u001cNE|\u001d'\u0019MTT\u0000T*\u0001\t8\u00158\u00158\u001a\/T%\u0012SSK8=\u00049F*\u0017\u0012\u0004Z\u0013\u0002N\t5\u01a9L\u000eNeT_{\u0759ET\u001f\u0005\u001e{D@#*iR\u0006^\u001a`4ASAS\u0002@S\u0004J&TTTj@SVJ\u0000M\u0005M-\u0242T-\u02e1\u0002\u0013)cj\u0002M\t\u0584Tn\u0006v\u000fQ\u0010e\u0301&\u001a5\nsy|S*h\u0001\u0007\u01a1\u02f7S\u001b`4SS\u0002S\u0004J&TTTjS\u0000\u0002VJ\u0000N\u0005N-\u0002\n)0gAf0\u001bAj}\u001f\u035d11p\u0000Mk\u0003.\\Z0>o\u0010\u0004q\u0018`Cv_G\u0663u\u07a9\u0483t7):pv+4a\u000bK\\[8th.N[\u0019P\u0726Ru\\:>=N:v\u035dY|<}~;M,iSi=I'Z\/?N?~\u06d7he6\fC\u03114\u02956cpa$\u018b\t\/&Z\u1c93{1E\u03bexu5Z-_>cH>A9NONEY\f,i\u001a::\/ x\u0017g\u0010~(.*\u0014y\u0015\u0001rA\u001by9\u0015svPs\u0002\r1g\u02f9-r\rW6uZNpk\u00045V0\u000b\u0002oU(\u0002\u0014\u001bGRyTCOm`]?\u0007O~\\\u0711U_=3\u054b\u000e\u03ddv2C\r.mG_\u05e8x\u0016k?\u062alq9\u000fcqc~1,nlAoq-\u05b4p>|y=a?Wa\u0016QTeH;\u0007'\u00070g8\u0006\u0018\u000bS03ff\u0018?'A\u0012zOwJ\u001f\u01d3%E:*{\u001biWG-iE=\u0016qh)iUB?\u0006\u07ce5[A\u001f&L._O\u000fDB\teo3'G+Ib\u065b\u03dchz-c\u001d|\u07e7<5\u0004\u0018?8`\u00161WZ\f_t}5\u06f66I|[`|\u04c6\u0003\\>=g\u0005U\u0105]\u0007}u)M n>:X\u009c\rXuf i\u0010\u0002[|w\fE\u0007[\u0016E\u065fI\u0003[Qu\u0016A\u001d]3=u7\/mLo-i\u0010\u0006\u0b4f)N\u0002\u0018\nWKQ\u0016q5\u001b;c\u0017\u0011}v\u0011lH,\u0132?\u000b6X7[b1&6\u0018\u077cm\u000e\u075e\fE=*1\t+a\u001c,)VmaY\u00073\nSTzG6\nvE*2^\u0007\u0089X\u0005{\u05ea50\u000bvx\\`]4\u000b\u000f\u078dd\u0011>s\u0005\u054a\u05eaUA\u0555yw9aG5\u0011CvDHt0\u0010\u7c98\u0d66}p1\u0011YqM\u001dWv$k<\u05f9,%&R\"\u000e\u001d>ih\u0007L T|\u001ah>\u0019~~h=\u05acw\u001a\u0010G\u015aHAj\\94\u0733^1Gv9~\u0006`?3r\u0002S\u001eoO\u0209HUs6\u04c9}w(\\N\u06d9{e;Ye'N&\u0007{a\u80f7m-^q\u001a\u000e-v\u0206^3>!\u001bCZ6\u001d!Q&(_~v7^^Y8A[mu\u0006N\u040fh\u00008\u001a\u0000^\u000b\u001b\uc16b?\u000eZm1K\u001e\u0019\u034dzp!:yp\u0011\u001c\u3e5dStiN\u00eeD6=\u00191<=Lod\u02ca\u051bt6\u001f>\fx\toXu\u0015YV\ucc6clHS@e\u00156E5\u0000\u000e> \u0602\u0003\u001ch`\u000bo$qDc<\u001f\u001f\u0016'Nti\u0011U5\r\u03cf\u0001}?Iy>i\u0000\u0014\u0016$\u0005wA+5=\rg|\u001a\u001cJm?RbV\u00151w*\u001d.kCs%8{v\u001aq<\u001d\u0015rz\u48b8Vs\u001aly\u001cImgxt@\u0016k?SOlI\u0017l([]k\"SW\u034b\/}\u043a\u000bqoYwDEGho?\u017a\rXN\u000fe\u0745r\u0002-]v\u06aa{\u0307Q#uIN\u0632N[\u000f\u05dd=\u001cK%t\u0012E;J{\u0015\u0011I\r9\u0016o=<;q\u046e}\u0017n3'\bAIl\u0000V\u001cX}N%\u0017\u001fq+\u0017p$;B\u001f\u001ay\u001e@\u000fM^B*n\ucd15d==fC\"PP}hy\u0000>4\tz9-Z\u00b8;O\u0007\u060eFU\u0013oU\nU\u0003 vPX_\u02bf@\u0011mG\u0010d@1\u000e\rzF\r:7\u0420u6\r\"D\u050f}(GP~x\u000e%k\u0226*\u001bUJ;\u001fAu\"Ti]D\bU\u0467[GP\u0005ZOGwz@Wr\r*|ot|\u0019*ink)Z\ub12c\u057aV5!?6ZD\u001f~LZ|s\u0018\u0010[X\u0011\t+`9\u001f\u0016rq\rG?w^1\u000e\"Y\u001d\u0006d\u0006RM\u0006\u001fBS\u000f;\u0018m\u00071 \u000e\"1FMf\u001cU\/O\u000fwd\u0003~[ua'\\3*i9\u001fVuBvb6y*wc|4\u01d1\/K6A\u000eL^\uf857w_\u01a1\u0002(f'h5~%gI9\u000f\u01faR\u001eg2TX|9|P\u0398(aR+\u000e{P+\u0006\u0017A.M\u0005kX!\u030f9\u04be\u01be<\u001d79\u001c\u04faa@\u0346\u000eZy\u000en\u02fb\/oG|E\u02f3;=5nftz\u001eJZ\b\u0001E\u0006\b\u0001\u000f8\u0019]+4w\u0609+vpD\u0376}^}r%~w\u000fU\u0013ZO&OSs>Xk9j\\\u001cD2---\u01e0\u0316[,>\rGyr\u0007\u0017\u040a4$c&b\u001e\u0162\u001c\/l(\u0019\n~\u001a2QSsT.-\u001dm2EDq\u001e)@e8\u001f\u001eOd\u00131}Uyo<\/j\u0019n\u001be\u0014GKk\\\u073eVlt\u0018D!:\u0005#:Tse~z?fTo<[b\u0007+\u001d0^,s>||TB\u0007CV\u0017\\H\u001eX\u0014~qPu=D\f\u03112LY\u0770==0%.\u0017m>Qh|,\u0007JY\u025c*?50Np>|\u0018-Gs\u001b.k\u000fB\u000fmu\u0004\n^\u0015\u001f\u05c3 \u0016XGco]\u03510\u001b}\u001a*h-F\u00acSO\u016f#<:*t>\"g+w_\n1,*w\u05a4Oj6VSMKkG`8\u0012\u001fQgt=0Al~*.V}~_Rf\u000e`{`!\u001f\u8eff\u00f9\u03be})Xh\u001el\t]?\u023d1(%is]#?d4<7jr7\u001f?\u0012\u0000Ehy)Y_\fn\u031e&\u07caZn]t\u0018\rL\u5c3cBs8-\u001f!r'f>[\u0016\u0001<=]?\u0013\/h\u0017?\u0010!\u0003G5(\u00149\f\u0016f\u001cUx_q\u0395Q\uf3098\u0013o-\nB m0 \u000e\u001c <\u001bX\f\u013b\u0005z^\u0017ts\u0582\u0491\u000fD%G+^\u0001\u001fElzYHrp[=ihHx[:^h`\u02ebO\u02cb_fS+]\u07cd\u0017\\UeJI?>-I\u000fo,9f\u0007X_\u01c8r\u0018\ubabc\u001d8\u0015\u0004[2\r\b\u001d8O\fg@\u021f,;\u000f.&+P\u001ay7^\u029eQ\u001a?#Y321&O:6X\u0017\u05f3MI\u07a791=\u0567Oz\tuT^\u078cOV\u000b\u05edB1:vpan.Z1?1'6\u064adnS\u0012\u001fV\u001fFbSi x3\u0013~O\u001f^\"\rp\bB4\u000f`3\u001c3B3~v\r\u02d0BH\u00032\u0018N\u0018Al\u000bA5E\u0615uHX3\u0000\u0004\u04ce\u0016o*\u001c\u013e\u0002\u001fD,X1\u066a&#{n<\u000f+\u0013k\"\u07eb\u05b8\fm_\u0015V\t\b=p\/E\u0014n\u001dL**dgs\\+\u0016Kt\u05d3l\\w+WQyUE\u0710\u0019\u001db}\u0019&z?&Q`(\u00052^}c4\u071a\u0019\\:t&o\u0010\u001b\u0014c\u038awjt=6kz\u0005 \u001f)\u001eSL)2spp}zwTQ$\nYJzYZdfb>UGf`\u069dmMUQF.\u001f(\u000bO)O\u000b\u02e7.;D5\u06226\u00119%W\u0011~\u0013}M0E}\u07d2mT]K\u000f\u05c0GPYsTYN\u001f\u0007:1\u0007p@[Tk\u0015U~ZJ\u001f-u\u0004-\u03d5:G-pv8\u0019N_?\u001eEA[POkn\u001b\u000e\u0019WGPCn\u045dzZupnt7n;#Du4\u042e~?\u0556Jj?\u000b7=\n$\u00147=$:}eTP]\u6a0eSUsy\u0491wl\u06cazJd)\u0016Y\u0015\u00189S++){@g=\u001e;\u0017\u0004UE \u0781dE\u060fIYI#\f1d\\\/-?\u000e(D1q`\u00102;\t-y\u0011e7w'iRE\u000e9tN}\u01a4?\u0157\u0017YT)ST2\u0018\u06c7c<%_\u0377Z[\u000e\u0003\udb2b\udfb4b+0}qdll%]\u0012S)p\u0004m-}\u001d%}RO\u0014}\u07a4K:u6[\t%|F\u02e7\u053dMeQl\u02f7f^XA&k\/\u000e(UdW0`V\n\u0003zT\u0016t-FQLg\u0015rW5~\u0005b9\u001cO?f\u03f36G\u001fV|_\u0011{C\u0005Irp;WT*4.D2XZ;(Vr\u07c9ze5[`Byr\u0172|\/W\u056e\u00dfkpkv^\u000f\u01df\n=b\rl}:yWe.Vv6$ N~a\u07da.V\u05dbP-ri\uefcd8\/\u0565IB~Q*LWxUzC1>\/|\u0555:O?.\/z\u001b|63qzU\u0005qH\u035cMd\u001bz\u0013?\t7\u0014Ou\u0017\u001eKD\u0012z\\eW\u013a.?Q\u001c%Wy0\u05bfD=5\u0015yKG \u03f5s\u001a\n\u0747ozHr$(\u077f*;\u0518yo|n%\u0017dU9\u001azUvZ\u0003=a6{?(Z{:|g}\u0568|1QM.u\u0014X|i4T\u0019;cI\u000b\b\u0006\u03f5\u040b9\u06b7\u038dZM+o\u0015\u0003\uc8b9A\u014bf\n\u00012\u0000B\u00005AU#Zd\u0001\u00135Q'IW\\\u000bU\u041c\u001a58#\u0579\u0004\b\nJ\u0015\u0000J&\u0010W2\u0012\t\u0550\u000f\u0015\u0015\u0015\u0135\u0006(\u000bZ]\u0002\u0012\u0007\u001a\\H\\\u0013kM\b\u0135&\u05182\fJz\u0010s\u0006I\u021cf\u0004i\u0010D\f\n\u000b\r2{u\u0003:`\u0014\u0001\\\u0001\\\u0002\u0000\\\u0004J&\u0000W\u0000W\u0000W\"\u0001\u001a\u0001\u0002\u0002\u0002\u0016\u0000\u001ae\u0001\\\u000b\\\u001d\b\u0003*t\b\\\u0019\u0005+\u0004Z\u0013j\f\\c\u00173\u0005 P\u0001W\u001d\u0007B\u00f0o=\u0019wQ\u0004p\u0005p\n\u0000p%\u0013+\u0000\\\u0001\\\u0001\\\u0004j\u0007\n\n\nZT\u0003j\u0005p.p\u04e5*p\u001a\\H\\\u0013kM\b&\u00182VI\u000f5p54a\u0001L\/jZ9U\u041c\u001a43U:\u0001\\]N2\u0000\u0000T\u0001\u0000d\u0002p%\u0013+++\u0000\\\r\u0000\\\u0001\\\u0001\\\u0001\\j\u0000\\\u0000Z\u0005\u001c\u001f+c&,AH\\\u0013kM\b&\u00182\u0007\u001cH3r-u>5gqZ\u0013*iN\r\u001b8\u0175a\b\nJ\u0015\u0000J& W2\u0001\u0002\u0002\u0012\t\u0550\u000f\u0015\u0015\u0015\u0235\u0006(\u000bZ]^}R\u0002\\^#r\u000bk\u0002r\t\u0001\u0584\u001a#W]k5r\u0002; \\=(\r[r4\r>.\bru;(\u0002\u0002R\u0005\u0000\t\u0215L@@@D\u0002r5\u0003r\u0005r\u0005r\u0005r-\u0001r5\u0002Vki\u0017@(\u05c8\\B\u2680\\kB@55`S0\\\udb30\udc6bFa\u001cV,q\u001c\u001b\b\nS\u0011M]\u0001}'\u0018E\u0000W\u0000W\u0000\u0000W2\u0001\t\u0015\u0015H\u0000|\u0000\u0000\u0000\u0000E5\u0000FY\u0000j-\u0002W.U`\u001a\u001c5\u0001\u0584\u0000\\kB+s\u0017N+\u0013yOBc5(8m\u0013*h.5T \\N\u0010W\u0013\"++U\u0000+@\\\u0004\n\nJ$\u0010WC>\u0010W\u0010W\u0010W\u0010\u05e2\u001a\u0010W,kv+MmryU.$\t\u0135&\u0004Z\u0013jL\\\u0019C\\{uV\u0016%\u000b3\nu\u001aF^\u0018q\u0017n5!R\u00e0\u001fi\/qu;(R\u0005\t\u0115L D\u0002q5\u0003q\u0005q\u0005q\u0005q-\u0001q5\u0282Vkir3AF*\u0017\u0012\u0004Z\u0013\u0002q\t5&\u0011;\u0135\u00e7\nf\u00005\u001a1\u0528\u001fk\u0013\"++U\u0000+@\\\u0004\n\nJ$\u0010WC>\u0010W\u0010W\u0010W\u0010\u05e2\u001a\u0010W,kv+h.qP\u0665\u0002#qe\f\u0010kM1qeP%k\u00005\u0019yFU\u041c\u001a5<\u06a8\u0004\b\nJ\u0015\u0000J&\u0010W2\u0012\t\u0550\u000f\u0015\u0015\u0015\u0135\u0006(\u000bZ]\u0002\u0012\u0007\u001a\\H\\\u0013kM\b\u0135&\u05182\fq2\u0003L\\!e58i#U\u041c\u001a5cU:A\\N0 T\u0001 d\u0002q%\u0013+++@\\\r@\\A\\A\\A\\j@\\ Z%\u000ek$M\u0000#\u0007@\\w@\\kB+\u0010W\u0010W\u0010W\u0010\u05e2\u001a\u0010W,kv+{qLryU.$\t\u0135&\u0004Z\u0013jL\\r\u0011ZnY\u029d\u000fP#j2\/fU\u041c]j\u0018}U\rwQ\u0004q\u0005q\n\u0000q%\u0013+@\\A\\A\\\u0004j\u0007\n\n\nZT\u0003j\u0005q.q\u0000Y6i\u000eB@\\kB 5\u0115\u0004qR7\/\\6\u00104Nm\u0138\nK\r\u001b\u057dQ\u0004q\u0005q\n\u0000q%\u0013+@\\A\\A\\\u0004j\u0007\n\n\nZT\u0003j\u0005q.qe\u0017%\u000e5\u0012W&\u0010\u05da\u0010kM1q\u001b]|U5MH\\WN~\u001b\u0215o.6L\fAMN4``T\u0001`d\u0002s%\u0013+++\\\r\\\\\\\\j\\`Ze,qR.rj#s*042s0]!0\u05daPSM>02v\u000b#\u05e3\\=\u056b\u0001wV\u0003*jP\u001cF}\u06b0\u0004#\t\nJ\u0015\u0000J&pW2\u0012\t\u0550\u000f\u0015\u0015\u0015\u0735\u0006(\u000bZU\u001aGh(\u05c4\u001c5\u0584]kB+C\u0004q@\u0019q] \u0016Nt\u00155N\u000e%b\udaf3\ude6b{\tF\u0012\u0015\u0715*\u0000\u0715Ld\u0002w\u0005w\u0005w%\u0012!\u001f+++kQ\rQ\u0016\u0735ZK\u0715\rV*P.\u02855\u0584]kB+CRw+sYsW?Z\u06d9\u0006\u0017-*j.9T+*\bv`$]]\u0002]\u0004J&pWpWpW\"\u001a\ud9c7\udec2\u0016\u0540\u001ae]]P\u0012\r\u0015\/]*0rW\u503b\n\u0584\u001asW\u0006XpW\u0015g]\u0003\u0018]~\u012d\u013b\n\u001aT#~\r{O0T\u0001d\u0002w%\u0013+++]\r]]]]j]Z\u0446%\u001a*'\u000e\u0015\u0018+sf$\u0010kM1we&\u001f\u0019(a7&pw\r 3q\u0378A5r\u0018\u0011]\u001e?T\u0001d\u0002w%\u0013+++]\r]]]]j]Z\uc8b9DCF*\u0017\u0012\u0004Z\u0013\u0002w\t5LW\u0752;0]#>\r+\u07e0:9L2nv:`$]]\u0002]\u0004J&pWpWpW\"\u001a\ud9c7\udec2\u0016\u0540\u001ae]]EsrKr#ws8qM5!p\u05daPcL>3PnQh\u0017k\u001cz))4\u4b82\u0006aPz\u057d\u0004#\t\nJ\u0015\u0000J&pW2\u0012\t\u0550\u000f\u0015\u0015\u0015\u0735\u0006(\u000bZ]\u001emX\\^#w\u000bk\u0002w\t\u0584r\u05c8OW\u000e\fs85h]\u0005\rC?HX\u0006wu=HR\u0005\t\u0715LD\u0002w5\u0003w\u0005w\u0005w\u0005w-\u0001w5\u0282Vki2\u063c& $\t\u0735&\u0004Z\u0013j]\u001b\u0010ZnQ\u001d\u0018`YE\u0004Aur\u001e\r{\u001fIpWpW\u0000pW2\t\u0015\u0015\u0715H\u0b86|E5FYpj-rW2\u0012\rfr\u0015\u0018&p\u05da\u0010kM1we&\u001fw-a(\u001e]#\u0018\u0750\r(;]{O0T\u0001d\u0002w%\u0013+++]\r]]]]j]ZBLC\u014bf\n\u0715#\u001duW\b\u0735&\u05182\u0012\f[\u9a81fa\u0005\u0004A0+\fpf'\u0018IpWpW\u0000pW2\t\u0015\u0015\u0715H\u0b86|E5FYpj-rWR\u0012\r\u001a\\H\\\u0013kM\b\u0735&\u05182\u0011~z_n1s)&ZK]%\rg7:]\u001e?T\u0001d\u0002w%\u0013+++]\r]]]]j]ZG%\u001a5rW&p\u05da\u0010kM1we\u001ec\u001b&i\u001a3\u001aZw!kWAut9\u001dQz\u0579\u0004#\t\nJ\u0015\u0000J&W2\u0001\u0002\u0002\u0012\t\u0550\u000f\u0015\u0015\u0015\u0d68\u0006(\u000bZ]~c[\u00a1M&\u05da\u0010kM1xe\u0001vSxU)3\f\u0006}?h%U\u0420]r\u0018\u0005\u0011g]{O0T\u0001d\u0002w%\u0013+++]\r]]]]j]Zy~e\u001a\u028dr\u0015\u0018+\u0003]w]kB+3p@\u0019\u0149{\u001b\u0b82\u0006a#\u07b5i#\t\nJ\u0015\u0000J&pW2\u0012\t\u0550\u000f\u0015\u0015\u0015\u0735\u0006(\u000bZU\u001a;0&V`bjLM5!p\u05daPSM>\u013b\u0017\u0007\u0006j]\u0006\u0221\u00172]\u001d{\u0004w\u0005w\n\u0000w%\u0013+]]]\u0004j\u0007\n\n\nZT\u0003j\u0005w.wfZryU.$\t\u0735&\u0004Z\u0013j]HLp2vS+\u0016g\u001aj\u001dO\u0408\n\u001aT'I:]{O0T\u0001d\u0002w%\u0013+++]\r]]]]j]ZG%\u001a*^4T`\f\u0002w\u0015\u0002w\t5\f\u073dX\t=k\ud86b\udf0b a\u0233\tfY\u0012*h.:\f\u0012yA#\t\nJ\u0015\u0000J&W2\u0001\u0002\u0002\u0012\t\u0550\u000f\u0015\u0015\u0015\u0d68\u0006(\u000bZ]~c[\u00a1rdP\u00112\u001f\/\u0003\n\u0001\u0584\u001aWfW\u001f7w\u0372,t\u000fx4L[9U\u0420:9R\u00046=HR\u0005\t\u0715LD\u0002w5\u0003w\u0005w\u0005w\u0005w-\u0001w5\u0282Vkiwyhh\u0013V`\u001cR\u0003w\u0011\u0002w\t5\fI\rxeYH-J\tm\u0002mj\u0006x\u00154\u000e\u0004'6=H\u0002\u0002R\u0005\u0000\tL\u0000\u0000\u0000D\u0002x5\u0003x\u0005x\u0005x\u0005x-\u0001x5\u0002Vki\u0017_p(\b^B\u0000^kB\u00005r~\u00172\u00115xU;x\u0352\u000e(h\u0004^\u0005\r8c\u057e\u001bA#\t\nJ\u0015\u0000J&W2\u0001\u0002\u0002\u0012\t\u0550\u000f\u0015\u0015\u0015\u0d68\u0006(\u000bZ].K8k\u0004r!qM\u00005!\u05daPS\u02bc,qkeI0\u001d`\u0000Z\u0019\fn\b^\u0006\u0461Z\u00006=H\u0002\u0002R\u0005\u0000\tL\u0000\u0000\u0000D\u0002x5\u0003x\u0005x\u0005x\u0005x-\u0001x5\u0002Vki\u0015r\f%\u0015\u001ar\u0000^w\u0000^kB+3\u0010Zn\t7O\"\u001d\u0010\n\u001aTGirJ\u0019W\u0013$++U\u0000+\u0000^\u0004\n\nJ$WC>WWW\u05e2\u001aW,kv+\u001bT\u00a1\\^#x\u000bk\u0002x\t\u0001\u0584\u001aW'ZniFUo+\u0011\u0006aO]b6\u00186=~$\u0001^\u0001^\u0002\u0000^\u0004J&WWW\"\u0001\u001a\u0001\u0002\u0002\u0002\u0016\u0000\u001ae\u0001^\u000b^X\u0012\u000e\u0015\/]*0W\u0000\n\u0001\u0584\u001aW\u0006X\u0002V[\u0014Gf\u001f$5\u0004|0#a\tF\u0012\u0015*\u0000L\u0000d\u0002x\u0005x\u0005x%\u0012!\u001f+++kQ\rQ\u0016ZKCF*\u0017\u0012\u0004Z\u0013\u0002x\t5\u0006\u0001\u0019%RE~qd(a.k\u0006^\u0005\r\u00d4b\u001b\u0579$#\t\nJ\u0015\u0000J&W2\u0001\u0002\u0002\u0012\t\u0550\u000f\u0015\u0015\u0015\u0d68\u0006(\u000bZ]@\u001a\u067cF\u06843r\u000buW\b&\u0018\u06afuW&:\u001dtf*#xMBWIjP\/j\u0000^\u001b\u001e?\u0000\u0000T\u0001\u0000d\u0002x%\u0013+++\u0000^\r\u0000^\u0001^\u0001^\u0001^j\u0000^\u0000Z\u0005vT\u0005\\^#x\u000bk\u0002x\t\u0001\u0584\u001aW\\D[\u0012\u0011=\u0017wr5\u0003|j0\t2D6=H\u0002\u0002R\u0005\u0000\tL\u0000\u0000\u0000D\u0002x5\u0003x\u0005x\u0005x\u0005x-\u0001x5\u0002Vki\u0017J%\u001c\u06849\bk\u0002x\t\u0001\u0584\u001aW\u001bx\u0012w\u000b\u0018}\u001d\u0010\n\u001a\u000e\u0004\u001f\r{\u0004x\u0005x\n\u0000x%\u0013+\u0000^\u0001^\u0001^\u0004j\u0007\n\n\nZT\u0003j\u0005x.xecJ8k\u0004r!qM\u00005!\u05daPc\u0010]\u0373\u0006~O8l\u0002jq\rAut\f\u0006xm{H\u0002\u0002R\u0005\u0000\tL\u0000\u0000\u0000D\u0002x5\u0003x\u0005x\u0005x\u0005x-\u0001x5\u0002Vki\u0017J%\u001c5W&\u05da\u0010kM)xM\u0019\u000b^\u0019x5B;3\u000e^\u0003?\u0678\r+\u07e0\u001a:\u0084\u00c1]\u0001\u03bd'\u0018IWW\u0000W2\u0001\t\u0015\u0015H\u0000|\u0000\u0000\u0000\u0000E5\u0000FYj-W2U\u001a\u001c5\u0001\u0584\u0000^kB+\u0013\u0006*-\u000bL5U\u001cNFU\u0420::2SJ\u00186=~$\u0001^\u0001^\u0002\u0000^\u0004J&WWW\"\u0001\u001a\u0001\u0002\u0002\u0002\u0016\u0000\u001ae\u0001^\u000b^\\\u01a1\\^#x\u000bk\u0002x\t\u0001\u0584\u001aW&\u0015\u0090;3\u000e^0K#f\u001aWAut\u0018W\u0013$++U\u0000+\u0000^\u0004\n\nJ$WC>WWW\u05e2\u001aW,kv+{>_\tryU.$\t&\u0004Z\u0013j\f^oq@E}?n\u026a\u05e8\\WAva\u000fBnW\u0013$++U\u0000+\u0000^\u0004\n\nJ$WC>WWW\u05e2\u001aW,kv+{>_\t\u0017.\u0015\u0018+\u00fe\u0000^w\u0000^kB+C\u0004\u0011Zni\u0012We\\U\u0420::x\u0006xm{H\u0002\u0002R\u0005\u0000\tL\u0000\u0000\u0000D\u0002x5\u0003x\u0005x\u0005x\u0005x-\u0001x5\u0002Vki\u0017J%\u001c5W&\u05da\u0010kM1xe,\u00059;o\u001agA\u001e\u001aZb\u0002^\u0006a\u0016\u0006xm{\u0004x\u0005x\n\u0000x%\u0013+\u0000^\u0001^\u0001^\u0004j\u0007\n\n\nZT\u0003j\u0005x.xu l^#xm\u00199\u0005+\u0004Z\u0013j\f^\bND[\u000e^SOZx\u00154\u000e\u04c0\u0019\u0380\u0006\u01cf$++U\u0000+\u0000^\u0004\n\nJ$WC>WWW\u05e2\u001aW,kv+ai\tuer>P\t15\u0001\u0584\u0000^kB+S\u000exe=WAk'{\u001ed\u0694\r$Fk\u0013$++U\u0000+]\u0004\n\nJ$pWC>pWpWpWp\u05e2\u001apW!0gAf0\u001bAj}\u001f\u035d\u0588!o\u0010\u0004I\u001a`\u0003z_G\u0663\u07a9\u0483t7)>pv+4a\u000bK\\[8th7N[6\u06aeS)uq+l\u0004|lbWgVO*VOIv<=z~q\u04e7\u07feG\/\u027de\u0018\u02b6&f~oh\u030d\u0019\u000b,'1^Lx1\nO\u0164]}1kZ\u0016P}|z\u001ctZ-Zd`I|A\u0006\u01bb(NXPJ|:^\u0012;#x\to>H.~(FqECk\nsb\f\"\u0014*FCCT?1wf^591w\u0011fI\u0015}\\\u000eJd\u0013>6*.n,_-j\r{\u001c$%\u056bd\n{T\u0004{+#[-\r:\u01b9Rs\u0014+0R=Bu>W}?I\u0007A:4d\u001fwx=T.\u000f}\u0001\u0007*4jJomNk\u0011\u001d\rcW#\u001eB)O~iJmUKvuei\n\u06ea\u0013\/jCs%xL{pr'\u001fph]]Z'Q%!\u0013[GR:\u000eVWJ_M\u001e^9![KS\u0005\/W~:O\u0005}>xv@R\u001ap\u01b4\ub1d4\\\u0764F\u01faU\bgL\u000b1m\u04d3O3hG\u0420c}\u000b\rZ\u0017l RI;Hx\u0747\u0012~\u0004%:XPuk\u0226*\u001bUJ;\u001fAu\"Ti]D\bU\u0467[GT\u0005ZOGwz@W\u001dI\u0017BT0\u0616i:T\u048cRam.VeMU'}V\u0447\u001f\u0016\u001c\u0006:X\u0004cct{\u000eX'\u0178\u001c`\\z_|weHVA\u001aH\u0317u$}xC1^\u01b0a\u000f\u0019b\nSMG_\u019fG\u001fC\u000e[s\u001eHu31\u0087=e@=\u00077r1GQ=\uf3e5\u00e4V\u001c\u0003V\f.D\\\nP\u04f5\u0471&CqY\/m7\u0013W=\u0016\r\u0004q'o fv4GZ\u0014\u000fZ\u039fZ*:W;6G<)b!d!f1hk;%36lzv\ud860\udf1el7dpa\u00191\u001e}\u001d-grv4\u0019-G7\u03d2!\u001dhsu?^\u0017?'\u235blzg\/u;\u001dre8$\u001e|9V\\\bl\u0019zEW\u04e1z{\u0018d9.\u001a47e'O~\u001bi\u001f\u0019xVdS16u)o5R<|\n6jDe\u0016Om^!\"&3\u0018X(G(?\/\u001bc \u019fL\u001c}?-\u0015\"r4wKG\fb\u0011i(g\nP\u0019?\u01dfz<\u0019:DL_Ub4\u03cb.o'fF\u0019Znc1\u0017Uk9c<],xy\u00bf\u6ce7By3\\]\u00107`D\u0007jOG4\u0533ruX\u001eKL`\u001f\u018b\u0387J(we\u000b)\u0003K\"SyR\u0019\/~\u001cN\u7f499dYI2?+f\u00a4\u000e\u072e:\\9[\u000e~\u0152yWrjpaT|0ZrQ7\\,\u05ee\u001f\b\u0014*x9\u0019?\u0007A,1 -#|74Tn\u0018M\u001c\nN5?\r\u0017:l\u041coE~E\u00123\u0190{\u0168lJ\rC[>ZM5S=OcK~F\u070eGF\/w*X5W\u0017~I}I;|\u0012\u000e:`qSz+t!w\u000b\u01e0\u037dvp|H\u0014d12{\u072b~+j-Mwc4x3\u0396\u000b\u000e|_\u029d:lY\u0004FVwO\u0006_\n?Bn#\u001a\u0014\u001c{s\u0018l\u000b3K\\\u02a8\u03b2\u020f;d{\f\u0010,\u0015\u00051'\u0011m\"7\u0010{\u0007m=u@q\u000bP:9kA\u0207mtA\u02d23\u000f^DD\u7cea\u0017\u0011y\u0016eQ\"\u0005muYO#m\u001czm~U\/:.?>-\/~Miw7^_~rP\u0015U]MFEx\u001fV\u0006ZE|l\\\u02803a\u0007\u0015n\u0014\u057aR\/|\u0555:O?.;z\u001b|V\b?\u000e3] \u000e\u0013sC\u0012?\t\u0002bUBN{.\u0012]^K\u001eT9UU7\/OT?GrD:\/\\*Z\u0012\u0005T-\u001e6:^9\u02eb'Uc}Ba\u06ffZsW8^\u07b0\\.X\u026arpU\u0003zhM|\u0746(Zwus\u0011Q*\u0018\r]\ub8b7\u001a\tU81Z\u000f\/s\u03f5\u03cbG,f@BTD\rK\u041a0}Y\u00c7=~Z_=J\u001eW\u001a\u0016\u0011R2i\/Ez{0SCit\u030fb\u0004+\u0012|~t^.PG\"\fZA\u0014=Y\u0001hGjC\u0665m\u000f\u0006Y?YjR&k>I_\f?-\u000bR%\u0007\u0015|\u001f,\rZ\u0016'G\fCRp~IS\\\nG\naTn\u0005]\\^#F\u000bk\u0002F\u0011\u0002F\t5\u01a8\f\u0168L3\u000fER01\u0010\u0006j1b*\u001abTA 0f#\u0018\u057d\u0004#\t\nJ\u0015\u0000J%`T2\u0001\u0002\u0002R\u0005J\u0004\u0018\u0015\u0018R\u00020*0jI\u0016\u0018\u0015\u0018\u055c\u0015aE%)^\u000fT`\u0128\f\u0002F\n\u0001\u0584\u001acTw1z\u00185Mc\/a\u001aU\u01e8\u05cff\u0018U\u0420\u001a\b}vO;\u0018\u0579$#\t\nJ\u0015\u0000J%`T2\u0001\u0002\u0002R\u0005J\u0004\u0018\u0015\u0018R\u00020*0jI\u0016\u0018\u0015\u0018\u055c\u0015AY%\u0644\u001b:\bk\u0002F\u0011\u0002F\t5\u01a8L\u000eF\u0019v\u0018US,J\u00185\b k\u0013*iP\r\u0004&\rzO0T\u0001T\u0002F%\u00130*0*0*5^DKQQ+%\u0000\u0002dQQ]1\u00038d\u001a1j\u0013n\u0231,`\u052a\u00100jM1Fe\"&wQ;Q JRQH(2f\u031aaTA 0\rp6j\u0013$0*0*U\u00000*Q\u0004\n\nJ\u00170*\u0012`T`J\t%Y`T`TsvW~Y\\^#F\u000bk\u0002F\u0011\u0002F\t5\u01a8L\u0468\f??\u001ayq\u0012\u063f7a$\u0002\u01abhQ\u0005\r\bFu=H\u0002\u0002R\u0005\u0000R\t\u0018Lx\u0001\u0012-\u0001F\u0005F\u0000\nZ\u0005F\u0005F5gw\u0168lXQ\tn6ad\u000eB\u2680QwQkB1*v1*\u0003.\u000f&dgfT0Au\u0010#\u0018\u057d\u0004#\t\nJ\u0015\u0000J%`T2\u0001\u0002\u0002R\u0005J\u0004\u0018\u0015\u0018R\u00020*0jI\u0016\u0018\u0015\u0018\u055c\u0015aE%5bT&`\u001d!`\u051aPc\u0004Zv4\u000b|\/\u03afa\u052c\u0005Q\u0668\u0006@\u0007.$1Fu=H\u0002\u0002R\u0005\u0000R\t\u0018Lx\u0001\u0012-\u0001F\u0005F\u0000\nZ\u0005F\u0005F5gw\u0168lPV\tnry\u0018U.$\t\u0018uG\b\u0018&\u0014i\u0006\u041c\u001bGuC \u0003dS\u0000\u0010n\u001d&\u00183RR\u0000R*\u0001\t\u0014\u0014\u001a\/R%\u0000\u0000\u0012\u0000J\u0001JK\u0000\u0000\uc3a0\u001b*\u0007c38.\u001d!\u049aPsX\u0760S\u001d\u0006K4{!a?Z8T\u0418\u001d\n\u0018\u0006!@='\u0018ASS\u0000S*\t\u0014\u0014\u001a\/S%\u09d5\u0012OOK4f~*\u0005~#\u0004~Z\u0013jOKw>G\u01ee\u0011EI\u001b\u001f\u0661j\u0011\u0006='\u0018ASS\u0000S*\t\u0014\u0014\u001a\/S%\u09d5\u0012OOKYjT)OROwOkB)e.?Xik'\u0711qO[b_\u0418*\u00052v\u04e8\u000b\u0535\u0004#\b~\n~J\u0015\u0000~J%S2R\u0005~J\u0004\u0014R\u0002)iI\u0016\u0014\u051c\u0759\u000b2\u00140SVOkB)\u001dqD(SAcv)Z\u0580`\u0004OO\u0002O\u0004~J&SSSjOVJ\u0000?\u0005?-\u0242;S\u0016%f\u0013\\\"%\u000btG\b&\u051c2o(&\u0016i\u001ewkf\u02ab5\u19c2PnS\u05de\u0013 ))U\u0000)O\u0004~\n~\n~J\u0017)\u0012SJ\t%YSSsvg~\u000bf~\u0688\u0017r\f\u000b*\u0004~Z\u0013jO\u0003Mwi1~#s\u0011{z,\nBc\u0000TAkv1`\u019fZ\u0005s!\u0004A\u0005A\n\u0000A\u0012\b*@PAPAP\u0002A%Z\u0002\nZ)\u0001\u0004\u0015\u0004$\u000b\njLP\u0005qjr\u0004U.%\u000b\u0004uG\b\u0004&\u051c27W9N`\u0000\u0006iItQ$-JS\u0003iN0T\u0013\" * *U\u0000 *\u0000Q\u0004\n\nJ\u0017 *\u0012@T@J\t%Y@T@Tsvg\u00842f*j\u0000Qw\u0000QkB\u0004Q\f\u00194\u0014:,U\u0019Gytl\u0333m\ud9f3\udd33Z!\\Y3\f.\u001c\fi8u\u0001d2b9\u00188V\u0001\u0017.-\u0018l\u001fh?\b4Na_W\u04efQ:TTdb:\u05db\u001dI\u0015I0\u00c5u%-U_W:a4la\u0017\fnS:u&JON\u0013JmW\th\u7df3\u012e\u0382\r6U\u0013xzO}\u0016_f{0T+FH1|\u0012\u0144\u0017\u0013p\u9f58\u03bexu5Z-_>cH>a9:=};\u0016e-2ih g\\]\u0014C\u00bb\u8ee3\u0013JPBW*W G\u0007TO7S\u0007mvJ\"VUCY\u000b4\u011c-L5_E\u05fbjqZ;\u026f:V\u0013D\u0000Z,\bU\u0005#\u0002\u0014\u001bGRyTCOm`]?\u0007O~\\\u0711U_=3K\u000f\u03ddv2P\u0003mhg?>\u000bm[QW-m4F\u2d535,e?(\u0016\u05c2ZiR}4{0{\u00c0asO\u0096-a\u0011Pav\u000eO\u000eap\u0014q\u0110^\u045e67\u0178\u018f^?\tK-\u0007szAm\"9$5O$]6srZ{d-\u93662\u05b1\u001f\\G}SC,{e\u0015O\u0012iK6,`Ud\u026d1L[?O\u00166L\u001cV\u0010\tB;-\u0010).>\/\n_NF\u0003_\u0016c\t,(v\\g3\bh\u001a\u0004[|w\fE\u0007[\u0016E\u065fKmGu[<}wt\u0762,\u0004y,\u00fb1)\fAd\u001b>;\u0017Pb(\\-E[\u00107l\u000b\u000e]^DE!X\u0012nE.@cl\u0158t9\u0013w{\"2(\u0016E$\f\u01c7s\u001c`.Z\u0011.q.\u000ei\u0014lgk\u0014b;Q}e\u0015n\u0019\u0003VD=k\u055a#\u060e\u001ck\u0016\u0531f,2bg~\u000eZZ*\u8dfap2\u000f.'b;>)\u0004=2\u07dd\u0013\u0014=W\ufdab\u0017\\8N\u00d4i\u060e5\u001ca=i^q\u001a\u0012._yW2\f\u0000;\u06b2\u00014\f\u001f\u0000dmgB\r\u0000\u06c5\ri\u001ff\u001e=gzf47opEG\u03f6\u0007\u0017\u0007_vF:KNa\u000b\u0013swJ:\u000e\u0012dl0z3\u0019-+2\t?\/\u001alO\u00157+_V\u059c\u0003>\u001d@\u0001dU\u0355rj'C]pk\"}k\u0002s5:O\u06bfq:S~ {\u001bb7%\u0019^\u01b4\f6\u0017\/\u0000\u001f\u0241vBcn\u0006\ucc17\u0107%)1+%5'3(a\u001d_-[g=7l>|\u0018B}\u0012\u02f1w$v\u001e\u0005\/C\u0019(.h(pMaNA[\u0011\u001f\u001e:\f\u001fz2E~\u0017i\u0016\u001b:\u0018:\\\u04d9\u04c2YY0Kex\u001c\"h~\u000695-uwNuEF\u0016\u001eD\u0010G\u0005[h&\u001cc>x>Uv{N]#rbO(\u0007d\u058b}g\u001fJmQ}\u0016\u0005\u0577\u8dba\u0013#j{;\u001a\u001cJ\u0536H.(Ua\u0005w\u035dJ*C')\uadac\r\u0355\\s\u06e94Gs\u06d1!\u000eK.;m5?leo\u000e8zz]smP\u07dc\u001f\u06e6s\u26df\u001ekx]vj}k\u0219O\u000fm\u0012\u0016]v1\u0016A8\u0010N\u0172N[OMm5\u021c]2'Ql\u0645jX\u062729\u0017\u001dQ\u0004\ud21b\u5906\u001c\u000bp\ud91d\udf5d}nhw\u0003Ft>Fc\u0004H&\u0007&I\/sZ,\u0015\u04406Z\u001e-0\n\u001d\u001c\u001azyQh^_e\u0017R'\u068csHW\u001dJ\u000f8\u000f\u0607fA\/G%Z~M\u0018w\u0011Qj\u0002Jj\u012e\u001fNru\u001a{\u062fx_$Hu#mz2\u001c\u0006=\u0006\u001d^h\u043a`\u0006JA>h#(a?D\u00125dS*yP\u07cfJ:k\u0011.XJ-#)\u0002P-\u04a7;= k}\u0006\u0015DcEn:rz\fbumuBj]\u029a\u001fNv@-\u000f?&->9\fu\b\u01c4\u0015O\u000fq9\u0006\u05e3\u00fbBWH\u0018m\u0007\u000ex2H&Al\u001dDb\u0018`\u0010[ha\u0007\u0018&?R\ub5e7?fB\u0001\u036dpz\u047a\u06b0\u0013\u0019\u06f4?hz!Nhh1<\u06f7>G{\u001cn\u0013\u001f\u0010\u0c17\/}\bfp_!\u0002(f'h5~EgI9\u000f.%T8<\/C\u00059\u0357\u0007U\ud309>\u0012\u0019,\u001d&\u2c17\u001a\bbp!\u001aT=5\u0019uR\u06b7^Y7\u0013~\\q\u04deQ\u000bO\u01817\u000eHvp3^}y;#-Zq3[g\u057bP\u05626F\b\u0010.2w5@8<\u000f8~(Z\u000b\u0160\u031dU;X-jB]+~T\u001c|Z\u0387j-OHvV#H\u0014\u0010\u0010\u0018\u0652\u0019g^~q;~xTFO\u00172n\f\u0018\u074e3s;\ue5a3g\u0250\u000e4\u1e7a\u001f\/g?\u018b\u0013n6_\u0233\u0017\u001d\u000e2NG|9V\\\bl\u0019zEW\u04e1z{\u0018d9.\u001a47e'O~h\u001f\u0019xVdS16u)o5R<|\niDe\u0016Om^!\"&3\u0018X(G(?\/\u001bcF \u019fL\u001c}?-\u0015\"r4JG\fb\u0011i(g\nP\u0019?\u01dfz<\u0019:DL_Ub4\u03cb.o'fF\u0019Znc1\u0017Uk9c<],(+\u0006Qf\u0239N zmp\u000e.\\\u078f\u0667'\u055b|\u0018-Gs\u001b.k\u000fB\u000fmu\u0004\n^\u0015\u001f\u05c3 \u0016XGco]\u03510\u001b}\u001a*h-Fc\u00acSO\u016f#<:*t>\u001eg+w_\u0004\n1,*w\u05a4Oj6VSMKkG`8\u0012\u001dQgt=0!l~*.V}~_Rf\u000e`{`!\u001f\u8eff\u00f9\u03be})Xh\u001el\t]?\u023d1(%is]#?d4<7jr7\u001f?\u0012\u0000Ehy)Y_\fn\u031e&\u07caZn]t\u0018\rL\u5c3cBs8- r'f>[\u0016\u143f<=]?\u0013\/h\u0017?Pa4G5(N\u00149\u72a6\u0016f\u001cUx_q\u0395Qe\u001f\u0001\u0015o&Z\u0015jEA\b!\u0015\u0006|e -X\u001fc^\u0007\u0014\u0000#\u0016|&JG,9X\u0000E\u0004\u04ea\u0221^6T)pVnR=7\u0017y,l\u0014&.f\u01b6_)knU;\\^JAH\\\r`%\u0000dsw5\u0001\u0002wma\u0007\\ A\u0004Z;\u0002&\u0015=lfYW\/t{M+\u07dbfs\u032ca\u0401+N\u0004\u03bd=`I\nyT6sSA1\u0017x_]M\/$\ud787Z]=>Vnz^`)I_\u0512\u000b47:D\u0625$Cgq\u0003r\u07c9ze5[k_x\u0005r%|\/R5\u00dfkpkt^\u000f\u01df\u001dg\u1ac5y]\u0016\u0012^b\/\u000e,J:\ti\u0018*lu\fU)\"wfJ\u01faKJ3c{=$zjc\u0016\u0117K[]A?{\u0013za\u0016\u05ebG5R\u001a\u0006\u0003_8(GR\u001f\u03eftUm^9\u07ac(v\u015fRIo3g\u053feWoo\u0019aU\u0015\u00015s7unQ'AZJ\b\u000f%Q\t=C**;&u\u7a1f^W.YWqKe__@\u05de\udb28\udebc#fZ\u01eb:yryj,4X>UW}<\u001eK\u001b9\u0005+YUN\u0012\u0016s@O\u0016\u025e\u0010E_\u0017n}.5\"*_e<\u0013K7]uV#\u0019\u00077F\u0005zyQ17oh\u079cl\u0016]ha\u0017ZsY^U\u001a\u00b0o:~O\u001e+G\tC\"JC}:BJ$\b]}<\bF0uj9\u0354Ql`%Y^\u0005YYi\u0000-q3E\u0004zO\u0006}\u0000\n-\u042bm2Pvi\u06c3AO(e\u0016;\u025aO\u0017\u03e3|BTAy\u0005*o(G)KVI\u0011\u00d0\u0001_TNB\u7927\u0002&qrYiT)\u05c8OB\u2680OwOkB)soy\u00150Fh\t+4HtU#|O6\u0003\u01d6t\u0004Jr\u03fe\u0003>\u0005>\u0016\u0000|J%S2\u0001\u0002\u0002R\u0005|J\u0004\u0014R\u0002)iI\u0016\u0014\u051c\u0015rk2\u0014]*0S\u0000VOkB)N\bi\u040fbv5V\f8\u0016O(R\u001d\u0004(hIGd(;Sm\u0001T\u0002>%\u0013)))5^DKOO+%\u0000\u0002dOO]).C&AH\\\u0013\u0010iM1>e\u000e\"\u001c&8\u000fs\u00e7\uf9fe\u0005>\u0016\u0000|J%S2\u0001\u0002\u0002R\u0005|J\u0004\u0014R\u0002)iI\u0016\u0014\u051c\u0015:\u0000C6\u00116\u001c\u0002>\n\u0001\u0584\u001aS\u001fk\u0016g5|\u0016\bY\u001c\u0013\bY\bP\u0412SPw\u0002O\u0004|J&SSSjO\u0000\u0002VJ\u0000>\u0005>-\u0002\u0002S2\u001a\\H\\\u0013\u0010iM1>e\u02ad\"\u001c&D-R3]|\u001aE\u0017p\u0004Fa\u0018F\u0001.vlIW`(;Sm\u0001T\u0002>%\u0013)))5^DKOO+%\u0000\u0002dOO])\u001e.A&lAH\\\u0013\u0010iM1>\u001d}\u0011Z\u0012sq4\u000eKO\u001bR\/u#T2{\u001d)\u0000S*\u0001\t\u0014\u0014\u001a\/S%\u0012OOKQ\n>\u001a\\H\\\u0013\u0010iM1>e`\b-N\u05a8K$jD,JH\u0000%-\b>\f}\u0007|\n|-\u0000Jd\u0002>\u0005>\u0005>\u000bh\t)i\u0004S\u04d2,)9+>e%5S&\u001d!\u04daPS|\u001a0\u01a9ps\u00e7UZ\u0004\u001es\u001eG#|E~p8#T2{\u001d)\u0000S*\u0001\t\u0014\u0014\u001a\/S%\u0012OOKE\u0015851\u0007!qM;B5Uc\u01fe\f-:?M,\u02589\u0704x\u0224%\u001d\u19d2\u0733OO\u0005R\tLx\u0012-\u0001?\u0005?\u0000~\n~Z\u0005?\u0005?5gwL.SM1KpO\u0019\u0010\u0004~Z\u0015\u0002?\t5\f\u0011\u001d?M\u0007\\$.?(I\".j\u0001?\u0342\u020fY=tlIW`(;Sm\u0001T\u0002?%\u0013)))5^DKOO+%dOO])\u0017UK\u0005F~`)\u04ea\u0010iM1?e\u000e?e\u0006i\u0016Fq@S\u001f\u0542\u0000T\u001fxs8\u0000U\u0516 Thy``\u0002P\u0004J&0T0T0TjPVJ\u0000C\u0005C-\u02422Tv=\\\"M&0\u001d!0\u051aPc\u070f\u0018T\rBw\rB<\/I\u000bQja\u001cje\u0001%m\bD\u0015\r\u7fbd\u0007\n-\u0000\u0014Jd\u0002E\u0005E\u0005E\u000b\u0014h\t(*(j\u0004PTP\u0512,(*(9+Eul^#Em\r9\u0005Z\u0015\u0002E\t5\f!\u0721L+\u038ej\u0016y\u03a1^j\u0006EU\u0007sW\u0006m\nE\f\u7fbd\u0007\n-\u0000\u0014Jd\u0002E\u0005E\u0005E\u000b\u0014h\t(*(j\u0004PTP\u0512,(*(9+EeW.M.\u02855\b\u0584\u001aSTn\u03ef!ZN:E8\u000b[\u000f4\u001d\u00173\u0014U0\u001e(*(\u0000PT*\t\u0014\u0015\u0014\u0015\u0014\u001a\/PT%\u0012@QAQK\u0014^e\u00049\bk\u0002E\u0011\u0002E\t5\u0315;\u0014\t>;!ZEK-P@%\u0016U\u0496PTp{\u0002@Q\u0004J&PTPTPTj@QVJ\u0000E\u0005E-\u0242RT?&HQB@Qw@QkB)j\u0006n\u001aE\u0019i~~L6IzK4-]\u0737@QAQ\u0005R\t\u0014Lx\u0012-\u0001E\u0005E\u0000\nZ\u0005E\u0005E5gwz6F*\u0017\u0012\u0004#\u0004Z\u0013jJQC8u~\u001c0?\u0003E\r!\u0011E\r8N\u0002\/%m\fE\u0015\f\u7fbd\u0007\n-\u0000\u0014Jd\u0002E\u0005E\u0005E\u000b\u0014h\t(*(j\u0004PTP\u0512,(*(9#EeQyMAH\\\u0013(\u0010(jM1Ee\ba)hI\u0005)j\u0016'\u0011EM3\/t]J\u0496PTp{\u0002@Q\u0004J&PTPTPTj@QVJ\u0000E\u0005E-\u0242RTn&\u0666&T`\f\u000e\u0002E\n\u0584\u001aSTkS,N\u0084y:E~Dm.\u0015fV3\u0014U0\u001e(*(\u0000PT*\t\u0014\u0015\u0014\u0015\u0014\u001a\/PT%\u0012@QAQK\u0014;\u00136F*\u0017\u0012\u0004#\u0004Z\u0013jLQ\u024eS(Rkv\u0005\u001f-PT(\\TI[BQ%\u00f9o\uf062n\u000b\u0000E\u0012(*@QAQAQ\u0002E%Z\u0002\nZ)\u0001\u0014\u0015\u0014$\u000b\njJQo3KlS\u001evHQ\u0019\u0005Z\u0015\u0002E\t5LWwj\u0016oJ\u001eF\u001c|mDQ3?Sn\n+\u0014U2\u001e(*(\u0000PT*\t\u0014\u0015\u0014\u0015\u0014\u001a\/PT%\u0012@QAQK\u001466`C\u0007!qM;B5\u0014\u001d\u001a53EUK,jv$dOI[BQ%\u00f9o\uf062n\u000b\u0000E\u0012(*@QAQAQ\u0002E%Z\u0002\nZ)\u0001\u0014\u0015\u0014$\u000b\njJQ\u001d!HQ`C\u000eeV@QkB)*\u00130CQV\u001fE~9.6EM <\u0017\u000e(iKg(`8=PTPm\u0001T\u0002E%\u0013(*(*(*5^DK@QAQ+%dAQAQ])*mfmry\u0014U.$\t\u0014uG\b\u0014&\u05182PTf\u001dE\u0010-e\t\u0003E\u037c}\u670eF\u00145S*iKW(d8=PTPm\u0001T\u0002E%\u0013(*(*(*5^DK@QAQ+%dAQAQ])*mfm6Ad\u000eB@Qw@QkB)*zcQ5DIly!kFQ8K;]\u0015*\u0019}{\u000f\u0014\u0015\u0014u[\u0000(*@Q\u0004\n\nJ\u0017(*\u0012PTPJ\t%YPTPTsvW}\u000b[f\\^#E\u000bk\u0002E\u0011\u0002E\t5]\u000bcH\u0014Q?KZ~\u000b\u0562\u05c1\u0003\u0019*\u0018}{\u000f\u0014\u0015\u0014u[\u0000(*@Q\u0004\n\nJ\u0017(*\u0012PTPJ\t%YPTPTsvW\u02adlkr!qM;B5\u00145bS\u0010\u000b=w%ZIAQ$L=\u0539#\u0014U4\u001e(*(\u0000PT*\t\u0014\u0015\u0014\u0015\u0014\u001a\/PT%\u0012@QAQK\u0014F\u0015F5!2\u0007!qM;B5\u0014!;\u0014\t>?%~\u001a{^ps\u0007\u00014Z\u0003\u00073\u0014U0\u001e(*(\u0000PT*\t\u0014\u0015\u0014\u0015\u0014\u001a\/PT%\u0012@QAQK\u0014e)\t.\u0015\u0018)*@QB5\u0014\u057ez,4FQ~\u001a$\r)jy\t{k[BQ%\u00f9o\uf062n\u000b\u0000E\u0012(*@QAQAQ\u0002E%Z\u0002\nZ)\u0001\u0014\u0015\u0014$\u000b\njJQFry\u0014U.$\t\u0014uG\b\u0014&\u05182\u0017w<\u0016W+Z\/sEK6bQ0L<\u03c9\u0003\n\u0015*\u0019}{\u000f\u0014\u0015\u0014u[\u0000(*@Q\u0004\n\nJ\u0017(*\u0012PTPJ\t%YPTPTsvW\u02adqlS\u001evHQ\u0019\u0005Z\u0015\u0002E\t5LWw<\u0016\u054f\"OcQ\u0003\/k\u0005\u001a\u0003\/\\(-\u0737@QAQ\u0005R\t\u0014Lx\u0012-\u0001E\u0005E\u0000\nZ\u0005E\u0005E5gw\ucdd9%\u0004\u001b:\bk\u0002E\u0011\u0002E\t5LdcQ5Dg0PT\u0012.\u0011EsZ\u0696PTp{\u0002@Q\u0004J&PTPTPTj@QVJ\u0000E\u0005E-\u0242RT\u0007n5R&\u0610CYU!P\u051aPc\u02a0\u001d\u02b4(Z\u001e\u0017TZj\u0015\u001dH\u000b\u00145Tk\u000ew\u1012t\ns\u0003E\u0005E\u0016\u0000J%PT2R\u0005J\u0004\u0014\u0015\u0014R\u0002(*(jI\u0016\u0014\u0015\u0014\u055c\u0755QE%5RT&P\u001d!P\u051aPc\u0294q!Zq\u0007)j\u00057\u0017\u0688FA\u0010:.%iKW(d8=PTPm\u0001T\u0002E%\u0013(*(*(*5^DK@QAQ+%dAQAQ])*\u001fl\t\"s\u0010\u0012\u0004#\u0004Z\u0013jLQ8\u02ce\u046f\u0017A\\V(ZZ\u0019G\\\u0019*\u0018}{\u000f\u0014\u0015\u0014u[\u0000(*@Q\u0004\n\nJ\u0017(*\u0012PTPJ\t%YPTPTsvW\u0013Rb\\^#E\u000bk\u0002E\u0011\u0002E\t5\fx,hcQ\u0016e\u001aE~'\u0635-]\u0737@QAQ\u0005R\t\u0014Lx\u0012-\u0001E\u0005E\u0000\nZ\u0005E\u0005E5gwlTQmry\u0014U.$\t\u0014uG\b\u0014&\u0514\u018cq:E8t?\u00175Y?l(q_\u0496PTp{\u0002@Q\u0004J&PTPTPTj@QVJ\u0000E\u0005E-\u0242;RT\u0006\u001aU\u0018\u0019\u05c8\r02\u000eeV@QkB)*C\";EhjLQcG_\u001baTH}xJI[Q%\u00f9o\u0001\u0002n\u000b\u0000F\u00120*QQQ\u0002F%Z\u0002\nZ)\u0001\u0018\u0015\u0018$\u000b\njQ\u067bBJpk\u0128r!qM;B5\u00183j\u00172\u0001QX-jN2`TVQ~V#. P\u0416`Tp{\u0002Q\u0004J&`T`T`TjQ\u0000\u0002VJ\u0000F\u0005F-\u0002\u0002bTn\u0005]\\^#F\u000bk\u0002F\u0011\u0002F\t5\u0168)c:\u001fjQC_-M60jYn\u05b83\u0018U0\u001e0*0\u0000`T*\u0001\t\u0018\u0015\u0018\u0015\u0018\u001a\/`T%\u0012QQK\u0018F\u0015H512\u0007!qM;B5\u0018!]\u01e873F \u06b8bJ5K3\u0004f\u05f6t\u0005Js\u0003F\u0005F\u0016\u0000J%`T2\u0001\u0002\u0002R\u0005J\u0004\u0018\u0015\u0018R\u00020*0jI\u0016\u0018\u0015\u0018\u055c\u0015r3\f74\u0002#Fep\u00100jU\b\u0018&\u0018\u0697\u07bb\u0018\t>?\u001ay\u001f90\u0015&aLQT\t#%m\fE\u0015\f\u7fbd\u0007\n-\u0000\u0014Jd\u0002E\u0005E\u0005E\u000b\u0014h\t(*(j\u0004PTP\u0512,(*(9+EeV\u001a\u00155RT&P\u001d!P\u051aPc|wQ5E\u064f\u00185K}?b\u0019FUK\u07be\rSt\u0006\ns\u0003F\u0005F\u0016\u0000J%`T2\u0001\u0002\u0002R\u0005J\u0004\u0018\u0015\u0018R\u00020*0jI\u0016\u0018\u0015\u0018\u055c\u0015g\u0715x=R\u00112\u0006\u0018*\u0004Z\u0013jQ\u0168\f??KgQP-coaTA 0\t])3aT\u0793$0*0*U\u00000*Q\u0004\n\nJ\u00170*\u0012`T`J\t%Y`T`TsvW\u02aeKp\t7t\u0010\u0012\u0004#\u0004Z\u0013jQ;~4h\u02a7p\u01a8IZF4\u000e\u0002p\u0168\rzO0T\u0001T\u0002F%\u00130*0*0*5^DKQQ+%\u0000\u0002dQQ]1\u00038d\u001a1j\u0013n\u0231,`\u052a\u00100jM1Fe\ba?\u0014-j\u0010w?h\u0005\n\u001aT\u00071Q`$QQ\u0002Q\u0004J&`T`T`TjQ\u0000\u0002VJ\u0000F\u0005F-\u0002\u0002bT.\u0010\f7F*\u0017\u0012\u0004#\u0004Z\u0013jQr;~\u00d4hqLQ@v(Au\u000e8\u0751t\u0014\u0579$#\t\nJ\u0015\u0000J%PT2R\u0005J\u0004\u0014\u0015\u0014R\u0002(*(jI\u0016\u0014\u0015\u0014\u055c\u0755r\u062b6 2\u0007!qM;B5\u0014\u000528;)Z\u0000&;\u0000`TI 0\u0003Fm{\u0004F\u0005F\n\u0000F\u00120*QQQ\u0002F%Z\u0002\nZ)\u0001\u0018\u0015\u0018$\u000b\njQ\u0019E`T.\u0011\u02855\u0001\b\u0001\u0584\u001acT&\u001a%1\u0006yQ\u001a1\u054c\n\u001aT);CQ{O0T\u0001T\u0002E%\u0013(*(*(*5^DK@QAQ+%dAQAQ])*\u001e\u0792L\u001c*012&P\u001d!P\u051aPSM`T\u0006(\u001fFkS\u01e8e~\u001c#\f\n\u001aT\u0003qtE\u0019cT\u0793$0*0*U\u00000*Q\u0004\n\nJ\u00170*\u0012`T`J\t%Y`T!\u001d]\u0017,L\u001ffC5\u0019\u001d>H\u001a\uf8f9O8f'yH\u0006zUf\u03d32,9d\u0017L{\t=\u0000\u001ff\u000f[\u000e|Qr&_}U\u0191|\u001ez2\u001b.l~\u001b?h<#lV\bWL%\u000b&+C8}\u001aNd]~g|6X'F\u0015imK\u000b\u0006m8\u001dglQ\"\u0003K\u0006\u000br65EY}?\u001f);:\n\u0005|ur\u0005rt@t>u\u0406m^\u000en$b\u015c]=\u051c@Crn\u02e4\\UM}\u0016\u7b75\u0013\u001acwgyl\u001ag\u0011A\u0016\u0019.GY`nvB\/7o=}k`f#\u0001_o;\n\f~S|8[c\u001d\u0007<\u021a@\/r\u000eQ^\u0016\u0000{\/rznUz<=9qR::Qk\u0006]\u064dZ\u0017KUz\u05ed66_~\u0019N\u000652r8\f5V_n\u06cfv\u38fb\u0436e?\u000f\u001f\u001f~_FY,;\u0175<,9\u01f0\u0005\u0175X\u00a5iaD\u0001\u001ah_-[8GQ\"\"\u001c\u001c\u00dc\u0018;bH\/NVhN\u045bb\\pG\u0004I\u8956#9VKx=,)aWH:j}TM+(FLI\u0016I7v\u0011\u072a\u000f:6\u001cdwY\u001a~z'\u0012J.s|99=$X&37^X~p=\u001f)O\r:\u000fue\tmiD\u0012\r\u000bXU(1(lrk\f=mVtz6L\u001cV\u0010\tB;-\u0010).>\/\n_NF\u0003_\u0016c\t,\tU\f-Z\u0006!w X4~^58\thQ]t=E\u001fUmu>\u0010Ty\\\u000e2\u0006m\u0010\n2\\@p\u0014uoA\u001cW\/8e+e\u0315\u001df8\u0347\u000fC\/^\u001b}9\u05a5\u001e\u0016\fe\u0014s591\u0006wA\n\u0015t\u023fN*sb4+\"UsX\u0007Ck:sb0+\"\u0312*({E~<>x>>Ot]EV\\]\u001dcY\u0650>*Dmpkt\u0001\u001dn}A\u0005\u000796\u0016\u07e4I>x>>-Orf#zk\u001a\u001f\u0003\u0014~D\t|\u0000C)-xH\nn\u000b\uf082[WtKik8\rc{\u001aM59\u0655\u0016$wA\n+cU::\u0001G]\u0586J.qC4yh;*aEq\u035f5\u001e\u000e8zz]s-P~\u0237J\u066e.lQbEn\u0017_f?e]\u00176L_7Z.k;m\u054f<~.]uQ\u001bi\u001e\u001e\u000b\u000b\u0004Z,rU\u0747\u000fG:b.V;m??\\wb\u000b\b]]B'XZ#W\u001dq\u0510c-3\u02b3\u0013\u031d\u001cwf8s{\u034e\u0011\u0014\u0019\u001d\u001e\u001f#\u001ci\u00b2V#n\u0174\u0018.dRC#\u0003(iQh^_e\u05cdR'\u068csH\u0017\u001dJ\u000f\r8\u000f\u0607&A\/G%Z~Y\u0018w`\u0011\u0468j\u0002Jj\u0011\u012e\u001fJru\u001a\u001b\u001f]\u00178x]\bb\f3\u01a1A\u03e8A\u0017\u001a.\u0626Awq\u000f%\bJt\u000f\u03e1D\u001f|\rTeJ\u001eTi#\u04b1V*\u000b\u0012*4w\u000b\b\n\u0000TN\u000f\bZ_nA\u0005m\/C%m-e\u001dv[kZ\u05ea&\u01e6>P\u00cfIOy\u000e\u0003bs\u001d+1y1ax\u0005,\u0013b\\\u000e0.ht\/+2FA$ Rc\u0010[ha\u0007\u0018 \u0006\u0018\u0016zA$hOnlos5^6kF6-j5ZN\u00139:Z&O|L2}8e\u001dyi&>\u0321a\/[\u067fC\/\u0005\u06a9Q\u0366\/O#kJ\u0392\u000e[s\u001eHuq-\u0087=e@=\u00077r1GQ=\uf3e5\u00e4V\u001c\u0012\u0003V\f.D\\\nP\u04f5\u0471&C\u001fs}\u0015}3y;ns8j'v@\u001b\u0006$j;\u0019\/\uffbc\u001dM\u0016-\u0538-]{(jQj\u001b#\u0004\b\u0017\u001a \u0007Iw?d\u0014v\u0005b'\u00115^y\u001dtP5Unt?*N>E=\u70f5'kVN\u0011O$sr\brr\fl\u024c3[{\u001d?<*'\r\u0019\\Xs\u0006GnGx\u001dMFwdH\u0007\\\u074f\u001f\u03c9xvt7\/\u064bv\u000eu\\~\u0019N#:c4_U'\u00175=l\"~'jQt^:\u0006l\/94Y\u0006MY_FbF6{t?\u0015To\r`]\n[eM\u00148#\u07eb>QY.~$(n+wp!z\bHL2j-\u0016:Q,\u02c6!\/\u0013?5GOKH=&XDt\u001a'\u0002T\u018ft8\u001eOF>\u0011W7\u0018\u02db\u0269\u0019?QFqX>hZ\u03a6\u0018O\u0017?\u028aAT\u0019r.^\u001b\\0K5W#nIn9:,%\u0016{\u000f?G%{0duy%O<\/\u0017W?\u000eU'N\u001c,s\u0224\r\u00039_RKr\u0011V\u0010R:9Z2\u001fyV2JO\r.jp3\u000f\u001fF\\8\u0683C[\u001dW\u0005\/' 7\u001baWs0F(Z\u04600;pH\/\u03fe6]Wd,Bj\f7&p95\u94da.\u036eT\u0011\u00184\u0007g\u0019,8]\u000fdr~'\u06e6\u001fUz\u0527\u0003.\u001e\u0018|\u0007\/po_\n\u0016?:\u0007\u001bwBW\u001frop\fJoI;h\u0017H7\u0019\r\rZ\u01cf\u0004@Q\/|^J\u0017\/\u027d\u7de2r~W>\u001d?F7l9,P\u001cNGH\u0709x9\u03d6E@\/O\u000fnu\u000f\u010bhp8\u001aE,8#D M7\u0011zf\r3E=9\u0003\u0019G%Whpse_;cb?\"[\u000b\u0010](q\u001bAqld@o`2\u0010\u0016\u000f1\u0003{_\u0491Y\u000bJG>l\u0013W\u001c|\u0000\"B|SB,J?|@\u039e4i4y$-C\/OU\u01e7\/)\u0015\u018br_2{\u001f7B\u001c3\u0003\u06afcD9\fpuU\u000e\u001c\n\u0002-\u0019\u0006\u000eUQY\u0433r fO\u0007\u0017\u0015(\u001b\/eH(,\u0019\u0018\\Xyp^\u0013'\u001dWYvs&\u03c4 %\u001c\u001e':*\/@o\u04eb!eLJ\u001d\\[7VO\f-+\u066b\u06d4D.y\u01ff\u0018(*T\u001a\u0006!\n(D\u001bGH4\u001cB4\u00003\f\f\f*,g\u05e0\fy$[$4\u001cC\u001c\u0014A\u001ez6\u0010\\=]Ym<\u0005`L\u043f:'h\u0001A*N\u053e\u000b\u0018j2\/W2Z,z*^gFUa\u0159p0\nwRtNfjO)\u03f4\u008f3\u02216_T)4\u0718\u0014o\u04b0F\"?J6cJf\u0013\u0017\u0013cjlVcP\u063c\u03ec\u001c5Y?,[a\/c\u000e>BdN\u0011>'\u0007~\u00158}\u0016\u0010>lfY\/T[\u001c@~.\/~\u0017yA\u0014\u04d8Q\u000f_\u000eF0Ke?7QY2{!u5\u077cY4|X\u000e\u000f\u0019ilnmG\u0014o\u0001S*4.D=2X7U;.8n\u01c9d5K\u000b_xq|\u032fP\u0005\u00dfkpkv^\u000f\u01df\n=ge]~\u060b80N8a\u001a}kJ\"[]o.CU\u001dY6(TT=j^SD\u03f5WRm\u0302&\r0\u000bpU#0wV'5\nF0]\u0015yWmN\u000f\u042eVW^^\u0000FZ( Q\u0019\u001fR$}1<73\u001c{W\u8bb2\u05a9\u01b6`j\u0001Sz0d9\u0005aEX\u0005 +7kr!qM;B5\u0190N\u0000YOr\u001c)#iM(1U\\U7]\u0b2e='\u0018AVV\u0000V2\u0001\t\u0015\u0015H\u0000|\u0000\u0000\u0000\u0000E5\u0000FYj-Vn!\\\u019fEK\u0005F.\u05aa\u0010@kM1hey~dr1iS,Hk\u001bukZ\u0001i\u00154f\u0017zj-\u0007s\u0011\u0004i\u0005i\n\u0000i%\u0013H+@ZAZAZ\u0004j\u0007\n\n\nZT\u0003j\u0005i.ie\u0003-O9%tHZ\/AZB 5\u01a4zU\u00c4^1h\r\u0012;V\u001e\u001c\n\u001a\u000b a\u0000='\u0018AVV\u0000V2\u0001\t\u0015\u0015H\u0000|\u0000\u0000\u0000\u0000E5\u0000FYj-V2\u001aA\\H\\\u0013@\u0010@kM1he\u02adr\u001e\u029e1hUf;(L\u0013\u001d\rA10OM\u0002hu9\b\u0002\u0002R\u0005\u0000\tL\u0000\u0000\u0000D\u0002h5\u0003h\u0005h\u0005h\u0005h-\u0001h5\u0002Vki\u0017rd?P4\u0007!qM\u0000;B\u00005\u01a0}\u0000\u01f4FZ(\u001e\u04ea\u0016\u0019q\u0006U\u0418\u001d`\u0011ims\u0011\u0004j\u0005j\n\u0000j%\u0013P+ZZZ\u0004j\u0007\n\n\nZT\u0003j\u0005j.jeO+\u0001P.\u0011\u02855\u0001\b\u0001\u0584\u001aViV\u0006\u001b1jUo~\u0004PZ^D5Z\rP1;0B\u0333E='\u0018AVV\u0000V2\u0001\t\u0015\u0015H@|@@@@E5@FYj-V\u0012\u0000\u001aQ\\H\\\u0013P\u0010PkM)j\r\u0018T<\u077d\u0010+rj\u0017g\u0006\th\u00154f\u0007\u0017\u0002hu9\b\u0002\u0002R\u0005\u0000\tL\u0000\u0000\u0000D\u0002h5\u0003h\u0005h\u0005h\u0005h-\u0001h5\u0002Vki\u00152\\\u063c& $\tuG\b&\u00182r'7bZ0\u001b\"5\u049afBH1;0\t#6\u000b\u0575\u0004#\b\nJ\u0015\u0000J&V2\u0012\t\u0550\u000f\u0015\u0015\u0015\u0006(\u000bZ]^#]\\^#i\u000bk\u0002i\u0011\u0002i\t5&\f;!\u077d\u0012+SK55\u02d4C4\ti\u00154f\u0017f)bZ\u001c? T\u0001 d\u0002i%\u0013H+H+H+@Z\r@ZAZAZAZj@Z Z%\r%5V&\u001d!\u059aPc\u001cCZ{z@EjHZ~\u001ax>\u074dP+\u07da]`\u0018f\u0004ju9\u0010R\u0005\tL```D\u0002k5\u0003k\u0005k\u0005k\u0005k-\u0001k5\u0282Vki\u0017I\bh\u0013V`d\u001c[\u0004k\b\u0584\u001aVZKMyU\"i\u001d;\u0000JSc1sYGp{\tF\u0011\u0015*\u0000Ld\u0002o\u0005o\u0005o%\u0012x!\u001fx+x+x+xkQ\rxQ\u0016ZK\u05410y\t`d[w[kBy+s(x\ub5b9)O;\u0011[H-cj[\u0005e\twQ\u0004o\u0005o\n\u0000o%\u0013x+[[[\u0004j\u0007\n\n\nZT\u0003j\u0005o.oe:)QP.\u02855\b\u0584\u001aV\u001dv]n\u023eEV\u0016Y\u000b=u\u025cof)\u0772\u0015\u050f\u001fZB\u0015(?\u001e;\u0000\u0010\u0002\u001f\u000019V?BX\u001ao\r8J\u06c8o\u0015Tg\u0019farV\u0013X\u0011\u0015\u0000Ld\u0002o\u0005o\u0005o%\u0012xA\u000e\u0015\u0015\u0015(\u0006\u0568\u000bZ-]^\u0015SM`$-%\u059aRc\\\u0004\u07baanI\u03ae[ P\u0016x:0;h\/oun;\u0015[[\f[\u0004J&VVV\"\u001a[[[[b[R\u0705e\n\u001ay\\I\\\u0012x\u0012xkM1oeb\/x+s90\b\u0094q:oU+]#*N\u0019FvS'xs\t\b\nJe\u0000J&V2\u0012\t \u0007\n\n\nZ\u0014\u0003j\u0005o.oe?\n-QPN[J[[kJMyk\u020cN%1\/\u0002\u0003oQ\u0016q~:S:&m'\"x+x+\u0001x+[\u0004\n\nJ$V\u001cx+x+x+xkQ\fxQ\u0017ZJK\u0015\u029a`$-%\u059aRc\u0280J\u0717anjU|~ki\u0002o\u0015Tg\u0019a[\u001doEVV*\u0003V2\t\u0015\u0015H\u00069VVV\u05a2\u0018V.xkvy+h.QPN[J[[kJy+C\u0010q~k+oM8\u03b8S\b\u001aV:W\f&m'\"x+x+\u0001x+[\u0004\n\nJ$V\u001cx+x+x+xkQ\fxQ\u0017ZJ\u0005\u000e%\n\u001ay\\I\\\u0012x\u0012xkM1oe\b\u0016oen~:g\u079a$\u0005yk\u001a\u0013Mx:0R8NV\u0013X\u0011\u0015\u0000Ld\u0002o\u0005o\u0005o%\u0012xA\u000e\u0015\u0015\u0015(\u0006\u0568\u000bZ-].K\u0014Thv)[\u0019 \u0003ZU\u0002o)5LSoV\u0016[U\u0019\u001e\u04dd\r5\u000bC?`(u#*63|nV\u0013X\u0011\u0015\u0000Ld\u0002o\u0005o\u0005o%\u0012xA\u000e\u0015\u0015\u0015(\u0006\u0568\u000bZ-]\u0002\u0012\u0005m\u0002\u0018\u001d%n)\u0594\u001aV <\u0012s\u0013dm'{V\u0013*N\u0019&l\u0006oum;\u0015[[\f[\u0004J&VVV\"\u001a[[[[b[R\u000e5&^U%\u059aRc^nV1o-\udba1\udeefjgQ\u001bJScYv.V\u0013X\u0011\u0015\u0000Ld\u0002o\u0005o\u0005o%\u0012xA\u000e\u0015\u0015\u0015(\u0006\u0568\u000bZ-]~\u0014Z\u0295%n)\u0594\u001aV&_g\u699eV\u02fc4(m\u0013*\u00163T\n8aV\u0004o\u0005o2\u0000o%\u0013x+[[[\u0004j\u0003o\u0005o\u0005o\u0005o-\u0001o5\ua0b7VKi\u001f\u0516(h\u0013$.\tuK\t\u051828u|p~\u0012,m[l3C?\u0002[]N`EVV*\u0003V2\t\u0015\u0015H\u00069VVV\u05a2\u0018V.xkvy+QhrF*W\u0012\u0004\u07ba\u0004ZSj[E[KM-\u0014]yk\u0010\u0518a\u0014y\u0579\u0004V\u0004o\u0005o2\u0000o%\u0013x+[[[\u0004j\u0003o\u0005o\u0005o\u0005o-\u0001o5\ua0b7VKi\u0012\u0005dU$.\tuK\t\u0514F[\/\u0399\u0006X8\u001a\u0006\u0019OiVAua8Q\t\b\nJe\u0000J&V2\u0012\t \u0007\n\n\nZ\u0014\u0003j\u0005o*oeR&$.\tuK\t\u05182\u0004\u0011-\u001d[#\/2FUP-f\u0014\u060f[N`EVV*\u0003V2\t\u0015\u0015H\u00069VVV\u05a2\u0018V.xkvy+Amr[\u0002\t\u0003o*\u0594\u001aV\u1facg\u0016\u0001c\u0005\u0003o\u0372$c\u001bVAu^\u0005v\u001doEVV*\u0003V2\t\u0015\u0015H\u00069VVV\u05a2\u0018V.xkvy+\u001bUrVP2\u0018\u000b\u0004ZSj[w#\u0018{j\u0007Au\u07aaV3\u03ddB\u0404\nSeZ!e\u000b\u0004ouo;\u078aT\u0006d\u0002o%\u0013x+x+x+[\rrE1F]j)V6HDA9Y#o+K\u0002oR\u0002o)5L[c\u0006s\u000epSO-Z\\k\u0012e};\u0011p\u5af3\r\r=s9\udbf0\udc6bk\t\b\nJe\u0000J&\u0000W2\u0001\u0002\u0002\u0012\t \u0007\n\n\nZ\u0014\u0003j\u0005p.pe#J\u0018\tMsP\u0012\u0004\u0ea5\u0004ZSj\f\\-v\u03bc5\u0019T21\u0004Mx:5f\u0018]\u000e!=_v\u0002+R\u0019\tLD\u0002o5\u0201\u0016\u0140\u001au[[H\u00145V$-%\u059aRc\u0010c?Pxk\u001a$i\u0234Vf^1\u0004Mx:5fVMN`EVV*\u0003V2\t\u0015\u0015H\u00069VVV\u05a2\u0018V.xkvy+g\u0012`\u0321\u0000\u0013McJ\u0002oR\u0002o)5\\L|9L\u0018\u0019xk\u0016z\u0019w\nA\u0013*63UU[\u001b\u001doEVV*\u0003V2\t\u0015\u0015H\u00069VVV\u05a2\u0018V.xkVy+e5\u0002F$-%\u059aRcj\u001fzy+\u0013y\u05bcU\u0003^\u001ao\rs\u0011oSc17_\noul;\u0015[[\f[\u0004J&VVV\"\u001a[[[[b[R1%\n\u001a\u0001\\I\\\u0012x\u0012xkM1oeb\/q~\ub1b9^8jzZ\u0010*63n\u0002ouo;\u0015[[\f[\u0004J&VVV\"\u001a[[[[b[R\uc8b9DA\u014bf\u0002\u00012U%\u059aRc4\u0016o\u0018yU9,j\u0002\\\u0005\u0646!Q\t\b\nJe\u0000J&\u0000W2\u0001\u0002\u0002\u0012\t \u0007\n\n\nZ\u0014\u0003j\u0005p.peC\t6\"r%qI\u0000[J\u00005!8P`\n[\u06b8\u0011o\u0015Tg\u0019anV\b\nJe\u0000J&V2\u0012\t \u0007\n\n\nZ\u0014\u0003j\u0005o.ou 1\u0017\u04347\u0214\u0004\u07ba\u0004ZSj[\u0003\u0005J-3V C\uef10fN\u0019\u0007xk\u0013X\u0011\u0015\u0000Ld\u0002o\u0005o\u0005o%\u0012xA\u000e\u0015\u0015\u0015(\u0006\u0568\u000bZ-]\u0006x((\u0017\u0001e\u0004r\u0002'.\tuK\t\u05182]o@\u0001f0;g\u001a$~gzf\u001dee^4\u0003\u0520a\u0016Bz\u0579\u0004V\u0004p\u0005p2\u0000p%\u0013+\u0000\\\u0001\\\u0001\\\u0004j\u0003p\u0005p\u0005p\u0005p-\u0001p5\u0002VKi\u0017r,cPNH\u0018J\u0000\\\u0000\\kJM+\t\u001bJ\u0016axj\u001dF\u0002p\u0015T\u0006\r#3n\u0000W\u0013X\u0011\u0015\u0000L\u0000d\u0002p\u0005p\u0005p%\u0012A\u000e\u0015\u0015\u0015(\u0006\u0568\u000bZ-U\u028d\fe\u029ah$\u0000-%\u0000\u05daRc\u0280m|\u001cU\u0016\u00045Uck\u0004\\\u0005\u0646jnn8u\u0002\u001doE\u0000W\u0000W*\u0003\u0000W2\u0001\t\u0015\u0015H\u0000\u00069\u0000W\u0000W\u0000W\u0000\u05e2\u0018\u0000W.kv+\u05d3\u00185\u0002W$\u0000-%\u0000\u05daRc\u0010T\u001c)Pn~U\u0003j\u00199\u0340+_\u001a4L+\u0003\u0001\\]N`E\u0000W\u0000W*\u0003\u0000W2\u0001\t\u0015\u0015H\u0000\u00069\u0000W\u0000W\u0000W\u0000\u05e2\u0018\u0000W.kv+{I\trF*W\u0012\u0004\u0ea5\u0004ZSj\f\\K\u00002tK#o5\u2ccd3\\\u0005\u0569AC55\u0002pmv\u0002+\u0002\u0002R\u0019\u0000\tL\u0000\u0000\u0000D\u0002p5\u0001\u0002\u0002\u0002\u0016\u0000\u001au\u0001\\\u000b\\BK\u0018Thv)\b\\\u0019\u0005ZU\u0002p)5\u0006LS\u0003[w>5I\u0013\/\u000e\"h\u0002\\\u0005\u0569A$\u0019\u068e\"++\u0001+\u0000\\\u0004\n\nJ$\u0000W\u001c+++kQ\fQ\u0017ZJA\u0010F\u0007%qI\u0000[J\u00005F\u001ef[2uF^xACW\u0006\r=R\u001b\u0575\u0004V\u0004p\u0005p2\u0000p%\u0013+\u0000\\\u0001\\\u0001\\\u0004j\u0003p\u0005p\u0005p\u0005p-\u0001p5\u0002VKi\u0017: FV\b\\\u0010Fz\u0001V\u0000\\kJ+s6peb\u0019\u001f\u0001j54cs#*64\u001c\u0005m'\"++\u0001+\u0000\\\u0004\n\nJ$\u0000W\u001c+++kQ\fQ\u0017ZJ\u0005\u000e%\f\u001a\\I\\\u0012\u0012kM1peEk\t\u0005\u001ewU\u001d&Y?j#UPmh&,.Q\u000b\\\u06ce\"++\u0001+\u0000\\\u0004\n\nJ$\u0000W\u001c+++kQ\fQ\u0017ZJA\u000eU%\u0001n)\u0001\u0594\u001a\u0003W\u0001[Fj=m\u0000W:5h\u0018pmv\u0012+\u0002\u0002R\u0019\u0000\tL\u0000\u0000\u0000D\u0002p5\u0001\u0002\u0002\u0002\u0016\u0000\u001au\u0001\\\u000b\\9K W*'c\u000e\u0005p\u001aS\u0012\u0012kM)p6pe0=c\u0aa1Z\u000f\u0002W8L\u0000JSS\u0002W\u0013X\u0011\u0015\u0000L\u0000d\u0002p\u0005p\u0005p%\u0012A\u000e\u0015\u0015\u0015(\u0006\u0568\u000bZ-U\u01940('ki\u000eJ\u0000\\\u0000\\kJ+CP\u0011Znqf\u0013kA\u000b\u0011\u0520a\u0012rQ\u0000m[\u0011\u0015\u0000L\u0000d\u0002p\u0005p\u0005p%\u0012A\u000e\u0015\u0015\u0015(\u0006\u0568\u000bZ-]2\u0006dU$.\tuK\t\u00182`!u\u0003D;m\u000e\\}\/Fn\u0006\\lA\u00f8\u001fpmv\u0002+\u0002\u0002R\u0019\u0000\tL\u0000\u0000\u0000D\u0002p5\u0001\u0002\u0002\u0002\u0016\u0000\u001au\u0001\\\u000b\\Es\t\u0017.\u0005\u0018+\u0003d\u0000\\J\u00005ijD[\u0000K\u0013pM\u050d:5h$.Q\u000b\\\u06ce\"++\u0001+\u0000\\\u0004\n\nJ$\u0000W\u001c+++kQ\fQ\u0017ZJ\u0005\u000e%\f*\u000e\u0005\u0018+q\u0000\\J\u00005z\u0019\u001aA\u001d\u000eP\u0003Aj\u001cm\u0004\\lCCrN;v'\u0001\u001f,pf6Y\u04e6K~\u001dO_~~hu6lq\u02772W\u00cd\u001a\u000b{\/;1^Lx1\u000e\u0017\u0014z}1{Z\u0016?cH>~?>\u000e:\u0016g-\u0004X486\/ x\u0017g}\u001fP]q\u0012JPHW*w \t|)~>u`_\u000en$bE]Z!lY)p~\u0015Kzl]wU\bN\u001a\u02b9*@;\u0005`\u0524\u0002\u0014\u001bG:rQ\u0013*3\u000f;w\u000bP\u0017zQS=[\u001f\u001dNf\u0007kd8\u000e;t9?\n-\u0007|[V\u0017z_~}[R\u0006\u00177\u0013\u001d\t@z3^QdIul1?\u001fx\u001f=r*\u0017e\u0010\/\u0002`E.p\u03cd\u000b_G>\u0287U#j\u03e0\u000bQb\nTxe]Kk%-~mt:lX\u001a?7,C\u0019uV|tW\u04f0kU5^d\u010dk'~F\u0232s\u0011\u05c2\u0135\u0154\u0013\u001d\u00051G.l9\u000b\u0017\u045f\u000bs~r\u000f!Gt^\u001eFofq_~\u0012$ZX\/xHeVi#-:\u0014?4K(6\u0007\u037f\"dpu\b'~\u0000'\u0014.Nd\u0019C7Cf\u03319`}\u001f*N~c\t:G9>Fd9\u000b6(\r;Xo\u0018*\u07f2M{U~jNco\u001d[W#\u001fI~\tW\u05b30#}}f#T\u0001R\u05a1\/\u0003o=\u0007x;642Cj\u0000\u0169\u000eE\u008cT\/G\u0012w[qw')91+'Fx\u0011mt\u0187r~qJNt\u000f\u03c6%\/GF4\u0018|v\\\u0322592\u0006\u0019wA\n\u001d\u0651?N\u00d8C\\&92tfX\u0007\u00c7k>sd0+\"\u0312:(\u001fz\u001c\u058aG|lTUX`Z_Y\u001dv8HJ|Wi(Q\u0011zTb\u0001c\u0007:W*wT+\u07cfT\u000b\u0016x'I\u001c RE2{\u000e\/|\\\u04ff>N\\+\u07ffM\t\u000fx\u001dS\u001fH\u0016\u02a9}9a\u0007oGw\u001f<\u000fWY4:4wr\/4oO|\u7d3b;>\\x)#wsy-gV7\u0001_Z|==>v^<}Z,)\u000boiw\u012d\u0123bt\u008b(]w:b\\]('\u2d67[\u001el\u06bd{>;>RuI\u001c{??\\wd\u000b\b]]B'Rt\u00c9n\u001er(|+2\u03b3\/[Z\u001eEd\u06bedB\u000f\u0010.\u001dWj7G:Qb5{\u001c\r'\u0007\fn+\u001aZ>\u0778'7\u0703C\u0016C:?r\u001dS\u001fLn\u00197!)\u02fc\r8wvl\u0007:\u0012\u001d\\>\u000fF\rsGNU\u001do\u000bU\u0002Nv+Xp:c6?\u0019<\u0007m~\u0000\u000f:\u05fdu6\u000f\"D\u050fW}8\u0007pC\u0749\u0005'Zg\u033clJ\u001e\\i\u0003\u04a1N]+3\u0012*\u000bp\n\u0000TN\u001b~u\u0791q!D\u0005M-m9V=_J]]jx\u062ec]UY\u0015\u0013v\u001fUSAlmE`\t;`9\u001f\u0016v\u0643]z_|wF\u001b#GcDU\u0005|\u0018\u05c86F\f`\u0016_#\u00126\u001ak2S\u5a32~{zc6\u001b-\u0585Y7j\r\u0017\r;Q\u035a\u0017\u001a-_4)m>\u0016S-\u001f\fn\u001f=\u000e<0}\u001c{\r\u00eea\u001es\u001aa\nSMG_\u01df\u0007_B\u000f[%\u0087r\u001et\u001a.,pl\u001c>bgLdAxC0\u0015@\u0015\u000bK]\u001awytPsV-T5M{w\\w\u000f^'\u001eff4--Zq3[g\u057aP\u0562f#\u0004\b\u0017\u001d\r\u0010\u0001'k\u0016;r\u01ce\u000f\u02f5P5jB]~T\u001c|~\u0007k-OXv\u001d+v\u0003H\u0014\u0010\u0010\u0018\u0652\u001e\u000b[\/{\u001d?\u00120\u001f\u0019Odq*hg5]\f7ON\u001a\u0014GKkE_\u073cvltIgO\u000eQ\u05bb op\u000e.U\u078fn{\u06f0l_K\u07cf\u0017\u0307J)\u0290\u0019\u0017Z\u0007\u0303\nr\u0007\u0004-~\u001cFg\u0013\u0003s\u0232lf&Yc;Nl0\u0004L>\"]A\u0018\u0011,i%l9\u0333dS,J>\u001a\\\u0018;f8\u001f>qT\r\u0017TB\u000f=\b\u001cx9\u0019? V~\u001e&A\u0014#\u785a6X\u0121\u0018\u07e9y\u037f#N6*\u000f|hF\u000fdc\u0019R6^1JLZrhg]>\u036eUWN`8%PH?\u0016pumN_?[U\u05bf[KL\u0000\u0017l\u000b\f\u71beKh\u03b5`P[y^\u0018\u0792p]DBxx>p|H\u0014d1:{\u072b?\u0017\u07666\u001aNgay\ub16a\u00077|\u03bfth}>^ne\u0011\u0018\u00df\u001b>\"\u001a>\u0011+G\u001c#H7#t\u001a\u0014\u001cr\u0018l\u000b=*K\\_eY1=\u0006AmV\u001c\u0138@lq8A @\u001d\r\u05a7\u0001't\u0005#\u001f\u0007-KX\u0783{\u0011[e\/^VY\u0149g\/\u0017i\u0653f\u001eM\u001e\u0656\u000bm\u0013Zyp\u0654\u0015o\u01cbr_6Ii?>-I.i3\u0003\uabc3E9\fp5U\u000e\u001c\n\u0002\u0019N]Q}pf;2&7.P\u001ey7^\u029e4~F2Kgdcpab\u0003\u054buq]d[\"\u001fL\u00dd}#\u001d\u04c3\\}pF\u0005X<}f\u4ff9g\u000b\u0017.\u0015\\{bO\u0015o`\u0006sN\uda5f\udd0dS1L\u0010s\u0013adxSh\u0011O3m8Dmp1\u001bGl0\u001a\u000e\u001aN\u001at\u0006\u044bk<-8B\u001a!p \u0011zf[\tZn\u00b6Z\fm+_v\u0016}sAK\u0010\u000b|\u0013`\u882aFU&#x\u03dfW\u0003\u00148\u0000\u0004\u001eT%;*Z\u053aR\"Tli$.\u024a\u00072,%x~Me\u0003lBY{,5\u0002LE=s Y\u000b\t<\u000e\u0017kGbT\u05d1\u07f6G\u001d|\u03563=w<\u4de3y\u0018OJ8\u000f\u00048\u031a\ngp \u000f9$\u0150yTcs\u0001af2W\u0015\u0015W^Tp}1lF\u000e{\u0017'U\u0015?\u001b\/\u000eU\/*T{\u0012eo2n$\u05ac\u001f}'jU.\u0005k\u001dV\u02cd\u00153be\u0016\f.g\u000f{UqJj8_n8\u02cbUy]?\u001b\u000b\/\u00f7\u0017\u0007q\u0016_%a|\u0004q4\ftyD^_*\u0017M!\u001dY:R%.\u04bfRfql\/gD\u03f5SRu\u0302i++gC\/8|*d\tA|mn++beT*LWxWuN\u001f\n\u04ee\u06bcVV^^j&GKw|&z\u0011~\u001cf\\U@\u001cP='x\u001dY\u0012?\t\u0002UcCVs6\u0012_K\u0016T**\/.\/\/OT;G7rD:\/\\+Z\u0012\u0005T\u0216-~kWO+'?I-4-T\u001b\u01aa?6\u05f2Jv\u052da^U$\f\u04a2\u000f\u03a2=u\u001dh\u056d\u03e5,*PNXCnnohmVPylA\u0017\u0005yQ7oh\u001d\u0011Ycb\u0004]\u019dL\u001f\nJ8+9\u001a\u0011R\/4Z2\u0014\u001d\u001e\u0004JjCK\u0016\f~\u001aE)\u294chI_\f}\u000bR%o\u0015fCQ?JcffV_-NJ\u0018\u0572\u0015$I\u0015C,O(\u0001NN\u0588RJ\u2480R+:@5((A\u0000\u0006\u0017f(UR:\n\u0003~\u0006Jm~\u0002k\u0002\u0002R\u0019\u0000R\t(L@@@R\u0000\u0002Vr\u0000J\u0005J-\u0002\u0002]Q*-\u0003Nz\u0625\u0000#JeX\rPjY\u0007(\u00182MRsU\u0006Ax*\u0007\t]S\u001bT\u0006T\u0002O%\u0013x*x*x*e\/T&\u0a55\u001cSSKfqg\u0006h\u0019g\u0013~%\/\u000b<\u0003ZSjSG:H-C`6\u5a42*yZ'&x*x*\u0001x*S\u0004\n\nJ\u000b<\tx*xj%\u0007T\u0512.x*xY\u0719\u0017\u0019''lr-yY\u0015\u001d\u051aRs|SP\f3w\u0013\u0001\ryJ\u0006\u001e\\HfWxj\u0013X\u0013<\u0015<\u0000Dki9{{WH>\u0306\\O\u0007MHOT-+kC@8}\u001aNdM~{|6X'&\u0015iK\r\u00064\u0019-zw\u03df\u049fmnvh2{\u000e[\u0005YZ*e{vA*9pa|\u0011+~?~vj\u0006\u0014v:\u0013G\u053eq;l>\t`\u01477\u0382\u035c6]-\u0013p~\u03dfG\u027d\f\u5c46\u06d0T\u001bi5\u0006\u0017^wbb\u001d.8\u0017S\u0017\u0013\ufbb9G_e3V\u01dflqB%Mo\rrwqx1\u000f\u001c\u001d'\u000b%tur\u0007rS\u0007mvJ\"V\u0655\u0005\u001a\u03d6-r\rWuw]o4N;\u0002Y\u0010x\u000eFL\u0002\u000bPlP\u001fmFNS0\ue7c3\u06e7??,\"-@^\u0005FNl}tp;Y\u001e8,:;wh8+\u001cm\t\u001d{mO\u001a2H\u0000\u05db$O\/\u001eg\u0019{_\u0001Oe?JE\u001eXv\u0018\u000e\"\u0000\u0633}\u000bs\u0461a\u05483n*}X\u0002r>~YZwf2u86\u001b(\u0201|\u03e23\\\\_lGwM~\u001d>J??EYEFHvJi\u0135\u001cd\u0135 \u001fq-i1zyaD\u0001c=6\u047e\u000b[p\u000eE\"\u001c\u001c,p\u0010q^\u001eFofq\u00cd_~\u0012$Z>_\/xHew#1S4'fV\u0007-X#\u001f6\u001cdwY\u001a~z%\u0012J.s|9MZ{\u0004}[,{\u001bMe\u001f\\G1w\rI\u052b>\u001aU3w\u0004I~evr\n\u000ea\u0001\tQ\/\u0799*Cwt\u06f6U\u001d\\\u0004}[|\u04ca\\A=Rh\u0006%\u0145\u0007\u00078S2DB\\]F`}$\u000b;U\u0007|\u0001\u0016,\u0001\u00162\u07dd\u0001w\u0016_m\u0007u[8}w|,\u00032_\u06d8\u0594\fChl\u0010N\u0015e\u0731u\u0016q\u001d6\u000b\u000e]^DE@b\u0019I,\u0015b\u0003u\u001bK,L7p>\u0006\u0014\u0011EdHX\r\u001cGMa81e`Y{\u001b\u0014lG\u000e;(xvAs\u0568p:0*\u001c\u0268`\u000fZ\u0000\u00c2gG\u001d\u0016\u0531\u0002\uf0f73Yd%8\u0018y\u0010r\u00b3C\u000e\u0011v\u000e\u066d!B\u0000q.\tk\u001f\u001fw\u0019.&<;<`\u01d5\u001d\u001c\u0012\u0635D.u.K\u001f\u0013v)qzm$\u0017>T\u0018\u0012]\u05a3{\u001d\u00156i\nB__v&bKB\u0013~?.8W`=\u001awA\u0002\u0014r sk 1w(`@(\u0011Gv\u00c2t\u0000P\u0001j\u0014\u0201u;\u9041\rc~P++~up|B5]d\u0001]{H\u000fzb^yY\u01b9!-|\b\u0006\u00015|\u001c\rg2TN@\u0005\u001b\u0012lg\u001f\u0007\u001c\u0012G6i\u000e\t\"w\u001f\u0018Mn\uf193s\u0018\u0016ar`T|\u001b'\u001f\u0019gc(yg\u0017\u0019M$=\u001d0n\u001ds\u000eZok\u001f{\u001e\u001cc?\u0010M\u000bOE\u001e9oswbNvbo8\r\u066cM+vziH\u001c~5k\u074d*\u0013\u0019\u0000^\u00050\u00178]KX\u001b\u0016\u0004pB!':,\u001e_\f?N}P8Hp\u001co9z{X\fqzp!:yp\u0011P-\u001dce\u074eN'aw\"\fM\u001eF7Cf\u03319KzTD\u0014~~ZZ%s9\u001d~\u02c1l\uecfd\u001c+\u06ce\u0609\/gvfsN\u0001:\/\u000fW\u0004=\r:vw\u0017=\f\u0001X\u000f\u0017:\u0000\u001fh\nem'HW+tw'U\u010c{\u0018\u001e\u0017_\/tw'lj\u0013\u0017\fa\bK_\u000eu#~ai\/\u03ceY4\u001c0G .2H>;=|\u0018s\u001c\u0019\u034aHx|^592\u0015u\u0011fI\u001d&OrGCTSL\u001f\u001f\u0477{>E5\b\u001c\u000f(?zP\u00079-I\u0111}q}|T[L;\rw9'I\u0603[vd+w}gmq\u0016\u0005\u05f7\u001e#\u0003z{;\u001e\u001cN\u001db\u000f\u0536h.8a\u0005\u001dK*\u0001F\u0007mY\u001d;\u0673j\u000eDY\u001f\\%wn~y:usv\u01c1vG\u0007>5\u0017\u0013uctpn\\6ce\u05fa\u001d[\u001f#l*rmIwq\u0135E\u05f7\u001dcq~yr|\u0010..\u0013x\u0012vc|wq[-9>2tI\u001c[vq{?;1LNUi\u0007t]G;f9!\u0002\\Mh5h=st\u0001#l\ucbb3C\u0004H&&{\u0018MNgXrq;:\u0001m\u001d[>\u00138to\u8e7bCE\u043c\u02ae ;n>\u0699\u000ek3nB\"dl_o\u0139\u00077\u000b:\u001d\u01d6x\u0005b=(Fl\u01e5\u000e\u0285*\u0001\u0012~8\u0255M{~c\u0019\u06ce%\u0240>w\u001c\u001e\u001etozAm\u001eD:~\u0007\u001f\u0017p\u000fD\u0010\u001dNTq\u05d0U]\u0243+m~\u0000W:Ypu\u0012W\"\\EvA\u001eI\u0016j>\u001di\u042f\u03e8 \u001e-gPI-kK\u000e\u06f5vz]kUY\u0015cf\u001fEmSAlmE`\t+`9\u001f\u0016v\u0643]z_|WF\u001b#GcDU\u0005|\u0018\u05c86F\f`\u0016_#\u00126\u001ak2S-\u5a32~{zc6\u001b-$\u001b\u001bi\u04cb\u0546p\u0368MZ\u00176{N\u001fG\u073eEq>\u001a\b:\u0002\u04faMC0^!~\u000f?C0\u0005\u07a9Q\u0326\u06ef\u0003{\/\u000f[%\u0661.%\\8\u0002\u001c*vDf\u001f\u0109w?\u000f^K\r^1\u0010\u0019\u0015~;G\fa*S)[l<7\u0013~\\D-;\u001b\u0007N8 qxyhz[Z<]f\u0018K\u03eauEF\b\u0010.\u001a \u001d\u0007Yw?d\u001cv\u0705bppg\u001d\u000eV\u02fa{q\u000enz7y\u001f\u0015G%\u001fZ5R]?J'9k9\u0004l9Dl9lmz\u058b-n\u000fj\u0413\f.9?\u01a3\ufde3r\"f[AH\u07744\u0452\u0371\u001cWlR%O\r.jp3\u000f\u001fF\\8z\u0006\u001eu\u0004\u000e^U\u001fF\u0010+? \u0007vGP\rl4f(uj:H\/\u03fec:\u001fC4\u01efX\u0002\r7\u0012\u0016v\u001c\u06aaYuOk\u0564si=\u0011\u0018{l\u000e\u03e8\u0005,0]\u001bv29m\u000fVlV{<6\u0005\u0002\u0012s-y)X.=xNs>\u001b.&\u0006$=;x\u00179\u001fo2\u001e\u000fjr7\u001f?\u0012\u0000Eh~)Y_\fn\u039e&Evt\u0006rXoM8- \/56lYCwO\u0006_\u0132\n\u0011\bA(9\u001f{\u05a08Q}n+ZqTY}\u00069W*\"?\u0003*L@;\bG[q\u00106B\u0010R\u0017:Ay 7n\u0019w\u000bG\u0001-'t\u0005#\u001f\u0467+K\u000eV\u077dJ_\u053dp\/\u00134_.\u0010\u058f'=<\u0012--\u0017'Xo)=+]\u07ce\u0017\\\u0015m~|Zg\t]f\u0007X_Gr\u0018k\u001d8\u0015\u0004[2\r\b\u001d6O\f\u0281?w\u001eZLW-w;p\u000e9\\\u000fO\u0017\u0010R8iE8}G\bN:1?{?{qj?4\/WSh5\"\f]Yd);=\u0000i\t^\ud629\u0546\u001a6-\u0018d4RfEK\u0019\u047c\u0018~\u0019\u0016J\u03bc>+\u0000W\u0346~~Z\u001e1\f%MSe+\u001e}I*\u0013G\u0007R\\\u019bbR\u00112P\b \u0003ZSj\fR\u00196Z\u00058v|w U#4\u001d\fRLm\bR,C\fk\u0019*1\u0007\n\u0000 J\u0000d\u0002H\u0005H\u0005H\u0005J\u0004 \u0015 \u0003@*@jI\u0017 \u0015 ,\nRp\torF*W\u0012\u0004Z\u0001H)5\u0006vTT>;\u001a@j\u0012a?k%\"5\t9rMw@;\u001f@*@&\u0003T*\u0001\t \u0015 \u0015 \u0017@*Q\u0013TJ\u000e\u0000\u0000%]TT+H\u05b8e)^\u000f\u0014`\u0004\f\u0002H-\u0000\u0594\u001aT\u0000T2\u0019XX\u00185\u0004Y{\u001178\u05e63 Ub\u049d\u000f \u0015 u\u0001@*\u0000R\u0004\n\nJ\u000b \t@*@j%\u0007T\u0512.@*@Y\u0015r87C\u0007%qI\u0000\u0015\u001d\u051aRc\u001c_\u00058T\u04909\u0004RV>WK,>\u05263 Ub\u049d\u000f \u0015 u\u0001@*\u0000R\u0004\n\nJ\u000b \t@*@j%\u0007T\u0512.@*@Y\u0015r,MN\bRJ\u0000R+:\u00005 n\u06af\u0011Z\u001c\u069fy~\u00141!HA&\\sMw@;\u001f@*@&\u0003T*\u0001\t \u0015 \u0015 \u0017@*Q\u0013TJ\u000e\u0000\u0000%]TT+Hu@\u00116A\u001c\u0002H-\u0000\u0594\u001aT&*a\u000fH\u001d{\u0012i\u0016Ysm:\u0003R%&\u0779\u0000R\u0001R7\u0019\u0000R\t L\u0000\u0000\u0000\u0000R\u0000\u0002Vr\u0000H\u0005H-\u0002\u0002]A*\u001e.&AI\\\u0012@jE\u0007 \u00182\u0017\"u<\"5K?AVmDjx\u0019t\u0007\nLs\u0001\u0002n2\u0000H\u0012@*\u0000R\u0001R\u0001R){\u0001\u00125\u0001H\u0005H\u0000\nZ\u0005H\u0005H5T\u0012d U$.\t \u0003ZSj\fR\u0019H\u02e64B|\u001do\u0002\u0005j!\u0006H<\/\u0014\u0566+ Ud\u049d\u000f \u0015 u\u0001@*\u0000R\u0004\n\nJ\u000b \t@*@j%\u0007T\u0512.@*@Y\u0015r\b79Y#H+K\u0002H\u0000\u0594\u0500\u0019\u0000\u0387\u0010jF\u0339\u001b&EQ0#\rAj\u05a6}\u03adk\u0019*1\u0007\n\u0000 J\u0000d\u0002H\u0005H\u0005H\u0005J\u0004 \u0015 \u0003@*@jI\u0017 \u0015 ,\bR\u0019rT\u0001e\u0011\u001d6\u0001e\u001c\u0002H-\u0000\u0594\u001aTFV\u0001\/]?ghjLR8vBR}L\u0012o%\u000eI\u0015t\u0003I\u0005Id\u0000J%T2R\u0002I%j\u0002\nZ\u0001$\u0015$\u000b\nj\u0016w%\\O.M1Op)HR\u0019(\u0004Z\u0001I)5&\f\u001b\"I\f-i\u0010\u001a\u0004j9\u0790\u0006Z\u001b.Mj\u0019*1\u0007\n\u0000$J d\u0002I\u0005I\u0005I\u0005J\u0004$\u0015$\u0003H*HjI\u0017$\u0015$,JRporFv(W\u0012\u0004Z\u0001I)5&\f\u001b\"a\u038fj0Hj\u0488\u0019IUkT?G\u03b5\fIt\u0003I\u0005Id\u0000J%T2R\u0002I%j\u0002\nZ\u0001$\u0015$\u000b\nj\u0016w%\u001a7a\u0002$\u0001Z e\u001d\u051aRc4u\u05ff\u000f^\"M$5QemDR8\t=n$PP\u0390TIwn?TM\u0006 T\u0002I%\u0013H*H*H*e\/T& \u001c@RARK fqW\u029evW\u26cd\u0621\\I\\\u0012HjE\u0007$\u0518\u01f5\u001f&j!\u0010p7GIj\u0014zZgAR \u0013Nt\nLsn2\u0000I\u0012H*@RARAR){\u00125\u0001I\u0005I\u0000\nZ\u0005I\u0005I5Tv=\\\u26dc\u001d\u0295%Vt@RkJI*\u00136ERZ\u001fI\u001cm|\u0003I=\/R6Hj\u056a~Im:CR%&\u0779@RAR7\u0019R\t$L @RVr\u0000I\u0005I-\u90a4]I\u0003;t;C\u000ehu@RkJI*oI\f-DR42.\u0019I +\u0003tJLsn2\u0000I\u0012H*@RARAR){\u00125\u0001I\u0005I\u0000\nZ\u0005I\u0005I5T\u000e~f\u0013P$.\t$\u0003ZSjLR\u0019\u0637ER3$I\u0016L\f$5|I\u039cb*%\u000eI\u0015t\u0003I\u0005Id\u0000J%T2R\u0002I%j\u0002\nZ\u0001$\u0015$\u000b\nj\u0016w%ldQorFv(W\u0012\u0004Z\u0001I)5&]'e}~*8djA1d\\\u0390TIwn?TM\u0006 T\u0002I%\u0013H*H*H*e\/T& \u001c@RARK fqWjGGU\u001a\u0661\\I\\\u0012HjE\u0007$\u0514r]'{Siq\u0015V~88%MgH\u0124;\u001fH*H&\u0003T*\t$\u0015$\u0015$\u0017H*Q\u0013TJ\u000e %]TT#Ie?,+V\u0004\u001c%Vt@RkJI*C#;OR,3\u0003\u0013I<\/\u000bv\u0590fj\u0017\u0004N1t\nLsn2\u0000I\u0012H*@RARAR){\u00125\u0001I\u0005I\u0000\nZ\u0005I\u0005I5T''\u0014`$\f\u0014\u0002I-\ub024\u0594\u001aT\u00bb$U34;5W0\u06d0FZ>TAm:CR%&\u0779@RAR7\u0019R\t$L @RVr\u0000I\u0005I-\u90a4]I*\u001e.MNHRJ@R+: 5$\tuV%I\"\u001b,\u0003E\u000eI\u0015t\u0003I\u0005Id\u0000J%T2R\u0002I%j\u0002\nZ\u0001$\u0015$\u000b\nj\u0016w%.P\u0001\u001d\n0C\u0006hu@RkJI*\u0016IPj\u000e\"6\u0500R\u001fDm\\9\u0443Z\u0016TAmRE&\u0779RR7\u0019\u0000R\t(L@@@R\u0000\u0002Vr\u0000J\u0005J-\u0002\u0002]Q*GH\t)sP\u0012\u0004Z\u0001J)5FL)Pj\u0002\u0019z}\u000b\u001d(U\u001b\u0005\u0005Jj\u001d*0\u0007\n\u0000(J@d\u0002J\u0005J\u0005J\u0005J\u0004(\u0015(\u0003P*PjI\u0017(\u0015(,R\u0019GCN\u0588RJ\u2480R+:@5(9t\u001b2Ph\u001dRFA\u001bGQ;EUJj\u0019*1\u0007\n\u0000(J@d\u0002J\u0005J\u0005J\u0005J\u0004(\u0015(\u0003P*PjI\u0017(\u0015(,R\u000fcH5T$\u050a\u000ePjM)JMQ\u001aEY^\u0001\u05d1\u001b8\r\nj\u001d*0\u0007\n\u0000(J@d\u0002J\u0005J\u0005J\u0005J\u0004(\u0015(\u0003P*PjI\u0017(\u0015(,R\u0019vTAe9(K\u0002J\u0000\u0594\u001aTF\"*5\u0532PR}\u000f`3\u0003\u03b5\u000eJ\u0015t\u0003J\u0005Jd\u0000J%T2\u0001\u0002\u0002R\u0002J%j\u0002\nZ\u0001(\u0015(\u000b\nj\u0016wEz\u00048<\u0000#Je\u000bPjY\u0007(\u00182v>*UC\u05371#J\r4\n[9+\u000fP6A\u0012~@@\fR\u0004J&TTT^@DMRR+9\u0000\u0002tRR(n\f89Y#J+K\u0002J\u0000\u0594\u001aT\u0006\u0012\u0002Zb\u0011w]U3\u0004IwJ\u0015\u0526;(U`\u049d\u000f(\u0015(u\u0001P*R\u0004\n\nJ\u000b(\tP*Pj%\u0007T\u0512.P*PY\u0015rk2\u0014]\n0Th\u0001uRkJQ*[(9\fIjq\u001dyZ'\u001fs:*URTIwn?TM\u0006 T\u0002I%\u0013H*H*H*e\/T& \u001c@RARK fqW^\u001dRM\u0621$\u050a\u000eHjM1Ie|Phq}\u0010yi\u0012sU5CaVv\u03b5\fJt\u0003J\u0005Jd\u0000J%T2\u0001\u0002\u0002R\u0002J%j\u0002\nZ\u0001(\u0015(\u000b\nj\u0016wE!\u02c05T$\u050a\u000ePjM1Je\u000eF\fS\u0010-\n6T59+UR%\u0003\n2>\u00196h?5RR\fR\u0004J&TTT^@DMRR+9\u0000\u0002tRR(\u0001\u001eF\u0004\u001erD\u000b(\u0003ZSjR|~fhQR\u057aT(\u06eaTA\f$0\u0663M:BR\u001b T\u0006 T\u0002I%\u0013H*H*H*e\/T& \u001c@RARK fqW\u02aeK|\t(sP\u0012\u0004Z\u0001I)5&aAL5\u0010j|\u0019oBxal4D*Q9\u075at(\u057d$\u0004J\u0005J2\u0000J\u0012P*RRR){\u0001\u00125\u0001J\u0005J\u0000\nZ\u0005J\u0005J5T'\u0000''kDr%qI@\u0015\u001d\u051aRc@\u00ae\u0007jri\"A,mDR%U2,p\t;\u0016g-\u0004X486\/ x\u0017g}\u001fP]q\u0012JP@W*w \t|)~>u\u0406_\u000en$bE]Z!lY)p~\u0015)zl]wU\bN\u001a\u02b9*@;\u0005`\u0524\u0002\u0014\u001bG:rQ\u0013*3\u000f;w\u000bP\u0017z\u047eQS=[\u001f\u001dNf\u0007kd8\u000e+t9?\n-\u0007s[Bj\u0007\/by3^\u04f7\u0006\f.n&:\u0012f0bF?\u001e?{\u0017{S\u064f{z[v\u0018\u000e\"\u0000\u0633}\u000bs\u0461a\u05483n*}X\u0002r>~YZwf2u86\u001b(\u0201|\u03e23\\\\_lGwM~\u001d>J?\u02bfDYEFHvJg\u010d-9\u0018qc\u000b\"?\u00112\u0016Sg\u001ffOt\u00180c\u001fe\u000b ._D\u001a.,?\u0002\u001f\u0001Cz?\u000f{\u0006wz\u0018-\u000f7~I^M_dI\u000e\u001eF\u001aQchQ\u000fEOn\u001b%\u000eZ']\u06f1Fs?h9Am\"9$5K$]6sh'\t}[,{\u001bMe\u001f\\G1w\rI\u052b>\u001aU3geI~evr\n\u000ea\u0001\tQ\/\u0799*Cwt\u06f6U\u001d\\-JiQu\ub81e`)U\u0003\u0452{@U)MO_]!.#AU>\u001d3\u0017\u001b\u0010l\u001c\u0010\u0002[|w\u0006\u0004\u000f\u07e9\u0006\u0007\u001f\u0002Z{\u0017g!_\u000fl\u0007u[8}w|,\u00032_\u06d8\u0594\fChl\u0010N\u0015e\u0731u\u0016q\u001d6\u000b\u000e]^DE@b\u0019I,\u0015b\u0003u\u001bK,L7p>\u0006\u0014\u0011EdHX\r\u001cGMa81e`Y{\u001b\u0014lG\u000e<(\u0001_\u0017\u0007\u0005W-3p$=kUC\f\u000bvxaN\u001d8,p>x;\u001b8EF\u0399_bX~oue4<\/C\u0203\u000e\u0011Cvk~1@b\u0007]}*\u000f;$qe\u0007\u0004v-KR\u01c4c]JG\u001dg6\t\u000f\nJb}\u04d9L\u0015a)Eh=\u02b9wQ\u0001q \u0015og\u0018\u001f.\u6e74?.D9a\u0003\ue88esE\f\u05a3{\u0007\u001e$@!7\n2\u0006\u0012s\f\u000e\u00029,\u001c1y\u001e\u001a\u073cn'=,H\u000e@\r\u0015\u0019\u0006J\u001a\u0018\u000e\u000e<0?n\u0014\u000e\u0000\u0007\u077f;\u0002W\u0007Gx'TL\u0016\u0005zy\u0014\u076cW+\u062b\uf557l+\u001e\u000eL;w`\u0010P\u0013py&C\u00054\u000f\u0014\\\u001d^p\u0019N!\u001dN!\u001dtvC\u0007?F\u06fb\u001cc?\u001c;+#U>}B;tx?CC;4\u0006\u000f.sU\u000fF{F\u0019g\u0018JqYEF\u0013I=H+G\u001d\u05abw9h~\u0014Zys@4-`?3\u00179.zz:\u0749\u07fbv.nxw\u0000\u001dvN\u0649c\n\u001e~+\u000f\u000b\u00140w8\r\u06c9f4g6\u001d!q\u056c}v7^\u05eaNd\u0000x\u0015\u0017\u00fc^t-a]nX\u0013\u0003\u000e\u000bm\u001cry\u0002\u0007\u0004sW\u000f\/?#6c\u001c6\u001e\\Nl\u001e\\mDl;}paypuxn\u0007\u0018o 0qtzYzz\u061d'?f\u0350Y!sl$x\u001e\u0015\u046231E7+\u07ecVV=]\u000edy\u001frx\u001a\u0003Ys~\u0011;q\u0005}\u032eSsn)3Zg*`wW<&\u0006^fh]\rz8\u0001@S(k#4?G\u0017Z1m;~z<%'fs\u0138\u001fHXR~\u0001'};eS\u031d f8\u0347\u000fC\/^r{\u001f)\/L=\re\u001cq1\u0003\u001c\u0018dE\u0006)tgG8\u000fc\u000ev#Yi\u0017i\u0016\u078bu0|3G\u0006.,Iss#DWV.lXSP\u0015:E5\u0004\f\u000f\b?z@\u00079c-IQ}1}|D[<;v\u0007t<7|\u0019*vma\u000eYu*B~l:\u0003\u07bfMZ|s0u\bl6ax\u0005,\u0013.{Kop=\u001a9thcD8\u0018hH\uacc0\u000f#P\u001a\u0188\u0001BUkDFMf\u001cUoO\u000fwd\u0003~#pz\u047a\u06b0\u0013\u0019\u0574i9\u001fQuBfh1<1q>\u001a:\u04baMC\/Co-ze08R\u001aEl::\f\u000f>\u0007\u0012Zo\/UrO.|k)\u0017q\u0002\u001c*vDf\u001f\u0109w?\u000f^K\f^1\u0010\u0019\u0015~;G\fa~YWT6\t#\u079aDn\u0018\bN0 qxyhz[Z<]f\u0018K\u03eauEF\b\u0010.\u001a \u001f\u0007~w?d\u001cv\u0005bG\u0001=^y\u001d\u0016=TMk\u00177<\u074f`\u001a\u056esns\u0013\u025c\"\u001cB\u001cb\u001c6=[csaz\u0016G5vC\u0006\u0017\u001fr9~!w|nGrt3\"1@3r6c\u00189\u0011o\u070ef\\P7t:P\u0007\u02f1jBfg[-tG-\n\u000esKmSO\u5e28$O7\f?\u0016=xV\u0018\u001bu.ohrx\u0019^\u0015l\u0514\u0012\u0016 ,B\u0010\u0691f\u0106-\u0016jtV,~!*\/_'2\u00149{\u5ee5M\u0003b\u0011i(g2P\u001f\/pr=>>\u0013W7\u0018\u02db\u0269\u001e?QhiS\u05f1\u82db}\u042eM1.\u001d(\\]\u00106`T\u0007MG\\\u04ddrmX%#`\u01cbG`\u000b-\u0003K?P_R\u0016W?\u000eU#\udb0c\ude019RY6!\u016c\u04f0\u001dg`\u0257t%r\u0011 EDK6r^fVI|>50vp>|\u0018-Gs\u001b.\u0019\u001fz\u00118xUr2~\\\u001bA<:\u001a[\u001cU\u001f)\u0006\u01b7C5(Z\u0460\u0018\u05a9\u033f#<6*|DF\u000f\u001cc\t\u0015R6,JLZrhg]>\u036eUW\u03a5D`8%>H?\u0016tm\u02a0NM?[U\u05bf[KL\u0000\u0017l\u000b\f\u71beKh\u03b5`G[y:l\u0018\u0792p]DBxx>pE|H\u0000\u0014d}1:{\u072b?\u0017\u07666\u001aNgay\u01c5\u00077|\u03bfth}>^ne\u0011\u0010\u00df\u001b>\"\u001a>\u0011*G\u001c#\u0004|YLC]\u0380mQe\u0015\u001a\u001c\\+}gL\u0007T\u0119xkv\u0010\u0002 m\u0004U\u0007\"\u0371\u000e\u0003u@[>\u01fc\u000e(E?\u0001#'g-8\u001dM>_Yr\u001e\u070b\b|Q\"\u00bd,N?|@L[?\u039e4hH\u0336^h`\u02ab\u001f\u0017\u0366w;^#\u001c\u000b\u0007\u00174Q\u04b1y\u017a.-\u000fyN>\u0351A>Ko\u0002fF>|iuJp*T\u0013c\u0007\u0017:\u0015\u0013c|bxJvs\"\u0017=jheY\n8\u0006B7\u00036\u0007hy\u0012iC\u0006\u0017{\u0006\u0013\u0010\u0014A\u0006ftkX<-\u0016B\u001a!\u000ep\n \u000fzf[\bZ.\u00b6FZ\u0004m'_v\u0014}SAK\u0010\n|\u0013`\u01a0FU&#x\u03dfWC\u0014?\u0015\/yAb\u0014g\u0002dO+K\u0452\u0014-jQ)\u03f4[V$;+J'_\\Xz,dEKZ9?\"{\u0011\u07ffZ\u0005_=\\d\rI`#SX\u07ecn\u0003\u0013\u001f(\u0018(\u00052^}c>i53riI\u0006M^!6(\u01dc\u0015h\u001d6kz\u0005 \u001f1SL1KLq%L\u076dr\u0013[N\u0005\u0015\n\u0010fbUGz`\u069cmuUQF.\u001f(\u000bO)w\u000b\u02e7.;D5\u06227\u00119%W\u0011~\u0013}M0$>oU6VO\u0325qYk\u0003,9,\u73c3\u001d\u0004p@[Tk\u001dU~^J\u001f-u\u0000\/\u03d5:G\/pf8\u0019N_?\u001f\u001eA[pOk>6=3\u000e\u0722;~nvF\u0411h~zV[*),fA %>Y;.\u36852Gu\u001c+mcvc\"Ki\u0012\uf2057\u06eefWySR\u001d\u0002j`z\u0010tR\u001b\/\b$@\u00036\u05cd\u001fF\f\u0019bJR\u0016C\u001f\u0007Td|\"\u0011dL\u001c->Gj<\u00c8^uRz&p|lRKfGw,*Y)\nM\\\u0018\u06c7ck\\\u0377\u0006\u001a+kAI\\\u06f2\f\u0013n*\u001bX-dK~~5\u0002L},\u001d#yLO\u000e\u0017EZBRug9\uff97OS\u00121l^^X@+\/J(|E?z0aH)\u0006\u06e5\u001a=7\u0006H4\u0018+\u0014WZ\u001e\u0018r8\u0221?\u0017s>\u0011\u001e_NU\nNB.\u055b\u0013Xza[O..k]\u0007\u000b;,\u001b\/\u000bf~\u02acwm\u0019\\\u001e\u001cOG\\]^p+rL7-V\u0007\uebd3w\u0015?\/\u00f7\u0017\u0007q\u0016_%a|\u0004q4\ftyD^_*\u0017M!\u001dY&(TT9J^RD\u03f5SRu\u0302:\r0\u000b\u05ebKs\u0005a\u0010_oc_,N\n%GCU?\u0014]y[,2iM:M&aU\u0005!s\u05d1oh'~\u0012\u0004U.jH\/~9|D\/%T\u000b\u0012Dsc\/+L\u0012_^a|\u0002]zK*dK\u0016\u0225-\\>}LWO\u001a]Vm\u0004?W\u017f\u01fa\u0775Z\u00f7+`IUi\u000ft\thVVQr\u0015',s7\u001d\u0005>_c\u0016J\u001cA<\u001d\u0017zQG\u05beY\u0010\u03cd\u000e,TEx\u0004\u0018R6\u0422?\u001f>b|\nP~.\r!E\\'(KSc\u04de\u001a\u00050*~\u033eZ\u0018)!hb-z\u000fZ\u0002WjjI\u01a5M\u000b\u0006Y?-e*P\u0011;Q!^d\u04fczhzilm+i\u00160'\fC;\\\u02de\u0285\u0018VU\/\u000e\u0012\bdU$.\t\u0235\u0003ZSj\\\\\buC~1\u001d\\\u00035O\u0003!WAZ\u001c\b\brun=%\\\\\f\\\u0004J& W W W\"\u0001\u001a\\\\\\\\b\\@RE\uc8b9\u0004B\u014bf\u0002\u02152@e\u001d \u05daRc4uH3s\r^'wj\u00065TFB5j\u0018\u0006\u017b\\\u001b``T\u0006`d\u0002s%\u0013+++\\\rr````E1`F]0j)2W\u00169Hh\u0013$.\t\u0335\u0003ZSj\\\u0019X<\f:k\u001a$]]UZ\u00110\ufdc6UP\u001a6LD3'$++\u0001+\u0000]\u0004\n\nJ$@W\u001c+++kQ\fQ\u0017\u0435ZJ\u0415*PN\b]J\u0000]+:55`\u01a6*\u0015Zz\u0010\u001aEjy\n\u0560ae8\u03f5a\t,\t\nJe\u0000J& W2\u0001\u0002\u0002\u0012\t \u0007\n\n\nZ\u0014\u0003j\u0005r*re\u0018S\u0005\u0005\\7B&H)\t\u0235\u0003ZSj\\\u0015;(G\u0007&[fUP\u001a5T.\u001c\u06b0\u0004\u0004s\u0005s2\u0000s%\u0013+\\\\\\\u0004j\u0003s\u0005s\u0005s\u0005s-\u0001s5\ua0b9VKi\u07c6H('kr%qI`\u0015\u001d0\u05daRc|+\\\u001c\u7a96j\\=\u000e6b\n\u0569a\u0012<\u05c6'$++\u0001+\\\u0004\n\nJ$0W\u001c+++kQ\fQ\u0017\u0335ZJ\u0315DB\u014bf\u0002\u0315A_`e\u001d0\u05daRc45k\u0019\u0005T&zI\u0014\u06bd!s\u0015TN\rK\u00193W\u0013X\u0012\u0015\u0315\u0000\u0315L`d\u0002s\u0005s\u0005s%\u0012A\u000e\u0015\u0015\u0015\u0335(\u0006\u0568\u000bZ-]\u02912\tmD\u0019J\\+:`5\u03159itv\nK;$\\35#I[s\u0015TF\r~\u0012y\u057d\u0004\u0004s\u0005s2\u0000s%\u0013+\\\\\\\u0004j\u0003s\u0005s\u0005s\u0005s-\u0001s5\ua0b9VKiH('kr%qI`\u0015\u001d0\u05daRcD`\"\u03b5R;\u0013s\u037c%4d\n\u0569a \u03b5i\u0004s\u0005s2\u0000s%\u0013+\\\\\\\u0004j\u0003s\u0005s\u0005s\u0005s-\u0001s5\ua0b9VKi:PF\u0007`#e\u0017kY\u0007\u0335\u05182\"\u03b52;$\\~&\u0316JCWN\rt\bsum=%\\\\\f\\\u0004J&0W0W0W\"\u001a\\\\\\\\b\\`Re\u01e1%\u0012\u00049(K\u0002s\u8039\u0594\u001a3W\u0006V[L\u0013LK(n\u0006\u001aeJB5j\u0018\u0013v\u04e9#\u0579\u0004\u0004s\u0005s2\u0000s%\u0013+\\\\\\\u0004j\u0003s\u0005s\u0005s\u0005s-\u0001s5\ua0b9VKi\u0012\tB\u008cU&%Vt\\kJ+=urd\u001ec\u001fU-{k\u0014z\twtH3*P\u001a\u0011\\\u001b``T\u0006`d\u0002s%\u0013+++\\\rr````E1`F]0j)2W\u0007\u00185Ajl\u0001F!50\u05d2\u000ekM1seb\u001e3uk\u0014^\u001e&i{`GkI,\t\nJe\u0000J&@W2\u0001\u0002\u0002\u0012\t \u0007\n\n\nZ\u0014\u0003j\u0005t.te\u0017;bF\u0007%\u0007\bZ\u0001t)5v\u0005*-JS\u0002(n#UR:5}\u0006du6h=%\\\\\f\\\u0004J&0W0W0W\"\u001a\\\\\\\\b\\`Re,r(?N\\J\\+:`5\u03158\\z=KC5o\n*Ti?Bk-\t\nJe\u0000J&0W2\u0012\t \u0007\n\n\nZ\u0014\u0003j\u0005s.sur`P22P\u0006\u0335\u0003ZSj\\|\u000f\u0017`i\u0005'\u01be\u0007!\r+_\u001a6\u0014'6l=%\u0001]\u0001]\f\u0000]\u0004J&@W@W@W\"\u0001\u001a\u0000]\u0001]\u0001]\u0001]b\u0000]R\u0685,r(&LAI\\\u0012kE\u0007\u0435\u00182\u0010\u0011\u0435\u0084H7@\u0494%\u0019t\u0015T\r#L3'$++\u0001+\u0000]\u0004\n\nJ$@W\u001c+++kQ\fQ\u0017\u0435ZJ\u0415\u00048Y#t+K\u0002t\u0000\u0594\u001aCWsm\u00f3X\u001akV\"]\u0005\u0015aCqo\u8685}.\u0000](\nCTf\u0415P\r\u001bJ#\u0579\u0004\u0004t\u0005t2\u0000t%\u0013+\u0000]\u0001]\u0001]\u0004j\u0003t\u0005t\u0005t\u0005t-\u0001t5\u0002VKi\u0017:`FV\b]`F}\u0001u\u0000]kJ+\/\"]+-e^&zI\u0018\u0012*P\u001d\u001bf\u02e9g\f][O`I@W@W*\u0003@W2\u0001\t\u0015\u0015\u0415H\u00069@W@W@W@\u05e2\u0018@W.kv+{t\t6aj\u000eJ\u0000]+:5\u0415\u0015qcJ+e\"AWA0s8T\u06c8\n*TYr(\u00193\u0006[\u0012\u0015\u0315\u0000\u0315L`d\u0002s\u0005s\u0005s%\u0012A\u000e\u0015\u0015\u0015\u0335(\u0006\u0568OL,H\u001f\u000fA_hF\u0014d\u000e@\u001cUyRlN?\u067bJht\/~\u0012a\r~q\u000fA\u0007s\r\u6bdf3YMhl~4~KM\u0012=GYf\n\u0019\\8TY\u04e7D\u0014\u01fa\u0007g\u0248b0Y\u0001\n\\`yOw9\b4\u0006fw]M&G\u0019\u000fQU\u0005\\R*m\u0017$C\u000f\u0017\u001e\u0017\u000b8nfnNmsq:S\u001d6\u0004|lbwgVO.\u0016OIv8?~~aO_bX74W\u00cd\u001a\u000b{\/;1^Lx1\u000e\u0164]}1{Z\u0016?cH>~?>\u000e:\u0016g-\u0004X486\/ x\u0017g}\u001fP]q\u0012JPHW*w \t|)~>u`_\u000en$bE]Z!lY)p~\u0015Qzl]wU\bN\u001a\u02b9*@;\u0005`\u0524\u0002\u0014\u001bG:rQ\u0013*3\u000f;w\u000bP\u0017z\u067eQS=[\u001f\u001dNf\u0007kd8\u000eJ?\u000e\u02ffXYEF\\n\u0011*\u00117[s\u000e2Z\u0010\u0474R<{0{1\u001e\u001bh\u07c5-[8\u0007q\"paw\u000eO\u000ea\u00168\u0000\u0007\f\u0005?\u0018\u0019af\u0018'A\u0012zO7\u001f\u01d3%E:.Bv?\u001biQP6,\ua88c\u001c4#\u0001hSp8OV'\r\f\u025a\u00152L\/~8%\u001cMg\u001b~J\\y\u0173a=-\u06f4\u0007Yw4V\u05b1u51\u035d\be=\n#\/=\u0697g6IL*]\u001f e\u001d2z\u0003ycsJ\u0003\/3\u0006`=\\\u0000|N[$H{$~\u0015ww\u065c\u00133rblt\u001e\u0017\u001fFwo('w\u001dN\bm\/^r\\iD^\u0017?`\u001cq1\u0003\u001c\u0018E\u0006)tgG8\u000fc\u000er\u0019hE\u017bb\u001d\f\u001f\u0311,0K|rxv\"[+\u001eQqUqcjVeu )^ GE\u0010{Ro\u0001c9W*\u001dU}:Jr#\u0002'\u0005^I\u0012%\u0007<\bT\u001e7;<\u001e)\u0017>{\u000fO~[\u06d4}\u078e!;\u0001dzg?S[\u001dvvt7qS0{eY0w\u00b6:\u0017\u0561}<~y{pt;GAwwf}SG<7\u000f(q\u03fc\u0016}3W\u001b}\/ri-f\u001e\u001c\u001f\u000bx\/\u001e>-_b\u0005f~x\u1de0MFp1:z\u0014.r[{Y\u001dj~|P..\u0013x-mj^=\u001f\u001e\u001f\u000bK$S^\u039f\u001f;{x|..x`u)QDI\u000f9\u0014z~\u0015Nx\u0019\u0657--\"`2hm__K2A\u0007\b\f\u000fx+5#\u03a8y=\u0013v\u0003E\u0015\r-n\u0713C\u001byMN\u01e1y\u001d\u001fs\u048e\u0729v&\u068ce\u0006;vo\u0012t:-|m4\f\b\u0680;}}[\u0541VP%tiO(I\u000eu\u0010N^gl;]'g\u000fA\u0017\u001eAwq\u000f'\u0000Nt;D\ub319\u05d0U]\u0243+m~\u0000W:\u0529pu\u0012W\"\\EvA\u001eN\u0016j>\u001di\u042f.;3.`-\u01eaPI5K\r\u000fuu*B~:\u0003\u07bfQZ|s0u\bl6ax\u0007,\u0013.{Kop=\u001a9thcD8\u0018hH\uacc0\u000f#P\u001a\u0188\u0001BUkDFMf\u001cUoO\u000fw\u017a0KFXua'\\3Yr>V\u52c68\u035eb6y*c|4au\u0018}0^\u00f0q~?0\u0005\u07a9Q\u0326\u06ef\u0003{\/!i\u0187{rCIL~\u000f?\r\u0017\u0016f6_\u000e\u001fT3&2 Nc|^o \u0225`\r;<:Tg(9~+\u0016KO*\u079aD->\u0007N= qxyhz[cl\u02f3;5nftZ\u001eJZl\u0000B\u0001}\u0019w\u0003Na\u000e]-v\u001d\u001f\u0433ek\u001f\u07e1jqw\u000fU\u0013M&Ocs>Xk9j\\\u001cD2---\u01e0M\u03d6\\z\u07bbQ\rz\u0750u7gxv\\_\rdt\u001c\fHL:\u040c~\u0018\/N\u001b7~!\u0017\/u;\rru8$3\u001fr\u001aP\u0016w\u000bQBC\\R\u001bd9.*47S'4\u00cfE4{t?\u0015b5\u0186`\u000b\u001b5}-qFW\u0005\u001b5eD.~$n#;\u0010=vd&h\u001a\u00153_~}^\u0017|>nZDRi~\uf58e6\rED\u001e@\t~x28Lt_b4\u03f3.o'zF\r5O]\u01e2\/nCr6xXNy\u00bf\u6ce7B(\\]\u00107`T\u0007MG\\7\u053drmX6%C`\u01cbGOe\u000b-\u0003KAPR\u0016W?\u000eU#\udb8c\ude419dY63N\u02ac\u001dbYt\u0002&{\u0011\u04ee \tV4M\u001cY)lv%X\r.jp3\u000f\u001fF\\8z*\u001e~\u0004\u000e^U\u001fF\u0010+?\u000f GxG\u0011PM\u001bhP\u053c\u01d1^}\u001b\u0007w>4gh_\u0471\f)\u001br\u0018%&-p9U.f\u05eaI'zF0}\u0012(Q\u000bX6er~'\u06ef\u001fD*_^%y&m\u000b\u0005\u0006sC%4Z|RL]z~$HzR\u0018~=M\u055f\u07cbRn]Mx\u001b\r^O\u5c3cB\u0543yZFb_j:m4>\u001f\/G7\u0672\b\u03cdAx\u0011\rn\u001fG\u00ff\u0015#nk|YpC]\u000emQe7\u0018\u001a\\,?F@;\b\u07ca\u0018\u0013T\u001dK:Hv\u0011\u001b\b\u05bd\u0003\u001e::\u0004t6q:e\u0019{p\/b\u0017E\u074bA<\u000b8ZL\u00021m8{\u04ac\u07e3#1\u0012zm~U+\u001a.xZ^6\u04b3Zx8\u0019]Ukf?)\u01e7%~%mf{Uu(\u0001.\u029b\u0681\u0003^XA`7c\u0649\u0011+\n\u0010\u03ac\u001c\u043fyQ\u001f#K3sHfs\f.v\u001e\\lz.lKC\tAJ\u07a791=z\tmT^\u078c6?\f'\u001d[vuP\u0015g\u0007\u0017\u0015\u0013|b\u05edxJs\u0016?M\u011fA\b\"[\u0002Ew\u0005<}4j!f=^pp\u05204O^\\4n\u0011\fqtSl\u00065HzM\u0012u]\u0013VmSA\uad2f\u0015[\u000bZ]c\u0005'\u0007U5Z*w5\u0019\u0017Oo\u001a`X7Y\u0006p&4L\u0014-)O\u0462-L*}^Oz\r^ukIvZi_usS>%\u0017QzU\u0018\u01abE\u0715\u010d\u0003[2\u524a6\"1\u0011R)9hq\u058c}|\u06d3q:\u0001C=\u001c9~F\u000bo\u0012\u0014z\tG[\u0015\u0012%o\u0010\u049210\f7Mg\u0003E\u001eK$5E!0c[eJ5P$+\u001bX\u02f0\twV\u001a#_\u0730A]G\\\u0010\u0010\u0005hSJoqvEu\u001dyIU+zlscI~;Z>M]\u0017\u0011\u0018s\u03acQpVl:\u001cLr\u0018G\u0001vF\u0335VO(\rX(^M\u07e9\u05cf(V7rfp9WHir_\u0010aRj\/>\u0011\u0013\u0005-\u0112\u05b3hzee_\u0012yEre|\/Tu-\u00df\u87abpk\u001a?s\u001b>8\u0016w,)\f^\u001cY|u\u0012\u0129\u000f0[U\u0012z}\u0019\\7tfJ\u01faKJ\u0171u\u0012=NI1\u000b\u000e0\u000b\u05ebK%R\u001a\u0006j\u0003_8\u0015\u0013*Rn0]ey]9^(Ljo[YYzyeL\u001d\/u\u055bM7GqrU\u0001q@ud\u001bJ2J$\bTU\u000e[$Jt~\/ZRI\u013a,?Q\u001c5\u0013*\u000es,kK\u0014\u0493~^R![@\u07de^>'U>\u05b6Pm\u0018V\\*\u0019ORzJW\u54c42K>;duuvV>C;a\r\ub8b5ZYBe\u0007_\u0017>EEYuFfA\u0605\u0018U }Y\u00c7\u001d}Zv_q\u001dr\u001e\u044f4(\u0725!T\u049ep#\u000f\u0011t\u001anN3cZ+\u00048\u001f+\u001a\u0011RfqBCh4SDw{ \u0012\u0016*S\r5.mZ0i\u0014R{2y'}12\u02b7+K\u001cv}W\u042d\rEj\u001d\u0015s\u02e8jqRz0\/\u00044O`%\tL\u001c\u001dBeV\u001a\u0015\u001a\u0011\\I\\\u0012\u0010jI\u0007\b\u00182Wo#T\u001agP~\u0003\r\bO\u0337\u0002\u0014J*T\u0015L:P\u001b@@T\u0006@T\u0002B%\u0013\u0010*\u0010*\u0010*e\/ T&@@\u001cPPK@@fqW\u02adq`S\u001ev)P\u0019\u0005\u0001B)5F\t\bV=Cq0e\nx\u000b,K\u0018nP\u0005\u0015A@SP@@T\u0006@T\u0002B%\u0013\u0010*\u0010*\u0010*e\/ T&@@\u001cPPK@@fqW~Z\u0002\u0011\u0295%\u0001tPkJ\u0011*[\bg\u000fZ\u022f\u0004\u072eH3*6\u0004T\u001aeA'$\u0010*\u0010*\u0001\u0010*P\u0004\n\nJ\u000b\b\t\u0010*\u0010j%\u0007 T \u0512.\u0010*\u0010Y\u0015\u0007\u06d5f\u0013j$.\t\b\u0003ZSjP(T\n\u001fB\u0553p?\u001a\u0010j(\u0011+\f\n*T17K\nBuo=%PP\fP\u0004J& T T T^@DMPP+9\u0000\u0002tPP\b=\u0016\u000469Y#B+K\u0002B-\u0000\u0594\u001a#T&Gjff\u001db4@\n!`^\u0011z\u0012K\u0002\u0002R\u0019\u0000R\t\bL@@@P\u0000\u0002Vr\u0000B\u0005B-\u0002\u0002]\u0011*\u01fd`\t#sP\u0012\u0004Z\u0001B)5F\fF\f<;W|T\u0280P,G\u0011M\u0010B5\b\u0006\u02c5HP\u001b@@T\u0006@T\u0002B%\u0013\u0010*\u0010*\u0010*e\/ T&@@\u001cPPK@@fqW\u0286\u0014&'kDr%qI@%\u001d \u051aRc\u001a!\u0010!{i\u001d\u0006A\u0014qwo5C\n!`\u00142x+\b\u057d\u0004\u0004B\u0005B2\u0000B\u0012\u0010*PPP){\u0001\u00125\u0001B\u0005B\u0000\nZ\u0005B\u0005B5\"T6 \u000469Y#B+K\u0002B-\u0000\u0594\"Tvdb}~v\fU K1 Z8\fUT\n\u0005\u001aa\u001f\bCmz\u0002KR\u0019R\t\fL```PVr\u0000C\u0005C-\u90a1\u001d\u0019*g*&cAK^\u00168jI\u0007\u001c\u051c2(rs~\u001fGP(9Z%\\6\u3a02\nH`\u0018q\"j\u0013X\u0012\u001c\u0015\u001c\u0000\u001cJd\u0002G\u0005G\u0005G\u0005J\u0004\u001c\u0015\u001c\u00038*8jI\u0017\u001c\u0015\u001c,Q\u001d!\/lM!\u02f3Q7:5\u001c\t\fQ\r'u|?=`>LF,\u0013\n\u02f4V\u00a5\u0006\u001a\u03bf?\u03c1g\u001bu56\u001eeCVA\u0016,sJ\u065e]J\u000e=\\X6z\u02a7\u07cf_,\u2e1dAm:\u0767\u01299uu\u0729\u000eO\u0002>Xzl6`\u001bMf?h?0lro1Cyv{FZ\u0018\/&h\u000b\u0014v\u013bkjY|#d9?[\u0010`Ih {]\u001c}C9wwI(B\t_\u0701\u001c'|6A\u001b~9\u0015}v%>keiK\\Uu]gW-[k#8k\u0013+\u000e\"\u0000`\u0016\u0004\u07aa\u0011\u0002\u0014\u001bG:rQ\u0013*3\u000f;w\u000bP\u0017zQS=[\u001f\u001dNf\u0007kd8\u000e*t9?\n-\u0007s[V\u0017z_~}[\u0003S\u0006\u00177\u0013\u001d\t@z3^QdIul1?\u001fx\u001f==GVS\u000eA^\u0016\u0000{\/r{n\\z<=:qT>\u001aQ{\u0006]\u060dZ\u0017KU\u0012]\/ZZ+nl\u0013]\u01bf\/\u000ef\u0003\u001a\u00199yoY}2\u8bb4\u066fG_'6k\u0208\u001bNV=\u0016D~#e4-T?^?\u031e0`?wa\u0016A\\x4\\X\u4743\u0005\u000e?\u000e\u0018\u000b03l1.O$Rn\u0012?^'Kt]x7\u04b8Z|\u001f3E\u04cez(rh.iu?\n\u07ce5[A\u000fmo\u0013{M&y\u19c7]\"\u00042\u01f7\u04e4G;I\u001cb\u065b\u03dchz-cz>kH^0^eY|\u000b~'-~:\u0005+1h({or\fmVtr\u0013G0\u0015\u0013\u0579.zV\rDk\u000b\u000f\uf24f\u0002WI\u000b\u2c2f\u303c.\u0004WLaL^l@E\u001ft@wg@xhp!Ewqu[$A}\u0016O\u001d_3\u000bArx65# \u001a\u001bS\u0005o}h\u0019w.dp\u001d)\u0005qu\\c\u0017\u0011}v\u0011x;\u001b8EF\u0399_bXPxj\u0015[]Y8\r\u000f.'b;<\u0010a\u001a\"$_\f\u0010\u7c98\u0f66}Wb\"\u000e\tv\\!]KR\u7c9481h\u0012G\u001d6\t\u000f\nJb}\u04d9L\u0015a)Eh=\u02f9wQzJn \rog\u0018_.\u6e74?.D9a\u0003\ue98esE\f\u05b3{\u0007\u001e$@!7\n2\u0005\u0012s\f\u000e\u00029,\u001c1y\u001a\u073cn'=,H\u000e@\r\u0015\u0019\u0006J\u001c\u0018?Z\u001fn^\u001e\u0018X\u0630:\u0007?;\u0002W\u0007GxGTL\u0016\rzy\u0014\u076cW;\u062b\uf557\u001dm+\u001e\u000eL;w`\u0010P\u0013py&C\u00054\u000f\u0014\\\u001d^p\u0019!vqx!zm rn89a\u0018\u000f-\nHs_n`;5W<\u000e>;\u0361A\u02e7\\U\u00f7|2!zY8}\u001cx{DR\u000f#\u0001n\u001ev\nZ:1\u0007F;Yh\u03a1>\u0013\u0474\\\b<\u079e\u0013\u0001\u01eb\u06db\u03b9r]n]z\u000bRR_snw)ZI_4\u0007xJ\u0003\/3\u0006`=\\\u0000|\u0019T;'H*ftw'=\u010c{\u0018\u001e\u0017_\/tw'lh\u0013\fa\bK_\u000eu#\/J=\re\u001cq1\u0003\u001c\u0018d\"\u0014:#\u00c71^q\u046cE\u017bb\u001d\f\u001fqE%uP,Ftf+\u001c\u0003\ud10f\u000e}j.#\u01f6f\u034fyem\u02aet;n\u00163.63\u000fEm\u0012\u0016]v\u072e!\u0016\u00018\u0000N\u0172\u05ce\u0571FEQ9TN\u0632+\u058eto\u07f1q\u0012H;Sz-\u00017I\u000f9\u0014o@?;\ud937\udedf\u0017MgLdg\u001e\"87\u001d\u00e8ot:>\u0152\u02ce\u0019\u000fh\u036dEY\u0010\u01e1}C\u001d:7\/:\u001dUvq;vXq\u0013\u0012br}#=8Y8k\/\u000e?Y\u001f2b;(UuU.T\t8Ilc\u0005kD\u001cHv O\u0006\u0017C}\u000b\u000fZgl I;Hx\u0547\u0013m~\u0000'Gp;lJ\u001e\\i\u0003\u04a1Y+3\u0012*d\u000b8\n\u0000TN\u001b~u\/}F\u0005M\rm9G=_Jj][jt\u062eCj]\u02aa\u001fN6@-o\u0016\u001c\fbks\u001d-\u0002Mf\/^\u0001D\u001e\u001b\\F\u000e3]\"-6\u0018,\u000eF<\u001a#R,\u00c8-TuF$l1b\u0000#P\u001a_\u065fj)G\u001fh!\u0640H5^6kF5mZ_j|\u0010s8Z&O-z\u001e_m\u001c\u0019\u215d\u000f\f{i\u001c)N\"g6\u001d~\u001d\u0007\u001f\u0603\tS\u000f[%\u186e%\\8\u0002\u001c*vDf\u001f\u0109w?\u000f^\u000b\r^1\u0010\u0019\u0015~;G\fa*S)[l<7\u0013|\\D-<\u0006N6 qxyhz[Z<]f\u0018K\u03eauEF\b\u0010.\u001a \u001c\u001e\u0007aw?d\u001cvebppg\u001d\u000eU\u000b{q\u000enz7y\u001f\u0015$\u001fZ5R]?J'9k9\u0004l9Dl9lmzK-n\u000fj\u0413\f.9?\u01a3\ufde3r\"f[A\u0010i%c9Ld3+\u0664J>\u001a\\\u0018;f8\u001f>qT\r\u0017\fB\u000f=\b\u001cx9\u0019? V~\u001e\u001dA\u000e\uca8f\u0014\u0003\u001a\u0014hP\ft\u01d1^}\u001bt>\u001egh_\u0471\u0004\n)\u001bro\u0016%&-p9U.f\u05eaIz\"0}\u0012\u001dQ\u000bX`6er~'\u06e4\u001fD*_%y&m\u000b\u0005\u0006sC%4Z|R\u0323]z~$\u0000zR\u0018~=M\u055f\u07cbRn]x\u001b\r^O\u5c3cB\u0543pZ>Ab_j:m4>\u001f\/G7\u0672\b\u03cdAx\u0011\rn\u001fG\u00ffe\u0015#\u0011b\ub85b\u0011g\r\u0013E\u000ev\u001eG%Whps\uabf2,c?[\u000b\u0010\n8q\u001bA\u0541Fpd@o`2\u0010\u00161\u0003\u001bOY\u000bNG>l\u0013OW\u001c\u0007\"v\u001f^\u04bdR\",Dj3\u0357\u000b\u0134I#&lKK\u8176\tVj|iylJ\u03ca~kdv9W\u016f\u001fwB\u0001V\u0011\u001c\u0006*oj\u0007\u000exa\u0005e\u0003B\u04ee((C8r fO\u6747\u0016\u0015(\u001b\/eHQ\u001a?#321ypN\u0013'\u001dW\"\u0012g[]B\u0359I>ko\nf>a8o\u016bpA;0]\u001b\u0013m\u000bXm\u0013)T\u0012D\u0018\u000f!\u0013(ZD-\u0013L\u001a\u000e\u001a\\q\u001aLCS\u0006\u0019!\u042e\u0019~\bi\\8*)&F$h\t\u06fa\tk}f\/uX\n\u0005-Al\/1O\u0006C\u001a-V\ue9f7?^\rR,\u0017g,+\u000b\u0643\nwSpCEZTg3mF7Vz=J\u7dbdwXz=M^>K'jR\u0756O^D}V\u0017f\u000f\u0017\u0019sC\u00127\u000el\b9F$z?&Q0B\nvez=\u0019-n\u06db\u03d1Op{9nQG6P\u01dc\u001eh\u001d6pZB:\u0001uHvBBm\u0013R^ZR8\u0016FI\u000f~`|\u0203d(d6q\u0019fl+Li\/W\u07b5\u025a\u000eJ\u24acp`-2'![i>q\u0006u\u001dqA,Dx\u0016@7O)%\u0691\u0016u%WQ\u0007\u001fgJb\/-\u03ee\u0721I>YZ7u-550\u0014Rk azcx5}~\u001fga4\u001e\u064c\u001csJ<\/gf\u0012^\u062c)>}\u0017&jkZOb][~U'jU~\u0005\u000b\u001d\u020d\u0017e2LeV\f.g\u000f{\u00a5q\"j8_n8fT(w,&\f^\u001cY|u\u0012\u028b4\ftyD^_*\u0017M!\u001dY:R%.\u04bfRfql\/gD\u03f5SRu\u0302i++gC\/\u0017kU%\u0012V)\rZVV\u001c\n\u0014CUW?\u0014]y[,2iM:M&\u001b#8t8zN:\r%\u0019%~\u0012\u0004*Pm\u0012%:S-t$UU_b]^^vyoe\u5689u^|\u0015V%\ntI?\/-YG[ ojjVN\u0553*[hj\u001fk[6U{Wmex[s`IU\u0019E\u001f\u041dE{:D\u047auE[KYDUuV{,\u0632\/\u000btso\u07ec:zs#f\u0018BU\u000bK*eyUi\f\u00fe,\u000e>-w;(\u000e9\\\u000fO\u001a\u0013\u0010R&iE8}\bN\r61?-w\u00114K\u064bSQyB\u001d>\u0011!\u0723\u0011d)b;R=ph\t^m\u0546\u001a6-\u0018d4RfEI\u0019\u047c\u0018~\u0019\u0015J>+V\u0346~kZ\u001e1\fK%M\u0003e+\u0016}I~* \u0013G\u0007P9P\u019a\u0011\u0295%\u0001t\u0000PkJ\u0001*smy\u00150}\u0000g)3\u0001Ke-\u0000Tb\u0010.]\u0001\u0012sz\u0000\u0000\f\u0000P\u0004J&\u0000T\u0000T\u0000T^\u0000DM\u0000P\u0001P+9\u0000\u0002t\u0001P\u0001P\u0000[\u35b1x=R\u00112$\u000b\u0000u\u0003ZSj\fPS\u0001K)u{Z2\u000e\b\u0005h?HH\u05fat\u0006\n\u0339k\u0001\u0002n2\u0000@\u0012\u0000*\u0000P\u0001P\u0001P){\u0001\u00125\u0001@\u0005@\u0000\nZ\u0005@\u0005@5\u0002Ta+\u00005\u0002T$\u0000\u0512\u000e\u0000jM1@eo\u0018\u0003e!D\u0006\u001aQUk\u0004PH\t.]\u0001\u0012sz\u0000\u0000\f\u0000P\u0004J&\u0000T\u0000T\u0000T^\u0000DM\u0000P\u0001P+9\u0000\u0002t\u0001P\u0001P\u0000]\u000ff\u0013f$.\t\u0000\u0003ZSj\fP\u024e\u00afY\u0018;G\u0006}\/2fG\u0019@\"~j3pKg\u0000\u001e\u0000*\u0000&\u0003\u0000T*\u0001\t\u0000\u0015\u0000\u0015\u0000\u0017\u0000*Q\u0013\u0000T\u0000J\u000e\u0000\u0000%]\u0000T\u0000T+@C\u0019krF*W\u0012\u0004Z\u0001@)5\u0006LU|\b\u001d@\rd[\u04dd\u0001Zzx^\u001b\u0007A\u0000\u0005u\n@s\u0003@\u0005@d\u0000J%\u0000T2\u0001\u0002\u0002R\u0002@%j\u0002\nZ\u0001\u0000\u0015\u0000\u000b\nj\u0016w\u0005\u001c(c&AI\\\u0012\u0000jI\u0007\u0000\u0018z\u001d@,?\u000f2\u001dqF\u00005\r\u0013~I]:\u0003P\u0005\u0735\u0000P\u0001P7\u0019\u0000R\t\u0000L\u0000\u0000\u0000\u0000P\u0000\u0002Vr\u0000@\u0005@-\u0002\u0002]\u0001*\u0015\u001a\u0001\\I\\\u0012\u0000jI\u0007\u0000\u0018\/$%R\u0019u\u001aFZ\t\u0011\u001a\u001c\u000e\bPR\u0000T9wm=\u0000T\u0000M\u0006\u0000T\u0002@%\u0013\u0000*\u0000*\u0000*e\/\u0000T&\u0000\u0000\u001c\u0000P\u0001PK\u0000\u0000fqW]b]\u019a\u0011\u0295%\u0001t\u0000PkJM\u0001j\fLU|0\u0003\u0161s\u0004j\u0016+j\u0002@\u00125qAt\u0005J\u0339k\u0001\u0002n2\u0000@\u0012\u0000*\u0000P\u0001P\u0001P){\u0001\u00125\u0001@\u0005@\u0000\nZ\u0005@\u0005@5;\u0002T\u0019Uv9\u0014`\\\u000f\u0001@}\u0001@)5\u0006\f_\rO3{\u001b\u0006!#\u001a\u0438\u05a5+\u0004Ub][\u000f\u0004\u0015\u0004u\u0001\b*@P\u0004\n\nJ\u000b\u0004\t\b*\bj%\u0007\u0010T\u0010\u0512.\b*\bY\u0715@C9\u0000t(H\r\u0019\u001c\u0004\u0001A)5&\f\u0013\"]A\u0000MM(\\\tjja\tAzW\\#%Kg\b\u001e\b*\b&\u0003\u0010T*\t\u0004\u0015\u0004\u0015\u0004\u0017\b*Q\u0013\u0010T\u0010J\u000e %]\u0010T\u0010T+Ana)MRZ\u00041!u\fA\u0015s\u0003A\u0005Ad\u0000J%\u0010T2R\u0002A%j\u0002\nZ\u0001\u0004\u0015\u0004\u000b\nj\u0016w%)e\u001a\t\\I\\\u0012\bjI\u0007\u0004\u05182n\u0011T\u001dA\u0000-o\nb{f\u00045J\"~tatJ\u0339k\ub060n2\u0000A\u0012\b*@PAPAP){\u00125\u0001A\u0005A\u0000\nZ\u0005A\u0005A5\u0012T65 2\u0007%qI %\u001d\u0010\u051aRcju=\u00065T\u000f.@P#\/b9\u0011AU\\C\u05253\u0004U`][\u000f\u0004\u0015\u0004u\u0001\b*@P\u0004\n\nJ\u000b\u0004\t\b*\bj%\u0007\u0010T\u0010\u0512.\b*\bY\u0715r\b&'k$r%qI %\u001d\u0010\u051aRcWvFzL%L\u00045\ueaf5b\u001b7IEQ\u0016#\u05a5+\u0004Ub][\u000f\u0004\u0015\u0004u\u0001\b*@P\u0004\n\nJ\u000b\u0004\t\b*\bj%\u0007\u0010T\u0010\u0512.\b*\bY\u0715&'k$r%qI %\u001d\u0010\u051aRS\u001a1\u0003S\u01ff\u0000-\u00045V\u05d8\tAz.\u0004UR\u0010T9wm=\u0010T\u0010M\u0006 T\u0002A%\u0013\b*\b*\b*e\/\u0010T& \u001c@PAPK fqG@\n#ceMAI\\\u0012\bjI\u0007\u0004\u05182\u0014r2gGPcO-C\u0013\u76e4C-'\u06b8I*\u000e,\b.]!\u0012sz \f@P\u0004J&\u0010T\u0010T\u0010T^ DM@PAP+9tAPAP\u0004\u0001\u001aF\u0684\u001ar(\u000b\u0004u\u0003ZSjLP3>;\u001e\u001a`\u76e4\u051a%Z9\u0007UA\u0762qKg\b\u001e\b*\b&\u0003\u0010T*\t\u0004\u0015\u0004\u0015\u0004\u0017\b*Q\u0013\u0010T\u0010J\u000e %]\u0010T\u0010T+An\u0012)sMNHPJ@PK: 5\u0004\u000e|:\u001f\u067d9IEaW\u001fF}\u0011]\u0019*0\u7bad\u0007\n\u0000\u0004J d\u0002A\u0005A\u0005A\u0005J\u0004\u0004\u0015\u0004\u0003\b*\bjI\u0017\u0004\u0015\u0004,JP5nk.\u0005\u0018\t*@P7: 5\u0004\tx\f\u0006h\u0015wFF\fj\u0012'^|.KW\b\u011c\u001e\b*\b&\u0003\u0010T*\t\u0004\u0015\u0004\u0015\u0004\u0017\b*Q\u0013\u0010T\u0010J\u000e %]\u0010T\u0010T+Ae%\u001a\t\\I\\\u0012\bjI\u0007\u0004\u05182M\u0018$*\u01d5ei\bjz\u001d.!\u0002sz \f@P\u0004J&\u0010T\u0010T\u0010T^ DM@PAP+9tAPAP\u0004]\u000ff\u0013h$.\t\u0004\u0003ZSjLP\u0019:EPZ\u001dAM}\u000f+\u00045I\u0005\bZFK\u0014.]!\u0012sz \f@P\u0004J&\u0010T\u0010T\u0010T^ DM@PAP+9tAPAP\u0004]\u000f&'k$r%qI %\u001d\u0010\u051aRcu$I\u00101uQ\u0014\u001b\u0011\u030b4\u000eZvKg\b\u001e\b*\b&\u0003\u0010T*\t\u0004\u0015\u0004\u0015\u0004\u0017\b*Q\u0013\u0010T\u0010J\u000e %]\u0010T\u0010T+AWk6Ad\u000eJ@PK: 5\u0004\u001d_\u0003,\u000e4\u0013$BF\u00045\u0392$tA\u0525+\u0004Ub][\u000f\u0004\u0015\u0004u\u0001\b*@P\u0004\n\nJ\u000b\u0004\t\b*\bj%\u0007\u0010T\u0010\u0512.\b*\bY\u0715r1He\u001a\t\\I\\\u0012\bjI\u0007\u0004\u05182\u0017w&Y%o5\u001a$\u0016\bY\u00052\u04b9\u05a53\u0004U`][\u000f\u0004\u0015\u0004u\u0001\b*@P\u0004\n\nJ\u000b\u0004\t\b*\bj%\u0007\u0010T\u0010\u0512.\b*\bY\u0715r&'k$r%qI %\u001d\u0010\u051aRS\u001a3\u0003S\u0001Z\u0013T\u0016A\u0552'2\u0011]\u0011*2\u7bad\u0007\n\u0000\u0004J d\u0002A\u0005A\u0005A\u0005J\u0004\u0004\u0015\u0004\u0003\b*\bjI\u0017\u0004\u0015\u0004,HP\u0019hTad\t9(K\u0002A-\u9020\u0594\u001a\u0013TBv;\u00065\u0007hjLP0VbPSLuM^T\u0010T9wm=\u0010T\u0010M\u0006 T\u0002A%\u0013\b*\b*\b*e\/\u0010T& \u001c@PAPK fqW\u0000\rYY#AmB\r9\u0005\u0001A)5&uG[\u0004\t>?\u0016j\rJP@\u0381&\u0004D\u001f\u001d\u0018.!\u0002sz \f@P\u0004J&\u0010T\u0010T\u0010T^ DM@PAP+9tAPAP\u0004Y59Y#A+K\u0002A-\u9020\u0594\u001a\u0013T\u000ev<\u0006\u000bJ\u0019\b\u01abA\u001b\u00045\u000e\u001cTI]BP%\u0735@PAP7\u0019R\t\u0004L @PVr\u0000A\u0005A-\u90a0]\t*-sMz\u0625\u0000#AeP\u0016\bF\u0007\u0004\u05182w<\u0006U\u00038d\u06beNP~\u001a\t\u0007^\u001b\u0011LRe\u05fat\n\u0339k\ub060n2\u0000A\u0012\b*@PAPAP){\u00125\u0001A\u0005A\u0000\nZ\u0005A\u0005A5\u0012Ta+\u00045\u0012T$\u0010\u0512\u000e\bjM1Ae\u0004\uf9c91\u0006\u001aFYk+~_0s*\u05fatJ\u0339k\ub060n2\u0000A\u0012\b*@PAPAP){\u00125\u0001A\u0005A\u0000\nZ\u0005A\u0005A5\u0012T\u0012l\u0002\r\u001d%t@PkJ\t*sa|\u01ff\u0000-.y3\u00104R{\u000677#I\u001a\u000b\u0003\u0014\u05253\u0004U`][\u000f\u0004\u0015\u0004u\u0001\b*@P\u0004\n\nJ\u000b\u0004\t\b*\bj%\u0007\u0010T\u0010\u0512.\b*\bY\u0715r7Y&'k$r%qI %\u001d\u0010\u051aRcEP\u000fQrO]GADa\u0006B\r|5\t]\u0010.A\u0002sz@@\fP\u0004J& T T T^@DMPP+9\u0000\u0002tPP\b^e\u06449(K\u0002B-\u0000\u0594\u001a#T&t\u001b2!TM\u001dz}4CI\u0014'\u001eIZ T9wm= T M\u0006@T\u0002B%\u0013\u0010*\u0010*\u0010*e\/ T&@@\u001cPPK@@fqW\u029ekW\u0002\u0011\u0295%\u0001tPkJ\u0011*\u0013)(TM>wi\ri\u001bG~\u0005\u000bB\u05253\bU`][\u000f\b\u0015\bu\u0001\u0010*P\u0004\n\nJ\u000b\b\t\u0010*\u0010j%\u0007 T \u0512.\u0010*\u0010Y\u0015_e&'kDr%qI@%\u001d \u051aRS\u0019P{\u000ejV\u001c\b5(mC~,}eZ T9wm= T M\u0006@T\u0002B%\u0013\u0010*\u0010*\u0010*e\/ T&@@\u001cPPK@@fqGP\n$ceMAI\\\u0012\u0010jI\u0007\b\u00182\u0014\b5\u0382~!\u0016\u0010j\u0016Qyk]:P\u0005\u0735PP7\u0019\u0000R\t\bL@@@P\u0000\u0002Vr\u0000B\u0005B-\u0002\u0002]\u0011\u00035de\b\t6X\u0016\u0010F\u0007\b\u00182L\u001fk\u0011j\u0018\t}C\u001a$}\u000b\u0004\u0014\u0525+\bUb][\u000f\b\u0015\bu\u0001\u0010*P\u0004\n\nJ\u000b\b\t\u0010*\u0010j%\u0007 T \u0512.\u0010*\u0010Y\u00152+\nBd\bU$.\t\b\u0003ZSjP\u0007\b5\u0012\/q>\u000bU0oP\u0013\/U+l\u0017\b(Kg\u0010\u001e\u0010*\u0010&\u0003 T*\u0001\t\b\u0015\b\u0015\b\u0017\u0010*Q\u0013 T J\u000e@@%] T T+B\u05b8e)^\u000f\u0014`D\f\u0002B\u0000\u0594\u001a#T\u06ebPq\u0010jO\u07a8#\u000bb?dl\bj\u001b\u05a53\bU`][\u000f\b\u0015\bu\u0001\u0010*P\u0004\n\nJ\u000b\b\t\u0010*\u0010j%\u0007 T \u0512.\u0010*\u0010Y\u00152\u000e[A\u0011\u0295%\u0001tPkJ\u0011*]GPu\u001adq?l,TTI\":\u05fat\u0005J\u0339k\u0001\u0002n2\u0000B\u0012\u0010*PPP){\u0001\u00125\u0001B\u0005B\u0000\nZ\u0005B\u0005B5\"T\u0390e\u0644\u001a:(K\u0002B-\u0000\u0594\u001a#TmJ\u001fB\r2$tFI\u001c\u0010j\u001c\u0005)RP T9wm= T M\u0006@T\u0002B%\u0013\u0010*\u0010*\u0010*e\/ T&@@\u001cPPK@@fqW\rR\u0002\u0011\u0295%\u0001tPkJ\u0011*oB\u0004-\b:BM 6>OQ\u0017\u05b9\u05a53\bU`][\u000f\b\u0015\bu\u0001\u0010*P\u0004\n\nJ\u000b\b\t\u0010*\u0010j%\u0007 T \u0512.\u0010*\u0010Y\u0015\u0012l\u001c%\u0001tPkJ\u0011*sS6Be\u0002+\u000ej\u0016?O\"\ffojPC\/}n\u01b5.]A\u0012sz@@\fP\u0004J& T T T^@DMPP+9\u0000\u0002tPP\b]\u000f&'kDr%qI@%\u001d \u051aRcmc\u001fB;#$gY+\b5N\u0005\u0002\n\u0019*0\u7bad\u0007\n\u0000\bJ@d\u0002B\u0005B\u0005B\u0005J\u0004\b\u0015\b\u0003\u0010*\u0010jI\u0017\b\u0015\b,P\u067bAJ`5\"T$ \u0512\u000e\u0010jM)BMQI\u00153B,}\bfA\u0014A@A]:P\u0005\u0735PP7\u0019\u0000R\t\bL@@@P\u0000\u0002Vr\u0000B\u0005B-\u0002\u0002\u001d\u0011*C*512\u0007%qI@%\u001d \u051aRcPGfY\u00129u[ Kk]:P\u0005\u0735PP7\u0019\u0000R\t\bL@@@P\u0000\u0002Vr\u0000B\u0005B-\u0002\u0002]\u0011\u00035de\b\t6X\u0016\u0010F\u0007\b\u00182a[\b\t>;\u0001Z\"9\u0013T.X\u0688c\u0018\u0707$KW\b\u011c\u001e\b*\b&\u0003\u0010T*\t\u0004\u0015\u0004\u0015\u0004\u0017\b*Q\u0013\u0010T\u0010J\u000e %]\u0010T\u0010T+AeV\u001a\u0015\u001a\t\\I\\\u0012\bjI\u0007\u0004\u05182tAE)wi\u001dFYy\u0004F^\u0011@@A]:P\u0005\u0735PP7\u0019\u0000R\t\bL@@@P\u0000\u0002Vr\u0000B\u0005B-\u0002\u0002]\u0011*-Mz\u0625\u0000#BeX\u0016\u0010F\u0007\b\u00182LGj\u0016EQY?v\u0010*_:\u0004LN\u0018@@T\u0006@T\u0002B%\u0013\u0010*\u0010*\u0010*e\/ T&@@\u001cPPK@@fqW^\rR\u0002\u0011\u0295%\u0001tPkJ\u0011*\bPZ_8#\u00a8P\u0005\u0015A\u001f\u00016k=%PP\fP\u0004J& T T T^@DMPP+9\u0000\u0002tPP\b3d\u0019l6\u000eJ\u2480PK:@5\b9\bU\u0013,T~\tBT\u000e\u0001\f\ba\t,\t\nJe\u0000J% T2\u0001\u0002\u0002R\u0002B%j\u0002\nZ\u0001\b\u0015\b\u000b\nj\u0016wE %\u001a\u0011\\I\\\u0012\u0010jI\u0007\b\u00182v6)\u000e\u0544\u06d9&r\u001e\u074c\n*TcZ6k=%APAP\f@P\u0004J&\u0010T\u0010T\u0010T^ DM@PAP+9tAPAP\u0004^e\u00049(K\u0002A-\u9020\u0594\u001a\u0013T⪻\bP\u0013Z]oJ2E-\f\u0018\f\n*TA^7\u0010k,\t\nJe\u0000J% T2\u0001\u0002\u0002R\u0002B%j\u0002\nZ\u0001\b\u0015\b\u000b\nj\u0016wEG%\u001a\u0011\\I\\\u0012\u0010jI\u0007\b\u00182A9@\"H:A\r,^\u0704*TczE\u000b\u06ac\u0004\u0004A\u0005A2\u0000A\u0012\b*@PAPAP){\u00125\u0001A\u0005A\u0000\nZ\u0005A\u0005A5\u0012T6hC29r(\u0218@PK: 5\u0004vACZ^dL\u001b\u0010j&I+\bUPm\b\u0018K3F'$\u0010*\u0010*\u0001\u0010*P\u0004\n\nJ\u000b\b\t\u0010*\u0010j%\u0007 T \u0512.\u001032\u000bRl:tW1;6<\u066fCj7\u042bB{2On\u0012\u001a\u074bDOh\u0003=lj\\!M\u0016_}S#\u001f4R3#=R\u0010B\u0006\u0017\u000eUV\u0003i85\u016f\u0001d2b\t\u00185VP\u0002\u0017.5\u0018l\u001epe?\u000e8\u000b_WoQ:T{o\u0015di;\u05eb\u0014J\u0005I\u00c5e9G8|h.\u06e9\u0019D\u0726S}\\:>>N:v'\u0001\u001f,pf6Y\u04e6K~\u001eO_~~hu6>9{~\u2b05\u0000K\u0006\u001fGF\u0005\u001b\u001ec\u001e9;NBi\u0017\n]\u000e8\u0001?O\u0667\u000e\u06b0D+}Y\u000b4D-K[:\u001a\u03afbD:jZ\u001bi^#X9w\u0010Y\u0005h\u0007 V\u001dTYbHTn3*vB4zv\u001c>aqG\u0016n\u0001T\/\u001b5;\u0573dfyF6r\fMr0ee;}\u0017\u02db\u069e50epq3\u0451\u0000\u012f7\u001dI\u0006T'_<\u00163a\u0003~d\u04cb\u0732p\u0017\u0005\\\u001b\u0017\u001eO\u000e}\u001c\u000fF\u051eA\u0017vVR\u0015Do\u02faJ[6D\u02eft@FF\u000et\u001f\u001b\u0016}\f}bg?>+mjQW\u0005\u001a\/2F\u2d53Ur?#g9\u0108Y\u0010\u0474R<{0{\u00c01\u001e\u001bh\u07c5-[8\u0007q\"paw\u000eO\u000ea\u00168\u0004\u000e\u0018\u000b03l1.O$Rn\u0012?^'Kt]x7\u04b8Z|\u001f3E\u04cez(rh.iu?\n\u07ce5[A\u000fmo\u0013{M&y\u19c7]\"\u00042\u01f7\u04e4gq\u0016}Fk\u0019\u0007w]C\u0012F~=>\"[\\u\u0004\u000bXG(\rb~LV\u0019v'\u000578u\u0019\u0013j ZQ\\|O|\fJ^\u0010}\u001e\u0006ue$\n'0g\u0003V'6\/6 b\u000f9 \f\b\u0016\u001fS\u001f\r\u000e>\u0004.B\u000fh\u015fY\u0004e^\/\u00fb1)\u001f\u0019\\\u0006 *x#\u02f8S\u0001%\u0003HQ-:ll\u0017\u001c\u001e\u8ccb\b2X*r\u0006\u001e6X\u0006\u0013\u001bn^7}<\u0011\r(#nQ\u0250\u001a8\u078fTq\fEcL.9(NT\u001dxP.\u000e\nF[f\u0581QHF\u0005{\u05ea6\u0018\u0016\u00c2:vqX}vt7q&3\u0130\u0010\u0011ix_v9a\u0007\u001d\"2;\u0010!b8\u00045\u000f\f\u0017\u0013U\u001evH\u000e\u000e\tZ\":\u064f\t\u01fa\u020e\u0018;Zm^\u0013\u001e\u0014\u06153*\u001cRzs\u0002FA\u03841\u063f[si\\r\u0007=\u001d\u0018'C\u000e3\u0019*xiP\u001b\u017d\r\tp\f\t\u001c\u0012D>\u043f1\r'0,\u001cY\u001cy\u000b\u0016\u06a1\u0019\u001ag94\b~p4\n|6O?3Z8\u001dPz\/2HAz\\%<\f^ucAmvz\u03e3C}i\u0001\u0011ty=#'\u0719>Ji;\u00167W\u0015m\\\ni\u013b|Fj;rFj=iN8\rc\u0017\u07affUw\"\u0003YS\ud7ee%\r\u000bv~a3.OtX=\u0018\u0019p8r!GzfgBt`\"o#g\u06d9\u000b[\u0383\u06efs;7mx\u0001\ud149\u04bbND6?\u00191<=^Ood\ncs&;\u0017-{\u0005kJ\u001d*,o\f\u001dOf s\\m;b\u0017\ueff2\u001e\u0014\u0014]~=lWi\uff71;\u000f~oy<\u0019ZW\u0003\u001e.Nu\u0000>\f}z{\u0015^E\u0013Srb=WNQ\u010b\/\u0017p^F\u0013[4\u0709Qo|0%\/_1\u001d\u0017h8paA]dB\u0007}v{0k92\u0015tfX\u0007\u00c7k>sd0+\"\u0312:({I<>>>Otde,e`B\u03d2\u0014-\u0015xN'x\u0003-=!\u001e\u0013lM$s\u0722$\u06c9;n\u0007\u0302\u0007\u0001\u017e$Q<4_\u000en\u000b?\u0002V\u0015Sw\u001e~\u061e3s\u001e\u001cNm?S\u06e2V\u00152w.$g\u0001\u07b2:4wrgm\u001cCa!\u000fK;n7%_8\u0003\u0014\u000e}j.\u0007\u0014s)\u06dd\u000bkq6([]{*cw\u0017_f?e_\u0017VL_\u01c77[k;n\u05cf<~2]uQ\u001di\u001e\u001e\u001f\u000b\u000b\u0004^,t]\u0747G:c\u02eeV;n??\\wd\u000b\b]]B'Xb\u0003\u001dpC-3\u04b3#\u001f\u0759[9\u001dE2lvhlt\u000f9\u0017K,;nG?VLK\/%l_\u000eo\u00077-:\u001dUvq;vXq\u0013\u0012br}\u0003=8I8k\u076f\u000bn=Y\u001f,b;\u001cUuU.T\t8CIlc~+\u0002\u0011\u00103\u001dBl\u0001}8<\u0005=P\u0083\u0019MP\u06e4\u0167<\u0007\\\u01ca&\/o\u0013\u064bWr>\u0011?,\u0007\u0006\u05e3\u00fbLWH6F$\u0011\u0188>\u000b0b\u000bU\u076f\u0011\t\u001bm\u0018-TuF$l4dZQel|7ZH67j\r\u0017\r;QM\u0017\u001a-_')m>\u0016S-\u001f\fn\u001f=<#\/92e\u000b;\u001fz\u001908R\u001aEl::\f\u000f>\u0007\u0012R\u001fJ\u0245\u000fuu-=4\\X|9|P\u03988a+{+\u0006\u0017\"#5xP!\u030f9\u04bes3y[\u04f4\u001d\r\u0003I'o\u0018ff4--Zq3[g\u057aP\u0562f#\u0004\b\u0017]\r\u0010N\u0003\u03a4\u001fp2\u000evh\u0002#wm\/\\\u000eUK{u.nz7y\u001f\u0015G'\u001fZ5V]GJ'9El9l9l9\u0006mmz\u05ab-n\u000fj\u0413\f.9?\u01a3\ufde3r\"f[A\u0012i%c9Ld3+\u0664J>\u001a\\\u0018;f8\u001f>qT\r\u0017\fB\u000f=\b\u001cx9\u0019? V~\u001e\u001dA\u000e\uca8f\u0014\u0003\u001a\u0014hP\ft\u01d1^}\u001bt>\"gh_\u0471\n)\u001bro\u0016%&-p9U.f\u05eaIz\"0}\u0012\u001fQ\u000bXp6er~'\u06e6\u001fD*_%y&m\u000b\u0005\u0006sC%4Z|R\u0323]z~$\u0000zR\u0018~=M\u055f\u07cbRn]x\u001b\r^O\u5c3cB\u0543pZ>Bb_j:m4>\u001f\/G7\u0672\b\u03cdAx\u0011\rn\u001fG\u00ffe\u0015#\u0011b\u0011g\r3E\u000ev9\u0003\u001eG%Whps1\u001fP\u0011g\u0005A]V\u001c\u0138@l#8Ay 7n\u0019w\u000b\u0587\u0001\u017d't\u0005#\u001f+KV\u0783{\u0011\u000f\/^D0Y\u0149g\/\u0017i\u0653F\u001eM\u001e\u0656\u000bm\u0013Zyp\u0654\u0015o\u01cbr_6Ii?>-I.i3\u0003cD9\fp5U\u000e\u001c\n\u0002-\u0019\u0006\u000e]QYpf@\u021f;\u000f.&+P\u001ey7^\u029e4~F2Kgdcpa&O:6X\u0017E%!31H\u000b5g:'Y\u1f8d+\u041b\u001azvU%\\\u000e.5\u05bbE+'\u001e[\u0695l=Dy\u01ff\u02f2\u0014\u0015o*\u0010\u0005\u0014m\"\u000e%(\r\u0018\r.Bc\f&:!6)2H=:5*C\u001e\u0016\n!\u0010Gc8b\u0010\u0007^\u001d\u0004t\u0013a[u\u001fa\u0001v\u0013N\u001b\nZ%m\u0005>\u0589X~bPU\u016arW~v<\u03eb!ZE]Y< S13`\u0015nhIn\u0016n\u0014gS-z^mo\u0013oz;,^M^O\u03e2L[-RI_b\/^\u001e.2$n0\u0790WoV\u078e\u0014\fM^\/c4\u0719\u0019&t&\u0010\u001b\u0013c7j\u000e{5\u0002y\u13d8)a\u04dfa\u0012&V\u0709QZ'b\n^Jy^Z\b3]1\ufaa3}{LUAbm\u03b6$#\uf4c5\u0007\u0654Km\u03ddho?\u001al\u045b\u031f9>{e89}}qSv7+:I?[rU{M\u0553+s'~\\\u0018\u0000.Ku._G6\u0001:=>8x;\u001b\u001d\u0011t>\u001a\u07eb~?\u001e\u0556JJ?op\u0010HI8nO\u0016u\u02f8fI\u001d\u0003q{[\u0636\u001dR-;ba\u0376Y}\u0011@h\u0007pxA YW\u0004\u001cHn6b\u0010CV:\u001824\"\u0013 cl!d9R$\u0019\u0006L?\u001fs_d*$6\u0017,%+g\r_2\u000b?(['QzLQl2>\u001b[\u02d4ju0XYwV\u000eJ\u24ac_e\u000f\u031eP\u056b6F`}tV\u0011\u0017~,\u001d!yJO\u000es\u00175ZBRung9\ubf97OS\u0012\u0019lV^X@+\/\u000e(U2\u01ea\u001fOr\u0018Pv\u762c0\"G\u000b{5R?J,wBZOp<}?~.Z\u001d}H}E!av~;q7*8u\u000bQ\fV\ufb16N`j\u0005m;Qzu+X!FnJu*\u0335ep9{s<\u001dsu\u0015u\u04f1WgruBe6VlWI\u0018_'A0\r\u00fe5]^%\u05d7SHi\uefc98\/\u0324v&JgfU]\u001a[mk\/(\t\u000f\u001e\u0012\u06f2k2\u0019\u0001 \u001fOs\u05f5,}\u06e8j\u0252b\u0019z\u0004\u001e[wuf(>743zO\u04c7Emyu\u0019U=m>}Kv\u008cQnWvl\u0007\u0006SK.{?~wwF\ub349waD}\u001e\u00126\u0019\rS`,L\u0007[\u0017x;\u000bF\u0017m~:w^u\u06ab>P\/U\uce223xVcz8t\u012f.V\b=w\u05b6G\tV\nojL\u0727#|]'(-yl:#^pQE\u06b2\"Ne\u001et\/d9\u0017=\u0000Z\u057bifIbKm\u000f&\u0562\u0332r#AU\u027aHqu\u1f5e\u0642\/7=5{2*s-m\u0002\u000bT\u0015\u0019\f'~UiVmK\u0002JA5A\u0018u\u00144Z*\u0004\u0716%Q(EV\u0015jZ\u05a6\u001a\u001a\u000bkZp\u0017@\u0017!\u0015XU1\/ZGAUA\u02be|~\u059a\u0017XZ\u000b\u001a7Z=3B\u001e\f5Zkpy\"\u058aJ\u0005`bZ\u0144bXVK>\u0015kZ\u05a6\u001a\u001akZEsG@Vk\u000f\tk`\u05aatux[3\u0016y\u0002\u0018Qk\u0781)\u045c\u0011\u0017f`\n\u0006(BPT\u0000*&ULP+\n\n\tjZV\u0015jmZPkyU\u0005\u000eN\u0140 \uf6a0N\f:\nL\u001e\u0006{n\u0005W(Vf0Z=3,w\u0004\u0006(BPT\u0000*&ULP+\n\n\tjZV\u0015jmZPkyU]4w\u0000TkV \uf6a0N\f:\nLJ}Q9SkEQZE(\"\u0003S\u05639C.\"^:|F\u0011jZ\u0002V1AbZVUHP%\u001f\nBPkS\rjZK\ua8b9\u0003S,- \u023b&\u0013\u0003&SF{_kfVuQ>\nX\u055c\u069bU\u05679C04(M\u0018O\u0002[c\u0014VU*\u0000l\u0015\u0013*&\u0015l\u0005[\u0004Z`+\n6\u0540X_\u02fc\u062aC@Vl\u000f\tl\u0100\u062a\u0010[3FI(\u054e5PI\u045c!\u0018FQ\u001c\u72ed}1`+*\u0015\u0000\tl\u0015\u0013\nB\u0002[-V\u0015l\u0005[jVk,\u06afe^lFKZ^+\u0007y\u0004vbQTln\u001b\"\u03d9Zx\u0011\u0003\u0018Qkb3\t4jh\u0380\u000bM@\u001eK}1P+*\u0015\u0000\tj\u0015\u0013\nBBZ-V\u0015jZjVk,\u06afeVj\u001f\u0006\u0014\u0006T`E[Pk\u001b\u0003&S\rkUn|\u059a,R{Z,)fxaOsF^X\u0006\u075a|5QZV\u0000ULXV\u0015k\u0015\u0012j\u0247bX+TZc~-Z1y\/C*t6`\u05aa ZO\u05a42\u0015\u00055-\\9MV9#\/,s:_k\r;QZV\u0000ULXV\u0015k\u0015\u0012j\u0247bX+TZc~-Z mGVk\u000f\tk`\u05aa<\u0015?Ve`<\u00060\"k\u05639#\/\u030b{3\u0006(bXT\u0000*&ULX+\u058a\n\tkZV\u0015kmZXkyU\u001b\u026eiy\u001f]\u0013\u0689ZGAS5ULXkmf}jdmyy`z4gRo?\tk\r;QZV\u0000ULXV\u0015k\u0015\u0012j\u0247bX+TZc~-ZK=MS0- \u023b&\u0013&[.Qz[YZ\t<0Z=3\"JC|\u001aw\u001ebR\u0001XV1aX+*$\u0552\u000fkZV\u0006kbZ\u0000^LjS|Q\tk`\u05aalvXJiVhB;Z=38B|\u001aw(bXT\u0000*&ULX+\u058a\n\tkZV\u0015kmZXkyUA#\u078b\n\u05aa0\u0016`\u05aa ZV\u0019za\u0019i}1X+*\u0015\tk\u0015\u0013\u058abBZ-V\u0015kZjVk,\u06afe^kU#S0Mj\u001aa\u000f1X(h*m\u0007o\u0016qqalq\\VNI\u045c\u0017fd\u0018E\u0015k\nZ\u0144\tkZV!a|X+\u058abM5X5\u0016k2jOv\u0005TkV \uf6b0N\f:\nl\u001a\u0010x[FWFjNE\u0016)\u045c\u0017v=\rk\r;QZV\u0000ULXV\u0015k\u0015\u0012j\u0247bX+TZc~-Z6]\u0001Z?\u023b&\u0013Zk\u0006\u05aa|9[9H\nY\r`\u001e\u0019ya\u0016G\u0011kZ\u0002V1abZVUHX%\u001f\u058abXkS\rjZj\n\/4Mk\u00f4 \uf6b0N\f:\nlz[eC5\u034bRt\u0019zae\u05bdX\ub53e\u0018E\u0015k\nZ\u0144\tkZV!a|X+\u058abM5X5\u0016k2\u0006jS|QC\/ZGAUq@z[,j\u059aeF\u0732>Z=32B|\u001aw\u001ebR\u0001XV1aX+*$\u0552\u000fkZV\u0006kbZV\u0006jy\u001f]\u0013\u0689ZGAUyZ[o+\u0016qj\u0016P3XGs^Xe\u0006:CmUTi\u001aYkfu1\u0019za\u0015l?\rk\r;QZV\u0000ULXV\u0015k\u0015\u0012j\u0247bX+TZc~-Zk\u0000\/Vi)\u0504vbQdkU6*?gk\u0015\u001e[k\u001c\u001cz4g\u4145vRt\"\u001aw\u001ebR\u0001XV1aX+*$\u0552\u000fkZV\u0006kbZVc\u001d\u0001^4T`Vw\u0010\u0689ZGAUA\u0281F\n6>glh\u06829th\u001e\u001e\u0019a\u07e9`kx\bR\u0001`V1`+*$\u0552\u000fl\u0005[V\u0006l\u0182ZVeUkV N\f:\nJWsckm9VZkRDfe3\u0019za\u0015w\u0001OZCc\u0014VU*\u0000k\u0015\u0013*&\u0015kZZaX+\u058a6`X_\u02fc\u05aa~Q#Sx1 \u023b&\u0013&[+^LZ\u034a2{'YGsF^\u9efe\u0018E\u0015k\nZ\u0144\tkZV!a|X+\u058abM5X5\u0016k2_\bjA5a\u0018u\u00144Zr\/\u0011Pvd\u0019[\u042e5D%)\u045c\u0011\u0018Q\u0359\u0017[c\u0014VU*\u0000l\u0015\u0013*&\u0015l\u0005[\u0004Z`+\n6\u0540X_\u02fc\u062ayCS4- \u023b&\u0013\u0003&cZ\u0000\u000bnEt\u0005[\u0351#\u0588v\nz4g\u0004\"\u4b63\u0017[N\u001fE\u0015l\n\u0000[\u0004\tl\u0005[V!|`+\nM5`5\u0016l2\/-\u0010\u05caA5\u0018u\u00144\u0019[\u0002\fU<\u0533\u049ck\u001f\u001aaY\fs9Uo\u0010\f4g}1`+*\u0015\u0000\tl\u0015\u0013\nB\u0002[-V\u0015l\u0005[jVk,\u06afe^lF\\^\u010eZ\u00056NSj\u0002[;1`(h*j\u0010[57\u0007Ri\u0018[*2ZS\u05639C0,X\u0004\u0006(`T\u0000*&UL`+\n\n\tl\u0003[V\u0015lm\u0001[`kY\bB*mV`VA\u0001[GAUx@\u000bn9-W\u0642Us\u045c\u0001\u0018L\u077aO\u0002[N\u001fE\u0015l\n\u0000[\u0004\tl\u0005[V!|`+\nM5`5\u0016l2\/_\u00109\u0002+*_,\u0007[\u0018u\u00144\u0019[\u0015\u0004[VVwy\u0019E\u071ezsF`X%:\u0015l\u0005[\u05a6\u001a\u001a\u000bk\u0017[\u056fJw\bT\u0015[Q\u04bb&\u0013\u0003&c\rUG9ck\u0014f\u001cB,\u7e33\u05639C0,T'}3`+*\u0015\u0000\tl\u0015\u0013\nB\u0002[-V\u0015l\u0005[jVk,\u06afe^l\u0544KS4- \u023b&\u0013\u0003&c:Ql[\u0121wfDhOV\f0IO\u0001['>`+*\u0015\u0000\tl\u0015\u0013\nB\u0002[-V\u0015l\u0005[jVk,\u06afe^lU?t!P-\u0015[k\u0002[;1`(h2wk#lULYck\u0016\u0011Ff!pgOsF`X.\u000bM}1`+*\u0015\u0000\tl\u0015\u0013\nB\u0002[-V\u0015l\u0005[jVk,\u06afe^lU?\u0012!P-\u0015[k\u0002[;1`(h*\u029eic\u0019[#s\u0582e\u055a\u001e\u0019a\u001esg\ubd3eG\u0011l\u0005[\u0002V1b\u0002[VUH`%\u001f\n`kS\rj\u0005[\u030a\/8Mk\u04f4 N\f:\n{\u0001x@\u0017$q\u001cwz4g\u00042'}1`+*\u0015\u0000\tl\u0015\u0013\nB\u0002[-V\u0015l\u0005[jVk,\u06afe^l\rR*:\u0005\u0018N\f:\nf\u0007v,WlM\u0016i\\j\/\u001f\u001e\u0019ad:\u0015l\u0005[\u05a6\u001a\u001a\u000bk\u0017[53\u0012\u0014_\f\b\tl\u0100:wv.L]\u061aFI~Vk\u0012\u0019a:X+*\u0015\tk\u0015\u0013\u058abBZ-V\u0015kZjVk!:\u03edl?>\tZ#z\u000eY}%\u000el<_~es#ow\u0017\u07bfc+\u0000N\u000f._uvcr\f\u037eQ=uwW67\\~\u02dc8\u00159_|WJ%\u02d7\u0001M6\/+e\u0005l\u05aa\u0004zd<\rx\u0019\u0482eYKI\u0017\u0017m\u6cdf\u001eTfs\u001e7)?p\u00154)`\u000b[\/~\u000f\u772f9Wo\u001cV\"sRsM'{nO\u0002~rl\u014f7l\"\u03dcSZ^'\u0353z\u001ff}1\f}r\u0013E\u01b7\u0019\u02d7t\u0011s`$Ntqt\u00074:\u0003>]3Y\u0016?Qec6\u0019TiZ}}s+n\r3>d\u00ab\u0010\u0684\u000f'\u0014J5xs@'ag\u001drZ$V]Cm\u000e4dvl86}\u03eefn\u0010t^{b\u00155@`\u000e\u0002uI'U\u000eP\u001eS3**|\u0001s\u02ff~=\u0017\u0016\u02aa\u001e\uae76\u51eb\u0007o[qsY~}ikov\u001fkR\/_w\u0002\b}yw.1\u0017~\u072eO{\u001c6u;9\u000ft w\\ax\u0003y\u0000g{ \u0014~wy}tqTstb=3\u079bU\ud769dpwsy}+M{w~z^@q>\t\u999d^p\u0001c7mm9\u001a\u037cN\u039cf9u\u0010:)\u000f\u001f7>mw\u0001=6\n;.<\u0014>,?)5;\u001cgx\f\u001e^cP?\u0673p^Fon\/m|\u001b-H2l7?=e=\u0405\ucc5c]Hsl)P\u0004>%\u0393VD?$:)&L\"<\u067dc\u0632&\u03f1M&qy\u0019KtN9}m\/\u04dd.qAgmb\u0003\u001di\u001feK5Oc\u0737\\_m3\u0004\u0017w[%3\udbab\uddd3Mus\u001do~k{x^yJ;^e\u05fa\u0001\u05fb\u0003~NH=WF\u001fl$Vn\u0012sHf\u0011]\u001f\u001fi\u0012\u001f4+\/fr\u0010~\/GF~i(\u0013ar\u0016\u0004\u001eM#3\u0014\rs>L\u47ef\/\u00dcCLqdUfSa\u000ef\u000e\u0311aVq;A{~_\u076d]O\"W\/\u001ek\u014b\u0005O\u000bz_\u001bx:wT\u001fq3'#E\u0507~S\t|>_OEUUx^m>x{sywVp3\u02dfY3|a\u0011t_Of~?3\u0017\/#\u001e}[ltM\u000f_nVOP^7\u001ff\u001f\u001fo>\u04fa\"zu~\u008b,N(v+wy\u05c6gX?>+O\u0017\u0006?\u07beX0\u0006IXb\u0012\u0017\u001c\\Sa*EL\u001fa*=[\u0017J\u0005L%aYs+,\u0000\"z}^\u000f|2[\u001d\u0017Tl|ik\u0577Pf\f+\u001e\rls\u05c4\u001b~_U\u0007e_\u001c\u0006\"\u001f\u0013\u06dbc\u0355e\\\u000e0.gw\u017fV\u000b\u001d#\u001dc\u000eX\u001dx4(M\u0547\f18CS\u000f;\u0018034(WT\u05cf_>ssyqv\u066cE\ue09d\u045c5\\jV\u000f\riA5\u05f7\/vrn^|\\Y^y'V.\u0015\/|X_\u0017W\f6\u0017w^^\u0347?{\u04ee\u000fC^^.4\u0004fa\u001dQ\u001bjS]\u0017c\u0666\\]6\re:{}!fefz\u04b2+\/Ewfor[\u001b7qBMw>IY^lno?.\u001e\u0175yr\/~D=6W\u001b14\u001b;\u0563\u0614?\u0017w=(\u001dAL\u0005+f\u001bSO\/7\u06ebv\u001d\re\u0002L\u019fn.^]Z(l\u001fmQwW\/{S\\9\u02eclbUO]^~=7\/\u0018\u61f1z}\u02d7JhnXkau:}\u001d_g\u05fdM\u001f.of\t\u069e\u0288m\u000bnl?<@\u07fe\u000blbiey>\u7a58,\u0004K8?b?\n:;\n8;;?ZnT\u0567[\u075fJGW\u0007;a7i\rq\u000fof\u000ffqeN\u001b\u07e5\udb2b\udfedn^\u075d~kN\u001b\u02df^'\u0018=Cf\fC[\u0564fselj'\u0019]:n\u0014c|~z?&wf\u001c\/\u01cdo\u0007T{`v9\u06c3\u06b9I\/\u001f+\/\u0120sw\u0001KW\u0016W\u0004\bwe-<6`g\u293a\/0Lxso_TU\u0016c1\u0013Df\tbPs6\\Ev}=u@'0\u0113\u0019&cL:E>XzIo'K9YL\/$2rA8my\uefed>\u000bg[uzm\u0005^u\/w\/\\gEo.o?_pwcqNa\u0010+\u0007_,1K]\u001d\/\u00106\u0012QA\/OE3<\u03ec\u0002nb\u06fb\u000b\u0017437(XdoT~s\/[To,\u001c]f(\u0003tl\u01cf\u001auw\u0005z\u0692\/s\u0019|ioq}hG~\u078a\/\\lk\u000e>W\u001eJ\u0012<\u0017?\u000f_\uf691n!Z@'\u0003KL|o\bYCUc\u001b54\u0002n\bECAC~%\f{12\u0007gg\u04ee qS\/\"\fcC#+\u0000\\W\u0013\u0006]P\u0003\u0014\u001ce\u0005'\u0082Y~\u057a>}:kq7lr\u0019Nf\/\u0018k=\/9=Y\u0017Tg~UY\u06353+ggWX\u03a6^d9;R]j9\\|=)rW1\u001f\u0744|e|)I\u0019\f\/WG\u05b0\u001d|9fG\u001dEu\u0019+3g\\9m\u051b\u0394w\u0017jL{\\9kC\u000f8\u0014\u0019=\u06e9vV`&\u001d[[2[iY\u00149\u001e\u05basm\u001f;m}J\u0001O>)q6\tO<#|)Y'I\u771ai\ua786O\u0017=y\u001a=Du:u\u000f3]'\u001fa\u001e?_\ufae0\/\\6LuV_z_\u0411R\u0004py>3GIi\u001e\u04a0*\u0013:u>\u0017Po=\u001b\u001cYg1RrZOf\u000bL\u0017P47q\u000b}\u0593,y\u0014szR\u0017\\Wn!\u0016Ev=&QvXD9;\u0001y}4\u0001:\u0019JjQW-asNYuN\u076b6&M#|gXwPm1M%]\ub071h\/\uc738OHBJ)tZC\u0403gAg\u000f\u00197\t?O\u0013`>K<lN\u079b\u0757C}\u001afn\u001dY[C\u0017QVeD;?\\^;`>?\u0719C?,\u0016^8{{pl5-K\u06e8ff#\u067a1\u00078\u02b5\u001dT`K;}ku7S)i\u0018z!^\u076eg(q\u03abWv[s\tJc\u0003\u0015<\u03d8[kr_pqk\u0019W&\u0693H5-9\u0011n\u0019=\u000en[\u0002V1b[VUCu\u000fn[V\u0006n\u00adZVeUkV A\u0010:\n\u032d\r}Q2?gn-cs\u0011i\u00149[\u04e4\u0301\u04df\f}Zr*1{\u001d\n\u0005b[\u0004\u00adp\u0507p8\u001f\n\u00adpkS\rj[\u02ed\u0001r\u0014_\u000bn\u0007\u072ag\u032dY:Gr\u0017[E4ndN\b\f}\u0007\u00adm\u0001pV1p+*!:\u0007\u00adp+T\u0003Zc~-r\u0006\u000ejy\u001f]\u0013:\b[GAU)\u0552[ZDi\u0015\u0007&pkH$\u04fe\u0014\u0612\u0013V\u0733V-\u0000n\u0015\u0013*&\u0015n[>[V\u0015n[jVk,\u06afe^nnj\"\u02adA5 u\u00144[Cy\u0014n|Z93\u000f22K\u001d\u0003[S\u056cQJc\u0019\u0612\u0013V\u0733V-\u0000n\u0015\u0013*&\u0015n[>[V\u0015n[jVk,\u06afeVn\f]LS,- \u023b&u\u0010\u0004&s{y=\u0777\t\u65a5KGZUV6^&\u0001\u04d2SV\u0733V-\u0000o\u0015\u0013*&\u0015o[>[V\u0015o[jVk,\u06afe^oU\u0017\u001d\u0005\u0006\n\u07aa\f\u000f[GAU\u0011\u0501ejV\u0012\u0013z3Vfd\u0580f\u04d2\u0013V\u0733V-\u0000o\u0015\u0013*&\u0015o[>[V\u0015o[jVk,\u06afe^o^xUP-[k[\u0007Ax(h*8Vg\ucb75ZYR'4o-\u02b4\/%'>Cgxk[\u0000*&ULx+\u078aJ}x+\u078a6X_\u02fc\u07aa-\nh\u000e\n u\u00144[\u0015A}\u0002\u001ds+\u0013FfWkHT7\u0436\nz\u6f9dbm\u00010W1a+*!:\u0387b+TZc1~-\u14cejy\u001f]\u0013:\b\\GAUw\nt-\/B?\u0015EQj\u0014t\u0016qYV\u0001\u0015j\u02c9p{+\u0016\tu\u0015\u0013\ua2baR\u001f|+\ua2baM55\u0016u2\u00068\u05eaSQ\/\u0535\u001f&-*xZ[\u0015)Z\u055c,*\u00045\/j$->\u00f9o\uf86ek[\u0000*&UL+\ua2baJ}\udb46\udfa8+\ua2ba6\u0560X\u0535_\u02fc\u001a\u05b5P-U]kB]\u0007A(h*>.ef\u001d\u0015\u0004qR\u0125v\fm\u0268p{+\u0016\tu\u0015\u0013\ua2baR\u001f|+\ua2baM55\u0016u2jL\u05b5)\u0016\u0010]\u0013:\bB]GAUy@]\u0015t|Z[\u001eig\u001dk\u0012y\u0016kNQdRr\r}r*3\u001e\ua2ba\u0005bB]\u0144\u05078\u001f\ua2bakS\rjE]\u032bP:\u0016\u5d6awM \bu\u001d\u0005MVW\u000fu[+7Z5\/y>dCsh[NE]}sC]Q\u05f6\u0000ULPW\u0015u\u0010u\u001dC]QW\u0015umA]kyU=uZ?\u023b&u\u0010kP.MV\u001aeV548\u000bQWz\f\u7fbdm\u0001PW1+*!:\u0387+TZcQ~-L=SSH- \u023b&u\u0010&{\u05cev\u046dZ$_J\u02e2(2\u0016IZdI\\a->\u00f9o\uf86ek[\u0000*&UL+\ua2baJ}\udb46\udfa8+\ua2ba6\u0560X\u0535_\u02fcm]\u000b&\n\u0017\u000fB]GAUaD\u0535neTi\u001ak\u00168s4u5K\n8\u000b\u0567-'\u001e\u00f9o\uf86ek[\u0000*&UL+\ua2baJ}\udb46\udfa8+\ua2ba6\u0560X\u0535_\u02fc~\fcZ^\u0007y\u05c4\u000ePQduU<\u0010u[^)\u001d0V\u0015uE]Q\u05e6\u001a\u001akW][:\u0016h\u000e\n} u\u00144Y]gQ.rWE]K+VZ\u04b2\f\u0567->\u00f9o\uf86ek[\u0000*&UL+\ua2baJ}\udb46\udfa8+\ua2ba6\u0560X\u0535_\u02fc\uaabecZ^\u0007y\u05c4\u000ePQduU\u001c\u0015u[\u0016+g\u0016\u0016u-(M\u000b\u0004S\u0535HT\u00150-'\u001e\u00f9o\uf86ek[\u0000*&UL+\ua2baJ}\udb46\udfa8+\ua2ba6\u0560X\u0535_\u02fc\u001aj^NaFP~\u0010:\n\u0007\u000eUisV\u001a\u076aHiueTY\u0535\\Tf\u0010O[NE]}sC]Q\u05f6\u0000ULPW\u0015u\u0010u\u001dC]QW\u0015umA]kyU]4w,TkUW PA\u0010:\nJ\u0003uU6\u7b2e5e\u0013\u0535X\rE^Fy3>m9\u0015u\u0019}{\u000fuE]\u0002PW1bB]QWUCu\u000fuE]QW\u0535\u0006u\u01a2ZUW\u027a\u0016:\u0002kB]\u0007A(h*\u001e\u023d]t3gZeY\u0000(\u0010U\u001a??\r}r21\u001e\ua2ba\u0005bB]\u0144\u05078\u001f\ua2bakS\rjE]\u032bJ\u001d\u000bZ?\u023b&u\u0010&\u0207v-_\u06ab\u0002\u001ane+W\u05f8^\u0171&{m9\u0015u\u0019}{\u000fuE]\u0002PW1bB]QWUCu\u000fuE]QW\u0535\u0006u\u01a2ZUWeUkUW PA\u0010:\nw\r\u0003]t\u0017jnI4oLU\u0436z\r\u7fbdm\u0001PW1+*!:\u0387+TZcQ~-L=SSH- \u023b&u\u0010&{>TWg0UF\u06ef6i\/&Q\u001aK\u00007i\u0268p{+\u0016\tu\u0015\u0013\ua2baR\u001f|+\ua2baM55\u0016u2j[rB!\u0002*PQduu\/\u03f9\u05f5nYuX]8\u03f2L)\u001aGED\u0001_j\u02e9p{+\u0016\tu\u0015\u0013\ua2baR\u001f|+\ua2baM55\u0016u2j\ucb85jy\u001f]\u0013:\bB]GA-CE7s\\\u001fke\u0001MS2O\u000b\u0436\f\u7fbdm\u0001PW1+*!:\u0387+TZcQ~-\udb6a\udef6\u0010Z9\u0002*PQduU\u013d\u001dtKr T]r\u0011U\u0004If{Cr21\u001e\ua2ba\u0005bB]\u0144\u05078\u001f\ua2bakS\rjE]\u032b';\u0016\u5d6awM \bu\u001d\u0005MVW\u0000qk\u000fD\u9bb1v%;I\u00107i\u02e9p{+\u0016\tu\u0015\u0013\ua2baR\u001f|+\ua2baM55\u0016u2\u00068\u05eaSQ\/\u0535\u001f&r@]V\u0015uE]Q\u05e6\u001a\u001akW]\u054ft,t\n\u0005\u0004y\u05c4\u000ePQduU}\r\u0003]t3\ua69b(\u3f6e\u0012\"C\u0007\u04d6SQW\u0737PW\u0535-\u0000u\u0015\u0013*&\u0015uE]>D]PW\u0015uE]jPWk,\u06afe^uU_\u05f1P-U]kB]\u0007A(h*^.elS25_\u000bEUi\u001bzTg8=\u0015um\u000b@]\u0144\tuE]QW\u000fQq>\u0015uE]Q\u05e6\u001a\u001akW]t-TkUW PA\u0010:\nwB];V\u0125RX]In\u00045i|M\u02e7-'\u001e\u00f9o\uf86ek[\u0000*&UL+\ua2baJ}\udb46\udfa8+\ua2ba6\u0560X\u0535_\u02ec S\u053cVfbj\u001a} u\u00144Y]7.UYI\\*\u0007\u0409ZQ\u001a\u0001\f\u7fbdm\u0001PW1+*!:\u0387+TZcQ~-\udb6a\udefahXv[\u0019\u00bf&u\u0010&\u986e\u001dtSYD2\u0017Y\u0016\u0001z\f\u7fbdm\u0001PW1+*!:\u0387+TZcQ~-1z\/C*b9k?\bu\u001d\u0005MVW\u0341*xZY\b\u00c0YGI6\u01fde$\u0364>m9\u0015u\u0019}{\u000fuE]\u0002PW1bB]QWUCu\u000fuE]QW\u0535\u0006u\u01a2ZUW\u04aejy\u001f]\u0013:\bB]GAU\u000b\u0013u[Q\u0005ZU@\u00193k%ipwCz\f\u7fbdm\u0001PW1+*!:\u0387+TZcQ~-k3\u0006\u0328\u0017\u000fB]GAU@0A70P:`\"\u0016e4&z\u0252\u0004W[NE]}sC]Q\u05f6\u0000ULPW\u0015u\u0010u\u001dC]QW\u0015umA]kyU]4w,TkeF PA\u0010:\nJk\u0007\u07628\u000bW2Is=\u0000\u0013\u0575Hj>{P^m9\u0011u\u001a}{\u000fuE]\u0002PW1bB]QWUCu\u000fuE]QW\u0535\u0006u\u01a2ZUW\u027a\u0016:\u0019kB]\u0007A(h*8PWeO\u0675LE\u0011b$J2!2]$)R;6dc8=\u0015vm\u000b]\u0004\tv]aW\u000faq>\u0015v]a\u05e6\u001a\u001a\u000bk]\u0018:wM \bv\u001d\u0005MfWUCvU\u000b\u0675VBy]ERUb\u0014\u0001j\u02e9p{+\u0016\u0000\tv\u0015\u0013\n\u00aeR\u001f\u00ae|+\n\u00aeM55\u0016v2\/*\u0013\u01eeZ^3\u0007y\u0004\u000e`QTv-\u0013w-M\u075cac|aV!s\u001agQD\u000e'-\u00ae>\u00f9ok[\u0000*&UL+\nJ}\b+\n6X\u0635_\u02ec(S\u000f\u053c6S\u000b\b\tv\u001d\u0004\u073e\u076e]uK#\u0003V\u0016vM\u00169(\u0017VkUU(1y\fz\f\u7fbd\u0007\u00aem\u0001`W1+*!:\u0007\u00ae+T\u0003Zca~-\udb8a\udef6%w1\u051b\u001cB*Yk?\bv\u001d\u0005MfWMv[\u001c\nm\u0015f}>K\u0006Z\u00149-\u00ae>\u00f9ok[\u0000*&UL+\nJ}\b+\n6X\u0635_\u02fc=TP-]k]\u0007A(h2e\bv8]VTeK\u0006zUS(oo\u01aeU\u0019eAwdc8=\u0015vm\u000b]\u0004\tv]aW\u000faq>\u0015v]a\u05e6\u001a\u001a\u000bk]p\u0017C\u0017!\u0015XU\/\u0635\u001f\u0004&\u0001*?gu-V\ua6a5y\u00164uM,Seh[NE]}sC]Q\u05f6\u0000ULPW\u0015u\u0010u\u001dC]QW\u0015umA]kyU\u001eJBVu\u000f\tu\u001d\u0004x 7\u052d\u0294z-(*\u055c,b\u0436\fz\f\u7fbd\u0007\u00aem\u0001`W1+*!:\u0007\u00ae+T\u0003Zca~-k\u00004y:\u00195]A(h2*_]V\u01b1v]*+9^\u0015dj3,-\u00ae>\u00f9ok[\u0000*&UL+\nJ}\b+\n6X\u0635_\u02fc}Z^+\u0007y\u0004\u000e`QdvU\u001dAg\u036eE\u000b~97K9^jZ\u0013e7|r21\u001e\n\u0005b]\u0004\u00ae\u05078\u001f\n\u00aekS\rj]\u02eeu1t\u0005\u0004y\u0004\u000e`QdvU<\u0010v[Q\u000457kM0]*Ci\u02e9p{+\u0016\u0000\tv\u0015\u0013\n\u00aeR\u001f\u00ae|+\n\u00aeM55\u0016v2\/*u0TkeW `A\u0010:\n\u032e7`\u05de\u0015_cv-\u051cEQ\u0011rO[N]=s\u0783]a\u05f6\u0000UL`W\u0015v\u0010v\u001d]aW\u0015vm]kyU[fw1TkeW `A\u0010:\n\u02ae\u02ae\rv(gCU0\u058b4]q3\/]}r*3\u001e\n\u0005b]\u0004\u00ae\u05078\u001f\n\u00aekS\rj]\u02aeHvKk3 `A\u0010:\n\u032e\u00ae=u+3\u0005\u001b\u0016ib1sk%U\u001eO[N]}s\u0783]a\u05f6\u0000UL`W\u0015v\u0010v\u001d]aW\u0015vm]kyU\u06d2\u0018M\u000e!\u0015XU,\u0635\u001f\u0004&\u0001*\u0575HR\ubbb1Vq\u0017NS*J\u0017\u0005dc8=\u0015um\u000b@]\u0144\tuE]QW\u000fQq>\u0015uE]Q\u05e6\u001a\u001akW]evBVu\u000f\tu\u001d\u0004\ua5a1\u036eJ\u032e\u00158X\u055c\u0005\u001cYh\/-\u00ae>\u00f9ok[\u0000*&UL+\nJ}\b+\n6X\u0635_\u02fc-\u0018h\u000e\u02ae\nf u\u00144]G\u0011*\u0017\b53l|n\u012e\"NB9#\u012eY.\u010bw\fxdc8=\u0015vm\u000b]\u0004\tv]aW\u000faq>\u0015v]a\u05e6\u001a\u001a\u000bk]\tcW-]k]\u0007A(h2*Oj\u05eeeQ\u0011\u052c\u001aj\fb4.\u0423-'\u00ae^\u00f9ok[\u0000*&UL+\nJ}\b+\n6X\u0635_\u02fc\u001a\u0000j^+NqF\u037e`~\u0010:\n\u032ednQTd 5g$IhaS\u0574&5\u00008i\u0270p{+\u0016\u0000\tv\u0015\u0013\n\u00aeR\u001f\u00ae|+\n\u00aeM55\u0016v2\/o`\u0014SS+fjk\/\bv\u001d\u0005MfW\\A,\u0016\u0575^6\u0017\u06ab\t&k\u01e5\u0007n\u0456SQW\u0737PW\u0535-\u0000u\u0015\u0013*&\u0015uE]>D]PW\u0015uE]jPWk,\u06afe^uU\u0017\u001d\u000b\u0556Vu*b9k?\bu\u001d\u0005MUJ;\rovUYY\"H(qVE\u0016I\u001aGU\u0016'!7dc8=\u0015vm\u000b]\u0004\tv]aW\u000faq>\u0015v]a\u05e6\u001a\u001a\u000bk]\u0015e\ua85afj\u0001A5 u\u00144]w\u000eUy\u001bsfZ2;6v-\u041a7]4+\n\u0436\n\f\u7fbd\u0007\u00aem\u0001`W1+*!:\u0007\u00ae+T\u0003Zca~-\udb8a\udef6%w1\u051b\u001cB*b_k?\bv\u001d\u0005MfW\u000bQCvU?kv-8^\u0004d ,Xf`dUY^h[N]=s\u0783]a\u05f6\u0000UL`W\u0015v\u0010v\u001d]aW\u0015vm]kyUpu\u0017CVv\u000f\tv\u001d\u0004|\"k\u022eJ33\/vMSX\u06354k1mkQQ\u0016I-\fz\f\u7fbd\u0007\u00aem\u0001`W1+*!:\u0007\u00ae+T\u0003Zca~-h\u0007CVv\u000f\tv\u001d\u0004\ucabcurYkE\u001e44Sm\u0012\u0005JV!wdc8=\u0015vm\u000b]\u0004\tv]aW\u000faq>\u0015v]a\u05e6\u001a\u001a\u000bk]\u0003Qke)\u03a8\u0017\u000f]GAU}ux\tkn6U-Z#Mk'kVq\u0019rO[N]}s\u0783]a\u05f6\u0000UL`W\u0015v\u0010v\u001d]aW\u0015vm]kyU{_\u0017CVv\u000f\tv\u001d\u0004\uca94;UQg\u036ey\u07cd\u055cgQ1\u000b\u0015D\f`\u001f\u000e}r21\u001e\n\u0005b]\u0004\u00ae\u05078\u001f\n\u00aekS\rj]\u02ee:\u0018ZNaW\tv\u001d\u0004lzCvU9kn\u0001\u0016vd\u001cAk\u0016Y2G[N]}s\u0783]a\u05f6\u0000UL`W\u0015v\u0010v\u001d]aW\u0015vm]kyUWC]\t`U5u#\u0001^{A(h*F\u000b\u0004\u0019PUi\u0608\\(N\u000bN)\u001agYJG;N\u0004[vi\u0018+\u0016\tc\u0015\u0013\u018abR\u001fb|\u0018+\u018abM5\u00185\u0016c2j4@Vok\b\u00aet u\u00144]Yk\n\u001b>ceMG\u051a\/Dk\u0014j(\u0002\u0423\u001d'B\u001e\u00f8_xk[\u0000*&ULx+\u078aJ}x+\u078a6X_\u07aa}ggZfG\u05c5\u000eQtoU>5\u04fd5_TB{\u001b[\u02e2^^\u001c[$1\n5h\u01c9x0sx+\u0016\to\u0015\u0013\u078aR\u001f|x+\u078aM5x5\u0016o2j+\u1781z\/{b^xk?\bo\u001d\u0005MVa\fom\u0016YffVT\/|\u0013N`KN\\=Fr\u03ee\\1\u05f6\u0000UL0W\u0015s\u0010s\u001d\\1W\u0015sm\\kU{aAvs\u000bs\u001d\u0004a\u001e*,^T{\u0018](\u0012eOB87\u0010th\u0249Pw+\u0016\tu\u0015\u0013\ua2baR\u001f|+\ua2baM55\u0016u2 \u066eQ\/\u0535\u001f@]\u0013V\u001d\u0007F\u0015Y\u0360fYCh\u0269Pw+\u0016\tu\u0015\u0013\ua2baR\u001f|+\ua2baM55\u0016u2oJ\u0019vu\u056a2\u000fB]GAU\u0613(3fE*'\u000b\u0016t-,*\u0015edV!zTc(;\u0015tm\u000b\u0000]\u0004\tt\u0005]AW\u000fAq>\u0015t\u0005]A\u05e6\u001a\u001a{Ht\/s+fa2\u03ebO;}3vo\u0588Ce_Ier4\u001b\u0017_\u023f]o\u060a<\u0000?l>9W77y\u077cr\u0758\u001cwo\u0014Ofu\/;\r\u0349SQ#wT|\u0019d\u001f\ub2bf_^\\[jRI\u0640!-X?\u036fo$i$qQo__m>yAE\u001el6q\u00037iXO\u0002p\u03fa\u0012p?uqOj%\u0006sNjz.:;IvOIOw\u0355{:{\\sJxyR?]\/\u076co\\]8w)Yy\u01b7\u0019\u02d7t\u0011s`$O\u000eL\u001e\u9e9d\u0332gV\/;|N\u0017G7c6\u0019TiZ}}s+n\r3>d\u00ab\u0010\u0684\u000f'\u00145xs@'ag\u001drZ$V]Cm\u000e4dvl86}\u03eefn\u0010t^{b\u00155@`\u000e\u0002uI'U\u000eP\u001eS3**|\u0001s\u02ff~=\u0017\u0016\u02aa\u001e\uae76\u51eb\u0007o[qsY~}ioo\u0018]w\u0797|\u0013@\u02fbsIvr\u001cc)9.<\u0014>,?)5;\u001cgx\f\u001e^cP?\u0673p^Fon\/m|\u001b-2l7?=e=\u0405\ucc5c]Hsl)P\u0004>%\u0393VD?$:)&L\"<\u067dc\u0632&\u03f1M&cr\u02b9\u02b9.{9L\u0007Z;.>\u02aaf\u01aa\u07b9\/i\u06beW\tq\u0017\/b+qKguo'\u001bEy(9\u000e=5wBv\u02aeu\u0003w\u0017Ou\u0007.({zM$?e\u013d'q~k4Oi\u0012+s7y$.l4\u000f\u001cSe3}9\b?\u0317#{,#?20q9f\u0002&\u0311\u0019d~\u00069A\u001f&\u0017a\u03a1\u0311iV~O\u0347:9<3\u0151aVq;A{|_\u076d]O\"W\/\u001ekEeR|}}\u06b0\u01cb^D\"q\uf9fb+~7^}#U8`#U\u001c.\u001e)}>\u000fk\u0003Ot\/^K<\"+\u001e\u014fTO53\u0003~W~\\q}\u001f`\u001fOm;np\u0012\u001c>\fw#\u05df\u050f\n\u0016iR\u001f]OmR;'|\u0013>?4V\u001f2\u5af1sm6Lstf?g#>7\/Y~g.^$>wF<\u05fdl\u0013t\u0005N\u0017\u02df[\u00008o>?>+O\u0017|u\rv<\u0016!\\y\b1g39sY\u07fa{T?>+OW|&wX?ezu|\"WkG9^D\/3 zM)\/\u02d6K\\'sn\u001e^jt,6'r\u05eb'<\u0455\u00190=\u00143n8\u0019\u000f4\u000f\r\u0007\u0407\u05a23\u0017'\u045e6NH\u001c\u000f\r\u0007\u06073}f\u001bSOoVzWjk6R\u001ax{t#Z}\u0005]ov\u0353\u000f\u001f7\u0320\u07ff\f3w\u0006>\u0006?\u07beX0\u0006IX\u07fcb\u0012\u0017\u001c\\Sa*EL\u001fa*=[\u0016J\u0005L%aUs+,\u0000\"z}^\u000f|2[\u0016\u000fT9_\u0016\u044eo>\u0018V;\f[ muU}K>+\u00c0W1ct{s\b\u0001lnzCcA\u0014c\u0010f\u0010!f\u0010gha\u0007Q\u0018v\u0010\u0013\u0006q\u001ev\u00101Zj\/\u02e7n.\u05f7\u000fg\u078e[\u0000f\rW\/Zw\u0017<\u05ccW\u001a~XH\u000bj9\\}vm\u000fo\u05ab\u000b^~^~L|_f\u001df\u0003\u0014+\u0126=}x)7\u000f]~d\u0006?\f6-}3\u7066c}sX\u0087}\u04d8\u001es~ssd(wf?$\u01da8\fvB4t_9uW_.\u036bq7k|q\u07ab5Dj#,\u83ad[\u0002\ni\u0772}mfGp]\rYt^Yr\u01c7\u0015\u000fW!]ns]y_>\\_goaUwVk3?7wl>=\f#zCm*}{2w\f^6\u0517\u02e6A7,?_k;\u000b\u0003W#oyu}\\c)\u07e23\u000e\u0015k;wN8`\u0017\u001c\u0003wd|.l\u0006r\/-p~u[py{?7\u03df\u034etY~oSoF\u0308LN\u0013\u0012\u001e.F2\u073b\u01d5hk\u02eb+o\u06dfOiQn7\u03baanW\ub6a1ysyy\rY#\u05577o?~48f\u000ffC;w^V`oVw+e\u0018>\u6759~)>\u001f\u05abv)Xqw<7\u000f7-_\u07dcf5#;p3\u000fn]\u001f\u001d~\u000e'\u001f[Wsz>=\u001f\/VJy\u0007#X6TP7c\u000b79wwm\u02d7\u001e;A\u045c$\\~\u0017,gM{|m\u001fMQN\u0006qW\u05dbU\u0017\u001d\r|9]x\u0014w>\u0005b6He\u001f7w7\u6fb4\u001f|W\/|_zco\u001e\u0019\u03cb^TeP\\'>\\Z'u\u07dd\u5e9a\u0019\"r|O\u010cg\u0257\u001bpA\u0006\t\\-_';s\u5bff=v\u001cmjv!\u0001\n6&-n7\u001f6\u0007-\u0007_<(o6xA)sy!\u0331NEY9a&G\/_\\\u001fd7\u0013<\u00a4o#x1+\u001f>_^?'r\u00028\u001fl2\u055f??W\u0004\u000b\u0017\/\u038bG9?P(\u0013\u0016mK\u000ery\u740ewG\u001f;o\u059f\u0709dT\u03f8f3pS\u0019f\u3843lv0,>D>Y\uc61b7\u001f?~}\u0017|G9.]\u001e\u77b5\u0002\u00acM\u000eiG?kSv\u012e\u0007$g6\t.Lyw5M@p\r\u0013CCL>U\u460019-`T2^yc\u0014e\u0019psCW\u0002f{YLG\u0001SiB\u001f\u0012\u0304k3]$OA(w=F\u05cd$\fOz[I;I14f_D19-QT'}'#AxxL\u0016.s\u00177Y8E<)b\n-j-qY?To*YD&G:,vG(uVp|\u00e88\u0797{NzL\u05985jS~2?Ga64f\" 1=1hT|UG:(_Ti9\u0017M\u0010Qt5ZLcz,:=\u01e2|uu~u{$\u0005'oj.y\u053fq%\u000b\u027cxQ5mJW\"\u000f2\u001f1oiN\u001f\u0498Ns~V'7w(,'Mj\u066et7>{?czT7;GuY4k[\u00f33l(Zx\u05bd%=mO\uc40aL7RV|-t-\u0007\u056b\\Fy\u0004\u0623xK(p\"n\u03d0u\u001d\u04f2czP:;\u00073tn}|X^8c\u020f\u001ftxzL70f'v\u0003\u05c4\u001c\u06dfk\u07d5]fGyZ\u0005Z\u001c\u00106;{yL?i}v65un*\ubd6adp\u0010{X5?-Vff=uw?(rs\u00c2Gs2\u001f\u0344iLf2\u001f{\\~X\u079aA?\u0614}+n\u068f0WHu\nRhi1TK}\rJMy?n7\u06e2\ufe9fMru\u001b\u001f2+b]^W\u000bB\u000fCu)#If[\u07f2\u07a8^]\ua3ba>v}w3mM\u0007\u001c\u6f7f\u001a\u001aP{~'\u001eg\u001dS=\/%N2|0 \nG$3\u06e0q:\u0aa1%C\u0017\u000bONOo~}S\u06a7On!C\u0013^=b.O_~K\u12d7\u068f\u05ff\u02e0\/]~2\u001b\u0013?puK-\u001d%?f)_Pprpsb9J\u02bb%Rv\u01c7+G_t\foVz~k*\u001d\u07e9?R\u0017*\u001f>W\u0011A\u000fN|D\u07b2\\}?`5}.}\u0370IuyiE\u0012q\\\u0014Y!\u01f9p\u0013D\u0010Y&UL\u001b;\u0002i4oF3^ibsY\t\u0013Oft\u23dd2gM\/\u03a1:\u001brL\".\u0017\u059f7_.pU\u0017_]mr\u0375|Vz\u000fw7\u001f7\u07d8_\u001f6\b\u2639~-F\u001a\u0003\u053aj\u0001\u000e\t5]a}WWi=??q\r*@\/|\t\u0019y~y\u001bs\u027fQ,27*c9\u02d7\u05e2n\u000ew\u037axec\u02cbl\u0006s@\u075a\ud5fc^@_]~r{\\zy.d\/m\u0017l\u0341rCIG\u001ca}]3V-VW\u00064}A\u03e3FR\u0583};\u0013\u0149}uBz\u001aL}I3\u001dL'`G:MG9j'1\u001f89gLr\u00028D<\u01591\u001e8\u05c3ip\u0012;I\\@I\tlpd{\u001e(%JDlj}\u074f[\uecde-d%d\u0016a&n!;-d]\u05d3p!e\u0017c=\u001e\u0004\u0014D\u001dS\u0000s<>GD\u001d\f%{4Y&0\u0007x`:U\u001b!3,^k6U>}W{\u969aU@wMO=BkWg\u0003ps\t1\/\u001e2j\u000fl\u07f5 Q?~\u0017\u0654\u001e6X9WZ}~`&\u0016\u0001\u000f{5O?d~\u0011eeZVI+\u0003v(\u036e\u00ddwG%\\\u001fy\b|{}\u04468Z\u0799\\5{\u001f6\u001bq\u01ffoP\u0011Q^O\u051f\u0019\bkKss\u07762\/^W\u0018}{O;synu=\u0016{,'\/rUY\nxV%VA{\u001a\u0017)z[sM\u001eI^o4W$y\u0019\/2M\u0017mz:5>[Vw\ufca4\u020a\u0013o55wL\u001bt\u2d6bdU\u001aU\u000f~Kb2Mwe\u000f;a\u0018E\u001d-A\u0014QQl\u000bq?gxm:mM\u0017.vx\u0459q\u00f9o\u0001k[\u0000*&UL+\nJ}\b\u0001+\n6\u0000X_\u02fc.;\f:\u0018\u0003k\u0002\\;1(h2*lGJ#\u000f\u0005\u029c\u0019Kn\u000fm\u0240p{+\u0016\u0000\tp\u0015\u0013\n\u0002R\u001f\u0002|+\n\u0002M55\u0016p2\/j\u000fv\u0019Tk\u0005W \u0000N\f:\n\f\u0005J\u030a6\u001dU\u0015u\u001cwVQ=>m9\u0015p\u0019}{\u000fp\u0005\\\u0002\u0000W1\u0001b\u0002\\\u0001WUCu\u000fp\u0005\\\u0001W\u0006p\u0002Z\u0005W.\u000ejy\u001f]\u0013\u0689\u0001\\GAU)o\u0015p\u0005\\\u0001\u05e6\u001a\u001a\u000bk\u0017\\\u000ft\u0018t\u0005\u0004y\u0004vb\u0000QdpU\u000e\n1Y\u0662*\u001cZ%k\u001epW[N\u0004\\s\u0003\\\u0001\u05f6\u0000UL\u0000W\u0015p\u0010p\u001d\u0003\\\u0001W\u0015pm\u0001\\kyUC.jy\u001f]\u0013\u0689\u0001\\GAU\f\u0014\u001fx[)<\u0006(K,D0\u0005\\#OCB\u0556\u0001W\u0737\u0000W-\u0000p\u0015\u0013*&\u0015p\u0005\\>\u0004\\\u0000W\u0015p\u0005\\j\u0000Wk,\u06afe^p{eP-\u0015\\k\u0002\\;1(h**\u0241(?gp[UG\u001a\/2M\u0003\u05ea,8\f}r*3\u001e\n\u0005\u0000b\u0002\\\u0004\u0002\u05078\u001f\n\u0002kS\rj\u0005\\\n\u069eKjj^\u0005\u0004y\u0004vb\u0000Qdpux=w\nV%e\u0011f?C\\,&}r*3\u001e\u22b8\u0005 bB\\\u0144\"\u05078\u001f\u22b8\"kS\rjE\\+\u0001\u0228\u6d4a\u0014e\u000bqmc\u0010QdqU\fu '|ks\"X\\,<\nerO\u0012dVE[\\}r21\u001e\u22b8\u0005 bB\\\u0144\"\u05078\u001f\u22b8\"kS\rjE\\+\u0683]\u0007Z?\u023b&\u0135\u0013&b\u0003qU\u00069k\u0012q\u0014)e\u0011\u05ec,jVBS\u0436\f\u7fbd\"m\u0001\u0010W1!+*!:\u0387\"+TZc\u0011~-\udaea\udef6\u0010:9\u0002*1(h*][\u0005V.\u001c@\u0010\u05ea,.Mz\f\u7fbd\"m\u0001\u0010W1!+*!:\u0387\"+TZc\u0011~-\udaea\udefah8\u0014d\f\b\tq F\r*\u00058`q\u0362\"*^$i\u001aGzX\nm\u02e9p{+\u0016\tq\u0015\u0013\u22b8\"R\u001f\"|+\u22b8\"M55\u0016q2\u6383jy\u001f]\u0013\u0689A\\GAU!\u0101*xEE\u001ei\u001ak\/j{\\\u04f20G\u03a04=r21\u001e\u22b8\u0005 bB\\\u0144\"\u05078\u001f\u22b8\"kS\rjE\\+\u068dM]\u0007Z?\u023b&\u0135\u0013&R.q[\u04b1fI\u0015\u001cY\u000f0Cz\f\u7fbd\"m\u0001\u0010W1!+*!:\u0387\"+TZc\u0011~-d]\u0007Bj\u0001A5!\u0018u\u00144Y\\\u07fa\u001f\"Y\\kp\u0016fYK\u001f\u071a$Ei-\u0000Tg8=\u0015qm\u000b@\\\u0144\tqE\\\u0011W\u000f\u0011q>\u0015qE\\\u0011\u05e6\u001a\u001akW\\\u0017W-U\\kB\\;1(hzk\u000fLYu$fI-J\rjk\u001e\u0017iTO[NF\\=sC\\\u0011\u05f6\u0000UL\u0010W\u0015q\u0010q\u001dC\\\u0011W\u0015qmA\\kyU{\u0010Z^\u0007y\u05c4vb\u0010QTqM=\u0013\u0005,VfE\\|Qh\u035b&yvu'-\">\u00f9o!k[\u0000*&UL+\u22b8J}!+\u22b86 X\u0135_\u02ec S\u053c6R\u000b\b\tq \u001e\u001f\u0135\u000bnf\u0019\u0012,Efq5\u0016R\b1Cz\f\u7fbd\"m\u0001\u0010W1!+*!:\u0387\"+TZc\u0011~-k\u00002y:E\u00195B\\\u0018u\u00144Y\\Ks\u0135\u0007nv'E\\EH\rzfD'\ry.\u07a7-\">\u00f9o!k[\u0000*&UL+\u22b8J}!+\u22b86 X\u0135_\u02fc\u2aacFz\u5d4awMk'\u0006q\u001d\u0005M\u0016WNk\u0017q{\u02ac*4O\u0012W6J\u0016q[\u0005|r21\u001e\u22b8\u0005 bB\\\u0144\"\u05078\u001f\u22b8\"kS\rjE\\+;\u000e:\u0005\u0019\n)#\u0010&\u0548k\u0017J(`\u0013WN\nr4qM\u0017q\u0015'\f\u7fbd\"m\u0001\u0010W1!+*!:\u0387\"+TZc\u0011~-\udaea\udec6\u0014]\u0007Z?\u023b&\u0135\u0013&r@\\V\u0015qE\\\u0011\u05e6\u001a\u001akW\\\u0003Qk\u0015)\u02a8\u0017 ^sk\u0017H\u0013\"\u01620K95\"M^m9\u0015q\u0019}{\u000fqE\\\u0002\u0010W1!bB\\\u0011WUCu\u000fqE\\\u0011W\u0135\u0006q\"Z\u0015We5\u0013W-U\\kB\\;1(h*sk\u0007E\u04b1\";Qkl\n\u0436z\f\u7fbd\"m\u0001\u0010W1!+*!:\u0387\"+TZc\u0011~-\u9383z\/C*B_k\u001b&\u0005|\u0011.Y\u001a\u0015\r5M\b2C\f\u7fbd\"m\u0001\u0010W1!+*!:\u0387\"+TZc\u0011~-\u0006]\u0007\u0001A5!\u0018u\u00144Y\\\u0768=]p*YqU\u0199\u0013\u0175:!\f=r21\u001e\u22b8\u0005 bB\\\u0144\"\u05078\u001f\u22b8\"kS\rjE\\+\u06ab\u000f\u000e\u5d4awMk'\u0006q\u001d\u0005M\u0016W\u0541*xZ\"R\u0331&IV\u000bS52_\u0567-'#\u001e\u00f9o!k[\u0000*&UL+\u22b8J}!+\u22b86 X\u0135_\u02fcFjy\u001f]\u0013\u0689A\\GAU)\u0017q[P_\u000f0\u0016rQT\u0006\u0135\u0016zX\u000em\u02e9p{+\u0016\tq\u0015\u0013\u22b8\"R\u001f\"|+\u22b8\"M55\u0016q2jLu)\u0016\u0010]\u0013\u0689A\\GAUyO\u0000o\u0015[uIg&k\u001aU\u001a\u04d6\u0011W\u0737\u0010W\u0135-\u0000q\u0015\u0013*&\u0015qE\\>D\\\u0010W\u0015qE\\j\u0010Wk,\u06afe^q>uP!Rj\u0015XUy\u0018qmc\u0010QdqU6;q[*\u0016e\u001e\/M\u0013\u05fc\nuNTg8=\u0015qm\u000b@\\\u0144\tqE\\\u0011W\u000f\u0011q>\u0015qE\\\u0011\u05e6\u001a\u001akU\\\u0000SSH- \u023b&\u0135\u0013k<&=]p3+Pq\u0016EC\\*J\ue6e1O[NF\\=sC\\\u0011\u05f6\u0000UL\u0010W\u0015q\u0010q\u001dC\\\u0011W\u0015qmA\\ky5\u0004\u00190\u00022*\udbd7\ude361(h*\u03fb#]pK+}\u0016q\u0017q<[\u0005,0qh\u02e9p{+\u0016\tq\u0015\u0013\u22b8\"R\u001f\"|+\u22b8\"M55\u0016q2iy\u001f]\u0013\u0689A\\GA\u056dBk\u000f\nqdJ\/O\u0012\u05fc^>%!\u04d6\u0011W\u0737\u0010W\u0135-\u0000q\u0015\u0013*&\u0015qE\\>D\\\u0010W\u0015qE\\j\u0010Wk,\u06afe^qU\u0017\u001d^4T`UF\u0005e\u00106\u0006q\u001d\u0005M\u0016W\u0007\u0015qE\\\u0011\u05e6\u001a\u001akW\\E\u0018\u0010\u0014C\f:\n,\n!\"\u001dp3\b-Z,\u02a2f\u0011%s7o>m9\u0019q\u0018}{\u000fqE\\\u0002\u0010W1!bB\\\u0011WUCu\u000fqE\\\u0011W\u0135\u0006q\"Z\u0015W\u01a6iy\u001f]\u0013\u0689A\\GAU!D*\u00012Q&Y\\e\fZ\u0003Ki[`h[NE\\}sC\\\u0011\u05f6\u0000UL\u0010W\u0015q\u0010q\u001dC\\\u0011W\u0015qmA\\kyU[fwOk\u0015W \u0010N\f:\n,Jk\u0007\u072aEk\u0011\u05ea(X{\u0019$q-4Sw`\u001em9\u0019q\u0018}{\u000fqE\\\u0002\u0010W1!bB\\\u0011WUCu\u000fqE\\\u0011W\u0135\u0006q\"Z\u0015W6M! \u0010N\f:\n,\u000eUK?or\u0311@gLeR\u0014)Ze\u0004\u0018\u0696!W\u0737 W\u0235-\u0000r\u0015\u0013*&\u0015r\\>\\ W\u0015r\\j Wk,\u06afe^r\u057e?-\\k\\;1(h2*wm\u000e=\u03da\\kq+qkD~\u000er5K<&Xh[N\\}s\u0783\\!\u05f6\u0000UL W\u0015r\u0010r\u001d\\!W\u0015rm\\kyU{Z^+\u0007y\u0004vb QTr-=\u0013w-U\u079cj!*\u028abgU\u072cB\u0427-'C\u001e\u00f9oAk[\u0000*&UL+\nJ}\bA+\n6@X\u0235_\u02ec(S\u000f\u053c6S\u000b\b\tr@\u0736]]q+gU\"N~F\u06620+\u00104h\u02e9p{+\u0016\u0000\tr\u0015\u0013\nBR\u001fB|+\nBM55\u0016r2\/\u0006(JSQ\/\u0235\\GA\u057d4.\u05ce\u52f8\u070af#ZF+!\u0235\u0323Li\u0000\r=r21\u001e\n\u0005@b\\\u0004B\u05078\u001f\nBkS\rj\\KjGZ^+\u0007y\u0004vb QdrU\b\u0011r[\u0014JFZ,,,g WS\"smg\u0013\u0696!W\u0737 W\u0235-\u0000r\u0015\u0013*&\u0015r\\>\\ W\u0015r\\j Wk,\u06afe^r\u0016]\b^4T`%W\u017e 6\u0006r\u001d\u0005M&W\u0007\u4abcp\u0019k\rnY\\\u0005kdJ{\u0003$q\u2a2cB\u0567-'\"^\u00f9o!k[\u0000*&UL+\u22b8J}!+\u22b86 X\u0135_\u02fc~S1 \u023b&\u0135\u0013&\u001b5\u02755Z\u072aD1g\u000bQT&\u001b`kQ\u001cdW[N\\}s\u0783\\!\u05f6\u0000UL W\u0015r\u0010r\u001d\\!W\u0015rm\\kyUYUk%W N\f:\nL\u0005B]qB{A\\\u02f8J2Mj'YL\u0014\tm\u0250p{+\u0016\u0000\tr\u0015\u0013\nBR\u001fB|+\nBM55\u0016r2\/)u Tk%W N\f:\nLJCrU\u0275rt\\cJR-l\nqHG}r21\u001e\n\u0005@b\\\u0004B\u05078\u001f\nBkS\rj\\K:\u0010:\u0002k\\;1(h2*wmB=qJ\u0016r5'#fq4\u0007\u0016QV-I\u0019\u0696S!W\u0737 W\u0235-\u0000r\u0015\u0013*&\u0015r\\>\\ W\u0015r\\j Wk,\u06afe^rU?9\u0741P-\\k\\;1(h2*OC=q\u0016\/\u0016Hi\u00166\\(2';!dc8=\u0015rm\u000b\\\u0004\tr\\!W\u000f!q>\u0015r\\!\u05e6\u001a\u001a\u000bk\\\u0577u Tk%W N\f:\nJn\rr\bg#9~\u001bYAi^$i2-B>\u00f9oAk[\u0000*&UL+\nJ}\bA+\n6@X\u0235_\u02ec\u4a8ed\u053c6S\u000b\b\tr@\u0018*\u0013\u00100&2[@&kQTv\fm\u0250p{+\u0016\u0000\tr\u0015\u0013\nBR\u001fB|+\nBM55\u0016r2\/\u0006(JSQ\/\u0235\\GAU\u0001*b?kq-SV\u001dk\u001aq^\u0001\u0017a3-'#\u001e\u00f9o!k[\u0000*&UL+\u22b8J}!+\u22b86 X\u0135_\u02fc\u07a6qP-U\\kB\\;1(h*_\u001adq\u0012k[5+$uDrM\u0352\n\"W\n\f\u7fbd\u0007Bm\u0001 W1A+*!:\u0007B+T\u0003Zc!~-\udb0a\udef6\u0010B9\u0002+*\u00051(h2*]=$W&\u031cJ=\u0016rX({\u001aIB^\u04d6!W\u0737 W\u0235-\u0000r\u0015\u0013*&\u0015r\\>\\ W\u0015r\\j Wk,\u06afe^rU\u0481)\u0018\u0010]\u0013\u0689\\GAUWv\u016dUGEE\u001c\u0015N!lQEI=\u001e\u0696!W\u0737 W\u0235-\u0000r\u0015\u0013*&\u0015r\\>\\ W\u0015r\\j Wk,\u06afe^rU\u001f\r@u\u0015+j\u0015XU,\u000f@lvX'nyBY\u001e\u001cr\u04ac* 4h\u02e9p{+\u0016\u0000\tr\u0015\u0013\nBR\u001fB|+\nBM55\u0016r2\/)u t\u0005\u0004y\u0004vb QdrU,gu-\/_U^44q-#s\u00112Rz\f\u7fbd\"m\u0001\u0010W1!+*!:\u0387\"+TZc\u0011~-zRAU`\u0015W\u0005\u00106\u0006q\u001d\u0005M\u0016WeC\\;\u0016\/b\ud56c#q5\u000b\u0000V\u0780;I\\,\u243b4}r21\u001e\u22b8\u0005 bB\\\u0144\"\u05078\u001f\u22b8\"kS\rjE\\*\u0017;\u04a5\u6d51Z@wMk'\u0006q\u001d\u0005M\u0015We>z\"LUiZ53Kx\\4B{Ih[N\\}s\u0783\\!\u05f6\u0000UL W\u0015r\u0010r\u001d\\!W\u0015rm\\ky5@\u0019\u057cVr\u008c}Am\f:\nLCrU?kr\u0362r-\"+g\u02f5HX2-'C\u001e\u00f9oAk[\u0000*&UL+\nJ}\bA+\n6@X\u0235_\u02fc.;\u0010\u5d52wMk'\u0006r\u001d\u0005M&W\u00104YkQ8.\u00aclR)ZB`m9\u0019r\u0018}{\u000fr\\\u0002 W1Ab\\!WUCu\u000fr\\!W\u0235\u0006rBZ%Wu\u0701PEsH\u0005VrUP\u0006rmc QdrUzH\u061f5\u029b\u0015,dY^((FfmQ2-B>\u00f9oAk[\u0000*&UL+\nJ}\bA+\n6@X\u0235_\u02fc!E\u0017B(c@wMk'\u0006r\u001d\u0005M&W\u0010\u0007}=Ykf!\u0012Lye\u0016jZ$r85\u0002\fm\u0250p{+\u0016\u0000\tr\u0015\u0013\nBR\u001fB|+\nBM55\u0016r2\/jw6u!Tk%W N\f:\nLm\u00fb\\O\\*+\u0017KYZ3YZeeH!h\u0456!W\u0737 W\u0235-\u0000r\u0015\u0013*&\u0015r\\>\\ W\u0015r\\j Wk,\u06afe^r\u057e\u0745P-\\k\\;1(h2*\u000erU.\fkqMbstE\\GM\u0012\u05f4*m9\u0019q\u0018}{\u000fqE\\\u0002\u0010W1!bB\\\u0011WUCu\u000fqE\\\u0011W\u0135\u0006q\"Z\u0015WuqP-U\\kB\\;1(h\u0001&;IY\\%YvdiQk7N0WSrb\u0016\u0010\u0001j\u0556\u00131W\u07370W\u0335-\u0000s\u0015\u0013*&\u0015s\\>\\0W\u0015s\\j0Wk,\u06afeVsFjjf+4\u0006D\u05c5vbpQtwU^\u00170\u048egi\u0019\u02b1\u0162\n=57\u000b2H\u000e=r21\u001e\ue2bb\u0005b]\u0144\u2bb8\u05078\u001f\ue2bb\u2bb8kS\rj]\u0001\u03a8g\u0014jT\u000bwmcpQtwUn`\u001dU \u0533vbQ`w5H{\u001b4w-\u0000\u001a\"\u001em9\u0019w\u0018}{\u000fw]\u0002pW1b]qWUCu\u000fw]qW\u0735\u0006wZfvWe9wW-]];1(h*\u000fw5,\u000f~@\u001eEQnW\/,\r\u001eW[N]=s]q\u05f6\u0000ULpW\u0015w\u0010w\u001d]qW\u0015wm]kU[\t,{\u001cT]\u0015]\u0018u\u00144]]{V\u068dcwRC\u0014$w4Am9\u0015w\u0019}{\u000fw]\u0002pW1b]qWUCu\u000fw]qW\u0735\u0006wZfvW|]\u000b\u0004\u0001Qu\u1b9d\u0018u\u00144]\u0772w\u0319Q\u0016iD,\ue694e\u001c\u0001z\f\u7fbdm\u0001pW1\u1bb8+*!:\u0387\u2bb8+TZcq~-3\u0014=\u000b2?\u02bf.\u0735\u0013\u0481iZ\u0015EY(\u035bTh.\u0436z\f\u7fbdm\u0001pW1\u1bb8+*!:\u0387\u2bb8+TZcq~-3\u001djNV]u\u1b9d\u0018u\u00144]\u000f=YkVI\u0777:f\u05e2B\u0662k\u01a9zw}h[N]=s\u0783]a\u05f6\u0000UL`W\u0015v\u0010v\u001d]aW\u0015vm]d\rx\u0019\u0482eYK-\/.\u06dcg?\u000f1=\u0443\\\u01e59ZW\u03cedPi\u036d5\tCj\u0013>d\u0007S5xs@'ag\u001drZ$V]Cm\u000e4dvl86}\u03eefn\u0010t^{b\u00155@`\u000e\u0002uI'U\u000eP\u001eS3**|\u0001s\u02ff~=\u0017\u0016\u02aaW\u001d\uae76\u51eb\u0007o[qsY~}ioo\u0018]w\u0797|\u0013@\u02fbsIvr\u001cL\\\u03a2\tsd\u0006\u0019AzN\u0407\u0005ss)sd\u0015fSa\u000ef\u000e\u0311aV|;A{|_\u076d]O\"W\/\u001ekEeRj~_6\u0017H\nMvHE\u0003\u001e=RQ|\u8ee8{?M\u000f<9xa-8.x\u0017?v\u001aR9?\u0570\u000f_\u0015rQ|}\u001f`\u001fOm;np\u0012\u001c>\fw#\u05df\u050f\n\u0016iR\u001f]OmR;'|\u0013>?4V\u001f2\u04f1sm6Ls(>9sO\u0019\u034fQrw'o3\u0017\u03dd3uf<3\u0004.9]r|0\/\u0000\u000f3\u000f\u00058i]x]?;?yr|\b.yyL\\V\u001e\u054fO\u04d59}?\u001d\u058fm~|\"kG9^D\/K3$},z{Sx\u028b6ej}5\\?29#G|?\u001a=6\u0349\tOte\u0006z\u000fL,n\u0003MC\u0003\u0001&Lh}.?jE;I}gr{\u0374\u0013:GC\u0003\u0001&%LlY|\ub6eb\u055f\u001e}\u0015#\u069a\r?\u0014\u0006\u001e\u001d\u0224V\u0018V;\f[ muU}K>+\u00c0W1ct{s\b\u0001lnzCcA\u0014c\u0010f\u0010!f\u0010gha\u0007Q\u0018v\u0010\u0013\u0006q\u001ev\u00101Zj\/\u02e7n.\u05f7\u000fg\u078e[\u0000f\rW\/Zw\u0017<\u05ccW\u001a~XH\u000bj9\\}vm\u000fo\u05ab\u000b^~^~L|_f\u07af\u000eZKYSn\u001f~\f~\u0019mZag\u0003M4\u000fb1=nTQ~I5Yq\u0019x\u038aKAl\n[w=\u0190Mp~r\u76c9\u0007i_D\u023e5\u0006|o\u07ed\/#0c\\\u02f3zx]?uJ[\u0188\u001b\u0327zpv|\u000fp\u00002a')##lwjj\nt_9uW_.\u036bq7k|q\u07ab5Dj#,\u83ad[\u0002\ni\u0772}mfGp]\rYt^Yr\u01c7\u0015\u000fW!]ns]y_>\\_goaUwVk3?7wl>=\f#zCm*}{2w\f^6\u0517\u02e6A7,?_k;\u000bW#oyu}\\c)\u07e23\u000e\u0015k;wN8`\u0017\u001c\u0003wd|.l\u0006r\/-p~u[py{?7\u03df\u034etY~oSoF\u0308LN\u0013\u0012\u001e.F2\u073b\u01d5hk\u02eb+o\u06dfOiQG~anW\ub6a1ysyy\rY#\u05577o?~48f\u000ffC;w^V`oVw+e\u0018>\u6759~)>\u001f\u05abv)Xqw<7\u000f7-_\u07dcf5#;p3\u000fn]\u001f\u001d~\u000e'\u001f[Wsz>=\u001f\/VJy\u0007#X6TP7c\u000b79wwm\u02d7\u001e;A\u045c$\\~\u0017,gM{|m\u001fMQN\u0006qW\u05dbU\u0017\u001d\r|9]x\u0014w>\u0005b6He\u001f7w7\u6fb4\u001f|W\/|_zco\u001e\u0019\u03cb^TeP\\'>\\Z'u\u07dd\u5e9a\u0019\"r|O\u010cg\u0257\u001bpA\u0006\t\\-_';s\u5bff=v\u001cmjv!\u0001\n6&-n7\u001f6\u00dc\u0007\u0277\u001c|B9\u0007v(3:e\u0017eZ\u001dsM\\_*?\u0124-\t\u001ea\u02b7\u0011\u000bYzi#\u001c|\u000fsGPi\u001e\u048eSq\u01e7x]\u000f(\u000f\ttm\u001b\u0013\\|L[kVeb\u001a'\u0787|\u00021\u0001cyZNQ\u001deN\t(u3>OW\u001b\u0004fn\u0003\u05eb\u000e2\u001f\u0005L\t}H@z2\u0013Z\u0344~w<\u0006\u001b]72v?Y{Da5ZX){V\u0007\u0774\u001fiM\u0005;a_\u0014S\u001epc~g\u5bd7f9\u001a6\u072eoE]u?\u000b'\u00f726>|ejWk%\u00174\n\u001f\\4SG\u0376rmeQ:}\u001du3}>g\f\u06c2(\u000f9{54\u84e1BN<|:\u001c{^Jtda_A\u0014I*\u074a\u0014tt;N\u0007\\5dwb\tI\u03fd\u03f0\u000f~*_>-$}ub\u05abGK^?z)|R\u001d=>v\u0019K\\\u0006~r\u0007.=ni,\u000b\nV\u000e?Z=\u001bnN\f:GIyw\u001f0W\u07eep\u8ad5aJ\u000fVzRT;G*Bs>\u0012v>Iw#e-bkns\\a6@$(B\u0019C\u001ds$oa'L\u00106\b\u001c\u001e\u0006\u001fO4y39J\u0013\u02dc{]oJ`\u0004&xr6\u00e4\u0013I+Gsyj\u71fb\u001bS}oL\/wb\u000f?Xq\\?`\u0016#\u0001^j]\u0000\u0007|.Tyf\u0015 v\u0017^t?\u034c<9(\u0016\u0019\u001b\u07f1|\u001ckQ7\u0007f]<2\u0331Y\/\u001cPc%o?~p+f8~7?n.\u0781K{kF;|J[sdP\\\u001fC\b%\u00074=IFR\u0583K<j0]\u000b\u07ac\\Zb~8_]=w?t|^\ud872\udc39d^72-$\u0295\u0001f;\uf8d22N2{\u0002\u001e^?\u001cY*_da\u001dnuyf#\u0002\u001bS?!z\u025f:_P\"ts\u0006\u0004mF\/^Wy{N\u001f~\u03f9\u001eo:d:\u05fe\u001e=\u0016\u0213d}q]\u0005|BkBv\"buQ+oo3^]\u0727(:}GyW\"\u0015I^\u018bL\u04c53~[d^NM)w1U\u0762J\u0511oMUki+6V\u0016]u%JJvi\/U,\u05b0Ke^xu\u02b3<\u077dFi+&\u001ew\"[\u0019]7|SUWU~])\u0017U?ww\"|7X\u001aQp\u0014ogSv\u000f~\u001e:w\u069erMM\u0017\u0012v\u0419qE=9W\u0017O{\u001e;:\u06e3wz57\r\u0011\u0010.cS\/\u001eH0SQ&CQ\u0014y\r\u000eTNev9r=\u0000\u03fbcG:Vwm\u000f&\u05624;R9]\u06e8uvz{{7_nz\\GQEi\u0017[t~`vR_,_RW4S\u000f8:4Ufy\u000fMV4\u000f\t4\u0005hlxn'DQ\u00161i\u0016>|}6\u0011M=\u001a\u04e3:vvs\u001ah\u001as\bT\u0000h*$TL)h\nJ}\b\u000eZ\u0002\u0012@S\u0434\u0005MASKP4\u0556]^\u0002T`ESc@n\u0010h:\n\u0286\u0007vy\u0011+G@\u000bZe\u00064\u001b\u04e7HRu>\t4\r9}\u0004AST*\u00004\u0015\u0012h*&\u00144\u0005M>\u0004M\u0007-\u0001MA^\t)h\u0182%{(\ru(SkES @^\u0010h:\n\u0286\u0007,>W\u07ae5B,\"&Gczg$4\u0011\u0004MAS\u0000TH@S\u00144\u00104\u001d\u00044\u0005M{%i\u001b\u000bhmf]Tv!v4*&\u0434\u0017\u0004&\u0002rBi\u0015U+3{\u0012_n\u0016tJ#\bR\u0001@S1)h*!h:h\th\nJ\u0000MA6\u00164\u0005M-CTs.eN1 @^\u0010h:\nJ\u0018Fq=i?D\u0015fAa\u0012h\u001as\bT\u0000h*$TL)h\nJ}\b\u000eZ\u0002\u0012@S\u0434\u0005MASKP4U\u001bP\u05caA5 t\u00144\u0019M\r\u000f4}\u0433,\r})h*\u0015\u0000\n\t4\u0015\u0013h\nR\u001fi\u0004\u00144mcAS\u0512=\u0014M\u0003PkE)N\u0004 t\u00144\u0019M\r\u000f4Y\u01d5\u046c1V\u0562r\u001f7\u0798>y|\u0003ih#\bR\u0001@S1)h*!h:h\th\nJ\u0000MA6\u00164\u0005M-CT}\u0632CZ^+\u0007y\u0004@Qd4U6<\u0434*4\"6F2)j=\u001a\u04e3??_\u0001A\u000f?_:\r;}\u0014ST*\u0000:\u0015\u0012t*&\u0014:N>N\u0007-N^\t)tB\u0429%{(V\u0001t\u04a9wMi\/\b:\u001d\u0005MSe\u00c3N\u000f8ZIFy\u00163|\u001c\u02a79\u00033\u0001Y\u02171\u0006>)t*\u0015\u0000\n\t:\u0015\u0013t\nBR\u001fB@i\u0004\u0014:mcS\u0512=Nw\u05b5`_@\u00056\u001aSjN{A(h*j\/N\u000f*J\u001f\u060f:]\u001e\u0019\tx`Ry\"t\nJ\u0005@BN\u0004B\u0429\u0507%)t+\u0001:NX\u0014:d\u000fS\u03ab\u000ehz\/C*\u04a9r?\u001bt\rNGAT\u0001(*\u000b~`?u\ft\u045c\u0001\u0007>)t*\u0015\u0000\n\t:\u0015\u0013t\nBR\u001fB@i\u0004\u0014:mcS\u0512=N%p\u00074V:\u000f\t:\u0005AtlxQ*6+N\u0013s.R+\u0469Gsg\u0002\n}w\u0012t\u001aw(B\u0429T\u0000t*$TL)t\nJ}\b\u000eZ\u0002B\u0012S\u8d0dNSKP:6.hjyt\u001f]\u0013t\u000bNGATT\u0011\u000b\u001a\u0016:-JyD:\u055b3\u0fe2\u0014:w(B\u0429T\u0000t*$TL)t\nJ}\b\u000eZ\u0002B\u0012S\u8d0dNSKP:U\u001fZ\ud026JA5A t\u00144N\r\u000f:4\u000f\u0002t&Y\u0019@\u001e\t(8\u0015:\r;}\u0014ST*\u0000:\u0015\u0012t*&\u0014:N>N\u0007-N^\t)tB\u0429%{(j\u0005)2\u0016\u0010]\u0013t\u000bNGAT)\u0017:bQE:M,\u0014Fzs\u0006g\u0002ru:QNS\u0000TH\u0429S\u0014:\u0010:\u001d\u0004:N{%@i\u001b\u000bBtZ\u0006\u0429JA5A t\u00144N\r\u000f:,\n,19>\u0013\u045c>\u0001;\t:\r;}\u0014ST*\u0000:\u0015\u0012t*&\u0014:N>N\u0007-N^\t)tB\u0429%{(jk.hjyt\u001f]\u0013t\u000bNGAT{>+\u03027\u0322Xit7g&i}\"t\nJ\u0005@BN\u0004B\u0429\u0507%)t+\u0001:NX\u0014:d\u000fSS)-Xym2\u0016\u0010]\u0013t\u000bNGAST|l:\u0353t(\u0004\u0014\u001d'A}\"t\nJ\u0005@BN\u0004B\u0429\u0507%)t+\u0001:NX\u0014:d\u000f\u0000-TZt\u0016j\u001fNA(h2*\u001b\u001etz7i]y\u0014\u001c\u000f{4g& SG\u03d8NN\u001fE\u0014:\nN\u0004\t:NS\u000fAKSW\u0002t\n)tj\u001eJC\u001dZ?\u023b&\u0017\u0004&\u04e9A_R,j&1\u000b\u0016qD\u028fD\u001e_\u001dNNN\u001fE\u0014:\nN\u0004\t:NS\u000fAKSW\u0002t\n)tj\u001eJ\u06b2\u000bK\nt\ft\rNGAT{>Kr\u0011~U%it7g& i}\"t\nJ\u0005@BN\u0004B\u0429\u0507%)t+\u0001:NX\u0014:d\u000fS\u000ehjyt\u001f]\u0013t\u000bNGAT{>3\u000ba\u0010h\u001c\u068aYTo\u0380\u052c)}1)t*\u0015\u0000\n\t:\u0015\u0013t\nBR\u001fB@i\u0004\u0014:mcS\u0512=N\u036c\u000bZ^+\u0007y\u0004Qd:U6<\u03d24U>nz\r1g<3?\u0013P@N\u001fE\u0014:\nN\u0004\t:NS\u000fAKSW\u0002t\n)tj\u001eJnGZ^+\u0007y\u0004Qd:U6<8\u000biYvc4:\u055b3?\u0013N'>)t*\u0015\u0000\n\t:\u0015\u0013t\nBR\u001fB@i\u0004\u0014:mcS\u0512=N5\u0014\u0019\u000b\b\t:\u0005At\u000b~IiN9N\u05239}\u0003x\u013eG\u0011:N\u0002S!AbNSTCt\u0012\u0014:\u0000Bm,t\nZ\u04a9\u0007\u001dZ?\u023b&\u0017\u0004&\u04e9A|f|Y8D:\u055b32\u0016\u9d3eG\u0011:N\u0002S!AbNSTCt\u0012\u0014:\u0000Bm,t\nZ\u04a9f\ue0a6JA5A t\u00144N\r\u000f:\u0759\"2]f\u0019\u001eiN4]N\u001fE\u0014:\nN\u0004\t:NS\u000fAKSW\u0002t\n)tj\u001eHy\u0000ym2\u0016\u0010]\u0013t\u000bNGAST{>+j,tZSxuTo\u0380\u032a%R|\u001at\u001aw(B\u0429T\u0000t*$TL)t\nJ}\b\u000eZ\u0002B\u0012S\u8d0dNSKP:\rBm`)Z\u0004Qd:UnNw&\u0011-\u02bc\bLT\u001cq2]\u001e\t(b>\u00135QNS\u0000TH\u0429S\u0014:\u0010:\u001d\u0004:N{%@i\u001b\u000bBt-k\u0004\u000eJ\n@ t\u00144N\r\u000f:26mtZIt7g& \u000e'B}\"t\nJ\u0005@BN\u0004B\u0429\u0507%)t+\u0001:NX\u0014:d\u000fS\u000ehjyt\u001f]\u0013t\u000bNGAT\u04ddI\u0019E0i\u0016s\u0429Gsg\u0002\b:w(B\u0429T\u0000t*$TL)t\nJ}\b\u000eZ\u0002B\u0012S\u8d0dNSKP:U\u0003Z^+\u0007y\u0004Qd:U6)t*\u0015\u0000\n\t:\u0015\u0013t\nBR\u001fB@i\u0004\u0014:mcS\u0512=N}t@SkS \uf6a0^\u0010t:\nL\u0286\u0007L,\fs\u0429Gsg\u0002T\\ONN\u001fE\u0014:\nN\u0004\t:NS\u000fAKSW\u0002t\n)tj\u001eJ*\u001ft@s\u0005\u0004y\u0004Qd:U\u0285N,B#N$S\f\u0004Tu:QNS\u0000TH\u0429S\u0014:\u0010:\u001d\u0004:N{%@i\u001b\u000bBtn\u0005M-NkN{A(h2*\u001b\u001et3tQuh(qs\u05239}\u0003u>_:\r;}\u0014ST*\u0000:\u0015\u0012t*&\u0014:N>N\u0007-N^\t)tB\u0429%{(K\u000ehjyt\u001f]\u0013t\u000bNGAT{>\t:M8+\u07506N\f\/x\u053eG\u0011:N\u0002S!AbNSTCt\u0012\u0014:\u0000Bm,t\nZ\u0007i\u0011@cj^\u0005\u0004y\u0004QT:6N\u0007-N^\t)tB\u0429%{(\u0006hJSP\tN{A(h2*\u001b\u001etzgfY\u0010ltZ,J9N\f\/+:ONN\u001fE\u0014:\nN\u0004\t:NS\u000fAKSW\u0002t\n)tj\u001eJ\u069a\u000bZ^+\u0007y\u0004Qd:U6\u0013\u045c>$i}\"t\nJ\u0005@BN\u0004B\u0429\u0507%)t+\u0001:NX\u0014:d\u000fS\u000f:\u0004\u000eJ\u0010n\u0010t:\nL\u0286\u0007Y\u0016RN*@Wu\u0012\u0019_\u0016W\u000b)\u0013G\u0011:N\u0002S!AbNSTCt\u0012\u0014:\u0000Bm,t\nZ\u04a96]Z?\u023b&\u0017\u0004&\u04e9A;(\u0016q\u0006i\u0011eQQ@\u001e_\u001dPAN\u001fE\u0014:\nN\u0004\t:NS\u000fAKSW\u0002t\n)tj\u001eJ\ua0d7\u001dZ?\u023b&\u0017\u0004&\u04e9A|\u001f=z?<\u07d0:N\f\u0004de\u04e0G\u0011:N\u0002S!AbNSTCt\u0012\u0014:\u0000Bm,t\nZ\u04a9zU\u00074V:\u000f\t:\u0005Atlx=Q\b\u0292t\u0016:\u055b3?\u0013q\u9d3eG\u0011:N\u0002S!AbNSTCt\u0012\u0014:\u0000Bm,t\nZ\u04a9f\u0014\u0019\u000b\b\t:\u0005At\u000bLL,S^\f;2\u0016q)t\u045c>|\u0011\u03d7NN\u001fE\u0014:\nN\u0004\t:NS\u000fAKSW\u0002t\n)tj\u001eJ;:\u04a9wMi\/\b:\u001d\u0005MSe\u00c3N)t*\u0015\u0000\n\t:\u0015\u0013t\nBR\u001fB@i\u0004\u0014:mcS\u0512=N5\u0014\u0019\u000b\b\t:\u0005At\u000bYQ\u0014wf\r\u0019(\f(J:w(B\u0429T\u0000t*$TL)t\nJ}\b\u000eZ\u0002B\u0012S\u8d0dNSKP:U\u0001M-NkN{A(h2*\u001b\u001et;Ht\u0006c:Mz5\u0003z4I\\,ciix\bBR\u0001\u0429S1A)t*!t:h\tt\nJN6\u0016:N-CT>H\u00174V:\u000f\t:\u0005Atlx=\u0015y|FY*:=N\f\u0004T!4QNS\u0000TH\u0429S\u0014:\u0010:\u001d\u0004:N{%@i\u001b\u000bBtZ\u0005\u0418&c\u0001A5A t\u00144N\r\u000f:\u075dSY>(<4lN=:\bK}\"t\nJ\u0005@BN\u0004B\u0429\u0507%)t+\u0001:NX\u0014:d\u000f\u0000-TZt\u0016*Ai\/\b:\u001d\u0005MSe\u00c3NR\u001a\u000b6g<3\"\":w(B\u0429T\u0000t*$TL)t\nJ}\b\u000eZ\u0002B\u0012S\u8d0dNSKP:U?\u0001M-NkN{A(h2*\u001b\u001et;X(<,)\u0013it\u045c>\u0001Y\u0227\/>)t*\u0015\u0000\n\t:\u0015\u0013t\nBR\u001fB@i\u0004\u0014:mcS\u0512=Nem\u00174!\u0015XTv7t\rNGAT{>3*3QYYT\nXNS9\u0003+bDM;}\u0014ST*\u0000:\u0015\u0012t*&\u0014:N>N\u0007-N^\t)tB\u0429%{(|\u0001M-NkN{A(h2*\u001b\u001etzN(L\n\u072c\u000e\u0014F\u001e\t(c\u001e\u061fw(B\u0429T\u0000t*$TL)t\nJ}\b\u000eZ\u0002B\u0012S\u8d0dNSKP:6.hjyt\u001f]\u0013t\u000bNGATs,\u0019[t-tWe1\u000b\u0019_W\u04e0G\u0011:N\u0002S!AbNSTCt\u0012\u0014:\u0000Bm,t\nZ\u04a9zU\u00074V:\u000f\t:\u0005Atlx\u009c\/CNJcw\u0469Gsg\u0002\u0007>)t*\u0015\u0000\n\t:\u0015\u0013t\nBR\u001fB@i\u0004\u0014:mcS\u0512=N5\u0014\u0019\u000b\b\t:\u0005At\u000bY%w\u0016fRBzs\u0006e)wN;}\u0014ST*\u0000:\u0015\u0012t*&\u0014:N>N\u0007-N^\t)tB\u0429%{(K\u000ehjyt\u001f]\u0013t\u000bNGAT9E(]ed\u000ens|&\u02a39}\u0003ru:QNS\u0000TH\u0429S\u0014:\u0010:\u001d\u0004:N{%@i\u001b\u000bBtZ\u0005\u0429JA5A t\u00144N\r\u000f:,CN2x\u05e9Gs\u0006eI\u001a\u03d8NN\u001fE\u0014:\nN\u0004\t:NS\u000fAKSW\u0002t\n)tj\u001eHXmLl\u0080(^\u0010|:\n\u02a7\ua587N,a*\u04f4*#}TmJ_2MM\u001f=\u00143\nL\t3L1S\u000f1AK0S\u0334W\u0002f)fj\u001el!Ff$%T0^\u0010f:\nn\u02966Q\"sGfZ&VN2S)=3t>[3\r7}0ST*\u00003\u0015\u0012f*&\u00143L>L\u0007-L1^\t)fb%{_G:nQua t\u00144L-\u000f3?II FI)ORSO\"\u045fs\b\"\u0229T\u0000r*$TL)rJ}\u000eZ\"\u0012S\u4d0dENSK`9\u05b5=F.K\u703a^\u0010r:\n.\u02a79Pn\u001aD^$9\u001b\u0017q:\u0011DNS\u0000TH\u0229S\u00149\u00109\u001d\u00049EN{% i\u001b\"rmg=\u001e\u04b4\u02e9V]Nyn\u0010r:\n.\u00159\u054f<\r4\u03a2\u0788:AN=\u001a??\u046f\u001a\u0006>)r*\u0015\n\t9\u0015\u0013r\"R\u001f\" i\u0004\u00149mcS\u0512=XN5pW3'Ia@]i\/\b9\u001d\u0005MS`t\u0007\u001397\u000f4\"S\/tBy rJ\u0005 BBN\u0144\"\u0229\u0507%)r+\u00019ENX\u00149d\u000fSu\rL-]NBN{A(h*[\u001er;H\u0485rikb9IN=\u001a$\u0012 v\u0012r\u001as\b\"\u0229T\u0000r*$TL)rJ}\u000eZ\"\u0012S\u4d0dEN@:\u03edl?>\tZyX}%Jl;_^es#ow\u0017\u07bf$\u0000\u000e._xuv[r\f\u035eQ=uwW67\\~2[}\u0016\u0017\u0574Re@n\u02af+~yqYo\u00017jz\u07b8Kg\u0003^`_V7\u001cP8B^|\r\u07c3\u001c=l&\u0015\u0007n\u04b0\"&\u0005lu%u7X_\u01e89\\&uy|:I\ud7b0\u06d3\u001c[6+t\\3V\u0017IxyR?]\/\u076co\\]8\u0255_n||J\u001b1\u0007&\u000eL\ud9d0\udece\u0014'{`\u04a7vF3':Y=099|vL&*M\u02df\u05ffon\u016d\u0187Lxu\u001fm\u02372mE=\u0014v\\\u0014x)|X}\u001aSkv.9+j{XQ'x(+A\u00152{\u001feAoE\u0014iTrwWw=e4=\u0425]ql)P\u0004>J$\u0393VD?$:\u000e&L\"<\u067d\u0632&\u03f1M&\u1df1\u03c3\u03a5\u0016\u07afon\/oL&\ub1fb_l?n\u06a7\b\u001dVFYw\u0017et.\u0018\u001f\u0019\u06b2\u06f6oe_}}b\u0018tK}|\u001c\u0003\u001d\u0017\u001ecU\u001e\u0016\u01aa\u07b9\/i\u06bes\tq\u0017\/_\u0003jsP\u0017\u03c74\u0019q$)\u05dd\u0107:$>,?IL$z\u0651c:\u0012?C\t$>\rOi\u0012\u0017 0_\u0014\u001fW&,\t<0GF[)\u0496\u0004}?__092GY)j>5\u001ff\/`h\u001c\u0019feY\u0013Tu$r1Et\u0000C7\u01b3\u0015{wvv\u00076x\u01b9Ko2\u0007=KoC\u07e0t^z\u0774amz{oIqQd#\u04d0u}~o\u000ej\u0003LCM}\u000f\u04c2c8nh\u0011\u0017!L\/}j9ao?i|~7cIU\u054bByO?t\u009e\u001f[g}:yO\u05dfkSI*\u0011\u070a0\u000b@H^\u0003\"\u001f\u05b1}'\u0015,2\u001fzF:\u0527\u0019Jas\u0003\\5a\u0015\u0004\u07d7f\u0015}AW>\u0001qy}\bcD\u0018pwsc\u0019\u0003z}BwH\u0018(V \u001e JS!C \u000e0F &\f\fM= \nc_f-'O\\o+s\u072df6kz\u047a`f4gMw7h`ZP{KcG\u07077\u0005|Zt\u0013\u000f_\\\u0357ah4|1;ko\u001fj7\u029d\u064f24+~sV,_z\rrgSpw6ttU.\\\u000fRN?7~q4+UG$?33m\/n}}\u001dizx]>uJ[\u0188\u001b\u0327zpu|\u000fpV\u00002a'\u00151&vd'V:\u05eayN\t\u0557u~cZw7_wj;\u03f5i#\u000b_+;\u0002ojl-vuo?\\~lvz~B\/r\\a}wwyxj}~x;M\u67d7la}\u07b4\u00ea\u05ff>?7wl>=\f#zCm*}{2w\f^6\u0517\u02e6A7,{'\/Yll^}4Lo\\Zv\u0005HMk~F_lu\u06fbN\f\u0087!:k\u02d7JVnXk[_Q:}\u001d_g\u001f.of\t\u069em\u000bnl?.\u07fe\u000b$biO\\y\u001a\u0019K8JH\t:;\n8;;?ZnT\u0567[\u075fAGW\u0007;ah\rqnffqevbjfhvV?>]\u001fOs^F!3\u0691dnjGyg65sD`us.\u001dw\u0007\u057fz`>\\??}sw~\u001f\u057bX3oc\u0017A\u01b7\u0003^=a;\u001cAq\u001e\u0724\u000f\u0013upsb9J\u02bb%H\u000fo*3|6\u0002\u0003vY_,?ruana1Z\u072d[vh'G\/s:\u63db\u02fb]s7_>q\u0010\u000eD\u000f\u05eb\u000b*G\u0002G\u0004<\u0011yZ6o\u0014ymn3\u0370Iuy_W2\u07a8sct\u0005y\b<:\u0004^F0m\u0010u\u000bl\u0003\u0006K\u0006W\u000b_c_\u00074F\u0002N<9a\u0489?v\u02a4\u07eeb\u0003L\/\u026f9\"\u19b9g1\u001c\u022c\u0005\u0357,m9\ua176\u0017zyq\u073dqs-\u0015^\ubff9|\u074d>7&;1\u001fB8f\u001fk}\u0000\/vu\u0003tB\u0002D}\u06fc<\u0015=\u001e<\n\u0010;eoo-\u0016W;(LbQ\u001d\u02d7q^\u0016\/y\u037axec\u02cbl\u0006s@\u075a\ud5fc^@_]59\u0365?s9|ioy}hG\u079a\/\\kk\u000e>\u0017\u001eJ\u0012>\u0017?E\u000f_\u0011\u001f@'\u0005\u001bL|\bWCSc44\u0002\bCC?C~%\f\u001bn\/{2\bgg\u04ee$qS\/&\fcC'+\u0002\\W\u0015\u0006]X\u0003\u0016\u001c\u0005'\u0002A~\u057a>}:kq7amr\u0019Nf\/\u0017k=\/9=Y\u0017Vg~u\u0002Y53,ggWZ\u03a6^l9;R]r9\\|=1rW1\u0000\u001f\u0743|e|&I\u0019\f\/WG\u05b0\u001d|YfG\u001d\u0159\u0019+4g\u0013]9um{\u0394\u0017\u0017lL{\\9kC\r3C)\u028f s,n\u000f^0SmQgT@J2[iY\u00149\u001eq\u065dsmJC}MwpJ)'y6\u000fH8;%\u000bx>\u0014SCN4uOW<-gjw*\u07c5?\u0304\u001f?~\t+?x\u001c'6\u001b=\u04ff?\t:DuV;yzxY*?K\bT~9Ry\u0012.[]l|SQ&\f07\u001cdz,?<\u0005\u37de9|>_zM\u0411\u046c>{X\u00147\u00174Y}j\u001egB\u0115\u0518\u37f8lc\u0010+\u07ce{68K<\u0007{nxow_}\u03ed~1Y\u000ew}j\u07b3\/\u0016EDQ\\\u001f.\u001dOi\u001f>*I\u000b{\t{{plM\u02a8nuyf#\u0002\u001bSp}1\u00136\u001b\u0010\u001dz\u0015^\u076e9}\u0004=DM\u0007-AMQ^\t)j\u01a2%{j\u06aeez\/C*;\b5\u0005jlx^<`52u9IM=\u001a\u04f74+\"tJ#R\u0001PS1)j*!j:h\tjJ@MQ6\u00165EM-CT\u001b\u01eeejyj\u001f]\u0013j\u000bBMGATPx\u0019ErcHM(4zcWFjP\u0018A\u00145\n@M\t5EMQS\u000fQAKPS\u0534W\u0002j)jj\u001e-W\u001dZ?\u023b&\u0534\u0017&\u1866\u0013W\"^zQ^S\u03f8tJ#R\u0001PS1)j*!j:h\tjJ@MQ6\u00165EM-CT[2w-SkUS P^\u0010j:\n\u0286cNQ2PMssp+\u0014zcg\u0007U\u0018A\u00145\n@M\t5EMQS\u000fQAKPS\u0534W\u0002j)jj\u001e*\u001et,s\n\u0005\u0004y\u05c4PQd5UEM\u001f\u000e\u0002f?6:R\u052c5j\u001e\u0019_o<\t5\r9}\u0004QST*\u00005\u0015\u0012j*&\u00145EM>DM\u0007-AMQ^\t)j\u01a2%{Kej\u0001VUMO\u01a0 t\u00144YM\u0015CM\u000f\u0002Y\u0016)\u001fSi\/\u0012iToL,\r$4\u0011DMQS\u0000THPS\u00145\u00105\u001d\u00045EM{%i\u001bj\u0004\u05c6b\u0001A5 t\u00144UM\r\u000f5E\u0015fQi\u0000:T\"t'=\u001a\u04f3??KCil4\u0011DMQS\u0000THPS\u00145\u00105\u001d\u00045EM{%i\u001bj\u001a\u0000j^NB%\b5\u0005jlx=eI\u0010,jZfevij7oYDBM'>)j*\u0015\n\t5\u0015\u0013jR\u001fi\u0004\u00145mcQS\u0512=TM%s2V5\u000f\t5\u0005jlx=U9\u000fT2NH{\u06df\u026f\u001e_OCM\u0003{c\u0004QST*\u00005\u0015\u0012j*&\u00145EM>DM\u0007-AMQ^\t)j\u01a2%{7\u000eu,{\t\u001cRUM\u001bPn\u0010j:\n\u0286YR+JGjj\u0016\u000e\u0019hLL'>)j*\u0015\n\t5\u0015\u0013jR\u001fi\u0004\u00145mcQS\u0512=TMO{t,SkUS P^\u0010j:\n\u0286YYP5b\u0014Q>6IM\u000fzi`y jJ\u0005BBM\u0144\u0507%)j+\u00015EMX\u00145d\u000fUS\u01a1ejyj\u001f]\u0013j\u000bBMGATP{>Krs\nU\"\u04b4rz4oY\u0745\u07f3UG\u00105EM\u0002PS!bBMQSTCt\u0012\u00145\ud540m,jZRejyj\u001f]\u0013j\u000bBMGATP{>+xQ\u0006iDy4~\u001a\u025fi\u001bii`\f!nJ\u0005BM\u0144\u29b8\u0507%)n+\u00017MX\u00147d\u000fuSU\u000f:9\u0002kM{A(h*\u000f?%I2?\u0018N$fS\f\/IL[I}\"vJ\u0005`BN\u0144b\u0629\u0507%)v+\u0001;NX\u0014;d\u000fS~hjyv\u001f]\u0013v\u000bNGAT\u04c7I\u0721;h\u0011\f\u07c5iL@\u001e}gl}1)v*\u0015\n\t;\u0015\u0013vbR\u001fb`i\u0004\u0014;mcS\u0512=N\u0557uDSkS \uf6b0^\u0010v:\nl\u0286> DE^\u0004?\u001feYE`\u001e\u0019_d,N\u0007-N^\t)vb\u0629%{\u0006pjSP\tN{A(h*\u001b\u001ev0\u0002$w\u001a^wz4u@N>)v*\u0015\n\t;\u0015\u0013vbR\u001fb`i\u0004\u0014;mcS\u0512=N5sW4V;\u000f\t;\u0005avlxigB9\u000647g\ub6b8NS9C#\u04f0G\u0011;N\u0002S!abNSTCt\u0012\u0014;\ud540bm,vZ\u06a9eG4!\u0015XTy\u0017;\u0006avlxiTbeEs|+\u02a39#\u02c3\u00154QNS\u0000TH\u0629S\u0014;\u0010;\u001d\u0004;N{%`i\u001bbvcW4V;\u000f\t;\u0005avlx\bp>i\u0012'q6N=3?\u0013P3\u043e\u0018E\u0014;\nN\t;NS\u000fAKSW\u0002v)vj\u001ej*\u001ftDSkS \uf6b0^\u0010v:\nl\u0286>\u001c\";5AI6N=3^\u0017aN\u001fE\u0014;\nN\t;NS\u000fAKSW\u0002v)vj\u001ejF]Z?\u023b&\u0017&\u06e9a\u000f2O`;Mc2N\fS%a}1)v*\u0015\n\t;\u0015\u0013vbR\u001fb`i\u0004\u0014;mcS\u0512=N5\u0014\u001a\u000b\b\t;\u0005av>Ye\u0567\u0016fI6N=3?\u0013P$4QNS\u0000TH\u0629S\u0014;\u0010;\u001d\u0004;N{%`i\u001bbvZ\u0006\u0629jA5a t\u00144N\r\u000f;}3s\u001ai\u0016\/J\u0019iv7gYb\u0017NNCc\u0014ST*\u0000;\u0015\u0012v*&\u0014;N>N\u0007-N^\t)vb\u0629%{^vDSkS \uf6b0^\u0010v:\nl\u0286>9W)lvZ\u07f183\u001e\u0019_1\u07caw(b\u0629T\u0000v*$TL)vJ}\u000eZb\u0012S\ucd0dNSK@;\u0002lLk \uf6b0^\u0010v:\nj\u0686>Y}R7<^\u001cz4geG!4Ui^\u001cz4gI%|+jZ\u98c8bR\u0001\u0629S1a)v*!v:h\tvJN6\u0016;N-CTFHW4V;\u000f\t;\u0005avlx\u00c14g\u000bj\u0015fzs\u0006Wq3c\u0014ST*\u0000;\u0015\u0012v*&\u0014;N>N\u0007-N^\t)vb\u0629%{^uD{\t\u001cRNAi\/\b;\u001d\u0005MSeN\u001f,\nM-v\u0015\u001c{4gqT.Bix\u98c8bR\u0001\u0629S1a)v*!v:h\tvJN6\u0016;N-CT\u001b\u01eehjyv\u001f]\u0013v\u000bNGAT\u0007?*\u0010\t*qMS9\u0003\u0082N;}\u0014ST*\u0000;\u0015\u0012v*&\u0014;N>N\u0007-N^\t)vb\u0629%{vDSkS \uf6b0^\u0010v:\nl\u0286,q`;-R>N=: N>)v*\u0015\n\t;\u0015\u0013vbR\u001fb`i\u0004\u0014;mcS\u0512=NuESkS \uf6b0^\u0010v:\nl\u0286>YZ,t-vjV\u05239\u0003Kh>)v*\u0015\n\t;\u0015\u0013vbR\u001fb`i\u0004\u0014;mcS\u0512=NuDs\n\u0005\u0004y\u05c4Qd;UN\u001f2oEUITS\f\u02aboEM;QNS\u0000TH\u0629S\u0014;\u0010;\u001d\u0004;N{%`i\u001bbvZ\u0006\u0629jA5a t\u00144N\r\u000f;}3\u001c(;(S\f\/\u034bN>)v*\u0015\n\t;\u0015\u0013vbR\u001fb`i\u0004\u0014;mcS\u0512=NuDSkS \uf6b0^\u0010v:\nl\u0286>9\u001b\u0727\bc;\u0017IT)_hhzs\u0006g\u0002;v\u001aw>bR\u0001\u0629S1a)v*!v:h\tvJN6\u0016;N-\u00034\u000f15\u0002kN{A(hj\u001b\u001evgiV\u000btqMS\f\u0004TN\u0007-N^\t)vb\u0629%{jjvESkS \uf6b0^\u0010v:\nl\u0286>Y\u001c\u0017FYi>=N=3?\u0013}\u0013N\u001fE\u0014;\nN\t;NS\u000fAKSW\u0002v)vj\u001ejR:\u0004\u000ej \u0017&\u06e9a[\u0016;-T$;\u055b3r\u0017NNN\u001fE\u0014;\nN\t;NS\u000fAKSW\u0002v)vj\u001ej\u0012#Z^\u0007y\u05c4Qd;U6<\u03ear\u0011kw4N\u0016I<\u0019\t(\u050d44'\u0629Gs\u0006\u0017\u0004\u07caw(b\u0629T\u0000v*$TL)vJ}\u000eZb\u0012S\ucd0dNSKP;U_[\u0011M-NkN{A(h*\u001b\u001evgf5Pio.\u001di,v7gY\u01ea\u0017NNCc\u0014ST*\u0000;\u0015\u0012v*&\u0014;N>N\u0007-N^\t)vb\u0629%{Khjyv\u001f]\u0013v\u000bNGAT\u0007?<\\:l\u0693S\u05239\u00033\u0001yN;}\u0014ST*\u0000;\u0015\u0012v*&\u0014;N>N\u0007-N^\t)vb\u0629%{vDSkS \uf6b0^\u0010v:\nl\u0286>9O\ufd0c\u001cv7gyRq\u013eG\u0011;N\u0002S!abNSTCt\u0012\u0014;\ud540bm,vZ\u06a9]]\u045cBc\u0001A5a t\u00144Nr\u0007?1*NK\u04fe=\t&\u06a9\u079cUY~ D4)v*\u0015\n\t;\u0015\u0013vbR\u001fb`i\u0004\u0014;mcS\u0512=N\u0000\u001bSh, \u023b&\u0017\u06a9a\u000f~V-\\iN8+\"LS9\u0003\u0016\"\u475dNCc\u0014ST*\u0000;\u0015\u0012v*&\u0014;N>N\u0007-N^\t)vb\u0629%{\u0006pjSP\tN{A(h*\u001b\u001evgIWE\u05239\u0003K\"i}\"vJ\u0005`BN\u0144b\u0629\u0507%)v+\u0001;NX\u0014;d\u000fS=w]Z?\u023b&\u0017&\u06e9k6o\u001d\u796b;\u0661NW]~\u000fuY,=P\"\b`(\u00fd{l\u0016.\u0004\u0016\u0016\u000f\u04caj$DENh\/\/f1gEuj;^Nm\u0019N-\u0017zNaS[\u001bNNa\u001c`}Z)`\u0796G~\u001c\u0010M%p\u0002T8N\u0006vz\bvH\u0519\n\u0007;Y'A}\u0005\u0010gEyTG*A\u02benm'\"\u0014vj\u0000vj`\u000bv\n;\u0010v\u0004v\n;\u0000;Na\u0006TC)\u001a\u0669\"`DFTp '.\tvZK\u0004;m$N\u0005\u01c3VpV\u4b7f\/\u0002N=0N\u06f7\u070bS\u0629-\u0003\u0629\u509dZ\/)\u0014vjkC\u0629V\u0013)\ucd16\u0003\u0014vO\u000b;\u001a\u06f2Si|H4%[#;O]\u0012\ucd16\bvH\u0519\n\u0007;O*fQ\u041afra5\u0004;? vj;^Nm\u0019N-\u0017zNaS[\u001bNNa\u001c`}Z)`\u0796\u0007D\u000b\u001ak\u023b$i-\u0011\ucd113;\u0015V,(L&j\u0005=\u013eSh\/(yGN\u06f7\u070bS\u0629-\u0003\u0629\u509dZ\/)\u0014vjkC\u0629V\u0013)\ucd16\u0003\u0014vO\u000b;\u001a\u06f2S\u9310C)\u001a\u0669\"`DFTp-\u0014vj0oNE|p@4%[#;O]\u0012\ucd16\bvH\u0519\n\u0007;YP$a\ubce2DMhN\u0523:\u001aS\t2\u038avr\/Na\f`\u000bvj`S\u0629\raZM`Z\u000eS>-\u0014vj0oN1\u000b[\/\u000b~ZK\u0004?m$OE\u0003\u056cN@8\u00138me\u0015XZfePR(-\u0003(\u5092Z\/()\u0014JjkC(V\u0013()\u0003\u0014JO\u000b%\u001a[S6TP46SN\\PH\u0005%%6\u0012uAIwDg\u0016&A|&t\\\u0017R*W\u0006\u0011\u0001L[{@S-\u0003\u0002Z\/)\u0014hjkCV\u0013)\u0434\u0003\u0014hO\u000b4\u0005\u001a[CS{\u001a\u0214?Y@Z\"i#Qwh*x\u001et*\u00a3%4\r<\u0017aDM_\u001e\u0007\u0001\u0534}yt\u001f\u0014lj\u0000lj\u000bl\n6\u0005\u0010l\u0004l\n6\u00006\u0005\u04c2M\u0006TZP\"U\u0011flN\u00056%\u00026\u0012u\u01e6MgUXm\u0015M4e'nQ:\u0000Yi{\u0010t\n:e\u0000:\\S\u0005:\u0005Nmm\b:j\u0002:\u0005r\u0000NiASykt*ud\rgJft\u02bf,i-\u0011\u8d11;:\u0015<\u000ft\u001e_\u0016\u07bc\\\t*~g\u001eFOv@I\u001d~t8;t\u1864W\u000f\/=}o~Sz?\u06fbim\u03f7_T\u07e7*]M\u000b\u031f\n\u0016w~MO\u0007<\"5z65o\/\u02e7}R\u000f$R\u0005V\u001f\u001fP\u0015h;7\u001cJzA>Uje9\"sn\u000f_\u001cb\u0703\u001dtP\u0525\ft|:A\u001eI\u000e\/>x~Z\u0779!X}\u001b'8?'G7\u001c\u019aTxVr\u001bn|1\u04b5\u0013`d\u001fp\u001eLj\u001fLp]jY\u001c\b|\u0001fT9bN\u0368\tUT\u0005s?~|h-#TT\/<6jt5r8Gr\u0013c?-\u001f6p\u0003ce;c^;}\u7d94wN\u0000\u02efo>0g_WZsc2iy\u0007\rY\u001e\u000e\u0000{\u000fr\u001fooG>n\f'\u07b3qqpxCp1\u001c9a<ze\u037eQ<\u0015CR,Cw\u001aCktww\u038alp\u0015utM+ja?|,\u0000\u0007, \u000fM\u001d\u001f=!\u02eb^D\"\u01d3{5pJ\u0010\u0015Fk?%_\u0017_\u0019D0A r\u0000\u034bO\u0017\u059aml6<\u0587\u07c7\u038f?:kG\u000b\/\u001f\u001eo\u001fT\/z:+Wrx~(n2\u001f\u001f\u000b\n:S}<=t}}+\u8cd6\u0017s\u0016~\u049dE?\b3;Hz\u01cb\u000bwmn-:6;{9]\u061cW\r.\u001dT\u001c\u001f\u0017Oi<\u000b#v;T%vaqA\u001c\u001fTA|\\?A,\f }HF>J\rn8 \u0016_\u0004z\u0019<25\u001f\u0017\u0006f5pE3\u001b\u0003fdh+F9@'0s\u0750\u0019\u0019JfC\u001a\u0019\u00cd132\\#\u001d\u0017OO,\u0007\u0015\u01ecg,\u001d\u0011V\u0015\u001eV\u01b3\u0016=Tn \u001cmW&q3$\u07a0;\u001d\u001byLo\u000fK\u0002\u001d\uafe2 \r,K3\u001dTpVg\ucdf8\u0013]%\u01d6&>?\u0506s\\o\u0007\u05f4`c}\u0011\u0006m\u001fg\u050b\rc\u000bNmP;\u0007\tO!\u0017Cm:t\u001fc<=\u057c}|\u03cacx3\u02a7G%mxNJC{M\u0205>\u0007m>C{=\u06de9Ksu\u000f\u05cb9}\b\u037ey\u0006<=y,r~].?crgh-N\u001cM'\u0686je\u0010\u0489\u0003Th}'Ft\u0000U=n'Zhw~0nZ\u00d5\u000b;55==VgI~Z>\u001dvHr\ti_\u05c9G\u0011\u030f{Bo\u0001\u0010\u0018%_o?3a!|\\ii\fa9zxZ|Q\u016eg\u0019=\u07dfk\f[Gq\u000f4\u001c\u0015^|\n\u03ad~\u0279!.\u0015g\u000f)\u037ck\u04f4SLFv@q\r\f\u06e7\\Zb5\u07af\u001eo}\u03eau[\tRW\u001fAxc|\u001b}Y\\\u0007\u0080\rh01\u0006j\u0007d\u054aU\u001c\u0001\u0777O\u02cdL\u0018GUs\u05b0\\*>l\u03a8GjV\r[-vl\u0732l\u001f]\u001b;\u000f{W\u0015\u0785\u031f;~\u0017\u000f\u02fb\u01e7\u000bizIx|}Z=\u001fw\u07afm>,??=oaQ6\u022b_\u0017K\u02c7[\u021bwRu#\u057bQ7_\u0007b++vt\u0403\u0264\u051d|fq?^|t\u0698\u05b85]._h=U4fayiVw&\u0281[rG\u0015^\u07f7~\u0018\u0019\u0002|\u02efwG\u001fdSL\u0001q(\u00172P?>r{{{{i*\u02c7uVO\u0017;y\n'ge\u001d7>Z\u02a1\u00df\u0795[I\u0013a&{nis!rw\u001bo|B|;}|\u05ef*z*c-n&}A\u001bC\u0007\u0019{|\u000b\b\u073caof;)szN\\0\t2\ud292!Z\u0378&[-Y~S,\u0655jT\u0157[<>\u0012c\u0013\u0004U45+\u001fD\u000b5mpfSM|kxiY~[\u001e\u0006wyc>xMki\u001c;T\u001fJ\u0018e[U]~^U;.g\u0004\u05b1MA\u02cep~G)SlUz*\u001fRW\r\\l\u000fO\u0719\u001f\n\t\u04e5\u057c,m=-L\f\u000epbtY'\u0012W\b_\u0007nzpBR\u0503v>\u000b_W>vw}4qzZ\u001cxCy:E\u0012_j:\u06e7f[_}~ \\\u04f2b>r>by\u0007q\u0011g7\">4\rq_0tPuH4l\u001b\u03fc1\u0007 \u0003>A>e\u001d|\"@p;~m1\u00036GO`Y'g\u0003\f:v\u0019tve\u001f#\f\/k\u000e\/\u02de\u048b\u0018^A?e[\u027ajm\u0016B|\u0007V6z\u3de7]gE+o\u001f-\u07e5;'k\u001fV[Zu\u0003[E%\f\\juS\u03dd pn&?o\u001f\u001e_gx\u03acZ3cl}qw5\"?>\u0763}\u001eYG>\u03dd<un\u0003MjItJ\re!\u0012|pHj[i\u02fb|lJQ=[Y\u017f,>>\u000f$'\u001e\u0006I}}`+xM\u0014|f\t~S\u00049Bx\u001dm^\u0010Ln\u0007\u01cc6\u001dgv\u0149,>\u0005{++hFKTFDFi\u0016}b<_hi\u0006m4?\u001fhIg\f\u0006>jQ\u0004T?y\u0002]=yP\u001b\"\r5\/sa?z0\t\u0011vX\rJx\"W\/\u001f[\u05aaZ|uBC\u0013(q\u0010\u001a!H\u000bQMaq$|V\u0004i\u0196Atu|\u0014\u0003k'\u0014L_ &\\\u0005\r\/!\\5\u0091\u0016\u2446+fTU2b\u02b8D!\u02b4k\u0012BT#\u0004i!*\u0019i\u0002\ucb2c|@\u0012FKc4h%\u001dhgC\u001evc\u0775\u0013\nW#\u0010\u0010\u001aH\u000bWHUV<+}%T\u001bbB['\u0014GuK0\tS\u06cdM\u001eg\u077d\u4e06TA=IC\u05d0*\u0725z{{o[t.O\u02fbQuz_xX\r5o\u000fiKh\n.T.\u0547oO\u000b5Zv|ayhO\u001e\u000bM\u0006-l\u0010\u000e\u037c%'\u0012HZT\nLNK1u`A{Y\u0007VQ+\ube15u:me\u07ee\u001e>.\u0003?\u02c7\u06cfk}[7}Y\u0006\u0753\u0753F\u0753\u0753&\u0753\u0753fb\u0017\u000f_k\u074dZb\u000019mge#UZx9\u049cc>R5Y\u0016ej\u001c^E\u001e^|Ty,?>\u001d,3`\u000f_n\u000f\u001fV_W\u000f5g\u0011W7v+\u0287lcu`\u001dZY\u01ed=&Z\u0007i+i])w0^|X\u0191}?\u063a^4N9$\u0015\u046b\u0591T,C'\u0325:f^X,\/\u0017~\\RA(pnN\u02ac)&e\u0551\u0012\u0015\u0015jG#^JQF:T[]P\u000fM_;>\u0010\/*[B*U$L<<\u001aD\u0484P\rZ?7O\u00039\u03c7VT4Giy}\/}\/7}>o\b\u0007\f \u0016Q&%\u0010d\u0006\u0015\u0005\u0001\u0016\u0002j'\u0001$?M\ua9ed\u020fS))#x\u0016qJxXzJxdy\\gzuy\u0019\u001ew\u00b3r\u0001t_feYSPN\u05b2CAg 3=\u0164GC\u0121bS\u0649<5\u000f&\u8a41SC<\u051e\u001aS\tzjh\u031e\u001a\u0004:\u0011,G5FVo%Gom85=f\u0013\tz\u000eo=**zkzfo5|p]y_S)RfgW\u0007I=\u0594\b}TbLY\u000f<~sc\u001fIQ>}\";t}$n\/3\u0274}\u9d12>cJ\u06f7R-}J*}+J';}9N_KvN\u0017Ud!\/!oZ}\u0002i\u0011R|\u02e9[1\rf~\u001f\u001e|r=7\u001f\u001bv\u0330\u0007\u0016~T9\uf1c4\u0010~<\u0660\u0007\u06a7A\u0010\u000f\u0013>s5V\f\u0011R\u0787+n\u0007z}\u0019@k@;@}?\u06c7\u51fbo}Su\u0087nM(\u0005L|\u0017Ju\u000fw\u001e\u000f|]k\u0015jm\ua27b\u0157w\u02d7GkL\u07f1ys>\u001f\u0013-\u001c\u0014h\u0018\u00194}{_\u000fv\\n~P|7\/?qpz\u0012>(^\u0625yUl\u03cf\u001d\u0007\u0019T~R@yZba_jw0\u0011u\\\u02eb6\u06d3zF|\u0014Y\u05a36\u0003jOP~|Xk\u12f3\u000e?=5]mSH\u06b3qkOFb-^{\\r_}\u001d\u7212e=,\u0016\u0013\u04f2\u0011V7\u00179_SEWV\u001em\u0562jfm,`M\ubde7*[\u00eew\u02ef\u001e\u0017w?\u001cc\u04edJwV\u02ad\u0007G7fUF\u04cfo{`#\u001b\u0012\u00ab_\u001dbt\u000f}~Moz'w?WFnu\noZW>o\u000f2,l\u07cc\u02df\u001f~)X>;\u0017\u0365so\u001a\u000bgYh\u037cxM0:\u0004\u04b1p>Ps|X\u000b_\u001d~eQw`~HT>TV_>Fuj\u0004ywF\u0017\u0011Tih??\u056e*?\u001ds,'y\u0456+V]O7U\u0760W\u00197Gk\r\u0282\u0435C\u05c2*V]C\u001a0\u0005v\u001a\u000e]1\u001c\u0006\u001a\u000eA8\u000b4\u0012[#\u0005[#\u001f\b]v\\v\u001a\b]v1\u0010\u0006\u001a\bq\u0014$A\\8@=e3g\u0010w@`teqrBY5\u00176is\r\u0004+\u000e&NN[\u000br~\u073c_\f(=gITyZl1\u0361%c\ra\u0000fw#bRs`3\/wg~\u000fV>5g.\r\u0006y[\u0015yi>[M[\u6739\u0003;\u000e#\/O\tH\/\to)noeD?D>o*\u0017>iqPc\u001e_<|qnzl~S\u0007M>\u0516\u0007s\u001f7\u04f5\u001b\/o93*(\n*\u0002UP+(UPT\u0015\u0016*\u001ar\u0015\u0014W\u0005\u0005K\\\u0005%UAm!\/WAiUP[,aUPV\u0015\u0016N\u0018r\u0015W\u0005]5\u001br\u0015TT\u0005]\u0019r\u000e*4$CC\rUpH\u0010\u001c!C?<\u0004\u0010T\u0001\"\u001f \u0002g\b\u0010\u000f\u00113F\u0004UH\u0007\u0019%*LD\u0013A\u0015(\"pF\n\u0015iP\u00118cEP\u0005\b\"E?Zh\u0011V\"\u0015\\{.QE\b\tg\bh\u00163ZUG\u0019-*ZdE\u0016a\u0015-\"tF\u0016Yh\u0011:EXE\b\"E?Zh\u0011U\"\u001f-\"gh\u00163ZDUG\u023dE~\u01473ZDUG\u0019-*ZE\u0016Q\u0015-\"rF\u0016yh\u00119ETE\"E?ZDh\u0011W\"\u001f-bgh\u00163ZU(G\u0019-*Z\u0014Ef\u0015U(\u0000+\"E?Zh\u0011W\u0462\u001f-bghQ\u00163ZU(G\u0019-*Z\u0014E\u0016I\u0015-\"qF\u0016Eh8E\u0016\u046cH\"G\u0019-*Hl3:\u0002tF$\u001f-\u0012gH\"qF$\u001f-\u0012gH\"qFtV\u0015?Zh\u0006UQE\u0016i\u0015-\"uF\u0016Ah:EZEH\"E?Zw!U\bh!\u0019-*Z\u0004E\u0016i\u0015-\"uF\u0016Ah:EVE\u021c\"E?ZdhU\"\u001f-2g\u022ah\u0011\u00163ZdU\bG\u0019-*ZE\u0016Y\u0015-s\ued0a\u0016\u0011^:EVE\u021c\"E?ZdhW\"\u001f-rg\u022bh\u0011\u00163ZUG\u0019-*ZDE\u0016y\u0015-Z\u001c2s\u0016UE\u021d\"E?ZhW\"\u001f-r^*ZDGl\u0016y\u0015-\"wF\u0016QhQ8EQE(\u0462E?Z\u0014hQT\u0462W\u031cEU\u0462~\u031cEU\u04627\u031cEU\u0462b\u031cEU\u0462Wc\u031cEU\u0462\u0007M\u031cEU\u04624\\E\u0005*\\\u001ca]X\u00150\u075b\u001ewh\u036aq\u001d*7waU8.N*l\u001ca']X\u00158S.\n\u001dG\u0469rs\u0017V\u0005#T\u000b\u0011vv\u0705U\u0001\b;Un\u00aa\r16xJ;<\b\"o(\u001dAM16y\n-1||\u0006\u0566\b>\u0003\u03e0\u0019\u001dag\u0019T\u001b?#l\f;?jgt{gPm3p\f\u0011\u0006A\u00014:\u0006\u00034FG\u0002\u001a\u0006&\b@\u0003.\u0420\u0006\u001a\u001da\u001bh\u0007\u001aT\u001bA#l\u0004\r;Au5&\u0005\u0001\u001f\bKlp|a[%\u0010@X\u0002?\u000e\u0003;\u0018\u001d\bKl\u065cw)\\}\u3414\u0017WE\u001f!SFMR=Zd\u042aHg>Sh\u062aTk~\u06fbo\u0016\u0016*\u0314E\u000b\u016dse>}u-\\\u001e\u001dkm,~R\u001bjrbpaude}qnn~Y#s5x\u001e\b\u0765u#2i\ri\u0740mFhpj~\u05c97\u07ceE_1\u07b4\\3tX5\u058dq\u0019-M\u06df?\u001fq\u074b`oY\u001erN\u0726\uaffd[\u0018m;\u001b9=`VQYz\u000f\u016fS\u07b8z\/>~o_->\ufc15\u03ef\u0017O\u000b\u02b3\u0015\/W4HHdq6\u05faVWo^\u001el\u001a^(B)|7U4\u001e\u0016yv{\u0013\n\u0005z[\u0004IUul[q\u03e2X{\u05e2mg&\u01b3 %\u0006\u0017q2~\udabb\udcb2\u07aa4Q|'\u000e\u04b02J4MYTr\u0619*P=[N\u0013K\u001e\\Ku)6KPl-\u0012e \u000bbG_hu\u07e7-=0.\u001b!NJhW6U\u03fdoT\u0013\u0005if\u016fgTuN*_*Uw6Ocg\u05a9$2mrOZwYJ\u0019c6`fWb\u0016oK\u001aze\\d\/7=7__\u001cmU+mW,\u001cra\u001fs#\u001aNesD\/ZoF^(y\u01a9\u000f)r??\u93dcQ0*B2?Z\u06fczYMszg(\u0013wW\u00adO\u056bw\\b\u070d\f\u001cb:\u000fOvVOjs\/;^X*\u0548csW~\u0001z\u06dcIz]c-\t\u0171$\u0018ui\u0004\u07c2N\fy\u0007.Y{\u0003JIkN1)Q\u0018\u0005GAMLcQ\u0010Nb\u0014\u0018\\qC3('+C\u0007y\u03d8i&{H\u00182;gtQ=\u04d0]<|[\u06bbC\u010bO\u0015ID<\r~>i\u0003]0\f0?@hdygy(\u001a\n$p\u047f~K5G\/n.{\u0013+\f\u0013{geE;.yg`\u07a9\ud77a\u0013;;yg34xgtf\uf30eT\u02efd\u001a\/'V\u0019\u3767Si\fXygrfw3dyUQ2UQb\u0014\u001fc\u052a5\u60ca3Q\u001dsO[:[\u0013\u0017i_al\u0433\/C_\f=\u0019z\n3\u001cfI\u04331Cc\u0006\u0218g22vyMi+\u000bSiG|iWw+\u0002;\u05eeRow\b\/TG\u001cz\u0015-6\u06f7L=~\u0513(g\u001aL\u001boK9\/g\u03c2\u0013Ez6Raw}r~o\u03457\u001ecq\u001e7\u001b\u358fz\u0010>u\u001f#3_z\u001az^[B!m^\u000ec:}~Z\/&\rz\u0007=\u0007~\u062173\u0017:s\u0011L\u0519\u001bN\u001f\u0017i2+gXonN=;Aw?]\u0017\u001c9\u8eb6:c\u000f_U1wK\u069c\u00109FrCw]5\u03e1m;AYn[ar\u67b8\ued7cV\u01f1\fq.\u0723\"=5(.;\u000ek\rn]dx[&Z\u0754[|\u0016\u000f>\t.;:}e^\u05f9z,li\u06265]p\u0006[p}WsN\u07dd\u199c\u000e6BP\u00126\u001a\u0758r=p\u0000\u06c7|[qxg\u0011\u00d8?\u0081\u078a?\\}9H\u001eC\u065e\/\u074f\ud8a1\udcfcpz}jowO#qo0?s7\u0011\/\u0378=\u000bpz\u000bv\u039fkDj\u0777\/6wKmN0\u0652c\u000b$Jt\u0016\u001bN\\\/E\u000f;8r8\u156a\u057bNe|[vmg=j\u0013\u00012\bk\u0012\u04f6L6\u03c8O='ZZ>=\u068f>\/<>71<\f]\u07a8|\u0007\u0003\u001a\u02c9\u001e\u000ft\u000fh6\u001f>x(m1\u0000_m^\u000f\/\u05cd<7\u0015d}\u000b4)Nt't28758\t\u0454\u0006\u0007\u00d7\u00e6!|3G_\u03df\u001bvv\u0012#*\u04ef!\u0016\u0000m}w\u0000aQ\u001b^<|Y~Fg3+\u0004\u059b\u06c4\u001e6Max\u0624\u001e6MaSx\u00043\u001f#\u000e|:i\u0003\u000e|;i\u0003\u0016\u000f}Z-\u001exOG>-\u001exO>-\u001ex\u0015}Z-xO>-xjo~RS\u001f\u0013\u001fZ\u05deZ\\,\u000ed\rG>M{I\u06b9\u0013\u000e \u0213pooOC:O2\u0013OOe\u0006I\u04d8O1\u0013OOc\u0006I~}B\n3\u0014f\"I\u0273\"| ^{cO*m\u001a\u00136\u001d$H??\u001c\nq<=\u0005S\u0127'2\u0003INLlA.6\u001a^4wr%d2%\u00040EQ\u0011\u000ef\u0013\u000bdz\u000bK\u0004\/\u0010\u000e&]o&[o\"@=i\u05d9\u0599\bPyR:2\u000f\u0001I\u000bP=I{\u0000u\u000fv?%)@V$\t\u0002}|'UjLO+;NOv\u0014\u0001q,\u0723\u0002iK\u0257^\u0000\u0014]\u0002i\u0226w\u0006\u0002\u0513d]pf[p\"@p\u0016\u0010\u0018Fz\u06d2\u0005\u078a?\u0010\u0000uv~6>\u0002\u0013\u0014N`\u03e6`\u0000Y\u0018$q\u0011\u0007Ajt3\/KP\u00014\u0002(V\/R\u0001t\u0132uCN7kT\u0000\u001d0ujFIO(OI\u0013ij\fy\u00104\u000elM\u0005u\u4f4e4u\u000f#T\u03478t&\u001845N9\t\u0154\u35a66>L^S\u001c}8XW]\u0010|[Cf8d85\u0508S#N85\u0508S#N-S\u001fP\u0169L!N\u001dSDy\u00127?\u001cg=S\u0017U)@8\u0014\u055f)?8u?>LqZbz3S\u0011\u000e\"{\u01f3Y1O\u001fF^2;i2)'0\u0007If'U7MfS7Ez\u001a3dv5d2\u001arZ,\"kmm.\"\u0016\u0013N\u0006ZF&\u001bY\u0514\u0019Kd6%%\u0017\u0018\u0443\u04ee44\u0434<8\n3\n\u0013YjOO\u001ab,ej(I0=5\u0014d{x)yDY$8I\u0012LO\u0004YsS7&IHpzb'K=\u0381\u001e\u0015\u01d4N\u0093&DM\/Mz.\\Y$<\u001bI8\u00137\u0334&<3\u0782\u0013Yj\u000f5\u0015\r\u0010\u001c0\u06d6,K\u0003\u0015\u001d K=QY$od:Jy$:g\u0012MI\u0013Qj\fy\u0010(\u000e,\u001ew?\u001dy#J]}xsY,OP(8H'\\SZ[$>k\u0019+\u001ebo\u000b\u0010wHRlF\u001aIj$F\u001aIj$%I\u0003$ut4$@\u000e\"E+H\u05ecOC:O>\u0013OO}\u0006I\u04deIN=LO{\u0006I~}B3g\"I]\u0173YFa:O\u001f>^rZdHR\u001c\u4d0a\u0014M\fkdzkH$\/o\u0011v\u0011No\u0011$D%.)-)\u0108~\u0695f:&\u0013]a[a\"IIC,\ud802\udd1e$uzZ%lzJ(HRjSiOi IwwRBHO!sT\u0014\u001a$uvZAlz&I=E?$uv6\u9776$t5]p[p\"Ibw|($\u07b6dwI|\u000f$*IvOo$\u0004%.-',I=KA\\\u0018\u0018\u00114_:?g>%OD>s#\u00166\u001cw)_k\u0017\u00179jYj\u04db\u079dt\u0012i\t?)\t\"Km!t7\u001e\u0781\u05fb)\u05d1a\n\u0010\u061eNBi5G:ZZ\u001fYj\u001c},H\\l%9@n;dm6RKFR#K,5R#K,5\u0512,\u0002?VX\u0010~quk\u0005}uqY\u0759ye\f~q\u0011K\r[z\u001a\u053aT\u01b9.5j\u046e}qwxtZj\u0014\u0016\u000f8k;\u001af\nVhKgS:{\u01f5hK[ON9\u001b\u000bw=q\ud92b\udfbbeE:\njk`EY\u001czgic\u0004AQ2m3]y\u03ca\"\t\u04f0qc|H:{\u001eb\f=6L\u0014\u001adn:\u001bb]no\u0004\u0014\u039bY9,G~)8\u075e4\u051e>V\u001e'1\u04b2Wgi |y5#<`JB[\u001f>,\u0017^|Y}\u001a\u0017\u000fQE\u0013.\u0502)-,>:zxZ|QY\u000b#)\r.5KG\u001f8@CPL\u0010v\u0703 u@[B(lbZx=wY]w-_>~&\u039f7\u0616\u001fJ\u001dfwS_\u001ce\u0018bb)hh_\u064e4<\u0012vZ\u02d6}\u0017con\u000b\u07de\/gYdA4B\u015a\u0011\u0017,`~Ev8Ev]w\u001eRy)}O^{\u0002\tWV6\u000fn\u0002\u4f22:;\u0014\rOj5\u04abUw\u001a6>{6\u02f3h\u0016$y\f\u03d5\u0018Y4\u013a\u0016\u03ba-+\u0016\u039a\u0011Q\u037c{&\u001cXA\u001a\rbn\u02f43\u000b\u0010s\u001dzQx7Z;db\u050f\u0006~zZ|\u03afs#29-T\u001a]u\u001d4\u001a\u0000O\bzT\u0114~uwg9;\u01c7\u96e7yo>\u00fc\u001be\u001dy\u000eN\u000e\u001f9sC%\u0373_\/?.\u0018\u0444%\u001d\u0712(]3\u0017\/q:uzI'\u046dxfn=\u001ec~}\u02a9i\u0017\u0016f'H5H']!&[!\\xnx\\h^~if+!o0iurb2\u0143w=\rv\u04ee&&m{#z']E&[E\u06bcV|Tn<+wa(~m!\u0016qV^7&C\u001e\u0014\u001aF\u001fpco+n%:_t1yzP~].F\u00069{7?8Q\u0466\u0014;;rua\u04514i{\u001aozo9!h\u02e1.;:tU\u001cW\u001e\u001eT?|~VVnv\u0018\u01fa[\f\u0018>0\u4a1cc(.t\u001e;xUq:U\u001f\u02cfMW\u0015q:\u030a>\u0005u\u001c:]H:La\u0013e|\u0016\u0019\u0701=!\u02d9g}\u025cM%d7\u001e4\u0001k\n5\u000fi\f\u001e|7,~2\/\u0632\u04fe\/\u03a6mVvMo5!{<\u0018bII\/N\u0796b\/NVbOjgu\u04617mnnTt\"\"%\u0140_\u06cb\u0018:8\u001e.7\u001e}y\u07d0\u0017O'=_\u0014l6S`,5NhIlzKM>g9\u0003\u0017\rk9KIZ#\u001bG\n!\u001eSyf\u04dd\u0366tK?w.a#q\u001d\u0366tOw.\u0777O\u0356x\n\u0014fnBww\\d~\u0000tT\u07f9v^ -O\rh?Z>,\u001f#H\u0004y2\fZ2jB\u0011\u0013;O(!NL(ngBaO\u0018'\u0015N}\u0016m1\u000f\n|xnmx\u001e59>r(8Vs\u0010\u001aS6rl\u0016OQ\\\u0016Y~s\u0018'U=\u0630\u066c~z=\u00ef\u000f\u001ajwsrO;\u000f\u0017O\u5c77E`Je840\u001f[}'[}Ax.o\\t!)\u000f]\u000bM6z|6fvG'u6\u0004`Z36\u001adf4a\u00135\u001a,w=oj6U`lj6aSk@[4xZU\u03c8r\u0013o\u001fi_>lLi\u07f7\u000f\u000fw\u07d6e!aV\u000f;\u035dy\u0007nmRo\u001b~=\u0017\u0018\u001f\u000f\u000f*jy.R-\u0012w73\u001f\u0016_-_.\u001ey>3uQ\u0001\u03dfmYbxz7\/jzP\u001e\u000f\u0007?_=-\u000e}\u001aR\u076d\u001eZ^}S\u001f\fjm\u7b77p\u000f\u029b[wQWw_?\u072d\u0004\u000f{>W\u001a47\u03df\u001fv-.\r\u0729,m6o\u001f]Z~T\u03ff\u06e7?^\/\u0016\u001aOO\u03f5jJ\u01e7\u000f+\u0548\"zf`m\u001f\u001f=u\u03eb\/N:\u0018s\u001f\u0016h] |X)^~\u0014R\u06eaJ:uw@M~wv5\/\/V.\u05ff]|ZbKy\u001d\r\u000eN\/\u001f??a\u0015QW\u0432SEWVO\u001e\u000bPv\ubde7V\u07dePr\u076e~ym\ud7bf~q#er oY&\u0012\u0004\u03fe{whwqnJw\u000b~}]rx\u0013nZoO~M\fe\u0503_*7TuTwk_]uK*\u0001de2\t:N\u009b\u001ff\u0007qb&\"=N#(YK$#le,\u0002\u01fb\u0002\u01cb\u0002-A\u000f\u068b\u000753R\u0003=\u000fY?Z\u001e'P!\u000b\u0015kf]>w-N\u001ej\u0006{LAf\u03cdv^X~!$R1U+\u001f\u0019}RM\u02c6}~\u016c=F \u05d3vv\u0016Ih?V{ix8\\\u001cV&\n)\u001eey\u0015I0X6e#,yKX\u0017i)\r,K\u001a\u000789Jx\u001e1\u0007_\u001a\u0019lYP\u0721 \u0007\u0015\tJTVyyM\/k@k\u001c~n\u000fp\u0016i\u001c%kc\f\u0004K#\u001f\b\u0269\u0006B@X20YQDY\u001f\tG<\u00140\u000f4\u0014TA\u068ew\u00be!1\u0014\\nv`~!\u05ce\u001bl8Eqp`8n8dYdT\u0016tM\u0013M>{\u0012rr\r*8:maup{O+y\u0018Oz\u01770gE\u0012Qrh;\u0001\u001d.\u001fl\ubee2e\u0011\u0590%\u0004fr\u0007\u0003w}u{S{_T$i^>sz\\Y<\rZ\u0013\u001d}\rE0Z|i||\\_>\/\u04eff\u001eVu!A?|8zR\u0016z3nn\rwx)}\u0016OB:?9*Oygk\u055en\u001fXG\u013b\u059c\u047a<77_Gf^<~xZ}\u000fr\u04d6s9g;\u000e\u0003\bwSB-\u0012oV\u5bb0rl|vOcM\u001fz\u001fW\u000f5B\u0017\u01ee\u03cb7|0s=Om)z0gq3]{|6~q\u02e9!\/WAAUP\"\u0015\u0014H\u0005\u0005\u00aa\u001dH\u0450*-X2*(\nj\fy\nJ\u0005\u0012}\u000bJ]\u0005eUAm!\/WAyUPU!\/WAEUP\u06f5!\/\u701dU%\u000f\r;6\u0004UQG\b\u000e\u0010UQC\u000fAT\u0015?@\u0004\b\u0011UQCD\u0011AR\u0015?H\u0004(\u0011Ta\"\u001f&\u0002g\b@\u0011\u000f\u00143R\u0004U\b\u0019+*X\u0004E\u0016a\u0015-\"tF\u0016\u0018-s*Z\u0004GL8EXE\b\"E?Zh\u0011V\"\u001f-Bg\bh\u0011\u00163ZU\bG\u0019-*ZE\u0016a\u0015-\"tF\u0016ah\u00119ETE\"E?ZDG\u0015-#,>\"E?ZDh\u0011U\"\u001f-\"gh\u0011\u00163ZDUG\u0019-*ZDE\u0016Q\u0015-\"rF\u0016Qh\u0011;E\\E\"E?Zh\u0011W\"\u001f-b7Et\u0004X\u0016q\u0015-\"vF\u0016qh\u0011;E\\E\"E?Zh\u0011W\"\u001f-bgHh\u0011\u00163Z$UG\u0019-*ZE\u0016I\u0015-\"qF\u0016qhf\u0015-#MgHh\u00163Z$UHG\u0019-*Z$E\u0016I\u0015-\"qF\u0016Ih:EZEH\"E?ZhV\"\u001f-RgHh\u00163ZUHG.\u0016\u0018-D:EZEH\"E?ZhV\"\u001f-Rg\u022ah\u00163ZdUHG\u0019-*ZE\u0016Y\u0015-\"sF\u0016ih9EVE\u021c\"En\u07ddV\";Sg\u022ah\u00163ZdUG\u0019-*ZdE\u0016y\u0015-\"wF\u0016Yh;E^E\u021d\"E?ZhW\"\u001f-rg\u022bh\u00163ZUG\u073d\u05e2\u0016L9E?ZhQT\"\u001f-\ng(h\u00163Z\u0014UG\u0019-*Z\u04d4*Z\u03d4*Z\u03d4*ZZ\u0314*Zj\u0314*Z\u0254*Z\u0194`V#T\u000b\u0002{\u04e30\u000eY\u00152S.\n\u001aG\u0169rs\u0017V#T\u000b\u0002\u0011vs\u0705BGv\u001d*7waYU\u00116k\u073bfyU\u0011kfEU\u00116l\u0011\u001dc3\n;B\u0004\u0011xVcl\u0014v|V[>clt\fM\u00116}\u0006]A3;\u00b636~fG\u0019w~\u0006\b[?\u0003\u03e0\u001dag\u0019T?#l\f?j\u0003hv\r{\u0007hPm\u0001\u034e\u00054p\u0001\rM\u00116\u0006]A\r4;6\u000f46fG\b\u001aw*)kL\n\u0012\u06c3=\u0010\u0012Y\ubf77\bK ,\u0005~\u001dp\u0007\u0001w0;\u0011\bj\u03e6\u01dag>\u000eIz[yE\u001e_v\u00118i4J!\u01ef7kY\"yVfPNo~yRU&oZX\u046a0SV\u0017m,wyGy,3\u06e7E\u0010?\u02e3\u001e}0\u02e2,\u000e\u00a58Im$'\u024d9\u00c9Q\u017auTie\u0007h\u0016{ls\u0007omGx#7Gg\u001c*:n4^o\u001c\u000e%lz*9]aPpiFim\u0016y889WoWJ\u0017\\\u001c\u015bI2,\n0|J\u051de{k]B>k\".\u001b!.\u046e}e7i^\r_o\u0006Qz+R\u0012*T{:E\u0679e\rERe)Td\u07da#,?}ifoZ;*oQh\ub2cdu'\ucdbdRBv\u0007f\u000f4FSTfE\u0627sy\u0010\u03eb5|N,7\u001fI\u000fe.|\u0000Or`m^=|t\u0016BD=H\u0013I+VeOWw?aG3]\u0004VNDV>&O\u020c3vS2\u01dc1)I2yY\u02c9cfajinf1Psj>?\u001dN(?O?\u001c}{y}fhG.d\u2d1c\u3d1ag999':\ue64eTG';Cv\f=\u0019z3g)s'=Cz\f=\u0019z3ccf?G\u0000\u0380N\\s.n 4A,\u0010\u0363_O\u04f6\u001e\u001eq\b\u0019pto\u02c7\u001fn\rvuo_w0ib5\u001a\u0773i\u0007dFm\u03bcVsB7\u06af\u074e._{i99]&(\u00023W\r7[\u04d9\u0007\u001e\u001f\u0001}\u00004\u001f\u0517x_w\u00ed_A0\f\u001a 4=v|C!dUk\u0016\u0547juQ\u0583>\u0012c\rn?v$4Zo}7\r1\u001bx\u000e7$nY\u04f8qWTngs\u0003O\u719b\u03f1Y6\u000b\u0342yfn\u0016\u0313l\u0016\u0014gJ\f\u000e2Y\u001az4ti\u0013gLWgiY\u04e6MCO\u00069\u05d0g\u079d\u001f~\u0014\u001c\u0016w%W}\u07dak\u0019f\u0018\u0017\/S-)\u000bJ&DU\r?>qn\u07dc=Kxq)~\u0340\u05bc[mz&+\\\u03abo|\u0000}\u0a9b\u001awi\u01d6S\u0553l.\u000bm\u000fzn\u07dc=<\u0342<|q\u0556jxeAzmpM\\2\u05c71IvC\u0005Mc7Ud=wYe\u001a\u0016i%q\u30e9#X-y;j\u0015NcepMd#TqTNrg\u0007~Xsfp\"U\u0013(\bK0\u0572it?\"}#i&-\u000b\bK1j}\u0014Mc}a\u0015A\u001dAORR28&)B\rk\u0014\u001e,73Vr\u074a!\u001fYet\u001f;wW\u001fa\u05fb[o\u001e\u0a1e|^Qxx}u\u018f\u001bWk\u0528ZZn\u001dU\u04c3Q?O_\u0013JmS_4z\uce57--\u01e6-\u04a9z^\u001bg\u00a9\u073bnk{M\u035ahj\/}G|G|<3kQkn\u0014\u0013}\u0013gh\u0003O\u0006]\u0007]i\u0003\u0006\r?\u00079P\u000f#\u001cs9\u0013\u001az*4\\h\u0433+Xh\u0019SDCOz\u030a\u0018u[W1\u001fnzcs0OS\u001e+\u001d7i6il\u001e%\u06dfuRK}*\u01ef+7\u0000\u0013mN\u061cjp\u017d{\u001f\u000f\u0364\u0783\f9\u001eMD!aG\u07ddzM\u001e3OpST]v\"wx]vr\u0659>?\u0017s)6\u0014re];w\u001a\n]>\"<9gez{\u02f3\u0019A4Vk\u001e3EU=w](\uaf33\u8ca2]Vg\u759b:bOOG?\u000e]gB\nb\u0670\nb4Yo8)\n,YQe$7b\u04acY.U\u0017iU=()\u0004U&3\u001di=w}{}\ua67d,^WE,\ube57m|`^>{Y\u001e'Wen\u96d7?_,6L,\u000fs%YqsAzcVV5I\u0012\f\u0352\u067a&\u07eeom\u001aY\u0753PT7Z;=ow6\u0014BC\u0010l\\\u001f=\u0538LLTR{eij\u07dbo5\/7%[R3MW>\fz\u0012rC[u_i;{nmeo\t}}Ag1?^.v\\u\u001fR\u0343mj(xn_\u0198sX[1$,9M0O&6Tmgk\u0003O\u0006\r6\u023ci3NC\u03dd<\r={\u001az4i\t3PC\u03e1\u0006DgQ\bm\u06e60t|2r`>d\u001b?\u0019sU?i\u0005>j\u067ae\u001d\u019b_\u06fcG\u001f_o2\u0728~\u000fy\u0016=\u0011;#?7X\u000bi\u0230cbK}\u0013\u06f4\u0013\u001f<*%\u075fi?E\u001aq4]\u0015U\u001d{+v5vXTv}\u0016w[*U\\}o-_\u06a9aoTG\u001dLM\u0006w-h+\u0003Om\u0017$m\u0016\u0004&N\\!]g\\-\\\u000b61\u07f2]'\u05bek#Z^h\u001d}\r\\^uKqvZ\n&i\u000b~{pG\\\u000b'Mk\u001az=\\^C\u02eb8\u000f]\u001azm-c?k~l*UD\ud0d7}^Gk2r[\u001b\u001fkjs\u0019:\u0013u\u06bekkc\u0019m\u07de7\u0448je^i\u0016_'q\u05ff;\u07fdkKim6\\m[i\u001c\u052dzYRuw\u037aeWU\u00066a.4\u0496K\u001bURM-)\u0014\u01d5\u0003_&4P]3\u02ecak)\/F\raw#}I-\u000e\"W\u012e\u0019|J\u001e6?0ZN~\u04c7\/_T\u0017:fm9{;ZTm.v\u00156d\u044cilA69gz]\u001bXGY:\r.\u044f]\u0018He-A$\u001eh\n\u0584d\u0013'1mEK\u000e\u04bbBN<_\/?\/\u0749y\u05a2=U&lV\ff\u000evb\u001b)\u26ad0a#;b\u0356\b`\u02dd.LV\u0014k=L-&\u0014\u001d\u06d4\u0002`kk\u0019z1\u0014\r{e\u0005k3\u0016\u7cf5]h1v?zJi]ul;=)@\u0019xx7tFF5Wdku}Mn:\u0015Q~raQ_\u0016_P\u000f| 3\u07b6M}Sn\u0017R8k\u0013kG~`.W4l9\u04f2M\u0001D%\u035fw9}}j\u001aA4=g\u06ad) RY*gWM\u0547\u019dO[hm\u0014y\u07e5I]}RB?jr\u0372\\<.\u06f6G\u001aO\f\u0007\u0017Zf\u0015\u01e2\u01f2i\\\u06ae_X\u00192x'c\t\u06f3g@\ru^\u0107w;.\u00ee\u04ee\"M-o\u0000*\"~]Q\u0012q\u0010\u0017q\u001aWG<<_\u001f\\qa~\u0003TK\u001f]\ue1f2\u0377l!vW\u07ef\u0003\u001d\u000f{j+Be}T\u6efe*\u001bC\u001czxs;M03pU!Q<&]]c|\u001c_vL\u001cx\u0003(-~+\"x|IO\u000e;(^\u0000:\u001c\u0012]|G\u0167\u0157\u001ec[#rw\u000f<{\u00123\u001fkxP\u0003\u062bw\u001a$Z\b%\u001c0#\u0001\u0017\u0018\t@\u001d&\u033b@qP~\u001c\"LE};F,O\"\u0011fu,}o_>+\u02c2\u001ej;e)W\u0324\u00156vvp\ub25d\u0016WzT\u0019\f~^tmHk !+3~ZDg%\u00112\u0003?[gs\u000b\f~\u0006?\u0002?g133\u0019\f~2\u0000?m'\u000bi\u001f\u03d96\u0016%\u0018IP\u0014:s\u001a\u0005AA\"8\u0002|\u000e,\u0012-|VEgc\u0006\u0002>\u0003\u03dao\u0000\u03d6\u000b\u0001M:s\u00149-\u0019<\u000eK`\u9c0eB\u00004X5%@\u03e0gK\"se\u0006zA\u03e0\u0017\u0019\fz6\u0005z\u0006=Abfg3\u0019e\u0000zN\u001e=\u0012:cL[\u0014`j\r$s3i\u0433rrZ#\u0014\u0002=\u0006{\u0005qR\u0014 d\u03f3@\u0010\u019egAZ.hnlk#q\n\u0565\/g\u06339\u0003sua\u03f0g7`\u03f0g\u0005{`\u03f0g&\u001d^\n\u065c\u0016\f{\u001e\u0007{n9\u0018]6=\u000b\u0005A<,x\u038bf\u0012yopg\u0014`6\u0000v.fa\"-v\u0001g\u0cd6\u0001n;y{.\u0000hl\r\u0000ckK\u0002=7\u0013A\u03d6D\fl1\u0003=A}\/3\u0019l.\u000b\fz\u0006=@\u03e0g3Y\u0000\\#r\u0016\u03c6:\u0000\u0620M\u0001F,?6\u0019\u01feU.\u001be\u0005<:g\rOy`P\u0019001\u0018FaV\u001e\u0003lx\u000eY9\u0007\u001e\u06b4\u0017\u000b~mJ}\u0006\u0002?\u03dao\u03d6\u000b\u0641M:s\u00149-\u0019<\u0016\u0706\u0006\u000eK3~ZDg%\u00112\u0003?[gs\u000b\f~\u0006?\u0002?g133\u0019\f~2\u0000?m'\u000b\u0011B\u001d\u03d96\u0016%\u0018IP\u0014:)\u0019T0\t\u001a%s\u0006gq$\u00dc38\u000b Z(Gj9]jl?\u0019\u0000g3\u0019\\+\u000b\f|\u0006>\u0003\u0300g3Y\u0000\\<|[=w\u04be\u0016\u000b}\rz\u0013A\u03d6D\fl1\u0003=A}\/3\u0019l.\u000b\fz\u0006=@\u03e0g3Y\u0000\\\u0003gs,3\u0019\f|\u00163\u0003>\u0003g-\u0003svY\u050b=\u0010\u0000!\u0016`l\rwIf\"3\u0652\b\\-fg3\u0005z\u0006=eA\u03e0g\u0433\u0019\u0019\fz\u0006=k\u0019\ubd93G\u03f1\bQui\u0002L!\u0004zn&:\rz\u000e3N\u039e\u00135VkBBG`\u03f3,\u02c3gE\u001cy(\u0011s\u0017IH\u00055sPDj\u0013xsP\u0312BZZmmD^]jl6%g>\u0003su\u0001g7g\u0005|g&\u001d^\n\u065c\u0016\f|\u001e\u0007|h_K\u001ab\u0001p\u0004zn&\u0002=-@\u03d5\u0019b\u0006z\u0006=^g3\\\u0016\u0019\fz\u0006=A\u03e0g\u0433\u0001n;y\u001c\u001fwi\r\u0000Sk\b%Ns` wrZ#\u0014yey'\u04a9\r<\u02c3,\t8mPe=+bXkNA.5\u001f'\u000el`\u03f0g3\u0019\f{\u0005{=\u00deabfg3\u0019e\u0000{N=\u001cKF\u000em!\u0014\u0004yn&N4\n4\u0343DP\u0007\u000fDK Gir\"$\u03c4]sDqgjE\u0012m\n\u055d\u0013g\u00059\u0019\u000b\fr\u00069k\u0001r\u00069[.f\u0007r\u000697@R@ !\\\u0006\u0007n\u001aH]\u0480\fhnU.\u001be\u0005<\ub26e\u0013g\u0cf9,3\u0019\f|\u00163\u0003>\u0003g-\u0003sv9o!\\H\u001a]@Dg\u0433%\u00112\u0003=[@\u03e0gs\u000b\fz\u0006=\u0002=A\u03e0g133\u0019\fz2\u0000=m'\u00f6\u000eE\u0000ckH\u0007'\ua31edQ\\;*='j:\bE1<{eY\u001e\u0002M<\u02c3,\tB)]\u0017\u0003sug7g\u0005~g&\u001d^\n\u065c\u0016\f~\u001e\u0007~$\u07a7\f%p\u02a0#v=P9\t ID\u0700j\u0011\u0016\u001b|N\"*@\u001a\u06b4`\u04e5\u0013&\u0019l\u0000\\]g3Y\r3r\u00015;3\u0019I\u0007|\u0002|6\u0005>\u0003\u0001H=g\u0010\u0533P\u0012\u8e59:sTj&\u00bb#8\u0242,\f[8eE\u0016\u000eU$\u0011$St[\u001b\u0433w\u001a\u000fl\u0001=A\u03e0g3V\u0016\u0019\fz\u0006=A\u03e0g\u0433\u0001n;y\ry\u001bQ\u001e\u0006,s?\u0015\r9\u0293@\u001c;g5\tZ6_\u0005xRcA\u0013\fx6f\u0000x.3\u0019\u0006\u0019l\u0000\u03da\u001d\u0019\fx\u07a4\u0003\u0003\u03dao\u0000\u03d6\u000b\u0001M:s\u00149-\u0019<\u000e6AfqS=y4BA\u0006$\fD\u001d\u001a>\u000b6\u001b\u06a0\u0765Cf\u0003z\u0006=A\u03e0gs,3\u0019\fz\u00163\u0003=A\u03e0g-\u0003sv\u0019\u001bT)\u055a\"\n3IB.J%j1#\u073bW\u000e\u0565k\u0003\u0001\u03c0}\u0006\u0002<\u0003\u0001\u03dao\u0000\u0001\u03d6\u000b\u0001\u0001\u03c0M:s\u00149-Y\u0000\u0007wa-\u0012ys#\u0011\b3z\u0016g+33\u0019\u0002?g3Y\f\f~\u0006?\fug\u001b\u0005>\u01fd\u0019gf=[6Ks\u0018\u0002>\u0003\u6c80g3Y\f\f|\u0006>\u0003\fug\tz6\u001b=\fg1f\tzn\u001a{]g3\\\u0016\u0019\fz\u0006=A\u03e0g\u0433\u0001n;y\ry\u0019gf=[\u00016Ks\u0018\u0002<\u0003\u0001\u0000\u03c0g3Y\f\fx\u0006<\u0003\f.\u0001<:\u00078X5gD%H\u0004~n$\ua31f\u0005Cy{'I\u001eA\"[z\u0001sGA\u0010mnk\u07b3w\u001a\u000fg\r\u0019\f~\u0006?\u03f5g3Y\f\f~\u0006?\fug\u001b\u0005>\u01fdz\u03f3B\u0012I\t(HR,cug.5_g>\u0003su\u0001g7g\u0005|g&\u001d^\n\u065c\u0016\f|\u001e\u0007|Fy{gys\t\/[9*l\u0016\u0017|xA\u0004'\u000bP\u001b\u0004~\b>l`\u03f0g3\u0019\f{\u0005{=\u00deabfg3\u0019e\u0000{N=#|\u0003y%c|Jg5\u03e43Lj\u0015\u0015eQ>\u0000x:)\u02426t[\u001b}Ug.57\u0001\u03c0g[\u0006\u0002<\u0003\u0001\u03dao\u0000\u0001\u03d6\u000b\u0001\u0001\u03c0M:s\u00149-\u0e45\u0184hk\u0004]$&D\b>7\u0012\u001b:g\u0010|Iea\\$fs\u0013c\u001dindy\u0014\u0006A\u001b|M\u001b^]jl6\u001e\f~g\u0000~.3\u0019\u0006\u0019l\u03da\u001d\u0019\f~\u07a4\u0003?K\u0001?\u04c2\b>W7\n|6{I\u0005(\u000bE\u0704\u03f3$)2\u0011>\"$\fZ\t\u0016ojw\u001a\u000fg\r\u0019\f|\u0006>\u0003\u03f5g3Y\f\f|\u0006>\u0003\fug\u0004\tz6#8R\u02d9X)1\b>GqZ\u001b\t>\u0007q\u001cf\u0012\u001c6FT\u001e\n\u0565kq\u001c\f{g\u0000{.3\u0019\u0006\u0019l`\u03da\u001d\u0019\f{\u07a4=K=\u009ea`\b>@}6=R9Q\u000b$ \u001c\u0004P\u0708Wfg3\u0005~\u0006?eg\u0019\u0019\f~\u0006?k\u0019\ubd93\b>W7\n|6{s6\u02e3\"\/,\u001f\u001e>#l0|Fyg\u0006|\u0006>\u0003^g3\\\u0016\u0019\f|\u0006>\u0001g\u0cd6\u0001n;y6Afs\u0004wwv\u0019\f\f{=`\u03f0g\u0633,3\u0019\f{\u00163=\u00dea\u03f0g-\u0003sv\u0019\u001b\u0233\/y\u001e\u06e6g\u0004\u0011|^!l1\u0006<,\u0001Mcs\u000b\fx\u0006<\u0002<\u0003\u0001\u03c0g133\u0019\fx2\u0004,~+}%[#xO]\u0012\u03cdDFYpq\u000b>qj\t\u06d1IAs#\n\u00136fwP\u0018o%.\u0005?{u$\u000f~\u0006?3\u0000?W\u0017\u0019\f~|\u0003\f~\\g\u000e\f~\u0006?o\u0481\ub940iqg\u0004\u001b\u0005>\u01fdq\u0011%qA2F\u0011VD76At\u00fbK\u0006\f|\u0006>\u0003ZYg3\u0019,f\u0006|\u0006>\u0003Z\u00063\u0004=5g7l \u0015y^9TOl6aJi\u001a\u0006\u0012\b5\u0506\u0006~\u001c6h=\u00dea\u03f0g3V\u0016\u0019\f{=a\u03f0g\u0633\u0001n;yUg%{\t\u0005\\XEe\u00109\r(\u0016?F0\u0006\u0765\u0003\u01fdyfI{\u0003\u03f5g3Y\f\f|\u0006>\u0003\fug\u0004\tz6\u001b=RyV-g\u00066sPn\u000e\u0007ATACm@]jl?\u0433\u0006\fz\u0006=A\u03e0ZYg3\u0019,f\u0006z\u0006=AZ\u00063z7\u7a42\u0013\nnDq9c\u0017\u001bs\u0014'Q\u0018:]R\u0016;m6\ub9ab\u0000^]jl6%g>\u0003su\u0001\u0001\u03c0g7\u0000\u03c0g\u0005x\u0000\u03c0g&\u001d^\n\u065c\u0016|F\u0002-F\u0005-\n{n$\u0002?7\u0012<0~Fb;]se\u0006~\u0006?^g3\\\u0016\u0019\f~\u0006?g\u0001n;ysug>\fg1f\t|n\u001a\u0003{]g3\\\u0016\u0019\f|\u0006>\u0001g\u0cd6\u0001n;y6Afq(I\u00022b=k\u0003zR+#3yw\r\u0017\u0019\fz6\u0005z\u0006=Abfg3\u0019e\u0000zN\u001e=|\u0003x*xF\u0019\u0019z\u0016c\u00124\u0006<\u0000\u03c0g,3\u0019\fx\u00163\u0003<\u0003\u0001\u03c0g-\u000b\u0000\u03d9y\u0084\"{n$\u0002?7\u0012u\u03d2[9,W\u0013:\u0006~N\u00032\u0384\u0019\u0001?a'a1\u0004~N\"\u0005A\u001b|\r\u067bK\u0007~\u0640g3\u0019\\+\u000b\f~\u0006?g3Y\u0000\\<~F\ufe7aQ|{O\u0121Z\u0015xFX-d\u0000Ky`\u000bx:W\u001aOn\u000e|\u0006>3\u0000>W\u0017\u0019\f||\u0003\f|\\g\u000e\f|\u0006>o\u0001\u0000iqg\tz6\u001b=y\u0018j\u0001\n!{\u0392Y\u01fa-zH`7,\u02dboN\u0011}*\u0433W\u001a\u06ef^6\u0019\u0000\\]g3Y\r3r5;3\u0019I\u0007z\u0002z6\u0005=\u01c1{\u0001\u0003g3V\u0016\u0019\f|\u0006>\u0001g\u0cd6\u0001n;y6Afs\u0004ww\u0012GI\\d~FSY\u001c\r\u0003gU\"\u03f36y[\u001b\u0633w\u001a\u000fl=\u00dea\u03f0g3V\u0016\u0019\f{=a\u03f0g\u0633\u0001n;y\r\u0657<_sAZq#Jcn\u00184\fl&}W`\r]jl?\u0004m6g3\u0019\fx\u0006<\u0002<\u0003\u0001\u03c0g133\u0019\fx2\u0004,y!\u000el?wI\b>7\u0012\u001b\u0010|\u001e\u0018?#l.~F2\u0003?}\/3\u0019l.\u000b\f~\u0006?g3Y\u0000\\<~F\u046b\b>7\u0011|\u000e\f\f|\u0006>g\u0cf9,3\u0019\f|\u00163\u0003>\u0003g-\u0003sv\u0019m^-znyl\u001b{\u000eP_\u00044=E\u0010\u001bq}q\u0006nkw\u001a\u000f\r\r\u0019\fz\u0006=A\u03f5@\u03e0g3Y\f\fz\u0006=\f@u\u0263go\u0000S\u0005\u03e7{VY<.7\u00132\u02e5\nv{N4*DM\u001bCm\u0765c\u03f3\u0006\fx\u0006<\u0003\u0001\u03c0ZYg3\u0019,f\u0006x\u0006<\u0003\u0001Z\u0006\u0000[V\bV!\u0011z\u03cdDFYp:\u0012\u0017_2~NB:=\u0007z\r|uf;um\u0765c\u07f3\u0006\f~\u0006?ZYg3\u0019,f\u0006~\u0006?Z\u00063z\u054d\u0002\u07b3S\"K0j-0!\f8l0.\u0003gs,3\u0019\f|\u00163\u0003>\u0003g-\u0003sv\u0019m\u001az\u0016jq\u0642\u03c1Z\u0004n\u0012|N\"p\u0017xG0\u000bM\u07fa`6mt#.=tg\u06339\u0003sua\u03f0g7`\u03f0g\u0005{`\u03f0g&\u001d^\n\u065c\u0016\f{\u001e\u0007{F\u0006MW\u0002,\u0011E\u001ei\u00070$\u966eAe6\u0007\fA~V\u0011\u0019l\u0000\\]g3Y\r3rA5;3\u0019I\u0007y\u0002y6<<`'EI3\u0001Z\u00021]7r\u013cmmPRca?\u00dfg3V\u0016\u0019\f?g\u0001n;ysug\u001b\u030a8\nPlcnyEk\bY\u0012\b;J>\"\u01a56m\u02fb\\\u0565\u0003\f\u0005|\u0006>\u00035\u0000>\u0003-\u0017Y\u0003>\u0003\u03dbtz)gsZ3y\u001c\u0019m#\u001c\u0005j&\t\u001b\f(\n\u0013a=M\u0010I; ,'I2\u069c8\r\u001b~l|g3\u0019\\+\u000b\f?\u00dfg3Y\u0000\\<FQ|\u070ay\u0011IZ@\u000f\u039eb5{()\u0006\u0012|V\u00154\u0005;\u0586]jl?>l`\u03f0g3\u0019\f{\u0005{=\u00deabfg3\u0019e\u0000{N=#k%\b>\u0011|\u000e\f\f{=`\u03f0g\u0633,3\u0019\f{\u00163=\u00dea\u03f0g-\u0003sv\u0019k&|JH-e\u0014|\u000et&n$\\.2`6nN-\u066bK'>A\u0000\u03c0gc\u0006\u0002<\u0003\u0001\u03dao\u0000\u0001\u03d6\u000b\u0001\u0001\u03c0M:s\u00149-Y.\u00078X5gD%!H\u0004~n$\ua31f\u00056>\u000b\u0005.?afL(\u025f@!6>z3i\u00176l|Rcf\u0003?\u00dfgs,3\u0019\f\u00163?\u00dfg-\u0003sv\u0019Ffs>\u000b\f\u0015\u00135HRn668\u0018B906\u06a0\u0765Cf\u0003|\u0006>\u0003gs,3\u0019\f|\u00163\u0003>\u0003g-\u0003sv\u0019m^-z\u0016&\u0011\u0015Z$YPc(>I\u0015q\u0006\u04e2\bt\u00104\u000b\"\u01a56l|Rcf\u0003{=\u00dea\u03f0gs,3\u0019\f{\u00163=\u00dea\u03f0g-\u0003sv\u0019\u76eb&|B\u024dxy!<\u03f2YR\u008du#jQ.\u0690um6\u0017L}~BoB!\u03f6\f \u0005y\u0003Z\u00063\u06fcZ\u001c`H>Wfg3\u0005{=\u00deea\u03f0g\u0633\u0019\u0019\f{=k\u0019\ubd93gH>@\u0273;h_F\u0017PH\r\u001c\u0015*Q$\u0012.9*$[FT\n\u0565k#\ry<3\u0007W7\n}6k\u0005iK|$I0\u0006(S\u0010\u001bJy\u001e\bo\u00044MmRc!a\u0001>\u0003g3V\u0016\u0019\f|\u0006>\u0001g\u0cd6\u0001n;y6Afs$wwv\u0019\f\f{=`\u03f0g\u0633,3\u0019\f{\u00163=\u00dea\u03f0g-\u0003sv\u0019\u001b\u02337yF\u0019gv\u0019\f\fy< \u03d0g\u0233,3\u0019\fy\u00163\b3w|%I\u001c\u0007$7isrW\u001aO|\t?\u001b3?W\u0017\u0019\f|\u0003\f\\g\u000e\f?oiqg$\u001b>\u0351|H\u0012\u0005YRo\u000b(V\u0005IsDIKum\u0765c\u0006\f|\u0006>\u0003ZYg3\u0019,f\u0006|\u0006>\u0003Z\u00063\u0004=G9J@2i_Q$P9V\u000bpVH\u0014v|\u000eb,^Fz^\u0007{RcI\u0010\f{6g\u0000{.3\u0019\u0006\u0019l`\u03da\u001d\u0019\f{\u07a4=K=\u009ea`H>@}\u001aw(>\u0015?_,*\u0522$i+\u0005Q\u001cP.Ye=S\u000bb6m\u0014\/?uEgc\u0006?\u00df\u03dao\u03d6\u000bM:s\u00149-\u0019<\u000e-\u000elQ\u0011\nEANC\u0005u\u7b080\u000f9\"JY\u0011>o8G^EY!1F\u001c@~mdK}\u0006>C\u03dao@\u03d6\u000bAM:s\u00149-\u0019<\u000eFY#y:\u0007{c6\u0005\u0018\u0273\u0000|\u0013\u001bN\u00dfG\u055d\u001e?qj\t!\u001c&E\u0014\b&H\u0005ZG]ml\u073dX\u05e5\u0013#g1\u0003sug7g\u0005~g&\u001d^\n\u065c\u0016\f~\u001e\u0007~FQ|\u0007\u000eQ\u0010i\u001e$\u0002\u0016?s\u0018\u0005M(g4%dl\u0003\u0007Uq\u0014|\u037bpw\u001a\u06cf\u0003\u0007m6g3\u0019\f}>\u0282>Cg133\u0019\f}2>m'O|&l>r|BHr\u07d6=gE\u0011ea,\u009eB-\\rBCm\u073d\\\u0565\u0013`\u03f0gc\u0006=\u00dea\u03daoa\u03d6\u000ba\u03f0M:s\u0014\u06339-\u0019<\u000e\r\u065b<#n;]se\u0006y\u0007j\/lO\u001cy_$\u0018jw\u001a\u000f\r\r\u0019\f?\u00df\u03f5g3Y\f\f?\u00df\fug4\u001bZ,Mcs\u000b\f}>\u02c2>Cg133\u0019\f}2>m'O|&l>r3k34-\u01b0g%i\f{ua\u03f0gsYg3\u0019,f\u0006{=\u00deaZ\u000637WMin\\sV\u0004A\u0011Qf\u0002eDTHOjCm\u0010x\u0015\u066bK\u05c6C!\f \u0005y\u0007aP.\u0006\\\u030a,K\u0167i6\u0004>ui'\u0019l\u0000\\]g3Y\r3rA5;3\u0019I\u0007}\u0002}6>CA|\u6d72gj;\u0005|V\u0015j\u035e4-5\u00009K\\=`\u06b49\/r\u0673W\u001a\u075bg\u0633-\u0003sua\u03f0g7`\u03f0g\u0005{`\u03f0g&\u001d^\n\u065c\u0016\f{\u001e\u0007{FsK\r^FVXE$s`\u00184\u000b$\u00163\u0506\u0006~6hW7z\t5L-Dh~(QK!t7:?,fE\u06a0\u0765Cwf\u0003}>Cgs,3\u0019\f}\u00163>Cg-\u0003sv\u0019m\u009eh>\u0004gt3\u03d5\u0019\u0019\f{{a\u03f0gsYg3\u0019,f\u0006{=\u00deaZ\u000637go<]\u03e7|Nz&\u0010\u0004.L\u03c9Za\u0000Y-7\u05134\u0506H\u000f ^]jl6\u0650g>\u0003suA!\u03d0g7 \u03d0g\u0005y \u03d0g&\u001d^\n\u065c\u0016|>,\u001a[\u0014mMhE\"|n$?7\u0012?\u000bw\/?\u0017,.r5Q?\u0017ET\u0014j2\u0000.0pw\u001a\u06cf3\u0007m6g3\u0019\f?\u0282?\u00dfg133\u0019\f2?m'\u03df|n\u0014l6\u001fg4|^l1>,Mcs\u000b\f}>\u02c2>Cg133\u0019\f}2>m'O|&lN|N=\\a\u03f0\u0017\u0019\f{6\u0005{=\u00deabfg3\u0019e\u0000{N=|\u0003y&c3k34-\u0190g%i\fyuA!\u03d0gsYg3\u0019,f\u0006y\u000b\u001ds\u045ajy\u03d29W\u000b8\u0016u|N8i\u0016oj#:Ug.5\u00188gc\u0006>C\u03dao@\u03d6\u000bAM:s\u00149-\u0019<\u000e6afsMyCDhgb.yY\u0012y\u001e\rQ\u0016\b\/\u00044MmPRca=\u00dea\u03f0g3V\u0016\u0019\f{=a\u03f0g\u0633\u0001n;y\r\u0657<\u000b\u0197,Fj\u0019R\u0014AYMP$VM9J \f\u75216g.5\u001ff\u0003x\u0006<\u0003\u0001\u03c0gs,3\u0019\fx\u00163\u0003<\u0003\u0001\u03c0g-K\u0000-Fe\bF\"s#Qg,m|\u0016\/?\u0017i\u001e\u0014QE\u0016 \u001b\bJ\u0012\u0442nk\u0003Rcm6g3\u0019\f?\u0282?\u00dfg133\u0019\f2?m'\u03df|n\u0014l6$F(\b4\u000f=\u01d0|\u000b@9W8\n]\u04dd$YRD&YM\u0003.>{u\t\u0012\u0019l\u0000\\]g3Y\r3rA5;3\u0019I\u0007}\u0002}6>CA|&l>\u0006O9\nXH\u0005M\u0018s\u001cE*\u0010Y-8L$l\r\u067bK\u0007{a\u03f0g3\u0019\\+\u000b\f{=\u00de`\u03f0g3Y\u0000\\<{F3Mss\u0016_\u0014$\u001cGQ\u0007\u0000\u03e9Z8\u0002A\u0007E,\u0526dg.5_\u001bp\u000fx\u0006<3\u0000\u0003sVQb\u001c$\u000f\"mP\u02f6\"\n%N\u0007\u000e&EB\u00036Ug.5\u0012\r}>3>W\u0017\u0019\f}|\u0003\f}\\g\u000e\f}>oA@iqg$\t{6=Py#\u0005y*`n\u001e7\u0018\u01f9Z3H;;\u001d7\u0018\u00136ka\u02de~Bo\u009ea\u03f6\f`\u0005{=\u00de5\u07c0=\u00de-\u0017Y=\u00dea\u03dbtz)gsZ3y\u001c\u0019\u001b3nn>l0Xx*\u000e\u001bT3<*EI\u0010\u0004$5\u0506]]jl?v=l \u03d0g3\u0019\fy\u0005yGNO\u001cI\u0012'\u000765 \u02c3{ t|\"\u0016'\u000ejF7b_\u001aO\fg1\u0003suAg7g\u0005}g&\u001d^\n\u065c\u0016\f}\u001e\u0007}Fy{g!t\\ \u0002UVvJ\u03228u|\"w\fiN\/={u\u001c=\u00de\u0019\u000b\f{=k\u0001{=[.\u0633f\u0007{=\u00de7`R`\u6d30g837g_<]B=GDx0\u001fE9L(\u0012\f4(>`*<:*>%Z\u06f4~pg\r\u0019\fw;\u00dd\u03b5pg3Y\f\fw;\u00dd\f.;\u000b\u00f8\u019d%[#wO]\u0480-s\u0006AY\u0410m{4\u0004;\u0013\u0018zGAI\\z\u03a3\\h.98NyE|v\r\u066b;M'V\u000bx\u0006<\u001b3\u0000\u0002v\u03828\u0373L\u0006v\u0382\u0003su\u0001\u0001\u03c0g7\u0000\u03c0g\u0005x\u0000\u03c0g&\u001d^\n\u065c\u0016\fx\u001e\u0007xF\u0379Q|jI\u001aY\u0016dW\bjy\u0014\u0016I!sZ(\u001c\u001f;\nRFyS6z\u0017zmdI`}\u0006`\u0002;\u039ao\u0396\u000b\u0641`M:s\u00149-\u0019<\u000e\uc31a6f:\u0012\u00bbd5g)F(I\u000e\u0000$\u000f,hMu\u0001:v6\u001b3\u0019\ft\u0006:\u0003ke\u0001@g\u0019\u0019\ft\u0006:k\u0019\u0000\ubd93\u03a89\u07c0}5\u0017sV\u02d5@RB69\u0007E\u001e\u0016ZUY\u04ecf\u001a8WwZ\u00146\u0019\u03bc\u0000\\]pf83Y\r83r5;83\u0019\u03bcI\u0007g\u0002g633 3w!B\"\u011c\u001b\u034dDi|c\u0367\u0014s\u038a(FV\u0005I\u0011\u000e\u0000\"YBx[\u0017owZ\u000fl\u0001<\u0003\u0001\u03c0g3V\u0016\u0019\fx\u0006<\u0001\u0001\u03c0g\u0001n;ysu`gytI\u001dsY-+\u00106V7\u055c(Es6SxQY\u0017;{u\u0110\tw;\u001b3;W\u0017\u0019\fw|\u0003\fw\\pg\u000e\fw;oipqpg\u051c\tu69\u0620\t\u055c \u0203@8\u001c'I\u001e\t^9a:\u0016:\u0011\u06fa\u0000}z@g\r\u0019\ft\u0006:\u0003\u03b5@g3Y\f\ft\u0006:\u0003\fuCg\u051co\u00199E\u001b<.}\u055c\"KZx\u000e\"ep\u02030)\u06a89oF\u0016b9WwZ\u0753pf8-\u00038supf7pf\u0005gpf8&\u001d^\n\u065c\u0016|>,\u001aI\u0014mM E\"Psn$67\u0012]#m>s\u001e'Y\u0016y\u0018\u0013Z\u07ab_\u000bK-\u0017\u000bzR\n3\u065c\u0001\u0e7a\u0000\u03c0g\u001bg\u0002\u00038supf7pf\u0005gpf8&\u001d^\n\u065c\u0016|Fb;hk]J\u000f1g=\u0011\u001ai3b\u03889w\u0004\u03c89\u0000\u03c0gs\u000b\fx\u0006<\u0002<\u0003\u0001\u03c0g133\u0019\fx2\u0000M'\u0015s\u000eY\u5198s\u0014A\tI9,\u0012iq\n\u07b6.\u04b3*WwZ\t`g>\u0003su`g7`g\u0005v`g&\u001d\u0639^\n\u065c\u0016\fv\u001e\u0007vFy{@g:N9. \u0013A\u0323\u0001\"W\u000b|q5z!9S.uNSf\u0003t\u0006:\u0003@gs,3\u0019\ft\u00163\u0003:\u0003@g-\u0003sv\u00191\u001b\/r\u001e>\u00139\u03d2L>)\u001c%q6s\u0010yBSc[\u0017\u011c}z9lpf83\u0019\fg\u0005g3\u00d9bfpf83\u0019\u03acep\tY\u0006\u0007W5rfD%!H\u0004mn$L\u0005\u7af3@Pd5H(n9\\=PvfY.4f\u0152g4$c\u0002y<3nK=\u0017\u02ddzmtIp}\u0006p;\u00dd\u039ao\u0396\u000bpM:s\u00149-\u0019<\u000e\ue31c6fs\u4737\u0015j\u000e\/hT\u0018Ho\nit\u00179\u0222V2\u001b\u06fa}\r\u066b;M'\u0003:\u0003\u0019\u0000\u000b\ft\u0006:k\u0001t\u0006:[.f\u0007t\u0006:\u00037R@g83r7 g_\u001c9\u000f\u001cz\u0014H\u0007\u00006\"2YUB\u001fn\ub09eowZ\u000f=g\r\u0019\fh\u00064\u0003\u0001\u0375\u0000\u0340f@3Y\f\fh\u00064\u0003\f.\u00014\u00100\u0016m|\b=F\"ps#Qg,8GEO)E\u0016\u0016\u0084\tD\u0014\nQ\u0005\u0003xV8M\u0016t[\u0017v8vl\u0001<\u0003\u0001\u03c0g3V\u0016\u0019\fx\u0006<\u0001\u0001\u03c0g\u0001n;ysu`gyt\tO(\b4\u000f\u0012\u163e#\"\u0018\u000f.\u001aN\u0011\\MR8E0\u030b,.'u.\"\u06dd\u0014A\r\u0019\fv\u0006;\u03b5`g3Y\f\fv\u0006;\fucg\u051c\tt6\u001b:\br%1k\u0006yPNG\b\u0006I\u001eyC6ui[bWwZO\u0000\f\u0005t\u0006:\u00035\u0000:\u0003-\u0017Y\u0003:\u0003\u039bt@z)@gsZ3y\u001c\u00195\u001b\/r\u0016^sYJ\u0018S\u0003\u02c5A\u000b\u001a\u0018\u0012\u001c'\u06fa!\u0017\u02d9zL\u0000\fg6g\u0000g.83\u0019\u03ac\u0006\u0019l\u031a\u001d\u0019\fg\u07a43K3\u0099\u0219Elp@HH]\u0012b\u038dDF\"\u011c\u0005\u03c89l'\u000b\u0011s\u0799\u0001\u0001\u03c0\u0017\u0019\fx6\u0005x\u0006<\u0003\u0001bfg3\u0019e\u0000xN\u001e<#\\(l>n]\r\u011c\u0011sFl\fvY`^\u0017\u0019\fv6\u0005v\u0006;bf`g3\u0019e\u0000vN\u001e;#\u6f3d\u036b\u03829`|r\u0015q\u0014:G\u0010sVA]Mrb\u03b3x\u0016\u008enb*3\u06c89o\"\n\u055dk@}\u0006@\u0002:\u0003\u039ao\u0000\u0396\u000b\u0001@M:s\u00149-\u0019<\u000e\u8318\r\u00179?.uK[\u0007<\u0112\u001aG\u00179 \u024a\"h#\u7f29*WwZO\u0012\u0000<\u0003\u0019\u0000\u000b\fx\u0006nP\u00104{\u0016\u0006\u00135S\u03f3I\u000e j1k#wS\u00133]ih;i3\u0019l\u0000\\]\u0010f\b3Y\r\b3rA5;\b3\u0019\u00bcI\u0007a\u0002a600K}}%[#aO]\u0480\u0362hf\b\u0004\u001diF\u0019\u0019Z`g\u0004fg3\u0005x\u0006<\u0003e\u0001\u0001\u03c0g\u0019\u0019\fx\u00064`\u0370fc\u00065\u00daa\u035aoa\u0356\u000b\u05aca\u0370M:Xs\u0014X9-\u0019<\u000e,\u001e\u05e55\u0002'\u0005J\u0001i\u0013A\u001b\u019c\u0014\u000b'\u0005v''\u0005 \u0350\u0005i6\\fH3\\\u0016\u0019\fi4A!\u0350fH\u0001n;yD\u0017y\u0002D\u00140@N\n@\f\fa0 \u0010f\b,\b3\u0019\fa\u001630C!\u0010f-K \"68]jD%qR`#\u00113g\u0016\u03ba\u0002!\\9+(Cy0\u0003qr\u0003:gI\u0000;Q,,u\u001d$oj\u05a5\u000erg4(6\u0004y<\u001b31g-YO\u0001x\u0006<3\u0000\u0003Xsua\u0370f7`\u0370f\u0005k`\u0370fX&\u001d^\n\u065c\u0016\fk\u001e\u0007kHmBuPsgA8kD\u012d*\t5\u0007I\u0016\u0014Lrf]Wz\u0004\u0011\u0019l\u0000\\]fP3Y\rP3r5;P3\u0019\u053cI\u0007j\u0002j6\u00055\u01c19\u0019\u0006\u000blKs\u0016FaY\u0016dt`\u0007\u02ac\u05b1ZcuM6b\u0019OW6NE\b3\u0656\u0001 \u0010f\b\u001b\u0010f\b0kv\u0010f\b3y\u000e\\\/\u0005lN\u000ba>#an\u0010E[#a\u0010D\u001c\u0015H\u0004gn$\u0319\u000564\u000b{tOV`\u0011Ga\u001es\u00040\u028aThH6jf\u000eNa\u001c\u0006(\u046cK\u001b!^ij6\u05d0g>\u0003suA!\u03d0g7 \u03d0g\u0005y \u03d0g&\u001d^\n\u065c\u0016\fy\u001e\u000byN!f4\n4\u0003A*\u0002\fy< \u03d0gs\u000b\fy<\u02c2_\u0016\u0005\\,+~g\u001eFOv\u001d~x8;t${\u000f\/=o~S1z?\u06fbim\u03f7_T\u07ebX9MT\u0004\u000eB!-7\u0015[\/nK\u000fxX-EM^kdYmj0\u03cb_O\u07fdfYo.z7-V_\u0010jo G\u000bn\u0739YU\u000bR\u000b\u000f,[q\u0017u;X@:\u001e\u0512V\u0300=.dP\rx~Z\u0779{!X}\u001b'8?'G7\u001c\u019aTx1v\u001bn|1\u04b5\u0013`d\u001fp\u001eL>\u001eo\u0572x\u0563\u038e3\u01f3cn\fD4i\r#\u0340\u00171\u0480o3[NBC(kkw\u001f@-'Ogg\u000fV\u010anm\u000eh\u001eZ;r\u0007[f}gW\u0003\u0011Zk|'V\u001d\u012f\u0002\u0001@\u000e0\u02e4p\u0000\u000eRQ\u0013V\n\u01bb\u00f7ZG\u0789^ql|T\u000fw+\rk\u001aqN{\u0619Z>|]m\u01ab\u0001=\u001f\u07af~ownO?W\u0004\rVNu\u001f<\u001c>v~jr8y\u00177\fgy;\u0000>=~\b\u001f\u001d1x\u019dG\u001a\u00ce7\u0004g\u0019\u000ezc1>7\u000f\u001f>^|Y}o\/e\u0014mE=\u0010v\u00148\u0010>.\u0010\u001a\u075d6\u001beE}M+ja?|,\u0000\u07d7gq;DC\u06fb'=dy5Uk\uc17d_><>>\u0002]M|\r^_%9ee?>~\u000f~X}\u001f{w}>\u047efY|=H'\u001bzVw~5q\u06beGsD\u0010g<\u0744S{?\u0716\u0019JRvxL=\u05b3o_lz|ZcH6w~KOg>,g\u032e\fCKACzt\u0774\u0774}t}t|\u0002t|\bt}\u000ex<\no\u001a\u0003\u00db?x%b\u001c>DS-z8|R(u}\u0435b#\u001b\u000f\u0002k%\u001d\u0103Y\u0011NK\u000fc\u0002\ubac7\u0006\u0004\u05f7\u000f\u0013\u0010\u001c#~z48{\b\u0018p\u0737\u0019\u001a\/\":]E\\XwgCiih\u0013Z?2\r\r^s\u0010$$K@6R4g\u000bi\u001b6B>T\u01de,\u00064k$q#\\'0b\u0012G0q\u0010^\u0016}<\n(#J\u0662>!a\u001b8~X61p1hh\u0013\u0018Dr\u01b99oP\u0720\u001a4\u0737Q0 *$*La!s#\u00057u\u01b0 \u001f\u0017H9)BykgA\u0014Ct9!yCC^W\u0019\u0000q)\ty\f\u001f\u001fg\u0005.&27PHu82T:lx!%bNx\u0190,^i\u0004>\/%1\u001f\u0006;1G}{\u0642Kwa\u0018|69\u7bfe=<\nnNiqc\f\u079c$x)XG0`\u0748l=xSw\u0016\n7UkQ\u001f\u000eai\u0016]yz[6$Z\u001f9bQi>;nQ\u0007u9ziX[!a2j9\rPM{\u001c9\r$r\u05caMONg`oF>>Y\u01f9!\u0000X\u032f;\u0000Y\u0002@<\u001bBt\u0001@\u001e\u06db\u0018\u0015\"C(~{\u0019lb\f1j,?N=?w<+'\u00134~?\u04519Ns\u001d\u001aOZ\u000f rWw\u07fe,_zlc3L>\bA\u8502\u001bp@y\u0014 }z\u01c1\u000b;-r\nWz\u0014\bSt;7l#\u001e\u0333gQ\u0012$FO\u0017p^4;Aq\u000fX\u0016FvLgLuLk,\u000fHvWuA|\u0713d\u000f\u001e9A,\f l+\u000ePl\u0003\t-?\u0012Kngw;\u001d.l?\u04e1J\b_6k\u0003[![l\u04f4tW\u001a]ALysf>\u0012z\u001dI8V;J0\u02d2L\b\u0005\r*R8 \u0013\u0000Z\u072b\u001a\u001a43C\u001903aF49\u000e]^iP>A\u001c\u001e\u0006{HKG\u0005\u000e:N\b>\u0007\u0001R\u0016:\u0000w\u027e\\\u0000\u0017\u0007\u03e1\u001eg\u000b\u001f\/qR\u001eY4]z,W0sr\u0013\u0018\u07d5I\u0626Cl\"6y\u001d\u01e0yhEK|Qz\u001ey\u0719^x\no.e$\n\u001cn\u0001KM(z3rx9N|\u0007E\ub162\u001e\u0014qg^sZkwY4>`\u001a]\/0\u0019~g\u0015{_\u0002ldT%\u001a\u001f(\u0017X3\u000e\u9fa7\u000bqu;\u0007\t\u02a7\b<\u07c1}&s~G\u0005:'XQ\bQo:Q_\u001a>g\u0000{\u000b#`aV\u0010>gqn%\f\u061cM3w\u07f8\u0007hgr=f\u0484c\rc\u0003#\fc\flQ=\u0018dKX9\u043fT.\u0012n\tT}\u001e{xo{ev]\u031f\u0011`=\u0545\u000fvw2\u001cF\u0014\u0015\u079e1<`h\u001fC\nP_phh\u000f%\u0017~ej\u001a_Z}?oS?N8m\b\u0007\u0011su\u0774\u0774}8\u001e~!6vu|\u0004t}\nx<\bo\u001a#]:Acm\u001e>~\uda4f\udf22Ot`:HfHeE\u000eKs\u0166wGxZ9}\u000f{\/l.\u0017a\u001cGs Ou\u001e\u001e\u000f#=:v\u0278w\u001e\u000fxZ>,WC#\u0018|8>\u001e0\u0016v\u0010N+~:9%s\u01c3Ks\u0166xp\u000f_\u0017~*0\u0007}{A?QG\u0019CP\rzaT}\u001f\f{\u000fBzMoKzG:%\u0010`1\u001fe\b8\u0015\u000br\u0018ps\u00000\u0004^\u0000h1\u001fVON=\u0000H\u0013\u0000q}iA`\bz 0\u0004e^\u0010\u0006V\t{#t\u0000\u07fa\u0005-\u05c5G\f\rN\ts\u0006\u0006iZ>=\u0001\u16f8gj >\u038eZ)\u00057\u06a4\u0179M)?\u0013x\u07f7?=_\u05e9\u001e\u05a7\u0010\\nzO7V\u0013cqk\u05fd\u0013#kGzg3[|et{%5kTC)`(ia(9+CC2T\u02afX^?ZOU^5c_~,;R\u07b1>D\u05eb\u0019z}\u001eY\u0005p\u00aa\u069a_!'\u0010WJDhMzY\br3\\~?LGG\u001f;Z\u001c8N\r \u0013\u0007q;GN\u0001zN?VP8[Y\u06cfj}X\t\u0002\\n\u0469q\u000esm)\u045e|\\};lnG\u000f_\u001fO\u001c\u06fa\/G.TNua*=\u03bcZ\t\u000ea \u0015\u01b0uT8\f7*\u03fd:\u0015\u00a1|9C\\UPs3\u03edC\u0001=0g\u075dF\u001aO\u001f}i5\u07af\u001eo}ij],\u0016!\b';,\u0204\u0001\u001b\u0007f\fj\u0007Ps\fc\u001f5-\r\u0000w\u06e7\u0019G\u0011\u0002\u0019tK\u06c7\u0371Dk1lZ~jGo>Z~Qy\u01ee]?&\u054f7o.|zrni\u0017\u001e\u0367\u06e7o\u001foq\u04e3^\u001f\u0016e{hm\\\u0015V&]x|\u001aMo\u0017>t\\l\u001f\u001fnWutj\u01cdOzjc\u001a\u0124K\u0015O>\u0355&f1yz|no+;u\u0013PZ\u076d|Q\u38caOeGn^QQ\u001e3\u0004Q\u0005_?\u0127\u0577wB}vJ\u00fbOK%\u0006z\u001d_\u3e05p\u000fw\u7c75u\u019bT;yo\u000ef\u037f.T#|C\u073cAoz;pN*z'\\S\tY\u00046w\bSZ\u0574ob7O\"\u000eT75ae|\u001f8\u0016O\u0007b\u001fc\u0013\u0004-.~Z~6:\u0003ssPU|Z\u077f^~^|sgS.o_o^<,\u0017\u001b-\/Y\u000bOSL\u001fj7)>}\u000b}xZY\u03eb|\"&\u0547uL*4pc>\u001f~_;[o,c+\u0006x.uGgw\u000f\u0005\u01f4\u06c7\u02a8,m==\u000epbt\u067f*?F:p9\u01c7\u06ef\u0016\u001c\u001ek.?vI7\u001e+\u001e\u000fmk~8|`0's}\u0011%$\u000fO\u000f\u0006\u037f~o4ue,,\u0142\u05efsb\u0004s\\Sq\u0752]\u0673_\u057aWJZSmGTT\u0013b<(4\f\u00ba6\u0015E\u0012\u06ba\u001d=JY^_\f\u0012+e\u001d|Rp~-;\u06bcD_Eb\u0002:o\u001eYk.\u00114ny\u0005Xd]g~-?,yt\t\u0015oe6mbhC\u07c7\u015eV;>\ucc82mw{ n>\u000f]\u001exX^t{S:GO.6^\u056b2Niay#\uf872qkT\u05d2vo\u0003\u05f7\u000fo\u0010,\u01516y\u0019&\u000bVi^4u\u071f\u001bW\\77rx\u8eb9i2\u01ab2Q%[)zlV0n4\t\u07df-6\u0557\/onn\u001a\/\u0016]xronn|^4\u07d3g=\u001d\u07d4\u0018>q%\u067an{\u001bAQ\u677eY%-[\u0015f\u067a)U\ne6\u001e\u0018T7vIT%\u0764<\u8af2?\u03a1\u07a8jej_gY\u001b+.G~NW\u06befe4Joo62\u001a\u0005\/J+{n[S\u0016o\u04adoUi$|C\u053fC;eoo\ub7a1Ri~QZ8WcR5:\u0004f^F\u01d8&AIU\u000f\u022a.)w_|Z|\/\u001eo?H=rx(|Wr>\r\u0452\u077a3%<<;\r(z\u001d\u04c7YGJ\u0404*\u0002\u0002a#{y\u0017?\u000e}Z(oGl\u02d3HYp#\u000bk_\u0015\nn^\u001a\u000egz\u00153i\u0178M]\u001dzb'\u0155\/8>+a`7 f{#f\u001be-\u0012\u00014@f\u001c\fd\u00062\u001b6K s\u0018\u00022\u0003\u6c80@f 3Y\f\fd\u00062\u0003\f\u031a!4\u000fKF\u023b$ s3i !Y6\u02e3\"\/L9PS,\u000f\u001cj\u0007R=0\u0017\u001ewWj\u052b.W\u009cOzPg>\u0003suAPg7Pg\u0005uPg&\u001d\u0539^\n\u065c\u0016\fu\u001e\tu\u0016Ir_\"\u0011YO\u0003u\u0321P\u0019h\fuYBP^\u0017\u0019\fu6\u0005u:CbfPg3\u0019e\u0000ulO\u001cX\u0003\u0005\u0016%\u0018!P\u0014\u0739\u001a\u001aa\u0018rj\tU4\u000bbef\npW]\u00046}\u0006\u00026\u0003\u035ao\u0000\u0356\u000b\u062c\u0001M:`s\u0014`9-\u0019<\u0012,\u0003\u07b4M*ps#\rY3\u000777ff1f\tnn\u001a{]fp3\\\u0016\u0019\fn\u00067fp\u0001Y\u0000,~\"~\\\u00197K-\u0002n\u0013\u00067\u000b\u01a7W((Cu(\\=ZHS \u0013x\u0017U\u001a;\u02d5\u74f4\u001e\u0019\u0000\\]g3Y\r3rA5;3\u0019I\u0007y\u0002y6\u0003suA!\u03d0g7 \u03d0g\u0005y \u03d0g&\u001d^\n\u065c\u0016\fy\u001e\ryn\u001c \\D7\ny\u0013A!\u03e64\u0019h\u0006y\u0003suAPg7Pg\u0005uPg&\u001d\u0539^\n\u065c\u0016\fu\u001e\tu\u0016Ir_\"\u0011YO\u0003u\u0321P\u0019h\fuYBP^\u0017\u0019\fu6\u0005u:CbfPg3\u0019e\u0000ulO\u000eg\u0722\u0004#d\u0015;7\u0013@\u1a3cK\b\"\n\"%l\u000e\u0562Pf\npW]\u00046}\u0006\u00026\u0003\u035ao\u0000\u0356\u000b\u062c\u0001M:`s\u0014`9-\u0019<\u0012,\u0003\u07b4M*ps#\rY3\u000777ff1f\tnn\u001a{]fp3\\\u0016\u0019\fn\u00067fp\u0001Y\u0000,\u001a\u0002'7f\b3n\u0016T\b\u034dD:0p,+(Cu( H\u0692gU;5\u0007PPzJIZ\u000f\fyg\u0000y.3\u0019\u0006\u0019l \u03da\u001d\u0019\fy\u07a4gc\ucd7a\"\/\u0007%\u0004\/\u03c3m\u001d\u0002XtE_NIIq4\u0015[(Qs\u07f7g{5\f#\u04d4DW;\u0019o\u001a\u01c27xslxsA=\u0019o\u019b8\u0005ocfy#\u07ac\u001a\u079c\u001171xsP\u001do\u019bjxP\u0019o\u011b\n\u078c7r_x3\u078c7jcx3\u078c7A\u0003xsPYWi \u0015<\u000f\u06a38=Le\u001b3<8r-K9i@&e'\u053c`\u0000<\u0016\u0019l\u0006g\u0003l\u0006#\u0005l\u000e`3<\u0101~\/`\u001c\u000b6\u001bf\u001d(y\u0016\u00037\u0007fy\u00067XMy^\u0019np3,\u00057p3\u072c6\u00067p3\u001c4\u00007\u0007u3\u00d8)\u000bb\u073cdBy:\u072c\u0717i\u063a*R\u066d\u0539g\u0005-\u0235\u00054 N\u01b2\u0013y^egyj\u0000y\u001e\u000b<#<#\u03d1<\u0007g\u0019y\u001eg\u0017YE\u0233jd\u057bX\u01acs\u0018<#R\fZ\ry\u0016!3|mAgY\u000byFgYm\fyFg9h)Y\u001e\u00069\u001d9}2\u001a-\u0017\u0305\u0011<\u000fZ\u01dcA<[r4e\u02bdw\u0416 s`<$M\u0018N3\u0007.S\u0003Xep\u0019\\\u000e\rp\u0019\\\u0014p9\u0007.\u0010\u0007.r,\f.o\u0004U1V30\u0006^\u000e2\u001cTc5yex\u0002\/\u0017\f\/\u0018\f\/r\u0000\u001c}|^>gc\ucd7a\"\/\u0007%\u0004\/\u03c3x4`\u00156)\u0019\u0352X]C\bs\u0007-6ge}\u04b6?]v=3T[\u0001(S(Fp\u0010\t#\u064920w\u00183<51\u0005c\u019811Hz\u00183\u018c1\u000fq\u0018\u000b,b\u0018FYk9#\be\u000ecP:\u028c2be9V\u0013eWF*(3\u028c2}(3\u028c2(3\u028c2\u0007\rAWf~6^+*szPrO(:'_\u0267I\u0443JWfcMV2\u001a\u03f0\u0656}ww\u02224 KS\u01b2\u0017l^cfyj\u0000l\u001e\u000b\f6\u00016\u0351\u00026\u0007f\u0019l\u001ef\u0017Y\u0005`19\u06bc0\"n&F9o-s^:Z7GbZb5\u0019yF-3<}!3rr\u0018\u0796xl]}\\\u0015V=:rK|V\u2dd7\u0001yv4*<#S\u0003Xg\u0019y\u000e\r\u0019y\u00149<#\u0010< r,|Y|y\u001e\u0013\tb0Y\u0010\tgIL\u0002g\u00128\u0007 f\u0019b@\u00103,\u00051C\u00103\u012c6\u00061C\u00103\u001c4\u00001\u0007u\u001fI|LYN\u0002\u000ey^a\u0459\u0004\u03af`g\u0019v\u03b03,\u0005;\u03b036\u0006;\u03b03\u001c4\u0000;\u0007u\u001fI<^(,WrF\r\u00128GbHZ\u0004b5\u0019l\u0006-`3\f6}`3\f6`3\f6\u0007\rA\u0747f\u00128]n\u00138\u07dd,}Xn&kk5\u0019n-p3\f7}p3\f7p3\f7\u0007\r<\u00057kpZ]\u04c3{\"kY\f<\u000bZ\u0007\u0006\u0375m:=r\u030d[=6'\fs\u0494\u0004W;\u0019b\u001a\u00021C\u0010sl@\u0010s@A=\u0019b8\u0005bc!fy#Le\u0016,T'k3Y_\u03b03|magY\u000bvagYm\fvag9h\u0000v\u000e><;ysfRYc\u0002sn+['X\r28\u0003\u0003\u000fJS%9i@~\u000e\u2531DW=\u0019y\u001a@\u01c2<#sl s A=\u0019yF8\u0005yc\u7dd4\u7724f\u0441(\u0286\rdpnt9\u03c31gm\u0013s]U-\\R;mp\u0001:'\rc\u04e4\u0004W=\u0019t\u001a\u0000\u0002:\u03a0sl\u03a0sA=\u0019t\u00068\u0005tcAgy#;\u0001)1cme(^:[We_s#\u0004;^\\uvKU^r`\u0280R\u01b2\u0013u^ePgyj\u0000u\u001e\u000b::\u0391:\u0007Pg\u0019u\u001ePg\u0017YEQ\u7368s^JdF>py\u001eSl=LUk\u0007\u0001|X\u06b85r\u01d6`s\u0480<.M\u001aNy\u0003\u0001y,`3\f6\u0007\u0006\f6G\n\u001c\u0003fy\u0003^f9\u0016l\u00067(_kuAF\u000b1psP}\u0379+[\u001cz7Z%4 N\u01b2\u0013y^egyj\u0000y\u001e\u000b<#<#\u03d1<\u0007g\u0019y\u001eg\u0017YERG\u0703<\u0007%DF\u0018y\u0016\u061c\u0015E\u07729}s\u05adN\u02b3,m\u047a;H\u001a8e,;Uf\u000fh\u0006\u0006\u0000@3\u001c<\u001b@3\u001c)@sP\u000fh\u0006!\u000eh{\u0001X\u0019h\b4tf#9u]>Y\u0016g\u0018V\nW\u0001yS\u01b2\u0013u^ePgyj\u0000u\u001e\u000b::\u0391:\u0007Pg\u0019u\u001ePg\u0017YEQ\u73683Y\u000b\u015d\u0719\u06ad\u001d;.\u032d\u001dri$\r\u04a4\u0004W=\u0019l\u001a\u0000\u00026`sl`sA=\u0019l\u00068\u0005lcfy#L\u0016+[qn`\u07779Uo\u0255\u7fb2)eYS\u0006!N\u0019NyC\u0001y,3<\u0007\u0006<4tP\\,'d\/\ua8aa0sun\u000b\u0002^R\u0016s\u0480<7M\u001aNyCQ\u0001y,3:\u0007\u0006:G\n\u001cCQgyC^Pg9\u0016uF7dq\u001e\/ti5zk[[A\u07db,}Xv&k5\u0019v-3\f;}\u03b03\f;\u03b03\f;\u0007\rA\u0747gg9]n9k\u00f3.9\u05e5^#Y>g6ES\u0006g$N\u0019NyC\u0001y,3<\u0007\u0006t)I&8sS\u9557:7[\u000e[\u0006iXv\u03ab\u001e:O\rcAQg9x6Pg9RP\u001e:C\u001c:\u02f13\u0011u&x\\}\u065d7H\\i[e)l{X9e@~R\u2531\u0004W=\u0019l\u001a\u0000\u00026`sl`sA=\u0019l\u00068\u0005lcfy#LJ+[U3:\u001fV\u0275J\u0233m\u00165=2:\fI2*<#S\u0003Xg\u0019y\u000e\r\u0019y\u00149<#\u0010< r,X;`(A=,\u0006s\u0005LFg\u00e23\u0019_\u03a03|m\u0001AgY\u000bt\u0006AgYm\ft\u0006Ag9h\u0000t\u000e><:t\\\u03a7\u760cB\u0747Ug2:VCQg\u0682:\u03a8\u0017:\u03a8\u0018:\u03a8s\u0000\u001c}xu&x\\})6\u001c!k52:f\u0019l`3,\u00056`3\u062c6\u00066`3\u001c4\u00006\u0007u\u001f\u001e|vp\\}LFg2:\/g2:VCg\u0682<#\u0233\u0017<#\u0233\u0018<#sS\u0233\u0006g\u001e\u00159=('2:`\u03b3;\u001a;\u0016\u0019w\u019dpg\u0019w\u019dpg\u0019w\u019d\u0006p\u00fb3\u025d\u03eety\u03bd\u0006\u0014J*yrg\u06f7v\/J2 ?=qXv\"\u03eb\u001e\u077a\u0019\u001dl;%\u00149\u03c2Y\u0019\r\u0012:\u001b\u06fbupnj,+\/.,K2 ?%qXv\u0002\u036b\u001e\f4O\r\u0000c\u0001f9x6f9R\u001e\f4\u0003C\u001c\u00024\u02f1@3\u043c\u0011h&2f\u000f]R\u0011?sFg\u047bZ&;7mi+jZ$s\u0280)c\t;2{3<5\u0000;\u0005va\u0640aHz3\f;\u000fq\u000b,\u03b0F\u0619\u0002r-q&3\u0019\u00173\u0019_\u03b83|mqgY\u000bw\u019dqgYm\fw\u019dqg9h\u0000w\u000e>;Jg\u5e6di4.\u001c27{M1w\u0001yv4*<#S\u0003Xg\u0019y\u000e\r\u0019y\u00149<#\u0010< r,=z\u001e\u00159=('2:`\u03b3+\u000f^Ml)*\u0004-:[)a\u0019>\f)\u04d4\u0006W?\u0019|\u001a\u0000\u0002>slsA=\u0019|\u00068\u0005|cgy#y>\/L\f?oQmeL{\rc\u001bSz\u03f6*\u06f7\u069e%4$OF\u0017~^ggyj\u0000~\u001e\u000b\f?\u0001?\u03d1\u0002?\u0007g\u0019~\u001eg\u0017Y190\"&V\u0001z\u0019\u02e2-z1\u0000\u02be\u001a\u0005\u00006$\u000fPF\u0013^i\u0000h\u0000zj\u0000\u001e\u000b\u0000\r@\u0003\u0001@\u0003\u0411\u0002@\u0007\u0000h\u0000\u001a\u001e\u0000h\u0017\u0000Z\u0005\u0012,$qFPrO}>gA;[^[;ZR\u7bb2uezE\u0017m}N\u001au7i4;\u000fyF\u0006 3\u001c<\u001b3\u001c)sP\u000fyF!\u000ey{AX\u0019y\u0788.>sX\r|\u0006k\u000b\f>r_3\f>jc3\f>A\u0003sPr\u0011O\u066dl=Bg\u0012\u000eY7\u0486\u0014-N\u0019^y\u0001y,3\f?\u0007\u0006\f?G\n\u001c\u0503gy^g9\u0016~7\u03e4}>R\u0000Z\u001e\u0000i-m~g.iS\u0014-N\u0019N\u0000z\u0003\u0001\u0001\u0000z,\u00004\u0000\r@\u0007\u0006\u0000\r@G\n\u0000\u001d\u0003\u0001h\u0000z\u0003^\u0000h9\u0016~KH7\u0015\u0001zI\t%g1,h1=+f3\u05b6>W&A\u0017gW~L|N\u001as7i4;\u000fx\u0006\u0006\u00003\u001c<\u001b3\u001c)sP\u000fx\u0006!\u000ex{\u0001X\u0019x\bS\u0003Xg\u0019|\u000e\r\u0019|\u00149\u0007>\u0010\u0007>r,\f>o\u0004<^(,W\u001a?w\u0007}SnE\fp\u0661)C\n\u000eK\u0019^y\u0001y,3\f?\u0007\u0006\f?G\n\u001c\u0503gy^g9\u0016~7d}>R\u0000Zq^\/\ubcf1{7&;u6\u0000!\u0005\u694cf\/\u0000\u0001\u0000\u0000\u0000=\u0016\u0000\u001a\u0006g\u0003\u0006#\u0005\u000e\u0001\u00004\u0000=\u0001~\/\u0000\u001c\u000b@%@npZ]\u0011\u04c3{\"Y\f<\u000b\"}\u166c\u03d1\u000bd}\u001e\u00013|m\u0001gY\u000bx\u0006gYm\fx\u0006g9h\u0000x\u000e><\u0001>\u03d1\u0002>\u0007g\u0019|\u001eg\u0017Y\u00053Y\u000b\u001bOfg2muKZ\u001b{)C\n\u0016f\/\u0000<\u0016\u0019~g\u0003~#\u0005~\u000e3<~\/\u001c\u000b?\u001bg>])\u0000-W\u001a@\/j[\u001d\u03fdLu)C\n\u0016f\/\u0000\u0001\u0000\u0000\u0000=\u0016\u0000\u001a\u0006g\u0003\u0006#\u0005\u000e\u0001\u00004\u0000=\u0001~\/\u0000\u001c\u000b@%@_]\u0003VW\u0004|\u0016\u0003=\u03c2\u0016\u04f3m<\u018ai\u001bRMVx.iS\u0014-N\u0019^yC\u0001y,3<\u0007\u0006]&,W\u000fn(iv}\u0317\u0016}N\u0019R8e4{u\u000f|\u0006\u0006\u7c403\u001c<\u001b3\u001c)sP\u000f|\u0006!\u000e|{\u0001X\u0019|\b>yPY\u001el}VrN])\u0000-Wx5>\u06b6Olk\u0016\u000b\u0000!\u0005iSF\u0017^g\u0000h\u0000zj\u0000\u001e\u000b\u0000\r@\u0003\u0001@\u0003\u0411\u0002@\u0007\u0000h\u0000\u001a\u001e\u0000h\u0017\u0000Z\u0005\u0010\f\\TJ\u0011\u0013ibYN\u9674\u03e4}~TI<>yPYNq7i\u5e8f\u03e4}\u001e3|mgY\u000b~gYm\f~g9h\u0000~\u000e>}3\f>3\f>\u0007\rA\u0747g>\u0017W~}AK##[\u001b-!|4:\u0007?S\u0003Xg\u0019~\u000e\r\u0019~\u00149\u0007?\u0010\u0007?r,\f?oI|v\u0000\\}7HLc5>G*\u0003\u0431\u00002\u0000}U\u0001\u0001h\u0000Z\u000b\u0006\u0001h\u0000Zm\f\u0006\u0001h\u0000:h)\u0000Z\u0778vZ]\u0011\u04c3{\"Y\f<\u000bZLc\u0017\u0433iJ-{QkY!\u0005iSF\u0013y^igyj\u0000y\u001e\u000b<#<#\u03d1<\u0007g\u0019y\u001eg\u0017YE3iO[{Eu{n\u06b2:\u0016i\u0005g\u000e\u07c3n=9iH>&f\/\u0000<\u0016\u0019|\u0006g\u0003|\u0006#\u0005|\u000e3<\u0101~\/\u001c\u000b>\u001bg>\u0017\n?7uc\u0374\u03e5[\u0491\u0002\u000e4 mqh\u001f\f?O\rcg9x6g9R\u001e\f?C\u001c\u0002?\u02f13\u0011~&\u0655\u0016ro(:si\n~ 2\u0001\u0155e_Z\u0722)C\n\u0016f'\u0000\u0001\u0000\u0000\u0000=\u0016\u0000\u001a\u0006g\u0003\u0006#\u0005\u000e\u0001\u00004\u0000=\u0001~\/\u0000\u001c\u000b@%@\u001bX8\rr:\u0010\u0001Z\u001cI)\u0006z\u0005Ygl3Vw!\ubcedKkiX9eHA\u0004W?\u0019x\u001a\u0000\u0002<\u0003sl\u0000s\u0000A=\u0019x\u00068\u0005xcgy#LeBru>^\tY#u\u001f\u0017\u0017\f>\u0018\f>s\u0000\u001c}x|&x\\\u03efWBHg>g\u0019~3,\u0005?36\u0006?3\u001c4\u0000?\u0007u\u001f|v\u0000\\}\u06e97VMlZ& %}.?,M0 iqhv+\u001f?O\rcg9x6g9R\u001e?C\u001c?\u02f1[F\r*\u00159=('> \u03f3s)\u5253>wE\u0657Mm`m|-*4_w#eH\u0764\u0004W?\u0019x\u001a\u0000\u0002<\u0003sl\u0000s\u0000A=\u0019x\u00068\u0005xcgy#LeBr \ub1b2w>_\u00052}\u0010>\u001b\u0006=9iHA\u0005\u05d9?\u0019|\u001a\u0000\u0002>slsA=\u0019|\u00068\u0005|cgy#LBwJ\u001ag>^lUg[\u0017UU4\u02a6eIS\u0014$-N\u0019^y\u0001y,3\f?\u0007\u0006\f?G\n\u001c\u0503gy^g9\u0016~7$}>R\u0000Z\u001e\u0000>U]EF&@4F\u02f2>\f)Z2\u0000J\u0007@\u0003S\u0003\u0000X\u0000h\u0000\u001a\u000e\r\u0000\u001a\u0014\u0000:\u0007@\u0003\u0000\u0010\u0007@\u0000r,\u0000\u0000\u0019\u000bkuEN\u000fJ\ue26cg1,h\u001dzVg%\u000f\r;Wu\u02e0V\u0019|-\u001d;'\r\u07ef4pJ\u00077S\u0003pXf\u0019n\u000e\r\u0019n\u00149\u00077p\u0010\u00077r,\f7osr=w\u024armg'y\u001e^ge3zJt\u02d4\\|vq-\u0007=K9iH>&f\/\u0000<\u0016\u0019|\u0006g\u0003|\u0006#\u0005|\u000e3<\u0101~\/\u001c\u000b>\u001bg\u0015^\u0001T'M\u0683hFQy\u0016K~\u79aa.bnM\u0578*(\u021cihb\u001f9O\r`c1g9x60g9R0\u001e9cC\u001c9\u02f13\u0011s\fA\u0010+\u001c\u0006ng\u073aUuk\\n\u000b\u06f4E\b\"N\u001a\u000fI\u000b@3\u00004\u0000=5\u0000@\u0005\u0006\u0001\u0000\u0001H\u0001z\u00004\u0000\r@\u000fq\u0000\u000b\u0000-\u0002o\tZs\u0016^8#('\u0012<@\u03f3 \u0012<*9g4{f\u0012yPY\u001e6<\u0017\/\/I\u0395>kJ\u0015v.\\\tC\ns\u0015'f\/\u0000<\u0016\u0019~g\u0003~#\u0005~\u000e3<~\/\u001c\u000b?\u001bgr=])\u0000-WT\u075e:\u05f3\u000ekpm\u001f<\u05f3M4\u0000!\u0005SF\u0017^g\u0000h\u0000zj\u0000\u001e\u000b\u0000\r@\u0003\u0001@\u0003\u0411\u0002@\u0007\u0000h\u0000\u001a\u001e\u0000h\u0017\u0000Z\u0005\u00123MuE^nB\t\"Y\f<\u000bZLJ\u038a`\u025e\u00ad\u0014Z;#po\u0002K!\u0005\"RF\u0017o^gfyj\u0000o\u001e\u000b\u078c77\u03517\u0007f\u0019o\u001ef\u0017Y\u015bx3\u025eO[q&\u0673Pdg=V\u0003g\u0002>\u0017\f>\u0018\f>s\u0000\u001c}x|&x\r(ns\u04f8%H)-dxnL]^e\u0019S\u0014d(N\u0019^y\u00dc1\u0001y,39\u0007\u00069G\n\u001c\u00dc1gy\u00dc^0g9\u0016s\u019c7bdx>RYcN\u0018\\3s\u001eV{]\\\u0016VsE\tS\u0014$(N\u0019^y\u00df\u0001y,3?\u0007\u0006?G\n\u001c\u00dfgy\u00df^g9\u0016~KVVWH|\u0016<\u03c2H_[g\u0019|\u0002g\u0019|V\u001b\u0003g\u0019|\u000e\u001a\u0000\u000f$x\u001e\/tL$x\u07859y9c\u0398\u0005s\u019c1g\/\u0019s\u019c1g1\u0019s\u019c1\u00019L+E$x~}\u000b \\q\u0004c5\u0019\u019f-3?}3?3?\u0007\rt)\u001bW\\\n]pAN1+\u05dek\u00156\u001e\u0016wN\u0019R8e4{u\u000f{\u019e\u0006`3\u001c<\u001b3\u001c)sP\u000f{\u019e!\u000e{{X\u0019{\u0788=y\u043ds~gmwVM1'nK^D)C\n4e4!U\u000fr\u0006 @\u03903\u001c<\u001b3\u001c)sP\u000fr!!\u000er{X\u0019r\b9JAg<\u07b9i\u073a,<7eP](\u0003\\x`\u0090\u0012F\u0017^ggyj\u0000\u001e\u000b??\u03d1?\u0007g\u0019\u001eg\u0017Y\u015f\u041f\u0002~t&@L0=2w\u001ecY:6\rO\u0779{\u00df\u0779[aw\n\/00;qh\u001f\f7O\rcf9x6f9R\u001e\f7C\u001c\u00027\u02f1p3\u073c\u0011n&2\u0001g:\u0759jdwT\u019ec5ye=c\u0633\u0017=c\u0633\u0018=cs\u0000\u001c}x{&x\\}\u00029\u06f2+dw[5w2LSF\u001br^e gyj\u0000r\u001e\u000b\f9C\u00019C\u0391\u00029\u0007 g\u0019r\u001e g\u0017Y!\u73503\u065d\u03ee\u0014to\u0019\u0016\u0018EM?E\u04d9\u001e4 ;qh\u001f?O\rcg9x6g9R\u001e?C\u001c?\u02f1[sFBcK2\u001a+Adw>AgAYy\u038a>~)JGBzEY\u0014ES\u0014'N\u0019^y\u00db\u0001y,x3\u078c7\u0007\u0006\u078c7G\n\u001c\u00dbfy\u00db^f9\u0016o\u019b7\u0364w>]&,WKI|\u02e6Qf@\u0235Qqk;s\u0490\\\u0011)\u064b=33<5=\u0005{\u019eHz3=\u000fq\u0633\u000b,bF\u3162r`;7\u0007\u000b\u001ao\u0016(F\u0290\u0010)\u064b933<59\u0005s\u019c11Hz39\u000fq\u000b,b\u0398F\u0319gW:}\u0016:\u07f93{f+\ubbae\u000b[)C\n4e4U\u000f\u019f\u00063\u001c<\u001b3\u001c)sP\u000f\u019f!\u000e{X-Yg*\u00159=('; \u03f333<5\u0000>\u0005|\u0006\u0000H\u0001z3\f>\u000fq\u000b,\u01c2Fr}wnk&\u00b6u's\u0090\t\u000b933<5\u00009\u0005r!\u0640!Hz3\f9\u000fq\u000b,B\u0390F\u0219gW\n:\u0577woyn6U|?\f)\u04d4\u019fW?\u0019\u001a\u01c2?slsA=\u0019\u019f8\u0005cM\u0019u\u0004,\u0006y\u0005-g\u013b-\n\u075a\u0016wv+\u0010vQfYz!\u0005SF\u0017n^gfyj\u0000n\u001e\u000b\f7\u00017\u0351\u00027\u0007f\u0019n\u001ef\u0017Yp3O\t8Iz%u\u0775uyPYS>~tEU_C\u001azsw\u0007rN\u001aR\u001e\"e4{!u\u000fr\u0006 @\u03903\u001c<\u001b3\u001c)sP\u000fr!!\u000er{X\u0019r\b9JAgl_puWaA=,\u0006y\u0005QI\u001c\u000f\"X\u0391jp3\f7_[f\u0019nf\u0019nV\u001bf\u0019n\u000e\u001a\u000f\u0364w>]&,W'\ub5509Rqc5\u0019|\u0006-3\f>}3\f>3\f>\u0007\rA\u0747g;\u0017\n?ILzg3j3\f9_[ g\u0019r!g\u0019rV\u001b!g\u0019r\u000e\u001a\u000fO\u03a4w>RY$\u001bw&\u001a#XMy^\u00193,?36?3\u001c4\u0014slsA=\u0019}F8\u0005}cgy#L+\u015f5\u0013=\u03d7%&zn\r*As\u0290D\t\u064d?23<5?\u0005\u019fHz3?\u000fq\u000b,o9&bFPrO$z>AgAYX3Q\u0012<_gWe*0\nmoKP7'\r)T2x:7S\u0003xXf\u0019o\u000e\r\u0019o\u001497x\u00107r,\u078c7o\u011b|LY\u001ebov>$\u06a8\u0012^K|T\u0761.UDz\u001axM\u048bR=\f)HU2:\u0007>S\u0003Xg\u0019|\u000e\r\u0019|\u00149\u0007>\u0010\u0007>r,\f>o\u0004I<^(,Wr{8xc~\u79b2Ues\u0490\u0010)\u000b933<5\u00009\u0005r!\u0640!Hz3\f9\u000fq\u000b,B\u0390F\u0219gW\n:\u0577\u03abwnMmgNv.\u0012N\u001aI\u064b?33<5?\u0005\u019fHz3?\u000fq\u000b,o\u03d7gA=,\u0006y\u0005y^9\u064b7y7x\u0005o\u019bf\/\u0019o\u019bf1\u0019o\u019b\u00019L~e\"rwV\f;f\/L~\u001a\f>\u0016\u0019|\u0006g\u0019|\u0006g\u0019|\u0006\u00063\u000bN\u067a:0\u000esF\u0017}&X\r}Fk\u000b>r_3>jc3>A\u0003sPTgW?\u0577\u03e4z&\u001a#XMy^\u00193,?36?3\u001c4\u0014m=WE}\u04c3{\"Y\f<\u000bZ,c32=Ei;pkhqm\f)H\u00162p:\u00077S\u0003pXf\u0019n\u000e\r\u0019n\u00149\u00077p\u0010\u00077r,\f7o|LY\u03ab&zmS\u0019-avV\u0000\u0017&zN\u0018R8a4U\u000f{\u019e\u0006`3\u001c<\u001b3\u001c)sP\u000f{\u019e!\u000e{{X\u0019{\u0788=yPYq}^1s\u01a8;\u725e\u075at+;s\u0490D)\u064b>33<5>\u0005}F@HAz3>\u000fq\u000b,\u01e2FDgW?};\u0709K76]BtK\u001c44 Qqh\u001f?O\rcg9x6g9R\u001e?C\u001c?\u02f1\u001bsaj]\u00163{\"Y\f<\u000bZ*\u03fd-y;-m\u0757\u0006F\u02bdFce\u071c0KSF\u001fn^cfyj\u0000n\u001e\u000b\f7\u00017\u0351\u00027\u0007f\u0019n\u001ef\u0017Yp3O\t8\u0577\f&z6 %z6eUvJ\u0299S\u0014$*N\u0019^y\u00de\u0001y,3=\u0007\u0006=G\n\u001c\u00degy\u00de^g9\u0016{\u019e7b$z\u001e\/\u0014}o\\K\\[6\u073bt\u001eOHS\u0014ihv\u03eb\u001f>O\rcAg9x6g9R\u001e>C\u001c>\u02f13\u0011}&\u0655rm\udae8\ude5eTi#\u001c4\u0638e!\u0005\u0007\u594cf\/\u0000<\u0016\u0019\u019fg\u0003\u019f#\u0005\u000e3<~\/\u001c??g6V$F$zbY\u001eD \u0012=H\u001c\u00067p\u0005nf\/\u0019nf1\u0019n\u00019Le\u0002r-3I|FHe9V\u0013{W\u019e*3=}a3=a3=\u0007\r`A\u0747g\u0012=\u0017>7$z&Lj3>_[g\u0019}Bg\u0019}V\u001bCg\u0019}\u000e\u001a@\u000f$z>RYm&3H\u001c?jU\u0005\u019fg\/\u0019\u019fg1\u0019\u019f\u7801gu\u0699\nkuEN\u000fJDg1,h<+\u0756\u000eFKt\u0019x:sYsm\u01ad\u0001JeH\u0019R+\"e4{u\u000f|\u0006\u0006\u7c403\u001c<\u001b3\u001c)sP\u000f|\u0006!\u000e|{\u0001X\u0019|\b>yPYfzn=*\u000f>\u00c2@[)C\n4e4U\u000f}F\u0006\u7c603\u001c<\u001b3\u001c)sP\u000f}F!\u000e}{AX\u0019}\u0788>Jgzycf\u7db3\u07720\u0016(s\u0290L)\u064b?33<5?\u0005\u019fHz3?\u000fq\u000b,o\tQg*$DFPrOdz>AgA\u06a6w>5tCLN=pQ!\u0005SF\u0017n^gfyj\u0000n\u001e\u000b\f7\u00017\u0351\u00027\u0007f\u0019n\u001ef\u0017Yp3O\t8\u0577\f&z-SmTM\u00164\/K2 UDhb\u001f=O\r`cg9x6g9R\u001e=cC\u001c=\u02f13\u0011{&x\\}^h\u06a2\u0019t+\u05adD\/K2 QDh\u001f>O\rcAg9x6g9R\u001e>C\u001c>\u02f13\u0011}&\u0655rm\udb28\ude5e\/C\u0674\u06597\u0010#2OSF\u001b^egyj\u0000\u001e\u000b??\u03d1?\u0007g\u0019\u001eg\u0017Y\u015f\u049f3uE^W#@\u0012=O1,hLx\u0010j$zTf\u00027p\u0017\f7p\u0018\f7ps\u0000\u001c}xn&2\u0001gD$z>U#s2\u001c=+cW\u0015\u0019{\u019e\u5fb0g\u0019{\u019e\u01b0g\u0019{\u019e\u00063\u000bE[ow&s3\u065dj3\f9_[ g\u0019r!g\u0019rV\u001b!g\u0019r\u000e\u001a\u000fOdw>RYet&3\u065dO\u001c?jU\u0005\u019fg\/\u0019\u019fg1\u0019\u019f\u7801g>WaA=,\u0006y\u0005-g\u06f2<\u0016uimBvg\u0003W\u0745\u0014f'N\u0018^y\u0001y,p3\f7\u0007\u0006\f7G\n\u001c\u0503fy^f9\u0016n7dw>]&,W28\u0779\u02b27t\t\u065d6.6\u0014d'N\u0019^y\u00de\u0001y,3=\u0007\u0006=G\n\u001c\u00degy\u00de^g9\u0016{\u019e7bdw\u001e\/\u0014}oYWlL~vgSHs\u001a)C\nCf\/A\u0390\u0000<\u0016\u0019rg\u0003r#\u0005r\u000eA\u03903~;\\\u001aE!su(\u0003\\9eHAz\u015b\u05d9?\u0019o\u001a\u01c27xslxsA=\u0019o\u019b8\u0005ocfy#Lze\"r-'X7ssX}\u975b.{\u0014'N\u0019^y\u00de\u0001y,3=\u0007\u0006=G\n\u001c\u00degy\u00de^g9\u0016{\u019e7b\u03e4w\u001e\/\u0014}oYWH\\em\u000b5\u001ew !\u0005!RF\u0017r^g gyj\u0000r\u001e\u000b\f9C\u00019C\u0391\u00029\u0007 g\u0019r\u001e g\u0017Y!\u73503\u03ee\u0014to\u0019Mlm7\b\u025fmm2.2OSF\u001b^egyj\u0000\u001e\u000b??\u03d1?\u0007g\u0019\u001eg\u0017Y\u015f\u049f3\u0012LuE^`B#@;O1,\u02a4w\u0019^c5\u0019o\u019b-x3\u078c7}x3\u078c7x3\u078c7\u0007\rA\u0747f;.\u0013qo{3I|FzHe9V\u0013{W\u019e*3=}a3=a3=\u0007\r`A\u0747g;\u0017>\u0577\u03e4w\u0007yFzH5\u0019r-3\f9}A\u03903\f9A\u03903\f9\u0007\r@A\u0747'g;]),W2:\u0799\u03a7jwT\u019fc5ye?\u0017?\u0018?sS\u0006g*\u00159=('; \u03f3}R\f;%\"+\u02bd7VyeH\u0019R\u001d\"e4{!u\u000fr\u0006 @\u03903\u001c<\u001b3\u001c)sP\u000fr!!\u000er{X\u0019r\b9JAg<\u0779-*[3n\u000f+S.l?'\r\u04e4\u015f\u05d9?\u0019\u001a\u01c2?slsA=\u0019\u019f8\u0005cgu\u0699\n\/\u0011\u0013\u065dbYRy7\\R{}zvon`2=\u04f3m\u06ad.4A\u000e6MU\u000e\n&\rs\u04e4\uc11dW=\u0019t\u001a\u0000\u0002:\u03a0sl\u03a0sA=\u0019t\u00068\u0005tcAgy#J\u0011\u0004;1sX}U\u0657\u03b03,Vag\u0002;\u03b0\u0017\f;\u03b0\u0018\f;\u03b0s\u0000\u001c}|v8ZO+\u0016TzAY\u0250<\u001b\uba73)z5mq-@\u0233QnP4\/\u02b34$?ODhv\"+\u001f=O\r`cg9x6g9R\u001e=cC\u001c=\u02f13\u0011{V=Z{\b\u009e\u00189=cb59R\u0019{\u011e\u7571\n=cr_3=cjc3=cA\u0003sP9#\u0273\u0550F%Yy:6B\u03ccV\u001f\u0006\u0001M\u0468qK9iH>&f\/\u0000<\u0016\u0019|\u0006g\u0003|\u0006#\u0005|\u000e3<\u0101~\/\u001c\u000b>\u001bg}\u0001X2\u001dj\u000f*] \u0019~\u0005c59R\r~k\u000b\f?r_3\f?jc3\f?A\u0003sP\u066d>2hlIw!j\u0017\u0000=\u000fZ\u0007{\u00fcXk\u04ba\u001fse8h\u00062ugO2}N\u001aI\u064b>33<5>\u0005}F@HAz3>\u000fq\u000b,\u01e2f9c:A2jE \u0019}\u0016\u001a\u001c>\u0005}Fg\/\u0019}Fg1\u0019}F\u7801ggLKN\bJ~>\u0019evP:\u009dAs^=F\u07a6\u0012\u06bb\u0770M]\u05452<\u06e6jh`\u0000\u0006iXv\u03ab\u001e\f:O\rc\u0001Ag9x6@g9R@\u001e\f:C\u001c\u0002:\u02f13\u0011tV%Zu\b\u00189v\u065eag.\u001cF\u03b0\u0000<\u0016\u0019vg\u0003v#\u0005v\u000e\u03b03<~\/\u001c\u000b;[agM\u03f3,\r\u000316\u001bs\u0018c\u0003ec3\u0006tM[(\t=y6-\u0018ZEy6H\u001aNy\u00de\u0001y,3=\u0007\u0006=G\n\u001c\u00degy\u00de^g9\u0016{\u019e7b\u03ea'_k\u0019As\u0018=\u0007\u0571gY=G*c\u03f12|UgY\u000b{\u019egYm\f{\u019eg9h\u0000{\u000e>=g$y\u001a\u0488$\u02f3\u0013<\u000fZ'\u0746Q\b\u02b4 \u0cf1)\u001a5n\t>'\r\u04e4\u0005\u05d9?\u0019|\u001a\u0000\u0002>slsA=\u0019|\u00068\u0005|cgy#l\u000f9\u0016vth=\u05aat\u0005?\u03c3g9\u0016\u0004?H5\u0019~-3\f?}3\f?3\f?\u0007\rA\u0747g\u0230V%\u0347\u0785J_\u0000\u03dbgmC\u042awZ0\b}F y>G3|mAgY\u000b}FgYm\f}Fg9h)9'qz\u000eD}V2\u001aM'\u030e\u0011z^0\u0017JGp\u0436[\u0000Z\u0002wN\u001a\u01e6Ic\u0649:2{3<59\u0005s\u019c11Hz39\u000fq\u000b,b\u0398FYk9#\bu\u000ecPz\u0019jcjPX\rjk\u000b\f5Cr_P3\f5CjcP3\f5CA\u0003PsPY\u04b31KR\u001dH\u00045\u03c3Y\u001b(z5m58Jkei$\r\u00074pJ\u00078\u0003S\u0003X\u0000g\u0019p\u000e\r\u0019p\u00149\u00078\u0003\u0380\u0010\u00078\u0000r,\f8o\u0004UD\u00163\u00000\u0006p\u000e\u0003\u0380T\rpT\u0006c5\u0001ye\u00028\u0003\u0380\u0017\f8\u0003\u0380\u0018\f8\u0003\u0380s\u0000\u001c}|p\u0399\r\riDp^4\u001b\u0001\u03b3=s\u067a*R\u001bsyXiU]\u0007-\b{\u001c\u001e4$NF\u0017{^ggyj\u0000{\u001e\u000b=c=c\u03d1=\u0007g\u0019{\u001eg\u0017Y\u015e\u0633>Y%\u04e1 R\u0015<\u000fBH\u001036>3\u001c4>\u0007u\u001f^#Z4|]\u062a?\u03c3_\u0019e_\t7^=iO*\u001bU?IC4i4{u\u000f\u019f\u00063\u001c<\u001b3\u001c)sP\u000f\u019f!\u000e{X\u0019\u078c?k;Ve\u060a?A3\u001c\t\u009fjs\u001a?\u0016\u0019\u019fg\u0019\u019fg\u0019\u019f\u0006\u009fU78SaA=\u03df'x!\u000bB\by\u0007-glyuvg\u000e}sXk\u001cswEU\u051aW\/p\u0001yl4*9cS\u0003X0g\u0019s\u000e\r\u0019s\u001499c\u0398\u00109`r,9o\u011cUH\u00163P0\u0006u\u000e\\m\u05fb\u0015:r5\u0019uF-3:}\u03a83:\u03a83:\u0007\rAWgUQ1\\\u04414\u001bJOG3|m\u0001gY\u000b|\u0006gYm\f|\u0006g9h\u0000|\u000e><>G\u001ai\u043b\u0010U\u000b~\u0007\ud45f\u034bu&a>eU\u0003\u9ccb:)Hih\u001f>O\rcAg9x6g9R\u001e>C\u001c>\u02f13\u0019}\u05b63_\rz\u0017\u02e8\u0015}\u000egY\fBjs\u001a>\u0016\u0019}Fg\u0019}Fg\u0019}F\u0006B\u0573L8\rr:\u0010Y\u0001sd\u05171B\u000bB\bw\u0007-vglK]]\u07ad\u02ffV7o\u000e}OD3xZ\u00054 M\u01b2\u0013u^e0gyj\u0000s\u001e\u000b9c9c\u03919\u00070g\u0019s\u001e0g\u0017Y\u015c1\u7358\n\u05e2sF\u0010\u001c\u01a0APlomw\\\u03e8T\u0017u\u000e#PgYn\u0000u\u001e\u000b::\u0391:\u0007Pg\u0019u\u001ePg\u0017YEQ\u7b68(\u0018t.@\r'y\u001e\u001c\u001bf\u05cd[H(0?f7m\u001befPs\u0480<,M\u001aNy\u0643\u0001y,P3\f5\u0007\u0006\f5G\n\u001c\u0503fy^f9\u0016j7B*\u001f_K\u0019APs\u0018\u00035\u0007\u0561fy\u00065XMy^\u0019j@P3,\u00055CP3\u052c6\u00065CP3\u001c4\u00005\u0007u\u001f3\u00128+i\u0017\"\u053c$\u0001j\u0005\ud45a\u001a\u000eFgJJG\u0003]RQEG\u0007&\r?.i4;\u000fz\u0006@3\u001c<\u001b3\u001c)sP\u000fz!\u000ez{X\u0019z\b=[~\u039f]2\u001dZ\u000f*] \u0019|\u001a\u001c\u0006>\u0005|\u0006g\/\u0019|\u0006g1\u0019|\u0006\u00019V\u001f\u0019j4CBV\/y\u001eG~6\/\\U\u0016F;\u000fp.L\\\"}N\u001aI\u064b>33<5>\u0005}F@HAz3>\u000fq\u000b,\u01e2fY|5],V9\fBg1\b}\u001e\u03d1j3>_[g\u0019}Bg\u0019}V\u001bCg\u0019}\u000e\u001ax\n}2\u0017_8#(#9}2\u0018\u0005st;\u03c3\u0016m\u065dn\u07bd[wn }_\u0004\uf6fe\ua5749i@\u001e&e'a\u0398\u0000<\u0016\u0019s\u019cg\u0003s\u019c#\u0005s\u000ea\u03983G\u001a\u001c>\u0005}Fg\/\u0019}Fg1\u0019}F\u00019V\u001f\u0019j4CBV\/y\u001et\u001b\/\\E\u001ef>\u000b;*6$_OF\u0017}^ggyj\u0000}\u001e\u000b>>\u03d1>\u0007g\u0019}\u001eg\u0017YE\u8cf6jh\u057bXFs\u0018>b\u001036>3\u001c4\u0014k\"#k\u0115&sd\u05171B\u000bB\bw\u0007-vgeK[\u0019\u04f6im\u02f3=J\u0010[!Ers\u0480<6M\u001aNy\u00dc1\u0001y,39\u0007\u00069G\n\u001c\u00dc1gy\u00dc^0g9\u0016s\u019c7b*$_\u0019As\u0018:\u0007\u0543P\u001c\u00035VjP3\f5_[f\u0019jf\u0019jV\u001bf\u0019j\u000e\u001aO\u036aLc\u04cd4\u0003i6y:l\u0012f\u03660n5Q\\lvq\u0364D\u001cK\u0012j$\rO\b4xJ8#S\u0003X\u0010g\u0019q\u000e\r\u0019q\u001498#\u0388\u00108 r,8oDUEV3\u00100\u0006q\u000e#\u0388T\rqTFc5\u0011ye8#\u0388\u00178#\u0388\u00188#\u0388s\u0000\u001c}|q8EE)\"a:|k{$\u039d\/\u0679=j-=h!v4:=cS\u0003Xg\u0019{\u000e\r\u0019{\u00149=c\u0010=`r,=o\u011esf\u0014v\u043aBA3\u001c\tBjs\u001a>\u0016\u0019}Fg\u0019}Fg\u0019}F\u0006[}dP\u0017\u0307\u0785J_>\u03d1>\u0007g\u0019}\u001eg\u0017YE\u8cf6jh\u057bXFs\u0018>b\u001036>3\u001c4\u0014|Y|}\u001e9}2%$\u0011<\u000f\u06a3;\u0017\/meLQ_\/+>AV\bnQXI\u00034i,;QUf\u000fs\u019c\u00060`\u03983\u001c<\u001b3\u001c)sP\u000fs\u019c1!\u000es{X\u0019s\u07889|-:g\u0004a\f\u001cT\u000fv;Cr\fZ\rj\u0016AP3|mfY\u000bjfYm\fjf9h\u0000j\u000e>>52O7\u048c\u000ePzAPQRX<5\u00b8Das\u01797RkQB!\t!F\u0013o^i\u0010gyj\u0000q\u001e\u000b8#8#\u03918\u0007\u0010g\u0019q\u001e\u0010g\u0017YE\u0011\u7348\u05casF\u0010\u001c au\u0019q!\u0391\u0288s&<8_U\u0010g\u0019qB\u0011g\u0019qV\u001bC\u0011g\u0019q\u000e\u001a@\/\u00199&.8\/I8\u03c3\u0011g\u0010\u05538w\u02beTg\u0006~Q\u000bl\ua8a9[\"{N\u001aoI\u064b=33<5=\u0005{\u019eHz3=\u000fq\u0633\u000b,bFj\u001fs,z\u0010U\n}\u0007s$\b}\u001e\u03d1j3>_[g\u0019}Bg\u0019}V\u001bCg\u0019}\u000e\u001a@\u000fnA_0\u001fz\u0017\"*}]\u001e&b\u076fI~\u03eejZexs}v\u02d2o*\u0017s\u0490|=M\u001a^yC\u0001y,3>\u0007\u0006>G\n\u001cCgyC^g9\u0016}F7~\u6ae1Ub\u0019a\u0010>AX\r}TCg\u0682>\u0017>\u0018>\u03cf\u03ef\u001d|V\u001f#\u000fK\rp7?~Z\u0016'3ClAXvO\/\uf4ef\ud3167?mx\\\u02c1?4]\u000f\u001d\u0019C?jOz{\u001f;&Q$o2\u000e}$M?|\t\u001f>\n\u0331\u001e^\u001c79#x?]?}o\u001f?~?G[\u05f5\u001f$w\u001f\u000fJ# 7AG\u0017fpxC*o@:P+9z\u000fu\u000fu\u000f\u000f%\u001f\/C\u0005U|54s>\u0016\u0007>\u0012\u001a\b5Ey~\\?@\/\u9bdfyo,\u0018%VS[=\u0017\u0410g\u0015Oh^vu$d\u05e4Xe? i\u0003.\u0010]?`\u0002(.\u0018O+U\u001bB>5bo]?~EVVw\u0019}\u000f\/\\qD>q\u0017\u000f\/|v\u01df?~y=~ae\u001e.?}\/nOy\u035f~8\u0004?}\u0018'\u05cfJst~\/M~\/\u0000'|<\u001f>9gI~\u001bXF\u000b!x\u0005t}#}%OV\b_[|\u06e2c|>_\u0015\\-V\u001bn\u0012eE\u001d}qE|zkO~:\u00002\u17d2O\u001b\u03f1,\u0019\uaeb5!w_~U\u001dH\/\u000e_\u001fm\u0017\u06ff~\u01cf\u04fe98\u001f\/s\ue0ffr?S~4Sjc\nKwVHk\u0017!-$\u001e\u073f]\u0006}:|\u0007uwkp?##\u07ee\nx\u00174K^?^@\u000eK\u03cb\u001f|nHXv\/|h?y{n\u07fb\u0016\b[;.\uc0de4\/\u001a\u001a:-._XQuhKaG\u00fb\u0004\bF\u0017\u0017\/k\u001d%\u0019\nc\u001b!\u72bdCB\u001e\u000b\u04bf}\u0017\u0085O\u03e3\u001bW\u001d?9\u001f>E\u011b~\/|\/|?=\u001c?|O2\f_\rI\r\n5\u00052\"b<\u072f}!\u03feC\n\/7Iuo\u0005\u063cIu\u000fB\u01d6u}r\u0454\u0017ts\f\u001c[wD\u0017\/R\u001b\u001b)\\=~)h\u001f\u04f7\u00b7[\u0007\n\u001bVP\u0016.~-\\V=~-h\u0747~EF3\f5;P\u001f\u001eu\u0013\u0011m\".;\u4fbe\"R>\u0017\u0133,&O\u001fg\\L\\\u02b7J\u0315;JP\u0012Z\u03f2x\uf12d.%\rd_\nJ@'yURbx1'7V\u001d\u0011Ob\f\u0015x9Q+1\\\ue37f$P) ?\u001es\u02bby\u001d\u001d\"\u0001\u046f\r_\u000b\u000ePW\u0007j\u0005D\u00186\u0017H\/\u001fC1p\/\/&\u0015bK)w\\I\u0016f\u0013v8.A5nHwe\u0773RT\u001f\u0003Rv+-\t_\u0002\u001f~~\nCs\/\nm\f+.C\u00c6op\u001f'W}1\u0012>\u000f_>w\u001f~x-?yl;sW|[\u000e>|_\r\u001f\u00177_~\u07e9bjw*Ew|$e\\~\"\u0003y\u023c\u0703;%r\u0006w]x.!\u051c9_:BXt\u001aR]\u04f8(\u0772mi\\Lt`N#=|[>\u001c=\u001f\u001d_\u0000\u0002lo\u0005p\u000f\u0005\uf03fg>O(to5fK2s\u001c9Q?_:7Z~_?\u0004\u0457~0\u000e.}t\u001c?D>'\u000fO\u001f#\u001bl\u00d4+s\u00118#\u000f\u06b3q9Y~auy\u03fef._-\u000eJ&\u00078(7{V#\u81bfo\u04b6}w1=:\u053b#\u000f\u06de{'>'Y>\u0447GDG.\u01d7_5\u0010?\u0137=G>!|7K\u07eb?\u0745?]>X=}O\u001f~>Gx!m!1>\u0007s\u0016\u0007x\u0018ju{D\u000fA\u0019\u001d#1YGs\u000e3\u0019\u05daV\u001fKiC\u001e>\u0017?I'm|\u0095\u010e\/\u000f]{P_&3\ud3f4v]?iG-t4_JEF\u001fKyB\u0003~xSN\r_\u0415_=KL\u001eoc\u0007\u001f\tG@\u001e++\u001e\u0012yM;\u000fXy?v{f+i)\u001f\u07e4\u05f6\u0011\u0015\\_>\u0462nO~U-\u1cdbvn\u06b6?,:u\u0777'nvN;\u001dm\u06df{\u06b2|{f+m)Xl7H_{\u001b;x+\u048f.-[.\u048e(e.p7\u0014\u03ebz8\u06a78\u0531mp_3]w\u000f\u0006\u001f[k|k\u0699aPoM\ue2b5B~*\u062d>\u0637\u0006\u001b|o-AN\u001d\\3RS\u0000k%\u0003\u0645s\rw\u0013{\u000b.\u0097>'\u0004\tz'K\u001b\u05d7\u000fQCtS\u0387h\u001f\u0019Q\u0019?JR(JG\u150fRr8w_%\u0002-^OMSI!C}58\u0614si\u07fb\u001547d\u001bri\u000f\u001bE'\u0013e\u0687|\u0717\u001b\u0717w\u001b=>^GMvMM}T\n%7\u000eCM\u0723&V;\f71r\u001f>[?_>\u05d4O\u0002b=.q^~R\/-h\u04df?~\/}TIe.`QOv\u001b'\u001e\u0017\u001emm6hcn{c\u001eM.=|?_?td'Wh\f_y[\u001d\u001f\u001c\bP\b'|{\u0014.yV\u000fC}L-g\u04bfy]n\u0015:xM[Em[<4f<|l7\u001fx\u0016\u001d\u001e?})U;^y\"KC6\ufff5U>\u001fh\u00187>S~kK~w?!I\u0016?r9zl0a\\\u05bau\u00192wMOv\u0013{|x?~~:Ky{\/>\u001f\u04cf\u0016\u0737\u001f\u001f\u04c7K\u000f?\u02ff|_H\u001b\u06f7\u001f_\u04eb\u000fa>?\\\u001a|'7C;!_\u000fFOG7J\u000e?gO?\u000e?}\/F}\uaf9f\u000e7rh~\u7fce##\u01f3FR\u02d7_Wb|ou?~Q\u0004?\u01c7+O5}\\|8\uf3bf\r\u000fQ\u0015\u000f8V__?}pU^ zfqK\u0012o\u0011\/\u0010wf61d,'\"\u001d\/}i\u00d7\u000f\/\u001f\u001c7\u001fxx>\u000eO\t\u001fp??|&$\u0007]\u01df\/l\u001c\u001bn?w\u001f\u001f.7sX4c{?|b?>\u036c\u0005b\u9fd3X\u000b=Ow\u001f~piHq?}{Ro?~_\u000b;\u000exp\u000f7O4\\f]\u001f9u\u0002Qg\u001fowx;_O?\n\u0017^\u000b\/>\u04a7\u001fO\u0421?ov\u00fb\u066fd>^P#h\u0017{\u0007\u02e7\"\u001c~heo\u001fw\u000ey\u075cz\u001f)F]\u0017Q[{_\u02e7?\u77c7\r\u75ff.\"\u06df>~\u0081\u0337p-%d\u001f\u00123wMB\u069b?\u001dbx?\u31efRQ[K`\u001a|i1k?|>So\u000fM\u000bw\u01cc\biAM0+iQkmt1\u06bc\u000f\uc189[\u0493\u001b-3V\u0019u\ub33aMF6nu9\u0004MLljeV*vU\u026af.\/}<}\u001c\u001f?~\u077147xY\u001eZ.\u000fCN\r\/Q\u001e'\u0019F^spl.\u0567Z>oWy*vR\u0002A__\u022aM_J9frOk\u001f\u01ff|3\u0010\u0011}BO?|_Ox\u0011_x\u000e58\/uj5I\u00138nuV{m1\u0017^=W\uba7e\u000fiV\u026cuV{z\u0012SS\u001f?]Ux\u000bnxSY!\u030b>4{4_!Rw!Db\u0017qx\u001e\u00ffnA\u53ab\u0005\u0010|'R2{Esz\u067c.\u009cTI76?<5fJ\u0555ka~\u000bY \u000f\u0017>$Z+#V4\ud9e9\udd90i+1,r\u0019F^\u000b\u0017\u79d0_\tl\u0014W\u0015\u033f\u0012~\u0013Z\t3%,\u0007Vf\u0005y\u0016fJr**;U^6+-J]\u0015Zb9\u0012Sy3Re\u78ba*9TZh\u03a9\u0666\u0012LI\u0019.\u55baU*-T~&9\u0012G]\u001b%f+jY(9?\u00148wVb=\u00134-~\"\ry;F\u04b6\u0015\u027eK$cH\u00105RkfTJ\u0266\f\u0018oHl\u001bor13E2#`b.H\u00167\u0010n\"\\H\u07b3.~$\/f2\u045em\u06be=\u0004 \u0018G3\u0010]=\u0014:ohY\u001cCB)y.e\u0014J%\u0014\"\u0014\u001f\u0014\u001ctOdSZ9@\u0002]\u0007hB3\u33ce4b;~Y\u001b.^\u001c\u0015\u001f\u00ea?>\u01ff}\u1cfaS\u0017q\tGr0\u0013#%H)Gvx\/=8jO;4!\u0004\u9e04\u0015E?KHbG|\tI\u001chI' \u001f\u0007\u001f(\u001e\u010e<8RT\u0017,Rv\u0006N\u0002\n~wo?~#\r_;|m\r\u001bmlV[\u0016|bg\u001e=[\u2d54o\u000fwi\u05b6\u000f]eQu]\\,}H}.3jM]y\u02b5\u07f8\u07aai\u05d6o\u06e6,?(T}u\\U~VC[74v\u001fN\u04be)\u03afZCC+\u001c_3\u078dVaO\u001f\u000e\/~c\u000f)~{ho\u001cse[C:B>\u039fMs\u05c7s\u0474;ufp\u0147\u001eQvn\u039b8\f_kek,P\\~3:n\u03e27i[\u00187&x\u001dl\u001d`Su9Oga:I:1ag_{\u0007;oawM\u0019;\u001a'\u001f\u001d|\u0016?_V]b7\u001e$&\u001c\u0013;F9f7HDxsL5]\u001c!N{\"n\u001d\u001fy\"gb\u01138:\r3\/\u000b\u0015^KSlN7X9C\u001f(cG*'\u001f.qvJ+Jg\u001c)ut><\u0014ytQy\u0007I'\u001f#|t\u0011\u0491s\"-S\"\u0003#_\u001e\/\u001d\u001byY'G,+\u001ar\nU\u0016!,^\ud09cc\/r!|}\\\u000bupsvw'f{\u001c.btw;V\u0012OUN|\u0014u@Fju\u06b7A\u00192xc\u06da\u0014?yx\rw\u0019\u02ceS\u0005S\u0015KS\u000bqS#JE\u9fearbr\n\u000f\u001f[>_=(pxOGk~\/\u001du}\u0001\u001d_\u0002\u01ef\u0292,\rad|\u000b]:^\u06dcO)\u000b\u0765c]oj\u0007_\u655e.@ZG=hB4fdhKstT4V\u001b*\u0013\u01aa\u0565wujk7\u03df?\u001f]M}\u001fS_U\u000fSj\u0001S(\u0011\u06f0\u0012;\u00186$\u0006C\u037d;\u0019_'7?\u04b1,|\u9ef6r)j9+p\u000f)bH\u050fmS }4+O2N]iuL\u001bpJ[IS%\u0019s\u001e\u0013s\u0016\n9cr_39c\u024da\u03983Fc\u0398C36\u000b\u015d!T\u001ba\u0747ugRm\fpg\u001d|mqgY\u000bw\u019dqg91\u0019w\u019dh\u0019w~hw&\u0655\"rm367k\\\u001bj3\u000e3,?3\u0018?j4xw?\/K\rrm1+\u0233cqy^-\u05c6mK&\u0244\u7cb4nAE-p0-2rm\f#\u0677p+\u00020gYn\u0000s\n9c9c\u03919Ga\u03983|\u00dc^0g1\u0016s\u019cb\u0018\/\u0014w\u0387Uf\u06a8\u0422\u0016{qu\u065b$N\u059dSn0w7%;\rSqg9x6pg9RpH=\u0019w\u019dq\u000b,\u03b8V\u0719\\\u001bgW<\u0577-\u03eb8Zm.=\u073a\u000e\u0006TuEVX)\u001e\u001c?3?~_3?\u024d3F\u03cf\u06ad=W%\u001b}3{\"Y\f<\u000b\u06a7\u000eC]X6\u03bc{\u00071C\u0331\u0006 @\u00103\u001c<\u001b\u00103\u001c)\u0010s\u001e\f1C8\u0005b\u0016c!f\u0019b\u000ec 0fsA<-1nIV3\\v7J:e\\V\u07e7<\u001bI>-6Jar`\u0398\u0000<\u0015\u0019s\u019cg\u0003s\u019c#\u0005s\u00dc1g\u00189`b,9o\u015c9Np\u077as%X\u02dd\u0012.m\u0006h^\u0004&Ha$$tN\u07119V\u0007w\u019dqg\u0019w\u019dpg\u0019w\u019d\u001b\u00ddqgY\u019dqgY2y~y[uN\u6f16;wq:\u5a5cs7n\rpT]\u0016d\u001dFB\"[)\u001dicupg\u0019w\u019dqg\u000bw\u019dqg91\u0019w\u019dh\u0019w~hw\u0018+E\u06d6g\u0011L\u0006T\u0011\u0018y5\u0019~?_[g\u0019\u009fg\u0019Nn\f\u019fg5\u001a\u019fggg)\u0002\u019f# \u0000\u0010?3?\u000b?\u0010N\u01dfg\u0019\u019fhs\u001e\u05bc\\?\u0007%\u0019g1,h\\){Os#7sU\u0019\u03be=8Tf8\fn\u000f\u059c9A\u0010s\u0001y*\u00103\f1\u0007\u0006\f1G\n\u001c\u00071C\u00101\u000eb{X\u0019b\u00189\u00103\f1{!XMY\f1_U f\u0019b!f\u0019bNn\fb!f5\u001ab\u001f9=pPY\u001c\u001ak1[\u0525hj7\u0016hsud7\u0005n0w7%;\rSqg9x6pg9RpH=\u0019w\u019dq\u000b,\u03b83,\u0004\u03b3\u00189V\u001awV\u0005swJM\u0017skz\u00189\u001c\u0271\u04e7u[9;.\u03b8s\u0001y*3;\u0007\u0006;G\n\u001c;\u03b81\u000ew{X\u0019w\u078a;sj\u0655\"ru\u001f\u0014}S\u0003M4#qk\u00degc\uacaeo>\u0016v=Ni\u001c?3?~_3?\u024d3F3,]\u001a,\\V22n|j\\ve\u0557\u001a$M\u0016wkQ6\u01e2q\u07c5?Ni4S\u019fg\u0001y*3?\u0007\u0006?G\n\u001c?1\u000e{XMY3\u0015N\u000eDV|#\u0005\u0018y\u0016\u0111g\u0014\u001c>5s \f1C\u0016\u0019b f\u0019b\u001b!fY!fyv]\u0010sxu[%f\u0005B}+2\u05d5[*\u0017?\u03adn\u0004K\u02a08\u059cv\u001b3\u01d6X\u001d\u0019o\u019bf\u0019o\u009bf\u0019oNn\fo\u019bf5\u001ao\u019b\u001f\u069b9Jp\u075a3G\t9J\u0559\u0004j3\u000ew\u03b83,;\u03b83\u0018;j4;\u0095\u06ea;guVu\u79aa\u001au\u031d\u02ads4^nb\u0554\u000fh?p[)\u031dA\u01ddqg\u0001y*3;\u0007\u0006;G\n\u001c;\u03b81\u000ew{X\u0019w\u078a;s\u0655Vv<+G\bi\u000bG&=\u001b4]<\bASu>~h\u06e4wIS=3<5?O\u0005\u019fH#g\u0019>~\/\u0018?\u0018?b:?\u0007g2\u001c?\u000b\n?r_3?\u024d3F\u03cf\u06a3wZ]\u045f\u04c3{|\u0018y\u0016g\u0017~\/\u0018;[qg\u0014<3g\n9S3\u0005_;\u0682?\u0017?src3?3?K?\u000bU~\u03ebse\u07adszvJ2E\\'6\u01e2~\u0003\u009fSn4{9z?S\u0003Tg\u0019\u000e\r\u0019\u00149R\u000f\u019fc\u001c?L?\u0007%\u0019g1,3\u0006*\u03dc1\u0018}\\uc5\u0019s~9_[0g\u0019s\u009c1g\u0019sNn\fs\u019c1g5\u001as\u019c1uaaR\u00049\u000b1g\/\u0000s\u00109`\u039839\u000b9\u0010sN\u01dc1g\u0019s\u019c1h\u001d\u067bB\u0017\u0014.tY68_0N9_\u0005j3\u000ew\u03b83,;\u03b83\u0018;j4;\u0095\u06ea;gwr\u0016s_V]g\u00f3[Uv&\u0002xv1Uq$9xr+\u04ce\"\u0004g\u0001y*3\f<\u0007\u0006\fVn4{9gyj\u0000\n??\u03d1?G3|\u00df^g1\u0016\u019fg1\n\u0150r#f\\w\\\u07b6rODm4\u000fE\u0747?Nir\u001e\u019f\u00063\u001c<\u001b3\u001c)s\u001e?8\u0005\u0016c7g\u000fTX+szPrO\u001c2x\u0016<\u03c2yn\u000b.?vk\u06fbs\u06a6H1\fD\u0001\u0013n0u\"#\u0388\u0000<\u0015\u0019qFg\u0003qF#\u0005qC\u0011g\u00188 b,8#a\f\u001clNkz):\np\u0007\u02fdgpkU[,\u0739Yksv\u000ecasf\u03b1:3<#3<#3\u0018<#j43\f>}3\f>'7\u0006>\u001a\r>\u000f\u001c0xv\\}I7V<`\u0434mY\u001bV\u01b8eYj?\u03e9S=9V\u0007\u019fg\u0019\u019fg\u0019\u019f\u001b\u00dfgY\u019fgY4Y!~\/\u0233\u0018<#[g\u000e\u001b\u001c\/t\"K\u0019x[c\u000f\u001bmaZs\u001d\u03fd[\u019b9V\ns\u01ceX\u001d\u0019w\u019dqg\u0019w\u009dqg\u0019wNn\fw\u019dqg5\u001aw\u019dqgpm\u055d\u001fx\u05f3yq-t\/\u000e\u0015 )-RmT.{!\u03e7h\ucee0)\u035e\u0001>b\u0003Tg\u0019|\u000e\r\u0019|\u00149R\u000f|\u0006c\u001c\u0002>3\u0015|+-?gm{Z\u02bdc7E\rnT[\u0014\u0019\u001ba+S(FU\u00c2=]POcQY\u0743?'Ni?\u0000<\u0015\u0019\u019fg\u0003\u019f#\u0005\u00dfg\u0018?b,?b\u0014\u01a2>{\u0010)^Nl\u0004\u001a\u001a@@#\btl \bt \u0411z\b4\u0002@\u001f\u0010h\u0017\u0004ZET3\u0012NuE^oB\u06c4\u0281S\f<\u000bZl\u02bem}^+s\u0659\u001c\u001a\u001b\\v]~Bt\u0018\t)\u0013o0w|1g\u0019s\u019c1g\/\u0019s\u019c10g\u0019sV1g\u0019s]\u0017\u001c^S;W\/7E*~oosoV9O\u0237\u047bUl:6MVa,vN9V\u0007yFg\u0019yFg\u0019yF\u001bCgYF\u71d6g\u000e\u001b\u001c\/tY\u0019x[cLYc\u00b4\u000e;{\u001akst\u0018\t;\u0013o0wxqg\u0019w\u019dqg\/\u0019w\u019dqpg\u0019wVqg\u0019w\u0016\fw_V9k\u05f3{}xv\u0576\u0015 F?m?\u0013\u0002.)Xk\u000138\u6713t;\u7ce7I\u0019}5>O\u0005}F@HA#g\u0019}>\u01a1~\/\u0018>[gN\u00198\u0005}\u0016cgy+9gWW\u001br\/M)\u001b\u0768MeJ\u03d8\u0768KGc\u0014Kn\u0526\u03e7h\u0000)\u035e!\u001a\u0006\u0006\u0000\u0000\u00004\u0000\u001d<\u001b\u00004\u0000\u001d)\u0000t\u001e\u0000\r@\u00038\u0000\u0005\u0016c\u0001h\u0000\u001a\u0016\u0000Y6@o\u02df\u0017[5{.kevnp\u0620;[utk\u0005mC\u0006-V\u0003\u0007So4{\u001c9\u0018@#\b4\u0002@#~_\b4\u0002@#\u024d!\b4\u0002F#\u000f'u.u%\\\bJ#\u0007bYJRi>WEUyF\u03c7As\u0017y.2>\u000f#\u0013o0ws\u000e:\u03a83:}\u03a83:'7:\u03a8\u001a:\u03a8P\uadaac\u001d\u054bM\u0479W{Mi\u001e\u001b}5an@]c\f:=\u0006So4{\u001c8\u0018<#3<#~_3<#\u024d!3F#C3\u0007\u000e\u0017[}l-~\u001d\u03fdV-\u001d\u067aeVy\u0018\tx+\u00ddcupg\u0019w\u019dqg\u000bw\u019dqg91\u0019w\u019dh\u0019w\u019d+\u00dd\u75f7Uw~]-.g\u0010W~a\u0469\\\u0000\u01adL4\u0016h]sf\/F\u0019|\u001a\u0000\u0002>sls\u03d1z3\f>\u001fg\u0017Y\u00053\f]n9k\u06f3U_T}w\u001biYHQ\u06eek\u001d\ri4y>\u00169vJ?3?\u0017?src3?3?K?\u000bU\t\u0000]\u062aikvY\u07dd\u0012tU6\u05723\/;mTAy>\u001cD}ZNiy!h\bZn\u0000\n\u0004\rAC\u0001AC\u0411\u0002AGA\u00104\u0004}^ h1\u0016~S8dO+\u0012S]88\u0140\u03f3|\u0019\u0002Ri>Wu\u0016\n\nN%\u0714}0\u07aavv\tr6w]\u0004AX\u0003T@g\u0019t\u000e\r\u0019t\u00149R\u000ft\u0006Ac\u001c\u0002:3\f:1s\u0018\u0006:+\u054bM\u0479W{;m,Fo5^qj|,9vt;W<#S\u0003Tg\u0019y\u000e\r\u0019y\u00149R\u000fyFc\u001c<3\u0015yBwYO\u3e77}U\u0006lKk+st=[\u032a*5\u001b\u687b[)\u031dJ;r\u0003Tpg\u0019w\u000e\r\u0019w\u00149R\u000fw\u019dqc\u001c;3;\u000bA,fs7\u067cE\u0016w\\6nc9-mR>Kl7J\u0014O\u0687x\u0017t;S$>\u001a@>sls\u03d1z3>\u001fg\u0017YE3\f]n9+\u0573\ud9ef\udefe?W%):\u0005ov*7MV:U\u0000m\u000eI\u001c1S\u0006So4{2\u0018\u0003@\u0003\u00004\u0000\r@\u0003~_\u00004\u0000\r@\u0003\u024d\u0001\u00004\u0000F\u0003\u00004\u0000-]\u001a\u0000-\\V\u0001>\u0017\/jZ]-~\r\u000bs\u0001,;n\uc2aaj3\u0012?\u0192cO+IS\u001a\u0011h\u0004zj\u0000\n\u0002@#@#\u0411@G!\b4\u0002}C^\u0010h1\u0016~SV\u000f:sa(A=qY\f<\u000bZgO\u05bds\u05fb;\u0016sS\u063b{\u0018Iosy9VN3\u001ck\u0000t\n\f:\u0001:\u0391\u0002:G\u03a03|\u0003^@g1\u0016t\u0006A0\u0006t\u000ec\u001cT\u0379z):\npos6}5}e\u0398%fK\u0012nP\u060c\r\u04fasfO@g\u0001y*3<\u0007\u0006\u06fakaHri9V\ns'\u001bx\u0006\u0006\u00003\u001c<\u001b3\u001c)s\u001e\f<\u00038\u0005x\u0016cg\u0019x\u0016Y=o\u000eko{.\u001bZh{\u5c5cs6]])y\u0717s4eoD)\u001e\u000ec)\u000f.9v\nI\u0019}5>O\u0005}F@HA#g\u0019}>\u01a1~\/\u0018>[g\u0019gmyqkmyUgl*e]d\u0011Hx+cs\u000e\f<\u00033\f<}\u00013\f<'7\u0006<\u0003\u001a\r<\u0003pe\n\u000f\u067cE\u0016w\\6}I3Bwv\u000b)X\u0002ecMi\fy>9in|;\t>\u03f1\u0006\u7a403\u001c<\u001b3\u001c)s\u001e\f>8\u0005|\u0016cgy+1gW[~\fbu~;vSt_+nu\u00fdo*\u001fy\u058d0.\u02fa^Vl,\u000bN)w\u0012\u019fc\rSg9x6g9RH=\u0019\u019fq\u000b,3,F\u03f3m6:jxU\u04faV\u0006\r-^gFUe\u0732\u0781;e 0\u001eN)w\u0012c\r@S!h\b:x6 h\b:R H=\b\u001aq\u0010\u000b\u0004-BoJj3\u0018\u0004\u001e\u0013G\u000e\u0140\u03f3u6?j[^g~.5smFO\u0671\u0004m\u0014]Fa$$}N\u07119V\u0007t\u0006Ag\u0019t\u0006@g\u0019t\u0006\u001b\u0003AgY\u0006Agyv]sxuOJ\\\u0014{\u00059\u05bdgsyXh[s\u0007u.\u0798Y<\u0005wN!\u03f1:3<#3<#3\u0018<#j4,o;q+\u00e6mX)\u001e\u001c?3?~_3?\u024d3F3,]\u001a,\\V9+\u51b2Gze.^l\u0574-\u06791u^k\u0159@WuFt1V\u0006\u0019i,\u0007N,A\u0011\u0001\u0004z*\b4\u0002@\u0007\u0006\u0002@G\n\u0002\u001d@#\b1\u000e{AX\u0004M\u0005Z{]X+\ntzPrO\u001c6x\u0016=\u03c2lu\u050dMQ7il\u0017-[HdFi9V\nsg\u001cs\u019c\u00060`\u03983\u001c<\u001b3\u001c)s\u001e9c8\u0005s\u0016c1g\u0019s\u000ec00fs\u6b1d2:W\/7E\u0001-R\u035c1Ka\u8523\u0000%\u0730aIa4\u0016-b\u0017t;S:gYl\u0000z\n\f=C\u0001=C\u03d1\u0002=GA3|^g1\u0016zB\u03dc28^nY\u0011\u0540]u:\\9?\u0017UUZ^\u03c7UVk\u000f\u0000sfO\u0000<\u0015\u0019~g\u0003~#\u0005~\u0503g\u0018\u0007?b,\f?B\u0010N%\u0002]\u0015MkL\u0000z\u0018KcO+IS=N\"\bt\u0001\u0004z*\b4\u0002@\u0007\u0006\u0002@G\n\u0002\u001d@#\b1\u000e{AX\u0004M\u0005ZwZ]Q\u04c3{\u0018y\u0016~\u02e6nL.\u001c@}^~Niw\u0019~\u001b\u0002?sls\u03d1z3\f?\u001fg\u0017YgY\bg11~:Do67\u0546[gwM]+(D\u02f6l\u02b2\u0636{\u001a\u053bP)^N\u0012\u0019u\u001a@:\u03a8sl\u03a8s\u0391z3:\u001fPg\u0017YEQ\u7b683\f]n9o\u06f3bm\u03d5{nN\u001bl{n\u8d64#mmi${v\u0003,'o0\u0016=NiH\u001c\u0003@\u0003\u00004\u0000\r@\u0003~_\u00004\u0000\r@\u0003\u024d\u0001\u00004\u0000F\u0003\u00004\u0000-]\u001a\u0000-\\V\u0001ZiG\/I]\u065f\u0017[5{.^X\u0019L:2@WUeN|\u01d2cO+IS= \b\u0000\u0002=\u0015\u0004\u001aFg\u0003F#\u0005C\u0011h\u0004\u0018@ b,\u0002\u0002&s\u05f8x>nT\u001b\u0148\u0017[i\u063eWs\u01e2>{)\u035e3,7>O\u0005}F@HA#g\u0019}>\u01a1~\/\u0018>[g\u000e\u001b\u0000\u00004\u0000\r@\u0003\u0000\u0017\u0000\r@\u0003\u0000trc\u00004\u0000\r@\u00004\u0000\r@K\u0006@\u000bU~\u014b\u05bdeU\\\/UU{\u0014j\u03ado\/UU\u067eS?_\u0018\ntfO'#\b4\u0002-6@O\u0005F\u0011@\u0011HA#\u0010h\u0004\u001a>!~\/\b\u0018@@gP\u0002$\u3136\u000b\u0007\u0018y\u0016\u061e}g~mm\u001b[]f\u0018FB[)\u001dYcu@g\u0019t\u0006Ag\u000bt\u0006Ag91\u0019t\u0006h\u0019t\u0006g\u0005:W\u0014<+sb{St\u0015|\\\u0014Jr!sQ]^.\u06cc\u0006):vIS=_ \u0233\u0000<\u0015\u0019yFg\u0003yF#\u0005yCg\u0018< b,3\f>}3\f>'7\u0006>\u001a\r>\u000f\u001c6xv\u03ca\u03d5{nN1\u001b~nmi\u000b|ep,#}i,\u06af.\u0000:vJsR#\u0000\r@O\r\u0000S\u0001\u0001h\u0000:x6\u0000h\u0000:R\u0000H=\u0000\u001a\u0006q\u0000\u000b\u0000-\u0002\u00004\u0000-F\u0001\u0433XVM^Z\tr\u0016\"L\u05cc\u06b2l4^@U5!X\u001d )^\u000eC\u0010\u0000\u0004=\u0015\b\u001ag\u0003#\u0005\u0503!h\b\u0018\u0007A@b,\u0004\u0004s\u0018^q\"#('N\u001e<\u0001gA+Ris?\u05f6mv\u01ad{d~vmz#V\nsGX\u001d\u0019t\u0006Ag\u0019t\u0002Ag\u0019tNn\ft\u0006Ag5\u001at\u0006Au=\u0005:+{W6+)BR&(a-]\u0019\r\u000ecQ7H\u009dn0{?\u0011Ag\u0001y*3<\u0007\u0006~\/\u0018\u000b?\u0010\u0004?b6Ya-.\u05ad\u001beW\u001ahwn}oo>\u0016rnNi\u023a\u0011\u0003>3\f>~_3\f>\u024d3FC3\r]^9s\"s^S>A7VXmlW\u02d0ls[e\u001c=Eu\u0005@'Na;\t@\u0003\u0431\u0006\u0000\u0000\u00004\u0000\u001d<\u001b\u00004\u0000\u001d)\u0000t\u001e\u0000\r@\u00038\u0000\u0005\u0016c\u0001h\u0000\u001a\u0016\u0000Y?kyW\u0006VM^KEbo@\u0415[\u0017\\*k\u02f2Q6\/!\u001a\u06eb\u065cc2F\uf0a0n4{\u000b\u0004\rA\r@S!h\b:x6 h\b:R H=\b\u001aq\u0010\u000b\u0004-BoI\u0286Ot)@\u001f=->li#:\u001f\u000bz;Ccug\u0019yFg\u000byFg91\u0019yFh\u0019y~hyBwx\u000eKVrt\u03c5[w{}6aqw\u0018K~IS=Ns\u0001y*3>\u0007\u0006>G\n\u001c>1\u000e}{AX\u0019}F y\u0016znq\u0475>we\u07d4M.>k\u0570%[u[k9\u001fK\u0767)\u035e\u0016\u0001>r\u0003Tg\u0019|\u000e\r\u0019|\u00149R\u000f|\u0006c\u001c\u0002>3\u0015|+Y\u03e6\u0281{VX{\u04a0i\u001bU2.eY+G,wcQv\u0001IS=N\u0002\u0000t\u0001\u0000z*\u00004\u0000\r@\u0007\u0006\u0000\r@G\n\u0000\u001d\u0007@\u0003\u00001\u000e{\u0001X\u0000\u001a\u0006(\u0000z\u00169VM\u07b2K\u0005bo U]3\u0002]UN\u0005\u0002]\u0566\/m\u00054\u0016\u0745@'Nir\u001eF\u0006\u0010 \b4\u0002\u001d<\u001b\b4\u0002\u001d)\bt\u001e\u0002@#8\u0004\u0005\u0016c\u00117\u0015\u8723\u048f@\u0014he$\u000eN1,\u79aaLYs\u04da\u01e9%9p:3\u0007\u0013o0w8\u00189c\u039839c~_39c\u024da\u03983Fc\u03983<.9m\u065c\u0017\u06dbk\u0015LEg\u0015uYi3f\tu\u000b\u0012{tYg\u0017n}c\u001a@>sls\u03d1z3>\u001fg\u0017YEgY\bBg1}\u000e\u0016\u0017][s_eoXWS\u000e[{S~cI\u001bt;\u04f8\u001a|\u0006\u0006\u7a403\u001c<\u001b3\u001c)s\u001e\f>8\u0005|\u0016cgy+QgW[~V6\u000ee\u06ab5\u8fae9nm{S\u03c7mr\u07f2mkk\u032fw\u0018KN%)^I\u00104\u0004=5\u0000AO\u0005!\u0640!H# h\b\u001a>A~\/\u0010\u0018\u000bAC\u0010\u0018\u0005Ab6(W'h[5{.kez'h\u05d1{\u000f0\t\u06b2m\u0015!_B\u0415[]\u0576\u054e\u0011%g\u001f\u0012tf\/'\t\u0004\rAO\r@S!h\b:x6 h\b:R H=\b\u001aq\u0010\u000b\u0004-BoJ\u041a\u05dc\u00f0VW$8z,\u0006|\u0005TTsxnZS\u0017\u000f\"wv\/1-2\u000e#Q)R%3<59O\u0005s\u019c11H#0g\u0019s>a~\/\u00189c\u0398s\u001891ky\\\u0014]`-r>E\u057aL&:e\u0016\u001c\u001dv;;HXz;cs\u000e<#3<}!3<'7<#\u0233\u001a<#\u000f-\u001c88^n\u001dau)sqH$\u0010=\u0017n\u074f\u0014Fa,}>>'Na;>\u03f1\u0006\u7a603\u001c<\u001b3\u001c)s\u001e>8\u0005}\u0016cg\u0019}\u0016Y>\u001bA]k}\ueafe;e{;d(V~Hc!Ff\u001b:3>3>3\u0018>j4>?>s\u0655\u059f\u0015\u001c\rYa9.^\u00167\u0000\u0776)M\u0006>\u06e6\u04f2v,\u0000\u0776[xh )\u035e!h\u0001\bz*\u00104\u0004\rA\u0007\u0006\u0004\rAG\n\u0004\u001d\u0007AC\u00101\u000e{X\b\u001a(\bz\u0016\u0004\u001cF\u0004:A\u06eaikvY+s=A{ls\u000e\u06ce\u000e\u0019+m}B\u0006)\u001e\u0019cu h\b\u001a!h\b\u000b!h\b:1\b\u001ah\b\bZ3s\u0018N\u000eDV\\\u0007\u0018y\u0016D{sSUSr-iM](?t\u067dV=Fp6\u0012ro$Ja\u023c\u00119c\u039839c~_39c\u024da\u03983Fc\u03983<.9sVmsb{St\\\u0016U3\\[p\u0014w\\:\"NOcasf\u03b1:3<#3<#3\u0018<#j4r\u0003Tg\u0019}\u000e\r\u0019}\u00149R\u000f}Fc\u001c>3>\u000bA,fs{xu~v-\uf539}[bqk[V!\u001bS=n3>\u0017>src3>3agW[Vp4mm.^us\\*-n\u0001m{S\u001a%|\u0003t\u06ea\u9d2c\u001dK6@2\u0016a,.\b:vJ}!h\bZn\u0000\n\u0004\rAC\u0001AC\u0411\u0002AGA\u00104\u0004}^ h1\u0016!h1\nln\u000b?\u0017\/jZ]\\\/nPU9\u0014u(s|@WmY7}>$\u0012O+IS-\b4\u0002=5@O\u0005F\u0011@\u0011HA#\u0010h\u0004\u001a>!~\/\b\u0018@@\u0305@\u0007%\u0443g1,h\u03db5\u001ez\by~[,\u07ad-\u001fX\u050f\u001e9vJ\u0012yF\u0006 3\u001c<\u001b3\u001c)s\u001e<#8\u0005y\u0016cg\u0019y\u000ec0fs\u000e*[fm\u0014ysgMWTV\u000b[@]ei_Xz-b\u0017t;S$\f=\u001a\u0002=Csl@s@\u03d1z3\f=\u001fg\u0017Y3\u000e\u0017[~y\u001d\u001a\u0539IK{;$}.2g0\u0016>NiH\u001c>3>~_3>\u024d3F3,\\\u0019Nr1\u7fa9)-\u000bo\\m\tl,5{So0{ni\u0019}\u001b@>sls\u03d1z3>\u001fg\u0017YE3G\u000e]n9k\u001ct?\r28\u03cf\u001cKr\u0007v\u000fk]:ESo0{\u029dD\u0011X\u0003\bT\u0010h\u0004\u001a\u000e\r\u0004\u001a\u0014\u0004:R\u000fF\u0011c\u001c\u0002@\b4\u0002@Q\b,fs\u0002\u0000\u0002V\u01b4mo7\u0010h[ui*ef\u0002mF;p@[6n-n\u001e\u0004:vJ?\u0002@\r SA\u0011h\u0004:x6\u0010h\u0004:R\u0010H=\u0004\u001aFq\b\u000b\u0002-\"o*j3\u0017\u0002\u001e\u0013G\u000f`\u03f3lhKyF\u00b6Z\u0012Y(\u02e6RF\/\\uXvz\u001a\u05f7=sfO\u0016<#r\u0003Tg\u0019y\u000e\r\u0019y\u00149R\u000fyFc\u001c<3<1s\u00189yV6?\/=n\u0019n\u0005\u001cZz\u0260a,}\u000ft;^\u001dg9\u0000<\u0015\u0019zg\u0003z#\u0005z\u0503g\u0018\u0007=@b,\f=o9vpPY-.gkj*\/\u001b\u00beg[2w\\\u0494Z3\f>\u000bA,f\r|V\u001e=:>[\u06f8wn\u0016[kwUj);s\u07f8.Cs\u0014fO3\u001ck\u0000}\n>>\u03d1>G3|C^g1\u0016}F\u03dc8xv\u0007\\\u062ai[vY+s@WuvL\u0596E\/\u0010h\"q?7c5\u001f\u001d\u0007Ni\u001fx\u0004\u001a\u001b@@#\btl \bt \u0411z\b4\u0002@\u001f\u0010h\u0017\u0004ZE\u0011h\u0004ZBg1\btP=\u0014\u01bdQw\u0017h[\u0576Lm~JI\u0010D\u000fq\u0019{OcI`\u0002t;S$\u000fF#\r SA\u0011h\u0004:x6\u0010h\u0004:R\u0010H=\u0004\u001aFq\b\u000b\u0002-\"o*\u069es\u0017\u0002\u001e\u0013'\u000f`\u03f3uY\u05e7=x,y*\u02b2)-Kr?}]5V\u01a2Bn4{\/\u0007<\r SAg9x6g9RH=\u0019yFq\u0233\u000b,\"3\u001c a\u001asykS\u059d9l~MnOn@}k\u001e\u000eciT{)\u031er'g9\u0000<\u0015\u0019zg\u0003z#\u0005z\u0503g\u0018\u0007=@b,\f=o9vp\u0003'0\/nq\u0475=[SVy\u0010=\u06fa7\u00e9-MY\u001bX.9v\nI\u0019|5\u0000>O\u0005|\u0006\u0000H\u0001#g\u0019|>\u0181~\/\u0018\u000b>\u0010\u0004>b2Vg\u001c'\r\u001e%eq_}\u068cL\u0167xZuNl\u0018GQ\u0001y*3:\u0007\u0006:G\n\u001c:\u03a81\u000eu{AX\u0019u\u078a:s\u0655\u059d\u001fxsr8n\u03fdeO\u001atXAd&a\u0018-M\u0002\u0012s4\u0016=\btfO#\b\u0000\u0002=\u0015\u0004\u001aFg\u0003F#\u0005C\u0011h\u0004\u0018@ b,\u0002@#b\u0014\u0002=YCg%\u0004\u0774euz\u0016]WF\u001c\u0012u\u001f\u0001k;\u07b05jk\u000fQTH)w\u0012c\r@S!h\b:x6 h\b:R H=\b\u001aq\u0010\u000b\u0004-BoJ\u0016+O\b8f#\u0007\u0018y\u0016N\u068dmm^\u001cl\u0017BgSU-pn\/\u1ead&~>3Vn4{#\u0233\u0000<\u0015\u0019yFg\u0003yF#\u0005yCg\u0018< b,<#a\f\u001clo\u06f3\"mY;\u06d9P\u0013F\/\u03baGqE\u0005='NirfC\u0000<\u0015\u0019zg\u0003z#\u0005z\u0503g\u0018\u0007=@b,\f=o9opsyJ\u001b|q-sKjg\u001b;[\u05556>w]cK\u0552casf\u03f1:3>3>3\u0018>j4>\u0095\u06ea>+S\u001dn\u0017k\u001b\u04ad:\u07c0{6wst\u0017g7 [6#i,l~N9V\u0007~g\u0019~g\u0019~\u001bgYg\u000e\u001d<\u0002tg\u0005zW?sVM\u07b2Z\u0005Z{\u0019\u0015\u0002]5v$\u0012k5\u001d|,lN\u0001:V\u0007F\u0011h\u0004\u001aF\u0010h\u0004\u001aF\u001bC\u0011h\u0004ZF\u0011h\u0004Z4\u0004Z\nt^gRW'\u8db5{\u0376zE\u0015\u0004mGZI\\maCa,\u000bN)w\u0012c\r@S!h\b:x6 h\b:R H=\b\u001aq\u0010\u000b\u0004-BoJ\u0019Y'2G\\tBS@\u000e\u001fbYJ76e=XwY\u0013\u03e6+Q.jQg\u0018czGz6Z\u06c3<'Na;<#\u03f1\u0006 3\u001c<\u001b3\u001c)s\u001e<#8\u0005y\u0016cg\u0019y\u000ec0f{\u06de\/g\u0014i\u02fa\u0505\u001dc\u0011=w-<\"#i,d~N9V\u0007zg\u0019zg\u0019z\u001bgY\u71e6g\u000e\u001e\u001c\/\u0014~\u0007^A\u001bm4P^7>\u06fe=\u001d,mkL4\u00169vJ>3>\u0017>src3>3>\u000bW>\/ovC\u01bdt+7\u07ad7E\u0007?\u0001\u0672\u06b34\u001f\u000bz;\u0643cug\u0019~g\u000b~g91\u0019~h\u0019~~h~+\u0005>z)\u043bjZ]\\\/US\u0017y3\u0013iV~\u0016\ttT\/s\u001c\u00165\u001e\b:vJ2\u0004\rA\r@S!h\b:x6 h\b:R H=\b\u001aq\u0010\u000b\u0004-BoJ\u06ad=EI'\u0483{\u0018y\u0016\u0012>o\u029e;{4U~.&\n\u065fMWT]\\\u0522\u03e61\u068fl,=s\u0014fO3\u001ck\u0000y\n<#<#\u03d1->'Nirv\u0000<\u0015\u0019|\u0006g\u0003|\u0006#\u0005|\u0003g\u0018\u0007>b,\f>B\u0010UYBK\u0011s\u0007qP~>MiB\u0013X8x0vJwNs\u0001y*3>\u0007\u0006>G\n\u001c>1\u000e}{AX\u0019}F y\u0016z6[u\u0001?M\u0017=uoM\u0757\u000f\"~\u001bk870j\/29=Ns\u0001y*3\f?\u0007\u0006\f?G\n\u001c\u0007?1\u000e~{X\u0019~\n?s\u0655\u0016\u001fxsb{\u02f2U`zv.w\u0003tS%U6\u001d\/\u00126\u001dH q\u001a\u000b7Ro4{\u07c8A\u0011h\u0004\u001aF\u0011h\/\u0004\u001aF\u0011\u0010h\u0004\u001aV\u0011h\u0004\u001a.\r\u0016.o\u0002\u0005Z\u02fb@w\u02beTgzkL\b\u0005\u06adcz\u0005\u0002mM_t\u044cx6.g\u0017\nt\u0014fO\b4\u0002\u001dk\u0000\n\u0002@#@#\u0411@G!\b4\u0002}C^\u0010h1\u0016~S8nO+\n4\u0004)\u0006{\u0005~C\u024bg\u000fV]\u0018\u0264g\u0017w9{lo[J)\u001ecug\u0019zg\u000bzg91\u0019zh\u0019zg\u0005=W\u001csgC\u0006yg\/B\u03dd\u01ad52n\u0002=NiX\u001d\u0019zg\u0019zg\u0019zNn\fzg5\u001az\u001f9xpPY\u001e\u0012?T{W1_u\u35abU&ku\u04d7U\u0740\u0715\u0019;OcSo4{s\u000e\f?3\f?}3\f?'7\u0006?\u001a\r?pe\u0286\u0780\u0007uu~q\/\u075a^}k+rmV;p\u0001?mYK=\u001f\u0005\u0007~Ni\f?r\u0003Tg\u0019~\u000e\r\u0019~\u00149R\u000f~c\u001c\u0002?3\u0015~+-@gV\u05bd\u05d7e\fzn\u04ac\u01b9@7u\u000e+\\ n@J*nPOc\u0002t;)D\u0011h\u0001\u0004z*\b4\u0002@\u0007\u0006\u0002@G\n\u0002\u001d@#\b1\u000e{AX\u0004\u001aF(\u0004z\u0016-\u04177\/\u041d\u000fI%\u0679^mY\u0016j\u0321@U|X\\^\u0740J\u04d4s>\u001cC}ZNh\u0004F\u0006\u0010 \b4\u0002\u001d<\u001b\b4\u0002\u001d)\bt\u001e\u0002@#8\u0004\u0005\u0016c\u00117\u0015h5\u0001\u000bkuEN\u000fJ\u0007bYJ7<\u0017O{o8\\-\u0004rsu\u0011-r\u0012H\u01a2\uf09en4{\u001dz\u0006@3\u001c<\u001b3\u001c)s\u001e\f=C8\u0005z\u0016cg\u0019z\u000ec0f\rzV6n71\u001b[Z=lIgT@S=\u000e\u001e\u0541g\u0019zg\/\u0019z\u01a0g\u0019zVg\u9643\u0007\u000b-?g}\u0018?T{W\fz~\u001b\\-S\\7}Y\u06b9K\r]y4\u00169vJ\u0007?3\f?\u0017\f?src3\f?3\f?\u000bW\u0006?\/oY\u01bdtk{\u03ed)|[\"Uw}W\u0536oXz;#s\u000e\f?3\f?}3\f?'7\u0006?\u001a\r?\u000f\u03dc:xv\u0000\\G_]mxc\u0007\u02e61eWw'\u6c18\u0019A71[\u071e\"#i,~N9V\u0007!h\b\u001a h\b\u001a\u001b!h\bZ!h\bZ4\bZ\u0012bY\u8d7a@\uafac;{o \u0436rrc~f\u0002m0&h74\u0285{z\u001a\u000bSo4{lA\u0011h\u0004\u001aF\u0011h\/\u0004\u001aF\u0011\u0010h\u0004\u001aV\u0011\u0013h\u0004]8\u000fr:\u0010\u0005Z\u0647S\f<\u000bZ\u01de\u0015z}\u0007\u074fkn&\u03d5m-{e\u0012y[D\u077b}{)^q\u0019y\u001a@<#sl s \u03d1z3<\u001fg\u0017YEg9A\u00d85YaM\u001f<\u001e=uqYs&=n\u0015\u0016$!q[ni,9#n4{Z\u0004\f=\r@Sg9x6g9RH=\u0019zq\u0433\u000b,BV\u8643\u0007\u000b-?gm|6J\u000f\u001elL\u0578Ws=?M8O\u001csn-nn@m\u0018RdxZ~N)w\u0012~c\rSg9x6g9RH=\u0019~q\u000b,3,\u0004\u03f3\u001d;h.lm^_[~n=7\beu}W\u0536\u001c9vJGX\u001d\u0019~g\u0019~g\u0019~Nn\f~g5\u001a~\u001f9tJ\u0001h^R6\u0000~`W6)\u06fe;A7\u014cUR-\ti\u00044}\u0016\u06af|,9\u064bn4{9K h\bzj\u0000\n\u0004\rAC\u0001AC\u0411\u0002AGA\u00104\u0004}^ h1\u0016!h1\nl.\u0005\u01f6\u0012@\u0017\/\fY\u0005\u0696qGu&\u0436[v!\u0005\u001bPg:#\u0007i,N\u0002:V\u0007F\u0011h\u0004\u001aF\u0010h\u0004\u001aF\u001bC\u0011h\u0004ZF\u001fOG\u0705@\u0007%g1,h\u001d{,{2}m4\u03a1\u0017>src3>3>\u000bW>\/oYq\u01bds+?\u03b7\u0016%n\u0450:wW29{a\u000ft;IZ>S\u0003Tg\u0019}\u000e\r\u0019}\u00149R\u000f}Fc\u001c>3\u0015}+\u015f[\\te\u04d8\u000btan\u4f5e\tt\u001e\u0016B1\u0004qk2?\u0192i\u0005:vJ\u0004F\u0006\u0010 \b4\u0002\u001d<\u001b\b4\u0002\u001d)\bt\u001e\u0002@#8\u0004\u0005\u0016c\u0011h\u0004\u001a\u0016\u0010Yol+s\u04b87jT\u001a^\/\u0436L\u001c\n-mw\u0006\u05190Xz;#s\u000e\u0002@#\b4\u0002@}!\b4\u0002@'7@#\b\u001a@?@\\X+\ntzPrO\u001c=x\u0016=\u03c2y\u0007,\u001bjg\rVxQ.\u02f0X\u0014\u0687<'Ni\u053f]\"\u0233\u0000<\u0015\u0019yFg\u0003yF#\u0005yCg\u0018< b,<#a\f\u001clNMKn]\\VnI\u03fd[wEsM}iJI\u0017>src3>3>\u000bW>\/)\\_m;|nQr8r.wsu--Ler>\u000fcASo4{s\u000e>3>}3>'7>\u001a>\u000f\u001c9xv\\}\u02fbvRJ@\u001b\fs+M{X\bi'\".\u0011\u01ad\u001eX=\btf\/'w\t\u0002@O\r SA\u0011h\u0004:x6\u0010h\u0004:R\u0010H=\u0004\u001aFq\b\u000b\u0002-\"\b4\u0002-F!\u04335\u0004Z1 gyun+[+Xx'h[w&;\u0001mu\n.\"h\u0016Lk:\u001fK6\u07a7%)^\u000eC\u0010\u0000\u0004=\u0015\b\u001ag\u0003#\u0005\u0503!h\b\u0018\u0007A@b,\u0004\u0004mz;aHA=qY\f<\u000bZ\u0007\r{`]t}cy\u06786M\/\\X\/3v?\u01a2\ue09en4{O\u0007\f=\r@Sg9x6g9RH=\u0019zq\u0433\u000b,B3\u001c@a\u001a$s\u000ey\u0717\nm9vJ3<5!~\/\u0233\u0018<#[g\u001d\u001c\/tuCr[T{WQ`sWV#6>w]_;l|v\ubae6\u0019Y#Nc)\u001e\u0007\u000f3\f?\u0017\f?src3\f?3\f?\u000bW\u0006?\/oY]>W\r):qorD\u0019|soZQx6g0\u0011OIS=\u0012}F\u0006\u7a603\u001c<\u001b3\u001c)s\u001e>8\u0005}\u0016cgy+\u0321gW[]\u000b[\u001b(\u0017ukVv1\u0017h{\u063e=,\u0002\u001b9vJX\u001d\u0004\u001aF\u0011h\u0004\u001aB\u0011h\u0004\u001aNn\fF\u0011h5\u001aF\u0011h\u0010hB\u0004\u022b\u0013t^ZZez'h[wV6[\b\u05b6:l\u001d_B-jt>\u001cD}ZNioG\u00104\u0004-7\u0000AO\u0005!\u0640!H# h\b\u001a>A~\/\u0010\u0018\u000bA)Akbx\u000eKt1#('\u001e<\u0001gAsyn>u5Mg6\uef61Vr^,\\X\/32H\u0192s|sf\/'{\t\f=O\r@Sg9x6g9RH=\u0019zq\u0433\u000b,B3\u001c@a2?okz\u0717\nmb,>oE9sJgw?\u0017\/\uef7e,\u000bt\u0015n-vk\u07bd?(\u0672\b{\u0003:\u0010A\u01a1yX\u0014\u07c9@'Na;@#\u0431\u0006\u0010 \b4\u0002\u001d<\u001b\b4\u0002\u001d)\bt\u001e\u0002@#8\u0004\u0005\u0016c\u0011h\u0004\u001a\u0016\u0010Y\u000e\u001e\u001fN\u040d{vk\u0005k\u9e5em9Zl=#h[\u06ea\ubb32u|\tA[`_X4\u0018\u0005A'Ni#\b\u001a\u001b\u0002AC\u0010tl@\u0010t@\u0411z\u00104\u0004\rA\u001f h\u0017\bZ\u07d43NuE^sB\u06c7\u0443S\f<\u000bZ\u0007Ke\u001f\u04de=X\u0017]X\u0704yg\u001bj%\u0172\u03c5u\u000b2#i,9n4{9Kgyj\u0000z\n\f=C\u0001=C\u03d1\u0002=GA3|^g1\u0016z0\u0006z\u000ec\u05a0ge#oy\u073bW5Z\u0002YgS\u05adzn\/\u03fd[&~>\u00169vJ< 3<#\u0233\u0017<#src3<3\u0339V\u001f8yiL\u05787eX7\u0739qm\b{cZywX\ufe73}Ywp&\u0251#}oA\"\u0012[P=aqz[vUL,v|c@D$\u000035<\u001dYn7;Up1\u0003?0\u06e2.t:gy\u0000}\u001a>@HC#q3>yr\u0014YEgYHB>+\u001bqv}.\u001dv)\/{\ueefeU.}vORu^`wQK\u0307\u0082)\u001d=\u0016|\u01603>r,\u0019}Fgsg3>3|;\u0007g{z|\u06fe}}QhW\u001f\/ugfk{hG@;\b64i[\u0014\u00136N)g\u0012Fc\u001d SC\u0011h\u0004\u069b\u001b\b4\u0002\u001di\bt$\u000eF\u00111\u000f^@\b4\u0002@Y\bts\u0006n\u0015\u001cVVY>;A\u000b@U\u054dv\u0006\u0004WU\t\u0016v\u001bT*p[X\u0000z:\u0002\u0431\u0018\b\u001a!h\b\u001a^\u0005AC\u00104\u0004m\f!h5\u001b>V\u000b\u0000g0\u0106$Hzp\u0003>\u0007Igsf_=XX`sn^\u0003\u0004y.j>o\u0016;Yy6N?^\"\u0233\u0001<5\u0019yF<#\u03d1\u001f=aL=\ty]Tu\\I+?\u0007,a\u074dmf]\u0433tJGo\u02ea%3j\u0006n\u001em\u1f43)\u001d=;\u0018Ag\u0019}FX3>g\u0019}Vg\u0019}\u0016\f}\u000ewo*\u001fWKR\u001c\\EW\u02ab\u0000_+\u0015+w\u0007\u0006]\u0776yu\u0002|\ueeb2\\p[g\u950e\u001e\u001c\u0001g\u0019|\u0006X3\f>g\u0019|VgW\u000e^}\u05fbh\u0017\uacfe~\u0017\t\u0004\u0013\\YUuS:z\u001cA\u0011h\u0004\u001aF\u0011X\b4\u0002@#\u0010h\u0004\u001aV\u0011h\u0004\u001av\r\u0016vo\u0002m|_?go\u06fe*P\u000f\u0004WyV7f>AUU$v\u001bTEE\u000b6Nm\u0001|\b\u001a:\u0006AC\u001077 h\b: H\u001c\u0004\rACc\u001e\u0004\u001c\u0005\u0016s!K\u0012\u0017XI\u00177$G\u0543\u001c9H:\u000f>+sfr,\u0019}Fgsg3>3>\u000b{>S}\ua1bd5F\u028b>\u05bfO^=[4}\u0013>w}J}CY\u5743OmY8ft:I\u0019}u>O\r}Fgons\u03d18\u0019}F\u8aec*}=\fe'Xv4UWo(}\u0016V~Ns,\u0006!h\b\u001acA\u00104\u0004\rA;!h\bZ\u0346!h\bZ5\bZ\u063d |_?go\u06fe*P\u000f\u0004WyV7f>AUU\u00bf$v\u001bTE\ny[\u07fb h\u950e\u0016!\u0003\bzj\u00104\u0004\rA{s\u0003#\rA\u00104\u0004=AQ h1\u0017(Aox\u07de\u001a+\u0012t\u000b4\u0005S\u000e\u001c$\u0007=X=l*sO7mo6Pl=\u04639\u0016<#3<#\u02f1g\u0019yF\u035d!3f#3\u001c\u0017^yw*]\u01a9nte]G\u0012e\u001d\udb51\udd5f\u02e2t_4\u001by[\t{\u0017l:n\ngY\u0000y\u001a<#@HC#q3??}no\u05e8~v\u000f\u0017M_+]??e;T\u001bVx\u0696n\u00117\u03e6)\u001c=Ls\u0003yj3\f?{s\u0003~#\r~3O\r}Fgons\u03d18\u0019}F\\yzi[Xz:\u01c2\u03f1\u0018\u0019}Fg\u0019}^>3l\f}Fg5\u001b}FZylOg9|\u0017\u0002 1F\u06f6L9)\u0002\ue06a2+7\u001f-b; \u0426)\u001d-~@#S\u0007\b\u0010h\u0004\u001a\u0006\u0002@G\u001a\u0002\u001dC\u0011h\u0004zC b.\u0002@#b\u0016\u0002\u001dn\\>;AM\u0475mv'_\u0000rxH}]m\u04df\bmP_[^=-\u0014A[Ot(@\u00104\u0004\rAC\u0010r,\b\u001a!hsg\u00104\u0004\rA\u0010\u0011\/3\u00186\u0001DVJ$y\u0003>\u0007I)\u0395\u0007JU\ue79fJ)NZ9*B\u06e2}\u0005=NtNgY\u0000z\u001a\f=C\u0700H#q3\f=yr\u0014Y\u0305g\u03c1\u0473b7+\u03dd{n^p=wyI+?{?\bE \u03e6)\u001d=fgY\u0000y\u001a<#@HC#q3?o\u000bu)\u001d=c13>3\u001c\u000b}Fg\u0019>j6>\u009eU\u0015PD^g\u7faf=\u001a}ydks\u001e\t*\u001aH}kMZk\u001a\u001an\u0016?Y}6N\u8a5f3,v>O\r}Fgons\u03d18\u0019}F}Y\t\u07286\u04c6\u0767ma\r\u950e\u001eknbg\u0019~gy9\u0016\f?3\u0019~l\u0019~=+?o*~\u05f2\u001b\u06fa\u0014B&\u07faF)RV$m\u9d0cg\u0014r&g9\u0001<5\u0019}F>\u03d1>Gg\u0019}\u001e(\u8cd8>{g^:8\u04fbM~]\ub2e2Q\u0014xnx\u01dfr\u0006\u0002rJH\u0012\ubcac6??mKt\u000f\u0002m:F\u0004\u001a:@@#\b77\u0010h\u0004:\u0010H\u001c\u0002@#c\u001e\u0002\u001c\u0005\u0016s\u0011h\u0004\u001a\u0016\u0010 gw\u0002F\u07b3\u0013tSytRi\n\u0004u\u0017\u0012\bv\u000f&q\tmPWt[\u0016x\u0016\u0c1eN\u0004G,\u0006!h\b\u001acA\u00104\u0004\rA;!h\bZ\u03467H`X\u0015\t\u069ed\u001ew\u000fr )\u0019\u0015]7*AsQyI?}oZ~y[g\u950e\u001e\u001cAg\u0019yFX3<#\u0390g\u0019yVg\u0019y\u000e\u000byni}s\u0006[YYxynvO[\u0017~n*\u0004<m\u000bl=\u0443c13\f?3\u001c\u000b~g\u0019\f?j6\f?\u009e\ud55f7\u0015?N:;\u0007\u06ecwOCe7\u06bcF{%b>\rrOXmQW\u0007}6NiKD\u0001<5\u0019}F>\u03d1>Gg\u0019}\u001e(\u8cd8>{g98\u04fbMm\uefbe(4=^\u001b^\u001e4\u0010hST}G@m_ei[\n7{\u0010h\u0014\u07a6\u00176\"\b\u0001\u0002=5\u0004\u001aF@#\u0411@G\u0010h\u0004\u001a\u001e\u0010(\b@#\b@\u00079y\u0597Z9y\u0005t\u001e|?y\/\nh7q\u0013n\u02d6\u0015$n\u059fMS:z[gy\u0000\u001a?H\u00df#q3?yr\u0014Y\u015f\/_PTX\u0015\u065ed\u001e\u0017\u000fr )Y\u0015\u0773^A\u00132N MUeW@WN\u0005yN!\u03f1\u0018\u0019yFg\u0019y^<#3l\fyFg5\u001byFZy\u001dE%yQ\/\u001d+kQ\u0092cW6J--e,\u03caV\tE]t\u001et:e\u0001<5\u0019~\u0001?\u03d1\u0006?Gg\u0019~\u001e(\u000b?\u0004?\u00079}r0[Wqu\u0017\u000eY\uf786\u06adE^6\u0010\u0016|zo(}\u0796-K\u0016\u07ec>Nto\u000f\u0019}\u0016;@>77g9H\u001c>c\u001e\u001c\u0005}\u0016sgy\/\u000b\u0007g{?^n3\u0003tzwc_\u0014B\u0001tWe\u0000k>o\u0175\nswA\u001b\u079a-[\u0010f\tt:d\u0007ACb\u0007\u0010 h\b\u001a\u0006\u0004\rAG\u001a\u0004\u001d!h\bz\u0303@b.\u0004\rACb\u0016\u0004\u001d\u0343o?O][u\u04dc\u0543{r\u001a_v$}^kF@{bnL\u001emo\u0000h\u0014r&\u0001h\u0000:\u0001\u0000=5\u0000\u001a\u0006\u0001@\u0003\u0411\u0006@G\u0000h\u0000\u001a\u001e\u0000(\u0000\u000b@_\u0014\u0015pT\u018a\u03f9{d+>}V\u4346)+>\u0003.lyih&z\u0017l:ngY\u0000}\u001a>@HC#q3>yr\u0014YE3\u001c),\/KY}o]\n?w\u0661W.;,\u000be\ua7fbFLh_w!\u0426)\u001d- \b\u0001\u0002=5\u0004\u001aF@#\u0411@G\u0010h\u0004\u001a\u001e\u0010(\b@#\b@\u00079\u00137\u00019\u0002\u001c{r\u001a_(v$}^`\u0001\u0013vc\u0010lK\u0002\u001c)\u001c=L\u0002\u0000t\u0003\u0000zj\u00004\u0000\r@{s\u0003\u0006#\r\u0001\u00004\u0000=\u0001Q\u0000h1\u0017(@oXrB\u0015\u0001:e\t\u0000y\u0003=\u0007ImYn\u0001N-UU@(suR}Mi_R\u1da8\u001et:\b\u001e%+e=\u055cb\u054dt[*o\\\\.\\X]]o>}seW(\u000f!@yYy\u0551\u0000u'C!\u0016u\u0003@Nt\u0011\u0006\u000e\u0000\u0001\u00004\u0000\r\u0000\u001a4\u0000:\u0012\u0007@\u0003\u0000\u0007@\/G\u0001\\\u0000\u001a\u0006$\u0000:\u001f@+kH\u001cl\u06fa,w\u001b]\fk'n:wV\u001b*xe\u000b,?NtT\u0001<5\u0019~\u0001?\u03d1\u0006?Gg\u0019~\u001e(\u000b?{g98S\u0000Z\u000e\u0000Z={\u0005t\u01be(4\u001a~\nhUv\u0002\"WR*|xm\u1d43)\u001d=^;\u0018!h\b\u001a!X\u00104\u0004\rAC h\b\u001aV!h\b\u001av\r\u0016v&\bZ_\u0002:}\u069fgh4|vyUT'gAmQf\u001by[g\u950e\u001e\u001cg\u0019\u019fX3?g\u0019V\rScENyF|pA{|`mNsU\u0014}\u0017\u02b1\n*\u06ae-Je\u0252\u0014y=m\u001by[\u001et:i2<\u001d SCg\u065b\u001b3\u001cis$\u000eyF1\u000fy^<3<9\u0233s\u000eyVv5M\r7\u02a5\n>eR[\u001d.\\6\u0260^VsYx\u0696\\]\u001et:I\u0019yu+g_\u000bR\u0567\/}\nAX9\/::R\u0016}sd<\u06f2Po\u0016MS:z[\b@\u0003S\u0007\u0000\u0000h\u0000\u001a\u0006\u0000\r@G\u001a\u0000\u001d\u0003\u0001h\u0000z\u0003\u0000b.\u0000\r@\u0003B\u0012\u0000\u001dYYBu5<\u001cW'{W\u001d\t\u02df\u037aS,\u001ev??m\u000b\u000boXOtXx#\u0016>3>\u02f1g\u0019}F\u035d3fU3\u001c\u0002hE^\u0000w\/\u0004]o\u02f4\u0007\u0006\u0005}\u0015R\u0000\u0376\u00158\u000eZOtx`,\u0006!h\b\u001acA\u00104\u0004\rA;!h\bZ\u0346!h\bZ5\bZ\u063d\u0012\u00127<\u0011teXN-\u0662mBf\u0005=DuMk\/-L\u0010R-]\bt\nGO9\b4\u0002\u001d\u0000\u001a\u0002@#@\u0011HC#q\b4\u0002@y\br\u0014\u0004ZE\/*\u00123\u0017bE'G\ud0f3\u001c9H\u01f7\u000fo.?WE\r\u001b*]b7$sU'V)^lYft:\u0774 \u0233\u0001<5\u0019yF<#\u03d1o\u02ea\/>y\u0380Hs}_byF0\u0016V}Ns,\u0006}Fg\u0019}Fc3>;CgYFgY39\u073dge+u5<\u001dW'\/\u0556\u000e{ZtJs_}iW-\u001a\u0005?Nt=\f?O\u001dSg\u065b\u001b3\u001cis$\u000e~1\u000f~^\u0002?3\u0017~\u6943=[Ts\u0017\u0002k\u0014@C\u075d\u0000\ufae25N)\u06fa+*\u0016m\u0010h\u950e\u0796K\u0010h\u0004z\u0000\u001a\u0002@#@\u0011HC#q\b4\u0002@y\br\u0014\u0004ZE\u0011h\u0004ZB@Jg\u03b3{6xn+RJm~ mu\u0004Kp\u00072\uf515\u0017-,a=c\tX\f\u0002@#\b4\u0002@\/B\u0011h\u0004\u001a6w@#\b@_@>sa\u001fl\u0019@\u0014h\u000fN9st?o.Zw\u000bpjy\u001b\u001e7sU\\\u0014yJ*E\u000b;}\u0016\u05f7{g\u950ev\u04c2<#r\u0007\u0510g\u0019y\u0006{\rtek\u000bt[\u0007(\u0017:Pu%8\u0703Rw\u000bC}\u0016\u0c1eN\u0004G,\u0006F\u0011h\u0004\u001aFc!\b4\u0002@;C\u0011h\u0004ZFO7wa-V\u0014h{y$>8d{VXrWT\u02f7}g\u000785=WeUtMU\u0679'ZN\u7aacuomg\u950eV.\r=Cr\u0007\u0520g\u0019z\u0006\f=G\u001a\u001cgy\u0303@b.\f=C~\u000e\uc39eF\u0006[~e7wO#\u001e\u001buwE,Qu}(+^\/\u0017x\u0016\u001et:e \u0233\u0001<5\u0019yF<#\u03d1y\u0015s]MVh.\/R-a=c\u034dX\f\f?3\f?\/\u01c2g\u0019~6w\u0006?\r?gs{{.~X\u0001~\u0015~>1k\u0013\u0014?YQe\tg-\u0014?[Ot(~\u01603>r,\u0019}Fgsg3>3|;\u0007g{zy_\u0017Esrn{Vp\u000e\u0713Cj*LY~cN}`-[*xoVMS:z\u0001\u0002@\u001d SC\u0011h\u0004\u069b\u001b\b4\u0002\u001di\bt$\u000eF\u00111\u000f^@\b4\u0002@Y\bt\n7T={\tteWN^\u0002]!$9(k\ud145)%\ue464+\r+\u0018?o\u01a2w\u0001\u0426)\u001d-\u02d7\u0000\u0000\u0001\u0000=5\u0000\u001a\u0006\u0001@\u0003\u0411\u0006@G\u0000h\u0000\u001a\u001e\u0000(\u0000\u000b@_\u0014U?\u0016+\u0002=<\u0012o\u001e@Ay9WL\u06fe\u02f3\u0003*\f\u0667\u0713[L'sUm\ufeb7\u001et:UKC\u0433\u0001<5\u0019z\u0001=C\u03d1\u0006=Gg\u0019z\u001e(\u0433\u000b=C\u0433\u0003=9}mn^cFiD[9Xu(OsSu}(\u000b^\/\u05cdx\u0016}Ns,\u0006yFg\u0019yFc!3<;CgYF\u7ad6g:uGV7FY\u001d+*~g^II[9kMp[,\u001cql:R:>S\u0007g\u0019}\u0006>G\u001a\u001cCgyCb.>EylO\u059fxm\uefbe(\u000btmj\u0015\u001bY\u06f7uu\u001bYup[T\u07ac@Nt\u0003\u0004\u001a;@@#\b77\u0010h\u0004:\u0010H\u001c\u0002@#c\u001e\u0002\u001c\u0005\u0016s\u0011h\u0004\u001a\u0016\u0010 gw\u0015oy\u001a<}\u0006z\u07bc\u0018@G=\n\u001cnQkrma\u0005\u000e\u950e\u001e+pb\u0010h\u0004\u001aF\u0011h\u0004z9\u0016\u0002@#\b3\u0004\u001aFl\u0004\u0004Z}\u0305XQIx,\u0007{\u000eS|wy\u05ba{SsUVE4\n*;Vkb@UY\u078e\u06e2N{g\u950e\u0796Kgy\u0000z\u001a\f=C\u0700H#q3\f=yr\u0014Y\u0305g\u03c1=kmw\u001d${u7+e\u0019sa\u074drI)\u0768\n7ma\r\u950e\u001enbg\u0019zgy9\u0016\f=C\u04333\u0019zl\u0019zjz\u6f43_w\u0014~=~V\/\u001e+*~\u05c5{\r-tJG\u000f~3\f?r,\u0019~gsg3\f?3\f?\u000b{\u0006?w\u0013\u001a\u001et[%3X\u0764-\u0575{V\u05e6_-[VY}6Ni7.3,w>O\r}Fgons\u03d18\u0019}Fk\u0007v\u001fuQ]\u0005\\\u74beNu\u001e>V#p[g\u950e\u001e\u001cg\u0019~X3\f?g\u0019~Vg\u0019~\u0016\f~\u000ewo\u07aajx:N6\/*WJ\u0015~Yfr\u001d)+>E\u00146m\u05bcg\u950e\u0796gy\u0000~\u001a\f?\u0700H#q3\f?yr\u0014Y\u03053\u001c\u0002}szw__\u0014\u0005\u027awO1\u001b\u0005m\\\u001et\u35b4FYmYAi[vAMS:z[\u001eF\u000e\u0010!\b4\u0002\r\u0004\u001a4\u0004:\u0012@#\b@\/GA\\\u0004\u001aF,\u0004:]\tR~\n<}\u0002=4d}\u0002=UuJ\u0005tSw}Wlx\u04f6[Y6N)g\u0012\u019fc\u001dS\u00dfg\u065b\u001b3\u001cis$\u000e\u019f1\u000f^?Ey\u00d2\u0013j)+Nh\u0004\u021b\u0007\u001c9H:<+HY\u02f7}g\u00058o|`^_YSx~6N)\u000e.sm\u0004~=\u001b|~\u0796-\u037bY~6NK6\u0001<5\u0019~\u0001?\u03d1\u0006?Gg\u0019~\u001e(\u000b?\u0004?\u00079+~+\u0007u5<\u001ck\u016fs#F}n2w\u000fDX\u023a<\/\/R[\u029e\u00053G\u001a\u001cCgyCb.>EylO\u055f?\u02dfmn>Vky7\u074dFnrz)oU\u047b\u000e>ow!\u0426)\u001d-\b4\u0002=u@O\rF\u0011hon \bt!\u04118\u0004\u001aF<\u0004z9\n\u0002-\"\b4\u0002-f!A*(g\/\u03b3K\u0773EP\u0002\u077ag\u0003\u001cp\u0012\u02f6\u04d03\u0016Ns,\u0006\u0006\u0001h\u0000\u001a\u0006c\u0001\u00004\u0000\r@;\u0003\u0001h\u0000Z\u0006\u000f?@p\u028a\u0013\u001b#Y\u000e\u001c$S3o\u001ebVyK\u0018<\u001fc\u001b<#X3<#\u0390g\u0019yVg\u0019y\u000e\u000by\u000ey2g9\u0012<{\tJ\"<#3\u001c6\u0019y\u001fC\u065c<#3<#\u0018ytPQY\u000e\u03fct\u000eA9\u0018}EB0|TCgY\u001e\u000b}Fg\u0019>j6>\u009eR\u0006>Gg\/\u0001}^ID~g\u0019}F\u00c6>c>g\u0019}Fg9\u001a>\/\u0017\u000e{?p\u001fy\u0010{\u0000\u000b\u0007\u0000h\u0000\u0000@\u001f\u0000h\u0000\u001a\u0002\u0001h\u0000\u001a6w\u0006@\u0003\u0000\r@\u0003\u0000k\u0000{\u0000\u0001@\u0003\u0411`\u0000K\u0000W\u0012\u0001h\u001f\u0000\u001a\u0006\u0001\u0001\u0000t\u0018\u0002|\u0000\u001a\u0006\u0001h\u0000\u001aO\u0476\u0005.-nH2{\u0007g9s{\u0007O)\u03fcwPZy\u6f43\/a3|@m33>\u000b{>W}s;<\/J\u073b\u0007$B2u}`[rz:I\u0019}u>O\r}Fgons\u03d18\u0019}F\u0001\u0000\u0001>\u0001\u00004\u0000-\u0005@\u0003\u00004\u0000m\f\u0006\u0001h5\u001b\u0006\u0001hi\u0000ha\n\u041b\n{[l\u0002e})7\u0010@we\u0006)\u0002e}>m\u02d6\u0005oW-S:zY#\b\u0001\u0002=5\u0004\u001aF@#\u0411@G\u0010h\u0004\u001a\u001e\u0010(\b@_T7kO\u0015\u0005:e{\u001a\u0002)\u0007{\u000eY%w)O]\u000bLQ\u0017h\u0015>B\u0011\u0143efyU2v\u0011\u06f2NoVMS:z[*\u01d1gy\u0000y\u001a<#@HC#q3\u06d2o\u04dbg\u0014r&g9\u0001<5\u0019}F>\u03d1>Gg\u0019}\u001e(\u8cd8>{g^98\u04fbM\u02a7p,c\u0015snS\n=)\\\u0595{^\u06e2.u|\u001fl9S_Q?r\u0007g\u0019\u0006?G\u001a\u001c\u00dfgy\u00dfb.?b\u0016\u001cM\u0010\nt]Rr ]Yw}Z$]^vn7\u0018\u04f6l1\u0015h\u950e\u07966\"\b\u0001\u0002=5\u0004\u001aF@#\u0411@G\u0010h\u0004\u001a\u001e\u0010(\b@_TU?\u0016+\n=<\u0012\/\u001e`Ayj'.\u03c5{(+?\u000f\u000b|J\u1c30sYY^\u0565\\f]nY=y[\u02b3tJGOiAg\u0003yj3<{s\u0003yF#\ry!3{s\u0003}F#\r}\u01213\u001fg\u0019}Bg\u0019}6w>\u8cda>\u8cf0gs{{Mw}\u001e\u001f-ag6]uhz\u001fl9S=gY\u0000}\u001a>@HC#q3>yr\u0014YE3\u001bU\u0006\u0006y`\u0010?\u0007\u0606?<\u0016?3\u0019\u019fl\u0019\u019f]\u00df\u06eb?o_<\uf532\u041f\ub8ae\u0004mUEUj_Pl=\u04639\u0016?3?\u02f1g\u0019\u019f\u035d3f\u051e\u0016+=<\u0012o\u001d A\u0012o\u001d<!3,<#3l\fyFg5\u001byF`gg)HynnVh\u0017yFg1\fyF\u000f\ryFgy,\u0019yFgsg3<3|\u001b\u0007(,\u0011\u001fy\u0010{\u001b\u0007g>\u001fg\u0019}Bg\u0019}6w>\u8cda>\u8cf0gs{\u8cd4>\u03d1`K@W\u0012g\u001f\u0019}F\u7c21s\u0018|\u0019}Fg\u0019}\u01a0\u03cb=}r8\u001b\u001c\r\nW\u03fco%\f\u019f\u000f\r\u019fgy,\u0019\u019fgsg3?3?K?\u000b?K\u00193\u001c\t\u019f\u0004y%\u0011g\u0019\u000e\u001b?\u01cf!l\u01dfg\u0019\u019fh\u031c\u05f1mZ$Hup<\u0007Iu[\u0007\u062bg:\u0012<#\u0007\u0606<#\u0233<\u0016<#\u02333\u0019yFl\u0019yjyf;><#>\u000b\u05eb\u03ec\u001c>\u0007\u0606><\u0016>\u8cf93\u0019}Fl\u0019}j}f\u074d\u065er8n\u023a\u001bB3n\u0001>3,?3l\f\u019fg5\u00109\u001a\u01cf\u070c\u02fb\u0000\u04e6c)[\u067f=\u0017?\fn>]>~\u001f>?\u0007=`\u07b7-O\u001f?4]\u001d'\u05df>\r\u05ff|8VN>!3D|w_\u01b0_On7ls[at\u0007eo6l4h1\u001d{a\u0006|\u33cf*=v\u1f6b\u001b\u0356-xv>\u02ef\u00f8A5?\u001fM\u0006Z9O9\u07247\u001f\u0232I\u001bfql\u01d7O\u31ff\u03be\/je}S^m\\9lo\u0017uw~Q_MVf|l\ub517:|:).w\foO_?>ih`b\u001d\u01ba\u0019\u000f\u07ecq\u0012\u0017S+T\u0017~WJg\u001e{:s\ube79yb}\nP\/|9:\u001bW\u000b^_>T\\\u001boBP\u001b\u0002x\u0003j~n\u001cJZw\u001f\u029c}}9y\u02a4|B\u06bdMcN8oW\u000f\u00a6\u001a\tb\u06c0\u0005B'\"7U\n(&lj\u001dzC~+\u01af_\u000f\u001f}t?|F\u03aczkS\u001c}\u01cf+;\u072f\\;\u000f\u001fW\u001f\n<\u0005V<|\u001fJ\u023fcLW7?\/\/=Zu\u001a:_\/\f\u0017\"_\u0001\u061b\"7\\%\u000fkj+]+\u0010\\\u001a^A\u06ffW\u03e7\/?KxoO\u0527W~\u0014%{\u001d|xs\u500b\u061f\u001f?}~\u001b\u0405>\u02d6n\u001f>\u001fm;qKZ]aOg[\u001f?W|\u07ac'\u079e4m\u067fyH\u07e8x\u001fK9\u000fi\u001b~&Y8[G[\u0004Y<}8ow\u00075\r\u001b}o;6xXn=\u01bb_~:\u0014pc3a\u001a\u058aSn?6\u0740\fO\uf7a7\u1c73(;\u043e\u000ez_|}\u052fC7!K=x0|\u0015\u001e\u000b0?.\u0259\u001buMJ\">~<\u0007V\\\u001d?wH0syV~8\u0018\u0004\u0002\u04d37\u001f\u000f+0\u0796\/(}|\u001ce\u0017\u001d:\u0007_=\\\u0003ao\u001f\u0003a^?\u0002NxouEEk}zVz\u0018b~\u02fbs\u0694id`l0*\/\u000bi_Z>(~Rw\u000b\/lg\u0238\\y\u0003-I\u001b\u1618pn,Y0YA(}6|l<1}lD\u0019#\u33cf'\u001e>.N\u0019A\u0557PX[\u001bp\u000f~\u001djCA\u071f?\u0015S:T\u0267\u0017X\u001f\u000bx\u001f\u000bF\u001e2dq\u01c9M\tY!uy:>T'\b9\u01c2\u0005}O\u0010:P^#a(#A}\u0018n?\u0013vck\\]8}\u06eeCA}|xy\u0019\n~,Va\u062e.qm`_^^x#0\u02c6v`\u0798\u001bvu\u00c5?, )!E7r\u000fq?M\u001e]]p\u0005\u0004rJ0^\/\u000b\"f\u0016;%vu\u00c5?\u0018p)xl\u001f\n.\u0015):t\u0007\\}:\u02f7\u0003hV\u07be4ml>x\u04e0u~\u0018>\u0004\r\u03cfG~\u045cB\u06c63>j\/\u001a~\u0015\u000b~$.Xm`\u001f\u001f\u074f\ud887\udc07\u0013\u0017\u001a\u0016{5zK~4\u03eex?O\u0006\u97cf~|\/\u001f3+xGk1x8\u02e7i\u0015y\u001avEn[xS\u001env_Dk\u00ff\u001e?nS.&w}UUK\u01demA\u0017x&j\ubf08k\u001b\u0012\/Z\"\u0017q^\u03d7;\u06ce\/mgM)\u07e5\u000f\u000b+^M_\u026fkk\u001e\u079fqW.|!\u0017JuyM\u0017ry>_\u013c\u000e\u07e5Z{k;g){z:\u001f?tW~\u037c\u000f]m~w?\u359b\u02e5^\u0019~\u05f5~\u000bS\u000f\u0017pp\f!{DH\u0005B\u02c7\u001f\/{\rH\u001f\u02ddcy__^\u0702k8fv=\u0002U_gy3\u0786\"M%~z\u07eb\rOT\u59ff\u0006=%_\u0005Q\\\/\u0010L{y\u06ab\u0013_|<\u0745j4Z(|~[\u001f\u0018n+\u060c\rH$s\u0012M@s[y\u5d44w\u00123{\\)[u?dG|\u0000lW_k\u05a5\u001a\u0478K6yp\u0005\\\u06bd\u0319\/j\/.tQ=\\\u052b\u0017\u1f41\u0735\u0015\u95f4VzmI\u000b]kU^]-\u0789Wk+\\^[\u000e.\u001bq+\u0006}\\_W\u04efW\u0006?>,]z\u0002\r\u02a9h\r\u02b9>e?\u0015\u0295\n\u000b\/J_\u079f+^\u000bo\u046d;Y?0\u0017L-\u0017%o\u0001lgR\u000fJR\u0015b\u0015`B\n;o\u0010_\u001fOw6|7)9;\u00027 >_\u001b_Sz>}_\u0015p|}\u0650~\u0017\\k;\u0017tZt=\u0017~^\u0777zwrG8~7`^4f~\u02fb\/|\u001f.e7\fa{\"{#\u000b \"svmE\u001ex\u0013\u0010_\u000f}yqzh\u0007\u0017-?\\e\u000fXfw?_=\u0016 .+~=J\u001bv}_\u000f\u0017\u00df\u0015\u0017}.S\u0003U.S]U~pK~U\n\u05d6SO\u07b0zG{5\u0401H.?\u0002eAk\t8\\\u0003\u0014Hu}\u001f\u0000\u001b~?\u0003@{=G}k\u001f\u0002pW\u00108]\u07c7va?\/}W\u0010g\bnQ\u0005\u001bx_\u0017GhX]~>\u001a+\/_>\f\u0017@Z3u\u000f\u0005}\u001bymSa9\u0005\u0007e<_?\u001b3!:\u001f?\\\uf967=\u001eoS}_X-f~O\u000e,\/et{\u0017]wz?\u001ewzkK)R\u0002\u048ar)\u0363\/z)E.X~9[><~?W\u001dsMxM75pM\u001do\u058e\u00ff?\t9\tY;J\u0013?}yg9\/p^\u000e\u000f>>\u001fO\u01d5s4p\u075c\u06255$`S_$Ft\u0012KN\t6uOb\u001c=?~\u000f\u001c\u0017\u001b\u04ff|V,'_kkI\u0013\u001f\u001f\ud57fIO~x:{{?VY'Nz\u058d-\u04b3\u05e6\u0006?W\u0012\u3d77\u000f(\u000fu\u000f\u001f~x\u050ep~|7\u07c3{.yB\u001cd\/'g_7h\u001d\u0207n\u0013|\u01ffn?>F?}?>Z)gXr\u0018'^\u03a1^`\u001dw\uffbc[\u06e4\u05cf\u07fafd~\u0767?\u07efT&\r8\u0004pb{\u0001o?}oPs<\u000e\u0003z\u0004\u001e8x:_\u00a7\/):\u001a?xgt1oTv\u001f\u001eOp\u001dv|\u001fF\u001f~Sf~~|\u0007\u0007R6\u07a5Dx>R3\u0005s\u01fcUfZdJ\ua59aU{jV5]T7\u05e8nO]M50+\u01b2M2oE\u0015mEt\u00c8JE~8\u0267{EE~\u0638\r_)?P6aY#\u0687!\u0015|EO]\u001b\u0654mC\u00f0+\\^9yy\u055bV.\"ha|e\u02d7Q17zvyRTMh\u000ex7\u00107F;Sp\u0014\u0014\ra\u00c2B#\u023f+_l\u0018=Ih\u001bQ\u064foV7=x\r%Oa\u001f1~I%Q\u06e4\u001d6Fy\u0014Wl{kQk45\u04af[:\u001c,?q\u001d\u000e~:\u001c?t\u001d\u000e[:\u001cR\u001a2_(G?GwN`gK}?}C\ubfce\u001d\u000e\u000fd\u02fbm\u001fOk\uafd0\u001d\u000e\u001f\u000ew_\u000e-sW}\u001f;llFAYCPl\b:\u21f3\u0013}D-|[\u07ebp\u000b\u001c\u001c\u000f}A{sT::$>4 \u04a7`e*S\ud8de\uddef=V\u000f%TSue-je]7g>-VU)L'b\/ 1M\u0566j_S=]p\u0019\\u\u06a8\bZU\u0006N^s\u0005\u001a\u0017m\u001d_$\u0017m\u001d_!\u0016\/Z|?wv\u000bhX]tE]2zekj_%|.p_k6~I>\u074f>4N\/\u060b|[\\\u0015.pyoy\u000b \u00dc\u001aK\ucbaeX_(r\u000bN\u000eh\u0003HWi\/1\u001f}C\\WW\u034c\u001c\fX(\u00035P[pKk6{{g\u001f`_$}c\u0547|8Sav{\u0007-_](\u0006\u001f_\u000e\u0003<\u079f_W{\u001e!>\u718fO\uffb8\u04af#um[0Oy{7m\/\u01cfo1l\f(0O(R\u01b7\u001d\u051ai\"}c:*\u000f\u03f7\u0015'>v3\u001d\u067alx>a:q@@;o\u06f6q[k\u06af\u06b0om\u06f5\u02ba\uaae6j^2}n\u000bm*\r{X80{9\u6fefnmsO?rkc\u01d8.M?:w\u053f\u00193_4U?\u0006h3u:73>\u05ee\u001d\u023cWkvo*\u0013CK37U88o\u001a3]\\oO30o~\u0017qa[l\u001c)sv:7\u001eRgx,\u001bz;XA3+\u05f4\uefd7O\u7f6aoow?Co\u0010SW\/Xc0V=|c\u02d2p0x\u00129s0g\/\u001cs\u019cga\u00109\"1g!\u0018s>a\u03983,9c\u03983l\fs\u019c1g5\u001bs>sN\\X\u045cI0Y\u000e\u001c$e9?]E\u001eS\u0010s\u0017,Z\u0004slM\u01c4z}K\u011c\u001f;Y\u011c1X\u00070g\u0019s\u00069G\u001a\u001c\u00dc1gy\u00dc`b.9c~\u000e`^890g!\u0018sEbB0|T\u00dc1gY\u001e\u000bs\u019c1g\u00199cj6|u]sUTc%T\u0710d\u001e\ts`A\u00129{)s\u0018,a\u0398\u0001s>a\u03983,9c\u03983l\fs\u019c1g5\u001bs\u019c1`0g0g)\u0003s\u019c`y9$b~?39ca\u00dc11\u011c39c\u03983\u001c\u0006fUcEsNqV%\ts`AR9+n]F\u072e9;lA:7\u000fas\u00027uOGs\u02b13E\u0019su9O\rs\u019c1gon`\u0398sa\u03918\u0019s\u019c_sNs{`uI,w6lW2\\\u06bd\u000fwN8z3<#\u03f1\u000e!3\r\u0019y49\u0012<#<\/GA\\gKybEy'GBg9s,\u03ca\u06b2(7}\u028dF\beV\u0011\u06729\u000b8\u001d\u0013ZBB7\u001f;Y\u011c1X\u00070g\u0019s\u00069G\u001a\u001c\u00dc1gy\u00dc`b.9c~\u000e\u039c\u06b9\u06a61Qv{%U;[6hY;dtz\u075bu\u7523g83\u001c\u0000y\u001a<#@HC#q3a\u03983,9c\u03983l\fs\u019c1g5\u001bs\u019c1`0gn\u009cvyZw%\fyF\u000f\ryFgy,\u0019yFgsg3+\u0005]]\u0016\t^+h dw)xNnvym5?\u000e\u0016h=iks$a o\r\u0680\u7d23g83\u001c\u0000z\u001a\f=C\u0700H#q3\f=yr\u0014Y\u0305\/Jf \u014alO2\u0004=r z3~\u05723Oa3|\u0000m3\f:c\u03a03\f:;\u0003AgY\u0006Ag9\/\u07fbb\u0014<;:\u069abre\u0003pv2g\u0006y\u000b\u0013T?SL\"\u0388s\u0003yj38{s\u0003qF#\rq!\u03883z\u7523g83\u001c\u0000|\u001a\f>\u0000H\u0003#q3\f>yr\u0014Y\u0005\/[n\u001b\u0006\u0010U|y\u0001d|^G\t\u0014C\u0742&\u001ejN\"I+x6l\u03b2h%4s\u06b13E\u0019su9O\rs\u019c1gon`\u0398sa\u03918\u0019s\u019c!3,<#3l\fyFg5\u001byF`g*\nR)=S,^-=S\u0012\u0006=C\u0007\u0006=C\u0433<\u0016\f=C\u04333\u0019zl\u0019z+=S\u001cS|LK\u0018\f=\u001fc\u001b\f=CX3\f=C\u03a0g\u0019zV\u7ae3f\u0003.-nH2\u0004=r )i7#gmY\u0001NMe\u06f6F\u0019'uu\u001c\u0014z6m\u0002O2-xzr\fg\u0012zc\u001d@Sg\u065b\u001b3\u001cis$\u000ez1\u000fz^\u0002=3\f=9\u0433C\u0573\u001fN3U^\u0018Ub0\u001c`\u0006=C\u0433<\u0016\f=C\u04333\u0019zly\"=p\u0004=r )Yvvj;Q(z*\u001cXh+D\u0014=[6hY;flZf9\u0019$<:@<#\u023377g9\u0490H\u001c<#c\u001e\u001c\u0005y\u0016sg\u0019ysg?gw|E\u03dd{&\/s\u7797#S)l\u06a0\u0005>e@\u03e9Gp&g9\u0001<5\u0019z\u0001=C\u03d1\u0006=Gg\u0019z\u001e(\u0433\u000b=_\u0015> \u014alO2\u0004=r )iGSk_UM\u0012\u0016=Yi_%E\u03c6\rv]{>AL\"s\u0003yj3<{s\u0003yF#\ry!3e_w!IGO?3\u001c\u0000y\u001a<#@HC#q3!3,<#3l\fyFg5\u001by>yV+f\u001e\u014alO2SAX\u0017UQ\u001aX<[6hY;f[voVSL\"s\u0003yj3<{s\u0003yF#\ry!3\ue05eSLBs\u0003yj3\f={s\u0003z#\rzA3Jy\u05f5eW+\u022fP\u02aaSV\u000eVVN*zl\u0432lw\u0228\u7923I\u0019zu\u0000=O\rzgon@sA\u03d18\u0019zJ\u0014=\u000bWK\u0014=A\u0001z>A3,\u0005=C3l\fzg5\u001bz>zV\u0016\u014alO2\u0004=r )iG\u05daJ;VRs\u05f5\u001e\u01f4g\u0006eulf9g\u0012yFc\u001d SCg\u065b\u001b3\u001cis$\u000eyF1\u000fy^<3<9\u0233<{~sw\rR\n5e\u04d4nFXZ\u0669g\u0006yUCF{\u7523g83\u001c\u0000y\u001a<#@HC#q3<#3kSoo\u0019s+_\u03afm&Nm\u0015}\u0014{l\u0002O\ud9fb\udf1bcE\u0019wu;O\rw\u019dqgon\u03b8s\u03918\u0019w\u019dv;\u03b1\u000ep\u03b83\r\u0019w49\u0012;\u03b8;\/G\\\u0019w\u019d$9p\u0019wB0\u001c\u011d`;\u03b8<\u0016;\u03b83\u0019w\u019dlYzs\rbEw'G\u009d$9H:;+3\u001cK\u03e9\"\u0012w\u019d\rw\u019dqX3,m\t;K=\u03b8s;\u03b8;\/p \tw\u019d\u00149\fw\u0016pg;\u001fpg\u0019w\u009dqg\u0019w6w;\u03b8;_;kS{Z$H;\u0007IL=\u0018~;wE\u0656\t\u06729\u000b;\u001d\u0012\nwN:v;\u03b1\u000ep\u03b83\r\u0019w49\u0012;\u03b8;\/G\\\u0019w\u019d$9p\u0019wB0\u001c\u011d`;\u03b8<\u0016;\u03b83\u0019w\u019dl\u0739Z$H;\u0007IL%y\u05c56:\u0787\uc7a8Z\b$asx:$4[vy3E\u0019xu\u0000O\r}Fgons\u03d18\u0019}FX3>g\u0019}V\r\u07aa\u018a\u00ad\u001ak$9HL\u0573\u001f{LS\u0018;\u001fpc\u001b;X3;pg\u0019wVqg\u0019w\u0016\fw\u000ewo\u001c%y\u0287\r=}\u02de4\u0017O+{6lW;d4='\u001e=\u00d9X\u0007g\u0019~\u0006\f?G\u001a\u001cgy\u0303b.|Q~Vlz)\u07ba!<\u0012%A\u0012e\u03e7g\u029e\u062bg\u029epg;\u001fpg\u0019w\u009dqg\u0019w6w;\u03b8;\u03b8gs{{ug\u029ep\u029eo\u001d){~\t\u0003|lgY\u001e\u000b~g\u0019\f?j6|u\\mE5V\rIg\/\t~\u000eR\u02b77[\u0017}\u029b\u0016\u0003|6\/${l\u0002O\u04beB\u001f;Y\u011dqX\u0007pg\u0019w\u0006;G\u001a\u001c\u00ddqgy\u00ddb.;B\u0012\u001c\u00dd$\/E^yY\u0017&E\u0661(\nM=c\u0014V+Rl\u0660e\ue621~\u0005=\u001c=\u00d9\u0004X\u0007g\u0019|\u0006\f>G\u001a\u001c\u0003gy\u0003b.|Q|^\\\u0016+=<\u0012%A\u0012E\u03e7g\u062bgpg;\u001fpg\u0019w\u009dqg\u0019w6w;\u03b8;\u03b8gs{{uuus-u\u0585\u0017Q\\\u0019G{\u01e7\u0013g\u0434A^\u0468)Gp&g9\u0001<5\u0019\u019f?\u03d1?Gg\u0019\u001e(?_\u051f5q\u0016+=<\u0012%A\u0012u\u03e7g\u062bg\ua79fpg;\u001fpg\u0019w\u009dqg\u0019w6w;\u03b8;\u03b8gs{{u{.:\/<S\u0012?\u0007\u0606?<\u0016?3\u0019\u019flY\n`\u0000?+>?\/ )\u065f\u0015]W|ns\u001eL\u001aIOA,w]Bcg83\u001c\u0000x\u001a\f<\u0003\u0000H\u0003#q3\fG\u001a\u001cCgyCb.|Q}V+f&\u014alO2>{IsDIg?j\u96720\u0019x>\u00006\u0019x\u0006\u5c40g\u0019x\u0006\u035d\u00013f\u00033,\u0019\u001c^Y%y)5gwt)MLW({.sE[\u02de\u02fa[\u0018$=[6hY;df9\u0019$>:@>77g9H\u001c>c\u001e\u001c\u0005}\u0016s6&\u014alO2>{IsDIyx*~k\u0773K+\\l\u06a0\u0005\u0019=s$\f?:\u0006?77g9H\u001c\f?c\u001e\u001c\u0005~\u0016sg\u0019~\u0016 g\/g0`9\u0016>\u000bQ\r}Fgy,\u0019}Fgsg3>sAXQIg\/\t}\u000eYY(\u02f2j*\/BN*~6lW2ju\u0005?\u001c=\u00d9X\u0007g\u0019~\u0006\f?G\u001a\u001cgy\u0303b.\f?B\u0012\u001cPSL\u0017F\u0018>\"g!\u0018}>3,>3l\f}Fg5\u001b}>}Vkf&B\u001b#^\u0012\u001c$Q|R~YZ~%\f~\u000f\r~gy,\u0019~gsg3\f?3\f?\u000b{\u0006?W~VnO\u0574M_\u0014r\u01e4g\u0006-wP >9\u0019$\f?:\u0006?77g9H\u001c\f?c\u001e\u001c\u0005~\u0016s\u0006pUcE~NV\u0004\u0015~^&A\u0012'g\u062bg_g\u0000?\u001fg\u0019~\u01c2g\u0019~6w\u0006?\r?gs{{gP\/k]1n-\u04bamO\u03e6\rZ\u00195z3>\u03f1\u000e\u7a613\r\u0019}49\u0012>>\/GA\\\u06b9\tp$H\u8cd7>\u0007I\u0014?)~b)~~\t\u0003|lgY\u001e\u000b~g\u0019\f?j6\f?\u009e\ud55f)~)~u}%\f}F\u000f\r}Fgy,\u0019}Fgsg3>s\u0016X[SlQIB$9HJgm\u0143+~\u02da}\u05eajTl\u0620|\u0000s$\f?:\u0006?77g9H\u001c\f?c\u001e\u001c\u0005~\u0016sg\u0019~\u0016 gw9\/\u0744n]r\ng@Y'>\u001b6\u022b\u001d2:\r\\\u0002SLs\u0003yj3\f>{s\u0003|\u0006#\r|\u01013\u001bY\u0015\u055ed\u001e\t| )\u00194+}\ueae6k4,}\u03b3})9\u0670A^p\u000fUs\u0473I\u0019}u>O\r}Fgons\u03d18\u0019}F\u001fc\u001b>X3>g\u0019}Vg\u0019}\u0016\f}\u000ewoH+~V\u04ef\u0739J\u001bG(n>\u04d6N+6lW2j>\u0000:\u0019$\u0000\r@:\u0000\u0006@\u0003\u000077\u0000h\u0000:\u0000H\u001c\u0000\r@\u0003c\u001e\u0000\u001c\u0005\u0016s\u0001\u0002f\u0002s\u00166\u0001DV\u0014\u0010^&\u0001A\u0012\u03e7g\u029f\u062bg\u029f_g>\u001fg\u0019}Bg\u0019}6w>\u8cda>\u8cf0gs{{g\u029fp\u029fo\u001d)~\t\u0003\u0001\u0003\u0000}l\u0003\u0001h\u0000Z\u001e\u000b\u0006\u0001h\u0000\u0019\u0000\r@\u0003j6\u0000}}\u0000\u02ccXQ\\I\u0000h\/\t\u000e\u0001Z%y)v\u02df+:EBsYy?[6+u\u0019r>DSLs\u0003yj3>{s\u0003}F#\r}\u01213=ca-V\u0014W{y$\u0000K\u0002dV\u0016t^\u00afg\/\u06fa\\.UG\\USD\r\u001b-\u00057\u06cfLs\u0003yj3>{s\u0003}F#\r}\u01213\u0007\u0606><\u0016>\u8cf93\u0019}Fl\u0019}F=C\u06eb>S\u001cS|LK\u0018\f?\u001fc\u001b\f?X3\f?g\u0019~Vg\u000ff(b\u001b#^\u0012\u001c$%\u04afJ.\u0757JS~\/\u0298.s}ReCFiz\u0017p,g\u0012~c\u001dSg\u065b\u001b3\u001cis$\u000e~1\u000f~^\u0002?3\f?\u000bIs?~Vv=t\u02bc\fk\\\u067cg\u0006-wT\/{\u7523g83\u001c\u0000~\u001a\f?\u0700H#q3\f?yr\u0014Y\u0305\/\u001bu\u0003\u001eJ\u0012%AR2?+SoI^\u00168[s\u07f9\\[E#\\\u000bU~6lz\u0468\u000f\u0003?\u001c=\u00d9X\u0007g\u0019~\u0006\f?G\u001a\u001cgy\u0303b.\f?B\u0012\u001cPSL\u0017F\u0018\f?\"g!\u0018~>3,\u0005?3l\f~g5\u001b~>~N\u001c\u055ed\u001e\t~ )\u001bgw~.j+?Y5.\u0674A\u000b@}\u0123g83\u001c\u0000~\u001a\f?\u0700H#q3\f?yr\u0014Y\u0305gYH\u001cp~\u00a8~\u0016X$,\u0004G5\u0019~g\u0019~\u035d3fWJ\u0002\u0017X\u00167$G$9H:O\u033b:x}\uaaac;\u001c\u0004\\uVwS)l\u06a0>e,x\fg\u0012}Fc\u001dSCg\u065b\u001b3\u001cis$\u000e}F1\u000f}^>3>\u000bIss\u000e}V%$\/e#nRJ-N}l\u0432zw\u0228\u000bDB~&g9\u0001<5\u0019}F>\u03d1>Gg\u0019}\u001e(\u8cd8>_T\r\u014alO2>{IsD)g)j0\u0019}>6\u0019}Fg\u0019}F\u035d3f3,\u0019\u001c^g?[gj_g>\u001fg\u0019}Bg\u0019}6w>\u8cda>_>+a\u000b}bE}'GB$9HJgET\u495cs6<\u0437rBsSh[\u0007\u0003M\u055dTl\u0660e\u0123g83\u001c\u0000}\u001a>@HC#q3>yr\u0014YEgYHB\u001cjpj}\u00a8}\u0016X$,\u0004G5\u0019}Fg\u0019}F\u035d3f\u05e7\u03eaL\u0007[\u0006\u0010YYO\u0017}^&A}>mgj\u062bgj_g>\u001fg\u0019}Bg\u0019}6w>\u8cda>\u8cf0gs{{ge-Ka\u06ed}vEWo=\u0505r\r>[6hY;d_9\u0019$>:@>77g9H\u001c>c\u001e\u001c\u0005}\u0016s6&\u014alO2>{IsD)g)j0\u0019}>6\u0019}Fg\u0019}F\u035d3f3,\u0019\u001c^g?[gj_g>\u001fg\u0019}Bg\u0019}6w>\u8cda>_>kS{nZ$H\u8cd7>\u0007Il\\p;;?g\u0013}[(\u016fP\u0736]i\u0012.=8(\u009fTl\u0660ev0\u0019$\f?:\u0006?77g9H\u001c\f?c\u001e\u001c\u0005~\u0016sg\u0019~\u0016 \u001cL=j_.\u0735{\u0000PWH*~6lW;ds3I\u0019}u>O\r}Fgons\u03d18\u0019}Fk>\u06d3#^\u0012\u001c$Q|R~YZ~%\f~\u000f\r~gy,\u0019~gsg3\f?3\f?\u000b{\u0006?W~\u000f0\u0019}>6\u0019}Fg\u0019}F\u035d3f\u05e7\u001a\u0017M8\u00167$GB$9HJg\u0005Jrv}.\udb7a\ude3bN\u0647W}5\u000fk\u0014\u03d6\rZV\ufe8c>\u0783>\u001c=\u00d9DX\u0007g\u0019}\u0006>G\u001a\u001cCgyCb.>B\u0012\u001cN\u0015~.o\u0013V\u001c>wE\u047a\u0013>[6hY;fW=s3I\u0019}u>O\r}Fgons\u03d18\u0019}F\u001fc\u001b>X3>g\u0019}Vg\u0019}\u0016\f}\u000ew&gj\u062bgj_g>\u001fg\u0019}Bg\u0019}6w>\u8cda>_>\uf35ap\nnH2>{Is\u02a1D^g}^qe\u001f^h\u05b7\u000eV]\u001e4O}6lPX\u0523g83\u001c\u0000}\u001a>@HC#q3>yr\u0014YEgYHB\u9cf2\u0011[\u001ejw{\u44df\u0672A1\u057eB~&g9\u0001<5\u0019}F>\u03d1>Gg\u0019}\u001e(\u8cd8>_R\rJ!<\u0012%A\u049d>y\u001eI\u03b03a3\/a3|@m3>c3>;CgYFgY39\u073d6Xy,}M}\u0007\u0004o\u001d4mrAs3I\u0019}u>O\r}Fgons\u03d18\u0019}F{Is0\u001b\u0005Re\u0015uw>\u042apO\u0001\u0094g\u0006-w\u01ccVw)Gp&g9\u0001<5\u0019~\u0001?\u03d1\u0006?Gg\u0019~\u001e(\u000b?\u0004?\u00079-~.\u04f0=\u03dc\u0670A^\u02e8\nuv\u07c3>'\u001c=\u02d9DX\u0007g\u0019}\u0006>G\u001a\u001cCgyCb.|Q}V\u0016\u014alO2>{IsDIg)j0\u0019~>6\u0019~g\u0019~\u035d3f3,\u0019\u001cM3\u0014?OW\u0014?\u0001}>3,>3l\f}Fg5\u001b}>}V\u001c53a\u001fl\u0019@g\u0014}^&AR>+SoI^[\u001dN9\u0007BswY%>\u001b6\u022bu\u0019yOoV~&g9\u0001<5\u0019}F>\u03d1>Gg\u0019}\u001e(\u8cd8>\u8cd0>\u00079\u7eed}\ueafcs9}v9\u000b\u0004\u03d6\rwFj\u000b}N9z3>\u03f1\u000e\u7a613\r\u0019}49\u0012>>\/GA\\M\tk>\u06d3#^\u0012\u001c$%\u0002D\u001c!\u0014\u03c6\rw*u{Gt&g9\u0001<5\u0019~\u0001?\u03d1\u0006?Gg\u0019~\u001e(\u000b?\u0004?\u00079g\u0005Roy\/2GST?\u001b6\u022b\u001d2\u0014\u0013~N:zX\u0007g\u0019~\u0006\f?G\u001a\u001cgy\u0303b.|Q~V|Z$H\u0004?\u0007IT?~b~~\t\u0003|lgY\u001e\u000b~g\u0019\f?j6\f?\u009e\ud55f\u0015\u001a]\u00bc7[gyU:g{\u01a95Ng\u0006-t(\u001c}N;z3>\u03f1\u000e\u7a613\r\u0019}49\u0012>>\/GA\\VLX\u0015\u065ed\u001e\t} <|uV\u001blssUE\u001c\u0014~6mW;d4\u068c\u000b~N9z3\t?\u03f1\u000e3\r\u0019~49\u0012\u0007?\u0007?\/G\\\u0019~$9\u001d?m\u001a\u001e+e=8WyU[\u1798Ni\u0016~:f\u0014\u0015x\fg\u0012}Fc\u001dSCg\u065b\u001b3\u001cis$\u000e}F1\u000f}^>EY\u0557\t$H\u8cd7>\u0007I&.sed\/\u06f6^WTl zwYz#\u0019$>:@>77g9H\u001c>c\u001e\u001c\u0005}\u0016sg\u0019}\u0016 g\/gj0j`9\u0016>\u000bQ\r}Fgy,\u0019}Fgsg3>\u0006oUcE}NV\u0000\u0015}^&A\u0012\u03e7gj\u062bgj_g>\u001fg\u0019}Bg\u0019}6w>\u8cda>\u8cf0gs{7{{j~xx\u058a>[6hY;fW]s\u0473I\u0019}u>O\r}Fgons\u03d18\u0019}F+zI^o\u05bf\u0019n\uc1e7j\u0351=TUV3Rl\u0660eQ\u001e9Y$\f?:\u0006?77g9H\u001c\f?c\u001e\u001c\u0005~\u0016sg\u0019~\u0016 gw8\u0016?=5l.~nVnR\u048a-\u001b\ufe8c7)Gp&g9\u0001<5\u0019}F>\u03d1>Gg\u0019}\u001e(\u8cd8>_R\rJ!<\u0012%AR>wJ=WDt\ue762Pnb+?y\u0017Eq-\u001b,\u001d3Z9\u0019$\f?:\u0006?77g9H\u001c\f?c\u001e\u001c\u0005~\u0016sg\u0019~\u0016 gw\u000e=4BYy$\u02fb2S\u03e6\rZSv\u001fs\u001fr\fg\u0012}Fc\u001dSCg\u065b\u001b3\u001cis$\u000e}F1\u000f}^>EY}s\u0304XQIg\/\t}\u000eyxo\u0005%(~g9\f~\u000f\r~gy,\u0019~gsg3\f?3\f?\u000b{\u0006?w\u0013L3S3\/a3|@m3>c3>;CgYFO\u06bf\tk>\u06d3#^\u0012\u001c$%2e\u0015u\u05edOW}v[U#>}_ZtRa!7IGO?3\u001c\u0000}\u001a>@HC#q3>yr\u0014YEgYHBRd|\u00f5]T\u0737]+i\u03c6\rwf\u07ac>\u001c=\u00d9DX\u0007g\u0019}\u0006>G\u001a\u001cCgyCb.|Q}Veff?2Ju$LBd}VDu\u000b?\u021b6\u0017?\u0017uNQl\u0660eQSx\fg\u0012~c\u001dSg\u065b\u001b3\u001cis$\u000e~1\u000f~^\u0002?3\f?\u000bIs?~Voojq\u7fad\u0014ko6hY;d\u0505~\u0017r\fg\u0012~c\u001dSg\u065b\u001b3\u001cis$\u000e~1\u000f~^\u0002?EY}\fXIg\/\t~\u000e~>)?S,^-?S\u0012\u0006?\u0007\u0006?<\u0016\f?3\u0019~l\u0019~=\u077b\r~)j0\u0019~>6\u0019~g\u0019~\u035d3f\u03eaPX\u0015\u065ed\u001e\t~ 3R3\/a3|m3\f?c3\f?;gY\u0346gY39\u073d2Tlswr\u000e\u0002}n^C\u0004}6mO\u01cc\n~BSLs\u0003yj3>{s\u0003}F#\r}\u0121323a-Vg{y$KBd}V\u0015H=7?)U6Jyn\u0394Ky6lW2\\xBSL\u03a8s\u0003yj3:{s\u0003uF#\ru\u0121\u03a83@HC#q3>yr\u0014YE\/z3\u0013N\rIg\/\t}\u000ey\u000ey\u665ag1\fuF\u000f\ruFQgy,\u0019uFQgsg3:\u06683:\u000b{:w\u0013L35S35\/a3|@m3>c3>;CgYFO7x\u001a+s\n*I\u8cd7>\u0007IL=Y\u05dby.\u0004\u00065e\u07bb\u0013]\u0434A\u02ea]Qf=s$::@:\u03a877Pg9PH\u001c:c\u001e\u001c\u0005u\u0016sQg\u0019u\u0016P gNj7\\V[=,z\u0763F+.\u0672A\u02f2!+\u7923I\u0019~u\u0000?O\r~gons\u03d18\u0019~'\u001c=\u00d9DX\u0007g\u0019}\u0006>G\u001a\u001cCgyCb.>B\u0012\u001c^8>{a\u0018>\"g!\u0018}>3,>3l\f}Fg5\u001b}:}VmajD\u001b#^\u0012\u001c$s>b\u0018>\u001fc\u001b>X3>g\u0019}Vg\u0019}\u0016\f}\u000ew\u000f}2g9\u0012>{\tJ\">3\u001c6\u0019}\u001fC\u065c>3>\u04589\u000e23a-Vg{y$KBd}V\u001e}7f}\u001e\u001e\u0004N9il O\u001a}N;z3>\u03f1\u000e\u7a613\r\u0019}49\u0012>>\/GA\\\u0019}F$9Ap\u0019}g1\u0018}EB0|TCgY\u001e\u000b}Fg\u0019>j6|}\u0704XQIg\/\t}\u000ey\u001d3>\u000bIs>{3\uc161b0\u001cD`><\u0016>\u8cf93\u0019}FlY\t`\u0000>+>>\/ \t}F\u001c%\f}\u0016g>\u001fg\u0019}Bg\u0019}6w>\u8cda>\u8cf0gs{\u8cd4>\u03d1`K@W\u0012g\u001f\u0019}F\u7c21s\u0018|\u0019}Fg\u0019}qXzs\u0013bE}'GB$9HJgeq=\u02b4\f\/N]>[6hCFSW]s3I\u0019}u>O\r}Fgons\u03d18\u0019}Fs,\u0012}\u0016\u001a>X3>g\u0019}VgmjMX\u0015\u065ed\u001e\t} )Y\u0015E,Pwy\\>Y)V0mO2_ASLs\u0003yj3>{s\u0003}F#\r}\u01213\u001fg\u0019}Bg\u0019}6w>\u8cda>_>CRXQIg\/\t}\u000eg9A_g1\f}F\u000f\r}Fgy,\u0019}Fgsg3>3>\u000b{>>K\u00193\u001c\tF\u0004y%\u0011}Ag\u0019}\u000e\u001b>\u01cf!lGg\u0019}FhL\u000f-\u0016v90dH'g\u0010rjj\u0547HVOJg+q\u001bz\u075f\u021d\u069fv\u000e\u000e;s\u000b\u03e6\rZ\b\u0456w0\u0019$?:?77g9H\u001c?c\u001e\u001c\u0005\u0016sg\u0019\u0016 \u0007g\u000b\u00df`9\u0016?\u000bQ\r\u019fgy,\u0019\u019fgsg3?vj*\u0106$Hs?\u0007I3\u001c\/a\u0018?\u0007\u0606?<\u0016?3\u0019\u019fl\u0019\u019f]\u00df\u00df\f\u0019\u0004^\u0002?3?\r\u019f\u001063?s4f&?E5V\rI \t\u000eg9_g1\f\u019f\u000f\r\u019fgy,\u0019\u019fgsg3?3?K?\u000b?K\u00193\u001c\t\u019f\u0004y%\u0011g\u0019\u000e\u001b?\u01cf!l\u01dfg\u0019\u019fh\u031c\r\u014alO2?\u0007Is\u00df\u000e\u0750s\t\\fek8\u035f\r\u001b\tQk*z'Y$?:?77g9H\u001c?c\u001e\u001c\u0005\u0016sg\u0019\u0016 \u0007g\u000b\u00df`9\u0016?\u000bQ\r\u019fgy,\u0019\u019fgsg3?\u001cg-Vg{y$9H\u009f$Lp(J\u067c46lPDWoYAy3I\u0019u?O\r\u019fgons\u03d18\u0019\u019f?3?Gc<\u0474.'\ti\u0016:f4\u0019+@'\u001e=\u00d9D\u0011X\u0007\b\u0010h\u0004\u001a\u0006\u0002@G\u001a\u0002\u001dC\u0011h\u0004zC b.\u0002}Qp)!<\u0012\u0002\u001d$!A=\n4\u0015T@S\u0001-\u0007\u03f1HY\b\u019fj3?c3?;\u00dfgY\u019fgY5Y\u063dkw\u05ed|=Jsass\u0014b\u03c6\r*x]FUn\u0011\u051b\u7923I\u0019u?O\r\u019fgons\u03d18\u0019\u019f\r\r\u07a12\u001a\ua7d3~&g9\u0001<5\u0019\u019f?\u03d1?Gg\u0019\u001e(??\u00079gT]\u0015w\u0005.^)~?yv]7L\u001b\u0014T\u0001\u000eN;z3?\u03f1\u000e3\r\u001949\u0012??\/G\\\u06b9\nk?\u06d3#A\u0012\u001c$\u01dfy\u0000r7my\u000f6hY;flzs3I\u0019u?O\r\u019fgons\u03d18\u0019\u019f6\u0019\u019fg\u0019\u019f\u035d3f3,\u001a,MsP\u05c0.Jw\u0007\u001e\u001b\u05bf^\u0004\u0003J\u0011@{+\u0012h\u0006-xB9wB)Gp&!h\b:\u0001\u0004=5\b\u001a\u0001AC\u0411\u0006AG h\b\u001a\u001e (\u0010\u000bA_7a-V$h{y$\b:HdV&\u001f%O\u0015{L+sdn\u000bKEJ\r\u001b\u0015\u000e\u0019xo\u059f\u0013Ls\u0003yj3?{s\u0003\u019f#\r3n\u0002\u0773WP\u0001]eu\u0017ZZR\u0005a\u001a!C\u000fN8z3\t@\u0003\u0431\u000e\u0000\u0001\u00004\u0000\r\u0000\u001a4\u0000:\u0012\u0007@\u0003\u0000\u0007@\/G\u0001\\\u0000\u00009\u000bk\"@\u06d3#\u0001A\u0012\u0000\u001d$Q\u0001}R\u0002ZZ\u0002%\f\u0006\u000f\u0000\r\u0006\u0001hy,\u0000\u001a\u0006\u0001hsg\u00004\u0000\r@\u00004\u0000\r@K\u0006@\u000bW\u0002:\b\u0002\u0001\n0\u0000\u001a>\u00006\u0000\u001a\u0006\u0000h\u0000\u001a\u0006\u035d\u0001\u00004\u0000f\u0003W\u0007\u0006\\Tc%[\u0710d\u001e\t\u000e\u0000 )\u0015G\u0005M@\u0777ds\u0005{r:\u0002\u06b0A^\r\u001cN;z3\t@\u0003\u0431\u000e\u0000\u0001\u00004\u0000\r\u0000\u001a4\u0000:\u0012\u0007@\u0003\u0000\u0007@\/G\u0001\\\u0000\u001a\u0006,\u0000:\u001f@\u06b9\u0001:{\u06f6m\u05b7m,\u001a5UuUlP\u0003]5UhrR\u0003m e]\u0010t3I\b\u001au\u0000AO\r!hon@\u0010tA\u04118\b\u001a<\bz9\n\u0004-B\u0017%h\u0000p\u0006ZH$H\u0010t\u0004A\u0007I@\u0014b\u0016~\t\u0003\u0001\u0003\u0000}l\u0003\u0001h\u0000Z\u001e\u000b\u0006\u0001h\u0000\u0019\u0000\r@\u0003j6\u0000\r@\u0003\u04ae\u0001\u0015\u0015S]WL]\u00052\u05d6\u000e+,F\u001cOl\u0432w\u8dfcHf\u0001:Y$\u0000\r@:\u0000\u0006@\u0003\u000077\u0000h\u0000:\u0000H\u001c\u0000\r@\u0003c\u001e\u0000\u001c\u0005\u0016s\u0001\u0002\u00173\u0016bE'G\u0002$\u0000:HJ\u0006Oc\u0002Z\n\u8bafz]o\nmNKK6lW2Lw\u0001)Gp&\u0001h\u0000:\u0001\u0000=5\u0000\u001a\u0006\u0001@\u0003\u0411\u0006@G\u0000h\u0000\u001a\u001e\u0000(\u0000\u000b@\u0003\u0000\u0005@\u00079T@T@S\u0001Q\u0001-\u0006\u0003\u0431H\u0000Z\b\u0006j\u00004\u0000\r@c\u0001\u00004\u0000\r@;\u0003\u0001h\u0000Z\u0006\u000fU?\u000f\f \u0002S\u0000\u0004@\u0007IT@\u0014b\u0016~\t\u0003\u0001\u0003\u0000}l\u0003\u0001h\u0000Z\u001e\u000b\u0006\u0001h\u0000\u0019\u0000\r@\u0003j6\u0000\r@\u0003\u04ae\u0001\u0015\u0277k\u07b6mmO^\u0003deYT\u0001\u0010j\u8d33T\u0003m\u0660,-U7K)Gp&!h\b:\u0001\u0004=5\b\u001a\u0001AC\u0411\u0006AG h\b\u001a\u001e (\u0010\u000bA_7a-V$h{y$\b:H$jO\n@KW\u000b@\u0001\u0000\u0001>\u0001\u00004\u0000-\u0005@\u0003\u00004\u0000m\f\u0006\u0001h5\u001b\u0006\u0001hi\u0000han\u0002J]\u0004=\u001ebP\u0000WyUM\u001bv\bv\fg\u0012\u019fc\u001dS\u00dfg\u065b\u001b3\u001cis$\u000e\u019f1\u000f^?EYs\u0015bE'G\u009f$9HJgw^\u0000}6\u001e{\u0015~\u0002@=\u001c\u0000-\u001b$TX(N%\tM\u001b \u0527\f.\u0000:\u0019$\u0000\r@:\u0000\u0006@\u0003\u000077\u0000h\u0000:\u0000H\u001c\u0000\r@\u0003c\u001e\u0000\u001c\u0005\u0016s\u0001h\u0000\u001a\u0016\u0000 \u0012h\/<\u0000rO7;%r\u000e%\/a@a\b4\u0002}@m\b4\u0002@c!\b4\u0002@;C\u0011h\u0004ZFOwp\\X\u0015\u0005\u069ed\u001e\t\u000e\u0010 )\u0004Z|@?Wv\u02e1T\u0011J\/\ne\u0012h\u0006yECF#\u009d\u0000t3I\u0000\u001au\u0000@O\r\u0006\u0001hon\u0000\u0000t\u0001\u04118\u0000\u001a\u0006<\u0000z9\n\u0000-\u0002\u00004\u0000-f\u0001A\u000e\u0000\u0000\u0002v\u06e7_\u0005\u0018\u001e\u0375\u0015@\u0017Eu\u0124\u0012h\u0006-xRASL\"\bt\u0003\u0004zj\b4\u0002@{s\u0003F#\r!\b4\u0002=!Q\u0010h1\u0017@~0sa-V\u0014h{y$\u0004:HBdVPy\u0002]vYWU(KB\rt}kA\r{zk\nu\u001ah\u0006-x\u01ccFw!)Gp&\u0011h\u0004:\u0001\u0002=5\u0004\u001aF@#\u0411@G\u0010h\u0004\u001a\u001e\u0010(\b@#\b@\u00079\u0010he{\u0019:k\u001b|7g\u0014\u0016j\u06ecoNS\u0003m wPDSL\"\bt\u0003\u0004zj\b4\u0002@{s\u0003F#\r!\b4\u0002=!Q\u0010h1\u0017@\/\u16b9\u000f\f \nRY@I\btt5uU|P\u0003M\r45r\u0018\u0002@\u001f\u0010c\u001b\u0002@#X\b4\u0002@#\u0010h\u0004\u001aV\u0011h\u0004\u001av\r\u0016vo\u0002-5\re\u0675Y\u0006\u04c0<\u0006\u06b2A*!#\u03e8N 6\u0004\u001aF\u0010h\u0004\u001aF\u035d!\b4\u0002f#\b4\u0002-\u001a\u0002-^\u0005kWJS\u0002-P\u0002\u0012F\t\u0018\u0006@\u0003\u0007\u0000\u0006@\u0003\u0000<\u0016\u0000\r@\u0003\u00003\u0000\u001a\u0006l\u0000\u0000zEjKbE'G\u0002$\u0000:HJ\u0006he\u001b:\/ 6\u0004\u001aF\u0010h\u0004\u001aF\u035d!\b4\u0002f#\b4\u0002-\u001a\u0002-\u001e\u0002-e\u001c)edmwk@WUUV\u001c@;L+NlW2A\u04ceL\"\bt\u0003\u0004zj\b4\u0002@{s\u0003F#\r!\b4\u0002=!Q\u0010h1\u0017@ku=wa-V\u0014h{y$\u0004:HBdVPy\u0002}\u001aL\u0011\u0010jr\u0712j-\u001b\u001d2Rs\u047b\u0010\u8523g8\b4\u0002\u001d\u0000\u001a\u0002@#@\u0011HC#q\b4\u0002@y\br\u0014\u0004ZE\u0011h\u0004ZBs\b2^?{~vw\u0001}]\u04ef\u0003]}\u0001\bk:\u03fa\\)Nl\u0432w(\n.\u0004:\u0019$\u0002@:@@#\b77\u0010h\u0004:\u0010H\u001c\u0002@#c\u001e\u0002\u001c\u0005\u0016s\u0011\nZ6sa\u001fl\u0019@\u0014hB\u0012\u0010 \u001ahj\u001cj_\u00a8\u0016\u0010h\u0004@\u001f\u0010h\u0004\u001aB\u0011h\u0004\u001a6w@#\b@#\bk\b{{\u0015hjpjo]~\tC\u0011\u0003\u0002}lC\u0011h\u0004Z\u001e\u000bF\u0011h\u0004\u0019\u0002@#j6\u0002}}\u0002M\u000bk@\u06d3#!A\u0012\u0002\u001d$%\u000b@?=\fv[{\u001b\u001a*:\u0006\u06b2A*1Q=\bt$\u0002@:@@#\b77\u0010h\u0004:\u0010H\u001c\u0002@#c\u001e\u0002\u001c\u0005\u0016s\u0011h\u0004\u001a\u0016\u0010 gw\u0002foEu6\u00019oP\u0004\u0779\u0007\\[O#,\u001eSK+6lW;d4b@)Gp&!h\b:\u0001\u0004=5\b\u001a\u0001AC\u0411\u0006AG h\b\u001a\u001e (\u0010\u000bA_?\u0016+\u0012=<\u0012\u0004\u001d$AA\u0012E\u0014AK9\u0014AQ\u0004-!\b\u0001>!\b4\u0002-@#\b4\u0002m\fF\u0011h5\u001bF\u0011hi\u0010hanBwW\u0004}\u0395)\u000ec)~\t!\u0003\u0004}l!h\bZ\u001e\u000b!h\b\u0019\u0004\rACj6\u0004}}\u0004`X\u0015\t\u069ed\u001e\t\u000e )G\u0011K\rlS\u0001zs\u0011{\u001a\r\r\u001b\u000e\u0019\n\u07c9@\u001c=\u00d9D\u0011X\u0007\b\u0010h\u0004\u001a\u0006\u0002@G\u001a\u0002\u001dC\u0011h\u0004zC b.\u0002@#b\u0016\u0002\u001dNO3\u000btmu^y\u0005n={R\n\u0003n\u0013w\u02a9Kg\u0006-\u0004u3u-{\u7523g83\u001c\u0000\u001a?H\u00df#q3?yr\u0014Y\u015f\/\u03ea\u001fT8\u00167$G\u009f$9HJgey\b*W\/M1n\u0006\t\u0002m\u06a0>e\u000b\u0011\u0743@\u001c=\u00d9D\u0011X\u0007\b\u0010h\u0004\u001a\u0006\u0002@G\u001a\u0002\u001dC\u0011h\u0004zC b.\u0002@#b\u0016\u0002\u001dN\u0002o^}\u0010*e\u001brN6lW;d\u0697]s\u0473I\u0019u?O\r\u019fgons\u03d18\u0019\u019f 6\u0004\u001aF\u0010h\u0004\u001aF\u035d!\b4\u0002f#\b4\u0002-\u001a\u0002-M\b\u001bE`)\u0004\u001a\u0000\u00120\u0000\u001a>\u00006\u0000\u001a\u0006\u0000h\u0000\u001a\u0006\u035d\u0001\u00004\u0000f\u0003\u0007\u042aXX\u0015\u0001\u069ed\u001e\t\u000e\u0000 )\u0019\u0277\u0012h\\QUMiR|\u0012\u8eafNz\u0004q\u000fAN+6lW2r\u07ac@\u001c=\u00d9D\u0011X\u0007\b\u0010h\u0004\u001a\u0006\u0002@G\u001a\u0002\u001dC\u0011h\u0004zC b.\u0002@#b\u0016\u0002\u001dNv\u0011h^V\u0006A\u0005tnN\u03e6\rZ\u000e\u0019u\u0011=s$?:?77g9H\u001c?c\u001e\u001c\u0005\u0016sKs\u0016X\u00167$G\u009f$9HJ.\n\ueee6qO\u0012*\u000bjzs\u0005t\u000f7\t\u0004\u06b4A\u000bC\u001d3\u001a*SL\"\bt\u0003\u0004zj\b4\u0002@{s\u0003F#\r!\b4\u0002=!Q\u0010h1\u0017F\u0011h1\u000b\u000erv'w[\u0001]mY\u0015]W+T\u0001m\u0660e\r\uf631i\u0015\u7523g83\u001c\u0000\u001a?H\u00df#q3?yr\u0014Y\u015f\/\u0636g-Vg{y$9H\u009f$*r~\t\u0002Z\fC\u0011\u0003\u0002}lC\u0011h\u0004Z\u001e\u000bF\u0011h\u0004\u0019\u0002@#j6\u0002@#\u04ae!\u0744@S\u0001M\u0005\u0014{L\u0005K\u0018?\u001fc\u001b?X3?g\u0019Vg\u000ff*\u014alO2?\u0007Isw\u0005tSytykT@U[B\fe Z\u0005a\u001a^QT0$\u0002@:@@#\b77\u0010h\u0004:\u0010H\u001c\u0002@#c\u001e\u0002\u001c\u0005\u0016s\u0011h\u0004\u001a\u0016\u0010 gw\u0002F97\\\u0003]e]Z1sP\u0003]][N%@[6hY;d\u0016CYN9z3@#\u0431\u000e\u0010!\b4\u0002\r\u0004\u001a4\u0004:\u0012@#\b@\/GA\\\u0004\u0002\u0705~e\u0000QR\u0004OBd^4y\rtW\u0006=5|\u0015&sFa\rtUUml^@6\u022bu\u0019v\u0017\u0002r\fg\u0012Fc\u001d SC\u0011h\u0004\u069b\u001b\b4\u0002\u001di\bt$\u000eF\u00111\u000f^@\b4\u0002@Y\bt;~+Ip\rt5\u0010Ufm%@\u001b6\u022bu\u0019\u001d!L=z3@#\u0431\u000e\u0010!\b4\u0002\r\u0004\u001a4\u0004:\u0012@#\b@\/GA\\\u0004\u0002M\u000bk@\u06d3#!A\u0012\u0002\u001d$g\rtvmQVdL\r45@a\b4\u0002}@m\b4\u0002@c!\b4\u0002@;C\u0011h\u0004ZF\u0011h\u0004Z5\u0004Z\u063d\u00107VP\u0002M\t5\u00004%\/a\u00004\u0000}\u0000m\u00004\u0000\r@c\u0001\u00004\u0000\r@;\u0003\u0001h\u0000Z\u0006\u000f\u0002\u0019\u000bk\"@\u06d3#\u0001A\u0012\u0000\u001d$%\u00032]\u0002\u0754y4]^+\u001a%me\u0012}w\t^Dh e9%\u0409Gp&\u0011h\u0004:\u0001\u0002=5\u0004\u001aF@#\u0411@G\u0010h\u0004\u001a\u001e\u0010(\b@#\b@\u00079\u0013-sO\u0019[KTN*l\u0432w?\u0002\u0001SL\u0002\u0000t\u0003\u0000zj\u00004\u0000\r@{s\u0003\u0006#\r\u0001\u00004\u0000=\u0001Q\u0000h1\u0017(@k0ga-V\u0004h{y$\u0000:H\u0002dVw\tt]\f7\u0002qFYI\u0015JsT8a\tt^u\u079e@M\u001b,\u001d3z] )Gp&\u0011h\u0004:\u0001\u0002=5\u0004\u001aF@#\u0411@G\u0010h\u0004\u001a\u001e\u0010(\b@#\b@\u00079\u00137\f5^*\u001a=?r\u0512j-\u001b\u001d3jN=zD\u0011X\u0007\b\u0010h\u0004\u001a\u0006\u0002@G\u001a\u0002\u001dC\u0011h\u0004zC b.\u0002}QVe)!<\u0012\u0002\u001d$!A}@uY\u079fa\u0019hj\u062b\u0015hj_\u0010h\u0004@\u001f\u0010h\u0004\u001aB\u0011h\u0004\u001a6w@#\b@#\bk\b{7!@S\u0003=Z\u0006%\fF\u000f\b\rF\u0011hy,\u0004\u001aF\u0011hsg\b4\u0002@\b\t&\u000es\u0017bE'GB$\u0004:HJ\u0016he\u0006+Jw\u0003\u001a)F\rw7k(\u0013\bi*!MGp&\u0011h\u0004:\u0001\u0002=5\u0004\u001aF@#\u0411@G\u0010h\u0004\u001a\u001e\u0010(\b@#\b@\u00079\b\u0017~\n\u8babB\u0019GMJX\u0001m w\u0634s3I\u0019u?O\r\u019fgons\u03d18\u0019\u019f\u0000\r@\u0003\u00004\u0000\r@Gc>kZ\b$H\u0000t\u0004@\u0007I\u0000L>\u000f\u076e@we\u077b;\u0002Uyk\u029f$\u0416\rZ\u001aQ\u069bC\u0013L\"\bt\u0003\u0004zj\b4\u0002@{s\u0003F#\r!\b4\u0002=!Q\u0010h1\u0017F\u0011h1\u000b\u000er\u0010 \u001cF0\u0004Z\fFc\b\u0010@\u001f\u0010h\u0004\u001aB\u0011h\u0004\u001a6w@#\b@_@2sa-V\u0014h{y$\u0004:HBdVLu\u0013z\u076e?Fh}e6ml^?[6h)cFEPo\u05dfS~&g9\u0001<5\u0019\u019f?\u03d1?Gg\u0019\u001e(??\u00079\u0017?^\u0018,\u0006\u03f1HY\b\u019fj3?c3?;\u00dfgY\u019f\u03df5\u0013\u000f\f B?\u0007I3\u001c\/a\u0018?\u0007\u0606?<\u0016?3\u0019\u019fl\u0019\u019f]\u00df\u00df\f\u0019\u0004^\u0002?3?\r\u019f\u001063?s4f\u051b\u0016+=<\u0012\u001c$AR?+\u000f\u001ere s5;?[6h)\bCr\/p\fg\u0012\u019fc\u001dS\u00dfg\u065b\u001b3\u001cis$\u000e\u019f1\u000f^?3?Ys?{3b0\u001c\u011f`?<\u0016?3\u0019\u019flYs\u0015bE'G\u009f$9HJ\u0006%\u000b@S(\u0017juY]s\nlRP\f>9\u0019$?:?77g9H\u001c?c\u001e\u001c\u0005\u0016sg\u0019\u0016 \u0007g\u000b\u00df`9\u0016?\u000bQ\r\u019fgy,\u0019\u019fgsg3?:-Y\u0015\u065ed\u001e\t\u000e \t\u019f\u001c%\f\u0016g?\u001fg\u0019\u009fg\u00196w??k{?\u03d1`KW\u0012g\u001f\u0019\u019fs\u0018|\u0019\u019f\u0386\u0460?~|f_d\u0006p_6=\u001d\u001bOb]axfv\u0017S|9\u0007l)~\u0002X=\u000fiO\u01df\u0274rO\t\u0019\u075f!\u001f?2rqwd\u035e\n;(<|a\u0767_GP\u001f\u000f3\u001f|T\u0019\u000b]\u0740ol\u00f4}_~\u001fTm5?\u001fM\u0006Z9O9\u07247\u001f\u0232I\u001bfql\u01d7O\u31ff\u03be\/\u0549}\u068bzE]E~7\u0001Z\u0157\ub5f3GS^\ub93eu2\\\u04c7?o\u01e7\u000f+aY(\u0435qc\u074cog8b)~5bjI\\+[X|3O={r>\u0005>~\u001c\r+~\u0005^q\u001f][7Kut_@\u001bo@mwCI\u06bc|CX\u03f15gW\u04109;^\/8\\H{\tAt_c\u001f>7}\rgr\u0015\u0317\u0002\u7e04\u02f8UWF?\u001co\u0019Dyv}\u0016Ow?\u063f\u0004x\u001feOL\u001e?\u043b%W3\u000f\u01daw~\u001b_L\u0407_\f=?G\u001b\u001f\/7>\u001efWY}<~}{5\u001f\u0016\u001ft\u001fo~\u04ee6_\u0003gl\u001c\ub2f4\\\u039fEZ$s\u0013'{;v\u001a\u000f\u07be\r>\u001d\u000f\u001eGS_\nx|z\u01f8\n_#m9\u031e\u0011\u0000\u04bfz\u039e\u001fo5O\rkgK;>??b?R?\u0012?\u0001\u0012?\u0004R?\u0007\u0014\u001fW\u000b]1\u001f\u01df@]\u05fd6T\u0271?JSTJ\rk\u07f0\u0416s?wH:=2\u001f\u0014\u0002@&f}u1#{|u_sG{b7_=0\u06c7\u0010f\r~\u000b8u\u001fs\/u\"\"s\\W\u000f1|rM\u0018M!\u05a07(\u001f\u0015a!>iK\u034d\"N1}ZPw'<\/D=d\\x?$w+6^\u0012Ts_\b-v\u0012?QP(jn\t7?\u071a1;\u001an\u0017'G\u0018D}9Manm3\u0014v7\u0005r+\u0015:+ :n\u000bx\u00bc:n ]\u07fe\u05c5d\u292f\u0013Qzwyy<}a\u001e\u001fu_\\\u000fwKy\u0016\u000fK|\u0007\u0012r\u0004\u0005b\u0525?\\=a\u000fqv0le\u01a3}zo\u000b+}T]w\u0005\u0010\u0787\u000b\/\u0004\u0016z\n\u000f\\*5.}u\u0005\u0004y\b\u00046:gjb\u0010+\u0016\u0665o\u000bg\batz-VK\u000e+v5o\f\":<..*gu5>:t\u0017L|ZS\u0005tW^\u000f\u0017M[z\u001fx\u03d6}\u0477\u0662\t\u0007no\\\u022dBhNk\u0011o\t\u0012NCg\/\udb1a\udc3a\u072f\u01f7n>^ma\r\u000f'NU<#~it8\u02fc5(\/\u07db\u000e\u001fo1\uce82W\ube15\u001ccE&VWi`6\ue28c[xj|\u0013\u001erv\u000f^=\"3\ba*CV04r#mM'#~vXq\u0016}F^gx\u0007\u0006\u001f\u000fq\u046b1_sgb-\r^Kcn\ucaf48ki\u032e\u06b1~S\u077b\u000f_\\q\u0003\b\u001c\u001b\u0006p5I_\r@\u001f\u0001\".U\u001fc]k]Ie%\u0367\ueebe~Z`~\u00020\u05f9v~J~_Ds_>~O\t\u1635]LW?`\u001a\u001fh\u05e5|Ge\/X<\u001f\/bv\u001e^UO;>\"fXzOw7p!tk{\\H}\u0019\u05efpa>]\u0017\u02e7N\u077ak]7p\u02ab^\u06cb\\e\u03cfG\/\/]\u015am}\u000bW)\/\u0666qu\u0017;\u0005}l<\u0005}l-z9\u0017|6\t[E'gI\u000f$mua\u001f\u001b8pa\u001f[^\u0385jv*\u0019\u0016\t[LZB-p\u001eWq5!\t\u000f\u0015-'Qs9\u0011\u001c\\]x{o\\9:`s\u055c\u0425t@IpyX\u001fS0\u01e6\/\u001ff^E\ud37d\u0017N|=3x]=kW\/\u0017|\u0505dwFg?Zmq=.h[\u001cw\u000f\u05a8^F\u0767\u06f7|\u001eYOr\u0005*[5<{.s\u0017\u001c\u02f8\u0015Ow_n~5\tIgSs]{G(7lM\u066c\u03ebsMq!o^\u04df\u0354@;iKj\u0019GB;Gr?\u001c\\b}-[[\u001d.hi6.[mWnwm;;\\\u000f+S*^R\u000bEEE$Ef\u001dff\u000f~7\ub6c6xf~\/_>|[\u02f9\u001fo}}4g\u0007\u001frw\u000f?Gwloo}zYC|m3`!tg~\u000f]u=~#?\u06c7OO\u000f'wT==0'r\u001f\u001e\u000e3\u0003s3\u0018j\t~\ue5c7?.\u026a\u01beB|w7o\u0015\u001d~#K4?'\/OG\u0010\/\u001fiOV%&\u07bf}O-1|{FV\u001a~yo\u001fy\t\u000f\u001f>?+~\u015a\u000f1\u000e\u001d?\u001b3\b[?AZx}}x\u0723)B\u0000\u0011zvmc!aA{D?\u001do1w\u03cfIq\u0003$2?\u001d}\u0005t\u0767oq^]?\/\u001bpgs\u000e1u\u00143d\u03a1rm\/7s]Lh\u0010\/a&3\u001b\u0003fh?1o?_\u001d`wN?\u0361j_n{?|\u001d7\b\\at\u000e\u001f>\u0014f\u001e\u000bg\u31e7o\u00f3)\u0019G\\]\u00015p^<[\u0003\u0007~^j\u001er{\u042a=sq>6f\u02cdBw3\/\u01272r\u0757\u0004\u001f\u0005>v{?\u0017\u0007R\"R\u0002\u00b1\u0367\u033a~Xs9\u000b\u001eeeKUASQOMU\u0005\u0016#wx!?g\u001fm\u001bc?~ges\u001b\u001b\u0019\u053e^G @Pr\u0011c\u0016\u001f\u0005\u0001\u0000\u00139jzp\u03d4qr\tFcZ\u0012\u00104\u0004\u0007O\u001c A$\u001d@\u0012nNenN\/\u0012nNss.]iM7'oJ9M:\u0369,ts}s\t7\u01f99Md\u6d26\u001bnN\u04f6N}s}5%\u071c&7\u001fTntYW\ub445\u0016\u07f7\"pL\u0006jVz\u0014c^.6^r>4l.\u0015\r'\u05c3s+^x}bw%7a{h887f7l\u05fc\u02ae_\u000e\u001fC}ssR]kr}<\\?Y4}\u05fbo\u06dbO\u0767\u0005~\u001f\u0005gC\u05d0|\u0002o}\u000b-\u01a1)Giq]P\u530a.\u001e?m4C4\u000fBN7\u000798\u03b1y\u0131E\u0131e\u0131O}Wq\u000e#*nT\u02c7oYV\u001dE\u001dG\u001d]D\u001d]F\u001d]E\u001d]G\u001d\u001dn?x?0`h\u001e\u0016ezh\u001eZ6b7\"}\"Y\n\u0011e\u0018\nVD\b\u000eG\u0005A{9_\u001d^\u000b+7Z'd\u0454Y~ __|q_~O?}|ox\\9`}Ow=\u06fd>\u0014t\u001d\u0018^'<\u000e:'\nh\u00d5ugK6a\u001d_D\u001e_\u001e%kL\"Wg}\u07fbDr63\u009f\u00104\u0018\u0464,R\u0013(\u0012%\u0012\"\u0012\u000f\u0011Qf3Eg\u0014\u0019I\u046e{\u001fj-NOW8\u03d9\u001a\f@B1K\u0004\u00169LvO\u0014\u001f\u00127\u05fd\/\u03da\u0693\uc253OW\u0005\/dj{qp%ZB-\u02d2 KR,EX4\u02ef-^r%Jx\u0002+_NT\u0004P[@j\u03b7T|:i\u0127\u0010\/,\u000f\u001fZ\u001b~kN,\u001deC\u001e\u001ct\u0014;`|\u000f\u001fopow_g\u2e78\u6d05F.?wm([\u77b4n(ywuV\u0017uW\u0414MQlr7[|m|]io\u001foh&\u06e80W]\u013e\u001fE0\u067fY:w6,|,\u02c5WD\u001fgJ;\u000fe;\u0517=\u0377O\rOe<\u000f7+[v?y]v}{b3\u0015\u0019k\u00de57U=M\u00147y7u_\/vvm\u0019j\u02f7\u000f55.\u03cfY8\u0309\u00cca}4G~!`M\u000bkG{vI8\u01f3Gx\u001dn\t\u0017wzv\u000e\u001aM.!\u001b\u0015~\u001f\u0012&$1;l?\"=FO}{\u0000\u001d}5?7\u000f_B~w\u032e$\u000f4<\u01db\u07c2s\b?xh\u001f\u019f\u001e\u001f\u0003\u0013%9y\u0016lzhc}hnO\u0018y\u0471G\u0015oo\u0006|\u000b-n2\u001c#\u0017;<\u001dzb\u0017\u071aow\u0410\u04c1\u0139\u04e1\u0007~7\u0010\u0010F^\u03c8No|}9R\u0003N\u0018\r<'\u001erEz\f\u001e>OVjnO\\yUE`k\u0019'OO9kE'E=`\u001f\u001f\u0003bsumd\u001f\u00101@}p$\u0006DM7Q~\\\u001fc9\u3c5b'\u001f;\u0568<7dK3^_\u04b3_x\u0013\u0efb_'Y\n\u01f37\u001f~d8<\u001d\u001ct\u0018\u04d7yi2\u001e|3\u001fV]*}\u001f\u06052 RTeWe=DeB\u06b2f\u001c2R3 \u001f\u00182 1E(#b(\u0010g=\u0335\u070c\b\"3#L_\u077e\u0747H\\cvnDD3|F\u0019\u0010s>>;b.\u0013b`DvI\\F|[lV\u0296\u02cc\u001b\tY\u0013\u0019\u0012,1QsdZ~?\u0019r\u020c\u001fCUP\u0013OGgQ<\u0002\u0663f>{\u0012\u001f\u0002fo?~3\u001f\u00195x\u04ff5w=>g \"Iw2\u000bR\u0320\t\u065b\u000b.+s\u001d\rXx_U%\u0018E\n\u0014|\u0343Jc|?~hM0={P\u0207CS??v\u014fnm_G]|H\u0018\u000egOR\ud9a5\udc3e\u0007{yv\u00acs5\u0012t?\u00055\u0019\u0001>`*\u001b\t|\u001f;Y\u0004P\u0005Ug\u0019|v\u0006\f>\u0007\n\f>\t53\u0005\u03c9\u03c2xQ<\u05bb1D\n\/J\n\b>\u001fbI\u0010|J|.]KI0\u001b\u0089KgMw\u067b}@#MMs)\"\f>*\u0000\u0002>37g9Pg\u0019|N\u0001|\u0006g_,|V|VX\/>\u0010\u0004>[1$(\u0019i\u0007><\u000bC5|nk2\u0015\u0019g\u0001M\u0011\u0017c83\u001c\u0000|\n\f>\u0000@\u0001g9\u0006\u0019|\u0006}YYx\u001f\u001bt\u0017Ag+\u0006|\u0004%\u0000\u0ce2[\u0013vv]w\u015e#*.Y9n\u0014\fc\u0198C\u0015`V1f\u0659\u001b\u00183\u001c(\u00183\u018c1'\u05001c\u0018\/\u0016c>1KS\u03d6_5$45f\u00010C\f<\tZ\u0198_\tG_,2E4\u046bk\u05dfJZ\u04b6rg\u01bb\n\u0016E+Ms) ;*;\u03b837pg9Ppg\u0019wN\u0001w\u019dqg_,|VwN\u04b1^w\u0007[\u009d\u0018y\u0012\u00b4#\u06e2k=?'\u0734EU\n\u00db\u038a\u038c|\ud298-.cGNq\u0006ag9T\u0001l\u0015\u0019v\u0001;\u0381\u0002;\u03b0sB\r3\f;ba\u7cf26\u04b1^v\u0007[\u0018y\u0012\u00b4\u001f\u0014\u001fYi\u0013l&x\b\u0013Xd#i\u0014g\u0011|\u0006C\u0015V\u0001g\u0659\u001b3\u001c(3\f>'\u0000>\/\u0016|>+>KjpF\u0004[\u0002\u0018y\u0012P\u0003@VeZ\u001bYvYw\u00045\u0759\u0000j\u0571Fg\u0011|\u0006C\u0015V\u0001g\u0659\u001b3\u001c(3\f>'\u0000>\/\u0016|\u0006g7\u0006|vcV\u0086sE4R\u0018|.\u06ae($>Ug\u07baQK}VtI~#Z\u07b7\tN\u0018=\u0159!P\u0005\u0010U h\b\u001av\u0006\u0004\rA\u0007\n\u0004\rAC\t5@\u00104\u0004\ud2c5Jb\u001e\u0005)\u0018\u0011n\tb IP2A\u000bI?\u001f5iZ)\u0015h\u075a\u03d2\u0003;\u0006M@+u\u0005~\u001f;Y\u0004P\u0005Ug\u0019|v\u0006\f>\u0007\n\f>\t53\u0005g\u064d\u0001\u0758%Yw\\su\u03e1\ng3\r\u0019|\u000e\u0014\u0019|\u0006\u0013j\u0000g\u0017\u000b>\u001b\u0003>1g!r\udb3c\udee2[i\u03c5y.S8w\u001f\u04528z3\tAC\u0421\n h@\u00104\u0004\r\b\u001a\u000e\u0014\b\u001a\u0013j!h\b\u0017\u000bAjL\u04b1^\u0007[\u0018\bz\u0012L\u00b4\u001b\u05ebLf@w;s\u0003|\u0006\u0003\u0005|\u0006\u001ag\u0019|\u01423\u0180nYKr|\u05d9\u04bcT\tY\u0561q\u0006o\u001fQ\u0005N\u001a=LB\u0010t\u0002\b*\u00104\u0004\rA;s\u0003\u0003\u0005!\u001a h\b\u001aBg%\bu\u0015\u0012t\n\nA\u0010\u0015\u0003AO\tZvcZ\u0012\u001c?MY\u05b1\u000b@\u0017c8A;\u001c^\u0013P\twoNq\u0016g9T\u0001l\u0015\u0019|\u0006\u0001>\u03c1\u0002>sB\r3\f>bg\u0019|vcg7f\t|\u0016s%(\u0005?\u05d9yg\u0013\u05b54\u0015\u001dr2x\u0016N\u001d=LB\u0010t\u0002\b*\u00104\u0004\rA;s\u0003\u0003\u0005!\u001a h\b\u001aBg%h\u0016\fKz\tZ\u001fn\tb IP2A\u000bA6^*\u0001l\u03bcD\u0012t\u05a5yS8@k3\">\u02a4Ms)\">*@>37g9Pg\u0019}N\u0001}Fg_,>n\f\u0190\u0000\u001c~\u0004\u02ba.!\u0001:\u02f3\u0004o:V\u0005%j\u0015\u0005SI\b\u001a\u000eU\u0000A[\u0005!hgn@\u0010t@\u00104\u0004P\u0003\u0004\rAC\u043eX\b\u0004-Y0\u0006\u0004-\u001e\u0004}'A\u000b%@m\u0013\u0012Xv]U\u0002'%@+3N5\u00018[7c93\u001c\u0000}\n>@@Ag9\u0006\u0019}F}3>1\u001b>\/\u0003k9\u0010\u0167\u0019+J#\u001c\u0001\u8413k\"\\\u07b7 \t9\u00184\u0006\u001d\u0000\n\u0006Ac1@1h\f:\u0006\f\u001a\u01a0}\u0018Y\rZ:\fKz\rZ\u001fn\tb0IPA\u000b\u04ce%\u0006F$-<\u0240.\u06baN\u0004;,>\u0012W\u001f\u0682?\u01cf,s\u0002*3>;s\u0003}F\u0003\u0005}F\u001ag\u0019}\u01623\u01a0nymX\u0002yLZIc\u0000MW_\u0002i\t\u041a\u000eMRxIXN\u0019=\u0159!P\u0005\u0010U h\b\u001av\u0006\u0004\rA\u0007\n\u0004\rAC\t5@\u00104\u0004\ud2c5J\u0536aX:K uK\u0010\u0015\u0003AO\tZvQu\u03e6\u0010~W\u0308O\u06d8\u074b\u0611SA\u0019v\u000eU\u0000;[\u0005vaggn\u03b0s\u03b03P\u0003\f;\u03beX\u0019v\u0018\u064dY\u001d;\u000b\u0018_nsVW6zgo\u001e!N|thG\u0005K?'LB\u0010t\u0002\b*\u00104\u0004\rA;s\u0003\u0003\u0005!\u001a h\b\u001aBg%hIRm\u0018NQ\u05c8 uK\u0010\u0015\u0003AO\tZ\u0018j~~fTS\u05dc`AEoF\ud29d\u00169v4\u0010yFC\u0015 VAg\u0659\u001b3\u001c(3<'\u0500<#\u0233\/\u0016yFg7\u0006yvcV'k\u549f[@I7Ou'I~VtI5\u0011m\u0019s)$\u0004\rA*\u0002AC\u001037 h\b:P h\b\u001aN\u0001!h_,\u0004}V\u0406\u0014c\bR\u0004A[1\u0010$(\u0731{\t+\u001f_ly\/B8\u0005SnE;R\u0000Z\u045d\u0001&9z\u0014g\u0011|\u0006C\u0015V\u0001g\u0659\u001b3\u001c(3\f>'\u0000>\/\u0016|\u0006g7\u0006|vcg^g\u5375b\tyW\u055f<\u0014\u0018Q\u0011\u0015?'Lb\u0018t\u0002\f*\u00184\u0006A;s\u0003\u01a0\u0003\u0005\u01a01\u001a0h\f\u001abg5hq1OKc\u0006\u000fRA[1\u0018$h\u0004W*\u0014\u0017\u00015Y\u001b\u0006G\ud8a1\udc58\u0001-w\u0240\u039a`\u0001\">*@>37g9Pg\u0019}N\u0001}Fg_,>n\f,Bp{]n\u0002t3\/\u0000\u043b>kS$@k:46}D7?T[\u0001SI\b\u001a\u000eU\u0000A[\u0005!hgn@\u0010t@\u00104\u0004P\u0003\u0004\rAC\u043eX\b\u0004-2\u0005\u04b1^\u0007[\u0018\bz\u0012\fAZ.K%@yQ\u05d5KyQW;a\u0014tgD}@#d#\u001c?v>\u03e1\ng3\r\u0019}\u000e\u0014\u0019}F\u0013j@g\u0017>\u001b>1g_\/8\u0003:k\u06a2\u0010\u06d3\u0001U',\u0001$-\u0698\u001c\u078b\u0015SI\f\u001a\u000eUA[\u0005\u01a01hgn`\u0018t`\u00184\u0006P\u0003\u0006Ac\u043eX\f\u0006-\u06b2?X\u001f2F\u0004[\u00a0\u0018\fz\u0012j\u04b4[\"\u001c%@e[\t\u001f\t\u00046k\u0014\t\u040a\ue313xM@-&9~\u0014g\u0011|\u0006C\u0015V\u0001g\u0659\u001b3\u001c(3\f>'\u0000>\/\u0016|\u0006g7\u0006|vcVv\u0013\u06f3N:p%\u0015\u001drRxJ\u0010SI\f\u001a\u000eUA[\u0005\u01a01hgn`\u0018t`\u00184\u0006P\u0003\u0006Ac\u043eX\f\u0006\u001d^NqW\u0018!\u0006\u0004%\u001bc\u0012:q\tEyt\u0002tQO'\u001d\t\u0000HP\u0000y\u0349Ms)\"\f>*\u0000\u0002>37g9Pg\u0019|N\u0001|\u0006g_,\f>n\f,\u00b4\u001bp^.7\u0015ysVfyW'XC\u0561q\u0006o\u001f\u0000t)$\u0004\rA*\u0002AC\u001037 h\b:P h\b\u001aN\u0001!h_,\u0004}V\u0016HmtA h+\u0006\u0004-\tz\t*c ,\u02bciO\u00008\u000f\u06000i\u0014g\u0011}FC\u0015VAg\u0659\u001b3\u001c(3>'\u0500>\/\u0016}Fg7\u0006}vcV\n\u0017\u0000wX}\u02a2\u032b\u0014\u000b@k:\u0011o\u000b\u00002z3\tAC\u0421\n h@\u00104\u0004\r\b\u001a\u000e\u0014\b\u001a\u0013j!h\b\u0017\u000bA\\6\u000b\u0550\u0010\u04c0\u0005\u07c2\u000f1\u0010$((_aS0\u0011]&m\\\u0000\u041a\u0004\u000fh2\u0004?\u01cf,s\u0002*3\f>;s\u0003|\u0006\u0003\u0005|\u0006\u001ag\u0019|\u01423\u0180n\u0012,L;g\ra\u000bN..?\u0014}\tUUI\t\u040a\u000e9)}\tN\u0019=\u0159\u01201P\u0005\u0018U0h\f\u001av\u0006\u0006A\u0007\n\u0006Ac\t5`\u00184\u0006\u0160j\"X2,\u001d5h}%\f\u068a'A$@m\r\u0012\u01bc\u0001\t=M.\u032bp+\u0004hEwI}@\u001b{\u001c?v\b>\u03e1\ng3\r\u0019|\u000e\u0014\u0019|\u0006\u0013j\u0000g\u0017\u000b>\u001b\u0003>1W\u0002^p\u0002t\u0775]\u0013FV6m^KKKVtI\u1b7bn\u0004G)$\u0006A*Ac\u0018370h\f:P0h\f\u001aN\u0001\u01a01h_,\u0006}V-\u04b1^\u0007[\u00a0\u0018\fz\u0012lPk\u0004]eSkpTEerI\u0012Ak:4F}D\u001a\u001c8\u00104\u0004\u001d\u0000\n\u0004\rAC\u0700!@!h\b:\u0006\b\u001a}\u00104\u0004\rA1\u0010\u001b\u0004A\u000bY\u0007zm\u0006uU^W\b\u0006zoy\u0259\u001at7\t\u0581Vuhn\u0017\u0017kI'I\f\u001a\u000eUA[\u0005\u01a01hgn`\u0018t`\u00184\u0006P\u0003\u0006Ac\u043eX\f\u0006-\u001a\u0752\u0014v\bRA[1\u0018$h4h\u000bN'B\u001eK}y%\u0011<-\rZ!'JXN\u0019=\u0159!P\u0005\u0010U h\b\u001av\u0006\u0004\rA\u0007\n\u0004\rAC\t5@\u00104\u0004\ud2c5!h\b\u068d\u0758\u0011t&.8\r:L\u03d7\u0006uW`)\u000eUD^\u0013\u00171\u0017k)8\u00184\u0006\u001d\u0000\n\u0006Ac1@1h\f:\u0006\f\u001a\u01a0}\u0018Y\rZd\u0018KS1\"H\u0012\u0006m`\u0413d\u0016\u001dpAFf'3O\u04a0\n\t\u04a05\u001d\u001a'#*cw\u0013\u00042z3\tAC\u0421\n h@\u00104\u0004\r\b\u001a\u000e\u0014\b\u001a\u0013j!h\b\u0017\u000bAC\u0010\u001b\u0003A1#h)b\u04e0S:a1Ay\ni#\u0004Vuh\u0604A'Lb\u0018t\u0002\f*\u00184\u0006A;s\u0003\u01a0\u0003\u0005\u01a01\u001a0h\f\u001abg5h\u0017\u0636\fKz\rZ\u001fn\tb0IPA\u000bYCX\u000f\u00bc\br\u0007\ufcb2\u0016WN\u0283Vt5\u0011u\u001e\u0017k\t9\u00184\u0006\u001d\u0000\n\u0006Ac1@1h\f:\u0006\f\u001a\u01a0}\u00184\u0006A1\u0018\u001b>\u0016\u0012\/7\u000f\u02eelb0\/>U[\u0014RtJ\u001eCN&rH\u001c=\u0159\u01201P\u0005\u0018U0h\f\u001av\u0006\u0006A\u0007\n\u0006Ac\t5`\u00184\u0006\u0160jYc\u001a>H\u0012\u0006m`\u0413d\u0016\u063d\u00044<7o\u06794\rhV1)\rZ!'hb\u00164XN\u0019=\u0159!P\u0005\u0010U h\b\u001av\u0006\u0004\rA\u0007\n\u0004\rAC\t5@\u00104\u0004\ud2c5!h\b\u068d\u0758\u0011\u0017\u0006]dNn+4hED>\u00e0\u0013GOq&1h\f:T\u0001\u0006m\u0015\f\u001a\u01a0Ac\u0401Ac\u0018tB\r\u00184\u0006Ab1s\u001at\u001d>d\bRA[1\u0018$h\u0019\u0384^\\AWE)\u0001\u03e0iK;\u0360\u0015\u001dr\u0014D\u0010\f:m\u0014g\u0012\u01a0C\u0015`V1h\f\u0699\u001b\u00184\u0006\u001d(\u00184\u0006A'\u0500Ac\u0018\/\u0016>AGx\u05e0SU\b\u00a0\u0018\fz\u0012j\u04b4s\u0013s\u0006\u0016yvd\u001at[;E\u001eCcEG7M\u0018t)$\u0006A*Ac\u0018370h\f:P0h\f\u001aN\u0001\u01a01h_,\u0006}VaXA-aV\f\u0006=\tJ6ha9\u0006-.\u0620\u02a4\u001d\u0019=\u0006]7eQ\"\u000fZ!GQ\b\r\u001f=\u0159\u01201P\u0005\u0018U0h\f\u001av\u0006\u0006A\u0007\n\u0006Ac\t5`\u00184\u0006\u0160j\u0533eX\r\t1\rx\rZ-\f\u0010AO\rZvZ\u001c]\u000f]#%O\rh\u040a\u000e9j\"\u068cFOs&1h\f:T\u0001\u0006m\u0015\f\u001a\u01a0Ac\u0401Ac\u0018tB\r\u00184\u0006Ab1\u001a\b\t\fKz\rZ\u001fn\tb0IPA\u000b1ha5\u8ba8+{\u001bmeks)}:\u01605\u001dr\u0014\u0019\rN\u0018=\u0159\u01201P\u0005\u0018U0h\f\u001av\u0006\u0006A\u0007\n\u0006Ac\t5`\u00184\u0006\u0160j\u0536eX:k uK\u0018\u0015AO\rZvAov=AK\u02c02,\u001d5h}%\f\u068a'A\u0018f(vy\u0654)\u0006U!med\u040a\u000e9G`\u04298\u00184\u0006\u001d\u0000\n\u0006Ac1@1h\f:\u0006\f\u001a\u01a0}\u0018Y\rz~cAKz\rZ\u001fn\tb0IPA\u000b\u04ceB\bA\u01cfLB\u0010t\u0002\b*\u00104\u0004\rA;s\u0003\u0003\u0005!\u001a h\b\u001aBg%\bu\u0015\u0012t\n\nA\u0010\u0015\u0003AO\tZv,H\u607fvd\u0018t\u0004A:(j\u001fHk\u001b1SI\f\u001a\u000eUA[\u0005\u01a01hgn`\u0018t`\u00184\u0006P\u0003\u0006Ac\u043eX\f\u0006-\u0002j\u02f0t\u05e0A0h+\u0006\u0004%\u001b0\u001c\u0016\r\u0383n\u02fe)\fZ!GQX\u0010\f:i4g\u0012\u01a0C\u0015`V1h\f\u0699\u001b\u00184\u0006\u001d(\u00184\u0006A'\u0500Ac\u0018\/\u0016>A\fc\u0270\u001a\u0012b\u001a\u001a}\f\u0010AO\rZv,\u0007HeZ>6}39'0hM\u001cE5\u0011M.\u01fa\tN\u0018=\u0159\u01201P\u0005\u0018U0h\f\u001av\u0006\u0006A\u0007\n\u0006Ac\t5`\u00184\u0006\u0160j-\u0019\u001a>H\u0012\u0006m`\u0413d\u0016rtua\u0012A+: j\u001f,h|\u0004\u001d?z3\tAC\u0421\n h@\u00104\u0004\r\b\u001a\u000e\u0014\b\u001a\u0013j!h\b\u0017\u000bA5=-\u0018\u0012>H\u0012\u0004m@\u0413e\b\u040b\r.+\u0017 6OY\u5829O#C\u000e8RGOq&!h\b:T\u0001\u0004m\u0015\b\u001a\u0001AC\u0401\u0002AC\u0010tB\r\u00104\u0004\rAb!\u0012sj\u000bc\u0004\u000fR\u0004A[1\u0010$(iG\u0016Q_'saZN\t\u0232i%N!hM\u0188W\u0004A'LB\u0010t\u0002\b*\u00104\u0004\rA;s\u0003\u0003\u0005!\u001a h\b\u001aB$6\u0002\u0019c}\u0018\u0011n\tb IP*A\u0750pe\u0004T\u0012y\u03cbRT\u035b[\u06dd$\tZ\u04e1#\u0698\u014c\/W\u0013FOq&\u0011h\u0004:T\u0001\u0002m\u0015\u0004\u001aF@#\u0401@#\btB\r\b4\u0002@b\u0011\nt\u0004z\u0005:E]%\nD\u000f1\b$h\u0019\u0016&A\u0272$\u0010tUdmu\b5\u001dr\u0010DQ]0A\u01cfLB\u0010t\u0002\b*\u00104\u0004\rA;s\u0003\u0003\u0005!\u001a h\b\u001aBg%h1\u0342aX\/A-AV\f\u0004=\tJ&ha9KA\u000b{Y]Y;\u001cL\t:eyp8\u0005A+: j\u001f!=lGOs&!h\b:T\u0001\u0004m\u0015\b\u001a\u0001AC\u0401\u0002AC\u0010tB\r\u00104\u0004\rAb!\u00124l\u0018VCBL\u0003^\u000f\u0018\bz\u0012L\u0002\u07cekm\u0011.\u0005g\u0499\u0004]]IrB\u041a\u000e9Gt1z\u00040z3\tAC\u0421\n h@\u00104\u0004\r\b\u001a\u000e\u0014\b\u001a\u0013j!h\b\u0017\u000bASk\u00f0tA h+\u0006\u0004-Ck[\ni\u06a6*3!\u0018\u0004m\u07b9FJg\u0010t\u0015!hE\\D-v8a7B\t'I\b\u001a\u000eU\u0000A[\u0005!hgn@\u0010t@\u00104\u0004P\u0003\u0004\rAC\u043eX\b\u0004-Mm\u001bc\u0004\u000fR\u0004A[1\u0010$,\u00124Yc_0A\u0005p\u0018\u0004\rA\u000fU h\b\u001a\u0005AC\u00104\u0004\u001d]\u0019\u0004\rACb4\u0004\bZ\\\u000f\u0542\u0014u\bR\u0004A[1\u0010$(z%\u0018fA#\tkL\t:vNZ:5\u001d\u001a#>\u0012\u0004A'LB\u0010t\u0002\b*\u00104\u0004\rA;s\u0003\u0003\u0005!\u001a h\b\u001aBg%h1\u0342\u0014c\bR\u0004A[1\u0010$h\u0019\u0384T\u000bN6\ryA].\u0010yZ\u001aCN\"o\u001f`i9\u00184\u0006\u001d\u0000\n\u0006Ac1@1h\f:\u0006\f\u001a\u01a0}\u0018Y\rZ5%\u04b1^\u0007[\u00a0\u0018\fz\u0012l\u00b4\u001b\u0017\u0006]'2z1\u030a;I\u001aC\u000e\u0011QkI\\.A'LB\u0010t\u0002\b*\u00104\u0004\rA;s\u0003\u0003\u0005!\u001a h\b\u001aBg%hi\u0011P\u001bc\u0004\u000fR\u0004A[1\u0010$(;V\u0015^\u0013t]&tq\fn\u02ac,\u001cp@Yf\u0012I\u0002c}\u00156\u0004:~\u0014g\u0012FC\u0015 VA\u0011h\u0004\u0699\u001b\b4\u0002\u001d(\b4\u0002@'\u0500@#\b\/\u0016>@\u000b6FW=\u0017F4UWi O1\b$h\u0019~8\u02c2n\u0018Aw\r\u0014\u000bqh:4Q\u0532\u0010\u06c8A'|&1h\f:T\u0001\u0006m\u0015\f\u001a\u01a0Ac\u0401Ac\u0018tB\r\u00184\u0006Ab1\u001at\f\t5\u0001\u0007aV\f\u0006=\tJ6ha\u0691\u0005?i\u0014u&Y9\u0015\"RX~9M5\u001d\u001a\u001bj\u001fQ\byoESFO>\b4\u0002\u001d\u0000\n\u0002@#@\u0011@A\u0011h\u0004:\u0006\u0004\u001aF}\bY\u0005Z\u0004Bc\u0002\u000fR@[1\b$(Y\u001d,h\u0001{\/7\u000bz\u05d87vc\u043b-JZB:\u01605\u001d\u001a+j\u001f0\u0453$\u0006A*Ac\u0018370h\f:P0h\f\u001aN\u0001\u01a01h_,\u0006}VjHi\u0002\u0006b\u0407\u0018\fz\u0012Aov;B\u000e\u0599x\u0799W\u001di\r$VtA>Bm\u001b\u0004\u001d?z3\tAC\u0421\n h@\u00104\u0004\r\b\u001a\u000e\u0014\b\u001a\u0013j!h\b\u0017\u000bA=,\f\u0012>H\u0012\u0004m@\u0413d\u0016\u0006Y6Y%,81,>.\/E8:\"\u050a;\u0018&\u0633;#<\u00072v;\u03a1\npg\u03b83\r\u0019w\u000e\u0014\u0019w\u019d\u0013jqg\u0017;\u055d%y5X: uK\u0013;OR\u0779\u0010nWvlWEFZ\u0645g\u0019TN\u06b80AU\u001d\u001a>\u06c9r\u0602=Ls\u0002*3>;s\u0003}F\u0003\u0005}F\u001ag\u0019}\u0162g\u0001F(\u001e\u0148 uK\u0013>OW\u009e\u066el2)yye^dC\u000e\u001169~\u0014g\u0012~C\u0015Vg\u0659\u001b3\u001c(3\f?'\u0000?\/\u0016~>+?Gu,\u001e\u014e \t'A,L'?7]S\u05f1ndZaD}VtS\u0013d,8z3>\u03e1\ng3\r\u0019}\u000e\u0014\u0019}F\u0013j@g\u0017>U]&,\u001dg}%\tB'A,,\u0010*8kNKRY\u04dd\u0001N\\~\u000b\u001c?v\b<\u0003\u03e1\ng\u00003\r\u0019x\u000e\u0014\u0019x\u0006\u0013j\u0000g\u0017\u000b<\u0015;-\u000eVCBL\u0003^x\u0016\u000fx\u001e\u0007\u0001\u03d3Y8zax\u07bdn\\\u001c#\u0018tuB\u001a\u0013n\u02eakN\uf826;v\u0011\u001e;Y\u01201P\u0005\u0018U0h\f\u001av\u0006\u0006A\u0007\n\u0006Ac\t5`\u00184\u0006\u0160jb\"%\u04b1^\u0007[\u00a0 \fz\u0012l\u001b\u696bm\u0007\ubaabLJpgMwFv\u000fs0m\u4cc8;\u03a1\npg\u03b83\r\u0019w\u000e\u0014\u0019w\u019d\u0013jqg\u0017;\u055d\u015d,\r>H\u0012\u0004\u0393dw\u0016\tX<2(n^OnQ,e]nv\t\u001etg}@+^0\u0631\u04dcE\f\u001a\u000eUA[\u0005\u01a01hgn`\u0018t`\u00184\u0006P\u0003\u0006Ac\u043eX\f\u0006-\u0692aXA-aN\u0010\u0006=\tJ6ham::}6w];;k3Z\\hb\u0013\u001c?v;\u03a1\npg\u03b83\r\u0019w\u000e\u0014\u0019w\u019d\u0013jqg\u0017;\u03b8'\bwewm\u0475]\u05dc<93M-31n\u03bc[\u001f\u001fU\u001d\u001aI>\u0011&\u0018:e\u0014g\u0012\u0006C\u0015\u0000V\u0001h \u0699\u001b@4\u0010\u001d(@4\u0010\rD'\u0000D\u0003@\/\u0016>+DG\u042bx\u0017SU\b\u0002 z\u0012\f\u0002p\b\bG[4yhFn\u000fs\u041a u\u001fv(t)\"\u0006A*Ac\u0018370h\f:P0h\f\u001aN\u0001\u01a01h_,\u0006Ac\u041e \fz\u0012:^2\u000b&C7U4YAgy-1\/T'Hth\u03bb`SI \u001a\u000eU\u0000D[\u0005\u0006hgn\u0000@t\u0000@4\u0010P\u0003\u0010\rD\u0003\u047eX \u0010-\u000eaX\/D-\u0001N\u0010\u0010=\tZ\u0006\u05f6*r\u6962l\u0015LESwB+3N5\u0001\u0007N\u0019;YD\u0011P\u0005\bU\u0010h\u0004\u001av\u0006\u0002@\u0007\n\u0002@#\t5 \b4\u0002E\u0011h\u0004\u0013@ObV'\u0017\n]4]&|2RB+:$\udb28\ude3cYb\u0019:e\u0014g\u0012\u0006C\u0015\u0000V\u0001h \u0699\u001b@4\u0010\u001d(@4\u0010\rD'\u0000D\u0003@\/\u0016>+D`t\u0017A\ua580h'\b\u0004%C0ud\u000b\u0385niU.*iW\u00d4\\hEw\u0019\b2v\bAC\u0421\n h@\u00104\u0004\r\b\u001a\u000e\u0014\b\u001a\u0013j!h\b\u0017\u000bAC\u0010'\b\u012co\u0717\u000b\u0755U#8\u0345nw!%Rr\u0015\u001dry\u001aN\u001b=\u0359\u0004P\u0005@Uh \u001av\u0006\u0010\rD\u0007\n\u0010\rD\u0003\t5\u0000@4\u0010\u0005\te\u000431\"H\u0012\u0010\u0004\u0001\u0453T\u079a'#s+BH\u0012\u0010\u0004\u0001\u0453d\u0016\u001eA?NvOss\u0002'B+35\u0001].}o\u0002Nq\u0016!h\b:T\u0001\u0004m\u0015\b\u001a\u0001AC\u0401\u0002AC\u0010tB\r\u00104\u0004\rAb!h\b\u001a\u0004A\u0413%\bZXxl_k\u0013\u0005s]\u0559$\u0017\u06bcw7E;\u000b8w\u001fQd^,CL\u0002@t\u0002 *@4\u0010\rD;s\u0003\u0006\u0003\u0005\u0006\u001ah \u001a\u0002ghi\u001f*c\u0010\u000fR\u0004D;A@$h\\ha{\u000b\u03856\u0017M\u001e}m\u045d5\u0019\u0001\r\b4v\bAC\u0421\n h@\u00104\u0004\r\b\u001a\u000e\u0014\b\u001a\u0013j!h\b\u0017\u000bAC\u0010'\b\u012c.\u0017ZK\u0385nxE\u000bf\u2586IB+:ll\":ye-0ti$\u0010\rD*\u0000\u0002D\u0003@37h :Ph \u001aN\u0001\u0006h_,\u0010}V\u0016WxX\r\t1\rx!ZX9\u0016\u001e\u0007\u0001\u0453d\u0016^}-\f\u0442\n\u001fA]W\u0019Yg]`9hU~ \t:u\u0014g\u0012}FC\u0015VAg\u0659\u001b3\u001c(3>'\u0500>\/\u0016}FgO\u0010\u02baUBWYZ$D_Y\u029fNZ\u0014Z!'hb0r):a\u0014g\u0012C\u0015@Vh(\u0699\u001bP4\u0014\u001d(P4\u0014\rE'\u0000ECP\/\u0016>+EK\u0006bX\/E-AN\u0010\u0014=\tJha(\u0012[LX\u0113\u0013]VeJaI9\u044a\u000e9Y\bN\u001b=\u0159\u0004P\u0005@Uh \u001av\u0006\u0010\rD\u0007\n\u0010\rD\u0003\t5\u0000@4\u0010\u0005h \u0013\u0004DOb\u0007BjEDWv\u001aDeUu\u009f\u0012\u8413\uc69d\u0006\rN\u0018=\u0159DP\u0005HUh$\u001av\u0006\u0012D\u0007\n\u0012D#\t5 H4\u0012E*\u0536}X:+ uKH\u0013DO%ZzDk\u0093\/\u000e]v.Qg]J\u0003\u03dat\u001f ~nNq\u0016g9T\u0001l\u0015\u0019x\u0006\u0001<\u0003\u03c1\u0002<\u0003sB\r3\f\u0013N?C\u001c}D8@4\u0010\u001d\u0000\n\u0010\rD\u0003\u0000@\u0001h :\u0006 \u001a\u0006}@Y!ZG\u0010-\u001dh}% \t\u0002'A\u0010-L(\u0004\u8aabNRI\u0002tR1)\u0001Z\u045dq\u0012\t0\/\/s)\";*;\u03b837pg9Ppg\u0019wN\u0001w\u019dqg_,;\u039e y\u0012;;q\t\n\u0011\u0000]KNv%5\u001drRxMDKI`\u04dcI \u001a\u000eU\u0000D[\u0005\u0006hgn\u0000@t\u0000@4\u0010P\u0003\u0010\rD\u0003\u047eX \u0010\u001dA^NW!\bvIP2D\u000bf>y\u0002tS\u00142\u0013W=k3>bx\/V\u0013N>3\u001c\u0000w\n;q@qg9\u0006\u0019w\u019d}3;{pI\u0012,;\/Az\/9\u0001\u06bc\u0018u\u0004r\u05d8> \u0001Z!'\u015flSFOq&h :T\u0001\u0010m\u0015 \u001a\u0006\u0001D\u0003\u0441\u0002D\u0003@tB\r@4\u0010\rDbB;tc\u0010\u000fR\u0004D;A@$\u0004GH\u03b3]\u0013'\u0001(::}\u0004hEwI& \/i#\u001c?v;\u03a1\npg\u03b83\r\u0019w\u000e\u0014\u0019w\u019d\u0013jqg\u0017;\u03b8'\bw\u012c.\u0001zx\ty\u0016&O\u0013]\u00162i\t\u040a\u000e9)}DF8@4\u0010\u001d\u0000\n\u0010\rD\u0003\u0000@\u0001h :\u0006 \u001a\u0006}@Y!Z%\u04b1^\u0007[\u0002 z\u0012\fv\u0002t\u05f4]\u001d`eIi)\t\u040a\ue313xe=2v;\u03a1\npg\u03b83\r\u0019w\u000e\u0014\u0019w\u019d\u0013jqg\u0017;\u03b8'\bw\u012c\u039d_e\u001f\r\u0017\u0002d\u0014h($@k:4N#ri\u001b\u00102z3\tEC\u0461\nh@P4\u0014\r(\u001a\u000e\u0014(\u001a\u0013jh(\u0017\u000bE\bh\u00149cD%(\t'A\u0014-MM@\u9e91\u0016\u0299@M^bAMwi}|oANq\u0016qg9T\u0001l\u0015\u0019w\u019d;\u0381;\u03b8sB\r3;bqg\u0019w\u0004\u0393\u0579\u05c0n\u000bi<\tJ\tPuI#\u0018JXN\u0019=\u0159\u0004P\u0005@Uh \u001av\u0006\u0010\rD\u0007\n\u0010\rD\u0003\t5\u0000@4\u0010\u0005\nom\u001eB>H\u0012\u0010\u0004\u0001\u0453d\u0016tl_^|\u0000\u001fXu,>wyS\u0010HgMwFx\u0007\u000fyN\u0019;Y\u011dqP\u0005Upg\u0019wv\u0006;\u0007\n;\t5\u03b83\u015dqg\u0013;Obpga9k@o8\u00035\u001f_E.2O2\u073c\u0017d@k:4GDY:t)$\u0012D*@D#H37h$:Ph$\u001aN\u0001Fh_,\u0012}V\u0016JmtWA\ua590h'\b\u0004-\u0001%\u001bB'\u0019chN`\u03da\ue333xM@I\u001eoBNq\u0016qg9T\u0001l\u0015\u0019w\u019d;\u0381;\u03b8sB\r3;bqg\u0019w\u0004\u0393\u0579\u0013\u04bcnCuv\u0014\u0000\u8413G4D8z3\tD\u0003\u0461\nh\u0000@4\u0010\r \u001a\u000e\u0014 \u001a\u0006\u0013j\u0000h \u0017\u000bD\u0015g\u001a\u0012b\u001aB.\u0010=\u000e\u0002'A\u0010-\u0632\u0014'e@gVEy\u02ba\u0004@:4\u0006>-SI\u0019~\u000eU\u0000?[\u0005~ggns3P\u0003\f?\u03feX\u0019~=A$f\t~\u0016\u063e?=\u03c3wH;t]\nI6\/3\u0014i\u040a\u000e9y\u000f)\u001fl\u00a1\u0013FOq&qh\u001c:T\u0001\u000em\u0015\u001c\u001a\u01a1C\u0401C8tB\r84\u000eCbq:tjm\u001d:>H\u0012\u000e\u0004\u0413 \u04a0\u0007\u001f#\rhyK6iE&4hED^\u0013\u0015oSI\u0019~\u000eU\u0000?[\u0005~ggns3P\u0003\f?\u03feX\u0019~=A$f},\u0001\/\u0007]dY]Yu\u001btB\"T\u035aF\nKhM\u0196Gt\rN\u0019=L\"Ht\u0002$*H4\u0012D;s\u0003F\u0003\u0005F\u001ah$\u001a\"gha,\u001fJ>H\u0012\u0012\u0004!\u0453e$zm\u0010\u0184]y%6O!:Zr\u0012;4\u053cP%Ct)$\u0010\rD*\u0000\u0002D\u0003@37h :Ph \u001aN\u0001\u0006h_,\u0010\rD\u0003\u045e z\u0012:V\u0005j+Cl\u0016\u000eKz\u0019Z\u001fn\tv`IP2C\u000bS\/\u02be.:\u001f-]#,E\u0247\u02bc\"\u001fZ!'Dd#6 :e\u0014g\u0012\u0006C\u0015\u0000V\u0001h \u0699\u001b@4\u0010\u001d(@4\u0010\rD'\u0000D\u0003@\/\u0016\u0006hO\u0010\u0010=Y\u001dDq\t\t*\u0004r:\u0011Z\u001bqSI\u001c\u001a\u000eUC[\u0005\u01a1qhgn8t84\u000eP\u0003\u000eC\u043eX\u001c\u000e\u001d!^NWiY\u001cz\u001cCO\u001dZ\u066aPX@3k@\u0019\r\n\tS25\u001d\u001ar\u00118z3D#\u0461\nh H4\u0012\r$\u001a\u000e\u0014$\u001aF\u0013j@h$\u0017D#H'\b\u012cNuI\u0019\u047b\u001e\u000fX.vN2C}DC'L8t\u0002\u001c*84\u000eC;s\u0003\u01a1\u0003\u0005\u01a1q\u001aph\u001c\u001aguh\u000eKz\u001dZ\u001fn\tvpIPC\u000bSYcU\f{]\u0017YVm&\u0015GHw.:!6\u000fE)[RBC>\u00bc\u0001i8@4\u0010\u001d\u0000\n\u0010\rD\u0003\u0000@\u0001h :\u0006 \u001a\u0006}@4\u0010\rD{I z]\u0015.\u0010\u0016jD&OKVtI#\u001a\u001c:q\u0014g\u0012\u01a1C\u0015Vqh\u001c\u0699\u001b84\u000e\u001d(84\u000eC'\u0500C8\/\u0016>C+|Z:,\u001duh}%\u001c\t\u00a1'A\u000e-L=~z\b(\u0284\u0001dDWu\tAbFCNNo\u001fQKnSI$\u001a\u000eUD[\u0005Fhgn Ht H4\u0012P\u0003\u0012D#\u047eX$\u001aF=AH$fu\u0012\u07f9\/8#:,^\n\u075eU\u001d\u001a\u0011\u0005+sL8t\u0002\u001c*84\u000eC;s\u0003\u01a1\u0003\u0005\u01a1q\u001aph\u001c\u001athy1\"H\u0012\u000e\u0004\u0413\u001cz]kD\/\ft[\u0015fykSlU#}\u0004[\u0015L8t\u0002\u001c*84\u000eC;s\u0003\u01a1\u0003\u0005\u01a1q\u001aph\u001c\u001aguh\u001el\u001d:>H\u0012\u000e\u0004\u0413TZcAwC\u000e>u<\u02ea>\n\u045a\u000e%u\u001fQw\u000e0z3C\u0421\nph84\u000e\r\u001c\u001a\u000e\u0014\u001c\u001a\u01a1\u0013jqh\u001c\u0017C\u0561EtX: uK8\u0013CO\u001dZz8#CV\u029d\"j\u000bvSI\u001c\u001a\u000eUC[\u0005\u01a1qhgn8t84\u000eP\u0003\u000eC\u043eX\u001c\u000e-M=[\u0550\u0010\u04c0\u05e1C\u000bc#:>H\u0012\u000e\u0004\u0413d\u0016BB\u000ey5\u042dc8t]wm)\f\u01e13(phE\u001cI#:m8t)$\u000eC*C837ph\u001c:Pph\u001c\u001aN\u0001\u01a1qh_,\u000e}VjHiA8\u0013CO\u001dZzC2\\CY\u06f40XSOKi)\u000eXR\u0011E&\u001c:a\u0014g\u0012\u01a1C\u0015Vqh\u001c\u0699\u001b84\u000e\u001d(84\u000eC'\u0500C8\/\u0016>CLY:,\u001duh}%\u001c\t\u00a1'A\u000e-X\u03a1*8t\u0017U}|hM\u001cI5\u0011u\u001e\u0005;t)$\u000eC*C837ph\u001c:Pph\u001c\u001aN\u0001\u01a1qh_,\u000e}V\u04b1^\u0007[\u00a1 \u001cz\u0012Cm\u001c])m88uvg^\u316f\u001cZ\u0461.FR\/\u0621GOq&qh\u001c:T\u0001\u000em\u0015\u001c\u001a\u01a1C\u0401C8tB\r84\u000eCbq:0\u000eKz\u001dZ\u001fn\tvpIPC\u000bS\/\u02befSs^y'3l|\u001d_U\u001d\u001aCD%~\u0005}N\u001a=Ls\u0002*3>;s\u0003}F\u0003\u0005}F\u001ag\u0019}\u0162g\bo\u0015s\n\nA\u0013>OYk\u001e+\u0001b\u0017\u0313y>=D\ubb0dM\u03ab\u0232VNhE\u001cJ5\u0011y\u0006{\u0017\f8@4\u0010\u001d\u0000\n\u0010\rD\u0003\u0000@\u0001h :\u0006 \u001a\u0006}@Y!Z_aX\/D-\u0001N\u0010\u0010=\tZ\u0006.\/\r+2\u0016\u03f5yow'IVthM\u0016\u0017\u046393\u001c\u0000}\n>@@Ag9\u0006\u0019}F}YYd\u0018\u02c4c\u000fR>;A$(YAL6u\nx vM}\nt\u0221T\u0013a\u07afSI \u001a\u000eU\u0000D[\u0005\u0006hgn\u0000@t\u0000@4\u0010P\u0003\u0010\rD\u0003\u047eX \u0010F0xO\u0019#-\u0001N\u0010\u0010=\tJV%\u001e\u05fcf\\^\u001atQ\u0016M\u0017\bGaL\tY\u04e1v\"\u001c83\u001c\u0000}\n>@@Ag9\u0006\u0019}F}Yy^,\u001dg}%\tB'A[%\u000bSleTfI\u000e#}\u067b\u0011\u001f=\u0159\u0121qP\u00058Uph\u001c\u001av\u0006\u000eC\u0007\n\u000eC\t584\u000e\u0161\u0221c\u000e\u000fRC;A8$(\u0661\u0017e_\u0005m4Z\u0018\">w]N\u0015Cvy\u012f\u07f6\t'I\u0019}\u000eU>[\u0005}Fggns3P\u0003>\u03feX,&\u0001Z&\u0006,>IP>\u000bb\u0002^p\u001atYVMECtYU&,\u0006\u045a\u000e)u\u001fQ\u0003\u04498@4\u0010\u001d\u0000\n\u0010\rD\u0003\u0000@\u0001h :\u0006 \u001a\u0006}@Y!Z:6\u000fKz!Z\u001fn\tvIP2D\u000b\u001bK\u0017\u0006]6mS7\u049eS}n\u001b\u0013(\u0751\u03ca\u000e9~j\"\\mCGOq&g9T\u0001l\u0015\u0019}F>\u03c1>sB\r3>b4m\u0013>H\u0012\u0004\u03d3 \u04a0I\u0150\u0006=\u001cF\u001a0 \u001a\u001f\fD?\u0000@4\u0010o\u000b\u0006h :2 \u001a\u0006h A\b\t\u0016\u000fKz!Z\u001fn\tvIP2D\u000b+\u0013&A[m!tjU\u02f3\\JNgM\u0180hb\u00164\\~N\u0018=\u0159P\u0005Ug\u0019~v\u0006\f?\u0007\n\f?\t53\uc2c5\u0011*\u001e\u0014o\f\u0010~\u001e\u0007\u03d3e9\u0017-<*L\u06ba\u0003\u067f(O\/C\u000e \u000f:q\u0014g\u0012\u0006C\u0015\u0000V\u0001h \u0699\u001b@4\u0010\u001d(@4\u0010\rD'\u0000D\u0003@\/\u0016>+D\u03cb\u0018c\u0010\u000fR\u0004D;A@$(\u0019\u00059\u0016\u0203\u06ac4\\uII\u0003&<+i83\u001c\u0000~\n\f?\u0700@g9\u0006\u0019~}YYcPX: uK\u0013\u0004?OR\u0013nWc\u0012:qi{CCY\u0016)th,}yFOq&qh\u001c:T\u0001\u000em\u0015\u001c\u001a\u01a1C\u0401C8tB\r84\u000eCbqs:n#e\u0014k2J\u0018CpI\u0016\u001dY=>{9o\\O\u0006}N\u001c=\u0159DP\u0005Ug\u0019}v\u0006>\u0007\n>\t53E\u03eaZ\tKzU\u001fn\t}vIP>\u000bSol_Z\f:{y5N{Gar1y\u6ce4+!NchE\u001cH#:\u0016H\u001c=\u0159aP\u00050U`h\u0018\u001av\u0006\f\rC\u0007\n\f\rC\t504\f\ud2c56T6\u000eKzU\u001fn\tv`IP2C\u000b<\u000fK6mSKk:O\u067c\u07d8S$Ak:4>w2zDP\u0005Ug\u0019}v\u0006>\u0007\n>\t53E\u03ea\u0533MX\r\t1\rxY @y\u001c>OgvI\u0405y\n)YKKchE\u001cH#\u0698=.GOq&ah\u0018:T\u0001\fm\u0015\u0018\u001a\u0001C\u0401\u0002C0tB\r04\f\rCba2tjm\u001c>H\u0012\f\u0004\u0413d\u0016\u063e^\t[]\\\u0016tk\u0012~023\u0019)Y\u04e11\u0011.f\u0015SI\u0019~\u000eU\u0000?[\u0005~ggns3P\u0003\f?\u03feX,.jt[Ag'\b~\u0004%\udb8f\udc3c\u063e\u0004,2\u000fYeW<\u040a\u000e9GH8z3\tC\u0421\n`h04\f\r\u0018\u001a\u000e\u0014\u0018\u001a\u0013jah\u0018\u0017\u000bCEpX: uK0\u0013\u0004COa-\u0005c'A7l4}VthMM\u0012t)$>*@>37g9Pg\u0019}N\u0001}Fg_1y?s?\u0758\u0019_\u0000>5YyF\u001foB\/\u02f3<_>AL\u0013_\u000fW\to~u?fN\u000f7w\u001f\u01fb\/~\u000f_'B\t\u0010B#o\"l\ue19f[j(~\u0006}x+2cG;\u06c171=>_RL\u001f~\u04d1\u0019o\u0011|.\u0015G\u06d0K\u00113\\\u0676\\p^\u001f?~\f\u0016$\u00175u)\u0017uE=\u001f\u000243w={wqrV|uKZl>|N?}?\u03ff}|?s\u001a{M-$\u001evY|0\u0014}0`\/\u0015y-~3o8s9mzX\u001f\u000e\u0010\u03f7\u001c\r+>\u0017c\u0716yySX\u001ek\u03a0!s>zfR\u000e8H\u0727\u0013Az>XEO\u0010]\u0007\u0017\f\u0002\u000b=T\u0340bBTqOT\u0003U\u0013_o>\u000b6\u03e8\u00aa\u001f\/]\u06cfw3GsWLx{?s\\\u04d7\u001eW;}???&f\\c\t\u0010\u05df>|y\u0017b\ubfd8I\u03f79~W'h#}|p\u000f\u0019\u000fryiukR?\u001eykx\u001b\\3z!k8xmo'\/\u0005q\t\u0017E\u07d7q\t\/9\u07a83&F=F-\\=o\u045f>\t*?&<\u001d\u000f\u001eGS_\nx|z\u01f8Fd\u01cf\u0007s_xyj(^;\\%Iww\u0015w\u0015ww\tx!x9x(\\\u00148\u0004Fu\u04e8>ED\u0770<\r+\u000e\u001dR;N+@8=P\u027fa_?\/f{]\f\b)\/s\b1}OX0\u0010~\u001b\u0015o\u0001'c._DZ\u0017[Z7\\W\u000f1|rM\u0018M!\u05a07(\u001f\u0015aA>i\u0019L\u034d\"N1}ZPw'<\/D=dlx?$\u609dp\u001fpKfn&s_\b-v\u0012?QP(jn\t7?\u071a1;\u001an\u0017'G\u0018D}9Manm3\u0014v7\u0005r+\u0015:+ :n\u000bx\u00bc:n ]\u07fe\u05c5d\u292f\u0013Qzwyy<}a\u001e\u001fu_\\\u000fwKy\u0016\u000fK|\u0007\u02b3\u0012y-A|\u001fu)\u000f\u0017OXCbk]8o\/ >\f{`\u001fJ\u001f\u0015f\u0017:]\u0001l<\u0004(a\u0017\u000b?o63J\r\u000b|_f\u0001A\u001e\u0002t7\u001dO\/\u0019\u2fdaX3\u010a\u0005rv\u06c2\u0019\u0002r\u0018\u001dw\u0552\u00ca\u001drv\r\u001b\u000eKJY!t]\u036d'\u000f-4^|[ie\u0012TuK-\u0109gos\u0017|Z8\u000e\u001fp\u001a>{\u0006E{\u04c1?\u037f?f]Wj\u001dc1xDJ<\r]q\u000b\u000f^w\u0683Wn~]D\u0017!\u000f_%w\n|\tns\r po\u0000V~\u001b)$}7\u0000~\u0007;.gV#us%M1V|7\u0005(s[\u001e\\\/7-\u07d71z\u0003s\u000b\u075fkt\u001fE4w\\_o`\u001eY\u0164L^U>5A^z\u0006\u001eD=H\u001bq|e#26\u26bdX\u001f\/e{\u0015_\u04bbE5_NElw\u071dd%\u001fw\u0397t%\u000b\u0015Rs]'@\u07f0j\u064b[>\".OK\"fs\r7{i{\u47ab~n\u06bd}n;M<\u03ff|y7]q7n>z\ud587\\v\u02f8~\u000b\u5b47\u000bxr\f!-\"\u0002}=y\u0015c2},t\u0016\\\u00d3kfeXm\u0011\u001f\u00179fg$\u0014?9\ufa3by~QY~6\u025bGo\u001e\u0001zP,\u0013\u00046?O>\u0003\u00f8\rF|NdDf>K.4#S4\u0004\u0378L\u0376=\t~\u07afxTyTp+8m\u06fd:nB\u001b@\u07ea\u01b1._j\u049f\u0016.Z\u02af3^\u00a5g\/\uae5f_\u989e\u0016.\u000bVo\/E\u07fb\"\bLW\\%tU\u03edrWxjv[E}\u01a7rK\u01cb|\u0012[\\}W\u0002\u0005~)h\u0005~9?e\u0015 B>HIh]\tUzu\u0017w-p>0\u000b\u000b[I\u1eaf{\u0001[\u000fJB\u6295\u0018<%m\u0005\u03d8\u0010Bs}6v\n|\u00dcn\r\u0002to\rG\u001f\u001b^]_5B\u0017S^\u02c6_8aI\\v#\\\u05a2sA\u05ebnu_\u052b}{\u01bb@\u07dcX\u0017\b\u0017%\\\u061a6~=ia\u0147\u0004%\u0002|Xj;|\u001eG\u001fP\"sux\u0015 V\u001c\u001cG]\u060as-`|\/\u00b4]\u00cf,tNx\u000b\u01ca\u0017W\u0005R\bJybzZgO^t~l b:WgUU'\u0307{nRbWGUjrK;=c1\u03f4w0~A7b\u0017I\rsw\u001d\u03f8\u0006[iLq\u0357[>a?v\u0012\u001fK\u061a^sD\u0000r(\u0688vns~<\u032d\u075e\u0731 _of\u000f\u03c7n|F3\u0003av,=A\u0626X01?\u001eN\u001dQ>\u001eNx?\u0015\u0017}QH\u0017)\u0000?E\nu}y\u0017pU_?\u001d\\\u00f7~\u066fU\nSO\u02fb\ud854\udff45\u0015\u1afc\u0005,eAs\u0004\\\u00060vn\u0000\u0011_o\u0000{\u0002\u0000Un\u0002p\u05e3\u0004Nl\/& ]\u060f_+_%\"\u0000m_u\/c~]x[Z1pv9\u001a+\u03f7_?\\\u0006k;\t_\uefca9S)}\b_Fg\u7d68,\u06eb}j\u0005WC\u000f[{=oJ\u0327)\\}_XL~3u?\u0013`?~~\u000b\u02ef\u0016^{\u070d.\u001f;KR\u02b8?\u00e54c\\Jg\u0002J+?\u00075?\uf72b:\u0147\nU?Wvj\u05b0`WCCfn\u032fz\u0013\t\u001b~%MD\u0018?rruy?r3p\u0012q\u0012Ws\u0012C\u00019'\u0004]=I\fI,8'qOb\u001c]\u01fb6q\u031bh\u0002\u05ff>\u04a9\u001dsm)`}|=3?J~\u0012>\u0017*UzfZpP\r~\u00e8oW\u00964StRK\nv\u03a4\u0012%G]J\u0017)(Q_?\u0015\u0012m}}\u02c7$W^\u00f3G\u001e\u00129%ff\u000f\u05ff&:ofy\u00e7\u0005{{\u0757?MsF{\/wT\u0767?M?\u001e6s\u001d\u000ff\u001f\u0002\u076f_jC?|1{]O\u07c8|O\u001f\u001du\u06ff_{zaN\ue6ef?=\u001cf\u0006\u0137PK\u87ff5w1J4M}n[b8\u0010{4\u0000}\u02c7\u001f?p\u0013\u001e\u001f>|_7\u05d7\u001e\u0007W\u00105\u001f\u000f\u0007c\u001c:o7f\u0010\u02f7kBd1P\u7279G\tS\u0001\"\u000b|\u0011\u0620{bxX='\u001e\u0011O\u0007\u001bno~r{p|2| |R\\>~m8\t\u031fx\u03f7?{Gc_81]r\u06dfo~i6W~\u03f7o9\u0719\\CL>aN8I\u025cC9?Z7_n.L5\u035d!_LfR7\u0007pb~:+C\u055a?N;\u0000o\u0011D\u001f\u001c\u000e?|(<\u0016N\u000fOSQ_'g\u000fS2|\u00bf*~#]\u001by\u0006w\u0000\u0007\u000f<._U{}lp]\u0757\u001b;Pg_DOe!\/\u000f\t)v\ubdffO\u0141\u0227|J\t\u03ec\u001d`=\u77b3\u000bQf\\dJjL\u03aa>_5\u001a\u052e<\u001cTYo19\u000ffB\u0015YM\u0017L\u0018]}CC\u001dF.\u0015Hu8]*}.\u0010\u0007\u0377\u0014\/(fP-1oEtg^n^\/|\u001fr4\u0014k\u001c\n|\u0005\u7fc8k\"2or7?}1o?\u0016x\r\u0017<_\u0767\u000fx|Lo_zcl\u000fx*\t\u001biC\u001dAofvW\u001dRRTCx\u001b\u0142`\"5W\u000f_tc$o\fV\u00197\n|>\u0017>\u0005\u001d=dfey\u001d\u02af\u0010M\u051fo|\u00184\u001f\u0dcfo8\u00117NsV=~\"~\"xpP=5\u001f\u0019\u049f\u0017\u000f\u000b'\u0005c\u0019AE(.\u001e\u0773A\u0018?\u0015\u0004\u059bM\u001c\u04f4$|\f\b?\u0003\u001e\u0000QWsL|WK\u00057\u0012\u0510T !?w \u000e\u000f\" \u0006\u0017vs,ss&%_irqnN\u04d5+qs\n Q?m\u015b\u0003er=8tu\\\/<\u000eG\u0005\u0016_BW\u06d7pL\u0006j)Zc^Kv[j}}\tWjpjWK\u068ez\u02f9bG+\u0765pzW\f\u0005t6ZvJ+ssjVzsvnO\u0676^F-Rer}<\\?\u0006}B\u05fbo||OT6D+\u025fZ'S.\u0018\u02a7\fojuA\u0010\u06cf7vQ\u0010.\u0019b\u001e\u0012A\u000f9\u0599B,\u0627Z\"2j\u001c]G\u0728\u000fATkUGgQGQG\u0017QGQGWQGQG7sGxwO\u001f>{0\"\u0018Ezh\u001eZ\u984d\u0018CHf\u0013\u0003\u0507qY\u0010\b\u001d\n>knw9_\u001b^\u000b+'Ry'd\u0454Y{\u001f\u0004_\u075fo?:nO\u7ecf-\u000b~\u001cS<\u0007\f\u001f|\uedfb{g\u05fe5\u0014\u0003c\b[~`x\u001c\u0016:<\\YG+\u001e>[G\u000f\"po}U-wy5[\u001fv\u00060\u024f0.ft\u18d9V\u0016\u0003o~)f=\u03ddg\u07bc=\u0017\u0016\/\u0007\u06ffFfu00K?]5MbTK_&Z%vU^f~K\u0011\u032f\u0015\u0012Kp\u0016!M^r\u001a-l\u0018x0LP~\"9\u0017G \u0725eSKJ*k$n\u070a)\u07b5R\u0004G^\u0019%nM\u0014i5\u0014q\u001d\u0014y\u0005'\u032ew2\u0489r\u0013yu\u0013&+\u032ee^D~Ip5K)[dvm\u0012\u076a$$DXdn\u0011#s+5_e\u0647I}\u03bfw\u0015\u0349>g?!.]D+I\u0014Y#\"E$\"?$&9$\u0019\"\u04a1\u034894kr(3|Or-vQ3\/&ir\u00169Sc\u0001T(wEZ\u001agx\u024eC]\u000fYS{\u0014y=Iz!S;X\u032d`\u0011Z\"n\u054a*bV\bQYbn]\n\u0014(\u00abP\u0004\u059fL|t\u04ad6]!\u0012J$S\u0006\u05cd]1b=yWq'O\u001f\u02ddV\u0017>R|~wGJRhtk\u3bfd*z|x_\u05af[x{Q\u000f\u0012\u012ev\u0002I\u02ba#\u0015U3\u000f|ki\/v\u0012\u0661\u0173\u001c9(!\u000f['5$\u00a1\u001fG\u0001\u0003G\u000fj>\u0003\u0015\u001fV>Oo5-\u05357RFb\u000baQh?\u00fdj{P]}E?4ecSm+\u06f2\u0356~h*_\u001b|W\u06c7.!*6)Li:|W\u001cSY\u07d3\u0007\u04efFMWL\u07fe~w6,|,\u02c5WD\u001fgJ;\u000fe;\u0517=\u0377O\rOe<\u000f7+[vv?7k\u0004+n+{x\u03c75ko{)oK?7s){s]o\uaf9d`\u001byI\u07d7o\u001fj\/kSkjy\u0018.\u07cdg[\\Ux3u9g\u000fq1wXsq\u001eS~\u001a3\u0013A\u075f\u0719\u001c~>=|?:j3|hsg~\u8bcf\u0161C]}6d?4\u001cFc;b}4W~)Ya-8'm\u001c,pGs\u035d\u001f4\u0003dvx?uBw\u001b}\u001bM\u001b;6k\u066b!e\u0006i\u0006\uf5db3\u0006\u071b'\u01cfPo<y>_\u0004rfox\u0007;\u000bn\u000bV\u000b}\u0016f\f\/'#_j\u0005a{\n\n\u027b*']\u0797J~<*fw+\u0013q{]=?F;]=M#}`t7p$'\u05b8[Sx_+ec\u0018\rqw\u0017\u0013^?\u001e#\u0012Xv+k\u3fca]=\u001517\u001fT\u001fo~\u000bN#gUWp\u001e\u0010\u0394|\\t\u98511w\r,c':\u000f-G\u001e\u001e\u6dddO\/6^hiv\u0018qP\u079eC\u00176a0}c!4$tg\u1bd4$y:Tu\u0006\u0005\u0019(?ON\u0018o|}9\u0003N\u0018R\r<$+:y3O\u0013q;ybnOge\u001ep\u0014\u00e7\u0722v]!\u0004=`\u001f\ue09f\u0002\";su\u001d\u05cf}*^\u0003\u0004\u0006DM71~\\*h]#'\u001d{SD};V@?\u0015:%Z\u001a=\u001a\n?|.5@*~2{}gMM|<}%\u07f3&a(\u0019\u000f\\[u- J\u000fA\f\u02ae\u02e7V!vmY?=UAk \u0018 1E(\/b(\u0010\u000f>\u0335\u073c\b\"#L_\u077e\u0747H\\cvnDgF3|?G9\u0010r\\~\u000b1lDo}\u07df$\b-OD\u0745%\u0708\u0679\u00117HX3Dy2{-[sHS1?Kv0Q\u0013C\tP<\u001d\u0011K\u00142WK]g8\u0005K|\u001ay3w\u03c8\u0004gMt\u0294OiLPH1&non\u001fm\rX_tupC\u0366\u0015X)'r\u0015\u001f\u0007O\u001a\u047ca\u001cnV!_c\u0208CS??vn_G]wP#c\u02dc\u0017\u001fWl\u0015\u0595\r\nAA\u0017hR\u0626\u0010\u0600o40i\u0010\u0006}J.kXV\u000bY&\u0013.\u06fa+\u0011HQhMwFF\u001czCC\u0005H]h$\u001av\u0006\u0012D\u0007\n\u0012Dkh$zC\u01ed X$\u001a^D\u0011\u0012m\u001e\u0012Cl\u000fUEA\u06f4,\u03cb\u0384L[t3\u001f^Y\u0013\u0011*\u000f$VuhDl\u0123\u0017\u0019=D\u001a>TH\u0005F\u0011ign \u0488t \u0488&\u001eF8Dz\n\"E\u0011tG\u03d1\u01afr\u0013i\u0000IA4\uda4f\udcf2hk\u0003\u01e4'y!K3iM\u01aaVLz\u00e41C\u0005]0iL\u001av\u0006&I\u0007\n&Ik1iLz\u00e4\u01ed`XL&-:aKq\n\u0015\u0011AX1\u068aA'Ah)5\u0015c_Bb\u0015\u0002@?\u001d@? \b4\u0002o\u000bF\u0010hE8\u0002@\u0001\b4\u0002@{@c_@b\u37c9A\u000f\u01e0\u063c;\u0014L\u0010\u00108\u0014Z\u04dd\u0011jz\u0011^`h$P\u0001\u0012m\u0017$\u001aFD#\u0441D#\u045ax$\u001a\u001eq+H7\u0016F#\u046c\u0018bm\u046c\u0018&UVfa4\"p0\"H#\u0488-D\u001aB\u00154\"\u0006 \u04884\"\u0003v}\"\u034a_I\u000f_Ib^UY1\u0015'a\u0498\n&Ic0iL\nVc\u0498\u001bIc\u04980\u923c`XI\u0005\u000bA\u0018m\u0160\u0453 4\u001a\u034a\/VY1\nF\u000eFU\u0010h\u0004\u001a@#W\b\"\u001cF\u0000\u0004\u001aFu \u03b1\/^Y1\u072aA\u0017j`\u0002^A\u0006+F\u0007B\\\u048a\u044aW=Vd#\u000e!H\u0002$.H4\u0012D;s\u0003F\u0003\u0005F5H4\u0012=!Vho,\u0012DGY1\u000f\u076aE|V\u06ba\u000fF\u07c2UlO\u0012\u93f3\u2c62+\u001b%\u0006\u000f\u000f\u0015vh8\u0699\u001bp4\u001c\u001d(p4\u001c!\u000e\u001e\u0002G{ch8z=\u001cr_\nH\u000f_7H\/\\tmfGgUQ;!mhM\u01aaFHz\u00e41C\u0005]0iL\u001av\u0006&I\u0007\n&Ik1iLz\u00e4\u01ed`XL&-N0FX\u001f7F\u0004[bh+\u0006\u0004-TV5]!L\u0289EwMVT\u0012`'H3#IUc#\n}C\u0011C\u0005\b]\u0010h\u0004\u001av\u0006\u0002@\u0007\n\u0002@k\u0011h\u0004zC\u01ed X\u0004\u001a^@\\\u37c9A\u000fg,fh\u0017,\u0017p\u0018\u0012D?\u001cD? H4\u0012o\u000bFhE8\u0012D\u0001H4\u0012D{@c_D\\\u001fE\u000f_w>REg:\u001dzM\u0007J\u001c\u000e9k\u001e+\u0011^d\u0010iDP\u0001\"m\u0017D\u001aFH#\u0481H#\u049axD\u001a\u001e\u0010q+7\u0016F#\u04ac\u0018mub+F]W1\u0015\u03724tYX\u0457\u0012Ic\u0487\n0i`\u04984&\rL\u001a\u000e\u0014L\u001ac\u0498\u0010I[M:\u0002ac&BB\u0010+F[1h$(Yi7&0\u02c5zn\u0018mTS,\u0019\u0308R\u0015\bC| h\bP\u0001\u0004m\u0017\b\u001a\u0001AC\u0401\u0002AC\u041ax\b\u001a\u001e q+\u00107\u0016C,\u0019gY2z?Gjc\u0473dtu=\nxcEO6\u000b\u001d\u0012D\u001f*@D#H37h$:Ph$Z\u0013D#C\u001c\u0012=n\u0005\"Hz$%P,Xnh\u0571\u0019.\/JxH\\2Z!gcE_6\u044b\u001e\"H\u001f*@H#\u048837\u0010iD:P\u0010iDZ\u0013H#C\u001c\"=n\u0005\"\u0488zD%\u0014\u001fn^l\u8aa83ltV\u0015'Y2Z!gcE_bK\u001e&I\u001f*Ic\u0498370iL:P0iLZ\u0013IcC\u001c&=n\u0005bg6ild\u04b1^\u0007[bh+\u0006\u0004%kF\u0017UW\u0097F\u0013.\u06ea\u0015~\u001b$\u044a\u038c$U\u044f(G\u000eF\u000f\u0015 vA\u0011h\u0004\u0699\u001b\b4\u0002\u001d(\b4\u0002G\u0011!\u000e\u001e@{c\u0011h\u0004z=\u0002Z\u044f&\u0006?\u001f\u0015=>:4kE?\u001cD#\u000f\u0007#*H4\u0012DB+$Z\u0011D#n\u0000\u0012D#:h\u0017\/\u046c\u0015b\u05dd\u000fZ._\u04c4s0]cW]I:C%4}\u0648G\/2z4\"}\u0000\u000b\"H#@\u0011@A\u0011iM<\"H\u000fq\u0015D\u001bH#\u0011iVRLMz\u0015]u\u001b\u0018feg\u001aVVtYX\u0457\u0012Ic\u0487\n0i`\u04984&\rL\u001a\u000e\u0014L\u001ac\u0498\u0010I[MZG&-\u001d5i}%VbIPF\u000bnL`2\u001b\u0017\u0471[\u0017v][Hx\u0011[=\u0608=p\u0010gP\u0001l\u0017\u0019qF8#\u03818#\u039ax\u0019q\u001e\u0010q+7\u0016qF#\u03ac\u0010gb\u0240]P\u001fBtrtz\u00aa*\niK43TEO6c'\u001f;$\u001a>TD\u0005Fhgn Ht H&\u001eF8$z\n\u0012EH4+G?Xu\u05b1]t\u001ert\u077feBVVtglD\u0017\u0018;$\u001a>TD\u0005Fhgn Ht H&\u001eF8$z\n\u0012EH4+G?Xu[b+GgeYdEgUkjiqhM\u027dl\u0123\u0017\u0019=D\u001a>TH\u0005F\u0011ign \u0488t \u0488&\u001eF8Dz\n\"E\u00114+G[)&?|&J\u001dU\u075aO\u0007)yTGk^Sf\u9433\/[1%F\u000f\u01a4\u000f\u0015`v1iL\u0699\u001b4&\u001d(4&\u01e41!\u000e\u001eI{c13p\u0007\u0018t\u05e4AX9\u068aA'A\u001a-L;wh5o\u0018\u00ee=E+:,8!c#\u000e}\u00e01C\u0005\u0018]0h\f\u001av\u0006\u0006A\u0007\n\u0006Ak1h\fz\u00e0\u01ed`X\f\u001a~\u0006-kfBC\u00184h\u0019jFy$\/\u0012jb0oD\t\u058cVuhlD\u0017\u0019=4\u001a>TF\u0005Fhgnhth&\u001eF84z\n\u001aEh4;\u0018>xpTH\u0005F\u0011ign \u0488t \u0488&\u001eF8Dz\n\"E\u0011t\u0017%RJo8\u0016*\u0010#\"=\t\u06a6HU\u026b:\u001f!Gm\u02aa$ZHwr\u0016BRC,_M_6\"\u048b\u001e\"H\u001f*@H#\u048837\u0010iD:P\u0010iDZ\u0013H#C\u001c\"=n\u0005\"\u0488zD:#v3LW4\u0164\u0760mR+Hgis0\u0352yL\u02d2thFLz\u00e41C\u0005]0iL\u001av\u0006&I\u0007\n&Ik1iLz\u00e4\u01ed`XL\u001a^I|V\f&=\u03d5']\u0014yb5,_\u0001o\u04aa\u000eTU\u0557\"Ic\u0487\n0i`\u04984&\rL\u001a\u000e\u0014L\u001ac\u0498\u0010I[MZ\"D[S1\"HLZ?\u0018U\u0586))BCh4(Y\u001e\u0013+\u001b#m\tLS\u01bc6b\u001diEw)l\u0122\u0017\u0018;$\u001a>TD\u0005Fhgn Ht H&\u001eF8$z\n\u0012E\u0017)\u04bdh\u0012-4DO%ZwL`\u00ba\u0017\u0775\u043b%\/=D:4^\u0001Y\u04d7X\"F\u0447\nhh4\u001a\r4\u001a\u000e\u00144\u001a\u0123h\u0010F[Ah4\u001a\u001e\u0016\/Em\nG\rFCh\t\u0006-\u0019u::\/F\\\u00034ob6uFk3TMO6b\u000b\u001d\u0012D\u001f*@D#H37h$:Ph$Z\u0013D#C\u001c\u0012=n\u0005\"Hz$.E\u0006|!DO\u024c~%,78E7M\u06d8\/\u0019][ijt\u0015m^\u0000U\u001d\u001a'j\u0011^d\u0000i@P\u0001 m\u0017@\u001a\u0006\u0001H\u0003\u0481\u0002H\u0003\u049ax@\u001a\u001e\u0000q+7\u0016\u0006\u0003m\u0004HG\u0010[t\u0015An6<\/:\u0013\u00109\u02a2MUv9\u001a\u0017FZz&qhC\u3d4f5}\u0648H\/2z4\"}\u0000\u000b\"H#@\u0011@A\u0011iM<\"H\u000fq\u0015D\u001bH#\u0011.JZp-U FDz\u0012Pqy\u03ab\u05bc8WO&+X!0jII\u049a\u000e|5}\bI\/2z4$}\u0000\u000b$\rIC\u0700!@!iM<$\rI\u000fq\u0015H\u001b\u000bIC!,0_&\u0004\u0016v&\u001aYm^\u001bwlt\u0017y'ARCD_M_6b\u048b\u001e&I\u001f*Ic\u0498370iL:P0iLZ\u0013IcC\u001c&=n\u0005b\u0498LZb#Zf0i\u0012fKI\u0017ENZ\u00155\u98a8\u03a4\u0010\u0013LZ\u0561\u0011^d0iLP\u0001&m\u0017L\u001a\u01a4Ic\u0481Ic\u049axL\u001a\u001e0q+7\u0016>I\u02c1ZR_D\u04d9~0HI\u0016\u001aBAdH*o\u0017#]UErt\u0014YYJ;\"dH+3NUd#\u0016!H\u0002$.H4\u0012D;s\u0003F\u0003\u0005F5H4\u0012=!Vho,\u0012DH\u0016w:DK!\u0453d\u0016h\u0651hae\uf2c5<\fi%\u0002Ya^\u04e5K;i\u0001iMK k\u0011^dh8P\u0001\u001cm\u00178\u001a\u0001G\u0441\u0002G\u045ax8\u001a\u001eq+p7\u0016hM\u0019\r\u0001h\b-\u0001 \u0016>G=?\u0016\u001c]eW\u0004OhMwFF,zCC\u0005H]h$\u001av\u0006\u0012D\u0007\n\u0012Dkh$zC\u01ed X$\u001a^D\u0011\u0012\u0765\u0600o4iB\u01cbSt\u04f4y>yU6]),I\u0004t:4Ne#\u001c\u0001\u0480\u0002@.4 \rH;s\u0003\u0006\u0003\u0005\u000654 =\u0001V\u0000io, \rH\u0007\b6v\t!W*\u0760\u058d&y\u0559|u\u0019N8\u000b\u04c53H$\u001cxcM_6b\u048b\u001e&I\u001f*Ic\u0498370iL:P0iLZ\u0013IcC\u001c&=n\u0005b\u0498zL2i7\u0010[\u0003@$h4ia\u034aI:Z\\T\u0000I\u0005!ign@\u0490t@\u0490&\u001e8Hz\n$\ud345!tGlir\u0013i\u0002\u000bJA\"}J6\/,EQ\u001a\u001f\u001a`\u000eU\u0189l\u0124\u0017\u0019=L\u001a>TI\u0005\u01a41ign`\u0498t`\u0498&\u001e\u01a48Lz\n&\u016415&G0i`\u04d8%J\u0364\u0017\u02d3.hKy\r6\t5\u001d\u001agj\u0011^d0iLP\u0001&m\u0017L\u001a\u01a4Ic\u0481Ic\u049axL\u001a\u001e0q+7\u0016>IG,V!\u001e5\u9535*$\u0016TD\u0005Fhgn Ht H&\u001eF8$z\n\u0012EHt\u001d1\u001a]D\rFCh\t\u0006mSm\u0333\u05cb+\u04169fFWmw\u0000I\u045a\u000es{5}\u0648F\/2zx4\u001e}\u0000\u000b\u001eG@hM<\u001eG\u000fqx\u0015<\u001bG6b42q\/p-U\u0010i7h5\u0005\u00177,\u03cb\b&m(\u04a43s]v=\fU\u001drW?\u0011^d0iLP\u0001&m\u0017L\u001a\u01a4Ic\u0481Ic\u049axL\u001a\u001e0q+7\u0016\u01a4c]I\u000b\/\u0010[\u0003@$h!^6y\u055a\u0017i\u016ehkv\u0014I\u016e*\u0013N!iUFFHz\u0443!C\u0005] iH\u001av\u0006$\rI\u0007\n$\rIk!iHz\u01ed@XH\u001a^\u000fIgy\u010ei*7&\u001b\u0365;ZD:\u06aeI=M\u037b^!|1&8W\u04d7\"Ic\u0487\n0i`\u04984&\rL\u001a\u000e\u0014L\u001ac\u0498\u0010I[4&&\b&\u0019Lz\u001a:~;\u0016K.hEe\u00156\t\u00125\u001d\u001aj\u0011^d@iPP\u0001(m\u0017P\u001a\u0006\u0001J\u0481\u0002J\u049axP\u001a\u001e@q+7\u0016>\/J\u0011(\u001e\u0188 uKCi`T)\u001bH\u000b\r\u04e0T\u001d)ZD\/ts]GIZ;\u0014=\u0648D\/0v84\u000e}\u0000\u000b\u000eCq@qhM<\u000eC\u000fq8\u0015\u001c\u001bC\/\u04a1{\u001cZh\b\u0006-\u0002^CYe!\u0004:i6HCcNe#\u0016h\u00024.h4\u001aF;s\u0003F\u0003\u0005F5h4\u001a=\u0121Vho,\u001aFGKcb\u0003\u0010Z\u00a3AE\u04a3\u06bcg\u001c]5\u0016LhMwFF,zCC\u0005H]h$\u001av\u0006\u0012D\u0007\n\u0012Dkh$zC\u01ed X$\u001a^D\u0011\u0012\u0765H\u0600o4i2\u0012jayn1\u000f'_0\u06bcW\u0014m[FQm\u065c$5Z\u04e1qr\/\u001bEF\u000f\u0006\u000f\u0015\u0000v\u0001\u0001i@\u0699\u001b4 \u001d(4 \u0007\u0001!\u000e\u001e\u0002H{c\u0001i@z= Ft&\u001b\u000e\u0005J\u0001IALL?>\u00a2YkNq\"Y6E&\rq\u04b2\u045a\u000eLU\u0557\"H#\u0487\n\u0010i \u04884\"\rD\u001a\u000e\u0014D\u001a#\u0488\u0010H[A4\"\u001eDZ\u017ao8\u0016*\u0010#\"=\tZ(IZ0I:Z\\T\u0000D\u0005\u0006hgn\u0000@t\u0000@&\u001e\u00068 z\n\u0010\u0005\u0017\t\u04bdh\u0010-4\u0004DO\u024b\u0016\u000eXN4\/\u001eGyY\u0013\u0561\u0408SU}\u0648E\/2zh4\u001a}\u0000\u000b\u001aF@@AhM<\u001aF\u000fqh\u00154\u001bFhR(7\u001ab\u0003\u0450C'A\u000b%F\u000b'bAUM\tc5WK;5\u0019y'\u001b\u0005\u000e\u000f\u0015@vh(\u0699\u001bP4\u0014\u001d(P4\u0014!\u000e\u001e\u0002E{ch(z=\u0014]GPtBb\u0003\u0010ZA\u000b-\u0019-\u00144mc\u001eOdtn>\u0016\u033bdFMe\tVPuh\u076bF8z\u0003\u0001C\u0005]\u0000i@\u001av\u0006 \rH\u0007\n \rHk\u0001i@z\u0003\u01ed\u0000X@\u001a^\u000fH\u0011 m\u001e\u0012ClU\u0004IAK-\u001b-&+\/\u0519p\u0001\u001daj\\ptpt\u0598\u0017?{I+Gk:4^X\u04d7\"Ic\u0487\n0i`\u04984&\rL\u001a\u000e\u0014L\u001ac\u0498\u0010I[4&\u001eL:e8\u0016\u0000+\u0007&\u0006-&\u000bIUk\u079cI\u0017\u066e*{@I\u0017f.We#W'C#UUe#&a\u0498\u0002L.4&I;s\u0003\u01a4\u0003\u0005\u01a454&=aV0io,&I\u01e4TI\u0005\u01a41ign`\u0498t`\u0498&\u001e\u01a48Lz\n&\u0164l\u0011\b+\u001e5\u0014(OfR7LI\u0016\u001aBAdH\u000bw\u0350nN4AmLI\u044a\u0013|\u0015=\u0648D\/0v84\u000e}\u0000\u000b\u000eCq@qhM<\u000eC\u000fq8\u0015\u001c\u001bC\/\u04a1{\u001cZh\b\u0006-F!:k\u4c13p%:]'P\u0561\u0011^dh8P\u0001\u001cm\u00178\u001a\u0001G\u0441\u0002G\u045ax8\u001a\u001eq+p7\u0016hQYo4\u0006|!\u0000HOH>G7#~\u0011My'\ud460\u045a8U\u04d3X\u0002cD#\u0447\nh H4\u0012\r$\u001a\u000e\u0014$\u001a#H\u0010D[AH4\u0012\u001e#$Kh\u0001h\b-!\u04e0F7M\u06d8\uf4ef\u00187M\u001d\u001am^\u001b\u02ba;.\u000e{5}\bG\/2z4 }\u0000\u000b \rH\u0003\u0000\u0001@\u0001\u0001iM< \rH\u000fq\u0015@\u001b\u000bH\u0003\u00016\u0002\u0363]p-U i7h!&y\u0559\u001e\u0011\u058dZ\u000b$?]8:TI\u0005\u01a41ign`\u0498t`\u0498&\u001e\u01a48Lz\n&\u016415tpt\u0280`k5W^ntUTety(]UEg\u001eUN(8W\u04d7\"\u0007J\u0487\n@i\u04a04(\rP\u001a\u000e\u0014P\u001a\u0103\u04a0\u0010\u0007J[\u0001QZJX:\u058b uKCi`T)\u001bH\u000b\r\u04e0d\u0016\u0592^*I:5i*<3yP\u045d|l\u0122\u0017\u0018;$\u001a>TD\u0005Fhgn Ht H&\u001eF8$z\n\u0012E\u0017)\u04bdh\u0012-4DOh!r\u001d:o(s0bW\u0013i\u0418S5}\u064aE\/1zh4\u001a}\u0000\u000b\u001aF@@AhM<\u001aF\u000fqh\u00154\u001bFhR\u0626p\u0600o4i2\u001e\u057c0\/\u07351\u044d\\uU:4\u0019q'\u001b\u0005\u000eF\u000f\u0015 vAh$\u0699\u001bH4\u0012\u001d(H4\u0012G!\u000e\u001eD{ch$z=\u0012-.E\u0006|!DO\u0016ZcmKF7M\u06d8\/\u0019md\ua9aeb\u039b_O\u001a8W\u04d7p\"\u0007H\u0003\u0487\n\u0000i\u0000\u04804 \r@\u001a\u000e\u0014@\u001a\u0003\u0480\u0010\u0007H[\u00014 \u001en#@<%\f\u0602_\bv\u00160\u0013,X\u0724<\/:\u0013xIgYk\u001e8\u03c6IgY\u053d\u0014Vuhl\u0124\u0017\u0019=L\u001a>TI\u0005\u01a41ign`\u0498t`\u0498&\u001e\u01a48Lz\n&\u01641t\u0017e\u0012Cl\u000fa\u0493\u04a4Fy\u055a\u0017iE\u0595e]\n<\u0014i\u04aa\u000ePU\u0557\"\u0007IC\u0487\n i@\u04904$\rH\u001a\u000e\u0014H\u001aC\u0490\u0010\u0007I[4$\u001eIK\u06d6bXI-\u03a4Qlo\"-4FO5Z\\2\u001f0l\u0014&k\ni$3TEO6#'\u001f;\u001c\u001a>TC\u0005\u01a1qhgn8t8&\u001e\u01a18\u001cz\n\u000e\u0161q\u0017\u04bdh\u000e-4COYcmY\u044b\u0459G<~C.+\u0014:4\u001d\u001a5F,zCC\u0005h]h4\u001av\u0006\u001aF\u0007\n\u001aFkh4zC\u01edX4\u001a^F6\u0006|!GOX9\u001eTy^i\u0013Ek3TMO6b\u000b\u001d\u0012D\u001f*@D#H37h$:Ph$Z\u0013D#C\u001c\u0012=n\u0005\"Hz$.E\u0006|!DO)M6EE\u079a\u001a)\u0665(lNC#PUe#\u001ax\u0002<.x4\u001eG;s\u0003\u01a3\u0003\u0005\u01a35x4\u001e=Vho,\u001eG\u01e3\b6v\t!W*B\u0760eD\u0016l[XG\u047f\u0673XGQ7U\u045eb\u000eMMh\u0011^d iHP\u0001$m\u0017H\u001a\u0001IC\u0481\u0002IC\u049axH\u001a\u001e q+7\u0016C]\u0014I\u000b\/\u0010[@$h!\u0016\u0016P^5\/\u9ce4F\u0018itv.;\u001d\u000e|5}\bI\/2z4$}\u0000\u000b$\rIC\u0700!@!iM<$\rI\u000fq\u0015H\u001b\u000bIC!L*7&\u001b\u0355;\u0016\u04f0\u024bl\b=Mn2S&8W\u04d7\"Ic\u0487\n0i`\u04984&\rL\u001a\u000e\u0014L\u001ac\u0498\u0010I[4&&\b&\u0019Lz\u001a:jtyf}OL]^V'0iUFFLz\u00e41C\u0005]0iL\u001av\u0006&I\u0007\n&Ik1iLz\u00e4\u01ed`XL&-eR,\u001d5i}\u04d9~0\rSRiPF\u000b\u04ce\f#Ax\u0002mmX\u0015Y&>f;|rO6\"\u000b\u001d\u000eC\u001f*C837ph\u001c:Pph\u001cZ\u0013CC\u001c\u000e=n\u00058th^{4\u0016\u001a\u00a1A8]Cg]NH\na\u001eRVth\u0584\/\u001bEF\u000fF\u000f\u0015vAh4\u0699\u001bh4\u001a\u001d(h4\u001aG!\u000e\u001eF{ch4z=\u001a-^V\u001f\u0014\u0016\u001b\u0012\u001e=\rZ\u01a3_I\u000bU\\HU, ]]\u0016\u009f\u045a@U\u04d3h\u0002cEc\u0447\nh`X4\u0016\r,\u001a\u000e\u0014,\u001acX\u0010E[X4\u0016\u001e#,Kh\u0001h\b-a\u04e0m4mcObt?k4\u001aY\/i\u000fSVtYjB\u0457h\"G\u0447\nhx4\u001e\r<\u001a\u000e\u0014<\u001ax\u0010G[x4\u001e\u001en#<<%\f\u0602_\bv\u0016\u028e\u0016v<\\<\/:c,\u05d1u;@,IgyV\u0005$x\tM_6B\u048b\u001e$\rI\u001f*\u0002IC\u049037 iH:P iHZ\u0013\u000fICC\u001c$=n\u0005B\u0490zH\"i;\u001cb\u000b~\u0015\u0011\u0004m3I:Z\\>I5^#6I5\u001dN!\u04aa\u000e|5}\u0648H\/2z4\"}\u0000\u000b\"H#@\u0011@A\u0011iM<\"H\u000fq\u0015D\u001bH#\u0011,0_&\u0000\u0016vi\u048bmj\u061af'|Upm\u0004Y\u049a\u000e9)\u0011^d0iLP\u0001&m\u0017L\u001a\u01a4Ic\u0481Ic\u049axL\u001a\u001e0q+7\u0016\u01a4d\u0012\u001c2IOcVg~\u0017']F5\"oNRLZ\u0561\u0011^d0iLP\u0001&m\u0017L\u001a\u01a4Ic\u0481Ic\u049axL\u001a\u001e0q+7\u0016>IKhKq\n7F\u0004[:I\u0007J0%EZh\b\u0006%k0BV^*G1r'eQ\u0013\u001a\u0388S5=\u0648E\/0vH4\u0012}\u0000\u000b\u0012D#@@AhM<\u0012D\u000fqH\u0015$\u001bD#\/R{$Zh\b\u0006%KP\/ku[Z .\u0004=]+\u06e6NYC!g\tE_6b\u044b\u001e\u001aF\u001f*@Fh37h4:Ph4Z\u0013FC\u001c\u001a=n\u0005\u01a2hz4Z\u0014>)\u001c-6\u001b\r%TI\u0005\u01a41ign`\u0498t`\u0498&\u001e\u01a48Lz\n&\u0164l\u04a6V\u0014\u0017\u0011nt&\u001f*e0RRi\u0010\u0019\u04a70EX\u0016}\u0465yn\u0013\u0661\bS5=\u0648D\/0v84\u000e}\u0000\u000b\u000eCq@qhM<\u000eC\u000fq8\u0015\u001c\u001bC\/\u04a1{\u001cZh\b\u0006%;B^Btn^<'G.Ka95\u001d\u001a\/F0z\u0443C\u0005p]h8\u001av\u0006\u001c\rG\u0007\n\u001c\rGkh8z\u01edX8\u001a^\u000fG6e4\u0006|!\u0004HOH>G+\f\u06ec-\u0004\u001a\u0388S5=\u0648E\/0vH4\u0012}\u0000\u000b\u0012D#@@AhM<\u0012D\u000fqH\u0015$\u001bD#:B\u0010\u001b\u0012\u0012=\rZ(5zayn\u0005\u001a]eE\u0014\u009f?M\u036b\u0013\u00188W\u04d7p\"\u0007H\u0003\u0487\n\u0000i\u0000\u04804 \r@\u001a\u000e\u0014@\u001a\u0003\u0480\u0010\u0007H[\u00014 \u001e\u0016\u0017O\u001dR#Zt\u0015An6<\/:\u0013\/YQ7U[\u000b[8ND:3O\u000euGJN\u0010iUFFDzC\u0011C\u0005]\u0010iD\u001av\u0006\"H\u0007\n\"Hk\u0011iDzC\u01ed XD\u001a^HwQ\"-b7\u001cb\u000b~~\u0015\u0011\u0004-#yY\\5s;[d\u001b\u0019]n^\u0003SHk:4e#\"!\u0488\u0002D.4\"H;s\u0003F\u0003\u0005F54\"=!V\u0010io,\"HGTI\u0005\u01a41ign`\u0498t`\u0498&\u001e\u01a48Lz\n&\u016415C\u76f4Zf0i\u0016\u0016b\u0013\u00bcgH.\u029dykvLAiUFFPz\u0003AC\u0005]@iP\u001av\u0006(\rJ\u0007\n(\rJkAiPz\u0003\u01edXP(\u001dXx\u0017S\u05aa\\d(\u001f*ESri2\u001c\u0014l]G4\/\u07f5\u0710d\u045a0U\u04d3H\u0002cC\u0407\nph84\u000e\r\u001c\u001a\u000e\u0014\u001c\u001a8\u0010C[84\u000e\"\u001dZ\u001e\u0361piBiBBtn^T\u0000G\u0005hgnptp&\u001e88z\n\u001c\ud345px)Z}\u0014\u001b\r\u0001hH\u000b\u001b\u0000\u0493e@Z\u0012\u064b\u0005j\u8da9L\\q:5\u0019y'\u001b\u0005\u000e\u000f\u0015@vh(\u0699\u001bP4\u0014\u001d(P4\u0014!\u000e\u001e\u0002E{ch(z=\u0014]GFBb\u0003\u0010ZA\u000bF2,OM6KFUVM!*o\u06bc:2\u001d\u000e{5}\bG\/2z4 }\u0000\u000b \rH\u0003\u0000\u0001@\u0001\u0001iM< \rH\u000fq\u0015@\u001b\u000bH\u0003\u00016b4\u0323]p-U i7hFgy^du&,|]I\u001bS<+B\u0018\u0014VuhdlD\u0017\u0019=D\u001a>TH\u0005F\u0011ign \u0488t \u0488&\u001eF8Dz\n\"E\u0011t\u0017%\u2a7e\u0010[@$h$lmYy\u055a7Y]\u0016]+-\u0005=\u02522J):%KZ\u04e1q\/\u001b1EF\u000f\u01a4\u000f\u0015`v1iL\u0699\u001b4&\u001d(4&\u01e41!\u000e\u001eI{c1iLz=&\u0011[\u001a\u0001D\u001an6ZD:k\u035bn\tI\u001d;\u0017TI\u0005\u01a41ign`\u0498t`\u0498&\u001e\u01a48Lz\n&\u016415&G0i`\u04d8\u0559\u0017']\u0014ye].\nv^HK1iUFFLz\u00e41C\u0005]0iL\u001av\u0006&I\u0007\n&Ik1iLz\u00e4\u01ed`XL&]Exx\u001b#-\u03a4#\u0006#ew\u00d4\u0014i!4z\u001a\u04b4#Czo9y3\/c1:\u0013Gk,:!d#\u00128\u0002\u001c.84\u000eC;s\u0003\u01a1\u0003\u0005\u01a1584\u000e=Vpho,\u000eCH\u0016\u0000;CK[\u0413e\u001c\u0696^\f34\u0784\u0013\u03b2&\u03e41NhM\u019eV0z\u0443C\u0005p]h8\u001av\u0006\u001c\rG\u0007\n\u001c\rGkh8z\u01edX8\u001a^\u000fG6\u0163\u0006|!\u0004HO\u0001zt\u06d8w6\u06eeri.h;#Nd#\u0016!H\u0002$.H4\u0012D;s\u0003F\u0003\u0005F5H4\u0012=!Vho,\u0012DG\bR$Zl7\u001aBKH4hlmKFYey6\u020d6\/\u0001\u066e\u0013(~\u001b]M\u06d5\u001a\u001b8W\u04d7x\"H#\u0487\n\u0010i \u04884\"\rD\u001a\u000e\u0014D\u001a#\u0488\u0010H[A4\"\u001e\u0016\u0004G*2\u001cb\u000b~\u0003vltEVg\u0002>_3\b`ub\u05cd]\u05b6pRDZ\u0561\u0011^d\u0010iDP\u0001\"m\u0017D\u001aFH#\u0481H#\u049axD\u001a\u001e\u0010q+7\u0016F#]HK\t\u0010[@$h,id\u0017'j\u034bs5~\u0004\u07bf\u001b\u0015Y,I\u0017\u03ee\u0015rSHZ\u0561\u0011\u0011^d iHP\u0001$m\u0017H\u001a\u0001IC\u0481\u0002IC\u049axH\u001a\u001e q+7\u0016CY\u001eaM\t,(\u0006-2\u0017t\u059a\u0017r'1In\u02e6Ki4iM\u0189l\u0124\u0017\u0019=L\u001a>TI\u0005\u01a41ign`\u0498t`\u0498&\u001e\u01a48Lz\n&\u016415|V\f&=YIZj\u048b%J-=e\u0015yq\u0002VuhFPz\u0003AC\u0005]@iP\u001av\u0006(\rJ\u0007\n(\rJkAiPz\u0003\u01edXP(\u001d\u0019,\u001eE\u953c`!t(\u001d1\u0018)\u001b&\u0005\u001b.BW^*E(7&\u0018U\u0013<\u0262\u0015\u0019c'[\u04cf\u001d\u000eC\u001f*C837ph\u001c:Pph\u001cZ\u0013CC\u001c\u000e=n\u00058th^{4\u0016\u001a\u00a1A\u000e-LE\/\u0005yVv\u076e\u0013D!oS(Z\u0561\u0011^dh8P\u0001\u001cm\u00178\u001a\u0001G\u0441\u0002G\u045ax8\u001a\u001eq+p7\u0016hMh\u0001h\b-\u0001 \u0012OmWVM*\u001d]uY)m\u045a8U\u04d3X\u0002cD#\u0447\nh H4\u0012\r$\u001a\u000e\u0014$\u001a#H\u0010D[AH4\u0012\u001e\u0016Ic\"b\u0003\u0010ZBA\u000bF\u000b8E7M\u06d8\uf4ef\u0018WmV\u0007'5*kN\u001a8W\u04d7p\"\u0007H\u0003\u0487\n\u0000i\u0000\u04804 \r@\u001a\u000e\u0014@\u001a\u0003\u0480\u0010\u0007H[\u00014 \u001en#@<%\f\u0602_\bvI~%$y\u0559G<3V]lztmN\u001f\bUU}\bI\/2z4$}\u0000\u000b$\rIC\u0700!@!iM<$\rI\u000fq\u0015H\u001b\u000bIC!idF(*e\bCl\u00021B\u0493e\u05d6$WyoN$]\ucab2lNE+v\u0006)[\u0019j:4\u078fO\u04d7\"H#\u0487\n\u0010i \u04884\"\rD\u001a\u000e\u0014D\u001a#\u0488\u0010H[A4\"\u001eHW4\u0164 \u0590>Igm\u0674\u0015-6K5\/E.%WdIk:4e#&a\u0498\u0002L.4&I;s\u0003\u01a4\u0003\u0005\u01a454&=aV0io,&I\u0264\u0174\u76f4Zf0i\uda50\udd43\/7O\u06bc*]&itY\t5\u001d\u001agj\u0011^d0iLP\u0001&m\u0017L\u001a\u01a4Ic\u0481Ic\u049axL\u001a\u001e0q+7\u0016>I\u001bTYRTED\u04d9t`lnmHseHy\u001dj.\/\u0010S66TtglD\u0017\u0018;\u001c\u001a>TC\u0005\u01a1qhgn8t8&\u001e\u01a18\u001cz\n\u000e\u0161q\u0017\u04bdh\u000e-4CO\u0016PX\br!::v\u0013agyYII\u0014SU}\nF\/1zp4\u001c}\u0000\u000b\u001c\rG\u0700@hM<\u001c\rG\u000fqp\u00158\u001b\u000bGhR\u0626x\u0600o4\u0000i\u0010\u0467.\u0333rt8\"\u001d8U\u04d3X\u0002cD#\u0447\nh H4\u0012\r$\u001a\u000e\u0014$\u001a#H\u0010D[AH4\u0012\u001e#$Kh\u0001h\b-!\u04e0R^,NM6+FuVy|jt]tmQ\tR\u001a8W\u04d7p\"\u0007H\u0003\u0487\n\u0000i\u0000\u04804 \r@\u001a\u000e\u0014@\u001a\u0003\u0480\u0010\u0007H[\u00014 \u001en#@<%\f\u0602_\bv6JY\u0017Y\tI:3\/\u036epI\u069cmsB\u04aa\u000ePU\u0557\"\u0007IC\u0487\n i@\u04904$\rH\u001a\u000e\u0014H\u001aC\u0490\u0010\u0007I[4$\u001eH:e8\u0016*\u0007$\u0006%$CB$WyqN%]*\f\u0013%;U\u001dr7\u0011^d iHP\u0001$m\u0017H\u001a\u0001IC\u0481\u0002IC\u049axH\u001a\u001e q+7\u0016CY\u001eaM\t,(\u0006)M:k\u0014it\u04d6y)8ACD_M_6b\u048b\u001e&I\u001f*Ic\u0498370iL:P0iLZ\u0013IcC\u001c&=n\u0005b\u0498LZb#Zf0iL(]6.\/E8&e\/.\"\ud218(8W\u04d7\"\u0007J\u0487\n@i\u04a04(\rP\u001a\u000e\u0014P\u001a\u0103\u04a0\u0010\u0007J[\u0001Q:Bac(b\u0002\n'CH0%GZh\b\u0006%s^u;\u0291.]fzO5::;\u07865U\u0453P\u000e\u0006\u000f\u0015\u0000v\u0001h \u0699\u001b@4\u0010\u001d(@4\u0010\u0007!\u000e\u001e\u0002D{ch EBt=\u001aD\u000b\r\u0001\u04e0\u0016\u0016X\u073c\u05d4u]~.U\u001d\u001ay\/\u001bEF\u000f\u000f\u0015vh8\u0699\u001bp4\u001c\u001d(p4\u001c!\u000e\u001e\u0002G{ch8z=\u001c-^V\u001f\u0014\u0016\u001b\u0012 =\rZ&3ZXqb=\u02fbb\u02b6\u0012O\\Fk3TMO6b\u000b\u001d\u0012D\u001f*@D#H37h$:Ph$Z\u0013D#C\u001c\u0012=n\u0005\"Hz$.E\u0006|!DO\u0016J\u0016VXm\u0257*kMlj4\u04923I\u045a\u000e{5}\bG\/2z4 }\u0000\u000b \rH\u0003\u0000\u0001@\u0001\u0001iM< \rH\u000fq\u0015@\u001b\u000bH\u0003\u00016\u0002\u0363]p-U i7hFg*\nu&l|\u038a0\u000f\u04b2\u001b.IgEuMy\u0002Vuhl\u0017\u0019=H\u001a>T\u0000I\u0005!ign@\u0490t@\u0490&\u001e8Hz\n$\ud345!t\u0017EKw8\u0016*\u0010#$=\tZ&Kz\u05b8HUk\u079b'I\u0017\u02aaN\u04dd\f3.u\u00a8%mex?>M_6\"\u048b\u001e\"H\u001f*@H#\u048837\u0010iD:P\u0010iDZ\u0013H#C\u001c\"=n\u0005\"\u0488zD:#64LW4\u0164\u0760e\u04a4\u016e!5m\u0675eIgy;Zi,iMyl\u0124\u0017\u0019=L\u001a>TI\u0005\u01a41ign`\u0498t`\u0498&\u001e\u01a48Lz\n&\u016415tpt\u0280`k\u0353\u0016\u000e<4OU\u0004;\u001b:4e#&a\u0498\u0002L.4&I;s\u0003\u01a4\u0003\u0005\u01a454&=aV0io,&}f\u0016IKzMZ\u001fnt&\u001d1\u0018)\u001bHK\u0453 2Om^\u0013|\u0015\u0019c'[\u04cf\u001d\u000eC\u001f*C837ph\u001c:Pph\u001cZ\u0013CC\u001c\u000e=n\u00058th^{4\u0016\u001a\u00a1A\u000bmh(Btefiy^\u0004i\u046a\u000eTD\u0005Fhgn Ht H&\u001eF8$z\n\u0012EHt\u001d!]D\rFCh\t\u0006-\u001a\u001ai\u001b}%1\u000flFmc^\u0565\u000fSr5\u001d\u001agj\u0011^d\u0010iDP\u0001\"m\u0017D\u001aFH#\u0481H#\u049axD\u001a\u001e\u0010q+7\u0016F#mHG\u0010[\u0003t\u0015anB&-\u001c8Igy^du&I:+<\u01d2tV]\u05d4W,)$\bUU}\bI\/2z4$}\u0000\u000b$\rIC\u0700!@!iM<$\rI\u000fq\u0015H\u001b\u000bIC!.\fAp-U FHz\u00124j\u035bsu4\"3\u0001]t3CTwbvun\u000ee#&a\u0498\u0002L.4&I;s\u0003\u01a4\u0003\u0005\u01a454&=aV0io,&I\u01e4TI\u0005\u01a41ign`\u0498t`\u0498&\u001e\u01a48Lz\n&\u0164lb%\u04b1^\u0007[:IG\fF))BCh4(Yi7&Lp\u07cbM\u0014i\u0013R6U-,v\u046a\u000e@U\u0557p\"\u0007G\u0447\nhp4\u001c\r8\u001a\u000e\u00148\u001ap\u0010\u0007G[p4\u001c\"9Z\u001eiP2G\u000b,#-L\u048bhB^r^\u0018\u001c\u0017Yv\tVPuh\u0004l\u0017\u0019=8\u001a>T\u0000G\u0005hgnptp&\u001e88z\n\u001c\ud345px)Z}\u001a\u0440o4\u0000i2 mu\u000e\"kX6\u000f\u000e\u056eWR@Z\u0561q\/\u001b\u0001EF\u000f\u0006\u000f\u0015\u0000v\u0001\u0001i@\u0699\u001b4 \u001d(4 \u0007\u0001!\u000e\u001e\u0002H{c\u0001i@z= ]\u01c0tJ\u0600\u0017\u0250^'H\u0012R\u0017\u0007i\u001b}r\u039b-;wltc\u0000S,\u06218W\u04d7\"\u0007H\u0003\u0487\n\u0000i\u0000\u04804 \r@\u001a\u000e\u0014@\u001a\u0003\u0480\u0010\u0007H[\u00014 \u001e\"V0v\t!WrW$4I<56\/\u001c%$5\u06bc\u07b54I\u045a\u000e{5}\u0648D\/2zH4\u0012}\u0000\u000b\u0012D#@@AhM<\u0012D\u000fqH\u0015$\u001bD#+,JtJn\u0014\u0012=\r\u047bMW\u0016y|.,k\"\u0094\u38f4C#VUe#(\u04a0\u0002P.4(\rJ;s\u0003\u0006\u0003\u0005\u000654(=\u0101V@io,(\rJ\u0007<*?:E`&\f\u0016v \"]\u0015E9\u0254\u03bc\u039db\u0011iM\u01b9l\u0004\u0017\u0019=P\u001a>T\u0000J\u0005\u0006Aign\u04a0t\u04a0&\u001e\u00068Pz\n(\u0005A5|V\f(=Y_VQ*3\/\u001aU\u06daJ:4bUU_6\u048b\u001e(\rJ\u001f*\u0000\u0002J\u04a037@iP:P@iPZ\u0013\u000fJC\u001c(=n\u0005\u0182\u04a0zP:\u02e3S\u0004Vn\"`ai7(z\u05dd \"M\u0475'S2tJCN\/\u001bAEF\u000f\u0006\u000f\u0015v\u0001AiP\u0699\u001b4(\u001d(4(\u0007A!\u000e\u001e\u0002J{cAiPzM(-\u0012QZ-34f}\u0017\u0485i!\u03546\u0000u)Q~RC\\_M_6\u048b\u001e(\rJ\u001f*\u0000\u0002J\u04a037@iP:P@iPZ\u0013\u000fJC\u001c(=n\u0005\u0182gFi\u0010m*N\u0188 uKCH0%IZh\b\u0006-#-\u0016\u8bab:oUUVte\u01bc\n40S8Z\u0561\u0011\u0011^dh8P\u0001\u001cm\u00178\u001a\u0001G\u0441\u0002G\u045ax8\u001a\u001eq+p7\u0016_$GK\u06a3q\u0010\u001c=\rZ7Yy)?3\u02fb\t\ub8a7hC#OUe#\u001ah\u00024.h4\u001aF;s\u0003F\u0003\u0005F5h4\u001a=\u0121Vho,\u001aFGK\ua8f8w4R6\u0163'AxV\u0017\u037byq\u034ewU\u05d5I+Hk:4^\u0003Y\u04d7x\"G\u0447\nhx4\u001e\r<\u001a\u000e\u0014<\u001ax\u0010G[x4\u001e\u001ec<:%=ZlG\u04e3_\t8H7M\u06d8\uf4c3t^ -#3\u0001\u9f28(\u0010\u0013@Z\u0561\u0011\u0011^d\u0000i@P\u0001 m\u0017@\u001a\u0006\u0001H\u0003\u0481\u0002H\u0003\u049ax@\u001a\u001e\u0000q+7\u0016\u0006\u0003]z\u001d.a8\u0016J:Izm+H<5\u001d57&\u0465y#\u000bahR5\u001d\u001a'j\u0011^dh$P\u0001\u0012m\u0017$\u001aFD#\u0441D#\u045ax$\u001a\u001eq+H7\u0016FW$\u0011\u0459\b8^N\u024dBA\u000b%G6\\j\u001dyve)fOrt+\u0313)5\u001d\u001aj\u0011^d iHP\u0001$m\u0017H\u001a\u0001IC\u0481\u0002IC\u049axH\u001a\u001e q+7\u0016C\u0499\u05f3Un\"M`Ai7h\u8d6d\u0631\u0012E\u016eQ7Eg>\u0016$N\u0253thFPz\u0003AC\u0005]@iP\u001av\u0006(\rJ\u0007\n(\rJkAiPz\u0003\u01edXP\u001a^\u0013JKlr\u0004V\f(=Y\u001dJn\u0019P]\u0015(]\u0007{am\u0014Vuh\u012al\u0004\u0017\u0019=P\u001a>T\u0000J\u0005\u0006Aign\u04a0t\u04a0&\u001e\u00068Pz\n(\u0005\u03cc\u0492BT_D\u04e1\u0007#%IZ\u001c\u000b8\rJha\u0004&\u001auU^\u7340hRNZ\u0013\u8aa9\u02acI+P'hC#OUe#\u001ah\u00024.h4\u001aF;s\u0003F\u0003\u0005F5h4\u001a=\u0121Vho,\u001aFHGh!4z\u001aF\u0012|\/3 _H\u03ba[9Z\u0561\u0011\u0011^dh8P\u0001\u001cm\u00178\u001a\u0001G\u0441\u0002G\u045ax8\u001a\u001eq+p7\u0016hKjD\u0003\u0010Z\u0002A\u000bV5wMe>\u001b\u07b5]YT'-!x\u0011dM_6\u0002\u048b\u001e \rH\u001f*\u0000\u0002H\u0003\u048037\u0000i@:P\u0000i@Z\u0013\u000fH\u0003C\u001c =n\u0005\u0002\u0480z@\u0001\u0010\u001b4\u0019\u0004yc[\u07a3m\u0333=:\/<;\u012e\u05d1\u0017k?*\u0163U\u001d\u001a\/\u001bEF\u000f\u01a3\u000f\u0015vh<\u0699\u001bx4\u001e\u001d(x4\u001e\u01e3!\u000e\u001eG{chTD\u0005Fhgn Ht H&\u001eF8$z\n\u0012E\u0015ItDftKh)$z\u001aD\f\u0017[#oMKu!47-2r5\u001d\u001agj\u0011^d\u0010iDP\u0001\"m\u0017D\u001aFH#\u0481H#\u049axD\u001a\u001e\u0010q+7\u0016F#Y\u001e\u001c\u00afr\u0013i\u0000IA\u000beGm\u0016n,\u0367iM]q4iM\u0189l\u0004\u0017\u0019=P\u001a>T\u0000J\u0005\u0006Aign\u04a0t\u04a0&\u001e\u00068Pz\n(\u0005A5&G@i\u0300\u04d8\u0561VM\u021bJI\u0017y[J\n2\u0164U\u001d\u001a\/\u001b1EF\u000f\u01a4\u000f\u0015`v1iL\u0699\u001b4&\u001d(4&\u01e41!\u000e\u001eI{c13tb\u0015^NYB\b:I\u0018SrEG\u0760d\u0016\u077a5\ubabc\u039b#ht4\u0014Hjt\u0558\u0014\u046a\u000eT\u0000J\u0005\u0006Aign\u04a0t\u04a0&\u001e\u00068Pz\n(\u0005\u03cbu\u00048zwK\u0001G!t(\u001d!)\u001a$I\u000b\r\u04e0T\u0005`v8Z9\ubabc\u001baest\u0556]\u0016O8ji\u0016Puh\u0004l\u0017\u0019=8\u001a>T\u0000G\u0005hgnptp&\u001e88z\n\u001c\ud345\u0017\u04bdh\u001c-4\u0004GOrtm^\n\u000eS.#y\u00138Z\u0561\u0011\u0011^dh8P\u0001\u001cm\u00178\u001a\u0001G\u0441\u0002G\u045ax8\u001a\u001eq+p7\u00161\u000bt)\u0012 =\rZ\by\u001d\u0630\u03b3,\/\u9734CU5}\bH\/2z4 }\u0000\u000b \rH\u0003\u0000\u0001@\u0001\u0001iM< \rH\u000fq\u0015@\u001b\u000bH\u0003\u0001:\u0006S\u0012\u0006 Mb -L1\tGWmvE)\u0011\u0015E\u0002O0Dy8G:4^qB\u04d7x\"G\u0447\nhx4\u001e\r<\u001a\u000e\u0014<\u001ax\u0010G[x4\u001e\u001e\u0016s\u0004G&2\u001cb\u000b~~%Ez\"J`i>yftk6\u0230)V\u0002hM\u01b9lD\u0017\u0019=$\u001a>TD\u0005Fhgn Ht H&\u001eF8$z\n\u0012E\u0015ItDft&\u0012z%:%5Zj\n\u0006-$vGW\u0563\u0015\u009f?M[v^\n~\u001c8W\u04d7\"\u0007IC\u0487\n i@\u04904$\rH\u001a\u000e\u0014H\u001aC\u0490\u0010\u0007I[4$\u001e\u0014H\u0013XP\rZ\u00063\u0017t6zKC]7\u03fcT\u0000J\u0005\u0006Aign\u04a0t\u04a0&\u001e\u00068Pz\n(\u0005A5&G@i\u0300\u04d8\u0561\u0012]7R\u0011\u0012\"\u03ca2vW\u00ea*<\u001d\u000eS}5}\u0648I\/2z4&}\u0000\u000b&Ic1@1iM<&I\u000fq\u0015L\u001bI\u0664#2c&\u0017,\u0004\u03a4Qlj2\u0016BCh4(Yi!|ve\u05f5<\u0795]!t\/5\u001d\u001a\/[%F\u000f\u000f\u0015vh8\u0699\u001bp4\u001c\u001d(p4\u001c!\u000e\u001e\u0002G{ch8Ert=\u001aG\u000b\r 8\u001c]y+v\u0011\u017cHI\u001b\"&pC#PUe#\u001cp\u00028.p4\u001c\rG;s\u0003\u0003\u00055p4\u001c=Vho,\u001c\rGKc~\u0600o4\u0000i2 :\u0016\\A:vA8\u0007\u0015sf\u001fC55}\u0648G\/2zx4\u001e}\u0000\u000b\u001eG@hM<\u001eG\u000fqx\u0015<\u001bG:\u01a3S\u0006\u001eM4\u001e;-\u06ee(9r\u001d;MS\br\\y+=Z\u0561\u0013l\u0123\u0017\u0019=<\u001a>TG\u0005\u01a3hgnxtx&\u001e\u01a38I\u02c1ZRVED\u04d9~0-\rS|^h\b\u0006%k0\u0004j]\u001c\u001dm\u0535\u074a\u01bccgbpCcPe+\u001cp\u00028.p4\u001c\rG;s\u0003\u0003\u00055p4\u001c=Vho,\u001c\rGHGh!8z\u001a\fGg+p1.*w$\u00136a]Yt'XC\u0561\u0011\u0011^dh8P\u0001\u001cm\u00178\u001a\u0001G\u0441\u0002G\u045ax8\u001a\u001eq+p7\u0016hKjD\u0003\u0010Z\u0002A\u02c0 gy\u0013\u05b0\u038b3\/hUk k\u0011^dhIG x\u05e4S\bV\b:I\u0007J0%GZh\b\u0006%k0\u05bdbv]g\u0363w44v\u0014;\u001aj:4TM_K\u001e\u001aF\u001f*@Fh37h4:Ph4Z\u0013FC\u001c\u001a=n\u0005\u01a2hh^{4\u0016\u001aBAh+!;b9llv&\u001cmB2rhUFF8z\u0443C\u0005p]h8\u001av\u0006\u001c\rG\u0007\n\u001c\rGkh8z\u01edX8\u001a^\u000fGN\/\u0011\rFCh\t\u0006-\u0003B'.w\u0001iHU6\u001a\r }C%5}\u0648G\/2zx4\u001e}\u0000\u000b\u001eG@hM<\u001eG\u000fqx\u0015<\u001bGh9Rh\u0001G N\u0016\u001e]e\u001506GX#3Y\u001extm'\ua676\\C\u0005'4}\u0648G\/2zx4\u001e}\u0000\u000b\u001eG@hM<\u001eG\u000fqx\u0015<\u001bG.b\u000eh0\u001cb\u000b~~%Cz1\u0016V\u00183X&$}hRI\u0019l\u0015hM\u01b9lD\u0017\u0019=$\u001a>TD\u0005Fhgn Ht H&\u001eF8$z\n\u0012E\u0015ItDfJh1\t\u0015\u0004-x$z\f*+\"v\u000eQfY)9\u001c8W\u04d7\"\u0007IC\u0487\n i@\u04904$\rH\u001a\u000e\u0014H\u001aC\u0490\u0010\u0007I[4$\u001e\u07df?_&\u0004\u0016v\u0016J\u0016 miZhg'\u077fQU\u0018'Ik:4e#(\u04a0\u0002P.4(\rJ;s\u0003\u0006\u0003\u0005\u000654(=\u0101V@io,(\rJ\t##\u0015S\u0006\u0004^kLx\u0775y*n\u001d!QM%-%3MvWDiM\u01a9l\u0124\u0017\u0019=L\u001a>TI\u0005\u01a41ign`\u0498t`\u0498&\u001e\u01a48Lz\n&\u0164lb%\u04b1^\u0007[:I\u0007J0%GZh\b\u0006-\"*^p\u064e,htW\u0016@9Fk:4TM_K\u001e\u001aF\u001f*@Fh37h4:Ph4Z\u0013FC\u001c\u001a=n\u0005\u01a2hhq#ci\u001c\u001a=\tZF\u05d5\u001bF\u076eVX|\u077b2\u001fI\u001aSU}\u0648F\/2zh4\u001a}\u0000\u000b\u001aF@@AhM<\u001aF\u000fqh\u00154\u001bFhR!5\u0001h\b-\u04e0e<@z\u00056F\u000bHmV\t\u04a3U\u001d\u001a\/F@z\u0003\u0001C\u0005]\u0000i@\u001av\u0006 \rH\u0007\n \rHk\u0001i@z\u0003\u01ed\u0000X@\u001a^\u000fH1 \u001f-6\u0005i\u0012\tB'\u0016-\u06ee(n\u001daB\u0699p\\GV<;\u045a\u000e\u0017e#\u001ex\u0002<.x4\u001eG;s\u0003\u01a3\u0003\u0005\u01a35x4\u001e=Vho,\u001eG\u01e3:2q\/p-\u0014iDw#'O6Dy\u01c9M)mO\u0000\u046a\u000eS{5}\bD\/2z@4\u0010}\u0000\u000b\u0010\rD\u0003\u0000@\u0001hM<\u0010\rD\u000fq@\u0015 \u001b\u000bD\u0003+,ZBtJf\u0014\u0010=\rJhaacgneXf\u036e\u02b0\u02e6.%N\u024dth\u076bFHz\u0443!C\u0005] iH\u001av\u0006$\rI\u0007\n$\rIk!iHz\u01ed@XH\u001a^\u000fIgyTrtM\t,(\u0006-\u001dmv\u0001-\"]6k\u0004;\u001a:4e#(\u04a0\u0002P.4(\rJ;s\u0003\u0006\u0003\u0005\u000654(=\u0101V@io,(\rJ\t%69\u0002Je\u0006\u01ac\u000ee\u031bU)t\buQ]'$O\u0013\u001byBLIthFLz\u00e41C\u0005]0iL\u001av\u0006&I\u0007\n&Ik1iLz\u00e4\u01ed`XL&-YR,\u001d5i}\u04d9~0=\rSri2vlv\u064eZ\u001cL5;\"%VhCcOe+\u001ah\u00024.h4\u001aF;s\u0003F\u0003\u0005F5h4\u001a=\u0121Vho,\u001aFHGh!4z\u001aF\u000b+\u000b\u02eeUMuhUFF8z\u0443C\u0005p]h8\u001av\u0006\u001c\rG\u0007\n\u001c\rGkh8z\u01edX8\u001a^\u000fGN\/\u0011\rFCh\t\u0006-\u0003Zc\u0005\u000b\u0012,O\u0016.OC%5}\u0648G\/2zx4\u001e}\u0000\u000b\u001eG@hM<\u001eG\u000fqx\u0015<\u001bG:\u01a3S\u0006\u001eM:=Z=j\u02f6+Jal\\G\u0598W*3%%\u001ex\tM_6\u044b\u001e\u001eG\u001f*Gx37h<:Ph\u001f2\u0003JOcV2uf\u036a\u0014uD\u02b2Jx\u0010$Jw.?\u00125\u001d\u001aj\u0011^d0iLP\u0001&m\u0017L\u001a\u01a4Ic\u0481Ic\u049axL\u001a\u001e0q+7\u0016>I\u000bwIKzMZ\u001fnt&g_\u001cDu~\u000b\u01dc8\/JDNu\u01b1m?'*L\u032cOH]\t\u0010Z$)wOX\u0000DE(b^i\u0018FZ\b\u0007Ek0L\u0002\u00138zveYd\u001a]W\"(\fTXcl=4\u001a>4Fw\u000b\u001aF@hOAhM<\u001aFh\u00174\u0019F\u046fRs4Z\b\u0007\\Hu4\u0000Hw\u000b \rH\u0003\u0000\u0001iO\u0001\u0001iM< \rH\u0000i\u0017@\u0019\u000bH\u0003\u0001\u0010Y -v\u0004iVHO\u0014ra aG>a\u0014G'u4\u0000Hw\u000b \rH\u0003\u0000\u0001iO\u0001\u0001iM< \rH\u0000i\u0017@\u0019\u000bH\u0003\u0001z@\u018e.bs=5$i\u1ac2E+e\u0014gcetswR\u050f[\u0019\u0019W3@([\u000f\u0006\u000f\r\u0000\u0002D\u0003@57h Sh Z\u0013\u000fD\u0003\u047b8 \u0005v\u0002@ zh_NY\u001a-4\u000e\u0005\u0003aeEU\"f-\u03b3(VT,\f\\\u072b\u0019LDzH#\u0487\u0006\u0010nA\u0011iD\u069a\u001b4\")4\"G\u0011]\u001c\"mH;c\u0011iDz:\"-*w\u0011\u0007\u001d4R\u001e\/t$y\t&_&]'uZI\/Z&\u0019W3([\u000f\u0006\u000f\r\u0002J\u04a057@iPS@iPZ\u0013\u000fJ\u04bb8P\u0005v\u0182\u04a0PZb\u0013Zf@~PzZ\u000bu4OV0\u0013,nna\u000be\u4270\u0016Jk\u0006d.\u054ce&&=\u00e41C\u0003t`\u04984&m\rL\u001a\u0014L\u001ac\u0498.\u000e6{MZ4\u0014p uO3i(bi\u0018FZ\b\u0007Ek\u042eI`BM\u06f1\\?B6\nEs%\u0016H$\u0019W3h([\u000fF\u000f\r\u0742Fh57h4Sh4Z\u0013F\u047b84\u0005v\u01a2hhh)\u0001\u001a\u000bhaS\u0004&,Z\u039bb!+it^iVgX\u001b\u001a\u1a6aDGzh4\u001a}h\u0000\u00164\u001aFF\u045eF\u045ax4\u001a\u0161f\/h3\u0016F\u0019c\u0001\u001d\u0013\u001e\u000f\u001agu|rju\u049a\u0001+}5c\tJ@iP\u0000(-4(\rJ[s\u0003\u0006=\u0005\u000654(\u0003^@ig,(\rJO\t\u0157t\u001dj\u00011Ci\u0001eG6m]%\u0353U.P\t\u0016J\/\ubaa8kaAvt,\u000b5\u00032j2\u0013\u001eea\u0498\u0001L[0iL\u001a\u0006&I{\n&Ik1iLz\u0017I`XL&-+Q\u0007{:I7F\u00111bH\u000b\u001dHOJK\u06f1\\d\\\u000e$<\u0010ev;jf@\u001a_Xf\u0463l=4\u001a>4Fw\u000b\u001aF@hOAhM<\u001aFh\u00174\u0019F\u046fR6FF\u0002hcVL%IOZY-,\u074eh\u0540\fOUe&\u001a=CC\u0003hth4\u001am\r4\u001a\u00144\u001a\u0123h.\u000e6{Ah4\u001a=\u001d\u0016\u000f\u0018k=\u000e5~<=zYU$y98tVI\u03f0:Z3 s}f,3Q\u001e\u001eG\u001f\u001a\u0005\u01a3hknxx&\u001e\u01a3wqx\u000b\u001e\u0163xrGGm(f}4\u001en{tQU\u00b69A4mns)F\/wtVu\b\u00cb\u001d\u0019X3x([\u000f\u01a3\u000f\r\u0742Gx57hf\u0011\u001a\u000fhaYy;&Az\u001deR\u0016i*l>G7\u000f\r\u02e5\u000f=5\u00032AU3p\u0018[\u000f\u000f\r\u0002Gp57h8Sh8Z\u0013\u000fG\u047b88\u0005vp1\u001c-.\u0017q8Z|\u001aEV7+\u00035:\/G8\u00cb\rU\u000324Iw\u000b&Ic1iO1iM<&I0i\u0017L\u0019I_\u05a4\u0001(uq uO3i(bi\u0018FZ\b\u0007j4%BQ\u0016yT9\\\u0003#5\u00032AU3p\u0018[\u000f\u000f\r\u0002Gp57h8Sh8Z\u0013\u000fG\u047b88\u0005vph\\{2\u0016:Ap\\HeYgBn\u8f2cZ\b\u001f\u046a\u0001\u0019\u001aL4zF\u0447\u0006nAh4\u069a\u001bh4\u001a)h4\u001aG]\u001c\u001amF;ch4z:\u001a-\u001e11[C5~8\u001eF\u0010 \u02a4\u001b\f\u048byL8h\u0540\u001c\u021a\u0004Gz4 }h\u0000\u0016@\u001a\u0006\u0001H\u0003\u049e\u0002H\u0003\u049ax@\u001a\u0001f\/3\u0016\u0006\u0003Ci1\ub8e3i\u000b=\u0001q@zj\u001e]TyUgmNy\u0000\u000bEWk=uh\u0006d&\u040ce&\u001e=\u00e3C\u0003xtx4\u001em\r<\u001a\u0014<\u001ax.\u000e6{x4\u001e=\u001d\u0007hn\"6\u0603_Y\"=M\u0016\"-g_\u00187\u000f5y&p-\u039b'<\u0013Xh\u0340\u0325\u0004Gz@4\u0010}h\u0000\u0016 \u001a\u0006\u0001D\u0003\u045e\u0002D\u0003\u045ax \u001a\u0001f\/@3\u0016\u0006'\u0004\u0003\u0016F'\t1+~H2\u0016D&\u00f4\u022br9xitp\u0002\u0118\u045a\u0001{5cH\u0010iD\u0000\"-4\"H[s\u0003F=\u0005F54\"C^\u0010ig,\"HOG\u0015>?_.\u0000\u0016F2\u926d\u001e\/tYVY.&-.ek^2i\u0340\u0305\u0004Gz4(}h\u0000\u0016P\u001a\u0006\u0001J\u049e\u0002J\u049axP\u001a\u0141f\/3\u0016\u0006\u2ebfQZ-3t?fr(-,\u001d\u0664u4OV0\u0013,nne1\u0524\")\u0007+U1\u000b5\u00032j2\u0013\u001eea\u0498\u0001L[0iL\u001a\u0006&I{\n&Ik1iLz\u0017I`XL&=`eXi1\ub085~c|\u0004m!\u001f\u001a\u000bha\u0699\u0004FHqy;9L%WqtR#5\u00032AU3p\u0018[\u000f\u000f\r\u0002Gp57h8Sh8Z\u0013\u000fG\u047b88\u0005vph\\{2\u0016:Ap\u0016GyYe&bP$gI\u0621\u001a\u1a6aDGzh4\u001a}h\u0000\u00164\u001aFF\u045eF\u045ax4\u001a\u0161f\/h3\u0016F\u0019c\u001dD5~<=z\u0004IR4I6\u000eR\u0004\u049a\u0001)5cGh<\u0000\u001e-x4\u001eG[s\u0003\u01a3=\u0005\u01a35x4\u001e\u00e3^hg,\u001eGO\u01e3C<:fy\u0601\u04e3Y\u001f=M\u0016NEWu\u000b\u0004:\u0016iKi7z:\u0016YVuh\u0006d\u040ce&\u001e=\u00e3C\u0003xtx4\u001em\r<\u001a\u0014<\u001ax.\u000e6{x4\u001e=\u001d\u0007l.bs=\u0015\u0014\u926d>l\u0000\ua849:yU$RcQ\u000b5\u00032j2\u0013\u001ee\u0001@\u0001 [h \u001a\u0006\u0010\rD{\n\u0010\rDkh z\u0017\u0007D\u0000X \u001a\u0010D\u000fX\u0018JB'D\u01ec\u0002A#PX~L,\u0013F_\u001b&y\u03e51\u02e45\u00032\u0017j2\u0013\u001eea\u0498\u0001L[0iL\u001a\u0006&I{\n&Ik1iLz\u0017I`XL\u001aIKlr\u0002V\f&\u074fI\u0011j\u06faJG\\$rE\/jp\u0012yd\ua605\u049a\u0001K}5c\tJ@iP\u0000(-4(\rJ[s\u0003\u0006=\u0005\u000654(\u0003^@ig,(}a\u0016|\u0761d\u0015\u0003=\u000f\u001bya\f\u000b\u001dh\u0016I`ZMQ4Fw\u000b\u001aF@hOAhM<\u001aFh\u00174\u0019FhP\uc331C\u000e\\[C\t\u0007 7tR\t@:Y&i!Wj@f\ndXf\u0463l=<\u001a>4Gw\u000b\u001eGhOhM<\u001eGh\u0017<\u0019G\u0010Y\u001e-vhGO\u04e3\u02a3{tQU\u00b69A&M2)F\/[\u01e2H\u0010VGe\f7\u0019LY\u0018\u0019W3@([\u000f\u0006\u000f\r\u0000\u0002D\u0003@57h Sh Z\u0013\u000fD\u0003\u047b8 \u0005v\u0002@ zD\u0018'D\u01ec\u0002A>H\u0017iU\u0015E:E-c6;gX\u001a\u0019W3([\u000fF\u000f\r \u0742H#\u048857\u0010iDS\u0010iDZ\u0013H#\u04bb8D\u0005v\"\u0488tD:I\u0007W8\u0164qLZz\u63ee\u04ac\\Ji\u02e4,M\u0013!eM2i\u0340\u0305\u0004Gz4(}h\u0000\u0016P\u001a\u0006\u0001J\u049e\u0002J\u049axP\u001a\u0141f\/3\u0016\u0006bJQZ-3t?fr(=\u06faJ'\\\u0018\t\u0016J\u0017yZ\u0543Sw\u0014E\u02c5z:ff@R_Xfb\u04a3l=L\u001a>4Iw\u000b&Ic1iO1iM<&I0i\u0017L\u0019I_\u0624\u0007 Xi1\u0004+\u0004\u03e4\u001bya\u001ai#4\u001f\u0014\u00b43\tL\u020fqi;\u0213U\u0461\u0572\\&9vh\u0006dzf,s1\u001e\u001aF\u001f\u001a@\u0005Fhknhh&\u001eFwqh\u000b\u001aEW\u04b9d\u001a-tFi\u001eOV#I[F7\u000fYU\u0014\u0492\bV\rTXf\u0463l=4\u001a>4Fw\u000b\u001aF@hOAhM<\u001aFh\u00174\u0019FhPQ\u0337\u001ab\u0007!%\u0163{AGIu?:M].pyTh\u0340\f\u021a\u0123Gzx4\u001e}h\u0000\u0016<\u001a\u01a3G\u045eG\u045ax<\u001af\/x3\u0016\u01a3\u001b:J\u001c4qts\u0015\u025a\u01e93P\r\\\u06eb\u0019L$zD#\u0447\u0006nAh$\u069a\u001bH4\u0012)H4\u0012G]\u001c\u0012mD;ch$zB\u0012=`etJK\t\u0012\u001d4Z\n\u0007cb\u0012=\u07bb\fe2]YL8\u01fb\f5\u00032j2\u0013\u001eeA\u0490\u0001H[ iH\u001a\u0006$\rI{\n$\rIk!iHz\u0017\u0007I@XH\u001a\u000eI'1*w\u0011'\u001d4h!Uf2O\u0016B?uUx:ff@J_Xf\u04a3l=P\u001a>4\u0000Jw\u000b(\rJ\u0000AiO\u0001AiM<(\rJ@i\u0017P\u0019\u000bJSBiXGi\u0300\u0261{dU4Gw\u000b\u001eGhOhM<\u001eGh\u0017<\u0019Gz@.bs=%\u0014D>16I}e2\u0256\u0018.iR.]\u00162Z3 smf,3Q\u001e\u0012D\u001f\u001a@\u0005Fhkn H H&\u001eFwqH\u000b\u0012E\tII*P)1K~H:&&0[,*}&Y]\u0001{5c\tI iH\u0000$-4$\rI[s\u0003=\u000554$^ ig,$\rIOt\u0018\u0013XP\u000e2HW\u00032tNj\u001e\u001ad\u02ceY'\u0019W3([\u000f\u0006\u000f\r\u0002J\u04a057@iPS@iPZ\u0013\u000fJ\u04bb8P\u0005v\u0182\u04a0PZb\u0013Zf@~PzZ&y\u0285a`tsP4\u000f\u0012C\u0017J\/<\/\u0012!HBi\u0340\u0325\u0124Gz4&}h\u0000\u0016L\u001a\u01a4Ic\u049eIc\u049axL\u001aaf\/3\u0016IK\n\u0455b\u04e4AgQ\u013c0f\u0011\u001a\u000fha\u0691csP%I\n\u001c\u0744\"\u0017>T\fG\u0006dj,3Q\u001e\u001c\rG\u001f\u001a\u0005hknpp&\u001ewqp\u000b\u001c\ud305184jt\u0010],jN|Q\u0146\u0001\u0019\u001aL4zF\u0447\u0006nAh4\u069a\u001bh4\u001a)h4\u001aG]\u001c\u001amF;ch4z:\u001a]\fQ!u@\u0007!Ghay\u001e]TyUgmN#Y.e-'h\u001e\u0001\u00073$V\rL7\u0019L4\u0000Hw\u000b \rH\u0003\u0000\u0001iO\u0001\u0001iM< \rH\u0000i\u0017@\u0019\u000bH\u0003\u0001z\u001b\rcDZDI:IH:\/]W;\u0524g!j@j2\u0017\u001eca\u0498\u0001L[0iL\u001a\u0006&I{\n&Ik1iLz\u0017I`XL\u001a\u01a4At\/f&-duE\u034d\u0011#:\u0004\u024fJ\u0721\u0019zB3([\u000f\u01a4\u000f\r`\u0742Ic\u0498570iLS0iLZ\u0013Ic\u04bb8L\u0005vb\u0498tL:I\u0007t#XT\u000e\u001aG&y\u0285'X'<\u00024\u001d\u0482:2+|q\u001d\u0001+}5cI0iL\u0000&-4&I[s\u0003\u01a4=\u0005\u01a454&\u00e4^0ig,&Ic\u049e(L\u001739\u0016jMXIR\u00b6\uabd3^u\u00d7u\u049a\u0001+}5cI0iL\u0000&-4&I[s\u0003\u01a4=\u0005\u01a454&\u00e4^0ig,&}a\u0014+R]I=\u03e4\u001b\u00181\u001c-tFKz\u001dYLy;z\u00109A\u068eH\u02a2\u001eJh!J1i;4\u00032\u0013Oh2\u0013\u001ee!\u0488\u0001D[\u0010iD\u001a\u0006\"H{\n\"Hk\u0011iDz\u0017H XD\u001aH' W8\u0164qLZ8l\u06faJ'\\\u0013.J\u04a1\u022aeuT\u04aa\u0001|5cI0iL\u0000&-4&I[s\u0003\u01a4=\u0005\u01a454&\u00e4^0ig,&Ic\u049e(L\u001739~3t,\u0204\u0017J7E!uj@R_Xf\u04a3l=P\u001a>4\u0000Jw\u000b(\rJ\u0000AiO\u0001AiM<(\rJ@i\u0017P\u0019\u000bJ_\u0016\u0001(uy uOCi(s[#\u0011\u001c\u000fhi.o784OGYI)9\t4Gw\u000b\u001eGhOhM<\u001eGh\u0017<\u0019G\u0013\u0001<:&6\u001e=QX\u0011u\u0363rMKQy;*]f@f\tXf\u0002\u04a3l=@\u001a>4\u0000Hw\u000b \rH\u0003\u0000\u0001iO\u0001\u0001iM< \rH\u0000i\u0017@\u0019\u000bH\u0003\u0001z\u001b\rc6\u0603_!iRvD\u0017o\u0003\u001cK\\.\n\tcHk\u0006d.\u054ce&\"=C\u0011C\u0003t \u04884\"m\rD\u001a\u0014D\u001a#\u0488.\u000e6{A4\"H;\u0010^Dzk4$Mht\u02f4Z\bNbDZ5 TUcH\u0010iD\u0000\"-4\"H[s\u0003F=\u0005F54\"C^\u0010ig,\"HOGt\u0010IE\u001cbv\u001cWIgo*irOJzWEY\u000eN$>4{gX%\u0019W3([\u000f\u01a4\u000f\r`\u0742Ic\u0498570iLS0iLZ\u0013Ic\u04bb8L\u0005vb\u04984&\u00a4{13i\u001e\u03e4*\u001eN\t)2u\u049a\u0001+}5cI0iL\u0000&-4&I[s\u0003\u01a4=\u0005\u01a454&\u00e4^0ig,&}a\u001eb]I\u0010\u0102g3i(s\u001b#\u0011\u001a\u000f\n\u0011lLvQ@\u0396iQ\u0017\u00194Z5 |DGzh4\u001a}h\u0000\u00164\u001aFF\u045eF\u045ax4\u001a\u0161f\/h3\u0016F_FK?p?F\u000b\u0011^\u001cFy\"+uJ-> ._f@f\tXf\u0463l=4\u001a>4Fw\u000b\u001aF@hOAhM<\u001aFh\u00174\u0019FBR\u0018%b\u0007!Gha\u0010{tQU\u00b0Nu,\u001b\\\u001ds[\u01635\u00032Mh2\u0017\u001ecx\u0001<[h<\u001a\u0006\u001eG{\n\u001eGkh4Iw\u000b&Ic1iO1iM<&I0i\u0017L\u0019Ic\u0498'\nL\u03a4\b\u0016O\u0471Py8\u0213RwQ\u000b5\u00032j2\u0013\u001ee\u04a0\u0001P[@iP\u001a\u0006(\rJ{\n(\rJkAiPz\u0017\u0007JXP(-<\u0019(-u>HPZ1\n)S#\u0011\u001c\u000fhaMy6\\\u0016EB?W\u001b.X!j@4cFh4\u0000\u001a-h4\u001aF[s\u0003F=\u0005F5h4\u001aC^hg,\u001aFN\u0018Q\u001a-m\u000b4\u000e\u001aG\u0005WZ\u02easU?aGY\u02e48k\r5\u00032SNh2\u0013\u001eeh\u00014[h4\u001a\u0006\u001aF{\n\u001aFkh4z\u0017FX4\u001aFr\u0018\u00120\u0010;pm\rqxt\/h\u001c\u0016UEWu\u000b\u0004:\u0016I^-\u0017C=XyQ\u5946\u0001&4cGh<\u0000\u001e-x4\u001eG[s\u0003\u01a3=\u0005\u01a35x4\u001e\u00e3^hg,\u001eGO\u0223Ch:1fjn7nngsd\f\\\u0019L\u001f)D\uc60c\u001d\u0001\u0019LDzH#\u0487\u0006\u0010nA\u0011iD\u069a\u001b4\")4\"G\u0011]\u001c\"mH;c\u0011iD\u001av\u0006!\u04bd\u0249\\sH7dy\r}aIs\u0010\f:\u0019LDzH#\u0487\u0006\u0010nA\u0011iD\u069a\u001b4\")4\"G\u0011]\u001c\"mH;c\u0011iDz:\"H:_.\u0000\u0016J:{[WId\u000bT~UJ8\u001c2I3j@:_Xfb\u04a3l=L\u001a>4Iw\u000b&Ic1iO1iM<&I0i\u0017L\u0019Ic\u0498'\nL\u03a4\bZ.XdElq\u001bj\u0006d.\u054ce&(=\u0003AC\u0003t\u04a04(m\rP\u001a\u0014P\u001a\u0103\u04a0.\u000e6{\u0001QZ|AU\u05660\u0003'J\u000bv6oBZS\u0014m!t\u0004G9ZHEas\u0016\u0014i!\f\/*]f@f\tXf\u0463l=<\u001a>4Gw\u000b\u001eGhOhM<\u001eGh\u0017<\u0019G\u0013h-]z\u0001\u001e\ud3d9G\u0011\u0012(_\u0002EVi\"t-n|,\f\\\u0019L@z\u0007H\u0003\u0487\u0006\u0000n\u0001\u0001i@\u069a\u001b4 )4 \u0007\u0001]\u001c m\u0002H;c\u0001i@z: ]\u000fzaH=\u0015(I\u05fbF:\u03d3E(w\u0013H:O\u0019IZZ\u001dC\u049a\u0001\u0019\\Hz\u0007IC\u0487\u0006 n!iH\u069a\u001b4$)4$!]\u001c$m\u0002I;c!iH\u001av\u0006A\u04bd\u0251_vt\"I\u0530\u021a'\u0014Ge\f;\u0019LDzH#\u0487\u0006\u0010nA\u0011iD\u069a\u001b4\")4\"G\u0011]\u001c\"mH;c\u0011iDz:\"H:_.\u0000\u0016h\u06faJ'\\8NJzY6P\u039b\udbb2\ude04Q5\u00032j2\u0013\u001eea\u0498\u0001L[0iL\u001a\u0006&I{\n&Ik1iLz\u0017I`XL\u001a\u01a4=Qt\/fr&-\u052b5(\u0007s\u0011{\ub90bepU\u00032Wj2\u0013\u001eea\u0498\u0001L[0iL\u001a\u0006&I{\n&Ik1iLz\u0017I`XL&-\u001c\u0246IKu&\u000fRt>oBJ\u0004m!tFfHz\u001dYh+)#Y,<=C\u000e\u0540\fPUe&\u001c=\u0583C\u0003ptp4\u001cm\r8\u001a\u00148\u001ap.\u000e6{p4\u001c:9Z\u0098qwpt\/h\u001c\u0016jt<)@n\u00aa\u0017\u04f8\u001d\u0001)'4cFh4\u0000\u001a-h4\u001aF[s\u0003F=\u0005F5h4\u001aC^hg,\u001aFOG\u0001K\ua637\u001a\u001d\u0013\u001e\u000f\u001a\u01e3\u0005\u001d\u0763*,\u0017\tu,Zf\u00b6'X,\u0017\u02fc\u0010\u0017C3 3\u0744f,3Q\u001e\u001eG\u001f\u001a\u0005\u01a3hknxx&\u001e\u01a3wqx\u000b\u001e\u0163\ty\u000eX:17Ix+'\"+t\u0013VBjQ+5\u00032j2\u0013\u001ee!\u0488\u0001D[\u0010iD\u001a\u0006\"H{\n\"Hk\u0011iDz\u0017H XD\u001aH\u05c3h\u0018Cb\u000fn\u0164'jB]$<$yUJ7z$'(\u000f\u0015E\u049a\u0001\u0019\\Hz\u0007IC\u0487\u0006 n!iH\u069a\u001b4$)4$!]\u001c$m\u0002I;c!iH\u001av\u0006A\u04bd\\WI\u0017Y[\n9h\u001cy;$+\u0285:&of@f\tXfB\u04a3l=H\u001a>4\u0000Iw\u000b$\rIC\u0700!iO!iM<$\rI i\u0017H\u0019\u000bIC!$\u001dd1*w\u0011'\u001d4\u000eJ\u000b\u7dd1M:{[WId\u000bV|ee4CI\/eQHoZ&\u0019W3([\u000f\u01a4\u000f\r`\u0742Ic\u0498570iLS0iLZ\u0013Ic\u04bb8L\u0005vb\u04984&\u00a4{13ip<.e\\!}:\u6097\u0016Ik\u0006d\u054ce&&=\u00e41C\u0003t`\u04984&m\rL\u001a\u0014L\u001ac\u0498.\u000e6{MZ]):MZ\u001f|&\u0018put\u0136\u0010:BA\u001a-L)\u001e\/kG2rQOjCIs@]#qf@B_Xfb\u04a3l=L\u001a>4Iw\u000b&Ic1iO1iM<&I0i\u0017L\u0019Ic\u0498'\n\u014ca\u001ac\u0013\u0084\u0015WkEl+\u0006t\u00134Fw\u000b\u001aF@hOAhM<\u001aFh\u00174\u0019F\u046fS%9F\u000b~Fhajt^Uss.Q\/i*|\b\f8\u0019L4zF\u0447\u0006nAh4\u069a\u001bh4\u001a)h4\u001aG]\u001c\u001amF;ch4z:\u001a]>?y\u0601kk\b=q<:|\u001e\u07e3*,\u0017>\tru$yVW\t,C .Wf@f\tXf\u0463l=<\u001a>4Gw\u000b\u001eGhOhM<\u001eGh\u0017<\u0019G\u0013hP<\u06a3\u000eh:bQ\u000bgGk\u0006d\u054ce&\u001e=\u00e3C\u0003xtx4\u001em\r<\u001a\u0014<\u001ax.\u000e6{x4\u001e=\u001d\u00070\u0006\u001eHOS\b\/\u07bc%y^YR\t+$W\u0363C%\u000515\u00032QU3\u0018[\u000f\u000f\r@\u0002IC\u049057 iHS iHZ\u0013\u000fIC\u04bb8H\u0005vB\u04904$\f{1#ia^\"\"T\u0006K\\\u0016UuE\u04aa\u0001i'4cH\u0010iD\u0000\"-4\"H[s\u0003F=\u0005F54\"C^\u0010ig,\"HOG\u0013\u0011eW8\u0164h\u0016\u0016>O9qG*\u001725`zxrQDZ\\\u001dJZ3 sf,31Q\u001e&I\u001f\u001a\u0005\u01a41ikn`\u0498`\u0498&\u001e\u01a4wq\u000b&\u01641iL\u0013Ib0iaIgEl+\u000f_'\\B\u001a^:i\u0340\u0315\u0124Gz4&}h\u0000\u0016L\u001a\u01a4Ic\u049eIc\u049axL\u001aaf\/3\u0016IK\u0615\u0018n\u001c\u0010|&\u0018u'HGl\u000b#4\u001f\u012b\r\u03e9YYiXZ$RZ\u001e\u046a\u0001\u0019\u001aL4zF\u0447\u0006nAh4\u069a\u001bh4\u001a)h4\u001aG]\u001c\u001amF;ch4ujH{:\u000ewFh!jt^\u054b,$^gX\u001b\u001aqB3h([\u000fF\u000f\r\u0742Fh57h4Sh4Z\u0013F\u047b84\u0005v\u01a2ht4\u00100:\u6946b\u0007!GFhA~G\u0007\u02ab:\u02c5\u000fqd\u001dIVdbh\u0002\"\u0273:\u0013\u07c5\u0018C3 3\u0744f,3\u0001Q\u001e \rH\u001f\u001a\u0000\u0005\u0006\u0001ikn\u0000\u0480\u0000\u0480&\u001e\u0006wq\u000b \u0005\u0001\tcAZ\u0000L\u000e\u05fb@}^\f&*3P\r\\\u0019L4Fw\u000b\u001aF@hOAhM<\u001aFh\u00174\u0019F\u046fSGit#4\u001f4F\u000bZ4\u034bLV|\u001du\u02161:4\u000323Nh2\u0013\u001eeh\u00014[h4\u001a\u0006\u001aF{\n\u001aFkh4z\u0017FX4\u001aF\u0017\u000fcc^j(v\u001aBOxt?h\u001c~#|Q0:H\u0017U^Y.l\u0013$hn\u0017E%*'He\u0003U\u00032Mh2\u0013\u001ee\u0001\u0480\u0001@[\u0000i@\u001a\u0006 \rH{\n \rHk\u0001i@z\u0017\u0007H\u0000X@\u001a\u0010HK -u\u0000Hc&\u0007sMn\u0014I*@y\u0014ZP\u0005\u049a\u0001K|5cGh<\u0000\u001e-x4\u001eG[s\u0003\u01a3=\u0005\u01a35x4\u001e\u00e3^hg,\u001eGO\u01e3A3\u0001i\u00077\"\u00147WF:\/?MyTT\u000e\u0340\u033c\u0013DGz4\"}h\u0000\u0016D\u001aFH#\u049eH#\u049axD\u001a!f\/3\u0016F#I:cU\"\u000e`1i;(\u06a4%S\u0711y\u0005*?*1X\u0012.VI\/\ubeb9?*i\u0340u\u0124Gz4&}h\u0000\u0016L\u001a\u01a4Ic\u049eIc\u049axL\u001aaf\/3\u0016\u01a41iO\u0014&\u074b\u0019\u00e45&\tZ.e\\!}:\u6097\u0016Ik\u0006d\u054ce&&=\u00e41C\u0003t`\u04984&m\rL\u001a\u0014L\u001ac\u0498.\u000e6{Mz\u013aNy\u0010t>o\"\u0006c8Z\b\u0007j\u001a)\u001e\/kGV5wB\u0007=\u03aaL\f6T\rTXf\u0463l=4\u001a>4Fw\u000b\u001aF@hOAhM<\u001aFh\u00174\u0019FhPQK\u0010;pm\r\tI^8\u001efZ\u02e3\u0003|nN-M\fxzi%\u00a8Zh\r\u0001\u000e\u000e\u0750\u0011\u001e>z\u0019hNQ\u0016\u000fOlVG-!-O<$#\u0350\u0006per3\\x\u001e?\u001e\u001ai\u001fRs\u001ecZ\u000erz\u0007u5:|o\u0002~\f\u001d_=>~\n\u001f\u038ayHrI{\u00cf_V\u03ff>~\u0018\rsR\u06e4fw{\u000e]x'1\u0017&.L\u0003^LT'0\u0247y,~3OOv9x\u000e\u001c\n4;\u001bG\u0003^?\u0002?Yy=;\u000fYmMIKaSuH\u001fm\u001f_\u001e\u001eVuI\u001f\u0011\u0776mt>V\u001f;7AwmuV8\u0017iR\u001fE\u0680IB\u0013gh3H|9\u00075\u9aedf;\b]\u001d\u0003o<4\u001e\ubee6\u03ff\u001d\u0014Jq1c3M\u0018Y\u0016~\f\u0001i\u001f=PNTa)\n;N\u0011cs\t9AV_D\u0015\u02de\u0012\\9S,u-\u0012WND5av\f&+\u001f+>)O\u0012]\u026d\u0014\u001e%7\u0017>+\u0000{\u0018CVF la\n\u0019L\u001c?y\u001dr\u042d\u00fd'wZ\b&}i!9~lw\u001a:P\/{b?\u0006H\u01cfU\u0018Dl\u65deI_KN^{\\]r%\u000f$nF~\u0004m{\u0133\u9b9e\r^\u0007^r\u001eL{\u0016I}ur%\n9B\u001a\u00c8\u04bbOxJ8\u0013p\u001e:{\u0004~\u03ebO?}\u0014\u001f\u03bcvVqd7\u001f~y?(~!OuO4f \u000f\u001d\u05f7T9o\u07ed\u03e1\u001e\u073e\u000b|\u05fby3A\uf8ff4:\t]0R\/>.\u067dw\u001c(tV_>|;M\u001dLk$Lx<\u027d\u01ffF\/\u000b35O\u000e\":9_;\u0007\u0010_x:=zi_\u001f{1\u055c\u0018\u0016\u073e4\u001e\u02d7:r)\u000ej\u0703= >9_A,\u001c\u06c37\u0005z%\u0002sM\u04dctOO\/+\u01e78r\u04f4?^.N{ZM}\u001d\u01efp`\u000f\\z8{\u00071#?*\u000fG\u001e\u0013tbQ\u001fCs\u0016\u001c\u00fdcfb\u0011\u001f\u0007F<\u0006,\u001bO^wW+\u0006}\u001e=\u001fsX\u0004\u01bd<}o;u\u001ea2^Uhk$aK4'\/4\u001c8N\u000f6#fHe\u0003\u0017eK2-\u053cP\"\u00a99iZE)\nN{\u06b6@\u01cf9\u0001\fg\u000f6B~W\u0019s8\u01f5u\u0013?\/x\be>C?A\u001d\u001c\u000e\u0001xY\u000fi\u0005g=u\u0005?\u0007D\u0007x\u0016't\u0003<\u000b%{\u0003\\\u0017\\=B.\u0003w\u0007N~u\tS>\u0016\u0003Z>^uA=;#\u0364\u001b\u0012Nu`\u001a8?SK95GI\/\u000f\u06a5\te\u001en&?V|={OGlqK]\u00e1\f\u07e1\u059f\u009f#f\u0515%\u001f?]*ANiB;o\u0016\tVO\no\u001d:\u0016\u0015\u000f\u001c\u0003\u001f9=t\u000f4.&ym|{\u001a=\u00c7R:el rk+M':7jaW%&*x\u0010t~G^L\f\u0016o7\u001f%v\u0003!t\nnr\u0019\u000b%k\u001e{\u0358L}\u02ca.wmb\/\u06efVw\/m)O\u0011^x\u01f1B9[hCo.zy5m}}zZ=\u0006W\u000fMe|N3\u0003n~\u001f\u0016 X}u\b\u6517s\u000b$s=]\u001e\u0007O=OA>\u8ce5<Ot\u041f\u00058Ci\u04a3\u0007\u000ez\u1a3e_\u00dfU}}(E\u000f{\/\u001d\u0587\/}\u0004p\nT)`,\u000b\n1's ;\u0001\f8ok?\u0001H\u03f9#\u0002Gk;\t]Or\u00128t`o3a#_vQN\u0001\u06b1\u001cu.\u0018\ud812\uddc6b`0|N\r\u0491a0\u5cc3\u0000\u9cf8f'\u0005y\f6hy\n\u01bai\t.\u065fi'No~\/=g\u001b\u001e\u026b[0|nc1\u0016\u07fe\u000b\u000fl#o\u0017vx;;\/^GN\/t\u000fC\u0005\u000er(uk_P\u001c*Xy6wL\u000f\u000f\u000e_\u0671~j\u0017\u001f\u001aT<^9\u0004{S\u00c8Cmwm~'v;$L7O\u000f~9~n\u000f\u001b^\u001f\u0003\u0013\u0771\u0013'\u0013}BNnTx\u000esm)`}?\u001f?}no\u065bS{?OT\u0010,=\u0006%\u001c~\u00e2Oy8\u0015%\u0005\u0014\u0552|\u000e\u0003K\"\u01a3.e\u0017)(Bi*$K~|X\u0017\u03b7zd=\u0011&\u0017^}85Ot\b\u0007\\\u0010\u000e,CXqxr[m:\u0015aQ\u0011Xsj'wB0mtK7\u0019m\u0754j\u0011z)Xrg\uf940g?\/\u0003k`.q_68\u02eb\u000e\u06df_>zO\u001e?S{v4[7\u0016{K\b}DM&_NedL8`w\u0007\u00033\u000e}\u001e\u0617zZ>+^\u0741-\u001d\u0003\u000f>\\\t\u0018Q~_8z\u001f6~'\u0680fO-\u0018\ud82c\udfc1l\u034c]W\u000e\uf7f7U]?\u07ef~rWsWV\u001f^V\u001ff\u07b6\u01e7??;\u000f\u000f\u001f7zn\u000fk\u0000zzo&?>Fy\u06c7s}\u050dotfLu\u06ef=\u001d?=~ZA\\vUs>c>z\/jto*_?=>?rqhPWjCGnlss~jwo9F\ubbdf4N#.\u001f??}X_|{NO?|\\I[@_~x]\u0013O#l\u000f\/t~}zn&5\u0017M6U~l\u05bd@Zw{\bT\u001cy?\u0011Eo |\u000e\u01e0\u0006\u001d\u00c0\u0005}\u0016Aw\u041c]V\/'l\u0005\u001fIq_}\u0013?5\u001fq\u0017X7\u079c_6C|y|fOf\u0687O+_onUOw3\u0016\u0010'>\u0018\u0017)5P^r\u0410~i\u02df\u001ek\u033cz{\u0007V&\u0010v\u01fc:+6U6{s\u000fmk\u0006\u0004\u06ed}V\u02fb?>>K7\u03ff.|K:\u0007\u060e]*\t;iS7\u0000}\u00174?:[%v\u0017\u000bo\u0016m?_9\"?\u073f>$3z\u001c\u0019q.o}\u0269b\u001a''\u000f\u0012Z\u0015\u001d\/5#\u001d\/p\u0007x'\t\u00ad\ufb96hq-\u001dhq|\u001a`\u001d-9GU\u001c-n#\u001d-oh\u001d\rRLhYI\u00174~5GLy9Z)VzGu,'z@+',he\"'Jy;X'r'dQ\u01f8\u0007zE\u5a25Vj\u001d\u001fg\u0520]\u0010vl?}:;]btz1W\f\u0005\u0015\u001c\ua08a]\u03ebO;w.j?]L,$\u0007mwk\u0016Zu\u0001u\u0169Vl@Eb^\u000ehT)7A\u036d\f\u000e\r\u000f]\f\u001cT\fj{@ata]\u077dk+I|h\u001a\u001f\u0147E|2>\u0014C|Z\u0019\u0017!2?]J};\u000b\u0002Z;}mP^\u0006c~NX:\nP\u0761R7a=\r\u000e[s}s^~loSo\u06df\"T{L?5\u001b9]c_\u000fK1;\r]\u000fQ\u0015Ii}j=w\\e\u07ec^\u001d7'\\>n\b^be\u00196\u05fclMz|\u0371N3_\u001e~\u000b;\/?=\u001c\u0016pM'u\r\n\u07e14wR\u000f_u\u0006N8k{W}\\\u000bi`\u0006L\u035do\u037fxxYI(kg\n\\6l1z\u000f~\u066e\u0000\u07b7X\u00fbWO\u000fw\u07bd&\u0017w,9y=\u0001\u0018~o?~h\u05fbR\u0001\u0001o\u001f3\u0742q\u0766oW9I=F\u076fYJQfz:\u0002xnl2\u001ft\u001a\u0018A8\u04c1\u481b \u0011A+Do,{\u0006\u0011\u0014\bG\"\/S\u03d8GY\u0007N\u0006\u0505_Lv\u0012\u0011\fKE0<\u000b'\u0001a\u03ea}\u0016L=w\u0501Ow\u049eH?'Mhk`x=.o7x,_x\u001e^eE\u06539\u0000=c$u,2:\u0001\u0017\u0277>\u0003a\u0014U^iG\u001f\nj;z\u001d+fq(&+_^\u0354_E\u001e)v\u0014sa\u029f6hQ\/\u04bak;)n<>\u0019\u0012O\u0005Voesst\u0766(\u06b9g5;\nuT;\u001ah+xO\rO\rI\u0730?9,Opr\b\u001day!\t\u001f\tby\t\"\t!)by)\"\t#IbyI\"\t%ibyi\"\t'l\u0005\u0016lQ\u001f\u0202gl?[dE?[\u01df-\"\u07df-\u0016yl\u0016g\u0001V\u0004\u0016lQ\u001f\u0203g|?[E;[T\u0016ylW?[E^:l\u0007\u0016bg\"x(}W\u01df-\u0662H]\u001d(g\"wu\u0662\b-|g\"l\u017e\u0013flQ,]\u001d(gbH?[\u0014E?[$\u01df-\u0662\u061f-\u0016El\u071f-\u0016b?[$\u01df-rH?[,gl\u001cX\u0006\u0016\"9l\f-Erb\u0019.dH\u0133b?[\u01df-rH?[,gl\u001eX\u0006\u0016l\u001e(grH?[E?[\u01df-\u0662\u071f-\u0016elQ\u0016g2x(gE\u0019<[EzE\u0019tNilQ\u0016g2x(gE\u0019<[TEv\u0662\n-\";lQ\u0005\u0016l\u001dgj\u020e?[TE?[d\u01df-\u0662\u069f-\u0016UlQ\u0016g*xgE\u0015^k?[\fN+j,l\u001fgz\u020f?[E?[\u01df-\u0662\u079f-\u0016ulQ\u0016j,l1~\u0182]\u0016j,l1b\u0182]\u00165j,l1\u0007M\u0182]\u0016Hj,U\u061f.Nri-!Tt\u0016^\u061f2Ni-qUMk\u0013lZ\u000bw?q`5gZ\u0004+:\u009dO\u001e'X\u0674\u0016l8\u03a6pg\u0013\tVw6\u0005;\/NSZ?K<\u0015 E)\u0016y\n<k>\u0004>d:$3\/N3\tLK?\u0013,Lk?\u0004?d:$3\/\u0000N\u00004\t\u0000MK@\u0013,\u0001Mk@\"\u0004@*d\f:2$\u000e4\/\u0004N\u001049\u0004\u001c^E }I\u0007%6%koI,Ab\t\u0012K\\\u13f9\u0004|\u0002>\u0001`\nvHb\u01386_w[8'Rv\\\u0453\bIk\u0013&?<}.mS{~\u001f\u001c\u052b}>}jPgYyzP&\u000fw\/\u001f~]'A>\u001e^\u0019&N8\u0012'&w>9^dg8~WO7g\u001b0[T\u0006\u011bsb\\us#=+\u0016'\u000f?3\u0784\u001aoTo\u000e*F*Ns+\u0015\u0430oa\u0357\u0507A|\\oWb\u001fP|\u05fea{rX_=\/?~\/Yf\u000bka\u011b\u00171\u0298\u001b_~Y_\u071d\u0004?z\u063b\u001dSM\u043fvCymxB\u001f\/:%\u000fj\/|H?CP\u00ff\bby\u0165\u0010\u06da?>O\u0002(\u0011J%\u0012\u06ffD-K\u0018tb\\\u000b(K\u0003\u0006\u0013Q_L\u001bb_\u03ffba+v\u0003Rug.\u0001\u000b.vi\u0232}gj\u0011{&u}\u001dG}\u0005>\u04aeC<\u0002\\\u0015\u001eoqGul1w]Cxbs<[z\u05d5Om?rq\u07f68U>g,\u02f2kSs|F-Sp)-~\u0012n\u02f9\u0012D\\-4Om9Sq[dWqO\u01ceY\u07fay:M<\u001ec\u0004\u0776m\u001d\u03famk\u04f4\u000f\t\u00ccC}v|\u0000\n\u02a0\ufdb8\u0019\u0014\u000e\t<\u001ex\u001a_]D)=+)u\u0007>c\u0002OG?\u001b\u04437D7w\u07b8y\u05f2[\u0472e[qmb\u0017\u001b#f\\U,?~\u0010l\b\\\u0006:aeh\u0594D\u001dNzxytI{\/k#vA\u0012\u06fa^vY\u0003\u0014FKj\/R;f]Ys\u000e$o\u0013%\\\u0006\u0003FmU\/hl~\u0004kl[*c\r\u0711%?\u0004=cc7r\u001dkK\f \u0012\u0006:`\u0000.\u0018e0l\u3890\u0011;J:!XW_n\u07ec~Il,)\u001aIe\u001b8\u0014V\u001caj!,\u065cc\u0004\u000f&6?)|\nN\u0011lulG<{l#z\u0002\u0676\u074c44y&5d\u0014|\r\u077f:?\u0699];65\u000b~V[Sy\u001eu_|a>\u068cg}\u000bMY\/\u000fK\u0003\u03b3_?s^.\r\u0758si%\u001f\u001a!H;S#p2hk$Q?}\u05f6\u0010:j\u03a0\u000fOC6\uaaba\u0677>\u0003\u0016zj\u00eazK3+\fOM\u001f>\u001d}\u0010n~{xlewv|'u.J.??mds\"}\u049cI\u0013rY\"o}_p.\u00166\u0010\"f\fQKGco$\u04b9\u000f\u001fW\u000f[6'\u07e9J{^\rv]vhnNU5tx>\u0011:!Z\u0018-?\nO\u0006~\/\u000fX\u00bawH\u001dj\u00162+{\u00174+4K\u0017gZ\u0630+\u0005\u000eE\"\/^\/\tyhI\\\/\/\u048e\u0737aW\"I$zq\u023a\f\\P'_J%r\ue087b\u07d9o\u00eeD\u0014+i\u00179:\u0002W\u0006.hR.n\";\u001fn!v2l\"\u0006\u4ef2Xe[~e[\u0000\u0017\u06e5\u00108\u0016N\u0016<2\u0016C}#iAE\u0011\u0005\u0010khy\b\u00e8Y_\u0004!\u000f1J\u0011`b\u001f\u000e\u0006k\u0005\u066dT@\u01fb\u07ce\b\u000fGo\u0016k\u00117G3\u0010o\u00cd)o\u014e\u0017kA=o.\u02e4\u0697J=t>-L\u0000\u00027g on\u0015\u069f\ud3c7{\ro_l\u001e\u009aa;f*u!\u0005,T]~j\u001d\tn7\fN\u0017es\u0017\u00136|\u001b;YZ|\u04bb}\u0015dy\u00185l\u0001`A\ua7a0N\f\u000bf+\u0004jV\u001d\u0560f\u0019j>@P3\u000bjfYl\fjfj\nY:_t1Q\u0001A\ua7a0N\f\u000b,,Z+_-5i&z\\\u0016\u0353Y.|\u0018jn\u001ehAE\u03e5dCjY+N\u060bP3k\u0000j\u0017\u0019j\u00015C\u035e\u00025[f\u0019jAf\/P;\u0016j 5\u000fUcxU2?\u0010\u00035f\n\u0560fG5\u0019j-P3\f5f\u0019j\u0016\u001bf\u0019j\u001a\u0006jf^\u0017Nj\u0007{;1Ps\/(g9Y3\u001e2gI6\"Jr@0s\u0000fi\u001d,\u001a@\u0005YFekn \u0232 V=d\u0019YF7q\u0232\u000bE\/(\u048ez\rteC\f\u000bBM\u0000,w!2|lAed\u0017,#\u0232\u0018,#\u02325\u0232h-\u001d\u0001A\ua790N\f\u000beaS\u0295\b\bZZ\u04f2\u001fIKcT\rD\u001cY#\u001dN.\u0012h\u0006\r\u0000\u00024\u0003@57fSf\u001e\f4\u0003\u035b8\u0005hv\u0002\u0017fq}ZNh\u0007{\u0002;1@s\/(\u001a\u0005=e\tPWpCs\/l!\f.\u0006\u04e4l\u00032oF2KV5\u04b1,\u0004C\u0003P@P3l\r\u0019j\u0014\u066a\u00075CP&\u000ej6{\u0771P\u0005YZ\u0005`A\ua7a0N\f\u000bf+\u0004jV\u001d\u0560f\u0019j>@P3\u000bjfYl\fjfj\u001aY.\u0000X uOPs'\u0006j\u0005ES\u0010T.\u0001[\u0467\u0014R\u001c9OH\u03d0>\u0013)\u001b\t3\u04b1H\u00035CP3\f5CF_P3\f5CbcP3\f5CV\u0003@a]3Yf}'\u0013\u00035f\n\u0560fG5\u0019j-P3\f5f\u0019j\u0016\u001bf\u0019j\u001a\u0006j\u0007PTI uOPs'\u0006j\u0005ES0H>\u0017U\/SAu#\\F9oOt}\u0004jVJ\u01f6}uf\u0019jf\u000bjfYl\fjfj\n9\u001fb]%\u000e\bR\u00045wb^P,5KT7(\u059a\u65bd*ZsQ-\u079aeD9\u001cY+\u001dN~\u0012k\u019a\r`5cX57fSf\u001e\u058c5c\u035b8\u0005kvb\u0017\u0001*uZs\nAXs'\u0006k\u0005E[0,k\u0016j_57\u0017E2\u041ae3L\u0012\bk^yD!MH\u0129=\u0007kJ\u01f6\u0013\u03d3X3l\u0000k\u0017\u0019k\u019a5c\u035e5[f\u0019kaf\/X;\u0016k5?%\bTi uOXs'\u0006k\u0005E[\u09e4ha\u0016\u0017(>\"B(j.\u02f4hn}\\\u0019\t)4\u04b1H\u00035CP3\f5CF_P3\f5CbcP3\f5CV\u0003@\"\u001bt\u0000X\u0006C:pR@RP!\u0006j\u0005AP\u0015\u00025oA\u034ejP3\f5\u001f[f\u0019jv\u00055CP3,6\u00065CP3l5p\r,i\u0017ctu@'\u0013\u000359|3h\b\u059a9FAbQ\u0014g\u021f7\u000f{\u0240\u0014\u0010q=C\u001b[\u0019:(3\u028c2(3l2(3,62(3l5p\r,Ju\u02ac\u000fR2wbP^\u0010\u028c2\u001b\u0011(\u001a\u072b2(\u0005eFQfw_(3\u028c2bc(3\u028c2V\u0003\u05e0\u001f,u*>H\u0013\u0709A{A,L;S\u0011WIi>4mFS7\u00173s'yZUz-\u074cD\n\u00054kvcI\u0001P3n\u0000j\u0017\u0019j\u00015C\u035e\u00025[f\u0019jAf\/P;\u0016j 5K>\u0005\u0018K\u001c\u0010\tj@\u037dhj\u000e#\u00197y=jN$)\u0017b9-p\u00005oF2$RfW:j\tj\r@\u00025CP57fSf\u001e\f5C\u035b8\u0005jvB\u0017fqu_\u0007Nj\u0007{;1Ps\/\bj\u0010y[\rjvTf\u00025CP\/\u0019jf1\u0019jfkf\u001d\u0000:Y\u001f\tj@\u037dhj\u0016\\K_-5gY>4MsXVG,[fE: z$$\u0010WK\u035a]v^f_\u0003P@P3l\r\u0019j\u0014\u066a\u00075CP&\u000ej6{\u0771PY~9V\u0007=.8\u0003'J3\u0006j@\u037dXj\\\u0002o^5I\u000f]\u059c\u0017\u0262\u0014\u0017Ni*YJ){#.f\u036etl!K\u00b1f\u0000\u05bc\/X3\u058c5[s\u0003k\u019a=\u0005kaX3\u05bc\u00da^fw,|Ak\u001e\u00abz*\u001d\u0401WAXs'\u0006k\u0005E[Xf3\u02f2e\u03dai]-=\u0017c\t:\u000eH\u00175\u04b1\fX3l\u0000k\u0017\u0019k\u019a5c\u035e5[f\u0019kaf\/X;\u0016k5:)uZ>H\u0013\u0709{AX3l`jX\u001a\u058c5c\u0016\u0019k\u019a}aX3\u058c5aX3\u058c5[\r\\5?\uea27\rtUX!\u0006k\u0005E[-k\u0016NkWk\u0005\\\b{\\&eKYJ^$lG\"\u7a5f5kve\u0249f\u0000\u05bc\/X3\u058c5[s\u0003k\u019a=\u0005kaX3\u05bc\u00da^fw,|AkX^\u001d\u00104W}\f\u000b\u009af;\u0004kV\u00da\u001d\u0570f\u0019k>`X3\u000bk\u019afYl\fk\u019afj\u001aY]:Y\u001f\tk`\u037dhk\u0016\\\u0002^-5W\u0007Ss\u0019^\rX+=nF\u00ab\u0001\u04b1x5\u000e\f5CP3\f5\u001b}AP3\f5AP3\f5[\r\\\u00035YK;)uR>H\u0013\u0709{AP3l@jP\u001a\f5C\u0016\u0019j}AP3\f5AP3\f5[\r\\\u00035\/yg%\u000e\bR\u00045wb^P45RD1WkI4\r;lkN[<\u0013\u07a6\u0018cIl\u001f*^\u0019x5\u04b18=\u058c5\u001f\u001a\u0005k\u019afkn`X`V=\u0019k\u019a7qX\u000b\u015a\/hzzJu\u05ac\u000fR5wb^\u0010\u058c5!X\u001a\uca065cX\u0005k\u019afw_X3\u058c5cbcX3\u058c5cV\u0003`\u000b:)uZ>H\u0013\u0709{A\u05bc\u0014NT\u059b\u0001gJiU\u0016y\"%\u00f09K\u06db\u0006!5N\f5u]tDR?\u0007jJ\u01f6\u0013.AP\u0001y_f\u0019j\u0006\f5{\nl\u0543fy\u0013\u00075@Xr,\u8681\u0018K\u0014;pa\u0013\u0709{AP3l@jP\u001a\f5C\u0016\u0019j}AP3\f5AP3\f5[\r\\\u00015v\/\u0260!vDQf8ckX\\\u000fR\u00046bYxs\tpz\u061cdy>Y\f\u6939=i\u001e?M\u001cD#+<]\fx;v,b9jw}\tr\r@\u00029C\u039057 gS g\u001e\f9C\u039b8\u0005rvB\u0017$\u00014\u013aNrI!\u0004AF\f\u000b%g9qr:)J0\u0013seCPrn\u001e\u0005\f\\i1cI\u0133,Y;\u001d[O\u06133k\u0000r\u0017\u0019r\u00019C\u039e\u00029[ g\u0019rAf\/;\u0016r\u001c9K.)u]8 H\u0013l@\u03bd \u0019r@\u03bbj\u001a\f9C\u0016\u0019r}A\u03903\f9A\u03903\f9[\r\\\u00039\u000fH[,usLb!\br6b ^P49\u000b\u0013t7sM\u0014E!]\b\u001ba#{.\u000b4\u039c\u02e4\u0016eHn+6gtm!b9c\u0387\u00060}1g\u065a\u001b3)U\u000fs\u019c1M\u001cl9c1\u000b4\u0012,u>H\u0013l`\u03bdhs\u0016^7ecsU$I\u0007s\u0010\u0017\bp%D<\u03415\u04b1\u0001\u0019lv7\u00006\u000b\f6\u0000fO\u0001z`3\f6of\u0017\u001d\u000b6_\u0010E6\u0010\rtfn\f\u000b\u0002f+\u0004lV\u0003\u001df\u0019l>`3\u000bl\u0006fYl\fl\u0006fj\u001aY8\rl:Y\u001f\tl6b^P46\u000b\u0013tDH|\\\/d6Oi%Y\u032a\u001ex3\u0014i\u009b5;\u04f5$\"\u0001\u0001C\u0003\u0000\u03803l\r\u0019p\u0014\u066a\u00078\u0003\u0380&\u000ep6{\u0001\u0771\u0005y\u0000u\u001cCB\u0010l\u0000\u03bdhp\u0016657 ,kir\u000f\u028bBZ\u0015\u001dyQ\u035b\fy\u054ajw\u001fr\r@\u00029C\u039057 gS g\u001e\f9C\u039b8\u0005rvB\u0017$gia`\u0017Nr\u0007{\u0018\u0239\u0017\u00049C\u0018yW\rrvV!g\u00029C\u0390\/\u0019r!g1\u0019r!gk g\u001d\b\u0011\u0001A g#\u0006r\u0005Et7\u0002^97\u000fI\b7\u02fa\u0016>T97O!e2$\u0017f,y\u001e\u065d'I\u0019s59\u000b9c1gOz39o0g\u0017\u001d9_\u041c\u0144\u001d\t:Y\u001f\ts6b0^\u00109;b0]5Y\rs\u019c1c\u000b9c0g\u0019s\u019c0g\u0019s\u019c\u0006EtHTi uO\u001190g\u00119aj39\u001f[0g\u0019sv9c\u03983,69c\u03983l5p\u0005\u000f0E\u0014\u0007\u0004{\u009c\u0018\u0339\u0017\u0014k\u001b\\KYX\u0754\u4727b\u000b.zJ!M\u06e7E-$\/\"(\u0150\u001a\fY{\u065d'\t\u0000r\r@\u00029C\u039057 gS g\u001e\f9C\u039b8\u0005rvB\u0017$giv!X\u0006C:p s7\u0006r\u0005A\u0390s?\u0006rU g\u0019r>@\u03903\u000br!gYl\fr!gj\u001aY1z\u0017Nr\u0007{\u0018\u0239\u00174Or.\u02ea,r)s\u0005\f9Cj3\f9\u001f[ g\u0019rv\u00059C\u03903,6\u00069C\u03903l5p\r<\u0000Y\u017aNrAV!\br6b ^P49\u000bt7B6]\\U\u0363K9u`\u03983\u000bs\u019c1gYl\fs\u019c1gj\u001aYLh\u0691`5\u001b\fi\u0382fa\u0018\u0339\u00174Ss\u001e-3\uca0b9\u00113n\u0000s\u0017\u0019s\u019c9c\u039e9[0g\u0019saf\/;\u0016s9\tM;\u0012,u*>H\u0013l`\u03bdhs\u00166\\%(l}r^6\u001bE&\u01502\u03f2j\u0000nRAzg!g\u0000\/3\f9[s\u0003r=\u0005rA\u03903\u4f09^ gw,|Ar\u001e\u0003Hd\u000fr@\u03bd \u0019r@\u03bbj\u001a\f9C\u0016\u0019r}A\u03903\f9A\u03903\f9[\r\\\u00039?-@T\u05c9 uO\u0011\u00039Yht.\u0001O\u02b2B\u0018\\ON\u04c3s\u074c.#7\u00121\u001cY+\u001dN\u00046\u0006}\u0001f\u065a\u001b`3)`U\u000fl\u0006M\u001cl\u00026c\u000bbC18 H\u0013l\u0100\u037d \u0019lBm5Q\rl\u0006c\u000b\f6f\u0019l\u0006f\u0019l\u0006\u0006\u0001\u015fw\bXU}'\u0648\u0001{A,L<\u04f9A\\-6'p\u0005\u0591Lc\u071eZ\u01a8d\u001a\"\/\fn\"E\u0002U\u04f5p=\f9\u001f\u001a\u0005r!gkn@\u0390@V=\u0019r7q\u000b\uc385\/Hb\u000e\u000e\u0004Ku\u022a\u000fR\u00049\u001b1s\/hdEs\/,!!gY\rr!c\u000b\f9C g\u0019r g\u0019r\u0006\u0003Hq\u0019#b\u0007.R\u0014z\u0018\u0239\u0017\u0014Kl+\u0011z9)\u0305y74I\u0012X?\u029c*I\u0016B\u02e6n\"f\u00149kvk\ry\"9\u001f\u001a\u0005s\u019c1gkn`\u0398`V=\u0019s\u019c7q\u000b\u015c\/g\u03a9p\u0018wM1\u026c!v2Es5\rI6!=8U\nu\u0007\u016a4L\u0012m9::\u0365dY\b\u0013sT_#9METRX\u0004:I]\u0015^\u001aK^$C\u0012\u0012_-:vgo{\u0012t\u0006}\r\u0002:\u03a057@gS@g\u001e\f:\u039b8\u0005tv\u01c2\u0017D\u00015\u013aNt\u026d!\u0004V\u0010\u000bEg\u0002\n:o\u000e\u042c}\u0224\u0017\u00019E-CLRUE,n@gtm=!3l\u0000t\u0017\u0019t\u0006\u0001:\u039e\u0002:[@g\u0019t\u0101f\/;\u0016t\u001c:K.)u]8 H\u0013l\u0005\u03bd \u0019t\u01c0\u03bbj\u001a\f:\u0016\u0019t\u0006}\u03a03\f:\u03a03\f:[\r\\\u0003:Pp\u000e\bR\u0004:[As\/(\u001aM\r:\/\u000byH\u0013l\u0005\u03bdhu\u0016\u001eK7e\";\u0439L3I0i\u001e\u0417?\u0016$\u075d\u01db\u0004}u@g\u0019t\u0006Ag\u000bt\u0006AgYl\ft\u0006Agj\u001ay\u0000u\u001cB\u0010l\u0005\u03bdht\u0016\u001e1\u6078\u0014_\tC:'st2&nJgtm=V:\u03a03\f:\u03a0\u0017\f:\u03a0\u0018\f:\u03a05.\u001d\n\u0011\u0001A@g+\bt\u0005E t\tzH\u0013l\u0005\u03bd \u0019t\u01c0\u03bbj\u001a\f:\u0016\u0019t\u0006}\u03a03\f:\u03a03\f:[\r\\\u0003:l\u0421`\u0013A@g+\bt\u0005E0H,$2\/\/\u0012Lyf6q\u0014:7\u0011y\u0018y;\u0016Y;][\u000ft\u0001Ag\u0019t\u0006Ag\/\u0019t\u0006Ag1\u0019t\u0006Ag+@|\u0000)u]8 H\u0013l\u0005\u03bdXt\u001e\u8f3e,is[\/,,vsl\u001e`3H0m-`1hsZ\u02c5x\u0010\u00035z=\t:\u03be\u0006@}\u0001Ag\u065a\u001b3)U\u000ft\u0006AM\u001cl\u0002:cA\u000b.\u001d\nQ\u0001A@g+\bt\u0005EMz3\u001aY,zp~y\f\ua725i\u000bc\u0011,Y;][o\u0663\u03a8\u0001y_Pg\u0019u\u0006:{\nlCQgy\u0013:X,\u037c\u0005Ku\u000fR:[As\/(Zg:K\u0012s^eyR\tsuC7O;\u0003t3\u0016Y;][\u000fuAQg\u0019uFQg\/\u0019uFQg1\u0019uFQgkPgiv-X\u0006C:py\u0019:Pg\u0011:\ufaa1j3:\u001f[Pg\u0019uv:\u03a83,6:\u03a83l5p\r,kR]:=V\u0010\u000bVga%5^t.\"\tps]\f<\u0014\u000bK\u0000Mc]zKW\u0007t\u0006Ag\u0019t\u0006@g\u0019t\u0006@g\u0019t\u0006\u0006\u0001\u0177Au(XDg}'\n\u0002{A,LAu\u8714iJi\u0272IY\u0014U&&@\u0312nfnc\u00111\u0007tVN\u0013\u0004Agg\u0003\u03a03l\r\u0019t\u0014\u066a\u0007:\u03a0&\u000et6{\u0001\u0771\u0005y\u0000u\u001cB\u0010l\u0005\u03bd \u0019t\u01c0\u03bbj\u001a\f:\u0016\u0019t\u0006}\u03a03\f:\u03a03\f:[\r\\\u0003:KL\u04e5\u0018Q\u001c\u0010\tt@^P4:\u000b)#L\u0012\u001c^t\u04ea\u0304\u02d6\u0003eZ\u0559Q\\I^eRXfw;\u0019\u0019tv6\u0000:\u000b\f:\u0000AgO\u0001z3\f:o@g\u0017\u001d\u000b:_\u0010\u015c\u001d\n:Y\u001f\tt@^\u0010\f:c@]5Y\rt\u0006Ac\u000b\f:@g\u0019t\u0006@g\u0019t\u0006\u0006\u0001WAu(XDg}'\n\u0002{A,L=SW]:7wMO\u01fd7\t6II]\n\u001f*MR\\e\u043bVU\u04f1=:\u03be\u0006P}AQg\u065a\u001b3)U\u000fuFQM\u001cl:cQ\u02e9s1\u0014\u017a.R\u001c\u0010\tuP^P:KSRga\\:\u035d~\u001a,89\u0272*\u0005Rd\u00007\u074cEL04\u000fuVN\u0013):\u0006P}AQg\u065a\u001b3)U\u000fuFQM\u001cl:cQ\u000b\u0004)]\u000ba\u0001APg+\bu\u0005E4\u0094.uNUB~>:g3S&$CVfQ\u0003RDl\u00ab\u0004\u04f5x\u000e\f:\u03a03\f:\u001b}\u03a03\f:\u03a03\f:[\r\\\u0003:K3KR]':=V\u0010\u000b\u0002A~\f\u8f2b\u0006:;\u03a03|l\u0001Ag\u0017\f:\u03a0\u0018\f:\u03a05.\u001d\nV\u000e,n\u001ft6@^P4:\u000b\"j\u0010Nm\u05eby@\u0014NsIV\t9_T\u0365jn2$Cfw\u0790\u06283|h\u0000u\u0017\u0019uF:\u039e:[Pg\u0019u\u0121f\/;\u0016u::\u0016,u>H\u0013l\u0005\u03bd \u0019uv\u0120\u03bbj\u001a:\u0016\u0019uF}\u03a83:\u03a83:[\r\\:K3kR]:=V\u0010\u000bVgaF}t<\f~`\u0000&9%Xdi\/$C\ue3c5w\tjwk.A_\u001d\u0019uFQg\u0019u6BQg\u0019u\u0016\u001bCQg\u0019u\u001a\u0006u\u001eb]:0\u0010:[As\/(Zv-u\u0016j9)J\u0001{\ua714UZ0c\u0539\u0019P\u03b03\u000bvagYl\fvagj\u001aYD\u000e\u0006Ku\u000fR\u0004;`^P4;\u000b\u03f4D8];iR%eWUz,\u001b\u0340R\u06banB\rtm=l\u03b83;\u03b8\u0017;\u03b8\u0018;\u03b85.\u001d\r:Y\u001f\tw\u0005\u03bdhw\u0016&\u07f4;\/\"kn\u028545'`\u6a90\u0015U\u0729a1\\%yH\u0007Sp;\u0016)\u001dH\u0013\u000b\u009d{A,L>\u04fa\u04fa\u0004\u001dE\u0010_V_P>;'UZ\u0016\u0012GsR\u0343M?\u0016;kwkW\u0007vag\u0019v`g\u0019v`g\u0019v\u0006%Hb\u001a]tdp\u0010\u000b{A,L>;o\f1m\u001ff\u000bac9MeIa1<\u07a4E:x\u06f1{\u0016\u065d'^@pg\u0000\/3;[s\u0003w\u019d=\u0005w\u03b83\uef09\u00dd^pgw,|Aw\u001e\u0000b];0\u0010;p^P;u\u0010\u0017;7OiI\u02e4c9+Knc\u0019\"\u039az\u0019\u0013w\u019d\r;\u03b857pgSpg\u001e;\u039b8\u0005wv\u0017tgiv5X\u0006C:p@\u001d;pg\u0011;j3;\u001f[pg\u0019wv;\u03b83,6;\u03b83l5p\r,1MWNw\u0007{\u009d{As\/\bw\u019d\u001d1\u001a\ucb06;\u03b8\u0005w\u019dqgw_3;bc3;V\u0003jT uOs\/\bw\u0005E0L\nz_+<2WuZ\ti4'R\f;F\/\u0006$(\u078eE\u001cY;][O\u0012v\r\u0002;\u03b057`gS`g\u001e\f;\u039b8\u0005vv\u0017dHNv\u0007{{As\/hH\u0013\u000b{A3\u070fw`gg5\u0019v-3\f;ag\u0019v\u0016\u001bag\u0019v\u001a\u0006v^\"`A`^\u0010\u000bfga\u0595%\u0779\u03aa2K$@s]&U\"\u0088s:oRrX=\u000bwN\u001bFF\u0019w>4;\u000b;qgOz3;opg\u0017\u001d;_\u039d\u0001(u uOs\/\bw\u0005\u017a4H&\u03bd\u0005s>$\u0019;g\u0016hQH_sBrgtm=;\u03b03\f;\u03b0\u0017\f;\u03b0\u0018\f;\u03b05Zjt\u0019\u0481\u0550\u001d\u0004;`g\u0639\u001f\u0003;j3\f;\u001f[`g\u0019vv\u0005;\u03b03,6\u0006;\u03b03l5p\r\rf,i\u0012EsZ-8c`gtm\ud838\udd1dag_\u0003\u03b03l\r\u0019v\u0014\u066a\u0007;\u03b0&\u000ev6{\u0771\u0005Y\\`A`^\u0010\u000ba~\f\ucf2b\u0006;;\u03b03|lag\u0017\f;\u03b0\u0018\f;\u03b05.\u001d\f:Y\u001f\tv\u0005\u03bdhv\u0016&i]o|0hR\u0013sH\u0013\u000b\u009d{A,kZ\u02ebey,no9\u0006sZ&iZ9#\u0639\u0019Pjt\u001f\u00108ZvVN\u0593\u0016H\u03b0\u0001y_`g\u0019v\u0006\f;{\nl\u0543agy\u0013\u0007;X,`p(\u000e\bR\u0004;`^\u0010\f;c`]5Y\rvac\u000b\f;`g\u0019v`g\u0019v\u0006Et`T uOs\/\bv\u0005E0,\u001bs\ue716\u58a8\\-f|p\u7cacD\u001f\u000b\u075d;\u03b83;\u03b8\u0017;\u03b8\u0018;\u03b85\u0006\u001d\r:Y\u001f\tw\u0005\u03bdXw^\n+kxdw^uVpM9,7ss~y|\uf7f7V\u001f\u055fJ\u001do#Co|zj\/gS`\u001c=\u07bd}\u07da4cmb3\n%8\b\u073e\u001b0t96\u001f?\u07b73\u04e7Hj578wCFp{{?\u01ff5-Io!|o\u001fmu\u0014\u0602\u001fRz!\u001di4`+[\u071da\u0000L\u0016h\u0007u:A\u000e\u001f\ub6c0\u001f\u0003rW\u0087\u06eds\u001eb\u3938q\u001e_\/\u05e7\udb7c\udfdf>\u0006v@BP\u001dt\u001d,]Ob.L\\\u0007rz\u0017r\u0017&p]\u001f5\u016fxNs&{\b\u000b|\u001d<]\u0007\u001bPsg%4\/o?x9{9\u001b@Clv`Rp~vjS\u063b3F\u0018t_\u001aO$yV:~<`{\u001c\u0005kB\u001e\"\u0017\u0000^\\qx\u001e\u000e\u001f&G\u001f;\u000bx\u624e7\u0004\u00179\u0003zp\\\u001e?r\u0014OpKK\u001ciu\u001c\u00aavyvW\u0013uvE'\u0011O\u0001g<\u001cc\u001d_D\\X\u000f.b>zx\u0016zh|ro&lMaAunP*$\u0014|RK\u0349b\u8662\u001e\u04c6u0cw!|t\ts&\u0017\b\u05c1\u0011Gsd\/B_\b\u014fmdDuB\u0019|Fi\u6530=qj59p89b\u0209A\u0517\u04dd\u0014Bqn.|R\bC\u001cO\n=+\u0017:8+L :N\u000bari!s<-H7\u000fw)>a\u01adBtO\u000b\u0013U\b&\u2fb9Y\u0001l<\u0004([\u000b\u0004\u0016x~\u0004\u000f\\+5\u0004\u0013|\\d\u0001A\u001e\u0002t'\u001bN\u001e\uafda=\u0104\u000529~l\u001c:},9L!9O\f\":lKOpO%'q;B\u05c1g?yr%\u000f5Ud\u0000KUowo\u0016\u001bi^W]:\u001bO\u000e%k$p{S|\u041cD!aPM'<%\u01cbOsJ8\u000fSpm\u0567\u001f>]ia\n\u000fg^8G2~;yt4<5(\u000f\u06ef??=5\u0003\ufae7Ow1Wf\u001aS\u0018\u0019lJ=\"\u0003\u00cea\u0007o{:\u06c5\u000fv\u0003\u0013NBV\bg]W|R3'vNXqCI\u0018v\u0007'5hx{\tGo6\u079fE.\rW9CYo\u07d3\u0203c\u0007rih\u000e\u0735?~\u001c\u0013O\u0000a+\t\u001c9I_\t@>7\u001f~y?%~!OuO4fIsw\u0004\u06f7+\u000fn\u07c5Z}\uff16\u0018\u001d`N3\u0018}\\{8\u0007Q8\u03ff|\u04ddwd:S;\u00147I62\u0242hvcJ7we\u0017xt&ri^\u0015_E\\}?x\u0011W`\u001el\u0013>\u0017ozL9_.=kx^v7\u001e$-H\u0016\u0011\u077e?\u001e\u0457:rA\u000ej\u0703= >{:_A,\u001c\u06c3]z\u0005.sMt\u04fen\u001e6O\u06c8{x|-7MR\/\u001dq\n\u0007\u5a47\u0003wL\f!9\"\u0000\u001f??|\u001814G\/n1;f&\u001cQ{\/\u04fc\u0019o\"AK\u0005~'}\u001bo*?5\/A\u001f\n\/@ex`^}\u001es.\u001cF3\uab45R?0\u001c`{B\/B\u0018&rRM9\bR#fHE\u0003h\u000b4-\u053cPN\u00a9\u0019iZE)\nN{\u06b6@K\u020f9\u0001\f_k\u000fRB~7\u001as8\u01f5\u0343\u0013?\/x\be>C?A\u001d\u001c\u000e\u0001xo\u000fQ\u0006\"0\u001fbS\u001d\u0561B\u0017:C^\u0016X[}P_\\*C\u0019Y.tx\u0012\u000e\u07c8+^<=\\m9_WW8g^N\u03d63z\u07b4\u000fbT@o9\u0005o9S&\u071cm]\n\t\f,m\u02c9\u04d3|%Tq\u057dpgn\u071br`9u\/)}\u000f`SSArP9bW\f^>\u0017\\;BK\u0006A\u0013?\u000b9]cnt\b\u001c\u0013SgzQy\u07f4\u000ft\b8a\u001eN\u001b\u0012t)4Ot@\u06a9Op@Z^\u0001-\u001fWM\u0011f\r|:O\r'8O-A\u001c_'?h'|@lZ@\uf87f;\u001f\u0011\u0007$5\u001cJ\u001d:NnY98hF]Y\u0765\u0012\u0018DI&t\u000fxrn\t\/cX1cC\u0000C9ob\u0007\u01b7w}|^=|x\u0013v\t\".\u72bf\f\f\u0004.~s\u0016vE^\u0002ob7\u000bMHw\u001b\u010f}\u0007ux@j\bo\u001c\/X\u02db\u0014g\u06df^V\\o.v\u000fn\u0017{y~{iMy(\u0017?G\u0017@\"\u02b1^D\u001bJ~sC(w{^A>o\u07ffVC\u00138\u0010J~3A3\u0003n~\u001f\u0016 X}u\b\u6517s\u000e$s@]\u001e\u0007O=OA>\u001f\u02cft\u041f\u001d'9\u03e1\u0017\u001f998]~OU\nC\u0523\u0007\u000e{>|#\u001aS$O\u0001Ye\u0002\b\u07de\t`}\u01d7__\t@z\u001d\u0014 >j_I W's(;\tH\u00076?\uda16\udfc4\u0018\u0014\u001dQ\u0001x\u022f\u000bOyj*\u0006\u0006y \u001d?^\u001c\u0006S>;\u000b_>k}R?.kV\u0798\u000f\u000bny&`\u001f\u2253?KO=\u0006_v\u000e{}W1\u0018Ko\u07c5V\u0747bm^\u000b_hEN#\u0017:TR\u00a1d}C\n+RE\u000f%\u03e1g+okos\u0010\u001d7vAC;58T&\u0017^}bCB\u06fc\u0364>\u0019\b}sy\u0013\uc5dbV71\u000e;\u001d;q2;w+3\f;\u0473\u000e;1c'a\u0749}t\u001e\/\u07f1_}x|\u0019v{X_\u06c4\u001e\nzzo&?>Fy\u06c7s}\u050dotfLu\u06ef=\u001d?=~ZA\\vUs>c>z\/jto*_?=>?rqhPWjCGnlss~jwo9F\ubbdf4N#.\u001f??}X_|{NO?|\\I[@_~x]\u0013O#l\u000f\/t~}zn&5\u0017M6U~l\u05bd@Zw{\bT\u001cy?\u0011Eo |\u000eiy\u001et\u06e0c\u0018pO\"\u000ek3tte?pw >)\u000ep3Ov:#^~^\u001a\u0006\u071bf\/\u000f\u07ec~)L|i=j\u001f6pf\u0002\u001db\u0007\u001f\"f\u001fSn~sr\u0017\u001a\/twT\u04dc7QWwO\u001f~\u02a43\u0015\u00024W\u0007_?}}|\u03e6f\u03d7U{.G\u0006x'n\u001f;\u07d4sWpQ\b\u0016\u00064v\u001f{tw\u0011>q7\u001fp@s]K_\u001f?lznP?ul\/\u001f\u001e\u001e_)F'\u0713~\u0011%\u079557\u0019_=ef\u001f?ot<\u000f\u000e\u0725\fKmk\u0006\u0004\u06ed}V\u02fb?>>K7\u03ff.|K:\u0007\u060e]*\t;iS7\u0000}\u00174?:[%v\u0017\u000bo\u0016m?_9\"?\u073f>$3z\u001c\u0019q.o}\u0006\u0015\u001cC\u0003aK,<\u052b<\u0006|ss\u0013]N\u001b\u0017u\u001d;\u001b]mL{i\u00035<_k|_sT\u001bajfo?\u000b\u0017?\u01ffmO^\u0002bsncm0Li_j5kU_mm>-yoh\u2eb9\u0019-\u034du~Fx\\_z\u0604[ry\tJ7a?mN\fo?<.\u02e1c77\/\u033bu)tUF%M{]O7e7[y\u000f?Xeze77B\u0012A[\u0011_l\u00fb\u0792[SB-\u4db2w\u000e\u07be\u00c7\/WhOtJMRi\u0647o.\u0007an*\u000bSq=UW\u001f7)V\u0017%y\u001aJs5\u02bc9i\u0011aW&Ox4y@fe`\u001a*TC~M9L\u00c7m{\u0018t)\u00118\u04f1*t\u001c{&\u0003V$\u0007?I\u0005\u000eZk\ucbfcEX\tQ_\u001f~x|^\u0005\u0546\u000eM\bB\u0005h\u04c0$\u0006\u0013Iu*\u06ca3o;^4]vm*\u001a|LV`\u03983\u000bs\u019c1gYl\fs\u019c1gj\u0000szs&U+ylY%@uNy 8:\u0006d#^G\u001cB#fO\u03a8\u0001y_Pg\u0019u\u0006:{\nlCQgy\u0013:X\u0019u:\u0379Iqgwi\u0018-sZIR\fu,m\u001f\u0006\u0016A\u0540|mDP;m=\u015e\u011dqg_\u0003\u03b83l\r\u0019w\u0014\u066a;\u03b8&\u000ew6{\u0771\u0005Y:atMQ\"\u0001A\u0709A{A,,*8\u04b9,Tz\u000f\reK?bY3\u001c\u0003L\u0001\u540cW\u00f7b\/bX\u0001y_f\u0019k\u0006\u058c5{\nl\u00dafy\u00135`X\u0019k5y1fwu\u0013g+\\4\u0007&\u037dZgf\u0540|\b\u001f\u00184{\u0012s\u019c}\r`9c\u0398570gS0g\u001e9c\u039b8\u0005svb\u0398D\u0319l\u000f:[u&]l\u05eedsUCQg\u0602:\u03a8\/\u0019uFQg1\u0019uFQg\u0001\u066a\u0559l\u039dO;O;\u0006\u065crJ6g9\u03b83|lqg\u0017;\u03b8\u0018;\u03b8U\u0004b];d0\u0012\u001d\u00108|Nq&]j3\u065c7\u0570f\u0019k>`X3\u000bk\u019afYl\fk\u019afjg2\u001cjjV,%s7\u0006l\u0005L2gWW\u000b$sU!g\u00029C\u0390\/\u0019r!g1\u0019r!g\u00017[u_f9?(N2u!o\u001e$e#s5\u000f:aK\u0019E\"Ja\u0016\u001c\u0014{\u0012uF}\r:\u03a857PgSPg\u001e:\u039b8\u0005uv\u01e2\u03a8D\u0519d\u039dO;%\u06fdZw\u03b2n-\u0006s-s99k\u0006d#^G4cbO\u03b8\u0001y_pg\u0019w\u0006;{\nl\u00ddqgy\u0013;X<\u0000Z\u017aNwaV!d\u039d\u0018\u0139\u0017\u0014-B\f9o\\\/\u000flnK)\u0001t6\u02c314)\u0006l9y\u000f(\u0001y_Pf\u0019e\u0006\u028c2{\nlCQfy\u00132X\u0019e2y1qfwig\u0018+s<<\b\u0743ZI-\u001c1\u04ac\u0019\u0001m@H\u05f4YXs\u0136\"\u068c6\u001a@\u0005mFfknhV=\u0019mF7qh\u000bEh3\u0019\u001f\u0014ovW79),in\u0007sR_'n0\u6f41\u0001ok#dH.5\u762d\u06133k\u0000u\u0017\u0019uF:\u039e:[Pg\u0019u\u0121f\/;\u0016uF'dp|R]}\u0019*BZ\u00167\u00076Oi\u000f\u0368\u0444U\u0014\u0016@\u0340w\u07ed#jjn=yO\u03b8\u0001y_pg\u0019w\u0006;{\nl\u00ddqgy\u0013;X,\u00bcj7\u0018\u0481\u04dd\u0005#!\u0006q\u0005L\u0006nW+dpAQMe2(\/\u0019eFQf1\u0019eFQf\u0001\u066a\ua559\u001a\u000f4Sc\u001395\u001cu_8ScW\ruFQc\u000b:Pg\u0019uFPg\u0019uF\u0006PgWgrjt>)NN\u001a\u059d\u0269;\u03b8\u0005w\u019dqgw_3;bc3;V\u0003WRj\u0006\u01e4\u0018\u0010\ue25c\u001a\u0018\u0139\u0017\u0014-\u00a66KX({K\u04f4J\u0012J,m\u001e\u0005m\u0016Y1\u001csn\u001b\u0014p\u00037\u000fv\b6\u037e\u0006}\u0001f\u065a\u001b`3)`U\u000fl\u0006M\u001cl\u00026cfy\"\\\u000b\u001e\u000fc\u0014\u0591\u0601kkH+V^8\u071c\n\u001cN\u02b2\u0012D\u0004jK\u000f\u03ac>7\u0565\u0014\u0016\u0003\u039a\u0001j\u026c\u0011=\t:\u03be\u0006@}\u0001Ag\u065a\u001b3)U\u000ft\u0006AM\u001cl\u0002:cAgy\"L>\u0007\u056dU\u008eUU<~%\u0679\u02b2$@\u0540L8]G\fZ{\u001c\u0014{\u0012v}\r\u0002;\u03b057`gS`g\u001e\f;\u039b8\u0005vv\u03b0D\u0619\u039dO\n<[,\u076e\u0016\u04f2l!~FyYc2:k\u0006d$^G\u0014Cr\u0012_-\u0007E\u0567s.'ZJO>H\u000bWt\u038a\u0001Y\t$\u0017P\u722d\u06133k\u0000u\u0017\u0019uF:\u039e:[Pg\u0019u\u0121f\/;\u0016uF'\u03a4s|R].aY\\TyU\u0017\u0013\u05a8H*at\u001aU9^#\u001a\"H!u\u059dcbO\u03b8\u0001y_pg\u0019w\u0006;{\nl\u00ddqgy\u0013;X<`}X1{ds> \u03bd 9Ul}L6u5\u0019k\u019a-X3\u058c5\u009af\u0019k\u0016\u001b\u00daf\u0019k\u001a\u079aWWlj4%3\u065c0g\u0019s>`\u03983\u000bs\u019c1gYl\fs\u019c1gj\u0000szs&V\u0007q\u0016^\u001aNF:i3dP\rtuD\u0011\u0006sSI\u0019u5:\u000b:@QgOAz3:oPg\u0017\u001d:\u0016u!8uHlV\u0010\u000bc6\u06fa4jSyE>g9!3|lAg\u0017<#\u0233\u0018<#\u0233@OeF\u001c\u03a83\u000buFQgYl\fuFQgj\u0000uzuN\u0012Q%V8d\u015dhw\u000eC$J\u03aaDV=w\u039a\u0007y\u000e?;\u0006d&b)\u0001\u0011[O'qg\u0000\/3;[s\u0003w\u019d=\u0005w\u03b83\uef09\u00dd^pgw,|Iw\u0016Wu4Xtg}'9wb\u0010^8,TZq\ub894\u00133\\4\u000fUvt\u038a)1\u0018mv5c\u037e\u0006}f\u065a\u001bX3)XU\u000fk\u019aM\u001cl5cfy\"L:\u01dc6\u03b9WtN\u03a4sU\u0003Ag\u0002:\u03a0\/\u0019t\u0006Ag1\u0019t\u0006Ag\u0001\u066a\u0459t\u000f:[v\u001e9\u0011mW9Me*#sR3Q5\u000323\u0012#sz=\t;\u03be\u0006`}ag\u065a\u001b3)U\u000fvaM\u001cl\u0002;cagy\"L>'\u0005Jsv}L>]5\u0019w\u019d-3;\u009dqg\u0019w\u0016\u001b\u00ddqg\u0019w\u001a\u0006w\u0007XE\u0003=\u03f9\u00138bYv&s\u0011Fq\\T\"\u0013\u9e17\u0439^6\"\u000bI\u00148kc&%n\u0003j9Gm;^\u0004f_\u0003``3l\r\u0019l\u0014\u066a\u00076`&\u000el6{\u0001\u0771`3<\u0011l&c\ua0e0z9i$!9\u03daI\u001as\fH(\t;\u000bqz=9c\u03be\u00060}1g\u065a\u001b3)U\u000fs\u019c1M\u001cl9c1gy\"L>\u0007E\u7f390Et5sK|\u039a\u0001\u0019\u00115\u001c9j{\u0012v}\r\u0002;\u03b057`gS`g\u001e\f;\u039b8\u0005vv\u03b0D\u0619|\u039dO\n<%|nn\u0392*\u0016_\u001fL0ri$\f7\u001a\u0005nfknpV=\u0019n7qp\u000b\uc385\/\u00032\u0017u\u001cX\b\"s'\u0006h\u0005EC04BJ],L\u05a4\/u$\u0015qDf8\u0003>\u0007n\u001e\u0014{\u0011l\u0006}\r\u00026`57fSf\u001e\f6\u035b8\u0005lv\u01c2`D4\u06cf\t7\u0015^\u001e{i(Zz_\/s5w!\u0010Y3 3\u0011q\u001b< q[O'1g\u0000\/39[s\u0003s\u019c=\u0005sa\u03983\u6f09\u00dc^0gw,9O\u011cI_\u001e8Z\u0016\u0233T [G\u0016y&\u0244]\\\u0016g\u0340<\ub21au\u0391[O'Qg\u0000\/3:[s\u0003uF=\u0005u\u03a83\uaf09C^Pgw,:OD]RBy\ud99a\udf0aNsiZ\u001aY\u000f22\u9604\u039a\u0001Y)\b2ln=\u015eDg_\u0003 3l\r\u0019y\u0014\u066a<#&\u000ey6{A\u0771%y\u0000u\u001c\u0003BJ\u0012:\u001fb0^P9\u000b\u001c:\f\u001bcunvJiVZ44\u0019\u0001m^6Gl;y\/bX\u0001y_f\u0019k\u0006\u058c5{\nl\u00dafy\u00135`X\u0019k5y1gs\u0159|\u03bbj39\u001f[0g\u0019sv9c\u03983,69c\u03983l59[u_9yAg\u03838y\")jpZ\u0019]yc\u0012:k\u0006d$^GV#v)$\f;\u001a\u0005vagkn\u03b0V=\u0019v7q\u000b\uc385a\u72703\t;\u0014xvWYsYR2\u0013sn2\u0019\u07b9\tLQ5\u000323\u0012#wz\u0004g_\u0003\u00003l\r\u0019x\u0014\u066a\u0007<\u0003&\u000ex6{\u0001\u0771%Yt\u000e\u0007`H\u0007Nx\u0016\\|\u0387\u0018\u0239\u0017D>s3V\u7f295cX\u0005k\u019afw_X3\u058c5cbcX3\u058c5cV\u0003XU[3\u001fsL>g:]\u7f2b9c\u0398\u0005s\u019c1gw_39cbc39cV\u0003U\u055b3\u001ftL>^u9_;;yW\rvac\u000b\f;`g\u0019v`g\u0019v\u0006`ggg9w>)nr|s~\rL>]5\u0019x\u0006-3\f<\u0002g\u0019x\u0016\u001b\u0003g\u0019x\u001a\nxyv98& uOs@\u03bdhr\u0016\u0010d7S#:E\u0206tN\u0390Y1\u0018K\u0015k#b\u000f0\u0001y_`f\u0019f\u0006\f3{\nl\u0543afy\u0013\u00073X\u0019f\b3y1fwAu4\u035a\\UZ-u1\u04ac\u0019\u0001mR\\;\u000bkv^Df_\u0003hh3l\r\u0019m\u0014\u066a6h&\u000em6{A\u0771h3<\u0011m&\u059b7W\u0007\u00f9n\u001e\u000bat\u001cA*_amj@V\u00166\u001eWk\u0011[O'Qg\u0000\/3:[s\u0003uF=\u0005u\u03a83\uaf09C^Pgw,:ODs8\u0005Y^m\u0016\u07c1\u02f4y\"\u0010^\u0018Y1 +\u000bq\u0013d,vz=\t<\u0003\u03fe\u0006}\u0001g\u065a\u001b3)U\u000fx\u0006M\u001cl\u0002\u001c[\u001c3\f<\n\f<\u0003\uef80g\u0019x\u0006\u0180g\u0019x\u0006\u0006z,+y^\u04ddc\nAp \u03bdhq\u0016\u001d+7\u0017bC\u0017:'eU\u0019Y3\u001cK\u06c0,cs\u0536SE\u0019j5\u00005\u000b\f5C\u0700fOzP3\f5of\u0017\u001d{=\u001a8cqL]\u0744Yz8'<\ua954 \u0353RV8bY3 \u0013M|H\u0013v\u001e\u001c=9c\u03be\u00060}1g\u065a\u001b3)U\u000fs\u019c1M\u001cl9c1gy\"L6\u0007E\u056d\u001a\u0013S8WYK\u0579\u029a'\u001c5\u00032\u0774\u0103x\u001e\u001c=:\u03be\u0006P}AQg\u065a\u001b3)U\u000fuFQM\u001cl:cQgy\"L6'\u015dMJsZ6w\u0001NF,\u0017E.zf@\u0011\u0010:Zxz=\t<\u0003\u03fe\u0006}\u0001g\u065a\u001b3)U\u000fx\u0006M\u001cl\u0002:\u019b\u00151\tH!^z<|{\u0011k\u019a}\r`5cX57fSf\u001e\u058c5c\u035b8\u0005kvbXDt\u06cf6O|hUAH\u03ecE\u0007M\u0012j\u00179'2g\\7w\f\u02dcU\u00032t\u001d\u0014f:Gl=\u015eDQg_\u0003\u03a83l\r\u0019u\u0014\u066a:\u03a8&\u000eu6{A\u07713<\u0011u&s\u0013_<^vb\u00039e\u000bJd~\r\u0140$\u0011m2|&\u001c\u0014{\u0012x\u0006}\r\u0000\u0002<\u000357gSg\u001e\f<\u0003\u03db8\u0005xv\u0002\u03d7gQ]:\u001c,u\u00b3>H\u0013;1s\/|\u0015g9u_6\u0006k\u019a7\n\u058c5c\uefb0f\u0019k\u019a\u01b0f\u0019k\u019a\u0006f\ueaf7f9o?&>\u0005sV)\u072f\u0006:\u03a0\u0005t\u0006Agw_3\f:bc3\f:V\u0003U\u05633\u001f\u0014vvW''9;^u&\u001a:\u0016\u0019uF}\u03a83:\u03a83:[\rVWs|R]\u001a+\u0003\u001du_;yW\rw\u019dqc\u000b;pg\u0019w\u019dpg\u0019w\u019d\u0006\u009d%ijT uOs \u03bdhq\u0016\\hj9\u000f\u0014ydJ3f8\u0001\u001ee&<|)\"\f6\u001a\u0000\u0005l\u0006fkn`V=\u0019l\u00067q`\u000b\u0005`3\u001f\u0013nvW9\u000b7sZ\u0014Y\u000e}`)nwmFL^\t\u0603Jr)\f\/\n5\u00032\u9d0dXfb:YsSI\u0019x5\u0000<\u000b\f<\u0003\u0000gO\u0001z3\f)ny\u021a+mw\u7b39\/sa~\u07dd\u0172yK%pg\u0540\f9]G\u0014!\u000bv\u059dcbO\u03b8\u0001y_pg\u0019w\u0006;{\nl\u00ddqgy\u0013;X<$q\u0001AH\u0709A{A,h&:j\u3c90\u0223'=Ck'\u0007gp\f1]\u0007\u0014l\u00057\u000fv\b6\u037e\u0006}\u0001f\u065a\u001b`3)`U\u000fl\u0006M\u001cl\u00026cfy\"LB\u01c4\u056d\u0005BFM+9\u066ej|\u039bj`3\f6\u001f[f\u0019lv\u00056`3,6\u00066`3l50;l\u05bb,\u00141ps\/|gf9Zr&\u001a\f:\u0016\u0019t\u0006}\u03a03\f:\u03a03\f:[\rVWsP]|\u0002\u001du_:yW\ruFQc\u000b:Pg\u0019uFPg\u0019uF\u0006PgWg9w>lY0[k&t\u0392C\ua9df9K\u0012D%t\fLI(\u016f\u00001[O'g\u0000\/3\f<[s\u0003x\u0006=\u0005x\u00013\u0003^gw,|Ix\u0016\u0604't&c\u0016\u0271\u046bNkGgrl\uca81\u03a03|l\u0001Ag\u0017\f:\u03a0\u0018\f:\u03a0\u0000l}L\u0007-;\u000fZ,\fzslYT\u01fd\u001c\u001byu~\u0006uV\r\u0012FI:m=\u015eDQg_\u0003\u03a83l\r\u0019u\u0014\u066a:\u03a8&\u000eu6{A\u07713<\u0011u&F\u0013\u03f1QTyU\u0017xrl\u0231A\rW5\u0019x\u0006-3\f<\u0002g\u0019x\u0016\u001b\u0003g\u0019x\u001a\nx\u0016_`\u0013A\u0007g\u0018\u0005\u0003\u0005l\u0007C\u03a9p^\u06b5eRu&{O-t\u0019V:kc:\u001aRjySE\u0019l5\u00006\u000b\f6\u0000fO\u0001z`3\f6of\u0017\u001d\u000b6\u0013f\u0012:o?lY&t\n\u0012:\/<_HO\\Key\u0015\u03aa\u0001)\u0011KRkDn=\u015e\u0004Ag_\u0003\u03a03l\r\u0019t\u0014\u066a\u0007:\u03a0&\u000et6{\u0001\u07713<\u0011t&\u0396IlW'3\twPg\u0019u>\u03a83\u000buFQgYl\fuFQgj\u0000uzu&sVB$3\t_\u0005~WKsU\u0003Ag\u0002:\u03a0\/\u0019t\u0006Ag1\u0019t\u0006Ag\u0001\u066a\u0459|\u000f\n;,\u072evs<\u02e4E-gt.'\u0000#.f@fN6b~&\u001c\u0014{\u0012w\u019d}\r;\u03b857pgSpg\u001e;\u039b8\u0005wv\u03b8D\u0719\u039dO<\u000f\u00aeM~\\:\u051dHp=K\u0019x\u001dQ\u0391[O'qg\u0000\/3;[s\u0003w\u019d=\u0005w\u03b83\uef09\u00dd^pgw,|Iw\u001eWt\u0005B\u0010\t;1s\/\u0014g\u0012:u_6yS\rk\u019ac\u000b\u058c5c\uefb0f\u0019k\u019a\u01b0f\u0019k\u019a\u0006f\ueaf7f\u0012:o?lYhwhDjs,D:cY3\u001cCL\u06c0d\u072bN\u0017f\u0000\u06bc\/h3\u068c6[s\u0003mF=\u0005mh3\u06bcC^fw,\u068c6ODx9|IYuY\n\u001f\u0002y\"\u03f1Y5 \u0015xmDf\u0003:l=\u015eag_\u0003\u03b03l\r\u0019v\u0014\u066a\u0007;\u03b0&\u000ev6{\u07713<\u0011v&s\u0002&v\t_\b\\m\"LJ\u0002\u000b\u00044)\u0007\u04fbj@+\u0688DL^<\u000bwz=;\u03be\u0006p}qg\u065a\u001b3)U\u000fw\u019dqM\u001cl;cqK\u0104]\r!\u0001AH\u0709A{A#cvsY=\u0341uZqyXi<\u7741\u0011[N\u0007af\u0000\u033c\/03\f3[s\u0003f=\u0005f03\u033c^`fw,\f3O@:9\u05df\u001cVWkpTCf\u06026h\/\u0019mFf1\u0019mFf\u0001\u066a\uad59\u001c\u000f7y\u00139\u001du_-:yW\rvac\u000b\f;`g\u0019v`g\u0019v\u0006`gggr8w>)>pV)9\u072f;\u03b8\u0005w\u019dqgw_3;bc3;V\u0003Wb:\u04ce\u0006Ku\u000fRD\u000eN\f\u000b\u0016ga\u0691y{QHz8&md\u0017\u0015o\u0017\u0012\u0004'vTa1mw.l\u060eIX\u0010Uc2^\u001a\nBd\u0012+9PNIPgPgY\u0006\u0003\f\f\u0018\u001b\u03a0\u0392\u0007\u0539\u000e\u0019\u00199\u0003u\u0002,\u0005u\u0006u\u001e\tuF4\u029b;7bkm8\u0209v\u001aA'rT\u0006)\u0015L\"5\u001d[\u0413\u0000\u0000\u03f2\f\u0000\u0007\u0019\u001916\u0000\u0001%\u000fs#\u001d33s.\u0007\\\/\u0005Y,\u000b< x^\u001cUA}\u06b8\"-@\u0004\u0015ub\u0011y+\u0003\u0012B8}\u0012gsn=Z\u068cpy2ff]\u001ffffqY````\u001b\u001957\u001e=kF8k67\u0002k\r7\u001f,3^9\u040e`\u001ai^S\u03a0\u03a0@AAA::::72\u0000un=zx\u03957\u0005w\u0016'G<\u0011Yx39o\u0001<\u0003<\u0003<\u0000<\u0003<\u0003<\u0002x\u0006x\u0006x\u0006xf\u0006\f\f|\f\u020cYI\u0013OglH~}\u0001'Km1joL!fWf_\u04a5\u07ad6GU\u0003\u07a7_joyNdI_\u000fOqY7\u033f`1Ld \u0002\u0007M!A9\\2Bjs>\u0002s\u0005d\u0012[#\n\\ \u07be\/\u001f\u037b-pa\u000f.&\u000b\r\u0001n\u0014h|8\\fA*\u0019pb\u001c\u000b\u000b\u05cdNO\u0016(\u03b8ZGV\u0529(u0>\u000e\\\n-\u0002>(Fp6MLO\u0016\/\u05d3pz\/s\u819aCH\t\u000bP\u0011_Gi611ab+\\4i:9\u06c9IF\u07f1m3v7E9k}V(k@KOd\u0006\u019b(VX\u0014D\r\u0017r\u0015rx\u0015p\u0001J_\u0497fO\u02e2\u001aBX1f7i\u001a\nh1[M\u0018\u0005\u07f8\u040em\ueebaU6\u047a2\u001e \n\u0015L`E\u0002(v\u000fuIe.S%Wg|\u0543w+P\u0003Si\u07e8\u0529j\u03e9\u2173\u001a4N!}\u0015\u0013[Kk]][\ub6fe=%=\u0001$~\u001fd$\rKJ|<><_#e\u029e&r\u0017A&r\u0005=\u0649[\u0015\/F>N}j\\\u001f\u001d\u0014_\bH\u0001]O_\u0015O\u04ab\/\u073d\u0014Z<\u001dUXQ`\u0010\u0015\u0017\u001e\n3.\u001c;jq!v\u0440NQ7V5\u0013?p31]\u036bG\u0001~'(=uM_\u024fwlVY|\u04f2\t\u001fd>&|f\u0005\ud91e\udca6J[n\u000fm_lH~I@1r;?\u04fc\u000f\u07a76Syn?~}y1\u0017\u000b5D\u0016F\u001b}}H?\u0019|&Q\r\u001ch\n\u000b9W~\u0019Rix:\u001e@5\u04d7\u001d\u000b\u000f#[5~\u00150\\|\u00181,\u0299h\u0001\u00b7\u02beyh\u0010;\u0277\uecdee>Ysu:\u0380VI:\u000fZj):a4?g(.B_9hkd\u00122X7XR\u000e]+Fv4\u000f\u0016@4j@_\rvGn'\u0017n\u0011oGs\u0001|r]v\b&o\\\t\u00073\bS\u000fC\u001a@u|\fBs`p\u0013G7Q\u0003z:\u00111E+Y\u9067Zg\u000frm\u04f4&2\u0006m .\u0015\"\u0004.%PZj\\\u001dSX\/\u0018v\u0146d\n\u0520I-\u001ba&Acl\u0098>\bu91'$blQxRLpOX\u0018\u062b01\fZ\u049fQP\u01b1\u00066\njP{FA\u001bpYu**h9PfA\u001c5\u000bjxfAM0~\"1,0\ta\u0010j8]\b\u0002Esp*;\b,h'\u0013Aj@9IP334\t\rDT\u000f'o\u0013\u01ba\bG\u001a\u0011\ud20dvPaB5xX\n#\u0010vV\u016d'\u0002\u0016\\d\r>+sA\u0019\u001aX\u0000An\u0005hFD\u0010'ibk\u0011\u0013Heu;j@]C\u00009\u048cwo1V\f\u001dm\rl\u0018!\u0002D\/1\u001bQ(\nR\u001a\u001cq\u01b5D6vuY$\u07c0Nn\u037dy\u5c2e\u0519s~q-\u0004#\u0016\/l}\"B47\u0014:\u001cp\u001biG\u001f^\u070fI\u000f:;N@R[|0{>\u00050\u00de\u001dg\tk\u0003\u0016C1\rgi\u001aJ\u001f_.\u0002\u001f&waFe\\Ak\u001c\u0018A\t)\u070aL#U\u0011w3ChYAn4\u0007S\u001fJkgP\u001fu\u0010B@\u001d%7K2!\u0653r]\u0019N\u035dX\u0519s*\u000eu;\u03b9S\u0420\u0006\u001c6x]uF\n4D:*JM\u0735b\u0017K\u0639U{0_K\/\u01f1`\u0000$\u0000Y\u0006`\u001f1I\u0000u;\u0001RI\"J%F\u048c\u0010I^\u01d7\u0000eFUW\u001e\u0117\u03f3\u0017\\K7F&q\u0006\u001f\"KV\"\u013f\u03ef_\u01d9fy)\u0013aNA}`\u0003W|c+'SC=Nt\u06febfo-i {yq\u0712\u001b;\b:b{;P\u001d\u0292O~\/U\u000b\u7abf\u001a\r1U\u0005!\u061f{J\u0569\u01e4\u001a(1\u001b\u001e\u0016g&'\ufefb\u0012+>X\u0012k\/\u001c8[\u0657\u0019\u0017p\/C)~qF1K*\u001a\nRq,r(\"ZGWR{\u000f\u000etfd0>GEUPw\f>|H\u001dQ'Vg\u05ccA\/_s\r\u02a5mOn\u0013T]D3yQn#][7n#\u0613\t5Ob\u0017\u03c2\u0004\u0013\u0007w=\u0291 W+ut1~@e\u07cfkB9\u001e\\U\u0003)\/\u001cZk\u01adn}\"Siut\u001dwKU1hsG\u0015 \\\u00d4k\u01ad\u0003jzksG\u0015c VE8\u0003V\/\tw@A\u0007\uf46d\u031dQ6|)^_i\u0017A\u0118\u0007\u051c\u0005j\u0014%]6n\u0015_(W5wOh\u000f9\u000b\bK0m\nn4kYYhoGNV\u03ef_~K\u000f\u024a}mu\udb94\udfb8ad\u02e6r\u0007\u06caV\/\tm?8}JVk\u0015y\/dhMh:\u001b\u0006=OQ[\/v>{qD\u001f%RnF.'[:d\u074b\u0006M:L\u0653\n\u000fuoLW8Tt}a\u0166\u001a'Ax\u01e3\u0012CT+M\u0015%+CA9^{\u000f5\u0018<2t:}mF\f\fX\u001db6\u001e\ua062d4i3t5\u000e\u05baj\rBP\u0011|\ufb2dgm5\n[(&7(6*b\u001b\u06ce[<<>&y1j\u07abn|U\uae6et\f\u00180\u0235\u043bn;)#6K~A\u064f[yH\u0017+z^3\u001e6Mor=gm\u000b'M=z4\/v1cHi|mr|w(\u0015\u000f\u0014_\u04aby'c\r2\u0017\u0018\"\u0017o=yf*Y\t\u001fj\u001a%KrLWcBnVo|Iz\tJsJF6V+fxGy{\\R\u001e1\u0004a\u000583\u001f\u001b\u0016L(E\u02c7v$\u029doKl|{nZ7zuV}m\u00156|r?_ciqY\u01b9)y\u01b2VX#\u05f4w\/O:4Kw\u053cG|b6^\u00050\u07c37\u0014h\u001f\u06b7\u000f'Dn\t}J\u05af\u02c5BT-WF,l>o\u0010an&$\tQ\u00bah\u0018h\u0017sI^+i\u043a}Kr\t[o#\bC[\u001cV\u0006TK\tk\u0002\u0642|\u0011M.\u0005\u0000\"\u0002`\u04171q^E5\td@\bR x\u0000\u0019=0D\u0007rn@\u001cq\u0012\u0006\u001f8)O8O8CW88`e8?\u000edDtN8O8C88oqjo$r $r\n\u01a9e|\u001a\u0243qln\u00060NmD_\u000edD\u001fN8O80N\u0598\u0005S=\u001bh8 \u001e*\u0010o\u0019q\n`1\u001b'Ir\u0018VY6N\u0001Tx4S8RdO\u008b\u020bHWnuYG?1TmK?rxs,IndbJ]Kjv!8Oiv\u0014%I\u001ein]&wYD\u0004h\u0015TPHe\u01f6i2a!kU\u00c4-\u0136j6:\u0006i]AZ m`6$\\h{L\u0624\u0536Qj(k3J\u001b\u000eRw!\u0668?E?d.[9ENwQ].\u001at\u0017\rW\u02e46\u0013}$Y\"\u0006H\u0017\u0007vQ\u001b|HSl\u0006LMilh\u0016\u0010iWf\u0003yZ\u0013\u0011V\fun=x^s\u000f+~!=~xT.-hJ\u001e2}}\u0011\u0011DFR0\u000b\u001aZC;c#=\u05e4_\u001e\u001efT\u0553&nf]8%\u0002m\u0011Sw\fY}Qi)oR\u0010]p\u0000G\u001d\u0012\n +EzR+wZ\u001c`Ba\/8\b\"t\u0013\b\u0010dW!dR\u0019b]\u0011'^\u0188UQeXvoM@9|j~I\n%dl\u0161V\r`W2|sC7\u047f=!+@K2-|I8-\u067f_{7\u001dA\u0014\u0706^p\u0017\u0519xS\u03db(\u0017qu1im*k9\u0013\\\u0007>\t\r]g\u2ec1\u001f(\u000bn\u3e81;\u001cv}vn\u0003[TF\u0005v\u02b7&\u05e22\\\u07fb)SMp\u001d\u0006w'c\nx[}kQ\u0019\u06d6\u0273\u001bEzM6]5|\u001b\u0015.\u06d8ST\u0006m]mOy[m\u03eb\u01dd,-\u001a\u00192hq|C't+fw\u0013\u07e2 \u0173\u0016y\u0006_\u0002^NV\u0013F2IVy\u001eKkrarY}0O\u0017\u0215=\"\u001cWYOm:j\u0011*A{\u001d\u05f2gd\bx?\u08c3w\u00037.\u001by\u0006[,e7co^W|IDy9E^a66g\u064e\u000e\u0018\u001bvd\b>V7FvT\u07f4cBT\u0006\u0012Gf6L\u0016YM]&\u064e\u0011>\\m'*magswyGw\u001d;vLr\u03ce\u001d\u0017\u000fK4^s\u000e-go\u07fe]\u0017\u000fK\u0272FqNb%'\/GsY\u001c59\/Ws\u00ebZ\u000fIWh\u01d1]\u00198j&B\u0002!9\u016e\u07e6\u0011j\u0376Q\u0002\u0013\u010b\u068ch\u0016o\u05c6\u04a0E-'%7P\u001d%&L\u00132\u0019Ee7.6yZwNk6qi\u0019\u0002\t\u001cwMo6g|4i\u001b%HZ]FeMY$\u000by][%F\u0017KZjIaY6E &O\u0002(U\u0010\u038f\u0018p{j!&\u001dE\"_iY;5-^5-:zM$5dH\u06b4v\u000b40\u0011\u00145Ydc\u0162[LbNK(ZC{=e$\u0001H\rBnI6$\u001b\u036f\u068b;\u001d6)\u001b\u03f3\u2acc?2E:\u0014lW\u0010+yDQ7Uw\u001ae+JGUv\u07056Bg\u0013SHSY\t[nWuTk_\u0005kJRRT^VT2\u9d8azcvQ[\\62\\-JIk\u000b0\u0669\u0010$j)Ms,u$\u0005u\u000bKz0\u06c6\u001f'\u001a)X@\ue7b8\u0015mHXXi`NrStrwk[rruYN*AT:\rdLc\u0155d\u0002KN7\u0002Z \n\u0018\rKR\u011bAm;J\/N=\u001cvV\u064cV&a'y\/MM+wk6\u00ea\f\/\u0017\u0080Z\f;bb6\u0015Iq(\u0013K}\u001d\u001a\/y(\u001eo\u053fJr|V*fxS|K\u0014~\u001d^;=\u0013\u000fD>\u0012E^\u0005\/s#7a}!\u00bb\u21ca\/+(\u001esF6r|#\/\f}$X]IVn.Y+\u001f\u02b1ug}w;\u05ec\u000boxN1\fA\/|#<PH\u0734}*\u0010\uaca4~\u0012l^\udb19\udfc4'B]V_bPF(F\u0007De0\u0018Qfp#d\u001fnCD}(\u0014\u0014(V2b\u0016J\bP\u001eg_v\u0010u5A~\u001fwnwp\u00baKC\u0018R]uf\ueaf3\\\u0010a\u0004=S\u001ej\u000b{}q\u0018@7N+'a8\tw\u0007\u0014veHm\u06d1>k|X4\u001bf$\u0677\u001f.`pao\u05f3'l\"\u0001\u010df\u000fWyl[kw~%)\u000f\f\t4\u0007Y.4<}4pw\u06aa-\u001bn\u0005n\n%7xF\u0013s\r#\u0013jV\u001a3:5x\tLuf,qQz\u0011\u0019Y\u0001s\u0001x\u0006x\u0006xn\rgg\u0003\f\f!\u0007ggg,YWBL\u0017\"\u0004\fsK+tvu'\f\u000fF.0h|>{l9\u0705>SSw\u0002S`=\u000blv^\u0004}\u0006}e\u0000\\y@AA\u001bc\u0003\u0019Y>>>w\u0001\u0019\u0019Y$\u000b\f<\u001a\fEAGM\r-5A\u001bu]&\u0efa,\u0233q\u06d1\u0011\u0019Y\u0001s\u0001z\u0006z\u0006zn\rgg\u0003\f\f!\u0007ggg,YCj`QV\u0015\r%\"\u0003\u0012:K|8stI#74\u001dP3\u0017\b\u0729\b\b\f,\u0000>>>7\u00063\u0001}\u0006}\u0006}\u000333H\u0016\u0019y4\u0019\u52c2@\u000f\u001a'S|\u039c_C[\u0017l'^\u0017LP7\fLwO>wi=BO??2\u0000<\u03cd\u0001\f,y;\u0000\f\f,\u0005\u001e?\u001b8j\ns\u0017_\u0010+2`-Y3\u0019uM\/\u001dxWB)\u0569.f\u0002K\u0007;\u001d\u0017AAe\u0019>W\u001egg\u0000}\u0006}<\u03e0\u03e0\u001dr\u0000}\u0006}\u0006}\u0016\u0242>>>|Q\u0010hqs\u001088\"0\n.^G'gB\u001a\\\"2=Y\u0725\b=\t\f,\u0000???7\u00063\u0001\u0006\u0006\u000333H\u0016yXc\u000fU*K+t!rI~\u0200=:g\rM3Z\u0002\u001cE\u001e\u071euC\uad2b\\\u001chA\u0011\f\u0019Y\u0001 s\u0001d\u0006d\u0006dn\r@f@f\u0003\f\f!\u0007@f@f@f, 3 h 3\u0017\u0005h\u0016'?\u0010\u03fe\ufe61lN)\u0569S.0\u6cf3@mGEggY\u0006 \u03d5\u0007\u0019\u001916@A%\u000f33s\u001c@AAE \u00d2g\u062b`2I0)@H5\u000f[\u0019P\u0010\u071bIB:C\uce2e\u0013iSx\r}e~\u05ed\u0383<\u001c\u0007e\u0019;W\u001epgpgp\u0000w\u0006w<\u001dr\u0000w\u0006w\u0006w\u0016\u0242;;;|Qgq3xv|Oa{LNk\tx\u0003w6o;B\/<<2\u0000y< \u03cd\u0001\f,y@AA;\u0000\f\f,\u0005y\u001e\u0006B\\\u0001tn\tu\u039an\u0420\u0513xmm\u02a1m[Ct(4<3@k\u0001?\u001d\u0017e\u0019\u0000?W\u001egg\u0000~\u0006~<\u001dr\u0000~\u0006~\u0006~\u0016\u0002?\u0003?\u0006?|Q hq\u0006@\u0613s|njv|\u001e\u0017T\u0011n\t\u0018\u04d3%mGEggY\u0006 \u03d5\u0007\u0019\u001916@A%\u000f33s\u001c@AAE \u00d2g\u0003\u05aaM+$]PF\b\u0015\u0019PPg\u0019vq8g=ud\u07f37lXLNw\u000bD&\u0004ds\"3,\u0003\u0003\f\f\u0018\u001b\u03e0\u03d2\u0007\u0019\u0019C\u000e\u03e0\u03e0\"Ygg=\/\n\u0002-N>j\u0002o\u001cN(pL=]\u0014N4\u0002)\u0569\u07d5\u0005B{v^\u0004x\u0006xe\u0000\\y\u0000\u0001\u0001\u001bc\u0003\u0019Y\u0000<\u0003<\u0003>K\u001egg\u000e9>>>dAAGC\\(\b8\tb\u001al%v{wf\n\/n;@a\u0010\u001e\u001c\ti:l\u0003\u0004\u0765\b\b\u0004\r\u0004-\u0000\b\u0000A\u0003A\u0003A7\u0006\u00104\u0010\u0001\u0006\u0006\u0003\u00104\u00104\u0010H\u0016\bzX\u0004%\t\u00150K+Dt!rIp\u0000?:g\u0370k\u0000S5\u001cM\\'\u000fhBu^\\@;\u0005~6o;B\/\u0002?\u0003?2\u0000~<\u03cd\u0001\f,y;\u0000\f\f,\u0005~\u0006~\u001e\r~\u0007t@\r\u0004\t(q.\u0001\u0006i\u001b\u0002\u00170H\u0017\u000b4:u7^.\u0010,6o;B\/AA2\u0000<```\u040d\u0001\u0006\r\u0006-y;\u0000\u0006\r\u0006\r\u0006-\u0005\u001eA{\u0006QV\u0004\u0018\r%\u0005\"\u0003\u0012\u029fu\u00ee\u000e4$d=]4\u00066l?}TFP@EgA\u06ce\u040b\u03e0\u03f2\f@+\u000f33scl>>K\u001egg\u000e9>>>dAAGC\u0001](\b8c@k9xh43\u06f8;T\u0005\u0013ju'mM[\u0485@@\u03f2\f+\u000f33scl\u0000=\u0003=K\u001egg\u000e9\u0000=\u0003=\u0003=dG\\(8\u0011:5|_{u`9'S\/:SSe\u0002l\u0002\u0725\b\b\f,\u0000\u0000<\u0003<\u0003<7\u00063\u0001x\u0006x\u0006x\u000333H\u0016yX#U\u001c\u0705*\u001a\bKsE\u0006\u0439%\u0019:k\\r\u001b>\u001a{>\u03f67-C]\u000btiP.\u0013\b\u0001\u0002?\u001d\u0017e\u0019\u0000?W\u001egg\u0000~\u0006~<\u001dr\u0000~\u0006~\u0006~\u0016\u0002?\u0003?\u0006?|Q hq{f(rA\u001b<>[OLNA.\u0010+>Ylv^\u0004x\u0006xe\u0000\\y\u0000\u0001\u0001\u001bc\u0003\u0019Y\u0000<\u0003<\u0003j\u0002o6A\u0002 t|W,\u0001>>kAA>|Q\u0010hq:Ai\u0000~\u0016\b>H\u0006\f%\u0006\u0001\u0006\u0006\u0016\u0005\f\f\fl\u001933V\u001a\bnlWp\u0017_\u0003!rI~\u0200=:gMS7\u0006'66\u0010-7Asc\u0017\u0006MN\rf\u0002SN@\u001d\u0017e\u0019?W\u001egg\u0000\u0006<\u001dr\u0000\u0006\u0006\u0016\u0242???|Q0hq3\u001dgNm\u000bBWSN\u03d4\n=x3\t}s]Z\u0413\u03f2\f+\u000f33scl??K\u001egg\u000e9???d\u0006UV\u021f\u0000W\u0010+2`-Yo=kO.t,O4\u0001;9?+\r\/\n,N>jn\fE\u0001\rlGh&-\u04783:ux\u0005BmsmGEggY\u0006 \u03d5\u0007\u0019\u001916@A%\u000f33s\u001c@AAE \u00d2g\u000f[\u0007\n3]\\\u0012\\+2-Y3KSx':\u073er&f,wqPyLwdy\u0011z\u0011\u0019Y\u0001s\u0001}\u0006}\u0006}n\rgg\u0003\f\f!\u0007ggg,3h3\u0017\u0005\u0016'o=y)\u0007}\u000em5\u000fwk;B\/AA2\u0000<```\u040d\u0001\u0006\r\u0006-y;\u0000\u0006\r\u0006\r\u0006-\u0005\u001eAkIB\f\n\u00194]\\\u0012<+2-9*x@g%E3\u0545(igoBL\u0003P\u0017\/\u0013&\u06afM@\u06ce\u048b\u03e0\u03f2\f@+\u000f33scl>>K\u001egg\u000e9>>>dAAGC\u0001](\b8=\u050dQ\u0014\u0005:#o\u001a.\u0011lB0l?T\u0006R@i\u0003\u07df\u00036o;B\/\u0002B\u0003B2\u0000<\u0400\u0400\u040d\u0001\b\r\b-y\u0000\u0001\u0001;\u0000\b\r\b\r\b-\u0005\u001e\u0014Bk[\r1\u0006]\b\u0000\u0011b\u0514\u0004\u0017\f\u0000tK0\u0000Zt]lkkki\u0007B\ru\u0017\u0017vq&T\u0002\u0005\u0002\u0013z\u067c\b\b\f,\u0000>>>7\u00063\u0001}\u0006}\u0006}\u000333H\u0016\u0019y4\u0019.\u52c2@\u0019{@m\u0320\u00e9\u001dSt\u0017\u000fhBu^l?\u0002\u0006\u0769\b\b\u0006\r\u0006-\u0000\fAAA7\u0006\u00184\u0018\u0001\u0006\u0006\u0003\u00184\u00184\u0018HO\u0006]d\u04ec\u07a736\"?\u037ePg\u0000w\u07d36e7i& |\u0006+.RfVD#*xI\u0001\/[Pvh|\\r\u8dfcz]_\u06efBJ\u07c7{Ng,\u065b__X?\u0015\u0019_0Z\u0010\u0001\u04a0\u001a.^i!5O9\u001f\u00019\u0472P2A_e\u0005.Mj\u0010o_d?Vo7\u0015L\u001f]|M\u0017\u001a\u0012b(H\u0442pnW)J\u0342(U2\u0018\u01329\u0016\u0016N\u001b~,P q+^ZSzzJVl\u0011A1iVgw}xD\t\u000f\u000fOO|^&\u001bj\u0005`\u001bsCF|\u001e \u0104Ipdt\u0013k\u0124WL\u0636H\u0019G=k}V(k@KOd\u0006\u019b(VX\u0014D\r\u0017r\u0015x\u0015p\u0001J_\u0497fO\u06e2\u001aBX1f7i\u001a\nh1[M\u0018\u0005x\u04cem\ueebaU6\u047a2\u001e \n\u0015L`E\u0002(v\u000fuIe.S%Wg|\u0543w+P\u0003S=o|TO5FTYT\u001a\u0010\n\u0749-%\u01bfwcM_\u0012_~|\u0000_?\u000f2L\u0012\u0006%]%Jc\u001e\u001fv\u001eS\u001e2eO\u0013\u000b\u0010\u0013\u0000';\u0013swO^+S\u00de\u000b :\n'O\u0557U]\n-\u001e\u06cez*(0\n\u000b}CI\u0019\u0017o\u001d8\u0010;jo@'Q\u001by+w\u001a\u001f\u0019\u0553\u0000?\u0013~\u031e:&\u01fbZwV,>i\u0784\u000f2ya\u001fjZ\u0002YKQSe%\u07ed~N6\/uyX$[$!ai\u0007oZ\u001fB\u000bmk\u001at\"\u000b\ua37e>yCq\u001f\f>\u0006w4\u0005Q\u071c+|?4_<\u001dr\u000e\u00c5\u0007e\u946d^\nEXz\u0018.>\u0018\\G\u0089\u0299h\u0001\u00b7\u02beyh\u0010;\u0277\uecdee>Ysu:\u0380VI:\u000fZj):a4?g(.Bl4u2rT\u0019,\u001b,)u\b'\u000e]+Fv4\u000f\u0016@4j@_\rvGn'\u0017n\u0011}G}!|r]v\b&o\\\t2\b\u00d0\u0006V}8\u001f\u001c5\u0018\u0004QMP:\u00111E+Y\u9067Zg\u000frm\u04f4&2\u0006m .\u0015\" .\f&PZj\\\u001dSX\/\u0018v\u0146da\u0013\u0520I-\u001ba&Acl\u0098>\bu91'$blQxRLpOX\u0018\u062b01\fZ\u049fQP\u01b1\u00066\njP{FA\u001bpYu**h9PfA\u001c5\u000bjxfAM0~\"1,0\tA\u0010<\u000ej\u0017\u001c5|<\/@Q*\u000eB57\u000b\t\u0004w\u0010\u001aP\u000ek\u0012\u050c\fMv\u0003:\u06c4\u001f\u0011Feu;b>\u00147aPM3^0\u05a5\u0088a2q\u001dU {q\u1240\u0005\u001f\u0017eC#\u000f\u029c,j\u00181Ty^4\u00164#Pwz\"k41525YP~^6\u000b5\u0004C-x\u0016cE\u000e\u0001\u001cr+@T\u001a\u001b\u074fJb \u056bQ^\u0019g\\;\\Nd#jkY\u0007E\r\/(.\u000fkYW\u000e:O\t\u000e9\u0007\u001dB0\u0002l'b*JC\u0001{4\t4\t$u%\u000fS0\u000bcX?qF=ja?t\u0017\u04e0\u05fbC\u074e4\u0010>~].Y\u0005>|M\u03f3\u00cc\u02b88LI\u001f1\u0006X\u0013R\u0015F\"fHVib\u000fZ\rk\u000e?h\u03a0> <:Jnd\u0004C\u001e'{P2;U3!NP\u072dV%A\r8jm,\u0015biu,\rUl\u0013KC\u0019\u000fk\u014e\/\u0006Esga^c\u0000H\u0001P\u0001\r>b\u001e\u0001vn\u0003?PPEKc!f*\/I\u0001\u02ec$?<\/U9g\/oVM\ft?\u050d\u047bECD*=K_$W\u01cf3i4cS&\u009c=\u079fNj.=W}Ge +St\u0011bF\u001f\"~<\u02baQew\u0011\u008d&\u03fb\u015f\u0095z~7~t\u001e&ktucTy\/\u0013\u00aa*qWyLJQ\u03cd\u0012r3KO{jwM\u000b\u5ead\u001f\u5ffb\u001b]\u00137\u06c8?\u0016re\u0006sES\/C])~qF1K\u016e\u0007\nRAH\u001c!$QAKEx\u000e\u000f#cpQ[@[:32\u0018#|*rxw\u0017hvj7!\u001b9l\r\uaf06O\u0726Njt\u0012IESiIt'mv\u0016(p0C)l7H|\u0017\u0003`\u001a}@:q\u000ek\u0343#\u0001}?\u001a[\u001cZU\/\u0006RjsPj\u0012\r\u001cJ\u001ftepE`wk6\\OZ\u001dB\n\r\u0561*ikVc)[\u0007\\k>:J\u06e6v\u0007]M\u0007L\u000bL)Mpz\u001bQ@|A)EcW\f\u000e\u04bb^+8TC\u001b\u0004\u0007\u073ak\u066f}'\u0014bvG\u0005}Yu\u000fVow\u0006\u059dgO{g)&?\u001c:NVY\"LVKu7p\u00d857\u0018_\u000f\"!jPY*4\u07b9bw\u0018R\u01dff\u00045dn{l\u0353y\u0010{\u001f#\u000b \u000fu\u0011.Ul\u0006\u001ep\u00135O~,T=4\u0002?a\u02dcK\b_\u02b6\u0018zb\uc83eszuL\u000f@\u0007R\u001f?V\u0015dw\u0003Iq\u0007x\u001fJ\u07b9b\u01e7\u001a?<=\u0001\u0017%?sWE\u0006U{B^\u06cf>,\u0000IQC 5\u0001\u05a0\u0006`\u001f\f~_t\rn{\u0000\u0013j\u0011\u0007w\b\uc0f2\u001d\u0011)&k>J\u0000j]v\u0005\u0006olrO0V\u0018\f}>Ad`A\u0000^j}m\u0014ux\u05aa)\u0002hQ:ZmW\u001f\u000e_\u000e=l\u001e?\uc98c!>ZX2\u001f_GCzD\/N\u0019\u001d^\u0017]^\u001dTT%\u001b}\u0000UR0WR5$Q\u0015~f%\u037dl\u0174H\u001ex\u0227.6:sI]\u0350tq~~[:HVF\u0013\u06a6f\u001b8c\u0760Sq\rz\\['e}UZmn\u0161e\u001e\u001c\u06feW(=@\u0005j\u0013\u04a3( \u000b\u000b=\u00159KR\u0014%\u0262\u001d*\\:\u0507-C+'\u0014~THkK\u0019OH?\u03df`ou\/\u001a72eO*\u0019D\u0015.?'\u0004?\u000b+Vy\u001ex(%\u0014P:,\n+\"$ure((V\u05dek.`\ud848\udec8=\u04c9Rk3gR}[p\u0019\u0287~\u001e'mq~6Y2pri\u0014Ph\u00013(vl\u0015{;\u0014\u0015XG:-\u00141\u045c\u0018\u0019P{8\u0005W=\u05d5.WD3P\u001b\u00e3\u0016S\u001f\u0006g>\fO|#2b\u012a\u001f[mI\u0018_*\u017f\u0353oz=_!8w<'\u000f\u3336JqNW\u07df\ue4c7t'u?l\u0014,s\u01b9\u000b\u0006kx>NBo\u00173^\u0197V\/?,\u0017NyR\u01577WSc>&I^\u001fi5(V\u031e<|_3\u03ac\u000f5po$tz=&iu\u0197\u0a94>ndcmbwdwv?Y$N\nerHo&O\u0011\/\u001fVv\u06a32K\u037dvO\u0197:\r\f7[?,\/\u0012\u001c&l\\RoyvWJ\u0574&\u0015_-\u0016zV fM:\u0011]Edm9_'\u001f:wo\u0709dz_\u065f\u0003V)\u0014G\\GV\u0000;\u0016^F[\u07ea*_U*]~>JTY\u0018u\u00076\\;p0:U\u0534\"|G\u001do\u0018R+H\\\u001db$Nl\u013d\u000e\u0014\u000f\u0014o\u0013\u0012-\"e\u0011X>y\u000fseh\u0010b^\u0007U\/wP\/\u0012\"Iv\u0014W\u000eL_$K^3\u0010\u001blZW9]lj^gi\r~y]QT\/?wE\u0011K]SeMmh\/6JrU$ .o\r>,,H\u001f\"1|i(_t~GiyR\u014am\u000b`\u0007o&)>\u0474?fo\u0013\u001fOLS~].:\\\u0019}d\u0013x\u04508Y>,\u034c$:\"JX8V\r%Ct@Z)P\t5D\u00106.\f.\u0019$\u0007&EkW\u0002e|\r@[\u0000TjmhhK\tktk\u0012 H\u0011\bA<\u00033x`H\u000e\u010chr $\u06acqj\u0019qjG\u0018q\n\u000b\u05d9\u068e;)]Y\u0011i#@#=\u0005iiGC{!C\u01a1=X\b\u0017\"r\u0004>\u000es-\u001ehEv m\u0011}>\u0005miiCC[j\/a|4\u001ac\u000f\u0007ZS\u0005--hhL0R\u0001hl\u0000ZFb\u0003-i\u0018p\u025e\u0017\u0017E!fueYG?\u00e1\u0016TQKK?r8\u001ep\u0164x7\"\/\u000b\u0018M)KJ3$yuQWsd'liB~!)yNf\/m\u028e\u0001dB&w+\u000b\u001e\u0012FZ m\/*h\u06d0q\r\fj#H\u001d\u0018\u001c\ff.:)m1J\u001aRF\u0003\u0521*]|H6zd,\u000fYmK\u001d.vwQ].w\u0017\rZ\u046beR7\u01a7zq{KB\"t\u00018\u0003t\u001e(u)F\u001f\f\u919e=uD\u0010!_O\u024asu>?Vp:\t\u0012\u0014?\u077f,, i(\u0014e\u0010\u0014e\u0013b\u0013}\u0013r\u00130'\u0000'&&p&]\u0003\u0010C\u0096(\u0003B\u0007)\u0018\u0010D\u0015D\u0018D\u0015[\u0000\u0012q\u0011\u0333<\u06e2\u001c7\u03ca_\u0018\u001adcB. p]\u01f5-up\u001d\u001cHh#\u0014\u0011\u0018\u001f\u0006N#\u0006\u001e#&\"\u0012_&Tu\u001cw\u001a\u0004 `O5h\u07ac\bu\u0012[^\u0012\u0550B8%x67$a7*{g\u0004\/b6\u0585\u06a9\fn\u0018{h\u001c\u0016\u000eci\u000bU\u000bY\u000b\u0000\u0017B[\u0004\u0004P \u0007\u0007P:.h)\u001a$(Ta(\u0001(:_\r\u049aJCL(K2cQwT\u0017\u0019W\uf17e&\u001daN{=yJ.l\u0586\r`\"0v\u0012'>\u0016\u0007\u001a\u059a:F\f6^7Fvd\u07d4BXF6VHqd`\u01c4ed3\n+VL\u001d)\\7Y#es-lp\u0091Y\u000ew;.v@\u0481te\u000e]nr] a\u027d\u0007K~\u0645t)\u06f7Ym!r)Y(.xR,72hc@ASjn{\"Q\u0006[\u00184W0_\\\u0489]\u0013!h\u0006nS\u07c5lufz\u0270lv:5n6(+at4tQIrB=id\u0017\u001dLFQaUM\r.7]m\u0166kM\r.55T\nB\"quL\u036e2%_dJ\u0012SMeV\u0017pz_YS\u02b2B^s\u07582e\u001alR\u00d6)r\u0011\u02530Jnc(\u0137c,6\u0006\\ZIG\u02f2wY6Kw6K\u07e42\".7Iqm\u00006\u072c]7\u0003<\u0004EMu\u05a03X(V3$7\u0000g\u0019=6;@6C6P\uf133{M\"dr8k]F\fOl+HWM%b%\/hu7vJ>wS^l-P)xNT^JlbT\u0017]\u0014i*:ZN}=%H-@^S.\"J\rXIU\u001d\u001aC-4\u0005i(\u0013V\u07fe2)qx;z\u0001F\u0014BW?)-o\ub0ba\u0004%mc\u0011\u0013DE, Tlcu\u015f\u0006$7kfMVrl\u03d1}5.i#{\u001e\u0006\bOS4%3\u0015W\u04c7Z5'\u0007X-\u0007(Uh\u0010]$\u0004\u0011k\u0011zr-Gj@U\t\u001d\u045d7r+f':|!\fU\u02c0\u001d&\/.f']\u001472\u0761x\u000f{;\u0653C\b\u001f|aR'\u00dbSsb\u0004\u0003:^ g{\u0017xe\u0010S\r7f|\/C\u000f\u0015w\bOW\u0016Q.\u00f4\u0005T(\u001b\u0005{\u02b7\u0002mos79SV$\u000f\u001dS#\u06de1#mG7L}6;H &i6T]H\/@]uYcA!}#U0[-`|I\u0005 \u0004Z\u0007R\\\u000bt5\u0010\"\u0004\u0002]\u0001n\t@@W%@d \u042dd yb\u0010\u001e\u0010h\u0010h\u0010hqY \u0016\b4A\u001c\u0004\u001a\u0004)\u0000\u0002\r\u0002\r\u0002-$\bnU.@\u04c5%@Wd@[B U\t\u0010<\u0019\bt+\u0019\b4\bt\u0018\u0004z\u0007\u0004\u001a\u0004\u001a\u0004Z\\\u0016\b4\b\u0005\u0002M\u0010\u0007\u0006n\n@@@\u000b8\u0005\u0002\u001a0FmZ\u0011b4\u0010\"\u0004\u0002]\u0001n\tu%\u043aa\u0007\u0002\u0365\u021dA\"Qh\u06fa\u0010hBej\u001c\u0006Y\u0010h\u04d6# \b4\b,\u0003\u0010\u0003\u0002\r\u0002\r\u0002\u0018\u001b \u0412\u0007\u0004\u001a\u0004\"\u000f\u0002\r\u0002]\u0201@K\u0001\u0016\u0282@\u000fL\r6@w\u001a!\u0010\f\btK3\f:\u0002s4O\u0016A\u0007m\u0001\f\u00114\u06e9@\u0404@*K9:8z\u0016\b\u06b4\b=\b\u0004\r\u0004-\u0000\b\u0000A\u0003A\u0003A7\u0006\u00104\u0010\u0001\u0006\u0003A\u0003A\u0017r@R@\u0003#hA*\u0018\u05a5\u0015\"h\u0010$ \f\u0010tK3VC38A\u0017\u069a89-\u00028C\u0018\u000eBej\u001c-\u0383@\u001c\u0007AAe\u0019@W\u001f\u0010h\u0010h\u0010\u0000\u0006< \u0014y\u0010h\u0010B\u000e\u0004^\n\bP\u0016\u0004z`\u0002\u0007pa2S0)@H5(\u0010\u0004z+\u0003\u0002\u0012\u0002'v\u021f\u0006t\u001d\b42p\u01819\u0010h\u04d6# \b4\b,\u0003\u0010\u0003\u0002\r\u0002\r\u0002\u0018\u001b \u0412\u0007\u0004\u001a\u0004\"\u000f\u0002\r\u0002]\u0201@K\u0001\u0016\u0282@\u000fLu\u7c2b\\XVHB@+2 -\u0004Z3\b\u0007[Se\u041aj@GSm\u000eY7v\u0004,t6h0}\u00017\u000372\u0000n>\u034d\u0001\f,y)\u0345\u001cps\u0014f,pY7\u0010XVB\u4480+2-\u03b8Y3\uc6b8Y3'moVW\u000f\u06be:Na7\b\u0569\u0002}[\u0011z\u0011$\u001a$Z\u0001Ht\u0001\u0006\u0006n\rhh\u0003\u0012\r\u0012M\u0007\u0006.@\ub940D\u000beA\u0007&\u001a\u000bP#\u047aB\u0012M\u0017\"\u0004\u0012]\u0001n\tu&\u045aa$\u045a'K)\u025az?\u00074\u0003&T\u0011B\"A\u03c2B\u001c\u0007e\u0019AW\u001f0h0h0\u0000\u0006<``\u0014y0h0B\u000e\f^\n\u0018P\u0016\fz`\u0006\t.@\\\u0012\u0018tE\u0006\f%\u0519Aku8Y\u0006m45\u0174m\u001b4\u000e\u777c\t\u0569{r,6o;B\/DD2\u0000> \u044d\u0001\u0012\r\u0012-y@A) \u0445\u001cHt\u0014h,H$Z\u001b\u0087W\u0003!rI \u0015\u0019\u0401HXtISs\u0012\u001di<;hBuZ% \u068e\u040b \u0472\f@\u000fH4H4HtclDDK\u001ehh]\u0010mv^\u0004\u0006e\u0000\u0010]}\u0000\u0001\u0001\u001bc\u0003 \u001a Z\u0000D\u0003DS\u0001\u0001\u000b9z)\u0000BYA6g\u0005\u000fI\u0001B\u0010!\u0000[\u0019a@F\u0000n\u0005\u000bCC3\u0000>\u040d\u0001\u000e\r\u000e-y)\u0405\u001c8t\u0014ph,8\u001cZ5\u000eK+t!rI\u0015\u0019pPg\u000e\u0019vMs%\u040d\u0001\u000e\r\u000e-y)\u0405\u001c8t\u0014ph,8\u001cZ{BBui\u001c.D.\t\u001c\"\u0003\u000e\u0012\u0002'v\u001c6%iCkK\tik{\u001c\u06bc\b\b\u000e\r\u000e-\u0000\u001cCCC7\u0006848\u0001\u0006\u0203CC\u0017rR\u0003sh\u001d<.@\\\u00128tE\u0006\u001c%\u0519Ck\u0019CCUOD{\u00d6:$\u045e:lDSSIt\u000e$\u06bc\b\b\u0012\r\u0012-\u0000$DDD7\u0006H4H\u0001\u0006\u0203DD\u0017r R@ \u0003h-S.@\\\u0012HtE\u0006$%t\u0018\u0012}\u001e\u045e\u02dez\u0012ph\u0006W\u0121\tiTsMXrh#\"848,\u0003p\u0003\u000e\r\u000e\r\u000e\u0018\u001b\u0412\u0007\u001c\u001a\u001c\"\u000f\u000e\r\u000e]\u0201CK\u0001\u0016\u0282C\u000f\u0321uJui\u001c.D.\t\u001c\"\u0003\u000e\u0012\u03215\u000e\u001cz\"}S\u000fe\u0001f@\u001b\u03e3\u000b&TR}6Cwi;B\/CC2\u0000>\u040d\u0001\u000e\r\u000e-y)\u0405\u001c8t\u0014ph,8\u001c7 \u06b4\"h D.\t\u001c\"\u0003\u000e\u0012\u02a1u\u000e\u001c:c9!\u06d9{\u0011#).\u0011\t\u0569G9\u0002\u0011\"Dwj;B\/CC2\u0000>\u040d\u0001\u000e\r\u000e-y)\u0405\u001c8t\u0014ph,8\u001c\u00041A\u0001BU[\u0019pPg\u000e\u0014!\b\u001dS6vM4WAv\u0414Xj&\u0010iyph#\"848,\u0003p\u0003\u000e\r\u000e\r\u000e\u0018\u001b\u0412\u0007\u001c\u001a\u001c\"\u000f\u000e\r\u000e]\u0201CK\u0001\u0016\u0282C\u000f\u0321'\u000b\u001d\u000f\u0016\u0010D;\u0001E{\u0000\u0454\/+d\u0002\u0445{'\u000b\u06ce\u040b\u0000\u0000\u0472\f\u0000\u000f@4@4@tcl\u0000D\u0003DK\u001ehh<@4@t!\u0007\u0010]\/\u0005 Z(\u000b\u0010=0]\u066b\u0001|\u0005.e\u0000[BA\u001b ZS\u0005\u046e\u03d7 c;.G\u0017\u0010MN\u001d2PSs\u0001mGEhhY\u0006\u0000\u0007 \u001a \u001a 16\u0000\u0001%\u000f@4@4E\u001e \u001a \u0003\u0002\u0010-\u0005\u001e\u0018D\u0006_\u0015\nA4]\\\u0012@tE\u0006 %\u0015D\u0007\u001ac\u0005+6McD;v\np&@4:-(@NmGEhhY\u0006\u0000\u0007 \u001a \u001a 16\u0000\u0001%\u000f@4@4E\u001e \u001a \u0003\u0002\u0010-\u0005\u001e\u0016Dk[\r5j\u04caH\u0010$\f@tK@ Z1'\u000buD[\u0015l2e.}\u000bN\u0016D\u001d\u0017\u0001\u0001e\u0019\u0000DW\u001fhh\u0000\u0006<\u0000\u0000\u0014yhB\u000e ^\n@P\u0016 z`\u0010m^.Q[\u0010D#F4@tC\u0006 \u001c \u001a \f Z\u0018 Z\u0012 Z\u0018 z\u0007 \u001a \u001a Z\\\u0016@4@\u0005\u0010M\u0010\u0007\u0006n\n\u0000D\u0003D\u0003D\u000b8\u0005\u0010hOo\u0001`'\u04a8-@\u001aqO $P\u0274S.J4%\u0001Eh(J\u01b6,6\u000eLcsx ru-\u0405DSS\\\u0011S\u0011z\u0011$\u001a$Z\u0001Ht\u0001\u0006\u0006n\rhh\u0003\u0012\r\u0012M\u0007\u0006.@\ub940D\u000beA\u0007&\u0006\u0015j\nIt\nu@\u0010$*\u0003\u0012\u0012\u0002'f\u0007tAD~\u0e1a\u0015G'\u0012MNf\u0002;\u0382D\u001d\u0017AAe\u0019DW\u001fhh\u0000\u0006< \u0014yhB\u000e$^\nHP\u0016$z`\u0012m^i$\u000b{\bDd@[B]Ik\u0014C|OD35'l\u00b6\u000e{ \u0444h\u0014$[\u0011z\u0011$\u001a$Z\u0001Ht\u0001\u0006\u0006n\rhh\u0003\u0012\r\u0012M\u0007\u0006.@\ub940D\u000beA%\u001aV#\u06b4\"h D.\t$&\u0003\u0012\u0012\u0002\u0006nDoD\u000bDDAwz@AAeDD[ \u0004qh\u0000H4H4H0 \u0006wi\nItK4B 5\u0019Pg\u0012\u0019x \u0005qi\u0014}\u001eH4:-\u001aM\u0010'S\u0011z\u0011$\u001a$Z\u0001Ht\u0001\u0006\u0006n\rhh\u0003\u0012\r\u0012M\u0007\u0006.@\ub940D\u000beA\u0007&\u045aYD\nI4]\\\u0012HtM\u0006$%\u0519DY\u0003i\u0012,\u0585S\ro\t\u0002Lqc!:[ @\u06ce\u048b \u0472\f@\u000fH4H4HtclDDK\u001ehhH4:u\u0005\u0002X\u0629\b\b\u0012\r\u0012-\u0000$DDD7\u0006H4H\u0001\u0006\u0203DD\u0017r R@ \u0003h]V.D\u04c5%Dd@[BIfDohc;$:m#:\u0007:M!Ht\"H4H,\u0003\u0003\u0012\r\u0012\r\u0012\u0018\u001b \u0452\u0007$\u001a$\"\u000f\u0012\r\u0012]\u0201DK\u0001\u0016\u0282D\u000fLL\u0087ui$.D.\t$&\u0003\u0012\u0012L5!\u000f9Y\u0014q\u001f^Y\u0018\udab4\udcbf\u0007\u0014MN\u000b\u0006zw\u000e(\u06bc\b\b\u0014\r\u0014-\u0000(\u0000E\u0003E\u0003E7\u0006P4P\u0001\u0006\u0003E\u0003E\u0017r@R@\u0003h\u001d'\u0002b2S0)@5\u000b(*\u0003\u0014\u0012:\f>W\/]c\u0012;XD\tiT2\u0005v^\u0004\u0006e\u0000\u0012]}@AA\u001bc\u0003$\u001a$ZDDSAA\u000b9z) BYI\n\u001f\u05a5\u0015h\u0010$\fHtK3\f<\r\u0154D\u02b9\u0015G7\u0012MN\u069emBSOD\u001b\u001d\u0017AAe\u0019DW\u001fhh\u0000\u0006< \u0014yhB\u000e$^\nHP\u0016$z`\u0012\u001bU>K+$t!rI 5\u0019Pg\u0012\u0019x \u001b\u001a\u0019NlM\u0017ItE&TIS\u01c4.6n;B\/DD2\u0000> \u044d\u0001\u0012\r\u0012-y@A) \u0445\u001cHt\u0014h,H$Zc*|XVHB@k2 -$Z3\u001am\r=Y\u0016\u001dqM\/-\f\u021eWti!:K\u000b\u0014\u0016vj;B\/EE2\u0000>```\u044d\u0001\u0016\r\u0016-y)``\u0445\u001cXt\u0014h,X,Z\u000f\u000bj4\u0010\"\u0004\u0016]\u0001n\tuf\u045aC0M%SmmHl2u\r\u0705DSS@H\u045d\u068e\u040b \u0472\f@\u000fH4H4HtclDDK\u001ehh \u044d\u0001\u0012\r\u0012-y@A) \u0445\u001cHt\u0014h,H$Z\u05f9U>K+dt!rI 5\u0019Pg\u0012\u001e\u001c\u0005\f\u0003S\u0012\u001dvd{u\"\u0444h\u0006v^\u0004\u0006e\u0000\u0012]}@AA\u001bc\u0003$\u001a$ZDDSAA\u000b9z) BYI6g\u000f\n+]\\\u0012HtM\u0006$%\u0004\u0012O\u0012idh<$aW\u001cH4:-\u001a&4dIy\u0011z\u0011$\u001a$Z\u0001Ht\u0001\u0006\u0006n\rhh\u0003\u0012\r\u0012M\u0007\u0006.@\ub940D\u000beA\u0007&:NPd`RDkC\u0003\u0280D:h\rEt\rt=[\u0005m\u0012M}&\u0007\u0012MNlf\u0003v^\u0004\u0006e\u0000\u0012]}@AA\u001bc\u0003$\u001a$ZDDSAA\u000b9z) BYI3\u0087ui.D.\t$&\u0003\u0012\u0012\u0002\u0006nDoD\u000bDDAwz@AAeDD[ \u0004qh\u0000H4H4H0 \u047a]\u00faBJ\u0017\"\u0004\u0012]\u0001n\tu&\u045a\u001c\u0005\f5-\u0004$:='.$P\u0016M:&4tIq\u0011z\u0011$\u001a$Z\u0001Ht\u0001\u0006\u0006n\rhh\u0003\u0012\r\u0012M\u0007\u0006.@\ub940D\u000beA\u0007&Z\n\u001f\u05a5\u0015W\u0010$\fHtK3\u000b\u0012\u0365B[o,\fxWB)\u0569T&`Opca#\"H4H,\u0003\u0003\u0012\r\u0012\r\u0012\u0018\u001b \u0452\u0007$\u001a$\"\u000f\u0012\r\u0012]\u0201DK\u0001\u0016\u0282D\u000fLm\u0015>\u00054\u001a\bK\u0002\u0240D@A\u001b\" \u045bd \u0442d yb\u001ehhhqY \u0016H4A\u001c$\u001a$)\u0000\u0012\r\u0012\r\u0012-$HTp'J\u0017\"\u0004\u0012]\u0001n\tu&\u045aC\u001f4O\u0017EOQ\u000bm\u0014=Un(P\u0016N\rC\u0013z(\u06b4(\b\u0014\r\u0014-\u0000(\u0000E\u0003E\u0003E7\u0006P4P\u0001\u0006\u0003E\u0003E\u0017r@R@\u0003h\u0003jQw\u001a!\fPtK+\u000e4\u6a815,fhzEO)\u0569T.\u0010+S\u0011z\u0011(\u001a(Z\u0001Pt\u0001\u0006\u0006n\rhh\u0003\u0014\r\u0014M\u0007\u0006.\u4022\u0000E\u000beE\u001aVC\u06b4\"h D.\t(&\u0003\u0014\u0012:\u00100E\u001e\u06c8\u001a\u0010F~Ou-\tE\u0013\u0129lbSO\u0017E\u001b\u001d\u0017e\u0019\u0000EW\u001fhh\u0000\u0006<@@\u0014yhB\u000e(^\nPP\u0016(z`\u0014* B\u001a\u0005\bQ4BE\u0003Ed\u0241+\u0240\u0005e)wze\u0001E\u0003E[@\u0004qh\u0000P4P4P0\u0016s\u5c51hGU\t4j\u000b\u0010F-h\u0013\u001anU[B7\n\u0016\u0014\u02a2\u001d`cv\u001c\u000eCMQ=as\u001dbm4Y=bLw\u0464\n\u0548j&h$\u0005z\u0004\u0006e\u0000 ]}\u0000\u0001\u0001\u001bc\u0003@\u001a@Z\u0000H\u0003HS\u0001\u0001\u000b9\u0000z)\u0000BY\u0000a\u0745\u06b4B B\u001d\u0015\u0004\u000b\u0001H\u0000\u00012\u0000E2\u0000ia2\u0000i\u0000<1N\u000f44,\u0000i\u0000i\u000b@ \u000e \r \u0014\u0000\u0006\u0006\u0016q\n@\u0000j\nt\u0017\u0002\u001c\r@.\u0004 \u0012\u0002'A\u0007yQ\u0123N\u015bb|t\u0454\u0500*\u0017`u\u0001vn\u0004\u0006e\u0000\u0018]}\u0000\u0001\u0001\u001bc\u00030\u001a0Z\u0000F\u0003FS\u0001\u0001\u000b9z)BYAak\u001aiE@\\\u0012`tC\b0%\u0015F\u001e`t\u001c\u001b\u046cnf>\u001dMP\u06ff7\u0007?\u0007\u001e\u0765\b=\t \r -\u0000@\u0000H\u0003H\u0003H7\u00064\u0001\u0006\u0003H\u0003H\u0017r\u0000R\u0000\u0000\u0002i\fi@M\u0003\u0000u!\u0000Pg \u0019z\u0000\u04a5l\u0014hL\u0014\u0000i|\u0362#&T;\u0013 mz\u0004\u0006e\u0000 ]}\u0000\u0001\u0001\u001bc\u0003@\u001a@Z\u0000H\u0003HS\u0001\u0001\u000b9\u0000z)\u0000BY\u0000a+ui@.D.\t@!\u0004 \u0012\f5$\u0000T\u0014^\u0018j\"x4\u000f\f1,\u001dE T\u001e\tL,`y\u0011z\u0011(\u001a(Z\u0001Pt\u0001\u0006\u0006n\rhh\u0003\u0014\r\u0014M\u0007\u0006.\u4022\u0000E\u000beEZ\n &#\u0005\u0002(Z\u0003B@-!}h\u001aV>\u0010F(\u0012Pw?M{O\u0016Gwi=BO\u0002H\u0003H2\u0000>\u0000\u0000\u0000\u048d\u0001 \r -y\u0000\u0001)\u0000\u0000\u0485\u001ct\u0014\u0000i,@ZV\u013aB M\u0017\"\u0004 \u0010\u0002n\tu\u0006\u049a\u0007 \u0007\u06f0\u06feyf[\u0012\u00154BS@\u83adGI\u0000i\u0000iY\u0006\u0000\u0007@\u001a@\u001a@16\u0000\u0001%\u000f44E\u001e@\u001a@\u0003\u0002 -\u0005\u001e\u0016HkB\u0005\u0013\n4]\\\u0012tC\b@%\u0019Hk\u001etVyii\u0003i\u000f'ayN@R:R$\"]\u0000\u001dZ\u0413\u0000\u0000\u04b2\f\u0000\u000f44tcl\u0000H\u0003HK\u001e\u0000i\u0000i<4t!\u0007 ]\/\u0005@Z(\u000b =,\u001eY`b]Z!\u000bK\u0002n\b\u0001H:\u0003i\u0003.\u001cdI\r'w!MP\u05f5=\u0013\u001f\u0005GI\u0000i\u0000iY\u0006\u0000\u0007@\u001a@\u001a@16\u0000\u0001%\u000f44E\u001e@\u001a@\u0003\u0002 -\u0005\u001e\u0016Hk`.@\\\u0012tC\b@%\u0019Hk\u0003y\u0013^d\u001cCfPJ!MP\u00032\tC\f\u93adGI\u0000i\u0000iY\u0006\u0000\u0007@\u001a@\u001a@16\u0000\u0001%\u000f44E\u001e@\u001a@\u0003\u0002 -\u0005\u001e\u0016HkB\u0005\u0013\n4]\\\u0012tC\b@%t\u0018 \u0003$\r$M\u000b$\u0754\u0000\u0006\u0016g\u0000$]}\u001bc\u0003H\u001aHZ\u0000I\u0003IS\u4064\u000b9 z)@BY a\u0001\u0566\u0015\".\fV#\u0004$\u0010\u0002n\tuF\u049aDjvHz\u00121vBb:!iBZ'\u001d\u001d[\u0413@@\u04b2\f\u000f44tcl\u0000I\u0003IK\u001e i i<4t!\u0007$]\/\u0005HZ(\u000b$=(\f67\u001a\bK\u0002n\b\u0001I\"iC\u060eGk\"\r\u0017\u0000i\u06ba&\u0006\t\u0015j U&\u0011z\u001a0u.@\u06bc\b=\t \r -\u0000@\u0000H\u0003H\u0003H7\u00064\u0001\u0006\u0003H\u0003H\u0017r\u0000R\u0000\u0000\u0002i]V1.\u0010H\u04c5%\u0001H7\u0000[B\u0000\u0000m\u0019\u0000\"\u00190\u00194t\u0018@z\u0007@\u001a@\u001a@Z\\\u00164\u0005 M\u0010\u0007\u0006n\n\u0000H\u0003H\u0003H\u000b8\u0005 \u00052\u0015LK+\u0004t!rI\u0000\r!\u0000Pg \u001d\u0013'vt_\u0004H:d>[\u07504B\r%\"\u0013zH\u06bc\b=\t$\r$-\u0000H\u0000I\u0003I\u0003I7\u00064\u0001\u0006\u0003I\u0003I\u0017r@R@\"i\u001d&b2R0)@5\\\u0010H.\u0004$\u0012:\u0010>\rl#(t\t\u0015j't#$4,\u0003 \u0003$\r$\r$\u0018\u001b@@\u0492\u0007H\u001aH\"\u000f$\r$]\u0001IK\u0001\u0016\u0002I\u000f5\\C\u04baB$M\u0017\"\u0004$\u0010\u0002n\t\u001dKZ=\u0002I\u0003I\u0003I\u0003I\u0003I3\u0000>@@@\u048d\u0001$\r$-y)@@\u0485\u001ct\u0014 i,HZ7XVB\u4480\u001bB@-HZ3\u001aHZt7b6vw\b%MPf\u0012ft&DC\u0011z\u0012D\u001aDZ\u0001t\u0001\u0006\u0006n\r\u0010i\u0010i\u0003\"\r\"M\u0007\u0006.@\ub940H\u000beA%\u001a\u0003P#\u04baB\"M\u0017\"\u0004\"\u0010\u0002n\tu&\u049a\u0007\"upc\u0001GP\/.7z\u0004\u0006e\u0000\"]}@AA\u001bc\u0003D\u001aDZHHSAA\u000b9\u0010z) BY\u0010a\u000e!V9q\u0017h D.\tD!\u0004\"\u0012L5q8@7s\u0017\\q\u000e\u05f1iGP\/4q.DC\u0011z\u0012D\u001aDZ\u0001t\u0001\u0006\u0006n\r\u0010i\u0010i\u0003\"\r\"M\u0007\u0006.@\ub940H\u000beA%C\u0015NK+$t!rI \r!\u0010alc6L\u0003s =nGY\tH\u0013*\u000e;\u0011\u0000\u001d[\u0413\u0000\u0000\u04b2\f\u0000\u000f44tcl\u0000H\u0003HK\u001e\u0000i\u0000i<4t!\u0007 ]\/\u0005@Z(\u000b =,6@\u06b4B \u0745j\u0000\u001bB\u0000-@Z3\u0000\u001d\u001b\u0002 9\ube7a]4Bu%<[{D,t#$4,\u0003\u0000\u0003 \r \r \u0018\u001b\u0000\u0000\u0492\u0007@\u001a@\"\u000f \r ]\u0001HK\u0001\u0016\u0002H\u000f\na@\u0010PVD\u001b\r%\u0001H7\u0000[B]n\u0001H\u000e\u04c9.F\u001bHOtn\u001e\u0484\n}|\u0002i\u05a3$4,\u0003\u0000\u0003 \r \r \u0018\u001b\u0000\u0000\u0492\u0007@\u001a@\"\u000f \r ]\u0001HK\u0001\u0016\u0002H\u000f\u000bu}[\u013aB M\u0017\"\u0004 \u0010\u0002n\tu\u0006jR E\u0013\u01c9tk\r=\u0011DR|L,:\u000b\"\u0761\b=\t\"\r\"-\u0000DHHH7\u00064\u0001\u0006\u0203HH\u0017r R@ \u0012i\u01acFuiD.D.\tD!\u0004\"\u0012:\u0010\u2109t8\u0013NS]u#\u0484\n5*=Dz\u0004\u0006e\u0000\"]}@AA\u001bc\u0003D\u001aDZHHSAA\u000b9\u0010z) BY\u0010az\u0013I\u0001B\"\fD.\u0004\"\u0012L5\r\"I}Du]>7v(\nuWGvAP#j\u0007#\u0771\b=\t\"\r\"-\u0000DHHH7\u00064\u0001\u0006\u0203HH\u0017r R@ \u0012i\n'\u05a5\u0015\u0012i\u0010$\u0010\u0010tK\bD\u001aDZ \u0003\"]$\u0003\u0016&\u0003\u0006\u0013HHHH\u0002\u0006@\t M\u0001\u0010i\u0010i\u0010ia\u001e@uc\u0289uiD.D.\tD!\u0004\"\u0012L5CA5Ht4\u000f#E\u0012D\bynQ;\b\u0015jGB=H\u0227K;\u001e'AAe\u0019HW\u001f\u0010i\u0010i\u0010\u0000\u0006< \u0014y\u0010i\u0010B\u000eD^\nP\u0016DzX\"1\u00005\"K+$t!rI \r!\u0010Pg\"\u05c80^.\u0013\u03d9{\u0001\u0484\n5*t\u0000i\u05a3$4,\u0003\u0000\u0003 \r \r \u0018\u001b\u0000\u0000\u0492\u0007@\u001a@\"\u000f \r ]\u0001HK\u0001\u0016\u0002H\u000f\u000b@F\u0003!rI\u0000\r!\u0000\u0010~6.\u011eAP\u0003Hs)5z\u0004\u0006e\u0000 ]}\u0000\u0001\u0001\u001bc\u0003@\u001a@Z\u0000H\u0003HS\u0001\u0001\u000b9\u0000z)\u0000BY\u0000a\u0016)T0.\u0010H\u04c5%\u0001H7\u0000[Bf\u0001Ho\u001a\u001e\u0013u]7 MP\u0003r\txHwm=BO\u0002H\u0003H2\u0000>\u0000\u0000\u0000\u048d\u0001 \r -y\u0000\u0001)\u0000\u0000\u0485\u001ct\u0014\u0000i,@\u0000j\nt\u0017\u0002\u0011\u0002n\b\u0001H\u0002@c\u0014L\rN\u0018H\u0016\u001c1y\u0013g\/\u001a\u0012*\b:$<\u00071;\u001e'\u0001\u0001e\u0019\u0000HW\u001f\u0000i\u0000i\u0000\u0000\u0006<\u0000\u0000\u0014y\u0000i\u0000B\u000e@^\nP\u0016@zP o5\u0728M+\u0006B\u0000\u001bB\u0000-!\u0000i\u0000\ft\f@Z\f@\u001a@:O\f \u0003 \r \r -.\u000b@\u001a@\u0002&\u0003H\u0003H7\u0005\u0000\u0001\u0001y\u0002m\u0015\u0013w\u0002@\u001a1\u0001\u00052\u0000\u048d\u0000\u0000\u048dd\u0000\u0000\u04b2\u0000\u0000;=\u0000\u0000\u0000\u0000\u0001-\u0000i84tS\u0000@\u001a@Ht\u0019O&z\u06084B\u0001X}OFeb\uc9d9l\u001c]4\u001b<\u033aK[m\u0012%w&y\u0007OlC\u0661r\tu~\u0006o2\u000b)}\u001f9do~aVe|jA$\u0011BK*3kxe\u0014?\u001f|\u0004,D\u000bF\u0244F\u00154A}_f?w\u0002a4\nn\u000f.&\u000b\rn\u0014h|8\u0014\\fA*\u0019pb\u001c\u000b\u000b\u05cdNO\u0016(X\u03f8Zs]>ZSl^\u001eRO'+ZaE\u0007(\u001eN\u07e6Z\tz\f'\\\u03ef?,><=y>\u03cfn\u0019g\u0006\u07d07ZR=JA\t\u0013\\MLNLzu4mT{Y?Og\t)|M+hkkuNMp\u0011*WP>^+]\f\u0017'}iN.q\u0019\/\u0015cv1\u0018\u050aAYk\u0606\uebab=[e#\u0018k\u000b+\u0001B\\\u0014\b|\n&YT\n\u0621>%\u064aJ2ZO0^\u001fV\u000f\"\u07ed@\u000eLQS=\u0018S\u000bg5RiB;+t'~X'\u02d74\u05eabg\u001bW7}wJ|{\u0002H~8_?0I\u000b\u001b\u4ad7t+y|y\u0007O&U#e~&r[a\\\u0001`Ov\"'V\u0461a\u001aWI\u0015_\b\u0006a\u0005t=}\u001dVg>IJrRhvWaGAT_{\u001c*L\u03b8xs\t\u0006Q\u000f$\u001du#oZ=\u00037\u001f\u057cz\u0012\u0007{\u000fS\tJ~?e{gLM \u00171Y5+%O\u00145UVt{hCR\u05dfgEKR\u001e\"y\u001f}>\u02abuA-\u02cb\u0436f?^'8C=\u0014!3j~GSX\u0010=\u0369sJh\u0007\u025f0\\xP\u001e\u066a.Pha)tdrf0Z\ud876\uddf2e?c\u001e\u001amNe|QkOM\r\u0512(\u0011f\u001d4\u0316(P\u0019\u0013s{B2(\u0016($l\f)X1\b\u0013\u00e0\/\u0019\u0005Ul\u001ckX\u0010A9\u001a\u0005o\u00bdf\u00010\u0012\u0003H\u001c5\u000bjxfAM0~\"1,0\tA\u0010<\u000ek\u0017\u0002Esp*;\b,h'\u0013ADj@9IP334\t\rDT\u000f'o\u0013F\u00181kTF(^#6\nCq\u0019\n45\u000bc]*\u00176F\u0010vVu'\u0002\u0016\\d\u0017\n>+s!R\u0006\u00066\u0016@[\u0001\u0011(>=5\u0018\u001a\"RF|\u00066\u000b [\u0001\u0017v\u0001\u0221f{\"H\u0019:\u001a0Cn\u0005\n_\\c6zQQ\u0015z58+k\u02c9lDm6 H\u0001EU\u0017%h]g#U|Lp\u0239e?P8\u0016\u0011`\u000b\u0397d>\u0011SW\u001b\n]\u001d\u000e\r]4\u071fIPE\u0004\u00074\t\u0280v&1a|\nfa\f=;\u0012H[-bfC4\rD_KV\u000f_;025\u000eSGA \u0584\u0014nE\u0001f\u001ai\u0016x\u042a;MAa\u0007\u0019G\u001d'PG\u0352`cd\u001c?qW6us)*\u000eu;\u03b9S\u0420\u0006\u001c6x]uF\n4D9Fmu^biDx]+v|4(k?[\u000fr\u001c\u000b\u0006@\r\u000fg\u0000}$=R\u0003\u0006J'(IF\u048c\u001cD,_%)v|g\u0555\u0007*\u0005\u0012~?\u046a\ts\ue1fa1zHzH'ojq&YflD'\u0017S?=W)Z\r\u07e5\/\fde~.RC\\\u0125O\".nTYm*=\u001e2>\u0017\nW9$&{K1iFW7\u001a8V\u001eJ2!\/:\u0012{J=\u01e4\u001a(1.=\u00fb\u000ev^l.y4P1^U|#9Gj\u000bn\u0001\u001dn{\ud806\udea0(7\u00198\u0019\u001dz\rOg\u59ff\u0006%W\u001b^.%j\u0007nwk;]h\u009at\u0001C3MAW04p\u0554tI.U\";i\u001ah\u001d43)\u0012$\u001c\"\u001e\u0005\u0013~1\u0005\u0015b\u0000\f\u0795zZ\/W\u0018F=\u0019sP}^n\u001e\u001c\u000fpZJ_\f\u052a\u0017J%\u001b8nv7Q5'\u06f4:tWrk\u0003 C\u0003*\u0002iV)\u0000[\u0007\\k>CSh\u0019HUY@Ks%_2A{l+6|I^_i7A\u0118\u0007\u0005j\u0014%\u076e7n\u0015\u000fN\t~T\u000fCP(K?f\u001f\u001f\u0012\u0017\u0012,.\u001eqe|k2|?_NJQlmw\fQ\u001a\u001cPw_p@\u0005\f\u001bW\t\u0011\u001cu\\t_N2p\u001c@\u0002}\u001e~xN)\u0000[5\u001aW=i7}\u0015\u060bB\u0007}\u0015:\u0016\u001dBv\u07f8z+\u001df\u0005\t\u0014o\u0643bMG)Zk~\u0003\"\"`*\n1\u001b@\\d% \u06b7\u0001d]r4\u0006\u058bgO{g)&?5:NVY\"LVKuWp\u05585W\u0019_\u000f\"g!jPY*\u0003^9i\\\u001c#Xl`\u0006n6y1\u000f\u0011|qcDw\u0013n<\u050d\u05a0\u0003z\u001d\u07efe*F.\u0003EA]O5Z\u001dxzZ\u0003j\/J~j?VR\u07b9b\u01e7:~\u0011d\u0004H\u0004\u001c\u0005\u000b\u00065\u0000Tg\u0000\f;n\u0000t\u0003\u0000V\u050c>k\/F`\u001fN7q^wC\u001c\u0004P\ubc93-0xc\u04c5=\u0006e\u0000!M2\u0006\u01dfr\u0007S1[\u0007\u0003z\u06b7QAF5#\/[n\u0007\u000b\u01a2E}MOi\u00078\u0017C\u000f3*\u000f:\u001di0\u05ba\u01d7*{\u0011#i\u001equ1SF;\uf3578qsz*U)U\u0246*5~\u001f@\u0014\u0015TM=*ITbYIes\/[1-\u0007!\uda64\udecd\n]R\u0017o3$\u001d'VYUi8`UeM~j\u0019\u001dr\u000eQ9>9|h=3e\/=\u0015%\ufcc7?nGE\u001fm;QZ\u001c:q4(S2NCUDI\u001fm;E'\ue86av>}_\u001fUQ\uc136\u0006X7\u8538a~C\u001e\tmY\u07e7d>V[q(=Y&\u01fc7\u01f6\u0015#JE{eIh\nW\u000e~K1b\t\u001f\u0015RnF.'[:d\u074b\u0006M:L\u064f\n\n\u07df!T8T\n\u00133.\u05f3\/Xy\u0854xSCT+\u0014<\u04ca\u0255\f[=^{o.\"L'K\u0348K\u0001o\u0015>0X~\u001e'mq~6Y\u001ced^FQB\u0007\u0320eUPS(vW`\u001db\u0014PwDsbd@-\u0014^\\W\\m\u0013@m\fZO}\u00180\u00bdI\\\/i\u0010\u06e6\u001b_^RR\u054a'\u0791yY!\b+\u001f0}dB)2}]>d\u07f6D&Q|\u001b_jdkwD\u05d2\u001e\u001b4kk\u0014\u00193M6\u001fK2\u03a5DoLD6%|e\u001aQoJc4myA]Y(\u0017\u0015;'TK\t*\u001dHh@[1\u0018,\u0016h\u0004\u0012:`F_r%Y'K\u0144\u0007\b\n^\u0017~\u0014@\u0016^1YJe n+VuIflyH\u001fgO\tl|M>\u03b6Y\u000b)\u02c7Z9r'%\u0587zZl=SU\r_;6(9Of\u02c7?\u0015I\u001dy\u0002\u0005\u001a\u001ds?_\u001a^>>9bI\u0672\u07bfkp[nR\u001bR\u0002\u001f$vg|;)(!tUv\u0019\u001a*}S7fb}\u001e\u0600rqHTQ\u04fe(\u001dYwa\u022da\/VJ\"$\ru|P~ (\u0016o\u0016)\u06e4\u034eI{k\/E\u0014F\u0010[\u0007|?zIz)mM\u0017NNrc\"Y\u0014`\u057d\u0087B>fS|\u001e\u0019\u000eLO\u001541H5\u0006e\u0002j\u0019q\u001a\u000eLO\u0015O8#5N$(\u000e1+:\"\u0019\u000eLO\u0015#\u05df\u0001w^]Lw~z#\u0002)\u038ed4sIG[\u0017\tyGGv\u0196&\u0017Bd&\u06d6\n\n M&,dr2P_)(l\r\u0496\r!\u05e0\u0000 2\u0501A!bB#\u0000f'R;F]\u051eQj(u`:TK\u000fF1,!Kmw\u03c5T.t\u0017uzEAwP+zLj\u0011`}^\/wtM\b Z\u0000|\u0010\u0003.5<\b\u0003!\u0433\\Q\u0016%dK)Y<N\u0016.\n\u0013\u0011Nu\"\u001d\u0004i\u0010\u00128z\u0010MXi!\u0006\u0014)A\u0004)!1\u0010zQ\u0004\/b6\u0585*n9o}h|6dh\u000b4\u0085*,Y\u04e6sG)NteFpVzIZoGQ:DiG\r3\u001c^F\u3817\u00125pX\u0141\u000eGa;\u001d\u001e\u001e|U\u001dyS\u4515ce&rE98jO\u0004?W`\u04e93\u00161z&\u074e\u000ezlUs`yTUp\u0000UO\u027fy5o=<9d[l[lge3Tb\\>>|\\CHK\"\u02bca6{Y:dn\u0657-\u06cdlf\u001d*}z9&C(\u000f7+|m\r[GU*?)\u0117gO:\u0195);=\u0497@\u0001tIv\u03c6Glv:U|xzZm\u001d.+\u0019O\u000f+[\u0004~g#9[qI^n$+Yf~7z6\u0017H\u27d3X\u0005~Jjy&5fX\u001b\"yc$\/+T>Q\u001fr)]~\u0011>:^Y-{7N3y!E\u0005\u001a\"QsQ\u0498J\u07edPFjC'Fnw\u01c4[\b_`uU}\u07f7\u0016_\u001f\u0016l)4]ml\tMJiP1\u0011\u001fg\u0016\/\ub34fo\u249fs\\.f\u03d7M\u0004.\u07bc1\u06f2}\u051bJ\\l\u0013*'+|\u0017&,\u000eR\u0396}MZwz~~\u0642\/'yp\u0015u\t)i,\u05d2\u0012\u0014'MWj\u0005tM\u000fx{=%1\u000f*Ih:\u0181>A5I(DGt9]\u0662\u0011J\u00169N)9v\u0012^~N*NM*\uc6b3p\u0004H\u0004fA\b\u000fHB\u000f4O\u000eK\u000eTRkQ\u001bVH5'%o'L\u001f9Je\u000bS\u001f\u0002\u2c6aCC\u0010q\u000f[\u0004lg}UF\u0010L]On@\u06cd._\u060d\u0018\/w\u0003`\u0000@RhV\nF=H\u0561GN\u0005DC\u001d\u000eU._1:C\u0017O]\u0003wq\u000e~\u0017g`\u0003p\u0010\u0015!F;#u\u0652fsYs4iY0O)8\u000b4\u06a9UUZ\u0015E\u001eR\u001b*`\u0011k\u03f0\bq\u0498aR,N\u001fXR\u001dgv6T3 N\u0018}G_0W\u001fqczNOVV>\u0003k\u00ea\u0011\u0199>F.4\u000e!\u0013_\u06cf\u0012.j\u0013)2yM\u0016\u000f|\u0005\u0017<|wd\n\/G[\u2bf5(r\u000b\u000b*3+~\u054e{k)9\r\u0006x\u0003\u0001\u07a07:KM\u0082\u0007w\/\u0006,F.^Z?y\u01dftYVW\/\n\u065fl|]\u0147fhe\u0378c\\N_d\u0013*.\nQTaA [US\u0016dF ,\u0014\u0013\nR\u0015\u0005\"$A^ S$KUPP\u0016d%\u0004y\n\n\u02c2L \/UA\u04f2 ] \/UAQY^MRaK\u0010n\u001alm(C\u0603qPZ\u00074\u000fV\u00074\u0010\u0006VZ\b4\u0011&V\b4\u0012FVZ\t4\u0013fV\t4\u0014VZ\n4\u0015V\n4\u0016VZ\u000b\u0016QZ\u000b\u0016S\u0017^KbbBi-ZLw\u0016Z8n-\u001cpJk1Z8Jkbp)twk(SZQZ\u000b\u0016\u076d\u0016ni-[\u000bWi-ZD[\u000bWi-ZD[\u000bW(ECi-ZD[\u000bWi-ZD[\u000bWi-ZD[\u000bWi-ZD[\u000bWi-ZD[\u000bWi-ZD[\u000bWi-ZD[\u000bOi-Z\u0004\u076d\u0016S\u0016s\u02e2v\u0016UxeQ=\n\u076d\u0016^P\u0016\u000b\u02e2v\u0016Zx\u04f2\u076d\u0016^T\u0016\u009fEn-|Kkan-|Kkan-|Kkan-|Kkan-|5,\u0003TZ\u000b\u0016WZ\u000b\u0016WZ\u000b\u0016WZ\u000b\u0016WZ\u0016\"PZ\u0016\"PZ\u0016\"PZ\u0016\"PZ\u0016\"PZ\u0016\"P\u000b)\u0016Z\u001d(EPZ\u000bgwk\u0011(EPZ\u000bgwk\u0011(EPZ\u000bgwk\u0011(EXZ\u000bgwk\u0011*EXZ\u000bwwk\u0011*EXZ\u000bwwk\u0011*EXZ\u000bwwk\u0011*EXZ\u000bwwk\u0011*EXZ\u000bwwk\u0011*EXZ\u000bwEvZZ\u000bJk\u0011ZJk\u0011ZJk1-*\u0174\u0016b\u0016Zx[ZLKkn-Jk1-q\b#Qf\u02a2Jkn-Jk1-*\u0174\u0016b(\u05c3ZLKkn-Jk\u0011ZDJk\u0011ZDJk\u0011ZDJk\u0011\u0726(3eQ0>'LYTi-O2S\u0016UZ\u000bb\u0314E\u0518(3eQ0>$LYTi-\u000f\u04882S\u0015eOJs\u0443&M]Xi0\u079b\u001eZdrS\u0017V\u001a\u001e8YnJ\u0443''M]Xi8zd\u000b+MG\u000f\u001e,7ua.4\u001f=xv\u0505\u0006\u0007N3SYZ\u0010'0\u0005)<><5^g\u0407\u03f3t\fpxzA\u001f\u001a_3SY{\u0006}{j=K\u03e0\u000fOg\u0019K\u03e0\u0007O[inA\u000fn.\u001d?\u001e\u001c?m]~\u0006=~jOt\fzp\u079fv\u0019i?\u00014\u0001V{\u06a5\u000bh\u0403\u000b\u0001K'\u0420\u0007'P[\u0005jnA\u000fn\u000f.\u001dA\u001e\u001cA'h3J\u001aQ\u0004\u034d\u001e\b,\u0012-\u0002K \u0004\u0002Kan\u0001\u0000o7\u0018\u001b&%j\u0017CW|\u0014!%n\u0002)J\u0005CH%W\u0011#O\u0016\u0007G^^6WJtTY&\/+Q\u05e8Ti~e\u05ffyFjBiyQy,+s\u0016\u0004oh\u0017JjkE?Oj\u060c~\u009a\\\u0013uX^Q\\|fe@?r\u02e6\rZU\u0011K\u0014aj\r)k@\u0412\u0010CC\u0018y]TQDKSH~+6\u07a4\u0018-\u009e\u0457\u001a\u00052}c1\u001b\u05da\u0015N\u00177Y(9i1+g\u022aqYmJ~\u6b64>'\n77?Vn\n\u0011o;y2\u046e\u07b1d\u001eNz\u05a8\u0724x+\u06d3k&\u00037\u000bB7:\u0013oy\u0013s}\u001b\u072f=&KFQ\u0014N|ru\u0002M~GR]\u001e^;\u07fe5xm3#rtyv\u0002-v&^#\uc4f4\u001f\/tyg6E~mQ#wlQz7\u04f77Q49\r77&;%\u00a9+\u03ee\u001eNIpRF\u001dq]6~<;p\/>!e,U\u023d&.+wCV wn$%q\u001b-s\u0215un|GauqX\u0002\u001d:ai=]V#|5>\u0004O\u00026\nB9\"\u0017*nXo\u0005\\uFr\n&'\u0005\u02f9~\u000e#2\u0016wL\u06dbIm(k\\V\u0017)Z7kF\u0005X1\u001br-\u30fca\u0015\u058bYV~\/i!y>-\u001f>8_Y\u0015_K\u0015Yg:`)t\u0019_7}\u0016Oti\n\u067bY4q.7\/g\n\u001a\u06f7o\u0017|2xH\\\u0016\u0382i|DfIQ4vL[R6me\u01a7-%4\u0692QjZ-[8?|\t-r|1{\u00165[f\u000b.+K-\u3d56rYm[\u059e\u0017\\{^qy\u02755\u05de\u0017]{^uy\u0675u\u05de\u0017^{^yy\/hX)\u0016`\u0015n\tF\\\u0019.\u0014\u000e\u02f0N0BR:`k\u001b[d\u02ca\u017a\u0010d|\ubfc4e,:4#]\u0018L&II\u0549D>-P+\u0014\u0012ek}\/RJ2e}\/TRRek}\/VZrxbbQ-YTk\u0016\u06a2Ej.[L-KKdBH4SI3M\u001fJe%?LKMl\u0004\u001c_ wDf%wix\u0018\u0014cr,{4Xz&\u001aI,\u001cK[X]\u001bqCO\u0010'\u04ddaN\u0007B'\u001bg;Y9ou~#.\u000f\u06db\u00937\u0106o=\u0782\u0731iLpS8f|\\\u0528|\u001cr2YL\u03f6GrI\u0018e\u0275 \u001d'C2\tnrE\uda34\udebb17vEn^sL\u000e\u000b\u4b8e\u020dv%wuCn)Y\/;}.u\u029dJ\u0356\u0006b^\u001d'\u001fvZg*\ttuU\u07ed\u0010\u000f\/\u03feW\u0013*\u0013y~aO\u0017Aw1;\/+t_qu+*3rdtz=&L)\u01d7(ioM\u565ae6*m\u000b_w\u001d}SY+Cd_\u00179\u0017a\\'\u04b4\u001fg-\tgL[tMs?iK\u0006\u076f\u0011\u0496]sH\u0006S_Wk{\u0002%\u0014\u02b6B2w}\u048af3nI|ySLfdp\u000f\u00127\u074c \u026a_%o\n\u0014\u04d7bW ^4Ql\u00152:\"W\u0005P~\u06a4\u00111.\u037e3}\u0012$\u0013~\u0018\u02df',\u001crcH\u05be~{3y\u001b\u0350[\u03b5\u0439\r\u000e\u0003&\u0001n.OV]SM\u000f=\u000f<\u00102`\u0015o\u03bfoIEeSL6-[-P2\u06eb\u001d\u0002O\u07b7NE<\u00eb(HO!~\u001fX*\u0014q[\u001fjkx>]_6{>R\u0125Tm\u001a#TiAg}[\rk\u000fPaQ*}ig\u0776sWVQgm;\u07f4dKJl>+yOJB17srg'\u0015z\"]a6X\u8f60=\u03bet\u0012I\u001fN\u0013Z\r$N[\u347a\u0003Za\u001c+\u0014|\u0012,fbHKHzYAZfP\u0000k\u0586#\u04fam\u0003x\u0013NRKTS\u001br\u001aSw%nEz)%Mi\u0568\u0014\u04e9`w%-\u001f\u000e+HHPKIPIP\u000bJPkJPJP+KPKPKPKLPLBR5M\bNkuRXTRV\f\u000bP~\u0002a\u0006\u052fD\u000eQh=juYZ\u001dW\u0016eajM\u0002\u5a65[Z\u001aWJ:+S\u0314ke9\u0000\/>TNc\u000f49)u5#\u027e\u0013\u0010m]uY\u028dFhe+k~%\u067fTaRm@u4~\u06204l0d\u05f7 b\u001ew\u0758Mt)gX\u32e8%d\u0016\u035dR8Ym[LFq*4Q\u05f6\u0011*\u000ek#e\u001fn2pw(\u000eo,\u0018\u0016C\u0005\u0014\u0004\u0015 @mIJKl}Cc\u001dBIP\u0011~l\n\rP\t+LeN|@];}\u0007{V'Ea\u001b\u001cj-\u0007E!zA\udad3\udcb1\r2\u0018S4F{zF[06\u0771u\t;\nC]\u0006%}\u02bc\u0002%?)6k\\\u0010f\n-me$W3E\u0001\u0383\f'p&\/(+\"\u0282\u001eW\u0163'_\bO\u0014dL\trCJ\u0364#J\b]gD\t\u0007N\u0001\u00197C\r+\u0005~1`\u0425\u0003]\bz\u001f\u8c85\u0010\u0018_\u0006PW\u0001E\u0000q\rPBEX=\b\nx\u0002\u001b\u0651}`g#\u0014?\u0097M|\f2\u001b\"\u0011~FE8wu|Is-\u001b\u0011el\u001fon\u00e1CA\u0010V\u00176V\/*W\u001dU_\u000f2Hy\u0012\u03c3MWB\bu\u04d5RAs7_\f5=A\t=IGH1\u000f?Bt\n#\u0510|Zz^}I_ENP ko'\u0004R\u001fow5.G\\\u0015Kd\uf5fc9\u0016~I:\u06bdyRr^p\u00dd\u05e22\u0003\u0002.R\u001e!cE\u0081#Q\u000bY\u00107>\u000fd%\u0019<\u0005?%\u0014[Nj{M6_}gVsE'.,N\u011emf6hWs21t)a8r=H\/A\"W\u00eb,V\u001ab\u0002']'O'b'9j\u0010\\\f\u000bfKfnY^4,#\u047bE\u001c=*\u016c\u0012J\ue985\u000b8\u001a\u07ab2=\u000ebSRFX4q,n:GS}\u061bzf}NI\u03c4\u001aD\u05ebz'\u001f\u05a1#]!5\u001aI\u001c\"(v \u065e\u001f\t\u04d51C^dt!_[HU3\u0011#\u0361jB@KMHJl\u001a56cNj(1iUw)j\u0783B\u03dbZ\u0003(B\u0015ny\u0016\u001a'A\u0011-*)\u0003;WI\u00199Mk\\|<\u033e\u001f6P~\u0014]p\u0013#tMj\u0006_PSF{NM=\u0697+-`Uy?y\u0001+#B\u0007WGG\u0006NR\u001d\u0015c[>c*\/0\u00179B\u000b(\\y\u02d1M'\u001c\u0014))f\rx\u001aW\\.td{Ji\\d\u001f1RJbY\u0003(\u0010\u001fal<9s4G\u0012\u000bKMB%s&\u7c75\u001c\r\u0004RPJr\u0013mk4\n\u0442\u0001HX\u0017D2\u02f0in>\u034a^kwoWiEq>-\u07bf78pW&rh{\u001f\u0018=V![ $j8GI%y\"\u0017u\uc3ee\u0001qFbosv\u0011VH]w,\u067fv0h\u03f3dLmW\u000fj[-j\u0017_.\u000f_$\u00045\u0002\u0016\u000e\u069b\u000eKG\u001f\u0018\u0019V\u0766HdX\r\"a\u0016T,^\u0006I\u0016(\u0011s~Pqmu\u0000(2c4u\u0278g\u0014I\"U\u0011f~oClfHO}|#@c\u0006zU\u0012\u02bc\u001a=\u04aaV\\\u062a1}\u0005\u0011l1*\u001f\u0393|2nx`+\u0215O]Jz\u0018^A6#w\u0001\u0014\u0015_j\u0157\u065b~\u0010G`\u0000\u0017\u0013\u001c_D\u0005\u0018\"&\ud950\udc58\uda20\ude42dX<^\/LPvP\u00d90g`KD\u03e3YVN\u0000n\u001fL4;G\u0016P\u0007@\u000b@-Qyhgryhv}\u0007q\u0015xTwc\u0017m21jTk6Z0\u06c4$y\n\u001e;(u\fcT l\u0014\b7A@a)\u05dcQ\u0014WMR}Au\u0007?KQ*\rVn'<\u0004@VEJ%x\u001cmPr\u001a9P)G9\f\n\u000eS\u0003\u0007z\u0015Q]}+\u0015\t\u054a2\u000e\u0007'n\u000fRU\f~{\u0007R}\\DIpu ;:\u001cN\u000e(\u0010\u04b9p8![eRi.\u0014jGu|D\f]\u0000C;)U\u001f)ZoL\u00f7\u0016\u0007b\u0441X$!\u0002$~2r<#`k,\n#1\u0018>\u065c\u001c\u00c20baM0v?a0![\u000ef\u001byj|81=[C6Wf%8L\u0016lKH\u001exs\fwq\u001bShV\u0002Uj\u07denKql\u05c3F\u0728S\u046e\u0001s^>\u0013^\u0004m+\u00df6s] \u001c].h+H.8H\u0017y\u0005. ]jl\/dU~5\u0016\u05b1LV|#\u0001\u069d\u0001\u001fl\u001d\u00078\u0016BJVk\u0015Y&GQ~H\u001aa'=\u000e\u0011vc3+\u008eR?>?\"<=?xSH>D>Gg\u001c(\u0015$.\u05f3\/T\u0016w\u0000\u0005x\u0018cijGj|J\u0017JDb\u0003t{-\u06be\u0639Z\u0010b\u0417\u0245T+N\u000e6YX\u0007\u0001\u05c0l@6\u060e<\u0292I[m.E|)!o}^\u0017\bp}<\u01cf?\u0011m|.?>yH\u0017+J\u00bc\u00163\u05dfgEor=gm'M&LnGS^bW|hr|jwPw\u001e+?#q\tk*XHx4s\n`vQ\u0002nxLWcbJW|&\u001fsn~6\"V+\u0003=\\.w-m\u000b\u001f0zI_\u000f\u01d3\u4bfay\u025d\u001a*O~,9\tx\\5UBi\u001as\u0016?\\w@]<]\u0016\u0002\u0012\u055a\r}\u0014kk.\u0006;y[\f\u0476\u0011Z\u0003f\u009e-k1\u0542f|\\\r\u001b5XY~:x|}&\u0012\u0011b_d'\u03a7TrgV\u03ea\u0016R$\ue9c4K0]}I~Le6U\/i)\u01bf_}u9{}I\u001f^\u0334bkuf\u0013U\fk\u000f*\u2cb5P$h|yNW\u000flnU\u0017:?R\u000fx\u001c}?_fVPDY2osuN\r\u0019\u001fjUN[nnF[o);k)t[_siVmu{g\u02b6u\\2KfzJ\u0018=fu=7zJ\\?_$}d\/[Gxp Kd\u0236\u000fKv1\u0266\u001d~5>?-\/j\u0012t|XY\u0013PTH\n\nc\u000f)[e\u03bd~~\u05b295dgk\rY7\u04f3\u0018p~1-[O#3Q\bZ?]D\u0004v\"|\u000f\u05163@o\u0003U\u0000`\u001c\u0000%pP>nHk\u0010>i\u0014\u0018A\u0007`\u04c0\u0017\u0640\u00174T3ih>{h;oG2\u00d8m\u0017\u03b40r4c\u049ao|\u05ec\u07666M\u000f\u02df\u04c5h6o\u6ad7\u0015VHar\/kDJn]\tKKy\u0003dF]J{\r\u001b<$\u061f\"\u0734];^F@Msge\u0428I|y|T:?-b\u0006\u057b}z\u000b\u046fI9;\t\u0005u|\u066c\u0002\\\u065c\u0010FiTq\u0481@n|z\u000fl*N@\u0003\u0016\u000eX\u0002@@\u0005\u02fc._I__}xxc\/+<\u001b<\u000b|&X@0\u0005G\u0015\u0012`YO7&y>+2\u001f#oR lYoRZ\t$:\u04d0L_Z\r#oYjoYjoYTSj!e9e~R~;\u0015W*V||n*\u0005\/\u001fkQ\u0012KU\r\u0001TI%,\"\tU\u0014O6\u0019\u001d\u0016e\u5457oPTL\tql\\\u013ap;4{\u0011tw\u001by\"hdW\u0019J\u04ea|\u07ad7\u06a3Y3MG|z\u001c, 5%tS76{>7][\u04db35}Sr?\/\ub3bcc\/u|X$I\u05af\u000b\u000bKT\u0553;w\u0017AitMs?Iz\u06e053B\u06b2\udb93\uddcb\u01edt\u001c\u0001mzi*Y\u0002J1T^FH+\u0378'%M\u02fb\u0006i\tYM7#HWn\t\u0002\u0015H]F\ufce8;.j\u0004e\u078b\u06851O#Xc\u0018s\u00013cL\u0458=[\u01fe=5f\u05b7q;6e'\u075d\/tp\u001er\u001b\u02f1x\u0017cF\u000f\u01ae\u0673w\u944d\u0014q)\u0006)qj=?f\u03ce>\rm\u0012@\u0016c\b=\u0012o7srg'\u0015z\"]a3g>!WHr\u0007N`'\r$N[78e\u0007UD*Y\nr']\u0011\tQ\u0016HSY-K\u000e\u052b\u0012\r2cZ\u0006TK\u03756\u0617\u001em\u001bsYi$S\rmi\u0007Xt\u07fb\u0015N\u01664UERLuz:, -\u001aR\/#C$C-&C'C-)C*C-,C-C-\/C0C-2\u000eLK\u0534:6-\u0282\"9]JaS)KY|*3\u042f?\tp\u0019P\u0010\u05e2r\":.J-\u02ba2]V\u0005SK@t8c\u03d049'u5#\u027e\u0013\u0000mUuY1q\u0013@\u0292?[\u0001qK\"\u0003\u0277}:c\u0132w4]\u07c1]z_u[\u000fi\u0014jE\u0512\bTI[e\u001f;FQ\u0007uJdp:&~\u0013QonysZeNt\u0658=\u0007{V'Ea+\fzvqdc)\u001bd0\u06a7h\u000e\u001afVdt7\u0013E\u001f.aGaKqY\u04cc*U'f?|M\u00078[`\u001c-\u0013\/\tF2\u0014qx\u001dRrl&\u001dQf#J8p\n\u0238q~\u001fj`\u0785Nu\u0005KZ2\rvQ%`;zukFC?\u001e\u0004\u0005\u0007\u001b1Y\u054eGNxV\uc10ap\f\u0016dZR=5\"S>[?Z\u001f\u0764QG(\u02c0E\u0006%]\u00120[5[\rx4]+!:J [\/|u\u0771H?b\u001eJB!x:\u0005\u0011jH>-Jq}KQ!\/vyF?\u2b70_j'}\u0014\u001e\u0331KQ,\u0007{\u0012gO\u001da\u0014Kf\u000eEe$\u0007\u0004\\L=\u000eCF\u0003G\u0016\u0010n,}\u001eJ2:y\n~Klc)lsKi\u0016\\C6r\u015emf6hWs21t)a8r=H\/A\"W\u0018\u0005uD\u0002\u0013\u0013?:9rNr \u0018\u0017\u0316r(O2iXGw \u029eT\u0011=g\/fPr7-\\\u0149T$We\u0014{\u001dZ\u0019=))Ps,8UM7)\u001e\u0013{\u001d\\>ugBR@\"k~G5\u001f\u05a1#]!5\u001aI\u001c\"4.F=\u065e\u001f\t\u04d51C^dt!_\ue5a9P5Xb \u05e5&$%6b\u001a\u001b1o'Rn}\u06bb~\u0494RbA!M\u0001\u0014RSNS!\n{<\u000b\u0713F}(\u00eb\ud726J5.I\u001ef\u07cfla\u001b(rRI?.8\tt:&Q5\/aeh\u03e9Zr<\u0005jk\u000e%\u000e\u0715\u001c\u001e8mj\u0016H\/l}dj\u001aQRy{\u07b2\/E\u001dkc@cQ[]&D*9\u0015R\u001dr\u001d\f,\u001fSU-\u001aVK\u05ef%+d(y\u0012%[\u0000*RCk\u0017M\u0006&\u00194IJctQ\u0721PTG=Y\r+i\n\u0002i\"IT\u0011{W1\u054e6Yd`t\u0011MN\u0013](G\u0017M}L\u0005\fymha&P+.jt\u0018\u05cdn\uc879}\\C3\u0007Sq\u000fYK:j\u000f\u000fT!UGe\u0011\u000f\u05c5.\u0005-?MdAv}g)zF>&%?WYU,\u000e\u0007 I\u014fOT\u001a%>&\u001a|i\u001d\/j)wW>NJ||J\u001bH\u042daXqd 1v~~+I-r(g\u001a3x\u01a2\u0010r\u0018;\u00dc91,\u0018\u000e?.&\u0018T\u000f\u000fxa\u0018+Lx\u0216`\u07a6}0\u001f&Fy\u000f\u0590|Y\t\u000eRE>R-\u0007\u079c\"]\u0704m&\u0015f*\u001bRz1Q;7T.*m*\u03c4\u0017A\n'$y}*\\ lm\u0017\b2G\u0017\u000b\nR\u000b\u000e\u0005vv.8H\u00179s;[so!Y_u,U;\u07c8lvgr\u0007gp\u01c1\"z*N\u041fUZmTlDVLy\u0007{\\Z\u0016?>?anQ\u0011W\u0017.\u001f'_u;4:UXs)yj&\u07edS\u7c6f%\u001fe_M-0Q\u055fo\u0013|s3_oM4\u3319\u0006C?\u000f)+\u001dK<36*\u032a@\/V7\nI-9k&\u00037\u000bB7:\u0013oy\u0013s}\u001b\u0002=&\u000bL\u0006oYn\u05bfs\u001dw\u0706a`:.OV;fr\n'\u001fz\u001fx~nd\u00119|7W\/+I\u0006S\u07ed7-d\u0017\u7d4aB7*~--_3\u00057[\u0004\u0002n\u0007\uc7fc\u000bxBWLC't+&l\u0007\u001e\rV\u0001\u001e\u0013\r\u000fn\u0002gxv\u0004,\u000bm\t\"\u05e6Q\u000fV\u0001\u0011rd\u000bfa}\u001f.{+tao\u0015oeV\u001bA\u001fYF|q.\u0006\u038d\u001aIh,,q?_\u001d|^>>b\bYux\u0013SK3gF\u000bs)\u0012nS%x\u072e$]V2\u0017u\/e=\u03be\\\u07a4\u000f|fZ]^:]\\f3\tY|\u0015qZF(la|zBk\u000767\u03aa\u000beY^^^Xl3+(\",O_\u00197j'y\u01c6\u02cc\u000f5*'nh-dy-c\u05d44KO\u04a4]n\u0003;SL\r\u018cY5Se1[$QS*T]yR4'A#{d2?\u0083\u0003\\\"F}X_Z)M6oy\u0019U\u0003,Oe\"]\u03ea\u06a5wDVP\u0018K~HrN>.u}\u07f7q'\u0017\u07ff$?[oXb\u97de\u0010vCnz\u001a\u0011\t\u001f?B(\"|'`nYw\u0295\u000f\u05163@o\u0003Ur\u01car\u0000 A!AQbh\u0392\u0007\u001dFO\u0003^\"f\u0003^\u0014P\u001dp>}h\u001f\u0016\u000ec^d;SKk_v4A\u0006?\/N\u00179W\u06bc^gKVX!s\u027d\u0005Ro\u0012)A+'w%\/A\/\r5\u001aiw)m>7oz\u033fbfra^\u001a4R\u0005o\n?.\u0017\u0017FM\u02db\ua7f7\u0521\njznBkR](N{!z:l\u0580-M\b72?8m@s\u001c7pOk2~\u0014'\u0001\f\u0007,\u0001\u001f \u0542a^Y~O\u000f\u048fSxx_\/#<\u0013<\u0003|\u000b&X< \u0005a%iXA.*A\u000b%2}\u0003.o\"\u0003K-&\u001c)%$) N#<\r,0FE\u0005<[\u0016\u001d[9,5Sy5\u0012gfbY\u0012\u001c%T\u0010JT;\"\u0012T_w+).\"\t\tRSrvtc|M|S\u0665\u0005;f\t(rhZ\u0019\u0019\"-i6#G\u04d7W-f\u001a)d\u0014W\f\"\u027a_)o\u000b\u00143b_ m\u95deV\u0567e\u0000AP\u0012L\u0017U\u0001z-I-2]H;?5$$VO@\u0657e+jFp\u001a?H[iK\"\u0003\u0007}:cc\u00b2w4T]rv\u051fnh\u0014jIE\u0512\bTI+Ze\u000e\u001e;FJ\u000e}C4ohUjF'?[1)h\u05caB\r};4ogUL6\u07c92\u001bS1{`(L:v#a(\u05f35&\u001bK >A\u001d\r\u001d5: *\u0274n&.?*]\u008eP\u001afU?)6k\\\rv\u0007\u001a~sQ*\u001b=Bxh`$cJ\u0011k!%f\u0011ulF;\u0003\u001b\u0017\u0006]$]W$&p3I=<\u3e99D!\u001fV\u000f\u0002,kjF#IrwK|{v\nE8wu|Is-\u001e\f\u0011\"u?\u001fons?\"~a\u0003ou\b#~%U{d\u001c5!o,V\u0010D\u001dT\n\u0017cV|?H\u052b$#$\u0007\u001f!|:\u0005\u0011jH>5JqMLQ\u0001\/f%\u001a\u009el=\u0013w\u019e\u0010{&(?\ub2ecF]Z?Ec$\u0005[L\/\u000eF\u0003G\u000f m,}\u001eJ2:y\n~`Kl\\)Fl\u0546\u001esKi\u0266N\u0014C6\u0010\u0019s9^Iw\u0425\u0014'_nICsR]\nU\f\u048ayp\u001cG>\u067b@5\u0012 v?#QT\u000e\u017er x\u001a\u0316r(O8ZG\u000b3*\u0012J\ue985\u000b8*?Uey\u0018\u001d\u000ebSRFX4q,n:GS}\u0629z&v;%=\u0013j\u0013_\u0617\u000eE\u001f\nHh\u0017\u000b\u0000\u001aDU\u0012Y?#p6fH\u048bU\u0013\u0152@}\u0015+2\u001c\u0006+TX\u0504&ZQc\u0003=V\u028d\u04beO\u001e\u001e^U{ORV=(\u06295Bi*\\6\u001ay\/g{H5^\u000f2spi\\a\u0016b-\/\u04dePfuMj\u0006{_Ne)=j\u02d5\u0016\u001fTZG\u0288Q\u0006NR\u001d\u0015c[>c*\u001b0\u00179B\u000b(\\yy\u02d1M'\u001c\u00149\u001a#\t\n\u0565&H\u0015\b\u001d\u065eRv\"l)'\u0017y\u0013RH\"_u\u0278\u0015T~-_3[)a\u0394D\u00b2\u0006PsNT\u0010c\n'I\u0003\u0013\u0013\u0005\u0246x\u01bf\u03ef_\u01d9\u05e1\u0781\u0006$Is\u0010j\fu \u9203PKc6r^?\u001a\\x:]qu\u0005\u001eSHw{;=v\u0466c\u00186IfUJ^\u000eJMH\u04bb@_\uac4b\u0002~#\u0018\u0015H \u001b\u0005\u00a5\"kp3an)\uedddQ\u0014MR}AuN`\u0019\nSV]a*URir;!\u0019\u0014$8\u0006\u0012*R*\u0467#m\u03a095rRRs9!\u0019\u0014\u001c8\u0006\u000e*OQ\u0019`*\u0013\u0018\u0015eR\u001d\f#\u0013\u000fNR\u001e(U2m.J\u0003A@urPG\u05c4\u001feg\u0003\tC?yA\bvy:\"u414$\u05c3\f\u0001UK|t$TK\u001cT\u0006nUS\u001dj\u001dk5T\u001a>&\u0002\u061b\r\r6\u0004\u001bjo\u001fa+ffC\u000e4qRtQ\u01e4f5yCS\u00104)Zt\u01e4{\u062e;M\u0019US\u0007\u0014&\u001d\fP8\u88f2\u04a0DMn\u000f]C9x}p,e\u001fYJ\u001eI\u0264co\u0015\u0014I(\u000eY\u000fT2\u001f24F\u0017|L\n5\u02a3:^>RT~\u001f`h\u0017\u061fOzc\u0012A\\\u001e8D+(\u013a\/&\u000fQt%\u0275e<\u0010\u00195K<^cQ9\u001da\u0018\u0016\fVn\u065fW\u0017\u0013\fm\u0747\u00070\u0015X\u000f\u0013[\u0007skJ\u07ec\u0004\u00070\"m\u0016\u0003oN.nPt6\u0013\n_[`Jms\u068dw)nz\u0428\u001bUzs*uv6`n\u0015g\u008bm\u0013]<>{Sf.\u0010\u000b\u0004\u000b\u0005m\u0005)r\u0005\u0007V;oE\u0017\u001c\u000bZ\u001c99t\u02af:\u062aoD6`^3`z93@||\u0015BO*}~6b\/d<\u0017OL\u001e\u0257]\u0003!*{\u0011\f\u0014$\u000e:F\u001a::Ep)S(\u05fbc6\u001bR^\u00062dgAe\u0247=\u0010]\rH\u0006$g\u0003vULrC[M_\u0117\u0012\u001c6O'|\u00007':y8C\u001f1v>js\\\u039a\uf4c7t$kq?zyX$j\u000b\u001f,sfKoV|4\u0005.fz\u0157\/?,\u0017\u0006y\u0007!qr>_s>r~I^\u001fi\ucf26dLs\u001f>\u7bd0\nf\u0017%0tz=&,y\u0157j!>g#bbz; r\u0736L\rwu}}M>\u03b6\/)(SM\u001d\u0015\u000fjj|\r\u46db\u001f\u0013oz\u001fg4\u0018\u02ac\u0012S9mswfY_\u01fb6*\u0329\/?tB\u05fdbvo\u00151\r&yFg\u0007Np\u0372f,\"Fv8\n\u060c\u000f\u00066g&\u00b2c[g\u0cb7q9,M\u00187.M\u0011o!&2\t6\u0005LsG\u000b\r\u0015\u06e0U\u0000o\u0014$Ll\u0010.om\u0770]lmE;t\u0018mc#\u0000h=%\/\u001d[mW_%l\u01f97c'yuz06%\"d&\u06ffOO.\u0015o\u0017\f\u00dfU,\u0325HA\t\u0017]yr\u0792v~[%lr^\u0013+S\u058dr8ry>huyVtqa\u653f+\u0015\u001aUek\u0660H\u001e_\u001d\u0007r\u001ed8.l~\u001ef~Z{9{ya\u0273\u036b,<}e\u053b\u0012\u001d\u001bh\/3>T\u94edg\u0612u\u7375xONSv\u0492M43nL56\u033a2e\u0334`T.\u001dY3-%\f]\u001e\u057a=\u001e\u001b;BE\/Es\u0012>H-#<(\u0010_%nd\u0747Edz\u001aN_\u001fQ5b\tnTF:Z,\u0267]|\u0007$i\u0005\u41d2-2]v?~}k\u001cw\u001axK2\u07c6\u0016cz\u0016C[\u000f5&ziDs&|0\nX\ub9cb(qQ\u001d@\u0015~`%>KT\u0460|\u0310| |(B\/4gI\u047d\u0303\u000ex^\u0001\/x\u0011\u0001\/a\u000e_n}\u001an}\u000b?-\u001cl+\u0467\u001f\u32fff6-i\fx]_.Ds|y3_<\u03fe\u07efB\r{y]\u000b\u07a7$R\u0016\u0017WtSO:(_^\u001b k4nR|^\rh!e\u0016iEt\u0560*\u0010|Cs 4j\u0012_,_?m\\$~ha\u000b\u23fcAXOu0VaE(\u018co\u06547\u04b6x6=,\u04cd\u001fQx}\u0017\u0019.]`56]mu\\]KYq\tg;AXSYnf;\u0014Z-:S~H1R\u000f=R\u00ccp29\u0091jKGz\u0611\u001aNCT\bG#\u001d.FG{\u001dHu#H=H\u000f5R#\u001ct\u0018\u001e\u0007QcQ\u0491\u001a`\u001ez\u001ejGe\u001f*\u0010##>\u050e>\u001dU\u001c\u001b@= V\u0017Oo_\u0004zzG\u07a9wuzzO\u07abuz@>\u000fuz(}4{}^W\u0007a\u0017lZ2\u0325%h|Z,T&zTN&s\\b:'\u000bBqtl?E?d(N#\u0015\b9].B^\u0017!PE(T\b]-||\u001ejN\u02ceR\u0015\u0007L92P8>\u000e&\u0019QZjnSD~\u062b_O\u024aI',~]p3B7O\u001f_uL_e\u001e\u0192;\u0016bT7b\u0007Q8oD&s\\b:'\u000bBI:>e\u0006,>\u0019|=F6\u00c46l\u0014Q0\u0015 %^\u0007\u0018Gg3\u001dcm#Z'\u000fO$[gw+}gLr|jH)?Z\t\u0015`\u0101u\uca1e;\u001c\u037d)*d7u\u0007qe!d\u045f>%fz}M\u001d.isyY~lS\u0018n\u0644:j\u0012\u0017&\u0013\u01f628+\u014bf\u0004*\u0086K|Je3j\u0013\u001fq_}CZ\u03df,o&pW\u01d7r'VF+[|5|Q\u030fW\u00124y\u068fMV!\u001fV?\/\u0012q\u0004*kgN\u000f~s&\/@KL\\9M\u04fc9WWX[^\u001f\u0013~\u043fH4m,Ef\t\u0015:]]eV\u07eem3}L_\u001f\u0016+m,b]N\u0591\u04a6\u0016W\/ \u03bc_-^^\u001bG2W%?$\\\u031e\/\ufaf3I\t\\y&\u0697N\u0115?y\u0017\u0011s.|l\u05a3orJ{\u0015(?_\/&\\\"\u04fa;-4cvkI;-Ky\rZe@&]Z[]OI>yJf=j\u052a$(9B\"t9ob\bJ9`&{vV\u0375b\u000f;L8G@\u0014c\u0563S\u0003,liK}HyRrTvT{\u0328h3\r[lYcvX\u0002+\u000f\u05b3u\u00bfe9\u0016A>\u001a<=lIc$\u0004{\u001c{N|)n?JLM8~\u02bc5Y<\u0013^\u000b ?\u0005~>IS\u0013^vOx\u0007\u0018\uf8edp`n\u0005\u0005f\u0015jluN_j~Z\u0006x\u0003\u0001\u0000o\u001blR%&a\u0003+\u0017Tb\u059cg\\1J7\u000b2eB[]-( -Fg\u0001w\u0018d\u0168l1\u0016l\u0018-\u0006b\u0016\u0140;[\fbT~\u0018pgA6[\u0016\u0003lg\u0168lsg\u000b=-Fg\u000b;[l1*?[BfQBs\u0015l1\u0016z6[\u0016:w\u0433b\\~\u0439\u0016\u039d-l\u0018-tlg\u0178lsg\u000b#-g\u000b;[\u0018l1.?[\u0018fq\u0016F6[\u0016\u0006w0\u0642}(]\u00154* 7afU-\fla\f\u0016\u0006w0FYUg\u000b;[\u0018\u3b2a-L%larg\u000bS\u036a*?[\u0532\u0016&w0\u0007YUg\u000b;[l-LlafZ~0g!l\ng\u000b!mrg\u000b3-\u025d-lP\u0016&w0B-?[b\u0016jb\u021d-l-b\u0016jb\u021d-l-b\u0016Zb\u021d-l-b\u0016Zyb?;f\u000bSl1f\u000bl1\u0016l\u0016Cl1f\u000bl1\u0016l\u0016#l1f\u000bl1\u0016l\u0016#l1fAb\u011d-Fl1(?[(-\u0006g\u0011w\u0018e\u0160l1\u07f5f7b\u0015\u01ad*-\u0006g\u0011w\u0018g\u0160l1\u0016l\u0018-b\u0016\u0158;[q\nV\u0016o\u028fU\u0018lx~\u00b8Ue\u015b\u0016c\u0015\u01ad*-\u00180nUl\u000fXqf7H*WdE\u0005774~e\u0644!)Q\u0019M\u0019\u0015eF\u000584~e\u0674QMN(_Y6qTp\u0013JWM\u001d\u0015eG\u0005:4~eQN(_Y6Tp\u0013JVf3H\u0015\u0017\u001c\u0012&\u0015\\&W#\u000fG%{:\tLV9~S2d\u0005dwv4]DhyYj\u0013L}Se(V\u05a7>^[\u000b\u058d\u0016\t\"3(;07\u0015Q\u001d${?!gn\u0018\u000e \u000b::P\u001b\u0011ES|rn\b{\u0012[\u03a6_AN\u000f\u001cC\u0014E\u01d0E\uc841Q\u53bd[\u001eo\u0613v\u0647\u04944$*\u001e82\u0014\u90bc3\fP}{\u0013\u07ac\u0214\u9b9ct\u0002[\f=6%6Iw_'\u00137\u00048Y\u0011z\u07d4N!fv[\u001e9y\u001f\u000fzbG^G]\tUZ90t\u001cSv]W?\u04e1[\u000ex:\u001e\u000f\u0015P1\u000b+ m\/CZ532kg\u000fX\u0013Mql-$?\tp@\u001c~h1j\u03fc-u6{ttENc%=\u001a&\u4dee\u00030i'\u0227&#LK]-}\f\u0015\u001aR\u000eL\u0015\u048e\u0019\u0019\f@tAJ0\u001fR\r\u00159\u001f\u001aT6P\n3\u001b\u0019mAJj\u0013C\u00076cAFe\"\u00031w`Lyq&\u0015\u0002 f\u0005Ms\u001d,x:\u0014B`\u0005$\u0011w=\f\u0005\u0017\ub5ae\u001a\u001fe\u000fw\u000e^e96\u02c5\u001d\/\u0017\u000b_h\/\u038ce<\u001cRy(&6rX\u0014\n\u07350\u0010z\u0012=1E{\u001bI=\u0001Q\u00e8j5u\u0005\u0011@6\u0001\u0015\u06e2b>}\u0016Kkj\u001dbk\u001dll[\u0002{Kdp1-#\\Glt\u001d:ud\u0206\u05d1-#^Gl|\u001d*o~17\u0019`\u001c\u000bcI`\"#L\n{\u0019\u01b1\u000e0\u000e0S\u03f3\u000e_f\u0017\r8\u001fd\u000fs\u010e\u001c\u001a&oLdm\u00ed'|Dd\b-\u0014rl\u001bF\u02b1c)\u01f6Sm\u001cR9rl[\u02b1c+\u0015+lm\u0016\u000bd,rFj5[j\fC,L\u0017vy\u000b$G%TeK\u06be#i\u001fOP?r\u079fY\u001b\u0006$>=;KF]G`Kqm@\u067bJ[t\u0303a(k\u0472\u0007\u00c5\"\u0012uwU\u001b7hv\ud071M}TOu4b)c\u001dTk\u03a22g;\u023e6BG\tA?\u0555\u000f~8\u0000\nmpuiq\u0012\u06bf^ \u0006`PP@(jl`\u0005I@a\/t?gEm_\u000b7z\u04e9}\u04cdt\u07e2t&\u001eO#yl[t\u0012\u0499t\u001aF:$\u00077\u0017\u049bu`\u001aSh\twu3c\f!%d!Nk\bcC\u0013\u0001i{\u001f\u06aa\tz[~\u0016\u0012<\u001d\u0019\u0016\r\u0263>\u001cP]c5\u001b\u0010(\u0019*o\u058d\u037a=4';\"]-}O\u0001U\u001eKT\u001fD9Q?\n]_M#&N):IUJ]&+HK\/E>\u001cDm\u0015\u001e\u0006r-K{EH=i&12\u000b\ud55eICuz\/~\u059b|Ew\u0017P\rw&_}Gl\u001d;wd\u0226\u07efs\u0000\u07d1#\u001bG\u0000l\u0002\u06c0o] \u001dt\u0014rT&+8\u001aVEDy\u0012\u0006V\u02c9\u01f1md\u001d:ul;\u0606\u05aft9\u0010[\u05b1c[\u01f6mpz%Jaw[8\u001f\u05eb:dj)?OhhJ$\u0011=\u067e\u0315HB\u0019\tHH\boGrJEI)|Uwc5\u074d\u0649).[Qwc\"&-WX=Q\u000bwg+PW)r\/S\u001eru~e-('d\u001aSlp<\u0002Azy\u0225F.\u0018h!k>q\u0670Nqh\\7\u0017Ok'(4gJ&;^\u0001%\u01a7M0Ja-}y{]\u001e\u001fr+\u03edH$\u04bcn\u000eO\u0000J~-\u031aNr\u001a[}Ex\u067eW5\rFioMby\u0572}>iO\rqMYc\u001f9=z}U\u03f7X:hS\u0016~o\u0018yo\u0016L\u001d\u03f1h!SG\u0012KW\u0012K\u04a7PNO}gVtGd\u000fmp\u0012K\/zM\\OU\u001b\u001c;Z}q\"w_D\/\u0013Io\u001cp[)ITuWdHU7EvKO\u0013p+^Z=&5f\bAn\u001f\u0005}\/\u0014\u000b\u069eFV\u0012nU:\"+p\u000b-\u7179g{c\ueaeb\ueaebzm\u001bZw?:wd\u000b&\u0791m#\u001byGl\u001d;wdK\u0226\u0791m#\u001b{G^\u056f\u0015Y)}e\u0005Z}e%\ud87e\udf38[>S\u0015|cu\f6\u0571c[U6mW\u001d\u06f0:eul\u0636\u0571c[W6m_!\u0006V=U=\u0015{\u0731ZY\u0571oX\uca49244r\u0003L?G?a5>\u0001P\u02c5\t#\u00052,HW;E\u07ebZGKNc}f^N&'\u0003zI\u000f\rS\u001a\u0239\f\u001a\u001aV\rtz\n&W461\u001cJ\u0017-\u0017zs\u7aa0\"3GqN2\u001dT\"#C&+N#.%\u000e@u`;\u001e_\rr^l\f\\JM5'=99\u001d.@OLR\u0003trLB~x\u0724%uHmCAJ\u03cd7&\u0000qP\u0019UO\u0011\u001fgW\u06c0h{30\u0005}\/ymi5\u001c9OVk0KeV\u0012\u06d1n\u020dT^lS\uc8c95ol\u000b\u00107kooo+\u0001!_\u078c\u001e7]cy6^oF*51\f#[`G6l\u001d\b;\u0015vd3v\u0611\r#[bG6\u014el\u001d\u0018+ouTi\f.;0;\u03971tiO)@\u07ff\u0005>AR[ior\u0014\u00136\u03b1c[96sm\u001c9slS\u0636\u03b1c[;6w*w\/URg\u001chQA$O)\u0403V}\u0012\u001c\uf4b6\u0147{tl\u000e[\/H\/\/\u014fwy\u0003FQ\u07d0\u0010q=1#GjAM\u001er?%whnY>&\u001dkcjr\u0767\nR\u001c^\u0010oS\r\n\u001c\rx\u0017Bt\t!I\u01389BBx-!}!(\u0015\n\u0003m\\\u0010u\u000bY:\u0002CY\u001aC v4$p!\u001d'\u0006\u0014eCo9Y='O_\u0193y7+N\u0001\u0195{fy\u00060\u000e7d\u06d0\u001f9\u0002p4\u0005oaH\u41ce^EGe\u0004\u01f1{=GKt4\u022e$m;\u001d\u00f17y;f\r\u0081he\u001bi\u035f-2#;\u0007\u0014\u03341w\u000f7#$\u000e:<\"'cb\u0175'5\"\u001d`&\u0019V\u00130\u0016U\u0010;?kw\r\\~F8\/IYtm\r4o\t\/Q-5'+94\u0016.1:\u0016K$5h\u000f\u0007{H\u0015M-SJ\u0014V\u217e$Z\u0017o3r\n;c~\u0004~NgHD\u000efil\u0007[\u0016\u0016_m\u0004:!\u073a\u000f)3<)IXwv-s=D9\\}lI\u0013TJI\u0017x\u0788J\u02b9\/)1d\u001d;t\u0019`^G\u001d\tAO\u0013\rB6;\u071dA{\u0003vC2!\u0784\u0010p7S\u0629(#1\u0015\bC2\u01c5>U\u000e\td\u0323';r\u0529r\u0003xl8\u001acr\u0000@\u00154\u0012)?63wy\u058dLux\u0018hc\u0533A}90\u001c\/@tz:U{:H\u001e\u001f\u001f\u0017k){\f;J4\u0006V-uy{Hdwv-oV\u0014q3\u00070*9S1TG\u0462w\u0118W\n\u01c0i-\u000e\u001aF\"Wd*,s T(J\u0015pP>#N\u0003f\f0\u0014\u001duvh\"_BC\u0019o\r\nX'`o$$\u05a9NdS\ub1aes}&\u000by\u0000)n}\u001b4~\u0012\u03fc W'\tG~,\"y?`&L^\u000bw\u0007H\u03d0{r=9r o\u0010\u0011\u000fe\u0392{\u0002\/\u0011T|o\u0011tBN$\/?.Q%&s'm,'m\u001e`(f)\u0016aQ\u0011K\u00e64:[,1\u0012l{\tBW\tr\u0011\u000e39IEBEdY$d\f\"Y{\u001cJ\u01da{uN\u03a4]~\u001dbNJ3&\u05ffRm\n,6\u0007 RQu3\u0015\u001d1\u0005t&\u0019\u0146\u001d1\u0003$V\u0010b7>\u000bF\u00057a\u01cedG*gG\u061adW>3G\u0001TYY\u001dM\u000e[7^\u0004k?FI$s'C>{i+\u00b1\u001bDIuF\u000b\u05d0\u03e0x\u000fnj]>i2rd@k[4\t\/W\\l3s6gBpm\u0019~41k\u000fz:\u00070\u0011\u0012\/K\u000f\u54ffa]G\u0010;~8aR<.\baKdKFmW~\u0012|A;?t7-W\u0015r]\u001di\u032f\u000e\u001b>F\u05d1~b\u0000\u001bk-\tT\u001d\u0004\u0018(.\u0630\u0019j\u001fuT\u0578<\u06a91l}M-w6m\u0003\u0237\u0015k3V!\u0001uB^4e\u0005\u0006yk[`\u06b5-@\u6af3\u000fkr;\\\u0003mj\u0217Uo(\u03efQyn8B\u0011&vBm}\u0006Py\f\u02b3cm\u0004\u0010\n\u0004@\u001d{>\u0004Q]B\u0004@f[gm\u0004\u0010Muu9l*ynWPhd,3\u0002O\u0014yn\u0014\u0010\"\u0019eF\u0003\u0718\u0003\u001e82t3O\u0101yn\u0101\u0018\"-Qd\/~\u0010fJ{>PSo\u02bf\u0015y\u0007\u0012=\u0241\u0003<9\\IA}\uec0a{A>\u0004r\u000e>AM\u001eHB\u00d0'\u055f\u001a>\u001fV\u0014pMV!J7g\/B^mX\u000e]\u0018Q\u000fj \u000f\u0003T\u0015\n(\u00042Y\u062f'`fhPimZ~\u0000jm=B\u001b\u0013\thlU\u03c9\n5\u0015VHCba\uaea63n:0<\u0003s8\u0002c\t\f\u036a!Tt\u0014`j:(nM\u0010@-`erK?e{\u0010\u0002:\/Yp\u0019Wtx\u000e\u0015\u03ef\fe%0<\u000e\/N\u02abq=^M5FU6SfSmGE\u000b*kNBg`\u00d6s\u0016d8Y\u00137H~)\u0010\u02b6\u0010\/pIE\u001dIG\u03c2]O7\u0007\u000f*{qj7e\u0015\u001dxVDGe.3Y~\u0017?x\u0005%k\u0001s\"`\u0014\u0789\b\"(\u0002${u\"E\u0004q\u078a`\u0409\u0016\u0011\u0014k\u0003XW]8!Pm\fv\u0011Iy\u0000(p>#\u001f\u0012\u0011Oe_mtn\u05c1c\/;W<\u000e\u001e\u0015\u000frtS\u0019\u0013|}j+8\u0019\u000f\u0017\u001fd9GCOei0F\u0013\u0004OyG\u000f\u0017 \u059d\u001fD\u0013Tj\u0000w\u0017\u000f5D\u0002\u0011D\\\u0014i\u001cMVF|mQ5\u0637\u000e%$|\u00152,+g%\u000f8-2b\u001bP\u0012\u0016v$\u065c\u01f9\u0395:\\\u0019rfIY@\u0014A\u0570S\n]=O\u0014B\u0016\u0489]505(\u0016\u0019\u000bUe6\/\u000f\u000e,W4\u0019\u0012\u0018&OkL\u0004\bl}u\u0013E7\u03dd\/\u000flK7n~[Isg{P&a\u070aMzh{\u00df\u1b6fN\u00100fq})\u001b3MH)h]V3vVS~w=hA,\u00133!w\u001e\u01da\u067f,]?N\u0000uw ,\u0002.\u001e.\u0545K\u00185:^:\"\ud88a\udf3eD\u001f~\u04080\u0004\u0013\u0001.l\u05f2mB\u07fb\u001fW\u0007eWo\u0005==q~N\/=&]C3AT+f\u02b9w\u001e\nZ\u0005e\/\u0013^tgo{\u001b'xc\u0012lWS\u07bbQGQ=;x\b3\u05a3zU(#\u0015>\n0X}4u\r\rn\u0007\"r>?S\u001cSR\tn0'kHN\u0017cF\u00158ngw:2$7\u0686\u000e.yLd7M\u0006Z8P`\bb@2\u0002mP`%\u0001) e\u0005\f\u0000\/\u00ea;`\u059d\u001dON\u00042\u000baQ\u001a\u0012\u000b,+w\u000eDl\n)c\u0003BS\"\u07db8\u000ffe%x+.!x\u051f_\u0005\u0006Nj9\u0001\nI\u0002q\u0015\u0013;U??3P\b<\u0016;vx|2I+&\u001bH\u0006wOM^\u0007\u000b)\u0013\u0012I\u0014\u0005RjI\u0007_\u0739>w-\u0015P\u0018iBEB>R\u045fQ+^r\u0003kZr\u01b2H@\u0011E90o\u0017.faQz\u00f7GY-\/q\u001d\u0011d\u0002f\u0006oK#;O\u0016km\u001dhu\u0000\u0013\u0004n\u0005~\u0014_yE6P\n\u00135_;}\u076dtE-\u065d\u07ca\u0292\u0012.rf(:[\u0004&i;\u04bb\u0018\r\u0006K\u0012\u0012'#\u0517pj\u00b1t|^SDL\t\"3\u0002{\u07f6d\u0005em\u0016\u0006\nrebVJ\u000b\u0007dGW\u0089\u06096SFY0\r!;u* \u0216iuH%C@OX+\u0017Gze\u03a3\u0000*Ks~A&b_\\\u0011g74i'@o\u0000AH\bIPGdFY83T\u0011Lq\u001d`\u0682T&I|8\u0005f-\u0011Zb\t3\u0016?>p=}\u03c8tc\u06fc\u00031O`+\u00a4Qm[D8d\/A\u0015xY\ue091s8\b$2\u0014\u001bm\u0018\u001aNx\u000e?+s4\u001eI\u001dI\u001eGr\u0007r2dGq\u0012\u0007qp\u0005J{++G~.yn.\u0349rll<$HR#\u0010w\u8311uh\u0004|\u0006V\u0014\u04d5C.%3\u0015R2'\u0017B\u001f\u023f\u000f\u021cL\u8a7bCB\u0006\u0011$\u0011C\u01adgQ<^Gz$I)d%{=yb{;7IP^OV\u0000HwZ+_^^.\u0018\u0017\u000b?\u01beA8^@c-\"#;\u0007XL;p^O$\ty&\u62ec\u00159\u001fx&y}\u0010I2a;C\u0000\u0011%\u000f!\u001d,hls%\u0011KrVnV9]r#\u035bhnBz+q\\+zO\u02a5\u071d\u001d\tFj-%\u016f`4,HJ\u0014\/=\u0015v\u00afr\n;c~\u0004\u01f7i\u0089\u0013mc\td*%wB8fqi\u001a\u0019\tQFBD\u000ew+tf\u03069=Dw5\u0014qvHFj+\u0011nL\u000b}\u000f-!Al)\u93e6\\Gk}b\u001c\u04e1n\u0386\u0003s)H\u0015thk!v\u00153G#m4S\/95\u0561f\u001aP:o64\u0003ql0uM\u0019(\u0003U# %y\u001e K\u001fh\u07751)Z\u0255X7u33K~?\u001aZvcl{~z8Ju\u032a=6\u000eu%m\u0005QZ\n!NC\u0006\t\u0015\u00c9S\u0019yiW\u0002Lu9NUxK*5iW\u06a6}6\u000f0\u0014M38\u074eX\u001ak\u001bk\t,9\u0677g'\b\u001b\u0016zAt\u001e\u0017\u016d\r\ni57:\u0013\u04e9OZ\u048c\u024dT\u001cH\u000fb5c\n.\/\u0002X\u0377OQ\u0001;(d\u01ce\u0170X;}v\u0004\t\/\u000e\u0012GDkL\u001dn\t~UJG\/!9@\u000b;pzdf\u0010;\u0007\/V\u0019\u0014\/\\!q\u06adVUVM#\t\u028d-Wc)k\u0002d\u000b9\u0169\u0007\r\u000f4~\tgP>\u0016WKDH,>]8KG\u03e0|82)Ot\u000b>\u0002|XiR1YR\u045dm:~\u0012HU\\`WG\u001aK>sCnF\u000fu$p\u0018@ZK\u00023U\u0007\u0001\u0006\u000b6,}hZG\u0016\u05e9q)5'P\u076fl}M>7w6nW-Uc\u050a\u0019]\u0000P\"LH\u06c2\u0018l\u000bsb\u0016 H`Yaa\u0002\u001fBg4BoT\u0016UxR,k\u00194g\u0688&\u00145\t8Z\"X\f 1\u001a%\u000es#\u000e\u0010p\"{4{T\u0001\ue15a:DeT-\u0383>\u02d5I\u000eM(_\u001aL\n\u01aft*n\u0007+]\u001e\u0012:\u043bcNGL[9$=\fyRx\nWW\u0002\u000fV9{)l\u0017jZu\bz\u0000Ugy\u0018V@!&~=\u0001m!\u0169\u0010X\u0260Weid5\u00158OH\u001c\u0138:\u0005\u000b$]\n4vd$\u001e|bl\rxj\u00064f3d3x\u0002u\u0579\/VMS\u0016yR\u0016|\u0000MYo\u0326\u000b<\u000b.z\u040f'vuT\u05b5\r<\r>Ru\u001b3\u0708\r5k1F{j\u0014NSo-Tk\u000f2G\u0758\bOE[zNT\u0000BG\u001a{\u0017]\u0005a\u04c1\u0019x\u000b\u0011\u0018\u001ek\u01ceN\u0000dnV\r1q\u0006SA\u0019t\u0018<\u019d%\nP[\u001e\u0007RV\u06a2ab>Pqc]o\u0000j\u0004+?[Q,C\u0010',y\u0012\u0544\u001e\u03f7\u0017,Z\u000f~TuxT9\u000e38P:5\u07a6*xQ5\u0018ULN+\/\u001e}\u0016e.:\t\u0019\u001fT\u000f[*YdM I-@(B\u0004\u0016&\u0015w&\u0015\u0007\u001e=\u000bv=\u0760\u001e<#\u01e9\u0778\u0019Wt\u0000Y1\nV\u0012\u001d\u0196\u001cg^\u0015\u0005q\u078aQx'#\b\u0589\u0016\u0011\u0014y+A'ZDP\u0018g\ubbd5\rb\u001f7O_}wCm2F$!;\u0003X\u07e3\u000e|C]4\u000b>\\Xw~\u0010OP\u078b\u0001@\u0007]\u0007?\u0010\u000bD\u0013!rQ-s \u001a\u0017Z!\u001aE`\u07ee:\u0116FcV\u001c\u02f0h_\u0013wr%S^l#\u0019\ua3fd].$\u00138w\u05f9T'xk\u00194\u0003L\n&\u0701z\u0007T\b\u001dO\u0010:)njtbgeM\"L| \n6kU6\/\u000f\u000e,W4\u0019&OkL\u0004\bl}u\u0013E7\u03dd\/\u000flK7n~[Isg{P&a\u070aMzh{\u00df\u1b6fN\u00100fq})\u001b3MH)h]V3vVS~w=hA,3!w\u001e\u01da\u067f,]?N\u0000uw ,\u0002.\u001e.\u0545K\u00185:^:\"\ud88a\udf3eD\u001f~\u04080\u0004\u0013\u0001.l\u05f2mB\u07fb\u001fW\u0007eWo\u0005==q~N\/=&]C3AT+f\u02b9w\u001e\nZ\u0005e\/\u0013^tgo{\u001b'xc\u0012lWS\u07bbQ\u0733\u0003~Zw08\u0011R\tihH\u0005PF&,|\u0018qhr\u001a$\u001bxK\u0007\u000f\"E>yI}pn8\u0012<\u077aaO`\u05d0\u018c*haqu^gIn\u03f5\r\u001d\\&dkp\u0010\fp6\u0012iY\u0005Z1\\A \u0005\u0000\u0005 Ze}X\u0016v\u0007\u033a\u0003\u0249@Fua<0JC\"QRq\u0001z\u0216M!{=eL~ UhJ{\u0013\u07acd{\u0018O}5\u001d;`v\u001ezbI<4\u00079S!I bbG6\u0007\u0010g\u0006\ns\u000e\u0016]\u00199i?y\u0164\u0003`!:FB\"@j\u04dfV-t;\u03ba\u0002Z\u0010\n#MYH]YG*7jq\u014b]nu`MRZX\u0016G\u0019(4\u0007\"p\u05c5,,*To\u000657%%#?\u001c_uy~d9b\u00fc \u0371\u000e`Y|v5\u001f7O\u07f6\u0006JabkQ0\u0015\u7de21K'<\u0019!\uba2e\"V\"yu\u068e.cC3A\u0004\ud26bo\u016fL}\u0014V,]#\u06144\u0011:SL?\u07b7-YVt\u00b3|\u0758R\u0002~t.p'L5\u0006\u001b\u0663\u0006g\\7{\u0005#[%#\f\u0001\u0006?mGc_\u001em:\u0002,\u0007\u059bAr1F\u0424\u0006\u0011q\u0003@\u0007M##$IB\u001d\u001bugPG0\u018d#-Ke2GWo\"\"q%VPcS\nY?#\u048dn\u000f\u000f<}v\u000f.\u0017&\u0007\u0017Lv0kT`v[&\u00114Kd\u00058*s`1b*\u000e1\t-\fF\u001b\u01b8\b#>:\u00cf\u001c\u03a1GsR\u0007sr\u001c.>\u06531aQA\\Jq\u00121s)\u0286sxVfct$OGbT\u001dyugC3\u0012\uc998\u001cr\r-9\u0019o\u0010@}@d\nDOE\u001d\u0012$$\u0010*2n=\tGz|J\u05d3e%IJ!1s^P,\u0002@\u000b\"crahXO1\u001d\u0002Fcz\u0005&so1F\u00199Ed\u0739Kgz&I#5U_d_dLvIn\u000fu\u00008XN\u000e6\u000e;\u001a\u0003\u040d\/:|\fq`Ic\u001b,$p^4t\u001bjLs\u0013_\u001cv^\u001b~R~E.$\/J0R\u02d4Nno*~\u0005aF=\u0164Uxo3\u0016~\u03c5\u0756\u000bV\u0019#\u0010?eN\u0013Nh\u0343\u03d0)\u02da_nM\u0017a1\u0007)\u0006X\b\u001fRy\u00048\u00140\u0001O!>c\td$Be\u0004h8fi\u0018\bQ\u0006BD}\u000ew#tV\u0350v5=D4\u073d\u0014svH\u0360B|\ud41cqa\u000fx%e$\u0012?%\u0474kk}b\u001c\u04e1n\u0386\u0003s)H\u0015thk!v\u00153G#mdW\u001b\u000e:H1\u001c@c\u04c4?NS\u0006@\u0566&xFJ\u0010\u000f\u001c\u00193]6tU\u001fnyf\u000fXCN~csdC\u001d\u000bpT\u001f%U5{\u000em\u0012\u0e66\u001b\u001e^%X-\u0019Z\u001a\u07c6rMJ7W\u0015}yE\u4b99\f\r~k\u0019\\\u001a\u0006P\u001b\u000e\u0006P\nC\u0013w}B\r%7 \rt S$5Z\u0017b@nv-\u041e|]\u0013Zh\u0012}n\fHC\u0010\u0521T\u0003\u02a4B\u016epU2UaT\u0001\u0002\u035car\u0019\u0014D:iW\bZ\u0007\u0019\u001d\u0408\u0011-2w\u001f?\u0208A)6\u0002Ddw4i.m\u0011i\u001dg\u0017\u001a7[7\u00077\u46ab:\u0005^t0\u0018\u9e0d\u00ced$-r\u0011aS\u000fgJV*=,-E\t\u0004v\"0l\u0007g0VF\u00ff\u0006\"~\t\u000e%%60l\u001d:\u0012vQx<\u025e%\u000b]q\u0005L\u000b@xD\u05b7Aq'\u000b\u0012xu\u0002mpwb@\u04d0u\u4889\u001f~\u0013&\u02bb\u0004k$\u03ecs\u0014\t;')u\u0019\u001f\u0004O\u0002\tP\u0018Q@5\u001dx|Q\u001d+\bB<\u0014O+\u00132LwaC(1.\u001ao6*|'\r\nG7\ud6f4yhFv\u0014\u0176R\u00d1\r|#\/3=6\u05bd\u0004acCO;D\u3c38!0\u001e]S~b:U\rI\u0014SuR1\u001a\u0594jw\u0532\u0016>\r\u0006\u001f\u001cSGv4\u0016 \u011ao}\n\u0017\n!\";v-m\u0015#HQvH2WKDH,>]pK\u01c1OneSj\u0017|\u0004^ub%E~\tb$jB\uea6b#u!\u0017w#\u05a7H:\u00128O\f pc%\u0000\u0003\u0005\u001b\u0016:4C_]\u0538\u001a\u0013Tc&\u07dd_z;Q7\u0015,}\u0456*A\u068cs\u022ezHU&$MmA\u040c%\u0005ZyN]\u0002\u0004\u001e\tl:+,(V[\\\u0018nX\u048aNi{W<7F\u001cxI\t2\u001a<\u0016=r\u06dcwl\u0000'X\u0000<;F\u0000\u0000I\u0000\u0011Cj%\u0000TY\u001b\u0001ax\u0000^w9\u0167\u046bd\u06b9]%C\bw j>wP\u017d}CU\u0002[\u0007zz) Iw+D!O?5|\u0018?U)U\u16a8C o^\n\u06c5\u06b0V\u001d0B\u001e@A\u001e\u0002b\u0003\u001aV@!&~=\u0001m!\u0169\u0010X\u0260WeYd\u0015PCyC`')X'\\5V`1\nv>h{$\u001e|bl\rxj\u0006\u051bf3d3x\u0242u\u0579\/VMS\u0016yR\u0016|\u00001Myo\/\/?QZ\u05cc\r<\r>Ru\u001b3\u0708\u0019M\u001ay\u001a|\u0324q\u001aI6'qseN:\u05f0O3i\u0006\n\u0014L\u0003\u000eT;N\u0011TM;\u0018\t!tRpxf\u029aDA\u0014lj\u050c\u05c5rm^\u001eZ\u001dYJh2M8w0\bda\u0011J:\/s'\\;o;+g\u00119;;_\u001e\u0016vOn\u0007_`L\u00b8\u0015sgz\u0402X@\uf277gB<5Y~\u0000:@0Y|q\u0005]<]\u0019\u000b0kvu\u10fdtElSeY}A3J+?\u0011a\b'\u0002]F\u066ee\u0002w?\u000f\u044d\u03af\u0004\u000bzz\u071d^?{BMf$V\u0715s<\u0014\n_B'\u067d6N$w-\u0015P\u0018iBEB>R\u045fQ+^r\u0003kZr\u01b2H>@\u0011E9o\u0017.lgaQz7HY-\/q\u001d\u0011d\u0002v\u0006oK#;\u0016k\u014d\u001d\u0005iu\u0000\u0013\u0004n\u0005~\u0014\u07efyE6P\n\u00135_;\u076dtE-06\u7de21K'<\u0019!\uba2e\"V\"yu\u068e.cC3A\u0004\ud26bo&L}\u0014V)]#\u06144\u0011:SL?\u07b7-YVt\u00b3|\u0758R\u055bcv\u62686SFY0\ra;u* \u0216iuH%C@OX+\u0017Gze\u03a3\u0000*Ks~A\/H.\u0188\u001b 7n}|\u0000Iq$}$I#2{,\u001c\u0019\b[\u06b8Y\u05a0\u0005{L\u0006p\n\u001aC_M\u0013j,~}J{<\u035f\u0011py\u04c7\u0007b>;y\u07bfw7a>`+9\u00027p\u0006_#+0D\u0267\u0005\u001bo~\u0017Sam\u0010\u001eIkqWe\u0018605\u0018\u0001\u001c~8Wh\u000e=:<\u00cfX7Q\u000fdn\u025e$\u000e$\n\\VR\u04dby\\\\\u0013\u0004\u001dy.\u0451\u0018MG!L\u001d\u0019\u0624\f\u0004)+\\n{7q?Kf*dN\u001b\/>\u001f9\u0000SwQ\u0004$I# I\"[b\"yq\u001ed\u0019IRHJzdvj\u3cd3=\uda3f\udfad\u0000\u0002+V\\1\u001a\/\u0016S}Q^[EFv\u000e`1wR$I\u0012\bMl\u0017YW=\u0019\u0003+sC?M dMn<\u0000\"tK\u000e\u001f5C;XJ.?I#\u072cn\u00067\u0704W$`%\u6fddWnGQ+?=+\u00122Z;_fXdO1i)^[{*\uc305pau\u0015v\u01ba\b\u010fo\u04c4\u0013'xb3$\u0272ZSEXh>\u0001A\u0014n\u0019i\u001e$;N;\u0015\u0144\u001fus=\u001d\u001aZ.u\u022f]H\u001b\u0019X\r\u00150P2)8\u001b\u001a\u00019\u0006\u176e)\u0003ejSh\u000f\u078cLu}\u001f\u001eqAJ2j\u001c\b%\f\u0017 >=\u001d*=j!o\u0378\u05586kR92+\u0019>&5C\u0006\u001fZ\u0006{)\u0018j\u0012TaTsBO\u0121$\u0006t@3!%jN\u0013Dk^h\u0001\u0675@{u\rrOhIjM1 \u0391\u001a:j_T\u023f\u0635\u001cSE\u0019(0:h\u0250\f,\u0014\u000b\u00117CtIq7A&\tw9&&qz\u0010\u0003\rS2=*}:(U$D\u0018$Nfqf\":\u001f1K\u02eee8f\u0135V\u001di\u00ff\u0019\n2\"$v\fy3)3\u00199DjA%AW5:\u0003F\u0013*\u0013\u0005\u0002z.$`r\\\u0016\u0011\u2073JrrK\u980c\u001f6!J8s&\fAyg6\u066e#la\u001d\u0016eBSp[`c\u001eRsU@\u001b.\u001bj\u0011Aer\u0000\u0011\u0011S\u000fgFF\u001a=\u001c-E\t\u00046\u001e0l\u0007g0VF&dC\u0013QM\u0012\u001dJKW(:\u0004;#5\u0004J)\u0663\u4ea1X=\u0017~i\u0001\bqh6h\u03bd${A\u0004N \u0013NYg\u001a*\u0003Vo\fy`dMu.\u0551\u00029a\u0007#e?n:\u0018[\u0019'\u0005\u001f\u0001>W~RmW~\u0012HU_WG\u001a#>sCFou$plJ=XkI` @q\u0005\u000fWkh\u0017\u001c:5.\u01285\u0558\u0267fJ_e?|Z6c\u001c\u001e\u0014eUf\u0284)-0q\u0018\u000f\u0016JyN]\u0002\u0004\u001e\tl:+,\u0002V[\\F-jw\u05a2\nOhm*Y2h*\u03d0\u0011M(j\u0012Tq\u02b5\u0006UER<5'\u001d\u001b@i2\u0000*\u03d1\u0011@(@\u0012\u0000u4\u043cR\u03cdB\f@\uf7b5\u0011@\u001c\u001d\u0002 u\u0007Z|&\/](C\b<\u0012\t\u0011\tBd \u001d~NnS\u001be\u000esc\u000ex\u0210{\b?\u0012\u0007\u0011\u0007bn\\FAT=*\u0000BMWq2*\u0016WXAJ$\u0007B#{tMIAVq;}_P@\u0581\u07b5\u001es\n?ea'Qa\u0213?7*]\u0001V\u0002\u000fV9{)l\u0017jZu\bz\u0000Ugy\u0018V@!&~=\u0001m!\u0169\u0010X\u0260Weid5\u0015+\u0012\u0007;1NBQG[\u05da7\u0006ob\u06c8Fl418O^4Spz\u001fmZ[\u000f}9Dx\u0002>\/ZsBM\u0005\u00154>X\u063b.\f\u001a\u000ee\u0019x\u000b\u0011\u0018\u001ek\u01ceN\u0000dnV\r1q\u0005p-S?\u03e0[l{,tzG\u001cvZf\\\u0001g(XIt\u001b[?s7{WP\u00160y+\u0002F\b \"@WZ'ZDP\u0018\b\u0006\bj\u0011AaV7\u078b%<}\u0745\u0013r\u000f\u0576j'\u001b\u0017\f`}\u0002;3!\u000f[\u0016\t&?zLg|\u001d8sq G7e\u0004FNm\u000e\u001af\u000fQ\u042124\u0018\u00034gv\u000b\u0010\u000f\"\t*{q5\u0000\u0ecb\u0007\u001aZ}r\"D.e\u000eDV+D#\u001aU\u0012\u0012v\u030a#\u0019\u0016F\/\u0007N\u001cTNzxf?v\tF\u000b|lN]Ru.O34\u0003L\n&\u0701z\u0007T\b\u001dO\u0018xB\b\u0014\\7bY:&\u0011&f\u0010\u00055ul\u16a5&C\\\u07c4si\r@\u0016V\u001f2w3\u6e73r\u0016amtF~\ro+\tx,|o\u0019$[1I_\u001fms3\t\"\u0017,?erc\t6\u0015M=\u001b\u06bf\u0014s\n\u0007-\u0005xy&\u0004Xs>\t\u000e\u0004\u04dc\u0017Wc\u0005p\tf\u0017_^\u0007~\u0018>K[6\u0015^\u00174\u000f\u001a\u0011{\"eZ-P{\n\u001axjM'%'\u0524kh&Hj]9CA\f%t\u0002\u074bmo\u0004LS\u001fj{7\nx>QQ?;y\b44VU(#\u0013\u0016>\f8X}4u\r\rn\u0007\u0011\"r>?s\u001cST\tn0'kHNWcF\u00158ngw:3$7\u0686\u000e.y\u0013Ld8m\u0006\\8R`\u001b\tb@4\u0002HK\u001a\u0004\"[@\f\u0010Y\u0000_f\u0747eaw;;\tdT\u0017\u000et9$\u0012%+\u0015\u0017PYW:\u001dNl\u0014S\u0007RD7q\u001e\nJW\\C\fg'?N?\n,\u019dCs\u0003:\u0015\u0004*&vd~\u0000\u0001g\u0010y,N?w`eWL:\f\u000e\u0016c4'$(\n6\tk\u0552L\u000fs}N[*\u000f0\u0484\u0505(}?\u0016WV\u0007\u05b4(e|\"Ns`.\u0002w]\u00a2BoZGZ_:#\u0005\f8[Gv-\u058a\u001b;\u000b\u001c\u0000g'x\t\u0239\u000b(_qm\u0018m\u0014&fkv\u001f\u0005\u0003[QZ8=\u0015%$q]:!YPTu\u0004\u000fYGu\u0015)\u0007\u0012\tMvw1\u001e\u001b\r$$hO\\}\u000bg\u0395\/\u050a5M\u0019N\u00133%\u0013}\u06d2\u0015oY\u0018\u001cO*<\u02d7\u0019\u07cdY).\u001c0\u001f]\u000bgr'L5\u0006\u001b\u0663\u0006g\\7{\u0005#[%#\f\u0001\u0006?mGc_\u001em:\u0002,\u0007\u001b\u0016\u001fs \u0018#nhNr\b\u07f8\u0001&\u0151\u0011$\uf37apg#niFK\u0005{L\u0006p\n\u001aC_M\u0013j,~}\u001aa\u0007\n\u0019n\fw7}x \u9cd37v\u0017?].M\u0018\u000f.Fo\u0010L\r\u0004GV`\u3252O;g\u000b6\u001e.V <\u001a0lak0\u0003:9p\u001cz0'u,'y(\u001f\u0271n\u001f=\u0017\u0013\u001fI\u001cI\u001e\u0015\u0018^\ufb64\u001c\u001d'\u0011\/l(7gEI66EGKt$)F\u0511w\bW;v:4:i>\u0003+n!M\u07d2\n)\u000b\u000f\u0007dN@]!!\u0005I\bYH\b!\"\u05b3Hxld'${=YN\u0014\u0492<3\ubf5d$y\u03e2(o+\u0000J-\/\/\/\u0017v\u018b\u001fc_!`$fW1\u0016cd\u0003X4&}\u031d{df'g$\u0019`\u06f0!?\b\u0007{\u0010w\u000e4O\b%)37m37!=\u00158._\u0261o\u0015'STOO\u0004#L\u0016W0\u001a\u0016n$Sg{\u217eX\u001d\u0017Vw[.Xag{\u07cf@v9M8q'6\u000e>C\"z,k\u001e~5^H\u001b`\u0019~H6\u0011LI\u00baS\/[Q4}fe\u001a\t\u0019%M S)\u0014*U\u001f\u01e4lDoI%\u00174\u000bLH`~2\u0012&\u001alv;B\u0007dC\u073d\t!n\u0215C2\u0012S\u0001p;$cx\\\u0003^E~`1\u001b%-!S\u001fM\u04ff_\u0013S5\u0007\u061c\u000eus6\u001c#MGpC]\u000e89\u001ai:\u05afy\u0005efCc8\u01a6\t\u001bpe\fTM=&5C\u01c6:\u001bK\u0003>1p0\"U\u00186\u055c\u0013\"q2\u0012_\u05d0\u0012J5Ij@\/4PhWX-4\u0006'$5&\u0018Z\n!NC\u0006M\u000544\u03c0{L~sSK!J0P)\u0019mze\u0562^\u0012U\"Hr\f\\\u04e4Y\\9J;\"\u0006\u001f0Rj3\"Wd`\u0735V\u001dI\u00ff\u00119rDj2\\3u\u0010HW%\u0003j\u0014\u0011CJ\u0001dQ\u07a23\t\u022b\u001c}ok,~:(MrL\tsP\u0799Mv(\buX\u0004\u0019?z9|9~\u0007\\)\u0010*jC\u0518?HEMd&\u000b\nh\u001da\u001f.p.o\nCR(\u0012MF`\u0001Svp\u0006ced\u0018o;vx;4\u0011U\/\u0761\u000eMC8}\u0012Xg'S+uCy1x\u0018\/$\u0002\u0010\u043am\u041c{I<\b^@r#'\u001cH4&\u001dI\u0007\u07c4k.\u001a;\\#\u0005o\u008eBJ~Bm6\u001d\u0000<\u0000\\$xu\u030d~\u0000uAX\u001b\u0005Ta\fk\u0307\f]XQ\u000e\u4080^18[V;!t*Y7i]sRv\u0015l7i\u0000C4\r(m\/C+\u000f72\u0013.Y`slo;N\u00106\u001cc@\rH\u0018PXsy\u04e9\\?1*gu:)\u0358jJ\u03df;jYH`\u001adsL.X\u0010k)\\0*`\u01c0\u06117\u0018*gGh\uc610xP\u001e;*$a\u018b`(_d;0\u0012\u00030_\nnSH7\u0005\/b\u0015A\u00b5\u001f\u0012OjUjda=1|v-W\\l3s6G856rA\u0494O=1\u000fR0\u0011\u0012\/K\u000f~\u0017=Q3*\u001f\u0004|F\u526evG\u000f+U_*&+_\u001av\/Z%]U\u0005vu1?37;n\u001a^G\u0002\u0001\u001en$0Su\u0010``\u00c2\u0787f5\u000bNz\u001aRzjKoyg3fz\/\u06b2\u001f]E>>Xz\u000eU\u000f\u0013\u0284)-(\u001f{\u0336<'\u05aem\u0001\u0002\u00046_\u0015\u0016-Q.Le<\u0018bH+U*;uyv\f3cmD\u0011\u0004M\u0018rAiS,I}\u0006Pyz\u0004\u5e716\u0002\b\u0005H\u0002=\u001fzw\\MB\f@\uf735\u0011@\u001c~?u\u0007Z|\u018d^$\u001bE2\u0014\u001a\u0019h:(0>7\u0002A\b\fD\u07b2m2\u0007sc\u000ex\u0210{\b?M\u0012\u0007C\u0708\u00031Dx7[.^ *\u001e|x{*Q\u0155+q%z\u0003!u\u0007\u02bdwr\u05f9CIAuPVP*\u072d\u0003k=\u0014~\u02e4N\u00d0'\u055f\u0016?TsU\nxU8&j+\u0010l%\u021bv!6U.\u0428\u0007P}\u0001\noIm\u0005\u0014\u0002\u0019k,\u00130\u001e5sx*~\u0377j\\j<\u0004`22i-6\u0017i_$\u000ebxNc\u000f6&i$\u001e|bl5xj\u001aT55x\u0002b\u0011\u001bGC^\u0106z\u0006\u001f\\i\u0013\u060aq6(\u0003\u001b:\r4\u0261'EO\u0016\u0006[\u05f6~uiC=O\u000f\u0014{&\u001c7iMs\u001eyr\u001e|\u0324\u001a<\u0000\fZ\u001ej!s\u3349\u0004L}^,D\n`+Ti|xxu]\u001a\u000e53,\u0017#0<\u058e\u001d\u0000P\u076c\u001abHEG\u000bH\u001d\u0006S!y!\"qW\n\u0002TAv<1u\u0015Xa\u0018\u061f\u000fT|X\u05db Z>=;~\u000f\f~:\u001f\u0004\"\t9u>D5h\/#6Uy\u001d+_S\u0019Jax\u001c^(\u001aoSVA=>M5FU6SfSm\u01e6E\u000b*kNBg`\u00d6s\u0016d8Y\u00137H~)\u0010\u02b6\u0010\/pIE\u001dIG\u03c2]O7\u0007\u000f*{qj7e\u0015\u001dxVDGe.3Y~\u0017?x\u0005%k\u0001s\"`\u0014\u0789\b\"(\u0002${u\"E\u0004q\u078a`\u0409\u0016\u0011\u0014k\u0003XW]8!Pm\fv\u0011Iy\u0000(p>#\u001f\u0010\u0011Oe_mtn\u05c1c\/;W<\u000e\u001e\u0015\u000frtS\u0019pPOifP\u078dcpA63t\u001f:T\u0006#\u000e\u0007D;S\u0791c\u0005u\u0007\u0004\u8f78\u001a\u0000tzjj\rl@D9\u0011\"\u0017E2\u0007QS\u0015\u0011_[T\rCl\t\te;f\u0171\f&d\u000e\u0007g%\u000f8-2b\u001b@\u0012\u0016v$\u065c\u01f9\u0395:\\?\f\u00142)p7\u001dvR RB\b\u0014\\7bY:K&\u0011&f\u0010\u0005\u06a29u\\V\u0007s+\f\t\fp\u0013\u07675L&\u0002YX}R\u0709\"YD\u0397E\u04e5\u001bW7t$\u3e73e(0n&}~=W'\\\u00188\u02ff\u024d&$\u0014W4lhR.\u0019;)p\u001e \u0016{\t\u0010;c_n\u001f'\u03ba;\u0010Ls\u0016_\\\u0001r\u0017q\u0017|%]|y\u001da`\/\u001dn\u0011TxYV_L\u000f?hD\u0018\u0002\u0000qck\u07f6@+\u0003jt78?w\u03deP I\u00153w;\u000f\u00052\thv\/\u00131\t6O)(ow\ud94e\ude1e\u001dL\u073a\u0006\u00067\u0543r\u0011v^P\u001f\u071f))\u0004Nn\u0018\u00135$1\nZX~3;~WbpsmC\u0007\u06bfd&\u001b&\u0003b-\u001cl(m\u0004y c\u0019`Ff\u0014\u0018\u001fI{@d\nHY\u0001\"\u0003@,*\u000eug\u0007\u00139xaDd\u0002j7])-Bz\u0298@\u0414&\u0383YaY0K{;w=a6Wyf\u000er@B@\\\u010elv\u000f \f\u0014?\u001d,\u001e\u07fb#r~\u0006\u0013qBtfD\u0012E\u0526?aZ\u0017wuK\u0005!\u0014F|\u0010eTo\u0017\u0016,o2PDi\u000eE\u000bYXTQkoVKK\\G~\u00049\u001bgSZq[y?c\u001d\u0004\/\u001b9w\u001fk>nm\u0011\rl\u05ce`_w+*]Q\u000b\u0018\u7de2\u0004;K'\u001c\u0019!\ub92e\"V\"Ays\u068e.cC3A\u0004\ub26bo\u00142e3Y86kP\b)Ad_`\u06d6x_VY^\u02a8Y\u0005DT`#{,K\u0010r\u057a`\u0015wd\u02f4\u07fad!M{\u000b\u0663Mp_Q\u00009? z\u00131r\/H.\u0188\u001b\\ 7n}|\u0000Iq$}$I#2{,\u001c\u0019\b[\u06b8q\u00013\u0005{L\u0006p\nZ#\u0013f,~}J{?#\u048dn\u000f\u000f<}v^\\0r\u001f\\0\u0015]n B&\u001b|\t@\u001c\u0013%ur\u0017l=]NAx2&A]ah\u0018`sRs\\9\\NTNL\u000e?c]D?'{,&>8<+0r[I9:NosSsiNbc\u0013t$GGb4\u001dy0u3gC\u00033\u0012\uc998\u001cr\r-9\u0019o\u0010@}@d\u0002D\u000fE\u001d\u0012\u0012$$\u0010\u001a2n=\tEz|:\u05d3e$IJ!)\u06e9^N,\u0002@\u000b\"[rahXO1\t\u0002Faz\u0005\u0016so)F\u0016\u00199Eb\u0739Kezl&I#45_d]d\fv!n\u000f7\u0018N\u000e6\r\u0019\u0003\u040d8|\fq`Ac+$p^2r\u0496\u001bh\u001e\u0019}$-2\u0000\u0011R\u000fAV\b=\n-EX\u0004v\u001a0l\u0007g0VFVbC\u0013Q=\u0012\u001dJwKlP(:\u0004;duIj\/O'Byx{\u0018\/\u0002\u0010\u043amP{I<\u0004^@r\u001b'\u001c4\u0016\u001dB\u0007\u07c4k.\u001a\\#\u0005mNA~:tc<\u0003\u001fs\u00113m\u0002)\u0006_m\u0014PM331\u001f2tcE7h\u0001zpTnmiZ|\u0000%d\u0764}QS2Q\u0007M\u526evG\u000f+U_*&+_2kZkP-F\u0011*:\u0498_T\u001drq7b}ht#s\u0000R\u000f7Z\u0012:\b0P\\aAC3\u055a?\u0005gNKq=~M5fk]\u0019u\u0017m\u000f\"|TX=\u0007\u0237'yeB\u0494\u0016Xf[P\u0013k\u05f6\u0000G\u0002\nv\u0016(\u0017>&?\u0011z\u069dSd\u000f\u02f3%4,\u03d0\u0011M(j\u0012Tqb\u0235\u0006UER2'\u001d\u001b@i2\u0000*\u03d1\u0011@(@\u0012\u0000u4\u043czn\u0014b\u0000*\u0000lI;\u8172](C\b<\u0012\ts#\u0012\u0010@t-;6j9\u0018\u001bs\u0003GnsFi8\u0018\u001bq \be\u0014\u064b\u001fD\u0663\u049e\u000fp\/e%\u001a\u0014oqu\u001eYDOr NAO\u000eJw\u0124 jJwT}CU\u0002[\u0007zz) Iw+D!O?5|\u001e?U)U\u1828C o^\n\u06c5\u06b0V\u001d0B\u001e@Y\u001e\u0006*&\u0015P\bd_Ox4q\u001bzHq*;\u0004V2UY\u0016Y\u39bd\"+\u0012\u0007;1NBO,\t]\u001d\u0015um4o7Jmo#6R\u001a5Fy\u001a|\u0324\u045e\u001a=;~\u000f~\u0014\u0010\u0004\"\t9u^D5hQ|kzbuw:MU^>ay\u0018\u001e\u0017JT\u0578\u001e\/\u02bf\u001a*))6Uye\u0163\u0562\u0005v^'!J0aK9\u000b2\u001b$I\u0014\be[\u0017V\u07e4\"\u0724\u0663g\u001b\u0503\u0007=z8\u001b2\u000e`<+FJ#2\u0017,\u064b\u001f9[\u00110\nDp\u0004\u0011\u0014\u0001:\u0011\"8oE0DP\b\nl^,.{M\u0006V;\u0648$\u013cpg\u0000{\u0014a\u000fy'\u07f2N6c:C\u001d^\u0007d\u00079)fg\u0013\\\u001a;)\uf831]nv \u001b}\u03d9?\u000f\u001dz*CO1@Gj=L0w.p\u0001bAd?A%>z\/\u0006\u0000\u001d|w\u001eZCZ\/\u0010QNE\u0301h\\jh\u0016U}\u0010[B\u001b\u064eYq$BkH;;|]\u001coI\u5529\u0017\u06c8gco`'=u,\t^\u049a4C;O3P\u0224`\u001dwIujH;O\u0013B\u0016\u0489505(\u0016\u0019\u000bW\u06bc<:\\^dp>a2\u0011#u^N\u0014w\u0006A#\u0010pO\u0004\u0010\u001e]\u0005\n}~\\\u001fP\u001b\/_\t\u0016;\u0137t\r\u0004IR+y(h\u0015\u1fc4N@{\u045dmIy\nC_MyF\u001f+{]TO\u000e&\u001e'B h^\u0015dB0\fV\u001fMn]`\u001boAdg;\/\u000f\u0014\u01d4T\u0002[7\t\u001a\u0158Q\u0005-,N\u0019\u001d\u03abL1M8K|l_2\u0013\rb\u0001\u0016\u000e6\u00146<\f0@3\u000b{6I{@d\nHY\u0001\"\u0003@,*\u000eug\u0007\u00139xaDd\u0002j7])-Bz\u0298@\u0414&\u0383YaY0K{;w=a6Wyf\u000er@B@\\\u010elv\u000f \f\u0014?\u001d,\u001e\u07fb#r~\u0006\u0013qBtfD\u0012E\u0526?aZ\u0017wuK\u0005!\u0014F|\u0010eTo\u0017\u0016,o2PDi\u000eE\u000bYXTQkoVKK\\G~\u00049\u001bgSZq[y?c\u001d\u0004\/\u001b9w\u001fk>nm\u0011\rl\u05ce`_w+*]Q\u000b,'a\t)j#x:H9HPo#\u0018M\u001b\u0014\/IH\u0016\u0517pjfkP\b)Ad_`\u06d6px_VY^JvUpDT`#{,K\u0010r\u057a`\u0015wd\u02f4\u07fad!M{\u000b\u0663Mp_Q\u00009? z\u00131r\/H.\u0188\u001b\\ 7n}|\u0000Iq$}$I#2{,\u001c\u0019\b[\u06b8\u0011Z\u00162\u0019L+7k\u0011\u0012OU),\u03df\u0011py\u04c7\u0007b>;yyH\u0310w\u000b\u0013F\u000b\u0006R3*0~\bel%8\u0002q\u001cO|9]hw:\u0015\u0006\u0258\u0004\u0016wUa\rc\u0702\u0011IgseNs9S939Du\u0011U s2\u0005\u000e\t)HFBD\b\u0011\u0019E\u0004c#{=>!r$^d'{\u0016Ey?}[\u0001 \u0005Vj|yyc4^,\u0018\b\u0001#1{\u0002\u0018#\u02cc\u001c1c%3{=I>$Q\u062a\/z2&V\\;\u0018z\u0011A\u001c'x\u0007\u06c6\fy\u0001D\u01b7\u001c>kw\r\\~F8\/IYtm\r4o\tHqJ\u000e;>)rw~zw$\u0018eJ\u001f\u0014\u0470p#\u025eb*S\u0437T\u0019\u000bn\u0005+u\u0011\u001f.\t'NgHDe\ufd66\u070b\u0418\u0014i\u0003,\u000f)3<)IXwv-\u001d\u001a[4\u00103fK@Rr'T>JI>\u0788J\u02b9\/i\u0016S\u001da$\u0004=M4\bpwB\u0007\u000e\r\uc1f8{\u0013CtSL\u001bgdM\u0005C\rqa\u000fx\u0015e:$\u0012=%4Z90t\u001ci>us=\u001d\u001aZ.u\u022f]H\u001bM\u0531\u0001B=W1\u0520|Rlh\f\u0007P4a2P\u00066t,I\u0417R?\u043a+z\\k&Wc\u0533\u0312\u001fV9\u0017(\u001d\u05e9>J2j\u001c8\u0515\u00150\u001e*=j!o\u0378\u05586kR92+\u0019>&5C&\u001fZ\u0006\u0006Hu8\u0018\\B*\fjN\t8D\u07c0\u000eh5R)}bh-\u000bM1 7\u0016hU\\A\t-IM>QZ\n!NC\u0006G\u001a\u0450u\f&-\u0000k.\u0007BV\u00017z(;Z\u001f3I\t<`.\u000e`\f\u0003\u0016O\u001d\u001a\u000fMD5Khw(\u0003.ad\u0013d\u06c4\n+\u0354lRru^,\u07a6\u000by\u00009n}\u001b4~\u0012\u03fd W'\tG~,3PG.\u00017aZxKEF:H\u001fT7\u001c\u000eyg8d.b\u0012<:w\u6bbfM:\u0150M\u0002jty\u00069Cw\u0007mrH?s\u0018Np\u076deM]\u0012`Dq\u04aeURI\n6\ud6f4yh\u0006v\u0014\u0176R\u04c1\u0007\u001bh\t,9\u0677g'\b\u001bs\u0015z\u0011\u0006'nmD(L{\u01fcmTN:}:TfL5Z\u001d,Ez\u000bA\r.qS@\/@].\u0005\bo\u0005\u0002vD\u020e\u001dyaWA>;\u0016eGCD1\"M\u000e[7^\u0004k?FI\u001e%\u06dd\u15d0\u001c\u045dR8vC]D?1=\u0017\f\u0017MVV&cD\u0196\u06f5\\q\u0001\u001c\u0007IS\u001a?DOS>\u0010WKDH,>],K\u01c1OXneSj\u0017|\u0004^ub\nK]-K\u0016#A~W\u0015r{]%4{ f\u070dX\u001f_#H\\?1\u00cd\u0004f\u000e\u0002\f\u0014\u0017lX\f}v'ZS2jl\u0013Tc&\u07da_z;Q7+}\u0456*%j\u068cs\u022ez|(W&$MmQ>\u0012cmQ\u0013k\u05f6\u0000G\u0002\n\u0016(\u0017\u001a\u0016]5S\\\u001b2(*\u03cc\u0011E(Z\u00124q\"\u02b5\u0006MEN4'\u001d\u001b@2\u0000*\u03cd\u0011@(@\u0012\u0000u\u043bF=7\t1\u0000sF\u0000q]\u001dtNki\"yn\u0017Phd,\u0001(`\u001b H\u0006{obTN.\u001bs\u0003GnsFi8(\u00064{sa7[.^ *\u001e|x{^+\u0000\u0019+q%z\u0003!\r\u02bdwr\u05f9\u0160kq\u06be-`;\u0001:\u0004r\u000eS!\/V\u000e;j\u000fCTj,\u07acU\u0019\rpLV!J7g\/B^mX\u000e]\u0018Q\u000b}\u0001\noIm\u0005\u0014\u0002\u0019k,\u00130\u001eM\u0706\u001eR\u000e\fxUFV\u0790\r\u0018W`!kX\u00e6#\r9\u0012\u000f>1N\u0006f(OimZ~jm=A\u001b\u0013\t(kU\u03c9\n5\u0015VH\u0003Ak3j:<\u0003n8\u0002c\t\f\u036a!TtP\u0013\u001f`\u001a7\u001dlk|xcIB\u0000\u0578q\u001d\/yL\u001dm\u001a\u0016\u0005\f\u0003U\u0015\u001bz\u0013\u0004P\u02e7g'X\u066f>\u048fb\u065e@?!g&\u001c-x5_\u057a};\u001d\u07a6*|k0CY<\f\u000bSmj\\_SQ\u0354Yy2QjQZ;A%\u0018\u0005\u0019N\rb\n-D`\u000b+oR\u0011~GnRq\u0473`\r\u001e=r\u068dkqE\u00070\u0015`%\u0451nl\u000bq\u000f^AZ\u001c\b\u0018w\"8\b\u0000^i\bj\u0011Aa\"\u0018t\"E\u0004qZz\/qw\u0017N=T&\u0003lD\u0012b^3=\n\u0207:\u0113oY{'W1[u\u000eq\u001c\u0754u3'4vjSAcpA63t\u001f:T\u0006cz\u26303V\u02bbhl\u0017|\u0000 \u0012\u001f\u0017W\u0003\u000eX\u000f~PM!J\u0017('BH[@4\u001ejB4k]u-!l\u01ec8a1V9V%\u001f8qX+[R9e6!%\u0018-I9asw+Kuz\u05f9J\u00dff4\u0003L\n&\u0701z\u0007T\b\u001dOtB)[_]eD}gsg,\"gyg\"\u048d\u001bV\u0012Y2I\u0018bn^?\u069egx\u0013D.Y_L\u0013\u0012m+z6)j\u731d\u0014]\u000fZ\u0010\u000bh=vL\b\u01f1|\/7K\u05cf\u0013@g\u001d\b9\/\u0000\u01f8\u000b>cu\u0012y.\u000e0|\u000em*,\/h&Qi\u001f4\"\f\u0001D\u0000qy1\u06f5o[\u0015\u00015r`AOOK|gOIL$\u054ar\ue747VA\u0019K\u00044\u0017^\t^\u0004?\u0554n\u001418AQA;z\b4\u05a4U(#\u0016>\u000e@X}4u\r\rn+\b\"r>?\u001cSV\tn0'kHNcF\u00158ngw:4$7\u0686\u000e.y3Ld9\u0006^8T`[\tb\u0003A6\u0002Z\"\u0010\u0019\u0003Rv\u0004\u00102\u000b?\u000b\u0003f\u0641DN 0\u001ev\u0018!(YrrpJd\u02e62f?*4%`oVXV?\"\u000e\u001db?;w\\MU`2f\u001c\u0429$\u0010W1#]\u0003\b?\u0003cqc\u0007.\udb01\udf34bdpDu\u0010?!DQ OXd~\u015dszgR\u0001-~\b&,_.D\u066cl#\u0015\u001b5.:E)-g,\f\u0014Qt\u0003\u0003w\u0011~\u0016\u0016\u00157|\u051a?\u0012\u0012\u05d1\u001fAv\/`h\u067a;KF]G\u0005o[h\u000301[C,nEe\u0000\f\u7de2\u00042K'\\\u0019!\ubb2e\"V\"Azw\u068e.c\u07f4A\u0004\uf26boBe8b\u0005\u001a\u0326\f\u0012Tf\rm\n,\fe\u0015\u030c\u01ecj\u0017\u03b7\u06853\u0013Qm\u001aQ`.\u001bB\u027dwVU@\u0791-~\ub491JZ6QV\/d6q~G\u0001T\u8fc3|Mu \u0018#nhNr\b\u07f8\u0001&\u0151\u0011$\uf37apg#niF\u38b5\u0006-Ke2GWo\"&q%VpcS\n\u07634H7\u035b><\u0010\u025b+{ro}p\\Ww[\u0015\u0018VA4M6\u001c3BxY\ue089s4\b$\u06352\u0004\u001bm\u0018\u001aNx\u000e?+s4\u001eI\u001dI\u001e\u02a1Gr*&>s1QA1\\qz3-KKs\f\u001b#%):\u0014c;\u001d:cT\u001d\u001a4`7tm&noLx\u0007\u00032'\u0013 z.\ua410$i\u0014$IqYD$Op<*\u3cd1,!IR\n9^OLz|rgW\u04f7\u0015\u0000]`\u0016\u0297\u000b;F\ua3f1o\u00100\u0006+{K1\u0001,\u000e>=\\&\u05d3$3IB\u001e\"'c_\u0175sNq{\u0007\u001eI^\u001fDpwg\u0310\u001f@n|\u10fdf;~\u0007\u000b\u001a\\'i\udb09\udd0dM@\u665bD\u001c\u0017(*w'yEZt]\u000b~G+\f\u000b7)\u6c7dTOBSag,\u000b-\u00173\u05bdG ~|&8\u0013\u001b\u0007!\u0011M5\u000f\u059a\u0012\/BcQ\r\fz?p\u001bH\b$aq\u06a9(\u001a\u0005!KA}lI\u0013TJJG1)'\u001bqRI9\u0005=42\u0012\u98cc\u0006!\u001dN\u883d\u0001!\u0010woB{nj)r\uc40cT#\u000e\u0018\u001e\u0017W\u001fXFIvKHGST\u034196C\u075c\r\u0007HS+\u071f`ryC~*NgFpymCT'\u0346p\u0000M\u0013\u0018)\u0003e5m\niM\rr\u036eE\\A{nY{f\u000fXCN~\u72a2}\u0019c:GIFU\u035eC[ysMOG6}\u001eZF\u0019X\f\u5694nN+\u0521\f\u001d\u001bn\f.\rD\u0018j\u0012TaTsBO\u0121$\u0006t@Q1H>1IM\u0016\u8166\u0018\n\n &D\u001b\u0003RP5)u(\u0540g\u0012l6m\u0005L\r`\u00041)\u0015zMF\u0000F1\u001eL(\tIR$\u0006\u0019q\u0013\u0019oxnq)\u0003GM\u000e\u04e6q-ize\u0562^\u0012U\"Hr\f\\\u04e4Y\\9J;\"\u0006\u001f0Rj3\"Wv-d\u0735V\u001dI\u00ff\u00119rDj2\\3u\u0010HW%\u0003j\u0014*\u0007E\u0001z.$ r\u0015\uda3b\udcfe\u00110rrK\u980c\u001f6!1s&Ayg6\u0661#\u0004a\u001d\u0016\u0012dBpPJs5@|1aQo$\u0010>&-\u0000\u0011p\n[\u0002.P6\u0014\u001fgD\u0011iL\u001dX\u0019\u0019[\u001d\u000eMDKhw(-A\u001cd\u0013MBYdS\ub1ae\u0002b61V_\u0005 Lu\u06e09x\u0005\u0011:>N8;mgqi@:r\u000fXm\tC]5G\u0539TG\u0704~Zm8X=\\$xu}~\u0000u\u0011X\u001b\u0005T1y4Cw\u0010\u0007m??c\u0018Np\u076dCM=\u0010`Dq\u04ae3RI\n76\ud6f4yhv\u0014\u0176RqUf%jm{\tF\u05d1~b\u0000\u001bk-\tT\u001d\u0004\u0018(.\u0630\u0019j\u001f\u0003^\u01a5\u0538t\u001a5[\u064cY~^\u92f6\u0007~WoO+fCv\u0003SLH\u06c2Ae\u00059vm\u000b\u0010x$\uab30Wmrc3\u001axY*\u02d5I\u000e+(_\u001aL\n\u01aft*n\u0007+]\u001e\u0012:\u043bcN\u01f9L[9$=\fyRx\nWW\u0002\u000fV9{)l\u0017jZu\bz\u0000Ugy\u0018V@!&~=\u0001m!\u0169\u0010X\u0260Weid5\u00158OH\u001c\u0138:\u0005\u000b$]\nlIqNxu\n6)bQ\u001bl0\u03d3!&\u001a-VgXMS\u0016yR\u0016|\u0000MYo\u0326\u000b<\u000b.z8'vuT\u05b5\r<\r>Ru\u001bs\u07085kk1F{j\u0014NSo-Lk\u0007nL'`U='*T\u0000[J#\r\u0005\u06ee\u0002\u03b0[\f\b\fcG'\u00002T7\u0018RBN`8J[\fCE\u001e\u0012Z\u0005-x|cx+Tm0PU?o\u001f7A\u0000|zv\u001f-(!\bD\u0013r\u0016`jR_\u000b\u0016[_\u0007m:\\9\u000e38P:5\u07a6*xQ5\u0018ULNJ+\u0017>W2\u0017Ty\u000f*\u0207-,p&n$\u0016S m!\u0002\u000b_X~;rg\u0005nP\u000f\u001eTn\\\u02cc+:\u0018\u0005+tc\\gf\/~\nJ\u00028oE(\u0013\u0011DP\u0004HJDP\b\n\u0015\u0013A-\"(\u0006{\u43dbpB6\u0019Xd#\u0010\u009d\u0001Q~}F>!|B;G\f\u075a\u0003^vNvx\u001d<\u001d\u89acQ=SQy\u0007r\u0007({}S\u0019z\u0001:'\t\u0006.\u001a\u0005\u001f.@;?'G\u0000.\u0583\u001fTSkVk\u0005\"\u0289\u0010(\u04969\u0010Z\u0010\u06a2joW\u001dbKHx#1+eX4rtv\/\u00fb^9\u0792)S\/\u0011\f.haO\t{\\Y\u00135j\u04ccy~B&\u0005\u0013@\u0003N\u0013\u0004\u0578i\u0013tB)[_]eD}gsg,\"gyg\"\u048d\u001bV\u0012Y2I\u0018bn^?\u069egx\u0013D.Y_L\u0013\u0012m+z6)j\u731d\u0014]\u000fZ\u0010\u000bh=vL\b\u01f1|\/7K\u05cf\u0013@g\u001d\b9\/\u0000\u01f8\u000b>cu\u0012y.\u000e0|\u000em*,\/h&Qi\u001f4\"\f\u0001D\u0000qy1\u06f5o[\u0015\u00015r`AOOK|gOIL$\u054ar\ue747VA\u0019K\u00044\u0017^\t^\u0004?\u0554n\u0014qE`q\"\u000eXULV(\u000b`5\b6\u000e\u001eD}NqLI%pu^!9]\u0019U\u0014\u0704\u04dfk\u001b:%3 6\u0019\u0010k`Cm#\u0003\u0019\u00003\n7@\u0014\u0002D\u0006hYaU\u001d0\u000e''r\u0002\u0019\u0545(]\rDB\u0005n\ub57bNS\"[61T)M\u0007{\u00b2a<\u0015vx\u0010{O{m\u03ef\u0002q'5\u001cN$\u001d\u001f@\u0019(\u0004\u001e\u001d;XC\u001ftK\u001b7*``\/`\u0012\u001f\u001f_Yx\u013dX}\u008c\u016fO)\u001cvgyH7\u035b><\u0010\u025bs\u000ew\u000b\u0013F\u000b+\\-\"i\u00d7 \nqML\u0312\u001f\u0018\u06de}\u001f\u001fq$f\u03e1C]I[\u00015=\u001d*=j!o\u0378\u05586kR92+\"w\u01e4f]\u0000P\u001b\u000e\u0006P\nC\u0013w}Bd\u000e%7\u0005y\r)TsJ&Z\u000bBS\f\u036e\u0005s\u0015k{BKR\u0013}a\u0521\u05a1BkSP\u0001T\u023f\u0635\u001cSE\u0019oB\u0006\u0002\u0148C*\u0000\u000e\u0010>$R&2\u0003GM\u000ehMh-I),nrM$\u0012:Jk\u0175e#2~\u000fa*D\u0088\\\u0735Y*um9}Goc;*W\u001dik]YCL]*\u0019&O\u0016U2Fg\u0001\u0548\\\u0002Js[o\u0159\u0004|VBsV3ks4S\u000f\u001a}#\u001f$MYPF\u000fR0\u0011\u0012\/K\u000f~\u0017QqS>[\u0019'\u0005\u001f\u0001>W~~Ij\u046f_B\u0018\tU\u001bHc~jgnv\u0748\u00056\u04bd\u0004\u0013\u0003H=XkI` @q\u0005\u000fWkh\u0017<:5.\u012a5\u0558fr\u0000K_e?|Z6c\u001c\u001e \u001fJ\tISz[P>\u001ecmAyN]\u0002\u0004\u001e\tl:+,\u0012V[\\\u0018\u0003U\u0002VuR[j\t\fiy6b\bJ%NT`\u9d28)\u693e#\u0003H+O\u0001Pyf\u0000B\u0001\u0000#w\u03c7G\u00016\u0002#\u0000$sZO\u0234sFB#\u0003Mg\u0011x\u001a\u000fs\u000f\u0010@t-;(s087\u0007\f9\u077e|3h8\u0018\u001bq \b^e\u0014\u064b\u001fD\u0663\u049en\/o%\u001a#\/pu\u001e1DOr AN\u000e6w j6wP\u015d}CU\u0002[\u0007zz)Iw+D!O?5|\u0014?U)U\u15a8C o^\n\u06c5\u06b0V\u001d0B\u001e@1\u001e\u0006*|%\u0015P\bd_Ox4\u000bc86Foa%\u0010x\u0260<\u0634O$<}\"q0\u0014\u0014,\u0153t0\u001akPoE~.xu\n)bQ[Po\u03d3!&#v\u0002UGk\u001c\ryM\u001ay\u001a|pNb#nP\twC'\u0001\u04db88\u0262Bv6\u066f5}\u0018}b\u06e4&h0\u0393c&\u0003(_C-d.1\u0011\u03cbVPS,Hb\ubea4c4\u001bj=\u02d9\u0012\u0011\u0018\u001ek\u01ceN\u0000dnV\r1\u0005Pqc]o\u0000j\u0004+?+\\,w\u0010',\u0012\u0544\u016c'\u001f6Uy\u001d\u001b_S\u0019Jax\u001c^(\u001aoSWz+jljT\u0017KW2\u0017Ty.\u0207-,p&n$^S m!\u0002\u000b_X~;rg\u0005nP\u000f\u001eTn\\\u02cc+:\u0018\u0005+tc\\gf\/~\nJ\u00028oE(\u0013\u0011DP\u0004HJDP\b\n\u0015\u0013A-\"(\u0006{\u43dbpB6\u0019Xd#\u0010\u009d\u0001Q~}F>\u0018\"|B;G&\u075a\u0003^vxx\u001d<#\u001e\u89ac+\u001e\u0229Y\u0789c\\pA63t\u001f:T&D:S\u078dc\u0005u\u0007\u0004\u8f78\u001a\u0000tzjj\rql@D9\u0011\"\u0017E2\u0007\u0011S\u0015\u0011_[T\rCl\t\te;f\u0171\fF}d\u000eG&\u001f8q+[R9e6A\u0000%\u0018-I9asw+Ku\u05f9M1,\u000b\u0003f\u0641DN 0\u001ev\u0018!(YrrpJd\u02e62&?*4%`oVXV=\u001a\u000e\u001db?;ywZMU`1f\u001e\u001c\u0429$\u0010W1#]\u0003\b?\u0003cqc\u0007.\udaf1\udf34b\u0481dpDu\u0010\u001d?!DQ OXd~\u015dszgR\u0001-~\b&,_.D\u066cl#\u0015\u001b.:E)-g,\f\u0014Qt\u0003v\u0011v\u0016\u0016\u00157|\u051a?\u0012\u0012\u05d1\u001fAv\/`g\u067a;KF]Go[h\u000301[c(\u0018\u074aJW\u0002\rz~+*KItB\u02b3\b\u001e*R\u000en%\u0012\\Hb<64S\u001b\u0014oIH\u041e\u0016\u0018\u0517IqB\u0005SF>)i\"t\u0004~o[b6\u000b~Yg21+\u0005\u0006]jt\"Tc=jp\u0016\u0325{C\u0018j]\n;eo]2R\u0010Pk&=J&n^\u066f(\u049c\u001fwo\u0018n\u0017$\u0017c\rMIn\u0010\u001b>>\u0000t\u04248>B$\u0011\u0019Qw\u0016\f~\u0004-m\u0728\u001c\u00162\u0019T+7k\u0011\u0012OU)\u0012H7\u035b><\u0010\u025bsw#w\u07c4\u036e\u0014\nn&B&{|\t@\u001es%yr\u0017\u033c=]QAx:&]!h\u00187agtR't\\9lNdN\\\u000e?c]F?'{4&>8<+r[y9:N\"jNer(fsI$\u0178:\u000ex'\u0018a\u00061g`%M1]9\u06fb\u001b[2W!%s2x!\u0014\u001e:$d!I\u001a!\u0011I\u0012!\\dz\u0016\u001d\u0013\u001cd'KKBf\u05d3''{\u001e$Y,m\u0005t\u0017XE\u008excC\u0004\nTb,3s\u0000\u0264s\u000f$)Mjb\u023e\u0258Xq\ud723\u001e\u0001q\u0007\u045c$\u001d\u001c4\u0007\u0010\u001bt`\u00196XrI\u001a$kf-7\u05bc&\u01ff\")\u0005+9@w<]I^`)~\u07c2U\nv\u008d${ITOBSag,\u000b-\u00173\u05bdG ~|\u04dc&8\u0013\u0007!\u0011U5\u000f\u079a20Bc\u0016R\r\u0012z?p\u001bOJ\bf%aq\u06a9\u070e\u1a53xH\u03d80i\u0002JP(I&e$z#N*)\u7fa0YxFF\u0002>}\u00104 d\f\u001d\u001d:`C$%nOh\u000f}\rw?E.\u001d}{#\u0010I\u001e\u0017\u05d2\u001fZ_8\u00192!S\u001fM\u001b\u04ff_\u0013S5\u0007\u061c\u000eus6\u001c#MGpC]\u000e89\u001ai+ 5a\f1w\u0005zgCc\u0018?3a2P\u00066V3E\u0011\u000f\u029c\\\u03d4kv-U}C?]Ijx-=g#$\u0004g\u4d176`2~\u0604(\u03d9A\u0007d0[uX\u021c\u000bm\u00cd\u0003\u001azfU\u0002!:\u001c\u83aeKu\u001c&-\u0011IS\u000fH#=%-\u0153\u0004\u001f0l\u0007g0VFAbeyh\"_BCp]\u000b^'`${'FI2%;\\7t\u0017-B\/-\u0000a\u0010[\u0006\u0379\u0013\/\t$7w\u0091i;L\u0551;&~jM\u0016\u001e'\u0011\ucfb0\u03a5:RX'\uc124MF\u001eghd.b\u0012<:wM:\u0002\u01e3\fx\u0307\f]X\u000f\u4700^18[\u00101\u001d_=\u0001KT\u027aI\f'Bq&*|\u0734o\u0001if7\u001bPQ\u0014^\u0016KM\u0007].~br@\u0003\u0689%&\\f\u07faw lmG*~@\f\/\u0012\u001d\n\u001ek1ou:'S=PN1U'\u0019;aMyzG-\u000bi\u001exTl)P\u0799r\u0019\u000b\u0010b7>\u000bF\u0005\u001d;\u0006v\\\u0005v\b\u0012g\u001d-\u0012\u000f\u0017c\u01cb\u00177:lx\u0013\u0018%\u02d4l\u05c6_Br\u0016FwK\ru\u0017 \u0012^3(^CC[ZK2':7\\\u0007Unr\u0005\u0016>3ksLS\u000f\u001a#\u001f$Mi\u0013I\u0019O\\-\u000f\u0013!twq\/\u001d\u0007>\u3e95Oy]\u0011J{\ud5ca*\/v\/Z\u0004,]U%uu137;n\b\u001b^G\u0002\u0001\u001en$0Su\u0010``\u00c2\u0787f5\u000bz\u001aRz\"jKoyg3fy\/\u06b2\u001f]E>GXz\u000eU\u000f\u000f%\u0284)- _84-PX\u0005\b<\u0012|uVXQZ\u0006M\u001b7Jmp#6h\u0018'L\u001aQ8MS\u02cfP>\u001ctc\"<\u0001S\u0017e9Q\u0002\nU\u001a\u001fi],v]\u0017p\u0006\r\u0007R\u0007\u0019p\u000b\u0011\u0018\u001ek\u01ceN\u0000dnV\r1p\u0006ST\u048fb\u065e@?!g&\u001c-x5_\u057a};\u001d\u07a6*|k0CY<\f\u000bSmj\\_SQ\u0354Yy2QjQZ;A%\u0018\u0005\u0019N\rb\n-D`\u000b+oR\u0011~GnRq\u0473`\r\u001e=r\u068dkqE\u00070\u0015`%\u0451nl\u000bq\u000f^AZ\u001c\b\u0018w\"8\b\u0000^i\bj\u0011Aa\"\u0018t\"E\u0004qZz\/qw\u0017N=T&\u0003lD\u0012b^3=\n\u0207:\u0113oY{'W1[u\u000eq\u001c\u0754u\u0013T\u001a;)\uf831]nv \u001b}\u03d9?\u000f\u001dz*CO?U8&\b|.\u001a\u0005\u001f.@;?'G\u0000.\u0583\u001fLS\u001aZ}r\"D.e\u000eDV+D#\u001aU\u0012\u0012v\u030a#\u0019\u0016F\/\u0007N\u001cTNzxf?v\tF\u000b|lN]Ru.O34\u0003L\n&\u0701z\u0007T\b\u001dO\u0018xB\b\u0014\\7bY:&\u0011&f\u0010\u00054u\\Vi+\fq\u0013\u07675L&\u0002YX}R\u0709\"YD\u0397E\u04e5\u001bW7t$\u3e73e(0n&}~=W'\\\u00188\u02ff\u024d&$\u0014W4lhR.\u0019;)p\u001e \u0016{\u0010;c_n\u001f'\u03ba;\u0010Ls\u0016_\\\u0001r\u0017q\u0017|%]|y\u001da`\/\u001dn\u0011TxYV_L\u000f?hD\u0018\u0002\u0000qck\u07f6@+\u0003jt78?w\u03deP I\u00153w;\u000f\u00052\thv\/\u00131\t6O)(}*ju\u0007\u0013!Ufj]\ned\u0007_\u0018\u0005&Atp \\D\uecdd\u0007vc\n*A\u04ed\u001bF\u0004z\rZ\u0328\u0016\u0016\f_5&\\%o:\uf609\u0006\u0140\u0018\u000b\u0007\tl\u0013Al\u001d\u0018\u0006M`hu)i\u000e,\u0001)#@~U\u001f\u0016\u0001~r\"'Q]\u0018\u000f;\u0150HS\\@f^t8%eS^O\u0019S\u001fH\u0015\u0012y7+,+\u001c\u0013_q\u0005~o\u000e1\u05df;\u07a6*\u0017wR3A\u000eTH\u0012\u0611\u036e\u0001\u0004\u065fB8\u0731{yBNO^1@2s\"j:X\u000e\uc7d0H('TK2]?9n\u0016?H\u0013r\/R\u0017lV[b[\u001dX\u04e23EI\u0006(:\u0341u\bua3\u000b\n\u001b9j\u001fj\t\u020f ;\u00172xl]z\u001fyX+n0Gs\u0003X\u0016%p#.v\u04f7-bR\u06b1\u0014nE+ja}~+*KI\u0014tB\u02af\b\u001e\u000e*R\u000en%\u0012\u001cHb<64S\u001b\u0014HH\u0016FTL\u0185\u00105iM\u0019F\u0013!3%x\u0003}\u06d2\u0015mY\u0018\u001cO*<\u02d3\u0019\u07c9Y\u0019\u001e\u0017.S\u001c]\u000b'L5\u0006\u001b\u0663\u0006g\\7{\u0005#[%#\f\u0001\u0006?mGc_\u001em:\u0002,\u0007\u059bAr1F\u0424\u0010q\u0003@\u0007M##$IB\u001d\u001bugPG0\u018d\nk:m^*A$>?\u0002\u0016\u0448{-\u0018_\u001foR8E&Otg\u06fe\u0003OLyw7a>`+\u00b4QmDHd\/A\u0015xY\ue099Gt5<\b$\u00182$\u001bm\u0018\u001eN|\u000e?+s6IIgr'r2d\u000fgq\u0012'qp\u0005R{+\/GID\u0369(\u001bJYQ\u0491D\u001dIqu\u001dB\u039d1\u000e\rOJbrw\u00137dBJdB\u0003\u0001)\u0010=x\u0017uHB4B\"$B\u0238,:'8\u001e!9^O$)d'ONzo'{=>EI\u07b3X+\n\u0000.R\u02c5\u001db?g\b\u0018\u0015\u033d\u0018Yfd\u0000\u0016I\u001fs\u001e.IR$!V}}\u055319\u0007=\u0003$\u000f9I;9oi\u000f B7^3\u001d%m4yIj[ny3MHOEB\u000bWrxyE\/I\u0015\u04d3'H-S:\u0005\u0015\u0306\u001bI\u0014V\u217eX5\u0017Vw[.Xag{\u07cf@9M8q'6\u000f>C\"z,k\u001e~5%`$H\u001b`!~H6\u0011LJ\u00baS\/[SR\u0006M\u0004C}|I\u0013TJJG92)'\u001bqRI9\u0005=b42\u0012\u98cc\u0006!\u001d^\u0001!\u001d\u0011wwB{nkxY?\b\u0019\uf278R\u0001p[$g\\\u0003^I~\tdd\u07c4tPINO~OL\u001ccs:p`4E\u001f\u000e\rv-:\u05eeth]\u001a1\u0018C\rj2\r(8\u001b\u001aCx\nLc\f?Sh\u0013<'%\bR\u0007Z\u0007)ZHWnfg5\ucd0a|\u03f1\u040f\u0010GNQYU\u01a1d\/@|z:8=\u001ccfk\u52a66kR92+\u0019>&5C\u71a8~k\u0019\\\u001a U\u0018j\u0012TaTsBO\u0121$\u0006t@3!%jN\u0013Dk^h\u0001\u0675@{u\rrOhIjM1 \u000e\u0015ZC\u0012j!\u0007oFP>L\u0011 PmS\u001dSE\u0019\bW\fL. WJD&WDebp \u0003s\u0000@\u05c6l8tfH_\u000f\u001fd\u0112\u0014DoD*R\u0014(]$*F$\u001b$IvslB\r6K@mu\u0000\u0001\u0011!\u0007ClW yF4oJ\u0004jtP\u0018G\u0015t&A\u0016\u0016|6\ub97c8\bQa{*Ix\u000bi\/m\rp\u001f6!Ws&\u0004Ayg6\ubf3e#da\u001d\u0016mB;!t%DOSRU\u00105w\u0019U\u0740y\u022b\u0002fG\u0637P=]\u56fd\u0002zP\u0014'Y\u0016\u063a\u001dX\u0019\u0019yg\u0010DT\u001dw\u0012;\u001eJN6\u000eI]L.'\r]\ud2ac:L\u000b@G\u05b7As'\u0004\f\"xu\u0002\u024dpw\u03a2M0wz\u001f~\u0013&'\u047b\\\u0006k$Os\u0014\u000f\n;\\)UtLeI\nK&*o\u0001if7\u001bQ\u0014^\u0016KMGk67Z3\u0013.Ytlo;N\u00106oJ89nmX)L{\u01fcTN\r\u02fb>ibNJ3&\u025aRs\u0011Z\u0016\"=\u000f\u0006\u06f8)0,\uf179]~\u0005\bo\u0005\u0002vX\u024e\u001dya;X;}v\u0004\tP\u000e3\u01d9\u0003MKL\u001dn\t~ELO\/!9@\u000b;pd\u0010\u0017\/V\u0019\u0014\/\\!q\u06adVUVM\u00064\u0019\u0013\u001b[Gcnr\u0005\u0016>3ks0S\u000f\u001a#\u001f$Mi\u0013\u0019Oh^-\u000f\u0013!tw\u0001\/\u001d\u0007>\u0003\u0095Oy]\u0011J{\ud5caF]-K\u0016#~W\u0015r]\u001di\u000f\u000e\u001bF\u05d1~b\u0000\u001bk-\tT\u001d\u0004\u0018(.\u0630\u0019j\u001fg^\u01a5\u0538Pw\u001a5X[\u064cY\u000ed\u92f6\u0007~WX+fCv\u0003\ub13c2!in\u000bF9\u0016sb\u0016 H`Ya\u0002\u001fbTs:7\u0007\f9\u077e(q0>7@\f\u0011\u07bd(\u0017?JG=^K\u0011r_\n\u0000U\u0002\n5q\u0016\t\u0018\t6PUTo\u0578\u0012x\bde\u001eZ\u0514\"iyzE(F)\u060a'b=`N4<$\u0013c\u0014SV`\u04fcz\u0006\u000f1Y\u0018\u0013X:bXS&6$6J\u0003\u07ddV\f\u07e0\u001ca\u0017\r\u0006LmP\u03d3'\u000b*\u066dkd\u07ba4'\u0007Wnv4iC=O\u03834\u0012Tpz\u001fZ[\u000f9Dx\u0002>\/\u0012[sBM\u0005\u00154>xXd\uf6aehZA4l{,tzG\u001cvZf\\\u0001g(XIt\u001b[?s7{WP\u00160y+\u0002F\b \"@WZ'ZDP\u0018\b\u0006\bj\u0011AaV7\u078b%<}\u0745\u0013r\u000f\u0576j'\u001b\u0017\f`}\u0002;3\u0010[\u0016\t&?zLG|\u001d8sq\\ G7%hz\u0002O#6n\u001c\u5307\u000fQ\u042124\u0018\u001fT\u001b\u0013\u0004OyG\u000f\u0017 \u059d\u001fD\u0013Tj\u0000w\u0017\u000f5D\u0002\u0011D\\\u0014i\u001cLVF|mQ5\u0637\u000e%$|\u00152,\rK&\u001f8q+[R9e6a\u0000%\u0018-I9asw+Ku\u05f9\u0006M18O3P\u0224`\u076cwIuj)~N)Iu-V\u00134k\u0012ak\u0006Q-3^\u0017zm^\u001eZ\u001dYJh2$0M8w0\bda\u0011J:\/s'\\;o;+g\u00119;;_\u001e\u0016vOn\u0007_`L\u00b8\u0015sgz\u0402X@'gB<5Y~\u0000:@0Y|q\u0005]<]\u0019\u000b0kvu\u10fdtElSeY}A3J+?\u0011a\b'\u0002]F\u066ee\u0002w?\u000f\u044d\u03af\u0004\u000bzz\u071d^?{BMf$V\u0715s<\u0014\n_B'\u067d6N$\b(X}4u\rr\rnk\u0007\u0011\"r>?3\u001cSP\tn0'kHNbF\u00158ngw:1$7\u0686\u000e.y\u04f1Ld6-\u0006X8N`\bb@0@l\u0002C+F\u00154\u0007D\u0011 ZEK\u032a\u000fYwv`?9\u0013\u0228.\u001dFbH$J).v\\u:\u0012\u0672)d\u000f\nM|o<\u061b\u0015l\u000e\u326f\u0002{N~UoS~\u0015\u060b;G \u0007t*$\tULfW\u0000\u0002@!X~)h\"d\u0004~o[b6\u000b~Ygy2;1+\u0685\udb86\udcebv@DT`#{,Kq\u057a`\u0015wd\u02f4\u07fad!M{\u000b\u0663Mp_Q\u00009? z\u00131r\/H.\u0188\u001b\u001f7n}|\u0000Iq$}$I#2{,\u001c\u0019\b[\u06b8Qa\u0015-Ke2GWo\"\u001aq%V\u0010cS\n=\u001f)\fw7}x \u9cd3P8.\u0017&\u0007\u0017,vE}W\u0005]mDHd\/A\u0015xY\ue099Gt5<\b$\u00182$\u001bm\u0018\u001eN|\u000e?+s6IIgr'r2d\u000fgq\u0012'qp\u0005R{+\/GIDi\u000f\"9<+\u02b3Y:\\#I1C:\u07b93F\u0621AL\u0019X\tvSLW\u000en\u0006UH\u025c7^\b} > s2\u0005\u0007\u000e\tYHFHDD\b\u0017\u0019EG\u0004#${=>'\u0492$^d\u01e7({\u0016Ky?}[\u0001 \u0005Vj|yyc4^,\u0018\f\u00011{\u0002\u0018#\u02cc\u001cb2c3{=IJ$\u4c5a\u062a\/z2&V\\; qA4'x\u0007;-\ry\u0001D\u001c>kw\r\\~F8\/I\u001aYtu\r5o\tHqJ\u000e;\u0005?)r~z$\u0018eJ\u001f\u0017\u0015\u0670p#\u025ebnK\u0014\/=\u0015v\u00afr\n;c~\u0004i\u0089\u0013m1IM\u0016\u8166\u0018]\u000b*._ &D\u001b\u0003RP5)\u0016{f\u00045$\u001d\u000eR\u000b6\u0001;U\u0001zE\u0002r\u0004IdrET&\u0006\u000e20\u0007\u0007tm\b\u03c68-Mg&8AF,I\u0001\u04e6D*R\u0014(]$*F$\u001b$IvslB\r6K@mu\u0000\u0001\u0011!\u0007ClW yF4oJ\u0004jtP\u0018G\u0015t&A\u0016\u0016|6\ub97c8\bQa{*Ix\u000bi\/m\rp\u001f6!Ws&\u0004Ayg6\ubf3e#da\u001d\u0016mB;!t%DOSR\u00013;+5x\"\n\u001daBpvo\nC\tR\u0014+dM\u000e[`\u0002\u0013vp\u0006ced\u0018\n=fAD\u0013Qu\u0012\u001dJKx(m;\u0004;\u0014&wMI2%\\7t\u0017f+B0-\u0000!\u001f[\u0006\u0379\u00130\t$7\u0091i;6M\u0711)~jM\u0016Dr\u0019>\u03a5:R<(pWz1EL[\u03a4\f\u0004S(gd>dz\n&\u0006c\u0129\f\u07b4\u06af\u0001KT\u027aI\u001c'*-p\u04feI\u0007\u0018l$nGQl{I,\u0019MGk67Z3\u0013.Ytlo;N\u00106oJ\u001989nmX)L{\u01fcTNw]}:TfL5Z\"\u001e,Ez\u001fd\u0006\u001cS\u0017vA\u0016 \u011ao}\n\u0017\na%;v-m\u0015#HRvIfpeSj\u0017|\u0004^ub%E~\tb$B#v!Ww#H:\u00128O\f pc%\u0000\u0003\u0005\u001b\u0016>4C_]\u0538\u001a\u0013Tc&\u001f_z;Q7\u02c1,}\u0456*G\u068cs\u022ez`\tISz[P>cmAyN]\u0002\u0004\u001e\tl:+,V[\\F-jw\u05a2\nOj]e-\fY\u001b\u0444&A\u0015'<]kPuZ$\u0015sR\u07d1\u00014,O\u0000\u0430PS\u01d7h\u02bf\u0015yg\u0012=\u0241\u0017?9+\u0011+Q\u0015.\u000fU\tn\u001d]1\u0003h&\u076d\u001cv\u0012\u001e\u0010x'\u0015lP\u0007\u001co7t\u001bq$Jmo6P\u001a<\u0006yr\u001e|\u03241\u001a<\u0000\fz\u031d7&\u00130y1\u066a\u0013\u0015j*PFb|tMg4\u001ckgx.\u001cG`x\u001d;:\u0001Y5\u0110\u0016\u0002Q\u001aL\r\u001a(\u0019\u0018<]*\nP[\u001e\u0007RVbab>Pqc]o\u0000j\u0004+?C\\,\u06cf\u0010',\u0012\u0544\u001e,Z\u000f~TuX+_S\u0019Jax\u001c^(\u001aoSWz|-jljT\u0017QW2\u0017Ty.\u0207-,p&n$bS m!\u0002\u000b_X~;rg\u0005nP\u000f\u001eTn\\\u02cc+:\u0018\u0005+tc\\gf\/~\nJ\u00028oE(\u0013\u0011DP\u0004HJDP\b\n\u0015\u0013A-\"(\u0006{\u43dbpB6\u0019Xd#\u0010\u009d\u0001Q~}F>0\"|B;G2\u075a\u0003^vxx\u001d<+\u001e\u89a43ZO\bjF-\u01b1]x \u001b}\u03d9?\u000f\u001dz*COB\u0007j=QO0w.p\u0001bAd?A%>z\/\u0006\u0000\u001d|w\u001eZCL[\/\u0010QNE\u0301hjh\u0016U}\u0010[Bg\u064eYq,\u00e2I\/\u0003d\u0013\u0007r%S^l#\u0019\u0010].$\u00138w\u05f9T'xKk\f\uef73Z\u0017\u0002l[T2\u0004\u001a\u001f}!{\u001bW<\n4G\u001d[o\"F[\u0005\u0018qvCvC\u01ad\u000f\u0000\u001d4)$\tuD\u0006~o\u051d>C\u001ftK\u001b7*\u001e-Ke2GWo\"\u001aq%V\u0010cS\n\u001cS\"\u0019o@g'o?_\u0007vro}p`W\nsF\u0005Fo\u000faL\r\u0004GV\u3252O:g\u000b6\u001e.V <\u00180laK099h\u001cz,'u('y$\u001f\u0231\u001f=\u0015\u0013\u001fI\u001cI\u001e\u0015\u0018^\ufb64\u001c\u001d'\u0011\/l(7gEI66EGKt$)F\u0511w\bW;t:4i>\u0003+n!M\u07d2\n)\u000b\u000f\u0007dN@]!!\u0005I\bYH\b!\"\u05b3Hxld'${=YN\u0014\u0492<3\ubf5d$y\u03e2(o+\u0000J-\/\/\/\u0017v\u018b\u001fc `$fW1\u0016cd\u0003X4&}\u031d{df'g$\u0019`\u06f0!?\b\u0007{\u0010w\u000e4O\b%\u0019+7.mqM37!=\u0015I8._\u0241o\u0015'PTOO\u0004#L\u0016W\u0019\u0016n$SLZz\u0017\u059e\n;c\u0017\\Xm`}?\u00024\u010966\fey\u0594z\u0011\u0016\u001a\u04cf\"mU!xBG0#\tNlA\u0019\u03b2I\u0018$gL4LFT}\u001d2}\u0012\u0011's_,*M##9>H\bzh\u0010n\u000e\n\u001d\u0019\u000eq&\u8786\"\u000ex^\u001d\u0012$,\u000b}k\u020f,\u001bA\uc590)\u93e6\u0011\u0012'vOL\u001ccs:p`4E\u001f\u000e\rv-:\u05eethTu\u000f&fCc8\u001a\u01e6\t\fS\u05d42P)\u0006mk\u0012\u000f03]6RuU\u001f0\u0013yf\u000fXCN\u0349\t7Z\u0014~w8Ju\u032a=6\u000eu%\u0011\u0127\u001b\u001e^%X-\u0019Z\u001a\u07c6rMJ7W\u0015}yE\u4b99\u0004\u001b\u001a~k\u0019\\\u001a W\u0018j\u0012$jN\t9D\u07c0\u0016h5R)}bh-\u000bM1 7\u0016hU\\A\t-IM>7\u0006\u05a1BkSP\u00012F *\u0000FN\u001d\n%LM\u0018\u0000K\fFH\u0012r32$\u0007!R&2\u0006Q8!0k\u04e1xRKJD\u0012IAk4kZD\u0000U1JV!rI\u0376H\u001a\u0350s,Qx#Ov-\u066e!o&a{N_\u001c9\"}aJW%j\u0014\u0011cDJ\u0003dm\u07a63\tH\u001c,ts\u0b10f\\\u0756a\u0013\\\u0013?gB\u001cwf;Bd\u001da!Q.4c\u000ec\u000e7d\u00115Ww\n\u0014N0\u001a\u02bbL\u0000[t{C\u0001#\u0003\u001e\u038a-V\u0001-z(1Z\u001a\u54e3!\t:`2\u000e`\f\u00034\u001d\u0006\u000fMDUKhw(-Ytd\u0013Pd\u02c4\u000fId\ub1aebc64V_H\u0005 u\u06e09x\u0005\u0011:N8;mg\u045dil:r\u000fXm\t\u0013]\u001a5\u0539TG\n\u001d@\u0003<\u0003!s\u00113wm\u0002)\u0006cm\u0014P\r7\u001eh\u0019\u0798\u000f\u0019\u07b1\u001d\u0015\u0001b8q*CuwPV;#t*Y7i=IRI{PGMibNJ3&WRZ\u0016\"=y\u0006g\u001cSv9\/\u0016 \u011ao}\n\u0017\n\u0631 ;v-m\u0015#HTQvlH<8d\u001d\u001dduENcP\u001d\u0019~\t\u0001Z\u0018\/c79$'x\u03e0x\u000fnjj2\n^O,nd\u02c7Pnr\u0005\u0016>3ks\u0004S\u000f\u001aq#\u001f$Mi\u00137\u0019O\u0010\\-\u000f\u0013!twQ\/\u001d\u0007>\u58f8Oy]\u0011J{\ud5ca\u06ae\u0016%TD\n4\u0007}f\\\u074dX]#H\\?1\u00cd\u0004f\u000e\u0002\f\u0014\u0017lX\f}v\u001dZSRj\\O|_S|g~-lF,E[\u0003g\u0015k3V!\u0001J^4\u0005c0\u0016\u00189vm\u000b\u0010x$\uab30Wmr1\u001a\u0018\u0010\u000bKZ[)mj\u0019\u001c\u0688#\u0014\/\t8Z\u04e2X\u001e\r\u0004k\u0019\u0000g\b \u0014 \t:|\b^\u0018:k#8\f\/\u000e:4z8d(42t\u0019Q\n<7\nA\b\fD\u07b2mf\u0301yn\u0001\u000f\u001c\u0019r}\u0019Q<7@\f\u0011\u0756(\u0017?JG=^dN+\u0018+\u000fr%z\u0003!u\r\u02bdyr&\\{A>\u0004r\u000eS.V\u000e;j\u000fCTj0\u07acU)U\u16a8C o^\n\u06c5\u06b0V\u001d0B\u001e@A\u001e\u0002a\u0015\n(\u00042Y\u062f'`t\f=M\b\u001d\u0013\u0004OyG\u000f\u0017 \u059d\u001fD\u0013Tj\u0000w\u0017\u000fRC4[\/\u0010QNE\u0301hjh\u0016U}\u0010[Bg\u064eYq\u001cBW+g%\u000f8-2b\u001bP\u0012\u0016v$\u065c\u01f9\u0395:\\\u0019rfIY@\u0014A\u0570S\n]9O\u0014B\u0016\u0489]505(\u0016\u0019\u000bW\u06bc<:^dH`p>a2\u0011#u^N\u0014w\u0006A#\u0010pO\u0004\u0010\u001e]\u0005\n}~\\\u001fP\u001b\/_\t\u0016;\u0137t\r\u0004IR+y(h\u0015\u1fc4N@{\u045dmIy\nC_MyF\u001f\u05efO\uc882Zw08\u0011R\u000biiI\u0015PF&-|\u001chr\u001aD\u001bxK\u0007W\u0010\"E>yQ}pn'9\u0012@\u077aaO`\u05d0.\u01cc*haqu^iIn\u03f5\r\u001d\\fdkr\u0010\u001b\rp\u0012\u0006m\u0005\u01a0hJZ\u0004\"c@\u000e\u0010\u0000_fuaw;;\tdT\u0017\u000et=$\u0012%K\u0015\u0017PYW:\u001dNl\u0014S\u0007RD7q\u001e\nJW\\C,g'?\ud8fa\udef7?\nL\u019dSs\u0003:\u0015\u0004*&vd~\u0000\u0001g\u0010y,N?w`e\u001eWL>\f\u000e\u0016s4'$(\n6\t\u0552L\u000fs}N[*\u000f0\u0484\u0505(}?&WV\u0007\u05b4(e|\"Ns`.\u0002w]\u00a2BoZGZ_:#\u0005\f\r8[Gv-\u058a[;\u001b\u001c\u0000g'x\t\u0239\u000b(`qm\u0018m\u0014&fkv\u001f\u0005\u000b[QZloEe?\tw\\NHV3\u0014U\u001dCY]ED|\u001d]\u01c6fj5\t\t\u0013W\u0002OT29Np!CF>)Cj\"|\u0004~o[\u00b26\u000b~Yg931+\u06857VmpDT`#{,KPr\u057a`\u0015wd\u02f4\u07fad!M{\u000b\u0663Mp_Q\u00009? z\u00131r\/H.\u0188\u001b\\!7n}|\u0000Iq$}$I#2{,\u001c\u0019\b[\u06b8hA\u000bR\f.\u0015Ik'X*xA=Otg\u06fe\u0003O]\\0r\u001f\\\u0655\u00b4QmDxd\/A\u0015xSY\ue099u5<\b$\u00182$\u001bm\u0018*N\u000e?+s<\u001eI\u001dI\u001er\u06e8r27dq\u0012qGq\u0005R{+\/G~.yv.\u0349ll`6$\u07e7K@R\u0018*T\u001f\tI?1\nrVF\u0002=]Hpz\u001aS\u00100uBP\u0001}HD#bj'Z\u00190\u0012`\b\fpZqxp%&a\t\u87dc|TMT\u0359CU\u0587.3?ek\u001e(z\u00133Cu4SnP-\u0006*_1P\u001d\u0599eX\u001az>2Mc*kS\u0012=%pRZ7SL\u001ekQ'7C]GIY!Tc{\u000e\u001cB\u001c&:\u0547qfEI6Z@\u04e7'\u001bok\u0004\u0542\u07daQ\u001b\u0690\u01f8Dszc\u0710\u001bB\u0019>5Y7\u0010}k\u046e\r4\u01eai\u05e8H}\tm<\/T\u0011-\u0c59S5ZP\/T@\u9d60D*=!%)1%\u7186kdRC\u0012b\u001ax_\u001c\u001a)\u001d\u00164g4EhW\u02b2FXbq\u01b3\u001cS\tE \u0555w\u0013\u0374jqz\u018cs|Y\u0005i\feBC)qMqn\u0019\\c\u0012mii\\,\u001c-\u001aB`={:Pg\t\u0015=\r\u000f(\u0000p^\u001cWgsRf\u001e#SuF+x\u0015p\b\u0148p$kI8\tT(\u0013\u000e\u0001\u0019$6[0VWFNg<\u0017n\u000b9cQ3\u0007:-X6vv\u0018TN\u000e*,\bn&\fh\u00155\u8d12thOGC\rTpVU\\q\u0006\u0000llc\\-j^-e`eX\u0016 ~\u001f\u001cm$\u000f\rC\u001c\u000fD\u001a:]bB\u0017wv\u000b\u000e\fDeuL7tu\u0016K'\u0007\\aR\u0000`z|\u0007Q\u0383h\n^@P-AiF;\u0007n]CK\u0006m$\u0659T5]\u0007\u0005m=z\u07ab@\u0003w(\u0018Ow;b%@\u3d6em\u0002Jid]\u030b\u0650!\u001d\u0784.\u00055`oW\f'Fe06\u0016a\r Z\"D3KdU[*\u0174=\u0002\fAi\"^\u0237,ZYW.f*\\\u04ab!e~pp}4\u0013\u3e33JAcTw2h|\uace6)*$f\u061b-\u04ba\bd!< \r\u0746E\u0001|\u0010nA \u011e}.(\u0015o#'\bj\u0015\u0000oL\u0012O*\r\u06f7\r6~\u001b&=$_[\r\u0736\u001b\u0018f~F!.\u000b\"\u062bjUj}&\u032drU2n-WL3]\u000b\u0003\u0751\u000f4~\u0019O\u02fc:\u001f*Bek^_\u0007>+\u0003n\u000f;U\/U\/5Z%+2aW*`\u0750vz\u001b^o\u0004\u0013\u0000\u058cmF`*\u0000\u0000qA\u0005\u042b=rrQ\u0564Kq37\u077dM2k|Tzw(u\u04c2\u01d2\u0017]\u0007+\u0019\u058a\u0019V|b\u0002\u0494U\u000b9P\u000b6n\u0005\u0000*9{$q\/6*?\u02ed\u0431\\d@!J\u0569&\u0006OUx\u0007u.\u000bU1\\\u053bcNf_\u0019wr\tT[\fyBixQE23\bPU\u0001\u060a7\/B^cX\u000e]A\u0019@5v,\u000f\u0002T\u0015Q\n(\u00002]8g m0X1\u001fFWrOT\u0278(oAMYy<1\u001a!\u001c-@%\u0012Jv\u0017x8i\u001b$9\u0259}!\u001c\t[qI\u001bGFZO?\u0007>zx;\u001f2\n\u000e`\u0015`%\u0411~l\u000bu\u07dc\u000fVAZ@\u001d\u0014P\n\uf9e0)\u0003$}S\u0014y?\u0005Z?\u0005LAnW7$K{{\u000bwT'CR;VDb\u00138\\i3t\u001a}4cxG3@$`\u0003:Huj;2\u0003OpvXn\u0014M\f`}p] )\u001a\ub685$\u0003Bn\u00061\u0013\\\u0003l\u0717\u001b;\u0007woZ\u0010M{\u001c'6\u001f<([z~\u0000u;`3\u0006!w\u0014u.Lq\/\u01c1>:KY>\u0015\\=4\u0013\u00cf(bE\u0013\u0010\fRXmA~?\u000f\"u&;\u001a\u0017,\ub43dD?G\u001aw\r\u0304$T1V*Tu\u0003}\u001d;^g\u0006\u001f&yOT\u0017n?|i#@\u0015\u0011\u0019\ud5eb\\\u0019T0\u020d=\u0000c4z\u0501z\u0011z?X\\f\u001ekz+G^\u0016NxQwq+1\u0010\u000f\/49\u000e\u0016M4\u0017J$P\u0014\/R-1~\u001b0zg\u07d1\tZNF|\u0000b\u04f5\u000fW?\u0015-v\u0541\u0016,#\u0019 \bC\"69e\u0016-*n=w%%#;\u001c!)5zN\u009b\u0015\u0016u\f\u0000-?%B>\u023b\u001e1&\u0018=\u07f8\u038fx\u076fdEm^\u078aJ\u0016hB(!+\u0010=mUD\u001cJ\u0004,'\u0005N;PMUH\b\u0018=a8WFT\u0003'1(\\#\u06ec)b\u0004\u0002v\u0000lIm]\u0018Ge\t\u0016\u024c\u001d\u012c\u0014i\u7d97k'\u070e\u07196&\u0002gN\\zw\u001e]mrR\u0001~U#\u0015\u000f\u0001\u0006?'M[:nV<\fPeIO;o\u000b)\u0017 \u0017e\r\u06c9`m\u0000\u000f\u0000\u00194!\u001b\u00000\u0126#?\u0003\u0011Zb\u000fa,z}Jp,h>>b8]\/6\u001e=$9Qm\u000f\r~\/`\"\u02d9#>\u02769s\"\u0791]DM\/&`]*b`#\rw2r\u0b9c\u041e\u001c\u001fGsC\u0015\u07cd\u0013q\u0013\u0014\t\t\frtM\u0013,\u0016_N64\u0007g\u0005mlt\u000b\u001d~.hI!;\u001d~\u0007X{\u0390\u000e40tb\u07f6w\u0013\/\u001f1\u0002Jfd]oQ\u001f\u00052,\u0010tukiFH\bCF\"Y\u00132FJ\u0012\u001e)I&Ik$q\u00e4$n$y\u0012Y(oo+\u0004Ho\u00017W\\9\u0011\u001a\u0016`\u0004\u001dAl3c\u001e-2#\u0003hVL{LI\u00124g,&+ID\u010ajglJ`\u0007}\u0013.d\u0019p)\"\u001f?\rewhI\u000b,8\r\/\t\bide\f3n\u026e\/o\u0018p_A>pb>\u0004%HP\u000b\u0015\f\u000b\/\u0014)4[z\n\u0017zjOa\u0016Zw;>\u000f\u001fu$\rwkh\u0005%\"di`-42>\u0001-\u001fBES\u0006J\u001bw\u000fN3g&Wa\u0011?v\u001b\u0010\u001f\u0019h#\u001f\u03a4&h\u04e3IQ\u001c.c&bb<\u0779TK:\u01fbV[\u0005T\u06f7\u0017.b6dzG\u0320K\u0006\u0015\u00c9Q\u0019L\u0162t\u0001\bL\u0012v\u00151J1*\u0002ti\u0000C4s\u06bd\u001d(m\/oP6\u02fdA\nrH\u0677\u001f\u071fnm-\u0006y_d\u0004\u001eUO\u00105\u0551L?!*\u001fNiJ:1j.\/l;(Y\bOi\u0106@,l(P>2rb\u0013s\u0010bw>o\u0017\nW=\u0011q\u05900u\u00044~#|D8dRi\u063e]n#d$q\n\rmx\u060f\u0003Q|\u0015_\u0010m7\u0016\u0007DWV\u0016\/\u00191f\u06867$wkb\u0002d\u000f\u0005\u0015\u001fB\f~4\u0335\u0010~\u07f0QP\u0011\u0012-Kw~I\\R-Q_V\u0002>'-pa'|R>^2T\u0004R1p{E\u01aeP\u001e\u001eP\u001d\u001bU\u0003~B\u0000i6Y#0t\u0000`\u00c2CS\u055e?9hgRO\u01a5\u0238&\u00195>H~^;iA]\u024b\u0003\u0015G\fSDh\u1964Cb\u0002\u0494V\u000b_XF-(o\u0013Z\u0000#Ww\u0005]n\u0015W9;G+V\u0019uj]\u07b6Z\u0006Cb]\u0010\u0018K:2M\u0442\/\r\u0012\u0000R[\u01ba\b \u0010 1z\u0018wf\b!\u00008\"\u0018]zT=tjQ[u#S\/\u034d\fF\n^r j>P\/|H\nmZ\u000eK\u001c\"{.\b?\u001a\u000eK3\u001c!k\u000eCg\u00034}TsJI\u0002S7_T~\u0002[g\u00f8\u0002=\u0240dz\u0014>khT\u0013Dgs*|w6\u0018rw.]1'[9\u0004-<(\u042arU\nxU%*\u0000l\u021b\u04d7n!1U.\u0220\f\u001a;\u0007\u0001XI]\u0005\u0014\u0000\u0019{.3\u0010\u001eMX\u001eR\u028aJ\u0004U*K#XHv\u0018\u0609pu\u000e\u0012Y\u0006\u0016\u0014vh$2C#\u0013a\u001cdsV2\u07b65CLk\u0006\u000b1`bu\u12d5\u07b6BL\u0005\u001b@usuJ\u07b6BL\u0005\u0013=Ugv\u05b5\u001be7J+bm0.\u04eeLrSpw\u001d\u0682h|\u71a6\fD}\u001dkUD\nHVRH\u04c5nk\u0001h-\u00f8`\u001c!c:\u0019\f\u036a!\u0006TTE\u0013P\u0014`j-\u00f8\u032bXc8DB\u0000\u057aQH,[\u001a\u0003\f\u0002U\u0015y@\u018d=\u0005\u0001O7X9\u0011\u07d2C@hW`4\u0013m\u01be\u04eb}4OU96iB\u000f+'}dl6\u0013;m1H)1+=1S'7~\\#\u011c#Y\u000fu\u001cDB>R\u0002\u000f'q$g19\/#s+lvO^\u0007_m%`=\u000b\u070a$Z1wp_Oz9\rB\u000fY\u07fe\u001b5\u0016SSTt\/y\u0007\u0007\u0003\ufef7F-&=v\u0013\u001b\u000f\u001eG\u017f-=?J:\u001d@0\u0259qxSV\u00178Kn\u001f,b\n.\u001epI_G\u0014\"\t[OrB?z\u07dfV\u0007:]\u000b\u0016du^\"\uf7e3I\u0006fBI\u0012y+}Q\u0015*\u067a\u0001\u027e\u000e}s\u000f`'_\u000b\u001f8P\u079aB=b?n\b\u0504[\u001bQ~\u0295\u0018<\u0016`\u00030=F\u001b\u072e.L$\u0002\u0017N\u05df\u07af=W\f;o\u001b\u001d8\rJNdJ\u0015(agkx:K8$\u9bcd:dqe\u054c'=\u0005\u0007@f(,.%\u0005 \"\u001f\u0000oL\u0015\nx\u0002,\u0013\u0003x\u0012\u0586\u0001yvC7\u0010!]4\u001e6LDWxs\u0001d8\u0001\u0013:\u001f\u0004g |,J?w`\u0463nWT \u001e\u0739_r\u001c,x{i\/H(4k_hZbv;7`\u03be#\u0013$!cu\u0001fk\u001f\u0010+Z2\u0003-\nQ9eY'3@D\u00116Emr:-ZT\b\u0770R{VKKTGv\u00049B\u0006k\u000f7_+,P\u0019\u0001Z\u0016K}\u0367=bTM1f{q\u001f9)_Q\u024a\u02f8\u00156eM\u0444Px5CV!zH\u06ef8\b\u0018>Ov0{Ww\u0010}K|vNCSs\u00075\"M)`La\u001f\u02d6KW\u06c5A}_i\u0001\u0631\u0290vnI;g?\u0013\u04a61D\u0309K\u000f\u000e>MN*t\u073ax! ]8S-+a\u001dmm7+u\u001e\u0006$'\u001d\u02b7\u0645\\w\u000b2nD6\u0007\fd\u0000\u0018Ib\u0011\u001eQw\u0017\u0013U\tnI\u0016\u001c2)'{6f\u0007o\u9fbb^m=zH^s,\u0002\u001e\u001c7\u0007Mc^D\u001eG|mzNsD#[rK\u0003w{L\u0016uUF\u001aFqo\tm\u001bte999x[*)''7\u07ce\u0013\u060c\u0013\u070a\u0019$T\u001c\u0019r\u01f9-sINF&:\u0014w\fI\u0019h\t\u000eSLW.vp{7\u0011s*dF\u0016\u0001] s\u0000w^Gk\u0109\u0000+dz!5q,S$$j)6II\u00127KJIIb\u001b'{}B\u0016Pyc\u02d5\u0013j?\u000fF9\u0004\u0202)I9#R\f,2OD\u0004vN\u0004\u0006`Y7B\u0006N\u001e\f\f~'B\/rtP;z\u00164\u024fpL\u00160&8*_a\u000f\u0015\u0013)*#\t:IPRNN^_\u0130BBUp\u0019\u001bqu\u0013!~XSN\u0012Np\u0006_P\"O6\u000fvlM.B##\u001a\"!\u06c8\u001fC\u0110uGit=Q\u0015MW\u0007I*$\u07e70K@V\u0015*V!\t>1\njv\u0002\n=]Pp\u001a\u0013\u00110UBP\u0001uHD!b*'V\u0526YXV\u0547\u01d5=\u0015d\u0015HY\u0002&'\u001fU7sE\u0011TL\u001cSK7gf\u000eUY\u001fAzM\u001c\u000eH\f\u0015\u0560\u0006*\u001b6\fKCL\u0013\u0018\u029a)\u0014\u0005=K\u000fjT\u00191\u0016urc>Q\u04d3kNbf]\"\u000b\u000eJ\u0016SZ8N\ud980\udc78\fQ|n) \u011e}.(\u0015\u042f}#\bU\u0018:\u0002\\ J\u0006\u0012\u0007R_\u0004I24l\u07eeC7\u0011Jm\u00066_rn`\u001cH!(w\/\u001bUUU\u0017\fv\u001bXFoKr\u0004\u001e>3o*\r?\u001a\u0019\u0000ig\u0015\u0010~\u07f6QP\u0011\u0012-Kw~a\\R=)a[\u00197tu\u000b>\u001c|Iz})4j\u0335mK \u0015\u00037\u0011Wd\ucfae\fU9\u0001U\u03bb!x5\u043d\b'\u0004flc5\u0002SI\u0007\u0000\u0006\u000b:,C4^\u000by&d\\m1^C\u0016\u0655>\u001e:Q15C\u0014\u046a5OL@jA\u0016\u02e8\u0005mbR\u000b\u0000x\u0130\uaba0\u0002\u001fJG3\u001c^m0X1\u001fFWrOT\u0278(oAMYy<1\u001a!\u001c-@%\u0012Jv\u0017x8i\u001b$9\u0259}!\u001c\t[qI\u001bGFZO?\u0007>zx;\u001f2\n\u000e`\u0015`%\u0411~l\u000bu\u07dc\u000fVAZ@\u001d\u0014P\n\uf9e0)\u0003$}S\u0014y?\u0005Z?\u0005LAnW7$K{{\u000bwT'CR;VDb\u0013\b>C4v\u000b>L~\u0010:\u03e8\u0012\u001fk\u0000@}\u0017\u000fH\rVk\u000f8SBQ+<\u0010\u0017I4\"E\u0160{W\u0015%\u0004\u001d\u00155\t\u0016F\/\u0006Nt\ub37b^yJ\u024b.SKh X9s\u0395:Cw.\u0019e\u001e\u0000!\t\u000e\u0783 9\u0013e\u0006B'\u0001z-(XY\b\u0019`Rn,Ck\u0016+\f\b{\u001bL8sa\u000f\u0000s_n\u0018z\u0014{]];ac{B?mo+\u0001]V$a\u050a:~rkn\u0010zh\u0322,t\u07a8ok\u0007k=`=\u001cx\u07fd5jA4Aq@8\/nQ\u0002Y\u0000I\u001bS\u00050\rY\u03bf\u001c\u0007v,]f\u0011TpYLLg\u000f?\u0016\u001eO@T2|Jc\u0005\u0015B?n\u05d9j] 'C\u0012y\u001cMj50\u0013JP[\u000fcP\u0019\rHux{\u001b~\u0004?R^-)i#@\u001d\u0011\u001d\u05eb\\\u0019\\0\r=\u0000c4zz\u0011z?D\u06b38Lp\u07c1\u0660d1TA\n\u001fvzG$Or8K\u0016?xr\u0003_d\u0000\u0082\u0002]F\u0007\"\u0001 \u0014\u0018Z>L<\u0013\u0005\u0000\u0000[E}*\u001c\u000e}\u0004\u03b3\u001b\bpa\u001a\u0019\u000b\u0015\u0013PY+o\f@\u001c\u042cz>:\u0015\u0015k\u0011\/\u001f\ud0cbn6r\u0004\u0183=s4\u000f +\tUL\u0421W&?C\u0004cQ\u0004\u001eu\u001c\u001fZ\u0003\u03bdl`Es~D\u0002EYBK\u0012G\u07f9\u0001w\u001d\u000fd$\t\u0019\u0017\u000b 6;]pE\b\\bY\u001dhlQ)\">\u0001\"9$.\u0002of\u0462B-'Z_:#H\u0017\u00123Xl_~dMZaY\u001f\u0350\u000e\u0432\r^\u0002\/t\u0003?k>\ud7bf\u0011jr1JV\u051cVT\u00187E\u0013B\fYQ!m\"`V\"`<)r]FjZIB\toX\u0019R-\u019c]JF]S\u0124\tX3\u0005\f\tc\u0652vj0\u0012<-\u0019;Y)N9_3!m*\u0019#\u0019yM\u0004\u039cA\ue8fb\u0002\u000eL\u01edG*\u001e\u0002\"\r~\u0785Ou\u076cy\u0018\u0292w(f\u0017Rr\/@.\u0288\u001b\u001a\u0013;\u0010\u0000\u001e\u00002hB6\u0001`$MGxF]OT'$%rk:iQ*bI|\u0007n\u00f3#\u001e\u001e`Xj8I5\":y\u0007kF\u001fp\u0017O\u0385V4\u001b\u0004?\u011b\u0016\u001fsCx&w\u001as\/)l\fYm\u0010\u000bW.\u0015\u0014L\rqn\u00167\u0018<\u02f0i\u071a\u01ea{\u001e(U)iJ\u0019R\u0002RSj\u04d4:jRU\f)U\u0005)U)aJ=.FJU\u03d0R5RRT)J\u03d0RuRR\u05264*\u001c5*\u0003T\u0526))J=G\u0004))iJmJQ)56c\ud55czw\u0003DI\u001cWy\u001a\/v^\u000f\u001baz7~m|u$i`$\u864eDqHN\u0005L:HI\u0014\n2bA&\u001dS0\u0224c\u0006tL \u000e\u0012\u000f0C\f\u0010\u020d(\u0012h\u0003\"y+D(m\u001b#v6!\u0002(k%#c!\/\rJ#%7\u0000%GPF\t\u000b.?q\u0019\"\u0019tscMP\u0007*J\u0016J\u0799)\u0003S*_\u000bs^e\u0497H\u001c\u0006r(\u03e9-\"\u0007\u001f\u001e:\u04e9G{\u0002\u000f=O<6i\u000e\u0013x\u0013\u0761\u001f:\u0694sM>f\u0018YW#\u001a\u04532G\u0003\u0007\u0007\u0229x\u001f]9\u02df\"\u00d5AJh\u001d5]N>ic}b*f\u03293K3\u000fu]f~S8,z|M\u0014Rk8eej\u0019\u0509~j\u001bTf3\u0100L\u0003r\/KU\u001de&5\u0000m\/VxvX~OU2j\u0005\u0006?)\u0015U'\u0006\u000e6\u0003'oX:pm~W\u0010YE\u058c2y\u0015\"\u000300^\nU1\r\u001fI\u0014=e\raJ\u0019dZh\t\u0414Lr#hD:-7\u0011\\u,%G`3\u0015f\"1qMq5&6T$N\u0175\u001e\r\u3687Q\u0015\u0007\"#8,=\u0010uv*}\u001cG8\u001aw64@o\u000e(\u0001#9=:\u0013j)\u0002\u0011\u000f,3@\u0016<>x-|\u0016>X+rsVk>k\u0016?k?k\u0016@k@EP\fzb\u0017F\u0017F|\u0017..]N\u0088r0ZH\u001a\u0005Q\u00111d{\u0019\u0003.v\u031d\bx0\u0010N\u0014N\u0602\\!I(WPc\u000bs98G\u0016\u0016\u0016\u0016\u0016\u0016\u0016\u0016N\u0002\u07a9QXAX1Bq#\u0006;5~\u001f+|_\u0001I\u0007\u0005\u001d\u001e\fwI\u0010\u30c3e_\u001f2\u0010o\u001b(\"Rl@\u0002AtN\tgY}8\u3095l\u0004>\u0251\u0019L$Y1GQ\b\u025e\"G|\u0010SL9\u0017'W\u0016\"iG\u001d\u001aZ\rSQF*\u001fu\u001aZGhW:\u000bSociRm\u0546\\@\u0295r.\f\\\u0015Q\u0015RlZ\u0011rU7O\u0010y\u06b9+H\u06a0W-P>r}^O\u0019F\u01f2L \u001f\u0004U~^(DEbE4Od-u[&\\WaL^:(DE\\[\u0010\u0006\\4\u001e_!]'i*~iz\u0014\nM*PI?%8{zS#:pE\u0011\n\tQbC-2e\u0294\u0675'\u07c7MmCd\\`*!\u0673\u01be\"fT(d\u0011fT(>a\bq5N[>\u000f\u0012Gj\u001e\u0019`wwg\u0681!\u001d\u0010W\u001b\f\u001eP\u0014\u0015=)\u00ebBBvw5Nk*b\u0002|\u0003\u00aa=\u000b\u001c\\\u06f6GUeh.-I+2B4\u000b4\u7c53yH'\u05e9u7+n[\t\u0006\u051e{K\u0017\u0010p\u07faZ}V\u0017\\\u06bc>>6r9rF \u0001(G\u0002\u00024\u0000\u0013Q(N\u0017\t\\\u023e}#G\u001c9d\/^kaSg]S*r^\u02fdh7V.$\u0790GUN\\\u001a,\u0019|YH\\Iy@bP\u001f4-\u03ff\u000f\u0561ME\u0010X\u001cdQ:\t\\GY\u001f\u001a\u0288([\u001fkaEh\u0002nx\u001cChg!\f\u0013V\"\u0001Q^.\u0016\u001d\u0258J\\\"$\u0007\u0014c\/Ls(2H4e G[t5|7OuN\u0007\u066cz#u,pS0\u000b,\u0014C9\u0012@]*\u0006\u001c,Cc\u001dFa5~\fh8\"W:@%[lZ\u000eyQi\u03d5\u001d[>d\u055192\u058bql=Z#:h\fi~O(Jt\u0011\u001e3\r99f8\"-\tMrt62\u0000wO\u001fyy\u0007iHMrMF\u000bM\nsE\u001d\u0011X6]<\u001f&\u001c\u0007v,`\u14f73\u0019BCg=&O\u0014E\u001f$g\u0014%\u06a3\u0007o\/p+\u79fb\u000f\u06bdg%P\u001e!Ky\u97c4JS\u0003DvBx\u0003|7b\u0664\u0389r^t\u0014\u0018 \u000ff\u07a0y\u001c\u001c\u0017JU$D2\u0010fZq\u0010w\u000f(_uW0u`_\u000f%O\u0019(N\u0012\u0013|?\uf563e\u0002`gc2aFxq\u000f9lh\u0010iTz\u001amFLAAtt\u000e\u001a{D\u0019+\u0000t\f\tz\u0001_\u0011-u\u218eGYlOL\u0016\u0007\u00f68Lp\u001bU\u0007k\u000bt*\u0002TD$Xv\u000fZ{~L!\u0007:tS\u03cf_dXM\u0012;$0\"'c\u000ew$\u0019@\u0014\u001b}s\u07a3f\u0001b\u0016u4\u06fbawg`\u001dRqZQ|\u001fA=-^`LF\u0014O\u001ax\u0004-t~\u0016KG1\u0004\u001a\u0333+\u0007c'\u0005ezw&Pz8X\u0011\u0000\b4:J\n\u03f3wxk4`X\u0007\fb]\u0018?]\u001be;\u00015\u001aH\u0010\u0018zp\ud85c\udcd8T |Zxi\"c.8\u001bs0XK\u0099La\u0002\u00fecE\u0004P:R^A*S\u0011\u000fPL,\u0458)0T\u0012}aeXv9f\u076cMW>\nm\u0014*\u001a\"#\u001f$\u0016=!\u0000\u0279\u0130\t\fH&Ws\u0011\u0019\u0014?H\u0002\u001c\u0014cpLuX\u0007\u0016\\vM1P;:\f\"ifTyf>$S~ \u001f\u001e@u w\u05b0C;\u000efN[\u0002*\u0000\u0003\\|\u040c+9<\\{8m84\u0013e\u000bUt\u001eQ\b\u001cT\u001c\u0018z\r';\f\u0004jOm\u0002@\u0015\u0015\u0015\bQ9{K|:?8y\u0003\u05ab\u0012h:4{\u0001ZmZ'{o\u00e62\u02a1\u0006{\u0005~\u000e[\u012bA\f2\\\fg\u0013\u000fL-t|GzGK\u001c\u001c3'O\u000f\u0011T)s\u0013.\/\u0006\u001dvbeK{A\u07c3\u0007\u0015`$J %a>3u\u0015*AP\u0001G>~p\u0017~p`^\u0007\u03cc\/\u000fl\u043a\u0019P;98.H\u0015\u020cS:Q\u016aHI+\u001a*Rx\u0015)\u0534Q\u001e\"T!,VEzZ\u0469%JYSKX\u0015iE%(e*\u048aN5NPbU4L+:Uk\u016ahVtF)\t\u06145Y\r)s+`\u000eL\ue824A\/\u001e\u0014&PR\u0006ag\u0010\nC()0\u02b3\b#I\u0018\u5644\u0012J&lBa\t%e\u0014FyF09\nBKU[hLn*-4&Rna\u0016\u001a[h)s\u000b-[X\u5e45\u0016Z-Bcr\u000b=\u0016Vyn3r\u000b<\u0419BOU[LnbX[l[E-\u0015\u0018+BO\u0170<\u0419BO\u0170<\u0419BO\u0170<\u0419BO\u0170<\u0419BO\u0170<\u0419H\u0170<0H\u0170<0H\u0170<0H\u0168<0H\u0168<0\u0636\u0354[*0n2rQyna0rQyna0rQyna0rQyna0rQyna2rQyna2rQyna2p\\[LnaiU\u5e45\u0016VU[\u00103-o-L+<0\u001cU\u0016&[dr\u000bKN*-,&br\u000bKM*-,&Rn\u0016\u0016[X)Ps\u000b-[(\u5e45\u0016V-;MR)[X)Ps\u000b-[(\u5e45\u0016\u00d4[(\u0150-)Ps![\fSn\u0016C&\u0018B--Ln1L\u0241h1JZ[\fbr\u000b<\u001820\u0016jyn1dZB\u0642-)Ps![Rn\u0016#&\u0018B--FLn1JZ[brOs\ncVr\ncVr\ncVrO\ncVrO\ncVr\u000f4\ncVr\u000f\ncU)s\u0013\u01ae,e\u0018|M\u001eZr2*D+KF\u0005^4ve)\u06e8\u0013\u01ae,e\u001c\u0015xs\u0615\u0002NT\u001ayT\u0549JcW\n<;QiR\u0006Rw'*YY9r\u0010@el\u000e:y\u000epxyn*<9~\nGOg9\u0553:{\u000epx{*=9\nOg9N\n>\u0015\u05e7}\u000e+pT~J9Sa{~*\u0002O\u039f\n?\u0015\u000e+pTJ\u0000:\u0001Ta{*\u000b\u0002\u0017P\u0003N\n@\u0015\u0017\u000e+p\u0003U~J\b:\u0011T{\u001eGINC \u0011_\u0007\u001eT\u001fXbxm\u001fX\u000f,\u0007}\u000f\u001e={\u0405\u001e\u0627\u00048TW\bw(0BJ\u001cV\u001bW\u0004\r\"W\u0012#\u000f\u0247%\u001bwPH\u0002U2L\u001e`\/$Z$\u0017XzRe(\u0010O;>V{\t\u000b\u0017O$\b\u0002G\f$%WdKt\u0005h\u84ca&\u0001\u0012)\u001crNC+\u001a^|e#c115BI@'\u000eBvm\u0017\u000e~Qd\u0010:\u0004k\u02cdz\u0014%(E\/JU\u0013tF%\u001fH=4L0\u01e8w[5BT?d,\u07ae\u001f}NW\u0006P_;-~\u001c.n\u00168\u0001eLrE\u0797+,j?\u000frE~^\u001eREl\u0003X%6.\u0012>\u0019\u0006rc\" #9UA2\t\u0280\ueb5d\u0015]>=M;EcJ{E\u013d^\u0011)*d>WWWWWWWWWWWW\u0000X\u0004X\b(.\u0003R\u04e4@\u0018\u0210\u0003\u0004A$((\n(\u000b2\u0002`!q.\u000fbC\u001cCAbD0\"\u0011\u00ec\f\u001b~?\u0003.v\n\ud7bfO#IF\u03bd\u076d`g'\u001d\u00b1;Z;\u00013,r\/y\u05c5\u001f\u0011\u0005cWHF\u02c0@VL\u00bbGE.\/DYko \"Tz|U\u001dU<\u0001L.s\u00050}YvKBs\u0583urQ\u001191!\u0019i2Q\u0554y\\b\u0007))it\u001e1!\u06b9l0s]2\u0014=lJM\u001at4p\/mY\"_Byo,\u0492F%\u001da4mv\u0018?\ue77b\u001e>E}O\\5vjT\u059fO\\5z\nw\u0011(~\u0014hVy+\u001d>Eedow7hy \u000f2\u001f*kJ;o:g\u0013An2=\u001d\u001fw\u000eQQ\"\u0015A\u0012\u001f\u0002>!\u0539?\u001aC*\u0013A\u000eKOC\u013dAsQT=iLc\f= >\u0019\u00cc~\u000e}\u0011\u0013T~\u000e\u046df\u066dffff\u0718TDYYYYq'\u0001\u0016\bY\u001da,\u001b\u0011\u0014(o8)o8rSSSSSS.\/*$----\b>\u001dVtLcNn\u0677\u000ed\u05bfn|\u0016j\u074asgZ\u0010C7;\r3dl\u000f\u0007[\u000eF\"D#B4@D* \u02dakRhq\u0738N8w\ub7b0\u0005]x-\u000b\u0013v#1qE\u0011cJ1l\u001dsG\u001f\tvY\u00c7\u000f\ud7d5L32LU\u0177\u001aqF\u0015\u0015Ph\u001e~w\u06afm(\u0005E,yx4Y\u001dZr\\beG9\u0014\u001cxz\u001bN\bWt\u001e\t\u5271\u000bg8i\u010e\u0004\u04d4x&\t\u001d|pfu5;Q\u0177`%7A]#}j\u000fl4obI>[<\u02cd\u0015X\u0006A\u0015T\u0015,]\u0019GfHY\u00bb\u001e\u0007e\u0005t:Q\u000b\u001a\u07faowA8=\u0000\u0006u?ouV\u001ec\u001fynu\u000e\u0005\u0770X\u0466^(T5Z\/\u0014q@@\u00001\u001eQ)l\u0006?\\\\\u0013o\u001bv `KZ0_\u0016TQP\u0122\u0016)U7\u001bjLq\u24ef#O#cN3F\u0011?\u0013rI'Jb:\u077c\u0258NHJT\u001cF(:-dp\bH9|q\u0007'\"'p4\u0015\u0478NQG\u001f\u1277<'8}\ft(!\u04d1`0#S^\\C8Q&C81\u0005B\u0012\u001aSD9~S\u001dbZrZ\u0342Z\u0352Z\u0362Z\u0372eoX\\Y^Y`YbYdlTtiOKil\u001f-\u0014\u0013krMjm\u0016nn\u0016oo\u0016p.-XS2NBNRNbNr\u000eE\u0421K:}phh)8\u0013l%f\u00a9\u0004g$%o\u001b,\\\u001b)=.m&\/\u001dI%\u0016D~H'\u03bb\u001bw\u0013,s&R'uxbnMW\\4g'[\u001f\u05897\u05fbCicRM\u0004Y\u0015T5\u0014BUB\u04b0uKp[sg\u0013Q\u001a7\\\u001by\u0007@\u000eI^;r&\t9>m\u001f\u0016 t+DY!\"iPu\u0011\u0013\\$q9J(TUN_\u0002\n4}\\L%I\u0001\u0756\u0003[h%y %JO\u0019$\u001c]\u0011\u000bKJ`3h\u0012\fg\bN\u4f50DR\u0004(HP\"iO\u0014H\u001e0E\u0004* EO\tN\u0751tF\u0001W\u0014\u001a9%y\u0304$\u001d\u0018o\n\tO\u001a\u000eIDj\u0007k*o\u0015\u0010+ BO4Lw\u000eqz:\u024fp\u000fGKk%>3\u01204@(\u0217\"iJ\f9\u001fLagL\"K\u0003}tP\"\u0003V?R\u001fp\u001e\u001fp\u06d97\u001dXng\u0007\u000f\u000fY\u001b\u000bJDn\u035c\b;k\u001f\t\u000e\u042fjg\u000f\u00105nCL h\u001e\"f\u012d;J;]k*#\t6D\u079dS$I R)>.T_\u00146\u0004'\u0015\u0001XtHhM\u00041\u0005\u0001?S5\u0003\u000eh\u000f%\u000b=\tc*!uW\u0015\ne$B\u0002\u001fX!s\\9#\\8o,NF;>>Jp\nw\u0422>L\u001d\u0016YMTP3ruTCli7ulG-0i5qRCZ7\u00195>$iv\u279a9\u0017n\u001anp&)d\u044dhl:\u000264Y{kx\/^K;l8-\fRsq\/1\u00ff8\r\u034b\u000e!]~\u001a(E\/6e.QAIF.Q{i\b4\u0793&6wkg)\u026e\u001d0b\u0005;h\u001dd\u01a3vZ|'!;\u0013b\u070bW\u000f}\/~w\u074ao\u062e+6 \u0016\u0006* \u043c6ww\u0017WfSk`K6\u000f4P\u0017\u0015`K0E\u0018\u0715$c&\rr\u001c01!cTTM\u0003R\u0013-AC\u0016B\u0003vEU\u00130x\nMx}],l\u0018 }\u00031hC\u0013\u0532\u0006\u000e\u0011's0 v!\u0015R0sJ\fNK UL\u07d0J\u001c!\u0015\u000f)CjJ@\u0010)=DjJ\u0015F\u0014\u0012)DjJ-L\u0013)DjHEZTPQDt\u0015I@]*Xe0\u0013[x}\u0012R]8\u0010^eFd2\u0011_\n(3ITD\nj5b#m\u000b7\u0012O\u00d18\u01c52x\u0007fnk\u0787l+\u0003!-\f!&j_[K\u0004od\u0017\u001cyM*P:O2[B\u0019wf\u001bc\u000b\u001ep+\u0002\u0000\u000f\rw\u0010q?8\u0002hv\u000eYc!\u06f7\u01bbjqP0?v\u001bz\u001enF*9J\fVu\u0011eE\\[%N\\}*v(L:\u0081\/\u0004&V\u001fr\u0014[\u0004[IV\u0002\u0006\u001dOo\u0000#\u001e\u0001B\u0014\u022d=`\"&\u04ddN5zt\tPF\u0540(\u0000\r(\u0001\u0005Aw\u0016\rbX}\u0007+\u00132vhW\u0014$r\u000eC\u0012\u0019\u0014<\u0013BDg\u0697\u0234yL\u0005\u0018NTk\u0014'bj\u001bK\u00cb\u0012\u0015.+o??`K;'311PVN2a&2a\b&h\u06a9SIE\"\u0011HD \u0012\u000e=zz#4\u0005[+&)l\u0006QF5\u001d\u0012Nbd\u07b4EX%\n\u0017\u0006NR^u0S{\u0013: \bhTSI\u0000Q)!\u0004\b\u0000Q\u0011B=}]P*\u0011\nFdW>3_G\t1\u04f2qT\u001aM\u001b?BI\u001au\u0010\u001f6Glk\u001b\/M7~\u06fe?c0~\f\\\u069bWB{\u001d]R2rE6\\QPg\\1\u0001[^ ~\f\u0001y\u000fHS\u001a?T+fc\u001a.\u0001?TD\u0763hR=zC5\\6\u0006fn\u000f;U\/\u54d5\u05d7\u001c\u07b6\u0004R=_`6K]~qyTe\u0007;\u0019\u0010W@z\u0013pK\b\u001eX:k\u0002\u0012\u000e\u0000\u000b($J\u001f\u0005\u0003\u00133\u000bstAqII\u0594mtA_`Y\u000bS* *^\u04fc2\u0014%8\b\u001a\u000b\u0019Y\u042dEt\u000bl=\u0007\u0266Lw;\u0019\u0002.\u0006\u0002\u0114H\u0003\ba\t+sD>!\u0018&*Ps1\u0014WZry$GV0=\u001a\u0007#oH\u015c\u012eH50'\u0006:qFk\u001cgtK\u0019\u0015Q\f#\u0011~{\u001d\u0007}ptD(\u000eH\u000e\"\u0005\u0017G%\t};\u00c48>@`=Z!:\u0015Ye|.4@R$I\u0011E0\fan+\u0012!\u0010b\u000eO1\u001e'6(c\u07b9Z9>@\u0252\u0003R7Z\u0000$dOL@\u0080\u00119\u0007\u001e5!=&!\t\u0019v$d\u06f9LH\u0088'y=3druA\u0018\u01c2#\u0014\u0126 4EX\u000524\u000fOsid\/\u0002\t,z\u0007U\u0005X\"<\u001c!E\u0091!&^\u0000\u001e;\"v\u0003\u0004s*\u04923\u0000$CzM.Y:%\u00024N,@L1\u0005D\u0015\u001b\u000f\u0017qfgSB)^\u05e3RWd\u0013C\\\u0012Q&\u0000\u0437b\/x_3s)\u011a\u0019+\u000f\u0010\u000bHK\u00025W-)\u07c4j\t\u0492Z\u0000[p!\f \u001c-ha\u0004ia3J\u001a61gwKq^9RWW\u0015M\u0507~o.z.a~LT%L\u0018\"\u0001i:E\u0014f\u0005$\u00128Vg]+\u000b\f\u001a\u0746#\u0007p6~]\u0017 )\t\\\u000f\u000e\u0006\u057cJVgS+\u000b\u001a\u0746%\u0017vx\u0017\u0004?`Oj\u0000!06\u0000\\.\u001cT\u001b\u0675%\u000f\u0018\u0019!O\u0001dHG\u001c\u0005!\u001cEv(^\u0006~\u00059\"\/55b\\%\u0000FJV1\n+\n\u0003n@d\u0019\u00185qn^!6\u001dimDy[?J\u000f4&GZ\u0000U7GZ\u040aF\u1154\bR\u0017\u05df'\/\u0007>z)qU\u0015Kc+\u0763C\/\u001eG\r\u0017w<\u0011H\u0000F\fd\u0003N8{@z{AH\u0003c\u03dfELdX4\u06bfh1\u0013\u1609 2\u04eb_\u07a1\u001dm\u0005\u05ac\b5C\u0014\tAM\u0010\u0013l\u0004j\nT\u0004jt\u0011\u0001x\u0130|hvU\u0007qUxN\u0017zAS\u0018&\u001051p_;fT\u0642\u0004^\\;Q\u0006@c\"@\u0000o\u0014\u001cA@\\]\u000b\u0000(i\u0017\u0001\u0138R\u0004)I~<;=t1Z\u0538KAh%\u000b\u0002O\u0004\f\t\\ zX\/{fj90.r\u0002G^ j80.p\b2Ef<\u01aeT&0~W+\u0014uw81\u0012IQ\u0007\u0018to\u001a\u0004hVq\u0011\u0003A\u0241\u001d\u0013[#gMU,\u00c2\u001eo\u478c\u0293qC^=\u00193X1dSbVzb\u07a7*O\u0109y\u011c#Y\u000fu\u001cDB>R\u0002\u000f'q'p&e_\bGVx\u0724Z\u02f1\u0682\n}Z\u001fDFLvv5.X\u0013!{&\u0015N^&0V&dt\u000f.^~\u03beL6\rG\u02e6\n\u4ec9\u0017\bX[\u000b\u0004Sw\u260d?!}7<)\u737b~\tWH-2;`\u001d\u0013Rc}b*f\u03293K3\u000fu]f~SUp=QV&\fG3u*3sjZ\nYiSu\u000fMRM]GI\u0004A\u000fid\rjRB*\u001e[d:+\/F#9\u001eZ\u0011\ubca2\u0246I~&4\u06b5X9F54y:F\u001d4ZuT\u001b\u0003\u0017WQ*4\rUP]f:;\u0003O7.!\u0003\u0000'\u00edI\n\u0549Q\u0006@T\u07d3\"FT\u0011UY#@4'\u001e$u@}{\u001d![\u001c*H4\u0428\u0010Y6\u0011Sch2Q2\u0015\u06c8\u07a9\u0013l\u0018BN\u0011\u0002R3*D\u00042O\u0138QTG[0x{?,%\u001a\\s\u001f)VgN0A\u00060M$GB\u001beM:K&6G\u0012b\u00022I+49\u0011;4F\bIS,Z\"\u001e`\u015f!yz\/F'X<}\u0006x\u0011^y6qF:P\"*?\u0015%O\u001e}~\u0006wdQ\\8\\\u0002\u0003\u075d-pWjI\nre__-\u0001\u074f.%`Ml\u0740K0+g\u0006\u001flk\u0187X@\u000fdq*\u0017y4nP7Iu\u0018\u0269-1X\u0162\u0002(NV&_;\u000emwl6(9-P E\u000f;6FD\u0012p>-\"\u024dI%t.<3\b\u0002\u0002\u0018?\n=&\u000fC\u00018tl\u00104o,\u001bBF\r=g\u0010b \u001f\u000e\u0018b\u00018!\u0002\u0646rg\u0014\t,\u3577IS =\u001b8\u0011\u001c=sitEmrG\u0004\u001a<\u0007\u07ed,\u000bl\\\u000f\\VXA\u0005F,\u000b\u000f#gOo{\u0386T\u001c\u0219CzA8Fn8\u0006m\u000b\u76e2b*|\u0002{Q'E<\b)\u0000^\u0013\u060e\t5\u0013U\u0019RBWF^\u0013$\u00d4D8^%iW`J\u0014\u027e\"t4dG,C\u3d53v\u0005LHJH^\u0013\r6'\u0018=;S]mr?~#\u0015\u000f\u0001\u0017\u000b\u00075m\u000bK\u0013oY90@%9?P._\\\u001174n'E\u0001<\u0000d\u0404\u0001\u017b?xF]OT'${n9 -8NEy\u0007n9j=z*x\u0011}yG,t\u0001Q@\u0005=8n\n\u014a\u0014\u0001=?\u0017HFJpLG;d`|g\u0005\u0001\u0013$l%(\u0002V9L\u0012e%@W\t!G\tA7\tIByH[z*#\u0004\\#\u0004\u001d#rV\u0005d\u00c2$b[PL^6\u043e\u0000g\u0005l\fD1&\u03ef#}tv+F\u0001\u0012G\u0001\u0120\u0001Yb\u0006z\u0012\u0016+M\b\u0545\u0000f\u0011 I\u0000Ibo\u0007H\u0000N\u0014$}\u0001I:}k@\u063b\u0003=m\u0000*+\/\u00009>\u0019U\b\\o8Z\u0000+\n\r>z\u0304$\u04ce'I3,-\u178c&\u0005+1\u1f82\u000eBQ\u0012%A?.Jj;\u0611+ZE\u0017^(SVR=\u000b=\u0630\u001b\u001e\u001dXngha1I8q\u075aAk<>1Cp\u000bLqO\ud3a9I_\n{R(\u001bB.F\u058cK\u0019.q-5F#Vj<5{F\b\u04b8\u0018m|\u0000v+*c\u00023f-|\n,4\ufc0d|\ue573\u0014*,v\u0005-\u0612=Bm\u001aJ9r\u000b\n0%\"\f\u0667eG\u03b4a(,ISG\bA\u0013-AC|\u0004[;\u0662*\t\u0018<&[t.XN6\f\u0018~tVjY\u0005\u0005BO8\rDZv!\u0015R0sJ\fNK UL\u07d0J\u001c!\u0015\u000f)CjJ@\u0010)=DjJ\u0015F\u0014\u0012)DjJ-L\u0013)DjHEZTPQDt\u0015I@]*Xe0\u0013[x}\u0012R]8\u0010^eFd2\u0011_\n(3ITD\nj5b#m\u000b7\u0012O\u00d1@t\u0006\u0010iu\u011bH`{Lv)\u0012\u02a8D7\u0018[H_\u0014\u0000xhwy\u0017H}E-v\u001d\u000b\u067e%\u0623\u000fhm\u01af^\u001beRt7V.\u011eS\u00fe6\u0018bO\"pfB1\u0011\u0013]\u001a=\u0004(kj@A\u0014~n\"\u000ek)@U\u00114 C;%]\nQ_\u0018N@5\bwzA*!Z\"D3\u000bdFcY\u0001mPoE9{\u0002\fA\u0321]K),\u001a\u0149X^$\\\u0004p^1}\u0006.9+M{Y:{E8D=|M=\u0011b\u0004i`\u0019HQ9k\u0012Nbd\u07b4EXw\u001f(W\bOi+LjkJ+\u04e0bJ+\u000eBR4v\u0017Mm#tJ+\u0699\u0604iY8*\r\u06f7\r6~5zxl\u001b\/M7\u0010A\u89b8|\u0015_\u0010m7\u0016\u07e3\u04efVUV-Mkm^lv3\u0013 {\u033cu5=7f\u0003)6v6K\u06d9hY{{\u0004Ej\u0457O\u0003\u0017N3S-pa'|\u0658c\u0597@*\u0006.~\u0216fP\u01b2\u001aP\u001dd\u001cB\\\u0001Mi\/!x4c\u0019\tJ8\u0000,@(}\u0014L\u000fN\u0002\u001fX\u0011^.,6bL~.\u0005%\t&YK{\u0005:~g.L\u4aeawzM\u02acR\u0517#h.d\u0002fA\u0002\u0016-\u001f('[\u001aIf\b\u0018\u000b\u0012Sf>#\u000e s&\u0011\f`\f\u011a\u062a@P(_iIf0\"]'\u00185\\`]\u0012\u0018\\\u0015\u0018\u0100V'tSwI8\"a$oY\u000f\b\u001e\u0001A$\/XX\u0014g~}\u0014\\\u001cG+P\u01f2\"\u0316\u0159\u0006_Ud9\t9\bf@n+\u0012!\u0010b\u000eO1\u001e'6(c\u07b9Z9>@\u0252+\u0000$\u0002 !{e\u0002\u0012\u0006\\9\t\u00063u7\u0005I\u02308$u\u0236s\u0011gO\u0705zf\u0250\ua0a41\u001a]ak\u0005xI)\bMv\u0011VL=\u0013\\\u001a3pC4FtS0\u0019\u0011G\"eH)G\u0011\u001d_Aa~MgM\u0018\u0017&g\t\u00153v0zB-\u0080\u001b\u0010Y\u0006+#FM\u073fWzMsGZ\u001b>Q^1\u058f\u0003I\"V @V6\"!_x!%EK\u000f\u001b6\fb\tu\u001c|,tE{{>An^7\u0002\u0018Y\u001f,{\t\u001ag\u000fHs\/\u0011\u0018ur9\fF\u00171\u0017>f\"\u001c3R\u001fDtz\u0773{^;m^1\u001bf\"\u00015\u0019b\u0002\u0494@M]@M_8\u00025\u0000\u001863t\u001d\u036e \n)UB2h*\u0019C\u0017\u0004&F\u001fkQ\f*[Kk\u0007P\u001b=\u0000u\f]\u0004\u0010\b\u0018@\"#\u0015k!\u0000\u6d0b\u0000b\\)$?p\u001e:\u0017zwuiwHAKn\u0017\u0004V\r\tK3$p!asr\u06f0U,\u0007,p\u000bO\u0019\u000e\u0010a]\u020c\u0615\u0004\u01afjE~\u000e'F\u0017<8)\u0000CW=\u0010\u001aRA\u0441 r\tq-\u0311\u00e6ZaAo5Nb\u0013\u000f\u06ef<~\r\u0002w\u0019\u0003\te)5\u0005Fei\u0004Pt\u00005;]\u0006\u00000\u0003w\tN\u001axr@U\u0015\b\u0018\u0001\u0001KjD? 1\u001dU\f\u0730w\tT\u0243\u0017)\u0001&\u001b\u0016E@\u000b\u0012\u0000{leS7j\u06d21LK\u0006\u000b1H=zj\\1Ls\u0005\u001b@]\u0017+*y\u0010ci\u0007woZ\u0010M{\u001c'\u001f<([z~\u0000u;`3\u0006!w\u0014u.Lq\/\u01c1>:KY>\u0015\\=4\u0013\u00cf(bE\u0013\u0010\fRXmA~?\u000f\"u&;\u001a\u0017,\ub43dD?G\n'G\/\u0013zy+}Q\u0013\\?:\u0007\u0017c?{gIpS&\ub1a3eSSXTtb\u0005\u000b~G\u0004-]\u0005sMyx~w;q\u06dft\u0014]=R\u000e\u0018}\u0007k\u2114kjX#sj\u0321*C]2r\u0015\\uU,3L\u001dk\u031cgl\u001aT\u0018iLZ%p\u000f|H&t>\u0010y\u0003Y\u0723E\u001e\u001b,\rrR\u001d#=Frjpf\fv({@\";~\u05ce;o\u001b\u001d8\rJNl\u000b*HaQ\u03b0\u0011\u0004OrHr`d\t<\f\u00b7\u0000\u018fv\u000f\u0243o\u00101t\u00006\u000eY\u00134o,\u001bBF\r=g\u0010b \u001f\u000e\u0018b\u00018!\u0002\u0646rg\u0014\t,\u3577IS =\u001b8\u0011\u001c=sitEmrG\u0004\u001a<\u0007\u07ed,\u000bl\\\u000f\\VXA\u0005F,\u000b\u000f#gOo{\u0386T\u001c\u0219Cz8\u000fyy\u001c6MDP|\u0015QDd\"Z\u001eh\u0014\u0000U{\tlG\u0368P[O\u019c?p\r'&`I`)qJ\u04aen)}E\u0004Oi\u0004O\u000b1\u024e.Ys\u000bvULHJH^\u0013\r6'\u0018=;S]mr?~#\u0015\u000f\u0001\u0017\u000b\u00075m\u000bK\u0013oY90@%9?P._\\\u001174n'E\u0001<\u0000d\u0404\u0001\u017b?xF]OT'${n&-8NEy\u0007n9j=z*x(\r%\u0012\u0003aX\u0012f%\u00138]\/6\u001e=$\u00032V _\u06c3\u0006\u036cXW\u0011Ps[z\u0011d\u0007\u0005t}\u0001.Y\u0010\u0014H\u0002b\/\u0010j\u00045Qg\u0002\u0010\u0010|%\u0014\/)!v-\u0010\u0010\u0019\u0017\u000bvC\u0000\u0004\f\rD6&\u03ef#}tv+F\u0001\u0012Q\u0001{\u0160\u0015Yb\u0006z\u0012\u0016#M\b\u05457\u0002f\u001b I\r\u0001Ib\tH\u0000N\u0019$\u0001I:}@[\u0004=m\u0000*+9\u0000y?\u0019T\b\\o8Z\u0000+\n\r>z\u0304$\u04d8'I U\u000fJdp\u21bb5_\u0002\u0012\u0011\u05f4y\u001b~b\u0016\u001aYx\u0500\u0016\u000f!F\u001ci\u001e\"\u012d;J;]\/\u001d\u001a\u00154u|mS%I R)va\u0017\u0018\u46d8nI\u0005yizV+#\u0001\u0019\u00041\u0005\u0001:\u0000SAU\u0004\u0011\u0013YI\nzr.:\u0000wm\u001a\u001ei}\u001a%O*\\\u001f*\u001c8p\u000e'@znLRU\u0018yiD?&k\u06b1c*\/>u77L{\u244f:1uE\u001f\u999eDT3s\/\u0002.g}Sdto&\u03bb-\u01b5fk\u0006*\u000e\ryK77\r!a#\\3U\u0004\u001dUh\u0006(D}|;Q^\u001d{\r\u0012\tq\\%OL\\\u0013\u0005\u001b\u0006M\u0005&\u001dUQ\t)II:B>Y\u046e\u0011+DSY\u05b0(v-\u001d\u001e7\u001826\u0012?\u0117\u0014\u001a\u000f)'\u001dE\u001b;Qz\/iL\u0564\njtc\u0015\\1X\u0001\u0019\u001d<0IFNg<\u0017n-\nM@\u001c#J\ud93f\udfed\u001c\u0017ko\u0017\nnmmDo\"NFdW>3_\u99f5\t1\u04f2sT\u001ao\u05e1\u001bl\b%\u0003mm6_rn\"\u044dr* n-o_ZZV\u0469\u0196+\u0011\ua317+&@y.zn\u0001k\u0007HS\u001a?m^v:\u001b!\u0472t\u0003w\b\u0012\u0562\/\u00036PWKB\u000f;U\/\u54d5\u05d7\u001c\u07b6\u0004R1p{EP\u001aP\u001dj\u001c\u04a2`\u0001Mi\/!x4c\u0019\tJ8\u0000,X(}\u0014o\u000fN\u0002\u001f\u0005X\u0011^.,6bL~.\u0005%\t&YU{\u0005:~g.LF59*E}\t\u000e9B)k\u0016t+`\u001f\u0002[\u000fr\u041dNo,1e8\u0000B?g;\u001cp\b\u0006H\n\\\f\uda15\udd9ck\u001e\tQ\u0015tH$0R1g +RM1\u0309\u0001N\u047d\u001a\u0019\u0767pFE\u0014H^i\u001f\u001c\u001d\u0011<\u0003HQI\u0002a00)(P8XVHeEV-3\r\u0010T*r\u0012rD\u0011\fCX\u001b\u42b4D\b\u0127\u0003\u0013p\u01c9\r\u0018w.9yVO1P$TM\u0016\u0000\tS.\u00130bDuGdMH)HB!\tv.\u00130\uc27bp^L5\u0019\\]4F+l1\u0005)\bMv\u0011VL=\u0013\\\u001a+GV*\"\n\u0017E\u000fE4\u030f\u9455\n\tC$ m\\'<3\u0239\u001e5\u05acT\u0002keXAp\u0000oY\u0013$;%!\u0015XWljeaYQ\u06f0\u001e\u0000U\u001bWI\r \u0004\u0006\u02c5\u00d0j0V\u0018\u001f\u0019D!\u001a#C:)`\f\u9223@2\b\u000e0Ge\u0533X{3\u0004HW\u024a\u0019;\u0018=FSt{Ea\r,\u0003\u0011&+=&y\u07f9#\r(\u0018yGZ\u01a4S\u0011TH+\u0010ftH+\u001bZ\u0011\/\u0012V\"G;%5\u000eb\tu\u001c|,tE{{>An^7\u0002\u0018\u0019\u001f,{\t\u001ag\u000fHs\/\u0011\u0018r9\fF\u00171\u0017>f\"\u001c3R\u001fDtz\u0773{^;m^\u0005W\fS$f\tHS6\u00025}j*\u00025}a:\b\u0000x\u031br\u0019Ua1*)GUh0\u0011\u02bb\u000426+\u07ee\u0010Y\"R\u0007\u001440\u0010\u0002S\u0015Z|B\f\/x\u0000\u057aQHZ\bAUa\u0014\u03fb\u0007*6nN\u000e\u000esM\u000e\u04a3\u0005)r#bjRd\u0239\u0019\u0011N6-\\O%h9o)\u010a0z{2\u07a7*O\u000fyd`tMYy<17\u00137m\u0013sd?\u0256r\u0012\tHZ\u000b<4\u019d\u070e\u0099}!\u001c\t[qI\u001bGFZO?\u0007>zx;\u001f2\n\u000e`\u0015`%\u0411~l\u000bu\u07dc\u000fVAZ@\u001d\u0014P\n\uf9e0)\u0003$}S\u0014y?\u0005Z?\u0005LAnW7$K{{\u000bw\u001aS\u06d8&CR;VDb\u0007woZ\u0010M{\u001c'\u001f<([z~\u0000u;`3\u0006!w\u0014u.Lq\/\u01c1>:KY>\u0015\\=4\u0013\u00cf(bE\u0013\u0010\fRXmA~?\u000f\"u&;\u001a\u0017,\ub43dD?G\n'G\/\u0013zy+}Q\u0013\\?:\u0007\u0017c?{gIp[&\ub1a3eSSXTtb\u0005\u000b~G\u0004-]\u0005sMyO\u000f7o1[oB\now\u000b\rG\u000f\u0011]9#\u0477&NHKN>c}b*f\u03293K3\u000fu]f~SUp=QV&Jb\u000ep\fT$4,\u0015\u0015+YF~\fSWeM4u\u04a1gI%p\u000fJ}PnnFEIY4\u0000=\u0015\rgm#J\u0005\u0019uS\u0019oC\u001eqCo\b\u0001\bWd\u0010\u0019*\u042e\r4ys]\u00144V9\u0013<\u0010\u0006MjQJT9%OL\\\t\u0000]\r;W\u0001jMT\u0013R\u0012\u000byF\u0018Uh\u0264(\n4\u0433}:\u00035e\nT54l\b\u00ca~nhs`D\u0522D8\u0003 \u000b?G[xB\u07187znQz\ri\\\u0001uqP5&\u0018\rnR.\u0016a\u0017H2q\/6\u001d\u06f1Vpm\u00ff\u0003gA\u0249MR\u0005),J\u0019\u0011\"z|In\u0011mn\u001cL,a>v?\u000fQA7u\u001c\"\u0006\u000e\u0014T\u00174k,\u001aB\f\u001dg\u0010^ \u001f\u000e\u0018\u0001b=!b\u0002\u0003D3\u0004a$)\u001eu\rsx|\u0017Snq*\bX\n$acD\u0017\bB_\u0002(+\u0001zJ\bI\bzI>\u0012&GBCBZQ\u001b!\u0019!\u00173.H'\u0017$\u0011\u00132e\u0003\fpV I\rc:2uNGgb\u0014 [\u001dK\f\u001a%\t)\u0006\u000ej'a$P]xO\u0000lI\u001b\u0003\u001b$$\u0010M\u0002I\u0012'\u04f7\n$[6\f;\u0005\u0013LZ55\n\u0fa2\u0420LH2y$h\tYF=h1\u001d\u0011:85,\u0013\u001f~]\u02873#qXDSE\u001b9:\u001btG\u00108\r\bIi\u0744g\u0006?y%[;\u0003\u04a4`%?W\u000bY(s$EI-R:9\u0007{SEk\u000b\u0005{\n].Qp\u0019\u001b\u0163u\u0013\fR\u0010M?F&\t'n[%\/(\u0011{M\u0007;'6\tn]G\rh[\u0010m\u0111!bI\u073auh\u000e_Onl}\n$\tD\u013e\"\u0011t\u0013S\r?,\u000f8\u001dMjc T5\f\u00041\u0000\n\u0000S;\u0003P\u0010YI\n:r\u009e:A(#4J\u00d5; G(;4JFw9%5.S)|rO\u000fRCQ-\fJ>jtK\u0015VV\u0001\u0019\u001d6;0IFNg<\u0017nKA?\u001c#>J`;rseLqi2i'gT\u00114H$}\u07a9\u021a\u0001T'\u0010:l)O1~\u0002O.4\u001d7%\u0003y ^\u001f\u001cm$\u000f\r\u0003-`l\u06dfp\u001a4\u001d}1=C*j\u001c\u0002S\u0002i\u0019\u0001!V>$aCb RSZ\u0514\"\"5HM#RS\u001a\u0514R\"5HM&RS\u0689\u0514\"5HM)RST\"\u0015\"h-\"]9\u000b3\/Oaf+1z\f\u0010!UYTJR*%*\u001atF:I7RA\u0015G\u0012rN6k\u0011]G;\u0012h\u001c+=aBOeQ*uu:k\u001ep]0\u0002\u0000'\u000ew\u0010?8e\u0005)\u012fhv\u000eu\\!\u01bbn\u001f~_s\u001d]\u000fwi#G\u02e4oId\u0010>U2f\"&\u04ddNt\tPKI\u0540(\u0000\u07eayW!C;E]\nbvq\u0018N`\u06a5F\tsa,!Z\"D3Kdm6\/37\u000b0\u0004M3vqIk\u0014'be\u0006\u0012b(\r]\/s\u05c8VK\u001aqzz#4\b^-If3%\u0014E%\u0018i.>@P\u0010\u0097^Y\/+qUn]zA=}]P*\u0011\nFdW>3_\u99f5\t1\u04f2sT\u001ao\u05e1\u001bl\b%3mxm6_rn\"]r* n-i_Z\u06bc*Kbj:\t=|f\u07ba7\u001b~Z3\u0001\u0494\u000f\u054a\u0018~K\u000f\u0015!\u0472t\u0003\b\u0012\u0562\/\u0002!p\u0014|\\\u0742\u000f\u0007\u001fv\u04ab^_'+\/\r\u001bs,z\u0012H\u0015\u0019+C\u001aj@UvqH\u0005t7\u0001\u044ce&`*\u0000bMQ=:q\n|\u0016cEx07gs\uc78b330G\u0017\u0014$d5v\u001aO\u0017X\u0005f\u039e\u00050\u0002\u001a2\u0014%8\b\u001a\u000b\u0019Y\u042dEt\u000bl=\u0007\u025aNw;\u0019\u0002.\u0006\u0002\u0114H\u0003\ba\t+sD>!|\u01a9\u001e*Ps1\u0014WZr\u00169m~\u0015tH$0R1g +RM1\u0309\u0001N\u047d\u0199A$Q\u00110\u0012a,~`\u0007GG\u0004 RpqTH\u0018h4Lx3>\nT.\u000e\u05a3\u0015RcYUfL\u0003\u00afA,'!G\u0014\f\b\rrEZ\"\u0004SP\u0301\t8\u0006e\f;\u0017P+GV*#\n\u0017E\u000fE4\u034f3qt\u001f3a\u0004g\u0006S\u00169\u0003R\u019aU\u0016JXu,\u001c3ht\u001b\u001cWw5_8sd$\u001a\u000bs?8\u0018T*YM,,3jt\u001b\\]\u0010>t?\u0001\u0000pp\u0018Rm\u0018f\n:\u0003(>DcdH<\u0005\f!\u001dq\u0014(Rr\u0014\u06a1x\u0019\u0015\u0014\u623c\u05d4z\u0014qr\u0000\u0018*YQ:c\u0007h*\u0512n(\f\u0001e2by$;w\u0013U\u001f#oH+=\u0418t*\u001ei\u0005\u0002T\u078c\u001eieC+B\u001e\u001a\u0017R\"J]\u0004_$ a*PBWG^<\u001eC\u001a\u0014\/Fyu#\u0003\u00181e\u000f8A\u0001y\u0005=\u0002#\u0017R=r6\u00171ah\"&Lc&R\u0218NW{v{Rw-r\u0016X\u07ab\u0000z\u0004pL>1\u0001iJGPE.B\"P\u0003a\u0003;\u0003\u001fJ\u000e\u03ab\u2e57\u0423\f_E4QyT5\u0003\u0016$\u0001TF\u0012\u0000\u001a\u0000\u0002\u0001\u0012\u0003Qr\u0004\u0002\u0016\u0002PkN\b \u0195\"HI\u0003s\u03e8\u057bKGvw)\b\u00144vAi\u055004C\u0002\u0017\")\u001e.JSeMQ\u001b\u0013X\u001c\u05ea%ati\u0004\u0016XR$z\u0005Am\u001a\u00124\f\t|.Wdnj\u0002W~\"NQ\u0013#\u000b\u001e\u0014u\u0000 d_\rBBhbJ\u0001\u0007a\u0007\u06c3\u0003;='}0G\u0012jY\u0005y\u0000;j!O?|{5\bz6zA-<\u06e9\u0019Wp\u0000#\u0018\u0006+cK]g,~\n\u00028\uf9c0Rx?\u00055LA\u001e +F 7))hd\nrl!=_W[t\u05d84\u0019\u06b1\"\u0012\u001b\u6e5a\u0001Z\f8$\u000f\u001d=\bn.;x7,:\u000e\u0013_\u0007\u0639)\u0019aG,\u0011aG+\u001f[\u0011vz;\u001e{T\u001f Mi4s\t\u0004\u001a\u0005\u001f&@{?\bgT\u000f5\u0000\u00ae\u00075j\u000f8SBO+_\f\u00102\tX=\u000eR!N\u0019w\u000b\u0004\\jt8em\"e\u0000\u001a0\u0006\u0005rcA\u001e\u0004]\r|\r\r\r\u01e6+\f\/\u0305=\u0000,W}a\u8b7fSsw.Bwy|g\u03c7\u000b\u0af7\u4c2dy.r+0j}\u001d?9W7\b=4fQs:o[LMQE\u04f5\u06bf\u001e0\u001e|\u000e\u001a 8Ol?x\u001cQ\u0017z(\u0001w\u0000$g\rB)OY]\u0006,e_\u0003}t.}*,{i&&i\u5cc7\u001fQvp' *oo\u0019>Z\u02f1\u0682\n}Z\u001fDFLvv5.X\u0013!{&\u0015N^&0V&dt\u000f.^~\u03beL6\rG\u02e6\n\u4ec9\u0017\bX[\u000b\u0004S\u031f\u001fn@\u07cac\u0014\u07a4Q)\u0017n\u001bz\u001e\"0YrGjqodMr\u06d7|TUTL\u001cSK7gf\u000eUY\u001fzM\u001c\u000eD\u0019\u0019HT\u014diX**\u001aW6\fKC\u054dL\u0013\u0018\u029a\u0014C\u03d2J\u001e\u0018EIY4\u0000=\u0015\rgm#J\u0005\u0019uS\u0019oC\u001eqCo\b\u0001\bWd\u0010\u0019*\u042e\r4ys]\u00144V9\u0013<\u0010\u0006MjQJT9%OL\\\t\u0000]\r;W\u0001jMT\u0013R\u0012\u000byF\u0018Uh\u0264(\n4\u0433}:\u00035e\nT.+#\u001f\u000f+;\u0341!\u0013\u0017S\u0013\f,\u001cn\tsc\u8e69G5N\n[\nT1\u0013kq\u04f8YT!n-i\u0010\u000f\u0016\u02870d&s\u0015X:K&V\u0015~0o\u0294F3\u07a5tBtldw\u0000H|\t?bD\/$\b\u03f3q*3E+\u00a3\u001bl3$>%\\\u0004\u001e\u0573\u0000\u0010\u0015uk\/\u03e4;\u000e\u0016G\u0017J$P\u0014Z\u0527Bw\u0223\u0700;,\u001f\u0005rZd\/\/\/WX\r\u001eh;.]Ml\u0740\bG0+g\u0006\u001flo\u01c7X@\u0107\u000fR\u001eK3k0:\u001a@X\u001b9Fr{\u0016M\u001d,b\u0011z$\u0013'+ob\u04f1\u001dk\u0005w6;p6\u001b\u0014(U\u00a2a\u001b!Y7\u0016\u00126cWyo\u0000\u001e\u001dtS\u0007!b\u00002rf\rEC\u0218cL\u0018\"\u000b\u0004\u0001C5@'DZtx (xF1\u0719:2^yd8\u0005\u0763Na'Qo\u00038\u0007Fw9_\u0004>D!\u0014l`\u03dfjrlz\u0010\u0326%^k\u0015S`\u0014\u0018\u0012\u0015\t\u043d\u000f0r{l*%\u05c4u1h\u001c#Zqy\u001c6MD\u0010|\u0015QDd=\"Y\u001ehde8m(Ps>\u0019\u0011*p\u0005\u0010$\u0004l\/\t,%\u00111WIU\u062d\u0012?\u001djp6%HS\fE\u0006e\u001e)\u01de\u0247\u04d7R\u001f\u053a6:JI\u03f1(\u0017\u0011S+yw>\u001di\u03a7^K\u0001\u000fT\u0019\rpJJ7T\bR\u00175Z\u0004\u0015aI\u001dG~\u001e|b&qfy*YS)Xq$f{\u0002#v\u000f*\u0014\u00115)SK\u0014D%J>\u001bjt\u00131=\u0001\u0019k\u0017!0\u0016=FNg<\u0017nKw&\u630d9\u001c}#\u03a1J`{rs%IQ\u0644l2)'g\u001c\"\u860c\u00023KK\u001dR\ud5c8\u0013\f#\u0012ld\u000b\u001c3&`\u0014\ub8aeqX6\u0007@J\u0004b$F0d\u001dVV<43fi:b*THk8\u0005*2\u0018-R1%B*GH\u00aa&\u0014\n)BjJ,\u000b)BjJ\u01502\u0014\r)]CjJ\u07508\u000eI@\u062aTPD\u0014\u0010I@\u0007\u02a8!\u001cM03\u0011fvQYV,AD)%\u0010|\u001at\"HET\u0015\"(,Rq%\"4\u0017{3M;IG\/~\u0102\u0017o~e.\u000fJ\n=A3oKF\r?\u0968\u0019\u0000iJ\u034b\u0465]FH,=E=DK\u06df\u0019)o\u0016|8^R>Y\u0005RcEo[_\u0002\u0018A\"co~eRK\r\u000ev\"\u000eiA&\u0d17\u0010\no\u0007P'Ny\b\/\u0017l~N\u0016s}f&?\u0017\u00040\u001fK;q\u0002O\u0017X\u0005f\u039e\u00050\u0002\u001a2\u0014%8\b\u001a\u000b\u0019Y\u042dEt\u000bl=\u0007C$wz3\u0004\\\f\u0005f)3\u001f\u01d1L\u0007\u00109\u0013W|C0\u0010YMlUb(\u001cH\bJ`{5\u000eF%9\u0005]jaN\fhuM8>u3*\u0018F\":\f\u000fLQ\u001c\u001cD\n.J\u0012\u00112\tOq|GzB\nu,+l\\iZUI#`\u0006\u0006\"-\u0011\u0002)(\u0004\u001cqb2\u0006\ud74b{Nm\u001eS\f,\u0002@\u03dbJ\u0003\u0482)\tH\u0018p1\":#&D\u04ae\u0010$-\u0230<$!eB\u0012F=q\u0017\t&C\u000bht=\u0016\u001c\u0016 6\u0005i.ZyxB\u059eK'\u001b}\u00118Mes=dZg,ZEy8BF#C~%M|\u0000+GV*\t\u01a0ao.z.i~\\\tC$ m\\'<3\u0239\u001e2\u0001We\u0002\u0000_$Kp\u0004C\u0015iI\u0001|uW:'HvJB*0WA0J$K\u04f0\u03a8mXragwA\rV+\u0006\u0010\u0002Cj\u0003aHa]+\f\\\u0010!\u001d\u00140LtQH\u0019RQjeWP#_SYS,UY\u0002`dE\u001d\u001ePK0\u0006D\u0288Q\u0013\u001eb\u0711\u0586OW}#@c\u04a9\b*{\u0015\bPuz3{\r\byHj\u0017^H`+u\u0011|y\uc18do$W\u0015Kc+\u0763C\/\u001eG\r\u0017w,Fr'\u0002\u0018\u000f`@=\u0004\u0007\u0017\boJ9\u065c_DEE\bL\u00071^j^\u000em[,fWk*f\"\u00015OL@\u0011\u0015\bCt\u0011\u0001x\u0130|hvU\u0007qUxF\u0707r\u000b=\u02a0e\f]D\u0013\u0018UGU3PlA\u0002\/y\u001d@o(\u00031t\u0011@ @b\u00007TVf\u0000T.\u0002q\bRyvz\\\u0765C.\u0005.\u0007\/|y1\u0017)\u001b\nQ)NYV=N\t\u001dK \u0003i\n%\"u@8\u0282I@T\u0006Lz\u0015Z|B\f\/x\u0000\u057aQHZAUa\u0014\u03fb\u0007*6nN\u0006\u000eoM\u000e\u04a3\u0003)r#`jRd\u0239\u0019\u0001N6-\\O%h9o)\u010a0z{2\u07a7*O\u000fyd`tMYy<17\u0013'm\u0013sd?\u0256r\u0012\tHZ\u000b<4\u019d\u0706\u0099}!\u001c\t[qI\u001bGFZO?\u0007>zx;\u001f2\n\u000e`\u0015`%\u0411~l\u000bu\u07dc\u000fVAZ@\u001d\u0014P\n\uf9e0)\u0003$}S\u0014y?\u0005Z?\u0005LAnW7$K{{\u000bw\u001aS\u06d8&CR;VDbF\u0742\u000f\u0013 \u001f3\u0007\u001a\u0000Paf\u0003RjX\\J\u0007)L!'\u0015\u001eh43F\u4d68\u0018t\"@ \u0003&h5qq\/7zI)%\/\u0010\/~\/\u0007\b\u013a\t}{o4\u0019zs\u0019m0.d\u0006\b\u0004Lp\u001eT\u0007\u0011Tm\u01dd0.3\u0004\u0017:\tn\u05cbnFqD\u0018\u00002I5`\f\u000b&\u0182<\b\u001a\b\u001a\b9\u001b\b{\u001b)MW$\u0019\u0010v\u001b_b\u02d9\u000b{\u0000X2w[]\u039e\u000f\u001b\u04e5\u0017Wo}[a[]V$a\u050a:~rkn\u0010zh\u0322,t\u07a8ok\u0007k=`=\u001cx\u07fd5jA4Aq>8\/nQ\u0002Y\u0000I\u001bS\u00050\rY\u03bf\u001c\u0007v,]f\u0011TpYLLg\u000f?\u0016\u001eO@T2|Jc\u0005\u0015B?n\u05d9j] 'C\u00129\u001cM*\u001cLa\u00071GMsl\u001f\\t}'Ml\/\u001b.MMaQ\u04d5\u0015w\u0013\/\u001f\u0011t\u00175\tv\u03e7<o1nBnw\\\u01bb?{\u0010i\u0295=R\u000b\u034e\u0018}\u000bk\u2114{S?92n,\u001c>u\u0019O-#WXGY\u055b(9\u001c#M1\f\u001dU01UT\r&1L]5YS)J\u001dW\u0002\u00075l3y@Xt$,?F*Xl\u0453\u02b2B0\u0019>(J\u001ce+yIO2n\u0011U0T\u0368\rI`c\\91n\rZGRJKH@6^\u001bji5*M1Ig2,\\\by+jQJT9%OL\\\t\u0000]\rTzC$WQ\t)Dp`C\u0015Z2)\f\u000fB6\u0007gi\u001012 \u0014\u001f\u000e\u0018b\u0001)!\u0002\u00031D3\t\u0013PY+o\f@{\t71\u001b1\u000b{\u0000 .l\b4d\u0001bk\u07ed,+\u000bl\\\u000fYVX\u0004F,\u000b\u000f#_Oo{\u03a6jru~\u0015= \u001c#\u0001qy\u001c6}MDHy\u0015QDd\u0002N\u001ehdH\u000bg\u0002E0\\'*#T\u0390e%kd\u0007l\u0005\u0001@\u0002\u001b@IUvCu\u0004O;*\"xJGN#xZ\u0004HvRs,s\u0004gBT2Fj9\u134cj[;,\u001d.\u001ex\b\u0236]8ik_X\u069cxyH\u0015C6\u0001rQF\u0438\u0012\u0016A\u0007\u0000A\u0013\u0006\u0017o?\u001auwz?Q\u0006\/\u0005\u01e9(;0O\u000fmx\/G-\u0007XW^e\u001f\u00128\u001c]hf\u0000\u063e#D\u01f62\u000e\tA\u0006*\u0010q[6S\bh\u0376Iwvc>\u001a|\u0017Rn]z\u0013\b\u0018\t$a;D1\u0015\bB\u0323\u0001g(\u00002\by2\b1@Hy108D\u0012\u0017\u0004|\u0017\u0004=\u0017rv\u0005d\u04c2$b]\u001fY\u0018\u0b00A[udFn(@7q;`\u001f\u00174\u0012K\u0012\u000b:\u001d@ObI\u001a\u001flI~Ib%m$Q?N5K_N7K\u0012{\u0007\u0000m\u0002@eg\u0012LZ55\n\u0fa2\u0420LH2-y$h\tY2NW~\t?>\t@F\biA2DRUi\u0011I\u0005\"$H*\u001aI\u0005#IDAH\u0005$)I\u0703i*\u000e\u000eU>\tB\u06c6Kn\rC~p<:._\u0017Dx\u06cd\u0017UUU\u054e\"YF3^\u0000g\u6b7b|\u00075\u001f MiPjx\u0004P\u0011\u0012-Kw>pz(Q-R=\u001a.\u001bOy3W\u05d7KZcEo[_\u0002\u0018\"vJ5*;\u060d8\u0002\u05db^Bh2Y\u00130p\u0000X@+Q(x\u001f@8\u0005> H\"\\9Ylv\\\u000bK\u0012dGt\u03f6x W\/0s,p\u04c5)\u0015|U\u0015Ni^U\u0012\u001cr\u0004\u0445\fS`,V?\u0005\u001e\u0011If\b\u0018\u000b\u0012Sf>#\u000e s&\u0011\f`\u015a\u062a@P(_i)\u0010\u001eZHk\u001ctK\u0002#\u0015s\u000b\u0012\"\u0014\u00dc\u0018\u0019\u075bq}.\tgTD1Du\u0018:\u001f\u00118 9\u0014\\\u001c$,\u0006#B\r\u0013\u032f\u0002h\u0014XVd8\u0000K,'!G\u0014\u0010\t\u0005T\u0012!\u0010b\u000eO1\u001e'6(c\u07b9Z9>@\u0252\u0002\u0012G\u0001\f !{e\u0002\u0012\u0006\\9\t\r3u7\u0005I\u0230<$!eB\u0012F=q\u0017\t&C\u000bht=:\u0005)\bMf\u0011\u00160di\u001eF_\u0004s\u0013`Y\\\u000f6\u00199\u000bEy8BF#C~%M|\u0000z)qU\u0015Kc+\u0763C\/\u001eG\r\u0017w<\u0010\b5\u0003\u00181e\u000f8A\u0001y\u0005=\u0002#R=r6\u00171ah\"&Lc&R\u0218NW{v{Rw-r\u0016XC*f\"\u00015OL@\u0011+TS\u0011\u000b\u0019G\u0006\u0011\u0006w\u0006>\uda16\udfb3U\u001d\u011dW9s_Q\u0006M\/c\"@\u0128}x\u02dbr\u0018V\u0015Z}8%#vD.\f\u02b7++D\u0001(\r*\fDT\u0016=0\u0010\u00cb'%@.y\u0014V$bxyPUa\u0018*\u0005*\ue04aS[\u0003@h\bX`?#rmF\u04ebM\u000b#p\t\u001anl\u06e4a\nb>\u001eo\u478c\u0293qC^=\u00193X1dSbVzb\u07a7*O\u0109y\u011c#Y\u000fu\u001cDB>R\u0002\u000f'q'p&e_\bGVx\u0724\tx.\u001f\ud0cb\u05f1\uef73$)Mu\u5ca9),*zr\u0002n\u0005#\u0002\u0596&<_oh`5\u0003f\u000fOHMF`_\u04bb\u0013\u0487\u001cZfvX\u0013'\\%'\u001fU\u01ebqtsOL\u03119tsfiPxj\u0019\n:\u02aaDhn\u0014Q\u0005\u0013SE\u001b+2\rU6PEj\u0014\u001ff\u0012\u0007e>at8g\ntk<>N??\u43d1+sod\u0000P3p!\u000fT\u001f&S\u01f3TI\u001a)5\u05ad\u0010\u0017pJL\u001c}\u000f\u06c8uYd\u001c\u01440\u0004 Wv+l\u0018%L\u0005%\u001f3M\u04eeeYWP\u01e6\u000b1\b2k#<\u0016\u00133Rk$\u001a)\u0010%'\u0005PQZLK\u001aOT\\\rT\n\u0011~\u0000\u001e \u0483$\u0012\u001b\u0019Fs\u0727\\\u0005\u0014\u029eaFE(:.FM4\u00047\u0011eY l\t3QZL xj\f\r>\f\u0011\u0244RX0u\u001a\u00173;\u001a\u0013\u0010$~\u000byH~R86\u0007C<, \\\u0005M:\u0013\u0010\u00148n\\(4QT6Rg\u0013\u04cc&|\u000fr\u000b!\n,b\u0019I~9rfP\u0012x{\u001fa)imTM\u0011=\u07f8\u038f\u0018c\/.c?)(\u0016\"\u0217,QuR\u02c3y\u001ajy6*Ps\u001b\u0011*\/%5kdFlD\u0001{P\u0002OI\u060cUv?v\u0004O+\"xJGN#xZIvRsks~\fgBT2Fj9mj[;,\u001d.\u001ex\b\u0226]8,_X\u069cxyH\u0013C6\u0001rQF\u0438\u0013\u0016A\u0007\u0000A\u0013\u0006\u0017o\r?\u001auwz?Q.9WB\u0482T'{6\u075f\u0003GO\t\u001c\u000e]\u001c\u000f7}|\u0102O7+(O-~\u02cb%j{p\u0006\u0015k'\u0002\n~n\/y#E\u0014[\u000e.\f\u0002\u0001I< Q,\u0004B\u0010s(\u02b8P\u000e\u0014B\u0013\u00135\u001c\re\u0017\u3108\u0017\u0002eBaB]\"gNN(H\n\u01f9\nIN I]d:NGgb\u0014 \u001du\fZ%\t>\u0006}\u000ej'a1$P]\u0638\u000f6$\u000b$\u0136K\u001fZ%I\/I%mi\u001fr3^P\u0011qB\u0001W\u0014\u001a\u0014{}\tIN\u0004-x8!\u02c8\u0007-\u001fh\n\u0215OgC\u001dU<\u001f2\u001fHK#L>3,?-\u067d\u001e&\u0005+1\u1f82B!\u015c\u0014%A.JjI<\u062b+Z=\u0017^(S\u8289R=\u000b=\u0630O\u001e\u001dXnghaM1I8q\u075aAk<\u0011?1;p\u000bLo\u0014S\u0013b\u0013\u07684=pRCO\r~J>5\u001eg:\u0007UOzF8&-:i\u05d4^\u00075h\"pJ\n7\u052c)PK\u0005YDz-4d60MO3ntsBOA\u0003M\u0004J#)X0*=Mjzkf9R`yds3cq\u001f\u0005\u001c1\u0003)\u0000^\u047b\rM|SS\u0004g,[\u05db[\u0010\u0000cc\u0015\u0010Ta\u03bb\u047b\u000eiWfS)`K68\u00186B\u0014+-+x\u0014<\u001ed;I\u001d9S![*d\u000e\r&\u0002*#e*\u0590!l6\u0256\/9I<)4\u0005vdibGJ\u0002\u0016\u0446e\r.m\u0013N=S\/\u0012H\\`R\u0010-\u00030\u0015S\u0012\"z$*HlmAjJa\u0019\u0006)AjJy\u001fT\b)-BjJ%\t)BjJ\u0004\nZH\u0005\u000bID\u0004t\f\u00025]\u0006<\u0001e'!}\b!YHSJ)!\u000ft\rD:E\t!RAUD\u0012F2\nI6s\u0001D%\u0012\u0004eZ3Cx8\u0004i\"hu\u0019G`Lv\u0004\u00192\u001b+\u0019}NY6b\u0001=!)\u0000pp|\u0007\u0011_\b.&Rl\/P{]3vy\u0007\u0007n\\\u0017SH2j.\u001br*\u0013\u001c\rV\r\u032b\u7648t\u7bbfS\u0010]\u0002\u0014{Q5 \n?7@z\u0016a]\u0005z\\!\u06c6Kn\r~\u000e:|-_\u0017Dx\u06cdWUUUk\u05fdb7p&c*b+&@y._\u0015zn\u00016\u0007HS\u001a?,\u001f\u0012CEH,=u=DKjl\f>\\\u0742\u000f\u0007\u001fv\u04ab^_'+\/i9\u0016m}\tb\u001eli\f1jrg*E\u0002\u05db^Bh2Y\u00130p\u0000X@q\u0018Q(\u0016\u001d@8\u0005>G\"\\9Ylv\\\u000bK\u0012dGt\u03f6x W\/0s,p\u04c5)\u0015|&Y\/!GJ\u001f0\u0005v\u0342n\u0005,[`?XN\u001e\u045dNo,1e8\u0000B?g;\u001cp\bF\u0012\n\\\f\u001c3\u0006\u001c.\u04b518\u0018~s\u0004F*=\u0017$vE)91\u054937]8]\u0012\u03a8b\u00180t\u0016?0\ud0e3#Gq@r\u0010)8*I\\\nF \u0018&<_\u001f\u0005*\u0017\u0007\n)\u0531*sq\u0001jU%YNB(A\bdAHK@|\n90>\u0001x\u0620A{\u0013jj\u0014\u0003%Kb\/\r\u0211L?o*\u0000H\u021er\u0001\u0017#r\u000e=\"kB$~LMA\u001224\u000fI\u0236s\u0011gO\u0705zf\u0250\ua0a41\u001a]ak\u0005\/MAhu\u001bc,M\u0013\\\u001a+GV*\t\u00175\u0007\"Y\u001aJZm~\u0304!\u00126\u0013\u0019LY\\\u000fH\u001akVY\u000b`*cu\u05b5p\u03a0m8r\u0000g7_|\tj,`P\u036bdu6\u03a8mXragwA\rV+\u0006\u0010\u0002Cj\u0003aHa]+\f\\\u0010!\u001d\u00140LtQH\u0019RQjeWP#_SYS,MY\u0002`dE\u001d\u001ePK0\u0006D\u0288Q\u0013\u001eb\u0711\u0586OW}##z1T\u0004<:\u0002\u0002T\u078c\u001eieC+B\u001e\u001a\u0017R\"J]\u0004_\u001cqWU,\bw~\u000fx<\u0687\u001e|'v\u0015D\u0000v\u0001\u0018\u0232\u0007q<\u001e\\M)\u01de?9\u0230h\u0011\u0013}c&1\u0013)AdLW=C;z\u00169\u000bY\u00150Q15C\u0014\t\u0b99|b\u0002\u0494@M_@M_8\u00025\u0000\u001863t\u001d\u036e \n)VB2h*\u0019C\u0017\u0004&F\u001fkQ\f*[Kk\u0007P\u001b=\u0000u\f]\u0004\u0010\b\u0018@\"#\u0015k\u0001\u00009\"\u0018W %\u000fg\/>zwvw)\b\u00144vAi\u0550_!\u000b\u0014D\u000feV-\u0007Y\u000eXH=\u0017V\r\u0007\u0019\u000e\u0010a]\u020c\u0615\u0004\u01afjE~\u000e'F\u0017<8)\u0000CW=\u0000\u001a*.\u0014pu\u0010vt`9:9sBw\u000bs\ucc29eX[\r\u0013\u0018+\r< >~\u0001<\u0000[PB^cX\u000e]`TF\u0000Ewk\u0010Pt\u01fd\u0000\u0014\u0000\u0019f .I\u0003\u000fV\u000e(\"\u0012A\u0014# `yT\u044f6*isG\u0015\u00037]\u0002UceJS\rB~X\"\u0005\t=Mk\u06d2a^%\u0018^$\u001ePTXm+4W\u0001\u0109%xW\u000e1sJ\u0676\u00bcL\u0005\u0013=]\u0002Wom]k\u06fea^}\r.^.a\u001cV\u00151myv\r6fXq\u001bSXmkT\u06cc\u0015\u059c\u0015\u04fcS\u001c9A\u0017\u000b\\\u0794U\u0168\f)a\u001c#w\td mV]Y!D\u000e(\u0016Gi0Ua *\u0005*\ue049\u0018^<.\u0001u\u0263\u001c\u000f\/\"\u0011\u02c3\nP)PUw\u000fTl\u071c\u0012\r\u001c\u000e\u07da\u001cG\u0007BS\u000b\u0317G\u0004\u001cs\ro3\u0002\u0016^mZ\u0018Kp3gs&\rS\u0015ax{%dOU\u001f\u0258$\u0012\u0013>Uybn&N&\u001c-0%\u0012Jv\u0017x8i;\r3)B8\u0012>&Ws7~P\u000b\u000f*}vj?e\u0015\u001c+J#R\u0017.9\u001f\u2d40:)\u0014OA\rS\u0007HJ)\u020d~\n~\n\u001a8\u06ffoHz\u03d7i\u0016651Mv\u0106yf0#=\u0003;\u000e$`GO7B?[\u000e\u001eaM:>\u000e\u0001vnF\u0019Y\"\u03b0|lnEa\u0003{S\u0019zC>~4U&\u0010|Gg\u0016|\u0000 tQ%>\u0016\u0000\n.6\u001fRR=LQf\n\u0001?@I4\"E\u0160;W\u0015%\u0004\u0002\u001d\u0015u\t\u0016\u001c^\\K6plr;\u837b^yJ\u024b.\u010b_\u0001B'nB\u001f\u079b+Mu\\\u00f6Of\f\/d\u0006\b\u0004Lp\u001eT\u0007\u0011Tm\u01dd\u0018]f\t.t\u0012p\u076e\u0017\u048d\u25350\u0001dj\u0018\\\u0017H\u02a3\u0182<\b\u001a\b\u001a\b9\u001b\b{\u001b)MW$\u0019\u0010v\u001b_b\u02d9\u000b{\u0000X2w[]\u039e\u000f\u001b\u04e5\u0017Wo}[a[]V$a\u050a:~rkn\u0010zh\u0322,t\u07a8ok\u0007k=`=\u001cx\u07fd5jA4Aq>8\/nQ\u0002Y\u0000I\u001bS\u00050\rY\u03bf\u001c\u0007v,]f\u0011TpYLLg\u000f?\u0016\u001eO@T2|Jc\u0005\u0015B?n\u05d9j] 'C\u00129\u001cM*\u001cLa\u00071GMsl\u001f\\t}'Ml\/\u001b.MMaQ\u04d5\u0015w\u0013\/\u001f\u0011t\u00175\tv\u03e7[o1nBn{\\;\u001eee\u0007s5qBu^rQ%$:9'bj\u021cZ94sPeg<\\\u0005c\u001deUo\"p4SG&P'\r@3oTY)pd\n\u0007A\u000fnfx@C\u0018>zWT\u0013\u0007C\nT\u001f&MR\u01f3TI\u001aiJ|\u0016LS`2\u001a\f\u0013|66o]V40I\u0017\u040f5^\u0015Kdsl+@\u0019\u0014|dP6MF=VL\u0015%5p!\u0014\u0015YiFu\u0019D\f-\"\u024d%\bn<\u0004*\u0001\u0018$\n\"f\b\u0005B\u0000\u001d\u0706\u0241gm\u001024l\f\u001257D\u001f]$Z*IUH\u0015\u0011<#\u0011<-#;c)y\u0013N93!m*\u0019#zM\u04dc`Gw\u026d\u001d\u0016[\u0017T<\u0004d.\u001c|\u05f45\/,mNf\u0000UC6\u0001rQF\u0438\u0012\u0016A\u0007\u0000A\u0013\u0006\u0017?\u001auwz?Qs!-8JeR]\u001f\uf07f6]Zb\u000f\u001e>?%p8T\u001c\u0018\u000f7}|\u0102O7+(\u0013kmCC\u02d9+\u0010qR\bh]Qc>\u0013|\u0017Snm\u0011\b\u0018\n$a[D1\u0017\bB\u0315\u0001vd(\u0000:1\b0\b:0@\u000bH\/;\/xB\u0010\u0016\u0004\u0016\u0004]\u0016r\u0005d$baPi;pbV\u00068+`i$^.y~\u001dP'\ue8f3[1\n[\u000e\u0005M\u0112\u0004o\u001eh\u00075\u0413XiF.l\u0007q_~Ib\u001b%ISr$n\u04cd\u0136-\u0000\u001frI3^P\u0011qF\u0001W\u0014\u001a\u0014}\tI5O\u0004\rz8!\u02e6\u0007-\u0007~9\u001cCK\u0019\ud77bt\\\u001b&\u04c8\u000b~\fSWeM\u0014zAK\u000fj43yLEhtSOSh\u0017(j\u0001_\u04d3\u001b{\u0017\u000e\fU3|CR\u0019\u0018nNo\u001b}}\\5\u0011\u0019\u000f\u0001\u033e=\u0004\u0012\u0571\u001fq\u0019#w*%OL\\\u0013\u0005\r\u0286Lj\u03bb_\u01b5<*=!%)15i\\wP;\u0013u\u001ay*#\\jKTW'\/Ac\u060f|\u001e\u001f%]By\u049dOa$3\u0002#]::\u6678\u0013E\u0013v+\u0015:\u0000\u000ffW\u0003O|Nq8\b\u001f\rJ>\u0013jt\u0014@1Q\u0001\u0019\u001b50\u0016FFNg<\u0017n-\n\u530d>\u001cb\u001d\ud93f\udfed\u001cr\u0017kJ-r\fS`\u0005\u001cG@d'I41@\u0006b%F0d\u001dV;\u07b55#gn\u01f1$\")\ue0ed5LNl\u0016#1+8>\u0000 )Qb7\u0000&&\u01bd?h(H\/$\u0014\u000bI8\u0345Rh\u001ef\u01e9Ark\u001bDY bTv4\u000fRA?HU*\bJ\u000b!U)\"*]T4\u0012RRBKHU\t)@;!b\u0005dQB\u00144\u0015GY\u0011f+\u00bc2EY\b*.Bt\u0017a\t*Q.(p$cH\u0006U\u0350,\n\r\u0268\u0010\u0015dlY(7D\u00105=]}S0\u0012G\u0007u\u0010\u001cno\u000e\u0014R8~+\fY'\u0019r\u0551N\u0005 \u0017\u0583gSd?w\n\u057e\u0499T;\u001b;VTaA\u07c8\u0015=@|=\u001fj6Jz\u001e\u001fB#FKP6]\/H#\u000fj\u000b\u0011\u0013Y\u0003\r\u001au\u0002\u0014\u000bR40\u000e6@]1\u01f4\u0150\u001dd\u0002C}\u000b2wo.4$KEcff\u0016\u0001ifC\nKFq&.\u001c*{4hfl\u0014.a@\u0677>9?\u001c{'[a CgW07=|\rX\tO\tB\u0017R\fj^\u001e-G\u0013\u001b\u0019\u000b5b\u6f71\u0015S! #w\u001f\u001a\r?V$\b\u6eefl\u0017@\u0005662(\u00acv\u0011\u0003;\u0005f\u0359\u0019nSn-{\u076d\u06ad.\"h<\u0015hJ\b\u0003|f\u03af^\u001b~O\u0013Ahr\u0007bV\u001f\u0004\b\tG\u000fyEPHTT\n|\fpY\u0015|fzG\u000f+U\/KFeEo[_B\u0018y*^\u001a\u0018\u0003*;\u03018W!kM^b2V[\u001308\b, >\fp'`W5Ve-W^9lv\u0399(.\u0011eMv\r\\[\u0015Wu&\"3g|uR\u0005W\u000br^U\u0012\u001c\b}A\u0017\u0012fE\u0002\u0011\u0016r\u000fY3`'b.0\u0013|RD2`\bJp\u05fd[,\fhd\u00d2U{\u04cf(+\u0015\\`\u0004F\u0010s\u05bf\u0005ujaN\rhe\f\u001ag}\u0627I8\u0003\u0011%0\u0012 \u0017\u0019\uf8e3Gu@J\u00109\u00162Bx3?*T\u000e\u0593\u001dRcI+\u0017\r\f}\u042a\u02b3\u001cU\u0004\u000b \f\u001b\u4cb4D\tX\u00023pI\f\b\u000f\u000e5z\u0016O5P$\u0002\u0000\t7%\u0017\u0000$fOi& qEl\u0212\u0010\t%*Hb!v\tI\u001cqY\u062fW&\u001a\u0002Y,H\u000eF\u001bf10\u0019\bM|\u0011\u00163T\u000fO4x\u0017\u0004X\u0011?Mu\u0002,f\u0011\u001c:f\u0014j$\u001c\u0005+O6\u0001x\nH\u001af\u001ao#\u0001+\"\u001bQbDb\u000b x+2\u0012M\u0011\u001c{\u000f1U)\u0018e\u0002\u0000}+\u0016\u001f\u0019\t{fM\uc675 * )3[2M6TzZYZr\u0015\u0014(Q\u00002\u0542\u000b\u0018axRx}\u001f6M0WIy+o7TW[o\u29de$\/U\u0005\u0007Y^3q{=\u0016\u0090\nH\u001b\u000e\f\"v.\u0007x%,\u000308Z^8\u0016g\u04287\u001c%X\u0017g5_\u062bkd$\u001ap?\u0018T.YM-\/,3j\u001bRY+U~S\u0003\tA.\u0001|0Hi\u0018\u0016\u05ca8\u0003*>Tcd5\u0005\rANV\u0014,R\u0006\u066f(Jc2X\u0012\u0016'{J9{)x\u00069\u0000\u0002Bv\u0018MZR\u001dE\u00007$\fWAwpM^+\u0015(\/\u001a\u016f\u0081\u0239\b{\u0015\tPu~3{U\f\u0010yTj\u0016n\u0000D%u\u0004_{<'0a+*P'BWG^4\u001e\u001e\u0018\u0014\/F~#\u0000F\u0002dY\u001dI8{J#0\uda9f\udf81r\u0002\u001fb76f\"\u001e3\u0011\u000fcc_\/j\u072e\u001fm0R\ucb30gC\f\u0013\u0005s3VO\u0000}CL\bM\b\u000eUY\u0004\/+\u00025\u0002\b668]Ae\u0015^U<\u000fzAS\u0018&\u00145\u0011~s^kjT\u0606>\\:\u0003@f\u0018\b \u0014 \u0011\u0017E\nGv k1\u0000\u6d0e\u0000\u0012<)B$\u03f7\u0016:\u05ff\u0017}l\u06e5(4i%\u0006\u7886\u0004i\u0004)D ^~\u0003i\u0003\u00118i\u0006\u7886a\f\u0007r\u001eS\u0014Ib\u0002\u0017NUw3#+^Tu{@8Jx\u0007\u0012Cc\u0011\u000fQ*:(;:\u001cT\u001cQ%!9~w4\u001c[\tS6\u001b#\u000f<\u04efB>~\u0000\u001e-I(Z!2\u0015.4*K%*\u0004\u0014\f@!\u0011\u0006\u0013\u001fzMq%1\u000bT%\b\u000f\u001fc\n1\u0006\u037cv\tP$&_'U&\u001d6S\u001ePV\u0007\u0011|u\u0011Aa\u0016[I+\u0006Gki\u0010!F\u0016\u05fdNj\r\u001b!\u0486Q3\r\u001bbpI\tz\u0003N\r]\u00026cL#\u0010=u\u0002W]1jC\f.Y:aU\u0385Em\u001e&\u07e7\u001b\f)LM\u0013\u0004\u05ae\fN\u0663Wv\u0000\u0149VcZ\u0010\u0005@\u0017E?\u054aX\/\u000btM8M\\\u0011\u05a4\\+e\u0011Z}VJ\u001cGu\u0002\u0019\u029bh\u0016,\u0015\u0003\u0691\u001bLE\u0018r\b-~`\u0012!F\u0016yNI\u01f7ZAUa(\u0017\u0007*1n\u0389\u001b\u0007zq9\u5d71d5hG\u0006\u06cc\u0005\u0005\u0005ky8\u0007\u000fWsm0l\u001d_oo-\u001b\u001frq\/u\u0005K1\u0332{f|Dy\u031cbY7u\u0005]R!Tkg\u0013ZwS$r(D\"K+Ik)Ha\n\u0014T2\u0005qR=]\u0017]81=\u0019\u0699\"\u0012\u0019\u695a\u0001\u0003F\f8\u0010\u0007\u000e>\u0018?9[oK\u000e\u001e\u0730we\u001bGr\" '7b01\u0014\u042cxX8+\u0016\u0010\u001fLOvOc>\u0007\rj\u001e=?c#\u0004\u0003Vnq\u0015\u0000(b5A95M)Z\u001d\u0014%\u0010\u0013\u001a8f\u0012\u0007bo\u0000;We%\u0014B\u001d\u0015e\t\u0016\u000bjo\\L1p,\u8773^y\u06b3\u0017,\u012b?\u0010\"\u0007b'n\u0002s\u0375Bo\u07a5ofh\u037cB&\u0006\u0013\u001ee\u0005\u0011\u0015JhL\n\u0580f\u01a4B'\u0006z-0%\u0011&2Lv\u0004u\\Y\u0007EW\u0003%_\u0003%g\u0003eo\u0003!\u0002on%sau\u0010u^N\u0010oy\ueb1cE,?a1{t\u0003n\u076f=9nk;\u000bo\u072a\u0010\u06ec'{v+\u0003Y\u07de7~\u02f8)hivY\u001dY?|-\b'8\u0005G_\u067b-]\/$u \u0018L'Q..x\"4\u0018'9;8^:\"\u000eTxYVGL\u0013\u000f?M@X_2xk-j\u000b-iEltNd\u0017W\u0005?9)nB'{{a\u000f}$z($rIj`J&OW\u000eS M\\\u001f\u000bu_4=7w\u001d>\u0013@\u0778\ufb0cw\u000bo\rG2WNGX\u0013;\u0000^\u0001\u001f7e\u0019}cdLM\u0758}cuw\u001c*\u001d4v\u0017\u0018\u00e164{#\u00167h90a\u0007u~iS\u0014}\\\t\u0783\\\u001f\u06b01\u0018\u03faT\u0005\u4bafnV\u0322\u000fcF\u001f=\/z0o\u000f<{*S#\u0012%i\fw\u0011`\u0019a\u0017w`\u001dcS\u0019UJc\u0018\u000bo\u0007I\u0003S3[ZZS\u03d8\tXuW\u040c1\u0005\u001aS*\u0015\u0436kAWz\u0007T5q\u000bE\u00bf\u001fYf\u0017\u001eR\u0001.+\u001a\ndEl\u0006@g6t~\u00043f{$s\u00021gc\u001ce4{C\u000f\u000b`sE)\u001b\u0003}w\u0006T\u043beF=\"G\u0019Qebc\u0018r\u0006!\u000e\u0006,j36!c\u000eSJ?P72\u0725+dSI'\u001e\/\u001a3#IAi\u001c\u00fdA\u077b\u0018\u001b\\@\u001e\u078c\n\u0007V$\u0018\u000b\u0012]%\rm\u024cc!;nR\"6>\u00198%\u0013@\u001e=y:Y\u000f|[|Onrw\u05d5Mw\u0005X^\u58210Q77\u000b38\u000e,\u001c$\\$^\u0161u\u0014]s_,whn\u04bffz \u0012Y'%\t\u022d1\u00152{:\u001b\u0005\u00150S\u031aV$?\/l(97\f\u0000UB\u0388-\tarR|MSv\u060cD\u0012u.a\u0017\"\u0002WM\u0015*V\n4P?u2h%,\u00122c\u000eb=\u001e0`t5\t\nt)tC\u01cf\r0a\u001a]}S\"\uee7ao\u001eB\u001f\u001b$F9\u00197=o]\t4\u000f$;\u001b44z\u0001%'P+mFJM7rRyHz\u0001\"#S0\u0012F\u001c\u0000B\u0000\u0010\u0004\u06d7@E@nwfI2zJ\ue872:\u0000\u02e0m,=>kF\u0417*Up-Op>{Y\u0003~\u00101\u0011\u001e7:R'@*E\u0003\nk\u0003\u0014\u0018J@\u0015\u0011\u00f6 ;:\u0005\u0014M\u0017\f'Ae(\u000e>|-1^L.\r\\\u0007\u0017\rQ\u001a\u0010\"p4lAZa(Re11,o\u00135\u0002K \\$o}r~8b\\\u231f6u\u054fccm {,PM:s\u001481s)j;\\<\u001eb~\u01f0XM{\fK\u0010kv\u0001Tpmm#ym#=\rUk\bI|\u505d\u0002_\u0001\feaW@\u001e\u05c1o\u0010%krp?l\u001b|^Rnc#\u0005t\u0015)m7\u0796VEV\u0017{\u0556b\u0000UmW\u0006hJ\b\u0003|f\/^\u001b~\u0017\\\u0013Ahrr\u069b\u0018!!\b\nJ\u0457\u0281\u001eUg7Qu\t>W&\u02ef\/\u00199\u0016m}\tb_z]NNo\bz[FI}=sW\u0001\u0014Z\u000b^k\u0002\u0012G5\u069aAA`\u0005a\u0010?;\u0019\u0005 \b*kj.^f{v,\\\u03d5WtEq,khgyk\u03a4_d\u6b19\u000eS j\u001a^\u04bc\nT%8^\u0011.$\u0016\u0005q\u034an\u0005\"-\u001f*'9.\u0019\n.\u0006\u00023\u0011'I$\u000e0\u0004w\u001bc?!\u001aveUl(#%<\u0004c\u001f\u001c\\\bb\u05f5 .RM6\u0329\u0001Lt\fk\u0012@D\tD,6\bwQ\u001d\u0012D*nq|(\bL\ndTXRdsE\u0003\/hUYB*\u0005\u0010\rrYZ\u0004sP,\u00198f$\u0006e\u0004\u0007P[=T\u000b\u01e7\u001a(E\u0012{\u0001\uf6d2\u000b\u0000\u00124\u00138\"D}EdI9L]\u0015$1NL?%\u0000I\u001cqY\u062fW&\u001a\u0002Y,H\u000eF\u001bf1\u0005VaS\u0011F\"z'fi\u001a<\u000bym\u0002`\u05fab\u0001V,B\u00113\n5\u0012\u0002_\u0000\u0011B=\u001b]\u0017G+:kn#\u000f?PG4PZ{TU\u00036$\u0001E<\u0000\u001cC\u001d\u0001\u0002$\u0002PH\b\u000eT\u04f5\u0018?sZG\u0000\t\u0014Jv\u000b\u0006l>\u0017}l\u06e5(4i%\u0006\u7886a\f\tRAilsr\ud849\udd83a,\u0007\"p=\rE\r\u0007\u00e6\u0019\u000e\u0010\u0011=(]\u0653\u0004\/iEy\u000egFW8C\u0011+\u001dH\fEIk)Ha\n\u0014T2\u0005qR=]\u0017]81=\u0019\u0699\"\u0012\u0019\u695a\u0001\u0003F\f8\u0010\u0007\u000e>\u0018?9[oK\u000e\u001e\u0730we\u001b_Gr '79#\u0018=G1zc3+\u008e\u0010\u001fLOvOc>\u0007\rj2?:c#\u0004\u0003Vnq\u0015\u0000(b58U\u001fKS\u02a9VG2E)DD\u0006\u000eA\u001bUYd\t@dGbEIv\u0417\u05b8\u0417bXu;gg\/XW\u0003|O\"\u0004\u001e\u059bkOu\\\u06a5ofh\u037cB&\u0006\u0013\u001e;\u0005\u00115q'\fq'\u0409u^vK'SvI\u027d\f0\u001d)\u0001cx]8+W\u0016A@@@ybdHmd.\u000ebQ\t\u0002w\r07\u03dd\bGx>,vOn_\u072du'msg\u1b57[\u0015\u00b0\u0015sud\u05cex8~1\u000b\u0006o\u00197\u0015M6mR.#\u0018;~s\u05f4\u0005\u0004\u001d`7?}s>{\u0004\u0011\u0004;S\u0005\u000f]\u0006$g\u0013\u01fe>KGX\u0101\n\/HX[y\u001cR\u0733\t\b]\u0006O{Tmw=\u05c9j'%t9T&0sW'1Mzoo?9l\u001f|\u000fD\u000fe\u011f_7\u0012].I\r,Qa\n\u4ec9o!s\u031f\u000f\u001f\t[o}\no{^\/\u06fez>&\r>\u01da\u0001W7h:\u0012\u001c\u0013g75ucf\u0547\u0015~Ssv\u04ec]h\u0019fh\u001b\u000eh;cMXe+};]Gq\u0004A\u000fkXV\u001fO\u01f3T\u00059N\u03e2\u000fcO>\u01a1\u0006\u06e4\u001f6S}\u00187w~<\u001bNc;\u0017\u02e03d:+`\t.94\u0003w?DP90\u0194MNh~{T\u001e.;Z\u00042\r:>k7i4m&\u0015\u0019m\u0002FZ\u0013\u0017\u0235@\f&\u001dUZ Jeh\u001aV!\u00154K\u6225y\u0019\u0013\u0007qv\u0012\u000f(Q?\u02b0\u014c ng\u0015G4\u001awQ\u0014Lh#&wLDi~~\u000f\"qHM\u0002)n\u0019C\u001d*\u1173tJk<\u018cU\u0004TZjg\u0160G0p6,\f \u0011\b\u000fgb\u001fR\u001f>={^f1'\u0013O\ue9dd'=\u9527'\u0019](x\u00a5}\u001a\u00152\u0368H~E\/\u07bb\u0002uX\u0012|L<\u0017\u0003M'%R(\n\n\u04df^2\u0011\u0453w#&:|\u0743\u0577W8A\u000b~yyato\u0016s\u0007v\u0010\u0135\u000ew+\u00177\u001f\r\u012f.\u001d\u0015\\>\u00015O\u0003\u0017{\"\u0014Lw\u04ca\u0507\u0007w\u001b\u06db\r%\u0007\n^XH\u0019\"LNi{p\u001b1H*N}ev\u0012\u0004d66\u00119D\u0012\u0019A\u00058Ed\u0019R9B\u03a1\u0014\u0019$FE\u0019\u001e\u000bbx#1<\u0014R\u001c~2\u0017kJg\ud50f\u85706T^s4%\u0018}v(\u5f73\u06a4\u0184E#\u0015\r\u0001?8c\u0017t>xkhI\u0013wY\u066f9?xh.\u0000r=x\/H.`Fd\b\u0007\u000fA\u053dx\r\u0268;\u000bA@YAj;-823'Omd'@'-:LM\u000f_\u001fp8v\n\u0014\u073c#\u0013D8b\u0002ks\u001ev\u0015i*\n~\/\\'\u01c5\u0007S)WO\u000b)5H]\u001a\u0014\u0004DT@\u0000kR+*p<.\u0015C;3\u0005JaB\u0014\u0014*^\u066a\fr\u0017\n\u0005\u0007\nEim] *\u0006\u0006\tZ\u0200gE\f\r\u0406:q\u001eJP\u0000OY\u001ar\u0688\t\u000fQo\u001a`\u0012R\u001a(h3\u03b2\u0013\"6\u0013\"\u0013jgR?!B\u03b7\u0013\">\u0000`\u0019\u0000VVG\u0019U\bV?vG!*4\u0000}\u0010Bc\u001e!2~\u03feN\u001b:no\u000eJ\u000fF\b\u0018gH\/Q\udacb\udf55\u001a`s^Q_e\u0000j.D\u000bV)}\u042dt\u0006=\u001eSs{*\ud305{A\u076dJ;C5y\/\u04cf1\tvk\u0000\u0012q}p7 !-44\u0278yJ\r\u0017y@W$i!tPz#6!~\u0152\u0013T\\\u07156#%&\u001b9q_\nqdy\u001bto\u0588Xn^,t_5uij)\u066fJwn\rgl\u000fpO?kv\u0011Ln\u0006K\u0018\u0090t6z\u066c\u00057W\baQ\u0001\u001d38\u001b7LE\u0019[\u00021\u0003I\u0012d\u000e\u0002PvI((\u010f~2E\u0019\u0012\u0013R\u0006a\u0001ehJ7\u012et\u0012t*\u0016y%Sz4\u0019\u0768v{~@\u0016`\u001cF?\u000b\u0016\u000eitlZ\n\u0264Br4\u000fN UMo!yU\u0017\u0010\u0002CaHUj\fJ!U)3*}T\u0490\u001aRbCmHU\rJ!U)9*=T\u0002\u001d\"VxHF=DA!\u0005(?2)@>)iAF()B2T\\bV.9K\u0014\fz\u00119G5\"Y#QA\"*:\u0012\u0263&%3g\u0414LY\"\u000b{\u0017QG\"MSZ)\u0444sks\u000fy\u0014#\u0012v*\nq\f*gr\u0011\u0010?\u0013YY\u001dWG\\\u0000\u0017b=x6eO|7:+Jcc\u0017vg\u0014{X\u0018\/r|(Y;{|\fd\u001b\u00030AU\u04bb[\u695f\u001d7\u00101\u0011\u001e78R'@>\"E\u0003\n+\u0003O\u000f\u00182|\u001eSLtp\u0012T.\u0018\u0005x3Yh7q\u047etda3#\u00004'SjV8\u0013K\u000e(>lf@q\u0014.a@\u0677>9?\u001c{mar{\u001aKU\u0013\u0012\u0004\/p\u0019Q\u057cV[\u0002\u0019'62Fw}.X{\u0010+4s[O\u0001xnkqz=%A5}c\u0000*\u07f6Q\u0011f\ubdcddW\u001e\u0619\/\u0005pP\u0016v!\u000fa~\u001d8\u000bQ$\u0007s\u02ce\u03f6G%u>g\u0002_\u001f\u000f_KW2vm\u001b?nUnuwsGg\u0333]F+\u07ae\u00009g\u0007}#6\u001f&7~@+fe\u0001\rOM\u000fp[zxw[\u0004DK\u00074\\V\u0006fzG\u000f+U\/\n\u0417*s,z\u0012\u0203\u06bff{C\r\u0001\u001dA\u001c@&}\/1xTc\u0019\t\u0018d\u001c\u0004\u0016XJJ\u001fCQ\u001a+o6l\\yEW\u0014\b\u03b2\u0001{+LEf\u039a0\n%\u036bJU_\u0015\/BbQ\u0010\u05ecV ?\u0002[\u000eriNr7C@]`&B>d\u0010f{C7X\u0019\u000eHk%-\n5gCa\u001f_v\u0016\\In\u04a5\u0011\u001c\\\bb\u05f5 .RM6\u0329\u0001Lt\fk\u0012@D\tD,6\bwQ\u001d\u0012D*n\u001b[\u0002\u0001\u0011\u0564P:XOvH%E\u05aeX>W_4PVU,\"X\u0000a %J >\u0007\u0012\u0018c6NbPF}ph\tCp|R$\u0017\u0000H)\u001e&fOi& qEl\u0212\u0010\t=r\"HazHbfB\u0012G5q\u0016\t@+\u000bY{Lkd\u01a6\"4EX\u00133T\u000fO4x\u0017\u0004X\u0011?Mu\u0002Y#f\u0014j$\u001c\u0005+O6\u0001xZ\u001b\u0013\u000f\u0012)KK\u0000\u00025~\u02b6\u0006h\"kcAAeiI\u0011)E\\\u0695m\u5a14\u001b~oJ(#\u0017\u0000[3SoaDB`\u000b@Xy1\u066ai7Z\"\u0005@Vl=R\u0161k\u0003~\u0000\u001e-I(Z!2\u0015.4*K\u0015`\n\u0001\u0005;5\u0003P\bd\u0004>zp@Ue\n\u0004\u0001\u0001\n[!\u06d8\u05ce*\u0001n\u0004FJ\u001a|kBh%\u001b\u0001-L\u0000\u0014n6\u0496\f\f\u0011bd[@%zLs\u0018@u(*y\u0010\u0013i1zF\u0018\u0019SS7ff\u0018j]}]g<5\u0007\nn:\u036a\u0745hF\u0016I3\u0006\u0684Ufj\u009e\u05fa630umJ\u001f\u0019\u01a1\u0012\u0007y>a[c<\u001dR\u0015dzJ?>*c\u001ckj@\u000fMjac8\u0547qz\u01f3T\u001bS\u0015\rgS7t8MW\u0012(]shF?\u0007Ow\u0007\u0006\u0006NV]3=\u0007\u0198\u0012\u0019vzh\u0280\u0015bLi\u00114wA\u0019y&\u0015O\u00053r%\u001a-fzF\u001fD\u001bU*44[fX\u001a1{\u0010g)\u0012\f;[\u0338\n\u0012L'g\u0015G4\u001awQ\u0014Lh#&wLDi~~\u000f\"\u0017H\u0652UdR2\u00054w\u0018P\t\/O<,\u0007*`-e3dAalY@\u0019 UA#h\u0011\u001f\u000e\n&?>L}zbN\b'fO;OOz)OO2xQK\u0007&5+4e\u001e\u001d\u065bQ 5DO_y;vYmR?Kci\ub891\u001f\u000b:\u001f5g\u0264\u0349\u076cy\u001fw4f\u0017\u0000\u001e\u0017$\u00170pCv2O\\\u0004\u0003\u0007MI ^t<\u0006d\u051d~B {\u0016P\u0019\u0019\u04136\u0013X\u001dI\u026f\u000f\u07c6p8xEM\u001f\u001f I\nwG\u0007\u001f\u001bg{_ \\[\u6c23HQQS\u0007~2)>-#OE|t\n\u0433w{\u0003LwFyx\u0017Og4GA0<,LGz\u0017)+\u0005GVs_$^\u0000J\u001eon\u000b7P)D\u215eSig,[\u000fn'V\u0019{\u0001~\\\t'N[\u03d4{\ue6c7\biAN\rt[Wm\u001e\u0003 I\u000ei~\ru3}F\u001dSGOy\u001eVr\u0002J{R}^$D|#'U\u73a4\u0017.2\u0012X\u0000RFB\u04c8\u0010\r@\u001e\n`\u0012h\b,0IFSIVT\u000b\nx~!D|QR\u0510\fJ\u57fdNwM\u001f?3u\u00191d3\u04e4?gfi\u0013}\u023d\u0000T?\/y>u.?9=ts\/\ueabd5Iw\u056e]5<\u06f3}VtU){5\u000bzdrae\u0013k\u0012#Sjjs\/qJjF\u07fb+~C\u07afXcU#OAVO\u0598#\u0011+\u021d5\u0005$>y\u0000\u04973Z\u0007l\r\u03b7z^\t\u0017.8o7\t+* c\u0016ww\u001b87fQ4cK6_X3f\u0011V}VZT.d\u0016~9=RQ\u0018;>:$\tYI5\u0014\u0015JBXK&)=F(>2T\\U\u001eJ\u0006\f\u00109K\u0019\"Y!Q%\"*Z\u0011\u0263\u0018%3g\u040dL=\"\u000b{\/r\uf64eL$0:Y\u04c4sks\u0091\u0013#\u0011mH7Sn-{\u00a7\u076d\u06ad.,.x\u0005\nOOk\u0012\u0002\u0000\u05c6\u001f\t\u0004~\u0010|i\u001e&\u0007DH-=\"$DBo\u0018&\b}\u0330S=$1N3!#\u039a8\u000b\u0004[C \u02d5\u0005ht\u00ec=P+\u0670\bMt\u0011z'fi\u001a<\u000bym\u0002`\u05fab\u0001Y#f\u0014j$\u001c\u0005+O6\u0001xZ\u001b\u0013\u000f\u0012)KK\u0000\u00025~\u02b6\u0006h\"kcAAeiI\u0011)E\\X\u0695m\u5a14\u001b~oJ(#\u0017\u0000[\u03303SoaDB`\u000b@Xy1\u066ai7Z\"\u0005@Vl=R\u0161k\u0003zp@Ue\n\u0004\u0001\u0001\n[!\u06d8\u05ce*\u0001n\u0004FJCd\u0402\/K6\u0002Z\u0000(\fMb+Ium\u07e5-\u0019fZ2DEro\u0001Q3\u0015b\u0000I\t^CL\\5bL\u04c5\u0010=u\u0002Wk\/k_\u001b]\u06be1j}C\f.Y:a\u001a\u018b*bK5F\u0374k1#{^\u0019:X\u000bj\u0007\u6898Z\u0011\u0013e\u02f3\t\u001fU9\u07cc\u0018Z)R8\u0012G$\u0013P,@dH\u001dX,`\u04bbE\u0018rI\u0016\u000fL\"\tP\u0017<2V\u00121BX\u001f=?i%\u001e\u0016W\u00012.V\u001fS\u0494r\u0551LQb\n\u0011?j&q\u0010z-\u0006sU\u0016YB!\u0010\u0651XQ`\u047bdK\u05f8\u0417bXu;gg\/XW\u0003|O\"\u0004\u001e\u059bkOu\\\u000b{\u037cB&\u0006\u0013\u001e;\u0005\u00115q'^3NH\u0013~XN\u0018\b{\u0019`&;R\u0002pV,\u0203|\u0250h\u0011[\\X\u001d\u0122l}q\u0013\u0004\u001b`n;+g\u00118\u02cf7|XL.[jO\u06da[\/*a+6^\u001d\no}qc\u0016f=\r2n\n+m]VG0vV\u000fi\u000b\t:Ngn~0!|nwK\u000b\thg#\b9\tw\u0014\u000b\u001e\b\rIN'}o}\u0003\u0015^\u05514O9bg\u0013\u0010\fZ\u02e9B\u000b}~{Z)\u001b\u076f\u0013x;\u000fOKs289Ma\u6b9cOc~r>h\u001f:\u001e$?n$\\\u001aX\u04d5\u0014w\u0013B`ma\u00175w<$Nx\u0003wB=x\/8_v\u001fb\u0006bM\u0000x\u06ab\u001b4\u001f\u0013g15ucf\u0547\u0015~Ssv\u04ec]h\u0019f\u06a83u\u0358\u0019S4f1J\u0002\u001a\u0003cM35C\u05e6\u0019#HV \u03c77lL{0*),?FZ_\u0007\"5d1\u00f8Yp\u068b\u001bS\u0015\rgS7t8MW\u0012F!d44\u0003w?\u0166K1}:i:I;jTh\u0280\u0015BM4Bt\u0007}I\u0006lY?\u00152~0w\u0019\u03a6@\u001ff74\u0006!6\r\u0001.2(W0\u06a08\u0566\u0006u^1-s\u000f-\\Di(\u049azT)n*\u0006*`|\u0016\u001e\u001czm6!s\u0002-aY\u0624)OsH\u001c\u0010N8\u037anazg*S\u04523}\rU+\u0368\u0010~E\u00a6\/\u07bb\u0002hX\u0012\u001d|0<\u0017#L'%R(\u0006\u04df^2\u0453w#w9|\u0743\u0577W8A}yya\u0002to\u0016s\u0007v~\u015d\u060c\ud9a4\udf35\u000ew+\u00170\u001f\rWV?#3}K\u0007\u0005\u0017:)9O@n_&.b'%\u075fb\u07b4\"}\u0006fC\u0279\u0001\u0017\u0016\u001fwFl\b2qf&\u0012CS'zaDn\u0013A!-!\u0011DnP1}Q8vE\u05a1dY8d\r\u0015\u0006\u0015\u04e7I@`\u0005\u05a5aoXg3\u0016\u0012!W&\u001eNl\u001fi' \u03007;\u000eO\/|w2GRGlPOnu$Wa8\u01dft!LR\bnk\/gtZq\u0015\u0019\u0005bnn| t{zX\u0674~7x|S\u0006v+Fy+\u00064\u0013UD|\u0005qDd\u04e9b\\\u001ehD~\u000f\tBzqFMyk\u0014\u01a8HD~CCF\u0011\u0013rp\u00148%G\/^\u0010\u0003\u001d9\u1860xX;P:k\u0017A6\u001a)\u84f7cg'&4&.\u001ah\bI\u001f[C{L\u069c~\u0007>,{Gmv\u0001{Ar\u0001#\u000e74j'E\u000e>\u0000|\u0414\u000eEAlOFY8\u000fZ\u0007*tX\u000bT'OmdG>'-:LK\u000f_\u001f\rp\u0004\u0005-\u035b>>2A#8\f{).(@:ag[NeR|\n\u07fef'YRyg:\u001b\u04fc`o\u07dcW1Y)\u001a\"Q\u0002UJp\u0007\/t#]bO&r\u0014\/\u071eJ;cyPwk>P-\u000bcL8qZD\u0015v<'?6FH\u000b\r\rr2n[\u0012nh\u001e\u0005IZwH;]\u0013m0P\r7\u0003JNR)gW\u06cbo\u490a\u0711tEF\u0002_HHz\u001aq\u0010\u0001\b\u0003\\A\u0010l_\u0002\r\u0001.z\u0005&j*\u024aJ2Na>iH#;00\u00075$\u001dQg0Y7*dqI\u001d04TsI=KO\u85ea~\u00134S\u03a9Q_T=T5y?O\u000eq_r{&9\u001bPA\u001f1^\u0011\u001aR\u0013k8be{l`LY!'\u5b7cP]\u0017omB>^\u0003w,\u0015pdL-z,!\u00156\u001d\\\u0019LE\\\u000eH\u001aKVY\u0017`\ncq\u05b5p,\u03a0Qo8J\u0000g\/jW\u0004ZIHY5\u0016t1]8Z^X\u0016g\u05287,;\u07e7W\u0006\u0012\u0002\\\u0002a0,\u0015Gq\u0006.U| klH\u0019d(\u054e`IX#))\u0019$\u0003\b\nQjc\u0007c4ejIw\u0014\u0001\u07102X_\u00051j\u077d!6yzV|k\u0017\n\u0007\u001a#\"(V$@\u0368V1BQ[\u0001\u0010\u0011|}|NWT,O\u0010\u000f^\u000bh<.\u000f=0(^\u050d\u062bG\u0000Q\u0003\u0018\teu$A\u000ey*\u0001\u0006\u02b1O\"&\n,\u001a\t4\u0698xD>a~x\u0773s^~K\u009eK\u000f1L\u0014X=Y\u0002\r93!4y#P;TU\u0011#P#`k\u0003\ue36e\u0015\u001d]V5s\u001f#\u000f?PG4PZ{TU\u00036$\u0001E<\u0000\u001cC\u001d\u0001\u0002$\u0002PH\b\u000eT\u04f5:\u0002H\bU<~[\\3^Aio\u0603\u001a\u0004K\u001a\u0012\u0006\u0766\u0019\u0012\u0010\u0643zAAi\u0003\u00118i\u0006\u7486Ai\u00039DD)\nqWb1\u000bZQ^\u00d9\u0015\/N=PJx\u0007\u0012Ac(\u0015\\\u001d\u001d\u001dDn\u000eN\u000e(\u0010\u001c;lhi]NlS\/7z_}\u0001<\u0004[PB^eX+\u000e]hTJ\u0000\u0005U\b(q\u0019B #\fD_'8K\u0003\n*\u000bT\u0010%\b\b\u001fU\u0015\nQ\u0005\u01bcvT\tp#\u001f_'PU&\u000f6S\u0002oMV\b-d#\t-T&]\u06925\u04d2!B,{\u000b$5oV\u06a5\u0015Z3\u0015b\u0000I\t^CL\\]t5t!D,z\u055aK.m\u041ai\u0010K\u00169N\u063bF\ud948\ude98viL\u00183){\u028eP| \nk.i^\u0015:A_\u0016Pgj\u013cmfN:\u0002)OU`\t-k(I9\u0014\"\u00156)\r\u001e\u000eoo\u031f\u0016=\u0017}(\u000fB\u001b>h\u001f:\u001e$?n$\\\u001aX\u04d5\u0014w\u0013B`ma\u00175w<$Nx\u0003wB=x\/8_cpc`AO&v\u0000<\u054d?\u5fcf3\u021813PC]\n?9HUp;iV.\fG3m\ud67af\u030ca\u001a3ZVA%\u0001}fv1&>M5(\u04546cd\u0018J\u001etk7i4m\u0015O\u00053r'\u001a-f0\u0007F\u001fD\u001bU*44{\u0011K3&p\u000f:%\u001eP\u001d%ct\u0005!\u001fO>?\u00152~0w\u0019\u03a6@\u001ff74\u0006!6a\u0000\u0017F+1)N5V(\u0012c\u0014~\u05e5i[HI\u058f\u04a7a\u001e^)n*\u0006*`|\u0016\u001em9\bg!=LmC\u0004Z\u0004\u00f4BI\u000fS\u689169 pu?T\u001a`3}\rU+\u0368\u0010~E\u00a6\/\u07bb\u0002hX\u0012\u001d|0<\u0017#L'%R(\u0006\u04df^2\u0453w#w9|\u0743\u0577W8A}yya\u0002to\u0016s\u0007v~\u015d\u060c\ud9a4\udf35\u000ew+\u00170\u001f\rWV?#sj\r\u001d\u0014\\<\u00015O\u0003p{BDwy\u04ca\u0007w\u001b\u06db\r%\u0006\n^XH\u0019y\"LNi{o\u001bH\fNe\u0011M\u00041dF\u0010Ck\u0015\r\u001e2[Cf\u00197T\u001a\u0014\u0003FWL.'\u0001]\u0015X\rbu([H:2^x8\u0015}p2\u0003:x\u000e>rM\u001cIA\u001eA?y\u0552\u0012\u0591\\\u001c\u04850I\"]N\u0465kUVd\u0014\u0004%E\u2ec1=ae\u0014YcO\u0019H\u0015\u0018)\u0018GOW\u0013\u0642\u0015\u0011\u0015N\u038aqy4O7\u0011\u0015~\u069fM\ng\u0514Fa\n\u001fFFCCF\u0011\u0013rp\u00148%G\/^\u0010\u0003\u001d9\u1860xX;P:k\u0017A6\u001a)\u84f7cg'&4&.\u001ah\bI\u001f[C{L\u069c~\u0007>,{Gmv\u0001{Ar\u0001#\u000e74j'E\u000e>\u0000|\u0414\u000eEAlOFY8\u000fZ\u0007*\u000f\u0007Rz1o\t\u0001\u001c\u0014\u0007\u0004\u001f\u0019]wBsB\r[\u0541A31\/2-\u000bD\u0000z=\u0019\u0019\ud870\ude21\u0010 \u001bP'\u03a3[\t\n 1KCNQ\u00131!\t2vT\u0003L\"ZJc\u001a\u001fmY~B~B\u0006BTmRj'DOB\u000e\u001d\u0001`e-?\u0014\u039f^E`5o'{\u0014B\u0003\u0787_\u000b!)4\u0011hc\"\u001e\u0019\u000e\"y\u000bQ\b\u001aFdc\u0259l|,G*LJ\u00147\u00060>h\ud89e\udfdaq\u0016Uo4\/[\u00017\u0015uNVH\u0014}\u0000j<\u000bJ\u0017nS\u0149\\=\u000b=X\u001e\u075aO3T\u0002:\u000e\u0019\u0013N`\u000b\u0000)\u0011w7\u000f\u02cf\r\u0012BC\u001b\u87b7pA\u0007tE\u001dN\re`1q\u0001k%'PT-FJM5rRYH:T\u0012\u0003m\u0018\f\u0011 P9\u0003%\u000fY`\u00e9$_\u013b#<\ridB\u0007\u001a:d'*=&\u07b8[;*\u001cvP\u001b7F\/S\u0007?\u86fa1w.\u0435n\uf9fdR%}NFYw\f\u05e2MzO\u001f\u91beo\u0459\u07a94f?\u0647EJg}BO\u001cl\u04fc~2!\\\u02d0R\u001d\u001at\u01ecDcz7?o\u061ck>b53\/>:@fdNZI\u001f;wNLX82\u0000Uj^hA|\u0572w\u0018zfH~i<#?\u0018p(\rk9[)\u001bf\u078fCGP\bK\u0001hAD=\bF(3<'KCi>\u618as\/`2\u0018\u01339E2;sSu;d.8Ln+\u000e\\\u000bjB ani[ve\nI\u0017lm \u0013\u00059)\ufeed\u02143d;fYu{AK\u0005KV\u0445\n9'e\u0000\u0011I-l+@\u023eIp)\u0016P%fN\u04290\n#$\u0010\u001a\u0013P%$\u93fa\u0005Zitl*\u0005\u0264UBrA4\u000fHTM y\fj\u0010AR8HU:\u0007J Ui\u001e*TT\u0010R\u0016BRDHU\bJ\u001d!Ui$*KX5!\u0019\u0013\u0010\u0005\u001dQS%0LY\u0011f+*\u0010%EXTK,!\u00175\u0018r\u0012CcH\u0016UdfBC4\u026cY\u001a\"lZ\ub74c[\u06ddzo\u001c\u001biBl93H\u1807Lv\u0006\u04e4yJGEgAVG*\u0011\u00178[X\u000fM,':J'R8XC}\u0004n\"V=P|(Yz||\u000bd\u001bI\/AU\u07583Y zF\u008fw\u001bf>-DL\u0007g\rd\tPG\u04408\u0000u\u11fbn3\u001f\u0016Cw3u\nB)vE.\u0018Np\u0005|0\u0018\/q&k\u0017&.\u0017mt\u0019[\u0004\u0018\r=z\/C7Q\u0010Nv\u0016\\\u03d4\u001bo^iwv\u000b>krg\u0002PW]\t\u0001r]k\u000fj\u0002?\bMnV\u0003\u001a\u001f\u0010!!\b\nJ\u0457J\u0006\u001a.U\/Ha\u017dj4Y~}I\u0331mK(\u0017#R2P\u0003Ru@e\u000f\u0007P*{\txK\f\u001eXjk\u0002\u0006\u0019\u0007\u0005\u0016\u0013\u0487q\u0010d\u00142\u001f\u01aa\u02abx=99p=W^\u0015%\"`!v\u079a3\u00179k;\u00d4*HZW*R\u0557xE\u000bX\u00145+\u0015\u000f2\u001f\u0010l\u00143b1XXYZr\u0015\uf66dj|\u001beml=HP,-\nP\n(Vm\u0000j\u0005H0[yNav\u00caWT,O\u0010\u000f^\u000bh<.\u000f=0(^\u050d\u062bE\u0000#Sk~\u0000#\u0001$h=O%\u0011\u0018S@9\\_DE\u000f1F\u001b3\u0011\b\u05071\u032f\u0017o{vn\u02cf6Pwz)vV\u0633~\u0019p3VO\u0000}\tfBhrG\u0006w\"P~^\u0011\u0011xDOF\u000e.#\u000f?PG4PZ{TU\u00036$\u0001E\u001c\u0000\u0000B\u0001\u0012\u0001}Qp\u0004]l\u0007Wt-\u0006\u03dc\u0011@'EB7E.7R\u0014\u001a{\u0434[sQCBi\u0004)D ^~~,\u0007\"p=\rE\r\u0007z\f\u0007r\u001eS\u0014Ib\u0002\u0017NUw3#+^Tu{@~%\u0003(\u0015\\\u001d\u001d\u001dDn\u000eN\u000e(\u0010\u001c;lhi\u000eL\u0004)T\ryJ{\u0007\u001eW!`\u001ff\u0000\u000f$}W\u0019\u058aC\u0017\u001a\u0012@{\u0015\u0002\nvk\u0006\u0010\b\u0003\tN}RmB\u0002)\u0015D\t\u0002\u0002G\u0015|EBT1\u001dU\u0002\u0708\tT\u0243\u0354\u0000[Ak\u0000_l\u00040\u0001P\u0018V-\u0019fZ2DEro\u0001jpis\u0160\n1$Q\u0004\/QT!&xP\u001a\\t1hB\u001eYD:5\u00d7]\u06be1h}C\f.Y:a\u001a*bk\u0018\u0374k1#{^\u0019:X\u000bZ\u001a((yV\u0004}Yl\u0087,pyU7F\u0011\u0016\\+e\u0011Z}VJ\u001cGu\u0002\u0019\u029b\u001fW\u0016,\u0015\u0003\u0151\u001bLE\u0018r\b-~`\u0012!F\u0016ONI\u01f7ZAUa(\u0017\u0007*1n\u0389\u0006o\/\u04419\u0011d5h3G^\u06cc\u0005\u0005ky8\u0007\u000fWs7m0l\u001d_oo-\u001b\u001frW\u0182\u0018f=3Zf>Pgj\u013cmfN:\u0002)OU`\t-k(I9\u0014\"\u00156)\r\u001e\u000eoo\u031f\u0016=\u0017}(\u000fB\u001b>t\u0012=I\u0012~Ht$5D%+)&\u00ba\/k-8a\u06ed\u000fT\u074d>^?wSsRol\u0011,79h)\u000eG\u067f>1zF\u0018\u0019SS7ffJQ]}]g<5\u0007\nn:\u036a\u0745$pP\u001bcg\u001a\u0180\u0016<\u000f\u001a\u04a0\u000f\f]{6\r\u001d*{C\u001b6\u01b38U6\u001b=}\u001b\u001d\u0018ihG\u001f\u018cG\u0007\u0007`\u0018T\u001fFyzU'i\fw\u0011`\u0019a\u0017w`\u001d\u008ccS\u0019UJc1\u0016\u000e\u0493L\u0007f\u001e\u001d1a\u0013s`Bx346\u056c@c\u02bf1X%\u0002v;J\n8F3Nx!=e\n\u001eYTDc\u0001.LFpKWp\u001e+N>\u001d\u0790\u0015H2\u001aR~\u00145\u000fT\u0388!8.\t=]}Q\u00074\u0018\u001ey\f\u000f\u0014G)YW \u001bSz\u0375\u04d4`\u06f1\u0013jY\u001a\u0013N[\u0017T4\u0004<]\u0b61=O&mNfe\u0003V\u0016\u0f636\u0000 \u0011\u001b\u001ayd\"h\u0007\u001f\u0000>hJ^\u0007QS\u001b6',\u001c\u0007\u0003\u0015&|#-\u0016P\u0019\u03136X\u001dI\u026f\u000fr8\u001cO\"rq\udb58\udfcfL\u0010mbMw>lmuN[\u000e\"=E \rZ)\\H\u000evS>93|\u0017Rj_\u0019(\u0018\t\u0000\u0002V:\u000ey\u001cP'\u0007%\u0017\u0007E\u0007\u0007l32{s\u072dAA\u0465!eW g\u0016u\u0001tLV0Y\u0011+\u0003!Y\/64NG{\u0012\u0014@]\u001caBC^C\u0006D4Ju1\u000b?\u068c-\u0019O\u055f\rm,\u001d2ce\u0012\u039f^E`5o'{\u0014B\u00030\u0747_\u000b!)\u0011hc\"{\u001e\u0019\u02a4\u000e\"x\u000b\u001cF\b\u001a`Fdc\u0259\f|,G*I\u0014\u00060>h\\W(\u001eHGz\u0017z\u000f+,Vs*$NX\u0000J\u001c\u0005n\u000b7P)$D\u215eSig,\u0707\u000en'V\u0019{\u0001~\\}\t'N[\u02f7\u03d4\ue6c7;\u01f6\bi=N\rt[Wm\u001c\u0003\u001eI\u000eiv2\u001aj\u0778C\u0007@NsR\u001d7\u0016)6\u0011I\u0015g#\u056bK\f\u0004\u0016\u04fet4b\u001fD\u0017\u0006r \u063b\u0004\u0001:x2?43$+\u0011*\u0248\u013e!XC\u00fcR\u001f\u0450\fv\u0014\u57fdC\u04fbex\u000f2j\u001c}\u0771\f7\ue890;I_r}\u0004\u001b\u049dG\u3f94A?\u0019H{gO\u9fa4Q-%;s4t\u0019G)\u001e\u04d3\bN70wn{\u0014\u001c;\u02274B\u0000a]0o#)\u0017N!u\/\u001f4L;\u0002%A%PH`#c\u0004\u000e(i\/L\u0019maOQi\u022e)fz;fa4TL.d\u0015TqsR?Bc+n]T\u0004mt9\u0018b\u001f\tn\u0014\u0012&bT\ucb0eQD7?\u0013*\u0005]I\u000eC\u0007~8\u0018txQR2\u061eNM t\\(U.\u0001iv\u0014$VA\u0015\u000b\"-HU\u0005J U)\u0019*=Tj\rRA9HUj\u0007J U)\u001f*T3\u0010\"VDHF]#DA#!y\u0012af^\"+SM\u06890\",DIG\u0011\"\u0003\u0012rHAr}\u0016Eq!\u0019u\u0017\u001aL2k\u0016%\u0018\"}k\u0013\u001f\u02c2:M?7(\u001cp\u000f?\u0018QH':I(.z\\tcuN\u0010q\u0001\u001b\u0654o?}*t\"\u054eQO\u0000bE\/3s\u03c7~GHa\u0012T%=`g\/roBDxzp@E\u0000u\u0014\r(\u00ef\rP\u0017~5*j\r\u0006\u0014\u0006\u0019AoL)\u0002\u0278`8\t*y\u0017\fb@b\u0119]h_88738\b0\u001cM3\u001bzVXj5_8&73&6\n0I[\u001f,\u0002_\u01b8\u01daG5)A\fbY\n7\u001cU\u0013c(qb#ct9R\u057cPByJ\u0018e_b\u001f^\/FI\u0010bw_.\n\uededm$mD\/\u00acv\u0011\u0003;\u0005\/\u0359\u0019\uec01Sn-{\u076d\u06ad.b0v\u0005\u001ax\u0012\u0002\u0000\u05c6\u001f\u0004~\u0010\u0019V\u032a3\u0000\rOM\u000fp[zx[\u0004DK\u00074\\V\u0006fzG\u000f+U\/K\u001c\u07b6r1&\/=\"\u001a\u0018p\u0003*;}8P!kM^b2V[\u001308\b,h>xp'`5Ve-W^9lv\u0399(.\u0011e=\u06335]qUg\/2sw[)U|*UX\/\u0017t!(kVt+\u0010\u001fl-P9y\u0603oL2I}\u0012\u0274!+]\u0018pF),iYU9\u001b\n76H\tR\b{U\rF\rk\u0012\u0018AY\u0016$E\u0246953\r\u001cgO]p\u0006\"J`$bA`\/3GGG\u0005\ua014 Rqs+\u0004cTgzT\\\u001d';R\u01d2\"kW,\/\u001a(~A*r\u0016rT\u0011,0l\u0012%\u0010b\t1\u001b'1(#>8\u05c4Z8>@)\u000b\u0000$|\u07d4\\\u0000=\u0001\u0017!r-\"KB$ ` \u0019v$fi&$qY\u0013ga^`k\bd 9\u0018nd\u0126\"4EXS9f\u0011\u001eQp\u0014\u022f<\u0006\u001e+hj@\u0015\u0013\u0004p\u0017llFY-66\u001e$\u001aT\u001bR\u014f]N\u0766\b{]J\u067d\u0018\u6a94H2r\u0001\u0015\f~\u0001=3E&XyXXYZr\u0015\uf66dj|\u0013%\u0012K\\\u0000o#\\\u001cZ6s\u0002{$\u0015Qa\u0004|e\n\u001e\nvCu_&~\t};x-.\u07db\u000b\u000e\u0173T\u001e\u0017gz,!\u00156\u001d\\\u0019LE\\\u000eH\u001aKVYD\u0014\u0000kyXAp\u0000b)_|a\tj,bP\u027bdq6,\u03a8QoXJagwOWM\r$\u0004\u0006\u0004 aX\\+\u000f8L\u0012R\u0016>Tcd5\u0005\rANV\u0014,R\u0006\u066f(Jc2X\u0012\u0016'{J9{)x8\u0000\u0002\"v\u00148\u0017R\u0002h\u0512z(\u0002!e\nbD{Cl]iFy\/~\u0015\u000e4FEP+HQ+bh\u0223Rp\u0003 -#9\r+\u0006_Qj\u000e>\u0011B=\u00043!4#P;Te\u0011?P\b\b<\"{hvE\u0007qUxU?\u0003MF\u0018&\u00145\u0011~s^kjT\u0606>\\6\/z\u0001P\u0018\b \u0014 \u0011\u0017E\nGv k1\u0000\u6d0e\u0000\u0012<)B$\u03f7\u0016:\r|.v\u0474KQhAJn\r\u0002E\r\tF\f\tRAilsrE-\u0007f,\u0007\"p=yQ\u00c14\u00c1\u001c\"\u0014+{R?(SH\u0017'U\u001ep(~%\u0003(\u0015\\\u001d\u001d\u001dDn\u000eN\u000e(\u0010\u001c;lhi\u000eL\u0004)T\ryJ{\u0007\u001eW!`\u001ff\u0000\u000f$}W\u0019\u058aC\u0017\u001a\u0012@{\u0015\u0002\nvk\u0006\u0010\b\u0003\tN}RmB\u0002)\u0015D\t\u0002\u0002G\u0015|E:T\r\u06d8\u05ce*\u0001n\u0004FJCd\u0402\/K6\u0002Z\u0000(\fMb+Iue\u0496a3-\u0019\"\"JR]fuis\u0170\n1$Q\u0004\/QT!&xP\u001a^t1lB\u001eYD:5\u00d7]\u06be1j}C\f.Y:a\u001a\u018b*bK5F\u0374k1#{^\u0019:X\u000bj\u0007\u6898Z\u0011\u0013e\u02f3\t\u001fU9\u07cc\u0018Z)R8\u0012G$\u0013P,@dH\u001dX,`*@\u000bLEh\u0003\b1xu\u0002%Lr<\u056aD\f\u000f\"\fC@U~^?PqsN4p<|k|!\u0016\u000eD'\u0359.%\t 3G^\u06cc\u0005\u0005ky8\u0007\u000fWs7m0l\u001d_oo-\u001b\u001fqK^-\u001b\u000bbek@\u00139\u0172od\u000b\\B>U\u0382\r'p\u01efH&PD\u0097Vx\u06a44JnRz:YTi\u00075\u00a3\u01ceSq3\u0000b\u0014:\u048e-\u001cg^|\u0017\u0015\u0014\u00058\u001f\u0000(\u0012 \r}NA%S\u001a\u0014)d\nRls}{\u000f\/pSc{2*3E$2K5\u0003\u0007\u0019q &\u000f\u001dL}0Brj\u001c9)nB'{{a\u000f}$z($rIj`J&OW\u000eS M\\\u001f\u000bu_4=\/[\u0007q\u00b6[\u001f\u001b}8~sK\u04655nl\u0011,59d\u0019\u000eG_X\u0018=o\u001b3o\f>3T\u0005cfB\u0012c8Ff\u86461\u0005\u07f1\fk\u0007u\u077eMi#w\u01d5=\rN&Yw@\r>i\u0013cY4\u000fLcF\u0003\u0003{0o\u000f<{*S\u00134P?\u037bLU0\u050c;N0Yanp7\u0011va,\u043f\u001d'&\u000fLoiitv\u0013>1\u0007&+=C>`\u0005\u001aS*\u0015\u0436kAWz\u0007T5q\u000b,[T*4R\u0005\u000ewaz4V$4W,9S$l\u0474o\\.zl\u001cCq\u0006!wb\u0004hpo?{3*\u0019\u001fW\u0004h.4\u0004n+l['\u058e\\I\u0014g\u0b17Lx\bzg=m=y_W\n`yq*rd[,\b:\u0334:\br\u0010e;{:>{ARF_\u067fu\u07fbWJ_G\r\u0016\u001d\u0013\\d\/\u00015\u04a4Og\u0003Iy\u000ewY\u04cad\u0007w\u001b\u06db\r%\u0016\u0000\n^XH\u0019 LN\u02a9i{n\u001bH4N\u001de\n\u00021QdN\tMB\u001c;RGF\bA :\f\u000e*\u0006\u0001\u000bOW\nK\u01c3.5\nf$B@\u001dg\u0019M<\n>N8Aj\u0001o[X\u001d<\u0007Fg9_&e\"[X\u0277Onu$\u0017a8\u01dft!LR\bnk\/fZq5\u0012\u0019\u0005bnvn| tY{zX\u0674~7x|SFv+F\u0011y+\u00064\u0473UDy\u0005qDd\u0013N\u001eh4\f\u0016\u0014\u000epFMyP\u0014\u01a8H\f~kBF\u0289\u0010r\u0018p\u000e\u0014\u01ef8%\/Q\u0010\u0003\u001d9@\u0018yX\/(S\u000e\u0005W \u001bSz\u0375\u04d4`\u06f1jY\u001a\u0013N[\u0017T4\u0004]\u0b61=O&mNfe\u0003V\u0016\u0f636\u0000 \u0011\u001b\u001a_\"h\u0007\u001f\u0000>hJ^\u0007Q3\u001a6',\u001c\u0007\u0003\u0015c\u0005'T\u0006p\u0010}w{\u0018%ViaR\u00f7\u001c\u000e'q%7}|d\u000f'))3*iO4\u0016 ][\u0003HSQPSn:)>;\nN]MAW`' \u02a6\u0002\u0002X\u000bZ\u06c0{6k@\u001a|\u001a\u0014=\u001aP\u0006\u0003gPfPqVu*1(x1(0L\u000bl\u0002Q10h\u0421\u0001\u03ca\u0018\u001a\b\u0001\u000fw\ru<\u06bb\u0000\u001f4D\u0017\u0010\u0013.iG5$4Q\u0019fe'Dl'Dl'D(VB\ro'Dlg\t\u0000VV(\u0019U\bV?vG!*4\u0000}\u0010Bc\u001e!2~\u03feN\u001bzxno\u000eJ\u000fF(~\u0018f\u001fH\/2\udacb\udf55\u001a^s^Qa jnD\nV)\u07d5\u041dt\u0006=\u001eSs{*\ud305{A\u076dJ;C\u0015y\/\u04cf1\tvk\u0012q\u000f}pW\u001e!-4\u0278nyJ\r\u05e3y@\u0017$i!tOzh4B<\u000fX+9J\\>n2Rn\"*sGKW\u0017\u0019\tl(e$$=8\b\u0000\u0001 \b\/<\u0002d\u0000d@%\u00191_0!4\u001d[hY\u001b\u001a\u000ewd\u0518[\t^\u0003\u0017\u0019c\u000f9JE#_Jw\u001aR(dp\u001fr\u001f}HZr$\rk9[gd%>2.p+JZxs|K\"Rd\u0138{hq\u000eH-|^1\/sW\u001e\u00176i\u76e2\u01a89\nI\u0017f\u032e \u0006\u00059)-5*\u0019\u0019x2L\u001fy}LS:,vyf*\u0645\n?\u0015rN\u0290\u0663N\u001fH\ud67d\u001fd\u0564\u0001{\u02016B\u01387\u0015f;s,O\u0007bAG`BEIm{4\u049bb{:Iz65d$NsT0\u0007qX\u0005QV\/X U)\u0019*=Tj\rRA9HUj\u0007J U)\u001f*T\u0010R\"B2\"D\u001a\tQQJ^B&\u0012DW\b3u\u0014avU5EX\",AE\u0010%\t\u0010Z\u000b\u0260t\u0017E}!\u00195\u0018\u0110zL2k\u0016U\u0234\u0019\"}\u0013=0\u04c4sks\u000f\u0081\u000eH#\fSK3E8\t=PEo\u000e}+\".\u0000\u001e<2'YSP\u001d\u03a4\u06b9\u05f1Z\n\u0003=ByPQ\u0016\u001a6]\u01f311\u000b=4v\u00101\u0011\u001e7|Q'@~\u001eE\u0003\nk\u0003\u0505\u001e\u001a|7[\f\u0019AL)\u0006`8\t*Cy\u0004l(\u0018\/q&k\u0017\u0006.c\f-\u0002\fG\u0306\u0015ZL,]:*\u0328(\\$o}r~8b\\\u001bf7\u036e\rn{\u001aT\u0013\u0012DA\/p\u0019Q<2V[\u0002\u0019'62Fe.X{N\u000f+4Qfr\u0019e!^oFI\u0010bw_.\n\uededm$m\bF`N+\u000f\u0017\u00025gf(\u000b\u0006u\u000e\u001c(I2ceg:tC\u402f_OL\u0019o\uc85av*j\f\u062e\u0011\ua2b7+!@\u000e:?\u001czmA\u001f:M\u0007\u024d\u001f\u040aY\u0019~@S\u0013\u0003\"$\u0716\u001e\u001e=q\u0016A!Q)R9\u0001\r'^\u00ca{Ki\u04b02\u01e2K`h_qe\u1cc5KD2#\u00131\/\u0013=B9\/\tl$uTz\u000eGNv\u0013%\u060e_h\u00128*\u0003`[\u00069\u000fD\u0011\u0004t~\u00178\u0012\u0013\u35a8J8A\u0019&V\u000f\u0562\tIO-;.' \u07c5\u001dP\u0005\u0010\t{di5 \u0012G\\\u00049\u0476l6$a?\u0016r\u0001H\u000e-YZr\r\u0011gMze!\u0010\u0282\u038cT\u0124QO\u0553\u000b\u0012Vq\u07b8\u0014.D\u5d49\"~.\u0007I\u0002\u0017\u0000\u001e7YZr\u0005x\u0014H<\u0004\u0016 @\u01ba{+\u001d\t\u0001lluIR\f${1\u078ayG\n86{GR@)\u0695^mSK\rc \/K\u00008\ubfe44\fkQ},'\ud928\udcbe\nLNV\u0014a`_Qj\u01de\u0007fIm\u001b=\u0018@@W\u020eR\u001b;\u0018$}{G)2\u0012\u001d+\u0018u&L\u0755\u058ao\u0017}WZ+C\u0316\u04dc+bh\u0223Rp+\u0001_{<'0a+*P'BWG^4\u001e\u001e\u0018\u0014\/F~#\u0468\u0001\u0004\u0687b\u0102a!\u0018\bV\u0007.\u01da?\u065b\ub2d8(h\u0014\u001c2\u0011\t\bn\u001amDO{xgY<@$MqnTW\u0365_f\u031b\u0019(db0[P\u001dQ]#.\u001dwBof\t)tbp\u076f\u0017\t]\u0012ar\/\u0003dGJ\u0018^\u0017\u0295\u0005yPt5P5Pr6P68p8\u0019\u0012~\u001b=b+\u000bX\/2w]\u0003sg,\u0002g&\u000f\u04e5\u001bx\u0017w~]q[YxV0lf}\u001d?#^\/\u001ft,[MaE\u04f5M\u06ff\b5mA8A,\u000ff?:nz!\u0001{\u00048g:\"w\u0014v\u0003v\u00178\u0131m\u0011\u0016q\u02f2:f2Vx)Gl\u0014l\u0002r^k9U[hoO+?eu\"\u001ao\/xy\tN&\u0015'1?\u0715yLq\u0013=O\u000e~8\u001fC'C$\u05cdDKR\u0003KT2yr\u0002n[\b-&<y\u0012>\u0013@\u0778\ufb0c\u057b}t)su7\b\u0016\u001c3\u0010kb\u0007^X\bX\u0018=o\u001b3o\f>3T\u0005cfB\u0012c8Ff\u001c\u018c1E\u07f1\fk\u0007u~_f\uf495=\rNGYw@\rN\u0005I}\u07d2Y4v{`\u000fMaO[e}\u0002&=\u001ey\u0017\u001c\n\u0011v{\t\u00061+\u0318\r;6X;@vd<05\u07ff8\t]\u0419f\u0014g\u9994@c\u02bf1X%\u0002v;J\n8F3Nx!=e\n\u001eYf\u0017\u001eR\u0001.LF{3Xq\u06a5i0Ya5\u001c\u0011\u0004&Yg\u001a\u0012\u07cd q\u0012+O\u0018]@\u05e5n\u0019?\u0005*C%\u001ed\r\u0019{1\u001c\u001f`\u0010\u03dc6M\u001e\":4h\u0012\u0014\"fl+G'\u0012GSwMuz\u001eY8f{\u03fbw1\u000b5`\u0015\ud99d\udffd\u0019\u0015\u000f\u0012H\f{\u0017\u001c`{\u0000K\u0002\u0016lBvhD\nEM{3pK&nrMNHA\u00f7\u001eo\u035fjI}\tH.p?BJ\u0011\u072e^`'\u000f\u04b5$2\n\u0152]~{Aain\u01b1,\u0017V\f#\r\u047c\u0015\u0003mx\"[\u053c8\"]\u00b1Y'f4\u001ahOe\n'G8(\ncTj#:\\lHX\b9\u0011R8\fXk\u0017ex@(\u104eP4Hq \\r2(S^\u0005W \u001bSz\u0375\u04d4`\u06f1CjY\u001a\u0013N[\u0017T4\u0004\b]\u0b61=O&mNfe\u0003V\u0016\u0f636\u0000 \u0011\u001b\u001a9a\"h\u0007\u001f\u0000>hJ^\u0007Q\u001a6',\u001c\u0007\u0003\u0015V{@.-82\u04d8'Omdg1'-:LK\u000f_\u001fp8yI$rcqL\u0012\b_c\u0001\u04b59m\u000e;u4\u0015\u0005e?u\u0016\u20fbON\n\u07c5\u0714\u001a\u0005\nv\u0002l* @\u0015j\u000e\u000e{C\u001e\u0006\u0535A\u0271A\u046d\u0001uj\u0018AN\r.\r*\u046a\u0005rg\u0006\u0005W\u0006EGim] *\u0006,\u0017jc@s\"f\u0006B]mhA8n%(',\r9E\u00c4\u0007WQ\r0h!ib&~\u0019g\t\u0011\t\u0011[\tQ53J\u035f\u0010u?![\t\u0011\u001bY:dJ\u001b17%?\u0016jNv(dU\u0006`\u000f\u0016BRh#D\u045a\bE\u0006=l+\t\u001dDE\bk\u00178\u00104\u023c\u01d23YX\u018fT>)tC'\r0a\u001a]]A5W:j^J)\u0006(\u0005\u0013CmFRCZh$(v\t^Sn-{\u076d\u06ad.+x\u0017\u0006lW\u0011\ua2b7+!@\u000e:\u001azmA_9M\u0007\u024d\u001f\u040aY\u0019~@S\u0013\u0003\"$\u0716\u001e\u001e=e\u0016A!Q)R9\u0001\r'^\u00ca{Ki\u0002\u001c\u07b6r1$\/.\r50T\u0007Tvp\u0000B\u05daQe&`q\u0010X`\u001f)}\u0018\u000eNF.kZs\uc7b33\u000bs\u0015]Q\\\"\u0002\u001d\u009em\u92ab:~f:L\u4ac5U9*U}\tW\u000bEA\\[`\u000bl9CIf(\u0018\u000bD(3'L;\u0018\u00ac\u0012uo\u0011\fh\u0092U{\u04cfo$d7R\b{U\u000eFoI`\u00041gZX\u0017&\u001b\u0500V&`oq\u00065\tg \u0004F\"z\u001b\u0004;}ttT\u000eH\t\"\u00157^\u001cB\u0010>F\bOu|GzC*u,)v\u0017,g!G\u0015\u0002\b\u0006,-Q\u00029(\f\u001cq\u00122\u0002C{M\u001eS\r\"\u0000@MI\u001caf\u0002\u0012\u0007\\9\u03f6,\t\u3009+\b3T\u000fI\u0336LH\u2233&~2\u0010reAr0\u001a0k)\r4J\u0017aGzxb\u059eS\u0010&\u001cl\nv+\u0016`GEz8bFFQ k\u0013_\u001b\u01da1 \n\u0000)^'llFY-.6\u001e\u0012\r*KKH)g\u022eLnS.GC~cU\u001e\u0012\\\u0000o#vLQ=\"\u0017[H\u0011\u0017cU-\u04d4oA!\u0005@Vl=R\u0161k\u0003Tcd5\u0005\rANV\u0014,R\u0006\u066f(Jc2X\u0012\u0016'{J9{)x8\u0000\u0002Bv\u0018MZR\u001dE\u00007$\fWAwpM^+\u0015(\/\u001a@c\\\u0004C\u0002T\u07cc^i\u0015C+D\u001e\u001a\u001b\u0000\u0011lI\u001d'\t>nX-b\t\u001c|\"t{xZEqyAn\u019eV\u0000F=\u0001\u0004\u0232:qV<\u0000G`O}\u0003X'{s}\u0011\u0013\u0005\u0016?\u0004o\u001amD\u001b]\u0017G+:k#\u000f?PG4PZ{TU\u00036$\u0001E<\u0000\u001cC\u001d\u0001\u0002$\u0002PH\b\u000eT\u04f5\u0018?sZG\u0000\t\u0014Jv\u000b\u0006l>\u0017}\u07f4KQhAJn\u0001O~\f\tRAi1~1\"\\QAi\u0003\u00118\u0239\n?\u0506=\r\to]1NTU\u9886~\f\tr\u0208\u001eW\u0014b\u0002\u0017\u0522NU3#+^Tu\b{.$\"\u001eTp}Pv|\u0010=:=KB\u000bs.i901O\u0012`Pm6)G\u001fx_uaf\u0000\u000f$}W\u0019\u058aC\u0017\u001a\n@;_\u001d\u0001(\u00042uS\u001fd[8\u042a@J\u0005Q\u0000Q\u0005_\u066d\u0010UkG\u00007xu\u0002Ue`#%@\u001dEY!\u02d3\u0016&\u0000\nCUJR]wiKLK\b1-TWY]\\1hB\f I:K\u0014p4+T\u00066]\fi\u0010G\u0016aNjekK7\u0006\u0374o%^']xQElpi\u01a0v\r1fDq+S\u001dk\\[@\u0014\\\u0014V+bu,y6C\u0016\u023c*A\u0011\u0016\\+e\u0011Z}VJ\u001cG\bu\u0002\u0019\u029b\u001fW\u0016,\u0015\u0003\u0000\u0013LF\u0011\u0006<`2\u0007&\u0011bd\u0004K\u001ex|U \u001fTE\u0018r\b~\u0012x8,\u001c-NO3]^\u001b\u0011KV\u00137uT5\u0348X0ZPXsp5ws&\u000f\u0003a\u06f2*?\u001b\u0572`)Yv\u033d\u000fT1oS,kNeJ*Sj,pB\u000bw:dR\u000eH$|iMJ\u00ef&\u0007\u0003EvP3\u000f*LAJ 5?WW*K{\u000bg?5\u0006\u06f8'R;SD\"\u00fcT3{\u07e8\u001c\u0007b\u0007#'gv\u001b6J\u00144ANnF1\u0011a\u001f^\u0011v`z\u2ffd3r\u001f[\u0014_\u001c?\bM^z\u001b}\u0004M\u0019|5\u0003\u096fnz,KxsO7F\u050d7ZW\u001fzW\u0019OA\u06f1Njw!1\u001cj#g\u000eLcFu\u0018\u04e2XUN5\u0003C\u05fa^Mi3wJ\u001e\u0406M;NUMzO\u001f\u9d011,?F\u001aZlv=\u0007x02>N\u001e\u000fe\u04fc~T\u0005C\b\u063d\u0004\u0015fL\u0006w\u001dZGR\u001dSX;HO2M\u001eztz\u0184OLBx3tSJZ1\u0018\u0012^\u0001m\u001dtyw@\u0005\\\u0019'\u0272E\u0005\u000fB\u000b\u000f)uZ~\u0017G=U\u00198vl\u001aLV\u0018,_g\r?l\u0004I$w#9\bc\u0527s\u04275hwJz\u001f\u0002\u0015p\u0012S\u000f[fa\u133d\u0018{x0gNYK\u000f\u0011\u001dmx4od\nY|ix\u0015G;:Ot\u000f\u062ci\u001cA\u077b\u0018\u001a\\0\u078c\u0007\tV$\u0006\u000bz\u000e=%{\u000b[Lc!;\\R\"=\u00198%\u00137\u001e=y:Y\u000f|[|Oniw\u05d5R.X^\u580f067\u000b3N4\u000e,\u001cY$^\u03c5u\u0014Ts_whn\u027f{tkW'%\t\u022d1\u0015){:\u001b`\u02a4\u0005\u0015'\uc908S\u031aV$?\/l(97\u0003\u0000UB\u0388\u0006arRXMSv\u060cDu.X\u020d\u0015\"\u0002N\r\u0013*6\t\u001c\u001dR\b\u0011B 3=\u022c\u000e*\u0006\u0007\u0001\u000bOW\nK\u01c3.5\u001ef$B@\u001dg\u0019M<\n>N8Aj\u0001\\X\u001d<\u0007Fg9_&e'[X\u04f7Onu$\u0017a8\u01dft!LR\bnk\/gZq]\u0012\u0019\u0005b\u026ewn| [{zX\u0674~7x|Sv+F\u001by+\u00064[UDy\u0005qDdcO\u001eh4\f\u000f\tBzqFMQ\u0014\u01a8)\u00111:\\lHX\b9\u0011R8\fX\u0017ex@(\u104eP4Hq \\r2(S^\u0005W \u001bSz\u0375\u04d4`\u06f1CjY\u001a\u0013N[\u0017T4\u0004\b]\u0b61=O&mNfe\u0003V\u0016\u0f636\u0000 \u0011\u001b\u001a9a\"h\u0007\u001f\u0000>hJ^\u0007Q\u001a6',\u001c\u0007\u0003\u0015Vc\u001fo\t\u0001Ro_\/_\u0013,ru#\u001dMf^RCo+0\u0014X\u034f(]\u0001*r\u0017.@l)^=v|bJ\u0017\u01d8p\u0004|Ly|l\u0016\u001ad@7w%\u0706<\u02d1v&14Pm5\u0003VJNR)3Wdo\u490a\u0711tEF\u0002d_HHz\u001aq\u0010\"\u000b\u0003\\=\u0010l_\u0002\u0000y\u0005&\u0002*\u024aJ2r!\u0001%4\u0011J\u001dWhU\u001a\u001acn\u0019Ns)\u001bfH\r60\u001e`^f}SeN_(u\u0497<\u001f\u07ba6\u04dei3}F\u0007^}7\u03a3i?nMO_4Od?'\u0014F\u040c~\u000ez\u000e\f!p{t\u0000?9zK\u0004\\Fi94\u0001w\u0005&\r\u0018\u000fy\u001e>np-+.&\u00039\u001e\u04b6\u000eL}H7\u001ajh\u001eqLz}\u0001P\u000f3\u001a\u05ae('O\u940fCoF\u00112Q3t\n\u001d?c(}\u000fTY\u064dNZ~\u7e9dbp6|9r\u0007X\u0018\u00074d\u0005\u001e?vcM\u0015\rpcgb8i[6\u000bI\u0017l]p[`\u0015\u0015\u0010r1k\u04bb\u047b\r\u001b{TX\u0014%\/,\u0018~d+a\u000eW_3\u0015 \u0015tK:E\u001d~+d\u0011Ti\u0011.\u001cB{l!\u0014-t\u001ab&\tn\u0017\u0015\u0012(b\u001aUp\u0005\u000fi\\I\u0010N\u0005\u00050:!b.i\f4\u049bf{:Iz6-dRDNsTP\u00079\\\tQNXA!U(*5T\u0015RBRYHUZ\u000bJq!U.*T\u0018R\u001eCRe6C\n\r\u0268\u0010\u0015(h6\u0000F\\<\u0005\u0015G'%-G\b%EGX\u0014K#G\u0255\u001eA!g>$C2*@DE\u0007\"y\u0520d\f\u0010)CDzutO'B\u001a7sT~6f+g_#\t70)~\u00164a\u001c\uea24pf&;\u0205~Q)ot\u0654\u0551n\u0005 \u001f\u0583gS\u0016d?w\r+)W;;VaE\n>|(Y {|\fd\u001bp\/AU#\u07d8s[X{%X{\f\r_=!b\"<=8oNBQ\u0006\u0014\u0006\"\u0002\u0002T\u00113\n(\f2|^\u00ecSJktp\u0012Tn\u0011qO?Z%KEveaZE[\u03e3\\-\u0002\fG\u0306'\u0015Z,,]*\u0004>\b,p\t\u0004\u02be\u06cb\"soj\u001eh[\u0018X5xa&<%^,Kf3?s\u001c\u00052Nld\\\u001f*W(Oi\u05b7.h\u072bm+\u000bbm+\tB\u001f\u0005P\u4ccd\u001em\u0004$k|oysfw \u000f[7^e88t[v|\r>z\/C7\u0010xd\\\u03d4\u001bo\u001eiwv\u000b>Rw\/\u01b3m\u001bB\u001c3su~>\u021a\u000fB\u0017?K>\u0233\u0018!!\b\nJ\u0457\u0281O\u0005\/O\u000bU\/Ha\u017dj4Y~}Wc\u0597P.F^8n\uaf61\u0006\u000es5\u000eYHZ\u0013\u0018<\u0004\f2\u000e\u0002\u000b,F%\u000f!(]AxUY\u02d5Wsz7ssfz+KDS\u92ab:~f:L\u4ac5U9*U}\tW\u000bEA\\[`\u000bl97C@]`&B>d\u0010f{cg8D+*\u051c\r\u075b~|y^`=\u0006\u0010k\u0012\u0018AY\u0016$E\u024695!MW9`&\fDHRo^|g\n\u001e\u0001)A\u060b#e\b\u0002\b\u1a4eP:XOvH%E\u05aeX>W_4PVU,\"X\u0000a %J >\u0007\u0012\u0018c6NbPF}ph\tCp|R$\u0017\u0000H)\u0000 1{J3\u0001\u0003.B\u001cg[DH\u001dDUA\u00123T\u000fI\u0336LH\u2233&~2\u0010F,\u0007Y{Lkd\u01a6\"4EXS9^K\u001axL\u001c^0\u0002\u01b1+\u0001)^c*\u000bTL!p,\u03ba\u0017\u00194\rG\t,Y\u0017 Y+\t)\"{VEL(\u0004\u00b28Fa)5>\u001f_75\u0010\u0018\u0012\u0000\u0017\u000eaq(>0I\u0011B=zp@Ue\n\u0004\u0001\u0001\n[\u001dt6\u6d63J\u001bq:2y\u0012\u000e\u07da\u0010ZeF@\u000b\u0013\u0000[l%L\/m\u041bi\u0010!F\u0016\u027d\u0005T7K+f+\u0000De\u0013DQ\u000bHB%KBoB\u001eYD:5\u00d7]\u06be1h}C\f.Y:a\u001a\u018b*bK5\u0006\u0374k1#{^\u0019:X\u000bj\u0007\u6898Z\u0011\u0013e\u02f3\t\u001fU9\f\u0018Z)R8\u0012G$\u0013P,@dH\u001dX,`*@\u000bLEh\u0003\b1xu\u0002%Lr<\u056aD\f\u000f\"\fC@U~^?PqsN4p<|k|!\u0016\u000eD'\u0359.%\tEf\u02bd\u0019\u0001\u000bW\u000b\n#p\u000e\u001enaY:Lt[6>PgZ6\u0016,0\ue6792*?3W\u0013'm3se\u07dc\u0016LI|R\u0005\u001bNh_CL\u02a1\u0010\/Ii\u0724u\u0473\u000ejAG\u001dg\\\u0001\fW_)t\u001d[p9.*(\u000bq>L\u0001Px;\u0005%LA\u001a $J 5\u0387)SP\u0014Jt\u001fv_)\f=\u0010\t 4SS&\u0018|Gg\u0017|\u0000>z~`?J<-\u0002\u0000ev]\u0006?(\u63e5)T#\u0014\"~\"uY\u0003\u0007L Z\r`,B #,\u28a1\/\u0185\u0014\u0003\u2bc39%={B,\u001e {\u0012&8\\{+2\/}3l\f\u001421-\u0011T;a63\u0014:1\u05cbnq.0\u0001f#%`\f\u000bg\u0282<(\u001a(\u001a(9\u001b({\u001b\u001c8OW\f\u001e\u0305A,\u0017y;A\u0bbf\u0001\u6e73r\u0016h\u0013\u03c7\rfb\u0013M\u04d0ifIYS\u001c\u0016\u0013MU\u05c7&\u0016\u0013.\u000f$0E\u001e\u001d\u065bQ \u0015DK_R9B\u03a3\u0014\u0010\u001a$VE\u0019\u001e\u000bbx#1<\u0014R\u001c2\u000fkR.\u000ev\u02a7JX\u001bdcz\u001e\u0012>y;vYmR?Kci\ub891\u0000]\u0b61=O&mNfe\u0003V\u0016\u0f636\u0000 \u0011\u001b\u001a\"h\u0007\u001f\u0000>hJ^\u0007Qc\"6',\u001c\u0007\u0003\u0015g\u0006)\u000b8o\t\u0001\u0005=y\u07ddn#;\t:ia\n{-v>O\u00027}|d\u000f'))od\u0004\ua736\u001dsE\u0289~:\u000bFI:p'GB\u0006J\u0006Ro\u0006\u0005\u0000Q\u000e\u0010@\n5\n\u071f\"7\u0005KIGlA\t\u000eC\u242d PPHY\u0013\u0006\u0005\u0266pK\u076c\u0010D,\u000b\u0007\u042a9q\u001eJP\u0000Y\u001ar\u001a\tOQ7\u001a`\u0012B\u001a(h3:\u0004 D|\u000e@(\u0010\u0000F)=\u0010 DL\u0005\b\u0011\ftp\u0000++}&E\u0019T\bV?vC!k*4\u0000s}\u0010B\u001d!\u0006\f\u001d\u0019t&M*Ho$\"I3:\u0345Re'l6\u069cgu\u03b7>\u0017B\u0017FZj:\u00149_\"\u029a\u0014\u0011+S*}TR*RbE\u04adHU\u0015J\"U)Y*=Tj-RE:\u0017\u0268v\u0011\u0015\u034b((_$\u001ek\u03f9\u0017\u0017\u000bJ\u00199_\/#gf$vF2*hDEG#i\frM\u02145\"yn\u0015s6tY\u0627D&\u03edNY\n'nEhe\u635fGyC^wErVG\u0012\u0017X\u000fM,_NJN\\X\u03463\u001e:\u0016;n\u0003x>m,\u0004>>GF\rf*\u0001u\u030f\/W\u001cC*u+cH\u001bPDt1\u0014\"&\u04c3\u0006ju\u0002\u0014S40\u000e6@\u0015\u00116\u0017LZW@a\u001dh\u200a\u000b2w){@1^L.M\\+\u000b-3Wh\u00004_jV8\u0013K;FUb\t|\u001c\u0011X\u0002\u0012&\t}\u0017{aT7}\u001d\u001ek\u0006\u0544\u0004e)lqA(qb#ctR\u057c'\u0015QByJ3\u001bF\u0019\u001d4Un\u0018\u001d4\\a\u0012X?\u000bmk\u001bi\u001b+{\u05b6\u0011\u0003;\u0005\u0399\u0019.\u001cv\u000fB\u001b?\u0017|@\u07b4\u0007\b\tG\u000fyEPHTT\u000e|*x[\u0000fzG\u000f+U\/K\u001c\u07b6r12\/7P\u0003#u@e9\u0005\u0007P0{\txK\f\u001eXjk\u0002\u0006\u0019\u0007\u0005\u0016\u0487!\t\u0011d\u0014\n\u001a\u01aa\u02abx=99p=W^\u0015%\u0007{+LEf\u039a0\n\u0016U\nT%8^\u0011.$\u0016\u0005q\u034an\u0005\"-\u001f*'\u000f{Pp1P\u0017Pf>O\"v0Y{%\u0018#\u0019\u000eE7`XV\u0015j\u0386M?C_:\u06a4K\u0005#1W9\u0018a&\u0011\u011ckAb]lS\u0003Z8*\u0019S$\u0012\u0018Xjx>::*xT\u0007\u0004c\/\u000e\u0000>C\u001f\u000f&e|GzC*u,)v\u0017,g!G\u001585 %J >\u0007\u0012\u0018c6NbPF}ph\tCp|R$\u0007\u00067%\u0017\u0000$fOi& qEl\u0212\u0010\t\u0498*Hb!v\tI\u001cqY\u062fW&\u001a\u0002Y,H\u000eF\u001bf1\u00115\u00194J\u0017a5S=<1kO)F_\bk\u0013`E\\\u000e6\u00055\u000bEz8bFFQ k\u0013_\u001b\u01da1 \n\u0000)^WllFY-\u0012)F.\u0237b\".~)tJ6ErT\r?7WDb\u000b\u0000X|d\u06ff)7g\u0283\u0492|lU4P-XZ\u0002|+\u001e)\u06b5\u0001d\u0005\u0017#Q^\u060c\u000f&+SVP\u001b+7DCkq\\p.\u0018%^0\u0002\u01b1+\u0001)^c*\u000bK!p,\u03ba\u0017\u00194\rG\t,Y\u0017 Y+\t)\".\u0006K\u0016gS\u000b\u001a\u0014vx?~8~@B`K\u00008_8\fR\u001a\u0175(\u000f\u0018\u0019xMAd\u0015\u0005A+RX\f9R\u039eb\nM2\u001d6v08FS{G\u0011\r,U\u0010&+\u001cbJk7\u028bF~+p1r.^iE\u0002T\u07cc^i\u0015C+D\u001e\u001a\u001b\u0000\u0011lI\u001d'\u0007>8\u0014\u001c|E\u00129D\n\u040b\u0003E\u020fz\u00040\u001a4?\u0000YVG\u00124\u0012\bqo\u001ckdo\/bqML\u0004\u0018W\ub2f7=;G\u001b;L\u0014;+Y\u0010D\u070c\u0553%{\u07d03\u0013B7\u00025CU\u0015\u001a\u07988\u00025\u0002\b668]Ae\u0015^SU\u0382\r'p\u01efH&PD\u0097Vx\u06a44JnRz:YTi\u00075\u00a3\u01ceSq3\u0000b\u0014:\u048e-\u001cg^|\u0017\u0015\u0014\u00058\u001f\u0000(\u0012 \r}NA%S\u001a\u0014)d\nRls}{\u000f\/pSc{2*3E$2K5\u0003\u0007\u0019q &\u000f\u001dL}0Brj\u001ct\u0012=I\u0012~=0'%*<]9L|7q\rVz\u001bI~m\\\u001cgH7\u000b'\u061e_tD\u0017Syn\u05b9ens3{?\u0005|*dHg\u07bc\u077c?\u000f\u001fFN\u0000x\u001bz17;'F\u001b#cj\u001bC\u000fu+ UXY\u0012O{]15z&\u04e6I7\u0105\u001f\u0007y>azw2j\n\u0006qwJ?>*3{N\r]\u0002?\u0011\u001fA\u04e6\fCT\u001fM\u07f3V\u000eooF{\u049f@\u0005T^\u0004ms\u0014\u001cv{\u07bd\u049f\u0741\u001e\u0018}\u00058U\u0001%LNf.3\u05c0\u0180\u00161\f\ri]:\u0003Z\u034cRi.\u0003\u00168\u04401C7Ntr`Y\u0681R\u0015\u1531\u00043\u001btpt(\u049f;\u04ccgtzlh#&\u00002B6(,2\\\u05d8E\u0015\f\u00c2l3\u001fL\u001f'\u0007V\u001dUhh\u001964\u0440\u0003J\u000f'E\u0005j3\f\u0454Xwf!f7U\u0010\\JgoF\u0015\/\u0012m\u0005}-\u0002\u02d2\u0005I#sdF\uec7f\u001d?)BQT\u0319\f\ths\u001dA\u0007,'\u000b\ud843\uddc3>,\u001d|$^Eu\u0014s_Cdw~\u001fmi1\u0014C;)AT@nh1\u0005t&}.\u000el'E\u075fb\"\u0006fC\u02799\u0004\u0017\u0016\u001fwFl?\tB{2fL$S\/FnA5M5FnQ\u0360??EFfQL02\ub2ca\"x25\"\u0002Al`3L\u0005B@\u001dg\u0019M<\nB#S9\u001eCN\u0014\u000e`\u001e$jE\u0019\u001e#\nbx#1<\u0014\u0015S\u001c\u00103\u0017k-Jgw\u01556TM^s3%\u0018}vp\u7f73\u06a4\u0184E#\u0015\r\u0001\u0002\u000b:\u001f5g\u0264\u0349\u076cy\u001fw4f\u0017\u0000\u001e\u0017$\u00170pCv2gT\\\u0004\u0003\u0007MI ^t`\u0006d\u051d~Bzh\u000bN\fTv\u001b\u0659IK=I\u026f\u000fr8h\u001e%\u06ef7}|d\u000f'eN\u0019\u000b\u0010i\u000b\u0601[(cpi\u0014Y\u001e\u0003|rH.dn P0\r\u0010e\u0000\u0001\f\u0004JP=;u^\u001dJ>\u001d\u001e\u001d?\u0001s{s:U8\u00148\u0014}8R\u0004rA\u0014@Ol5\u0002\u0015-\u0010\u0002\u001enoi\u0002o=q\u001eJP\u0000Y\u001arz\tOQ\u001a`\u0012q(\u016ch32\u0013\"\u0013\"6\u0013jgR=!\u0016|B7\u0013\"tUS~Vh\u0019U\bV?vG!*4\u0000}\u0010B\u001d!&Pu\u000bbL8qZD)w\u0016A\u001a\u0001#'P9\u05abTBJL5rRYH:\u0012\u0003\u0005\/e $\u001d\u0007\u0000\u0010\b.F.2g4k\u0011J\"TIVg$=VRGV6\\\u0012G0[6I\u000blH\/\r`Y9A?R7Z-\u001bq_|B_)K?\u0003mt{PZU;[&j)\u0675J\rR-pV;\u04d6Jw}n#\u001eSts\u001f6L;\u07de'%lzHz-9gS\u03bd+\u07d6sy7f~,\u0454\u0018P@\b\nLj\u07a8\u0310\u0156d*\u0015V,K\fn0\u078a\u0377\u0006U(\u000f\u0003wG\u0006]\u0010Kl4\u049b~{:Iz6d\u048cNsT7M6Y\u0005E\u0479V\ubd1a\u000eEW&E\u0014J\"UT*TXt+RzE\u04b0HUJ\u0016J\"UZ*mp\u0011E2]DE\"\n\u0017\u027bsEl6\u0002vzRFY\u0019\u0262\n\u001aQ\u0239jZ2\\S#2eH\/2\\\u0015\u062f>%4ano\u000ewR8q.B.cV\u000fyC^sPHT\u0002\u0010?\u0017)7~1_\u0529K\u001e\u0670{Cb}\u0000\u03c7~H\u0015\u0013T%=\u5329h\\-\u0337\u0705\u0b3f\u001aw\u0000:\u0014\r(\u00ef\rP\u0017~q\u0000})R\u05be%9[\u0013fL)\u0166cUdCIIu>\u0001@R\"\u00014x\u0005\/\u00125\u0004\u0001\u00125F\u06f1N3Xdzz\u06a7b\/I\u0018]nJ\nalOq:\\uE\u0002CfC+Y\u001a5uv4\u0012\u0012('\u001fn;\u00164]?\u07a0sC\u0016\u001b\u0670`J\u0010YHf3\u0010Q$-IIuz\u001dA^QxH+0W\u032e_9r$[|q\u001a\u074e\u0011\tm#|$yu?\u0007\ty\u0003\\\f{\u001f>\u0007O\u0001Cg\u0007\u0006\u001fR\u0003M|F>\u0007[8i\\ZLFlOzYg\u001a\u0006\\\t\u0005(>7M\u0013\u000eM~\u013b)\u0001\u0516\u001f\u00155\u001aNA~\u0012\u0012-K\u001e`Mp0J4}I8\\e[7sK|rKj\u0517b%5\u01e2\u0597@\u0014\u0003Y_\u06c6h\u0708`3w@a&WB\u044ee&`.p\u0000qQHB\u0000\u0004>\u019fcgs|N\u0016S}f|^xF\/H&0d]VnN\/8c\u000bw\u0013aH\u000b0_-q\u00156Y\u0517 ;#OHM\n\u000b\u0015\u01f7\u001f\u0213]$W5\n\u0018\u0014'\u0013!ga3H\u00bc\u0007\"wr\u000fj\u069dV\u000b\\M\neR\u0001HK\u0015F\\;%a\u029cHb_XM5+&h2M\u05f6|S3D\tDnt\u0016c\u001f\"X\\ s$&A\u0017\u00039Y\\>@\u0145Z!\u000b}X*b~^|\u0480ZU#$\u0004\u000bDo&\u0014q\t9$\u0016Xh{$jYL(E\u00017t =4\u0005\u0012\u0016X\"\u0017:;J$iL\u0756HBE\u0012\ud726H\u0012]w\u02d7\u0011[KdSl\u0001Ie,(|\n\u000bz\u0017Osj)H8F`Ex#Uk\u0004\u0016\b.\u0016d\u0014:Iq\u0014Wrh\u0004\u001f5zm<\u0017\u0013O\u001ds\rl<\u0001\u0017K$\u0010Sl\u0481D'WLq\u0003)\u0014WQ))OW\u0004bM:\u0010s!f2%b\uc355\u0007UM\u0006!kZ%C\uc36d\u0007\bUM\u0006!\u00022\u001bs5\u0012:?\u0016yD\n\u000fa\u0004<0e\u0005\u000e?7*7om&D\u0679X7\u0017?p\u0017y9\u0013Gc\u0018\"\/w\u0003\u0013S\u0011\b)\u0722d\u0005\u048886g]+\u00194-9\u0002;r=$\u0015C\bW \u026bds6b\u065cQb+v>\fQs\u001fzR\u0003\b1B\u00d8Haq|4g**\u001fEcdLs\n\u0018&cB(PaF):\u0014\/\u0003\u07c2\u001c\"gMs\u04ac'\u0005\u0005\u001aYQzc\u0007h&^Q\u0004\u0006DU\u0010&\u0017~MrwGZ[>Q1\u038f\u0003MJP#@#b\u044a$\u000fnDQ5\u000f\u001b,|M\u0012+w\u000f(zqt\/z\u0720xg\u0517~\u00040rN?@YN8oFH{s\u0016EL\u0014X4O_4\u0198pDN{\u0010x\f'bsqi;\u0015\u000bYU(@h\u06a9\u0012]\u0004\u001dB\u0016~~E\u0006#\u0016\u001b^\u001bQ!ft\u0010\u0006\u0007\u0015\u03fd~B:T?\u0019C\u001f\tX^\u0011\u0016$0\u0273t\u0001\u0463\u00001Q@\u0001\u0005h(\u04b8\u0004u\u0002\u0004~>\n \bRp\u001cEgiRrq\u0010tjHpO\u0350+\"\u0007!\u001fgS\u02c1{j\u0003p\u001c$g{NH~4\u001c\u02a9\u0019\u000eEDLQ\u0018\u0004o\thumPO\u04fe!\u0016}!n\u0015\u001ai52#{\u079a8Uu\u06b6\u0016Z\u001d((yf~^j#\/py[7Z\u0013\u0016Z3e\u0013Z}fJX\u0011$d 6\u001b\u07eelP\u000e(\u0016Gmaj@TK'L\"\u024b''yTR[$bx}j0TK'Tb)\u0013\r\u001c\u000e\u07da\u001cG\u0007BC\u0013=7Fk\t'sk8\bX|z0r#k`9a\u000eX<.o\bc0\u001f\u001aa,=Y\u001d|,U\u001f\u01099o03\\o9)\u0011G*\u01bf\u025bl(9r$6H\u0012+~_\u0019\u000e\u0001q\b$\f\u0001+ [8\u0004\f\u0001!!he\b~~]\u0007_\u0010{gk~3X\u00ee1\u001d\u000f\u0010k\u01caHl\f\u000bW_\u001d\u0007p\/}4Bz<-Cy?\u0011}:M\b;^?g\b;z\u060c#\u000f'o\u0017Qz\u001a\u0006\u001b\"%?@N*\u0013H|Gg\b\u0005\u0018\u0013j$\u0000Z\u0010\u02ae\u000f4sr(5H_@A4#E;WU\u0012\u0005\u0002eh,beKW?\u0417bHvKsO\u0000\/>\/\u0017\u0003|Ob\u0744\u03e37\u05e1\u0000Of\u0018y2\u0003\u0014DPeJ\rPN\u0018\u0019w\"Wt\u0012\u072d~\u0014K\t2Lv\u0013\t2\u0006\u0005C \u000f\u0005]\r\n\u001a\u0014r6(mpD\u0018W\u0018\u0010v\u001b'\u0019\u000bo\u0006X?W\u06ed6_9\u617fvWxxX\u07efvAj>\u0014m\u000b.o\u0014bzl|\f\u91fb\u0015\r\u00f8qn1%zff\u001f\u0006A4@8wl\\9\u07ef\u0000UF\u0004'\u001bHr\u001eO\b8`F6{*\f\u06c7\/X\n\u02db&t\u000e\u074f\u0010\"\u0003\u0010~xZh\u0005UvqC0\u0764\u001e\u00177\u0013;yN\/\u000f5pqt3j\u001f\u00184\u0001'\u05f1#Mt\/y\u000fti\u0014=_X|u\n\u001f{\u07edSDK>\u0011-\u0016n[<\u0013L.pZ\/Pm*\u0004~t\u0000v|~M,skJc\u0019yq2)\u024fz}^\u0019\u05d6jkm\u00fau\u00141\fEs5M+\u0003=]FX\u0017>W\u00155T\u001bk\u0736\u0115'?\u0017\/f(kE`\u001a05.\u0013?\\2T@];i\u001b.\u0014\u001d\n~!O\u001bNjr\u001dsq\u0014^\u001d\u001642)`\\\u013fj(s[1-\r\u0011\u001cK _\u0018WL\u0003fkh\u00105{5-\u0003][&D+e4M1\u001d\r*C\/P\u001a*cn\u07503S=X|:\u0001\ns\f\t<\u0003m~AE5\u06ce\u3ca8T<&Hk\u000eLqA<\u001bU\u0000X7q\u0003NT1\u001em,f*\u00f81\u001d\u001cUaa\u001a\u0006ct\u0007v(j\u041d\u001c\u00147v\u0003I4\u0015Hf\u0015v\u0016NMhZESsp\u0014#\u0017\u0011exv\u0013,\u015d1\u001bYg\nc?Q\u0002U!37=\u0004\u001f7\u0013| w\u0005QoR}>;;|e\u0018!]\u00d77z\u0007~4G3\u0625\n})Cg\f\u0011\u0015\u0014\u0010\u000eoQ\u001f\u0004\u001d;\u0002\/TO1Xy\n\u03e881p E\u001f#D\u04e4-r@ \u0012d\u03f3\u001bm\u0000{MeS\rJo)b\u0001e?@AL1\u001d&\u0004g})bxA\u001204\rh\u0621y\u0000tQ,\u001eG\u0014\n\u0002}jzNc\u00113g&\u0016\u0013o\u0006?A\u047f_\u0705g^,(bx\f{\uf3e8\u000f4&`b\tv&\"*S\u0003 ,1\u001fj\f]~8i\u0000[f;-X=)3\u001b(\u07b5<\u0007h(S\u06e4\"\b1AgE\u0001}`1\u0011\u0014zb\u001doG\u001d\u000e\u042fWGA\u000e`\u0011\u001cQ\u071fsxQ|O\u0002~\u001c\u00058\u0018{\u00a4IaR\u026a@?U\u0730<\t\u0016&\u00136~^k\u0017l~-`\u0002og{6hL]m%\/\u0002Hq\u0018)\u0016\u0583Qd?p?\u0014\u34b9\u0264\u00052)o\u011fLv||)?]Vh'W*T\u0005nV(`-*\u001a\u001c}tY(BdR\u0404\u000bxRG:&ExG\u053aCf\u0002F\u0011Jf=G\u011fibp\u0015|\fwt\u000fU<<.;@t\u001cS}+r\u0752\u06e4`]LHN\u0485\"3\u0017\u00145.R;9 \b;{V\u03fb\u056eB\/j})\\i\/\u0018\u000fv\u0015}n\u00076c\u001e\u00eabR7gT\u001e^\u000f>\u001f\u001dr+loyh@[!&\u000eBmGe\"\u0019&t41\b8\u0013$)PQ[_=b\u001a*Dib\u0017-8\u03b3\/='Rz\"Kc\u0004\u0001_\u0013Z`\u0012\u0005U\u0011~\u0011d\u0001.x\u0014\u06cd*=\u00019b\u0268\fkL\u0007\\\u0268\u0018\u07c3\u001c<4\u05fc\u001b%R:Z\u0015S6.Q+u)QU2[Mj~z\u001f\u00fe\u000f4>\b])9s5y\u0013\f]\u04b3asg[v]\u0535o3mD~c\\W\u068aXW\u0016\nzJ\u001fz6u4T5YsT\u000fz\u05b6,\u0013\u00005h6j\u001835g+\u0019467zL-\u0016\u0019])\u0018aq\u00124\u0006c\u001bQBX\" \u001b'S\u04ed9i\u0016\t\f%\/\u0001Idi(\u0252mxn\u0002\u0019\u001b\u0014@>pYA'\u0003Gx\\m!x\rPPO0%\b,`\u0019v\u0016Q\\$F\u0000KW:~ (<\u0015W!OW9y\u0015j~~%\u0291\u0010oa{iv;FjF&j\u00f7-\u0001cd&`=Oq1nv~\u001cDR>\u014fi\u0016omw\u001f\u001f\u0326\u001b\u001c\u000e:\t6\u0019\u0001o\u001clq\u019cqjj.\u000b-\u000e,W\\#\u0500+\u001cfs\u0006\u04e1\u000fq5%?@pm\u024f5\\\u0012\u001c\u001a%X}}i\u0371%\u0010@z\u05eab\ubda1:\\Xj7\u0017!\n\u0004|JH<\u06b1\u0004\u0005\u000e \u0016P\u001cFT>E\u0007\u0013sll.b,\u000b\u0005D\u0004Yg[9\u0b0e\/0rM\u0747!-|6UdQ_\u0000L\n\u000b\u0015\u01f7'\u02bfF\u0001\u0017y\"T{9t\u0006I@NZ.Fv\u0002-WBe'\u01ccs2EZ0=\u0016F7wJ\u02159?C\u013ej2WL$\u0299k]>u$g\\\u0012\u0018(3>;E\u4c78@HdQMR\b\u0002\b\u0173|c\u018b\u000b+B\u00164eU\u0001\/\u05eaJ\u001e)%9E%X |\\7)$e8GK1'PBG;$m_T\u001bbB)b\r\b$\u0003))\u0012\u0000Q\"%I$\/A_D\u00122\/m4E\u00128\u06bf[\fZ\u0002.'K$M\u05ddbk\r*\u0005E\u04d2Oa!SO*S,}p\u000e,G6\u0005p\t@\u0016\u00112\n8\n+?4z\u0002\u000b*}1\u02b9xr\u0004\ue414i`K\thX\"bqsJ\\\u001el`:%t\"j9*2%\u0018\u026a\u0017'O\u000e5)y\u0016kfo\f\\EhIvN\u0001dL\u0019\u000519(Ze[P#rs\\S) q\u001a\u0000rM(Zo`\u06b9\u0004\u0006DU\u0010&\u0017~MrwGZ[>Q1\uda78\udff4\u001adkHA9*\u0016H\u0010k\fV;N\u0004I\u001fo-G9\u0167dp~j@8\bNGxN\r\t\u01a9\u0019\u0012rE D6\f\u0019Z\u000eS\u001c 9sB\u04e985A)\nqRVoCH\u0005\u000fN\u0016u{E#!\u000f$$|r\/P\u0561\u03618}N~\u001c9;lim6&A\n4[M\n}O_}(xW!xl\u5132&kI\u0017\u0018\r2\u01f6\u0013(\n4\u0004\n\u0010\u0019a >\u000e\u001em\\T\u0011\u0012\u0004\u0004\/U\u0003U-J\u00158\u0425J 7}\u0012I2@\u00a9E\u001f69\t\u0442\b04([RC][2\u04f4d$&\/(PR^6Wi\u0010\u000bPNT>(*y\"&x\u0006dY].4]\b'\/zk4Z\u05ec\u001bi7\u0095\u00179O7D\u0629\"fum\u05f0N\u04ee!\u0019Q\u0129z\u05b6@\u0536c>\u00105\u00174\u054c\u001e\u000b_^|\u0005.ojbTklBL\t\u02d18\"y\ff\u06d5\rJV\u0011\u0001-LM\u0018\b\u0744\u0016?a\u0012IL^<>\tT\u0323\u0012\"\u0011k\u000b\u0744aP5OrS&\u001a8\u001c59\u0010\u02cf\u000e'zo\u0012,-O\u00149p\u0011xxaF\fp;gs\u0013\u001cy\u0018]N\u0011Ra\\\bcT\u0307\u0001\bc`n'Nyoz9LH>R6\u001dN\u011ddC\u0019c%9\f?AXJl!g\u029d=:k~\u0005;0\u0015w}]o|\ue6e8x-q\b8C a\bX\u00019!he\b~>\u000e>\u000eA+C:;[\u04df\u001evx(X;VDb|f]\f8\u0014\u07c5{~\u0011\rt_l\u001c1\u0003\u0001vnF\u0631\u0011a\u01ee\u001f_\u0011v\r6q0JOcp\u0007(S[|Ie\u0002S?:cG( -P#\u0001\u0016\u05c2\u0000Uv]lG~ :ci\"\u055b\fQj\b\u0001?\u0301f;hF^w%\n\u0004\"\nI4sr\/\u0142\uc817\u678c\u0001^|\u0012_<\/\u0007\b\u013a\tGoC\u0001zs9]pNd\u0006(20G\u0294\u001aPu\u001dw9\u0378\u0013\bn8e]JX\u0001dH1-\u0018\u02ad\u0005y(jP\u05e0Aao#\u0138\"\u0140h8mXx3,n17\/?.j~\u000b?W\u05578lk^w~[`\u0016%\u05abfgxO?\u072dPEo\u0010<\u001d\u018d[v\u001454,\u7f577\u00137\u00106\r\u0001nc|r~\u0015D\u0005\u01ee2\"<\u07b8D{\u0018}BY]\u00064\u065bWa>,}a\u0015Rp],51u ~\u0016=\u001eV\u01c3B-\u04b7k\u001f&`\u001f\u0791\u0013gvzA\t\u001enVk\t>.|}?.\u001f\tn\u02a4\u000b~y\u04a59ST|c\u0005*\"u_pT7Gn\u05f8Wtz\u0595(rI$?\u001aD=kKt\u02f5a\u063ah\u0018\"&\u0155\u001e.# .W]\u001b\u0001\u077a\u0014A\u05f2\r\u001f\u000b\u0017Mj~u4`WsMCp5>H\u0015\u0002\u000777\u001bg&\/aJ6lzok%\u000f\\#\u0006\u001c6\u07c6iO@sh\u000bC\u0015[,\u0001\udbc0\ude8a\rzL\/\u0017\u0012k@\u0656eFmDLQ\u8c03|\u0018.&=X\u0220\u00cdh\u001aQy]&^\\$\u001fp9A?D4A*g?Fl nY)[\u0016y&\"\u001e\u019eg\u0237J\u0000\u0006\u02b6\b\u0019\"\u0002Q\u0000\u001d&r^='Y\u0c4f#\u001d3pVx3\t2.\\=3\u0006A$4d\u00111\u062f\u047f?6\u04930?<.\u0014l2K\u01b6\n+@\/\b&K|G\u001f`\u00179(?}9l0\u0016\u001bc\u0018g\fx{8O\u000b~\u0000Oqz{boK\u000e VH\u06db\u0001^#;u_}G\u037eG$3fg\u0006t)\u03b6c5\fy.\u051bx3G\u0497W8hY\u0006$\u0012=~\u0007DiL\u0017w~[=\u00103WWl\u0007\u078c~!\u0014*\u0005}f-){tGc\u0001kjSU'fq#(`)\u00146\u0016L8BoQ\u0317\u0001d\u0000z1\u0014a(\u0000H<\u000bE\\:\u0011-\u0014Z(\u0018\u0017&\u000b\"&\u0006\u0005W\u0000?\n\u001a&\u0013f.~\u0011P~-`\u0002o{\u000e.h#L]\\\u0005-\u0002h*M\u0014j\u000b(eLDlL\u001aq\\dR?O&\r\u0000|\u0007\u0000\u015a!$\u0018Z-?\u001a\u0005\u033eEEc.\u000bERh\u039bL\nZpAQ\u000fZ\fh\u01e4\bZ\u0017xL\b2\"\u0013\u001f]\u0287\u001f4\u0010\"\u07d6\u03dc\ue859er'B6S\u001d-m\u0752\u0723\u02e4`]Lb\u001e\u0085\u0012\u0017s\u001c\u0014t.R;9\u001d\u0007{:\u04bb\u056eBi\u001fj})\\i\/\u0018\u000f}n\u00076c2\u001fjdR7\f3*D|R\u000f\u0007;'6J#\\\u001e\u001a\u0422VHn\u0019iCSRnQ\u6c22h\u0000\u0007\b3[\u0002E\u001a\u014e#fB&M~\u0442)AM\u0010\u001a;\u018e7n\u0019)Os5\u7999v\u00151q\u0019\u001bh?(3@+zaB\u000e Uq\u0013S\u001c \u000f\u0012r@%?\u0017jty*@2Q\u0001\u0005\u001b5\b\u0016FS\u0007oWw>Yb\r\u00156WUzVj\/^\u04d7l\n\u00187\u046a 8\rQA\u0335t\"iu\u00cf\u0013)9\u0006OY`\u000bx>@h'I41@\u0006Jc\u0001\u001db{_2\u000erWS,&t\u000b)T-\u0019#\u5d181mL\n+\u001c\u00131iK\ud634yLR>&m\u001fTI[Z\u0224-Ed\u0496.2iK\u001dLRJ&m%TI\u0003DL*(\"j\u02a42\b\u001fW,\u0087\u0016E\u0015\u0017a%t\u0017a\rEQ-nT\u001c1\n\u032463L*4\"j\u0364f~r3o&<\u000fm\u00108:\u0014\/\u0013\t\u001fWx\n\u0015!~+0\u00c1\u235efh\u0018L\u588d!o;T\u0000x_x%\u0002SJ\u00174\u01b2*iP7\u0019z\u0010v\u001bPnzr\fo*%)6]V3ud;4#\t%&w+\u05e0'\u0002}A\u0016(\bC\u0013A\u0002\u014dk\"\u0002\u0005\fYx'\u0014\u0019R\u07308\t\u001a\u0003516$\u0006D@6N'7i#s3,6i\u0017\u001f-\u0012\u0018\"M7K^6^\u04a8Q%n6e\b%D\u0004\u02ber\f:37\u04d9-6\u0013K= 6zf <;\u001781>P\u0015N\/\u001e+\n\u000fiLRx\u001bLRKQ)\u0010oa{iv;FF0\r6GX\u0007\u070f\u031a\b>\u0170ws\u0010II$\u001a?f\u001f[}}\f~0n`\u000e!(A\u001bg\u0004sk\u056a\u056aOZcRr%\u0014\u072c6}N':4\u0001\u04df\u0007(S[~:L\u001cZ?\u0121b\tw\u000f\u0001|\u0014}Ip\rO}3W'G>F}-V__R[s,:o}\tD1+`{\u0478qf\\e\u0007;\u0010x\u1ac0\u001bM\u0123\u001dXoM\\\u0000b\u0001\u0005D@y\u0000:q\t|?\u0016\u000b,6j^.MD{\u000b\u0002#\u0744}\u0018\u0002Wjs\\M\u0016%\b\u0013Rn\u0005\"-r\u0007d$W5\n\u0018\u0014'\u0013!ga3H\u00bc\u0007\"wr\u024f\u3011\r%M\u0005Z&TO(Q)\u001acua\u035d0reP$\/\u0015\u00134rk]>u$g\\\u0012\u0018\u074bny\rc\u001f\"X\\ s$&A-\u0004!eY\\>@\u0145Z!\u000b}X*b~^|\u0000kU%\u0012,\u0010aA\u029b\u0014\u00122R#%\u0018X(c}\u001d\u0536\/g1\u00141\u0006\u0004t\u0481@B\u0014HXb\\($L0v[\"\t\u0019vZ\u0017I\u001d\ud726H\u0012]w\u02d7\u0011[KdSl0\u0015ehZ)\u000ez\u0017Osj)H8F`Ex#Uk\u0004V,B#d\u0014:Iq\u0014Wrh\u0004\u001fU\uf349G?\u0017\u0013O\u001dD\rl<\u0001\u001fKdol\u000f\/b}\"&~|9 \u0018\u0019Ovt+8\u0017X^aa4CT\t[`\u0002\u050d@mu\u001a:\u0000xb\u0003{#>0\u000e[sN-{RoR\u054e(5 I\u000bP;y\u0012!\u0001\u001f\u0002\u0004\nH,@cF%\u0015~\u0006:\u0002\u0135w\f^\u0004)E\u0014\u02e7(:_|N\u0667\f\u000e\u0014\u040c\ud104SC}j\\\u00119\b\u0467(?mv\u0003,\u0007\"8H\u03a8tj8Op\/\"dx\u072dTl&0~\u0015,P2\u0012~E\u001e`Q{H\u0003\tI#\u000b\u0014pu( rs( r\u0013_2G\u000e[f\u06e6\ryI\u0010\u0002VB\u07d3W[\u001cO{\u000f_\u0001\u0013\u02beW\u05da5']`TV\u0004lE\u27c29\r\u0002DF\u0018OT]WN5.Wy-V\u0011\"%\b\u000fX_\u01ebZ1\u1521\u02d8@$bN-\u0016I\u0016D\u0007GJ\u001a\u001a\u001b\u06ae\u1726]C$1yq$PaC]\u001b64l+'~{DO\u0014q\u0013iC\u0003T\u072e\u001ci\u001a9\u0493\u0017{O5k\u05b5m\u001fi>\u0095\u0017cO7*ieEk{6\u000f\u0308\"&N\u0563\u0001\u0006\u001d\u04c2(\u0000(yf~^j#\/y[n:n\u0013\u05a4\u001a3%\u001eS)a9\u0012.\uf4d0l|GA*:\u001d5IU0\u0010\u0012&\tHb\"I:g\u001ex<\u0016-^_0\f\u0012&\tXn\r\u0003&Ggq\u0410DOZ\u0019\"' 3V\u0016\u001f\u001e\/\u0708\u001a\u0018n\u0014yb\u0003V<\u000f\u06e92X>\u001f\u0007\u001ba,=Y\u001d|,U\u001fD9o03\\o9.\u0011G*\u01bf\u025b)9r$6H\u0012+~_\u0019\u000e\u0001q\b$\f\u0001+ [8\u0004\f\u0001!!he\b~~]\u0007_\u0010{gk~3X\u00ee1\u001d\u000f\u0010k\u01caHl\f\u000bW_\u001d\u0007p\/}4Bz<-Cy?F\u0011}HF\u0002-\u0005\u0001\u060eH\u001fu3\u0017,gRC\be\u000e4\u0019D3ZTMsU\u0015.Q dYVH\"\u0016jA2Ud\u0005#yD\/=\u0019\u0003$x`\u001c9\u0010=u\u0013~?\\R\u0003R;>y2\u0003\u0014D(PeJ\rQ:I\u0019\"Wt\u0012\u072d~\u0014\u046cK\t2Lv\u0013\t2\u0006\u0005BYk-CAWB\u0006\r\n{\u001b\u001c'\u0015)\u0006\u0005ns\u009b\u0001\u0016e\u03d5cvWyqU<\u001e\u001eV]\u0010\u06ae\u000fa[\u00bf\u000b6\"\u0005X,^=.7\u001b_<{n,z0n[f>\uff7c\u0647puAo\u0010\rP>\u000e\u001d3#|\u000e. *>v\u0011I%\u073b\u0013\u0002\"4\u0018\u07bc\nay\u000b8f9!\u001d\u0003q#DlH\u0000D=\u001e\u0016ZmA]}}\\\u0010n7\u0004l?KC\r*\\\u001cLpZ\u0007\u0006MvuqyHpS&]s..\u0359\u04b7k\u001f+W\/\u0013\t\u0596O]{u\u0011'|w=Rwou\u000bar8km\u5393\u0005LI~4u%\u02b8TK\\kn\u001b\u058d[\u0018a(\u009fm2\r\\\\\u0019Q2*b9\u062ak\\u\u0012U\u001bM[GM3-CSt\u0005\/\u046bI#\u0017A\/X\u054dr4]_je\u001c&!\u001aXmc$\u07eb(*\u000b\u0013?l\u0003H|\u0003\rte\u06fe7\u04c0Y'*\\\u12adyI~_\\,\u014d\u03f1\r\b\u0002\u000e2m\u069a\u00176\u0015j]o\\\u015fNR-\u037aB%Q\u059c\\p#\u0001b*KN\u0003\u001e&1^uS\r\n<*i\nMt-+g\u001a(\tE$+:2\u0015o\u074a\u0007\u000f0\u0006r\u0006\u0014@M8~\u040a\u0011U\u001a@&\u001fq\u001e+7\u0006\u000b\f\u0016qa=~`\u001e7v\u00135l9[:s\u000fsn(j7x\f.B}\u001c\u0014\u0300Uc6e\u0012=v\u0018HIJrf\u0010U\u026aFdX5#+TS7w\u0002Ek\u001fn?\u000770\u001f9\u0018.\u00fb\u01f7+\/\u0001^\u0015-jWyF\u072b.oq\u0013\u0015*P\u0015Z?w\u001e\u0013 f\u0791e[z\fh\u0597392\\e\u0018!C]\u00d77\u000b\u0003OMymU\rtf;\u0012\tf\f%\u0013\u0014\u0010\fohT\u0015\u040b;D0i\u0018^L\u07ed3*N\f\u0003&HeQ\u01c8-\t4}e\"=\/1D\u0463l\u0018\u000brQhW*X)`\u0003\u0005\/_6g(d3F! f;\fM!Mvh\u0006.\u0000]\u001fhI4s\rZ!Cz*\u000fU\u001e\u5310v\/\u7779\\\\^p=r6cj\u0013\u000fk\u3cee\u0011V\u0006\u001cE\/BuWAc-\\0E'_H\u000e\u774aGs\r2LqoF]v|z\\\u07eeD\u001d;m\u01bf\r|2\u0634\u0207\\\u0017\u001alo'\u0629<\rzs\u001d=J\u0656ej\u000fJh]tck\/Q%&\u06b5IAAk~8\u0004O\u0012[4U|0\u001b\u07e3F\u0015j[C\u0366E\u0000=mZG5\u04e8L\u001fG\u0014go\u0006|d\u07baNkLN\u01c7SJT\u001cO\u000e\u000f8\u0007\ub76aG 0=A\bs>\u0017\u001f\t\n\u000f\u000e\u0001lD\u06e7h>\\~C|8~9\u0007\/w\u0004\u001f>=|TWV_e\u0595sCt\\\u000eE\u001f\u0007\u000f'`\u000b\u001c\u0015}e\u000b+hP*$,x\fC\"PSS\b\u0006@DrDc\u0012b@6jtS\u001c\"\u030d\u010dtGR8d)uJyd)yJd)}Jd\u0002*\u0016P\"C\tB\tB\u0015\t\u0017\u0011`<\u0460\u0004\u0293Jl\u0014\b\u0003%\u000e\u0002\u001b\u0002\u04108r$rB1``c!\u0286,\u0015US\u001cT\nA*rU\\~pM~l\u0003Cd3:\u0654N6Md:\u0674N6Md3;N6Md;\u0004\u0003)\n)Y,gn\u03e2a?F\u0014\u0005Q=('l|\r.b6\u01d7'\u0012soR\u0010\u0002\u0493C\u0010y\u0014B\u0015yw~\u0013E\u0019h35]\u001bK9\n\u0015\tvV\u043bVx\u0006s\u00188>R\u001dXPu`X\u001bPe\u0000,,b@h6-Uu5\/Zt\u0000\\D\u00034\u063a\u0006,Z\u0003-\u001d9\u04ada\u001c9\u0011O7\u0007PSp\u000f\u001d6\u0002\u0010\\\\uk\u0018\u0010<=&S\u0017x\u05634Hk\u001aPeY\u001b\u0636%\"\u0011\n|:~[[\u00c8@\u0014[\u0015\u00188\\3,]ec|At\u0015%\u001aFL\u0007\u0006q\u0012ipu\u02a9\u0014MJQ\uee43\u0352w\u000e_\u54feY}z\u0012W(EOOY\u0014\u0012Pb\u35bf2C}v\u0007p*f$xlvA\u001aK5x\u001bP{\u0018z(\rB\u070c\tJ\u001cX\u0015\u0012\u0004GJ\u001etgz\u02fb\u001ett\u0007z+bnj&j\u06b8bj\u001dX\u040d\u001b\u0016\u0004\u0010\u0018\r:5{~9\/so>Tf|\u0018ijgnkg\u001ef\u0016-o\u0017R|Wf7\n$tX8\u07f1\u06b9E9-7dItt]95'\u0005Z^\u00024n\u0000! \u000f\u0002\u00050 \u0000\u0001-P\u000e0q\u03b1\u0002Y\u001f9\u001f\u0019\u001f=X\"\u001c~lrjn\u067f*2\/rnJ`\u065av\u0343hlHX$ $\u00128\u001f\\\u0014\u7098cq\b\u01d1\u0490DCn&\u0007G_pkvg\u001fj\u01c3l7=\u0311:}&\u0005\u0016\nG\bEY7`\u5956\u000e]vOiqp\u0007~Pp~\u0001v\u062ab\u0016s6\t\n\/G}jrJ9\u021c\u001b\u0007c^\r\u04f0:\f\u0001\u001c{\u0002qS}@8f\\bN\u000e\u001e:\u01fdZ\u0492\"Tmd\u0000\u0687\u041f\u0018\u030b <\u061e\u001cnwdLmUTE\u0001,].]\u001f^\u0005`}X)\bvW\u0001*Xt$dr\u0015)JQ|BwJQ]\nz?>N%Q|\u000e\u0013\/88@p\u00034\u0015Q{\t@\fQ\u0010\n3&%RR#\u0007\b\u001cb\/@@uJI\u0000(z\u0006BlhOw?j\u000eg%\b[\u034emy^\"\/Ib\u001f;8&\u001f%\u0017\u00004\u00060\u2cc7#6\/.\u0018tn9`\u0011NHID\u0012=:j\u0004x2D8c$\u00053\u0004~q~\u0006)ql\u001fG_?G?|B\u00176;r\"'\u0007TA\u001e\u0000AP=K}UC\u001a\u03ed\u07cbmh26F4\u001djp\\\u0016WM0lWgZ\/GE\u001dyz^2I\u0015z\u0000\u02e7\u001cx\u016f@\u07d6[\u0799-[m\"\u001d]urVp\u0017([x\u0002\/3%4 \u0016WOM\n\u033d\u000f\u001a\u0685=\u03d8y;\nrQ`s\u0014\u0018\u001csiSc\ti\u0013`\u0004\t6FL~Hq~Q~0+\u0289\u000be[#9bO\u0011r%\u0011d2$b\u04c3`\u001d@\u0018\r\ub02b\u0014[R\u049bTZq7a8g]\u0010D@?!\u020f0DY\u042a,hU\u000e= M\u0016l\f[q\f\u0019\u0000Uc94l\u0016jh\\\u0017;q]\u0243[)\u000b|\u0005yp+%\u001da\u0016v\u000ej}*:D\u0016[Z\\N\u07c8e\u000e\u0708E\r\bb\u0006\u001ao>.\u0018)K\u0016\u001a\n'3\u0001^\u0007d5\u0007%dd<\u00014\u0000K9\u0012;'g$o\u0002\u0015}\u03a2]aL1\u001f\u001a\u001cs{,\u0688ob\u000b%1\u11d94\/yJ\u0006j\u02de\u001cm\u0010|d\u001c\u015b{\/2\u050bwR0\u040fr\u001c\u01c3cE\"(e1\u0010\u0013xh\u0013\u0357\u000b\u001e(7\u0019\u0013\u001e0*D\u0010<\u001fZ4\u04d7_\u07efO\u0367U'vdU45U7TP5YGP\u001699?!oe\u0734;\u0305d *vE\u033b\u0017~\u0001~d$=\u0018e?,Hw\n9Lhq\u03a3lMf@{7\b\u7da1\u07bdD#\u001ebcB\u001dMF3Ra\u0011=GDm\f5Ydiq!33Dr\u000exXh\u0310Df\b?dKb3\u001b\u0015dD\u000e5oW]\u0006L.%KR2L0%3L\u0014S2\u01d4L2%L4S2\u03d4L4e\\9@?\u001c\f\u001d7\u001cdIUeKafln&fgl~&fh)l&fiiZ\u05206vSxQf\u0016\u0012\r61J3\u0243\u001d\u058e2,\u0012\t8p\u8d274>Gc$.JcGtPm%\u02f5\f#5\u0007yz\u001dQN+5=|\u0019_\"\u0011@zh\"w-R\rMp$\u0015yT;6}IJj.\u0013UZIz(Hy-\u0004.\rkVDMSP\u0018\u0001\\\u0006\u04cc$c\u0019\u0013d\u0019H\u00011B~\u000b+ZJL\r\u001dF4V$90$a-\u001eC\u001ffrC\u04ddsC\u07a0&C\u0003b1U,_qS81YMVv\u0014Vu\u0018\n+\u0017\t`\u0004\u0017h2\u001a\n]NIU\u00171\tU\u0011\u012dva$5\u0002q\u000f*]_\u001b\u07fa~}w*=X^-\u02ddHI\u001fp\u0016X6\u000fZ\u0179IkGG\u0546r@\u0017\u000bn+\u001aEKg2^`{\u0013\u0019J_\u001e\\ ozyNK}eG.P.Z\u0005mG\u0017lh\u00b5m6_q\\\u0005\u050e\u0016\rD4n\/6.j\u001a\u000b,\u0005\/BE\ucda3j\u0003Q^(\u000bS-\u03584\u0002\\N\u00114|@3m\u0003X\u001f\u00070\u0007zqBqC@#\u0001|tfM)\u0000\u000bc\u070e>\\&Hr\u05ecqP\u000bf\fY[\fNq\u0547\u0000E\u062e_k3\u07e6#\u07b8\u001e\u0529\u0002\u038e)'s\u001f*Zh\u0007\u001aQj#|Z.\u0500z8`E\u001fv4U\r\tV\b~%Zd\\x\rtz;0\\Yz\u001f^w\u0000^\u01deZX6\u038a\u001bs7^+\"hgc\u0018*\bO\u0006\u001f6bu#!s4#\u0013y%;\n\u0003jv3O3\u01fe\u069d\/k!\u0012A~%\u0015\u020b7*N.h04n\u001eV1c_\u0001\u0342c\u06aa4\u001e\u0003{\b ngW\u0018\u01ae(\u000f\u0011\u001eL}mJg\u001aly\u001ad1C7\bL\u0005\u01d4$6\u0015\u001b@\u0017{\u001cO\u0011D8T~^tV\u03f3R\t\u0006g8Z\u0173F\u0002K\u0017J\u0018\u0005\u0012\u0000s\u001f@\u000fr\u001ezF7a\nS#\u0011qN9\u062e=AT\u001a\u000f~\r\u001b{4J\tv(r\u00042K5\u016bB\u000fE`\u0000YZ\u0013UxVG\u000esq'5V\u0015[\r5\u001b\u0001\u0006xRU|0bv{\u0011>\tx\u07d0\ue478\\Qu&;Y.>r~FWR\u0017H'8Z{8\u0091$\u001f03J4>\u001b[\u0010\u000e#\u0017\\n:gt$\fuRM\u00141{O\u03f6ITk|,\u0671)*X\u0007!*E\u001fk\u0018\uc7cf\u02bb\u001cc Xb\u031f0\u0014pn9&\u00187RS|\\G\u001c\u001c\u0272#)$&\b\u0006q\u000ev\u192c\u0018+:`i?~\uc94f~.lvESMd\u0019!TA\u001e`N`\u0314XC\u0011S!\u001ap\\\u0006):+.7\u0001pr=[d^\u000f\u0019\tbD z`v\u0014~\u0000\u0559*\u0011[\u0963bw^\u05f3Ls{y\u001e@-7\u0007^0\u000f]F\u0005g!\u0799-[m\"\u001d]ur\/t\nQKmXK53\u0012G-uR#HRI\u00145\b_{K\u0002gH>-A\u0014`a46m\t\u0402zD\u000b\u07b3i{Y)ii{Y)8f\u0007[\u0019z\u0017D%\u0011O\b,\fQ\u0016?\u0295J'\u0016GY%\u000b\u5aa6f(_}A\u0014X8\u0010P\u001br\u001b\u001a\u000f\u0139H\u00b8*pm'#nh A0Fy8_yq6\u00017tVCT xr&,k&,j\u023cE\u000e\u00167tq)DY:\u0010s\u037epRIk\u0015wN\u0003UBP\u0012\u07e2l\u0000rf%+\to\u0002U\u00110V\u00d8hqdoqU>\\\u02c4\u0017hOn\u0017vK+\u001fI\u000bj&\u001dw\u0015\u0006-%O@m\u0013iEm\u02b9\u041b{\/2\u04cbQ'qu;85\u001c_F\u001c4\"\f7&\u0005&=\tACi7~bC\u0099\u0013\u0085&\u00056T\u0003&\u000e$% K\/?S+8)r5`\u01d2Da\n\u0015\u0017\u079b'U\u0012&x\"J=XaW\u0001\u0011{`]\u0617`O\u04bdE\u0013S\u001b\u0015[I~4\u0012v(:}\u0005W?Ws\fqe(NKG\f\\A\u001b$_k\u0656\u01ad(!\u0007x:?.\/\u0015\u0738T7\u000f\u0558\u03d5dwz\u0006})+K84C\u001eA}87\u001bW=tJ*Q;[\u001c<|z\\\u07eeD\u001d;m\u01bf\rN\u001d\r\u0001\u0018\u001f\u0019{g\u0010\u0012\u000b(o~(pz^lBj2GB'lILf =\u001e{T\u03d4C\u001cu9\u000f\u000f+-\u000b\nHY&\u03e0\u0007wpZ6\u03c9K;\u0016\\\u0003RqM\u001an\u0011S\/0PkvRRk\u01f5T\u000bN*!\fh7\f\u001e\u0018kL>U{\n\u000b\u0473<$;'ur\u01ddB$*\taYj6Suf\u0016Shn\u0015bX\u7038\u001cY\u0007TRx\/\u00fb\u01f7\u034e^\ud828\udcef\u0019^\u00f1>@HNt\u001b1%T\"\u0012D\u000b\u001b$ Sf\u0437x\u0012z-f^\u0005K\f9+o\u0111Ocy.L\uf0a7\u0019\u078cm\\4x\u0013;5\u0001&S\u0013\u0007\u0015P.T,1\u0011{RM _*.ODZ#\u0000ofFrd\f\u0014*|:(\u0012#\\V)VJ\u6552df)ZJ\u6592\u0265dv)^J\u65d2\td)bJ\u6612Ierif9) \u0002Yjq\u0342d$\u0014\n|\u00123NlG\u0014&\u0139\u001f\u0004\u001f!?\"\u001eOM!LMD\u0007\u041f\u0011!@\u0007\u0004\u001e'\n\\$+t\u0012A*3:1rI\u001d\u0266uylb'\u0266vlr'\u0266wl'\u0266x9l4$\u0013\u0011=\u0011+Fr^QW^\u0015W\u0001O`e-\"3\u01d7'\u0012\u04d6oN\u000e\u062a\u01f1{\u0002E\u000fG\u06a1\/CT\u000e\u001c\uf7fe\u001c1T \u052boTGNn\u0011\u001eSo[\u000fR\u0016iw\f1yJ1=2\u0018c\fK{,0'\\0r\u001a3\u04f4s\u0081N$\ub6192$s\u0007E\\\\^\f4$~4\u0018*M4\u0174q72m\u001fT2\u0003{\u001f\u0012^ux\tiL&zdIB wTp=\u04afa%\/a%K{\r4\u069b\f)CH\u04a3\\@In\u0298$\u000f#\u0018YLl\u0002?\u0019StB&\u0002%L2$\u00032@!\u0005,\u0001&A\u0003%@DP2\u0013L\u0005%sAdP2\u001bL\u0007%A\u0244P2#L\t%sr\n\u01cc\/'%YjnO\u0014cxv\u0017eiVYU?\u0014%k&[\u0656l%o&\\\u0019l%s&]Yl%w$^|5&a\u6b13\u001c\u0002\u0002\u0406n\u04ef\"t25\u001f`\u057d\n\u000fZ\t\u001b\u001aFx]&\u001e\u0010IXc7\u001eWk:\u00137\u001dK[\u0015Z+tqC\bb\u000e+HQ`\u0003{\u0015\\\bFAc`\u0012M\u001774h\u001c$\u0012L`5\u0001\u001efyl_z8R(\u076c]-\u001dea\u001cU@1\u05f5#0Ol\/\u001b#\u001er\u0005f\u00065\u001a0M\"s\u000bLELmT\u001d1j.39B1RA\u05d6\rC0\u001a\u001cxz\r*a88\u0004\u0005Xy,\u0017z[J>\f\u0007\bs}N5u\f\u0371,Xu)6?fu\u0436\u0007\u0003y$f\n|[>0\/AvL\u0276\u0016\u0007N\u001d\u000el\/\u001e,x \u024a\u0451\u0007\u000f.>*#\u000f 9wr0+Zws0\u00014*m!l)\u01ecJm\tf;Nfd66=2e\u001a@*[k\/jUg@XB\u04fb\u0687S9G]#u\b8u\u00e9\f\b40kD\u0019F\u001e\n\rTCm\u0011\u0680J\u0012\u0006Z\u0005#R\u000f\u0005ZG\"R\u0001!AG[F\f\u00165*cP\u001a\u0015e\u001aq,\u00028[x\u0006CDt\u0011Kr\fWF4r\u0007\u0188F\u001dF4:\u001dSC\u001a]Ami>\u001e\u001fQ32Q@\r\u07e5ue6T%?!\u0007\f\u0017\u0228{\"9\u001cb\u15a2\u000e\u0365\u000fU3\u0002=[Y3J`2f\u001899i1?$\u0017\u0016nG#RtT;0\u0015\u001fQ\u07bdq)x\u0014Q\u0528G8\u0017;cQ@_\u054dQ$I&w\u065ddz'I&x\u0016\u0014\u01d3L$<4O2\u03d3LX?\r?!:8D\u0005\u00189=\u0006\"j:\u0010GT\u0019&U?\n\u00142%M\u0266SlB%Q_\u0014rJ6Md*J6P+>\u001a#\r}s\u0591\u000e\\__@^mM\u0014\u0016my\u001e<_\u6353\u0698a\tN]\tMS\u0012u\u0003oPe\u03bb#bjP;K\u03ear\u0003o|\u001ep,m~\f\u0014iE*\u0007E1P}=d\u0000\u0016\u0003\u04dd.\u0006\u0320a]P\u967403U6v2Y\u07eerd\u02acoW9O\u03c2\u0011\u0013uVj\f!CU\u03a9z\u001eF5\u001au\u0010\u001cq\")zh\"DDCL\u001b$E]hJ\u0002fSl\\\u0015`YEj\u001ft\u061a^>;P\u0014\n\u0334\u0011\n\t\u0005:\\\\I$\u0016\t63U\n R\u0003LW\u0005R\/\u0019F\/\u001e\u001e1Q*:>4\u001edk\"3x\u0007c\u001aNCLXf\nRPi{vCLqm\u0015-\u0013Y$&\\\u0018lWiwxNd\n.yWCK-\u071aoVrKqMg\u0018qY$bp\u0175kpJ\u000f7UKl\u001b[y\u0005+uM+\u0003Dg\u0018;,:#\ue9dd7kv\u0017\u0017O\u000eQ(\u0017jLKD5\u0776\u0014Pw\u0018\n(\u0007\t\u001a\u001bck!s[.m\u00c8.b1t]S#16?\u00025\u000fmm\u0639\u0670\u001ag)-)2\u0018bF=\n\u001a,%WPK\u0019+(\u0144u\rO\u001b5a\u0003X@8^[9da8x8y\u001cO=\u0013\u0011=p<W\/}N\"\"\n\u00a923\u0016\u0018 e[Sk\u0007x:?.kzwp%C^\u0017\u0371B^\u0004#\f\u010a\u047a'oWMf,\u01ccELU\u000eVQ\u0010S<&\u0006\uf2a9N8\u001c\u001d@%O\u0794\rL*@P4hj\u0010eCfk\u000bJ\u0007Le]VN!J3\u0014R\b'Cj7\u5cca>\u001f\u0014\u001f\u0013\u0010q90\u0012\u0010LHrY\u0754C2\u0219dv&Ig\tdvf)\u02914,M2M$\u00139%hL\t4@)E\u0016L\u0003T\u000421!\u05c8M\u001e\u0002H\nnd\u001bF6p.\u0005PI#\u02269ylS;E\u000f6\u0019z\npf3\u0014V\u0015WRM$Ak\u000bHM>nM}E\u0002\u00005_\u04b7yx\u0017r9\u0012\u00157\u0011@{\u0015L\u0018{q\u03eabW:_Q\u0003\u016e\u07d3\u87cb}:Z\u0004\u0190\u0491q}\u0224@\tu;Uu\u001c\\R.2n3nH9E0\u001f\u00d3H\\$bA3f\u0018Z\u0013\u000f<\u0007^\u0002I\u0013{\u0012=']p\u0011z=*\/\u03c2qqibS%\u0019x\"\u0679J'\u02cb\u001c\\\n\u001bt\u07bc\u0015$~{W#\u00174\u0001*G5:P9R`e-\u000b\u0464(z\u0014!\u0012\u01120\\\u0013l~j\u0006gn\u0001.\u0001\u01ab{_;EdVU,ri\u0016\u0014\u0016\u0014\\)L+S51\u0016\u701b\u0001.;eo%GS\u000f95 \u0001\u072aa\u0663\u0002\u0405\u0002 ic\u00079;\u0005Dz\u0000H%Fi\n\u0000p\u0001j`G\u0005`\n\u05aev\rO\u0005\u0014\u0014f\u0316@I\u02753n\u0012\u0014$t\u0011Eihj\u106fj\u001d\u0018SVM~PZg$\tUr:\fdJSQ\\a\u0206\u000e`}\"U\"\u0529b\u0636JEo\u0004Aq\u000b-\u0004]:\u0007=!\u04ab\u000e\u001eh,nhq\u0769~F\u0002j}x}\u000b\u01bd\u0004[oW\u0547V\u000b\u0018\u0012\u000e}\f]\u0015\u0018[|\/!\u0007=:%\u0014!I9\u001d%\u0018U\u0004U\u0016?%\u0007%\f`\u0019vwp:Cu\u0006]\u0018;\f\u0019v\u0015bcx\nI\u001eE\u001d\u0018\u001f:`cU\u0001Y\u00010\u07606A=*\u0000V\u0000v5Xsx\u001a\u0000\fV\u00010ni7\rR[\u0004\u0012M; H;\u00128N\u0013cN!e\u001cIxj)3m\ro+:9u4\u000b,dw\u0016a\u0006[SG-bZ\u056el\rOE\u001e\u0011S\u0010yn#XwB\u0654*N5>\u00046\u0002\"\u0002\u001eN;*\u0000U\u0000v[{xmm\u0526A`pn#<\u5a32=\u001eU>O=>\u02a3Q2nh\u001e^\tv=KQLC$\u01c1\u000eI_pV7\u001dex\u0663o}]W\u001d;\u000b\u0017vauxI\u001cF\u0015Pcg\u0019Q\n\u0018huQM=\u0002V\u0005vuYux\n\fW\u0015hW\u0546\u0016:Hm\u0014[\u00076W_\u0018\u000e\/\u0001@;\u0017,9T\u000b\u000fRV\u001dy\u01d4yUZW\u0586=\n\u0015v]mx+\fVWU)Ajx<\u0000\f\u000f\u001fj@j\u075f\u0587?=\u0001V\u0003vX}xz\u0006\fV\rq\u0177\fR\u001b\u0004\u067f\u06c5r_?LW\"\u0012+\u0007Tv;\u0005D\u0723P\u0002\u0004+\u0015\u000f;.OO:Bp\u02e1*X\u0010+\u001c7\fQ\u0007\u077e[mwg?|EF\u0003v\b=\u001e\u55f5\u0013c\ua06b9\u0707>Ww\u05d1\u0007gPi2X.\\=S\u0006uX\u0006\u0016~}\u0011\u001eu\u001f[?Ln_l6\u0002(\b\u174fa.\u0787~#\\aC\u001a|4abM-\u0013n\u00114$E\u001c\f}TN\u062f\u0002v1?.WmHI\u0002+^\u0002\u0418\u0017Vl\u017aB%uKEe\u0477gt\u001dZ\u001ac\u001a9z\u001e-\u0014\u001d5d6j\u00103Z3:37\rLoR+.]\u001aYG{U?z\u001e]p\u001b5KC_qC|\u000fCEbS`?U\u83d8\u0014%@\fOds $H6\u000bMd DH6\u0013Mds!dH6\u001bMd\n\u03c8JR\"\u0011'\u0012b(\u0016\u0015Ee\u0019UF\u0578\u0011@\u0004,|\u000f\u001ez\"6p|{=,Mk\u000b9fb\u0011\u01ec\u0006\u0014eC\u001fh|:0\u0007Z{\u02davf\u0001o\u04077\u001a\u0002\u0086Sj;xNj\u000f\u001e`\u00143.\n}?'\u0018\u001eji\u0004\/i)\u0015\u001a\u0012\u0001z\u0001|<\u0019z\u02dd\t1\u04a7)_q\u00195\u0006TKm\u000b A&\\#\u0563!\fuC4\u000b\u0014^\u0017\u0019N\u0366\u0005]c\u0010\u0014\"b+>2n\u001bS\uc81eO'hGG\u000e\u001d\u0015 x~)\u0012V\u000f+?le\u0448\ud08a\\EU\u054d+\u0006\u054a\u001a35]\u0007[}%\u02345\u0018x:?&[\\E{KZ\u0016f+i\u0017\u0005'o\u0005i[0R\u0004\u07c8,\u0497I;0.I+0.R^\u0006\u001a97Yv\u0016sNd4\"+.F]j\u017fm#\u0002[7\u0019T\u0232\\\u079e\u0333\u001f\u04f5\u001f\u0017e\u027cQz-g;d%95\/RLC\u0010\u0665C$E\u0006FHNY^o#\u0001\"X=\b\u0015))\rJdB(\u0011J9dR(\u0015Jydb(\u0019Jy\u045at\r6\u066c\u001f&D\u02b8a\u0016\"Z=2p-dK6\u06d2Md-\u0644K6Mds.\u0664K6Md.\u012b\u0002\u001a=>GO3\u000b\r{.Vc6)>!uq\u067e7&f>\u0630q\u0011\u05ebz\u0605\u000f\u001djy]\u0003xGE\u0017oA]~7mACc%#|D\u0010\u0016\u0590\/D\u0015?0\u0013,\u0429qgwK\u0346\u01ecUJ\u05ef\u0001you!g9qA$G\u06543'sW\u001f\u000et\u00157p!s\u0010p\u001c4z\u0440om\u05ce\u04a7\u0012|m\u0431oV\u0016<\u0005l\u001f\u001c(\"G\u001e\u001f!j&Pfu6\u001e\u0014h!\u001d\u0320|8zn\u001cSK\u04719a\u001d\\\u001b\u0007.ZS_\u00aaoT9\u0000T\u0005F\u0015'1Kc\u0013n\u0003B+H%\u0010S\u0011TYO\u0000*:O\u0017P O\u02e7kxu\fUqp[\u04a8hT\f@O~;\"\u000f3l[:1\f\u001d&>x\u0703SU\u0017tJRaV\f\u00102|\n6R\u00012\u0006N-\u001d\u001c\u000e\u0145yo}\u0002h\u001b\u02fa\u0656d\u000eCq\"\u0011PTs\u001a([L.\u0006(\\{0\u06d6d\u000eCw\u07adN\u0019gv\u0656T)?U\"\u001c\fw#>g[R e\u34cb\u0014>?uh\r|V\n9W\u0005buOi|>\u0004$Lp>Qo\r|\u010e)\u001e9;h\u01b7iB;q\u0007\/^6wjQ\u0749;\u0018&{sH\u0416{\"[U4J\u000bi\u0015Fb\"=\u06b8<]cca\u001bg!xVQx:'\u000bF\u0002\u045d\u001fA;;c`5\u001b:jN~\u001e%\u001a\u0015>p&`\u0017S\u0756g\u000fDqq\u0679\u04f6\u001bS1DC57\u0005Vj\u028bnk\u001en\u0019\u000bMbxxf[USW\u001bz{\b\u05766alqpz\u00147]cU*(\u00192N\u0017Mk>}'kQ\u001f8\u0012j#S)\fw:5\u001a\u000f4z\u0007^cL-P;j.35\tO5z\tK:zAO\u0000Dc!3:I\u001c6-?q}rmD)m\u0706\ubd13\t54\\L B}\\\ue922v\u0000\u000bx\nN\u0017X\u03b07:c\u04ea\u0006 \u06df\u001eKsT\u001d,\u0004\u0017IF\u001f\f<\ubdf5\u000b\fc\u0017\u0010B#\u0019_%\u0004\u000eao|[9?;\u0449\u000f\u0397@uB=MwOaxB`\u0017Kej k(\u0012J@u\rn[0v')dzVz\u001f|G\f9\u07a1mIw\u0018\u06d2\\Tzk\u07ff\u0018vmk\u0017\u001d.$A\u04bfV2U\f\u001b\u0007zrmm~\u0002\u0005+\u001dX~tH\u04dbE1\u0017gxmP#c\u4494\u00030S)cgU\u0003cNS'\u0007E_oZgYUZ(s\u0003\u000b\u0019A.5\u0174QKW\u0595(\u0007x:?$j2Kf\u001e YUm\u0005Jn$Vrc'\u0006)\"}us|}d'I~\u025fd'I\td\u0006(\u0002J\u6012I`>\u000b1Nc^ov\u001ez7\u001bfVbjU[O-^W\tl%bXIl%fYl%jZ\u0005\u0016mi94\u0787z\u001b\n>l\f\/\u000f*\u0004g\u0018~\u000e\fw\/5\u001b\\\u001c\u0016SNk7gUsZJ\b\u001a\u001a7,\u0007H\u0015\b%hm<{%Ts\u0019\u0000 \u001bh:ZMK\u0172Cv\u0526\u0016{\r\/(\u0004vfQCe\u0013\t<\/7[T\u000fV\u001f&tm\u001fZ@5\u0005viQCp]vu\"\u0014\u0574]\u0015\u0556\fZ\\\u008d~l\tC\u0012JCA4\u0010E\r\r\u02d6\u0006+6=\b\u0010(O@\u034dq\u0006\u0389E0N,2$=\u0017_\u0007\txF\u0016\u000fRkNY:\u001ddes_KY*.ZR\u96d5'J\u001fLRr\u0005?IeH\r^f\u02cc\u001d\u001a\u0013\u0013<8Yw^=\u0011P\u0007\u0006!n_\u0004eoM1kV#Luy\u0483.(\u000ft\u0004^j&jzZAh\u001aK\u0015q\u0582\u001fm<4g#\u0011w\u07f5!H!!>\u0018MS{-D\r\rc3HG)u\u03fe+ni($tXQ*nj\r'z+\u0019G\u029eF\u001bU\u01637\n\u0000\u001e\u0002 P\u0000\u0003\u0002\u0010dB(\u0010\u00e0\u0000\u000e@\u0010#!\u001f\n$\u0005e6\u0014w\u0637y}U|\u001dwe\u06cf(~\u0005G~\u000f6pi\\b\u00176_\u0007>wAwpa>~\u079fzu\n\u0010\u000ba>+Ye\u0010p\u0392e(6# fN\u001dqu9\"T\n\nVd\tU9\u0001)z'\u0012\f#RZ\u001fLUlnAN@Ev|4`%,\u0012\u0010Jmp\u000fc.sA1I8HB3\u001f6!=\u0014\u000e&\u0007G_pkvg\u001fjCL%'m`#u\u0002\u07a9\u0089r,\u0019+\u0006XyC\u0017\u001d&ScJ]?^?ld\u0000VlUl\u02d5^ATMNT2'ws0[q5\u001b\u0018aK{\/u\u0006c\u0019\u062d\u000398e\u0004*l\u0011\u0580pJ93\u0378\u011c\u001cFt{0ptTn#\u0003>\u06aeE}zb0\/\u001e`{rE\u0005GF%lL<(\u02e5+U\u0018l\u000f{?\\<\u0005q\u001f:z \u0187\u04d1\u01ebtpc5\u0005\u001bn;;\u01baR)@\r\u0012\u001b%6\u0015_\u000fdr,!1dj\u001c|CQe5vl@c\u0000\"?\u0003\\+7\u053bk{M\u0017.\u0019z:\u001d![{6\u0018\u0004y\u00110\u0000\u000b~Gb\u0015^5\u0019\u001e\u001a\u0017\nD\u0001Tp\u0013\u03bbGaN,4J\u0012V1'v|P(\\\n];\u0014<\u0002GD\u0014,\u001a\u055c)eCP\u00138l\u0014g<_{R\u0003\u000f\u001cq\u0012xz}d\u001e|\u000f\u044a9p\u067bc3\bRy^Xb\u0019M2oL$37M2w\u001b\u0012\u000bd&Ifp)\\qEi\f\u001b<\u0530\fB\u0005\u0017F\u001cg\f\u001a``u\u0004K;l#\u0226<9\u0018&XL{d\u001eG6M}\u001a\u000f\u000bVc\u0014\u0002,(%,[l[\u0018}i6C[?l\u001fT B\u0000J[\t\u0755$tk\b`\u0596^\u0013t\u0010\u0001\u0006Ej)\u00fb2\fc_)n&\/BQ;'QC\b?\uf03f}r\u000f\ucae3A\f#RFO\u0003FS\u001bt\u000b N@\"|!J\u0018\u02371\u01a3{-\/Y\u0015eTE\u0001\u001aCh4\u001b)i\f\u06e7\u0010\b^-\u972a2\fs\f\u001a3Y\u0015o\ff!|sqp\f)\u0653\b0u;{\u0015\u0017\rrK:]~\u0006n\u000eh:\u0013\u0018W\u06e7\u000e.h\/E2<\u0006BZ\u0787\u02d3\u0010s6`\u0013\u0017\u000e{2.WW_kYz8\/n~\u0019\u001e\u000f(\/\u0012B*f)\u0015\u001b&\u0017 3\u0014q{}\u0450\u02c8\u0003B=F\u0018?L\\Bp\u001bO%\u001a\u0013\u001cfkiD_4\u05adDm\r)\u0018\u0477:i;'`<\u0006cD\u001eEE\u0611!\u0001^-LiFe\u034e\u0011}qtBwZ5d;?<<\u000bN\u001f`~*`\u0012PT*LMy)\u0018\f\u00056\u079e\/\t!O\u0012(S\u0002M*GJP\u0003\u0005K\u0017\n\u000b\u0165CAr\n'\n'\u000e\u0007c[=X\u0007;wAx\\\tkz\u07d0\\IQu\u0012]%\u001d?\u06c7\u001b\u0016]I] X \u0016-^2PI\u000fCC=\u6d7f^$\u0011Ma\u0018\u001e#\u0017\u0478D\f\tsFWJ2%DA\u0010LO%6\t\u0005hf\u01d7u\u0010\u0002KW%U\u001f\u0007:\u0014G\u0010U \u0018\u0012\u001ew\u02cdd\u0002uFj\u001dHk(j\u0014\u0012\/\b qDx\ubbfe>\u001e\u0019=Eo\u0010\u0000\u000ft,qc\/}'ta#\/BZ\u0005\u0012G]=\u00066]-\u000bt(xS\u001eOx\u001f\u0010qJ\u077c\u01f1lr=[d^\u0001\u07b0G\u000fL_n\n\u0005#\u03b4lW_\u0010\u0002\/\u001d\u0015;bV\u000bW\u0001b\/~s\u0005\u0002\n~C6 xgl\u0005\u07catt\u05cd\u9605%+?Geqe\u05b1Q\u001d6\u0645I\"G[\u0012\u0014.C#6=%R@,-zI\u0474Fy3va\u02c2\u057b *B\u001fa\u00139\u0006541\"\u000f8$o\u3853{.\t\u0129A\r\r#N\u0379H\u00b82pm\u0016(\u000fnCJ<\u0422<\u0636a7~'\u000f**`!h\u0018Y\u0499\u001f*&\u001bCtz,\u000eb\u000b%1\u0015&\\0N1yJ\u0006\u02c6ea\u061a6\u0004\u0019o\u0224\/sp?nq\u0014\u000eN\u0010\u0017!\u000eP\/|\nv\tRz\u0016&:Fxn14nK\u020a2L\u026aj\fe\u0002;\u001e\u0007\\Z\u0011\u00039=M\u001eok<|s\fc2a\u0011(}?\u000e}XQ'\u04d7#\u00045]c\u001d:\u000e\u0018+\u0005\b@(13;\u001e\u000f\u05a6\u001bf5E\u000ftz:U]\u0000N\u00039\u0005w_ps\u000f\u0010\u0019\f\u0014vk`~Cm')$jh\u0018I!Yz\u001fHL-]sp\u0286\u0181\u02ed_I\u0011R\u021ca(d\u001c\\z\u035d<\u01bd?j4\u0012u[\u0019S_\n\u001f\u000e9\u05bdWF>\n7\u0003:\u057b\\r\u0014E@vw \u0006d:GI\u0016XmKtUB\u0018~\u06e6c+\u01df:j\u001b2i$[GiK+t\u001528<\u001e\u000f+X\u0001J\u001b:\u01cb\tOm<\u001ar\u001bW%O\u0001\u001fOx\u000e'\u001bNBih\u2686mZnX\u0007x:?\u00135\u001eTHx\u0018\u0018\u001cu<\u001e5\u0017\u0134?_\u000e)w%NC\n\t^\u000328d'Iyyd'Izd'I{d2\u0019<.\u00d2\u0012d%ENo\u0017\u0019t{+s{\u0007\u00164Gs5`v\ud8c9\udd57\u57627\u0328h\u0012:LQ{\u0334v\u000754;\u001czpaO#5atC\u001c\u0017Xi*\u0014(\"E\u02fd\u0017U`\u001avr\udb40\udd86\u00aeG\u001cP\u001f@NlM\u3f8a@MS\bE$ME\r\r#i*\u0004ObI6\u0005-\u0466ceK\u0012Pe\u001b\u0636P\u0006\u001d)-X\u001bF\u0012\u001c\u001a\u062c\/R\b\u0015n\u0015%Z\ub6dfn\u001b\u0010\rb|8aaIz.\u001a\/q\u0615\t\u0001\u001cpN+L {.WR]vJ\u0018\u0183Y}zj\u022d6#Y\u0014\u0012Pb2C}iGE4>\u001dk\u0596v\rC;e\u000e#km[]\u045bUH;{]\u07bd;;n7{\u055bq\u0014U5\u3cd4za)wXcB7nZ\u0010CKp}u\u0016\u001cf\u000f&\u0005v\u07f5\u0011\u021a*\u060dG4\u0018ijSokS\u001f~g\u0016-o\u0017R}Wf\u000f$tXD~Z+o\\`_=R4\u06a0*\u001eU\u0000\u0010\u0007\u0002\u0018\u0010 d\u0016B\u0018\u0006\u0005p \u0006\u0018\tP ,(`m+~E+\u0010}a\u000f\u001c\u0015z}^\/_\u0016p<>xaC\r2\u03fc\u0704\f\f'S\\\b1\\*\u00c7p.s|.C\u0019O\u0017\u00051s\u0018}\u001e\u0011U\u05a6RPr$\u000b;R9\u0001)z'\u0012\f#RZ\u001fLUlnAN@Ev|4`6T\t\u0004dR[\"\u001c\u00d8\\\u0010sL3\u000e8y&\u0107lHW4\u0001j)\t\u0004~\f\u001e}\u0643]^2}l4=\u0311:}J2a;E2:\u001c\u00a1W\u000ez-\u001e\u0580V\u000f:=6\u0017i&\u000bV^L$sX\u0725\u000e\u0016!\\M#\u0006i>K]AF.k\u001d\/\u000198ew\u0003*m\u000f2 RL3.%'\u0007\u0011.-lPptTn#>\u06aeE}zb0\/\u001e`urE\u0005GcFeUK(\u02e5SlU\u0018l\u000f{?\\<\u0005q\u001f:\u001d{*RP\r\ufd0ai_7w~xx\u0016>\u0121\u0003\u0017U\/$%\u9a4aLMy)G\u02c29nZTT0!iV\u0002JS(TimxX`B!QdT1~0?(_n ?a\u0018?0\u001d\/}O\u0018\u000f~\u001d{p\u000evxR\u000b6]-X[bw\u0014,32&v 9aX:j\u001cg\u0003J5)P\u0001VR\u001d\u072c?\u018cRP\u0014\u00003K'8;$pxa*\u0010xRU|x\"|\u0012\u0004\u0004>\/!#\r8$\n+PK:~r\u000f7\b9,\/ut\f\u0277h\f\fM\u000f~\u0018B\u001f6)\u0013)\u001dccb4\u001a!AuJI(\u0014w~Ts\u0014\u0010L\u0622w\u0015\u0010X5\fn~R<\b\u0016\u001d\/p\u00050\u0014|n>p\u0005\u0013\u0651\u0017!pdi\"TA\u001e`b>\u030dPk\u01af\u07cbw\u05d1w\u001038]x\u001c&,\u05f3E\u0015}x&>@\u001bLv\u0015\b\r.Q;O\/k{y\u001e@-7\u0007^0H9-\u07e87D_3a\u0005\u0316-[.q9IC\u87d1-Y_\u00179\rmS]5U]\u0017&\u0005\u001fkoI\u0337\ft\u001d^WG\u2287\u0462\u001aMV2\u1186q.\u000bH(!\u0002\tA\u07d8G8\\\u0015qd*,\u001c74g#\u000b\"5 \rp=V\"9\u0011a3\u000f@P%j(\u000f<+\u000fv+QC0\u04a97$\u000fQEG_~K9\u0701A\u0016:X6@S\u01e5\u0014di_Z}U\u1d12u@ \u0006\f9S\tpv\u0299x>\u0019'Y\nX\u01d6q6-C5mQ\u0006!\u0007Z\u001c}3?r}ULj1\u0016Y\u001c\u0012On\u0017vK+_c,;A*n0yJ\u0006\u02de\u0004a\u041a9S\u00072\u078c^~\u0724x\"\u001c<\u001d\/2!`f\u001fd\toN==v^Df6n42Ez4o\u0002N\nl\u0003pB\u001b\u0013h+p|\u0011e\u00b9\u001f5\tET\u000e\u0012\u0019\u0004E\u0003+d\u000f;\u0010~p9v\u000bb_]5\u0003=,\u001c,\u000e\u001cu@>J\u0003'\u000b\u0006\u0015I\u0397Xbri|SUI\u0007d=>\u00cdo6E>\u0003X\u000b4wNsO\b\u001d&9.J\u0013I\u02fb\u0109\u0004 H-\ru.\u05b9LVgaR*9t\u02c4,&po>\u0010\t)L2;L$3\u0004M2CYrf$M2KL$4DQP\fW\u0013eS\u0016$S.K9\/rL%\u0013)\u000b(WH\\)2f\"BH\u0003QpT;\u00d77dQ\u0014\"mG,L )IiJq\u001a1jj\u041aJFLlM.s\u001bF6Mod\u001b\u0004G6\u00d1Mqds\u001c$G6\u02d1Msd\u001cDtT\u001c\u0011\u001d\u0011)FwrNQS(O\u0015S\u0000\n\u0002GC;;\u07d3\u012ffoP\u0002(o&6\fqf@Qw?\u0011v0\u0005\u0011Pe\u0003V\u06d4yWLG\u01e2nWZ.rs%=[ue\u001edRhLCAD\u012a\u07b3J\u001e\u00170-\ue599~@\b!\u00142\u0002dV9P\u0441_w\u0016\u001ePS%]#\"6\u001b\\VjAyH2fns\u0010ZT`\u05a6R:*\tV\u0013?J\u0404^~D\u0015\u0002I\u0016\u0001h\nA<1`&[%v\u001a=<_\u068a*mVC\u000b[N\u04cd\u0002`l\u0001\u0005 E\u0019a\u0010o!\\-aB\u0003$t\u0011\/j\u001d\u0018`T\u0014\u082d\u0387`K2\u0013@RUt\u0019Qumy5\u0000j>k\u0011Q\u0018\u0016\u1d2b\";Sm&\u0011\u001cIZ\"\u0016\u0003_~0\\\u0015AcuC7KR\u000fiw\u0019\u0796uuq?tUn)&0\\M]5\u0019[|?!{\u0010'h\\uaO\u0003+I9\u001d'U\u0004\u0003V\u0016LW:K|^\fnv3\u05a7\ubab6nJ:i#hz\u06ee\"\u000eO\u0011\u001e\u0011nJ;<%$v\u0014\"TE8S\u02ea\u0004\u000eeR`)nZ[6\u0014\u001b\t\u04aaVk)jG\u0005`\nZ\u001b\tmx#Aj\tFB\u001d\u0010$\u02ddh\t~\b\u000e\u0019\u001e^6\u001ck\u001b%)l\u0006\\uV-ex}\u0019 \n3E6\u0004j\u001ek\u0011jj:<5x\"\u0006ETq\u001b9\u0005A\u001dO.6eS6\u0002^\u0004j;\u0556:>\u00046\u04eaiG\u0005`\n\u05aev\rO-4\u0011\fm\u001c_y\t\u001d_\u001e\u074dowC[\u001b\u0786'ZOUt)0\\=]%X\u001b\u00128wJYu\u001dSUk]nw#\u001eF+ZWUv)0X]nW\u0011\b\u0006\u00013U\u0003\u0006\u001ciw\u0019\u0006Z\rpc\u9c63\u001a0X5iWu\u00162Hm\u0010xgn\u0017.60]H\u001c\u001fP3j\u03ff\u0017\u0010qB\t\u0013@U<\u0013\u072fJ{\u001fp?\u000e;j\u000b\u001a\u04c4A7}\\ZOE\u0490\u0014q2\u0018Q9a\u0012\n\u0001l\\m9#%\tT{a#(|=\u001ezjs\u001f\u001cfR\u050bwluC\nP_X~\u0437\"YGr \u066eE\r.\b\u07bbwY<\u0007\u04b3\u02fb[\u0747F~A\tQ\u000en\u0017\u001c NU\r(Xx\u0299y\u049aY2rV\u0005\u0003^\/f\"\u02c5p_,kp])\u041b1:o`_\/_H'd\u00129\u0000T8D\u0019,M9;9rRpKf\u0019ZJ4|AR\u0002rhqtjsKt8.|F|?.\u0011?O@stQZM\u07db'\fU\\WwM\b^MW\u0007\u0523\u001e+<\"3\bG\u01c6?Ksw\u000e{upV\/}-wW\u001f\u0372_\u0019\u05d6jkm\u00fau\u000b\u0018\"f+\u0003=]FzK]5+\u019a[(n\u001bb*%&}\u00f6\u0016wR7W7\u068dK[\u000b?\u000f\u0014OY;\u0015\u00f0LRm\f\u0007I_\r'yIxUU2d\u001b~5sI~\u0012v\u00196\u0014UWL|\u0014\u03fdHc~#\"\u000bC\u0015[A*\u008b\u000bE1TKCwL\"k@\u06fa!SQL&\u001e}\\'A'^B&\u06b5a\u00041m\rmw\u0015\r[ljkKJZfY\u0015\u0011\u0002i\u001f\u0493v98F828n-4-\u001bJ:\u03c8\u0015\u001f\\\\:v#X\u0019\u001a^0\u04845V\u0012\rj9Q\u000b\u0018x>P\u001f\u00005\b\u0011M1<\u001c\u0011\u001f\u05c1dka!z6d\u045d\u0213:3N\u0001\u0005\r\u000f\u0003QG5\u0015\u0018sL\u0004\u0010wM4+bhy@\u0014s@PP\u000b\u0019=]mv\n\u001f|]X\u00176>bM1\u0013F\t\u022b\u0004\u03dd\t!\u06e1\u001fwU\u0010\u07ad\u02d0\b'O\u001c\u001f?d.xq,\u001c\u0013]\u44a8\u0019\u0162@\u000el)`\u0011tX60$R\u0006\u001e\u043eaH]{\u0004\rBH\tW_W'W2\u0017F\u0001B\f,\u001f!_].\u00d77\u0007\u0000\u0014L\u0002\/,\noOC3%\u00cbvA\u0010s%\t])F't8]\rRW\u0549i]%^KN6d;N6d\u0013<\fO6\u0153d<,O6\u0353d\u0013\u0012LOJr=\u0011\u0013bt\/\u0015%|e\u0019U|H\u001f\u00046H|\u000f\u001e\"js|{=,1y&\u0013\/\u001c\u0238\f}\u001c(P\u0017N\u00104HQ$Tf\u0018ST\rdPm\n<\uad2bxf\u001c\u0015KG5\u04616v4BC\u0002\/\\\u001fj\u0007u4,8I0V\u0019&\t`\u045aS}rj-\u0003Te\u02bcR\nnS(B1\br0\u9449\u001e{a.~vwR?5.\u0003!s\u02c7=\u07b438V\u07e9F\u0003\u28c3=\u0005R.\nV\u0013c \u0005~Xq\u000fhhip4@ ~\u06f62S\u0014k)SE5i1\f\\\u0006\fq\u001b4nK\u056blw@yn|\u000b\u013bkcV{\u0005.\u00c5k\u050f\u0407WoKm\u050768\u00d7'\tSp55!\u000b\u0014p\u001bCk[>\f&EW*+\u00166F9(9-\u001e@\u0019\u0756\u0004zEx\r6K|*\u001c\u01c3w\u00194*G)\t\u001f\u000fux0wO8s@\u001f\u001b-\u001c39(uC6\u01b8\u000e9dwCc\fw\u03a8\u001asl\u03a3\/U~\u0570sAQg\u0018q!\u0019;P=S\u0015\u0199C\u37ad\tG\u000b=`n\/\u0528uI`2f\u000bpv\u0000s4\u0000wGP*\u017a:D+tdY+B$g<\ube2eP=C9u\\F\u0015\u001cC7\n<\u0007>\u001e\u001buy\fn<)K\u03697\u0001+uMHt$=|O2$S>\u025cO2$>\u027cO2$S|7\u001eA;#h%p\fGx\u0653g\"fU\u0419[?m&^W\tl%bXIl%fYl%jZ\u0005x\nl<\u0005\u0006\u0002;m~\u0001B\u0007n7\u0013v~^~&N\u3f9f0=8\ua9f9TSumw\u0013~\rs\u001b\f8U|Cw\u0003[*_9\u001dq\u070a\u000e\u0014;vv\u00140C\u0007\u06bfK\u0011v\u0006XB\u0268j\u000f6TscN\u036d\u0000U+\u0000U\u001er.72td\u0011\/I:d4\u001e4D}D5#\u06a1(+4uTw\u0012]\u0005\u0002\u001fH\u0010U6xQeT\u0014<\u000e|3gr\u034c&wl5nmt|QL.zf\u06b2\fj\u001aQ?\u0017Q\u030c\r:z\u07a07h'\u0001W\u001d4\u0005UV|A\u001b~\u025fd'I\u000bZ\u0002J\u6012Id\u0016(\u0006Jy~x\u0015?q\u0015&\u001e\u0674'L~\u0016 Z\r8~*J;M-lK6\u0752\u0377d\u0013r,\u03f9d.\u066cK6\u037bd\u0013kt\u001cPx?o\uf7fb_\u74f7)\u01ba-?hoB\u001f1\u074b.\u4704Z\u0005uC'`i\u001cxf\u0313lFyH;H9BP\u041a\u0002\u001c\u0017+%p[[:.z.i_rk\u0018\u001f.\u000e_\u0014\u009a\u001c7\u0003Uf\u0010M\u0010\u001a\\y0[ \u0001M\u0010\u001cpz\u0003=z3\f\\o\"\u0014nl~Pl\b\u0013\u0004\u000eh}|\\n\f6\u0007WjJ{p5YaK5>\u03ad-E\u001cv`\u04fb~\u0003*\u001dh\u0002\" f\u001aW\n\u0010\u001f\u0010?\u0781JP_nvJ_Oplby\u0083.CK|9Ll\u0002m\r~lX70Ip\u042bB%\u000b^};sYh\u0013f\\F)j\u00144g1\u001b\u05ec\u0005j\r%\"\u0014o\\<\u0005M\/xpcph\u0006Pq5M\u0012j*_70\u0001\u0016\u0016o(\u001d\u0003;V\u001b};QCx\\r:9=jQ\u000b$\u000eF}qy|\u02bb\n\u0011AE1\u001fLy1\u001f)\u0703>X\u0018=\u0460\u000f1C\u000e\u0007\u001cB\u000f\u06b0[{?`\u0017\u0019v{z\u011eE\n{\u0003^\u0007\u0545z\u000bE \u05f6=h:\u054a{\u001co+\u000e\u0011}\u0007!\u05a0q\u05ae\u001a\u0017:Z]@Yk\u0431\nu<\u000b*P*J*Psc\\Amap\u0007D&j\u073f\u0107X&x\b\u0575O+p {.WR+i]\u0000\u0010c]\u000f\\\f,\u0019\\b3B-\nb1\u001cW90s\u0003:ArRa\u06ca\tVd|U+6'T \u0012?R.%\u0018\u0014Ghg?v\u0016|^l=xn1!\u0010c3\u000e8Y\u001a2rhO2w6Z[?\uad12\b\n\u001c|Gv\u0005\u0007\u000b\u0013{X2V\fRK.^;LxoQ-twy\u0017~\u0001vOY\u0289\fV_2\u07e4\u0014Wq\u0262!%J\u00d6\\\u001a&.L98m*\u0019>\u0016NQ[C\u0012E3\u0378\u011c\u001c\u06aeE}zb0\/\u001e`{rE\u0005GfR[cB*\n`r\u029f-x\u0015\u0006\u000f\u0017OA{\\m\u21ce,u\u00122\u0014(C|!;(a_Dk,8}*sB*Si\u0005L0I\tg(vzLMy)g\u001dZ\fV#\t!O\u0012V\u0002*GJkT%GK\u0006K\u0017\n\f\u0004J\u694a\u0005B\u0002sC\u0005\n\u0003\u000528{\u00b8@T@<\u0703uc*[Y\u0002l\u001a+\\-O)wM\u0322\u001a,>#llh\u0007(N+N\u0013Z\u8b76vM\u06a5\u0014y(kfa\u001c\u000f\u0000l)*X\u07e1z\u0013l-\u0018*\nEQ=tJ\u0002\ud26a\/!#\r8$J+PK:~r\u000f7\bi,\u01fbodBG\u0016x\u0007I`\f\fM\u000f~\u0018\u0002\u001fv%~h\u0002cF\u0018u\u0017\u0016\r%G@3F\u0012\u0005*#@Hdz\u028d\u00108%\u000b&dovh\u017b\nA_5\f\u001e}foy\u0017\u0018\/k0K1D\/EO-7GJ\u023fL_?6Y\u0006\fP\u0016i=Sv\u001beK\u0082_\u1b7fx$\u0019V \u045a*YC|'fG^6@-\u0007yz\fQ\u001dnL\u034c[\u0017o#\u001d\bo\u0005?\u00ce\u0344zH7\u000foWTYxk]i\u001e\u0018!\u001b:bVWZaAZg\t\ub730)8S\nga}3_\u0501EMIic|U\u00134\u00142z@\u0014j|%*^)4mS_x\u0011-b;\u001aHiC\u0015\b_\u0007\u001b\u0004T\u0006A\u033c\u021a'\u0000{g~}|\raH\u001b\u0006\u0015g\u00051\b-\u001dcE$SVM\u01a1\u0001)n%p\u030dgW\u0001qD\u01153\f\u0002-znIX&Itl`\u0005<4XK\u001e\u0003\u056b\u0015\u00137vXD\trXg9b:\u021e\u0259\nO\u0000\u0002\u027c(\t#i\fyduu\u000eDWS\u0012lM>Wd\u000e\/\u04fc_0\b\\m\u02a9\u0014\u0005T|\u0006f]jf=IURySM\u0691U\u0010TEwT3\u001aR3TzGEPD\/\u00051\u0011\fvO2+9xx4\u000e&Ia&2\u0007n4y2T\u034d>p4\u040c>4\u0005>4j\u000e4j3jk3j~34Si*C4\u001c\u062c,v88\u067eBr.\\yk=cm\"~c?\u01edR*\u05a9_\u049f\u0017\nD[i?\u0002^$\u0007\u0005g\u0013E'\u0013%fN%\u0016'\u0000\u0005\u0018\u0003\u0016\/D\u0001 \u000es\u001cr\u0013\u001cnX< aU3\u001aVIg(eX28!'!\u02deR\u0017\u07e5\u000fPjB9\u000b&,PjBy\n&)PjzB\t&&L>B0\u0019!@\u001aBq\u000eB\t\bKe\u001f\u0004S\u000f;X! \/ nN\u00074@FQCl`\\U#gm\u0004\"#\u0007d7q\u0002D`h;`]\"({u\u05553WW[-Z]6guNj^\u00039Zn]%477\u0013\u0019\u0104\u001f\u0167\u0005\u001bB\u000bn~\u02bf3\u0004S<\u0014b\r'\u0006T9:UO\t\tU\u0015FURUTBRUU*.L$3+J2L$+J2L$3,\u0014K2\u01d2L$4\u02f3\u0011-\u0001\u0012PB\\+l\u0015d[%\u9580oU \\\u0018\u0017r7|92IE4\u00027;YbFMj__ \u0344v.\u0010\bx\t}?\u000e}Pa%\u04d7#4]\u025e-:l\u06a7\/\u0014C\u0012\u4929c\u000f\u05dc\u0013pt\u0703Pmv-\u0409@U\u001au\"yV\u04adqB\u0004f,B=:|\u06c0UfD\u04f4F\nT[\u0002\u0002p\ua1a29Y\"Eo\u0017-u\u001a^+]C3A\nr#7\u000bSxKmQ\u001a.a\u0012u\u0544\/f5\u0003L\u0015`=\u0007&DbK\"l%22\u0005d\u0015\u07cd~l\u0016^\u0015:iU\\Z9.)%Ag\u0004d\u001c=_ixWJ\u0018*VPYWeB!b\u0729T\u0006=9JwM5(\u045aUS:u\u001bU*T}Zrq\u0549.X\u0010{U'\u001eNZak)N<\u0019\u0011aC{>\u0007+:_\/'\u001bp0ug\u0005$\u04ca.]\u0017FRet6f\u0007BA+2vA\u001b\uceb5)V^?:&Uz\u062cz\u001bXr\u001b4\u043c}m\u02d0T\u0002\u000e\u000ep'I\u0013\u0019z\u0622M5\u001b\u0003\u0010\u0013ifOoeON_\u0006~o\u0017RtOWM3<\u04bdH\u0012\f#~*d\u0016+DH@z\u0494uRc1'\"\/b\u045c\u00149\u0019\u0016Fc\u001a]$8pnhaha|80CS\u0011`G}%e\uc454iM#\n!*)J*\u0281@?R B\tw\"\/\u0015v\u000fTF.\u06da\tl\u0005NH\u0014\u0329c87\u0016KO\u0278\u00054Znr\u0480`H\"ck~\u000e\u0000\u00130\t\u0003\/T\u000b{Qk7=Cu*4$\u0000l.^ypC+k\ua6f1d'\t!\u0007CVe\u000eo|^\u0761i64F7\u032e-0;\u000f\\f\u0019\u0405I{T_\u000b\f\u0006\u0016d1JBY6SRe&\u00f4\u0678)m\u0001f>`S\b=mI \u001eHG74c\u001a1t9o<\u0482c\u001e1t\u0005\u001a\u0013IW\u001e\u03731[\/RI7%\nZN\u001c\u001cDh;5Qh\u0014pc\u0002f-\u068c\u00158).\u000b\u0003}\u0001\u001c\r\u00106~\u001a<*\"6'L.hL\u1f597{fFoY}3o{\u07d2\u0513ax\u001f\u001f[OR;\"^d:[l>\u001c>\";\u07fe\u000bg=lq\u022dw'Vv\u0011lfV~\u000fCzrq{\u0005^\u0007\u000e?\r3p\u02d7`\u0019n\u001bl\u067b\u000e9\u0007E\"l J2A`?S1}6NA~\u066d\u0019%p\u0013^C\u037f\u8006w{D.`EFMdJ\u001c\u0007\u000eWvM~_?%X;\u000e]F#q\\7\u0001g\u0018Z'x\u0013H1Iv\u0013)auH>\u001e\u000f\u000fG{\u000b\r*]w\u020b~}\u0015MT\u0265$|\ubbdf\u000fT,\u0006,T3\r0\u00ffG\u000b7\tB&\n\u0003je\u001d}#BIO\u000e\u0005\u0013Z[h\u02d8)dWy!\b}\fQn\u0247gEF:^n\u001ePXn~\u0019He'\u0760&:\u001f\u001eI>m2E%nZ\u001c#XL\u0011f-\u07bdx','\u000f7\u0012!,q?\u0006p\u2370%3s 1}\b?>\u0017}d\u0000 \u0003\u0017|\\\/\ufe37\u000f\u001bGYwh\u00007w\/\u0017LhLx\\{c:\u0395A\u001dEN;8\u000fo'+\u000e\u060fp\u33ed2D]\u001aj]\u000e>h>\tM?>\u0007HT6\u001c2Q.\u001dR-R~\f~7!\u0007aFwuFp\u0012r\u001baW\u001f-f\nGE\u0010M x.\u001f-Yy\u001d\u001b\u0014|\u000f\u0763\u000b\u0005E\u000e>X\u0002\u000f\u000fF\u0013E$n\u0017&H\n\u0000_\u0016}FR`\u0019\u001643G\u0014\u025b]D!?4\u0015P\b\u0001","old_contents":"\u001f\b\u0000\u0000\u0000\u0000\u0000\u0000\u0003]\u06f6{)r\u05b9[|'>\u03f2;^\u0333f\/[uz$\u001d\u03e7?\u0000\u0017RD\nR8P\u0000\b\u001f0yu4_gj4\u074f]kh9y?y<-E\u001faxe8<=MlU|4\\a]\u0787\u046b:\u056fUw\u0017J $\u001aFq\u001fOw}_.vT\u001b|TOm>^nnJ\u001f?A_5\"a~CGj6\u001f\u001b<\u001f*!kL[\uadebd8yv=4G2>\r'6o^d W\/7xv8\u0019\u001d.2\/v\u000b\u001d2|\u0018Iw\u05d1u\t\u078f\u000fn?\r'~\u001eM&ongY\u0015\/Fd7l9cTqpmR8?\u001fm\u8f3c\u03de\u001eO=\u0001\u013b\u001b->\u0017\u000f\u001f\u001ft\u01ebRdx;-l\u00ef\u001b\u0555JtvSy>~\u0018-\r\u000fg\u0635j)jAMj\u0388s=\u001fgDuwwp<14|uxSTlT*:qQT{kA[=dP\/q(`,?va\u0317n>~\\.*W\u0197^[Qh\u0679eO=\u0355_\/-Og\u0327k\u04b4(Pw?g&\u02f2\u000eI#0\rvEJjud\u0014t\u0645&n&\u0013^\"+U4Z\u0015\u0010x'Ix,+N%\u0017ZhP\u0019V8\u0018*\n\r*-\\u%\u001amEu\u000e\u000bB\u000e_P\u0015\u001f\u0004i\u001a^R\u03fdh\u0002YiB=*PP \rL4<&Pe\"~\u0014$\u03e1\b\u0014r\u0002PXxS>iD0rl\u0000\u0010]\tC\u0473B.BE9[q8\u001aU\u0596\u000e\u0010 xjg\u0006z\u0017v<$37V\u0018\u001cP\/\t\u3f9f3dvV\u001e\u001f=z<\fA\u0014IOpZEUF1Yue7W\u0484\u001b1<=4X0?=J>2\u0015_gYC\u02789\uc72c\u00c1\u0479]\u000eb\u05ef\u07d89_~Y75)|X\r\\|5}zpY!5=\u067bP9\u000bs\u0015\u07bevN=xz;\u000e\u001bx-G\u000bw#s\u001bx5\tl7^z\ubfedLFrn^?BR\u001a.nGZth5$\\2\u0000O'\u0013\t\u000e\u0004\u06ff)%\"a:^tvo^-~\u001f\u0291?d\u047b\u000f~\u001d\u0015F~f`]\u001d6\bFW\u001eb\u031dhge-^\u05ee_wt\fe*6\u0015y\\E\u001eWgTD`S+T4e(T\n\fe*6\u0015%CYMEXPdS+0e(Tj6e(TV3eU\u060di7\r6lCt\u0000`\u000e3a\u0016Z[\u000bj-\u0016Z\u001bk\u0011o-|7\"ZVkoEXxk[\u0016\u00b7Z`c-E`\u0016Z$[j-H\u0016}\u0016\u0001\u0016\u001fVk\u0011lE\b\"Xdk\u0011XE\u0016\"Z`c-E`\u0016Z$[j-H\u0016Z\u001bko-B\b7\"ZVk\u0011nE\b\"Xtk\u0011YZ\u0007\u0015Vk\u0011nE\b\"Xtk\u0011ZE\u0016\"Zpc-Eh\u0016Z[j-\u0016ZD\u001bko-\"6\"ZDVk\u0011mE\"Xlk\u0011Zd\u0007Vk\u0011mE\"Xlk\u0011YE\u0016\"Zhc-Ed\u0016Z\u0004El\u0016jk\u0011[EoZVk\u0011\u0007\u0016Z\u19aaEl\u0016qjk\u0011BMU`wl\u0016qjk\u0011[EnZVk\u0011g\u0016Z$\u001bko-\u0012H6Z$VklH\"X\u000bokXE\u0016\"Zdc-Eb\u0016Zx\u0016}tc-\u0003lZE\u0016\"Zdc-Eb\u0016Z[j-\u048d\u0016Z\u001bko-RH7ZVknH\"X\u000bkZE\u0016\"Ztc-EjX\u000b\u0003LYX\u000bkZE\u0016\"Zlc-Ef\u0016Z\u0004[j-pTpTpTpZTpjTpTpT*1\u0017\u0007T+\u0018\f>zSP=B1\u0019\u0007T+\u0018\u0003Dqm\u0001\"9Ui6\u0000\u045c4{e\u001bqNU8@T*^|\u001c Sflc@\u000e\u0010\u0769JV\t\f\u000e\u0011Exn,\b\u001f)nA6A!<(Mgp0O&s\u0013\u0019\u001c\"\u0413\u0704z\u0006\bdb=7!=hMgppO&s\u0013\u0019\u001c\"\u0704|\u0006\b|z\u0000A=\u06c4}\u0006\u0007\bq&38@g6\u0001B?={\uc9f7\t\f\u000e\u0010\u0663?MgpO\u001em\u0002@\u0003\u0004z\bPo\u0013\u0002\u001a\u001c \u0004\u0533\u01c0z \u0000A=\n\u06c4\u0006\u0007\b\u0003q&\u001048@ \u0004=%es\u0085\u0004\u001d8X\u001f,\u00118`\t\u001c,%cn<\u0001\u0000O'8'\u0018\u001c,UMer\u1a9eHj\u0015GH\u02f5>#:O\u001f<]<\u0016c\u001bYeTM\u0375>\u001fACZ6Y'OEN\u0699E\u0344d}S}\"\u001exy%?\u0004N\/nV#.GNR?\u07628'\u0015M=Duq1gps!euq^}]c>\u0002;\u0016\u06b8Y\u0017=WY\u0014kkt$ya<\u000fK\u001eH\f,>)b\u03f6X\u0656=n\u062b,\u0019{\u000e\u019e`\u0018\u0245At\\+p=LYW?eup{av&a\u06c1Y?U\u001e47\udadd\udd4aJ}U\\$6\u001c_M\u001f\u0017\u01d7GrW_\u000f\u058b*_p9ipJ3]\u0141R$ N~a\u07da.ZPo4R\u000b:~(\u0012GE\ube4eT\r\rh>)o;j[z|4(TOZz\u0012&<\u03e5*L\u05cdyy\u000e!Zdg%j\u04b7oeY3MVF?\u00fe\u00178\b\u001aMSe*>k=\u001f$\b\u0017H\u0295>(RP\u001ag]J.\u0013TKKSy?\u05e5(\/m9B^\u0435\u017ew}Wi{{-NW;!TC\u0015\n\u05b5N\u05ba\u032d}g\u001e+bD\u00e0\u07cf\u0709k\u001c?qP0\u06dd%V%\u016a\u013ct{~oT$,JKOW_[z\u0015=]\u001f[ud]m\nKFUFEprx\u05fbYAY76I\u00121u\u000b\bf97lv4}i<]XA}\u07f3zBxAyg\u0328\u001c\\!\u056dBn\u0019(\u0017\u0533\f>\ufebb\/\u0547\\Kl]o\u07fe\u05aer6}}7{WuKks\u0010`G\u001e\u000f{v<^-|\u0010\u001e\u020dn[}\u0004c><\u000e'fng{&\u000esu8\u0000\u0001\u0002}@\u0013\u0005Z@\u001f(r\u00049OP\n:\u0016g7\u001d4\u001aY\u001c\u001b\u0016\u037e)\u0017,\u02f2\u000fOh{.=5j\b\u001aX9zVN\u0777j\\5\u001aWvb=,\u0576\u0576\u0576\u0576\u0576\u0576\u0576\u0576\u0576\u0576\u0576\u0576\u0576\u0576q].Gt\u067c.]R^M|f\u0017}YxU\u0015\u01b6\u0011c\u054e<((o?\tapa_\u00068Hd\u001d|:fK(\u25e7?SU0\u077b6ex\u000fo+\u001f[_\\[\u0401\u0006\u001d]Q\u06a0_|gz\u000e<,_9~\t\u001b\u0016K[D\u06677Yg\/pNw&@u\u0233u\u0014m\u00fc4-w\u00dc\u001a'=KEYi_\u0019$Fp\u0439w~\u0005q45w\u0014\u077f\u0003Cl\u0005f5\u06e5{n2Th\u0003\u001a=em\u0012puw\"\u00119\f\u000e>3wK<\\\u000be,v'\u0593GfgMZ&\/cqFczyy2}UR2VI;\u04f05b9[\u03de\u001e\u000b\u0012V2AH?\u001e\u001eu\u000f:Aiz]\u057fu3\u001eNgngY%]VG[^~o\u0015~o\u054f,J0\u047bU\u001cj~k\u0013\/]z>\u0019ci|gZz\u001c\t\u0017'\u056a,.\u0483MG$v\u0007'^~HB_zAtjgM\u0015it\u03eb?\/\/i\rH.-z\u001b|V\u001fI$9HHG_N]rwEE\u0012{(ob]t\u03efg*^8gh^\u00151\u0016HV\u001e^\u0011c7im41!H*\u05fb\"zDw?\u001d\u546cJ^G\u001c5o\u00135[{\fe;zu\u0014FLE\\gA}}R\\Go3\u064c8c;\u048bWJZnKgmD#*4\u0016d\u001d\u000b'Y<\u0272\r\u0007[Wy^1LG\f\u0017\u001c\u0467Q+]|YDLez\\>G_F'}WOMNs\u07be\u01fc}\u000b^~~i\r\u0233\u001e=[N[^[n[~[\u06ce\u06c1=7|Ow>\\C'\u001b\ub60b\u0018#\/\u06ffW.\u06efiN\u0003Q%*bZ\b\u0013QJ\u054e,1Pij\u0011\u001b\u05faw1u-\\pq\u000em~<\u000fHu-K\u0016y&Z\u000f~\u000b\u000bk\f7\u0015AKq{UXL,^t:X`'i\u04d9>|\u0634iEvf\u00198B{2t]a\u000e\u0798<.\u0001O^\\':\\\u0016GEWZXo\u000e!cU.3_\u0010G\u000566a\\d\"[Tp]h\u0017\u05a6q7\u0692\u0232\b\u0017zu1M]\u0002['\";mX\u0016\u0005wh\u045d\u0016y&;\u0000e,wxEm1^tlw[F\u0006;J<~\u0003V\u0019\u009fV2l\u0010I]\u0016!osI#5\u0006+A\u0003l&fQ[XF\u02e7F=u'o*p\u0011Wv^\rj2\u0014:q\u01759\u0017a1)RM\u0005a?d:o\u0002#n\u0016xa6#~\u037dI<\u001d,f\\MR@u\"1|!\u0019\u001a\u0019\r\u0017O2]7\u0013jZ\u0082\u001e\u000bKf_2k^[\u0001?=V\u857d\u001e?qKb\u00126\u0604u-\u0516b\u0014\u05a9\u001eF%~.\u04fb|YL^SM+\u9605 b\u0016)goB\/8\u07342r}nK\uf40ac\u0017b\u001dP]xw\u001d\u0015\u00f0N1\fq@_\u0013Y\u01a1b\u0019;\u0618\u0006O_\u05f4~g=:z\u0004[xU\u7d0eUf\u001b3'+\u001b\u0006t.y \u0016?`}\u0003\u0006:\u001a\u00156qPc\u001eN\u0001D\u0005lr\u0007lDE\u000f,*\re7E~x?|Cn\u000f\u0015S\u06e3^\u001e}\u0016G9RBi\/Ez{\f$SL\u001f\u032a\n8\r\u00197\u0648EHmi\u001c\u0001%nH\u0264\u000f@%\\zmV\u001b.m{0i\u0014\u0302{\u00072YIbyo]*9~4P\\\rEj\u0011\u0015sHh%Z\u001e1\fYp\/i\u0006\u0017RF0U'N2+\nM\u001ai\\H\\\u0013hjM\b4&\u0518\u06b1.Mf\u001fN -\u001e\u0084S0\rbN\u0011N4\u0240\u00030\u0003Nm\u0004N\u0005N\n\u0000N\u0012p*SSS\u0002N%Z\u0002\nZ)\u00018\u00158$\u000b\njS5n\u0019r.\u0015\u0018q*CSwSkBq\u001dV\u00e9\\=C\u001ajxpjQJtI\u0006\u001cFll~Gpj\u0013&p*p*U\u0000p*S\u0004\n\nJ\u0017p*\u0012TJ\t%YTTsvW(l\u0005ry8U.$\t8&\u0004Z\u0013jScvp3\u0129Q)\u001dQ\u0016(TA80S\u0015\u0526'\u0018MTT\u0000T*\u0001\t8\u00158\u00158\u001a\/T%\u0012SSK8\u0541\u001fy8\t=\u0016p\u0010pjM1N,k\u04695;CFAGjL0oC*h\u0001\u0007f\u0001Sd4SS\u0002S\u0004J&TTTjS\u0000\u0002VJ\u0000N\u0005N-\u0002\u0002T.\u0012\u001aq\\H\\\u0013pjM\b8&\u00182F2\\qk^\u001a2*t\b\u001a\u00111[\u001f&2\rlU%M2pA\u0005Wm\u0004W\u0005W\n\u0000W\u0012*UUU\u0002W%Z\u0002\nZ)\u0001\\\u0015\\$\u000b\njU9\fVM&p\u055a\u0010jM1We'\u0016\\\n;\u0015UC\u001ckU\u0005M2p$a`Gj\u0013&**U\u0000*U\u0004\n\nJ\u0017*\u0012pUpJ\t%YpUpUsvW.R\\^#W\u000bk\u0002W\t\u0584\u001asU\t\u0019y~k\u0016qd\u00a9q\u000bomS\u0005M2s:S\u001b`4SS\u0002S\u0004J&TTTjS\u0000\u0002VJ\u0000N\u0005N-\u0002\u0002Tv\u0012\u001aq\\H\\\u0013pjM\b8&\u0014i\u0006'<5 \"D!ip7A\u0015\u0018%j\u0002\r{O0 T\u0001 T\u0002I%\u0013H*H*H*5^ DK@RAR+%dARAR\u001dI*7\u0018ULf6C\u0007)y]5!\u051aPs\u0000T\u001dGS#|\u03905D\/\u001b[J\u0520:\u000fL\u0013\\L\u0570\u0004#\t\nJ\u0015\u0000J%T2R\u0005J\u00044\u00154R\u0002h*hjI\u00164\u00154\u055c\u07598L8f*\u0005Z\u0013\u0002M\t5\f(=Cc0-tJ-WNBC*hP\u0007FaIF\u00124\u00154*\u00004Jd\u0002M\u0005M\u0005M\u000b4h\th*hj\u0004T\u0512,h*h93M\u0002*lr)y]5!\u051aPsO\u0013M}\u001br\u0016EL=\u0006j\u001d\u0004J\u001aT\u0007q\u016a\rzO0T\u0001T\u0002V%\u0013***5^DKUU+%\u0000\u0002dUU\u065d*f\u0019uWNU*\u0003UwUkB\u0371*\u0013H\tj3Q\u0006\u001a5\fGc\u001baUAj`0\u0013@\u0018`$UU\u0002U\u0004J&`U`U`UjU\u0000\u0002VJ\u0000V\u0005V-\u0002\u0002;cU22\\J^\u0017jM\bX&\u001c2w^*\r8\/DSc\/\tR\u00154\u0003\u0004\u06ac\u0004#\t\nJ\u0015\u0000J%T2R\u0005J\u00044\u00154R\u0002h*hjI\u00164\u00154\u055c\u0759C66b\u001c\u0002M\u0015\u0002M\t5L\u000eM\r;GSc\/\u001b\u0126~\u0005mK%iP\u0007\u0188Mm{\u0004M\u0005M\n\u0000M\u0012h*@SASAS\u0002M%Z\u0002\nZ)\u00014\u00154$\u000b\njLS\u064f5\u02c4lr)y]5!\u051aPs\u0284]VIN~\/((d\u00bb\u000fAUS?\u000b\u00127$|\/hP\u000bf\u001a`$AUAU\u0002@U\u0004J&PUPUPUj@UVJ\u0000U\u0005U-\u0242;SU2\t5SU9d\u0005Z\u0013\u0002U\t=\u0013UX5\u0013s?\u000b5\u00ea\u0006Zif'\u0019I`U`U\u0000`U*\u0001\tX\u0015X\u0015X\u001a\/`U%\u0012UUKBZ.LY>\u0306j2:|Z}5xGsp*OZ\rP\u035e'eXfs\/VFg+\u0013z\u0000>\u001ea\u001d\\C!M#<:d6\\^6~PKyFR\u0010J\u0006\u0017\u000eMVp4\u023aX\u03c0l2\u0019O\f\u001d+P\u0680\u000b\u0016\fpy|?\u0004A?`\uebebd(c\u001dw*`1M\u000e\u0724\u074a$Mr\u00ba\u0012\u0016\u03aa+0~Vj\u67016\u06aeSg~:v\u035dY|<}~;M,iSi='Z\/?N?~\u06d7he6\fC\u0016|ren\u0018\\gi>b\u008bV^Lag_L\u001a}\/Tz$0\u001c>\u01ddg\u0016\u0019X4uu4_A.\n!PN]\tU(t+\u0003*?\ue9db6lrp;%\u0011+*\u0005\u001ab\u0396s[&\u001a\u03afEOm]8oH\u001d+\t\"k\u0000`\u0016\u0004\u07aa\u0011NU`\u0001\r#u<*\u05a1r60\u07ae\u06e7??.*\/@\u0005FNlstp;Y\u001e8oM,:\u0722;h8+\u001cmY\u000e~_}fo\rL\u0019\\Lt$\u0000xyGaoj\/\u001eg=~\u001eYs\u001eE\u001eXv\u0018\"\u0000\u0633}\u000bs\u0261a\u0549Z3n*}X\nU||y=a?Wa\u0016QTeH;\u0007'\u00070g8\n8bH\/NVhN\u045bb\\pG\u0004I\u8956cYWKx=,)aWH:j}TM+(FLI\u0016I7v\u0011\u072a\u000f:6\u001cdwY\u001a~z'\u0012J.s|99=ZI-\u93662\u05b1\u001f\\G}SCku|\u000b$-~j\u0002V\u0015Jf\/:>\u001aCt\u06feU3\\}[|\u04c6\\\u0017B=Zh\u00055\u0145]\u0007[8S\u001e\u000e\u06f2%\u000egd\u000e6{6`?Aw X4~^58\thQ]t\u0016IT]wG-BPr9Kk\u001b\u04dbrj\u001aDA*xC\u02f8s\u0001%R\u053d\u0005qs\\\u018eED]D8\u001b\u0012%V\r4\u0356X\rM7o9q'\"lQtJLp|\u0018>9\u0007q\nU\u001bb\u0018uLqg'|]4\n-u*U~Zs\u0004\u0651q\u0342:v,p>x7\u001b~?EFa\u0016T+Doued\u001eg]Nxv\by\\\u0013a2\u0011\u0012\/\f\u0139,&xi>3\\LxvVy\\`\u01d5\u001d4\tZ\"u.K\t'8ah=y^Q`W\u0012U8D\u0017,qm{VA\u001b\u03841\u063f\\Ki.DEc|\u0011l\u0791\u0004(V@[ ;w \u0004Hpzjph \u001d\u001a*y\u001a(\u000100\u001e?\u073cm\/0au.\u001b?;\t_\u052b#\u0011t9\u0005(w^y\"}\u0007\u03eeXfncW7zvq.xwK;0e[\u0004F@9LL\u00054\u001b\n\r\u03f8\f\u5ba7=I\u001d~\u000b\u001e$X\u03fam\u07b6i\u0012D>\u043f1\r'`\u0016Nh9vV#U>}>ovk.xL\u000e>{A\u02e7\\5|2.zY4L!\u000e<=5vF\u05ab; \u078eX;OD\u0019GvYN`\u001e9\u001epjf:\u000f\u001d@\u0001dU\u0355rj'C]pk\"}k\u0002s5:O\u06bfq:S~ {\u001bb7%\u0019^\u01b4\f6\u0017\/\u0000\u001f\u0241vBcn\u0006\ud881\uddce\u0107%)1+%5'3(a\u001d_-[g=7l>|\u0018B}\u0012\u02f1w$7:,H}\u0019(FqECk\nsb\f2\"\u0014*FCCUhVE\u016bF{\u000e\u000et`VE%UP2E5L_\u99c7\u06d26j.i;m\u0018 \\]\b'bUkZrzd..(B~,WcrIwDg\u000b\u044e^vrRC\u0005N\u06fesq\u0001#l\u001fwNv1\u0002$C\u0013\u0003XCc9-\\Uv\u068ah@jnz\u000f{qvBt\u0018N\u000f\r=W\u043c(4N[O\u0593cm9$\u000e\u0607F\u0007PC\u0012u&d}\u0408T5VP5Hb\u000f'i=W\/\u0012q$`\u06d16=\u0019gCQM\/4h]MH% u\u001fJ\u0011\u001fC?\u001aF\u00043=\/\u0010Lvj\u0014_\u00134\u001ach\u059cQX\u0017\u0012*\u001dx\u0002\u001c\u10eavDf\u001fE?\u000eZqK\rZ1\u0010\rri*XCN\u05deG\u01da\fa:S)[l\uc6c9O?ie'v@\u001b\u0007$j;\u0019\/\uffbc\u001dM\u0016-\u0538-]{(jQj\u001b#\u0004\b\u0017\u001a \u0007Yw?d\u0014v\u0705bPm*\u001du`5\u0015nt?*J>E-C'kVzN\u0011O$sr\brr\fl\u024c3[\/{\u001d?<*'\u000b\u0019\\X7s\u0006GnGx\u001dMFwdH\u0007\\\u074f\u001f\u03c9xvt7\/\u064bv\u000eu\\~\u0019N#klh\u001cN.\u0004k6{\fEBO\u0522\u04abP=\u05fdt\f^Vsi\u001c\u0017\r'm4\u00cf\u014cm~<+\u0018\u001bL\u0014\u029a})qFW\u00054e}\\g\u0167HP6\/WB\u0010Zfd\fD[,u\u04a3X\r1#\u0010UO_&j\nT9{{M\u00064N3\u0005\u001fpr=~\u001d}\"*om1EM7S3~phi-S}\u042aM1.\u0015p3\\]\u00106`D\u0007jOG\u04d3ruX\u001eK,`\u001f\u018b\u0387J(`\u000b)\u0003K\u071f\"Sy^R\u0019\/~\u001cN\u77489NYI}1\u001b\u0007fs~\u58bc'\u001c-^<+S%\u0006\u0017I5\u0019\u0387\u000fh.W\u001crA@z\u0010\u001bh\r\u04b09R\u0018wOCe\u0014hPu\u029diug_Gele~.+2@!5\u071bEeVn\u001c\u069aIMfjI}i\b\fw_~\u001a[3\f\u0016\u0007v?29m\u000fVY\u016a\u047f[KL\u0001\u0017l\u000f\f>\u0003}p8\u0677\/\u0005\u001fm\u0483;\u000f7\\8\u0006$m\u001dt$\u01db[-ZG\u0002\u0017m>\/%^[Qkmr+\u001ft\u001c[vp\u000e\u0013$R|\u001cg\"\u001c\uda1e\uddc7?\u0007}E4}\u001c\r\"UG\u001c\u0011\"`\b=\u0006\u0149\"\u01des\\\u008c\u0012+48\u03b92\uabf3,c?[\u000b\u0010\u0011\b(y\u001b!\u00036H6\u000f\u0006-\u0003n\u001e:%\u0005(\u001d\u9735t6Q:te\u0007P\/b7Y\u054b~?\u000b(ZL\u0002:{\u0488t\u000e6?W\u001d\u001f\u0017\u0326W^\u001b\/\u001e'\u02f9~-\uc552~|Z\u001ff\bYrl\u000fj\u00100\u0005UyW;p\u000b+\b\u0337d,\u001b\u0010:lVEG\u0019B\u0281?Yv\u001eZLW4n=#4~FHgdcpa\u001d{M\u051ftd^.g\u0351<\u0013OsczO\u0012\uba3c\u0000\u0019+Ol0;NEV\u001d\\[7VO\f\r,\u0677\u06d4D-J$\n3A&\u0080\b@#}\u0001>D\u001a\u0010j\u001fi8\u0004i8hP.R\u001c1\u042e\u0019~\bi`8,)(Gm%h\t\u001b\nkyf3uY\u0002\u0005_\u001d\u0006\u0006U1:[5d_u\u078dae`X\u0137oEwW\u0017\u0007\u0015n\u001d\u0015\u057aRM7\nlTyc*k\u001e\u0001i6\u031a\n}bD\u0010=_\u000e0Ke5RI\u0018EY1\u0014W\u034b5@%Yqf\u03f3U\u001a\u0014KgShl\u0616\u001c\u000b4?\u0013:D\u0629$\u00f9oojDE`JZYZWbVtt\u03f5U5cO\\\u53b3[\nu?+\n\/w\u0017\u0007q\u0016_%a|\u0004q4\ftyD\\\u0014m;NuMxjc]\u0171u\u0012=^I1\u000b\t0\u000bpU#\u001aV)\rZVW\u001cj\u0014)R\u000fWa*6\u069cWo?\u0014CwO[]Yzy3_\u3af77o0\n\u201a9:7T( P-V%(\u5fc4KS\u001d_\u0013Dsk+L\u052c8\u0325\u07ef\/QkOyME\u0011n3oUJyU\u001eO\r\u5095*'\tWuK9'dmu~^>\u001a\u00112\u001e\uafc9\u0425\u06ff.z:^Pe\uc303\u001b\u0002=\\k}Zob6.DE\u0630\u0004\u000e,*Mc7E~x?|Cn\u000f\u0015L\u06e3^\u0017}i>\u001d!ERG\u001e\u000f#:5fJ(I,g\/NG\u0002u\u0006,BjGh)B{\u0003h\t^\ud5e9\u0546K\u001e\f~\u001aE)aL|\u0018~\u001e{\u0016JN=+VyCQ?Jc\u0005W#!\u00198|lIQ\u0005d0*\u04a8`T.\u0011\u02855\u0001\u0584QkB1*sy\u0015030hw\u01a8i?#f\u011aa\u000fc\u0696`Tp{\u0002Q\u0004J&`T`T`TjQ\u0000\u0002VJ\u0000F\u0005F-\u0002\u0002bTn[K\u0005F\u0290,`]!`\u051aPc\u029ct\u0004q\u000f(\u0398\u0018:FU\u000b(8&\u0018U-C4p\u0001t\u0006\ns\u0003F\u0005F\u0016\u0000J%`T2\u0001\u0002\u0002R\u0005J\u0004\u0018\u0015\u0018R\u00020*0jI\u0016\u0018\u0015\u0018\u055c\u00152\n[\\^#F\u000bk\u0002F\t\u0001\u0584\u001acT\u6f29*a2\u001dF\u0014-?OAyZ7\u00e8Y\u0014LU\u0010(iKW0d8=`T`m\u0001T\u0002F%\u00130*0*0*5^DKQQ+%\u0000\u0002dQQ]1\u00037t\u0000\u000e\u0015\u00181*\u0003QwQkB1e~\u0005\u0011E\u0006\u001a\u01c9r[jAK4-]\u0737QQ\u0005\u0000R\t\u0018Lx\u0001\u0012-\u0001F\u0005F\u0000\nZ\u0005F\u0005F5gw\u0168z\u00047F*\u0017\u0012\u0004Z\u0013\u0002F\t5\u01a8LUd>?\u001aFdw\u000f\f\u00185g\u001d\u0004\u0015\u001f8]1%iKg0`8=`T`m\u0001T\u0002F%\u00130*0*0*5^DKQQ+%\u0000\u0002dQQ]1*{WH\tn6!d\u000eB\u2680QkB5\u0018a\u074eFjM\u0018r_1j\u001adj\u0002F\u0352N+\u0018U2\u001e0*0\u0000`T*\u0001\t\u0018\u0015\u0018\u0015\u0018\u001a\/`T%\u0012QQK\u0018\u000bD*M.\u0011\u02855\u0001\u0584QkB1*s\u0011RPy\\X.FM%IF\u00185GZCr3\u0235-\u0737QQ\u0005\u0000R\t\u0018Lx\u0001\u0012-\u0001F\u0005F\u0000\nZ\u0005F\u0005F5gw\u0168%5bT&`\u051a\u00100jM)Fe\u000e\u01313\u00e8\u03c50\u0017\u0006\u001e\/\u0004zA\u0010\u0005)Tm\bF\u0015\r\u7fbd\u0007\n-\u0000\u0018Jd\u0002F\u0005F\u0005F\u000b\u0018h\t0*0j\u0004`T`\u0512,0*09#Fe\u00f8Jk\"d\u000eB\u2680QkB5\u0018aUc\u01fe1Z\u001c;Z\u00185\u2a3e%@\u0002%m\nG\f\u7fbd\u0007\n-\u0000\u001cJd\u0002G\u0005G\u0005G\u000b\u001ch\t8*8j\u0004pTp\u0512,8*89+Ge%)\t.\u0015\u00189*[QwQkB9*\bw8jQ5FB\u001c5GY1a8jp\u0007\u0012(iKW8d8=pTpm\u0001T\u0002G%\u00138*8*8*5^DKQQ+%dQQ]9*{rnry\u001cU.$\t\u001c&\u0004Z\u0013jQ\u0019FQ\u038e\u0006<{gH\u001bA\u0012\u000f]H-]\u1a12\u0737QQ\u0005R\t\u001cLx\u0012-\u0001G\u0005G\u0000\nZ\u0005G\u0005G5gw\u001aL7a\n\u001cAY\u0a3bB5\u001c!\u001d?H#sG\r\u04f8\u03105aFn'|J\u0019*\u0018}{\u000f\u001c\u0015\u001cu[\u00008*Q\u0004\n\nJ\u00178*\u0012pTpJ\t%YpTpTsvW(lry\u001cU.$\t\u001c&\u0004Z\u0013jQ\u00034V^8~FIW\f-p(\ttmKW8d8=pTpm\u0001T\u0002G%\u00138*8*8*5^DKQQ+%dQQ]9\u00038d\u001a9j\u0013l\u0221,p]!p\u051aPc\u001d\u02b48j\u001f\u00188j%c4q\u0012z\u0001;\\\u0015*\u0019}{\u000f\u001c\u0015\u001cu[\u00008*Q\u0004\n\nJ\u00178*\u0012pTpJ\t%YpTpTsvW\u0015&QBQkB5\u001c)i\u0019\u0017XZIE-8jZ\u00142\r@I[Q%\u00f9o\uf063n\u000b\u0000G\u00128*QQQ\u0002G%Z\u0002\nZ)\u0001\u001c\u0015\u001c$\u000b\njQsJt\t\"s\u0010\u0012\u0004Z\u0013\u0002G\t5L\u000eGeB\u03cej]ni01,8j&tJs\u0003G\u0005G\u0016\u0000J%pT2R\u0005J\u0004\u001c\u0015\u001cR\u00028*8jI\u0016\u001c\u0015\u001c\u055c\u0755r_t&QBQkB5\u001c9\u001cUc\u072eUY\u0018DFD7F*\u0017\u0012\u0004Z\u0013\u0002G\t5L;\u001cgQ0\u000bQ#nK68j\u000f\u057azm\nG\f\u7fbd\u0007\n-\u0000\u001cJd\u0002G\u0005G\u0005G\u000b\u001ch\t8*8j\u0004pTp\u0512,8*89+GWn6Ad\u000eBQkB5\u001cf\u0017\u011d&\u001a18F\u001c5\u000es\"tJs\u0003G\u0005G\u0016\u0000J%pT2R\u0005J\u0004\u001c\u0015\u001cR\u00028*8jI\u0016\u001c\u0015\u001c\u055c\u0755\u0012\u001a9\\H\\\u00138jM\b\u001c&\u05182A]I\u0a65+GU\u03d8\u001aqWGB\u0002%m\fG\u0015\f\u7fbd\u0007\n-\u0000\u001cJd\u0002G\u0005G\u0005G\u000b\u001ch\t8*8j\u0004pTp\u0512,8*89+Ge,M.\u02855\u0584QkBM9j\u0118\u05ef1Z\u00120\u0007\u0018\u001b8~\fY3&i8\/iKW8d8=pTpm\u0001T\u0002G%\u00138*8*8*5^DKQQ+%dQQ\u001d9*\u0003*kBd\u000eBQkB5\u001ca;\u001c\t>?\/LNk\u001c5I4I\u0005i\u0012Q)iKg8`8=pTpm\u0001T\u0002G%\u00138*8*8*5^DKQQ+%dQQ]9*7tSL\u0013\\*0rT\u0006\u0007\n\u0584\u001asTIO=\u0005h\u0a29zkd~\u001b&Yz\u001eCL\u0006m\nG\f\u7fbd\u0007\n-\u0000\u001cJd\u0002G\u0005G\u0005G\u000b\u001ch\t8*8j\u0004pTp\u0512,8*89+GCnry\u001cU.$\t\u001c&\u0004Z\u0013jQC<;\u001e,HGM*!K\u0018nQ8Uc\u0579+\u001cU2\u001e8*8\u0000pT*\t\u001c\u0015\u001c\u0015\u001c\u001a\/pT%\u0a15\u0012QQK\u001c\/D7a\n\u001cAY\u0a3bB5\u001c\u000ez\u0017\f\uf94c3pnMG`lH?Tm\u0001T\u0002M%\u0013h*h*h*5^DK@SAS+%dASAS]i* \u028ckr!qM5!\u051aPc\u0294yn?d4@S=\u0004\u001e\u0017\u068cfF\u000eZ\u001d*\u0018\u04bd\u000f4\u00154u[\u0000h*@S\u0004\n\nJ\u0017h*\u0012TJ\t%YTTsvW2l\u0002\u001c5\u0584@SkBi*-z\/8ZEhj\u0014\u0005~Sh\u000ecn934U2{\u001fh*h\u0000T*\t4\u00154\u00154\u001a\/T%\u0012@SASK4=8F*\u0017\u0012\u0004Z\u0013\u0002M\t5\u0018\u01e6j_i\u07cftWCea\u00149\\@%kMwh`H?Tm\u0001T\u0002M%\u0013h*h*h*5^DK@SAS+%dASAS]i*ylqry4U.$\t4&\u0004Z\u0013jJScI3\u001a\u0006a\\\u001d\u0017\u001a(iMwh`H?Tm\u0001T\u0002M%\u0013h*h*h*5^DK@SAS+%dASAS]i\u0003>d\u001aij\u0013x\u0001-]!\u051aPcjYvTbNCM45\u0254o\u00160Q\u001fr\u03b95!\u077b@SAS\u0005R\t4Lx\u0012-\u0001M\u0005M\u0000\nZ\u0005M\u0005M5gwae5T&\u051a\u0010hjM1Me\u0761\\\u0019$\u000bS8\u0003N LV>W(b\u03ad\u000eN\u0015\f\u0007\n-\u00008Jd\u0002N\u0005N\u0005N\u000b8h\tp*pj\u0004T\u0512,p*p9+NW\u0019r6!e\u000eB\u2680SkB58\u0001~\u01e9\u0017DjSP[NU p;S\u049aT\u0250\u0002S\u0004J&TTTjS\u0000\u0002VJ\u0000N\u0005N-\u0002\u0002T6\u00049F*\u0017\u0012\u0004Z\u0013\u0002N\t5\u01a9\f\u0169\f:U\u00fe\u001dQ\u0018qj8K[t5!\u077bSS\u0005\u0000R\t8Lx\u0001\u0012-\u0001N\u0005N\u0000\nZ\u0005N\u0005N5gw\u0169L.CN1OpS\u0019(\u0004+\u0004Z\u0013jS\u0019P$B]pj\/r\u0015U5!\u077bSS\u0005\u0000R\t8Lx\u0001\u0012-\u0001N\u0005N\u0000\nZ\u0005N\u0005N5gw\u0169\\DR\u0019rry8U.$\t8&\u0004Z\u0013jS\u000785'j\u0016_E^\u048fHS\u001a838U2{\u001fp*p\u0000T*\u0001\t8\u00158\u00158\u001a\/T%\u0012SSK8[!x=R\u00112D\u000b8uW\b8&\u0018a8x\fij%a\u0005\u001ah\nSF\u001b8BOIkCS\u0005Cwn\u000b\u0000M\u0012h*@SASAS\u0002M%Z\u0002\nZ)\u00014\u00154$\u000b\njJS\u0019T.\u02855\u0584@SkBi}@S0\u02d8Yli_yi+'&Yd!X\u03ad\u000eM\u0015\f\u0007\n-\u00004Jd\u0002M\u0005M\u0005M\u000b4h\th*hj\u0004T\u0512,h*h9+Mul^#Mm\u0002\u000f9\u0005+\u0004Z\u0013jLS;\u0011U\/^~rj\u001aJ\u0269i'qt5!\u077bSS\u0005\u0000R\t8Lx\u0001\u0012-\u0001N\u0005N\u0000\nZ\u0005N\u0005N5gw\u0169w%5T&\u051a\u0010pjM1Ne\f\u001e0\u0002f!N\u00154\u0240\u0003\f8iIF\u00138\u00158*\u00008Jd\u0002N\u0005N\u0005N\u000b8h\tp*pj\u0004T\u0512,p*p9+Nev-AN.\u0011\u02855\u0001\u0584SkBq*Sno9Z0\u001ajE\tf4U\u04a4:\r\fNG1Mm\u0004M\u0005M\n\u0000M\u0012h*@SASAS\u0002M%Z\u0002\nZ)\u00014\u00154$\u000b\njJS9UfM@&\u051a\u0010hjM1MeF\rNe-\u0010U\u0007wb\u0001z\u0014r\u0013I5\u001cNE|\u001d'\u0019MTT\u0000T*\u0001\t8\u00158\u00158\u001a\/T%\u0012SSK8=\u00049F*\u0017\u0012\u0004Z\u0013\u0002N\t5\u01a9L\u000eNeT_{\u0759ET\u001f\u0005\u001e{D@#*iR\u0006^\u001a`4ASAS\u0002@S\u0004J&TTTj@SVJ\u0000M\u0005M-\u0242T-\u02e1\u0002\u0013)cj\u0002M\t\u0584Tn\u0006v\u000fQ\u0010e\u0301&\u001a5\nsy|S*h\u0001\u0007\u01a1\u02f7S\u001b`4SS\u0002S\u0004J&TTTjS\u0000\u0002VJ\u0000N\u0005N-\u0002\n)0gAf0\u001bAj}\u001f\u035d11p\u0000Mk\u0003.\\Z0>o\u0010\u0004q\u0018`Cv_G\u0663u\u07a9\u0483t7):pv+4a\u000bK\\[8th.N[\u0019P\u0726Ru\\:>=N:v\u035dY|<}~;M,iSi=I'Z\/?N?~\u06d7he6\fC\u03114\u02956cpa$\u018b\t\/&Z\u1c93{1E\u03bexu5Z-_>cH>A9NONEY\f,i\u001a::\/ x\u0017g\u0010~(.*\u0014y\u0015\u0001rA\u001by9\u0015svPs\u0002\r1g\u02f9-r\rW6uZNpk\u00045V0\u000b\u0002oU(\u0002\u0014\u001bGRyTCOm`]?\u0007O~\\\u0711U_=3\u054b\u000e\u03ddv2C\r.mG_\u05e8x\u0016k?\u062alq9\u000fcqc~1,nlAoq-\u05b4p>|y=a?Wa\u0016QTeH;\u0007'\u00070g8\u0006\u0018\u000bS03ff\u0018?'A\u0012zOwJ\u001f\u01d3%E:*{\u001biWG-iE=\u0016qh)iUB?\u0006\u07ce5[A\u001f&L._O\u000fDB\teo3'G+Ib\u065b\u03dchz-c\u001d|\u07e7<5\u0004\u0018?8`\u00161WZ\f_t}5\u06f66I|[`|\u04c6\u0003\\>=g\u0005U\u0105]\u0007}u)M n>:X\u009c\rXuf i\u0010\u0002[|w\fE\u0007[\u0016E\u065fI\u0003[Qu\u0016A\u001d]3=u7\/mLo-i\u0010\u0006\u0b4f)N\u0002\u0018\nWKQ\u0016q5\u001b;c\u0017\u0011}v\u0011lH,\u0132?\u000b6X7[b1&6\u0018\u077cm\u000e\u075e\fE=*1\t+a\u001c,)VmaY\u00073\nSTzG6\nvE*2^\u0007\u0089X\u0005{\u05ea50\u000bvx\\`]4\u000b\u000f\u078dd\u0011>s\u0005\u054a\u05eaUA\u0555yw9aG5\u0011CvDHt0\u0010\u7c98\u0d66}p1\u0011YqM\u001dWv$k<\u05f9,%&R\"\u000e\u001d>ih\u0007L T|\u001ah>\u0019~~h=\u05acw\u001a\u0010G\u015aHAj\\94\u0733^1Gv9~\u0006`?3r\u0002S\u001eoO\u0209HUs6\u04c9}w(\\N\u06d9{e;Ye'N&\u0007{a\u80f7m-^q\u001a\u000e-v\u0206^3>!\u001bCZ6\u001d!Q&(_~v7^^Y8A[mu\u0006N\u040fh\u00008\u001a\u0000^\u000b\u001b\uc16b?\u000eZm1K\u001e\u0019\u034dzp!:yp\u0011\u001c\u3e5dStiN\u00eeD6=\u00191<=Lod\u02ca\u051bt6\u001f>\fx\toXu\u0015YV\ucc6clHS@e\u00156E5\u0000\u000e> \u0602\u0003\u001ch`\u000bo$qDc<\u001f\u001f\u0016'Nti\u0011U5\r\u03cf\u0001}?Iy>i\u0000\u0014\u0016$\u0005wA+5=\rg|\u001a\u001cJm?RbV\u00151w*\u001d.kCs%8{v\u001aq<\u001d\u0015rz\u48b8Vs\u001aly\u001cImgxt@\u0016k?SOlI\u0017l([]k\"SW\u034b\/}\u043a\u000bqoYwDEGho?\u017a\rXN\u000fe\u0745r\u0002-]v\u06aa{\u0307Q#uIN\u0632N[\u000f\u05dd=\u001cK%t\u0012E;J{\u0015\u0011I\r9\u0016o=<;q\u046e}\u0017n3'\bAIl\u0000V\u001cX}N%\u0017\u001fq+\u0017p$;B\u001f\u001ay\u001e@\u000fM^B*n\ucd15d==fC\"PP}hy\u0000>4\tz9-Z\u00b8;O\u0007\u060eFU\u0013oU\nU\u0003 vPX_\u02bf@\u0011mG\u0010d@1\u000e\rzF\r:7\u0420u6\r\"D\u050f}(GP~x\u000e%k\u0226*\u001bUJ;\u001fAu\"Ti]D\bU\u0467[GP\u0005ZOGwz@Wr\r*|ot|\u0019*ink)Z\ub12c\u057aV5!?6ZD\u001f~LZ|s\u0018\u0010[X\u0011\t+`9\u001f\u0016rq\rG?w^1\u000e\"Y\u001d\u0006d\u0006RM\u0006\u001fBS\u000f;\u0018m\u00071 \u000e\"1FMf\u001cU\/O\u000fwd\u0003~[ua'\\3*i9\u001fVuBvb6y*wc|4\u01d1\/K6A\u000eL^\uf857w_\u01a1\u0002(f'h5~%gI9\u000f\u01faR\u001eg2TX|9|P\u0398(aR+\u000e{P+\u0006\u0017A.M\u0005kX!\u030f9\u04be\u01be<\u001d79\u001c\u04faa@\u0346\u000eZy\u000en\u02fb\/oG|E\u02f3;=5nftz\u001eJZ\b\u0001E\u0006\b\u0001\u000f8\u0019]+4w\u0609+vpD\u0376}^}r%~w\u000fU\u0013ZO&OSs>Xk9j\\\u001cD2---\u01e0\u0316[,>\rGyr\u0007\u0017\u040a4$c&b\u001e\u0162\u001c\/l(\u0019\n~\u001a2QSsT.-\u001dm2EDq\u001e)@e8\u001f\u001eOd\u00131}Uyo<\/j\u0019n\u001be\u0014GKk\\\u073eVlt\u0018D!:\u0005#:Tse~z?fTo<[b\u0007+\u001d0^,s>||TB\u0007CV\u0017\\H\u001eX\u0014~qPu=D\f\u03112LY\u0770==0%.\u0017m>Qh|,\u0007JY\u025c*?50Np>|\u0018-Gs\u001b.k\u000fB\u000fmu\u0004\n^\u0015\u001f\u05c3 \u0016XGco]\u03510\u001b}\u001a*h-F\u00acSO\u016f#<:*t>\"g+w_\n1,*w\u05a4Oj6VSMKkG`8\u0012\u001fQgt=0Al~*.V}~_Rf\u000e`{`!\u001f\u8eff\u00f9\u03be})Xh\u001el\t]?\u023d1(%is]#?d4<7jr7\u001f?\u0012\u0000Ehy)Y_\fn\u031e&\u07caZn]t\u0018\rL\u5c3cBs8-\u001f!r'f>[\u0016\u0001<=]?\u0013\/h\u0017?\u0010!\u0003G5(\u00149\f\u0016f\u001cUx_q\u0395Q\uf3098\u0013o-\nB m0 \u000e\u001c <\u001bX\f\u013b\u0005z^\u0017ts\u0582\u0491\u000fD%G+^\u0001\u001fElzYHrp[=ihHx[:^h`\u02ebO\u02cb_fS+]\u07cd\u0017\\UeJI?>-I\u000fo,9f\u0007X_\u01c8r\u0018\ubabc\u001d8\u0015\u0004[2\r\b\u001d8O\fg@\u021f,;\u000f.&+P\u001ay7^\u029eQ\u001a?#Y321&O:6X\u0017\u05f3MI\u07a791=\u0567Oz\tuT^\u078cOV\u000b\u05edB1:vpan.Z1?1'6\u064adnS\u0012\u001fV\u001fFbSi x3\u0013~O\u001f^\"\rp\bB4\u000f`3\u001c3B3~v\r\u02d0BH\u00032\u0018N\u0018Al\u000bA5E\u0615uHX3\u0000\u0004\u04ce\u0016o*\u001c\u013e\u0002\u001fD,X1\u066a&#{n<\u000f+\u0013k\"\u07eb\u05b8\fm_\u0015V\t\b=p\/E\u0014n\u001dL**dgs\\+\u0016Kt\u05d3l\\w+WQyUE\u0710\u0019\u001db}\u0019&z?&Q`(\u00052^}c4\u071a\u0019\\:t&o\u0010\u001b\u0014c\u038awjt=6kz\u0005 \u001f)\u001eSL)2spp}zwTQ$\nYJzYZdfb>UGf`\u069dmMUQF.\u001f(\u000bO)O\u000b\u02e7.;D5\u06226\u00119%W\u0011~\u0013}M0E}\u07d2mT]K\u000f\u05c0GPYsTYN\u001f\u0007:1\u0007p@[Tk\u0015U~ZJ\u001f-u\u0004-\u03d5:G-pv8\u0019N_?\u001eEA[POkn\u001b\u000e\u0019WGPCn\u045dzZupnt7n;#Du4\u042e~?\u0556Jj?\u000b7=\n$\u00147=$:}eTP]\u6a0eSUsy\u0491wl\u06cazJd)\u0016Y\u0015\u00189S++){@g=\u001e;\u0017\u0004UE \u0781dE\u060fIYI#\f1d\\\/-?\u000e(D1q`\u00102;\t-y\u0011e7w'iRE\u000e9tN}\u01a4?\u0157\u0017YT)ST2\u0018\u06c7c<%_\u0377Z[\u000e\u0003\udb2b\udfb4b+0}qdll%]\u0012S)p\u0004m-}\u001d%}RO\u0014}\u07a4K:u6[\t%|F\u02e7\u053dMeQl\u02f7f^XA&k\/\u000e(UdW0`V\n\u0003zT\u0016t-FQLg\u0015rW5~\u0005b9\u001cO?f\u03f36G\u001fV|_\u0011{C\u0005Irp;WT*4.D2XZ;(Vr\u07c9ze5[`Byr\u0172|\/W\u056e\u00dfkpkv^\u000f\u01df\n=b\rl}:yWe.Vv6$ N~a\u07da.V\u05dbP-ri\uefcd8\/\u0565IB~Q*LWxUzC1>\/|\u0555:O?.\/z\u001b|63qzU\u0005qH\u035cMd\u001bz\u0013?\t7\u0014Ou\u0017\u001eKD\u0012z\\eW\u013a.?Q\u001c%Wy0\u05bfD=5\u0015yKG \u03f5s\u001a\n\u0747ozHr$(\u077f*;\u0518yo|n%\u0017dU9\u001azUvZ\u0003=a6{?(Z{:|g}\u0568|1QM.u\u0014X|i4T\u0019;cI\u000b\b\u0006\u03f5\u040b9\u06b7\u038dZM+o\u0015\u0003\uc8b9A\u014bf\n\u00012\u0000B\u00005AU#Zd\u0001\u00135Q'IW\\\u000bU\u041c\u001a58#\u0579\u0004\b\nJ\u0015\u0000J&\u0010W2\u0012\t\u0550\u000f\u0015\u0015\u0015\u0135\u0006(\u000bZ]\u0002\u0012\u0007\u001a\\H\\\u0013kM\b\u0135&\u05182\fJz\u0010s\u0006I\u021cf\u0004i\u0010D\f\n\u000b\r2{u\u0003:`\u0014\u0001\\\u0001\\\u0002\u0000\\\u0004J&\u0000W\u0000W\u0000W\"\u0001\u001a\u0001\u0002\u0002\u0002\u0016\u0000\u001ae\u0001\\\u000b\\\u001d\b\u0003*t\b\\\u0019\u0005+\u0004Z\u0013j\f\\c\u00173\u0005 P\u0001W\u001d\u0007B\u00f0o=\u0019wQ\u0004p\u0005p\n\u0000p%\u0013+\u0000\\\u0001\\\u0001\\\u0004j\u0007\n\n\nZT\u0003j\u0005p.p\u04e5*p\u001a\\H\\\u0013kM\b&\u00182VI\u000f5p54a\u0001L\/jZ9U\u041c\u001a43U:\u0001\\]N2\u0000\u0000T\u0001\u0000d\u0002p%\u0013+++\u0000\\\r\u0000\\\u0001\\\u0001\\\u0001\\j\u0000\\\u0000Z\u0005\u001c\u001f+c&,AH\\\u0013kM\b&\u00182\u0007\u001cH3r-u>5gqZ\u0013*iN\r\u001b8\u0175a\b\nJ\u0015\u0000J& W2\u0001\u0002\u0002\u0012\t\u0550\u000f\u0015\u0015\u0015\u0235\u0006(\u000bZ]^}R\u0002\\^#r\u000bk\u0002r\t\u0001\u0584\u001a#W]k5r\u0002; \\=(\r[r4\r>.\bru;(\u0002\u0002R\u0005\u0000\t\u0215L@@@D\u0002r5\u0003r\u0005r\u0005r\u0005r-\u0001r5\u0002Vki\u0017@(\u05c8\\B\u2680\\kB@55`S0\\\udb30\udc6bFa\u001cV,q\u001c\u001b\b\nS\u0011M]\u0001}'\u0018E\u0000W\u0000W\u0000\u0000W2\u0001\t\u0015\u0015H\u0000|\u0000\u0000\u0000\u0000E5\u0000FY\u0000j-\u0002W.U`\u001a\u001c5\u0001\u0584\u0000\\kB+s\u0017N+\u0013yOBc5(8m\u0013*h.5T \\N\u0010W\u0013\"++U\u0000+@\\\u0004\n\nJ$\u0010WC>\u0010W\u0010W\u0010W\u0010\u05e2\u001a\u0010W,kv+MmryU.$\t\u0135&\u0004Z\u0013jL\\\u0019C\\{uV\u0016%\u000b3\nu\u001aF^\u0018q\u0017n5!R\u00e0\u001fi\/qu;(R\u0005\t\u0115L D\u0002q5\u0003q\u0005q\u0005q\u0005q-\u0001q5\u0282Vkir3AF*\u0017\u0012\u0004Z\u0013\u0002q\t5&\u0011;\u0135\u00e7\nf\u00005\u001a1\u0528\u001fk\u0013\"++U\u0000+@\\\u0004\n\nJ$\u0010WC>\u0010W\u0010W\u0010W\u0010\u05e2\u001a\u0010W,kv+h.qP\u0665\u0002#qe\f\u0010kM1qeP%k\u00005\u0019yFU\u041c\u001a5<\u06a8\u0004\b\nJ\u0015\u0000J&\u0010W2\u0012\t\u0550\u000f\u0015\u0015\u0015\u0135\u0006(\u000bZ]\u0002\u0012\u0007\u001a\\H\\\u0013kM\b\u0135&\u05182\fq2\u0003L\\!e58i#U\u041c\u001a5cU:A\\N0 T\u0001 d\u0002q%\u0013+++@\\\r@\\A\\A\\A\\j@\\ Z%\u000ek$M\u0000#\u0007@\\w@\\kB+\u0010W\u0010W\u0010W\u0010\u05e2\u001a\u0010W,kv+{qLryU.$\t\u0135&\u0004Z\u0013jL\\r\u0011ZnY\u029d\u000fP#j2\/fU\u041c]j\u0018}U\rwQ\u0004q\u0005q\n\u0000q%\u0013+@\\A\\A\\\u0004j\u0007\n\n\nZT\u0003j\u0005q.q\u0000Y6i\u000eB@\\kB 5\u0115\u0004qR7\/\\6\u00104Nm\u0138\nK\r\u001b\u057dQ\u0004q\u0005q\n\u0000q%\u0013+@\\A\\A\\\u0004j\u0007\n\n\nZT\u0003j\u0005q.qe\u0017%\u000e5\u0012W&\u0010\u05da\u0010kM1q\u001b]|U5MH\\WN~\u001b\u0215o.6L\fAMN4``T\u0001`d\u0002s%\u0013+++\\\r\\\\\\\\j\\`Ze,qR.rj#s*042s0]!0\u05daPSM>02v\u000b#\u05e3\\=\u056b\u0001wV\u0003*jP\u001cF}\u06b0\u0004#\t\nJ\u0015\u0000J&pW2\u0012\t\u0550\u000f\u0015\u0015\u0015\u0735\u0006(\u000bZU\u001aGh(\u05c4\u001c5\u0584]kB+C\u0004q@\u0019q] \u0016Nt\u00155N\u000e%b\udaf3\ude6b{\tF\u0012\u0015\u0715*\u0000\u0715Ld\u0002w\u0005w\u0005w%\u0012!\u001f+++kQ\rQ\u0016\u0735ZK\u0715\rV*P.\u02855\u0584]kB+CRw+sYsW?Z\u06d9\u0006\u0017-*j.9T+*\bv`$]]\u0002]\u0004J&pWpWpW\"\u001a\ud9c7\udec2\u0016\u0540\u001ae]]P\u0012\r\u0015\/]*0rW\u503b\n\u0584\u001asW\u0006XpW\u0015g]\u0003\u0018]~\u012d\u013b\n\u001aT#~\r{O0T\u0001d\u0002w%\u0013+++]\r]]]]j]Z\u0446%\u001a*'\u000e\u0015\u0018+sf$\u0010kM1we&\u001f\u0019(a7&pw\r 3q\u0378A5r\u0018\u0011]\u001e?T\u0001d\u0002w%\u0013+++]\r]]]]j]Z\uc8b9DCF*\u0017\u0012\u0004Z\u0013\u0002w\t5LW\u0752;0]#>\r+\u07e0:9L2nv:`$]]\u0002]\u0004J&pWpWpW\"\u001a\ud9c7\udec2\u0016\u0540\u001ae]]EsrKr#ws8qM5!p\u05daPcL>3PnQh\u0017k\u001cz))4\u4b82\u0006aPz\u057d\u0004#\t\nJ\u0015\u0000J&pW2\u0012\t\u0550\u000f\u0015\u0015\u0015\u0735\u0006(\u000bZ]\u001emX\\^#w\u000bk\u0002w\t\u0584r\u05c8OW\u000e\fs85h]\u0005\rC?HX\u0006wu=HR\u0005\t\u0715LD\u0002w5\u0003w\u0005w\u0005w\u0005w-\u0001w5\u0282Vki2\u063c& $\t\u0735&\u0004Z\u0013j]\u001b\u0010ZnQ\u001d\u0018`YE\u0004Aur\u001e\r{\u001fIpWpW\u0000pW2\t\u0015\u0015\u0715H\u0b86|E5FYpj-rW2\u0012\rfr\u0015\u0018&p\u05da\u0010kM1we&\u001fw-a(\u001e]#\u0018\u0750\r(;]{O0T\u0001d\u0002w%\u0013+++]\r]]]]j]ZBLC\u014bf\n\u0715#\u001duW\b\u0735&\u05182\u0012\f[\u9a81fa\u0005\u0004A0+\fpf'\u0018IpWpW\u0000pW2\t\u0015\u0015\u0715H\u0b86|E5FYpj-rWR\u0012\r\u001a\\H\\\u0013kM\b\u0735&\u05182\u0011~z_n1s)&ZK]%\rg7:]\u001e?T\u0001d\u0002w%\u0013+++]\r]]]]j]ZG%\u001a5rW&p\u05da\u0010kM1we\u001ec\u001b&i\u001a3\u001aZw!kWAut9\u001dQz\u0579\u0004#\t\nJ\u0015\u0000J&W2\u0001\u0002\u0002\u0012\t\u0550\u000f\u0015\u0015\u0015\u0d68\u0006(\u000bZ]~c[\u00a1M&\u05da\u0010kM1xe\u0001vSxU)3\f\u0006}?h%U\u0420]r\u0018\u0005\u0011g]{O0T\u0001d\u0002w%\u0013+++]\r]]]]j]Zy~e\u001a\u028dr\u0015\u0018+\u0003]w]kB+3p@\u0019\u0149{\u001b\u0b82\u0006a#\u07b5i#\t\nJ\u0015\u0000J&pW2\u0012\t\u0550\u000f\u0015\u0015\u0015\u0735\u0006(\u000bZU\u001a;0&V`bjLM5!p\u05daPSM>\u013b\u0017\u0007\u0006j]\u0006\u0221\u00172]\u001d{\u0004w\u0005w\n\u0000w%\u0013+]]]\u0004j\u0007\n\n\nZT\u0003j\u0005w.wfZryU.$\t\u0735&\u0004Z\u0013j]HLp2vS+\u0016g\u001aj\u001dO\u0408\n\u001aT'I:]{O0T\u0001d\u0002w%\u0013+++]\r]]]]j]ZG%\u001a*^4T`\f\u0002w\u0015\u0002w\t5\f\u073dX\t=k\ud86b\udf0b a\u0233\tfY\u0012*h.:\f\u0012yA#\t\nJ\u0015\u0000J&W2\u0001\u0002\u0002\u0012\t\u0550\u000f\u0015\u0015\u0015\u0d68\u0006(\u000bZ]~c[\u00a1rdP\u00112\u001f\/\u0003\n\u0001\u0584\u001aWfW\u001f7w\u0372,t\u000fx4L[9U\u0420:9R\u00046=HR\u0005\t\u0715LD\u0002w5\u0003w\u0005w\u0005w\u0005w-\u0001w5\u0282Vkiwyhh\u0013V`\u001cR\u0003w\u0011\u0002w\t5\fI\rxeYH-J\tm\u0002mj\u0006x\u00154\u000e\u0004'6=H\u0002\u0002R\u0005\u0000\tL\u0000\u0000\u0000D\u0002x5\u0003x\u0005x\u0005x\u0005x-\u0001x5\u0002Vki\u0017_p(\b^B\u0000^kB\u00005r~\u00172\u00115xU;x\u0352\u000e(h\u0004^\u0005\r8c\u057e\u001bA#\t\nJ\u0015\u0000J&W2\u0001\u0002\u0002\u0012\t\u0550\u000f\u0015\u0015\u0015\u0d68\u0006(\u000bZ].K8k\u0004r!qM\u00005!\u05daPS\u02bc,qkeI0\u001d`\u0000Z\u0019\fn\b^\u0006\u0461Z\u00006=H\u0002\u0002R\u0005\u0000\tL\u0000\u0000\u0000D\u0002x5\u0003x\u0005x\u0005x\u0005x-\u0001x5\u0002Vki\u0015r\f%\u0015\u001ar\u0000^w\u0000^kB+3\u0010Zn\t7O\"\u001d\u0010\n\u001aTGirJ\u0019W\u0013$++U\u0000+\u0000^\u0004\n\nJ$WC>WWW\u05e2\u001aW,kv+\u001bT\u00a1\\^#x\u000bk\u0002x\t\u0001\u0584\u001aW'ZniFUo+\u0011\u0006aO]b6\u00186=~$\u0001^\u0001^\u0002\u0000^\u0004J&WWW\"\u0001\u001a\u0001\u0002\u0002\u0002\u0016\u0000\u001ae\u0001^\u000b^X\u0012\u000e\u0015\/]*0W\u0000\n\u0001\u0584\u001aW\u0006X\u0002V[\u0014Gf\u001f$5\u0004|0#a\tF\u0012\u0015*\u0000L\u0000d\u0002x\u0005x\u0005x%\u0012!\u001f+++kQ\rQ\u0016ZKCF*\u0017\u0012\u0004Z\u0013\u0002x\t5\u0006\u0001\u0019%RE~qd(a.k\u0006^\u0005\r\u00d4b\u001b\u0579$#\t\nJ\u0015\u0000J&W2\u0001\u0002\u0002\u0012\t\u0550\u000f\u0015\u0015\u0015\u0d68\u0006(\u000bZ]@\u001a\u067cF\u06843r\u000buW\b&\u0018\u06afuW&:\u001dtf*#xMBWIjP\/j\u0000^\u001b\u001e?\u0000\u0000T\u0001\u0000d\u0002x%\u0013+++\u0000^\r\u0000^\u0001^\u0001^\u0001^j\u0000^\u0000Z\u0005vT\u0005\\^#x\u000bk\u0002x\t\u0001\u0584\u001aW\\D[\u0012\u0011=\u0017wr5\u0003|j0\t2D6=H\u0002\u0002R\u0005\u0000\tL\u0000\u0000\u0000D\u0002x5\u0003x\u0005x\u0005x\u0005x-\u0001x5\u0002Vki\u0017J%\u001c\u06849\bk\u0002x\t\u0001\u0584\u001aW\u001bx\u0012w\u000b\u0018}\u001d\u0010\n\u001a\u000e\u0004\u001f\r{\u0004x\u0005x\n\u0000x%\u0013+\u0000^\u0001^\u0001^\u0004j\u0007\n\n\nZT\u0003j\u0005x.xecJ8k\u0004r!qM\u00005!\u05daPc\u0010]\u0373\u0006~O8l\u0002jq\rAut\f\u0006xm{H\u0002\u0002R\u0005\u0000\tL\u0000\u0000\u0000D\u0002x5\u0003x\u0005x\u0005x\u0005x-\u0001x5\u0002Vki\u0017J%\u001c5W&\u05da\u0010kM)xM\u0019\u000b^\u0019x5B;3\u000e^\u0003?\u0678\r+\u07e0\u001a:\u0084\u00c1]\u0001\u03bd'\u0018IWW\u0000W2\u0001\t\u0015\u0015H\u0000|\u0000\u0000\u0000\u0000E5\u0000FYj-W2U\u001a\u001c5\u0001\u0584\u0000^kB+\u0013\u0006*-\u000bL5U\u001cNFU\u0420::2SJ\u00186=~$\u0001^\u0001^\u0002\u0000^\u0004J&WWW\"\u0001\u001a\u0001\u0002\u0002\u0002\u0016\u0000\u001ae\u0001^\u000b^\\\u01a1\\^#x\u000bk\u0002x\t\u0001\u0584\u001aW&\u0015\u0090;3\u000e^0K#f\u001aWAut\u0018W\u0013$++U\u0000+\u0000^\u0004\n\nJ$WC>WWW\u05e2\u001aW,kv+{>_\tryU.$\t&\u0004Z\u0013j\f^oq@E}?n\u026a\u05e8\\WAva\u000fBnW\u0013$++U\u0000+\u0000^\u0004\n\nJ$WC>WWW\u05e2\u001aW,kv+{>_\t\u0017.\u0015\u0018+\u00fe\u0000^w\u0000^kB+C\u0004\u0011Zni\u0012We\\U\u0420::x\u0006xm{H\u0002\u0002R\u0005\u0000\tL\u0000\u0000\u0000D\u0002x5\u0003x\u0005x\u0005x\u0005x-\u0001x5\u0002Vki\u0017J%\u001c5W&\u05da\u0010kM1xe,\u00059;o\u001agA\u001e\u001aZb\u0002^\u0006a\u0016\u0006xm{\u0004x\u0005x\n\u0000x%\u0013+\u0000^\u0001^\u0001^\u0004j\u0007\n\n\nZT\u0003j\u0005x.xu l^#xm\u00199\u0005+\u0004Z\u0013j\f^\bND[\u000e^SOZx\u00154\u000e\u04c0\u0019\u0380\u0006\u01cf$++U\u0000+\u0000^\u0004\n\nJ$WC>WWW\u05e2\u001aW,kv+ai\tuer>P\t15\u0001\u0584\u0000^kB+S\u000exe=WAk'{\u001ed\u0694\r$Fk\u0013$++U\u0000+]\u0004\n\nJ$pWC>pWpWpWp\u05e2\u001apW!0gAf0\u001bAj}\u001f\u035d\u0588!o\u0010\u0004I\u001a`\u0003z_G\u0663\u07a9\u0483t7)>pv+4a\u000bK\\[8th7N[6\u06aeS)uq+l\u0004|lbWgVO*VOIv<=z~q\u04e7\u07feG\/\u027de\u0018\u02b6&f~oh\u030d\u0019\u000b,'1^Lx1\nO\u0164]}1kZ\u0016P}|z\u001ctZ-Zd`I|A\u0006\u01bb(NXPJ|:^\u0012;#x\to>H.~(FqECk\nsb\f\"\u0014*FCCT?1wf^591w\u0011fI\u0015}\\\u000eJd\u0013>6*.n,_-j\r{\u001c$%\u056bd\n{T\u0004{+#[-\r:\u01b9Rs\u0014+0R=Bu>W}?I\u0007A:4d\u001fwx=T.\u000f}\u0001\u0007*4jJomNk\u0011\u001d\rcW#\u001eB)O~iJmUKvuei\n\u06ea\u0013\/jCs%xL{pr'\u001fph]]Z'Q%!\u0013[GR:\u000eVWJ_M\u001e^9![KS\u0005\/W~:O\u0005}>xv@R\u001ap\u01b4\ub1d4\\\u0764F\u01faU\bgL\u000b1m\u04d3O3hG\u0420c}\u000b\rZ\u0017l RI;Hx\u0747\u0012~\u0004%:XPuk\u0226*\u001bUJ;\u001fAu\"Ti]D\bU\u0467[GT\u0005ZOGwz@W\u001dI\u0017BT0\u0616i:T\u048cRam.VeMU'}V\u0447\u001f\u0016\u001c\u0006:X\u0004cct{\u000eX'\u0178\u001c`\\z_|weHVA\u001aH\u0317u$}xC1^\u01b0a\u000f\u0019b\nSMG_\u019fG\u001fC\u000e[s\u001eHu31\u0087=e@=\u00077r1GQ=\uf3e5\u00e4V\u001c\u0003V\f.D\\\nP\u04f5\u0471&CqY\/m7\u0013W=\u0016\r\u0004q'o fv4GZ\u0014\u000fZ\u039fZ*:W;6G<)b!d!f1hk;%36lzv\ud860\udf1el7dpa\u00191\u001e}\u001d-grv4\u0019-G7\u03d2!\u001dhsu?^\u0017?'\u235blzg\/u;\u001dre8$\u001e|9V\\\bl\u0019zEW\u04e1z{\u0018d9.\u001a47e'O~\u001bi\u001f\u0019xVdS16u)o5R<|\n6jDe\u0016Om^!\"&3\u0018X(G(?\/\u001bc \u019fL\u001c}?-\u0015\"r4wKG\fb\u0011i(g\nP\u0019?\u01dfz<\u0019:DL_Ub4\u03cb.o'fF\u0019Znc1\u0017Uk9c<],xy\u00bf\u6ce7By3\\]\u00107`D\u0007jOG4\u0533ruX\u001eKL`\u001f\u018b\u0387J(we\u000b)\u0003K\"SyR\u0019\/~\u001cN\u7f499dYI2?+f\u00a4\u000e\u072e:\\9[\u000e~\u0152yWrjpaT|0ZrQ7\\,\u05ee\u001f\b\u0014*x9\u0019?\u0007A,1 -#|74Tn\u0018M\u001c\nN5?\r\u0017:l\u041coE~E\u00123\u0190{\u0168lJ\rC[>ZM5S=OcK~F\u070eGF\/w*X5W\u0017~I}I;|\u0012\u000e:`qSz+t!w\u000b\u01e0\u037dvp|H\u0014d12{\u072b~+j-Mwc4x3\u0396\u000b\u000e|_\u029d:lY\u0004FVwO\u0006_\n?Bn#\u001a\u0014\u001c{s\u0018l\u000b3K\\\u02a8\u03b2\u020f;d{\f\u0010,\u0015\u00051'\u0011m\"7\u0010{\u0007m=u@q\u000bP:9kA\u0207mtA\u02d23\u000f^DD\u7cea\u0017\u0011y\u0016eQ\"\u0005muYO#m\u001czm~U\/:.?>-\/~Miw7^_~rP\u0015U]MFEx\u001fV\u0006ZE|l\\\u02803a\u0007\u0015n\u0014\u057aR\/|\u0555:O?.;z\u001b|V\b?\u000e3] \u000e\u0013sC\u0012?\t\u0002bUBN{.\u0012]^K\u001eT9UU7\/OT?GrD:\/\\*Z\u0012\u0005T-\u001e6:^9\u02eb'Uc}Ba\u06ffZsW8^\u07b0\\.X\u026arpU\u0003zhM|\u0746(Zwus\u0011Q*\u0018\r]\ub8b7\u001a\tU81Z\u000f\/s\u03f5\u03cbG,f@BTD\rK\u041a0}Y\u00c7=~Z_=J\u001eW\u001a\u0016\u0011R2i\/Ez{0SCit\u030fb\u0004+\u0012|~t^.PG\"\fZA\u0014=Y\u0001hGjC\u0665m\u000f\u0006Y?YjR&k>I_\f?-\u000bR%\u0007\u0015|\u001f,\rZ\u0016'G\fCRp~IS\\\nG\naTn\u0005]\\^#F\u000bk\u0002F\u0011\u0002F\t5\u01a8\f\u0168L3\u000fER01\u0010\u0006j1b*\u001abTA 0f#\u0018\u057d\u0004#\t\nJ\u0015\u0000J%`T2\u0001\u0002\u0002R\u0005J\u0004\u0018\u0015\u0018R\u00020*0jI\u0016\u0018\u0015\u0018\u055c\u0015aE%)^\u000fT`\u0128\f\u0002F\n\u0001\u0584\u001acTw1z\u00185Mc\/a\u001aU\u01e8\u05cff\u0018U\u0420\u001a\b}vO;\u0018\u0579$#\t\nJ\u0015\u0000J%`T2\u0001\u0002\u0002R\u0005J\u0004\u0018\u0015\u0018R\u00020*0jI\u0016\u0018\u0015\u0018\u055c\u0015AY%\u0644\u001b:\bk\u0002F\u0011\u0002F\t5\u01a8L\u000eF\u0019v\u0018US,J\u00185\b k\u0013*iP\r\u0004&\rzO0T\u0001T\u0002F%\u00130*0*0*5^DKQQ+%\u0000\u0002dQQ]1\u00038d\u001a1j\u0013n\u0231,`\u052a\u00100jM1Fe\"&wQ;Q JRQH(2f\u031aaTA 0\rp6j\u0013$0*0*U\u00000*Q\u0004\n\nJ\u00170*\u0012`T`J\t%Y`T`TsvW~Y\\^#F\u000bk\u0002F\u0011\u0002F\t5\u01a8L\u0468\f??\u001ayq\u0012\u063f7a$\u0002\u01abhQ\u0005\r\bFu=H\u0002\u0002R\u0005\u0000R\t\u0018Lx\u0001\u0012-\u0001F\u0005F\u0000\nZ\u0005F\u0005F5gw\u0168lXQ\tn6ad\u000eB\u2680QwQkB1*v1*\u0003.\u000f&dgfT0Au\u0010#\u0018\u057d\u0004#\t\nJ\u0015\u0000J%`T2\u0001\u0002\u0002R\u0005J\u0004\u0018\u0015\u0018R\u00020*0jI\u0016\u0018\u0015\u0018\u055c\u0015aE%5bT&`\u001d!`\u051aPc\u0004Zv4\u000b|\/\u03afa\u052c\u0005Q\u0668\u0006@\u0007.$1Fu=H\u0002\u0002R\u0005\u0000R\t\u0018Lx\u0001\u0012-\u0001F\u0005F\u0000\nZ\u0005F\u0005F5gw\u0168lPV\tnry\u0018U.$\t\u0018uG\b\u0018&\u0014i\u0006\u041c\u001bGuC \u0003dS\u0000\u0010n\u001d&\u00183RR\u0000R*\u0001\t\u0014\u0014\u001a\/R%\u0000\u0000\u0012\u0000J\u0001JK\u0000\u0000\uc3a0\u001b*\u0007c38.\u001d!\u049aPsX\u0760S\u001d\u0006K4{!a?Z8T\u0418\u001d\n\u0018\u0006!@='\u0018ASS\u0000S*\t\u0014\u0014\u001a\/S%\u09d5\u0012OOK4f~*\u0005~#\u0004~Z\u0013jOKw>G\u01ee\u0011EI\u001b\u001f\u0661j\u0011\u0006='\u0018ASS\u0000S*\t\u0014\u0014\u001a\/S%\u09d5\u0012OOKYjT)OROwOkB)e.?Xik'\u0711qO[b_\u0418*\u00052v\u04e8\u000b\u0535\u0004#\b~\n~J\u0015\u0000~J%S2R\u0005~J\u0004\u0014R\u0002)iI\u0016\u0014\u051c\u0759\u000b2\u00140SVOkB)\u001dqD(SAcv)Z\u0580`\u0004OO\u0002O\u0004~J&SSSjOVJ\u0000?\u0005?-\u0242;S\u0016%f\u0013\\\"%\u000btG\b&\u051c2o(&\u0016i\u001ewkf\u02ab5\u19c2PnS\u05de\u0013 ))U\u0000)O\u0004~\n~\n~J\u0017)\u0012SJ\t%YSSsvg~\u000bf~\u0688\u0017r\f\u000b*\u0004~Z\u0013jO\u0003Mwi1~#s\u0011{z,\nBc\u0000TAkv1`\u019fZ\u0005s!\u0004A\u0005A\n\u0000A\u0012\b*@PAPAP\u0002A%Z\u0002\nZ)\u0001\u0004\u0015\u0004$\u000b\njLP\u0005qjr\u0004U.%\u000b\u0004uG\b\u0004&\u051c27W9N`\u0000\u0006iItQ$-JS\u0003iN0T\u0013\" * *U\u0000 *\u0000Q\u0004\n\nJ\u0017 *\u0012@T@J\t%Y@T@Tsvg\u00842f*j\u0000Qw\u0000QkB\u0004Q\f\u00194\u0014:,U\u0019Gytl\u0333m\ud9f3\udd33Z!\\Y3\f.\u001c\fi8u\u0001d2b9\u00188V\u0001\u0017.-\u0018l\u001fh?\b4Na_W\u04efQ:TTdb:\u05db\u001dI\u0015I0\u00c5u%-U_W:a4la\u0017\fnS:u&JON\u0013JmW\th\u7df3\u012e\u0382\r6U\u0013xzO}\u0016_f{0T+FH1|\u0012\u0144\u0017\u0013p\u9f58\u03bexu5Z-_>cH>a9:=};\u0016e-2ih g\\]\u0014C\u00bb\u8ee3\u0013JPBW*W G\u0007TO7S\u0007mvJ\"VUCY\u000b4\u011c-L5_E\u05fbjqZ;\u026f:V\u0013D\u0000Z,\bU\u0005#\u0002\u0014\u001bGRyTCOm`]?\u0007O~\\\u0711U_=3K\u000f\u03ddv2P\u0003mhg?>\u000bm[QW-m4F\u2d535,e?(\u0016\u05c2ZiR}4{0{\u00c0asO\u0096-a\u0011Pav\u000eO\u000eap\u0014q\u0110^\u045e67\u0178\u018f^?\tK-\u0007szAm\"9$5O$]6srZ{d-\u93662\u05b1\u001f\\G}SC,{e\u0015O\u0012iK6,`Ud\u026d1L[?O\u00166L\u001cV\u0010\tB;-\u0010).>\/\n_NF\u0003_\u0016c\t,(v\\g3\bh\u001a\u0004[|w\fE\u0007[\u0016E\u065fKmGu[<}wt\u0762,\u0004y,\u00fb1)\fAd\u001b>;\u0017Pb(\\-E[\u00107l\u000b\u000e]^DE!X\u0012nE.@cl\u0158t9\u0013w{\"2(\u0016E$\f\u01c7s\u001c`.Z\u0011.q.\u000ei\u0014lgk\u0014b;Q}e\u0015n\u0019\u0003VD=k\u055a#\u060e\u001ck\u0016\u0531f,2bg~\u000eZZ*\u8dfap2\u000f.'b;>)\u0004=2\u07dd\u0013\u0014=W\ufdab\u0017\\8N\u00d4i\u060e5\u001ca=i^q\u001a\u0012._yW2\f\u0000;\u06b2\u00014\f\u001f\u0000dmgB\r\u0000\u06c5\ri\u001ff\u001e=gzf47opEG\u03f6\u0007\u0017\u0007_vF:KNa\u000b\u0013swJ:\u000e\u0012dl0z3\u0019-+2\t?\/\u001alO\u00157+_V\u059c\u0003>\u001d@\u0001dU\u0355rj'C]pk\"}k\u0002s5:O\u06bfq:S~ {\u001bb7%\u0019^\u01b4\f6\u0017\/\u0000\u001f\u0241vBcn\u0006\ucc17\u0107%)1+%5'3(a\u001d_-[g=7l>|\u0018B}\u0012\u02f1w$v\u001e\u0005\/C\u0019(.h(pMaNA[\u0011\u001f\u001e:\f\u001fz2E~\u0017i\u0016\u001b:\u0018:\\\u04d9\u04c2YY0Kex\u001c\"h~\u000695-uwNuEF\u0016\u001eD\u0010G\u0005[h&\u001cc>x>Uv{N]#rbO(\u0007d\u058b}g\u001fJmQ}\u0016\u0005\u0577\u8dba\u0013#j{;\u001a\u001cJ\u0536H.(Ua\u0005w\u035dJ*C')\uadac\r\u0355\\s\u06e94Gs\u06d1!\u000eK.;m5?leo\u000e8zz]smP\u07dc\u001f\u06e6s\u26df\u001ekx]vj}k\u0219O\u000fm\u0012\u0016]v1\u0016A8\u0010N\u0172N[OMm5\u021c]2'Ql\u0645jX\u062729\u0017\u001dQ\u0004\ud21b\u5906\u001c\u000bp\ud91d\udf5d}nhw\u0003Ft>Fc\u0004H&\u0007&I\/sZ,\u0015\u04406Z\u001e-0\n\u001d\u001c\u001azyQh^_e\u0017R'\u068csHW\u001dJ\u000f8\u000f\u0607fA\/G%Z~M\u0018w\u0011Qj\u0002Jj\u012e\u001fNru\u001a{\u062fx_$Hu#mz2\u001c\u0006=\u0006\u001d^h\u043a`\u0006JA>h#(a?D\u00125dS*yP\u07cfJ:k\u0011.XJ-#)\u0002P-\u04a7;= k}\u0006\u0015DcEn:rz\fbumuBj]\u029a\u001fNv@-\u000f?&->9\fu\b\u01c4\u0015O\u000fq9\u0006\u05e3\u00fbBWH\u0018m\u0007\u000ex2H&Al\u001dDb\u0018`\u0010[ha\u0007\u0018&?R\ub5e7?fB\u0001\u036dpz\u047a\u06b0\u0013\u0019\u06f4?hz!Nhh1<\u06f7>G{\u001cn\u0013\u001f\u0010\u0c17\/}\bfp_!\u0002(f'h5~EgI9\u000f.%T8<\/C\u00059\u0357\u0007U\ud309>\u0012\u0019,\u001d&\u2c17\u001a\bbp!\u001aT=5\u0019uR\u06b7^Y7\u0013~\\q\u04deQ\u000bO\u01817\u000eHvp3^}y;#-Zq3[g\u057bP\u05626F\b\u0010.2w5@8<\u000f8~(Z\u000b\u0160\u031dU;X-jB]+~T\u001c|Z\u0387j-OHvV#H\u0014\u0010\u0010\u0018\u0652\u0019g^~q;~xTFO\u00172n\f\u0018\u074e3s;\ue5a3g\u0250\u000e4\u1e7a\u001f\/g?\u018b\u0013n6_\u0233\u0017\u001d\u000e2NG|9V\\\bl\u0019zEW\u04e1z{\u0018d9.\u001a47e'O~h\u001f\u0019xVdS16u)o5R<|\niDe\u0016Om^!\"&3\u0018X(G(?\/\u001bcF \u019fL\u001c}?-\u0015\"r4JG\fb\u0011i(g\nP\u0019?\u01dfz<\u0019:DL_Ub4\u03cb.o'fF\u0019Znc1\u0017Uk9c<],(+\u0006Qf\u0239N zmp\u000e.\\\u078f\u0667'\u055b|\u0018-Gs\u001b.k\u000fB\u000fmu\u0004\n^\u0015\u001f\u05c3 \u0016XGco]\u03510\u001b}\u001a*h-Fc\u00acSO\u016f#<:*t>\u001eg+w_\u0004\n1,*w\u05a4Oj6VSMKkG`8\u0012\u001dQgt=0!l~*.V}~_Rf\u000e`{`!\u001f\u8eff\u00f9\u03be})Xh\u001el\t]?\u023d1(%is]#?d4<7jr7\u001f?\u0012\u0000Ehy)Y_\fn\u031e&\u07caZn]t\u0018\rL\u5c3cBs8- r'f>[\u0016\u143f<=]?\u0013\/h\u0017?Pa4G5(N\u00149\u72a6\u0016f\u001cUx_q\u0395Qe\u001f\u0001\u0015o&Z\u0015jEA\b!\u0015\u0006|e -X\u001fc^\u0007\u0014\u0000#\u0016|&JG,9X\u0000E\u0004\u04ea\u0221^6T)pVnR=7\u0017y,l\u0014&.f\u01b6_)knU;\\^JAH\\\r`%\u0000dsw5\u0001\u0002wma\u0007\\ A\u0004Z;\u0002&\u0015=lfYW\/t{M+\u07dbfs\u032ca\u0401+N\u0004\u03bd=`I\nyT6sSA1\u0017x_]M\/$\ud787Z]=>Vnz^`)I_\u0512\u000b47:D\u0625$Cgq\u0003r\u07c9ze5[k_x\u0005r%|\/R5\u00dfkpkt^\u000f\u01df\u001dg\u1ac5y]\u0016\u0012^b\/\u000e,J:\ti\u0018*lu\fU)\"wfJ\u01faKJ3c{=$zjc\u0016\u0117K[]A?{\u0013za\u0016\u05ebG5R\u001a\u0006\u0003_8(GR\u001f\u03eftUm^9\u07ac(v\u015fRIo3g\u053feWoo\u0019aU\u0015\u00015s7unQ'AZJ\b\u000f%Q\t=C**;&u\u7a1f^W.YWqKe__@\u05de\udb28\udebc#fZ\u01eb:yryj,4X>UW}<\u001eK\u001b9\u0005+YUN\u0012\u0016s@O\u0016\u025e\u0010E_\u0017n}.5\"*_e<\u0013K7]uV#\u0019\u00077F\u0005zyQ17oh\u079cl\u0016]ha\u0017ZsY^U\u001a\u00b0o:~O\u001e+G\tC\"JC}:BJ$\b]}<\bF0uj9\u0354Ql`%Y^\u0005YYi\u0000-q3E\u0004zO\u0006}\u0000\n-\u042bm2Pvi\u06c3AO(e\u0016;\u025aO\u0017\u03e3|BTAy\u0005*o(G)KVI\u0011\u00d0\u0001_TNB\u7927\u0002&qrYiT)\u05c8OB\u2680OwOkB)soy\u00150Fh\t+4HtU#|O6\u0003\u01d6t\u0004Jr\u03fe\u0003>\u0005>\u0016\u0000|J%S2\u0001\u0002\u0002R\u0005|J\u0004\u0014R\u0002)iI\u0016\u0014\u051c\u0015rk2\u0014]*0S\u0000VOkB)N\bi\u040fbv5V\f8\u0016O(R\u001d\u0004(hIGd(;Sm\u0001T\u0002>%\u0013)))5^DKOO+%\u0000\u0002dOO]).C&AH\\\u0013\u0010iM1>e\u000e\"\u001c&8\u000fs\u00e7\uf9fe\u0005>\u0016\u0000|J%S2\u0001\u0002\u0002R\u0005|J\u0004\u0014R\u0002)iI\u0016\u0014\u051c\u0015:\u0000C6\u00116\u001c\u0002>\n\u0001\u0584\u001aS\u001fk\u0016g5|\u0016\bY\u001c\u0013\bY\bP\u0412SPw\u0002O\u0004|J&SSSjO\u0000\u0002VJ\u0000>\u0005>-\u0002\u0002S2\u001a\\H\\\u0013\u0010iM1>e\u02ad\"\u001c&D-R3]|\u001aE\u0017p\u0004Fa\u0018F\u0001.vlIW`(;Sm\u0001T\u0002>%\u0013)))5^DKOO+%\u0000\u0002dOO])\u001e.A&lAH\\\u0013\u0010iM1>\u001d}\u0011Z\u0012sq4\u000eKO\u001bR\/u#T2{\u001d)\u0000S*\u0001\t\u0014\u0014\u001a\/S%\u0012OOKQ\n>\u001a\\H\\\u0013\u0010iM1>e`\b-N\u05a8K$jD,JH\u0000%-\b>\f}\u0007|\n|-\u0000Jd\u0002>\u0005>\u0005>\u000bh\t)i\u0004S\u04d2,)9+>e%5S&\u001d!\u04daPS|\u001a0\u01a9ps\u00e7UZ\u0004\u001es\u001eG#|E~p8#T2{\u001d)\u0000S*\u0001\t\u0014\u0014\u001a\/S%\u0012OOKE\u0015851\u0007!qM;B5Uc\u01fe\f-:?M,\u02589\u0704x\u0224%\u001d\u19d2\u0733OO\u0005R\tLx\u0012-\u0001?\u0005?\u0000~\n~Z\u0005?\u0005?5gwL.SM1KpO\u0019\u0010\u0004~Z\u0015\u0002?\t5\f\u0011\u001d?M\u0007\\$.?(I\".j\u0001?\u0342\u020fY=tlIW`(;Sm\u0001T\u0002?%\u0013)))5^DKOO+%dOO])\u0017UK\u0005F~`)\u04ea\u0010iM1?e\u000e?e\u0006i\u0016Fq@S\u001f\u0542\u0000T\u001fxs8\u0000U\u0516 Thy``\u0002P\u0004J&0T0T0TjPVJ\u0000C\u0005C-\u02422Tv=\\\"M&0\u001d!0\u051aPc\u070f\u0018T\rBw\rB<\/I\u000bQja\u001cje\u0001%m\bD\u0015\r\u7fbd\u0007\n-\u0000\u0014Jd\u0002E\u0005E\u0005E\u000b\u0014h\t(*(j\u0004PTP\u0512,(*(9+Eul^#Em\r9\u0005Z\u0015\u0002E\t5\f!\u0721L+\u038ej\u0016y\u03a1^j\u0006EU\u0007sW\u0006m\nE\f\u7fbd\u0007\n-\u0000\u0014Jd\u0002E\u0005E\u0005E\u000b\u0014h\t(*(j\u0004PTP\u0512,(*(9+EeW.M.\u02855\b\u0584\u001aSTn\u03ef!ZN:E8\u000b[\u000f4\u001d\u00173\u0014U0\u001e(*(\u0000PT*\t\u0014\u0015\u0014\u0015\u0014\u001a\/PT%\u0012@QAQK\u0014^e\u00049\bk\u0002E\u0011\u0002E\t5\u0315;\u0014\t>;!ZEK-P@%\u0016U\u0496PTp{\u0002@Q\u0004J&PTPTPTj@QVJ\u0000E\u0005E-\u0242RT?&HQB@Qw@QkB)j\u0006n\u001aE\u0019i~~L6IzK4-]\u0737@QAQ\u0005R\t\u0014Lx\u0012-\u0001E\u0005E\u0000\nZ\u0005E\u0005E5gwz6F*\u0017\u0012\u0004#\u0004Z\u0013jJQC8u~\u001c0?\u0003E\r!\u0011E\r8N\u0002\/%m\fE\u0015\f\u7fbd\u0007\n-\u0000\u0014Jd\u0002E\u0005E\u0005E\u000b\u0014h\t(*(j\u0004PTP\u0512,(*(9#EeQyMAH\\\u0013(\u0010(jM1Ee\ba)hI\u0005)j\u0016'\u0011EM3\/t]J\u0496PTp{\u0002@Q\u0004J&PTPTPTj@QVJ\u0000E\u0005E-\u0242RTn&\u0666&T`\f\u000e\u0002E\n\u0584\u001aSTkS,N\u0084y:E~Dm.\u0015fV3\u0014U0\u001e(*(\u0000PT*\t\u0014\u0015\u0014\u0015\u0014\u001a\/PT%\u0012@QAQK\u0014;\u00136F*\u0017\u0012\u0004#\u0004Z\u0013jLQ\u024eS(Rkv\u0005\u001f-PT(\\TI[BQ%\u00f9o\uf062n\u000b\u0000E\u0012(*@QAQAQ\u0002E%Z\u0002\nZ)\u0001\u0014\u0015\u0014$\u000b\njJQo3KlS\u001evHQ\u0019\u0005Z\u0015\u0002E\t5LWwj\u0016oJ\u001eF\u001c|mDQ3?Sn\n+\u0014U2\u001e(*(\u0000PT*\t\u0014\u0015\u0014\u0015\u0014\u001a\/PT%\u0012@QAQK\u001466`C\u0007!qM;B5\u0014\u001d\u001a53EUK,jv$dOI[BQ%\u00f9o\uf062n\u000b\u0000E\u0012(*@QAQAQ\u0002E%Z\u0002\nZ)\u0001\u0014\u0015\u0014$\u000b\njJQ\u001d!HQ`C\u000eeV@QkB)*\u00130CQV\u001fE~9.6EM <\u0017\u000e(iKg(`8=PTPm\u0001T\u0002E%\u0013(*(*(*5^DK@QAQ+%dAQAQ])*mfmry\u0014U.$\t\u0014uG\b\u0014&\u05182PTf\u001dE\u0010-e\t\u0003E\u037c}\u670eF\u00145S*iKW(d8=PTPm\u0001T\u0002E%\u0013(*(*(*5^DK@QAQ+%dAQAQ])*mfm6Ad\u000eB@Qw@QkB)*zcQ5DIly!kFQ8K;]\u0015*\u0019}{\u000f\u0014\u0015\u0014u[\u0000(*@Q\u0004\n\nJ\u0017(*\u0012PTPJ\t%YPTPTsvW}\u000b[f\\^#E\u000bk\u0002E\u0011\u0002E\t5]\u000bcH\u0014Q?KZ~\u000b\u0562\u05c1\u0003\u0019*\u0018}{\u000f\u0014\u0015\u0014u[\u0000(*@Q\u0004\n\nJ\u0017(*\u0012PTPJ\t%YPTPTsvW\u02adlkr!qM;B5\u00145bS\u0010\u000b=w%ZIAQ$L=\u0539#\u0014U4\u001e(*(\u0000PT*\t\u0014\u0015\u0014\u0015\u0014\u001a\/PT%\u0012@QAQK\u0014F\u0015F5!2\u0007!qM;B5\u0014!;\u0014\t>?%~\u001a{^ps\u0007\u00014Z\u0003\u00073\u0014U0\u001e(*(\u0000PT*\t\u0014\u0015\u0014\u0015\u0014\u001a\/PT%\u0012@QAQK\u0014e)\t.\u0015\u0018)*@QB5\u0014\u057ez,4FQ~\u001a$\r)jy\t{k[BQ%\u00f9o\uf062n\u000b\u0000E\u0012(*@QAQAQ\u0002E%Z\u0002\nZ)\u0001\u0014\u0015\u0014$\u000b\njJQFry\u0014U.$\t\u0014uG\b\u0014&\u05182\u0017w<\u0016W+Z\/sEK6bQ0L<\u03c9\u0003\n\u0015*\u0019}{\u000f\u0014\u0015\u0014u[\u0000(*@Q\u0004\n\nJ\u0017(*\u0012PTPJ\t%YPTPTsvW\u02adqlS\u001evHQ\u0019\u0005Z\u0015\u0002E\t5LWw<\u0016\u054f\"OcQ\u0003\/k\u0005\u001a\u0003\/\\(-\u0737@QAQ\u0005R\t\u0014Lx\u0012-\u0001E\u0005E\u0000\nZ\u0005E\u0005E5gw\ucdd9%\u0004\u001b:\bk\u0002E\u0011\u0002E\t5LdcQ5Dg0PT\u0012.\u0011EsZ\u0696PTp{\u0002@Q\u0004J&PTPTPTj@QVJ\u0000E\u0005E-\u0242RT\u0007n5R&\u0610CYU!P\u051aPc\u02a0\u001d\u02b4(Z\u001e\u0017TZj\u0015\u001dH\u000b\u00145Tk\u000ew\u1012t\ns\u0003E\u0005E\u0016\u0000J%PT2R\u0005J\u0004\u0014\u0015\u0014R\u0002(*(jI\u0016\u0014\u0015\u0014\u055c\u0755QE%5RT&P\u001d!P\u051aPc\u0294q!Zq\u0007)j\u00057\u0017\u0688FA\u0010:.%iKW(d8=PTPm\u0001T\u0002E%\u0013(*(*(*5^DK@QAQ+%dAQAQ])*\u001fl\t\"s\u0010\u0012\u0004#\u0004Z\u0013jLQ8\u02ce\u046f\u0017A\\V(ZZ\u0019G\\\u0019*\u0018}{\u000f\u0014\u0015\u0014u[\u0000(*@Q\u0004\n\nJ\u0017(*\u0012PTPJ\t%YPTPTsvW\u0013Rb\\^#E\u000bk\u0002E\u0011\u0002E\t5\fx,hcQ\u0016e\u001aE~'\u0635-]\u0737@QAQ\u0005R\t\u0014Lx\u0012-\u0001E\u0005E\u0000\nZ\u0005E\u0005E5gwlTQmry\u0014U.$\t\u0014uG\b\u0014&\u0514\u018cq:E8t?\u00175Y?l(q_\u0496PTp{\u0002@Q\u0004J&PTPTPTj@QVJ\u0000E\u0005E-\u0242;RT\u0006\u001aU\u0018\u0019\u05c8\r02\u000eeV@QkB)*C\";EhjLQcG_\u001baTH}xJI[Q%\u00f9o\u0001\u0002n\u000b\u0000F\u00120*QQQ\u0002F%Z\u0002\nZ)\u0001\u0018\u0015\u0018$\u000b\njQ\u067bBJpk\u0128r!qM;B5\u00183j\u00172\u0001QX-jN2`TVQ~V#. P\u0416`Tp{\u0002Q\u0004J&`T`T`TjQ\u0000\u0002VJ\u0000F\u0005F-\u0002\u0002bTn\u0005]\\^#F\u000bk\u0002F\u0011\u0002F\t5\u0168)c:\u001fjQC_-M60jYn\u05b83\u0018U0\u001e0*0\u0000`T*\u0001\t\u0018\u0015\u0018\u0015\u0018\u001a\/`T%\u0012QQK\u0018F\u0015H512\u0007!qM;B5\u0018!]\u01e873F \u06b8bJ5K3\u0004f\u05f6t\u0005Js\u0003F\u0005F\u0016\u0000J%`T2\u0001\u0002\u0002R\u0005J\u0004\u0018\u0015\u0018R\u00020*0jI\u0016\u0018\u0015\u0018\u055c\u0015r3\f74\u0002#Fep\u00100jU\b\u0018&\u0018\u0697\u07bb\u0018\t>?\u001ay\u001f90\u0015&aLQT\t#%m\fE\u0015\f\u7fbd\u0007\n-\u0000\u0014Jd\u0002E\u0005E\u0005E\u000b\u0014h\t(*(j\u0004PTP\u0512,(*(9+EeV\u001a\u00155RT&P\u001d!P\u051aPc|wQ5E\u064f\u00185K}?b\u0019FUK\u07be\rSt\u0006\ns\u0003F\u0005F\u0016\u0000J%`T2\u0001\u0002\u0002R\u0005J\u0004\u0018\u0015\u0018R\u00020*0jI\u0016\u0018\u0015\u0018\u055c\u0015g\u0715x=R\u00112\u0006\u0018*\u0004Z\u0013jQ\u0168\f??KgQP-coaTA 0\t])3aT\u0793$0*0*U\u00000*Q\u0004\n\nJ\u00170*\u0012`T`J\t%Y`T`TsvW\u02aeKp\t7t\u0010\u0012\u0004#\u0004Z\u0013jQ;~4h\u02a7p\u01a8IZF4\u000e\u0002p\u0168\rzO0T\u0001T\u0002F%\u00130*0*0*5^DKQQ+%\u0000\u0002dQQ]1\u00038d\u001a1j\u0013n\u0231,`\u052a\u00100jM1Fe\ba?\u0014-j\u0010w?h\u0005\n\u001aT\u00071Q`$QQ\u0002Q\u0004J&`T`T`TjQ\u0000\u0002VJ\u0000F\u0005F-\u0002\u0002bT.\u0010\f7F*\u0017\u0012\u0004#\u0004Z\u0013jQr;~\u00d4hqLQ@v(Au\u000e8\u0751t\u0014\u0579$#\t\nJ\u0015\u0000J%PT2R\u0005J\u0004\u0014\u0015\u0014R\u0002(*(jI\u0016\u0014\u0015\u0014\u055c\u0755r\u062b6 2\u0007!qM;B5\u0014\u000528;)Z\u0000&;\u0000`TI 0\u0003Fm{\u0004F\u0005F\n\u0000F\u00120*QQQ\u0002F%Z\u0002\nZ)\u0001\u0018\u0015\u0018$\u000b\njQ\u0019E`T.\u0011\u02855\u0001\b\u0001\u0584\u001acT&\u001a%1\u0006yQ\u001a1\u054c\n\u001aT);CQ{O0T\u0001T\u0002E%\u0013(*(*(*5^DK@QAQ+%dAQAQ])*\u001e\u0792L\u001c*012&P\u001d!P\u051aPSM`T\u0006(\u001fFkS\u01e8e~\u001c#\f\n\u001aT\u0003qtE\u0019cT\u0793$0*0*U\u00000*Q\u0004\n\nJ\u00170*\u0012`T`J\t%Y`T!\u001d]\u0017,L\u001ffC5\u0019\u001d>H\u001a\uf8f9O8f'yH\u0006zUf\u03d32,9d\u0017L{\t=\u0000\u001ff\u000f[\u000e|Qr&_}U\u0191|\u001ez2\u001b.l~\u001b?h<#lV\bWL%\u000b&+C8}\u001aNd]~g|6X'F\u0015imK\u000b\u0006m8\u001dglQ\"\u0003K\u0006\u000br65EY}?\u001f);:\n\u0005|ur\u0005rt@t>u\u0406m^\u000en$b\u015c]=\u051c@Crn\u02e4\\UM}\u0016\u7b75\u0013\u001acwgyl\u001ag\u0011A\u0016\u0019.GY`nvB\/7o=}k`f#\u0001_o;\n\f~S|8[c\u001d\u0007<\u021a@\/r\u000eQ^\u0016\u0000{\/rznUz<=9qR::Qk\u0006]\u064dZ\u0017KUz\u05ed66_~\u0019N\u000652r8\f5V_n\u06cfv\u38fb\u0436e?\u000f\u001f\u001f~_FY,;\u0175<,9\u01f0\u0005\u0175X\u00a5iaD\u0001\u001ah_-[8GQ\"\"\u001c\u001c\u00dc\u0018;bH\/NVhN\u045bb\\pG\u0004I\u8956#9VKx=,)aWH:j}TM+(FLI\u0016I7v\u0011\u072a\u000f:6\u001cdwY\u001a~z'\u0012J.s|99=$X&37^X~p=\u001f)O\r:\u000fue\tmiD\u0012\r\u000bXU(1(lrk\f=mVtz6L\u001cV\u0010\tB;-\u0010).>\/\n_NF\u0003_\u0016c\t,\tU\f-Z\u0006!w X4~^58\thQ]t=E\u001fUmu>\u0010Ty\\\u000e2\u0006m\u0010\n2\\@p\u0014uoA\u001cW\/8e+e\u0315\u001df8\u0347\u000fC\/^\u001b}9\u05a5\u001e\u0016\fe\u0014s591\u0006wA\n\u0015t\u023fN*sb4+\"UsX\u0007Ck:sb0+\"\u0312*({E~<>x>>Ot]EV\\]\u001dcY\u0650>*Dmpkt\u0001\u001dn}A\u0005\u000796\u0016\u07e4I>x>>-Orf#zk\u001a\u001f\u0003\u0014~D\t|\u0000C)-xH\nn\u000b\uf082[WtKik8\rc{\u001aM59\u0655\u0016$wA\n+cU::\u0001G]\u0586J.qC4yh;*aEq\u035f5\u001e\u000e8zz]s-P~\u0237J\u066e.lQbEn\u0017_f?e]\u00176L_7Z.k;m\u054f<~.]uQ\u001bi\u001e\u001e\u000b\u000b\u0004Z,rU\u0747\u000fG:b.V;m??\\wb\u000b\b]]B'XZ#W\u001dq\u0510c-3\u02b3\u0013\u031d\u001cwf8s{\u034e\u0011\u0014\u0019\u001d\u001e\u001f#\u001ci\u00b2V#n\u0174\u0018.dRC#\u0003(iQh^_e\u05cdR'\u068csH\u0017\u001dJ\u000f\r8\u000f\u0607&A\/G%Z~Y\u0018w`\u0011\u0468j\u0002Jj\u0011\u012e\u001fJru\u001a\u001b\u001f]\u00178x]\bb\f3\u01a1A\u03e8A\u0017\u001a.\u0626Awq\u000f%\bJt\u000f\u03e1D\u001f|\rTeJ\u001eTi#\u04b1V*\u000b\u0012*4w\u000b\b\n\u0000TN\u000f\bZ_nA\u0005m\/C%m-e\u001dv[kZ\u05ea&\u01e6>P\u00cfIOy\u000e\u0003bs\u001d+1y1ax\u0005,\u0013b\\\u000e0.ht\/+2FA$ Rc\u0010[ha\u0007\u0018 \u0006\u0018\u0016zA$hOnlos5^6kF6-j5ZN\u00139:Z&O|L2}8e\u001dyi&>\u0321a\/[\u067fC\/\u0005\u06a9Q\u0366\/O#kJ\u0392\u000e[s\u001eHuq-\u0087=e@=\u00077r1GQ=\uf3e5\u00e4V\u001c\u0012\u0003V\f.D\\\nP\u04f5\u0471&C\u001fs}\u0015}3y;ns8j'v@\u001b\u0006$j;\u0019\/\uffbc\u001dM\u0016-\u0538-]{(jQj\u001b#\u0004\b\u0017\u001a \u0007Iw?d\u0014v\u0005b'\u00115^y\u001dtP5Unt?*N>E=\u70f5'kVN\u0011O$sr\brr\fl\u024c3[{\u001d?<*'\r\u0019\\Xs\u0006GnGx\u001dMFwdH\u0007\\\u074f\u001f\u03c9xvt7\/\u064bv\u000eu\\~\u0019N#:c4_U'\u00175=l\"~'jQt^:\u0006l\/94Y\u0006MY_FbF6{t?\u0015To\r`]\n[eM\u00148#\u07eb>QY.~$(n+wp!z\bHL2j-\u0016:Q,\u02c6!\/\u0013?5GOKH=&XDt\u001a'\u0002T\u018ft8\u001eOF>\u0011W7\u0018\u02db\u0269\u0019?QFqX>hZ\u03a6\u0018O\u0017?\u028aAT\u0019r.^\u001b\\0K5W#nIn9:,%\u0016{\u000f?G%{0duy%O<\/\u0017W?\u000eU'N\u001c,s\u0224\r\u00039_RKr\u0011V\u0010R:9Z2\u001fyV2JO\r.jp3\u000f\u001fF\\8\u0683C[\u001dW\u0005\/' 7\u001baWs0F(Z\u04600;pH\/\u03fe6]Wd,Bj\f7&p95\u94da.\u036eT\u0011\u00184\u0007g\u0019,8]\u000fdr~'\u06e6\u001fUz\u0527\u0003.\u001e\u0018|\u0007\/po_\n\u0016?:\u0007\u001bwBW\u001frop\fJoI;h\u0017H7\u0019\r\rZ\u01cf\u0004@Q\/|^J\u0017\/\u027d\u7de2r~W>\u001d?F7l9,P\u001cNGH\u0709x9\u03d6E@\/O\u000fnu\u000f\u010bhp8\u001aE,8#D M7\u0011zf\r3E=9\u0003\u0019G%Whpse_;cb?\"[\u000b\u0010](q\u001bAqld@o`2\u0010\u0016\u000f1\u0003{_\u0491Y\u000bJG>l\u0013W\u001c|\u0000\"B|SB,J?|@\u039e4i4y$-C\/OU\u01e7\/)\u0015\u018br_2{\u001f7B\u001c3\u0003\u06afcD9\fpuU\u000e\u001c\n\u0002-\u0019\u0006\u000eUQY\u0433r fO\u0007\u0017\u0015(\u001b\/eH(,\u0019\u0018\\Xyp^\u0013'\u001dWYvs&\u03c4 %\u001c\u001e':*\/@o\u04eb!eLJ\u001d\\[7VO\f-+\u066b\u06d4D.y\u01ff\u0018(*T\u001a\u0006!\n(D\u001bGH4\u001cB4\u00003\f\f\f*,g\u05e0\fy$[$4\u001cC\u001c\u0014A\u001ez6\u0010\\=]Ym<\u0005`L\u043f:'h\u0001A*N\u053e\u000b\u0018j2\/W2Z,z*^gFUa\u0159p0\nwRtNfjO)\u03f4\u008f3\u02216_T)4\u0718\u0014o\u04b0F\"?J6cJf\u0013\u0017\u0013cjlVcP\u063c\u03ec\u001c5Y?,[a\/c\u000e>BdN\u0011>'\u0007~\u00158}\u0016\u0010>lfY\/T[\u001c@~.\/~\u0017yA\u0014\u04d8Q\u000f_\u000eF0Ke?7QY2{!u5\u077cY4|X\u000e\u000f\u0019ilnmG\u0014o\u0001S*4.D=2X7U;.8n\u01c9d5K\u000b_xq|\u032fP\u0005\u00dfkpkv^\u000f\u01df\n=ge]~\u060b80N8a\u001a}kJ\"[]o.CU\u001dY6(TT=j^SD\u03f5WRm\u0302&\r0\u000bpU#0wV'5\nF0]\u0015yWmN\u000f\u042eVW^^\u0000FZ( Q\u0019\u001fR$}1<73\u001c{W\u8bb2\u05a9\u01b6`j\u0001Sz0d9\u0005aEX\u0005 +7kr!qM;B5\u0190N\u0000YOr\u001c)#iM(1U\\U7]\u0b2e='\u0018AVV\u0000V2\u0001\t\u0015\u0015H\u0000|\u0000\u0000\u0000\u0000E5\u0000FYj-Vn!\\\u019fEK\u0005F.\u05aa\u0010@kM1hey~dr1iS,Hk\u001bukZ\u0001i\u00154f\u0017zj-\u0007s\u0011\u0004i\u0005i\n\u0000i%\u0013H+@ZAZAZ\u0004j\u0007\n\n\nZT\u0003j\u0005i.ie\u0003-O9%tHZ\/AZB 5\u01a4zU\u00c4^1h\r\u0012;V\u001e\u001c\n\u001a\u000b a\u0000='\u0018AVV\u0000V2\u0001\t\u0015\u0015H\u0000|\u0000\u0000\u0000\u0000E5\u0000FYj-V2\u001aA\\H\\\u0013@\u0010@kM1he\u02adr\u001e\u029e1hUf;(L\u0013\u001d\rA10OM\u0002hu9\b\u0002\u0002R\u0005\u0000\tL\u0000\u0000\u0000D\u0002h5\u0003h\u0005h\u0005h\u0005h-\u0001h5\u0002Vki\u0017rd?P4\u0007!qM\u0000;B\u00005\u01a0}\u0000\u01f4FZ(\u001e\u04ea\u0016\u0019q\u0006U\u0418\u001d`\u0011ims\u0011\u0004j\u0005j\n\u0000j%\u0013P+ZZZ\u0004j\u0007\n\n\nZT\u0003j\u0005j.jeO+\u0001P.\u0011\u02855\u0001\b\u0001\u0584\u001aViV\u0006\u001b1jUo~\u0004PZ^D5Z\rP1;0B\u0333E='\u0018AVV\u0000V2\u0001\t\u0015\u0015H@|@@@@E5@FYj-V\u0012\u0000\u001aQ\\H\\\u0013P\u0010PkM)j\r\u0018T<\u077d\u0010+rj\u0017g\u0006\th\u00154f\u0007\u0017\u0002hu9\b\u0002\u0002R\u0005\u0000\tL\u0000\u0000\u0000D\u0002h5\u0003h\u0005h\u0005h\u0005h-\u0001h5\u0002Vki\u00152\\\u063c& $\tuG\b&\u00182r'7bZ0\u001b\"5\u049afBH1;0\t#6\u000b\u0575\u0004#\b\nJ\u0015\u0000J&V2\u0012\t\u0550\u000f\u0015\u0015\u0015\u0006(\u000bZ]^#]\\^#i\u000bk\u0002i\u0011\u0002i\t5&\f;!\u077d\u0012+SK55\u02d4C4\ti\u00154f\u0017f)bZ\u001c? T\u0001 d\u0002i%\u0013H+H+H+@Z\r@ZAZAZAZj@Z Z%\r%5V&\u001d!\u059aPc\u001cCZ{z@EjHZ~\u001ax>\u074dP+\u07da]`\u0018f\u0004ju9\u0010R\u0005\tL```D\u0002k5\u0003k\u0005k\u0005k\u0005k-\u0001k5\u0282Vki\u0017I\bh\u0013V`d\u001c[\u0004k\b\u0584\u001aVZKMyU\"i\u001d;\u0000JSc1sYGp{\tF\u0011\u0015*\u0000Ld\u0002o\u0005o\u0005o%\u0012x!\u001fx+x+x+xkQ\rxQ\u0016ZK\u05410y\t`d[w[kBy+s(x\ub5b9)O;\u0011[H-cj[\u0005e\twQ\u0004o\u0005o\n\u0000o%\u0013x+[[[\u0004j\u0007\n\n\nZT\u0003j\u0005o.oe:)QP.\u02855\b\u0584\u001aV\u001dv]n\u023eEV\u0016Y\u000b=u\u025cof)\u0772\u0015\u050f\u001fZB\u0015(?\u001e;\u0000\u0010\u0002\u001f\u000019V?BX\u001ao\r8J\u06c8o\u0015Tg\u0019farV\u0013X\u0011\u0015\u0000Ld\u0002o\u0005o\u0005o%\u0012xA\u000e\u0015\u0015\u0015(\u0006\u0568\u000bZ-]^\u0015SM`$-%\u059aRc\\\u0004\u07baanI\u03ae[ P\u0016x:0;h\/oun;\u0015[[\f[\u0004J&VVV\"\u001a[[[[b[R\u0705e\n\u001ay\\I\\\u0012x\u0012xkM1oeb\/x+s90\b\u0094q:oU+]#*N\u0019FvS'xs\t\b\nJe\u0000J&V2\u0012\t \u0007\n\n\nZ\u0014\u0003j\u0005o.oe?\n-QPN[J[[kJMyk\u020cN%1\/\u0002\u0003oQ\u0016q~:S:&m'\"x+x+\u0001x+[\u0004\n\nJ$V\u001cx+x+x+xkQ\fxQ\u0017ZJK\u0015\u029a`$-%\u059aRc\u0280J\u0717anjU|~ki\u0002o\u0015Tg\u0019a[\u001doEVV*\u0003V2\t\u0015\u0015H\u00069VVV\u05a2\u0018V.xkvy+h.QPN[J[[kJy+C\u0010q~k+oM8\u03b8S\b\u001aV:W\f&m'\"x+x+\u0001x+[\u0004\n\nJ$V\u001cx+x+x+xkQ\fxQ\u0017ZJ\u0005\u000e%\n\u001ay\\I\\\u0012x\u0012xkM1oe\b\u0016oen~:g\u079a$\u0005yk\u001a\u0013Mx:0R8NV\u0013X\u0011\u0015\u0000Ld\u0002o\u0005o\u0005o%\u0012xA\u000e\u0015\u0015\u0015(\u0006\u0568\u000bZ-].K\u0014Thv)[\u0019 \u0003ZU\u0002o)5LSoV\u0016[U\u0019\u001e\u04dd\r5\u000bC?`(u#*63|nV\u0013X\u0011\u0015\u0000Ld\u0002o\u0005o\u0005o%\u0012xA\u000e\u0015\u0015\u0015(\u0006\u0568\u000bZ-]\u0002\u0012\u0005m\u0002\u0018\u001d%n)\u0594\u001aV <\u0012s\u0013dm'{V\u0013*N\u0019&l\u0006oum;\u0015[[\f[\u0004J&VVV\"\u001a[[[[b[R\u000e5&^U%\u059aRc^nV1o-\udba1\udeefjgQ\u001bJScYv.V\u0013X\u0011\u0015\u0000Ld\u0002o\u0005o\u0005o%\u0012xA\u000e\u0015\u0015\u0015(\u0006\u0568\u000bZ-]~\u0014Z\u0295%n)\u0594\u001aV&_g\u699eV\u02fc4(m\u0013*\u00163T\n8aV\u0004o\u0005o2\u0000o%\u0013x+[[[\u0004j\u0003o\u0005o\u0005o\u0005o-\u0001o5\ua0b7VKi\u001f\u0516(h\u0013$.\tuK\t\u051828u|p~\u0012,m[l3C?\u0002[]N`EVV*\u0003V2\t\u0015\u0015H\u00069VVV\u05a2\u0018V.xkvy+QhrF*W\u0012\u0004\u07ba\u0004ZSj[E[KM-\u0014]yk\u0010\u0518a\u0014y\u0579\u0004V\u0004o\u0005o2\u0000o%\u0013x+[[[\u0004j\u0003o\u0005o\u0005o\u0005o-\u0001o5\ua0b7VKi\u0012\u0005dU$.\tuK\t\u0514F[\/\u0399\u0006X8\u001a\u0006\u0019OiVAua8Q\t\b\nJe\u0000J&V2\u0012\t \u0007\n\n\nZ\u0014\u0003j\u0005o*oeR&$.\tuK\t\u05182\u0004\u0011-\u001d[#\/2FUP-f\u0014\u060f[N`EVV*\u0003V2\t\u0015\u0015H\u00069VVV\u05a2\u0018V.xkvy+Amr[\u0002\t\u0003o*\u0594\u001aV\u1facg\u0016\u0001c\u0005\u0003o\u0372$c\u001bVAu^\u0005v\u001doEVV*\u0003V2\t\u0015\u0015H\u00069VVV\u05a2\u0018V.xkvy+\u001bUrVP2\u0018\u000b\u0004ZSj[w#\u0018{j\u0007Au\u07aaV3\u03ddB\u0404\nSeZ!e\u000b\u0004ouo;\u078aT\u0006d\u0002o%\u0013x+x+x+[\rrE1F]j)V6HDA9Y#o+K\u0002oR\u0002o)5L[c\u0006s\u000epSO-Z\\k\u0012e};\u0011p\u5af3\r\r=s9\udbf0\udc6bk\t\b\nJe\u0000J&\u0000W2\u0001\u0002\u0002\u0012\t \u0007\n\n\nZ\u0014\u0003j\u0005p.pe#J\u0018\tMsP\u0012\u0004\u0ea5\u0004ZSj\f\\-v\u03bc5\u0019T21\u0004Mx:5f\u0018]\u000e!=_v\u0002+R\u0019\tLD\u0002o5\u0201\u0016\u0140\u001au[[H\u00145V$-%\u059aRc\u0010c?Pxk\u001a$i\u0234Vf^1\u0004Mx:5fVMN`EVV*\u0003V2\t\u0015\u0015H\u00069VVV\u05a2\u0018V.xkvy+g\u0012`\u0321\u0000\u0013McJ\u0002oR\u0002o)5\\L|9L\u0018\u0019xk\u0016z\u0019w\nA\u0013*63UU[\u001b\u001doEVV*\u0003V2\t\u0015\u0015H\u00069VVV\u05a2\u0018V.xkVy+e5\u0002F$-%\u059aRcj\u001fzy+\u0013y\u05bcU\u0003^\u001ao\rs\u0011oSc17_\noul;\u0015[[\f[\u0004J&VVV\"\u001a[[[[b[R1%\n\u001a\u0001\\I\\\u0012x\u0012xkM1oeb\/q~\ub1b9^8jzZ\u0010*63n\u0002ouo;\u0015[[\f[\u0004J&VVV\"\u001a[[[[b[R\uc8b9DA\u014bf\u0002\u00012U%\u059aRc4\u0016o\u0018yU9,j\u0002\\\u0005\u0646!Q\t\b\nJe\u0000J&\u0000W2\u0001\u0002\u0002\u0012\t \u0007\n\n\nZ\u0014\u0003j\u0005p.peC\t6\"r%qI\u0000[J\u00005!8P`\n[\u06b8\u0011o\u0015Tg\u0019anV\b\nJe\u0000J&V2\u0012\t \u0007\n\n\nZ\u0014\u0003j\u0005o.ou 1\u0017\u04347\u0214\u0004\u07ba\u0004ZSj[\u0003\u0005J-3V C\uef10fN\u0019\u0007xk\u0013X\u0011\u0015\u0000Ld\u0002o\u0005o\u0005o%\u0012xA\u000e\u0015\u0015\u0015(\u0006\u0568\u000bZ-]\u0006x((\u0017\u0001e\u0004r\u0002'.\tuK\t\u05182]o@\u0001f0;g\u001a$~gzf\u001dee^4\u0003\u0520a\u0016Bz\u0579\u0004V\u0004p\u0005p2\u0000p%\u0013+\u0000\\\u0001\\\u0001\\\u0004j\u0003p\u0005p\u0005p\u0005p-\u0001p5\u0002VKi\u0017r,cPNH\u0018J\u0000\\\u0000\\kJM+\t\u001bJ\u0016axj\u001dF\u0002p\u0015T\u0006\r#3n\u0000W\u0013X\u0011\u0015\u0000L\u0000d\u0002p\u0005p\u0005p%\u0012A\u000e\u0015\u0015\u0015(\u0006\u0568\u000bZ-U\u028d\fe\u029ah$\u0000-%\u0000\u05daRc\u0280m|\u001cU\u0016\u00045Uck\u0004\\\u0005\u0646jnn8u\u0002\u001doE\u0000W\u0000W*\u0003\u0000W2\u0001\t\u0015\u0015H\u0000\u00069\u0000W\u0000W\u0000W\u0000\u05e2\u0018\u0000W.kv+\u05d3\u00185\u0002W$\u0000-%\u0000\u05daRc\u0010T\u001c)Pn~U\u0003j\u00199\u0340+_\u001a4L+\u0003\u0001\\]N`E\u0000W\u0000W*\u0003\u0000W2\u0001\t\u0015\u0015H\u0000\u00069\u0000W\u0000W\u0000W\u0000\u05e2\u0018\u0000W.kv+{I\trF*W\u0012\u0004\u0ea5\u0004ZSj\f\\K\u00002tK#o5\u2ccd3\\\u0005\u0569AC55\u0002pmv\u0002+\u0002\u0002R\u0019\u0000\tL\u0000\u0000\u0000D\u0002p5\u0001\u0002\u0002\u0002\u0016\u0000\u001au\u0001\\\u000b\\BK\u0018Thv)\b\\\u0019\u0005ZU\u0002p)5\u0006LS\u0003[w>5I\u0013\/\u000e\"h\u0002\\\u0005\u0569A$\u0019\u068e\"++\u0001+\u0000\\\u0004\n\nJ$\u0000W\u001c+++kQ\fQ\u0017ZJA\u0010F\u0007%qI\u0000[J\u00005F\u001ef[2uF^xACW\u0006\r=R\u001b\u0575\u0004V\u0004p\u0005p2\u0000p%\u0013+\u0000\\\u0001\\\u0001\\\u0004j\u0003p\u0005p\u0005p\u0005p-\u0001p5\u0002VKi\u0017: FV\b\\\u0010Fz\u0001V\u0000\\kJ+s6peb\u0019\u001f\u0001j54cs#*64\u001c\u0005m'\"++\u0001+\u0000\\\u0004\n\nJ$\u0000W\u001c+++kQ\fQ\u0017ZJ\u0005\u000e%\f\u001a\\I\\\u0012\u0012kM1peEk\t\u0005\u001ewU\u001d&Y?j#UPmh&,.Q\u000b\\\u06ce\"++\u0001+\u0000\\\u0004\n\nJ$\u0000W\u001c+++kQ\fQ\u0017ZJA\u000eU%\u0001n)\u0001\u0594\u001a\u0003W\u0001[Fj=m\u0000W:5h\u0018pmv\u0012+\u0002\u0002R\u0019\u0000\tL\u0000\u0000\u0000D\u0002p5\u0001\u0002\u0002\u0002\u0016\u0000\u001au\u0001\\\u000b\\9K W*'c\u000e\u0005p\u001aS\u0012\u0012kM)p6pe0=c\u0aa1Z\u000f\u0002W8L\u0000JSS\u0002W\u0013X\u0011\u0015\u0000L\u0000d\u0002p\u0005p\u0005p%\u0012A\u000e\u0015\u0015\u0015(\u0006\u0568\u000bZ-U\u01940('ki\u000eJ\u0000\\\u0000\\kJ+CP\u0011Znqf\u0013kA\u000b\u0011\u0520a\u0012rQ\u0000m[\u0011\u0015\u0000L\u0000d\u0002p\u0005p\u0005p%\u0012A\u000e\u0015\u0015\u0015(\u0006\u0568\u000bZ-]2\u0006dU$.\tuK\t\u00182`!u\u0003D;m\u000e\\}\/Fn\u0006\\lA\u00f8\u001fpmv\u0002+\u0002\u0002R\u0019\u0000\tL\u0000\u0000\u0000D\u0002p5\u0001\u0002\u0002\u0002\u0016\u0000\u001au\u0001\\\u000b\\Es\t\u0017.\u0005\u0018+\u0003d\u0000\\J\u00005ijD[\u0000K\u0013pM\u050d:5h$.Q\u000b\\\u06ce\"++\u0001+\u0000\\\u0004\n\nJ$\u0000W\u001c+++kQ\fQ\u0017ZJ\u0005\u000e%\f*\u000e\u0005\u0018+q\u0000\\J\u00005z\u0019\u001aA\u001d\u000eP\u0003Aj\u001cm\u0004\\lCCrN;v'\u0001\u001f,pf6Y\u04e6K~\u001dO_~~hu6lq\u02772W\u00cd\u001a\u000b{\/;1^Lx1\u000e\u0017\u0014z}1{Z\u0016?cH>~?>\u000e:\u0016g-\u0004X486\/ x\u0017g}\u001fP]q\u0012JPHW*w \t|)~>u`_\u000en$bE]Z!lY)p~\u0015Kzl]wU\bN\u001a\u02b9*@;\u0005`\u0524\u0002\u0014\u001bG:rQ\u0013*3\u000f;w\u000bP\u0017zQS=[\u001f\u001dNf\u0007kd8\u000e;t9?\n-\u0007|[V\u0017z_~}[R\u0006\u00177\u0013\u001d\t@z3^QdIul1?\u001fx\u001f=r*\u0017e\u0010\/\u0002`E.p\u03cd\u000b_G>\u0287U#j\u03e0\u000bQb\nTxe]Kk%-~mt:lX\u001a?7,C\u0019uV|tW\u04f0kU5^d\u010dk'~F\u0232s\u0011\u05c2\u0135\u0154\u0013\u001d\u00051G.l9\u000b\u0017\u045f\u000bs~r\u000f!Gt^\u001eFofq_~\u0012$ZX\/xHeVi#-:\u0014?4K(6\u0007\u037f\"dpu\b'~\u0000'\u0014.Nd\u0019C7Cf\u03319`}\u001f*N~c\t:G9>Fd9\u000b6(\r;Xo\u0018*\u07f2M{U~jNco\u001d[W#\u001fI~\tW\u05b30#}}f#T\u0001R\u05a1\/\u0003o=\u0007x;642Cj\u0000\u0169\u000eE\u008cT\/G\u0012w[qw')91+'Fx\u0011mt\u0187r~qJNt\u000f\u03c6%\/GF4\u0018|v\\\u0322592\u0006\u0019wA\n\u001d\u0651?N\u00d8C\\&92tfX\u0007\u00c7k>sd0+\"\u0312:(\u001fz\u001c\u058aG|lTUX`Z_Y\u001dv8HJ|Wi(Q\u0011zTb\u0001c\u0007:W*wT+\u07cfT\u000b\u0016x'I\u001c RE2{\u000e\/|\\\u04ff>N\\+\u07ffM\t\u000fx\u001dS\u001fH\u0016\u02a9}9a\u0007oGw\u001f<\u000fWY4:4wr\/4oO|\u7d3b;>\\x)#wsy-gV7\u0001_Z|==>v^<}Z,)\u000boiw\u012d\u0123bt\u008b(]w:b\\]('\u2d67[\u001el\u06bd{>;>RuI\u001c{??\\wd\u000b\b]]B'Rt\u00c9n\u001er(|+2\u03b3\/[Z\u001eEd\u06bedB\u000f\u0010.\u001dWj7G:Qb5{\u001c\r'\u0007\fn+\u001aZ>\u0778'7\u0703C\u0016C:?r\u001dS\u001fLn\u00197!)\u02fc\r8wvl\u0007:\u0012\u001d\\>\u000fF\rsGNU\u001do\u000bU\u0002Nv+Xp:c6?\u0019<\u0007m~\u0000\u000f:\u05fdu6\u000f\"D\u050fW}8\u0007pC\u0749\u0005'Zg\u033clJ\u001e\\i\u0003\u04a1N]+3\u0012*\u000bp\n\u0000TN\u001b~u\u0791q!D\u0005M-m9V=_J]]jx\u062ec]UY\u0015\u0013v\u001fUSAlmE`\t;`9\u001f\u0016v\u0643]z_|wF\u001b#GcDU\u0005|\u0018\u05c86F\f`\u0016_#\u00126\u001ak2S\u5a32~{zc6\u001b-\u0585Y7j\r\u0017\r;Q\u035a\u0017\u001a-_4)m>\u0016S-\u001f\fn\u001f=\u000e<0}\u001c{\r\u00eea\u001es\u001aa\nSMG_\u01df\u0007_B\u000f[%\u0087r\u001et\u001a.,pl\u001c>bgLdAxC0\u0015@\u0015\u000bK]\u001awytPsV-T5M{w\\w\u000f^'\u001eff4--Zq3[g\u057aP\u0562f#\u0004\b\u0017\u001d\r\u0010\u0001'k\u0016;r\u01ce\u000f\u02f5P5jB]~T\u001c|~\u0007k-OXv\u001d+v\u0003H\u0014\u0010\u0010\u0018\u0652\u001e\u000b[\/{\u001d?\u00120\u001f\u0019Odq*hg5]\f7ON\u001a\u0014GKkE_\u073cvltIgO\u000eQ\u05bb op\u000e.U\u078fn{\u06f0l_K\u07cf\u0017\u0307J)\u0290\u0019\u0017Z\u0007\u0303\nr\u0007\u0004-~\u001cFg\u0013\u0003s\u0232lf&Yc;Nl0\u0004L>\"]A\u0018\u0011,i%l9\u0333dS,J>\u001a\\\u0018;f8\u001f>qT\r\u0017TB\u000f=\b\u001cx9\u0019? V~\u001e&A\u0014#\u785a6X\u0121\u0018\u07e9y\u037f#N6*\u000f|hF\u000fdc\u0019R6^1JLZrhg]>\u036eUWN`8%PH?\u0016pumN_?[U\u05bf[KL\u0000\u0017l\u000b\f\u71beKh\u03b5`P[y^\u0018\u0792p]DBxx>p|H\u0014d1:{\u072b?\u0017\u07666\u001aNgay\ub16a\u00077|\u03bfth}>^ne\u0011\u0018\u00df\u001b>\"\u001a>\u0011+G\u001c#H7#t\u001a\u0014\u001cr\u0018l\u000b=*K\\_eY1=\u0006AmV\u001c\u0138@lq8A @\u001d\r\u05a7\u0001't\u0005#\u001f\u0007-KX\u0783{\u0011[e\/^VY\u0149g\/\u0017i\u0653f\u001eM\u001e\u0656\u000bm\u0013Zyp\u0654\u0015o\u01cbr_6Ii?>-I.i3\u0003\uabc3E9\fp5U\u000e\u001c\n\u0002\u0019N]Q}pf;2&7.P\u001ey7^\u029e4~F2Kgdcpab\u0003\u054buq]d[\"\u001fL\u00dd}#\u001d\u04c3\\}pF\u0005X<}f\u4ff9g\u000b\u0017.\u0015\\{bO\u0015o`\u0006sN\uda5f\udd0dS1L\u0010s\u0013adxSh\u0011O3m8Dmp1\u001bGl0\u001a\u000e\u001aN\u001at\u0006\u044bk<-8B\u001a!p \u0011zf[\tZn\u00b6Z\fm+_v\u0016}sAK\u0010\u000b|\u0013`\u882aFU&#x\u03dfW\u0003\u00148\u0000\u0004\u001eT%;*Z\u053aR\"Tli$.\u024a\u00072,%x~Me\u0003lBY{,5\u0002LE=s Y\u000b\t<\u000e\u0017kGbT\u05d1\u07f6G\u001d|\u03563=w<\u4de3y\u0018OJ8\u000f\u00048\u031a\ngp \u000f9$\u0150yTcs\u0001af2W\u0015\u0015W^Tp}1lF\u000e{\u0017'U\u0015?\u001b\/\u000eU\/*T{\u0012eo2n$\u05ac\u001f}'jU.\u0005k\u001dV\u02cd\u00153be\u0016\f.g\u000f{UqJj8_n8\u02cbUy]?\u001b\u000b\/\u00f7\u0017\u0007q\u0016_%a|\u0004q4\ftyD^_*\u0017M!\u001dY:R%.\u04bfRfql\/gD\u03f5SRu\u0302i++gC\/8|*d\tA|mn++beT*LWxWuN\u001f\n\u04ee\u06bcVV^^j&GKw|&z\u0011~\u001cf\\U@\u001cP='x\u001dY\u0012?\t\u0002UcCVs6\u0012_K\u0016T**\/.\/\/OT;G7rD:\/\\+Z\u0012\u0005T\u0216-~kWO+'?I-4-T\u001b\u01aa?6\u05f2Jv\u052da^U$\f\u04a2\u000f\u03a2=u\u001dh\u056d\u03e5,*PNXCnnohmVPylA\u0017\u0005yQ7oh\u001d\u0011Ycb\u0004]\u019dL\u001f\nJ8+9\u001a\u0011R\/4Z2\u0014\u001d\u001e\u0004JjCK\u0016\f~\u001aE)\u294chI_\f}\u000bR%o\u0015fCQ?JcffV_-NJ\u0018\u0572\u0015$I\u0015C,O(\u0001NN\u0588RJ\u2480R+:@5((A\u0000\u0006\u0017f(UR:\n\u0003~\u0006Jm~\u0002k\u0002\u0002R\u0019\u0000R\t(L@@@R\u0000\u0002Vr\u0000J\u0005J-\u0002\u0002]Q*-\u0003Nz\u0625\u0000#JeX\rPjY\u0007(\u00182MRsU\u0006Ax*\u0007\t]S\u001bT\u0006T\u0002O%\u0013x*x*x*e\/T&\u0a55\u001cSSKfqg\u0006h\u0019g\u0013~%\/\u000b<\u0003ZSjSG:H-C`6\u5a42*yZ'&x*x*\u0001x*S\u0004\n\nJ\u000b<\tx*xj%\u0007T\u0512.x*xY\u0719\u0017\u0019''lr-yY\u0015\u001d\u051aRs|SP\f3w\u0013\u0001\ryJ\u0006\u001e\\HfWxj\u0013X\u0013<\u0015<\u0000Dki9{{WH>\u0306\\O\u0007MHOT-+kC@8}\u001aNdM~{|6X'&\u0015iK\r\u00064\u0019-zw\u03df\u049fmnvh2{\u000e[\u0005YZ*e{vA*9pa|\u0011+~?~vj\u0006\u0014v:\u0013G\u053eq;l>\t`\u01477\u0382\u035c6]-\u0013p~\u03dfG\u027d\f\u5c46\u06d0T\u001bi5\u0006\u0017^wbb\u001d.8\u0017S\u0017\u0013\ufbb9G_e3V\u01dflqB%Mo\rrwqx1\u000f\u001c\u001d'\u000b%tur\u0007rS\u0007mvJ\"V\u0655\u0005\u001a\u03d6-r\rWuw]o4N;\u0002Y\u0010x\u000eFL\u0002\u000bPlP\u001fmFNS0\ue7c3\u06e7??,\"-@^\u0005FNl}tp;Y\u001e8,:;wh8+\u001cm\t\u001d{mO\u001a2H\u0000\u05db$O\/\u001eg\u0019{_\u0001Oe?JE\u001eXv\u0018\u000e\"\u0000\u0633}\u000bs\u0461a\u05483n*}X\u0002r>~YZwf2u86\u001b(\u0201|\u03e23\\\\_lGwM~\u001d>J??EYEFHvJi\u0135\u001cd\u0135 \u001fq-i1zyaD\u0001c=6\u047e\u000b[p\u000eE\"\u001c\u001c,p\u0010q^\u001eFofq\u00cd_~\u0012$Z>_\/xHew#1S4'fV\u0007-X#\u001f6\u001cdwY\u001a~z%\u0012J.s|9MZ{\u0004}[,{\u001bMe\u001f\\G1w\rI\u052b>\u001aU3w\u0004I~evr\n\u000ea\u0001\tQ\/\u0799*Cwt\u06f6U\u001d\\\u0004}[|\u04ca\\A=Rh\u0006%\u0145\u0007\u00078S2DB\\]F`}$\u000b;U\u0007|\u0001\u0016,\u0001\u00162\u07dd\u0001w\u0016_m\u0007u[8}w|,\u00032_\u06d8\u0594\fChl\u0010N\u0015e\u0731u\u0016q\u001d6\u000b\u000e]^DE@b\u0019I,\u0015b\u0003u\u001bK,L7p>\u0006\u0014\u0011EdHX\r\u001cGMa81e`Y{\u001b\u0014lG\u000e;(xvAs\u0568p:0*\u001c\u0268`\u000fZ\u0000\u00c2gG\u001d\u0016\u0531\u0002\uf0f73Yd%8\u0018y\u0010r\u00b3C\u000e\u0011v\u000e\u066d!B\u0000q.\tk\u001f\u001fw\u0019.&<;<`\u01d5\u001d\u001c\u0012\u0635D.u.K\u001f\u0013v)qzm$\u0017>T\u0018\u0012]\u05a3{\u001d\u00156i\nB__v&bKB\u0013~?.8W`=\u001awA\u0002\u0014r sk 1w(`@(\u0011Gv\u00c2t\u0000P\u0001j\u0014\u0201u;\u9041\rc~P++~up|B5]d\u0001]{H\u000fzb^yY\u01b9!-|\b\u0006\u00015|\u001c\rg2TN@\u0005\u001b\u0012lg\u001f\u0007\u001c\u0012G6i\u000e\t\"w\u001f\u0018Mn\uf193s\u0018\u0016ar`T|\u001b'\u001f\u0019gc(yg\u0017\u0019M$=\u001d0n\u001ds\u000eZok\u001f{\u001e\u001cc?\u0010M\u000bOE\u001e9oswbNvbo8\r\u066cM+vziH\u001c~5k\u074d*\u0013\u0019\u0000^\u00050\u00178]KX\u001b\u0016\u0004pB!':,\u001e_\f?N}P8Hp\u001co9z{X\fqzp!:yp\u0011P-\u001dce\u074eN'aw\"\fM\u001eF7Cf\u03319KzTD\u0014~~ZZ%s9\u001d~\u02c1l\uecfd\u001c+\u06ce\u0609\/gvfsN\u0001:\/\u000fW\u0004=\r:vw\u0017=\f\u0001X\u000f\u0017:\u0000\u001fh\nem'HW+tw'U\u010c{\u0018\u001e\u0017_\/tw'lj\u0013\u0017\fa\bK_\u000eu#~ai\/\u03ceY4\u001c0G .2H>;=|\u0018s\u001c\u0019\u034aHx|^592\u0015u\u0011fI\u001d&OrGCTSL\u001f\u001f\u0477{>E5\b\u001c\u000f(?zP\u00079-I\u0111}q}|T[L;\rw9'I\u0603[vd+w}gmq\u0016\u0005\u05f7\u001e#\u0003z{;\u001e\u001cN\u001db\u000f\u0536h.8a\u0005\u001dK*\u0001F\u0007mY\u001d;\u0673j\u000eDY\u001f\\%wn~y:usv\u01c1vG\u0007>5\u0017\u0013uctpn\\6ce\u05fa\u001d[\u001f#l*rmIwq\u0135E\u05f7\u001dcq~yr|\u0010..\u0013x\u0012vc|wq[-9>2tI\u001c[vq{?;1LNUi\u0007t]G;f9!\u0002\\Mh5h=st\u0001#l\ucbb3C\u0004H&&{\u0018MNgXrq;:\u0001m\u001d[>\u00138to\u8e7bCE\u043c\u02ae ;n>\u0699\u000ek3nB\"dl_o\u0139\u00077\u000b:\u001d\u01d6x\u0005b=(Fl\u01e5\u000e\u0285*\u0001\u0012~8\u0255M{~c\u0019\u06ce%\u0240>w\u001c\u001e\u001etozAm\u001eD:~\u0007\u001f\u0017p\u000fD\u0010\u001dNTq\u05d0U]\u0243+m~\u0000W:Ypu\u0012W\"\\EvA\u001eI\u0016j>\u001di\u042f\u03e8 \u001e-gPI-kK\u000e\u06f5vz]kUY\u0015cf\u001fEmSAlmE`\t+`9\u001f\u0016v\u0643]z_|WF\u001b#GcDU\u0005|\u0018\u05c86F\f`\u0016_#\u00126\u001ak2S-\u5a32~{zc6\u001b-$\u001b\u001bi\u04cb\u0546p\u0368MZ\u00176{N\u001fG\u073eEq>\u001a\b:\u0002\u04faMC0^!~\u000f?C0\u0005\u07a9Q\u0326\u06ef\u0003{\/\u000f[%\u0661.%\\8\u0002\u001c*vDf\u001f\u0109w?\u000f^K\r^1\u0010\u0019\u0015~;G\fa*S)[l<7\u0013~\\D-;\u001b\u0007N8 qxyhz[Z<]f\u0018K\u03eauEF\b\u0010.\u001a \u001d\u0007Yw?d\u001cv\u0705bppg\u001d\u000eV\u02fa{q\u000enz7y\u001f\u0015G%\u001fZ5R]?J'9k9\u0004l9Dl9lmz\u058b-n\u000fj\u0413\f.9?\u01a3\ufde3r\"f[AH\u07744\u0452\u0371\u001cWlR%O\r.jp3\u000f\u001fF\\8z\u0006\u001eu\u0004\u000e^U\u001fF\u0010+? \u0007vGP\rl4f(uj:H\/\u03fec:\u001fC4\u01efX\u0002\r7\u0012\u0016v\u001c\u06aaYuOk\u0564si=\u0011\u0018{l\u000e\u03e8\u0005,0]\u001bv29m\u000fVlV{<6\u0005\u0002\u0012s-y)X.=xNs>\u001b.&\u0006$=;x\u00179\u001fo2\u001e\u000fjr7\u001f?\u0012\u0000Eh~)Y_\fn\u039e&Evt\u0006rXoM8- \/56lYCwO\u0006_\u0132\n\u0011\bA(9\u001f{\u05a08Q}n+ZqTY}\u00069W*\"?\u0003*L@;\bG[q\u00106B\u0010R\u0017:Ay 7n\u0019w\u000bG\u0001-'t\u0005#\u001f\u0467+K\u000eV\u077dJ_\u053dp\/\u00134_.\u0010\u058f'=<\u0012--\u0017'Xo)=+]\u07ce\u0017\\\u0015m~|Zg\t]f\u0007X_Gr\u0018k\u001d8\u0015\u0004[2\r\b\u001d6O\f\u0281?w\u001eZLW-w;p\u000e9\\\u000fO\u0017\u0010R8iE8}G\bN:1?{?{qj?4\/WSh5\"\f]Yd);=\u0000i\t^\ud629\u0546\u001a6-\u0018d4RfEK\u0019\u047c\u0018~\u0019\u0016J\u03bc>+\u0000W\u0346~~Z\u001e1\f%MSe+\u001e}I*\u0013G\u0007R\\\u019bbR\u00112P\b \u0003ZSj\fR\u00196Z\u00058v|w U#4\u001d\fRLm\bR,C\fk\u0019*1\u0007\n\u0000 J\u0000d\u0002H\u0005H\u0005H\u0005J\u0004 \u0015 \u0003@*@jI\u0017 \u0015 ,\nRp\torF*W\u0012\u0004Z\u0001H)5\u0006vTT>;\u001a@j\u0012a?k%\"5\t9rMw@;\u001f@*@&\u0003T*\u0001\t \u0015 \u0015 \u0017@*Q\u0013TJ\u000e\u0000\u0000%]TT+H\u05b8e)^\u000f\u0014`\u0004\f\u0002H-\u0000\u0594\u001aT\u0000T2\u0019XX\u00185\u0004Y{\u001178\u05e63 Ub\u049d\u000f \u0015 u\u0001@*\u0000R\u0004\n\nJ\u000b \t@*@j%\u0007T\u0512.@*@Y\u0015r87C\u0007%qI\u0000\u0015\u001d\u051aRc\u001c_\u00058T\u04909\u0004RV>WK,>\u05263 Ub\u049d\u000f \u0015 u\u0001@*\u0000R\u0004\n\nJ\u000b \t@*@j%\u0007T\u0512.@*@Y\u0015r,MN\bRJ\u0000R+:\u00005 n\u06af\u0011Z\u001c\u069fy~\u00141!HA&\\sMw@;\u001f@*@&\u0003T*\u0001\t \u0015 \u0015 \u0017@*Q\u0013TJ\u000e\u0000\u0000%]TT+Hu@\u00116A\u001c\u0002H-\u0000\u0594\u001aT&*a\u000fH\u001d{\u0012i\u0016Ysm:\u0003R%&\u0779\u0000R\u0001R7\u0019\u0000R\t L\u0000\u0000\u0000\u0000R\u0000\u0002Vr\u0000H\u0005H-\u0002\u0002]A*\u001e.&AI\\\u0012@jE\u0007 \u00182\u0017\"u<\"5K?AVmDjx\u0019t\u0007\nLs\u0001\u0002n2\u0000H\u0012@*\u0000R\u0001R\u0001R){\u0001\u00125\u0001H\u0005H\u0000\nZ\u0005H\u0005H5T\u0012d U$.\t \u0003ZSj\fR\u0019H\u02e64B|\u001do\u0002\u0005j!\u0006H<\/\u0014\u0566+ Ud\u049d\u000f \u0015 u\u0001@*\u0000R\u0004\n\nJ\u000b \t@*@j%\u0007T\u0512.@*@Y\u0015r\b79Y#H+K\u0002H\u0000\u0594\u0500\u0019\u0000\u0387\u0010jF\u0339\u001b&EQ0#\rAj\u05a6}\u03adk\u0019*1\u0007\n\u0000 J\u0000d\u0002H\u0005H\u0005H\u0005J\u0004 \u0015 \u0003@*@jI\u0017 \u0015 ,\bR\u0019rT\u0001e\u0011\u001d6\u0001e\u001c\u0002H-\u0000\u0594\u001aTFV\u0001\/]?ghjLR8vBR}L\u0012o%\u000eI\u0015t\u0003I\u0005Id\u0000J%T2R\u0002I%j\u0002\nZ\u0001$\u0015$\u000b\nj\u0016w%\\O.M1Op)HR\u0019(\u0004Z\u0001I)5&\f\u001b\"I\f-i\u0010\u001a\u0004j9\u0790\u0006Z\u001b.Mj\u0019*1\u0007\n\u0000$J d\u0002I\u0005I\u0005I\u0005J\u0004$\u0015$\u0003H*HjI\u0017$\u0015$,JRporFv(W\u0012\u0004Z\u0001I)5&\f\u001b\"a\u038fj0Hj\u0488\u0019IUkT?G\u03b5\fIt\u0003I\u0005Id\u0000J%T2R\u0002I%j\u0002\nZ\u0001$\u0015$\u000b\nj\u0016w%\u001a7a\u0002$\u0001Z e\u001d\u051aRc4u\u05ff\u000f^\"M$5QemDR8\t=n$PP\u0390TIwn?TM\u0006 T\u0002I%\u0013H*H*H*e\/T& \u001c@RARK fqW\u029evW\u26cd\u0621\\I\\\u0012HjE\u0007$\u0518\u01f5\u001f&j!\u0010p7GIj\u0014zZgAR \u0013Nt\nLsn2\u0000I\u0012H*@RARAR){\u00125\u0001I\u0005I\u0000\nZ\u0005I\u0005I5Tv=\\\u26dc\u001d\u0295%Vt@RkJI*\u00136ERZ\u001fI\u001cm|\u0003I=\/R6Hj\u056a~Im:CR%&\u0779@RAR7\u0019R\t$L @RVr\u0000I\u0005I-\u90a4]I\u0003;t;C\u000ehu@RkJI*oI\f-DR42.\u0019I +\u0003tJLsn2\u0000I\u0012H*@RARAR){\u00125\u0001I\u0005I\u0000\nZ\u0005I\u0005I5T\u000e~f\u0013P$.\t$\u0003ZSjLR\u0019\u0637ER3$I\u0016L\f$5|I\u039cb*%\u000eI\u0015t\u0003I\u0005Id\u0000J%T2R\u0002I%j\u0002\nZ\u0001$\u0015$\u000b\nj\u0016w%ldQorFv(W\u0012\u0004Z\u0001I)5&]'e}~*8djA1d\\\u0390TIwn?TM\u0006 T\u0002I%\u0013H*H*H*e\/T& \u001c@RARK fqWjGGU\u001a\u0661\\I\\\u0012HjE\u0007$\u0514r]'{Siq\u0015V~88%MgH\u0124;\u001fH*H&\u0003T*\t$\u0015$\u0015$\u0017H*Q\u0013TJ\u000e %]TT#Ie?,+V\u0004\u001c%Vt@RkJI*C#;OR,3\u0003\u0013I<\/\u000bv\u0590fj\u0017\u0004N1t\nLsn2\u0000I\u0012H*@RARAR){\u00125\u0001I\u0005I\u0000\nZ\u0005I\u0005I5T''\u0014`$\f\u0014\u0002I-\ub024\u0594\u001aT\u00bb$U34;5W0\u06d0FZ>TAm:CR%&\u0779@RAR7\u0019R\t$L @RVr\u0000I\u0005I-\u90a4]I*\u001e.MNHRJ@R+: 5$\tuV%I\"\u001b,\u0003E\u000eI\u0015t\u0003I\u0005Id\u0000J%T2R\u0002I%j\u0002\nZ\u0001$\u0015$\u000b\nj\u0016w%.P\u0001\u001d\n0C\u0006hu@RkJI*\u0016IPj\u000e\"6\u0500R\u001fDm\\9\u0443Z\u0016TAmRE&\u0779RR7\u0019\u0000R\t(L@@@R\u0000\u0002Vr\u0000J\u0005J-\u0002\u0002]Q*GH\t)sP\u0012\u0004Z\u0001J)5FL)Pj\u0002\u0019z}\u000b\u001d(U\u001b\u0005\u0005Jj\u001d*0\u0007\n\u0000(J@d\u0002J\u0005J\u0005J\u0005J\u0004(\u0015(\u0003P*PjI\u0017(\u0015(,R\u0019GCN\u0588RJ\u2480R+:@5(9t\u001b2Ph\u001dRFA\u001bGQ;EUJj\u0019*1\u0007\n\u0000(J@d\u0002J\u0005J\u0005J\u0005J\u0004(\u0015(\u0003P*PjI\u0017(\u0015(,R\u000fcH5T$\u050a\u000ePjM)JMQ\u001aEY^\u0001\u05d1\u001b8\r\nj\u001d*0\u0007\n\u0000(J@d\u0002J\u0005J\u0005J\u0005J\u0004(\u0015(\u0003P*PjI\u0017(\u0015(,R\u0019vTAe9(K\u0002J\u0000\u0594\u001aTF\"*5\u0532PR}\u000f`3\u0003\u03b5\u000eJ\u0015t\u0003J\u0005Jd\u0000J%T2\u0001\u0002\u0002R\u0002J%j\u0002\nZ\u0001(\u0015(\u000b\nj\u0016wEz\u00048<\u0000#Je\u000bPjY\u0007(\u00182v>*UC\u05371#J\r4\n[9+\u000fP6A\u0012~@@\fR\u0004J&TTT^@DMRR+9\u0000\u0002tRR(n\f89Y#J+K\u0002J\u0000\u0594\u001aT\u0006\u0012\u0002Zb\u0011w]U3\u0004IwJ\u0015\u0526;(U`\u049d\u000f(\u0015(u\u0001P*R\u0004\n\nJ\u000b(\tP*Pj%\u0007T\u0512.P*PY\u0015rk2\u0014]\n0Th\u0001uRkJQ*[(9\fIjq\u001dyZ'\u001fs:*URTIwn?TM\u0006 T\u0002I%\u0013H*H*H*e\/T& \u001c@RARK fqW^\u001dRM\u0621$\u050a\u000eHjM1Ie|Phq}\u0010yi\u0012sU5CaVv\u03b5\fJt\u0003J\u0005Jd\u0000J%T2\u0001\u0002\u0002R\u0002J%j\u0002\nZ\u0001(\u0015(\u000b\nj\u0016wE!\u02c05T$\u050a\u000ePjM1Je\u000eF\fS\u0010-\n6T59+UR%\u0003\n2>\u00196h?5RR\fR\u0004J&TTT^@DMRR+9\u0000\u0002tRR(\u0001\u001eF\u0004\u001erD\u000b(\u0003ZSjR|~fhQR\u057aT(\u06eaTA\f$0\u0663M:BR\u001b T\u0006 T\u0002I%\u0013H*H*H*e\/T& \u001c@RARK fqW\u02aeK|\t(sP\u0012\u0004Z\u0001I)5&aAL5\u0010j|\u0019oBxal4D*Q9\u075at(\u057d$\u0004J\u0005J2\u0000J\u0012P*RRR){\u0001\u00125\u0001J\u0005J\u0000\nZ\u0005J\u0005J5T'\u0000''kDr%qI@\u0015\u001d\u051aRc@\u00ae\u0007jri\"A,mDR%U2,p\t;\u0016g-\u0004X486\/ x\u0017g}\u001fP]q\u0012JP@W*w \t|)~>u\u0406_\u000en$bE]Z!lY)p~\u0015)zl]wU\bN\u001a\u02b9*@;\u0005`\u0524\u0002\u0014\u001bG:rQ\u0013*3\u000f;w\u000bP\u0017z\u047eQS=[\u001f\u001dNf\u0007kd8\u000e+t9?\n-\u0007s[Bj\u0007\/by3^\u04f7\u0006\f.n&:\u0012f0bF?\u001e?{\u0017{S\u064f{z[v\u0018\u000e\"\u0000\u0633}\u000bs\u0461a\u05483n*}X\u0002r>~YZwf2u86\u001b(\u0201|\u03e23\\\\_lGwM~\u001d>J?\u02bfDYEFHvJg\u010d-9\u0018qc\u000b\"?\u00112\u0016Sg\u001ffOt\u00180c\u001fe\u000b ._D\u001a.,?\u0002\u001f\u0001Cz?\u000f{\u0006wz\u0018-\u000f7~I^M_dI\u000e\u001eF\u001aQchQ\u000fEOn\u001b%\u000eZ']\u06f1Fs?h9Am\"9$5K$]6sh'\t}[,{\u001bMe\u001f\\G1w\rI\u052b>\u001aU3geI~evr\n\u000ea\u0001\tQ\/\u0799*Cwt\u06f6U\u001d\\-JiQu\ub81e`)U\u0003\u0452{@U)MO_]!.#AU>\u001d3\u0017\u001b\u0010l\u001c\u0010\u0002[|w\u0006\u0004\u000f\u07e9\u0006\u0007\u001f\u0002Z{\u0017g!_\u000fl\u0007u[8}w|,\u00032_\u06d8\u0594\fChl\u0010N\u0015e\u0731u\u0016q\u001d6\u000b\u000e]^DE@b\u0019I,\u0015b\u0003u\u001bK,L7p>\u0006\u0014\u0011EdHX\r\u001cGMa81e`Y{\u001b\u0014lG\u000e<(\u0001_\u0017\u0007\u0005W-3p$=kUC\f\u000bvxaN\u001d8,p>x;\u001b8EF\u0399_bX~oue4<\/C\u0203\u000e\u0011Cvk~1@b\u0007]}*\u000f;$qe\u0007\u0004v-KR\u01c4c]JG\u001dg6\t\u000f\nJb}\u04d9L\u0015a)Eh=\u02b9wQ\u0001q \u0015og\u0018\u001f.\u6e74?.D9a\u0003\ue88esE\f\u05a3{\u0007\u001e$@!7\n2\u0006\u0012s\f\u000e\u00029,\u001c1y\u001e\u001a\u073cn'=,H\u000e@\r\u0015\u0019\u0006J\u001a\u0018\u000e\u000e<0?n\u0014\u000e\u0000\u0007\u077f;\u0002W\u0007Gx'TL\u0016\u0005zy\u0014\u076cW+\u062b\uf557l+\u001e\u000eL;w`\u0010P\u0013py&C\u00054\u000f\u0014\\\u001d^p\u0019N!\u001dN!\u001dtvC\u0007?F\u06fb\u001cc?\u001c;+#U>}B;tx?CC;4\u0006\u000f.sU\u000fF{F\u0019g\u0018JqYEF\u0013I=H+G\u001d\u05abw9h~\u0014Zys@4-`?3\u00179.zz:\u0749\u07fbv.nxw\u0000\u001dvN\u0649c\n\u001e~+\u000f\u000b\u00140w8\r\u06c9f4g6\u001d!q\u056c}v7^\u05eaNd\u0000x\u0015\u0017\u00fc^t-a]nX\u0013\u0003\u000e\u000bm\u001cry\u0002\u0007\u0004sW\u000f\/?#6c\u001c6\u001e\\Nl\u001e\\mDl;}paypuxn\u0007\u0018o 0qtzYzz\u061d'?f\u0350Y!sl$x\u001e\u0015\u046231E7+\u07ecVV=]\u000edy\u001frx\u001a\u0003Ys~\u0011;q\u0005}\u032eSsn)3Zg*`wW<&\u0006^fh]\rz8\u0001@S(k#4?G\u0017Z1m;~z<%'fs\u0138\u001fHXR~\u0001'};eS\u031d f8\u0347\u000fC\/^r{\u001f)\/L=\re\u001cq1\u0003\u001c\u0018dE\u0006)tgG8\u000fc\u000ev#Yi\u0017i\u0016\u078bu0|3G\u0006.,Iss#DWV.lXSP\u0015:E5\u0004\f\u000f\b?z@\u00079c-IQ}1}|D[<;v\u0007t<7|\u0019*vma\u000eYu*B~l:\u0003\u07bfMZ|s0u\bl6ax\u0005,\u0013.{Kop=\u001a9thcD8\u0018hH\uacc0\u000f#P\u001a\u0188\u0001BUkDFMf\u001cUoO\u000fwd\u0003~#pz\u047a\u06b0\u0013\u0019\u0574i9\u001fQuBfh1<1q>\u001a:\u04baMC\/Co-ze08R\u001aEl::\f\u000f>\u0007\u0012Zo\/UrO.|k)\u0017q\u0002\u001c*vDf\u001f\u0109w?\u000f^K\f^1\u0010\u0019\u0015~;G\fa~YWT6\t#\u079aDn\u0018\bN0 qxyhz[Z<]f\u0018K\u03eauEF\b\u0010.\u001a \u001f\u0007~w?d\u001cv\u0005bG\u0001=^y\u001d\u0016=TMk\u00177<\u074f`\u001a\u056esns\u0013\u025c\"\u001cB\u001cb\u001c6=[csaz\u0016G5vC\u0006\u0017\u001fr9~!w|nGrt3\"1@3r6c\u00189\u0011o\u070ef\\P7t:P\u0007\u02f1jBfg[-tG-\n\u000esKmSO\u5e28$O7\f?\u0016=xV\u0018\u001bu.ohrx\u0019^\u0015l\u0514\u0012\u0016 ,B\u0010\u0691f\u0106-\u0016jtV,~!*\/_'2\u00149{\u5ee5M\u0003b\u0011i(g2P\u001f\/pr=>>\u0013W7\u0018\u02db\u0269\u001e?QhiS\u05f1\u82db}\u042eM1.\u001d(\\]\u00106`T\u0007MG\\\u04ddrmX%#`\u01cbG`\u000b-\u0003K?P_R\u0016W?\u000eU#\udb0c\ude019RY6!\u016c\u04f0\u001dg`\u0257t%r\u0011 EDK6r^fVI|>50vp>|\u0018-Gs\u001b.\u0019\u001fz\u00118xUr2~\\\u001bA<:\u001a[\u001cU\u001f)\u0006\u01b7C5(Z\u0460\u0018\u05a9\u033f#<6*|DF\u000f\u001cc\t\u0015R6,JLZrhg]>\u036eUW\u03a5D`8%>H?\u0016tm\u02a0NM?[U\u05bf[KL\u0000\u0017l\u000b\f\u71beKh\u03b5`G[y:l\u0018\u0792p]DBxx>pE|H\u0000\u0014d}1:{\u072b?\u0017\u07666\u001aNgay\u01c5\u00077|\u03bfth}>^ne\u0011\u0010\u00df\u001b>\"\u001a>\u0011*G\u001c#\u0004|YLC]\u0380mQe\u0015\u001a\u001c\\+}gL\u0007T\u0119xkv\u0010\u0002 m\u0004U\u0007\"\u0371\u000e\u0003u@[>\u01fc\u000e(E?\u0001#'g-8\u001dM>_Yr\u001e\u070b\b|Q\"\u00bd,N?|@L[?\u039e4hH\u0336^h`\u02ab\u001f\u0017\u0366w;^#\u001c\u000b\u0007\u00174Q\u04b1y\u017a.-\u000fyN>\u0351A>Ko\u0002fF>|iuJp*T\u0013c\u0007\u0017:\u0015\u0013c|bxJvs\"\u0017=jheY\n8\u0006B7\u00036\u0007hy\u0012iC\u0006\u0017{\u0006\u0013\u0010\u0014A\u0006ftkX<-\u0016B\u001a!\u000ep\n \u000fzf[\bZ.\u00b6FZ\u0004m'_v\u0014}SAK\u0010\n|\u0013`\u01a0FU&#x\u03dfWC\u0014?\u0015\/yAb\u0014g\u0002dO+K\u0452\u0014-jQ)\u03f4[V$;+J'_\\Xz,dEKZ9?\"{\u0011\u07ffZ\u0005_=\\d\rI`#SX\u07ecn\u0003\u0013\u001f(\u0018(\u00052^}c>i53riI\u0006M^!6(\u01dc\u0015h\u001d6kz\u0005 \u001f1SL1KLq%L\u076dr\u0013[N\u0005\u0015\n\u0010fbUGz`\u069cmuUQF.\u001f(\u000bO)w\u000b\u02e7.;D5\u06227\u00119%W\u0011~\u0013}M0$>oU6VO\u0325qYk\u0003,9,\u73c3\u001d\u0004p@[Tk\u001dU~^J\u001f-u\u0000\/\u03d5:G\/pf8\u0019N_?\u001f\u001eA[pOk>6=3\u000e\u0722;~nvF\u0411h~zV[*),fA %>Y;.\u36852Gu\u001c+mcvc\"Ki\u0012\uf2057\u06eefWySR\u001d\u0002j`z\u0010tR\u001b\/\b$@\u00036\u05cd\u001fF\f\u0019bJR\u0016C\u001f\u0007Td|\"\u0011dL\u001c->Gj<\u00c8^uRz&p|lRKfGw,*Y)\nM\\\u0018\u06c7ck\\\u0377\u0006\u001a+kAI\\\u06f2\f\u0013n*\u001bX-dK~~5\u0002L},\u001d#yLO\u000e\u0017EZBRug9\uff97OS\u00121l^^X@+\/J(|E?z0aH)\u0006\u06e5\u001a=7\u0006H4\u0018+\u0014WZ\u001e\u0018r8\u0221?\u0017s>\u0011\u001e_NU\nNB.\u055b\u0013Xza[O..k]\u0007\u000b;,\u001b\/\u000bf~\u02acwm\u0019\\\u001e\u001cOG\\]^p+rL7-V\u0007\uebd3w\u0015?\/\u00f7\u0017\u0007q\u0016_%a|\u0004q4\ftyD^_*\u0017M!\u001dY&(TT9J^RD\u03f5SRu\u0302:\r0\u000b\u05ebKs\u0005a\u0010_oc_,N\n%GCU?\u0014]y[,2iM:M&aU\u0005!s\u05d1oh'~\u0012\u0004U.jH\/~9|D\/%T\u000b\u0012Dsc\/+L\u0012_^a|\u0002]zK*dK\u0016\u0225-\\>}LWO\u001a]Vm\u0004?W\u017f\u01fa\u0775Z\u00f7+`IUi\u000ft\thVVQr\u0015',s7\u001d\u0005>_c\u0016J\u001cA<\u001d\u0017zQG\u05beY\u0010\u03cd\u000e,TEx\u0004\u0018R6\u0422?\u001f>b|\nP~.\r!E\\'(KSc\u04de\u001a\u00050*~\u033eZ\u0018)!hb-z\u000fZ\u0002WjjI\u01a5M\u000b\u0006Y?-e*P\u0011;Q!^d\u04fczhzilm+i\u00160'\fC;\\\u02de\u0285\u0018VU\/\u000e\u0012\bdU$.\t\u0235\u0003ZSj\\\\\buC~1\u001d\\\u00035O\u0003!WAZ\u001c\b\brun=%\\\\\f\\\u0004J& W W W\"\u0001\u001a\\\\\\\\b\\@RE\uc8b9\u0004B\u014bf\u0002\u02152@e\u001d \u05daRc4uH3s\r^'wj\u00065TFB5j\u0018\u0006\u017b\\\u001b``T\u0006`d\u0002s%\u0013+++\\\rr````E1`F]0j)2W\u00169Hh\u0013$.\t\u0335\u0003ZSj\\\u0019X<\f:k\u001a$]]UZ\u00110\ufdc6UP\u001a6LD3'$++\u0001+\u0000]\u0004\n\nJ$@W\u001c+++kQ\fQ\u0017\u0435ZJ\u0415*PN\b]J\u0000]+:55`\u01a6*\u0015Zz\u0010\u001aEjy\n\u0560ae8\u03f5a\t,\t\nJe\u0000J& W2\u0001\u0002\u0002\u0012\t \u0007\n\n\nZ\u0014\u0003j\u0005r*re\u0018S\u0005\u0005\\7B&H)\t\u0235\u0003ZSj\\\u0015;(G\u0007&[fUP\u001a5T.\u001c\u06b0\u0004\u0004s\u0005s2\u0000s%\u0013+\\\\\\\u0004j\u0003s\u0005s\u0005s\u0005s-\u0001s5\ua0b9VKi\u07c6H('kr%qI`\u0015\u001d0\u05daRc|+\\\u001c\u7a96j\\=\u000e6b\n\u0569a\u0012<\u05c6'$++\u0001+\\\u0004\n\nJ$0W\u001c+++kQ\fQ\u0017\u0335ZJ\u0315DB\u014bf\u0002\u0315A_`e\u001d0\u05daRc45k\u0019\u0005T&zI\u0014\u06bd!s\u0015TN\rK\u00193W\u0013X\u0012\u0015\u0315\u0000\u0315L`d\u0002s\u0005s\u0005s%\u0012A\u000e\u0015\u0015\u0015\u0335(\u0006\u0568\u000bZ-]\u02912\tmD\u0019J\\+:`5\u03159itv\nK;$\\35#I[s\u0015TF\r~\u0012y\u057d\u0004\u0004s\u0005s2\u0000s%\u0013+\\\\\\\u0004j\u0003s\u0005s\u0005s\u0005s-\u0001s5\ua0b9VKiH('kr%qI`\u0015\u001d0\u05daRcD`\"\u03b5R;\u0013s\u037c%4d\n\u0569a \u03b5i\u0004s\u0005s2\u0000s%\u0013+\\\\\\\u0004j\u0003s\u0005s\u0005s\u0005s-\u0001s5\ua0b9VKi:PF\u0007`#e\u0017kY\u0007\u0335\u05182\"\u03b52;$\\~&\u0316JCWN\rt\bsum=%\\\\\f\\\u0004J&0W0W0W\"\u001a\\\\\\\\b\\`Re\u01e1%\u0012\u00049(K\u0002s\u8039\u0594\u001a3W\u0006V[L\u0013LK(n\u0006\u001aeJB5j\u0018\u0013v\u04e9#\u0579\u0004\u0004s\u0005s2\u0000s%\u0013+\\\\\\\u0004j\u0003s\u0005s\u0005s\u0005s-\u0001s5\ua0b9VKi\u0012\tB\u008cU&%Vt\\kJ+=urd\u001ec\u001fU-{k\u0014z\twtH3*P\u001a\u0011\\\u001b``T\u0006`d\u0002s%\u0013+++\\\rr````E1`F]0j)2W\u0007\u00185Ajl\u0001F!50\u05d2\u000ekM1seb\u001e3uk\u0014^\u001e&i{`GkI,\t\nJe\u0000J&@W2\u0001\u0002\u0002\u0012\t \u0007\n\n\nZ\u0014\u0003j\u0005t.te\u0017;bF\u0007%\u0007\bZ\u0001t)5v\u0005*-JS\u0002(n#UR:5}\u0006du6h=%\\\\\f\\\u0004J&0W0W0W\"\u001a\\\\\\\\b\\`Re,r(?N\\J\\+:`5\u03158\\z=KC5o\n*Ti?Bk-\t\nJe\u0000J&0W2\u0012\t \u0007\n\n\nZ\u0014\u0003j\u0005s.sur`P22P\u0006\u0335\u0003ZSj\\|\u000f\u0017`i\u0005'\u01be\u0007!\r+_\u001a6\u0014'6l=%\u0001]\u0001]\f\u0000]\u0004J&@W@W@W\"\u0001\u001a\u0000]\u0001]\u0001]\u0001]b\u0000]R\u0685,r(&LAI\\\u0012kE\u0007\u0435\u00182\u0010\u0011\u0435\u0084H7@\u0494%\u0019t\u0015T\r#L3'$++\u0001+\u0000]\u0004\n\nJ$@W\u001c+++kQ\fQ\u0017\u0435ZJ\u0415\u00048Y#t+K\u0002t\u0000\u0594\u001aCWsm\u00f3X\u001akV\"]\u0005\u0015aCqo\u8685}.\u0000](\nCTf\u0415P\r\u001bJ#\u0579\u0004\u0004t\u0005t2\u0000t%\u0013+\u0000]\u0001]\u0001]\u0004j\u0003t\u0005t\u0005t\u0005t-\u0001t5\u0002VKi\u0017:`FV\b]`F}\u0001u\u0000]kJ+\/\"]+-e^&zI\u0018\u0012*P\u001d\u001bf\u02e9g\f][O`I@W@W*\u0003@W2\u0001\t\u0015\u0015\u0415H\u00069@W@W@W@\u05e2\u0018@W.kv+{t\t6aj\u000eJ\u0000]+:5\u0415\u0015qcJ+e\"AWA0s8T\u06c8\n*TYr(\u00193\u0006[\u0012\u0015\u0315\u0000\u0315L`d\u0002s\u0005s\u0005s%\u0012A\u000e\u0015\u0015\u0015\u0335(\u0006\u0568OL,H\u001f\u000fA_hF\u0014d\u000e@\u001cUyRlN?\u067bJht\/~\u0012a\r~q\u000fA\u0007s\r\u6bdf3YMhl~4~KM\u0012=GYf\n\u0019\\8TY\u04e7D\u0014\u01fa\u0007g\u0248b0Y\u0001\n\\`yOw9\b4\u0006fw]M&G\u0019\u000fQU\u0005\\R*m\u0017$C\u000f\u0017\u001e\u0017\u000b8nfnNmsq:S\u001d6\u0004|lbwgVO.\u0016OIv8?~~aO_bX74W\u00cd\u001a\u000b{\/;1^Lx1\u000e\u0164]}1{Z\u0016?cH>~?>\u000e:\u0016g-\u0004X486\/ x\u0017g}\u001fP]q\u0012JPHW*w \t|)~>u`_\u000en$bE]Z!lY)p~\u0015Qzl]wU\bN\u001a\u02b9*@;\u0005`\u0524\u0002\u0014\u001bG:rQ\u0013*3\u000f;w\u000bP\u0017z\u067eQS=[\u001f\u001dNf\u0007kd8\u000eJ?\u000e\u02ffXYEF\\n\u0011*\u00117[s\u000e2Z\u0010\u0474R<{0{1\u001e\u001bh\u07c5-[8\u0007q\"paw\u000eO\u000ea\u00168\u0000\u0007\f\u0005?\u0018\u0019af\u0018'A\u0012zO7\u001f\u01d3%E:.Bv?\u001biQP6,\ua88c\u001c4#\u0001hSp8OV'\r\f\u025a\u00152L\/~8%\u001cMg\u001b~J\\y\u0173a=-\u06f4\u0007Yw4V\u05b1u51\u035d\be=\n#\/=\u0697g6IL*]\u001f e\u001d2z\u0003ycsJ\u0003\/3\u0006`=\\\u0000|N[$H{$~\u0015ww\u065c\u00133rblt\u001e\u0017\u001fFwo('w\u001dN\bm\/^r\\iD^\u0017?`\u001cq1\u0003\u001c\u0018E\u0006)tgG8\u000fc\u000er\u0019hE\u017bb\u001d\f\u001f\u0311,0K|rxv\"[+\u001eQqUqcjVeu )^ GE\u0010{Ro\u0001c9W*\u001dU}:Jr#\u0002'\u0005^I\u0012%\u0007<\bT\u001e7;<\u001e)\u0017>{\u000fO~[\u06d4}\u078e!;\u0001dzg?S[\u001dvvt7qS0{eY0w\u00b6:\u0017\u0561}<~y{pt;GAwwf}SG<7\u000f(q\u03fc\u0016}3W\u001b}\/ri-f\u001e\u001c\u001f\u000bx\/\u001e>-_b\u0005f~x\u1de0MFp1:z\u0014.r[{Y\u001dj~|P..\u0013x-mj^=\u001f\u001e\u001f\u000bK$S^\u039f\u001f;{x|..x`u)QDI\u000f9\u0014z~\u0015Nx\u0019\u0657--\"`2hm__K2A\u0007\b\f\u000fx+5#\u03a8y=\u0013v\u0003E\u0015\r-n\u0713C\u001byMN\u01e1y\u001d\u001fs\u048e\u0729v&\u068ce\u0006;vo\u0012t:-|m4\f\b\u0680;}}[\u0541VP%tiO(I\u000eu\u0010N^gl;]'g\u000fA\u0017\u001eAwq\u000f'\u0000Nt;D\ub319\u05d0U]\u0243+m~\u0000W:\u0529pu\u0012W\"\\EvA\u001eN\u0016j>\u001di\u042f.;3.`-\u01eaPI5K\r\u000fuu*B~:\u0003\u07bfQZ|s0u\bl6ax\u0007,\u0013.{Kop=\u001a9thcD8\u0018hH\uacc0\u000f#P\u001a\u0188\u0001BUkDFMf\u001cUoO\u000fw\u017a0KFXua'\\3Yr>V\u52c68\u035eb6y*c|4au\u0018}0^\u00f0q~?0\u0005\u07a9Q\u0326\u06ef\u0003{\/!i\u0187{rCIL~\u000f?\r\u0017\u0016f6_\u000e\u001fT3&2 Nc|^o \u0225`\r;<:Tg(9~+\u0016KO*\u079aD->\u0007N= qxyhz[cl\u02f3;5nftZ\u001eJZl\u0000B\u0001}\u0019w\u0003Na\u000e]-v\u001d\u001f\u0433ek\u001f\u07e1jqw\u000fU\u0013M&Ocs>Xk9j\\\u001cD2---\u01e0M\u03d6\\z\u07bbQ\rz\u0750u7gxv\\_\rdt\u001c\fHL:\u040c~\u0018\/N\u001b7~!\u0017\/u;\rru8$3\u001fr\u001aP\u0016w\u000bQBC\\R\u001bd9.*47S'4\u00cfE4{t?\u0015b5\u0186`\u000b\u001b5}-qFW\u0005\u001b5eD.~$n#;\u0010=vd&h\u001a\u00153_~}^\u0017|>nZDRi~\uf58e6\rED\u001e@\t~x28Lt_b4\u03f3.o'zF\r5O]\u01e2\/nCr6xXNy\u00bf\u6ce7B(\\]\u00107`T\u0007MG\\7\u053drmX6%C`\u01cbGOe\u000b-\u0003KAPR\u0016W?\u000eU#\udb8c\ude419dY63N\u02ac\u001dbYt\u0002&{\u0011\u04ee \tV4M\u001cY)lv%X\r.jp3\u000f\u001fF\\8z*\u001e~\u0004\u000e^U\u001fF\u0010+?\u000f GxG\u0011PM\u001bhP\u053c\u01d1^}\u001b\u0007w>4gh_\u0471\f)\u001br\u0018%&-p9U.f\u05eaI'zF0}\u0012(Q\u000bX6er~'\u06ef\u001fD*_^%y&m\u000b\u0005\u0006sC%4Z|RL]z~$HzR\u0018~=M\u055f\u07cbRn]Mx\u001b\r^O\u5c3cB\u0543yZFb_j:m4>\u001f\/G7\u0672\b\u03cdAx\u0011\rn\u001fG\u00ff\u0015#nk|YpC]\u000emQe7\u0018\u001a\\,?F@;\b\u07ca\u0018\u0013T\u001dK:Hv\u0011\u001b\b\u05bd\u0003\u001e::\u0004t6q:e\u0019{p\/b\u0017E\u074bA<\u000b8ZL\u00021m8{\u04ac\u07e3#1\u0012zm~U+\u001a.xZ^6\u04b3Zx8\u0019]Ukf?)\u01e7%~%mf{Uu(\u0001.\u029b\u0681\u0003^XA`7c\u0649\u0011+\n\u0010\u03ac\u001c\u043fyQ\u001f#K3sHfs\f.v\u001e\\lz.lKC\tAJ\u07a791=z\tmT^\u078c6?\f'\u001d[vuP\u0015g\u0007\u0017\u0015\u0013|b\u05edxJs\u0016?M\u011fA\b\"[\u0002Ew\u0005<}4j!f=^pp\u05204O^\\4n\u0011\fqtSl\u00065HzM\u0012u]\u0013VmSA\uad2f\u0015[\u000bZ]c\u0005'\u0007U5Z*w5\u0019\u0017Oo\u001a`X7Y\u0006p&4L\u0014-)O\u0462-L*}^Oz\r^ukIvZi_usS>%\u0017QzU\u0018\u01abE\u0715\u010d\u0003[2\u524a6\"1\u0011R)9hq\u058c}|\u06d3q:\u0001C=\u001c9~F\u000bo\u0012\u0014z\tG[\u0015\u0012%o\u0010\u049210\f7Mg\u0003E\u001eK$5E!0c[eJ5P$+\u001bX\u02f0\twV\u001a#_\u0730A]G\\\u0010\u0010\u0005hSJoqvEu\u001dyIU+zlscI~;Z>M]\u0017\u0011\u0018s\u03acQpVl:\u001cLr\u0018G\u0001vF\u0335VO(\rX(^M\u07e9\u05cf(V7rfp9WHir_\u0010aRj\/>\u0011\u0013\u0005-\u0112\u05b3hzee_\u0012yEre|\/Tu-\u00df\u87abpk\u001a?s\u001b>8\u0016w,)\f^\u001cY|u\u0012\u0129\u000f0[U\u0012z}\u0019\\7tfJ\u01faKJ\u0171u\u0012=NI1\u000b\u000e0\u000b\u05ebK%R\u001a\u0006j\u0003_8\u0015\u0013*Rn0]ey]9^(Ljo[YYzyeL\u001d\/u\u055bM7GqrU\u0001q@ud\u001bJ2J$\bTU\u000e[$Jt~\/ZRI\u013a,?Q\u001c5\u0013*\u000es,kK\u0014\u0493~^R![@\u07de^>'U>\u05b6Pm\u0018V\\*\u0019ORzJW\u54c42K>;duuvV>C;a\r\ub8b5ZYBe\u0007_\u0017>EEYuFfA\u0605\u0018U }Y\u00c7\u001d}Zv_q\u001dr\u001e\u044f4(\u0725!T\u049ep#\u000f\u0011t\u001anN3cZ+\u00048\u001f+\u001a\u0011RfqBCh4SDw{ \u0012\u0016*S\r5.mZ0i\u0014R{2y'}12\u02b7+K\u001cv}W\u042d\rEj\u001d\u0015s\u02e8jqRz0\/\u00044O`%\tL\u001c\u001dBeV\u001a\u0015\u001a\u0011\\I\\\u0012\u0010jI\u0007\b\u00182Wo#T\u001agP~\u0003\r\bO\u0337\u0002\u0014J*T\u0015L:P\u001b@@T\u0006@T\u0002B%\u0013\u0010*\u0010*\u0010*e\/ T&@@\u001cPPK@@fqW\u02adq`S\u001ev)P\u0019\u0005\u0001B)5F\t\bV=Cq0e\nx\u000b,K\u0018nP\u0005\u0015A@SP@@T\u0006@T\u0002B%\u0013\u0010*\u0010*\u0010*e\/ T&@@\u001cPPK@@fqW~Z\u0002\u0011\u0295%\u0001tPkJ\u0011*[\bg\u000fZ\u022f\u0004\u072eH3*6\u0004T\u001aeA'$\u0010*\u0010*\u0001\u0010*P\u0004\n\nJ\u000b\b\t\u0010*\u0010j%\u0007 T \u0512.\u0010*\u0010Y\u0015\u0007\u06d5f\u0013j$.\t\b\u0003ZSjP(T\n\u001fB\u0553p?\u001a\u0010j(\u0011+\f\n*T17K\nBuo=%PP\fP\u0004J& T T T^@DMPP+9\u0000\u0002tPP\b=\u0016\u000469Y#B+K\u0002B-\u0000\u0594\u001a#T&Gjff\u001db4@\n!`^\u0011z\u0012K\u0002\u0002R\u0019\u0000R\t\bL@@@P\u0000\u0002Vr\u0000B\u0005B-\u0002\u0002]\u0011*\u01fd`\t#sP\u0012\u0004Z\u0001B)5F\fF\f<;W|T\u0280P,G\u0011M\u0010B5\b\u0006\u02c5HP\u001b@@T\u0006@T\u0002B%\u0013\u0010*\u0010*\u0010*e\/ T&@@\u001cPPK@@fqW\u0286\u0014&'kDr%qI@%\u001d \u051aRc\u001a!\u0010!{i\u001d\u0006A\u0014qwo5C\n!`\u00142x+\b\u057d\u0004\u0004B\u0005B2\u0000B\u0012\u0010*PPP){\u0001\u00125\u0001B\u0005B\u0000\nZ\u0005B\u0005B5\"T6 \u000469Y#B+K\u0002B-\u0000\u0594\"Tvdb}~v\fU K1 Z8\fUT\n\u0005\u001aa\u001f\bCmz\u0002KR\u0019R\t\fL```PVr\u0000C\u0005C-\u90a1\u001d\u0019*g*&cAK^\u00168jI\u0007\u001c\u051c2(rs~\u001fGP(9Z%\\6\u3a02\nH`\u0018q\"j\u0013X\u0012\u001c\u0015\u001c\u0000\u001cJd\u0002G\u0005G\u0005G\u0005J\u0004\u001c\u0015\u001c\u00038*8jI\u0017\u001c\u0015\u001c,Q\u001d!\/lM!\u02f3Q7:5\u001c\t\fQ\r'u|?=`>LF,\u0013\n\u02f4V\u00a5\u0006\u001a\u03bf?\u03c1g\u001bu56\u001eeCVA\u0016,sJ\u065e]J\u000e=\\X6z\u02a7\u07cf_,\u2e1dAm:\u0767\u01299uu\u0729\u000eO\u0002>Xzl6`\u001bMf?h?0lro1Cyv{FZ\u0018\/&h\u000b\u0014v\u013bkjY|#d9?[\u0010`Ih {]\u001c}C9wwI(B\t_\u0701\u001c'|6A\u001b~9\u0015}v%>keiK\\Uu]gW-[k#8k\u0013+\u000e\"\u0000`\u0016\u0004\u07aa\u0011\u0002\u0014\u001bG:rQ\u0013*3\u000f;w\u000bP\u0017zQS=[\u001f\u001dNf\u0007kd8\u000e*t9?\n-\u0007s[V\u0017z_~}[\u0003S\u0006\u00177\u0013\u001d\t@z3^QdIul1?\u001fx\u001f==GVS\u000eA^\u0016\u0000{\/r{n\\z<=:qT>\u001aQ{\u0006]\u060dZ\u0017KU\u0012]\/ZZ+nl\u0013]\u01bf\/\u000ef\u0003\u001a\u00199yoY}2\u8bb4\u066fG_'6k\u0208\u001bNV=\u0016D~#e4-T?^?\u031e0`?wa\u0016A\\x4\\X\u4743\u0005\u000e?\u000e\u0018\u000b03l1.O$Rn\u0012?^'Kt]x7\u04b8Z|\u001f3E\u04cez(rh.iu?\n\u07ce5[A\u000fmo\u0013{M&y\u19c7]\"\u00042\u01f7\u04e4G;I\u001cb\u065b\u03dchz-cz>kH^0^eY|\u000b~'-~:\u0005+1h({or\fmVtr\u0013G0\u0015\u0013\u0579.zV\rDk\u000b\u000f\uf24f\u0002WI\u000b\u2c2f\u303c.\u0004WLaL^l@E\u001ft@wg@xhp!Ewqu[$A}\u0016O\u001d_3\u000bArx65# \u001a\u001bS\u0005o}h\u0019w.dp\u001d)\u0005qu\\c\u0017\u0011}v\u0011x;\u001b8EF\u0399_bXPxj\u0015[]Y8\r\u000f.'b;<\u0010a\u001a\"$_\f\u0010\u7c98\u0f66}Wb\"\u000e\tv\\!]KR\u7c9481h\u0012G\u001d6\t\u000f\nJb}\u04d9L\u0015a)Eh=\u02f9wQzJn \rog\u0018_.\u6e74?.D9a\u0003\ue98esE\f\u05b3{\u0007\u001e$@!7\n2\u0005\u0012s\f\u000e\u00029,\u001c1y\u001a\u073cn'=,H\u000e@\r\u0015\u0019\u0006J\u001c\u0018?Z\u001fn^\u001e\u0018X\u0630:\u0007?;\u0002W\u0007GxGTL\u0016\rzy\u0014\u076cW;\u062b\uf557\u001dm+\u001e\u000eL;w`\u0010P\u0013py&C\u00054\u000f\u0014\\\u001d^p\u0019!vqx!zm rn89a\u0018\u000f-\nHs_n`;5W<\u000e>;\u0361A\u02e7\\U\u00f7|2!zY8}\u001cx{DR\u000f#\u0001n\u001ev\nZ:1\u0007F;Yh\u03a1>\u0013\u0474\\\b<\u079e\u0013\u0001\u01eb\u06db\u03b9r]n]z\u000bRR_snw)ZI_4\u0007xJ\u0003\/3\u0006`=\\\u0000|\u0019T;'H*ftw'=\u010c{\u0018\u001e\u0017_\/tw'lh\u0013\fa\bK_\u000eu#\/J=\re\u001cq1\u0003\u001c\u0018d\"\u0014:#\u00c71^q\u046cE\u017bb\u001d\f\u001fqE%uP,Ftf+\u001c\u0003\ud10f\u000e}j.#\u01f6f\u034fyem\u02aet;n\u00163.63\u000fEm\u0012\u0016]v\u072e!\u0016\u00018\u0000N\u0172\u05ce\u0571FEQ9TN\u0632+\u058eto\u07f1q\u0012H;Sz-\u00017I\u000f9\u0014o@?;\ud937\udedf\u0017MgLdg\u001e\"87\u001d\u00e8ot:>\u0152\u02ce\u0019\u000fh\u036dEY\u0010\u01e1}C\u001d:7\/:\u001dUvq;vXq\u0013\u0012br}#=8Y8k\/\u000e?Y\u001f2b;(UuU.T\t8Ilc\u0005kD\u001cHv O\u0006\u0017C}\u000b\u000fZgl I;Hx\u0547\u0013m~\u0000'Gp;lJ\u001e\\i\u0003\u04a1Y+3\u0012*d\u000b8\n\u0000TN\u001b~u\/}F\u0005M\rm9G=_Jj][jt\u062eCj]\u02aa\u001fN6@-o\u0016\u001c\fbks\u001d-\u0002Mf\/^\u0001D\u001e\u001b\\F\u000e3]\"-6\u0018,\u000eF<\u001a#R,\u00c8-TuF$l1b\u0000#P\u001a_\u065fj)G\u001fh!\u0640H5^6kF5mZ_j|\u0010s8Z&O-z\u001e_m\u001c\u0019\u215d\u000f\f{i\u001c)N\"g6\u001d~\u001d\u0007\u001f\u0603\tS\u000f[%\u186e%\\8\u0002\u001c*vDf\u001f\u0109w?\u000f^\u000b\r^1\u0010\u0019\u0015~;G\fa*S)[l<7\u0013|\\D-<\u0006N6 qxyhz[Z<]f\u0018K\u03eauEF\b\u0010.\u001a \u001c\u001e\u0007aw?d\u001cvebppg\u001d\u000eU\u000b{q\u000enz7y\u001f\u0015$\u001fZ5R]?J'9k9\u0004l9Dl9lmzK-n\u000fj\u0413\f.9?\u01a3\ufde3r\"f[A\u0010i%c9Ld3+\u0664J>\u001a\\\u0018;f8\u001f>qT\r\u0017\fB\u000f=\b\u001cx9\u0019? V~\u001e\u001dA\u000e\uca8f\u0014\u0003\u001a\u0014hP\ft\u01d1^}\u001bt>\u001egh_\u0471\u0004\n)\u001bro\u0016%&-p9U.f\u05eaIz\"0}\u0012\u001dQ\u000bX`6er~'\u06e4\u001fD*_%y&m\u000b\u0005\u0006sC%4Z|R\u0323]z~$\u0000zR\u0018~=M\u055f\u07cbRn]x\u001b\r^O\u5c3cB\u0543pZ>Ab_j:m4>\u001f\/G7\u0672\b\u03cdAx\u0011\rn\u001fG\u00ffe\u0015#\u0011b\ub85b\u0011g\r\u0013E\u000ev\u001eG%Whps\uabf2,c?[\u000b\u0010\n8q\u001bA\u0541Fpd@o`2\u0010\u00161\u0003\u001bOY\u000bNG>l\u0013OW\u001c\u0007\"v\u001f^\u04bdR\",Dj3\u0357\u000b\u0134I#&lKK\u8176\tVj|iylJ\u03ca~kdv9W\u016f\u001fwB\u0001V\u0011\u001c\u0006*oj\u0007\u000exa\u0005e\u0003B\u04ee((C8r fO\u6747\u0016\u0015(\u001b\/eHQ\u001a?#321ypN\u0013'\u001dW\"\u0012g[]B\u0359I>ko\nf>a8o\u016bpA;0]\u001b\u0013m\u000bXm\u0013)T\u0012D\u0018\u000f!\u0013(ZD-\u0013L\u001a\u000e\u001a\\q\u001aLCS\u0006\u0019!\u042e\u0019~\bi\\8*)&F$h\t\u06fa\tk}f\/uX\n\u0005-Al\/1O\u0006C\u001a-V\ue9f7?^\rR,\u0017g,+\u000b\u0643\nwSpCEZTg3mF7Vz=J\u7dbdwXz=M^>K'jR\u0756O^D}V\u0017f\u000f\u0017\u0019sC\u00127\u000el\b9F$z?&Q0B\nvez=\u0019-n\u06db\u03d1Op{9nQG6P\u01dc\u001eh\u001d6pZB:\u0001uHvBBm\u0013R^ZR8\u0016FI\u000f~`|\u0203d(d6q\u0019fl+Li\/W\u07b5\u025a\u000eJ\u24acp`-2'![i>q\u0006u\u001dqA,Dx\u0016@7O)%\u0691\u0016u%WQ\u0007\u001fgJb\/-\u03ee\u0721I>YZ7u-550\u0014Rk azcx5}~\u001fga4\u001e\u064c\u001csJ<\/gf\u0012^\u062c)>}\u0017&jkZOb][~U'jU~\u0005\u000b\u001d\u020d\u0017e2LeV\f.g\u000f{\u00a5q\"j8_n8fT(w,&\f^\u001cY|u\u0012\u028b4\ftyD^_*\u0017M!\u001dY:R%.\u04bfRfql\/gD\u03f5SRu\u0302i++gC\/\u0017kU%\u0012V)\rZVV\u001c\n\u0014CUW?\u0014]y[,2iM:M&\u001b#8t8zN:\r%\u0019%~\u0012\u0004*Pm\u0012%:S-t$UU_b]^^vyoe\u5689u^|\u0015V%\ntI?\/-YG[ ojjVN\u0553*[hj\u001fk[6U{Wmex[s`IU\u0019E\u001f\u041dE{:D\u047auE[KYDUuV{,\u0632\/\u000btso\u07ec:zs#f\u0018BU\u000bK*eyUi\f\u00fe,\u000e>-w;(\u000e9\\\u000fO\u001a\u0013\u0010R&iE8}\bN\r61?-w\u00114K\u064bSQyB\u001d>\u0011!\u0723\u0011d)b;R=ph\t^m\u0546\u001a6-\u0018d4RfEI\u0019\u047c\u0018~\u0019\u0015J>+V\u0346~kZ\u001e1\fK%M\u0003e+\u0016}I~* \u0013G\u0007P9P\u019a\u0011\u0295%\u0001t\u0000PkJ\u0001*smy\u00150}\u0000g)3\u0001Ke-\u0000Tb\u0010.]\u0001\u0012sz\u0000\u0000\f\u0000P\u0004J&\u0000T\u0000T\u0000T^\u0000DM\u0000P\u0001P+9\u0000\u0002t\u0001P\u0001P\u0000[\u35b1x=R\u00112$\u000b\u0000u\u0003ZSj\fPS\u0001K)u{Z2\u000e\b\u0005h?HH\u05fat\u0006\n\u0339k\u0001\u0002n2\u0000@\u0012\u0000*\u0000P\u0001P\u0001P){\u0001\u00125\u0001@\u0005@\u0000\nZ\u0005@\u0005@5\u0002Ta+\u00005\u0002T$\u0000\u0512\u000e\u0000jM1@eo\u0018\u0003e!D\u0006\u001aQUk\u0004PH\t.]\u0001\u0012sz\u0000\u0000\f\u0000P\u0004J&\u0000T\u0000T\u0000T^\u0000DM\u0000P\u0001P+9\u0000\u0002t\u0001P\u0001P\u0000]\u000ff\u0013f$.\t\u0000\u0003ZSj\fP\u024e\u00afY\u0018;G\u0006}\/2fG\u0019@\"~j3pKg\u0000\u001e\u0000*\u0000&\u0003\u0000T*\u0001\t\u0000\u0015\u0000\u0015\u0000\u0017\u0000*Q\u0013\u0000T\u0000J\u000e\u0000\u0000%]\u0000T\u0000T+@C\u0019krF*W\u0012\u0004Z\u0001@)5\u0006LU|\b\u001d@\rd[\u04dd\u0001Zzx^\u001b\u0007A\u0000\u0005u\n@s\u0003@\u0005@d\u0000J%\u0000T2\u0001\u0002\u0002R\u0002@%j\u0002\nZ\u0001\u0000\u0015\u0000\u000b\nj\u0016w\u0005\u001c(c&AI\\\u0012\u0000jI\u0007\u0000\u0018z\u001d@,?\u000f2\u001dqF\u00005\r\u0013~I]:\u0003P\u0005\u0735\u0000P\u0001P7\u0019\u0000R\t\u0000L\u0000\u0000\u0000\u0000P\u0000\u0002Vr\u0000@\u0005@-\u0002\u0002]\u0001*\u0015\u001a\u0001\\I\\\u0012\u0000jI\u0007\u0000\u0018\/$%R\u0019u\u001aFZ\t\u0011\u001a\u001c\u000e\bPR\u0000T9wm=\u0000T\u0000M\u0006\u0000T\u0002@%\u0013\u0000*\u0000*\u0000*e\/\u0000T&\u0000\u0000\u001c\u0000P\u0001PK\u0000\u0000fqW]b]\u019a\u0011\u0295%\u0001t\u0000PkJM\u0001j\fLU|0\u0003\u0161s\u0004j\u0016+j\u0002@\u00125qAt\u0005J\u0339k\u0001\u0002n2\u0000@\u0012\u0000*\u0000P\u0001P\u0001P){\u0001\u00125\u0001@\u0005@\u0000\nZ\u0005@\u0005@5;\u0002T\u0019Uv9\u0014`\\\u000f\u0001@}\u0001@)5\u0006\f_\rO3{\u001b\u0006!#\u001a\u0438\u05a5+\u0004Ub][\u000f\u0004\u0015\u0004u\u0001\b*@P\u0004\n\nJ\u000b\u0004\t\b*\bj%\u0007\u0010T\u0010\u0512.\b*\bY\u0715@C9\u0000t(H\r\u0019\u001c\u0004\u0001A)5&\f\u0013\"]A\u0000MM(\\\tjja\tAzW\\#%Kg\b\u001e\b*\b&\u0003\u0010T*\t\u0004\u0015\u0004\u0015\u0004\u0017\b*Q\u0013\u0010T\u0010J\u000e %]\u0010T\u0010T+Ana)MRZ\u00041!u\fA\u0015s\u0003A\u0005Ad\u0000J%\u0010T2R\u0002A%j\u0002\nZ\u0001\u0004\u0015\u0004\u000b\nj\u0016w%)e\u001a\t\\I\\\u0012\bjI\u0007\u0004\u05182n\u0011T\u001dA\u0000-o\nb{f\u00045J\"~tatJ\u0339k\ub060n2\u0000A\u0012\b*@PAPAP){\u00125\u0001A\u0005A\u0000\nZ\u0005A\u0005A5\u0012T65 2\u0007%qI %\u001d\u0010\u051aRcju=\u00065T\u000f.@P#\/b9\u0011AU\\C\u05253\u0004U`][\u000f\u0004\u0015\u0004u\u0001\b*@P\u0004\n\nJ\u000b\u0004\t\b*\bj%\u0007\u0010T\u0010\u0512.\b*\bY\u0715r\b&'k$r%qI %\u001d\u0010\u051aRcWvFzL%L\u00045\ueaf5b\u001b7IEQ\u0016#\u05a5+\u0004Ub][\u000f\u0004\u0015\u0004u\u0001\b*@P\u0004\n\nJ\u000b\u0004\t\b*\bj%\u0007\u0010T\u0010\u0512.\b*\bY\u0715&'k$r%qI %\u001d\u0010\u051aRS\u001a1\u0003S\u01ff\u0000-\u00045V\u05d8\tAz.\u0004UR\u0010T9wm=\u0010T\u0010M\u0006 T\u0002A%\u0013\b*\b*\b*e\/\u0010T& \u001c@PAPK fqG@\n#ceMAI\\\u0012\bjI\u0007\u0004\u05182\u0014r2gGPcO-C\u0013\u76e4C-'\u06b8I*\u000e,\b.]!\u0012sz \f@P\u0004J&\u0010T\u0010T\u0010T^ DM@PAP+9tAPAP\u0004\u0001\u001aF\u0684\u001ar(\u000b\u0004u\u0003ZSjLP3>;\u001e\u001a`\u76e4\u051a%Z9\u0007UA\u0762qKg\b\u001e\b*\b&\u0003\u0010T*\t\u0004\u0015\u0004\u0015\u0004\u0017\b*Q\u0013\u0010T\u0010J\u000e %]\u0010T\u0010T+An\u0012)sMNHPJ@PK: 5\u0004\u000e|:\u001f\u067d9IEaW\u001fF}\u0011]\u0019*0\u7bad\u0007\n\u0000\u0004J d\u0002A\u0005A\u0005A\u0005J\u0004\u0004\u0015\u0004\u0003\b*\bjI\u0017\u0004\u0015\u0004,JP5nk.\u0005\u0018\t*@P7: 5\u0004\tx\f\u0006h\u0015wFF\fj\u0012'^|.KW\b\u011c\u001e\b*\b&\u0003\u0010T*\t\u0004\u0015\u0004\u0015\u0004\u0017\b*Q\u0013\u0010T\u0010J\u000e %]\u0010T\u0010T+Ae%\u001a\t\\I\\\u0012\bjI\u0007\u0004\u05182M\u0018$*\u01d5ei\bjz\u001d.!\u0002sz \f@P\u0004J&\u0010T\u0010T\u0010T^ DM@PAP+9tAPAP\u0004]\u000ff\u0013h$.\t\u0004\u0003ZSjLP\u0019:EPZ\u001dAM}\u000f+\u00045I\u0005\bZFK\u0014.]!\u0012sz \f@P\u0004J&\u0010T\u0010T\u0010T^ DM@PAP+9tAPAP\u0004]\u000f&'k$r%qI %\u001d\u0010\u051aRcu$I\u00101uQ\u0014\u001b\u0011\u030b4\u000eZvKg\b\u001e\b*\b&\u0003\u0010T*\t\u0004\u0015\u0004\u0015\u0004\u0017\b*Q\u0013\u0010T\u0010J\u000e %]\u0010T\u0010T+AWk6Ad\u000eJ@PK: 5\u0004\u001d_\u0003,\u000e4\u0013$BF\u00045\u0392$tA\u0525+\u0004Ub][\u000f\u0004\u0015\u0004u\u0001\b*@P\u0004\n\nJ\u000b\u0004\t\b*\bj%\u0007\u0010T\u0010\u0512.\b*\bY\u0715r1He\u001a\t\\I\\\u0012\bjI\u0007\u0004\u05182\u0017w&Y%o5\u001a$\u0016\bY\u00052\u04b9\u05a53\u0004U`][\u000f\u0004\u0015\u0004u\u0001\b*@P\u0004\n\nJ\u000b\u0004\t\b*\bj%\u0007\u0010T\u0010\u0512.\b*\bY\u0715r&'k$r%qI %\u001d\u0010\u051aRS\u001a3\u0003S\u0001Z\u0013T\u0016A\u0552'2\u0011]\u0011*2\u7bad\u0007\n\u0000\u0004J d\u0002A\u0005A\u0005A\u0005J\u0004\u0004\u0015\u0004\u0003\b*\bjI\u0017\u0004\u0015\u0004,HP\u0019hTad\t9(K\u0002A-\u9020\u0594\u001a\u0013TBv;\u00065\u0007hjLP0VbPSLuM^T\u0010T9wm=\u0010T\u0010M\u0006 T\u0002A%\u0013\b*\b*\b*e\/\u0010T& \u001c@PAPK fqW\u0000\rYY#AmB\r9\u0005\u0001A)5&uG[\u0004\t>?\u0016j\rJP@\u0381&\u0004D\u001f\u001d\u0018.!\u0002sz \f@P\u0004J&\u0010T\u0010T\u0010T^ DM@PAP+9tAPAP\u0004Y59Y#A+K\u0002A-\u9020\u0594\u001a\u0013T\u000ev<\u0006\u000bJ\u0019\b\u01abA\u001b\u00045\u000e\u001cTI]BP%\u0735@PAP7\u0019R\t\u0004L @PVr\u0000A\u0005A-\u90a0]\t*-sMz\u0625\u0000#AeP\u0016\bF\u0007\u0004\u05182w<\u0006U\u00038d\u06beNP~\u001a\t\u0007^\u001b\u0011LRe\u05fat\n\u0339k\ub060n2\u0000A\u0012\b*@PAPAP){\u00125\u0001A\u0005A\u0000\nZ\u0005A\u0005A5\u0012Ta+\u00045\u0012T$\u0010\u0512\u000e\bjM1Ae\u0004\uf9c91\u0006\u001aFYk+~_0s*\u05fatJ\u0339k\ub060n2\u0000A\u0012\b*@PAPAP){\u00125\u0001A\u0005A\u0000\nZ\u0005A\u0005A5\u0012T\u0012l\u0002\r\u001d%t@PkJ\t*sa|\u01ff\u0000-.y3\u00104R{\u000677#I\u001a\u000b\u0003\u0014\u05253\u0004U`][\u000f\u0004\u0015\u0004u\u0001\b*@P\u0004\n\nJ\u000b\u0004\t\b*\bj%\u0007\u0010T\u0010\u0512.\b*\bY\u0715r7Y&'k$r%qI %\u001d\u0010\u051aRcEP\u000fQrO]GADa\u0006B\r|5\t]\u0010.A\u0002sz@@\fP\u0004J& T T T^@DMPP+9\u0000\u0002tPP\b^e\u06449(K\u0002B-\u0000\u0594\u001a#T&t\u001b2!TM\u001dz}4CI\u0014'\u001eIZ T9wm= T M\u0006@T\u0002B%\u0013\u0010*\u0010*\u0010*e\/ T&@@\u001cPPK@@fqW\u029ekW\u0002\u0011\u0295%\u0001tPkJ\u0011*\u0013)(TM>wi\ri\u001bG~\u0005\u000bB\u05253\bU`][\u000f\b\u0015\bu\u0001\u0010*P\u0004\n\nJ\u000b\b\t\u0010*\u0010j%\u0007 T \u0512.\u0010*\u0010Y\u0015_e&'kDr%qI@%\u001d \u051aRS\u0019P{\u000ejV\u001c\b5(mC~,}eZ T9wm= T M\u0006@T\u0002B%\u0013\u0010*\u0010*\u0010*e\/ T&@@\u001cPPK@@fqGP\n$ceMAI\\\u0012\u0010jI\u0007\b\u00182\u0014\b5\u0382~!\u0016\u0010j\u0016Qyk]:P\u0005\u0735PP7\u0019\u0000R\t\bL@@@P\u0000\u0002Vr\u0000B\u0005B-\u0002\u0002]\u0011\u00035de\b\t6X\u0016\u0010F\u0007\b\u00182L\u001fk\u0011j\u0018\t}C\u001a$}\u000b\u0004\u0014\u0525+\bUb][\u000f\b\u0015\bu\u0001\u0010*P\u0004\n\nJ\u000b\b\t\u0010*\u0010j%\u0007 T \u0512.\u0010*\u0010Y\u00152+\nBd\bU$.\t\b\u0003ZSjP\u0007\b5\u0012\/q>\u000bU0oP\u0013\/U+l\u0017\b(Kg\u0010\u001e\u0010*\u0010&\u0003 T*\u0001\t\b\u0015\b\u0015\b\u0017\u0010*Q\u0013 T J\u000e@@%] T T+B\u05b8e)^\u000f\u0014`D\f\u0002B\u0000\u0594\u001a#T\u06ebPq\u0010jO\u07a8#\u000bb?dl\bj\u001b\u05a53\bU`][\u000f\b\u0015\bu\u0001\u0010*P\u0004\n\nJ\u000b\b\t\u0010*\u0010j%\u0007 T \u0512.\u0010*\u0010Y\u00152\u000e[A\u0011\u0295%\u0001tPkJ\u0011*]GPu\u001adq?l,TTI\":\u05fat\u0005J\u0339k\u0001\u0002n2\u0000B\u0012\u0010*PPP){\u0001\u00125\u0001B\u0005B\u0000\nZ\u0005B\u0005B5\"T\u0390e\u0644\u001a:(K\u0002B-\u0000\u0594\u001a#TmJ\u001fB\r2$tFI\u001c\u0010j\u001c\u0005)RP T9wm= T M\u0006@T\u0002B%\u0013\u0010*\u0010*\u0010*e\/ T&@@\u001cPPK@@fqW\rR\u0002\u0011\u0295%\u0001tPkJ\u0011*oB\u0004-\b:BM 6>OQ\u0017\u05b9\u05a53\bU`][\u000f\b\u0015\bu\u0001\u0010*P\u0004\n\nJ\u000b\b\t\u0010*\u0010j%\u0007 T \u0512.\u0010*\u0010Y\u0015\u0012l\u001c%\u0001tPkJ\u0011*sS6Be\u0002+\u000ej\u0016?O\"\ffojPC\/}n\u01b5.]A\u0012sz@@\fP\u0004J& T T T^@DMPP+9\u0000\u0002tPP\b]\u000f&'kDr%qI@%\u001d \u051aRcmc\u001fB;#$gY+\b5N\u0005\u0002\n\u0019*0\u7bad\u0007\n\u0000\bJ@d\u0002B\u0005B\u0005B\u0005J\u0004\b\u0015\b\u0003\u0010*\u0010jI\u0017\b\u0015\b,P\u067bAJ`5\"T$ \u0512\u000e\u0010jM)BMQI\u00153B,}\bfA\u0014A@A]:P\u0005\u0735PP7\u0019\u0000R\t\bL@@@P\u0000\u0002Vr\u0000B\u0005B-\u0002\u0002\u001d\u0011*C*512\u0007%qI@%\u001d \u051aRcPGfY\u00129u[ Kk]:P\u0005\u0735PP7\u0019\u0000R\t\bL@@@P\u0000\u0002Vr\u0000B\u0005B-\u0002\u0002]\u0011\u00035de\b\t6X\u0016\u0010F\u0007\b\u00182a[\b\t>;\u0001Z\"9\u0013T.X\u0688c\u0018\u0707$KW\b\u011c\u001e\b*\b&\u0003\u0010T*\t\u0004\u0015\u0004\u0015\u0004\u0017\b*Q\u0013\u0010T\u0010J\u000e %]\u0010T\u0010T+AeV\u001a\u0015\u001a\t\\I\\\u0012\bjI\u0007\u0004\u05182tAE)wi\u001dFYy\u0004F^\u0011@@A]:P\u0005\u0735PP7\u0019\u0000R\t\bL@@@P\u0000\u0002Vr\u0000B\u0005B-\u0002\u0002]\u0011*-Mz\u0625\u0000#BeX\u0016\u0010F\u0007\b\u00182LGj\u0016EQY?v\u0010*_:\u0004LN\u0018@@T\u0006@T\u0002B%\u0013\u0010*\u0010*\u0010*e\/ T&@@\u001cPPK@@fqW^\rR\u0002\u0011\u0295%\u0001tPkJ\u0011*\bPZ_8#\u00a8P\u0005\u0015A\u001f\u00016k=%PP\fP\u0004J& T T T^@DMPP+9\u0000\u0002tPP\b3d\u0019l6\u000eJ\u2480PK:@5\b9\bU\u0013,T~\tBT\u000e\u0001\f\ba\t,\t\nJe\u0000J% T2\u0001\u0002\u0002R\u0002B%j\u0002\nZ\u0001\b\u0015\b\u000b\nj\u0016wE %\u001a\u0011\\I\\\u0012\u0010jI\u0007\b\u00182v6)\u000e\u0544\u06d9&r\u001e\u074c\n*TcZ6k=%APAP\f@P\u0004J&\u0010T\u0010T\u0010T^ DM@PAP+9tAPAP\u0004^e\u00049(K\u0002A-\u9020\u0594\u001a\u0013T⪻\bP\u0013Z]oJ2E-\f\u0018\f\n*TA^7\u0010k,\t\nJe\u0000J% T2\u0001\u0002\u0002R\u0002B%j\u0002\nZ\u0001\b\u0015\b\u000b\nj\u0016wEG%\u001a\u0011\\I\\\u0012\u0010jI\u0007\b\u00182A9@\"H:A\r,^\u0704*TczE\u000b\u06ac\u0004\u0004A\u0005A2\u0000A\u0012\b*@PAPAP){\u00125\u0001A\u0005A\u0000\nZ\u0005A\u0005A5\u0012T6hC29r(\u0218@PK: 5\u0004vACZ^dL\u001b\u0010j&I+\bUPm\b\u0018K3F'$\u0010*\u0010*\u0001\u0010*P\u0004\n\nJ\u000b\b\t\u0010*\u0010j%\u0007 T \u0512.\u001032\u000bRl:tW1;6<\u066fCj7\u042bB{2On\u0012\u001a\u074bDOh\u0003=lj\\!M\u0016_}S#\u001f4R3#=R\u0010B\u0006\u0017\u000eUV\u0003i85\u016f\u0001d2b\t\u00185VP\u0002\u0017.5\u0018l\u001epe?\u000e8\u000b_WoQ:T{o\u0015di;\u05eb\u0014J\u0005I\u00c5e9G8|h.\u06e9\u0019D\u0726S}\\:>>N:v'\u0001\u001f,pf6Y\u04e6K~\u001eO_~~hu6>9{~\u2b05\u0000K\u0006\u001fGF\u0005\u001b\u001ec\u001e9;NBi\u0017\n]\u000e8\u0001?O\u0667\u000e\u06b0D+}Y\u000b4D-K[:\u001a\u03afbD:jZ\u001bi^#X9w\u0010Y\u0005h\u0007 V\u001dTYbHTn3*vB4zv\u001c>aqG\u0016n\u0001T\/\u001b5;\u0573dfyF6r\fMr0ee;}\u0017\u02db\u069e50epq3\u0451\u0000\u012f7\u001dI\u0006T'_<\u00163a\u0003~d\u04cb\u0732p\u0017\u0005\\\u001b\u0017\u001eO\u000e}\u001c\u000fF\u051eA\u0017vVR\u0015Do\u02faJ[6D\u02eft@FF\u000et\u001f\u001b\u0016}\f}bg?>+mjQW\u0005\u001a\/2F\u2d53Ur?#g9\u0108Y\u0010\u0474R<{0{\u00c01\u001e\u001bh\u07c5-[8\u0007q\"paw\u000eO\u000ea\u00168\u0004\u000e\u0018\u000b03l1.O$Rn\u0012?^'Kt]x7\u04b8Z|\u001f3E\u04cez(rh.iu?\n\u07ce5[A\u000fmo\u0013{M&y\u19c7]\"\u00042\u01f7\u04e4gq\u0016}Fk\u0019\u0007w]C\u0012F~=>\"[\\u\u0004\u000bXG(\rb~LV\u0019v'\u000578u\u0019\u0013j ZQ\\|O|\fJ^\u0010}\u001e\u0006ue$\n'0g\u0003V'6\/6 b\u000f9 \f\b\u0016\u001fS\u001f\r\u000e>\u0004.B\u000fh\u015fY\u0004e^\/\u00fb1)\u001f\u0019\\\u0006 *x#\u02f8S\u0001%\u0003HQ-:ll\u0017\u001c\u001e\u8ccb\b2X*r\u0006\u001e6X\u0006\u0013\u001bn^7}<\u0011\r(#nQ\u0250\u001a8\u078fTq\fEcL.9(NT\u001dxP.\u000e\nF[f\u0581QHF\u0005{\u05ea6\u0018\u0016\u00c2:vqX}vt7q&3\u0130\u0010\u0011ix_v9a\u0007\u001d\"2;\u0010!b8\u00045\u000f\f\u0017\u0013U\u001evH\u000e\u000e\tZ\":\u064f\t\u01fa\u020e\u0018;Zm^\u0013\u001e\u0014\u06153*\u001cRzs\u0002FA\u03841\u063f[si\\r\u0007=\u001d\u0018'C\u000e3\u0019*xiP\u001b\u017d\r\tp\f\t\u001c\u0012D>\u043f1\r'0,\u001cY\u001cy\u000b\u0016\u06a1\u0019\u001ag94\b~p4\n|6O?3Z8\u001dPz\/2HAz\\%<\f^ucAmvz\u03e3C}i\u0001\u0011ty=#'\u0719>Ji;\u00167W\u0015m\\\ni\u013b|Fj;rFj=iN8\rc\u0017\u07affUw\"\u0003YS\ud7ee%\r\u000bv~a3.OtX=\u0018\u0019p8r!GzfgBt`\"o#g\u06d9\u000b[\u0383\u06efs;7mx\u0001\ud149\u04bbND6?\u00191<=^Ood\ncs&;\u0017-{\u0005kJ\u001d*,o\f\u001dOf s\\m;b\u0017\ueff2\u001e\u0014\u0014]~=lWi\uff71;\u000f~oy<\u0019ZW\u0003\u001e.Nu\u0000>\f}z{\u0015^E\u0013Srb=WNQ\u010b\/\u0017p^F\u0013[4\u0709Qo|0%\/_1\u001d\u0017h8paA]dB\u0007}v{0k92\u0015tfX\u0007\u00c7k>sd0+\"\u0312:({I<>>>Otde,e`B\u03d2\u0014-\u0015xN'x\u0003-=!\u001e\u0013lM$s\u0722$\u06c9;n\u0007\u0302\u0007\u0001\u017e$Q<4_\u000en\u000b?\u0002V\u0015Sw\u001e~\u061e3s\u001e\u001cNm?S\u06e2V\u00152w.$g\u0001\u07b2:4wrgm\u001cCa!\u000fK;n7%_8\u0003\u0014\u000e}j.\u0007\u0014s)\u06dd\u000bkq6([]{*cw\u0017_f?e_\u0017VL_\u01c77[k;n\u05cf<~2]uQ\u001di\u001e\u001e\u001f\u000b\u000b\u0004^,t]\u0747G:c\u02eeV;n??\\wd\u000b\b]]B'Xb\u0003\u001dpC-3\u04b3#\u001f\u0759[9\u001dE2lvhlt\u000f9\u0017K,;nG?VLK\/%l_\u000eo\u00077-:\u001dUvq;vXq\u0013\u0012br}\u0003=8I8k\u076f\u000bn=Y\u001f,b;\u001cUuU.T\t8CIlc~+\u0002\u0011\u00103\u001dBl\u0001}8<\u0005=P\u0083\u0019MP\u06e4\u0167<\u0007\\\u01ca&\/o\u0013\u064bWr>\u0011?,\u0007\u0006\u05e3\u00fbLWH6F$\u0011\u0188>\u000b0b\u000bU\u076f\u0011\t\u001bm\u0018-TuF$l4dZQel|7ZH67j\r\u0017\r;QM\u0017\u001a-_')m>\u0016S-\u001f\fn\u001f=<#\/92e\u000b;\u001fz\u001908R\u001aEl::\f\u000f>\u0007\u0012R\u001fJ\u0245\u000fuu-=4\\X|9|P\u03988a+{+\u0006\u0017\"#5xP!\u030f9\u04bes3y[\u04f4\u001d\r\u0003I'o\u0018ff4--Zq3[g\u057aP\u0562f#\u0004\b\u0017]\r\u0010N\u0003\u03a4\u001fp2\u000evh\u0002#wm\/\\\u000eUK{u.nz7y\u001f\u0015G'\u001fZ5V]GJ'9El9l9l9\u0006mmz\u05ab-n\u000fj\u0413\f.9?\u01a3\ufde3r\"f[A\u0012i%c9Ld3+\u0664J>\u001a\\\u0018;f8\u001f>qT\r\u0017\fB\u000f=\b\u001cx9\u0019? V~\u001e\u001dA\u000e\uca8f\u0014\u0003\u001a\u0014hP\ft\u01d1^}\u001bt>\"gh_\u0471\n)\u001bro\u0016%&-p9U.f\u05eaIz\"0}\u0012\u001fQ\u000bXp6er~'\u06e6\u001fD*_%y&m\u000b\u0005\u0006sC%4Z|R\u0323]z~$\u0000zR\u0018~=M\u055f\u07cbRn]x\u001b\r^O\u5c3cB\u0543pZ>Bb_j:m4>\u001f\/G7\u0672\b\u03cdAx\u0011\rn\u001fG\u00ffe\u0015#\u0011b\u0011g\r3E\u000ev9\u0003\u001eG%Whps1\u001fP\u0011g\u0005A]V\u001c\u0138@l#8Ay 7n\u0019w\u000b\u0587\u0001\u017d't\u0005#\u001f+KV\u0783{\u0011\u000f\/^D0Y\u0149g\/\u0017i\u0653F\u001eM\u001e\u0656\u000bm\u0013Zyp\u0654\u0015o\u01cbr_6Ii?>-I.i3\u0003cD9\fp5U\u000e\u001c\n\u0002-\u0019\u0006\u000e]QYpf@\u021f;\u000f.&+P\u001ey7^\u029e4~F2Kgdcpa&O:6X\u0017E%!31H\u000b5g:'Y\u1f8d+\u041b\u001azvU%\\\u000e.5\u05bbE+'\u001e[\u0695l=Dy\u01ff\u02f2\u0014\u0015o*\u0010\u0005\u0014m\"\u000e%(\r\u0018\r.Bc\f&:!6)2H=:5*C\u001e\u0016\n!\u0010Gc8b\u0010\u0007^\u001d\u0004t\u0013a[u\u001fa\u0001v\u0013N\u001b\nZ%m\u0005>\u0589X~bPU\u016arW~v<\u03eb!ZE]Y< S13`\u0015nhIn\u0016n\u0014gS-z^mo\u0013oz;,^M^O\u03e2L[-RI_b\/^\u001e.2$n0\u0790WoV\u078e\u0014\fM^\/c4\u0719\u0019&t&\u0010\u001b\u0013c7j\u000e{5\u0002y\u13d8)a\u04dfa\u0012&V\u0709QZ'b\n^Jy^Z\b3]1\ufaa3}{LUAbm\u03b6$#\uf4c5\u0007\u0654Km\u03ddho?\u001al\u045b\u031f9>{e89}}qSv7+:I?[rU{M\u0553+s'~\\\u0018\u0000.Ku._G6\u0001:=>8x;\u001b\u001d\u0011t>\u001a\u07eb~?\u001e\u0556JJ?op\u0010HI8nO\u0016u\u02f8fI\u001d\u0003q{[\u0636\u001dR-;ba\u0376Y}\u0011@h\u0007pxA YW\u0004\u001cHn6b\u0010CV:\u001824\"\u0013 cl!d9R$\u0019\u0006L?\u001fs_d*$6\u0017,%+g\r_2\u000b?(['QzLQl2>\u001b[\u02d4ju0XYwV\u000eJ\u24ac_e\u000f\u031eP\u056b6F`}tV\u0011\u0017~,\u001d!yJO\u000es\u00175ZBRung9\ubf97OS\u0012\u0019lV^X@+\/\u000e(U2\u01ea\u001fOr\u0018Pv\u762c0\"G\u000b{5R?J,wBZOp<}?~.Z\u001d}H}E!av~;q7*8u\u000bQ\fV\ufb16N`j\u0005m;Qzu+X!FnJu*\u0335ep9{s<\u001dsu\u0015u\u04f1WgruBe6VlWI\u0018_'A0\r\u00fe5]^%\u05d7SHi\uefc98\/\u0324v&JgfU]\u001a[mk\/(\t\u000f\u001e\u0012\u06f2k2\u0019\u0001 \u001fOs\u05f5,}\u06e8j\u0252b\u0019z\u0004\u001e[wuf(>743zO\u04c7Emyu\u0019U=m>}Kv\u008cQnWvl\u0007\u0006SK.{?~wwF\ub349waD}\u001e\u00126\u0019\rS`,L\u0007[\u0017x;\u000bF\u0017m~:w^u\u06ab>P\/U\uce223xVcz8t\u012f.V\b=w\u05b6G\tV\nojL\u0727#|]'(-yl:#^pQE\u06b2\"Ne\u001et\/d9\u0017=\u0000Z\u057bifIbKm\u000f&\u0562\u0332r#AU\u027aHqu\u1f5e\u0642\/7=5{2*s-m\u0002\u000bT\u0015\u0019\f'~UiVmK\u0002JA5A\u0018u\u00144Z*\u0004\u0716%Q(EV\u0015jZ\u05a6\u001a\u001a\u000bkZp\u0017@\u0017!\u0015XU1\/ZGAUA\u02be|~\u059a\u0017XZ\u000b\u001a7Z=3B\u001e\f5Zkpy\"\u058aJ\u0005`bZ\u0144bXVK>\u0015kZ\u05a6\u001a\u001akZEsG@Vk\u000f\tk`\u05aatux[3\u0016y\u0002\u0018Qk\u0781)\u045c\u0011\u0017f`\n\u0006(BPT\u0000*&ULP+\n\n\tjZV\u0015jmZPkyU\u0005\u000eN\u0140 \uf6a0N\f:\nL\u001e\u0006{n\u0005W(Vf0Z=3,w\u0004\u0006(BPT\u0000*&ULP+\n\n\tjZV\u0015jmZPkyU]4w\u0000TkV \uf6a0N\f:\nLJ}Q9SkEQZE(\"\u0003S\u05639C.\"^:|F\u0011jZ\u0002V1AbZVUHP%\u001f\nBPkS\rjZK\ua8b9\u0003S,- \u023b&\u0013\u0003&SF{_kfVuQ>\nX\u055c\u069bU\u05679C04(M\u0018O\u0002[c\u0014VU*\u0000l\u0015\u0013*&\u0015l\u0005[\u0004Z`+\n6\u0540X_\u02fc\u062aC@Vl\u000f\tl\u0100\u062a\u0010[3FI(\u054e5PI\u045c!\u0018FQ\u001c\u72ed}1`+*\u0015\u0000\tl\u0015\u0013\nB\u0002[-V\u0015l\u0005[jVk,\u06afe^lFKZ^+\u0007y\u0004vbQTln\u001b\"\u03d9Zx\u0011\u0003\u0018Qkb3\t4jh\u0380\u000bM@\u001eK}1P+*\u0015\u0000\tj\u0015\u0013\nBBZ-V\u0015jZjVk,\u06afeVj\u001f\u0006\u0014\u0006T`E[Pk\u001b\u0003&S\rkUn|\u059a,R{Z,)fxaOsF^X\u0006\u075a|5QZV\u0000ULXV\u0015k\u0015\u0012j\u0247bX+TZc~-Z1y\/C*t6`\u05aa ZO\u05a42\u0015\u00055-\\9MV9#\/,s:_k\r;QZV\u0000ULXV\u0015k\u0015\u0012j\u0247bX+TZc~-Z mGVk\u000f\tk`\u05aa<\u0015?Ve`<\u00060\"k\u05639#\/\u030b{3\u0006(bXT\u0000*&ULX+\u058a\n\tkZV\u0015kmZXkyU\u001b\u026eiy\u001f]\u0013\u0689ZGAS5ULXkmf}jdmyy`z4gRo?\tk\r;QZV\u0000ULXV\u0015k\u0015\u0012j\u0247bX+TZc~-ZK=MS0- \u023b&\u0013&[.Qz[YZ\t<0Z=3\"JC|\u001aw\u001ebR\u0001XV1aX+*$\u0552\u000fkZV\u0006kbZ\u0000^LjS|Q\tk`\u05aalvXJiVhB;Z=38B|\u001aw(bXT\u0000*&ULX+\u058a\n\tkZV\u0015kmZXkyUA#\u078b\n\u05aa0\u0016`\u05aa ZV\u0019za\u0019i}1X+*\u0015\tk\u0015\u0013\u058abBZ-V\u0015kZjVk,\u06afe^kU#S0Mj\u001aa\u000f1X(h*m\u0007o\u0016qqalq\\VNI\u045c\u0017fd\u0018E\u0015k\nZ\u0144\tkZV!a|X+\u058abM5X5\u0016k2jOv\u0005TkV \uf6b0N\f:\nl\u001a\u0010x[FWFjNE\u0016)\u045c\u0017v=\rk\r;QZV\u0000ULXV\u0015k\u0015\u0012j\u0247bX+TZc~-Z6]\u0001Z?\u023b&\u0013Zk\u0006\u05aa|9[9H\nY\r`\u001e\u0019ya\u0016G\u0011kZ\u0002V1abZVUHX%\u001f\u058abXkS\rjZj\n\/4Mk\u00f4 \uf6b0N\f:\nlz[eC5\u034bRt\u0019zae\u05bdX\ub53e\u0018E\u0015k\nZ\u0144\tkZV!a|X+\u058abM5X5\u0016k2\u0006jS|QC\/ZGAUq@z[,j\u059aeF\u0732>Z=32B|\u001aw\u001ebR\u0001XV1aX+*$\u0552\u000fkZV\u0006kbZV\u0006jy\u001f]\u0013\u0689ZGAUyZ[o+\u0016qj\u0016P3XGs^Xe\u0006:CmUTi\u001aYkfu1\u0019za\u0015l?\rk\r;QZV\u0000ULXV\u0015k\u0015\u0012j\u0247bX+TZc~-Zk\u0000\/Vi)\u0504vbQdkU6*?gk\u0015\u001e[k\u001c\u001cz4g\u4145vRt\"\u001aw\u001ebR\u0001XV1aX+*$\u0552\u000fkZV\u0006kbZVc\u001d\u0001^4T`Vw\u0010\u0689ZGAUA\u0281F\n6>glh\u06829th\u001e\u001e\u0019a\u07e9`kx\bR\u0001`V1`+*$\u0552\u000fl\u0005[V\u0006l\u0182ZVeUkV N\f:\nJWsckm9VZkRDfe3\u0019za\u0015w\u0001OZCc\u0014VU*\u0000k\u0015\u0013*&\u0015kZZaX+\u058a6`X_\u02fc\u05aa~Q#Sx1 \u023b&\u0013&[+^LZ\u034a2{'YGsF^\u9efe\u0018E\u0015k\nZ\u0144\tkZV!a|X+\u058abM5X5\u0016k2_\bjA5a\u0018u\u00144Zr\/\u0011Pvd\u0019[\u042e5D%)\u045c\u0011\u0018Q\u0359\u0017[c\u0014VU*\u0000l\u0015\u0013*&\u0015l\u0005[\u0004Z`+\n6\u0540X_\u02fc\u062ayCS4- \u023b&\u0013\u0003&cZ\u0000\u000bnEt\u0005[\u0351#\u0588v\nz4g\u0004\"\u4b63\u0017[N\u001fE\u0015l\n\u0000[\u0004\tl\u0005[V!|`+\nM5`5\u0016l2\/-\u0010\u05caA5\u0018u\u00144\u0019[\u0002\fU<\u0533\u049ck\u001f\u001aaY\fs9Uo\u0010\f4g}1`+*\u0015\u0000\tl\u0015\u0013\nB\u0002[-V\u0015l\u0005[jVk,\u06afe^lF\\^\u010eZ\u00056NSj\u0002[;1`(h*j\u0010[57\u0007Ri\u0018[*2ZS\u05639C0,X\u0004\u0006(`T\u0000*&UL`+\n\n\tl\u0003[V\u0015lm\u0001[`kY\bB*mV`VA\u0001[GAUx@\u000bn9-W\u0642Us\u045c\u0001\u0018L\u077aO\u0002[N\u001fE\u0015l\n\u0000[\u0004\tl\u0005[V!|`+\nM5`5\u0016l2\/_\u00109\u0002+*_,\u0007[\u0018u\u00144\u0019[\u0015\u0004[VVwy\u0019E\u071ezsF`X%:\u0015l\u0005[\u05a6\u001a\u001a\u000bk\u0017[\u056fJw\bT\u0015[Q\u04bb&\u0013\u0003&c\rUG9ck\u0014f\u001cB,\u7e33\u05639C0,T'}3`+*\u0015\u0000\tl\u0015\u0013\nB\u0002[-V\u0015l\u0005[jVk,\u06afe^l\u0544KS4- \u023b&\u0013\u0003&c:Ql[\u0121wfDhOV\f0IO\u0001['>`+*\u0015\u0000\tl\u0015\u0013\nB\u0002[-V\u0015l\u0005[jVk,\u06afe^lU?t!P-\u0015[k\u0002[;1`(h2wk#lULYck\u0016\u0011Ff!pgOsF`X.\u000bM}1`+*\u0015\u0000\tl\u0015\u0013\nB\u0002[-V\u0015l\u0005[jVk,\u06afe^lU?\u0012!P-\u0015[k\u0002[;1`(h*\u029eic\u0019[#s\u0582e\u055a\u001e\u0019a\u001esg\ubd3eG\u0011l\u0005[\u0002V1b\u0002[VUH`%\u001f\n`kS\rj\u0005[\u030a\/8Mk\u04f4 N\f:\n{\u0001x@\u0017$q\u001cwz4g\u00042'}1`+*\u0015\u0000\tl\u0015\u0013\nB\u0002[-V\u0015l\u0005[jVk,\u06afe^l\rR*:\u0005\u0018N\f:\nf\u0007v,WlM\u0016i\\j\/\u001f\u001e\u0019ad:\u0015l\u0005[\u05a6\u001a\u001a\u000bk\u0017[53\u0012\u0014_\f\b\tl\u0100:wv.L]\u061aFI~Vk\u0012\u0019a:X+*\u0015\tk\u0015\u0013\u058abBZ-V\u0015kZjVk!:\u03edl?>\tZ#z\u000eY}%\u000el<_~es#ow\u0017\u07bfc+\u0000N\u000f._uvcr\f\u037eQ=uwW67\\~\u02dc8\u00159_|WJ%\u02d7\u0001M6\/+e\u0005l\u05aa\u0004zd<\rx\u0019\u0482eYKI\u0017\u0017m\u6cdf\u001eTfs\u001e7)?p\u00154)`\u000b[\/~\u000f\u772f9Wo\u001cV\"sRsM'{nO\u0002~rl\u014f7l\"\u03dcSZ^'\u0353z\u001ff}1\f}r\u0013E\u01b7\u0019\u02d7t\u0011s`$Ntqt\u00074:\u0003>]3Y\u0016?Qec6\u0019TiZ}}s+n\r3>d\u00ab\u0010\u0684\u000f'\u0014J5xs@'ag\u001drZ$V]Cm\u000e4dvl86}\u03eefn\u0010t^{b\u00155@`\u000e\u0002uI'U\u000eP\u001eS3**|\u0001s\u02ff~=\u0017\u0016\u02aa\u001e\uae76\u51eb\u0007o[qsY~}ikov\u001fkR\/_w\u0002\b}yw.1\u0017~\u072eO{\u001c6u;9\u000ft w\\ax\u0003y\u0000g{ \u0014~wy}tqTstb=3\u079bU\ud769dpwsy}+M{w~z^@q>\t\u999d^p\u0001c7mm9\u001a\u037cN\u039cf9u\u0010:)\u000f\u001f7>mw\u0001=6\n;.<\u0014>,?)5;\u001cgx\f\u001e^cP?\u0673p^Fon\/m|\u001b-H2l7?=e=\u0405\ucc5c]Hsl)P\u0004>%\u0393VD?$:)&L\"<\u067dc\u0632&\u03f1M&qy\u0019KtN9}m\/\u04dd.qAgmb\u0003\u001di\u001feK5Oc\u0737\\_m3\u0004\u0017w[%3\udbab\uddd3Mus\u001do~k{x^yJ;^e\u05fa\u0001\u05fb\u0003~NH=WF\u001fl$Vn\u0012sHf\u0011]\u001f\u001fi\u0012\u001f4+\/fr\u0010~\/GF~i(\u0013ar\u0016\u0004\u001eM#3\u0014\rs>L\u47ef\/\u00dcCLqdUfSa\u000ef\u000e\u0311aVq;A{~_\u076d]O\"W\/\u001ek\u014b\u0005O\u000bz_\u001bx:wT\u001fq3'#E\u0507~S\t|>_OEUUx^m>x{sywVp3\u02dfY3|a\u0011t_Of~?3\u0017\/#\u001e}[ltM\u000f_nVOP^7\u001ff\u001f\u001fo>\u04fa\"zu~\u008b,N(v+wy\u05c6gX?>+O\u0017\u0006?\u07beX0\u0006IXb\u0012\u0017\u001c\\Sa*EL\u001fa*=[\u0017J\u0005L%aYs+,\u0000\"z}^\u000f|2[\u001d\u0017Tl|ik\u0577Pf\f+\u001e\rls\u05c4\u001b~_U\u0007e_\u001c\u0006\"\u001f\u0013\u06dbc\u0355e\\\u000e0.gw\u017fV\u000b\u001d#\u001dc\u000eX\u001dx4(M\u0547\f18CS\u000f;\u0018034(WT\u05cf_>ssyqv\u066cE\ue09d\u045c5\\jV\u000f\riA5\u05f7\/vrn^|\\Y^y'V.\u0015\/|X_\u0017W\f6\u0017w^^\u0347?{\u04ee\u000fC^^.4\u0004fa\u001dQ\u001bjS]\u0017c\u0666\\]6\re:{}!fefz\u04b2+\/Ewfor[\u001b7qBMw>IY^lno?.\u001e\u0175yr\/~D=6W\u001b14\u001b;\u0563\u0614?\u0017w=(\u001dAL\u0005+f\u001bSO\/7\u06ebv\u001d\re\u0002L\u019fn.^]Z(l\u001fmQwW\/{S\\9\u02eclbUO]^~=7\/\u0018\u61f1z}\u02d7JhnXkau:}\u001d_g\u05fdM\u001f.of\t\u069e\u0288m\u000bnl?<@\u07fe\u000blbiey>\u7a58,\u0004K8?b?\n:;\n8;;?ZnT\u0567[\u075fJGW\u0007;a7i\rq\u000fof\u000ffqeN\u001b\u07e5\udb2b\udfedn^\u075d~kN\u001b\u02df^'\u0018=Cf\fC[\u0564fselj'\u0019]:n\u0014c|~z?&wf\u001c\/\u01cdo\u0007T{`v9\u06c3\u06b9I\/\u001f+\/\u0120sw\u0001KW\u0016W\u0004\bwe-<6`g\u293a\/0Lxso_TU\u0016c1\u0013Df\tbPs6\\Ev}=u@'0\u0113\u0019&cL:E>XzIo'K9YL\/$2rA8my\uefed>\u000bg[uzm\u0005^u\/w\/\\gEo.o?_pwcqNa\u0010+\u0007_,1K]\u001d\/\u00106\u0012QA\/OE3<\u03ec\u0002nb\u06fb\u000b\u0017437(XdoT~s\/[To,\u001c]f(\u0003tl\u01cf\u001auw\u0005z\u0692\/s\u0019|ioq}hG~\u078a\/\\lk\u000e>W\u001eJ\u0012<\u0017?\u000f_\uf691n!Z@'\u0003KL|o\bYCUc\u001b54\u0002n\bECAC~%\f{12\u0007gg\u04ee qS\/\"\fcC#+\u0000\\W\u0013\u0006]P\u0003\u0014\u001ce\u0005'\u0082Y~\u057a>}:kq7lr\u0019Nf\/\u0018k=\/9=Y\u0017Tg~UY\u06353+ggWX\u03a6^d9;R]j9\\|=)rW1\u001f\u0744|e|)I\u0019\f\/WG\u05b0\u001d|9fG\u001dEu\u0019+3g\\9m\u051b\u0394w\u0017jL{\\9kC\u000f8\u0014\u0019=\u06e9vV`&\u001d[[2[iY\u00149\u001e\u05basm\u001f;m}J\u0001O>)q6\tO<#|)Y'I\u771ai\ua786O\u0017=y\u001a=Du:u\u000f3]'\u001fa\u001e?_\ufae0\/\\6LuV_z_\u0411R\u0004py>3GIi\u001e\u04a0*\u0013:u>\u0017Po=\u001b\u001cYg1RrZOf\u000bL\u0017P47q\u000b}\u0593,y\u0014szR\u0017\\Wn!\u0016Ev=&QvXD9;\u0001y}4\u0001:\u0019JjQW-asNYuN\u076b6&M#|gXwPm1M%]\ub071h\/\uc738OHBJ)tZC\u0403gAg\u000f\u00197\t?O\u0013`>K<lN\u079b\u0757C}\u001afn\u001dY[C\u0017QVeD;?\\^;`>?\u0719C?,\u0016^8{{pl5-K\u06e8ff#\u067a1\u00078\u02b5\u001dT`K;}ku7S)i\u0018z!^\u076eg(q\u03abWv[s\tJc\u0003\u0015<\u03d8[kr_pqk\u0019W&\u0693H5-9\u0011n\u0019=\u000en[\u0002V1b[VUCu\u000fn[V\u0006n\u00adZVeUkV A\u0010:\n\u032d\r}Q2?gn-cs\u0011i\u00149[\u04e4\u0301\u04df\f}Zr*1{\u001d\n\u0005b[\u0004\u00adp\u0507p8\u001f\n\u00adpkS\rj[\u02ed\u0001r\u0014_\u000bn\u0007\u072ag\u032dY:Gr\u0017[E4ndN\b\f}\u0007\u00adm\u0001pV1p+*!:\u0007\u00adp+T\u0003Zc~-r\u0006\u000ejy\u001f]\u0013:\b[GAU)\u0552[ZDi\u0015\u0007&pkH$\u04fe\u0014\u0612\u0013V\u0733V-\u0000n\u0015\u0013*&\u0015n[>[V\u0015n[jVk,\u06afe^nnj\"\u02adA5 u\u00144[Cy\u0014n|Z93\u000f22K\u001d\u0003[S\u056cQJc\u0019\u0612\u0013V\u0733V-\u0000n\u0015\u0013*&\u0015n[>[V\u0015n[jVk,\u06afeVn\f]LS,- \u023b&u\u0010\u0004&s{y=\u0777\t\u65a5KGZUV6^&\u0001\u04d2SV\u0733V-\u0000o\u0015\u0013*&\u0015o[>[V\u0015o[jVk,\u06afe^oU\u0017\u001d\u0005\u0006\n\u07aa\f\u000f[GAU\u0011\u0501ejV\u0012\u0013z3Vfd\u0580f\u04d2\u0013V\u0733V-\u0000o\u0015\u0013*&\u0015o[>[V\u0015o[jVk,\u06afe^o^xUP-[k[\u0007Ax(h*8Vg\ucb75ZYR'4o-\u02b4\/%'>Cgxk[\u0000*&ULx+\u078aJ}x+\u078a6X_\u02fc\u07aa-\nh\u000e\n u\u00144[\u0015A}\u0002\u001ds+\u0013FfWkHT7\u0436\nz\u6f9dbm\u00010W1a+*!:\u0387b+TZc1~-\u14cejy\u001f]\u0013:\b\\GAUw\nt-\/B?\u0015EQj\u0014t\u0016qYV\u0001\u0015j\u02c9p{+\u0016\tu\u0015\u0013\ua2baR\u001f|+\ua2baM55\u0016u2\u00068\u05eaSQ\/\u0535\u001f&-*xZ[\u0015)Z\u055c,*\u00045\/j$->\u00f9o\uf86ek[\u0000*&UL+\ua2baJ}\udb46\udfa8+\ua2ba6\u0560X\u0535_\u02fc\u001a\u05b5P-U]kB]\u0007A(h*>.ef\u001d\u0015\u0004qR\u0125v\fm\u0268p{+\u0016\tu\u0015\u0013\ua2baR\u001f|+\ua2baM55\u0016u2jL\u05b5)\u0016\u0010]\u0013:\bB]GAUy@]\u0015t|Z[\u001eig\u001dk\u0012y\u0016kNQdRr\r}r*3\u001e\ua2ba\u0005bB]\u0144\u05078\u001f\ua2bakS\rjE]\u032bP:\u0016\u5d6awM \bu\u001d\u0005MVW\u000fu[+7Z5\/y>dCsh[NE]}sC]Q\u05f6\u0000ULPW\u0015u\u0010u\u001dC]QW\u0015umA]kyU=uZ?\u023b&u\u0010kP.MV\u001aeV548\u000bQWz\f\u7fbdm\u0001PW1+*!:\u0387+TZcQ~-L=SSH- \u023b&u\u0010&{\u05cev\u046dZ$_J\u02e2(2\u0016IZdI\\a->\u00f9o\uf86ek[\u0000*&UL+\ua2baJ}\udb46\udfa8+\ua2ba6\u0560X\u0535_\u02fcm]\u000b&\n\u0017\u000fB]GAUaD\u0535neTi\u001ak\u00168s4u5K\n8\u000b\u0567-'\u001e\u00f9o\uf86ek[\u0000*&UL+\ua2baJ}\udb46\udfa8+\ua2ba6\u0560X\u0535_\u02fc~\fcZ^\u0007y\u05c4\u000ePQduU<\u0010u[^)\u001d0V\u0015uE]Q\u05e6\u001a\u001akW][:\u0016h\u000e\n} u\u00144Y]gQ.rWE]K+VZ\u04b2\f\u0567->\u00f9o\uf86ek[\u0000*&UL+\ua2baJ}\udb46\udfa8+\ua2ba6\u0560X\u0535_\u02fc\uaabecZ^\u0007y\u05c4\u000ePQduU\u001c\u0015u[\u0016+g\u0016\u0016u-(M\u000b\u0004S\u0535HT\u00150-'\u001e\u00f9o\uf86ek[\u0000*&UL+\ua2baJ}\udb46\udfa8+\ua2ba6\u0560X\u0535_\u02fc\u001aj^NaFP~\u0010:\n\u0007\u000eUisV\u001a\u076aHiueTY\u0535\\Tf\u0010O[NE]}sC]Q\u05f6\u0000ULPW\u0015u\u0010u\u001dC]QW\u0015umA]kyU]4w,TkUW PA\u0010:\nJ\u0003uU6\u7b2e5e\u0013\u0535X\rE^Fy3>m9\u0015u\u0019}{\u000fuE]\u0002PW1bB]QWUCu\u000fuE]QW\u0535\u0006u\u01a2ZUW\u027a\u0016:\u0002kB]\u0007A(h*\u001e\u023d]t3gZeY\u0000(\u0010U\u001a??\r}r21\u001e\ua2ba\u0005bB]\u0144\u05078\u001f\ua2bakS\rjE]\u032bJ\u001d\u000bZ?\u023b&u\u0010&\u0207v-_\u06ab\u0002\u001ane+W\u05f8^\u0171&{m9\u0015u\u0019}{\u000fuE]\u0002PW1bB]QWUCu\u000fuE]QW\u0535\u0006u\u01a2ZUWeUkUW PA\u0010:\nw\r\u0003]t\u0017jnI4oLU\u0436z\r\u7fbdm\u0001PW1+*!:\u0387+TZcQ~-L=SSH- \u023b&u\u0010&{>TWg0UF\u06ef6i\/&Q\u001aK\u00007i\u0268p{+\u0016\tu\u0015\u0013\ua2baR\u001f|+\ua2baM55\u0016u2j[rB!\u0002*PQduu\/\u03f9\u05f5nYuX]8\u03f2L)\u001aGED\u0001_j\u02e9p{+\u0016\tu\u0015\u0013\ua2baR\u001f|+\ua2baM55\u0016u2j\ucb85jy\u001f]\u0013:\bB]GA-CE7s\\\u001fke\u0001MS2O\u000b\u0436\f\u7fbdm\u0001PW1+*!:\u0387+TZcQ~-\udb6a\udef6\u0010Z9\u0002*PQduU\u013d\u001dtKr T]r\u0011U\u0004If{Cr21\u001e\ua2ba\u0005bB]\u0144\u05078\u001f\ua2bakS\rjE]\u032b';\u0016\u5d6awM \bu\u001d\u0005MVW\u0000qk\u000fD\u9bb1v%;I\u00107i\u02e9p{+\u0016\tu\u0015\u0013\ua2baR\u001f|+\ua2baM55\u0016u2\u00068\u05eaSQ\/\u0535\u001f&r@]V\u0015uE]Q\u05e6\u001a\u001akW]\u054ft,t\n\u0005\u0004y\u05c4\u000ePQduU}\r\u0003]t3\ua69b(\u3f6e\u0012\"C\u0007\u04d6SQW\u0737PW\u0535-\u0000u\u0015\u0013*&\u0015uE]>D]PW\u0015uE]jPWk,\u06afe^uU_\u05f1P-U]kB]\u0007A(h*^.elS25_\u000bEUi\u001bzTg8=\u0015um\u000b@]\u0144\tuE]QW\u000fQq>\u0015uE]Q\u05e6\u001a\u001akW]t-TkUW PA\u0010:\nwB];V\u0125RX]In\u00045i|M\u02e7-'\u001e\u00f9o\uf86ek[\u0000*&UL+\ua2baJ}\udb46\udfa8+\ua2ba6\u0560X\u0535_\u02ec S\u053cVfbj\u001a} u\u00144Y]7.UYI\\*\u0007\u0409ZQ\u001a\u0001\f\u7fbdm\u0001PW1+*!:\u0387+TZcQ~-\udb6a\udefahXv[\u0019\u00bf&u\u0010&\u986e\u001dtSYD2\u0017Y\u0016\u0001z\f\u7fbdm\u0001PW1+*!:\u0387+TZcQ~-1z\/C*b9k?\bu\u001d\u0005MVW\u0341*xZY\b\u00c0YGI6\u01fde$\u0364>m9\u0015u\u0019}{\u000fuE]\u0002PW1bB]QWUCu\u000fuE]QW\u0535\u0006u\u01a2ZUW\u04aejy\u001f]\u0013:\bB]GAU\u000b\u0013u[Q\u0005ZU@\u00193k%ipwCz\f\u7fbdm\u0001PW1+*!:\u0387+TZcQ~-k3\u0006\u0328\u0017\u000fB]GAU@0A70P:`\"\u0016e4&z\u0252\u0004W[NE]}sC]Q\u05f6\u0000ULPW\u0015u\u0010u\u001dC]QW\u0015umA]kyU]4w,TkeF PA\u0010:\nJk\u0007\u07628\u000bW2Is=\u0000\u0013\u0575Hj>{P^m9\u0011u\u001a}{\u000fuE]\u0002PW1bB]QWUCu\u000fuE]QW\u0535\u0006u\u01a2ZUW\u027a\u0016:\u0019kB]\u0007A(h*8PWeO\u0675LE\u0011b$J2!2]$)R;6dc8=\u0015vm\u000b]\u0004\tv]aW\u000faq>\u0015v]a\u05e6\u001a\u001a\u000bk]\u0018:wM \bv\u001d\u0005MfWUCvU\u000b\u0675VBy]ERUb\u0014\u0001j\u02e9p{+\u0016\u0000\tv\u0015\u0013\n\u00aeR\u001f\u00ae|+\n\u00aeM55\u0016v2\/*\u0013\u01eeZ^3\u0007y\u0004\u000e`QTv-\u0013w-M\u075cac|aV!s\u001agQD\u000e'-\u00ae>\u00f9ok[\u0000*&UL+\nJ}\b+\n6X\u0635_\u02ec(S\u000f\u053c6S\u000b\b\tv\u001d\u0004\u073e\u076e]uK#\u0003V\u0016vM\u00169(\u0017VkUU(1y\fz\f\u7fbd\u0007\u00aem\u0001`W1+*!:\u0007\u00ae+T\u0003Zca~-\udb8a\udef6%w1\u051b\u001cB*Yk?\bv\u001d\u0005MfWMv[\u001c\nm\u0015f}>K\u0006Z\u00149-\u00ae>\u00f9ok[\u0000*&UL+\nJ}\b+\n6X\u0635_\u02fc=TP-]k]\u0007A(h2e\bv8]VTeK\u0006zUS(oo\u01aeU\u0019eAwdc8=\u0015vm\u000b]\u0004\tv]aW\u000faq>\u0015v]a\u05e6\u001a\u001a\u000bk]p\u0017C\u0017!\u0015XU\/\u0635\u001f\u0004&\u0001*?gu-V\ua6a5y\u00164uM,Seh[NE]}sC]Q\u05f6\u0000ULPW\u0015u\u0010u\u001dC]QW\u0015umA]kyU\u001eJBVu\u000f\tu\u001d\u0004x 7\u052d\u0294z-(*\u055c,b\u0436\fz\f\u7fbd\u0007\u00aem\u0001`W1+*!:\u0007\u00ae+T\u0003Zca~-k\u00004y:\u00195]A(h2*_]V\u01b1v]*+9^\u0015dj3,-\u00ae>\u00f9ok[\u0000*&UL+\nJ}\b+\n6X\u0635_\u02fc}Z^+\u0007y\u0004\u000e`QdvU\u001dAg\u036eE\u000b~97K9^jZ\u0013e7|r21\u001e\n\u0005b]\u0004\u00ae\u05078\u001f\n\u00aekS\rj]\u02eeu1t\u0005\u0004y\u0004\u000e`QdvU<\u0010v[Q\u000457kM0]*Ci\u02e9p{+\u0016\u0000\tv\u0015\u0013\n\u00aeR\u001f\u00ae|+\n\u00aeM55\u0016v2\/*u0TkeW `A\u0010:\n\u032e7`\u05de\u0015_cv-\u051cEQ\u0011rO[N]=s\u0783]a\u05f6\u0000UL`W\u0015v\u0010v\u001d]aW\u0015vm]kyU[fw1TkeW `A\u0010:\n\u02ae\u02ae\rv(gCU0\u058b4]q3\/]}r*3\u001e\n\u0005b]\u0004\u00ae\u05078\u001f\n\u00aekS\rj]\u02aeHvKk3 `A\u0010:\n\u032e\u00ae=u+3\u0005\u001b\u0016ib1sk%U\u001eO[N]}s\u0783]a\u05f6\u0000UL`W\u0015v\u0010v\u001d]aW\u0015vm]kyU\u06d2\u0018M\u000e!\u0015XU,\u0635\u001f\u0004&\u0001*\u0575HR\ubbb1Vq\u0017NS*J\u0017\u0005dc8=\u0015um\u000b@]\u0144\tuE]QW\u000fQq>\u0015uE]Q\u05e6\u001a\u001akW]evBVu\u000f\tu\u001d\u0004\ua5a1\u036eJ\u032e\u00158X\u055c\u0005\u001cYh\/-\u00ae>\u00f9ok[\u0000*&UL+\nJ}\b+\n6X\u0635_\u02fc-\u0018h\u000e\u02ae\nf u\u00144]G\u0011*\u0017\b53l|n\u012e\"NB9#\u012eY.\u010bw\fxdc8=\u0015vm\u000b]\u0004\tv]aW\u000faq>\u0015v]a\u05e6\u001a\u001a\u000bk]\tcW-]k]\u0007A(h2*Oj\u05eeeQ\u0011\u052c\u001aj\fb4.\u0423-'\u00ae^\u00f9ok[\u0000*&UL+\nJ}\b+\n6X\u0635_\u02fc\u001a\u0000j^+NqF\u037e`~\u0010:\n\u032ednQTd 5g$IhaS\u0574&5\u00008i\u0270p{+\u0016\u0000\tv\u0015\u0013\n\u00aeR\u001f\u00ae|+\n\u00aeM55\u0016v2\/o`\u0014SS+fjk\/\bv\u001d\u0005MfW\\A,\u0016\u0575^6\u0017\u06ab\t&k\u01e5\u0007n\u0456SQW\u0737PW\u0535-\u0000u\u0015\u0013*&\u0015uE]>D]PW\u0015uE]jPWk,\u06afe^uU\u0017\u001d\u000b\u0556Vu*b9k?\bu\u001d\u0005MUJ;\rovUYY\"H(qVE\u0016I\u001aGU\u0016'!7dc8=\u0015vm\u000b]\u0004\tv]aW\u000faq>\u0015v]a\u05e6\u001a\u001a\u000bk]\u0015e\ua85afj\u0001A5 u\u00144]w\u000eUy\u001bsfZ2;6v-\u041a7]4+\n\u0436\n\f\u7fbd\u0007\u00aem\u0001`W1+*!:\u0007\u00ae+T\u0003Zca~-\udb8a\udef6%w1\u051b\u001cB*b_k?\bv\u001d\u0005MfW\u000bQCvU?kv-8^\u0004d ,Xf`dUY^h[N]=s\u0783]a\u05f6\u0000UL`W\u0015v\u0010v\u001d]aW\u0015vm]kyUpu\u0017CVv\u000f\tv\u001d\u0004|\"k\u022eJ33\/vMSX\u06354k1mkQQ\u0016I-\fz\f\u7fbd\u0007\u00aem\u0001`W1+*!:\u0007\u00ae+T\u0003Zca~-h\u0007CVv\u000f\tv\u001d\u0004\ucabcurYkE\u001e44Sm\u0012\u0005JV!wdc8=\u0015vm\u000b]\u0004\tv]aW\u000faq>\u0015v]a\u05e6\u001a\u001a\u000bk]\u0003Qke)\u03a8\u0017\u000f]GAU}ux\tkn6U-Z#Mk'kVq\u0019rO[N]}s\u0783]a\u05f6\u0000UL`W\u0015v\u0010v\u001d]aW\u0015vm]kyU{_\u0017CVv\u000f\tv\u001d\u0004\uca94;UQg\u036ey\u07cd\u055cgQ1\u000b\u0015D\f`\u001f\u000e}r21\u001e\n\u0005b]\u0004\u00ae\u05078\u001f\n\u00aekS\rj]\u02ee:\u0018ZNaW\tv\u001d\u0004lzCvU9kn\u0001\u0016vd\u001cAk\u0016Y2G[N]}s\u0783]a\u05f6\u0000UL`W\u0015v\u0010v\u001d]aW\u0015vm]kyUWC]\t`U5u#\u0001^{A(h*F\u000b\u0004\u0019PUi\u0608\\(N\u000bN)\u001agYJG;N\u0004[vi\u0018+\u0016\tc\u0015\u0013\u018abR\u001fb|\u0018+\u018abM5\u00185\u0016c2j4@Vok\b\u00aet u\u00144]Yk\n\u001b>ceMG\u051a\/Dk\u0014j(\u0002\u0423\u001d'B\u001e\u00f8_xk[\u0000*&ULx+\u078aJ}x+\u078a6X_\u07aa}ggZfG\u05c5\u000eQtoU>5\u04fd5_TB{\u001b[\u02e2^^\u001c[$1\n5h\u01c9x0sx+\u0016\to\u0015\u0013\u078aR\u001f|x+\u078aM5x5\u0016o2j+\u1781z\/{b^xk?\bo\u001d\u0005MVa\fom\u0016YffVT\/|\u0013N`KN\\=Fr\u03ee\\1\u05f6\u0000UL0W\u0015s\u0010s\u001d\\1W\u0015sm\\kU{aAvs\u000bs\u001d\u0004a\u001e*,^T{\u0018](\u0012eOB87\u0010th\u0249Pw+\u0016\tu\u0015\u0013\ua2baR\u001f|+\ua2baM55\u0016u2 \u066eQ\/\u0535\u001f@]\u0013V\u001d\u0007F\u0015Y\u0360fYCh\u0269Pw+\u0016\tu\u0015\u0013\ua2baR\u001f|+\ua2baM55\u0016u2oJ\u0019vu\u056a2\u000fB]GAU\u0613(3fE*'\u000b\u0016t-,*\u0015edV!zTc(;\u0015tm\u000b\u0000]\u0004\tt\u0005]AW\u000fAq>\u0015t\u0005]A\u05e6\u001a\u001a{Ht\/s+fa2\u03ebO;}3vo\u0588Ce_Ier4\u001b\u0017_\u023f]o\u060a<\u0000?l>9W77y\u077cr\u0758\u001cwo\u0014Ofu\/;\r\u0349SQ#wT|\u0019d\u001f\ub2bf_^\\[jRI\u0640!-X?\u036fo$i$qQo__m>yAE\u001el6q\u00037iXO\u0002p\u03fa\u0012p?uqOj%\u0006sNjz.:;IvOIOw\u0355{:{\\sJxyR?]\/\u076co\\]8w)Yy\u01b7\u0019\u02d7t\u0011s`$O\u000eL\u001e\u9e9d\u0332gV\/;|N\u0017G7c6\u0019TiZ}}s+n\r3>d\u00ab\u0010\u0684\u000f'\u00145xs@'ag\u001drZ$V]Cm\u000e4dvl86}\u03eefn\u0010t^{b\u00155@`\u000e\u0002uI'U\u000eP\u001eS3**|\u0001s\u02ff~=\u0017\u0016\u02aa\u001e\uae76\u51eb\u0007o[qsY~}ioo\u0018]w\u0797|\u0013@\u02fbsIvr\u001cc)9.<\u0014>,?)5;\u001cgx\f\u001e^cP?\u0673p^Fon\/m|\u001b-2l7?=e=\u0405\ucc5c]Hsl)P\u0004>%\u0393VD?$:)&L\"<\u067dc\u0632&\u03f1M&cr\u02b9\u02b9.{9L\u0007Z;.>\u02aaf\u01aa\u07b9\/i\u06beW\tq\u0017\/b+qKguo'\u001bEy(9\u000e=5wBv\u02aeu\u0003w\u0017Ou\u0007.({zM$?e\u013d'q~k4Oi\u0012+s7y$.l4\u000f\u001cSe3}9\b?\u0317#{,#?20q9f\u0002&\u0311\u0019d~\u00069A\u001f&\u0017a\u03a1\u0311iV~O\u0347:9<3\u0151aVq;A{|_\u076d]O\"W\/\u001ekEeR|}}\u06b0\u01cb^D\"q\uf9fb+~7^}#U8`#U\u001c.\u001e)}>\u000fk\u0003Ot\/^K<\"+\u001e\u014fTO53\u0003~W~\\q}\u001f`\u001fOm;np\u0012\u001c>\fw#\u05df\u050f\n\u0016iR\u001f]OmR;'|\u0013>?4V\u001f2\u5af1sm6Lstf?g#>7\/Y~g.^$>wF<\u05fdl\u0013t\u0005N\u0017\u02df[\u00008o>?>+O\u0017|u\rv<\u0016!\\y\b1g39sY\u07fa{T?>+OW|&wX?ezu|\"WkG9^D\/3 zM)\/\u02d6K\\'sn\u001e^jt,6'r\u05eb'<\u0455\u00190=\u00143n8\u0019\u000f4\u000f\r\u0007\u0407\u05a23\u0017'\u045e6NH\u001c\u000f\r\u0007\u06073}f\u001bSOoVzWjk6R\u001ax{t#Z}\u0005]ov\u0353\u000f\u001f7\u0320\u07ff\f3w\u0006>\u0006?\u07beX0\u0006IX\u07fcb\u0012\u0017\u001c\\Sa*EL\u001fa*=[\u0016J\u0005L%aUs+,\u0000\"z}^\u000f|2[\u0016\u000fT9_\u0016\u044eo>\u0018V;\f[ muU}K>+\u00c0W1ct{s\b\u0001lnzCcA\u0014c\u0010f\u0010!f\u0010gha\u0007Q\u0018v\u0010\u0013\u0006q\u001ev\u00101Zj\/\u02e7n.\u05f7\u000fg\u078e[\u0000f\rW\/Zw\u0017<\u05ccW\u001a~XH\u000bj9\\}vm\u000fo\u05ab\u000b^~^~L|_f\u001df\u0003\u0014+\u0126=}x)7\u000f]~d\u0006?\f6-}3\u7066c}sX\u0087}\u04d8\u001es~ssd(wf?$\u01da8\fvB4t_9uW_.\u036bq7k|q\u07ab5Dj#,\u83ad[\u0002\ni\u0772}mfGp]\rYt^Yr\u01c7\u0015\u000fW!]ns]y_>\\_goaUwVk3?7wl>=\f#zCm*}{2w\f^6\u0517\u02e6A7,?_k;\u000b\u0003W#oyu}\\c)\u07e23\u000e\u0015k;wN8`\u0017\u001c\u0003wd|.l\u0006r\/-p~u[py{?7\u03df\u034etY~oSoF\u0308LN\u0013\u0012\u001e.F2\u073b\u01d5hk\u02eb+o\u06dfOiQn7\u03baanW\ub6a1ysyy\rY#\u05577o?~48f\u000ffC;w^V`oVw+e\u0018>\u6759~)>\u001f\u05abv)Xqw<7\u000f7-_\u07dcf5#;p3\u000fn]\u001f\u001d~\u000e'\u001f[Wsz>=\u001f\/VJy\u0007#X6TP7c\u000b79wwm\u02d7\u001e;A\u045c$\\~\u0017,gM{|m\u001fMQN\u0006qW\u05dbU\u0017\u001d\r|9]x\u0014w>\u0005b6He\u001f7w7\u6fb4\u001f|W\/|_zco\u001e\u0019\u03cb^TeP\\'>\\Z'u\u07dd\u5e9a\u0019\"r|O\u010cg\u0257\u001bpA\u0006\t\\-_';s\u5bff=v\u001cmjv!\u0001\n6&-n7\u001f6\u0007-\u0007_<(o6xA)sy!\u0331NEY9a&G\/_\\\u001fd7\u0013<\u00a4o#x1+\u001f>_^?'r\u00028\u001fl2\u055f??W\u0004\u000b\u0017\/\u038bG9?P(\u0013\u0016mK\u000ery\u740ewG\u001f;o\u059f\u0709dT\u03f8f3pS\u0019f\u3843lv0,>D>Y\uc61b7\u001f?~}\u0017|G9.]\u001e\u77b5\u0002\u00acM\u000eiG?kSv\u012e\u0007$g6\t.Lyw5M@p\r\u0013CCL>U\u460019-`T2^yc\u0014e\u0019psCW\u0002f{YLG\u0001SiB\u001f\u0012\u0304k3]$OA(w=F\u05cd$\fOz[I;I14f_D19-QT'}'#AxxL\u0016.s\u00177Y8E<)b\n-j-qY?To*YD&G:,vG(uVp|\u00e88\u0797{NzL\u05985jS~2?Ga64f\" 1=1hT|UG:(_Ti9\u0017M\u0010Qt5ZLcz,:=\u01e2|uu~u{$\u0005'oj.y\u053fq%\u000b\u027cxQ5mJW\"\u000f2\u001f1oiN\u001f\u0498Ns~V'7w(,'Mj\u066et7>{?czT7;GuY4k[\u00f33l(Zx\u05bd%=mO\uc40aL7RV|-t-\u0007\u056b\\Fy\u0004\u0623xK(p\"n\u03d0u\u001d\u04f2czP:;\u00073tn}|X^8c\u020f\u001ftxzL70f'v\u0003\u05c4\u001c\u06dfk\u07d5]fGyZ\u0005Z\u001c\u00106;{yL?i}v65un*\ubd6adp\u0010{X5?-Vff=uw?(rs\u00c2Gs2\u001f\u0344iLf2\u001f{\\~X\u079aA?\u0614}+n\u068f0WHu\nRhi1TK}\rJMy?n7\u06e2\ufe9fMru\u001b\u001f2+b]^W\u000bB\u000fCu)#If[\u07f2\u07a8^]\ua3ba>v}w3mM\u0007\u001c\u6f7f\u001a\u001aP{~'\u001eg\u001dS=\/%N2|0 \nG$3\u06e0q:\u0aa1%C\u0017\u000bONOo~}S\u06a7On!C\u0013^=b.O_~K\u12d7\u068f\u05ff\u02e0\/]~2\u001b\u0013?puK-\u001d%?f)_Pprpsb9J\u02bb%Rv\u01c7+G_t\foVz~k*\u001d\u07e9?R\u0017*\u001f>W\u0011A\u000fN|D\u07b2\\}?`5}.}\u0370IuyiE\u0012q\\\u0014Y!\u01f9p\u0013D\u0010Y&UL\u001b;\u0002i4oF3^ibsY\t\u0013Oft\u23dd2gM\/\u03a1:\u001brL\".\u0017\u059f7_.pU\u0017_]mr\u0375|Vz\u000fw7\u001f7\u07d8_\u001f6\b\u2639~-F\u001a\u0003\u053aj\u0001\u000e\t5]a}WWi=??q\r*@\/|\t\u0019y~y\u001bs\u027fQ,27*c9\u02d7\u05e2n\u000ew\u037axec\u02cbl\u0006s@\u075a\ud5fc^@_]~r{\\zy.d\/m\u0017l\u0341rCIG\u001ca}]3V-VW\u00064}A\u03e3FR\u0583};\u0013\u0149}uBz\u001aL}I3\u001dL'`G:MG9j'1\u001f89gLr\u00028D<\u01591\u001e8\u05c3ip\u0012;I\\@I\tlpd{\u001e(%JDlj}\u074f[\uecde-d%d\u0016a&n!;-d]\u05d3p!e\u0017c=\u001e\u0004\u0014D\u001dS\u0000s<>GD\u001d\f%{4Y&0\u0007x`:U\u001b!3,^k6U>}W{\u969aU@wMO=BkWg\u0003ps\t1\/\u001e2j\u000fl\u07f5 Q?~\u0017\u0654\u001e6X9WZ}~`&\u0016\u0001\u000f{5O?d~\u0011eeZVI+\u0003v(\u036e\u00ddwG%\\\u001fy\b|{}\u04468Z\u0799\\5{\u001f6\u001bq\u01ffoP\u0011Q^O\u051f\u0019\bkKss\u07762\/^W\u0018}{O;synu=\u0016{,'\/rUY\nxV%VA{\u001a\u0017)z[sM\u001eI^o4W$y\u0019\/2M\u0017mz:5>[Vw\ufca4\u020a\u0013o55wL\u001bt\u2d6bdU\u001aU\u000f~Kb2Mwe\u000f;a\u0018E\u001d-A\u0014QQl\u000bq?gxm:mM\u0017.vx\u0459q\u00f9o\u0001k[\u0000*&UL+\nJ}\b\u0001+\n6\u0000X_\u02fc.;\f:\u0018\u0003k\u0002\\;1(h2*lGJ#\u000f\u0005\u029c\u0019Kn\u000fm\u0240p{+\u0016\u0000\tp\u0015\u0013\n\u0002R\u001f\u0002|+\n\u0002M55\u0016p2\/j\u000fv\u0019Tk\u0005W \u0000N\f:\n\f\u0005J\u030a6\u001dU\u0015u\u001cwVQ=>m9\u0015p\u0019}{\u000fp\u0005\\\u0002\u0000W1\u0001b\u0002\\\u0001WUCu\u000fp\u0005\\\u0001W\u0006p\u0002Z\u0005W.\u000ejy\u001f]\u0013\u0689\u0001\\GAU)o\u0015p\u0005\\\u0001\u05e6\u001a\u001a\u000bk\u0017\\\u000ft\u0018t\u0005\u0004y\u0004vb\u0000QdpU\u000e\n1Y\u0662*\u001cZ%k\u001epW[N\u0004\\s\u0003\\\u0001\u05f6\u0000UL\u0000W\u0015p\u0010p\u001d\u0003\\\u0001W\u0015pm\u0001\\kyUC.jy\u001f]\u0013\u0689\u0001\\GAU\f\u0014\u001fx[)<\u0006(K,D0\u0005\\#OCB\u0556\u0001W\u0737\u0000W-\u0000p\u0015\u0013*&\u0015p\u0005\\>\u0004\\\u0000W\u0015p\u0005\\j\u0000Wk,\u06afe^p{eP-\u0015\\k\u0002\\;1(h**\u0241(?gp[UG\u001a\/2M\u0003\u05ea,8\f}r*3\u001e\n\u0005\u0000b\u0002\\\u0004\u0002\u05078\u001f\n\u0002kS\rj\u0005\\\n\u069eKjj^\u0005\u0004y\u0004vb\u0000Qdpux=w\nV%e\u0011f?C\\,&}r*3\u001e\u22b8\u0005 bB\\\u0144\"\u05078\u001f\u22b8\"kS\rjE\\+\u0001\u0228\u6d4a\u0014e\u000bqmc\u0010QdqU\fu '|ks\"X\\,<\nerO\u0012dVE[\\}r21\u001e\u22b8\u0005 bB\\\u0144\"\u05078\u001f\u22b8\"kS\rjE\\+\u0683]\u0007Z?\u023b&\u0135\u0013&b\u0003qU\u00069k\u0012q\u0014)e\u0011\u05ec,jVBS\u0436\f\u7fbd\"m\u0001\u0010W1!+*!:\u0387\"+TZc\u0011~-\udaea\udef6\u0010:9\u0002*1(h*][\u0005V.\u001c@\u0010\u05ea,.Mz\f\u7fbd\"m\u0001\u0010W1!+*!:\u0387\"+TZc\u0011~-\udaea\udefah8\u0014d\f\b\tq F\r*\u00058`q\u0362\"*^$i\u001aGzX\nm\u02e9p{+\u0016\tq\u0015\u0013\u22b8\"R\u001f\"|+\u22b8\"M55\u0016q2\u6383jy\u001f]\u0013\u0689A\\GAU!\u0101*xEE\u001ei\u001ak\/j{\\\u04f20G\u03a04=r21\u001e\u22b8\u0005 bB\\\u0144\"\u05078\u001f\u22b8\"kS\rjE\\+\u068dM]\u0007Z?\u023b&\u0135\u0013&R.q[\u04b1fI\u0015\u001cY\u000f0Cz\f\u7fbd\"m\u0001\u0010W1!+*!:\u0387\"+TZc\u0011~-d]\u0007Bj\u0001A5!\u0018u\u00144Y\\\u07fa\u001f\"Y\\kp\u0016fYK\u001f\u071a$Ei-\u0000Tg8=\u0015qm\u000b@\\\u0144\tqE\\\u0011W\u000f\u0011q>\u0015qE\\\u0011\u05e6\u001a\u001akW\\\u0017W-U\\kB\\;1(hzk\u000fLYu$fI-J\rjk\u001e\u0017iTO[NF\\=sC\\\u0011\u05f6\u0000UL\u0010W\u0015q\u0010q\u001dC\\\u0011W\u0015qmA\\kyU{\u0010Z^\u0007y\u05c4vb\u0010QTqM=\u0013\u0005,VfE\\|Qh\u035b&yvu'-\">\u00f9o!k[\u0000*&UL+\u22b8J}!+\u22b86 X\u0135_\u02ec S\u053c6R\u000b\b\tq \u001e\u001f\u0135\u000bnf\u0019\u0012,Efq5\u0016R\b1Cz\f\u7fbd\"m\u0001\u0010W1!+*!:\u0387\"+TZc\u0011~-k\u00002y:E\u00195B\\\u0018u\u00144Y\\Ks\u0135\u0007nv'E\\EH\rzfD'\ry.\u07a7-\">\u00f9o!k[\u0000*&UL+\u22b8J}!+\u22b86 X\u0135_\u02fc\u2aacFz\u5d4awMk'\u0006q\u001d\u0005M\u0016WNk\u0017q{\u02ac*4O\u0012W6J\u0016q[\u0005|r21\u001e\u22b8\u0005 bB\\\u0144\"\u05078\u001f\u22b8\"kS\rjE\\+;\u000e:\u0005\u0019\n)#\u0010&\u0548k\u0017J(`\u0013WN\nr4qM\u0017q\u0015'\f\u7fbd\"m\u0001\u0010W1!+*!:\u0387\"+TZc\u0011~-\udaea\udec6\u0014]\u0007Z?\u023b&\u0135\u0013&r@\\V\u0015qE\\\u0011\u05e6\u001a\u001akW\\\u0003Qk\u0015)\u02a8\u0017 ^sk\u0017H\u0013\"\u01620K95\"M^m9\u0015q\u0019}{\u000fqE\\\u0002\u0010W1!bB\\\u0011WUCu\u000fqE\\\u0011W\u0135\u0006q\"Z\u0015We5\u0013W-U\\kB\\;1(h*sk\u0007E\u04b1\";Qkl\n\u0436z\f\u7fbd\"m\u0001\u0010W1!+*!:\u0387\"+TZc\u0011~-\u9383z\/C*B_k\u001b&\u0005|\u0011.Y\u001a\u0015\r5M\b2C\f\u7fbd\"m\u0001\u0010W1!+*!:\u0387\"+TZc\u0011~-\u0006]\u0007\u0001A5!\u0018u\u00144Y\\\u0768=]p*YqU\u0199\u0013\u0175:!\f=r21\u001e\u22b8\u0005 bB\\\u0144\"\u05078\u001f\u22b8\"kS\rjE\\+\u06ab\u000f\u000e\u5d4awMk'\u0006q\u001d\u0005M\u0016W\u0541*xZ\"R\u0331&IV\u000bS52_\u0567-'#\u001e\u00f9o!k[\u0000*&UL+\u22b8J}!+\u22b86 X\u0135_\u02fcFjy\u001f]\u0013\u0689A\\GAU)\u0017q[P_\u000f0\u0016rQT\u0006\u0135\u0016zX\u000em\u02e9p{+\u0016\tq\u0015\u0013\u22b8\"R\u001f\"|+\u22b8\"M55\u0016q2jLu)\u0016\u0010]\u0013\u0689A\\GAUyO\u0000o\u0015[uIg&k\u001aU\u001a\u04d6\u0011W\u0737\u0010W\u0135-\u0000q\u0015\u0013*&\u0015qE\\>D\\\u0010W\u0015qE\\j\u0010Wk,\u06afe^q>uP!Rj\u0015XUy\u0018qmc\u0010QdqU6;q[*\u0016e\u001e\/M\u0013\u05fc\nuNTg8=\u0015qm\u000b@\\\u0144\tqE\\\u0011W\u000f\u0011q>\u0015qE\\\u0011\u05e6\u001a\u001akU\\\u0000SSH- \u023b&\u0135\u0013k<&=]p3+Pq\u0016EC\\*J\ue6e1O[NF\\=sC\\\u0011\u05f6\u0000UL\u0010W\u0015q\u0010q\u001dC\\\u0011W\u0015qmA\\ky5\u0004\u00190\u00022*\udbd7\ude361(h*\u03fb#]pK+}\u0016q\u0017q<[\u0005,0qh\u02e9p{+\u0016\tq\u0015\u0013\u22b8\"R\u001f\"|+\u22b8\"M55\u0016q2iy\u001f]\u0013\u0689A\\GA\u056dBk\u000f\nqdJ\/O\u0012\u05fc^>%!\u04d6\u0011W\u0737\u0010W\u0135-\u0000q\u0015\u0013*&\u0015qE\\>D\\\u0010W\u0015qE\\j\u0010Wk,\u06afe^qU\u0017\u001d^4T`UF\u0005e\u00106\u0006q\u001d\u0005M\u0016W\u0007\u0015qE\\\u0011\u05e6\u001a\u001akW\\E\u0018\u0010\u0014C\f:\n,\n!\"\u001dp3\b-Z,\u02a2f\u0011%s7o>m9\u0019q\u0018}{\u000fqE\\\u0002\u0010W1!bB\\\u0011WUCu\u000fqE\\\u0011W\u0135\u0006q\"Z\u0015W\u01a6iy\u001f]\u0013\u0689A\\GAU!D*\u00012Q&Y\\e\fZ\u0003Ki[`h[NE\\}sC\\\u0011\u05f6\u0000UL\u0010W\u0015q\u0010q\u001dC\\\u0011W\u0015qmA\\kyU[fwOk\u0015W \u0010N\f:\n,Jk\u0007\u072aEk\u0011\u05ea(X{\u0019$q-4Sw`\u001em9\u0019q\u0018}{\u000fqE\\\u0002\u0010W1!bB\\\u0011WUCu\u000fqE\\\u0011W\u0135\u0006q\"Z\u0015W6M! \u0010N\f:\n,\u000eUK?or\u0311@gLeR\u0014)Ze\u0004\u0018\u0696!W\u0737 W\u0235-\u0000r\u0015\u0013*&\u0015r\\>\\ W\u0015r\\j Wk,\u06afe^r\u057e?-\\k\\;1(h2*wm\u000e=\u03da\\kq+qkD~\u000er5K<&Xh[N\\}s\u0783\\!\u05f6\u0000UL W\u0015r\u0010r\u001d\\!W\u0015rm\\kyU{Z^+\u0007y\u0004vb QTr-=\u0013w-U\u079cj!*\u028abgU\u072cB\u0427-'C\u001e\u00f9oAk[\u0000*&UL+\nJ}\bA+\n6@X\u0235_\u02ec(S\u000f\u053c6S\u000b\b\tr@\u0736]]q+gU\"N~F\u06620+\u00104h\u02e9p{+\u0016\u0000\tr\u0015\u0013\nBR\u001fB|+\nBM55\u0016r2\/\u0006(JSQ\/\u0235\\GA\u057d4.\u05ce\u52f8\u070af#ZF+!\u0235\u0323Li\u0000\r=r21\u001e\n\u0005@b\\\u0004B\u05078\u001f\nBkS\rj\\KjGZ^+\u0007y\u0004vb QdrU\b\u0011r[\u0014JFZ,,,g WS\"smg\u0013\u0696!W\u0737 W\u0235-\u0000r\u0015\u0013*&\u0015r\\>\\ W\u0015r\\j Wk,\u06afe^r\u0016]\b^4T`%W\u017e 6\u0006r\u001d\u0005M&W\u0007\u4abcp\u0019k\rnY\\\u0005kdJ{\u0003$q\u2a2cB\u0567-'\"^\u00f9o!k[\u0000*&UL+\u22b8J}!+\u22b86 X\u0135_\u02fc~S1 \u023b&\u0135\u0013&\u001b5\u02755Z\u072aD1g\u000bQT&\u001b`kQ\u001cdW[N\\}s\u0783\\!\u05f6\u0000UL W\u0015r\u0010r\u001d\\!W\u0015rm\\kyUYUk%W N\f:\nL\u0005B]qB{A\\\u02f8J2Mj'YL\u0014\tm\u0250p{+\u0016\u0000\tr\u0015\u0013\nBR\u001fB|+\nBM55\u0016r2\/)u Tk%W N\f:\nLJCrU\u0275rt\\cJR-l\nqHG}r21\u001e\n\u0005@b\\\u0004B\u05078\u001f\nBkS\rj\\K:\u0010:\u0002k\\;1(h2*wmB=qJ\u0016r5'#fq4\u0007\u0016QV-I\u0019\u0696S!W\u0737 W\u0235-\u0000r\u0015\u0013*&\u0015r\\>\\ W\u0015r\\j Wk,\u06afe^rU?9\u0741P-\\k\\;1(h2*OC=q\u0016\/\u0016Hi\u00166\\(2';!dc8=\u0015rm\u000b\\\u0004\tr\\!W\u000f!q>\u0015r\\!\u05e6\u001a\u001a\u000bk\\\u0577u Tk%W N\f:\nJn\rr\bg#9~\u001bYAi^$i2-B>\u00f9oAk[\u0000*&UL+\nJ}\bA+\n6@X\u0235_\u02ec\u4a8ed\u053c6S\u000b\b\tr@\u0018*\u0013\u00100&2[@&kQTv\fm\u0250p{+\u0016\u0000\tr\u0015\u0013\nBR\u001fB|+\nBM55\u0016r2\/\u0006(JSQ\/\u0235\\GAU\u0001*b?kq-SV\u001dk\u001aq^\u0001\u0017a3-'#\u001e\u00f9o!k[\u0000*&UL+\u22b8J}!+\u22b86 X\u0135_\u02fc\u07a6qP-U\\kB\\;1(h*_\u001adq\u0012k[5+$uDrM\u0352\n\"W\n\f\u7fbd\u0007Bm\u0001 W1A+*!:\u0007B+T\u0003Zc!~-\udb0a\udef6\u0010B9\u0002+*\u00051(h2*]=$W&\u031cJ=\u0016rX({\u001aIB^\u04d6!W\u0737 W\u0235-\u0000r\u0015\u0013*&\u0015r\\>\\ W\u0015r\\j Wk,\u06afe^rU\u0481)\u0018\u0010]\u0013\u0689\\GAUWv\u016dUGEE\u001c\u0015N!lQEI=\u001e\u0696!W\u0737 W\u0235-\u0000r\u0015\u0013*&\u0015r\\>\\ W\u0015r\\j Wk,\u06afe^rU\u001f\r@u\u0015+j\u0015XU,\u000f@lvX'nyBY\u001e\u001cr\u04ac* 4h\u02e9p{+\u0016\u0000\tr\u0015\u0013\nBR\u001fB|+\nBM55\u0016r2\/)u t\u0005\u0004y\u0004vb QdrU,gu-\/_U^44q-#s\u00112Rz\f\u7fbd\"m\u0001\u0010W1!+*!:\u0387\"+TZc\u0011~-zRAU`\u0015W\u0005\u00106\u0006q\u001d\u0005M\u0016WeC\\;\u0016\/b\ud56c#q5\u000b\u0000V\u0780;I\\,\u243b4}r21\u001e\u22b8\u0005 bB\\\u0144\"\u05078\u001f\u22b8\"kS\rjE\\*\u0017;\u04a5\u6d51Z@wMk'\u0006q\u001d\u0005M\u0015We>z\"LUiZ53Kx\\4B{Ih[N\\}s\u0783\\!\u05f6\u0000UL W\u0015r\u0010r\u001d\\!W\u0015rm\\ky5@\u0019\u057cVr\u008c}Am\f:\nLCrU?kr\u0362r-\"+g\u02f5HX2-'C\u001e\u00f9oAk[\u0000*&UL+\nJ}\bA+\n6@X\u0235_\u02fc.;\u0010\u5d52wMk'\u0006r\u001d\u0005M&W\u00104YkQ8.\u00aclR)ZB`m9\u0019r\u0018}{\u000fr\\\u0002 W1Ab\\!WUCu\u000fr\\!W\u0235\u0006rBZ%Wu\u0701PEsH\u0005VrUP\u0006rmc QdrUzH\u061f5\u029b\u0015,dY^((FfmQ2-B>\u00f9oAk[\u0000*&UL+\nJ}\bA+\n6@X\u0235_\u02fc!E\u0017B(c@wMk'\u0006r\u001d\u0005M&W\u0010\u0007}=Ykf!\u0012Lye\u0016jZ$r85\u0002\fm\u0250p{+\u0016\u0000\tr\u0015\u0013\nBR\u001fB|+\nBM55\u0016r2\/jw6u!Tk%W N\f:\nLm\u00fb\\O\\*+\u0017KYZ3YZeeH!h\u0456!W\u0737 W\u0235-\u0000r\u0015\u0013*&\u0015r\\>\\ W\u0015r\\j Wk,\u06afe^r\u057e\u0745P-\\k\\;1(h2*\u000erU.\fkqMbstE\\GM\u0012\u05f4*m9\u0019q\u0018}{\u000fqE\\\u0002\u0010W1!bB\\\u0011WUCu\u000fqE\\\u0011W\u0135\u0006q\"Z\u0015WuqP-U\\kB\\;1(h\u0001&;IY\\%YvdiQk7N0WSrb\u0016\u0010\u0001j\u0556\u00131W\u07370W\u0335-\u0000s\u0015\u0013*&\u0015s\\>\\0W\u0015s\\j0Wk,\u06afeVsFjjf+4\u0006D\u05c5vbpQtwU^\u00170\u048egi\u0019\u02b1\u0162\n=57\u000b2H\u000e=r21\u001e\ue2bb\u0005b]\u0144\u2bb8\u05078\u001f\ue2bb\u2bb8kS\rj]\u0001\u03a8g\u0014jT\u000bwmcpQtwUn`\u001dU \u0533vbQ`w5H{\u001b4w-\u0000\u001a\"\u001em9\u0019w\u0018}{\u000fw]\u0002pW1b]qWUCu\u000fw]qW\u0735\u0006wZfvWe9wW-]];1(h*\u000fw5,\u000f~@\u001eEQnW\/,\r\u001eW[N]=s]q\u05f6\u0000ULpW\u0015w\u0010w\u001d]qW\u0015wm]kU[\t,{\u001cT]\u0015]\u0018u\u00144]]{V\u068dcwRC\u0014$w4Am9\u0015w\u0019}{\u000fw]\u0002pW1b]qWUCu\u000fw]qW\u0735\u0006wZfvW|]\u000b\u0004\u0001Qu\u1b9d\u0018u\u00144]\u0772w\u0319Q\u0016iD,\ue694e\u001c\u0001z\f\u7fbdm\u0001pW1\u1bb8+*!:\u0387\u2bb8+TZcq~-3\u0014=\u000b2?\u02bf.\u0735\u0013\u0481iZ\u0015EY(\u035bTh.\u0436z\f\u7fbdm\u0001pW1\u1bb8+*!:\u0387\u2bb8+TZcq~-3\u001djNV]u\u1b9d\u0018u\u00144]\u000f=YkVI\u0777:f\u05e2B\u0662k\u01a9zw}h[N]=s\u0783]a\u05f6\u0000UL`W\u0015v\u0010v\u001d]aW\u0015vm]d\rx\u0019\u0482eYK-\/.\u06dcg?\u000f1=\u0443\\\u01e59ZW\u03cedPi\u036d5\tCj\u0013>d\u0007S5xs@'ag\u001drZ$V]Cm\u000e4dvl86}\u03eefn\u0010t^{b\u00155@`\u000e\u0002uI'U\u000eP\u001eS3**|\u0001s\u02ff~=\u0017\u0016\u02aaW\u001d\uae76\u51eb\u0007o[qsY~}ioo\u0018]w\u0797|\u0013@\u02fbsIvr\u001cL\\\u03a2\tsd\u0006\u0019AzN\u0407\u0005ss)sd\u0015fSa\u000ef\u000e\u0311aV|;A{|_\u076d]O\"W\/\u001ekEeRj~_6\u0017H\nMvHE\u0003\u001e=RQ|\u8ee8{?M\u000f<9xa-8.x\u0017?v\u001aR9?\u0570\u000f_\u0015rQ|}\u001f`\u001fOm;np\u0012\u001c>\fw#\u05df\u050f\n\u0016iR\u001f]OmR;'|\u0013>?4V\u001f2\u04f1sm6Ls(>9sO\u0019\u034fQrw'o3\u0017\u03dd3uf<3\u0004.9]r|0\/\u0000\u000f3\u000f\u00058i]x]?;?yr|\b.yyL\\V\u001e\u054fO\u04d59}?\u001d\u058fm~|\"kG9^D\/K3$},z{Sx\u028b6ej}5\\?29#G|?\u001a=6\u0349\tOte\u0006z\u000fL,n\u0003MC\u0003\u0001&Lh}.?jE;I}gr{\u0374\u0013:GC\u0003\u0001&%LlY|\ub6eb\u055f\u001e}\u0015#\u069a\r?\u0014\u0006\u001e\u001d\u0224V\u0018V;\f[ muU}K>+\u00c0W1ct{s\b\u0001lnzCcA\u0014c\u0010f\u0010!f\u0010gha\u0007Q\u0018v\u0010\u0013\u0006q\u001ev\u00101Zj\/\u02e7n.\u05f7\u000fg\u078e[\u0000f\rW\/Zw\u0017<\u05ccW\u001a~XH\u000bj9\\}vm\u000fo\u05ab\u000b^~^~L|_f\u07af\u000eZKYSn\u001f~\f~\u0019mZag\u0003M4\u000fb1=nTQ~I5Yq\u0019x\u038aKAl\n[w=\u0190Mp~r\u76c9\u0007i_D\u023e5\u0006|o\u07ed\/#0c\\\u02f3zx]?uJ[\u0188\u001b\u0327zpv|\u000fp\u00002a')##lwjj\nt_9uW_.\u036bq7k|q\u07ab5Dj#,\u83ad[\u0002\ni\u0772}mfGp]\rYt^Yr\u01c7\u0015\u000fW!]ns]y_>\\_goaUwVk3?7wl>=\f#zCm*}{2w\f^6\u0517\u02e6A7,?_k;\u000bW#oyu}\\c)\u07e23\u000e\u0015k;wN8`\u0017\u001c\u0003wd|.l\u0006r\/-p~u[py{?7\u03df\u034etY~oSoF\u0308LN\u0013\u0012\u001e.F2\u073b\u01d5hk\u02eb+o\u06dfOiQG~anW\ub6a1ysyy\rY#\u05577o?~48f\u000ffC;w^V`oVw+e\u0018>\u6759~)>\u001f\u05abv)Xqw<7\u000f7-_\u07dcf5#;p3\u000fn]\u001f\u001d~\u000e'\u001f[Wsz>=\u001f\/VJy\u0007#X6TP7c\u000b79wwm\u02d7\u001e;A\u045c$\\~\u0017,gM{|m\u001fMQN\u0006qW\u05dbU\u0017\u001d\r|9]x\u0014w>\u0005b6He\u001f7w7\u6fb4\u001f|W\/|_zco\u001e\u0019\u03cb^TeP\\'>\\Z'u\u07dd\u5e9a\u0019\"r|O\u010cg\u0257\u001bpA\u0006\t\\-_';s\u5bff=v\u001cmjv!\u0001\n6&-n7\u001f6\u00dc\u0007\u0277\u001c|B9\u0007v(3:e\u0017eZ\u001dsM\\_*?\u0124-\t\u001ea\u02b7\u0011\u000bYzi#\u001c|\u000fsGPi\u001e\u048eSq\u01e7x]\u000f(\u000f\ttm\u001b\u0013\\|L[kVeb\u001a'\u0787|\u00021\u0001cyZNQ\u001deN\t(u3>OW\u001b\u0004fn\u0003\u05eb\u000e2\u001f\u0005L\t}H@z2\u0013Z\u0344~w<\u0006\u001b]72v?Y{Da5ZX){V\u0007\u0774\u001fiM\u0005;a_\u0014S\u001epc~g\u5bd7f9\u001a6\u072eoE]u?\u000b'\u00f726>|ejWk%\u00174\n\u001f\\4SG\u0376rmeQ:}\u001du3}>g\f\u06c2(\u000f9{54\u84e1BN<|:\u001c{^Jtda_A\u0014I*\u074a\u0014tt;N\u0007\\5dwb\tI\u03fd\u03f0\u000f~*_>-$}ub\u05abGK^?z)|R\u001d=>v\u0019K\\\u0006~r\u0007.=ni,\u000b\nV\u000e?Z=\u001bnN\f:GIyw\u001f0W\u07eep\u8ad5aJ\u000fVzRT;G*Bs>\u0012v>Iw#e-bkns\\a6@$(B\u0019C\u001ds$oa'L\u00106\b\u001c\u001e\u0006\u001fO4y39J\u0013\u02dc{]oJ`\u0004&xr6\u00e4\u0013I+Gsyj\u71fb\u001bS}oL\/wb\u000f?Xq\\?`\u0016#\u0001^j]\u0000\u0007|.Tyf\u0015 v\u0017^t?\u034c<9(\u0016\u0019\u001b\u07f1|\u001ckQ7\u0007f]<2\u0331Y\/\u001cPc%o?~p+f8~7?n.\u0781K{kF;|J[sdP\\\u001fC\b%\u00074=IFR\u0583K<j0]\u000b\u07ac\\Zb~8_]=w?t|^\ud872\udc39d^72-$\u0295\u0001f;\uf8d22N2{\u0002\u001e^?\u001cY*_da\u001dnuyf#\u0002\u001bS?!z\u025f:_P\"ts\u0006\u0004mF\/^Wy{N\u001f~\u03f9\u001eo:d:\u05fe\u001e=\u0016\u0213d}q]\u0005|BkBv\"buQ+oo3^]\u0727(:}GyW\"\u0015I^\u018bL\u04c53~[d^NM)w1U\u0762J\u0511oMUki+6V\u0016]u%JJvi\/U,\u05b0Ke^xu\u02b3<\u077dFi+&\u001ew\"[\u0019]7|SUWU~])\u0017U?ww\"|7X\u001aQp\u0014ogSv\u000f~\u001e:w\u069erMM\u0017\u0012v\u0419qE=9W\u0017O{\u001e;:\u06e3wz57\r\u0011\u0010.cS\/\u001eH0SQ&CQ\u0014y\r\u000eTNev9r=\u0000\u03fbcG:Vwm\u000f&\u05624;R9]\u06e8uvz{{7_nz\\GQEi\u0017[t~`vR_,_RW4S\u000f8:4Ufy\u000fMV4\u000f\t4\u0005hlxn'DQ\u00161i\u0016>|}6\u0011M=\u001a\u04e3:vvs\u001ah\u001as\bT\u0000h*$TL)h\nJ}\b\u000eZ\u0002\u0012@S\u0434\u0005MASKP4\u0556]^\u0002T`ESc@n\u0010h:\n\u0286\u0007vy\u0011+G@\u000bZe\u00064\u001b\u04e7HRu>\t4\r9}\u0004AST*\u00004\u0015\u0012h*&\u00144\u0005M>\u0004M\u0007-\u0001MA^\t)h\u0182%{(\ru(SkES @^\u0010h:\n\u0286\u0007,>W\u07ae5B,\"&Gczg$4\u0011\u0004MAS\u0000TH@S\u00144\u00104\u001d\u00044\u0005M{%i\u001b\u000bhmf]Tv!v4*&\u0434\u0017\u0004&\u0002rBi\u0015U+3{\u0012_n\u0016tJ#\bR\u0001@S1)h*!h:h\th\nJ\u0000MA6\u00164\u0005M-CTs.eN1 @^\u0010h:\nJ\u0018Fq=i?D\u0015fAa\u0012h\u001as\bT\u0000h*$TL)h\nJ}\b\u000eZ\u0002\u0012@S\u0434\u0005MASKP4U\u001bP\u05caA5 t\u00144\u0019M\r\u000f4}\u0433,\r})h*\u0015\u0000\n\t4\u0015\u0013h\nR\u001fi\u0004\u00144mcAS\u0512=\u0014M\u0003PkE)N\u0004 t\u00144\u0019M\r\u000f4Y\u01d5\u046c1V\u0562r\u001f7\u0798>y|\u0003ih#\bR\u0001@S1)h*!h:h\th\nJ\u0000MA6\u00164\u0005M-CT}\u0632CZ^+\u0007y\u0004@Qd4U6<\u0434*4\"6F2)j=\u001a\u04e3??_\u0001A\u000f?_:\r;}\u0014ST*\u0000:\u0015\u0012t*&\u0014:N>N\u0007-N^\t)tB\u0429%{(V\u0001t\u04a9wMi\/\b:\u001d\u0005MSe\u00c3N\u000f8ZIFy\u00163|\u001c\u02a79\u00033\u0001Y\u02171\u0006>)t*\u0015\u0000\n\t:\u0015\u0013t\nBR\u001fB@i\u0004\u0014:mcS\u0512=Nw\u05b5`_@\u00056\u001aSjN{A(h*j\/N\u000f*J\u001f\u060f:]\u001e\u0019\tx`Ry\"t\nJ\u0005@BN\u0004B\u0429\u0507%)t+\u0001:NX\u0014:d\u000fS\u03ab\u000ehz\/C*\u04a9r?\u001bt\rNGAT\u0001(*\u000b~`?u\ft\u045c\u0001\u0007>)t*\u0015\u0000\n\t:\u0015\u0013t\nBR\u001fB@i\u0004\u0014:mcS\u0512=N%p\u00074V:\u000f\t:\u0005AtlxQ*6+N\u0013s.R+\u0469Gsg\u0002\n}w\u0012t\u001aw(B\u0429T\u0000t*$TL)t\nJ}\b\u000eZ\u0002B\u0012S\u8d0dNSKP:6.hjyt\u001f]\u0013t\u000bNGATT\u0011\u000b\u001a\u0016:-JyD:\u055b3\u0fe2\u0014:w(B\u0429T\u0000t*$TL)t\nJ}\b\u000eZ\u0002B\u0012S\u8d0dNSKP:U\u001fZ\ud026JA5A t\u00144N\r\u000f:4\u000f\u0002t&Y\u0019@\u001e\t(8\u0015:\r;}\u0014ST*\u0000:\u0015\u0012t*&\u0014:N>N\u0007-N^\t)tB\u0429%{(j\u0005)2\u0016\u0010]\u0013t\u000bNGAT)\u0017:bQE:M,\u0014Fzs\u0006g\u0002ru:QNS\u0000TH\u0429S\u0014:\u0010:\u001d\u0004:N{%@i\u001b\u000bBtZ\u0006\u0429JA5A t\u00144N\r\u000f:,\n,19>\u0013\u045c>\u0001;\t:\r;}\u0014ST*\u0000:\u0015\u0012t*&\u0014:N>N\u0007-N^\t)tB\u0429%{(jk.hjyt\u001f]\u0013t\u000bNGAT{>+\u03027\u0322Xit7g&i}\"t\nJ\u0005@BN\u0004B\u0429\u0507%)t+\u0001:NX\u0014:d\u000fSS)-Xym2\u0016\u0010]\u0013t\u000bNGAST|l:\u0353t(\u0004\u0014\u001d'A}\"t\nJ\u0005@BN\u0004B\u0429\u0507%)t+\u0001:NX\u0014:d\u000f\u0000-TZt\u0016j\u001fNA(h2*\u001b\u001etz7i]y\u0014\u001c\u000f{4g& SG\u03d8NN\u001fE\u0014:\nN\u0004\t:NS\u000fAKSW\u0002t\n)tj\u001eJC\u001dZ?\u023b&\u0017\u0004&\u04e9A_R,j&1\u000b\u0016qD\u028fD\u001e_\u001dNNN\u001fE\u0014:\nN\u0004\t:NS\u000fAKSW\u0002t\n)tj\u001eJ\u06b2\u000bK\nt\ft\rNGAT{>Kr\u0011~U%it7g& i}\"t\nJ\u0005@BN\u0004B\u0429\u0507%)t+\u0001:NX\u0014:d\u000fS\u000ehjyt\u001f]\u0013t\u000bNGAT{>3\u000ba\u0010h\u001c\u068aYTo\u0380\u052c)}1)t*\u0015\u0000\n\t:\u0015\u0013t\nBR\u001fB@i\u0004\u0014:mcS\u0512=N\u036c\u000bZ^+\u0007y\u0004Qd:U6<\u03d24U>nz\r1g<3?\u0013P@N\u001fE\u0014:\nN\u0004\t:NS\u000fAKSW\u0002t\n)tj\u001eJnGZ^+\u0007y\u0004Qd:U6<8\u000biYvc4:\u055b3?\u0013N'>)t*\u0015\u0000\n\t:\u0015\u0013t\nBR\u001fB@i\u0004\u0014:mcS\u0512=N5\u0014\u0019\u000b\b\t:\u0005At\u000b~IiN9N\u05239}\u0003x\u013eG\u0011:N\u0002S!AbNSTCt\u0012\u0014:\u0000Bm,t\nZ\u04a9\u0007\u001dZ?\u023b&\u0017\u0004&\u04e9A|f|Y8D:\u055b32\u0016\u9d3eG\u0011:N\u0002S!AbNSTCt\u0012\u0014:\u0000Bm,t\nZ\u04a9f\ue0a6JA5A t\u00144N\r\u000f:\u0759\"2]f\u0019\u001eiN4]N\u001fE\u0014:\nN\u0004\t:NS\u000fAKSW\u0002t\n)tj\u001eHy\u0000ym2\u0016\u0010]\u0013t\u000bNGAST{>+j,tZSxuTo\u0380\u032a%R|\u001at\u001aw(B\u0429T\u0000t*$TL)t\nJ}\b\u000eZ\u0002B\u0012S\u8d0dNSKP:\rBm`)Z\u0004Qd:UnNw&\u0011-\u02bc\bLT\u001cq2]\u001e\t(b>\u00135QNS\u0000TH\u0429S\u0014:\u0010:\u001d\u0004:N{%@i\u001b\u000bBt-k\u0004\u000eJ\n@ t\u00144N\r\u000f:26mtZIt7g& \u000e'B}\"t\nJ\u0005@BN\u0004B\u0429\u0507%)t+\u0001:NX\u0014:d\u000fS\u000ehjyt\u001f]\u0013t\u000bNGAT\u04ddI\u0019E0i\u0016s\u0429Gsg\u0002\b:w(B\u0429T\u0000t*$TL)t\nJ}\b\u000eZ\u0002B\u0012S\u8d0dNSKP:U\u0003Z^+\u0007y\u0004Qd:U6)t*\u0015\u0000\n\t:\u0015\u0013t\nBR\u001fB@i\u0004\u0014:mcS\u0512=N}t@SkS \uf6a0^\u0010t:\nL\u0286\u0007L,\fs\u0429Gsg\u0002T\\ONN\u001fE\u0014:\nN\u0004\t:NS\u000fAKSW\u0002t\n)tj\u001eJ*\u001ft@s\u0005\u0004y\u0004Qd:U\u0285N,B#N$S\f\u0004Tu:QNS\u0000TH\u0429S\u0014:\u0010:\u001d\u0004:N{%@i\u001b\u000bBtn\u0005M-NkN{A(h2*\u001b\u001et3tQuh(qs\u05239}\u0003u>_:\r;}\u0014ST*\u0000:\u0015\u0012t*&\u0014:N>N\u0007-N^\t)tB\u0429%{(K\u000ehjyt\u001f]\u0013t\u000bNGAT{>\t:M8+\u07506N\f\/x\u053eG\u0011:N\u0002S!AbNSTCt\u0012\u0014:\u0000Bm,t\nZ\u0007i\u0011@cj^\u0005\u0004y\u0004QT:6N\u0007-N^\t)tB\u0429%{(\u0006hJSP\tN{A(h2*\u001b\u001etzgfY\u0010ltZ,J9N\f\/+:ONN\u001fE\u0014:\nN\u0004\t:NS\u000fAKSW\u0002t\n)tj\u001eJ\u069a\u000bZ^+\u0007y\u0004Qd:U6\u0013\u045c>$i}\"t\nJ\u0005@BN\u0004B\u0429\u0507%)t+\u0001:NX\u0014:d\u000fS\u000f:\u0004\u000eJ\u0010n\u0010t:\nL\u0286\u0007Y\u0016RN*@Wu\u0012\u0019_\u0016W\u000b)\u0013G\u0011:N\u0002S!AbNSTCt\u0012\u0014:\u0000Bm,t\nZ\u04a96]Z?\u023b&\u0017\u0004&\u04e9A;(\u0016q\u0006i\u0011eQQ@\u001e_\u001dPAN\u001fE\u0014:\nN\u0004\t:NS\u000fAKSW\u0002t\n)tj\u001eJ\ua0d7\u001dZ?\u023b&\u0017\u0004&\u04e9A|\u001f=z?<\u07d0:N\f\u0004de\u04e0G\u0011:N\u0002S!AbNSTCt\u0012\u0014:\u0000Bm,t\nZ\u04a9zU\u00074V:\u000f\t:\u0005Atlx=Q\b\u0292t\u0016:\u055b3?\u0013q\u9d3eG\u0011:N\u0002S!AbNSTCt\u0012\u0014:\u0000Bm,t\nZ\u04a9f\u0014\u0019\u000b\b\t:\u0005At\u000bLL,S^\f;2\u0016q)t\u045c>|\u0011\u03d7NN\u001fE\u0014:\nN\u0004\t:NS\u000fAKSW\u0002t\n)tj\u001eJ;:\u04a9wMi\/\b:\u001d\u0005MSe\u00c3N)t*\u0015\u0000\n\t:\u0015\u0013t\nBR\u001fB@i\u0004\u0014:mcS\u0512=N5\u0014\u0019\u000b\b\t:\u0005At\u000bYQ\u0014wf\r\u0019(\f(J:w(B\u0429T\u0000t*$TL)t\nJ}\b\u000eZ\u0002B\u0012S\u8d0dNSKP:U\u0001M-NkN{A(h2*\u001b\u001et;Ht\u0006c:Mz5\u0003z4I\\,ciix\bBR\u0001\u0429S1A)t*!t:h\tt\nJN6\u0016:N-CT>H\u00174V:\u000f\t:\u0005Atlx=\u0015y|FY*:=N\f\u0004T!4QNS\u0000TH\u0429S\u0014:\u0010:\u001d\u0004:N{%@i\u001b\u000bBtZ\u0005\u0418&c\u0001A5A t\u00144N\r\u000f:\u075dSY>(<4lN=:\bK}\"t\nJ\u0005@BN\u0004B\u0429\u0507%)t+\u0001:NX\u0014:d\u000f\u0000-TZt\u0016*Ai\/\b:\u001d\u0005MSe\u00c3NR\u001a\u000b6g<3\"\":w(B\u0429T\u0000t*$TL)t\nJ}\b\u000eZ\u0002B\u0012S\u8d0dNSKP:U?\u0001M-NkN{A(h2*\u001b\u001et;X(<,)\u0013it\u045c>\u0001Y\u0227\/>)t*\u0015\u0000\n\t:\u0015\u0013t\nBR\u001fB@i\u0004\u0014:mcS\u0512=Nem\u00174!\u0015XTv7t\rNGAT{>3*3QYYT\nXNS9\u0003+bDM;}\u0014ST*\u0000:\u0015\u0012t*&\u0014:N>N\u0007-N^\t)tB\u0429%{(|\u0001M-NkN{A(h2*\u001b\u001etzN(L\n\u072c\u000e\u0014F\u001e\t(c\u001e\u061fw(B\u0429T\u0000t*$TL)t\nJ}\b\u000eZ\u0002B\u0012S\u8d0dNSKP:6.hjyt\u001f]\u0013t\u000bNGATs,\u0019[t-tWe1\u000b\u0019_W\u04e0G\u0011:N\u0002S!AbNSTCt\u0012\u0014:\u0000Bm,t\nZ\u04a9zU\u00074V:\u000f\t:\u0005Atlx\u009c\/CNJcw\u0469Gsg\u0002\u0007>)t*\u0015\u0000\n\t:\u0015\u0013t\nBR\u001fB@i\u0004\u0014:mcS\u0512=N5\u0014\u0019\u000b\b\t:\u0005At\u000bY%w\u0016fRBzs\u0006e)wN;}\u0014ST*\u0000:\u0015\u0012t*&\u0014:N>N\u0007-N^\t)tB\u0429%{(K\u000ehjyt\u001f]\u0013t\u000bNGAT9E(]ed\u000ens|&\u02a39}\u0003ru:QNS\u0000TH\u0429S\u0014:\u0010:\u001d\u0004:N{%@i\u001b\u000bBtZ\u0005\u0429JA5A t\u00144N\r\u000f:,CN2x\u05e9Gs\u0006eI\u001a\u03d8NN\u001fE\u0014:\nN\u0004\t:NS\u000fAKSW\u0002t\n)tj\u001eHXmLl\u0080(^\u0010|:\n\u02a7\ua587N,a*\u04f4*#}TmJ_2MM\u001f=\u00143\nL\t3L1S\u000f1AK0S\u0334W\u0002f)fj\u001el!Ff$%T0^\u0010f:\nn\u02966Q\"sGfZ&VN2S)=3t>[3\r7}0ST*\u00003\u0015\u0012f*&\u00143L>L\u0007-L1^\t)fb%{_G:nQua t\u00144L-\u000f3?II FI)ORSO\"\u045fs\b\"\u0229T\u0000r*$TL)rJ}\u000eZ\"\u0012S\u4d0dENSK`9\u05b5=F.K\u703a^\u0010r:\n.\u02a79Pn\u001aD^$9\u001b\u0017q:\u0011DNS\u0000TH\u0229S\u00149\u00109\u001d\u00049EN{% i\u001b\"rmg=\u001e\u04b4\u02e9V]Nyn\u0010r:\n.\u00159\u054f<\r4\u03a2\u0788:AN=\u001a??\u046f\u001a\u0006>)r*\u0015\n\t9\u0015\u0013r\"R\u001f\" i\u0004\u00149mcS\u0512=XN5pW3'Ia@]i\/\b9\u001d\u0005MS`t\u0007\u001397\u000f4\"S\/tBy rJ\u0005 BBN\u0144\"\u0229\u0507%)r+\u00019ENX\u00149d\u000fSu\rL-]NBN{A(h*[\u001er;H\u0485rikb9IN=\u001a$\u0012 v\u0012r\u001as\b\"\u0229T\u0000r*$TL)rJ}\u000eZ\"\u0012S\u4d0dEN@:\u03edl?>\tZyX}%Jl;_^es#ow\u0017\u07bf$\u0000\u000e._xuv[r\f\u035eQ=uwW67\\~2[}\u0016\u0017\u0574Re@n\u02af+~yqYo\u00017jz\u07b8Kg\u0003^`_V7\u001cP8B^|\r\u07c3\u001c=l&\u0015\u0007n\u04b0\"&\u0005lu%u7X_\u01e89\\&uy|:I\ud7b0\u06d3\u001c[6+t\\3V\u0017IxyR?]\/\u076co\\]8\u0255_n||J\u001b1\u0007&\u000eL\ud9d0\udece\u0014'{`\u04a7vF3':Y=099|vL&*M\u02df\u05ffon\u016d\u0187Lxu\u001fm\u02372mE=\u0014v\\\u0014x)|X}\u001aSkv.9+j{XQ'x(+A\u00152{\u001feAoE\u0014iTrwWw=e4=\u0425]ql)P\u0004>J$\u0393VD?$:\u000e&L\"<\u067d\u0632&\u03f1M&\u1df1\u03c3\u03a5\u0016\u07afon\/oL&\ub1fb_l?n\u06a7\b\u001dVFYw\u0017et.\u0018\u001f\u0019\u06b2\u06f6oe_}}b\u0018tK}|\u001c\u0003\u001d\u0017\u001ecU\u001e\u0016\u01aa\u07b9\/i\u06bes\tq\u0017\/_\u0003jsP\u0017\u03c74\u0019q$)\u05dd\u0107:$>,?IL$z\u0651c:\u0012?C\t$>\rOi\u0012\u0017 0_\u0014\u001fW&,\t<0GF[)\u0496\u0004}?__092GY)j>5\u001ff\/`h\u001c\u0019feY\u0013Tu$r1Et\u0000C7\u01b3\u0015{wvv\u00076x\u01b9Ko2\u0007=KoC\u07e0t^z\u0774amz{oIqQd#\u04d0u}~o\u000ej\u0003LCM}\u000f\u04c2c8nh\u0011\u0017!L\/}j9ao?i|~7cIU\u054bByO?t\u009e\u001f[g}:yO\u05dfkSI*\u0011\u070a0\u000b@H^\u0003\"\u001f\u05b1}'\u0015,2\u001fzF:\u0527\u0019Jas\u0003\\5a\u0015\u0004\u07d7f\u0015}AW>\u0001qy}\bcD\u0018pwsc\u0019\u0003z}BwH\u0018(V \u001e JS!C \u000e0F &\f\fM= \nc_f-'O\\o+s\u072df6kz\u047a`f4gMw7h`ZP{KcG\u07077\u0005|Zt\u0013\u000f_\\\u0357ah4|1;ko\u001fj7\u029d\u064f24+~sV,_z\rrgSpw6ttU.\\\u000fRN?7~q4+UG$?33m\/n}}\u001dizx]>uJ[\u0188\u001b\u0327zpu|\u000fpV\u00002a'\u00151&vd'V:\u05eayN\t\u0557u~cZw7_wj;\u03f5i#\u000b_+;\u0002ojl-vuo?\\~lvz~B\/r\\a}wwyxj}~x;M\u67d7la}\u07b4\u00ea\u05ff>?7wl>=\f#zCm*}{2w\f^6\u0517\u02e6A7,{'\/Yll^}4Lo\\Zv\u0005HMk~F_lu\u06fbN\f\u0087!:k\u02d7JVnXk[_Q:}\u001d_g\u001f.of\t\u069em\u000bnl?.\u07fe\u000b$biO\\y\u001a\u0019K8JH\t:;\n8;;?ZnT\u0567[\u075fAGW\u0007;ah\rqnffqevbjfhvV?>]\u001fOs^F!3\u0691dnjGyg65sD`us.\u001dw\u0007\u057fz`>\\??}sw~\u001f\u057bX3oc\u0017A\u01b7\u0003^=a;\u001cAq\u001e\u0724\u000f\u0013upsb9J\u02bb%H\u000fo*3|6\u0002\u0003vY_,?ruana1Z\u072d[vh'G\/s:\u63db\u02fb]s7_>q\u0010\u000eD\u000f\u05eb\u000b*G\u0002G\u0004<\u0011yZ6o\u0014ymn3\u0370Iuy_W2\u07a8sct\u0005y\b<:\u0004^F0m\u0010u\u000bl\u0003\u0006K\u0006W\u000b_c_\u00074F\u0002N<9a\u0489?v\u02a4\u07eeb\u0003L\/\u026f9\"\u19b9g1\u001c\u022c\u0005\u0357,m9\ua176\u0017zyq\u073dqs-\u0015^\ubff9|\u074d>7&;1\u001fB8f\u001fk}\u0000\/vu\u0003tB\u0002D}\u06fc<\u0015=\u001e<\n\u0010;eoo-\u0016W;(LbQ\u001d\u02d7q^\u0016\/y\u037axec\u02cbl\u0006s@\u075a\ud5fc^@_]59\u0365?s9|ioy}hG\u079a\/\\kk\u000e>\u0017\u001eJ\u0012>\u0017?E\u000f_\u0011\u001f@'\u0005\u001bL|\bWCSc44\u0002\bCC?C~%\f\u001bn\/{2\bgg\u04ee$qS\/&\fcC'+\u0002\\W\u0015\u0006]X\u0003\u0016\u001c\u0005'\u0002A~\u057a>}:kq7amr\u0019Nf\/\u0017k=\/9=Y\u0017Vg~u\u0002Y53,ggWZ\u03a6^l9;R]r9\\|=1rW1\u0000\u001f\u0743|e|&I\u0019\f\/WG\u05b0\u001d|YfG\u001d\u0159\u0019+4g\u0013]9um{\u0394\u0017\u0017lL{\\9kC\r3C)\u028f s,n\u000f^0SmQgT@J2[iY\u00149\u001eq\u065dsmJC}MwpJ)'y6\u000fH8;%\u000bx>\u0014SCN4uOW<-gjw*\u07c5?\u0304\u001f?~\t+?x\u001c'6\u001b=\u04ff?\t:DuV;yzxY*?K\bT~9Ry\u0012.[]l|SQ&\f07\u001cdz,?<\u0005\u37de9|>_zM\u0411\u046c>{X\u00147\u00174Y}j\u001egB\u0115\u0518\u37f8lc\u0010+\u07ce{68K<\u0007{nxow_}\u03ed~1Y\u000ew}j\u07b3\/\u0016EDQ\\\u001f.\u001dOi\u001f>*I\u000b{\t{{plM\u02a8nuyf#\u0002\u001bSp}1\u00136\u001b\u0010\u001dz\u0015^\u076e9}\u0004=DM\u0007-AMQ^\t)j\u01a2%{j\u06aeez\/C*;\b5\u0005jlx^<`52u9IM=\u001a\u04f74+\"tJ#R\u0001PS1)j*!j:h\tjJ@MQ6\u00165EM-CT\u001b\u01eeejyj\u001f]\u0013j\u000bBMGATPx\u0019ErcHM(4zcWFjP\u0018A\u00145\n@M\t5EMQS\u000fQAKPS\u0534W\u0002j)jj\u001e-W\u001dZ?\u023b&\u0534\u0017&\u1866\u0013W\"^zQ^S\u03f8tJ#R\u0001PS1)j*!j:h\tjJ@MQ6\u00165EM-CT[2w-SkUS P^\u0010j:\n\u0286cNQ2PMssp+\u0014zcg\u0007U\u0018A\u00145\n@M\t5EMQS\u000fQAKPS\u0534W\u0002j)jj\u001e*\u001et,s\n\u0005\u0004y\u05c4PQd5UEM\u001f\u000e\u0002f?6:R\u052c5j\u001e\u0019_o<\t5\r9}\u0004QST*\u00005\u0015\u0012j*&\u00145EM>DM\u0007-AMQ^\t)j\u01a2%{Kej\u0001VUMO\u01a0 t\u00144YM\u0015CM\u000f\u0002Y\u0016)\u001fSi\/\u0012iToL,\r$4\u0011DMQS\u0000THPS\u00145\u00105\u001d\u00045EM{%i\u001bj\u0004\u05c6b\u0001A5 t\u00144UM\r\u000f5E\u0015fQi\u0000:T\"t'=\u001a\u04f3??KCil4\u0011DMQS\u0000THPS\u00145\u00105\u001d\u00045EM{%i\u001bj\u001a\u0000j^NB%\b5\u0005jlx=eI\u0010,jZfevij7oYDBM'>)j*\u0015\n\t5\u0015\u0013jR\u001fi\u0004\u00145mcQS\u0512=TM%s2V5\u000f\t5\u0005jlx=U9\u000fT2NH{\u06df\u026f\u001e_OCM\u0003{c\u0004QST*\u00005\u0015\u0012j*&\u00145EM>DM\u0007-AMQ^\t)j\u01a2%{7\u000eu,{\t\u001cRUM\u001bPn\u0010j:\n\u0286YR+JGjj\u0016\u000e\u0019hLL'>)j*\u0015\n\t5\u0015\u0013jR\u001fi\u0004\u00145mcQS\u0512=TMO{t,SkUS P^\u0010j:\n\u0286YYP5b\u0014Q>6IM\u000fzi`y jJ\u0005BBM\u0144\u0507%)j+\u00015EMX\u00145d\u000fUS\u01a1ejyj\u001f]\u0013j\u000bBMGATP{>Krs\nU\"\u04b4rz4oY\u0745\u07f3UG\u00105EM\u0002PS!bBMQSTCt\u0012\u00145\ud540m,jZRejyj\u001f]\u0013j\u000bBMGATP{>+xQ\u0006iDy4~\u001a\u025fi\u001bii`\f!nJ\u0005BM\u0144\u29b8\u0507%)n+\u00017MX\u00147d\u000fuSU\u000f:9\u0002kM{A(h*\u000f?%I2?\u0018N$fS\f\/IL[I}\"vJ\u0005`BN\u0144b\u0629\u0507%)v+\u0001;NX\u0014;d\u000fS~hjyv\u001f]\u0013v\u000bNGAT\u04c7I\u0721;h\u0011\f\u07c5iL@\u001e}gl}1)v*\u0015\n\t;\u0015\u0013vbR\u001fb`i\u0004\u0014;mcS\u0512=N\u0557uDSkS \uf6b0^\u0010v:\nl\u0286> DE^\u0004?\u001feYE`\u001e\u0019_d,N\u0007-N^\t)vb\u0629%{\u0006pjSP\tN{A(h*\u001b\u001ev0\u0002$w\u001a^wz4u@N>)v*\u0015\n\t;\u0015\u0013vbR\u001fb`i\u0004\u0014;mcS\u0512=N5sW4V;\u000f\t;\u0005avlxigB9\u000647g\ub6b8NS9C#\u04f0G\u0011;N\u0002S!abNSTCt\u0012\u0014;\ud540bm,vZ\u06a9eG4!\u0015XTy\u0017;\u0006avlxiTbeEs|+\u02a39#\u02c3\u00154QNS\u0000TH\u0629S\u0014;\u0010;\u001d\u0004;N{%`i\u001bbvcW4V;\u000f\t;\u0005avlx\bp>i\u0012'q6N=3?\u0013P3\u043e\u0018E\u0014;\nN\t;NS\u000fAKSW\u0002v)vj\u001ej*\u001ftDSkS \uf6b0^\u0010v:\nl\u0286>\u001c\";5AI6N=3^\u0017aN\u001fE\u0014;\nN\t;NS\u000fAKSW\u0002v)vj\u001ejF]Z?\u023b&\u0017&\u06e9a\u000f2O`;Mc2N\fS%a}1)v*\u0015\n\t;\u0015\u0013vbR\u001fb`i\u0004\u0014;mcS\u0512=N5\u0014\u001a\u000b\b\t;\u0005av>Ye\u0567\u0016fI6N=3?\u0013P$4QNS\u0000TH\u0629S\u0014;\u0010;\u001d\u0004;N{%`i\u001bbvZ\u0006\u0629jA5a t\u00144N\r\u000f;}3s\u001ai\u0016\/J\u0019iv7gYb\u0017NNCc\u0014ST*\u0000;\u0015\u0012v*&\u0014;N>N\u0007-N^\t)vb\u0629%{^vDSkS \uf6b0^\u0010v:\nl\u0286>9W)lvZ\u07f183\u001e\u0019_1\u07caw(b\u0629T\u0000v*$TL)vJ}\u000eZb\u0012S\ucd0dNSK@;\u0002lLk \uf6b0^\u0010v:\nj\u0686>Y}R7<^\u001cz4geG!4Ui^\u001cz4gI%|+jZ\u98c8bR\u0001\u0629S1a)v*!v:h\tvJN6\u0016;N-CTFHW4V;\u000f\t;\u0005avlx\u00c14g\u000bj\u0015fzs\u0006Wq3c\u0014ST*\u0000;\u0015\u0012v*&\u0014;N>N\u0007-N^\t)vb\u0629%{^uD{\t\u001cRNAi\/\b;\u001d\u0005MSeN\u001f,\nM-v\u0015\u001c{4gqT.Bix\u98c8bR\u0001\u0629S1a)v*!v:h\tvJN6\u0016;N-CT\u001b\u01eehjyv\u001f]\u0013v\u000bNGAT\u0007?*\u0010\t*qMS9\u0003\u0082N;}\u0014ST*\u0000;\u0015\u0012v*&\u0014;N>N\u0007-N^\t)vb\u0629%{vDSkS \uf6b0^\u0010v:\nl\u0286,q`;-R>N=: N>)v*\u0015\n\t;\u0015\u0013vbR\u001fb`i\u0004\u0014;mcS\u0512=NuESkS \uf6b0^\u0010v:\nl\u0286>YZ,t-vjV\u05239\u0003Kh>)v*\u0015\n\t;\u0015\u0013vbR\u001fb`i\u0004\u0014;mcS\u0512=NuDs\n\u0005\u0004y\u05c4Qd;UN\u001f2oEUITS\f\u02aboEM;QNS\u0000TH\u0629S\u0014;\u0010;\u001d\u0004;N{%`i\u001bbvZ\u0006\u0629jA5a t\u00144N\r\u000f;}3\u001c(;(S\f\/\u034bN>)v*\u0015\n\t;\u0015\u0013vbR\u001fb`i\u0004\u0014;mcS\u0512=NuDSkS \uf6b0^\u0010v:\nl\u0286>9\u001b\u0727\bc;\u0017IT)_hhzs\u0006g\u0002;v\u001aw>bR\u0001\u0629S1a)v*!v:h\tvJN6\u0016;N-\u00034\u000f15\u0002kN{A(hj\u001b\u001evgiV\u000btqMS\f\u0004TN\u0007-N^\t)vb\u0629%{jjvESkS \uf6b0^\u0010v:\nl\u0286>Y\u001c\u0017FYi>=N=3?\u0013}\u0013N\u001fE\u0014;\nN\t;NS\u000fAKSW\u0002v)vj\u001ejR:\u0004\u000ej \u0017&\u06e9a[\u0016;-T$;\u055b3r\u0017NNN\u001fE\u0014;\nN\t;NS\u000fAKSW\u0002v)vj\u001ej\u0012#Z^\u0007y\u05c4Qd;U6<\u03ear\u0011kw4N\u0016I<\u0019\t(\u050d44'\u0629Gs\u0006\u0017\u0004\u07caw(b\u0629T\u0000v*$TL)vJ}\u000eZb\u0012S\ucd0dNSKP;U_[\u0011M-NkN{A(h*\u001b\u001evgf5Pio.\u001di,v7gY\u01ea\u0017NNCc\u0014ST*\u0000;\u0015\u0012v*&\u0014;N>N\u0007-N^\t)vb\u0629%{Khjyv\u001f]\u0013v\u000bNGAT\u0007?<\\:l\u0693S\u05239\u00033\u0001yN;}\u0014ST*\u0000;\u0015\u0012v*&\u0014;N>N\u0007-N^\t)vb\u0629%{vDSkS \uf6b0^\u0010v:\nl\u0286>9O\ufd0c\u001cv7gyRq\u013eG\u0011;N\u0002S!abNSTCt\u0012\u0014;\ud540bm,vZ\u06a9]]\u045cBc\u0001A5a t\u00144Nr\u0007?1*NK\u04fe=\t&\u06a9\u079cUY~ D4)v*\u0015\n\t;\u0015\u0013vbR\u001fb`i\u0004\u0014;mcS\u0512=N\u0000\u001bSh, \u023b&\u0017\u06a9a\u000f~V-\\iN8+\"LS9\u0003\u0016\"\u475dNCc\u0014ST*\u0000;\u0015\u0012v*&\u0014;N>N\u0007-N^\t)vb\u0629%{\u0006pjSP\tN{A(h*\u001b\u001evgIWE\u05239\u0003K\"i}\"vJ\u0005`BN\u0144b\u0629\u0507%)v+\u0001;NX\u0014;d\u000fS=w]Z?\u023b&\u0017&\u06e9k6o\u001d\u796b;\u0661NW]~\u000fuY,=P\"\b`(\u00fd{l\u0016.\u0004\u0016\u0016\u000f\u04caj$DENh\/\/f1gEuj;^Nm\u0019N-\u0017zNaS[\u001bNNa\u001c`}Z)`\u0796G~\u001c\u0010M%p\u0002T8N\u0006vz\bvH\u0519\n\u0007;Y'A}\u0005\u0010gEyTG*A\u02benm'\"\u0014vj\u0000vj`\u000bv\n;\u0010v\u0004v\n;\u0000;Na\u0006TC)\u001a\u0669\"`DFTp '.\tvZK\u0004;m$N\u0005\u01c3VpV\u4b7f\/\u0002N=0N\u06f7\u070bS\u0629-\u0003\u0629\u509dZ\/)\u0014vjkC\u0629V\u0013)\ucd16\u0003\u0014vO\u000b;\u001a\u06f2Si|H4%[#;O]\u0012\ucd16\bvH\u0519\n\u0007;O*fQ\u041afra5\u0004;? vj;^Nm\u0019N-\u0017zNaS[\u001bNNa\u001c`}Z)`\u0796\u0007D\u000b\u001ak\u023b$i-\u0011\ucd113;\u0015V,(L&j\u0005=\u013eSh\/(yGN\u06f7\u070bS\u0629-\u0003\u0629\u509dZ\/)\u0014vjkC\u0629V\u0013)\ucd16\u0003\u0014vO\u000b;\u001a\u06f2S\u9310C)\u001a\u0669\"`DFTp-\u0014vj0oNE|p@4%[#;O]\u0012\ucd16\bvH\u0519\n\u0007;YP$a\ubce2DMhN\u0523:\u001aS\t2\u038avr\/Na\f`\u000bvj`S\u0629\raZM`Z\u000eS>-\u0014vj0oN1\u000b[\/\u000b~ZK\u0004?m$OE\u0003\u056cN@8\u00138me\u0015XZfePR(-\u0003(\u5092Z\/()\u0014JjkC(V\u0013()\u0003\u0014JO\u000b%\u001a[S6TP46SN\\PH\u0005%%6\u0012uAIwDg\u0016&A|&t\\\u0017R*W\u0006\u0011\u0001L[{@S-\u0003\u0002Z\/)\u0014hjkCV\u0013)\u0434\u0003\u0014hO\u000b4\u0005\u001a[CS{\u001a\u0214?Y@Z\"i#Qwh*x\u001et*\u00a3%4\r<\u0017aDM_\u001e\u0007\u0001\u0534}yt\u001f\u0014lj\u0000lj\u000bl\n6\u0005\u0010l\u0004l\n6\u00006\u0005\u04c2M\u0006TZP\"U\u0011flN\u00056%\u00026\u0012u\u01e6MgUXm\u0015M4e'nQ:\u0000Yi{\u0010t\n:e\u0000:\\S\u0005:\u0005Nmm\b:j\u0002:\u0005r\u0000NiASykt*ud\rgJft\u02bf,i-\u0011\u8d11;:\u0015<\u000ft\u001e_\u0016\u07bc\\\t*~g\u001eFOv@I\u001d~t8;t\u1864W\u000f\/=}o~Sz?\u06fbim\u03f7_T\u07e7*]M\u000b\u031f\n\u0016w~MO\u0007<\"5z65o\/\u02e7}R\u000f$R\u0005V\u001f\u001fP\u0015h;7\u001cJzA>Uje9\"sn\u000f_\u001cb\u0703\u001dtP\u0525\ft|:A\u001eI\u000e\/>x~Z\u0779!X}\u001b'8?'G7\u001c\u019aTxVr\u001bn|1\u04b5\u0013`d\u001fp\u001eLj\u001fLp]jY\u001c\b|\u0001fT9bN\u0368\tUT\u0005s?~|h-#TT\/<6jt5r8Gr\u0013c?-\u001f6p\u0003ce;c^;}\u7d94wN\u0000\u02efo>0g_WZsc2iy\u0007\rY\u001e\u000e\u0000{\u000fr\u001fooG>n\f'\u07b3qqpxCp1\u001c9a<ze\u037eQ<\u0015CR,Cw\u001aCktww\u038alp\u0015utM+ja?|,\u0000\u0007, \u000fM\u001d\u001f=!\u02eb^D\"\u01d3{5pJ\u0010\u0015Fk?%_\u0017_\u0019D0A r\u0000\u034bO\u0017\u059aml6<\u0587\u07c7\u038f?:kG\u000b\/\u001f\u001eo\u001fT\/z:+Wrx~(n2\u001f\u001f\u000b\n:S}<=t}}+\u8cd6\u0017s\u0016~\u049dE?\b3;Hz\u01cb\u000bwmn-:6;{9]\u061cW\r.\u001dT\u001c\u001f\u0017Oi<\u000b#v;T%vaqA\u001c\u001fTA|\\?A,\f }HF>J\rn8 \u0016_\u0004z\u0019<25\u001f\u0017\u0006f5pE3\u001b\u0003fdh+F9@'0s\u0750\u0019\u0019JfC\u001a\u0019\u00cd132\\#\u001d\u0017OO,\u0007\u0015\u01ecg,\u001d\u0011V\u0015\u001eV\u01b3\u0016=Tn \u001cmW&q3$\u07a0;\u001d\u001byLo\u000fK\u0002\u001d\uafe2 \r,K3\u001dTpVg\ucdf8\u0013]%\u01d6&>?\u0506s\\o\u0007\u05f4`c}\u0011\u0006m\u001fg\u050b\rc\u000bNmP;\u0007\tO!\u0017Cm:t\u001fc<=\u057c}|\u03cacx3\u02a7G%mxNJC{M\u0205>\u0007m>C{=\u06de9Ksu\u000f\u05cb9}\b\u037ey\u0006<=y,r~].?crgh-N\u001cM'\u0686je\u0010\u0489\u0003Th}'Ft\u0000U=n'Zhw~0nZ\u00d5\u000b;55==VgI~Z>\u001dvHr\ti_\u05c9G\u0011\u030f{Bo\u0001\u0010\u0018%_o?3a!|\\ii\fa9zxZ|Q\u016eg\u0019=\u07dfk\f[Gq\u000f4\u001c\u0015^|\n\u03ad~\u0279!.\u0015g\u000f)\u037ck\u04f4SLFv@q\r\f\u06e7\\Zb5\u07af\u001eo}\u03eau[\tRW\u001fAxc|\u001b}Y\\\u0007\u0080\rh01\u0006j\u0007d\u054aU\u001c\u0001\u0777O\u02cdL\u0018GUs\u05b0\\*>l\u03a8GjV\r[-vl\u0732l\u001f]\u001b;\u000f{W\u0015\u0785\u031f;~\u0017\u000f\u02fb\u01e7\u000bizIx|}Z=\u001fw\u07afm>,??=oaQ6\u022b_\u0017K\u02c7[\u021bwRu#\u057bQ7_\u0007b++vt\u0403\u0264\u051d|fq?^|t\u0698\u05b85]._h=U4fayiVw&\u0281[rG\u0015^\u07f7~\u0018\u0019\u0002|\u02efwG\u001fdSL\u0001q(\u00172P?>r{{{{i*\u02c7uVO\u0017;y\n'ge\u001d7>Z\u02a1\u00df\u0795[I\u0013a&{nis!rw\u001bo|B|;}|\u05ef*z*c-n&}A\u001bC\u0007\u0019{|\u000b\b\u073caof;)szN\\0\t2\ud292!Z\u0378&[-Y~S,\u0655jT\u0157[<>\u0012c\u0013\u0004U45+\u001fD\u000b5mpfSM|kxiY~[\u001e\u0006wyc>xMki\u001c;T\u001fJ\u0018e[U]~^U;.g\u0004\u05b1MA\u02cep~G)SlUz*\u001fRW\r\\l\u000fO\u0719\u001f\n\t\u04e5\u057c,m=-L\f\u000epbtY'\u0012W\b_\u0007nzpBR\u0503v>\u000b_W>vw}4qzZ\u001cxCy:E\u0012_j:\u06e7f[_}~ \\\u04f2b>r>by\u0007q\u0011g7\">4\rq_0tPuH4l\u001b\u03fc1\u0007 \u0003>A>e\u001d|\"@p;~m1\u00036GO`Y'g\u0003\f:v\u0019tve\u001f#\f\/k\u000e\/\u02de\u048b\u0018^A?e[\u027ajm\u0016B|\u0007V6z\u3de7]gE+o\u001f-\u07e5;'k\u001fV[Zu\u0003[E%\f\\juS\u03dd pn&?o\u001f\u001e_gx\u03acZ3cl}qw5\"?>\u0763}\u001eYG>\u03dd<un\u0003MjItJ\re!\u0012|pHj[i\u02fb|lJQ=[Y\u017f,>>\u000f$'\u001e\u0006I}}`+xM\u0014|f\t~S\u00049Bx\u001dm^\u0010Ln\u0007\u01cc6\u001dgv\u0149,>\u0005{++hFKTFDFi\u0016}b<_hi\u0006m4?\u001fhIg\f\u0006>jQ\u0004T?y\u0002]=yP\u001b\"\r5\/sa?z0\t\u0011vX\rJx\"W\/\u001f[\u05aaZ|uBC\u0013(q\u0010\u001a!H\u000bQMaq$|V\u0004i\u0196Atu|\u0014\u0003k'\u0014L_ &\\\u0005\r\/!\\5\u0091\u0016\u2446+fTU2b\u02b8D!\u02b4k\u0012BT#\u0004i!*\u0019i\u0002\ucb2c|@\u0012FKc4h%\u001dhgC\u001evc\u0775\u0013\nW#\u0010\u0010\u001aH\u000bWHUV<+}%T\u001bbB['\u0014GuK0\tS\u06cdM\u001eg\u077d\u4e06TA=IC\u05d0*\u0725z{{o[t.O\u02fbQuz_xX\r5o\u000fiKh\n.T.\u0547oO\u000b5Zv|ayhO\u001e\u000bM\u0006-l\u0010\u000e\u037c%'\u0012HZT\nLNK1u`A{Y\u0007VQ+\ube15u:me\u07ee\u001e>.\u0003?\u02c7\u06cfk}[7}Y\u0006\u0753\u0753F\u0753\u0753&\u0753\u0753fb\u0017\u000f_k\u074dZb\u000019mge#UZx9\u049cc>R5Y\u0016ej\u001c^E\u001e^|Ty,?>\u001d,3`\u000f_n\u000f\u001fV_W\u000f5g\u0011W7v+\u0287lcu`\u001dZY\u01ed=&Z\u0007i+i])w0^|X\u0191}?\u063a^4N9$\u0015\u046b\u0591T,C'\u0325:f^X,\/\u0017~\\RA(pnN\u02ac)&e\u0551\u0012\u0015\u0015jG#^JQF:T[]P\u000fM_;>\u0010\/*[B*U$L<<\u001aD\u0484P\rZ?7O\u00039\u03c7VT4Giy}\/}\/7}>o\b\u0007\f \u0016Q&%\u0010d\u0006\u0015\u0005\u0001\u0016\u0002j'\u0001$?M\ua9ed\u020fS))#x\u0016qJxXzJxdy\\gzuy\u0019\u001ew\u00b3r\u0001t_feYSPN\u05b2CAg 3=\u0164GC\u0121bS\u0649<5\u000f&\u8a41SC<\u051e\u001aS\tzjh\u031e\u001a\u0004:\u0011,G5FVo%Gom85=f\u0013\tz\u000eo=**zkzfo5|p]y_S)RfgW\u0007I=\u0594\b}TbLY\u000f<~sc\u001fIQ>}\";t}$n\/3\u0274}\u9d12>cJ\u06f7R-}J*}+J';}9N_KvN\u0017Ud!\/!oZ}\u0002i\u0011R|\u02e9[1\rf~\u001f\u001e|r=7\u001f\u001bv\u0330\u0007\u0016~T9\uf1c4\u0010~<\u0660\u0007\u06a7A\u0010\u000f\u0013>s5V\f\u0011R\u0787+n\u0007z}\u0019@k@;@}?\u06c7\u51fbo}Su\u0087nM(\u0005L|\u0017Ju\u000fw\u001e\u000f|]k\u0015jm\ua27b\u0157w\u02d7GkL\u07f1ys>\u001f\u0013-\u001c\u0014h\u0018\u00194}{_\u000fv\\n~P|7\/?qpz\u0012>(^\u0625yUl\u03cf\u001d\u0007\u0019T~R@yZba_jw0\u0011u\\\u02eb6\u06d3zF|\u0014Y\u05a36\u0003jOP~|Xk\u12f3\u000e?=5]mSH\u06b3qkOFb-^{\\r_}\u001d\u7212e=,\u0016\u0013\u04f2\u0011V7\u00179_SEWV\u001em\u0562jfm,`M\ubde7*[\u00eew\u02ef\u001e\u0017w?\u001cc\u04edJwV\u02ad\u0007G7fUF\u04cfo{`#\u001b\u0012\u00ab_\u001dbt\u000f}~Moz'w?WFnu\noZW>o\u000f2,l\u07cc\u02df\u001f~)X>;\u0017\u0365so\u001a\u000bgYh\u037cxM0:\u0004\u04b1p>Ps|X\u000b_\u001d~eQw`~HT>TV_>Fuj\u0004ywF\u0017\u0011Tih??\u056e*?\u001ds,'y\u0456+V]O7U\u0760W\u00197Gk\r\u0282\u0435C\u05c2*V]C\u001a0\u0005v\u001a\u000e]1\u001c\u0006\u001a\u000eA8\u000b4\u0012[#\u0005[#\u001f\b]v\\v\u001a\b]v1\u0010\u0006\u001a\bq\u0014$A\\8@=e3g\u0010w@`teqrBY5\u00176is\r\u0004+\u000e&NN[\u000br~\u073c_\f(=gITyZl1\u0361%c\ra\u0000fw#bRs`3\/wg~\u000fV>5g.\r\u0006y[\u0015yi>[M[\u6739\u0003;\u000e#\/O\tH\/\to)noeD?D>o*\u0017>iqPc\u001e_<|qnzl~S\u0007M>\u0516\u0007s\u001f7\u04f5\u001b\/o93*(\n*\u0002UP+(UPT\u0015\u0016*\u001ar\u0015\u0014W\u0005\u0005K\\\u0005%UAm!\/WAiUP[,aUPV\u0015\u0016N\u0018r\u0015W\u0005]5\u001br\u0015TT\u0005]\u0019r\u000e*4$CC\rUpH\u0010\u001c!C?<\u0004\u0010T\u0001\"\u001f \u0002g\b\u0010\u000f\u00113F\u0004UH\u0007\u0019%*LD\u0013A\u0015(\"pF\n\u0015iP\u00118cEP\u0005\b\"E?Zh\u0011V\"\u0015\\{.QE\b\tg\bh\u00163ZUG\u0019-*ZdE\u0016a\u0015-\"tF\u0016Yh\u0011:EXE\b\"E?Zh\u0011U\"\u001f-\"gh\u00163ZDUG\u023dE~\u01473ZDUG\u0019-*ZE\u0016Q\u0015-\"rF\u0016yh\u00119ETE\"E?ZDh\u0011W\"\u001f-bgh\u00163ZU(G\u0019-*Z\u0014Ef\u0015U(\u0000+\"E?Zh\u0011W\u0462\u001f-bghQ\u00163ZU(G\u0019-*Z\u0014E\u0016I\u0015-\"qF\u0016Eh8E\u0016\u046cH\"G\u0019-*Hl3:\u0002tF$\u001f-\u0012gH\"qF$\u001f-\u0012gH\"qFtV\u0015?Zh\u0006UQE\u0016i\u0015-\"uF\u0016Ah:EZEH\"E?Zw!U\bh!\u0019-*Z\u0004E\u0016i\u0015-\"uF\u0016Ah:EVE\u021c\"E?ZdhU\"\u001f-2g\u022ah\u0011\u00163ZdU\bG\u0019-*ZE\u0016Y\u0015-s\ued0a\u0016\u0011^:EVE\u021c\"E?ZdhW\"\u001f-rg\u022bh\u0011\u00163ZUG\u0019-*ZDE\u0016y\u0015-Z\u001c2s\u0016UE\u021d\"E?ZhW\"\u001f-r^*ZDGl\u0016y\u0015-\"wF\u0016QhQ8EQE(\u0462E?Z\u0014hQT\u0462W\u031cEU\u0462~\u031cEU\u04627\u031cEU\u0462b\u031cEU\u0462Wc\u031cEU\u0462\u0007M\u031cEU\u04624\\E\u0005*\\\u001ca]X\u00150\u075b\u001ewh\u036aq\u001d*7waU8.N*l\u001ca']X\u00158S.\n\u001dG\u0469rs\u0017V\u0005#T\u000b\u0011vv\u0705U\u0001\b;Un\u00aa\r16xJ;<\b\"o(\u001dAM16y\n-1||\u0006\u0566\b>\u0003\u03e0\u0019\u001dag\u0019T\u001b?#l\f;?jgt{gPm3p\f\u0011\u0006A\u00014:\u0006\u00034FG\u0002\u001a\u0006&\b@\u0003.\u0420\u0006\u001a\u001da\u001bh\u0007\u001aT\u001bA#l\u0004\r;Au5&\u0005\u0001\u001f\bKlp|a[%\u0010@X\u0002?\u000e\u0003;\u0018\u001d\bKl\u065cw)\\}\u3414\u0017WE\u001f!SFMR=Zd\u042aHg>Sh\u062aTk~\u06fbo\u0016\u0016*\u0314E\u000b\u016dse>}u-\\\u001e\u001dkm,~R\u001bjrbpaude}qnn~Y#s5x\u001e\b\u0765u#2i\ri\u0740mFhpj~\u05c97\u07ceE_1\u07b4\\3tX5\u058dq\u0019-M\u06df?\u001fq\u074b`oY\u001erN\u0726\uaffd[\u0018m;\u001b9=`VQYz\u000f\u016fS\u07b8z\/>~o_->\ufc15\u03ef\u0017O\u000b\u02b3\u0015\/W4HHdq6\u05faVWo^\u001el\u001a^(B)|7U4\u001e\u0016yv{\u0013\n\u0005z[\u0004IUul[q\u03e2X{\u05e2mg&\u01b3 %\u0006\u0017q2~\udabb\udcb2\u07aa4Q|'\u000e\u04b02J4MYTr\u0619*P=[N\u0013K\u001e\\Ku)6KPl-\u0012e \u000bbG_hu\u07e7-=0.\u001b!NJhW6U\u03fdoT\u0013\u0005if\u016fgTuN*_*Uw6Ocg\u05a9$2mrOZwYJ\u0019c6`fWb\u0016oK\u001aze\\d\/7=7__\u001cmU+mW,\u001cra\u001fs#\u001aNesD\/ZoF^(y\u01a9\u000f)r??\u93dcQ0*B2?Z\u06fczYMszg(\u0013wW\u00adO\u056bw\\b\u070d\f\u001cb:\u000fOvVOjs\/;^X*\u0548csW~\u0001z\u06dcIz]c-\t\u0171$\u0018ui\u0004\u07c2N\fy\u0007.Y{\u0003JIkN1)Q\u0018\u0005GAMLcQ\u0010Nb\u0014\u0018\\qC3('+C\u0007y\u03d8i&{H\u00182;gtQ=\u04d0]<|[\u06bbC\u010bO\u0015ID<\r~>i\u0003]0\f0?@hdygy(\u001a\n$p\u047f~K5G\/n.{\u0013+\f\u0013{geE;.yg`\u07a9\ud77a\u0013;;yg34xgtf\uf30eT\u02efd\u001a\/'V\u0019\u3767Si\fXygrfw3dyUQ2UQb\u0014\u001fc\u052a5\u60ca3Q\u001dsO[:[\u0013\u0017i_al\u0433\/C_\f=\u0019z\n3\u001cfI\u04331Cc\u0006\u0218g22vyMi+\u000bSiG|iWw+\u0002;\u05eeRow\b\/TG\u001cz\u0015-6\u06f7L=~\u0513(g\u001aL\u001boK9\/g\u03c2\u0013Ez6Raw}r~o\u03457\u001ecq\u001e7\u001b\u358fz\u0010>u\u001f#3_z\u001az^[B!m^\u000ec:}~Z\/&\rz\u0007=\u0007~\u062173\u0017:s\u0011L\u0519\u001bN\u001f\u0017i2+gXonN=;Aw?]\u0017\u001c9\u8eb6:c\u000f_U1wK\u069c\u00109FrCw]5\u03e1m;AYn[ar\u67b8\ued7cV\u01f1\fq.\u0723\"=5(.;\u000ek\rn]dx[&Z\u0754[|\u0016\u000f>\t.;:}e^\u05f9z,li\u06265]p\u0006[p}WsN\u07dd\u199c\u000e6BP\u00126\u001a\u0758r=p\u0000\u06c7|[qxg\u0011\u00d8?\u0081\u078a?\\}9H\u001eC\u065e\/\u074f\ud8a1\udcfcpz}jowO#qo0?s7\u0011\/\u0378=\u000bpz\u000bv\u039fkDj\u0777\/6wKmN0\u0652c\u000b$Jt\u0016\u001bN\\\/E\u000f;8r8\u156a\u057bNe|[vmg=j\u0013\u00012\bk\u0012\u04f6L6\u03c8O='ZZ>=\u068f>\/<>71<\f]\u07a8|\u0007\u0003\u001a\u02c9\u001e\u000ft\u000fh6\u001f>x(m1\u0000_m^\u000f\/\u05cd<7\u0015d}\u000b4)Nt't28758\t\u0454\u0006\u0007\u00d7\u00e6!|3G_\u03df\u001bvv\u0012#*\u04ef!\u0016\u0000m}w\u0000aQ\u001b^<|Y~Fg3+\u0004\u059b\u06c4\u001e6Max\u0624\u001e6MaSx\u00043\u001f#\u000e|:i\u0003\u000e|;i\u0003\u0016\u000f}Z-\u001exOG>-\u001exO>-\u001ex\u0015}Z-xO>-xjo~RS\u001f\u0013\u001fZ\u05deZ\\,\u000ed\rG>M{I\u06b9\u0013\u000e \u0213pooOC:O2\u0013OOe\u0006I\u04d8O1\u0013OOc\u0006I~}B\n3\u0014f\"I\u0273\"| ^{cO*m\u001a\u00136\u001d$H??\u001c\nq<=\u0005S\u0127'2\u0003INLlA.6\u001a^4wr%d2%\u00040EQ\u0011\u000ef\u0013\u000bdz\u000bK\u0004\/\u0010\u000e&]o&[o\"@=i\u05d9\u0599\bPyR:2\u000f\u0001I\u000bP=I{\u0000u\u000fv?%)@V$\t\u0002}|'UjLO+;NOv\u0014\u0001q,\u0723\u0002iK\u0257^\u0000\u0014]\u0002i\u0226w\u0006\u0002\u0513d]pf[p\"@p\u0016\u0010\u0018Fz\u06d2\u0005\u078a?\u0010\u0000uv~6>\u0002\u0013\u0014N`\u03e6`\u0000Y\u0018$q\u0011\u0007Ajt3\/KP\u00014\u0002(V\/R\u0001t\u0132uCN7kT\u0000\u001d0ujFIO(OI\u0013ij\fy\u00104\u000elM\u0005u\u4f4e4u\u000f#T\u03478t&\u001845N9\t\u0154\u35a66>L^S\u001c}8XW]\u0010|[Cf8d85\u0508S#N85\u0508S#N-S\u001fP\u0169L!N\u001dSDy\u00127?\u001cg=S\u0017U)@8\u0014\u055f)?8u?>LqZbz3S\u0011\u000e\"{\u01f3Y1O\u001fF^2;i2)'0\u0007If'U7MfS7Ez\u001a3dv5d2\u001arZ,\"kmm.\"\u0016\u0013N\u0006ZF&\u001bY\u0514\u0019Kd6%%\u0017\u0018\u0443\u04ee44\u0434<8\n3\n\u0013YjOO\u001ab,ej(I0=5\u0014d{x)yDY$8I\u0012LO\u0004YsS7&IHpzb'K=\u0381\u001e\u0015\u01d4N\u0093&DM\/Mz.\\Y$<\u001bI8\u00137\u0334&<3\u0782\u0013Yj\u000f5\u0015\r\u0010\u001c0\u06d6,K\u0003\u0015\u001d K=QY$od:Jy$:g\u0012MI\u0013Qj\fy\u0010(\u000e,\u001ew?\u001dy#J]}xsY,OP(8H'\\SZ[$>k\u0019+\u001ebo\u000b\u0010wHRlF\u001aIj$F\u001aIj$%I\u0003$ut4$@\u000e\"E+H\u05ecOC:O>\u0013OO}\u0006I\u04deIN=LO{\u0006I~}B3g\"I]\u0173YFa:O\u001f>^rZdHR\u001c\u4d0a\u0014M\fkdzkH$\/o\u0011v\u0011No\u0011$D%.)-)\u0108~\u0695f:&\u0013]a[a\"IIC,\ud802\udd1e$uzZ%lzJ(HRjSiOi IwwRBHO!sT\u0014\u001a$uvZAlz&I=E?$uv6\u9776$t5]p[p\"Ibw|($\u07b6dwI|\u000f$*IvOo$\u0004%.-',I=KA\\\u0018\u0018\u00114_:?g>%OD>s#\u00166\u001cw)_k\u0017\u00179jYj\u04db\u079dt\u0012i\t?)\t\"Km!t7\u001e\u0781\u05fb)\u05d1a\n\u0010\u061eNBi5G:ZZ\u001fYj\u001c},H\\l%9@n;dm6RKFR#K,5R#K,5\u0512,\u0002?VX\u0010~quk\u0005}uqY\u0759ye\f~q\u0011K\r[z\u001a\u053aT\u01b9.5j\u046e}qwxtZj\u0014\u0016\u000f8k;\u001af\nVhKgS:{\u01f5hK[ON9\u001b\u000bw=q\ud92b\udfbbeE:\njk`EY\u001czgic\u0004AQ2m3]y\u03ca\"\t\u04f0qc|H:{\u001eb\f=6L\u0014\u001adn:\u001bb]no\u0004\u0014\u039bY9,G~)8\u075e4\u051e>V\u001e'1\u04b2Wgi |y5#<`JB[\u001f>,\u0017^|Y}\u001a\u0017\u000fQE\u0013.\u0502)-,>:zxZ|QY\u000b#)\r.5KG\u001f8@CPL\u0010v\u0703 u@[B(lbZx=wY]w-_>~&\u039f7\u0616\u001fJ\u001dfwS_\u001ce\u0018bb)hh_\u064e4<\u0012vZ\u02d6}\u0017con\u000b\u07de\/gYdA4B\u015a\u0011\u0017,`~Ev8Ev]w\u001eRy)}O^{\u0002\tWV6\u000fn\u0002\u4f22:;\u0014\rOj5\u04abUw\u001a6>{6\u02f3h\u0016$y\f\u03d5\u0018Y4\u013a\u0016\u03ba-+\u0016\u039a\u0011Q\u037c{&\u001cXA\u001a\rbn\u02f43\u000b\u0010s\u001dzQx7Z;db\u050f\u0006~zZ|\u03afs#29-T\u001a]u\u001d4\u001a\u0000O\bzT\u0114~uwg9;\u01c7\u96e7yo>\u00fc\u001be\u001dy\u000eN\u000e\u001f9sC%\u0373_\/?.\u0018\u0444%\u001d\u0712(]3\u0017\/q:uzI'\u046dxfn=\u001ec~}\u02a9i\u0017\u0016f'H5H']!&[!\\xnx\\h^~if+!o0iurb2\u0143w=\rv\u04ee&&m{#z']E&[E\u06bcV|Tn<+wa(~m!\u0016qV^7&C\u001e\u0014\u001aF\u001fpco+n%:_t1yzP~].F\u00069{7?8Q\u0466\u0014;;rua\u04514i{\u001aozo9!h\u02e1.;:tU\u001cW\u001e\u001eT?|~VVnv\u0018\u01fa[\f\u0018>0\u4a1cc(.t\u001e;xUq:U\u001f\u02cfMW\u0015q:\u030a>\u0005u\u001c:]H:La\u0013e|\u0016\u0019\u0701=!\u02d9g}\u025cM%d7\u001e4\u0001k\n5\u000fi\f\u001e|7,~2\/\u0632\u04fe\/\u03a6mVvMo5!{<\u0018bII\/N\u0796b\/NVbOjgu\u04617mnnTt\"\"%\u0140_\u06cb\u0018:8\u001e.7\u001e}y\u07d0\u0017O'=_\u0014l6S`,5NhIlzKM>g9\u0003\u0017\rk9KIZ#\u001bG\n!\u001eSyf\u04dd\u0366tK?w.a#q\u001d\u0366tOw.\u0777O\u0356x\n\u0014fnBww\\d~\u0000tT\u07f9v^ -O\rh?Z>,\u001f#H\u0004y2\fZ2jB\u0011\u0013;O(!NL(ngBaO\u0018'\u0015N}\u0016m1\u000f\n|xnmx\u001e59>r(8Vs\u0010\u001aS6rl\u0016OQ\\\u0016Y~s\u0018'U=\u0630\u066c~z=\u00ef\u000f\u001ajwsrO;\u000f\u0017O\u5c77E`Je840\u001f[}'[}Ax.o\\t!)\u000f]\u000bM6z|6fvG'u6\u0004`Z36\u001adf4a\u00135\u001a,w=oj6U`lj6aSk@[4xZU\u03c8r\u0013o\u001fi_>lLi\u07f7\u000f\u000fw\u07d6e!aV\u000f;\u035dy\u0007nmRo\u001b~=\u0017\u0018\u001f\u000f\u000f*jy.R-\u0012w73\u001f\u0016_-_.\u001ey>3uQ\u0001\u03dfmYbxz7\/jzP\u001e\u000f\u0007?_=-\u000e}\u001aR\u076d\u001eZ^}S\u001f\fjm\u7b77p\u000f\u029b[wQWw_?\u072d\u0004\u000f{>W\u001a47\u03df\u001fv-.\r\u0729,m6o\u001f]Z~T\u03ff\u06e7?^\/\u0016\u001aOO\u03f5jJ\u01e7\u000f+\u0548\"zf`m\u001f\u001f=u\u03eb\/N:\u0018s\u001f\u0016h] |X)^~\u0014R\u06eaJ:uw@M~wv5\/\/V.\u05ff]|ZbKy\u001d\r\u000eN\/\u001f??a\u0015QW\u0432SEWVO\u001e\u000bPv\ubde7V\u07dePr\u076e~ym\ud7bf~q#er oY&\u0012\u0004\u03fe{whwqnJw\u000b~}]rx\u0013nZoO~M\fe\u0503_*7TuTwk_]uK*\u0001de2\t:N\u009b\u001ff\u0007qb&\"=N#(YK$#le,\u0002\u01fb\u0002\u01cb\u0002-A\u000f\u068b\u000753R\u0003=\u000fY?Z\u001e'P!\u000b\u0015kf]>w-N\u001ej\u0006{LAf\u03cdv^X~!$R1U+\u001f\u0019}RM\u02c6}~\u016c=F \u05d3vv\u0016Ih?V{ix8\\\u001cV&\n)\u001eey\u0015I0X6e#,yKX\u0017i)\r,K\u001a\u000789Jx\u001e1\u0007_\u001a\u0019lYP\u0721 \u0007\u0015\tJTVyyM\/k@k\u001c~n\u000fp\u0016i\u001c%kc\f\u0004K#\u001f\b\u0269\u0006B@X20YQDY\u001f\tG<\u00140\u000f4\u0014TA\u068ew\u00be!1\u0014\\nv`~!\u05ce\u001bl8Eqp`8n8dYdT\u0016tM\u0013M>{\u0012rr\r*8:maup{O+y\u0018Oz\u01770gE\u0012Qrh;\u0001\u001d.\u001fl\ubee2e\u0011\u0590%\u0004fr\u0007\u0003w}u{S{_T$i^>sz\\Y<\rZ\u0013\u001d}\rE0Z|i||\\_>\/\u04eff\u001eVu!A?|8zR\u0016z3nn\rwx)}\u0016OB:?9*Oygk\u055en\u001fXG\u013b\u059c\u047a<77_Gf^<~xZ}\u000fr\u04d6s9g;\u000e\u0003\bwSB-\u0012oV\u5bb0rl|vOcM\u001fz\u001fW\u000f5B\u0017\u01ee\u03cb7|0s=Om)z0gq3]{|6~q\u02e9!\/WAAUP\"\u0015\u0014H\u0005\u0005\u00aa\u001dH\u0450*-X2*(\nj\fy\nJ\u0005\u0012}\u000bJ]\u0005eUAm!\/WAyUPU!\/WAEUP\u06f5!\/\u701dU%\u000f\r;6\u0004UQG\b\u000e\u0010UQC\u000fAT\u0015?@\u0004\b\u0011UQCD\u0011AR\u0015?H\u0004(\u0011Ta\"\u001f&\u0002g\b@\u0011\u000f\u00143R\u0004U\b\u0019+*X\u0004E\u0016a\u0015-\"tF\u0016\u0018-s*Z\u0004GL8EXE\b\"E?Zh\u0011V\"\u001f-Bg\bh\u0011\u00163ZU\bG\u0019-*ZE\u0016a\u0015-\"tF\u0016ah\u00119ETE\"E?ZDG\u0015-#,>\"E?ZDh\u0011U\"\u001f-\"gh\u0011\u00163ZDUG\u0019-*ZDE\u0016Q\u0015-\"rF\u0016Qh\u0011;E\\E\"E?Zh\u0011W\"\u001f-b7Et\u0004X\u0016q\u0015-\"vF\u0016qh\u0011;E\\E\"E?Zh\u0011W\"\u001f-bgHh\u0011\u00163Z$UG\u0019-*ZE\u0016I\u0015-\"qF\u0016qhf\u0015-#MgHh\u00163Z$UHG\u0019-*Z$E\u0016I\u0015-\"qF\u0016Ih:EZEH\"E?ZhV\"\u001f-RgHh\u00163ZUHG.\u0016\u0018-D:EZEH\"E?ZhV\"\u001f-Rg\u022ah\u00163ZdUHG\u0019-*ZE\u0016Y\u0015-\"sF\u0016ih9EVE\u021c\"En\u07ddV\";Sg\u022ah\u00163ZdUG\u0019-*ZdE\u0016y\u0015-\"wF\u0016Yh;E^E\u021d\"E?ZhW\"\u001f-rg\u022bh\u00163ZUG\u073d\u05e2\u0016L9E?ZhQT\"\u001f-\ng(h\u00163Z\u0014UG\u0019-*Z\u04d4*Z\u03d4*Z\u03d4*ZZ\u0314*Zj\u0314*Z\u0254*Z\u0194`V#T\u000b\u0002{\u04e30\u000eY\u00152S.\n\u001aG\u0169rs\u0017V#T\u000b\u0002\u0011vs\u0705BGv\u001d*7waYU\u00116k\u073bfyU\u0011kfEU\u00116l\u0011\u001dc3\n;B\u0004\u0011xVcl\u0014v|V[>clt\fM\u00116}\u0006]A3;\u00b636~fG\u0019w~\u0006\b[?\u0003\u03e0\u001dag\u0019T?#l\f?j\u0003hv\r{\u0007hPm\u0001\u034e\u00054p\u0001\rM\u00116\u0006]A\r4;6\u000f46fG\b\u001aw*)kL\n\u0012\u06c3=\u0010\u0012Y\ubf77\bK ,\u0005~\u001dp\u0007\u0001w0;\u0011\bj\u03e6\u01dag>\u000eIz[yE\u001e_v\u00118i4J!\u01ef7kY\"yVfPNo~yRU&oZX\u046a0SV\u0017m,wyGy,3\u06e7E\u0010?\u02e3\u001e}0\u02e2,\u000e\u00a58Im$'\u024d9\u00c9Q\u017auTie\u0007h\u0016{ls\u0007omGx#7Gg\u001c*:n4^o\u001c\u000e%lz*9]aPpiFim\u0016y889WoWJ\u0017\\\u001c\u015bI2,\n0|J\u051de{k]B>k\".\u001b!.\u046e}e7i^\r_o\u0006Qz+R\u0012*T{:E\u0679e\rERe)Td\u07da#,?}ifoZ;*oQh\ub2cdu'\ucdbdRBv\u0007f\u000f4FSTfE\u0627sy\u0010\u03eb5|N,7\u001fI\u000fe.|\u0000Or`m^=|t\u0016BD=H\u0013I+VeOWw?aG3]\u0004VNDV>&O\u020c3vS2\u01dc1)I2yY\u02c9cfajinf1Psj>?\u001dN(?O?\u001c}{y}fhG.d\u2d1c\u3d1ag999':\ue64eTG';Cv\f=\u0019z3g)s'=Cz\f=\u0019z3ccf?G\u0000\u0380N\\s.n 4A,\u0010\u0363_O\u04f6\u001e\u001eq\b\u0019pto\u02c7\u001fn\rvuo_w0ib5\u001a\u0773i\u0007dFm\u03bcVsB7\u06af\u074e._{i99]&(\u00023W\r7[\u04d9\u0007\u001e\u001f\u0001}\u00004\u001f\u0517x_w\u00ed_A0\f\u001a 4=v|C!dUk\u0016\u0547juQ\u0583>\u0012c\rn?v$4Zo}7\r1\u001bx\u000e7$nY\u04f8qWTngs\u0003O\u719b\u03f1Y6\u000b\u0342yfn\u0016\u0313l\u0016\u0014gJ\f\u000e2Y\u001az4ti\u0013gLWgiY\u04e6MCO\u00069\u05d0g\u079d\u001f~\u0014\u001c\u0016w%W}\u07dak\u0019f\u0018\u0017\/S-)\u000bJ&DU\r?>qn\u07dc=Kxq)~\u0340\u05bc[mz&+\\\u03abo|\u0000}\u0a9b\u001awi\u01d6S\u0553l.\u000bm\u000fzn\u07dc=<\u0342<|q\u0556jxeAzmpM\\2\u05c71IvC\u0005Mc7Ud=wYe\u001a\u0016i%q\u30e9#X-y;j\u0015NcepMd#TqTNrg\u0007~Xsfp\"U\u0013(\bK0\u0572it?\"}#i&-\u000b\bK1j}\u0014Mc}a\u0015A\u001dAORR28&)B\rk\u0014\u001e,73Vr\u074a!\u001fYet\u001f;wW\u001fa\u05fb[o\u001e\u0a1e|^Qxx}u\u018f\u001bWk\u0528ZZn\u001dU\u04c3Q?O_\u0013JmS_4z\uce57--\u01e6-\u04a9z^\u001bg\u00a9\u073bnk{M\u035ahj\/}G|G|<3kQkn\u0014\u0013}\u0013gh\u0003O\u0006]\u0007]i\u0003\u0006\r?\u00079P\u000f#\u001cs9\u0013\u001az*4\\h\u0433+Xh\u0019SDCOz\u030a\u0018u[W1\u001fnzcs0OS\u001e+\u001d7i6il\u001e%\u06dfuRK}*\u01ef+7\u0000\u0013mN\u061cjp\u017d{\u001f\u000f\u0364\u0783\f9\u001eMD!aG\u07ddzM\u001e3OpST]v\"wx]vr\u0659>?\u0017s)6\u0014re];w\u001a\n]>\"<9gez{\u02f3\u0019A4Vk\u001e3EU=w](\uaf33\u8ca2]Vg\u759b:bOOG?\u000e]gB\nb\u0670\nb4Yo8)\n,YQe$7b\u04acY.U\u0017iU=()\u0004U&3\u001di=w}{}\ua67d,^WE,\ube57m|`^>{Y\u001e'Wen\u96d7?_,6L,\u000fs%YqsAzcVV5I\u0012\f\u0352\u067a&\u07eeom\u001aY\u0753PT7Z;=ow6\u0014BC\u0010l\\\u001f=\u0538LLTR{eij\u07dbo5\/7%[R3MW>\fz\u0012rC[u_i;{nmeo\t}}Ag1?^.v\\u\u001fR\u0343mj(xn_\u0198sX[1$,9M0O&6Tmgk\u0003O\u0006\r6\u023ci3NC\u03dd<\r={\u001az4i\t3PC\u03e1\u0006DgQ\bm\u06e60t|2r`>d\u001b?\u0019sU?i\u0005>j\u067ae\u001d\u019b_\u06fcG\u001f_o2\u0728~\u000fy\u0016=\u0011;#?7X\u000bi\u0230cbK}\u0013\u06f4\u0013\u001f<*%\u075fi?E\u001aq4]\u0015U\u001d{+v5vXTv}\u0016w[*U\\}o-_\u06a9aoTG\u001dLM\u0006w-h+\u0003Om\u0017$m\u0016\u0004&N\\!]g\\-\\\u000b61\u07f2]'\u05bek#Z^h\u001d}\r\\^uKqvZ\n&i\u000b~{pG\\\u000b'Mk\u001az=\\^C\u02eb8\u000f]\u001azm-c?k~l*UD\ud0d7}^Gk2r[\u001b\u001fkjs\u0019:\u0013u\u06bekkc\u0019m\u07de7\u0448je^i\u0016_'q\u05ff;\u07fdkKim6\\m[i\u001c\u052dzYRuw\u037aeWU\u00066a.4\u0496K\u001bURM-)\u0014\u01d5\u0003_&4P]3\u02ecak)\/F\raw#}I-\u000e\"W\u012e\u0019|J\u001e6?0ZN~\u04c7\/_T\u0017:fm9{;ZTm.v\u00156d\u044cilA69gz]\u001bXGY:\r.\u044f]\u0018He-A$\u001eh\n\u0584d\u0013'1mEK\u000e\u04bbBN<_\/?\/\u0749y\u05a2=U&lV\ff\u000evb\u001b)\u26ad0a#;b\u0356\b`\u02dd.LV\u0014k=L-&\u0014\u001d\u06d4\u0002`kk\u0019z1\u0014\r{e\u0005k3\u0016\u7cf5]h1v?zJi]ul;=)@\u0019xx7tFF5Wdku}Mn:\u0015Q~raQ_\u0016_P\u000f| 3\u07b6M}Sn\u0017R8k\u0013kG~`.W4l9\u04f2M\u0001D%\u035fw9}}j\u001aA4=g\u06ad) RY*gWM\u0547\u019dO[hm\u0014y\u07e5I]}RB?jr\u0372\\<.\u06f6G\u001aO\f\u0007\u0017Zf\u0015\u01e2\u01f2i\\\u06ae_X\u00192x'c\t\u06f3g@\ru^\u0107w;.\u00ee\u04ee\"M-o\u0000*\"~]Q\u0012q\u0010\u0017q\u001aWG<<_\u001f\\qa~\u0003TK\u001f]\ue1f2\u0377l!vW\u07ef\u0003\u001d\u000f{j+Be}T\u6efe*\u001bC\u001czxs;M03pU!Q<&]]c|\u001c_vL\u001cx\u0003(-~+\"x|IO\u000e;(^\u0000:\u001c\u0012]|G\u0167\u0157\u001ec[#rw\u000f<{\u00123\u001fkxP\u0003\u062bw\u001a$Z\b%\u001c0#\u0001\u0017\u0018\t@\u001d&\u033b@qP~\u001c\"LE};F,O\"\u0011fu,}o_>+\u02c2\u001ej;e)W\u0324\u00156vvp\ub25d\u0016WzT\u0019\f~^tmHk !+3~ZDg%\u00112\u0003?[gs\u000b\f~\u0006?\u0002?g133\u0019\f~2\u0000?m'\u000bi\u001f\u03d96\u0016%\u0018IP\u0014:s\u001a\u0005AA\"8\u0002|\u000e,\u0012-|VEgc\u0006\u0002>\u0003\u03dao\u0000\u03d6\u000b\u0001M:s\u00149-\u0019<\u000eK`\u9c0eB\u00004X5%@\u03e0gK\"se\u0006zA\u03e0\u0017\u0019\fz6\u0005z\u0006=Abfg3\u0019e\u0000zN\u001e=\u0012:cL[\u0014`j\r$s3i\u0433rrZ#\u0014\u0002=\u0006{\u0005qR\u0014 d\u03f3@\u0010\u019egAZ.hnlk#q\n\u0565\/g\u06339\u0003sua\u03f0g7`\u03f0g\u0005{`\u03f0g&\u001d^\n\u065c\u0016\f{\u001e\u0007{n9\u0018]6=\u000b\u0005A<,x\u038bf\u0012yopg\u0014`6\u0000v.fa\"-v\u0001g\u0cd6\u0001n;y{.\u0000hl\r\u0000ckK\u0002=7\u0013A\u03d6D\fl1\u0003=A}\/3\u0019l.\u000b\fz\u0006=@\u03e0g3Y\u0000\\#r\u0016\u03c6:\u0000\u0620M\u0001F,?6\u0019\u01feU.\u001be\u0005<:g\rOy`P\u0019001\u0018FaV\u001e\u0003lx\u000eY9\u0007\u001e\u06b4\u0017\u000b~mJ}\u0006\u0002?\u03dao\u03d6\u000b\u0641M:s\u00149-\u0019<\u0016\u0706\u0006\u000eK3~ZDg%\u00112\u0003?[gs\u000b\f~\u0006?\u0002?g133\u0019\f~2\u0000?m'\u000b\u0011B\u001d\u03d96\u0016%\u0018IP\u0014:)\u0019T0\t\u001a%s\u0006gq$\u00dc38\u000b Z(Gj9]jl?\u0019\u0000g3\u0019\\+\u000b\f|\u0006>\u0003\u0300g3Y\u0000\\<|[=w\u04be\u0016\u000b}\rz\u0013A\u03d6D\fl1\u0003=A}\/3\u0019l.\u000b\fz\u0006=@\u03e0g3Y\u0000\\\u0003gs,3\u0019\f|\u00163\u0003>\u0003g-\u0003svY\u050b=\u0010\u0000!\u0016`l\rwIf\"3\u0652\b\\-fg3\u0005z\u0006=eA\u03e0g\u0433\u0019\u0019\fz\u0006=k\u0019\ubd93G\u03f1\bQui\u0002L!\u0004zn&:\rz\u000e3N\u039e\u00135VkBBG`\u03f3,\u02c3gE\u001cy(\u0011s\u0017IH\u00055sPDj\u0013xsP\u0312BZZmmD^]jl6%g>\u0003su\u0001g7g\u0005|g&\u001d^\n\u065c\u0016\f|\u001e\u0007|h_K\u001ab\u0001p\u0004zn&\u0002=-@\u03d5\u0019b\u0006z\u0006=^g3\\\u0016\u0019\fz\u0006=A\u03e0g\u0433\u0001n;y\u001c\u001fwi\r\u0000Sk\b%Ns` wrZ#\u0014yey'\u04a9\r<\u02c3,\t8mPe=+bXkNA.5\u001f'\u000el`\u03f0g3\u0019\f{\u0005{=\u00deabfg3\u0019e\u0000{N=\u001cKF\u000em!\u0014\u0004yn&N4\n4\u0343DP\u0007\u000fDK Gir\"$\u03c4]sDqgjE\u0012m\n\u055d\u0013g\u00059\u0019\u000b\fr\u00069k\u0001r\u00069[.f\u0007r\u000697@R@ !\\\u0006\u0007n\u001aH]\u0480\fhnU.\u001be\u0005<\ub26e\u0013g\u0cf9,3\u0019\f|\u00163\u0003>\u0003g-\u0003sv9o!\\H\u001a]@Dg\u0433%\u00112\u0003=[@\u03e0gs\u000b\fz\u0006=\u0002=A\u03e0g133\u0019\fz2\u0000=m'\u00f6\u000eE\u0000ckH\u0007'\ua31edQ\\;*='j:\bE1<{eY\u001e\u0002M<\u02c3,\tB)]\u0017\u0003sug7g\u0005~g&\u001d^\n\u065c\u0016\f~\u001e\u0007~$\u07a7\f%p\u02a0#v=P9\t ID\u0700j\u0011\u0016\u001b|N\"*@\u001a\u06b4`\u04e5\u0013&\u0019l\u0000\\]g3Y\r3r\u00015;3\u0019I\u0007|\u0002|6\u0005>\u0003\u0001H=g\u0010\u0533P\u0012\u8e59:sTj&\u00bb#8\u0242,\f[8eE\u0016\u000eU$\u0011$St[\u001b\u0433w\u001a\u000fl\u0001=A\u03e0g3V\u0016\u0019\fz\u0006=A\u03e0g\u0433\u0001n;y\ry\u001bQ\u001e\u0006,s?\u0015\r9\u0293@\u001c;g5\tZ6_\u0005xRcA\u0013\fx6f\u0000x.3\u0019\u0006\u0019l\u0000\u03da\u001d\u0019\fx\u07a4\u0003\u0003\u03dao\u0000\u03d6\u000b\u0001M:s\u00149-\u0019<\u000e6AfqS=y4BA\u0006$\fD\u001d\u001a>\u000b6\u001b\u06a0\u0765Cf\u0003z\u0006=A\u03e0gs,3\u0019\fz\u00163\u0003=A\u03e0g-\u0003sv\u0019\u001bT)\u055a\"\n3IB.J%j1#\u073bW\u000e\u0565k\u0003\u0001\u03c0}\u0006\u0002<\u0003\u0001\u03dao\u0000\u0001\u03d6\u000b\u0001\u0001\u03c0M:s\u00149-Y\u0000\u0007wa-\u0012ys#\u0011\b3z\u0016g+33\u0019\u0002?g3Y\f\f~\u0006?\fug\u001b\u0005>\u01fd\u0019gf=[6Ks\u0018\u0002>\u0003\u6c80g3Y\f\f|\u0006>\u0003\fug\tz6\u001b=\fg1f\tzn\u001a{]g3\\\u0016\u0019\fz\u0006=A\u03e0g\u0433\u0001n;y\ry\u0019gf=[\u00016Ks\u0018\u0002<\u0003\u0001\u0000\u03c0g3Y\f\fx\u0006<\u0003\f.\u0001<:\u00078X5gD%H\u0004~n$\ua31f\u0005Cy{'I\u001eA\"[z\u0001sGA\u0010mnk\u07b3w\u001a\u000fg\r\u0019\f~\u0006?\u03f5g3Y\f\f~\u0006?\fug\u001b\u0005>\u01fdz\u03f3B\u0012I\t(HR,cug.5_g>\u0003su\u0001g7g\u0005|g&\u001d^\n\u065c\u0016\f|\u001e\u0007|Fy{gys\t\/[9*l\u0016\u0017|xA\u0004'\u000bP\u001b\u0004~\b>l`\u03f0g3\u0019\f{\u0005{=\u00deabfg3\u0019e\u0000{N=#|\u0003y%c|Jg5\u03e43Lj\u0015\u0015eQ>\u0000x:)\u02426t[\u001b}Ug.57\u0001\u03c0g[\u0006\u0002<\u0003\u0001\u03dao\u0000\u0001\u03d6\u000b\u0001\u0001\u03c0M:s\u00149-\u0e45\u0184hk\u0004]$&D\b>7\u0012\u001b:g\u0010|Iea\\$fs\u0013c\u001dindy\u0014\u0006A\u001b|M\u001b^]jl6\u001e\f~g\u0000~.3\u0019\u0006\u0019l\u03da\u001d\u0019\f~\u07a4\u0003?K\u0001?\u04c2\b>W7\n|6{I\u0005(\u000bE\u0704\u03f3$)2\u0011>\"$\fZ\t\u0016ojw\u001a\u000fg\r\u0019\f|\u0006>\u0003\u03f5g3Y\f\f|\u0006>\u0003\fug\u0004\tz6#8R\u02d9X)1\b>GqZ\u001b\t>\u0007q\u001cf\u0012\u001c6FT\u001e\n\u0565kq\u001c\f{g\u0000{.3\u0019\u0006\u0019l`\u03da\u001d\u0019\f{\u07a4=K=\u009ea`\b>@}6=R9Q\u000b$ \u001c\u0004P\u0708Wfg3\u0005~\u0006?eg\u0019\u0019\f~\u0006?k\u0019\ubd93\b>W7\n|6{s6\u02e3\"\/,\u001f\u001e>#l0|Fyg\u0006|\u0006>\u0003^g3\\\u0016\u0019\f|\u0006>\u0001g\u0cd6\u0001n;y6Afs\u0004wwv\u0019\f\f{=`\u03f0g\u0633,3\u0019\f{\u00163=\u00dea\u03f0g-\u0003sv\u0019\u001b\u0233\/y\u001e\u06e6g\u0004\u0011|^!l1\u0006<,\u0001Mcs\u000b\fx\u0006<\u0002<\u0003\u0001\u03c0g133\u0019\fx2\u0004,~+}%[#xO]\u0012\u03cdDFYpq\u000b>qj\t\u06d1IAs#\n\u00136fwP\u0018o%.\u0005?{u$\u000f~\u0006?3\u0000?W\u0017\u0019\f~|\u0003\f~\\g\u000e\f~\u0006?o\u0481\ub940iqg\u0004\u001b\u0005>\u01fdq\u0011%qA2F\u0011VD76At\u00fbK\u0006\f|\u0006>\u0003ZYg3\u0019,f\u0006|\u0006>\u0003Z\u00063\u0004=5g7l \u0015y^9TOl6aJi\u001a\u0006\u0012\b5\u0506\u0006~\u001c6h=\u00dea\u03f0g3V\u0016\u0019\f{=a\u03f0g\u0633\u0001n;yUg%{\t\u0005\\XEe\u00109\r(\u0016?F0\u0006\u0765\u0003\u01fdyfI{\u0003\u03f5g3Y\f\f|\u0006>\u0003\fug\u0004\tz6\u001b=RyV-g\u00066sPn\u000e\u0007ATACm@]jl?\u0433\u0006\fz\u0006=A\u03e0ZYg3\u0019,f\u0006z\u0006=AZ\u00063z7\u7a42\u0013\nnDq9c\u0017\u001bs\u0014'Q\u0018:]R\u0016;m6\ub9ab\u0000^]jl6%g>\u0003su\u0001\u0001\u03c0g7\u0000\u03c0g\u0005x\u0000\u03c0g&\u001d^\n\u065c\u0016|F\u0002-F\u0005-\n{n$\u0002?7\u0012<0~Fb;]se\u0006~\u0006?^g3\\\u0016\u0019\f~\u0006?g\u0001n;ysug>\fg1f\t|n\u001a\u0003{]g3\\\u0016\u0019\f|\u0006>\u0001g\u0cd6\u0001n;y6Afq(I\u00022b=k\u0003zR+#3yw\r\u0017\u0019\fz6\u0005z\u0006=Abfg3\u0019e\u0000zN\u001e=|\u0003x*xF\u0019\u0019z\u0016c\u00124\u0006<\u0000\u03c0g,3\u0019\fx\u00163\u0003<\u0003\u0001\u03c0g-\u000b\u0000\u03d9y\u0084\"{n$\u0002?7\u0012u\u03d2[9,W\u0013:\u0006~N\u00032\u0384\u0019\u0001?a'a1\u0004~N\"\u0005A\u001b|\r\u067bK\u0007~\u0640g3\u0019\\+\u000b\f~\u0006?g3Y\u0000\\<~F\ufe7aQ|{O\u0121Z\u0015xFX-d\u0000Ky`\u000bx:W\u001aOn\u000e|\u0006>3\u0000>W\u0017\u0019\f||\u0003\f|\\g\u000e\f|\u0006>o\u0001\u0000iqg\tz6\u001b=y\u0018j\u0001\n!{\u0392Y\u01fa-zH`7,\u02dboN\u0011}*\u0433W\u001a\u06ef^6\u0019\u0000\\]g3Y\r3r5;3\u0019I\u0007z\u0002z6\u0005=\u01c1{\u0001\u0003g3V\u0016\u0019\f|\u0006>\u0001g\u0cd6\u0001n;y6Afs\u0004ww\u0012GI\\d~FSY\u001c\r\u0003gU\"\u03f36y[\u001b\u0633w\u001a\u000fl=\u00dea\u03f0g3V\u0016\u0019\f{=a\u03f0g\u0633\u0001n;y\r\u0657<_sAZq#Jcn\u00184\fl&}W`\r]jl?\u0004m6g3\u0019\fx\u0006<\u0002<\u0003\u0001\u03c0g133\u0019\fx2\u0004,y!\u000el?wI\b>7\u0012\u001b\u0010|\u001e\u0018?#l.~F2\u0003?}\/3\u0019l.\u000b\f~\u0006?g3Y\u0000\\<~F\u046b\b>7\u0011|\u000e\f\f|\u0006>g\u0cf9,3\u0019\f|\u00163\u0003>\u0003g-\u0003sv\u0019m^-znyl\u001b{\u000eP_\u00044=E\u0010\u001bq}q\u0006nkw\u001a\u000f\r\r\u0019\fz\u0006=A\u03f5@\u03e0g3Y\f\fz\u0006=\f@u\u0263go\u0000S\u0005\u03e7{VY<.7\u00132\u02e5\nv{N4*DM\u001bCm\u0765c\u03f3\u0006\fx\u0006<\u0003\u0001\u03c0ZYg3\u0019,f\u0006x\u0006<\u0003\u0001Z\u0006\u0000[V\bV!\u0011z\u03cdDFYp:\u0012\u0017_2~NB:=\u0007z\r|uf;um\u0765c\u07f3\u0006\f~\u0006?ZYg3\u0019,f\u0006~\u0006?Z\u00063z\u054d\u0002\u07b3S\"K0j-0!\f8l0.\u0003gs,3\u0019\f|\u00163\u0003>\u0003g-\u0003sv\u0019m\u001az\u0016jq\u0642\u03c1Z\u0004n\u0012|N\"p\u0017xG0\u000bM\u07fa`6mt#.=tg\u06339\u0003sua\u03f0g7`\u03f0g\u0005{`\u03f0g&\u001d^\n\u065c\u0016\f{\u001e\u0007{F\u0006MW\u0002,\u0011E\u001ei\u00070$\u966eAe6\u0007\fA~V\u0011\u0019l\u0000\\]g3Y\r3rA5;3\u0019I\u0007y\u0002y6<<`'EI3\u0001Z\u00021]7r\u013cmmPRca?\u00dfg3V\u0016\u0019\f?g\u0001n;ysug\u001b\u030a8\nPlcnyEk\bY\u0012\b;J>\"\u01a56m\u02fb\\\u0565\u0003\f\u0005|\u0006>\u00035\u0000>\u0003-\u0017Y\u0003>\u0003\u03dbtz)gsZ3y\u001c\u0019m#\u001c\u0005j&\t\u001b\f(\n\u0013a=M\u0010I; ,'I2\u069c8\r\u001b~l|g3\u0019\\+\u000b\f?\u00dfg3Y\u0000\\<FQ|\u070ay\u0011IZ@\u000f\u039eb5{()\u0006\u0012|V\u00154\u0005;\u0586]jl?>l`\u03f0g3\u0019\f{\u0005{=\u00deabfg3\u0019e\u0000{N=#k%\b>\u0011|\u000e\f\f{=`\u03f0g\u0633,3\u0019\f{\u00163=\u00dea\u03f0g-\u0003sv\u0019k&|JH-e\u0014|\u000et&n$\\.2`6nN-\u066bK'>A\u0000\u03c0gc\u0006\u0002<\u0003\u0001\u03dao\u0000\u0001\u03d6\u000b\u0001\u0001\u03c0M:s\u00149-Y.\u00078X5gD%!H\u0004~n$\ua31f\u00056>\u000b\u0005.?afL(\u025f@!6>z3i\u00176l|Rcf\u0003?\u00dfgs,3\u0019\f\u00163?\u00dfg-\u0003sv\u0019Ffs>\u000b\f\u0015\u00135HRn668\u0018B906\u06a0\u0765Cf\u0003|\u0006>\u0003gs,3\u0019\f|\u00163\u0003>\u0003g-\u0003sv\u0019m^-z\u0016&\u0011\u0015Z$YPc(>I\u0015q\u0006\u04e2\bt\u00104\u000b\"\u01a56l|Rcf\u0003{=\u00dea\u03f0gs,3\u0019\f{\u00163=\u00dea\u03f0g-\u0003sv\u0019\u76eb&|B\u024dxy!<\u03f2YR\u008du#jQ.\u0690um6\u0017L}~BoB!\u03f6\f \u0005y\u0003Z\u00063\u06fcZ\u001c`H>Wfg3\u0005{=\u00deea\u03f0g\u0633\u0019\u0019\f{=k\u0019\ubd93gH>@\u0273;h_F\u0017PH\r\u001c\u0015*Q$\u0012.9*$[FT\n\u0565k#\ry<3\u0007W7\n}6k\u0005iK|$I0\u0006(S\u0010\u001bJy\u001e\bo\u00044MmRc!a\u0001>\u0003g3V\u0016\u0019\f|\u0006>\u0001g\u0cd6\u0001n;y6Afs$wwv\u0019\f\f{=`\u03f0g\u0633,3\u0019\f{\u00163=\u00dea\u03f0g-\u0003sv\u0019\u001b\u02337yF\u0019gv\u0019\f\fy< \u03d0g\u0233,3\u0019\fy\u00163\b3w|%I\u001c\u0007$7isrW\u001aO|\t?\u001b3?W\u0017\u0019\f|\u0003\f\\g\u000e\f?oiqg$\u001b>\u0351|H\u0012\u0005YRo\u000b(V\u0005IsDIKum\u0765c\u0006\f|\u0006>\u0003ZYg3\u0019,f\u0006|\u0006>\u0003Z\u00063\u0004=G9J@2i_Q$P9V\u000bpVH\u0014v|\u000eb,^Fz^\u0007{RcI\u0010\f{6g\u0000{.3\u0019\u0006\u0019l`\u03da\u001d\u0019\f{\u07a4=K=\u009ea`H>@}\u001aw(>\u0015?_,*\u0522$i+\u0005Q\u001cP.Ye=S\u000bb6m\u0014\/?uEgc\u0006?\u00df\u03dao\u03d6\u000bM:s\u00149-\u0019<\u000e-\u000elQ\u0011\nEANC\u0005u\u7b080\u000f9\"JY\u0011>o8G^EY!1F\u001c@~mdK}\u0006>C\u03dao@\u03d6\u000bAM:s\u00149-\u0019<\u000eFY#y:\u0007{c6\u0005\u0018\u0273\u0000|\u0013\u001bN\u00dfG\u055d\u001e?qj\t!\u001c&E\u0014\b&H\u0005ZG]ml\u073dX\u05e5\u0013#g1\u0003sug7g\u0005~g&\u001d^\n\u065c\u0016\f~\u001e\u0007~FQ|\u0007\u000eQ\u0010i\u001e$\u0002\u0016?s\u0018\u0005M(g4%dl\u0003\u0007Uq\u0014|\u037bpw\u001a\u06cf\u0003\u0007m6g3\u0019\f}>\u0282>Cg133\u0019\f}2>m'O|&l>r|BHr\u07d6=gE\u0011ea,\u009eB-\\rBCm\u073d\\\u0565\u0013`\u03f0gc\u0006=\u00dea\u03daoa\u03d6\u000ba\u03f0M:s\u0014\u06339-\u0019<\u000e\r\u065b<#n;]se\u0006y\u0007j\/lO\u001cy_$\u0018jw\u001a\u000f\r\r\u0019\f?\u00df\u03f5g3Y\f\f?\u00df\fug4\u001bZ,Mcs\u000b\f}>\u02c2>Cg133\u0019\f}2>m'O|&l>r3k34-\u01b0g%i\f{ua\u03f0gsYg3\u0019,f\u0006{=\u00deaZ\u000637WMin\\sV\u0004A\u0011Qf\u0002eDTHOjCm\u0010x\u0015\u066bK\u05c6C!\f \u0005y\u0007aP.\u0006\\\u030a,K\u0167i6\u0004>ui'\u0019l\u0000\\]g3Y\r3rA5;3\u0019I\u0007}\u0002}6>CA|\u6d72gj;\u0005|V\u0015j\u035e4-5\u00009K\\=`\u06b49\/r\u0673W\u001a\u075bg\u0633-\u0003sua\u03f0g7`\u03f0g\u0005{`\u03f0g&\u001d^\n\u065c\u0016\f{\u001e\u0007{FsK\r^FVXE$s`\u00184\u000b$\u00163\u0506\u0006~6hW7z\t5L-Dh~(QK!t7:?,fE\u06a0\u0765Cwf\u0003}>Cgs,3\u0019\f}\u00163>Cg-\u0003sv\u0019m\u009eh>\u0004gt3\u03d5\u0019\u0019\f{{a\u03f0gsYg3\u0019,f\u0006{=\u00deaZ\u000637go<]\u03e7|Nz&\u0010\u0004.L\u03c9Za\u0000Y-7\u05134\u0506H\u000f ^]jl6\u0650g>\u0003suA!\u03d0g7 \u03d0g\u0005y \u03d0g&\u001d^\n\u065c\u0016|>,\u001a[\u0014mMhE\"|n$?7\u0012?\u000bw\/?\u0017,.r5Q?\u0017ET\u0014j2\u0000.0pw\u001a\u06cf3\u0007m6g3\u0019\f?\u0282?\u00dfg133\u0019\f2?m'\u03df|n\u0014l6\u001fg4|^l1>,Mcs\u000b\f}>\u02c2>Cg133\u0019\f}2>m'O|&lN|N=\\a\u03f0\u0017\u0019\f{6\u0005{=\u00deabfg3\u0019e\u0000{N=|\u0003y&c3k34-\u0190g%i\fyuA!\u03d0gsYg3\u0019,f\u0006y\u000b\u001ds\u045ajy\u03d29W\u000b8\u0016u|N8i\u0016oj#:Ug.5\u00188gc\u0006>C\u03dao@\u03d6\u000bAM:s\u00149-\u0019<\u000e6afsMyCDhgb.yY\u0012y\u001e\rQ\u0016\b\/\u00044MmPRca=\u00dea\u03f0g3V\u0016\u0019\f{=a\u03f0g\u0633\u0001n;y\r\u0657<\u000b\u0197,Fj\u0019R\u0014AYMP$VM9J \f\u75216g.5\u001ff\u0003x\u0006<\u0003\u0001\u03c0gs,3\u0019\fx\u00163\u0003<\u0003\u0001\u03c0g-K\u0000-Fe\bF\"s#Qg,m|\u0016\/?\u0017i\u001e\u0014QE\u0016 \u001b\bJ\u0012\u0442nk\u0003Rcm6g3\u0019\f?\u0282?\u00dfg133\u0019\f2?m'\u03df|n\u0014l6$F(\b4\u000f=\u01d0|\u000b@9W8\n]\u04dd$YRD&YM\u0003.>{u\t\u0012\u0019l\u0000\\]g3Y\r3rA5;3\u0019I\u0007}\u0002}6>CA|&l>\u0006O9\nXH\u0005M\u0018s\u001cE*\u0010Y-8L$l\r\u067bK\u0007{a\u03f0g3\u0019\\+\u000b\f{=\u00de`\u03f0g3Y\u0000\\<{F3Mss\u0016_\u0014$\u001cGQ\u0007\u0000\u03e9Z8\u0002A\u0007E,\u0526dg.5_\u001bp\u000fx\u0006<3\u0000\u0003sVQb\u001c$\u000f\"mP\u02f6\"\n%N\u0007\u000e&EB\u00036Ug.5\u0012\r}>3>W\u0017\u0019\f}|\u0003\f}\\g\u000e\f}>oA@iqg$\t{6=Py#\u0005y*`n\u001e7\u0018\u01f9Z3H;;\u001d7\u0018\u00136ka\u02de~Bo\u009ea\u03f6\f`\u0005{=\u00de5\u07c0=\u00de-\u0017Y=\u00dea\u03dbtz)gsZ3y\u001c\u0019\u001b3nn>l0Xx*\u000e\u001bT3<*EI\u0010\u0004$5\u0506]]jl?v=l \u03d0g3\u0019\fy\u0005yGNO\u001cI\u0012'\u000765 \u02c3{ t|\"\u0016'\u000ejF7b_\u001aO\fg1\u0003suAg7g\u0005}g&\u001d^\n\u065c\u0016\f}\u001e\u0007}Fy{g!t\\ \u0002UVvJ\u03228u|\"w\fiN\/={u\u001c=\u00de\u0019\u000b\f{=k\u0001{=[.\u0633f\u0007{=\u00de7`R`\u6d30g837g_<]B=GDx0\u001fE9L(\u0012\f4(>`*<:*>%Z\u06f4~pg\r\u0019\fw;\u00dd\u03b5pg3Y\f\fw;\u00dd\f.;\u000b\u00f8\u019d%[#wO]\u0480-s\u0006AY\u0410m{4\u0004;\u0013\u0018zGAI\\z\u03a3\\h.98NyE|v\r\u066b;M'V\u000bx\u0006<\u001b3\u0000\u0002v\u03828\u0373L\u0006v\u0382\u0003su\u0001\u0001\u03c0g7\u0000\u03c0g\u0005x\u0000\u03c0g&\u001d^\n\u065c\u0016\fx\u001e\u0007xF\u0379Q|jI\u001aY\u0016dW\bjy\u0014\u0016I!sZ(\u001c\u001f;\nRFyS6z\u0017zmdI`}\u0006`\u0002;\u039ao\u0396\u000b\u0641`M:s\u00149-\u0019<\u000e\uc31a6f:\u0012\u00bbd5g)F(I\u000e\u0000$\u000f,hMu\u0001:v6\u001b3\u0019\ft\u0006:\u0003ke\u0001@g\u0019\u0019\ft\u0006:k\u0019\u0000\ubd93\u03a89\u07c0}5\u0017sV\u02d5@RB69\u0007E\u001e\u0016ZUY\u04ecf\u001a8WwZ\u00146\u0019\u03bc\u0000\\]pf83Y\r83r5;83\u0019\u03bcI\u0007g\u0002g633 3w!B\"\u011c\u001b\u034dDi|c\u0367\u0014s\u038a(FV\u0005I\u0011\u000e\u0000\"YBx[\u0017owZ\u000fl\u0001<\u0003\u0001\u03c0g3V\u0016\u0019\fx\u0006<\u0001\u0001\u03c0g\u0001n;ysu`gytI\u001dsY-+\u00106V7\u055c(Es6SxQY\u0017;{u\u0110\tw;\u001b3;W\u0017\u0019\fw|\u0003\fw\\pg\u000e\fw;oipqpg\u051c\tu69\u0620\t\u055c \u0203@8\u001c'I\u001e\t^9a:\u0016:\u0011\u06fa\u0000}z@g\r\u0019\ft\u0006:\u0003\u03b5@g3Y\f\ft\u0006:\u0003\fuCg\u051co\u00199E\u001b<.}\u055c\"KZx\u000e\"ep\u02030)\u06a89oF\u0016b9WwZ\u0753pf8-\u00038supf7pf\u0005gpf8&\u001d^\n\u065c\u0016|>,\u001aI\u0014mM E\"Psn$67\u0012]#m>s\u001e'Y\u0016y\u0018\u0013Z\u07ab_\u000bK-\u0017\u000bzR\n3\u065c\u0001\u0e7a\u0000\u03c0g\u001bg\u0002\u00038supf7pf\u0005gpf8&\u001d^\n\u065c\u0016|Fb;hk]J\u000f1g=\u0011\u001ai3b\u03889w\u0004\u03c89\u0000\u03c0gs\u000b\fx\u0006<\u0002<\u0003\u0001\u03c0g133\u0019\fx2\u0000M'\u0015s\u000eY\u5198s\u0014A\tI9,\u0012iq\n\u07b6.\u04b3*WwZ\t`g>\u0003su`g7`g\u0005v`g&\u001d\u0639^\n\u065c\u0016\fv\u001e\u0007vFy{@g:N9. \u0013A\u0323\u0001\"W\u000b|q5z!9S.uNSf\u0003t\u0006:\u0003@gs,3\u0019\ft\u00163\u0003:\u0003@g-\u0003sv\u00191\u001b\/r\u001e>\u00139\u03d2L>)\u001c%q6s\u0010yBSc[\u0017\u011c}z9lpf83\u0019\fg\u0005g3\u00d9bfpf83\u0019\u03acep\tY\u0006\u0007W5rfD%!H\u0004mn$L\u0005\u7af3@Pd5H(n9\\=PvfY.4f\u0152g4$c\u0002y<3nK=\u0017\u02ddzmtIp}\u0006p;\u00dd\u039ao\u0396\u000bpM:s\u00149-\u0019<\u000e\ue31c6fs\u4737\u0015j\u000e\/hT\u0018Ho\nit\u00179\u0222V2\u001b\u06fa}\r\u066b;M'\u0003:\u0003\u0019\u0000\u000b\ft\u0006:k\u0001t\u0006:[.f\u0007t\u0006:\u00037R@g83r7 g_\u001c9\u000f\u001cz\u0014H\u0007\u00006\"2YUB\u001fn\ub09eowZ\u000f=g\r\u0019\fh\u00064\u0003\u0001\u0375\u0000\u0340f@3Y\f\fh\u00064\u0003\f.\u00014\u00100\u0016m|\b=F\"ps#Qg,8GEO)E\u0016\u0016\u0084\tD\u0014\nQ\u0005\u0003xV8M\u0016t[\u0017v8vl\u0001<\u0003\u0001\u03c0g3V\u0016\u0019\fx\u0006<\u0001\u0001\u03c0g\u0001n;ysu`gyt\tO(\b4\u000f\u0012\u163e#\"\u0018\u000f.\u001aN\u0011\\MR8E0\u030b,.'u.\"\u06dd\u0014A\r\u0019\fv\u0006;\u03b5`g3Y\f\fv\u0006;\fucg\u051c\tt6\u001b:\br%1k\u0006yPNG\b\u0006I\u001eyC6ui[bWwZO\u0000\f\u0005t\u0006:\u00035\u0000:\u0003-\u0017Y\u0003:\u0003\u039bt@z)@gsZ3y\u001c\u00195\u001b\/r\u0016^sYJ\u0018S\u0003\u02c5A\u000b\u001a\u0018\u0012\u001c'\u06fa!\u0017\u02d9zL\u0000\fg6g\u0000g.83\u0019\u03ac\u0006\u0019l\u031a\u001d\u0019\fg\u07a43K3\u0099\u0219Elp@HH]\u0012b\u038dDF\"\u011c\u0005\u03c89l'\u000b\u0011s\u0799\u0001\u0001\u03c0\u0017\u0019\fx6\u0005x\u0006<\u0003\u0001bfg3\u0019e\u0000xN\u001e<#\\(l>n]\r\u011c\u0011sFl\fvY`^\u0017\u0019\fv6\u0005v\u0006;bf`g3\u0019e\u0000vN\u001e;#\u6f3d\u036b\u03829`|r\u0015q\u0014:G\u0010sVA]Mrb\u03b3x\u0016\u008enb*3\u06c89o\"\n\u055dk@}\u0006@\u0002:\u0003\u039ao\u0000\u0396\u000b\u0001@M:s\u00149-\u0019<\u000e\u8318\r\u00179?.uK[\u0007<\u0112\u001aG\u00179 \u024a\"h#\u7f29*WwZO\u0012\u0000<\u0003\u0019\u0000\u000b\fx\u0006nP\u00104{\u0016\u0006\u00135S\u03f3I\u000e j1k#wS\u00133]ih;i3\u0019l\u0000\\]\u0010f\b3Y\r\b3rA5;\b3\u0019\u00bcI\u0007a\u0002a600K}}%[#aO]\u0480\u0362hf\b\u0004\u001diF\u0019\u0019Z`g\u0004fg3\u0005x\u0006<\u0003e\u0001\u0001\u03c0g\u0019\u0019\fx\u00064`\u0370fc\u00065\u00daa\u035aoa\u0356\u000b\u05aca\u0370M:Xs\u0014X9-\u0019<\u000e,\u001e\u05e55\u0002'\u0005J\u0001i\u0013A\u001b\u019c\u0014\u000b'\u0005v''\u0005 \u0350\u0005i6\\fH3\\\u0016\u0019\fi4A!\u0350fH\u0001n;yD\u0017y\u0002D\u00140@N\n@\f\fa0 \u0010f\b,\b3\u0019\fa\u001630C!\u0010f-K \"68]jD%qR`#\u00113g\u0016\u03ba\u0002!\\9+(Cy0\u0003qr\u0003:gI\u0000;Q,,u\u001d$oj\u05a5\u000erg4(6\u0004y<\u001b31g-YO\u0001x\u0006<3\u0000\u0003Xsua\u0370f7`\u0370f\u0005k`\u0370fX&\u001d^\n\u065c\u0016\fk\u001e\u0007kHmBuPsgA8kD\u012d*\t5\u0007I\u0016\u0014Lrf]Wz\u0004\u0011\u0019l\u0000\\]fP3Y\rP3r5;P3\u0019\u053cI\u0007j\u0002j6\u00055\u01c19\u0019\u0006\u000blKs\u0016FaY\u0016dt`\u0007\u02ac\u05b1ZcuM6b\u0019OW6NE\b3\u0656\u0001 \u0010f\b\u001b\u0010f\b0kv\u0010f\b3y\u000e\\\/\u0005lN\u000ba>#an\u0010E[#a\u0010D\u001c\u0015H\u0004gn$\u0319\u000564\u000b{tOV`\u0011Ga\u001es\u00040\u028aThH6jf\u000eNa\u001c\u0006(\u046cK\u001b!^ij6\u05d0g>\u0003suA!\u03d0g7 \u03d0g\u0005y \u03d0g&\u001d^\n\u065c\u0016\fy\u001e\u000byN!f4\n4\u0003A*\u0002\fy< \u03d0gs\u000b\fy<\u02c2_\u0016\u0005\\,+~g\u001eFOv\u001d~x8;t${\u000f\/=o~S1z?\u06fbim\u03f7_T\u07ebX9MT\u0004\u000eB!-7\u0015[\/nK\u000fxX-EM^kdYmj0\u03cb_O\u07fdfYo.z7-V_\u0010jo G\u000bn\u0739YU\u000bR\u000b\u000f,[q\u0017u;X@:\u001e\u0512V\u0300=.dP\rx~Z\u0779{!X}\u001b'8?'G7\u001c\u019aTx1v\u001bn|1\u04b5\u0013`d\u001fp\u001eL>\u001eo\u0572x\u0563\u038e3\u01f3cn\fD4i\r#\u0340\u00171\u0480o3[NBC(kkw\u001f@-'Ogg\u000fV\u010anm\u000eh\u001eZ;r\u0007[f}gW\u0003\u0011Zk|'V\u001d\u012f\u0002\u0001@\u000e0\u02e4p\u0000\u000eRQ\u0013V\n\u01bb\u00f7ZG\u0789^ql|T\u000fw+\rk\u001aqN{\u0619Z>|]m\u01ab\u0001=\u001f\u07af~ownO?W\u0004\rVNu\u001f<\u001c>v~jr8y\u00177\fgy;\u0000>=~\b\u001f\u001d1x\u019dG\u001a\u00ce7\u0004g\u0019\u000ezc1>7\u000f\u001f>^|Y}o\/e\u0014mE=\u0010v\u00148\u0010>.\u0010\u001a\u075d6\u001beE}M+ja?|,\u0000\u07d7gq;DC\u06fb'=dy5Uk\uc17d_><>>\u0002]M|\r^_%9ee?>~\u000f~X}\u001f{w}>\u047efY|=H'\u001bzVw~5q\u06beGsD\u0010g<\u0744S{?\u0716\u0019JRvxL=\u05b3o_lz|ZcH6w~KOg>,g\u032e\fCKACzt\u0774\u0774}t}t|\u0002t|\bt}\u000ex<\no\u001a\u0003\u00db?x%b\u001c>DS-z8|R(u}\u0435b#\u001b\u000f\u0002k%\u001d\u0103Y\u0011NK\u000fc\u0002\ubac7\u0006\u0004\u05f7\u000f\u0013\u0010\u001c#~z48{\b\u0018p\u0737\u0019\u001a\/\":]E\\XwgCiih\u0013Z?2\r\r^s\u0010$$K@6R4g\u000bi\u001b6B>T\u01de,\u00064k$q#\\'0b\u0012G0q\u0010^\u0016}<\n(#J\u0662>!a\u001b8~X61p1hh\u0013\u0018Dr\u01b99oP\u0720\u001a4\u0737Q0 *$*La!s#\u00057u\u01b0 \u001f\u0017H9)BykgA\u0014Ct9!yCC^W\u0019\u0000q)\ty\f\u001f\u001fg\u0005.&27PHu82T:lx!%bNx\u0190,^i\u0004>\/%1\u001f\u0006;1G}{\u0642Kwa\u0018|69\u7bfe=<\nnNiqc\f\u079c$x)XG0`\u0748l=xSw\u0016\n7UkQ\u001f\u000eai\u0016]yz[6$Z\u001f9bQi>;nQ\u0007u9ziX[!a2j9\rPM{\u001c9\r$r\u05caMONg`oF>>Y\u01f9!\u0000X\u032f;\u0000Y\u0002@<\u001bBt\u0001@\u001e\u06db\u0018\u0015\"C(~{\u0019lb\f1j,?N=?w<+'\u00134~?\u04519Ns\u001d\u001aOZ\u000f rWw\u07fe,_zlc3L>\bA\u8502\u001bp@y\u0014 }z\u01c1\u000b;-r\nWz\u0014\bSt;7l#\u001e\u0333gQ\u0012$FO\u0017p^4;Aq\u000fX\u0016FvLgLuLk,\u000fHvWuA|\u0713d\u000f\u001e9A,\f l+\u000ePl\u0003\t-?\u0012Kngw;\u001d.l?\u04e1J\b_6k\u0003[![l\u04f4tW\u001a]ALysf>\u0012z\u001dI8V;J0\u02d2L\b\u0005\r*R8 \u0013\u0000Z\u072b\u001a\u001a43C\u001903aF49\u000e]^iP>A\u001c\u001e\u0006{HKG\u0005\u000e:N\b>\u0007\u0001R\u0016:\u0000w\u027e\\\u0000\u0017\u0007\u03e1\u001eg\u000b\u001f\/qR\u001eY4]z,W0sr\u0013\u0018\u07d5I\u0626Cl\"6y\u001d\u01e0yhEK|Qz\u001ey\u0719^x\no.e$\n\u001cn\u0001KM(z3rx9N|\u0007E\ub162\u001e\u0014qg^sZkwY4>`\u001a]\/0\u0019~g\u0015{_\u0002ldT%\u001a\u001f(\u0017X3\u000e\u9fa7\u000bqu;\u0007\t\u02a7\b<\u07c1}&s~G\u0005:'XQ\bQo:Q_\u001a>g\u0000{\u000b#`aV\u0010>gqn%\f\u061cM3w\u07f8\u0007hgr=f\u0484c\rc\u0003#\fc\flQ=\u0018dKX9\u043fT.\u0012n\tT}\u001e{xo{ev]\u031f\u0011`=\u0545\u000fvw2\u001cF\u0014\u0015\u079e1<`h\u001fC\nP_phh\u000f%\u0017~ej\u001a_Z}?oS?N8m\b\u0007\u0011su\u0774\u0774}8\u001e~!6vu|\u0004t}\nx<\bo\u001a#]:Acm\u001e>~\uda4f\udf22Ot`:HfHeE\u000eKs\u0166wGxZ9}\u000f{\/l.\u0017a\u001cGs Ou\u001e\u001e\u000f#=:v\u0278w\u001e\u000fxZ>,WC#\u0018|8>\u001e0\u0016v\u0010N+~:9%s\u01c3Ks\u0166xp\u000f_\u0017~*0\u0007}{A?QG\u0019CP\rzaT}\u001f\f{\u000fBzMoKzG:%\u0010`1\u001fe\b8\u0015\u000br\u0018ps\u00000\u0004^\u0000h1\u001fVON=\u0000H\u0013\u0000q}iA`\bz 0\u0004e^\u0010\u0006V\t{#t\u0000\u07fa\u0005-\u05c5G\f\rN\ts\u0006\u0006iZ>=\u0001\u16f8gj >\u038eZ)\u00057\u06a4\u0179M)?\u0013x\u07f7?=_\u05e9\u001e\u05a7\u0010\\nzO7V\u0013cqk\u05fd\u0013#kGzg3[|et{%5kTC)`(ia(9+CC2T\u02afX^?ZOU^5c_~,;R\u07b1>D\u05eb\u0019z}\u001eY\u0005p\u00aa\u069a_!'\u0010WJDhMzY\br3\\~?LGG\u001f;Z\u001c8N\r \u0013\u0007q;GN\u0001zN?VP8[Y\u06cfj}X\t\u0002\\n\u0469q\u000esm)\u045e|\\};lnG\u000f_\u001fO\u001c\u06fa\/G.TNua*=\u03bcZ\t\u000ea \u0015\u01b0uT8\f7*\u03fd:\u0015\u00a1|9C\\UPs3\u03edC\u0001=0g\u075dF\u001aO\u001f}i5\u07af\u001eo}ij],\u0016!\b';,\u0204\u0001\u001b\u0007f\fj\u0007Ps\fc\u001f5-\r\u0000w\u06e7\u0019G\u0011\u0002\u0019tK\u06c7\u0371Dk1lZ~jGo>Z~Qy\u01ee]?&\u054f7o.|zrni\u0017\u001e\u0367\u06e7o\u001foq\u04e3^\u001f\u0016e{hm\\\u0015V&]x|\u001aMo\u0017>t\\l\u001f\u001fnWutj\u01cdOzjc\u001a\u0124K\u0015O>\u0355&f1yz|no+;u\u0013PZ\u076d|Q\u38caOeGn^QQ\u001e3\u0004Q\u0005_?\u0127\u0577wB}vJ\u00fbOK%\u0006z\u001d_\u3e05p\u000fw\u7c75u\u019bT;yo\u000ef\u037f.T#|C\u073cAoz;pN*z'\\S\tY\u00046w\bSZ\u0574ob7O\"\u000eT75ae|\u001f8\u0016O\u0007b\u001fc\u0013\u0004-.~Z~6:\u0003ssPU|Z\u077f^~^|sgS.o_o^<,\u0017\u001b-\/Y\u000bOSL\u001fj7)>}\u000b}xZY\u03eb|\"&\u0547uL*4pc>\u001f~_;[o,c+\u0006x.uGgw\u000f\u0005\u01f4\u06c7\u02a8,m==\u000epbt\u067f*?F:p9\u01c7\u06ef\u0016\u001c\u001ek.?vI7\u001e+\u001e\u000fmk~8|`0's}\u0011%$\u000fO\u000f\u0006\u037f~o4ue,,\u0142\u05efsb\u0004s\\Sq\u0752]\u0673_\u057aWJZSmGTT\u0013b<(4\f\u00ba6\u0015E\u0012\u06ba\u001d=JY^_\f\u0012+e\u001d|Rp~-;\u06bcD_Eb\u0002:o\u001eYk.\u00114ny\u0005Xd]g~-?,yt\t\u0015oe6mbhC\u07c7\u015eV;>\ucc82mw{ n>\u000f]\u001exX^t{S:GO.6^\u056b2Niay#\uf872qkT\u05d2vo\u0003\u05f7\u000fo\u0010,\u01516y\u0019&\u000bVi^4u\u071f\u001bW\\77rx\u8eb9i2\u01ab2Q%[)zlV0n4\t\u07df-6\u0557\/onn\u001a\/\u0016]xronn|^4\u07d3g=\u001d\u07d4\u0018>q%\u067an{\u001bAQ\u677eY%-[\u0015f\u067a)U\ne6\u001e\u0018T7vIT%\u0764<\u8af2?\u03a1\u07a8jej_gY\u001b+.G~NW\u06befe4Joo62\u001a\u0005\/J+{n[S\u0016o\u04adoUi$|C\u053fC;eoo\ub7a1Ri~QZ8WcR5:\u0004f^F\u01d8&AIU\u000f\u022a.)w_|Z|\/\u001eo?H=rx(|Wr>\r\u0452\u077a3%<<;\r(z\u001d\u04c7YGJ\u0404*\u0002\u0002a#{y\u0017?\u000e}Z(oGl\u02d3HYp#\u000bk_\u0015\nn^\u001a\u000egz\u00153i\u0178M]\u001dzb'\u0155\/8>+a`7 f{#f\u001be-\u0012\u00014@f\u001c\fd\u00062\u001b6K s\u0018\u00022\u0003\u6c80@f 3Y\f\fd\u00062\u0003\f\u031a!4\u000fKF\u023b$ s3i !Y6\u02e3\"\/L9PS,\u000f\u001cj\u0007R=0\u0017\u001ewWj\u052b.W\u009cOzPg>\u0003suAPg7Pg\u0005uPg&\u001d\u0539^\n\u065c\u0016\fu\u001e\tu\u0016Ir_\"\u0011YO\u0003u\u0321P\u0019h\fuYBP^\u0017\u0019\fu6\u0005u:CbfPg3\u0019e\u0000ulO\u001cX\u0003\u0005\u0016%\u0018!P\u0014\u0739\u001a\u001aa\u0018rj\tU4\u000bbef\npW]\u00046}\u0006\u00026\u0003\u035ao\u0000\u0356\u000b\u062c\u0001M:`s\u0014`9-\u0019<\u0012,\u0003\u07b4M*ps#\rY3\u000777ff1f\tnn\u001a{]fp3\\\u0016\u0019\fn\u00067fp\u0001Y\u0000,~\"~\\\u00197K-\u0002n\u0013\u00067\u000b\u01a7W((Cu(\\=ZHS \u0013x\u0017U\u001a;\u02d5\u74f4\u001e\u0019\u0000\\]g3Y\r3rA5;3\u0019I\u0007y\u0002y6\u0003suA!\u03d0g7 \u03d0g\u0005y \u03d0g&\u001d^\n\u065c\u0016\fy\u001e\ryn\u001c \\D7\ny\u0013A!\u03e64\u0019h\u0006y\u0003suAPg7Pg\u0005uPg&\u001d\u0539^\n\u065c\u0016\fu\u001e\tu\u0016Ir_\"\u0011YO\u0003u\u0321P\u0019h\fuYBP^\u0017\u0019\fu6\u0005u:CbfPg3\u0019e\u0000ulO\u000eg\u0722\u0004#d\u0015;7\u0013@\u1a3cK\b\"\n\"%l\u000e\u0562Pf\npW]\u00046}\u0006\u00026\u0003\u035ao\u0000\u0356\u000b\u062c\u0001M:`s\u0014`9-\u0019<\u0012,\u0003\u07b4M*ps#\rY3\u000777ff1f\tnn\u001a{]fp3\\\u0016\u0019\fn\u00067fp\u0001Y\u0000,\u001a\u0002'7f\b3n\u0016T\b\u034dD:0p,+(Cu( H\u0692gU;5\u0007PPzJIZ\u000f\fyg\u0000y.3\u0019\u0006\u0019l \u03da\u001d\u0019\fy\u07a4gc\ucd7a\"\/\u0007%\u0004\/\u03c3m\u001d\u0002XtE_NIIq4\u0015[(Qs\u07f7g{5\f#\u04d4DW;\u0019o\u001a\u01c27xslxsA=\u0019o\u019b8\u0005ocfy#\u07ac\u001a\u079c\u001171xsP\u001do\u019bjxP\u0019o\u011b\n\u078c7r_x3\u078c7jcx3\u078c7A\u0003xsPYWi \u0015<\u000f\u06a38=Le\u001b3<8r-K9i@&e'\u053c`\u0000<\u0016\u0019l\u0006g\u0003l\u0006#\u0005l\u000e`3<\u0101~\/`\u001c\u000b6\u001bf\u001d(y\u0016\u00037\u0007fy\u00067XMy^\u0019np3,\u00057p3\u072c6\u00067p3\u001c4\u00007\u0007u3\u00d8)\u000bb\u073cdBy:\u072c\u0717i\u063a*R\u066d\u0539g\u0005-\u0235\u00054 N\u01b2\u0013y^egyj\u0000y\u001e\u000b<#<#\u03d1<\u0007g\u0019y\u001eg\u0017YE\u0233jd\u057bX\u01acs\u0018<#R\fZ\ry\u0016!3|mAgY\u000byFgYm\fyFg9h)Y\u001e\u00069\u001d9}2\u001a-\u0017\u0305\u0011<\u000fZ\u01dcA<[r4e\u02bdw\u0416 s`<$M\u0018N3\u0007.S\u0003Xep\u0019\\\u000e\rp\u0019\\\u0014p9\u0007.\u0010\u0007.r,\f.o\u0004U1V30\u0006^\u000e2\u001cTc5yex\u0002\/\u0017\f\/\u0018\f\/r\u0000\u001c}|^>gc\ucd7a\"\/\u0007%\u0004\/\u03c3x4`\u00156)\u0019\u0352X]C\bs\u0007-6ge}\u04b6?]v=3T[\u0001(S(Fp\u0010\t#\u064920w\u00183<51\u0005c\u019811Hz\u00183\u018c1\u000fq\u0018\u000b,b\u0018FYk9#\be\u000ecP:\u028c2be9V\u0013eWF*(3\u028c2}(3\u028c2(3\u028c2\u0007\rAWf~6^+*szPrO(:'_\u0267I\u0443JWfcMV2\u001a\u03f0\u0656}ww\u02224 KS\u01b2\u0017l^cfyj\u0000l\u001e\u000b\f6\u00016\u0351\u00026\u0007f\u0019l\u001ef\u0017Y\u0005`19\u06bc0\"n&F9o-s^:Z7GbZb5\u0019yF-3<}!3rr\u0018\u0796xl]}\\\u0015V=:rK|V\u2dd7\u0001yv4*<#S\u0003Xg\u0019y\u000e\r\u0019y\u00149<#\u0010< r,|Y|y\u001e\u0013\tb0Y\u0010\tgIL\u0002g\u00128\u0007 f\u0019b@\u00103,\u00051C\u00103\u012c6\u00061C\u00103\u001c4\u00001\u0007u\u001fI|LYN\u0002\u000ey^a\u0459\u0004\u03af`g\u0019v\u03b03,\u0005;\u03b036\u0006;\u03b03\u001c4\u0000;\u0007u\u001fI<^(,WrF\r\u00128GbHZ\u0004b5\u0019l\u0006-`3\f6}`3\f6`3\f6\u0007\rA\u0747f\u00128]n\u00138\u07dd,}Xn&kk5\u0019n-p3\f7}p3\f7p3\f7\u0007\r<\u00057kpZ]\u04c3{\"kY\f<\u000bZ\u0007\u0006\u0375m:=r\u030d[=6'\fs\u0494\u0004W;\u0019b\u001a\u00021C\u0010sl@\u0010s@A=\u0019b8\u0005bc!fy#Le\u0016,T'k3Y_\u03b03|magY\u000bvagYm\fvag9h\u0000v\u000e><;ysfRYc\u0002sn+['X\r28\u0003\u0003\u000fJS%9i@~\u000e\u2531DW=\u0019y\u001a@\u01c2<#sl s A=\u0019yF8\u0005yc\u7dd4\u7724f\u0441(\u0286\rdpnt9\u03c31gm\u0013s]U-\\R;mp\u0001:'\rc\u04e4\u0004W=\u0019t\u001a\u0000\u0002:\u03a0sl\u03a0sA=\u0019t\u00068\u0005tcAgy#;\u0001)1cme(^:[We_s#\u0004;^\\uvKU^r`\u0280R\u01b2\u0013u^ePgyj\u0000u\u001e\u000b::\u0391:\u0007Pg\u0019u\u001ePg\u0017YEQ\u7368s^JdF>py\u001eSl=LUk\u0007\u0001|X\u06b85r\u01d6`s\u0480<.M\u001aNy\u0003\u0001y,`3\f6\u0007\u0006\f6G\n\u001c\u0003fy\u0003^f9\u0016l\u00067(_kuAF\u000b1psP}\u0379+[\u001cz7Z%4 N\u01b2\u0013y^egyj\u0000y\u001e\u000b<#<#\u03d1<\u0007g\u0019y\u001eg\u0017YERG\u0703<\u0007%DF\u0018y\u0016\u061c\u0015E\u07729}s\u05adN\u02b3,m\u047a;H\u001a8e,;Uf\u000fh\u0006\u0006\u0000@3\u001c<\u001b@3\u001c)@sP\u000fh\u0006!\u000eh{\u0001X\u0019h\b4tf#9u]>Y\u0016g\u0018V\nW\u0001yS\u01b2\u0013u^ePgyj\u0000u\u001e\u000b::\u0391:\u0007Pg\u0019u\u001ePg\u0017YEQ\u73683Y\u000b\u015d\u0719\u06ad\u001d;.\u032d\u001dri$\r\u04a4\u0004W=\u0019l\u001a\u0000\u00026`sl`sA=\u0019l\u00068\u0005lcfy#L\u0016+[qn`\u07779Uo\u0255\u7fb2)eYS\u0006!N\u0019NyC\u0001y,3<\u0007\u0006<4tP\\,'d\/\ua8aa0sun\u000b\u0002^R\u0016s\u0480<7M\u001aNyCQ\u0001y,3:\u0007\u0006:G\n\u001cCQgyC^Pg9\u0016uF7dq\u001e\/ti5zk[[A\u07db,}Xv&k5\u0019v-3\f;}\u03b03\f;\u03b03\f;\u0007\rA\u0747gg9]n9k\u00f3.9\u05e5^#Y>g6ES\u0006g$N\u0019NyC\u0001y,3<\u0007\u0006t)I&8sS\u9557:7[\u000e[\u0006iXv\u03ab\u001e:O\rcAQg9x6Pg9RP\u001e:C\u001c:\u02f13\u0011u&x\\}\u065d7H\\i[e)l{X9e@~R\u2531\u0004W=\u0019l\u001a\u0000\u00026`sl`sA=\u0019l\u00068\u0005lcfy#LJ+[U3:\u001fV\u0275J\u0233m\u00165=2:\fI2*<#S\u0003Xg\u0019y\u000e\r\u0019y\u00149<#\u0010< r,X;`(A=,\u0006s\u0005LFg\u00e23\u0019_\u03a03|m\u0001AgY\u000bt\u0006AgYm\ft\u0006Ag9h\u0000t\u000e><:t\\\u03a7\u760cB\u0747Ug2:VCQg\u0682:\u03a8\u0017:\u03a8\u0018:\u03a8s\u0000\u001c}xu&x\\})6\u001c!k52:f\u0019l`3,\u00056`3\u062c6\u00066`3\u001c4\u00006\u0007u\u001f\u001e|vp\\}LFg2:\/g2:VCg\u0682<#\u0233\u0017<#\u0233\u0018<#sS\u0233\u0006g\u001e\u00159=('2:`\u03b3;\u001a;\u0016\u0019w\u019dpg\u0019w\u019dpg\u0019w\u019d\u0006p\u00fb3\u025d\u03eety\u03bd\u0006\u0014J*yrg\u06f7v\/J2 ?=qXv\"\u03eb\u001e\u077a\u0019\u001dl;%\u00149\u03c2Y\u0019\r\u0012:\u001b\u06fbupnj,+\/.,K2 ?%qXv\u0002\u036b\u001e\f4O\r\u0000c\u0001f9x6f9R\u001e\f4\u0003C\u001c\u00024\u02f1@3\u043c\u0011h&2f\u000f]R\u0011?sFg\u047bZ&;7mi+jZ$s\u0280)c\t;2{3<5\u0000;\u0005va\u0640aHz3\f;\u000fq\u000b,\u03b0F\u0619\u0002r-q&3\u0019\u00173\u0019_\u03b83|mqgY\u000bw\u019dqgYm\fw\u019dqg9h\u0000w\u000e>;Jg\u5e6di4.\u001c27{M1w\u0001yv4*<#S\u0003Xg\u0019y\u000e\r\u0019y\u00149<#\u0010< r,=z\u001e\u00159=('2:`\u03b3+\u000f^Ml)*\u0004-:[)a\u0019>\f)\u04d4\u0006W?\u0019|\u001a\u0000\u0002>slsA=\u0019|\u00068\u0005|cgy#y>\/L\f?oQmeL{\rc\u001bSz\u03f6*\u06f7\u069e%4$OF\u0017~^ggyj\u0000~\u001e\u000b\f?\u0001?\u03d1\u0002?\u0007g\u0019~\u001eg\u0017Y190\"&V\u0001z\u0019\u02e2-z1\u0000\u02be\u001a\u0005\u00006$\u000fPF\u0013^i\u0000h\u0000zj\u0000\u001e\u000b\u0000\r@\u0003\u0001@\u0003\u0411\u0002@\u0007\u0000h\u0000\u001a\u001e\u0000h\u0017\u0000Z\u0005\u0012,$qFPrO}>gA;[^[;ZR\u7bb2uezE\u0017m}N\u001au7i4;\u000fyF\u0006 3\u001c<\u001b3\u001c)sP\u000fyF!\u000ey{AX\u0019y\u0788.>sX\r|\u0006k\u000b\f>r_3\f>jc3\f>A\u0003sPr\u0011O\u066dl=Bg\u0012\u000eY7\u0486\u0014-N\u0019^y\u0001y,3\f?\u0007\u0006\f?G\n\u001c\u0503gy^g9\u0016~7\u03e4}>R\u0000Z\u001e\u0000i-m~g.iS\u0014-N\u0019N\u0000z\u0003\u0001\u0001\u0000z,\u00004\u0000\r@\u0007\u0006\u0000\r@G\n\u0000\u001d\u0003\u0001h\u0000z\u0003^\u0000h9\u0016~KH7\u0015\u0001zI\t%g1,h1=+f3\u05b6>W&A\u0017gW~L|N\u001as7i4;\u000fx\u0006\u0006\u00003\u001c<\u001b3\u001c)sP\u000fx\u0006!\u000ex{\u0001X\u0019x\bS\u0003Xg\u0019|\u000e\r\u0019|\u00149\u0007>\u0010\u0007>r,\f>o\u0004<^(,W\u001a?w\u0007}SnE\fp\u0661)C\n\u000eK\u0019^y\u0001y,3\f?\u0007\u0006\f?G\n\u001c\u0503gy^g9\u0016~7d}>R\u0000Zq^\/\ubcf1{7&;u6\u0000!\u0005\u694cf\/\u0000\u0001\u0000\u0000\u0000=\u0016\u0000\u001a\u0006g\u0003\u0006#\u0005\u000e\u0001\u00004\u0000=\u0001~\/\u0000\u001c\u000b@%@npZ]\u0011\u04c3{\"Y\f<\u000b\"}\u166c\u03d1\u000bd}\u001e\u00013|m\u0001gY\u000bx\u0006gYm\fx\u0006g9h\u0000x\u000e><\u0001>\u03d1\u0002>\u0007g\u0019|\u001eg\u0017Y\u00053Y\u000b\u001bOfg2muKZ\u001b{)C\n\u0016f\/\u0000<\u0016\u0019~g\u0003~#\u0005~\u000e3<~\/\u001c\u000b?\u001bg>])\u0000-W\u001a@\/j[\u001d\u03fdLu)C\n\u0016f\/\u0000\u0001\u0000\u0000\u0000=\u0016\u0000\u001a\u0006g\u0003\u0006#\u0005\u000e\u0001\u00004\u0000=\u0001~\/\u0000\u001c\u000b@%@_]\u0003VW\u0004|\u0016\u0003=\u03c2\u0016\u04f3m<\u018ai\u001bRMVx.iS\u0014-N\u0019^yC\u0001y,3<\u0007\u0006]&,W\u000fn(iv}\u0317\u0016}N\u0019R8e4{u\u000f|\u0006\u0006\u7c403\u001c<\u001b3\u001c)sP\u000f|\u0006!\u000e|{\u0001X\u0019|\b>yPY\u001el}VrN])\u0000-Wx5>\u06b6Olk\u0016\u000b\u0000!\u0005iSF\u0017^g\u0000h\u0000zj\u0000\u001e\u000b\u0000\r@\u0003\u0001@\u0003\u0411\u0002@\u0007\u0000h\u0000\u001a\u001e\u0000h\u0017\u0000Z\u0005\u0010\f\\TJ\u0011\u0013ibYN\u9674\u03e4}~TI<>yPYNq7i\u5e8f\u03e4}\u001e3|mgY\u000b~gYm\f~g9h\u0000~\u000e>}3\f>3\f>\u0007\rA\u0747g>\u0017W~}AK##[\u001b-!|4:\u0007?S\u0003Xg\u0019~\u000e\r\u0019~\u00149\u0007?\u0010\u0007?r,\f?oI|v\u0000\\}7HLc5>G*\u0003\u0431\u00002\u0000}U\u0001\u0001h\u0000Z\u000b\u0006\u0001h\u0000Zm\f\u0006\u0001h\u0000:h)\u0000Z\u0778vZ]\u0011\u04c3{\"Y\f<\u000bZLc\u0017\u0433iJ-{QkY!\u0005iSF\u0013y^igyj\u0000y\u001e\u000b<#<#\u03d1<\u0007g\u0019y\u001eg\u0017YE3iO[{Eu{n\u06b2:\u0016i\u0005g\u000e\u07c3n=9iH>&f\/\u0000<\u0016\u0019|\u0006g\u0003|\u0006#\u0005|\u000e3<\u0101~\/\u001c\u000b>\u001bg>\u0017\n?7uc\u0374\u03e5[\u0491\u0002\u000e4 mqh\u001f\f?O\rcg9x6g9R\u001e\f?C\u001c\u0002?\u02f13\u0011~&\u0655\u0016ro(:si\n~ 2\u0001\u0155e_Z\u0722)C\n\u0016f'\u0000\u0001\u0000\u0000\u0000=\u0016\u0000\u001a\u0006g\u0003\u0006#\u0005\u000e\u0001\u00004\u0000=\u0001~\/\u0000\u001c\u000b@%@\u001bX8\rr:\u0010\u0001Z\u001cI)\u0006z\u0005Ygl3Vw!\ubcedKkiX9eHA\u0004W?\u0019x\u001a\u0000\u0002<\u0003sl\u0000s\u0000A=\u0019x\u00068\u0005xcgy#LeBru>^\tY#u\u001f\u0017\u0017\f>\u0018\f>s\u0000\u001c}x|&x\\\u03efWBHg>g\u0019~3,\u0005?36\u0006?3\u001c4\u0000?\u0007u\u001f|v\u0000\\}\u06e97VMlZ& %}.?,M0 iqhv+\u001f?O\rcg9x6g9R\u001e?C\u001c?\u02f1[F\r*\u00159=('> \u03f3s)\u5253>wE\u0657Mm`m|-*4_w#eH\u0764\u0004W?\u0019x\u001a\u0000\u0002<\u0003sl\u0000s\u0000A=\u0019x\u00068\u0005xcgy#LeBr \ub1b2w>_\u00052}\u0010>\u001b\u0006=9iHA\u0005\u05d9?\u0019|\u001a\u0000\u0002>slsA=\u0019|\u00068\u0005|cgy#LBwJ\u001ag>^lUg[\u0017UU4\u02a6eIS\u0014$-N\u0019^y\u0001y,3\f?\u0007\u0006\f?G\n\u001c\u0503gy^g9\u0016~7$}>R\u0000Z\u001e\u0000>U]EF&@4F\u02f2>\f)Z2\u0000J\u0007@\u0003S\u0003\u0000X\u0000h\u0000\u001a\u000e\r\u0000\u001a\u0014\u0000:\u0007@\u0003\u0000\u0010\u0007@\u0000r,\u0000\u0000\u0019\u000bkuEN\u000fJ\ue26cg1,h\u001dzVg%\u000f\r;Wu\u02e0V\u0019|-\u001d;'\r\u07ef4pJ\u00077S\u0003pXf\u0019n\u000e\r\u0019n\u00149\u00077p\u0010\u00077r,\f7osr=w\u024armg'y\u001e^ge3zJt\u02d4\\|vq-\u0007=K9iH>&f\/\u0000<\u0016\u0019|\u0006g\u0003|\u0006#\u0005|\u000e3<\u0101~\/\u001c\u000b>\u001bg\u0015^\u0001T'M\u0683hFQy\u0016K~\u79aa.bnM\u0578*(\u021cihb\u001f9O\r`c1g9x60g9R0\u001e9cC\u001c9\u02f13\u0011s\fA\u0010+\u001c\u0006ng\u073aUuk\\n\u000b\u06f4E\b\"N\u001a\u000fI\u000b@3\u00004\u0000=5\u0000@\u0005\u0006\u0001\u0000\u0001H\u0001z\u00004\u0000\r@\u000fq\u0000\u000b\u0000-\u0002o\tZs\u0016^8#('\u0012<@\u03f3 \u0012<*9g4{f\u0012yPY\u001e6<\u0017\/\/I\u0395>kJ\u0015v.\\\tC\ns\u0015'f\/\u0000<\u0016\u0019~g\u0003~#\u0005~\u000e3<~\/\u001c\u000b?\u001bgr=])\u0000-WT\u075e:\u05f3\u000ekpm\u001f<\u05f3M4\u0000!\u0005SF\u0017^g\u0000h\u0000zj\u0000\u001e\u000b\u0000\r@\u0003\u0001@\u0003\u0411\u0002@\u0007\u0000h\u0000\u001a\u001e\u0000h\u0017\u0000Z\u0005\u00123MuE^nB\t\"Y\f<\u000bZLJ\u038a`\u025e\u00ad\u0014Z;#po\u0002K!\u0005\"RF\u0017o^gfyj\u0000o\u001e\u000b\u078c77\u03517\u0007f\u0019o\u001ef\u0017Y\u015bx3\u025eO[q&\u0673Pdg=V\u0003g\u0002>\u0017\f>\u0018\f>s\u0000\u001c}x|&x\r(ns\u04f8%H)-dxnL]^e\u0019S\u0014d(N\u0019^y\u00dc1\u0001y,39\u0007\u00069G\n\u001c\u00dc1gy\u00dc^0g9\u0016s\u019c7bdx>RYcN\u0018\\3s\u001eV{]\\\u0016VsE\tS\u0014$(N\u0019^y\u00df\u0001y,3?\u0007\u0006?G\n\u001c\u00dfgy\u00df^g9\u0016~KVVWH|\u0016<\u03c2H_[g\u0019|\u0002g\u0019|V\u001b\u0003g\u0019|\u000e\u001a\u0000\u000f$x\u001e\/tL$x\u07859y9c\u0398\u0005s\u019c1g\/\u0019s\u019c1g1\u0019s\u019c1\u00019L+E$x~}\u000b \\q\u0004c5\u0019\u019f-3?}3?3?\u0007\rt)\u001bW\\\n]pAN1+\u05dek\u00156\u001e\u0016wN\u0019R8e4{u\u000f{\u019e\u0006`3\u001c<\u001b3\u001c)sP\u000f{\u019e!\u000e{{X\u0019{\u0788=y\u043ds~gmwVM1'nK^D)C\n4e4!U\u000fr\u0006 @\u03903\u001c<\u001b3\u001c)sP\u000fr!!\u000er{X\u0019r\b9JAg<\u07b9i\u073a,<7eP](\u0003\\x`\u0090\u0012F\u0017^ggyj\u0000\u001e\u000b??\u03d1?\u0007g\u0019\u001eg\u0017Y\u015f\u041f\u0002~t&@L0=2w\u001ecY:6\rO\u0779{\u00df\u0779[aw\n\/00;qh\u001f\f7O\rcf9x6f9R\u001e\f7C\u001c\u00027\u02f1p3\u073c\u0011n&2\u0001g:\u0759jdwT\u019ec5ye=c\u0633\u0017=c\u0633\u0018=cs\u0000\u001c}x{&x\\}\u00029\u06f2+dw[5w2LSF\u001br^e gyj\u0000r\u001e\u000b\f9C\u00019C\u0391\u00029\u0007 g\u0019r\u001e g\u0017Y!\u73503\u065d\u03ee\u0014to\u0019\u0016\u0018EM?E\u04d9\u001e4 ;qh\u001f?O\rcg9x6g9R\u001e?C\u001c?\u02f1[sFBcK2\u001a+Adw>AgAYy\u038a>~)JGBzEY\u0014ES\u0014'N\u0019^y\u00db\u0001y,x3\u078c7\u0007\u0006\u078c7G\n\u001c\u00dbfy\u00db^f9\u0016o\u019b7\u0364w>]&,WKI|\u02e6Qf@\u0235Qqk;s\u0490\\\u0011)\u064b=33<5=\u0005{\u019eHz3=\u000fq\u0633\u000b,bF\u3162r`;7\u0007\u000b\u001ao\u0016(F\u0290\u0010)\u064b933<59\u0005s\u019c11Hz39\u000fq\u000b,b\u0398F\u0319gW:}\u0016:\u07f93{f+\ubbae\u000b[)C\n4e4U\u000f\u019f\u00063\u001c<\u001b3\u001c)sP\u000f\u019f!\u000e{X-Yg*\u00159=('; \u03f333<5\u0000>\u0005|\u0006\u0000H\u0001z3\f>\u000fq\u000b,\u01c2Fr}wnk&\u00b6u's\u0090\t\u000b933<5\u00009\u0005r!\u0640!Hz3\f9\u000fq\u000b,B\u0390F\u0219gW\n:\u0577woyn6U|?\f)\u04d4\u019fW?\u0019\u001a\u01c2?slsA=\u0019\u019f8\u0005cM\u0019u\u0004,\u0006y\u0005-g\u013b-\n\u075a\u0016wv+\u0010vQfYz!\u0005SF\u0017n^gfyj\u0000n\u001e\u000b\f7\u00017\u0351\u00027\u0007f\u0019n\u001ef\u0017Yp3O\t8Iz%u\u0775uyPYS>~tEU_C\u001azsw\u0007rN\u001aR\u001e\"e4{!u\u000fr\u0006 @\u03903\u001c<\u001b3\u001c)sP\u000fr!!\u000er{X\u0019r\b9JAgl_puWaA=,\u0006y\u0005QI\u001c\u000f\"X\u0391jp3\f7_[f\u0019nf\u0019nV\u001bf\u0019n\u000e\u001a\u000f\u0364w>]&,W'\ub5509Rqc5\u0019|\u0006-3\f>}3\f>3\f>\u0007\rA\u0747g;\u0017\n?ILzg3j3\f9_[ g\u0019r!g\u0019rV\u001b!g\u0019r\u000e\u001a\u000fO\u03a4w>RY$\u001bw&\u001a#XMy^\u00193,?36?3\u001c4\u0014slsA=\u0019}F8\u0005}cgy#L+\u015f5\u0013=\u03d7%&zn\r*As\u0290D\t\u064d?23<5?\u0005\u019fHz3?\u000fq\u000b,o9&bFPrO$z>AgAYX3Q\u0012<_gWe*0\nmoKP7'\r)T2x:7S\u0003xXf\u0019o\u000e\r\u0019o\u001497x\u00107r,\u078c7o\u011b|LY\u001ebov>$\u06a8\u0012^K|T\u0761.UDz\u001axM\u048bR=\f)HU2:\u0007>S\u0003Xg\u0019|\u000e\r\u0019|\u00149\u0007>\u0010\u0007>r,\f>o\u0004I<^(,Wr{8xc~\u79b2Ues\u0490\u0010)\u000b933<5\u00009\u0005r!\u0640!Hz3\f9\u000fq\u000b,B\u0390F\u0219gW\n:\u0577\u03abwnMmgNv.\u0012N\u001aI\u064b?33<5?\u0005\u019fHz3?\u000fq\u000b,o\u03d7gA=,\u0006y\u0005y^9\u064b7y7x\u0005o\u019bf\/\u0019o\u019bf1\u0019o\u019b\u00019L~e\"rwV\f;f\/L~\u001a\f>\u0016\u0019|\u0006g\u0019|\u0006g\u0019|\u0006\u00063\u000bN\u067a:0\u000esF\u0017}&X\r}Fk\u000b>r_3>jc3>A\u0003sPTgW?\u0577\u03e4z&\u001a#XMy^\u00193,?36?3\u001c4\u0014m=WE}\u04c3{\"Y\f<\u000bZ,c32=Ei;pkhqm\f)H\u00162p:\u00077S\u0003pXf\u0019n\u000e\r\u0019n\u00149\u00077p\u0010\u00077r,\f7o|LY\u03ab&zmS\u0019-avV\u0000\u0017&zN\u0018R8a4U\u000f{\u019e\u0006`3\u001c<\u001b3\u001c)sP\u000f{\u019e!\u000e{{X\u0019{\u0788=yPYq}^1s\u01a8;\u725e\u075at+;s\u0490D)\u064b>33<5>\u0005}F@HAz3>\u000fq\u000b,\u01e2FDgW?};\u0709K76]BtK\u001c44 Qqh\u001f?O\rcg9x6g9R\u001e?C\u001c?\u02f1\u001bsaj]\u00163{\"Y\f<\u000bZ*\u03fd-y;-m\u0757\u0006F\u02bdFce\u071c0KSF\u001fn^cfyj\u0000n\u001e\u000b\f7\u00017\u0351\u00027\u0007f\u0019n\u001ef\u0017Yp3O\t8\u0577\f&z6 %z6eUvJ\u0299S\u0014$*N\u0019^y\u00de\u0001y,3=\u0007\u0006=G\n\u001c\u00degy\u00de^g9\u0016{\u019e7b$z\u001e\/\u0014}o\\K\\[6\u073bt\u001eOHS\u0014ihv\u03eb\u001f>O\rcAg9x6g9R\u001e>C\u001c>\u02f13\u0011}&\u0655rm\udae8\ude5eTi#\u001c4\u0638e!\u0005\u0007\u594cf\/\u0000<\u0016\u0019\u019fg\u0003\u019f#\u0005\u000e3<~\/\u001c??g6V$F$zbY\u001eD \u0012=H\u001c\u00067p\u0005nf\/\u0019nf1\u0019n\u00019Le\u0002r-3I|FHe9V\u0013{W\u019e*3=}a3=a3=\u0007\r`A\u0747g\u0012=\u0017>7$z&Lj3>_[g\u0019}Bg\u0019}V\u001bCg\u0019}\u000e\u001a@\u000f$z>RYm&3H\u001c?jU\u0005\u019fg\/\u0019\u019fg1\u0019\u019f\u7801gu\u0699\nkuEN\u000fJDg1,h<+\u0756\u000eFKt\u0019x:sYsm\u01ad\u0001JeH\u0019R+\"e4{u\u000f|\u0006\u0006\u7c403\u001c<\u001b3\u001c)sP\u000f|\u0006!\u000e|{\u0001X\u0019|\b>yPYfzn=*\u000f>\u00c2@[)C\n4e4U\u000f}F\u0006\u7c603\u001c<\u001b3\u001c)sP\u000f}F!\u000e}{AX\u0019}\u0788>Jgzycf\u7db3\u07720\u0016(s\u0290L)\u064b?33<5?\u0005\u019fHz3?\u000fq\u000b,o\tQg*$DFPrOdz>AgA\u06a6w>5tCLN=pQ!\u0005SF\u0017n^gfyj\u0000n\u001e\u000b\f7\u00017\u0351\u00027\u0007f\u0019n\u001ef\u0017Yp3O\t8\u0577\f&z-SmTM\u00164\/K2 UDhb\u001f=O\r`cg9x6g9R\u001e=cC\u001c=\u02f13\u0011{&x\\}^h\u06a2\u0019t+\u05adD\/K2 QDh\u001f>O\rcAg9x6g9R\u001e>C\u001c>\u02f13\u0011}&\u0655rm\udb28\ude5e\/C\u0674\u06597\u0010#2OSF\u001b^egyj\u0000\u001e\u000b??\u03d1?\u0007g\u0019\u001eg\u0017Y\u015f\u049f3uE^W#@\u0012=O1,hLx\u0010j$zTf\u00027p\u0017\f7p\u0018\f7ps\u0000\u001c}xn&2\u0001gD$z>U#s2\u001c=+cW\u0015\u0019{\u019e\u5fb0g\u0019{\u019e\u01b0g\u0019{\u019e\u00063\u000bE[ow&s3\u065dj3\f9_[ g\u0019r!g\u0019rV\u001b!g\u0019r\u000e\u001a\u000fOdw>RYet&3\u065dO\u001c?jU\u0005\u019fg\/\u0019\u019fg1\u0019\u019f\u7801g>WaA=,\u0006y\u0005-g\u06f2<\u0016uimBvg\u0003W\u0745\u0014f'N\u0018^y\u0001y,p3\f7\u0007\u0006\f7G\n\u001c\u0503fy^f9\u0016n7dw>]&,W28\u0779\u02b27t\t\u065d6.6\u0014d'N\u0019^y\u00de\u0001y,3=\u0007\u0006=G\n\u001c\u00degy\u00de^g9\u0016{\u019e7bdw\u001e\/\u0014}oYWlL~vgSHs\u001a)C\nCf\/A\u0390\u0000<\u0016\u0019rg\u0003r#\u0005r\u000eA\u03903~;\\\u001aE!su(\u0003\\9eHAz\u015b\u05d9?\u0019o\u001a\u01c27xslxsA=\u0019o\u019b8\u0005ocfy#Lze\"r-'X7ssX}\u975b.{\u0014'N\u0019^y\u00de\u0001y,3=\u0007\u0006=G\n\u001c\u00degy\u00de^g9\u0016{\u019e7b\u03e4w\u001e\/\u0014}oYWH\\em\u000b5\u001ew !\u0005!RF\u0017r^g gyj\u0000r\u001e\u000b\f9C\u00019C\u0391\u00029\u0007 g\u0019r\u001e g\u0017Y!\u73503\u03ee\u0014to\u0019Mlm7\b\u025fmm2.2OSF\u001b^egyj\u0000\u001e\u000b??\u03d1?\u0007g\u0019\u001eg\u0017Y\u015f\u049f3\u0012LuE^`B#@;O1,\u02a4w\u0019^c5\u0019o\u019b-x3\u078c7}x3\u078c7x3\u078c7\u0007\rA\u0747f;.\u0013qo{3I|FzHe9V\u0013{W\u019e*3=}a3=a3=\u0007\r`A\u0747g;\u0017>\u0577\u03e4w\u0007yFzH5\u0019r-3\f9}A\u03903\f9A\u03903\f9\u0007\r@A\u0747'g;]),W2:\u0799\u03a7jwT\u019fc5ye?\u0017?\u0018?sS\u0006g*\u00159=('; \u03f3}R\f;%\"+\u02bd7VyeH\u0019R\u001d\"e4{!u\u000fr\u0006 @\u03903\u001c<\u001b3\u001c)sP\u000fr!!\u000er{X\u0019r\b9JAg<\u0779-*[3n\u000f+S.l?'\r\u04e4\u015f\u05d9?\u0019\u001a\u01c2?slsA=\u0019\u019f8\u0005cgu\u0699\n\/\u0011\u0013\u065dbYRy7\\R{}zvon`2=\u04f3m\u06ad.4A\u000e6MU\u000e\n&\rs\u04e4\uc11dW=\u0019t\u001a\u0000\u0002:\u03a0sl\u03a0sA=\u0019t\u00068\u0005tcAgy#J\u0011\u0004;1sX}U\u0657\u03b03,Vag\u0002;\u03b0\u0017\f;\u03b0\u0018\f;\u03b0s\u0000\u001c}|v8ZO+\u0016TzAY\u0250<\u001b\uba73)z5mq-@\u0233QnP4\/\u02b34$?ODhv\"+\u001f=O\r`cg9x6g9R\u001e=cC\u001c=\u02f13\u0011{V=Z{\b\u009e\u00189=cb59R\u0019{\u011e\u7571\n=cr_3=cjc3=cA\u0003sP9#\u0273\u0550F%Yy:6B\u03ccV\u001f\u0006\u0001M\u0468qK9iH>&f\/\u0000<\u0016\u0019|\u0006g\u0003|\u0006#\u0005|\u000e3<\u0101~\/\u001c\u000b>\u001bg}\u0001X2\u001dj\u000f*] \u0019~\u0005c59R\r~k\u000b\f?r_3\f?jc3\f?A\u0003sP\u066d>2hlIw!j\u0017\u0000=\u000fZ\u0007{\u00fcXk\u04ba\u001fse8h\u00062ugO2}N\u001aI\u064b>33<5>\u0005}F@HAz3>\u000fq\u000b,\u01e2f9c:A2jE \u0019}\u0016\u001a\u001c>\u0005}Fg\/\u0019}Fg1\u0019}F\u7801ggLKN\bJ~>\u0019evP:\u009dAs^=F\u07a6\u0012\u06bb\u0770M]\u05452<\u06e6jh`\u0000\u0006iXv\u03ab\u001e\f:O\rc\u0001Ag9x6@g9R@\u001e\f:C\u001c\u0002:\u02f13\u0011tV%Zu\b\u00189v\u065eag.\u001cF\u03b0\u0000<\u0016\u0019vg\u0003v#\u0005v\u000e\u03b03<~\/\u001c\u000b;[agM\u03f3,\r\u000316\u001bs\u0018c\u0003ec3\u0006tM[(\t=y6-\u0018ZEy6H\u001aNy\u00de\u0001y,3=\u0007\u0006=G\n\u001c\u00degy\u00de^g9\u0016{\u019e7b\u03ea'_k\u0019As\u0018=\u0007\u0571gY=G*c\u03f12|UgY\u000b{\u019egYm\f{\u019eg9h\u0000{\u000e>=g$y\u001a\u0488$\u02f3\u0013<\u000fZ'\u0746Q\b\u02b4 \u0cf1)\u001a5n\t>'\r\u04e4\u0005\u05d9?\u0019|\u001a\u0000\u0002>slsA=\u0019|\u00068\u0005|cgy#l\u000f9\u0016vth=\u05aat\u0005?\u03c3g9\u0016\u0004?H5\u0019~-3\f?}3\f?3\f?\u0007\rA\u0747g\u0230V%\u0347\u0785J_\u0000\u03dbgmC\u042awZ0\b}F y>G3|mAgY\u000b}FgYm\f}Fg9h)9'qz\u000eD}V2\u001aM'\u030e\u0011z^0\u0017JGp\u0436[\u0000Z\u0002wN\u001a\u01e6Ic\u0649:2{3<59\u0005s\u019c11Hz39\u000fq\u000b,b\u0398FYk9#\bu\u000ecPz\u0019jcjPX\rjk\u000b\f5Cr_P3\f5CjcP3\f5CA\u0003PsPY\u04b31KR\u001dH\u00045\u03c3Y\u001b(z5m58Jkei$\r\u00074pJ\u00078\u0003S\u0003X\u0000g\u0019p\u000e\r\u0019p\u00149\u00078\u0003\u0380\u0010\u00078\u0000r,\f8o\u0004UD\u00163\u00000\u0006p\u000e\u0003\u0380T\rpT\u0006c5\u0001ye\u00028\u0003\u0380\u0017\f8\u0003\u0380\u0018\f8\u0003\u0380s\u0000\u001c}|p\u0399\r\riDp^4\u001b\u0001\u03b3=s\u067a*R\u001bsyXiU]\u0007-\b{\u001c\u001e4$NF\u0017{^ggyj\u0000{\u001e\u000b=c=c\u03d1=\u0007g\u0019{\u001eg\u0017Y\u015e\u0633>Y%\u04e1 R\u0015<\u000fBH\u001036>3\u001c4>\u0007u\u001f^#Z4|]\u062a?\u03c3_\u0019e_\t7^=iO*\u001bU?IC4i4{u\u000f\u019f\u00063\u001c<\u001b3\u001c)sP\u000f\u019f!\u000e{X\u0019\u078c?k;Ve\u060a?A3\u001c\t\u009fjs\u001a?\u0016\u0019\u019fg\u0019\u019fg\u0019\u019f\u0006\u009fU78SaA=\u03df'x!\u000bB\by\u0007-glyuvg\u000e}sXk\u001cswEU\u051aW\/p\u0001yl4*9cS\u0003X0g\u0019s\u000e\r\u0019s\u001499c\u0398\u00109`r,9o\u011cUH\u00163P0\u0006u\u000e\\m\u05fb\u0015:r5\u0019uF-3:}\u03a83:\u03a83:\u0007\rAWgUQ1\\\u04414\u001bJOG3|m\u0001gY\u000b|\u0006gYm\f|\u0006g9h\u0000|\u000e><>G\u001ai\u043b\u0010U\u000b~\u0007\ud45f\u034bu&a>eU\u0003\u9ccb:)Hih\u001f>O\rcAg9x6g9R\u001e>C\u001c>\u02f13\u0019}\u05b63_\rz\u0017\u02e8\u0015}\u000egY\fBjs\u001a>\u0016\u0019}Fg\u0019}Fg\u0019}F\u0006B\u0573L8\rr:\u0010Y\u0001sd\u05171B\u000bB\bw\u0007-vglK]]\u07ad\u02ffV7o\u000e}OD3xZ\u00054 M\u01b2\u0013u^e0gyj\u0000s\u001e\u000b9c9c\u03919\u00070g\u0019s\u001e0g\u0017Y\u015c1\u7358\n\u05e2sF\u0010\u001c\u01a0APlomw\\\u03e8T\u0017u\u000e#PgYn\u0000u\u001e\u000b::\u0391:\u0007Pg\u0019u\u001ePg\u0017YEQ\u7b68(\u0018t.@\r'y\u001e\u001c\u001bf\u05cd[H(0?f7m\u001befPs\u0480<,M\u001aNy\u0643\u0001y,P3\f5\u0007\u0006\f5G\n\u001c\u0503fy^f9\u0016j7B*\u001f_K\u0019APs\u0018\u00035\u0007\u0561fy\u00065XMy^\u0019j@P3,\u00055CP3\u052c6\u00065CP3\u001c4\u00005\u0007u\u001f3\u00128+i\u0017\"\u053c$\u0001j\u0005\ud45a\u001a\u000eFgJJG\u0003]RQEG\u0007&\r?.i4;\u000fz\u0006@3\u001c<\u001b3\u001c)sP\u000fz!\u000ez{X\u0019z\b=[~\u039f]2\u001dZ\u000f*] \u0019|\u001a\u001c\u0006>\u0005|\u0006g\/\u0019|\u0006g1\u0019|\u0006\u00019V\u001f\u0019j4CBV\/y\u001eG~6\/\\U\u0016F;\u000fp.L\\\"}N\u001aI\u064b>33<5>\u0005}F@HAz3>\u000fq\u000b,\u01e2fY|5],V9\fBg1\b}\u001e\u03d1j3>_[g\u0019}Bg\u0019}V\u001bCg\u0019}\u000e\u001ax\n}2\u0017_8#(#9}2\u0018\u0005st;\u03c3\u0016m\u065dn\u07bd[wn }_\u0004\uf6fe\ua5749i@\u001e&e'a\u0398\u0000<\u0016\u0019s\u019cg\u0003s\u019c#\u0005s\u000ea\u03983G\u001a\u001c>\u0005}Fg\/\u0019}Fg1\u0019}F\u00019V\u001f\u0019j4CBV\/y\u001et\u001b\/\\E\u001ef>\u000b;*6$_OF\u0017}^ggyj\u0000}\u001e\u000b>>\u03d1>\u0007g\u0019}\u001eg\u0017YE\u8cf6jh\u057bXFs\u0018>b\u001036>3\u001c4\u0014k\"#k\u0115&sd\u05171B\u000bB\bw\u0007-vgeK[\u0019\u04f6im\u02f3=J\u0010[!Ers\u0480<6M\u001aNy\u00dc1\u0001y,39\u0007\u00069G\n\u001c\u00dc1gy\u00dc^0g9\u0016s\u019c7b*$_\u0019As\u0018:\u0007\u0543P\u001c\u00035VjP3\f5_[f\u0019jf\u0019jV\u001bf\u0019j\u000e\u001aO\u036aLc\u04cd4\u0003i6y:l\u0012f\u03660n5Q\\lvq\u0364D\u001cK\u0012j$\rO\b4xJ8#S\u0003X\u0010g\u0019q\u000e\r\u0019q\u001498#\u0388\u00108 r,8oDUEV3\u00100\u0006q\u000e#\u0388T\rqTFc5\u0011ye8#\u0388\u00178#\u0388\u00188#\u0388s\u0000\u001c}|q8EE)\"a:|k{$\u039d\/\u0679=j-=h!v4:=cS\u0003Xg\u0019{\u000e\r\u0019{\u00149=c\u0010=`r,=o\u011esf\u0014v\u043aBA3\u001c\tBjs\u001a>\u0016\u0019}Fg\u0019}Fg\u0019}F\u0006[}dP\u0017\u0307\u0785J_>\u03d1>\u0007g\u0019}\u001eg\u0017YE\u8cf6jh\u057bXFs\u0018>b\u001036>3\u001c4\u0014|Y|}\u001e9}2%$\u0011<\u000f\u06a3;\u0017\/meLQ_\/+>AV\bnQXI\u00034i,;QUf\u000fs\u019c\u00060`\u03983\u001c<\u001b3\u001c)sP\u000fs\u019c1!\u000es{X\u0019s\u07889|-:g\u0004a\f\u001cT\u000fv;Cr\fZ\rj\u0016AP3|mfY\u000bjfYm\fjf9h\u0000j\u000e>>52O7\u048c\u000ePzAPQRX<5\u00b8Das\u01797RkQB!\t!F\u0013o^i\u0010gyj\u0000q\u001e\u000b8#8#\u03918\u0007\u0010g\u0019q\u001e\u0010g\u0017YE\u0011\u7348\u05casF\u0010\u001c au\u0019q!\u0391\u0288s&<8_U\u0010g\u0019qB\u0011g\u0019qV\u001bC\u0011g\u0019q\u000e\u001a@\/\u00199&.8\/I8\u03c3\u0011g\u0010\u05538w\u02beTg\u0006~Q\u000bl\ua8a9[\"{N\u001aoI\u064b=33<5=\u0005{\u019eHz3=\u000fq\u0633\u000b,bFj\u001fs,z\u0010U\n}\u0007s$\b}\u001e\u03d1j3>_[g\u0019}Bg\u0019}V\u001bCg\u0019}\u000e\u001a@\u000fnA_0\u001fz\u0017\"*}]\u001e&b\u076fI~\u03eejZexs}v\u02d2o*\u0017s\u0490|=M\u001a^yC\u0001y,3>\u0007\u0006>G\n\u001cCgyC^g9\u0016}F7~\u6ae1Ub\u0019a\u0010>AX\r}TCg\u0682>\u0017>\u0018>\u03cf\u03ef\u001d|V\u001f#\u000fK\rp7?~Z\u0016'3ClAXvO\/\uf4ef\ud3167?mx\\\u02c1?4]\u000f\u001d\u0019C?jOz{\u001f;&Q$o2\u000e}$M?|\t\u001f>\n\u0331\u001e^\u001c79#x?]?}o\u001f?~?G[\u05f5\u001f$w\u001f\u000fJ# 7AG\u0017fpxC*o@:P+9z\u000fu\u000fu\u000f\u000f%\u001f\/C\u0005U|54s>\u0016\u0007>\u0012\u001a\b5Ey~\\?@\/\u9bdfyo,\u0018%VS[=\u0017\u0410g\u0015Oh^vu$d\u05e4Xe? i\u0003.\u0010]?`\u0002(.\u0018O+U\u001bB>5bo]?~EVVw\u0019}\u000f\/\\qD>q\u0017\u000f\/|v\u01df?~y=~ae\u001e.?}\/nOy\u035f~8\u0004?}\u0018'\u05cfJst~\/M~\/\u0000'|<\u001f>9gI~\u001bXF\u000b!x\u0005t}#}%OV\b_[|\u06e2c|>_\u0015\\-V\u001bn\u0012eE\u001d}qE|zkO~:\u00002\u17d2O\u001b\u03f1,\u0019\uaeb5!w_~U\u001dH\/\u000e_\u001fm\u0017\u06ff~\u01cf\u04fe98\u001f\/s\ue0ffr?S~4Sjc\nKwVHk\u0017!-$\u001e\u073f]\u0006}:|\u0007uwkp?##\u07ee\nx\u00174K^?^@\u000eK\u03cb\u001f|nHXv\/|h?y{n\u07fb\u0016\b[;.\uc0de4\/\u001a\u001a:-._XQuhKaG\u00fb\u0004\bF\u0017\u0017\/k\u001d%\u0019\nc\u001b!\u72bdCB\u001e\u000b\u04bf}\u0017\u0085O\u03e3\u001bW\u001d?9\u001f>E\u011b~\/|\/|?=\u001c?|O2\f_\rI\r\n5\u00052\"b<\u072f}!\u03feC\n\/7Iuo\u0005\u063cIu\u000fB\u01d6u}r\u0454\u0017ts\f\u001c[wD\u0017\/R\u001b\u001b)\\=~)h\u001f\u04f7\u00b7[\u0007\n\u001bVP\u0016.~-\\V=~-h\u0747~EF3\f5;P\u001f\u001eu\u0013\u0011m\".;\u4fbe\"R>\u0017\u0133,&O\u001fg\\L\\\u02b7J\u0315;JP\u0012Z\u03f2x\uf12d.%\rd_\nJ@'yURbx1'7V\u001d\u0011Ob\f\u0015x9Q+1\\\ue37f$P) ?\u001es\u02bby\u001d\u001d\"\u0001\u046f\r_\u000b\u000ePW\u0007j\u0005D\u00186\u0017H\/\u001fC1p\/\/&\u0015bK)w\\I\u0016f\u0013v8.A5nHwe\u0773RT\u001f\u0003Rv+-\t_\u0002\u001f~~\nCs\/\nm\f+.C\u00c6op\u001f'W}1\u0012>\u000f_>w\u001f~x-?yl;sW|[\u000e>|_\r\u001f\u00177_~\u07e9bjw*Ew|$e\\~\"\u0003y\u023c\u0703;%r\u0006w]x.!\u051c9_:BXt\u001aR]\u04f8(\u0772mi\\Lt`N#=|[>\u001c=\u001f\u001d_\u0000\u0002lo\u0005p\u000f\u0005\uf03fg>O(to5fK2s\u001c9Q?_:7Z~_?\u0004\u0457~0\u000e.}t\u001c?D>'\u000fO\u001f#\u001bl\u00d4+s\u00118#\u000f\u06b3q9Y~auy\u03fef._-\u000eJ&\u00078(7{V#\u81bfo\u04b6}w1=:\u053b#\u000f\u06de{'>'Y>\u0447GDG.\u01d7_5\u0010?\u0137=G>!|7K\u07eb?\u0745?]>X=}O\u001f~>Gx!m!1>\u0007s\u0016\u0007x\u0018ju{D\u000fA\u0019\u001d#1YGs\u000e3\u0019\u05daV\u001fKiC\u001e>\u0017?I'm|\u0095\u010e\/\u000f]{P_&3\ud3f4v]?iG-t4_JEF\u001fKyB\u0003~xSN\r_\u0415_=KL\u001eoc\u0007\u001f\tG@\u001e++\u001e\u0012yM;\u000fXy?v{f+i)\u001f\u07e4\u05f6\u0011\u0015\\_>\u0462nO~U-\u1cdbvn\u06b6?,:u\u0777'nvN;\u001dm\u06df{\u06b2|{f+m)Xl7H_{\u001b;x+\u048f.-[.\u048e(e.p7\u0014\u03ebz8\u06a78\u0531mp_3]w\u000f\u0006\u001f[k|k\u0699aPoM\ue2b5B~*\u062d>\u0637\u0006\u001b|o-AN\u001d\\3RS\u0000k%\u0003\u0645s\rw\u0013{\u000b.\u0097>'\u0004\tz'K\u001b\u05d7\u000fQCtS\u0387h\u001f\u0019Q\u0019?JR(JG\u150fRr8w_%\u0002-^OMSI!C}58\u0614si\u07fb\u001547d\u001bri\u000f\u001bE'\u0013e\u0687|\u0717\u001b\u0717w\u001b=>^GMvMM}T\n%7\u000eCM\u0723&V;\f71r\u001f>[?_>\u05d4O\u0002b=.q^~R\/-h\u04df?~\/}TIe.`QOv\u001b'\u001e\u0017\u001emm6hcn{c\u001eM.=|?_?td'Wh\f_y[\u001d\u001f\u001c\bP\b'|{\u0014.yV\u000fC}L-g\u04bfy]n\u0015:xM[Em[<4f<|l7\u001fx\u0016\u001d\u001e?})U;^y\"KC6\ufff5U>\u001fh\u00187>S~kK~w?!I\u0016?r9zl0a\\\u05bau\u00192wMOv\u0013{|x?~~:Ky{\/>\u001f\u04cf\u0016\u0737\u001f\u001f\u04c7K\u000f?\u02ff|_H\u001b\u06f7\u001f_\u04eb\u000fa>?\\\u001a|'7C;!_\u000fFOG7J\u000e?gO?\u000e?}\/F}\uaf9f\u000e7rh~\u7fce##\u01f3FR\u02d7_Wb|ou?~Q\u0004?\u01c7+O5}\\|8\uf3bf\r\u000fQ\u0015\u000f8V__?}pU^ zfqK\u0012o\u0011\/\u0010wf61d,'\"\u001d\/}i\u00d7\u000f\/\u001f\u001c7\u001fxx>\u000eO\t\u001fp??|&$\u0007]\u01df\/l\u001c\u001bn?w\u001f\u001f.7sX4c{?|b?>\u036c\u0005b\u9fd3X\u000b=Ow\u001f~piHq?}{Ro?~_\u000b;\u000exp\u000f7O4\\f]\u001f9u\u0002Qg\u001fowx;_O?\n\u0017^\u000b\/>\u04a7\u001fO\u0421?ov\u00fb\u066fd>^P#h\u0017{\u0007\u02e7\"\u001c~heo\u001fw\u000ey\u075cz\u001f)F]\u0017Q[{_\u02e7?\u77c7\r\u75ff.\"\u06df>~\u0081\u0337p-%d\u001f\u00123wMB\u069b?\u001dbx?\u31efRQ[K`\u001a|i1k?|>So\u000fM\u000bw\u01cc\biAM0+iQkmt1\u06bc\u000f\uc189[\u0493\u001b-3V\u0019u\ub33aMF6nu9\u0004MLljeV*vU\u026af.\/}<}\u001c\u001f?~\u077147xY\u001eZ.\u000fCN\r\/Q\u001e'\u0019F^spl.\u0567Z>oWy*vR\u0002A__\u022aM_J9frOk\u001f\u01ff|3\u0010\u0011}BO?|_Ox\u0011_x\u000e58\/uj5I\u00138nuV{m1\u0017^=W\uba7e\u000fiV\u026cuV{z\u0012SS\u001f?]Ux\u000bnxSY!\u030b>4{4_!Rw!Db\u0017qx\u001e\u00ffnA\u53ab\u0005\u0010|'R2{Esz\u067c.\u009cTI76?<5fJ\u0555ka~\u000bY \u000f\u0017>$Z+#V4\ud9e9\udd90i+1,r\u0019F^\u000b\u0017\u79d0_\tl\u0014W\u0015\u033f\u0012~\u0013Z\t3%,\u0007Vf\u0005y\u0016fJr**;U^6+-J]\u0015Zb9\u0012Sy3Re\u78ba*9TZh\u03a9\u0666\u0012LI\u0019.\u55baU*-T~&9\u0012G]\u001b%f+jY(9?\u00148wVb=\u00134-~\"\ry;F\u04b6\u0015\u027eK$cH\u00105RkfTJ\u0266\f\u0018oHl\u001bor13E2#`b.H\u00167\u0010n\"\\H\u07b3.~$\/f2\u045em\u06be=\u0004 \u0018G3\u0010]=\u0014:ohY\u001cCB)y.e\u0014J%\u0014\"\u0014\u001f\u0014\u001ctOdSZ9@\u0002]\u0007hB3\u33ce4b;~Y\u001b.^\u001c\u0015\u001f\u00ea?>\u01ff}\u1cfaS\u0017q\tGr0\u0013#%H)Gvx\/=8jO;4!\u0004\u9e04\u0015E?KHbG|\tI\u001chI' \u001f\u0007\u001f(\u001e\u010e<8RT\u0017,Rv\u0006N\u0002\n~wo?~#\r_;|m\r\u001bmlV[\u0016|bg\u001e=[\u2d54o\u000fwi\u05b6\u000f]eQu]\\,}H}.3jM]y\u02b5\u07f8\u07aai\u05d6o\u06e6,?(T}u\\U~VC[74v\u001fN\u04be)\u03afZCC+\u001c_3\u078dVaO\u001f\u000e\/~c\u000f)~{ho\u001cse[C:B>\u039fMs\u05c7s\u0474;ufp\u0147\u001eQvn\u039b8\f_kek,P\\~3:n\u03e27i[\u00187&x\u001dl\u001d`Su9Oga:I:1ag_{\u0007;oawM\u0019;\u001a'\u001f\u001d|\u0016?_V]b7\u001e$&\u001c\u0013;F9f7HDxsL5]\u001c!N{\"n\u001d\u001fy\"gb\u01138:\r3\/\u000b\u0015^KSlN7X9C\u001f(cG*'\u001f.qvJ+Jg\u001c)ut><\u0014ytQy\u0007I'\u001f#|t\u0011\u0491s\"-S\"\u0003#_\u001e\/\u001d\u001byY'G,+\u001ar\nU\u0016!,^\ud09cc\/r!|}\\\u000bupsvw'f{\u001c.btw;V\u0012OUN|\u0014u@Fju\u06b7A\u00192xc\u06da\u0014?yx\rw\u0019\u02ceS\u0005S\u0015KS\u000bqS#JE\u9fearbr\n\u000f\u001f[>_=(pxOGk~\/\u001du}\u0001\u001d_\u0002\u01ef\u0292,\rad|\u000b]:^\u06dcO)\u000b\u0765c]oj\u0007_\u655e.@ZG=hB4fdhKstT4V\u001b*\u0013\u01aa\u0565wujk7\u03df?\u001f]M}\u001fS_U\u000fSj\u0001S(\u0011\u06f0\u0012;\u00186$\u0006C\u037d;\u0019_'7?\u04b1,|\u9ef6r)j9+p\u000f)bH\u050fmS }4+O2N]iuL\u001bpJ[IS%\u0019s\u001e\u0013s\u0016\n9cr_39c\u024da\u03983Fc\u0398C36\u000b\u015d!T\u001ba\u0747ugRm\fpg\u001d|mqgY\u000bw\u019dqg91\u0019w\u019dh\u0019w~hw&\u0655\"rm367k\\\u001bj3\u000e3,?3\u0018?j4xw?\/K\rrm1+\u0233cqy^-\u05c6mK&\u0244\u7cb4nAE-p0-2rm\f#\u0677p+\u00020gYn\u0000s\n9c9c\u03919Ga\u03983|\u00dc^0g1\u0016s\u019cb\u0018\/\u0014w\u0387Uf\u06a8\u0422\u0016{qu\u065b$N\u059dSn0w7%;\rSqg9x6pg9RpH=\u0019w\u019dq\u000b,\u03b8V\u0719\\\u001bgW<\u0577-\u03eb8Zm.=\u073a\u000e\u0006TuEVX)\u001e\u001c?3?~_3?\u024d3F\u03cf\u06ad=W%\u001b}3{\"Y\f<\u000b\u06a7\u000eC]X6\u03bc{\u00071C\u0331\u0006 @\u00103\u001c<\u001b\u00103\u001c)\u0010s\u001e\f1C8\u0005b\u0016c!f\u0019b\u000ec 0fsA<-1nIV3\\v7J:e\\V\u07e7<\u001bI>-6Jar`\u0398\u0000<\u0015\u0019s\u019cg\u0003s\u019c#\u0005s\u00dc1g\u00189`b,9o\u015c9Np\u077as%X\u02dd\u0012.m\u0006h^\u0004&Ha$$tN\u07119V\u0007w\u019dqg\u0019w\u019dpg\u0019w\u019d\u001b\u00ddqgY\u019dqgY2y~y[uN\u6f16;wq:\u5a5cs7n\rpT]\u0016d\u001dFB\"[)\u001dicupg\u0019w\u019dqg\u000bw\u019dqg91\u0019w\u019dh\u0019w~hw\u0018+E\u06d6g\u0011L\u0006T\u0011\u0018y5\u0019~?_[g\u0019\u009fg\u0019Nn\f\u019fg5\u001a\u019fggg)\u0002\u019f# \u0000\u0010?3?\u000b?\u0010N\u01dfg\u0019\u019fhs\u001e\u05bc\\?\u0007%\u0019g1,h\\){Os#7sU\u0019\u03be=8Tf8\fn\u000f\u059c9A\u0010s\u0001y*\u00103\f1\u0007\u0006\f1G\n\u001c\u00071C\u00101\u000eb{X\u0019b\u00189\u00103\f1{!XMY\f1_U f\u0019b!f\u0019bNn\fb!f5\u001ab\u001f9=pPY\u001c\u001ak1[\u0525hj7\u0016hsud7\u0005n0w7%;\rSqg9x6pg9RpH=\u0019w\u019dq\u000b,\u03b83,\u0004\u03b3\u00189V\u001awV\u0005swJM\u0017skz\u00189\u001c\u0271\u04e7u[9;.\u03b8s\u0001y*3;\u0007\u0006;G\n\u001c;\u03b81\u000ew{X\u0019w\u078a;sj\u0655\"ru\u001f\u0014}S\u0003M4#qk\u00degc\uacaeo>\u0016v=Ni\u001c?3?~_3?\u024d3F3,]\u001a,\\V22n|j\\ve\u0557\u001a$M\u0016wkQ6\u01e2q\u07c5?Ni4S\u019fg\u0001y*3?\u0007\u0006?G\n\u001c?1\u000e{XMY3\u0015N\u000eDV|#\u0005\u0018y\u0016\u0111g\u0014\u001c>5s \f1C\u0016\u0019b f\u0019b\u001b!fY!fyv]\u0010sxu[%f\u0005B}+2\u05d5[*\u0017?\u03adn\u0004K\u02a08\u059cv\u001b3\u01d6X\u001d\u0019o\u019bf\u0019o\u009bf\u0019oNn\fo\u019bf5\u001ao\u019b\u001f\u069b9Jp\u075a3G\t9J\u0559\u0004j3\u000ew\u03b83,;\u03b83\u0018;j4;\u0095\u06ea;guVu\u79aa\u001au\u031d\u02ads4^nb\u0554\u000fh?p[)\u031dA\u01ddqg\u0001y*3;\u0007\u0006;G\n\u001c;\u03b81\u000ew{X\u0019w\u078a;s\u0655Vv<+G\bi\u000bG&=\u001b4]<\bASu>~h\u06e4wIS=3<5?O\u0005\u019fH#g\u0019>~\/\u0018?\u0018?b:?\u0007g2\u001c?\u000b\n?r_3?\u024d3F\u03cf\u06a3wZ]\u045f\u04c3{|\u0018y\u0016g\u0017~\/\u0018;[qg\u0014<3g\n9S3\u0005_;\u0682?\u0017?src3?3?K?\u000bU~\u03ebse\u07adszvJ2E\\'6\u01e2~\u0003\u009fSn4{9z?S\u0003Tg\u0019\u000e\r\u0019\u00149R\u000f\u019fc\u001c?L?\u0007%\u0019g1,3\u0006*\u03dc1\u0018}\\uc5\u0019s~9_[0g\u0019s\u009c1g\u0019sNn\fs\u019c1g5\u001as\u019c1uaaR\u00049\u000b1g\/\u0000s\u00109`\u039839\u000b9\u0010sN\u01dc1g\u0019s\u019c1h\u001d\u067bB\u0017\u0014.tY68_0N9_\u0005j3\u000ew\u03b83,;\u03b83\u0018;j4;\u0095\u06ea;gwr\u0016s_V]g\u00f3[Uv&\u0002xv1Uq$9xr+\u04ce\"\u0004g\u0001y*3\f<\u0007\u0006\fVn4{9gyj\u0000\n??\u03d1?G3|\u00df^g1\u0016\u019fg1\n\u0150r#f\\w\\\u07b6rODm4\u000fE\u0747?Nir\u001e\u019f\u00063\u001c<\u001b3\u001c)s\u001e?8\u0005\u0016c7g\u000fTX+szPrO\u001c2x\u0016<\u03c2yn\u000b.?vk\u06fbs\u06a6H1\fD\u0001\u0013n0u\"#\u0388\u0000<\u0015\u0019qFg\u0003qF#\u0005qC\u0011g\u00188 b,8#a\f\u001clNkz):\np\u0007\u02fdgpkU[,\u0739Yksv\u000ecasf\u03b1:3<#3<#3\u0018<#j43\f>}3\f>'7\u0006>\u001a\r>\u000f\u001c0xv\\}I7V<`\u0434mY\u001bV\u01b8eYj?\u03e9S=9V\u0007\u019fg\u0019\u019fg\u0019\u019f\u001b\u00dfgY\u019fgY4Y!~\/\u0233\u0018<#[g\u000e\u001b\u001c\/t\"K\u0019x[c\u000f\u001bmaZs\u001d\u03fd[\u019b9V\ns\u01ceX\u001d\u0019w\u019dqg\u0019w\u009dqg\u0019wNn\fw\u019dqg5\u001aw\u019dqgpm\u055d\u001fx\u05f3yq-t\/\u000e\u0015 )-RmT.{!\u03e7h\ucee0)\u035e\u0001>b\u0003Tg\u0019|\u000e\r\u0019|\u00149R\u000f|\u0006c\u001c\u0002>3\u0015|+-?gm{Z\u02bdc7E\rnT[\u0014\u0019\u001ba+S(FU\u00c2=]POcQY\u0743?'Ni?\u0000<\u0015\u0019\u019fg\u0003\u019f#\u0005\u00dfg\u0018?b,?b\u0014\u01a2>{\u0010)^Nl\u0004\u001a\u001a@@#\btl \bt \u0411z\b4\u0002@\u001f\u0010h\u0017\u0004ZET3\u0012NuE^oB\u06c4\u0281S\f<\u000bZl\u02bem}^+s\u0659\u001c\u001a\u001b\\v]~Bt\u0018\t)\u0013o0w|1g\u0019s\u019c1g\/\u0019s\u019c10g\u0019sV1g\u0019s]\u0017\u001c^S;W\/7E*~oosoV9O\u0237\u047bUl:6MVa,vN9V\u0007yFg\u0019yFg\u0019yF\u001bCgYF\u71d6g\u000e\u001b\u001c\/tY\u0019x[cLYc\u00b4\u000e;{\u001akst\u0018\t;\u0013o0wxqg\u0019w\u019dqg\/\u0019w\u019dqpg\u0019wVqg\u0019w\u0016\fw_V9k\u05f3{}xv\u0576\u0015 F?m?\u0013\u0002.)Xk\u000138\u6713t;\u7ce7I\u0019}5>O\u0005}F@HA#g\u0019}>\u01a1~\/\u0018>[gN\u00198\u0005}\u0016cgy+9gWW\u001br\/M)\u001b\u0768MeJ\u03d8\u0768KGc\u0014Kn\u0526\u03e7h\u0000)\u035e!\u001a\u0006\u0006\u0000\u0000\u00004\u0000\u001d<\u001b\u00004\u0000\u001d)\u0000t\u001e\u0000\r@\u00038\u0000\u0005\u0016c\u0001h\u0000\u001a\u0016\u0000Y6@o\u02df\u0017[5{.kevnp\u0620;[utk\u0005mC\u0006-V\u0003\u0007So4{\u001c9\u0018@#\b4\u0002@#~_\b4\u0002@#\u024d!\b4\u0002F#\u000f'u.u%\\\bJ#\u0007bYJRi>WEUyF\u03c7As\u0017y.2>\u000f#\u0013o0ws\u000e:\u03a83:}\u03a83:'7:\u03a8\u001a:\u03a8P\uadaac\u001d\u054bM\u0479W{Mi\u001e\u001b}5an@]c\f:=\u0006So4{\u001c8\u0018<#3<#~_3<#\u024d!3F#C3\u0007\u000e\u0017[}l-~\u001d\u03fdV-\u001d\u067aeVy\u0018\tx+\u00ddcupg\u0019w\u019dqg\u000bw\u019dqg91\u0019w\u019dh\u0019w\u019d+\u00dd\u75f7Uw~]-.g\u0010W~a\u0469\\\u0000\u01adL4\u0016h]sf\/F\u0019|\u001a\u0000\u0002>sls\u03d1z3\f>\u001fg\u0017Y\u00053\f]n9k\u06f3U_T}w\u001biYHQ\u06eek\u001d\ri4y>\u00169vJ?3?\u0017?src3?3?K?\u000bU\t\u0000]\u062aikvY\u07dd\u0012tU6\u05723\/;mTAy>\u001cD}ZNiy!h\bZn\u0000\n\u0004\rAC\u0001AC\u0411\u0002AGA\u00104\u0004}^ h1\u0016~S8dO+\u0012S]88\u0140\u03f3|\u0019\u0002Ri>Wu\u0016\n\nN%\u0714}0\u07aavv\tr6w]\u0004AX\u0003T@g\u0019t\u000e\r\u0019t\u00149R\u000ft\u0006Ac\u001c\u0002:3\f:1s\u0018\u0006:+\u054bM\u0479W{;m,Fo5^qj|,9vt;W<#S\u0003Tg\u0019y\u000e\r\u0019y\u00149R\u000fyFc\u001c<3\u0015yBwYO\u3e77}U\u0006lKk+st=[\u032a*5\u001b\u687b[)\u031dJ;r\u0003Tpg\u0019w\u000e\r\u0019w\u00149R\u000fw\u019dqc\u001c;3;\u000bA,fs7\u067cE\u0016w\\6nc9-mR>Kl7J\u0014O\u0687x\u0017t;S$>\u001a@>sls\u03d1z3>\u001fg\u0017YE3\f]n9+\u0573\ud9ef\udefe?W%):\u0005ov*7MV:U\u0000m\u000eI\u001c1S\u0006So4{2\u0018\u0003@\u0003\u00004\u0000\r@\u0003~_\u00004\u0000\r@\u0003\u024d\u0001\u00004\u0000F\u0003\u00004\u0000-]\u001a\u0000-\\V\u0001>\u0017\/jZ]-~\r\u000bs\u0001,;n\uc2aaj3\u0012?\u0192cO+IS\u001a\u0011h\u0004zj\u0000\n\u0002@#@#\u0411@G!\b4\u0002}C^\u0010h1\u0016~SV\u000f:sa(A=qY\f<\u000bZgO\u05bds\u05fb;\u0016sS\u063b{\u0018Iosy9VN3\u001ck\u0000t\n\f:\u0001:\u0391\u0002:G\u03a03|\u0003^@g1\u0016t\u0006A0\u0006t\u000ec\u001cT\u0379z):\npos6}5}e\u0398%fK\u0012nP\u060c\r\u04fasfO@g\u0001y*3<\u0007\u0006\u06fakaHri9V\ns'\u001bx\u0006\u0006\u00003\u001c<\u001b3\u001c)s\u001e\f<\u00038\u0005x\u0016cg\u0019x\u0016Y=o\u000eko{.\u001bZh{\u5c5cs6]])y\u0717s4eoD)\u001e\u000ec)\u000f.9v\nI\u0019}5>O\u0005}F@HA#g\u0019}>\u01a1~\/\u0018>[g\u0019gmyqkmyUgl*e]d\u0011Hx+cs\u000e\f<\u00033\f<}\u00013\f<'7\u0006<\u0003\u001a\r<\u0003pe\n\u000f\u067cE\u0016w\\6}I3Bwv\u000b)X\u0002ecMi\fy>9in|;\t>\u03f1\u0006\u7a403\u001c<\u001b3\u001c)s\u001e\f>8\u0005|\u0016cgy+1gW[~\fbu~;vSt_+nu\u00fdo*\u001fy\u058d0.\u02fa^Vl,\u000bN)w\u0012\u019fc\rSg9x6g9RH=\u0019\u019fq\u000b,3,F\u03f3m6:jxU\u04faV\u0006\r-^gFUe\u0732\u0781;e 0\u001eN)w\u0012c\r@S!h\b:x6 h\b:R H=\b\u001aq\u0010\u000b\u0004-BoJj3\u0018\u0004\u001e\u0013G\u000e\u0140\u03f3u6?j[^g~.5smFO\u0671\u0004m\u0014]Fa$$}N\u07119V\u0007t\u0006Ag\u0019t\u0006@g\u0019t\u0006\u001b\u0003AgY\u0006Agyv]sxuOJ\\\u0014{\u00059\u05bdgsyXh[s\u0007u.\u0798Y<\u0005wN!\u03f1:3<#3<#3\u0018<#j4,o;q+\u00e6mX)\u001e\u001c?3?~_3?\u024d3F3,]\u001a,\\V9+\u51b2Gze.^l\u0574-\u06791u^k\u0159@WuFt1V\u0006\u0019i,\u0007N,A\u0011\u0001\u0004z*\b4\u0002@\u0007\u0006\u0002@G\n\u0002\u001d@#\b1\u000e{AX\u0004M\u0005Z{]X+\ntzPrO\u001c6x\u0016=\u03c2lu\u050dMQ7il\u0017-[HdFi9V\nsg\u001cs\u019c\u00060`\u03983\u001c<\u001b3\u001c)s\u001e9c8\u0005s\u0016c1g\u0019s\u000ec00fs\u6b1d2:W\/7E\u0001-R\u035c1Ka\u8523\u0000%\u0730aIa4\u0016-b\u0017t;S:gYl\u0000z\n\f=C\u0001=C\u03d1\u0002=GA3|^g1\u0016zB\u03dc28^nY\u0011\u0540]u:\\9?\u0017UUZ^\u03c7UVk\u000f\u0000sfO\u0000<\u0015\u0019~g\u0003~#\u0005~\u0503g\u0018\u0007?b,\f?B\u0010N%\u0002]\u0015MkL\u0000z\u0018KcO+IS=N\"\bt\u0001\u0004z*\b4\u0002@\u0007\u0006\u0002@G\n\u0002\u001d@#\b1\u000e{AX\u0004M\u0005ZwZ]Q\u04c3{\u0018y\u0016~\u02e6nL.\u001c@}^~Niw\u0019~\u001b\u0002?sls\u03d1z3\f?\u001fg\u0017YgY\bg11~:Do67\u0546[gwM]+(D\u02f6l\u02b2\u0636{\u001a\u053bP)^N\u0012\u0019u\u001a@:\u03a8sl\u03a8s\u0391z3:\u001fPg\u0017YEQ\u7b683\f]n9o\u06f3bm\u03d5{nN\u001bl{n\u8d64#mmi${v\u0003,'o0\u0016=NiH\u001c\u0003@\u0003\u00004\u0000\r@\u0003~_\u00004\u0000\r@\u0003\u024d\u0001\u00004\u0000F\u0003\u00004\u0000-]\u001a\u0000-\\V\u0001ZiG\/I]\u065f\u0017[5{.^X\u0019L:2@WUeN|\u01d2cO+IS= \b\u0000\u0002=\u0015\u0004\u001aFg\u0003F#\u0005C\u0011h\u0004\u0018@ b,\u0002\u0002&s\u05f8x>nT\u001b\u0148\u0017[i\u063eWs\u01e2>{)\u035e3,7>O\u0005}F@HA#g\u0019}>\u01a1~\/\u0018>[g\u000e\u001b\u0000\u00004\u0000\r@\u0003\u0000\u0017\u0000\r@\u0003\u0000trc\u00004\u0000\r@\u00004\u0000\r@K\u0006@\u000bU~\u014b\u05bdeU\\\/UU{\u0014j\u03ado\/UU\u067eS?_\u0018\ntfO'#\b4\u0002-6@O\u0005F\u0011@\u0011HA#\u0010h\u0004\u001a>!~\/\b\u0018@@gP\u0002$\u3136\u000b\u0007\u0018y\u0016\u061e}g~mm\u001b[]f\u0018FB[)\u001dYcu@g\u0019t\u0006Ag\u000bt\u0006Ag91\u0019t\u0006h\u0019t\u0006g\u0005:W\u0014<+sb{St\u0015|\\\u0014Jr!sQ]^.\u06cc\u0006):vIS=_ \u0233\u0000<\u0015\u0019yFg\u0003yF#\u0005yCg\u0018< b,3\f>}3\f>'7\u0006>\u001a\r>\u000f\u001c6xv\u03ca\u03d5{nN1\u001b~nmi\u000b|ep,#}i,\u06af.\u0000:vJsR#\u0000\r@O\r\u0000S\u0001\u0001h\u0000:x6\u0000h\u0000:R\u0000H=\u0000\u001a\u0006q\u0000\u000b\u0000-\u0002\u00004\u0000-F\u0001\u0433XVM^Z\tr\u0016\"L\u05cc\u06b2l4^@U5!X\u001d )^\u000eC\u0010\u0000\u0004=\u0015\b\u001ag\u0003#\u0005\u0503!h\b\u0018\u0007A@b,\u0004\u0004s\u0018^q\"#('N\u001e<\u0001gA+Ris?\u05f6mv\u01ad{d~vmz#V\nsGX\u001d\u0019t\u0006Ag\u0019t\u0002Ag\u0019tNn\ft\u0006Ag5\u001at\u0006Au=\u0005:+{W6+)BR&(a-]\u0019\r\u000ecQ7H\u009dn0{?\u0011Ag\u0001y*3<\u0007\u0006~\/\u0018\u000b?\u0010\u0004?b6Ya-.\u05ad\u001beW\u001ahwn}oo>\u0016rnNi\u023a\u0011\u0003>3\f>~_3\f>\u024d3FC3\r]^9s\"s^S>A7VXmlW\u02d0ls[e\u001c=Eu\u0005@'Na;\t@\u0003\u0431\u0006\u0000\u0000\u00004\u0000\u001d<\u001b\u00004\u0000\u001d)\u0000t\u001e\u0000\r@\u00038\u0000\u0005\u0016c\u0001h\u0000\u001a\u0016\u0000Y?kyW\u0006VM^KEbo@\u0415[\u0017\\*k\u02f2Q6\/!\u001a\u06eb\u065cc2F\uf0a0n4{\u000b\u0004\rA\r@S!h\b:x6 h\b:R H=\b\u001aq\u0010\u000b\u0004-BoI\u0286Ot)@\u001f=->li#:\u001f\u000bz;Ccug\u0019yFg\u000byFg91\u0019yFh\u0019y~hyBwx\u000eKVrt\u03c5[w{}6aqw\u0018K~IS=Ns\u0001y*3>\u0007\u0006>G\n\u001c>1\u000e}{AX\u0019}F y\u0016znq\u0475>we\u07d4M.>k\u0570%[u[k9\u001fK\u0767)\u035e\u0016\u0001>r\u0003Tg\u0019|\u000e\r\u0019|\u00149R\u000f|\u0006c\u001c\u0002>3\u0015|+Y\u03e6\u0281{VX{\u04a0i\u001bU2.eY+G,wcQv\u0001IS=N\u0002\u0000t\u0001\u0000z*\u00004\u0000\r@\u0007\u0006\u0000\r@G\n\u0000\u001d\u0007@\u0003\u00001\u000e{\u0001X\u0000\u001a\u0006(\u0000z\u00169VM\u07b2K\u0005bo U]3\u0002]UN\u0005\u0002]\u0566\/m\u00054\u0016\u0745@'Nir\u001eF\u0006\u0010 \b4\u0002\u001d<\u001b\b4\u0002\u001d)\bt\u001e\u0002@#8\u0004\u0005\u0016c\u00117\u0015\u8723\u048f@\u0014he$\u000eN1,\u79aaLYs\u04da\u01e9%9p:3\u0007\u0013o0w8\u00189c\u039839c~_39c\u024da\u03983Fc\u03983<.9m\u065c\u0017\u06dbk\u0015LEg\u0015uYi3f\tu\u000b\u0012{tYg\u0017n}c\u001a@>sls\u03d1z3>\u001fg\u0017YEgY\bBg1}\u000e\u0016\u0017][s_eoXWS\u000e[{S~cI\u001bt;\u04f8\u001a|\u0006\u0006\u7a403\u001c<\u001b3\u001c)s\u001e\f>8\u0005|\u0016cgy+QgW[~V6\u000ee\u06ab5\u8fae9nm{S\u03c7mr\u07f2mkk\u032fw\u0018KN%)^I\u00104\u0004=5\u0000AO\u0005!\u0640!H# h\b\u001a>A~\/\u0010\u0018\u000bAC\u0010\u0018\u0005Ab6(W'h[5{.kez'h\u05d1{\u000f0\t\u06b2m\u0015!_B\u0415[]\u0576\u054e\u0011%g\u001f\u0012tf\/'\t\u0004\rAO\r@S!h\b:x6 h\b:R H=\b\u001aq\u0010\u000b\u0004-BoJ\u041a\u05dc\u00f0VW$8z,\u0006|\u0005TTsxnZS\u0017\u000f\"wv\/1-2\u000e#Q)R%3<59O\u0005s\u019c11H#0g\u0019s>a~\/\u00189c\u0398s\u001891ky\\\u0014]`-r>E\u057aL&:e\u0016\u001c\u001dv;;HXz;cs\u000e<#3<}!3<'7<#\u0233\u001a<#\u000f-\u001c88^n\u001dau)sqH$\u0010=\u0017n\u074f\u0014Fa,}>>'Na;>\u03f1\u0006\u7a603\u001c<\u001b3\u001c)s\u001e>8\u0005}\u0016cg\u0019}\u0016Y>\u001bA]k}\ueafe;e{;d(V~Hc!Ff\u001b:3>3>3\u0018>j4>?>s\u0655\u059f\u0015\u001c\rYa9.^\u00167\u0000\u0776)M\u0006>\u06e6\u04f2v,\u0000\u0776[xh )\u035e!h\u0001\bz*\u00104\u0004\rA\u0007\u0006\u0004\rAG\n\u0004\u001d\u0007AC\u00101\u000e{X\b\u001a(\bz\u0016\u0004\u001cF\u0004:A\u06eaikvY+s=A{ls\u000e\u06ce\u000e\u0019+m}B\u0006)\u001e\u0019cu h\b\u001a!h\b\u000b!h\b:1\b\u001ah\b\bZ3s\u0018N\u000eDV\\\u0007\u0018y\u0016D{sSUSr-iM](?t\u067dV=Fp6\u0012ro$Ja\u023c\u00119c\u039839c~_39c\u024da\u03983Fc\u03983<.9sVmsb{St\\\u0016U3\\[p\u0014w\\:\"NOcasf\u03b1:3<#3<#3\u0018<#j4r\u0003Tg\u0019}\u000e\r\u0019}\u00149R\u000f}Fc\u001c>3>\u000bA,fs{xu~v-\uf539}[bqk[V!\u001bS=n3>\u0017>src3>3agW[Vp4mm.^us\\*-n\u0001m{S\u001a%|\u0003t\u06ea\u9d2c\u001dK6@2\u0016a,.\b:vJ}!h\bZn\u0000\n\u0004\rAC\u0001AC\u0411\u0002AGA\u00104\u0004}^ h1\u0016!h1\nln\u000b?\u0017\/jZ]\\\/nPU9\u0014u(s|@WmY7}>$\u0012O+IS-\b4\u0002=5@O\u0005F\u0011@\u0011HA#\u0010h\u0004\u001a>!~\/\b\u0018@@\u0305@\u0007%\u0443g1,h\u03db5\u001ez\by~[,\u07ad-\u001fX\u050f\u001e9vJ\u0012yF\u0006 3\u001c<\u001b3\u001c)s\u001e<#8\u0005y\u0016cg\u0019y\u000ec0fs\u000e*[fm\u0014ysgMWTV\u000b[@]ei_Xz-b\u0017t;S$\f=\u001a\u0002=Csl@s@\u03d1z3\f=\u001fg\u0017Y3\u000e\u0017[~y\u001d\u001a\u0539IK{;$}.2g0\u0016>NiH\u001c>3>~_3>\u024d3F3,\\\u0019Nr1\u7fa9)-\u000bo\\m\tl,5{So0{ni\u0019}\u001b@>sls\u03d1z3>\u001fg\u0017YE3G\u000e]n9k\u001ct?\r28\u03cf\u001cKr\u0007v\u000fk]:ESo0{\u029dD\u0011X\u0003\bT\u0010h\u0004\u001a\u000e\r\u0004\u001a\u0014\u0004:R\u000fF\u0011c\u001c\u0002@\b4\u0002@Q\b,fs\u0002\u0000\u0002V\u01b4mo7\u0010h[ui*ef\u0002mF;p@[6n-n\u001e\u0004:vJ?\u0002@\r SA\u0011h\u0004:x6\u0010h\u0004:R\u0010H=\u0004\u001aFq\b\u000b\u0002-\"o*j3\u0017\u0002\u001e\u0013G\u000f`\u03f3lhKyF\u00b6Z\u0012Y(\u02e6RF\/\\uXvz\u001a\u05f7=sfO\u0016<#r\u0003Tg\u0019y\u000e\r\u0019y\u00149R\u000fyFc\u001c<3<1s\u00189yV6?\/=n\u0019n\u0005\u001cZz\u0260a,}\u000ft;^\u001dg9\u0000<\u0015\u0019zg\u0003z#\u0005z\u0503g\u0018\u0007=@b,\f=o9vpPY-.gkj*\/\u001b\u00beg[2w\\\u0494Z3\f>\u000bA,f\r|V\u001e=:>[\u06f8wn\u0016[kwUj);s\u07f8.Cs\u0014fO3\u001ck\u0000}\n>>\u03d1>G3|C^g1\u0016}F\u03dc8xv\u0007\\\u062ai[vY+s@WuvL\u0596E\/\u0010h\"q?7c5\u001f\u001d\u0007Ni\u001fx\u0004\u001a\u001b@@#\btl \bt \u0411z\b4\u0002@\u001f\u0010h\u0017\u0004ZE\u0011h\u0004ZBg1\btP=\u0014\u01bdQw\u0017h[\u0576Lm~JI\u0010D\u000fq\u0019{OcI`\u0002t;S$\u000fF#\r SA\u0011h\u0004:x6\u0010h\u0004:R\u0010H=\u0004\u001aFq\b\u000b\u0002-\"o*\u069es\u0017\u0002\u001e\u0013'\u000f`\u03f3uY\u05e7=x,y*\u02b2)-Kr?}]5V\u01a2Bn4{\/\u0007<\r SAg9x6g9RH=\u0019yFq\u0233\u000b,\"3\u001c a\u001asykS\u059d9l~MnOn@}k\u001e\u000eciT{)\u031er'g9\u0000<\u0015\u0019zg\u0003z#\u0005z\u0503g\u0018\u0007=@b,\f=o9vp\u0003'0\/nq\u0475=[SVy\u0010=\u06fa7\u00e9-MY\u001bX.9v\nI\u0019|5\u0000>O\u0005|\u0006\u0000H\u0001#g\u0019|>\u0181~\/\u0018\u000b>\u0010\u0004>b2Vg\u001c'\r\u001e%eq_}\u068cL\u0167xZuNl\u0018GQ\u0001y*3:\u0007\u0006:G\n\u001c:\u03a81\u000eu{AX\u0019u\u078a:s\u0655\u059d\u001fxsr8n\u03fdeO\u001atXAd&a\u0018-M\u0002\u0012s4\u0016=\btfO#\b\u0000\u0002=\u0015\u0004\u001aFg\u0003F#\u0005C\u0011h\u0004\u0018@ b,\u0002@#b\u0014\u0002=YCg%\u0004\u0774euz\u0016]WF\u001c\u0012u\u001f\u0001k;\u07b05jk\u000fQTH)w\u0012c\r@S!h\b:x6 h\b:R H=\b\u001aq\u0010\u000b\u0004-BoJ\u0016+O\b8f#\u0007\u0018y\u0016N\u068dmm^\u001cl\u0017BgSU-pn\/\u1ead&~>3Vn4{#\u0233\u0000<\u0015\u0019yFg\u0003yF#\u0005yCg\u0018< b,<#a\f\u001clo\u06f3\"mY;\u06d9P\u0013F\/\u03baGqE\u0005='NirfC\u0000<\u0015\u0019zg\u0003z#\u0005z\u0503g\u0018\u0007=@b,\f=o9opsyJ\u001b|q-sKjg\u001b;[\u05556>w]cK\u0552casf\u03f1:3>3>3\u0018>j4>\u0095\u06ea>+S\u001dn\u0017k\u001b\u04ad:\u07c0{6wst\u0017g7 [6#i,l~N9V\u0007~g\u0019~g\u0019~\u001bgYg\u000e\u001d<\u0002tg\u0005zW?sVM\u07b2Z\u0005Z{\u0019\u0015\u0002]5v$\u0012k5\u001d|,lN\u0001:V\u0007F\u0011h\u0004\u001aF\u0010h\u0004\u001aF\u001bC\u0011h\u0004ZF\u0011h\u0004Z4\u0004Z\nt^gRW'\u8db5{\u0376zE\u0015\u0004mGZI\\maCa,\u000bN)w\u0012c\r@S!h\b:x6 h\b:R H=\b\u001aq\u0010\u000b\u0004-BoJ\u0019Y'2G\\tBS@\u000e\u001fbYJ76e=XwY\u0013\u03e6+Q.jQg\u0018czGz6Z\u06c3<'Na;<#\u03f1\u0006 3\u001c<\u001b3\u001c)s\u001e<#8\u0005y\u0016cg\u0019y\u000ec0f{\u06de\/g\u0014i\u02fa\u0505\u001dc\u0011=w-<\"#i,d~N9V\u0007zg\u0019zg\u0019z\u001bgY\u71e6g\u000e\u001e\u001c\/\u0014~\u0007^A\u001bm4P^7>\u06fe=\u001d,mkL4\u00169vJ>3>\u0017>src3>3>\u000bW>\/ovC\u01bdt+7\u07ad7E\u0007?\u0001\u0672\u06b34\u001f\u000bz;\u0643cug\u0019~g\u000b~g91\u0019~h\u0019~~h~+\u0005>z)\u043bjZ]\\\/US\u0017y3\u0013iV~\u0016\ttT\/s\u001c\u00165\u001e\b:vJ2\u0004\rA\r@S!h\b:x6 h\b:R H=\b\u001aq\u0010\u000b\u0004-BoJ\u06ad=EI'\u0483{\u0018y\u0016\u0012>o\u029e;{4U~.&\n\u065fMWT]\\\u0522\u03e61\u068fl,=s\u0014fO3\u001ck\u0000y\n<#<#\u03d1->'Nirv\u0000<\u0015\u0019|\u0006g\u0003|\u0006#\u0005|\u0003g\u0018\u0007>b,\f>B\u0010UYBK\u0011s\u0007qP~>MiB\u0013X8x0vJwNs\u0001y*3>\u0007\u0006>G\n\u001c>1\u000e}{AX\u0019}F y\u0016z6[u\u0001?M\u0017=uoM\u0757\u000f\"~\u001bk870j\/29=Ns\u0001y*3\f?\u0007\u0006\f?G\n\u001c\u0007?1\u000e~{X\u0019~\n?s\u0655\u0016\u001fxsb{\u02f2U`zv.w\u0003tS%U6\u001d\/\u00126\u001dH q\u001a\u000b7Ro4{\u07c8A\u0011h\u0004\u001aF\u0011h\/\u0004\u001aF\u0011\u0010h\u0004\u001aV\u0011h\u0004\u001a.\r\u0016.o\u0002\u0005Z\u02fb@w\u02beTgzkL\b\u0005\u06adcz\u0005\u0002mM_t\u044cx6.g\u0017\nt\u0014fO\b4\u0002\u001dk\u0000\n\u0002@#@#\u0411@G!\b4\u0002}C^\u0010h1\u0016~S8nO+\n4\u0004)\u0006{\u0005~C\u024bg\u000fV]\u0018\u0264g\u0017w9{lo[J)\u001ecug\u0019zg\u000bzg91\u0019zh\u0019zg\u0005=W\u001csgC\u0006yg\/B\u03dd\u01ad52n\u0002=NiX\u001d\u0019zg\u0019zg\u0019zNn\fzg5\u001az\u001f9xpPY\u001e\u0012?T{W1_u\u35abU&ku\u04d7U\u0740\u0715\u0019;OcSo4{s\u000e\f?3\f?}3\f?'7\u0006?\u001a\r?pe\u0286\u0780\u0007uu~q\/\u075a^}k+rmV;p\u0001?mYK=\u001f\u0005\u0007~Ni\f?r\u0003Tg\u0019~\u000e\r\u0019~\u00149R\u000f~c\u001c\u0002?3\u0015~+-@gV\u05bd\u05d7e\fzn\u04ac\u01b9@7u\u000e+\\ n@J*nPOc\u0002t;)D\u0011h\u0001\u0004z*\b4\u0002@\u0007\u0006\u0002@G\n\u0002\u001d@#\b1\u000e{AX\u0004\u001aF(\u0004z\u0016-\u04177\/\u041d\u000fI%\u0679^mY\u0016j\u0321@U|X\\^\u0740J\u04d4s>\u001cC}ZNh\u0004F\u0006\u0010 \b4\u0002\u001d<\u001b\b4\u0002\u001d)\bt\u001e\u0002@#8\u0004\u0005\u0016c\u00117\u0015h5\u0001\u000bkuEN\u000fJ\u0007bYJ7<\u0017O{o8\\-\u0004rsu\u0011-r\u0012H\u01a2\uf09en4{\u001dz\u0006@3\u001c<\u001b3\u001c)s\u001e\f=C8\u0005z\u0016cg\u0019z\u000ec0f\rzV6n71\u001b[Z=lIgT@S=\u000e\u001e\u0541g\u0019zg\/\u0019z\u01a0g\u0019zVg\u9643\u0007\u000b-?g}\u0018?T{W\fz~\u001b\\-S\\7}Y\u06b9K\r]y4\u00169vJ\u0007?3\f?\u0017\f?src3\f?3\f?\u000bW\u0006?\/oY\u01bdtk{\u03ed)|[\"Uw}W\u0536oXz;#s\u000e\f?3\f?}3\f?'7\u0006?\u001a\r?\u000f\u03dc:xv\u0000\\G_]mxc\u0007\u02e61eWw'\u6c18\u0019A71[\u071e\"#i,~N9V\u0007!h\b\u001a h\b\u001a\u001b!h\bZ!h\bZ4\bZ\u0012bY\u8d7a@\uafac;{o \u0436rrc~f\u0002m0&h74\u0285{z\u001a\u000bSo4{lA\u0011h\u0004\u001aF\u0011h\/\u0004\u001aF\u0011\u0010h\u0004\u001aV\u0011\u0013h\u0004]8\u000fr:\u0010\u0005Z\u0647S\f<\u000bZ\u01de\u0015z}\u0007\u074fkn&\u03d5m-{e\u0012y[D\u077b}{)^q\u0019y\u001a@<#sl s \u03d1z3<\u001fg\u0017YEg9A\u00d85YaM\u001f<\u001e=uqYs&=n\u0015\u0016$!q[ni,9#n4{Z\u0004\f=\r@Sg9x6g9RH=\u0019zq\u0433\u000b,BV\u8643\u0007\u000b-?gm|6J\u000f\u001elL\u0578Ws=?M8O\u001csn-nn@m\u0018RdxZ~N)w\u0012~c\rSg9x6g9RH=\u0019~q\u000b,3,\u0004\u03f3\u001d;h.lm^_[~n=7\beu}W\u0536\u001c9vJGX\u001d\u0019~g\u0019~g\u0019~Nn\f~g5\u001a~\u001f9tJ\u0001h^R6\u0000~`W6)\u06fe;A7\u014cUR-\ti\u00044}\u0016\u06af|,9\u064bn4{9K h\bzj\u0000\n\u0004\rAC\u0001AC\u0411\u0002AGA\u00104\u0004}^ h1\u0016!h1\nl.\u0005\u01f6\u0012@\u0017\/\fY\u0005\u0696qGu&\u0436[v!\u0005\u001bPg:#\u0007i,N\u0002:V\u0007F\u0011h\u0004\u001aF\u0010h\u0004\u001aF\u001bC\u0011h\u0004ZF\u001fOG\u0705@\u0007%g1,h\u001d{,{2}m4\u03a1\u0017>src3>3>\u000bW>\/oYq\u01bds+?\u03b7\u0016%n\u0450:wW29{a\u000ft;IZ>S\u0003Tg\u0019}\u000e\r\u0019}\u00149R\u000f}Fc\u001c>3\u0015}+\u015f[\\te\u04d8\u000btan\u4f5e\tt\u001e\u0016B1\u0004qk2?\u0192i\u0005:vJ\u0004F\u0006\u0010 \b4\u0002\u001d<\u001b\b4\u0002\u001d)\bt\u001e\u0002@#8\u0004\u0005\u0016c\u0011h\u0004\u001a\u0016\u0010Yol+s\u04b87jT\u001a^\/\u0436L\u001c\n-mw\u0006\u05190Xz;#s\u000e\u0002@#\b4\u0002@}!\b4\u0002@'7@#\b\u001a@?@\\X+\ntzPrO\u001c=x\u0016=\u03c2y\u0007,\u001bjg\rVxQ.\u02f0X\u0014\u0687<'Ni\u053f]\"\u0233\u0000<\u0015\u0019yFg\u0003yF#\u0005yCg\u0018< b,<#a\f\u001clNMKn]\\VnI\u03fd[wEsM}iJI\u0017>src3>3>\u000bW>\/)\\_m;|nQr8r.wsu--Ler>\u000fcASo4{s\u000e>3>}3>'7>\u001a>\u000f\u001c9xv\\}\u02fbvRJ@\u001b\fs+M{X\bi'\".\u0011\u01ad\u001eX=\btf\/'w\t\u0002@O\r SA\u0011h\u0004:x6\u0010h\u0004:R\u0010H=\u0004\u001aFq\b\u000b\u0002-\"\b4\u0002-F!\u04335\u0004Z1 gyun+[+Xx'h[w&;\u0001mu\n.\"h\u0016Lk:\u001fK6\u07a7%)^\u000eC\u0010\u0000\u0004=\u0015\b\u001ag\u0003#\u0005\u0503!h\b\u0018\u0007A@b,\u0004\u0004mz;aHA=qY\f<\u000bZ\u0007\r{`]t}cy\u06786M\/\\X\/3v?\u01a2\ue09en4{O\u0007\f=\r@Sg9x6g9RH=\u0019zq\u0433\u000b,B3\u001c@a\u001a$s\u000ey\u0717\nm9vJ3<5!~\/\u0233\u0018<#[g\u001d\u001c\/tuCr[T{WQ`sWV#6>w]_;l|v\ubae6\u0019Y#Nc)\u001e\u0007\u000f3\f?\u0017\f?src3\f?3\f?\u000bW\u0006?\/oY]>W\r):qorD\u0019|soZQx6g0\u0011OIS=\u0012}F\u0006\u7a603\u001c<\u001b3\u001c)s\u001e>8\u0005}\u0016cgy+\u0321gW[]\u000b[\u001b(\u0017ukVv1\u0017h{\u063e=,\u0002\u001b9vJX\u001d\u0004\u001aF\u0011h\u0004\u001aB\u0011h\u0004\u001aNn\fF\u0011h5\u001aF\u0011h\u0010hB\u0004\u022b\u0013t^ZZez'h[wV6[\b\u05b6:l\u001d_B-jt>\u001cD}ZNioG\u00104\u0004-7\u0000AO\u0005!\u0640!H# h\b\u001a>A~\/\u0010\u0018\u000bA)Akbx\u000eKt1#('\u001e<\u0001gAsyn>u5Mg6\uef61Vr^,\\X\/32H\u0192s|sf\/'{\t\f=O\r@Sg9x6g9RH=\u0019zq\u0433\u000b,B3\u001c@a2?okz\u0717\nmb,>oE9sJgw?\u0017\/\uef7e,\u000bt\u0015n-vk\u07bd?(\u0672\b{\u0003:\u0010A\u01a1yX\u0014\u07c9@'Na;@#\u0431\u0006\u0010 \b4\u0002\u001d<\u001b\b4\u0002\u001d)\bt\u001e\u0002@#8\u0004\u0005\u0016c\u0011h\u0004\u001a\u0016\u0010Y\u000e\u001e\u001fN\u040d{vk\u0005k\u9e5em9Zl=#h[\u06ea\ubb32u|\tA[`_X4\u0018\u0005A'Ni#\b\u001a\u001b\u0002AC\u0010tl@\u0010t@\u0411z\u00104\u0004\rA\u001f h\u0017\bZ\u07d43NuE^sB\u06c7\u0443S\f<\u000bZ\u0007Ke\u001f\u04de=X\u0017]X\u0704yg\u001bj%\u0172\u03c5u\u000b2#i,9n4{9Kgyj\u0000z\n\f=C\u0001=C\u03d1\u0002=GA3|^g1\u0016z0\u0006z\u000ec\u05a0ge#oy\u073bW5Z\u0002YgS\u05adzn\/\u03fd[&~>\u00169vJ< 3<#\u0233\u0017<#src3<3\u0339V\u001f8yiL\u05787eX7\u0739qm\b{cZywX\ufe73}Ywp&\u0251#}oA\"\u0012[P=aqz[vUL,v|c@D$\u000035<\u001dYn7;Up1\u0003?0\u06e2.t:gy\u0000}\u001a>@HC#q3>yr\u0014YEgYHB>+\u001bqv}.\u001dv)\/{\ueefeU.}vORu^`wQK\u0307\u0082)\u001d=\u0016|\u01603>r,\u0019}Fgsg3>3|;\u0007g{z|\u06fe}}QhW\u001f\/ugfk{hG@;\b64i[\u0014\u00136N)g\u0012Fc\u001d SC\u0011h\u0004\u069b\u001b\b4\u0002\u001di\bt$\u000eF\u00111\u000f^@\b4\u0002@Y\bts\u0006n\u0015\u001cVVY>;A\u000b@U\u054dv\u0006\u0004WU\t\u0016v\u001bT*p[X\u0000z:\u0002\u0431\u0018\b\u001a!h\b\u001a^\u0005AC\u00104\u0004m\f!h5\u001b>V\u000b\u0000g0\u0106$Hzp\u0003>\u0007Igsf_=XX`sn^\u0003\u0004y.j>o\u0016;Yy6N?^\"\u0233\u0001<5\u0019yF<#\u03d1\u001f=aL=\ty]Tu\\I+?\u0007,a\u074dmf]\u0433tJGo\u02ea%3j\u0006n\u001em\u1f43)\u001d=;\u0018Ag\u0019}FX3>g\u0019}Vg\u0019}\u0016\f}\u000ewo*\u001fWKR\u001c\\EW\u02ab\u0000_+\u0015+w\u0007\u0006]\u0776yu\u0002|\ueeb2\\p[g\u950e\u001e\u001c\u0001g\u0019|\u0006X3\f>g\u0019|VgW\u000e^}\u05fbh\u0017\uacfe~\u0017\t\u0004\u0013\\YUuS:z\u001cA\u0011h\u0004\u001aF\u0011X\b4\u0002@#\u0010h\u0004\u001aV\u0011h\u0004\u001av\r\u0016vo\u0002m|_?go\u06fe*P\u000f\u0004WyV7f>AUU$v\u001bTEE\u000b6Nm\u0001|\b\u001a:\u0006AC\u001077 h\b: H\u001c\u0004\rACc\u001e\u0004\u001c\u0005\u0016s!K\u0012\u0017XI\u00177$G\u0543\u001c9H:\u000f>+sfr,\u0019}Fgsg3>3>\u000b{>S}\ua1bd5F\u028b>\u05bfO^=[4}\u0013>w}J}CY\u5743OmY8ft:I\u0019}u>O\r}Fgons\u03d18\u0019}F\u8aec*}=\fe'Xv4UWo(}\u0016V~Ns,\u0006!h\b\u001acA\u00104\u0004\rA;!h\bZ\u0346!h\bZ5\bZ\u063d |_?go\u06fe*P\u000f\u0004WyV7f>AUU\u00bf$v\u001bTE\ny[\u07fb h\u950e\u0016!\u0003\bzj\u00104\u0004\rA{s\u0003#\rA\u00104\u0004=AQ h1\u0017(Aox\u07de\u001a+\u0012t\u000b4\u0005S\u000e\u001c$\u0007=X=l*sO7mo6Pl=\u04639\u0016<#3<#\u02f1g\u0019yF\u035d!3f#3\u001c\u0017^yw*]\u01a9nte]G\u0012e\u001d\udb51\udd5f\u02e2t_4\u001by[\t{\u0017l:n\ngY\u0000y\u001a<#@HC#q3??}no\u05e8~v\u000f\u0017M_+]??e;T\u001bVx\u0696n\u00117\u03e6)\u001c=Ls\u0003yj3\f?{s\u0003~#\r~3O\r}Fgons\u03d18\u0019}F\\yzi[Xz:\u01c2\u03f1\u0018\u0019}Fg\u0019}^>3l\f}Fg5\u001b}FZylOg9|\u0017\u0002 1F\u06f6L9)\u0002\ue06a2+7\u001f-b; \u0426)\u001d-~@#S\u0007\b\u0010h\u0004\u001a\u0006\u0002@G\u001a\u0002\u001dC\u0011h\u0004zC b.\u0002@#b\u0016\u0002\u001dn\\>;AM\u0475mv'_\u0000rxH}]m\u04df\bmP_[^=-\u0014A[Ot(@\u00104\u0004\rAC\u0010r,\b\u001a!hsg\u00104\u0004\rA\u0010\u0011\/3\u00186\u0001DVJ$y\u0003>\u0007I)\u0395\u0007JU\ue79fJ)NZ9*B\u06e2}\u0005=NtNgY\u0000z\u001a\f=C\u0700H#q3\f=yr\u0014Y\u0305g\u03c1\u0473b7+\u03dd{n^p=wyI+?{?\bE \u03e6)\u001d=fgY\u0000y\u001a<#@HC#q3?o\u000bu)\u001d=c13>3\u001c\u000b}Fg\u0019>j6>\u009eU\u0015PD^g\u7faf=\u001a}ydks\u001e\t*\u001aH}kMZk\u001a\u001an\u0016?Y}6N\u8a5f3,v>O\r}Fgons\u03d18\u0019}F}Y\t\u07286\u04c6\u0767ma\r\u950e\u001eknbg\u0019~gy9\u0016\f?3\u0019~l\u0019~=+?o*~\u05f2\u001b\u06fa\u0014B&\u07faF)RV$m\u9d0cg\u0014r&g9\u0001<5\u0019}F>\u03d1>Gg\u0019}\u001e(\u8cd8>{g^:8\u04fbM~]\ub2e2Q\u0014xnx\u01dfr\u0006\u0002rJH\u0012\ubcac6??mKt\u000f\u0002m:F\u0004\u001a:@@#\b77\u0010h\u0004:\u0010H\u001c\u0002@#c\u001e\u0002\u001c\u0005\u0016s\u0011h\u0004\u001a\u0016\u0010 gw\u0002F\u07b3\u0013tSytRi\n\u0004u\u0017\u0012\bv\u000f&q\tmPWt[\u0016x\u0016\u0c1eN\u0004G,\u0006!h\b\u001acA\u00104\u0004\rA;!h\bZ\u03467H`X\u0015\t\u069ed\u001ew\u000fr )\u0019\u0015]7*AsQyI?}oZ~y[g\u950e\u001e\u001cAg\u0019yFX3<#\u0390g\u0019yVg\u0019y\u000e\u000byni}s\u0006[YYxynvO[\u0017~n*\u0004<m\u000bl=\u0443c13\f?3\u001c\u000b~g\u0019\f?j6\f?\u009e\ud55f7\u0015?N:;\u0007\u06ecwOCe7\u06bcF{%b>\rrOXmQW\u0007}6NiKD\u0001<5\u0019}F>\u03d1>Gg\u0019}\u001e(\u8cd8>{g98\u04fbMm\uefbe(4=^\u001b^\u001e4\u0010hST}G@m_ei[\n7{\u0010h\u0014\u07a6\u00176\"\b\u0001\u0002=5\u0004\u001aF@#\u0411@G\u0010h\u0004\u001a\u001e\u0010(\b@#\b@\u00079y\u0597Z9y\u0005t\u001e|?y\/\nh7q\u0013n\u02d6\u0015$n\u059fMS:z[gy\u0000\u001a?H\u00df#q3?yr\u0014Y\u015f\/_PTX\u0015\u065ed\u001e\u0017\u000fr )Y\u0015\u0773^A\u00132N MUeW@WN\u0005yN!\u03f1\u0018\u0019yFg\u0019y^<#3l\fyFg5\u001byFZy\u001dE%yQ\/\u001d+kQ\u0092cW6J--e,\u03caV\tE]t\u001et:e\u0001<5\u0019~\u0001?\u03d1\u0006?Gg\u0019~\u001e(\u000b?\u0004?\u00079}r0[Wqu\u0017\u000eY\uf786\u06adE^6\u0010\u0016|zo(}\u0796-K\u0016\u07ec>Nto\u000f\u0019}\u0016;@>77g9H\u001c>c\u001e\u001c\u0005}\u0016sgy\/\u000b\u0007g{?^n3\u0003tzwc_\u0014B\u0001tWe\u0000k>o\u0175\nswA\u001b\u079a-[\u0010f\tt:d\u0007ACb\u0007\u0010 h\b\u001a\u0006\u0004\rAG\u001a\u0004\u001d!h\bz\u0303@b.\u0004\rACb\u0016\u0004\u001d\u0343o?O][u\u04dc\u0543{r\u001a_v$}^kF@{bnL\u001emo\u0000h\u0014r&\u0001h\u0000:\u0001\u0000=5\u0000\u001a\u0006\u0001@\u0003\u0411\u0006@G\u0000h\u0000\u001a\u001e\u0000(\u0000\u000b@_\u0014\u0015pT\u018a\u03f9{d+>}V\u4346)+>\u0003.lyih&z\u0017l:ngY\u0000}\u001a>@HC#q3>yr\u0014YE3\u001c),\/KY}o]\n?w\u0661W.;,\u000be\ua7fbFLh_w!\u0426)\u001d- \b\u0001\u0002=5\u0004\u001aF@#\u0411@G\u0010h\u0004\u001a\u001e\u0010(\b@#\b@\u00079\u00137\u00019\u0002\u001c{r\u001a_(v$}^`\u0001\u0013vc\u0010lK\u0002\u001c)\u001c=L\u0002\u0000t\u0003\u0000zj\u00004\u0000\r@{s\u0003\u0006#\r\u0001\u00004\u0000=\u0001Q\u0000h1\u0017(@oXrB\u0015\u0001:e\t\u0000y\u0003=\u0007ImYn\u0001N-UU@(suR}Mi_R\u1da8\u001et:\b\u001e%+e=\u055cb\u054dt[*o\\\\.\\X]]o>}seW(\u000f!@yYy\u0551\u0000u'C!\u0016u\u0003@Nt\u0011\u0006\u000e\u0000\u0001\u00004\u0000\r\u0000\u001a4\u0000:\u0012\u0007@\u0003\u0000\u0007@\/G\u0001\\\u0000\u001a\u0006$\u0000:\u001f@+kH\u001cl\u06fa,w\u001b]\fk'n:wV\u001b*xe\u000b,?NtT\u0001<5\u0019~\u0001?\u03d1\u0006?Gg\u0019~\u001e(\u000b?{g98S\u0000Z\u000e\u0000Z={\u0005t\u01be(4\u001a~\nhUv\u0002\"WR*|xm\u1d43)\u001d=^;\u0018!h\b\u001a!X\u00104\u0004\rAC h\b\u001aV!h\b\u001av\r\u0016v&\bZ_\u0002:}\u069fgh4|vyUT'gAmQf\u001by[g\u950e\u001e\u001cg\u0019\u019fX3?g\u0019V\rScENyF|pA{|`mNsU\u0014}\u0017\u02b1\n*\u06ae-Je\u0252\u0014y=m\u001by[\u001et:i2<\u001d SCg\u065b\u001b3\u001cis$\u000eyF1\u000fy^<3<9\u0233s\u000eyVv5M\r7\u02a5\n>eR[\u001d.\\6\u0260^VsYx\u0696\\]\u001et:I\u0019yu+g_\u000bR\u0567\/}\nAX9\/::R\u0016}sd<\u06f2Po\u0016MS:z[\b@\u0003S\u0007\u0000\u0000h\u0000\u001a\u0006\u0000\r@G\u001a\u0000\u001d\u0003\u0001h\u0000z\u0003\u0000b.\u0000\r@\u0003B\u0012\u0000\u001dYYBu5<\u001cW'{W\u001d\t\u02df\u037aS,\u001ev??m\u000b\u000boXOtXx#\u0016>3>\u02f1g\u0019}F\u035d3fU3\u001c\u0002hE^\u0000w\/\u0004]o\u02f4\u0007\u0006\u0005}\u0015R\u0000\u0376\u00158\u000eZOtx`,\u0006!h\b\u001acA\u00104\u0004\rA;!h\bZ\u0346!h\bZ5\bZ\u063d\u0012\u00127<\u0011teXN-\u0662mBf\u0005=DuMk\/-L\u0010R-]\bt\nGO9\b4\u0002\u001d\u0000\u001a\u0002@#@\u0011HC#q\b4\u0002@y\br\u0014\u0004ZE\/*\u00123\u0017bE'G\ud0f3\u001c9H\u01f7\u000fo.?WE\r\u001b*]b7$sU'V)^lYft:\u0774 \u0233\u0001<5\u0019yF<#\u03d1o\u02ea\/>y\u0380Hs}_byF0\u0016V}Ns,\u0006}Fg\u0019}Fc3>;CgYFgY39\u073dge+u5<\u001dW'\/\u0556\u000e{ZtJs_}iW-\u001a\u0005?Nt=\f?O\u001dSg\u065b\u001b3\u001cis$\u000e~1\u000f~^\u0002?3\u0017~\u6943=[Ts\u0017\u0002k\u0014@C\u075d\u0000\ufae25N)\u06fa+*\u0016m\u0010h\u950e\u0796K\u0010h\u0004z\u0000\u001a\u0002@#@\u0011HC#q\b4\u0002@y\br\u0014\u0004ZE\u0011h\u0004ZB@Jg\u03b3{6xn+RJm~ mu\u0004Kp\u00072\uf515\u0017-,a=c\tX\f\u0002@#\b4\u0002@\/B\u0011h\u0004\u001a6w@#\b@_@>sa\u001fl\u0019@\u0014h\u000fN9st?o.Zw\u000bpjy\u001b\u001e7sU\\\u0014yJ*E\u000b;}\u0016\u05f7{g\u950ev\u04c2<#r\u0007\u0510g\u0019y\u0006{\rtek\u000bt[\u0007(\u0017:Pu%8\u0703Rw\u000bC}\u0016\u0c1eN\u0004G,\u0006F\u0011h\u0004\u001aFc!\b4\u0002@;C\u0011h\u0004ZFO7wa-V\u0014h{y$>8d{VXrWT\u02f7}g\u000785=WeUtMU\u0679'ZN\u7aacuomg\u950eV.\r=Cr\u0007\u0520g\u0019z\u0006\f=G\u001a\u001cgy\u0303@b.\f=C~\u000e\uc39eF\u0006[~e7wO#\u001e\u001buwE,Qu}(+^\/\u0017x\u0016\u001et:e \u0233\u0001<5\u0019yF<#\u03d1y\u0015s]MVh.\/R-a=c\u034dX\f\f?3\f?\/\u01c2g\u0019~6w\u0006?\r?gs{{.~X\u0001~\u0015~>1k\u0013\u0014?YQe\tg-\u0014?[Ot(~\u01603>r,\u0019}Fgsg3>3|;\u0007g{zy_\u0017Esrn{Vp\u000e\u0713Cj*LY~cN}`-[*xoVMS:z\u0001\u0002@\u001d SC\u0011h\u0004\u069b\u001b\b4\u0002\u001di\bt$\u000eF\u00111\u000f^@\b4\u0002@Y\bt\n7T={\tteWN^\u0002]!$9(k\ud145)%\ue464+\r+\u0018?o\u01a2w\u0001\u0426)\u001d-\u02d7\u0000\u0000\u0001\u0000=5\u0000\u001a\u0006\u0001@\u0003\u0411\u0006@G\u0000h\u0000\u001a\u001e\u0000(\u0000\u000b@_\u0014U?\u0016+\u0002=<\u0012o\u001e@Ay9WL\u06fe\u02f3\u0003*\f\u0667\u0713[L'sUm\ufeb7\u001et:UKC\u0433\u0001<5\u0019z\u0001=C\u03d1\u0006=Gg\u0019z\u001e(\u0433\u000b=C\u0433\u0003=9}mn^cFiD[9Xu(OsSu}(\u000b^\/\u05cdx\u0016}Ns,\u0006yFg\u0019yFc!3<;CgYF\u7ad6g:uGV7FY\u001d+*~g^II[9kMp[,\u001cql:R:>S\u0007g\u0019}\u0006>G\u001a\u001cCgyCb.>EylO\u059fxm\uefbe(\u000btmj\u0015\u001bY\u06f7uu\u001bYup[T\u07ac@Nt\u0003\u0004\u001a;@@#\b77\u0010h\u0004:\u0010H\u001c\u0002@#c\u001e\u0002\u001c\u0005\u0016s\u0011h\u0004\u001a\u0016\u0010 gw\u0015oy\u001a<}\u0006z\u07bc\u0018@G=\n\u001cnQkrma\u0005\u000e\u950e\u001e+pb\u0010h\u0004\u001aF\u0011h\u0004z9\u0016\u0002@#\b3\u0004\u001aFl\u0004\u0004Z}\u0305XQIx,\u0007{\u000eS|wy\u05ba{SsUVE4\n*;Vkb@UY\u078e\u06e2N{g\u950e\u0796Kgy\u0000z\u001a\f=C\u0700H#q3\f=yr\u0014Y\u0305g\u03c1=kmw\u001d${u7+e\u0019sa\u074drI)\u0768\n7ma\r\u950e\u001enbg\u0019zgy9\u0016\f=C\u04333\u0019zl\u0019zjz\u6f43_w\u0014~=~V\/\u001e+*~\u05c5{\r-tJG\u000f~3\f?r,\u0019~gsg3\f?3\f?\u000b{\u0006?w\u0013\u001a\u001et[%3X\u0764-\u0575{V\u05e6_-[VY}6Ni7.3,w>O\r}Fgons\u03d18\u0019}Fk\u0007v\u001fuQ]\u0005\\\u74beNu\u001e>V#p[g\u950e\u001e\u001cg\u0019~X3\f?g\u0019~Vg\u0019~\u0016\f~\u000ewo\u07aajx:N6\/*WJ\u0015~Yfr\u001d)+>E\u00146m\u05bcg\u950e\u0796gy\u0000~\u001a\f?\u0700H#q3\f?yr\u0014Y\u03053\u001c\u0002}szw__\u0014\u0005\u027awO1\u001b\u0005m\\\u001et\u35b4FYmYAi[vAMS:z[\u001eF\u000e\u0010!\b4\u0002\r\u0004\u001a4\u0004:\u0012@#\b@\/GA\\\u0004\u001aF,\u0004:]\tR~\n<}\u0002=4d}\u0002=UuJ\u0005tSw}Wlx\u04f6[Y6N)g\u0012\u019fc\u001dS\u00dfg\u065b\u001b3\u001cis$\u000e\u019f1\u000f^?Ey\u00d2\u0013j)+Nh\u0004\u021b\u0007\u001c9H:<+HY\u02f7}g\u00058o|`^_YSx~6N)\u000e.sm\u0004~=\u001b|~\u0796-\u037bY~6NK6\u0001<5\u0019~\u0001?\u03d1\u0006?Gg\u0019~\u001e(\u000b?\u0004?\u00079+~+\u0007u5<\u001ck\u016fs#F}n2w\u000fDX\u023a<\/\/R[\u029e\u00053G\u001a\u001cCgyCb.>EylO\u055f?\u02dfmn>Vky7\u074dFnrz)oU\u047b\u000e>ow!\u0426)\u001d-\b4\u0002=u@O\rF\u0011hon \bt!\u04118\u0004\u001aF<\u0004z9\n\u0002-\"\b4\u0002-f!A*(g\/\u03b3K\u0773EP\u0002\u077ag\u0003\u001cp\u0012\u02f6\u04d03\u0016Ns,\u0006\u0006\u0001h\u0000\u001a\u0006c\u0001\u00004\u0000\r@;\u0003\u0001h\u0000Z\u0006\u000f?@p\u028a\u0013\u001b#Y\u000e\u001c$S3o\u001ebVyK\u0018<\u001fc\u001b<#X3<#\u0390g\u0019yVg\u0019y\u000e\u000by\u000ey2g9\u0012<{\tJ\"<#3\u001c6\u0019y\u001fC\u065c<#3<#\u0018ytPQY\u000e\u03fct\u000eA9\u0018}EB0|TCgY\u001e\u000b}Fg\u0019>j6>\u009eR\u0006>Gg\/\u0001}^ID~g\u0019}F\u00c6>c>g\u0019}Fg9\u001a>\/\u0017\u000e{?p\u001fy\u0010{\u0000\u000b\u0007\u0000h\u0000\u0000@\u001f\u0000h\u0000\u001a\u0002\u0001h\u0000\u001a6w\u0006@\u0003\u0000\r@\u0003\u0000k\u0000{\u0000\u0001@\u0003\u0411`\u0000K\u0000W\u0012\u0001h\u001f\u0000\u001a\u0006\u0001\u0001\u0000t\u0018\u0002|\u0000\u001a\u0006\u0001h\u0000\u001aO\u0476\u0005.-nH2{\u0007g9s{\u0007O)\u03fcwPZy\u6f43\/a3|@m33>\u000b{>W}s;<\/J\u073b\u0007$B2u}`[rz:I\u0019}u>O\r}Fgons\u03d18\u0019}F\u0001\u0000\u0001>\u0001\u00004\u0000-\u0005@\u0003\u00004\u0000m\f\u0006\u0001h5\u001b\u0006\u0001hi\u0000ha\n\u041b\n{[l\u0002e})7\u0010@we\u0006)\u0002e}>m\u02d6\u0005oW-S:zY#\b\u0001\u0002=5\u0004\u001aF@#\u0411@G\u0010h\u0004\u001a\u001e\u0010(\b@_T7kO\u0015\u0005:e{\u001a\u0002)\u0007{\u000eY%w)O]\u000bLQ\u0017h\u0015>B\u0011\u0143efyU2v\u0011\u06f2NoVMS:z[*\u01d1gy\u0000y\u001a<#@HC#q3\u06d2o\u04dbg\u0014r&g9\u0001<5\u0019}F>\u03d1>Gg\u0019}\u001e(\u8cd8>{g^98\u04fbM\u02a7p,c\u0015snS\n=)\\\u0595{^\u06e2.u|\u001fl9S_Q?r\u0007g\u0019\u0006?G\u001a\u001c\u00dfgy\u00dfb.?b\u0016\u001cM\u0010\nt]Rr ]Yw}Z$]^vn7\u0018\u04f6l1\u0015h\u950e\u07966\"\b\u0001\u0002=5\u0004\u001aF@#\u0411@G\u0010h\u0004\u001a\u001e\u0010(\b@_TU?\u0016+\n=<\u0012\/\u001e`Ayj'.\u03c5{(+?\u000f\u000b|J\u1c30sYY^\u0565\\f]nY=y[\u02b3tJGOiAg\u0003yj3<{s\u0003yF#\ry!3{s\u0003}F#\r}\u01213\u001fg\u0019}Bg\u0019}6w>\u8cda>\u8cf0gs{{Mw}\u001e\u001f-ag6]uhz\u001fl9S=gY\u0000}\u001a>@HC#q3>yr\u0014YE3\u001bU\u0006\u0006y`\u0010?\u0007\u0606?<\u0016?3\u0019\u019fl\u0019\u019f]\u00df\u06eb?o_<\uf532\u041f\ub8ae\u0004mUEUj_Pl=\u04639\u0016?3?\u02f1g\u0019\u019f\u035d3f\u051e\u0016+=<\u0012o\u001d A\u0012o\u001d<!3,<#3l\fyFg5\u001byF`gg)HynnVh\u0017yFg1\fyF\u000f\ryFgy,\u0019yFgsg3<3|\u001b\u0007(,\u0011\u001fy\u0010{\u001b\u0007g>\u001fg\u0019}Bg\u0019}6w>\u8cda>\u8cf0gs{\u8cd4>\u03d1`K@W\u0012g\u001f\u0019}F\u7c21s\u0018|\u0019}Fg\u0019}\u01a0\u03cb=}r8\u001b\u001c\r\nW\u03fco%\f\u019f\u000f\r\u019fgy,\u0019\u019fgsg3?3?K?\u000b?K\u00193\u001c\t\u019f\u0004y%\u0011g\u0019\u000e\u001b?\u01cf!l\u01dfg\u0019\u019fh\u031c\u05f1mZ$Hup<\u0007Iu[\u0007\u062bg:\u0012<#\u0007\u0606<#\u0233<\u0016<#\u02333\u0019yFl\u0019yjyf;><#>\u000b\u05eb\u03ec\u001c>\u0007\u0606><\u0016>\u8cf93\u0019}Fl\u0019}j}f\u074d\u065er8n\u023a\u001bB3n\u0001>3,?3l\f\u019fg5\u00109\u001a\u01cf\u070c\u02fb\u0000\u04e6c)[\u067f=\u0017?\fn>]>~\u001f>?\u0007=`\u07b7-O\u001f?4]\u001d'\u05df>\r\u05ff|8VN>!3D|w_\u01b0_On7ls[at\u0007eo6l4h1\u001d{a\u0006|\u33cf*=v\u1f6b\u001b\u0356-xv>\u02ef\u00f8A5?\u001fM\u0006Z9O9\u07247\u001f\u0232I\u001bfql\u01d7O\u31ff\u03be\/je}S^m\\9lo\u0017uw~Q_MVf|l\ub517:|:).w\foO_?>ih`b\u001d\u01ba\u0019\u000f\u07ecq\u0012\u0017S+T\u0017~WJg\u001e{:s\ube79yb}\nP\/|9:\u001bW\u000b^_>T\\\u001boBP\u001b\u0002x\u0003j~n\u001cJZw\u001f\u029c}}9y\u02a4|B\u06bdMcN8oW\u000f\u00a6\u001a\tb\u06c0\u0005B'\"7U\n(&lj\u001dzC~+\u01af_\u000f\u001f}t?|F\u03aczkS\u001c}\u01cf+;\u072f\\;\u000f\u001fW\u001f\n<\u0005V<|\u001fJ\u023fcLW7?\/\/=Zu\u001a:_\/\f\u0017\"_\u0001\u061b\"7\\%\u000fkj+]+\u0010\\\u001a^A\u06ffW\u03e7\/?KxoO\u0527W~\u0014%{\u001d|xs\u500b\u061f\u001f?}~\u001b\u0405>\u02d6n\u001f>\u001fm;qKZ]aOg[\u001f?W|\u07ac'\u079e4m\u067fyH\u07e8x\u001fK9\u000fi\u001b~&Y8[G[\u0004Y<}8ow\u00075\r\u001b}o;6xXn=\u01bb_~:\u0014pc3a\u001a\u058aSn?6\u0740\fO\uf7a7\u1c73(;\u043e\u000ez_|}\u052fC7!K=x0|\u0015\u001e\u000b0?.\u0259\u001buMJ\">~<\u0007V\\\u001d?wH0syV~8\u0018\u0004\u0002\u04d37\u001f\u000f+0\u0796\/(}|\u001ce\u0017\u001d:\u0007_=\\\u0003ao\u001f\u0003a^?\u0002NxouEEk}zVz\u0018b~\u02fbs\u0694id`l0*\/\u000bi_Z>(~Rw\u000b\/lg\u0238\\y\u0003-I\u001b\u1618pn,Y0YA(}6|l<1}lD\u0019#\u33cf'\u001e>.N\u0019A\u0557PX[\u001bp\u000f~\u001djCA\u071f?\u0015S:T\u0267\u0017X\u001f\u000bx\u001f\u000bF\u001e2dq\u01c9M\tY!uy:>T'\b9\u01c2\u0005}O\u0010:P^#a(#A}\u0018n?\u0013vck\\]8}\u06eeCA}|xy\u0019\n~,Va\u062e.qm`_^^x#0\u02c6v`\u0798\u001bvu\u00c5?, )!E7r\u000fq?M\u001e]]p\u0005\u0004rJ0^\/\u000b\"f\u0016;%vu\u00c5?\u0018p)xl\u001f\n.\u0015):t\u0007\\}:\u02f7\u0003hV\u07be4ml>x\u04e0u~\u0018>\u0004\r\u03cfG~\u045cB\u06c63>j\/\u001a~\u0015\u000b~$.Xm`\u001f\u001f\u074f\ud887\udc07\u0013\u0017\u001a\u0016{5zK~4\u03eex?O\u0006\u97cf~|\/\u001f3+xGk1x8\u02e7i\u0015y\u001avEn[xS\u001env_Dk\u00ff\u001e?nS.&w}UUK\u01demA\u0017x&j\ubf08k\u001b\u0012\/Z\"\u0017q^\u03d7;\u06ce\/mgM)\u07e5\u000f\u000b+^M_\u026fkk\u001e\u079fqW.|!\u0017JuyM\u0017ry>_\u013c\u000e\u07e5Z{k;g){z:\u001f?tW~\u037c\u000f]m~w?\u359b\u02e5^\u0019~\u05f5~\u000bS\u000f\u0017pp\f!{DH\u0005B\u02c7\u001f\/{\rH\u001f\u02ddcy__^\u0702k8fv=\u0002U_gy3\u0786\"M%~z\u07eb\rOT\u59ff\u0006=%_\u0005Q\\\/\u0010L{y\u06ab\u0013_|<\u0745j4Z(|~[\u001f\u0018n+\u060c\rH$s\u0012M@s[y\u5d44w\u00123{\\)[u?dG|\u0000lW_k\u05a5\u001a\u0478K6yp\u0005\\\u06bd\u0319\/j\/.tQ=\\\u052b\u0017\u1f41\u0735\u0015\u95f4VzmI\u000b]kU^]-\u0789Wk+\\^[\u000e.\u001bq+\u0006}\\_W\u04efW\u0006?>,]z\u0002\r\u02a9h\r\u02b9>e?\u0015\u0295\n\u000b\/J_\u079f+^\u000bo\u046d;Y?0\u0017L-\u0017%o\u0001lgR\u000fJR\u0015b\u0015`B\n;o\u0010_\u001fOw6|7)9;\u00027 >_\u001b_Sz>}_\u0015p|}\u0650~\u0017\\k;\u0017tZt=\u0017~^\u0777zwrG8~7`^4f~\u02fb\/|\u001f.e7\fa{\"{#\u000b \"svmE\u001ex\u0013\u0010_\u000f}yqzh\u0007\u0017-?\\e\u000fXfw?_=\u0016 .+~=J\u001bv}_\u000f\u0017\u00df\u0015\u0017}.S\u0003U.S]U~pK~U\n\u05d6SO\u07b0zG{5\u0401H.?\u0002eAk\t8\\\u0003\u0014Hu}\u001f\u0000\u001b~?\u0003@{=G}k\u001f\u0002pW\u00108]\u07c7va?\/}W\u0010g\bnQ\u0005\u001bx_\u0017GhX]~>\u001a+\/_>\f\u0017@Z3u\u000f\u0005}\u001bymSa9\u0005\u0007e<_?\u001b3!:\u001f?\\\uf967=\u001eoS}_X-f~O\u000e,\/et{\u0017]wz?\u001ewzkK)R\u0002\u048ar)\u0363\/z)E.X~9[><~?W\u001dsMxM75pM\u001do\u058e\u00ff?\t9\tY;J\u0013?}yg9\/p^\u000e\u000f>>\u001fO\u01d5s4p\u075c\u06255$`S_$Ft\u0012KN\t6uOb\u001c=?~\u000f\u001c\u0017\u001b\u04ff|V,'_kkI\u0013\u001f\u001f\ud57fIO~x:{{?VY'Nz\u058d-\u04b3\u05e6\u0006?W\u0012\u3d77\u000f(\u000fu\u000f\u001f~x\u050ep~|7\u07c3{.yB\u001cd\/'g_7h\u001d\u0207n\u0013|\u01ffn?>F?}?>Z)gXr\u0018'^\u03a1^`\u001dw\uffbc[\u06e4\u05cf\u07fafd~\u0767?\u07efT&\r8\u0004pb{\u0001o?}oPs<\u000e\u0003z\u0004\u001e8x:_\u00a7\/):\u001a?xgt1oTv\u001f\u001eOp\u001dv|\u001fF\u001f~Sf~~|\u0007\u0007R6\u07a5Dx>R3\u0005s\u01fcUfZdJ\ua59aU{jV5]T7\u05e8nO]M50+\u01b2M2oE\u0015mEt\u00c8JE~8\u0267{EE~\u0638\r_)?P6aY#\u0687!\u0015|EO]\u001b\u0654mC\u00f0+\\^9yy\u055bV.\"ha|e\u02d7Q17zvyRTMh\u000ex7\u00107F;Sp\u0014\u0014\ra\u00c2B#\u023f+_l\u0018=Ih\u001bQ\u064foV7=x\r%Oa\u001f1~I%Q\u06e4\u001d6Fy\u0014Wl{kQk45\u04af[:\u001c,?q\u001d\u000e~:\u001c?t\u001d\u000e[:\u001cR\u001a2_(G?GwN`gK}?}C\ubfce\u001d\u000e\u000fd\u02fbm\u001fOk\uafd0\u001d\u000e\u001f\u000ew_\u000e-sW}\u001f;llFAYCPl\b:\u21f3\u0013}D-|[\u07ebp\u000b\u001c\u001c\u000f}A{sT::$>4 \u04a7`e*S\ud8de\uddef=V\u000f%TSue-je]7g>-VU)L'b\/ 1M\u0566j_S=]p\u0019\\u\u06a8\bZU\u0006N^s\u0005\u001a\u0017m\u001d_$\u0017m\u001d_!\u0016\/Z|?wv\u000bhX]tE]2zekj_%|.p_k6~I>\u074f>4N\/\u060b|[\\\u0015.pyoy\u000b \u00dc\u001aK\ucbaeX_(r\u000bN\u000eh\u0003HWi\/1\u001f}C\\WW\u034c\u001c\fX(\u00035P[pKk6{{g\u001f`_$}c\u0547|8Sav{\u0007-_](\u0006\u001f_\u000e\u0003<\u079f_W{\u001e!>\u718fO\uffb8\u04af#um[0Oy{7m\/\u01cfo1l\f(0O(R\u01b7\u001d\u051ai\"}c:*\u000f\u03f7\u0015'>v3\u001d\u067alx>a:q@@;o\u06f6q[k\u06af\u06b0om\u06f5\u02ba\uaae6j^2}n\u000bm*\r{X80{9\u6fefnmsO?rkc\u01d8.M?:w\u053f\u00193_4U?\u0006h3u:73>\u05ee\u001d\u023cWkvo*\u0013CK37U88o\u001a3]\\oO30o~\u0017qa[l\u001c)sv:7\u001eRgx,\u001bz;XA3+\u05f4\uefd7O\u7f6aoow?Co\u0010SW\/Xc0V=|c\u02d2p0x\u00129s0g\/\u001cs\u019cga\u00109\"1g!\u0018s>a\u03983,9c\u03983l\fs\u019c1g5\u001bs>sN\\X\u045cI0Y\u000e\u001c$e9?]E\u001eS\u0010s\u0017,Z\u0004slM\u01c4z}K\u011c\u001f;Y\u011c1X\u00070g\u0019s\u00069G\u001a\u001c\u00dc1gy\u00dc`b.9c~\u000e`^890g!\u0018sEbB0|T\u00dc1gY\u001e\u000bs\u019c1g\u00199cj6|u]sUTc%T\u0710d\u001e\ts`A\u00129{)s\u0018,a\u0398\u0001s>a\u03983,9c\u03983l\fs\u019c1g5\u001bs\u019c1`0g0g)\u0003s\u019c`y9$b~?39ca\u00dc11\u011c39c\u03983\u001c\u0006fUcEsNqV%\ts`AR9+n]F\u072e9;lA:7\u000fas\u00027uOGs\u02b13E\u0019su9O\rs\u019c1gon`\u0398sa\u03918\u0019s\u019c_sNs{`uI,w6lW2\\\u06bd\u000fwN8z3<#\u03f1\u000e!3\r\u0019y49\u0012<#<\/GA\\gKybEy'GBg9s,\u03ca\u06b2(7}\u028dF\beV\u0011\u06729\u000b8\u001d\u0013ZBB7\u001f;Y\u011c1X\u00070g\u0019s\u00069G\u001a\u001c\u00dc1gy\u00dc`b.9c~\u000e\u039c\u06b9\u06a61Qv{%U;[6hY;dtz\u075bu\u7523g83\u001c\u0000y\u001a<#@HC#q3a\u03983,9c\u03983l\fs\u019c1g5\u001bs\u019c1`0gn\u009cvyZw%\fyF\u000f\ryFgy,\u0019yFgsg3+\u0005]]\u0016\t^+h dw)xNnvym5?\u000e\u0016h=iks$a o\r\u0680\u7d23g83\u001c\u0000z\u001a\f=C\u0700H#q3\f=yr\u0014Y\u0305\/Jf \u014alO2\u0004=r z3~\u05723Oa3|\u0000m3\f:c\u03a03\f:;\u0003AgY\u0006Ag9\/\u07fbb\u0014<;:\u069abre\u0003pv2g\u0006y\u000b\u0013T?SL\"\u0388s\u0003yj38{s\u0003qF#\rq!\u03883z\u7523g83\u001c\u0000|\u001a\f>\u0000H\u0003#q3\f>yr\u0014Y\u0005\/[n\u001b\u0006\u0010U|y\u0001d|^G\t\u0014C\u0742&\u001ejN\"I+x6l\u03b2h%4s\u06b13E\u0019su9O\rs\u019c1gon`\u0398sa\u03918\u0019s\u019c!3,<#3l\fyFg5\u001byF`g*\nR)=S,^-=S\u0012\u0006=C\u0007\u0006=C\u0433<\u0016\f=C\u04333\u0019zl\u0019z+=S\u001cS|LK\u0018\f=\u001fc\u001b\f=CX3\f=C\u03a0g\u0019zV\u7ae3f\u0003.-nH2\u0004=r )i7#gmY\u0001NMe\u06f6F\u0019'uu\u001c\u0014z6m\u0002O2-xzr\fg\u0012zc\u001d@Sg\u065b\u001b3\u001cis$\u000ez1\u000fz^\u0002=3\f=9\u0433C\u0573\u001fN3U^\u0018Ub0\u001c`\u0006=C\u0433<\u0016\f=C\u04333\u0019zly\"=p\u0004=r )Yvvj;Q(z*\u001cXh+D\u0014=[6hY;flZf9\u0019$<:@<#\u023377g9\u0490H\u001c<#c\u001e\u001c\u0005y\u0016sg\u0019ysg?gw|E\u03dd{&\/s\u7797#S)l\u06a0\u0005>e@\u03e9Gp&g9\u0001<5\u0019z\u0001=C\u03d1\u0006=Gg\u0019z\u001e(\u0433\u000b=_\u0015> \u014alO2\u0004=r )iGSk_UM\u0012\u0016=Yi_%E\u03c6\rv]{>AL\"s\u0003yj3<{s\u0003yF#\ry!3e_w!IGO?3\u001c\u0000y\u001a<#@HC#q3!3,<#3l\fyFg5\u001by>yV+f\u001e\u014alO2SAX\u0017UQ\u001aX<[6hY;f[voVSL\"s\u0003yj3<{s\u0003yF#\ry!3\ue05eSLBs\u0003yj3\f={s\u0003z#\rzA3Jy\u05f5eW+\u022fP\u02aaSV\u000eVVN*zl\u0432lw\u0228\u7923I\u0019zu\u0000=O\rzgon@sA\u03d18\u0019zJ\u0014=\u000bWK\u0014=A\u0001z>A3,\u0005=C3l\fzg5\u001bz>zV\u0016\u014alO2\u0004=r )iG\u05daJ;VRs\u05f5\u001e\u01f4g\u0006eulf9g\u0012yFc\u001d SCg\u065b\u001b3\u001cis$\u000eyF1\u000fy^<3<9\u0233<{~sw\rR\n5e\u04d4nFXZ\u0669g\u0006yUCF{\u7523g83\u001c\u0000y\u001a<#@HC#q3<#3kSoo\u0019s+_\u03afm&Nm\u0015}\u0014{l\u0002O\ud9fb\udf1bcE\u0019wu;O\rw\u019dqgon\u03b8s\u03918\u0019w\u019dv;\u03b1\u000ep\u03b83\r\u0019w49\u0012;\u03b8;\/G\\\u0019w\u019d$9p\u0019wB0\u001c\u011d`;\u03b8<\u0016;\u03b83\u0019w\u019dlYzs\rbEw'G\u009d$9H:;+3\u001cK\u03e9\"\u0012w\u019d\rw\u019dqX3,m\t;K=\u03b8s;\u03b8;\/p \tw\u019d\u00149\fw\u0016pg;\u001fpg\u0019w\u009dqg\u0019w6w;\u03b8;_;kS{Z$H;\u0007IL=\u0018~;wE\u0656\t\u06729\u000b;\u001d\u0012\nwN:v;\u03b1\u000ep\u03b83\r\u0019w49\u0012;\u03b8;\/G\\\u0019w\u019d$9p\u0019wB0\u001c\u011d`;\u03b8<\u0016;\u03b83\u0019w\u019dl\u0739Z$H;\u0007IL%y\u05c56:\u0787\uc7a8Z\b$asx:$4[vy3E\u0019xu\u0000O\r}Fgons\u03d18\u0019}FX3>g\u0019}V\r\u07aa\u018a\u00ad\u001ak$9HL\u0573\u001f{LS\u0018;\u001fpc\u001b;X3;pg\u0019wVqg\u0019w\u0016\fw\u000ewo\u001c%y\u0287\r=}\u02de4\u0017O+{6lW;d4='\u001e=\u00d9X\u0007g\u0019~\u0006\f?G\u001a\u001cgy\u0303b.|Q~Vlz)\u07ba!<\u0012%A\u0012e\u03e7g\u029e\u062bg\u029epg;\u001fpg\u0019w\u009dqg\u0019w6w;\u03b8;\u03b8gs{{ug\u029ep\u029eo\u001d){~\t\u0003|lgY\u001e\u000b~g\u0019\f?j6|u\\mE5V\rIg\/\t~\u000eR\u02b77[\u0017}\u029b\u0016\u0003|6\/${l\u0002O\u04beB\u001f;Y\u011dqX\u0007pg\u0019w\u0006;G\u001a\u001c\u00ddqgy\u00ddb.;B\u0012\u001c\u00dd$\/E^yY\u0017&E\u0661(\nM=c\u0014V+Rl\u0660e\ue621~\u0005=\u001c=\u00d9\u0004X\u0007g\u0019|\u0006\f>G\u001a\u001c\u0003gy\u0003b.|Q|^\\\u0016+=<\u0012%A\u0012E\u03e7g\u062bgpg;\u001fpg\u0019w\u009dqg\u0019w6w;\u03b8;\u03b8gs{{uuus-u\u0585\u0017Q\\\u0019G{\u01e7\u0013g\u0434A^\u0468)Gp&g9\u0001<5\u0019\u019f?\u03d1?Gg\u0019\u001e(?_\u051f5q\u0016+=<\u0012%A\u0012u\u03e7g\u062bg\ua79fpg;\u001fpg\u0019w\u009dqg\u0019w6w;\u03b8;\u03b8gs{{u{.:\/<S\u0012?\u0007\u0606?<\u0016?3\u0019\u019flY\n`\u0000?+>?\/ )\u065f\u0015]W|ns\u001eL\u001aIOA,w]Bcg83\u001c\u0000x\u001a\f<\u0003\u0000H\u0003#q3\fG\u001a\u001cCgyCb.|Q}V+f&\u014alO2>{IsDIg?j\u96720\u0019x>\u00006\u0019x\u0006\u5c40g\u0019x\u0006\u035d\u00013f\u00033,\u0019\u001c^Y%y)5gwt)MLW({.sE[\u02de\u02fa[\u0018$=[6hY;df9\u0019$>:@>77g9H\u001c>c\u001e\u001c\u0005}\u0016s6&\u014alO2>{IsDIyx*~k\u0773K+\\l\u06a0\u0005\u0019=s$\f?:\u0006?77g9H\u001c\f?c\u001e\u001c\u0005~\u0016sg\u0019~\u0016 g\/g0`9\u0016>\u000bQ\r}Fgy,\u0019}Fgsg3>sAXQIg\/\t}\u000eYY(\u02f2j*\/BN*~6lW2ju\u0005?\u001c=\u00d9X\u0007g\u0019~\u0006\f?G\u001a\u001cgy\u0303b.\f?B\u0012\u001cPSL\u0017F\u0018>\"g!\u0018}>3,>3l\f}Fg5\u001b}>}Vkf&B\u001b#^\u0012\u001c$Q|R~YZ~%\f~\u000f\r~gy,\u0019~gsg3\f?3\f?\u000b{\u0006?W~VnO\u0574M_\u0014r\u01e4g\u0006-wP >9\u0019$\f?:\u0006?77g9H\u001c\f?c\u001e\u001c\u0005~\u0016s\u0006pUcE~NV\u0004\u0015~^&A\u0012'g\u062bg_g\u0000?\u001fg\u0019~\u01c2g\u0019~6w\u0006?\r?gs{{gP\/k]1n-\u04bamO\u03e6\rZ\u00195z3>\u03f1\u000e\u7a613\r\u0019}49\u0012>>\/GA\\\u06b9\tp$H\u8cd7>\u0007I\u0014?)~b)~~\t\u0003|lgY\u001e\u000b~g\u0019\f?j6\f?\u009e\ud55f)~)~u}%\f}F\u000f\r}Fgy,\u0019}Fgsg3>s\u0016X[SlQIB$9HJgm\u0143+~\u02da}\u05eajTl\u0620|\u0000s$\f?:\u0006?77g9H\u001c\f?c\u001e\u001c\u0005~\u0016sg\u0019~\u0016 gw9\/\u0744n]r\ng@Y'>\u001b6\u022b\u001d2:\r\\\u0002SLs\u0003yj3\f>{s\u0003|\u0006#\r|\u01013\u001bY\u0015\u055ed\u001e\t| )\u00194+}\ueae6k4,}\u03b3})9\u0670A^p\u000fUs\u0473I\u0019}u>O\r}Fgons\u03d18\u0019}F\u001fc\u001b>X3>g\u0019}Vg\u0019}\u0016\f}\u000ewoH+~V\u04ef\u0739J\u001bG(n>\u04d6N+6lW2j>\u0000:\u0019$\u0000\r@:\u0000\u0006@\u0003\u000077\u0000h\u0000:\u0000H\u001c\u0000\r@\u0003c\u001e\u0000\u001c\u0005\u0016s\u0001\u0002f\u0002s\u00166\u0001DV\u0014\u0010^&\u0001A\u0012\u03e7g\u029f\u062bg\u029f_g>\u001fg\u0019}Bg\u0019}6w>\u8cda>\u8cf0gs{{g\u029fp\u029fo\u001d)~\t\u0003\u0001\u0003\u0000}l\u0003\u0001h\u0000Z\u001e\u000b\u0006\u0001h\u0000\u0019\u0000\r@\u0003j6\u0000}}\u0000\u02ccXQ\\I\u0000h\/\t\u000e\u0001Z%y)v\u02df+:EBsYy?[6+u\u0019r>DSLs\u0003yj3>{s\u0003}F#\r}\u01213=ca-V\u0014W{y$\u0000K\u0002dV\u0016t^\u00afg\/\u06fa\\.UG\\USD\r\u001b-\u00057\u06cfLs\u0003yj3>{s\u0003}F#\r}\u01213\u0007\u0606><\u0016>\u8cf93\u0019}Fl\u0019}F=C\u06eb>S\u001cS|LK\u0018\f?\u001fc\u001b\f?X3\f?g\u0019~Vg\u000ff(b\u001b#^\u0012\u001c$%\u04afJ.\u0757JS~\/\u0298.s}ReCFiz\u0017p,g\u0012~c\u001dSg\u065b\u001b3\u001cis$\u000e~1\u000f~^\u0002?3\f?\u000bIs?~Vv=t\u02bc\fk\\\u067cg\u0006-wT\/{\u7523g83\u001c\u0000~\u001a\f?\u0700H#q3\f?yr\u0014Y\u0305\/\u001bu\u0003\u001eJ\u0012%AR2?+SoI^\u00168[s\u07f9\\[E#\\\u000bU~6lz\u0468\u000f\u0003?\u001c=\u00d9X\u0007g\u0019~\u0006\f?G\u001a\u001cgy\u0303b.\f?B\u0012\u001cPSL\u0017F\u0018\f?\"g!\u0018~>3,\u0005?3l\f~g5\u001b~>~N\u001c\u055ed\u001e\t~ )\u001bgw~.j+?Y5.\u0674A\u000b@}\u0123g83\u001c\u0000~\u001a\f?\u0700H#q3\f?yr\u0014Y\u0305gYH\u001cp~\u00a8~\u0016X$,\u0004G5\u0019~g\u0019~\u035d3fWJ\u0002\u0017X\u00167$G$9H:O\u033b:x}\uaaac;\u001c\u0004\\uVwS)l\u06a0>e,x\fg\u0012}Fc\u001dSCg\u065b\u001b3\u001cis$\u000e}F1\u000f}^>3>\u000bIss\u000e}V%$\/e#nRJ-N}l\u0432zw\u0228\u000bDB~&g9\u0001<5\u0019}F>\u03d1>Gg\u0019}\u001e(\u8cd8>_T\r\u014alO2>{IsD)g)j0\u0019}>6\u0019}Fg\u0019}F\u035d3f3,\u0019\u001c^g?[gj_g>\u001fg\u0019}Bg\u0019}6w>\u8cda>_>+a\u000b}bE}'GB$9HJgET\u495cs6<\u0437rBsSh[\u0007\u0003M\u055dTl\u0660e\u0123g83\u001c\u0000}\u001a>@HC#q3>yr\u0014YEgYHB\u001cjpj}\u00a8}\u0016X$,\u0004G5\u0019}Fg\u0019}F\u035d3f\u05e7\u03eaL\u0007[\u0006\u0010YYO\u0017}^&A}>mgj\u062bgj_g>\u001fg\u0019}Bg\u0019}6w>\u8cda>\u8cf0gs{{ge-Ka\u06ed}vEWo=\u0505r\r>[6hY;d_9\u0019$>:@>77g9H\u001c>c\u001e\u001c\u0005}\u0016s6&\u014alO2>{IsD)g)j0\u0019}>6\u0019}Fg\u0019}F\u035d3f3,\u0019\u001c^g?[gj_g>\u001fg\u0019}Bg\u0019}6w>\u8cda>_>kS{nZ$H\u8cd7>\u0007Il\\p;;?g\u0013}[(\u016fP\u0736]i\u0012.=8(\u009fTl\u0660ev0\u0019$\f?:\u0006?77g9H\u001c\f?c\u001e\u001c\u0005~\u0016sg\u0019~\u0016 \u001cL=j_.\u0735{\u0000PWH*~6lW;ds3I\u0019}u>O\r}Fgons\u03d18\u0019}Fk>\u06d3#^\u0012\u001c$Q|R~YZ~%\f~\u000f\r~gy,\u0019~gsg3\f?3\f?\u000b{\u0006?W~\u000f0\u0019}>6\u0019}Fg\u0019}F\u035d3f\u05e7\u001a\u0017M8\u00167$GB$9HJg\u0005Jrv}.\udb7a\ude3bN\u0647W}5\u000fk\u0014\u03d6\rZV\ufe8c>\u0783>\u001c=\u00d9DX\u0007g\u0019}\u0006>G\u001a\u001cCgyCb.>B\u0012\u001cN\u0015~.o\u0013V\u001c>wE\u047a\u0013>[6hY;fW=s3I\u0019}u>O\r}Fgons\u03d18\u0019}F\u001fc\u001b>X3>g\u0019}Vg\u0019}\u0016\f}\u000ew&gj\u062bgj_g>\u001fg\u0019}Bg\u0019}6w>\u8cda>_>\uf35ap\nnH2>{Is\u02a1D^g}^qe\u001f^h\u05b7\u000eV]\u001e4O}6lPX\u0523g83\u001c\u0000}\u001a>@HC#q3>yr\u0014YEgYHB\u9cf2\u0011[\u001ejw{\u44df\u0672A1\u057eB~&g9\u0001<5\u0019}F>\u03d1>Gg\u0019}\u001e(\u8cd8>_R\rJ!<\u0012%A\u049d>y\u001eI\u03b03a3\/a3|@m3>c3>;CgYFgY39\u073d6Xy,}M}\u0007\u0004o\u001d4mrAs3I\u0019}u>O\r}Fgons\u03d18\u0019}F{Is0\u001b\u0005Re\u0015uw>\u042apO\u0001\u0094g\u0006-w\u01ccVw)Gp&g9\u0001<5\u0019~\u0001?\u03d1\u0006?Gg\u0019~\u001e(\u000b?\u0004?\u00079-~.\u04f0=\u03dc\u0670A^\u02e8\nuv\u07c3>'\u001c=\u02d9DX\u0007g\u0019}\u0006>G\u001a\u001cCgyCb.|Q}V\u0016\u014alO2>{IsDIg)j0\u0019~>6\u0019~g\u0019~\u035d3f3,\u0019\u001cM3\u0014?OW\u0014?\u0001}>3,>3l\f}Fg5\u001b}>}V\u001c53a\u001fl\u0019@g\u0014}^&AR>+SoI^[\u001dN9\u0007BswY%>\u001b6\u022bu\u0019yOoV~&g9\u0001<5\u0019}F>\u03d1>Gg\u0019}\u001e(\u8cd8>\u8cd0>\u00079\u7eed}\ueafcs9}v9\u000b\u0004\u03d6\rwFj\u000b}N9z3>\u03f1\u000e\u7a613\r\u0019}49\u0012>>\/GA\\M\tk>\u06d3#^\u0012\u001c$%\u0002D\u001c!\u0014\u03c6\rw*u{Gt&g9\u0001<5\u0019~\u0001?\u03d1\u0006?Gg\u0019~\u001e(\u000b?\u0004?\u00079g\u0005Roy\/2GST?\u001b6\u022b\u001d2\u0014\u0013~N:zX\u0007g\u0019~\u0006\f?G\u001a\u001cgy\u0303b.|Q~V|Z$H\u0004?\u0007IT?~b~~\t\u0003|lgY\u001e\u000b~g\u0019\f?j6\f?\u009e\ud55f\u0015\u001a]\u00bc7[gyU:g{\u01a95Ng\u0006-t(\u001c}N;z3>\u03f1\u000e\u7a613\r\u0019}49\u0012>>\/GA\\VLX\u0015\u065ed\u001e\t} <|uV\u001blssUE\u001c\u0014~6mW;d4\u068c\u000b~N9z3\t?\u03f1\u000e3\r\u0019~49\u0012\u0007?\u0007?\/G\\\u0019~$9\u001d?m\u001a\u001e+e=8WyU[\u1798Ni\u0016~:f\u0014\u0015x\fg\u0012}Fc\u001dSCg\u065b\u001b3\u001cis$\u000e}F1\u000f}^>EY\u0557\t$H\u8cd7>\u0007I&.sed\/\u06f6^WTl zwYz#\u0019$>:@>77g9H\u001c>c\u001e\u001c\u0005}\u0016sg\u0019}\u0016 g\/gj0j`9\u0016>\u000bQ\r}Fgy,\u0019}Fgsg3>\u0006oUcE}NV\u0000\u0015}^&A\u0012\u03e7gj\u062bgj_g>\u001fg\u0019}Bg\u0019}6w>\u8cda>\u8cf0gs{7{{j~xx\u058a>[6hY;fW]s\u0473I\u0019}u>O\r}Fgons\u03d18\u0019}F+zI^o\u05bf\u0019n\uc1e7j\u0351=TUV3Rl\u0660eQ\u001e9Y$\f?:\u0006?77g9H\u001c\f?c\u001e\u001c\u0005~\u0016sg\u0019~\u0016 gw8\u0016?=5l.~nVnR\u048a-\u001b\ufe8c7)Gp&g9\u0001<5\u0019}F>\u03d1>Gg\u0019}\u001e(\u8cd8>_R\rJ!<\u0012%AR>wJ=WDt\ue762Pnb+?y\u0017Eq-\u001b,\u001d3Z9\u0019$\f?:\u0006?77g9H\u001c\f?c\u001e\u001c\u0005~\u0016sg\u0019~\u0016 gw\u000e=4BYy$\u02fb2S\u03e6\rZSv\u001fs\u001fr\fg\u0012}Fc\u001dSCg\u065b\u001b3\u001cis$\u000e}F1\u000f}^>EY}s\u0304XQIg\/\t}\u000eyxo\u0005%(~g9\f~\u000f\r~gy,\u0019~gsg3\f?3\f?\u000b{\u0006?w\u0013L3S3\/a3|@m3>c3>;CgYFO\u06bf\tk>\u06d3#^\u0012\u001c$%2e\u0015u\u05edOW}v[U#>}_ZtRa!7IGO?3\u001c\u0000}\u001a>@HC#q3>yr\u0014YEgYHBRd|\u00f5]T\u0737]+i\u03c6\rwf\u07ac>\u001c=\u00d9DX\u0007g\u0019}\u0006>G\u001a\u001cCgyCb.|Q}Veff?2Ju$LBd}VDu\u000b?\u021b6\u0017?\u0017uNQl\u0660eQSx\fg\u0012~c\u001dSg\u065b\u001b3\u001cis$\u000e~1\u000f~^\u0002?3\f?\u000bIs?~Voojq\u7fad\u0014ko6hY;d\u0505~\u0017r\fg\u0012~c\u001dSg\u065b\u001b3\u001cis$\u000e~1\u000f~^\u0002?EY}\fXIg\/\t~\u000e~>)?S,^-?S\u0012\u0006?\u0007\u0006?<\u0016\f?3\u0019~l\u0019~=\u077b\r~)j0\u0019~>6\u0019~g\u0019~\u035d3f\u03eaPX\u0015\u065ed\u001e\t~ 3R3\/a3|m3\f?c3\f?;gY\u0346gY39\u073d2Tlswr\u000e\u0002}n^C\u0004}6mO\u01cc\n~BSLs\u0003yj3>{s\u0003}F#\r}\u0121323a-Vg{y$KBd}V\u0015H=7?)U6Jyn\u0394Ky6lW2\\xBSL\u03a8s\u0003yj3:{s\u0003uF#\ru\u0121\u03a83@HC#q3>yr\u0014YE\/z3\u0013N\rIg\/\t}\u000ey\u000ey\u665ag1\fuF\u000f\ruFQgy,\u0019uFQgsg3:\u06683:\u000b{:w\u0013L35S35\/a3|@m3>c3>;CgYFO7x\u001a+s\n*I\u8cd7>\u0007IL=Y\u05dby.\u0004\u00065e\u07bb\u0013]\u0434A\u02ea]Qf=s$::@:\u03a877Pg9PH\u001c:c\u001e\u001c\u0005u\u0016sQg\u0019u\u0016P gNj7\\V[=,z\u0763F+.\u0672A\u02f2!+\u7923I\u0019~u\u0000?O\r~gons\u03d18\u0019~'\u001c=\u00d9DX\u0007g\u0019}\u0006>G\u001a\u001cCgyCb.>B\u0012\u001c^8>{a\u0018>\"g!\u0018}>3,>3l\f}Fg5\u001b}:}VmajD\u001b#^\u0012\u001c$s>b\u0018>\u001fc\u001b>X3>g\u0019}Vg\u0019}\u0016\f}\u000ew\u000f}2g9\u0012>{\tJ\">3\u001c6\u0019}\u001fC\u065c>3>\u04589\u000e23a-Vg{y$KBd}V\u001e}7f}\u001e\u001e\u0004N9il O\u001a}N;z3>\u03f1\u000e\u7a613\r\u0019}49\u0012>>\/GA\\\u0019}F$9Ap\u0019}g1\u0018}EB0|TCgY\u001e\u000b}Fg\u0019>j6|}\u0704XQIg\/\t}\u000ey\u001d3>\u000bIs>{3\uc161b0\u001cD`><\u0016>\u8cf93\u0019}FlY\t`\u0000>+>>\/ \t}F\u001c%\f}\u0016g>\u001fg\u0019}Bg\u0019}6w>\u8cda>\u8cf0gs{\u8cd4>\u03d1`K@W\u0012g\u001f\u0019}F\u7c21s\u0018|\u0019}Fg\u0019}qXzs\u0013bE}'GB$9HJgeq=\u02b4\f\/N]>[6hCFSW]s3I\u0019}u>O\r}Fgons\u03d18\u0019}Fs,\u0012}\u0016\u001a>X3>g\u0019}VgmjMX\u0015\u065ed\u001e\t} )Y\u0015E,Pwy\\>Y)V0mO2_ASLs\u0003yj3>{s\u0003}F#\r}\u01213\u001fg\u0019}Bg\u0019}6w>\u8cda>_>CRXQIg\/\t}\u000eg9A_g1\f}F\u000f\r}Fgy,\u0019}Fgsg3>3>\u000b{>>K\u00193\u001c\tF\u0004y%\u0011}Ag\u0019}\u000e\u001b>\u01cf!lGg\u0019}FhL\u000f-\u0016v90dH'g\u0010rjj\u0547HVOJg+q\u001bz\u075f\u021d\u069fv\u000e\u000e;s\u000b\u03e6\rZ\b\u0456w0\u0019$?:?77g9H\u001c?c\u001e\u001c\u0005\u0016sg\u0019\u0016 \u0007g\u000b\u00df`9\u0016?\u000bQ\r\u019fgy,\u0019\u019fgsg3?vj*\u0106$Hs?\u0007I3\u001c\/a\u0018?\u0007\u0606?<\u0016?3\u0019\u019fl\u0019\u019f]\u00df\u00df\f\u0019\u0004^\u0002?3?\r\u019f\u001063?s4f&?E5V\rI \t\u000eg9_g1\f\u019f\u000f\r\u019fgy,\u0019\u019fgsg3?3?K?\u000b?K\u00193\u001c\t\u019f\u0004y%\u0011g\u0019\u000e\u001b?\u01cf!l\u01dfg\u0019\u019fh\u031c\r\u014alO2?\u0007Is\u00df\u000e\u0750s\t\\fek8\u035f\r\u001b\tQk*z'Y$?:?77g9H\u001c?c\u001e\u001c\u0005\u0016sg\u0019\u0016 \u0007g\u000b\u00df`9\u0016?\u000bQ\r\u019fgy,\u0019\u019fgsg3?\u001cg-Vg{y$9H\u009f$Lp(J\u067c46lPDWoYAy3I\u0019u?O\r\u019fgons\u03d18\u0019\u019f?3?Gc<\u0474.'\ti\u0016:f4\u0019+@'\u001e=\u00d9D\u0011X\u0007\b\u0010h\u0004\u001a\u0006\u0002@G\u001a\u0002\u001dC\u0011h\u0004zC b.\u0002}Qp)!<\u0012\u0002\u001d$!A=\n4\u0015T@S\u0001-\u0007\u03f1HY\b\u019fj3?c3?;\u00dfgY\u019fgY5Y\u063dkw\u05ed|=Jsass\u0014b\u03c6\r*x]FUn\u0011\u051b\u7923I\u0019u?O\r\u019fgons\u03d18\u0019\u019f\r\r\u07a12\u001a\ua7d3~&g9\u0001<5\u0019\u019f?\u03d1?Gg\u0019\u001e(??\u00079gT]\u0015w\u0005.^)~?yv]7L\u001b\u0014T\u0001\u000eN;z3?\u03f1\u000e3\r\u001949\u0012??\/G\\\u06b9\nk?\u06d3#A\u0012\u001c$\u01dfy\u0000r7my\u000f6hY;flzs3I\u0019u?O\r\u019fgons\u03d18\u0019\u019f6\u0019\u019fg\u0019\u019f\u035d3f3,\u001a,MsP\u05c0.Jw\u0007\u001e\u001b\u05bf^\u0004\u0003J\u0011@{+\u0012h\u0006-xB9wB)Gp&!h\b:\u0001\u0004=5\b\u001a\u0001AC\u0411\u0006AG h\b\u001a\u001e (\u0010\u000bA_7a-V$h{y$\b:HdV&\u001f%O\u0015{L+sdn\u000bKEJ\r\u001b\u0015\u000e\u0019xo\u059f\u0013Ls\u0003yj3?{s\u0003\u019f#\r3n\u0002\u0773WP\u0001]eu\u0017ZZR\u0005a\u001a!C\u000fN8z3\t@\u0003\u0431\u000e\u0000\u0001\u00004\u0000\r\u0000\u001a4\u0000:\u0012\u0007@\u0003\u0000\u0007@\/G\u0001\\\u0000\u00009\u000bk\"@\u06d3#\u0001A\u0012\u0000\u001d$Q\u0001}R\u0002ZZ\u0002%\f\u0006\u000f\u0000\r\u0006\u0001hy,\u0000\u001a\u0006\u0001hsg\u00004\u0000\r@\u00004\u0000\r@K\u0006@\u000bW\u0002:\b\u0002\u0001\n0\u0000\u001a>\u00006\u0000\u001a\u0006\u0000h\u0000\u001a\u0006\u035d\u0001\u00004\u0000f\u0003W\u0007\u0006\\Tc%[\u0710d\u001e\t\u000e\u0000 )\u0015G\u0005M@\u0777ds\u0005{r:\u0002\u06b0A^\r\u001cN;z3\t@\u0003\u0431\u000e\u0000\u0001\u00004\u0000\r\u0000\u001a4\u0000:\u0012\u0007@\u0003\u0000\u0007@\/G\u0001\\\u0000\u001a\u0006,\u0000:\u001f@\u06b9\u0001:{\u06f6m\u05b7m,\u001a5UuUlP\u0003]5UhrR\u0003m e]\u0010t3I\b\u001au\u0000AO\r!hon@\u0010tA\u04118\b\u001a<\bz9\n\u0004-B\u0017%h\u0000p\u0006ZH$H\u0010t\u0004A\u0007I@\u0014b\u0016~\t\u0003\u0001\u0003\u0000}l\u0003\u0001h\u0000Z\u001e\u000b\u0006\u0001h\u0000\u0019\u0000\r@\u0003j6\u0000\r@\u0003\u04ae\u0001\u0015\u0015S]WL]\u00052\u05d6\u000e+,F\u001cOl\u0432w\u8dfcHf\u0001:Y$\u0000\r@:\u0000\u0006@\u0003\u000077\u0000h\u0000:\u0000H\u001c\u0000\r@\u0003c\u001e\u0000\u001c\u0005\u0016s\u0001\u0002\u00173\u0016bE'G\u0002$\u0000:HJ\u0006Oc\u0002Z\n\u8bafz]o\nmNKK6lW2Lw\u0001)Gp&\u0001h\u0000:\u0001\u0000=5\u0000\u001a\u0006\u0001@\u0003\u0411\u0006@G\u0000h\u0000\u001a\u001e\u0000(\u0000\u000b@\u0003\u0000\u0005@\u00079T@T@S\u0001Q\u0001-\u0006\u0003\u0431H\u0000Z\b\u0006j\u00004\u0000\r@c\u0001\u00004\u0000\r@;\u0003\u0001h\u0000Z\u0006\u000fU?\u000f\f \u0002S\u0000\u0004@\u0007IT@\u0014b\u0016~\t\u0003\u0001\u0003\u0000}l\u0003\u0001h\u0000Z\u001e\u000b\u0006\u0001h\u0000\u0019\u0000\r@\u0003j6\u0000\r@\u0003\u04ae\u0001\u0015\u0277k\u07b6mmO^\u0003deYT\u0001\u0010j\u8d33T\u0003m\u0660,-U7K)Gp&!h\b:\u0001\u0004=5\b\u001a\u0001AC\u0411\u0006AG h\b\u001a\u001e (\u0010\u000bA_7a-V$h{y$\b:H$jO\n@KW\u000b@\u0001\u0000\u0001>\u0001\u00004\u0000-\u0005@\u0003\u00004\u0000m\f\u0006\u0001h5\u001b\u0006\u0001hi\u0000han\u0002J]\u0004=\u001ebP\u0000WyUM\u001bv\bv\fg\u0012\u019fc\u001dS\u00dfg\u065b\u001b3\u001cis$\u000e\u019f1\u000f^?EYs\u0015bE'G\u009f$9HJgw^\u0000}6\u001e{\u0015~\u0002@=\u001c\u0000-\u001b$TX(N%\tM\u001b \u0527\f.\u0000:\u0019$\u0000\r@:\u0000\u0006@\u0003\u000077\u0000h\u0000:\u0000H\u001c\u0000\r@\u0003c\u001e\u0000\u001c\u0005\u0016s\u0001h\u0000\u001a\u0016\u0000 \u0012h\/<\u0000rO7;%r\u000e%\/a@a\b4\u0002}@m\b4\u0002@c!\b4\u0002@;C\u0011h\u0004ZFOwp\\X\u0015\u0005\u069ed\u001e\t\u000e\u0010 )\u0004Z|@?Wv\u02e1T\u0011J\/\ne\u0012h\u0006yECF#\u009d\u0000t3I\u0000\u001au\u0000@O\r\u0006\u0001hon\u0000\u0000t\u0001\u04118\u0000\u001a\u0006<\u0000z9\n\u0000-\u0002\u00004\u0000-f\u0001A\u000e\u0000\u0000\u0002v\u06e7_\u0005\u0018\u001e\u0375\u0015@\u0017Eu\u0124\u0012h\u0006-xRASL\"\bt\u0003\u0004zj\b4\u0002@{s\u0003F#\r!\b4\u0002=!Q\u0010h1\u0017@~0sa-V\u0014h{y$\u0004:HBdVPy\u0002]vYWU(KB\rt}kA\r{zk\nu\u001ah\u0006-x\u01ccFw!)Gp&\u0011h\u0004:\u0001\u0002=5\u0004\u001aF@#\u0411@G\u0010h\u0004\u001a\u001e\u0010(\b@#\b@\u00079\u0010he{\u0019:k\u001b|7g\u0014\u0016j\u06ecoNS\u0003m wPDSL\"\bt\u0003\u0004zj\b4\u0002@{s\u0003F#\r!\b4\u0002=!Q\u0010h1\u0017@\/\u16b9\u000f\f \nRY@I\btt5uU|P\u0003M\r45r\u0018\u0002@\u001f\u0010c\u001b\u0002@#X\b4\u0002@#\u0010h\u0004\u001aV\u0011h\u0004\u001av\r\u0016vo\u0002-5\re\u0675Y\u0006\u04c0<\u0006\u06b2A*!#\u03e8N 6\u0004\u001aF\u0010h\u0004\u001aF\u035d!\b4\u0002f#\b4\u0002-\u001a\u0002-^\u0005kWJS\u0002-P\u0002\u0012F\t\u0018\u0006@\u0003\u0007\u0000\u0006@\u0003\u0000<\u0016\u0000\r@\u0003\u00003\u0000\u001a\u0006l\u0000\u0000zEjKbE'G\u0002$\u0000:HJ\u0006he\u001b:\/ 6\u0004\u001aF\u0010h\u0004\u001aF\u035d!\b4\u0002f#\b4\u0002-\u001a\u0002-\u001e\u0002-e\u001c)edmwk@WUUV\u001c@;L+NlW2A\u04ceL\"\bt\u0003\u0004zj\b4\u0002@{s\u0003F#\r!\b4\u0002=!Q\u0010h1\u0017@ku=wa-V\u0014h{y$\u0004:HBdVPy\u0002}\u001aL\u0011\u0010jr\u0712j-\u001b\u001d2Rs\u047b\u0010\u8523g8\b4\u0002\u001d\u0000\u001a\u0002@#@\u0011HC#q\b4\u0002@y\br\u0014\u0004ZE\u0011h\u0004ZBs\b2^?{~vw\u0001}]\u04ef\u0003]}\u0001\bk:\u03fa\\)Nl\u0432w(\n.\u0004:\u0019$\u0002@:@@#\b77\u0010h\u0004:\u0010H\u001c\u0002@#c\u001e\u0002\u001c\u0005\u0016s\u0011\nZ6sa\u001fl\u0019@\u0014hB\u0012\u0010 \u001ahj\u001cj_\u00a8\u0016\u0010h\u0004@\u001f\u0010h\u0004\u001aB\u0011h\u0004\u001a6w@#\b@#\bk\b{{\u0015hjpjo]~\tC\u0011\u0003\u0002}lC\u0011h\u0004Z\u001e\u000bF\u0011h\u0004\u0019\u0002@#j6\u0002}}\u0002M\u000bk@\u06d3#!A\u0012\u0002\u001d$%\u000b@?=\fv[{\u001b\u001a*:\u0006\u06b2A*1Q=\bt$\u0002@:@@#\b77\u0010h\u0004:\u0010H\u001c\u0002@#c\u001e\u0002\u001c\u0005\u0016s\u0011h\u0004\u001a\u0016\u0010 gw\u0002foEu6\u00019oP\u0004\u0779\u0007\\[O#,\u001eSK+6lW;d4b@)Gp&!h\b:\u0001\u0004=5\b\u001a\u0001AC\u0411\u0006AG h\b\u001a\u001e (\u0010\u000bA_?\u0016+\u0012=<\u0012\u0004\u001d$AA\u0012E\u0014AK9\u0014AQ\u0004-!\b\u0001>!\b4\u0002-@#\b4\u0002m\fF\u0011h5\u001bF\u0011hi\u0010hanBwW\u0004}\u0395)\u000ec)~\t!\u0003\u0004}l!h\bZ\u001e\u000b!h\b\u0019\u0004\rACj6\u0004}}\u0004`X\u0015\t\u069ed\u001e\t\u000e )G\u0011K\rlS\u0001zs\u0011{\u001a\r\r\u001b\u000e\u0019\n\u07c9@\u001c=\u00d9D\u0011X\u0007\b\u0010h\u0004\u001a\u0006\u0002@G\u001a\u0002\u001dC\u0011h\u0004zC b.\u0002@#b\u0016\u0002\u001dNO3\u000btmu^y\u0005n={R\n\u0003n\u0013w\u02a9Kg\u0006-\u0004u3u-{\u7523g83\u001c\u0000\u001a?H\u00df#q3?yr\u0014Y\u015f\/\u03ea\u001fT8\u00167$G\u009f$9HJgey\b*W\/M1n\u0006\t\u0002m\u06a0>e\u000b\u0011\u0743@\u001c=\u00d9D\u0011X\u0007\b\u0010h\u0004\u001a\u0006\u0002@G\u001a\u0002\u001dC\u0011h\u0004zC b.\u0002@#b\u0016\u0002\u001dN\u0002o^}\u0010*e\u001brN6lW;d\u0697]s\u0473I\u0019u?O\r\u019fgons\u03d18\u0019\u019f 6\u0004\u001aF\u0010h\u0004\u001aF\u035d!\b4\u0002f#\b4\u0002-\u001a\u0002-M\b\u001bE`)\u0004\u001a\u0000\u00120\u0000\u001a>\u00006\u0000\u001a\u0006\u0000h\u0000\u001a\u0006\u035d\u0001\u00004\u0000f\u0003\u0007\u042aXX\u0015\u0001\u069ed\u001e\t\u000e\u0000 )\u0019\u0277\u0012h\\QUMiR|\u0012\u8eafNz\u0004q\u000fAN+6lW2r\u07ac@\u001c=\u00d9D\u0011X\u0007\b\u0010h\u0004\u001a\u0006\u0002@G\u001a\u0002\u001dC\u0011h\u0004zC b.\u0002@#b\u0016\u0002\u001dNv\u0011h^V\u0006A\u0005tnN\u03e6\rZ\u000e\u0019u\u0011=s$?:?77g9H\u001c?c\u001e\u001c\u0005\u0016sKs\u0016X\u00167$G\u009f$9HJ.\n\ueee6qO\u0012*\u000bjzs\u0005t\u000f7\t\u0004\u06b4A\u000bC\u001d3\u001a*SL\"\bt\u0003\u0004zj\b4\u0002@{s\u0003F#\r!\b4\u0002=!Q\u0010h1\u0017F\u0011h1\u000b\u000erv'w[\u0001]mY\u0015]W+T\u0001m\u0660e\r\uf631i\u0015\u7523g83\u001c\u0000\u001a?H\u00df#q3?yr\u0014Y\u015f\/\u0636g-Vg{y$9H\u009f$*r~\t\u0002Z\fC\u0011\u0003\u0002}lC\u0011h\u0004Z\u001e\u000bF\u0011h\u0004\u0019\u0002@#j6\u0002@#\u04ae!\u0744@S\u0001M\u0005\u0014{L\u0005K\u0018?\u001fc\u001b?X3?g\u0019Vg\u000ff*\u014alO2?\u0007Isw\u0005tSytykT@U[B\fe Z\u0005a\u001a^QT0$\u0002@:@@#\b77\u0010h\u0004:\u0010H\u001c\u0002@#c\u001e\u0002\u001c\u0005\u0016s\u0011h\u0004\u001a\u0016\u0010 gw\u0002F97\\\u0003]e]Z1sP\u0003]][N%@[6hY;d\u0016CYN9z3@#\u0431\u000e\u0010!\b4\u0002\r\u0004\u001a4\u0004:\u0012@#\b@\/GA\\\u0004\u0002\u0705~e\u0000QR\u0004OBd^4y\rtW\u0006=5|\u0015&sFa\rtUUml^@6\u022bu\u0019v\u0017\u0002r\fg\u0012Fc\u001d SC\u0011h\u0004\u069b\u001b\b4\u0002\u001di\bt$\u000eF\u00111\u000f^@\b4\u0002@Y\bt;~+Ip\rt5\u0010Ufm%@\u001b6\u022bu\u0019\u001d!L=z3@#\u0431\u000e\u0010!\b4\u0002\r\u0004\u001a4\u0004:\u0012@#\b@\/GA\\\u0004\u0002M\u000bk@\u06d3#!A\u0012\u0002\u001d$g\rtvmQVdL\r45@a\b4\u0002}@m\b4\u0002@c!\b4\u0002@;C\u0011h\u0004ZF\u0011h\u0004Z5\u0004Z\u063d\u00107VP\u0002M\t5\u00004%\/a\u00004\u0000}\u0000m\u00004\u0000\r@c\u0001\u00004\u0000\r@;\u0003\u0001h\u0000Z\u0006\u000f\u0002\u0019\u000bk\"@\u06d3#\u0001A\u0012\u0000\u001d$%\u00032]\u0002\u0754y4]^+\u001a%me\u0012}w\t^Dh e9%\u0409Gp&\u0011h\u0004:\u0001\u0002=5\u0004\u001aF@#\u0411@G\u0010h\u0004\u001a\u001e\u0010(\b@#\b@\u00079\u0013-sO\u0019[KTN*l\u0432w?\u0002\u0001SL\u0002\u0000t\u0003\u0000zj\u00004\u0000\r@{s\u0003\u0006#\r\u0001\u00004\u0000=\u0001Q\u0000h1\u0017(@k0ga-V\u0004h{y$\u0000:H\u0002dVw\tt]\f7\u0002qFYI\u0015JsT8a\tt^u\u079e@M\u001b,\u001d3z] )Gp&\u0011h\u0004:\u0001\u0002=5\u0004\u001aF@#\u0411@G\u0010h\u0004\u001a\u001e\u0010(\b@#\b@\u00079\u00137\f5^*\u001a=?r\u0512j-\u001b\u001d3jN=zD\u0011X\u0007\b\u0010h\u0004\u001a\u0006\u0002@G\u001a\u0002\u001dC\u0011h\u0004zC b.\u0002}QVe)!<\u0012\u0002\u001d$!A}@uY\u079fa\u0019hj\u062b\u0015hj_\u0010h\u0004@\u001f\u0010h\u0004\u001aB\u0011h\u0004\u001a6w@#\b@#\bk\b{7!@S\u0003=Z\u0006%\fF\u000f\b\rF\u0011hy,\u0004\u001aF\u0011hsg\b4\u0002@\b\t&\u000es\u0017bE'GB$\u0004:HJ\u0016he\u0006+Jw\u0003\u001a)F\rw7k(\u0013\bi*!MGp&\u0011h\u0004:\u0001\u0002=5\u0004\u001aF@#\u0411@G\u0010h\u0004\u001a\u001e\u0010(\b@#\b@\u00079\b\u0017~\n\u8babB\u0019GMJX\u0001m w\u0634s3I\u0019u?O\r\u019fgons\u03d18\u0019\u019f\u0000\r@\u0003\u00004\u0000\r@Gc>kZ\b$H\u0000t\u0004@\u0007I\u0000L>\u000f\u076e@we\u077b;\u0002Uyk\u029f$\u0416\rZ\u001aQ\u069bC\u0013L\"\bt\u0003\u0004zj\b4\u0002@{s\u0003F#\r!\b4\u0002=!Q\u0010h1\u0017F\u0011h1\u000b\u000er\u0010 \u001cF0\u0004Z\fFc\b\u0010@\u001f\u0010h\u0004\u001aB\u0011h\u0004\u001a6w@#\b@_@2sa-V\u0014h{y$\u0004:HBdVLu\u0013z\u076e?Fh}e6ml^?[6h)cFEPo\u05dfS~&g9\u0001<5\u0019\u019f?\u03d1?Gg\u0019\u001e(??\u00079\u0017?^\u0018,\u0006\u03f1HY\b\u019fj3?c3?;\u00dfgY\u019f\u03df5\u0013\u000f\f B?\u0007I3\u001c\/a\u0018?\u0007\u0606?<\u0016?3\u0019\u019fl\u0019\u019f]\u00df\u00df\f\u0019\u0004^\u0002?3?\r\u019f\u001063?s4f\u051b\u0016+=<\u0012\u001c$AR?+\u000f\u001ere s5;?[6h)\bCr\/p\fg\u0012\u019fc\u001dS\u00dfg\u065b\u001b3\u001cis$\u000e\u019f1\u000f^?3?Ys?{3b0\u001c\u011f`?<\u0016?3\u0019\u019flYs\u0015bE'G\u009f$9HJ\u0006%\u000b@S(\u0017juY]s\nlRP\f>9\u0019$?:?77g9H\u001c?c\u001e\u001c\u0005\u0016sg\u0019\u0016 \u0007g\u000b\u00df`9\u0016?\u000bQ\r\u019fgy,\u0019\u019fgsg3?:-Y\u0015\u065ed\u001e\t\u000e \t\u019f\u001c%\f\u0016g?\u001fg\u0019\u009fg\u00196w??k{?\u03d1`KW\u0012g\u001f\u0019\u019fs\u0018|\u0019\u019f\u0386\u0460?~|f_d\u0006p_6=\u001d\u001bOb]axfv\u0017S|9\u0007l)~\u0002X=\u000fiO\u01df\u0274rO\t\u0019\u075f!\u001f?2rqwd\u035e\n;(<|a\u0767_GP\u001f\u000f3\u001f|T\u0019\u000b]\u0740ol\u00f4}_~\u001fTm5?\u001fM\u0006Z9O9\u07247\u001f\u0232I\u001bfql\u01d7O\u31ff\u03be\/\u0549}\u068bzE]E~7\u0001Z\u0157\ub5f3GS^\ub93eu2\\\u04c7?o\u01e7\u000f+aY(\u0435qc\u074cog8b)~5bjI\\+[X|3O={r>\u0005>~\u001c\r+~\u0005^q\u001f][7Kut_@\u001bo@mwCI\u06bc|CX\u03f15gW\u04109;^\/8\\H{\tAt_c\u001f>7}\rgr\u0015\u0317\u0002\u7e04\u02f8UWF?\u001co\u0019Dyv}\u0016Ow?\u063f\u0004x\u001feOL\u001e?\u043b%W3\u000f\u01daw~\u001b_L\u0407_\f=?G\u001b\u001f\/7>\u001efWY}<~}{5\u001f\u0016\u001ft\u001fo~\u04ee6_\u0003gl\u001c\ub2f4\\\u039fEZ$s\u0013'{;v\u001a\u000f\u07be\r>\u001d\u000f\u001eGS_\nx|z\u01f8\n_#m9\u031e\u0011\u0000\u04bfz\u039e\u001fo5O\rkgK;>??b?R?\u0012?\u0001\u0012?\u0004R?\u0007\u0014\u001fW\u000b]1\u001f\u01df@]\u05fd6T\u0271?JSTJ\rk\u07f0\u0416s?wH:=2\u001f\u0014\u0002@&f}u1#{|u_sG{b7_=0\u06c7\u0010f\r~\u000b8u\u001fs\/u\"\"s\\W\u000f1|rM\u0018M!\u05a07(\u001f\u0015a!>iK\u034d\"N1}ZPw'<\/D=d\\x?$w+6^\u0012Ts_\b-v\u0012?QP(jn\t7?\u071a1;\u001an\u0017'G\u0018D}9Manm3\u0014v7\u0005r+\u0015:+ :n\u000bx\u00bc:n ]\u07fe\u05c5d\u292f\u0013Qzwyy<}a\u001e\u001fu_\\\u000fwKy\u0016\u000fK|\u0007\u0012r\u0004\u0005b\u0525?\\=a\u000fqv0le\u01a3}zo\u000b+}T]w\u0005\u0010\u0787\u000b\/\u0004\u0016z\n\u000f\\*5.}u\u0005\u0004y\b\u00046:gjb\u0010+\u0016\u0665o\u000bg\batz-VK\u000e+v5o\f\":<..*gu5>:t\u0017L|ZS\u0005tW^\u000f\u0017M[z\u001fx\u03d6}\u0477\u0662\t\u0007no\\\u022dBhNk\u0011o\t\u0012NCg\/\udb1a\udc3a\u072f\u01f7n>^ma\r\u000f'NU<#~it8\u02fc5(\/\u07db\u000e\u001fo1\uce82W\ube15\u001ccE&VWi`6\ue28c[xj|\u0013\u001erv\u000f^=\"3\ba*CV04r#mM'#~vXq\u0016}F^gx\u0007\u0006\u001f\u000fq\u046b1_sgb-\r^Kcn\ucaf48ki\u032e\u06b1~S\u077b\u000f_\\q\u0003\b\u001c\u001b\u0006p5I_\r@\u001f\u0001\".U\u001fc]k]Ie%\u0367\ueebe~Z`~\u00020\u05f9v~J~_Ds_>~O\t\u1635]LW?`\u001a\u001fh\u05e5|Ge\/X<\u001f\/bv\u001e^UO;>\"fXzOw7p!tk{\\H}\u0019\u05efpa>]\u0017\u02e7N\u077ak]7p\u02ab^\u06cb\\e\u03cfG\/\/]\u015am}\u000bW)\/\u0666qu\u0017;\u0005}l<\u0005}l-z9\u0017|6\t[E'gI\u000f$mua\u001f\u001b8pa\u001f[^\u0385jv*\u0019\u0016\t[LZB-p\u001eWq5!\t\u000f\u0015-'Qs9\u0011\u001c\\]x{o\\9:`s\u055c\u0425t@IpyX\u001fS0\u01e6\/\u001ff^E\ud37d\u0017N|=3x]=kW\/\u0017|\u0505dwFg?Zmq=.h[\u001cw\u000f\u05a8^F\u0767\u06f7|\u001eYOr\u0005*[5<{.s\u0017\u001c\u02f8\u0015Ow_n~5\tIgSs]{G(7lM\u066c\u03ebsMq!o^\u04df\u0354@;iKj\u0019GB;Gr?\u001c\\b}-[[\u001d.hi6.[mWnwm;;\\\u000f+S*^R\u000bEEE$Ef\u001dff\u000f~7\ub6c6xf~\/_>|[\u02f9\u001fo}}4g\u0007\u001frw\u000f?Gwloo}zYC|m3`!tg~\u000f]u=~#?\u06c7OO\u000f'wT==0'r\u001f\u001e\u000e3\u0003s3\u0018j\t~\ue5c7?.\u026a\u01beB|w7o\u0015\u001d~#K4?'\/OG\u0010\/\u001fiOV%&\u07bf}O-1|{FV\u001a~yo\u001fy\t\u000f\u001f>?+~\u015a\u000f1\u000e\u001d?\u001b3\b[?AZx}}x\u0723)B\u0000\u0011zvmc!aA{D?\u001do1w\u03cfIq\u0003$2?\u001d}\u0005t\u0767oq^]?\/\u001bpgs\u000e1u\u00143d\u03a1rm\/7s]Lh\u0010\/a&3\u001b\u0003fh?1o?_\u001d`wN?\u0361j_n{?|\u001d7\b\\at\u000e\u001f>\u0014f\u001e\u000bg\u31e7o\u00f3)\u0019G\\]\u00015p^<[\u0003\u0007~^j\u001er{\u042a=sq>6f\u02cdBw3\/\u01272r\u0757\u0004\u001f\u0005>v{?\u0017\u0007R\"R\u0002\u00b1\u0367\u033a~Xs9\u000b\u001eeeKUASQOMU\u0005\u0016#wx!?g\u001fm\u001bc?~ges\u001b\u001b\u0019\u053e^G @Pr\u0011c\u0016\u001f\u0005\u0001\u0000\u00139jzp\u03d4qr\tFcZ\u0012\u00104\u0004\u0007O\u001c A$\u001d@\u0012nNenN\/\u0012nNss.]iM7'oJ9M:\u0369,ts}s\t7\u01f99Md\u6d26\u001bnN\u04f6N}s}5%\u071c&7\u001fTntYW\ub445\u0016\u07f7\"pL\u0006jVz\u0014c^.6^r>4l.\u0015\r'\u05c3s+^x}bw%7a{h887f7l\u05fc\u02ae_\u000e\u001fC}ssR]kr}<\\?Y4}\u05fbo\u06dbO\u0767\u0005~\u001f\u0005gC\u05d0|\u0002o}\u000b-\u01a1)Giq]P\u530a.\u001e?m4C4\u000fBN7\u000798\u03b1y\u0131E\u0131e\u0131O}Wq\u000e#*nT\u02c7oYV\u001dE\u001dG\u001d]D\u001d]F\u001d]E\u001d]G\u001d\u001dn?x?0`h\u001e\u0016ezh\u001eZ6b7\"}\"Y\n\u0011e\u0018\nVD\b\u000eG\u0005A{9_\u001d^\u000b+7Z'd\u0454Y~ __|q_~O?}|ox\\9`}Ow=\u06fd>\u0014t\u001d\u0018^'<\u000e:'\nh\u00d5ugK6a\u001d_D\u001e_\u001e%kL\"Wg}\u07fbDr63\u009f\u00104\u0018\u0464,R\u0013(\u0012%\u0012\"\u0012\u000f\u0011Qf3Eg\u0014\u0019I\u046e{\u001fj-NOW8\u03d9\u001a\f@B1K\u0004\u00169LvO\u0014\u001f\u00127\u05fd\/\u03da\u0693\uc253OW\u0005\/dj{qp%ZB-\u02d2 KR,EX4\u02ef-^r%Jx\u0002+_NT\u0004P[@j\u03b7T|:i\u0127\u0010\/,\u000f\u001fZ\u001b~kN,\u001deC\u001e\u001ct\u0014;`|\u000f\u001fopow_g\u2e78\u6d05F.?wm([\u77b4n(ywuV\u0017uW\u0414MQlr7[|m|]io\u001foh&\u06e80W]\u013e\u001fE0\u067fY:w6,|,\u02c5WD\u001fgJ;\u000fe;\u0517=\u0377O\rOe<\u000f7+[v?y]v}{b3\u0015\u0019k\u00de57U=M\u00147y7u_\/vvm\u0019j\u02f7\u000f55.\u03cfY8\u0309\u00cca}4G~!`M\u000bkG{vI8\u01f3Gx\u001dn\t\u0017wzv\u000e\u001aM.!\u001b\u0015~\u001f\u0012&$1;l?\"=FO}{\u0000\u001d}5?7\u000f_B~w\u032e$\u000f4<\u01db\u07c2s\b?xh\u001f\u019f\u001e\u001f\u0003\u0013%9y\u0016lzhc}hnO\u0018y\u0471G\u0015oo\u0006|\u000b-n2\u001c#\u0017;<\u001dzb\u0017\u071aow\u0410\u04c1\u0139\u04e1\u0007~7\u0010\u0010F^\u03c8No|}9R\u0003N\u0018\r<'\u001erEz\f\u001e>OVjnO\\yUE`k\u0019'OO9kE'E=`\u001f\u001f\u0003bsumd\u001f\u00101@}p$\u0006DM7Q~\\\u001fc9\u3c5b'\u001f;\u0568<7dK3^_\u04b3_x\u0013\u0efb_'Y\n\u01f37\u001f~d8<\u001d\u001ct\u0018\u04d7yi2\u001e|3\u001fV]*}\u001f\u06052 RTeWe=DeB\u06b2f\u001c2R3 \u001f\u00182 1E(#b(\u0010g=\u0335\u070c\b\"3#L_\u077e\u0747H\\cvnDD3|F\u0019\u0010s>>;b.\u0013b`DvI\\F|[lV\u0296\u02cc\u001b\tY\u0013\u0019\u0012,1QsdZ~?\u0019r\u020c\u001fCUP\u0013OGgQ<\u0002\u0663f>{\u0012\u001f\u0002fo?~3\u001f\u00195x\u04ff5w=>g \"Iw2\u000bR\u0320\t\u065b\u000b.+s\u001d\rXx_U%\u0018E\n\u0014|\u0343Jc|?~hM0={P\u0207CS??v\u014fnm_G]|H\u0018\u000egOR\ud9a5\udc3e\u0007{yv\u00acs5\u0012t?\u00055\u0019\u0001>`*\u001b\t|\u001f;Y\u0004P\u0005Ug\u0019|v\u0006\f>\u0007\n\f>\t53\u0005\u03c9\u03c2xQ<\u05bb1D\n\/J\n\b>\u001fbI\u0010|J|.]KI0\u001b\u0089KgMw\u067b}@#MMs)\"\f>*\u0000\u0002>37g9Pg\u0019|N\u0001|\u0006g_,|V|VX\/>\u0010\u0004>[1$(\u0019i\u0007><\u000bC5|nk2\u0015\u0019g\u0001M\u0011\u0017c83\u001c\u0000|\n\f>\u0000@\u0001g9\u0006\u0019|\u0006}YYx\u001f\u001bt\u0017Ag+\u0006|\u0004%\u0000\u0ce2[\u0013vv]w\u015e#*.Y9n\u0014\fc\u0198C\u0015`V1f\u0659\u001b\u00183\u001c(\u00183\u018c1'\u05001c\u0018\/\u0016c>1KS\u03d6_5$45f\u00010C\f<\tZ\u0198_\tG_,2E4\u046bk\u05dfJZ\u04b6rg\u01bb\n\u0016E+Ms) ;*;\u03b837pg9Ppg\u0019wN\u0001w\u019dqg_,|VwN\u04b1^w\u0007[\u009d\u0018y\u0012\u00b4#\u06e2k=?'\u0734EU\n\u00db\u038a\u038c|\ud298-.cGNq\u0006ag9T\u0001l\u0015\u0019v\u0001;\u0381\u0002;\u03b0sB\r3\f;ba\u7cf26\u04b1^v\u0007[\u0018y\u0012\u00b4\u001f\u0014\u001fYi\u0013l&x\b\u0013Xd#i\u0014g\u0011|\u0006C\u0015V\u0001g\u0659\u001b3\u001c(3\f>'\u0000>\/\u0016|>+>KjpF\u0004[\u0002\u0018y\u0012P\u0003@VeZ\u001bYvYw\u00045\u0759\u0000j\u0571Fg\u0011|\u0006C\u0015V\u0001g\u0659\u001b3\u001c(3\f>'\u0000>\/\u0016|\u0006g7\u0006|vcV\u0086sE4R\u0018|.\u06ae($>Ug\u07baQK}VtI~#Z\u07b7\tN\u0018=\u0159!P\u0005\u0010U h\b\u001av\u0006\u0004\rA\u0007\n\u0004\rAC\t5@\u00104\u0004\ud2c5Jb\u001e\u0005)\u0018\u0011n\tb IP2A\u000bI?\u001f5iZ)\u0015h\u075a\u03d2\u0003;\u0006M@+u\u0005~\u001f;Y\u0004P\u0005Ug\u0019|v\u0006\f>\u0007\n\f>\t53\u0005g\u064d\u0001\u0758%Yw\\su\u03e1\ng3\r\u0019|\u000e\u0014\u0019|\u0006\u0013j\u0000g\u0017\u000b>\u001b\u0003>1g!r\udb3c\udee2[i\u03c5y.S8w\u001f\u04528z3\tAC\u0421\n h@\u00104\u0004\r\b\u001a\u000e\u0014\b\u001a\u0013j!h\b\u0017\u000bAjL\u04b1^\u0007[\u0018\bz\u0012L\u00b4\u001b\u05ebLf@w;s\u0003|\u0006\u0003\u0005|\u0006\u001ag\u0019|\u01423\u0180nYKr|\u05d9\u04bcT\tY\u0561q\u0006o\u001fQ\u0005N\u001a=LB\u0010t\u0002\b*\u00104\u0004\rA;s\u0003\u0003\u0005!\u001a h\b\u001aBg%\bu\u0015\u0012t\n\nA\u0010\u0015\u0003AO\tZvcZ\u0012\u001c?MY\u05b1\u000b@\u0017c8A;\u001c^\u0013P\twoNq\u0016g9T\u0001l\u0015\u0019|\u0006\u0001>\u03c1\u0002>sB\r3\f>bg\u0019|vcg7f\t|\u0016s%(\u0005?\u05d9yg\u0013\u05b54\u0015\u001dr2x\u0016N\u001d=LB\u0010t\u0002\b*\u00104\u0004\rA;s\u0003\u0003\u0005!\u001a h\b\u001aBg%h\u0016\fKz\tZ\u001fn\tb IP2A\u000bA6^*\u0001l\u03bcD\u0012t\u05a5yS8@k3\">\u02a4Ms)\">*@>37g9Pg\u0019}N\u0001}Fg_,>n\f\u0190\u0000\u001c~\u0004\u02ba.!\u0001:\u02f3\u0004o:V\u0005%j\u0015\u0005SI\b\u001a\u000eU\u0000A[\u0005!hgn@\u0010t@\u00104\u0004P\u0003\u0004\rAC\u043eX\b\u0004-Y0\u0006\u0004-\u001e\u0004}'A\u000b%@m\u0013\u0012Xv]U\u0002'%@+3N5\u00018[7c93\u001c\u0000}\n>@@Ag9\u0006\u0019}F}3>1\u001b>\/\u0003k9\u0010\u0167\u0019+J#\u001c\u0001\u8413k\"\\\u07b7 \t9\u00184\u0006\u001d\u0000\n\u0006Ac1@1h\f:\u0006\f\u001a\u01a0}\u0018Y\rZ:\fKz\rZ\u001fn\tb0IPA\u000b\u04ce%\u0006F$-<\u0240.\u06baN\u0004;,>\u0012W\u001f\u0682?\u01cf,s\u0002*3>;s\u0003}F\u0003\u0005}F\u001ag\u0019}\u01623\u01a0nymX\u0002yLZIc\u0000MW_\u0002i\t\u041a\u000eMRxIXN\u0019=\u0159!P\u0005\u0010U h\b\u001av\u0006\u0004\rA\u0007\n\u0004\rAC\t5@\u00104\u0004\ud2c5J\u0536aX:K uK\u0010\u0015\u0003AO\tZvQu\u03e6\u0010~W\u0308O\u06d8\u074b\u0611SA\u0019v\u000eU\u0000;[\u0005vaggn\u03b0s\u03b03P\u0003\f;\u03beX\u0019v\u0018\u064dY\u001d;\u000b\u0018_nsVW6zgo\u001e!N|thG\u0005K?'LB\u0010t\u0002\b*\u00104\u0004\rA;s\u0003\u0003\u0005!\u001a h\b\u001aBg%hIRm\u0018NQ\u05c8 uK\u0010\u0015\u0003AO\tZ\u0018j~~fTS\u05dc`AEoF\ud29d\u00169v4\u0010yFC\u0015 VAg\u0659\u001b3\u001c(3<'\u0500<#\u0233\/\u0016yFg7\u0006yvcV'k\u549f[@I7Ou'I~VtI5\u0011m\u0019s)$\u0004\rA*\u0002AC\u001037 h\b:P h\b\u001aN\u0001!h_,\u0004}V\u0406\u0014c\bR\u0004A[1\u0010$(\u0731{\t+\u001f_ly\/B8\u0005SnE;R\u0000Z\u045d\u0001&9z\u0014g\u0011|\u0006C\u0015V\u0001g\u0659\u001b3\u001c(3\f>'\u0000>\/\u0016|\u0006g7\u0006|vcg^g\u5375b\tyW\u055f<\u0014\u0018Q\u0011\u0015?'Lb\u0018t\u0002\f*\u00184\u0006A;s\u0003\u01a0\u0003\u0005\u01a01\u001a0h\f\u001abg5hq1OKc\u0006\u000fRA[1\u0018$h\u0004W*\u0014\u0017\u00015Y\u001b\u0006G\ud8a1\udc58\u0001-w\u0240\u039a`\u0001\">*@>37g9Pg\u0019}N\u0001}Fg_,>n\f,Bp{]n\u0002t3\/\u0000\u043b>kS$@k:46}D7?T[\u0001SI\b\u001a\u000eU\u0000A[\u0005!hgn@\u0010t@\u00104\u0004P\u0003\u0004\rAC\u043eX\b\u0004-2\u0005\u04b1^\u0007[\u0018\bz\u0012\fAZ.K%@yQ\u05d5KyQW;a\u0014tgD}@#d#\u001c?v>\u03e1\ng3\r\u0019}\u000e\u0014\u0019}F\u0013j@g\u0017>\u001b>1g_\/8\u0003:k\u06a2\u0010\u06d3\u0001U',\u0001$-\u0698\u001c\u078b\u0015SI\f\u001a\u000eUA[\u0005\u01a01hgn`\u0018t`\u00184\u0006P\u0003\u0006Ac\u043eX\f\u0006-\u06b2?X\u001f2F\u0004[\u00a0\u0018\fz\u0012j\u04b4[\"\u001c%@e[\t\u001f\t\u00046k\u0014\t\u040a\ue313xM@-&9~\u0014g\u0011|\u0006C\u0015V\u0001g\u0659\u001b3\u001c(3\f>'\u0000>\/\u0016|\u0006g7\u0006|vcVv\u0013\u06f3N:p%\u0015\u001drRxJ\u0010SI\f\u001a\u000eUA[\u0005\u01a01hgn`\u0018t`\u00184\u0006P\u0003\u0006Ac\u043eX\f\u0006\u001d^NqW\u0018!\u0006\u0004%\u001bc\u0012:q\tEyt\u0002tQO'\u001d\t\u0000HP\u0000y\u0349Ms)\"\f>*\u0000\u0002>37g9Pg\u0019|N\u0001|\u0006g_,\f>n\f,\u00b4\u001bp^.7\u0015ysVfyW'XC\u0561q\u0006o\u001f\u0000t)$\u0004\rA*\u0002AC\u001037 h\b:P h\b\u001aN\u0001!h_,\u0004}V\u0016HmtA h+\u0006\u0004-\tz\t*c ,\u02bciO\u00008\u000f\u06000i\u0014g\u0011}FC\u0015VAg\u0659\u001b3\u001c(3>'\u0500>\/\u0016}Fg7\u0006}vcV\n\u0017\u0000wX}\u02a2\u032b\u0014\u000b@k:\u0011o\u000b\u00002z3\tAC\u0421\n h@\u00104\u0004\r\b\u001a\u000e\u0014\b\u001a\u0013j!h\b\u0017\u000bA\\6\u000b\u0550\u0010\u04c0\u0005\u07c2\u000f1\u0010$((_aS0\u0011]&m\\\u0000\u041a\u0004\u000fh2\u0004?\u01cf,s\u0002*3\f>;s\u0003|\u0006\u0003\u0005|\u0006\u001ag\u0019|\u01423\u0180n\u0012,L;g\ra\u000bN..?\u0014}\tUUI\t\u040a\u000e9)}\tN\u0019=\u0159\u01201P\u0005\u0018U0h\f\u001av\u0006\u0006A\u0007\n\u0006Ac\t5`\u00184\u0006\u0160j\"X2,\u001d5h}%\f\u068a'A$@m\r\u0012\u01bc\u0001\t=M.\u032bp+\u0004hEwI}@\u001b{\u001c?v\b>\u03e1\ng3\r\u0019|\u000e\u0014\u0019|\u0006\u0013j\u0000g\u0017\u000b>\u001b\u0003>1W\u0002^p\u0002t\u0775]\u0013FV6m^KKKVtI\u1b7bn\u0004G)$\u0006A*Ac\u0018370h\f:P0h\f\u001aN\u0001\u01a01h_,\u0006}V-\u04b1^\u0007[\u00a0\u0018\fz\u0012lPk\u0004]eSkpTEerI\u0012Ak:4F}D\u001a\u001c8\u00104\u0004\u001d\u0000\n\u0004\rAC\u0700!@!h\b:\u0006\b\u001a}\u00104\u0004\rA1\u0010\u001b\u0004A\u000bY\u0007zm\u0006uU^W\b\u0006zoy\u0259\u001at7\t\u0581Vuhn\u0017\u0017kI'I\f\u001a\u000eUA[\u0005\u01a01hgn`\u0018t`\u00184\u0006P\u0003\u0006Ac\u043eX\f\u0006-\u001a\u0752\u0014v\bRA[1\u0018$h4h\u000bN'B\u001eK}y%\u0011<-\rZ!'JXN\u0019=\u0159!P\u0005\u0010U h\b\u001av\u0006\u0004\rA\u0007\n\u0004\rAC\t5@\u00104\u0004\ud2c5!h\b\u068d\u0758\u0011t&.8\r:L\u03d7\u0006uW`)\u000eUD^\u0013\u00171\u0017k)8\u00184\u0006\u001d\u0000\n\u0006Ac1@1h\f:\u0006\f\u001a\u01a0}\u0018Y\rZd\u0018KS1\"H\u0012\u0006m`\u0413d\u0016\u001dpAFf'3O\u04a0\n\t\u04a05\u001d\u001a'#*cw\u0013\u00042z3\tAC\u0421\n h@\u00104\u0004\r\b\u001a\u000e\u0014\b\u001a\u0013j!h\b\u0017\u000bAC\u0010\u001b\u0003A1#h)b\u04e0S:a1Ay\ni#\u0004Vuh\u0604A'Lb\u0018t\u0002\f*\u00184\u0006A;s\u0003\u01a0\u0003\u0005\u01a01\u001a0h\f\u001abg5h\u0017\u0636\fKz\rZ\u001fn\tb0IPA\u000bYCX\u000f\u00bc\br\u0007\ufcb2\u0016WN\u0283Vt5\u0011u\u001e\u0017k\t9\u00184\u0006\u001d\u0000\n\u0006Ac1@1h\f:\u0006\f\u001a\u01a0}\u00184\u0006A1\u0018\u001b>\u0016\u0012\/7\u000f\u02eelb0\/>U[\u0014RtJ\u001eCN&rH\u001c=\u0159\u01201P\u0005\u0018U0h\f\u001av\u0006\u0006A\u0007\n\u0006Ac\t5`\u00184\u0006\u0160jYc\u001a>H\u0012\u0006m`\u0413d\u0016\u063d\u00044<7o\u06794\rhV1)\rZ!'hb\u00164XN\u0019=\u0159!P\u0005\u0010U h\b\u001av\u0006\u0004\rA\u0007\n\u0004\rAC\t5@\u00104\u0004\ud2c5!h\b\u068d\u0758\u0011\u0017\u0006]dNn+4hED>\u00e0\u0013GOq&1h\f:T\u0001\u0006m\u0015\f\u001a\u01a0Ac\u0401Ac\u0018tB\r\u00184\u0006Ab1s\u001at\u001d>d\bRA[1\u0018$h\u0019\u0384^\\AWE)\u0001\u03e0iK;\u0360\u0015\u001dr\u0014D\u0010\f:m\u0014g\u0012\u01a0C\u0015`V1h\f\u0699\u001b\u00184\u0006\u001d(\u00184\u0006A'\u0500Ac\u0018\/\u0016>AGx\u05e0SU\b\u00a0\u0018\fz\u0012j\u04b4s\u0013s\u0006\u0016yvd\u001at[;E\u001eCcEG7M\u0018t)$\u0006A*Ac\u0018370h\f:P0h\f\u001aN\u0001\u01a01h_,\u0006}VaXA-aV\f\u0006=\tJ6ha9\u0006-.\u0620\u02a4\u001d\u0019=\u0006]7eQ\"\u000fZ!GQ\b\r\u001f=\u0159\u01201P\u0005\u0018U0h\f\u001av\u0006\u0006A\u0007\n\u0006Ac\t5`\u00184\u0006\u0160j\u0533eX\r\t1\rx\rZ-\f\u0010AO\rZvZ\u001c]\u000f]#%O\rh\u040a\u000e9j\"\u068cFOs&1h\f:T\u0001\u0006m\u0015\f\u001a\u01a0Ac\u0401Ac\u0018tB\r\u00184\u0006Ab1\u001a\b\t\fKz\rZ\u001fn\tb0IPA\u000b1ha5\u8ba8+{\u001bmeks)}:\u01605\u001dr\u0014\u0019\rN\u0018=\u0159\u01201P\u0005\u0018U0h\f\u001av\u0006\u0006A\u0007\n\u0006Ac\t5`\u00184\u0006\u0160j\u0536eX:k uK\u0018\u0015AO\rZvAov=AK\u02c02,\u001d5h}%\f\u068a'A\u0018f(vy\u0654)\u0006U!med\u040a\u000e9G`\u04298\u00184\u0006\u001d\u0000\n\u0006Ac1@1h\f:\u0006\f\u001a\u01a0}\u0018Y\rz~cAKz\rZ\u001fn\tb0IPA\u000b\u04ceB\bA\u01cfLB\u0010t\u0002\b*\u00104\u0004\rA;s\u0003\u0003\u0005!\u001a h\b\u001aBg%\bu\u0015\u0012t\n\nA\u0010\u0015\u0003AO\tZv,H\u607fvd\u0018t\u0004A:(j\u001fHk\u001b1SI\f\u001a\u000eUA[\u0005\u01a01hgn`\u0018t`\u00184\u0006P\u0003\u0006Ac\u043eX\f\u0006-\u0002j\u02f0t\u05e0A0h+\u0006\u0004%\u001b0\u001c\u0016\r\u0383n\u02fe)\fZ!GQX\u0010\f:i4g\u0012\u01a0C\u0015`V1h\f\u0699\u001b\u00184\u0006\u001d(\u00184\u0006A'\u0500Ac\u0018\/\u0016>A\fc\u0270\u001a\u0012b\u001a\u001a}\f\u0010AO\rZv,\u0007HeZ>6}39'0hM\u001cE5\u0011M.\u01fa\tN\u0018=\u0159\u01201P\u0005\u0018U0h\f\u001av\u0006\u0006A\u0007\n\u0006Ac\t5`\u00184\u0006\u0160j-\u0019\u001a>H\u0012\u0006m`\u0413d\u0016rtua\u0012A+: j\u001f,h|\u0004\u001d?z3\tAC\u0421\n h@\u00104\u0004\r\b\u001a\u000e\u0014\b\u001a\u0013j!h\b\u0017\u000bA5=-\u0018\u0012>H\u0012\u0004m@\u0413e\b\u040b\r.+\u0017 6OY\u5829O#C\u000e8RGOq&!h\b:T\u0001\u0004m\u0015\b\u001a\u0001AC\u0401\u0002AC\u0010tB\r\u00104\u0004\rAb!\u0012sj\u000bc\u0004\u000fR\u0004A[1\u0010$(iG\u0016Q_'saZN\t\u0232i%N!hM\u0188W\u0004A'LB\u0010t\u0002\b*\u00104\u0004\rA;s\u0003\u0003\u0005!\u001a h\b\u001aB$6\u0002\u0019c}\u0018\u0011n\tb IP*A\u0750pe\u0004T\u0012y\u03cbRT\u035b[\u06dd$\tZ\u04e1#\u0698\u014c\/W\u0013FOq&\u0011h\u0004:T\u0001\u0002m\u0015\u0004\u001aF@#\u0401@#\btB\r\b4\u0002@b\u0011\nt\u0004z\u0005:E]%\nD\u000f1\b$h\u0019\u0016&A\u0272$\u0010tUdmu\b5\u001dr\u0010DQ]0A\u01cfLB\u0010t\u0002\b*\u00104\u0004\rA;s\u0003\u0003\u0005!\u001a h\b\u001aBg%h1\u0342aX\/A-AV\f\u0004=\tJ&ha9KA\u000b{Y]Y;\u001cL\t:eyp8\u0005A+: j\u001f!=lGOs&!h\b:T\u0001\u0004m\u0015\b\u001a\u0001AC\u0401\u0002AC\u0010tB\r\u00104\u0004\rAb!\u00124l\u0018VCBL\u0003^\u000f\u0018\bz\u0012L\u0002\u07cekm\u0011.\u0005g\u0499\u0004]]IrB\u041a\u000e9Gt1z\u00040z3\tAC\u0421\n h@\u00104\u0004\r\b\u001a\u000e\u0014\b\u001a\u0013j!h\b\u0017\u000bASk\u00f0tA h+\u0006\u0004-Ck[\ni\u06a6*3!\u0018\u0004m\u07b9FJg\u0010t\u0015!hE\\D-v8a7B\t'I\b\u001a\u000eU\u0000A[\u0005!hgn@\u0010t@\u00104\u0004P\u0003\u0004\rAC\u043eX\b\u0004-Mm\u001bc\u0004\u000fR\u0004A[1\u0010$,\u00124Yc_0A\u0005p\u0018\u0004\rA\u000fU h\b\u001a\u0005AC\u00104\u0004\u001d]\u0019\u0004\rACb4\u0004\bZ\\\u000f\u0542\u0014u\bR\u0004A[1\u0010$(z%\u0018fA#\tkL\t:vNZ:5\u001d\u001a#>\u0012\u0004A'LB\u0010t\u0002\b*\u00104\u0004\rA;s\u0003\u0003\u0005!\u001a h\b\u001aBg%h1\u0342\u0014c\bR\u0004A[1\u0010$h\u0019\u0384T\u000bN6\ryA].\u0010yZ\u001aCN\"o\u001f`i9\u00184\u0006\u001d\u0000\n\u0006Ac1@1h\f:\u0006\f\u001a\u01a0}\u0018Y\rZ5%\u04b1^\u0007[\u00a0\u0018\fz\u0012l\u00b4\u001b\u0017\u0006]'2z1\u030a;I\u001aC\u000e\u0011QkI\\.A'LB\u0010t\u0002\b*\u00104\u0004\rA;s\u0003\u0003\u0005!\u001a h\b\u001aBg%hi\u0011P\u001bc\u0004\u000fR\u0004A[1\u0010$(;V\u0015^\u0013t]&tq\fn\u02ac,\u001cp@Yf\u0012I\u0002c}\u00156\u0004:~\u0014g\u0012FC\u0015 VA\u0011h\u0004\u0699\u001b\b4\u0002\u001d(\b4\u0002@'\u0500@#\b\/\u0016>@\u000b6FW=\u0017F4UWi O1\b$h\u0019~8\u02c2n\u0018Aw\r\u0014\u000bqh:4Q\u0532\u0010\u06c8A'|&1h\f:T\u0001\u0006m\u0015\f\u001a\u01a0Ac\u0401Ac\u0018tB\r\u00184\u0006Ab1\u001at\f\t5\u0001\u0007aV\f\u0006=\tJ6ha\u0691\u0005?i\u0014u&Y9\u0015\"RX~9M5\u001d\u001a\u001bj\u001fQ\byoESFO>\b4\u0002\u001d\u0000\n\u0002@#@\u0011@A\u0011h\u0004:\u0006\u0004\u001aF}\bY\u0005Z\u0004Bc\u0002\u000fR@[1\b$(Y\u001d,h\u0001{\/7\u000bz\u05d87vc\u043b-JZB:\u01605\u001d\u001a+j\u001f0\u0453$\u0006A*Ac\u0018370h\f:P0h\f\u001aN\u0001\u01a01h_,\u0006}VjHi\u0002\u0006b\u0407\u0018\fz\u0012Aov;B\u000e\u0599x\u0799W\u001di\r$VtA>Bm\u001b\u0004\u001d?z3\tAC\u0421\n h@\u00104\u0004\r\b\u001a\u000e\u0014\b\u001a\u0013j!h\b\u0017\u000bA=,\f\u0012>H\u0012\u0004m@\u0413d\u0016\u0006Y6Y%,81,>.\/E8:\"\u050a;\u0018&\u0633;#<\u00072v;\u03a1\npg\u03b83\r\u0019w\u000e\u0014\u0019w\u019d\u0013jqg\u0017;\u055d%y5X: uK\u0013;OR\u0779\u0010nWvlWEFZ\u0645g\u0019TN\u06b80AU\u001d\u001a>\u06c9r\u0602=Ls\u0002*3>;s\u0003}F\u0003\u0005}F\u001ag\u0019}\u0162g\u0001F(\u001e\u0148 uK\u0013>OW\u009e\u066el2)yye^dC\u000e\u001169~\u0014g\u0012~C\u0015Vg\u0659\u001b3\u001c(3\f?'\u0000?\/\u0016~>+?Gu,\u001e\u014e \t'A,L'?7]S\u05f1ndZaD}VtS\u0013d,8z3>\u03e1\ng3\r\u0019}\u000e\u0014\u0019}F\u0013j@g\u0017>U]&,\u001dg}%\tB'A,,\u0010*8kNKRY\u04dd\u0001N\\~\u000b\u001c?v\b<\u0003\u03e1\ng\u00003\r\u0019x\u000e\u0014\u0019x\u0006\u0013j\u0000g\u0017\u000b<\u0015;-\u000eVCBL\u0003^x\u0016\u000fx\u001e\u0007\u0001\u03d3Y8zax\u07bdn\\\u001c#\u0018tuB\u001a\u0013n\u02eakN\uf826;v\u0011\u001e;Y\u01201P\u0005\u0018U0h\f\u001av\u0006\u0006A\u0007\n\u0006Ac\t5`\u00184\u0006\u0160jb\"%\u04b1^\u0007[\u00a0 \fz\u0012l\u001b\u696bm\u0007\ubaabLJpgMwFv\u000fs0m\u4cc8;\u03a1\npg\u03b83\r\u0019w\u000e\u0014\u0019w\u019d\u0013jqg\u0017;\u055d\u015d,\r>H\u0012\u0004\u0393dw\u0016\tX<2(n^OnQ,e]nv\t\u001etg}@+^0\u0631\u04dcE\f\u001a\u000eUA[\u0005\u01a01hgn`\u0018t`\u00184\u0006P\u0003\u0006Ac\u043eX\f\u0006-\u0692aXA-aN\u0010\u0006=\tJ6ham::}6w];;k3Z\\hb\u0013\u001c?v;\u03a1\npg\u03b83\r\u0019w\u000e\u0014\u0019w\u019d\u0013jqg\u0017;\u03b8'\bwewm\u0475]\u05dc<93M-31n\u03bc[\u001f\u001fU\u001d\u001aI>\u0011&\u0018:e\u0014g\u0012\u0006C\u0015\u0000V\u0001h \u0699\u001b@4\u0010\u001d(@4\u0010\rD'\u0000D\u0003@\/\u0016>+DG\u042bx\u0017SU\b\u0002 z\u0012\f\u0002p\b\bG[4yhFn\u000fs\u041a u\u001fv(t)\"\u0006A*Ac\u0018370h\f:P0h\f\u001aN\u0001\u01a01h_,\u0006Ac\u041e \fz\u0012:^2\u000b&C7U4YAgy-1\/T'Hth\u03bb`SI \u001a\u000eU\u0000D[\u0005\u0006hgn\u0000@t\u0000@4\u0010P\u0003\u0010\rD\u0003\u047eX \u0010-\u000eaX\/D-\u0001N\u0010\u0010=\tZ\u0006\u05f6*r\u6962l\u0015LESwB+3N5\u0001\u0007N\u0019;YD\u0011P\u0005\bU\u0010h\u0004\u001av\u0006\u0002@\u0007\n\u0002@#\t5 \b4\u0002E\u0011h\u0004\u0013@ObV'\u0017\n]4]&|2RB+:$\udb28\ude3cYb\u0019:e\u0014g\u0012\u0006C\u0015\u0000V\u0001h \u0699\u001b@4\u0010\u001d(@4\u0010\rD'\u0000D\u0003@\/\u0016>+D`t\u0017A\ua580h'\b\u0004%C0ud\u000b\u0385niU.*iW\u00d4\\hEw\u0019\b2v\bAC\u0421\n h@\u00104\u0004\r\b\u001a\u000e\u0014\b\u001a\u0013j!h\b\u0017\u000bAC\u0010'\b\u012co\u0717\u000b\u0755U#8\u0345nw!%Rr\u0015\u001dry\u001aN\u001b=\u0359\u0004P\u0005@Uh \u001av\u0006\u0010\rD\u0007\n\u0010\rD\u0003\t5\u0000@4\u0010\u0005\te\u000431\"H\u0012\u0010\u0004\u0001\u0453T\u079a'#s+BH\u0012\u0010\u0004\u0001\u0453d\u0016\u001eA?NvOss\u0002'B+35\u0001].}o\u0002Nq\u0016!h\b:T\u0001\u0004m\u0015\b\u001a\u0001AC\u0401\u0002AC\u0010tB\r\u00104\u0004\rAb!h\b\u001a\u0004A\u0413%\bZXxl_k\u0013\u0005s]\u0559$\u0017\u06bcw7E;\u000b8w\u001fQd^,CL\u0002@t\u0002 *@4\u0010\rD;s\u0003\u0006\u0003\u0005\u0006\u001ah \u001a\u0002ghi\u001f*c\u0010\u000fR\u0004D;A@$h\\ha{\u000b\u03856\u0017M\u001e}m\u045d5\u0019\u0001\r\b4v\bAC\u0421\n h@\u00104\u0004\r\b\u001a\u000e\u0014\b\u001a\u0013j!h\b\u0017\u000bAC\u0010'\b\u012c.\u0017ZK\u0385nxE\u000bf\u2586IB+:ll\":ye-0ti$\u0010\rD*\u0000\u0002D\u0003@37h :Ph \u001aN\u0001\u0006h_,\u0010}V\u0016WxX\r\t1\rx!ZX9\u0016\u001e\u0007\u0001\u0453d\u0016^}-\f\u0442\n\u001fA]W\u0019Yg]`9hU~ \t:u\u0014g\u0012}FC\u0015VAg\u0659\u001b3\u001c(3>'\u0500>\/\u0016}FgO\u0010\u02baUBWYZ$D_Y\u029fNZ\u0014Z!'hb0r):a\u0014g\u0012C\u0015@Vh(\u0699\u001bP4\u0014\u001d(P4\u0014\rE'\u0000ECP\/\u0016>+EK\u0006bX\/E-AN\u0010\u0014=\tJha(\u0012[LX\u0113\u0013]VeJaI9\u044a\u000e9Y\bN\u001b=\u0159\u0004P\u0005@Uh \u001av\u0006\u0010\rD\u0007\n\u0010\rD\u0003\t5\u0000@4\u0010\u0005h \u0013\u0004DOb\u0007BjEDWv\u001aDeUu\u009f\u0012\u8413\uc69d\u0006\rN\u0018=\u0159DP\u0005HUh$\u001av\u0006\u0012D\u0007\n\u0012D#\t5 H4\u0012E*\u0536}X:+ uKH\u0013DO%ZzDk\u0093\/\u000e]v.Qg]J\u0003\u03dat\u001f ~nNq\u0016g9T\u0001l\u0015\u0019x\u0006\u0001<\u0003\u03c1\u0002<\u0003sB\r3\f\u0013N?C\u001c}D8@4\u0010\u001d\u0000\n\u0010\rD\u0003\u0000@\u0001h :\u0006 \u001a\u0006}@Y!ZG\u0010-\u001dh}% \t\u0002'A\u0010-L(\u0004\u8aabNRI\u0002tR1)\u0001Z\u045dq\u0012\t0\/\/s)\";*;\u03b837pg9Ppg\u0019wN\u0001w\u019dqg_,;\u039e y\u0012;;q\t\n\u0011\u0000]KNv%5\u001drRxMDKI`\u04dcI \u001a\u000eU\u0000D[\u0005\u0006hgn\u0000@t\u0000@4\u0010P\u0003\u0010\rD\u0003\u047eX \u0010\u001dA^NW!\bvIP2D\u000bf>y\u0002tS\u00142\u0013W=k3>bx\/V\u0013N>3\u001c\u0000w\n;q@qg9\u0006\u0019w\u019d}3;{pI\u0012,;\/Az\/9\u0001\u06bc\u0018u\u0004r\u05d8> \u0001Z!'\u015flSFOq&h :T\u0001\u0010m\u0015 \u001a\u0006\u0001D\u0003\u0441\u0002D\u0003@tB\r@4\u0010\rDbB;tc\u0010\u000fR\u0004D;A@$\u0004GH\u03b3]\u0013'\u0001(::}\u0004hEwI& \/i#\u001c?v;\u03a1\npg\u03b83\r\u0019w\u000e\u0014\u0019w\u019d\u0013jqg\u0017;\u03b8'\bw\u012c.\u0001zx\ty\u0016&O\u0013]\u00162i\t\u040a\u000e9)}DF8@4\u0010\u001d\u0000\n\u0010\rD\u0003\u0000@\u0001h :\u0006 \u001a\u0006}@Y!Z%\u04b1^\u0007[\u0002 z\u0012\fv\u0002t\u05f4]\u001d`eIi)\t\u040a\ue313xe=2v;\u03a1\npg\u03b83\r\u0019w\u000e\u0014\u0019w\u019d\u0013jqg\u0017;\u03b8'\bw\u012c\u039d_e\u001f\r\u0017\u0002d\u0014h($@k:4N#ri\u001b\u00102z3\tEC\u0461\nh@P4\u0014\r(\u001a\u000e\u0014(\u001a\u0013jh(\u0017\u000bE\bh\u00149cD%(\t'A\u0014-MM@\u9e91\u0016\u0299@M^bAMwi}|oANq\u0016qg9T\u0001l\u0015\u0019w\u019d;\u0381;\u03b8sB\r3;bqg\u0019w\u0004\u0393\u0579\u05c0n\u000bi<\tJ\tPuI#\u0018JXN\u0019=\u0159\u0004P\u0005@Uh \u001av\u0006\u0010\rD\u0007\n\u0010\rD\u0003\t5\u0000@4\u0010\u0005\nom\u001eB>H\u0012\u0010\u0004\u0001\u0453d\u0016tl_^|\u0000\u001fXu,>wyS\u0010HgMwFx\u0007\u000fyN\u0019;Y\u011dqP\u0005Upg\u0019wv\u0006;\u0007\n;\t5\u03b83\u015dqg\u0013;Obpga9k@o8\u00035\u001f_E.2O2\u073c\u0017d@k:4GDY:t)$\u0012D*@D#H37h$:Ph$\u001aN\u0001Fh_,\u0012}V\u0016JmtWA\ua590h'\b\u0004-\u0001%\u001bB'\u0019chN`\u03da\ue333xM@I\u001eoBNq\u0016qg9T\u0001l\u0015\u0019w\u019d;\u0381;\u03b8sB\r3;bqg\u0019w\u0004\u0393\u0579\u0013\u04bcnCuv\u0014\u0000\u8413G4D8z3\tD\u0003\u0461\nh\u0000@4\u0010\r \u001a\u000e\u0014 \u001a\u0006\u0013j\u0000h \u0017\u000bD\u0015g\u001a\u0012b\u001aB.\u0010=\u000e\u0002'A\u0010-\u0632\u0014'e@gVEy\u02ba\u0004@:4\u0006>-SI\u0019~\u000eU\u0000?[\u0005~ggns3P\u0003\f?\u03feX\u0019~=A$f\t~\u0016\u063e?=\u03c3wH;t]\nI6\/3\u0014i\u040a\u000e9y\u000f)\u001fl\u00a1\u0013FOq&qh\u001c:T\u0001\u000em\u0015\u001c\u001a\u01a1C\u0401C8tB\r84\u000eCbq:tjm\u001d:>H\u0012\u000e\u0004\u0413 \u04a0\u0007\u001f#\rhyK6iE&4hED^\u0013\u0015oSI\u0019~\u000eU\u0000?[\u0005~ggns3P\u0003\f?\u03feX\u0019~=A$f},\u0001\/\u0007]dY]Yu\u001btB\"T\u035aF\nKhM\u0196Gt\rN\u0019=L\"Ht\u0002$*H4\u0012D;s\u0003F\u0003\u0005F\u001ah$\u001a\"gha,\u001fJ>H\u0012\u0012\u0004!\u0453e$zm\u0010\u0184]y%6O!:Zr\u0012;4\u053cP%Ct)$\u0010\rD*\u0000\u0002D\u0003@37h :Ph \u001aN\u0001\u0006h_,\u0010\rD\u0003\u045e z\u0012:V\u0005j+Cl\u0016\u000eKz\u0019Z\u001fn\tv`IP2C\u000bS\/\u02be.:\u001f-]#,E\u0247\u02bc\"\u001fZ!'Dd#6 :e\u0014g\u0012\u0006C\u0015\u0000V\u0001h \u0699\u001b@4\u0010\u001d(@4\u0010\rD'\u0000D\u0003@\/\u0016\u0006hO\u0010\u0010=Y\u001dDq\t\t*\u0004r:\u0011Z\u001bqSI\u001c\u001a\u000eUC[\u0005\u01a1qhgn8t84\u000eP\u0003\u000eC\u043eX\u001c\u000e\u001d!^NWiY\u001cz\u001cCO\u001dZ\u066aPX@3k@\u0019\r\n\tS25\u001d\u001ar\u00118z3D#\u0461\nh H4\u0012\r$\u001a\u000e\u0014$\u001aF\u0013j@h$\u0017D#H'\b\u012cNuI\u0019\u047b\u001e\u000fX.vN2C}DC'L8t\u0002\u001c*84\u000eC;s\u0003\u01a1\u0003\u0005\u01a1q\u001aph\u001c\u001aguh\u000eKz\u001dZ\u001fn\tvpIPC\u000bSYcU\f{]\u0017YVm&\u0015GHw.:!6\u000fE)[RBC>\u00bc\u0001i8@4\u0010\u001d\u0000\n\u0010\rD\u0003\u0000@\u0001h :\u0006 \u001a\u0006}@4\u0010\rD{I z]\u0015.\u0010\u0016jD&OKVtI#\u001a\u001c:q\u0014g\u0012\u01a1C\u0015Vqh\u001c\u0699\u001b84\u000e\u001d(84\u000eC'\u0500C8\/\u0016>C+|Z:,\u001duh}%\u001c\t\u00a1'A\u000e-L=~z\b(\u0284\u0001dDWu\tAbFCNNo\u001fQKnSI$\u001a\u000eUD[\u0005Fhgn Ht H4\u0012P\u0003\u0012D#\u047eX$\u001aF=AH$fu\u0012\u07f9\/8#:,^\n\u075eU\u001d\u001a\u0011\u0005+sL8t\u0002\u001c*84\u000eC;s\u0003\u01a1\u0003\u0005\u01a1q\u001aph\u001c\u001athy1\"H\u0012\u000e\u0004\u0413\u001cz]kD\/\ft[\u0015fykSlU#}\u0004[\u0015L8t\u0002\u001c*84\u000eC;s\u0003\u01a1\u0003\u0005\u01a1q\u001aph\u001c\u001aguh\u001el\u001d:>H\u0012\u000e\u0004\u0413TZcAwC\u000e>u<\u02ea>\n\u045a\u000e%u\u001fQw\u000e0z3C\u0421\nph84\u000e\r\u001c\u001a\u000e\u0014\u001c\u001a\u01a1\u0013jqh\u001c\u0017C\u0561EtX: uK8\u0013CO\u001dZz8#CV\u029d\"j\u000bvSI\u001c\u001a\u000eUC[\u0005\u01a1qhgn8t84\u000eP\u0003\u000eC\u043eX\u001c\u000e-M=[\u0550\u0010\u04c0\u05e1C\u000bc#:>H\u0012\u000e\u0004\u0413d\u0016BB\u000ey5\u042dc8t]wm)\f\u01e13(phE\u001cI#:m8t)$\u000eC*C837ph\u001c:Pph\u001c\u001aN\u0001\u01a1qh_,\u000e}VjHiA8\u0013CO\u001dZzC2\\CY\u06f40XSOKi)\u000eXR\u0011E&\u001c:a\u0014g\u0012\u01a1C\u0015Vqh\u001c\u0699\u001b84\u000e\u001d(84\u000eC'\u0500C8\/\u0016>CLY:,\u001duh}%\u001c\t\u00a1'A\u000e-X\u03a1*8t\u0017U}|hM\u001cI5\u0011u\u001e\u0005;t)$\u000eC*C837ph\u001c:Pph\u001c\u001aN\u0001\u01a1qh_,\u000e}V\u04b1^\u0007[\u00a1 \u001cz\u0012Cm\u001c])m88uvg^\u316f\u001cZ\u0461.FR\/\u0621GOq&qh\u001c:T\u0001\u000em\u0015\u001c\u001a\u01a1C\u0401C8tB\r84\u000eCbq:0\u000eKz\u001dZ\u001fn\tvpIPC\u000bS\/\u02befSs^y'3l|\u001d_U\u001d\u001aCD%~\u0005}N\u001a=Ls\u0002*3>;s\u0003}F\u0003\u0005}F\u001ag\u0019}\u0162g\bo\u0015s\n\nA\u0013>OYk\u001e+\u0001b\u0017\u0313y>=D\ubb0dM\u03ab\u0232VNhE\u001cJ5\u0011y\u0006{\u0017\f8@4\u0010\u001d\u0000\n\u0010\rD\u0003\u0000@\u0001h :\u0006 \u001a\u0006}@Y!Z_aX\/D-\u0001N\u0010\u0010=\tZ\u0006.\/\r+2\u0016\u03f5yow'IVthM\u0016\u0017\u046393\u001c\u0000}\n>@@Ag9\u0006\u0019}F}YYd\u0018\u02c4c\u000fR>;A$(YAL6u\nx vM}\nt\u0221T\u0013a\u07afSI \u001a\u000eU\u0000D[\u0005\u0006hgn\u0000@t\u0000@4\u0010P\u0003\u0010\rD\u0003\u047eX \u0010F0xO\u0019#-\u0001N\u0010\u0010=\tJV%\u001e\u05fcf\\^\u001atQ\u0016M\u0017\bGaL\tY\u04e1v\"\u001c83\u001c\u0000}\n>@@Ag9\u0006\u0019}F}Yy^,\u001dg}%\tB'A[%\u000bSleTfI\u000e#}\u067b\u0011\u001f=\u0159\u0121qP\u00058Uph\u001c\u001av\u0006\u000eC\u0007\n\u000eC\t584\u000e\u0161\u0221c\u000e\u000fRC;A8$(\u0661\u0017e_\u0005m4Z\u0018\">w]N\u0015Cvy\u012f\u07f6\t'I\u0019}\u000eU>[\u0005}Fggns3P\u0003>\u03feX,&\u0001Z&\u0006,>IP>\u000bb\u0002^p\u001atYVMECtYU&,\u0006\u045a\u000e)u\u001fQ\u0003\u04498@4\u0010\u001d\u0000\n\u0010\rD\u0003\u0000@\u0001h :\u0006 \u001a\u0006}@Y!Z:6\u000fKz!Z\u001fn\tvIP2D\u000b\u001bK\u0017\u0006]6mS7\u049eS}n\u001b\u0013(\u0751\u03ca\u000e9~j\"\\mCGOq&g9T\u0001l\u0015\u0019}F>\u03c1>sB\r3>b4m\u0013>H\u0012\u0004\u03d3 \u04a0I\u0150\u0006=\u001cF\u001a0 \u001a\u001f\fD?\u0000@4\u0010o\u000b\u0006h :2 \u001a\u0006h A\b\t\u0016\u000fKz!Z\u001fn\tvIP2D\u000b+\u0013&A[m!tjU\u02f3\\JNgM\u0180hb\u00164\\~N\u0018=\u0159P\u0005Ug\u0019~v\u0006\f?\u0007\n\f?\t53\uc2c5\u0011*\u001e\u0014o\f\u0010~\u001e\u0007\u03d3e9\u0017-<*L\u06ba\u0003\u067f(O\/C\u000e \u000f:q\u0014g\u0012\u0006C\u0015\u0000V\u0001h \u0699\u001b@4\u0010\u001d(@4\u0010\rD'\u0000D\u0003@\/\u0016>+D\u03cb\u0018c\u0010\u000fR\u0004D;A@$(\u0019\u00059\u0016\u0203\u06ac4\\uII\u0003&<+i83\u001c\u0000~\n\f?\u0700@g9\u0006\u0019~}YYcPX: uK\u0013\u0004?OR\u0013nWc\u0012:qi{CCY\u0016)th,}yFOq&qh\u001c:T\u0001\u000em\u0015\u001c\u001a\u01a1C\u0401C8tB\r84\u000eCbqs:n#e\u0014k2J\u0018CpI\u0016\u001dY=>{9o\\O\u0006}N\u001c=\u0159DP\u0005Ug\u0019}v\u0006>\u0007\n>\t53E\u03eaZ\tKzU\u001fn\t}vIP>\u000bSol_Z\f:{y5N{Gar1y\u6ce4+!NchE\u001cH#:\u0016H\u001c=\u0159aP\u00050U`h\u0018\u001av\u0006\f\rC\u0007\n\f\rC\t504\f\ud2c56T6\u000eKzU\u001fn\tv`IP2C\u000b<\u000fK6mSKk:O\u067c\u07d8S$Ak:4>w2zDP\u0005Ug\u0019}v\u0006>\u0007\n>\t53E\u03ea\u0533MX\r\t1\rxY @y\u001c>OgvI\u0405y\n)YKKchE\u001cH#\u0698=.GOq&ah\u0018:T\u0001\fm\u0015\u0018\u001a\u0001C\u0401\u0002C0tB\r04\f\rCba2tjm\u001c>H\u0012\f\u0004\u0413d\u0016\u063e^\t[]\\\u0016tk\u0012~023\u0019)Y\u04e11\u0011.f\u0015SI\u0019~\u000eU\u0000?[\u0005~ggns3P\u0003\f?\u03feX,.jt[Ag'\b~\u0004%\udb8f\udc3c\u063e\u0004,2\u000fYeW<\u040a\u000e9GH8z3\tC\u0421\n`h04\f\r\u0018\u001a\u000e\u0014\u0018\u001a\u0013jah\u0018\u0017\u000bCEpX: uK0\u0013\u0004COa-\u0005c'A7l4}VthMM\u0012t)$>*@>37g9Pg\u0019}N\u0001}Fg_1y?s?\u0758\u0019_\u0000>5YyF\u001foB\/\u02f3<_>AL\u0013_\u000fW\to~u?fN\u000f7w\u001f\u01fb\/~\u000f_'B\t\u0010B#o\"l\ue19f[j(~\u0006}x+2cG;\u06c171=>_RL\u001f~\u04d1\u0019o\u0011|.\u0015G\u06d0K\u00113\\\u0676\\p^\u001f?~\f\u0016$\u00175u)\u0017uE=\u001f\u000243w={wqrV|uKZl>|N?}?\u03ff}|?s\u001a{M-$\u001evY|0\u0014}0`\/\u0015y-~3o8s9mzX\u001f\u000e\u0010\u03f7\u001c\r+>\u0017c\u0716yySX\u001ek\u03a0!s>zfR\u000e8H\u0727\u0013Az>XEO\u0010]\u0007\u0017\f\u0002\u000b=T\u0340bBTqOT\u0003U\u0013_o>\u000b6\u03e8\u00aa\u001f\/]\u06cfw3GsWLx{?s\\\u04d7\u001eW;}???&f\\c\t\u0010\u05df>|y\u0017b\ubfd8I\u03f79~W'h#}|p\u000f\u0019\u000fryiukR?\u001eykx\u001b\\3z!k8xmo'\/\u0005q\t\u0017E\u07d7q\t\/9\u07a83&F=F-\\=o\u045f>\t*?&<\u001d\u000f\u001eGS_\nx|z\u01f8Fd\u01cf\u0007s_xyj(^;\\%Iww\u0015w\u0015ww\tx!x9x(\\\u00148\u0004Fu\u04e8>ED\u0770<\r+\u000e\u001dR;N+@8=P\u027fa_?\/f{]\f\b)\/s\b1}OX0\u0010~\u001b\u0015o\u0001'c._DZ\u0017[Z7\\W\u000f1|rM\u0018M!\u05a07(\u001f\u0015aA>i\u0019L\u034d\"N1}ZPw'<\/D=dlx?$\u609dp\u001fpKfn&s_\b-v\u0012?QP(jn\t7?\u071a1;\u001an\u0017'G\u0018D}9Manm3\u0014v7\u0005r+\u0015:+ :n\u000bx\u00bc:n ]\u07fe\u05c5d\u292f\u0013Qzwyy<}a\u001e\u001fu_\\\u000fwKy\u0016\u000fK|\u0007\u02b3\u0012y-A|\u001fu)\u000f\u0017OXCbk]8o\/ >\f{`\u001fJ\u001f\u0015f\u0017:]\u0001l<\u0004(a\u0017\u000b?o63J\r\u000b|_f\u0001A\u001e\u0002t7\u001dO\/\u0019\u2fdaX3\u010a\u0005rv\u06c2\u0019\u0002r\u0018\u001dw\u0552\u00ca\u001drv\r\u001b\u000eKJY!t]\u036d'\u000f-4^|[ie\u0012TuK-\u0109gos\u0017|Z8\u000e\u001fp\u001a>{\u0006E{\u04c1?\u037f?f]Wj\u001dc1xDJ<\r]q\u000b\u000f^w\u0683Wn~]D\u0017!\u000f_%w\n|\tns\r po\u0000V~\u001b)$}7\u0000~\u0007;.gV#us%M1V|7\u0005(s[\u001e\\\/7-\u07d71z\u0003s\u000b\u075fkt\u001fE4w\\_o`\u001eY\u0164L^U>5A^z\u0006\u001eD=H\u001bq|e#26\u26bdX\u001f\/e{\u0015_\u04bbE5_NElw\u071dd%\u001fw\u0397t%\u000b\u0015Rs]'@\u07f0j\u064b[>\".OK\"fs\r7{i{\u47ab~n\u06bd}n;M<\u03ff|y7]q7n>z\ud587\\v\u02f8~\u000b\u5b47\u000bxr\f!-\"\u0002}=y\u0015c2},t\u0016\\\u00d3kfeXm\u0011\u001f\u00179fg$\u0014?9\ufa3by~QY~6\u025bGo\u001e\u0001zP,\u0013\u00046?O>\u0003\u00f8\rF|NdDf>K.4#S4\u0004\u0378L\u0376=\t~\u07afxTyTp+8m\u06fd:nB\u001b@\u07ea\u01b1._j\u049f\u0016.Z\u02af3^\u00a5g\/\uae5f_\u989e\u0016.\u000bVo\/E\u07fb\"\bLW\\%tU\u03edrWxjv[E}\u01a7rK\u01cb|\u0012[\\}W\u0002\u0005~)h\u0005~9?e\u0015 B>HIh]\tUzu\u0017w-p>0\u000b\u000b[I\u1eaf{\u0001[\u000fJB\u6295\u0018<%m\u0005\u03d8\u0010Bs}6v\n|\u00dcn\r\u0002to\rG\u001f\u001b^]_5B\u0017S^\u02c6_8aI\\v#\\\u05a2sA\u05ebnu_\u052b}{\u01bb@\u07dcX\u0017\b\u0017%\\\u061a6~=ia\u0147\u0004%\u0002|Xj;|\u001eG\u001fP\"sux\u0015 V\u001c\u001cG]\u060as-`|\/\u00b4]\u00cf,tNx\u000b\u01ca\u0017W\u0005R\bJybzZgO^t~l b:WgUU'\u0307{nRbWGUjrK;=c1\u03f4w0~A7b\u0017I\rsw\u001d\u03f8\u0006[iLq\u0357[>a?v\u0012\u001fK\u061a^sD\u0000r(\u0688vns~<\u032d\u075e\u0731 _of\u000f\u03c7n|F3\u0003av,=A\u0626X01?\u001eN\u001dQ>\u001eNx?\u0015\u0017}QH\u0017)\u0000?E\nu}y\u0017pU_?\u001d\\\u00f7~\u066fU\nSO\u02fb\ud854\udff45\u0015\u1afc\u0005,eAs\u0004\\\u00060vn\u0000\u0011_o\u0000{\u0002\u0000Un\u0002p\u05e3\u0004Nl\/& ]\u060f_+_%\"\u0000m_u\/c~]x[Z1pv9\u001a+\u03f7_?\\\u0006k;\t_\uefca9S)}\b_Fg\u7d68,\u06eb}j\u0005WC\u000f[{=oJ\u0327)\\}_XL~3u?\u0013`?~~\u000b\u02ef\u0016^{\u070d.\u001f;KR\u02b8?\u00e54c\\Jg\u0002J+?\u00075?\uf72b:\u0147\nU?Wvj\u05b0`WCCfn\u032fz\u0013\t\u001b~%MD\u0018?rruy?r3p\u0012q\u0012Ws\u0012C\u00019'\u0004]=I\fI,8'qOb\u001c]\u01fb6q\u031bh\u0002\u05ff>\u04a9\u001dsm)`}|=3?J~\u0012>\u0017*UzfZpP\r~\u00e8oW\u00964StRK\nv\u03a4\u0012%G]J\u0017)(Q_?\u0015\u0012m}}\u02c7$W^\u00f3G\u001e\u00129%ff\u000f\u05ff&:ofy\u00e7\u0005{{\u0757?MsF{\/wT\u0767?M?\u001e6s\u001d\u000ff\u001f\u0002\u076f_jC?|1{]O\u07c8|O\u001f\u001du\u06ff_{zaN\ue6ef?=\u001cf\u0006\u0137PK\u87ff5w1J4M}n[b8\u0010{4\u0000}\u02c7\u001f?p\u0013\u001e\u001f>|_7\u05d7\u001e\u0007W\u00105\u001f\u000f\u0007c\u001c:o7f\u0010\u02f7kBd1P\u7279G\tS\u0001\"\u000b|\u0011\u0620{bxX='\u001e\u0011O\u0007\u001bno~r{p|2| |R\\>~m8\t\u031fx\u03f7?{Gc_81]r\u06dfo~i6W~\u03f7o9\u0719\\CL>aN8I\u025cC9?Z7_n.L5\u035d!_LfR7\u0007pb~:+C\u055a?N;\u0000o\u0011D\u001f\u001c\u000e?|(<\u0016N\u000fOSQ_'g\u000fS2|\u00bf*~#]\u001by\u0006w\u0000\u0007\u000f<._U{}lp]\u0757\u001b;Pg_DOe!\/\u000f\t)v\ubdffO\u0141\u0227|J\t\u03ec\u001d`=\u77b3\u000bQf\\dJjL\u03aa>_5\u001a\u052e<\u001cTYo19\u000ffB\u0015YM\u0017L\u0018]}CC\u001dF.\u0015Hu8]*}.\u0010\u0007\u0377\u0014\/(fP-1oEtg^n^\/|\u001fr4\u0014k\u001c\n|\u0005\u7fc8k\"2or7?}1o?\u0016x\r\u0017<_\u0767\u000fx|Lo_zcl\u000fx*\t\u001biC\u001dAofvW\u001dRRTCx\u001b\u0142`\"5W\u000f_tc$o\fV\u00197\n|>\u0017>\u0005\u001d=dfey\u001d\u02af\u0010M\u051fo|\u00184\u001f\u0dcfo8\u00117NsV=~\"~\"xpP=5\u001f\u0019\u049f\u0017\u000f\u000b'\u0005c\u0019AE(.\u001e\u0773A\u0018?\u0015\u0004\u059bM\u001c\u04f4$|\f\b?\u0003\u001e\u0000QWsL|WK\u00057\u0012\u0510T !?w \u000e\u000f\" \u0006\u0017vs,ss&%_irqnN\u04d5+qs\n Q?m\u015b\u0003er=8tu\\\/<\u000eG\u0005\u0016_BW\u06d7pL\u0006j)Zc^Kv[j}}\tWjpjWK\u068ez\u02f9bG+\u0765pzW\f\u0005t6ZvJ+ssjVzsvnO\u0676^F-Rer}<\\?\u0006}B\u05fbo||OT6D+\u025fZ'S.\u0018\u02a7\fojuA\u0010\u06cf7vQ\u0010.\u0019b\u001e\u0012A\u000f9\u0599B,\u0627Z\"2j\u001c]G\u0728\u000fATkUGgQGQG\u0017QGQGWQGQG7sGxwO\u001f>{0\"\u0018Ezh\u001eZ\u984d\u0018CHf\u0013\u0003\u0507qY\u0010\b\u001d\n>knw9_\u001b^\u000b+'Ry'd\u0454Y{\u001f\u0004_\u075fo?:nO\u7ecf-\u000b~\u001cS<\u0007\f\u001f|\uedfb{g\u05fe5\u0014\u0003c\b[~`x\u001c\u0016:<\\YG+\u001e>[G\u000f\"po}U-wy5[\u001fv\u00060\u024f0.ft\u18d9V\u0016\u0003o~)f=\u03ddg\u07bc=\u0017\u0016\/\u0007\u06ffFfu00K?]5MbTK_&Z%vU^f~K\u0011\u032f\u0015\u0012Kp\u0016!M^r\u001a-l\u0018x0LP~\"9\u0017G \u0725eSKJ*k$n\u070a)\u07b5R\u0004G^\u0019%nM\u0014i5\u0014q\u001d\u0014y\u0005'\u032ew2\u0489r\u0013yu\u0013&+\u032ee^D~Ip5K)[dvm\u0012\u076a$$DXdn\u0011#s+5_e\u0647I}\u03bfw\u0015\u0349>g?!.]D+I\u0014Y#\"E$\"?$&9$\u0019\"\u04a1\u034894kr(3|Or-vQ3\/&ir\u00169Sc\u0001T(wEZ\u001agx\u024eC]\u000fYS{\u0014y=Iz!S;X\u032d`\u0011Z\"n\u054a*bV\bQYbn]\n\u0014(\u00abP\u0004\u059fL|t\u04ad6]!\u0012J$S\u0006\u05cd]1b=yWq'O\u001f\u02ddV\u0017>R|~wGJRhtk\u3bfd*z|x_\u05af[x{Q\u000f\u0012\u012ev\u0002I\u02ba#\u0015U3\u000f|ki\/v\u0012\u0661\u0173\u001c9(!\u000f['5$\u00a1\u001fG\u0001\u0003G\u000fj>\u0003\u0015\u001fV>Oo5-\u05357RFb\u000baQh?\u00fdj{P]}E?4ecSm+\u06f2\u0356~h*_\u001b|W\u06c7.!*6)Li:|W\u001cSY\u07d3\u0007\u04efFMWL\u07fe~w6,|,\u02c5WD\u001fgJ;\u000fe;\u0517=\u0377O\rOe<\u000f7+[vv?7k\u0004+n+{x\u03c75ko{)oK?7s){s]o\uaf9d`\u001byI\u07d7o\u001fj\/kSkjy\u0018.\u07cdg[\\Ux3u9g\u000fq1wXsq\u001eS~\u001a3\u0013A\u075f\u0719\u001c~>=|?:j3|hsg~\u8bcf\u0161C]}6d?4\u001cFc;b}4W~)Ya-8'm\u001c,pGs\u035d\u001f4\u0003dvx?uBw\u001b}\u001bM\u001b;6k\u066b!e\u0006i\u0006\uf5db3\u0006\u071b'\u01cfPo<y>_\u0004rfox\u0007;\u000bn\u000bV\u000b}\u0016f\f\/'#_j\u0005a{\n\n\u027b*']\u0797J~<*fw+\u0013q{]=?F;]=M#}`t7p$'\u05b8[Sx_+ec\u0018\rqw\u0017\u0013^?\u001e#\u0012Xv+k\u3fca]=\u001517\u001fT\u001fo~\u000bN#gUWp\u001e\u0010\u0394|\\t\u98511w\r,c':\u000f-G\u001e\u001e\u6dddO\/6^hiv\u0018qP\u079eC\u00176a0}c!4$tg\u1bd4$y:Tu\u0006\u0005\u0019(?ON\u0018o|}9\u0003N\u0018R\r<$+:y3O\u0013q;ybnOge\u001ep\u0014\u00e7\u0722v]!\u0004=`\u001f\ue09f\u0002\";su\u001d\u05cf}*^\u0003\u0004\u0006DM71~\\*h]#'\u001d{SD};V@?\u0015:%Z\u001a=\u001a\n?|.5@*~2{}gMM|<}%\u07f3&a(\u0019\u000f\\[u- J\u000fA\f\u02ae\u02e7V!vmY?=UAk \u0018 1E(\/b(\u0010\u000f>\u0335\u073c\b\"#L_\u077e\u0747H\\cvnDgF3|?G9\u0010r\\~\u000b1lDo}\u07df$\b-OD\u0745%\u0708\u0679\u00117HX3Dy2{-[sHS1?Kv0Q\u0013C\tP<\u001d\u0011K\u00142WK]g8\u0005K|\u001ay3w\u03c8\u0004gMt\u0294OiLPH1&non\u001fm\rX_tupC\u0366\u0015X)'r\u0015\u001f\u0007O\u001a\u047ca\u001cnV!_c\u0208CS??vn_G]wP#c\u02dc\u0017\u001fWl\u0015\u0595\r\nAA\u0017hR\u0626\u0010\u0600o40i\u0010\u0006}J.kXV\u000bY&\u0013.\u06fa+\u0011HQhMwFF\u001czCC\u0005H]h$\u001av\u0006\u0012D\u0007\n\u0012Dkh$zC\u01ed X$\u001a^D\u0011\u0012m\u001e\u0012Cl\u000fUEA\u06f4,\u03cb\u0384L[t3\u001f^Y\u0013\u0011*\u000f$VuhDl\u0123\u0017\u0019=D\u001a>TH\u0005F\u0011ign \u0488t \u0488&\u001eF8Dz\n\"E\u0011tG\u03d1\u01afr\u0013i\u0000IA4\uda4f\udcf2hk\u0003\u01e4'y!K3iM\u01aaVLz\u00e41C\u0005]0iL\u001av\u0006&I\u0007\n&Ik1iLz\u00e4\u01ed`XL&-:aKq\n\u0015\u0011AX1\u068aA'Ah)5\u0015c_Bb\u0015\u0002@?\u001d@? \b4\u0002o\u000bF\u0010hE8\u0002@\u0001\b4\u0002@{@c_@b\u37c9A\u000f\u01e0\u063c;\u0014L\u0010\u00108\u0014Z\u04dd\u0011jz\u0011^`h$P\u0001\u0012m\u0017$\u001aFD#\u0441D#\u045ax$\u001a\u001eq+H7\u0016F#\u046c\u0018bm\u046c\u0018&UVfa4\"p0\"H#\u0488-D\u001aB\u00154\"\u0006 \u04884\"\u0003v}\"\u034a_I\u000f_Ib^UY1\u0015'a\u0498\n&Ic0iL\nVc\u0498\u001bIc\u04980\u923c`XI\u0005\u000bA\u0018m\u0160\u0453 4\u001a\u034a\/VY1\nF\u000eFU\u0010h\u0004\u001a@#W\b\"\u001cF\u0000\u0004\u001aFu \u03b1\/^Y1\u072aA\u0017j`\u0002^A\u0006+F\u0007B\\\u048a\u044aW=Vd#\u000e!H\u0002$.H4\u0012D;s\u0003F\u0003\u0005F5H4\u0012=!Vho,\u0012DGY1\u000f\u076aE|V\u06ba\u000fF\u07c2UlO\u0012\u93f3\u2c62+\u001b%\u0006\u000f\u000f\u0015vh8\u0699\u001bp4\u001c\u001d(p4\u001c!\u000e\u001e\u0002G{ch8z=\u001cr_\nH\u000f_7H\/\\tmfGgUQ;!mhM\u01aaFHz\u00e41C\u0005]0iL\u001av\u0006&I\u0007\n&Ik1iLz\u00e4\u01ed`XL&-N0FX\u001f7F\u0004[bh+\u0006\u0004-TV5]!L\u0289EwMVT\u0012`'H3#IUc#\n}C\u0011C\u0005\b]\u0010h\u0004\u001av\u0006\u0002@\u0007\n\u0002@k\u0011h\u0004zC\u01ed X\u0004\u001a^@\\\u37c9A\u000fg,fh\u0017,\u0017p\u0018\u0012D?\u001cD? H4\u0012o\u000bFhE8\u0012D\u0001H4\u0012D{@c_D\\\u001fE\u000f_w>REg:\u001dzM\u0007J\u001c\u000e9k\u001e+\u0011^d\u0010iDP\u0001\"m\u0017D\u001aFH#\u0481H#\u049axD\u001a\u001e\u0010q+7\u0016F#\u04ac\u0018mub+F]W1\u0015\u03724tYX\u0457\u0012Ic\u0487\n0i`\u04984&\rL\u001a\u000e\u0014L\u001ac\u0498\u0010I[M:\u0002ac&BB\u0010+F[1h$(Yi7&0\u02c5zn\u0018mTS,\u0019\u0308R\u0015\bC| h\bP\u0001\u0004m\u0017\b\u001a\u0001AC\u0401\u0002AC\u041ax\b\u001a\u001e q+\u00107\u0016C,\u0019gY2z?Gjc\u0473dtu=\nxcEO6\u000b\u001d\u0012D\u001f*@D#H37h$:Ph$Z\u0013D#C\u001c\u0012=n\u0005\"Hz$%P,Xnh\u0571\u0019.\/JxH\\2Z!gcE_6\u044b\u001e\"H\u001f*@H#\u048837\u0010iD:P\u0010iDZ\u0013H#C\u001c\"=n\u0005\"\u0488zD%\u0014\u001fn^l\u8aa83ltV\u0015'Y2Z!gcE_bK\u001e&I\u001f*Ic\u0498370iL:P0iLZ\u0013IcC\u001c&=n\u0005bg6ild\u04b1^\u0007[bh+\u0006\u0004%kF\u0017UW\u0097F\u0013.\u06ea\u0015~\u001b$\u044a\u038c$U\u044f(G\u000eF\u000f\u0015 vA\u0011h\u0004\u0699\u001b\b4\u0002\u001d(\b4\u0002G\u0011!\u000e\u001e@{c\u0011h\u0004z=\u0002Z\u044f&\u0006?\u001f\u0015=>:4kE?\u001cD#\u000f\u0007#*H4\u0012DB+$Z\u0011D#n\u0000\u0012D#:h\u0017\/\u046c\u0015b\u05dd\u000fZ._\u04c4s0]cW]I:C%4}\u0648G\/2z4\"}\u0000\u000b\"H#@\u0011@A\u0011iM<\"H\u000fq\u0015D\u001bH#\u0011iVRLMz\u0015]u\u001b\u0018feg\u001aVVtYX\u0457\u0012Ic\u0487\n0i`\u04984&\rL\u001a\u000e\u0014L\u001ac\u0498\u0010I[MZG&-\u001d5i}%VbIPF\u000bnL`2\u001b\u0017\u0471[\u0017v][Hx\u0011[=\u0608=p\u0010gP\u0001l\u0017\u0019qF8#\u03818#\u039ax\u0019q\u001e\u0010q+7\u0016qF#\u03ac\u0010gb\u0240]P\u001fBtrtz\u00aa*\niK43TEO6c'\u001f;$\u001a>TD\u0005Fhgn Ht H&\u001eF8$z\n\u0012EH4+G?Xu\u05b1]t\u001ert\u077feBVVtglD\u0017\u0018;$\u001a>TD\u0005Fhgn Ht H&\u001eF8$z\n\u0012EH4+G?Xu[b+GgeYdEgUkjiqhM\u027dl\u0123\u0017\u0019=D\u001a>TH\u0005F\u0011ign \u0488t \u0488&\u001eF8Dz\n\"E\u00114+G[)&?|&J\u001dU\u075aO\u0007)yTGk^Sf\u9433\/[1%F\u000f\u01a4\u000f\u0015`v1iL\u0699\u001b4&\u001d(4&\u01e41!\u000e\u001eI{c13p\u0007\u0018t\u05e4AX9\u068aA'A\u001a-L;wh5o\u0018\u00ee=E+:,8!c#\u000e}\u00e01C\u0005\u0018]0h\f\u001av\u0006\u0006A\u0007\n\u0006Ak1h\fz\u00e0\u01ed`X\f\u001a~\u0006-kfBC\u00184h\u0019jFy$\/\u0012jb0oD\t\u058cVuhlD\u0017\u0019=4\u001a>TF\u0005Fhgnhth&\u001eF84z\n\u001aEh4;\u0018>xpTH\u0005F\u0011ign \u0488t \u0488&\u001eF8Dz\n\"E\u0011t\u0017%RJo8\u0016*\u0010#\"=\t\u06a6HU\u026b:\u001f!Gm\u02aa$ZHwr\u0016BRC,_M_6\"\u048b\u001e\"H\u001f*@H#\u048837\u0010iD:P\u0010iDZ\u0013H#C\u001c\"=n\u0005\"\u0488zD:#v3LW4\u0164\u0760mR+Hgis0\u0352yL\u02d2thFLz\u00e41C\u0005]0iL\u001av\u0006&I\u0007\n&Ik1iLz\u00e4\u01ed`XL\u001a^I|V\f&=\u03d5']\u0014yb5,_\u0001o\u04aa\u000eTU\u0557\"Ic\u0487\n0i`\u04984&\rL\u001a\u000e\u0014L\u001ac\u0498\u0010I[MZ\"D[S1\"HLZ?\u0018U\u0586))BCh4(Y\u001e\u0013+\u001b#m\tLS\u01bc6b\u001diEw)l\u0122\u0017\u0018;$\u001a>TD\u0005Fhgn Ht H&\u001eF8$z\n\u0012E\u0017)\u04bdh\u0012-4DO%ZwL`\u00ba\u0017\u0775\u043b%\/=D:4^\u0001Y\u04d7X\"F\u0447\nhh4\u001a\r4\u001a\u000e\u00144\u001a\u0123h\u0010F[Ah4\u001a\u001e\u0016\/Em\nG\rFCh\t\u0006-\u0019u::\/F\\\u00034ob6uFk3TMO6b\u000b\u001d\u0012D\u001f*@D#H37h$:Ph$Z\u0013D#C\u001c\u0012=n\u0005\"Hz$.E\u0006|!DO\u024c~%,78E7M\u06d8\/\u0019][ijt\u0015m^\u0000U\u001d\u001a'j\u0011^d\u0000i@P\u0001 m\u0017@\u001a\u0006\u0001H\u0003\u0481\u0002H\u0003\u049ax@\u001a\u001e\u0000q+7\u0016\u0006\u0003m\u0004HG\u0010[t\u0015An6<\/:\u0013\u00109\u02a2MUv9\u001a\u0017FZz&qhC\u3d4f5}\u0648H\/2z4\"}\u0000\u000b\"H#@\u0011@A\u0011iM<\"H\u000fq\u0015D\u001bH#\u0011.JZp-U FDz\u0012Pqy\u03ab\u05bc8WO&+X!0jII\u049a\u000e|5}\bI\/2z4$}\u0000\u000b$\rIC\u0700!@!iM<$\rI\u000fq\u0015H\u001b\u000bIC!,0_&\u0004\u0016v&\u001aYm^\u001bwlt\u0017y'ARCD_M_6b\u048b\u001e&I\u001f*Ic\u0498370iL:P0iLZ\u0013IcC\u001c&=n\u0005b\u0498LZb#Zf0i\u0012fKI\u0017ENZ\u00155\u98a8\u03a4\u0010\u0013LZ\u0561\u0011^d0iLP\u0001&m\u0017L\u001a\u01a4Ic\u0481Ic\u049axL\u001a\u001e0q+7\u0016>I\u02c1ZR_D\u04d9~0HI\u0016\u001aBAdH*o\u0017#]UErt\u0014YYJ;\"dH+3NUd#\u0016!H\u0002$.H4\u0012D;s\u0003F\u0003\u0005F5H4\u0012=!Vho,\u0012DH\u0016w:DK!\u0453d\u0016h\u0651hae\uf2c5<\fi%\u0002Ya^\u04e5K;i\u0001iMK k\u0011^dh8P\u0001\u001cm\u00178\u001a\u0001G\u0441\u0002G\u045ax8\u001a\u001eq+p7\u0016hM\u0019\r\u0001h\b-\u0001 \u0016>G=?\u0016\u001c]eW\u0004OhMwFF,zCC\u0005H]h$\u001av\u0006\u0012D\u0007\n\u0012Dkh$zC\u01ed X$\u001a^D\u0011\u0012\u0765\u0600o4iB\u01cbSt\u04f4y>yU6]),I\u0004t:4Ne#\u001c\u0001\u0480\u0002@.4 \rH;s\u0003\u0006\u0003\u0005\u000654 =\u0001V\u0000io, \rH\u0007\b6v\t!W*\u0760\u058d&y\u0559|u\u0019N8\u000b\u04c53H$\u001cxcM_6b\u048b\u001e&I\u001f*Ic\u0498370iL:P0iLZ\u0013IcC\u001c&=n\u0005b\u0498zL2i7\u0010[\u0003@$h4ia\u034aI:Z\\T\u0000I\u0005!ign@\u0490t@\u0490&\u001e8Hz\n$\ud345!tGlir\u0013i\u0002\u000bJA\"}J6\/,EQ\u001a\u001f\u001a`\u000eU\u0189l\u0124\u0017\u0019=L\u001a>TI\u0005\u01a41ign`\u0498t`\u0498&\u001e\u01a48Lz\n&\u016415&G0i`\u04d8%J\u0364\u0017\u02d3.hKy\r6\t5\u001d\u001agj\u0011^d0iLP\u0001&m\u0017L\u001a\u01a4Ic\u0481Ic\u049axL\u001a\u001e0q+7\u0016>IG,V!\u001e5\u9535*$\u0016TD\u0005Fhgn Ht H&\u001eF8$z\n\u0012EHt\u001d1\u001a]D\rFCh\t\u0006mSm\u0333\u05cb+\u04169fFWmw\u0000I\u045a\u000es{5}\u0648F\/2zx4\u001e}\u0000\u000b\u001eG@hM<\u001eG\u000fqx\u0015<\u001bG6b42q\/p-U\u0010i7h5\u0005\u00177,\u03cb\b&m(\u04a43s]v=\fU\u001drW?\u0011^d0iLP\u0001&m\u0017L\u001a\u01a4Ic\u0481Ic\u049axL\u001a\u001e0q+7\u0016\u01a4c]I\u000b\/\u0010[\u0003@$h!^6y\u055a\u0017i\u016ehkv\u0014I\u016e*\u0013N!iUFFHz\u0443!C\u0005] iH\u001av\u0006$\rI\u0007\n$\rIk!iHz\u01ed@XH\u001a^\u000fIgy\u010ei*7&\u001b\u0365;ZD:\u06aeI=M\u037b^!|1&8W\u04d7\"Ic\u0487\n0i`\u04984&\rL\u001a\u000e\u0014L\u001ac\u0498\u0010I[4&&\b&\u0019Lz\u001a:~;\u0016K.hEe\u00156\t\u00125\u001d\u001aj\u0011^d@iPP\u0001(m\u0017P\u001a\u0006\u0001J\u0481\u0002J\u049axP\u001a\u001e@q+7\u0016>\/J\u0011(\u001e\u0188 uKCi`T)\u001bH\u000b\r\u04e0T\u001d)ZD\/ts]GIZ;\u0014=\u0648D\/0v84\u000e}\u0000\u000b\u000eCq@qhM<\u000eC\u000fq8\u0015\u001c\u001bC\/\u04a1{\u001cZh\b\u0006-\u0002^CYe!\u0004:i6HCcNe#\u0016h\u00024.h4\u001aF;s\u0003F\u0003\u0005F5h4\u001a=\u0121Vho,\u001aFGKcb\u0003\u0010Z\u00a3AE\u04a3\u06bcg\u001c]5\u0016LhMwFF,zCC\u0005H]h$\u001av\u0006\u0012D\u0007\n\u0012Dkh$zC\u01ed X$\u001a^D\u0011\u0012\u0765H\u0600o4i2\u0012jayn1\u000f'_0\u06bcW\u0014m[FQm\u065c$5Z\u04e1qr\/\u001bEF\u000f\u0006\u000f\u0015\u0000v\u0001\u0001i@\u0699\u001b4 \u001d(4 \u0007\u0001!\u000e\u001e\u0002H{c\u0001i@z= Ft&\u001b\u000e\u0005J\u0001IALL?>\u00a2YkNq\"Y6E&\rq\u04b2\u045a\u000eLU\u0557\"H#\u0487\n\u0010i \u04884\"\rD\u001a\u000e\u0014D\u001a#\u0488\u0010H[A4\"\u001eDZ\u017ao8\u0016*\u0010#\"=\tZ(IZ0I:Z\\T\u0000D\u0005\u0006hgn\u0000@t\u0000@&\u001e\u00068 z\n\u0010\u0005\u0017\t\u04bdh\u0010-4\u0004DO\u024b\u0016\u000eXN4\/\u001eGyY\u0013\u0561\u0408SU}\u0648E\/2zh4\u001a}\u0000\u000b\u001aF@@AhM<\u001aF\u000fqh\u00154\u001bFhR(7\u001ab\u0003\u0450C'A\u000b%F\u000b'bAUM\tc5WK;5\u0019y'\u001b\u0005\u000e\u000f\u0015@vh(\u0699\u001bP4\u0014\u001d(P4\u0014!\u000e\u001e\u0002E{ch(z=\u0014]GPtBb\u0003\u0010ZA\u000b-\u0019-\u00144mc\u001eOdtn>\u0016\u033bdFMe\tVPuh\u076bF8z\u0003\u0001C\u0005]\u0000i@\u001av\u0006 \rH\u0007\n \rHk\u0001i@z\u0003\u01ed\u0000X@\u001a^\u000fH\u0011 m\u001e\u0012ClU\u0004IAK-\u001b-&+\/\u0519p\u0001\u001daj\\ptpt\u0598\u0017?{I+Gk:4^X\u04d7\"Ic\u0487\n0i`\u04984&\rL\u001a\u000e\u0014L\u001ac\u0498\u0010I[4&\u001eL:e8\u0016\u0000+\u0007&\u0006-&\u000bIUk\u079cI\u0017\u066e*{@I\u0017f.We#W'C#UUe#&a\u0498\u0002L.4&I;s\u0003\u01a4\u0003\u0005\u01a454&=aV0io,&I\u01e4TI\u0005\u01a41ign`\u0498t`\u0498&\u001e\u01a48Lz\n&\u0164l\u0011\b+\u001e5\u0014(OfR7LI\u0016\u001aBAdH\u000bw\u0350nN4AmLI\u044a\u0013|\u0015=\u0648D\/0v84\u000e}\u0000\u000b\u000eCq@qhM<\u000eC\u000fq8\u0015\u001c\u001bC\/\u04a1{\u001cZh\b\u0006-F!:k\u4c13p%:]'P\u0561\u0011^dh8P\u0001\u001cm\u00178\u001a\u0001G\u0441\u0002G\u045ax8\u001a\u001eq+p7\u0016hQYo4\u0006|!\u0000HOH>G7#~\u0011My'\ud460\u045a8U\u04d3X\u0002cD#\u0447\nh H4\u0012\r$\u001a\u000e\u0014$\u001a#H\u0010D[AH4\u0012\u001e#$Kh\u0001h\b-!\u04e0F7M\u06d8\uf4ef\u00187M\u001d\u001am^\u001b\u02ba;.\u000e{5}\bG\/2z4 }\u0000\u000b \rH\u0003\u0000\u0001@\u0001\u0001iM< \rH\u000fq\u0015@\u001b\u000bH\u0003\u00016\u0002\u0363]p-U i7h!&y\u0559\u001e\u0011\u058dZ\u000b$?]8:TI\u0005\u01a41ign`\u0498t`\u0498&\u001e\u01a48Lz\n&\u016415tpt\u0280`k5W^ntUTety(]UEg\u001eUN(8W\u04d7\"\u0007J\u0487\n@i\u04a04(\rP\u001a\u000e\u0014P\u001a\u0103\u04a0\u0010\u0007J[\u0001QZJX:\u058b uKCi`T)\u001bH\u000b\r\u04e0d\u0016\u0592^*I:5i*<3yP\u045d|l\u0122\u0017\u0018;$\u001a>TD\u0005Fhgn Ht H&\u001eF8$z\n\u0012E\u0017)\u04bdh\u0012-4DOh!r\u001d:o(s0bW\u0013i\u0418S5}\u064aE\/1zh4\u001a}\u0000\u000b\u001aF@@AhM<\u001aF\u000fqh\u00154\u001bFhR\u0626p\u0600o4i2\u001e\u057c0\/\u07351\u044d\\uU:4\u0019q'\u001b\u0005\u000eF\u000f\u0015 vAh$\u0699\u001bH4\u0012\u001d(H4\u0012G!\u000e\u001eD{ch$z=\u0012-.E\u0006|!DO\u0016ZcmKF7M\u06d8\/\u0019md\ua9aeb\u039b_O\u001a8W\u04d7p\"\u0007H\u0003\u0487\n\u0000i\u0000\u04804 \r@\u001a\u000e\u0014@\u001a\u0003\u0480\u0010\u0007H[\u00014 \u001en#@<%\f\u0602_\bv\u00160\u0013,X\u0724<\/:\u0013xIgYk\u001e8\u03c6IgY\u053d\u0014Vuhl\u0124\u0017\u0019=L\u001a>TI\u0005\u01a41ign`\u0498t`\u0498&\u001e\u01a48Lz\n&\u01641t\u0017e\u0012Cl\u000fa\u0493\u04a4Fy\u055a\u0017iE\u0595e]\n<\u0014i\u04aa\u000ePU\u0557\"\u0007IC\u0487\n i@\u04904$\rH\u001a\u000e\u0014H\u001aC\u0490\u0010\u0007I[4$\u001eIK\u06d6bXI-\u03a4Qlo\"-4FO5Z\\2\u001f0l\u0014&k\ni$3TEO6#'\u001f;\u001c\u001a>TC\u0005\u01a1qhgn8t8&\u001e\u01a18\u001cz\n\u000e\u0161q\u0017\u04bdh\u000e-4COYcmY\u044b\u0459G<~C.+\u0014:4\u001d\u001a5F,zCC\u0005h]h4\u001av\u0006\u001aF\u0007\n\u001aFkh4zC\u01edX4\u001a^F6\u0006|!GOX9\u001eTy^i\u0013Ek3TMO6b\u000b\u001d\u0012D\u001f*@D#H37h$:Ph$Z\u0013D#C\u001c\u0012=n\u0005\"Hz$.E\u0006|!DO)M6EE\u079a\u001a)\u0665(lNC#PUe#\u001ax\u0002<.x4\u001eG;s\u0003\u01a3\u0003\u0005\u01a35x4\u001e=Vho,\u001eG\u01e3\b6v\t!W*B\u0760eD\u0016l[XG\u047f\u0673XGQ7U\u045eb\u000eMMh\u0011^d iHP\u0001$m\u0017H\u001a\u0001IC\u0481\u0002IC\u049axH\u001a\u001e q+7\u0016C]\u0014I\u000b\/\u0010[@$h!\u0016\u0016P^5\/\u9ce4F\u0018itv.;\u001d\u000e|5}\bI\/2z4$}\u0000\u000b$\rIC\u0700!@!iM<$\rI\u000fq\u0015H\u001b\u000bIC!L*7&\u001b\u0355;\u0016\u04f0\u024bl\b=Mn2S&8W\u04d7\"Ic\u0487\n0i`\u04984&\rL\u001a\u000e\u0014L\u001ac\u0498\u0010I[4&&\b&\u0019Lz\u001a:jtyf}OL]^V'0iUFFLz\u00e41C\u0005]0iL\u001av\u0006&I\u0007\n&Ik1iLz\u00e4\u01ed`XL&-eR,\u001d5i}\u04d9~0\rSRiPF\u000b\u04ce\f#Ax\u0002mmX\u0015Y&>f;|rO6\"\u000b\u001d\u000eC\u001f*C837ph\u001c:Pph\u001cZ\u0013CC\u001c\u000e=n\u00058th^{4\u0016\u001a\u00a1A8]Cg]NH\na\u001eRVth\u0584\/\u001bEF\u000fF\u000f\u0015vAh4\u0699\u001bh4\u001a\u001d(h4\u001aG!\u000e\u001eF{ch4z=\u001a-^V\u001f\u0014\u0016\u001b\u0012\u001e=\rZ\u01a3_I\u000bU\\HU, ]]\u0016\u009f\u045a@U\u04d3h\u0002cEc\u0447\nh`X4\u0016\r,\u001a\u000e\u0014,\u001acX\u0010E[X4\u0016\u001e#,Kh\u0001h\b-a\u04e0m4mcObt?k4\u001aY\/i\u000fSVtYjB\u0457h\"G\u0447\nhx4\u001e\r<\u001a\u000e\u0014<\u001ax\u0010G[x4\u001e\u001en#<<%\f\u0602_\bv\u0016\u028e\u0016v<\\<\/:c,\u05d1u;@,IgyV\u0005$x\tM_6B\u048b\u001e$\rI\u001f*\u0002IC\u049037 iH:P iHZ\u0013\u000fICC\u001c$=n\u0005B\u0490zH\"i;\u001cb\u000b~\u0015\u0011\u0004m3I:Z\\>I5^#6I5\u001dN!\u04aa\u000e|5}\u0648H\/2z4\"}\u0000\u000b\"H#@\u0011@A\u0011iM<\"H\u000fq\u0015D\u001bH#\u0011,0_&\u0000\u0016vi\u048bmj\u061af'|Upm\u0004Y\u049a\u000e9)\u0011^d0iLP\u0001&m\u0017L\u001a\u01a4Ic\u0481Ic\u049axL\u001a\u001e0q+7\u0016\u01a4d\u0012\u001c2IOcVg~\u0017']F5\"oNRLZ\u0561\u0011^d0iLP\u0001&m\u0017L\u001a\u01a4Ic\u0481Ic\u049axL\u001a\u001e0q+7\u0016>IKhKq\n7F\u0004[:I\u0007J0%EZh\b\u0006%k0BV^*G1r'eQ\u0013\u001a\u0388S5=\u0648E\/0vH4\u0012}\u0000\u000b\u0012D#@@AhM<\u0012D\u000fqH\u0015$\u001bD#\/R{$Zh\b\u0006%KP\/ku[Z .\u0004=]+\u06e6NYC!g\tE_6b\u044b\u001e\u001aF\u001f*@Fh37h4:Ph4Z\u0013FC\u001c\u001a=n\u0005\u01a2hz4Z\u0014>)\u001c-6\u001b\r%TI\u0005\u01a41ign`\u0498t`\u0498&\u001e\u01a48Lz\n&\u0164l\u04a6V\u0014\u0017\u0011nt&\u001f*e0RRi\u0010\u0019\u04a70EX\u0016}\u0465yn\u0013\u0661\bS5=\u0648D\/0v84\u000e}\u0000\u000b\u000eCq@qhM<\u000eC\u000fq8\u0015\u001c\u001bC\/\u04a1{\u001cZh\b\u0006%;B^Btn^<'G.Ka95\u001d\u001a\/F0z\u0443C\u0005p]h8\u001av\u0006\u001c\rG\u0007\n\u001c\rGkh8z\u01edX8\u001a^\u000fG6e4\u0006|!\u0004HOH>G+\f\u06ec-\u0004\u001a\u0388S5=\u0648E\/0vH4\u0012}\u0000\u000b\u0012D#@@AhM<\u0012D\u000fqH\u0015$\u001bD#:B\u0010\u001b\u0012\u0012=\rZ(5zayn\u0005\u001a]eE\u0014\u009f?M\u036b\u0013\u00188W\u04d7p\"\u0007H\u0003\u0487\n\u0000i\u0000\u04804 \r@\u001a\u000e\u0014@\u001a\u0003\u0480\u0010\u0007H[\u00014 \u001e\u0016\u0017O\u001dR#Zt\u0015An6<\/:\u0013\/YQ7U[\u000b[8ND:3O\u000euGJN\u0010iUFFDzC\u0011C\u0005]\u0010iD\u001av\u0006\"H\u0007\n\"Hk\u0011iDzC\u01ed XD\u001a^HwQ\"-b7\u001cb\u000b~~\u0015\u0011\u0004-#yY\\5s;[d\u001b\u0019]n^\u0003SHk:4e#\"!\u0488\u0002D.4\"H;s\u0003F\u0003\u0005F54\"=!V\u0010io,\"HGTI\u0005\u01a41ign`\u0498t`\u0498&\u001e\u01a48Lz\n&\u016415C\u76f4Zf0i\u0016\u0016b\u0013\u00bcgH.\u029dykvLAiUFFPz\u0003AC\u0005]@iP\u001av\u0006(\rJ\u0007\n(\rJkAiPz\u0003\u01edXP(\u001dXx\u0017S\u05aa\\d(\u001f*ESri2\u001c\u0014l]G4\/\u07f5\u0710d\u045a0U\u04d3H\u0002cC\u0407\nph84\u000e\r\u001c\u001a\u000e\u0014\u001c\u001a8\u0010C[84\u000e\"\u001dZ\u001e\u0361piBiBBtn^T\u0000G\u0005hgnptp&\u001e88z\n\u001c\ud345px)Z}\u0014\u001b\r\u0001hH\u000b\u001b\u0000\u0493e@Z\u0012\u064b\u0005j\u8da9L\\q:5\u0019y'\u001b\u0005\u000e\u000f\u0015@vh(\u0699\u001bP4\u0014\u001d(P4\u0014!\u000e\u001e\u0002E{ch(z=\u0014]GFBb\u0003\u0010ZA\u000bF2,OM6KFUVM!*o\u06bc:2\u001d\u000e{5}\bG\/2z4 }\u0000\u000b \rH\u0003\u0000\u0001@\u0001\u0001iM< \rH\u000fq\u0015@\u001b\u000bH\u0003\u00016b4\u0323]p-U i7hFgy^du&,|]I\u001bS<+B\u0018\u0014VuhdlD\u0017\u0019=D\u001a>TH\u0005F\u0011ign \u0488t \u0488&\u001eF8Dz\n\"E\u0011t\u0017%\u2a7e\u0010[@$h$lmYy\u055a7Y]\u0016]+-\u0005=\u02522J):%KZ\u04e1q\/\u001b1EF\u000f\u01a4\u000f\u0015`v1iL\u0699\u001b4&\u001d(4&\u01e41!\u000e\u001eI{c1iLz=&\u0011[\u001a\u0001D\u001an6ZD:k\u035bn\tI\u001d;\u0017TI\u0005\u01a41ign`\u0498t`\u0498&\u001e\u01a48Lz\n&\u016415&G0i`\u04d8\u0559\u0017']\u0014ye].\nv^HK1iUFFLz\u00e41C\u0005]0iL\u001av\u0006&I\u0007\n&Ik1iLz\u00e4\u01ed`XL&]Exx\u001b#-\u03a4#\u0006#ew\u00d4\u0014i!4z\u001a\u04b4#Czo9y3\/c1:\u0013Gk,:!d#\u00128\u0002\u001c.84\u000eC;s\u0003\u01a1\u0003\u0005\u01a1584\u000e=Vpho,\u000eCH\u0016\u0000;CK[\u0413e\u001c\u0696^\f34\u0784\u0013\u03b2&\u03e41NhM\u019eV0z\u0443C\u0005p]h8\u001av\u0006\u001c\rG\u0007\n\u001c\rGkh8z\u01edX8\u001a^\u000fG6\u0163\u0006|!\u0004HO\u0001zt\u06d8w6\u06eeri.h;#Nd#\u0016!H\u0002$.H4\u0012D;s\u0003F\u0003\u0005F5H4\u0012=!Vho,\u0012DG\bR$Zl7\u001aBKH4hlmKFYey6\u020d6\/\u0001\u066e\u0013(~\u001b]M\u06d5\u001a\u001b8W\u04d7x\"H#\u0487\n\u0010i \u04884\"\rD\u001a\u000e\u0014D\u001a#\u0488\u0010H[A4\"\u001e\u0016\u0004G*2\u001cb\u000b~\u0003vltEVg\u0002>_3\b`ub\u05cd]\u05b6pRDZ\u0561\u0011^d\u0010iDP\u0001\"m\u0017D\u001aFH#\u0481H#\u049axD\u001a\u001e\u0010q+7\u0016F#]HK\t\u0010[@$h,id\u0017'j\u034bs5~\u0004\u07bf\u001b\u0015Y,I\u0017\u03ee\u0015rSHZ\u0561\u0011\u0011^d iHP\u0001$m\u0017H\u001a\u0001IC\u0481\u0002IC\u049axH\u001a\u001e q+7\u0016CY\u001eaM\t,(\u0006-2\u0017t\u059a\u0017r'1In\u02e6Ki4iM\u0189l\u0124\u0017\u0019=L\u001a>TI\u0005\u01a41ign`\u0498t`\u0498&\u001e\u01a48Lz\n&\u016415|V\f&=YIZj\u048b%J-=e\u0015yq\u0002VuhFPz\u0003AC\u0005]@iP\u001av\u0006(\rJ\u0007\n(\rJkAiPz\u0003\u01edXP(\u001d\u0019,\u001eE\u953c`!t(\u001d1\u0018)\u001b&\u0005\u001b.BW^*E(7&\u0018U\u0013<\u0262\u0015\u0019c'[\u04cf\u001d\u000eC\u001f*C837ph\u001c:Pph\u001cZ\u0013CC\u001c\u000e=n\u00058th^{4\u0016\u001a\u00a1A\u000e-LE\/\u0005yVv\u076e\u0013D!oS(Z\u0561\u0011^dh8P\u0001\u001cm\u00178\u001a\u0001G\u0441\u0002G\u045ax8\u001a\u001eq+p7\u0016hMh\u0001h\b-\u0001 \u0012OmWVM*\u001d]uY)m\u045a8U\u04d3X\u0002cD#\u0447\nh H4\u0012\r$\u001a\u000e\u0014$\u001a#H\u0010D[AH4\u0012\u001e\u0016Ic\"b\u0003\u0010ZBA\u000bF\u000b8E7M\u06d8\uf4ef\u0018WmV\u0007'5*kN\u001a8W\u04d7p\"\u0007H\u0003\u0487\n\u0000i\u0000\u04804 \r@\u001a\u000e\u0014@\u001a\u0003\u0480\u0010\u0007H[\u00014 \u001en#@<%\f\u0602_\bvI~%$y\u0559G<3V]lztmN\u001f\bUU}\bI\/2z4$}\u0000\u000b$\rIC\u0700!@!iM<$\rI\u000fq\u0015H\u001b\u000bIC!idF(*e\bCl\u00021B\u0493e\u05d6$WyoN$]\ucab2lNE+v\u0006)[\u0019j:4\u078fO\u04d7\"H#\u0487\n\u0010i \u04884\"\rD\u001a\u000e\u0014D\u001a#\u0488\u0010H[A4\"\u001eHW4\u0164 \u0590>Igm\u0674\u0015-6K5\/E.%WdIk:4e#&a\u0498\u0002L.4&I;s\u0003\u01a4\u0003\u0005\u01a454&=aV0io,&I\u0264\u0174\u76f4Zf0i\uda50\udd43\/7O\u06bc*]&itY\t5\u001d\u001agj\u0011^d0iLP\u0001&m\u0017L\u001a\u01a4Ic\u0481Ic\u049axL\u001a\u001e0q+7\u0016>I\u001bTYRTED\u04d9t`lnmHseHy\u001dj.\/\u0010S66TtglD\u0017\u0018;\u001c\u001a>TC\u0005\u01a1qhgn8t8&\u001e\u01a18\u001cz\n\u000e\u0161q\u0017\u04bdh\u000e-4CO\u0016PX\br!::v\u0013agyYII\u0014SU}\nF\/1zp4\u001c}\u0000\u000b\u001c\rG\u0700@hM<\u001c\rG\u000fqp\u00158\u001b\u000bGhR\u0626x\u0600o4\u0000i\u0010\u0467.\u0333rt8\"\u001d8U\u04d3X\u0002cD#\u0447\nh H4\u0012\r$\u001a\u000e\u0014$\u001a#H\u0010D[AH4\u0012\u001e#$Kh\u0001h\b-!\u04e0R^,NM6+FuVy|jt]tmQ\tR\u001a8W\u04d7p\"\u0007H\u0003\u0487\n\u0000i\u0000\u04804 \r@\u001a\u000e\u0014@\u001a\u0003\u0480\u0010\u0007H[\u00014 \u001en#@<%\f\u0602_\bv6JY\u0017Y\tI:3\/\u036epI\u069cmsB\u04aa\u000ePU\u0557\"\u0007IC\u0487\n i@\u04904$\rH\u001a\u000e\u0014H\u001aC\u0490\u0010\u0007I[4$\u001eH:e8\u0016*\u0007$\u0006%$CB$WyqN%]*\f\u0013%;U\u001dr7\u0011^d iHP\u0001$m\u0017H\u001a\u0001IC\u0481\u0002IC\u049axH\u001a\u001e q+7\u0016CY\u001eaM\t,(\u0006)M:k\u0014it\u04d6y)8ACD_M_6b\u048b\u001e&I\u001f*Ic\u0498370iL:P0iLZ\u0013IcC\u001c&=n\u0005b\u0498LZb#Zf0iL(]6.\/E8&e\/.\"\ud218(8W\u04d7\"\u0007J\u0487\n@i\u04a04(\rP\u001a\u000e\u0014P\u001a\u0103\u04a0\u0010\u0007J[\u0001Q:Bac(b\u0002\n'CH0%GZh\b\u0006%s^u;\u0291.]fzO5::;\u07865U\u0453P\u000e\u0006\u000f\u0015\u0000v\u0001h \u0699\u001b@4\u0010\u001d(@4\u0010\u0007!\u000e\u001e\u0002D{ch EBt=\u001aD\u000b\r\u0001\u04e0\u0016\u0016X\u073c\u05d4u]~.U\u001d\u001ay\/\u001bEF\u000f\u000f\u0015vh8\u0699\u001bp4\u001c\u001d(p4\u001c!\u000e\u001e\u0002G{ch8z=\u001c-^V\u001f\u0014\u0016\u001b\u0012 =\rZ&3ZXqb=\u02fbb\u02b6\u0012O\\Fk3TMO6b\u000b\u001d\u0012D\u001f*@D#H37h$:Ph$Z\u0013D#C\u001c\u0012=n\u0005\"Hz$.E\u0006|!DO\u0016J\u0016VXm\u0257*kMlj4\u04923I\u045a\u000e{5}\bG\/2z4 }\u0000\u000b \rH\u0003\u0000\u0001@\u0001\u0001iM< \rH\u000fq\u0015@\u001b\u000bH\u0003\u00016\u0002\u0363]p-U i7hFg*\nu&l|\u038a0\u000f\u04b2\u001b.IgEuMy\u0002Vuhl\u0017\u0019=H\u001a>T\u0000I\u0005!ign@\u0490t@\u0490&\u001e8Hz\n$\ud345!t\u0017EKw8\u0016*\u0010#$=\tZ&Kz\u05b8HUk\u079b'I\u0017\u02aaN\u04dd\f3.u\u00a8%mex?>M_6\"\u048b\u001e\"H\u001f*@H#\u048837\u0010iD:P\u0010iDZ\u0013H#C\u001c\"=n\u0005\"\u0488zD:#64LW4\u0164\u0760e\u04a4\u016e!5m\u0675eIgy;Zi,iMyl\u0124\u0017\u0019=L\u001a>TI\u0005\u01a41ign`\u0498t`\u0498&\u001e\u01a48Lz\n&\u016415tpt\u0280`k\u0353\u0016\u000e<4OU\u0004;\u001b:4e#&a\u0498\u0002L.4&I;s\u0003\u01a4\u0003\u0005\u01a454&=aV0io,&}f\u0016IKzMZ\u001fnt&\u001d1\u0018)\u001bHK\u0453 2Om^\u0013|\u0015\u0019c'[\u04cf\u001d\u000eC\u001f*C837ph\u001c:Pph\u001cZ\u0013CC\u001c\u000e=n\u00058th^{4\u0016\u001a\u00a1A\u000bmh(Btefiy^\u0004i\u046a\u000eTD\u0005Fhgn Ht H&\u001eF8$z\n\u0012EHt\u001d!]D\rFCh\t\u0006-\u001a\u001ai\u001b}%1\u000flFmc^\u0565\u000fSr5\u001d\u001agj\u0011^d\u0010iDP\u0001\"m\u0017D\u001aFH#\u0481H#\u049axD\u001a\u001e\u0010q+7\u0016F#mHG\u0010[\u0003t\u0015anB&-\u001c8Igy^du&I:+<\u01d2tV]\u05d4W,)$\bUU}\bI\/2z4$}\u0000\u000b$\rIC\u0700!@!iM<$\rI\u000fq\u0015H\u001b\u000bIC!.\fAp-U FHz\u00124j\u035bsu4\"3\u0001]t3CTwbvun\u000ee#&a\u0498\u0002L.4&I;s\u0003\u01a4\u0003\u0005\u01a454&=aV0io,&I\u01e4TI\u0005\u01a41ign`\u0498t`\u0498&\u001e\u01a48Lz\n&\u0164lb%\u04b1^\u0007[:IG\fF))BCh4(Yi7&Lp\u07cbM\u0014i\u0013R6U-,v\u046a\u000e@U\u0557p\"\u0007G\u0447\nhp4\u001c\r8\u001a\u000e\u00148\u001ap\u0010\u0007G[p4\u001c\"9Z\u001eiP2G\u000b,#-L\u048bhB^r^\u0018\u001c\u0017Yv\tVPuh\u0004l\u0017\u0019=8\u001a>T\u0000G\u0005hgnptp&\u001e88z\n\u001c\ud345px)Z}\u001a\u0440o4\u0000i2 mu\u000e\"kX6\u000f\u000e\u056eWR@Z\u0561q\/\u001b\u0001EF\u000f\u0006\u000f\u0015\u0000v\u0001\u0001i@\u0699\u001b4 \u001d(4 \u0007\u0001!\u000e\u001e\u0002H{c\u0001i@z= ]\u01c0tJ\u0600\u0017\u0250^'H\u0012R\u0017\u0007i\u001b}r\u039b-;wltc\u0000S,\u06218W\u04d7\"\u0007H\u0003\u0487\n\u0000i\u0000\u04804 \r@\u001a\u000e\u0014@\u001a\u0003\u0480\u0010\u0007H[\u00014 \u001e\"V0v\t!WrW$4I<56\/\u001c%$5\u06bc\u07b54I\u045a\u000e{5}\u0648D\/2zH4\u0012}\u0000\u000b\u0012D#@@AhM<\u0012D\u000fqH\u0015$\u001bD#+,JtJn\u0014\u0012=\r\u047bMW\u0016y|.,k\"\u0094\u38f4C#VUe#(\u04a0\u0002P.4(\rJ;s\u0003\u0006\u0003\u0005\u000654(=\u0101V@io,(\rJ\u0007<*?:E`&\f\u0016v \"]\u0015E9\u0254\u03bc\u039db\u0011iM\u01b9l\u0004\u0017\u0019=P\u001a>T\u0000J\u0005\u0006Aign\u04a0t\u04a0&\u001e\u00068Pz\n(\u0005A5|V\f(=Y_VQ*3\/\u001aU\u06daJ:4bUU_6\u048b\u001e(\rJ\u001f*\u0000\u0002J\u04a037@iP:P@iPZ\u0013\u000fJC\u001c(=n\u0005\u0182\u04a0zP:\u02e3S\u0004Vn\"`ai7(z\u05dd \"M\u0475'S2tJCN\/\u001bAEF\u000f\u0006\u000f\u0015v\u0001AiP\u0699\u001b4(\u001d(4(\u0007A!\u000e\u001e\u0002J{cAiPzM(-\u0012QZ-34f}\u0017\u0485i!\u03546\u0000u)Q~RC\\_M_6\u048b\u001e(\rJ\u001f*\u0000\u0002J\u04a037@iP:P@iPZ\u0013\u000fJC\u001c(=n\u0005\u0182gFi\u0010m*N\u0188 uKCH0%IZh\b\u0006-#-\u0016\u8bab:oUUVte\u01bc\n40S8Z\u0561\u0011\u0011^dh8P\u0001\u001cm\u00178\u001a\u0001G\u0441\u0002G\u045ax8\u001a\u001eq+p7\u0016_$GK\u06a3q\u0010\u001c=\rZ7Yy)?3\u02fb\t\ub8a7hC#OUe#\u001ah\u00024.h4\u001aF;s\u0003F\u0003\u0005F5h4\u001a=\u0121Vho,\u001aFGK\ua8f8w4R6\u0163'AxV\u0017\u037byq\u034ewU\u05d5I+Hk:4^\u0003Y\u04d7x\"G\u0447\nhx4\u001e\r<\u001a\u000e\u0014<\u001ax\u0010G[x4\u001e\u001ec<:%=ZlG\u04e3_\t8H7M\u06d8\uf4c3t^ -#3\u0001\u9f28(\u0010\u0013@Z\u0561\u0011\u0011^d\u0000i@P\u0001 m\u0017@\u001a\u0006\u0001H\u0003\u0481\u0002H\u0003\u049ax@\u001a\u001e\u0000q+7\u0016\u0006\u0003]z\u001d.a8\u0016J:Izm+H<5\u001d57&\u0465y#\u000bahR5\u001d\u001a'j\u0011^dh$P\u0001\u0012m\u0017$\u001aFD#\u0441D#\u045ax$\u001a\u001eq+H7\u0016FW$\u0011\u0459\b8^N\u024dBA\u000b%G6\\j\u001dyve)fOrt+\u0313)5\u001d\u001aj\u0011^d iHP\u0001$m\u0017H\u001a\u0001IC\u0481\u0002IC\u049axH\u001a\u001e q+7\u0016C\u0499\u05f3Un\"M`Ai7h\u8d6d\u0631\u0012E\u016eQ7Eg>\u0016$N\u0253thFPz\u0003AC\u0005]@iP\u001av\u0006(\rJ\u0007\n(\rJkAiPz\u0003\u01edXP\u001a^\u0013JKlr\u0004V\f(=Y\u001dJn\u0019P]\u0015(]\u0007{am\u0014Vuh\u012al\u0004\u0017\u0019=P\u001a>T\u0000J\u0005\u0006Aign\u04a0t\u04a0&\u001e\u00068Pz\n(\u0005\u03cc\u0492BT_D\u04e1\u0007#%IZ\u001c\u000b8\rJha\u0004&\u001auU^\u7340hRNZ\u0013\u8aa9\u02acI+P'hC#OUe#\u001ah\u00024.h4\u001aF;s\u0003F\u0003\u0005F5h4\u001a=\u0121Vho,\u001aFHGh!4z\u001aF\u0012|\/3 _H\u03ba[9Z\u0561\u0011\u0011^dh8P\u0001\u001cm\u00178\u001a\u0001G\u0441\u0002G\u045ax8\u001a\u001eq+p7\u0016hKjD\u0003\u0010Z\u0002A\u000bV5wMe>\u001b\u07b5]YT'-!x\u0011dM_6\u0002\u048b\u001e \rH\u001f*\u0000\u0002H\u0003\u048037\u0000i@:P\u0000i@Z\u0013\u000fH\u0003C\u001c =n\u0005\u0002\u0480z@\u0001\u0010\u001b4\u0019\u0004yc[\u07a3m\u0333=:\/<;\u012e\u05d1\u0017k?*\u0163U\u001d\u001a\/\u001bEF\u000f\u01a3\u000f\u0015vh<\u0699\u001bx4\u001e\u001d(x4\u001e\u01e3!\u000e\u001eG{chTD\u0005Fhgn Ht H&\u001eF8$z\n\u0012E\u0015ItDftKh)$z\u001aD\f\u0017[#oMKu!47-2r5\u001d\u001agj\u0011^d\u0010iDP\u0001\"m\u0017D\u001aFH#\u0481H#\u049axD\u001a\u001e\u0010q+7\u0016F#Y\u001e\u001c\u00afr\u0013i\u0000IA\u000beGm\u0016n,\u0367iM]q4iM\u0189l\u0004\u0017\u0019=P\u001a>T\u0000J\u0005\u0006Aign\u04a0t\u04a0&\u001e\u00068Pz\n(\u0005A5&G@i\u0300\u04d8\u0561VM\u021bJI\u0017y[J\n2\u0164U\u001d\u001a\/\u001b1EF\u000f\u01a4\u000f\u0015`v1iL\u0699\u001b4&\u001d(4&\u01e41!\u000e\u001eI{c13tb\u0015^NYB\b:I\u0018SrEG\u0760d\u0016\u077a5\ubabc\u039b#ht4\u0014Hjt\u0558\u0014\u046a\u000eT\u0000J\u0005\u0006Aign\u04a0t\u04a0&\u001e\u00068Pz\n(\u0005\u03cbu\u00048zwK\u0001G!t(\u001d!)\u001a$I\u000b\r\u04e0T\u0005`v8Z9\ubabc\u001baest\u0556]\u0016O8ji\u0016Puh\u0004l\u0017\u0019=8\u001a>T\u0000G\u0005hgnptp&\u001e88z\n\u001c\ud345\u0017\u04bdh\u001c-4\u0004GOrtm^\n\u000eS.#y\u00138Z\u0561\u0011\u0011^dh8P\u0001\u001cm\u00178\u001a\u0001G\u0441\u0002G\u045ax8\u001a\u001eq+p7\u00161\u000bt)\u0012 =\rZ\by\u001d\u0630\u03b3,\/\u9734CU5}\bH\/2z4 }\u0000\u000b \rH\u0003\u0000\u0001@\u0001\u0001iM< \rH\u000fq\u0015@\u001b\u000bH\u0003\u0001:\u0006S\u0012\u0006 Mb -L1\tGWmvE)\u0011\u0015E\u0002O0Dy8G:4^qB\u04d7x\"G\u0447\nhx4\u001e\r<\u001a\u000e\u0014<\u001ax\u0010G[x4\u001e\u001e\u0016s\u0004G&2\u001cb\u000b~~%Ez\"J`i>yftk6\u0230)V\u0002hM\u01b9lD\u0017\u0019=$\u001a>TD\u0005Fhgn Ht H&\u001eF8$z\n\u0012E\u0015ItDft&\u0012z%:%5Zj\n\u0006-$vGW\u0563\u0015\u009f?M[v^\n~\u001c8W\u04d7\"\u0007IC\u0487\n i@\u04904$\rH\u001a\u000e\u0014H\u001aC\u0490\u0010\u0007I[4$\u001e\u0014H\u0013XP\rZ\u00063\u0017t6zKC]7\u03fcT\u0000J\u0005\u0006Aign\u04a0t\u04a0&\u001e\u00068Pz\n(\u0005A5&G@i\u0300\u04d8\u0561\u0012]7R\u0011\u0012\"\u03ca2vW\u00ea*<\u001d\u000eS}5}\u0648I\/2z4&}\u0000\u000b&Ic1@1iM<&I\u000fq\u0015L\u001bI\u0664#2c&\u0017,\u0004\u03a4Qlj2\u0016BCh4(Yi!|ve\u05f5<\u0795]!t\/5\u001d\u001a\/[%F\u000f\u000f\u0015vh8\u0699\u001bp4\u001c\u001d(p4\u001c!\u000e\u001e\u0002G{ch8Ert=\u001aG\u000b\r 8\u001c]y+v\u0011\u017cHI\u001b\"&pC#PUe#\u001cp\u00028.p4\u001c\rG;s\u0003\u0003\u00055p4\u001c=Vho,\u001c\rGKc~\u0600o4\u0000i2 :\u0016\\A:vA8\u0007\u0015sf\u001fC55}\u0648G\/2zx4\u001e}\u0000\u000b\u001eG@hM<\u001eG\u000fqx\u0015<\u001bG:\u01a3S\u0006\u001eM4\u001e;-\u06ee(9r\u001d;MS\br\\y+=Z\u0561\u0013l\u0123\u0017\u0019=<\u001a>TG\u0005\u01a3hgnxtx&\u001e\u01a38I\u02c1ZRVED\u04d9~0-\rS|^h\b\u0006%k0\u0004j]\u001c\u001dm\u0535\u074a\u01bccgbpCcPe+\u001cp\u00028.p4\u001c\rG;s\u0003\u0003\u00055p4\u001c=Vho,\u001c\rGHGh!8z\u001a\fGg+p1.*w$\u00136a]Yt'XC\u0561\u0011\u0011^dh8P\u0001\u001cm\u00178\u001a\u0001G\u0441\u0002G\u045ax8\u001a\u001eq+p7\u0016hKjD\u0003\u0010Z\u0002A\u02c0 gy\u0013\u05b0\u038b3\/hUk k\u0011^dhIG x\u05e4S\bV\b:I\u0007J0%GZh\b\u0006%k0\u05bdbv]g\u0363w44v\u0014;\u001aj:4TM_K\u001e\u001aF\u001f*@Fh37h4:Ph4Z\u0013FC\u001c\u001a=n\u0005\u01a2hh^{4\u0016\u001aBAh+!;b9llv&\u001cmB2rhUFF8z\u0443C\u0005p]h8\u001av\u0006\u001c\rG\u0007\n\u001c\rGkh8z\u01edX8\u001a^\u000fGN\/\u0011\rFCh\t\u0006-\u0003B'.w\u0001iHU6\u001a\r }C%5}\u0648G\/2zx4\u001e}\u0000\u000b\u001eG@hM<\u001eG\u000fqx\u0015<\u001bGh9Rh\u0001G N\u0016\u001e]e\u001506GX#3Y\u001extm'\ua676\\C\u0005'4}\u0648G\/2zx4\u001e}\u0000\u000b\u001eG@hM<\u001eG\u000fqx\u0015<\u001bG.b\u000eh0\u001cb\u000b~~%Cz1\u0016V\u00183X&$}hRI\u0019l\u0015hM\u01b9lD\u0017\u0019=$\u001a>TD\u0005Fhgn Ht H&\u001eF8$z\n\u0012E\u0015ItDfJh1\t\u0015\u0004-x$z\f*+\"v\u000eQfY)9\u001c8W\u04d7\"\u0007IC\u0487\n i@\u04904$\rH\u001a\u000e\u0014H\u001aC\u0490\u0010\u0007I[4$\u001e\u07df?_&\u0004\u0016v\u0016J\u0016 miZhg'\u077fQU\u0018'Ik:4e#(\u04a0\u0002P.4(\rJ;s\u0003\u0006\u0003\u0005\u000654(=\u0101V@io,(\rJ\t##\u0015S\u0006\u0004^kLx\u0775y*n\u001d!QM%-%3MvWDiM\u01a9l\u0124\u0017\u0019=L\u001a>TI\u0005\u01a41ign`\u0498t`\u0498&\u001e\u01a48Lz\n&\u0164lb%\u04b1^\u0007[:I\u0007J0%GZh\b\u0006-\"*^p\u064e,htW\u0016@9Fk:4TM_K\u001e\u001aF\u001f*@Fh37h4:Ph4Z\u0013FC\u001c\u001a=n\u0005\u01a2hhq#ci\u001c\u001a=\tZF\u05d5\u001bF\u076eVX|\u077b2\u001fI\u001aSU}\u0648F\/2zh4\u001a}\u0000\u000b\u001aF@@AhM<\u001aF\u000fqh\u00154\u001bFhR!5\u0001h\b-\u04e0e<@z\u00056F\u000bHmV\t\u04a3U\u001d\u001a\/F@z\u0003\u0001C\u0005]\u0000i@\u001av\u0006 \rH\u0007\n \rHk\u0001i@z\u0003\u01ed\u0000X@\u001a^\u000fH1 \u001f-6\u0005i\u0012\tB'\u0016-\u06ee(n\u001daB\u0699p\\GV<;\u045a\u000e\u0017e#\u001ex\u0002<.x4\u001eG;s\u0003\u01a3\u0003\u0005\u01a35x4\u001e=Vho,\u001eG\u01e3:2q\/p-\u0014iDw#'O6Dy\u01c9M)mO\u0000\u046a\u000eS{5}\bD\/2z@4\u0010}\u0000\u000b\u0010\rD\u0003\u0000@\u0001hM<\u0010\rD\u000fq@\u0015 \u001b\u000bD\u0003+,ZBtJf\u0014\u0010=\rJhaacgneXf\u036e\u02b0\u02e6.%N\u024dth\u076bFHz\u0443!C\u0005] iH\u001av\u0006$\rI\u0007\n$\rIk!iHz\u01ed@XH\u001a^\u000fIgyTrtM\t,(\u0006-\u001dmv\u0001-\"]6k\u0004;\u001a:4e#(\u04a0\u0002P.4(\rJ;s\u0003\u0006\u0003\u0005\u000654(=\u0101V@io,(\rJ\t%69\u0002Je\u0006\u01ac\u000ee\u031bU)t\buQ]'$O\u0013\u001byBLIthFLz\u00e41C\u0005]0iL\u001av\u0006&I\u0007\n&Ik1iLz\u00e4\u01ed`XL&-YR,\u001d5i}\u04d9~0=\rSri2vlv\u064eZ\u001cL5;\"%VhCcOe+\u001ah\u00024.h4\u001aF;s\u0003F\u0003\u0005F5h4\u001a=\u0121Vho,\u001aFHGh!4z\u001aF\u000b+\u000b\u02eeUMuhUFF8z\u0443C\u0005p]h8\u001av\u0006\u001c\rG\u0007\n\u001c\rGkh8z\u01edX8\u001a^\u000fGN\/\u0011\rFCh\t\u0006-\u0003Zc\u0005\u000b\u0012,O\u0016.OC%5}\u0648G\/2zx4\u001e}\u0000\u000b\u001eG@hM<\u001eG\u000fqx\u0015<\u001bG:\u01a3S\u0006\u001eM:=Z=j\u02f6+Jal\\G\u0598W*3%%\u001ex\tM_6\u044b\u001e\u001eG\u001f*Gx37h<:Ph\u001f2\u0003JOcV2uf\u036a\u0014uD\u02b2Jx\u0010$Jw.?\u00125\u001d\u001aj\u0011^d0iLP\u0001&m\u0017L\u001a\u01a4Ic\u0481Ic\u049axL\u001a\u001e0q+7\u0016>I\u000bwIKzMZ\u001fnt&g_\u001cDu~\u000b\u01dc8\/JDNu\u01b1m?'*L\u032cOH]\t\u0010Z$)wOX\u0000DE(b^i\u0018FZ\b\u0007Ek0L\u0002\u00138zveYd\u001a]W\"(\fTXcl=4\u001a>4Fw\u000b\u001aF@hOAhM<\u001aFh\u00174\u0019F\u046fRs4Z\b\u0007\\Hu4\u0000Hw\u000b \rH\u0003\u0000\u0001iO\u0001\u0001iM< \rH\u0000i\u0017@\u0019\u000bH\u0003\u0001\u0010Y -v\u0004iVHO\u0014ra aG>a\u0014G'u4\u0000Hw\u000b \rH\u0003\u0000\u0001iO\u0001\u0001iM< \rH\u0000i\u0017@\u0019\u000bH\u0003\u0001z@\u018e.bs=5$i\u1ac2E+e\u0014gcetswR\u050f[\u0019\u0019W3@([\u000f\u0006\u000f\r\u0000\u0002D\u0003@57h Sh Z\u0013\u000fD\u0003\u047b8 \u0005v\u0002@ zh_NY\u001a-4\u000e\u0005\u0003aeEU\"f-\u03b3(VT,\f\\\u072b\u0019LDzH#\u0487\u0006\u0010nA\u0011iD\u069a\u001b4\")4\"G\u0011]\u001c\"mH;c\u0011iDz:\"-*w\u0011\u0007\u001d4R\u001e\/t$y\t&_&]'uZI\/Z&\u0019W3([\u000f\u0006\u000f\r\u0002J\u04a057@iPS@iPZ\u0013\u000fJ\u04bb8P\u0005v\u0182\u04a0PZb\u0013Zf@~PzZ\u000bu4OV0\u0013,nna\u000be\u4270\u0016Jk\u0006d.\u054ce&&=\u00e41C\u0003t`\u04984&m\rL\u001a\u0014L\u001ac\u0498.\u000e6{MZ4\u0014p uO3i(bi\u0018FZ\b\u0007Ek\u042eI`BM\u06f1\\?B6\nEs%\u0016H$\u0019W3h([\u000fF\u000f\r\u0742Fh57h4Sh4Z\u0013F\u047b84\u0005v\u01a2hhh)\u0001\u001a\u000bhaS\u0004&,Z\u039bb!+it^iVgX\u001b\u001a\u1a6aDGzh4\u001a}h\u0000\u00164\u001aFF\u045eF\u045ax4\u001a\u0161f\/h3\u0016F\u0019c\u0001\u001d\u0013\u001e\u000f\u001agu|rju\u049a\u0001+}5c\tJ@iP\u0000(-4(\rJ[s\u0003\u0006=\u0005\u000654(\u0003^@ig,(\rJO\t\u0157t\u001dj\u00011Ci\u0001eG6m]%\u0353U.P\t\u0016J\/\ubaa8kaAvt,\u000b5\u00032j2\u0013\u001eea\u0498\u0001L[0iL\u001a\u0006&I{\n&Ik1iLz\u0017I`XL&-+Q\u0007{:I7F\u00111bH\u000b\u001dHOJK\u06f1\\d\\\u000e$<\u0010ev;jf@\u001a_Xf\u0463l=4\u001a>4Fw\u000b\u001aF@hOAhM<\u001aFh\u00174\u0019F\u046fR6FF\u0002hcVL%IOZY-,\u074eh\u0540\fOUe&\u001a=CC\u0003hth4\u001am\r4\u001a\u00144\u001a\u0123h.\u000e6{Ah4\u001a=\u001d\u0016\u000f\u0018k=\u000e5~<=zYU$y98tVI\u03f0:Z3 s}f,3Q\u001e\u001eG\u001f\u001a\u0005\u01a3hknxx&\u001e\u01a3wqx\u000b\u001e\u0163xrGGm(f}4\u001en{tQU\u00b69A4mns)F\/wtVu\b\u00cb\u001d\u0019X3x([\u000f\u01a3\u000f\r\u0742Gx57hf\u0011\u001a\u000fhaYy;&Az\u001deR\u0016i*l>G7\u000f\r\u02e5\u000f=5\u00032AU3p\u0018[\u000f\u000f\r\u0002Gp57h8Sh8Z\u0013\u000fG\u047b88\u0005vp1\u001c-.\u0017q8Z|\u001aEV7+\u00035:\/G8\u00cb\rU\u000324Iw\u000b&Ic1iO1iM<&I0i\u0017L\u0019I_\u05a4\u0001(uq uO3i(bi\u0018FZ\b\u0007j4%BQ\u0016yT9\\\u0003#5\u00032AU3p\u0018[\u000f\u000f\r\u0002Gp57h8Sh8Z\u0013\u000fG\u047b88\u0005vph\\{2\u0016:Ap\\HeYgBn\u8f2cZ\b\u001f\u046a\u0001\u0019\u001aL4zF\u0447\u0006nAh4\u069a\u001bh4\u001a)h4\u001aG]\u001c\u001amF;ch4z:\u001a-\u001e11[C5~8\u001eF\u0010 \u02a4\u001b\f\u048byL8h\u0540\u001c\u021a\u0004Gz4 }h\u0000\u0016@\u001a\u0006\u0001H\u0003\u049e\u0002H\u0003\u049ax@\u001a\u0001f\/3\u0016\u0006\u0003Ci1\ub8e3i\u000b=\u0001q@zj\u001e]TyUgmNy\u0000\u000bEWk=uh\u0006d&\u040ce&\u001e=\u00e3C\u0003xtx4\u001em\r<\u001a\u0014<\u001ax.\u000e6{x4\u001e=\u001d\u0007hn\"6\u0603_Y\"=M\u0016\"-g_\u00187\u000f5y&p-\u039b'<\u0013Xh\u0340\u0325\u0004Gz@4\u0010}h\u0000\u0016 \u001a\u0006\u0001D\u0003\u045e\u0002D\u0003\u045ax \u001a\u0001f\/@3\u0016\u0006'\u0004\u0003\u0016F'\t1+~H2\u0016D&\u00f4\u022br9xitp\u0002\u0118\u045a\u0001{5cH\u0010iD\u0000\"-4\"H[s\u0003F=\u0005F54\"C^\u0010ig,\"HOG\u0015>?_.\u0000\u0016F2\u926d\u001e\/tYVY.&-.ek^2i\u0340\u0305\u0004Gz4(}h\u0000\u0016P\u001a\u0006\u0001J\u049e\u0002J\u049axP\u001a\u0141f\/3\u0016\u0006\u2ebfQZ-3t?fr(-,\u001d\u0664u4OV0\u0013,nne1\u0524\")\u0007+U1\u000b5\u00032j2\u0013\u001eea\u0498\u0001L[0iL\u001a\u0006&I{\n&Ik1iLz\u0017I`XL&=`eXi1\ub085~c|\u0004m!\u001f\u001a\u000bha\u0699\u0004FHqy;9L%WqtR#5\u00032AU3p\u0018[\u000f\u000f\r\u0002Gp57h8Sh8Z\u0013\u000fG\u047b88\u0005vph\\{2\u0016:Ap\u0016GyYe&bP$gI\u0621\u001a\u1a6aDGzh4\u001a}h\u0000\u00164\u001aFF\u045eF\u045ax4\u001a\u0161f\/h3\u0016F\u0019c\u001dD5~<=z\u0004IR4I6\u000eR\u0004\u049a\u0001)5cGh<\u0000\u001e-x4\u001eG[s\u0003\u01a3=\u0005\u01a35x4\u001e\u00e3^hg,\u001eGO\u01e3C<:fy\u0601\u04e3Y\u001f=M\u0016NEWu\u000b\u0004:\u0016iKi7z:\u0016YVuh\u0006d\u040ce&\u001e=\u00e3C\u0003xtx4\u001em\r<\u001a\u0014<\u001ax.\u000e6{x4\u001e=\u001d\u0007l.bs=\u0015\u0014\u926d>l\u0000\ua849:yU$RcQ\u000b5\u00032j2\u0013\u001ee\u0001@\u0001 [h \u001a\u0006\u0010\rD{\n\u0010\rDkh z\u0017\u0007D\u0000X \u001a\u0010D\u000fX\u0018JB'D\u01ec\u0002A#PX~L,\u0013F_\u001b&y\u03e51\u02e45\u00032\u0017j2\u0013\u001eea\u0498\u0001L[0iL\u001a\u0006&I{\n&Ik1iLz\u0017I`XL\u001aIKlr\u0002V\f&\u074fI\u0011j\u06faJG\\$rE\/jp\u0012yd\ua605\u049a\u0001K}5c\tJ@iP\u0000(-4(\rJ[s\u0003\u0006=\u0005\u000654(\u0003^@ig,(}a\u0016|\u0761d\u0015\u0003=\u000f\u001bya\f\u000b\u001dh\u0016I`ZMQ4Fw\u000b\u001aF@hOAhM<\u001aFh\u00174\u0019FhP\uc331C\u000e\\[C\t\u0007 7tR\t@:Y&i!Wj@f\ndXf\u0463l=<\u001a>4Gw\u000b\u001eGhOhM<\u001eGh\u0017<\u0019G\u0010Y\u001e-vhGO\u04e3\u02a3{tQU\u00b69A&M2)F\/[\u01e2H\u0010VGe\f7\u0019LY\u0018\u0019W3@([\u000f\u0006\u000f\r\u0000\u0002D\u0003@57h Sh Z\u0013\u000fD\u0003\u047b8 \u0005v\u0002@ zD\u0018'D\u01ec\u0002A>H\u0017iU\u0015E:E-c6;gX\u001a\u0019W3([\u000fF\u000f\r \u0742H#\u048857\u0010iDS\u0010iDZ\u0013H#\u04bb8D\u0005v\"\u0488tD:I\u0007W8\u0164qLZz\u63ee\u04ac\\Ji\u02e4,M\u0013!eM2i\u0340\u0305\u0004Gz4(}h\u0000\u0016P\u001a\u0006\u0001J\u049e\u0002J\u049axP\u001a\u0141f\/3\u0016\u0006bJQZ-3t?fr(=\u06faJ'\\\u0018\t\u0016J\u0017yZ\u0543Sw\u0014E\u02c5z:ff@R_Xfb\u04a3l=L\u001a>4Iw\u000b&Ic1iO1iM<&I0i\u0017L\u0019I_\u0624\u0007 Xi1\u0004+\u0004\u03e4\u001bya\u001ai#4\u001f\u0014\u00b43\tL\u020fqi;\u0213U\u0461\u0572\\&9vh\u0006dzf,s1\u001e\u001aF\u001f\u001a@\u0005Fhknhh&\u001eFwqh\u000b\u001aEW\u04b9d\u001a-tFi\u001eOV#I[F7\u000fYU\u0014\u0492\bV\rTXf\u0463l=4\u001a>4Fw\u000b\u001aF@hOAhM<\u001aFh\u00174\u0019FhPQ\u0337\u001ab\u0007!%\u0163{AGIu?:M].pyTh\u0340\f\u021a\u0123Gzx4\u001e}h\u0000\u0016<\u001a\u01a3G\u045eG\u045ax<\u001af\/x3\u0016\u01a3\u001b:J\u001c4qts\u0015\u025a\u01e93P\r\\\u06eb\u0019L$zD#\u0447\u0006nAh$\u069a\u001bH4\u0012)H4\u0012G]\u001c\u0012mD;ch$zB\u0012=`etJK\t\u0012\u001d4Z\n\u0007cb\u0012=\u07bb\fe2]YL8\u01fb\f5\u00032j2\u0013\u001eeA\u0490\u0001H[ iH\u001a\u0006$\rI{\n$\rIk!iHz\u0017\u0007I@XH\u001a\u000eI'1*w\u0011'\u001d4h!Uf2O\u0016B?uUx:ff@J_Xf\u04a3l=P\u001a>4\u0000Jw\u000b(\rJ\u0000AiO\u0001AiM<(\rJ@i\u0017P\u0019\u000bJSBiXGi\u0300\u0261{dU4Gw\u000b\u001eGhOhM<\u001eGh\u0017<\u0019Gz@.bs=%\u0014D>16I}e2\u0256\u0018.iR.]\u00162Z3 smf,3Q\u001e\u0012D\u001f\u001a@\u0005Fhkn H H&\u001eFwqH\u000b\u0012E\tII*P)1K~H:&&0[,*}&Y]\u0001{5c\tI iH\u0000$-4$\rI[s\u0003=\u000554$^ ig,$\rIOt\u0018\u0013XP\u000e2HW\u00032tNj\u001e\u001ad\u02ceY'\u0019W3([\u000f\u0006\u000f\r\u0002J\u04a057@iPS@iPZ\u0013\u000fJ\u04bb8P\u0005v\u0182\u04a0PZb\u0013Zf@~PzZ&y\u0285a`tsP4\u000f\u0012C\u0017J\/<\/\u0012!HBi\u0340\u0325\u0124Gz4&}h\u0000\u0016L\u001a\u01a4Ic\u049eIc\u049axL\u001aaf\/3\u0016IK\n\u0455b\u04e4AgQ\u013c0f\u0011\u001a\u000fha\u0691csP%I\n\u001c\u0744\"\u0017>T\fG\u0006dj,3Q\u001e\u001c\rG\u001f\u001a\u0005hknpp&\u001ewqp\u000b\u001c\ud305184jt\u0010],jN|Q\u0146\u0001\u0019\u001aL4zF\u0447\u0006nAh4\u069a\u001bh4\u001a)h4\u001aG]\u001c\u001amF;ch4z:\u001a]\fQ!u@\u0007!Ghay\u001e]TyUgmN#Y.e-'h\u001e\u0001\u00073$V\rL7\u0019L4\u0000Hw\u000b \rH\u0003\u0000\u0001iO\u0001\u0001iM< \rH\u0000i\u0017@\u0019\u000bH\u0003\u0001z\u001b\rcDZDI:IH:\/]W;\u0524g!j@j2\u0017\u001eca\u0498\u0001L[0iL\u001a\u0006&I{\n&Ik1iLz\u0017I`XL\u001a\u01a4At\/f&-duE\u034d\u0011#:\u0004\u024fJ\u0721\u0019zB3([\u000f\u01a4\u000f\r`\u0742Ic\u0498570iLS0iLZ\u0013Ic\u04bb8L\u0005vb\u0498tL:I\u0007t#XT\u000e\u001aG&y\u0285'X'<\u00024\u001d\u0482:2+|q\u001d\u0001+}5cI0iL\u0000&-4&I[s\u0003\u01a4=\u0005\u01a454&\u00e4^0ig,&Ic\u049e(L\u001739\u0016jMXIR\u00b6\uabd3^u\u00d7u\u049a\u0001+}5cI0iL\u0000&-4&I[s\u0003\u01a4=\u0005\u01a454&\u00e4^0ig,&}a\u0014+R]I=\u03e4\u001b\u00181\u001c-tFKz\u001dYLy;z\u00109A\u068eH\u02a2\u001eJh!J1i;4\u00032\u0013Oh2\u0013\u001ee!\u0488\u0001D[\u0010iD\u001a\u0006\"H{\n\"Hk\u0011iDz\u0017H XD\u001aH' W8\u0164qLZ8l\u06faJ'\\\u0013.J\u04a1\u022aeuT\u04aa\u0001|5cI0iL\u0000&-4&I[s\u0003\u01a4=\u0005\u01a454&\u00e4^0ig,&Ic\u049e(L\u001739~3t,\u0204\u0017J7E!uj@R_Xf\u04a3l=P\u001a>4\u0000Jw\u000b(\rJ\u0000AiO\u0001AiM<(\rJ@i\u0017P\u0019\u000bJ_\u0016\u0001(uy uOCi(s[#\u0011\u001c\u000fhi.o784OGYI)9\t4Gw\u000b\u001eGhOhM<\u001eGh\u0017<\u0019G\u0013\u0001<:&6\u001e=QX\u0011u\u0363rMKQy;*]f@f\tXf\u0002\u04a3l=@\u001a>4\u0000Hw\u000b \rH\u0003\u0000\u0001iO\u0001\u0001iM< \rH\u0000i\u0017@\u0019\u000bH\u0003\u0001z\u001b\rc6\u0603_!iRvD\u0017o\u0003\u001cK\\.\n\tcHk\u0006d.\u054ce&\"=C\u0011C\u0003t \u04884\"m\rD\u001a\u0014D\u001a#\u0488.\u000e6{A4\"H;\u0010^Dzk4$Mht\u02f4Z\bNbDZ5 TUcH\u0010iD\u0000\"-4\"H[s\u0003F=\u0005F54\"C^\u0010ig,\"HOGt\u0010IE\u001cbv\u001cWIgo*irOJzWEY\u000eN$>4{gX%\u0019W3([\u000f\u01a4\u000f\r`\u0742Ic\u0498570iLS0iLZ\u0013Ic\u04bb8L\u0005vb\u04984&\u00a4{13i\u001e\u03e4*\u001eN\t)2u\u049a\u0001+}5cI0iL\u0000&-4&I[s\u0003\u01a4=\u0005\u01a454&\u00e4^0ig,&}a\u001eb]I\u0010\u0102g3i(s\u001b#\u0011\u001a\u000f\n\u0011lLvQ@\u0396iQ\u0017\u00194Z5 |DGzh4\u001a}h\u0000\u00164\u001aFF\u045eF\u045ax4\u001a\u0161f\/h3\u0016F_FK?p?F\u000b\u0011^\u001cFy\"+uJ-> ._f@f\tXf\u0463l=4\u001a>4Fw\u000b\u001aF@hOAhM<\u001aFh\u00174\u0019FBR\u0018%b\u0007!Gha\u0010{tQU\u00b0Nu,\u001b\\\u001ds[\u01635\u00032Mh2\u0017\u001ecx\u0001<[h<\u001a\u0006\u001eG{\n\u001eGkh4Iw\u000b&Ic1iO1iM<&I0i\u0017L\u0019Ic\u0498'\nL\u03a4\b\u0016O\u0471Py8\u0213RwQ\u000b5\u00032j2\u0013\u001ee\u04a0\u0001P[@iP\u001a\u0006(\rJ{\n(\rJkAiPz\u0017\u0007JXP(-<\u0019(-u>HPZ1\n)S#\u0011\u001c\u000fhaMy6\\\u0016EB?W\u001b.X!j@4cFh4\u0000\u001a-h4\u001aF[s\u0003F=\u0005F5h4\u001aC^hg,\u001aFN\u0018Q\u001a-m\u000b4\u000e\u001aG\u0005WZ\u02easU?aGY\u02e48k\r5\u00032SNh2\u0013\u001eeh\u00014[h4\u001a\u0006\u001aF{\n\u001aFkh4z\u0017FX4\u001aFr\u0018\u00120\u0010;pm\rqxt\/h\u001c\u0016UEWu\u000b\u0004:\u0016I^-\u0017C=XyQ\u5946\u0001&4cGh<\u0000\u001e-x4\u001eG[s\u0003\u01a3=\u0005\u01a35x4\u001e\u00e3^hg,\u001eGO\u0223Ch:1fjn7nngsd\f\\\u0019L\u001f)D\uc60c\u001d\u0001\u0019LDzH#\u0487\u0006\u0010nA\u0011iD\u069a\u001b4\")4\"G\u0011]\u001c\"mH;c\u0011iD\u001av\u0006!\u04bd\u0249\\sH7dy\r}aIs\u0010\f:\u0019LDzH#\u0487\u0006\u0010nA\u0011iD\u069a\u001b4\")4\"G\u0011]\u001c\"mH;c\u0011iDz:\"H:_.\u0000\u0016J:{[WId\u000bT~UJ8\u001c2I3j@:_Xfb\u04a3l=L\u001a>4Iw\u000b&Ic1iO1iM<&I0i\u0017L\u0019Ic\u0498'\nL\u03a4\bZ.XdElq\u001bj\u0006d.\u054ce&(=\u0003AC\u0003t\u04a04(m\rP\u001a\u0014P\u001a\u0103\u04a0.\u000e6{\u0001QZ|AU\u05660\u0003'J\u000bv6oBZS\u0014m!t\u0004G9ZHEas\u0016\u0014i!\f\/*]f@f\tXf\u0463l=<\u001a>4Gw\u000b\u001eGhOhM<\u001eGh\u0017<\u0019G\u0013h-]z\u0001\u001e\ud3d9G\u0011\u0012(_\u0002EVi\"t-n|,\f\\\u0019L@z\u0007H\u0003\u0487\u0006\u0000n\u0001\u0001i@\u069a\u001b4 )4 \u0007\u0001]\u001c m\u0002H;c\u0001i@z: ]\u000fzaH=\u0015(I\u05fbF:\u03d3E(w\u0013H:O\u0019IZZ\u001dC\u049a\u0001\u0019\\Hz\u0007IC\u0487\u0006 n!iH\u069a\u001b4$)4$!]\u001c$m\u0002I;c!iH\u001av\u0006A\u04bd\u0251_vt\"I\u0530\u021a'\u0014Ge\f;\u0019LDzH#\u0487\u0006\u0010nA\u0011iD\u069a\u001b4\")4\"G\u0011]\u001c\"mH;c\u0011iDz:\"H:_.\u0000\u0016h\u06faJ'\\8NJzY6P\u039b\udbb2\ude04Q5\u00032j2\u0013\u001eea\u0498\u0001L[0iL\u001a\u0006&I{\n&Ik1iLz\u0017I`XL\u001a\u01a4=Qt\/fr&-\u052b5(\u0007s\u0011{\ub90bepU\u00032Wj2\u0013\u001eea\u0498\u0001L[0iL\u001a\u0006&I{\n&Ik1iLz\u0017I`XL&-\u001c\u0246IKu&\u000fRt>oBJ\u0004m!tFfHz\u001dYh+)#Y,<=C\u000e\u0540\fPUe&\u001c=\u0583C\u0003ptp4\u001cm\r8\u001a\u00148\u001ap.\u000e6{p4\u001c:9Z\u0098qwpt\/h\u001c\u0016jt<)@n\u00aa\u0017\u04f8\u001d\u0001)'4cFh4\u0000\u001a-h4\u001aF[s\u0003F=\u0005F5h4\u001aC^hg,\u001aFOG\u0001K\ua637\u001a\u001d\u0013\u001e\u000f\u001a\u01e3\u0005\u001d\u0763*,\u0017\tu,Zf\u00b6'X,\u0017\u02fc\u0010\u0017C3 3\u0744f,3Q\u001e\u001eG\u001f\u001a\u0005\u01a3hknxx&\u001e\u01a3wqx\u000b\u001e\u0163\ty\u000eX:17Ix+'\"+t\u0013VBjQ+5\u00032j2\u0013\u001ee!\u0488\u0001D[\u0010iD\u001a\u0006\"H{\n\"Hk\u0011iDz\u0017H XD\u001aH\u05c3h\u0018Cb\u000fn\u0164'jB]$<$yUJ7z$'(\u000f\u0015E\u049a\u0001\u0019\\Hz\u0007IC\u0487\u0006 n!iH\u069a\u001b4$)4$!]\u001c$m\u0002I;c!iH\u001av\u0006A\u04bd\\WI\u0017Y[\n9h\u001cy;$+\u0285:&of@f\tXfB\u04a3l=H\u001a>4\u0000Iw\u000b$\rIC\u0700!iO!iM<$\rI i\u0017H\u0019\u000bIC!$\u001dd1*w\u0011'\u001d4\u000eJ\u000b\u7dd1M:{[WId\u000bV|ee4CI\/eQHoZ&\u0019W3([\u000f\u01a4\u000f\r`\u0742Ic\u0498570iLS0iLZ\u0013Ic\u04bb8L\u0005vb\u04984&\u00a4{13ip<.e\\!}:\u6097\u0016Ik\u0006d\u054ce&&=\u00e41C\u0003t`\u04984&m\rL\u001a\u0014L\u001ac\u0498.\u000e6{MZ]):MZ\u001f|&\u0018put\u0136\u0010:BA\u001a-L)\u001e\/kG2rQOjCIs@]#qf@B_Xfb\u04a3l=L\u001a>4Iw\u000b&Ic1iO1iM<&I0i\u0017L\u0019Ic\u0498'\n\u014ca\u001ac\u0013\u0084\u0015WkEl+\u0006t\u00134Fw\u000b\u001aF@hOAhM<\u001aFh\u00174\u0019F\u046fS%9F\u000b~Fhajt^Uss.Q\/i*|\b\f8\u0019L4zF\u0447\u0006nAh4\u069a\u001bh4\u001a)h4\u001aG]\u001c\u001amF;ch4z:\u001a]>?y\u0601kk\b=q<:|\u001e\u07e3*,\u0017>\tru$yVW\t,C .Wf@f\tXf\u0463l=<\u001a>4Gw\u000b\u001eGhOhM<\u001eGh\u0017<\u0019G\u0013hP<\u06a3\u000eh:bQ\u000bgGk\u0006d\u054ce&\u001e=\u00e3C\u0003xtx4\u001em\r<\u001a\u0014<\u001ax.\u000e6{x4\u001e=\u001d\u00070\u0006\u001eHOS\b\/\u07bc%y^YR\t+$W\u0363C%\u000515\u00032QU3\u0018[\u000f\u000f\r@\u0002IC\u049057 iHS iHZ\u0013\u000fIC\u04bb8H\u0005vB\u04904$\f{1#ia^\"\"T\u0006K\\\u0016UuE\u04aa\u0001i'4cH\u0010iD\u0000\"-4\"H[s\u0003F=\u0005F54\"C^\u0010ig,\"HOG\u0013\u0011eW8\u0164h\u0016\u0016>O9qG*\u001725`zxrQDZ\\\u001dJZ3 sf,31Q\u001e&I\u001f\u001a\u0005\u01a41ikn`\u0498`\u0498&\u001e\u01a4wq\u000b&\u01641iL\u0013Ib0iaIgEl+\u000f_'\\B\u001a^:i\u0340\u0315\u0124Gz4&}h\u0000\u0016L\u001a\u01a4Ic\u049eIc\u049axL\u001aaf\/3\u0016IK\u0615\u0018n\u001c\u0010|&\u0018u'HGl\u000b#4\u001f\u012b\r\u03e9YYiXZ$RZ\u001e\u046a\u0001\u0019\u001aL4zF\u0447\u0006nAh4\u069a\u001bh4\u001a)h4\u001aG]\u001c\u001amF;ch4ujH{:\u000ewFh!jt^\u054b,$^gX\u001b\u001aqB3h([\u000fF\u000f\r\u0742Fh57h4Sh4Z\u0013F\u047b84\u0005v\u01a2ht4\u00100:\u6946b\u0007!GFhA~G\u0007\u02ab:\u02c5\u000fqd\u001dIVdbh\u0002\"\u0273:\u0013\u07c5\u0018C3 3\u0744f,3\u0001Q\u001e \rH\u001f\u001a\u0000\u0005\u0006\u0001ikn\u0000\u0480\u0000\u0480&\u001e\u0006wq\u000b \u0005\u0001\tcAZ\u0000L\u000e\u05fb@}^\f&*3P\r\\\u0019L4Fw\u000b\u001aF@hOAhM<\u001aFh\u00174\u0019F\u046fSGit#4\u001f4F\u000bZ4\u034bLV|\u001du\u02161:4\u000323Nh2\u0013\u001eeh\u00014[h4\u001a\u0006\u001aF{\n\u001aFkh4z\u0017FX4\u001aF\u0017\u000fcc^j(v\u001aBOxt?h\u001c~#|Q0:H\u0017U^Y.l\u0013$hn\u0017E%*'He\u0003U\u00032Mh2\u0013\u001ee\u0001\u0480\u0001@[\u0000i@\u001a\u0006 \rH{\n \rHk\u0001i@z\u0017\u0007H\u0000X@\u001a\u0010HK -u\u0000Hc&\u0007sMn\u0014I*@y\u0014ZP\u0005\u049a\u0001K|5cGh<\u0000\u001e-x4\u001eG[s\u0003\u01a3=\u0005\u01a35x4\u001e\u00e3^hg,\u001eGO\u01e3A3\u0001i\u00077\"\u00147WF:\/?MyTT\u000e\u0340\u033c\u0013DGz4\"}h\u0000\u0016D\u001aFH#\u049eH#\u049axD\u001a!f\/3\u0016F#I:cU\"\u000e`1i;(\u06a4%S\u0711y\u0005*?*1X\u0012.VI\/\ubeb9?*i\u0340u\u0124Gz4&}h\u0000\u0016L\u001a\u01a4Ic\u049eIc\u049axL\u001aaf\/3\u0016\u01a41iO\u0014&\u074b\u0019\u00e45&\tZ.e\\!}:\u6097\u0016Ik\u0006d\u054ce&&=\u00e41C\u0003t`\u04984&m\rL\u001a\u0014L\u001ac\u0498.\u000e6{Mz\u013aNy\u0010t>o\"\u0006c8Z\b\u0007j\u001a)\u001e\/kGV5wB\u0007=\u03aaL\f6T\rTXf\u0463l=4\u001a>4Fw\u000b\u001aF@hOAhM<\u001aFh\u00174\u0019FhPQK\u0010;pm\r\tI^8\u001efZ\u02e3\u0003|nN-M\fxzi%\u00a8Zh\r\u0001\u000e\u000e\u0750\u0011\u001e>z\u0019hNQ\u0016\u000fOlVG-!-O<$#\u0350\u0006per3\\x\u001e?\u001e\u001ai\u001fRs\u001ecZ\u000erz\u0007u5:|o\u0002~\f\u001d_=>~\n\u001f\u038ayHrI{\u00cf_V\u03ff>~\u0018\rsR\u06e4fw{\u000e]x'1\u0017&.L\u0003^LT'0\u0247y,~3OOv9x\u000e\u001c\n4;\u001bG\u0003^?\u0002?Yy=;\u000fYmMIKaSuH\u001fm\u001f_\u001e\u001eVuI\u001f\u0011\u0776mt>V\u001f;7AwmuV8\u0017iR\u001fE\u0680IB\u0013gh3H|9\u00075\u9aedf;\b]\u001d\u0003o<4\u001e\ubee6\u03ff\u001d\u0014Jq1c3M\u0018Y\u0016~\f\u0001i\u001f=PNTa)\n;N\u0011cs\t9AV_D\u0015\u02de\u0012\\9S,u-\u0012WND5av\f&+\u001f+>)O\u0012]\u026d\u0014\u001e%7\u0017>+\u0000{\u0018CVF la\n\u0019L\u001c?y\u001dr\u042d\u00fd'wZ\b&}i!9~lw\u001a:P\/{b?\u0006H\u01cfU\u0018Dl\u65deI_KN^{\\]r%\u000f$nF~\u0004m{\u0133\u9b9e\r^\u0007^r\u001eL{\u0016I}ur%\n9B\u001a\u00c8\u04bbOxJ8\u0013p\u001e:{\u0004~\u03ebO?}\u0014\u001f\u03bcvVqd7\u001f~y?(~!OuO4f \u000f\u001d\u05f7T9o\u07ed\u03e1\u001e\u073e\u000b|\u05fby3A\uf8ff4:\t]0R\/>.\u067dw\u001c(tV_>|;M\u001dLk$Lx<\u027d\u01ffF\/\u000b35O\u000e\":9_;\u0007\u0010_x:=zi_\u001f{1\u055c\u0018\u0016\u073e4\u001e\u02d7:r)\u000ej\u0703= >9_A,\u001c\u06c37\u0005z%\u0002sM\u04dctOO\/+\u01e78r\u04f4?^.N{ZM}\u001d\u01efp`\u000f\\z8{\u00071#?*\u000fG\u001e\u0013tbQ\u001fCs\u0016\u001c\u00fdcfb\u0011\u001f\u0007F<\u0006,\u001bO^wW+\u0006}\u001e=\u001fsX\u0004\u01bd<}o;u\u001ea2^Uhk$aK4'\/4\u001c8N\u000f6#fHe\u0003\u0017eK2-\u053cP\"\u00a99iZE)\nN{\u06b6@\u01cf9\u0001\fg\u000f6B~W\u0019s8\u01f5u\u0013?\/x\be>C?A\u001d\u001c\u000e\u0001xY\u000fi\u0005g=u\u0005?\u0007D\u0007x\u0016't\u0003<\u000b%{\u0003\\\u0017\\=B.\u0003w\u0007N~u\tS>\u0016\u0003Z>^uA=;#\u0364\u001b\u0012Nu`\u001a8?SK95GI\/\u000f\u06a5\te\u001en&?V|={OGlqK]\u00e1\f\u07e1\u059f\u009f#f\u0515%\u001f?]*ANiB;o\u0016\tVO\no\u001d:\u0016\u0015\u000f\u001c\u0003\u001f9=t\u000f4.&ym|{\u001a=\u00c7R:el rk+M':7jaW%&*x\u0010t~G^L\f\u0016o7\u001f%v\u0003!t\nnr\u0019\u000b%k\u001e{\u0358L}\u02ca.wmb\/\u06efVw\/m)O\u0011^x\u01f1B9[hCo.zy5m}}zZ=\u0006W\u000fMe|N3\u0003n~\u001f\u0016 X}u\b\u6517s\u000b$s=]\u001e\u0007O=OA>\u8ce5<Ot\u041f\u00058Ci\u04a3\u0007\u000ez\u1a3e_\u00dfU}}(E\u000f{\/\u001d\u0587\/}\u0004p\nT)`,\u000b\n1's ;\u0001\f8ok?\u0001H\u03f9#\u0002Gk;\t]Or\u00128t`o3a#_vQN\u0001\u06b1\u001cu.\u0018\ud812\uddc6b`0|N\r\u0491a0\u5cc3\u0000\u9cf8f'\u0005y\f6hy\n\u01bai\t.\u065fi'No~\/=g\u001b\u001e\u026b[0|nc1\u0016\u07fe\u000b\u000fl#o\u0017vx;;\/^GN\/t\u000fC\u0005\u000er(uk_P\u001c*Xy6wL\u000f\u000f\u000e_\u0671~j\u0017\u001f\u001aT<^9\u0004{S\u00c8Cmwm~'v;$L7O\u000f~9~n\u000f\u001b^\u001f\u0003\u0013\u0771\u0013'\u0013}BNnTx\u000esm)`}?\u001f?}no\u065bS{?OT\u0010,=\u0006%\u001c~\u00e2Oy8\u0015%\u0005\u0014\u0552|\u000e\u0003K\"\u01a3.e\u0017)(Bi*$K~|X\u0017\u03b7zd=\u0011&\u0017^}85Ot\b\u0007\\\u0010\u000e,CXqxr[m:\u0015aQ\u0011Xsj'wB0mtK7\u0019m\u0754j\u0011z)Xrg\uf940g?\/\u0003k`.q_68\u02eb\u000e\u06df_>zO\u001e?S{v4[7\u0016{K\b}DM&_NedL8`w\u0007\u00033\u000e}\u001e\u0617zZ>+^\u0741-\u001d\u0003\u000f>\\\t\u0018Q~_8z\u001f6~'\u0680fO-\u0018\ud82c\udfc1l\u034c]W\u000e\uf7f7U]?\u07ef~rWsWV\u001f^V\u001ff\u07b6\u01e7??;\u000f\u000f\u001f7zn\u000fk\u0000zzo&?>Fy\u06c7s}\u050dotfLu\u06ef=\u001d?=~ZA\\vUs>c>z\/jto*_?=>?rqhPWjCGnlss~jwo9F\ubbdf4N#.\u001f??}X_|{NO?|\\I[@_~x]\u0013O#l\u000f\/t~}zn&5\u0017M6U~l\u05bd@Zw{\bT\u001cy?\u0011Eo |\u000e\u01e0\u0006\u001d\u00c0\u0005}\u0016Aw\u041c]V\/'l\u0005\u001fIq_}\u0013?5\u001fq\u0017X7\u079c_6C|y|fOf\u0687O+_onUOw3\u0016\u0010'>\u0018\u0017)5P^r\u0410~i\u02df\u001ek\u033cz{\u0007V&\u0010v\u01fc:+6U6{s\u000fmk\u0006\u0004\u06ed}V\u02fb?>>K7\u03ff.|K:\u0007\u060e]*\t;iS7\u0000}\u00174?:[%v\u0017\u000bo\u0016m?_9\"?\u073f>$3z\u001c\u0019q.o}\u0269b\u001a''\u000f\u0012Z\u0015\u001d\/5#\u001d\/p\u0007x'\t\u00ad\ufb96hq-\u001dhq|\u001a`\u001d-9GU\u001c-n#\u001d-oh\u001d\rRLhYI\u00174~5GLy9Z)VzGu,'z@+',he\"'Jy;X'r'dQ\u01f8\u0007zE\u5a25Vj\u001d\u001fg\u0520]\u0010vl?}:;]btz1W\f\u0005\u0015\u001c\ua08a]\u03ebO;w.j?]L,$\u0007mwk\u0016Zu\u0001u\u0169Vl@Eb^\u000ehT)7A\u036d\f\u000e\r\u000f]\f\u001cT\fj{@ata]\u077dk+I|h\u001a\u001f\u0147E|2>\u0014C|Z\u0019\u0017!2?]J};\u000b\u0002Z;}mP^\u0006c~NX:\nP\u0761R7a=\r\u000e[s}s^~loSo\u06df\"T{L?5\u001b9]c_\u000fK1;\r]\u000fQ\u0015Ii}j=w\\e\u07ec^\u001d7'\\>n\b^be\u00196\u05fclMz|\u0371N3_\u001e~\u000b;\/?=\u001c\u0016pM'u\r\n\u07e14wR\u000f_u\u0006N8k{W}\\\u000bi`\u0006L\u035do\u037fxxYI(kg\n\\6l1z\u000f~\u066e\u0000\u07b7X\u00fbWO\u000fw\u07bd&\u0017w,9y=\u0001\u0018~o?~h\u05fbR\u0001\u0001o\u001f3\u0742q\u0766oW9I=F\u076fYJQfz:\u0002xnl2\u001ft\u001a\u0018A8\u04c1\u481b \u0011A+Do,{\u0006\u0011\u0014\bG\"\/S\u03d8GY\u0007N\u0006\u0505_Lv\u0012\u0011\fKE0<\u000b'\u0001a\u03ea}\u0016L=w\u0501Ow\u049eH?'Mhk`x=.o7x,_x\u001e^eE\u06539\u0000=c$u,2:\u0001\u0017\u0277>\u0003a\u0014U^iG\u001f\nj;z\u001d+fq(&+_^\u0354_E\u001e)v\u0014sa\u029f6hQ\/\u04bak;)n<>\u0019\u0012O\u0005Voesst\u0766(\u06b9g5;\nuT;\u001ah+xO\rO\rI\u0730?9,Opr\b\u001day!\t\u001f\tby\t\"\t!)by)\"\t#IbyI\"\t%ibyi\"\t'l\u0005\u0016lQ\u001f\u0202gl?[dE?[\u01df-\"\u07df-\u0016yl\u0016g\u0001V\u0004\u0016lQ\u001f\u0203g|?[E;[T\u0016ylW?[E^:l\u0007\u0016bg\"x(}W\u01df-\u0662H]\u001d(g\"wu\u0662\b-|g\"l\u017e\u0013flQ,]\u001d(gbH?[\u0014E?[$\u01df-\u0662\u061f-\u0016El\u071f-\u0016b?[$\u01df-rH?[,gl\u001cX\u0006\u0016\"9l\f-Erb\u0019.dH\u0133b?[\u01df-rH?[,gl\u001eX\u0006\u0016l\u001e(grH?[E?[\u01df-\u0662\u071f-\u0016elQ\u0016g2x(gE\u0019<[EzE\u0019tNilQ\u0016g2x(gE\u0019<[TEv\u0662\n-\";lQ\u0005\u0016l\u001dgj\u020e?[TE?[d\u01df-\u0662\u069f-\u0016UlQ\u0016g*xgE\u0015^k?[\fN+j,l\u001fgz\u020f?[E?[\u01df-\u0662\u079f-\u0016ulQ\u0016j,l1~\u0182]\u0016j,l1b\u0182]\u00165j,l1\u0007M\u0182]\u0016Hj,U\u061f.Nri-!Tt\u0016^\u061f2Ni-qUMk\u0013lZ\u000bw?q`5gZ\u0004+:\u009dO\u001e'X\u0674\u0016l8\u03a6pg\u0013\tVw6\u0005;\/NSZ?K<\u0015 E)\u0016y\n<k>\u0004>d:$3\/N3\tLK?\u0013,Lk?\u0004?d:$3\/\u0000N\u00004\t\u0000MK@\u0013,\u0001Mk@\"\u0004@*d\f:2$\u000e4\/\u0004N\u001049\u0004\u001c^E }I\u0007%6%koI,Ab\t\u0012K\\\u13f9\u0004|\u0002>\u0001`\nvHb\u01386_w[8'Rv\\\u0453\bIk\u0013&?<}.mS{~\u001f\u001c\u052b}>}jPgYyzP&\u000fw\/\u001f~]'A>\u001e^\u0019&N8\u0012'&w>9^dg8~WO7g\u001b0[T\u0006\u011bsb\\us#=+\u0016'\u000f?3\u0784\u001aoTo\u000e*F*Ns+\u0015\u0430oa\u0357\u0507A|\\oWb\u001fP|\u05fea{rX_=\/?~\/Yf\u000bka\u011b\u00171\u0298\u001b_~Y_\u071d\u0004?z\u063b\u001dSM\u043fvCymxB\u001f\/:%\u000fj\/|H?CP\u00ff\bby\u0165\u0010\u06da?>O\u0002(\u0011J%\u0012\u06ffD-K\u0018tb\\\u000b(K\u0003\u0006\u0013Q_L\u001bb_\u03ffba+v\u0003Rug.\u0001\u000b.vi\u0232}gj\u0011{&u}\u001dG}\u0005>\u04aeC<\u0002\\\u0015\u001eoqGul1w]Cxbs<[z\u05d5Om?rq\u07f68U>g,\u02f2kSs|F-Sp)-~\u0012n\u02f9\u0012D\\-4Om9Sq[dWqO\u01ceY\u07fay:M<\u001ec\u0004\u0776m\u001d\u03famk\u04f4\u000f\t\u00ccC}v|\u0000\n\u02a0\ufdb8\u0019\u0014\u000e\t<\u001ex\u001a_]D)=+)u\u0007>c\u0002OG?\u001b\u04437D7w\u07b8y\u05f2[\u0472e[qmb\u0017\u001b#f\\U,?~\u0010l\b\\\u0006:aeh\u0594D\u001dNzxytI{\/k#vA\u0012\u06fa^vY\u0003\u0014FKj\/R;f]Ys\u000e$o\u0013%\\\u0006\u0003FmU\/hl~\u0004kl[*c\r\u0711%?\u0004=cc7r\u001dkK\f \u0012\u0006:`\u0000.\u0018e0l\u3890\u0011;J:!XW_n\u07ec~Il,)\u001aIe\u001b8\u0014V\u001caj!,\u065cc\u0004\u000f&6?)|\nN\u0011lulG<{l#z\u0002\u0676\u074c44y&5d\u0014|\r\u077f:?\u0699];65\u000b~V[Sy\u001eu_|a>\u068cg}\u000bMY\/\u000fK\u0003\u03b3_?s^.\r\u0758si%\u001f\u001a!H;S#p2hk$Q?}\u05f6\u0010:j\u03a0\u000fOC6\uaaba\u0677>\u0003\u0016zj\u00eazK3+\fOM\u001f>\u001d}\u0010n~{xlewv|'u.J.??mds\"}\u049cI\u0013rY\"o}_p.\u00166\u0010\"f\fQKGco$\u04b9\u000f\u001fW\u000f[6'\u07e9J{^\rv]vhnNU5tx>\u0011:!Z\u0018-?\nO\u0006~\/\u000fX\u00bawH\u001dj\u00162+{\u00174+4K\u0017gZ\u0630+\u0005\u000eE\"\/^\/\tyhI\\\/\/\u048e\u0737aW\"I$zq\u023a\f\\P'_J%r\ue087b\u07d9o\u00eeD\u0014+i\u00179:\u0002W\u0006.hR.n\";\u001fn!v2l\"\u0006\u4ef2Xe[~e[\u0000\u0017\u06e5\u00108\u0016N\u0016<2\u0016C}#iAE\u0011\u0005\u0010khy\b\u00e8Y_\u0004!\u000f1J\u0011`b\u001f\u000e\u0006k\u0005\u066dT@\u01fb\u07ce\b\u000fGo\u0016k\u00117G3\u0010o\u00cd)o\u014e\u0017kA=o.\u02e4\u0697J=t>-L\u0000\u00027g on\u0015\u069f\ud3c7{\ro_l\u001e\u009aa;f*u!\u0005,T]~j\u001d\tn7\fN\u0017es\u0017\u00136|\u001b;YZ|\u04bb}\u0015dy\u00185l\u0001`A\ua7a0N\f\u000bf+\u0004jV\u001d\u0560f\u0019j>@P3\u000bjfYl\fjfj\nY:_t1Q\u0001A\ua7a0N\f\u000b,,Z+_-5i&z\\\u0016\u0353Y.|\u0018jn\u001ehAE\u03e5dCjY+N\u060bP3k\u0000j\u0017\u0019j\u00015C\u035e\u00025[f\u0019jAf\/P;\u0016j 5\u000fUcxU2?\u0010\u00035f\n\u0560fG5\u0019j-P3\f5f\u0019j\u0016\u001bf\u0019j\u001a\u0006jf^\u0017Nj\u0007{;1Ps\/(g9Y3\u001e2gI6\"Jr@0s\u0000fi\u001d,\u001a@\u0005YFekn \u0232 V=d\u0019YF7q\u0232\u000bE\/(\u048ez\rteC\f\u000bBM\u0000,w!2|lAed\u0017,#\u0232\u0018,#\u02325\u0232h-\u001d\u0001A\ua790N\f\u000beaS\u0295\b\bZZ\u04f2\u001fIKcT\rD\u001cY#\u001dN.\u0012h\u0006\r\u0000\u00024\u0003@57fSf\u001e\f4\u0003\u035b8\u0005hv\u0002\u0017fq}ZNh\u0007{\u0002;1@s\/(\u001a\u0005=e\tPWpCs\/l!\f.\u0006\u04e4l\u00032oF2KV5\u04b1,\u0004C\u0003P@P3l\r\u0019j\u0014\u066a\u00075CP&\u000ej6{\u0771P\u0005YZ\u0005`A\ua7a0N\f\u000bf+\u0004jV\u001d\u0560f\u0019j>@P3\u000bjfYl\fjfj\u001aY.\u0000X uOPs'\u0006j\u0005ES\u0010T.\u0001[\u0467\u0014R\u001c9OH\u03d0>\u0013)\u001b\t3\u04b1H\u00035CP3\f5CF_P3\f5CbcP3\f5CV\u0003@a]3Yf}'\u0013\u00035f\n\u0560fG5\u0019j-P3\f5f\u0019j\u0016\u001bf\u0019j\u001a\u0006j\u0007PTI uOPs'\u0006j\u0005ES0H>\u0017U\/SAu#\\F9oOt}\u0004jVJ\u01f6}uf\u0019jf\u000bjfYl\fjfj\n9\u001fb]%\u000e\bR\u00045wb^P,5KT7(\u059a\u65bd*ZsQ-\u079aeD9\u001cY+\u001dN~\u0012k\u019a\r`5cX57fSf\u001e\u058c5c\u035b8\u0005kvb\u0017\u0001*uZs\nAXs'\u0006k\u0005E[0,k\u0016j_57\u0017E2\u041ae3L\u0012\bk^yD!MH\u0129=\u0007kJ\u01f6\u0013\u03d3X3l\u0000k\u0017\u0019k\u019a5c\u035e5[f\u0019kaf\/X;\u0016k5?%\bTi uOXs'\u0006k\u0005E[\u09e4ha\u0016\u0017(>\"B(j.\u02f4hn}\\\u0019\t)4\u04b1H\u00035CP3\f5CF_P3\f5CbcP3\f5CV\u0003@\"\u001bt\u0000X\u0006C:pR@RP!\u0006j\u0005AP\u0015\u00025oA\u034ejP3\f5\u001f[f\u0019jv\u00055CP3,6\u00065CP3l5p\r,i\u0017ctu@'\u0013\u000359|3h\b\u059a9FAbQ\u0014g\u021f7\u000f{\u0240\u0014\u0010q=C\u001b[\u0019:(3\u028c2(3l2(3,62(3l5p\r,Ju\u02ac\u000fR2wbP^\u0010\u028c2\u001b\u0011(\u001a\u072b2(\u0005eFQfw_(3\u028c2bc(3\u028c2V\u0003\u05e0\u001f,u*>H\u0013\u0709A{A,L;S\u0011WIi>4mFS7\u00173s'yZUz-\u074cD\n\u00054kvcI\u0001P3n\u0000j\u0017\u0019j\u00015C\u035e\u00025[f\u0019jAf\/P;\u0016j 5K>\u0005\u0018K\u001c\u0010\tj@\u037dhj\u000e#\u00197y=jN$)\u0017b9-p\u00005oF2$RfW:j\tj\r@\u00025CP57fSf\u001e\f5C\u035b8\u0005jvB\u0017fqu_\u0007Nj\u0007{;1Ps\/\bj\u0010y[\rjvTf\u00025CP\/\u0019jf1\u0019jfkf\u001d\u0000:Y\u001f\tj@\u037dhj\u0016\\K_-5gY>4MsXVG,[fE: z$$\u0010WK\u035a]v^f_\u0003P@P3l\r\u0019j\u0014\u066a\u00075CP&\u000ej6{\u0771PY~9V\u0007=.8\u0003'J3\u0006j@\u037dXj\\\u0002o^5I\u000f]\u059c\u0017\u0262\u0014\u0017Ni*YJ){#.f\u036etl!K\u00b1f\u0000\u05bc\/X3\u058c5[s\u0003k\u019a=\u0005kaX3\u05bc\u00da^fw,|Ak\u001e\u00abz*\u001d\u0401WAXs'\u0006k\u0005E[Xf3\u02f2e\u03dai]-=\u0017c\t:\u000eH\u00175\u04b1\fX3l\u0000k\u0017\u0019k\u019a5c\u035e5[f\u0019kaf\/X;\u0016k5:)uZ>H\u0013\u0709{AX3l`jX\u001a\u058c5c\u0016\u0019k\u019a}aX3\u058c5aX3\u058c5[\r\\5?\uea27\rtUX!\u0006k\u0005E[-k\u0016NkWk\u0005\\\b{\\&eKYJ^$lG\"\u7a5f5kve\u0249f\u0000\u05bc\/X3\u058c5[s\u0003k\u019a=\u0005kaX3\u05bc\u00da^fw,|AkX^\u001d\u00104W}\f\u000b\u009af;\u0004kV\u00da\u001d\u0570f\u0019k>`X3\u000bk\u019afYl\fk\u019afj\u001aY]:Y\u001f\tk`\u037dhk\u0016\\\u0002^-5W\u0007Ss\u0019^\rX+=nF\u00ab\u0001\u04b1x5\u000e\f5CP3\f5\u001b}AP3\f5AP3\f5[\r\\\u00035YK;)uR>H\u0013\u0709{AP3l@jP\u001a\f5C\u0016\u0019j}AP3\f5AP3\f5[\r\\\u00035\/yg%\u000e\bR\u00045wb^P45RD1WkI4\r;lkN[<\u0013\u07a6\u0018cIl\u001f*^\u0019x5\u04b18=\u058c5\u001f\u001a\u0005k\u019afkn`X`V=\u0019k\u019a7qX\u000b\u015a\/hzzJu\u05ac\u000fR5wb^\u0010\u058c5!X\u001a\uca065cX\u0005k\u019afw_X3\u058c5cbcX3\u058c5cV\u0003`\u000b:)uZ>H\u0013\u0709{A\u05bc\u0014NT\u059b\u0001gJiU\u0016y\"%\u00f09K\u06db\u0006!5N\f5u]tDR?\u0007jJ\u01f6\u0013.AP\u0001y_f\u0019j\u0006\f5{\nl\u0543fy\u0013\u00075@Xr,\u8681\u0018K\u0014;pa\u0013\u0709{AP3l@jP\u001a\f5C\u0016\u0019j}AP3\f5AP3\f5[\r\\\u00015v\/\u0260!vDQf8ckX\\\u000fR\u00046bYxs\tpz\u061cdy>Y\f\u6939=i\u001e?M\u001cD#+<]\fx;v,b9jw}\tr\r@\u00029C\u039057 gS g\u001e\f9C\u039b8\u0005rvB\u0017$\u00014\u013aNrI!\u0004AF\f\u000b%g9qr:)J0\u0013seCPrn\u001e\u0005\f\\i1cI\u0133,Y;\u001d[O\u06133k\u0000r\u0017\u0019r\u00019C\u039e\u00029[ g\u0019rAf\/;\u0016r\u001c9K.)u]8 H\u0013l@\u03bd \u0019r@\u03bbj\u001a\f9C\u0016\u0019r}A\u03903\f9A\u03903\f9[\r\\\u00039\u000fH[,usLb!\br6b ^P49\u000b\u0013t7sM\u0014E!]\b\u001ba#{.\u000b4\u039c\u02e4\u0016eHn+6gtm!b9c\u0387\u00060}1g\u065a\u001b3)U\u000fs\u019c1M\u001cl9c1\u000b4\u0012,u>H\u0013l`\u03bdhs\u0016^7ecsU$I\u0007s\u0010\u0017\bp%D<\u03415\u04b1\u0001\u0019lv7\u00006\u000b\f6\u0000fO\u0001z`3\f6of\u0017\u001d\u000b6_\u0010E6\u0010\rtfn\f\u000b\u0002f+\u0004lV\u0003\u001df\u0019l>`3\u000bl\u0006fYl\fl\u0006fj\u001aY8\rl:Y\u001f\tl6b^P46\u000b\u0013tDH|\\\/d6Oi%Y\u032a\u001ex3\u0014i\u009b5;\u04f5$\"\u0001\u0001C\u0003\u0000\u03803l\r\u0019p\u0014\u066a\u00078\u0003\u0380&\u000ep6{\u0001\u0771\u0005y\u0000u\u001cCB\u0010l\u0000\u03bdhp\u0016657 ,kir\u000f\u028bBZ\u0015\u001dyQ\u035b\fy\u054ajw\u001fr\r@\u00029C\u039057 gS g\u001e\f9C\u039b8\u0005rvB\u0017$gia`\u0017Nr\u0007{\u0018\u0239\u0017\u00049C\u0018yW\rrvV!g\u00029C\u0390\/\u0019r!g1\u0019r!gk g\u001d\b\u0011\u0001A g#\u0006r\u0005Et7\u0002^97\u000fI\b7\u02fa\u0016>T97O!e2$\u0017f,y\u001e\u065d'I\u0019s59\u000b9c1gOz39o0g\u0017\u001d9_\u041c\u0144\u001d\t:Y\u001f\ts6b0^\u00109;b0]5Y\rs\u019c1c\u000b9c0g\u0019s\u019c0g\u0019s\u019c\u0006EtHTi uO\u001190g\u00119aj39\u001f[0g\u0019sv9c\u03983,69c\u03983l5p\u0005\u000f0E\u0014\u0007\u0004{\u009c\u0018\u0339\u0017\u0014k\u001b\\KYX\u0754\u4727b\u000b.zJ!M\u06e7E-$\/\"(\u0150\u001a\fY{\u065d'\t\u0000r\r@\u00029C\u039057 gS g\u001e\f9C\u039b8\u0005rvB\u0017$giv!X\u0006C:p s7\u0006r\u0005A\u0390s?\u0006rU g\u0019r>@\u03903\u000br!gYl\fr!gj\u001aY1z\u0017Nr\u0007{\u0018\u0239\u00174Or.\u02ea,r)s\u0005\f9Cj3\f9\u001f[ g\u0019rv\u00059C\u03903,6\u00069C\u03903l5p\r<\u0000Y\u017aNrAV!\br6b ^P49\u000bt7B6]\\U\u0363K9u`\u03983\u000bs\u019c1gYl\fs\u019c1gj\u001aYLh\u0691`5\u001b\fi\u0382fa\u0018\u0339\u00174Ss\u001e-3\uca0b9\u00113n\u0000s\u0017\u0019s\u019c9c\u039e9[0g\u0019saf\/;\u0016s9\tM;\u0012,u*>H\u0013l`\u03bdhs\u00166\\%(l}r^6\u001bE&\u01502\u03f2j\u0000nRAzg!g\u0000\/3\f9[s\u0003r=\u0005rA\u03903\u4f09^ gw,|Ar\u001e\u0003Hd\u000fr@\u03bd \u0019r@\u03bbj\u001a\f9C\u0016\u0019r}A\u03903\f9A\u03903\f9[\r\\\u00039?-@T\u05c9 uO\u0011\u00039Yht.\u0001O\u02b2B\u0018\\ON\u04c3s\u074c.#7\u00121\u001cY+\u001dN\u00046\u0006}\u0001f\u065a\u001b`3)`U\u000fl\u0006M\u001cl\u00026c\u000bbC18 H\u0013l\u0100\u037d \u0019lBm5Q\rl\u0006c\u000b\f6f\u0019l\u0006f\u0019l\u0006\u0006\u0001\u015fw\bXU}'\u0648\u0001{A,L<\u04f9A\\-6'p\u0005\u0591Lc\u071eZ\u01a8d\u001a\"\/\fn\"E\u0002U\u04f5p=\f9\u001f\u001a\u0005r!gkn@\u0390@V=\u0019r7q\u000b\uc385\/Hb\u000e\u000e\u0004Ku\u022a\u000fR\u00049\u001b1s\/hdEs\/,!!gY\rr!c\u000b\f9C g\u0019r g\u0019r\u0006\u0003Hq\u0019#b\u0007.R\u0014z\u0018\u0239\u0017\u0014Kl+\u0011z9)\u0305y74I\u0012X?\u029c*I\u0016B\u02e6n\"f\u00149kvk\ry\"9\u001f\u001a\u0005s\u019c1gkn`\u0398`V=\u0019s\u019c7q\u000b\u015c\/g\u03a9p\u0018wM1\u026c!v2Es5\rI6!=8U\nu\u0007\u016a4L\u0012m9::\u0365dY\b\u0013sT_#9METRX\u0004:I]\u0015^\u001aK^$C\u0012\u0012_-:vgo{\u0012t\u0006}\r\u0002:\u03a057@gS@g\u001e\f:\u039b8\u0005tv\u01c2\u0017D\u00015\u013aNt\u026d!\u0004V\u0010\u000bEg\u0002\n:o\u000e\u042c}\u0224\u0017\u00019E-CLRUE,n@gtm=!3l\u0000t\u0017\u0019t\u0006\u0001:\u039e\u0002:[@g\u0019t\u0101f\/;\u0016t\u001c:K.)u]8 H\u0013l\u0005\u03bd \u0019t\u01c0\u03bbj\u001a\f:\u0016\u0019t\u0006}\u03a03\f:\u03a03\f:[\r\\\u0003:Pp\u000e\bR\u0004:[As\/(\u001aM\r:\/\u000byH\u0013l\u0005\u03bdhu\u0016\u001eK7e\";\u0439L3I0i\u001e\u0417?\u0016$\u075d\u01db\u0004}u@g\u0019t\u0006Ag\u000bt\u0006AgYl\ft\u0006Agj\u001ay\u0000u\u001cB\u0010l\u0005\u03bdht\u0016\u001e1\u6078\u0014_\tC:'st2&nJgtm=V:\u03a03\f:\u03a0\u0017\f:\u03a0\u0018\f:\u03a05.\u001d\n\u0011\u0001A@g+\bt\u0005E t\tzH\u0013l\u0005\u03bd \u0019t\u01c0\u03bbj\u001a\f:\u0016\u0019t\u0006}\u03a03\f:\u03a03\f:[\r\\\u0003:l\u0421`\u0013A@g+\bt\u0005E0H,$2\/\/\u0012Lyf6q\u0014:7\u0011y\u0018y;\u0016Y;][\u000ft\u0001Ag\u0019t\u0006Ag\/\u0019t\u0006Ag1\u0019t\u0006Ag+@|\u0000)u]8 H\u0013l\u0005\u03bdXt\u001e\u8f3e,is[\/,,vsl\u001e`3H0m-`1hsZ\u02c5x\u0010\u00035z=\t:\u03be\u0006@}\u0001Ag\u065a\u001b3)U\u000ft\u0006AM\u001cl\u0002:cA\u000b.\u001d\nQ\u0001A@g+\bt\u0005EMz3\u001aY,zp~y\f\ua725i\u000bc\u0011,Y;][o\u0663\u03a8\u0001y_Pg\u0019u\u0006:{\nlCQgy\u0013:X,\u037c\u0005Ku\u000fR:[As\/(Zg:K\u0012s^eyR\tsuC7O;\u0003t3\u0016Y;][\u000fuAQg\u0019uFQg\/\u0019uFQg1\u0019uFQgkPgiv-X\u0006C:py\u0019:Pg\u0011:\ufaa1j3:\u001f[Pg\u0019uv:\u03a83,6:\u03a83l5p\r,kR]:=V\u0010\u000bVga%5^t.\"\tps]\f<\u0014\u000bK\u0000Mc]zKW\u0007t\u0006Ag\u0019t\u0006@g\u0019t\u0006@g\u0019t\u0006\u0006\u0001\u0177Au(XDg}'\n\u0002{A,LAu\u8714iJi\u0272IY\u0014U&&@\u0312nfnc\u00111\u0007tVN\u0013\u0004Agg\u0003\u03a03l\r\u0019t\u0014\u066a\u0007:\u03a0&\u000et6{\u0001\u0771\u0005y\u0000u\u001cB\u0010l\u0005\u03bd \u0019t\u01c0\u03bbj\u001a\f:\u0016\u0019t\u0006}\u03a03\f:\u03a03\f:[\r\\\u0003:KL\u04e5\u0018Q\u001c\u0010\tt@^P4:\u000b)#L\u0012\u001c^t\u04ea\u0304\u02d6\u0003eZ\u0559Q\\I^eRXfw;\u0019\u0019tv6\u0000:\u000b\f:\u0000AgO\u0001z3\f:o@g\u0017\u001d\u000b:_\u0010\u015c\u001d\n:Y\u001f\tt@^\u0010\f:c@]5Y\rt\u0006Ac\u000b\f:@g\u0019t\u0006@g\u0019t\u0006\u0006\u0001WAu(XDg}'\n\u0002{A,L=SW]:7wMO\u01fd7\t6II]\n\u001f*MR\\e\u043bVU\u04f1=:\u03be\u0006P}AQg\u065a\u001b3)U\u000fuFQM\u001cl:cQ\u02e9s1\u0014\u017a.R\u001c\u0010\tuP^P:KSRga\\:\u035d~\u001a,89\u0272*\u0005Rd\u00007\u074cEL04\u000fuVN\u0013):\u0006P}AQg\u065a\u001b3)U\u000fuFQM\u001cl:cQ\u000b\u0004)]\u000ba\u0001APg+\bu\u0005E4\u0094.uNUB~>:g3S&$CVfQ\u0003RDl\u00ab\u0004\u04f5x\u000e\f:\u03a03\f:\u001b}\u03a03\f:\u03a03\f:[\r\\\u0003:K3KR]':=V\u0010\u000b\u0002A~\f\u8f2b\u0006:;\u03a03|l\u0001Ag\u0017\f:\u03a0\u0018\f:\u03a05.\u001d\nV\u000e,n\u001ft6@^P4:\u000b\"j\u0010Nm\u05eby@\u0014NsIV\t9_T\u0365jn2$Cfw\u0790\u06283|h\u0000u\u0017\u0019uF:\u039e:[Pg\u0019u\u0121f\/;\u0016u::\u0016,u>H\u0013l\u0005\u03bd \u0019uv\u0120\u03bbj\u001a:\u0016\u0019uF}\u03a83:\u03a83:[\r\\:K3kR]:=V\u0010\u000bVgaF}t<\f~`\u0000&9%Xdi\/$C\ue3c5w\tjwk.A_\u001d\u0019uFQg\u0019u6BQg\u0019u\u0016\u001bCQg\u0019u\u001a\u0006u\u001eb]:0\u0010:[As\/(Zv-u\u0016j9)J\u0001{\ua714UZ0c\u0539\u0019P\u03b03\u000bvagYl\fvagj\u001aYD\u000e\u0006Ku\u000fR\u0004;`^P4;\u000b\u03f4D8];iR%eWUz,\u001b\u0340R\u06banB\rtm=l\u03b83;\u03b8\u0017;\u03b8\u0018;\u03b85.\u001d\r:Y\u001f\tw\u0005\u03bdhw\u0016&\u07f4;\/\"kn\u028545'`\u6a90\u0015U\u0729a1\\%yH\u0007Sp;\u0016)\u001dH\u0013\u000b\u009d{A,L>\u04fa\u04fa\u0004\u001dE\u0010_V_P>;'UZ\u0016\u0012GsR\u0343M?\u0016;kwkW\u0007vag\u0019v`g\u0019v`g\u0019v\u0006%Hb\u001a]tdp\u0010\u000b{A,L>;o\f1m\u001ff\u000bac9MeIa1<\u07a4E:x\u06f1{\u0016\u065d'^@pg\u0000\/3;[s\u0003w\u019d=\u0005w\u03b83\uef09\u00dd^pgw,|Aw\u001e\u0000b];0\u0010;p^P;u\u0010\u0017;7OiI\u02e4c9+Knc\u0019\"\u039az\u0019\u0013w\u019d\r;\u03b857pgSpg\u001e;\u039b8\u0005wv\u0017tgiv5X\u0006C:p@\u001d;pg\u0011;j3;\u001f[pg\u0019wv;\u03b83,6;\u03b83l5p\r,1MWNw\u0007{\u009d{As\/\bw\u019d\u001d1\u001a\ucb06;\u03b8\u0005w\u019dqgw_3;bc3;V\u0003jT uOs\/\bw\u0005E0L\nz_+<2WuZ\ti4'R\f;F\/\u0006$(\u078eE\u001cY;][O\u0012v\r\u0002;\u03b057`gS`g\u001e\f;\u039b8\u0005vv\u0017dHNv\u0007{{As\/hH\u0013\u000b{A3\u070fw`gg5\u0019v-3\f;ag\u0019v\u0016\u001bag\u0019v\u001a\u0006v^\"`A`^\u0010\u000bfga\u0595%\u0779\u03aa2K$@s]&U\"\u0088s:oRrX=\u000bwN\u001bFF\u0019w>4;\u000b;qgOz3;opg\u0017\u001d;_\u039d\u0001(u uOs\/\bw\u0005\u017a4H&\u03bd\u0005s>$\u0019;g\u0016hQH_sBrgtm=;\u03b03\f;\u03b0\u0017\f;\u03b0\u0018\f;\u03b05Zjt\u0019\u0481\u0550\u001d\u0004;`g\u0639\u001f\u0003;j3\f;\u001f[`g\u0019vv\u0005;\u03b03,6\u0006;\u03b03l5p\r\rf,i\u0012EsZ-8c`gtm\ud838\udd1dag_\u0003\u03b03l\r\u0019v\u0014\u066a\u0007;\u03b0&\u000ev6{\u0771\u0005Y\\`A`^\u0010\u000ba~\f\ucf2b\u0006;;\u03b03|lag\u0017\f;\u03b0\u0018\f;\u03b05.\u001d\f:Y\u001f\tv\u0005\u03bdhv\u0016&i]o|0hR\u0013sH\u0013\u000b\u009d{A,kZ\u02ebey,no9\u0006sZ&iZ9#\u0639\u0019Pjt\u001f\u00108ZvVN\u0593\u0016H\u03b0\u0001y_`g\u0019v\u0006\f;{\nl\u0543agy\u0013\u0007;X,`p(\u000e\bR\u0004;`^\u0010\f;c`]5Y\rvac\u000b\f;`g\u0019v`g\u0019v\u0006Et`T uOs\/\bv\u0005E0,\u001bs\ue716\u58a8\\-f|p\u7cacD\u001f\u000b\u075d;\u03b83;\u03b8\u0017;\u03b8\u0018;\u03b85\u0006\u001d\r:Y\u001f\tw\u0005\u03bdXw^\n+kxdw^uVpM9,7ss~y|\uf7f7V\u001f\u055fJ\u001do#Co|zj\/gS`\u001c=\u07bd}\u07da4cmb3\n%8\b\u073e\u001b0t96\u001f?\u07b73\u04e7Hj578wCFp{{?\u01ff5-Io!|o\u001fmu\u0014\u0602\u001fRz!\u001di4`+[\u071da\u0000L\u0016h\u0007u:A\u000e\u001f\ub6c0\u001f\u0003rW\u0087\u06eds\u001eb\u3938q\u001e_\/\u05e7\udb7c\udfdf>\u0006v@BP\u001dt\u001d,]Ob.L\\\u0007rz\u0017r\u0017&p]\u001f5\u016fxNs&{\b\u000b|\u001d<]\u0007\u001bPsg%4\/o?x9{9\u001b@Clv`Rp~vjS\u063b3F\u0018t_\u001aO$yV:~<`{\u001c\u0005kB\u001e\"\u0017\u0000^\\qx\u001e\u000e\u001f&G\u001f;\u000bx\u624e7\u0004\u00179\u0003zp\\\u001e?r\u0014OpKK\u001ciu\u001c\u00aavyvW\u0013uvE'\u0011O\u0001g<\u001cc\u001d_D\\X\u000f.b>zx\u0016zh|ro&lMaAunP*$\u0014|RK\u0349b\u8662\u001e\u04c6u0cw!|t\ts&\u0017\b\u05c1\u0011Gsd\/B_\b\u014fmdDuB\u0019|Fi\u6530=qj59p89b\u0209A\u0517\u04dd\u0014Bqn.|R\bC\u001cO\n=+\u0017:8+L :N\u000bari!s<-H7\u000fw)>a\u01adBtO\u000b\u0013U\b&\u2fb9Y\u0001l<\u0004([\u000b\u0004\u0016x~\u0004\u000f\\+5\u0004\u0013|\\d\u0001A\u001e\u0002t'\u001bN\u001e\uafda=\u0104\u000529~l\u001c:},9L!9O\f\":lKOpO%'q;B\u05c1g?yr%\u000f5Ud\u0000KUowo\u0016\u001bi^W]:\u001bO\u000e%k$p{S|\u041cD!aPM'<%\u01cbOsJ8\u000fSpm\u0567\u001f>]ia\n\u000fg^8G2~;yt4<5(\u000f\u06ef??=5\u0003\ufae7Ow1Wf\u001aS\u0018\u0019lJ=\"\u0003\u00cea\u0007o{:\u06c5\u000fv\u0003\u0013NBV\bg]W|R3'vNXqCI\u0018v\u0007'5hx{\tGo6\u079fE.\rW9CYo\u07d3\u0203c\u0007rih\u000e\u0735?~\u001c\u0013O\u0000a+\t\u001c9I_\t@>7\u001f~y?%~!OuO4fIsw\u0004\u06f7+\u000fn\u07c5Z}\uff16\u0018\u001d`N3\u0018}\\{8\u0007Q8\u03ff|\u04ddwd:S;\u00147I62\u0242hvcJ7we\u0017xt&ri^\u0015_E\\}?x\u0011W`\u001el\u0013>\u0017ozL9_.=kx^v7\u001e$-H\u0016\u0011\u077e?\u001e\u0457:rA\u000ej\u0703= >{:_A,\u001c\u06c3]z\u0005.sMt\u04fen\u001e6O\u06c8{x|-7MR\/\u001dq\n\u0007\u5a47\u0003wL\f!9\"\u0000\u001f??|\u001814G\/n1;f&\u001cQ{\/\u04fc\u0019o\"AK\u0005~'}\u001bo*?5\/A\u001f\n\/@ex`^}\u001es.\u001cF3\uab45R?0\u001c`{B\/B\u0018&rRM9\bR#fHE\u0003h\u000b4-\u053cPN\u00a9\u0019iZE)\nN{\u06b6@K\u020f9\u0001\f_k\u000fRB~7\u001as8\u01f5\u0343\u0013?\/x\be>C?A\u001d\u001c\u000e\u0001xo\u000fQ\u0006\"0\u001fbS\u001d\u0561B\u0017:C^\u0016X[}P_\\*C\u0019Y.tx\u0012\u000e\u07c8+^<=\\m9_WW8g^N\u03d63z\u07b4\u000fbT@o9\u0005o9S&\u071cm]\n\t\f,m\u02c9\u04d3|%Tq\u057dpgn\u071br`9u\/)}\u000f`SSArP9bW\f^>\u0017\\;BK\u0006A\u0013?\u000b9]cnt\b\u001c\u0013SgzQy\u07f4\u000ft\b8a\u001eN\u001b\u0012t)4Ot@\u06a9Op@Z^\u0001-\u001fWM\u0011f\r|:O\r'8O-A\u001c_'?h'|@lZ@\uf87f;\u001f\u0011\u0007$5\u001cJ\u001d:NnY98hF]Y\u0765\u0012\u0018DI&t\u000fxrn\t\/cX1cC\u0000C9ob\u0007\u01b7w}|^=|x\u0013v\t\".\u72bf\f\f\u0004.~s\u0016vE^\u0002ob7\u000bMHw\u001b\u010f}\u0007ux@j\bo\u001c\/X\u02db\u0014g\u06df^V\\o.v\u000fn\u0017{y~{iMy(\u0017?G\u0017@\"\u02b1^D\u001bJ~sC(w{^A>o\u07ffVC\u00138\u0010J~3A3\u0003n~\u001f\u0016 X}u\b\u6517s\u000e$s@]\u001e\u0007O=OA>\u001f\u02cft\u041f\u001d'9\u03e1\u0017\u001f998]~OU\nC\u0523\u0007\u000e{>|#\u001aS$O\u0001Ye\u0002\b\u07de\t`}\u01d7__\t@z\u001d\u0014 >j_I W's(;\tH\u00076?\uda16\udfc4\u0018\u0014\u001dQ\u0001x\u022f\u000bOyj*\u0006\u0006y \u001d?^\u001c\u0006S>;\u000b_>k}R?.kV\u0798\u000f\u000bny&`\u001f\u2253?KO=\u0006_v\u000e{}W1\u0018Ko\u07c5V\u0747bm^\u000b_hEN#\u0017:TR\u00a1d}C\n+RE\u000f%\u03e1g+okos\u0010\u001d7vAC;58T&\u0017^}bCB\u06fc\u0364>\u0019\b}sy\u0013\uc5dbV71\u000e;\u001d;q2;w+3\f;\u0473\u000e;1c'a\u0749}t\u001e\/\u07f1_}x|\u0019v{X_\u06c4\u001e\nzzo&?>Fy\u06c7s}\u050dotfLu\u06ef=\u001d?=~ZA\\vUs>c>z\/jto*_?=>?rqhPWjCGnlss~jwo9F\ubbdf4N#.\u001f??}X_|{NO?|\\I[@_~x]\u0013O#l\u000f\/t~}zn&5\u0017M6U~l\u05bd@Zw{\bT\u001cy?\u0011Eo |\u000eiy\u001et\u06e0c\u0018pO\"\u000ek3tte?pw >)\u000ep3Ov:#^~^\u001a\u0006\u071bf\/\u000f\u07ec~)L|i=j\u001f6pf\u0002\u001db\u0007\u001f\"f\u001fSn~sr\u0017\u001a\/twT\u04dc7QWwO\u001f~\u02a43\u0015\u00024W\u0007_?}}|\u03e6f\u03d7U{.G\u0006x'n\u001f;\u07d4sWpQ\b\u0016\u00064v\u001f{tw\u0011>q7\u001fp@s]K_\u001f?lznP?ul\/\u001f\u001e\u001e_)F'\u0713~\u0011%\u079557\u0019_=ef\u001f?ot<\u000f\u000e\u0725\fKmk\u0006\u0004\u06ed}V\u02fb?>>K7\u03ff.|K:\u0007\u060e]*\t;iS7\u0000}\u00174?:[%v\u0017\u000bo\u0016m?_9\"?\u073f>$3z\u001c\u0019q.o}\u0006\u0015\u001cC\u0003aK,<\u052b<\u0006|ss\u0013]N\u001b\u0017u\u001d;\u001b]mL{i\u00035<_k|_sT\u001bajfo?\u000b\u0017?\u01ffmO^\u0002bsncm0Li_j5kU_mm>-yoh\u2eb9\u0019-\u034du~Fx\\_z\u0604[ry\tJ7a?mN\fo?<.\u02e1c77\/\u033bu)tUF%M{]O7e7[y\u000f?Xeze77B\u0012A[\u0011_l\u00fb\u0792[SB-\u4db2w\u000e\u07be\u00c7\/WhOtJMRi\u0647o.\u0007an*\u000bSq=UW\u001f7)V\u0017%y\u001aJs5\u02bc9i\u0011aW&Ox4y@fe`\u001a*TC~M9L\u00c7m{\u0018t)\u00118\u04f1*t\u001c{&\u0003V$\u0007?I\u0005\u000eZk\ucbfcEX\tQ_\u001f~x|^\u0005\u0546\u000eM\bB\u0005h\u04c0$\u0006\u0013Iu*\u06ca3o;^4]vm*\u001a|LV`\u03983\u000bs\u019c1gYl\fs\u019c1gj\u0000szs&U+ylY%@uNy 8:\u0006d#^G\u001cB#fO\u03a8\u0001y_Pg\u0019u\u0006:{\nlCQgy\u0013:X\u0019u:\u0379Iqgwi\u0018-sZIR\fu,m\u001f\u0006\u0016A\u0540|mDP;m=\u015e\u011dqg_\u0003\u03b83l\r\u0019w\u0014\u066a;\u03b8&\u000ew6{\u0771\u0005Y:atMQ\"\u0001A\u0709A{A,,*8\u04b9,Tz\u000f\reK?bY3\u001c\u0003L\u0001\u540cW\u00f7b\/bX\u0001y_f\u0019k\u0006\u058c5{\nl\u00dafy\u00135`X\u0019k5y1fwu\u0013g+\\4\u0007&\u037dZgf\u0540|\b\u001f\u00184{\u0012s\u019c}\r`9c\u0398570gS0g\u001e9c\u039b8\u0005svb\u0398D\u0319l\u000f:[u&]l\u05eedsUCQg\u0602:\u03a8\/\u0019uFQg1\u0019uFQg\u0001\u066a\u0559l\u039dO;O;\u0006\u065crJ6g9\u03b83|lqg\u0017;\u03b8\u0018;\u03b8U\u0004b];d0\u0012\u001d\u00108|Nq&]j3\u065c7\u0570f\u0019k>`X3\u000bk\u019afYl\fk\u019afjg2\u001cjjV,%s7\u0006l\u0005L2gWW\u000b$sU!g\u00029C\u0390\/\u0019r!g1\u0019r!g\u00017[u_f9?(N2u!o\u001e$e#s5\u000f:aK\u0019E\"Ja\u0016\u001c\u0014{\u0012uF}\r:\u03a857PgSPg\u001e:\u039b8\u0005uv\u01e2\u03a8D\u0519d\u039dO;%\u06fdZw\u03b2n-\u0006s-s99k\u0006d#^G4cbO\u03b8\u0001y_pg\u0019w\u0006;{\nl\u00ddqgy\u0013;X<\u0000Z\u017aNwaV!d\u039d\u0018\u0139\u0017\u0014-B\f9o\\\/\u000flnK)\u0001t6\u02c314)\u0006l9y\u000f(\u0001y_Pf\u0019e\u0006\u028c2{\nlCQfy\u00132X\u0019e2y1qfwig\u0018+s<<\b\u0743ZI-\u001c1\u04ac\u0019\u0001m@H\u05f4YXs\u0136\"\u068c6\u001a@\u0005mFfknhV=\u0019mF7qh\u000bEh3\u0019\u001f\u0014ovW79),in\u0007sR_'n0\u6f41\u0001ok#dH.5\u762d\u06133k\u0000u\u0017\u0019uF:\u039e:[Pg\u0019u\u0121f\/;\u0016uF'dp|R]}\u0019*BZ\u00167\u00076Oi\u000f\u0368\u0444U\u0014\u0016@\u0340w\u07ed#jjn=yO\u03b8\u0001y_pg\u0019w\u0006;{\nl\u00ddqgy\u0013;X,\u00bcj7\u0018\u0481\u04dd\u0005#!\u0006q\u0005L\u0006nW+dpAQMe2(\/\u0019eFQf1\u0019eFQf\u0001\u066a\ua559\u001a\u000f4Sc\u001395\u001cu_8ScW\ruFQc\u000b:Pg\u0019uFPg\u0019uF\u0006PgWgrjt>)NN\u001a\u059d\u0269;\u03b8\u0005w\u019dqgw_3;bc3;V\u0003WRj\u0006\u01e4\u0018\u0010\ue25c\u001a\u0018\u0139\u0017\u0014-\u00a66KX({K\u04f4J\u0012J,m\u001e\u0005m\u0016Y1\u001csn\u001b\u0014p\u00037\u000fv\b6\u037e\u0006}\u0001f\u065a\u001b`3)`U\u000fl\u0006M\u001cl\u00026cfy\"\\\u000b\u001e\u000fc\u0014\u0591\u0601kkH+V^8\u071c\n\u001cN\u02b2\u0012D\u0004jK\u000f\u03ac>7\u0565\u0014\u0016\u0003\u039a\u0001j\u026c\u0011=\t:\u03be\u0006@}\u0001Ag\u065a\u001b3)U\u000ft\u0006AM\u001cl\u0002:cAgy\"L>\u0007\u056dU\u008eUU<~%\u0679\u02b2$@\u0540L8]G\fZ{\u001c\u0014{\u0012v}\r\u0002;\u03b057`gS`g\u001e\f;\u039b8\u0005vv\u03b0D\u0619\u039dO\n<[,\u076e\u0016\u04f2l!~FyYc2:k\u0006d$^G\u0014Cr\u0012_-\u0007E\u0567s.'ZJO>H\u000bWt\u038a\u0001Y\t$\u0017P\u722d\u06133k\u0000u\u0017\u0019uF:\u039e:[Pg\u0019u\u0121f\/;\u0016uF'\u03a4s|R].aY\\TyU\u0017\u0013\u05a8H*at\u001aU9^#\u001a\"H!u\u059dcbO\u03b8\u0001y_pg\u0019w\u0006;{\nl\u00ddqgy\u0013;X<`}X1{ds> \u03bd 9Ul}L6u5\u0019k\u019a-X3\u058c5\u009af\u0019k\u0016\u001b\u00daf\u0019k\u001a\u079aWWlj4%3\u065c0g\u0019s>`\u03983\u000bs\u019c1gYl\fs\u019c1gj\u0000szs&V\u0007q\u0016^\u001aNF:i3dP\rtuD\u0011\u0006sSI\u0019u5:\u000b:@QgOAz3:oPg\u0017\u001d:\u0016u!8uHlV\u0010\u000bc6\u06fa4jSyE>g9!3|lAg\u0017<#\u0233\u0018<#\u0233@OeF\u001c\u03a83\u000buFQgYl\fuFQgj\u0000uzuN\u0012Q%V8d\u015dhw\u000eC$J\u03aaDV=w\u039a\u0007y\u000e?;\u0006d&b)\u0001\u0011[O'qg\u0000\/3;[s\u0003w\u019d=\u0005w\u03b83\uef09\u00dd^pgw,|Iw\u0016Wu4Xtg}'9wb\u0010^8,TZq\ub894\u00133\\4\u000fUvt\u038a)1\u0018mv5c\u037e\u0006}f\u065a\u001bX3)XU\u000fk\u019aM\u001cl5cfy\"L:\u01dc6\u03b9WtN\u03a4sU\u0003Ag\u0002:\u03a0\/\u0019t\u0006Ag1\u0019t\u0006Ag\u0001\u066a\u0459t\u000f:[v\u001e9\u0011mW9Me*#sR3Q5\u000323\u0012#sz=\t;\u03be\u0006`}ag\u065a\u001b3)U\u000fvaM\u001cl\u0002;cagy\"L>'\u0005Jsv}L>]5\u0019w\u019d-3;\u009dqg\u0019w\u0016\u001b\u00ddqg\u0019w\u001a\u0006w\u0007XE\u0003=\u03f9\u00138bYv&s\u0011Fq\\T\"\u0013\u9e17\u0439^6\"\u000bI\u00148kc&%n\u0003j9Gm;^\u0004f_\u0003``3l\r\u0019l\u0014\u066a\u00076`&\u000el6{\u0001\u0771`3<\u0011l&c\ua0e0z9i$!9\u03daI\u001as\fH(\t;\u000bqz=9c\u03be\u00060}1g\u065a\u001b3)U\u000fs\u019c1M\u001cl9c1gy\"L>\u0007E\u7f390Et5sK|\u039a\u0001\u0019\u00115\u001c9j{\u0012v}\r\u0002;\u03b057`gS`g\u001e\f;\u039b8\u0005vv\u03b0D\u0619|\u039dO\n<%|nn\u0392*\u0016_\u001fL0ri$\f7\u001a\u0005nfknpV=\u0019n7qp\u000b\uc385\/\u00032\u0017u\u001cX\b\"s'\u0006h\u0005EC04BJ],L\u05a4\/u$\u0015qDf8\u0003>\u0007n\u001e\u0014{\u0011l\u0006}\r\u00026`57fSf\u001e\f6\u035b8\u0005lv\u01c2`D4\u06cf\t7\u0015^\u001e{i(Zz_\/s5w!\u0010Y3 3\u0011q\u001b< q[O'1g\u0000\/39[s\u0003s\u019c=\u0005sa\u03983\u6f09\u00dc^0gw,9O\u011cI_\u001e8Z\u0016\u0233T [G\u0016y&\u0244]\\\u0016g\u0340<\ub21au\u0391[O'Qg\u0000\/3:[s\u0003uF=\u0005u\u03a83\uaf09C^Pgw,:OD]RBy\ud99a\udf0aNsiZ\u001aY\u000f22\u9604\u039a\u0001Y)\b2ln=\u015eDg_\u0003 3l\r\u0019y\u0014\u066a<#&\u000ey6{A\u0771%y\u0000u\u001c\u0003BJ\u0012:\u001fb0^P9\u000b\u001c:\f\u001bcunvJiVZ44\u0019\u0001m^6Gl;y\/bX\u0001y_f\u0019k\u0006\u058c5{\nl\u00dafy\u00135`X\u0019k5y1gs\u0159|\u03bbj39\u001f[0g\u0019sv9c\u03983,69c\u03983l59[u_9yAg\u03838y\")jpZ\u0019]yc\u0012:k\u0006d$^GV#v)$\f;\u001a\u0005vagkn\u03b0V=\u0019v7q\u000b\uc385a\u72703\t;\u0014xvWYsYR2\u0013sn2\u0019\u07b9\tLQ5\u000323\u0012#wz\u0004g_\u0003\u00003l\r\u0019x\u0014\u066a\u0007<\u0003&\u000ex6{\u0001\u0771%Yt\u000e\u0007`H\u0007Nx\u0016\\|\u0387\u0018\u0239\u0017D>s3V\u7f295cX\u0005k\u019afw_X3\u058c5cbcX3\u058c5cV\u0003XU[3\u001fsL>g:]\u7f2b9c\u0398\u0005s\u019c1gw_39cbc39cV\u0003U\u055b3\u001ftL>^u9_;;yW\rvac\u000b\f;`g\u0019v`g\u0019v\u0006`ggg9w>)nr|s~\rL>]5\u0019x\u0006-3\f<\u0002g\u0019x\u0016\u001b\u0003g\u0019x\u001a\nxyv98& uOs@\u03bdhr\u0016\u0010d7S#:E\u0206tN\u0390Y1\u0018K\u0015k#b\u000f0\u0001y_`f\u0019f\u0006\f3{\nl\u0543afy\u0013\u00073X\u0019f\b3y1fwAu4\u035a\\UZ-u1\u04ac\u0019\u0001mR\\;\u000bkv^Df_\u0003hh3l\r\u0019m\u0014\u066a6h&\u000em6{A\u0771h3<\u0011m&\u059b7W\u0007\u00f9n\u001e\u000bat\u001cA*_amj@V\u00166\u001eWk\u0011[O'Qg\u0000\/3:[s\u0003uF=\u0005u\u03a83\uaf09C^Pgw,:ODs8\u0005Y^m\u0016\u07c1\u02f4y\"\u0010^\u0018Y1 +\u000bq\u0013d,vz=\t<\u0003\u03fe\u0006}\u0001g\u065a\u001b3)U\u000fx\u0006M\u001cl\u0002\u001c[\u001c3\f<\n\f<\u0003\uef80g\u0019x\u0006\u0180g\u0019x\u0006\u0006z,+y^\u04ddc\nAp \u03bdhq\u0016\u001d+7\u0017bC\u0017:'eU\u0019Y3\u001cK\u06c0,cs\u0536SE\u0019j5\u00005\u000b\f5C\u0700fOzP3\f5of\u0017\u001d{=\u001a8cqL]\u0744Yz8'<\ua954 \u0353RV8bY3 \u0013M|H\u0013v\u001e\u001c=9c\u03be\u00060}1g\u065a\u001b3)U\u000fs\u019c1M\u001cl9c1gy\"L6\u0007E\u056d\u001a\u0013S8WYK\u0579\u029a'\u001c5\u00032\u0774\u0103x\u001e\u001c=:\u03be\u0006P}AQg\u065a\u001b3)U\u000fuFQM\u001cl:cQgy\"L6'\u015dMJsZ6w\u0001NF,\u0017E.zf@\u0011\u0010:Zxz=\t<\u0003\u03fe\u0006}\u0001g\u065a\u001b3)U\u000fx\u0006M\u001cl\u0002:\u019b\u00151\tH!^z<|{\u0011k\u019a}\r`5cX57fSf\u001e\u058c5c\u035b8\u0005kvbXDt\u06cf6O|hUAH\u03ecE\u0007M\u0012j\u00179'2g\\7w\f\u02dcU\u00032t\u001d\u0014f:Gl=\u015eDQg_\u0003\u03a83l\r\u0019u\u0014\u066a:\u03a8&\u000eu6{A\u07713<\u0011u&s\u0013_<^vb\u00039e\u000bJd~\r\u0140$\u0011m2|&\u001c\u0014{\u0012x\u0006}\r\u0000\u0002<\u000357gSg\u001e\f<\u0003\u03db8\u0005xv\u0002\u03d7gQ]:\u001c,u\u00b3>H\u0013;1s\/|\u0015g9u_6\u0006k\u019a7\n\u058c5c\uefb0f\u0019k\u019a\u01b0f\u0019k\u019a\u0006f\ueaf7f9o?&>\u0005sV)\u072f\u0006:\u03a0\u0005t\u0006Agw_3\f:bc3\f:V\u0003U\u05633\u001f\u0014vvW''9;^u&\u001a:\u0016\u0019uF}\u03a83:\u03a83:[\rVWs|R]\u001a+\u0003\u001du_;yW\rw\u019dqc\u000b;pg\u0019w\u019dpg\u0019w\u019d\u0006\u009d%ijT uOs \u03bdhq\u0016\\hj9\u000f\u0014ydJ3f8\u0001\u001ee&<|)\"\f6\u001a\u0000\u0005l\u0006fkn`V=\u0019l\u00067q`\u000b\u0005`3\u001f\u0013nvW9\u000b7sZ\u0014Y\u000e}`)nwmFL^\t\u0603Jr)\f\/\n5\u00032\u9d0dXfb:YsSI\u0019x5\u0000<\u000b\f<\u0003\u0000gO\u0001z3\f)ny\u021a+mw\u7b39\/sa~\u07dd\u0172yK%pg\u0540\f9]G\u0014!\u000bv\u059dcbO\u03b8\u0001y_pg\u0019w\u0006;{\nl\u00ddqgy\u0013;X<$q\u0001AH\u0709A{A,h&:j\u3c90\u0223'=Ck'\u0007gp\f1]\u0007\u0014l\u00057\u000fv\b6\u037e\u0006}\u0001f\u065a\u001b`3)`U\u000fl\u0006M\u001cl\u00026cfy\"LB\u01c4\u056d\u0005BFM+9\u066ej|\u039bj`3\f6\u001f[f\u0019lv\u00056`3,6\u00066`3l50;l\u05bb,\u00141ps\/|gf9Zr&\u001a\f:\u0016\u0019t\u0006}\u03a03\f:\u03a03\f:[\rVWsP]|\u0002\u001du_:yW\ruFQc\u000b:Pg\u0019uFPg\u0019uF\u0006PgWg9w>lY0[k&t\u0392C\ua9df9K\u0012D%t\fLI(\u016f\u00001[O'g\u0000\/3\f<[s\u0003x\u0006=\u0005x\u00013\u0003^gw,|Ix\u0016\u0604't&c\u0016\u0271\u046bNkGgrl\uca81\u03a03|l\u0001Ag\u0017\f:\u03a0\u0018\f:\u03a0\u0000l}L\u0007-;\u000fZ,\fzslYT\u01fd\u001c\u001byu~\u0006uV\r\u0012FI:m=\u015eDQg_\u0003\u03a83l\r\u0019u\u0014\u066a:\u03a8&\u000eu6{A\u07713<\u0011u&F\u0013\u03f1QTyU\u0017xrl\u0231A\rW5\u0019x\u0006-3\f<\u0002g\u0019x\u0016\u001b\u0003g\u0019x\u001a\nx\u0016_`\u0013A\u0007g\u0018\u0005\u0003\u0005l\u0007C\u03a9p^\u06b5eRu&{O-t\u0019V:kc:\u001aRjySE\u0019l5\u00006\u000b\f6\u0000fO\u0001z`3\f6of\u0017\u001d\u000b6\u0013f\u0012:o?lY&t\n\u0012:\/<_HO\\Key\u0015\u03aa\u0001)\u0011KRkDn=\u015e\u0004Ag_\u0003\u03a03l\r\u0019t\u0014\u066a\u0007:\u03a0&\u000et6{\u0001\u07713<\u0011t&\u0396IlW'3\twPg\u0019u>\u03a83\u000buFQgYl\fuFQgj\u0000uzu&sVB$3\t_\u0005~WKsU\u0003Ag\u0002:\u03a0\/\u0019t\u0006Ag1\u0019t\u0006Ag\u0001\u066a\u0459|\u000f\n;,\u072evs<\u02e4E-gt.'\u0000#.f@fN6b~&\u001c\u0014{\u0012w\u019d}\r;\u03b857pgSpg\u001e;\u039b8\u0005wv\u03b8D\u0719\u039dO<\u000f\u00aeM~\\:\u051dHp=K\u0019x\u001dQ\u0391[O'qg\u0000\/3;[s\u0003w\u019d=\u0005w\u03b83\uef09\u00dd^pgw,|Iw\u001eWt\u0005B\u0010\t;1s\/\u0014g\u0012:u_6yS\rk\u019ac\u000b\u058c5c\uefb0f\u0019k\u019a\u01b0f\u0019k\u019a\u0006f\ueaf7f\u0012:o?lYhwhDjs,D:cY3\u001cCL\u06c0d\u072bN\u0017f\u0000\u06bc\/h3\u068c6[s\u0003mF=\u0005mh3\u06bcC^fw,\u068c6ODx9|IYuY\n\u001f\u0002y\"\u03f1Y5 \u0015xmDf\u0003:l=\u015eag_\u0003\u03b03l\r\u0019v\u0014\u066a\u0007;\u03b0&\u000ev6{\u07713<\u0011v&s\u0002&v\t_\b\\m\"LJ\u0002\u000b\u00044)\u0007\u04fbj@+\u0688DL^<\u000bwz=;\u03be\u0006p}qg\u065a\u001b3)U\u000fw\u019dqM\u001cl;cqK\u0104]\r!\u0001AH\u0709A{A#cvsY=\u0341uZqyXi<\u7741\u0011[N\u0007af\u0000\u033c\/03\f3[s\u0003f=\u0005f03\u033c^`fw,\f3O@:9\u05df\u001cVWkpTCf\u06026h\/\u0019mFf1\u0019mFf\u0001\u066a\uad59\u001c\u000f7y\u00139\u001du_-:yW\rvac\u000b\f;`g\u0019v`g\u0019v\u0006`gggr8w>)>pV)9\u072f;\u03b8\u0005w\u019dqgw_3;bc3;V\u0003Wb:\u04ce\u0006Ku\u000fRD\u000eN\f\u000b\u0016ga\u0691y{QHz8&md\u0017\u0015o\u0017\u0012\u0004'vTa1mw.l\u060eIX\u0010Uc2^\u001a\nBd\u0012+9PNIPgPgY\u0006\u0003\f\f\u0018\u001b\u03a0\u0392\u0007\u0539\u000e\u0019\u00199\u0003u\u0002,\u0005u\u0006u\u001e\tuF4\u029b;7bkm8\u0209v\u001aA'rT\u0006)\u0015L\"5\u001d[\u0413\u0000\u0000\u03f2\f\u0000\u0007\u0019\u001916\u0000\u0001%\u000fs#\u001d33s.\u0007\\\/\u0005Y,\u000b< x^\u001cUA}\u06b8\"-@\u0004\u0015ub\u0011y+\u0003\u0012B8}\u0012gsn=Z\u068cpy2ff]\u001ffffqY````\u001b\u001957\u001e=kF8k67\u0002k\r7\u001f,3^9\u040e`\u001ai^S\u03a0\u03a0@AAA::::72\u0000un=zx\u03957\u0005w\u0016'G<\u0011Yx39o\u0001<\u0003<\u0003<\u0000<\u0003<\u0003<\u0002x\u0006x\u0006x\u0006xf\u0006\f\f|\f\u020cYI\u0013OglH~}\u0001'Km1joL!fWf_\u04a5\u07ad6GU\u0003\u07a7_joyNdI_\u000fOqY7\u033f`1Ld \u0002\u0007M!A9\\2Bjs>\u0002s\u0005d\u0012[#\n\\ \u07be\/\u001f\u037b-pa\u000f.&\u000b\r\u0001n\u0014h|8\\fA*\u0019pb\u001c\u000b\u000b\u05cdNO\u0016(\u03b8ZGV\u0529(u0>\u000e\\\n-\u0002>(Fp6MLO\u0016\/\u05d3pz\/s\u819aCH\t\u000bP\u0011_Gi611ab+\\4i:9\u06c9IF\u07f1m3v7E9k}V(k@KOd\u0006\u019b(VX\u0014D\r\u0017r\u0015rx\u0015p\u0001J_\u0497fO\u02e2\u001aBX1f7i\u001a\nh1[M\u0018\u0005\u07f8\u040em\ueebaU6\u047a2\u001e \n\u0015L`E\u0002(v\u000fuIe.S%Wg|\u0543w+P\u0003Si\u07e8\u0529j\u03e9\u2173\u001a4N!}\u0015\u0013[Kk]][\ub6fe=%=\u0001$~\u001fd$\rKJ|<><_#e\u029e&r\u0017A&r\u0005=\u0649[\u0015\/F>N}j\\\u001f\u001d\u0014_\bH\u0001]O_\u0015O\u04ab\/\u073d\u0014Z<\u001dUXQ`\u0010\u0015\u0017\u001e\n3.\u001c;jq!v\u0440NQ7V5\u0013?p31]\u036bG\u0001~'(=uM_\u024fwlVY|\u04f2\t\u001fd>&|f\u0005\ud91e\udca6J[n\u000fm_lH~I@1r;?\u04fc\u000f\u07a76Syn?~}y1\u0017\u000b5D\u0016F\u001b}}H?\u0019|&Q\r\u001ch\n\u000b9W~\u0019Rix:\u001e@5\u04d7\u001d\u000b\u000f#[5~\u00150\\|\u00181,\u0299h\u0001\u00b7\u02beyh\u0010;\u0277\uecdee>Ysu:\u0380VI:\u000fZj):a4?g(.B_9hkd\u00122X7XR\u000e]+Fv4\u000f\u0016@4j@_\rvGn'\u0017n\u0011oGs\u0001|r]v\b&o\\\t\u00073\bS\u000fC\u001a@u|\fBs`p\u0013G7Q\u0003z:\u00111E+Y\u9067Zg\u000frm\u04f4&2\u0006m .\u0015\"\u0004.%PZj\\\u001dSX\/\u0018v\u0146d\n\u0520I-\u001ba&Acl\u0098>\bu91'$blQxRLpOX\u0018\u062b01\fZ\u049fQP\u01b1\u00066\njP{FA\u001bpYu**h9PfA\u001c5\u000bjxfAM0~\"1,0\ta\u0010j8]\b\u0002Esp*;\b,h'\u0013Aj@9IP334\t\rDT\u000f'o\u0013\u01ba\bG\u001a\u0011\ud20dvPaB5xX\n#\u0010vV\u016d'\u0002\u0016\\d\r>+sA\u0019\u001aX\u0000An\u0005hFD\u0010'ibk\u0011\u0013Heu;j@]C\u00009\u048cwo1V\f\u001dm\rl\u0018!\u0002D\/1\u001bQ(\nR\u001a\u001cq\u01b5D6vuY$\u07c0Nn\u037dy\u5c2e\u0519s~q-\u0004#\u0016\/l}\"B47\u0014:\u001cp\u001biG\u001f^\u070fI\u000f:;N@R[|0{>\u00050\u00de\u001dg\tk\u0003\u0016C1\rgi\u001aJ\u001f_.\u0002\u001f&waFe\\Ak\u001c\u0018A\t)\u070aL#U\u0011w3ChYAn4\u0007S\u001fJkgP\u001fu\u0010B@\u001d%7K2!\u0653r]\u0019N\u035dX\u0519s*\u000eu;\u03b9S\u0420\u0006\u001c6x]uF\n4D:*JM\u0735b\u0017K\u0639U{0_K\/\u01f1`\u0000$\u0000Y\u0006`\u001f1I\u0000u;\u0001RI\"J%F\u048c\u0010I^\u01d7\u0000eFUW\u001e\u0117\u03f3\u0017\\K7F&q\u0006\u001f\"KV\"\u013f\u03ef_\u01d9fy)\u0013aNA}`\u0003W|c+'SC=Nt\u06febfo-i {yq\u0712\u001b;\b:b{;P\u001d\u0292O~\/U\u000b\u7abf\u001a\r1U\u0005!\u061f{J\u0569\u01e4\u001a(1\u001b\u001e\u0016g&'\ufefb\u0012+>X\u0012k\/\u001c8[\u0657\u0019\u0017p\/C)~qF1K*\u001a\nRq,r(\"ZGWR{\u000f\u000etfd0>GEUPw\f>|H\u001dQ'Vg\u05ccA\/_s\r\u02a5mOn\u0013T]D3yQn#][7n#\u0613\t5Ob\u0017\u03c2\u0004\u0013\u0007w=\u0291 W+ut1~@e\u07cfkB9\u001e\\U\u0003)\/\u001cZk\u01adn}\"Siut\u001dwKU1hsG\u0015 \\\u00d4k\u01ad\u0003jzksG\u0015c VE8\u0003V\/\tw@A\u0007\uf46d\u031dQ6|)^_i\u0017A\u0118\u0007\u051c\u0005j\u0014%]6n\u0015_(W5wOh\u000f9\u000b\bK0m\nn4kYYhoGNV\u03ef_~K\u000f\u024a}mu\udb94\udfb8ad\u02e6r\u0007\u06caV\/\tm?8}JVk\u0015y\/dhMh:\u001b\u0006=OQ[\/v>{qD\u001f%RnF.'[:d\u074b\u0006M:L\u0653\n\u000fuoLW8Tt}a\u0166\u001a'Ax\u01e3\u0012CT+M\u0015%+CA9^{\u000f5\u0018<2t:}mF\f\fX\u001db6\u001e\ua062d4i3t5\u000e\u05baj\rBP\u0011|\ufb2dgm5\n[(&7(6*b\u001b\u06ce[<<>&y1j\u07abn|U\uae6et\f\u00180\u0235\u043bn;)#6K~A\u064f[yH\u0017+z^3\u001e6Mor=gm\u000b'M=z4\/v1cHi|mr|w(\u0015\u000f\u0014_\u04aby'c\r2\u0017\u0018\"\u0017o=yf*Y\t\u001fj\u001a%KrLWcBnVo|Iz\tJsJF6V+fxGy{\\R\u001e1\u0004a\u000583\u001f\u001b\u0016L(E\u02c7v$\u029doKl|{nZ7zuV}m\u00156|r?_ciqY\u01b9)y\u01b2VX#\u05f4w\/O:4Kw\u053cG|b6^\u00050\u07c37\u0014h\u001f\u06b7\u000f'Dn\t}J\u05af\u02c5BT-WF,l>o\u0010an&$\tQ\u00bah\u0018h\u0017sI^+i\u043a}Kr\t[o#\bC[\u001cV\u0006TK\tk\u0002\u0642|\u0011M.\u0005\u0000\"\u0002`\u04171q^E5\td@\bR x\u0000\u0019=0D\u0007rn@\u001cq\u0012\u0006\u001f8)O8O8CW88`e8?\u000edDtN8O8C88oqjo$r $r\n\u01a9e|\u001a\u0243qln\u00060NmD_\u000edD\u001fN8O80N\u0598\u0005S=\u001bh8 \u001e*\u0010o\u0019q\n`1\u001b'Ir\u0018VY6N\u0001Tx4S8RdO\u008b\u020bHWnuYG?1TmK?rxs,IndbJ]Kjv!8Oiv\u0014%I\u001ein]&wYD\u0004h\u0015TPHe\u01f6i2a!kU\u00c4-\u0136j6:\u0006i]AZ m`6$\\h{L\u0624\u0536Qj(k3J\u001b\u000eRw!\u0668?E?d.[9ENwQ].\u001at\u0017\rW\u02e46\u0013}$Y\"\u0006H\u0017\u0007vQ\u001b|HSl\u0006LMilh\u0016\u0010iWf\u0003yZ\u0013\u0011V\fun=x^s\u000f+~!=~xT.-hJ\u001e2}}\u0011\u0011DFR0\u000b\u001aZC;c#=\u05e4_\u001e\u001efT\u0553&nf]8%\u0002m\u0011Sw\fY}Qi)oR\u0010]p\u0000G\u001d\u0012\n +EzR+wZ\u001c`Ba\/8\b\"t\u0013\b\u0010dW!dR\u0019b]\u0011'^\u0188UQeXvoM@9|j~I\n%dl\u0161V\r`W2|sC7\u047f=!+@K2-|I8-\u067f_{7\u001dA\u0014\u0706^p\u0017\u0519xS\u03db(\u0017qu1im*k9\u0013\\\u0007>\t\r]g\u2ec1\u001f(\u000bn\u3e81;\u001cv}vn\u0003[TF\u0005v\u02b7&\u05e22\\\u07fb)SMp\u001d\u0006w'c\nx[}kQ\u0019\u06d6\u0273\u001bEzM6]5|\u001b\u0015.\u06d8ST\u0006m]mOy[m\u03eb\u01dd,-\u001a\u00192hq|C't+fw\u0013\u07e2 \u0173\u0016y\u0006_\u0002^NV\u0013F2IVy\u001eKkrarY}0O\u0017\u0215=\"\u001cWYOm:j\u0011*A{\u001d\u05f2gd\bx?\u08c3w\u00037.\u001by\u0006[,e7co^W|IDy9E^a66g\u064e\u000e\u0018\u001bvd\b>V7FvT\u07f4cBT\u0006\u0012Gf6L\u0016YM]&\u064e\u0011>\\m'*magswyGw\u001d;vLr\u03ce\u001d\u0017\u000fK4^s\u000e-go\u07fe]\u0017\u000fK\u0272FqNb%'\/GsY\u001c59\/Ws\u00ebZ\u000fIWh\u01d1]\u00198j&B\u0002!9\u016e\u07e6\u0011j\u0376Q\u0002\u0013\u010b\u068ch\u0016o\u05c6\u04a0E-'%7P\u001d%&L\u00132\u0019Ee7.6yZwNk6qi\u0019\u0002\t\u001cwMo6g|4i\u001b%HZ]FeMY$\u000by][%F\u0017KZjIaY6E &O\u0002(U\u0010\u038f\u0018p{j!&\u001dE\"_iY;5-^5-:zM$5dH\u06b4v\u000b40\u0011\u00145Ydc\u0162[LbNK(ZC{=e$\u0001H\rBnI6$\u001b\u036f\u068b;\u001d6)\u001b\u03f3\u2acc?2E:\u0014lW\u0010+yDQ7Uw\u001ae+JGUv\u07056Bg\u0013SHSY\t[nWuTk_\u0005kJRRT^VT2\u9d8azcvQ[\\62\\-JIk\u000b0\u0669\u0010$j)Ms,u$\u0005u\u000bKz0\u06c6\u001f'\u001a)X@\ue7b8\u0015mHXXi`NrStrwk[rruYN*AT:\rdLc\u0155d\u0002KN7\u0002Z \n\u0018\rKR\u011bAm;J\/N=\u001cvV\u064cV&a'y\/MM+wk6\u00ea\f\/\u0017\u0080Z\f;bb6\u0015Iq(\u0013K}\u001d\u001a\/y(\u001eo\u053fJr|V*fxS|K\u0014~\u001d^;=\u0013\u000fD>\u0012E^\u0005\/s#7a}!\u00bb\u21ca\/+(\u001esF6r|#\/\f}$X]IVn.Y+\u001f\u02b1ug}w;\u05ec\u000boxN1\fA\/|#<PH\u0734}*\u0010\uaca4~\u0012l^\udb19\udfc4'B]V_bPF(F\u0007De0\u0018Qfp#d\u001fnCD}(\u0014\u0014(V2b\u0016J\bP\u001eg_v\u0010u5A~\u001fwnwp\u00baKC\u0018R]uf\ueaf3\\\u0010a\u0004=S\u001ej\u000b{}q\u0018@7N+'a8\tw\u0007\u0014veHm\u06d1>k|X4\u001bf$\u0677\u001f.`pao\u05f3'l\"\u0001\u010df\u000fWyl[kw~%)\u000f\f\t4\u0007Y.4<}4pw\u06aa-\u001bn\u0005n\n%7xF\u0013s\r#\u0013jV\u001a3:5x\tLuf,qQz\u0011\u0019Y\u0001s\u0001x\u0006x\u0006xn\rgg\u0003\f\f!\u0007ggg,YWBL\u0017\"\u0004\fsK+tvu'\f\u000fF.0h|>{l9\u0705>SSw\u0002S`=\u000blv^\u0004}\u0006}e\u0000\\y@AA\u001bc\u0003\u0019Y>>>w\u0001\u0019\u0019Y$\u000b\f<\u001a\fEAGM\r-5A\u001bu]&\u0efa,\u0233q\u06d1\u0011\u0019Y\u0001s\u0001z\u0006z\u0006zn\rgg\u0003\f\f!\u0007ggg,YCj`QV\u0015\r%\"\u0003\u0012:K|8stI#74\u001dP3\u0017\b\u0729\b\b\f,\u0000>>>7\u00063\u0001}\u0006}\u0006}\u000333H\u0016\u0019y4\u0019\u52c2@\u000f\u001a'S|\u039c_C[\u0017l'^\u0017LP7\fLwO>wi=BO??2\u0000<\u03cd\u0001\f,y;\u0000\f\f,\u0005\u001e?\u001b8j\ns\u0017_\u0010+2`-Y3\u0019uM\/\u001dxWB)\u0569.f\u0002K\u0007;\u001d\u0017AAe\u0019>W\u001egg\u0000}\u0006}<\u03e0\u03e0\u001dr\u0000}\u0006}\u0006}\u0016\u0242>>>|Q\u0010hqs\u001088\"0\n.^G'gB\u001a\\\"2=Y\u0725\b=\t\f,\u0000???7\u00063\u0001\u0006\u0006\u000333H\u0016yXc\u000fU*K+t!rI~\u0200=:g\rM3Z\u0002\u001cE\u001e\u071euC\uad2b\\\u001chA\u0011\f\u0019Y\u0001 s\u0001d\u0006d\u0006dn\r@f@f\u0003\f\f!\u0007@f@f@f, 3 h 3\u0017\u0005h\u0016'?\u0010\u03fe\ufe61lN)\u0569S.0\u6cf3@mGEggY\u0006 \u03d5\u0007\u0019\u001916@A%\u000f33s\u001c@AAE \u00d2g\u062b`2I0)@H5\u000f[\u0019P\u0010\u071bIB:C\uce2e\u0013iSx\r}e~\u05ed\u0383<\u001c\u0007e\u0019;W\u001epgpgp\u0000w\u0006w<\u001dr\u0000w\u0006w\u0006w\u0016\u0242;;;|Qgq3xv|Oa{LNk\tx\u0003w6o;B\/<<2\u0000y< \u03cd\u0001\f,y@AA;\u0000\f\f,\u0005y\u001e\u0006B\\\u0001tn\tu\u039an\u0420\u0513xmm\u02a1m[Ct(4<3@k\u0001?\u001d\u0017e\u0019\u0000?W\u001egg\u0000~\u0006~<\u001dr\u0000~\u0006~\u0006~\u0016\u0002?\u0003?\u0006?|Q hq\u0006@\u0613s|njv|\u001e\u0017T\u0011n\t\u0018\u04d3%mGEggY\u0006 \u03d5\u0007\u0019\u001916@A%\u000f33s\u001c@AAE \u00d2g\u0003\u05aaM+$]PF\b\u0015\u0019PPg\u0019vq8g=ud\u07f37lXLNw\u000bD&\u0004ds\"3,\u0003\u0003\f\f\u0018\u001b\u03e0\u03d2\u0007\u0019\u0019C\u000e\u03e0\u03e0\"Ygg=\/\n\u0002-N>j\u0002o\u001cN(pL=]\u0014N4\u0002)\u0569\u07d5\u0005B{v^\u0004x\u0006xe\u0000\\y\u0000\u0001\u0001\u001bc\u0003\u0019Y\u0000<\u0003<\u0003>K\u001egg\u000e9>>>dAAGC\\(\b8\tb\u001al%v{wf\n\/n;@a\u0010\u001e\u001c\ti:l\u0003\u0004\u0765\b\b\u0004\r\u0004-\u0000\b\u0000A\u0003A\u0003A7\u0006\u00104\u0010\u0001\u0006\u0006\u0003\u00104\u00104\u0010H\u0016\bzX\u0004%\t\u00150K+Dt!rIp\u0000?:g\u0370k\u0000S5\u001cM\\'\u000fhBu^\\@;\u0005~6o;B\/\u0002?\u0003?2\u0000~<\u03cd\u0001\f,y;\u0000\f\f,\u0005~\u0006~\u001e\r~\u0007t@\r\u0004\t(q.\u0001\u0006i\u001b\u0002\u00170H\u0017\u000b4:u7^.\u0010,6o;B\/AA2\u0000<```\u040d\u0001\u0006\r\u0006-y;\u0000\u0006\r\u0006\r\u0006-\u0005\u001eA{\u0006QV\u0004\u0018\r%\u0005\"\u0003\u0012\u029fu\u00ee\u000e4$d=]4\u00066l?}TFP@EgA\u06ce\u040b\u03e0\u03f2\f@+\u000f33scl>>K\u001egg\u000e9>>>dAAGC\u0001](\b8c@k9xh43\u06f8;T\u0005\u0013ju'mM[\u0485@@\u03f2\f+\u000f33scl\u0000=\u0003=K\u001egg\u000e9\u0000=\u0003=\u0003=dG\\(8\u0011:5|_{u`9'S\/:SSe\u0002l\u0002\u0725\b\b\f,\u0000\u0000<\u0003<\u0003<7\u00063\u0001x\u0006x\u0006x\u000333H\u0016yX#U\u001c\u0705*\u001a\bKsE\u0006\u0439%\u0019:k\\r\u001b>\u001a{>\u03f67-C]\u000btiP.\u0013\b\u0001\u0002?\u001d\u0017e\u0019\u0000?W\u001egg\u0000~\u0006~<\u001dr\u0000~\u0006~\u0006~\u0016\u0002?\u0003?\u0006?|Q hq{f(rA\u001b<>[OLNA.\u0010+>Ylv^\u0004x\u0006xe\u0000\\y\u0000\u0001\u0001\u001bc\u0003\u0019Y\u0000<\u0003<\u0003j\u0002o6A\u0002 t|W,\u0001>>kAA>|Q\u0010hq:Ai\u0000~\u0016\b>H\u0006\f%\u0006\u0001\u0006\u0006\u0016\u0005\f\f\fl\u001933V\u001a\bnlWp\u0017_\u0003!rI~\u0200=:gMS7\u0006'66\u0010-7Asc\u0017\u0006MN\rf\u0002SN@\u001d\u0017e\u0019?W\u001egg\u0000\u0006<\u001dr\u0000\u0006\u0006\u0016\u0242???|Q0hq3\u001dgNm\u000bBWSN\u03d4\n=x3\t}s]Z\u0413\u03f2\f+\u000f33scl??K\u001egg\u000e9???d\u0006UV\u021f\u0000W\u0010+2`-Yo=kO.t,O4\u0001;9?+\r\/\n,N>jn\fE\u0001\rlGh&-\u04783:ux\u0005BmsmGEggY\u0006 \u03d5\u0007\u0019\u001916@A%\u000f33s\u001c@AAE \u00d2g\u000f[\u0007\n3]\\\u0012\\+2-Y3KSx':\u073er&f,wqPyLwdy\u0011z\u0011\u0019Y\u0001s\u0001}\u0006}\u0006}n\rgg\u0003\f\f!\u0007ggg,3h3\u0017\u0005\u0016'o=y)\u0007}\u000em5\u000fwk;B\/AA2\u0000<```\u040d\u0001\u0006\r\u0006-y;\u0000\u0006\r\u0006\r\u0006-\u0005\u001eAkIB\f\n\u00194]\\\u0012<+2-9*x@g%E3\u0545(igoBL\u0003P\u0017\/\u0013&\u06afM@\u06ce\u048b\u03e0\u03f2\f@+\u000f33scl>>K\u001egg\u000e9>>>dAAGC\u0001](\b8=\u050dQ\u0014\u0005:#o\u001a.\u0011lB0l?T\u0006R@i\u0003\u07df\u00036o;B\/\u0002B\u0003B2\u0000<\u0400\u0400\u040d\u0001\b\r\b-y\u0000\u0001\u0001;\u0000\b\r\b\r\b-\u0005\u001e\u0014Bk[\r1\u0006]\b\u0000\u0011b\u0514\u0004\u0017\f\u0000tK0\u0000Zt]lkkki\u0007B\ru\u0017\u0017vq&T\u0002\u0005\u0002\u0013z\u067c\b\b\f,\u0000>>>7\u00063\u0001}\u0006}\u0006}\u000333H\u0016\u0019y4\u0019.\u52c2@\u0019{@m\u0320\u00e9\u001dSt\u0017\u000fhBu^l?\u0002\u0006\u0769\b\b\u0006\r\u0006-\u0000\fAAA7\u0006\u00184\u0018\u0001\u0006\u0006\u0003\u00184\u00184\u0018HO\u0006]d\u04ec\u07a736\"?\u037ePg\u0000w\u07d36e7i& |\u0006+.RfVD#*xI\u0001\/[Pvh|\\r\u8dfcz]_\u06efBJ\u07c7{Ng,\u065b__X?\u0015\u0019_0Z\u0010\u0001\u04a0\u001a.^i!5O9\u001f\u00019\u0472P2A_e\u0005.Mj\u0010o_d?Vo7\u0015L\u001f]|M\u0017\u001a\u0012b(H\u0442pnW)J\u0342(U2\u0018\u01329\u0016\u0016N\u001b~,P q+^ZSzzJVl\u0011A1iVgw}xD\t\u000f\u000fOO|^&\u001bj\u0005`\u001bsCF|\u001e \u0104Ipdt\u0013k\u0124WL\u0636H\u0019G=k}V(k@KOd\u0006\u019b(VX\u0014D\r\u0017r\u0015x\u0015p\u0001J_\u0497fO\u06e2\u001aBX1f7i\u001a\nh1[M\u0018\u0005x\u04cem\ueebaU6\u047a2\u001e \n\u0015L`E\u0002(v\u000fuIe.S%Wg|\u0543w+P\u0003S=o|TO5FTYT\u001a\u0010\n\u0749-%\u01bfwcM_\u0012_~|\u0000_?\u000f2L\u0012\u0006%]%Jc\u001e\u001fv\u001eS\u001e2eO\u0013\u000b\u0010\u0013\u0000';\u0013swO^+S\u00de\u000b :\n'O\u0557U]\n-\u001e\u06cez*(0\n\u000b}CI\u0019\u0017o\u001d8\u0010;jo@'Q\u001by+w\u001a\u001f\u0019\u0553\u0000?\u0013~\u031e:&\u01fbZwV,>i\u0784\u000f2ya\u001fjZ\u0002YKQSe%\u07ed~N6\/uyX$[$!ai\u0007oZ\u001fB\u000bmk\u001at\"\u000b\ua37e>yCq\u001f\f>\u0006w4\u0005Q\u071c+|?4_<\u001dr\u000e\u00c5\u0007e\u946d^\nEXz\u0018.>\u0018\\G\u0089\u0299h\u0001\u00b7\u02beyh\u0010;\u0277\uecdee>Ysu:\u0380VI:\u000fZj):a4?g(.Bl4u2rT\u0019,\u001b,)u\b'\u000e]+Fv4\u000f\u0016@4j@_\rvGn'\u0017n\u0011}G}!|r]v\b&o\\\t2\b\u00d0\u0006V}8\u001f\u001c5\u0018\u0004QMP:\u00111E+Y\u9067Zg\u000frm\u04f4&2\u0006m .\u0015\" .\f&PZj\\\u001dSX\/\u0018v\u0146da\u0013\u0520I-\u001ba&Acl\u0098>\bu91'$blQxRLpOX\u0018\u062b01\fZ\u049fQP\u01b1\u00066\njP{FA\u001bpYu**h9PfA\u001c5\u000bjxfAM0~\"1,0\tA\u0010<\u000ej\u0017\u001c5|<\/@Q*\u000eB57\u000b\t\u0004w\u0010\u001aP\u000ek\u0012\u050c\fMv\u0003:\u06c4\u001f\u0011Feu;b>\u00147aPM3^0\u05a5\u0088a2q\u001dU {q\u1240\u0005\u001f\u0017eC#\u000f\u029c,j\u00181Ty^4\u00164#Pwz\"k41525YP~^6\u000b5\u0004C-x\u0016cE\u000e\u0001\u001cr+@T\u001a\u001b\u074fJb \u056bQ^\u0019g\\;\\Nd#jkY\u0007E\r\/(.\u000fkYW\u000e:O\t\u000e9\u0007\u001dB0\u0002l'b*JC\u0001{4\t4\t$u%\u000fS0\u000bcX?qF=ja?t\u0017\u04e0\u05fbC\u074e4\u0010>~].Y\u0005>|M\u03f3\u00cc\u02b88LI\u001f1\u0006X\u0013R\u0015F\"fHVib\u000fZ\rk\u000e?h\u03a0> <:Jnd\u0004C\u001e'{P2;U3!NP\u072dV%A\r8jm,\u0015biu,\rUl\u0013KC\u0019\u000fk\u014e\/\u0006Esga^c\u0000H\u0001P\u0001\r>b\u001e\u0001vn\u0003?PPEKc!f*\/I\u0001\u02ec$?<\/U9g\/oVM\ft?\u050d\u047bECD*=K_$W\u01cf3i4cS&\u009c=\u079fNj.=W}Ge +St\u0011bF\u001f\"~<\u02baQew\u0011\u008d&\u03fb\u015f\u0095z~7~t\u001e&ktucTy\/\u0013\u00aa*qWyLJQ\u03cd\u0012r3KO{jwM\u000b\u5ead\u001f\u5ffb\u001b]\u00137\u06c8?\u0016re\u0006sES\/C])~qF1K\u016e\u0007\nRAH\u001c!$QAKEx\u000e\u000f#cpQ[@[:32\u0018#|*rxw\u0017hvj7!\u001b9l\r\uaf06O\u0726Njt\u0012IESiIt'mv\u0016(p0C)l7H|\u0017\u0003`\u001a}@:q\u000ek\u0343#\u0001}?\u001a[\u001cZU\/\u0006RjsPj\u0012\r\u001cJ\u001ftepE`wk6\\OZ\u001dB\n\r\u0561*ikVc)[\u0007\\k>:J\u06e6v\u0007]M\u0007L\u000bL)Mpz\u001bQ@|A)EcW\f\u000e\u04bb^+8TC\u001b\u0004\u0007\u073ak\u066f}'\u0014bvG\u0005}Yu\u000fVow\u0006\u059dgO{g)&?\u001c:NVY\"LVKu7p\u00d857\u0018_\u000f\"!jPY*4\u07b9bw\u0018R\u01dff\u00045dn{l\u0353y\u0010{\u001f#\u000b \u000fu\u0011.Ul\u0006\u001ep\u00135O~,T=4\u0002?a\u02dcK\b_\u02b6\u0018zb\uc83eszuL\u000f@\u0007R\u001f?V\u0015dw\u0003Iq\u0007x\u001fJ\u07b9b\u01e7\u001a?<=\u0001\u0017%?sWE\u0006U{B^\u06cf>,\u0000IQC 5\u0001\u05a0\u0006`\u001f\f~_t\rn{\u0000\u0013j\u0011\u0007w\b\uc0f2\u001d\u0011)&k>J\u0000j]v\u0005\u0006olrO0V\u0018\f}>Ad`A\u0000^j}m\u0014ux\u05aa)\u0002hQ:ZmW\u001f\u000e_\u000e=l\u001e?\uc98c!>ZX2\u001f_GCzD\/N\u0019\u001d^\u0017]^\u001dTT%\u001b}\u0000UR0WR5$Q\u0015~f%\u037dl\u0174H\u001ex\u0227.6:sI]\u0350tq~~[:HVF\u0013\u06a6f\u001b8c\u0760Sq\rz\\['e}UZmn\u0161e\u001e\u001c\u06feW(=@\u0005j\u0013\u04a3( \u000b\u000b=\u00159KR\u0014%\u0262\u001d*\\:\u0507-C+'\u0014~THkK\u0019OH?\u03df`ou\/\u001a72eO*\u0019D\u0015.?'\u0004?\u000b+Vy\u001ex(%\u0014P:,\n+\"$ure((V\u05dek.`\ud848\udec8=\u04c9Rk3gR}[p\u0019\u0287~\u001e'mq~6Y2pri\u0014Ph\u00013(vl\u0015{;\u0014\u0015XG:-\u00141\u045c\u0018\u0019P{8\u0005W=\u05d5.WD3P\u001b\u00e3\u0016S\u001f\u0006g>\fO|#2b\u012a\u001f[mI\u0018_*\u017f\u0353oz=_!8w<'\u000f\u3336JqNW\u07df\ue4c7t'u?l\u0014,s\u01b9\u000b\u0006kx>NBo\u00173^\u0197V\/?,\u0017NyR\u01577WSc>&I^\u001fi5(V\u031e<|_3\u03ac\u000f5po$tz=&iu\u0197\u0a94>ndcmbwdwv?Y$N\nerHo&O\u0011\/\u001fVv\u06a32K\u037dvO\u0197:\r\f7[?,\/\u0012\u001c&l\\RoyvWJ\u0574&\u0015_-\u0016zV fM:\u0011]Edm9_'\u001f:wo\u0709dz_\u065f\u0003V)\u0014G\\GV\u0000;\u0016^F[\u07ea*_U*]~>JTY\u0018u\u00076\\;p0:U\u0534\"|G\u001do\u0018R+H\\\u001db$Nl\u013d\u000e\u0014\u000f\u0014o\u0013\u0012-\"e\u0011X>y\u000fseh\u0010b^\u0007U\/wP\/\u0012\"Iv\u0014W\u000eL_$K^3\u0010\u001blZW9]lj^gi\r~y]QT\/?wE\u0011K]SeMmh\/6JrU$ .o\r>,,H\u001f\"1|i(_t~GiyR\u014am\u000b`\u0007o&)>\u0474?fo\u0013\u001fOLS~].:\\\u0019}d\u0013x\u04508Y>,\u034c$:\"JX8V\r%Ct@Z)P\t5D\u00106.\f.\u0019$\u0007&EkW\u0002e|\r@[\u0000TjmhhK\tktk\u0012 H\u0011\bA<\u00033x`H\u000e\u010chr $\u06acqj\u0019qjG\u0018q\n\u000b\u05d9\u068e;)]Y\u0011i#@#=\u0005iiGC{!C\u01a1=X\b\u0017\"r\u0004>\u000es-\u001ehEv m\u0011}>\u0005miiCC[j\/a|4\u001ac\u000f\u0007ZS\u0005--hhL0R\u0001hl\u0000ZFb\u0003-i\u0018p\u025e\u0017\u0017E!fueYG?\u00e1\u0016TQKK?r8\u001ep\u0164x7\"\/\u000b\u0018M)KJ3$yuQWsd'liB~!)yNf\/m\u028e\u0001dB&w+\u000b\u001e\u0012FZ m\/*h\u06d0q\r\fj#H\u001d\u0018\u001c\ff.:)m1J\u001aRF\u0003\u0521*]|H6zd,\u000fYmK\u001d.vwQ].w\u0017\rZ\u046beR7\u01a7zq{KB\"t\u00018\u0003t\u001e(u)F\u001f\f\u919e=uD\u0010!_O\u024asu>?Vp:\t\u0012\u0014?\u077f,, i(\u0014e\u0010\u0014e\u0013b\u0013}\u0013r\u00130'\u0000'&&p&]\u0003\u0010C\u0096(\u0003B\u0007)\u0018\u0010D\u0015D\u0018D\u0015[\u0000\u0012q\u0011\u0333<\u06e2\u001c7\u03ca_\u0018\u001adcB. p]\u01f5-up\u001d\u001cHh#\u0014\u0011\u0018\u001f\u0006N#\u0006\u001e#&\"\u0012_&Tu\u001cw\u001a\u0004 `O5h\u07ac\bu\u0012[^\u0012\u0550B8%x67$a7*{g\u0004\/b6\u0585\u06a9\fn\u0018{h\u001c\u0016\u000eci\u000bU\u000bY\u000b\u0000\u0017B[\u0004\u0004P \u0007\u0007P:.h)\u001a$(Ta(\u0001(:_\r\u049aJCL(K2cQwT\u0017\u0019W\uf17e&\u001daN{=yJ.l\u0586\r`\"0v\u0012'>\u0016\u0007\u001a\u059a:F\f6^7Fvd\u07d4BXF6VHqd`\u01c4ed3\n+VL\u001d)\\7Y#es-lp\u0091Y\u000ew;.v@\u0481te\u000e]nr] a\u027d\u0007K~\u0645t)\u06f7Ym!r)Y(.xR,72hc@ASjn{\"Q\u0006[\u00184W0_\\\u0489]\u0013!h\u0006nS\u07c5lufz\u0270lv:5n6(+at4tQIrB=id\u0017\u001dLFQaUM\r.7]m\u0166kM\r.55T\nB\"quL\u036e2%_dJ\u0012SMeV\u0017pz_YS\u02b2B^s\u07582e\u001alR\u00d6)r\u0011\u02530Jnc(\u0137c,6\u0006\\ZIG\u02f2wY6Kw6K\u07e42\".7Iqm\u00006\u072c]7\u0003<\u0004EMu\u05a03X(V3$7\u0000g\u0019=6;@6C6P\uf133{M\"dr8k]F\fOl+HWM%b%\/hu7vJ>wS^l-P)xNT^JlbT\u0017]\u0014i*:ZN}=%H-@^S.\"J\rXIU\u001d\u001aC-4\u0005i(\u0013V\u07fe2)qx;z\u0001F\u0014BW?)-o\ub0ba\u0004%mc\u0011\u0013DE, Tlcu\u015f\u0006$7kfMVrl\u03d1}5.i#{\u001e\u0006\bOS4%3\u0015W\u04c7Z5'\u0007X-\u0007(Uh\u0010]$\u0004\u0011k\u0011zr-Gj@U\t\u001d\u045d7r+f':|!\fU\u02c0\u001d&\/.f']\u001472\u0761x\u000f{;\u0653C\b\u001f|aR'\u00dbSsb\u0004\u0003:^ g{\u0017xe\u0010S\r7f|\/C\u000f\u0015w\bOW\u0016Q.\u00f4\u0005T(\u001b\u0005{\u02b7\u0002mos79SV$\u000f\u001dS#\u06de1#mG7L}6;H &i6T]H\/@]uYcA!}#U0[-`|I\u0005 \u0004Z\u0007R\\\u000bt5\u0010\"\u0004\u0002]\u0001n\t@@W%@d \u042dd yb\u0010\u001e\u0010h\u0010h\u0010hqY \u0016\b4A\u001c\u0004\u001a\u0004)\u0000\u0002\r\u0002\r\u0002-$\bnU.@\u04c5%@Wd@[B U\t\u0010<\u0019\bt+\u0019\b4\bt\u0018\u0004z\u0007\u0004\u001a\u0004\u001a\u0004Z\\\u0016\b4\b\u0005\u0002M\u0010\u0007\u0006n\n@@@\u000b8\u0005\u0002\u001a0FmZ\u0011b4\u0010\"\u0004\u0002]\u0001n\tu%\u043aa\u0007\u0002\u0365\u021dA\"Qh\u06fa\u0010hBej\u001c\u0006Y\u0010h\u04d6# \b4\b,\u0003\u0010\u0003\u0002\r\u0002\r\u0002\u0018\u001b \u0412\u0007\u0004\u001a\u0004\"\u000f\u0002\r\u0002]\u0201@K\u0001\u0016\u0282@\u000fL\r6@w\u001a!\u0010\f\btK3\f:\u0002s4O\u0016A\u0007m\u0001\f\u00114\u06e9@\u0404@*K9:8z\u0016\b\u06b4\b=\b\u0004\r\u0004-\u0000\b\u0000A\u0003A\u0003A7\u0006\u00104\u0010\u0001\u0006\u0003A\u0003A\u0017r@R@\u0003#hA*\u0018\u05a5\u0015\"h\u0010$ \f\u0010tK3VC38A\u0017\u069a89-\u00028C\u0018\u000eBej\u001c-\u0383@\u001c\u0007AAe\u0019@W\u001f\u0010h\u0010h\u0010\u0000\u0006< \u0014y\u0010h\u0010B\u000e\u0004^\n\bP\u0016\u0004z`\u0002\u0007pa2S0)@H5(\u0010\u0004z+\u0003\u0002\u0012\u0002'v\u021f\u0006t\u001d\b42p\u01819\u0010h\u04d6# \b4\b,\u0003\u0010\u0003\u0002\r\u0002\r\u0002\u0018\u001b \u0412\u0007\u0004\u001a\u0004\"\u000f\u0002\r\u0002]\u0201@K\u0001\u0016\u0282@\u000fLu\u7c2b\\XVHB@+2 -\u0004Z3\b\u0007[Se\u041aj@GSm\u000eY7v\u0004,t6h0}\u00017\u000372\u0000n>\u034d\u0001\f,y)\u0345\u001cps\u0014f,pY7\u0010XVB\u4480+2-\u03b8Y3\uc6b8Y3'moVW\u000f\u06be:Na7\b\u0569\u0002}[\u0011z\u0011$\u001a$Z\u0001Ht\u0001\u0006\u0006n\rhh\u0003\u0012\r\u0012M\u0007\u0006.@\ub940D\u000beA\u0007&\u001a\u000bP#\u047aB\u0012M\u0017\"\u0004\u0012]\u0001n\tu&\u045aa$\u045a'K)\u025az?\u00074\u0003&T\u0011B\"A\u03c2B\u001c\u0007e\u0019AW\u001f0h0h0\u0000\u0006<``\u0014y0h0B\u000e\f^\n\u0018P\u0016\fz`\u0006\t.@\\\u0012\u0018tE\u0006\f%\u0519Aku8Y\u0006m45\u0174m\u001b4\u000e\u777c\t\u0569{r,6o;B\/DD2\u0000> \u044d\u0001\u0012\r\u0012-y@A) \u0445\u001cHt\u0014h,H$Z\u001b\u0087W\u0003!rI \u0015\u0019\u0401HXtISs\u0012\u001di<;hBuZ% \u068e\u040b \u0472\f@\u000fH4H4HtclDDK\u001ehh]\u0010mv^\u0004\u0006e\u0000\u0010]}\u0000\u0001\u0001\u001bc\u0003 \u001a Z\u0000D\u0003DS\u0001\u0001\u000b9z)\u0000BYA6g\u0005\u000fI\u0001B\u0010!\u0000[\u0019a@F\u0000n\u0005\u000bCC3\u0000>\u040d\u0001\u000e\r\u000e-y)\u0405\u001c8t\u0014ph,8\u001cZ5\u000eK+t!rI\u0015\u0019pPg\u000e\u0019vMs%\u040d\u0001\u000e\r\u000e-y)\u0405\u001c8t\u0014ph,8\u001cZ{BBui\u001c.D.\t\u001c\"\u0003\u000e\u0012\u0002'v\u001c6%iCkK\tik{\u001c\u06bc\b\b\u000e\r\u000e-\u0000\u001cCCC7\u0006848\u0001\u0006\u0203CC\u0017rR\u0003sh\u001d<.@\\\u00128tE\u0006\u001c%\u0519Ck\u0019CCUOD{\u00d6:$\u045e:lDSSIt\u000e$\u06bc\b\b\u0012\r\u0012-\u0000$DDD7\u0006H4H\u0001\u0006\u0203DD\u0017r R@ \u0003h-S.@\\\u0012HtE\u0006$%t\u0018\u0012}\u001e\u045e\u02dez\u0012ph\u0006W\u0121\tiTsMXrh#\"848,\u0003p\u0003\u000e\r\u000e\r\u000e\u0018\u001b\u0412\u0007\u001c\u001a\u001c\"\u000f\u000e\r\u000e]\u0201CK\u0001\u0016\u0282C\u000f\u0321uJui\u001c.D.\t\u001c\"\u0003\u000e\u0012\u03215\u000e\u001cz\"}S\u000fe\u0001f@\u001b\u03e3\u000b&TR}6Cwi;B\/CC2\u0000>\u040d\u0001\u000e\r\u000e-y)\u0405\u001c8t\u0014ph,8\u001c7 \u06b4\"h D.\t\u001c\"\u0003\u000e\u0012\u02a1u\u000e\u001c:c9!\u06d9{\u0011#).\u0011\t\u0569G9\u0002\u0011\"Dwj;B\/CC2\u0000>\u040d\u0001\u000e\r\u000e-y)\u0405\u001c8t\u0014ph,8\u001c\u00041A\u0001BU[\u0019pPg\u000e\u0014!\b\u001dS6vM4WAv\u0414Xj&\u0010iyph#\"848,\u0003p\u0003\u000e\r\u000e\r\u000e\u0018\u001b\u0412\u0007\u001c\u001a\u001c\"\u000f\u000e\r\u000e]\u0201CK\u0001\u0016\u0282C\u000f\u0321'\u000b\u001d\u000f\u0016\u0010D;\u0001E{\u0000\u0454\/+d\u0002\u0445{'\u000b\u06ce\u040b\u0000\u0000\u0472\f\u0000\u000f@4@4@tcl\u0000D\u0003DK\u001ehh<@4@t!\u0007\u0010]\/\u0005 Z(\u000b\u0010=0]\u066b\u0001|\u0005.e\u0000[BA\u001b ZS\u0005\u046e\u03d7 c;.G\u0017\u0010MN\u001d2PSs\u0001mGEhhY\u0006\u0000\u0007 \u001a \u001a 16\u0000\u0001%\u000f@4@4E\u001e \u001a \u0003\u0002\u0010-\u0005\u001e\u0018D\u0006_\u0015\nA4]\\\u0012@tE\u0006 %\u0015D\u0007\u001ac\u0005+6McD;v\np&@4:-(@NmGEhhY\u0006\u0000\u0007 \u001a \u001a 16\u0000\u0001%\u000f@4@4E\u001e \u001a \u0003\u0002\u0010-\u0005\u001e\u0016Dk[\r5j\u04caH\u0010$\f@tK@ Z1'\u000buD[\u0015l2e.}\u000bN\u0016D\u001d\u0017\u0001\u0001e\u0019\u0000DW\u001fhh\u0000\u0006<\u0000\u0000\u0014yhB\u000e ^\n@P\u0016 z`\u0010m^.Q[\u0010D#F4@tC\u0006 \u001c \u001a \f Z\u0018 Z\u0012 Z\u0018 z\u0007 \u001a \u001a Z\\\u0016@4@\u0005\u0010M\u0010\u0007\u0006n\n\u0000D\u0003D\u0003D\u000b8\u0005\u0010hOo\u0001`'\u04a8-@\u001aqO $P\u0274S.J4%\u0001Eh(J\u01b6,6\u000eLcsx ru-\u0405DSS\\\u0011S\u0011z\u0011$\u001a$Z\u0001Ht\u0001\u0006\u0006n\rhh\u0003\u0012\r\u0012M\u0007\u0006.@\ub940D\u000beA\u0007&\u0006\u0015j\nIt\nu@\u0010$*\u0003\u0012\u0012\u0002'f\u0007tAD~\u0e1a\u0015G'\u0012MNf\u0002;\u0382D\u001d\u0017AAe\u0019DW\u001fhh\u0000\u0006< \u0014yhB\u000e$^\nHP\u0016$z`\u0012m^i$\u000b{\bDd@[B]Ik\u0014C|OD35'l\u00b6\u000e{ \u0444h\u0014$[\u0011z\u0011$\u001a$Z\u0001Ht\u0001\u0006\u0006n\rhh\u0003\u0012\r\u0012M\u0007\u0006.@\ub940D\u000beA%\u001aV#\u06b4\"h D.\t$&\u0003\u0012\u0012\u0002\u0006nDoD\u000bDDAwz@AAeDD[ \u0004qh\u0000H4H4H0 \u0006wi\nItK4B 5\u0019Pg\u0012\u0019x \u0005qi\u0014}\u001eH4:-\u001aM\u0010'S\u0011z\u0011$\u001a$Z\u0001Ht\u0001\u0006\u0006n\rhh\u0003\u0012\r\u0012M\u0007\u0006.@\ub940D\u000beA\u0007&\u045aYD\nI4]\\\u0012HtM\u0006$%\u0519DY\u0003i\u0012,\u0585S\ro\t\u0002Lqc!:[ @\u06ce\u048b \u0472\f@\u000fH4H4HtclDDK\u001ehhH4:u\u0005\u0002X\u0629\b\b\u0012\r\u0012-\u0000$DDD7\u0006H4H\u0001\u0006\u0203DD\u0017r R@ \u0003h]V.D\u04c5%Dd@[BIfDohc;$:m#:\u0007:M!Ht\"H4H,\u0003\u0003\u0012\r\u0012\r\u0012\u0018\u001b \u0452\u0007$\u001a$\"\u000f\u0012\r\u0012]\u0201DK\u0001\u0016\u0282D\u000fLL\u0087ui$.D.\t$&\u0003\u0012\u0012L5!\u000f9Y\u0014q\u001f^Y\u0018\udab4\udcbf\u0007\u0014MN\u000b\u0006zw\u000e(\u06bc\b\b\u0014\r\u0014-\u0000(\u0000E\u0003E\u0003E7\u0006P4P\u0001\u0006\u0003E\u0003E\u0017r@R@\u0003h\u001d'\u0002b2S0)@5\u000b(*\u0003\u0014\u0012:\f>W\/]c\u0012;XD\tiT2\u0005v^\u0004\u0006e\u0000\u0012]}@AA\u001bc\u0003$\u001a$ZDDSAA\u000b9z) BYI\n\u001f\u05a5\u0015h\u0010$\fHtK3\f<\r\u0154D\u02b9\u0015G7\u0012MN\u069emBSOD\u001b\u001d\u0017AAe\u0019DW\u001fhh\u0000\u0006< \u0014yhB\u000e$^\nHP\u0016$z`\u0012\u001bU>K+$t!rI 5\u0019Pg\u0012\u0019x \u001b\u001a\u0019NlM\u0017ItE&TIS\u01c4.6n;B\/DD2\u0000> \u044d\u0001\u0012\r\u0012-y@A) \u0445\u001cHt\u0014h,H$Zc*|XVHB@k2 -$Z3\u001am\r=Y\u0016\u001dqM\/-\f\u021eWti!:K\u000b\u0014\u0016vj;B\/EE2\u0000>```\u044d\u0001\u0016\r\u0016-y)``\u0445\u001cXt\u0014h,X,Z\u000f\u000bj4\u0010\"\u0004\u0016]\u0001n\tuf\u045aC0M%SmmHl2u\r\u0705DSS@H\u045d\u068e\u040b \u0472\f@\u000fH4H4HtclDDK\u001ehh \u044d\u0001\u0012\r\u0012-y@A) \u0445\u001cHt\u0014h,H$Z\u05f9U>K+dt!rI 5\u0019Pg\u0012\u001e\u001c\u0005\f\u0003S\u0012\u001dvd{u\"\u0444h\u0006v^\u0004\u0006e\u0000\u0012]}@AA\u001bc\u0003$\u001a$ZDDSAA\u000b9z) BYI6g\u000f\n+]\\\u0012HtM\u0006$%\u0004\u0012O\u0012idh<$aW\u001cH4:-\u001a&4dIy\u0011z\u0011$\u001a$Z\u0001Ht\u0001\u0006\u0006n\rhh\u0003\u0012\r\u0012M\u0007\u0006.@\ub940D\u000beA\u0007&:NPd`RDkC\u0003\u0280D:h\rEt\rt=[\u0005m\u0012M}&\u0007\u0012MNlf\u0003v^\u0004\u0006e\u0000\u0012]}@AA\u001bc\u0003$\u001a$ZDDSAA\u000b9z) BYI3\u0087ui.D.\t$&\u0003\u0012\u0012\u0002\u0006nDoD\u000bDDAwz@AAeDD[ \u0004qh\u0000H4H4H0 \u047a]\u00faBJ\u0017\"\u0004\u0012]\u0001n\tu&\u045a\u001c\u0005\f5-\u0004$:='.$P\u0016M:&4tIq\u0011z\u0011$\u001a$Z\u0001Ht\u0001\u0006\u0006n\rhh\u0003\u0012\r\u0012M\u0007\u0006.@\ub940D\u000beA\u0007&Z\n\u001f\u05a5\u0015W\u0010$\fHtK3\u000b\u0012\u0365B[o,\fxWB)\u0569T&`Opca#\"H4H,\u0003\u0003\u0012\r\u0012\r\u0012\u0018\u001b \u0452\u0007$\u001a$\"\u000f\u0012\r\u0012]\u0201DK\u0001\u0016\u0282D\u000fLm\u0015>\u00054\u001a\bK\u0002\u0240D@A\u001b\" \u045bd \u0442d yb\u001ehhhqY \u0016H4A\u001c$\u001a$)\u0000\u0012\r\u0012\r\u0012-$HTp'J\u0017\"\u0004\u0012]\u0001n\tu&\u045aC\u001f4O\u0017EOQ\u000bm\u0014=Un(P\u0016N\rC\u0013z(\u06b4(\b\u0014\r\u0014-\u0000(\u0000E\u0003E\u0003E7\u0006P4P\u0001\u0006\u0003E\u0003E\u0017r@R@\u0003h\u0003jQw\u001a!\fPtK+\u000e4\u6a815,fhzEO)\u0569T.\u0010+S\u0011z\u0011(\u001a(Z\u0001Pt\u0001\u0006\u0006n\rhh\u0003\u0014\r\u0014M\u0007\u0006.\u4022\u0000E\u000beE\u001aVC\u06b4\"h D.\t(&\u0003\u0014\u0012:\u00100E\u001e\u06c8\u001a\u0010F~Ou-\tE\u0013\u0129lbSO\u0017E\u001b\u001d\u0017e\u0019\u0000EW\u001fhh\u0000\u0006<@@\u0014yhB\u000e(^\nPP\u0016(z`\u0014* B\u001a\u0005\bQ4BE\u0003Ed\u0241+\u0240\u0005e)wze\u0001E\u0003E[@\u0004qh\u0000P4P4P0\u0016s\u5c51hGU\t4j\u000b\u0010F-h\u0013\u001anU[B7\n\u0016\u0014\u02a2\u001d`cv\u001c\u000eCMQ=as\u001dbm4Y=bLw\u0464\n\u0548j&h$\u0005z\u0004\u0006e\u0000 ]}\u0000\u0001\u0001\u001bc\u0003@\u001a@Z\u0000H\u0003HS\u0001\u0001\u000b9\u0000z)\u0000BY\u0000a\u0745\u06b4B B\u001d\u0015\u0004\u000b\u0001H\u0000\u00012\u0000E2\u0000ia2\u0000i\u0000<1N\u000f44,\u0000i\u0000i\u000b@ \u000e \r \u0014\u0000\u0006\u0006\u0016q\n@\u0000j\nt\u0017\u0002\u001c\r@.\u0004 \u0012\u0002'A\u0007yQ\u0123N\u015bb|t\u0454\u0500*\u0017`u\u0001vn\u0004\u0006e\u0000\u0018]}\u0000\u0001\u0001\u001bc\u00030\u001a0Z\u0000F\u0003FS\u0001\u0001\u000b9z)BYAak\u001aiE@\\\u0012`tC\b0%\u0015F\u001e`t\u001c\u001b\u046cnf>\u001dMP\u06ff7\u0007?\u0007\u001e\u0765\b=\t \r -\u0000@\u0000H\u0003H\u0003H7\u00064\u0001\u0006\u0003H\u0003H\u0017r\u0000R\u0000\u0000\u0002i\fi@M\u0003\u0000u!\u0000Pg \u0019z\u0000\u04a5l\u0014hL\u0014\u0000i|\u0362#&T;\u0013 mz\u0004\u0006e\u0000 ]}\u0000\u0001\u0001\u001bc\u0003@\u001a@Z\u0000H\u0003HS\u0001\u0001\u000b9\u0000z)\u0000BY\u0000a+ui@.D.\t@!\u0004 \u0012\f5$\u0000T\u0014^\u0018j\"x4\u000f\f1,\u001dE T\u001e\tL,`y\u0011z\u0011(\u001a(Z\u0001Pt\u0001\u0006\u0006n\rhh\u0003\u0014\r\u0014M\u0007\u0006.\u4022\u0000E\u000beEZ\n &#\u0005\u0002(Z\u0003B@-!}h\u001aV>\u0010F(\u0012Pw?M{O\u0016Gwi=BO\u0002H\u0003H2\u0000>\u0000\u0000\u0000\u048d\u0001 \r -y\u0000\u0001)\u0000\u0000\u0485\u001ct\u0014\u0000i,@ZV\u013aB M\u0017\"\u0004 \u0010\u0002n\tu\u0006\u049a\u0007 \u0007\u06f0\u06feyf[\u0012\u00154BS@\u83adGI\u0000i\u0000iY\u0006\u0000\u0007@\u001a@\u001a@16\u0000\u0001%\u000f44E\u001e@\u001a@\u0003\u0002 -\u0005\u001e\u0016HkB\u0005\u0013\n4]\\\u0012tC\b@%\u0019Hk\u001etVyii\u0003i\u000f'ayN@R:R$\"]\u0000\u001dZ\u0413\u0000\u0000\u04b2\f\u0000\u000f44tcl\u0000H\u0003HK\u001e\u0000i\u0000i<4t!\u0007 ]\/\u0005@Z(\u000b =,\u001eY`b]Z!\u000bK\u0002n\b\u0001H:\u0003i\u0003.\u001cdI\r'w!MP\u05f5=\u0013\u001f\u0005GI\u0000i\u0000iY\u0006\u0000\u0007@\u001a@\u001a@16\u0000\u0001%\u000f44E\u001e@\u001a@\u0003\u0002 -\u0005\u001e\u0016Hk`.@\\\u0012tC\b@%\u0019Hk\u0003y\u0013^d\u001cCfPJ!MP\u00032\tC\f\u93adGI\u0000i\u0000iY\u0006\u0000\u0007@\u001a@\u001a@16\u0000\u0001%\u000f44E\u001e@\u001a@\u0003\u0002 -\u0005\u001e\u0016HkB\u0005\u0013\n4]\\\u0012tC\b@%t\u0018 \u0003$\r$M\u000b$\u0754\u0000\u0006\u0016g\u0000$]}\u001bc\u0003H\u001aHZ\u0000I\u0003IS\u4064\u000b9 z)@BY a\u0001\u0566\u0015\".\fV#\u0004$\u0010\u0002n\tuF\u049aDjvHz\u00121vBb:!iBZ'\u001d\u001d[\u0413@@\u04b2\f\u000f44tcl\u0000I\u0003IK\u001e i i<4t!\u0007$]\/\u0005HZ(\u000b$=(\f67\u001a\bK\u0002n\b\u0001I\"iC\u060eGk\"\r\u0017\u0000i\u06ba&\u0006\t\u0015j U&\u0011z\u001a0u.@\u06bc\b=\t \r -\u0000@\u0000H\u0003H\u0003H7\u00064\u0001\u0006\u0003H\u0003H\u0017r\u0000R\u0000\u0000\u0002i]V1.\u0010H\u04c5%\u0001H7\u0000[B\u0000\u0000m\u0019\u0000\"\u00190\u00194t\u0018@z\u0007@\u001a@\u001a@Z\\\u00164\u0005 M\u0010\u0007\u0006n\n\u0000H\u0003H\u0003H\u000b8\u0005 \u00052\u0015LK+\u0004t!rI\u0000\r!\u0000Pg \u001d\u0013'vt_\u0004H:d>[\u07504B\r%\"\u0013zH\u06bc\b=\t$\r$-\u0000H\u0000I\u0003I\u0003I7\u00064\u0001\u0006\u0003I\u0003I\u0017r@R@\"i\u001d&b2R0)@5\\\u0010H.\u0004$\u0012:\u0010>\rl#(t\t\u0015j't#$4,\u0003 \u0003$\r$\r$\u0018\u001b@@\u0492\u0007H\u001aH\"\u000f$\r$]\u0001IK\u0001\u0016\u0002I\u000f5\\C\u04baB$M\u0017\"\u0004$\u0010\u0002n\t\u001dKZ=\u0002I\u0003I\u0003I\u0003I\u0003I3\u0000>@@@\u048d\u0001$\r$-y)@@\u0485\u001ct\u0014 i,HZ7XVB\u4480\u001bB@-HZ3\u001aHZt7b6vw\b%MPf\u0012ft&DC\u0011z\u0012D\u001aDZ\u0001t\u0001\u0006\u0006n\r\u0010i\u0010i\u0003\"\r\"M\u0007\u0006.@\ub940H\u000beA%\u001a\u0003P#\u04baB\"M\u0017\"\u0004\"\u0010\u0002n\tu&\u049a\u0007\"upc\u0001GP\/.7z\u0004\u0006e\u0000\"]}@AA\u001bc\u0003D\u001aDZHHSAA\u000b9\u0010z) BY\u0010a\u000e!V9q\u0017h D.\tD!\u0004\"\u0012L5q8@7s\u0017\\q\u000e\u05f1iGP\/4q.DC\u0011z\u0012D\u001aDZ\u0001t\u0001\u0006\u0006n\r\u0010i\u0010i\u0003\"\r\"M\u0007\u0006.@\ub940H\u000beA%C\u0015NK+$t!rI \r!\u0010alc6L\u0003s =nGY\tH\u0013*\u000e;\u0011\u0000\u001d[\u0413\u0000\u0000\u04b2\f\u0000\u000f44tcl\u0000H\u0003HK\u001e\u0000i\u0000i<4t!\u0007 ]\/\u0005@Z(\u000b =,6@\u06b4B \u0745j\u0000\u001bB\u0000-@Z3\u0000\u001d\u001b\u0002 9\ube7a]4Bu%<[{D,t#$4,\u0003\u0000\u0003 \r \r \u0018\u001b\u0000\u0000\u0492\u0007@\u001a@\"\u000f \r ]\u0001HK\u0001\u0016\u0002H\u000f\na@\u0010PVD\u001b\r%\u0001H7\u0000[B]n\u0001H\u000e\u04c9.F\u001bHOtn\u001e\u0484\n}|\u0002i\u05a3$4,\u0003\u0000\u0003 \r \r \u0018\u001b\u0000\u0000\u0492\u0007@\u001a@\"\u000f \r ]\u0001HK\u0001\u0016\u0002H\u000f\u000bu}[\u013aB M\u0017\"\u0004 \u0010\u0002n\tu\u0006jR E\u0013\u01c9tk\r=\u0011DR|L,:\u000b\"\u0761\b=\t\"\r\"-\u0000DHHH7\u00064\u0001\u0006\u0203HH\u0017r R@ \u0012i\u01acFuiD.D.\tD!\u0004\"\u0012:\u0010\u2109t8\u0013NS]u#\u0484\n5*=Dz\u0004\u0006e\u0000\"]}@AA\u001bc\u0003D\u001aDZHHSAA\u000b9\u0010z) BY\u0010az\u0013I\u0001B\"\fD.\u0004\"\u0012L5\r\"I}Du]>7v(\nuWGvAP#j\u0007#\u0771\b=\t\"\r\"-\u0000DHHH7\u00064\u0001\u0006\u0203HH\u0017r R@ \u0012i\n'\u05a5\u0015\u0012i\u0010$\u0010\u0010tK\bD\u001aDZ \u0003\"]$\u0003\u0016&\u0003\u0006\u0013HHHH\u0002\u0006@\t M\u0001\u0010i\u0010i\u0010ia\u001e@uc\u0289uiD.D.\tD!\u0004\"\u0012L5CA5Ht4\u000f#E\u0012D\bynQ;\b\u0015jGB=H\u0227K;\u001e'AAe\u0019HW\u001f\u0010i\u0010i\u0010\u0000\u0006< \u0014y\u0010i\u0010B\u000eD^\nP\u0016DzX\"1\u00005\"K+$t!rI \r!\u0010Pg\"\u05c80^.\u0013\u03d9{\u0001\u0484\n5*t\u0000i\u05a3$4,\u0003\u0000\u0003 \r \r \u0018\u001b\u0000\u0000\u0492\u0007@\u001a@\"\u000f \r ]\u0001HK\u0001\u0016\u0002H\u000f\u000b@F\u0003!rI\u0000\r!\u0000\u0010~6.\u011eAP\u0003Hs)5z\u0004\u0006e\u0000 ]}\u0000\u0001\u0001\u001bc\u0003@\u001a@Z\u0000H\u0003HS\u0001\u0001\u000b9\u0000z)\u0000BY\u0000a\u0016)T0.\u0010H\u04c5%\u0001H7\u0000[Bf\u0001Ho\u001a\u001e\u0013u]7 MP\u0003r\txHwm=BO\u0002H\u0003H2\u0000>\u0000\u0000\u0000\u048d\u0001 \r -y\u0000\u0001)\u0000\u0000\u0485\u001ct\u0014\u0000i,@\u0000j\nt\u0017\u0002\u0011\u0002n\b\u0001H\u0002@c\u0014L\rN\u0018H\u0016\u001c1y\u0013g\/\u001a\u0012*\b:$<\u00071;\u001e'\u0001\u0001e\u0019\u0000HW\u001f\u0000i\u0000i\u0000\u0000\u0006<\u0000\u0000\u0014y\u0000i\u0000B\u000e@^\nP\u0016@zP o5\u0728M+\u0006B\u0000\u001bB\u0000-!\u0000i\u0000\ft\f@Z\f@\u001a@:O\f \u0003 \r \r -.\u000b@\u001a@\u0002&\u0003H\u0003H7\u0005\u0000\u0001\u0001y\u0002m\u0015\u0013w\u0002@\u001a1\u0001\u00052\u0000\u048d\u0000\u0000\u048dd\u0000\u0000\u04b2\u0000\u0000;=\u0000\u0000\u0000\u0000\u0001-\u0000i84tS\u0000@\u001a@Ht\u0019O&z\u06084B\u0001X}OFeb\uc9d9l\u001c]4\u001b<\u033aK[m\u0012%w&y\u0007OlC\u0661r\tu~\u0006o2\u000b)}\u001f9do~aVe|jA$\u0011BK*3kxe\u0014?\u001f|\u0004,D\u000bF\u0244F\u00154A}_f?w\u0002a4\nn\u000f.&\u000b\rn\u0014h|8\u0014\\fA*\u0019pb\u001c\u000b\u000b\u05cdNO\u0016(X\u03f8Zs]>ZSl^\u001eRO'+ZaE\u0007(\u001eN\u07e6Z\tz\f'\\\u03ef?,><=y>\u03cfn\u0019g\u0006\u07d07ZR=JA\t\u0013\\MLNLzu4mT{Y?Og\t)|M+hkkuNMp\u0011*WP>^+]\f\u0017'}iN.q\u0019\/\u0015cv1\u0018\u050aAYk\u0606\uebab=[e#\u0018k\u000b+\u0001B\\\u0014\b|\n&YT\n\u0621>%\u064aJ2ZO0^\u001fV\u000f\"\u07ed@\u000eLQS=\u0018S\u000bg5RiB;+t'~X'\u02d74\u05eabg\u001bW7}wJ|{\u0002H~8_?0I\u000b\u001b\u4ad7t+y|y\u0007O&U#e~&r[a\\\u0001`Ov\"'V\u0461a\u001aWI\u0015_\b\u0006a\u0005t=}\u001dVg>IJrRhvWaGAT_{\u001c*L\u03b8xs\t\u0006Q\u000f$\u001du#oZ=\u00037\u001f\u057cz\u0012\u0007{\u000fS\tJ~?e{gLM \u00171Y5+%O\u00145UVt{hCR\u05dfgEKR\u001e\"y\u001f}>\u02abuA-\u02cb\u0436f?^'8C=\u0014!3j~GSX\u0010=\u0369sJh\u0007\u025f0\\xP\u001e\u066a.Pha)tdrf0Z\ud876\uddf2e?c\u001e\u001amNe|QkOM\r\u0512(\u0011f\u001d4\u0316(P\u0019\u0013s{B2(\u0016($l\f)X1\b\u0013\u00e0\/\u0019\u0005Ul\u001ckX\u0010A9\u001a\u0005o\u00bdf\u00010\u0012\u0003H\u001c5\u000bjxfAM0~\"1,0\tA\u0010<\u000ek\u0017\u0002Esp*;\b,h'\u0013ADj@9IP334\t\rDT\u000f'o\u0013F\u00181kTF(^#6\nCq\u0019\n45\u000bc]*\u00176F\u0010vVu'\u0002\u0016\\d\u0017\n>+s!R\u0006\u00066\u0016@[\u0001\u0011(>=5\u0018\u001a\"RF|\u00066\u000b [\u0001\u0017v\u0001\u0221f{\"H\u0019:\u001a0Cn\u0005\n_\\c6zQQ\u0015z58+k\u02c9lDm6 H\u0001EU\u0017%h]g#U|Lp\u0239e?P8\u0016\u0011`\u000b\u0397d>\u0011SW\u001b\n]\u001d\u000e\r]4\u071fIPE\u0004\u00074\t\u0280v&1a|\nfa\f=;\u0012H[-bfC4\rD_KV\u000f_;025\u000eSGA \u0584\u0014nE\u0001f\u001ai\u0016x\u042a;MAa\u0007\u0019G\u001d'PG\u0352`cd\u001c?qW6us)*\u000eu;\u03b9S\u0420\u0006\u001c6x]uF\n4D9Fmu^biDx]+v|4(k?[\u000fr\u001c\u000b\u0006@\r\u000fg\u0000}$=R\u0003\u0006J'(IF\u048c\u001cD,_%)v|g\u0555\u0007*\u0005\u0012~?\u046a\ts\ue1fa1zHzH'ojq&YflD'\u0017S?=W)Z\r\u07e5\/\fde~.RC\\\u0125O\".nTYm*=\u001e2>\u0017\nW9$&{K1iFW7\u001a8V\u001eJ2!\/:\u0012{J=\u01e4\u001a(1.=\u00fb\u000ev^l.y4P1^U|#9Gj\u000bn\u0001\u001dn{\ud806\udea0(7\u00198\u0019\u001dz\rOg\u59ff\u0006%W\u001b^.%j\u0007nwk;]h\u009at\u0001C3MAW04p\u0554tI.U\";i\u001ah\u001d43)\u0012$\u001c\"\u001e\u0005\u0013~1\u0005\u0015b\u0000\f\u0795zZ\/W\u0018F=\u0019sP}^n\u001e\u001c\u000fpZJ_\f\u052a\u0017J%\u001b8nv7Q5'\u06f4:tWrk\u0003 C\u0003*\u0002iV)\u0000[\u0007\\k>CSh\u0019HUY@Ks%_2A{l+6|I^_i7A\u0118\u0007\u0005j\u0014%\u076e7n\u0015\u000fN\t~T\u000fCP(K?f\u001f\u001f\u0012\u0017\u0012,.\u001eqe|k2|?_NJQlmw\fQ\u001a\u001cPw_p@\u0005\f\u001bW\t\u0011\u001cu\\t_N2p\u001c@\u0002}\u001e~xN)\u0000[5\u001aW=i7}\u0015\u060bB\u0007}\u0015:\u0016\u001dBv\u07f8z+\u001df\u0005\t\u0014o\u0643bMG)Zk~\u0003\"\"`*\n1\u001b@\\d% \u06b7\u0001d]r4\u0006\u058bgO{g)&?5:NVY\"LVKuWp\u05585W\u0019_\u000f\"g!jPY*\u0003^9i\\\u001c#Xl`\u0006n6y1\u000f\u0011|qcDw\u0013n<\u050d\u05a0\u0003z\u001d\u07efe*F.\u0003EA]O5Z\u001dxzZ\u0003j\/J~j?VR\u07b9b\u01e7:~\u0011d\u0004H\u0004\u001c\u0005\u000b\u00065\u0000Tg\u0000\f;n\u0000t\u0003\u0000V\u050c>k\/F`\u001fN7q^wC\u001c\u0004P\ubc93-0xc\u04c5=\u0006e\u0000!M2\u0006\u01dfr\u0007S1[\u0007\u0003z\u06b7QAF5#\/[n\u0007\u000b\u01a2E}MOi\u00078\u0017C\u000f3*\u000f:\u001di0\u05ba\u01d7*{\u0011#i\u001equ1SF;\uf3578qsz*U)U\u0246*5~\u001f@\u0014\u0015TM=*ITbYIes\/[1-\u0007!\uda64\udecd\n]R\u0017o3$\u001d'VYUi8`UeM~j\u0019\u001dr\u000eQ9>9|h=3e\/=\u0015%\ufcc7?nGE\u001fm;QZ\u001c:q4(S2NCUDI\u001fm;E'\ue86av>}_\u001fUQ\uc136\u0006X7\u8538a~C\u001e\tmY\u07e7d>V[q(=Y&\u01fc7\u01f6\u0015#JE{eIh\nW\u000e~K1b\t\u001f\u0015RnF.'[:d\u074b\u0006M:L\u064f\n\n\u07df!T8T\n\u00133.\u05f3\/Xy\u0854xSCT+\u0014<\u04ca\u0255\f[=^{o.\"L'K\u0348K\u0001o\u0015>0X~\u001e'mq~6Y\u001ced^FQB\u0007\u0320eUPS(vW`\u001db\u0014PwDsbd@-\u0014^\\W\\m\u0013@m\fZO}\u00180\u00bdI\\\/i\u0010\u06e6\u001b_^RR\u054a'\u0791yY!\b+\u001f0}dB)2}]>d\u07f6D&Q|\u001b_jdkwD\u05d2\u001e\u001b4kk\u0014\u00193M6\u001fK2\u03a5DoLD6%|e\u001aQoJc4myA]Y(\u0017\u0015;'TK\t*\u001dHh@[1\u0018,\u0016h\u0004\u0012:`F_r%Y'K\u0144\u0007\b\n^\u0017~\u0014@\u0016^1YJe n+VuIflyH\u001fgO\tl|M>\u03b6Y\u000b)\u02c7Z9r'%\u0587zZl=SU\r_;6(9Of\u02c7?\u0015I\u001dy\u0002\u0005\u001a\u001ds?_\u001a^>>9bI\u0672\u07bfkp[nR\u001bR\u0002\u001f$vg|;)(!tUv\u0019\u001a*}S7fb}\u001e\u0600rqHTQ\u04fe(\u001dYwa\u022da\/VJ\"$\ru|P~ (\u0016o\u0016)\u06e4\u034eI{k\/E\u0014F\u0010[\u0007|?zIz)mM\u0017NNrc\"Y\u0014`\u057d\u0087B>fS|\u001e\u0019\u000eLO\u001541H5\u0006e\u0002j\u0019q\u001a\u000eLO\u0015O8#5N$(\u000e1+:\"\u0019\u000eLO\u0015#\u05df\u0001w^]Lw~z#\u0002)\u038ed4sIG[\u0017\tyGGv\u0196&\u0017Bd&\u06d6\n\n M&,dr2P_)(l\r\u0496\r!\u05e0\u0000 2\u0501A!bB#\u0000f'R;F]\u051eQj(u`:TK\u000fF1,!Kmw\u03c5T.t\u0017uzEAwP+zLj\u0011`}^\/wtM\b Z\u0000|\u0010\u0003.5<\b\u0003!\u0433\\Q\u0016%dK)Y<N\u0016.\n\u0013\u0011Nu\"\u001d\u0004i\u0010\u00128z\u0010MXi!\u0006\u0014)A\u0004)!1\u0010zQ\u0004\/b6\u0585*n9o}h|6dh\u000b4\u0085*,Y\u04e6sG)NteFpVzIZoGQ:DiG\r3\u001c^F\u3817\u00125pX\u0141\u000eGa;\u001d\u001e\u001e|U\u001dyS\u4515ce&rE98jO\u0004?W`\u04e93\u00161z&\u074e\u000ezlUs`yTUp\u0000UO\u027fy5o=<9d[l[lge3Tb\\>>|\\CHK\"\u02bca6{Y:dn\u0657-\u06cdlf\u001d*}z9&C(\u000f7+|m\r[GU*?)\u0117gO:\u0195);=\u0497@\u0001tIv\u03c6Glv:U|xzZm\u001d.+\u0019O\u000f+[\u0004~g#9[qI^n$+Yf~7z6\u0017H\u27d3X\u0005~Jjy&5fX\u001b\"yc$\/+T>Q\u001fr)]~\u0011>:^Y-{7N3y!E\u0005\u001a\"QsQ\u0498J\u07edPFjC'Fnw\u01c4[\b_`uU}\u07f7\u0016_\u001f\u0016l)4]ml\tMJiP1\u0011\u001fg\u0016\/\ub34fo\u249fs\\.f\u03d7M\u0004.\u07bc1\u06f2}\u051bJ\\l\u0013*'+|\u0017&,\u000eR\u0396}MZwz~~\u0642\/'yp\u0015u\t)i,\u05d2\u0012\u0014'MWj\u0005tM\u000fx{=%1\u000f*Ih:\u0181>A5I(DGt9]\u0662\u0011J\u00169N)9v\u0012^~N*NM*\uc6b3p\u0004H\u0004fA\b\u000fHB\u000f4O\u000eK\u000eTRkQ\u001bVH5'%o'L\u001f9Je\u000bS\u001f\u0002\u2c6aCC\u0010q\u000f[\u0004lg}UF\u0010L]On@\u06cd._\u060d\u0018\/w\u0003`\u0000@RhV\nF=H\u0561GN\u0005DC\u001d\u000eU._1:C\u0017O]\u0003wq\u000e~\u0017g`\u0003p\u0010\u0015!F;#u\u0652fsYs4iY0O)8\u000b4\u06a9UUZ\u0015E\u001eR\u001b*`\u0011k\u03f0\bq\u0498aR,N\u001fXR\u001dgv6T3 N\u0018}G_0W\u001fqczNOVV>\u0003k\u00ea\u0011\u0199>F.4\u000e!\u0013_\u06cf\u0012.j\u0013)2yM\u0016\u000f|\u0005\u0017<|wd\n\/G[\u2bf5(r\u000b\u000b*3+~\u054e{k)9\r\u0006x\u0003\u0001\u07a07:KM\u0082\u0007w\/\u0006,F.^Z?y\u01dftYVW\/\n\u065fl|]\u0147fhe\u0378c\\N_d\u0013*.\nQTaA [US\u0016dF ,\u0014\u0013\nR\u0015\u0005\"$A^ S$KUPP\u0016d%\u0004y\n\n\u02c2L \/UA\u04f2 ] \/UAQY^MRaK\u0010n\u001alm(C\u0603qPZ\u00074\u000fV\u00074\u0010\u0006VZ\b4\u0011&V\b4\u0012FVZ\t4\u0013fV\t4\u0014VZ\n4\u0015V\n4\u0016VZ\u000b\u0016QZ\u000b\u0016S\u0017^KbbBi-ZLw\u0016Z8n-\u001cpJk1Z8Jkbp)twk(SZQZ\u000b\u0016\u076d\u0016ni-[\u000bWi-ZD[\u000bWi-ZD[\u000bW(ECi-ZD[\u000bWi-ZD[\u000bWi-ZD[\u000bWi-ZD[\u000bWi-ZD[\u000bWi-ZD[\u000bWi-ZD[\u000bOi-Z\u0004\u076d\u0016S\u0016s\u02e2v\u0016UxeQ=\n\u076d\u0016^P\u0016\u000b\u02e2v\u0016Zx\u04f2\u076d\u0016^T\u0016\u009fEn-|Kkan-|Kkan-|Kkan-|Kkan-|5,\u0003TZ\u000b\u0016WZ\u000b\u0016WZ\u000b\u0016WZ\u000b\u0016WZ\u0016\"PZ\u0016\"PZ\u0016\"PZ\u0016\"PZ\u0016\"PZ\u0016\"P\u000b)\u0016Z\u001d(EPZ\u000bgwk\u0011(EPZ\u000bgwk\u0011(EPZ\u000bgwk\u0011(EXZ\u000bgwk\u0011*EXZ\u000bwwk\u0011*EXZ\u000bwwk\u0011*EXZ\u000bwwk\u0011*EXZ\u000bwwk\u0011*EXZ\u000bwwk\u0011*EXZ\u000bwEvZZ\u000bJk\u0011ZJk\u0011ZJk1-*\u0174\u0016b\u0016Zx[ZLKkn-Jk1-q\b#Qf\u02a2Jkn-Jk1-*\u0174\u0016b(\u05c3ZLKkn-Jk\u0011ZDJk\u0011ZDJk\u0011ZDJk\u0011\u0726(3eQ0>'LYTi-O2S\u0016UZ\u000bb\u0314E\u0518(3eQ0>$LYTi-\u000f\u04882S\u0015eOJs\u0443&M]Xi0\u079b\u001eZdrS\u0017V\u001a\u001e8YnJ\u0443''M]Xi8zd\u000b+MG\u000f\u001e,7ua.4\u001f=xv\u0505\u0006\u0007N3SYZ\u0010'0\u0005)<><5^g\u0407\u03f3t\fpxzA\u001f\u001a_3SY{\u0006}{j=K\u03e0\u000fOg\u0019K\u03e0\u0007O[inA\u000fn.\u001d?\u001e\u001c?m]~\u0006=~jOt\fzp\u079fv\u0019i?\u00014\u0001V{\u06a5\u000bh\u0403\u000b\u0001K'\u0420\u0007'P[\u0005jnA\u000fn\u000f.\u001dA\u001e\u001cA'h3J\u001aQ\u0004\u034d\u001e\b,\u0012-\u0002K \u0004\u0002Kan\u0001\u0000o7\u0018\u001b&%j\u0017CW|\u0014!%n\u0002)J\u0005CH%W\u0011#O\u0016\u0007G^^6WJtTY&\/+Q\u05e8Ti~e\u05ffyFjBiyQy,+s\u0016\u0004oh\u0017JjkE?Oj\u060c~\u009a\\\u0013uX^Q\\|fe@?r\u02e6\rZU\u0011K\u0014aj\r)k@\u0412\u0010CC\u0018y]TQDKSH~+6\u07a4\u0018-\u009e\u0457\u001a\u00052}c1\u001b\u05da\u0015N\u00177Y(9i1+g\u022aqYmJ~\u6b64>'\n77?Vn\n\u0011o;y2\u046e\u07b1d\u001eNz\u05a8\u0724x+\u06d3k&\u00037\u000bB7:\u0013oy\u0013s}\u001b\u072f=&KFQ\u0014N|ru\u0002M~GR]\u001e^;\u07fe5xm3#rtyv\u0002-v&^#\uc4f4\u001f\/tyg6E~mQ#wlQz7\u04f77Q49\r77&;%\u00a9+\u03ee\u001eNIpRF\u001dq]6~<;p\/>!e,U\u023d&.+wCV wn$%q\u001b-s\u0215un|GauqX\u0002\u001d:ai=]V#|5>\u0004O\u00026\nB9\"\u0017*nXo\u0005\\uFr\n&'\u0005\u02f9~\u000e#2\u0016wL\u06dbIm(k\\V\u0017)Z7kF\u0005X1\u001br-\u30fca\u0015\u058bYV~\/i!y>-\u001f>8_Y\u0015_K\u0015Yg:`)t\u0019_7}\u0016Oti\n\u067bY4q.7\/g\n\u001a\u06f7o\u0017|2xH\\\u0016\u0382i|DfIQ4vL[R6me\u01a7-%4\u0692QjZ-[8?|\t-r|1{\u00165[f\u000b.+K-\u3d56rYm[\u059e\u0017\\{^qy\u02755\u05de\u0017]{^uy\u0675u\u05de\u0017^{^yy\/hX)\u0016`\u0015n\tF\\\u0019.\u0014\u000e\u02f0N0BR:`k\u001b[d\u02ca\u017a\u0010d|\ubfc4e,:4#]\u0018L&II\u0549D>-P+\u0014\u0012ek}\/RJ2e}\/TRRek}\/VZrxbbQ-YTk\u0016\u06a2Ej.[L-KKdBH4SI3M\u001fJe%?LKMl\u0004\u001c_ wDf%wix\u0018\u0014cr,{4Xz&\u001aI,\u001cK[X]\u001bqCO\u0010'\u04ddaN\u0007B'\u001bg;Y9ou~#.\u000f\u06db\u00937\u0106o=\u0782\u0731iLpS8f|\\\u0528|\u001cr2YL\u03f6GrI\u0018e\u0275 \u001d'C2\tnrE\uda34\udebb17vEn^sL\u000e\u000b\u4b8e\u020dv%wuCn)Y\/;}.u\u029dJ\u0356\u0006b^\u001d'\u001fvZg*\ttuU\u07ed\u0010\u000f\/\u03feW\u0013*\u0013y~aO\u0017Aw1;\/+t_qu+*3rdtz=&L)\u01d7(ioM\u565ae6*m\u000b_w\u001d}SY+Cd_\u00179\u0017a\\'\u04b4\u001fg-\tgL[tMs?iK\u0006\u076f\u0011\u0496]sH\u0006S_Wk{\u0002%\u0014\u02b6B2w}\u048af3nI|ySLfdp\u000f\u00127\u074c \u026a_%o\n\u0014\u04d7bW ^4Ql\u00152:\"W\u0005P~\u06a4\u00111.\u037e3}\u0012$\u0013~\u0018\u02df',\u001crcH\u05be~{3y\u001b\u0350[\u03b5\u0439\r\u000e\u0003&\u0001n.OV]SM\u000f=\u000f<\u00102`\u0015o\u03bfoIEeSL6-[-P2\u06eb\u001d\u0002O\u07b7NE<\u00eb(HO!~\u001fX*\u0014q[\u001fjkx>]_6{>R\u0125Tm\u001a#TiAg}[\rk\u000fPaQ*}ig\u0776sWVQgm;\u07f4dKJl>+yOJB17srg'\u0015z\"]a6X\u8f60=\u03bet\u0012I\u001fN\u0013Z\r$N[\u347a\u0003Za\u001c+\u0014|\u0012,fbHKHzYAZfP\u0000k\u0586#\u04fam\u0003x\u0013NRKTS\u001br\u001aSw%nEz)%Mi\u0568\u0014\u04e9`w%-\u001f\u000e+HHPKIPIP\u000bJPkJPJP+KPKPKPKLPLBR5M\bNkuRXTRV\f\u000bP~\u0002a\u0006\u052fD\u000eQh=juYZ\u001dW\u0016eajM\u0002\u5a65[Z\u001aWJ:+S\u0314ke9\u0000\/>TNc\u000f49)u5#\u027e\u0013\u0010m]uY\u028dFhe+k~%\u067fTaRm@u4~\u06204l0d\u05f7 b\u001ew\u0758Mt)gX\u32e8%d\u0016\u035dR8Ym[LFq*4Q\u05f6\u0011*\u000ek#e\u001fn2pw(\u000eo,\u0018\u0016C\u0005\u0014\u0004\u0015 @mIJKl}Cc\u001dBIP\u0011~l\n\rP\t+LeN|@];}\u0007{V'Ea\u001b\u001cj-\u0007E!zA\udad3\udcb1\r2\u0018S4F{zF[06\u0771u\t;\nC]\u0006%}\u02bc\u0002%?)6k\\\u0010f\n-me$W3E\u0001\u0383\f'p&\/(+\"\u0282\u001eW\u0163'_\bO\u0014dL\trCJ\u0364#J\b]gD\t\u0007N\u0001\u00197C\r+\u0005~1`\u0425\u0003]\bz\u001f\u8c85\u0010\u0018_\u0006PW\u0001E\u0000q\rPBEX=\b\nx\u0002\u001b\u0651}`g#\u0014?\u0097M|\f2\u001b\"\u0011~FE8wu|Is-\u001b\u0011el\u001fon\u00e1CA\u0010V\u00176V\/*W\u001dU_\u000f2Hy\u0012\u03c3MWB\bu\u04d5RAs7_\f5=A\t=IGH1\u000f?Bt\n#\u0510|Zz^}I_ENP ko'\u0004R\u001fow5.G\\\u0015Kd\uf5fc9\u0016~I:\u06bdyRr^p\u00dd\u05e22\u0003\u0002.R\u001e!cE\u0081#Q\u000bY\u00107>\u000fd%\u0019<\u0005?%\u0014[Nj{M6_}gVsE'.,N\u011emf6hWs21t)a8r=H\/A\"W\u00eb,V\u001ab\u0002']'O'b'9j\u0010\\\f\u000bfKfnY^4,#\u047bE\u001c=*\u016c\u0012J\ue985\u000b8\u001a\u07ab2=\u000ebSRFX4q,n:GS}\u061bzf}NI\u03c4\u001aD\u05ebz'\u001f\u05a1#]!5\u001aI\u001c\"(v \u065e\u001f\t\u04d51C^dt!_[HU3\u0011#\u0361jB@KMHJl\u001a56cNj(1iUw)j\u0783B\u03dbZ\u0003(B\u0015ny\u0016\u001a'A\u0011-*)\u0003;WI\u00199Mk\\|<\u033e\u001f6P~\u0014]p\u0013#tMj\u0006_PSF{NM=\u0697+-`Uy?y\u0001+#B\u0007WGG\u0006NR\u001d\u0015c[>c*\/0\u00179B\u000b(\\y\u02d1M'\u001c\u0014))f\rx\u001aW\\.td{Ji\\d\u001f1RJbY\u0003(\u0010\u001fal<9s4G\u0012\u000bKMB%s&\u7c75\u001c\r\u0004RPJr\u0013mk4\n\u0442\u0001HX\u0017D2\u02f0in>\u034a^kwoWiEq>-\u07bf78pW&rh{\u001f\u0018=V![ $j8GI%y\"\u0017u\uc3ee\u0001qFbosv\u0011VH]w,\u067fv0h\u03f3dLmW\u000fj[-j\u0017_.\u000f_$\u00045\u0002\u0016\u000e\u069b\u000eKG\u001f\u0018\u0019V\u0766HdX\r\"a\u0016T,^\u0006I\u0016(\u0011s~Pqmu\u0000(2c4u\u0278g\u0014I\"U\u0011f~oClfHO}|#@c\u0006zU\u0012\u02bc\u001a=\u04aaV\\\u062a1}\u0005\u0011l1*\u001f\u0393|2nx`+\u0215O]Jz\u0018^A6#w\u0001\u0014\u0015_j\u0157\u065b~\u0010G`\u0000\u0017\u0013\u001c_D\u0005\u0018\"&\ud950\udc58\uda20\ude42dX<^\/LPvP\u00d90g`KD\u03e3YVN\u0000n\u001fL4;G\u0016P\u0007@\u000b@-Qyhgryhv}\u0007q\u0015xTwc\u0017m21jTk6Z0\u06c4$y\n\u001e;(u\fcT l\u0014\b7A@a)\u05dcQ\u0014WMR}Au\u0007?KQ*\rVn'<\u0004@VEJ%x\u001cmPr\u001a9P)G9\f\n\u000eS\u0003\u0007z\u0015Q]}+\u0015\t\u054a2\u000e\u0007'n\u000fRU\f~{\u0007R}\\DIpu ;:\u001cN\u000e(\u0010\u04b9p8![eRi.\u0014jGu|D\f]\u0000C;)U\u001f)ZoL\u00f7\u0016\u0007b\u0441X$!\u0002$~2r<#`k,\n#1\u0018>\u065c\u001c\u00c20baM0v?a0![\u000ef\u001byj|81=[C6Wf%8L\u0016lKH\u001exs\fwq\u001bShV\u0002Uj\u07denKql\u05c3F\u0728S\u046e\u0001s^>\u0013^\u0004m+\u00df6s] \u001c].h+H.8H\u0017y\u0005. ]jl\/dU~5\u0016\u05b1LV|#\u0001\u069d\u0001\u001fl\u001d\u00078\u0016BJVk\u0015Y&GQ~H\u001aa'=\u000e\u0011vc3+\u008eR?>?\"<=?xSH>D>Gg\u001c(\u0015$.\u05f3\/T\u0016w\u0000\u0005x\u0018cijGj|J\u0017JDb\u0003t{-\u06be\u0639Z\u0010b\u0417\u0245T+N\u000e6YX\u0007\u0001\u05c0l@6\u060e<\u0292I[m.E|)!o}^\u0017\bp}<\u01cf?\u0011m|.?>yH\u0017+J\u00bc\u00163\u05dfgEor=gm'M&LnGS^bW|hr|jwPw\u001e+?#q\tk*XHx4s\n`vQ\u0002nxLWcbJW|&\u001fsn~6\"V+\u0003=\\.w-m\u000b\u001f0zI_\u000f\u01d3\u4bfay\u025d\u001a*O~,9\tx\\5UBi\u001as\u0016?\\w@]<]\u0016\u0002\u0012\u055a\r}\u0014kk.\u0006;y[\f\u0476\u0011Z\u0003f\u009e-k1\u0542f|\\\r\u001b5XY~:x|}&\u0012\u0011b_d'\u03a7TrgV\u03ea\u0016R$\ue9c4K0]}I~Le6U\/i)\u01bf_}u9{}I\u001f^\u0334bkuf\u0013U\fk\u000f*\u2cb5P$h|yNW\u000flnU\u0017:?R\u000fx\u001c}?_fVPDY2osuN\r\u0019\u001fjUN[nnF[o);k)t[_siVmu{g\u02b6u\\2KfzJ\u0018=fu=7zJ\\?_$}d\/[Gxp Kd\u0236\u000fKv1\u0266\u001d~5>?-\/j\u0012t|XY\u0013PTH\n\nc\u000f)[e\u03bd~~\u05b295dgk\rY7\u04f3\u0018p~1-[O#3Q\bZ?]D\u0004v\"|\u000f\u05163@o\u0003U\u0000`\u001c\u0000%pP>nHk\u0010>i\u0014\u0018A\u0007`\u04c0\u0017\u0640\u00174T3ih>{h;oG2\u00d8m\u0017\u03b40r4c\u049ao|\u05ec\u07666M\u000f\u02df\u04c5h6o\u6ad7\u0015VHar\/kDJn]\tKKy\u0003dF]J{\r\u001b<$\u061f\"\u0734];^F@Msge\u0428I|y|T:?-b\u0006\u057b}z\u000b\u046fI9;\t\u0005u|\u066c\u0002\\\u065c\u0010FiTq\u0481@n|z\u000fl*N@\u0003\u0016\u000eX\u0002@@\u0005\u02fc._I__}xxc\/+<\u001b<\u000b|&X@0\u0005G\u0015\u0012`YO7&y>+2\u001f#oR lYoRZ\t$:\u04d0L_Z\r#oYjoYjoYTSj!e9e~R~;\u0015W*V||n*\u0005\/\u001fkQ\u0012KU\r\u0001TI%,\"\tU\u0014O6\u0019\u001d\u0016e\u5457oPTL\tql\\\u013ap;4{\u0011tw\u001by\"hdW\u0019J\u04ea|\u07ad7\u06a3Y3MG|z\u001c, 5%tS76{>7][\u04db35}Sr?\/\ub3bcc\/u|X$I\u05af\u000b\u000bKT\u0553;w\u0017AitMs?Iz\u06e053B\u06b2\udb93\uddcb\u01edt\u001c\u0001mzi*Y\u0002J1T^FH+\u0378'%M\u02fb\u0006i\tYM7#HWn\t\u0002\u0015H]F\ufce8;.j\u0004e\u078b\u06851O#Xc\u0018s\u00013cL\u0458=[\u01fe=5f\u05b7q;6e'\u075d\/tp\u001er\u001b\u02f1x\u0017cF\u000f\u01ae\u0673w\u944d\u0014q)\u0006)qj=?f\u03ce>\rm\u0012@\u0016c\b=\u0012o7srg'\u0015z\"]a3g>!WHr\u0007N`'\r$N[78e\u0007UD*Y\nr']\u0011\tQ\u0016HSY-K\u000e\u052b\u0012\r2cZ\u0006TK\u03756\u0617\u001em\u001bsYi$S\rmi\u0007Xt\u07fb\u0015N\u01664UERLuz:, -\u001aR\/#C$C-&C'C-)C*C-,C-C-\/C0C-2\u000eLK\u0534:6-\u0282\"9]JaS)KY|*3\u042f?\tp\u0019P\u0010\u05e2r\":.J-\u02ba2]V\u0005SK@t8c\u03d049'u5#\u027e\u0013\u0000mUuY1q\u0013@\u0292?[\u0001qK\"\u0003\u0277}:c\u0132w4]\u07c1]z_u[\u000fi\u0014jE\u0512\bTI[e\u001f;FQ\u0007uJdp:&~\u0013QonysZeNt\u0658=\u0007{V'Ea+\fzvqdc)\u001bd0\u06a7h\u000e\u001afVdt7\u0013E\u001f.aGaKqY\u04cc*U'f?|M\u00078[`\u001c-\u0013\/\tF2\u0014qx\u001dRrl&\u001dQf#J8p\n\u0238q~\u001fj`\u0785Nu\u0005KZ2\rvQ%`;zukFC?\u001e\u0004\u0005\u0007\u001b1Y\u054eGNxV\uc10ap\f\u0016dZR=5\"S>[?Z\u001f\u0764QG(\u02c0E\u0006%]\u00120[5[\rx4]+!:J [\/|u\u0771H?b\u001eJB!x:\u0005\u0011jH>-Jq}KQ!\/vyF?\u2b70_j'}\u0014\u001e\u0331KQ,\u0007{\u0012gO\u001da\u0014Kf\u000eEe$\u0007\u0004\\L=\u000eCF\u0003G\u0016\u0010n,}\u001eJ2:y\n~Klc)lsKi\u0016\\C6r\u015emf6hWs21t)a8r=H\/A\"W\u0018\u0005uD\u0002\u0013\u0013?:9rNr \u0018\u0017\u0316r(O2iXGw \u029eT\u0011=g\/fPr7-\\\u0149T$We\u0014{\u001dZ\u0019=))Ps,8UM7)\u001e\u0013{\u001d\\>ugBR@\"k~G5\u001f\u05a1#]!5\u001aI\u001c\"4.F=\u065e\u001f\t\u04d51C^dt!_\ue5a9P5Xb \u05e5&$%6b\u001a\u001b1o'Rn}\u06bb~\u0494RbA!M\u0001\u0014RSNS!\n{<\u000b\u0713F}(\u00eb\ud726J5.I\u001ef\u07cfla\u001b(rRI?.8\tt:&Q5\/aeh\u03e9Zr<\u0005jk\u000e%\u000e\u0715\u001c\u001e8mj\u0016H\/l}dj\u001aQRy{\u07b2\/E\u001dkc@cQ[]&D*9\u0015R\u001dr\u001d\f,\u001fSU-\u001aVK\u05ef%+d(y\u0012%[\u0000*RCk\u0017M\u0006&\u00194IJctQ\u0721PTG=Y\r+i\n\u0002i\"IT\u0011{W1\u054e6Yd`t\u0011MN\u0013](G\u0017M}L\u0005\fymha&P+.jt\u0018\u05cdn\uc879}\\C3\u0007Sq\u000fYK:j\u000f\u000fT!UGe\u0011\u000f\u05c5.\u0005-?MdAv}g)zF>&%?WYU,\u000e\u0007 I\u014fOT\u001a%>&\u001a|i\u001d\/j)wW>NJ||J\u001bH\u042daXqd 1v~~+I-r(g\u001a3x\u01a2\u0010r\u0018;\u00dc91,\u0018\u000e?.&\u0018T\u000f\u000fxa\u0018+Lx\u0216`\u07a6}0\u001f&Fy\u000f\u0590|Y\t\u000eRE>R-\u0007\u079c\"]\u0704m&\u0015f*\u001bRz1Q;7T.*m*\u03c4\u0017A\n'$y}*\\ lm\u0017\b2G\u0017\u000b\nR\u000b\u000e\u0005vv.8H\u00179s;[so!Y_u,U;\u07c8lvgr\u0007gp\u01c1\"z*N\u041fUZmTlDVLy\u0007{\\Z\u0016?>?anQ\u0011W\u0017.\u001f'_u;4:UXs)yj&\u07edS\u7c6f%\u001fe_M-0Q\u055fo\u0013|s3_oM4\u3319\u0006C?\u000f)+\u001dK<36*\u032a@\/V7\nI-9k&\u00037\u000bB7:\u0013oy\u0013s}\u001b\u0002=&\u000bL\u0006oYn\u05bfs\u001dw\u0706a`:.OV;fr\n'\u001fz\u001fx~nd\u00119|7W\/+I\u0006S\u07ed7-d\u0017\u7d4aB7*~--_3\u00057[\u0004\u0002n\u0007\uc7fc\u000bxBWLC't+&l\u0007\u001e\rV\u0001\u001e\u0013\r\u000fn\u0002gxv\u0004,\u000bm\t\"\u05e6Q\u000fV\u0001\u0011rd\u000bfa}\u001f.{+tao\u0015oeV\u001bA\u001fYF|q.\u0006\u038d\u001aIh,,q?_\u001d|^>>b\bYux\u0013SK3gF\u000bs)\u0012nS%x\u072e$]V2\u0017u\/e=\u03be\\\u07a4\u000f|fZ]^:]\\f3\tY|\u0015qZF(la|zBk\u000767\u03aa\u000beY^^^Xl3+(\",O_\u00197j'y\u01c6\u02cc\u000f5*'nh-dy-c\u05d44KO\u04a4]n\u0003;SL\r\u018cY5Se1[$QS*T]yR4'A#{d2?\u0083\u0003\\\"F}X_Z)M6oy\u0019U\u0003,Oe\"]\u03ea\u06a5wDVP\u0018K~HrN>.u}\u07f7q'\u0017\u07ff$?[oXb\u97de\u0010vCnz\u001a\u0011\t\u001f?B(\"|'`nYw\u0295\u000f\u05163@o\u0003Ur\u01car\u0000 A!AQbh\u0392\u0007\u001dFO\u0003^\"f\u0003^\u0014P\u001dp>}h\u001f\u0016\u000ec^d;SKk_v4A\u0006?\/N\u00179W\u06bc^gKVX!s\u027d\u0005Ro\u0012)A+'w%\/A\/\r5\u001aiw)m>7oz\u033fbfra^\u001a4R\u0005o\n?.\u0017\u0017FM\u02db\ua7f7\u0521\njznBkR](N{!z:l\u0580-M\b72?8m@s\u001c7pOk2~\u0014'\u0001\f\u0007,\u0001\u001f \u0542a^Y~O\u000f\u048fSxx_\/#<\u0013<\u0003|\u000b&X< \u0005a%iXA.*A\u000b%2}\u0003.o\"\u0003K-&\u001c)%$) N#<\r,0FE\u0005<[\u0016\u001d[9,5Sy5\u0012gfbY\u0012\u001c%T\u0010JT;\"\u0012T_w+).\"\t\tRSrvtc|M|S\u0665\u0005;f\t(rhZ\u0019\u0019\"-i6#G\u04d7W-f\u001a)d\u0014W\f\"\u027a_)o\u000b\u00143b_ m\u95deV\u0567e\u0000AP\u0012L\u0017U\u0001z-I-2]H;?5$$VO@\u0657e+jFp\u001a?H[iK\"\u0003\u0007}:cc\u00b2w4T]rv\u051fnh\u0014jIE\u0512\bTI+Ze\u000e\u001e;FJ\u000e}C4ohUjF'?[1)h\u05caB\r};4ogUL6\u07c92\u001bS1{`(L:v#a(\u05f35&\u001bK >A\u001d\r\u001d5: *\u0274n&.?*]\u008eP\u001afU?)6k\\\rv\u0007\u001a~sQ*\u001b=Bxh`$cJ\u0011k!%f\u0011ulF;\u0003\u001b\u0017\u0006]$]W$&p3I=<\u3e99D!\u001fV\u000f\u0002,kjF#IrwK|{v\nE8wu|Is-\u001e\f\u0011\"u?\u001fons?\"~a\u0003ou\b#~%U{d\u001c5!o,V\u0010D\u001dT\n\u0017cV|?H\u052b$#$\u0007\u001f!|:\u0005\u0011jH>5JqMLQ\u0001\/f%\u001a\u009el=\u0013w\u019e\u0010{&(?\ub2ecF]Z?Ec$\u0005[L\/\u000eF\u0003G\u000f m,}\u001eJ2:y\n~`Kl\\)Fl\u0546\u001esKi\u0266N\u0014C6\u0010\u0019s9^Iw\u0425\u0014'_nICsR]\nU\f\u048ayp\u001cG>\u067b@5\u0012 v?#QT\u000e\u017er x\u001a\u0316r(O8ZG\u000b3*\u0012J\ue985\u000b8*?Uey\u0018\u001d\u000ebSRFX4q,n:GS}\u0629z&v;%=\u0013j\u0013_\u0617\u000eE\u001f\nHh\u0017\u000b\u0000\u001aDU\u0012Y?#p6fH\u048bU\u0013\u0152@}\u0015+2\u001c\u0006+TX\u0504&ZQc\u0003=V\u028d\u04beO\u001e\u001e^U{ORV=(\u06295Bi*\\6\u001ay\/g{H5^\u000f2spi\\a\u0016b-\/\u04dePfuMj\u0006{_Ne)=j\u02d5\u0016\u001fTZG\u0288Q\u0006NR\u001d\u0015c[>c*\u001b0\u00179B\u000b(\\yy\u02d1M'\u001c\u00149\u001a#\t\n\u0565&H\u0015\b\u001d\u065eRv\"l)'\u0017y\u0013RH\"_u\u0278\u0015T~-_3[)a\u0394D\u00b2\u0006PsNT\u0010c\n'I\u0003\u0013\u0013\u0005\u0246x\u01bf\u03ef_\u01d9\u05e1\u0781\u0006$Is\u0010j\fu \u9203PKc6r^?\u001a\\x:]qu\u0005\u001eSHw{;=v\u0466c\u00186IfUJ^\u000eJMH\u04bb@_\uac4b\u0002~#\u0018\u0015H \u001b\u0005\u00a5\"kp3an)\uedddQ\u0014MR}AuN`\u0019\nSV]a*URir;!\u0019\u0014$8\u0006\u0012*R*\u0467#m\u03a095rRRs9!\u0019\u0014\u001c8\u0006\u000e*OQ\u0019`*\u0013\u0018\u0015eR\u001d\f#\u0013\u000fNR\u001e(U2m.J\u0003A@urPG\u05c4\u001feg\u0003\tC?yA\bvy:\"u414$\u05c3\f\u0001UK|t$TK\u001cT\u0006nUS\u001dj\u001dk5T\u001a>&\u0002\u061b\r\r6\u0004\u001bjo\u001fa+ffC\u000e4qRtQ\u01e4f5yCS\u00104)Zt\u01e4{\u062e;M\u0019US\u0007\u0014&\u001d\fP8\u88f2\u04a0DMn\u000f]C9x}p,e\u001fYJ\u001eI\u0264co\u0015\u0014I(\u000eY\u000fT2\u001f24F\u0017|L\n5\u02a3:^>RT~\u001f`h\u0017\u061fOzc\u0012A\\\u001e8D+(\u013a\/&\u000fQt%\u0275e<\u0010\u00195K<^cQ9\u001da\u0018\u0016\fVn\u065fW\u0017\u0013\fm\u0747\u00070\u0015X\u000f\u0013[\u0007skJ\u07ec\u0004\u00070\"m\u0016\u0003oN.nPt6\u0013\n_[`Jms\u068dw)nz\u0428\u001bUzs*uv6`n\u0015g\u008bm\u0013]<>{Sf.\u0010\u000b\u0004\u000b\u0005m\u0005)r\u0005\u0007V;oE\u0017\u001c\u000bZ\u001c99t\u02af:\u062aoD6`^3`z93@||\u0015BO*}~6b\/d<\u0017OL\u001e\u0257]\u0003!*{\u0011\f\u0014$\u000e:F\u001a::Ep)S(\u05fbc6\u001bR^\u00062dgAe\u0247=\u0010]\rH\u0006$g\u0003vULrC[M_\u0117\u0012\u001c6O'|\u00007':y8C\u001f1v>js\\\u039a\uf4c7t$kq?zyX$j\u000b\u001f,sfKoV|4\u0005.fz\u0157\/?,\u0017\u0006y\u0007!qr>_s>r~I^\u001fi\ucf26dLs\u001f>\u7bd0\nf\u0017%0tz=&,y\u0157j!>g#bbz; r\u0736L\rwu}}M>\u03b6\/)(SM\u001d\u0015\u000fjj|\r\u46db\u001f\u0013oz\u001fg4\u0018\u02ac\u0012S9mswfY_\u01fb6*\u0329\/?tB\u05fdbvo\u00151\r&yFg\u0007Np\u0372f,\"Fv8\n\u060c\u000f\u00066g&\u00b2c[g\u0cb7q9,M\u00187.M\u0011o!&2\t6\u0005LsG\u000b\r\u0015\u06e0U\u0000o\u0014$Ll\u0010.om\u0770]lmE;t\u0018mc#\u0000h=%\/\u001d[mW_%l\u01f97c'yuz06%\"d&\u06ffOO.\u0015o\u0017\f\u00dfU,\u0325HA\t\u0017]yr\u0792v~[%lr^\u0013+S\u058dr8ry>huyVtqa\u653f+\u0015\u001aUek\u0660H\u001e_\u001d\u0007r\u001ed8.l~\u001ef~Z{9{ya\u0273\u036b,<}e\u053b\u0012\u001d\u001bh\/3>T\u94edg\u0612u\u7375xONSv\u0492M43nL56\u033a2e\u0334`T.\u001dY3-%\f]\u001e\u057a=\u001e\u001b;BE\/Es\u0012>H-#<(\u0010_%nd\u0747Edz\u001aN_\u001fQ5b\tnTF:Z,\u0267]|\u0007$i\u0005\u41d2-2]v?~}k\u001cw\u001axK2\u07c6\u0016cz\u0016C[\u000f5&ziDs&|0\nX\ub9cb(qQ\u001d@\u0015~`%>KT\u0460|\u0310| |(B\/4gI\u047d\u0303\u000ex^\u0001\/x\u0011\u0001\/a\u000e_n}\u001an}\u000b?-\u001cl+\u0467\u001f\u32fff6-i\fx]_.Ds|y3_<\u03fe\u07efB\r{y]\u000b\u07a7$R\u0016\u0017WtSO:(_^\u001b k4nR|^\rh!e\u0016iEt\u0560*\u0010|Cs 4j\u0012_,_?m\\$~ha\u000b\u23fcAXOu0VaE(\u018co\u06547\u04b6x6=,\u04cd\u001fQx}\u0017\u0019.]`56]mu\\]KYq\tg;AXSYnf;\u0014Z-:S~H1R\u000f=R\u00ccp29\u0091jKGz\u0611\u001aNCT\bG#\u001d.FG{\u001dHu#H=H\u000f5R#\u001ct\u0018\u001e\u0007QcQ\u0491\u001a`\u001ez\u001ejGe\u001f*\u0010##>\u050e>\u001dU\u001c\u001b@= V\u0017Oo_\u0004zzG\u07a9wuzzO\u07abuz@>\u000fuz(}4{}^W\u0007a\u0017lZ2\u0325%h|Z,T&zTN&s\\b:'\u000bBqtl?E?d(N#\u0015\b9].B^\u0017!PE(T\b]-||\u001ejN\u02ceR\u0015\u0007L92P8>\u000e&\u0019QZjnSD~\u062b_O\u024aI',~]p3B7O\u001f_uL_e\u001e\u0192;\u0016bT7b\u0007Q8oD&s\\b:'\u000bBI:>e\u0006,>\u0019|=F6\u00c46l\u0014Q0\u0015 %^\u0007\u0018Gg3\u001dcm#Z'\u000fO$[gw+}gLr|jH)?Z\t\u0015`\u0101u\uca1e;\u001c\u037d)*d7u\u0007qe!d\u045f>%fz}M\u001d.isyY~lS\u0018n\u0644:j\u0012\u0017&\u0013\u01f628+\u014bf\u0004*\u0086K|Je3j\u0013\u001fq_}CZ\u03df,o&pW\u01d7r'VF+[|5|Q\u030fW\u00124y\u068fMV!\u001fV?\/\u0012q\u0004*kgN\u000f~s&\/@KL\\9M\u04fc9WWX[^\u001f\u0013~\u043fH4m,Ef\t\u0015:]]eV\u07eem3}L_\u001f\u0016+m,b]N\u0591\u04a6\u0016W\/ \u03bc_-^^\u001bG2W%?$\\\u031e\/\ufaf3I\t\\y&\u0697N\u0115?y\u0017\u0011s.|l\u05a3orJ{\u0015(?_\/&\\\"\u04fa;-4cvkI;-Ky\rZe@&]Z[]OI>yJf=j\u052a$(9B\"t9ob\bJ9`&{vV\u0375b\u000f;L8G@\u0014c\u0563S\u0003,liK}HyRrTvT{\u0328h3\r[lYcvX\u0002+\u000f\u05b3u\u00bfe9\u0016A>\u001a<=lIc$\u0004{\u001c{N|)n?JLM8~\u02bc5Y<\u0013^\u000b ?\u0005~>IS\u0013^vOx\u0007\u0018\uf8edp`n\u0005\u0005f\u0015jluN_j~Z\u0006x\u0003\u0001\u0000o\u001blR%&a\u0003+\u0017Tb\u059cg\\1J7\u000b2eB[]-( -Fg\u0001w\u0018d\u0168l1\u0016l\u0018-\u0006b\u0016\u0140;[\fbT~\u0018pgA6[\u0016\u0003lg\u0168lsg\u000b=-Fg\u000b;[l1*?[BfQBs\u0015l1\u0016z6[\u0016:w\u0433b\\~\u0439\u0016\u039d-l\u0018-tlg\u0178lsg\u000b#-g\u000b;[\u0018l1.?[\u0018fq\u0016F6[\u0016\u0006w0\u0642}(]\u00154* 7afU-\fla\f\u0016\u0006w0FYUg\u000b;[\u0018\u3b2a-L%larg\u000bS\u036a*?[\u0532\u0016&w0\u0007YUg\u000b;[l-LlafZ~0g!l\ng\u000b!mrg\u000b3-\u025d-lP\u0016&w0B-?[b\u0016jb\u021d-l-b\u0016jb\u021d-l-b\u0016Zb\u021d-l-b\u0016Zyb?;f\u000bSl1f\u000bl1\u0016l\u0016Cl1f\u000bl1\u0016l\u0016#l1f\u000bl1\u0016l\u0016#l1fAb\u011d-Fl1(?[(-\u0006g\u0011w\u0018e\u0160l1\u07f5f7b\u0015\u01ad*-\u0006g\u0011w\u0018g\u0160l1\u0016l\u0018-b\u0016\u0158;[q\nV\u0016o\u028fU\u0018lx~\u00b8Ue\u015b\u0016c\u0015\u01ad*-\u00180nUl\u000fXqf7H*WdE\u0005774~e\u0644!)Q\u0019M\u0019\u0015eF\u000584~e\u0674QMN(_Y6qTp\u0013JWM\u001d\u0015eG\u0005:4~eQN(_Y6Tp\u0013JVf3H\u0015\u0017\u001c\u0012&\u0015\\&W#\u000fG%{:\tLV9~S2d\u0005dwv4]DhyYj\u0013L}Se(V\u05a7>^[\u000b\u058d\u0016\t\"3(;07\u0015Q\u001d${?!gn\u0018\u000e \u000b::P\u001b\u0011ES|rn\b{\u0012[\u03a6_AN\u000f\u001cC\u0014E\u01d0E\uc841Q\u53bd[\u001eo\u0613v\u0647\u04944$*\u001e82\u0014\u90bc3\fP}{\u0013\u07ac\u0214\u9b9ct\u0002[\f=6%6Iw_'\u00137\u00048Y\u0011z\u07d4N!fv[\u001e9y\u001f\u000fzbG^G]\tUZ90t\u001cSv]W?\u04e1[\u000ex:\u001e\u000f\u0015P1\u000b+ m\/CZ532kg\u000fX\u0013Mql-$?\tp@\u001c~h1j\u03fc-u6{ttENc%=\u001a&\u4dee\u00030i'\u0227&#LK]-}\f\u0015\u001aR\u000eL\u0015\u048e\u0019\u0019\f@tAJ0\u001fR\r\u00159\u001f\u001aT6P\n3\u001b\u0019mAJj\u0013C\u00076cAFe\"\u00031w`Lyq&\u0015\u0002 f\u0005Ms\u001d,x:\u0014B`\u0005$\u0011w=\f\u0005\u0017\ub5ae\u001a\u001fe\u000fw\u000e^e96\u02c5\u001d\/\u0017\u000b_h\/\u038ce<\u001cRy(&6rX\u0014\n\u07350\u0010z\u0012=1E{\u001bI=\u0001Q\u00e8j5u\u0005\u0011@6\u0001\u0015\u06e2b>}\u0016Kkj\u001dbk\u001dll[\u0002{Kdp1-#\\Glt\u001d:ud\u0206\u05d1-#^Gl|\u001d*o~17\u0019`\u001c\u000bcI`\"#L\n{\u0019\u01b1\u000e0\u000e0S\u03f3\u000e_f\u0017\r8\u001fd\u000fs\u010e\u001c\u001a&oLdm\u00ed'|Dd\b-\u0014rl\u001bF\u02b1c)\u01f6Sm\u001cR9rl[\u02b1c+\u0015+lm\u0016\u000bd,rFj5[j\fC,L\u0017vy\u000b$G%TeK\u06be#i\u001fOP?r\u079fY\u001b\u0006$>=;KF]G`Kqm@\u067bJ[t\u0303a(k\u0472\u0007\u00c5\"\u0012uwU\u001b7hv\ud071M}TOu4b)c\u001dTk\u03a22g;\u023e6BG\tA?\u0555\u000f~8\u0000\nmpuiq\u0012\u06bf^ \u0006`PP@(jl`\u0005I@a\/t?gEm_\u000b7z\u04e9}\u04cdt\u07e2t&\u001eO#yl[t\u0012\u0499t\u001aF:$\u00077\u0017\u049bu`\u001aSh\twu3c\f!%d!Nk\bcC\u0013\u0001i{\u001f\u06aa\tz[~\u0016\u0012<\u001d\u0019\u0016\r\u0263>\u001cP]c5\u001b\u0010(\u0019*o\u058d\u037a=4';\"]-}O\u0001U\u001eKT\u001fD9Q?\n]_M#&N):IUJ]&+HK\/E>\u001cDm\u0015\u001e\u0006r-K{EH=i&12\u000b\ud55eICuz\/~\u059b|Ew\u0017P\rw&_}Gl\u001d;wd\u0226\u07efs\u0000\u07d1#\u001bG\u0000l\u0002\u06c0o] \u001dt\u0014rT&+8\u001aVEDy\u0012\u0006V\u02c9\u01f1md\u001d:ul;\u0606\u05aft9\u0010[\u05b1c[\u01f6mpz%Jaw[8\u001f\u05eb:dj)?OhhJ$\u0011=\u067e\u0315HB\u0019\tHH\boGrJEI)|Uwc5\u074d\u0649).[Qwc\"&-WX=Q\u000bwg+PW)r\/S\u001eru~e-('d\u001aSlp<\u0002Azy\u0225F.\u0018h!k>q\u0670Nqh\\7\u0017Ok'(4gJ&;^\u0001%\u01a7M0Ja-}y{]\u001e\u001fr+\u03edH$\u04bcn\u000eO\u0000J~-\u031aNr\u001a[}Ex\u067eW5\rFioMby\u0572}>iO\rqMYc\u001f9=z}U\u03f7X:hS\u0016~o\u0018yo\u0016L\u001d\u03f1h!SG\u0012KW\u0012K\u04a7PNO}gVtGd\u000fmp\u0012K\/zM\\OU\u001b\u001c;Z}q\"w_D\/\u0013Io\u001cp[)ITuWdHU7EvKO\u0013p+^Z=&5f\bAn\u001f\u0005}\/\u0014\u000b\u069eFV\u0012nU:\"+p\u000b-\u7179g{c\ueaeb\ueaebzm\u001bZw?:wd\u000b&\u0791m#\u001byGl\u001d;wdK\u0226\u0791m#\u001b{G^\u056f\u0015Y)}e\u0005Z}e%\ud87e\udf38[>S\u0015|cu\f6\u0571c[U6mW\u001d\u06f0:eul\u0636\u0571c[W6m_!\u0006V=U=\u0015{\u0731ZY\u0571oX\uca49244r\u0003L?G?a5>\u0001P\u02c5\t#\u00052,HW;E\u07ebZGKNc}f^N&'\u0003zI\u000f\rS\u001a\u0239\f\u001a\u001aV\rtz\n&W461\u001cJ\u0017-\u0017zs\u7aa0\"3GqN2\u001dT\"#C&+N#.%\u000e@u`;\u001e_\rr^l\f\\JM5'=99\u001d.@OLR\u0003trLB~x\u0724%uHmCAJ\u03cd7&\u0000qP\u0019UO\u0011\u001fgW\u06c0h{30\u0005}\/ymi5\u001c9OVk0KeV\u0012\u06d1n\u020dT^lS\uc8c95ol\u000b\u00107kooo+\u0001!_\u078c\u001e7]cy6^oF*51\f#[`G6l\u001d\b;\u0015vd3v\u0611\r#[bG6\u014el\u001d\u0018+ouTi\f.;0;\u03971tiO)@\u07ff\u0005>AR[ior\u0014\u00136\u03b1c[96sm\u001c9slS\u0636\u03b1c[;6w*w\/URg\u001chQA$O)\u0403V}\u0012\u001c\uf4b6\u0147{tl\u000e[\/H\/\/\u014fwy\u0003FQ\u07d0\u0010q=1#GjAM\u001er?%whnY>&\u001dkcjr\u0767\nR\u001c^\u0010oS\r\n\u001c\rx\u0017Bt\t!I\u01389BBx-!}!(\u0015\n\u0003m\\\u0010u\u000bY:\u0002CY\u001aC v4$p!\u001d'\u0006\u0014eCo9Y='O_\u0193y7+N\u0001\u0195{fy\u00060\u000e7d\u06d0\u001f9\u0002p4\u0005oaH\u41ce^EGe\u0004\u01f1{=GKt4\u022e$m;\u001d\u00f17y;f\r\u0081he\u001bi\u035f-2#;\u0007\u0014\u03341w\u000f7#$\u000e:<\"'cb\u0175'5\"\u001d`&\u0019V\u00130\u0016U\u0010;?kw\r\\~F8\/IYtm\r4o\t\/Q-5'+94\u0016.1:\u0016K$5h\u000f\u0007{H\u0015M-SJ\u0014V\u217e$Z\u0017o3r\n;c~\u0004~NgHD\u000efil\u0007[\u0016\u0016_m\u0004:!\u073a\u000f)3<)IXwv-s=D9\\}lI\u0013TJI\u0017x\u0788J\u02b9\/)1d\u001d;t\u0019`^G\u001d\tAO\u0013\rB6;\u071dA{\u0003vC2!\u0784\u0010p7S\u0629(#1\u0015\bC2\u01c5>U\u000e\td\u0323';r\u0529r\u0003xl8\u001acr\u0000@\u00154\u0012)?63wy\u058dLux\u0018hc\u0533A}90\u001c\/@tz:U{:H\u001e\u001f\u001f\u0017k){\f;J4\u0006V-uy{Hdwv-oV\u0014q3\u00070*9S1TG\u0462w\u0118W\n\u01c0i-\u000e\u001aF\"Wd*,s T(J\u0015pP>#N\u0003f\f0\u0014\u001duvh\"_BC\u0019o\r\nX'`o$$\u05a9NdS\ub1aes}&\u000by\u0000)n}\u001b4~\u0012\u03fc W'\tG~,\"y?`&L^\u000bw\u0007H\u03d0{r=9r o\u0010\u0011\u000fe\u0392{\u0002\/\u0011T|o\u0011tBN$\/?.Q%&s'm,'m\u001e`(f)\u0016aQ\u0011K\u00e64:[,1\u0012l{\tBW\tr\u0011\u000e39IEBEdY$d\f\"Y{\u001cJ\u01da{uN\u03a4]~\u001dbNJ3&\u05ffRm\n,6\u0007 RQu3\u0015\u001d1\u0005t&\u0019\u0146\u001d1\u0003$V\u0010b7>\u000bF\u00057a\u01cedG*gG\u061adW>3G\u0001TYY\u001dM\u000e[7^\u0004k?FI$s'C>{i+\u00b1\u001bDIuF\u000b\u05d0\u03e0x\u000fnj]>i2rd@k[4\t\/W\\l3s6gBpm\u0019~41k\u000fz:\u00070\u0011\u0012\/K\u000f\u54ffa]G\u0010;~8aR<.\baKdKFmW~\u0012|A;?t7-W\u0015r]\u001di\u032f\u000e\u001b>F\u05d1~b\u0000\u001bk-\tT\u001d\u0004\u0018(.\u0630\u0019j\u001fuT\u0578<\u06a91l}M-w6m\u0003\u0237\u0015k3V!\u0001uB^4e\u0005\u0006yk[`\u06b5-@\u6af3\u000fkr;\\\u0003mj\u0217Uo(\u03efQyn8B\u0011&vBm}\u0006Py\f\u02b3cm\u0004\u0010\n\u0004@\u001d{>\u0004Q]B\u0004@f[gm\u0004\u0010Muu9l*ynWPhd,3\u0002O\u0014yn\u0014\u0010\"\u0019eF\u0003\u0718\u0003\u001e82t3O\u0101yn\u0101\u0018\"-Qd\/~\u0010fJ{>PSo\u02bf\u0015y\u0007\u0012=\u0241\u0003<9\\IA}\uec0a{A>\u0004r\u000e>AM\u001eHB\u00d0'\u055f\u001a>\u001fV\u0014pMV!J7g\/B^mX\u000e]\u0018Q\u000fj \u000f\u0003T\u0015\n(\u00042Y\u062f'`fhPimZ~\u0000jm=B\u001b\u0013\thlU\u03c9\n5\u0015VHCba\uaea63n:0<\u0003s8\u0002c\t\f\u036a!Tt\u0014`j:(nM\u0010@-`erK?e{\u0010\u0002:\/Yp\u0019Wtx\u000e\u0015\u03ef\fe%0<\u000e\/N\u02abq=^M5FU6SfSmGE\u000b*kNBg`\u00d6s\u0016d8Y\u00137H~)\u0010\u02b6\u0010\/pIE\u001dIG\u03c2]O7\u0007\u000f*{qj7e\u0015\u001dxVDGe.3Y~\u0017?x\u0005%k\u0001s\"`\u0014\u0789\b\"(\u0002${u\"E\u0004q\u078a`\u0409\u0016\u0011\u0014k\u0003XW]8!Pm\fv\u0011Iy\u0000(p>#\u001f\u0012\u0011Oe_mtn\u05c1c\/;W<\u000e\u001e\u0015\u000frtS\u0019\u0013|}j+8\u0019\u000f\u0017\u001fd9GCOei0F\u0013\u0004OyG\u000f\u0017 \u059d\u001fD\u0013Tj\u0000w\u0017\u000f5D\u0002\u0011D\\\u0014i\u001cMVF|mQ5\u0637\u000e%$|\u00152,+g%\u000f8-2b\u001bP\u0012\u0016v$\u065c\u01f9\u0395:\\\u0019rfIY@\u0014A\u0570S\n]=O\u0014B\u0016\u0489]505(\u0016\u0019\u000bUe6\/\u000f\u000e,W4\u0019\u0012\u0018&OkL\u0004\bl}u\u0013E7\u03dd\/\u000flK7n~[Isg{P&a\u070aMzh{\u00df\u1b6fN\u00100fq})\u001b3MH)h]V3vVS~w=hA,\u00133!w\u001e\u01da\u067f,]?N\u0000uw ,\u0002.\u001e.\u0545K\u00185:^:\"\ud88a\udf3eD\u001f~\u04080\u0004\u0013\u0001.l\u05f2mB\u07fb\u001fW\u0007eWo\u0005==q~N\/=&]C3AT+f\u02b9w\u001e\nZ\u0005e\/\u0013^tgo{\u001b'xc\u0012lWS\u07bbQGQ=;x\b3\u05a3zU(#\u0015>\n0X}4u\r\rn\u0007\"r>?S\u001cSR\tn0'kHN\u0017cF\u00158ngw:2$7\u0686\u000e.yLd7M\u0006Z8P`\bb@2\u0002mP`%\u0001) e\u0005\f\u0000\/\u00ea;`\u059d\u001dON\u00042\u000baQ\u001a\u0012\u000b,+w\u000eDl\n)c\u0003BS\"\u07db8\u000ffe%x+.!x\u051f_\u0005\u0006Nj9\u0001\nI\u0002q\u0015\u0013;U??3P\b<\u0016;vx|2I+&\u001bH\u0006wOM^\u0007\u000b)\u0013\u0012I\u0014\u0005RjI\u0007_\u0739>w-\u0015P\u0018iBEB>R\u045fQ+^r\u0003kZr\u01b2H@\u0011E90o\u0017.faQz\u00f7GY-\/q\u001d\u0011d\u0002f\u0006oK#;O\u0016km\u001dhu\u0000\u0013\u0004n\u0005~\u0014_yE6P\n\u00135_;}\u076dtE-\u065d\u07ca\u0292\u0012.rf(:[\u0004&i;\u04bb\u0018\r\u0006K\u0012\u0012'#\u0517pj\u00b1t|^SDL\t\"3\u0002{\u07f6d\u0005em\u0016\u0006\nrebVJ\u000b\u0007dGW\u0089\u06096SFY0\r!;u* \u0216iuH%C@OX+\u0017Gze\u03a3\u0000*Ks~A&b_\\\u0011g74i'@o\u0000AH\bIPGdFY83T\u0011Lq\u001d`\u0682T&I|8\u0005f-\u0011Zb\t3\u0016?>p=}\u03c8tc\u06fc\u00031O`+\u00a4Qm[D8d\/A\u0015xY\ue091s8\b$2\u0014\u001bm\u0018\u001aNx\u000e?+s4\u001eI\u001dI\u001eGr\u0007r2dGq\u0012\u0007qp\u0005J{++G~.yn.\u0349rll<$HR#\u0010w\u8311uh\u0004|\u0006V\u0014\u04d5C.%3\u0015R2'\u0017B\u001f\u023f\u000f\u021cL\u8a7bCB\u0006\u0011$\u0011C\u01adgQ<^Gz$I)d%{=yb{;7IP^OV\u0000HwZ+_^^.\u0018\u0017\u000b?\u01beA8^@c-\"#;\u0007XL;p^O$\ty&\u62ec\u00159\u001fx&y}\u0010I2a;C\u0000\u0011%\u000f!\u001d,hls%\u0011KrVnV9]r#\u035bhnBz+q\\+zO\u02a5\u071d\u001d\tFj-%\u016f`4,HJ\u0014\/=\u0015v\u00afr\n;c~\u0004\u01f7i\u0089\u0013mc\td*%wB8fqi\u001a\u0019\tQFBD\u000ew+tf\u03069=Dw5\u0014qvHFj+\u0011nL\u000b}\u000f-!Al)\u93e6\\Gk}b\u001c\u04e1n\u0386\u0003s)H\u0015thk!v\u00153G#m4S\/95\u0561f\u001aP:o64\u0003ql0uM\u0019(\u0003U# %y\u001e K\u001fh\u07751)Z\u0255X7u33K~?\u001aZvcl{~z8Ju\u032a=6\u000eu%m\u0005QZ\n!NC\u0006\t\u0015\u00c9S\u0019yiW\u0002Lu9NUxK*5iW\u06a6}6\u000f0\u0014M38\u074eX\u001ak\u001bk\t,9\u0677g'\b\u001b\u0016zAt\u001e\u0017\u016d\r\ni57:\u0013\u04e9OZ\u048c\u024dT\u001cH\u000fb5c\n.\/\u0002X\u0377OQ\u0001;(d\u01ce\u0170X;}v\u0004\t\/\u000e\u0012GDkL\u001dn\t~UJG\/!9@\u000b;pzdf\u0010;\u0007\/V\u0019\u0014\/\\!q\u06adVUVM#\t\u028d-Wc)k\u0002d\u000b9\u0169\u0007\r\u000f4~\tgP>\u0016WKDH,>]8KG\u03e0|82)Ot\u000b>\u0002|XiR1YR\u045dm:~\u0012HU\\`WG\u001aK>sCnF\u000fu$p\u0018@ZK\u00023U\u0007\u0001\u0006\u000b6,}hZG\u0016\u05e9q)5'P\u076fl}M>7w6nW-Uc\u050a\u0019]\u0000P\"LH\u06c2\u0018l\u000bsb\u0016 H`Yaa\u0002\u001fBg4BoT\u0016UxR,k\u00194g\u0688&\u00145\t8Z\"X\f 1\u001a%\u000es#\u000e\u0010p\"{4{T\u0001\ue15a:DeT-\u0383>\u02d5I\u000eM(_\u001aL\n\u01aft*n\u0007+]\u001e\u0012:\u043bcNGL[9$=\fyRx\nWW\u0002\u000fV9{)l\u0017jZu\bz\u0000Ugy\u0018V@!&~=\u0001m!\u0169\u0010X\u0260Weid5\u00158OH\u001c\u0138:\u0005\u000b$]\n4vd$\u001e|bl\rxj\u00064f3d3x\u0002u\u0579\/VMS\u0016yR\u0016|\u0000MYo\u0326\u000b<\u000b.z\u040f'vuT\u05b5\r<\r>Ru\u001b3\u0708\r5k1F{j\u0014NSo-Tk\u000f2G\u0758\bOE[zNT\u0000BG\u001a{\u0017]\u0005a\u04c1\u0019x\u000b\u0011\u0018\u001ek\u01ceN\u0000dnV\r1q\u0006SA\u0019t\u0018<\u019d%\nP[\u001e\u0007RV\u06a2ab>Pqc]o\u0000j\u0004+?[Q,C\u0010',y\u0012\u0544\u001e\u03f7\u0017,Z\u000f~TuxT9\u000e38P:5\u07a6*xQ5\u0018ULN+\/\u001e}\u0016e.:\t\u0019\u001fT\u000f[*YdM I-@(B\u0004\u0016&\u0015w&\u0015\u0007\u001e=\u000bv=\u0760\u001e<#\u01e9\u0778\u0019Wt\u0000Y1\nV\u0012\u001d\u0196\u001cg^\u0015\u0005q\u078aQx'#\b\u0589\u0016\u0011\u0014y+A'ZDP\u0018g\ubbd5\rb\u001f7O_}wCm2F$!;\u0003X\u07e3\u000e|C]4\u000b>\\Xw~\u0010OP\u078b\u0001@\u0007]\u0007?\u0010\u000bD\u0013!rQ-s \u001a\u0017Z!\u001aE`\u07ee:\u0116FcV\u001c\u02f0h_\u0013wr%S^l#\u0019\ua3fd].$\u00138w\u05f9T'xk\u00194\u0003L\n&\u0701z\u0007T\b\u001dO\u0010:)njtbgeM\"L| \n6kU6\/\u000f\u000e,W4\u0019&OkL\u0004\bl}u\u0013E7\u03dd\/\u000flK7n~[Isg{P&a\u070aMzh{\u00df\u1b6fN\u00100fq})\u001b3MH)h]V3vVS~w=hA,3!w\u001e\u01da\u067f,]?N\u0000uw ,\u0002.\u001e.\u0545K\u00185:^:\"\ud88a\udf3eD\u001f~\u04080\u0004\u0013\u0001.l\u05f2mB\u07fb\u001fW\u0007eWo\u0005==q~N\/=&]C3AT+f\u02b9w\u001e\nZ\u0005e\/\u0013^tgo{\u001b'xc\u0012lWS\u07bbQ\u0733\u0003~Zw08\u0011R\tihH\u0005PF&,|\u0018qhr\u001a$\u001bxK\u0007\u000f\"E>yI}pn8\u0012<\u077aaO`\u05d0\u018c*haqu^gIn\u03f5\r\u001d\\&dkp\u0010\fp6\u0012iY\u0005Z1\\A \u0005\u0000\u0005 Ze}X\u0016v\u0007\u033a\u0003\u0249@Fua<0JC\"QRq\u0001z\u0216M!{=eL~ UhJ{\u0013\u07acd{\u0018O}5\u001d;`v\u001ezbI<4\u00079S!I bbG6\u0007\u0010g\u0006\ns\u000e\u0016]\u00199i?y\u0164\u0003`!:FB\"@j\u04dfV-t;\u03ba\u0002Z\u0010\n#MYH]YG*7jq\u014b]nu`MRZX\u0016G\u0019(4\u0007\"p\u05c5,,*To\u000657%%#?\u001c_uy~d9b\u00fc \u0371\u000e`Y|v5\u001f7O\u07f6\u0006JabkQ0\u0015\u7de21K'<\u0019!\uba2e\"V\"yu\u068e.cC3A\u0004\ud26bo\u016fL}\u0014V,]#\u06144\u0011:SL?\u07b7-YVt\u00b3|\u0758R\u0002~t.p'L5\u0006\u001b\u0663\u0006g\\7{\u0005#[%#\f\u0001\u0006?mGc_\u001em:\u0002,\u0007\u059bAr1F\u0424\u0006\u0011q\u0003@\u0007M##$IB\u001d\u001bugPG0\u018d#-Ke2GWo\"\"q%VPcS\nY?#\u048dn\u000f\u000f<}v\u000f.\u0017&\u0007\u0017Lv0kT`v[&\u00114Kd\u00058*s`1b*\u000e1\t-\fF\u001b\u01b8\b#>:\u00cf\u001c\u03a1GsR\u0007sr\u001c.>\u06531aQA\\Jq\u00121s)\u0286sxVfct$OGbT\u001dyugC3\u0012\uc998\u001cr\r-9\u0019o\u0010@}@d\nDOE\u001d\u0012$$\u0010*2n=\tGz|J\u05d3e%IJ!1s^P,\u0002@\u000b\"crahXO1\u001d\u0002Fcz\u0005&so1F\u00199Ed\u0739Kgz&I#5U_d_dLvIn\u000fu\u00008XN\u000e6\u000e;\u001a\u0003\u040d\/:|\fq`Ic\u001b,$p^4t\u001bjLs\u0013_\u001cv^\u001b~R~E.$\/J0R\u02d4Nno*~\u0005aF=\u0164Uxo3\u0016~\u03c5\u0756\u000bV\u0019#\u0010?eN\u0013Nh\u0343\u03d0)\u02da_nM\u0017a1\u0007)\u0006X\b\u001fRy\u00048\u00140\u0001O!>c\td$Be\u0004h8fi\u0018\bQ\u0006BD}\u000ew#tV\u0350v5=D4\u073d\u0014svH\u0360B|\ud41cqa\u000fx%e$\u0012?%\u0474kk}b\u001c\u04e1n\u0386\u0003s)H\u0015thk!v\u00153G#mdW\u001b\u000e:H1\u001c@c\u04c4?NS\u0006@\u0566&xFJ\u0010\u000f\u001c\u00193]6tU\u001fnyf\u000fXCN~csdC\u001d\u000bpT\u001f%U5{\u000em\u0012\u0e66\u001b\u001e^%X-\u0019Z\u001a\u07c6rMJ7W\u0015}yE\u4b99\f\r~k\u0019\\\u001a\u0006P\u001b\u000e\u0006P\nC\u0013w}B\r%7 \rt S$5Z\u0017b@nv-\u041e|]\u0013Zh\u0012}n\fHC\u0010\u0521T\u0003\u02a4B\u016epU2UaT\u0001\u0002\u035car\u0019\u0014D:iW\bZ\u0007\u0019\u001d\u0408\u0011-2w\u001f?\u0208A)6\u0002Ddw4i.m\u0011i\u001dg\u0017\u001a7[7\u00077\u46ab:\u0005^t0\u0018\u9e0d\u00ced$-r\u0011aS\u000fgJV*=,-E\t\u0004v\"0l\u0007g0VF\u00ff\u0006\"~\t\u000e%%60l\u001d:\u0012vQx<\u025e%\u000b]q\u0005L\u000b@xD\u05b7Aq'\u000b\u0012xu\u0002mpwb@\u04d0u\u4889\u001f~\u0013&\u02bb\u0004k$\u03ecs\u0014\t;')u\u0019\u001f\u0004O\u0002\tP\u0018Q@5\u001dx|Q\u001d+\bB<\u0014O+\u00132LwaC(1.\u001ao6*|'\r\nG7\ud6f4yhFv\u0014\u0176R\u00d1\r|#\/3=6\u05bd\u0004acCO;D\u3c38!0\u001e]S~b:U\rI\u0014SuR1\u001a\u0594jw\u0532\u0016>\r\u0006\u001f\u001cSGv4\u0016 \u011ao}\n\u0017\n!\";v-m\u0015#HQvH2WKDH,>]pK\u01c1OneSj\u0017|\u0004^ub%E~\tb$jB\uea6b#u!\u0017w#\u05a7H:\u00128O\f pc%\u0000\u0003\u0005\u001b\u0016:4C_]\u0538\u001a\u0013Tc&\u07dd_z;Q7\u0015,}\u0456*A\u068cs\u022ezHU&$MmA\u040c%\u0005ZyN]\u0002\u0004\u001e\tl:+,(V[\\\u0018nX\u048aNi{W<7F\u001cxI\t2\u001a<\u0016=r\u06dcwl\u0000'X\u0000<;F\u0000\u0000I\u0000\u0011Cj%\u0000TY\u001b\u0001ax\u0000^w9\u0167\u046bd\u06b9]%C\bw j>wP\u017d}CU\u0002[\u0007zz) Iw+D!O?5|\u0018?U)U\u16a8C o^\n\u06c5\u06b0V\u001d0B\u001e@A\u001e\u0002b\u0003\u001aV@!&~=\u0001m!\u0169\u0010X\u0260WeYd\u0015PCyC`')X'\\5V`1\nv>h{$\u001e|bl\rxj\u0006\u051bf3d3x\u0242u\u0579\/VMS\u0016yR\u0016|\u00001Myo\/\/?QZ\u05cc\r<\r>Ru\u001b3\u0708\u0019M\u001ay\u001a|\u0324q\u001aI6'qseN:\u05f0O3i\u0006\n\u0014L\u0003\u000eT;N\u0011TM;\u0018\t!tRpxf\u029aDA\u0014lj\u050c\u05c5rm^\u001eZ\u001dYJh2M8w0\bda\u0011J:\/s'\\;o;+g\u00119;;_\u001e\u0016vOn\u0007_`L\u00b8\u0015sgz\u0402X@\uf277gB<5Y~\u0000:@0Y|q\u0005]<]\u0019\u000b0kvu\u10fdtElSeY}A3J+?\u0011a\b'\u0002]F\u066ee\u0002w?\u000f\u044d\u03af\u0004\u000bzz\u071d^?{BMf$V\u0715s<\u0014\n_B'\u067d6N$w-\u0015P\u0018iBEB>R\u045fQ+^r\u0003kZr\u01b2H>@\u0011E9o\u0017.lgaQz7HY-\/q\u001d\u0011d\u0002v\u0006oK#;\u0016k\u014d\u001d\u0005iu\u0000\u0013\u0004n\u0005~\u0014\u07efyE6P\n\u00135_;\u076dtE-06\u7de21K'<\u0019!\uba2e\"V\"yu\u068e.cC3A\u0004\ud26bo&L}\u0014V)]#\u06144\u0011:SL?\u07b7-YVt\u00b3|\u0758R\u055bcv\u62686SFY0\ra;u* \u0216iuH%C@OX+\u0017Gze\u03a3\u0000*Ks~A\/H.\u0188\u001b 7n}|\u0000Iq$}$I#2{,\u001c\u0019\b[\u06b8Y\u05a0\u0005{L\u0006p\n\u001aC_M\u0013j,~}J{<\u035f\u0011py\u04c7\u0007b>;y\u07bfw7a>`+9\u00027p\u0006_#+0D\u0267\u0005\u001bo~\u0017Sam\u0010\u001eIkqWe\u0018605\u0018\u0001\u001c~8Wh\u000e=:<\u00cfX7Q\u000fdn\u025e$\u000e$\n\\VR\u04dby\\\\\u0013\u0004\u001dy.\u0451\u0018MG!L\u001d\u0019\u0624\f\u0004)+\\n{7q?Kf*dN\u001b\/>\u001f9\u0000SwQ\u0004$I# I\"[b\"yq\u001ed\u0019IRHJzdvj\u3cd3=\uda3f\udfad\u0000\u0002+V\\1\u001a\/\u0016S}Q^[EFv\u000e`1wR$I\u0012\bMl\u0017YW=\u0019\u0003+sC?M dMn<\u0000\"tK\u000e\u001f5C;XJ.?I#\u072cn\u00067\u0704W$`%\u6fddWnGQ+?=+\u00122Z;_fXdO1i)^[{*\uc305pau\u0015v\u01ba\b\u010fo\u04c4\u0013'xb3$\u0272ZSEXh>\u0001A\u0014n\u0019i\u001e$;N;\u0015\u0144\u001fus=\u001d\u001aZ.u\u022f]H\u001b\u0019X\r\u00150P2)8\u001b\u001a\u00019\u0006\u176e)\u0003ejSh\u000f\u078cLu}\u001f\u001eqAJ2j\u001c\b%\f\u0017 >=\u001d*=j!o\u0378\u05586kR92+\u0019>&5C\u0006\u001fZ\u0006{)\u0018j\u0012TaTsBO\u0121$\u0006t@3!%jN\u0013Dk^h\u0001\u0675@{u\rrOhIjM1 \u0391\u001a:j_T\u023f\u0635\u001cSE\u0019(0:h\u0250\f,\u0014\u000b\u00117CtIq7A&\tw9&&qz\u0010\u0003\rS2=*}:(U$D\u0018$Nfqf\":\u001f1K\u02eee8f\u0135V\u001di\u00ff\u0019\n2\"$v\fy3)3\u00199DjA%AW5:\u0003F\u0013*\u0013\u0005\u0002z.$`r\\\u0016\u0011\u2073JrrK\u980c\u001f6!J8s&\fAyg6\u066e#la\u001d\u0016eBSp[`c\u001eRsU@\u001b.\u001bj\u0011Aer\u0000\u0011\u0011S\u000fgFF\u001a=\u001c-E\t\u00046\u001e0l\u0007g0VF&dC\u0013QM\u0012\u001dJKW(:\u0004;#5\u0004J)\u0663\u4ea1X=\u0017~i\u0001\bqh6h\u03bd${A\u0004N \u0013NYg\u001a*\u0003Vo\fy`dMu.\u0551\u00029a\u0007#e?n:\u0018[\u0019'\u0005\u001f\u0001>W~RmW~\u0012HU_WG\u001a#>sCFou$plJ=XkI` @q\u0005\u000fWkh\u0017\u001c:5.\u01285\u0558\u0267fJ_e?|Z6c\u001c\u001e\u0014eUf\u0284)-0q\u0018\u000f\u0016JyN]\u0002\u0004\u001e\tl:+,\u0002V[\\F-jw\u05a2\nOhm*Y2h*\u03d0\u0011M(j\u0012Tq\u02b5\u0006UER<5'\u001d\u001b@i2\u0000*\u03d1\u0011@(@\u0012\u0000u4\u043cR\u03cdB\f@\uf7b5\u0011@\u001c\u001d\u0002 u\u0007Z|&\/](C\b<\u0012\t\u0011\tBd \u001d~NnS\u001be\u000esc\u000ex\u0210{\b?\u0012\u0007\u0011\u0007bn\\FAT=*\u0000BMWq2*\u0016WXAJ$\u0007B#{tMIAVq;}_P@\u0581\u07b5\u001es\n?ea'Qa\u0213?7*]\u0001V\u0002\u000fV9{)l\u0017jZu\bz\u0000Ugy\u0018V@!&~=\u0001m!\u0169\u0010X\u0260Weid5\u0015+\u0012\u0007;1NBQG[\u05da7\u0006ob\u06c8Fl418O^4Spz\u001fmZ[\u000f}9Dx\u0002>\/ZsBM\u0005\u00154>X\u063b.\f\u001a\u000ee\u0019x\u000b\u0011\u0018\u001ek\u01ceN\u0000dnV\r1q\u0005p-S?\u03e0[l{,tzG\u001cvZf\\\u0001g(XIt\u001b[?s7{WP\u00160y+\u0002F\b \"@WZ'ZDP\u0018\b\u0006\bj\u0011AaV7\u078b%<}\u0745\u0013r\u000f\u0576j'\u001b\u0017\f`}\u0002;3!\u000f[\u0016\t&?zLg|\u001d8sq G7e\u0004FNm\u000e\u001af\u000fQ\u042124\u0018\u00034gv\u000b\u0010\u000f\"\t*{q5\u0000\u0ecb\u0007\u001aZ}r\"D.e\u000eDV+D#\u001aU\u0012\u0012v\u030a#\u0019\u0016F\/\u0007N\u001cTNzxf?v\tF\u000b|lN]Ru.O34\u0003L\n&\u0701z\u0007T\b\u001dO\u0018xB\b\u0014\\7bY:&\u0011&f\u0010\u00055ul\u16a5&C\\\u07c4si\r@\u0016V\u001f2w3\u6e73r\u0016amtF~\ro+\tx,|o\u0019$[1I_\u001fms3\t\"\u0017,?erc\t6\u0015M=\u001b\u06bf\u0014s\n\u0007-\u0005xy&\u0004Xs>\t\u000e\u0004\u04dc\u0017Wc\u0005p\tf\u0017_^\u0007~\u0018>K[6\u0015^\u00174\u000f\u001a\u0011{\"eZ-P{\n\u001axjM'%'\u0524kh&Hj]9CA\f%t\u0002\u074bmo\u0004LS\u001fj{7\nx>QQ?;y\b44VU(#\u0013\u0016>\f8X}4u\r\rn\u0007\u0011\"r>?s\u001cST\tn0'kHNWcF\u00158ngw:3$7\u0686\u000e.y\u0013Ld8m\u0006\\8R`\u001b\tb@4\u0002HK\u001a\u0004\"[@\f\u0010Y\u0000_f\u0747eaw;;\tdT\u0017\u000et9$\u0012%+\u0015\u0017PYW:\u001dNl\u0014S\u0007RD7q\u001e\nJW\\C\fg'?N?\n,\u019dCs\u0003:\u0015\u0004*&vd~\u0000\u0001g\u0010y,N?w`eWL:\f\u000e\u0016c4'$(\n6\tk\u0552L\u000fs}N[*\u000f0\u0484\u0505(}?\u0016WV\u0007\u05b4(e|\"Ns`.\u0002w]\u00a2BoZGZ_:#\u0005\f8[Gv-\u058a\u001b;\u000b\u001c\u0000g'x\t\u0239\u000b(_qm\u0018m\u0014&fkv\u001f\u0005\u0003[QZ8=\u0015%$q]:!YPTu\u0004\u000fYGu\u0015)\u0007\u0012\tMvw1\u001e\u001b\r$$hO\\}\u000bg\u0395\/\u050a5M\u0019N\u00133%\u0013}\u06d2\u0015oY\u0018\u001cO*<\u02d7\u0019\u07cdY).\u001c0\u001f]\u000bgr'L5\u0006\u001b\u0663\u0006g\\7{\u0005#[%#\f\u0001\u0006?mGc_\u001em:\u0002,\u0007\u001b\u0016\u001fs \u0018#nhNr\b\u07f8\u0001&\u0151\u0011$\uf37apg#niFK\u0005{L\u0006p\n\u001aC_M\u0013j,~}\u001aa\u0007\n\u0019n\fw7}x \u9cd37v\u0017?].M\u0018\u000f.Fo\u0010L\r\u0004GV`\u3252O;g\u000b6\u001e.V <\u001a0lak0\u0003:9p\u001cz0'u,'y(\u001f\u0271n\u001f=\u0017\u0013\u001fI\u001cI\u001e\u0015\u0018^\ufb64\u001c\u001d'\u0011\/l(7gEI66EGKt$)F\u0511w\bW;v:4:i>\u0003+n!M\u07d2\n)\u000b\u000f\u0007dN@]!!\u0005I\bYH\b!\"\u05b3Hxld'${=YN\u0014\u0492<3\ubf5d$y\u03e2(o+\u0000J-\/\/\/\u0017v\u018b\u001fc_!`$fW1\u0016cd\u0003X4&}\u031d{df'g$\u0019`\u06f0!?\b\u0007{\u0010w\u000e4O\b%)37m37!=\u00158._\u0261o\u0015'STOO\u0004#L\u0016W0\u001a\u0016n$Sg{\u217eX\u001d\u0017Vw[.Xag{\u07cf@v9M8q'6\u000e>C\"z,k\u001e~5^H\u001b`\u0019~H6\u0011LI\u00baS\/[Q4}fe\u001a\t\u0019%M S)\u0014*U\u001f\u01e4lDoI%\u00174\u000bLH`~2\u0012&\u001alv;B\u0007dC\u073d\t!n\u0215C2\u0012S\u0001p;$cx\\\u0003^E~`1\u001b%-!S\u001fM\u04ff_\u0013S5\u0007\u061c\u000eus6\u001c#MGpC]\u000e89\u001ai:\u05afy\u0005efCc8\u01a6\t\u001bpe\fTM=&5C\u01c6:\u001bK\u0003>1p0\"U\u00186\u055c\u0013\"q2\u0012_\u05d0\u0012J5Ij@\/4PhWX-4\u0006'$5&\u0018Z\n!NC\u0006M\u000544\u03c0{L~sSK!J0P)\u0019mze\u0562^\u0012U\"Hr\f\\\u04e4Y\\9J;\"\u0006\u001f0Rj3\"Wd`\u0735V\u001dI\u00ff\u00119rDj2\\3u\u0010HW%\u0003j\u0014\u0011CJ\u0001dQ\u07a23\t\u022b\u001c}ok,~:(MrL\tsP\u0799Mv(\buX\u0004\u0019?z9|9~\u0007\\)\u0010*jC\u0518?HEMd&\u000b\nh\u001da\u001f.p.o\nCR(\u0012MF`\u0001Svp\u0006ced\u0018o;vx;4\u0011U\/\u0761\u000eMC8}\u0012Xg'S+uCy1x\u0018\/$\u0002\u0010\u043am\u041c{I<\b^@r#'\u001cH4&\u001dI\u0007\u07c4k.\u001a;\\#\u0005o\u008eBJ~Bm6\u001d\u0000<\u0000\\$xu\u030d~\u0000uAX\u001b\u0005Ta\fk\u0307\f]XQ\u000e\u4080^18[V;!t*Y7i]sRv\u0015l7i\u0000C4\r(m\/C+\u000f72\u0013.Y`slo;N\u00106\u001cc@\rH\u0018PXsy\u04e9\\?1*gu:)\u0358jJ\u03df;jYH`\u001adsL.X\u0010k)\\0*`\u01c0\u06117\u0018*gGh\uc610xP\u001e;*$a\u018b`(_d;0\u0012\u00030_\nnSH7\u0005\/b\u0015A\u00b5\u001f\u0012OjUjda=1|v-W\\l3s6G856rA\u0494O=1\u000fR0\u0011\u0012\/K\u000f~\u0017=Q3*\u001f\u0004|F\u526evG\u000f+U_*&+_\u001av\/Z%]U\u0005vu1?37;n\u001a^G\u0002\u0001\u001en$0Su\u0010``\u00c2\u0787f5\u000bNz\u001aRzjKoyg3fz\/\u06b2\u001f]E>>Xz\u000eU\u000f\u0013\u0284)-(\u001f{\u0336<'\u05aem\u0001\u0002\u00046_\u0015\u0016-Q.Le<\u0018bH+U*;uyv\f3cmD\u0011\u0004M\u0018rAiS,I}\u0006Pyz\u0004\u5e716\u0002\b\u0005H\u0002=\u001fzw\\MB\f@\uf735\u0011@\u001c~?u\u0007Z|\u018d^$\u001bE2\u0014\u001a\u0019h:(0>7\u0002A\b\fD\u07b2m2\u0007sc\u000ex\u0210{\b?M\u0012\u0007C\u0708\u00031Dx7[.^ *\u001e|x{*Q\u0155+q%z\u0003!u\u0007\u02bdwr\u05f9CIAuPVP*\u072d\u0003k=\u0014~\u02e4N\u00d0'\u055f\u0016?TsU\nxU8&j+\u0010l%\u021bv!6U.\u0428\u0007P}\u0001\noIm\u0005\u0014\u0002\u0019k,\u00130\u001e5sx*~\u0377j\\j<\u0004`22i-6\u0017i_$\u000ebxNc\u000f6&i$\u001e|bl5xj\u001aT55x\u0002b\u0011\u001bGC^\u0106z\u0006\u001f\\i\u0013\u060aq6(\u0003\u001b:\r4\u0261'EO\u0016\u0006[\u05f6~uiC=O\u000f\u0014{&\u001c7iMs\u001eyr\u001e|\u0324\u001a<\u0000\fZ\u001ej!s\u3349\u0004L}^,D\n`+Ti|xxu]\u001a\u000e53,\u0017#0<\u058e\u001d\u0000P\u076c\u001abHEG\u000bH\u001d\u0006S!y!\"qW\n\u0002TAv<1u\u0015Xa\u0018\u061f\u000fT|X\u05db Z>=;~\u000f\f~:\u001f\u0004\"\t9u>D5h\/#6Uy\u001d+_S\u0019Jax\u001c^(\u001aoSVA=>M5FU6SfSm\u01e6E\u000b*kNBg`\u00d6s\u0016d8Y\u00137H~)\u0010\u02b6\u0010\/pIE\u001dIG\u03c2]O7\u0007\u000f*{qj7e\u0015\u001dxVDGe.3Y~\u0017?x\u0005%k\u0001s\"`\u0014\u0789\b\"(\u0002${u\"E\u0004q\u078a`\u0409\u0016\u0011\u0014k\u0003XW]8!Pm\fv\u0011Iy\u0000(p>#\u001f\u0010\u0011Oe_mtn\u05c1c\/;W<\u000e\u001e\u0015\u000frtS\u0019pPOifP\u078dcpA63t\u001f:T\u0006#\u000e\u0007D;S\u0791c\u0005u\u0007\u0004\u8f78\u001a\u0000tzjj\rl@D9\u0011\"\u0017E2\u0007QS\u0015\u0011_[T\rCl\t\te;f\u0171\f&d\u000e\u0007g%\u000f8-2b\u001b@\u0012\u0016v$\u065c\u01f9\u0395:\\?\f\u00142)p7\u001dvR RB\b\u0014\\7bY:K&\u0011&f\u0010\u0005\u06a29u\\V\u0007s+\f\t\fp\u0013\u07675L&\u0002YX}R\u0709\"YD\u0397E\u04e5\u001bW7t$\u3e73e(0n&}~=W'\\\u00188\u02ff\u024d&$\u0014W4lhR.\u0019;)p\u001e \u0016{\t\u0010;c_n\u001f'\u03ba;\u0010Ls\u0016_\\\u0001r\u0017q\u0017|%]|y\u001da`\/\u001dn\u0011TxYV_L\u000f?hD\u0018\u0002\u0000qck\u07f6@+\u0003jt78?w\u03deP I\u00153w;\u000f\u00052\thv\/\u00131\t6O)(ow\ud94e\ude1e\u001dL\u073a\u0006\u00067\u0543r\u0011v^P\u001f\u071f))\u0004Nn\u0018\u00135$1\nZX~3;~WbpsmC\u0007\u06bfd&\u001b&\u0003b-\u001cl(m\u0004y c\u0019`Ff\u0014\u0018\u001fI{@d\nHY\u0001\"\u0003@,*\u000eug\u0007\u00139xaDd\u0002j7])-Bz\u0298@\u0414&\u0383YaY0K{;w=a6Wyf\u000er@B@\\\u010elv\u000f \f\u0014?\u001d,\u001e\u07fb#r~\u0006\u0013qBtfD\u0012E\u0526?aZ\u0017wuK\u0005!\u0014F|\u0010eTo\u0017\u0016,o2PDi\u000eE\u000bYXTQkoVKK\\G~\u00049\u001bgSZq[y?c\u001d\u0004\/\u001b9w\u001fk>nm\u0011\rl\u05ce`_w+*]Q\u000b\u0018\u7de2\u0004;K'\u001c\u0019!\ub92e\"V\"Ays\u068e.cC3A\u0004\ub26bo\u00142e3Y86kP\b)Ad_`\u06d6x_VY^\u02a8Y\u0005DT`#{,K\u0010r\u057a`\u0015wd\u02f4\u07fad!M{\u000b\u0663Mp_Q\u00009? z\u00131r\/H.\u0188\u001b\\ 7n}|\u0000Iq$}$I#2{,\u001c\u0019\b[\u06b8q\u00013\u0005{L\u0006p\nZ#\u0013f,~}J{?#\u048dn\u000f\u000f<}v^\\0r\u001f\\0\u0015]n B&\u001b|\t@\u001c\u0013%ur\u0017l=]NAx2&A]ah\u0018`sRs\\9\\NTNL\u000e?c]D?'{,&>8<+0r[I9:NosSsiNbc\u0013t$GGb4\u001dy0u3gC\u00033\u0012\uc998\u001cr\r-9\u0019o\u0010@}@d\u0002D\u000fE\u001d\u0012\u0012$$\u0010\u001a2n=\tEz|:\u05d3e$IJ!)\u06e9^N,\u0002@\u000b\"[rahXO1\t\u0002Faz\u0005\u0016so)F\u0016\u00199Eb\u0739Kezl&I#45_d]d\fv!n\u000f7\u0018N\u000e6\r\u0019\u0003\u040d8|\fq`Ac+$p^2r\u0496\u001bh\u001e\u0019}$-2\u0000\u0011R\u000fAV\b=\n-EX\u0004v\u001a0l\u0007g0VFVbC\u0013Q=\u0012\u001dJwKlP(:\u0004;duIj\/O'Byx{\u0018\/\u0002\u0010\u043amP{I<\u0004^@r\u001b'\u001c4\u0016\u001dB\u0007\u07c4k.\u001a\\#\u0005mNA~:tc<\u0003\u001fs\u00113m\u0002)\u0006_m\u0014PM331\u001f2tcE7h\u0001zpTnmiZ|\u0000%d\u0764}QS2Q\u0007M\u526evG\u000f+U_*&+_2kZkP-F\u0011*:\u0498_T\u001drq7b}ht#s\u0000R\u000f7Z\u0012:\b0P\\aAC3\u055a?\u0005gNKq=~M5fk]\u0019u\u0017m\u000f\"|TX=\u0007\u0237'yeB\u0494\u0016Xf[P\u0013k\u05f6\u0000G\u0002\nv\u0016(\u0017>&?\u0011z\u069dSd\u000f\u02f3%4,\u03d0\u0011M(j\u0012Tqb\u0235\u0006UER2'\u001d\u001b@i2\u0000*\u03d1\u0011@(@\u0012\u0000u4\u043czn\u0014b\u0000*\u0000lI;\u8172](C\b<\u0012\ts#\u0012\u0010@t-;6j9\u0018\u001bs\u0003GnsFi8\u0018\u001bq \be\u0014\u064b\u001fD\u0663\u049e\u000fp\/e%\u001a\u0014oqu\u001eYDOr NAO\u000eJw\u0124 jJwT}CU\u0002[\u0007zz) Iw+D!O?5|\u001e?U)U\u1828C o^\n\u06c5\u06b0V\u001d0B\u001e@Y\u001e\u0006*&\u0015P\bd_Ox4q\u001bzHq*;\u0004V2UY\u0016Y\u39bd\"+\u0012\u0007;1NBO,\t]\u001d\u0015um4o7Jmo#6R\u001a5Fy\u001a|\u0324\u045e\u001a=;~\u000f~\u0014\u0010\u0004\"\t9u^D5hQ|kzbuw:MU^>ay\u0018\u001e\u0017JT\u0578\u001e\/\u02bf\u001a*))6Uye\u0163\u0562\u0005v^'!J0aK9\u000b2\u001b$I\u0014\be[\u0017V\u07e4\"\u0724\u0663g\u001b\u0503\u0007=z8\u001b2\u000e`<+FJ#2\u0017,\u064b\u001f9[\u00110\nDp\u0004\u0011\u0014\u0001:\u0011\"8oE0DP\b\nl^,.{M\u0006V;\u0648$\u013cpg\u0000{\u0014a\u000fy'\u07f2N6c:C\u001d^\u0007d\u00079)fg\u0013\\\u001a;)\uf831]nv \u001b}\u03d9?\u000f\u001dz*CO1@Gj=L0w.p\u0001bAd?A%>z\/\u0006\u0000\u001d|w\u001eZCZ\/\u0010QNE\u0301h\\jh\u0016U}\u0010[B\u001b\u064eYq$BkH;;|]\u001coI\u5529\u0017\u06c8gco`'=u,\t^\u049a4C;O3P\u0224`\u001dwIujH;O\u0013B\u0016\u0489505(\u0016\u0019\u000bW\u06bc<:\\^dp>a2\u0011#u^N\u0014w\u0006A#\u0010pO\u0004\u0010\u001e]\u0005\n}~\\\u001fP\u001b\/_\t\u0016;\u0137t\r\u0004IR+y(h\u0015\u1fc4N@{\u045dmIy\nC_MyF\u001f+{]TO\u000e&\u001e'B h^\u0015dB0\fV\u001fMn]`\u001boAdg;\/\u000f\u0014\u01d4T\u0002[7\t\u001a\u0158Q\u0005-,N\u0019\u001d\u03abL1M8K|l_2\u0013\rb\u0001\u0016\u000e6\u00146<\f0@3\u000b{6I{@d\nHY\u0001\"\u0003@,*\u000eug\u0007\u00139xaDd\u0002j7])-Bz\u0298@\u0414&\u0383YaY0K{;w=a6Wyf\u000er@B@\\\u010elv\u000f \f\u0014?\u001d,\u001e\u07fb#r~\u0006\u0013qBtfD\u0012E\u0526?aZ\u0017wuK\u0005!\u0014F|\u0010eTo\u0017\u0016,o2PDi\u000eE\u000bYXTQkoVKK\\G~\u00049\u001bgSZq[y?c\u001d\u0004\/\u001b9w\u001fk>nm\u0011\rl\u05ce`_w+*]Q\u000b,'a\t)j#x:H9HPo#\u0018M\u001b\u0014\/IH\u0016\u0517pjfkP\b)Ad_`\u06d6px_VY^JvUpDT`#{,K\u0010r\u057a`\u0015wd\u02f4\u07fad!M{\u000b\u0663Mp_Q\u00009? z\u00131r\/H.\u0188\u001b\\ 7n}|\u0000Iq$}$I#2{,\u001c\u0019\b[\u06b8\u0011Z\u00162\u0019L+7k\u0011\u0012OU),\u03df\u0011py\u04c7\u0007b>;yyH\u0310w\u000b\u0013F\u000b\u0006R3*0~\bel%8\u0002q\u001cO|9]hw:\u0015\u0006\u0258\u0004\u0016wUa\rc\u0702\u0011IgseNs9S939Du\u0011U s2\u0005\u000e\t)HFBD\b\u0011\u0019E\u0004c#{=>!r$^d'{\u0016Ey?}[\u0001 \u0005Vj|yyc4^,\u0018\b\u0001#1{\u0002\u0018#\u02cc\u001c1c%3{=I>$Q\u062a\/z2&V\\;\u0018z\u0011A\u001c'x\u0007\u06c6\fy\u0001D\u01b7\u001c>kw\r\\~F8\/IYtm\r4o\tHqJ\u000e;>)rw~zw$\u0018eJ\u001f\u0014\u0470p#\u025eb*S\u0437T\u0019\u000bn\u0005+u\u0011\u001f.\t'NgHDe\ufd66\u070b\u0418\u0014i\u0003,\u000f)3<)IXwv-\u001d\u001a[4\u00103fK@Rr'T>JI>\u0788J\u02b9\/i\u0016S\u001da$\u0004=M4\bpwB\u0007\u000e\r\uc1f8{\u0013CtSL\u001bgdM\u0005C\rqa\u000fx\u0015e:$\u0012=%4Z90t\u001ci>us=\u001d\u001aZ.u\u022f]H\u001bM\u0531\u0001B=W1\u0520|Rlh\f\u0007P4a2P\u00066t,I\u0417R?\u043a+z\\k&Wc\u0533\u0312\u001fV9\u0017(\u001d\u05e9>J2j\u001c8\u0515\u00150\u001e*=j!o\u0378\u05586kR92+\u0019>&5C&\u001fZ\u0006\u0006Hu8\u0018\\B*\fjN\t8D\u07c0\u000eh5R)}bh-\u000bM1 7\u0016hU\\A\t-IM>QZ\n!NC\u0006G\u001a\u0450u\f&-\u0000k.\u0007BV\u00017z(;Z\u001f3I\t<`.\u000e`\f\u0003\u0016O\u001d\u001a\u000fMD5Khw(\u0003.ad\u0013d\u06c4\n+\u0354lRru^,\u07a6\u000by\u00009n}\u001b4~\u0012\u03fd W'\tG~,3PG.\u00017aZxKEF:H\u001fT7\u001c\u000eyg8d.b\u0012<:w\u6bbfM:\u0150M\u0002jty\u00069Cw\u0007mrH?s\u0018Np\u076deM]\u0012`Dq\u04aeURI\n6\ud6f4yh\u0006v\u0014\u0176R\u04c1\u0007\u001bh\t,9\u0677g'\b\u001bs\u0015z\u0011\u0006'nmD(L{\u01fcmTN:}:TfL5Z\u001d,Ez\u000bA\r.qS@\/@].\u0005\bo\u0005\u0002vD\u020e\u001dyaWA>;\u0016eGCD1\"M\u000e[7^\u0004k?FI\u001e%\u06dd\u15d0\u001c\u045dR8vC]D?1=\u0017\f\u0017MVV&cD\u0196\u06f5\\q\u0001\u001c\u0007IS\u001a?DOS>\u0010WKDH,>],K\u01c1OXneSj\u0017|\u0004^ub\nK]-K\u0016#A~W\u0015r{]%4{ f\u070dX\u001f_#H\\?1\u00cd\u0004f\u000e\u0002\f\u0014\u0017lX\f}v'ZS2jl\u0013Tc&\u07da_z;Q7+}\u0456*%j\u068cs\u022ez|(W&$MmQ>\u0012cmQ\u0013k\u05f6\u0000G\u0002\n\u0016(\u0017\u001a\u0016]5S\\\u001b2(*\u03cc\u0011E(Z\u00124q\"\u02b5\u0006MEN4'\u001d\u001b@2\u0000*\u03cd\u0011@(@\u0012\u0000u\u043bF=7\t1\u0000sF\u0000q]\u001dtNki\"yn\u0017Phd,\u0001(`\u001b H\u0006{obTN.\u001bs\u0003GnsFi8(\u00064{sa7[.^ *\u001e|x{^+\u0000\u0019+q%z\u0003!\r\u02bdwr\u05f9\u0160kq\u06be-`;\u0001:\u0004r\u000eS!\/V\u000e;j\u000fCTj,\u07acU\u0019\rpLV!J7g\/B^mX\u000e]\u0018Q\u000b}\u0001\noIm\u0005\u0014\u0002\u0019k,\u00130\u001eM\u0706\u001eR\u000e\fxUFV\u0790\r\u0018W`!kX\u00e6#\r9\u0012\u000f>1N\u0006f(OimZ~jm=A\u001b\u0013\t(kU\u03c9\n5\u0015VH\u0003Ak3j:<\u0003n8\u0002c\t\f\u036a!TtP\u0013\u001f`\u001a7\u001dlk|xcIB\u0000\u0578q\u001d\/yL\u001dm\u001a\u0016\u0005\f\u0003U\u0015\u001bz\u0013\u0004P\u02e7g'X\u066f>\u048fb\u065e@?!g&\u001c-x5_\u057a};\u001d\u07a6*|k0CY<\f\u000bSmj\\_SQ\u0354Yy2QjQZ;A%\u0018\u0005\u0019N\rb\n-D`\u000b+oR\u0011~GnRq\u0473`\r\u001e=r\u068dkqE\u00070\u0015`%\u0451nl\u000bq\u000f^AZ\u001c\b\u0018w\"8\b\u0000^i\bj\u0011Aa\"\u0018t\"E\u0004qZz\/qw\u0017N=T&\u0003lD\u0012b^3=\n\u0207:\u0113oY{'W1[u\u000eq\u001c\u0754u3'4vjSAcpA63t\u001f:T\u0006cz\u26303V\u02bbhl\u0017|\u0000 \u0012\u001f\u0017W\u0003\u000eX\u000f~PM!J\u0017('BH[@4\u001ejB4k]u-!l\u01ec8a1V9V%\u001f8qX+[R9e6!%\u0018-I9asw+Kuz\u05f9J\u00dff4\u0003L\n&\u0701z\u0007T\b\u001dOtB)[_]eD}gsg,\"gyg\"\u048d\u001bV\u0012Y2I\u0018bn^?\u069egx\u0013D.Y_L\u0013\u0012m+z6)j\u731d\u0014]\u000fZ\u0010\u000bh=vL\b\u01f1|\/7K\u05cf\u0013@g\u001d\b9\/\u0000\u01f8\u000b>cu\u0012y.\u000e0|\u000em*,\/h&Qi\u001f4\"\f\u0001D\u0000qy1\u06f5o[\u0015\u00015r`AOOK|gOIL$\u054ar\ue747VA\u0019K\u00044\u0017^\t^\u0004?\u0554n\u001418AQA;z\b4\u05a4U(#\u0016>\u000e@X}4u\r\rn+\b\"r>?\u001cSV\tn0'kHNcF\u00158ngw:4$7\u0686\u000e.y3Ld9\u0006^8T`[\tb\u0003A6\u0002Z\"\u0010\u0019\u0003Rv\u0004\u00102\u000b?\u000b\u0003f\u0641DN 0\u001ev\u0018!(YrrpJd\u02e62f?*4%`oVXV?\"\u000e\u001db?;w\\MU`2f\u001c\u0429$\u0010W1#]\u0003\b?\u0003cqc\u0007.\udb01\udf34bdpDu\u0010?!DQ OXd~\u015dszgR\u0001-~\b&,_.D\u066cl#\u0015\u001b5.:E)-g,\f\u0014Qt\u0003\u0003w\u0011~\u0016\u0016\u00157|\u051a?\u0012\u0012\u05d1\u001fAv\/`h\u067a;KF]G\u0005o[h\u000301[C,nEe\u0000\f\u7de2\u00042K'\\\u0019!\ubb2e\"V\"Azw\u068e.c\u07f4A\u0004\uf26boBe8b\u0005\u001a\u0326\f\u0012Tf\rm\n,\fe\u0015\u030c\u01ecj\u0017\u03b7\u06853\u0013Qm\u001aQ`.\u001bB\u027dwVU@\u0791-~\ub491JZ6QV\/d6q~G\u0001T\u8fc3|Mu \u0018#nhNr\b\u07f8\u0001&\u0151\u0011$\uf37apg#niF\u38b5\u0006-Ke2GWo\"&q%VpcS\n\u07634H7\u035b><\u0010\u025b+{ro}p\\Ww[\u0015\u0018VA4M6\u001c3BxY\ue089s4\b$\u06352\u0004\u001bm\u0018\u001aNx\u000e?+s4\u001eI\u001dI\u001e\u02a1Gr*&>s1QA1\\qz3-KKs\f\u001b#%):\u0014c;\u001d:cT\u001d\u001a4`7tm&noLx\u0007\u00032'\u0013 z.\ua410$i\u0014$IqYD$Op<*\u3cd1,!IR\n9^OLz|rgW\u04f7\u0015\u0000]`\u0016\u0297\u000b;F\ua3f1o\u00100\u0006+{K1\u0001,\u000e>=\\&\u05d3$3IB\u001e\"'c_\u0175sNq{\u0007\u001eI^\u001fDpwg\u0310\u001f@n|\u10fdf;~\u0007\u000b\u001a\\'i\udb09\udd0dM@\u665bD\u001c\u0017(*w'yEZt]\u000b~G+\f\u000b7)\u6c7dTOBSag,\u000b-\u00173\u05bdG ~|&8\u0013\u001b\u0007!\u0011M5\u000f\u059a\u0012\/BcQ\r\fz?p\u001bH\b$aq\u06a9(\u001a\u0005!KA}lI\u0013TJJG1)'\u001bqRI9\u0005=42\u0012\u98cc\u0006!\u001dN\u883d\u0001!\u0010woB{nj)r\uc40cT#\u000e\u0018\u001e\u0017W\u001fXFIvKHGST\u034196C\u075c\r\u0007HS+\u071f`ryC~*NgFpymCT'\u0346p\u0000M\u0013\u0018)\u0003e5m\niM\rr\u036eE\\A{nY{f\u000fXCN~\u72a2}\u0019c:GIFU\u035eC[ysMOG6}\u001eZF\u0019X\f\u5694nN+\u0521\f\u001d\u001bn\f.\rD\u0018j\u0012TaTsBO\u0121$\u0006t@Q1H>1IM\u0016\u8166\u0018\n\n &D\u001b\u0003RP5)u(\u0540g\u0012l6m\u0005L\r`\u00041)\u0015zMF\u0000F1\u001eL(\tIR$\u0006\u0019q\u0013\u0019oxnq)\u0003GM\u000e\u04e6q-ize\u0562^\u0012U\"Hr\f\\\u04e4Y\\9J;\"\u0006\u001f0Rj3\"Wv-d\u0735V\u001dI\u00ff\u00119rDj2\\3u\u0010HW%\u0003j\u0014*\u0007E\u0001z.$ r\u0015\uda3b\udcfe\u00110rrK\u980c\u001f6!1s&Ayg6\u0661#\u0004a\u001d\u0016\u0012dBpPJs5@|1aQo$\u0010>&-\u0000\u0011p\n[\u0002.P6\u0014\u001fgD\u0011iL\u001dX\u0019\u0019[\u001d\u000eMDKhw(-A\u001cd\u0013MBYdS\ub1ae\u0002b61V_\u0005 Lu\u06e09x\u0005\u0011:>N8;mgqi@:r\u000fXm\tC]5G\u0539TG\u0704~Zm8X=\\$xu}~\u0000u\u0011X\u001b\u0005T1y4Cw\u0010\u0007m??c\u0018Np\u076dCM=\u0010`Dq\u04ae3RI\n76\ud6f4yhv\u0014\u0176RqUf%jm{\tF\u05d1~b\u0000\u001bk-\tT\u001d\u0004\u0018(.\u0630\u0019j\u001f\u0003^\u01a5\u0538t\u001a5[\u064cY~^\u92f6\u0007~WoO+fCv\u0003SLH\u06c2Ae\u00059vm\u000b\u0010x$\uab30Wmrc3\u001axY*\u02d5I\u000e+(_\u001aL\n\u01aft*n\u0007+]\u001e\u0012:\u043bcN\u01f9L[9$=\fyRx\nWW\u0002\u000fV9{)l\u0017jZu\bz\u0000Ugy\u0018V@!&~=\u0001m!\u0169\u0010X\u0260Weid5\u00158OH\u001c\u0138:\u0005\u000b$]\nlIqNxu\n6)bQ\u001bl0\u03d3!&\u001a-VgXMS\u0016yR\u0016|\u0000MYo\u0326\u000b<\u000b.z8'vuT\u05b5\r<\r>Ru\u001bs\u07085kk1F{j\u0014NSo-Lk\u0007nL'`U='*T\u0000[J#\r\u0005\u06ee\u0002\u03b0[\f\b\fcG'\u00002T7\u0018RBN`8J[\fCE\u001e\u0012Z\u0005-x|cx+Tm0PU?o\u001f7A\u0000|zv\u001f-(!\bD\u0013r\u0016`jR_\u000b\u0016[_\u0007m:\\9\u000e38P:5\u07a6*xQ5\u0018ULNJ+\u0017>W2\u0017Ty\u000f*\u0207-,p&n$\u0016S m!\u0002\u000b_X~;rg\u0005nP\u000f\u001eTn\\\u02cc+:\u0018\u0005+tc\\gf\/~\nJ\u00028oE(\u0013\u0011DP\u0004HJDP\b\n\u0015\u0013A-\"(\u0006{\u43dbpB6\u0019Xd#\u0010\u009d\u0001Q~}F>!|B;G\f\u075a\u0003^vNvx\u001d<\u001d\u89acQ=SQy\u0007r\u0007({}S\u0019z\u0001:'\t\u0006.\u001a\u0005\u001f.@;?'G\u0000.\u0583\u001fTSkVk\u0005\"\u0289\u0010(\u04969\u0010Z\u0010\u06a2joW\u001dbKHx#1+eX4rtv\/\u00fb^9\u0792)S\/\u0011\f.haO\t{\\Y\u00135j\u04ccy~B&\u0005\u0013@\u0003N\u0013\u0004\u0578i\u0013tB)[_]eD}gsg,\"gyg\"\u048d\u001bV\u0012Y2I\u0018bn^?\u069egx\u0013D.Y_L\u0013\u0012m+z6)j\u731d\u0014]\u000fZ\u0010\u000bh=vL\b\u01f1|\/7K\u05cf\u0013@g\u001d\b9\/\u0000\u01f8\u000b>cu\u0012y.\u000e0|\u000em*,\/h&Qi\u001f4\"\f\u0001D\u0000qy1\u06f5o[\u0015\u00015r`AOOK|gOIL$\u054ar\ue747VA\u0019K\u00044\u0017^\t^\u0004?\u0554n\u0014qE`q\"\u000eXULV(\u000b`5\b6\u000e\u001eD}NqLI%pu^!9]\u0019U\u0014\u0704\u04dfk\u001b:%3 6\u0019\u0010k`Cm#\u0003\u0019\u00003\n7@\u0014\u0002D\u0006hYaU\u001d0\u000e''r\u0002\u0019\u0545(]\rDB\u0005n\ub57bNS\"[61T)M\u0007{\u00b2a<\u0015vx\u0010{O{m\u03ef\u0002q'5\u001cN$\u001d\u001f@\u0019(\u0004\u001e\u001d;XC\u001ftK\u001b7*``\/`\u0012\u001f\u001f_Yx\u013dX}\u008c\u016fO)\u001cvgyH7\u035b><\u0010\u025bs\u000ew\u000b\u0013F\u000b+\\-\"i\u00d7 \nqML\u0312\u001f\u0018\u06de}\u001f\u001fq$f\u03e1C]I[\u00015=\u001d*=j!o\u0378\u05586kR92+\"w\u01e4f]\u0000P\u001b\u000e\u0006P\nC\u0013w}Bd\u000e%7\u0005y\r)TsJ&Z\u000bBS\f\u036e\u0005s\u0015k{BKR\u0013}a\u0521\u05a1BkSP\u0001T\u023f\u0635\u001cSE\u0019oB\u0006\u0002\u0148C*\u0000\u000e\u0010>$R&2\u0003GM\u000ehMh-I),nrM$\u0012:Jk\u0175e#2~\u000fa*D\u0088\\\u0735Y*um9}Goc;*W\u001dik]YCL]*\u0019&O\u0016U2Fg\u0001\u0548\\\u0002Js[o\u0159\u0004|VBsV3ks4S\u000f\u001a}#\u001f$MYPF\u000fR0\u0011\u0012\/K\u000f~\u0017QqS>[\u0019'\u0005\u001f\u0001>W~~Ij\u046f_B\u0018\tU\u001bHc~jgnv\u0748\u00056\u04bd\u0004\u0013\u0003H=XkI` @q\u0005\u000fWkh\u0017<:5.\u012a5\u0558fr\u0000K_e?|Z6c\u001c\u001e \u001fJ\tISz[P>\u001ecmAyN]\u0002\u0004\u001e\tl:+,\u0012V[\\\u0018\u0003U\u0002VuR[j\t\fiy6b\bJ%NT`\u9d28)\u693e#\u0003H+O\u0001Pyf\u0000B\u0001\u0000#w\u03c7G\u00016\u0002#\u0000$sZO\u0234sFB#\u0003Mg\u0011x\u001a\u000fs\u000f\u0010@t-;(s087\u0007\f9\u077e|3h8\u0018\u001bq \b^e\u0014\u064b\u001fD\u0663\u049en\/o%\u001a#\/pu\u001e1DOr AN\u000e6w j6wP\u015d}CU\u0002[\u0007zz)Iw+D!O?5|\u0014?U)U\u15a8C o^\n\u06c5\u06b0V\u001d0B\u001e@1\u001e\u0006*|%\u0015P\bd_Ox4\u000bc86Foa%\u0010x\u0260<\u0634O$<}\"q0\u0014\u0014,\u0153t0\u001akPoE~.xu\n)bQ[Po\u03d3!&#v\u0002UGk\u001c\ryM\u001ay\u001a|pNb#nP\twC'\u0001\u04db88\u0262Bv6\u066f5}\u0018}b\u06e4&h0\u0393c&\u0003(_C-d.1\u0011\u03cbVPS,Hb\ubea4c4\u001bj=\u02d9\u0012\u0011\u0018\u001ek\u01ceN\u0000dnV\r1\u0005Pqc]o\u0000j\u0004+?+\\,w\u0010',\u0012\u0544\u016c'\u001f6Uy\u001d\u001b_S\u0019Jax\u001c^(\u001aoSWz+jljT\u0017KW2\u0017Ty.\u0207-,p&n$^S m!\u0002\u000b_X~;rg\u0005nP\u000f\u001eTn\\\u02cc+:\u0018\u0005+tc\\gf\/~\nJ\u00028oE(\u0013\u0011DP\u0004HJDP\b\n\u0015\u0013A-\"(\u0006{\u43dbpB6\u0019Xd#\u0010\u009d\u0001Q~}F>\u0018\"|B;G&\u075a\u0003^vxx\u001d<#\u001e\u89ac+\u001e\u0229Y\u0789c\\pA63t\u001f:T&D:S\u078dc\u0005u\u0007\u0004\u8f78\u001a\u0000tzjj\rql@D9\u0011\"\u0017E2\u0007\u0011S\u0015\u0011_[T\rCl\t\te;f\u0171\fF}d\u000eG&\u001f8q+[R9e6A\u0000%\u0018-I9asw+Ku\u05f9M1,\u000b\u0003f\u0641DN 0\u001ev\u0018!(YrrpJd\u02e62&?*4%`oVXV=\u001a\u000e\u001db?;ywZMU`1f\u001e\u001c\u0429$\u0010W1#]\u0003\b?\u0003cqc\u0007.\udaf1\udf34b\u0481dpDu\u0010\u001d?!DQ OXd~\u015dszgR\u0001-~\b&,_.D\u066cl#\u0015\u001b.:E)-g,\f\u0014Qt\u0003v\u0011v\u0016\u0016\u00157|\u051a?\u0012\u0012\u05d1\u001fAv\/`g\u067a;KF]Go[h\u000301[c(\u0018\u074aJW\u0002\rz~+*KItB\u02b3\b\u001e*R\u000en%\u0012\\Hb<64S\u001b\u0014oIH\u041e\u0016\u0018\u0517IqB\u0005SF>)i\"t\u0004~o[b6\u000b~Yg21+\u0005\u0006]jt\"Tc=jp\u0016\u0325{C\u0018j]\n;eo]2R\u0010Pk&=J&n^\u066f(\u049c\u001fwo\u0018n\u0017$\u0017c\rMIn\u0010\u001b>>\u0000t\u04248>B$\u0011\u0019Qw\u0016\f~\u0004-m\u0728\u001c\u00162\u0019T+7k\u0011\u0012OU)\u0012H7\u035b><\u0010\u025bsw#w\u07c4\u036e\u0014\nn&B&{|\t@\u001es%yr\u0017\u033c=]QAx:&]!h\u00187agtR't\\9lNdN\\\u000e?c]F?'{4&>8<+r[y9:N\"jNer(fsI$\u0178:\u000ex'\u0018a\u00061g`%M1]9\u06fb\u001b[2W!%s2x!\u0014\u001e:$d!I\u001a!\u0011I\u0012!\\dz\u0016\u001d\u0013\u001cd'KKBf\u05d3''{\u001e$Y,m\u0005t\u0017XE\u008excC\u0004\nTb,3s\u0000\u0264s\u000f$)Mjb\u023e\u0258Xq\ud723\u001e\u0001q\u0007\u045c$\u001d\u001c4\u0007\u0010\u001bt`\u00196XrI\u001a$kf-7\u05bc&\u01ff\")\u0005+9@w<]I^`)~\u07c2U\nv\u008d${ITOBSag,\u000b-\u00173\u05bdG ~|\u04dc&8\u0013\u0007!\u0011U5\u000f\u079a20Bc\u0016R\r\u0012z?p\u001bOJ\bf%aq\u06a9\u070e\u1a53xH\u03d80i\u0002JP(I&e$z#N*)\u7fa0YxFF\u0002>}\u00104 d\f\u001d\u001d:`C$%nOh\u000f}\rw?E.\u001d}{#\u0010I\u001e\u0017\u05d2\u001fZ_8\u00192!S\u001fM\u001b\u04ff_\u0013S5\u0007\u061c\u000eus6\u001c#MGpC]\u000e89\u001ai+ 5a\f1w\u0005zgCc\u0018?3a2P\u00066V3E\u0011\u000f\u029c\\\u03d4kv-U}C?]Ijx-=g#$\u0004g\u4d176`2~\u0604(\u03d9A\u0007d0[uX\u021c\u000bm\u00cd\u0003\u001azfU\u0002!:\u001c\u83aeKu\u001c&-\u0011IS\u000fH#=%-\u0153\u0004\u001f0l\u0007g0VFAbeyh\"_BCp]\u000b^'`${'FI2%;\\7t\u0017-B\/-\u0000a\u0010[\u0006\u0379\u0013\/\t$7w\u0091i;L\u0551;&~jM\u0016\u001e'\u0011\ucfb0\u03a5:RX'\uc124MF\u001eghd.b\u0012<:wM:\u0002\u01e3\fx\u0307\f]X\u000f\u4700^18[\u00101\u001d_=\u0001KT\u027aI\f'Bq&*|\u0734o\u0001if7\u001bPQ\u0014^\u0016KM\u0007].~br@\u0003\u0689%&\\f\u07faw lmG*~@\f\/\u0012\u001d\n\u001ek1ou:'S=PN1U'\u0019;aMyzG-\u000bi\u001exTl)P\u0799r\u0019\u000b\u0010b7>\u000bF\u0005\u001d;\u0006v\\\u0005v\b\u0012g\u001d-\u0012\u000f\u0017c\u01cb\u00177:lx\u0013\u0018%\u02d4l\u05c6_Br\u0016FwK\ru\u0017 \u0012^3(^CC[ZK2':7\\\u0007Unr\u0005\u0016>3ksLS\u000f\u001a#\u001f$Mi\u0013I\u0019O\\-\u000f\u0013!twq\/\u001d\u0007>\u3e95Oy]\u0011J{\ud5ca*\/v\/Z\u0004,]U%uu137;n\b\u001b^G\u0002\u0001\u001en$0Su\u0010``\u00c2\u0787f5\u000bz\u001aRz\"jKoyg3fy\/\u06b2\u001f]E>GXz\u000eU\u000f\u000f%\u0284)- _84-PX\u0005\b<\u0012|uVXQZ\u0006M\u001b7Jmp#6h\u0018'L\u001aQ8MS\u02cfP>\u001ctc\"<\u0001S\u0017e9Q\u0002\nU\u001a\u001fi],v]\u0017p\u0006\r\u0007R\u0007\u0019p\u000b\u0011\u0018\u001ek\u01ceN\u0000dnV\r1p\u0006ST\u048fb\u065e@?!g&\u001c-x5_\u057a};\u001d\u07a6*|k0CY<\f\u000bSmj\\_SQ\u0354Yy2QjQZ;A%\u0018\u0005\u0019N\rb\n-D`\u000b+oR\u0011~GnRq\u0473`\r\u001e=r\u068dkqE\u00070\u0015`%\u0451nl\u000bq\u000f^AZ\u001c\b\u0018w\"8\b\u0000^i\bj\u0011Aa\"\u0018t\"E\u0004qZz\/qw\u0017N=T&\u0003lD\u0012b^3=\n\u0207:\u0113oY{'W1[u\u000eq\u001c\u0754u\u0013T\u001a;)\uf831]nv \u001b}\u03d9?\u000f\u001dz*CO?U8&\b|.\u001a\u0005\u001f.@;?'G\u0000.\u0583\u001fLS\u001aZ}r\"D.e\u000eDV+D#\u001aU\u0012\u0012v\u030a#\u0019\u0016F\/\u0007N\u001cTNzxf?v\tF\u000b|lN]Ru.O34\u0003L\n&\u0701z\u0007T\b\u001dO\u0018xB\b\u0014\\7bY:&\u0011&f\u0010\u00054u\\Vi+\fq\u0013\u07675L&\u0002YX}R\u0709\"YD\u0397E\u04e5\u001bW7t$\u3e73e(0n&}~=W'\\\u00188\u02ff\u024d&$\u0014W4lhR.\u0019;)p\u001e \u0016{\u0010;c_n\u001f'\u03ba;\u0010Ls\u0016_\\\u0001r\u0017q\u0017|%]|y\u001da`\/\u001dn\u0011TxYV_L\u000f?hD\u0018\u0002\u0000qck\u07f6@+\u0003jt78?w\u03deP I\u00153w;\u000f\u00052\thv\/\u00131\t6O)(}*ju\u0007\u0013!Ufj]\ned\u0007_\u0018\u0005&Atp \\D\uecdd\u0007vc\n*A\u04ed\u001bF\u0004z\rZ\u0328\u0016\u0016\f_5&\\%o:\uf609\u0006\u0140\u0018\u000b\u0007\tl\u0013Al\u001d\u0018\u0006M`hu)i\u000e,\u0001)#@~U\u001f\u0016\u0001~r\"'Q]\u0018\u000f;\u0150HS\\@f^t8%eS^O\u0019S\u001fH\u0015\u0012y7+,+\u001c\u0013_q\u0005~o\u000e1\u05df;\u07a6*\u0017wR3A\u000eTH\u0012\u0611\u036e\u0001\u0004\u065fB8\u0731{yBNO^1@2s\"j:X\u000e\uc7d0H('TK2]?9n\u0016?H\u0013r\/R\u0017lV[b[\u001dX\u04e23EI\u0006(:\u0341u\bua3\u000b\n\u001b9j\u001fj\t\u020f ;\u00172xl]z\u001fyX+n0Gs\u0003X\u0016%p#.v\u04f7-bR\u06b1\u0014nE+ja}~+*KI\u0014tB\u02af\b\u001e\u000e*R\u000en%\u0012\u001cHb<64S\u001b\u0014HH\u0016FTL\u0185\u00105iM\u0019F\u0013!3%x\u0003}\u06d2\u0015mY\u0018\u001cO*<\u02d3\u0019\u07c9Y\u0019\u001e\u0017.S\u001c]\u000b'L5\u0006\u001b\u0663\u0006g\\7{\u0005#[%#\f\u0001\u0006?mGc_\u001em:\u0002,\u0007\u059bAr1F\u0424\u0010q\u0003@\u0007M##$IB\u001d\u001bugPG0\u018d\nk:m^*A$>?\u0002\u0016\u0448{-\u0018_\u001foR8E&Otg\u06fe\u0003OLyw7a>`+\u00b4QmDHd\/A\u0015xY\ue099Gt5<\b$\u00182$\u001bm\u0018\u001eN|\u000e?+s6IIgr'r2d\u000fgq\u0012'qp\u0005R{+\/GID\u0369(\u001bJYQ\u0491D\u001dIqu\u001dB\u039d1\u000e\rOJbrw\u00137dBJdB\u0003\u0001)\u0010=x\u0017uHB4B\"$B\u0238,:'8\u001e!9^O$)d'ONzo'{=>EI\u07b3X+\n\u0000.R\u02c5\u001db?g\b\u0018\u0015\u033d\u0018Yfd\u0000\u0016I\u001fs\u001e.IR$!V}}\u055319\u0007=\u0003$\u000f9I;9oi\u000f B7^3\u001d%m4yIj[ny3MHOEB\u000bWrxyE\/I\u0015\u04d3'H-S:\u0005\u0015\u0306\u001bI\u0014V\u217eX5\u0017Vw[.Xag{\u07cf@9M8q'6\u000f>C\"z,k\u001e~5%`$H\u001b`!~H6\u0011LJ\u00baS\/[SR\u0006M\u0004C}|I\u0013TJJG92)'\u001bqRI9\u0005=b42\u0012\u98cc\u0006!\u001d^\u0001!\u001d\u0011wwB{nkxY?\b\u0019\uf278R\u0001p[$g\\\u0003^I~\tdd\u07c4tPINO~OL\u001ccs:p`4E\u001f\u000e\rv-:\u05eeth]\u001a1\u0018C\rj2\r(8\u001b\u001aCx\nLc\f?Sh\u0013<'%\bR\u0007Z\u0007)ZHWnfg5\ucd0a|\u03f1\u040f\u0010GNQYU\u01a1d\/@|z:8=\u001ccfk\u52a66kR92+\u0019>&5C\u71a8~k\u0019\\\u001a U\u0018j\u0012TaTsBO\u0121$\u0006t@3!%jN\u0013Dk^h\u0001\u0675@{u\rrOhIjM1 \u000e\u0015ZC\u0012j!\u0007oFP>L\u0011 PmS\u001dSE\u0019\bW\fL. WJD&WDebp \u0003s\u0000@\u05c6l8tfH_\u000f\u001fd\u0112\u0014DoD*R\u0014(]$*F$\u001b$IvslB\r6K@mu\u0000\u0001\u0011!\u0007ClW yF4oJ\u0004jtP\u0018G\u0015t&A\u0016\u0016|6\ub97c8\bQa{*Ix\u000bi\/m\rp\u001f6!Ws&\u0004Ayg6\ubf3e#da\u001d\u0016mB;!t%DOSRU\u00105w\u0019U\u0740y\u022b\u0002fG\u0637P=]\u56fd\u0002zP\u0014'Y\u0016\u063a\u001dX\u0019\u0019yg\u0010DT\u001dw\u0012;\u001eJN6\u000eI]L.'\r]\ud2ac:L\u000b@G\u05b7As'\u0004\f\"xu\u0002\u024dpw\u03a2M0wz\u001f~\u0013&'\u047b\\\u0006k$Os\u0014\u000f\n;\\)UtLeI\nK&*o\u0001if7\u001bQ\u0014^\u0016KMGk67Z3\u0013.Ytlo;N\u00106oJ89nmX)L{\u01fcTN\r\u02fb>ibNJ3&\u025aRs\u0011Z\u0016\"=\u000f\u0006\u06f8)0,\uf179]~\u0005\bo\u0005\u0002vX\u024e\u001dya;X;}v\u0004\tP\u000e3\u01d9\u0003MKL\u001dn\t~ELO\/!9@\u000b;pd\u0010\u0017\/V\u0019\u0014\/\\!q\u06adVUVM\u00064\u0019\u0013\u001b[Gcnr\u0005\u0016>3ks0S\u000f\u001a#\u001f$Mi\u0013\u0019Oh^-\u000f\u0013!tw\u0001\/\u001d\u0007>\u0003\u0095Oy]\u0011J{\ud5caF]-K\u0016#~W\u0015r]\u001di\u000f\u000e\u001bF\u05d1~b\u0000\u001bk-\tT\u001d\u0004\u0018(.\u0630\u0019j\u001fg^\u01a5\u0538Pw\u001a5X[\u064cY\u000ed\u92f6\u0007~WX+fCv\u0003\ub13c2!in\u000bF9\u0016sb\u0016 H`Ya\u0002\u001fbTs:7\u0007\f9\u077e(q0>7@\f\u0011\u07bd(\u0017?JG=^K\u0011r_\n\u0000U\u0002\n5q\u0016\t\u0018\t6PUTo\u0578\u0012x\bde\u001eZ\u0514\"iyzE(F)\u060a'b=`N4<$\u0013c\u0014SV`\u04fcz\u0006\u000f1Y\u0018\u0013X:bXS&6$6J\u0003\u07ddV\f\u07e0\u001ca\u0017\r\u0006LmP\u03d3'\u000b*\u066dkd\u07ba4'\u0007Wnv4iC=O\u03834\u0012Tpz\u001fZ[\u000f9Dx\u0002>\/\u0012[sBM\u0005\u00154>xXd\uf6aehZA4l{,tzG\u001cvZf\\\u0001g(XIt\u001b[?s7{WP\u00160y+\u0002F\b \"@WZ'ZDP\u0018\b\u0006\bj\u0011AaV7\u078b%<}\u0745\u0013r\u000f\u0576j'\u001b\u0017\f`}\u0002;3\u0010[\u0016\t&?zLG|\u001d8sq\\ G7%hz\u0002O#6n\u001c\u5307\u000fQ\u042124\u0018\u001fT\u001b\u0013\u0004OyG\u000f\u0017 \u059d\u001fD\u0013Tj\u0000w\u0017\u000f5D\u0002\u0011D\\\u0014i\u001cLVF|mQ5\u0637\u000e%$|\u00152,\rK&\u001f8q+[R9e6a\u0000%\u0018-I9asw+Ku\u05f9\u0006M18O3P\u0224`\u076cwIuj)~N)Iu-V\u00134k\u0012ak\u0006Q-3^\u0017zm^\u001eZ\u001dYJh2$0M8w0\bda\u0011J:\/s'\\;o;+g\u00119;;_\u001e\u0016vOn\u0007_`L\u00b8\u0015sgz\u0402X@'gB<5Y~\u0000:@0Y|q\u0005]<]\u0019\u000b0kvu\u10fdtElSeY}A3J+?\u0011a\b'\u0002]F\u066ee\u0002w?\u000f\u044d\u03af\u0004\u000bzz\u071d^?{BMf$V\u0715s<\u0014\n_B'\u067d6N$\b(X}4u\rr\rnk\u0007\u0011\"r>?3\u001cSP\tn0'kHNbF\u00158ngw:1$7\u0686\u000e.y\u04f1Ld6-\u0006X8N`\bb@0@l\u0002C+F\u00154\u0007D\u0011 ZEK\u032a\u000fYwv`?9\u0013\u0228.\u001dFbH$J).v\\u:\u0012\u0672)d\u000f\nM|o<\u061b\u0015l\u000e\u326f\u0002{N~UoS~\u0015\u060b;G \u0007t*$\tULfW\u0000\u0002@!X~)h\"d\u0004~o[b6\u000b~Ygy2;1+\u0685\udb86\udcebv@DT`#{,Kq\u057a`\u0015wd\u02f4\u07fad!M{\u000b\u0663Mp_Q\u00009? z\u00131r\/H.\u0188\u001b\u001f7n}|\u0000Iq$}$I#2{,\u001c\u0019\b[\u06b8Qa\u0015-Ke2GWo\"\u001aq%V\u0010cS\n=\u001f)\fw7}x \u9cd3P8.\u0017&\u0007\u0017,vE}W\u0005]mDHd\/A\u0015xY\ue099Gt5<\b$\u00182$\u001bm\u0018\u001eN|\u000e?+s6IIgr'r2d\u000fgq\u0012'qp\u0005R{+\/GIDi\u000f\"9<+\u02b3Y:\\#I1C:\u07b93F\u0621AL\u0019X\tvSLW\u000en\u0006UH\u025c7^\b} > s2\u0005\u0007\u000e\tYHFHDD\b\u0017\u0019EG\u0004#${=>'\u0492$^d\u01e7({\u0016Ky?}[\u0001 \u0005Vj|yyc4^,\u0018\f\u00011{\u0002\u0018#\u02cc\u001cb2c3{=IJ$\u4c5a\u062a\/z2&V\\; qA4'x\u0007;-\ry\u0001D\u001c>kw\r\\~F8\/I\u001aYtu\r5o\tHqJ\u000e;\u0005?)r~z$\u0018eJ\u001f\u0017\u0015\u0670p#\u025ebnK\u0014\/=\u0015v\u00afr\n;c~\u0004i\u0089\u0013m1IM\u0016\u8166\u0018]\u000b*._ &D\u001b\u0003RP5)\u0016{f\u00045$\u001d\u000eR\u000b6\u0001;U\u0001zE\u0002r\u0004IdrET&\u0006\u000e20\u0007\u0007tm\b\u03c68-Mg&8AF,I\u0001\u04e6D*R\u0014(]$*F$\u001b$IvslB\r6K@mu\u0000\u0001\u0011!\u0007ClW yF4oJ\u0004jtP\u0018G\u0015t&A\u0016\u0016|6\ub97c8\bQa{*Ix\u000bi\/m\rp\u001f6!Ws&\u0004Ayg6\ubf3e#da\u001d\u0016mB;!t%DOSR\u00013;+5x\"\n\u001daBpvo\nC\tR\u0014+dM\u000e[`\u0002\u0013vp\u0006ced\u0018\n=fAD\u0013Qu\u0012\u001dJKx(m;\u0004;\u0014&wMI2%\\7t\u0017f+B0-\u0000!\u001f[\u0006\u0379\u00130\t$7\u0091i;6M\u0711)~jM\u0016Dr\u0019>\u03a5:R<(pWz1EL[\u03a4\f\u0004S(gd>dz\n&\u0006c\u0129\f\u07b4\u06af\u0001KT\u027aI\u001c'*-p\u04feI\u0007\u0018l$nGQl{I,\u0019MGk67Z3\u0013.Ytlo;N\u00106oJ\u001989nmX)L{\u01fcTNw]}:TfL5Z\"\u001e,Ez\u001fd\u0006\u001cS\u0017vA\u0016 \u011ao}\n\u0017\na%;v-m\u0015#HRvIfpeSj\u0017|\u0004^ub%E~\tb$B#v!Ww#H:\u00128O\f pc%\u0000\u0003\u0005\u001b\u0016>4C_]\u0538\u001a\u0013Tc&\u001f_z;Q7\u02c1,}\u0456*G\u068cs\u022ez`\tISz[P>cmAyN]\u0002\u0004\u001e\tl:+,V[\\F-jw\u05a2\nOj]e-\fY\u001b\u0444&A\u0015'<]kPuZ$\u0015sR\u07d1\u00014,O\u0000\u0430PS\u01d7h\u02bf\u0015yg\u0012=\u0241\u0017?9+\u0011+Q\u0015.\u000fU\tn\u001d]1\u0003h&\u076d\u001cv\u0012\u001e\u0010x'\u0015lP\u0007\u001co7t\u001bq$Jmo6P\u001a<\u0006yr\u001e|\u03241\u001a<\u0000\fz\u031d7&\u00130y1\u066a\u0013\u0015j*PFb|tMg4\u001ckgx.\u001cG`x\u001d;:\u0001Y5\u0110\u0016\u0002Q\u001aL\r\u001a(\u0019\u0018<]*\nP[\u001e\u0007RVbab>Pqc]o\u0000j\u0004+?C\\,\u06cf\u0010',\u0012\u0544\u001e,Z\u000f~TuX+_S\u0019Jax\u001c^(\u001aoSWz|-jljT\u0017QW2\u0017Ty.\u0207-,p&n$bS m!\u0002\u000b_X~;rg\u0005nP\u000f\u001eTn\\\u02cc+:\u0018\u0005+tc\\gf\/~\nJ\u00028oE(\u0013\u0011DP\u0004HJDP\b\n\u0015\u0013A-\"(\u0006{\u43dbpB6\u0019Xd#\u0010\u009d\u0001Q~}F>0\"|B;G2\u075a\u0003^vxx\u001d<+\u001e\u89a43ZO\bjF-\u01b1]x \u001b}\u03d9?\u000f\u001dz*COB\u0007j=QO0w.p\u0001bAd?A%>z\/\u0006\u0000\u001d|w\u001eZCL[\/\u0010QNE\u0301hjh\u0016U}\u0010[Bg\u064eYq,\u00e2I\/\u0003d\u0013\u0007r%S^l#\u0019\u0010].$\u00138w\u05f9T'xKk\f\uef73Z\u0017\u0002l[T2\u0004\u001a\u001f}!{\u001bW<\n4G\u001d[o\"F[\u0005\u0018qvCvC\u01ad\u000f\u0000\u001d4)$\tuD\u0006~o\u051d>C\u001ftK\u001b7*\u001e-Ke2GWo\"\u001aq%V\u0010cS\n\u001cS\"\u0019o@g'o?_\u0007vro}p`W\nsF\u0005Fo\u000faL\r\u0004GV\u3252O:g\u000b6\u001e.V <\u00180laK099h\u001cz,'u('y$\u001f\u0231\u001f=\u0015\u0013\u001fI\u001cI\u001e\u0015\u0018^\ufb64\u001c\u001d'\u0011\/l(7gEI66EGKt$)F\u0511w\bW;t:4i>\u0003+n!M\u07d2\n)\u000b\u000f\u0007dN@]!!\u0005I\bYH\b!\"\u05b3Hxld'${=YN\u0014\u0492<3\ubf5d$y\u03e2(o+\u0000J-\/\/\/\u0017v\u018b\u001fc `$fW1\u0016cd\u0003X4&}\u031d{df'g$\u0019`\u06f0!?\b\u0007{\u0010w\u000e4O\b%\u0019+7.mqM37!=\u0015I8._\u0241o\u0015'PTOO\u0004#L\u0016W\u0019\u0016n$SLZz\u0017\u059e\n;c\u0017\\Xm`}?\u00024\u010966\fey\u0594z\u0011\u0016\u001a\u04cf\"mU!xBG0#\tNlA\u0019\u03b2I\u0018$gL4LFT}\u001d2}\u0012\u0011's_,*M##9>H\bzh\u0010n\u000e\n\u001d\u0019\u000eq&\u8786\"\u000ex^\u001d\u0012$,\u000b}k\u020f,\u001bA\uc590)\u93e6\u0011\u0012'vOL\u001ccs:p`4E\u001f\u000e\rv-:\u05eethTu\u000f&fCc8\u001a\u01e6\t\fS\u05d42P)\u0006mk\u0012\u000f03]6RuU\u001f0\u0013yf\u000fXCN\u0349\t7Z\u0014~w8Ju\u032a=6\u000eu%\u0011\u0127\u001b\u001e^%X-\u0019Z\u001a\u07c6rMJ7W\u0015}yE\u4b99\u0004\u001b\u001a~k\u0019\\\u001a W\u0018j\u0012$jN\t9D\u07c0\u0016h5R)}bh-\u000bM1 7\u0016hU\\A\t-IM>7\u0006\u05a1BkSP\u00012F *\u0000FN\u001d\n%LM\u0018\u0000K\fFH\u0012r32$\u0007!R&2\u0006Q8!0k\u04e1xRKJD\u0012IAk4kZD\u0000U1JV!rI\u0376H\u001a\u0350s,Qx#Ov-\u066e!o&a{N_\u001c9\"}aJW%j\u0014\u0011cDJ\u0003dm\u07a63\tH\u001c,ts\u0b10f\\\u0756a\u0013\\\u0013?gB\u001cwf;Bd\u001da!Q.4c\u000ec\u000e7d\u00115Ww\n\u0014N0\u001a\u02bbL\u0000[t{C\u0001#\u0003\u001e\u038a-V\u0001-z(1Z\u001a\u54e3!\t:`2\u000e`\f\u00034\u001d\u0006\u000fMDUKhw(-Ytd\u0013Pd\u02c4\u000fId\ub1aebc64V_H\u0005 u\u06e09x\u0005\u0011:N8;mg\u045dil:r\u000fXm\t\u0013]\u001a5\u0539TG\n\u001d@\u0003<\u0003!s\u00113wm\u0002)\u0006cm\u0014P\r7\u001eh\u0019\u0798\u000f\u0019\u07b1\u001d\u0015\u0001b8q*CuwPV;#t*Y7i=IRI{PGMibNJ3&WRZ\u0016\"=y\u0006g\u001cSv9\/\u0016 \u011ao}\n\u0017\n\u0631 ;v-m\u0015#HTQvlH<8d\u001d\u001dduENcP\u001d\u0019~\t\u0001Z\u0018\/c79$'x\u03e0x\u000fnjj2\n^O,nd\u02c7Pnr\u0005\u0016>3ks\u0004S\u000f\u001aq#\u001f$Mi\u00137\u0019O\u0010\\-\u000f\u0013!twQ\/\u001d\u0007>\u58f8Oy]\u0011J{\ud5ca\u06ae\u0016%TD\n4\u0007}f\\\u074dX]#H\\?1\u00cd\u0004f\u000e\u0002\f\u0014\u0017lX\f}v\u001dZSRj\\O|_S|g~-lF,E[\u0003g\u0015k3V!\u0001J^4\u0005c0\u0016\u00189vm\u000b\u0010x$\uab30Wmr1\u001a\u0018\u0010\u000bKZ[)mj\u0019\u001c\u0688#\u0014\/\t8Z\u04e2X\u001e\r\u0004k\u0019\u0000g\b \u0014 \t:|\b^\u0018:k#8\f\/\u000e:4z8d(42t\u0019Q\n<7\nA\b\fD\u07b2mf\u0301yn\u0001\u000f\u001c\u0019r}\u0019Q<7@\f\u0011\u0756(\u0017?JG=^dN+\u0018+\u000fr%z\u0003!u\r\u02bdyr&\\{A>\u0004r\u000eS.V\u000e;j\u000fCTj0\u07acU)U\u16a8C o^\n\u06c5\u06b0V\u001d0B\u001e@A\u001e\u0002a\u0015\n(\u00042Y\u062f'`t\f=M\b\u001d\u0013\u0004OyG\u000f\u0017 \u059d\u001fD\u0013Tj\u0000w\u0017\u000fRC4[\/\u0010QNE\u0301hjh\u0016U}\u0010[Bg\u064eYq\u001cBW+g%\u000f8-2b\u001bP\u0012\u0016v$\u065c\u01f9\u0395:\\\u0019rfIY@\u0014A\u0570S\n]9O\u0014B\u0016\u0489]505(\u0016\u0019\u000bW\u06bc<:^dH`p>a2\u0011#u^N\u0014w\u0006A#\u0010pO\u0004\u0010\u001e]\u0005\n}~\\\u001fP\u001b\/_\t\u0016;\u0137t\r\u0004IR+y(h\u0015\u1fc4N@{\u045dmIy\nC_MyF\u001f\u05efO\uc882Zw08\u0011R\u000biiI\u0015PF&-|\u001chr\u001aD\u001bxK\u0007W\u0010\"E>yQ}pn'9\u0012@\u077aaO`\u05d0.\u01cc*haqu^iIn\u03f5\r\u001d\\fdkr\u0010\u001b\rp\u0012\u0006m\u0005\u01a0hJZ\u0004\"c@\u000e\u0010\u0000_fuaw;;\tdT\u0017\u000et=$\u0012%K\u0015\u0017PYW:\u001dNl\u0014S\u0007RD7q\u001e\nJW\\C,g'?\ud8fa\udef7?\nL\u019dSs\u0003:\u0015\u0004*&vd~\u0000\u0001g\u0010y,N?w`e\u001eWL>\f\u000e\u0016s4'$(\n6\t\u0552L\u000fs}N[*\u000f0\u0484\u0505(}?&WV\u0007\u05b4(e|\"Ns`.\u0002w]\u00a2BoZGZ_:#\u0005\f\r8[Gv-\u058a[;\u001b\u001c\u0000g'x\t\u0239\u000b(`qm\u0018m\u0014&fkv\u001f\u0005\u000b[QZloEe?\tw\\NHV3\u0014U\u001dCY]ED|\u001d]\u01c6fj5\t\t\u0013W\u0002OT29Np!CF>)Cj\"|\u0004~o[\u00b26\u000b~Yg931+\u06857VmpDT`#{,KPr\u057a`\u0015wd\u02f4\u07fad!M{\u000b\u0663Mp_Q\u00009? z\u00131r\/H.\u0188\u001b\\!7n}|\u0000Iq$}$I#2{,\u001c\u0019\b[\u06b8hA\u000bR\f.\u0015Ik'X*xA=Otg\u06fe\u0003O]\\0r\u001f\\\u0655\u00b4QmDxd\/A\u0015xSY\ue099u5<\b$\u00182$\u001bm\u0018*N\u000e?+s<\u001eI\u001dI\u001er\u06e8r27dq\u0012qGq\u0005R{+\/G~.yv.\u0349ll`6$\u07e7K@R\u0018*T\u001f\tI?1\nrVF\u0002=]Hpz\u001aS\u00100uBP\u0001}HD#bj'Z\u00190\u0012`\b\fpZqxp%&a\t\u87dc|TMT\u0359CU\u0587.3?ek\u001e(z\u00133Cu4SnP-\u0006*_1P\u001d\u0599eX\u001az>2Mc*kS\u0012=%pRZ7SL\u001ekQ'7C]GIY!Tc{\u000e\u001cB\u001c&:\u0547qfEI6Z@\u04e7'\u001bok\u0004\u0542\u07daQ\u001b\u0690\u01f8Dszc\u0710\u001bB\u0019>5Y7\u0010}k\u046e\r4\u01eai\u05e8H}\tm<\/T\u0011-\u0c59S5ZP\/T@\u9d60D*=!%)1%\u7186kdRC\u0012b\u001ax_\u001c\u001a)\u001d\u00164g4EhW\u02b2FXbq\u01b3\u001cS\tE \u0555w\u0013\u0374jqz\u018cs|Y\u0005i\feBC)qMqn\u0019\\c\u0012mii\\,\u001c-\u001aB`={:Pg\t\u0015=\r\u000f(\u0000p^\u001cWgsRf\u001e#SuF+x\u0015p\b\u0148p$kI8\tT(\u0013\u000e\u0001\u0019$6[0VWFNg<\u0017n\u000b9cQ3\u0007:-X6vv\u0018TN\u000e*,\bn&\fh\u00155\u8d12thOGC\rTpVU\\q\u0006\u0000llc\\-j^-e`eX\u0016 ~\u001f\u001cm$\u000f\rC\u001c\u000fD\u001a:]bB\u0017wv\u000b\u000e\fDeuL7tu\u0016K'\u0007\\aR\u0000`z|\u0007Q\u0383h\n^@P-AiF;\u0007n]CK\u0006m$\u0659T5]\u0007\u0005m=z\u07ab@\u0003w(\u0018Ow;b%@\u3d6em\u0002Jid]\u030b\u0650!\u001d\u0784.\u00055`oW\f'Fe06\u0016a\r Z\"D3KdU[*\u0174=\u0002\fAi\"^\u0237,ZYW.f*\\\u04ab!e~pp}4\u0013\u3e33JAcTw2h|\uace6)*$f\u061b-\u04ba\bd!< \r\u0746E\u0001|\u0010nA \u011e}.(\u0015o#'\bj\u0015\u0000oL\u0012O*\r\u06f7\r6~\u001b&=$_[\r\u0736\u001b\u0018f~F!.\u000b\"\u062bjUj}&\u032drU2n-WL3]\u000b\u0003\u0751\u000f4~\u0019O\u02fc:\u001f*Bek^_\u0007>+\u0003n\u000f;U\/U\/5Z%+2aW*`\u0750vz\u001b^o\u0004\u0013\u0000\u058cmF`*\u0000\u0000qA\u0005\u042b=rrQ\u0564Kq37\u077dM2k|Tzw(u\u04c2\u01d2\u0017]\u0007+\u0019\u058a\u0019V|b\u0002\u0494U\u000b9P\u000b6n\u0005\u0000*9{$q\/6*?\u02ed\u0431\\d@!J\u0569&\u0006OUx\u0007u.\u000bU1\\\u053bcNf_\u0019wr\tT[\fyBixQE23\bPU\u0001\u060a7\/B^cX\u000e]A\u0019@5v,\u000f\u0002T\u0015Q\n(\u00002]8g m0X1\u001fFWrOT\u0278(oAMYy<1\u001a!\u001c-@%\u0012Jv\u0017x8i\u001b$9\u0259}!\u001c\t[qI\u001bGFZO?\u0007>zx;\u001f2\n\u000e`\u0015`%\u0411~l\u000bu\u07dc\u000fVAZ@\u001d\u0014P\n\uf9e0)\u0003$}S\u0014y?\u0005Z?\u0005LAnW7$K{{\u000bwT'CR;VDb\u00138\\i3t\u001a}4cxG3@$`\u0003:Huj;2\u0003OpvXn\u0014M\f`}p] )\u001a\ub685$\u0003Bn\u00061\u0013\\\u0003l\u0717\u001b;\u0007woZ\u0010M{\u001c'6\u001f<([z~\u0000u;`3\u0006!w\u0014u.Lq\/\u01c1>:KY>\u0015\\=4\u0013\u00cf(bE\u0013\u0010\fRXmA~?\u000f\"u&;\u001a\u0017,\ub43dD?G\u001aw\r\u0304$T1V*Tu\u0003}\u001d;^g\u0006\u001f&yOT\u0017n?|i#@\u0015\u0011\u0019\ud5eb\\\u0019T0\u020d=\u0000c4z\u0501z\u0011z?X\\f\u001ekz+G^\u0016NxQwq+1\u0010\u000f\/49\u000e\u0016M4\u0017J$P\u0014\/R-1~\u001b0zg\u07d1\tZNF|\u0000b\u04f5\u000fW?\u0015-v\u0541\u0016,#\u0019 \bC\"69e\u0016-*n=w%%#;\u001c!)5zN\u009b\u0015\u0016u\f\u0000-?%B>\u023b\u001e1&\u0018=\u07f8\u038fx\u076fdEm^\u078aJ\u0016hB(!+\u0010=mUD\u001cJ\u0004,'\u0005N;PMUH\b\u0018=a8WFT\u0003'1(\\#\u06ec)b\u0004\u0002v\u0000lIm]\u0018Ge\t\u0016\u024c\u001d\u012c\u0014i\u7d97k'\u070e\u07196&\u0002gN\\zw\u001e]mrR\u0001~U#\u0015\u000f\u0001\u0006?'M[:nV<\fPeIO;o\u000b)\u0017 \u0017e\r\u06c9`m\u0000\u000f\u0000\u00194!\u001b\u00000\u0126#?\u0003\u0011Zb\u000fa,z}Jp,h>>b8]\/6\u001e=$9Qm\u000f\r~\/`\"\u02d9#>\u02769s\"\u0791]DM\/&`]*b`#\rw2r\u0b9c\u041e\u001c\u001fGsC\u0015\u07cd\u0013q\u0013\u0014\t\t\frtM\u0013,\u0016_N64\u0007g\u0005mlt\u000b\u001d~.hI!;\u001d~\u0007X{\u0390\u000e40tb\u07f6w\u0013\/\u001f1\u0002Jfd]oQ\u001f\u00052,\u0010tukiFH\bCF\"Y\u00132FJ\u0012\u001e)I&Ik$q\u00e4$n$y\u0012Y(oo+\u0004Ho\u00017W\\9\u0011\u001a\u0016`\u0004\u001dAl3c\u001e-2#\u0003hVL{LI\u00124g,&+ID\u010ajglJ`\u0007}\u0013.d\u0019p)\"\u001f?\rewhI\u000b,8\r\/\t\bide\f3n\u026e\/o\u0018p_A>pb>\u0004%HP\u000b\u0015\f\u000b\/\u0014)4[z\n\u0017zjOa\u0016Zw;>\u000f\u001fu$\rwkh\u0005%\"di`-42>\u0001-\u001fBES\u0006J\u001bw\u000fN3g&Wa\u0011?v\u001b\u0010\u001f\u0019h#\u001f\u03a4&h\u04e3IQ\u001c.c&bb<\u0779TK:\u01fbV[\u0005T\u06f7\u0017.b6dzG\u0320K\u0006\u0015\u00c9Q\u0019L\u0162t\u0001\bL\u0012v\u00151J1*\u0002ti\u0000C4s\u06bd\u001d(m\/oP6\u02fdA\nrH\u0677\u001f\u071fnm-\u0006y_d\u0004\u001eUO\u00105\u0551L?!*\u001fNiJ:1j.\/l;(Y\bOi\u0106@,l(P>2rb\u0013s\u0010bw>o\u0017\nW=\u0011q\u05900u\u00044~#|D8dRi\u063e]n#d$q\n\rmx\u060f\u0003Q|\u0015_\u0010m7\u0016\u0007DWV\u0016\/\u00191f\u06867$wkb\u0002d\u000f\u0005\u0015\u001fB\f~4\u0335\u0010~\u07f0QP\u0011\u0012-Kw~I\\R-Q_V\u0002>'-pa'|R>^2T\u0004R1p{E\u01aeP\u001e\u001eP\u001d\u001bU\u0003~B\u0000i6Y#0t\u0000`\u00c2CS\u055e?9hgRO\u01a5\u0238&\u00195>H~^;iA]\u024b\u0003\u0015G\fSDh\u1964Cb\u0002\u0494V\u000b_XF-(o\u0013Z\u0000#Ww\u0005]n\u0015W9;G+V\u0019uj]\u07b6Z\u0006Cb]\u0010\u0018K:2M\u0442\/\r\u0012\u0000R[\u01ba\b \u0010 1z\u0018wf\b!\u00008\"\u0018]zT=tjQ[u#S\/\u034d\fF\n^r j>P\/|H\nmZ\u000eK\u001c\"{.\b?\u001a\u000eK3\u001c!k\u000eCg\u00034}TsJI\u0002S7_T~\u0002[g\u00f8\u0002=\u0240dz\u0014>khT\u0013Dgs*|w6\u0018rw.]1'[9\u0004-<(\u042arU\nxU%*\u0000l\u021b\u04d7n!1U.\u0220\f\u001a;\u0007\u0001XI]\u0005\u0014\u0000\u0019{.3\u0010\u001eMX\u001eR\u028aJ\u0004U*K#XHv\u0018\u0609pu\u000e\u0012Y\u0006\u0016\u0014vh$2C#\u0013a\u001cdsV2\u07b65CLk\u0006\u000b1`bu\u12d5\u07b6BL\u0005\u001b@usuJ\u07b6BL\u0005\u0013=Ugv\u05b5\u001be7J+bm0.\u04eeLrSpw\u001d\u0682h|\u71a6\fD}\u001dkUD\nHVRH\u04c5nk\u0001h-\u00f8`\u001c!c:\u0019\f\u036a!\u0006TTE\u0013P\u0014`j-\u00f8\u032bXc8DB\u0000\u057aQH,[\u001a\u0003\f\u0002U\u0015y@\u018d=\u0005\u0001O7X9\u0011\u07d2C@hW`4\u0013m\u01be\u04eb}4OU96iB\u000f+'}dl6\u0013;m1H)1+=1S'7~\\#\u011c#Y\u000fu\u001cDB>R\u0002\u000f'q$g19\/#s+lvO^\u0007_m%`=\u000b\u070a$Z1wp_Oz9\rB\u000fY\u07fe\u001b5\u0016SSTt\/y\u0007\u0007\u0003\ufef7F-&=v\u0013\u001b\u000f\u001eG\u017f-=?J:\u001d@0\u0259qxSV\u00178Kn\u001f,b\n.\u001epI_G\u0014\"\t[OrB?z\u07dfV\u0007:]\u000b\u0016du^\"\uf7e3I\u0006fBI\u0012y+}Q\u0015*\u067a\u0001\u027e\u000e}s\u000f`'_\u000b\u001f8P\u079aB=b?n\b\u0504[\u001bQ~\u0295\u0018<\u0016`\u00030=F\u001b\u072e.L$\u0002\u0017N\u05df\u07af=W\f;o\u001b\u001d8\rJNdJ\u0015(agkx:K8$\u9bcd:dqe\u054c'=\u0005\u0007@f(,.%\u0005 \"\u001f\u0000oL\u0015\nx\u0002,\u0013\u0003x\u0012\u0586\u0001yvC7\u0010!]4\u001e6LDWxs\u0001d8\u0001\u0013:\u001f\u0004g |,J?w`\u0463nWT \u001e\u0739_r\u001c,x{i\/H(4k_hZbv;7`\u03be#\u0013$!cu\u0001fk\u001f\u0010+Z2\u0003-\nQ9eY'3@D\u00116Emr:-ZT\b\u0770R{VKKTGv\u00049B\u0006k\u000f7_+,P\u0019\u0001Z\u0016K}\u0367=bTM1f{q\u001f9)_Q\u024a\u02f8\u00156eM\u0444Px5CV!zH\u06ef8\b\u0018>Ov0{Ww\u0010}K|vNCSs\u00075\"M)`La\u001f\u02d6KW\u06c5A}_i\u0001\u0631\u0290vnI;g?\u0013\u04a61D\u0309K\u000f\u000e>MN*t\u073ax! ]8S-+a\u001dmm7+u\u001e\u0006$'\u001d\u02b7\u0645\\w\u000b2nD6\u0007\fd\u0000\u0018Ib\u0011\u001eQw\u0017\u0013U\tnI\u0016\u001c2)'{6f\u0007o\u9fbb^m=zH^s,\u0002\u001e\u001c7\u0007Mc^D\u001eG|mzNsD#[rK\u0003w{L\u0016uUF\u001aFqo\tm\u001bte999x[*)''7\u07ce\u0013\u060c\u0013\u070a\u0019$T\u001c\u0019r\u01f9-sINF&:\u0014w\fI\u0019h\t\u000eSLW.vp{7\u0011s*dF\u0016\u0001] s\u0000w^Gk\u0109\u0000+dz!5q,S$$j)6II\u00127KJIIb\u001b'{}B\u0016Pyc\u02d5\u0013j?\u000fF9\u0004\u0202)I9#R\f,2OD\u0004vN\u0004\u0006`Y7B\u0006N\u001e\f\f~'B\/rtP;z\u00164\u024fpL\u00160&8*_a\u000f\u0015\u0013)*#\t:IPRNN^_\u0130BBUp\u0019\u001bqu\u0013!~XSN\u0012Np\u0006_P\"O6\u000fvlM.B##\u001a\"!\u06c8\u001fC\u0110uGit=Q\u0015MW\u0007I*$\u07e70K@V\u0015*V!\t>1\njv\u0002\n=]Pp\u001a\u0013\u00110UBP\u0001uHD!b*'V\u0526YXV\u0547\u01d5=\u0015d\u0015HY\u0002&'\u001fU7sE\u0011TL\u001cSK7gf\u000eUY\u001fAzM\u001c\u000eH\f\u0015\u0560\u0006*\u001b6\fKCL\u0013\u0018\u029a)\u0014\u0005=K\u000fjT\u00191\u0016urc>Q\u04d3kNbf]\"\u000b\u000eJ\u0016SZ8N\ud980\udc78\fQ|n) \u011e}.(\u0015\u042f}#\bU\u0018:\u0002\\ J\u0006\u0012\u0007R_\u0004I24l\u07eeC7\u0011Jm\u00066_rn`\u001cH!(w\/\u001bUUU\u0017\fv\u001bXFoKr\u0004\u001e>3o*\r?\u001a\u0019\u0000ig\u0015\u0010~\u07f6QP\u0011\u0012-Kw~a\\R=)a[\u00197tu\u000b>\u001c|Iz})4j\u0335mK \u0015\u00037\u0011Wd\ucfae\fU9\u0001U\u03bb!x5\u043d\b'\u0004flc5\u0002SI\u0007\u0000\u0006\u000b:,C4^\u000by&d\\m1^C\u0016\u0655>\u001e:Q15C\u0014\u046a5OL@jA\u0016\u02e8\u0005mbR\u000b\u0000x\u0130\uaba0\u0002\u001fJG3\u001c^m0X1\u001fFWrOT\u0278(oAMYy<1\u001a!\u001c-@%\u0012Jv\u0017x8i\u001b$9\u0259}!\u001c\t[qI\u001bGFZO?\u0007>zx;\u001f2\n\u000e`\u0015`%\u0411~l\u000bu\u07dc\u000fVAZ@\u001d\u0014P\n\uf9e0)\u0003$}S\u0014y?\u0005Z?\u0005LAnW7$K{{\u000bwT'CR;VDb\u0013\b>C4v\u000b>L~\u0010:\u03e8\u0012\u001fk\u0000@}\u0017\u000fH\rVk\u000f8SBQ+<\u0010\u0017I4\"E\u0160{W\u0015%\u0004\u001d\u00155\t\u0016F\/\u0006Nt\ub37b^yJ\u024b.SKh X9s\u0395:Cw.\u0019e\u001e\u0000!\t\u000e\u0783 9\u0013e\u0006B'\u0001z-(XY\b\u0019`Rn,Ck\u0016+\f\b{\u001bL8sa\u000f\u0000s_n\u0018z\u0014{]];ac{B?mo+\u0001]V$a\u050a:~rkn\u0010zh\u0322,t\u07a8ok\u0007k=`=\u001cx\u07fd5jA4Aq@8\/nQ\u0002Y\u0000I\u001bS\u00050\rY\u03bf\u001c\u0007v,]f\u0011TpYLLg\u000f?\u0016\u001eO@T2|Jc\u0005\u0015B?n\u05d9j] 'C\u0012y\u001cMj50\u0013JP[\u000fcP\u0019\rHux{\u001b~\u0004?R^-)i#@\u001d\u0011\u001d\u05eb\\\u0019\\0\r=\u0000c4zz\u0011z?D\u06b38Lp\u07c1\u0660d1TA\n\u001fvzG$Or8K\u0016?xr\u0003_d\u0000\u0082\u0002]F\u0007\"\u0001 \u0014\u0018Z>L<\u0013\u0005\u0000\u0000[E}*\u001c\u000e}\u0004\u03b3\u001b\bpa\u001a\u0019\u000b\u0015\u0013PY+o\f@\u001c\u042cz>:\u0015\u0015k\u0011\/\u001f\ud0cbn6r\u0004\u0183=s4\u000f +\tUL\u0421W&?C\u0004cQ\u0004\u001eu\u001c\u001fZ\u0003\u03bdl`Es~D\u0002EYBK\u0012G\u07f9\u0001w\u001d\u000fd$\t\u0019\u0017\u000b 6;]pE\b\\bY\u001dhlQ)\">\u0001\"9$.\u0002of\u0462B-'Z_:#H\u0017\u00123Xl_~dMZaY\u001f\u0350\u000e\u0432\r^\u0002\/t\u0003?k>\ud7bf\u0011jr1JV\u051cVT\u00187E\u0013B\fYQ!m\"`V\"`<)r]FjZIB\toX\u0019R-\u019c]JF]S\u0124\tX3\u0005\f\tc\u0652vj0\u0012<-\u0019;Y)N9_3!m*\u0019#\u0019yM\u0004\u039cA\ue8fb\u0002\u000eL\u01edG*\u001e\u0002\"\r~\u0785Ou\u076cy\u0018\u0292w(f\u0017Rr\/@.\u0288\u001b\u001a\u0013;\u0010\u0000\u001e\u00002hB6\u0001`$MGxF]OT'$%rk:iQ*bI|\u0007n\u00f3#\u001e\u001e`Xj8I5\":y\u0007kF\u001fp\u0017O\u0385V4\u001b\u0004?\u011b\u0016\u001fsCx&w\u001as\/)l\fYm\u0010\u000bW.\u0015\u0014L\rqn\u00167\u0018<\u02f0i\u071a\u01ea{\u001e(U)iJ\u0019R\u0002RSj\u04d4:jRU\f)U\u0005)U)aJ=.FJU\u03d0R5RRT)J\u03d0RuRR\u05264*\u001c5*\u0003T\u0526))J=G\u0004))iJmJQ)56c\ud55czw\u0003DI\u001cWy\u001a\/v^\u000f\u001baz7~m|u$i`$\u864eDqHN\u0005L:HI\u0014\n2bA&\u001dS0\u0224c\u0006tL \u000e\u0012\u000f0C\f\u0010\u020d(\u0012h\u0003\"y+D(m\u001b#v6!\u0002(k%#c!\/\rJ#%7\u0000%GPF\t\u000b.?q\u0019\"\u0019tscMP\u0007*J\u0016J\u0799)\u0003S*_\u000bs^e\u0497H\u001c\u0006r(\u03e9-\"\u0007\u001f\u001e:\u04e9G{\u0002\u000f=O<6i\u000e\u0013x\u0013\u0761\u001f:\u0694sM>f\u0018YW#\u001a\u04532G\u0003\u0007\u0007\u0229x\u001f]9\u02df\"\u00d5AJh\u001d5]N>ic}b*f\u03293K3\u000fu]f~S8,z|M\u0014Rk8eej\u0019\u0509~j\u001bTf3\u0100L\u0003r\/KU\u001de&5\u0000m\/VxvX~OU2j\u0005\u0006?)\u0015U'\u0006\u000e6\u0003'oX:pm~W\u0010YE\u058c2y\u0015\"\u000300^\nU1\r\u001fI\u0014=e\raJ\u0019dZh\t\u0414Lr#hD:-7\u0011\\u,%G`3\u0015f\"1qMq5&6T$N\u0175\u001e\r\u3687Q\u0015\u0007\"#8,=\u0010uv*}\u001cG8\u001aw64@o\u000e(\u0001#9=:\u0013j)\u0002\u0011\u000f,3@\u0016<>x-|\u0016>X+rsVk>k\u0016?k?k\u0016@k@EP\fzb\u0017F\u0017F|\u0017..]N\u0088r0ZH\u001a\u0005Q\u00111d{\u0019\u0003.v\u031d\bx0\u0010N\u0014N\u0602\\!I(WPc\u000bs98G\u0016\u0016\u0016\u0016\u0016\u0016\u0016\u0016N\u0002\u07a9QXAX1Bq#\u0006;5~\u001f+|_\u0001I\u0007\u0005\u001d\u001e\fwI\u0010\u30c3e_\u001f2\u0010o\u001b(\"Rl@\u0002AtN\tgY}8\u3095l\u0004>\u0251\u0019L$Y1GQ\b\u025e\"G|\u0010SL9\u0017'W\u0016\"iG\u001d\u001aZ\rSQF*\u001fu\u001aZGhW:\u000bSociRm\u0546\\@\u0295r.\f\\\u0015Q\u0015RlZ\u0011rU7O\u0010y\u06b9+H\u06a0W-P>r}^O\u0019F\u01f2L \u001f\u0004U~^(DEbE4Od-u[&\\WaL^:(DE\\[\u0010\u0006\\4\u001e_!]'i*~iz\u0014\nM*PI?%8{zS#:pE\u0011\n\tQbC-2e\u0294\u0675'\u07c7MmCd\\`*!\u0673\u01be\"fT(d\u0011fT(>a\bq5N[>\u000f\u0012Gj\u001e\u0019`wwg\u0681!\u001d\u0010W\u001b\f\u001eP\u0014\u0015=)\u00ebBBvw5Nk*b\u0002|\u0003\u00aa=\u000b\u001c\\\u06f6GUeh.-I+2B4\u000b4\u7c53yH'\u05e9u7+n[\t\u0006\u051e{K\u0017\u0010p\u07faZ}V\u0017\\\u06bc>>6r9rF \u0001(G\u0002\u00024\u0000\u0013Q(N\u0017\t\\\u023e}#G\u001c9d\/^kaSg]S*r^\u02fdh7V.$\u0790GUN\\\u001a,\u0019|YH\\Iy@bP\u001f4-\u03ff\u000f\u0561ME\u0010X\u001cdQ:\t\\GY\u001f\u001a\u0288([\u001fkaEh\u0002nx\u001cChg!\f\u0013V\"\u0001Q^.\u0016\u001d\u0258J\\\"$\u0007\u0014c\/Ls(2H4e G[t5|7OuN\u0007\u066cz#u,pS0\u000b,\u0014C9\u0012@]*\u0006\u001c,Cc\u001dFa5~\fh8\"W:@%[lZ\u000eyQi\u03d5\u001d[>d\u055192\u058bql=Z#:h\fi~O(Jt\u0011\u001e3\r99f8\"-\tMrt62\u0000wO\u001fyy\u0007iHMrMF\u000bM\nsE\u001d\u0011X6]<\u001f&\u001c\u0007v,`\u14f73\u0019BCg=&O\u0014E\u001f$g\u0014%\u06a3\u0007o\/p+\u79fb\u000f\u06bdg%P\u001e!Ky\u97c4JS\u0003DvBx\u0003|7b\u0664\u0389r^t\u0014\u0018 \u000ff\u07a0y\u001c\u001c\u0017JU$D2\u0010fZq\u0010w\u000f(_uW0u`_\u000f%O\u0019(N\u0012\u0013|?\uf563e\u0002`gc2aFxq\u000f9lh\u00106e Mn7f\n\u0504\u000fr\u07e6s@#X\u0007cHs\u000b\bl\u116f\u00137t\/\u0004\u001e%\u001c \u0006\u0015:Vd*\u001erZ\u021847Nwh;L)R=6l&S\u0018V52T$~W\u0014#Vq\u0003\u0012:p2k\t\fuge\u0018v\u0019V]I7k\u0015\u0013\u0010J\rC\u02d1\u000fV\u0012dPdndf\\bX\u0004H\u0006#{GMgkw}$Ay\u000e\u0004uOTy8RG:\n.'T\u05ddS\u0005\u0011h$3\u000f\u000f z:\u0010p;RukX\u0001DF\u001dB3\u01e6QEql@Ef\u0015\u0001.ph\u018d\u001cUt\u001en=\u001c6\u001c*:\b[o\u0004\u000e*\u000ePjLDP\u001d\u0006ef'6\u0001 c\n%dq\u001fY\u00011s^\u001dM=W[\u00006N-\u0253=7JaS\\U\u0003\u001ew\u02a8\u0003ET)\u0014X5*@aMyfK CX'Y3JV5u7jtZ1\u0011RV?5\ua765C\n$\u001e=\t\u0779\u0752_ber\u001cwI:(\bXl54*\"\u0019{@\u001fv\\\u07e9Cs?;wj\u00103\u0017\u067e\u0003S\u000b]#o\u07d1\u0477\u00127\/\u0015\u07e7:~\u000e+pT\u061eJ9Sa~*\u0002O\n?\u0015:\u000e+p\u0000U\u001eJ\u0002:\u0005Ta*\u0013\u0002'P\u0005n\n@\u0015\u001f:\u000e+p\u0004UQRw\"H\u0017w%\u0007\u0007\u0018{\u0007\u0003K%.0w\u07c3\u0007}\u000f\u001et\u0007)%\u000eo\"7U%\u001dJ>\u0012\u0181\u0015x|!$\u0215\u0203b0z\u001dTe0@2d\u0007Xd\u000bv4{.IV4l\u0005VT\u0019#*$\u0004NU^\u0013\t}<\u0003I\u0015,];9?.\"~r'm2G0P\u0017_Hfw\fnLP\u0012\t\u0003][x\u0005C)\u001fy\u0014\u0019D(ZJc(4E+J,mQb\u0012Oc\u000etF\u0004Q\u0012\u001bM8=9RudE>\u0018riIW\u000frb\u04fdw1U)Ex>D>Lzt>c2xo1+\u0005\u0753%#\u0001t;\u001d'*cVz{,\u028e9s`9\u0014O~\u001f\u0013S15sdN-\u075cY9TIqXXG\u001bZ\u00193c(f\u0309i\u000033:E\t\u0000\u0307j>\u001d(\u0133C\u0018i\u001a\u0018\u000etKFr\nn\u000fF)HI\u0007D!S\u0014$\u001e,}Xd:O'\u001c}\u000f\u06c8uYd$@?)4\u06b5\u001c]d\u052b\u0011Jd,Me]1U%\u0019E,4\u0006\fB\u0015w\u0006g\\\n\u0263\u001dNJCiI8:1\b\u0019r4{\u001f=Qq\u001d6SE+j;TQM$\u0004ATxJ:|\u06cf\u0018J\u0563\u00195Y6\u0011\u0013\u0019G&io-1Gi\u0004D}tL*zcLT\")\u001dV1\uf492PZKJ$\u000fRx\\P>tk\u0014t~n\u06693\u001eI;W\\\"4\u001d0\r*\u0001\u0478'Tg\u01f3\u0019\u0001qS \u0007n\u0016q\u0002\u42159,Z\u0011_|b8\r@a6JG\u0015jj\u0016jj\u0016jj\u0016jj\u0016jj\u0016jj\u0016\u0000k\u0000k\u0016\u0001e@\u0010x\u0014\u0010\u0003\u0019r \u0213\u0004\u0005E\u0013eA0X@\u001a,$\u000eAlc\b6H,_\bF$uas\u000fX8g.OA\u0514GV2\u0005\r\u0014NN\u0012\u0632U!\u1ab8tUHbW'\u000bX\\\t.b-c-d-e-f-g-h-i-j-k-l-m-n-o-p qE\u0013e.\u0152.%*x*yD\"W1\u000b\u00188\u000ex\u001e\u066a\"qc\u07c8%C\u070e\u000fHx!g\u05bf\u0001B=`\u06ff(A \u001b\u0004^:HA\u0167=|y<\t\u0408\u05b9\u0015\u001f7[~Q8v'Pv'\u0000|tEn$o#\"`~{J\u0019h\u0019Pp\u0010\u020aIQx\u0235u8\u000br\u0351r?lt\r%CLl.c*\u053a\uf1ae&A\u0018VJ\u001bdK\u001b\u001e[J*:\u01d72i|\u0785u\u0000[\u001dU>%VX!W9A|:9\uba08cm\u0010O\u06b14e\u001eAlJu\u001atLvn$[ t<\u0005u4RF&\u001d\r\u001cj\u62fbmgV\u0217P\u001b\"\u02e6yhIGd\u0018kb?O?{\u7bbfOQ\u001f\u0013W\u001aU]+\u000bN\u000fO\\U{\nw\u0011(~\u0014hVy+\u001d>Eedow7hy \u000f2\u001f*kJ;o:g\u0013An2=\u001d\u001fw\u000eQQ\"\u0015A\u0012\u001f\u0002>!\u0539?\u001aC*\u0013A\u000eKOC\u013dAsQT=iLc\f= >\u0019\u00cc~\u000e}|hL^%||\u0011GnTQ\u000bu:{xH{G(_\u001e\u0006B\n]P\u0112\u01cfG\u04de\u0005\u0001\ucad5\u000b-%VvC9\u0241pEqP\u0018p\u04e86KML0Mgr\u00077\fh]Z\u0013U|\u000fVYr\u0003\u001f5:@FSv\r;U\u0267pg8\u0019 <\"[+C\u0011)kuRxC`:N3jA[n0\u0015\u0007s\u0007\u0007\u000fu#}LC=\u000f\u0376\u001b\u0016+\u000b*F\"\u000e\u0010\b\b #*rkm\u000e\u0004l\u0012yWY\u000b\u0014\u0790*\u0017X\"I2O\u0014j\u001cN x(o\u0017DB1+BsZr7\u043ey\\mu\u0019\u04db\u0004'i{U\u02d9+Xf\u0005s\u0014W\u00063\u0015\u046d_\u0000L5\u07ce6v+\u000fw\\b.r\u01d7\u0010T\u001e\u0019 B\u0463#\u0523\u0378L\uf07fD\u000eQXV\u0547u\u001f\u0012\/~T\u00e6\u0585ub\u0007:QaxYn[VI0'y,~[NL'Zn\")tR-\u00dcznx\u0352\u000f2\u001f\u072a\r58R\u0011'{1'\u0019#\b\tE\u0013rf%1ndLg$IQ|*\u000e`\u0014H\u0016yI\u0004$C\u035cwOFpVpy8\u001a\neghi\u0a23[\u0013\u001c>S:\u0014\u0010HI\u0011)\/!Y!\u0002Z!\t)\u001c\u000e1f9fAfIfQfY7U,,,,,e6kxMu'^b\u02b4E\u0116j5l`M6u\u000b7uK7u7u7u\u000b8\u0016j\u0019n!n)n1n9\"%>8S44\u0014m\u00123\\Te3yX\u0012p\u0512\r\u0016\u068d\u0014\u001el\u0017FFon\u0017\u53a4aXy?w\u737b~\t9yi:~.\u05d2nK\u0001-\u0712:KW}j\u0001\u001f\u000fXOUSS{LLU~\u074eO,3h,E\rwk\u0005%\"7fN@i\uf775C[W\u06f3\u0007\u001ar!&R\u0010^4\u000f\u00113\u001d\u04f5R\u0011\u0604n\u001b\"u)|$\u0010\u0014\u001fp\u0017\/\n|\u0002\nS,pmg$&G\u04d8\u0000\u97e9\u001a\u0001cbh\u00074\u51d2A\u0015\u02caH2\u0012!\u0001\u000fs[,N\u00d09\u001c\u0011.k\u0016'EtG%[8vP;hx\u001fmTE,e*\u0019`N!:\u0723\u00168})!q\u001a\u001f}tk4;qO\u001c\u000b7\rq8U\u00142}Fz[6\u001dNZN[\u001b5B\u001d6^KUl\u0006j9a8S\u06d7\u0018_\u001c\u0286EV\u0790E{hx?\\\u00172w$K#4Uu\u001aUZH\u001bN;\u0735d\u000e\u0018{y\u001d4v\u000e^2F;u@-ds1+\u0447\u0017;n\u0177\\elW{\u0015^[\u0010\u000b\u0003cd\u0015\u0010Yha\u001b\u047b\u047b\u000b+g)TX5T%\u0007wKl\u001aJl(\u000b\n0%\"DJ`\u03f1i\u0013\u0006C9\u000e\u0350p*j)\u0389!}\u000b!\u0001X;\u0662*\t\u0018<&>r.XN6\f\u0018~tVjY\u0003c\u0013N9\u0018Iy_L\n)\u0018\u01f9TPZ\u0006%*oH%T\u000eIX\u060a\u0514!5~HMi RSJ\u0514\u001e\"5HMi#RS\n\u0514N\"5HMi&RS\u0289\u0514~\"5Hl-E*H\"$H\u0015h,2NWZ\t->\t.F\bi\/2DDRQ\u0019\u122fH\u0005\u0019$}F*H\u0005\u001aID6\u0005\u001bHBtCI35CL\u0015v\u0010RTY\u0016v\u0010O\u00135\u5bed%D\u0002C\u0137e\u000b\u000e<&\u0015('-H;xd\u000f\u0015I\u0001};\u001fgzTW4bh,\u0771[b]8(\u001f~_sX\u000f7~i#wi\u011cZ%[T:\"\u0012'>\u0015;\u0014^&\u001do\u0017\u0002@\u0013\u000ftUe\u02edt\u04ed$v+A\u0001P\u0003\u06a77\u0011P\u0000!\nt\u001e0\u0011\u0013]\u001a=\u0004(ej@A\u0014~nR\u0006v C;i\u0006T,`\u0015\u00c9Q\u0019LzS+v\nC\u00129!\f\n\t!Z\"D3KdFL\u06fcH\u0002\fAYR'CX5\u0013db\n\u0015C\u0677\u001f\u071fn\u001d\u0013\u0018\u0018(+'\u00190\u0013CX\u0004\u00134T)$B\"D$\"\u0010CxN=|M=\u0011-\u0015\u0014l6(J\u001a]\u000eEQ\t'12Go\"\u0012Ad\u0005tPpu\u000b\u0003'L):\u0429\u01bd\t\u001d\u0010\u00044)b\u0014\u0010\u0002\u0004e\u0528\b!\u011e}.(\u0015n{HI\u06c8VYm#tJ+\u0699\u0604iY8*\r\u001f${fi\u000f#\r\u0726\u001bt@}@?m\u001f1\u0018?\u0006.M^U\u000e.d)\u0019HSz?\u001b[F3^\u0000g[SM\/\u0010?\u0007)\u001f\u00151P\rO\u001f*Be\u047f~w4g\u001eARmR=\u001a.\u001bOy3W\u05d7KzcEo[_\u0002\u061e\/0\u001b\u07e5.p8:\"x\u0014\u0007$\u0007`\u011daS\u001cQrq\u001eB\u001d\u02ca2[>\u0017g\u001a ~VU$\"\u0018B7\u0015i\u0010OA1\u0007'\u0018\u0013\u001b1h\\sBmP\u001cbdI\u0001\u03dbJ-\u0000\u0012\\& a\u0148l\u021a\u0010\u001eZ\f;C\u0012\\&$a\u0013w\u1f1e`k2d iFWc\u0011w\nbS\u0010f\"\u0002z'd4x\u0017\u0004X\u0016=\u05c3M\u01aau\u0002,d\u0011j\u001eQ\"\u0210_s\u0013_\/\u0000\u001d\u0011_;c\u00019\u0015i\u0019\u0000!&,\u0012y\u0001\u001ae'H \u0002\"\u07cab3)\u0014QQ)+]J\t(Z\u0000[^<\u062fob\uc315\u0007U%g\u0001I\u066boB\u0004biI-zKBkw\u0006e\u0016F\u07b0\u0019%\r\u01983SV;\u00e58\u001c+Z&ZC^\\7\u0017=p\u00170?GV*\u0512nc&\fq`\"z@\nX\u0002_\u0012S\t\u001ccu\u0006n\u00d1\u00038\u001b\u000bguN\uc504TTca\u0007\u0007j^%euFn\u00d2\u000b;{\u000b\u0002Tnr^'5\u0010\u0018R\u001b\u0000.\u0017\u000eC\rZa|Tg\u0012\u0147h\f\u9427a2#\u0002E\u0290R\"T;\u0014\/\u0003\u001cR\u03dab1.L\u0012\u0000#]%+Jg`\u0018MZ\u0015\u00017 \fWF7\u0010}\u73b46|c\u001fi\u0007\u001aNEP#@\u04db#lhECRBJ\u0004[\u03d3\u0003\u001f=8%q\u0015\u0017G\u0423\u0006\u014bQ\u001e{\b`_~\u0000#\u0006\u0001'h= =\u03fdG`$\u05c1S\u02b1O\"&2,\u001a_D_4pDJ}\u0010\u0019vzyP\u07b6E\u0002k{lz\u0004p\u05e0&g\tHS6\u00025}j*\u00025}a:\b\u0000o\u039f\u001e=>\u0007HS\u001a>\\e\u0002|tn\t\u0010\u000fB\u0019Unq\r\u0000b3\u0001)|,M.\u0003\u0014e\u0010\u0013\n\u000f4D#ZT\fsU\u0011YB \u0010\u0641XQ`j\u0145d\u0003&\u07b8%B8\u001e {\u0012&q\uef79Tg5jd2OfI\u0004NAu\u001cAr\tS\u0338\u0013\\$]\/V\u001b)k\u0013a|\/\u0003d'\u05401.\u0006\\ \u000f\u0006B\u0006B\u0006\u0006{c\u0015I\u0006D\u0197r\u001e\u0000\u0016e0)\u6e7br\u0017wjt~zVir\u0007woZ\u0010M{\u001c'\u001f<([z~\u0000u;`3\u0006!w\u0014u.Lq\/\u01c1>:KY>\u0015\\=4\u0013\u00cf(bE\u0013\u0010\fRXmA~?\u000f\"u&;\u001a\u0017,\ub43dD?G\n'G\/\u0013zy+}Q\u0013\\?:\u0007\u0017c?{gIpS&\ub1a3eSSXTtb\u0005\u000b~G\u0004-]\u0005sMyx~w;q\u06dft\u0014]\u0004+{\u0016\u001d0\u000e\t)zG>1\u0015S3G\u0359CU\u0587.3?e*\u001e(z\u0013Yf:R\u0015M\u031995-SA\u0005,4\u0329:\u0447bNQ#\u04e4U\u0002\u03074l2\u001eO\u01f3\\\u00055Q\u000fc{}1X?zTW\u0003fW\b\/s<\u001b8Xv#_(@Qh\n\u0012'>s\u0003F;(.~\u001c.\u00168+$^}yy\u00b2p\u8bef\u0016B\\\u00120&_n@\u0125u\u0015ms\u000fIs5C,}| \u0007GK\u064b<\u001a7X\u001b:Fr{\u0016\u0018,bQzD\u0014'+wb\u001dk\u0007w6;p6\u001b\u0016(U\u00a2a\u001b#Y\t8\u0016$\u0012:cy\u0019o\u0001\u0001\u001f\u001et\u0007!b\u0000l\u001cxM:q\b7x\r!\u0006\u03de3eX1\u0010\u000f\u0007\f1\u0000q\u0010qi\u0001ElD3A\u0004a$)\u001eu\rsz\u001e94\"69#\u0002\rY\u0003{VKKTGQsxe6U.zNvG._+\u0002`K}3=gCPu~!= \u001c#iuy\u001c6MDP|\u0015QDd\"Z\u001eh\u0014\u0000U{\tlG\u06c9P[OX+\\#{Id\tf\u0012aJ\"c\u001c+[%xd_\u0011S:r\u001aBLK!|I;\u0002z&M%ct\u0006\u0013\u001e\u001d)6\u001fq\u244a|\u0785Of\u0349\u076cy\u0018\u0292w(f\u0017Rr\/@.\u0288\u001b\u001a\u0013{v\"\u0000\u001e\u00002hB\u0000P\u001f:\u0015\u0000\t#mb\u0400,IV1vP\u0003=\t&i{\u0000`3N\b$^$\u0003$ItG\u0000n\nH$5 I\u0001A\u0000\u0017\u001c`*T\u0004\u001cQ\u0000\u0015\u0006p\u001f=fBi\u01d3$AS\u001eN\u0232A!OD$v\u06c9\u0004aB=\u001e\u0002>~'B\/\u06b8P;z8=}\u001di\u0307#\u0012f\u0019bpOF\u0018Vp_A\u0007db~\u001f\u0017%H\u001dH\u0015\u000b\/\u0014)tD\u0085Sngl\r\u074eO,3HC4$n_D5m\u001e{!F8\u001e5nC\b\u0011\/\u0019qNZb5\u0002Sw>O\u0004\"buHH\u919fTp\u0007Wg2\u0012PdZF\u04d8\u0000\u97e9\u001a\u0001cbh\u0007,$\u0005]J9YaRNF\u0439400d\u000e45\u001dN'u|Nq=5S:\/e>J>5\u03b5R'\u0538\/J\u049ajt\u0015r]\u0001\u0019f\u0016X>Y\u0005D\u0016wFnnBl\n\u0015\u0016\u0016lf\u001eG!6b%\u001cd\u0005p\u0005\u0012La\u00112#g0i\u0016$C\u00a9# \u0389!tRlQc\u0004\fB\u0013^-:n\u0017K,'\u001b\u0006H@\fc?:D+\u0002!'{\"-My_L\n)\u0018\u01f9TPZ\u0006%*oH%T\u000eIX\u060a\u0514!5~HMi RSJ\u0514\u001e\"5HMi#RS\n\u0514N\"5HMi&RS\u0289\u0514~\"5Hl-E*H\"$H\u0015h,2NWZ\t->\t.F\bi\/2DDRQ\u0019\u122fH\u0005\u0019$}F*H\u0005\u001aID6\u0005\u001bHSiZOmlg\b4QS:]M$=D|[&PZ\u0014o\teG\"m-${H\n\u0000<4;A<\u000b\u0016E;f\u9385l\u0012r}\u0007n\\\/\u00cd_Hq2j\u001b@+\u0017b\u0529a_\u001b\fW\u00118{!t\u7bbfS\u001e]\u0002\u00145R5 \n?7@U\u0011\u0014\bU@A!\u001d\u0012.d\/W\f'Fe \u001aU;= \u0010-\u0011\"\u00052m\u00006=f\u0001i\u042e%\u0014zD,Qi\u0012K{[.\u0002KTD\u0018\u02betmk\u01dc\u0015\u033d,\"\u001c\u001e{j\bM1WKR\fw5EQ\t'12Go\"\u02fb\u000f+VA55tiPM1g|\u0015\u0007!|vAvFF\u001a\u04f6\u0011:%OWQlB\u0334,|\u001cu\u0006\u001b?BI\u001a=h_[}\r\u0726\u001bxe\b wtS\\\/\u001bWV\u001656v6K\u0699\t=|f\u07ba\u001b~{X3\u0001\u0494Ow;FH,==DK\u000b\u0019)o\u0016|8^R>Yy}l\u0331mK \u0015\u0003VWdKteRcY\r\u000ev2\u000ei!&\u0d17\u0010\n\u0007P'N\u000fy\b\/\u0017l~N\u0016s}f&?\u0017\u0004=N\\\u001dK\u0673O\u0017T@UU;yeV)Kp\u00114F\u00172L][\u0001\u0016z\u000f-$wz3\u0004\\\f\u0005f)3\u001f\u01d1L\u0007\u00109\u0013W|C0\u0006bMlUb($3\u0018p\u0013\u001acq0.\tT{.HTS\fsb@\u0013gtoqF$Q\u00110\u0012a,~`\u0007GG\u0004 RpqT\u0017@F,x3>\nT.\u000e\u05a3\u0015RcYUfL\u0003\/\u056aJ\u001cQ\u00043 L7\u0015i\u0010OA1\u0007'\u0018\u0013\u001b1h\\sBmP\u001cbdI\u0015\u0000~Tj\u0001=2\u0001\t\u0003.F\u001c\\g{D\u0584HM$di\u001c:d\u06f9LH\u0088'y=3druA\u0018\u0002\u05a4\u0014Y\bC\tY{.\rlE<7\u0001E`j\u0000C\u0016\b\u0019.\u0012\f?7\u0002\rzkii@\u0015\u0013\u000f\u0007puRgD^F\u064d%36\u001e \u001aTt\u001b\\%\u0017N\tz]J)_M\fUX|WEZm^<\u062foa\u0004B`I-@XyK0\u066boB\u0004biI-zKBkw\u0006e\u0016F\u07b0\u0019%\r\u01983SV;\u00e58\u001c+ZR(ZC^\\7\u0017=p\u00174?m~\u0304!\u00126\u0013\u0019LY\\\u000fH\u001akVYKb*cu\u05b5p\u03a0m8r\u0000g7_|\tj,`P$=\u00120,!\n\u06f0\u001e\u0000U\u001bWI\r \u0004\u0006\u02c5\u00d0j0V\u0018\u001f\u0019D!\u001a#C:)`\f\u9223@2\b\u000e0Ge\u0533X\u000b\u0004HW\u024a\u0019;\u0018=FSt{Ea\r,\u0003\u0011&+=&y\u07f9#\r(\u0018yGZ\u01a4S\u0011TH+\u0010ftH+\u001bZ\u0011\/\u0012V\"%\u0007\r\u001b\u0006_U:\u000e>\u0016\"==h\u001fz\u0520xq7c\u001b\u0001\u000f`@=\u0004\u0007\u0017\b:pJ9\u065c_DEF\u001f3\u0011H\u000f\"c:_\u067d^\/\u001dJ\u06f6Y`zP3TO\u0000\u001a\f1\u0001iJGPME\/Lg\u001c\u001aG\f\u001b^\u0019W\u038efWu\u0010w^\u0014*G\u00194h\u0002Q\u0013\u000fj\u0006J-H%\u03f5\u0003\u001ee\u0000T:.\u0002\b\u0004H\fF\u0011\n\u0575\u0010_sE\u00001\u0014AJ\u001f8N\u000f\u000bX|Z\u053aKAh%\u000b\u0002O\u0019\u0012\u0010IA^9{m\u062a`xi\u0003\u00168Rz\u0005U\f\u0007|.SdnJj\u0002W~\"NQw\u0013#\u000b\u001e\u0014u{H\u001eH\bU\\D) rs\u0010ur`G\u7138\u0016aSU-\u02f0 \u03f7\u001a`'Pm1\tW\u001extO\u0006G\f\u0001\u2132\u0014\u001aZu\u00024\u0002(^s\u001a\u001d.\u0003P\u0000d\u0004'\r\/|y1\u0017!\u001bKbTSVwS8bG$\u0012@\u06ac|BdH\u001dP,`@T\nLUh\u0003\u0013\u000b1x]\u0002TG!9\u001e^jE\"\u0006Ra\f*\ue04aS[\u0003@h\bX`?#rmF\u04ebM\u000b#p\t\u001anl\u06e4a\nb>\u001eo\u478c\u0293qC^=\u00193X1dSbVzb\u07a7*O\u0109y\u011c#Y\u000fu\u001cDB>R\u0002\u000f'q'p&e_\bGVx\u0724g\b;\u07c5Ea\u0003{S\u0019zC>~4U&\u0010|Gg\u0016|\u0000 tQ%>\u0016\u0000\n.6\u001fR4j\u000f8SBO+\u03bd7W\f\u0536Ofy2\u0003L\u0002&8vz\u000fT\bNXe\u019dB'\u0001z-(NY\b{\u0019@&;\u0006uX\u0007AW\u0003!_\u0003!g\u0003ao=$\u0003nKl9sa\u000f\u0000s_n\u0018z\u0014s]];ac{B?mo49lk\u000b\u070a$Z1wp_Oz9\rB\u000fY\u07fe\u001b5\u0016SSTt\/y\u0007\u0007\u0003\ufef7F-&=\u000ev\u0013\u000f\u001eG\u017f-=?J:\u001d@0\u0259qxSV\u00178Kn\u001f,b\n.\u001epI_G\u0014\"\t[OrB?z\u07dfV\u0007:]\u000b\u0016du^\"\u77e3I\t=\u033c>\tx.\u001f\ud0cb\u05f1\uef73$)Mu\u5ca9),*zr\u0002n\u0005#\u0002\u0596&ax:*\u042dq%C\u0018>\u01be\u001e\u0010k\u0010p\u000ff)p$\rQT\u0019}\u0016L|\u0005h$GC+6o]V40I7\u0404_|\u000f1J\nJ>\u001d4ZuT\u001b\u0003\u0017WQ*4\rUP]f:;\u0003O7.!\u0003\u0000'\u00edI\n\u0011p2\u07d3\"FT\u07f16\u0010)\u0783$\u0012\u001b(o\u000f\u00ff8dK\u0003YE\u0013\u0006\u001a\u0015\"&\u001cs~,\u0013M&*PFB\u001b;u\u001bEZ\b~4Jo(\u0015Qb\u001a\u0013\f*p\u0012'\u0185Bq!@\u000b?\u001b\u0015\u000fqQ>DkCt4\tF9\u0000FIPhr\ucd29UgFRYW@5i\u0005\u01998'sh\u0016\u001f?3v*EK\u0123\u001bl3$OE^\u0004\u001e\u0000\u0019\u0015u1\u008b\/;\u000e\u0016H\u0017J$P\u0014Z\u59ffBw\u0263\u0700;,\u001fK`\u0fbb\u0005NJ-1\u0274Wa_^^,\u001c\ubac5<%\u0004\f\t\u001b\u0010qi\u001dfEC\u049c?s\u0010K\u001f\u001f<,Re\"\r\u0016\u00069\u001e#95E3\u0006KX^ \u0011\u029dzk\r\u000e\u0006%'\u0005J\u0015(ag\u0188uV\u0002'E$q0INeg\u0006[@\u0000Ga\u0007v\u0018:\u0000\u001bc\t7x\r!\u0006\u03de3eX1\u0010\u000f\u0007\f1\u0000q\u0010qi\u0001ElD3A\u0004a$)\u001eu\rsz\u001e94\"69#\u0002\rY\u0003{VKKTGQsxe6U.zNvG._+\u0002`K}3=gCPu~!=@\u001cC\u0007\u01fc\u0680|\u0017Snq,\bX\n$acD\u0017\bBo\u0002(3\u0001zL\bK\bzK@\u0012Js\u0017\u0010q\u0016uXH\bxH\bG\u000b\u0005I@;!fe\u0000s\u0002\u0006In\u001b\u05d1ys>:\u0015\u0000\t(\uf03db\u040a,I~1vP\u0003=\t&i\u001b\u0001`3N\r$$\u0004$It[\u0000\fH$? I-\u0002K\u0000\u001c`W*T\u0004\u001cP\u0000\u0015\u0006z\u001f=fBi\u0313$A{\u001eN2AK!OD\u43a8v\u0004\u01aaa\u0019B6>\u001e\tR>~'B\/\u06bdP;z<}\u0015iGHK&\u001c?3,\/-\u001e&\u0005+1\u1f82B\u0001\\\u0014%A.Jj9<\u0627+ZJ\u0017^(S\u8089R=\u000b=\u0630G\u001e\u001dXng*ha%2I8q\u075a\/\u0001|Ak<\r?Hp\u000br]P'uTU]\u000f|\u000eQes8T\u0013edrQ=7a*Z4f\u001fUY51\u04d7R\u001f\u053ax&=G\u0718tSOs[9\u0017\u0001TFKz2\u0477u\u0013\u0016Z[3|}\u0015<\u01a5\u001b|_\u00100\u0011\u0019*Zk\u0003{\u0014F(\u0006g\u00048vq{'&\u0502\re\u0003\u05c2s\u0013(\u0524eP!h\u0408\u0015\u06a9,ks\u0014\u000ec\u000f\u001bp^\fX\u001bhKG\u0207\"SW(=4jRK\u0005.\u0016\u0338:w\u038duFhV\u047btNOg\ue4da\u001e\fK\u0016pN8\u000eB\u0013\u0006rX%\u001fk5zwo\u0018\u000e[\u001e\u0018$#t\u000bes\u0016r&Byg\u000eW^\u0011WB%V\u000eZ\u00cb5+\u0014\u0017fK3dI;9ci:,\u001c<\u0011\u0019\tfO\u0004!tRlc\u0004\u0002-(=\u0002\"J\u0001;\u0010'\u000f6NLO8\rZ\udbb9\ude16!\u0015R4sJA\fHTLJ\u001e!\u0015\u0010)\u001dDjJ\rD\u0011)}DjJ%J\u0014\u0013)DjJ=P\u0014)=EXU\u068aTPaDt\u0016I@mh.\u001c\u515903U\u0018fvQ-Y\",ADP*%)\u0012Jt^#HE\u001b#8Rq5'#\u001d{F4MWhxtX4\"_\u0011_<\u000b=_B\u0007P'N\u0002y\b\/\u0017l~N\u0016s}f&?\u0017\u0004=N\\\u001dK\u0673O\u0017T@UWf\u0004\u001cAct!\u00145\u000b\u0015n@9YUNr7C@\\`2Q}\u001ct\u0000!3|eg8\u0004\u0003$V\u0005j.BJK5\nF\\`]\u0012\u0018\\\u0015\u0018\u0100V'tSwI8\"a$oY\u000f\b\u001e\u0001A$0\u0018h\u0014g~}\u0014\\\u001cG+P\u01f2\"\u0316\u0159\u0006_Ud9\t9\b!\rrEZ\"\u0004SP\u0301\t8\u0006e\f;\u0017P<\u0012kf.X3;c\u0001ba\u0015iY@fe>P-XZR\u000b|+\u001e.\u069d\u0001d\u0005- 7lFI\u00e61\u0314\u00158\u0014T\u001f#uE~\\\u0011\u0005Y}\u020b\u0007\"Y\u001aJZm~\u0304!\u00126\u0013\u0019LY\\\u000fH\u001akVYb*cu\u05b5p\u03a0m8r\u0000g7_|\tj,`P\u036bdu6\u03a8mXragwA\rV+\u0006\u0010\u0002Cj\u0003aHa]+\f\\\u0010!\u001d\u00140LtQH\u0019RQjeWP#_SYS,=\u0019\u0002`dE\u001d\u001ePK0\u0006D\u0288Q\u0013\u001eb\u0711\u0586OW}#@c\u04a9\b*{\u0015\bPuz3{\r\byHj\u0017^H`+u\u0011|yr\u01dd\u001a\u0007_U:\u000e>\u0016\"==h\u001fz\u0520xq7c\u001b\u0001\u000f`@=\u0004\u0007\u0017\bbpJ9\u065c_DEF\u001f3\u0011H\u000f\"c:_\u067d^\/\u001dJ\u06f6Y`z\u0002bj)\u0012]3\u0004)\u001bB5\u00150q\u0004j\u0000\u001e1l`{}g#_:;]Ay\u0015S{}\u000f4|\u0004Ox\u0742\u000f\u0013 \u001f3\u0007\u001d\u001a\u0000Paf\u0003Rj\\J\u0007)L!)\u0015\u001eh43F\u4dc8pJ\u0010\bEv V%X\u0019R\/.%\u001b86\/]\/\tx.\u001f\ud0cb\u05f1\uef73$-Mu\u5ca9),*zr\u0002n\u0005#\u0002\u0596&<'\u001b7\u362d?!7}T\u02bb\ub17f\u06c6\u07a3\bL\u05ae\u001cZpv[Y\u0013'%'\u001fU>1\u0015S3G\u0359CU\u0587.3?e*\u001e(z\u0013%1Cu8QF\u0006*\u0012Uqc\u001a\u0195,Pu#D?&k:E\u0433\u0012\u0007>a77L\u001e*P'7#V\u000fc&gK\u00011J\r18Q,]N\u001a3n\u0011\u0002\u008c)\u07cc!q\u01b8!7\u0000L}+E]L\fr\u0015h\u0006<9K\u04eeQi\n\u001a+\u015c\tXT\byZ5(%*\u041c'&T\u06ae\u0006\u029d\u0000&*ZWQ\t)D\u00012DHr*\u001a\u001a6ea}G?790d\"bjq\"\u0001Q-%\\\u0004\u001e\u0577\u0000\u0010\u0015uk\/\u03e4;\u000e\u0016G\u0017J$P\u0014Z\u0527Bw\u0223\u0700;,\u001f\u0005rZd\/\/\/WX\r\u001eh;.]Ml\u0740\bG0+g\u0006\u001flo\u01c7X@\u0107\u000fR\u001eK3k:\u000bX\u0000 '1c$\u0006h`)\u0017\u000b$8YyO\u0017X+\u07c1\u0660\u0126@\u0014\u0016?\f\b\u0011J$67\u000eMi\u001f;\u001f|\u0007`(l\uf81b:V\u000e\u0011\u0003\u0007xBm\u000b5x\u0016\r!c\u0006\u03ce3aX\/\u0010\u000f\u0007\fq\u0000\u0010k\u0001ER\u0019pg\u00020xm\u0014v:9D=a\u000f\u001cd\u001a|\u0011x\u0011Sl=w%%#\u02f19B\\3*zC'\u0013\u0015VLQ`0K|Z%B>\r\u06de#<{q19\u0006c\\+.c?z)(\u0016\"\u0217,\u0007uR,\u02c3y\u001a\fT\f'\r\u0005\u0013j'2B\u0005r9?\f\u001a\u001bM\"{LR\u0012\u0013x]*S\u0513\b\u0491\b\u0016\\\u001dW\u0014i<\u0016j'\ud70b\u00996&lN0zwx\u48fb\u000e\u000b\u01edG*\u001e\u0002\u001fy\u0017\u000e>k\u069a\u00176'vr^a*Kr~\u07e1|]Hu\u0000(#NohN\t\u0003x\u0000\u0220\ti{\u0003@\u074bw}\u001fpOHHKw3\/\u0016\u001cl>bI3\u0015Ax\u0013+U\u0004V^){c1]\u001fm<)8p}\u0015\u0004,\u0005@\u000bZ!\/\u0001{K\u0000=%$\u0004$@\u001f\t#!!!n-\u0010\u0010\u0019\u0017\u000bA\u0019f\u00068+`j$1y~\u001d:'\ue8f3[1\n-b\u000e%\u0006\r\u0292\u0004\u0014nn\u00075\u0413XiF.'\u00006\u390d\u0001Ib\rH\u0012{{@Dw\bpJ&$\u0013H[\u0005-i\u001b\u0006PY\u0002\txBE\u001a\u001a\u0005p_QhPc&$Y\u0004\"ubuHHTp\u0007g1\u0010p\u001a\u0006\u0458|\u0000\u0005\u001d\u0001cb(\b,$\u0005J9YaR^{ic\u001a\u001dim\u001a%O\u001aY)t>U\u03a7})!\u001e\u0006\u0003|jwCR\/j\\K\u000eSW*\u001aX!\u0015OM\u696ctRMjS|jwWfn\u0568\u0016pOs\\%\u001f{5zwoX\u000e\u001d\u0018$#t\u000besrsByg\u000eVV^\u0011B%\u001dh\u0679Lqa4Cvot\b\u001a@|$>cTd\u0000k\u0013Au\b\u001d`'[j\u0018?\u0001t\u0017u\u0012\u0001<\u0010\/\u000f6\u0016OLO8\rtZ\udbb9\ude1e!\u0015R5sJ\fL\u0000ULJ+\u001f!U\u0010)-DjJ\u0011E\u0011)DjJ)KT\u0013)DjJAQ\u0014)MEXYTPeD\u0016I@q.\u001c03\u0018fvQ=Y*,ADP*%)\u0012jtf#HE\u001b#h9RqE'#\u001d{`4MQ0!&j_[K<\u0004d\u0017\u001ch\u0006\u0014|'2(\u03baVd\u000f.\u0018I\u0001\u0013};\u001fg\u0014W4bl:.~b]\u000fhm\u01af\u00b4#eRt7V2\b\u07eay3\u0011\u0013]ZB\u0004(\u0425j@A\u0014~njo\u057c\u032b\u0650!\u001d.\u0005d8W\f'Fe0R0\u0010-\u0011\"%2{\u0019\u07db\u0005\u0018CSX5\u0013vXo2zp^1}\u0006\u05ae9kUlg}8D=|M=\u0011bq`\u0019HQ\u0712Y\u0012NbdEXw\u001f (W\bOiK\u0017*[. \u011e}.(\u0015n{HI\u06c8UYm#tJ+\u0699\u0684iY9*\r\u06f7\r6~6z3oO\r?M\u0019\u0000iJjl\f?T%hY{{\u0004Ej\u0457j\u03d0jl\n>fn\u000f;U\/\u54d5\u05d79\u0016m}\tbZJ\rw5*;8E\u0002\u05db^Bh2Y\u00130p\u0000X@&Q(\u001e@8\u0005>\u000bH\"\\9Ylv\\\u000bK\u0012LNl;\u000bru,\u00023g\u0002?]R\u0001Wjr^U\u0012\u001cr\u0004\u0445\fS`,V?\u0005\u001e\u0003dM;\u025d\f\u0001\u0017\u0003qYbGq$\u00010\u0004w9\"\u0010>T\u000f[\u0015\u0018\n+-9L\u05dcfH\nF\\`]\u0012\u0018\\\u0015\u0018\u0100V'tM\u0320]\u0012\u03a8b\u00180t\u0016?0\ud0e3#Gq@r\u0010)8*I$\fF4\u001a&<_\u001f\u0005*\u0017\u0007\n)\u0531*sq\u0001\u05e0ZUI#`\u0006\u0006\"-\u0011\u0002)(\u0004\u001cqb2\u0006\ud74b{Nm\u001eS\f,\u0002@\u03dbJ-\u0000\u0012\\& a\u0148l\u021a\u0010I0SwS\f;C\u0012\\&$a\u0013w\u1f1e`k2d iFWcc\nbS\u0010f\",di\u001eF_\u0004s\u0013`Y\\\u000f6\u00199\u000bEq8Q\"\u0210_s\u0013_\/\u0000\u0010_\u0017FY\u0006[1p\u0000^6ufK\u0005hX\"bR\u000b|+6\u001e.{LNSDG&v*%\u0010Lj\u0001o\u00c3_z\/afR53V\u001e \u0016V\u0005$kfZS\r\u05723\u001e V\u0005(\u0019e\u001cm3,s5\u0012uz-\u0016ZO\u00e61\u0314\u00158\u0014T\u001f#uE~\u0011\u0005^[}\u020b\u0007\"Y\u05598\u034f0D\u0002u3)\u0001)\\c*\u000b|YL%p\u03baV\u0016\u00194\rG\u000el\u6afb\/9AS\u0012RQ\u001f\u001c\fy\u03a6V\u0016\u00195\rK..\bPuy\u0000B`Hm\u0000\\8\f6\fkQK\u0014\u001f12C\u0002\u02508\n\u0014)CJ9PP\f\n\nsD^kJ=k\u0178?9K\u0000t(c4\u0015jIW\u0014\u0006\u07002P_\u00191j\u077cCl;\uda68\udfd1~\u001ehL:\u0015Ae\u0002\u0001NoFw\u0015!\u000fI\u000b)\u0011l.?O^\u0012|\u0770aU\u0015Kc+\u0763C\/\u001eG\r\u0017w<\u0011hx\u0001\u0018\u0232\u0007q<\u001e\u000bN)\u01de?9\u0230h\u0011\u0013}c&1\u0013)AdLW=C;z\u00169\u000bYUULP=E\u0002k&4#PSW\"P~[\u0011\u0001x\u0130|hvU\u0007qUxV_Q\u0006M\/c\"@\u0128}DX+2s7vb5+j_\u00c9\u0005\u000fRAN\u00102{!!4Vq1\ub0f0\u0003A\u001d\u0013[#gMU,\u00c2ol[\u000bZ\u0019\u0001+9+y8bs>\/y1\u0017\u023c)\u001b\nQ)NYV=N\t\u001dK \u0003i\n%\"u@9J\n\u0003Q)0Uw\u000fL,w\tPK\u001exx\u0015 ^\u001eTU\u0018J\n{bp8,=Z\u0010_(g>\"\u0016&\u0018-O\u621ckx\u0011j4\\96iB\u000f+'}d?\u05531\u0015I6%f'}L\u0718M9p_'[aJ$#j.p\u0018wr;\ngRp$|nM\u00ef&\u0007o@\u001f=\u001bi=\u0016\u001eT~\\\u02cc+8\u0011W\f@G.3]~s\u0016?X\u0005k\u0001uS@)\u001a \u000fOA#S\u001b\u0014h\u001442\u0005q_\u07d0\/-mkLmc\fIX\u0011\r\\\u0000a}Gz\u0006v\u001cHzo~pj\u001d\u0007woZ\u0010M{\u001c'\u001f<([z~\u0000u;`3\u0006!w\u0014u.Lq\/\u01c1>:KY>\u0015\\=4\u0013\u00cf(bE\u0013\u0010\fRXmA~?\u000f\"u&;\u001a\u0017,\ub43dD?G\n'G\/\u0013zy+}Q\u0013\\?:\u0007\u0017c?{gIpS&\ub1a3eSSXTtb\u0005\u000b~G\u0004-]\u0005sMyO\u000f7o1[oB\now\u000b\rG\u000f\u0011^9#7&NHKN>c}b*f\u03293K3\u000fu]f~SUp=QV&Jb\u000ep\fT$4,\u0015\u0015+YF~\fSWeMTu\u04a1gI%p\u000fJ}PnnL\u001e*P'7#V\u000fc&gK\u00011J\r18Q,]N\u001a3n\u0011\u0002\u008c)\u07cc!q\u01b8!7\u0000L}+E]L\fr\u0015h\u0006<9K\u04eeQi\n\u001a+\u015c\tXT\byZ5(%*\u041c'&T\u06ae\u0006\u029d\u0000&*ZWQ\t)D\u00012DHr*Hs\u0011\u038f\u0015\u001d\u030bE\u01c9p\u0006DA\u0016~~1o\u0523\u001ayq\u0005I-B\u0005*\u05d8`\u01c9i\\,\u00104f\u0007\u000bCr2\n,M%\u0013\u04ca~?T7eJ\u0019DOr:p:Qt2\u027bLyW\u0000N$\u0004Y1\"o\u00128\u0015\r_\u0019\u0012\u0012.KLtGYW\bwg\u001d\u0007\u000b\u000b%\u0012(\n-_^bqwn}G\u014fw?[9h[PK\u0557+,j?\u000fF\u001dO{@S.&_n@u\u0015ds\u000fI{\u0337C,l| \u00c7h)\u02995_\u0018U\u001d\r ,\rr\u001c#=Fip\u000er\b{@7~\u060e;o\u001b\u001d8\rJNl\n*HaQ\u03b0\u0010Orhs`d\t<|\u0000F\u000eo\u00101pwN\u0019MuA\u0006\u03e2!d1x&\f\u0011\u0005\u0002!\u001a \u0013\"v-@h<\u0010_Jz<\u0018L@\u001df\u0019M2\u0002Q'0\u01d37\u0001L\/\u0002o3:\"\u0410um6OnDDud96=_kfS\u0012\\~dw\u008a)0\n\ff\u03ca\u0004^\u0007~\u00189A~=s6\u0015k\u00184ss|\u0017Rn])\b\u0018\t$a;D1\u0015\bBU\u0002v(&\u0001:I\bH\b:H@e|_\u015d#DM\u0011|\u024dUTOzFZ\u024bH;=Z\n8\u0010m`Sz-UzbER\"H\bK8r[4\u0013{~&7'4&T:LZ\u0004O\u001f1\u0014\u0018\u0013]Py\u001e'~\tO] *A\u0007T\u0001Pw\txX\r1r:KP?w[\/)7gl)w`\u001d\r-T\u0002\u0011+\u0014\u0017M&d\u000fI99\u0010Ad\u00141]Z\ua2152oD`\b`+&[\u00001\u0001C\\\u0017|\u0152>\u0000R\"\u0010#\u000f6!\u0002\u03f6\t\u001e1Kq\u0017S\u0019BZq.0U)hq)\u0011R)=B\u0012V%$6!5PHM\u0014RSj\u0514f!5\\HM\u0017RS*\u0514!5hHM\u001aRS\u0514!5tH\u0002zV=\u0687$H\u0002:TF\rafh\"\u033c8\u0002ih>v\u000e\u0015Q\u001f\u00ce^~@k6~+=\u0708d\u001f.{!r,\u001apwUE\u0010\ue17bc\"&\u04ddN5Xt\tP\u000bE\u0540(\u00005\"&j\u0019@\r\b`U@A!\u001dB.d{\u0014W\f'Fe0V\u0011z\u0003FBDg\u0697\u0234\u001b\n1m\r%g\u03f4Y!h9+B:^8\u0011Kn\u0012\u000e\u0012\u0015.+o??`E.}]5l\u6394^\rQ=_S\u0019u\u0018\u0001\u04eb%)l\u0006RT{o\u039a\u0018\u00190m\u0011\u077c\u0007\u0015SZz)kH55t5bz)\u000eBR\u001a\u0017\u04f6\u0011:%OWhB\u0334,\u001au\u0006\u001b?BI\f\u0019=r_[}\r\u0726\u001bx}\u0007hutk[\/\u001bWV\u0016\uf275Fm^l.e&@y.1zn\u0001D\u0007HS\u001a?m\u07b3l.e6Be\u00071\u0011\u0014%E_\u0007>\r\\\u0300Oy3W\u05d7*\u0417\u001as,z\u0012H\u0005\u0015\u0019{+C\u001a]j@Uv\u0013qH\u000b:\u0005t7\u0001\u044ce&`*\u0000B;Qx;:q\n|lcEx07gs\uc78b330G\u0017\u0014$dPI\u0013x W\/0s,p\u04c5)\u0015|&Y\/!G\u0018]0\u0005v\u0342n\u0005,[`?PN\u001et'\u04db!b .0KL>d:\u0010f\u03d9N2G3\u001cjb\u00025\u0017C|%GBxTj\u0005#cq0.\tT{.HTS\fsb@\u0013gtoqF$Q\u00110\u0012a,~`\u0007GG\u0004 RpqT\u00151Lx3>\nT.\u000e\u05a3\u0015RcYUfL\u0003\/\u056aJ\u001cQ\u00043 L7\u0015i\u0010OA1\u0007'\u0018\u0013\u001b1h\\sBmP\u001cbdI\u0015\u0000~Tj\u001e\u0016dOL@\u0080\u00119\u0007\u001e5!v_ iA!\tv.\u00130\uc27bp^L5\u0019\\]4F+l0\u0005)\bMv\u0011\u0582L=\u0013\\\u001ajWgzw(uGo\"g5\n^sW)5C\u0014\t\u0b99|b\u0002\u0494@=P\rE\u001e\u00173@\r#\rl\f|+]gG:;3>_Q\u0006M\/c\"@\u0128}DX)2q7vb5+Z_\u00c9\u0005\u000fN=P{p\u000f$*.\u0014pu\u0010vt`9:9sBw\u000bs\ucc29eX[\r\u0013\u0018+\u000f<_sS>~\u0001<\u0000[PB^cX\u000e]`T&\u0000\u001a\u0004\u0014q2\u0000\u0005@\u0019KpC\u0003\n\bD\u0010\b\bX\u001eU#\r~\u001aQ\r;~|@\u0558Uy2.\u022b'c\u0006+lJJOT\u527981os$kN\u00d4HG*]16\u0014\u03a4\u000bH\n_M\u000f\u0780>z6zA-<\u06e9\u0019Wp\u0000#\u0018\u0006+cK]g,~\n\u00028\uf9c0Rx?\u00055LA\u001e +F 7))hd\nrl!=_W[t\u05d84\u0019\u06b1\"\u0012\u001b\u6e5a\u0001Z\f8$\u000f\u001d=\bn.;x7,:\u000e\u0013_\u0007\u0639)\u001baG\/\u001f\u06f3D\u001d|lnEa\u0003{S\u0019z#\u001a\u0007HS\u0016>F3W\u00001Gg\u0016|\u0000 tQ%>\u0016\u0000\n.6\u001fRR=LQf\n\u0001?@I4\"E\u0160;W\u0015%\u0004\u0002\u001d\u00155\t\u0016F\/\u000b}\u0006Mn\u0007qK2O)y\u0445xkq<@$M{s\u041bhdq'3@$`c:Huj;qq'Iu^vK7S&^\u0006N\u0001cp]0)7\u0016A@@@`Oyl\"\u0240h\u0012[\\\u0003l\u0717\u001b;{\u0011El\bx\u0002S\u001c-\u040f\u0015AdtdgW\u00059j\u0002KGgu{;\tnd\u0013yptlj\n\u02be\\@xo`I{>5\u0017\u001b}#v\u0013Rw2\u1b57\u07a3HKV\u001cZhv[X\u0013'%'\u001fUgOL\u03119tsfiPxj\u0019\n:\u02aaDIP\u001dia\u8a02bop57\u044fa\uaaac\u025aNQ\n\u0012\u0007>aSm4\\\u0005\u0015}F&g1Rb\u33deW\u0015j\u000fMaGQU.[\u000b4Mz2\u0477u\u0013wjF]oH\u0002C\u001eqCo\u052a>\u0095VZ2D\u0002\u06b5d\u06b0TK\u04eeQiI:'aB\u001b]1UsR\u0002)ybJH\u0005l\u0224\u001bJ\u0005$2NH!\u0005\u001b\u001a\u0412IQJ\u001d\u0015hgx*\u0010$E\u0011uM W3A?j\u0004\u001d\u001d\u0003\u001e)eM=~iF\fg\u000fi\\hNF\u0014\\c\u001a\u0019\u00d3>U2[\u0012\"\u0011j\u0007\u0004\u00150%\u0392RgBy\u000fQ'X<}~\u0002W\u0515\u0004s<\u00038X\u0012_(@Qh\n\u0012\u000b\u0017>s\u0003F;-~d\u0017\u001b\"Z^e}\\a16W\u000by0_\u0003\u0531^7u\u0003\"\u00ecX\u001b~ ?R^W`$\u001eyk\u0003.vh)oZeANb$H\fn\u045c(4\u0017Hpb\/6\u06b1~m\u00ff\u0003gA\u0249O\u0014\u0016?\fV\u0010\n$6\u000e&:Lh\u001f{\u0014|\u0003\u0005`(l[$\b\u0011;\u0004d\u07b7gx\u00109\r'M[nV\u001eI\">~'B\/P;z8=}\u001di\u0307'\u0012n\u0019cslp.\u0018Xp_A\u0017ab\u0015%Hx\u001c\u0015-\u000b\/\u0014)tC\u0085SnglQ\u074eO,3HC4$n_D)5m\u001e\u001dX\"F8\u001e5nC\b\u00113\u001bqNbb!8mjOa$H\u0633\\>b,\u0012\u0012mb'\u0015\u0001V\u0004\u00144 @g\u0006vX\u0018\u0001pp8\u000b=IAONVq\/%b{FiX\u0007\r\u001a\u4e84F~\/*\u001cJ>\u0007\u001ep4SG7J1j0,8\u0019*\u001b\u00123\u001d\u000fx\u001e\u0007N\u000e^n\u01d9N\u0015^K2\u001e\u0017<:*I\u00142(G\u07fa\u0005\u0018z;\u000e{4\u0015\u001b=\fs\u0014S\u0010\u000fz-\u06b5X2\f\u001c\\\n\u0018\u0014QT\u000eJe\u00124wYb\u0500K\u046e5R*JOJy\u0509b\u0118\u04b4\u0507\u0014?Qq]VSE+\u0011\"\ua1dai9\u001d\u0016\n\u0002[**Gn\u0019\u0014Q\nLF).C\u000b#FrK_*\nK9\u0572 ZHRy\u0000XJ\u001f#:%CT\u0010\u0000\u0011\u062d`O\t\u0003~{W\u0237|\u0000\u0007\/+c\u00023f-\nL<\ufc11|\ue573\u0014*,v\u0018-\u0612=3\"J\u0018:-pB\u0005p\u0005\u0012P9\u00112i$g Uch\u0001H\u0018*\u001a,\u042ch\u001aB(%f\u0296w9FSl*4\u0002.\u0530\u0006\u000eHiA\\c?:\u0010>1\u001a\n\u001e3_G\t1\u04f2xT\u001ao\u05e1\u001bl\b%#r m6_rn\u001d\"q* n-X_ZZv\u0014rE5Br\u0004\u001e>3oN\r?\u016c\u0019\u0000iJjl\f?T%hY{{\u0004Ej\u0457\u000fp\u0018|\u029b\u0005\u001f\u000e>WOV^_\u001as,z\u0012H-\u0015\u0019\u07f6\fUj\u0001Un!-\u0016\u043d\u0004\u0012G3\u039a\u0003\u0002\n\\G\u0000)\u0001A:\u0015\u071cb{.\u001c]P\\\u0018$;{\u0005:~g.L\u4aeawzM\u02acR\u0517#h.d\u0002fA\u0002\u0016-\u001f,'Nr7C@\\`2Q}\u001ct\u0000!3|eg8\u0004C.V\u0005j.BJKN9\nF\\`]\u0012\u0018\\\u0015\u0018\u0100V'tSwI8\"a$oY\u000f\b\u001e\u0001A$a1\u0018\u0011j\u0014g~}\u0014\\\u001cG+P\u01f2\"\u0316\u0159\u0006_Ud9\t9\b L(\b\u0014\u0014s`|\u00028A\u0019E='6\u000f)\u0006J^\u00168\nPg\u0000\tS.\u00130bDuGdMm)HB!\tv.\u00130\uc27bp^L5\u0019\\]4F+la)MAh5h!SO=\u0006O6\"p\u0000\u02e2zXY,B\u00112\n]$\u001c\u0019+yn\u0005#kgL<@0\"-9\u0003@2N3[\"\/@\u0012\t\u0014Z@[p\u0011\u0723vf:%t\"u=*|E61U)\u0018eR\u000b\u0000}+\u0016\u001f\u001e{\u000e53M\u0000, _3{2M@,-\u0005P\u0015[\u000f\u0017rIh\u0000\u0442\u0016H\u001b6a\u0018|f\n|ET\u001f#uE~\\\u001c\u0005\u0782}\u020bRez.a~LT%L\u0018\"\u0001i:E\u0014f\u0005\u0006\u00128Vg]+\u000b\f\u001a\u0746#\u0007p6~]\u0017 )\t\\\u000f\u000e\u0006\u057cJVgS+\u000b\u001a\u0746%\u0017vx\u0017\u0004?`Oj\u0000!06\u0000\\.\u001cT\u001b\u0675%\u000f\u0018\u0019!O\u0001dHG\u001c\u0005!\u001cEv(^\u0006~\u00059\"\/55\\$ddE\u001d\u001ePK0\u0006D\u0288Q\u0013\u001eb\u0711\u0586OW}#\bB#\f\u0004:\u0019=\u0286V<$5\u000b\/D\bf\"\u001c3R\u001fDtz\u0773{^;m\u001eU15C\u0014\t\u0b99|b\u0002\u0494@M_@M_8\u00025\u0000\u001863t\u001d\u036e \n)VB2h*\u0019C\u0017\u0004&F\u001fkQ\f*[Kk\u0007P\u001b=\u0000u\f]\u0004\u0010\b\u0018@\"#\u0015k\u0001\u00009\"\u0018W %\u000fg\/>zwvw)\b\u00144vAi\u0550_!\u000b\u0014D\u000feV-\u0007Y\u000eXH=\u0017V\r\u0007\u0019\u000e\u0010a]\u020c\u0615\u0004\u01afjE~\u000e'F\u0017<8)\u0000CW=\u0000\u001a*.\u0014pu\u0010vt`9:9sBw\u000bs\ucc29eX[\r\u0013\u0018+\r< >~\u0001<\u0000[PB^cX\u000e]`TF\u0000Ewk\u0010Pt\u01fd\u0000\u0014\u0000\u0019f .I\u0003\u000fV\u000e(\"\u0012A\u0014# `yT\u044f6*isG\u0015\u00037]\u0002UceJS\rB~X\"\u0005\t=Mk\u06d2a^%\u0018^$\u001ePTXm+4W\u0001\u0109%xW\u000e1sJ\u0676\u00bcL\u0005\u0013=]\u0002Wom]k\u06fea^}\r.^.a\u001cV\u00151myv\r6fXq\u001bSXmkT\u06cc\u0015\u059c\u0015\u04fcS\u001c9A\u0017\u000b\\\u0794U\u0168\f)a\u001c#w\td mV]Y!D\u000e(\u0016Gi0Ua *\u0005*\ue049\u0018^<.\u0001u\u0263\u001c\u000f\/\"\u0011\u02c3\nP)PUw\u000fTl\u071c\u0012\r\u001c\u000e\u07da\u001cG\u0007BS\u000b\u0317G\u0004\u001cs\ro3\u0002\u0016^mZ\u0018Kp3gs&\rS\u0015ax{%dOU\u001f\u0258$\u0012\u0013>Uybn&N&\u001c-0%\u0012Jv\u0017x8i;\r3)B8\u0012>&Ws7~P\u000b\u000f*}vj?e\u0015\u001c+J#R\u0017.9\u001f\u2d40:)\u0014OA\rS\u0007HJ)\u020d~\n~\n\u001a8\u06ffoHz\u03d7i\u0016651Mv\u0106yf0#=\u0003;\u000e$`GO7B?[\u000e\u001eaM:>\u000e\u0001vnF\u0019Y\"\u03b0|lnEa\u0003{S\u0019zC>~4U&\u0010|Gg\u0016|\u0000 tQ%>\u0016\u0000\n.6\u001fRR=LQf\n\u0001?@I4\"E\u0160;W\u0015%\u0004\u0002\u001d\u0015u\t\u0016\u001c^\\K6plr;\u837b^yJ\u024b.\u010b_\u0001B'nB\u001f\u079b+Mu\\\u00f6Of\f\/d\u0006\b\u0004Lp\u001eT\u0007\u0011Tm\u01dd\u0018]f\t.t\u0012p\u076e\u0017\u048d\u25350\u0001dj\u0018\\\u0017H\u02a3\u0182<\b\u001a\b\u001a\b9\u001b\b{\u001b)MW$\u0019\u0010v\u001b_b\u02d9\u000b{\u0000X2w[]\u039e\u000f\u001b\u04e5\u0017Wo}[a[]V$a\u050a:~rkn\u0010zh\u0322,t\u07a8ok\u0007k=`=\u001cx\u07fd5jA4Aq>8\/nQ\u0002Y\u0000I\u001bS\u00050\rY\u03bf\u001c\u0007v,]f\u0011TpYLLg\u000f?\u0016\u001eO@T2|Jc\u0005\u0015B?n\u05d9j] 'C\u00129\u001cM*\u001cLa\u00071GMsl\u001f\\t}'Ml\/\u001b.MMaQ\u04d5\u0015w\u0013\/\u001f\u0011t\u00175\tv\u03e7<C\u0003\u001d0{`BJo2\u0002\u035f>|x2F\u01da8!r\/9:^\u04dfc}b*f\u03293K3\u000fu]f~SUp=QV&\fG3ut\u818e***\u0730T\\i*BOTKW4=(\r\u04e6t\rJ LY<\u0477n\bLSd{hF\u02ca&\u001b(&!H\u0006\nk]dK6(f*(\u021clv-\u02fa:>6\r\\9EET'\\\u001bIP\u8741'\u001d]S&YH(\u0019?)\u0018'W'\nbZ-~jp~W\u0010m\\\u0005\u0004\u001e$u@_4>*P\u0014\r3*Bq1l4'\u0007(B\u0004Ed\u0013Mb\u0002Sch!eH&B\u04f8@\u0019W)\u05d8P&;m_8CqE9\u0018aA\u0005J,h\u0559\u0604(\u0000TtB\u024eR:\u000f:;h5f6W{c^\bQxf\u0011O\u00013\r_\u0019\u00122KtG\ua940W\u001au|g\u001e\u001e\u0007\u000bF\u000b%\u0012(\n\t\b_^bwn}G\u014f9\u0003\u075d-pWjIr__-\u0001\u0005.gMl\u0740HZ0+\u0015g\u0006\u001fOT\u0017n?\u000f\r\u057c@F\u0006\u00069\u001e#!6Es\u0002X\u03bd^ \nz\u0004j\u01ea\u00dd\r\u000e\u0006%'\u0007J\u0015(ag\u0616uV<'EDq0\u0471$R\u061fg#G\u0000Ha\b\u001e7XA@\u0003y\u0017}\u001eB\u0016\u000fg\u00101q \u0010\u001f\u000e\u0018b\u0001)!\u0002\u0646g\u0014s\u0013&\u000eW&\u0019Nl\u0013n5C\u001e\u0000A]\u0017Y&\u0011h\u0002\u0136-H9\u066d,+\u000bql\\\u000fv]VX{\u0005F,\u000b\u000f#OOo{\u03a6jru~l%= \u001c#qy\u001c6mMD8}\u0015QDd]\u001ehU\u02fb\tUs\u0728P})9!\\#{7Jd#\n\u0603\u0012~Jf\u001c[%x^\u0011S:r\u001aOCO\"[Cc8\u0013\u04a61RDG\tF\u000f\u000eo|tWauHC@6M>'f)nV:\u0015\u0000\t7\uf02dc2,I1vP\u0003=\t&i}\u0019'Y%m$_DM8%\/I\u0006I:\/Il?~OCe\r3\u0014LJ5\u0015\n\u0f62\u0420LH2w$h\tYFA\u0004\"b'veHH\u919fTp\u0007h2\u0012PZF\u04d8\u0000\u0013Z\u0001cb\u0005\u0019,$\u0005K9Ya'SNF,\u001ba;Fih\u0006e\u001a\u0e9aFEzSx\u0016C7gF5\u04d72\u001f~jTS\u046d8\u04c9>zk5\nE4iILOZ=P)D\u0013YSz-UfNZ*Ez$k9&I~izq\u0013\u0013}\f\u001d@o\"Pj\u001cIZQYoRsT\u051b^K~6\u02f9\u0002#\u06ef4\u0019(\u001dH\u0007\"\u079dnh\u26da2&=c\u067alV\u0782\u0004\u0018\u001e\u0224\u000e\u001bu\u078dwH\u00ffr6BN\u0005[\u067c\u01e1\u0130\u0011X\tR\u0012\u0010\u060f64.kplp\u001a\ue6724\u001d}1@*\u0015\u001c\u0002Sh\u0019\u0016 \u0015\u0013$aUAbk\u000bRS\n\u0514 56HMi\u000eRS\u0283\u0514 5BHMi\u0011RS\u0514.!5NHMi\u0014RSJ$WHlB*]H\"\n$cH\u0015\u00192N4\t(\u001b>\t\u001bF\b\u001c2DDR2M\t~Hk )JTD\u000f\n\"6\"QH\u000b$\u0012O-'(t\u0512\u001c\u0093%\u0010O\u0013A\u3bed%8\u0002,5d\u000b\u000e$V\u03c8)Xs\u03ba\u0011c\u000f\tI\u0001};p\u001fgBtW4b{Q%+a\u01f7c?p?v\u001b\u6e80\u001enF\u000f]IUu\u0650\u0003Wuhzsu\u001b\u001bu\u001b\u001e{\u001e\n\bM1WKR\f([:KQTI\u0001\b.\u0003\n)-vK\u0014&\u0017@\u0016%\n^n\u0012A=}]P*\u0011\nFdW>3_'\t1\u04f2SfT\u001ao\u05e1\u001bl\b%\u0653_\bm6_rn-\u001csk* n-_ZZ\u0015cK4\u0019U+\u0015\\1\u0001[ws\u000fxi\u0006?@)-g\u0019P\rO\u001f*Be\u0007#\u0011\u0014%E_\u0007>Tec)o\u0016|8^R>Yy}Ik\u0331mK \u0015\u0003@WdKteHuQ{;^'\u0002\u0018\u000f`@=\u0004\u0007\u0017\boJ9\u065c_DEF\u001f3\u0011H\u000f\"c:_\u067d^\/\u001dJ\u06f6Y`z\u0000\u0019H\u0000w\u0013\u0013l\u0004j\nT\u0004jt\u0011\u0001x\u0130|hvU\u0007qUxN\u0735\u0017zAS\u0018&\u001051p_;fT\u0642\u0004^\\;Q\u0006@c\"@\u0000o\u0014\u001cA@\\]\u000b\u0000H\/i\u0017\u0001\u0138R\u0004)I~<;=t[TKAh%\u000b\u0002O\u0004\f\t\\ zX\/{\u0726j9\/r\u0002G^ j8\/p\b2Ef<\u01aeT&0~W+\u0014uw81\u0012IQ\u0007\u0018to\u001a\u0004hTq\u0011\u0003A\u0241\u001d\u0013[#gMU,\u00c2\u0002\u0016&\u0018-O\u621ckx\u0011j4\\96iB\u000f+'}d\\WO\fVL'\u0654\u0013s3qb61H}l))TIcm(I\u0017\u0091\u0015\u001e7)\u000f\u001f\u0001}lZxP\u98c7Sq-3\u0000F\\1\fV\u0002\u001d\u01d6\\wY`\u0015\u0014\u0005qO\u0001~\nj<@Wj?\u0005LAnSS\u0014}C{O\u7bfep1i2$cE$6s5\u0003\u001d\u0019q I\u001e\u0006;z\u0011]v\ro\u0002YuX\u001d'\u000esS6\u03b0|l\u0012\u0011vc3v+\u000e\u0013\u001fXOvOc^\u001f\u0003)\rf2S>:c\u0004}\u0007*A\u0006\u0000Tu\u0019Z>&R\u0001g2S\bt\u0007\u001aL\u0011y-*\u0006\u0779,!\u0010@Kh5B_cAoSJ^t!^_\u001c\u000f\u0010=u\u00138\\i3\u001a}2cx'3@$`c:Huj;2NpvXn\u0014M\f T\u0003@R\u001e5\u0016A@@@`Oyl\"\u0240h\u0012[\\\u0003l\u0717\u001b;{\u0011El\bx\u0002S\u001c-\u040f\u0015AdtdgW\u00059j\u0002KGgu{;\tnd\u0013yptlj\n\u02be\\@xo`I{>5\u001f\u0007}#v\u0013RwORWH-+;P\u0013R\udb09\udccfJ,!y\u03f1>1\u0015S3G\u0359CU\u0587.3?e*\u001e(z\u0013Yd:2Q\u0005:oP\u0005y\u029aNQ#dW?p\u000f|p4\u001cO\u01f3\\\u00055\u001e\u001fH\u0355w\u0453=\u0018Tx0i>\rJ\bLS2[d:\\\u0005\u0448d\u0477\u0011\ubca2\u0246I~)4\u06b5X%c3_\u0001\u02a0#si5b(\u000b1\b2M\u0003M6,T'zg\u0152<\u001a\u024f+@qrubp2,\u0015Uoo\u0013\u0015W+4Ub\b3P#\tA8\u0012\u001b(QWvc&V\t Q\u0016A7C-\u0010\"\u0007 6\u0005M\u000eMnw\u073ax! {\u0015waism7+u\u001e\u0006$'\u001d\u02b7\u0645\\w\u000b2\u0796\b:\u0007\f7\u0000\u053dxG\u0006\u000f\u0468\u000b<\fiQ*p\u000f\u0746r\u0012{U)\u00e1~\u063c#\u0016DYAX\u0017n\u001bz\u001e\u0012e]^xm\u000f\u001bbUE@EE\u0015\u001c\u045e\u0ec8rk\u0003\u05cd@P \t\n$@\u0015b\f#C\u00197\u0006\u0409A\u0205A\u0401\u0001ZF:}AyA\u0013Z\u0507 \u8c90-H'\u0017$\u0011\u000bJ\u06c1\u00132Y\u0001K$Qr\u0204:q\u001f\u074aQ\u0004w\u0006.h\"$x\u0013\u0017@;J4Bua+?\u060cL\u0136K\u0012\/I6k$q\u02ff$n$\u001fm\u0001@e-K\u0012LZ55\n\u0fa2\u0420LH2y$h\tY6=h1\u001d\u0011p\b\u00002,\u000b\u001f~]\u02073#iXDSE\u000e\u001d:\u001btG\u00108\r\bIi\u0744g\u0006x%;;\u0713\u02e4`%?WAX(*\u07e0$gEI-R:9\u001c\u0007;:Ek\u000b\u0005{\nPp\u0019\u001bvu\u0013\f\u0010M?E&\t'n[%\/(\u0011qIM\u0007'&\tnYG\rh[\u0010m\u0111!bI\u073au:B|-I\u0002J_P}j$$tO*8\u0003NO\u04ebZ\u0019\t(r}-#iLA\u000eT\u0010`\u0015|1t\u0004px\u079e4.''#\u0019ec{Fi\u0007\u0013\u001ae:F\u07a1z1\u0005z\u0017Q9\u0013P\u001dZh\u0725\u06b07F\\Lc*kc\u000fRN_J}P\ub1a61cz-F\u0015}z\u069eJ=FFQ,\u001d\rP\u0002Mlm\u063bpHeQ\u001b\u0290\u01f8tszc\u0710\u001b<\u7aa9p\u0607T}H\r`-!Fn(\u00048\u001eS)ybH-mP6dRs2QQ\t)II;\u000f\u5e83\u9d5cH\u0013T\u0019R^\u0002>I}A\r\u000f\u001a~\u001b=7\u0014(*\u0014E\u001b|jL\r#Yu\u0015\u001814l?9\u00194\u001d47@-[\u0010\u00010\n\u001exs\u0011Do S\u0001Pw\u0006\nxX\u07f002r:KP?w[oQ(gl)w`\r\u001d6W\u0015m\u5815XKqBk3nUQ@a\u01a9[C\u0005\u0014N!tQl1c\u0004L\u0002-<\u0002\";M\u0001R5\u0010+\u000f6!\t][s8~\u01bfHy\u001cK(R>\u063al\\D\u05bel1\u0012\u001d\"Z\u000f\u0000\u0012%v\u0003\u0010ohjjb[h\u0003\u001b\u061eNM t\\(U.Aiv\u001a$A\u0015\u000e\"9HUj\u0007J U)\u001f*T\u0010R\"BEHU\bJ#!U)%*T\u0002\u0013\"VPHF\u001d)DAS!y\u0015af\"+SYZ0\",DIw\u0011\"\u001a\u548dr\bGr=dPeY\f\u0262\u0410:\rQQkHv&5rCd\r^7\u0005S,qtP\tpO!C\u001f2G>\u001c\u0250e\u000ez\u0012\u001e*\u0017\u001d\fY\u001dD\\\u0000}a=x6eO|Z+IcE\u0015v\u001a\u0014X\u0003godq.4mt\u0004UI\/jce\u0002\u06cd\u000b?=\u049b\u00101\u0011\u001e7\u0420Q'@ E\u0003\nk\u0003\u0505\u001f\u001e|L[\f\u0019AOO)07`8\t*y\u0017BCb\u0119]h_8fHofl\u0011`8f6\u0018Hj\u0014gb\u00a1GfF\u0012&\t}\u0017{\u001f\u001e\r?tv\u000fscc 4z,Pr\u001481Ps)j\u001b{\\::*xT\u0007\u0004c\/\u000ej!\b)#:>B`=!:\u0014Yb\\}\u0007\u0003l\u0120@^\u0013jjT\u0003Hb\/\u0000}Sr\u0001@bf\u0002\u0012\u0007\\9\u03f6,\t[$f\u0629\u001em\u0011gMze!\u0282`4a\u001e\u0013\u000f\b\u00114\u0017a1SO\u012c=M\u0018}!8M\u0015s9\u0014Z,b\u0016cFFQ k\u0013_\u001bza\u0001VL<\u0012\u001f-\u0001\u001ae-H$\u0018\u0000\"\u07caG+)\u0014aQ)7\u0010\\\u0012QF.\u0000\u0437bo`g(\u011eY\u001b+\u000f\u0012\u000b+KK\u0002=U-\u04d4oC\u0007\t%W\u0001Jr\u0019E\u06ea\r \\-\u001e:\u001cfg)a\u0004|e\n\u001e\nvCu_&~I^u\\p.8\u0013Gc!\fq`*br@X\u0282?\u0000S\b\u001ccq\u0006zQ\u00028|qV\udad7\udf7a&HJB\u02aa\bwA%\u00b28Fa)5>\u001f_75\u0010\u0018\u0012\u0000\u0017\u000eaq8>3pC5F\u00069^S0\u0019dE\"eT;\u0016\/%aaxbg\f +dG\u001d\f\u0454%Q\u0004pC\"`}\u0015\u0128w\n\u9d7bZ\uda4a\udfd1_J+\u001chWZ\u0000U7WZ\nGFo\u0006@\u0004[RGs\u000f\u001bV\fb\t\u001c|\"t{xZEqyAn^=\u0002\u0018\u0019\u000f`$@\u0551\u0004:\u00048\u0002#\u001b(\u01da?\u065b\ub2d8(h\\!&xhc&1\u001306vz\u0006\u000eS\/\n{\/=0Q07cd\t7\u0304@\rPEB\"P#`k\u0003\ue36e\u0015\u001d]VUsG\u001e4hBQ\u00137\u0006JmH#\u03e5\u0003(\u001e9\u0000d\u0000B\u0001\u0012\u0001}Qp\u0004]l\u00072y\u0016\u0003PgN\b \"TI|nsy\u0477K\u0366]Bc\u000fVrk\u0010x.jH0fHBd\u000fOe.j90f9\u0010cVi\u0010~.j8\u00186p 1Ea<\u029eT,&0~O+Tuw83\u0012IU\u0007\u0014C\u06efw 14\u0016\u0010AA\u001c^\u0012^w\rM3\u0341y\u0000;j!O?ro=*\u0004\u001e\f!\u0612\u0015*ZqBT\u0002(}B@{\u0000\u0014\u0002\u0019a :on\u0468\u0744+\u001cW\u001a\u0000L\u0005_1\u0006_\u062d\u0010ck\u01d8\u0000EhuXea3A\u000eeu\u001aW'\u001b\u0001-L\u001c\u0014\u0006n2ipti\u01a8v\r\u0011bdq\u0004\u05b0Q\u001a.m\u00185\u04f0!\u0006$~{'_^8D\u0015*`K\u001b9F4r\b#^'pZi\u06a5m\u001ff>X\u0013Z%\\H]a}4A`=*ze\u0007`Xn5\u0005Q\u0000tQZ\t@\u0644\u000fYJt\u0018\u0015aM\u02b5R\u0016oq$]^'YfR:\u001dT(\u0017\u0007&\u0011bd\u0004K\u001ex|U-\u001fTE\u0018r\b~\u0012\u6738x,\u001cGNO3]^\u001b+KV\u0013wxTn@XY0ZPsp5x&\u000f\u0003a\u06f2*7\u001b_\u0007kX\u0014,g^\u0007\\MD)~s^'[%\u0015Jv\u0016l8;~7E2)B$\u0012&Wr\u0483\u05c1G\u03e2ZO;\u0007\u0015\u001e=v\u068ekqE\u00070\\\u0015\u0003\u0411vl8\u02ef\u2ee8h\/\u00000\u0005@\u00140\u0005i\uc4f4v\n*8\u001fNA%S\u001ag++%=\u0705\u075f\u001am\u0713Q)\"a^\u0019=oT`\u00031y`\u0011V\ro|^xD\u001d,'\u0012\u000frr+\u0016\u000f\u0018G\u0001\u001a\u055e?cb\b{kg>)\f=C9~\u0010\u0013\f>8\u000b>BX\u001f=?i%\u001e\u0016W\u00012.V\u001fSG\u0754r\u0551LQb\n\u0011?j&q\u0010z-\u0006sU\u0016YB!d\u0651XQ`q \u0005\u0014\u00039%={B\u0003,r {\u0012&8\\{+]f\u031b\u0019(db0Q[P\u001dQ]!\u01a4`\rhfL\n)tbp\u076f\u0017\t#]\u0012ar\/\u0003dGJ\u0018^\u0017\u0295\u0005yPt5P5Pr6P68p8\u0019.6zV2\u0017V\u0007([_\\e\u0004\u0006Y\u0004M<\u001f\u0016SK7\/\u0693\u6e73\u02ed\na\u060a:~kG[_\u001c?p\u9605Yyy\u0003\ufdcc\u008ak)k\u0011wk\u0682pY \u001f>u9B\u0002Y\bqt\u001dE)\u0007.Bq\u04c9cn\u001f#,@eu$d,\u0687N2I\u03ef\u001b.\u0006dt0\u0005\u0010X[XEsMy~s\u00178a\u06ed\u000fT\u074dxwv}t)su{\u001b}\u0004\u000bN\u001a|5\u0003\u0015nzS\/}O7F\u050d7ZW\u001fzW\u0019OA\u06f1Njw!1\u001cjC7h}\u0016*\u0003O\u001a\u0019\u0006`Z\u8fda6M\u01d5=\r\u001b\u001a;NUMzO\u001f\u91beo,?F\u001aZl2[\u0007x02u:\"Q\u0002&=\u001ey\u0017\u001c\n\u0011v{\t\u00061+\u0618\r;6X;@vd<05\u07ff8\t]e]\f\u0018SJZ1\u0018\u0012^\u0001m\u001dtyw@\u0005\\\u0019'^\/AUhvy!N\u000b\u001c\u00bf?LVXf\n}fJM0c\u0006\u0007L2'\u001cc\u000e}6QF#I7\u00006^;G=wg@\u0005[,l#~a\u001aU6\u000b+6Q+ly(\u001d`\u0010\u03e26cs\u001e\":0\t#\u024aL]\u0002Jv<4~\"1S[>H>\u001e\u001b1\u001b|\u07fdQ^\u0005\u0001\u0368|iE\/\u07bb\/\u0001\u0015X\u0012\u06f0v\u0308;\u0017F'%R(n\u04df^2\u0001\u0453w#&w=]t[Y\u000e\u001a\r\u0013u\u0003o};#AE|e\\\u001cZ\u0007I;\u0002g}\u0006_.++~i\u0007\t.uR\"\u001aS!\u04ffL\u000e]P\u0001N\n?\u016ciE\r\u0346s\u0000P\u0005\/,?\u0612\u0010&'4=eM$1Z2\u001b|X.2\u001b-`{Tb@C\u000bS'\u32b6\tYB\"!3F\u0010*&\b\u0001\u000bOW\nK\u01c3.5ff$B@\u001dg\u0019M<\n>N8Aj\u0001\/aX\u001d<\u0007Fg9_&e9[XOnu$\u0017a8\u01dft!LR\bnk\/iZq\u0012\u0019\u0005b.|n| d{zX\u0674~7x|Sv+F?y+\u00064\u047bUD8z\u0005qDdQ\u001eh4\f\u0016\u0014\u0392pFM9V\u0014\u01a8H~\u0299BFiA\u0011rFp<\u00148%\/Q\u0010\u0003\u001d9\u0410X;vP6k)?+amBiJ01{gI,\tF*\u001a\u0002~.|\u041e'6'v_O+s~|]\u0000z^\\\r2q\u0011\u000f\u0000\u001f4%m{\r\u001bQw\u0016V\nig!o\t\u0001!\u00198?{\u0007GF\u0016=?G.hF\u1016K3\u0006\u0684hj\u059e\u05d8D\u001fS\u0007R\/y>u[}<\u001d\u001dG7\u01e9Lg:\u001a\u001a\u0017~YUJ8\u0017a4Od?'\u0014R\u040c~\u000e:\u001b\u0018C!\u0017tzfD\u0018s_\u001e\u047c\/)-R\u0006n9\u001eMZ1M\u001bge<}F\u000bhYY\u001em2\u0418\u0017\"\/\u050c\u07b9}X89<&]Q\u047e\u000e\u0019=[p-'~|ZY'\f\u000bM[Y'^S(#\u001e\u3e47:\u4a2a\ua5ca\u0002yf8CiH9p\u0006\\K_h9[\u000e|J\u01b8\">\u00042{N\u0011&!)\/ ~\u0007W\u0255\u0010O0|#\f0!mvY\u000bn\u0010l\u00e2\u0002Bs;fpz7z7\u07f9sco6\n5_P3EP\tE\u02c0H:\u0002\u0010\u0010)~\u0001U_T\u001d\u001d\ubf70C\u0627b\u0007y;CmFRfh$\b}\t^\u0005<\u0004c\u0017}5\u0017\u000b\u0011\u0013Y\u0003#u\u0002\u0014R40\u000e6@\u0011\u0004T\u00111l\n(\f2|\u03ecSpKtp\u0012T\ue808\u001f\u0012%dE{p\u0010\u016c\u0001\fQ,\u0002\fG\u0306\u001e4\u0015ZL,U\u0016#\u0019\u00126Q#\u0004%L\u0012('o\/5?.)kSW8=|\r\u07a6\tO\t\u00bb\u0017R\f\n\u07a43G\u0013\u001b\u0019>b\u0013\u0015S1,{\f\u07b4\u01f0$\b\u6eefl\u0017@\u000566RPdW\u001e\u0619\/\u0015pP\u0016v%\u000fa~\u001d8\u000bQ&\u0007Gs\u02ce\u03f6G%u>6\u0002_ \u000f\u07d8KW2vm\u000bW_4PVU,\"X\u0000a %J >\u0007\u0012\u0018c6NbPF}ph\tCp|R$\u0017\u0000H)\u0000 1{J3\u0001\u0003.B\u001cg[DHDUA\u00123T\u000e[r\r\u0011gMze!\u0282`4a\u001eS\u0010j%\u001b6\u0015i.\ua629zxb\u059eS\u0010&\u001cl\nv+\u0016`u\"T=\u001c1P#(_y\rc=W0K\u0540|+&\u001e\t\/X]\u0016\u0000\u001e[dml~\u0000\u001e-I(Z!2\u0015.4*K%\u0003\bvk\u0006\u0010\b\u0003\tN}RmB\u0002)\u0015D\t\u0002\u0002F\b[!\u06d8\u05ce*\u0001n\u0004FJ#d\u0402\/K6\u0002Z\u0000(\fMb+Iue\u0496Q3-\u0019\"\"JR]fuis\u0168\n1$Q\u0004\/QT!&xQ\u027a\u90bdDp\t#^'pf5{am}C\f.Y:a\u001aK*bFv\rL\u00183){\u028eP| \nk.i^\u0015:A_\u0016)\f=C9~\u0010)\u0013\f>3\u000b>BX\u001f=?i%\u001e\u0016W\u00012.V\u001fS4ju$SBO.k\u081aI\u001c^\u0001\\EP\bDv$V$Xh\f}ih\u000b})\u0006_\u0007sK>O{xgY<@$MqnTW\u0365]f\u031b\u0019(db0[P\u001dQ]#.\u001cw\u041a\u0019wB\n\u0018\\jt8eD\u00003\u0651\u00120\u05c5reA\u001e\u0014]\r|\r\r\r\u000e'+NDFJ \u0016e\u031d p\u0000sY9Y~bjt\u0006\u077a_W{r7Q\u0007\u01bd\u000b{{_#Xnrs\u001d\u0000{u\u33e6(.\u03f1>1zFzSS7ff\u0018j]}]g<5\u0007\nn:\u036a\u0745hF\u0016I3\u0006\u0684Ufj\u009e\u05fa\u001en\u023f\u04f5)~d\u0018J\u001eotl1\u0521\u0012^8K&cXE@\u0005vV\t[\fz\u000f\fg#\u0002L\u0000\n\u001cAp~V(6!a\u04d3\u0005m\u0016sB84~y~\u0493Nyz\u014b\",\\:7\u0001\\.\u078c\u0007Y$z\u000bz+]%\u0019c!;\u0434R\"0\u00198%\u0013q\u001e=y:Y\u000f|[]|Oncw=_}\u0005K3\u001d\u001b&N\u0007f=w`W\u0018X9\bHl\u001dK\\ )\u001dwrq\u047a`k(L\u02bb_g8HQNJ\u0013[c*t>pq\u027a\u000b*Iw9H}xp_Prn|\u0000\u01dd\u0011[+\u4908&\f\u0019\u00c9R\u0527^f'H\u0010Hf\bl\u0013CT,!\u0011DO_SL\u001fJV\u000fCfP1sP\u0000\u001f\u000f\u0018]2}\u0004t\rV`]:\u001e66l%\u0011\u00028xnTv\tR\fx94:w7)$\u0005\r|\u0005kVKKXGr\u0019sIW$Uv\u0002;yd\u0015`Q\u0010,R\u0006G\u000bBo\u000f\u7bc7MwSg7\u000e[\u0015\u0003Z1RZ[1^'+#%+\u001cV\u0015hnF#*k}H\u0010\u058b3j\uaa2a0F\u03e6\u001fr\u0013)(\u001cJ\b*\u000eqKBod_\u0001 \u0007:r\u001eC1('svtN^\tklLU5OS'o\u01ceR;MjgiL;m]4R\u0010?vA\u70f7?9q:\u000f|ZY\u0002 \u05c3\u0002F\u001cnhN\u001d|\u0000)i{\u001dD\u074bp\u001f\u000fTH\u06df\u0015\u0003\u0782\u0013*\u00038\u0003z;Fv\u0002t\u00120)[\u000ec@\u035b>>2A#:\u001a{)6(@:ag]NuR|\\x0\u0015r\u4ed0R[\u0525AN@M\u0005\u0004\u0016(B\u036d\u0002wR:T(S(:S\u0014&JH\u256d wPpPtH\u0016\u0005b`\u0000\u054c\fxV@\bx\u033f\rm\u0013\u07ad\u0004\u0005\u0010$!\u0268\u0010@\u0019;\u0001&\u0011-1R]\u030f6,[?!bs?!b?!FF)\u0013n'|?!\u0003\u0000\u000e\u0001`eM{\u0014\u039f^E`5o'{\u0014B\u0003\u0787_\u000b!)4\u0011hc\"\u001e\u0019\u000e\"y\u000bS\b\u001aFdc\u0259l|,G*LJ\u0014s\u00060>h\ud89e\udfdaq\u0016yYo\u00125\/[\u00017\u0015UV\nH\u0014]\u0000j==\u000bJ\u0017nS\u0001\\=\u000b=X\u001e\u075aO3T\u0002:\u000e\u0019\u0013N`\u000b\u0000)\u00117\u000fw\u04cf\r\u0012BC\u001b\u87b7pA\u0007tE\u001dN\r72{h\u0013g<\u000fX,9J]>n3R\u0012o\"*sG+[\u0017\u0019\t,~)#!iA\n \u000fp\rA}\tT\u0004\u0006i\u0016$$+*\u0013C\r3QC\u001ayn!\u0019?{\u001f\u02b2\u001cT'9\u0019q_|BWU\u0003tU\u001f\u075cLO3\u0015\u001aEiU[sjXK\u065eS*\u001a\u0010G\u0598ZJfxBUX\u05a8Ztpp\rg\u001f]ni\u001bf!\fI\u0017l]ps`\u001b\u0016\u0015\u0010{1\u04fb\u047b\r\u001b{TX:%\/,\u00193d+AP+-@*\beBW\u001f)C)]$\u031e!(1a\/e\u0010\u0016P\u0014~CJ'MbWb;EJ\u0013\u044d:jH\u000fTo\u000batC`Q\r\u001d~PFz\tnO'I\u03e6Li.*\u0017J4\u000fR\u0016Wu!\u000b\u0011+0*\u001dT\u01904\u0019R2CgHU*\rJ!U)6*\u0746T\u07904\u001cRCsHU\u000e)@!bdyC\u00144\u001fR#.|GX\n$\ub4d2\u0016$i\"$,CE%f\u54b3J\u0011\u0260\u0017sT#E;\"\u0019\u0015$#nX)\u0762b\t\u001c|\"t{xZEqyAn\u07b0[\u0000Fn\u0003\u0018\teu$A\u000ey*\u0001\u001f\u0006\u02b1O\"&\n,\u001a\u0017\u024476f\"\u001e3\u0011\u000fcc_\/j\u072e\u001fm0R\ucb30g!W\u070c\u0553%{\u07d03\u0013B3\u0002\tP\u0015E6#P#`k\u0003\ue36e\u0015\u001d]V\u0015s7\u001f\u02031\u0011M(j\"T\u001eU@\r\t}t\u0000#\u000f?PG\u0000\u0000\u0000\u053e(R8.\u0003Ut-\u0006\u03dc\u0011@'EB\u0001%.5{M{\u0014\u001e4\u001c.jH5\u0350 \u001eD\u0016?W\/.j95r \u0002\u001e9 \\pk@\u000e\u0011cx\u0715=XL`\u009fV\u05e9pf$|\u014bn\u000f8\u0014ao\u0012\u0781XC\n\u000e\u028e\u000e\"7\u0007U'\u0007q{Iza\u001d644\u0007&V\u0002\u0014\u0346<\u023d\u0003\u000f\u000ex\u001a\f!\u0612\u0015*ZqBT\u0001(\rv\u07eb\u0010P^3\u0000@F\u0018Np\ua8d7j\u000b\u0007\u0014ZU\u0016H J\u0010\u00100?+\u0015\ny\u0012F\u001c?NL\u001el\u0004&+\u0016|Y\u0011\u0004@ah\u0016[Ik.m\u041ai\u0010!F\u0016\u027d\u0005T7K+4W\u0001$^'x\u0017\u000e1sJV\u04a6~3M\u0017B\"\t\\\u0019}iF\r1d\ub13dk\u001b\/\/m7\u04ee!\u018c(yep\u001e\ubf32c-k1\u001f\u009abjEN\u0417\/&|\u0002W|\/bk,BJH\u001cN Cy\u0002\"u`8I\/@\u0007Lz\u0011Z|$B,x\u0000uq#\u001co*\u0011\bP.P\u0015\u000fTb\u071c\u0013\r\u001c\u000f\u001a_\u0003)Isk#`j\u0452f\u02bd\u0019\u0001\u000bW\u000b\n#p\u000e\u001enaY:Lt[6>PgZ6\u0016,0\ue6792*?3W\u0013'm3se\u07dc\u0016LI|R\u0005\u001bNh_CL\u02a1\u0010\/Ii\u0724u\u0473\u000ejAG\u001dg\\\u0001\fW_)t\u001d[p9.*(\u000bq>L\u0001Px;\u0005%LA\u001a $J 5\u0387)SP\u0014Jt\u001fv_)\f=P\u001e\u0007\u000bA5O \u0019X\/\b\u0001b}~x[\\\u0005\u0000X\r~PN\u001fKS\u02a9VG2E)DD\u0006\u000eA\u001bUYd\t@dGbEI\u08a1\/\u0007\u000b})\u0006_\u0007sK>O{xgY<@$MqnTW5\u034cA3ofNoAuDut\u0709A3NH\u0013~XN\u0018\b{\u0019`&;R\u0002pV,\u0203|\u0250h\u0011[\\X\u001d\u0122l}q\u0013\u0004\u001b`n;+g\u00118\u02cf7|XL.[jO\u06da[\/*a+6^\u001d\no}qc\u0016f=\r2n\n+m]VG0vV\u000fi\u000b\t:Ngn~0!|nwK\u000b\thg#\b9\tw\u0014\u000b\u001e\b\rIN'}o}\u0003\u0015^\u05514O9bg\u0013\u0010\fZ\u02e9B\u000b}~{Z)\u001b\u076f\u0013x;\u000fOKs289Ma\u6b9cOc~r>h\u001f:\u001e$?n$\\\u001aX\u04d5\u0014w\u0013B`ma\u00175w?\u001d\u001f>\u0013@\u0015\u07b8_~}{ao~{>&\r>\u01da\u0001W7h:\u0012\u001c\u0013g15ucf\u0547\u0015~Ssv\u04ec]h\u0019fh\u001b\u000eh;cMXe+}i\u0013>3\fS\u05e6a\u001c*{\u001a\u05bf5,UnN\u0018iN>\u01a1\u0006\u06e4\u001f6S}\u00187w~<\u001bN!=>Up?uLt\u0005,\u0485?fs\u0010\u053b~w`no5s`)1>lm\f\fX!\u0194\u0016ALNyO\u001a\u02dc\u0007lY<\u000ft\u000f\u0018\u0019kM\\0#\\i\u0006ghA\u02beX5BCcej\u6225y\u0019\u0013\u0007qv\u0012\u000f(Q?\u02b0\u014c t\u0012|Xq9ONq\u0018N6b\u0012~Dd\u058f\u0018\u0000.b\u0019y-YE&+\u0018^(Kz\u000eY4}\u0002RV;O\u0018\u001f\u0019F\u0005\u0001R\u00159\u00160PlC\u0527'y\u000b,pi':$\u0017E\u0018\u001bYto[\u0003B]\ud99d\udffd\u0019\u0015\u000fRH{\u0017V`\u000eK\u00023BviD\nEQAa3pK&AR:_\u067fu\u07fbPw\u03d0\ua867\u0361K}' T|0uo\u0017TO1sZn|{\u0000T\u000b\u000b;#VI\u00119MrO\u0019nc3\u0013I\u05a9ON\"7 \u0591\u0306\u0011&\"7XB0#aN\u0015\u001f2\u04c7Cf:T\u001c\u0014\u0003FL'\u0001]\u0015X\rb([I:2^x8\u0015}p:\u0003^:x\u000e>rM:IA7\u001f}?y\u0552\u0012\u0591\\\u001c\u04950I\"]N\u001e\u0665k5Xd\u0014\u0004%T\u2ec1[ae\u0014Y\u00d6v\u0140V\u000fFV\fh\u0017l\nt\nUg<\u0448Z?\u07a6p^3jy0F\u03e6Fa\u0014r\u000ep\u0004\u00158%7\/^\u0010\u0003\u001d9\u0018X;P:k|\u0019A6*)\u84f7cG)&4&.\u001ah\b\u001f[C{L\u069c~\u0007>,{Gmv\u0001{Ar\u0001#\u000e74j'sE\u000e>\u0000|\u0414\u000eEClOFY8\u000fZ\u0007*\nR7o\t\u0001\u0001=y\u07ddn#;\u0001:iajzm\b#(WDn?n\t?|\u7b7fyt@_q\u05bfe\t\u00b59m\u000e;\u0014\u0015\u0005]?u\u0017.\u0083O'\u07c5\u0314\u0019\u001e\r\nf\u0002l) @\u0015j^\u0015OE\u001e\n\u051fB\u025bB\u0457\u0002\u078en\u001f&G\u252d PPHY\u0016\u0005\u027epK\u0010D\f\u0400:q\u001eJP\u0000Y\u001ar\u001a\tOQW\u001a`\u0012B\u001a(lh32\u0013\"\u0013\"6\u0013jgR?!vB7\u0013\"t\u0000\u0000++m|pv*Z\u0004\u001f;\u0661W\u0015\u001a>Z\bI%\u0010Ec\u001e#\u0014P&t\u0010\u0015#]BH6\"\u001eKdc\u0019?RITgN\r=K~7titwD~F#]|\u0014$}|O\f~t\u0017yJ\r9Rpd5E\u0005P_Fp\u0003\u015ebO)^=v\u00bd|bZ\u0017\u01d8p\u0004|Lgy~l\u0016\u001a\u001ad@w%\u0706<\u000bv'P7g1u\u0001k%'P+EJM7rRyHza\"#\u0005\/e$$=8\b\u0000\u0001 \b\/\u001e=\u0002d&KE6\u0018E\u001b\f\b0\u001cM3\u001bz\u0011VXj53t \u0001\f\u008f%L\u0012('o\/n5N\u937fNq5_jS\u0172\u0014n6C9\u000bkQ F:\u03e5\u0018y\u000f\rrf{M1z2Ek\/z%A5}c\u0000*\u07f6\u00117g\u001b9\u025a<3_+\u079c,\u001d:p\u0017$y\u000f\u000e\u001dmK\r}\u0004 \u001e>R3e\u06f2'|\u076ab2W\u0628`d+!@\u000e:?zmAM\u0007\u024d\u03d7\u000fhxj\u0002~@\u00e3<\"($*E_*\u0007>27s\u000b>\u0012|XqZ})MVTc\u0597P.F5\u001bj`\u000e0\u000f\u0000\nt5\u0001{\u001aXmM \u0002TR0H\u001f\u009d]\tX\\y5\u0017|=g;g\u0016+Dp5\u06335]qUg\/2sw[)U|5\rN\/i^U\u0012\u001c\b}A\u0017\u0012fE\u0002\u0011\u0016r\u000fu\rv;\u0019\n.\u0006\u00023\u0011'I$\u000e0\u0004w\u001bc?!\u001aWeUl(hMT0\u001es\u0011k\u0012\u0018AY\u0016$E\u0246953\u061br>uM\u0019(\u0006x\u001f\u001d\u001d\u0015<\u0003RH\u0371\u0017\u0007\u00108\u0012S\u001dQruJ\u001dK]|h\u0005\u0003l\u0120@^\u0013jjT\u0003Hb\/\u0000}SR= =\u0001\u0017!r-\"KB$a \f;C\u00124\u00138\u2b09_L5\u0004\\Y\u001cF7#\n\r4J\u0017azxb\u059eS\u0010&\u001cl\nv+\u0016`Ez8bFFQ k\u0013_\u001b\u01da1 \n\u0000)^\u31dbllFY-66\u001e$\u001aT\u001bR\u014f]N\u0766\b{]J\u067d\u0018\u6a94H2r\u0001\u0015\f~\f=3E\u0016L$\u0004\u0016\u0000$\u07caG\u0018j|\u0013%\u0012K\\\u0000o#\\\u001cZ6s\u0002{$\u0015Qa\u0004|e\n\u000e9)oJxkMT\u0014Z\\7\u0017\u001cgz=.QX\bC* m\u001c;2\u0639\u001c5\/\u0014\u0001G8\u0017R1\u001cPYZRo8J\u0000g\/jW\u0004ZIHY5\u0016t1]\u0012\u000e\u0133T\r\u001a\u0014vx?~8~@B`K\u00008_8\fR\u001a\u0175(\u000f\u0018\u0019xM\u0011>\u0012)W\u0014\u06b1x\u0019,\t\u000bs\u0013==\u0014\u001b]\u0017G+:kn#\u000f?PG4PZ{TU\u00036$\u0001E<\u0000\u001cC\u001d\u0001\u0002$\u0002PH\b\u000eT\u04f5\u0018?sZG\u0000\t\u0014Jv\u000b\u0006l>\u0017}l\u06e5(4i%\u01fc!l!A\n=>-~^n3\/j90f9\u0010cVi\u0010~.j80f8CD0\u001eweO*\u0016\u0013\u0018\u0015u;\u0019\t_\u292a\u0003\u000eE\u06efw 14\u0016\u0010AA\u001c^\u0012^w\rM3\u0341y\u0000;j!O?ro=\u0003\u0010k\u0006\u0010lIB\nya8tQY\u0000\u0010v\u07eb\u0010P^3\u0000@F\u0018Np\ua8d7j\u000b\u0007\u0014ZU\u0016H J\u0010\u00100?+\u0015\ny\u0012F\u001c?NL\u001el\u00048oMV\b-d#\t-T&]\u06921l%C\u0018Y$\u0016PI\u07ac.m\u00185\\!\u0006$*{%J^8D\u001a\u0015*YK.F4]\b#^'pf\u0465\u001bf7EN\u0013Qn\"6]cL\u00183){\u028eP| \nk.i^\u0015:A_\u0016PgZ6\u0016,0\ue6792*?3W\u0013'm3se\u07dc\u0016LI|R\u0005\u001bNh_CL\u02a1\u0010\/Ii\u0724u\u0473\u000ejAG\u001dg\\\u0001\fW_)t\u001d[p9.*(\u000bq>L\u0001Px;\u0005%LA\u001a $J 5\u0387)SP\u0014Jt\u001fv_O{xgY<@$MqnTW\u057b\f\u031b\u0019(db0[P\u001dQ]#.\u001cwB53\u0014:1\u05cbnq.0\u0001f#%`\f\u000bg\u0282<(\u001a(\u001a(9\u001b({\u001b\u001c8OW\f\u001e\u0305A,\u0017y;A\u0bbf\u0001\u6e73r\u0016h\u0013\u03c7\rP}7<\/\u0743\ue3cd\/ol\u0011,69h)\u000eG>1zF\u0018\u0019SS7ff\u0018j]}]g<5\u0007\nn:\u036a\u0745\u0599h=S\u05cc15LcF\u000b\u001e*$\u032e10D\u001f\u001a=S3tmJ12d%x\u000f|x\u01b4\u0007Y\u0002\u001c\u07de\u03e2\u000fc;\f\u000e\u0005{-RC\u000f\u001b\u00e9>;|?\r!=>Up?uLt\u0005,a\u0014\u0012NFC39~^;0x7[lT\u001e\u0018cJ\u0727\u04dffO[J\u0015Z\fX!tZDL\u0018h,Nw7i4m\u0015\u0019m\u0002FZ\u0013\u0017\u0235@\frK\u001e\u0017A\u001e\u0015\u001a\u001ar9bi\u0003Hc\u0002 \u03aeS\u0001%\nO_2MW\u00103Ya.\u0007~gl\nqiFOc\u0010j\u0013\u0010\"r\u0005\rSm\u001amY\u0015B8I\u058f)G\uf1acb\u0002\u0197l\u0011JA8\u000bfj\u0013\u001e='\"8\u001f\u001c\u0015MzH4\u0017Y\u0001\u04ec\u99bf\u001fw2\u001e\u001c-Y=>,\\.7\u0000\\\u078c\n\u00079Y$l\u000b'%;\u0018\fc!;\u00b4R\"h0\u00198%\u0013j\u001e=y:Y\u000f|']|Ocw=_}\u0005K3\u001d\u0797\u001b&@\u0007f=w`\u0017X9Hl\u001dX )\u000fwr\u0001\u047a`+e\/32\u01f8tPp1\u0004\u0598J=\u000e\\e\n-vR\u0012)M+\u0017\u001emoo6[\u001b*xa!qg09)\u0013I)mlo\"1:u\u0019F6\u0011\u001c\u0012\u0002\u001bA\u000f\u0015\u0007\u001a:nW4xl\u001dJf\u000eCfPkP\u001e\u000f\u0018]1}\u0004t\tV`]:\u001e6}6l!\u0011\u00028xnTv\tR\fx94:w7)s$\u0005\r{\u0006\u0005kVKKXGr\u0015sI\u0017$Uv\u0002;yF\u0015WYQ\u0010,\u0016\u0006G\u000bB\u000f\u7bc7MwSg7=e iW\fb.b@\u001f=A_\u0015Od\u000bW\u0010GKV8:+<\u074cFT $\u0017g\u0514FaD<4k\u0014\u001fA>!\u0007O\ngNq]\u0012z\u0014\f\u000f\u00051<\u0411\u0018\u001e\n:)7S\fvyJX\u001bdcQz\u0012>y;vvYmR?Kci\ub891\u000b:\u001f5g\u0264\u0349\u076cy\u001fw4f\u0017\u0000\u001e\u0017$\u00170pCv2_O\\\u0004\u0003\u0007MI ^t\u001e\u0006d\u051d~B~{O@N5~;Fvs\u0012\u00f40)\u0010\u000eGP\u0010\u073c#\u0013D8\u00c0\u0002ks\u001cv\u0015)*\n~\/\\&\u01c3\u0007K)SG\u000b)3H]\u0018\u0014\u0004DR@\u0000cR+(p'<.\u0014\u0003\u0004:a@\u0013\u0013*^\u062a\u000br\t\u0005\tEwem\\ \u000bM\fqN@\bx\u033f\r\u0013\u07ad\u0004\u0005\u0010\u0718!G\u01e8}\u0010\u0018};\u0001&\u0011-1R]\u010f6,;?!bS?!bk?!\u0006F)\u0013n'|?!b?KXYi?\fgS\"X\u000e\u0000LBH\n-y(\u001a\u0018\u021em2\u001da\u0002W\u0014\u0011YXr&\u0003\u001fJ\u04a7\">w:nJ\u0001;L<'3\u001a k}bE.[~#1\u000bVjxyE\u001d!+\u0012E.Zt~)\u000fwB7\u0485\u001b(\u0014{m\"WOB3\u0016\u0007u\u0013+\f\u2f40N??\u0184\u0013'\u062dgJ]a}cc '\u0006\u5b7f+6\\\u0001]u~?\u0006\bp<`\u0004*2vHIFN8\u001dIOOj]d$\u0011\u0007!\u001aP=\u0015\u0004%\u0010\ub8a7Y`$#t\u001a\u0013{4\u0012\u0003s?\r3K}PC2\u0011\u000eeyO\u0016\u0001G3L5~\u001a?91N3\u0015\u001aECU[sjXKnS*\u001a%jZ\nu]\u001d1\u001e%\u001a\/j\tQ-%;#V'kc8i[v\u000bI\u0017l]p`\u0015\u0015\u0010w1\u000b\u04fb\u047b\r\u001b{TX'%\/,\u0019d+A=+-@*d}2\u000b?W\u001e)ho0\u001c*\u0271}t`#4m%\u001bPT8b+\u0015\u000b\u0012c)b.U>QD\u0002=?n\n]0\u000e\u001f\u001aCC\u0002\u000e?q.PFzmO'I\u03e6Li.*\u0017J4\u0007R4\u0015SY!\n\u0011,*Tt\u0017RB`HUJ\fJ!U2*mT\u0410t\u001aRZClHU\r\u0268\u0010C2j9DE!\n\u000e)@\u0011q#,OAII4BI\u0011\"W\u0012HVr5d\u0404Y\u0010\u0262\u000f*\u0011Q\u044aH\u001e(9nDd\u0011\/g$\u025c,iBx9KI\u0209Lv6,St\u0314P,\u0507\u001f\to#.\u0000\u001em,=>LF\u95e0*\u001dq\u0333-g8?\u03c8|F\\\bO\u000f\u001bh\u000e\u0013PO\u0001q\u0001O|B\\\f\u0019A\u000fn)\u001c\/`8\t*y\u00177\u0002bb\u0119]h_:RH\"p4l\tZa(\u04a5\u0003\f\u0010%L\u0012('o\/P\u0355?Gn#\u01f8\u01daR5)A@bY\n7a\u001c5\u6f75r\u001481s)j\u02c2\\<\u001a\/Y,\tB\u001f\u0005P\u4d0d\f0]m\u0004$k|xsf;w \u000f[7^=888[v|\r>z\/C7y\u0012x*]\u03d4\u001boiwvK;b\n4B]v%\u0004\u0001>3w]7T\r?\u86ef\t 4\u0003Z1+\u000fhxj\u0002~@\u00e3\"($*E_*\u0007>27s\u000b>\u0012|XqZ})M__\u001aUX%\u0007u\u037e\u001a\u0018#\u0003*;\u03038Bg!kM^b2V[\u001308\b,\u0000>\f\u0487p'`W\u00025Ve-W^9lv\u0399(.\u0011e\u0007\u0003\u06335]qUg\/2sw[)U|5\rN\/i^U\u0012\u001c\b}A\u0017\u0012fE\u0002\u0011\u0016r\u000f\u0007\u0003If(\u0018\u000bD(3'L;\u0018\u00ac\u0012uo\u0011\fh\\\u0152U{\u04cf7\u000b$7R\b{U\u000eFoI`\u00041gZX\u0017&\u001b\u0500V&`oq\u00065\tg \u0004F\"z\u001b\u0004;}ttT\u000eH\t\"\u00157^\u001c\u0010C\u0014H\u0004Ou|GzC*u,)v\u0017,g!G\u00158\r %J >\u0007\u0012\u0018c6NbPF}ph\tCp|R$\u0007\u00017%\u0017\u0000$fOi& qEl\u0212\u0010\ta*Hb!v\tI\u001cqY\u062fW&\u001a\u0002Y,H\u000eF\u001bf1Y\bMt\u0011L=\u00134\rb6\u0001V`Sk]\u0000Y#f\u0014j$\u001c\u0005+O6\u0001xZ\u001b\u0013\u000f\u0012)KK\u0000\u00025~\u02b6\u0006h\"b\u0002|+6\u001e)\u04aeLnS.GC\fW)\u0018e\u0002\u0000}+\u0016\u001f\u0019\u0019{fM\uc675 * )3[2M&TK$\u0016\u0000(\u07caG\n8vm\u0000j\u0005H+6\u00e6\t\u0294\u0015\u001drR\r\u0555~(\u3d78|o.8p\u0017Rz\fGV\u0512zB\u0018R\u0001iT\u0014d\u0005\u0001\u00108\u0016g]\u000b\f\u001a\u0004p\u0016K\u000b{uMUc\u0011G\u0017J%eqFzR\n;k}Z\u001f?\u001ceoj !0%\u0000\/\u001c\u0006)\rZq|\u0014gR\u0147j\fr\bVA+RX\f9R\u039eb\nQN2\u001d6v08FS{G\u0011\r,U\u0010&+\u001cbJk7\u028bF~+p1r.^iE\u0002T\u07cc^i\u0015C+D\u001e\u001a\u001b\u0000\u0011lI\u001d'\u0007>8\u0014\u001c|E\u00129D\n\u040b\u0003E\u020fz\u00040\u001a5?\u0000YVG\u00124\u0012\bo\u001ckdo\/bqML\u0004\u0018W\ub2f7=;G\u001b;L\u0014;+Y\u0010D\u070c\u0553%{\u07d03\u0013B7\u00025CU\u0015\u001a\u07988\u00025\u0002\b668]Ae\u0015^S%.\u001dtv)\n=hZ\u026dA\u0e64!am!A\n=>-~]n\u001bt\/i9\u0018tf9\u0010cVi\u0010~.i8\u0018tf8CD0\u001eweO*\u0016\u0013\u0018\u0015u;\u0019\t_\u292a\u0003\u000eE\u06efw \u00114xRAA r\/\tq_\/\u00c6&U\u0019\u0014\u0346<\u023dr\u0003\u0007{U\b<\u01ef\u0019C%\te_+U\u0405Fe\u0004P^\u001d\u0001(\u00042@uS\u001fT[8\u042a@J\u0005QQ\u0005_\u046d\u0010UmkG\u00007u\u0002Ue`3%@d\u0402\/K6\u0002Z\u0000(\fMb+Ium\u07e5-\u0019Z3-\u0019\"\"JR]f]\\5\\!\u0006$*{%J^8D\u001a\u0015*Y\u06a5M\u0017Z3M\u0017B\"\t\\\u0019}\r\r1d\ub13dk\u001b\/ikh\u0374k1#{^\u0019:X\u000bj\u0007\u6898Z\u0011\u0013e\u02f3\t\u001fU9\u0018Y)Eh[)q\u001c#\td(o\u0016~\\Y T\u000e,\u0016Gn0\u0015a \u0005\"I\u0018Y<:\u0001G&9\u001ejU\"\u0007U\u0011\\*B?\u001f\u01389'\u001a8\u001e5\u0010\u000bG\u0007SLF\u0544%\u001c{\ro3\u0002\u0016\u032f\u0016\u0014F\u001c<\\\u075c\u0000u~l|\/yl,Xa3se\u0003U~f&Nf\u0014Z9-p\nTZ;\u000b6\u001d\"C!\u0012\t_Zi+IgQ\u001d\u0303\n\u001e;Nm5\u03f8\u0003\u0018RH;?sW{]TP\u0017|\u0002v\nJ4@IZ;\u0005LAj\u000fSo)H\u03d5J?\uc7bfxO6\u0268\u00140\/\f\u001e7g0\u01c1z~`?J<-\u0002\u0000ev]\u0006?(\u63e5)T#\u0014\"~\"uY\u0003\u0007L Z\r`,B #,\u28a1\/\u0185\u0014\u0003\u2bc39%={B,\u001e {\u0012&8\\{+\/}3Co\f\u001421-\u0011T;1hf\t)tbp\u076f\u0017\t]\u0012ar\/\u0003dGJ\u0018^\u0017\u0283\u0282<(\u001a(\u001a(9\u001b({\u001b\u001c8OW\f\u001e\u0305A,\u0017y;A\u0bbf\u0001\u6e73r\u0016h\u0013\u03c7\rP}7<\/\u0743\ue3cde=\u00067\b\u0016\u001c4\u0014kb\u0007^_X\u0018=o\u001b3o\f>3T\u0005cfBp4F\u075ek\u0318\u001a1\u0005i\u0015T\u0012gf\u0018\u0018Sm2T\u0012Mi3F\u0004A\u000foX\u001bO\u01f3T\u000591Ng\u04471R|\u0006=\u0016!T\u001f\u001d\u001f\u03c6S-nHOU4Od?'4]\u0001K\u0018\u040c~\u000ez\u000e\f\r\u00163f\u0007\u0198\u0012\r:'vzh\u0280\u0015BM4\u04fa\u0006}I\u0006lY<\u000ft\u000f\u0018\u0019kM\\0#|i\u0006s`jA\u02beX5BCL\u001c4Y=c\u0002 \u03aeS\u0001%\nO_2MW\u00103Ya.\u0007~gl\nqiFOc\u0010j\u0013\u000fxa\u0012TcR.1Fw]\u05bbeD\u000bDi(}\u001a\u1572\uf1acb\u0002\u0197l\u0011fp\u0016S&>=D{NEp>8L;+\u0014:=i.\u001ai\u0003\tYM?LLe\u00016M.Y=>,\\.7\u0000\\\u078c\n\u00079Y$l\u000b'%;\u0018\fc!;\u00b4R\"h0\u00198%\u0013j\u001e=y:Y\u000f|']|Ocw=_}\u0005K3\u001d\u0797\u001b&@\u0007f=w`\u0017X9Hl\u001dX )\u000fwr\u0001\u047a`+e\/32GA\u017cNJ\u0013[c*t:p\t\u000b*IIw7H_xp_Prnm\u0000\u01dd\u0011'L&\u0019P\u0509^f\u0018D\u0010sHfK\bl\u0004?TL\u001f+F]!u(9d\u0016\u000eqC\u016eA{<`tr\u0012%Xux V\u064cD\b,\u357bS!G\t'H-3\u000e,\u000b\u0764\u0311\u00144|\u0011\u001b\u0014[-\/a\u001dU\u0018']\bT)\u000b\u0019]V\\eEFAX[\/\u001b8\u001f}\/\b#?\uc7bf\u001eV6M158]1rh\u078a\u0001\u0004}U<-8_A\u001c.Yt\u0018Gt3\u001aQ_\u0014\u000epFMyk\u0014\u01a8an<4k\u0014\u001fA>!\u0007O\ngNq]\u0012z\u0014\f\u000f\u00051<\u0411\u0018\u001e\n:)7S\fvyJX\u001bdcQz\u0012>y;vvYmR?Kci\ub891\u000b:\u001f5g\u0264\u0349\u076cy\u001fw4f\u0017\u0000\u001e\u0017$\u00170pCv2_O\\\u0004\u0003\u0007MI ^t\u001e\u0006d\u051d~Bp \u0017\u0016P\u0019\u03d36#X\u001dI\u026f\u000fr8\u001cCA\"rq\udb58\udfcfL\u0010\u001c\u00195V\u000f\u0754\fR\u027cr,@:a[\uc9ceuR|>x0\u0015r\u0241\u4ed0R[\u0507AN@M\u0005\u0004\u0016(B\u034f\u0002CzP(O(zO`\u0445|'='T\u0730U\u001d\u0018>\u0013\n\u001e\u0013\u0012)\u00029\u06fa@T\f\f\u05f3\u0001\u03ca\u0018\u001a\b\u0001\u000f\tu<\u06bb\u0000\u001f\u001d4\u00185\u0011\u0013 oG5$4QYfe'Dl'Dl'D(fB-o'Dlg\u0011\u0000VVC\u0019U\bV?vG!*4\u0000}\u0010Bc\u001e!2~\u03feN\u001bzno\u000eJ\u000fF\b\u0018g[HoM\udacb\udf55\u001a`s^Qdj>D\u000bV)_\u00dd\u042dt\u0006=^Ss{*\ud305A\u076dJ;C5y\/\u04cf1\tvk\u0000\u0012qw}p !-44\u0278yJ\r\u0017y@W$i!tP\u0006f\/}L\u001d\u0013G\u03f8y\u001eVr\u0002:KJub$D\\#'U\u53a4G.1\u0010\u0606Q@H:\u001a\u000f\"\u000b\u0003\\=\u0010]\u0002\u0000\/z\u0005&k*\u024a;J2yK;b\u04d0F&t`an\u0013jH\u0006{cR\ub37be\u03d1Oj\u0018\u000e\u001b}clB?5}\u00cc\u001as\u000f\f]{~+U\u0497\\\u001f\u06bad4up-nn\u0016\u976a\u000fLcFc}x_\uea74}'\u0206?\u037b's8\u001c\u00b5\f+qAwJ4w;\u0379f#V3B\u3faa\u0003dM44\u0001sd#\u0003p^\u0018&^\u000b\u001dtywX-{\t\/gd?\u91ca3\u0012\u0001\u04b0yraV*8t\u00045\u043b\u0014pf_\u001fD\u0503m2c^4=\u0004mcn();\u001e\u000e&A<,S\u0004\/<HU\u0007J\u0005!Ui!*ET\u0011RFBRJHNU\u0013Q;!*\n\nQQH\u001e5EY\b\u0294\u0015af\"\u032e\b\u000bQZ%HE\u0122\u001cr\\!+1,=dQeHFm(4$N\u031aE!2\u0346Hu\u03bf\u0278%\u0769\u024c\u0331A&\u019f[=\u0014\u000ezd\u001fl=M':I.z\u0014]t\u0016du\u0012q\u0001\u0654o?}t\"\u054e\u00ce5TGP&bE3\u000fu\u03c7~\u000e\u01f7H\u0012T%\u078d9\u000bgt\/xmBDxzp@KF\u0000~\u0014\r(\u00ef\rP\u0017~6n1d~\u0007=sY bW$\f]0\u000bC\u0012gvn}FEh#RQ\u000b6z\f\u02cd%L\u0012('o\/Ceg:tC\u001f\u0005doL\u0019o\uc95cv*jF\/+y+\bu\u06d5\u0010 \u0007u_.6\/&\u000fh\u016c\f?\t\u0001\u0011\u0012nK\u000f\u001e:z\u0014}\u0014h*h\\\u0004\u001fV\u072bV_J\u05d7\u001c\u07b6r1,\/.\r50,U\u0007Tvp\u0000EB\u05daQe&`q\u0010X`1!)}\u0018\u0017\u000fNF.kZs\uc7b33\u000bs\u0015]Q\\\"\u0002\u001d\u009em\u92ab:~f:L\u4ac5U9*U}\tW\u000bEA\\[`\u000bl9CIf(\u0018\u000bD(3'L;\u0018\u00ac\u0012uo\u0011\fh$\u00d2U{\u04cfo'Q\u064e7R\b{U\u000eFoI`\u00041gZX\u0017&\u001b\u0500V&`oq6}\ua6843\u0010Q\u0002#\u0011K\r\u0002{>::*xT\u0007\u0004c\/\u000eg!M$:>B`=!:\u0014Yb\\};\u0002\u0003l\u0120@^\u0013jjT\u0003Hb\/\u0000}Sr\u0001@bf\u0002\u0012\u0007\\9\u03f6,\t\u02c1$f\u0629\u001em\u0011gMze!\u0282`4a\u001e\u0013\u0007\u00114\u0017a1SO\u012c=M\u0018}!8M\u0015s9\u0014Z,b\u0016hv1P#(_y\rc-W\u0013|4R5 \u07caG\u0002PWE6@\u0016i\"1\u0005\u0010Vlz~`?J<-\u0002\u0000ev]\u0006?(\u63e5)T#\u0014\"~\"uY\u0003\u0007L Z\r`,B #,\u28a1\/\u0185\u0014\u0003\u2bc39%={B,\u001e {\u0012&8\\{+2\/}3c\u031b\u0019(db0[P\u001dQ]!;1lf\t)tbp\u076f\u0017\t]\u0012ar\/\u0003dGJ\u0018^\u0017\u0295\u0005yPt5P5Pr6P68p8\u0019\u0012~\u001b=b+\u000bX\/2w]\u0003sg,\u0002g&\u000f\u04e5\u001bx\u0017w~]q[YxV0lf}\u001d?#^\/\u001ft,[MaE\u04f5M\u06ff\b5mA8A,\u000ff?:nz!\u0001{\u00048g:\"w\u0014v\u0003v\u00178\u0131m\u0011\u0016q\u02f2:f2Vx)Gl\u0014l\u0002r^k9U[hoO+?eu\"\u001ao\/xy\tN&\u0015'1?\u0715yLq\u0013=O\u000e~8\u001fC'C$\u05cdDKR\u0003KT2yr\u0002n[\b-&<y\u0012>\u0013@\u0778y7e<\u7ecf.^v\u001fr\u0006bM\u0000x\u06ab\u001b\u0798\u001f\u0013g15ucf\u0014\u0547\u0015~Ssv\u04ec]Hb\f\r16za\fh\u0003\u86fa*\r\u0435nkS\u0010\u0761\u0012\u0007>ah\u0016\u001b}it\u0000{`\u000fMaO[e}\u0002&=\u001ey\u0017\u001c\n\u0011v{\t\u00061+\u0318\r;6X;f\u001fc =4y`jfKKq\u0019\u0013>1\u0007&+=CcS\n4\u001bU+m\u05fa.\u000ek4\u00173YAUHE4VxHIy\u001chy\nt\u0005a\rYco:l4\u0018\u0011\u0004&Y\u001fD'D\u000b\u0006\u0013#\u0010}Z`i\u04f0Kw\u000bq\u0458xD\u070f2L\u00ca\u0019T6a\u0018{d0gP0\u0264#S\u024aM*8Fm?,B\u04910>G\rB\u0148NIG~fTV>\"\u0017O]\u040dm\b,\thF;wOf\u001d\u000bI\u0012)\u0014EwY\/;\u0011z;{r\udb3b\udfee-\u0015y,\u0007IYx\u03dd\u0011tiu` \"wu|.\t\u07dd\u0140Gwlv\u001bO3X'%\t\u022d1\/{:\u001bD\u0005-\uc93cS\u031aV$?\/l(9\t\u0000UB\u0388\barRrMSv\u060cD\u00a2u.3_-\u0017\"\u00026U\u022d\u0014*\u0006\n61\u0018\u000e\u0015\u001221Bf T\u000f\u0014\u0003F\u0017L&\u0001]\u0015X\u0007]jb([I:2^x8\u0015}p2\u0003\u07bf:x\u000e>rMhHA\u00f7\u001eo\u035fjI}\tH.p?BJ\u0011\u072e^`'O\u04b5%2\n\u0152~{Aain\u01b1\u0018WkDV\fhl!\nt\ngHgE94|\u0017Rjc\u0019(X\t\u0000\u0002V:\u000ey\u001cP\/\u0007%\u001f\u0007E\u000f\u0007l72w\u072fAA\u0467!eX g\u0016y\u0001LV31Y\u00113\u0003!a\/6NG{\u0012\u0014@]aBS^E\u0006D4Ju1\u0013?\u068cM\u001a\u0019O\u065f-,\u001dce\r\u0012\u039f^E`5o'{\u0014B\u0003\u0747_\u000b!)4\u0011hc\"\u001e\u0019\u000e\"y\u000bh\\W(\u001c\u001fLGz\u0017\u000f+,V*$^X\u0000J\u001c\u0006n\u000b7P)&D\u215eSig,\u0709\u000en'V\u0019{\u0001~\\\t'N[\u02f7\u03d4;\ue6c7{\biAN\rt[Wm\u001c\u0003\u001eI\u000eiv2\u001ajK\u0007@NtR\u001d\u0016)6\u0011I\u0015g#\u066bK\f\u0004\u0016\u053et4b\u001fD\u0017\u0006r \u063b\u0004\u0001:x2G47$+\u0012*\u0248\u03a1!XC\u00fcR'\u0450\f\u0014\u57fdG\u04fbe\u000f3j\u001c9~\u0771\f7?I_r}\u0004t\u001c\u04bdG\u3f94B?\u0019H{gO\u03a4Q-%{s4\u0019K)\u001e\u0553\bO70n}\u0014\u001c;\u02294C\u0000a^0o')\u0017N!\/\u001f4L;\u0002%A%PH`#c\u0004\u000e(i\/L\u0019maWQi\u022e)fz;fa4TL.d\u0015TysR?Bc+n]T\u0004mt9\u0018b\u001f\tn\u0014\u0012&bT\ucb1eQD7?\u0013*\u0005]I\u000eC\u0007~8\u0018tQR2\u061eNM t\\(U.\u0001iv\u0014$VA\u0015\u000b\"-HU\u0005J U)\u0019*=Tj\rRA9HUj\u0007J U)\u001f*T3\u0010\"VDHF]#DA#!y\u0012af^\"+SM\u06890\",DIG\u0011\"\u0003\u0012rHAr}\u0016Eq!\u0019u\u0017\u001aL2k\u0016%\u0018\"}m\u0013\u001f\u02c2:M?7(\u001cp\u000f?\u0018QH':I(.z\\tcuN\u0010q\u0001\u001b\u0654o?}*t\"\u054eQO\u0000bEO3s\u03c7~GHq\u0012T%\u000bag\/toBDxzp@E\u0000u\u0014\r(\u00ef\rP\u0017~6*j\r\u0006\u0014\u0006\u0019AL)\u0004\u0278`8\t*y\u0017@b\u0119]h_8:73:\b0\u001cM3\u001bzVXj5_8(73(6\n0I[\u001f,\u0004\uca9f\u01b8\u01daG5)A\u0010bY\n7\u001cU\u001bc(qb#ct9R\u057cPByJ>\u0019ed ^OFI\u0010bw_.\n\uededm$mD\/\u00acv\u0011\u0003;\u0005\/\u0359\u0019\uec01Sn-{\u076d\u06ad.c0v\u0005\u001ax\u0012\u0002\u0000\u05c6\u001f\u0004~\u0010\u0019V\u032a3\u0000\rOM\u000fp[zx[\u0004DK\u00074\\V\u0006fzG\u000f+U\/K\u001c\u07b6r1(\/=\"\u001a\u0018p\u0003*;}8P!kM^b2V[\u001308\b,h>xp'`5Ve-W^9lv\u0399(.\u0011e=\u06335]qUg\/2sw[)U|*UX\/\u0017t!(kVt+\u0010\u001fl-P9y\u0603oL2I}\u0012\u0274!+]\u0018pF),iYU9\u001b\n76H\tR\b{U\rF\rk\u0012\u0018AY\u0016$E\u0246953\r\u001cgO]p\u0006\"J`$bA`\/3GGG\u0005\ua014 Rqs+\u0004cTgzT\\\u001d';R\u01d2\"kW,\/\u001a(~A*r\u0016rT\u0011,0l\u0012%\u0010b\t1\u001b'1(#>8\u05c4Z8>@)\u000b\u0000$|\u07d4\\\u0000=\u0001\u0017!r-\"KB$\"` \u0019v$fi&$qY\u0013ga^`k\bd 9\u0018nd\u0126\"4EXS9f\u0011\u001eQp\u0014\u022f<\u0006\u001e+hj@\u0015\u0013\u0004p\u0017llFY-66\u001e$\u001aT\u001bR\u014f]N\u0766\b{]J\u067d\u0018\u6a94H2r\u0001\u0015\f~\u0001=3E&XyXXYZr\u0015\uf66dj|\u0013%\u0012K\\\u0000o#\\\u001cZ6s\u0002{$\u0015Qa\u0004|e\n\u001e\nvCu_&~\t};x-.\u07db\u000b\u000e\u0173T\u001e\u0017gz,!\u00156\u001d\\\u0019LE\\\u000eH\u001aKVYD\u0014\u0000kyXAp\u0000b)_|a\tj,bP\u027bdq6,\u03a8QoXJagwOWM\r$\u0004\u0006\u0004 aX\\+\u000f8L\u0012R\u0016>Tcd5\u0005\rANV\u0014,R\u0006\u066f(Jc2X\u0012\u0016'{J9{)x8\u0000\u0002\"v\u00148\u0017R\u0002h\u0512z(\u0002!e\nbD{Cl]iFy\/~\u0015\u000e4FEP+HQ+bh\u0223Rp\u0003 -#9\r+\u0006_Qj\u000e>\u0011B=\u00043!4#P;Te\u0011?P\b\b<\"{hvE\u0007qUxU?\u0003MF\u0018&\u00145\u0011~s^kjT\u0606>\\6\/z\u0001P\u0018\b \u0014 \u0011\u0017E\nGv k1\u0000\u6d0e\u0000\u0012<)B$\u03f7\u0016:\r|.v\u0474KQhAJn\r\u0002E\r\tF\f\tRAilsrE-\u0007f,\u0007\"p=yQ\u00c14\u00c1\u001c\"\u0014+{R?(SH\u0017'U\u001ep(~%\u0003(\u0015\\\u001d\u001d\u001dDn\u000eN\u000e(\u0010\u001c;lhi\u000eL\u0004)T\ryJ{\u0007\u001eW!`\u001ff\u0000\u000f$}W\u0019\u058aC\u0017\u001a\u0012@{\u0015\u0002\nvk\u0006\u0010\b\u0003\tN}RmB\u0002)\u0015D\t\u0002\u0002G\u0015|E:T\r\u06d8\u05ce*\u0001n\u0004FJCd\u0402\/K6\u0002Z\u0000(\fMb+Iue\u0496a3-\u0019\"\"JR]fuis\u0170\n1$Q\u0004\/QT!&xP\u001a^t1lB\u001eYD:5\u00d7]\u06be1j}C\f.Y:a\u001a\u018b*bK5F\u0374k1#{^\u0019:X\u000bj\u0007\u6898Z\u0011\u0013e\u02f3\t\u001fU9\u07cc\u0018Z)R8\u0012G$\u0013P,@dH\u001dX,`*@\u000bLEh\u0003\b1xu\u0002%Lr<\u056aD\f\u000f\"\fC@U~^?PqsN4p<|k|!\u0016\u000eD'\u0359.%\t 3G^\u06cc\u0005\u0005ky8\u0007\u000fWs7m0l\u001d_oo-\u001b\u001fqK^-\u001b\u000bbek@\u00139\u0172od\u000b\\B>U\u0382\r'p\u01efH&PD\u0097Vx\u06a44JnRz:YTi\u00075\u00a3\u01ceSq3\u0000b\u0014:\u048e-\u001cg^|\u0017\u0015\u0014\u00058\u001f\u0000(\u0012 \r}NA%S\u001a\u0014)d\nRls}{\u000f\/pSc{2*3E$2K5\u0003\u0007\u0019q &\u000f\u001dL}0Brj\u001c9)nB'{{a\u000f}$z($rIj`J&OW\u000eS M\\\u001f\u000bu_4=\/[\u0007q\u00b6[\u001f\u001b}8~sK\u04655nl\u0011,59d\u0019\u000eG_X\u0018=o\u001b3o\f>3T\u0005cfB\u0012c8Ff\u86461\u0005\u07f1\fk\u0007u\u077eMi#w\u01d5=\rN&Yw@\r>i\u0013cY4\u000fLcF\u0003\u0003{0o\u000f<{*S\u00134P?\u037bLU0\u050c;N0Yanp7\u0011va,\u043f\u001d'&\u000fLoiitv\u0013>1\u0007&+=C>`\u0005\u001aS*\u0015\u0436kAWz\u0007T5q\u000b,[T*4R\u0005\u000ewaz4V$4W,9S$l\u0474o\\.zl\u001cCq\u0006!wb\u0004hpo?{3*\u0019\u001fW\u0004h.4\u0004n+l['\u058e\\I\u0014g\u0b17Lx\bzg=m=y_W\n`yq*rd[,\b:\u0334:\br\u0010e;{:>{ARF_\u067fu\u07fbWJ_G\r\u0016\u001d\u0013\\d\/\u00015\u04a4Og\u0003Iy\u000ewY\u04cad\u0007w\u001b\u06db\r%\u0016\u0000\n^XH\u0019 LN\u02a9i{n\u001bH4N\u001de\n\u00021QdN\tMB\u001c;RGF\bA :\f\u000e*\u0006\u0001\u000bOW\nK\u01c3.5\nf$B@\u001dg\u0019M<\n>N8Aj\u0001o[X\u001d<\u0007Fg9_&e\"[X\u0277Onu$\u0017a8\u01dft!LR\bnk\/fZq5\u0012\u0019\u0005bnvn| tY{zX\u0674~7x|SFv+F\u0011y+\u00064\u0473UDy\u0005qDd\u0013N\u001eh4\f\u0016\u0014\u000epFMyP\u0014\u01a8H\f~kBF\u0289\u0010r\u0018p\u000e\u0014\u01ef8%\/Q\u0010\u0003\u001d9@\u0018yX\/(S\u000e\u0005W \u001bSz\u0375\u04d4`\u06f1jY\u001a\u0013N[\u0017T4\u0004]\u0b61=O&mNfe\u0003V\u0016\u0f636\u0000 \u0011\u001b\u001a_\"h\u0007\u001f\u0000>hJ^\u0007Q3\u001a6',\u001c\u0007\u0003\u0015c\u0005'T\u0006p\u0010}w{\u0018%ViaR\u00f7\u001c\u000e'q%7}|d\u000f'))3*iO4\u0016 ][\u0003HSQPSn:)>;\nN]MAW`' \u02a6\u0002\u0002X\u000bZ\u06c0{6k@\u001a|\u001a\u0014=\u001aP\u0006\u0003gPfPqVu*1(x1(0L\u000bl\u0002Q10h\u0421\u0001\u03ca\u0018\u001a\b\u0001\u000fw\ru<\u06bb\u0000\u001f4D\u0017\u0010\u0013.iG5$4Q\u0019fe'Dl'Dl'D(VB\ro'Dlg\t\u0000VV(\u0019U\bV?vG!*4\u0000}\u0010Bc\u001e!2~\u03feN\u001bzxno\u000eJ\u000fF(~\u0018f\u001fH\/2\udacb\udf55\u001a^s^Qa jnD\nV)\u07d5\u041dt\u0006=\u001eSs{*\ud305{A\u076dJ;C\u0015y\/\u04cf1\tvk\u0012q\u000f}pW\u001e!-4\u0278nyJ\r\u05e3y@\u0017$i!tOzh4B<\u000fX+9J\\>n2Rn\"*sGKW\u0017\u0019\tl(e$$=8\b\u0000\u0001 \b\/<\u0002d\u0000d@%\u00191_0!4\u001d[hY\u001b\u001a\u000ewd\u0518[\t^\u0003\u0017\u0019c\u000f9JE#_Jw\u001aR(dp\u001fr\u001f}HZr$\rk9[gd%>2.p+JZxs|K\"Rd\u0138{hq\u000eH-|^1\/sW\u001e\u00176i\u76e2\u01a89\nI\u0017f\u032e \u0006\u00059)-5*\u0019\u0019x2L\u001fy}LS:,vyf*\u0645\n?\u0015rN\u0290\u0663N\u001fH\ud67d\u001fd\u0564\u0001{\u02016B\u01387\u0015f;s,O\u0007bAG`BEIm{4\u049bb{:Iz65d$NsT0\u0007qX\u0005QV\/X U)\u0019*=Tj\rRA9HUj\u0007J U)\u001f*T\u0010R\"B2\"D\u001a\tQQJ^B&\u0012DW\b3u\u0014avU5EX\",AE\u0010%\t\u0010Z\u000b\u0260t\u0017E}!\u00195\u0018\u0110zL2k\u0016U\u0234\u0019\"}\u0013=0\u04c4sks\u000f\u0081\u000eH#\fSK3E8\t=PEo\u000e}+\".\u0000\u001e<2'YSP\u001d\u03a4\u06b9\u05f1Z\n\u0003=ByPQ\u0016\u001a6]\u01f311\u000b=4v\u00101\u0011\u001e7|Q'@~\u001eE\u0003\nk\u0003\u0505\u001e\u001a|7[\f\u0019AL)\u0006`8\t*Cy\u0004l(\u0018\/q&k\u0017\u0006.c\f-\u0002\fG\u0306\u0015ZL,]:*\u0328(\\$o}r~8b\\\u001bf7\u036e\rn{\u001aT\u0013\u0012DA\/p\u0019Q<2V[\u0002\u0019'62Fe.X{N\u000f+4Qfr\u0019e!^oFI\u0010bw_.\n\uededm$m\bF`N+\u000f\u0017\u00025gf(\u000b\u0006u\u000e\u001c(I2ceg:tC\u402f_OL\u0019o\uc85av*j\f\u062e\u0011\ua2b7+!@\u000e:?\u001czmA\u001f:M\u0007\u024d\u001f\u040aY\u0019~@S\u0013\u0003\"$\u0716\u001e\u001e=q\u0016A!Q)R9\u0001\r'^\u00ca{Ki\u04b02\u01e2K`h_qe\u1cc5KD2#\u00131\/\u0013=B9\/\tl$uTz\u000eGNv\u0013%\u060e_h\u00128*\u0003`[\u00069\u000fD\u0011\u0004t~\u00178\u0012\u0013\u35a8J8A\u0019&V\u000f\u0562\tIO-;.' \u07c5\u001dP\u0005\u0010\t{di5 \u0012G\\\u00049\u0476l6$a?\u0016r\u0001H\u000e-YZr\r\u0011gMze!\u0010\u0282\u038cT\u0124QO\u0553\u000b\u0012Vq\u07b8\u0014.D\u5d49\"~.\u0007I\u0002\u0017\u0000\u001e7YZr\u0005x\u0014H<\u0004\u0016 @\u01ba{+\u001d\t\u0001lluIR\f${1\u078ayG\n86{GR@)\u0695^mSK\rc \/K\u00008\ubfe44\fkQ},'\ud928\udcbe\nLNV\u0014a`_Qj\u01de\u0007fIm\u001b=\u0018@@W\u020eR\u001b;\u0018$}{G)2\u0012\u001d+\u0018u&L\u0755\u058ao\u0017}WZ+C\u0316\u04dc+bh\u0223Rp+\u0001_{<'0a+*P'BWG^4\u001e\u001e\u0018\u0014\/F~#\u0468\u0001\u0004\u0687b\u0102a!\u0018\bV\u0007.\u01da?\u065b\ub2d8(h\u0014\u001c2\u0011\t\bn\u001amDO{xgY<@$MqnTW\u0365_f\u031b\u0019(db0[P\u001dQ]#.\u001dwBof\t)tbp\u076f\u0017\t]\u0012ar\/\u0003dGJ\u0018^\u0017\u0295\u0005yPt5P5Pr6P68p8\u0019\u0012~\u001b=b+\u000bX\/2w]\u0003sg,\u0002g&\u000f\u04e5\u001bx\u0017w~]q[YxV0lf}\u001d?#^\/\u001ft,[MaE\u04f5M\u06ff\b5mA8A,\u000ff?:nz!\u0001{\u00048g:\"w\u0014v\u0003v\u00178\u0131m\u0011\u0016q\u02f2:f2Vx)Gl\u0014l\u0002r^k9U[hoO+?eu\"\u001ao\/xy\tN&\u0015'1?\u0715yLq\u0013=O\u000e~8\u001fC'C$\u05cdDKR\u0003KT2yr\u0002n[\b-&<y\u0012>\u0013@\u0778\ufb0c\u057b}t)su7\b\u0016\u001c3\u0010kb\u0007^X\bX\u0018=o\u001b3o\f>3T\u0005cfB\u0012c8Ff\u001c\u018c1E\u07f1\fk\u0007u~_f\uf495=\rNGYw@\rN\u0005I}\u07d2Y4v{`\u000fMaO[e}\u0002&=\u001ey\u0017\u001c\n\u0011v{\t\u00061+\u0318\r;6X;@vd<05\u07ff8\t]\u0419f\u0014g\u9994@c\u02bf1X%\u0002v;J\n8F3Nx!=e\n\u001eYf\u0017\u001eR\u0001.LF{3Xq\u06a5i0Ya5\u001c\u0011\u0004&Yg\u001a\u0012\u07cd q\u0012+O\u0018]@\u05e5n\u0019?\u0005*C%\u001ed\r\u0019{1\u001c\u001f`\u0010\u03dc6M\u001e\":4h\u0012\u0014\"fl+G'\u0012GSwMuz\u001eY8f{\u03fbw1\u000b5`\u0015\ud99d\udffd\u0019\u0015\u000f\u0012H\f{\u0017\u001c`{\u0000K\u0002\u0016lBvhD\nEM{3pK&nrMNHA\u00f7\u001eo\u035fjI}\tH.p?BJ\u0011\u072e^`'\u000f\u04b5$2\n\u0152]~{Aain\u01b1,\u0017V\f#\r\u047c\u0015\u0003mx\"[\u053c8\"]\u00b1Y'f4\u001ahOe\n'G8(\ncTj#:\\lHX\b9\u0011R8\fXk\u0017ex@(\u104eP4Hq \\r2(S^\u0005W \u001bSz\u0375\u04d4`\u06f1CjY\u001a\u0013N[\u0017T4\u0004\b]\u0b61=O&mNfe\u0003V\u0016\u0f636\u0000 \u0011\u001b\u001a9a\"h\u0007\u001f\u0000>hJ^\u0007Q\u001a6',\u001c\u0007\u0003\u0015V{@.-82\u04d8'Omdg1'-:LK\u000f_\u001fp8yI$rcqL\u0012\b_c\u0001\u04b59m\u000e;u4\u0015\u0005e?u\u0016\u20fbON\n\u07c5\u0714\u001a\u0005\nv\u0002l* @\u0015j\u000e\u000e{C\u001e\u0006\u0535A\u0271A\u046d\u0001uj\u0018AN\r.\r*\u046a\u0005rg\u0006\u0005W\u0006EGim] *\u0006,\u0017jc@s\"f\u0006B]mhA8n%(',\r9E\u00c4\u0007WQ\r0h!ib&~\u0019g\t\u0011\t\u0011[\tQ53J\u035f\u0010u?![\t\u0011\u001bY:dJ\u001b17%?\u0016jNv(dU\u0006`\u000f\u0016BRh#D\u045a\bE\u0006=l+\t\u001dDE\bk\u00178\u00104\u023c\u01d23YX\u018fT>)tC'\r0a\u001a]]A5W:j^J)\u0006(\u0005\u0013CmFRCZh$(v\t^Sn-{\u076d\u06ad.+x\u0017\u0006lW\u0011\ua2b7+!@\u000e:\u001azmA_9M\u0007\u024d\u001f\u040aY\u0019~@S\u0013\u0003\"$\u0716\u001e\u001e=e\u0016A!Q)R9\u0001\r'^\u00ca{Ki\u0002\u001c\u07b6r1$\/.\r50T\u0007Tvp\u0000B\u05daQe&`q\u0010X`\u001f)}\u0018\u000eNF.kZs\uc7b33\u000bs\u0015]Q\\\"\u0002\u001d\u009em\u92ab:~f:L\u4ac5U9*U}\tW\u000bEA\\[`\u000bl9CIf(\u0018\u000bD(3'L;\u0018\u00ac\u0012uo\u0011\fh\u0092U{\u04cfo$d7R\b{U\u000eFoI`\u00041gZX\u0017&\u001b\u0500V&`oq\u00065\tg \u0004F\"z\u001b\u0004;}ttT\u000eH\t\"\u00157^\u001cB\u0010>F\bOu|GzC*u,)v\u0017,g!G\u0015\u0002\b\u0006,-Q\u00029(\f\u001cq\u00122\u0002C{M\u001eS\r\"\u0000@MI\u001caf\u0002\u0012\u0007\\9\u03f6,\t\u3009+\b3T\u000fI\u0336LH\u2233&~2\u0010reAr0\u001a0k)\r4J\u0017aGzxb\u059eS\u0010&\u001cl\nv+\u0016`GEz8bFFQ k\u0013_\u001b\u01da1 \n\u0000)^'llFY-.6\u001e\u0012\r*KKH)g\u022eLnS.GC~cU\u001e\u0012\\\u0000o#vLQ=\"\u0017[H\u0011\u0017cU-\u04d4oA!\u0005@Vl=R\u0161k\u0003Tcd5\u0005\rANV\u0014,R\u0006\u066f(Jc2X\u0012\u0016'{J9{)x8\u0000\u0002Bv\u0018MZR\u001dE\u00007$\fWAwpM^+\u0015(\/\u001a@c\\\u0004C\u0002T\u07cc^i\u0015C+D\u001e\u001a\u001b\u0000\u0011lI\u001d'\t>nX-b\t\u001c|\"t{xZEqyAn\u019eV\u0000F=\u0001\u0004\u0232:qV<\u0000G`O}\u0003X'{s}\u0011\u0013\u0005\u0016?\u0004o\u001amD\u001b]\u0017G+:k#\u000f?PG4PZ{TU\u00036$\u0001E<\u0000\u001cC\u001d\u0001\u0002$\u0002PH\b\u000eT\u04f5\u0018?sZG\u0000\t\u0014Jv\u000b\u0006l>\u0017}\u07f4KQhAJn\u0001O~\f\tRAi1~1\"\\QAi\u0003\u00118\u0239\n?\u0506=\r\to]1NTU\u9886~\f\tr\u0208\u001eW\u0014b\u0002\u0017\u0522NU3#+^Tu\b{.$\"\u001eTp}Pv|\u0010=:=KB\u000bs.i901O\u0012`Pm6)G\u001fx_uaf\u0000\u000f$}W\u0019\u058aC\u0017\u001a\n@;_\u001d\u0001(\u00042uS\u001fd[8\u042a@J\u0005Q\u0000Q\u0005_\u066d\u0010UkG\u00007xu\u0002Ue`#%@\u001dEY!\u02d3\u0016&\u0000\nCUJR]wiKLK\b1-TWY]\\1hB\f I:K\u0014p4+T\u00066]\fi\u0010G\u0016aNjekK7\u0006\u0374o%^']xQElpi\u01a0v\r1fDq+S\u001dk\\[@\u0014\\\u0014V+bu,y6C\u0016\u023c*A\u0011\u0016\\+e\u0011Z}VJ\u001cG\bu\u0002\u0019\u029b\u001fW\u0016,\u0015\u0003\u0000\u0013LF\u0011\u0006<`2\u0007&\u0011bd\u0004K\u001ex|U \u001fTE\u0018r\b~\u0012x8,\u001c-NO3]^\u001b\u0011KV\u00137uT5\u0348X0ZPXsp5ws&\u000f\u0003a\u06f2*?\u001b\u0572`)Yv\u033d\u000fT1oS,kNeJ*Sj,pB\u000bw:dR\u000eH$|iMJ\u00ef&\u0007\u0003EvP3\u000f*LAJ 5?WW*K{\u000bg?5\u0006\u06f8'R;SD\"\u00fcT3{\u07e8\u001c\u0007b\u0007#'gv\u001b6J\u00144ANnF1\u0011a\u001f^\u0011v`z\u2ffd3r\u001f[\u0014_\u001c?\bM^z\u001b}\u0004M\u0019|5\u0003\u096fnz,KxsO7F\u050d7ZW\u001fzW\u0019OA\u06f1Njw!1\u001cj#g\u000eLcFu\u0018\u04e2XUN5\u0003C\u05fa^Mi3wJ\u001e\u0406M;NUMzO\u001f\u9d011,?F\u001aZlv=\u0007x02>N\u001e\u000fe\u04fc~T\u0005C\b\u063d\u0004\u0015fL\u0006w\u001dZGR\u001dSX;HO2M\u001eztz\u0184OLBx3tSJZ1\u0018\u0012^\u0001m\u001dtyw@\u0005\\\u0019'\u0272E\u0005\u000fB\u000b\u000f)uZ~\u0017G=U\u00198vl\u001aLV\u0018,_g\r?l\u0004I$w#9\bc\u0527s\u04275hwJz\u001f\u0002\u0015p\u0012S\u000f[fa\u133d\u0018{x0gNYK\u000f\u0011\u001dmx4od\nY|ix\u0015G;:Ot\u000f\u062ci\u001cA\u077b\u0018\u001a\\0\u078c\u0007\tV$\u0006\u000bz\u000e=%{\u000b[Lc!;\\R\"=\u00198%\u00137\u001e=y:Y\u000f|[|Oniw\u05d5R.X^\u580f067\u000b3N4\u000e,\u001cY$^\u03c5u\u0014Ts_whn\u027f{tkW'%\t\u022d1\u0015){:\u001b`\u02a4\u0005\u0015'\uc908S\u031aV$?\/l(97\u0003\u0000UB\u0388\u0006arRXMSv\u060cDu.X\u020d\u0015\"\u0002N\r\u0013*6\t\u001c\u001dR\b\u0011B 3=\u022c\u000e*\u0006\u0007\u0001\u000bOW\nK\u01c3.5\u001ef$B@\u001dg\u0019M<\n>N8Aj\u0001\\X\u001d<\u0007Fg9_&e'[X\u04f7Onu$\u0017a8\u01dft!LR\bnk\/gZq]\u0012\u0019\u0005b\u026ewn| [{zX\u0674~7x|Sv+F\u001by+\u00064[UDy\u0005qDdcO\u001eh4\f\u000f\tBzqFMQ\u0014\u01a8)\u00111:\\lHX\b9\u0011R8\fX\u0017ex@(\u104eP4Hq \\r2(S^\u0005W \u001bSz\u0375\u04d4`\u06f1CjY\u001a\u0013N[\u0017T4\u0004\b]\u0b61=O&mNfe\u0003V\u0016\u0f636\u0000 \u0011\u001b\u001a9a\"h\u0007\u001f\u0000>hJ^\u0007Q\u001a6',\u001c\u0007\u0003\u0015Vc\u001fo\t\u0001Ro_\/_\u0013,ru#\u001dMf^RCo+0\u0014X\u034f(]\u0001*r\u0017.@l)^=v|bJ\u0017\u01d8p\u0004|Ly|l\u0016\u001ad@7w%\u0706<\u02d1v&14Pm5\u0003VJNR)3Wdo\u490a\u0711tEF\u0002d_HHz\u001aq\u0010\"\u000b\u0003\\=\u0010l_\u0002\u0000y\u0005&\u0002*\u024aJ2r!\u0001%4\u0011J\u001dWhU\u001a\u001acn\u0019Ns)\u001bfH\r60\u001e`^f}SeN_(u\u0497<\u001f\u07ba6\u04dei3}F\u0007^}7\u03a3i?nMO_4Od?'\u0014F\u040c~\u000ez\u000e\f!p{t\u0000?9zK\u0004\\Fi94\u0001w\u0005&\r\u0018\u000fy\u001e>np-+.&\u00039\u001e\u04b6\u000eL}H7\u001ajh\u001eqLz}\u0001P\u000f3\u001a\u05ae('O\u940fCoF\u00112Q3t\n\u001d?c(}\u000fTY\u064dNZ~\u7e9dbp6|9r\u0007X\u0018\u00074d\u0005\u001e?vcM\u0015\rpcgb8i[6\u000bI\u0017l]p[`\u0015\u0015\u0010r1k\u04bb\u047b\r\u001b{TX\u0014%\/,\u0018~d+a\u000eW_3\u0015 \u0015tK:E\u001d~+d\u0011Ti\u0011.\u001cB{l!\u0014-t\u001ab&\tn\u0017\u0015\u0012(b\u001aUp\u0005\u000fi\\I\u0010N\u0005\u00050:!b.i\f4\u049bf{:Iz6-dRDNsTP\u00079\\\tQNXA!U(*5T\u0015RBRYHUZ\u000bJq!U.*T\u0018R\u001eCRe6C\n\r\u0268\u0010\u0015(h6\u0000F\\<\u0005\u0015G'%-G\b%EGX\u0014K#G\u0255\u001eA!g>$C2*@DE\u0007\"y\u0520d\f\u0010)CDzutO'B\u001a7sT~6f+g_#\t70)~\u00164a\u001c\uea24pf&;\u0205~Q)ot\u0654\u0551n\u0005 \u001f\u0583gS\u0016d?w\r+)W;;VaE\n>|(Y {|\fd\u001bp\/AU#\u07d8s[X{%X{\f\r_=!b\"<=8oNBQ\u0006\u0014\u0006\"\u0002\u0002T\u00113\n(\f2|^\u00ecSJktp\u0012Tn\u0011qO?Z%KEveaZE[\u03e3\\-\u0002\fG\u0306'\u0015Z,,]*\u0004>\b,p\t\u0004\u02be\u06cb\"soj\u001eh[\u0018X5xa&<%^,Kf3?s\u001c\u00052Nld\\\u001f*W(Oi\u05b7.h\u072bm+\u000bbm+\tB\u001f\u0005P\u4ccd\u001em\u0004$k|oysfw \u000f[7^e88t[v|\r>z\/C7\u0010xd\\\u03d4\u001bo\u001eiwv\u000b>Rw\/\u01b3m\u001bB\u001c3su~>\u021a\u000fB\u0017?K>\u0233\u0018!!\b\nJ\u0457\u0281O\u0005\/O\u000bU\/Ha\u017dj4Y~}Wc\u0597P.F^8n\uaf61\u0006\u000es5\u000eYHZ\u0013\u0018<\u0004\f2\u000e\u0002\u000b,F%\u000f!(]AxUY\u02d5Wsz7ssfz+KDS\u92ab:~f:L\u4ac5U9*U}\tW\u000bEA\\[`\u000bl97C@]`&B>d\u0010f{cg8D+*\u051c\r\u075b~|y^`=\u0006\u0010k\u0012\u0018AY\u0016$E\u024695!MW9`&\fDHRo^|g\n\u001e\u0001)A\u060b#e\b\u0002\b\u1a4eP:XOvH%E\u05aeX>W_4PVU,\"X\u0000a %J >\u0007\u0012\u0018c6NbPF}ph\tCp|R$\u0017\u0000H)\u0000 1{J3\u0001\u0003.B\u001cg[DH\u001dDUA\u00123T\u000fI\u0336LH\u2233&~2\u0010F,\u0007Y{Lkd\u01a6\"4EXS9^K\u001axL\u001c^0\u0002\u01b1+\u0001)^c*\u000bTL!p,\u03ba\u0017\u00194\rG\t,Y\u0017 Y+\t)\"{VEL(\u0004\u00b28Fa)5>\u001f_75\u0010\u0018\u0012\u0000\u0017\u000eaq(>0I\u0011B=zp@Ue\n\u0004\u0001\u0001\n[\u001dt6\u6d63J\u001bq:2y\u0012\u000e\u07da\u0010ZeF@\u000b\u0013\u0000[l%L\/m\u041bi\u0010!F\u0016\u027d\u0005T7K+f+\u0000De\u0013DQ\u000bHB%KBoB\u001eYD:5\u00d7]\u06be1h}C\f.Y:a\u001a\u018b*bK5\u0006\u0374k1#{^\u0019:X\u000bj\u0007\u6898Z\u0011\u0013e\u02f3\t\u001fU9\f\u0018Z)R8\u0012G$\u0013P,@dH\u001dX,`*@\u000bLEh\u0003\b1xu\u0002%Lr<\u056aD\f\u000f\"\fC@U~^?PqsN4p<|k|!\u0016\u000eD'\u0359.%\tEf\u02bd\u0019\u0001\u000bW\u000b\n#p\u000e\u001enaY:Lt[6>PgZ6\u0016,0\ue6792*?3W\u0013'm3se\u07dc\u0016LI|R\u0005\u001bNh_CL\u02a1\u0010\/Ii\u0724u\u0473\u000ejAG\u001dg\\\u0001\fW_)t\u001d[p9.*(\u000bq>L\u0001Px;\u0005%LA\u001a $J 5\u0387)SP\u0014Jt\u001fv_)\f=\u0010\t 4SS&\u0018|Gg\u0017|\u0000>z~`?J<-\u0002\u0000ev]\u0006?(\u63e5)T#\u0014\"~\"uY\u0003\u0007L Z\r`,B #,\u28a1\/\u0185\u0014\u0003\u2bc39%={B,\u001e {\u0012&8\\{+2\/}3l\f\u001421-\u0011T;a63\u0014:1\u05cbnq.0\u0001f#%`\f\u000bg\u0282<(\u001a(\u001a(9\u001b({\u001b\u001c8OW\f\u001e\u0305A,\u0017y;A\u0bbf\u0001\u6e73r\u0016h\u0013\u03c7\rfb\u0013M\u04d0ifIYS\u001c\u0016\u0013MU\u05c7&\u0016\u0013.\u000f$0E\u001e\u001d\u065bQ \u0015DK_R9B\u03a3\u0014\u0010\u001a$VE\u0019\u001e\u000bbx#1<\u0014R\u001c2\u000fkR.\u000ev\u02a7JX\u001bdcz\u001e\u0012>y;vYmR?Kci\ub891\u0000]\u0b61=O&mNfe\u0003V\u0016\u0f636\u0000 \u0011\u001b\u001a\"h\u0007\u001f\u0000>hJ^\u0007Qc\"6',\u001c\u0007\u0003\u0015g\u0006)\u000b8o\t\u0001\u0005=y\u07ddn#;\t:ia\n{-v>O\u00027}|d\u000f'))od\u0004\ua736\u001dsE\u0289~:\u000bFI:p'GB\u0006J\u0006Ro\u0006\u0005\u0000Q\u000e\u0010@\n5\n\u071f\"7\u0005KIGlA\t\u000eC\u242d PPHY\u0013\u0006\u0005\u0266pK\u076c\u0010D,\u000b\u0007\u042a9q\u001eJP\u0000Y\u001ar\u001a\tOQ7\u001a`\u0012B\u001a(h3:\u0004 D|\u000e@(\u0010\u0000F)=\u0010 DL\u0005\b\u0011\ftp\u0000++}&E\u0019T\bV?vC!k*4\u0000s}\u0010B\u001d!\u0006\f\u001d\u0019t&M*Ho$\"I3:\u0345Re'l6\u069cgu\u03b7>\u0017B\u0017FZj:\u00149_\"\u029a\u0014\u0011+S*}TR*RbE\u04adHU\u0015J\"U)Y*=Tj-RE:\u0017\u0268v\u0011\u0015\u034b((_$\u001ek\u03f9\u0017\u0017\u000bJ\u00199_\/#gf$vF2*hDEG#i\frM\u02145\"yn\u0015s6tY\u0627D&\u03edNY\n'nEhe\u635fGyC^wErVG\u0012\u0017X\u000fM,_NJN\\X\u03463\u001e:\u0016;n\u0003x>m,\u0004>>GF\rf*\u0001u\u030f\/W\u001cC*u+cH\u001bPDt1\u0014\"&\u04c3\u0006ju\u0002\u0014S40\u000e6@\u0015\u00116\u0017LZW@a\u001dh\u200a\u000b2w){@1^L.M\\+\u000b-3Wh\u00004_jV8\u0013K;FUb\t|\u001c\u0011X\u0002\u0012&\t}\u0017{aT7}\u001d\u001ek\u0006\u0544\u0004e)lqA(qb#ctR\u057c'\u0015QByJ3\u001bF\u0019\u001d4Un\u0018\u001d4\\a\u0012X?\u000bmk\u001bi\u001b+{\u05b6\u0011\u0003;\u0005\u0399\u0019.\u001cv\u000fB\u001b?\u0017|@\u07b4\u0007\b\tG\u000fyEPHTT\u000e|*x[\u0000fzG\u000f+U\/K\u001c\u07b6r12\/7P\u0003#u@e9\u0005\u0007P0{\txK\f\u001eXjk\u0002\u0006\u0019\u0007\u0005\u0016\u0487!\t\u0011d\u0014\n\u001a\u01aa\u02abx=99p=W^\u0015%\u0007{+LEf\u039a0\n\u0016U\nT%8^\u0011.$\u0016\u0005q\u034an\u0005\"-\u001f*'\u000f{Pp1P\u0017Pf>O\"v0Y{%\u0018#\u0019\u000eE7`XV\u0015j\u0386M?C_:\u06a4K\u0005#1W9\u0018a&\u0011\u011ckAb]lS\u0003Z8*\u0019S$\u0012\u0018Xjx>::*xT\u0007\u0004c\/\u000e\u0000>C\u001f\u000f&e|GzC*u,)v\u0017,g!G\u001585 %J >\u0007\u0012\u0018c6NbPF}ph\tCp|R$\u0007\u00067%\u0017\u0000$fOi& qEl\u0212\u0010\t\u0498*Hb!v\tI\u001cqY\u062fW&\u001a\u0002Y,H\u000eF\u001bf1\u00115\u00194J\u0017a5S=<1kO)F_\bk\u0013`E\\\u000e6\u00055\u000bEz8bFFQ k\u0013_\u001b\u01da1 \n\u0000)^WllFY-\u0012)F.\u0237b\".~)tJ6ErT\r?7WDb\u000b\u0000X|d\u06ff)7g\u0283\u0492|lU4P-XZ\u0002|+\u001e)\u06b5\u0001d\u0005\u0017#Q^\u060c\u000f&+SVP\u001b+7DCkq\\p.\u0018%^0\u0002\u01b1+\u0001)^c*\u000bK!p,\u03ba\u0017\u00194\rG\t,Y\u0017 Y+\t)\".\u0006K\u0016gS\u000b\u001a\u0014vx?~8~@B`K\u00008_8\fR\u001a\u0175(\u000f\u0018\u0019xMAd\u0015\u0005A+RX\f9R\u039eb\nM2\u001d6v08FS{G\u0011\r,U\u0010&+\u001cbJk7\u028bF~+p1r.^iE\u0002T\u07cc^i\u0015C+D\u001e\u001a\u001b\u0000\u0011lI\u001d'\u0007>8\u0014\u001c|E\u00129D\n\u040b\u0003E\u020fz\u00040\u001a4?\u0000YVG\u00124\u0012\bqo\u001ckdo\/bqML\u0004\u0018W\ub2f7=;G\u001b;L\u0014;+Y\u0010D\u070c\u0553%{\u07d03\u0013B7\u00025CU\u0015\u001a\u07988\u00025\u0002\b668]Ae\u0015^SU\u0382\r'p\u01efH&PD\u0097Vx\u06a44JnRz:YTi\u00075\u00a3\u01ceSq3\u0000b\u0014:\u048e-\u001cg^|\u0017\u0015\u0014\u00058\u001f\u0000(\u0012 \r}NA%S\u001a\u0014)d\nRls}{\u000f\/pSc{2*3E$2K5\u0003\u0007\u0019q &\u000f\u001dL}0Brj\u001ct\u0012=I\u0012~=0'%*<]9L|7q\rVz\u001bI~m\\\u001cgH7\u000b'\u061e_tD\u0017Syn\u05b9ens3{?\u0005|*dHg\u07bc\u077c?\u000f\u001fFN\u0000x\u001bz17;'F\u001b#cj\u001bC\u000fu+ UXY\u0012O{]15z&\u04e6I7\u0105\u001f\u0007y>azw2j\n\u0006qwJ?>*3{N\r]\u0002?\u0011\u001fA\u04e6\fCT\u001fM\u07f3V\u000eooF{\u049f@\u0005T^\u0004ms\u0014\u001cv{\u07bd\u049f\u0741\u001e\u0018}\u00058U\u0001%LNf.3\u05c0\u0180\u00161\f\ri]:\u0003Z\u034cRi.\u0003\u00168\u04401C7Ntr`Y\u0681R\u0015\u1531\u00043\u001btpt(\u049f;\u04ccgtzlh#&\u00002B6(,2\\\u05d8E\u0015\f\u00c2l3\u001fL\u001f'\u0007V\u001dUhh\u001964\u0440\u0003J\u000f'E\u0005j3\f\u0454Xwf!f7U\u0010\\JgoF\u0015\/\u0012m\u0005}-\u0002\u02d2\u0005I#sdF\uec7f\u001d?)BQT\u0319\f\ths\u001dA\u0007,'\u000b\ud843\uddc3>,\u001d|$^Eu\u0014s_Cdw~\u001fmi1\u0014C;)AT@nh1\u0005t&}.\u000el'E\u075fb\"\u0006fC\u02799\u0004\u0017\u0016\u001fwFl?\tB{2fL$S\/FnA5M5FnQ\u0360??EFfQL02\ub2ca\"x25\"\u0002Al`3L\u0005B@\u001dg\u0019M<\nB#S9\u001eCN\u0014\u000e`\u001e$jE\u0019\u001e#\nbx#1<\u0014\u0015S\u001c\u00103\u0017k-Jgw\u01556TM^s3%\u0018}vp\u7f73\u06a4\u0184E#\u0015\r\u0001\u0002\u000b:\u001f5g\u0264\u0349\u076cy\u001fw4f\u0017\u0000\u001e\u0017$\u00170pCv2gT\\\u0004\u0003\u0007MI ^t`\u0006d\u051d~Bzh\u000bN\fTv\u001b\u0659IK=I\u026f\u000fr8h\u001e%\u06ef7}|d\u000f'eN\u0019\u000b\u0010i\u000b\u0601[(cpi\u0014Y\u001e\u0003|rH.dn P0\r\u0010e\u0000\u0001\f\u0004JP=;u^\u001dJ>\u001d\u001e\u001d?\u0001s{s:U8\u00148\u0014}8R\u0004rAd)R7+9\u0011\u0002!66+\u0013\u07ad\u0004\u0005\u00100!\u0668\u0010L\u001bu;\u0001&\u0019R]V6,=!b=!b=!{F)5\u0013n'|\u0013>!b+>KW5'i|^)\u039fNE`5o';\u0014B\u00030\u05c7_\u000b!)\u0011hc\"\u001b\u001e\u0015\u0284\u000e\"w\u000bc\b\u001aOGdc\u0259z,G*=\u0014\u00060.h\u000f,+K|bdE[~t#\u000bVj\u0010yE\u001d2M\u0012E?3Zt~9\u0010wB\u0385\u001b(\u0014{\"WOB3\u0016&\bu\u0013+\fU\u05bdN?&\u0184\u0013'\u062d[gJ]r\u00066\u0007iM\rt[Wm\u0004\u0003\u0006I\u000ei\u0016c\u000fo1z\u001e:r\u0002:[Ju($D\\#'U\u53a4.1\u0010XR\u0006B\u0448}\u0010_\u000e\n`\u0012h\u0004\"*suM}FX\u001e#$+\r+(MdJ\u02ddc%\u0005\ber\u06a8\u001dkt\u06b0\/e\tlltg[)61E[<[A|o\u00f4yr^\u00a6\u0652y6\u073brm9\u01fewc\u0007\u0019MYi\u0001\u0005\u837a\fYl)HRm\u0002p{\f|\u001bnPE0\u0000zwdEz\u000e6L#\u7de7gSH&4\u0017JIxks9\\\n]\u001ak\u03bfNP|5(kRDL)RJE\u04aaHU\u0015J\"UW*\rTd,RE\u04b6H\n\u0017\u0011\\$ET4\/|{|M>._6_>o\/`+e|,\u0019\u0268\u0011\u0015\u001d%355\"S\u0588\n.UZZSN\u0013p,\u00137\"4G2>\u0016m':dK\u8d7a.8w\u000e\u5b0eK%.\u0000s\u001ez\u07fd`Yag\u0019\u0006\u0011\u001e\u001eg%(1%)Xm\u0006RT;)zKQDI'SWu~\u001dA\\=3+`f\u05ef\ff\f\u000eq\/w+B\u0003wQ7RS7b6V\u001bnLIr\u0013_3\u0661=$f#Hv\u0005~%i\/@r`?vl(\u001c\u0019bQbb\u0013\u0010\u001dN4VMV]\"6\ub9fc]\u0011P\u0003\u07ae\frbz4C\u001f0n2ls\u001f\"D\u0007?\u0010\u001b\u001c$L^\u0012>\u0016Qq\u0016X\\b\u001f\u00068[RX}yj\u0370%\u001ceTMM\u0014bD\u0019QF{R0F\u0015-!hG3[\u00150p\u0000qQHB:q\tF^cyr\u055c93u=^9\u0004&Y[#[[9Wu~s\u0016W\u001f\u0003*\u04776$-AvEP)Z\u0014-s\u0015\u83ec\u0015C N5\\np\u0018\u0003\t\u00153c \u0019a\u03bf\u0006w\u0530\u000fj]V9Z\u0185TM|h\u000b\u0000\u04bd9mBl1:3\u0389\u0019<{(\u0017TS\u0018M$3lSwN|F(\b\u07cd\u0011\u0013y\u0018c&1\u0013\tAdLW\u7cff92\u0010%\b\u0012}rG\u0019cw>\u0725 k\u001cfDng<*\u0012sS$0YD\u001f#\f\u001fu9Ms@c#r\u0019O\u0003[:7\u0001Eh\u0014[KL`S+5w(\u0019\tq\u00014z~\u0002@BD\"J\u000eS\u0007nC\u0007\u0003\u0003==#}x.\u001d6\u00144u\u0013|\u0013v\u001cVW]t[*7\u04397}by\"@d{%%\u03c2 \u0000H\rM=V\u0735&C>OM\u0006cXGJ\u001af%wS]Ag FT>\u0017-*y,Fx\u0006(d].T]P\u0015QO5k]7o\u0419\u00159O7D\u062d \u05b5^C9O\u0006ghq[c[;\u0582ViG}@\u000bkNi\u07ab\u0015=\n_^\r|\u0002e|41R6!o\u001eOL\u0006f\u01d5\rr\u0016\u000fbqf&\u0014D\t)D\u0018V<>1T\u0223\u0012Z\tP-jB>\u001fSL4p8|k\u0010K\u000e'zX\u0018\u0001\u0012-=sx\u001a.3\u0002\u0016^\u001dR\u0018kp;9I\u0004b0J#\u0019J&cH\u0194LGbGb>O\u0109lb.OvGpD \u001fT[op'P\u0018r\rTd?]*\u000e\u078c3}\f|\u001aA\u0016\u0018b;\u0003RjXLJuf)JM!`'\u04975Pog\u0012jQUU\u0004G \f\u0010\u0005,\f}ig\u00178N\u001d\u0787t$\/2O\u0001B'lB\u001e\u045aXj\\j\u05de\u0019yzf,0\u0013\u001c;}dL\u00012u\t\u001f\u000e\u0016\u001f|^_6\u2c2ey`\u050bn=\n|\u001aY|8ow;LMQC33{\u001f\u0007\u0004e`7\u07f1~>s9O~G\u0005\u02ee3,z\u000f\u0005j\u0002OG\u000fc\u07fd\u000f%CtO\/uL\u0484%*}{\u0000v\u001d7{\u07ee\u0004nR\uda65\udc09K>\u0001m\u0016~W?#ZL.Z+Pz\"R\ty>\u001d\tzu_)\u001fwbMi'\u001fF\u07ba{B6)\u02377g{\u001a\u001a175caHi\u0012s37B\u0003W7\u001azT\u001a1Lu.K17d\u0013*4\u0006\u0003A\u000f&o%\u0400W\u0013~B}\u03cd&\u001a\u001aJ<\u05c5\u0006LU_\u0011\u0460+\u0001+|\n\\.uK6\u0014.\u001c\u0016&4rX@oKUY\u8de4\u001b\n~#:\nz\u0014\u001a@\u0014SA^W74tu\b\u001b:BGW,@\u0014E\u001d\u0002Hr7PP\n*mn,\u00a1\ufa51N\u000f,wB\u000392c@\u00c7p\u0006\u001ag3\u001a\u001dD7fu\\\u0016\r\u0004vK S\\\u0010OaG\u0015\"E\u0700\u0015Ug\u001bh\u000b&=4\u02a2HQ\u0016\u0018;\fq@Q\u0013$PQ\u0003*\u000b\u0011YYD<\u0014WA\u0484U>\u000b$P0?\r85\u0002\/\u0016q\u0001hd\u001fK}\u0013X\u01f1OT*\u0004s?\u001e\u0003\u0007r39o\u001dd-_\u0010kI\nv\"'\u0013\u0007_\u0007\u0017pO\u00f7\u000e^&\u0012Ov\u01cfW\u0014U7q\u0000D)\u015d\u001b\u0004;40@jv`7\r_\u0013\u0013\u000b4o\u05fb\u0010B\u0013aeQ'4h\/\u0016CDb\"d'o\u07306a+hxt3`,`\u000fa)c0,\u0015\fK\u00a3xA\u001c\u001d0\f\u0006h\u0623utx}3U\u0005T>rY?'X\u000b\u000b\u000b\u0119O\/W\/EL\u0013n(t|\u000f{GFzi%?\u0007Zh\u000bs{7}Xl\u0015Q,G{\u001f\u0002\u001fo;<}9l*\u0015\bY>{\uedc2\u0006g\\1\u0015`\u0015r~+\u0006i(A[4Q-z`C\u0014QT\u0010\u03ebOFa*T\u0005n(`e\r>LeI\"o24u\u001e\u0019`\u01c4\u0007yDSLe&`h\u001dr\u000f\u07ee\u000f~@@:\u0014CgtGJOS2\u0147}jiw8\u001dVox\u000bh4\u0015\u03d6ri{F(S{0\b\u001bFj|S(\u0013F7+-\u0317q`A|b\/\u0004x\u001f\u0016\u001dePL=_ C0+tq,j@\u001b\u0017Fkr\u0016c\u00068QT\u0016\u0003K\u0019|R\u0005S^,61\u5c0br\u01c4_\u0004k\b\u0019\t\u019b\u0014\u0004p\u0000\u0007\r\"\u001f\u01f2-a\u001b2w{m(\u0018\u001fB7P\u0000\u0007dL\u0019=\u0234*\u027a\u0192DVu-_\/lY5\u0357ZPP\u001b0Qq\/TIUi&wz\u0016*\u0015]W\u0017\u027aC%M-[1C+J\u001e;\u02c5j_[\u0006~dXKe\u0014m\u008f5WqMZ9V\f!<\u0006],&O\u001aQ)\ns\u001b=\r\u0015\u001f#e4\n7\u0636\u000f\u075d5a=\u001b\u000fe\u0004_\u0001Z\u19e69z5+23\u8c45\u0016\u0006\u0016Dc:k\\&j7m\bUes7Za\u0019^+\u000b3\u0007#A'\u0533fM) 8L%c~B{\u0006\u000etx~{\b2'XI\u000eZPv\u04f6\u0012%4M\u0318'I\u0005\u0019w\u0011~t\u000b.\u0012^dir\u0010\u0674~$zF~@.\u0374\u001e=FO\u0266Z\u000b) R\u0019Qa!\u06d8Z\u0001\u001068yf\u001drRgoW,'F\u0003f.\u0087Pf\u001eG\u001d8t\tARJ>\u0005[V6N`m-wCA\u0014\u0012\u0678hDbZ61\u0017m\u001a\u00c4\u0734pII\u001ezKC)\/u\u001bW\u001c\u0007:[^\"Kt\u0004p>z\u07fd`Y*A'\\Ft\t!q[EOh\u0012Yi E\u0014E$D\u0018;\u0005tEX;\r\u0015SZ1A\u0010\"*'\bBO\u05af\u0004A\f\u000eq\/w+B\u0003wQ7RS7R\fEF\u0214,7>e>DCb&=v4m^G\\!\u01cdcv\u000fa\u001cb\u001a*6\t\u0011$nn]O-OlWk2\u0209}\u0016mD\u000e)\u0001\u0019\u0019\u000fQt\u000eCh[z\u06d7O1d_X%1\uaaf9>\fp\u001ab\u045aaeK \u0015\u0003)_\u02d2l)(;3\u034b;*[B\u044ef*`\"\u0000l\u0001C0_\u0000u\u0012\u0627\u072b9}=\u000f7Ssfz\u03bds\u00a5\tLBl+s\u0018\u00023,\u0002>L)\u0007U\u0014j]\u043cR%\u022e\b*\u0015R\u0002eN\u0002\u001a5b\u000f\u0272B6+\r\u000e\u0013\u0003~#[\u04f5g*\u0666Q\u0014%\u0011\u001b\u0174\u000f\u000e\u000f?3$#97G9\u0000yM\u0018\u03dfq~f\\\/\u0012\u001d\/\u001a\u0010DjH)`\n\u000b\u0015rUze%\u0018\u0013)c}\u001d\u0012\u05f6\u03ea'\u001fS\u0010{\u0003\fI7t><\u0019\u0012f#>;r $%AK\u0016KBY\u0012'K\u001cz+e`\u05a0`9Q,\u0014k{LjmR79Y\u0010\u000fa!UO\ti{\u038d=\u00171\u0000,&e\u001a24B\u0006)\u0392\u001d)5?4z\u0006\u000fJ\u0327\u0018=6C^p47\u0003\"@\u0016\t\u0014tar\\pi`2%M\u0011\u0018R\u0018@I\u0007\fz)\u001a\u001f\u0016\u001d\u0013{fE\uc67d\u0000d\u0010,3G\u0472X2DzZUz2\b\bq0d\u001d\u05c2\u000eHaG1l\u001ae\u0007&\u064c'V^)\u0012W$\u0010.7\u0016\"\u0007\n\u001fi{=nN\u0286\b ={~`lJ#g1L\n(Xd4\u008eics\n~#\u001c|\u7cf7Y\u0350XW\bB3Awtju\u06729F\u0652v!\bPs{}a{j\u0000!0&]0pp\u0018\u0013aHo25\u0015KG\u3b88>#=\u0011\u016fQ\u00118\u0000F\u0014rfq,|\rr\u00040M8\u001eg>\u000f\/b\"E}\"&1Lc&\u0012\u0683\u0218Lgsx\u001f\\B\u076e\u0219cz\r@5LP;U\u0002\u00062#P\u0013w\"PO\u042f\b\u0000{l\u0003{>T\u000ejpP'M1@K\ufe6a\u001dVjlC\u0002<\u000bg\u0019=j0Y?\u001dC\u001f\u0019\bd\u018c\"sPg;NZ9#\u0003QR !\u000f'wdo>fKs]\n\u0191iFvF\u04e9\"<7E\u0002ELq{?q[\u00034\u000748r(\u0011t8Mqf\u0011Z2Ej\n:6P`SUX(\u0001\u0001s\u0015EE\"{c\u000e(|C\u001f'j\r\u000f'\u0002${MZ6Y,X\u000b\u0002#oK\r\f]k2d8\u0015}dt!oVv\n<\u0015t\u0006bDe\u0013{\u04627b4gB\u0775>O\u0005{X\u0011\\\u001a^\u063e\u05b5~>O\u0006X{C\u010d\nb\u001d5p3f)H\u0014n:oX\u000b >54\u054a\u001eg\/\u0006>X[2&4FV&0\u001f#@lAA\u001d`\u0107\u0504\u001635!h\u001c\u00ca''\u001cyTV\u00131>S5\u0018TMc*:\u07d4\u0006\u000eoM\u001cb\u0441\u0414DO\u0016\u001b#`Zg\u000e_eF\"\u04ebC\n#7p\r\u001an72i@x\u001dFwSi$Sd,w\u001a\u0258\u0014IHH\u0327R81M\u0005u\b\u0394\b#jp\u0016$\u001b\ncRN0\u0010>|'KGAR8\u0007M\u0001q\n\u0004LAAq\nZ8@\u001d)({wz\ud3a7>\u001e!\u050e\u0005X1\u03d4\f\u000f_\r\u0007@.}RBv\u001e\u001f\u000e\u0016\u001f|^_6\u2c2ey`\u050bn=\n|\u001aY|8ow;LMQC33{\u001f\u0007\u0004e`7\u07f1~>s9O~G\u0005\u02ee3,z\u000f\u0005j\u0002OG\u000fc\u07fd\u000f%CtO\/uL\u0484%*}{\u0000v\u001d7\u000b\u0016wP\/$\u001fQCnq5^}N\u07c9U\u01ca|xu\t\u0019#Xgy\u001a\u001a175caHi\u0012s37B\u0003W7\u001azT\u001a-b\u818c*WP0Qcq\/TIUi\u0006\u0011\r|-nZh@\u0545njnhzR~\u0011\/\u0002\u001b\u0016\u001a0\u000bG\u0017\u001e\u01f9f%]wHnn'C\u001a0\u02b8-4`U\\1x*\u0015Cu.CS^:Wa\n\r\u001e5TS7n\ub88aG4\u0019\r\u0002\u07ddh\t\u001b\u000fe\u0001_)6O\/sBhd\u0015Wh\n;\u001a>\"Pn\u0018L\r\u001bW5'j\u0002U*6\u03782\u0014'_Box\u001b]\u000f\t\r=BVkx1[!_R\u79d1V\u0016x*\u2822k2ic\u001e?0;3x`\u0012\u0000)jH\u001eQtAq#.9h|'\t\u0000\u001b\u001e[\u0013\no\u0011\u0017g+-c);o\u0015X\nqT\u03fd\u001b~\u0019\ud737\u0016\u0010$\u0005O\u001b\u0011w\u0013\u0003_\u0007\u0017`Oo\u0007t!7?\u07fb{>n\u0001\uf13b\u0015\u00a2{;\u000bw\r\u03ee\u0006\u00060\u0002\u0014wn\u0010&\u000b\u0424\u000e\u00f6\u0015\u06934}NN\u07eew?\u0003\u0019\u0015\u000fhB\u0013aeQ\u0005v\u001a\u0015!{v1\u00007\u000fgli\u001f\u0010+d-\b`$\u001ep)\u02b3x.\u0001%v\u001e\u001dxv\u043a\u0019EeXtx}\"\u00192&lpr<\u0001\/DD\u0005g\u0006?\u0011N#WhCL\u0013@tQY>=#j#\u0016\u000b!mv[O\u00180\n\u0012G\b{C#\u00ffw\/MQ\u00029gV\u0010\u0015#\\1\n\u0004b?N\u0016MT\u000b;\u0010E\u0014k8w)\u001513OS\u0015CQZ\u001cG\/0\u0016\u0010\u001a#T PZ=n~s\u0002\u001cp$Q $)s\u0004O\u0010<\u001a\"x\u008b#xR8Ez$Z]8\u0017MZX~ M$c$WoC!\u0000>\u0007|*y.\u001e\u0006#\u0015\u000fAx\u0006=\u000f6o\u05fb\u0007w+aOx\u0003x0V0\u0004\u0003\u0010\u000e\u001a7\u0003\u013d\u0003\u000f|n\u053d}@p{=\u02152\b\u00197?<\u000e3r=qf)|\u001aC\u010c$\u001al\u000f\u000f\u0018~`ewa'l\u0000Y;|WM,p\bhz\u0004y\u001d(-0O9t\u0004\u0013n5)\u0005u\u0000l\u001bP2\u0000\u000b\n\t\u0000-\u0002LE\u0000=\u0000q1<\u0012\u000e\nV,Lx\u000bD[^>\u0005\u0003(dL\u01e3Xy=\r\t| \u0001gx2EAL\u000b\",2.\u0016(L\u0244Lx$S?'\u0244~\u0002\u001e\u0002R\u0001Fa*T\u0005n(`e\r>LeI\"o24u\u001e\u0019`\u01c4\u0007yDSl,&`L\u0016r\u000f\u07ee\u000f~@@:\u0014#gtGJOS2\u0147}jivw8\u0006\u001cVox\u000bhm\u0015\boiD(S{i\u0006[\rFj|S(B7+-\u0317q`3|b\/\u0004x\u001f\u0016\u001deP\u043e=\u0143O6N`%\u0006\u073dp\u0010-D6.hw\u001d*:P4\tir\u0000F\u001c\/Y]G\u02353B..-|{L\r\u0003ko4|\u00108-\u046b'4E,Ij3I8[\"\u0012NdM\"K\u0005\n)?\u01aa\u06eaF\u0018~~ap<|y[\u0011\u001a T\u001fu#`m\u0013jF\u0214,7>e>]ACb&=s4m^G\\!cv\u000f\u00a1\u001b\u0018H\u001ae*6\t\u0011\u0015nne\"H~\u00b1:\u0015Q\t5 'Y}N\"84\u0001\u001e\u0007(Sl\u0016-s\u001f\"D\u0007L\u077e$}:Mm[\u001ao\u00068[RX}yn\u0370%\feTMM\u0014b,\u0019Qf{R\u001dF\u0015-!hG3[\u00150p\u0000\u0002\u0661Q0\/:q\t;F^cyr\u055cOj$Ps\u0015\u0013.M`Ute[5sU\u00179g\u0011xaJ9$-AvEP)Z\u0014-s\u0015\u83ec\u0015C NVt\\np\u0018\u0003\t\u00153c \u0019a\u03bf\u0006w\u0530\u00cfeQb\u0007\tYV9Z\u0185TM`m.~2#bmf4vs\u010cDs=\u0014N\u000bs|&\f5]|F;'>#r\u0014EIF1\ud0e3\u00cf\fHQN&\u000e\f8?vH\u0017KCV\u0017\rZR\u0014\u0016&+\udbd0\udec9p1K1\u001e':SLC;$mU\u001bO>!\u0006\u0018o:!!}y2$p1G.}vHA\u001cIJuj-\u0014;$9O9\u03b9VArXR)`\u00ea\u025ax\b\u000bzZgO\u0013\u001b{\u04b9\/b\u03a1\u0001X\u001a=M\u02ae5`\u0000kB\u001a\u0011R\n%;Rkxh\f\u001f51zm\u0014\u0015\u000fl\u0006ED\u064f-7:\u001e \u001aT#\u001c$V\u001aL\tySDo-F!z\"%\u0010l\u0001^\u0187~gY(y\u0011{fo<@,*=\u0019\u0004KQ,\b\u00125)\/Ed$vo\u0018kA\u0007{$H-Qa(<0a\u0005Y<\u0011J6m&9\u0675X5\u00179pWHqs*~T6D\u0000s\u0003cS\u001a9aRE\"\u000b\u0007\u0011vlNV\u001dSh\u001d\u0019\f;rn\u0112BHU%\u0016q\f\u0012K6S\u02d6)5\u0356Lsn\u000eA{\u000b6\u000bS\u0003\b1\u9081\u00d8\baz $\u000f\u0018\u0019\u0002\u0258V\u0014(R\u4e22p\u000e0GqO\u0011#}\u0001(\u0018AY\u001b\ba:pB=}\u001e^DFDLMc\bL$\u00071^]m?]3\u01de\u001a\u000405CT\t\u001alb\u0002\u050e@M\u0721Z@]?B\"P\u0003\u0011\r\rHSMGk:;As\u0423:7ynG\u0019>nTs \u001cG\u0019\u001fS\u0141|n\u00036\u0412)RqRVdkP2\u0012>$\u0003\u030adk?\u0001y !nl\"\u0011%\u0003\u0003\u0301\u0201\u001e\u0011_<\u0017\u000e\u001b8&nBo\u0002\u060ej>lkGk6~x\u0000o1BZ\u000b\nCZd(y0\u00142@}b'\u0015tm\u0014\u000fGQ\u0002\u0002*n{\\1U\u0014\u01cf\u0013S\u0007\u0012\u0001*d\u0016Y,y\u0016\u0005\u0001@jh\ua477\u04a5\u00065\u0019yj2h\u001c\u00ca>2T\u05207\u0015y+\f\u0108'E%oh\u0012\u0000,k\u0545r\u000b*\"F5}kz\r:s\"\u001b;\u0015\u052e\u001ay5S5\u0018TMc*:\u07d4\u0006\u000eoM\u001cb\u0441\u0414DO\u0016\u001b#`Z\u0002Ep\u0011\u020d4\\\u0379L\u001a&\u0010+^T\u001aT>\u0019w\u001a\u0258\u0014IHH\u0327R81M\u0005u\b\u0394\b#jp\u0016$\u001b\ncRN0\u0010>|'KGAR8\u0007M\u0001q\n\u0004LAAq\nZ8@\u001d)({wz\ud3a7>\u001e!\u050e\u0005X1\u03d4\f\u000f_\r\u0007@.}RBv\u001eT\u0006q>}BY\\\u000b\fTt\u001d\u0001)~,M&:3\u0014\u0010\u0013\u001a3zd(d*X#\u0010Y\u0006V\u0002\u0016.%q0;\u8d77\u000fH^d\u0010\u03df\u0017\u0003lOb\u0644<\u03a35\u05f1\u0000=3\u0000Y&a&8vTRCdN\u0019w:\tsmW\u00fd\u0017)V\u0006n\"`Rn-\u0003\u0001\u0001\u0001t\u0015\u0016\u0003$pfF~,~JP7\/{\u001f\u072fp=_z9\u0016uKoow<\u0005^,]7vWx\u0017h\u0322GOy#aj\u001ao]{V\u0019e`uE=&({\u001f\u0007\u0011|\u000ek?*^vak\u0139\u0015|BU\u0018)x&w\u0007\u07a3Vq*\u0005\u0018$o|#\u0010\ts}zx\u001f}pO\/\t\u001e\u02a4\u000bz9dO&,Q\u0005W^|\u0017'\u0010o\u001d\u0012u%kN2=V\u00eb[wO%%\u001fB?#\u001b\u0590\r\u0570\u0019\u000bS5,E,M\u0017\u001a\u0423u\u0508u-_\/lY5\u0014C7dTq\u001aSk}JM\u00135HoP;v#\u0677B-4njnhzR~\u0011\/\u0002\u001b\u0016\u001a0\u000bG\u0017\u001e\u01f9f%]wMr\u0003w;\u00197Qm\u0001kJ\u0575\u001eS\u0018t\u0019rJ7TLUB\u000f\u02c6Vh\u0000]75q^\u0017U\u0014=oP\u00152t;F{\"w]Lu4Y\"?[\u0007\u00042>YgK\u0013;y.z\u001ea.>\u0010;6\u0017.\uda67\udc65\u0005\u001boXcz\/u-WH_>\t\u00124Og\u0019l%\u0019\ud7abM\t\u00142_\u0181mHe\f\u0012=~XTL\nz\u00d6BB{c`D4\u04bd\u0001so\\|\u001b-B=ZmGe&h:S{\u00052,(6j\/T\rqAnE9yxc^NF\u0002\n.d$\u0018o\u001aS\u0010\u00002\u0001,\u0015P\/X\u0000<\u001f!\u0017\u00183Fo\u0003kuk[f[kzN7\u0097A9lp\u0266dJ\u018d\u0001{6#YXz\u0433a\nP:6\u001e\u0136:\b\\w\u001a>\u000273\u02ad\u0018@qab`CE5\u0007}\u05e3V\r\u0005-i{M\u0018w\u0001Z\u0013:*\u0019}g3\u001byRGzf?m\u0549@\"j\u0013cZt\r8V\bf}a3N\u06bc[)&8'\u0003Qh\u03a2\u04a7\u0019\u0003f8\"=B's>28b9)dB\u001a~\u0000;^yE\u0013[\u0554R6\u0001)f\nU\u0002mVARy:W\u0003sb\u034a=y~~Cca%D\u001anC\/%pJ\u00150GuQ\u0015zT(\"uT -$4\u0010RJ\u0016h\u000fhu\u0003I:d('\u0001$l\u0013?~\u0011OW\fF\u0014eGB\u0002Z-NZeh\nIWqaH\u001d1W\u0013\t&S`Z,ZI)0\"'LE\t]Z%0L\u0692\u0019&m\r$I[\u00e4-a\u0496\b1iK%HL\u0692%&m\u0013$I[B\u0144SEIEb#`L8dI\u0003b\u0006\u0006>\u000eaN\\\u0006\u0013\\\"\u0007\u000e\u001eHS\u000b\u00005lcR^\u0002\u0011B&UIEQd#L\b$+$\u0013X2a:X\u001e\u001dMHX?O~[wo0\u05f2Ic\u0012X\u33dd\u000bq8\u000eYB\u04d0C1G=6`%%i\u001a-6 \u01991\u0013\n\u0000\u0003\u0007\">7\u0002$;\u028adE16N`m-ky\u0018B\u0014\u0012\u0678hM]t\u0401-4\ti2WF\u001c\/\u0015\u0770y\u0006K\u0007%E\u0011w\/u_dY-\u00b3HC,D\u0014%w$\u0005@j'\\o)H81v`\u92b0\/!\u001c+j#\u02ec\u0430z#\u02ec_Y\u0018\u001c,\u000f_V\u0006vnnlB6|\b'g'sH\u0324G\u0019\u000bK\u049e_nQ8t\u0003Jdb&>!=;je\u072d\u06ad:L_j-$lWS\u0004k2\u0209}\u0016mS_\u000eT)\u0001\u001f~\u001ac\u0011\u0015O?D\u000e\u000f~}yI\f\u0010\u0015O}5W\u0607\u001fNVT,V_^Z3,ly\tb kY2US-o5\u02cbfO\u0010\u0005\u07a8\u0002>%\u001ehz\u0002&\u0012\u000e\u0016P\u001cFT>E\u0007P'.k,Z\u03bdp9#r\u0014EIF91\ud0e3\u00cf\fHQNRP\u0002P\u0653?#G\u031a!^,\rY%:>_4@%jUGJq\u000e\/\u0007SX\u0013.&.\f6.xL\u00193[\u000f\uf438}Vm?\u001b`H\u0003)\u02500\u001c\u0004\u0651#\u0005q$)A_X\u0012R\u03d2n\u001fSL4p8|k\u0010K\u000e'zX\u0018\u0001\u0012-=sx\u001a.3\u0002\u0016^\u001dR\u0018kp;9I\u0004b0J#\u0019J'N^#\u0019Sb2\u001eY\u001eT>1\u0013'\u6c89@?\u001d\u0012|$Rm\u0015\u001eN\u009ddCaL\u02a9\u0012\u0006g6R\u0004w8x39H\u0019\u0007G\u000f\u001fZg\\\u0001V}xql\u001b\ueff8o\u2f408\u03a7) T>N)(22NA+SP\u0018\u0014\u00142\u0005qv~_\u0010z\/_\u0518c1\u06b1 \u0012+\u6652\u0001+3@R|\u001f\u001c\u0225OJ\u001c\u0483G91\u000e\u0005\u0001NnF1\u0011a\u01ec\u001f_\u0011v[o~\u00181yYl\u0001fvR\u0000c\u054f\/2\u000f\u0013j\u0007Z`\u02a6\u000fDVXLJuf)JM!`'\u04975Pog\u0012jQUU\u0004G \f\u0010\u0004,NC_Zg\u00178N\u001d\u0787t$\/2O\u0001B'lB\u001e\u045aXj\\V\u05de\u0019yzf,0\u0013\u001c;}dL!2Uq';d\uedab\u078bual+\u0003He7\u0011cp[0)\u0016\u0500\u0580\u0600Dyt\n\u0001vq\u0012[\\83@|^{?~~%[\u000fW|8X\u07ef~y[\u001c\u00fa\u6977;Q\/.~\u05dbGw+\u000bk4f#\u001105E\r\u0377.=_\u038c2v}\u07a2\u001eD\u0013|r>W\u001f\u0015@\/\u03b0`d5c\n>aw*\u04d4]y\u0013\u0743{Q8rfnb7>}\u0011Ev\u0004D?\u001e\u0602*mq#2\u06e6\u001e7\u001fUxx.\/OnRfB\u000f=\u0014\t>q~sw\u001f=}>\u0004\u000fe\u0485?<3dti\u0012=xX|u\u000e~[X;\u000b>u\u001b\u001c>\u001b w\u001d\u0012ww\u01b5\u04a6XWz'W\ue790KJ>J\t=o[C6T6f,L\u0570\u0014I4M~n^hFC*\u05d1F\u01b2\u00178\u02cd+5j@5\u0015I\u05549j6\fz\u0003\u0003A\u000f\ue62a\u001b7E\u0001\u037c\/OV\n>Z%\u001bX\u0014\u001ef%]Oo\u0016\\N:!\u04d4\fe[3\u06f95\u01ff\u000b\rv-Bo=I*F\n9^dS2%(6\u001eQqXT\nl(+1\ni\u0018:l\u0516MtO\u0013\rQb\u0003rR1.\n\u001c=`\ua982\r\u001a\n[6\u0015tI6|b\u0003\u001a*B\u0477x\u00bfaE\"_i\u00a5('\tlI@8WT[E\uc920\r9+[*}TD\u0018\u001a1\ta^\u0015i\u06b2,sTh8iE3+'*}$\u001fKY'+|83d\u001e\u0016eD&\r\u0011\u001aE\u013dHqE&.hi'p\t\u001b\u001e[\u0013M\u0004bo\u00117\u0011.cfo\u0015\u0014\nqTv\u03fd\u01f8g\u070cvp7[}K]7~z\u0012\u000b\u4853\u01cf)\u01b0{;]O3\t\u0019q+p: 9}\u001au7\u001ew\u0014~\u0006opmw\u0604\u0004\u0006Z\u0002\u04a2\u0014wn\u0010v\fl\b\u0014\u02eb\u0015\rn\u001a\u000bI'M'Fo\u05fb>|e\nv\u001a\u0016!r{v1\u04407cg&Z\t@!QY\u0017AVC5\u0010<\u0007XP8nT9\r\\\u0006^, \u000e\u0018Z0\u0003\nAh<>\u0011uPGn6d89\u001e^\u0017V\u0019o3\b\u047b_sA!&z\"|\u000f{GFz\u0011&?\u0007Z\u0007\u04e5\n\u0005[O\u024aB#0\n\u0012q\b{C#\u0003w\/MQ\u00029gVPQ+\u0006^1\uc089\u0018E\u00135D\u0011\u015a9\u0387JE\u0536\u0011W\u0522E\u0019\u0011\u0011L\u0005\b\u00158\u000e\u000b\u0016\u001a-\u000fx\u001fS$ZE~$\t!'H9'}G|E\u0005c\u001c]_\u0018\bi\u0013\u0018\tP:-\u0000\u0001^m\u000b?_wHC\u0010U?g-i\u0003y,\u0001j,y\n=|\u0013z\u0000\"8q?%\fAg\u0000%\u0000q\/>\u0003\u001buo\u5b7ff!v\u000bj\u0007RcGk\u001fY.83,G\u0497OWCvP\b$Zl\u000f\u000f\u0018~H9T_n~X#d.\u026f\u0003P\u001f_;|\u0001S,pch\u045d\u0005y\u001d\n\u8a7090\b84\u0005\u0013ne\/\u0005-\u0003lP\u01ce\u0001ba`w$y\u0019\u0002)4\u0011\u0001njf\\\/LxT\f\n\bO\u0000?\n\u001a&\u0013anx*\u04a1z\u000faC`\u0002\u001f{\t.#LS\\\u0004-\u0002\bm)Mp`7J'\u00132k'\u0013^?.O&\u02642\u001f\u00003\u0000\u001fI3\u07abP\u0015_\u06e3\u05575\b2%\u0244S\u000b\u0494zf\u0202\u001d\u0013\u001e\u0011N\b\u0011dh*>|\u000f?\u0001<GS,:~w\t\u001dC+=y\u001fO=0\u0017\u001f.wl;\\S\u0003Mm\u06c5G;Lb\u01f1^@\u000ba|\u0013NC+BiC83KW=Bi\u001fj)\\i7e\u0003\u0251^\u0013|\u0019${4\u0018\u0014-\u001b\u0001|BBc`D'4\u02f1\u0001mzo\\|\u001bH=ZmGe\u33a2h\u00048\u0011>a\f\u000b4\r\u02f9\u000bF\\&\u001bvQy1\u06eaB\u000b\u0019\t\u019b\u0014\u0004\u0000T\u0001\u0001\u0016\u0011(\u0017EF\u0000\u0007eY,mx\u00146d<\bYFM@2L\u0001\u0019F3-Cbds4cTB\u001bmDOPT2,KL>Ywi5lN6l\u0006\u001b\"*J\u0784.>w,\u001br+\u025a\u0019\u06b1?&B\u001bE354@\r4uZ2o:\u000b-r+bDo,]t\u0006n\u032f5sl26\"`#R\u001d}\u0013\b*%zV-q<\u0012E[\n[v.-\u0017\/Vg\u0014mX\u001cS7\u0010e\u0683[)I\u0014TqE3QMf?,Aul\u0010\u001a\u001b\u0186otbcS_VHP+|dS}*\u000b2Loc9j\u0164l\n,UGpiu>\u00135&\t1\u001c\u010eI[\u01e4-c\u04961iK\u0004%L\u0012D&m\"\u0111I[\u0012\u0264-d\u0496\\2iK44 L\u0002\u02a42\u0011S&\u001c\u02a4B}!Pe,\u0507R\u000bq^Z\tB\u0007\u001aF5\u0011[T\u0010e&I\u0015fRQ5M*\u0344%L~r=U2\fC\u00072\u0011ssz\u0010\u01e1Ohr{\b26\u001c`=\u0014\u001f$CMe*\u001d\f93DR\u0001`}]D\u001f'N\u00174|gcYAl4H\u001bq\fh\u000fH}\u0177\u0016\\HR\u0004\u0506jFlggd;*~%*4P-H\f\u0005Q\u0018z\u0010C\u0011\u069f\tCA,\u0013w\u0713}\fIMn(\u0001%16$\u0006h)$q>E\u001b\u0011>1Bk6\u00001\u0017m\u001a\u00c4\u0734pI@zKDQ\u001b&\"\u0012\u0762\bG\u0017:2\u0708.<F.\u0014jRT9Y\u001e\u07ed\b\rFH]H\u0013jF\u0214,7>e>\u076cCb&=\u07884m^G\\D#\u01cccv\u000f\u00a1\u001b\u001d%h+6\t\u00115nn]JXU'e]|k2\u0209}\u0016m\u04c9\u000e)\u0001\u000e\u0013-q(Cm\u000f,\u001f9(*$D^\u0012>DekS_\/a(\/\u0015\u0557\f.[^\u0002\u0018\u0015Z\u067dl)8U3\rU*[B\u044ef*`\"\u0000l\u0001\u0005D@y\u0000u\u0012\u0625\u072b9}=\u000f7Ssfz\u03bds\u00a5\td\u0256mtU\u001d_`E\u0547)@Jy6kK]\u0011T+\u0016\u0005z\u02dcf\u00054#k`\u001f\u0015\\np\u0018\u0003\t\u00153c \u0019a\u03bf\u0006w\u0530\u00cfe\r\u0005-\u001c-WBi&>6\u0017?\"Q![\u0335\u038cdsbF\"9\u001e\n'\u0005T9>F\u0013gdklSwN|F(\b\u07fd7L#?C28ss\u00162T8?vH\u0017KCV\u0017\rZR\u0014\u0016&+\udbd0\udec9p1K1\u001e':SLC;$mU\u001bO>!\u0006\u0018o:!!}y2$p1G.}vHA\u001cIJ&j-\u0014;\nv\u0393%asn20`kP(m{=&\u001c\u0010\"or!\u001c\u00aa}=\u019et\ue2d8sh\u0000Fbxk\r\u0018F}vBg\u024e\u0014\u001a\u001f\u001a|=\u0003~\u0007|U{Q\/E`cmg Qc\uc34eG\u0014\u001d\u000fte\u0003)!o\u01484\u001awE\u001fY\/\u001eY\u0018\u0014\/~\u05cf\u0000F\u00070p3c\u0004sf\u0017n#0\t8Gyx\u0011\u0013)\u001a\u00131\u0019\u00039b&\u0012\u0683\u0218Lgsx\u001f\\B\u076e\u0219cz-\u0003\u0019jJ\u0000w`\u0013\u0013Pn\u0004j\u0000\u01b9\u0005p\u0007#f\u001bX_\u001bFft\u0010wVCnt\u001a8x\fK\ufe6a\u001dVjlC\u0002<\u000bgv$B\fT?Dw\u001f\u0019\bd\u018c\"sPw;P\fu\u0018\u0018<\u0003QR !\u000f'wdo>fsK\u0006\u0007\u0191iFvF\u04e9\"<7E\u0002ELq{?q\u0669<7\u000193=g?*\u000esS\u001cYL\u001a\u0004o<\"M^s9\u001d'y\u001e`V$[\b\u0003\tq#\\\u00078L\u001d\r\u001dhf\u000eF\u000e(\u0010wP\u0014MM\u0000q4[\u0787mW,O{g\u0383\u0000b\u0015kq\u0017\u0018\u0015\"mPd\/`(eNiO%\u0576e\u0013qbXx\u0012\u001e>\u076bZ1syEh}byASEv=9\u000b\u0582 5P[RCC]5k8\u0015\u05fdO\f5*6Dq\u0775b>O\u0006\u0018z3\u001cM\u001a\u001a\u0000fwSA\u001eV>1\u05f8\t\u05fa}3\u0017+zxo\u0014\u02b2T:\u000f.\u0013f\u0143:\u001d5IP\u0010b&1\u0013cXP#J8\u001ejybg&\u0014C\tLE2q@,9\u0010b}c,VK0XYdzuH\u0001F\u001aAx\\&\r\u0013\u0015n*d|*U\ubec3dLY${$fy$SND&\u0002:^nw\u0004K\u0004HVx8I\u000bw71)J\u0018\b`KE\u0013\u0725\u0223 g\u001c\u0283J\u001e=|:kq\u0005\u00070Z\u0015E\u01b1%n\u000b\u03fb\u2bbe*\u00028P8\u0005\u0002 [8\u0005LAaOSS\u0014\u0014uAXgvScb\u001f\u0010j\u01c2HgJ\u0006h\u0007H\u0003I}p >)?z;sH\u000f\u001ecsH<\u0017\u0014\u0013\u00078\u0019GG\u0001\u001eGGqW,\u001e*`9?[>\u001fFi{^k\u00162uGn'\t>8}\f|\u001aA\u0016\u0018b;\u0003RjLJuf)JM!`'\u04975Pog\u0012jQUU\u0004G\u0232\f\u0010\u0004,.d\u0005\u02643\u0013\u0011<\u001d\u024b\f\u0013\u0004\u0201I,y:\u001a5\u0731g,g\u00062\t3QG\u0294\u001a\"Su\u001cB3&\u0005u\u0012\u06ee6{\/h%\f D\u0000m\u0016\u0500\u0580\u0600Dyt\n\u0001y\u0001vq[\\83@|^{?~~%[\u000fW|8X\u07ef~y[\u001c\u00fa\u6977;Q\/.~\u05dbGw+\u000bk4f#\u001105E\r\u0377.=_\u038c2v}\u07a2\u001eD\u0013\u0003|r>W\u001f\u0015@\/\u03b0`d5c\n>aw*\u04d4]y\u0013\u0743{Q8rfnb7>}\u0011Ev\u0004D?\u001e\u0602*mq#2\u06e6\u001e7\u001fUxx.\/OnRfB\u000f=\u0014\t>q~sw\u001f=}>\u0004\u000fe\u0485?<3dti\u0012=xX|u\u000e~[X;\u000b>u\u001b\u001c>\u001b w\u001d\u0012wwuZ~F%\u026f~ V\u001e51\u05ad'd\u0001\"\u001b\u0590\r\u0570\u0019\u000bS5,E,M\u0017\u001a\u0423uT\u0130,2e[F5\u001670uSEM\u0646\ub1a6H\\UQ+z\b\u0006>c,B\u0003\u025a\u0019\u06b1\u0017\u0013~\u0015%+I2\rd\u0015?#WF$IK2m^\u01ffm\u0400\u0018+Ja\u0001]\u0015\u001bk:}uV14\u001b7^ \u0012P$\u06fazj8-[\u0013_=&\u001bqJ\nyx\r+.^\u0013\u001a\b+\u06f0\u00129\u0006M)<*\nut-\u0016B\u0003%I\u0011\ud8e8\ude86Lq\u0013A\t\u001c\u0016@\u0014c\u8fca8~\u0408\u0016U\u001a{ \u001f\u001c\u000f\uca7c 4 _ab\u001e\u0017V\u0007qca\u00ca{iB\u03e1\/\\\u05d3YT\u0016x\u000eCXY\u0014P\u001dN\\eq\rb\u0669D\u001d'\u0012,\u001a\u000b\u0259I J\u00f2\u001e\u047dtpuq&.h\u000fx'\u0000\t\u0480\u001b\u001e[\u0013m\to\u0011w\u001b.c)qo\u0015\nqT\u03fd\u0000g\u070cvp[}Kor\u04d7v\u0015\u4453\u01cf){;]O3tp\u05c1c\u0005!\u001c\u5bc3\u0017\tS\u001bKW5@1\u0011\u066c\u0000(\u015d\u001b\u00042;4\u001b0T8j\u0000\u0006I\u04c9ng>?bDXYT>2tMBt;\r_E\u0010=h\u06fbt\u0018l\u0005 +\u062a\n\u001e-\u0005(s&Xj\t.\u0004K\u0019C \u0010f\u0007\f-\u0001ZMh\u0005 ]4\u001ehI$se'i\ue5eb`\\\u001c\"\t\u001e,\u001f\u001e\u0011^O\u0016tB\u07fbbt\t\u0002e\u000e?\u0010\u0212ieST@xs\u0015t\u0019\u0011\u0018\u0005[[1H\u001fo&k\"5s\u001c$\nGm\ub2a1EXq\u0004\u0013j1B\u0005\u038d)\u0007w\"\"x(\tk%I;%x\u0010\u0013^\u001cCCC\"\u054ep.\u0018:\fd\u0004m(\u0016G9~6\u03c5\u001f\/\u07fbx!\b\u000f5\u001fwgzq_\u00005<{>\tO\u0000O\u0011F\u0478,\u00133x\u0000Af\u0017\u001f\u03cdQ\u0010H;n\u0005\t{\/E8yy\u0006u:3Rztt9)>B\u0000:\u0007y\u0014`[)*8\u000f\u001cByl\u0001\u2875i\u0015u7.WY\t:cM\/\u055cvfHU\u001bR\u0373R\u0017o\u028d\u001b2*4DY\u000b6if->D9JGJmR\u0376(\u001a *#Mv;\u000eR\u0015R\u0551R\u06e5T-\u0017ZW *\u0003T\u0015Tm\u0536)UmR\u0001R\u0006R>Rj\u06d4\u0692DICtRR\u06e6\u0516$*M\u001aDej6%QC<\nzl\u0001JI[lBy9[^aWUVy5[^c\u05f2uVy=[`7MVy3[\"\u001ef\u001aaO|\u0014b*_1W+fRrRC('sS8\u02e94r:g9I.\u0017\u000b\u05abi\u001c\t4Cr*\u000fU\u001e\u04aa1B\u075dwVrqY^! \u000fi\u001c\u00105yL= \u0012#\u04f2,\u025c\u0014r*g9Y,g\u00020C\u000bXxsA\u000bEDnlLxKgx I\"R \\Kc\u0006;\u000f[r\u0223v\u001bQn\u001fID]nkXFv\\\u001aM\rW\u000fn`\u0003\u00109hQ.\u0195\r]p} \tor\u0006@\u038d\u001c \u0003%\\O3)mdd\u001d@\u001a\u07d6+p\u0798ugz\u0015%udQSMyp\u0000\\y\u05a7C\u0007\u06dbC\u02c3\u001cgH^\u0019Eg?\u000fp \/\"O\udafe\uddf8Gf(\u646f\u000f\u000fhDK=xZ=xgCW\u05e1{X%7\u0018tVBg\u06c63.e+IS)V\u0015\u035ah\u0001&u\\X5\u0013pg}pdf~s4\u05aeK:_)[{\ud9da\udc53;+\u001e\u000ev\u001b4\u0163\u0019s\u3af7s:mR2z[\u00de\u0011\bo\u043cgkW4\u0019\u0013\\s'\u000b\f\u001d=J+\u001dU46\u0175WY\rG\r@?ZqYV\u000f#V\f\u0004\u001f%n\u0003f(o\u0019;f{YEFoXno\r\u0471k\fW\"\u0002:\u001fq`RrJ#Pv\u0014KQ\u046e\u001bX\u0003mwno-_\u001b)+SoKE1\f\u001c:U\u001br\u0003\tSY'\u001f6-C57EJCjdf\u001a03)dx^(e,\u0012\u079aW\u6c98>i OW~[\u001a\u00c8'SA\u071d1qM*\u001b\u000b\rRg[\u0011ao(\u0010c8rx|C\u000bi\u02b6k'P)L7@Z3'5\u0011-Zm\u0557*\u0002p\u5a4aP\u0090(\"\nS}YE\u0004\u03ees\u001bj\u0017qT\u0003\u01belK\u00125!\u00107mD\u0012%\u000e\u07b1\u001b>H\u001c\u034ay\u0007y}uW\/=\u0018bl\u000f\u000eq\u0015\u00016!E~Mjv?yl\\4t7%NkU\u0002\u00058\u0003K]\u009aVN\u000b\u001c\\[k4\u00142\u000b9qm\f4uiui\u000e$3KG\u0015z\u001a\u001d\u0663B\b\u0017\u0006Y=\u001cBt:\/4ddu\u0015gtgdg\u0015\tD\u0001,\u0012\u0001\n\u0011rreg\u0018HH#T8\u0015Z{>dJ\u0322EJu%?\u00179\u0017)I%+23U\u001e1a_\u0004t}l}\\}erSfHLZej\u000f|\u0006UTz} \u07b1y0y&GNGG\u0019Q{KG!\u000bv\u0015Zo`.\u001eH\u0002izH65\u012c\t$ J+Ec6\u0019\u0013I\u0004\u00008N dW\u0016\u0018$r<1HN~DO7[+f.xp\u03669Z\/,\u0002\/\u0331QXR\u0004@u\u0013\u0003\u000eV^jP{^X-\u001f\u001c:\u0001JSS2e0\r[\u0004\u07a1T_\u000eL'\u0d9c]\u001b#c[jjry7d&\u06fcRgd,v\u0010k\u0006\u0016\u0004*\u04e9\"\u0003\u04dc9\u04cc\bC7CtV\u000bC0XzH.D.R\u0000\u001c\u001e;\u01e7\u001d&\u001f\u001cuO\u0016[2RB\u042ePU>:t\\>g\u000b\u0004n{W\\hcr\u0015\tJQ4B=%(.}\\\u0007r~NAOK\u045c0OAb\u001d\u001a\u000f\/t\u0003\u0014bO;\t1\u0010`\u0000\n*Mz\u001b%y\u04f0\u001c\u000f\u0010q\u0017\u01bbF\u0013\u00019W\u001aHbe M;^}\/R(A\u0669-\u0014H0Ja'\u00c8\u0001NG\u00047\u001a\u001b(Vr\u001ei\u0011$Vt\bI!b (\u0010\u001by\ubbcf!\u000b\u0126YMzO\\i>x\u0013\u07479r\u0363#spG\u001fx\u001d=_ez\u000b*\u001chGASlIq\u0005:34 'S`RH&)\n\u078b\u023d\rZ\u0001S!;z\r`)Hv\u001c)\nG1jON\u0000\u0006S$\u0014(\u0448\u0001\u0469\u00189\/\u0014\u05d7\u0019\u0557\u001a\u04f7P\u0018FE\u063d@\u00119aFS!8~\u000bd@\u0136\u001c\u0017-(\u000b\nA-)i\u0366K0\\2\t\u0005~B$?\u0010yAByA00^0MCLDp\u0002TyPt\u001d-\u0438\/w\u000b@\u0007R\n`WJ\u000f;\u000f-ij8.j*:D\u03de-.\u0007M7r\u0006*o>Bm\u000bjnE%kL\u0000;a\u0501*!R2#%e,\u0001y\u001a\u0000%\u01aaT\\+3K\u0011U\u03e2]\u001a1\u001a6Gvjg<\u0436dwCO\u001fFf\u001a7|J\u0004\u0556\u001cmh1\u022bC.\u038ccQzo\u0220\u0019\\Yc*1\u0015Ty\u00e9\u001cR\u0016\u001e:\u000b:*J*,\u000f,&K\u0017-\u0005KR0\u0014\/\u0005\u0003L\bS0\u00141\u0005L(S0\u00143\u0005\u0003f&\u0011j\u0019-y\u0001\u050e\u031bf\u000eb\u04a0*Y\u03c5 3L46\u0013\rD3L4>\u0013\rD#4\u0010M4F\u0013\rD40aF\u0006jcxl.:sy\u0004>BMX\/\u001d_#\u001a\u000er\u0011S\u04d6\u0010\u0016K\u054d\u000e\\\u03ac\u0010L()W\/X9T2f[IA\u00182\u0017\t\u04f9v>vmuCZ\u068b4o5(\u06e9\riV\u00e9~n\rMj8\u001d?%,\u00176\u0012M71R3-\u05964EJ\f3\u0010:\u0369$#R\n\u001cYJCGt\u0015I<\u05d64,\u0004tme\u0216t^)`\u0004Ql7\b\u0007&b|\u06f0\fYS\u0014\u0001.P%QXm\u0016)y'jJkK\u001aFk*{|\u0369i-Q*)\u0000j.C\u0005\rIf\u8ddd \u0003@B\f)\u0539]?<\u001cv\u04225.\u0510a\"L3TJ$K\u001eF$2\u0019:Go\u0007YPn6t\u06104T\u0000\u0018\u02aaM%Ck~$W\\j.LFS\u0015\u001dU\u001eJ$\u0344`s\t.d\fMuU%=\u0014$X\u0014:cbcaWE\"n%%\u000f#4\\#\"QEkGb\u000fW\u00f06\u0012iO8Tss\u001bl1\u000fZ\u0175IiGFU!\u00123!^l))\u0017\r\u0006\u000b\r8P\u0579y\ue8b7W:\u001f\u001aFi\tP\u00025\r\u0019T\u0626YWz\u0006^q}jGU\u0006\"\u01524!^\u001c\\Le\u0674M=\u0016Y\bm\u0011*n;\u00ab2\u0010H\u03adr_09uLhS]-\\\u02c944&\u000fhd\u06f1\u0000Va\u0001LMjvh\tH\u0004\u0018?@u]oEU|)Uc\u0716:DM(\u0019]B-c5\u0006;i;\u00060\f`\u0014 Z&\u0337i6.\u0007u*\u0017\u0014\u0013'\u0014I\u0368ss\u0019>\/\u0013\u0704:8`E\u001f\u0534\u0014\u03565\u0001Z\br%JWl|\rtj;0L\u0014,^K\r\n\u0001Z\u0002qT\f\u0718Qe\"j\u001cj\u00039X\u0005\u0273@\ufdf7ruK9\th\u001cG$J\b7\u0014\u0006Hh=\u024e&\u001ejw\r\u06b6\b\u00065\u0014c\u0017[\u001fx\u0003mU\\\\\u0691aH$Z\u0004\u001crwLX-[)kVQ9\u0e87@\ud70aj8\u0015%kDA\u000f\u0016>63v#@u\u000b\f\u001c\b\r>\r\r\u0006R8a\u0015`\u0013\u001174 \u0018#?\\.?8}Y\u001b\u001b!\u0010Y>{4\n\u0018\n+7e\u001b\nQQ\u000e\\kv].*q-N\u0018uJH\u0470J6\u0000KUdA{\u0099*hLFc\u0371`~3Z)\u0016Ly,9M{Ko\u000b;_\u0016&j&\u001ds\u0013\u001d>\r\u0012Al\u0013aDK&\u0017)BgF\u001eHMO?G\t-QOEY\u00e9#akF\u0004\u05f2\u0001u\u0784Xo9\u0013 \u001c;\u051e,f\u001e:\tg<&\u001c2\u0001\tt\u00028O2@K\u0014\n>-\u0004`sSIQv\\BE\u001b\t:o1\u0017j<\u0012\"J=\\c{W9#Ew\u0007\u001e\u001a\u0371-w\u079b\u07cbG+'bVl)(a\u0621\u001b\u0006]\/Q?7s3\u0019FC)QV\u02de\u05d6lhN-Jm4,\u001d2\u001c\u000f:\u001f\u072b+f~J]\u02c5\u008b\u0013~Fcx\u001bfw\u03cd\fzS7lqh(+|\u0004\\\u02677\u000b[>\u000e\u001cNU>[{X2>\u0019_g1=o^ndQ\u001c\r9\u0015\nH\r\u001d'Iwt\u001a&o\u0165T\u000b\u0001n\u0238&t\rWP|aI5}\u001e\u05c2kSS-XQ_eR!\u001aP\u0016\f=9^\u001f\u05d8\\)Z%Q\u0002N(\u0012h j&ULV\u0016\u0682v\u268d6\u0007\u001a>i:h\u001a\u0016^znzm,\fH\u001fXa`E\u0012*\u0004\u0002l\u00061g\fz\u0017m\u001b?^]\t\u0700&O\u001f?\u0018Wt?\nuf\u0004l\u0013]$\u00a6Y\u000e7\u0001S\u0013zj\u00b6-\u0002E\u0784\bLT\u0013\u0216\u0013Tz\u001eM\u07ba\u001b2j$^-\u0007&\u02e0I*'\u0003\u02aa\n)+aJ\u0016$JR0\u0014\f,\u0005#KR0\u0014\f.\u0005KR0\u0014\f0\u0005#L\u0010S0\u0014\f2(\b3L\n\u0424 M.\u009a`$\u06a4\nx\u0012$#NG&\u001f\bnji\u000b^\u0784c\u0011?E\n\u011b\b\u000e\u0011 @@!khZA\u0010\u02d5\u0004s\u001c\u001dUs5\u0000]eDGt0\u001d\u0013\u0511QhX'\u001a\u05c9\u0006vhh'\u001a\u06c9\u0006w\u045dhx'\u001a\u07c9\u0006x\u0011h'\u001a\u0006y\fGy%q\u001e\r\u0450\u001e\u001fcb=^W\u0016^\u0015W\r\u0001e-\u00023N\u0707xb\u001f_\u0430pO\u0011@Qw\/\u0011\u0010TYa\u04d7\u0013\r*j.U\u0010\u001a7Ot#cJSg]-o\u0007A\u000b{ob5\u001e\\yu=w\u001f4f\t\/k\u0014l}\u0011n6O\u0013ZQuX\u0018E\u0012_\u001b\u0018|K8F\u000ba\u000b\u0017ig\u0015+0< \u001au~@J\u000f(WQxD2LsR\u0267\u0015Gr0\\\u0249y3\u001fZyu\u0002&6\u000bh>v\u000bh\u001a\u000f\u0017\u0011\u000fu\u0001s&5)@#FD\u00fd5l\t74tK &\u000f\u0015ph\u0015$UC\u0455.CVU\u04a3:P9p\u0001\u046c\"\u001c0_r1\u0600#?\f\u001fJ Q)c\u000f#?P[\u0015~\u042b\u0018\u00120C\tUZ9\r\r{\u000b\u0007\u7915\u00017tQ'T\bY\u001fJkL\u0493*\u001a\u0003Ite\\`Z\u0015ij*\u000e3~!z\/\fRz!=\\\u0002\u0017a}\u0019\u0363zF\u0012\u83fcF$!m[\u0013yx,ujw9mE\u0014P\u0006yOI#M-[Vt\u0256,\t-\u0002|3&,1\rO\u3c36S,!p~\u0010]id5p d\u001d3\\^fd(7-\u056b\u055fn\u0005'\tGOHc\u0292&\u0014\u001caxI\"%\u000b#K\u00060^\u0018.\u0017\\\/\u001c\u05f0\u0002\u07b0WIs\u9c12f\u038d{\u0002lM!$\\@Ib\u0298$3\u0018YLB)G*lkr\u001cQ\u00027\u280dnF\u0001\u001d1]\u00188 d~d\u001dz2!!\u0000&88b4CeAj\b\u000e\u0019\u0007&._\\gR\u019ec\n1LG)d( [r$L2 \u0002B\u0018n\u0002\u0019\u00110P0\u000e\u0014\f\u0004\u0005#APP0\u0016\u0014\f\u0006\u0005ApP0\u001e\u0014\f\b\u0005#BP0&,\u0007\npr\u0019_\r!>.gwQ\u0016\u001dfY\bZh%\u001am[h%\u001aq\\1h%\u001au]qWIEF^c\u0012xl.:\t\u0011*\u001c,\u0000l6J\/BIS=X\u00077\u0006U8=lJx]0\u0016!~\r\u0010wLT#j-\u0015\u0017Z-\u0004MJJ+tqC\b[\u0250LWh_IE*|w>\u0010sBSI`\u0418Z\u001b\u001aF4]\u0002%Z\u0007\u001c\u0007x\u059asf\u0671tp\u067bZre6a\u0011H1\u05f5!0Il\/\u001b#2\u0005.Lj4\u034b M\"r9\"\u0350\u02d6C5YTgdD\u05d6\fCh4\"=t*\u065afYe\u0019\u0002\u0016`}\\m\t0B\u0012FT{=wN\u06d6Xf4\u000bV]\n\r*\/:\u0476%\u0007\u00d0\u0003I\u0019)KOxc0\/\u2706\u0006;\u001c;4s-\u001ftd\u0016|xd\"\u000f\"}TJC\u000f\u0016000Kwk\u00184\"-\u0017m\u0489\u0019\u06a2d\uc94c1\u0017 bYo{@\u04b4`\u0000\u0016k%-\u04aa5 Z\u0352ss\bz\u0012\\]S\u0010nN5i@t'L\u0016AP\u0005&TMnP\u0001\u0011j.qh?R@\ub52aH\u0680(@N^C4j\u02e4\u06a2D\rJ\u02a9f\u0004\u0000\u00168}v\u0018(\u035dcD\u0018\u0155n4~}\u0011,1Q\u0011kG)F\u05c1\u06fcl\u000fg\u018e5pF:\u001d;D,\u043fkDm]\u000f:\u0431JI\u1334nUWs1'3-NUNUzy~QR3YTL\t\u0014=O9)\"@\"\u001fj\u000eS\\+KAQ9z,\u00059Gf5*E5\u001c:TOPnV\u0209\u001e\u0017\"\u001a\u0016*V\u03dd,D9bt\u0010\u04e6IQ4\u0005\u0011fSd\u0678(\u000ee\u0015}\u0307Ex#\u0296B0B\u0015BA\ud9bf\ude1b_\u0775PM\"O0%PeIr1\u0014D>\u0001\u0012R\/\u001aF\/\u0012=b~+w+Utf5\u001edk\"3xcjVS\u0012$\u0017B!\ro\u04ed\u01a5Uh\u0005\"t\"Nd)1\n\u0007N\u00e3}\"\u000bVpO't\u001aZ\\jLfuRn).n\r#.u\u00121q\u0375k\u001c2E=SeCQL\u0013ky);\u0536u W&\u0636N\u0012a$\u00163~ecfO\u0011{\u0014XWBggQj~U,\u0013W\u0012@a\b\u0004bL\u0010]q;|=tvK\u0465u{\u0018\u0465`S\ua68e#16\u00025\u000f\u0004m\u001d\u06439k\u050bFyyg2\rk\u39abxm`<)&\u0018o\u0011^-\u0010%R\"tr\u0109w\u032esEt\u0512%!\r\u00124G\u0011.\u0019\u0019Yff2\u01e2$\u0739wx\u0390Z\u0012(\ri0\u0002e\u0014\u0013<5un\u0722 _c\u0010!d\njH0\u0005-b&O\b\u001b5\u0003P@0^[9da\u0018\u00165xEc<<\u000e33zxBgyxDjK\u0214\u0007#dI1x]SgNY#OuK\u0018Onl\u0510\u0007c6\u0004uN#\u0003H%sQC\u001eh^O\u0001\u0013g\u0000\u001d\u0013\u0005M:]eF\r'-z(\u0006B:Y'ct\u0015\u0005d\u0019l]4] a\u001a\u02685\u0001^\u0013J\u0016+}\/\\2\u0004-o#\u00075\u0010+q5Oz7Mf,2\u01ccE\u0004ZGALhqt9\u000ewP(\u0004jl\u0224\u001a\u00164\u000bASB\r\u0015@5\u001f08r\nw1\u0414B8m\u001c\u00147v\u00ff\u001c\u001bU!\u0010\u0246\beT`@fuS\u000e\u0000g\u0459`x&\u0018\t\u0006h\u0011\u0685\u001c*\u0007\u000440M0N\u0013\fj\u0004\u00021%\u0430R\u0002Dd4@<\u001a&\u0010\u044c\t\u000elX\u0226~\n !F4\u0011\roD\u001b\u0000G4\u00b9\u0014@%Ah#\u001a9N\u0014=4f6QE2\t~v\u0016,K\u0013s_LN\rM|[\u000fY7V\u0012\t\u001br\u001e\u0005A\/AOWz\u0017^H&\u0170<\\\u001a+\u001c;\u000byoa.$Y'\u0007\u023b$bA4\\\u0001s+xv\u001d\u0002V%`mp\u0004W_})\u0002dGM\u0011r\u0482d\u0017i\u0014MKS9Q\u00163QCzm\f\u04f4\u0308@\u0004{\n!\u00068X5Lo(\u0000t!\u0000\bZ\n\u0013o]\u0000\t\u0002Oz-\u0000\b-F*i\u0002(\u0000\u0010\tXiWU'\u0002`\u0005\u0000]V\u0019t\u000b\b\u0000)\nG\u0002!A&xHIdQF(\u0017i\/T\u000bO|Upe\u0004K\u06a6+\u0017\r\r>\\e\u0006E\u0000\u0695\n@N4U,\u0276\u0012\u0650\u0001RDb:<1R<4\u04d4{Qg!H\u0010j:\u0001u\u001e2o\u0017>-j;:Q)0tERQCj\u0006=\u001d<%|F\u034d\"\uc04e&\u02adU7<*;z\u001e]Qp\u001b5CA&\u000eyzr}7~\u01dau#|\u0003nnvSg+\u0005-P$WYf\u000fO&T\ng\u00194\u0010\u001fT(\u001bT6F`0|\"\u0270\"V-`-8\u0015gFY%7,\u001a9JJr|u\u0002eBja^\u0010qaYDo\u000fWo_\u00027x)\u05951:x\u02dbp^{\u0015W\u0096L4\u0015\u0014\b|J\"R\u0407}*\u001a\n\u001f^\u0000D@d\b$\u001a\u0003\u0006AQh\u0018$\u001a\u0007\u0006Bh($\u001a\u000b\u0006C\u0450h8$\u001a\u000fU\u0000DdDT\u0012\u00120\u0011\r\u0014\"&,Ee\u0011\r\u0019UF\u0570\u0011\u0000(,|\u000f\u001ez\"4p}M\u070f7.\u001f~7l!o\u038c9\"\u0540\u0015lN\u001dZ9F,yuv\u0011yFCa+\u02769EU8\u001c;P,FJ1c\u0012,l\u1a766M \u0002T!\u001d0\nd\u0003\u0332\u0000{g8WO\u03db v%1R%\\q\u0019b\u0018\u001ar[\fP\t\u0019F\u0011ja\u062a4uW\"CS)U\"]m\u0010%SD\u0015\u0011;]A0\u000b*\u0013a;E\tE\u001b*\"{\u001a\\~4TP1Z9)W\u001f\/~M\u0016X\/(5YeU1\u0016V\u0518^\u0007k}&H7\u0015\u0018{O\u0013V\rb}KjH\u0017fJns\ub093^urZ\u0017ui\u00174M0ekoR\u000ffkoR\u000bS3\u0017~\u0007h6W{hH\u001bDZP\u001b\r=-\u00166X\u000bly1t)\u0716I|GmUYm2is#SCL\u001dx&95\u001bq^s}\/LAh\u0010\u0665Ad\u000e\f{\u0004`\tH\u001e(XRR\u0004\u001a\u0014\f\u0007\u0005AP0\"\u0014\f\t\u0005cBP0*\u0014\f\u000b\u0005BP02\u0014\f\rc\u0010\u0002\r1=hik\u0127\u001dfv\u0010*c\u0005[d\nZh%\u001an[\u0001h%\u001ar\\Ah%\u001av]W\u00055Z|\u0016g\u0004\u0017\u001b\\\uff5bllS}>dCc\u0011\u001fM\uc77f-E\u0003\u001f>\u07eew\u001be\u000f\u06efSW\u000f{^\u1677\u000f8\u0012\u0017],\u000b\u001a{#^[4\u0015\u001e\u0006]\"-\"G4m\u000ea{\rBT\u0003\u0019\u0002\u001a\u000f\u000fz\u07bft;ux\u01fbY+dI\u001a\u001a \u001fJXs\u0019)\u0005\u0013Fr:2UC3]L=\u001cjH\u001f=\u001c\u001aOhwkcA\t|ca3:y\u001amg'\u0014\u0011z#\u001eHT-I\u0010Vq\u000f`\u0005%s\u000fsjH*V'XE\u0003\u0006,\u207aKQmR_Uq\u0000BZ\u0015#i6OXWn\u000f\u0000*\u027ae\"\u0017\u0000L\u0006PfE?\nVy \fe\u04ed~^-MV\fo5\u000ekk[\u00126\u001c@G~}\u060d\u0014\u06c7\u0015-\u0019K\u001b'Mx\u0003\/UD5o)mK\u0486!Z\u0015\b\u0479>]^K\u0007\u001bqmP0d(\"):\u000e_\u07b6{x'\u0002mc[\u0012a\bNDJD8\u0014\u001cJi.Yj!e\u0003@\u0014w4\u06d6\u000fCvQ3ZGN\u001eWv)-!R~)H\u000e\u0010~;g\u0656T)HYI\u0014}~zAi\u001bY)\\\u0015\u0014K\u0007?\f#8{\u001fR\u0437\u0006>*)9;hip\u0001^lW:JQ\u0000g\u0013\u000f0M\u0010 -\\D6H6*\u0012O\u0007\u001bi\u0012\u0013\u0001}\u028d\u001bkl,6lcxze<\b=l+,\u0002a5s\u0018D}\/\u0015\u0013\\\u001c\u0016SO+6gUZJ\b\u001a\u001a5,`{*@\r#Pe\bF&)X7d+h;D\u050e\u06b4f-\u001aBd\u058e,jh\u0018vD\u0002v\n\u5a6cSH)]\u06c6\u0016)V\"viQC0\u04f9\u00112\u001cEHn2\u0012\r\u0011VPe\u001d}L\u00104\r%h j\u001654\f+8z\u0012HCz\u067by\u0005%NkU\u0002\u0005\u000f\/\u0610yh\u001bFB\u001f\\[kE4-M@ }r!<[JI\u001a\u001a\u0199g\"Q\/oW+\u033e;ni(\"\\\u0018PgTn\u001aN\nKpo\u001esR>'U\u0002 Q\u0000\u00048hB\u0004Y!\ndA\u0007tBS\u0002\u0014\u00179G\u01f6m\u03c7lWul\u0795m?\u001e\u000b\u001dv\u0016\u000f\u001cLv{\u07b8\/}~M\u001e{z\u0623\u0006\u000b\u03fc\u0604LUIs>\u00d3BL\u0012&p%\f42X&fv]9\u0012\u04e7f\u066aZg\u001c\u001a_eu*,\n1*6G<\u001c{\u0007(PqDE.-j\u001f,Uh\u057ax\"9\nh!\f\u0013)`(\u066a\u0016dLb&\u0011\u0013T3\u00028y&h\u001e\n\u0006\u0013GOt%k\u059f\u00029i\u000bN]m\u0014Vlc1Km\u001d*}\u000bv?5\\XG.h|6v)d-z)\u0557>S9,x\u001ag\u0017Xm\u0750qlK\b\u06adC\u0019tZ<\u0013Lztj\fNsL3\"0\u000f\u0011Y-\fi\u001d\u001ct7]$8wH\u0001ts\b{\u05fb\rO;LG?8,bIe\u00126&\u0016\u03c5r\u0004.\u000f\u06427=^|z\u0015?t@N\u0017q\u0791r\u001a\u000b6\u001c\u0778\u0018\uc883\u001bRD\u0003U\u000b\fn\f\u0017\u0010*r+\u001e\u00c6dr, q:q8$kl\u0640$\u0000$<\u001fu>q\u0000[i\ubee2\u0677%C\u0726?dk\u0006\b;P\u0003>\u001aWW|d\\csk\u0015pE\u0002'GaN\f4K\u0014V\u0463'f|\/+\\Jv(x\u0001\b-XJnV\u0019S\u0286J\u024d;#pJ@)i.0y\u0019\u0003\u000f\u000b\rD+&\u0014\u03c7+\u001d\u0014_@b\u00b3\u0012mq`&\u0018\tn\u0018\u0002\u00047\u0000N0\u0013\f\u001a\u001b\flJc\u0846\r.H(T06\n8c\u0006\u0006\u001b&X\b\u0011wD\u0003\u001e\u0448G4\u0011y0t#\u001a\u0006>hx\u0018_h\u001arflp1oa\u0014KQTCU\u0362\rm}P\b\u0001Jm%t\u0006\u043d!\u000fb:Z.\r$\u0018W\bQ7\u0013\u0017QQ;'QC\b?\uf03f}Zr\u000f\ucae2\u06a1VY\u001aF\u0006\u0012Mm:\u063b@d\u0689\u001a\u001aH1\/\u001d,5.\ue301|\u02fa4\u001e\u076bo!|\u0011U\u0011v+-OU\u00041o\\#d\u0018]\/Ic\b>E\u0552)K\u00d09\u00109\u0015\u0010!n6\u0018\u00971\u070d\u000bc\b~\/az\u000e\"oA;y_A{$tJ)8g\u05803\u0011A{i}^\u0002L\u001a,C\u0002n \tTpy\u0002B~\n\u0577*>{B0^8\u001d`\u0005{^^}:|~z+\u00c1}q\u0016.\u0018t@}\u0011\u0013bV\n\u028aT1orq\u000b\u0012Z|F\u05903}Oc\\5\/r\u0011q\u0013{\u0000Xrf\u000f\u0016#\f\u059fB\\Bp\u001bO%J!8n\u0013#]\u0011}\\\u0016b\u00125\u0010cD`\ud23e*^#!%6\u0018#(\/\u001d\u0011\u0019\u0012\u0000:U?\u03c8`cDb\u001c]!|OF\u0018y_\u0007oA\u000f\u000e\u0016(\u0014u*.OU\u0085.1Po]Ml>,\b,y\"LQ$)\u0018\u0003\u0002!|pqbxP`\u0010\u001e\u0010\u0006DN\fF]C\rO\u0562+\u000b\u001fw$i[L\u0014F`h\u0011|\u0000zQ'l\u06f8\/kDKXq\u0448\u0017\u0678F\b\ts4\u02d4T\u0013\u0005BP28$,\u06b45\u06d9:\u001b?\u0000hH~\ri_\u02f9l\u001f(P\u001cu\u0007\u001fw\u0001F1\u0002$<-o\u076dwB\u0002>Q#IR. \u0002#%)\u001ew7os0|5&p|c_?\u0007\/xB\u0017U\u0017A\u0011f7KrfVK\u0001E\u0417X\u0013\u001f#\t\u0003\"p)8Mu7e\u000b=z`n\u0015(\u0013yyd\u0739\u0010\u0018st:*vj\u0015z\u0000}t\u03c1\u000eF\u001d\u001c\n~G6c@s,_o^\u0003\u0778\\>\u001d35\u0013s$\u0002\u001d9\n\u000bi(\u0336).m,\"x\u0016\u0006m\u000f\"i\u0462T5\u0010K\u000b^P4\\#\u047a\u044e\u001djh\u0018>vYbuB\u0002B!\u001fa`\u00139\u0006541\u000flYaC'u\u0013\u0689S\u001a\u001aFKqg \u0770\u0016\u000fv%'\u001fF~h\u001fLS3\u001b#\u0003n2X~*:)F\u03de-.m*\b\u001a:\u06ac(C\u001b:+7m\u001b\nQX\f5\u066eR\u0017) )\u000e\u0012Ae2\u0562aoO\u001b\"\u0019gF\u001eHO?s~:#\u0018)\u001c N\u001d\t\rBUrf \u001f\u0001N8\u000e\u0001'97K)f<;\rxMcI\u0243\\y\ttX8!JI{t:e\u0012\u0004H\u000fHK\u000eX!5`\u0100*\\\/\u001a\u0382f\u0720QN\u001f\u050cl'=\u00e9G\u0014\u001e`\u0017\u0416Is;&\u0002fk9\u0002\t=,Y6#`j\u0016OrlaV\u0019\u000fS\u00006^\u001dg\tL2\u000b*8 *\u0019\u0355]0M0_{:yS%`zv7Y0=q\/W8\"Yr\u0014\f\u0010\u0005#\u0010\u0011\u02c1DZjjJfj\u052c\u051ciKf$RJjrFjgF:\b)?\u0010B\u04b0\u6bc3\u0017\t\u0014)f\u0011k4\u001bJBR\u000e*\u001a*\u0003\u020b\tK4\u0012D\/K4\u0000\u0013DC0\u0018L4\b\u0013D08L4\u0010\u0013j@12\u0016+\thh\u0006\u0018\u0013\"\u026aj\fe\u0014=\u001e\u0007\\Z\u0011\u00029u>&\u001b\u0017coNocqX\u0004:{`G\/q\tD*c\u001d<\u0007X\u0018(w\u001bgj\u0019RY\u685a\u0296Vl\u02ber\u0007VY\u0307$TLKU\u01ad\u185a-\u0017\u0483W&\u04d6f\ud078f2\n1\b5MZ\u000f[>rc\u0007\u019a#\u0208@Pbzvz\u001d4S\u001fHZZx\u0016=\u0019T\u0447lW[N\u0007J$Rgy_ps\u0017\u0392dP4j|Anva\u04b5~CNRH0B\u0016yEuijS64N\u010a\u001dQP[\u00025\f@e\u0012\u01f8\u0006V\"Q5\u000bs\\{>\\a s|h\u0223,;3`Pk7\b\/G\u0004D\u000fw\u0019\t\u0012I\u001a\u001e(\u0005*Vy\/\u06d2*aH\u0010:\u04b1Whj\u001b\u03c9R)$[Gt\u04d6Th\u000fC*,idS\u0007x\u000etN\u0017s\u001e\u001a\u001b\u0017%S\u02cf\u001eC\f\u00064\u06a9\\IvJ\u0018i\r\u01f2\u001fu>\u00111vJaYp,g\u0018E9\u001ax\u0535%*\u00d0N\u000bE|#({Vfp\u04c3\u001e\fqgj\u000e\u038c8\u06afI\u001dRi\nX\u0005p}y,8:&\u0005\u000e\u03ed\u05f5\u0012\u0218JaG4\"\u0018iSmS\u001dyg\"Q\/oW+\u053e;n\u01c7x\u0011.\f\\{\u0623\u077btU=\/4dz+??mx!\n(\u0001AO7\u0137\u0007\u0138\u0001\u0013g:CQ\u0017t\u0010l\u0011\u0011~XNB8G2\u07f4-I&\n#0\b>xA\u0000\u0013N\u0010\/a9F#\u0016^f\u001a!$Y0SRM\u0014a\nA;}g\\(@Y\u0669E\u0001OEk\u001fOZc@t\u0018Q7(FN>p=#'\u001bxQe!I<\u00170|\u001c-)O\u0001\u001by\ubbcf'ktP4f0^_?\u0007\/xB\u0017U7(\u0011S7KpfFh@\u04fc5#\u0107HV\u0087\b\u0018E!<\u000eT\u0013ll\u0002|\f\u001ef\u0007])\u0661\"w.D\u001c\u001dspG)x\u0011zD}X`\u0081n\\.oA5\u0216\u001fW?G\u0275a45u\\I\u0002\u001e%\u05fa\u06e6\"Goa\u0237\fv\u001d]W\u001eqQrT2&kC+\tpCH8%H*A(@\u0013\"~<3\u00d6-U,KDD9B+IqCHj~1@\u0006\u0001J \u00070\u00029p\u0438\u000f\u000fU\u00160C`M\u001d5d\r#zC\u0010UtR,=[].Aee\u000f\\e4goz\rT|p(%K\u055alWJ\u05b6\u000f\u001ew\u00a8\u0003U\u01245\u0004Vs\u000fO\u0013XH&\u0019'YN\u0499<\u0179uln\u0788U\u001dmdJxjT{KY\n\fM@{w-.l\u001fO)\u030cFhM\u03c1\u00e7DPrY\u0017z\u0004\u0335\u001bf~\ua40c3#_`r?\u001d\u0011L\u0010&\u000ew\u0433\u000713J\u0017>(\u022f02~\u0005\u0002o\u001al~eekg++;-E\u001ff\u001aZ\\|\u0006\u0012\f\u01d7\\>>8\u001b_\\|U2\u0001\u938fph7*\b9\u0000\u0002\u0019%MfIrI\u0013i\u0484a4\u0313A\u0010\u000bPBr\u02e4sfs\u0339z.\n\n\u0018\u020c\b$3L0<\u0013\u0004\u00034\bMtf\t\u01424(M0L\u0013\u0004\u00035B*eb&2XFE+2+2g\n\u0019)\t+O>\u0019@m3\u001a@pO\u0016\u000e\u001dM)\/~}S$&uG|\u001a&\u0010\u045440\r\u001dTB55`M%\\C\u00076,d\u00c46dl#\u001a\u0708F7h|#\u001aF8!h#\u001aF9ah#\u001a\u0010\u000e\u0019:4CC;|pwx\u0001OYCOPx\u0010\u0007@ t\u0014\u0016z~`WU\u0013\fXXmej\u0019*h{-3r;ZJ-.\u04c6@\b]A\u001e <\u0011#vd{xBY(ED\u0018\/TDHPRx\u0010\u0007Dr'R _qY\u0004'u[b\ubda0\u0007!\rx26-\u0003'\u0017w\u0014!+\u0006\u0013G)bR\u072e,\u000fOD\u001e\u0011\u0013\u0010s\"\u0011\f\u0217)\th\u0788\u0002v|Ks;\u001eE<\r{Lm\fz\u0014\u0005z-\n\u0018\u02b2dQ\u0014\u0018(\u042ek\fO?:H\u001d\u0014G\u0007&Q^\u0018\u000e7\u0001\u001c;\u0017\f1_\u0016R-qn\u02a4{-+\u001ed;\u001ee^\nf\u00ae9P1\u0002G14V\u03a7G1b\u056e\u001ck\rO\u001d\u0140\u0001V25<\u0019 u@,>8<]m ]\t\u001d\u000fn\u0019S\u00e3T\u000ed1 *:;slOgsR.\u00171'[K\u001ct-o8dng>?{p\tKo\u04fb~xw~zf~N\u0006\u0007uo{\u023c]@\f*\u001dNw\\\u0005\u001c\".Xa?l\u001fQ0t\u07c7D\u0001\u0014X`eg5Ty\u000b~\u0004!hQ\u000eO_\u041c&\b]|+wkkj?!\u0016\t\/>*G\u001dW\\X\u0000;qq\\;HqBx|ym\u001f#z{\u001fW\u049c\u05cbsn&\"\n_pz;]\u0011#|\u0661E\rn\bwZ>zpdz_KWC3u\u0194\u0011.\u0013r\u001eG\u0012\u0002\u0014\u07a9\u00186\t\\U3\b[\u0006c`n\u0018~USl\u0017\u0742YP\nV)P\n\u0006\/zzm\u0717p\u00102i\u0004B*\u0004R,L8r\u0014-=e`\t\u001bXpyNP\u0002bhs\fb%8q~sw\u001f=,F|>\u001c']i\tR_h^M\u07dbo'Lz+oW\bMW\u00074\u001e+\nW\u0010\rZoQ\u001dnX\u053d^.=^Jws}b\u0018gvk\u0206j\u050c\u001a\u00155K$fn\u06afn4r\u001d=UYn17+jjK%\f\n(s\u053ef\u001a\u0016^]f]6|E\t\u0605\u06c57\u001ein\u0018i?\n;\u001c\u02f9f%Oo\u0016|4-S![;\u001ehm\u001d[o\u06d6\u07d6\u0019\u07da$n\/Wi\u001aD\u0011&)wQi\u0019\u044bT+IdCAwtLE\u001c=JauERQCj\u0006\u000bxqa\rjX\u001b\u001e%3\u0015Unu\u0005S\u0010n*m=(\r\u071adkGwdS1$\u0015iQ7@O\u0006\u819aK\u072cf3\f\u0470`\u0016~NBy\r\u0013G%L\u0015\"v\u016e\u0012KG\u0016k7\u0015\u0003=\u0013W\u0005nBjqIT+n\t\u05c6[5\u0005Lx=\u0017K'@nV\u0011E(\u000b>z8Q\u0000z\"7\u000e|'[;\u0016g\u04d4=\u033c~\u0002eA\u04ec8\u0005O\u001f\u0012\u0001h9\u0004J\u0014\f\u0005BY(\u0013\u0121\u0014 Z\u0001Vd,\u054d\u0014\f\u0010\u0003\u0010|mi\u000b^\u07848d\u0018\u0002\"a\u0010~\r\nZ)\u000b\u0017\fA;!\u0629jy>+.C\u04b4\u042b\u0014M\u046a\u0016jU\u0002e:rm1?P~Vj:\u05de\u000f\u00109\u0013\u0000\u051e\u001148FBu7EQk[:\f1O8\"?Z4J\u0014\u0012\u001as\u001a)\b>\u06c5W3O?z;bN\u001dZShXU\u04a68;\u0019.?u~w\\;O]!x]1~\u000b.w4\u0166\u0451qx\u0019`C\u0017d\u0012\u0019G&k\"U6a1m<9$g\u001d\u0003Y\ua6aff\u0015CeAd\u0005^>:\u00cdp]:\u00cdo{}\u0000RnoTWM\u0004\u0013\f\u0004=O0\u0013\f\u0004c>O0\u0013\f\u0004>O0\u0013\fotD@G\u0016?\u00f1Pt?k\u02b9\u0471U}3!J4\u0012\rD#,\u0010K4\u0012\rD,0K4\u0012\rD#-PK4\u0000[\/\u000b\u0006\u001d?H[-\u001a\u0017t}\u07f9\u0578gy=Nv\u000f\u001c\u0014[*\u06cdnB57\u05e0x\u0004g\b\u03aeb\u001b\u06be\u0011\u001c@tvI\u000e5v\u0015[C\ryL=Qa\u0778ij[AaJ$z\u0019a7{L\r$j>%U\u0246jn\b\u001dur\u001d%m;@41\t5\u052cCe\u000f\u05a4\u071cF\u04fcsY,c\u001d\u0014nz{(i\u000fHN\u001fbP\u0014\"Rh19U\\3mi\u0018\ue645h\u0013n3%Ku\u0005k\u07bb\rgjK-b0|1\u000bmn\/&\u0013E\u0510mI3\u07a1K\u0005q(d%N-9c\u0018\u0004\u0013\u0003[\u0010[:\/w)~\u000e\u01615\u000fX*F$\u000b{W^\u001ao\u0015l\u04c9\u0211\u01046+<\u001faOH8\u0429eS\u000e[O5H\u04dd\u0014\u0778{0DU\u0122N(:G8\u001e5qS\u001b\u0014\b5\/P\u00035\u0286n\u0002!\u016d)\u0005wU\u0012[:a\u001cO\u00165\u0002EB\u0663^B%;\u001fpG\u0331L\t?{.*a\u07ec\u0000%\u00d0K\t u\u06be|=xr0DU\u01230^<5y\u0018\u000f\"ly0g}9z0z\u0018\uff2cc3zxBgyx$R\u00122+%\u000e\u0013#u*%JDUD\u0010^85q\b\u000f\"LLJ\u0019>:Cx9\u0012~.\u001a5\u0017\bONq\neelzcC\u05d69t \u0004RL\u0010^yZ~\u0003IQ\u0004uM#\u0003H\u001f@r\u00145xEcsnt\u0014\u001bY\u001e1\u001e\u00122+e\u0004\u000e\u0013]Sg)k{\u0536KX(1Ax]\u0013 \u0012n\u02dcT\u001d9i^OQ\u001a[N:.\ntv~YoqI\u0258W)$\u057dy3\u036b\u01fcJ\u001dU\u0017by*]\u0007\ubbcfW'wyul>Jj%{.k\u001ah\u001ba\u001a\u001din\u001b\u0506Z\u0e30@|^-nIBq`MM5pL4Fndp,y#\u001e\"\u0015\u0001\u059e'\u0011`l248k\rF\u0171[7\u0019\u0015\nD\uc869W\n;Ls4\u0328\u0006Y\u00f5H\u001ai5\u062c\u001eT8Vk\u0012&O8:l\u0018U#ZI*Qa\u000bb@~Y1a\"V\b\u001bwJ|XZ<\fjgSc1\u0498ziL$\u0005`\u0002\u001a}I\u0004 \u0014\b\u0005CBP0(\u0014\n\u0005BP00\u0014\f\u0005CCP08\u0014\u000eC\">\u001c3wv\u0018\u0005\u001cS3v^8fj:5\u0013\u042b\nI\b\u0012D\u00030\bL4\u0004\u0013D0(L4\f\u0013D\u00031HL4\u0014\u0013\u001a\u0000cd46fo\u68b37\u0000\u001f_PMq0\u0010i-N\"<\u001bh'\u042c\u02613#\u000ez\u0015\u03cf7?qegW\u0010P?%\u0744\u0007}\u0007Y\u001b\u0017G\u05b9E=r\u001aigl5+]Y:&h*:F!m\u0003A\ub07a{\u0016\u07aa\u0014U)LA\u0000t\u0005?\u0746\uf541#h|I'x\u04183\u0011Uh6\u0016_e^-\u0011x\u0000\u000bQIjBFC-jz$\rk\u0014C7\u0016&:\u0000}\t{5\u05c8\u0016\u0005esI]u^x\u0004[s^B\u00134D4i!j-F\u000b\u0442\u0006:5{x)gX\\Y\u078cv\u0011x\boW\/\u01da8\t\u0012Zt+qg\u0019(c1N2\u000bC@.\r\u0010\n$\u0005iRij(fKl%\u0012r\t\/\u0004u>{o\\?lMk~ \fs{|\u0007KHQP6Pe\u0016\u000b\u0002\u0014m+\/\u0010z\u000b1\u0005@N@^\na6B\u0010\u0007Y>\u0007\u0007b1\u068d\u000f\u04b4\u0018\u00ba\u0002a@\u0003Z r|xtw}dK\u0004\u0016km\\U9K\ud46b^M\\x\u001a\u001f\u0596EL\u001ftVMn^8\u000e\u0004|E@i\\8;w\u043d;\u001dDnz\u001d~?i5\u000f&T\/<\"'0\u0261Ng\u000bY\u0003\u0006&?\tNz5q*d\u0001;}\u013f3}nQ=\u0684\u001a \u00145\u0006\nK\u0014HPM\u0006\u0012\u0010)\u0014\u001f\\=m\/pT\fBI\u0628&uC$T|\u001b\b\u001d\u0003>\u001d,_>\u23dcN\u000eon2Z\u008d!IE\f\u001dFc=>bCB=J?o\u0019\u001dztb0AACAPXWE-(0\u0014\u0018J\u0002\u0311\u001e(Z4)+&ed`\u000f\u001e\u0601\u001e\\a\u001e \u000f[`\u0018\u0003\u0012dz?R}\u001f\u000b)tGvr\u000e\u001e9J\u07ee~~\u01526ivk=T\rGio\u000eO\u001efkck&;93rePvq<\/IT:~\r*#VR\u001d,6`cvHU(R\u001aC\u000f8\u06a3UyZp(<1\u0265\tT\u0015\u001f\u001f\u071f6O\\\u0005O\u0014\/j\r-\u0012xA\u0000\u0013sm\u062c+^\n3+\u0016M\u0175*j\f_:\"\u03dbw\/F{j\b\\)\u000b3;\u001b? J\u001a\u04c8>\u001b\u00135z\\\n@\/\u0005O\u07ba\u0013$$__?mKG\r\u00102y\u0398k9\u04520.\u61512VFy,{\u000fSn\u0006#\u03c8|\u001c\u000f^o\u056b\u055f@-G~y\u0749\u0003ZaL\u034cX\u0013m\u000fa6x\r+\u0370}u7e?0e\u076ew\u03c8\u0656{\f\u001bP\u9afb9Z.~\u0000e\u5652\u0019!bB`oTf3{-v+T\u001eu{T\u025d\u0006a5\u02a8\\aF\u000fV\u001dgB\u0081s\\lz\\}\u0015\u001eWr\u001f\u0004BT))dPK\u0013\u0006\u0002h\u00053\/~R12U$\u02der)\u0005I\f\u00139a.q\u0004Nny-n@a\u001ei,l1\tH,AI\u00113R&Y,\u0015\u0014\u069aY>{\b\u0006RPY*;Ch7r\u0006TZdx\u05d8L'ijH.3>2\u0368\r\fIJ\r\nTsACUU;\u0013\u010a\u000e(IJ\u02f65DR\niK\u03a9(0Mm[W\fEQ.)\u06a1\f9\u0002\bmz\u00a6\u001d*$h&w;,@\u000f5M%\u0013$!QUN\t\u04053#\u000eX\u0004\t\u0018(7=sHs\u0561q8s&.\u001c\u0019-Lh\"p\u0007p&Do>\u0006\u0018V+\u0178Whf\u0014\u0018\u0013\u0015GTE\u032b(+\u001c:\u001f\u0729+\u0010YFl\n#\u079a\u00123\u001cmwaY:!dU\u00129[y\u0018tf[7_\u0145k\u0005jU~\u001cGi\u00139;,\u066e\u001f9[y*^3w|f\u00a4f98\u04434\u0013\"4\t\ff\u0006\u00033sDed\\*\u00183\u0018t\u0018\n1I\u0001Pb40\/\u001a;-Zh\u0005Fv\b\u0019\u04a0\u0004iEHF\u034e6&\u0005z4W\u0016\u0307<\u0013\u000b=O,\u0013\u000bb>O,\u0013\u000b>O,\u0013\u000bjc?\u0012\u001bs+G.\u0005p'C;I246\nA\u001eThc\u0652\nJf\u0005\u0000+J0\u0012\u0004+J0\u0012\u0004\u0003,\bK0\u0012\u0004,(>\"1\u0003mo3'g\u0012\u0005B\u000bgEE `%T:s<\u0015uN\u0015\u0012\ud132OiU\u001e\u0011B\r*wNr:\u001eCmF\u0004\u0528\u0011\u00012\u0007\"n\u0005#\u01ca\"G!\u01c8 \u030a\u00143l\u000e\tVF)dQj\u0005-A\u0014T5I\u0014\u0015Y\u0002Do\u001bmu8jk\u0655)Wir\u055eSnLZjtOr\u001c\u0005a%V\f*\u0010\na='L\u0012>tel v1MKRa\"\u0465\n]=\u001ca7>AJ!Jr\rQ\nUmy\u001bQa8^xPC\u000bZQdZ)zM\u0002-\bR\u04ac\u04993kV_\u07750kJU\u0017*eC\u076b(e\n\u000bR^Jiw\u0010\\H~Xmw\u001c\n\u0006L6x3KnfiE\u0016T.\u000b\r7mD_\u0270BMS\u001fH\n\r_\u1027Fy}uW\/\u00179M\u02b0\u001152fEC<\u019c\/\u008eCf\u04faCB\u000188\rz&<\u0004\u03ed\u05e9E*6|\u0006H!$II\f\u07ee\u001e=WtOwM3GY=u(BvRD$Ld8X\u0010ZN;I\fH\fH\u000bX1!$!1 #\/ ;\u001b$<\u0644<\u0019I y i q`\u0019\"X\u03c7L'eliM#\n!*IK*\u0281#B\n\"\/\u0015vRDz\u0019wiFH9z\u04a7f\u066aZ\u0011^-%\u001e\u0011!R-ay7-\u0004\u001bu\u0013\u000bZ\nD]{\u0001.\u001cB2\u020bE0\u055aM\u0010Z\u0015\u001a\u0010,^I\u02a2\u05a2oV\u0004\u000b'0+ .\u001d>g\u0006\u001f'rzrVNm\u001efC\u04eaINkM}_\u0004_\"c\u0477bS\u0013\u001f6R\u0001=oR}\/\u0002M\u0019^L_\u001dS45+a\u001avt\n]\nL9LY\"X-\"\u0019O)\nYtCSiu|M\u0202:*EmQ1\b\u031aH9tTN' \fKdS\"m!Z.L\u0007\u0333\u0012ozF\u0473\u00116cSBEYrJ\u0017K\u05c6L0{\u0005'?_3'Tig\/&\u0019\u0004\u04b9+h\u0002Yq\u0303\u001eHG74c\u001a1t9o<\u0494c\u001e1t\u0005\u001a\u0013IW\u034b1[\/RI7DKr\u0015Zj9q\"2sr\u0016:zAsGgS0\u0099N9Zy5V\u050f\u000fqR\u001b\u0003Y}\u0001\u001c\regj\u0017?'\u03fdJp<\r4S as*fawH=Sz3=z3=3z3=z\u04f3\fw^\u06b7x\"Dv\u0012?mp\u0014\u0014zmpldnkl7 @w(\u000f\u000eVx\u00016p\u0007fa>\u0003\u001az\/_|7\u0377XAw\u001d3sF\u0017E\u00b2\u0256:\u0004\u0005\u001f\u076bN\/\u0001g\u0014:z!\u0004s\u0604TX:rp\u0016\b\/\u073fC.p~1]dtOmipew8ww\u0001\u0015?nij\r\u001d\u024d\u01bdu?\u0006b j',\u000f\u0010*gx\u0018\u0012Ts\u0007d\u0002z\u0424kry1\u07f9_D\\{nHy#\u0014?)\u02f64UttapfZ\u001c*\u000b\u0005>T]Sa\u0013b&AGQ\u01c2\t(\u001a2f\n%9z\u07ac>\u0004`N%RF:^\u001f\u07d0Z\u0769SxE\rs\u0016'#\u0760\u000e\u0011uR6\u0006x\u001cw\u001a\u0016}K]or\u0011,t&BdM[\u079d$]?\u0004[vp9x\u001f8A\u0635[X9}0T\u000f>R\u0012(\u0003\u0017~\u0638+\u0001h_Yh\u0002t\u030bB\u041cnzevfY>-\u001d\rI;}wZ\u04b7\u0013\u0015Gq\u000f_\r\u0418F\u001a\u0005m?h=\u0011?>HUd,{.]{$[.~\/\u0016\u000f#\u000ei!B\u0017dD}[-pN\"Q\"'\u05573Q\u0011\u0013ed\u06bb-\u0646C:t7)~@wO6\u0014&.r\u0012xz05mD&ar\u000f|\u0000\u0016mk$eH : \n\tcTarget: lone Clafer,\n\t--\n\tcCardinality: lone (CardInterval + CCardinality), \/\/| ? |+ | * | Interval\n\tcGroupCardinality: lone (GCardInterval + GroupCardinality), \/\/| xor | or | mux | opt | Interval\n}\nfact {\n\tall c, c': Clafer | {\n\t\tc' in c.cElements => one c'.name -- All Clafers except ClaferModel has a name\t\n\t\tc' in c.cElements => one c'.cCardinality and one c'.cGroupCardinality --All Clafers except ClaferModel has Card and GCard\t\n\t}\n}\n\none sig ClaferModel extends Clafer { }\nfact {\n\tall m: ClaferModel | no m.cSuper --ClaferModel has no cSuperClafer\n\tall m: ClaferModel | no m.cTarget --ClaferModel is not a reference Clafer\n\tall m: ClaferModel, c: Clafer | m != c.cSuper --ClaferModel cannot be a super Clafer\n\tall m: ClaferModel | no m.name -- ClaferModel has no name\n\tall m: ClaferModel | no m.isAbstract -- ClaferModel has no isAbstract\n\tall m: ClaferModel | no m.cCardinality -- ClaferModel has no Card\n\tall m: ClaferModel | no m.cGroupCardinality -- ClaferModel has no Card\n}\n\nfact {\n\tno c: Clafer | c in c.^cElements --no Clafer cycles exist\n\tno c: Clafer | c in c.^cSuper -- no superClafer cycles exist\n\tClafer in ClaferModel.*cElements --each Clafer is reachable from the ClaferModel\n\tall c: Clafer | lone c.~cElements --each Clafer has at most one parent\n\tno disj c, c': Clafer, c'': Clafer | c in c''.cElements and c' in c''.cElements and some c.name & c'.name --no overlapping Clafer names in the same level, \n\tall c: Clafer | c in ClaferModel.cElements => one c.isAbstract --abstract clafers are shown only in Top Level\n\tall c: Clafer | c !in ClaferModel.cElements => no c.isAbstract --inner Clafers cannot be defined as abstract\t\n\tall c, c': Clafer, m: ClaferModel | c.cSuper = c' => c' in m.cElements and c'.isAbstract = true -- only super typing to top level 'abstract' Clafers\n\tall c, c': Clafer, m: ClaferModel | c.cTarget = c' => c' in m.cElements --only reference to top level Clafers\n\tall c: Clafer, m: ClaferModel | c in m.cElements => no c.cTarget -- Top Level Clafer can not be a reference clafer\n\tno c: Clafer | one c.cTarget and one c.cSuper --a clafer cannot be a reference clafer and has super type at the same time\n}\n\nabstract sig CInterval extends CElement { min, max : Int }\nfact { \n\tall i:CInterval | {\n\t\ti.min >= 0\n\t\ti.max >= i.min || i.max = -1\n\t\ti.min = 0 => i.max != 0 or i.max = 1 or i.max = -1\n\t\ti.min = 1 => i.max = -1 or i.max >= 1 } }\n\nabstract sig CCardinality extends CElement {}\nlone sig CardLone extends CCardinality {} \/\/? : 0..1\nlone sig CardSome extends CCardinality {} \/\/+ : 1..*\nlone sig CardAny extends CCardinality {} \/\/* : 0..*\nlone sig CardEmpty extends CCardinality {} \/\/ 1..1\nsig CardInterval extends CInterval {} \/\/ int .. int\n\nabstract sig GroupCardinality extends CElement {}\nlone sig GCardMux extends GroupCardinality {} \/\/mux: 0..1\nlone sig GCardOr extends GroupCardinality {} \/\/or: 1..*\nlone sig GCardOpt extends GroupCardinality {} \/\/opt: 0..*\nlone sig GCardXor extends GroupCardinality {} \/\/xor: 1..1\nsig GCardInterval extends CInterval {} \/\/ int .. int\n\nfact realismConstraint {some Clafer}\n\n\/\/fact { all i:CInterval, c: Clafer | i in c.cCardinality or i in c.cGroupCardinality} -- implicit containment without an explicit relation\n\n\/* Helper Predicates*\/\npred acyclic [s: set univ, r: univ->univ] { no x: s | x in x.^r }\n\n\/* Counterexample Finding *\/\nassert noMoreThanOneTopLevelClafer {#ClaferModel.cElements > 2}\ncheck noMoreThanOneTopLevelClafer for 10 Element\n\nassert noSubClaferExist { some c, c': Clafer | c in c'.cElements }\ncheck noSubClaferExist for 15 Element\n\npred example { #Clafer > 3 and #cTarget> 1 and #cSuper> 1 and #CardInterval>0 }\nrun example for 20 Element\n","old_contents":"","returncode":1,"stderr":"error: pathspec 'eu.modelwriter.demonstration.requirements\/Clafer.als' did not match any file(s) known to git\n","license":"epl-1.0","lang":"Alloy"} {"commit":"ad645ae4b128a92939838bdd73c80ed5d6b7f377","subject":"Incomplete - task : Coverage profiling of universal tests ","message":"Incomplete - task : Coverage profiling of universal tests \n","repos":"GaloisInc\/Votail,GaloisInc\/Votail,GaloisInc\/Votail","old_file":"models\/Voting.als","new_file":"models\/Voting.als","new_contents":"-- (c) 2010-2011, Dermot Cochran, IT University of Copenhagen\n-- http:\/\/www.kindsoftware.com\/about\/people\/dc\n-- http:\/\/www.itu.dk\/people\/dero\n\nmodule Voting\n\nopen util\/integer\n\n-- Note that all axioms should be expressed as facts appended to signatures\n-- Standalone facts will be ignored by the API, but not by the analyser\n\n\/* \n\tThere are 8 winner-outcomes and 8 loser-outcomes:\n\n WinnerNonTransferable: \n elected on first round with at least one non-transferable surplus vote (STV)\n\t SurplusWinner:\t\t elected on first round with at least one surplus vote (STV),\n\t Winner: \t\t\t\t elected in the first round of counting either by quota or plurality,\n AboveQuotaWinner: elected with surplus votes after receipt of transfers (STV),\n QuotaWinnerNonTransferable:\n\t\t\t\t elected with at least one non-transferable surplus vote,\n QuotaWinner: \t\t elected with quota after transfers from another candidate (STV only),\n\t CompromiseWinner: elected on the last round of counting without quota (STV only),\n\t TiedWinner:\t\t\t elected by tie breaker,\n\t TiedLoser:\t\t\t loses only by tie breaker but reaches the threshold,\n\t Loser:\t\t\t \t\t defeated on last round but reaches the minimum threshold of votes,\n TiedEarlyLoser:\t reaches threshold but eliminated by tie breaker (STV only),\n EarlyLoserNonTransferable:\n reaches threshold bit is eliminated with some non-transferable votes,\n\t EarlyLoser:\t\t reaches threshold but is eliminated before last round (STV only),\n\t TiedSoreLoser:\t\t loses only by tie breaker but does not reach threshold,\n SoreLoserNonTransferable:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tbelow threshold and eliminated with some non-transferable votes\n\t SoreLoser: \t\t\t does not even reach the mimimum threshold of votes.\n*\/\nenum Event {SurplusWinner, \n WinnerNonTransferable, \n Winner, \n AboveQuotaWinner, \n QuotaWinnerNonTransferable, \n QuotaWinner, \n CompromiseWinner, \n\t TiedWinner, \n TiedLoser, \n Loser, \n TiedEarlyLoser, \n EarlyLoser, \n TiedSoreLoser, \n SoreLoser,\n\t EarlyLoserNonTransferable, \n SoreLoserNonTransferable}\n\nenum Method {Plurality, STV}\n\n-- An individual person standing for election\nsig Candidate {\n votes: \t\t\t set Ballot, \t-- First preference ballots assigned to this candidate\n\t transfers: \tset Ballot, -- Second and subsequent preferences received\n\t surplus: \t\t set Ballot, \t-- Ballots tranferred to another candidate election\n wasted:\t\t \t set Ballot,\t -- Ballots non-transferable due to exhaustion of preferences\n\t outcome: \t\t Event\t\t -- Election result for candidate and associated ballots\n} {\n \/\/ Non-transferable ballots\n 0 < #wasted implies (outcome = WinnerNonTransferable or \n outcome = QuotaWinnerNonTransferable or\n outcome = EarlyLoserNonTransferable or\n\t outcome = SoreLoserNonTransferable)\n (outcome = WinnerNonTransferable or outcome = QuotaWinnerNonTransferable)\n implies wasted in surplus\n (outcome = EarlyLoserNonTransferable or outcome = SoreLoserNonTransferable)\n implies wasted in votes + transfers\n \/\/ Division of ballots into first preferences and transfers\n\t no b: Ballot | b in votes & transfers\n \/\/ Division of ballots into piles for each candidate\n\t all b: Ballot | b in votes + transfers implies this in b.assignees\n \/\/ Selection of surplus ballots for re-distribution\n\t surplus in votes + transfers\n\t Election.method = Plurality implies #surplus = 0 and #transfers = 0\n \t0 < #transfers implies Election.method = STV\n \/\/ Calculation of surplus for PR-STV election\n ((outcome = Winner and Election.method = STV) or (\n outcome = SurplusWinner or outcome = WinnerNonTransferable)) implies\n Scenario.quota + #surplus = #votes\n \t(outcome = Winner or outcome = SurplusWinner or \n outcome = WinnerNonTransferable) implies #transfers = 0\n \t(outcome = QuotaWinner or outcome = AboveQuotaWinner or\n outcome = QuotaWinnerNonTransferable) implies surplus in transfers \n \t(outcome = QuotaWinner or outcome = AboveQuotaWinner or\n outcome = QuotaWinnerNonTransferable) implies \n\t\t Scenario.quota + #surplus = #votes + #transfers\n \t0 < #surplus implies (outcome = SurplusWinner or outcome = AboveQuotaWinner or\n\t\t\t\t\t\toutcome = WinnerNonTransferable or outcome = QuotaWinnerNonTransferable)\n \t(outcome = EarlyLoser or outcome = TiedEarlyLoser or \n outcome = EarlyLoserNonTransferable) iff \n\t\t (this in Scenario.eliminated and \n not (#votes + #transfers < Scenario.threshold))\n \t\/\/ All non-sore losers are at or above the threshold\n outcome = TiedLoser implies Scenario.threshold <= #votes + #transfers\n outcome = Loser implies Scenario.threshold <= #votes + #transfers\n outcome = EarlyLoser implies Scenario.threshold <= #votes + #transfers\n outcome = EarlyLoserNonTransferable implies \n Scenario.threshold <= #votes + #transfers\n outcome = TiedEarlyLoser implies Scenario.threshold <= #votes + #transfers\n \t\/\/ Plurality outcomes\n \tElection.method = Plurality implies\n\t\t (outcome = Loser or outcome = SoreLoser or outcome = Winner or \n\t\t outcome = TiedWinner or outcome = TiedLoser or outcome = TiedSoreLoser)\n \t\/\/ PR-STV Winner has at least a quota of first preference votes\n \t(Election.method = STV and outcome = Winner) implies \n Scenario.quota = #votes\n (outcome = SurplusWinner or outcome = WinnerNonTransferable) implies \n Scenario.quota < #votes\n \/\/ Quota Winner has a least a quota of votes after transfers\n\t outcome = QuotaWinner implies\n\t Scenario.quota = #votes + #transfers\n (outcome = AboveQuotaWinner or outcome = QuotaWinnerNonTransferable) \n implies\n\t Scenario.quota < #votes + #transfers\n \/\/ Quota Winner does not have a quota of first preference votes\n\t (outcome = QuotaWinner or outcome = AboveQuotaWinner or \n outcome = QuotaWinnerNonTransferable) implies\n\t\t not Scenario.quota <= #votes\n \/\/ Compromise winners do not have a quota of votes\n\t outcome = CompromiseWinner implies\n\t\t not (Scenario.quota <= #votes + #transfers)\n \/\/ STV Tied Winners have less than a quota of votes\n\t (Election.method = STV and outcome = TiedWinner) implies\n\t\t not (Scenario.quota <= #votes + #transfers)\n \/\/ Sore Losers have less votes than the threshold\n\t (outcome = SoreLoser or outcome = SoreLoserNonTransferable) implies \n\t\t #votes + #transfers < Scenario.threshold\n \/\/ Tied Sore Losers have less votes than the threshold\n\t outcome = TiedSoreLoser implies \n\t\t #votes + #transfers < Scenario.threshold\n \/\/ Size of surplus for each STV Winner and Quota Winner\n\t (outcome = SurplusWinner or outcome = WinnerNonTransferable) \n implies ((#surplus = #votes - Scenario.quota) and #transfers = 0)\n (outcome = AboveQuotaWinner or outcome = QuotaWinnerNonTransferable) \n implies (#surplus = #votes + #transfers - Scenario.quota)\n}\n\n-- A digital or paper artifact which accurately records the intentions of the voter\nsig Ballot {\n assignees: \t\tset Candidate, -- Candidates to which this ballot has been assigned\n preferences: \tseq Candidate -- Ranking of candidates\n} {\n\t assignees in preferences.elems\n not preferences.hasDups\n\t preferences.first in assignees\n\t Election.method = Plurality implies #preferences <= 1\n 0 <= #preferences\n \/\/ First preference\n all c: Candidate | preferences.first = c iff this in c.votes\n \/\/ Second and subsequent preferences\n all disj donor,receiver: Candidate |\n\t\t (donor + receiver in assignees and\n\t\t this in receiver.transfers and this in donor.surplus) implies \n\t\t (preferences.idxOf[donor] < preferences.idxOf[receiver] and\n\t\t receiver in preferences.rest.elems)\n \/\/ All ballot transfers are associated with the last candidate to receive the transfer\n\t all disj c,d: Candidate | this in c.transfers implies c in assignees and \n\t\t (d not in assignees or preferences.idxOf[d] < preferences.idxOf[c])\n \/\/ Transfers to next continuing candidate\n\t all disj skipped, receiving: Candidate | \n\t\t preferences.idxOf[skipped] < preferences.idxOf[receiving] and\n\t\t receiving in assignees and (not skipped in assignees) implies\n\t\t (skipped in Scenario.eliminated or skipped.outcome = SurplusWinner or \n\t\t skipped.outcome = AboveQuotaWinner or skipped.outcome = WinnerNonTransferable or\n skipped.outcome = QuotaWinnerNonTransferable or skipped.outcome = Winner or\n skipped.outcome = QuotaWinner)\n}\n\n-- An election result\none sig Scenario {\n losers: \t\t\t\tset Candidate,\n winners: \t\t\tset Candidate,\n\t eliminated: set Candidate, -- Early and Sore Losers under STV rules\n\t threshold: \tInt, \t\t\t\t\t -- Minimum number of votes for a Loser or Early Loser\n\t quota: \t\t\t\t Int,\t\t\t\t\t -- Minimum number of votes for a STV Winner or Quota Winner\n fullQuota:\t\tInt\t\t\t\t\t -- Quota if all constituency seats were vacant\n} {\n \tall c: Candidate | c in winners + losers\n \t#winners = Election.seats\n \tno c: Candidate | c in losers & winners\n \t0 < #losers\n \tall w: Candidate | all l: Candidate | l in losers and w in winners implies \n\t\t (#l.votes + #l.transfers <= #w.votes + #w.transfers)\n Election.method = STV implies threshold = 1 + fullQuota.div[4]\n\t eliminated in losers\n \/\/ All PR-STV losers have less votes than the quota\n\t all c: Candidate | (c in losers and Election.method = STV) implies \n #c.votes + #c.transfers < quota\n \/\/ Winners have more votes than all non-tied losers\n all disj c,d: Candidate | c in winners and \n (d.outcome = SoreLoser or d.outcome = EarlyLoser or d.outcome = Loser) implies\n\t (#d.votes + #d.transfers) < (#c.votes + #c.transfers)\n \/\/ Losers have less votes than all non-tied winners\n all disj c,d: Candidate | \n\t (c.outcome = CompromiseWinner or c.outcome = QuotaWinner or c.outcome = Winner\n\t\tor c.outcome = SurplusWinner or c.outcome = AboveQuotaWinner) and \n\t d in losers implies\n\t #d.votes + #d.transfers < #c.votes + #c.transfers\n \/\/ Lowest candidate is eliminated first\n\tall disj c,d: Candidate | c in eliminated and d not in eliminated implies\n\t\t#c.votes + #c.transfers <= #d.votes + #d.transfers\n \/\/ A non-sore plurality loser must have received at least five percent of the total vote\n\tElection.method = Plurality implies threshold = 1 + BallotBox.size.div[20]\n \/\/ Winning outcomes\n\tall c: Candidate | c in winners iff \n\t\t(c.outcome = Winner or c.outcome = QuotaWinner or \n\t\tc.outcome = CompromiseWinner or \n\t\tc.outcome = TiedWinner or c.outcome = SurplusWinner or \n\t\tc.outcome = AboveQuotaWinner or\n c.outcome = WinnerNonTransferable or\n c.outcome = QuotaWinnerNonTransferable)\n \/\/ Losing outcomes\n\tall c: Candidate | c in losers iff\n\t\t(c.outcome = Loser or c.outcome = EarlyLoser or c.outcome = SoreLoser or \n\t\tc.outcome = TiedLoser or c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser or\n c.outcome = EarlyLoserNonTransferable or c.outcome = SoreLoserNonTransferable)\n \/\/ STV election quotas\n Election.method = STV implies quota = 1 + BallotBox.size.div[Election.seats+1] and\n \tfullQuota = 1 + BallotBox.size.div[Election.constituencySeats + 1]\n Election.method = Plurality implies quota = 1 and fullQuota = 1\n \/\/ All ties involve equality between at least one winner and at least one loser\n all w: Candidate | some l: Candidate | w.outcome = TiedWinner and \n\t \t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies\n\t\t(#l.votes + #l.transfers = #w.votes + #w.transfers)\n all s: Candidate | some w: Candidate | w.outcome = TiedWinner and \n (s.outcome = SoreLoser or s.outcome = TiedLoser or s.outcome = TiedEarlyLoser) implies\n (#s.votes = #w.votes) or (#s.votes + #s.transfers = #w.votes + #w.transfers)\n \/\/ When there is a tied sore loser then there are no non-sore losers\n no disj a,b: Candidate | a.outcome = TiedSoreLoser and \n (b.outcome = TiedLoser or b.outcome = TiedEarlyLoser or \n b.outcome=Loser or b.outcome=EarlyLoser)\n \/\/ For each Tied Winner there is a Tied Loser\n\tall w: Candidate | some l: Candidate | w.outcome = TiedWinner implies \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser)\n \/\/ Tied Winners and Tied Losers have an equal number of votes\n\tall disj l,w: Candidate | \n ((l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) and\n w.outcome = TiedWinner) implies #w.votes + #w.transfers = #l.votes + #l.transfers\n \/\/ Compromise winner must have more votes than any tied winners\n\tall disj c,t: Candidate | (c.outcome = CompromiseWinner and t.outcome = TiedWinner) \n\t\timplies\n\t\t#t.votes + #t.transfers < #c.votes + #c.transfers\n \/\/ Winners have more votes than non-tied losers\n\tall w,l: Candidate | w.outcome = Winner and \n (l.outcome = Loser or l.outcome = EarlyLoser or l.outcome = SoreLoser or\n l.outcome = EarlyLoserNonTransferable or l.outcome = SoreLoserNonTransferable) \n implies \n ((#l.votes < #w.votes) or (#l.votes + #l.transfers < #w.votes + #w.transfers))\n \/\/ For each Tied Loser there is at least one Tied Winner\n all c: Candidate | some w: Candidate |\n (c.outcome = TiedLoser or c.outcome = TiedSoreLoser or c.outcome = TiedEarlyLoser) \n\t\timplies w.outcome = TiedWinner\n}\n\n-- The Ballot Box\none sig BallotBox {\n spoiltBallots:\t\t set Ballot,\t\t-- empty ballots excluded from count\n nonTransferables: set Ballot,\t\t-- ballots for which preferences are exhausted\n size:\t\t\t\t\t Int \t\t\t -- number of unspolit ballots\n}\n{\n no b: Ballot | b in spoiltBallots and b in nonTransferables\n size = #Ballot - #spoiltBallots\n\t all b: Ballot | b in spoiltBallots iff #b.preferences = 0\n \/\/ All non-transferable ballots belong to an non-transferable surplus\n all b: Ballot | some c: Candidate | b in nonTransferables implies \n b in c.wasted\n}\n\n-- An Electoral Constituency\none sig Election {\n seats: \t\t\t\t Int,\t\t -- number of seats to be filled in this election\n constituencySeats:\tInt,\t\t -- full number of seats in this constituency\n method: \t\t\t\t Method\t-- type of election; PR-STV or plurality\n}\n{\n \t0 < seats and seats <= constituencySeats\n \tseats < #Candidate\n}\n \n-- Version Control for changes to model \none sig Version {\n year, month, day: Int\n} {\n year = 11\n month = 03\n day = 04\n}\n","old_contents":"-- (c) 2010-2011, Dermot Cochran, IT University of Copenhagen\n-- http:\/\/www.kindsoftware.com\/about\/people\/dc\n-- http:\/\/www.itu.dk\/people\/dero\n\nmodule Voting\n\nopen util\/integer\n\n-- Note that all axioms should be expressed as facts appended to signatures\n-- Standalone facts will be ignored by the API, but not by the analyser\n\n\/* \n\tThere are 8 winner-outcomes and 8 loser-outcomes:\n\n WinnerNonTransferable: \n elected on first round with at least one non-transferable surplus vote (STV)\n\t SurplusWinner:\t\t elected on first round with at least one surplus vote (STV),\n\t Winner: \t\t\t\t elected in the first round of counting either by quota or plurality,\n AboveQuotaWinner: elected with surplus votes after receipt of transfers (STV),\n QuotaWinnerNonTransferable:\n\t\t\t\t elected with at least one non-transferable surplus vote,\n QuotaWinner: \t\t elected with quota after transfers from another candidate (STV only),\n\t CompromiseWinner: elected on the last round of counting without quota (STV only),\n\t TiedWinner:\t\t\t elected by tie breaker,\n\t TiedLoser:\t\t\t loses only by tie breaker but reaches the threshold,\n\t Loser:\t\t\t \t\t defeated on last round but reaches the minimum threshold of votes,\n TiedEarlyLoser:\t reaches threshold but eliminated by tie breaker (STV only),\n EarlyLoserNonTransferable:\n reaches threshold bit is eliminated with some non-transferable votes,\n\t EarlyLoser:\t\t reaches threshold but is eliminated before last round (STV only),\n\t TiedSoreLoser:\t\t loses only by tie breaker but does not reach threshold,\n SoreLoserNonTransferable:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tbelow threshold and eliminated with some non-transferable votes\n\t SoreLoser: \t\t\t does not even reach the mimimum threshold of votes.\n*\/\nenum Event {SurplusWinner, \n WinnerNonTransferable, \n Winner, \n AboveQuotaWinner, \n QuotaWinnerNonTransferable, \n QuotaWinner, \n CompromiseWinner, \n\t TiedWinner, \n TiedLoser, \n Loser, \n TiedEarlyLoser, \n EarlyLoser, \n TiedSoreLoser, \n SoreLoser,\n\t EarlyLoserNonTransferable, \n SoreLoserNonTransferable}\n\nenum Method {Plurality, STV}\n\n-- An individual person standing for election\nsig Candidate {\n votes: \t\t\t set Ballot, \t-- First preference ballots assigned to this candidate\n\t transfers: \tset Ballot, -- Second and subsequent preferences received\n\t surplus: \t\t set Ballot, \t-- Ballots tranferred to another candidate election\n wasted:\t\t \t set Ballot,\t -- Ballots non-transferable due to exhaustion of preferences\n\t outcome: \t\t Event\t\t -- Election result for candidate and associated ballots\n} {\n \/\/ Non-transferable ballots\n 0 < #wasted implies (outcome = WinnerNonTransferable or \n outcome = QuotaWinnerNonTransferable or\n outcome = EarlyLoserNonTransferable or\n\t outcome = SoreLoserNonTransferable)\n (outcome = WinnerNonTransferable or outcome = QuotaWinnerNonTransferable)\n implies wasted in surplus\n (outcome = EarlyLoserNonTransferable or outcome = SoreLoserNonTransferable)\n implies wasted in votes + transfers\n \/\/ Division of ballots into first preferences and transfers\n\t no b: Ballot | b in votes & transfers\n \/\/ Division of ballots into piles for each candidate\n\t all b: Ballot | b in votes + transfers implies this in b.assignees\n \/\/ Selection of surplus ballots for re-distribution\n\t surplus in votes + transfers\n\t Election.method = Plurality implies #surplus = 0 and #transfers = 0\n \t0 < #transfers implies Election.method = STV\n \/\/ Calculation of surplus for PR-STV election\n ((outcome = Winner and Election.method = STV) or (\n outcome = SurplusWinner or outcome = WinnerNonTransferable)) implies\n Scenario.quota + #surplus = #votes\n \t(outcome = Winner or outcome = SurplusWinner or \n outcome = WinnerNonTransferable) implies #transfers = 0\n \t(outcome = QuotaWinner or outcome = AboveQuotaWinner or\n outcome = QuotaWinnerNonTransferable) implies surplus in transfers \n \t(outcome = QuotaWinner or outcome = AboveQuotaWinner or\n outcome = QuotaWinnerNonTransferable) implies \n\t\t Scenario.quota + #surplus = #votes + #transfers\n \t0 < #surplus implies (outcome = SurplusWinner or outcome = AboveQuotaWinner or\n\t\t\t\t\t\toutcome = WinnerNonTransferable or outcome = QuotaWinnerNonTransferable)\n \t(outcome = EarlyLoser or outcome = TiedEarlyLoser or \n outcome = EarlyLoserNonTransferable) iff \n\t\t (this in Scenario.eliminated and \n not (#votes + #transfers < Scenario.threshold))\n \t\/\/ All non-sore losers are at or above the threshold\n outcome = TiedLoser implies Scenario.threshold <= #votes + #transfers\n outcome = Loser implies Scenario.threshold <= #votes + #transfers\n outcome = EarlyLoser implies Scenario.threshold <= #votes + #transfers\n outcome = EarlyLoserNonTransferable implies \n Scenario.threshold <= #votes + #transfers\n outcome = TiedEarlyLoser implies Scenario.threshold <= #votes + #transfers\n \t\/\/ Plurality outcomes\n \tElection.method = Plurality implies\n\t\t (outcome = Loser or outcome = SoreLoser or outcome = Winner or \n\t\t outcome = TiedWinner or outcome = TiedLoser or outcome = TiedSoreLoser)\n \t\/\/ PR-STV Winner has at least a quota of first preference votes\n \t(Election.method = STV and outcome = Winner) implies \n Scenario.quota = #votes\n (outcome = SurplusWinner or outcome = WinnerNonTransferable) implies \n Scenario.quota < #votes\n \/\/ Quota Winner has a least a quota of votes after transfers\n\t outcome = QuotaWinner implies\n\t Scenario.quota = #votes + #transfers\n (outcome = AboveQuotaWinner or outcome = QuotaWinnerNonTransferable) \n implies\n\t Scenario.quota < #votes + #transfers\n \/\/ Quota Winner does not have a quota of first preference votes\n\t (outcome = QuotaWinner or outcome = AboveQuotaWinner or \n outcome = QuotaWinnerNonTransferable) implies\n\t\t not Scenario.quota <= #votes\n \/\/ Compromise winners do not have a quota of votes\n\t outcome = CompromiseWinner implies\n\t\t not (Scenario.quota <= #votes + #transfers)\n \/\/ STV Tied Winners have less than a quota of votes\n\t (Election.method = STV and outcome = TiedWinner) implies\n\t\t not (Scenario.quota <= #votes + #transfers)\n \/\/ Sore Losers have less votes than the threshold\n\t (outcome = SoreLoser or outcome = SoreLoserNonTransferable) implies \n\t\t #votes + #transfers < Scenario.threshold\n \/\/ Tied Sore Losers have less votes than the threshold\n\t outcome = TiedSoreLoser implies \n\t\t #votes + #transfers < Scenario.threshold\n \/\/ Size of surplus for each STV Winner and Quota Winner\n\t (outcome = SurplusWinner or outcome = WinnerNonTransferable) \n implies ((#surplus = #votes - Scenario.quota) and #transfers = 0)\n (outcome = AboveQuotaWinner or outcome = QuotaWinnerNonTransferable) \n implies (#surplus = #votes + #transfers - Scenario.quota)\n}\n\n-- A digital or paper artifact which accurately records the intentions of the voter\nsig Ballot {\n assignees: \t\tset Candidate, -- Candidates to which this ballot has been assigned\n preferences: \tseq Candidate -- Ranking of candidates\n} {\n\t assignees in preferences.elems\n not preferences.hasDups\n\t preferences.first in assignees\n\t Election.method = Plurality implies #preferences <= 1\n 0 <= #preferences\n \/\/ First preference\n all c: Candidate | preferences.first = c iff this in c.votes\n \/\/ Second and subsequent preferences\n all disj donor,receiver: Candidate |\n\t\t (donor + receiver in assignees and\n\t\t this in receiver.transfers and this in donor.surplus) implies \n\t\t (preferences.idxOf[donor] < preferences.idxOf[receiver] and\n\t\t receiver in preferences.rest.elems)\n \/\/ All ballot transfers are associated with the last candidate to receive the transfer\n\t all disj c,d: Candidate | this in c.transfers implies c in assignees and \n\t\t (d not in assignees or preferences.idxOf[d] < preferences.idxOf[c])\n \/\/ Transfers to next continuing candidate\n\t all disj skipped, receiving: Candidate | \n\t\t preferences.idxOf[skipped] < preferences.idxOf[receiving] and\n\t\t receiving in assignees and (not skipped in assignees) implies\n\t\t (skipped in Scenario.eliminated or skipped.outcome = SurplusWinner or \n\t\t skipped.outcome = AboveQuotaWinner or skipped.outcome = WinnerNonTransferable or\n skipped.outcome = QuotaWinnerNonTransferable or skipped.outcome = Winner or\n skipped.outcome = QuotaWinner)\n}\n\n-- An election result\none sig Scenario {\n losers: \t\t\t\tset Candidate,\n winners: \t\t\tset Candidate,\n\t eliminated: set Candidate, -- Early and Sore Losers under STV rules\n\t threshold: \tInt, \t\t\t\t\t -- Minimum number of votes for a Loser or Early Loser\n\t quota: \t\t\t\t Int,\t\t\t\t\t -- Minimum number of votes for a STV Winner or Quota Winner\n fullQuota:\t\tInt\t\t\t\t\t -- Quota if all constituency seats were vacant\n} {\n \tall c: Candidate | c in winners + losers\n \t#winners = Election.seats\n \tno c: Candidate | c in losers & winners\n \t0 < #losers\n \tall w: Candidate | all l: Candidate | l in losers and w in winners implies \n\t\t (#l.votes + #l.transfers <= #w.votes + #w.transfers)\n Election.method = STV implies threshold = 1 + fullQuota.div[4]\n\t eliminated in losers\n \/\/ All PR-STV losers have less votes than the quota\n\t all c: Candidate | (c in losers and Election.method = STV) implies \n #c.votes + #c.transfers < quota\n \/\/ Winners have more votes than all non-tied losers\n all disj c,d: Candidate | c in winners and \n (d.outcome = SoreLoser or d.outcome = EarlyLoser or d.outcome = Loser) implies\n\t (#d.votes + #d.transfers) < (#c.votes + #c.transfers)\n \/\/ Losers have less votes than all non-tied winners\n all disj c,d: Candidate | \n\t (c.outcome = CompromiseWinner or c.outcome = QuotaWinner or c.outcome = Winner\n\t\tor c.outcome = SurplusWinner or c.outcome = AboveQuotaWinner) and \n\t d in losers implies\n\t #d.votes + #d.transfers < #c.votes + #c.transfers\n \/\/ Lowest candidate is eliminated first\n\tall disj c,d: Candidate | c in eliminated and d not in eliminated implies\n\t\t#c.votes + #c.transfers <= #d.votes + #d.transfers\n \/\/ A non-sore plurality loser must have received at least five percent of the total vote\n\tElection.method = Plurality implies threshold = 1 + BallotBox.size.div[20]\n \/\/ Winning outcomes\n\tall c: Candidate | c in winners iff \n\t\t(c.outcome = Winner or c.outcome = QuotaWinner or \n\t\tc.outcome = CompromiseWinner or \n\t\tc.outcome = TiedWinner or c.outcome = SurplusWinner or \n\t\tc.outcome = AboveQuotaWinner or\n c.outcome = WinnerNonTransferable or\n c.outcome = QuotaWinnerNonTransferable)\n \/\/ Losing outcomes\n\tall c: Candidate | c in losers iff\n\t\t(c.outcome = Loser or c.outcome = EarlyLoser or c.outcome = SoreLoser or \n\t\tc.outcome = TiedLoser or c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser)\n \/\/ STV election quotas\n Election.method = STV implies quota = 1 + BallotBox.size.div[Election.seats+1] and\n \tfullQuota = 1 + BallotBox.size.div[Election.constituencySeats + 1]\n Election.method = Plurality implies quota = 1 and fullQuota = 1\n \/\/ All ties involve equality between at least one winner and at least one loser\n all w: Candidate | some l: Candidate | w.outcome = TiedWinner and \n\t \t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies\n\t\t(#l.votes + #l.transfers = #w.votes + #w.transfers)\n all s: Candidate | some w: Candidate | w.outcome = TiedWinner and \n (s.outcome = SoreLoser or s.outcome = TiedLoser or s.outcome = TiedEarlyLoser) implies\n (#s.votes = #w.votes) or (#s.votes + #s.transfers = #w.votes + #w.transfers)\n \/\/ When there is a tied sore loser then there are no non-sore losers\n no disj a,b: Candidate | a.outcome = TiedSoreLoser and \n (b.outcome = TiedLoser or b.outcome = TiedEarlyLoser or \n b.outcome=Loser or b.outcome=EarlyLoser)\n \/\/ For each Tied Winner there is a Tied Loser\n\tall w: Candidate | some l: Candidate | w.outcome = TiedWinner implies \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser)\n \/\/ Tied Winners and Tied Losers have an equal number of votes\n\tall disj l,w: Candidate | \n ((l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) and\n w.outcome = TiedWinner) implies #w.votes + #w.transfers = #l.votes + #l.transfers\n \/\/ Compromise winner must have more votes than any tied winners\n\tall disj c,t: Candidate | (c.outcome = CompromiseWinner and t.outcome = TiedWinner) \n\t\timplies\n\t\t#t.votes + #t.transfers < #c.votes + #c.transfers\n \/\/ Winners have more votes than non-tied losers\n\tall w,l: Candidate | w.outcome = Winner and \n (l.outcome = Loser or l.outcome = EarlyLoser or l.outcome = SoreLoser or\n l.outcome = EarlyLoserNonTransferable or l.outcome = SoreLoserNonTransferable) \n implies \n ((#l.votes < #w.votes) or (#l.votes + #l.transfers < #w.votes + #w.transfers))\n \/\/ For each Tied Loser there is at least one Tied Winner\n all c: Candidate | some w: Candidate |\n (c.outcome = TiedLoser or c.outcome = TiedSoreLoser or c.outcome = TiedEarlyLoser) \n\t\timplies w.outcome = TiedWinner\n}\n\n-- The Ballot Box\none sig BallotBox {\n spoiltBallots:\t\t set Ballot,\t\t-- empty ballots excluded from count\n nonTransferables: set Ballot,\t\t-- ballots for which preferences are exhausted\n size:\t\t\t\t\t Int \t\t\t -- number of unspolit ballots\n}\n{\n no b: Ballot | b in spoiltBallots and b in nonTransferables\n size = #Ballot - #spoiltBallots\n\t all b: Ballot | b in spoiltBallots iff #b.preferences = 0\n \/\/ All non-transferable ballots belong to an non-transferable surplus\n all b: Ballot | some c: Candidate | b in nonTransferables implies \n b in c.wasted\n}\n\n-- An Electoral Constituency\none sig Election {\n seats: \t\t\t\t Int,\t\t -- number of seats to be filled in this election\n constituencySeats:\tInt,\t\t -- full number of seats in this constituency\n method: \t\t\t\t Method\t-- type of election; PR-STV or plurality\n}\n{\n \t0 < seats and seats <= constituencySeats\n \tseats < #Candidate\n}\n \n-- Version Control for changes to model \none sig Version {\n year, month, day: Int\n} {\n year = 11\n month = 03\n day = 03\n}\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"7aeb18f0637fd8311718c9af134188894140c422","subject":"Extra synonym","message":"Extra synonym\n","repos":"johnwickerson\/memalloy,johnwickerson\/memalloy,johnwickerson\/memalloy","old_file":"archs\/exec.als","new_file":"archs\/exec.als","new_contents":"module exec[E]\nopen relations[E]\n\nsig Exec {\n ev : set E, \/\/ domain of all events\n W, R, F : set E, \/\/ writes, reads, fences\n naL : set E, \/\/ events accessing non-atomic locations\n sb : E -> E, \/\/ sequenced before\n ad : E -> E, \/\/ address dependency\n dd : E -> E, \/\/ data dependency\n cd : E -> E, \/\/ control dependency\n sthd : E -> E, \/\/ same thread (E.R.)\n sloc : E -> E, \/\/ same location (partial E.R.)\n \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n rf : E -> E, \/\/ reads-from\n co : E -> E, \/\/ coherence order\n}{\n \/\/ ev captures all and only the events involved\n W + R + F + naL in ev\n \n \/\/ fences are disjoint from accesses\n no ((R + W) & F)\n \t\n \/\/ sequenced-before is intra-thread\n sb in sthd\n\n \/\/ sequenced-before is acyclic and transitive\n strict_partial_order[sb]\n\n \/\/ sequenced-before has the \"N-free\" property\n all a,b,c,d : ev | not (\n\t((b->d) + (a->d) + (a->c)) in sb and\n no (((a->b) + (b->c) + (c->d)) & *sb))\n \n \/\/ Event e2 has an \"address dependency\" on e1 if\n \/\/ location[e2] depends on valr[e1]. Therefore \"(e1,e2) in ad\"\n \/\/ only makes sense when e1 is a read and e2 is a read or a write\n \/\/ sequenced after e1.\n ad in (R -> (R + W)) & sb\n\n \/\/ Event e2 has a \"data dependency\" on e1 if valw[e2] depends\n \/\/ on valr[e1]. Therefore \"(e1,e2) in data\" only makes sense when\n \/\/ e1 is a read and e2 is a write sequenced after e1.\n dd in (R -> W) & sb\n \n \/\/ Event e2 has a \"control dependency\" on e1 if\n \/\/ valr[e1] is used to make a subsequent branching decision\n \/\/ and e2 follows that branch in program order. Therefore\n \/\/ \"(e1,e2) in cd\" only makes sense when e1 is a read and e2\n \/\/ is sequenced after e1.\n cd in (R -> E) & sb\n\n \/\/ Control dependencies are transitive. I don't think\n \/\/ we should necessarily say the same about other types\n \/\/ of dependencies\n \/\/transitive[cd]\n\n \/\/ sthd is an equivalence relation\n is_equivalence[sthd, ev]\n \n \/\/ loc is an equivalence relation among reads and writes\n is_equivalence[sloc, R + W]\n\n \/\/ naL contains zero or more sloc-classes\n naL . sloc = naL\n\n rf in W lone -> R\n rf in sloc\n\n \/\/ co is acyclic and transitive\n strict_partial_order[co]\n\n \/\/ co is a union, over all atomic locations x, of strict\n \/\/ total orders on writes to x\n (co + ~co) = ((W - naL) -> (W - naL)) & sloc - iden\n \t\n}\n\nfun ev [e:E, X:Exec] : set E { X.ev - e }\nfun W [e:E, X:Exec] : set E { X.W - e }\nfun R [e:E, X:Exec] : set E { X.R - e }\nfun F [e:E, X:Exec] : set E { X.F - e }\nfun M [e:E, X:Exec] : set E { X.R + X.W - e }\nfun naL [e:E, X:Exec] : set E { X.naL - e }\n\nfun sb [e:E, X:Exec] : E->E { X.sb - (univ -> e) - (e -> univ) }\nfun ad [e:E, X:Exec] : E->E { X.ad - (univ -> e) - (e -> univ) }\nfun dd [e:E, X:Exec] : E->E { X.dd - (univ -> e) - (e -> univ) }\nfun cd [e:E, X:Exec] : E->E { X.cd - (univ -> e) - (e -> univ) }\nfun sthd [e:E, X:Exec] : E->E { X.sthd - (univ -> e) - (e -> univ) }\nfun sloc [e:E, X:Exec] : E->E { X.sloc - (univ -> e) - (e -> univ) }\nfun rf [e:E, X:Exec] : E->E { X.rf - (univ -> e) - (e -> univ) }\nfun co [e:E, X:Exec] : E->E { X.co - (univ -> e) - (e -> univ) }\n\n\/\/ Some synonyms\nfun po [e:E, X:Exec] : E->E { sb[e,X] }\nfun addr [e:E, X:Exec] : E->E { ad[e,X] }\nfun ctrl [e:E, X:Exec] : E->E { cd[e,X] }\nfun data [e:E, X:Exec] : E->E { dd[e,X] }\nfun loc [e:E, X:Exec] : E->E { sloc[e,X] }\nfun thd [e:E, X:Exec] : E->E { sthd[e,X] }\nfun ext [e:E, X:Exec] : E->E { (X.ev -> X.ev) - sthd[e,X] }\n\nfun fr_init[e:E, x:Exec] : E->E {\n (stor[R[e,x]] - (~(rf[e,x]) . (rf[e,x]))) . (sloc[e,x]) . (stor[W[e,x]])\n}\n\nfun fr[e:E, x : Exec] : E -> E {\n (fr_init[e,x] + (~(rf[e,x]) . (co[e,x]))) - iden\n}\n\npred no_RMWs[e:E, x : Exec] {\n no (R[e,x] & W[e,x])\n}\n\n\/\/ sb, within each thread, is total\npred total_sb[e:E, x : Exec] {\n sthd[e,x] - iden in sb[e,x] + ~(sb[e,x])\n}\n\n\/*\npred forced_co[e:E, x : Exec] {\n (imm[co[e,x]]) . (imm[co[e,x]]) . ~(imm[co[e,x]]) in\n (rc[rf[e,x]]) . (rc[(sb[e,x]) . (rc[~(rf[e,x])])])\n}\n*\/\n\n\/*\npred no_if_zero[e:E, x:Exec] {\n \/\/ avoid \"if(r==0)\" in generated litmus test\n dom[cd[e,x]] in ran[rf[e,x]]\n}\n*\/\n\n\/*************************\/\n\/* TESTS *\/\n\/*************************\/\n\npred messagepassing[x : Exec] {\n \/*\n e1: Wx=1 e3: Ry=1\n e2: Wy=1 e4: Rx=0\n *\/\n some disj e1, e2, e3, e4 : E {\n x.ev = e1 + e2 + e3 + e4\n x.sb = (e1 -> e2) + (e3 -> e4)\n x.cd = (e3 -> e4)\n x.ad = none->none\n x.dd = none->none\n x.W = e1 + e2\n x.R = e3 + e4\n x.F = none\n x.sthd = sq[e1 + e2] + sq[e3 + e4]\n x.sloc = sq[e1 + e4] + sq[e2 + e3]\n x.naL = none\n x.rf = (e2 -> e3)\n x.co = none->none\n }\n}\n\nrun messagepassing for 1 Exec, 4 E\n","old_contents":"module exec[E]\nopen relations[E]\n\nsig Exec {\n ev : set E, \/\/ domain of all events\n W, R, F : set E, \/\/ writes, reads, fences\n naL : set E, \/\/ events accessing non-atomic locations\n sb : E -> E, \/\/ sequenced before\n ad : E -> E, \/\/ address dependency\n dd : E -> E, \/\/ data dependency\n cd : E -> E, \/\/ control dependency\n sthd : E -> E, \/\/ same thread (E.R.)\n sloc : E -> E, \/\/ same location (partial E.R.)\n \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n rf : E -> E, \/\/ reads-from\n co : E -> E, \/\/ coherence order\n}{\n \/\/ ev captures all and only the events involved\n W + R + F + naL in ev\n \n \/\/ fences are disjoint from accesses\n no ((R + W) & F)\n \t\n \/\/ sequenced-before is intra-thread\n sb in sthd\n\n \/\/ sequenced-before is acyclic and transitive\n strict_partial_order[sb]\n\n \/\/ sequenced-before has the \"N-free\" property\n all a,b,c,d : ev | not (\n\t((b->d) + (a->d) + (a->c)) in sb and\n no (((a->b) + (b->c) + (c->d)) & *sb))\n \n \/\/ Event e2 has an \"address dependency\" on e1 if\n \/\/ location[e2] depends on valr[e1]. Therefore \"(e1,e2) in ad\"\n \/\/ only makes sense when e1 is a read and e2 is a read or a write\n \/\/ sequenced after e1.\n ad in (R -> (R + W)) & sb\n\n \/\/ Event e2 has a \"data dependency\" on e1 if valw[e2] depends\n \/\/ on valr[e1]. Therefore \"(e1,e2) in data\" only makes sense when\n \/\/ e1 is a read and e2 is a write sequenced after e1.\n dd in (R -> W) & sb\n \n \/\/ Event e2 has a \"control dependency\" on e1 if\n \/\/ valr[e1] is used to make a subsequent branching decision\n \/\/ and e2 follows that branch in program order. Therefore\n \/\/ \"(e1,e2) in cd\" only makes sense when e1 is a read and e2\n \/\/ is sequenced after e1.\n cd in (R -> E) & sb\n\n \/\/ Control dependencies are transitive. I don't think\n \/\/ we should necessarily say the same about other types\n \/\/ of dependencies\n \/\/transitive[cd]\n\n \/\/ sthd is an equivalence relation\n is_equivalence[sthd, ev]\n \n \/\/ loc is an equivalence relation among reads and writes\n is_equivalence[sloc, R + W]\n\n \/\/ naL contains zero or more sloc-classes\n naL . sloc = naL\n\n rf in W lone -> R\n rf in sloc\n\n \/\/ co is acyclic and transitive\n strict_partial_order[co]\n\n \/\/ co is a union, over all atomic locations x, of strict\n \/\/ total orders on writes to x\n (co + ~co) = ((W - naL) -> (W - naL)) & sloc - iden\n \t\n}\n\nfun ev [e:E, X:Exec] : set E { X.ev - e }\nfun W [e:E, X:Exec] : set E { X.W - e }\nfun R [e:E, X:Exec] : set E { X.R - e }\nfun F [e:E, X:Exec] : set E { X.F - e }\nfun M [e:E, X:Exec] : set E { X.R + X.W - e }\nfun naL [e:E, X:Exec] : set E { X.naL - e }\n\nfun sb [e:E, X:Exec] : E->E { X.sb - (univ -> e) - (e -> univ) }\nfun ad [e:E, X:Exec] : E->E { X.ad - (univ -> e) - (e -> univ) }\nfun dd [e:E, X:Exec] : E->E { X.dd - (univ -> e) - (e -> univ) }\nfun cd [e:E, X:Exec] : E->E { X.cd - (univ -> e) - (e -> univ) }\nfun sthd [e:E, X:Exec] : E->E { X.sthd - (univ -> e) - (e -> univ) }\nfun sloc [e:E, X:Exec] : E->E { X.sloc - (univ -> e) - (e -> univ) }\nfun rf [e:E, X:Exec] : E->E { X.rf - (univ -> e) - (e -> univ) }\nfun co [e:E, X:Exec] : E->E { X.co - (univ -> e) - (e -> univ) }\n\n\/\/ Some synonyms\nfun po [e:E, X:Exec] : E->E { sb[e,X] }\nfun addr [e:E, X:Exec] : E->E { ad[e,X] }\nfun ctrl [e:E, X:Exec] : E->E { cd[e,X] }\nfun data [e:E, X:Exec] : E->E { dd[e,X] }\nfun loc [e:E, X:Exec] : E->E { sloc[e,X] }\nfun thd [e:E, X:Exec] : E->E { sthd[e,X] }\n\nfun fr_init[e:E, x:Exec] : E->E {\n (stor[R[e,x]] - (~(rf[e,x]) . (rf[e,x]))) . (sloc[e,x]) . (stor[W[e,x]])\n}\n\nfun fr[e:E, x : Exec] : E -> E {\n (fr_init[e,x] + (~(rf[e,x]) . (co[e,x]))) - iden\n}\n\npred no_RMWs[e:E, x : Exec] {\n no (R[e,x] & W[e,x])\n}\n\n\/\/ sb, within each thread, is total\npred total_sb[e:E, x : Exec] {\n sthd[e,x] - iden in sb[e,x] + ~(sb[e,x])\n}\n\n\/*\npred forced_co[e:E, x : Exec] {\n (imm[co[e,x]]) . (imm[co[e,x]]) . ~(imm[co[e,x]]) in\n (rc[rf[e,x]]) . (rc[(sb[e,x]) . (rc[~(rf[e,x])])])\n}\n*\/\n\n\/*\npred no_if_zero[e:E, x:Exec] {\n \/\/ avoid \"if(r==0)\" in generated litmus test\n dom[cd[e,x]] in ran[rf[e,x]]\n}\n*\/\n\n\/*************************\/\n\/* TESTS *\/\n\/*************************\/\n\npred messagepassing[x : Exec] {\n \/*\n e1: Wx=1 e3: Ry=1\n e2: Wy=1 e4: Rx=0\n *\/\n some disj e1, e2, e3, e4 : E {\n x.ev = e1 + e2 + e3 + e4\n x.sb = (e1 -> e2) + (e3 -> e4)\n x.cd = (e3 -> e4)\n x.ad = none->none\n x.dd = none->none\n x.W = e1 + e2\n x.R = e3 + e4\n x.F = none\n x.sthd = sq[e1 + e2] + sq[e3 + e4]\n x.sloc = sq[e1 + e4] + sq[e2 + e3]\n x.naL = none\n x.rf = (e2 -> e3)\n x.co = none->none\n }\n}\n\nrun messagepassing for 1 Exec, 4 E\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"7055f85beb059491301c3e23fcee7bac6b173d82","subject":"exec: clean-up unused definitions","message":"exec: clean-up unused definitions\n","repos":"johnwickerson\/memalloy,johnwickerson\/memalloy,johnwickerson\/memalloy","old_file":"archs\/exec.als","new_file":"archs\/exec.als","new_contents":"module exec[E]\nopen relations[E]\n\nsig Exec {\n EV : set E, \/\/ domain of all events\n W, R, F : set E, \/\/ writes, reads, fences\n IW : set E, \/\/ initial writes\n NAL : set E, \/\/ events accessing non-atomic locations\n sb : E->E, \/\/ sequenced before\n ad,cd,dd : E->E, \/\/ address, control, data dependencies\n sthd : E->E, \/\/ same thread (partial E.R.)\n sloc : E->E, \/\/ same location (partial E.R.)\n stxn : E -> E, \/\/ same transaction (partial E.R.)\n ftxn : E -> E, \/\/ failed transaction (partial E.R.)\n \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n rf : E->E, \/\/ reads-from\n co : E->E, \/\/ coherence order\n}{\n \/\/ EV captures all and only the events involved\n W + R + F = EV\n\n \/\/ some reads and writes may access \"non-atomic\" locations\n NAL in (R + W)\n \n \/\/ fences are disjoint from accesses\n no ((R + W) & F)\n\n \/\/ initial events are ordinary writes\n IW in W - R\n\n \/\/ at most one initial write per location\n (IW -> IW) & sloc in iden\n \t\n \/\/ sequenced-before is intra-thread\n sb in sthd\n\n \/\/ sequenced-before is acyclic and transitive\n strict_partial_order[sb]\n\n \/\/ sequenced-before is total within a thread\n sthd in *sb + ~*sb\n\n \/\/ sthd is an equivalence relation among non-initial events\n is_equivalence[sthd, EV - IW]\n \n \/\/ loc is an equivalence relation among reads and writes\n is_equivalence[sloc, R + W]\n\n \/\/ naL contains zero or more sloc-classes\n NAL . sloc = NAL\n\n rf in sloc\n\n \/\/ co is acyclic and transitive\n strict_partial_order[co]\n\n \/\/ co is a union of strict total orders on writes, one per location\n \/\/ except for non-atomic locations, and it avoids writes that are in\n \/\/ failed transactions\n (co + ~co) = ((W - NAL) -> (W - NAL)) & sloc - iden\n\n \/\/ Event e2 has an \"address dependency\" on e1 if\n \/\/ location[e2] depends on valr[e1]. Therefore \"(e1,e2) in ad\"\n \/\/ only makes sense when e1 is a read and e2 is a read or a write\n \/\/ sequenced after e1.\n ad in (R -> (R + W)) & sb\n\n \/\/ Event e2 has a \"data dependency\" on e1 if valw[e2] depends\n \/\/ on valr[e1]. Therefore \"(e1,e2) in data\" only makes sense when\n \/\/ e1 is a read and e2 is a write sequenced after e1.\n dd in (R -> W) & sb\n \n \/\/ Event e2 has a \"control dependency\" on e1 if\n \/\/ valr[e1] is used to make a subsequent branching decision\n \/\/ and e2 follows that branch in program order. Therefore\n \/\/ \"(e1,e2) in cd\" only makes sense when e1 is a read and e2\n \/\/ is sequenced after e1.\n cd in (R -> EV) & sb\n \n \/\/ transactions are intra-thread\n stxn in sthd\n ftxn in sthd\n\n \/\/ stxn is a partial equivalence relation among a subset of\n \/\/ the non-initalisation events\n stxn in (EV - IW) -> (EV - IW)\n symmetric[stxn]\n transitive[stxn]\n\n \/\/ ftxn is a partial equivalence relation among a subset of\n \/\/ the non-initalisation events\n ftxn in (EV - IW) -> (EV - IW)\n symmetric[ftxn]\n transitive[ftxn]\n\n \/\/ no overlap between stxn and ftxn\n no stxn & ftxn\n\n \/\/ transactions must be contiguous\n ((sb.sb & stxn) . ~sb) & sb in stxn\n ((sb.sb & ftxn) . ~sb) & sb in ftxn\n\n \/\/ events sequenced after an failing transaction are control-\n \/\/ dependent on all the reads inside that ftxn\n (R & dom[ftxn]) <: (sb - ftxn) in cd\n\n \/\/ address\/data dependencies cannot escape failing transactions\n no (dom[ftxn] <: ((ad + dd) - ftxn))\n}\n\npred withinit[X:Exec] {\n \/\/ rf connects each read to exactly one write\n X.rf in X.W one -> X.R\n\n \/\/ for every event that accesses a location, there is\n \/\/ exactly one initial event at the same location\n all e : X.(R+W) | one (e.(X.sloc) & X.IW)\n\n \/\/ initial writes have no co-predecessor\n all e : X.IW | no e.~(X.co)\n}\n\npred withoutinit[X:Exec] {\n \/\/ rf connects each read to at most one write\n X.rf in X.W lone -> X.R\n \n \/\/ there are no initial writes\n no X.IW\n}\n\nfun addsb[e:PTag->E, X:Exec, F:set E] : E->E {\n *(sb[e,X]) . (stor[F]) . *(sb[e,X]) }\n\n\/\/ Perturbation Tags are an idea due to Daniel Lustig et al.\n\/\/ (ASPLOS'17, http:\/\/dl.acm.org\/citation.cfm?id=3037723)\nabstract sig PTag {}\none sig rm_EV extends PTag {}\none sig rm_ad extends PTag {}\none sig rm_cd extends PTag {}\none sig rm_dd extends PTag {}\none sig rm_txn extends PTag {}\n\nfun EV [e:PTag->E, X:Exec] : set E { X.EV - e[rm_EV] }\nfun W [e:PTag->E, X:Exec] : set E { X.W - e[rm_EV] }\nfun IW [e:PTag->E, X:Exec] : set E { X.IW - e[rm_EV] }\nfun R [e:PTag->E, X:Exec] : set E { X.R - e[rm_EV] }\nfun F [e:PTag->E, X:Exec] : set E { X.F - e[rm_EV] }\nfun NAL [e:PTag->E, X:Exec] : set E { X.NAL - e[rm_EV] }\n\nfun sb [e:PTag->E, X:Exec] : E->E {\n (univ - e[rm_EV]) <: X.sb :> (univ - e[rm_EV]) }\nfun ad [e:PTag->E, X:Exec] : E->E {\n (univ - e[rm_EV] - e[rm_ad]) <: X.ad :> (univ - e[rm_EV]) }\nfun dd [e:PTag->E, X:Exec] : E->E {\n (univ - e[rm_EV] - e[rm_dd]) <: X.dd :> (univ - e[rm_EV]) }\nfun cd [e:PTag->E, X:Exec] : E->E {\n (univ - e[rm_EV] - e[rm_cd]) <: X.cd :> (univ - e[rm_EV]) }\nfun sthd [e:PTag->E, X:Exec] : E->E {\n (univ - e[rm_EV]) <: X.sthd :> (univ - e[rm_EV]) }\nfun sloc [e:PTag->E, X:Exec] : E->E {\n (univ - e[rm_EV]) <: X.sloc :> (univ - e[rm_EV]) }\nfun stxn[e:PTag->E, X:Exec] : E->E {\n (univ - e[rm_EV] - e[rm_txn]) <: X.stxn :> (univ - e[rm_EV] - e[rm_txn]) }\nfun ftxn[e:PTag->E, X:Exec] : E->E {\n (univ - e[rm_EV] - e[rm_txn]) <: X.ftxn :> (univ - e[rm_EV] - e[rm_txn]) }\nfun rf [e:PTag->E, X:Exec] : E->E {\n (univ - e[rm_EV]) <: X.rf :> (univ - e[rm_EV]) }\nfun co [e:PTag->E, X:Exec] : E->E {\n (univ - e[rm_EV]) <: X.co :> (univ - e[rm_EV]) }\n","old_contents":"module exec[E]\nopen relations[E]\n\nsig Exec {\n EV : set E, \/\/ domain of all events\n W, R, F : set E, \/\/ writes, reads, fences\n IW : set E, \/\/ initial writes\n NAL : set E, \/\/ events accessing non-atomic locations\n sb : E->E, \/\/ sequenced before\n ad,cd,dd : E->E, \/\/ address, control, data dependencies\n sthd : E->E, \/\/ same thread (partial E.R.)\n sloc : E->E, \/\/ same location (partial E.R.)\n stxn : E -> E, \/\/ same transaction (partial E.R.)\n ftxn : E -> E, \/\/ failed transaction (partial E.R.)\n \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n rf : E->E, \/\/ reads-from\n co : E->E, \/\/ coherence order\n}{\n \/\/ EV captures all and only the events involved\n W + R + F = EV\n\n \/\/ some reads and writes may access \"non-atomic\" locations\n NAL in (R + W)\n \n \/\/ fences are disjoint from accesses\n no ((R + W) & F)\n\n \/\/ initial events are ordinary writes\n IW in W - R\n\n \/\/ at most one initial write per location\n (IW -> IW) & sloc in iden\n \t\n \/\/ sequenced-before is intra-thread\n sb in sthd\n\n \/\/ sequenced-before is acyclic and transitive\n strict_partial_order[sb]\n\n \/*\n \/\/ sequenced-before has the \"N-free\" property\n all a,b,c,d : EV | not (\n\t((b->d) + (a->d) + (a->c)) in sb and\n \tno (((a->b) + (b->c) + (c->d)) & *sb))\n *\/\n\n \/\/ sequenced-before is total within a thread\n sthd in *sb + ~*sb\n\n \/\/ sthd is an equivalence relation among non-initial events\n is_equivalence[sthd, EV - IW]\n \n \/\/ loc is an equivalence relation among reads and writes\n is_equivalence[sloc, R + W]\n\n \/\/ naL contains zero or more sloc-classes\n NAL . sloc = NAL\n\n rf in sloc\n\n \/\/ co is acyclic and transitive\n strict_partial_order[co]\n\n \/\/ co is a union of strict total orders on writes, one per location\n \/\/ except for non-atomic locations, and it avoids writes that are in\n \/\/ failed transactions\n (co + ~co) = ((W - NAL) -> (W - NAL)) & sloc - iden\n\n \/\/ Event e2 has an \"address dependency\" on e1 if\n \/\/ location[e2] depends on valr[e1]. Therefore \"(e1,e2) in ad\"\n \/\/ only makes sense when e1 is a read and e2 is a read or a write\n \/\/ sequenced after e1.\n ad in (R -> (R + W)) & sb\n\n \/\/ Event e2 has a \"data dependency\" on e1 if valw[e2] depends\n \/\/ on valr[e1]. Therefore \"(e1,e2) in data\" only makes sense when\n \/\/ e1 is a read and e2 is a write sequenced after e1.\n dd in (R -> W) & sb\n \n \/\/ Event e2 has a \"control dependency\" on e1 if\n \/\/ valr[e1] is used to make a subsequent branching decision\n \/\/ and e2 follows that branch in program order. Therefore\n \/\/ \"(e1,e2) in cd\" only makes sense when e1 is a read and e2\n \/\/ is sequenced after e1.\n cd in (R -> EV) & sb\n \n \/\/ transactions are intra-thread\n stxn in sthd\n ftxn in sthd\n\n \/\/ stxn is a partial equivalence relation among a subset of\n \/\/ the non-initalisation events\n stxn in (EV - IW) -> (EV - IW)\n symmetric[stxn]\n transitive[stxn]\n\n \/\/ ftxn is a partial equivalence relation among a subset of\n \/\/ the non-initalisation events\n ftxn in (EV - IW) -> (EV - IW)\n symmetric[ftxn]\n transitive[ftxn]\n\n \/\/ no overlap between stxn and ftxn\n no stxn & ftxn\n\n \/\/ transactions must be contiguous\n ((sb.sb & stxn) . ~sb) & sb in stxn\n ((sb.sb & ftxn) . ~sb) & sb in ftxn\n\n \/\/ events sequenced after an failing transaction are control-\n \/\/ dependent on all the reads inside that ftxn\n (R & dom[ftxn]) <: (sb - ftxn) in cd\n\n \/\/ address\/data dependencies cannot escape failing transactions\n no (dom[ftxn] <: ((ad + dd) - ftxn))\n}\n\npred withinit[X:Exec] {\n \/\/ rf connects each read to exactly one write\n X.rf in X.W one -> X.R\n\n \/\/ for every event that accesses a location, there is\n \/\/ exactly one initial event at the same location\n all e : X.(R+W) | one (e.(X.sloc) & X.IW)\n\n \/\/ initial writes have no co-predecessor\n all e : X.IW | no e.~(X.co)\n}\n\npred withoutinit[X:Exec] {\n \/\/ rf connects each read to at most one write\n X.rf in X.W lone -> X.R\n \n \/\/ there are no initial writes\n no X.IW\n}\n\nfun addsb[e:PTag->E, X:Exec, F:set E] : E->E {\n *(sb[e,X]) . (stor[F]) . *(sb[e,X]) }\n\n\/\/ Perturbation Tags are an idea due to Daniel Lustig et al.\n\/\/ (ASPLOS'17, http:\/\/dl.acm.org\/citation.cfm?id=3037723)\nabstract sig PTag {}\none sig rm_EV extends PTag {}\none sig rm_ad extends PTag {}\none sig rm_cd extends PTag {}\none sig rm_dd extends PTag {}\none sig rm_txn extends PTag {}\n\nfun EV [e:PTag->E, X:Exec] : set E { X.EV - e[rm_EV] }\nfun W [e:PTag->E, X:Exec] : set E { X.W - e[rm_EV] }\nfun IW [e:PTag->E, X:Exec] : set E { X.IW - e[rm_EV] }\nfun R [e:PTag->E, X:Exec] : set E { X.R - e[rm_EV] }\nfun F [e:PTag->E, X:Exec] : set E { X.F - e[rm_EV] }\nfun NAL [e:PTag->E, X:Exec] : set E { X.NAL - e[rm_EV] }\n\nfun sb [e:PTag->E, X:Exec] : E->E {\n (univ - e[rm_EV]) <: X.sb :> (univ - e[rm_EV]) }\nfun ad [e:PTag->E, X:Exec] : E->E {\n (univ - e[rm_EV] - e[rm_ad]) <: X.ad :> (univ - e[rm_EV]) }\nfun dd [e:PTag->E, X:Exec] : E->E {\n (univ - e[rm_EV] - e[rm_dd]) <: X.dd :> (univ - e[rm_EV]) }\nfun cd [e:PTag->E, X:Exec] : E->E {\n (univ - e[rm_EV] - e[rm_cd]) <: X.cd :> (univ - e[rm_EV]) }\nfun sthd [e:PTag->E, X:Exec] : E->E {\n (univ - e[rm_EV]) <: X.sthd :> (univ - e[rm_EV]) }\nfun sloc [e:PTag->E, X:Exec] : E->E {\n (univ - e[rm_EV]) <: X.sloc :> (univ - e[rm_EV]) }\nfun stxn[e:PTag->E, X:Exec] : E->E {\n (univ - e[rm_EV] - e[rm_txn]) <: X.stxn :> (univ - e[rm_EV] - e[rm_txn]) }\nfun ftxn[e:PTag->E, X:Exec] : E->E {\n (univ - e[rm_EV] - e[rm_txn]) <: X.ftxn :> (univ - e[rm_EV] - e[rm_txn]) }\nfun rf [e:PTag->E, X:Exec] : E->E {\n (univ - e[rm_EV]) <: X.rf :> (univ - e[rm_EV]) }\nfun co [e:PTag->E, X:Exec] : E->E {\n (univ - e[rm_EV]) <: X.co :> (univ - e[rm_EV]) }\n\n\/\/ Well-formed transaction-order\npred wf_to[X:Exec, to:E->E] {\n \n \/\/ two transactional events in the same transaction\n \/\/ will *not* be ordered by \"to\"\n no (X.stxn & to)\n\n \/\/ two transactional events in different transactions\n \/\/ will be ordered (one way or t'other) by \"to\"\n (dom[X.stxn] -> dom[X.stxn]) - X.stxn = to + ~to\n\n \/\/ \"to\" is a strict partial order\n strict_partial_order[to]\n\n}\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"030b22e20b554947bf28db0f5a232fddfe04baf2","subject":"Edit alloy model","message":"Edit alloy model\n","repos":"FrancescoZ\/PowerEnJoy","old_file":"Workspace\/RASD\/Alloy\/PowerEnjoy.als","new_file":"Workspace\/RASD\/Alloy\/PowerEnjoy.als","new_contents":"module PowEnj \n\/\/SIGNATURES\nsig Position{}\nsig Email{}\nsig Code{}\n\nsig Plug{}\n\nabstract sig Bool{}\nsig False extends Bool{}\nsig True extends Bool{}\n\nabstract sig State{}\nsig FreeState extends State{}\nsig ReservedState extends State{}\nsig RentedState extends State{}\n\nsig DriverLicense{\n\tcode:one Code,\n\texpiration:Int\n}\n{ \n\texpiration>0\n}\n\n\nsig User\n{\n\tpayInfo: some PaymentMethod,\n\tposition: one Position,\n\tlicense: one DriverLicense,\n\temail:one Email\n}\n\nsig Reservation{\n\tuser:one User,\n\ttime:Int,\n\tendTime:Int,\n\tcar:one Car\n}\n{\n\ttime>0\n\tendTime>time\n}\n\nsig Rent\n{\n\tstartTime: one Int,\n\tendTime:one Int,\n\tendRent:one Bool,\n\tapplyDiscount:one Int,\n\tapplyOvertax:one Int, \n\ttotalCost:Int,\n\tpassengers:one Int,\n\treservation:one Reservation,\n\tpayment:one PaymentMethod\n}{\n\tpassengers>=0\n\tstartTime>0\n\tendTime>startTime\n\tapplyOvertax>=0\n\tapplyDiscount>=0\n}\n\n\nabstract sig Station{\n\tparkedCar:set Car,\n\tpositoin:one Position\n}\n\nsig Parking extends Station{\n\tdistanceFromCharge:Int\n}{\n\tdistanceFromCharge>0\n}\n\n\nsig SafeArea extends Station\n{\n\tpluggedCar: set Car,\n\tplugAvailable: set Plug,\n}\n\n\nsig PaymentMethod\n{\n\ttransactionCode: one Code\n}\n\nsig Car\n{\n\tposition:one Position,\n\tbattery: Int,\n\tplate: one Code,\n\tstate:one State,\n\treadyToEnd:one Bool\n}{\n\tbattery>=0 and battery<=100\n}\n\n\/\/FACT\n\nfact{\n\t\/\/No useless paymentMethod\n\tUser.payInfo=PaymentMethod\n\t\/\/No useless Plug\n\tSafeArea.plugAvailable=Plug\n\t\/\/No useless Email\n\tUser.email=Email\n\t\/\/No useless Position\n\tCar.position+User.position=Position\n\t\/\/No useless Code\n\tCar.plate+PaymentMethod.transactionCode+DriverLicense.code=Code\n\t\/\/No useless State\n\tCar.state=State\n\t\/\/No useless Bool\n\tRent.endRent=Bool\n\t\/\/No useless License\n\tUser.license=DriverLicense\n\n\t\/\/No PaymentMethod with the same code\n\tall p1,p2:PaymentMethod| p1!=p2 implies p1.code!=p2.code\n\t\/\/No car with the same plate\n\tall c1, c2: Car | c1!=c2 implies c1.plate!=c2.plate\n\t\/\/No users with same email\n\tall u1,u2:User| u1!=u2 implies u1.email!=u2.email\n\t\/\/No users with same license\n\tall u1,u2:User| u1!=u2 implies u1.license!=u2.license\n\n\t\/\/No reservation for the same car in a time<1\n\tall r1,r2:Reservation | (r1!=r2 and r1.car=r2.car) implies (r1.time>r2.time+1 or r2.time>r1.time+1)\n\n\t\/\/If a car is reserved is in reserved state\n\tall r:Reservation,c:Car,rent:Rent| (r.car=c and !(rent.endRent=False and rent.reservation.car=c)) implies c.state=ReservedState\n\t\n\t\/\/if a car is in use is in rentedState\n\tall c:Car,r:Rent| r.reservation.car=c and r.endRent=False implies c.state=RentedState\n\t\n\t\/\/if a car is not rented or reserved is in free state and a reservation keep going for max 1 hour\n\tall c:Car,rent:Rent,res:Reservation| \n\t\t\/\/if the car is not reserved\n\t\t((res.car!=c \n\t\t\tor\n\t\t\t\t\/\/or the reservation is expired\n\t\t\t\t(res.car=c and res.endTime>res.time+1)) \n\t\tand \n\t\t\t\/\/and there is no rent on the car\n\t\t\t(rent.reservation.car!=c \n\t\t\t\tor\n\t\t\t\t\t\/\/or the rent is finished\n\t\t\t\t\t(rent.endRent=True and rent.reservation.car=c))) implies c.state=FreeState\n\t\n\t\/\/A rent can be done only after a reservation\n\tall rent:Rent,res:Reservation| rent.reservation=res implies rent.startTime>res.time and rent.startTime<=res.time+1\n\n\t\/\/Two different rent can't have the same reservation\n\tall r1,r2:Rent| r1!=r2 implies r1.reservation!=r2.reservation\n\n\t\/\/There is just one rent not finish for each car\n\tall r1,r2:Rent|r1.endRent=False and r2.reservation.car=r1.reservation.car implies !(r2.endRent=False)\n\t\n\t\/\/A rent can end only in a station\n\tall rent:Rent,c:Car,s:Station|rent.reservation.car=c and c.readyToEnd=True implies c.position=s.position\n\t\n\t\/\/A rent has been concluded only in a station\n\tall rent:Rent,s:Station|rent.endRent=True implies rent.reservation.car.position=s.position\t\n\n\t\/\/Discount for battery state applyed only if the rent in ended and the battery state is >50\n\tall rent:Rent| rent.reservation.car.battery>50 and rent.endRent=True implies rent.applyDiscount=20\n\t\n\t\/\/Discount for passengers is applyed only if the rent is finished and more than 2 passengers were found\n\tall rent:Rent| rent.passengers>2 and rent.endRent=True implies rent.applyDiscount=20\n\t\n\t\/\/All the cars parked are free\n\tall car:Car,s:Station| car.position=s.position and car.state=FreeState implies car in s.parkedCar\n\t\n\t\/\/If a car is plugged is also parked\n\tall s:SafeArea,car:Car|car in s.pluggedCar implies car in s.parkedCar \n\n\t\/\/the user get a discount parking and plugging the car\n\tall car:Car,s:SafeArea,r1,r2:Rent| car in s.parkedCar and car in s.pluggedCar implies r1.applyDiscount=30\n\t\n\t\/\/Safe area overtax\n\tall car:Car,p:Parking, r1,r2:Rent | car in p.parkedCar and p.distanceFromCharge>3 implies r1.applyDiscount=0 and r1.applyOvertax=30\n\t\n\tall car:Car| car.state=FreeState implies car in Station.parkedCar\n\t\n\tno s:SafeArea| #s.pluggedCar>#s.parkedCar\n\n\t\/\/Overtaxes are 0 or 30\n\tall rent:Rent| rent.applyOvertax=0 or rent.applyOvertax=30\n\n\t\/\/the bill is calculate only if the rent is finish\n\tall rent:Rent| rent.applyOvertax>0 or rent.applyDiscount>0 implies rent.endRent=True\n}\n\n\/\/ASSUMPTION\n\n\/\/A car can be reused after a rent\nassert CarReused{\n\tall r1,r2:Rent| r1.endRent=True and r2.endRent=False and r1.reservation.car= r2.reservation.car implies r2.startTime>r1.endTime\n}\n\n\/\/There are as many driver license as users\nassert DriverForEachDocument{\n\t#DriverLicense = #User\n\t#User=#Email\n}\n\nassert UserPaymentMethod{\n\t#User.payInfo<=#PaymentMethod\n}\n\n\/\/The rent with taxes can't have a discount\nassert RentOverTaxes{\n\tall rent:Rent| rent.applyOvertax>0 implies rent.applyDiscount 2\n\t#Car > 3\n\t#SafeArea> 1\n\t#Parking > 2\n\t#Reservation > 2\n\t#Rent > 1\n}\n\nrun SimpleWorld for 6\n\nrun RealWorld for 6\n","old_contents":"module PowEnj \n\/\/SIGNATURES\nsig Position{}\nsig Email{}\nsig Code{}\n\nsig Plug{}\n\nabstract sig Bool{}\nsig False extends Bool{}\nsig True extends Bool{}\n\nabstract sig State{}\nsig FreeState extends State{}\nsig ReservedState extends State{}\nsig RentedState extends State{}\n\nsig DriverLicense{\n\tcode:one Code,\n\texpiration:Int\n}\n{ \n\texpiration>0\n}\n\n\nsig User\n{\n\tpayInfo: some PaymentMethod,\n\tposition: one Position,\n\tlicense: one DriverLicense,\n\temail:one Email\n}\n\nsig Reservation{\n\tuser:one User,\n\ttime:Int,\n\tendTime:Int,\n\tcar:one Car\n}\n{\n\ttime>0\n\tendTime>time\n}\n\nsig Rent\n{\n\tstartTime: one Int,\n\tendTime:one Int,\n\tendRent:one Bool,\n\tapplyDiscount:one Int,\n\tapplyOvertax:one Int, \n\ttotalCost:Int,\n\tpassengers:one Int,\n\treservation:one Reservation,\n\tpayment:one PaymentMethod\n}{\n\tpassengers>=0\n\tstartTime>0\n\tendTime>startTime\n\tapplyOvertax>=0\n\tapplyDiscount>=0\n}\n\n\nabstract sig Station{\n\tparkedCar:set Car,\n\tpositoin:one Position\n}\n\nsig Parking extends Station{\n\tdistanceFromCharge:Int\n}{\n\tdistanceFromCharge>0\n}\n\n\nsig SafeArea extends Station\n{\n\tpluggedCar: set Car,\n\tplugAvailable: set Plug,\n}\n\n\nsig PaymentMethod\n{\n\ttransactionCode: one Code\n}\n\nsig Car\n{\n\tposition:one Position,\n\tbattery: Int,\n\tplate: one Code,\n\tstate:one State,\n\treadyToEnd:one Bool\n}{\n\tbattery>=0 and battery<=100\n}\n\n\/\/FACT\n\nfact{\n\t\/\/No useless paymentMethod\n\tUser.payInfo=PaymentMethod\n\t\/\/No useless Plug\n\tSafeArea.plugAvailable=Plug\n\t\/\/No useless Email\n\tUser.email=Email\n\t\/\/No useless Position\n\tCar.position+User.position=Position\n\t\/\/No useless Code\n\tCar.plate+PaymentMethod.transactionCode+DriverLicense.code=Code\n\t\/\/No useless State\n\tCar.state=State\n\t\/\/No useless Bool\n\tRent.endRent=Bool\n\t\/\/No useless License\n\tUser.license=DriverLicense\n\n\t\/\/No PaymentMethod with the same code\n\tall p1,p2:PaymentMethod| p1!=p2 implies p1.code!=p2.code\n\t\/\/No car with the same plate\n\tall c1, c2: Car | c1!=c2 implies c1.plate!=c2.plate\n\t\/\/No users with same email\n\tall u1,u2:User| u1!=u2 implies u1.email!=u2.email\n\t\/\/No users with same license\n\tall u1,u2:User| u1!=u2 implies u1.license!=u2.license\n\n\t\/\/No reservation for the same car in a time<1\n\tall r1,r2:Reservation | (r1!=r2 and r1.car=r2.car) implies (r1.time>r2.time+1 or r2.time>r1.time+1)\n\n\t\/\/If a car is reserved is in reserved state\n\tall r:Reservation,c:Car,rent:Rent| (r.car=c and !(rent.endRent=False and rent.reservation.car=c)) implies c.state=ReservedState\n\t\n\t\/\/if a car is in use is in rentedState\n\tall c:Car,r:Rent| r.reservation.car=c and r.endRent=False implies c.state=RentedState\n\t\n\t\/\/if a car is not rented or reserved is in free state and a reservation keep going for max 1 hour\n\tall c:Car,rent:Rent,res:Reservation| \n\t\t\/\/if the car is not reserved\n\t\t((res.car!=c \n\t\t\tor\n\t\t\t\t\/\/or the reservation is expired\n\t\t\t\t(res.car=c and res.endTime>res.time+1)) \n\t\tand \n\t\t\t\/\/and there is no rent on the car\n\t\t\t(rent.reservation.car!=c \n\t\t\t\tor\n\t\t\t\t\t\/\/or the rent is finished\n\t\t\t\t\t(rent.endRent=True and rent.reservation.car=c))) implies c.state=FreeState\n\t\n\t\/\/A rent can be done only after a reservation\n\tall rent:Rent,res:Reservation| rent.reservation=res implies rent.startTime>res.time and rent.startTime<=res.time+1\n\n\t\/\/Two different rent can't have the same reservation\n\tall r1,r2:Rent| r1!=r2 implies r1.reservation!=r2.reservation\n\n\t\/\/There is just one rent not finish for each car\n\tall r1,r2:Rent|r1.endRent=False and r2.reservation.car=r1.reservation.car implies !(r2.endRent=False)\n\t\n\t\/\/A rent can end only in a station\n\tall rent:Rent,c:Car,s:Station|rent.reservation.car=c and c.readyToEnd=True implies c.position=s.position\n\t\n\t\/\/A rent has been concluded only in a station\n\tall rent:Rent,s:Station|rent.endRent=True implies rent.reservation.car.position=s.position\t\n\n\t\/\/Discount for battery state applyed only if the rent in ended and the battery state is >50\n\tall rent:Rent| rent.reservation.car.battery>50 and rent.endRent=True implies rent.applyDiscount=20\n\t\n\t\/\/Discount for passengers is applyed only if the rent is finished and more than 2 passengers were found\n\tall rent:Rent| rent.passengers>2 and rent.endRent=True implies rent.applyDiscount=20\n\t\n\t\/\/All the cars parked are free\n\tall car:Car,s:Station| car.position=s.position and car.state=FreeState implies car in s.parkedCar\n\t\n\t\/\/If a car is plugged is also parked\n\tall s:SafeArea,car:Car|car in s.pluggedCar implies car in s.parkedCar \n\n\t\/\/the user get a discount parking and plugging the car\n\tall car:Car,s:SafeArea,r1,r2:Rent| car in s.parkedCar and car in s.pluggedCar implies r1.applyDiscount=30\n\t\n\t\/\/Safe area overtax\n\tall car:Car,p:Parking, r1,r2:Rent | car in p.parkedCar and p.distanceFromCharge>3 implies r1.applyDiscount=0 and r1.applyOvertax=30\n\t\n\tno s:SafeArea| #s.pluggedCar>#s.parkedCar\n\n\t\/\/Overtaxes are 0 or 30\n\tall rent:Rent| rent.applyOvertax=0 or rent.applyOvertax=30\n\n\tall rent:Rent| rent.applyOvertax>0 or rent.applyDiscount>0 implies rent.endRent=True\n}\n\n\/\/ASSUMPTION\n\n\/\/A car can be reused after a rent\nassert CarReused{\n\tall r1,r2:Rent| r1.endRent=True and r2.endRent=False and r1.reservation.car= r2.reservation.car implies r2.startTime>r1.endTime\n}\n\n\/\/There are as many driver license as users\nassert DriverForEachDocument{\n\t#DriverLicense = #User\n\t#User=#Email\n}\n\nassert UserPaymentMethod{\n\t#User.payInfo<=#PaymentMethod\n}\n\n\/\/The rent with taxes can't have a discount\nassert RentOverTaxes{\n\tall rent:Rent| rent.applyOvertax>0 implies rent.applyDiscount 2\n\t#Car > 3\n\t#SafeArea> 1\n\t#Parking > 2\n\t#Reservation > 2\n\t#Rent > 1\n}\n\nrun SimpleWorld for 6\n\nrun RealWorld for 6\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"c55e99720895548e205420a94975e3d923d432c0","subject":"tightened types to help the solver","message":"tightened types to help the solver\n","repos":"septract\/stellite-tool","old_file":"alloy\/checkTemplate.als","new_file":"alloy\/checkTemplate.als","new_contents":"\n\/****************************************************\/ \n\/* Inclusion checking code. *\/ \n\/* Template: .\/alloy\/checkTemplate.als *\/ \n\/****************************************************\/ \n\npred histIncl() { \n all dom, dom' : set Action, \n kind, kind' : Action -> Kind,\n gloc, gloc' : Action -> Glob,\n lloc, lloc' : Action -> Thr, \n callmap, retmap : Thr -> Val, \n wv, rv : Action -> Val, \n sb, sb' : Action -> Action,\n hb, mo, rf, guar, deny : Action -> Action\n when { \n \/\/ Optimisation definition \n optPred[dom, dom', kind, kind', gloc, gloc', lloc, lloc', ^sb, ^sb'] \n\n \/\/ Enforce validity for LHS\n valid[dom, kind, gloc, lloc, callmap, retmap, wv, rv, ^hb, ^sb, mo, rf] \n\n \/\/ Interfaces are the same\n Extern & dom = Extern & dom' \n Extern <: gloc = Extern <: gloc' \n Extern <: kind = Extern <: kind' \n \n \/\/ Nonatomics disabled \n \/\/ DRF[dom, kind, loc, wv, rv, ^hb, ^sb, mo, rf]\n\n guar = getguar[dom, ^hb] \n deny = getdeny[dom, kind, gloc, wv, rv, ^hb, ^sb, mo, rf] \n \n \/\/ Cut irrelevant executions. \n cutR[dom, kind, gloc, wv, rv, ^hb, ^sb, mo, rf] \n cutW[dom, kind, gloc, wv, rv, ^hb, ^sb, mo, rf] \n\n \/\/ Sanity conditions \n Action = dom + dom' \n Loc = dom.(lloc + gloc) + dom'.(lloc' + gloc') \n\n \/\/ Make the relations nicer to display \n is_core[hb] \n is_core[sb] \n is_core[sb'] \n } | \n some wvi, rvi : Intern -> Val, \n mo', rf' : Action -> Action | { \n let hb' = ^(sb' + rf'), \n wv' = wvi + (Extern <: wv), \n rv' = rvi + (Extern <: rv) | { \n\n \/\/ Enforce validity for RHS \n valid[dom', kind', gloc', lloc', callmap, retmap, wv', rv', ^hb', ^sb', mo', rf']\n\n \/\/ Atomics disabled \n \/\/DRF[dom', kind', loc', wv', rv', ^hb', sb', mo', rf']\n \n \/\/ Histories are related\n getguar[dom', ^hb'] in guar \n getdeny[dom', kind', gloc', wv', rv', ^hb', ^sb', mo', rf'] in deny \n } \n }\n} \n\n\/\/ check { histIncl } for 7\n\n\n\/****************************************************\/ \n\/* Debugging code. *\/ \n\/* Generate LHS \/ RHS of the inclusion. *\/ \n\/****************************************************\/ \n\n\/\/ pred histInclRun() { \n\/\/ some dom, dom' : set Action, kind, kind' : Action -> Kind,\n\/\/ gloc, gloc', lloc, lloc' : Action -> Loc, \n\/\/ callmap, retmap : Thr -> Val, \n\/\/ wv, rv : Action -> Val, \n\/\/ sb, sb' : Action -> Action,\n\/\/ hb, mo, rf, guar, deny : Action -> Action,\n\/\/ wvi, rvi : Intern -> Val, \n\/\/ mo', rf' : Action -> Action | { \n\/\/ let hb' = ^(sb' + rf'), \n\/\/ wv' = wvi + (Extern <: wv), \n\/\/ rv' = rvi + (Extern <: rv) | { \n\/\/ \/\/ Optimisation definition \n\/\/ optPred[dom, dom', kind, kind', gloc, gloc', lloc, lloc', ^sb, ^sb'] \n\/\/ \n\/\/ valid[dom, kind, gloc, lloc, callmap, retmap, wv, rv, ^hb, ^sb, mo, rf] \n\/\/ \n\/\/ \/\/ Nonatomics disabled \n\/\/ \/\/ DRF[dom, kind, loc, wv, rv, ^hb, ^sb, mo, rf]\n\/\/ \n\/\/ guar = getguar[dom, ^hb] \n\/\/ deny = getdeny[dom, kind, gloc, wv, rv, ^hb, ^sb, mo, rf] \n\/\/ \n\/\/ \/\/ Cut irrelevant executions. \n\/\/ cutR[dom, kind, gloc, wv, rv, ^hb, ^sb, mo, rf] \n\/\/ cutW[dom, kind, gloc, wv, rv, ^hb, ^sb, mo, rf] \n\/\/ \n\/\/ \/\/ Sanity conditions \n\/\/ Action = dom + dom' \n\/\/ Loc = dom.(lloc + gloc) + dom'.(lloc' + gloc') \n\/\/ \n\/\/ \/\/ Make the relations nicer to display \n\/\/ is_core[hb] \n\/\/ is_core[sb] \n\/\/ is_core[sb'] \n\/\/ \n\/\/ \/\/ one Call & (dom + dom') \n\/\/ \/\/ one Ret & (dom + dom') \n\/\/ \n\/\/ \/\/ \/\/ Pre-execution structure\n\/\/ \/\/ preexecWF[dom, kind, gloc, lloc, sb] \n\/\/ \/\/ preexecWF[dom', kind', gloc', lloc', ^sb'] \n\/\/ \n\/\/ Extern & dom = Extern & dom' \n\/\/ Extern <: gloc = Extern <: gloc' \n\/\/ Extern <: kind = Extern <: kind' \n\/\/ valid[dom', kind', gloc', lloc', callmap, retmap, wv', rv', ^hb', ^sb', mo', rf']\n\/\/ \n\/\/ \/\/ Atomics disabled \n\/\/ \/\/DRF[dom', kind', loc', wv', rv', ^hb', ^sb', mo', rf']\n\/\/ \n\/\/ getguar[dom', ^hb'] in guar \n\/\/ getdeny[dom', kind', gloc', wv', rv', ^hb', ^sb', mo', rf'] in deny \n\/\/ } \n\/\/ }\n\/\/ } \n\/\/ \n\/\/ pred histInclRunLHS() { \n\/\/ some dom : set Action, kind : Action -> Kind,\n\/\/ gloc, lloc : Action -> Loc, \n\/\/ callmap, retmap : Thr -> Val, \n\/\/ wv, rv : Action -> Val, \n\/\/ sb : Action -> Action,\n\/\/ hb, mo, rf, guar, deny : Action -> Action, \n\/\/ x: Glob, l : Thr | { \n\/\/ \/\/ Optimisation definition \n\/\/ optLHS[dom - Extern, kind, gloc, lloc, ^sb, x, l] \n\/\/ preexecWF[dom, kind, gloc, lloc, sb] \n\/\/ one Call & dom \n\/\/ one Ret & dom \n\/\/ \n\/\/ valid[dom, kind, gloc, lloc, callmap, retmap, wv, rv, ^hb, ^sb, mo, rf] \n\/\/ \n\/\/ \/\/ Nonatomics disabled \n\/\/ \/\/ DRF[dom, kind, loc, wv, rv, ^hb, ^sb, mo, rf]\n\/\/ \n\/\/ guar = getguar[dom, ^hb] \n\/\/ deny = getdeny[dom, kind, gloc, wv, rv, ^hb, ^sb, mo, rf] \n\/\/ \n\/\/ \/\/ Cut irrelevant executions. \n\/\/ cutR[dom, kind, gloc, wv, rv, ^hb, ^sb, mo, rf] \n\/\/ cutW[dom, kind, gloc, wv, rv, ^hb, ^sb, mo, rf] \n\/\/ \n\/\/ \/\/ Sanity conditions \n\/\/ Action = dom \n\/\/ Loc = dom.(lloc + gloc) \n\/\/ \n\/\/ \/\/ Make the relations nicer to display \n\/\/ is_core[hb] \n\/\/ is_core[sb] \n\/\/ }\n\/\/ } \n\n\n\/\/run { histInclRun } for 4\n\/\/run { histInclRunLHS } for 6 \n\n\n","old_contents":"\n\/****************************************************\/ \n\/* Inclusion checking code. *\/ \n\/* Template: .\/alloy\/checkTemplate.als *\/ \n\/****************************************************\/ \n\npred histIncl() { \n all dom, dom' : set Action, kind, kind' : Action -> Kind,\n gloc, gloc', lloc, lloc' : Action -> Loc, \n callmap, retmap : Thr -> Val, \n wv, rv : Action -> Val, \n sb, sb' : Action -> Action,\n hb, mo, rf, guar, deny : Action -> Action\n when { \n \/\/ Optimisation definition \n optPred[dom, dom', kind, kind', gloc, gloc', lloc, lloc', ^sb, ^sb'] \n\n \/\/ Enforce validity for LHS\n valid[dom, kind, gloc, lloc, callmap, retmap, wv, rv, ^hb, ^sb, mo, rf] \n\n \/\/ Interfaces are the same\n Extern & dom = Extern & dom' \n Extern <: gloc = Extern <: gloc' \n Extern <: kind = Extern <: kind' \n \n \/\/ Nonatomics disabled \n \/\/ DRF[dom, kind, loc, wv, rv, ^hb, ^sb, mo, rf]\n\n guar = getguar[dom, ^hb] \n deny = getdeny[dom, kind, gloc, wv, rv, ^hb, ^sb, mo, rf] \n \n \/\/ Cut irrelevant executions. \n cutR[dom, kind, gloc, wv, rv, ^hb, ^sb, mo, rf] \n cutW[dom, kind, gloc, wv, rv, ^hb, ^sb, mo, rf] \n\n \/\/ Sanity conditions \n Action = dom + dom' \n Loc = dom.(lloc + gloc) + dom'.(lloc' + gloc') \n\n \/\/ Make the relations nicer to display \n is_core[hb] \n is_core[sb] \n is_core[sb'] \n } | \n some wvi, rvi : Intern -> Val, \n mo', rf' : Action -> Action | { \n let hb' = ^(sb' + rf'), \n wv' = wvi + (Extern <: wv), \n rv' = rvi + (Extern <: rv) | { \n\n \/\/ Enforce validity for RHS \n valid[dom', kind', gloc', lloc', callmap, retmap, wv', rv', ^hb', ^sb', mo', rf']\n\n \/\/ Atomics disabled \n \/\/DRF[dom', kind', loc', wv', rv', ^hb', sb', mo', rf']\n \n \/\/ Histories are related\n getguar[dom', ^hb'] in guar \n getdeny[dom', kind', gloc', wv', rv', ^hb', ^sb', mo', rf'] in deny \n } \n }\n} \n\n\/\/ check { histIncl } for 7\n\n\n\/****************************************************\/ \n\/* Debugging code. *\/ \n\/* Generate LHS \/ RHS of the inclusion. *\/ \n\/****************************************************\/ \n\n\/\/ pred histInclRun() { \n\/\/ some dom, dom' : set Action, kind, kind' : Action -> Kind,\n\/\/ gloc, gloc', lloc, lloc' : Action -> Loc, \n\/\/ callmap, retmap : Thr -> Val, \n\/\/ wv, rv : Action -> Val, \n\/\/ sb, sb' : Action -> Action,\n\/\/ hb, mo, rf, guar, deny : Action -> Action,\n\/\/ wvi, rvi : Intern -> Val, \n\/\/ mo', rf' : Action -> Action | { \n\/\/ let hb' = ^(sb' + rf'), \n\/\/ wv' = wvi + (Extern <: wv), \n\/\/ rv' = rvi + (Extern <: rv) | { \n\/\/ \/\/ Optimisation definition \n\/\/ optPred[dom, dom', kind, kind', gloc, gloc', lloc, lloc', ^sb, ^sb'] \n\/\/ \n\/\/ valid[dom, kind, gloc, lloc, callmap, retmap, wv, rv, ^hb, ^sb, mo, rf] \n\/\/ \n\/\/ \/\/ Nonatomics disabled \n\/\/ \/\/ DRF[dom, kind, loc, wv, rv, ^hb, ^sb, mo, rf]\n\/\/ \n\/\/ guar = getguar[dom, ^hb] \n\/\/ deny = getdeny[dom, kind, gloc, wv, rv, ^hb, ^sb, mo, rf] \n\/\/ \n\/\/ \/\/ Cut irrelevant executions. \n\/\/ cutR[dom, kind, gloc, wv, rv, ^hb, ^sb, mo, rf] \n\/\/ cutW[dom, kind, gloc, wv, rv, ^hb, ^sb, mo, rf] \n\/\/ \n\/\/ \/\/ Sanity conditions \n\/\/ Action = dom + dom' \n\/\/ Loc = dom.(lloc + gloc) + dom'.(lloc' + gloc') \n\/\/ \n\/\/ \/\/ Make the relations nicer to display \n\/\/ is_core[hb] \n\/\/ is_core[sb] \n\/\/ is_core[sb'] \n\/\/ \n\/\/ \/\/ one Call & (dom + dom') \n\/\/ \/\/ one Ret & (dom + dom') \n\/\/ \n\/\/ \/\/ \/\/ Pre-execution structure\n\/\/ \/\/ preexecWF[dom, kind, gloc, lloc, sb] \n\/\/ \/\/ preexecWF[dom', kind', gloc', lloc', ^sb'] \n\/\/ \n\/\/ Extern & dom = Extern & dom' \n\/\/ Extern <: gloc = Extern <: gloc' \n\/\/ Extern <: kind = Extern <: kind' \n\/\/ valid[dom', kind', gloc', lloc', callmap, retmap, wv', rv', ^hb', ^sb', mo', rf']\n\/\/ \n\/\/ \/\/ Atomics disabled \n\/\/ \/\/DRF[dom', kind', loc', wv', rv', ^hb', ^sb', mo', rf']\n\/\/ \n\/\/ getguar[dom', ^hb'] in guar \n\/\/ getdeny[dom', kind', gloc', wv', rv', ^hb', ^sb', mo', rf'] in deny \n\/\/ } \n\/\/ }\n\/\/ } \n\/\/ \n\/\/ pred histInclRunLHS() { \n\/\/ some dom : set Action, kind : Action -> Kind,\n\/\/ gloc, lloc : Action -> Loc, \n\/\/ callmap, retmap : Thr -> Val, \n\/\/ wv, rv : Action -> Val, \n\/\/ sb : Action -> Action,\n\/\/ hb, mo, rf, guar, deny : Action -> Action, \n\/\/ x: Glob, l : Thr | { \n\/\/ \/\/ Optimisation definition \n\/\/ optLHS[dom - Extern, kind, gloc, lloc, ^sb, x, l] \n\/\/ preexecWF[dom, kind, gloc, lloc, sb] \n\/\/ one Call & dom \n\/\/ one Ret & dom \n\/\/ \n\/\/ valid[dom, kind, gloc, lloc, callmap, retmap, wv, rv, ^hb, ^sb, mo, rf] \n\/\/ \n\/\/ \/\/ Nonatomics disabled \n\/\/ \/\/ DRF[dom, kind, loc, wv, rv, ^hb, ^sb, mo, rf]\n\/\/ \n\/\/ guar = getguar[dom, ^hb] \n\/\/ deny = getdeny[dom, kind, gloc, wv, rv, ^hb, ^sb, mo, rf] \n\/\/ \n\/\/ \/\/ Cut irrelevant executions. \n\/\/ cutR[dom, kind, gloc, wv, rv, ^hb, ^sb, mo, rf] \n\/\/ cutW[dom, kind, gloc, wv, rv, ^hb, ^sb, mo, rf] \n\/\/ \n\/\/ \/\/ Sanity conditions \n\/\/ Action = dom \n\/\/ Loc = dom.(lloc + gloc) \n\/\/ \n\/\/ \/\/ Make the relations nicer to display \n\/\/ is_core[hb] \n\/\/ is_core[sb] \n\/\/ }\n\/\/ } \n\n\n\/\/run { histInclRun } for 4\n\/\/run { histInclRunLHS } for 6 \n\n\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"31f6f91b3fbf6c4e02a4329933a4a999f3dc73ee","subject":"ptags","message":"ptags\n","repos":"johnwickerson\/memalloy,johnwickerson\/memalloy,johnwickerson\/memalloy","old_file":"archs\/exec.als","new_file":"archs\/exec.als","new_contents":"module exec[E]\nopen relations[E]\n\nsig Exec {\n EV : set E, \/\/ domain of all events\n W, R, F : set E, \/\/ writes, reads, fences\n IW : set E, \/\/ initial writes\n NAL : set E, \/\/ events accessing non-atomic locations\n sb : E->E, \/\/ sequenced before\n ad,cd,dd : E->E, \/\/ address, control, data dependencies\n sthd : E->E, \/\/ same thread (partial E.R.)\n sloc : E->E, \/\/ same location (partial E.R.)\n \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n rf : E->E, \/\/ reads-from\n co : E->E, \/\/ coherence order\n}{\n \/\/ EV captures all and only the events involved\n W + R + F = EV\n\n \/\/ some reads and writes may access \"non-atomic\" locations\n NAL in (R + W)\n \n \/\/ fences are disjoint from accesses\n no ((R + W) & F)\n\n \/\/ initial events are ordinary writes\n IW in W - R\n\n \/\/ at most one initial write per location\n (IW -> IW) & sloc in iden\n \t\n \/\/ sequenced-before is intra-thread\n sb in sthd\n\n \/\/ sequenced-before is acyclic and transitive\n strict_partial_order[sb]\n\n \/*\n \/\/ sequenced-before has the \"N-free\" property\n all a,b,c,d : EV | not (\n\t((b->d) + (a->d) + (a->c)) in sb and\n \tno (((a->b) + (b->c) + (c->d)) & *sb))\n *\/\n\n \/\/ sequenced-before is total within a thread\n sthd in *sb + ~*sb\n\n \/\/ sthd is an equivalence relation among non-initial events\n is_equivalence[sthd, EV - IW]\n \n \/\/ loc is an equivalence relation among reads and writes\n is_equivalence[sloc, R + W]\n\n \/\/ naL contains zero or more sloc-classes\n NAL . sloc = NAL\n\n rf in sloc\n\n \/\/ co is acyclic and transitive\n strict_partial_order[co]\n\n \/\/ co is a union, over all atomic locations x, of strict\n \/\/ total orders on writes to x\n (co + ~co) = ((W - NAL) -> (W - NAL)) & sloc - iden\n\n \/\/ Event e2 has an \"address dependency\" on e1 if\n \/\/ location[e2] depends on valr[e1]. Therefore \"(e1,e2) in ad\"\n \/\/ only makes sense when e1 is a read and e2 is a read or a write\n \/\/ sequenced after e1.\n ad in (R -> (R + W)) & sb\n\n \/\/ Event e2 has a \"data dependency\" on e1 if valw[e2] depends\n \/\/ on valr[e1]. Therefore \"(e1,e2) in data\" only makes sense when\n \/\/ e1 is a read and e2 is a write sequenced after e1.\n dd in (R -> W) & sb\n \n \/\/ Event e2 has a \"control dependency\" on e1 if\n \/\/ valr[e1] is used to make a subsequent branching decision\n \/\/ and e2 follows that branch in program order. Therefore\n \/\/ \"(e1,e2) in cd\" only makes sense when e1 is a read and e2\n \/\/ is sequenced after e1.\n cd in (R -> EV) & sb\n \t\n}\n\npred withinit[X:Exec] {\n \/\/ rf connects each read to exactly one write\n X.rf in X.W one -> X.R\n\n \/\/ for every event that accesses a location, there is\n \/\/ exactly one initial event at the same location\n all e : X.(R+W) | one (e.(X.sloc) & X.IW)\n\n \/\/ initial writes have no co-predecessor\n all e : X.IW | no e.~(X.co)\n}\n\npred withoutinit[X:Exec] {\n \/\/ rf connects each read to at most one write\n X.rf in X.W lone -> X.R\n \n \/\/ there are no initial writes\n no X.IW\n}\n\nfun addsb[e:PTag->E, X:Exec, F:set E] : E->E {\n *(sb[e,X]) . (stor[F]) . *(sb[e,X]) }\n \n\n\/\/ Perturbation Tags are an idea due to Daniel Lustig et al.\n\/\/ (ASPLOS'17, http:\/\/dl.acm.org\/citation.cfm?id=3037723)\nabstract sig PTag {}\none sig rm_EV extends PTag {}\none sig rm_ad extends PTag {}\none sig rm_cd extends PTag {}\none sig rm_dd extends PTag {}\n\nfun EV [e:PTag->E, X:Exec] : set E { X.EV - e[rm_EV] }\nfun W [e:PTag->E, X:Exec] : set E { X.W - e[rm_EV] }\nfun IW [e:PTag->E, X:Exec] : set E { X.IW - e[rm_EV] }\nfun R [e:PTag->E, X:Exec] : set E { X.R - e[rm_EV] }\nfun F [e:PTag->E, X:Exec] : set E { X.F - e[rm_EV] }\nfun NAL [e:PTag->E, X:Exec] : set E { X.NAL - e[rm_EV] }\n\nfun sb [e:PTag->E, X:Exec] : E->E {\n (univ - e[rm_EV]) <: X.sb :> (univ - e[rm_EV]) }\nfun ad [e:PTag->E, X:Exec] : E->E {\n (univ - e[rm_EV] - e[rm_ad]) <: X.ad :> (univ - e[rm_EV]) }\nfun dd [e:PTag->E, X:Exec] : E->E {\n (univ - e[rm_EV] - e[rm_dd]) <: X.dd :> (univ - e[rm_EV]) }\nfun cd [e:PTag->E, X:Exec] : E->E {\n (univ - e[rm_EV] - e[rm_cd]) <: X.cd :> (univ - e[rm_EV]) }\nfun sthd [e:PTag->E, X:Exec] : E->E {\n (univ - e[rm_EV]) <: X.sthd :> (univ - e[rm_EV]) }\nfun sloc [e:PTag->E, X:Exec] : E->E {\n (univ - e[rm_EV]) <: X.sloc :> (univ - e[rm_EV]) }\nfun rf [e:PTag->E, X:Exec] : E->E {\n (univ - e[rm_EV]) <: X.rf :> (univ - e[rm_EV]) }\nfun co [e:PTag->E, X:Exec] : E->E {\n (univ - e[rm_EV]) <: X.co :> (univ - e[rm_EV]) }\n","old_contents":"module exec[E]\nopen relations[E]\n\nsig Exec {\n EV : set E, \/\/ domain of all events\n W, R, F : set E, \/\/ writes, reads, fences\n IW : set E, \/\/ initial writes\n NAL : set E, \/\/ events accessing non-atomic locations\n sb : E->E, \/\/ sequenced before\n ad,cd,dd : E->E, \/\/ address, control, data dependencies\n sthd : E->E, \/\/ same thread (partial E.R.)\n sloc : E->E, \/\/ same location (partial E.R.)\n \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n rf : E->E, \/\/ reads-from\n co : E->E, \/\/ coherence order\n}{\n \/\/ EV captures all and only the events involved\n W + R + F = EV\n\n \/\/ some reads and writes may access \"non-atomic\" locations\n NAL in (R + W)\n \n \/\/ fences are disjoint from accesses\n no ((R + W) & F)\n\n \/\/ initial events are ordinary writes\n IW in W - R\n\n \/\/ at most one initial write per location\n (IW -> IW) & sloc in iden\n \t\n \/\/ sequenced-before is intra-thread\n sb in sthd\n\n \/\/ sequenced-before is acyclic and transitive\n strict_partial_order[sb]\n\n \/*\n \/\/ sequenced-before has the \"N-free\" property\n all a,b,c,d : EV | not (\n\t((b->d) + (a->d) + (a->c)) in sb and\n \tno (((a->b) + (b->c) + (c->d)) & *sb))\n *\/\n\n \/\/ sequenced-before is total within a thread\n sthd in *sb + ~*sb\n\n \/\/ sthd is an equivalence relation among non-initial events\n is_equivalence[sthd, EV - IW]\n \n \/\/ loc is an equivalence relation among reads and writes\n is_equivalence[sloc, R + W]\n\n \/\/ naL contains zero or more sloc-classes\n NAL . sloc = NAL\n\n rf in sloc\n\n \/\/ co is acyclic and transitive\n strict_partial_order[co]\n\n \/\/ co is a union, over all atomic locations x, of strict\n \/\/ total orders on writes to x\n (co + ~co) = ((W - NAL) -> (W - NAL)) & sloc - iden\n\n \/\/ Event e2 has an \"address dependency\" on e1 if\n \/\/ location[e2] depends on valr[e1]. Therefore \"(e1,e2) in ad\"\n \/\/ only makes sense when e1 is a read and e2 is a read or a write\n \/\/ sequenced after e1.\n ad in (R -> (R + W)) & sb\n\n \/\/ Event e2 has a \"data dependency\" on e1 if valw[e2] depends\n \/\/ on valr[e1]. Therefore \"(e1,e2) in data\" only makes sense when\n \/\/ e1 is a read and e2 is a write sequenced after e1.\n dd in (R -> W) & sb\n \n \/\/ Event e2 has a \"control dependency\" on e1 if\n \/\/ valr[e1] is used to make a subsequent branching decision\n \/\/ and e2 follows that branch in program order. Therefore\n \/\/ \"(e1,e2) in cd\" only makes sense when e1 is a read and e2\n \/\/ is sequenced after e1.\n cd in (R -> EV) & sb\n \t\n}\n\npred withinit[X:Exec] {\n \/\/ rf connects each read to exactly one write\n X.rf in X.W one -> X.R\n\n \/\/ for every event that accesses a location, there is\n \/\/ exactly one initial event at the same location\n all e : X.(R+W) | one (e.(X.sloc) & X.IW)\n\n \/\/ initial writes have no co-predecessor\n all e : X.IW | no e.~(X.co)\n}\n\npred withoutinit[X:Exec] {\n \/\/ rf connects each read to at most one write\n X.rf in X.W lone -> X.R\n \n \/\/ there are no initial writes\n no X.IW\n}\n\nfun addsb[e:PTag->E, X:Exec, F:set E] : E->E {\n *(sb[e,X]) . (stor[F]) . *(sb[e,X]) }\n \n\nabstract sig PTag {} \/\/ Perturbation Tag\none sig rm_EV extends PTag {}\none sig rm_ad extends PTag {}\none sig rm_cd extends PTag {}\none sig rm_dd extends PTag {}\n\nfun EV [e:PTag->E, X:Exec] : set E { X.EV - e[rm_EV] }\nfun W [e:PTag->E, X:Exec] : set E { X.W - e[rm_EV] }\nfun IW [e:PTag->E, X:Exec] : set E { X.IW - e[rm_EV] }\nfun R [e:PTag->E, X:Exec] : set E { X.R - e[rm_EV] }\nfun F [e:PTag->E, X:Exec] : set E { X.F - e[rm_EV] }\nfun NAL [e:PTag->E, X:Exec] : set E { X.NAL - e[rm_EV] }\n\nfun sb [e:PTag->E, X:Exec] : E->E {\n (univ - e[rm_EV]) <: X.sb :> (univ - e[rm_EV]) }\nfun ad [e:PTag->E, X:Exec] : E->E {\n (univ - e[rm_EV] - e[rm_ad]) <: X.ad :> (univ - e[rm_EV]) }\nfun dd [e:PTag->E, X:Exec] : E->E {\n (univ - e[rm_EV] - e[rm_dd]) <: X.dd :> (univ - e[rm_EV]) }\nfun cd [e:PTag->E, X:Exec] : E->E {\n (univ - e[rm_EV] - e[rm_cd]) <: X.cd :> (univ - e[rm_EV]) }\nfun sthd [e:PTag->E, X:Exec] : E->E {\n (univ - e[rm_EV]) <: X.sthd :> (univ - e[rm_EV]) }\nfun sloc [e:PTag->E, X:Exec] : E->E {\n (univ - e[rm_EV]) <: X.sloc :> (univ - e[rm_EV]) }\nfun rf [e:PTag->E, X:Exec] : E->E {\n (univ - e[rm_EV]) <: X.rf :> (univ - e[rm_EV]) }\nfun co [e:PTag->E, X:Exec] : E->E {\n (univ - e[rm_EV]) <: X.co :> (univ - e[rm_EV]) }\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"b813a8472151972c137b4cf5174e64bf454da276","subject":"refactor","message":"refactor\n","repos":"nishio\/learning_alloy,nishio\/learning_alloy,nishio\/learning_alloy","old_file":"illust_logic\/illustLogic.als","new_file":"illust_logic\/illustLogic.als","new_contents":"open util\/ordering[Col] as cols\nopen util\/ordering[Row] as rows\n\nabstract sig Region {\n\tindex: Int\n}\nsig Col extends Region {\n cell: Row -> Color\n}{\n\tindex >= 0\n\tindex <= 9\n}\nsig Row extends Region {}{\n\tindex >= 0\n\tindex <= 9\n}\n\nfact {\n\tall r: Col - last {\n\t\tadd[r.index, 1] = r.next.index\n\t}\n\tall r: Row - last {\n\t\tadd[r.index, 1] = r.next.index\n\t}\n}\n\nenum Color { Black, White }\n\nfact {\n all c: Col, r: Row | one cell [c, r]\n}\n\n-- both Row and Col\npred prev_is_white(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u30c8\u30ea\u30c3\u30af: prev\u304cCol->Col\u3067\u3082Row\u306b\u4f7f\u3063\u3066\u3088\u3044\n\t\/\/ \u306a\u305c\u306a\u3089\u7a7a\u96c6\u5408\u304c\u8fd4\u308b\u306e\u3067in White\u304c\u6210\u7acb\u3059\u308b\u304b\u3089\n\tcell[prev[c], r] + cell[c, prev[r]] in White\n}\n\npred no_prev(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u30c8\u30ea\u30c3\u30af: next\u304cCol->Col\u3067\u3082Row\u306b\u4f7f\u3063\u3066\u3088\u3044\n\t\/\/ \u306a\u305c\u306a\u3089\u7a7a\u96c6\u5408\u304c\u8fd4\u308b\u306e\u3067no\u304c\u6210\u7acb\u3059\u308b\u304b\u3089\n\tno prev[c] and no prev[r]\n}\n\n\/\/ c, r\u304c\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u3067\u3042\u308b\u304b\u3069\u3046\u304b\npred is_black_head(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u6700\u521d\u306eRow\u3067\u3042\u308b\u304b\u3001\u307e\u305f\u306f\u524d\u306eRow\u306e\u30bb\u30eb\u304c\u767d\u3044\n no_prev[c, r, prev] or prev_is_white[c, r, prev]\n\t\/\/ \u3053\u306e\u30bb\u30eb\u306f\u9ed2\u3044\n cell[c, r] in Black\n}\nfun range(start, end: Region, next: Region -> Region): Region{\n\tstart.*next - end.^next\n}\n\nfun get_block_end(start: Region, size: Int): Region{\t\n\tplus[start.index, minus[size, 1]][index]\n}\n\n-- about rows\n\nfun headsInRow (r: Row): set Col {\n { c: Col | blackHeadInRow[c, r] }\n}\n\nfact noOtherHeadsInRow {\n no c: Col, r: Row | c not in headsInRow[r] and blackHeadInRow[c, r]\n}\n\npred headsSeqInRow (r: Row, s: seq Col) {\n s.elems = headsInRow[r]\n all i: s.butlast.inds | lt [s[i], s[plus[i, 1]]]\n}\n\nfun Int2Row (i: Int): Row {\n\tindex.i & Row\n}\n\npred rowHint (j: Int, sizes: seq Int) {\n let r = Int2Row[j] | some cs: seq Col {\n #sizes = #cs\n \/\/ cs\u306f\u9ed2\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u306e\u4f4d\u7f6e\u306e\u30bd\u30fc\u30c8\u3055\u308c\u305f\u30b7\u30fc\u30af\u30a8\u30f3\u30b9\n headsSeqInRow [r, cs]\n all i: sizes.inds {\n \/\/ cs[i]\u3092start, start\u306e\u4f4d\u7f6e\u306bsize[i]\u3092\u8db3\u3057\u30661\u3092\u5f15\u3044\u305f\u4f4d\u7f6e\u306b\u3042\u308bCol\u3092end\u3068\u547c\u3076\n let start = cs [i], end = Col & get_block_end[start, sizes[i]] {\n\n \/\/ end\u304c\u5b58\u5728\u3059\u308b\n some end\n \/\/ start\u304b\u3089end\u307e\u3067\u5168\u90e8\u9ed2\n all c: range[start, end, cols\/next] | cell [c, r] in Black\n \/\/ end\u306e\u6b21\u304c\u306a\u3044\u304b\u3001\u307e\u305f\u306f\u767d\n no end.next or cell [end.next, r] in White\n }\n }\n }\n}\n\n\npred blackHeadInCol (c: Col, r: Row) {\n\tis_black_head[c, r, rows\/prev]\n}\npred blackHeadInRow (c: Col, r: Row) {\n\tis_black_head[c, r, cols\/prev]\n}\n\n-- about cols\n\/\/ Col c\u306e\u4e2d\u306e\u3001\u30d6\u30ed\u30c3\u30af\u306e\u982d\u3067\u3042\u308bRow\u306e\u96c6\u5408\nfun headsInCol (c: Col): set Row {\n { r: Row | blackHeadInCol[c, r] }\n}\n\nfact noOtherHeadsInCol {\n no c: Col, r: Row | r not in headsInCol[c] and blackHeadInCol[c, r]\n}\n\npred headsSeqInCol (c: Col, s: seq Row) {\n\t\/\/ s\u306e\u8981\u7d20\u306f\u30d6\u30ed\u30c3\u30af\u5148\u982d\u306e\u96c6\u5408\u3068\u540c\u4e00\n s.elems = headsInCol[c]\n\t\/\/ s\u306f\u5358\u8abf\u5897\u52a0\n all i: s.butlast.inds | lt [s[i], s[plus[i, 1]]]\n}\n\nfun Int2Col (i: Int): Col {\n\tindex.i & Col\n}\n\n\npred colHint (j: Int, sizes: seq Int) {\n let c = Int2Col[j] | some rs: seq Row {\n #sizes = #rs\n headsSeqInCol [c, rs]\n all i: sizes.inds {\n let start = rs [i], end = Row & get_block_end[start, sizes[i]] {\n \tsome end\n \tall r: range[start, end, rows\/next] | cell [c, r] in Black\n \tno end.next or cell [c, end.next] in White\n \t}\n\t\t}\n }\n}\n-- riddle from http:\/\/homepage1.nifty.com\/sabo10\/rulelog\/illust.html\nsolve: run {\n rowHint [0, 0 -> 3]\n rowHint [1, 0 -> 2 + 1 -> 2]\n rowHint [2, 0 -> 1 + 1 -> 1 + 2 -> 1]\n rowHint [3, 0 -> 3 + 1 -> 3]\n rowHint [4, 0 -> 5]\n rowHint [5, 0 -> 7]\n rowHint [6, 0 -> 7]\n rowHint [7, 0 -> 7]\n rowHint [8, 0 -> 7]\n rowHint [9, 0 -> 5]\n\n colHint [0, 0 -> 4]\n colHint [1, 0 -> 6]\n colHint [2, 0 -> 7]\n colHint [3, 0 -> 9]\n colHint [4, 0 -> 2 + 1 -> 7]\n colHint [5, 0 -> 1 + 1 -> 6]\n colHint [6, 0 -> 2 + 1 -> 4]\n colHint [7, 0 -> 3]\n colHint [8, 0 -> 1]\n colHint [9, 0 -> 2]\n} for 10 but 5 Int\n","old_contents":"open util\/ordering[Col] as cols\nopen util\/ordering[Row] as rows\n\nabstract sig Region {\n\tindex: Int\n}\nsig Col extends Region {\n cell: Row -> Color\n}{\n\tindex >= 0\n\tindex <= 9\n}\nsig Row extends Region {}{\n\tindex >= 0\n\tindex <= 9\n}\n\nfact {\n\tall r: Col - last {\n\t\tadd[r.index, 1] = r.next.index\n\t}\n\tall r: Row - last {\n\t\tadd[r.index, 1] = r.next.index\n\t}\n}\n\nenum Color { Black, White }\n\nfact {\n all c: Col, r: Row | one cell [c, r]\n}\n\n-- about rows\n\nfun headsInRow (r: Row): set Col {\n { c: Col | blackHeadInRow[c, r] }\n}\n\nfact noOtherHeadsInRow {\n no c: Col, r: Row | c not in headsInRow[r] and blackHeadInRow[c, r]\n}\n\npred headsSeqInRow (r: Row, s: seq Col) {\n s.elems = headsInRow[r]\n all i: s.butlast.inds | lt [s[i], s[plus[i, 1]]]\n}\n\nfun Int2Row (i: Int): Row {\n\tindex.i & Row\n}\n\npred rowHint (j: Int, sizes: seq Int) {\n let r = Int2Row[j] | some cs: seq Col {\n #sizes = #cs\n \/\/ cs\u306f\u9ed2\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u306e\u4f4d\u7f6e\u306e\u30bd\u30fc\u30c8\u3055\u308c\u305f\u30b7\u30fc\u30af\u30a8\u30f3\u30b9\n headsSeqInRow [r, cs]\n all i: sizes.inds {\n \/\/ cs[i]\u3092start, start\u306e\u4f4d\u7f6e\u306bsize[i]\u3092\u8db3\u3057\u30661\u3092\u5f15\u3044\u305f\u4f4d\u7f6e\u306b\u3042\u308bCol\u3092end\u3068\u547c\u3076\n let start = cs [i], end = Int2Col [plus [start.index, minus[sizes [i], 1] ]] {\n \/\/ end\u304c\u5b58\u5728\u3059\u308b\n some end\n \/\/ start\u304b\u3089end\u307e\u3067\u5168\u90e8\u9ed2\n all c: start.*cols\/next - end.^cols\/next | cell [c, r] in Black\n \/\/ end\u306e\u6b21\u304c\u306a\u3044\u304b\u3001\u307e\u305f\u306f\u767d\n no end.next or cell [end.next, r] in White\n }\n }\n }\n}\n\npred prev_is_white(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u30c8\u30ea\u30c3\u30af: prev\u304cCol->Col\u3067\u3082Row\u306b\u4f7f\u3063\u3066\u3088\u3044\n\t\/\/ \u306a\u305c\u306a\u3089\u7a7a\u96c6\u5408\u304c\u8fd4\u308b\u306e\u3067in White\u304c\u6210\u7acb\u3059\u308b\u304b\u3089\n\tcell[prev[c], r] + cell[c, prev[r]] in White\n}\n\npred no_prev(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u30c8\u30ea\u30c3\u30af: next\u304cCol->Col\u3067\u3082Row\u306b\u4f7f\u3063\u3066\u3088\u3044\n\t\/\/ \u306a\u305c\u306a\u3089\u7a7a\u96c6\u5408\u304c\u8fd4\u308b\u306e\u3067no\u304c\u6210\u7acb\u3059\u308b\u304b\u3089\n\tno prev[c] and no prev[r]\n}\n\n\/\/ c, r\u304c\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u3067\u3042\u308b\u304b\u3069\u3046\u304b\npred is_black_head(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u6700\u521d\u306eRow\u3067\u3042\u308b\u304b\u3001\u307e\u305f\u306f\u524d\u306eRow\u306e\u30bb\u30eb\u304c\u767d\u3044\n no_prev[c, r, prev] or prev_is_white[c, r, prev]\n\t\/\/ \u3053\u306e\u30bb\u30eb\u306f\u9ed2\u3044\n cell[c, r] in Black\n}\n\npred blackHeadInCol (c: Col, r: Row) {\n\tis_black_head[c, r, rows\/prev]\n}\npred blackHeadInRow (c: Col, r: Row) {\n\tis_black_head[c, r, cols\/prev]\n}\n\n-- about cols\n\/\/ Col c\u306e\u4e2d\u306e\u3001\u30d6\u30ed\u30c3\u30af\u306e\u982d\u3067\u3042\u308bRow\u306e\u96c6\u5408\nfun headsInCol (c: Col): set Row {\n { r: Row | blackHeadInCol[c, r] }\n}\n\nfact noOtherHeadsInCol {\n no c: Col, r: Row | r not in headsInCol[c] and blackHeadInCol[c, r]\n}\n\npred headsSeqInCol (c: Col, s: seq Row) {\n\t\/\/ s\u306e\u8981\u7d20\u306f\u30d6\u30ed\u30c3\u30af\u5148\u982d\u306e\u96c6\u5408\u3068\u540c\u4e00\n s.elems = headsInCol[c]\n\t\/\/ s\u306f\u5358\u8abf\u5897\u52a0\n all i: s.butlast.inds | lt [s[i], s[plus[i, 1]]]\n}\n\nfun Int2Col (i: Int): Col {\n\tindex.i & Col\n}\n\nfun range(start, end: Region, next: Region -> Region): Region{\n\tstart.*next - end.^next\n}\npred colHint (j: Int, sizes: seq Int) {\n let c = Int2Col[j] | some rs: seq Row {\n #sizes = #rs\n headsSeqInCol [c, rs]\n all i: sizes.inds {\n let start = rs [i], end = Int2Row [plus [start.index, minus[sizes [i], 1] ]] {\n \tsome end\n \tall r: range[start, end, rows\/next] | cell [c, r] in Black\n \tno end.next or cell [c, end.next] in White\n \t}\n\t\t}\n }\n}\n-- riddle from http:\/\/homepage1.nifty.com\/sabo10\/rulelog\/illust.html\nsolve: run {\n rowHint [0, 0 -> 3]\n rowHint [1, 0 -> 2 + 1 -> 2]\n rowHint [2, 0 -> 1 + 1 -> 1 + 2 -> 1]\n rowHint [3, 0 -> 3 + 1 -> 3]\n rowHint [4, 0 -> 5]\n rowHint [5, 0 -> 7]\n rowHint [6, 0 -> 7]\n rowHint [7, 0 -> 7]\n rowHint [8, 0 -> 7]\n rowHint [9, 0 -> 5]\n\n colHint [0, 0 -> 4]\n colHint [1, 0 -> 6]\n colHint [2, 0 -> 7]\n colHint [3, 0 -> 9]\n colHint [4, 0 -> 2 + 1 -> 7]\n colHint [5, 0 -> 1 + 1 -> 6]\n colHint [6, 0 -> 2 + 1 -> 4]\n colHint [7, 0 -> 3]\n colHint [8, 0 -> 1]\n colHint [9, 0 -> 2]\n} for 10 but 5 Int\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"72ec6ab0e0f3fa323ac6667478c8a5dfeabfc1ec","subject":"updating tdrf experiment for benjamin","message":"updating tdrf experiment for benjamin\n","repos":"johnwickerson\/memalloy,johnwickerson\/memalloy,johnwickerson\/memalloy","old_file":"mappings\/c11_tdrf.als","new_file":"mappings\/c11_tdrf.als","new_contents":"open ..\/archs\/exec_C[E]\nopen ..\/models\/c11_txn[E] as M\nopen ..\/models\/tsc[E] as N\n\nmodule c11_tdrf[E]\n\npred p[X:Exec_C] {\n withoutinit[X]\n\n M\/consistent[none->none, X]\n M\/racefree[none->none, X]\n\n not (N\/consistent[none->none,X])\n\n \/\/ all transactions are atomic\n no (X.stxn - X.atxn)\n\n \/\/ avoid non-SC atomic operations\n no (X.A - X.SC)\n\n X.EV = E\n}\n\nrun p for 1 Exec, 7 E \/\/ started on benjamin 1448 on fri 3 nov\n","old_contents":"open ..\/archs\/exec_C[E]\nopen ..\/models\/c11_txn[E] as M\nopen ..\/models\/tsc[E] as N\n\nmodule c11_tdrf[E]\n\npred p[X:Exec_C] {\n withoutinit[X]\n\n M\/consistent[none->none, X]\n M\/racefree[none->none, X]\n\n not (N\/consistent[none->none,X])\n\n X.EV = E\n}\n\nrun p for 1 Exec, 6 E\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"f693d8156ce8d8eb85230980d819e862dbbf42d1","subject":"Added extra lemma and predicate to confirm that scenario matching is accurate.","message":"Added extra lemma and predicate to confirm that scenario matching is accurate.\n","repos":"GaloisInc\/Votail,GaloisInc\/Votail,GaloisInc\/Votail","old_file":"models\/Lemmas.als","new_file":"models\/Lemmas.als","new_contents":"-- Copyright (c) 2010-2011, Dermot Cochran, IT University of Copenhagen\n-- http:\/\/www.kindsoftware.com\/about\/people\/dc\n-- http:\/\/www.itu.dk\/people\/dero\n\nmodule Lemmas\n\nopen Voting\n\n-- Basic Lemmas\nassert honestCount {\n\t all c: Candidate | all b: Ballot | b in c.votes + c.transfers implies \n c in b.assignees\n}\ncheck honestCount for 15 but 6 int\n\nassert atLeastOneLoser {\n\t0 < #Scenario.losers\n}\ncheck atLeastOneLoser for 15 but 6 int\n\nassert atLeastOneWinner {\n\t0 < #Scenario.winners\n}\ncheck atLeastOneWinner for 14 but 6 int\n\nassert plurality {\n\tall c: Candidate | all b: Ballot | b in c.votes and \n\t\tElection.method = Plurality implies c in b.preferences.first\n}\ncheck plurality for 18 but 6 int\n\nassert pluralityNoTransfers {\n all c: Candidate | Election.method = Plurality implies 0 = #c.transfers\n}\ncheck pluralityNoTransfers for 13 but 7 int\n\nassert wellFormedTieBreaker {\n\tsome w,l : Candidate | (w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers) implies \n\t\tw.outcome = TiedWinner and \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser)\n}\ncheck wellFormedTieBreaker for 18 but 6 int\n\nassert validSurplus {\n\tall c: Candidate | 0 < #c.surplus implies (c.outcome = WinnerNonTransferable or \n\t\tc.outcome = QuotaWinnerNonTransferable or c.outcome = SurplusWinner or\n\t\tc.outcome = AboveQuotaWinner or\n\t\tc in Scenario.eliminated)\n}\ncheck validSurplus for 16 but 6 int\n\n-- Advanced Lemmas\n\/\/ Equal losers are tied or excluded early before last round\nassert equalityofTiedWinnersAndLosers {\n\tall disj w,l: Candidate | w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes + #w.transfers = #l.votes + #l.transfers implies\n\t\t\tw.outcome = TiedWinner and \n\t\t\t(l.outcome = TiedLoser or \n l.outcome = TiedSoreLoser or\n l.outcome = EarlyLoserNonTransferable or\n l.outcome = EarlySoreLoserNonTransferable or\n l.outcome = EarlyLoser)\n}\ncheck equalityofTiedWinnersAndLosers for 16 but 7 int\n\n\/\/ No lost votes during counting\nassert accounting {\n\tall b: Ballot | some c: Candidate | 0 < #b.preferences implies \n b in c.votes and c in b.assignees\n}\ncheck accounting for 16 but 6 int\n\n\/\/ Cannot have tie breaker with both tied sore loser and non-sore loser\nassert tiedWinnerLoserTiedSoreLoser {\n\tno disj c,w,l: Candidate | c.outcome = TiedSoreLoser and\n\t w.outcome = TiedWinner and (l.outcome = Loser or l.outcome = TiedLoser)\n}\ncheck tiedWinnerLoserTiedSoreLoser for 6 int\n\n\/\/ Compromise winner must have at least one vote\nassert validCompromise {\n\tall c: Candidate | c.outcome = CompromiseWinner implies 0 < #c.votes + #c.transfers\n}\ncheck validCompromise for 6 int\n\n\/\/ Quota winner needs transfers\nassert quotaWinnerNeedsTransfers {\n all c: Candidate | c.outcome = QuotaWinner implies 0 < #c.transfers\n}\ncheck quotaWinnerNeedsTransfers for 7 int\n\n\/\/ Sore losers below threshold\nassert soreLoserBelowThreshold {\n all c: Candidate | c.outcome = SoreLoser implies not (Scenario.threshold <= #c.votes + #c.transfers)\n}\ncheck soreLoserBelowThreshold for 10 but 6 int\n\n\/\/ Possible outcomes when under the threshold\nassert underThresholdOutcomes {\n all c: Candidate | (#c.votes + #c.transfers < Scenario.threshold) implies\n (c.outcome = SoreLoser or c.outcome = TiedSoreLoser or c.outcome = TiedWinner or\n c.outcome = EarlySoreLoserNonTransferable or c.outcome = EarlySoreLoser or\n c.outcome = CompromiseWinner or (Election.method = Plurality and c.outcome = Winner))\n}\ncheck underThresholdOutcomes for 10 but 6 int\n\n\/\/ Tied Winners have equality of votes and transfers\nassert tiedWinnerEquality {\n all a,b: Candidate | (a.outcome = TiedWinner and b.outcome = TiedWinner) implies\n\t#a.votes + #a.transfers = #b.votes + #b.transfers\n}\ncheck tiedWinnerEquality for 10 but 6 int\n\n\/\/ Non-negative threshold and quota\nassert nonNegativeThresholdAndQuota {\n\t0 <= Scenario.threshold and 0 <= Scenario.quota\n}\ncheck nonNegativeThresholdAndQuota for 6 but 6 int\n\n\/\/ STV threshold below quota\nassert thresholdBelowQuota {\n Election.method = STV and 0 < #Ballot implies Scenario.threshold <= Scenario.quota\n}\ncheck thresholdBelowQuota for 13 but 7 int\n\n\/\/ Plurality sore loser\nassert pluralitySoreLoser {\n\tall c: Candidate | (c.outcome = SoreLoser and Election.method = Plurality) implies\n #c.votes < Scenario.threshold\n}\ncheck pluralitySoreLoser for 13 but 7 int\n\n\/\/ Plurality winner for a single seat constituency\nassert pluralityWinner {\nall disj a, b: Candidate | (Election.method = Plurality and Election.seats = 1 and\n\t\ta.outcome = Winner) implies #b.votes <= #a.votes\n}\ncheck pluralityWinner for 2 but 7 int\n\n\/\/ Length of PR-STV ballot does not exceed number of candidates\nassert lengthOfBallot {\n all b: Ballot | Election.method = STV implies\n #b.preferences <= #Candidate\n}\ncheck lengthOfBallot for 7 int\n\n\/\/ Quota for a full election is less than for a by-election\nassert fullQuota {\n\tScenario.fullQuota <= Scenario.quota\n}\ncheck fullQuota for 7 int\n\n\/\/ All transfers have a source either from a winner with surplus or by early elimination\n\/\/ of a loser\nassert transfersHaveSource {\n all b: Ballot | some disj donor, receiver : Candidate | b in receiver.transfers \n \t\timplies b in donor.votes and \n \t\t(donor in Scenario.winners or donor in Scenario.eliminated)\n}\ncheck transfersHaveSource for 7 int \n\n\/\/ No missing candidates\nassert noMissingCandidates {\n #Candidate = #Scenario.winners + #Scenario.losers\n }\ncheck noMissingCandidates for 7 int\n\n\/\/ Spoilt votes are not allocated to any candidate\nassert handleSpoiltBallots {\n no c : Candidate | some b : Ballot | b in c.votes and b in BallotBox.spoiltBallots\n}\ncheck handleSpoiltBallots for 7 int\n\n\/\/ Non-sore Loser is above threshold\nassert nonSoreLoserAboveThreshold {\n no c : Candidate | c.outcome = Loser and \n (#c.votes + #c.transfers) < Scenario.threshold\n}\ncheck nonSoreLoserAboveThreshold for 7 but 7 int\n\n-- Sample scenarios\npred TwoCandidatePlurality { \n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Candidate = 2\n}\nrun TwoCandidatePlurality for 10 but 2 Ballot, 6 int\n\npred PluralityTiedWinner {\n\tElection.method = Plurality\n\tElection.seats = 1\n\tsome disj a,b: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser\n}\nrun PluralityTiedWinner for 10 but 6 int\n\npred ThreeCandidatePlurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Candidate = 3\n}\nrun ThreeCandidatePlurality for 6 int\n\npred Plurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t3 < #Candidate\n}\nrun Plurality for 5 but 6 int\n\npred TenCandidatePluralityWithTwoSeats {\n\tElection.method = Plurality\n\tElection.seats = 2\n\t#Candidate = 10\n}\nrun TenCandidatePluralityWithTwoSeats for 10 but 6 int\n\npred InstantRunoffVoting {\n\tElection.method = STV\n\tElection.seats = 1\n\t3 < #Candidate\n}\nrun InstantRunoffVoting for 10 but 6 int\n\npred STV3 {\n\tElection.method = STV\n\tElection.seats = 3\n}\nrun STV3 for 5 but 6 int\n\npred ThreeWinnersOneLoser {\n Election.method = STV\n\tsome disj a,b,d: Candidate | a.outcome = Winner\n \t and b.outcome = QuotaWinner or b.outcome = CompromiseWinner\n\t and d in Scenario.losers\n}\nrun ThreeWinnersOneLoser for 6 but 6 int\n\npred LoserAndEarlyLoser {\n\tone d: Candidate | d.outcome = Loser\n\tone e: Candidate | e.outcome = EarlyLoser\n}\nrun LoserAndEarlyLoser for 5 but 6 int\n\npred OneWinnerNineLosers {\n\t#Scenario.winners = 1\n\t#Scenario.losers = 9\n}\nrun OneWinnerNineLosers for 16 but 6 int\n\npred ThreeWayTie {\n\t#Candidate = 3\n Election.method = Plurality\n\tsome disj a,b,c: Candidate | a.outcome = TiedWinner and \n\t\tb.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser\n}\nrun ThreeWayTie for 10 but 6 int\n\npred FiveWayTie {\n\tsome disj a,b,c,d,e: Candidate | a.outcome = TiedWinner and\n\t b.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser and d.outcome = TiedLoser and e.outcome = TiedWinner\n}\nrun FiveWayTie for 7 but 6 int\n\npred ScenarioLWW {\n\tsome disj a,b,c: Candidate | a.outcome = Loser and b.outcome = Winner and \n\t\tc.outcome = Winner\n #Candidate = 3\n\tElection.method = STV\n 0 < #Ballot\n}\nrun ScenarioLWW for 7 but 7 int\n\npred LongBallot {\n\tsome b: Ballot | #b.preferences = 7\n}\nrun LongBallot for 7 but 6 int\n\npred MultipleBallotsUnderSTV {\n\tElection.method = STV\n\tsome disj a,b,c,d: Ballot | 1 < #a.preferences and 1 < #b.preferences \n\tand 0 < #c.preferences and 0 < #d.preferences and \n a.preferences.first = b.preferences.last\n}\nrun MultipleBallotsUnderSTV for 10 but 6 int\n\npred WinnerLoserEarlyLoser {\n\tsome a,b,c,d : Candidate | a.outcome = Winner and b.outcome = Loser and \n\t\tc.outcome = EarlyLoser and d.outcome = SoreLoser\n\tElection.method = STV\n}\nrun WinnerLoserEarlyLoser for 7 but 6 int\n\npred TiedScenario { \n some disj a,b: Candidate | a.outcome = TiedLoser and b.outcome = TiedWinner\n Election.method = STV\n #Candidate = 2\n #Election.seats = 1\n}\nrun TiedScenario for 7 but 6 int\n\npred NoTiesAndNoSoresScenarios {\n Election.method = STV\n #Candidate > 3\n #Ballot > 6\n no c: Candidate | c.outcome = TiedLoser or c.outcome = TiedWinner or\n c.outcome = TiedSoreLoser or c.outcome = SoreLoser\n}\nrun NoTiesAndNoSoresScenarios for 10 but 6 int\n\n-- Scenario tests\npred SLW {\n some disj c0,c1,d: Candidate | c0.outcome = Loser and c1.outcome = Winner and \n d.outcome = SoreLoser and\n Election.method = Plurality and #Candidate = 3\n Scenario.threshold = 1\n}\nrun SLW for 6 but 6 int\n\npred SSSLW {\n some disj c0,c1,d,e,f: Candidate | c0.outcome = Loser and c1.outcome = Winner and \n d.outcome = SoreLoser and\n e.outcome = SoreLoser and\n f.outcome = SoreLoser and\n Election.method = Plurality and #Candidate = 5\n}\nrun SSSLW for 6 but 6 int\n\npred SSSSLW {\n some disj c0,c1,d,e,f,g: Candidate | c0.outcome = Loser and c1.outcome = Winner and \n d.outcome = SoreLoser and\n e.outcome = SoreLoser and\n f.outcome = SoreLoser and\n g.outcome = SoreLoser and\n Election.method = Plurality and #Candidate = 6\n}\nrun SSSSLW for 6 but 6 int\n\npred LW {\n some disj c0,c1: Candidate | c0.outcome = Loser and c1.outcome = Winner and \n Election.method = Plurality and 0 < #Ballot and #Candidate = 2\n}\nrun LW for 5 but 6 int\n\npred LWstv {\n some disj c0,c1: Candidate | c0.outcome = Loser and c1.outcome = Winner and \n Election.method = STV and 0 < #Ballot and #Candidate = 2\n}\nrun LWstv for 7 but 7 int\n\npred LLWstv {\n some disj c0,c1,c2: Candidate | c0.outcome = Loser and c1.outcome = Winner and\n c2.outcome = Loser and \n Election.method = STV and #Candidate = 3\n}\nrun LLWstv for 6 but 6 int\n\npred SW {\n some disj c0,c1: Candidate | c0.outcome = SoreLoser and c1.outcome = Winner and \n Election.method = Plurality and 1 < #Ballot and #Candidate = 2\n}\nrun SW for 2 but 7 int\n\npred StWt {\n some disj c0,c1: Candidate | c0.outcome = TiedSoreLoser and \n c1.outcome = TiedWinner and \n Election.method = Plurality\n}\nrun StWt for 2 but 7 int\n\npred LQ {\n\tsome disj a,b: Candidate | a.outcome = Loser and b.outcome = QuotaWinner\n #Candidate = 2\n 0 < #Ballot\n}\nrun LQ for 10 but 6 int\n\npred LQQ {\n\tsome disj a,b,c: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and\n c.outcome = QuotaWinner\n #Candidate = 3\n 0 < #Ballot\n}\nrun LQQ for 10 but 6 int\n\npred LQW {\n\tsome disj a,b,c: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and \n\t\tc.outcome = Winner\n #Candidate = 3\n 0 < #Ballot\n}\nrun LQW for 10 but 6 int\n\npred LQQW {\n\tsome disj a,b,c,d: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and \n\t\tc.outcome = Winner and d.outcome = QuotaWinner\n #Candidate = 4\n 0 < #Ballot\n}\nrun LQQW for 10 but 6 int\n\npred SLAQW {\n\tsome disj a,b,c,d,e: Candidate | a.outcome = Loser and \n b.outcome = AboveQuotaWinner and \n\t\tc.outcome = SurplusWinner and d.outcome = Winner and e.outcome = SoreLoser\n #Candidate = 5\n}\nrun SLAQW for 16 but 7 int\n\npred SurplusWinner {\n some c: Candidate | c.outcome = SurplusWinner\n}\nrun SurplusWinner for 10 but 7 int\n\npred AboveQuotaWinner {\n some c: Candidate | c.outcome = AboveQuotaWinner\n}\nrun AboveQuotaWinner for 10 but 7 int\n\npred WinnerNonTransferable {\n\tsome c: Candidate | c.outcome = WinnerNonTransferable\n}\nrun WinnerNonTransferable for 16 but 7 int\n\npred QuotaWinnerNonTransferable {\n some c: Candidate | c.outcome = QuotaWinnerNonTransferable\n}\nrun QuotaWinnerNonTransferable for 16 but 7 int\n\npred SoreLoserNonTransferable {\n\tsome c: Candidate | c.outcome = EarlySoreLoserNonTransferable\n}\nrun SoreLoserNonTransferable for 16 but 7 int\n\npred EarlyLoserNonTransferable {\n some c: Candidate | c.outcome = EarlyLoserNonTransferable\n}\nrun EarlyLoserNonTransferable for 16 but 7 int\n\npred SLTT {\n some disj c1,c3,c8,c9: Candidate | \n c1.outcome = SoreLoser and c3.outcome = Loser and \n c8.outcome = TiedLoser and c9.outcome = TiedWinner and \n Election.method = Plurality and #Candidate = 4\n}\nrun SLTT for 13 but 7 int\n\npred SLLTT {\n some disj c2,c3,c4,c8,c9: Candidate | \n c2.outcome = SoreLoser and c3.outcome = Loser and \n c4.outcome = Loser and c8.outcome = TiedLoser and c9.outcome = TiedWinner and \n Election.method = Plurality and #Candidate = 5\n}\nrun SLLTT for 13 but 7 int\n\npred SSLTT {\n some disj c1,c2,c4,c8,c9: Candidate | \n c1.outcome = SoreLoser and c2.outcome = SoreLoser and \n c4.outcome = Loser and c8.outcome = TiedLoser and c9.outcome = TiedWinner and \n Election.method = Plurality and #Candidate = 5\n}\nrun SSLTT for 13 but 7 int\n\npred SSLLTT {\n some disj c1,c2,c3,c4,c8,c9: Candidate | \n c1.outcome = SoreLoser and c2.outcome = SoreLoser and c3.outcome = Loser and \n c4.outcome = Loser and c8.outcome = TiedLoser and c9.outcome = TiedWinner and \n Election.method = Plurality and #Candidate = 6\n}\nrun SSLLTT for 13 but 7 int\n\npred SSLLLTTw {\n some disj c0,c1,c3,c4,c5,c7,c8: Candidate | c0.outcome = SoreLoser and \n c1.outcome = SoreLoser and c3.outcome = Loser and \n c4.outcome = Loser and c5.outcome = Loser and \n c7.outcome = TiedLoser and c8.outcome = TiedWinner and \n Election.method = Plurality and #Candidate = 7\n}\nrun SSLLLTTw for 13 but 7 int\n\npred SSSLLLTTw {\n some disj c0,s2,c1,c3,c4,c5,c7,c8: Candidate | c0.outcome = SoreLoser and \n c1.outcome = SoreLoser and s2.outcome = SoreLoser and c3.outcome = Loser and \n c4.outcome = Loser and c5.outcome = Loser and \n c7.outcome = TiedLoser and c8.outcome = TiedWinner and \n Election.method = Plurality and #Candidate = 8\n}\nrun SSSLLLTTw for 13 but 7 int\n\npred LLLLTTw {\n some disj c3,c4,c5,c6,c7,c9: Candidate | \n c3.outcome = Loser and \n c4.outcome = Loser and \n c5.outcome = Loser and \n c6.outcome = Loser and \n c7.outcome = TiedLoser and \n c9.outcome = TiedWinner and \n Election.method = Plurality and \n #Candidate = 6\n}\nrun LLLLTTw for 16 but 7 int\n\npred LLLLLLW {\n some disj c3,c4,c5,c6,c7,c8,c9: Candidate | \n c3.outcome = Loser and \n c4.outcome = Loser and \n c5.outcome = Loser and \n c6.outcome = Loser and \n c7.outcome = Loser and \n c8.outcome = Loser and \n c9.outcome = Winner and \n Election.method = Plurality and \n #Candidate = 7\n}\nrun LLLLLLW for 16 but 7 int\n\npred largeSurplus {\n some c: Candidate | 0 < #c.surplus\n}\nrun largeSurplus for 10 but 7 int\n\npred LWW6 {\nsome disj c0,c1,c2: Candidate | c0.outcome = Loser and c1.outcome = Winner \n and c2.outcome = Winner and Election.method = STV and #Candidate = 3\n}\nrun LWW6 for 16 but 7 int\n\npred LLLtLtWt {\n some disj c5,c6,c7,c8,c9: Candidate | \n c5.outcome = TiedLoser and \n c6.outcome = TiedLoser and \n c7.outcome = Loser and \n c8.outcome = Loser and \n c9.outcome = TiedWinner and \n Election.method = Plurality and \n #Candidate = 5\n}\nrun LLLtLtWt for 10 but 7 int\n\npred LLLLWstv {\n some disj a,b,c,d,e: Candidate | \n e.outcome = Loser and \n d.outcome = Loser and \n c.outcome = Loser and \n b.outcome = Loser and \n a.outcome = Winner and \n Election.method = STV and \n #Candidate = 5\n}\nrun LLLLWstv for 16 but 7 int\n\n\n","old_contents":"-- Copyright (c) 2010-2011, Dermot Cochran, IT University of Copenhagen\n-- http:\/\/www.kindsoftware.com\/about\/people\/dc\n-- http:\/\/www.itu.dk\/people\/dero\n\nmodule Lemmas\n\nopen Voting\n\n-- Basic Lemmas\nassert honestCount {\n\t all c: Candidate | all b: Ballot | b in c.votes + c.transfers implies \n c in b.assignees\n}\ncheck honestCount for 15 but 6 int\n\nassert atLeastOneLoser {\n\t0 < #Scenario.losers\n}\ncheck atLeastOneLoser for 15 but 6 int\n\nassert atLeastOneWinner {\n\t0 < #Scenario.winners\n}\ncheck atLeastOneWinner for 14 but 6 int\n\nassert plurality {\n\tall c: Candidate | all b: Ballot | b in c.votes and \n\t\tElection.method = Plurality implies c in b.preferences.first\n}\ncheck plurality for 18 but 6 int\n\nassert pluralityNoTransfers {\n all c: Candidate | Election.method = Plurality implies 0 = #c.transfers\n}\ncheck pluralityNoTransfers for 13 but 7 int\n\nassert wellFormedTieBreaker {\n\tsome w,l : Candidate | (w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers) implies \n\t\tw.outcome = TiedWinner and \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser)\n}\ncheck wellFormedTieBreaker for 18 but 6 int\n\nassert validSurplus {\n\tall c: Candidate | 0 < #c.surplus implies (c.outcome = WinnerNonTransferable or \n\t\tc.outcome = QuotaWinnerNonTransferable or c.outcome = SurplusWinner or\n\t\tc.outcome = AboveQuotaWinner or\n\t\tc in Scenario.eliminated)\n}\ncheck validSurplus for 16 but 6 int\n\n-- Advanced Lemmas\n\/\/ Equal losers are tied or excluded early before last round\nassert equalityofTiedWinnersAndLosers {\n\tall disj w,l: Candidate | w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes + #w.transfers = #l.votes + #l.transfers implies\n\t\t\tw.outcome = TiedWinner and \n\t\t\t(l.outcome = TiedLoser or \n l.outcome = TiedSoreLoser or\n l.outcome = EarlyLoserNonTransferable or\n l.outcome = EarlySoreLoserNonTransferable or\n l.outcome = EarlyLoser)\n}\ncheck equalityofTiedWinnersAndLosers for 16 but 7 int\n\n\/\/ No lost votes during counting\nassert accounting {\n\tall b: Ballot | some c: Candidate | 0 < #b.preferences implies \n b in c.votes and c in b.assignees\n}\ncheck accounting for 16 but 6 int\n\n\/\/ Cannot have tie breaker with both tied sore loser and non-sore loser\nassert tiedWinnerLoserTiedSoreLoser {\n\tno disj c,w,l: Candidate | c.outcome = TiedSoreLoser and\n\t w.outcome = TiedWinner and (l.outcome = Loser or l.outcome = TiedLoser)\n}\ncheck tiedWinnerLoserTiedSoreLoser for 6 int\n\n\/\/ Compromise winner must have at least one vote\nassert validCompromise {\n\tall c: Candidate | c.outcome = CompromiseWinner implies 0 < #c.votes + #c.transfers\n}\ncheck validCompromise for 6 int\n\n\/\/ Quota winner needs transfers\nassert quotaWinnerNeedsTransfers {\n all c: Candidate | c.outcome = QuotaWinner implies 0 < #c.transfers\n}\ncheck quotaWinnerNeedsTransfers for 7 int\n\n\/\/ Sore losers below threshold\nassert soreLoserBelowThreshold {\n all c: Candidate | c.outcome = SoreLoser implies not (Scenario.threshold <= #c.votes + #c.transfers)\n}\ncheck soreLoserBelowThreshold for 10 but 6 int\n\n\/\/ Possible outcomes when under the threshold\nassert underThresholdOutcomes {\n all c: Candidate | (#c.votes + #c.transfers < Scenario.threshold) implies\n (c.outcome = SoreLoser or c.outcome = TiedSoreLoser or c.outcome = TiedWinner or\n c.outcome = EarlySoreLoserNonTransferable or c.outcome = EarlySoreLoser or\n c.outcome = CompromiseWinner or (Election.method = Plurality and c.outcome = Winner))\n}\ncheck underThresholdOutcomes for 10 but 6 int\n\n\/\/ Tied Winners have equality of votes and transfers\nassert tiedWinnerEquality {\n all a,b: Candidate | (a.outcome = TiedWinner and b.outcome = TiedWinner) implies\n\t#a.votes + #a.transfers = #b.votes + #b.transfers\n}\ncheck tiedWinnerEquality for 10 but 6 int\n\n\/\/ Non-negative threshold and quota\nassert nonNegativeThresholdAndQuota {\n\t0 <= Scenario.threshold and 0 <= Scenario.quota\n}\ncheck nonNegativeThresholdAndQuota for 6 but 6 int\n\n\/\/ STV threshold below quota\nassert thresholdBelowQuota {\n Election.method = STV and 0 < #Ballot implies Scenario.threshold <= Scenario.quota\n}\ncheck thresholdBelowQuota for 13 but 7 int\n\n\/\/ Plurality sore loser\nassert pluralitySoreLoser {\n\tall c: Candidate | (c.outcome = SoreLoser and Election.method = Plurality) implies\n #c.votes < Scenario.threshold\n}\ncheck pluralitySoreLoser for 13 but 7 int\n\n\/\/ Plurality winner for a single seat constituency\nassert pluralityWinner {\nall disj a, b: Candidate | (Election.method = Plurality and Election.seats = 1 and\n\t\ta.outcome = Winner) implies #b.votes <= #a.votes\n}\ncheck pluralityWinner for 2 but 7 int\n\n\/\/ Length of PR-STV ballot does not exceed number of candidates\nassert lengthOfBallot {\n all b: Ballot | Election.method = STV implies\n #b.preferences <= #Candidate\n}\ncheck lengthOfBallot for 7 int\n\n\/\/ Quota for a full election is less than for a by-election\nassert fullQuota {\n\tScenario.fullQuota <= Scenario.quota\n}\ncheck fullQuota for 7 int\n\n\/\/ All transfers have a source either from a winner with surplus or by early elimination\n\/\/ of a loser\nassert transfersHaveSource {\n all b: Ballot | some disj donor, receiver : Candidate | b in receiver.transfers \n \t\timplies b in donor.votes and \n \t\t(donor in Scenario.winners or donor in Scenario.eliminated)\n}\ncheck transfersHaveSource for 7 int \n\n\/\/ No missing candidates\nassert noMissingCandidates {\n #Candidate = #Scenario.winners + #Scenario.losers\n }\ncheck noMissingCandidates for 7 int\n\n\/\/ Spoilt votes are not allocated to any candidate\nassert handleSpoiltBallots {\n no c : Candidate | some b : Ballot | b in c.votes and b in BallotBox.spoiltBallots\n}\ncheck handleSpoiltBallots for 7 int\n\n-- Sample scenarios\npred TwoCandidatePlurality { \n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Candidate = 2\n}\nrun TwoCandidatePlurality for 10 but 2 Ballot, 6 int\n\npred PluralityTiedWinner {\n\tElection.method = Plurality\n\tElection.seats = 1\n\tsome disj a,b: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser\n}\nrun PluralityTiedWinner for 10 but 6 int\n\npred ThreeCandidatePlurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Candidate = 3\n}\nrun ThreeCandidatePlurality for 6 int\n\npred Plurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t3 < #Candidate\n}\nrun Plurality for 5 but 6 int\n\npred TenCandidatePluralityWithTwoSeats {\n\tElection.method = Plurality\n\tElection.seats = 2\n\t#Candidate = 10\n}\nrun TenCandidatePluralityWithTwoSeats for 10 but 6 int\n\npred InstantRunoffVoting {\n\tElection.method = STV\n\tElection.seats = 1\n\t3 < #Candidate\n}\nrun InstantRunoffVoting for 10 but 6 int\n\npred STV3 {\n\tElection.method = STV\n\tElection.seats = 3\n}\nrun STV3 for 5 but 6 int\n\npred ThreeWinnersOneLoser {\n Election.method = STV\n\tsome disj a,b,d: Candidate | a.outcome = Winner\n \t and b.outcome = QuotaWinner or b.outcome = CompromiseWinner\n\t and d in Scenario.losers\n}\nrun ThreeWinnersOneLoser for 6 but 6 int\n\npred LoserAndEarlyLoser {\n\tone d: Candidate | d.outcome = Loser\n\tone e: Candidate | e.outcome = EarlyLoser\n}\nrun LoserAndEarlyLoser for 5 but 6 int\n\npred OneWinnerNineLosers {\n\t#Scenario.winners = 1\n\t#Scenario.losers = 9\n}\nrun OneWinnerNineLosers for 16 but 6 int\n\npred ThreeWayTie {\n\t#Candidate = 3\n Election.method = Plurality\n\tsome disj a,b,c: Candidate | a.outcome = TiedWinner and \n\t\tb.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser\n}\nrun ThreeWayTie for 10 but 6 int\n\npred FiveWayTie {\n\tsome disj a,b,c,d,e: Candidate | a.outcome = TiedWinner and\n\t b.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser and d.outcome = TiedLoser and e.outcome = TiedWinner\n}\nrun FiveWayTie for 7 but 6 int\n\npred ScenarioLWW {\n\tsome disj a,b,c: Candidate | a.outcome = Loser and b.outcome = Winner and \n\t\tc.outcome = Winner\n #Candidate = 3\n\tElection.method = STV\n 0 < #Ballot\n}\nrun ScenarioLWW for 7 but 7 int\n\npred LongBallot {\n\tsome b: Ballot | #b.preferences = 7\n}\nrun LongBallot for 7 but 6 int\n\npred MultipleBallotsUnderSTV {\n\tElection.method = STV\n\tsome disj a,b,c,d: Ballot | 1 < #a.preferences and 1 < #b.preferences \n\tand 0 < #c.preferences and 0 < #d.preferences and \n a.preferences.first = b.preferences.last\n}\nrun MultipleBallotsUnderSTV for 10 but 6 int\n\npred WinnerLoserEarlyLoser {\n\tsome a,b,c,d : Candidate | a.outcome = Winner and b.outcome = Loser and \n\t\tc.outcome = EarlyLoser and d.outcome = SoreLoser\n\tElection.method = STV\n}\nrun WinnerLoserEarlyLoser for 7 but 6 int\n\npred TiedScenario { \n some disj a,b: Candidate | a.outcome = TiedLoser and b.outcome = TiedWinner\n Election.method = STV\n #Candidate = 2\n #Election.seats = 1\n}\nrun TiedScenario for 7 but 6 int\n\npred NoTiesAndNoSoresScenarios {\n Election.method = STV\n #Candidate > 3\n #Ballot > 6\n no c: Candidate | c.outcome = TiedLoser or c.outcome = TiedWinner or\n c.outcome = TiedSoreLoser or c.outcome = SoreLoser\n}\nrun NoTiesAndNoSoresScenarios for 10 but 6 int\n\n-- Scenario tests\npred SLW {\n some disj c0,c1,d: Candidate | c0.outcome = Loser and c1.outcome = Winner and \n d.outcome = SoreLoser and\n Election.method = Plurality and #Candidate = 3\n Scenario.threshold = 1\n}\nrun SLW for 6 but 6 int\n\npred SSSLW {\n some disj c0,c1,d,e,f: Candidate | c0.outcome = Loser and c1.outcome = Winner and \n d.outcome = SoreLoser and\n e.outcome = SoreLoser and\n f.outcome = SoreLoser and\n Election.method = Plurality and #Candidate = 5\n}\nrun SSSLW for 6 but 6 int\n\npred SSSSLW {\n some disj c0,c1,d,e,f,g: Candidate | c0.outcome = Loser and c1.outcome = Winner and \n d.outcome = SoreLoser and\n e.outcome = SoreLoser and\n f.outcome = SoreLoser and\n g.outcome = SoreLoser and\n Election.method = Plurality and #Candidate = 6\n}\nrun SSSSLW for 6 but 6 int\n\npred LW {\n some disj c0,c1: Candidate | c0.outcome = Loser and c1.outcome = Winner and \n Election.method = Plurality and 0 < #Ballot and #Candidate = 2\n}\nrun LW for 5 but 6 int\n\npred LLWstv {\n some disj c0,c1,c2: Candidate | c0.outcome = Loser and c1.outcome = Winner and\n c2.outcome = Loser and \n Election.method = STV and #Candidate = 3\n}\nrun LLWstv for 6 but 6 int\n\npred SW {\n some disj c0,c1: Candidate | c0.outcome = SoreLoser and c1.outcome = Winner and \n Election.method = Plurality and 1 < #Ballot and #Candidate = 2\n}\nrun SW for 2 but 7 int\n\npred StWt {\n some disj c0,c1: Candidate | c0.outcome = TiedSoreLoser and \n c1.outcome = TiedWinner and \n Election.method = Plurality\n}\nrun StWt for 2 but 7 int\n\npred LQ {\n\tsome disj a,b: Candidate | a.outcome = Loser and b.outcome = QuotaWinner\n #Candidate = 2\n 0 < #Ballot\n}\nrun LQ for 10 but 6 int\n\npred LQQ {\n\tsome disj a,b,c: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and\n c.outcome = QuotaWinner\n #Candidate = 3\n 0 < #Ballot\n}\nrun LQQ for 10 but 6 int\n\npred LQW {\n\tsome disj a,b,c: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and \n\t\tc.outcome = Winner\n #Candidate = 3\n 0 < #Ballot\n}\nrun LQW for 10 but 6 int\n\npred LQQW {\n\tsome disj a,b,c,d: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and \n\t\tc.outcome = Winner and d.outcome = QuotaWinner\n #Candidate = 4\n 0 < #Ballot\n}\nrun LQQW for 10 but 6 int\n\npred SLAQW {\n\tsome disj a,b,c,d,e: Candidate | a.outcome = Loser and \n b.outcome = AboveQuotaWinner and \n\t\tc.outcome = SurplusWinner and d.outcome = Winner and e.outcome = SoreLoser\n #Candidate = 5\n}\nrun SLAQW for 16 but 7 int\n\npred SurplusWinner {\n some c: Candidate | c.outcome = SurplusWinner\n}\nrun SurplusWinner for 10 but 7 int\n\npred AboveQuotaWinner {\n some c: Candidate | c.outcome = AboveQuotaWinner\n}\nrun AboveQuotaWinner for 10 but 7 int\n\npred WinnerNonTransferable {\n\tsome c: Candidate | c.outcome = WinnerNonTransferable\n}\nrun WinnerNonTransferable for 16 but 7 int\n\npred QuotaWinnerNonTransferable {\n some c: Candidate | c.outcome = QuotaWinnerNonTransferable\n}\nrun QuotaWinnerNonTransferable for 16 but 7 int\n\npred SoreLoserNonTransferable {\n\tsome c: Candidate | c.outcome = EarlySoreLoserNonTransferable\n}\nrun SoreLoserNonTransferable for 16 but 7 int\n\npred EarlyLoserNonTransferable {\n some c: Candidate | c.outcome = EarlyLoserNonTransferable\n}\nrun EarlyLoserNonTransferable for 16 but 7 int\n\npred SLTT {\n some disj c1,c3,c8,c9: Candidate | \n c1.outcome = SoreLoser and c3.outcome = Loser and \n c8.outcome = TiedLoser and c9.outcome = TiedWinner and \n Election.method = Plurality and #Candidate = 4\n}\nrun SLTT for 13 but 7 int\n\npred SLLTT {\n some disj c2,c3,c4,c8,c9: Candidate | \n c2.outcome = SoreLoser and c3.outcome = Loser and \n c4.outcome = Loser and c8.outcome = TiedLoser and c9.outcome = TiedWinner and \n Election.method = Plurality and #Candidate = 5\n}\nrun SLLTT for 13 but 7 int\n\npred SSLTT {\n some disj c1,c2,c4,c8,c9: Candidate | \n c1.outcome = SoreLoser and c2.outcome = SoreLoser and \n c4.outcome = Loser and c8.outcome = TiedLoser and c9.outcome = TiedWinner and \n Election.method = Plurality and #Candidate = 5\n}\nrun SSLTT for 13 but 7 int\n\npred SSLLTT {\n some disj c1,c2,c3,c4,c8,c9: Candidate | \n c1.outcome = SoreLoser and c2.outcome = SoreLoser and c3.outcome = Loser and \n c4.outcome = Loser and c8.outcome = TiedLoser and c9.outcome = TiedWinner and \n Election.method = Plurality and #Candidate = 6\n}\nrun SSLLTT for 13 but 7 int\n\npred SSLLLTTw {\n some disj c0,c1,c3,c4,c5,c7,c8: Candidate | c0.outcome = SoreLoser and \n c1.outcome = SoreLoser and c3.outcome = Loser and \n c4.outcome = Loser and c5.outcome = Loser and \n c7.outcome = TiedLoser and c8.outcome = TiedWinner and \n Election.method = Plurality and #Candidate = 7\n}\nrun SSLLLTTw for 13 but 7 int\n\npred SSSLLLTTw {\n some disj c0,s2,c1,c3,c4,c5,c7,c8: Candidate | c0.outcome = SoreLoser and \n c1.outcome = SoreLoser and s2.outcome = SoreLoser and c3.outcome = Loser and \n c4.outcome = Loser and c5.outcome = Loser and \n c7.outcome = TiedLoser and c8.outcome = TiedWinner and \n Election.method = Plurality and #Candidate = 8\n}\nrun SSSLLLTTw for 13 but 7 int\n\npred LLLLTTw {\n some disj c3,c4,c5,c6,c7,c9: Candidate | \n c3.outcome = Loser and \n c4.outcome = Loser and \n c5.outcome = Loser and \n c6.outcome = Loser and \n c7.outcome = TiedLoser and \n c9.outcome = TiedWinner and \n Election.method = Plurality and \n #Candidate = 6\n}\nrun LLLLTTw for 16 but 7 int\n\npred LLLLLLW {\n some disj c3,c4,c5,c6,c7,c8,c9: Candidate | \n c3.outcome = Loser and \n c4.outcome = Loser and \n c5.outcome = Loser and \n c6.outcome = Loser and \n c7.outcome = Loser and \n c8.outcome = Loser and \n c9.outcome = Winner and \n Election.method = Plurality and \n #Candidate = 7\n}\nrun LLLLLLW for 16 but 7 int\n\npred largeSurplus {\n some c: Candidate | 0 < #c.surplus\n}\nrun largeSurplus for 10 but 7 int\n\npred LWW6 {\nsome disj c0,c1,c2: Candidate | c0.outcome = Loser and c1.outcome = Winner \n and c2.outcome = Winner and Election.method = STV and #Candidate = 3\n}\nrun LWW6 for 16 but 7 int\n\npred LLLtLtWt {\n some disj c5,c6,c7,c8,c9: Candidate | \n c5.outcome = TiedLoser and \n c6.outcome = TiedLoser and \n c7.outcome = Loser and \n c8.outcome = Loser and \n c9.outcome = TiedWinner and \n Election.method = Plurality and \n #Candidate = 5\n}\nrun LLLtLtWt for 10 but 7 int\n\npred LLLLWstv {\n some disj a,b,c,d,e: Candidate | \n e.outcome = Loser and \n d.outcome = Loser and \n c.outcome = Loser and \n b.outcome = Loser and \n a.outcome = Winner and \n Election.method = STV and \n #Candidate = 5\n}\nrun LLLLWstv for 16 but 7 int\n\n\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"58f6ffd0b85037c61b7e94c695944b27f1a443c7","subject":"Change one of the more complex axioms into a lemma, then added two simpler axioms required to prove the new lemma.","message":"Change one of the more complex axioms into a lemma, then added two simpler axioms required to prove the new lemma.\n","repos":"GaloisInc\/Votail,GaloisInc\/Votail,GaloisInc\/Votail","old_file":"models\/Voting.als","new_file":"models\/Voting.als","new_contents":"-- (c) 2010-2011, Dermot Cochran, IT University of Copenhagen\n-- http:\/\/www.kindsoftware.com\/about\/people\/dc\n-- http:\/\/www.itu.dk\/people\/dero\n\nmodule Voting\n\nopen util\/integer\n\n-- An individual person standing for election\nsig Candidate {\n votes: \t\t\t set Ballot, \t-- First preference ballots assigned to this candidate\n\ttransfers: \t set Ballot, -- Ballots received by transfer from another candidate\n\tsurplus: \t\t set Ballot, \t-- Ballots given to another candidate (on election or elimination)\n\toutcome: \t\t Event\t\n} {\n\tno b: Ballot | b in votes & transfers\n\tall b: Ballot | b in votes + transfers implies this in b.assignees\n\tsurplus in votes + transfers\n\tElection.method = Plurality implies #surplus = 0 and #transfers = 0\n}\n\n-- A digital or paper artifact which accurately records the intentions of the voter\nsig Ballot {\n assignees: \t\tset Candidate, -- Candidates to which this ballot has been assigned\n preferences: \tseq Candidate -- Ranking of candidates\n} {\n\tassignees in preferences.elems\n not preferences.hasDups\n\tpreferences.elems in Election.candidates\n\tpreferences.first in assignees\n\tElection.method = Plurality implies #preferences = 1\n 0 < #preferences\n}\n\n-- An election result\none sig Scenario {\n \tlosers: \t\t\t\tset Candidate,\n \twinners: \t\t\tset Candidate,\n\teliminated: \t\tset Candidate, \t\t-- Early and Sore Losers under STV rules\n\tthreshold: \t\tInt, \t\t\t\t\t\t-- Minimum number of votes for a Loser or Early Loser\n\tquota: \t\t\t\tInt\t\t\t\t\t\t-- Minimum number of votes for a STV Winner or Quota Winner\n}\n{\n \twinners + losers = Election.candidates\n \t#winners = Election.seats\n \tno c: Candidate | c in losers & winners\n \t0 < #losers\n \tall w: Candidate | all l: Candidate | l in losers and w in winners implies \n\t\t((#l.votes + #l.transfers <= #w.votes + #w.transfers) and (#l.votes <= #w.votes))\n threshold = 1 + quota.div[4]\n\tElection.method = Plurality implies #eliminated = 0\n\teliminated in losers\n\tall c: Candidate | c in losers implies Election.method = Plurality \n or #c.votes + #c.transfers < quota\n}\n\n\/* \n\tThere are four winner-outcomes and six loser-outcomes:\n\n\tWinner: \t\t\t\t\t\t(W1) elected in the first round of counting either by quota or plurality,\n\tQuotaWinner: \t\t\t\t(W2) elected with transfers from another candidate (STV only),\n\tCompromiseWinner: \t(W3) elected on the last round of counting without quota (STV only),\n\tTiedWinner:\t\t\t\t\t(W4) elected by tie breaker,\n\tTiedLoser:\t\t\t\t\t(L1) loses only by tie breaker but reaches the threshold,\n\tLoser:\t\t\t \t\t\t\t(L2) defeated on last round but reaches the minimum threshold of votes,\n TiedEarlyLoser:\t\t\t(L3) reaches threshold but eliminated by tie breaker (STV only),\n\tEarlyLoser:\t\t\t\t\t(L4) reaches threshold but is eliminated before last round (STV only),\n\tTiedSoreLoser:\t\t\t\t(L5) loses only by tie breaker but does not reach threshold,\n\tSoreLoser: \t\t\t\t\t(L6) does not even reach the mimimum threshold of votes.\n*\/\nenum Event {Winner, QuotaWinner, CompromiseWinner, TiedWinner, \n\tTiedLoser, Loser, TiedEarlyLoser, EarlyLoser, TiedSoreLoser, SoreLoser}\n\nenum Method {Plurality, STV}\n\n-- An Election Constituency\none sig Election {\n candidates: \tset Candidate,\n seats: \t\t\t\tInt,\n method: \t\t\tMethod,\n ballots:\t\t\tInt -- number of ballots cast\n}\n{\n \t0 < seats\n \tseats < #candidates\n \tall c: Candidate | c in candidates\n ballots = #Ballot\n Scenario.quota = 1 + ballots.div[seats+1]\n}\n\n-- Independent (or Fundamental) Axioms\n\nfact surplus {\n all c: Candidate | (c.outcome = Winner and Election.method = STV) implies\n Scenario.quota + #c.surplus = #c.votes \n}\n\nfact winnersWithoutTransfers {\n all c: Candidate | (c.outcome = Winner and Election.method = STV) implies #c.transfers = 0 \n}\n\nfact surplusFromTransfers {\n all c: Candidate | c.outcome = QuotaWinner implies ((surplus in transfers) and \n ((Scenario.quota + #c.surplus) = (#c.votes + #c.transfers)))\n}\n\nfact integrity {\n all c: Candidate | all b: Ballot | b in c.votes implies c in b.assignees\n}\n\nfact pluralityEvents {\n\tall c: Candidate | Election.method = Plurality implies\n\t\t(c.outcome = Loser or c.outcome = SoreLoser or c.outcome = Winner or \n\t\tc.outcome = TiedWinner or c.outcome = TiedLoser)\n}\n\nfact winnerSTV {\n\tall c: Candidate | (Election.method = STV and c.outcome = Winner) implies \n Scenario.quota <= #c.votes\n}\n\nfact transferWinnerWithQuota {\n\tall c: Candidate | (Election.method = STV and c.outcome = QuotaWinner) implies\n\t Scenario.quota <= #c.votes + #c.transfers\n}\n\nfact transferWinnerNotFirst {\n\tall c: Candidate | (Election.method = STV and c.outcome = QuotaWinner) implies\n\t\tnot Scenario.quota <= #c.votes\n}\n\nfact closeWinner {\n\tall c: Candidate | (c.outcome = CompromiseWinner or c.outcome = TiedWinner) implies\n\t\tnot (Scenario.quota <= #c.votes + #c.transfers) or Election.method = Plurality\n}\n\nfact soreLoser {\n\tall c: Candidate | (c.outcome = SoreLoser or c.outcome = TiedSoreLoser) implies \n\t\t#c.votes + #c.transfers < Scenario.threshold\n}\n\nfact loser {\n\tall c: Candidate | (c.outcome = Loser or c.outcome = TiedLoser) \n implies (c in Scenario.losers and c not in Scenario.eliminated)\n}\n\nfact earlyLoser {\n\tall c: Candidate | (c.outcome = EarlyLoser or c.outcome = TiedEarlyLoser) iff \n\t\t(c in Scenario.eliminated and not (#c.votes + #c.transfers < Scenario.threshold))\n}\n\nfact winners {\n\tall c: Candidate | c in Scenario.winners iff \n\t\t(c.outcome = Winner or c.outcome = QuotaWinner or c.outcome = CompromiseWinner or \n\t\tc.outcome = TiedWinner)\n}\n\nfact losers {\n\tall c: Candidate | c in Scenario.losers iff\n\t\t(c.outcome = Loser or c.outcome = EarlyLoser or c.outcome = SoreLoser or \n\t\tc.outcome = TiedLoser or c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser)\n}\n\n-- Non-Independent Axioms for Ballot Integrity\nfact transfers {\n\tall c: Candidate | 0 < #c.transfers implies Election.method = STV\n}\n\nfact onlyWinnersAndQuotaWinnersHaveSurplus {\n\tall c: Candidate | 0 < #c.surplus implies \n\t\t(c.outcome = Winner or c.outcome = QuotaWinner)\n}\n\nfact winnersNeedNoTransfers {\n\t\tall c: Candidate | c.outcome = Winner implies 0 = #c.transfers\n}\n\nfact firstPreference {\n\tall b: Ballot | all c: Candidate | b.preferences.first = c iff b in c.votes\n}\n\nfact sizeOfSurplus {\n\tall c: Candidate | (c in Scenario.winners and Election.method = STV and 0 < #c.surplus) implies \n\t\t(#c.surplus = #c.votes + #c.transfers - Scenario.quota)\n}\n\nfact transferToNextPreference {\n\tall b: Ballot | all disj donor,receiver: Candidate |\n\t\t(donor + receiver in b.assignees and\n\t\tb in receiver.transfers and b in donor.surplus) implies \n\t\t(b.preferences.idxOf[donor] < b.preferences.idxOf[receiver] and\n\t\treceiver in b.preferences.rest.elems)\n}\n\nfact pluralityWinner {\n\tall disj a, b: Candidate | (Election.method = Plurality and Election.seats = 1 and\n\t\ta.outcome = Winner) implies #b.votes <= #a.votes\n}\n\nfact transferToNextContinuingCandidate {\n\tall disj skipped, receiving: Candidate | all b: Ballot |\n\t\tb.preferences.idxOf[skipped] < b.preferences.idxOf[receiving] and\n\t\treceiving in b.assignees and (not skipped in b.assignees) implies\n\t\t(skipped in Scenario.eliminated or skipped.outcome = Winner or \n\t\tskipped.outcome = QuotaWinner)\n}\n\n\/\/ All ballot transfers are associated with the last candidate to receive the transfer\nfact ownership {\n\tall disj c,d: Candidate | all b: Ballot | b in c.transfers implies c in b.assignees and \n\t\t(d not in b.assignees or b.preferences.idxOf[d] < b.preferences.idxOf[c])\n}\n\n\/\/ Lowest candidate is eliminated first\nfact lowestElimination {\n\tall disj c,d: Candidate | c in Scenario.eliminated and d not in Scenario.eliminated implies\n\t\t#c.votes + #c.transfers <= #d.votes + #d.transfers\n}\n\n\/\/ All ties involve equality between at least one winner and at least one loser on either original votes or\n\/\/ on transfers plus original votes\nfact equalityOfTiedWinner {\n all w: Candidate | some l: Candidate | w.outcome = TiedWinner and \n\t \t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies\n\t\t(#l.votes = #w.votes) or (#l.votes + #l.transfers = #w.votes + #w.transfers)\n}\n\nfact equalityOfTiedLosers {\n all s: Candidate | some w: Candidate | w.outcome = TiedWinner and \n (s.outcome = SoreLoser or s.outcome = TiedLoser or s.outcome = TiedEarlyLoser) implies\n (#s.votes = #w.votes) or (#s.votes + #s.transfers = #w.votes + #w.transfers)\n}\n\n-- Scenario Validity Axioms\n\/\/ When there is a tied sore loser then there are no non-sore losers\nfact typeOfTiedLoser {\n no disj a,b: Candidate | a.outcome = TiedSoreLoser and \n (b.outcome = TiedLoser or b.outcome = TiedEarlyLoser or \n b.outcome=Loser or b.outcome=EarlyLoser)\n}\n\nfact tieBreaker {\n\tall w: Candidate | some l: Candidate | w.outcome = TiedWinner implies \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser)\n}\n\nfact validTieBreaker {\n\tall l: Candidate | some w: Candidate | \n (l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies \n w.outcome = TiedWinner and #w.votes + #w.transfers = #l.votes + #l.transfers\n}\n\n\/\/ Compromise winner must have more votes than any tied winners\nfact compromiseNotTied {\n\tall disj c,t: Candidate | (c.outcome = CompromiseWinner and t.outcome = TiedWinner) implies\n\t\t#t.votes + #t.transfers < #c.votes + #c.transfers\n}\n\n\n\n\/\/ Highest winner has a quota\nfact highestWinners {\n all c: Candidate | Election.method = STV and c.outcome = Winner implies \n\t\tScenario.quota <= #c.votes + #c.transfers\n}\n\n\/\/ Tied Winners and Tied Losers have an equal number of votes\nfact equalTies {\n\tall disj a,b: Candidate | a.outcome = TiedWinner and \n (b.outcome = TiedLoser or b.outcome = TiedEarlyLoser or b.outcome = TiedSoreLoser) implies\n\t\t#a.votes + #a.transfers = #b.votes + #b.transfers\n}\n\n\/\/ Winners have more votes than non-tied losers\nfact winnersHaveVotes {\n\tall w,l: Candidate | w.outcome = Winner and \n (l.outcome = Loser or l.outcome = EarlyLoser or l.outcome = SoreLoser) implies \n ((#l.votes < #w.votes) or (#l.votes + #l.transfers < #w.votes + #w.transfers))\n}\n\n\/\/ All non-sore losers are above the threshold\nfact losersAboveThreshold {\n all c: Candidate | c.outcome = Loser implies Scenario.threshold < #c.votes + #c.transfers\n}\n\nfact earlyLosersAboveThreshold {\n all c: Candidate | c.outcome = EarlyLoser implies Scenario.threshold < #c.votes + #c.transfers\n}\n\nfact tiedLosersAboveThreshold {\n all c: Candidate | c.outcome = TiedLoser implies Scenario.threshold < #c.votes + #c.transfers\n}\n\nfact tiedEarlyLosersAboveThreshold {\n all c: Candidate | c.outcome = TiedEarlyLoser implies Scenario.threshold < #c.votes + #c.transfers\n}\n\nfact nonTiedWinnerHigherThanAllLosers {\n all disj c,d: Candidate | \n\t(c.outcome = CompromiseWinner or c.outcome = QuotaWinner or c.outcome = Winner) and \n\td in Scenario.losers implies\n\t #d.votes + #d.transfers < #c.votes + #c.transfers\n}\n\nfact winnerHigherThanAllNonTiedLosers {\n all disj c,d: Candidate | c in Scenario.winners and \n (d.outcome = SoreLoser or d.outcome = EarlyLoser or d.outcome = Loser) implies\n\t #d.votes + #d.transfers < #c.votes + #c.transfers\n}\n\n-- Basic Lemmas\nassert honestCount {\n\t all c: Candidate | all b: Ballot | b in c.votes + c.transfers implies c in b.assignees\n}\ncheck honestCount for 15 but 6 int\n\nassert atLeastOneLoser {\n\t0 < #Scenario.losers\n}\ncheck atLeastOneLoser for 15 but 6 int\n\nassert atLeastOneWinner {\n\t0 < #Scenario.winners\n}\ncheck atLeastOneWinner for 14 but 6 int\n\nassert plurality {\n\tall c: Candidate | all b: Ballot | b in c.votes and \n\t\tElection.method = Plurality implies c in b.preferences.first\n}\ncheck plurality for 18 but 6 int\n\nassert pluralityNoTransfers {\n all c: Candidate | Election.method = Plurality implies 0 = #c.transfers\n}\ncheck pluralityNoTransfers for 13 but 7 int\n\nassert wellFormedTieBreaker {\n\tsome w,l : Candidate | (w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers) implies \n\t\tw.outcome = TiedWinner and \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome=TiedEarlyLoser)\n}\ncheck wellFormedTieBreaker for 18 but 6 int\n\nassert validSurplus {\n\tall c: Candidate | 0 < #c.surplus implies (c.outcome = Winner or c.outcome = QuotaWinner or \n\t\tc in Scenario.eliminated)\n}\ncheck validSurplus for 16 but 6 int\n\n-- Advanced Lemmas\n\/\/ Equal losers are tied\nassert equalityofTiedWinnersAndLosers {\n\tall disj w,l: Candidate | w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes + #w.transfers = #l.votes + #l.transfers implies\n\t\t\tw.outcome = TiedWinner and \n\t\t\t(l.outcome = TiedLoser or l.outcome = TiedEarlyLoser or l.outcome = TiedSoreLoser)\n}\ncheck equalityofTiedWinnersAndLosers for 13 but 7 int\n\n\/\/ No lost votes during counting\nassert accounting {\n\tall b: Ballot | some c: Candidate | b in c.votes and c in b.assignees\n}\ncheck accounting for 16 but 6 int\n\n\/\/ Cannot have tie breaker with both tied sore loser and non-sore loser\nassert tiedWinnerLoserTiedSoreLoser {\n\tno disj c,w,l: Candidate | c.outcome = TiedSoreLoser and\n\t w.outcome = TiedWinner and (l.outcome = Loser or l.outcome = TiedLoser)\n}\ncheck tiedWinnerLoserTiedSoreLoser for 6 int\n\n\/\/ Compromise winner must have at least one vote\nassert validCompromise {\n\tall c: Candidate | c.outcome = CompromiseWinner implies 0 < #c.votes + #c.transfers\n}\ncheck validCompromise for 6 int\n\n\/\/ Quota winner needs transfers\nassert quotaWinnerNeedsTransfers {\n all c: Candidate | c.outcome = QuotaWinner implies 0 < #c.transfers\n}\ncheck quotaWinnerNeedsTransfers for 7 int\n\n\/\/ Sore losers below threshold\nassert soreLoserBelowThreshold {\n all c: Candidate | c.outcome = SoreLoser implies not (Scenario.threshold <= #c.votes + #c.transfers)\n}\ncheck soreLoserBelowThreshold for 10 but 6 int\n\n\/\/ Possible outcomes when under the threshold\nassert underThresholdOutcomes {\n all c: Candidate | (#c.votes + #c.transfers < Scenario.threshold) implies\n (c.outcome = SoreLoser or c.outcome = TiedSoreLoser or c.outcome = TiedWinner or\n c.outcome = CompromiseWinner or (Election.method = Plurality and c.outcome = Winner))\n}\ncheck underThresholdOutcomes for 10 but 6 int\n\n\/\/ Tied Winners have equality of votes and transfers\nassert tiedWinnerEquality {\n all a,b: Candidate | (a.outcome = TiedWinner and b.outcome = TiedWinner) implies\n\t#a.votes + #a.transfers = #b.votes + #b.transfers\n}\ncheck tiedWinnerEquality for 10 but 6 int\n\n\/\/ Non-negative threshold and quota\nassert nonNegativeThresholdAndQuota {\n\t0 <= Scenario.threshold and Scenario.threshold <= Scenario.quota\n}\ncheck nonNegativeThresholdAndQuota for 6 but 6 int\n\n-- Sample scenarios\npred TwoCandidatePlurality { \n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 2\n}\nrun TwoCandidatePlurality for 10 but 2 Ballot, 6 int\n\npred PluralityTiedWinner {\n\tElection.method = Plurality\n\tElection.seats = 1\n\tsome disj a,b: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser\n}\nrun PluralityTiedWinner for 10 but 6 int\n\npred ThreeCandidatePlurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 3\n}\nrun ThreeCandidatePlurality for 6 int\n\npred Plurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun Plurality for 5 but 6 int\n\npred TenCandidatePluralityWithTwoSeats {\n\tElection.method = Plurality\n\tElection.seats = 2\n\t#Election.candidates = 10\n}\nrun TenCandidatePluralityWithTwoSeats for 10 but 6 int\n\npred InstantRunoffVoting {\n\tElection.method = STV\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun InstantRunoffVoting for 10 but 6 int\n\npred STV3 {\n\tElection.method = STV\n\tElection.seats = 3\n}\nrun STV3 for 5 but 6 int\n\npred ThreeWinnersOneLoser {\n Election.method = STV\n\tsome disj a,b,d: Candidate | a.outcome = Winner\n \t and b.outcome = QuotaWinner or b.outcome = CompromiseWinner\n\t and d in Scenario.losers\n}\nrun ThreeWinnersOneLoser for 6 but 6 int\n\npred LoserAndEarlyLoser {\n\tone d: Candidate | d.outcome = Loser\n\tone e: Candidate | e.outcome = EarlyLoser\n}\nrun LoserAndEarlyLoser for 5 but 6 int\n\npred OneWinnerNineLosers {\n\t#Scenario.winners = 1\n\t#Scenario.losers = 9\n}\nrun OneWinnerNineLosers for 16 but 6 int\n\npred ThreeWayTie {\n\t#Election.candidates = 3\n Election.method = Plurality\n\tsome disj a,b,c: Candidate | a.outcome = TiedWinner and \n\t\tb.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser\n}\nrun ThreeWayTie for 10 but 6 int\n\npred FiveWayTie {\n\tsome disj a,b,c,d,e: Candidate | a.outcome = TiedWinner and\n\t b.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser and d.outcome = TiedLoser and e.outcome = TiedWinner\n}\nrun FiveWayTie for 7 but 6 int\n\npred ScenarioLWW {\n\tsome disj a,b,c: Candidate | a.outcome = Loser and b.outcome = Winner and \n\t\tc.outcome = Winner\n #Election.candidates = 3\n\tElection.method = STV\n 0 < #Ballot\n}\nrun ScenarioLWW for 7 but 7 int\n\npred LongBallot {\n\tsome b: Ballot | #b.preferences = 7\n}\nrun LongBallot for 7 but 6 int\n\npred MultipleBallotsUnderSTV {\n\tElection.method = STV\n\tsome disj a,b,c,d: Ballot | 1 < #a.preferences and 1 < #b.preferences \n\tand 0 < #c.preferences and 0 < #d.preferences and \n a.preferences.first = b.preferences.last\n}\nrun MultipleBallotsUnderSTV for 10 but 6 int\n\npred WinnerLoserEarlyLoser {\n\tsome a,b,c,d : Candidate | a.outcome = Winner and b.outcome = Loser and \n\t\tc.outcome = EarlyLoser and d.outcome = SoreLoser\n\tElection.method = STV\n}\nrun WinnerLoserEarlyLoser for 7 but 6 int\n\npred TiedScenario { \n some disj a,b: Candidate | a.outcome = TiedLoser and b.outcome = TiedWinner\n Election.method = STV\n #Election.candidates = 2\n #Election.seats = 1\n}\nrun TiedScenario for 7 but 6 int\n\npred NoTiesAndNoSoresScenarios {\n Election.method = STV\n #Election.candidates > 3\n #Ballot > 6\n no c: Candidate | c.outcome = TiedLoser or c.outcome = TiedWinner or\n c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser or c.outcome = SoreLoser\n}\nrun NoTiesAndNoSoresScenarios for 10 but 6 int\n\n-- Scenario tests\npred SLW {\n some disj c0,c1,d: Candidate | c0.outcome = Loser and c1.outcome = Winner and \n d.outcome = SoreLoser and\n Election.method = Plurality and #Election.candidates = 3\n Scenario.threshold = 1\n}\nrun SLW for 6 but 6 int\n\npred SSSLW {\n some disj c0,c1,d,e,f: Candidate | c0.outcome = Loser and c1.outcome = Winner and \n d.outcome = SoreLoser and\n e.outcome = SoreLoser and\n f.outcome = SoreLoser and\n Election.method = Plurality and #Election.candidates = 5\n}\nrun SSSLW for 6 but 6 int\n\npred SSSSLW {\n some disj c0,c1,d,e,f,g: Candidate | c0.outcome = Loser and c1.outcome = Winner and \n d.outcome = SoreLoser and\n e.outcome = SoreLoser and\n f.outcome = SoreLoser and\n g.outcome = SoreLoser and\n Election.method = Plurality and #Election.candidates = 6\n}\nrun SSSSLW for 6 but 6 int\n\npred LW {\n some disj c0,c1: Candidate | c0.outcome = Loser and c1.outcome = Winner and \n Election.method = Plurality and 0 < #Ballot and #Election.candidates = 2\n}\nrun LW for 5 but 6 int\n\npred LQ {\n\tsome disj a,b: Candidate | a.outcome = Loser and b.outcome = QuotaWinner\n #Election.candidates = 2\n 0 < #Ballot\n}\nrun LQ for 10 but 6 int\n\npred LQQ {\n\tsome disj a,b,c: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and\n c.outcome = QuotaWinner\n #Election.candidates = 3\n 0 < #Ballot\n}\nrun LQQ for 10 but 6 int\n\npred LQW {\n\tsome disj a,b,c: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and \n\t\tc.outcome = Winner\n #Election.candidates = 3\n 0 < #Ballot\n}\nrun LQW for 10 but 6 int\n\npred LQQW {\n\tsome disj a,b,c,d: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and \n\t\tc.outcome = Winner and d.outcome = QuotaWinner\n #Election.candidates = 4\n 0 < #Ballot\n}\nrun LQQW for 10 but 6 int\n\npred SLQQW {\n\tsome disj a,b,c,d,e: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and \n\t\tc.outcome = Winner and d.outcome = QuotaWinner and e.outcome = SoreLoser\n #Election.candidates = 5\n 0 < #Ballot\n}\n\npred SLTT {\n some disj c1,c3,c8,c9: Candidate | \n c1.outcome = SoreLoser and c3.outcome = Loser and \n c8.outcome = TiedLoser and c9.outcome = TiedWinner and \n Election.method = Plurality and #Election.candidates = 4\n}\nrun SLTT for 13 but 7 int\n\npred SLLTT {\n some disj c2,c3,c4,c8,c9: Candidate | \n c2.outcome = SoreLoser and c3.outcome = Loser and \n c4.outcome = Loser and c8.outcome = TiedLoser and c9.outcome = TiedWinner and \n Election.method = Plurality and #Election.candidates = 5\n}\nrun SLLTT for 13 but 7 int\n\npred SSLTT {\n some disj c1,c2,c4,c8,c9: Candidate | \n c1.outcome = SoreLoser and c2.outcome = SoreLoser and \n c4.outcome = Loser and c8.outcome = TiedLoser and c9.outcome = TiedWinner and \n Election.method = Plurality and #Election.candidates = 5\n}\nrun SSLTT for 13 but 7 int\n\npred SSLLTT {\n some disj c1,c2,c3,c4,c8,c9: Candidate | \n c1.outcome = SoreLoser and c2.outcome = SoreLoser and c3.outcome = Loser and \n c4.outcome = Loser and c8.outcome = TiedLoser and c9.outcome = TiedWinner and \n Election.method = Plurality and #Election.candidates = 6\n}\nrun SSLLTT for 13 but 7 int\n\npred SSLLLTT {\n some disj c0,c1,c3,c4,c5,c7,c8: Candidate | c0.outcome = SoreLoser and \n c1.outcome = SoreLoser and c3.outcome = Loser and \n c4.outcome = Loser and c5.outcome = Loser and \n c7.outcome = TiedLoser and c8.outcome = TiedLoser and \n Election.method = Plurality and #Election.candidates = 7\n}\nrun SSLLLTT for 20 but 7 int\n\npred SSSLLLLTTT {\n some disj c0,c1,c2,c3,c4,c5,c6,c7,c8,c9: Candidate | c0.outcome = SoreLoser and \n c1.outcome = SoreLoser and c2.outcome = SoreLoser and c3.outcome = Loser and \n c4.outcome = Loser and c5.outcome = Loser and c6.outcome = Loser and \n c7.outcome = TiedLoser and c8.outcome = TiedLoser and c9.outcome = TiedWinner and \n Election.method = Plurality and #Election.candidates = 10\n}\nrun SSSLLLLTTT for 13 but 7 int\n\n-- Version Control for changes to model\none sig Version {\n year, month, day: Int\n} {\n year = 11\n month = 01\n day = 26\n -- Dermot Cochran 2011-01-26\n}\n","old_contents":"-- (c) 2010-2011, Dermot Cochran, IT University of Copenhagen\n-- http:\/\/www.kindsoftware.com\/about\/people\/dc\n-- http:\/\/www.itu.dk\/people\/dero\n\nmodule Voting\n\nopen util\/integer\n\n-- An individual person standing for election\nsig Candidate {\n votes: \t\t\t set Ballot, \t-- First preference ballots assigned to this candidate\n\ttransfers: \t set Ballot, -- Ballots received by transfer from another candidate\n\tsurplus: \t\t set Ballot, \t-- Ballots given to another candidate (on election or elimination)\n\toutcome: \t\t Event\t\n} {\n\tno b: Ballot | b in votes & transfers\n\tall b: Ballot | b in votes + transfers implies this in b.assignees\n\tsurplus in votes + transfers\n\tElection.method = Plurality implies #surplus = 0 and #transfers = 0\n}\n\n-- A digital or paper artifact which accurately records the intentions of the voter\nsig Ballot {\n assignees: \t\tset Candidate, -- Candidates to which this ballot has been assigned\n preferences: \tseq Candidate -- Ranking of candidates\n} {\n\tassignees in preferences.elems\n not preferences.hasDups\n\tpreferences.elems in Election.candidates\n\tpreferences.first in assignees\n\tElection.method = Plurality implies #preferences = 1\n 0 < #preferences\n}\n\n-- An election result\none sig Scenario {\n \tlosers: \t\t\t\tset Candidate,\n \twinners: \t\t\tset Candidate,\n\teliminated: \t\tset Candidate, \t\t-- Early and Sore Losers under STV rules\n\tthreshold: \t\tInt, \t\t\t\t\t\t-- Minimum number of votes for a Loser or Early Loser\n\tquota: \t\t\t\tInt\t\t\t\t\t\t-- Minimum number of votes for a STV Winner or Quota Winner\n}\n{\n \twinners + losers = Election.candidates\n \t#winners = Election.seats\n \tno c: Candidate | c in losers & winners\n \t0 < #losers\n \tall w: Candidate | all l: Candidate | l in losers and w in winners implies \n\t\t((#l.votes + #l.transfers <= #w.votes + #w.transfers) and (#l.votes <= #w.votes))\n threshold = 1 + quota.div[4]\n\tElection.method = Plurality implies #eliminated = 0\n\teliminated in losers\n\tall c: Candidate | c in losers implies Election.method = Plurality \n or #c.votes + #c.transfers < quota\n}\n\n\/* \n\tThere are four winner-outcomes and six loser-outcomes:\n\n\tWinner: \t\t\t\t\t\t(W1) elected in the first round of counting either by quota or plurality,\n\tQuotaWinner: \t\t\t\t(W2) elected with transfers from another candidate (STV only),\n\tCompromiseWinner: \t(W3) elected on the last round of counting without quota (STV only),\n\tTiedWinner:\t\t\t\t\t(W4) elected by tie breaker,\n\tTiedLoser:\t\t\t\t\t(L1) loses only by tie breaker but reaches the threshold,\n\tLoser:\t\t\t \t\t\t\t(L2) defeated on last round but reaches the minimum threshold of votes,\n TiedEarlyLoser:\t\t\t(L3) reaches threshold but eliminated by tie breaker (STV only),\n\tEarlyLoser:\t\t\t\t\t(L4) reaches threshold but is eliminated before last round (STV only),\n\tTiedSoreLoser:\t\t\t\t(L5) loses only by tie breaker but does not reach threshold,\n\tSoreLoser: \t\t\t\t\t(L6) does not even reach the mimimum threshold of votes.\n*\/\nenum Event {Winner, QuotaWinner, CompromiseWinner, TiedWinner, \n\tTiedLoser, Loser, TiedEarlyLoser, EarlyLoser, TiedSoreLoser, SoreLoser}\n\nenum Method {Plurality, STV}\n\n-- An Election Constituency\none sig Election {\n candidates: \tset Candidate,\n seats: \t\t\t\tInt,\n method: \t\t\tMethod,\n ballots:\t\t\tInt -- number of ballots cast\n}\n{\n \t0 < seats\n \tseats < #candidates\n \tall c: Candidate | c in candidates\n ballots = #Ballot\n Scenario.quota = 1 + ballots.div[seats+1]\n}\n\n-- Independent (or Fundamental) Axioms\n\nfact surplus {\n all c: Candidate | (c.outcome = Winner and Election.method = STV) implies\n Scenario.quota + #c.surplus = #c.votes \n}\n\nfact winnersWithoutTransfers {\n all c: Candidate | (c.outcome = Winner and Election.method = STV) implies #c.transfers = 0 \n}\n\nfact surplusFromTransfers {\n all c: Candidate | c.outcome = QuotaWinner implies ((surplus in transfers) and \n ((Scenario.quota + #c.surplus) = (#c.votes + #c.transfers)))\n}\n\nfact integrity {\n all c: Candidate | all b: Ballot | b in c.votes implies c in b.assignees\n}\n\nfact pluralityEvents {\n\tall c: Candidate | Election.method = Plurality implies\n\t\t(c.outcome = Loser or c.outcome = SoreLoser or c.outcome = Winner or \n\t\tc.outcome = TiedWinner or c.outcome = TiedLoser)\n}\n\nfact winnerSTV {\n\tall c: Candidate | (Election.method = STV and c.outcome = Winner) implies \n Scenario.quota <= #c.votes\n}\n\nfact transferWinnerWithQuota {\n\tall c: Candidate | (Election.method = STV and c.outcome = QuotaWinner) implies\n\t Scenario.quota <= #c.votes + #c.transfers\n}\n\nfact transferWinnerNotFirst {\n\tall c: Candidate | (Election.method = STV and c.outcome = QuotaWinner) implies\n\t\tnot Scenario.quota <= #c.votes\n}\n\nfact closeWinner {\n\tall c: Candidate | (c.outcome = CompromiseWinner or c.outcome = TiedWinner) implies\n\t\tnot (Scenario.quota <= #c.votes + #c.transfers) or Election.method = Plurality\n}\n\nfact soreLoser {\n\tall c: Candidate | (c.outcome = SoreLoser or c.outcome = TiedSoreLoser) implies \n\t\t#c.votes + #c.transfers < Scenario.threshold\n}\n\nfact loser {\n\tall c: Candidate | (c.outcome = Loser or c.outcome = TiedLoser) \n implies (c in Scenario.losers and c not in Scenario.eliminated)\n}\n\nfact earlyLoser {\n\tall c: Candidate | (c.outcome = EarlyLoser or c.outcome = TiedEarlyLoser) iff \n\t\t(c in Scenario.eliminated and not (#c.votes + #c.transfers < Scenario.threshold))\n}\n\nfact winners {\n\tall c: Candidate | c in Scenario.winners iff \n\t\t(c.outcome = Winner or c.outcome = QuotaWinner or c.outcome = CompromiseWinner or \n\t\tc.outcome = TiedWinner)\n}\n\nfact losers {\n\tall c: Candidate | c in Scenario.losers iff\n\t\t(c.outcome = Loser or c.outcome = EarlyLoser or c.outcome = SoreLoser or \n\t\tc.outcome = TiedLoser or c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser)\n}\n\n-- Non-Independent Axioms for Ballot Integrity\nfact transfers {\n\tall c: Candidate | 0 < #c.transfers implies Election.method = STV\n}\n\nfact onlyWinnersAndQuotaWinnersHaveSurplus {\n\tall c: Candidate | 0 < #c.surplus implies \n\t\t(c.outcome = Winner or c.outcome = QuotaWinner)\n}\n\nfact winnersNeedNoTransfers {\n\t\tall c: Candidate | c.outcome = Winner implies 0 = #c.transfers\n}\n\nfact firstPreference {\n\tall b: Ballot | all c: Candidate | b.preferences.first = c iff b in c.votes\n}\n\nfact sizeOfSurplus {\n\tall c: Candidate | (c in Scenario.winners and Election.method = STV and 0 < #c.surplus) implies \n\t\t(#c.surplus = #c.votes + #c.transfers - Scenario.quota)\n}\n\nfact transferToNextPreference {\n\tall b: Ballot | all disj donor,receiver: Candidate |\n\t\t(donor + receiver in b.assignees and\n\t\tb in receiver.transfers and b in donor.surplus) implies \n\t\t(b.preferences.idxOf[donor] < b.preferences.idxOf[receiver] and\n\t\treceiver in b.preferences.rest.elems)\n}\n\nfact pluralityWinner {\n\tall disj a, b: Candidate | (Election.method = Plurality and Election.seats = 1 and\n\t\ta.outcome = Winner) implies #b.votes <= #a.votes\n}\n\nfact transferToNextContinuingCandidate {\n\tall disj skipped, receiving: Candidate | all b: Ballot |\n\t\tb.preferences.idxOf[skipped] < b.preferences.idxOf[receiving] and\n\t\treceiving in b.assignees and (not skipped in b.assignees) implies\n\t\t(skipped in Scenario.eliminated or skipped.outcome = Winner or \n\t\tskipped.outcome = QuotaWinner)\n}\n\n\/\/ All ballot transfers are associated with the last candidate to receive the transfer\nfact ownership {\n\tall disj c,d: Candidate | all b: Ballot | b in c.transfers implies c in b.assignees and \n\t\t(d not in b.assignees or b.preferences.idxOf[d] < b.preferences.idxOf[c])\n}\n\n\/\/ Lowest candidate is eliminated first\nfact lowestElimination {\n\tall disj c,d: Candidate | c in Scenario.eliminated and d not in Scenario.eliminated implies\n\t\t#c.votes + #c.transfers <= #d.votes + #d.transfers\n}\n\n\/\/ All ties involve equality between at least one winner and at least one loser on either original votes or\n\/\/ on transfers plus original votes\nfact equalityOfTiedWinner {\n all w: Candidate | some l: Candidate | w.outcome = TiedWinner and \n\t \t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies\n\t\t(#l.votes = #w.votes) or (#l.votes + #l.transfers = #w.votes + #w.transfers)\n}\n\nfact equalityOfTiedLosers {\n all s: Candidate | some w: Candidate | w.outcome = TiedWinner and \n (s.outcome = SoreLoser or s.outcome = TiedLoser or s.outcome = TiedEarlyLoser) implies\n (#s.votes = #w.votes) or (#s.votes + #s.transfers = #w.votes + #w.transfers)\n}\n\n-- Scenario Validity Axioms\n\/\/ When there is a tied sore loser then there are no non-sore losers\nfact typeOfTiedLoser {\n no disj a,b: Candidate | a.outcome = TiedSoreLoser and \n (b.outcome = TiedLoser or b.outcome = TiedEarlyLoser or \n b.outcome=Loser or b.outcome=EarlyLoser)\n}\n\nfact tieBreaker {\n\tall w: Candidate | some l: Candidate | w.outcome = TiedWinner implies \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser)\n}\n\nfact validTieBreaker {\n\tall l: Candidate | some w: Candidate | \n (l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies \n w.outcome = TiedWinner and (#w.votes + #w.transfers = #l.votes + #l.transfers)\n}\n\n\/\/ Compromise winner must have more votes than any tied winners\nfact compromiseNotTied {\n\tall disj c,t: Candidate | (c.outcome = CompromiseWinner and t.outcome = TiedWinner) implies\n\t\t#t.votes + #t.transfers < #c.votes + #c.transfers\n}\n\n\/\/ Equal losers are tied\nfact equalityofTiedWinnersAndLosers {\n\tall disj w,l: Candidate | w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes + #w.transfers = #l.votes + #l.transfers implies\n\t\t\tw.outcome = TiedWinner and \n\t\t\t(l.outcome = TiedLoser or l.outcome = TiedEarlyLoser or l.outcome = TiedSoreLoser)\n}\n\n\/\/ Highest winner has a quota\nfact highestWinners {\n all c: Candidate | Election.method = STV and c.outcome = Winner implies \n\t\tScenario.quota <= #c.votes + #c.transfers\n}\n\n\/\/ Tied Winners and Tied Losers have an equal number of votes\nfact equalTies {\n\tall disj a,b: Candidate | a.outcome = TiedWinner and \n (b.outcome = TiedLoser or b.outcome = TiedEarlyLoser or b.outcome = TiedSoreLoser) implies\n\t\t#a.votes + #a.transfers = #b.votes + #b.transfers\n}\n\n\/\/ Winners have more votes than non-tied losers\nfact winnersHaveVotes {\n\tall w,l: Candidate | w.outcome = Winner and \n (l.outcome = Loser or l.outcome = EarlyLoser or l.outcome = SoreLoser) implies \n ((#l.votes < #w.votes) or (#l.votes + #l.transfers < #w.votes + #w.transfers))\n}\n\n\/\/ All non-sore losers are above the threshold\nfact losersAboveThreshold {\n all c: Candidate | c.outcome = Loser implies Scenario.threshold < #c.votes + #c.transfers\n}\n\nfact earlyLosersAboveThreshold {\n all c: Candidate | c.outcome = EarlyLoser implies Scenario.threshold < #c.votes + #c.transfers\n}\n\nfact tiedLosersAboveThreshold {\n all c: Candidate | c.outcome = TiedLoser implies Scenario.threshold < #c.votes + #c.transfers\n}\n\nfact tiedEarlyLosersAboveThreshold {\n all c: Candidate | c.outcome = TiedEarlyLoser implies Scenario.threshold < #c.votes + #c.transfers\n}\n\n-- Basic Lemmas\nassert honestCount {\n\t all c: Candidate | all b: Ballot | b in c.votes + c.transfers implies c in b.assignees\n}\ncheck honestCount for 15 but 6 int\n\nassert atLeastOneLoser {\n\t0 < #Scenario.losers\n}\ncheck atLeastOneLoser for 15 but 6 int\n\nassert atLeastOneWinner {\n\t0 < #Scenario.winners\n}\ncheck atLeastOneWinner for 14 but 6 int\n\nassert plurality {\n\tall c: Candidate | all b: Ballot | b in c.votes and \n\t\tElection.method = Plurality implies c in b.preferences.first\n}\ncheck plurality for 18 but 6 int\n\nassert wellFormedTieBreaker {\n\tsome w,l : Candidate | (w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers) implies \n\t\tw.outcome = TiedWinner and \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome=TiedEarlyLoser)\n}\ncheck wellFormedTieBreaker for 18 but 6 int\n\nassert validSurplus {\n\tall c: Candidate | 0 < #c.surplus implies (c.outcome = Winner or c.outcome = QuotaWinner or \n\t\tc in Scenario.eliminated)\n}\ncheck validSurplus for 16 but 6 int\n\n-- Advanced Lemmas\n\/\/ No lost votes during counting\nassert accounting {\n\tall b: Ballot | some c: Candidate | b in c.votes and c in b.assignees\n}\ncheck accounting for 16 but 6 int\n\n\/\/ Cannot have tie breaker with both tied sore loser and non-sore loser\nassert tiedWinnerLoserTiedSoreLoser {\n\tno disj c,w,l: Candidate | c.outcome = TiedSoreLoser and\n\t w.outcome = TiedWinner and (l.outcome = Loser or l.outcome = TiedLoser)\n}\ncheck tiedWinnerLoserTiedSoreLoser for 6 int\n\n\/\/ Compromise winner must have at least one vote\nassert validCompromise {\n\tall c: Candidate | c.outcome = CompromiseWinner implies 0 < #c.votes + #c.transfers\n}\ncheck validCompromise for 6 int\n\n\/\/ Quota winner needs transfers\nassert quotaWinnerNeedsTransfers {\n all c: Candidate | c.outcome = QuotaWinner implies 0 < #c.transfers\n}\ncheck quotaWinnerNeedsTransfers for 7 int\n\n\/\/ Sore losers below threshold\nassert soreLoserBelowThreshold {\n all c: Candidate | c.outcome = SoreLoser implies not (Scenario.threshold <= #c.votes + #c.transfers)\n}\ncheck soreLoserBelowThreshold for 10 but 6 int\n\n\/\/ Possible outcomes when under the threshold\nassert underThresholdOutcomes {\n all c: Candidate | (#c.votes + #c.transfers < Scenario.threshold) implies\n (c.outcome = SoreLoser or c.outcome = TiedSoreLoser or c.outcome = TiedWinner or\n c.outcome = CompromiseWinner or (Election.method = Plurality and c.outcome = Winner))\n}\ncheck underThresholdOutcomes for 10 but 6 int\n\n\/\/ Tied Winners have equality of votes and transfers\nassert tiedWinnerEquality {\n all a,b: Candidate | (a.outcome = TiedWinner and b.outcome = TiedWinner) implies\n\t#a.votes + #a.transfers = #b.votes + #b.transfers\n}\ncheck tiedWinnerEquality for 10 but 6 int\n\n\/\/ Non-negative threshold and quota\nassert nonNegativeThresholdAndQuota {\n\t0 <= Scenario.threshold and Scenario.threshold <= Scenario.quota\n}\ncheck nonNegativeThresholdAndQuota for 6 but 6 int\n\n-- Sample scenarios\npred TwoCandidatePlurality { \n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 2\n}\nrun TwoCandidatePlurality for 10 but 2 Ballot, 6 int\n\npred PluralityTiedWinner {\n\tElection.method = Plurality\n\tElection.seats = 1\n\tsome disj a,b: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser\n}\nrun PluralityTiedWinner for 10 but 6 int\n\npred ThreeCandidatePlurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 3\n}\nrun ThreeCandidatePlurality for 6 int\n\npred Plurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun Plurality for 5 but 6 int\n\npred TenCandidatePluralityWithTwoSeats {\n\tElection.method = Plurality\n\tElection.seats = 2\n\t#Election.candidates = 10\n}\nrun TenCandidatePluralityWithTwoSeats for 10 but 6 int\n\npred InstantRunoffVoting {\n\tElection.method = STV\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun InstantRunoffVoting for 10 but 6 int\n\npred STV3 {\n\tElection.method = STV\n\tElection.seats = 3\n}\nrun STV3 for 5 but 6 int\n\npred ThreeWinnersOneLoser {\n Election.method = STV\n\tsome disj a,b,d: Candidate | a.outcome = Winner\n \t and b.outcome = QuotaWinner or b.outcome = CompromiseWinner\n\t and d in Scenario.losers\n}\nrun ThreeWinnersOneLoser for 6 but 6 int\n\npred LoserAndEarlyLoser {\n\tone d: Candidate | d.outcome = Loser\n\tone e: Candidate | e.outcome = EarlyLoser\n}\nrun LoserAndEarlyLoser for 5 but 6 int\n\npred OneWinnerNineLosers {\n\t#Scenario.winners = 1\n\t#Scenario.losers = 9\n}\nrun OneWinnerNineLosers for 16 but 6 int\n\npred ThreeWayTie {\n\t#Election.candidates = 3\n Election.method = Plurality\n\tsome disj a,b,c: Candidate | a.outcome = TiedWinner and \n\t\tb.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser\n}\nrun ThreeWayTie for 10 but 6 int\n\npred FiveWayTie {\n\tsome disj a,b,c,d,e: Candidate | a.outcome = TiedWinner and\n\t b.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser and d.outcome = TiedLoser and e.outcome = TiedWinner\n}\nrun FiveWayTie for 7 but 6 int\n\npred ScenarioLWW {\n\tsome disj a,b,c: Candidate | a.outcome = Loser and b.outcome = Winner and \n\t\tc.outcome = Winner\n #Election.candidates = 3\n\tElection.method = STV\n 0 < #Ballot\n}\nrun ScenarioLWW for 7 but 7 int\n\npred LongBallot {\n\tsome b: Ballot | #b.preferences = 7\n}\nrun LongBallot for 7 but 6 int\n\npred MultipleBallotsUnderSTV {\n\tElection.method = STV\n\tsome disj a,b,c,d: Ballot | 1 < #a.preferences and 1 < #b.preferences \n\tand 0 < #c.preferences and 0 < #d.preferences and \n a.preferences.first = b.preferences.last\n}\nrun MultipleBallotsUnderSTV for 10 but 6 int\n\npred WinnerLoserEarlyLoser {\n\tsome a,b,c,d : Candidate | a.outcome = Winner and b.outcome = Loser and \n\t\tc.outcome = EarlyLoser and d.outcome = SoreLoser\n\tElection.method = STV\n}\nrun WinnerLoserEarlyLoser for 7 but 6 int\n\npred TiedScenario { \n some disj a,b: Candidate | a.outcome = TiedLoser and b.outcome = TiedWinner\n Election.method = STV\n #Election.candidates = 2\n #Election.seats = 1\n}\nrun TiedScenario for 7 but 6 int\n\npred NoTiesAndNoSoresScenarios {\n Election.method = STV\n #Election.candidates > 3\n #Ballot > 6\n no c: Candidate | c.outcome = TiedLoser or c.outcome = TiedWinner or\n c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser or c.outcome = SoreLoser\n}\nrun NoTiesAndNoSoresScenarios for 10 but 6 int\n\n-- Scenario tests\npred SLW {\n some disj c0,c1,d: Candidate | c0.outcome = Loser and c1.outcome = Winner and \n d.outcome = SoreLoser and\n Election.method = Plurality and #Election.candidates = 3\n Scenario.threshold = 1\n}\nrun SLW for 6 but 6 int\n\npred SSSLW {\n some disj c0,c1,d,e,f: Candidate | c0.outcome = Loser and c1.outcome = Winner and \n d.outcome = SoreLoser and\n e.outcome = SoreLoser and\n f.outcome = SoreLoser and\n Election.method = Plurality and #Election.candidates = 5\n}\nrun SSSLW for 6 but 6 int\n\npred SSSSLW {\n some disj c0,c1,d,e,f,g: Candidate | c0.outcome = Loser and c1.outcome = Winner and \n d.outcome = SoreLoser and\n e.outcome = SoreLoser and\n f.outcome = SoreLoser and\n g.outcome = SoreLoser and\n Election.method = Plurality and #Election.candidates = 6\n}\nrun SSSSLW for 6 but 6 int\n\npred LW {\n some disj c0,c1: Candidate | c0.outcome = Loser and c1.outcome = Winner and \n Election.method = Plurality and 0 < #Ballot and #Election.candidates = 2\n}\nrun LW for 5 but 6 int\n\npred LQ {\n\tsome disj a,b: Candidate | a.outcome = Loser and b.outcome = QuotaWinner\n #Election.candidates = 2\n 0 < #Ballot\n}\nrun LQ for 10 but 6 int\n\npred LQQ {\n\tsome disj a,b,c: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and\n c.outcome = QuotaWinner\n #Election.candidates = 3\n 0 < #Ballot\n}\nrun LQQ for 10 but 6 int\n\npred LQW {\n\tsome disj a,b,c: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and \n\t\tc.outcome = Winner\n #Election.candidates = 3\n 0 < #Ballot\n}\nrun LQW for 10 but 6 int\n\npred LQQW {\n\tsome disj a,b,c,d: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and \n\t\tc.outcome = Winner and d.outcome = QuotaWinner\n #Election.candidates = 4\n 0 < #Ballot\n}\nrun LQQW for 10 but 6 int\n\npred SLQQW {\n\tsome disj a,b,c,d,e: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and \n\t\tc.outcome = Winner and d.outcome = QuotaWinner and e.outcome = SoreLoser\n #Election.candidates = 5\n 0 < #Ballot\n}\n\npred tenCandidates {\n some disj c0,c1,c2,c3,c4,c5,c6,c7,c8,c9: Candidate | c0.outcome = SoreLoser and \n c1.outcome = SoreLoser and c2.outcome = SoreLoser and c3.outcome = Loser and \n c4.outcome = Loser and c5.outcome = Loser and c6.outcome = Loser and \n c7.outcome = TiedLoser and c8.outcome = TiedLoser and c9.outcome = TiedWinner and \n Election.method = Plurality and #Election.candidates = 10\n}\nrun tenCandidates for 16 but 6 int\n\n-- Version Control for changes to model\none sig Version {\n year, month, day: Int\n} {\n year = 11\n month = 01\n day = 25\n -- Dermot Cochran 2011-01-25\n}\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"d81b0551c008d203ab157c4243ac905cc66eac31","subject":"add Peterson","message":"add Peterson\n","repos":"nishio\/learning_alloy,nishio\/learning_alloy,nishio\/learning_alloy","old_file":"Perterson.als","new_file":"Perterson.als","new_contents":"open util\/ordering[Time]\nsig Time {}\n\none sig Memory {\n\tturn: Int -> Time,\n\tflag: Int -> Int -> Time\n}{\n\tall t: Time {\n\t\tone flag[0].t\n\t\tone flag[1].t\n\t}\n}\n\none sig PC {\n\tproc: Int -> Int -> Time\n}{\n\tall t: Time {\n\t\tone proc[0].t\n\t\tone proc[1].t\n\t}\n}\n\n\nfact {\n\t\/\/ \u6700\u521d\u306f\u30e1\u30e2\u30ea\u306f\u307f\u3093\u306a0\n\tlet t = first {\n\t\tMemory.turn.t = 0\n\t\tMemory.flag[0].t = 0\n\t\tMemory.flag[1].t = 0\n\t\t\/\/ \u6700\u521d\u306f\u30d7\u30ed\u30b0\u30e9\u30e0\u30ab\u30a6\u30f3\u30bf\u306f0\n\t\tPC.proc[0].t = 0\n\t\tPC.proc[1].t = 0\n \t}\n}\n\npred store(t: Time, target: univ -> Time, value: univ){\n\tone value\n\ttarget.t = value\n}\n\npred must_wait(t: Time, pid: Int){\n\tlet other = (0 + 1) - pid {\n\t\tMemory.flag[other].t = 1 \/\/ other\u304cwait\u3057\u3066\u3044\u308b\n\t\tMemory.turn.t = other \/\/ other\u304c\u512a\u5148\u6a29\u3092\u6301\u3063\u3066\u3044\u308b\n\t}\n}\n\npred no_change(t: Time, changable: univ -> Time){\n\tchangable.t = changable.(t.prev)\n}\n\npred step(t: Time) {\n\t\/\/ \u5404\u6642\u523b\u3067\u3069\u3061\u3089\u304b\u306e\u30d7\u30ed\u30bb\u30b9\u304c1\u547d\u4ee4\u5b9f\u884c\u3059\u308b\n\tsome pid: (0 + 1) {\n\t\tlet pc = PC.proc[pid].(t.prev),\n\t\t\t\tnextpc = PC.proc[pid].t,\n\t\t\t\tother = (0 + 1) - pid\n\t\t{\n\n\t\t\t(pc = 0) => {\n\t\t\t\t\/\/ flag[0] = 1\n\t\t\t\tstore[t, Memory.flag[pid], 1]\n\t\t\t\tnextpc = 1\n\t\t\t\tno_change[t, Memory.turn]\n\t\t\t}\n\t\t\t(pc = 1) => {\n\t\t\t\t\/\/ flag[0] = 1\n\t\t\t\tstore[t, Memory.turn, other]\n\t\t\t\tnextpc = 2\n\t\t\t\tno_change[t, Memory.flag[pid]]\n\t\t\t}\n\t\t\t(pc = 2) => {\n\t\t\t\t\/\/ while( flag[1] && turn == 1 );\n\t\t\t\tmust_wait[t, pid] => {\n\t\t\t\t\tnextpc = 2\n\t\t\t\t}else{\n\t\t\t\t\tnextpc = 3\n\t\t\t\t}\n\t\t\t\tno_change[t, Memory.turn]\n\t\t\t\tno_change[t, Memory.flag[pid]]\n\t\t\t}\n\t\t\t(pc = 3) => {\n\t\t\t\t\/\/ flag[0] = 0\n\t\t\t\tstore[t, Memory.flag[pid], 0]\n\t\t\t\tnextpc = 0\n\t\t\t\tno_change[t, Memory.turn]\n\t\t\t}\n\n\t\t\t\/\/ no change\n\t\t\tno_change[t, PC.proc[other]]\n\t\t\tno_change[t, Memory.flag[other]]\n\t\t}\n\t}\n}\n\nfact {\n\tall t: Time - first {\n\t\tstep[t]\n\t}\n}\nrun {\n\tsome t: Time {\n\t\tPC.proc[0].t = 3\n\t\tPC.proc[1].t = 3\n\t}\n} for 20 Time\n","old_contents":"","returncode":1,"stderr":"error: pathspec 'Perterson.als' did not match any file(s) known to git\n","license":"mit","lang":"Alloy"} {"commit":"7c590f18fad924f5b583f3807a736fb483e43cbc","subject":"fix bug in comment","message":"fix bug in comment\n","repos":"nishio\/learning_alloy,nishio\/learning_alloy,nishio\/learning_alloy","old_file":"Perterson.als","new_file":"Perterson.als","new_contents":"open util\/ordering[Time]\nsig Time {}\n\none sig Memory {\n\tturn: Int -> Time,\n\tflag: Int -> Int -> Time\n}{\n\tall t: Time {\n\t\tone flag[0].t\n\t\tone flag[1].t\n\t\tno flag[Int - 0 - 1].t\n\t}\n}\n\none sig PC {\n\tproc: Int -> Int -> Time,\n\tcurrent_pid: Int -> Time\n}{\n\tall t: Time {\n\t\tone proc[0].t\n\t\tone proc[1].t\n\t\tno proc[Int - 0 - 1].t\n\t}\n}\n\n\nfact {\n\t\/\/ \u6700\u521d\u306f\u30e1\u30e2\u30ea\u306f\u307f\u3093\u306a0\n\tlet t = first {\n\t\tMemory.turn.t = 0\n\t\tMemory.flag[0].t = 0\n\t\tMemory.flag[1].t = 0\n\t\t\/\/ \u6700\u521d\u306f\u30d7\u30ed\u30b0\u30e9\u30e0\u30ab\u30a6\u30f3\u30bf\u306f0\n\t\tPC.proc[0].t = 0\n\t\tPC.proc[1].t = 0\n \t}\n}\n\npred store(t: Time, target: univ -> Time, value: univ){\n\tone value\n\ttarget.t = value\n}\n\npred must_wait(t: Time, pid: Int){\n\tlet other = (0 + 1) - pid {\n\t\tMemory.flag[other].t = 1 \/\/ other\u304cwait\u3057\u3066\u3044\u308b\n\t\tMemory.turn.t = other \/\/ other\u304c\u512a\u5148\u6a29\u3092\u6301\u3063\u3066\u3044\u308b\n\t}\n}\n\npred no_change(t: Time, changable: univ -> Time){\n\tchangable.t = changable.(t.prev)\n}\n\npred step(t: Time) {\n\t\/\/ \u5404\u6642\u523b\u3067\u3069\u3061\u3089\u304b\u306e\u30d7\u30ed\u30bb\u30b9\u304c1\u547d\u4ee4\u5b9f\u884c\u3059\u308b\n\tsome pid: (0 + 1) {\n\t\tPC.current_pid.t = pid\n\t\tlet pc = PC.proc[pid].(t.prev),\n\t\t\t\tnextpc = PC.proc[pid].t,\n\t\t\t\tother = (0 + 1) - pid\n\t\t{\n\n\t\t\t(pc = 0) => {\n\t\t\t\t\/\/ flag[0] = 1\n\t\t\t\tstore[t, Memory.flag[pid], 1]\n\t\t\t\tnextpc = plus[pc, 1]\n\t\t\t\tno_change[t, Memory.turn]\n\t\t\t}\n\t\t\t(pc = 1) => {\n\t\t\t\t\/\/ turn = 1\n\t\t\t\tstore[t, Memory.turn, other]\n\t\t\t\tnextpc = plus[pc, 1]\n\t\t\t\tno_change[t, Memory.flag[pid]]\n\t\t\t}\n\t\t\t(pc = 2) => {\n\t\t\t\t\/\/ while( flag[1] && turn == 1 );\n\t\t\t\tmust_wait[t, pid] => {\n\t\t\t\t\tnextpc = pc\n\t\t\t\t}else{\n\t\t\t\t\tnextpc = plus[pc, 1]\n\t\t\t\t}\n\t\t\t\tno_change[t, Memory.turn]\n\t\t\t\tno_change[t, Memory.flag[pid]]\n\t\t\t}\n\t\t\t(pc = 3) => {\n\t\t\t\t\/\/ flag[0] = 0\n\t\t\t\tstore[t, Memory.flag[pid], 0]\n\t\t\t\tnextpc = 0\n\t\t\t\tno_change[t, Memory.turn]\n\t\t\t}\n\n\t\t\t\/\/ no change\n\t\t\tno_change[t, PC.proc[other]]\n\t\t\tno_change[t, Memory.flag[other]]\n\t\t}\n\t}\n}\n\ncheck MutualExclusion {\n\tno t: Time {\n\t\tPC.proc[0].t = 3\n\t\tPC.proc[1].t = 3\n\t}\n} for 15 Time\n\ncheck BoundedWaiting_Bad {\n\tno t: Time, pid: Int {\n\t\tPC.proc[pid].t = 2\n\t\tPC.proc[pid].(t.next) = 2\n\t\tPC.proc[pid].(t.next.next) = 2\n\t\tPC.proc[pid].(t.next.next.next) = 2\n\t\tPC.proc[pid].(t.next.next.next.next) = 2\n\t}\n} for 15 Time\n\ncheck BoundedWaiting {\n\tno t, t': Time, pid: Int {\n\t\tlet range = Time - t.prevs - t'.nexts {\n\t\t\t\/\/ \u3042\u308b\u30d7\u30ed\u30bb\u30b9\u304c\u305a\u3063\u30682(\u30ed\u30c3\u30af\u5f85\u3061)\u3067\n\t\t\tall t'': range | PC.proc[pid].t'' = 2\n\t\t\t\/\/ \u305d\u306e\u9593\u3001\u3082\u3046\u7247\u65b9\u306e\u30d7\u30ed\u30bb\u30b9\u304c2\u56de\u4ee5\u4e0a3(\u30af\u30ea\u30c6\u30a3\u30ab\u30eb\u30bb\u30af\u30b7\u30e7\u30f3)\u3092\u5b9f\u884c\n\t\t\t#{t'': range | \n\t\t\t\tPC.proc[PC.current_pid.t''].t'' = 3\n\t\t\t} >= 2\n\t\t}\n\t}\n} for 15 Time\n\nfact {\n\tall t: Time - first {\n\t\tstep[t]\n\t}\n}\nrun {\n} for exactly 20 Time\n","old_contents":"open util\/ordering[Time]\nsig Time {}\n\none sig Memory {\n\tturn: Int -> Time,\n\tflag: Int -> Int -> Time\n}{\n\tall t: Time {\n\t\tone flag[0].t\n\t\tone flag[1].t\n\t\tno flag[Int - 0 - 1].t\n\t}\n}\n\none sig PC {\n\tproc: Int -> Int -> Time,\n\tcurrent_pid: Int -> Time\n}{\n\tall t: Time {\n\t\tone proc[0].t\n\t\tone proc[1].t\n\t\tno proc[Int - 0 - 1].t\n\t}\n}\n\n\nfact {\n\t\/\/ \u6700\u521d\u306f\u30e1\u30e2\u30ea\u306f\u307f\u3093\u306a0\n\tlet t = first {\n\t\tMemory.turn.t = 0\n\t\tMemory.flag[0].t = 0\n\t\tMemory.flag[1].t = 0\n\t\t\/\/ \u6700\u521d\u306f\u30d7\u30ed\u30b0\u30e9\u30e0\u30ab\u30a6\u30f3\u30bf\u306f0\n\t\tPC.proc[0].t = 0\n\t\tPC.proc[1].t = 0\n \t}\n}\n\npred store(t: Time, target: univ -> Time, value: univ){\n\tone value\n\ttarget.t = value\n}\n\npred must_wait(t: Time, pid: Int){\n\tlet other = (0 + 1) - pid {\n\t\tMemory.flag[other].t = 1 \/\/ other\u304cwait\u3057\u3066\u3044\u308b\n\t\tMemory.turn.t = other \/\/ other\u304c\u512a\u5148\u6a29\u3092\u6301\u3063\u3066\u3044\u308b\n\t}\n}\n\npred no_change(t: Time, changable: univ -> Time){\n\tchangable.t = changable.(t.prev)\n}\n\npred step(t: Time) {\n\t\/\/ \u5404\u6642\u523b\u3067\u3069\u3061\u3089\u304b\u306e\u30d7\u30ed\u30bb\u30b9\u304c1\u547d\u4ee4\u5b9f\u884c\u3059\u308b\n\tsome pid: (0 + 1) {\n\t\tPC.current_pid.t = pid\n\t\tlet pc = PC.proc[pid].(t.prev),\n\t\t\t\tnextpc = PC.proc[pid].t,\n\t\t\t\tother = (0 + 1) - pid\n\t\t{\n\n\t\t\t(pc = 0) => {\n\t\t\t\t\/\/ flag[0] = 1\n\t\t\t\tstore[t, Memory.flag[pid], 1]\n\t\t\t\tnextpc = plus[pc, 1]\n\t\t\t\tno_change[t, Memory.turn]\n\t\t\t}\n\t\t\t(pc = 1) => {\n\t\t\t\t\/\/ flag[0] = 1\n\t\t\t\tstore[t, Memory.turn, other]\n\t\t\t\tnextpc = plus[pc, 1]\n\t\t\t\tno_change[t, Memory.flag[pid]]\n\t\t\t}\n\t\t\t(pc = 2) => {\n\t\t\t\t\/\/ while( flag[1] && turn == 1 );\n\t\t\t\tmust_wait[t, pid] => {\n\t\t\t\t\tnextpc = pc\n\t\t\t\t}else{\n\t\t\t\t\tnextpc = plus[pc, 1]\n\t\t\t\t}\n\t\t\t\tno_change[t, Memory.turn]\n\t\t\t\tno_change[t, Memory.flag[pid]]\n\t\t\t}\n\t\t\t(pc = 3) => {\n\t\t\t\t\/\/ flag[0] = 0\n\t\t\t\tstore[t, Memory.flag[pid], 0]\n\t\t\t\tnextpc = 0\n\t\t\t\tno_change[t, Memory.turn]\n\t\t\t}\n\n\t\t\t\/\/ no change\n\t\t\tno_change[t, PC.proc[other]]\n\t\t\tno_change[t, Memory.flag[other]]\n\t\t}\n\t}\n}\n\ncheck MutualExclusion {\n\tno t: Time {\n\t\tPC.proc[0].t = 3\n\t\tPC.proc[1].t = 3\n\t}\n} for 15 Time\n\ncheck BoundedWaiting_Bad {\n\tno t: Time, pid: Int {\n\t\tPC.proc[pid].t = 2\n\t\tPC.proc[pid].(t.next) = 2\n\t\tPC.proc[pid].(t.next.next) = 2\n\t\tPC.proc[pid].(t.next.next.next) = 2\n\t\tPC.proc[pid].(t.next.next.next.next) = 2\n\t}\n} for 15 Time\n\ncheck BoundedWaiting {\n\tno t, t': Time, pid: Int {\n\t\tlet range = Time - t.prevs - t'.nexts {\n\t\t\t\/\/ \u3042\u308b\u30d7\u30ed\u30bb\u30b9\u304c\u305a\u3063\u30682(\u30ed\u30c3\u30af\u5f85\u3061)\u3067\n\t\t\tall t'': range | PC.proc[pid].t'' = 2\n\t\t\t\/\/ \u305d\u306e\u9593\u3001\u3082\u3046\u7247\u65b9\u306e\u30d7\u30ed\u30bb\u30b9\u304c2\u56de\u4ee5\u4e0a3(\u30af\u30ea\u30c6\u30a3\u30ab\u30eb\u30bb\u30af\u30b7\u30e7\u30f3)\u3092\u5b9f\u884c\n\t\t\t#{t'': range | \n\t\t\t\tPC.proc[PC.current_pid.t''].t'' = 3\n\t\t\t} >= 2\n\t\t}\n\t}\n} for 15 Time\n\nfact {\n\tall t: Time - first {\n\t\tstep[t]\n\t}\n}\nrun {\n} for exactly 20 Time\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"99aff05e5ad899029127740981d83b5d7c4b718c","subject":"Modified alloy model","message":"Modified alloy model\n","repos":"cattaneo-riccardo\/PowerEnjoy","old_file":"Alloy\/powerenjoy_model.als","new_file":"Alloy\/powerenjoy_model.als","new_contents":"open util\/boolean\n\n\/\/ Car, User\n\nsig Car {\n\tid: Int,\n\tavailable: Bool,\n\tlocation: Location,\n\tunlocked: Bool,\n\tbattery_level: Int\n} {\n\tint id>0\n\tbattery_level >= 0\n\tbattery_level <= 100\n}\n\nsig User {\n\tcredential: Credential,\n\tpassword: Password,\n\tpayment_info: Payment_Info,\n\tlocation: Location\n}\nsig Credential {}\nsig Password {}\nsig Payment_Info {}\n\n\/\/ Reservation, Ride\n\nsig Reservation {\n\tuser: User,\n\tcar: Car,\n\tstart_area: Safe_Area,\n\tstart_time: Time,\n\texpired: Bool,\n\tride: lone Ride\n}\n\nsig Ride {\n\treservation: Reservation,\n\tpassengers: Int, \n\tpickup_time: Time,\n\trelease_time: lone Time,\n\trelease_battery_level: lone Int,\n\trelease_area: lone Safe_Area\n} {\n\tpassengers >= 1\n\tpassengers <= 4\n\trelease_battery_level >= 0\n\trelease_battery_level <= 100\n}\n\n\/\/ Time and CurrentTime\n\nsig Time {\n\tday: Int,\n\thour: Int,\n\tminute: Int\n} {\n\tday >= 0\n\tday =< 365\n\thour >= 0\n\thour =< 23\n\tminute >= 0\n\tminute =< 59\n}\n\nsig CurrentTime extends Time {}\n\n\/\/ Location, Areas\n\nsig Location {\n\tlatitude: Int, \n\tlongitude: Int \n}\nsig Area {\n\tcenter: Location,\n\tradius: Int\n} {\n\tradius > 0 \n}\nsig Safe_Area extends Area {}\nsig Special_Safe_Area extends Safe_Area {}\n\n\/\/ ----------- Functions ------------\n\n\/\/ ----------- Predicates -----------\n\n\/\/ Returns true if t - t' <= 1h\n\npred isLessThanOneHourAhead[t, t': Time] {\n\tareEqual[t, t']\n\tor\n\t(t.day = t'.day\n\t\timplies (\n\t\t\t(t.hour = t'.hour and t.minute > t'.minute)\n\t\t\tor\n\t\t\t(t.hour = add[t'.hour,1] and add[sub[60, t'.minute], t.minute] < 60)\n\t\t)\n\t\telse (\n\t\t\t(t.day = add[t'.day, 1] and t.hour = 0 and t'.hour = 23 and add[sub[60, t'.minute], t.minute] < 60)\n\t\t)\n\t)\n}\n\n\/\/ Returns true if t >= t'\n\npred comesAfterOrEqual[t, t': Time] {\n\tt.day = t'.day\n\timplies (\n\t\tt.hour = t'.hour\n\t\timplies t.minute >= t'.minute\n\t\telse t.hour >= t'.hour\n\t)\n\telse t.day >= t'.day\n}\n\n\/\/ Returns true if t == t'\n\npred areEqual[t, t': Time] {\n\tt.day = t'.day and t.hour = t'.hour and t.minute = t'.minute\n}\n\n\/\/ Returns true if the max distance between latitudes and longitudes is 5\n\npred isNear[l, l': Location] {\n\t(l.latitude >= l'.latitude implies \n\t\tsub[l.latitude, l'.latitude] <= 5\n\telse\n\t\tsub[l'.latitude, l.latitude] <= 5)\n\tand\n\t(l.longitude >= l'.longitude implies \n\t\tsub[l.longitude, l'.longitude] <= 5\n\telse\n\t\tsub[l'.longitude, l.longitude] <= 5)\n}\n\n\/\/ Reservation r is open <=> r is expired and \"it has not a ride yet or its ride has no release_time\"\n\npred isOpen[r: Reservation] {\n\tr.expired = False and (\n\t\tno r.ride\n\t\tor\n\t\tno r.ride.release_time\n\t)\n}\n\n\/\/ ----------- Facts -------------\n\n\/\/ There's only a current time\n\nfact currentTimeForeverAlone {\n\t#CurrentTime = 1\n}\n\n\/\/ CurrentTime is after all the times in the model\n\nfact currentTimeIsAlwaysAhead {\n\tall t: Time |\n\t\tall ct: CurrentTime |\n\t\t\tcomesAfterOrEqual[ct, t]\n}\n\n\/\/ Each credential\/password\/payment info is used for a user\n\nfact eachCredentialCorrespondToAUser {\n\tall c: Credential |\n\t\tsome u: User |\n\t\t\tu.credential = c\n}\n\nfact eachPasswordCorrespondToAUser {\n\tall p: Password |\n\t\tsome u: User |\n\t\t\tu.password = p\n}\n\nfact eachPaymentInfoCorrespondToAUser {\n\tall pi: Payment_Info |\n\t\t some u: User |\n\t\t\tu.payment_info = pi\n}\n\n\/\/ Different users <=> different credentials\n\nfact noUsersWithSameCredentials {\n\tall u1, u2: User |\n\t\tu1 != u2\n\t\tiff\n\t\tu1.credential != u2.credential\n}\n\n\/\/ Different cars <=> different IDs\n\nfact noCarsWithSameIDs {\n\tall c1, c2: Car |\n\t\tc1 != c2\n\t\tiff\n\t\tc1.id != c2.id\n}\n\n\/\/ There can't be two reservations made by the same user both open\n\/\/ COMMENT: Actually it's possible that a user makes a wrong reservation and he lets it expires, while he makes another one\n\/*\nfact noConsecutiveReservations {\n\tall r, r': Reservation | (\n\t\tr.user = r'.user\n\t\timplies not (\n\t\t\tisOpen[r] and isOpen[r']\n\t\t)\n\t)\n}*\/\n\n\/\/ There can't be two reservations r1 and r2 for the same car overlapping.\n\nfact carsCanBeReservedByOneUserAtOnce {\n\tall c: Car | (\n\t\tall r, r': Reservation | (\n\t\t\t(r.car = c and r'.car = c and r != r' and comesAfterOrEqual[r'.start_time, r.start_time])\n\t\t\timplies (\n\t\t\t\t\t(some r.ride and some r.ride.release_time and comesAfterOrEqual[r'.start_time, r.ride.release_time])\n\t\t\t\t\tor\n\t\t\t\t\t(r.expired = True and not isLessThanOneHourAhead[r'.start_time, r.start_time])\n\t\t\t)\n\t\t)\n\t)\n}\n\n\/\/ A car is available if it has no reservations open.\n\nfact carAvailableCondition {\n\tall c: Car |\n\t\tc.available = True\n\t\tiff\n\t\t(not some res: Reservation |\n\t\t\tres.car = c and isOpen[res]\n\t\t)\n}\n\n\/\/ A reservation is expired if there's is not a ride whose pickup_time is less than one hour after the \n\/\/ reservation start_time.\n\nfact carExpiredCondition {\n\tall res: Reservation |\n\t\tres.expired = True\n\t\tiff\n\t\t(all currentTime: CurrentTime |\n\t\t\tnot isLessThanOneHourAhead[currentTime, res.start_time]\n\t\t)\n\t\tand\n\t\tno res.ride\n}\n\n\/\/ The pickup time of a ride should be in one hour from its reservation start_time\n\nfact pickupTimeConstraint {\n\tall rid: Ride | (\n\t\tisLessThanOneHourAhead[rid.pickup_time, rid.reservation.start_time]\n\t)\n}\n\n\/\/ If a reservation has a ride, then that ride has that reservation.\n\nfact ridesAndReservationRelation {\n\tall res: Reservation | (\n\t\tsome res.ride\n\t\timplies\n\t\tres = res.ride.reservation\n\t)\n\t\/*\n\t(all rid: Ride |\n\t\tsome res: Reservation |\n\t\t\trid.reservation = res and res.ride = rid)\n\t(all res, res': Reservation |\n\t\tres != res'\n\t\timplies\n\t\tres.ride != res'.ride)*\/\n}\n\n\/\/ A car is unlocked if there's a reservation not expired between a user and that car,\n\/\/ such user is near it and\n\/\/ he hasn't finished the ride (the ride associated with that reservation \n\/\/ doesn't have a release_time).\n\nfact carUnlockedConstraint {\n\tall c: Car | (\n\t\tc.unlocked = True\n\t\tiff\n\t\tsome r: Reservation | (\n\t\t\tr.car = c and isOpen[r] and isNear[c.location, r.user.location]\n\t\t)\n\t)\n\/*\n\tall c: Car | (\n\t\tc.unlocked = True\n\t\tiff (\n\t\t\tsome res: Reservation | (\n\t\t\t\tres.car = c and res.expired = False and\n\t\t\t\tsome u: User | (\n\t\t\t\t\tres.user = u and\n\t\t\t\t\tisNear[u.location, c.location] and\n\t\t\t\t\t(no res.ride or no res.ride.release_time)\n\t\t\t\t)\n\t\t\t)\n\t\t)\n\t)\n*\/\n}\n\n\/\/ release_time is always after pickup_time\n\nfact releaseTimeIsAfterPickupTime {\n\tall rid: Ride | (\n\t\tno rid.release_time\n\t\tor\n\t\tcomesAfterOrEqual[rid.release_time, rid.pickup_time]\n\t)\n}\n\n\/\/ ------------- Assertions ---------------\n\n\/\/ car available => car locked\n\n\/\/ car unlocked => car not available\n\n\/\/ ------------ Show world! --------------\n\npred show {\n\t#User = 1\n\t#Car = 2\n\t#Reservation = 3\n\tsome c: Car | c.unlocked = True\n\tsome c: Car | c.unlocked = False\n}\n\npred checkUnlocked {\n\t\n}\n\n\/\/run show for 8 Int\nrun show for 8 Int\n\/\/check currentTimeIsAlwaysAhead for 8 Int\n","old_contents":"open util\/boolean\n\n\/\/ Car, User\n\nsig Car {\n\tid: Int,\n\tavailable: Bool,\n\tlocation: Location,\n\tunlocked: Bool,\n\tbattery_level: Int\n} {\n\tint id>0\n\tbattery_level >= 0\n\tbattery_level <= 100\n}\n\nsig User {\n\tcredential: Credential,\n\tpassword: Password,\n\tpayment_info: Payment_Info,\n\tlocation: Location\n}\nsig Credential {}\nsig Password {}\nsig Payment_Info {}\n\n\/\/ Reservation, Ride\n\nsig Reservation {\n\tuser: User,\n\tcar: Car,\n\tstart_area: Safe_Area,\n\tstart_time: Time,\n\texpired: Bool,\n\tride: lone Ride\n}\n\nsig Ride {\n\treservation: Reservation,\n\tpassengers: Int, \n\tpickup_time: Time,\n\trelease_time: lone Time,\n\trelease_battery_level: lone Int,\n\trelease_area: lone Safe_Area\n} {\n\tpassengers >= 1\n\tpassengers <= 4\n\trelease_battery_level >= 0\n\trelease_battery_level <= 100\n}\n\n\/\/ Time and CurrentTime\n\nsig Time {\n\tday: Int,\n\thour: Int,\n\tminute: Int\n} {\n\tday >= 0\n\tday =< 365\n\thour >= 0\n\thour =< 23\n\tminute >= 0\n\tminute =< 59\n}\n\nsig CurrentTime extends Time {}\n\n\/\/ Location, Areas\n\nsig Location {\n\tlatitude: Int, \n\tlongitude: Int \n}\nsig Area {\n\tcenter: Location,\n\tradius: Int\n} {\n\tradius > 0 \n}\nsig Safe_Area extends Area {}\nsig Special_Safe_Area extends Safe_Area {}\n\n\/\/ ----------- Functions ------------\n\n\/\/ ----------- Predicates -----------\n\n\/\/ Returns true if t - t' <= 1h\n\npred isLessThanOneHourAhead[t, t': Time] {\n\tareEqual[t, t']\n\tor\n\t(t.day = t'.day\n\t\timplies (\n\t\t\t(t.hour = t'.hour and t.minute > t'.minute)\n\t\t\tor\n\t\t\t(t.hour = add[t'.hour,1] and add[sub[60, t'.minute], t.minute] < 60)\n\t\t)\n\t\telse (\n\t\t\t(t.day = add[t'.day, 1] and t.hour = 0 and t'.hour = 23 and add[sub[60, t'.minute], t.minute] < 60)\n\t\t)\n\t)\n}\n\n\/\/ Returns true if t >= t'\n\npred comesAfterOrEqual[t, t': Time] {\n\tt.day = t'.day\n\timplies (\n\t\tt.hour = t'.hour\n\t\timplies t.minute >= t'.minute\n\t\telse t.hour >= t'.hour\n\t)\n\telse t.day >= t'.day\n}\n\n\/\/ Returns true if t == t'\n\npred areEqual[t, t': Time] {\n\tt.day = t'.day and t.hour = t'.hour and t.minute = t'.minute\n}\n\n\/\/ Returns true if the max distance between latitudes and longitudes is 5\n\npred isNear[l, l': Location] {\n\t(l.latitude >= l'.latitude implies \n\t\tsub[l.latitude, l'.latitude] <= 5\n\telse\n\t\tsub[l'.latitude, l.latitude] <= 5)\n\tand\n\t(l.longitude >= l'.longitude implies \n\t\tsub[l.longitude, l'.longitude] <= 5\n\telse\n\t\tsub[l'.longitude, l.longitude] <= 5)\n}\n\n\/\/ Reservation r is open <=> r is expired and \"it has not a ride yet or its ride has no release_time\"\n\npred isOpen[r: Reservation] {\n\tr.expired = False and (\n\t\tno r.ride\n\t\tor\n\t\tno r.ride.release_time\n\t)\n}\n\n\/\/ ----------- Facts -------------\n\n\/\/ There's only a current time\n\nfact currentTimeForeverAlone {\n\t#CurrentTime = 1\n}\n\n\/\/ CurrentTime is after all the times in the model\n\nfact currentTimeIsAlwaysAhead {\n\tall t: Time |\n\t\tall ct: CurrentTime |\n\t\t\tcomesAfterOrEqual[ct, t]\n}\n\n\/\/ Each credential\/password\/payment info is used for a user\n\nfact eachCredentialCorrespondToAUser {\n\tall c: Credential |\n\t\tsome u: User |\n\t\t\tu.credential = c\n}\n\nfact eachPasswordCorrespondToAUser {\n\tall p: Password |\n\t\tsome u: User |\n\t\t\tu.password = p\n}\n\nfact eachPaymentInfoCorrespondToAUser {\n\tall pi: Payment_Info |\n\t\t some u: User |\n\t\t\tu.payment_info = pi\n}\n\n\/\/ Different users <=> different credentials\n\nfact noUsersWithSameCredentials {\n\tall u1, u2: User |\n\t\tu1 != u2\n\t\tiff\n\t\tu1.credential != u2.credential\n}\n\n\/\/ Different cars <=> different IDs\n\nfact noCarsWithSameIDs {\n\tall c1, c2: Car |\n\t\tc1 != c2\n\t\tiff\n\t\tc1.id != c2.id\n}\n\n\/\/ There can't be two reservations made by the same user both open\n\/\/ COMMENT: Actually it's possible that a user makes a wrong reservation and he lets it expires, while he makes another one\n\/*\nfact noConsecutiveReservations {\n\tall r, r': Reservation | (\n\t\tr.user = r'.user\n\t\timplies not (\n\t\t\tisOpen[r] and isOpen[r']\n\t\t)\n\t)\n}*\/\n\n\/\/ There can't be two reservations r1 and r2 for the same car overlapping.\n\nfact carsCanBeReservedByOneUserAtOnce {\n\tall c: Car | (\n\t\tall r, r': Reservation | (\n\t\t\t(r.car = c and r'.car = c and r != r' and comesAfterOrEqual[r'.start_time, r.start_time])\n\t\t\timplies (\n\t\t\t\t\t(some r.ride and some r.ride.release_time and comesAfterOrEqual[r'.start_time, r.ride.release_time])\n\t\t\t\t\tor\n\t\t\t\t\t(r.expired = True and not isLessThanOneHourAhead[r'.start_time, r.start_time])\n\t\t\t)\n\t\t)\n\t)\n}\n\n\/\/ A car is available if it has no reservations open.\n\nfact carAvailableCondition {\n\tall c: Car |\n\t\tc.available = True\n\t\tiff\n\t\t(all res: Reservation |\n\t\t\tres.car = c\n\t\t\timplies\n\t\t\tisOpen[res]\n\t\t)\n}\n\n\/\/ A reservation is expired if there's is not a ride whose pickup_time is less than one hour after the \n\/\/ reservation start_time.\n\nfact carExpiredCondition {\n\tall res: Reservation |\n\t\tres.expired = True\n\t\tiff\n\t\t(all currentTime: CurrentTime |\n\t\t\tnot isLessThanOneHourAhead[currentTime, res.start_time]\n\t\t)\n\t\tand\n\t\tno res.ride\n}\n\n\/\/ The pickup time of a ride should be in one hour from its reservation start_time\n\nfact pickupTimeConstraint {\n\tall rid: Ride | (\n\t\tisLessThanOneHourAhead[rid.pickup_time, rid.reservation.start_time]\n\t)\n}\n\n\/\/ If a reservation has a ride, then that ride has that reservation.\n\nfact ridesAndReservationRelation {\n\tall res: Reservation | (\n\t\tsome res.ride\n\t\timplies\n\t\tres = res.ride.reservation\n\t)\n\t\/*\n\t(all rid: Ride |\n\t\tsome res: Reservation |\n\t\t\trid.reservation = res and res.ride = rid)\n\t(all res, res': Reservation |\n\t\tres != res'\n\t\timplies\n\t\tres.ride != res'.ride)*\/\n}\n\n\/\/ A car is unlocked if there's a reservation not expired between a user and that car,\n\/\/ such user is near it and\n\/\/ he hasn't finished the ride (the ride associated with that reservation \n\/\/ doesn't have a release_time).\n\nfact carUnlockedConstraint {\n\tall c: Car | (\n\t\tc.unlocked = True\n\t\tiff\n\t\tsome r: Reservation | (\n\t\t\tr.car = c and isOpen[r] and isNear[c.location, r.user.location]\n\t\t)\n\t)\n\/*\n\tall c: Car | (\n\t\tc.unlocked = True\n\t\tiff (\n\t\t\tsome res: Reservation | (\n\t\t\t\tres.car = c and res.expired = False and\n\t\t\t\tsome u: User | (\n\t\t\t\t\tres.user = u and\n\t\t\t\t\tisNear[u.location, c.location] and\n\t\t\t\t\t(no res.ride or no res.ride.release_time)\n\t\t\t\t)\n\t\t\t)\n\t\t)\n\t)\n*\/\n}\n\n\/\/ release_time is always after pickup_time\n\nfact releaseTimeIsAfterPickupTime {\n\tall rid: Ride | (\n\t\tno rid.release_time\n\t\tor\n\t\tcomesAfterOrEqual[rid.release_time, rid.pickup_time]\n\t)\n}\n\n\/\/ ------------- Assertions ---------------\n\n\/\/ car available => car locked\n\n\/\/ car unlocked => car not available\n\n\/\/ ------------ Show world! --------------\n\npred show {\n\t#User = 1\n\t#Car = 2\n\t#Reservation = 3\n\tsome c: Car | c.unlocked = True\n\tsome c: Car | c.unlocked = False\n}\n\npred checkUnlocked {\n\t\n}\n\n\/\/run show for 8 Int\nrun show for 8 Int\n\/\/check currentTimeIsAlwaysAhead for 8 Int\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"af2ce59dc2d8c72a71c67ab77f1c6ffa551c2531","subject":"Add concept of non-transferable ballots, as this path through the code has not been covered.","message":"Add concept of non-transferable ballots, as this path through the code has not been covered.\n\nIncomplete - task : Coverage profiling of universal tests \n","repos":"GaloisInc\/Votail,GaloisInc\/Votail,GaloisInc\/Votail","old_file":"models\/Voting.als","new_file":"models\/Voting.als","new_contents":"-- (c) 2010-2011, Dermot Cochran, IT University of Copenhagen\n-- http:\/\/www.kindsoftware.com\/about\/people\/dc\n-- http:\/\/www.itu.dk\/people\/dero\n\nmodule Voting\n\nopen util\/integer\n\n-- Note that all axioms should be expressed as facts appended to signatures\n-- Standalone facts will be ignored by the API, but not by the analyser\n\n\/* \n\tThere are four winner-outcomes and six loser-outcomes:\n\n\tWinner: \t\t\t\t\t\t(W1) elected in the first round of counting either by quota or plurality,\n\tQuotaWinner: \t\t\t\t(W2) elected with transfers from another candidate (STV only),\n\tCompromiseWinner: \t(W3) elected on the last round of counting without quota (STV only),\n\tTiedWinner:\t\t\t\t\t(W4) elected by tie breaker,\n\tTiedLoser:\t\t\t\t\t (L1) loses only by tie breaker but reaches the threshold,\n\tLoser:\t\t\t \t\t\t\t(L2) defeated on last round but reaches the minimum threshold of votes,\n TiedEarlyLoser:\t\t\t (L3) reaches threshold but eliminated by tie breaker (STV only),\n\tEarlyLoser:\t\t\t\t\t(L4) reaches threshold but is eliminated before last round (STV only),\n\tTiedSoreLoser:\t\t\t\t(L5) loses only by tie breaker but does not reach threshold,\n\tSoreLoser: \t\t\t\t\t(L6) does not even reach the mimimum threshold of votes.\n*\/\nenum Event {Winner, QuotaWinner, CompromiseWinner, TiedWinner, \n\tTiedLoser, Loser, TiedEarlyLoser, EarlyLoser, TiedSoreLoser, SoreLoser}\n\nenum Method {Plurality, STV}\n\n-- An individual person standing for election\nsig Candidate {\n votes: \t\t\t set Ballot, \t-- First preference ballots assigned to this candidate\n\ttransfers: \t set Ballot, -- Ballots received by transfer from another candidate\n\tsurplus: \t\t set Ballot, \t-- Ballots given to another candidate (on election or elimination)\n\toutcome: \t\t Event\t\n} {\n\tno b: Ballot | b in votes & transfers\n\tall b: Ballot | b in votes + transfers implies this in b.assignees\n\tsurplus in votes + transfers\n\tElection.method = Plurality implies #surplus = 0 and #transfers = 0\n 0 < #transfers implies Election.method = STV\n outcome = Winner and Election.method = STV implies\n Scenario.quota + #surplus = #votes\n outcome = Winner implies #transfers = 0\n outcome = QuotaWinner implies surplus in transfers \n outcome = QuotaWinner implies Scenario.quota + #surplus = #votes + #transfers\n all b: Ballot | b in votes implies this in b.assignees\n 0 < #surplus implies (outcome = Winner or outcome = QuotaWinner)\n (outcome = EarlyLoser or outcome = TiedEarlyLoser) iff \n\t\t(this in Scenario.eliminated and not (#votes + #transfers < Scenario.threshold))\n \/\/ All non-sore losers are above the threshold\n outcome = TiedLoser implies Scenario.threshold < #votes + #transfers\n outcome = Loser implies Scenario.threshold < #votes + #transfers\n outcome = EarlyLoser implies Scenario.threshold < #votes + #transfers\n outcome = TiedEarlyLoser implies Scenario.threshold < #votes + #transfers\n \/\/ Plurality outcomes\n Election.method = Plurality implies\n\t\t(outcome = Loser or outcome = SoreLoser or outcome = Winner or \n\t\toutcome = TiedWinner or outcome = TiedLoser or outcome = TiedSoreLoser)\n \/\/ PR-STV Winner has at least a quota of first preference votes\n (Election.method = STV and outcome = Winner) implies \n Scenario.quota <= #votes\n \/\/ Quota Winner has a least a quota of votes after transfers\n\toutcome = QuotaWinner implies\n\t Scenario.quota <= #votes + #transfers\n \/\/ Quota Winner does not have a quota of first preference votes\n\toutcome = QuotaWinner implies\n\t\tnot Scenario.quota <= #votes\n \/\/ Compromise winners do not have a quota of votes\n\toutcome = CompromiseWinner implies\n\t\tnot (Scenario.quota <= #votes + #transfers)\n \/\/ STV Tied Winners have less than a quota of votes\n\t(Election.method = STV and outcome = TiedWinner) implies\n\t\tnot (Scenario.quota <= #votes + #transfers)\n \/\/ Sore Losers have less votes than the threshold\n\toutcome = SoreLoser implies \n\t\t#votes + #transfers < Scenario.threshold\n \/\/ Tied Sore Losers have less votes than the threshold\n\toutcome = TiedSoreLoser implies \n\t\t#votes + #transfers < Scenario.threshold\n \/\/ Size of surplus for each STV Winner and Quota Winner\n\t(outcome = QuotaWinner or (outcome = Winner and Election.method = STV)) \n implies (#surplus = #votes + #transfers - Scenario.quota)\n}\n\n-- A digital or paper artifact which accurately records the intentions of the voter\nsig Ballot {\n assignees: \t\tset Candidate, -- Candidates to which this ballot has been assigned\n preferences: \tseq Candidate -- Ranking of candidates\n} {\n\tassignees in preferences.elems\n not preferences.hasDups\n\tpreferences.first in assignees\n\tElection.method = Plurality implies #preferences <= 1\n 0 <= #preferences\n \/\/ First preference\n all c: Candidate | preferences.first = c iff this in c.votes\n \/\/ Second and subsequent preferences\n all disj donor,receiver: Candidate |\n\t\t(donor + receiver in assignees and\n\t\tthis in receiver.transfers and this in donor.surplus) implies \n\t\t(preferences.idxOf[donor] < preferences.idxOf[receiver] and\n\t\treceiver in preferences.rest.elems)\n \/\/ All ballot transfers are associated with the last candidate to receive the transfer\n\tall disj c,d: Candidate | this in c.transfers implies c in assignees and \n\t\t(d not in assignees or preferences.idxOf[d] < preferences.idxOf[c])\n \/\/ Transfers to next continuing candidate\n\tall disj skipped, receiving: Candidate | \n\t\tpreferences.idxOf[skipped] < preferences.idxOf[receiving] and\n\t\treceiving in assignees and (not skipped in assignees) implies\n\t\t(skipped in Scenario.eliminated or skipped.outcome = Winner or \n\t\tskipped.outcome = QuotaWinner)\n}\n\n-- An election result\none sig Scenario {\n \tlosers: \t\t\t\tset Candidate,\n \twinners: \t\t\tset Candidate,\n\teliminated: \t\tset Candidate, \t-- Early and Sore Losers under STV rules\n\tthreshold: \t\tInt, \t\t\t\t\t-- Minimum number of votes for a Loser or Early Loser\n\tquota: \t\t\t\tInt,\t\t\t\t\t-- Minimum number of votes for a STV Winner or Quota Winner\n fullQuota:\t\t\tInt\t\t\t\t\t-- Quota if all constituency seats were vacant\n} {\n \tall c: Candidate | c in winners + losers\n \t#winners = Election.seats\n \tno c: Candidate | c in losers & winners\n \t0 < #losers\n \tall w: Candidate | all l: Candidate | l in losers and w in winners implies \n\t\t(#l.votes + #l.transfers <= #w.votes + #w.transfers)\n Election.method = STV implies threshold = 1 + fullQuota.div[4]\n\teliminated in losers\n \/\/ All PR-STV losers have less votes than the quota\n\tall c: Candidate | (c in losers and Election.method = STV) implies \n #c.votes + #c.transfers < quota\n \/\/ Winners have more votes than all non-tied losers\n all disj c,d: Candidate | c in winners and \n (d.outcome = SoreLoser or d.outcome = EarlyLoser or d.outcome = Loser) implies\n\t (#d.votes + #d.transfers) < (#c.votes + #c.transfers)\n \/\/ Losers have less votes than all non-tied winners\n all disj c,d: Candidate | \n\t (c.outcome = CompromiseWinner or c.outcome = QuotaWinner or c.outcome = Winner) and \n\t d in losers implies\n\t #d.votes + #d.transfers < #c.votes + #c.transfers\n \/\/ Lowest candidate is eliminated first\n\tall disj c,d: Candidate | c in eliminated and d not in eliminated implies\n\t\t#c.votes + #c.transfers <= #d.votes + #d.transfers\n \/\/ A non-sore plurality loser must have received at least five percent of the total vote\n\tElection.method = Plurality implies threshold = 1 + BallotBox.size.div[20]\n \/\/ Winning outcomes\n\tall c: Candidate | c in winners iff \n\t\t(c.outcome = Winner or c.outcome = QuotaWinner or c.outcome = CompromiseWinner or \n\t\tc.outcome = TiedWinner)\n \/\/ Losing outcomes\n\tall c: Candidate | c in losers iff\n\t\t(c.outcome = Loser or c.outcome = EarlyLoser or c.outcome = SoreLoser or \n\t\tc.outcome = TiedLoser or c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser)\n \/\/ STV election quotas\n Election.method = STV implies quota = 1 + BallotBox.size.div[Election.seats+1] and\n \tfullQuota = 1 + BallotBox.size.div[Election.constituencySeats + 1]\n Election.method = Plurality implies quota = 1 and fullQuota = 1\n \/\/ All ties involve equality between at least one winner and at least one loser\n all w: Candidate | some l: Candidate | w.outcome = TiedWinner and \n\t \t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies\n\t\t(#l.votes + #l.transfers = #w.votes + #w.transfers)\n all s: Candidate | some w: Candidate | w.outcome = TiedWinner and \n (s.outcome = SoreLoser or s.outcome = TiedLoser or s.outcome = TiedEarlyLoser) implies\n (#s.votes = #w.votes) or (#s.votes + #s.transfers = #w.votes + #w.transfers)\n \/\/ When there is a tied sore loser then there are no non-sore losers\n no disj a,b: Candidate | a.outcome = TiedSoreLoser and \n (b.outcome = TiedLoser or b.outcome = TiedEarlyLoser or \n b.outcome=Loser or b.outcome=EarlyLoser)\n \/\/ For each Tied Winner there is a Tied Loser\n\tall w: Candidate | some l: Candidate | w.outcome = TiedWinner implies \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser)\n \/\/ Tied Winners and Tied Losers have an equal number of votes\n\tall disj l,w: Candidate | \n ((l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) and\n w.outcome = TiedWinner) implies #w.votes + #w.transfers = #l.votes + #l.transfers\n \/\/ Compromise winner must have more votes than any tied winners\n\tall disj c,t: Candidate | (c.outcome = CompromiseWinner and t.outcome = TiedWinner) \n\t\timplies\n\t\t#t.votes + #t.transfers < #c.votes + #c.transfers\n \/\/ Winners have more votes than non-tied losers\n\tall w,l: Candidate | w.outcome = Winner and \n (l.outcome = Loser or l.outcome = EarlyLoser or l.outcome = SoreLoser) implies \n ((#l.votes < #w.votes) or (#l.votes + #l.transfers < #w.votes + #w.transfers))\n \/\/ For each Tied Loser there is at least one Tied Winner\n all c: Candidate | some w: Candidate |\n (c.outcome = TiedLoser or c.outcome = TiedSoreLoser or c.outcome = TiedEarlyLoser) \n\t\timplies w.outcome = TiedWinner\n}\n\n-- The Ballot Box\none sig BallotBox {\n spoiltBallots:\t\t \tset Ballot,\t\t-- empty ballots excluded from count\n nonTransferable: \tset Ballot,\t\t-- surplus ballots for which preferences are exhausted\n size:\t\t\t\t\t\tInt \t\t\t\t-- number of ballots counted\n}\n{\n size = #Ballot - #spoiltBallots\n\tall b: Ballot | b in spoiltBallots iff #b.preferences = 0\n \/\/ All non-transferable ballots belong to an undistributed surplus\n all b: Ballot | some c: Candidate | b in nonTransferable implies b in c.surplus\n}\n\n-- An Electoral Constituency\none sig Election {\n seats: \t\t\t\t\t\tInt,\t\t\t-- number of seats to be filled in this election\n constituencySeats:\tInt,\t\t\t-- full number of seats in this constituency\n method: \t\t\t\t\tMethod\n}\n{\n \t0 < seats and seats <= constituencySeats\n \tseats < #Candidate\n}\n \n-- Version Control for changes to model \none sig Version {\n year, month, day: Int\n} {\n year = 11\n month = 02\n day = 18\n}\n","old_contents":"-- (c) 2010-2011, Dermot Cochran, IT University of Copenhagen\n-- http:\/\/www.kindsoftware.com\/about\/people\/dc\n-- http:\/\/www.itu.dk\/people\/dero\n\nmodule Voting\n\nopen util\/integer\n\n-- Note that all axioms should be expressed as facts appended to signatures\n-- Standalone facts will be ignored by the API, but not by the analyser\n\n\/* \n\tThere are four winner-outcomes and six loser-outcomes:\n\n\tWinner: \t\t\t\t\t\t(W1) elected in the first round of counting either by quota or plurality,\n\tQuotaWinner: \t\t\t\t(W2) elected with transfers from another candidate (STV only),\n\tCompromiseWinner: \t(W3) elected on the last round of counting without quota (STV only),\n\tTiedWinner:\t\t\t\t\t(W4) elected by tie breaker,\n\tTiedLoser:\t\t\t\t\t (L1) loses only by tie breaker but reaches the threshold,\n\tLoser:\t\t\t \t\t\t\t(L2) defeated on last round but reaches the minimum threshold of votes,\n TiedEarlyLoser:\t\t\t (L3) reaches threshold but eliminated by tie breaker (STV only),\n\tEarlyLoser:\t\t\t\t\t(L4) reaches threshold but is eliminated before last round (STV only),\n\tTiedSoreLoser:\t\t\t\t(L5) loses only by tie breaker but does not reach threshold,\n\tSoreLoser: \t\t\t\t\t(L6) does not even reach the mimimum threshold of votes.\n*\/\nenum Event {Winner, QuotaWinner, CompromiseWinner, TiedWinner, \n\tTiedLoser, Loser, TiedEarlyLoser, EarlyLoser, TiedSoreLoser, SoreLoser}\n\nenum Method {Plurality, STV}\n\n-- An individual person standing for election\nsig Candidate {\n votes: \t\t\t set Ballot, \t-- First preference ballots assigned to this candidate\n\ttransfers: \t set Ballot, -- Ballots received by transfer from another candidate\n\tsurplus: \t\t set Ballot, \t-- Ballots given to another candidate (on election or elimination)\n\toutcome: \t\t Event\t\n} {\n\tno b: Ballot | b in votes & transfers\n\tall b: Ballot | b in votes + transfers implies this in b.assignees\n\tsurplus in votes + transfers\n\tElection.method = Plurality implies #surplus = 0 and #transfers = 0\n 0 < #transfers implies Election.method = STV\n outcome = Winner and Election.method = STV implies\n Scenario.quota + #surplus = #votes\n outcome = Winner implies #transfers = 0\n outcome = QuotaWinner implies surplus in transfers \n outcome = QuotaWinner implies Scenario.quota + #surplus = #votes + #transfers\n all b: Ballot | b in votes implies this in b.assignees\n 0 < #surplus implies (outcome = Winner or outcome = QuotaWinner)\n (outcome = EarlyLoser or outcome = TiedEarlyLoser) iff \n\t\t(this in Scenario.eliminated and not (#votes + #transfers < Scenario.threshold))\n \/\/ All non-sore losers are above the threshold\n outcome = TiedLoser implies Scenario.threshold < #votes + #transfers\n outcome = Loser implies Scenario.threshold < #votes + #transfers\n outcome = EarlyLoser implies Scenario.threshold < #votes + #transfers\n outcome = TiedEarlyLoser implies Scenario.threshold < #votes + #transfers\n \/\/ Plurality outcomes\n Election.method = Plurality implies\n\t\t(outcome = Loser or outcome = SoreLoser or outcome = Winner or \n\t\toutcome = TiedWinner or outcome = TiedLoser or outcome = TiedSoreLoser)\n \/\/ PR-STV Winner has at least a quota of first preference votes\n (Election.method = STV and outcome = Winner) implies \n Scenario.quota <= #votes\n \/\/ Quota Winner has a least a quota of votes after transfers\n\toutcome = QuotaWinner implies\n\t Scenario.quota <= #votes + #transfers\n \/\/ Quota Winner does not have a quota of first preference votes\n\toutcome = QuotaWinner implies\n\t\tnot Scenario.quota <= #votes\n \/\/ Compromise winners do not have a quota of votes\n\toutcome = CompromiseWinner implies\n\t\tnot (Scenario.quota <= #votes + #transfers)\n \/\/ STV Tied Winners have less than a quota of votes\n\t(Election.method = STV and outcome = TiedWinner) implies\n\t\tnot (Scenario.quota <= #votes + #transfers)\n \/\/ Sore Losers have less votes than the threshold\n\toutcome = SoreLoser implies \n\t\t#votes + #transfers < Scenario.threshold\n \/\/ Tied Sore Losers have less votes than the threshold\n\toutcome = TiedSoreLoser implies \n\t\t#votes + #transfers < Scenario.threshold\n \/\/ Size of surplus for each STV Winner and Quota Winner\n\t(outcome = QuotaWinner or (outcome = Winner and Election.method = STV)) \n implies (#surplus = #votes + #transfers - Scenario.quota)\n}\n\n-- A digital or paper artifact which accurately records the intentions of the voter\nsig Ballot {\n assignees: \t\tset Candidate, -- Candidates to which this ballot has been assigned\n preferences: \tseq Candidate -- Ranking of candidates\n} {\n\tassignees in preferences.elems\n not preferences.hasDups\n\tpreferences.first in assignees\n\tElection.method = Plurality implies #preferences <= 1\n 0 <= #preferences\n \/\/ First preference\n all c: Candidate | preferences.first = c iff this in c.votes\n \/\/ Second and subsequent preferences\n all disj donor,receiver: Candidate |\n\t\t(donor + receiver in assignees and\n\t\tthis in receiver.transfers and this in donor.surplus) implies \n\t\t(preferences.idxOf[donor] < preferences.idxOf[receiver] and\n\t\treceiver in preferences.rest.elems)\n \/\/ All ballot transfers are associated with the last candidate to receive the transfer\n\tall disj c,d: Candidate | this in c.transfers implies c in assignees and \n\t\t(d not in assignees or preferences.idxOf[d] < preferences.idxOf[c])\n \/\/ Transfers to next continuing candidate\n\tall disj skipped, receiving: Candidate | \n\t\tpreferences.idxOf[skipped] < preferences.idxOf[receiving] and\n\t\treceiving in assignees and (not skipped in assignees) implies\n\t\t(skipped in Scenario.eliminated or skipped.outcome = Winner or \n\t\tskipped.outcome = QuotaWinner)\n}\n\n-- An election result\none sig Scenario {\n \tlosers: \t\t\t\tset Candidate,\n \twinners: \t\t\tset Candidate,\n\teliminated: \t\tset Candidate, \t-- Early and Sore Losers under STV rules\n\tthreshold: \t\tInt, \t\t\t\t\t-- Minimum number of votes for a Loser or Early Loser\n\tquota: \t\t\t\tInt,\t\t\t\t\t-- Minimum number of votes for a STV Winner or Quota Winner\n fullQuota:\t\t\tInt\t\t\t\t\t-- Quota if all constituency seats were vacant\n} {\n \tall c: Candidate | c in winners + losers\n \t#winners = Election.seats\n \tno c: Candidate | c in losers & winners\n \t0 < #losers\n \tall w: Candidate | all l: Candidate | l in losers and w in winners implies \n\t\t(#l.votes + #l.transfers <= #w.votes + #w.transfers)\n Election.method = STV implies threshold = 1 + fullQuota.div[4]\n\teliminated in losers\n \/\/ All PR-STV losers have less votes than the quota\n\tall c: Candidate | (c in losers and Election.method = STV) implies \n #c.votes + #c.transfers < quota\n \/\/ Winners have more votes than all non-tied losers\n all disj c,d: Candidate | c in winners and \n (d.outcome = SoreLoser or d.outcome = EarlyLoser or d.outcome = Loser) implies\n\t (#d.votes + #d.transfers) < (#c.votes + #c.transfers)\n \/\/ Losers have less votes than all non-tied winners\n all disj c,d: Candidate | \n\t (c.outcome = CompromiseWinner or c.outcome = QuotaWinner or c.outcome = Winner) and \n\t d in losers implies\n\t #d.votes + #d.transfers < #c.votes + #c.transfers\n \/\/ Lowest candidate is eliminated first\n\tall disj c,d: Candidate | c in eliminated and d not in eliminated implies\n\t\t#c.votes + #c.transfers <= #d.votes + #d.transfers\n \/\/ A non-sore plurality loser must have received at least five percent of the total vote\n\tElection.method = Plurality implies threshold = 1 + BallotBox.size.div[20]\n \/\/ Winning outcomes\n\tall c: Candidate | c in winners iff \n\t\t(c.outcome = Winner or c.outcome = QuotaWinner or c.outcome = CompromiseWinner or \n\t\tc.outcome = TiedWinner)\n \/\/ Losing outcomes\n\tall c: Candidate | c in losers iff\n\t\t(c.outcome = Loser or c.outcome = EarlyLoser or c.outcome = SoreLoser or \n\t\tc.outcome = TiedLoser or c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser)\n \/\/ STV election quotas\n Election.method = STV implies quota = 1 + BallotBox.size.div[Election.seats+1] and\n \tfullQuota = 1 + BallotBox.size.div[Election.constituencySeats + 1]\n Election.method = Plurality implies quota = 1 and fullQuota = 1\n \/\/ All ties involve equality between at least one winner and at least one loser\n all w: Candidate | some l: Candidate | w.outcome = TiedWinner and \n\t \t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies\n\t\t(#l.votes + #l.transfers = #w.votes + #w.transfers)\n all s: Candidate | some w: Candidate | w.outcome = TiedWinner and \n (s.outcome = SoreLoser or s.outcome = TiedLoser or s.outcome = TiedEarlyLoser) implies\n (#s.votes = #w.votes) or (#s.votes + #s.transfers = #w.votes + #w.transfers)\n \/\/ When there is a tied sore loser then there are no non-sore losers\n no disj a,b: Candidate | a.outcome = TiedSoreLoser and \n (b.outcome = TiedLoser or b.outcome = TiedEarlyLoser or \n b.outcome=Loser or b.outcome=EarlyLoser)\n \/\/ For each Tied Winner there is a Tied Loser\n\tall w: Candidate | some l: Candidate | w.outcome = TiedWinner implies \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser)\n \/\/ Tied Winners and Tied Losers have an equal number of votes\n\tall disj l,w: Candidate | \n ((l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) and\n w.outcome = TiedWinner) implies #w.votes + #w.transfers = #l.votes + #l.transfers\n \/\/ Compromise winner must have more votes than any tied winners\n\tall disj c,t: Candidate | (c.outcome = CompromiseWinner and t.outcome = TiedWinner) \n\t\timplies\n\t\t#t.votes + #t.transfers < #c.votes + #c.transfers\n \/\/ Winners have more votes than non-tied losers\n\tall w,l: Candidate | w.outcome = Winner and \n (l.outcome = Loser or l.outcome = EarlyLoser or l.outcome = SoreLoser) implies \n ((#l.votes < #w.votes) or (#l.votes + #l.transfers < #w.votes + #w.transfers))\n \/\/ For each Tied Loser there is at least one Tied Winner\n all c: Candidate | some w: Candidate |\n (c.outcome = TiedLoser or c.outcome = TiedSoreLoser or c.outcome = TiedEarlyLoser) \n\t\timplies w.outcome = TiedWinner\n}\n\n-- The Ballot Box\none sig BallotBox {\n spoiltBallots:\tset Ballot,\t\t-- empty ballots excluded from count\n size:\t\t\t\tInt \t\t\t\t-- number of ballots counted\n}\n{\n size = #Ballot - #spoiltBallots\n\tall b: Ballot | b in spoiltBallots iff #b.preferences = 0\n}\n\n-- An Electoral Constituency\none sig Election {\n seats: \t\t\t\t\t\tInt,\t\t\t-- number of seats to be filled in this election\n constituencySeats:\tInt,\t\t\t-- full number of seats in this constituency\n method: \t\t\t\t\tMethod\n}\n{\n \t0 < seats and seats <= constituencySeats\n \tseats < #Candidate\n}\n \n-- Version Control for changes to model \none sig Version {\n year, month, day: Int\n} {\n year = 11\n month = 02\n day = 14\n}\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"fd0dc16b2b44ace989dffdac23df037afac6d085","subject":"more experimental results from ee-benjamin","message":"more experimental results from ee-benjamin\n","repos":"johnwickerson\/memalloy,johnwickerson\/memalloy,johnwickerson\/memalloy","old_file":"mappings\/c11_txn_strengthening.als","new_file":"mappings\/c11_txn_strengthening.als","new_contents":"open ..\/archs\/exec_C[E]\nopen ..\/models\/c11_txn[E] as M\n\nmodule c11_txn_strengthening[E]\n\npred apply_map[X,X':Exec_C] { \n\n X.EV = X'.EV\n \n X.R = X'.R\n X.W = X'.W\n X.F = X'.F\n \n X.sb = X'.sb\n X.cd = X'.cd\n X.ad = X'.ad\n X.dd = X'.dd\n X.rf = X'.rf\n X.co = X'.co\n X.sloc = X'.sloc\n X.sthd = X'.sthd\n X.atom = X'.atom\n\n X.A = X'.A\n X.ACQ = X'.ACQ\n X.REL = X'.REL\n X.SC = X'.SC\n X.NAL = X'.NAL\n \n X.stxn in X'.stxn\n\n}\n\npred p[X,X':Exec_C] {\n withoutinit[X]\n withoutinit[X']\n\n not (M\/consistent[none->none, X])\n \/\/M\/dead[none->none, X]\n\n M\/consistent[none->none, X']\n\n apply_map[X,X']\n\n X.EV = E\n}\n\nrun p for 2 Exec, 6 E \/\/ none found in 60310s on benjamin (=17 hours)\n","old_contents":"open ..\/archs\/exec_C[E]\nopen ..\/models\/c11_txn[E] as M\n\nmodule c11_txn_strengthening[E]\n\npred apply_map[X,X':Exec_C] { \n\n X.EV = X'.EV\n \n X.R = X'.R\n X.W = X'.W\n X.F = X'.F\n \n X.sb = X'.sb\n X.cd = X'.cd\n X.ad = X'.ad\n X.dd = X'.dd\n X.rf = X'.rf\n X.co = X'.co\n X.sloc = X'.sloc\n X.sthd = X'.sthd\n X.atom = X'.atom\n\n X.A = X'.A\n X.ACQ = X'.ACQ\n X.REL = X'.REL\n X.SC = X'.SC\n X.NAL = X'.NAL\n \n X.stxn in X'.stxn\n\n}\n\npred p[X,X':Exec_C] {\n withoutinit[X]\n withoutinit[X']\n\n not (M\/consistent[none->none, X])\n \/\/M\/dead[none->none, X]\n\n M\/consistent[none->none, X']\n\n apply_map[X,X']\n\n X.EV = E\n}\n\nrun p for 2 Exec, 6 E \/\/ started on benjamin at 1228 on fri 3 nov\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"90efe81d660c504f16c2769ac870cb89c0cb80ac","subject":"add first version (not work)","message":"add first version (not work)\n","repos":"nishio\/learning_alloy,nishio\/learning_alloy,nishio\/learning_alloy","old_file":"illust_logic\/illustlogic_not_work.als","new_file":"illust_logic\/illustlogic_not_work.als","new_contents":"\/\/ Illust Logic\nabstract sig Cell {\n color: Color,\n hnext: lone Cell,\n vnext: lone Cell\n}\n\nenum Color {Black, White}\n\nfun range(start, end : Cell, r: Cell -> Cell): Cell{\n (start + start.^r) & (end.^(~r) + end)\n}\n\npred all_black(cells : Cell, size: Int){\n #cells = size\n all c: cells{\n c.color = Black\n }\n}\n\npred all_white(cells : Cell){\n all c: cells{\n c.color = White\n }\n}\n\nfun from(start: Cell, next: Cell -> Cell): Cell{\n start + start.^next\n}\n\none sig Cell_0_0 extends Cell {}\none sig Cell_0_1 extends Cell {}\none sig Cell_0_2 extends Cell {}\none sig Cell_0_3 extends Cell {}\none sig Cell_0_4 extends Cell {}\none sig Cell_0_5 extends Cell {}\none sig Cell_0_6 extends Cell {}\none sig Cell_0_7 extends Cell {}\none sig Cell_0_8 extends Cell {}\none sig Cell_0_9 extends Cell {}\none sig Cell_1_0 extends Cell {}\none sig Cell_1_1 extends Cell {}\none sig Cell_1_2 extends Cell {}\none sig Cell_1_3 extends Cell {}\none sig Cell_1_4 extends Cell {}\none sig Cell_1_5 extends Cell {}\none sig Cell_1_6 extends Cell {}\none sig Cell_1_7 extends Cell {}\none sig Cell_1_8 extends Cell {}\none sig Cell_1_9 extends Cell {}\none sig Cell_2_0 extends Cell {}\none sig Cell_2_1 extends Cell {}\none sig Cell_2_2 extends Cell {}\none sig Cell_2_3 extends Cell {}\none sig Cell_2_4 extends Cell {}\none sig Cell_2_5 extends Cell {}\none sig Cell_2_6 extends Cell {}\none sig Cell_2_7 extends Cell {}\none sig Cell_2_8 extends Cell {}\none sig Cell_2_9 extends Cell {}\none sig Cell_3_0 extends Cell {}\none sig Cell_3_1 extends Cell {}\none sig Cell_3_2 extends Cell {}\none sig Cell_3_3 extends Cell {}\none sig Cell_3_4 extends Cell {}\none sig Cell_3_5 extends Cell {}\none sig Cell_3_6 extends Cell {}\none sig Cell_3_7 extends Cell {}\none sig Cell_3_8 extends Cell {}\none sig Cell_3_9 extends Cell {}\none sig Cell_4_0 extends Cell {}\none sig Cell_4_1 extends Cell {}\none sig Cell_4_2 extends Cell {}\none sig Cell_4_3 extends Cell {}\none sig Cell_4_4 extends Cell {}\none sig Cell_4_5 extends Cell {}\none sig Cell_4_6 extends Cell {}\none sig Cell_4_7 extends Cell {}\none sig Cell_4_8 extends Cell {}\none sig Cell_4_9 extends Cell {}\none sig Cell_5_0 extends Cell {}\none sig Cell_5_1 extends Cell {}\none sig Cell_5_2 extends Cell {}\none sig Cell_5_3 extends Cell {}\none sig Cell_5_4 extends Cell {}\none sig Cell_5_5 extends Cell {}\none sig Cell_5_6 extends Cell {}\none sig Cell_5_7 extends Cell {}\none sig Cell_5_8 extends Cell {}\none sig Cell_5_9 extends Cell {}\none sig Cell_6_0 extends Cell {}\none sig Cell_6_1 extends Cell {}\none sig Cell_6_2 extends Cell {}\none sig Cell_6_3 extends Cell {}\none sig Cell_6_4 extends Cell {}\none sig Cell_6_5 extends Cell {}\none sig Cell_6_6 extends Cell {}\none sig Cell_6_7 extends Cell {}\none sig Cell_6_8 extends Cell {}\none sig Cell_6_9 extends Cell {}\none sig Cell_7_0 extends Cell {}\none sig Cell_7_1 extends Cell {}\none sig Cell_7_2 extends Cell {}\none sig Cell_7_3 extends Cell {}\none sig Cell_7_4 extends Cell {}\none sig Cell_7_5 extends Cell {}\none sig Cell_7_6 extends Cell {}\none sig Cell_7_7 extends Cell {}\none sig Cell_7_8 extends Cell {}\none sig Cell_7_9 extends Cell {}\none sig Cell_8_0 extends Cell {}\none sig Cell_8_1 extends Cell {}\none sig Cell_8_2 extends Cell {}\none sig Cell_8_3 extends Cell {}\none sig Cell_8_4 extends Cell {}\none sig Cell_8_5 extends Cell {}\none sig Cell_8_6 extends Cell {}\none sig Cell_8_7 extends Cell {}\none sig Cell_8_8 extends Cell {}\none sig Cell_8_9 extends Cell {}\none sig Cell_9_0 extends Cell {}\none sig Cell_9_1 extends Cell {}\none sig Cell_9_2 extends Cell {}\none sig Cell_9_3 extends Cell {}\none sig Cell_9_4 extends Cell {}\none sig Cell_9_5 extends Cell {}\none sig Cell_9_6 extends Cell {}\none sig Cell_9_7 extends Cell {}\none sig Cell_9_8 extends Cell {}\none sig Cell_9_9 extends Cell {}\nfact matrix_adj {\n Cell_0_0.vnext = Cell_0_1\n Cell_0_1.vnext = Cell_0_2\n Cell_0_2.vnext = Cell_0_3\n Cell_0_3.vnext = Cell_0_4\n Cell_0_4.vnext = Cell_0_5\n Cell_0_5.vnext = Cell_0_6\n Cell_0_6.vnext = Cell_0_7\n Cell_0_7.vnext = Cell_0_8\n Cell_0_8.vnext = Cell_0_9\n no Cell_0_9.vnext\n Cell_1_0.vnext = Cell_1_1\n Cell_1_1.vnext = Cell_1_2\n Cell_1_2.vnext = Cell_1_3\n Cell_1_3.vnext = Cell_1_4\n Cell_1_4.vnext = Cell_1_5\n Cell_1_5.vnext = Cell_1_6\n Cell_1_6.vnext = Cell_1_7\n Cell_1_7.vnext = Cell_1_8\n Cell_1_8.vnext = Cell_1_9\n no Cell_1_9.vnext\n Cell_2_0.vnext = Cell_2_1\n Cell_2_1.vnext = Cell_2_2\n Cell_2_2.vnext = Cell_2_3\n Cell_2_3.vnext = Cell_2_4\n Cell_2_4.vnext = Cell_2_5\n Cell_2_5.vnext = Cell_2_6\n Cell_2_6.vnext = Cell_2_7\n Cell_2_7.vnext = Cell_2_8\n Cell_2_8.vnext = Cell_2_9\n no Cell_2_9.vnext\n Cell_3_0.vnext = Cell_3_1\n Cell_3_1.vnext = Cell_3_2\n Cell_3_2.vnext = Cell_3_3\n Cell_3_3.vnext = Cell_3_4\n Cell_3_4.vnext = Cell_3_5\n Cell_3_5.vnext = Cell_3_6\n Cell_3_6.vnext = Cell_3_7\n Cell_3_7.vnext = Cell_3_8\n Cell_3_8.vnext = Cell_3_9\n no Cell_3_9.vnext\n Cell_4_0.vnext = Cell_4_1\n Cell_4_1.vnext = Cell_4_2\n Cell_4_2.vnext = Cell_4_3\n Cell_4_3.vnext = Cell_4_4\n Cell_4_4.vnext = Cell_4_5\n Cell_4_5.vnext = Cell_4_6\n Cell_4_6.vnext = Cell_4_7\n Cell_4_7.vnext = Cell_4_8\n Cell_4_8.vnext = Cell_4_9\n no Cell_4_9.vnext\n Cell_5_0.vnext = Cell_5_1\n Cell_5_1.vnext = Cell_5_2\n Cell_5_2.vnext = Cell_5_3\n Cell_5_3.vnext = Cell_5_4\n Cell_5_4.vnext = Cell_5_5\n Cell_5_5.vnext = Cell_5_6\n Cell_5_6.vnext = Cell_5_7\n Cell_5_7.vnext = Cell_5_8\n Cell_5_8.vnext = Cell_5_9\n no Cell_5_9.vnext\n Cell_6_0.vnext = Cell_6_1\n Cell_6_1.vnext = Cell_6_2\n Cell_6_2.vnext = Cell_6_3\n Cell_6_3.vnext = Cell_6_4\n Cell_6_4.vnext = Cell_6_5\n Cell_6_5.vnext = Cell_6_6\n Cell_6_6.vnext = Cell_6_7\n Cell_6_7.vnext = Cell_6_8\n Cell_6_8.vnext = Cell_6_9\n no Cell_6_9.vnext\n Cell_7_0.vnext = Cell_7_1\n Cell_7_1.vnext = Cell_7_2\n Cell_7_2.vnext = Cell_7_3\n Cell_7_3.vnext = Cell_7_4\n Cell_7_4.vnext = Cell_7_5\n Cell_7_5.vnext = Cell_7_6\n Cell_7_6.vnext = Cell_7_7\n Cell_7_7.vnext = Cell_7_8\n Cell_7_8.vnext = Cell_7_9\n no Cell_7_9.vnext\n Cell_8_0.vnext = Cell_8_1\n Cell_8_1.vnext = Cell_8_2\n Cell_8_2.vnext = Cell_8_3\n Cell_8_3.vnext = Cell_8_4\n Cell_8_4.vnext = Cell_8_5\n Cell_8_5.vnext = Cell_8_6\n Cell_8_6.vnext = Cell_8_7\n Cell_8_7.vnext = Cell_8_8\n Cell_8_8.vnext = Cell_8_9\n no Cell_8_9.vnext\n Cell_9_0.vnext = Cell_9_1\n Cell_9_1.vnext = Cell_9_2\n Cell_9_2.vnext = Cell_9_3\n Cell_9_3.vnext = Cell_9_4\n Cell_9_4.vnext = Cell_9_5\n Cell_9_5.vnext = Cell_9_6\n Cell_9_6.vnext = Cell_9_7\n Cell_9_7.vnext = Cell_9_8\n Cell_9_8.vnext = Cell_9_9\n no Cell_9_9.vnext\n Cell_0_0.hnext = Cell_1_0\n Cell_1_0.hnext = Cell_2_0\n Cell_2_0.hnext = Cell_3_0\n Cell_3_0.hnext = Cell_4_0\n Cell_4_0.hnext = Cell_5_0\n Cell_5_0.hnext = Cell_6_0\n Cell_6_0.hnext = Cell_7_0\n Cell_7_0.hnext = Cell_8_0\n Cell_8_0.hnext = Cell_9_0\n no Cell_9_0.hnext\n Cell_0_1.hnext = Cell_1_1\n Cell_1_1.hnext = Cell_2_1\n Cell_2_1.hnext = Cell_3_1\n Cell_3_1.hnext = Cell_4_1\n Cell_4_1.hnext = Cell_5_1\n Cell_5_1.hnext = Cell_6_1\n Cell_6_1.hnext = Cell_7_1\n Cell_7_1.hnext = Cell_8_1\n Cell_8_1.hnext = Cell_9_1\n no Cell_9_1.hnext\n Cell_0_2.hnext = Cell_1_2\n Cell_1_2.hnext = Cell_2_2\n Cell_2_2.hnext = Cell_3_2\n Cell_3_2.hnext = Cell_4_2\n Cell_4_2.hnext = Cell_5_2\n Cell_5_2.hnext = Cell_6_2\n Cell_6_2.hnext = Cell_7_2\n Cell_7_2.hnext = Cell_8_2\n Cell_8_2.hnext = Cell_9_2\n no Cell_9_2.hnext\n Cell_0_3.hnext = Cell_1_3\n Cell_1_3.hnext = Cell_2_3\n Cell_2_3.hnext = Cell_3_3\n Cell_3_3.hnext = Cell_4_3\n Cell_4_3.hnext = Cell_5_3\n Cell_5_3.hnext = Cell_6_3\n Cell_6_3.hnext = Cell_7_3\n Cell_7_3.hnext = Cell_8_3\n Cell_8_3.hnext = Cell_9_3\n no Cell_9_3.hnext\n Cell_0_4.hnext = Cell_1_4\n Cell_1_4.hnext = Cell_2_4\n Cell_2_4.hnext = Cell_3_4\n Cell_3_4.hnext = Cell_4_4\n Cell_4_4.hnext = Cell_5_4\n Cell_5_4.hnext = Cell_6_4\n Cell_6_4.hnext = Cell_7_4\n Cell_7_4.hnext = Cell_8_4\n Cell_8_4.hnext = Cell_9_4\n no Cell_9_4.hnext\n Cell_0_5.hnext = Cell_1_5\n Cell_1_5.hnext = Cell_2_5\n Cell_2_5.hnext = Cell_3_5\n Cell_3_5.hnext = Cell_4_5\n Cell_4_5.hnext = Cell_5_5\n Cell_5_5.hnext = Cell_6_5\n Cell_6_5.hnext = Cell_7_5\n Cell_7_5.hnext = Cell_8_5\n Cell_8_5.hnext = Cell_9_5\n no Cell_9_5.hnext\n Cell_0_6.hnext = Cell_1_6\n Cell_1_6.hnext = Cell_2_6\n Cell_2_6.hnext = Cell_3_6\n Cell_3_6.hnext = Cell_4_6\n Cell_4_6.hnext = Cell_5_6\n Cell_5_6.hnext = Cell_6_6\n Cell_6_6.hnext = Cell_7_6\n Cell_7_6.hnext = Cell_8_6\n Cell_8_6.hnext = Cell_9_6\n no Cell_9_6.hnext\n Cell_0_7.hnext = Cell_1_7\n Cell_1_7.hnext = Cell_2_7\n Cell_2_7.hnext = Cell_3_7\n Cell_3_7.hnext = Cell_4_7\n Cell_4_7.hnext = Cell_5_7\n Cell_5_7.hnext = Cell_6_7\n Cell_6_7.hnext = Cell_7_7\n Cell_7_7.hnext = Cell_8_7\n Cell_8_7.hnext = Cell_9_7\n no Cell_9_7.hnext\n Cell_0_8.hnext = Cell_1_8\n Cell_1_8.hnext = Cell_2_8\n Cell_2_8.hnext = Cell_3_8\n Cell_3_8.hnext = Cell_4_8\n Cell_4_8.hnext = Cell_5_8\n Cell_5_8.hnext = Cell_6_8\n Cell_6_8.hnext = Cell_7_8\n Cell_7_8.hnext = Cell_8_8\n Cell_8_8.hnext = Cell_9_8\n no Cell_9_8.hnext\n Cell_0_9.hnext = Cell_1_9\n Cell_1_9.hnext = Cell_2_9\n Cell_2_9.hnext = Cell_3_9\n Cell_3_9.hnext = Cell_4_9\n Cell_4_9.hnext = Cell_5_9\n Cell_5_9.hnext = Cell_6_9\n Cell_6_9.hnext = Cell_7_9\n Cell_7_9.hnext = Cell_8_9\n Cell_8_9.hnext = Cell_9_9\n no Cell_9_9.hnext\n}\nfact {\n let next = hnext {\n some c1: from[Cell_0_0, next] {\n all_white[range[from[Cell_0_0, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 3]\n all_white[c2.^next]\n }\n }\n some c1: from[Cell_0_1, next] {\n all_white[range[from[Cell_0_1, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 2]\n some c1: c2.next.^next {\n all_white[range[c2.next.^next, c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 2]\n all_white[c2.^next]\n }\n }\n }\n }\n some c1: from[Cell_0_2, next] {\n all_white[range[from[Cell_0_2, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 1]\n some c1: c2.next.^next {\n all_white[range[c2.next.^next, c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 1]\n some c1: c2.next.^next {\n all_white[range[c2.next.^next, c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 1]\n all_white[c2.^next]\n }\n }\n }\n }\n }\n }\n some c1: from[Cell_0_3, next] {\n all_white[range[from[Cell_0_3, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 3]\n some c1: c2.next.^next {\n all_white[range[c2.next.^next, c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 3]\n all_white[c2.^next]\n }\n }\n }\n }\n some c1: from[Cell_0_4, next] {\n all_white[range[from[Cell_0_4, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 5]\n all_white[c2.^next]\n }\n }\n some c1: from[Cell_0_5, next] {\n all_white[range[from[Cell_0_5, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 7]\n all_white[c2.^next]\n }\n }\n some c1: from[Cell_0_6, next] {\n all_white[range[from[Cell_0_6, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 7]\n all_white[c2.^next]\n }\n }\n some c1: from[Cell_0_7, next] {\n all_white[range[from[Cell_0_7, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 7]\n all_white[c2.^next]\n }\n }\n some c1: from[Cell_0_8, next] {\n all_white[range[from[Cell_0_8, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 7]\n all_white[c2.^next]\n }\n }\n some c1: from[Cell_0_9, next] {\n all_white[range[from[Cell_0_9, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 5]\n all_white[c2.^next]\n }\n }\n }\n let next = vnext {\n some c1: from[Cell_0_0, next] {\n all_white[range[from[Cell_0_0, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 4]\n all_white[c2.^next]\n }\n }\n some c1: from[Cell_1_0, next] {\n all_white[range[from[Cell_1_0, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 6]\n all_white[c2.^next]\n }\n }\n some c1: from[Cell_2_0, next] {\n all_white[range[from[Cell_2_0, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 7]\n all_white[c2.^next]\n }\n }\n some c1: from[Cell_3_0, next] {\n all_white[range[from[Cell_3_0, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 9]\n all_white[c2.^next]\n }\n }\n some c1: from[Cell_4_0, next] {\n all_white[range[from[Cell_4_0, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 2]\n some c1: c2.next.^next {\n all_white[range[c2.next.^next, c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 7]\n all_white[c2.^next]\n }\n }\n }\n }\n some c1: from[Cell_5_0, next] {\n all_white[range[from[Cell_5_0, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 1]\n some c1: c2.next.^next {\n all_white[range[c2.next.^next, c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 6]\n all_white[c2.^next]\n }\n }\n }\n }\n some c1: from[Cell_6_0, next] {\n all_white[range[from[Cell_6_0, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 2]\n some c1: c2.next.^next {\n all_white[range[c2.next.^next, c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 4]\n all_white[c2.^next]\n }\n }\n }\n }\n some c1: from[Cell_7_0, next] {\n all_white[range[from[Cell_7_0, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 3]\n all_white[c2.^next]\n }\n }\n some c1: from[Cell_8_0, next] {\n all_white[range[from[Cell_8_0, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 1]\n all_white[c2.^next]\n }\n }\n some c1: from[Cell_9_0, next] {\n all_white[range[from[Cell_9_0, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 2]\n all_white[c2.^next]\n }\n }\n }\n}\nrun{} for 1 but 5 int\n","old_contents":"","returncode":1,"stderr":"error: pathspec 'illust_logic\/illustlogic_not_work.als' did not match any file(s) known to git\n","license":"mit","lang":"Alloy"} {"commit":"55acd93d179d93478ac5d555680fba9179979ad9","subject":"add correct assertion","message":"add correct assertion\n","repos":"nishio\/learning_alloy,nishio\/learning_alloy,nishio\/learning_alloy","old_file":"Perterson.als","new_file":"Perterson.als","new_contents":"open util\/ordering[Time]\nsig Time {}\n\none sig Memory {\n\tturn: Int -> Time,\n\tflag: Int -> Int -> Time\n}{\n\tall t: Time {\n\t\tone flag[0].t\n\t\tone flag[1].t\n\t\tno flag[Int - 0 - 1].t\n\t}\n}\n\none sig PC {\n\tproc: Int -> Int -> Time,\n\tcurrent_pid: Int -> Time\n}{\n\tall t: Time {\n\t\tone proc[0].t\n\t\tone proc[1].t\n\t\tno proc[Int - 0 - 1].t\n\t}\n}\n\n\nfact {\n\t\/\/ \u6700\u521d\u306f\u30e1\u30e2\u30ea\u306f\u307f\u3093\u306a0\n\tlet t = first {\n\t\tMemory.turn.t = 0\n\t\tMemory.flag[0].t = 0\n\t\tMemory.flag[1].t = 0\n\t\t\/\/ \u6700\u521d\u306f\u30d7\u30ed\u30b0\u30e9\u30e0\u30ab\u30a6\u30f3\u30bf\u306f0\n\t\tPC.proc[0].t = 0\n\t\tPC.proc[1].t = 0\n \t}\n}\n\npred store(t: Time, target: univ -> Time, value: univ){\n\tone value\n\ttarget.t = value\n}\n\npred must_wait(t: Time, pid: Int){\n\tlet other = (0 + 1) - pid {\n\t\tMemory.flag[other].t = 1 \/\/ other\u304cwait\u3057\u3066\u3044\u308b\n\t\tMemory.turn.t = other \/\/ other\u304c\u512a\u5148\u6a29\u3092\u6301\u3063\u3066\u3044\u308b\n\t}\n}\n\npred no_change(t: Time, changable: univ -> Time){\n\tchangable.t = changable.(t.prev)\n}\n\npred step(t: Time) {\n\t\/\/ \u5404\u6642\u523b\u3067\u3069\u3061\u3089\u304b\u306e\u30d7\u30ed\u30bb\u30b9\u304c1\u547d\u4ee4\u5b9f\u884c\u3059\u308b\n\tsome pid: (0 + 1) {\n\t\tPC.current_pid.t = pid\n\t\tlet pc = PC.proc[pid].(t.prev),\n\t\t\t\tnextpc = PC.proc[pid].t,\n\t\t\t\tother = (0 + 1) - pid\n\t\t{\n\n\t\t\t(pc = 0) => {\n\t\t\t\t\/\/ flag[0] = 1\n\t\t\t\tstore[t, Memory.flag[pid], 1]\n\t\t\t\tnextpc = plus[pc, 1]\n\t\t\t\tno_change[t, Memory.turn]\n\t\t\t}\n\t\t\t(pc = 1) => {\n\t\t\t\t\/\/ flag[0] = 1\n\t\t\t\tstore[t, Memory.turn, other]\n\t\t\t\tnextpc = plus[pc, 1]\n\t\t\t\tno_change[t, Memory.flag[pid]]\n\t\t\t}\n\t\t\t(pc = 2) => {\n\t\t\t\t\/\/ while( flag[1] && turn == 1 );\n\t\t\t\tmust_wait[t, pid] => {\n\t\t\t\t\tnextpc = pc\n\t\t\t\t}else{\n\t\t\t\t\tnextpc = plus[pc, 1]\n\t\t\t\t}\n\t\t\t\tno_change[t, Memory.turn]\n\t\t\t\tno_change[t, Memory.flag[pid]]\n\t\t\t}\n\t\t\t(pc = 3) => {\n\t\t\t\t\/\/ flag[0] = 0\n\t\t\t\tstore[t, Memory.flag[pid], 0]\n\t\t\t\tnextpc = 0\n\t\t\t\tno_change[t, Memory.turn]\n\t\t\t}\n\n\t\t\t\/\/ no change\n\t\t\tno_change[t, PC.proc[other]]\n\t\t\tno_change[t, Memory.flag[other]]\n\t\t}\n\t}\n}\n\ncheck MutualExclusion {\n\tno t: Time {\n\t\tPC.proc[0].t = 3\n\t\tPC.proc[1].t = 3\n\t}\n} for 15 Time\n\ncheck BoundedWaiting_Bad {\n\tno t: Time, pid: Int {\n\t\tPC.proc[pid].t = 2\n\t\tPC.proc[pid].(t.next) = 2\n\t\tPC.proc[pid].(t.next.next) = 2\n\t\tPC.proc[pid].(t.next.next.next) = 2\n\t\tPC.proc[pid].(t.next.next.next.next) = 2\n\t}\n} for 15 Time\n\ncheck BoundedWaiting {\n\tno t, t': Time, pid: Int {\n\t\tlet range = Time - t.prevs - t'.nexts {\n\t\t\t\/\/ \u3042\u308b\u30d7\u30ed\u30bb\u30b9\u304c\u305a\u3063\u30682(\u30ed\u30c3\u30af\u5f85\u3061)\u3067\n\t\t\tall t'': range | PC.proc[pid].t'' = 2\n\t\t\t\/\/ \u305d\u306e\u9593\u3001\u3082\u3046\u7247\u65b9\u306e\u30d7\u30ed\u30bb\u30b9\u304c2\u56de\u4ee5\u4e0a3(\u30af\u30ea\u30c6\u30a3\u30ab\u30eb\u30bb\u30af\u30b7\u30e7\u30f3)\u3092\u5b9f\u884c\n\t\t\t#{t'': range | \n\t\t\t\tPC.proc[PC.current_pid.t''].t'' = 3\n\t\t\t} >= 2\n\t\t}\n\t}\n} for 15 Time\n\nfact {\n\tall t: Time - first {\n\t\tstep[t]\n\t}\n}\nrun {\n} for exactly 20 Time\n","old_contents":"open util\/ordering[Time]\nsig Time {}\n\none sig Memory {\n\tturn: Int -> Time,\n\tflag: Int -> Int -> Time\n}{\n\tall t: Time {\n\t\tone flag[0].t\n\t\tone flag[1].t\n\t\tno flag[Int - 0 - 1].t\n\t}\n}\n\none sig PC {\n\tproc: Int -> Int -> Time\n}{\n\tall t: Time {\n\t\tone proc[0].t\n\t\tone proc[1].t\n\t\tno proc[Int - 0 - 1].t\n\t}\n}\n\n\nfact {\n\t\/\/ \u6700\u521d\u306f\u30e1\u30e2\u30ea\u306f\u307f\u3093\u306a0\n\tlet t = first {\n\t\tMemory.turn.t = 0\n\t\tMemory.flag[0].t = 0\n\t\tMemory.flag[1].t = 0\n\t\t\/\/ \u6700\u521d\u306f\u30d7\u30ed\u30b0\u30e9\u30e0\u30ab\u30a6\u30f3\u30bf\u306f0\n\t\tPC.proc[0].t = 0\n\t\tPC.proc[1].t = 0\n \t}\n}\n\npred store(t: Time, target: univ -> Time, value: univ){\n\tone value\n\ttarget.t = value\n}\n\npred must_wait(t: Time, pid: Int){\n\tlet other = (0 + 1) - pid {\n\t\tMemory.flag[other].t = 1 \/\/ other\u304cwait\u3057\u3066\u3044\u308b\n\t\tMemory.turn.t = other \/\/ other\u304c\u512a\u5148\u6a29\u3092\u6301\u3063\u3066\u3044\u308b\n\t}\n}\n\npred no_change(t: Time, changable: univ -> Time){\n\tchangable.t = changable.(t.prev)\n}\n\npred step(t: Time) {\n\t\/\/ \u5404\u6642\u523b\u3067\u3069\u3061\u3089\u304b\u306e\u30d7\u30ed\u30bb\u30b9\u304c1\u547d\u4ee4\u5b9f\u884c\u3059\u308b\n\tsome pid: (0 + 1) {\n\t\tlet pc = PC.proc[pid].(t.prev),\n\t\t\t\tnextpc = PC.proc[pid].t,\n\t\t\t\tother = (0 + 1) - pid\n\t\t{\n\n\t\t\t(pc = 0) => {\n\t\t\t\t\/\/ flag[0] = 1\n\t\t\t\tstore[t, Memory.flag[pid], 1]\n\t\t\t\tnextpc = plus[pc, 1]\n\t\t\t\tno_change[t, Memory.turn]\n\t\t\t}\n\t\t\t(pc = 1) => {\n\t\t\t\t\/\/ flag[0] = 1\n\t\t\t\tstore[t, Memory.turn, other]\n\t\t\t\tnextpc = plus[pc, 1]\n\t\t\t\tno_change[t, Memory.flag[pid]]\n\t\t\t}\n\t\t\t(pc = 2) => {\n\t\t\t\t\/\/ while( flag[1] && turn == 1 );\n\t\t\t\tmust_wait[t, pid] => {\n\t\t\t\t\tnextpc = pc\n\t\t\t\t}else{\n\t\t\t\t\tnextpc = plus[pc, 1]\n\t\t\t\t}\n\t\t\t\tno_change[t, Memory.turn]\n\t\t\t\tno_change[t, Memory.flag[pid]]\n\t\t\t}\n\t\t\t(pc = 3) => {\n\t\t\t\t\/\/ flag[0] = 0\n\t\t\t\tstore[t, Memory.flag[pid], 0]\n\t\t\t\tnextpc = 0\n\t\t\t\tno_change[t, Memory.turn]\n\t\t\t}\n\n\t\t\t\/\/ no change\n\t\t\tno_change[t, PC.proc[other]]\n\t\t\tno_change[t, Memory.flag[other]]\n\t\t}\n\t}\n}\n\ncheck MutualExclusion {\n\tno t: Time {\n\t\tPC.proc[0].t = 3\n\t\tPC.proc[1].t = 3\n\t}\n} for 25 Time\n\ncheck BoundedWaiting {\n\tno t: Time, pid: Int {\n\t\tPC.proc[pid].t = 2\n\t\tPC.proc[pid].(t.next) = 2\n\t\tPC.proc[pid].(t.next.next) = 2\n\t\tPC.proc[pid].(t.next.next.next) = 2\n\t\tPC.proc[pid].(t.next.next.next.next) = 2\n\t}\n} for 7 Time\n\nfact {\n\tall t: Time - first {\n\t\tstep[t]\n\t}\n}\nrun {\n} for exactly 20 Time\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"4df285cd0392a29646b7003a742702e9b053c033","subject":"Minor changes","message":"Minor changes","repos":"ModelWriter\/Demonstrations,ModelWriter\/Demonstrations,ModelWriter\/Demonstrations","old_file":"eu.modelwriter.demonstration.alloyinecore\/harun\/Improved_FeatureModel\/feature_model_2.als","new_file":"eu.modelwriter.demonstration.alloyinecore\/harun\/Improved_FeatureModel\/feature_model_2.als","new_contents":"\/** Takes a user defined signature and defines the relations according to it. *\/\nmodule feature_model_2[Feature]\n\nopen util\/relation\n\none sig Root in Feature {}\n\nabstract sig FeatureModel {\n\tmandatory: Feature -> Feature,\n\toptional: Feature -> Feature,\n\talternative: Feature -> Feature,\n \t_or: Feature -> Feature,\n\n\trequires: Feature -> Feature,\n\texcludes: Feature -> Feature\n}\n\n\/** EmptyFeatureModel is the model that has no relations, GivenFeatureModel is the model that user defines *\/\none sig EmptyFeatureModel, GivenFeatureModel extends FeatureModel {}\n\nfact {\n\tfunc_definitions[GivenFeatureModel]\n\tNoRelations[EmptyFeatureModel]\n\tRoot.*(FeatureModel.(mandatory + optional + alternative + _or ) )= Feature \/\/ Any feature, connected to this model, must be reachable from the root.\n}\n\nprivate pred func_definitions[m: FeatureModel] {\n\tno m.mandatory & m.optional\n\tno m.mandatory & m.alternative\n\tno m.mandatory & m._or\n\tno m.mandatory & m.requires\n\tno m.mandatory & m.excludes\n\n\tno m.optional & m.alternative\n\tno m.optional & m._or\n\tno m.optional & m.requires\n\tno m.optional & m.excludes\n\n\tno m.alternative & m._or\n\tno m.alternative & m.requires\n\tno m.alternative & m.excludes\n\n\tno m._or & m.requires\n\tno m._or& m.excludes\n\n\tno m.requires & m.excludes\n\n\tno m.mandatory & ~(m.optional)\n\tno m.mandatory & ~(m.alternative)\n\tno m.mandatory & ~(m._or)\n\tno m.mandatory & ~(m.requires)\n\tno m.mandatory & ~(m.excludes)\n\n\tno m.optional & ~(m.alternative)\n\tno m.optional & ~(m._or)\n\tno m.optional & ~(m.requires)\n\tno m.optional & ~(m.excludes)\n\n\tno m.alternative & ~(m._or)\n\tno m.alternative & ~(m.requires)\n\tno m.alternative & ~(m.excludes)\n\n\tno m._or & ~(m.requires)\n\tno m._or & ~(m.excludes)\n\n\tno m.requires & ~(m.excludes)\n\n\tirreflexive[m.mandatory]\n\tirreflexive[m.optional]\n\tirreflexive[m.alternative]\n\tirreflexive[m._or]\n\tirreflexive[m.requires]\n\tirreflexive[m.excludes]\n\tantisymmetric[m.mandatory]\n\tantisymmetric[m.optional]\n\tantisymmetric[m.alternative]\n\tantisymmetric[m._or]\n\tantisymmetric[m.requires]\n}\n\n\/** Possible Extensions for Configuration *\/\n\n\/\/ There are instances that includes features.\nsig Instance {\n\tincludes: set Feature\n}\n\n\/\/ All configurations are unique\nfact all_instances_unique {\n--\tall disj i, i': Instance | i.includes != i'.includes\n\tall i, i': Instance | i !=i' implies i.includes != i'.includes\n}\n\nfact configuration_rules {\n\tall i: Instance {\n\t\tRoot in i.includes\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/** root *\/\n\t\tall f1: Feature, f2: f1.(FeatureModel.optional) | f2 in i.includes => f1 in i.includes \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/** optional *\/\n\t\tall f1: Feature, f2: f1.(FeatureModel.mandatory) | f2 in i.includes <=> f1 in i.includes \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/** mandatory *\/\n\t\tall f1: Feature | f1 in i.includes and some f1.(FeatureModel._or) <=> some f1.(FeatureModel._or) & i.includes \t\t\t\t\t\t\t\t\/** or *\/\n\t\tall f1: Feature | f1 in i.includes and some f1.(FeatureModel.alternative) <=> some f1.(FeatureModel.alternative) & i.includes\t\t\t\/** alternative (1) *\/\n\t\tall f1: i.includes, f2: f1.(FeatureModel.alternative), f3: f1.(FeatureModel.alternative) - f2 | !(f2 in i.includes and f3 in i.includes) \t\t\/** alternative (2) *\/\n\t\tall f1: Feature, f2: f1.(FeatureModel.requires) | f1 in i.includes => f2 in i.includes\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/** requires *\/\n\t\tall f1: Feature, f2: f1.(FeatureModel.excludes) | !(f1 in i.includes and f2 in i.includes) \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/** excludes *\/\n\t}\n}\n\/** Possible Instances Extension *\/\n\n\npred Root[f: Feature] {\n\tRoot = f\n}\n\npred Mandatory[f1, f2: one Feature] {\n\tf1 -> f2 in GivenFeatureModel.mandatory\n}\n\npred Optional[f1, f2: Feature] {\n\tf1 -> f2 in GivenFeatureModel.optional\n}\n\npred Alternative[f1: Feature, f2: Feature] {\n\tf1 -> f2 in GivenFeatureModel.alternative\n}\n\npred Or[f1, f2: Feature] {\n\tf1 -> f2 in GivenFeatureModel._or\n}\n\npred Requires[f1, f2: Feature] {\n\tf1 -> f2 in GivenFeatureModel.requires\n}\n\npred Excludes[f1, f2: Feature] {\n\tf1 -> f2 in GivenFeatureModel.excludes\n}\n\npred Mandatory[r: Feature -> Feature] {\n\tr = GivenFeatureModel.mandatory\n}\n\npred Optional[r: Feature -> Feature] {\n\tr = GivenFeatureModel.optional\n}\n\npred Alternative[r: Feature -> Feature] {\n\tr = GivenFeatureModel.alternative\n}\n\npred Or[r: Feature -> Feature] {\n\tr = GivenFeatureModel._or\n}\n\npred Requires[r: Feature -> Feature] {\n\tr = GivenFeatureModel.requires\n}\n\npred Excludes[r: Feature -> Feature] {\n\tr + ~r = GivenFeatureModel.excludes\n}\n\npred NoMandatory {\n\tno GivenFeatureModel.mandatory\n}\n\npred NoOptional {\n\tno GivenFeatureModel.optional\n}\n\npred NoAlternative {\n\tno GivenFeatureModel.alternative\n}\n\npred NoOr {\n\tno GivenFeatureModel._or\n}\n\npred NoRequires {\n\tno GivenFeatureModel.requires\n}\n\npred NoExcludes {\n\tno GivenFeatureModel.excludes\n}\n\npred NoRelations[m: FeatureModel] {\n\tno m.excludes\n\tno m.requires\n\tno m._or\n\tno m.alternative\n\tno m.mandatory\n\tno m.optional\n}\n","old_contents":"\/** Takes a user defined signature and defines the relations according to it. *\/\nmodule feature_model_2[Feature]\n\nopen util\/relation\n\none sig Root in Feature {}\n\nabstract sig FeatureModel {\n\tmandatory: Feature -> Feature,\n\toptional: Feature -> Feature,\n\talternative: Feature -> Feature,\n \t_or: Feature -> Feature,\n\n\trequires: Feature -> Feature,\n\texcludes: Feature -> Feature\n}\n\n\/** EmptyFeatureModel is the model that has no relations, GivenFeatureModel is the model that user defines *\/\none sig EmptyFeatureModel, GivenFeatureModel extends FeatureModel {}\n\nfact {\n\tfunc_definitions[GivenFeatureModel]\n\tNoRelations[EmptyFeatureModel]\n\tall f: ran[FeatureModel.(requires + excludes)] | some f.~(FeatureModel.(mandatory + optional + alternative + _or))\n\tlet rel = FeatureModel.(mandatory + optional + alternative + _or + requires + excludes) | Root.*rel = ran[rel] + dom[rel] \/\/ Any feature, connected to this model, must be reachable from the root.\n}\n\nprivate pred func_definitions[m: FeatureModel] {\n\tno m.mandatory & m.optional\n\tno m.mandatory & m.alternative\n\tno m.mandatory & m._or\n\tno m.mandatory & m.requires\n\tno m.mandatory & m.excludes\n\n\tno m.optional & m.alternative\n\tno m.optional & m._or\n\tno m.optional & m.requires\n\tno m.optional & m.excludes\n\n\tno m.alternative & m._or\n\tno m.alternative & m.requires\n\tno m.alternative & m.excludes\n\n\tno m._or & m.requires\n\tno m._or& m.excludes\n\n\tno m.requires & m.excludes\n\n\tno m.mandatory & ~(m.optional)\n\tno m.mandatory & ~(m.alternative)\n\tno m.mandatory & ~(m._or)\n\tno m.mandatory & ~(m.requires)\n\tno m.mandatory & ~(m.excludes)\n\n\tno m.optional & ~(m.alternative)\n\tno m.optional & ~(m._or)\n\tno m.optional & ~(m.requires)\n\tno m.optional & ~(m.excludes)\n\n\tno m.alternative & ~(m._or)\n\tno m.alternative & ~(m.requires)\n\tno m.alternative & ~(m.excludes)\n\n\tno m._or & ~(m.requires)\n\tno m._or & ~(m.excludes)\n\n\tno m.requires & ~(m.excludes)\n\n\tirreflexive[m.mandatory]\n\tirreflexive[m.optional]\n\tirreflexive[m.alternative]\n\tirreflexive[m._or]\n\tirreflexive[m.requires]\n\tirreflexive[m.excludes]\n\tantisymmetric[m.mandatory]\n\tantisymmetric[m.optional]\n\tantisymmetric[m.alternative]\n\tantisymmetric[m._or]\n\tantisymmetric[m.requires]\n}\n\n\/** Possible Instances Extension *\/\n\/\/ There are instances that includes features.\nsig Instance {\n\tincludes: set Feature\n}\n\n\/\/ There are not two equal instances.\nfact all_instances_unique {\n\tall i: Instance, i': Instance-i | i.includes != i'.includes\n}\n\nfact diversity_rules {\n\tall i: Instance {\n\t\t Root in i.includes\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/** root *\/\n\t\tall f1: Feature, f2: f1.(FeatureModel.optional) | f2 in i.includes => f1 in i.includes \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/** optional *\/\n\t\tall f1: Feature, f2: f1.(FeatureModel.mandatory) | f2 in i.includes <=> f1 in i.includes \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/** mandatory *\/\n\t\tall f1: Feature | f1 in i.includes and some f1.(FeatureModel._or) <=> some f1.(FeatureModel._or) & i.includes \t\t\t\t\t\t\t\t\/** or *\/\n\t\tall f1: Feature | f1 in i.includes and some f1.(FeatureModel.alternative) <=> some f1.(FeatureModel.alternative) & i.includes\t\t\t\/** alternative (1) *\/\n\t\tall f1: i.includes, f2: f1.(FeatureModel.alternative), f3: f1.(FeatureModel.alternative) - f2 | !(f2 in i.includes and f3 in i.includes) \t\t\/** alternative (2) *\/\n\t\tall f1: Feature, f2: f1.(FeatureModel.requires) | f1 in i.includes => f2 in i.includes\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/** requires *\/\n\t\tall f1: Feature, f2: f1.(FeatureModel.excludes) | !(f1 in i.includes and f2 in i.includes) \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/** excludes *\/\n\t}\n}\n\/** Possible Instances Extension *\/\n\npred Root[f: Feature] {\n\tRoot = f\n}\n\npred Mandatory[f1, f2: one Feature] {\n\tf1 -> f2 in GivenFeatureModel.mandatory\n}\n\npred Optional[f1, f2: Feature] {\n\tf1 -> f2 in GivenFeatureModel.optional\n}\n\npred Alternative[f1: Feature, f2: Feature] {\n\tf1 -> f2 in GivenFeatureModel.alternative\n}\n\npred Or[f1, f2: Feature] {\n\tf1 -> f2 in GivenFeatureModel._or\n}\n\npred Requires[f1, f2: Feature] {\n\tf1 -> f2 in GivenFeatureModel.requires\n}\n\npred Excludes[f1, f2: Feature] {\n\tf1 -> f2 in GivenFeatureModel.excludes\n}\n\npred Mandatory[r: Feature -> Feature] {\n\tr = GivenFeatureModel.mandatory\n}\n\npred Optional[r: Feature -> Feature] {\n\tr = GivenFeatureModel.optional\n}\n\npred Alternative[r: Feature -> Feature] {\n\tr = GivenFeatureModel.alternative\n}\n\npred Or[r: Feature -> Feature] {\n\tr = GivenFeatureModel._or\n}\n\npred Requires[r: Feature -> Feature] {\n\tr = GivenFeatureModel.requires\n}\n\npred Excludes[r: Feature -> Feature] {\n\tr + ~r = GivenFeatureModel.excludes\n}\n\npred NoMandatory {\n\tno GivenFeatureModel.mandatory\n}\n\npred NoOptional {\n\tno GivenFeatureModel.optional\n}\n\npred NoAlternative {\n\tno GivenFeatureModel.alternative\n}\n\npred NoOr {\n\tno GivenFeatureModel._or\n}\n\npred NoRequires {\n\tno GivenFeatureModel.requires\n}\n\npred NoExcludes {\n\tno GivenFeatureModel.excludes\n}\n\npred NoRelations[m: FeatureModel] {\n\tno m.excludes\n\tno m.requires\n\tno m._or\n\tno m.alternative\n\tno m.mandatory\n\tno m.optional\n}\n","returncode":0,"stderr":"","license":"epl-1.0","lang":"Alloy"} {"commit":"07cdf34664c8b0b3fa9d57751592cc77082c0e8e","subject":"misunderstand who is father","message":"misunderstand who is father\n","repos":"nishio\/learning_alloy,nishio\/learning_alloy,nishio\/learning_alloy","old_file":"etude17.als","new_file":"etude17.als","new_contents":"open util\/ordering[Time]\nopen named_man_ja [Man]\nopen named_woman_ja [Woman]\n\nsig Time {\n\tevent: lone Event\n}\n\nfact {\n\tno first.event\n\tall t: Time - first {one t.event}\n}\n\nabstract sig Person {\n\tstate: State -> Time,\n\tpartner: Person -> Time,\n\tparent_bio: set Person,\n parent_think: set Person\n}{\n\tall t: Time | one state.t\n\tall t: Time | lone partner.t\n\tlet p = parent_bio {\n\t\tno p or born_in_scope\n }\n\tlet p = parent_think {\n\t\tno p or born_in_scope\n }\n}\n\npred born_in_scope(p: Person){\n\tp.state.first = NotExist\n\tp.state.last != NotExist\n}\n\nabstract sig Man, Woman extends Person {}\n\nenum State {NotExist, Married, NotMarried}\n\nenum Event {Marriage, Divorce, Birth}\n\n\npred init (t: Time) {\n\tall p: Person | p.state.t in NotMarried + NotExist\n\tall p: Person | p.partner.t = none\n}\n\npred change_state (\n\ttarget : Person,\n\tt, t': Time,\n\tbefore, after : State){\n\t\tsome target\n\t\tall p: target {\n\t\t\tp.state.t = before\n\t\t\tp.state.t' = after\n\t\t}\n\t\t\/\/ others don't change their state\n\t\tall other: (Person - target) {\n\t\t\tother.state.t = other.state.t'\n\t\t}\t\n}\n\npred keep_partner(others: Person, t, t': Time){\n\tall other: others {\n\t\tother.partner.t = other.partner.t'\n\t}\t\n}\npred step (t, t': Time) {\n\t{some disj p1 : Man, p2 : Woman {\n\t\t{\n\t\t\tt'.event = Marriage\n\t\t\tchange_state[p1 + p2, t, t', NotMarried, Married]\n\t\t\tp1.partner.t' = p2\n\t\t\tp2.partner.t' = p1\n\t\t\tkeep_partner[Person - p1 - p2, t, t']\n\t\t} or {\n\t\t\tt'.event = Divorce\n\t\t\tchange_state[p1 + p2, t, t', Married, NotMarried]\n\t\t\tp1.partner.t' = none\n\t\t\tp2.partner.t' = none\n\t\t\tkeep_partner[Person - p1 - p2, t, t']\n\t\t}\n\t}} \n\tor\n\tsome p: Person {\n\t\t\/\/ birth\n\t\tt'.event = Birth\n\t\tchange_state[p, t, t', NotExist, NotMarried]\n\t\tlet father = p.parent_bio & Man {\n\t\t\tone father\n\t\t\tfather.state.t != NotExist\n\t\t}\n\t\tlet mother = p.parent_bio & Woman {\n\t\t\tone mother\n\t\t\tmother.state.t != NotExist\n\t\t\tlet hasband = mother.partner.t {\n\t\t\t\t\/\/ p always think his biological mother is his mother\n\t\t\t\t\/\/ if mother married, p think mother's hasband is his father\n\t\t\t\t\/\/ no other person is tought as parent\n\t\t\t\tp.parent_think = mother + hasband\n\t\t\t}\n\t\t}\n\t\tkeep_partner[Person, t, t']\n\t}\n}\n\nfact Traces {\n\tinit[first]\n\tall t: Time - last {\n\t\tstep[t, t.next]\n\t}\n}\n\nrun {\n\tsome parent_bio\n\tsome p: Person {\n\t\tp.parent_bio & Man != p.parent_think & Man\n\t\tone p.parent_think & Man\n\t}\n} for exactly 4 Person, 4 Time\n","old_contents":"open util\/ordering[Time]\nopen named_man_ja [Man]\nopen named_woman_ja [Woman]\n\nsig Time {\n\tevent: lone Event\n}\n\nfact {\n\tno first.event\n\tall t: Time - first {one t.event}\n}\n\nabstract sig Person {\n\tstate: State -> Time,\n\tpartner: Person -> Time,\n\tparent_bio: set Person,\n parent_think: set Person\n}{\n\tall t: Time | one state.t\n\tall t: Time | lone partner.t\n\tlet p = parent_bio {\n\t\tno p or born_in_scope\n }\n\tlet p = parent_think {\n\t\tno p or born_in_scope\n }\n}\n\npred born_in_scope(p: Person){\n\tp.state.first = NotExist\n\tp.state.last != NotExist\n}\n\nabstract sig Man, Woman extends Person {}\n\nenum State {NotExist, Married, NotMarried}\n\nenum Event {Marriage, Divorce, Birth}\n\n\npred init (t: Time) {\n\tall p: Person | p.state.t in NotMarried + NotExist\n\tall p: Person | p.partner.t = none\n}\n\npred change_state (\n\ttarget : Person,\n\tt, t': Time,\n\tbefore, after : State){\n\t\tsome target\n\t\tall p: target {\n\t\t\tp.state.t = before\n\t\t\tp.state.t' = after\n\t\t}\n\t\t\/\/ others don't change their state\n\t\tall other: (Person - target) {\n\t\t\tother.state.t = other.state.t'\n\t\t}\t\n}\n\npred keep_partner(others: Person, t, t': Time){\n\tall other: others {\n\t\tother.partner.t = other.partner.t'\n\t}\t\n}\npred step (t, t': Time) {\n\t{some disj p1 : Man, p2 : Woman {\n\t\t{\n\t\t\tt'.event = Marriage\n\t\t\tchange_state[p1 + p2, t, t', NotMarried, Married]\n\t\t\tp1.partner.t' = p2\n\t\t\tp2.partner.t' = p1\n\t\t\tkeep_partner[Person - p1 - p2, t, t']\n\t\t} or {\n\t\t\tt'.event = Divorce\n\t\t\tchange_state[p1 + p2, t, t', Married, NotMarried]\n\t\t\tp1.partner.t' = none\n\t\t\tp2.partner.t' = none\n\t\t\tkeep_partner[Person - p1 - p2, t, t']\n\t\t}\n\t}} \n\tor\n\tsome p: Person {\n\t\t\/\/ birth\n\t\tt'.event = Birth\n\t\tchange_state[p, t, t', NotExist, NotMarried]\n\t\tsome father: p.parent_bio & Man {\n\t\t\tone father\n\t\t\tfather.state.t != NotExist\n\t\t}\n\t\tsome mother: p.parent_bio & Woman {\n\t\t\tone mother\n\t\t\tmother.state.t != NotExist\n\t\t\tlet hasband = mother.partner.t {\n\t\t\t\t\/\/ p always think his biological mother is his mother\n\t\t\t\t\/\/ if mother married, p think mother's hasband is his father\n\t\t\t\t\/\/ no other person is tought as parent\n\t\t\t\tp.parent_think = mother + hasband\n\t\t\t}\n\t\t}\n\t\tkeep_partner[Person, t, t']\n\t}\n}\n\nfact Traces {\n\tinit[first]\n\tall t: Time - last {\n\t\tstep[t, t.next]\n\t}\n}\n\nrun {\n\tsome parent_bio\n\tsome p: Person {p.parent_bio & Man != p.parent_think & Man}\n} for exactly 4 Person, 4 Time\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"5f7c91b7de64c8a2ca447af29382ed60da23b254","subject":"refactor and fix bug","message":"refactor and fix bug\n","repos":"nishio\/learning_alloy,nishio\/learning_alloy,nishio\/learning_alloy","old_file":"etude16.als","new_file":"etude16.als","new_contents":"open util\/ordering[Time]\nopen named_man_ja [Man]\nopen named_woman_ja [Woman]\n\nsig Time {}\n\nabstract sig Person {\n\tstate: State -> Time,\n}\n\nabstract sig Man, Woman extends Person {}\n\nenum State {Married, NotMarried}\n\npred init (t: Time) {\n\tall p: Person | p.state.t = NotMarried\n}\n\npred change_state (\n\tp1 : Man, p2 : Woman,\n\tt, t': Time,\n\tbefore, after : State){\n\t\tp1.state.t = before\n\t\tp2.state.t = before\n\t\tp1.state.t' = after\n\t\tp2.state.t' = after\n\t\t\/\/ others don't change their state\n\t\tall other: (Person - p1 - p2) {\n\t\t\tother.state.t = other.state.t'\n\t\t}\t\n}\n\npred step (t, t': Time) {\n\tsome disj p1 : Man, p2 : Woman {\n\t\tchange_state[p1, p2, t, t', NotMarried, Married]\n\t\tor\n\t\tchange_state[p1, p2, t, t', Married, NotMarried]\n\t}\n}\n\nfact Traces {\n\tinit[first]\n\tall t: Time - last {\n\t\tstep[t, t.next]\n\t}\n}\n\nrun {} for exactly 4 Person, 4 Time\n","old_contents":"open util\/ordering[Time]\nopen named_man_ja [Man]\nopen named_woman_ja [Woman]\n\nsig Time {}\n\nabstract sig Person {\n\tstate: State -> Time,\n}\n\nabstract sig Man, Woman extends Person {}\n\nenum State {Married, NotMarried}\n\npred init (t: Time) {\n\tall p: Person | p.state.t = NotMarried\n}\n\npred step (t, t': Time) {\n\tsome disj p1 : Man, p2 : Woman {\n\t\t{{\n\t\t\t\/\/ marrige\n\t\t\tp1.state.t = NotMarried and p2.state.t = NotMarried\n\t\t\tp1.state.t' = Married and p2.state.t' = Married\n\t\t} or {\n\t\t\t\/\/ divorce\n\t\t\tp1.state.t = Married and p2.state.t = Married\n\t\t\tp1.state.t' = NotMarried and p2.state.t' = NotMarried\n\t\t}}\n\t\t\/\/ others don't change their state\n\t\tlet others = (Person - p1 - p2) {\n\t\t\tothers.state.t = others.state.t'\n\t\t}\n\t}\n}\n\nfact Traces {\n\tinit[first]\n\tall t: Time - last {\n\t\tstep[t, t.next]\n\t}\n}\n\nrun {} for 3 Person, 5 Time\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"602203f65b4c7381e780f24e7cce9c8731709c52","subject":"alloy updated again","message":"alloy updated again\n","repos":"cattaneo-riccardo\/PowerEnjoy","old_file":"Alloy\/powerenjoy_model.als","new_file":"Alloy\/powerenjoy_model.als","new_contents":"open util\/boolean\n\n\/\/ Car, User\n\nsig Car {\n\tid: Int,\n\tavailable: Bool,\n\tlocation: Location,\n\tunlocked: Bool,\n\tbattery_level: Int\n} {\n\tid>0\n\tbattery_level >= 0\n\tbattery_level <= 100\n}\n\nsig User {\n\tcredential: Credential,\n\tpayment_info: Payment_Info,\n\tlocation: Location\n}\nsig Credential {}\n\nsig Payment_Info {}\n\n\/\/ Reservation, Ride\n\nsig Reservation {\n\tuser: User,\n\tcar: Car,\n\tstart_area: Safe_Area,\n\tstart_time: Time,\n\tcurrent_cost: Int,\n\tfinal_discharged_cost: lone Int,\n\texpired: Bool,\n\tride: lone Ride\n} {\n\tcurrent_cost >= 0\n\tfinal_discharged_cost >= 0\n}\n\nsig Ride {\n\treservation: Reservation,\n\tpassengers: Int, \n\tpickup_time: Time,\n\trelease_time: lone Time,\n\trelease_battery_level: lone Int,\n\trelease_area: lone Safe_Area,\n\trelease_plugged: lone Bool\n} {\n\tpassengers >= 1\n\tpassengers <= 4\n\trelease_battery_level >= 0\n\trelease_battery_level <= 100\n\tnot areEqual[pickup_time, release_time]\n}\n\n\/\/ Time and CurrentTime\n\nsig Time {\n\thour: Int,\n\tminute: Int\n} {\n\thour >= 0\n\thour =< 23\n\tminute >= 0\n\tminute =< 59\n}\n\nsig CurrentTime extends Time {}\n\n\/\/ Location, Areas\n\nsig Location {\n\tlatitude: Int, \n\tlongitude: Int \n}\nsig Area { \n\tcenter: Location,\n\/\/\tradius: Int\n} {\n\/\/\tradius > 0 \n}\nsig Safe_Area extends Area {}\nsig Special_Safe_Area extends Safe_Area {}\n\n\/* ----------- Functions ------------ *\/\nfun minutesDiff[t, t': Time]:Int {\n\tt.minute>t'.minute\n\timplies\n\t\tsub[t.minute, t'.minute]\n\telse\n\t\tsub[t'.minute, t.minute]\n}\n\nfun hoursDiff[t, t': Time]: Int {\n\tt.hour>=t'.hour\n\timplies(\n\t\tsub[t.hour, t'.hour]\n\t) else (\n\t\tsub[t'.hour, t.hour]\n\t)\n}\n\n\/\/Return the cost for a ride from time t to time t'\nfun cost[t, t': Time]: Int {\n\t\tt.hour = t'.hour\n\t\timplies (\n\t\t\tminutesDiff[t, t']\n\t\t)\n\t\telse (\n\t\t\tt.hour>t'.hour\n\t\t\timplies(\n\t\t\t\tadd[add[sub[60, t'.minute], mul[sub[hoursDiff[t,t'], 1], 60]], t.minute] \/\/(60-t'.minute) + (t'.hour-t.hour-1)*60 + t.minute\n\t\t\t)\n\t\t\telse(\n\t\t\t\tadd[add[sub[60, t.minute], mul[sub[hoursDiff[t,t'], 1], 60]], t'.minute] \/\/(60-t.minute) + (t.hour-t'.hour-1)*60 + t'.minute\t\t\t\n\t\t\t)\n\t\t)\n}\n\/\/ ----------- Predicates -----------\n\n\/\/ Returns true if t == t'\npred areEqual[t, t': Time] {\n\tt.hour = t'.hour and t.minute = t'.minute\n}\n\n\/\/ Returns true if t - t' <= 1h\npred isLessThanOneHourAhead[t, t': Time] {\n\tareEqual[t, t']\n\tor\n\t\t(t.hour = t'.hour and t.minute > t'.minute)\n\tor\n\t\t(t.hour = add[t'.hour,1] and add[sub[60, t'.minute], t.minute] < 60)\n}\n\n\/\/ Returns true if t >= t'\npred comesAfterOrEqual[t, t': Time] {\n\t\tt.hour = t'.hour\n\t\timplies t.minute >= t'.minute\n\t\telse t.hour >= t'.hour\n}\n\n\/\/ Returns true if the max distance between latitudes and longitudes is 5\npred isNear[l, l': Location] {\n\t(l.latitude >= l'.latitude implies \n\t\tsub[l.latitude, l'.latitude] <= 4\n\telse\n\t\tsub[l'.latitude, l.latitude] <= 4)\n\tand\n\t(l.longitude >= l'.longitude implies \n\t\tsub[l.longitude, l'.longitude] <= 4\n\telse\n\t\tsub[l'.longitude, l.longitude] <= 4)\n}\n\npred isFarFromSpecialSafeArea[area: Safe_Area] {\n\t\t\tall ssa: Special_Safe_Area |(\n\t\t\t(int ssa.center.latitude >= int area.center.latitude\n\t\t\timplies \n\t\t\t\tsub[ssa.center.latitude, area.center.latitude] > 15\n\t\t\telse\n\t\t\t\tsub[area.center.latitude, ssa.center.latitude] > 15\n\t\t\t)\n\t\t\tand\n\t\t\t(int ssa.center.longitude >= int area.center.longitude implies \n\t\t\t\tsub[ssa.center.longitude, area.center.longitude] > 15\n\t\t\telse\n\t\t\t\tsub[area.center.longitude, ssa.center.longitude] > 15)\n\t)\n}\n\/\/ Reservation r is open <=> r is not expired and \"it has not a ride yet or its ride has no release_time\"\npred isActive[r: Reservation] {\n\tr.expired = False and (\n\t\tno r.ride\n\t\tor\n\t\tno r.ride.release_time\n\t)\n}\n\n\/\/ ----------- Facts -------------\n\n\/\/ There's only a current time\nfact currentTimeForeverAlone {\n\t#CurrentTime = 1\n}\n\n\/\/There are no different Time with the same time\n\/*fact alwaysDifferent {\n\tall t, t': Time | t!=t' implies (not areEqual[t, t'])\n}*\/\n\n\/\/ CurrentTime is after all the times in the model\nfact currentTimeIsAlwaysAhead {\n\tall t: Time |\n\t\tall ct: CurrentTime |\n\t\t\tcomesAfterOrEqual[ct, t]\n}\n\n\/\/ Each credential\/password\/payment info is used for a user\nfact eachCredentialCorrespondToAUser {\n\tUser.credential=Credential\n}\n\nfact eachPaymentInfoCorrespondToAUser {\n\tUser.payment_info=Payment_Info\n}\n\n\/\/ Different users <=> different credentials\nfact noUsersWithSameCredentials {\n\tall u1, u2: User |\n\t\tu1 != u2\n\t\tiff\n\t\tu1.credential != u2.credential\n}\n\n\/\/ Different cars <=> different IDs\nfact noCarsWithSameIDs {\n\tall c1, c2: Car |\n\t\tc1 != c2\n\t\tiff\n\t\tc1.id != c2.id\n}\n\n\/\/ If a ride has a reservation, then that reservation has that ride.\nfact ridesAndReservationRelation {\n\tall rid: Ride | (\n\t\trid = rid.reservation.ride\n\t) and\n\tall res: Reservation | (\n\t\tone res.ride \n\t\timplies\n\t\t\tres=res.ride.reservation\n\t)\n}\n\n\/\/ There can't be two reservations made by the same user both open\n\/\/ COMMENT: Actually it's possible that a user makes a wrong reservation and he lets it expires, while he makes another one\n\/*\nfact noConsecutiveReservations {\n\tall r, r': Reservation | (\n\t\tr.user = r'.user\n\t\timplies not (\n\t\t\tisOpen[r] and isOpen[r']\n\t\t)\n\t)\n}*\/\n\n\/\/ There can't be two reservations r1 and r2 for the same car overlapping.\n\nfact carsCanBeReservedByOneUserAtOnce { \n\tall c: Car | (\n\t\tall r, r': Reservation | (\n\t\t\t(r.car = c and r'.car = c and r != r' and comesAfterOrEqual[r'.start_time, r.start_time])\n\t\t\timplies (\n\t\t\t\t\t(some r.ride and some r.ride.release_time and comesAfterOrEqual[r'.start_time, r.ride.release_time])\n\t\t\t\t\tor\n\t\t\t\t\t(r.expired = True and not isLessThanOneHourAhead[r'.start_time, r.start_time])\n\t\t\t)\n\t\t)\n\t)\n}\n\n\/\/ A car is available if it has no reservations open and has enough battery\nfact carAvailableCondition {\n\tall c: Car |\n\t\tc.available = True\n\t\tiff(\n\t\t(no res: Reservation |\n\t\t\tres.car = c and isActive[res])\n\t\t and c.battery_level>80\n\t\t)\n}\n\n\/\/ A reservation is expired if there's is not a ride whose pickup_time is less than one hour after the \n\/\/ reservation start_time.\nfact reservationExpiredCondition {\n\tall res: Reservation |\n\t\tres.expired = True\n\t\tiff\n\t\t(all currentTime: CurrentTime |\n\t\t\tnot isLessThanOneHourAhead[currentTime, res.start_time]\n\t\t)\n\t\tand\n\t\tno res.ride\n}\n\n\/\/ The pickup time of a ride should be in one hour from its reservation start_time\nfact pickupTimeConstraint {\n\tall rid: Ride | (\n\t\tisLessThanOneHourAhead[rid.pickup_time, rid.reservation.start_time]\n\t)\n}\n\n\/\/ release_time is always after pickup_time\nfact releaseTimeIsAfterPickupTime {\n\tall rid: Ride | (\n\t\tno rid.release_time\n\t\tor\n\t\tcomesAfterOrEqual[rid.release_time, rid.pickup_time]\n\t)\n}\n\n\/\/ A car is unlocked if there's a reservation not expired between a user and that car,\n\/\/ such user is near it and\n\/\/ he hasn't finished the ride (the ride associated with that reservation \n\/\/ doesn't have a release_time).\nfact carUnlockedConstraint {\n\tall c: Car | (\n\t\tc.unlocked = True\n\t\tiff\n\t\tsome r: Reservation | (\n\t\t\tr.car = c and isActive[r] and isNear[c.location, r.user.location]\n\t\t)\n\t)\n}\n\n\/\/If there is a release time, there are also a release release_battery and a release_area\nfact releaseInfoConstraint{\n\tall rid: Ride| (\n\t\t(some rid.release_time\n\t\tiff\n\t\tsome rid.release_battery_level) and \n\t\t(some rid.release_area \n\t\tiff\n\t\tsome rid.release_time) and \n\t\t(some rid.release_time\n\t\t iff\n\t\tsome rid.release_plugged)\n\t)\n}\n\nfact feeConstraint {\n\tall r: Reservation | (\n\t\tr.expired = True\n\t\timplies\n\t\tr.current_cost = 10 and r.final_discharged_cost = 10\n\t)\n}\n\n\/\/The actual cost of a reservation is proportional to minutes spent in the car\nfact costOfAReservationConstraint {\n\tall res: Reservation | (\n\t\tres.expired = False\n\t\timplies (\n\t\t\tno res.ride\n\t\t\timplies\n\t\t\t\tres.current_cost=0\n\t\t\telse(\n\t\t\t\tno res.ride.release_time\n\t\t\t\timplies(\n\t\t\t\t\tall ct : CurrentTime |\n\t\t\t\t\t\tres.current_cost=cost[ct, res.ride.pickup_time]\n\t\t\t\t)\n\t\t\t\telse\n\t\t\t\t\tres.current_cost=cost[res.ride.release_time, res.ride.pickup_time]\n\t\t\t)\n\t\t)\n\t)\n}\n\n\/\/Passengers discount of 10%\nfact passengersDiscount{\n\tall res: Reservation | (\n\t\tres.expired = False and one res.ride.release_time and res.ride.passengers>2\n\t\timplies(\n\t\t\tres.final_discharged_cost=div[mul[res.current_cost, 9],10]\n\t\t)\n\t)\n}\n\n\/\/Non-empty battery discount of 20%\nfact nonEmptyBatteryDiscount{\n\tall res: Reservation | (\n\t\tres.expired = False and res.ride.release_battery_level>=50\n\t\timplies(\n\t\t\tres.final_discharged_cost=div[mul[res.current_cost, 4],5]\n\t\t)\n\t)\n}\n\n\/\/Car released charging discount of 30%\nfact chargingDiscount{\n\tall res: Reservation | (\n\tres.expired = False and (res.ride.release_area in Special_Safe_Area) and res.ride.release_plugged = True\n\t\timplies(\n\t\t\tres.final_discharged_cost=div[mul[res.current_cost, 7],10]\n\t\t)\n\t)\n}\n\n\/\/Car released far and with low battery extra-charging of 30%\nfact lowBatteryExtraFee{\n\tall res: Reservation | (\n\t\tres.expired = False and res.ride.release_battery_level<20 and isFarFromSpecialSafeArea[res.ride.release_area]\n\t\timplies(\n\t\t\tres.final_discharged_cost=div[mul[res.current_cost, 13],10]\n\t\t)\n\t)\n}\n\/\/ ------------- Assertions ---------------\n\n\/\/ car available => car locked\n\nassert availableEntailsLocked {\n\tall c: Car | c.available = True implies c.unlocked = False\n}\n\n\/\/ car unlocked => car not available\n\nassert unlockedEntailsNotAvailable {\n\tall c: Car | c.unlocked = True implies c.available = False\n}\n\n\/\/ reservation expired => no ride\n\nassert expiredEntailsNoRide {\n\tall r: Reservation | r.expired = True implies no r.ride\n}\n\n\/\/ reservation active => car not available\n\nassert activeEntailsNotAvailable {\n\tall r: Reservation | isActive[r] implies r.car.available = False\n}\n\n\/\/ FALSE\n\nassert falseByPurpose {\n\tall r: Reservation | r.start_time = r.ride.release_time\n\tor\n\tall ride: Ride | all ct: CurrentTime| ride.release_time=ct\n}\n\n\/\/ ------------ Show world! --------------\n\npred show {\n\t#User = 1\n\t#Reservation = 1\n\tsome r: Reservation | (r.ride.release_battery_level>=50) \n\tsome c: Car | c.available = True\n\/\/\tsome c: Car | c.unlocked = False\n\n}\n\nrun show for 8 Int\n\/\/check availableEntailsLocked for 7 Int\n\/\/check unlockedEntailsNotAvailable for 7 Int\n\/\/check expiredEntailsNoRide for 7 Int\n\/\/check activeEntailsNotAvailable for 7 Int\n\/\/check falseByPurpose for 8 Int\n","old_contents":"open util\/boolean\n\n\/\/ Car, User\n\nsig Car {\n\tid: Int,\n\tavailable: Bool,\n\tlocation: Location,\n\tunlocked: Bool,\n\tbattery_level: Int\n} {\n\tid>0\n\tbattery_level >= 0\n\tbattery_level <= 10\n}\n\nsig User {\n\tcredential: Credential,\n\tpayment_info: Payment_Info,\n\tlocation: Location\n}\nsig Credential {}\n\nsig Payment_Info {}\n\n\/\/ Reservation, Ride\n\nsig Reservation {\n\tuser: User,\n\tcar: Car,\n\tstart_area: Safe_Area,\n\tstart_time: Time,\n\tcurrent_cost: Int,\n\tfinal_discharged_cost: lone Int,\n\texpired: Bool,\n\tride: lone Ride\n} {\n\tcurrent_cost >= 0\n\tfinal_discharged_cost >= 0\n}\n\nsig Ride {\n\treservation: Reservation,\n\tpassengers: Int, \n\tpickup_time: Time,\n\trelease_time: lone Time,\n\trelease_battery_level: lone Int,\n\trelease_area: lone Safe_Area,\n\trelease_plugged: lone Bool\n} {\n\tpassengers >= 1\n\tpassengers <= 4\n\trelease_battery_level >= 0\n\trelease_battery_level <= 10\n\tnot areEqual[pickup_time, release_time]\n}\n\n\/\/ Time and CurrentTime\n\nsig Time {\n\thour: Int,\n\tminute: Int\n} {\n\thour >= 0\n\thour =< 23\n\tminute >= 0\n\tminute =< 59\n}\n\nsig CurrentTime extends Time {}\n\n\/\/ Location, Areas\n\nsig Location {\n\tlatitude: Int, \n\tlongitude: Int \n}\nsig Area { \n\tcenter: Location,\n\/\/\tradius: Int\n} {\n\/\/\tradius > 0 \n}\nsig Safe_Area extends Area {}\nsig Special_Safe_Area extends Safe_Area {}\n\n\/* ----------- Functions ------------ *\/\nfun minutesDiff[t, t': Time]:Int {\n\tt.minute>t'.minute\n\timplies\n\t\tsub[t.minute, t'.minute]\n\telse\n\t\tsub[t'.minute, t.minute]\n}\n\nfun hoursDiff[t, t': Time]: Int {\n\tt.hour>=t'.hour\n\timplies(\n\t\tsub[t.hour, t'.hour]\n\t) else (\n\t\tsub[t'.hour, t.hour]\n\t)\n}\n\n\/\/Return the cost for a ride from time t to time t'\nfun cost[t, t': Time]: Int {\n\t\tt.hour = t'.hour\n\t\timplies (\n\t\t\tminutesDiff[t, t']\n\t\t)\n\t\telse (\n\t\t\tt.hour>t'.hour\n\t\t\timplies(\n\t\t\t\tadd[add[sub[60, t'.minute], mul[sub[hoursDiff[t,t'], 1], 60]], t.minute] \/\/(60-t'.minute) + (t'.hour-t.hour-1)*60 + t.minute\n\t\t\t)\n\t\t\telse(\n\t\t\t\tadd[add[sub[60, t.minute], mul[sub[hoursDiff[t,t'], 1], 60]], t'.minute] \/\/(60-t.minute) + (t.hour-t'.hour-1)*60 + t'.minute\t\t\t\n\t\t\t)\n\t\t)\n}\n\/\/ ----------- Predicates -----------\n\n\/\/ Returns true if t == t'\npred areEqual[t, t': Time] {\n\tt.hour = t'.hour and t.minute = t'.minute\n}\n\n\/\/ Returns true if t - t' <= 1h\npred isLessThanOneHourAhead[t, t': Time] {\n\tareEqual[t, t']\n\tor\n\t\t(t.hour = t'.hour and t.minute > t'.minute)\n\tor\n\t\t(t.hour = add[t'.hour,1] and add[sub[60, t'.minute], t.minute] < 60)\n}\n\n\/\/ Returns true if t >= t'\npred comesAfterOrEqual[t, t': Time] {\n\t\tt.hour = t'.hour\n\t\timplies t.minute >= t'.minute\n\t\telse t.hour >= t'.hour\n}\n\n\/\/ Returns true if the max distance between latitudes and longitudes is 5\npred isNear[l, l': Location] {\n\t(l.latitude >= l'.latitude implies \n\t\tsub[l.latitude, l'.latitude] <= 4\n\telse\n\t\tsub[l'.latitude, l.latitude] <= 4)\n\tand\n\t(l.longitude >= l'.longitude implies \n\t\tsub[l.longitude, l'.longitude] <= 4\n\telse\n\t\tsub[l'.longitude, l.longitude] <= 4)\n}\n\npred isFarFromSpecialSafeArea[area: Safe_Area] {\n\t\t\tall ssa: Special_Safe_Area |(\n\t\t\t(int ssa.location.latitude >= int area.location.latitude\n\t\t\timplies \n\t\t\t\tsub[ssa.location.latitude, area.location.latitude] > 15\n\t\t\telse\n\t\t\t\tsub[area.location.latitude, ssa.location.latitude] > 15\n\t\t\t)\n\t\t\tand\n\t\t\t(int ssa.location.longitude >= int area.location.longitude implies \n\t\t\t\tsub[ssa.location.longitude, area.location.longitude] > 15\n\t\t\telse\n\t\t\t\tsub[area.location.longitude, ssa.location.longitude] > 15)\n\t)\n}\n\/\/ Reservation r is open <=> r is not expired and \"it has not a ride yet or its ride has no release_time\"\npred isActive[r: Reservation] {\n\tr.expired = False and (\n\t\tno r.ride\n\t\tor\n\t\tno r.ride.release_time\n\t)\n}\n\n\/\/ ----------- Facts -------------\n\n\/\/ There's only a current time\nfact currentTimeForeverAlone {\n\t#CurrentTime = 1\n}\n\n\/\/There are no different Time with the same time\n\/*fact alwaysDifferent {\n\tall t, t': Time | t!=t' implies (not areEqual[t, t'])\n}*\/\n\n\/\/ CurrentTime is after all the times in the model\nfact currentTimeIsAlwaysAhead {\n\tall t: Time |\n\t\tall ct: CurrentTime |\n\t\t\tcomesAfterOrEqual[ct, t]\n}\n\n\/\/ Each credential\/password\/payment info is used for a user\nfact eachCredentialCorrespondToAUser {\n\tUser.credential=Credential\n}\n\nfact eachPaymentInfoCorrespondToAUser {\n\tUser.payment_info=Payment_Info\n}\n\n\/\/ Different users <=> different credentials\nfact noUsersWithSameCredentials {\n\tall u1, u2: User |\n\t\tu1 != u2\n\t\tiff\n\t\tu1.credential != u2.credential\n}\n\n\/\/ Different cars <=> different IDs\nfact noCarsWithSameIDs {\n\tall c1, c2: Car |\n\t\tc1 != c2\n\t\tiff\n\t\tc1.id != c2.id\n}\n\n\/\/ If a ride has a reservation, then that reservation has that ride.\nfact ridesAndReservationRelation {\n\tall rid: Ride | (\n\t\trid = rid.reservation.ride\n\t) and\n\tall res: Reservation | (\n\t\tone res.ride \n\t\timplies\n\t\t\tres=res.ride.reservation\n\t)\n}\n\n\/\/ There can't be two reservations made by the same user both open\n\/\/ COMMENT: Actually it's possible that a user makes a wrong reservation and he lets it expires, while he makes another one\n\/*\nfact noConsecutiveReservations {\n\tall r, r': Reservation | (\n\t\tr.user = r'.user\n\t\timplies not (\n\t\t\tisOpen[r] and isOpen[r']\n\t\t)\n\t)\n}*\/\n\n\/\/ There can't be two reservations r1 and r2 for the same car overlapping.\n\nfact carsCanBeReservedByOneUserAtOnce { \n\tall c: Car | (\n\t\tall r, r': Reservation | (\n\t\t\t(r.car = c and r'.car = c and r != r' and comesAfterOrEqual[r'.start_time, r.start_time])\n\t\t\timplies (\n\t\t\t\t\t(some r.ride and some r.ride.release_time and comesAfterOrEqual[r'.start_time, r.ride.release_time])\n\t\t\t\t\tor\n\t\t\t\t\t(r.expired = True and not isLessThanOneHourAhead[r'.start_time, r.start_time])\n\t\t\t)\n\t\t)\n\t)\n}\n\n\/\/ A car is available if it has no reservations open and has enough battery\nfact carAvailableCondition {\n\tall c: Car |\n\t\tc.available = True\n\t\tiff\n\t\t(no res: Reservation |\n\t\t\tres.car = c and isActive[res]\n\t\t\tand c.battery_level>80\n\t\t)\n}\n\n\/\/ A reservation is expired if there's is not a ride whose pickup_time is less than one hour after the \n\/\/ reservation start_time.\nfact reservationExpiredCondition {\n\tall res: Reservation |\n\t\tres.expired = True\n\t\tiff\n\t\t(all currentTime: CurrentTime |\n\t\t\tnot isLessThanOneHourAhead[currentTime, res.start_time]\n\t\t)\n\t\tand\n\t\tno res.ride\n}\n\n\/\/ The pickup time of a ride should be in one hour from its reservation start_time\nfact pickupTimeConstraint {\n\tall rid: Ride | (\n\t\tisLessThanOneHourAhead[rid.pickup_time, rid.reservation.start_time]\n\t)\n}\n\n\/\/ release_time is always after pickup_time\nfact releaseTimeIsAfterPickupTime {\n\tall rid: Ride | (\n\t\tno rid.release_time\n\t\tor\n\t\tcomesAfterOrEqual[rid.release_time, rid.pickup_time]\n\t)\n}\n\n\/\/ A car is unlocked if there's a reservation not expired between a user and that car,\n\/\/ such user is near it and\n\/\/ he hasn't finished the ride (the ride associated with that reservation \n\/\/ doesn't have a release_time).\nfact carUnlockedConstraint {\n\tall c: Car | (\n\t\tc.unlocked = True\n\t\tiff\n\t\tsome r: Reservation | (\n\t\t\tr.car = c and isActive[r] and isNear[c.location, r.user.location]\n\t\t)\n\t)\n}\n\n\/\/If there is a release time, there are also a release release_battery and a release_area\nfact releaseInfoConstraint{\n\tall rid: Ride| (\n\t\tone rid.release_time\n\t\tiff\n\t\t(one rid.release_battery_level and one rid.release_area and one rid.release_plugged)\n\t)\n}\n\nfact feeConstraint {\n\tall r: Reservation | (\n\t\tr.expired = True\n\t\timplies\n\t\tr.current_cost = 10 and r.final_discharged_cost = 10\n\t)\n}\n\n\/\/The actual cost of a reservation is proportional to minutes spent in the car\nfact costOfAReservationConstraint {\n\tall res: Reservation | (\n\t\tres.expired = False\n\t\timplies (\n\t\t\tno res.ride\n\t\t\timplies\n\t\t\t\tres.current_cost=0\n\t\t\telse(\n\t\t\t\tno res.ride.release_time\n\t\t\t\timplies(\n\t\t\t\t\tall ct : CurrentTime |\n\t\t\t\t\t\tres.current_cost=cost[ct, res.ride.pickup_time]\n\t\t\t\t)\n\t\t\t\telse\n\t\t\t\t\tres.current_cost=cost[res.ride.release_time, res.ride.pickup_time]\n\t\t\t)\n\t\t)\n\t)\n}\n\n\/\/Passengers discount of 10%\nfact passengersDiscount{\n\tall res: Reservation | (\n\t\tres.expired = False and one res.ride.release_time and res.ride.passengers>2\n\t\timplies(\n\t\t\tres.final_discharged_cost=div[mul[res.current_cost, 9],10]\n\t\t)\n\t)\n}\n\n\/\/Non-empty battery discount of 20%\nfact passengersDiscount{\n\tall res: Reservation | (\n\t\tres.expired = False and res.ride.release_battery_level>=50\n\t\timplies(\n\t\t\tres.final_discharged_cost=div[mul[res.current_cost, 4],5]\n\t\t)\n\t)\n}\n\n\/\/Car released charging discount of 30%\nfact passengersDiscount{\n\tall res: Reservation | (\n\t\tres.expired = False and (res.ride.release_area in Special_Safe_Area) and release_plugged = True\n\t\timplies(\n\t\t\tres.final_discharged_cost=div[mul[res.current_cost, 7],10]\n\t\t)\n\t)\n}\n\n\/\/Car released far and with low battery extra-charging of 30%\nfact passengersDiscount{\n\tall res: Reservation | (\n\t\tres.expired = False and res.ride.release_battery_level<20 and isFarFromSpecialSafeArea[res.ride.release_area]\n\t\timplies(\n\t\t\tres.final_discharged_cost=div[mul[res.current_cost, 13],10]\n\t\t)\n\t)\n}\n\/\/ ------------- Assertions ---------------\n\n\/\/ car available => car locked\n\nassert availableEntailsLocked {\n\tall c: Car | c.available = True implies c.unlocked = False\n}\n\n\/\/ car unlocked => car not available\n\nassert unlockedEntailsNotAvailable {\n\tall c: Car | c.unlocked = True implies c.available = False\n}\n\n\/\/ reservation expired => no ride\n\nassert expiredEntailsNoRide {\n\tall r: Reservation | r.expired = True implies no r.ride\n}\n\n\/\/ reservation active => car not available\n\nassert activeEntailsNotAvailable {\n\tall r: Reservation | isActive[r] implies r.car.available = False\n}\n\n\/\/ FALSE\n\nassert falseByPurpose {\n\tall r: Reservation | r.start_time = r.ride.release_time\n}\n\n\/\/ ------------ Show world! --------------\n\npred show {\n\t#User = 1\n\t#Reservation = 1\n\tall r: Reservation | ((one r.ride.release_time) and r.ride.passengers>=3) \n\/\/\tsome c: Car | c.unlocked = True\n\/\/\tsome c: Car | c.unlocked = False\n\n}\n\nrun show for 8 Int\n\/\/check availableEntailsLocked for 7 Int\n\/\/check unlockedEntailsNotAvailable for 7 Int\n\/\/check expiredEntailsNoRide for 7 Int\n\/\/check activeEntailsNotAvailable for 7 Int\n\/\/check falseByPurpose for 7 Int\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"ce4ccd456e0ce05897616b1fd68442a41e769293","subject":"Added scenario to test for multiple ballots under STV","message":"Added scenario to test for multiple ballots under STV\n","repos":"GaloisInc\/Votail,GaloisInc\/Votail,GaloisInc\/Votail","old_file":"models\/Voting.als","new_file":"models\/Voting.als","new_contents":"-- (c) 2010, Dermot Cochran, IT University of Copenhagen\n-- http:\/\/www.kindsoftware.com\/about\/people\/dc\n-- http:\/\/www.itu.dk\/people\/dero\n\nmodule Voting\n\nopen util\/integer\n\n-- A individual person standing for election\nsig Candidate {\n identifier: Int, -- Unique identifier for this candidate\n votes: \t\t\t set Ballot, \t-- First preference ballots assigned to this candidate\n\ttransfers: \t set Ballot, -- Ballots received by transfer from another candidate\n\tsurplus: \t\t set Ballot, \t-- Ballots given to another candidate (on election or elimination)\n\toutcome: \t\t Event\t\n} {\n\tno b: Ballot | b in votes & transfers\n\tall b: Ballot | b in votes + transfers => this in b.assignees\n\tsurplus in votes + transfers\n\tElection.method = Plurality implies #surplus = 0 and #transfers = 0\n 0 < identifier\n}\n\n-- A digital or paper artifact which accurately records the intentions of the voter\nsig Ballot {\n identifier:\t\tInt,\t\t\t\t -- Unique identifier for this ballot\n assignees: \t\tset Candidate, -- Candidates to which this ballot has been assigned\n preferences: \tseq Candidate\n} {\n\tassignees in preferences.elems\n not preferences.hasDups\n\tpreferences.elems in Election.candidates\n\tpreferences.first in assignees\n\tElection.method = Plurality implies #preferences = 1\n 0 < #preferences\n 0 < identifier\n some v: Vote | v.ballot = identifier and v.candidate = preferences.first.identifier and v.ranking = 1\n some v: Vote | v.ballot = identifier and v.candidate = preferences.last.identifier and v.ranking = #preferences\n all v: Vote | v.ballot = identifier implies v.candidate = preferences.subseq[v.ranking-1,v.ranking].first.identifier\n}\n\n-- Table of fragments of Votes used for encoding of results\nsig Vote {\n\tballot:\t\t\tInt,\t\t-- Ballot identifier\n candidate: \tInt,\t\t-- Candidate identifier\n ranking: \t\tInt\t\t-- Ranking of candidate on ballot paper (e.g. 1,2,3,...)\n} {\n\t0 < ranking and ranking <= #Election.candidates\n some b: Ballot | b.identifier = ballot and ranking <= #b.preferences\n some c: Candidate | c.identifier = candidate\n}\n\n-- An election result\none sig Scenario {\n \tlosers: \t\t\t\tset Candidate,\n \twinners: \t\t\tset Candidate,\n\teliminated: \t\tset Candidate, \t\t-- Candidates excluded under STV rules\n\tthreshold: \t\tInt, \t\t\t\t\t\t-- Minimum number of votes for a Loser or EarlyLoser\n\tquota: \t\t\t\tInt\t\t\t\t\t\t-- Minimum number of votes for a STV Winner or QuotaWinner\n}\n{\n \twinners + losers = Election.candidates\n \t#winners = Election.seats\n \tno c: Candidate | c in losers & winners\n \t0 < #losers\n \tall w: Candidate | all l: Candidate | l in losers and w in winners implies \n\t\t#l.votes + #l.transfers <= #w.votes + #w.transfers\n\t0 <= threshold\n\tthreshold < quota\n\tElection.method = Plurality implies #eliminated = 0\n\teliminated in losers\n\tall c: Candidate | c in losers implies Election.method = Plurality or #c.votes + #c.transfers < quota\n}\n\n\/* \n\tThere are four winner-outcomes and six loser-outcomes:\n\n\tWinner: \t\t\t\t\t\t(W1) elected in the first round of counting either by quota or plurality,\n\tQuotaWinner: \t\t\t\t(W2) elected with transfers from another candidate (STV only),\n\tCompromiseWinner: \t(W3) elected on the last round of counting without quota (STV only),\n\tTiedWinner:\t\t\t\t\t(W4) elected by tie breaker,\n\tTiedLoser:\t\t\t\t\t(L1) loses only by tie breaker but reaches the threshold,\n\tLoser:\t\t\t \t\t\t\t(L2) defeated on last round but reaches the minimum threshold of votes,\n TiedEarlyLoser:\t\t\t(L3) reaches threshold but eliminated by tie breaker (STV only),\n\tEarlyLoser:\t\t\t\t\t(L4) reaches threshold but is eliminated before last round (STV only),\n\tTiedSoreLoser:\t\t\t\t(L5) loses only by tie breaker but does not reach threshold,\n\tSoreLoser: \t\t\t\t\t(L6) does not even reach the mimimum threshold of votes\n*\/\nenum Event {Winner, QuotaWinner, CompromiseWinner, TiedWinner, \n\tTiedLoser, Loser, TiedEarlyLoser, EarlyLoser, TiedSoreLoser, SoreLoser}\n\nenum Method {Plurality, STV}\n\n-- An Election Constituency\none sig Election {\n candidates: \tset Candidate,\n seats: \t\t\t\tInt,\n method: \tMethod\n}\n{\n \t0 < seats\n \tseats < #candidates\n \tall c: Candidate | c in candidates\n}\n\n-- Independent (or Fundamental) Axioms\nfact uniqueCandidateID {\n no disj a,b: Candidate | a.identifier = b.identifier\n}\n\nfact uniqueBallotID {\n no disj a,b: Ballot | a.identifier = b.identifier\n}\n\nfact nonDuplicationOfVotes {\n no disj a,b: Vote | a.ballot = b.ballot and a.candidate = b.candidate\n}\n\nfact integrity {\n all c: Candidate | all b: Ballot | b in c.votes implies c in b.assignees\n}\n\nfact pluralityEvents {\n\tall c: Candidate | Election.method = Plurality implies\n\t\t(c.outcome = Loser or c.outcome = SoreLoser or c.outcome = Winner or \n\t\tc.outcome = TiedWinner or c.outcome = TiedLoser)\n}\n\nfact winnerSTV {\n\tall c: Candidate | Election.method = STV implies (\n\t\tc.outcome = Winner iff Scenario.quota <= #c.votes)\n}\n\nfact transferWinner {\n\tall c: Candidate | c.outcome = QuotaWinner iff \n\t\t#c.votes < Scenario.quota and Scenario.quota <= #c.votes + #c.transfers \n}\n\nfact closeWinner {\n\tall c: Candidate | c.outcome = CompromiseWinner or c.outcome = TiedWinner iff \n\t\tc in Scenario.winners and #c.votes + #c.transfers < Scenario.quota\n}\n\nfact soreLoser {\n\tall c: Candidate | (c.outcome = SoreLoser or c.outcome = TiedSoreLoser) iff \n\t\t#c.votes + #c.transfers < Scenario.threshold\n}\n\nfact loser {\n\tall c: Candidate | (c.outcome = Loser or c.outcome = TiedLoser or c.outcome = TiedSoreLoser) iff \n\t\tc in Scenario.losers - Scenario.eliminated\n}\n\nfact earlyLoser {\n\tall c: Candidate | c.outcome = EarlyLoser or c.outcome = TiedEarlyLoser iff \n\t\t(c in Scenario.losers & Scenario.eliminated and Scenario.threshold <= #c.votes + #c.transfers)\n}\n\nfact winners {\n\tall c: Candidate | c in Scenario.winners iff \n\t\tc.outcome = Winner or c.outcome = QuotaWinner or c.outcome = CompromiseWinner or \n\t\tc.outcome = TiedWinner\n}\n\nfact losers {\n\tall c: Candidate | c in Scenario.losers iff\n\t\t(c.outcome = Loser or c.outcome = EarlyLoser or c.outcome = SoreLoser or \n\t\tc.outcome = TiedLoser or c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser)\n}\n\n-- Non-Independent Axioms for Ballot Integrity\nfact transfers {\n\tall c: Candidate | 0 < #c.transfers implies Election.method = STV\n}\n\nfact onlyWinnersAndQuotaWinnersHaveSurplus {\n\tall c: Candidate | 0 < #c.surplus implies \n\t\tc.outcome = Winner or c.outcome = QuotaWinner\n}\n\nfact winnersNeedNoTransfers {\n\t\tall c: Candidate | c.outcome = Winner implies 0 = #c.transfers\n}\n\nfact firstPreference {\n\tall b: Ballot | all c: Candidate | b.preferences.first = c iff b in c.votes\n}\n\nfact sizeOfSurplus {\n\tall c: Candidate | (c in Scenario.winners and Election.method = STV and 0 < #c.surplus) implies \n\t\t#c.surplus = #c.votes + #c.transfers - Scenario.quota\n}\n\nfact transferToNextPreference {\n\tall b: Ballot | all disj donor,receiver: Candidate |\n\t\t(donor + receiver in b.assignees and\n\t\tb in receiver.transfers and b in donor.surplus implies \n\t\tb.preferences.idxOf[donor] < b.preferences.idxOf[receiver] and\n\t\treceiver in b.preferences.rest.elems)\n}\n\nfact pluralityWinner {\n\tall disj a, b: Candidate | (Election.method = Plurality and Election.seats = 1) and\n\t\ta.outcome = Winner implies #b.votes <= #a.votes\n}\n\nfact transferToNextContinuingCandidate {\n\tall disj skipped, receiving: Candidate | all b: Ballot |\n\t\tb.preferences.idxOf[skipped] < b.preferences.idxOf[receiving] and\n\t\treceiving in b.assignees and (not skipped in b.assignees) implies\n\t\t(skipped in Scenario.eliminated or skipped.outcome = Winner or \n\t\tskipped.outcome = QuotaWinner)\n}\n\n\/\/ All ballots transfers are associated with the last candidate to receive the transfer\nfact ownership {\n\tall disj c,d: Candidate | all b: Ballot | b in c.transfers implies c in b.assignees and \n\t\t(d not in b.assignees or b.preferences.idxOf[d] < b.preferences.idxOf[c])\n}\n\n\/\/ Lowest candidate is eliminated first\nfact lowestElimination {\n\tall disj c,d: Candidate | c in Scenario.eliminated and d not in Scenario.eliminated implies\n\t\t#c.votes + #c.transfers <= #d.votes + #d.transfers\n}\n\n\/\/ All ties involve equality between at least one winner and at least one loser on either original votes or\n\/\/ on transfers plus original votes\nfact equalityOfTiedWinner {\n all w: Candidate | some l: Candidate | w.outcome = TiedWinner and \n\t \t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies\n\t\t(#l.votes = #w.votes) or (#l.votes + #l.transfers = #w.votes + #w.transfers)\n}\n\nfact equalityOfTiedLosers {\n all s: Candidate | some w: Candidate | w.outcome = TiedWinner and \n (s.outcome = SoreLoser or s.outcome = TiedLoser or s.outcome = TiedEarlyLoser) implies\n (#s.votes = #w.votes) or (#s.votes + #s.transfers = #w.votes + #w.transfers)\n}\n\n\/\/ Ranking of votes on ballots\nfact firstPreference {\n\tall v: Vote | some b: Ballot | v.ballot = b.identifier and\n\t\tv.ranking = 1 implies b.preferences.first.identifier = v.candidate\n}\n\nfact rankingOfVotes {\n \tall v: Vote | some b: Ballot | some c: Candidate | Election.method = STV and\n\t\tv.ballot = b.identifier and v.candidate = c.identifier implies\n\t c in b.preferences.elems and v.ranking = b.preferences.idxOf[c] + 1\n}\n\n-- Scenario Validity Axioms\n\/\/ When there is a tied sore loser then there are no non-sore losers\nfact typeOfTiedLoser {\n no disj a,b: Candidate | a.outcome = TiedSoreLoser and \n (b.outcome = TiedLoser or b.outcome = TiedEarlyLoser or \n b.outcome=Loser or b.outcome=EarlyLoser)\n}\n\nfact tieBreaker {\n\tall w: Candidate | some l: Candidate | w.outcome = TiedWinner implies \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser)\n}\n\nfact validTieBreaker {\n\tall l: Candidate | some w: Candidate | \n (l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies \n w.outcome = TiedWinner\n}\n\n-- Axioms for the recording of vote fragments\nfact allVotesRecorded {\n all b: Ballot | some v: Vote | v.ballot = b.identifier and v.ranking = #b.preferences\n}\n\n\/\/ All vote fragments are recorded for each ballot\nfact lowerRankings {\n all v: Vote | some w: Vote | 1 < v.ranking implies w.ranking + 1 = v.ranking and\n\tv.ballot = w.ballot and not v.candidate = w.candidate\n}\n\n\/\/ Well formed ranking of candidates in ballots\nfact wellFormedRanking {\n\tno disj v,w: Vote | v.ballot = w.ballot and Election.method = STV \n\t\timplies v.candidate = w.candidate or v.ranking = w.ranking\n}\n\n\/\/ Compromise winner must have more votes than any tied winners\nfact compromiseNotTied {\n\tall disj c,t: Candidate | (c.outcome = CompromiseWinner and t.outcome = TiedWinner) implies\n\t\t#t.votes + #t.transfers < #c.votes + #t.transfers\n}\n\n\/\/ Equal losers are tied\nfact equalityofTiedWinnersAndLosers {\n\tall disj w,l: Candidate | w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers implies\n\t\t\tw.outcome = TiedWinner and \n\t\t\t(l.outcome = TiedLoser or l.outcome = TiedEarlyLoser or l.outcome = TiedSoreLoser)\n}\n\n\/\/ Highest winner has a quota\nfact highestWinner {\n some c: Candidate | Election.method = STV implies \n\t\tScenario.quota <= #c.votes + #c.transfers\n}\n\n-- Basic Lemmas\nassert honestCount {\n\t all c: Candidate | all b: Ballot | b in c.votes + c.transfers implies c in b.assignees\n}\ncheck honestCount for 15 but 6 int\n\nassert atLeastOneLoser {\n\t0 < #Scenario.losers\n}\ncheck atLeastOneLoser for 15 but 6 int\n\nassert atLeastOneWinner {\n\t0 < #Scenario.winners\n}\ncheck atLeastOneWinner for 14 but 6 int\n\nassert wellFormednessOfBallots {\n\tall b: Ballot | b.assignees in Election.candidates\n}\ncheck wellFormednessOfBallots for 18 but 6 int\n\nassert plurality {\n\tall c: Candidate | all b: Ballot | b in c.votes and \n\t\tElection.method = Plurality implies c in b.preferences.first\n}\ncheck plurality for 18 but 6 int\n\nassert wellFormedTieBreaker {\n\tsome w,l : Candidate | (w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers) implies \n\t\tw.outcome = TiedWinner and \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome=TiedEarlyLoser)\n}\ncheck wellFormedTieBreaker for 18 but 6 int\n\nassert validSurplus {\n\tall c: Candidate | 0 < #c.surplus implies (c.outcome = Winner or c.outcome = QuotaWinner or \n\t\tc in Scenario.eliminated)\n}\ncheck validSurplus for 16 but 6 int\n\nassert wellFormedVote {\n\tall v: Vote | 0 < v.ballot and 0 < v.candidate\n}\ncheck wellFormedVote for 4 but 6 int\n\n-- Advanced Lemmas\n\/\/ No lost votes during counting\nassert accounting {\n\tall b: Ballot | one c: Candidate | b in c.votes and c in b.assignees\n}\ncheck accounting for 16 but 6 int\n\n\/\/ Cannot have tie breaker with both tied sore loser and non-sore loser\nassert tiedWinnerLoserTiedSoreLoser {\n\tno disj c,w,l: Candidate | c.outcome = TiedSoreLoser and\n\t w.outcome = TiedWinner and (l.outcome = Loser or l.outcome = TiedLoser)\n}\ncheck tiedWinnerLoserTiedSoreLoser for 6 int\n\n\/\/ Compromise winner must have at least one vote\nassert validCompromise {\n\tall c: Candidate | c.outcome = CompromiseWinner implies 0 < #c.votes + #c.transfers\n}\ncheck validCompromise for 6 int\n\n-- Sample scenarios\npred TwoCandidatePlurality { \n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 2\n}\nrun TwoCandidatePlurality for 10 but 1 Ballot, 6 int\n\npred PluralityTiedWinner {\n\tElection.method = Plurality\n\tElection.seats = 1\n\tsome disj a,b: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser\n}\nrun PluralityTiedWinner for 10 but 2 Ballot, 6 int\n\npred ThreeCandidatePlurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 3\n}\nrun ThreeCandidatePlurality for 6 int\n\npred Plurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun Plurality for 5 but 6 int\n\npred TenCandidatePluralityWithTwoSeats {\n\tElection.method = Plurality\n\tElection.seats = 2\n\t#Election.candidates = 10\n}\nrun TenCandidatePluralityWithTwoSeats for 10 but 6 int\n\npred InstantRunoffVoting {\n\tElection.method = STV\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun InstantRunoffVoting for 10 but 6 int\n\npred STV3 {\n\tElection.method = STV\n\tElection.seats = 3\n}\nrun STV3 for 5 but 6 int\n\npred ThreeWinnersOneLoser {\n Election.method = STV\n\tsome disj a,b,d: Candidate | a.outcome = Winner\n \t and b.outcome = QuotaWinner or b.outcome = CompromiseWinner\n\t and d in Scenario.losers\n}\nrun ThreeWinnersOneLoser for 6 but 6 int\n\npred LoserAndEarlyLoser {\n\tone d: Candidate | d.outcome = Loser\n\tone e: Candidate | e.outcome = EarlyLoser\n}\nrun LoserAndEarlyLoser for 5 but 6 int\n\npred OneWinnerNineLosers {\n\t#Scenario.winners = 1\n\t#Scenario.losers = 9\n}\nrun OneWinnerNineLosers for 16 but 6 int\n\npred ThreeWayTie {\n\t#Election.candidates = 3\n Election.method = Plurality\n\tsome disj a,b,c: Candidate | a.outcome = TiedWinner and \n\t\tb.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser\n}\nrun ThreeWayTie for 5 but 6 int\n\npred FiveWayTie {\n\tsome disj a,b,c,d,e: Candidate | a.outcome = TiedWinner and\n\t b.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser and d.outcome = TiedLoser and e.outcome = TiedWinner\n}\nrun FiveWayTie for 7 but 6 int\n\npred ScenarioLWW {\n\tsome disj a,b,c: Candidate | a in Scenario.losers and b.outcome = Winner and \n\t\tc in Scenario.winners\n #Election.candidates = 3\n}\nrun ScenarioLWW for 6 but 7 int\n\npred LongBallot {\n\tsome b: Ballot | #b.preferences = 7\n}\nrun LongBallot for 7 but 6 int\n\npred MultipleBallotsUnderSTV {\n\tElection.method = STV\n\tsome a,b: Ballot | 0 < #a.preferences and 0 < #b.preferences\n}\nrun MultipleBallotsUnderSTV for 10 but 6 int\n","old_contents":"-- (c) 2010, Dermot Cochran, IT University of Copenhagen\n-- http:\/\/www.kindsoftware.com\/about\/people\/dc\n-- http:\/\/www.itu.dk\/people\/dero\n\nmodule Voting\n\nopen util\/integer\n\n-- A individual person standing for election\nsig Candidate {\n identifier: Int, -- Unique identifier for this candidate\n votes: \t\t\t set Ballot, \t-- First preference ballots assigned to this candidate\n\ttransfers: \t set Ballot, -- Ballots received by transfer from another candidate\n\tsurplus: \t\t set Ballot, \t-- Ballots given to another candidate (on election or elimination)\n\toutcome: \t\t Event\t\n} {\n\tno b: Ballot | b in votes & transfers\n\tall b: Ballot | b in votes + transfers => this in b.assignees\n\tsurplus in votes + transfers\n\tElection.method = Plurality implies #surplus = 0 and #transfers = 0\n 0 < identifier\n}\n\n-- A digital or paper artifact which accurately records the intentions of the voter\nsig Ballot {\n identifier:\t\tInt,\t\t\t\t -- Unique identifier for this ballot\n assignees: \t\tset Candidate, -- Candidates to which this ballot has been assigned\n preferences: \tseq Candidate\n} {\n\tassignees in preferences.elems\n not preferences.hasDups\n\tpreferences.elems in Election.candidates\n\tpreferences.first in assignees\n\tElection.method = Plurality implies #preferences = 1\n 0 < #preferences\n 0 < identifier\n some v: Vote | v.ballot = identifier and v.candidate = preferences.first.identifier and v.ranking = 1\n some v: Vote | v.ballot = identifier and v.candidate = preferences.last.identifier and v.ranking = #preferences\n all v: Vote | v.ballot = identifier implies v.candidate = preferences.subseq[v.ranking-1,v.ranking].first.identifier\n}\n\n-- Table of fragments of Votes used for encoding of results\nsig Vote {\n\tballot:\t\t\tInt,\t\t-- Ballot identifier\n candidate: \tInt,\t\t-- Candidate identifier\n ranking: \t\tInt\t\t-- Ranking of candidate on ballot paper (e.g. 1,2,3,...)\n} {\n\t0 < ranking and ranking <= #Election.candidates\n some b: Ballot | b.identifier = ballot and ranking <= #b.preferences\n some c: Candidate | c.identifier = candidate\n}\n\n-- An election result\none sig Scenario {\n \tlosers: \t\t\t\tset Candidate,\n \twinners: \t\t\tset Candidate,\n\teliminated: \t\tset Candidate, \t\t-- Candidates excluded under STV rules\n\tthreshold: \t\tInt, \t\t\t\t\t\t-- Minimum number of votes for a Loser or EarlyLoser\n\tquota: \t\t\t\tInt\t\t\t\t\t\t-- Minimum number of votes for a STV Winner or QuotaWinner\n}\n{\n \twinners + losers = Election.candidates\n \t#winners = Election.seats\n \tno c: Candidate | c in losers & winners\n \t0 < #losers\n \tall w: Candidate | all l: Candidate | l in losers and w in winners implies \n\t\t#l.votes + #l.transfers <= #w.votes + #w.transfers\n\t0 <= threshold\n\tthreshold < quota\n\tElection.method = Plurality implies #eliminated = 0\n\teliminated in losers\n\tall c: Candidate | c in losers implies Election.method = Plurality or #c.votes + #c.transfers < quota\n}\n\n\/* \n\tThere are four winner-outcomes and six loser-outcomes:\n\n\tWinner: \t\t\t\t\t\t(W1) elected in the first round of counting either by quota or plurality,\n\tQuotaWinner: \t\t\t\t(W2) elected with transfers from another candidate (STV only),\n\tCompromiseWinner: \t(W3) elected on the last round of counting without quota (STV only),\n\tTiedWinner:\t\t\t\t\t(W4) elected by tie breaker,\n\tTiedLoser:\t\t\t\t\t(L1) loses only by tie breaker but reaches the threshold,\n\tLoser:\t\t\t \t\t\t\t(L2) defeated on last round but reaches the minimum threshold of votes,\n TiedEarlyLoser:\t\t\t(L3) reaches threshold but eliminated by tie breaker (STV only),\n\tEarlyLoser:\t\t\t\t\t(L4) reaches threshold but is eliminated before last round (STV only),\n\tTiedSoreLoser:\t\t\t\t(L5) loses only by tie breaker but does not reach threshold,\n\tSoreLoser: \t\t\t\t\t(L6) does not even reach the mimimum threshold of votes\n*\/\nenum Event {Winner, QuotaWinner, CompromiseWinner, TiedWinner, \n\tTiedLoser, Loser, TiedEarlyLoser, EarlyLoser, TiedSoreLoser, SoreLoser}\n\nenum Method {Plurality, STV}\n\n-- An Election Constituency\none sig Election {\n candidates: \tset Candidate,\n seats: \t\t\t\tInt,\n method: \t\t\tMethod\n}\n{\n \t0 < seats\n \tseats < #candidates\n \tall c: Candidate | c in candidates\n}\n\n-- Independent (or Fundamental) Axioms\nfact uniqueCandidateID {\n no disj a,b: Candidate | a.identifier = b.identifier\n}\n\nfact uniqueBallotID {\n no disj a,b: Ballot | a.identifier = b.identifier\n}\n\nfact nonDuplicationOfVotes {\n no disj a,b: Vote | a.ballot = b.ballot and a.candidate = b.candidate\n}\n\nfact integrity {\n all c: Candidate | all b: Ballot | b in c.votes implies c in b.assignees\n}\n\nfact pluralityEvents {\n\tall c: Candidate | Election.method = Plurality implies\n\t\t(c.outcome = Loser or c.outcome = SoreLoser or c.outcome = Winner or \n\t\tc.outcome = TiedWinner or c.outcome = TiedLoser)\n}\n\nfact winnerSTV {\n\tall c: Candidate | Election.method = STV implies (\n\t\tc.outcome = Winner iff Scenario.quota <= #c.votes)\n}\n\nfact transferWinner {\n\tall c: Candidate | c.outcome = QuotaWinner iff \n\t\t#c.votes < Scenario.quota and Scenario.quota <= #c.votes + #c.transfers \n}\n\nfact closeWinner {\n\tall c: Candidate | c.outcome = CompromiseWinner or c.outcome = TiedWinner iff \n\t\tc in Scenario.winners and #c.votes + #c.transfers < Scenario.quota\n}\n\nfact soreLoser {\n\tall c: Candidate | (c.outcome = SoreLoser or c.outcome = TiedSoreLoser) iff \n\t\t#c.votes + #c.transfers < Scenario.threshold\n}\n\nfact loser {\n\tall c: Candidate | (c.outcome = Loser or c.outcome = TiedLoser or c.outcome = TiedSoreLoser) iff \n\t\tc in Scenario.losers - Scenario.eliminated\n}\n\nfact earlyLoser {\n\tall c: Candidate | c.outcome = EarlyLoser or c.outcome = TiedEarlyLoser iff \n\t\t(c in Scenario.losers & Scenario.eliminated and Scenario.threshold <= #c.votes + #c.transfers)\n}\n\nfact winners {\n\tall c: Candidate | c in Scenario.winners iff \n\t\tc.outcome = Winner or c.outcome = QuotaWinner or c.outcome = CompromiseWinner or \n\t\tc.outcome = TiedWinner\n}\n\nfact losers {\n\tall c: Candidate | c in Scenario.losers iff\n\t\t(c.outcome = Loser or c.outcome = EarlyLoser or c.outcome = SoreLoser or \n\t\tc.outcome = TiedLoser or c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser)\n}\n\n-- Non-Independent Axioms for Ballot Integrity\nfact transfers {\n\tall c: Candidate | 0 < #c.transfers implies Election.method = STV\n}\n\nfact onlyWinnersAndQuotaWinnersHaveSurplus {\n\tall c: Candidate | 0 < #c.surplus implies \n\t\tc.outcome = Winner or c.outcome = QuotaWinner\n}\n\nfact winnersNeedNoTransfers {\n\t\tall c: Candidate | c.outcome = Winner implies 0 = #c.transfers\n}\n\nfact firstPreference {\n\tall b: Ballot | all c: Candidate | b.preferences.first = c iff b in c.votes\n}\n\nfact sizeOfSurplus {\n\tall c: Candidate | (c in Scenario.winners and Election.method = STV and 0 < #c.surplus) implies \n\t\t#c.surplus = #c.votes + #c.transfers - Scenario.quota\n}\n\nfact transferToNextPreference {\n\tall b: Ballot | all disj donor,receiver: Candidate |\n\t\t(donor + receiver in b.assignees and\n\t\tb in receiver.transfers and b in donor.surplus implies \n\t\tb.preferences.idxOf[donor] < b.preferences.idxOf[receiver] and\n\t\treceiver in b.preferences.rest.elems)\n}\n\nfact pluralityWinner {\n\tall disj a, b: Candidate | (Election.method = Plurality and Election.seats = 1) and\n\t\ta.outcome = Winner implies #b.votes <= #a.votes\n}\n\nfact transferToNextContinuingCandidate {\n\tall disj skipped, receiving: Candidate | all b: Ballot |\n\t\tb.preferences.idxOf[skipped] < b.preferences.idxOf[receiving] and\n\t\treceiving in b.assignees and (not skipped in b.assignees) implies\n\t\t(skipped in Scenario.eliminated or skipped.outcome = Winner or \n\t\tskipped.outcome = QuotaWinner)\n}\n\n\/\/ All ballots transfers are associated with the last candidate to receive the transfer\nfact ownership {\n\tall disj c,d: Candidate | all b: Ballot | b in c.transfers implies c in b.assignees and \n\t\t(d not in b.assignees or b.preferences.idxOf[d] < b.preferences.idxOf[c])\n}\n\n\/\/ Lowest candidate is eliminated first\nfact lowestElimination {\n\tall disj c,d: Candidate | c in Scenario.eliminated and d not in Scenario.eliminated implies\n\t\t#c.votes + #c.transfers <= #d.votes + #d.transfers\n}\n\n\/\/ All ties involve equality between at least one winner and at least one loser on either original votes or\n\/\/ on transfers plus original votes\nfact equalityOfTiedWinner {\n all w: Candidate | some l: Candidate | w.outcome = TiedWinner and \n\t \t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies\n\t\t(#l.votes = #w.votes) or (#l.votes + #l.transfers = #w.votes + #w.transfers)\n}\n\nfact equalityOfTiedLosers {\n all s: Candidate | some w: Candidate | w.outcome = TiedWinner and \n (s.outcome = SoreLoser or s.outcome = TiedLoser or s.outcome = TiedEarlyLoser) implies\n (#s.votes = #w.votes) or (#s.votes + #s.transfers = #w.votes + #w.transfers)\n}\n\n\/\/ Ranking of votes on ballots\nfact firstPreference {\n\tall v: Vote | some b: Ballot | v.ballot = b.identifier and\n\t\tv.ranking = 1 implies b.preferences.first.identifier = v.candidate\n}\n\nfact rankingOfVotes {\n \tall v: Vote | some b: Ballot | some c: Candidate | Election.method = STV and\n\t\tv.ballot = b.identifier and v.candidate = c.identifier implies\n\t c in b.preferences.elems and v.ranking = b.preferences.idxOf[c] + 1\n}\n\n-- Scenario Validity Axioms\n\/\/ When there is a tied sore loser then there are no non-sore losers\nfact typeOfTiedLoser {\n no disj a,b: Candidate | a.outcome = TiedSoreLoser and \n (b.outcome = TiedLoser or b.outcome = TiedEarlyLoser or \n b.outcome=Loser or b.outcome=EarlyLoser)\n}\n\nfact tieBreaker {\n\tall w: Candidate | some l: Candidate | w.outcome = TiedWinner implies \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser)\n}\n\nfact validTieBreaker {\n\tall l: Candidate | some w: Candidate | \n (l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies \n w.outcome = TiedWinner\n}\n\n-- Axioms for the recording of vote fragments\nfact allVotesRecorded {\n all b: Ballot | some v: Vote | v.ballot = b.identifier and v.ranking = #b.preferences\n}\n\n\/\/ All vote fragments are recorded for each ballot\nfact lowerRankings {\n all v: Vote | some w: Vote | 1 < v.ranking implies w.ranking + 1 = v.ranking and\n\tv.ballot = w.ballot and not v.candidate = w.candidate\n}\n\n\/\/ Well formed ranking of candidates in ballots\nfact wellFormedRanking {\n\tno disj v,w: Vote | v.ballot = w.ballot and Election.method = STV \n\t\timplies v.candidate = w.candidate or v.ranking = w.ranking\n}\n\n\/\/ Compromise winner must have more votes than any tied winners\nfact compromiseNotTied {\n\tall disj c,t: Candidate | (c.outcome = CompromiseWinner and t.outcome = TiedWinner) implies\n\t\t#t.votes + #t.transfers < #c.votes + #t.transfers\n}\n\n\/\/ Equal losers are tied\nfact equalityofTiedWinnersAndLosers {\n\tall disj w,l: Candidate | w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers implies\n\t\t\tw.outcome = TiedWinner and \n\t\t\t(l.outcome = TiedLoser or l.outcome = TiedEarlyLoser or l.outcome = TiedSoreLoser)\n}\n\n\/\/ Highest winner has a quota\nfact highestWinner {\n some c: Candidate | Election.method = STV implies \n\t\tScenario.quota <= #c.votes + #c.transfers\n}\n\n-- Basic Lemmas\nassert honestCount {\n\t all c: Candidate | all b: Ballot | b in c.votes + c.transfers implies c in b.assignees\n}\ncheck honestCount for 15 but 6 int\n\nassert atLeastOneLoser {\n\t0 < #Scenario.losers\n}\ncheck atLeastOneLoser for 15 but 6 int\n\nassert atLeastOneWinner {\n\t0 < #Scenario.winners\n}\ncheck atLeastOneWinner for 14 but 6 int\n\nassert wellFormednessOfBallots {\n\tall b: Ballot | b.assignees in Election.candidates\n}\ncheck wellFormednessOfBallots for 18 but 6 int\n\nassert plurality {\n\tall c: Candidate | all b: Ballot | b in c.votes and \n\t\tElection.method = Plurality implies c in b.preferences.first\n}\ncheck plurality for 18 but 6 int\n\nassert wellFormedTieBreaker {\n\tsome w,l : Candidate | (w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers) implies \n\t\tw.outcome = TiedWinner and \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome=TiedEarlyLoser)\n}\ncheck wellFormedTieBreaker for 18 but 6 int\n\nassert validSurplus {\n\tall c: Candidate | 0 < #c.surplus implies (c.outcome = Winner or c.outcome = QuotaWinner or \n\t\tc in Scenario.eliminated)\n}\ncheck validSurplus for 16 but 6 int\n\nassert wellFormedVote {\n\tall v: Vote | 0 < v.ballot and 0 < v.candidate\n}\ncheck wellFormedVote for 4 but 6 int\n\n-- Advanced Lemmas\n\/\/ No lost votes during counting\nassert accounting {\n\tall b: Ballot | one c: Candidate | b in c.votes and c in b.assignees\n}\ncheck accounting for 16 but 6 int\n\n\/\/ Cannot have tie breaker with both tied sore loser and non-sore loser\nassert tiedWinnerLoserTiedSoreLoser {\n\tno disj c,w,l: Candidate | c.outcome = TiedSoreLoser and\n\t w.outcome = TiedWinner and (l.outcome = Loser or l.outcome = TiedLoser)\n}\ncheck tiedWinnerLoserTiedSoreLoser for 6 int\n\n\/\/ Compromise winner must have at least one vote\nassert validCompromise {\n\tall c: Candidate | c.outcome = CompromiseWinner implies 0 < #c.votes + #c.transfers\n}\ncheck validCompromise for 6 int\n\n-- Sample scenarios\npred TwoCandidatePlurality { \n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 2\n}\nrun TwoCandidatePlurality for 10 but 1 Ballot, 6 int\n\npred PluralityTiedWinner {\n\tElection.method = Plurality\n\tElection.seats = 1\n\tsome disj a,b: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser\n}\nrun PluralityTiedWinner for 10 but 2 Ballot, 6 int\n\npred ThreeCandidatePlurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 3\n}\nrun ThreeCandidatePlurality for 6 int\n\npred Plurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun Plurality for 5 but 6 int\n\npred TenCandidatePluralityWithTwoSeats {\n\tElection.method = Plurality\n\tElection.seats = 2\n\t#Election.candidates = 10\n}\nrun TenCandidatePluralityWithTwoSeats for 10 but 6 int\n\npred InstantRunoffVoting {\n\tElection.method = STV\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun InstantRunoffVoting for 10 but 6 int\n\npred STV3 {\n\tElection.method = STV\n\tElection.seats = 3\n}\nrun STV3 for 5 but 6 int\n\npred ThreeWinnersOneLoser {\n Election.method = STV\n\tsome disj a,b,d: Candidate | a.outcome = Winner\n \t and b.outcome = QuotaWinner or b.outcome = CompromiseWinner\n\t and d in Scenario.losers\n}\nrun ThreeWinnersOneLoser for 6 but 6 int\n\npred LoserAndEarlyLoser {\n\tone d: Candidate | d.outcome = Loser\n\tone e: Candidate | e.outcome = EarlyLoser\n}\nrun LoserAndEarlyLoser for 5 but 6 int\n\npred OneWinnerNineLosers {\n\t#Scenario.winners = 1\n\t#Scenario.losers = 9\n}\nrun OneWinnerNineLosers for 16 but 6 int\n\npred ThreeWayTie {\n\t#Election.candidates = 3\n Election.method = Plurality\n\tsome disj a,b,c: Candidate | a.outcome = TiedWinner and \n\t\tb.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser\n}\nrun ThreeWayTie for 5 but 6 int\n\npred FiveWayTie {\n\tsome disj a,b,c,d,e: Candidate | a.outcome = TiedWinner and\n\t b.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser and d.outcome = TiedLoser and e.outcome = TiedWinner\n}\nrun FiveWayTie for 7 but 6 int\n\npred ScenarioLWW {\n\tsome disj a, b,c: Candidate | a in Scenario.losers and b.outcome = Winner and \n\t\tc in Scenario.winners\n #Election.candidates = 3\n}\nrun ScenarioLWW for 6 but 7 int\n\npred LongBallot {\n\tsome b: Ballot | #b.preferences = 7\n}\nrun LongBallot for 7 but 7 seq, 6 int\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"9b1a1af27a3f75154ecabd6c9c5752bb68afd176","subject":"inline \"fun headsIn*\"","message":"inline \"fun headsIn*\"\n","repos":"nishio\/learning_alloy,nishio\/learning_alloy,nishio\/learning_alloy","old_file":"illust_logic\/illustLogic.als","new_file":"illust_logic\/illustLogic.als","new_contents":"open util\/ordering[Col] as cols\nopen util\/ordering[Row] as rows\n\nabstract sig Region {\n\tindex: Int\n}\nsig Col extends Region {\n cell: Row -> Color\n}{\n\tindex >= 0\n\tindex <= 9\n}\nsig Row extends Region {}{\n\tindex >= 0\n\tindex <= 9\n}\n\nfact {\n\tall r: Col - last {\n\t\tadd[r.index, 1] = r.next.index\n\t}\n\tall r: Row - last {\n\t\tadd[r.index, 1] = r.next.index\n\t}\n}\n\nenum Color { Black, White }\n\nfact {\n all c: Col, r: Row | one cell [c, r]\n}\n\n-- both Row and Col\npred prev_is_white(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u30c8\u30ea\u30c3\u30af: prev\u304cCol->Col\u3067\u3082Row\u306b\u4f7f\u3063\u3066\u3088\u3044\n\t\/\/ \u306a\u305c\u306a\u3089\u7a7a\u96c6\u5408\u304c\u8fd4\u308b\u306e\u3067in White\u304c\u6210\u7acb\u3059\u308b\u304b\u3089\n\tcell[prev[c], r] + cell[c, prev[r]] in White\n}\n\npred no_prev(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u30c8\u30ea\u30c3\u30af: next\u304cCol->Col\u3067\u3082Row\u306b\u4f7f\u3063\u3066\u3088\u3044\n\t\/\/ \u306a\u305c\u306a\u3089\u7a7a\u96c6\u5408\u304c\u8fd4\u308b\u306e\u3067no\u304c\u6210\u7acb\u3059\u308b\u304b\u3089\n\tno prev[c] and no prev[r]\n}\n\n\/\/ c, r\u304c\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u3067\u3042\u308b\u304b\u3069\u3046\u304b\npred is_black_head(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u6700\u521d\u306eRow\u3067\u3042\u308b\u304b\u3001\u307e\u305f\u306f\u524d\u306eRow\u306e\u30bb\u30eb\u304c\u767d\u3044\n no_prev[c, r, prev] or prev_is_white[c, r, prev]\n\t\/\/ \u3053\u306e\u30bb\u30eb\u306f\u9ed2\u3044\n cell[c, r] in Black\n}\nfun range(start, end: Region, next: Region -> Region): Region{\n\tstart.*next - end.^next\n}\n\nfun get_block_end(start: Region, size: Int): Region{\t\n\tplus[start.index, minus[size, 1]][index]\n}\n\nfun IntTo(i: Int, R: Region): Region{\n\tindex.i & R\n}\n\n-- about rows or cols\nfact noOtherHeadsInRow {\n no c: Col, r: Row {\n\t\tc not in { c: Col | is_black_head[c, r, cols\/prev]}\n\t\tis_black_head[c, r, cols\/prev]\n\t}\n}\nfact noOtherHeadsInCol {\n no c: Col, r: Row {\n\t\tr not in { r: Row | is_black_head[c, r, rows\/prev]}\n\t\tis_black_head[c, r, rows\/prev]\n\t}\n}\n\n\npred headsSeqInRow (r: Row, s: seq Col) {\n s.elems = { c: Col | is_black_head[c, r, cols\/prev]}\n all i: s.butlast.inds | lt [s[i], s[plus[i, 1]]]\n}\npred headsSeqInCol (c: Col, s: seq Row) {\n\t\/\/ s\u306e\u8981\u7d20\u306f\u30d6\u30ed\u30c3\u30af\u5148\u982d\u306e\u96c6\u5408\u3068\u540c\u4e00\n s.elems = { r: Row | is_black_head[c, r, rows\/prev]}\n\t\/\/ s\u306f\u5358\u8abf\u5897\u52a0\n all i: s.butlast.inds | lt [s[i], s[plus[i, 1]]]\n}\n\n\npred rowHint (j: Int, sizes: seq Int) {\n let r = IntTo[j, Row] | some cs: seq Col {\n #sizes = #cs\n \/\/ cs\u306f\u9ed2\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u306e\u4f4d\u7f6e\u306e\u30bd\u30fc\u30c8\u3055\u308c\u305f\u30b7\u30fc\u30af\u30a8\u30f3\u30b9\n headsSeqInRow [r, cs]\n all i: sizes.inds {\n \/\/ cs[i]\u3092start, start\u306e\u4f4d\u7f6e\u306bsize[i]\u3092\u8db3\u3057\u30661\u3092\u5f15\u3044\u305f\u4f4d\u7f6e\u306b\u3042\u308bCol\u3092end\u3068\u547c\u3076\n let start = cs [i], end = Col & get_block_end[start, sizes[i]] {\n\n \/\/ end\u304c\u5b58\u5728\u3059\u308b\n some end\n \/\/ start\u304b\u3089end\u307e\u3067\u5168\u90e8\u9ed2\n all c: range[start, end, cols\/next] | cell [c, r] in Black\n \/\/ end\u306e\u6b21\u304c\u306a\u3044\u304b\u3001\u307e\u305f\u306f\u767d\n no end.next or cell [end.next, r] in White\n }\n }\n }\n}\npred colHint (j: Int, sizes: seq Int) {\n let c = IntTo[j, Col] | some rs: seq Row {\n #sizes = #rs\n headsSeqInCol [c, rs]\n all i: sizes.inds {\n let start = rs [i], end = Row & get_block_end[start, sizes[i]] {\n \tsome end\n \tall r: range[start, end, rows\/next] | cell [c, r] in Black\n \tno end.next or cell [c, end.next] in White\n \t}\n\t\t}\n }\n}\n-- riddle from http:\/\/homepage1.nifty.com\/sabo10\/rulelog\/illust.html\nsolve: run {\n rowHint [0, 0 -> 3]\n rowHint [1, 0 -> 2 + 1 -> 2]\n rowHint [2, 0 -> 1 + 1 -> 1 + 2 -> 1]\n rowHint [3, 0 -> 3 + 1 -> 3]\n rowHint [4, 0 -> 5]\n rowHint [5, 0 -> 7]\n rowHint [6, 0 -> 7]\n rowHint [7, 0 -> 7]\n rowHint [8, 0 -> 7]\n rowHint [9, 0 -> 5]\n\n colHint [0, 0 -> 4]\n colHint [1, 0 -> 6]\n colHint [2, 0 -> 7]\n colHint [3, 0 -> 9]\n colHint [4, 0 -> 2 + 1 -> 7]\n colHint [5, 0 -> 1 + 1 -> 6]\n colHint [6, 0 -> 2 + 1 -> 4]\n colHint [7, 0 -> 3]\n colHint [8, 0 -> 1]\n colHint [9, 0 -> 2]\n} for 10 but 5 Int\n","old_contents":"open util\/ordering[Col] as cols\nopen util\/ordering[Row] as rows\n\nabstract sig Region {\n\tindex: Int\n}\nsig Col extends Region {\n cell: Row -> Color\n}{\n\tindex >= 0\n\tindex <= 9\n}\nsig Row extends Region {}{\n\tindex >= 0\n\tindex <= 9\n}\n\nfact {\n\tall r: Col - last {\n\t\tadd[r.index, 1] = r.next.index\n\t}\n\tall r: Row - last {\n\t\tadd[r.index, 1] = r.next.index\n\t}\n}\n\nenum Color { Black, White }\n\nfact {\n all c: Col, r: Row | one cell [c, r]\n}\n\n-- both Row and Col\npred prev_is_white(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u30c8\u30ea\u30c3\u30af: prev\u304cCol->Col\u3067\u3082Row\u306b\u4f7f\u3063\u3066\u3088\u3044\n\t\/\/ \u306a\u305c\u306a\u3089\u7a7a\u96c6\u5408\u304c\u8fd4\u308b\u306e\u3067in White\u304c\u6210\u7acb\u3059\u308b\u304b\u3089\n\tcell[prev[c], r] + cell[c, prev[r]] in White\n}\n\npred no_prev(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u30c8\u30ea\u30c3\u30af: next\u304cCol->Col\u3067\u3082Row\u306b\u4f7f\u3063\u3066\u3088\u3044\n\t\/\/ \u306a\u305c\u306a\u3089\u7a7a\u96c6\u5408\u304c\u8fd4\u308b\u306e\u3067no\u304c\u6210\u7acb\u3059\u308b\u304b\u3089\n\tno prev[c] and no prev[r]\n}\n\n\/\/ c, r\u304c\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u3067\u3042\u308b\u304b\u3069\u3046\u304b\npred is_black_head(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u6700\u521d\u306eRow\u3067\u3042\u308b\u304b\u3001\u307e\u305f\u306f\u524d\u306eRow\u306e\u30bb\u30eb\u304c\u767d\u3044\n no_prev[c, r, prev] or prev_is_white[c, r, prev]\n\t\/\/ \u3053\u306e\u30bb\u30eb\u306f\u9ed2\u3044\n cell[c, r] in Black\n}\nfun range(start, end: Region, next: Region -> Region): Region{\n\tstart.*next - end.^next\n}\n\nfun get_block_end(start: Region, size: Int): Region{\t\n\tplus[start.index, minus[size, 1]][index]\n}\n\n\n-- about rows or cols\nfun headsInRow (r: Row): set Col {\n { c: Col | is_black_head[c, r, cols\/prev]}\n}\n\n\/\/ Col c\u306e\u4e2d\u306e\u3001\u30d6\u30ed\u30c3\u30af\u306e\u982d\u3067\u3042\u308bRow\u306e\u96c6\u5408\nfun headsInCol (c: Col): set Row {\n { r: Row | is_black_head[c, r, rows\/prev]}\n}\n\nfact noOtherHeadsInRow {\n no c: Col, r: Row {\n\t\tc not in headsInRow[r] and is_black_head[c, r, cols\/prev]\n\t}\n}\nfact noOtherHeadsInCol {\n no c: Col, r: Row {\n\t\tr not in headsInCol[c] and is_black_head[c, r, rows\/prev]\n\t}\n}\n\n\npred headsSeqInRow (r: Row, s: seq Col) {\n s.elems = headsInRow[r]\n all i: s.butlast.inds | lt [s[i], s[plus[i, 1]]]\n}\npred headsSeqInCol (c: Col, s: seq Row) {\n\t\/\/ s\u306e\u8981\u7d20\u306f\u30d6\u30ed\u30c3\u30af\u5148\u982d\u306e\u96c6\u5408\u3068\u540c\u4e00\n s.elems = headsInCol[c]\n\t\/\/ s\u306f\u5358\u8abf\u5897\u52a0\n all i: s.butlast.inds | lt [s[i], s[plus[i, 1]]]\n}\n\nfun IntTo(i: Int, R: Region): Region{\n\tindex.i & R\n}\n\npred rowHint (j: Int, sizes: seq Int) {\n let r = IntTo[j, Row] | some cs: seq Col {\n #sizes = #cs\n \/\/ cs\u306f\u9ed2\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u306e\u4f4d\u7f6e\u306e\u30bd\u30fc\u30c8\u3055\u308c\u305f\u30b7\u30fc\u30af\u30a8\u30f3\u30b9\n headsSeqInRow [r, cs]\n all i: sizes.inds {\n \/\/ cs[i]\u3092start, start\u306e\u4f4d\u7f6e\u306bsize[i]\u3092\u8db3\u3057\u30661\u3092\u5f15\u3044\u305f\u4f4d\u7f6e\u306b\u3042\u308bCol\u3092end\u3068\u547c\u3076\n let start = cs [i], end = Col & get_block_end[start, sizes[i]] {\n\n \/\/ end\u304c\u5b58\u5728\u3059\u308b\n some end\n \/\/ start\u304b\u3089end\u307e\u3067\u5168\u90e8\u9ed2\n all c: range[start, end, cols\/next] | cell [c, r] in Black\n \/\/ end\u306e\u6b21\u304c\u306a\u3044\u304b\u3001\u307e\u305f\u306f\u767d\n no end.next or cell [end.next, r] in White\n }\n }\n }\n}\npred colHint (j: Int, sizes: seq Int) {\n let c = IntTo[j, Col] | some rs: seq Row {\n #sizes = #rs\n headsSeqInCol [c, rs]\n all i: sizes.inds {\n let start = rs [i], end = Row & get_block_end[start, sizes[i]] {\n \tsome end\n \tall r: range[start, end, rows\/next] | cell [c, r] in Black\n \tno end.next or cell [c, end.next] in White\n \t}\n\t\t}\n }\n}\n-- riddle from http:\/\/homepage1.nifty.com\/sabo10\/rulelog\/illust.html\nsolve: run {\n rowHint [0, 0 -> 3]\n rowHint [1, 0 -> 2 + 1 -> 2]\n rowHint [2, 0 -> 1 + 1 -> 1 + 2 -> 1]\n rowHint [3, 0 -> 3 + 1 -> 3]\n rowHint [4, 0 -> 5]\n rowHint [5, 0 -> 7]\n rowHint [6, 0 -> 7]\n rowHint [7, 0 -> 7]\n rowHint [8, 0 -> 7]\n rowHint [9, 0 -> 5]\n\n colHint [0, 0 -> 4]\n colHint [1, 0 -> 6]\n colHint [2, 0 -> 7]\n colHint [3, 0 -> 9]\n colHint [4, 0 -> 2 + 1 -> 7]\n colHint [5, 0 -> 1 + 1 -> 6]\n colHint [6, 0 -> 2 + 1 -> 4]\n colHint [7, 0 -> 3]\n colHint [8, 0 -> 1]\n colHint [9, 0 -> 2]\n} for 10 but 5 Int\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"11adfa0ddbd1b3419a051b0ea32a98e73186a28a","subject":"Lock elision checking working nicely","message":"Lock elision checking working nicely\n","repos":"johnwickerson\/memalloy,johnwickerson\/memalloy,johnwickerson\/memalloy","old_file":"mappings\/arm8_lock_elision.als","new_file":"mappings\/arm8_lock_elision.als","new_contents":"open ..\/archs\/exec_arm8L[E]\nopen ..\/models\/aarch64_txn[E] as M\n\nmodule arm8_lock_elision[E]\n\npred apply_map[X,X':Exec_Arm8L, map:E->E] { \n\n\n map in (X.EV one->some X'.EV)\n\n \/\/ no critical sections remain\n no X'.(scst+scsl)\n\n \/\/ don't worry about failing transactions for now\n no X.ftxn + X'.ftxn\n\n \/\/ suppose we don't have transactions in the source program\n \/\/no X.stxn\n\n \/\/ events in the same critical section (where the critical\n \/\/ section is one that is to be transactionalised), map to events \n \/\/ in the same transaction.\n X.scst in map.(X'.stxn).~map\n\n some L : set E { \n\n X.stxn in map.(X'.stxn).~map\n\n \/\/ Mildly interesting observation: transactional memory models\n \/\/ are not monotonic w.r.t. adding sequencing edges\n\n X.sthd = map.((X'.EV - L) <: (X'.sthd) :> (X'.EV - L)).~map\n X.sb = map.((X'.EV - L) <: (X'.sb) :> (X'.EV - L)).~map\n X.ad = map.((X'.EV - L) <: (X'.ad) :> (X'.EV - L)).~map\n X.cd = map.((X'.EV - L) <: (X'.cd) :> (X'.EV - L)).~map\n X.dd = map.((X'.EV - L) <: (X'.dd) :> (X'.EV - L)).~map\n X.atom = map.((X'.EV - L) <: (X'.atom) :> (X'.EV - L)).~map\n X.rf = map.((X'.EV - L) <: (X'.rf) :> (X'.EV - L)).~map\n X.co = map.((X'.EV - L) <: (X'.co) :> (X'.EV - L)).~map\n\n X.R = (X'.R - L).~map\n X.W = (X'.W - L).~map\n X.F = (X'.F - L).~map\n X.DMB = (X'.DMB - L).~map\n X.DMBST = (X'.DMBST - L).~map\n X.DMBLD = (X'.DMBLD - L).~map\n X.ISB = (X'.ISB - L).~map\n X.SCACQ = (X'.SCACQ - L).~map\n X.SCREL = (X'.SCREL - L).~map \n\n \/\/ the set of lock-related events introduced by the mapping\n L in X'.EV \n\n \/\/ lock-related events in X' are on the same location\n X'.sloc = (L -> L) + ((X'.EV - L) <: ~map.(X.sloc).map :> (X'.EV - L))\n\n all e : dom[X.scst] {\n \/\/ e is in a critical section to be transactionalised \n e not in ran[X.sb & X.scst] => (\n \/\/ e is first in its critical section \n some disj eL, e' : X'.EV {\n e.map = eL + e' \/\/ e maps to two events, eL and e'\n e' not in L \/\/ e' is not a lock-related event\n (eL -> e') in imm[X'.sb] & X'.stxn \/\/ eL is first in the transaction\n eL in L & X'.R \/\/ eL is a lock-related read event\n }\n )\n e in ran[X.sb & X.scst] => {\n \/\/ e is not first in its critical section\n one e.map \/\/ e maps to a single event\n e.map not in L \/\/ e does not map to a lock-related event\n }\n }\n\n all e : dom[X.scsl] {\n e not in ran[X.sb & X.scsl] => (\n \/\/ e is first in its critical section\n some disj eLR, eLW, e' : X'.EV {\n e.map = eLR + eLW + e' \/\/ e maps to three events, eLR, eLW, and e'\n e' not in L \/\/ e' is not a lock-related event\n (eLR -> eLW) in imm[X'.sb] & X'.atom \/\/ eLR and eLW form an RMW pair\n (eLW -> e') in imm[X'.sb] \/\/ eLW precedes e' in program order\n eLR in L & X'.SCACQ & X'.R \/\/ eLR is a lock-related acquire read\n eLW in L & X'.W \/\/ eLW is a lock-related write\n }\n )\n e not in dom[X.sb & X.scsl] => (\n \/\/ e is last in its critical section\n some disj e', eL : X'.EV {\n e.map = e' + eL \/\/ e maps to two events, e' and eL\n e' not in L \/\/ e' is not a lock-related event\n (e' -> eL) in imm[X'.sb] \/\/ eL follows e' in program order\n eL in L & X'.SCREL & X'.W \/\/ eL is a lock-related release write \n }\n ) \n e in dom[X.sb & X.scsl] & ran[X.sb & X.scsl] => {\n \/\/ e is neither first nor last in its critical section\n one e.map \/\/ e maps to a single event\n e.map not in L \/\/ e does not map to a lock-related event\n }\n }\n\n all e : X.EV - dom[X.scsl] - dom[X.scst] {\n \/\/ e is not in a critical section\n one e.map \/\/ e maps to a single event\n e.map not in L \/\/ e does not map to a lock-related event\n }\n \n } \n \n}\n\npred consistent_critical_sections[X:Exec_Arm8L] {\n \/\/ no (po|com)-cycles among critical sections\n let com = X.rf + X.co + fr[none->none,X] |\n let scs = X.scst + X.scsl |\n is_acyclic[ scs . (X.sb + com - scs) . scs ]\n}\n\npred p[X,X':Exec_Arm8L, map:E->E] {\n withoutinit[X]\n withoutinit[X']\n\n not {\n M\/consistent[none->none, X]\n consistent_critical_sections[X]\n }\n\n M\/dead[none->none, X]\n\n M\/consistent[none->none, X']\n\n apply_map[X,X',map]\n\n \/\/hint_src[X]\n \/\/hint_tgt[X']\n}\n\npred hint_src[X:Exec_Arm8L] {\n\/\/ lock[t] { || lock {\n\/\/ E0: W x 1 || E1: R x 0\n\/\/ } || [data]\n\/\/ || E2: W x 2\n\/\/ || }\n some disj E0, E1, E2 : E {\n X.EV = E0+E1+E2\n X.R = E1\n X.W = E0+E2\n X.F = none\n X.SCACQ = none\n X.SCREL = none\n X.DMBLD = none\n X.DMBST = none\n X.DMB = none\n X.co = (E0->E2)\n X.rf = none->none\n X.sloc = sq[E0+E1+E2]\n X.sthd = sq[E0] + sq[E1+E2]\n X.cd = none->none\n X.dd = E1->E2\n X.ad = none->none\n X.sb = (E1->E2)\n X.atom = none->none\n X.scst = sq[E0]\n X.scsl = sq[E1+E2]\n X.ftxn = none->none\n X.stxn = none->none\n }\n}\n\npred hint_tgt[X:Exec_Arm8L] {\n\/\/ txn { || E5: R*[ACQ] lock 0 \n\/\/ E3: R lock 0 || E6: W* lock 1 \n\/\/ E4: W x 1 || E7: R x 0\n\/\/ } || [data]\n\/\/ || E8: W x 2\n\/\/ || E9: W[REL] lock 2\n\n some disj E3, E4, E5, E6, E7, E8, E9 : E {\n X.EV = E3+E4+E5+E6+E7+E8+E9\n X.R = E3+E5+E7\n X.W = E4+E6+E8+E9\n X.F = none\n X.SCACQ = E5\n X.SCREL = E9\n X.DMBLD = none\n X.DMBST = none\n X.DMB = none\n X.co = (E4->E8)+(E6->E9)\n X.rf = none->none\n X.sloc = sq[E4+E7+E8] + sq[E3+E5+E6+E9]\n X.sthd = sq[E3+E4] + sq[E5+E6+E7+E8+E9]\n X.cd = none->none\n X.dd = E7->E8\n X.ad = none->none\n X.sb = (E3->E4) + ^((E5->E6)+(E6->E7)+(E7->E8)+(E8->E9))\n X.atom = (E5->E6)\n X.scst = none->none\n X.scsl = none->none\n X.ftxn = none->none\n X.stxn = sq[E3+E4]\n }\n}\n\nrun p for 2 Exec, 7 E\n","old_contents":"open ..\/archs\/exec_arm8L[E]\nopen ..\/models\/aarch64_txn[E] as M\n\nmodule arm8_lock_elision[E]\n\npred apply_map[X,X':Exec_Arm8L, map:E->E] { \n\n\n map in (X.EV one->some X'.EV)\n\n \/\/ no critical sections remain\n no X'.(scst+scsl)\n\n \/\/ don't worry about failing transactions for now\n no X.ftxn + X'.ftxn\n\n \/\/ events in the same critical section (where the critical\n \/\/ section is one that is to be transactionalised), map to events \n \/\/ in the same transaction.\n X.scst in map.(X'.stxn).~map\n\n some L : set E { \n\n X.stxn in map.(X'.stxn).~map\n\n \/\/ Mildly interesting observation: transactional memory models\n \/\/ are not monotonic w.r.t. adding sequencing edges\n\n X.sthd = map.((X'.EV - L) <: (X'.sthd) :> (X'.EV - L)).~map\n X.sb = map.((X'.EV - L) <: (X'.sb) :> (X'.EV - L)).~map\n X.ad = map.((X'.EV - L) <: (X'.ad) :> (X'.EV - L)).~map\n X.cd = map.((X'.EV - L) <: (X'.cd) :> (X'.EV - L)).~map\n X.dd = map.((X'.EV - L) <: (X'.dd) :> (X'.EV - L)).~map\n X.atom = map.((X'.EV - L) <: (X'.atom) :> (X'.EV - L)).~map\n X.rf = map.((X'.EV - L) <: (X'.rf) :> (X'.EV - L)).~map\n X.co = map.((X'.EV - L) <: (X'.co) :> (X'.EV - L)).~map\n\n X.R = (X'.R - L).~map\n X.W = (X'.W - L).~map\n X.F = (X'.F - L).~map\n X.DMB = (X'.DMB - L).~map\n X.DMBST = (X'.DMBST - L).~map\n X.DMBLD = (X'.DMBLD - L).~map\n X.ISB = (X'.ISB - L).~map\n X.SCACQ = (X'.SCACQ - L).~map\n X.SCREL = (X'.SCREL - L).~map \n\n \/\/ the set of lock-related events introduced by the mapping\n L in X'.EV \n\n \/\/ lock-related events in X' are on the same location\n X'.sloc = (L -> L) + ((X'.EV - L) <: ~map.(X.sloc).map :> (X'.EV - L))\n\n all e : dom[X.scst] {\n \/\/ e is in a critical section to be transactionalised \n e not in ran[X.sb & X.scst] => (\n \/\/ e is first in its critical section \n some disj eL, e' : X'.EV {\n e.map = eL + e' \/\/ e maps to two events, eL and e'\n e' not in L \/\/ e' is not a lock-related event\n (eL -> e') in imm[X'.sb] & X'.stxn \/\/ eL is first in the transaction\n eL in L & X'.R \/\/ eL is a lock-related read event\n }\n )\n e in ran[X.sb & X.scst] => {\n \/\/ e is not first in its critical section\n one e.map \/\/ e maps to a single event\n e.map not in L \/\/ e does not map to a lock-related event\n }\n }\n\n all e : dom[X.scsl] {\n e not in ran[X.sb & X.scsl] => (\n \/\/ e is first in its critical section\n some disj eLR, eLW, e' : X'.EV {\n e.map = eLR + eLW + e' \/\/ e maps to three events, eLR, eLW, and e'\n e' not in L \/\/ e' is not a lock-related event\n (eLR -> eLW) in imm[X'.sb] & X'.atom \/\/ eLR and eLW form an RMW pair\n (eLW -> e') in imm[X'.sb] \/\/ eLW precedes e' in program order\n eLR in L & X'.SCACQ & X'.R \/\/ eLR is a lock-related acquire read\n eLW in L & X'.W \/\/ eLW is a lock-related write\n }\n )\n e not in dom[X.sb & X.scsl] => (\n \/\/ e is last in its critical section\n some disj e', eL : X'.EV {\n e.map = e' + eL \/\/ e maps to two events, e' and eL\n e' not in L \/\/ e' is not a lock-related event\n (e' -> eL) in imm[X'.sb] \/\/ eL follows e' in program order\n eL in L & X'.SCREL & X'.W \/\/ eL is a lock-related release write \n }\n ) \n e in dom[X.sb & X.scsl] & ran[X.sb & X.scsl] => {\n \/\/ e is neither first nor last in its critical section\n one e.map \/\/ e maps to a single event\n e.map not in L \/\/ e does not map to a lock-related event\n }\n }\n\n all e : X.EV - dom[X.scsl] - dom[X.scst] {\n \/\/ e is not in a critical section\n one e.map \/\/ e maps to a single event\n e.map not in L \/\/ e does not map to a lock-related event\n }\n \n } \n \n}\n\npred consistent_critical_sections[X:Exec_Arm8L] {\n \/\/ no (po|com)-cycles among critical sections\n let com = X.rf + X.co + fr[none->none,X] |\n let scs = X.scst + X.scsl |\n is_acyclic[ scs . (X.sb + com - scs) . scs ]\n}\n\npred p[X,X':Exec_Arm8L, map:E->E] {\n withoutinit[X]\n withoutinit[X']\n\n not {\n M\/consistent[none->none, X]\n consistent_critical_sections[X]\n }\n\n M\/dead[none->none, X]\n\n M\/consistent[none->none, X']\n\n apply_map[X,X',map]\n\n \/\/hint_src[X]\n \/\/hint_tgt[X']\n}\n\npred hint_src[X:Exec_Arm8L] {\n\/\/ lock[t] { || lock {\n\/\/ E0: W x 1 || E1: R x 0\n\/\/ } || [data]\n\/\/ || E2: W x 2\n\/\/ || }\n some disj E0, E1, E2 : E {\n X.EV = E0+E1+E2\n X.R = E1\n X.W = E0+E2\n X.F = none\n X.SCACQ = none\n X.SCREL = none\n X.DMBLD = none\n X.DMBST = none\n X.DMB = none\n X.co = (E0->E2)\n X.rf = none->none\n X.sloc = sq[E0+E1+E2]\n X.sthd = sq[E0] + sq[E1+E2]\n X.cd = none->none\n X.dd = E1->E2\n X.ad = none->none\n X.sb = (E1->E2)\n X.atom = none->none\n X.scst = sq[E0]\n X.scsl = sq[E1+E2]\n X.ftxn = none->none\n X.stxn = none->none\n }\n}\n\npred hint_tgt[X:Exec_Arm8L] {\n\/\/ txn { || E5: R*[ACQ] lock 0 \n\/\/ E3: R lock 0 || E6: W* lock 1 \n\/\/ E4: W x 1 || E7: R x 0\n\/\/ } || [data]\n\/\/ || E8: W x 2\n\/\/ || E9: W[REL] lock 2\n\n some disj E3, E4, E5, E6, E7, E8, E9 : E {\n X.EV = E3+E4+E5+E6+E7+E8+E9\n X.R = E3+E5+E7\n X.W = E4+E6+E8+E9\n X.F = none\n X.SCACQ = E5\n X.SCREL = E9\n X.DMBLD = none\n X.DMBST = none\n X.DMB = none\n X.co = (E4->E8)+(E6->E9)\n X.rf = none->none\n X.sloc = sq[E4+E7+E8] + sq[E3+E5+E6+E9]\n X.sthd = sq[E3+E4] + sq[E5+E6+E7+E8+E9]\n X.cd = none->none\n X.dd = E7->E8\n X.ad = none->none\n X.sb = (E3->E4) + ^((E5->E6)+(E6->E7)+(E7->E8)+(E8->E9))\n X.atom = (E5->E6)\n X.scst = none->none\n X.scsl = none->none\n X.ftxn = none->none\n X.stxn = sq[E3+E4]\n }\n}\n\nrun p for 2 Exec, 6 E\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"6f9b01940b4ade2c64fcc419ebd138529c4bcd5b","subject":"Use latest version of the model","message":"Use latest version of the model\n","repos":"GaloisInc\/Votail,GaloisInc\/Votail,GaloisInc\/Votail","old_file":"models\/Voting.als","new_file":"models\/Voting.als","new_contents":"-- Dermot Cochran, 2010, IT University of Copenhagen\n-- http:\/\/www.kindsoftware.com\n-- See ICSE 2011 paper 'Exploring the Universe of Ballot Boxes'\n\nmodule Voting\n\nopen util\/integer\n\n-- A person standing for election\nsig Candidate {\n \tvotes: \t\tset Ballot, \t-- First preference ballots assigned to this candidate\n\ttransfers: set Ballot, \t-- Ballots received by transfer from another candidate\n\tsurplus: \tset Ballot, \t-- Ballots given to another candidate (on election or elimination)\n\toutcome: \tEvent\t\n} {\n\tno b: Ballot | b in votes & transfers\n\tall b: Ballot | b in votes + transfers => this in b.assignees\n\tsurplus in votes + transfers\n\tElection.method = Plurality implies #surplus = 0 and #transfers = 0\n}\n\n-- A digital or paper artifact which accurately records the intentions of the voter\nsig Ballot {\n assignees: \t\tset Candidate, -- Candidates to which this ballot has been assigned\n preferences: \tseq Candidate\n} {\n\tassignees in preferences.elems\n 0 < #preferences\n not preferences.hasDups\n\tpreferences.elems in Election.candidates\n\tpreferences.first in assignees\n\tElection.method = Plurality implies #preferences = 1\n}\n\n-- An election result\none sig Scenario {\n \tlosers: \t\t\t\t\tset Candidate,\n \twinners: \t\t\t\tset Candidate,\n\teliminated: \t\t\tset Candidate, \t\t-- Candidates excluded under STV rules\n\tthreshold: \t\t\tInt, \t\t\t\t\t\t-- Minimum number of votes for a Loser or EarlyLoser\n\tquota: \t\t\t\t\tInt\t\t\t\t\t\t-- Minimum number of votes for a STV Winner or QuotaWinner\n}\n{\n \twinners + losers = Election.candidates\n \t#winners = Election.seats\n \tno c: Candidate | c in losers & winners\n \t0 < #losers\n \tall w: Candidate | all l: Candidate | l in losers and w in winners implies \n\t\t#l.votes + #l.transfers <= #w.votes + #w.transfers\n\t0 <= threshold\n\tthreshold < quota\n\tElection.method = Plurality implies #eliminated = 0\n\teliminated in losers\n\tall c: Candidate | c in losers implies Election.method = Plurality or #c.votes + #c.transfers < quota\n}\n\n\/* \n\tThere are four winner-outcomes and six loser-outcomes:\n\n\tWinner: \t\t\t\t\t\t(W1) elected in the first round of counting either by quota or plurality,\n\tQuotaWinner: \t\t\t\t(W2) elected with transfers from another candidate (STV only),\n\tCompromiseWinner: \t(W3) elected on the last round of counting without quota (STV only),\n\tTiedWinner:\t\t\t\t\t(W4) elected by tie breaker,\n\tTiedLoser:\t\t\t\t\t(L1) loses only by tie breaker but reaches the threshold,\n\tLoser:\t\t\t \t\t\t\t(L2) defeated on last round but reaches the minimum threshold of votes,\n TiedEarlyLoser:\t\t\t(L3) reaches threshold but eliminated by tie breaker (STV only),\n\tEarlyLoser:\t\t\t\t\t(L4) reaches threshold but is eliminated before last round (STV only),\n\tTiedSoreLoser:\t\t\t\t(L5) loses only by tie breaker but does not reach threshold,\n\tSoreLoser: \t\t\t\t\t(L6) does not even reach the mimimum threshold of votes\n*\/\nenum Event {Winner, QuotaWinner, CompromiseWinner, TiedWinner, \n\tTiedLoser, Loser, TiedEarlyLoser, EarlyLoser, TiedSoreLoser, SoreLoser}\n\nenum Method {Plurality, STV}\n\n-- A collection of ballots cast in an election\none sig BallotBox {\n\tballots: set Ballot\n} {\n 0 < #ballots\n\tall b: Ballot | b in ballots\n}\n\n-- An Election Constituency\none sig Election {\n candidates: \tset Candidate,\n seats: \t\t\t\tInt,\n method: \t\t\tMethod\n}\n{\n \t0 < seats\n \tseats < #candidates\n \tall c: Candidate | c in candidates\n}\n\n-- Independent Axioms\nfact integrity {\n all c: Candidate | all b: Ballot | b in c.votes implies c in b.assignees\n}\n\nfact pluralityEvents {\n\tall c: Candidate | Election.method = Plurality implies\n\t\t(c.outcome = Loser or c.outcome = SoreLoser or c.outcome = Winner or \n\t\tc.outcome = TiedWinner or c.outcome = TiedLoser)\n}\n\nfact wellFormedQuota {\n\tElection.method = STV implies \n\t\t#BallotBox.ballots < Scenario.quota.mul[Election.seats+1] and\n\t\tScenario.quota.mul[Election.seats] <= #BallotBox.ballots \n}\n\nfact wellFormedThreshold {\n\t#BallotBox.ballots <= Scenario.threshold.mul[20] or \n\tElection.method = STV implies Scenario.quota <= Scenario.threshold.mul[4]\n}\n\nfact noStrayBallots {\n\tall b: Ballot | b in BallotBox.ballots\n}\n\nfact winnerSTV {\n\tall c: Candidate | Election.method = STV implies (\n\t\tc.outcome = Winner iff Scenario.quota <= #c.votes)\n}\n\nfact transferWinner {\n\tall c: Candidate | c.outcome = QuotaWinner iff \n\t\t#c.votes < Scenario.quota and Scenario.quota <= #c.votes + #c.transfers \n}\n\nfact closeWinner {\n\tall c: Candidate | c.outcome = CompromiseWinner or c.outcome = TiedWinner iff \n\t\tc in Scenario.winners and #c.votes + #c.transfers < Scenario.quota\n}\n\nfact soreLoser {\n\tall c: Candidate | (c.outcome = SoreLoser or c.outcome = TiedSoreLoser) iff \n\t\t#c.votes + #c.transfers < Scenario.threshold\n}\n\nfact loser {\n\tall c: Candidate | (c.outcome = Loser or c.outcome = TiedLoser or c.outcome = TiedSoreLoser) iff \n\t\tc in Scenario.losers - Scenario.eliminated\n}\n\nfact earlyLoser {\n\tall c: Candidate | c.outcome = EarlyLoser or c.outcome = TiedEarlyLoser iff \n\t\t(c in Scenario.losers & Scenario.eliminated and Scenario.threshold <= #c.votes + #c.transfers)\n}\n\nfact winners {\n\tall c: Candidate | c in Scenario.winners iff \n\t\tc.outcome = Winner or c.outcome = QuotaWinner or c.outcome = CompromiseWinner or \n\t\tc.outcome = TiedWinner\n}\n\nfact losers {\n\tall c: Candidate | c in Scenario.losers iff\n\t\t(c.outcome = Loser or c.outcome = EarlyLoser or c.outcome = SoreLoser or \n\t\tc.outcome = TiedLoser or c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser)\n}\n\n-- Non-Independent Axioms\nfact transfers {\n\tall c: Candidate | 0 < #c.transfers implies Election.method = STV\n}\n\nfact onlyWinnersAndQuotaWinnersHaveSurplus {\n\tall c: Candidate | 0 < #c.surplus implies \n\t\tc.outcome = Winner or c.outcome = QuotaWinner\n}\n\nfact winnersNeedNoTransfers {\n\t\tall c: Candidate | c.outcome = Winner implies 0 = #c.transfers\n}\n\nfact firstPreference {\n\tall b: Ballot | all c: Candidate | b.preferences.first = c iff b in c.votes\n}\n\nfact sizeOfSurplus {\n\tall c: Candidate | (c in Scenario.winners and Election.method = STV and 0 < #c.surplus) implies \n\t\t#c.surplus = #c.votes + #c.transfers - Scenario.quota\n}\n\nfact tieBreaker {\n\tall w: Candidate | some l: Candidate | w.outcome = TiedWinner implies \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser)\n}\n\nfact transferToNextPreference {\n\tall b: Ballot | all disj donor,receiver: Candidate |\n\t\t(donor + receiver in b.assignees and\n\t\tb in receiver.transfers and b in donor.surplus implies \n\t\tb.preferences.idxOf[donor] < b.preferences.idxOf[receiver] and\n\t\treceiver in b.preferences.rest.elems)\n}\n\nfact pluralityWinner {\n\tall disj a, b: Candidate | (Election.method = Plurality and Election.seats = 1) and\n\t\ta.outcome = Winner implies #b.votes <= #a.votes\n}\n\nfact validTieBreaker {\n\tall l: Candidate | some w: Candidate | l.outcome = TiedLoser implies w.outcome = TiedWinner\n}\n\nfact transferToNextContinuingCandidate {\n\tall disj skipped, receiving: Candidate | all b: Ballot |\n\t\tb.preferences.idxOf[skipped] < b.preferences.idxOf[receiving] and\n\t\treceiving in b.assignees and (not skipped in b.assignees) implies\n\t\t(skipped in Scenario.eliminated or skipped.outcome = Winner or \n\t\tskipped.outcome = QuotaWinner)\n}\n\n\/\/ All ballots transfers are associated with the last candidate to receive the transfer\nfact ownership {\n\tall disj c,d: Candidate | all b: Ballot | b in c.transfers implies c in b.assignees and \n\t\t(d not in b.assignees or b.preferences.idxOf[d] < b.preferences.idxOf[c])\n}\n\n\/\/ Lowest candidate is eliminated first\nfact lowestElimination {\n\tall disj c,d: Candidate | c in Scenario.eliminated and d not in Scenario.eliminated implies\n\t\t#c.votes + #c.transfers <= #d.votes + #d.transfers\n}\n\n-- Basic Lemmas\nassert honestCount {\n\t all c: Candidate | all b: Ballot | b in c.votes + c.transfers implies c in b.assignees\n}\ncheck honestCount for 15 but 6 int\n\nassert atLeastOneLoser {\n\t0 < #Scenario.losers\n}\ncheck atLeastOneLoser for 15 but 6 int\n\nassert atLeastOneWinner {\n\t0 < #Scenario.winners\n}\ncheck atLeastOneWinner for 14 but 6 int\n\nassert wellFormednessOfBallots {\n\tall b: Ballot | b.assignees in Election.candidates\n}\ncheck wellFormednessOfBallots for 18 but 6 int\n\nassert wellFormedBallotBox {\n\t\t#BallotBox.ballots = sum (#Election.candidates.votes) \n}\ncheck wellFormedBallotBox for 14 but 6 int\n\nassert plurality {\n\tall c: Candidate | all b: Ballot | b in c.votes and \n\t\tElection.method = Plurality implies c in b.preferences.first\n}\ncheck plurality for 18 but 6 int\n\nassert wellFormedTieBreaker {\n\tsome w,l : Candidate | (w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers) implies \n\t\tw.outcome = TiedWinner and \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome=TiedEarlyLoser)\n}\ncheck wellFormedTieBreaker for 18 but 6 int\n\nassert validSurplus {\n\tall c: Candidate | 0 < #c.surplus implies (c.outcome = Winner or c.outcome = QuotaWinner or \n\t\tc in Scenario.eliminated)\n}\ncheck validSurplus for 16 but 6 int\n\n-- Advanced Lemmas\n\/\/ No lost votes during counting\nassert accounting {\n\tall b: Ballot | one c: Candidate | b in c.votes and c in b.assignees\n}\ncheck accounting for 16 but 6 int\n\n\/\/ No ballots created or destroyed during counting\nassert immutability {\n\tall c: Candidate | c.votes + c.transfers in BallotBox.ballots and c.surplus in BallotBox.ballots\n}\ncheck immutability for 16 but 6 int\n\n-- 18 Different Scenarios\npred TwoCandidatePlurality { \n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 2\n}\nrun TwoCandidatePlurality for 10 but 1 Ballot, 6 int\n\npred PluralityTiedWinner {\n\tElection.method = Plurality\n\tElection.seats = 1\n\tsome disj a,b: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser\n}\nrun PluralityTiedWinner for 10 but 2 Ballot, 6 int\n\npred ThreeCandidatePlurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 3\n}\nrun ThreeCandidatePlurality for 6 int\n\npred Plurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun Plurality for 5 but 6 int\n\npred TenCandidatePluralityWithTwoSeats {\n\tElection.method = Plurality\n\tElection.seats = 2\n\t#Election.candidates = 10\n}\nrun TenCandidatePluralityWithTwoSeats for 10 but 6 int\n\npred InstantRunoffVoting {\n\tElection.method = STV\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun InstantRunoffVoting for 10 but 6 int\n\npred STV3 {\n\tElection.method = STV\n\tElection.seats = 3\n}\nrun STV3 for 5 but 6 int\n\npred ThreeWinnersOneLoser {\n\tsome a: Candidate | a.outcome = Winner\n \tsome b: Candidate | b.outcome = QuotaWinner\n\tsome c: Candidate | c.outcome = CompromiseWinner\n\tsome d: Candidate | d in Scenario.losers\n}\nrun ThreeWinnersOneLoser for 8 but 6 int\n\npred LoserAndEarlyLoser {\n\tone d: Candidate | d.outcome = Loser\n\tone e: Candidate | e.outcome = EarlyLoser\n}\nrun LoserAndEarlyLoser for 5 but 6 int\n\npred OneWinnerNineLosers {\n\t#Scenario.winners = 1\n\t#Scenario.losers = 9\n}\nrun OneWinnerNineLosers for 16 but 6 int\n\npred TwentyFiveBallots {\n\t#BallotBox.ballots = 25\n}\nrun TwentyFiveBallots for 25 but 6 int\n\npred ThreeWayTie {\n\tsome disj a,b,c: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser\n}\nrun ThreeWayTie for 5 but 6 int\n\npred FiveWayTie {\n\tsome disj a,b,c,d,e: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser and d.outcome = TiedLoser and e.outcome = TiedWinner\n}\nrun FiveWayTie for 7 but 6 int\n\npred TwentyCandidates {\n\t#Election.candidates = 20\n\tsome c: Candidate | 0 < #c.votes and c in Scenario.losers\n}\nrun TwentyCandidates for 20 but 6 int\n\npred Outcomes {\n \tsome disj a,b,c,d,e,f,g,h,i: Candidate | \n\t\t(a.outcome = Winner and b.outcome = QuotaWinner and \n\t\tc.outcome = CompromiseWinner and d.outcome = Loser and\n\t\te.outcome = EarlyLoser and f.outcome = SoreLoser and\n\t\tg.outcome = TiedWinner and h.outcome = TiedLoser and i.outcome = TiedEarlyLoser)\n}\nrun Outcomes for 10 but 6 int\n\npred FifteenDifferentBallots {\n\t#BallotBox.ballots = 15\n\tno disj a,b: Ballot | a.preferences.first = b.preferences.first and #a.preferences = #b.preferences and\n\t\ta.preferences.last = b.preferences.last and #a.assignees = #b.assignees\n}\nrun FifteenDifferentBallots for 15 but 6 int\n\npred ScenarioLWW {\n\tsome a: Candidate | a.outcome = Loser\n\tsome disj b,c: Candidate | b.outcome = Winner and c.outcome = Winner\n}\nrun ScenarioLWW for 6 int\n\npred AnyScenarioWithTiedSoreLoser {\n\tsome c: Candidate | c.outcome = TiedSoreLoser\n}\nrun AnyScenarioWithTiedSoreLoser for 6 int\n","old_contents":"-- Dermot Cochran, 2010, IT University of Copenhagen\n-- http:\/\/www.kindsoftware.com\n-- See ICSE 2011 paper 'Exploring the Universe of Ballot Boxes'\n\nmodule Voting\n\nopen util\/integer\n\n-- A person standing for election\nsig Candidate {\n \tvotes: \t\tset Ballot, \t-- First preference ballots assigned to this candidate\n\ttransfers: set Ballot, \t-- Ballots received by transfer from another candidate\n\tsurplus: \tset Ballot, \t-- Ballots given to another candidate (on election or elimination)\n\toutcome: \tEvent\t\n} {\n\tno b: Ballot | b in votes & transfers\n\tall b: Ballot | b in votes + transfers => this in b.assignees\n\tsurplus in votes + transfers\n\tElection.method = Plurality implies #surplus = 0 and #transfers = 0\n}\n\n-- A digital or paper artifact which accurately records the intentions of the voter\nsig Ballot {\n assignees: \t\tset Candidate, -- Candidates to which this ballot has been assigned\n preferences: \tseq Candidate\n} {\n\tassignees in preferences.elems\n 0 < #preferences\n not preferences.hasDups\n\tpreferences.elems in Election.candidates\n\tpreferences.first in assignees\n\tElection.method = Plurality implies #preferences = 1\n}\n\n-- An election result\none sig Scenario {\n \tlosers: \t\t\t\t\tset Candidate,\n \twinners: \t\t\t\tset Candidate,\n\teliminated: \t\t\tset Candidate, \t\t-- Candidates excluded under STV rules\n\tthreshold: \t\t\tInt, \t\t\t\t\t\t-- Minimum number of votes for a Loser or EarlyLoser\n\tquota: \t\t\t\t\tInt\t\t\t\t\t\t-- Minimum number of votes for a STV Winner or QuotaWinner\n}\n{\n \twinners + losers = Election.candidates\n \t#winners = Election.seats\n \tno c: Candidate | c in losers & winners\n \t0 < #losers\n \tall w: Candidate | all l: Candidate | l in losers and w in winners implies \n\t\t#l.votes + #l.transfers <= #w.votes + #w.transfers\n\t0 <= threshold\n\tthreshold < quota\n\tElection.method = Plurality implies #eliminated = 0\n\teliminated in losers\n\tall c: Candidate | c in losers implies Election.method = Plurality or #c.votes + #c.transfers < quota\n}\n\n\/* \n\tThere are four winner-outcomes and six loser-outcomes:\n\n\tWinner: \t\t\t\t\t\t(W1) elected in the first round of counting either by quota or plurality,\n\tQuotaWinner: \t\t\t\t(W2) elected with transfers from another candidate (STV only),\n\tCompromiseWinner: \t(W3) elected on the last round of counting without quota (STV only),\n\tTiedWinner:\t\t\t\t\t(W4) elected by tie breaker,\n\tTiedLoser:\t\t\t\t\t(L1) loses only by tie breaker but reaches the threshold,\n\tLoser:\t\t\t \t\t\t\t(L2) defeated on last round but reaches the minimum threshold of votes,\n TiedEarlyLoser:\t\t\t(L3) reaches threshold but eliminated by tie breaker (STV only),\n\tEarlyLoser:\t\t\t\t\t(L4) reaches threshold but is eliminated before last round (STV only),\n\tTiedSoreLoser:\t\t\t\t(L5) loses only by tie breaker but does not reach threshold,\n\tSoreLoser: \t\t\t\t\t(L6) does not even reach the mimimum threshold of votes\n*\/\nenum Event {Winner, QuotaWinner, CompromiseWinner, TiedWinner, \n\tTiedLoser, Loser, TiedEarlyLoser, EarlyLoser, TiedSoreLoser, SoreLoser}\n\nenum Method {Plurality, STV}\n\n-- A collection of ballots cast in an election\none sig BallotBox {\n\tballots: set Ballot\n} {\n 0 < #ballots\n\tall b: Ballot | b in ballots\n}\n\n-- An Election Constituency\none sig Election {\n candidates: \tset Candidate,\n seats: \t\t\t\tInt,\n method: \t\t\tMethod\n}\n{\n \t0 < seats\n \tseats < #candidates\n \tall c: Candidate | c in candidates\n}\n\n-- Independent Axioms\nfact integrity {\n all c: Candidate | all b: Ballot | b in c.votes implies c in b.assignees\n}\n\nfact pluralityEvents {\n\tall c: Candidate | Election.method = Plurality implies\n\t\t(c.outcome = Loser or c.outcome = SoreLoser or c.outcome = Winner or \n\t\tc.outcome = TiedWinner or c.outcome = TiedLoser)\n}\n\nfact wellFormedQuota {\n\tElection.method = STV implies \n\t\t#BallotBox.ballots < Scenario.quota.mul[Election.seats+1] and\n\t\tScenario.quota.mul[Election.seats] <= #BallotBox.ballots \n}\n\nfact wellFormedThreshold {\n\t#BallotBox.ballots <= Scenario.threshold.mul[20] or \n\tElection.method = STV implies Scenario.quota <= Scenario.threshold.mul[4]\n}\n\nfact noStrayBallots {\n\tall b: Ballot | b in BallotBox.ballots\n}\n\nfact winnerSTV {\n\tall c: Candidate | Election.method = STV implies (\n\t\tc.outcome = Winner iff Scenario.quota <= #c.votes)\n}\n\nfact transferWinner {\n\tall c: Candidate | c.outcome = QuotaWinner iff \n\t\t#c.votes < Scenario.quota and Scenario.quota <= #c.votes + #c.transfers \n}\n\nfact closeWinner {\n\tall c: Candidate | c.outcome = CompromiseWinner or c.outcome = TiedWinner iff \n\t\tc in Scenario.winners and #c.votes + #c.transfers < Scenario.quota\n}\n\nfact soreLoser {\n\tall c: Candidate | (c.outcome = SoreLoser or c.outcome = TiedSoreLoser) iff \n\t\t#c.votes + #c.transfers < Scenario.threshold\n}\n\nfact loser {\n\tall c: Candidate | (c.outcome = Loser or c.outcome = TiedLoser or c.outcome = TiedSoreLoser) iff \n\t\tc in Scenario.losers - Scenario.eliminated\n}\n\nfact earlyLoser {\n\tall c: Candidate | c.outcome = EarlyLoser or c.outcome = TiedEarlyLoser iff \n\t\t(c in Scenario.losers & Scenario.eliminated and Scenario.threshold <= #c.votes + #c.transfers)\n}\n\nfact winners {\n\tall c: Candidate | c in Scenario.winners iff \n\t\tc.outcome = Winner or c.outcome = QuotaWinner or c.outcome = CompromiseWinner or \n\t\tc.outcome = TiedWinner\n}\n\nfact losers {\n\tall c: Candidate | c in Scenario.losers iff\n\t\t(c.outcome = Loser or c.outcome = EarlyLoser or c.outcome = SoreLoser or \n\t\tc.outcome = TiedLoser or c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser)\n}\n\n-- Non-Independent Axioms\nfact transfers {\n\tall c: Candidate | 0 < #c.transfers implies Election.method = STV\n}\n\nfact onlyWinnersAndQuotaWinnersHaveSurplus {\n\tall c: Candidate | 0 < #c.surplus implies \n\t\tc.outcome = Winner or c.outcome = QuotaWinner\n}\n\nfact winnersNeedNoTransfers {\n\t\tall c: Candidate | c.outcome = Winner implies 0 = #c.transfers\n}\n\nfact firstPreference {\n\tall b: Ballot | all c: Candidate | b.preferences.first = c iff b in c.votes\n}\n\nfact sizeOfSurplus {\n\tall c: Candidate | (c in Scenario.winners and Election.method = STV and 0 < #c.surplus) implies \n\t\t#c.surplus = #c.votes + #c.transfers - Scenario.quota\n}\n\nfact tieBreaker {\n\tall w: Candidate | some l: Candidate | w.outcome = TiedWinner implies \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser)\n}\n\nfact transferToNextPreference {\n\tall b: Ballot | all disj donor,receiver: Candidate |\n\t\t(donor + receiver in b.assignees and\n\t\tb in receiver.transfers and b in donor.surplus implies \n\t\tb.preferences.idxOf[donor] < b.preferences.idxOf[receiver] and\n\t\treceiver in b.preferences.rest.elems)\n}\n\nfact pluralityWinner {\n\tall disj a, b: Candidate | (Election.method = Plurality and Election.seats = 1) and\n\t\ta.outcome = Winner implies #b.votes <= #a.votes\n}\n\nfact validTieBreaker {\n\tall l: Candidate | some w: Candidate | l.outcome = TiedLoser implies w.outcome = TiedWinner\n}\n\nfact transferToNextContinuingCandidate {\n\tall disj skipped, receiving: Candidate | all b: Ballot |\n\t\tb.preferences.idxOf[skipped] < b.preferences.idxOf[receiving] and\n\t\treceiving in b.assignees and (not skipped in b.assignees) implies\n\t\t(skipped in Scenario.eliminated or skipped.outcome = Winner or \n\t\tskipped.outcome = QuotaWinner)\n}\n\n\/\/ All ballots transfers are associated with the last candidate to receive the transfer\nfact ownership {\n\tall disj c,d: Candidate | all b: Ballot | b in c.transfers implies c in b.assignees and \n\t\t(d not in b.assignees or b.preferences.idxOf[d] < b.preferences.idxOf[c])\n}\n\n\/\/ Lowest candidate is eliminated first\nfact lowestElimination {\n\tall disj c,d: Candidate | c in Scenario.eliminated and d not in Scenario.eliminated implies\n\t\t#c.votes + #c.transfers <= #d.votes + #d.transfers\n}\n\n-- 8 Basic Lemmas\nassert honestCount {\n\t all c: Candidate | all b: Ballot | b in c.votes + c.transfers implies c in b.assignees\n}\ncheck honestCount for 15 but 6 int\n\nassert atLeastOneLoser {\n\t0 < #Scenario.losers\n}\ncheck atLeastOneLoser for 15 but 6 int\n\nassert atLeastOneWinner {\n\t0 < #Scenario.winners\n}\ncheck atLeastOneWinner for 14 but 6 int\n\nassert wellFormednessOfBallots {\n\tall b: Ballot | b.assignees in Election.candidates\n}\ncheck wellFormednessOfBallots for 18 but 6 int\n\nassert wellFormedBallotBox {\n\t\t#BallotBox.ballots = sum (#Election.candidates.votes) \n}\ncheck wellFormedBallotBox for 14 but 6 int\n\nassert plurality {\n\tall c: Candidate | all b: Ballot | b in c.votes and \n\t\tElection.method = Plurality implies c in b.preferences.first\n}\ncheck plurality for 18 but 6 int\n\nassert wellFormedTieBreaker {\n\tsome w,l : Candidate | (w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers) implies \n\t\tw.outcome = TiedWinner and \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome=TiedEarlyLoser)\n}\ncheck wellFormedTieBreaker for 18 but 6 int\n\nassert validSurplus {\n\tall c: Candidate | 0 < #c.surplus implies (c.outcome = Winner or c.outcome = QuotaWinner or \n\t\tc in Scenario.eliminated)\n}\ncheck validSurplus for 16 but 6 int\n\n-- 4 Advanced Lemmas\n\/\/ No lost votes during counting\nassert accounting {\n\tall b: Ballot | one c: Candidate | b in c.votes and c in b.assignees\n}\ncheck accounting for 16 but 6 int\n\n\/\/ No ballots created or destroyed during counting\nassert immutability {\n\tall c: Candidate | c.votes + c.transfers in BallotBox.ballots and c.surplus in BallotBox.ballots\n}\ncheck immutability for 16 but 6 int\n\n\/\/ Election result is always correct\nassert correctness {\n}\n\n\/\/ All unique paths in algorithm have at least one scenario\nassert completeness {\n}\n\n-- 18 Different Scenarios\npred TwoCandidatePlurality { \n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 2\n}\nrun TwoCandidatePlurality for 10 but 1 Ballot, 6 int\n\npred PluralityTiedWinner {\n\tElection.method = Plurality\n\tElection.seats = 1\n\tsome disj a,b: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser\n}\nrun PluralityTiedWinner for 10 but 2 Ballot, 6 int\n\npred ThreeCandidatePlurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 3\n}\nrun ThreeCandidatePlurality for 6 int\n\npred Plurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun Plurality for 5 but 6 int\n\npred TenCandidatePluralityWithTwoSeats {\n\tElection.method = Plurality\n\tElection.seats = 2\n\t#Election.candidates = 10\n}\nrun TenCandidatePluralityWithTwoSeats for 10 but 6 int\n\npred InstantRunoffVoting {\n\tElection.method = STV\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun InstantRunoffVoting for 10 but 6 int\n\npred STV3 {\n\tElection.method = STV\n\tElection.seats = 3\n}\nrun STV3 for 5 but 6 int\n\npred ThreeWinnersOneLoser {\n\tsome a: Candidate | a.outcome = Winner\n \tsome b: Candidate | b.outcome = QuotaWinner\n\tsome c: Candidate | c.outcome = CompromiseWinner\n\tsome d: Candidate | d in Scenario.losers\n}\nrun ThreeWinnersOneLoser for 8 but 6 int\n\npred LoserAndEarlyLoser {\n\tone d: Candidate | d.outcome = Loser\n\tone e: Candidate | e.outcome = EarlyLoser\n}\nrun LoserAndEarlyLoser for 5 but 6 int\n\npred OneWinnerNineLosers {\n\t#Scenario.winners = 1\n\t#Scenario.losers = 9\n}\nrun OneWinnerNineLosers for 16 but 6 int\n\npred TwentyFiveBallots {\n\t#BallotBox.ballots = 25\n}\nrun TwentyFiveBallots for 25 but 6 int\n\npred ThreeWayTie {\n\tsome disj a,b,c: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser\n}\nrun ThreeWayTie for 5 but 6 int\n\npred FiveWayTie {\n\tsome disj a,b,c,d,e: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser and d.outcome = TiedLoser and e.outcome = TiedWinner\n}\nrun FiveWayTie for 7 but 6 int\n\npred TwentyCandidates {\n\t#Election.candidates = 20\n\tsome c: Candidate | 0 < #c.votes and c in Scenario.losers\n}\nrun TwentyCandidates for 20 but 6 int\n\npred Outcomes {\n \tsome disj a,b,c,d,e,f,g,h,i: Candidate | \n\t\t(a.outcome = Winner and b.outcome = QuotaWinner and \n\t\tc.outcome = CompromiseWinner and d.outcome = Loser and\n\t\te.outcome = EarlyLoser and f.outcome = SoreLoser and\n\t\tg.outcome = TiedWinner and h.outcome = TiedLoser and i.outcome = TiedEarlyLoser)\n}\nrun Outcomes for 10 but 6 int\n\npred FifteenDifferentBallots {\n\t#BallotBox.ballots = 15\n\tno disj a,b: Ballot | a.preferences.first = b.preferences.first and #a.preferences = #b.preferences and\n\t\ta.preferences.last = b.preferences.last and #a.assignees = #b.assignees\n}\nrun FifteenDifferentBallots for 15 but 6 int\n\npred ScenarioLWW {\n\tsome a: Candidate | a.outcome = Loser\n\tsome disj b,c: Candidate | b.outcome = Winner and c.outcome = Winner\n}\nrun ScenarioLWW for 6 int\n\npred AnyScenarioWithTiedSoreLoser {\n\tsome c: Candidate | c.outcome = TiedSoreLoser\n}\nrun AnyScenarioWithTiedSoreLoser for 6 int\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"fadf0bf492792210518a9c9db6dc8d80a599b71a","subject":"Copy Alloy exercise for Thursday's tutorial","message":"Copy Alloy exercise for Thursday's tutorial\n","repos":"jaanos\/LVR-2016,jaanos\/LVR-2016","old_file":"tutorials\/2017\/thursday\/tutorial_questions.als","new_file":"tutorials\/2017\/thursday\/tutorial_questions.als","new_contents":"\/\/ This tutorial models a certain kind of state machine in Alloy\n\n\/\/ A state machine is a set of states.\n\/\/ Each state q has a successor relation. \n\/\/ q.successors is the set of possible next states following state q\n\nsig State { \n\tsuccessors: set State\n} \n\n\/\/ There is exactly one initial state\n\none sig Initial extends State { }\n\n\/\/ There is a set of final states\n\/\/ Each final state has an empty set of successors\n\nsig Final extends State { } { no successors }\n\n\/\/ The kind of state machine we are modelling has two other kinds of state: \n\/\/ yellow states and black states.\n\/\/ By using sig declarations in Alloy these sets are disjoint by default.\n\/\/ We add an axiom (a \"fact\") asserting that every state is initial, final, yellow or black\n\nsig Yellow extends State { } \nsig Black extends State { } \nfact { State = Initial + Final + Yellow + Black }\n\n\/\/ The 0-arity predicate nontrivModel below expresses that the model is \"nontrivial\" in the\n\/\/ sense that black, yellow and final states all exist.\n\npred nontrivModel { #Final > 0 && #Black > 0 && #Yellow > 0 }\n\n\/\/ Uncomment the run command below to check to see if the predicate can be satisfied in scope 1\n\/\/ run nontrivModel for 1\n\n\/\/ *** EXERCISE 1 ***\n\/\/ (a) Find the smallest scope in which nontrivModel is satisfiable\n\/\/ (b) Look at the model generated by clicking on Instance\n\/\/\tTo improve the display of the model click on Theme\n\/\/\tClick on sig Black in the left-hand menu and colour Black states black\n\/\/\tSimilarly colour Yellow states yellow, the initial state green and final states red\n\/\/\tClick on successors and delete the label from the text box in the top left corner\n\/\/\tIf there is a funny $nontrivModel relation displayed click on that and set \"show as arcs\" to off\n\/\/\tClick on Apply and then Close\n\/\/ The model should now display nicely\n\/\/ (c) Look at further models by clicking on Next\n\/\/\tAlso run nontrivModel again in larger scope (not too large) to generate larger models\n\n\/\/ *** EXERCISE 2 ***\n\/\/ Say that a state is deadlocked if it has no successors.\n\/\/ The sig declaration for Final requires final states to be deadlocked\n\/\/ Add an axiom stating that only Final states can deadlock\n\/\/ (You may find it useful to use a comprehension term { q: A | P }\n\/\/ which defines the subset of those q in set A that satisfy property P)\n\/\/ For a good reference on the logic of Alloy look at the slides for Session 1 of: \n\/\/ http:\/\/alloy.mit.edu\/alloy\/tutorials\/day-course\/\n\n\/\/ After this, and all subsequent exercises involving the addition of new facts run nontrivModel\n\/\/ in suitable scope and use the Next button to again explore the range of models available\n\n\/\/ *** EXERCISE 3 ***\n\/\/ Add an axiom stating that every state is reachable from the initial state\n\n\/\/ *** EXERCISE 4 ***\n\/\/ Black nodes are intended to represent error states. \n\/\/ When an execution reaches a black node it has to be corrected by eventually\n\/\/ resetting the system by returning it to the Initial node.\n\/\/ Add an axiom stating that the initial node is reachable from every black node\n\n\/\/*** EXERCISE 5 ***\n\/\/ Yellow states are intended to represent non-error intermediate states that \n\/\/ may be encountered en-route to arriving at a final state\n\/\/ Add an axiom stating that every yellow state has a path to a final state\n\n\/\/ *** EXERCISE 6 ***\n\/\/ In this exercise we use the \"assert\" command to state a property that we\n\/\/ hope follows from the axioms.\n\/\/ The property is that every state has a path to a final state\n\/\/ complete the assert command below by filling in the property\n\/\/ between the curly braces.\n\nassert finishable { }\n\n\/\/ Uncomment and modify the check command below to check finishable in a sufficiently large scope to\n\/\/ be confident whether or not the property is true.\n\n\/\/ check finishable for 1\n\n\/\/ If the property is not true then can you fix the model to make it true?\n\n\/\/ *** EXERCISE 7 ***\n\/\/ There is one further property we want to axiomatize.\n\/\/ We want to force the system to reset after a Black state.\n\/\/ This can be achieved by requiring that \n\/\/ every path to a final state from a black state goes through the initial state.\n\/\/ Add this as an axiom.\n\/\/ (Hint, you might need to use set operators to define a derived relation.)\n","old_contents":"","returncode":1,"stderr":"error: pathspec 'tutorials\/2017\/thursday\/tutorial_questions.als' did not match any file(s) known to git\n","license":"mit","lang":"Alloy"} {"commit":"0c5e8185367f58e0a01f1aab038d2ed70efa5201","subject":"fixed bug","message":"fixed bug\n","repos":"septract\/stellite-tool","old_file":"alloy\/c11Relat.als","new_file":"alloy\/c11Relat.als","new_contents":"module c11Relat\n\/\/ open util\/relation\n\n\/\/ TODO: don't have non-atomic actions in this model, just NA locations. \n\n\/\/ Disable non-atomics entirely\nfact { \n no NonAtomic \n} \n\n\/\/ Helper predicate: assert there are no transitive edges in a relation \npred is_core [ r : Action -> Action ] { \n all a,b,c: Action | \n (a -> b) + (b -> c) in ^r implies not (a -> c) in r \n} \n\n\/\/ Locations can be local or global \nabstract sig Loc {} \nsig Glob, Thr extends Loc {} \n\n\/\/ Furthermore global locations can be atomic or nonatomic \nsig Atomic, NonAtomic in Glob {} \nfact { \n Atomic + NonAtomic = Glob \n disj [ Atomic, NonAtomic ] \n} \n\nsig Val {} \none sig Init in Val {} \/\/ Magic initialisation value\n\n\/\/ Actions kinds corresponding to different memory actions\nabstract sig Kind {} \none sig Read, ReadN, Write, RMW, AssmEq, FenceSC extends Kind {} \n\n\/\/ Actions \nabstract sig Action {} \nsig Intern, Extern, Call, Ret extends Action {} \n\n\/\/ Locations are associated with actions correctly \npred locWF[ dom : set Action, \n kind : Action -> Kind, \n gloc : Action -> Glob, \n lloc1, lloc2 : Intern -> Thr ] { \n kind in (dom - (Call + Ret)) -> one Kind \n no (Call + Ret).kind\n\n gloc in (dom - (Call + Ret)) -> lone Glob\n\n \/\/ local variables are only recorded for internal actions \n lloc1 in (dom & Intern) -> lone Thr\n lloc2 in (dom & Intern) -> lone Thr\n\n all a : dom | { \n \/\/ All reads, writes, RMW access global locations\n a in kind.(Read + ReadN + Write + RMW) iff one a.gloc\n\n \/\/ Reads and writes access zero or one local variables\n a in kind.(Read + Write) & Intern implies { \n one a.lloc1 and no a.lloc2\n } \n\n \/\/ Assume and RMW access two local variables\n a in kind.(AssmEq + RMW) & Intern implies { \n one a.lloc1 and one a.lloc2\n } \n \n \/\/ Fences and ReadN don't access local variables\n a in kind.(ReadN + FenceSC) & Intern implies { \n no a.lloc1 and no a.lloc2 \n } \n } \n} \n\n\/\/ Values are associated with actions correctly \npred valWF[ dom : set Action,\n kind : Action -> Kind, \n wv, rv : Action -> Val ] { \n wv in (dom - (Call + Ret)) -> lone Val\n rv in (dom - (Call + Ret)) -> lone Val\n\n \/\/ Writes have a written value, reads have a read value, RMW have both\n all a : dom - (Call + Ret) | { \n kind[a] in Write iff { \n one a.wv\n no a.rv\n } \n kind[a] in (Read + ReadN) iff { \n one a.rv\n no a.wv\n } \n kind[a] in RMW iff { \n one a.rv\n one a.wv\n } \n \/\/ Implicitly, all other actions have no rv \/ wv\n } \n} \n\n\/\/ SB is acyclic \npred SBwf [ dom : set Action, \n kind : Action -> Kind,\n sb: Action -> Action ] {\n no iden & ^sb \n} \n\n\/\/ HB is acyclic \npred HBacyc [ dom : set Action, kind : Action -> Kind,\n loc : Action -> Loc, wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] { \n no iden & ^hb \n} \n\n\/\/ Find the last value written for a given local variable and action\nfun lastval [ dom : set Action, \n kind : Action -> Kind, \n lloc : Action -> Loc, \n callmap : Thr -> Val, \n rv : Action -> Val, \n sb : Action -> Action, \n curr : Action, \n currloc : Loc ] : set Val { \n { v : Val | \n some r : dom & kind.Read | { \n r.rv = v \n r -> curr in ^sb \n r.lloc = currloc \n no r' : dom & kind.Read | { \n (r -> r') + (r' -> curr) in ^sb \n r'.lloc = currloc \n } \n } \n } \n + \n { v : Val | {\n v = (currloc).callmap \n (Call -> curr) in ^sb \n no r' : dom & kind.Read | { \n (Call -> r') + (r' -> curr) in ^sb \n r'.lloc = currloc \n } \n } \n } \n} \n\n\/\/ Write the value given at the call to the same local variable.\n\/\/ TODO: handle internal RMW \npred RFwfLocal [ dom : set Action, \n kind : Action -> Kind, \n gloc : Action -> Loc, \n lloc1, lloc2 : Action -> Loc, \n callmap, retmap : Thr -> Val, \n wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] { \n callmap in Thr -> one Val \n retmap in Thr -> one Val \n\n \/\/ Assumes demand equality on local var values\n all a : dom & kind.AssmEq | { \n lastval[dom, kind, lloc1, callmap, rv, sb, a, a.lloc1] = \n lastval[dom, kind, lloc1, callmap, rv, sb, a, a.lloc2] \n } \n\n \/\/ Writes take the correct local var value \n all w : dom & kind.Write | {\n w.wv = lastval[dom, kind, lloc1, callmap, rv, sb, w, w.lloc1] \n } \n\n \/\/ The retmap takes the correct values. \n all t : Thr | { \n t.retmap = lastval[dom, kind, lloc1, callmap, rv, sb, Ret, t] \n } \n} \n\n\/\/ RF is well-formed \npred RFwf [ dom : set Action, \n kind : Action -> Kind,\n loc : Action -> Loc, \n wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] { \n \/\/ Read from at most one write \n rf in kind.(Write + RMW) lone -> kind.(Read + ReadN + RMW) \n\n \/\/ Irreflexive \n no iden & rf \n\n all r : dom & kind.(Read + ReadN + RMW) | { \n \/\/ Read from the same location written \n (rf.r).loc in r.loc \n\n \/\/ Value taken from origin write\n some rf.r implies r.rv = (rf.r).wv \/\/ and not r.rval in Init\n no rf.r implies r.rv in Init \n\n \/\/ Allow initialisation reads, but force actions to \n \/\/ read from an explicit write if any is hb-available \n \/\/ Note MO used here because r might be a RMW \n (some (hb + mo).r & (kind.(Write + RMW) <: loc).(r.loc) ) \n implies (some rf.r) \n \/\/ TODO: Mark isn't completely convinced\n } \n} \n\n\/\/ Define hb by combining rf with hb over atomics \npred HBdef [ dom : set Action, \n kind : Action -> Kind,\n loc : Action -> Loc, \n wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] {\n \/\/ sw (sync-with) is rf projected to atomic locations\n let aact = dom & loc.Atomic, \n sw = rf & (aact -> aact) | \n\n \/\/ sc is mo projected to SC fences\n let fences = dom & (kind.FenceSC), \n sc = mo & (fences -> fences) | \n\n hb = ^(sw + sb + sc)\n} \n\n\/\/ Coherence order is respected\n\/\/ Note: this version of the axiom also covers the AtomRMW rule. \npred CoWR [ dom : set Action, kind : Action -> Kind,\n loc : Action -> Loc, wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] {\n all r : dom & kind.(Read + ReadN + RMW), w1 : rf.r | \n not { (w1 -> r) in mo.(hb + mo) } \n} \n\n\/\/ Modification order is well-formed\npred MOwf [ dom : set Action, kind : Action -> Kind,\n loc : Action -> Loc, wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] { \n mo = ^mo \/\/ transitive\n no iden & mo \/\/ irreflexive \n mo in kind.(Write + RMW + FenceSC) -> kind.(Write + RMW + FenceSC)\n \n all disj w1, w2 : dom | {\n (w1 -> w2) in mo + ~mo iff { \n \/\/ per-location total on atomic read \/ RMWs \n ((w1.loc = w2.loc) and w1 + w2 in (loc.Atomic & kind.(Write + RMW))) \n or \n \/\/ total mo on SC fences \n (w1 + w2 in kind.FenceSC) \n } \n } \n} \n \n\n\/\/ HB and MO do not contradict one another\npred HBvsMO [ dom : set Action, kind : Action -> Kind,\n loc : Action -> Loc, wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] { \n no hb & ~mo \n} \n\n\/\/ \/\/ Stronger version of this axiom: rule out cycles, not loops\n\/\/ pred HBMOacyc [ e : Execution ] { \n\/\/ no iden & ^(e.hb + e.mo) \n\/\/ } \n\n\/\/ Reads-from edges for NAs all follow hb \npred RFNonAtomic [ dom : set Action, \n kind : Action -> Kind,\n loc : Action -> Loc, \n wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] { \n let NA_reads = (dom <: loc).NonAtomic & kind.(Read + ReadN) | \n (rf :> NA_reads) in hb \n} \n\n\/\/ Combine the different predicates into execution validity \npred valid [ dom : set Action, \n kind : Action -> Kind,\n gloc : Action -> Glob, \n lloc1, lloc2: Action -> Thr, \n callmap, retmap : Thr -> Val, \n wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] {\n \/\/ Sanity conditions\n hb + sb + mo + rf in (dom -> dom) \n\n \/\/ Pre-execution structure \n locWF[dom, kind, gloc, lloc1, lloc2] \n valWF[dom, kind, wv, rv]\n SBwf[dom, kind, sb]\n\n \/\/ Local variable handling \n RFwfLocal[dom, kind, gloc, lloc1, lloc2, callmap, retmap, wv, rv, hb, sb, mo, rf] \n\n \/\/ Axioms \n HBacyc[dom, kind, gloc, wv, rv, hb, sb, mo, rf] \n RFwf[dom, kind, gloc, wv, rv, hb, sb, mo, rf] \n HBdef[dom, kind, gloc, wv, rv, hb, sb, mo, rf] \n CoWR[dom, kind, gloc, wv, rv, hb, sb, mo, rf] \n MOwf[dom, kind, gloc, wv, rv, hb, sb, mo, rf] \n HBvsMO[dom, kind, gloc, wv, rv, hb, sb, mo, rf] \n RFNonAtomic[dom, kind, gloc, wv, rv, hb, sb, mo, rf] \n} \n\n\/\/ Test whether the execution is DRF \npred DRF [ dom : set Action, \n kind : Action -> Kind,\n loc : Action -> Loc, \n wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] { \n all l : NonAtomic | \n all disj w, a : (dom <: loc).l | \n (w in kind.Write) \n and \n (a in kind.(Write + Read + ReadN)) \n implies \n (w -> a) in (hb + ~hb) \n} \n\n\/\/ The execution is sequential, i.e. sb is total\npred sequential [ dom : set Action, sb : Action -> Action ] { \n all disj a1, a2 : dom | a1 -> a2 in ^sb + ^(~sb)\n} \n\n\n\/*************************************************\/ \n\/* Tests *\/ \n\/*************************************************\/ \n\n\/\/ run valid_run\n\/\/ { some dom : set Action, kind : Action -> Kind,\n\/\/ gloc, lloc : Action -> Loc, \n\/\/ callmap, retmap : Thr -> Val, \n\/\/ wv, rv : Action -> Val, \n\/\/ hb, sb, mo, rf : Action -> Action | {\n\/\/ valid[dom, kind, gloc, lloc, callmap, retmap, wv, rv, ^hb, sb, mo, rf]\n\/\/ dom = Action \n\/\/ Loc = dom.(gloc + lloc)\n\/\/ is_core[hb] \n\/\/ is_core[sb] \n\/\/ no Call + Ret\n\/\/ } \n\/\/ } for 6 but exactly 2 Thr, 0 Extern\n\/\/ \n\/\/ \n\/\/ run seq_run\n\/\/ { some dom : set Action, kind : Action -> Kind,\n\/\/ gloc, lloc : Action -> Loc, \n\/\/ callmap, retmap : Thr -> Val, \n\/\/ wv, rv : Action -> Val, \n\/\/ hb, sb, mo, rf : Action -> Action | {\n\/\/ valid[dom, kind, gloc, lloc, callmap, retmap, wv, rv, ^hb, sb, mo, rf]\n\/\/ dom = Action \n\/\/ Loc = dom.(gloc + lloc) \n\/\/ is_core[hb] \n\/\/ is_core[sb] \n\/\/ \/\/ check sequential \n\/\/ sequential[dom, sb] \n\/\/ no Call + Ret\n\/\/ } \n\/\/ } for 6\n\/\/ \n\n\/\/ \/\/ Executions with no non-atomics are automatically DRF \n\/\/ check atomic_DRF \n\/\/ { all dom : set Action, kind : Action -> Kind,\n\/\/ loc : Action -> Loc, wv, rv : Action -> Val, \n\/\/ hb, sb, mo, rf : Action -> Action |\n\/\/ valid[dom, kind, loc, wv, rv, ^hb, sb, mo, rf] \n\/\/ implies DRF[dom, kind, loc, wv, rv, ^hb, sb, mo, rf] \n\/\/ }\n\/\/ for 30\n\/\/ but 0 NonAtomic \n\/\/ \n\/\/ \/\/ Sequential executions are automatically DRF \n\/\/ check seq_DRF \n\/\/ { all dom : set Action, kind : Action -> Kind,\n\/\/ loc : Action -> Loc, wv, rv : Action -> Val, \n\/\/ hb, sb, mo, rf : Action -> Action |\n\/\/ valid[dom, kind, loc, wv, rv, ^hb, sb, mo, rf] \n\/\/ and sequential[dom, sb] \n\/\/ implies DRF[dom, kind, loc, wv, rv, ^hb, sb, mo, rf] \n\/\/ } \n\/\/ for 10\n\/\/ \n\/\/ run litmus_SB \n\/\/ { some dom : set Action, kind : Action -> Kind,\n\/\/ loc : Action -> Loc, wv, rv : Action -> Val, \n\/\/ hb, sb, mo, rf : Action -> Action | {\n\/\/ valid[dom, kind, loc, wv, rv, ^hb, sb, mo, rf]\n\/\/ DRF[dom, kind, loc, wv, rv, ^hb, sb, mo, rf] \n\/\/ dom = Action \n\/\/ Loc = dom.loc \n\/\/ is_core[hb] \n\/\/ is_core[sb] \n\/\/ \/\/ litmus test \n\/\/ code_SB[dom, kind, loc, wv, rv, ^hb, sb, mo, rf] \n\/\/ }\n\/\/ } \n\/\/ for 6 \n\/\/ but 0 NonAtomic, 2 Val \n\/\/ \n\/\/ run litmus_IRIW \n\/\/ { some dom : set Action, kind : Action -> Kind,\n\/\/ loc : Action -> Loc, wv, rv : Action -> Val, \n\/\/ hb, sb, mo, rf : Action -> Action | {\n\/\/ valid[dom, kind, loc, wv, rv, ^hb, sb, mo, rf]\n\/\/ DRF[dom, kind, loc, wv, rv, ^hb, sb, mo, rf] \n\/\/ dom = Action \n\/\/ Loc = dom.loc \n\/\/ is_core[hb] \n\/\/ is_core[sb] \n\/\/ \/\/ litmus test \n\/\/ code_IRIW[dom, kind, loc, wv, rv, ^hb, sb, mo, rf] \n\/\/ }\n\/\/ } \n\/\/ for 10\n\/\/ but 0 NonAtomic, 2 Val \n\/\/ \n\/\/ \/*************************************************\/ \n\/\/ \/* Litmus test code *\/ \n\/\/ \/*************************************************\/ \n\/\/ \n\/\/ \/\/ SB litmus test without initialisation\n\/\/ pred code_SB [ dom : set Action, kind : Action -> Kind,\n\/\/ loc : Action -> Loc, wv, rv : Action -> Val, \n\/\/ hb, sb, mo, rf : Action -> Action ] { \n\/\/ some disj wx, wy : kind.Write | \n\/\/ some disj rx, ry : kind.Read | { \n\/\/ dom = (wx + wy + rx + ry)\n\/\/ (wx -> ry) + (wy -> rx) in sb \/\/ allow stronger sb \n\/\/ one wx.loc + rx.loc \n\/\/ one wy.loc + ry.loc \n\/\/ no wx.loc & wy.loc\n\/\/ no rf \/\/ read from initialisation \n\/\/ } \n\/\/ } \n\/\/ \n\/\/ \/\/ Comment from JPW - alloy simplifies rel = ((a->b) + (c->d)... \n\/\/ \/\/ Refactor this code? \n\/\/ \n\/\/ pred code_IRIW [ dom : set Action, kind : Action -> Kind,\n\/\/ loc : Action -> Loc, wv, rv : Action -> Val, \n\/\/ hb, sb, mo, rf : Action -> Action ] { \n\/\/ some disj wx, wy : kind.Write | \n\/\/ some disj r1x, r2x, r1y, r2y : kind.Read | { \n\/\/ dom = wx + wy + r1x + r2x + r1y + r2y \n\/\/ rf = ((wx -> r1x) + (wy -> r2y)) \n\/\/ ((r1x -> r1y) + (r2y -> r2x)) in sb\n\/\/ one wx.loc + r1x.loc + r2x.loc \n\/\/ one wy.loc + r1y.loc + r2y.loc \n\/\/ no wx.loc & wy.loc \n\/\/ } \n\/\/ } \n\/\/ \n","old_contents":"module c11Relat\n\/\/ open util\/relation\n\n\/\/ TODO: don't have non-atomic actions in this model, just NA locations. \n\n\/\/ Disable non-atomics entirely\nfact { \n no NonAtomic \n} \n\n\/\/ Helper predicate: assert there are no transitive edges in a relation \npred is_core [ r : Action -> Action ] { \n all a,b,c: Action | \n (a -> b) + (b -> c) in ^r implies not (a -> c) in r \n} \n\n\/\/ Locations can be local or global \nabstract sig Loc {} \nsig Glob, Thr extends Loc {} \n\n\/\/ Furthermore global locations can be atomic or nonatomic \nsig Atomic, NonAtomic in Glob {} \nfact { \n Atomic + NonAtomic = Glob \n disj [ Atomic, NonAtomic ] \n} \n\nsig Val {} \none sig Init in Val {} \/\/ Magic initialisation value\n\n\/\/ Actions kinds corresponding to different memory actions\nabstract sig Kind {} \none sig Read, ReadN, Write, RMW, AssmEq, FenceSC extends Kind {} \n\n\/\/ Actions \nabstract sig Action {} \nsig Intern, Extern, Call, Ret extends Action {} \n\n\/\/ Locations are associated with actions correctly \npred locWF[ dom : set Action, \n kind : Action -> Kind, \n gloc : Action -> Glob, \n lloc1, lloc2 : Intern -> Thr ] { \n kind in (dom - (Call + Ret)) -> one Kind \n no (Call + Ret).kind\n\n gloc in (dom - (Call + Ret)) -> lone Glob\n\n \/\/ local variables are only recorded for internal actions \n lloc1 in (dom & Intern) -> lone Thr\n lloc2 in (dom & Intern) -> lone Thr\n\n all a : dom | { \n \/\/ All reads, writes, RMW access global locations\n a in kind.(Read + Write + RMW) iff one a.gloc\n\n \/\/ Reads and writes access zero or one local variables\n a in kind.(Read + Write) & Intern implies { \n one a.lloc1 and one a.lloc2\n } \n\n \/\/ Reads and writes access zero or one local variables\n a in kind.ReadN & Intern implies { \n one a.lloc1 and no a.lloc2\n } \n\n \/\/ Assume and RMW access two local variables\n a in kind.(AssmEq + RMW) & Intern implies { \n one a.lloc1 and one a.lloc2\n } \n \n \/\/ Fences don't access local variables\n a in kind.FenceSC & Intern implies { \n no a.lloc1 and no a.lloc2 \n } \n } \n} \n\n\/\/ Values are associated with actions correctly \npred valWF[ dom : set Action,\n kind : Action -> Kind, \n wv, rv : Action -> Val ] { \n wv in (dom - (Call + Ret)) -> lone Val\n rv in (dom - (Call + Ret)) -> lone Val\n\n \/\/ Writes have a written value, reads have a read value, RMW have both\n all a : dom - (Call + Ret) | { \n kind[a] in Write iff { \n one a.wv\n no a.rv\n } \n kind[a] in (Read + ReadN) iff { \n one a.rv\n no a.wv\n } \n kind[a] in RMW iff { \n one a.rv\n one a.wv\n } \n \/\/ Implicitly, all other actions have no rv \/ wv\n } \n} \n\n\/\/ SB is acyclic \npred SBwf [ dom : set Action, \n kind : Action -> Kind,\n sb: Action -> Action ] {\n no iden & ^sb \n} \n\n\/\/ HB is acyclic \npred HBacyc [ dom : set Action, kind : Action -> Kind,\n loc : Action -> Loc, wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] { \n no iden & ^hb \n} \n\n\/\/ Find the last value written for a given local variable and action\nfun lastval [ dom : set Action, \n kind : Action -> Kind, \n lloc : Action -> Loc, \n callmap : Thr -> Val, \n rv : Action -> Val, \n sb : Action -> Action, \n curr : Action, \n currloc : Loc ] : set Val { \n { v : Val | \n some r : dom & kind.Read | { \n r.rv = v \n r -> curr in ^sb \n r.lloc = currloc \n no r' : dom & kind.Read | { \n (r -> r') + (r' -> curr) in ^sb \n r'.lloc = currloc \n } \n } \n } \n + \n { v : Val | {\n v = (currloc).callmap \n (Call -> curr) in ^sb \n no r' : dom & kind.Read | { \n (Call -> r') + (r' -> curr) in ^sb \n r'.lloc = currloc \n } \n } \n } \n} \n\n\/\/ Write the value given at the call to the same local variable.\n\/\/ TODO: handle internal RMW \npred RFwfLocal [ dom : set Action, \n kind : Action -> Kind, \n gloc : Action -> Loc, \n lloc1, lloc2 : Action -> Loc, \n callmap, retmap : Thr -> Val, \n wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] { \n callmap in Thr -> one Val \n retmap in Thr -> one Val \n\n \/\/ Assumes demand equality on local var values\n all a : dom & kind.AssmEq | { \n lastval[dom, kind, lloc1, callmap, rv, sb, a, a.lloc1] = \n lastval[dom, kind, lloc1, callmap, rv, sb, a, a.lloc2] \n } \n\n \/\/ Writes take the correct local var value \n all w : dom & kind.Write | {\n w.wv = lastval[dom, kind, lloc1, callmap, rv, sb, w, w.lloc1] \n } \n\n \/\/ The retmap takes the correct values. \n all t : Thr | { \n t.retmap = lastval[dom, kind, lloc1, callmap, rv, sb, Ret, t] \n } \n} \n\n\/\/ RF is well-formed \npred RFwf [ dom : set Action, \n kind : Action -> Kind,\n loc : Action -> Loc, \n wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] { \n \/\/ Read from at most one write \n rf in kind.(Write + RMW) lone -> kind.(Read + ReadN + RMW) \n\n \/\/ Irreflexive \n no iden & rf \n\n all r : dom & kind.(Read + ReadN + RMW) | { \n \/\/ Read from the same location written \n (rf.r).loc in r.loc \n\n \/\/ Value taken from origin write\n some rf.r implies r.rv = (rf.r).wv \/\/ and not r.rval in Init\n no rf.r implies r.rv in Init \n\n \/\/ Allow initialisation reads, but force actions to \n \/\/ read from an explicit write if any is hb-available \n \/\/ Note MO used here because r might be a RMW \n (some (hb + mo).r & (kind.(Write + RMW) <: loc).(r.loc) ) \n implies (some rf.r) \n \/\/ TODO: Mark isn't completely convinced\n } \n} \n\n\/\/ Define hb by combining rf with hb over atomics \npred HBdef [ dom : set Action, \n kind : Action -> Kind,\n loc : Action -> Loc, \n wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] {\n \/\/ sw (sync-with) is rf projected to atomic locations\n let aact = dom & loc.Atomic, \n sw = rf & (aact -> aact) | \n\n \/\/ sc is mo projected to SC fences\n let fences = dom & (kind.FenceSC), \n sc = mo & (fences -> fences) | \n\n hb = ^(sw + sb + sc)\n} \n\n\/\/ Coherence order is respected\n\/\/ Note: this version of the axiom also covers the AtomRMW rule. \npred CoWR [ dom : set Action, kind : Action -> Kind,\n loc : Action -> Loc, wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] {\n all r : dom & kind.(Read + ReadN + RMW), w1 : rf.r | \n not { (w1 -> r) in mo.(hb + mo) } \n} \n\n\/\/ Modification order is well-formed\npred MOwf [ dom : set Action, kind : Action -> Kind,\n loc : Action -> Loc, wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] { \n mo = ^mo \/\/ transitive\n no iden & mo \/\/ irreflexive \n mo in kind.(Write + RMW + FenceSC) -> kind.(Write + RMW + FenceSC)\n \n all disj w1, w2 : dom | {\n (w1 -> w2) in mo + ~mo iff { \n \/\/ per-location total on atomic read \/ RMWs \n ((w1.loc = w2.loc) and w1 + w2 in (loc.Atomic & kind.(Write + RMW))) \n or \n \/\/ total mo on SC fences \n (w1 + w2 in kind.FenceSC) \n } \n } \n} \n \n\n\/\/ HB and MO do not contradict one another\npred HBvsMO [ dom : set Action, kind : Action -> Kind,\n loc : Action -> Loc, wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] { \n no hb & ~mo \n} \n\n\/\/ \/\/ Stronger version of this axiom: rule out cycles, not loops\n\/\/ pred HBMOacyc [ e : Execution ] { \n\/\/ no iden & ^(e.hb + e.mo) \n\/\/ } \n\n\/\/ Reads-from edges for NAs all follow hb \npred RFNonAtomic [ dom : set Action, \n kind : Action -> Kind,\n loc : Action -> Loc, \n wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] { \n let NA_reads = (dom <: loc).NonAtomic & kind.(Read + ReadN) | \n (rf :> NA_reads) in hb \n} \n\n\/\/ Combine the different predicates into execution validity \npred valid [ dom : set Action, \n kind : Action -> Kind,\n gloc : Action -> Glob, \n lloc1, lloc2: Action -> Thr, \n callmap, retmap : Thr -> Val, \n wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] {\n \/\/ Sanity conditions\n hb + sb + mo + rf in (dom -> dom) \n\n \/\/ Pre-execution structure \n locWF[dom, kind, gloc, lloc1, lloc2] \n valWF[dom, kind, wv, rv]\n SBwf[dom, kind, sb]\n\n \/\/ Local variable handling \n RFwfLocal[dom, kind, gloc, lloc1, lloc2, callmap, retmap, wv, rv, hb, sb, mo, rf] \n\n \/\/ Axioms \n HBacyc[dom, kind, gloc, wv, rv, hb, sb, mo, rf] \n RFwf[dom, kind, gloc, wv, rv, hb, sb, mo, rf] \n HBdef[dom, kind, gloc, wv, rv, hb, sb, mo, rf] \n CoWR[dom, kind, gloc, wv, rv, hb, sb, mo, rf] \n MOwf[dom, kind, gloc, wv, rv, hb, sb, mo, rf] \n HBvsMO[dom, kind, gloc, wv, rv, hb, sb, mo, rf] \n RFNonAtomic[dom, kind, gloc, wv, rv, hb, sb, mo, rf] \n} \n\n\/\/ Test whether the execution is DRF \npred DRF [ dom : set Action, \n kind : Action -> Kind,\n loc : Action -> Loc, \n wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] { \n all l : NonAtomic | \n all disj w, a : (dom <: loc).l | \n (w in kind.Write) \n and \n (a in kind.(Write + Read + ReadN)) \n implies \n (w -> a) in (hb + ~hb) \n} \n\n\/\/ The execution is sequential, i.e. sb is total\npred sequential [ dom : set Action, sb : Action -> Action ] { \n all disj a1, a2 : dom | a1 -> a2 in ^sb + ^(~sb)\n} \n\n\n\/*************************************************\/ \n\/* Tests *\/ \n\/*************************************************\/ \n\n\/\/ run valid_run\n\/\/ { some dom : set Action, kind : Action -> Kind,\n\/\/ gloc, lloc : Action -> Loc, \n\/\/ callmap, retmap : Thr -> Val, \n\/\/ wv, rv : Action -> Val, \n\/\/ hb, sb, mo, rf : Action -> Action | {\n\/\/ valid[dom, kind, gloc, lloc, callmap, retmap, wv, rv, ^hb, sb, mo, rf]\n\/\/ dom = Action \n\/\/ Loc = dom.(gloc + lloc)\n\/\/ is_core[hb] \n\/\/ is_core[sb] \n\/\/ no Call + Ret\n\/\/ } \n\/\/ } for 6 but exactly 2 Thr, 0 Extern\n\/\/ \n\/\/ \n\/\/ run seq_run\n\/\/ { some dom : set Action, kind : Action -> Kind,\n\/\/ gloc, lloc : Action -> Loc, \n\/\/ callmap, retmap : Thr -> Val, \n\/\/ wv, rv : Action -> Val, \n\/\/ hb, sb, mo, rf : Action -> Action | {\n\/\/ valid[dom, kind, gloc, lloc, callmap, retmap, wv, rv, ^hb, sb, mo, rf]\n\/\/ dom = Action \n\/\/ Loc = dom.(gloc + lloc) \n\/\/ is_core[hb] \n\/\/ is_core[sb] \n\/\/ \/\/ check sequential \n\/\/ sequential[dom, sb] \n\/\/ no Call + Ret\n\/\/ } \n\/\/ } for 6\n\/\/ \n\n\/\/ \/\/ Executions with no non-atomics are automatically DRF \n\/\/ check atomic_DRF \n\/\/ { all dom : set Action, kind : Action -> Kind,\n\/\/ loc : Action -> Loc, wv, rv : Action -> Val, \n\/\/ hb, sb, mo, rf : Action -> Action |\n\/\/ valid[dom, kind, loc, wv, rv, ^hb, sb, mo, rf] \n\/\/ implies DRF[dom, kind, loc, wv, rv, ^hb, sb, mo, rf] \n\/\/ }\n\/\/ for 30\n\/\/ but 0 NonAtomic \n\/\/ \n\/\/ \/\/ Sequential executions are automatically DRF \n\/\/ check seq_DRF \n\/\/ { all dom : set Action, kind : Action -> Kind,\n\/\/ loc : Action -> Loc, wv, rv : Action -> Val, \n\/\/ hb, sb, mo, rf : Action -> Action |\n\/\/ valid[dom, kind, loc, wv, rv, ^hb, sb, mo, rf] \n\/\/ and sequential[dom, sb] \n\/\/ implies DRF[dom, kind, loc, wv, rv, ^hb, sb, mo, rf] \n\/\/ } \n\/\/ for 10\n\/\/ \n\/\/ run litmus_SB \n\/\/ { some dom : set Action, kind : Action -> Kind,\n\/\/ loc : Action -> Loc, wv, rv : Action -> Val, \n\/\/ hb, sb, mo, rf : Action -> Action | {\n\/\/ valid[dom, kind, loc, wv, rv, ^hb, sb, mo, rf]\n\/\/ DRF[dom, kind, loc, wv, rv, ^hb, sb, mo, rf] \n\/\/ dom = Action \n\/\/ Loc = dom.loc \n\/\/ is_core[hb] \n\/\/ is_core[sb] \n\/\/ \/\/ litmus test \n\/\/ code_SB[dom, kind, loc, wv, rv, ^hb, sb, mo, rf] \n\/\/ }\n\/\/ } \n\/\/ for 6 \n\/\/ but 0 NonAtomic, 2 Val \n\/\/ \n\/\/ run litmus_IRIW \n\/\/ { some dom : set Action, kind : Action -> Kind,\n\/\/ loc : Action -> Loc, wv, rv : Action -> Val, \n\/\/ hb, sb, mo, rf : Action -> Action | {\n\/\/ valid[dom, kind, loc, wv, rv, ^hb, sb, mo, rf]\n\/\/ DRF[dom, kind, loc, wv, rv, ^hb, sb, mo, rf] \n\/\/ dom = Action \n\/\/ Loc = dom.loc \n\/\/ is_core[hb] \n\/\/ is_core[sb] \n\/\/ \/\/ litmus test \n\/\/ code_IRIW[dom, kind, loc, wv, rv, ^hb, sb, mo, rf] \n\/\/ }\n\/\/ } \n\/\/ for 10\n\/\/ but 0 NonAtomic, 2 Val \n\/\/ \n\/\/ \/*************************************************\/ \n\/\/ \/* Litmus test code *\/ \n\/\/ \/*************************************************\/ \n\/\/ \n\/\/ \/\/ SB litmus test without initialisation\n\/\/ pred code_SB [ dom : set Action, kind : Action -> Kind,\n\/\/ loc : Action -> Loc, wv, rv : Action -> Val, \n\/\/ hb, sb, mo, rf : Action -> Action ] { \n\/\/ some disj wx, wy : kind.Write | \n\/\/ some disj rx, ry : kind.Read | { \n\/\/ dom = (wx + wy + rx + ry)\n\/\/ (wx -> ry) + (wy -> rx) in sb \/\/ allow stronger sb \n\/\/ one wx.loc + rx.loc \n\/\/ one wy.loc + ry.loc \n\/\/ no wx.loc & wy.loc\n\/\/ no rf \/\/ read from initialisation \n\/\/ } \n\/\/ } \n\/\/ \n\/\/ \/\/ Comment from JPW - alloy simplifies rel = ((a->b) + (c->d)... \n\/\/ \/\/ Refactor this code? \n\/\/ \n\/\/ pred code_IRIW [ dom : set Action, kind : Action -> Kind,\n\/\/ loc : Action -> Loc, wv, rv : Action -> Val, \n\/\/ hb, sb, mo, rf : Action -> Action ] { \n\/\/ some disj wx, wy : kind.Write | \n\/\/ some disj r1x, r2x, r1y, r2y : kind.Read | { \n\/\/ dom = wx + wy + r1x + r2x + r1y + r2y \n\/\/ rf = ((wx -> r1x) + (wy -> r2y)) \n\/\/ ((r1x -> r1y) + (r2y -> r2x)) in sb\n\/\/ one wx.loc + r1x.loc + r2x.loc \n\/\/ one wy.loc + r1y.loc + r2y.loc \n\/\/ no wx.loc & wy.loc \n\/\/ } \n\/\/ } \n\/\/ \n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"55bc7142e38cafafff930bb6973f685227af6823","subject":"Incomplete - task : Extend unit tests for complete coverage - reinforced definition of surpluses and quota","message":"Incomplete - task : Extend unit tests for complete coverage - reinforced definition of surpluses and quota\n","repos":"GaloisInc\/Votail,GaloisInc\/Votail,GaloisInc\/Votail","old_file":"models\/Voting.als","new_file":"models\/Voting.als","new_contents":"-- (c) 2010-2011, Dermot Cochran, IT University of Copenhagen\n-- http:\/\/www.kindsoftware.com\/about\/people\/dc\n-- http:\/\/www.itu.dk\/people\/dero\n\nmodule Voting\n\nopen util\/integer\n\n-- An individual person standing for election\nsig Candidate {\n votes: \t\t\t set Ballot, \t-- First preference ballots assigned to this candidate\n\ttransfers: \t set Ballot, -- Ballots received by transfer from another candidate\n\tsurplus: \t\t set Ballot, \t-- Ballots given to another candidate (on election or elimination)\n\toutcome: \t\t Event\t\n} {\n\tno b: Ballot | b in votes & transfers\n\tall b: Ballot | b in votes + transfers implies this in b.assignees\n\tsurplus in votes + transfers\n\tElection.method = Plurality implies #surplus = 0 and #transfers = 0\n}\n\n-- A digital or paper artifact which accurately records the intentions of the voter\nsig Ballot {\n assignees: \t\tset Candidate, -- Candidates to which this ballot has been assigned\n preferences: \tseq Candidate -- Ranking of candidates\n} {\n\tassignees in preferences.elems\n not preferences.hasDups\n\tpreferences.elems in Election.candidates\n\tpreferences.first in assignees\n\tElection.method = Plurality implies #preferences = 1\n 0 < #preferences\n}\n\n-- An election result\none sig Scenario {\n \tlosers: \t\t\t\tset Candidate,\n \twinners: \t\t\tset Candidate,\n\teliminated: \t\tset Candidate, \t\t-- Candidates excluded under STV rules\n\tthreshold: \t\tInt, \t\t\t\t\t\t-- Minimum number of votes for a Loser or EarlyLoser\n\tquota: \t\t\t\tInt\t\t\t\t\t\t-- Minimum number of votes for a STV Winner or QuotaWinner\n}\n{\n \twinners + losers = Election.candidates\n \t#winners = Election.seats\n \tno c: Candidate | c in losers & winners\n \t0 < #losers\n \tall w: Candidate | all l: Candidate | l in losers and w in winners implies \n\t\t((#l.votes + #l.transfers <= #w.votes + #w.transfers) and (#l.votes <= #w.votes))\n\t0 <= threshold\n\tthreshold <= quota\n Election.method = STV implies (threshold = 1 + quota.div[4])\n\tElection.method = Plurality implies #eliminated = 0\n\teliminated in losers\n\tall c: Candidate | c in losers implies Election.method = Plurality \n or #c.votes + #c.transfers < quota\n}\n\n\/* \n\tThere are four winner-outcomes and six loser-outcomes:\n\n\tWinner: \t\t\t\t\t\t(W1) elected in the first round of counting either by quota or plurality,\n\tQuotaWinner: \t\t\t\t(W2) elected with transfers from another candidate (STV only),\n\tCompromiseWinner: \t(W3) elected on the last round of counting without quota (STV only),\n\tTiedWinner:\t\t\t\t\t(W4) elected by tie breaker,\n\tTiedLoser:\t\t\t\t\t(L1) loses only by tie breaker but reaches the threshold,\n\tLoser:\t\t\t \t\t\t\t(L2) defeated on last round but reaches the minimum threshold of votes,\n TiedEarlyLoser:\t\t\t(L3) reaches threshold but eliminated by tie breaker (STV only),\n\tEarlyLoser:\t\t\t\t\t(L4) reaches threshold but is eliminated before last round (STV only),\n\tTiedSoreLoser:\t\t\t\t(L5) loses only by tie breaker but does not reach threshold,\n\tSoreLoser: \t\t\t\t\t(L6) does not even reach the mimimum threshold of votes\n*\/\nenum Event {Winner, QuotaWinner, CompromiseWinner, TiedWinner, \n\tTiedLoser, Loser, TiedEarlyLoser, EarlyLoser, TiedSoreLoser, SoreLoser}\n\nenum Method {Plurality, STV}\n\n-- An Election Constituency\none sig Election {\n candidates: \tset Candidate,\n seats: \t\t\t\tInt,\n method: \t\t\tMethod,\n ballots:\t\t\tInt -- number of ballots cast\n}\n{\n \t0 < seats\n \tseats < #candidates\n \tall c: Candidate | c in candidates\n ballots = #Ballot\n Scenario.quota = 1 + ballots.div[seats+1]\n}\n\n-- Independent (or Fundamental) Axioms\nfact threshold {\n Election.method = Plurality implies Scenario.threshold = Election.ballots.div[20]\n}\n\nfact surplus {\n all c: Candidate | c.outcome = Winner implies\n ((#c.surplus <= #c.votes - Scenario.quota) and (#transfers = 0)) \n}\n\nfact surplusFromTransfers {\n all c: Candidate | c.outcome = QuotaWinner implies ((surplus in transfers) and\n (#c.surplus <= #c.transfers) and (#c.surplus <= (#c.votes + #c.transfers - Scenario.quota)))\n}\n\nfact integrity {\n all c: Candidate | all b: Ballot | b in c.votes implies c in b.assignees\n}\n\nfact pluralityEvents {\n\tall c: Candidate | Election.method = Plurality implies\n\t\t(c.outcome = Loser or c.outcome = SoreLoser or c.outcome = Winner or \n\t\tc.outcome = TiedWinner or c.outcome = TiedLoser)\n}\n\nfact winnerSTV {\n\tall c: Candidate | Election.method = STV implies (\n\t\tc.outcome = Winner iff Scenario.quota <= #c.votes)\n}\n\nfact transferWinner {\n\tall c: Candidate | c.outcome = QuotaWinner iff\n\t\t(not Scenario.quota <= #c.votes and Scenario.quota <= #c.votes + #c.transfers)\n}\n\nfact closeWinner {\n\tall c: Candidate | (c.outcome = CompromiseWinner or c.outcome = TiedWinner) iff\n\t\t(c in Scenario.winners and not Scenario.quota <= #c.votes + #c.transfers)\n}\n\nfact soreLoser {\n\tall c: Candidate | (c.outcome = SoreLoser or c.outcome = TiedSoreLoser) iff \n\t\t((#c.votes + #c.transfers < Scenario.threshold) and not c in Scenario.winners)\n}\n\nfact loser {\n\tall c: Candidate | (c.outcome = Loser or c.outcome = TiedLoser or c.outcome = TiedSoreLoser) iff \n\t\tc in Scenario.losers - Scenario.eliminated\n}\n\nfact earlyLoser {\n\tall c: Candidate | (c.outcome = EarlyLoser or c.outcome = TiedEarlyLoser) iff \n\t\t(c in Scenario.losers & Scenario.eliminated and not #c.votes + #c.transfers < Scenario.threshold)\n}\n\nfact winners {\n\tall c: Candidate | c in Scenario.winners iff \n\t\t(c.outcome = Winner or c.outcome = QuotaWinner or c.outcome = CompromiseWinner or \n\t\tc.outcome = TiedWinner)\n}\n\nfact losers {\n\tall c: Candidate | c in Scenario.losers iff\n\t\t(c.outcome = Loser or c.outcome = EarlyLoser or c.outcome = SoreLoser or \n\t\tc.outcome = TiedLoser or c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser)\n}\n\n-- Non-Independent Axioms for Ballot Integrity\nfact transfers {\n\tall c: Candidate | 0 < #c.transfers implies Election.method = STV\n}\n\nfact onlyWinnersAndQuotaWinnersHaveSurplus {\n\tall c: Candidate | 0 < #c.surplus implies \n\t\tc.outcome = Winner or c.outcome = QuotaWinner\n}\n\nfact winnersNeedNoTransfers {\n\t\tall c: Candidate | c.outcome = Winner implies 0 = #c.transfers\n}\n\nfact firstPreference {\n\tall b: Ballot | all c: Candidate | b.preferences.first = c iff b in c.votes\n}\n\nfact sizeOfSurplus {\n\tall c: Candidate | (c in Scenario.winners and Election.method = STV and 0 < #c.surplus) implies \n\t\t#c.surplus = #c.votes + #c.transfers - Scenario.quota\n}\n\nfact transferToNextPreference {\n\tall b: Ballot | all disj donor,receiver: Candidate |\n\t\t(donor + receiver in b.assignees and\n\t\tb in receiver.transfers and b in donor.surplus implies \n\t\tb.preferences.idxOf[donor] < b.preferences.idxOf[receiver] and\n\t\treceiver in b.preferences.rest.elems)\n}\n\nfact pluralityWinner {\n\tall disj a, b: Candidate | (Election.method = Plurality and Election.seats = 1) and\n\t\ta.outcome = Winner implies #b.votes <= #a.votes\n}\n\nfact transferToNextContinuingCandidate {\n\tall disj skipped, receiving: Candidate | all b: Ballot |\n\t\tb.preferences.idxOf[skipped] < b.preferences.idxOf[receiving] and\n\t\treceiving in b.assignees and (not skipped in b.assignees) implies\n\t\t(skipped in Scenario.eliminated or skipped.outcome = Winner or \n\t\tskipped.outcome = QuotaWinner)\n}\n\n\/\/ All ballots transfers are associated with the last candidate to receive the transfer\nfact ownership {\n\tall disj c,d: Candidate | all b: Ballot | b in c.transfers implies c in b.assignees and \n\t\t(d not in b.assignees or b.preferences.idxOf[d] < b.preferences.idxOf[c])\n}\n\n\/\/ Lowest candidate is eliminated first\nfact lowestElimination {\n\tall disj c,d: Candidate | c in Scenario.eliminated and d not in Scenario.eliminated implies\n\t\t#c.votes + #c.transfers <= #d.votes + #d.transfers\n}\n\n\/\/ All ties involve equality between at least one winner and at least one loser on either original votes or\n\/\/ on transfers plus original votes\nfact equalityOfTiedWinner {\n all w: Candidate | some l: Candidate | w.outcome = TiedWinner and \n\t \t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies\n\t\t(#l.votes = #w.votes) or (#l.votes + #l.transfers = #w.votes + #w.transfers)\n}\n\nfact equalityOfTiedLosers {\n all s: Candidate | some w: Candidate | w.outcome = TiedWinner and \n (s.outcome = SoreLoser or s.outcome = TiedLoser or s.outcome = TiedEarlyLoser) implies\n (#s.votes = #w.votes) or (#s.votes + #s.transfers = #w.votes + #w.transfers)\n}\n\n-- Scenario Validity Axioms\n\/\/ When there is a tied sore loser then there are no non-sore losers\nfact typeOfTiedLoser {\n no disj a,b: Candidate | a.outcome = TiedSoreLoser and \n (b.outcome = TiedLoser or b.outcome = TiedEarlyLoser or \n b.outcome=Loser or b.outcome=EarlyLoser)\n}\n\nfact tieBreaker {\n\tall w: Candidate | some l: Candidate | w.outcome = TiedWinner implies \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser)\n}\n\nfact validTieBreaker {\n\tall l: Candidate | some w: Candidate | \n (l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies \n w.outcome = TiedWinner and 0 < #w.votes + #w.transfers\n}\n\n\/\/ Compromise winner must have more votes than any tied winners\nfact compromiseNotTied {\n\tall disj c,t: Candidate | (c.outcome = CompromiseWinner and t.outcome = TiedWinner) implies\n\t\t#t.votes + #t.transfers < #c.votes + #c.transfers\n}\n\n\/\/ Equal losers are tied\nfact equalityofTiedWinnersAndLosers {\n\tall disj w,l: Candidate | w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers implies\n\t\t\tw.outcome = TiedWinner and 0 < #w.votes + #w.transfers and \n\t\t\t(l.outcome = TiedLoser or l.outcome = TiedEarlyLoser or l.outcome = TiedSoreLoser)\n}\n\n\/\/ Highest winner has a quota\nfact highestWinners {\n all c: Candidate | Election.method = STV and c.outcome = Winner implies \n\t\tScenario.quota <= #c.votes + #c.transfers\n}\n\n\/\/ Tied Winners and Tied Losers have an equal number of votes\nfact equalTies {\n\tall disj a,b: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser implies\n\t\t#a.votes = #b.votes and #a.transfers = #b.transfers\n}\n\n\/\/ Winners have more votes than non-tied losers\nfact winnersHaveVotes {\n\tall w,l: Candidate | w.outcome = Winner and \n (l.outcome = Loser or l.outcome = EarlyLoser or l.outcome = SoreLoser) implies \n ((#l.votes < #w.votes) or (#l.votes + #l.transfers < #w.votes + #w.transfers))\n}\n\n-- Basic Lemmas\nassert honestCount {\n\t all c: Candidate | all b: Ballot | b in c.votes + c.transfers implies c in b.assignees\n}\ncheck honestCount for 15 but 6 int\n\nassert atLeastOneLoser {\n\t0 < #Scenario.losers\n}\ncheck atLeastOneLoser for 15 but 6 int\n\nassert atLeastOneWinner {\n\t0 < #Scenario.winners\n}\ncheck atLeastOneWinner for 14 but 6 int\n\nassert plurality {\n\tall c: Candidate | all b: Ballot | b in c.votes and \n\t\tElection.method = Plurality implies c in b.preferences.first\n}\ncheck plurality for 18 but 6 int\n\nassert wellFormedTieBreaker {\n\tsome w,l : Candidate | (w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers) implies \n\t\tw.outcome = TiedWinner and \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome=TiedEarlyLoser)\n}\ncheck wellFormedTieBreaker for 18 but 6 int\n\nassert validSurplus {\n\tall c: Candidate | 0 < #c.surplus implies (c.outcome = Winner or c.outcome = QuotaWinner or \n\t\tc in Scenario.eliminated)\n}\ncheck validSurplus for 16 but 6 int\n\n-- Advanced Lemmas\n\/\/ No lost votes during counting\nassert accounting {\n\tall b: Ballot | some c: Candidate | b in c.votes and c in b.assignees\n}\ncheck accounting for 16 but 6 int\n\n\/\/ Cannot have tie breaker with both tied sore loser and non-sore loser\nassert tiedWinnerLoserTiedSoreLoser {\n\tno disj c,w,l: Candidate | c.outcome = TiedSoreLoser and\n\t w.outcome = TiedWinner and (l.outcome = Loser or l.outcome = TiedLoser)\n}\ncheck tiedWinnerLoserTiedSoreLoser for 6 int\n\n\/\/ Compromise winner must have at least one vote\nassert validCompromise {\n\tall c: Candidate | c.outcome = CompromiseWinner implies 0 < #c.votes + #c.transfers\n}\ncheck validCompromise for 6 int\n\n\/\/ Quota not more than the number of ballots cast\nassert maxQuota {\n Scenario.quota < Election.ballots\n}\ncheck maxQuota for 7 int\n\n-- Sample scenarios\npred TwoCandidatePlurality { \n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 2\n}\nrun TwoCandidatePlurality for 10 but 1 Ballot, 6 int\n\npred PluralityTiedWinner {\n\tElection.method = Plurality\n\tElection.seats = 1\n\tsome disj a,b: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser\n}\nrun PluralityTiedWinner for 10 but 2 Ballot, 6 int\n\npred ThreeCandidatePlurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 3\n}\nrun ThreeCandidatePlurality for 6 int\n\npred Plurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun Plurality for 5 but 6 int\n\npred TenCandidatePluralityWithTwoSeats {\n\tElection.method = Plurality\n\tElection.seats = 2\n\t#Election.candidates = 10\n}\nrun TenCandidatePluralityWithTwoSeats for 10 but 6 int\n\npred InstantRunoffVoting {\n\tElection.method = STV\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun InstantRunoffVoting for 10 but 6 int\n\npred STV3 {\n\tElection.method = STV\n\tElection.seats = 3\n}\nrun STV3 for 5 but 6 int\n\npred ThreeWinnersOneLoser {\n Election.method = STV\n\tsome disj a,b,d: Candidate | a.outcome = Winner\n \t and b.outcome = QuotaWinner or b.outcome = CompromiseWinner\n\t and d in Scenario.losers\n}\nrun ThreeWinnersOneLoser for 6 but 6 int\n\npred LoserAndEarlyLoser {\n\tone d: Candidate | d.outcome = Loser\n\tone e: Candidate | e.outcome = EarlyLoser\n}\nrun LoserAndEarlyLoser for 5 but 6 int\n\npred OneWinnerNineLosers {\n\t#Scenario.winners = 1\n\t#Scenario.losers = 9\n}\nrun OneWinnerNineLosers for 16 but 6 int\n\npred ThreeWayTie {\n\t#Election.candidates = 3\n Election.method = Plurality\n\tsome disj a,b,c: Candidate | a.outcome = TiedWinner and \n\t\tb.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser\n}\nrun ThreeWayTie for 5 but 6 int\n\npred FiveWayTie {\n\tsome disj a,b,c,d,e: Candidate | a.outcome = TiedWinner and\n\t b.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser and d.outcome = TiedLoser and e.outcome = TiedWinner\n}\nrun FiveWayTie for 7 but 6 int\n\npred ScenarioLWW {\n\tsome disj a,b,c: Candidate | a.outcome = Loser and b.outcome = Winner and \n\t\tc.outcome = Winner\n #Election.candidates = 3\n\tElection.method = STV\n 0 < #Ballot\n}\nrun ScenarioLWW for 7 but 7 int\n\npred LongBallot {\n\tsome b: Ballot | #b.preferences = 7\n}\nrun LongBallot for 7 but 6 int\n\npred MultipleBallotsUnderSTV {\n\tElection.method = STV\n\tsome disj a,b,c,d: Ballot | 1 < #a.preferences and 1 < #b.preferences \n\tand 0 < #c.preferences and 0 < #d.preferences and \n a.preferences.first = b.preferences.last\n}\nrun MultipleBallotsUnderSTV for 10 but 6 int\n\npred WinnerLoserEarlyLoser {\n\tsome a,b,c,d : Candidate | a.outcome = Winner and b.outcome = Loser and \n\t\tc.outcome = EarlyLoser and d.outcome = SoreLoser\n\tElection.method = STV\n}\nrun WinnerLoserEarlyLoser for 7 but 6 int\n\npred TiedScenario { \n some disj a,b: Candidate | a.outcome = TiedLoser and b.outcome = TiedWinner\n Election.method = STV\n #Election.candidates = 2\n #Election.seats = 1\n}\nrun TiedScenario for 7 but 6 int\n\npred NoTiesAndNoSoresScenarios {\n Election.method = STV\n #Election.candidates > 3\n #Ballot > 6\n no c: Candidate | c.outcome = TiedLoser or c.outcome = TiedWinner or\n c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser or c.outcome = SoreLoser\n}\nrun NoTiesAndNoSoresScenarios for 10 but 6 int\n\n-- Unit Tests\npred UnitTest {\n some disj c0,c1: Candidate | c0.outcome = Winner and c1.outcome = Loser and \n\tElection.method = STV and #Election.candidates = 2 and #Election.seats = 1\n}\nrun UnitTest for 10 but 6 int\n\npred LQQW {\n\tsome disj a,b,c,d: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and \n\t\tc.outcome = Winner and d.outcome = QuotaWinner\n #Election.candidates = 4\n\tElection.method = STV\n 0 < #Ballot\n}\nrun LQQW for 16 but 7 int\n\n-- Version Control for changes to signatures and axioms, excluding lemmas and tests\none sig Version {\n year, month, day : Int\n} {\n year = 11\n month = 01\n day = 13\n -- Dermot Cochran 2011-01-13\n}\n","old_contents":"-- (c) 2010-2011, Dermot Cochran, IT University of Copenhagen\n-- http:\/\/www.kindsoftware.com\/about\/people\/dc\n-- http:\/\/www.itu.dk\/people\/dero\n\nmodule Voting\n\nopen util\/integer\n\n-- An individual person standing for election\nsig Candidate {\n votes: \t\t\t set Ballot, \t-- First preference ballots assigned to this candidate\n\ttransfers: \t set Ballot, -- Ballots received by transfer from another candidate\n\tsurplus: \t\t set Ballot, \t-- Ballots given to another candidate (on election or elimination)\n\toutcome: \t\t Event\t\n} {\n\tno b: Ballot | b in votes & transfers\n\tall b: Ballot | b in votes + transfers implies this in b.assignees\n\tsurplus in votes + transfers\n #surplus < #transfers implies surplus in transfers -- surpluses are taken first from transfers\n\tElection.method = Plurality implies #surplus = 0 and #transfers = 0\n}\n\n-- A digital or paper artifact which accurately records the intentions of the voter\nsig Ballot {\n assignees: \t\tset Candidate, -- Candidates to which this ballot has been assigned\n preferences: \tseq Candidate -- Ranking of candidates\n} {\n\tassignees in preferences.elems\n not preferences.hasDups\n\tpreferences.elems in Election.candidates\n\tpreferences.first in assignees\n\tElection.method = Plurality implies #preferences = 1\n 0 < #preferences\n}\n\n-- An election result\none sig Scenario {\n \tlosers: \t\t\t\tset Candidate,\n \twinners: \t\t\tset Candidate,\n\teliminated: \t\tset Candidate, \t\t-- Candidates excluded under STV rules\n\tthreshold: \t\tInt, \t\t\t\t\t\t-- Minimum number of votes for a Loser or EarlyLoser\n\tquota: \t\t\t\tInt\t\t\t\t\t\t-- Minimum number of votes for a STV Winner or QuotaWinner\n}\n{\n \twinners + losers = Election.candidates\n \t#winners = Election.seats\n \tno c: Candidate | c in losers & winners\n \t0 < #losers\n \tall w: Candidate | all l: Candidate | l in losers and w in winners implies \n\t\t#l.votes + #l.transfers <= #w.votes + #w.transfers\n\t0 <= threshold\n\tthreshold <= quota\n Election.method = STV implies (threshold = 1 + quota.div[4])\n\tElection.method = Plurality implies #eliminated = 0\n\teliminated in losers\n\tall c: Candidate | c in losers implies Election.method = Plurality \n or #c.votes + #c.transfers < quota\n}\n\n\/* \n\tThere are four winner-outcomes and six loser-outcomes:\n\n\tWinner: \t\t\t\t\t\t(W1) elected in the first round of counting either by quota or plurality,\n\tQuotaWinner: \t\t\t\t(W2) elected with transfers from another candidate (STV only),\n\tCompromiseWinner: \t(W3) elected on the last round of counting without quota (STV only),\n\tTiedWinner:\t\t\t\t\t(W4) elected by tie breaker,\n\tTiedLoser:\t\t\t\t\t(L1) loses only by tie breaker but reaches the threshold,\n\tLoser:\t\t\t \t\t\t\t(L2) defeated on last round but reaches the minimum threshold of votes,\n TiedEarlyLoser:\t\t\t(L3) reaches threshold but eliminated by tie breaker (STV only),\n\tEarlyLoser:\t\t\t\t\t(L4) reaches threshold but is eliminated before last round (STV only),\n\tTiedSoreLoser:\t\t\t\t(L5) loses only by tie breaker but does not reach threshold,\n\tSoreLoser: \t\t\t\t\t(L6) does not even reach the mimimum threshold of votes\n*\/\nenum Event {Winner, QuotaWinner, CompromiseWinner, TiedWinner, \n\tTiedLoser, Loser, TiedEarlyLoser, EarlyLoser, TiedSoreLoser, SoreLoser}\n\nenum Method {Plurality, STV}\n\n-- An Election Constituency\none sig Election {\n candidates: \tset Candidate,\n seats: \t\t\t\tInt,\n method: \t\t\tMethod,\n ballots:\t\t\tInt -- number of ballots cast\n}\n{\n \t0 < seats\n \tseats < #candidates\n \tall c: Candidate | c in candidates\n ballots = #Ballot\n Scenario.quota = 1 + ballots.div[seats+1]\n}\n\n-- Independent (or Fundamental) Axioms\nfact threshold {\n Election.method = Plurality implies Scenario.threshold = Election.ballots.div[20]\n}\n\n\nfact integrity {\n all c: Candidate | all b: Ballot | b in c.votes implies c in b.assignees\n}\n\nfact pluralityEvents {\n\tall c: Candidate | Election.method = Plurality implies\n\t\t(c.outcome = Loser or c.outcome = SoreLoser or c.outcome = Winner or \n\t\tc.outcome = TiedWinner or c.outcome = TiedLoser)\n}\n\nfact winnerSTV {\n\tall c: Candidate | Election.method = STV implies (\n\t\tc.outcome = Winner iff Scenario.quota <= #c.votes)\n}\n\nfact transferWinner {\n\tall c: Candidate | c.outcome = QuotaWinner iff\n\t\t(not Scenario.quota <= #c.votes and Scenario.quota <= #c.votes + #c.transfers)\n}\n\nfact closeWinner {\n\tall c: Candidate | (c.outcome = CompromiseWinner or c.outcome = TiedWinner) iff\n\t\t(c in Scenario.winners and not Scenario.quota <= #c.votes + #c.transfers)\n}\n\nfact soreLoser {\n\tall c: Candidate | (c.outcome = SoreLoser or c.outcome = TiedSoreLoser) iff \n\t\t((#c.votes + #c.transfers < Scenario.threshold) and not c in Scenario.winners)\n}\n\nfact loser {\n\tall c: Candidate | (c.outcome = Loser or c.outcome = TiedLoser or c.outcome = TiedSoreLoser) iff \n\t\tc in Scenario.losers - Scenario.eliminated\n}\n\nfact earlyLoser {\n\tall c: Candidate | (c.outcome = EarlyLoser or c.outcome = TiedEarlyLoser) iff \n\t\t(c in Scenario.losers & Scenario.eliminated and not #c.votes + #c.transfers < Scenario.threshold)\n}\n\nfact winners {\n\tall c: Candidate | c in Scenario.winners iff \n\t\t(c.outcome = Winner or c.outcome = QuotaWinner or c.outcome = CompromiseWinner or \n\t\tc.outcome = TiedWinner)\n}\n\nfact losers {\n\tall c: Candidate | c in Scenario.losers iff\n\t\t(c.outcome = Loser or c.outcome = EarlyLoser or c.outcome = SoreLoser or \n\t\tc.outcome = TiedLoser or c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser)\n}\n\n-- Non-Independent Axioms for Ballot Integrity\nfact transfers {\n\tall c: Candidate | 0 < #c.transfers implies Election.method = STV\n}\n\nfact onlyWinnersAndQuotaWinnersHaveSurplus {\n\tall c: Candidate | 0 < #c.surplus implies \n\t\tc.outcome = Winner or c.outcome = QuotaWinner\n}\n\nfact winnersNeedNoTransfers {\n\t\tall c: Candidate | c.outcome = Winner implies 0 = #c.transfers\n}\n\nfact firstPreference {\n\tall b: Ballot | all c: Candidate | b.preferences.first = c iff b in c.votes\n}\n\nfact sizeOfSurplus {\n\tall c: Candidate | (c in Scenario.winners and Election.method = STV and 0 < #c.surplus) implies \n\t\t#c.surplus = #c.votes + #c.transfers - Scenario.quota\n}\n\nfact transferToNextPreference {\n\tall b: Ballot | all disj donor,receiver: Candidate |\n\t\t(donor + receiver in b.assignees and\n\t\tb in receiver.transfers and b in donor.surplus implies \n\t\tb.preferences.idxOf[donor] < b.preferences.idxOf[receiver] and\n\t\treceiver in b.preferences.rest.elems)\n}\n\nfact pluralityWinner {\n\tall disj a, b: Candidate | (Election.method = Plurality and Election.seats = 1) and\n\t\ta.outcome = Winner implies #b.votes <= #a.votes\n}\n\nfact transferToNextContinuingCandidate {\n\tall disj skipped, receiving: Candidate | all b: Ballot |\n\t\tb.preferences.idxOf[skipped] < b.preferences.idxOf[receiving] and\n\t\treceiving in b.assignees and (not skipped in b.assignees) implies\n\t\t(skipped in Scenario.eliminated or skipped.outcome = Winner or \n\t\tskipped.outcome = QuotaWinner)\n}\n\n\/\/ All ballots transfers are associated with the last candidate to receive the transfer\nfact ownership {\n\tall disj c,d: Candidate | all b: Ballot | b in c.transfers implies c in b.assignees and \n\t\t(d not in b.assignees or b.preferences.idxOf[d] < b.preferences.idxOf[c])\n}\n\n\/\/ Lowest candidate is eliminated first\nfact lowestElimination {\n\tall disj c,d: Candidate | c in Scenario.eliminated and d not in Scenario.eliminated implies\n\t\t#c.votes + #c.transfers <= #d.votes + #d.transfers\n}\n\n\/\/ All ties involve equality between at least one winner and at least one loser on either original votes or\n\/\/ on transfers plus original votes\nfact equalityOfTiedWinner {\n all w: Candidate | some l: Candidate | w.outcome = TiedWinner and \n\t \t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies\n\t\t(#l.votes = #w.votes) or (#l.votes + #l.transfers = #w.votes + #w.transfers)\n}\n\nfact equalityOfTiedLosers {\n all s: Candidate | some w: Candidate | w.outcome = TiedWinner and \n (s.outcome = SoreLoser or s.outcome = TiedLoser or s.outcome = TiedEarlyLoser) implies\n (#s.votes = #w.votes) or (#s.votes + #s.transfers = #w.votes + #w.transfers)\n}\n\n-- Scenario Validity Axioms\n\/\/ When there is a tied sore loser then there are no non-sore losers\nfact typeOfTiedLoser {\n no disj a,b: Candidate | a.outcome = TiedSoreLoser and \n (b.outcome = TiedLoser or b.outcome = TiedEarlyLoser or \n b.outcome=Loser or b.outcome=EarlyLoser)\n}\n\nfact tieBreaker {\n\tall w: Candidate | some l: Candidate | w.outcome = TiedWinner implies \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser)\n}\n\nfact validTieBreaker {\n\tall l: Candidate | some w: Candidate | \n (l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies \n w.outcome = TiedWinner and 0 < #w.votes + #w.transfers\n}\n\n\/\/ Compromise winner must have more votes than any tied winners\nfact compromiseNotTied {\n\tall disj c,t: Candidate | (c.outcome = CompromiseWinner and t.outcome = TiedWinner) implies\n\t\t#t.votes + #t.transfers < #c.votes + #c.transfers\n}\n\n\/\/ Equal losers are tied\nfact equalityofTiedWinnersAndLosers {\n\tall disj w,l: Candidate | w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers implies\n\t\t\tw.outcome = TiedWinner and 0 < #w.votes + #w.transfers and \n\t\t\t(l.outcome = TiedLoser or l.outcome = TiedEarlyLoser or l.outcome = TiedSoreLoser)\n}\n\n\/\/ Highest winner has a quota\nfact highestWinners {\n all c: Candidate | Election.method = STV and c.outcome = Winner implies \n\t\tScenario.quota <= #c.votes + #c.transfers\n}\n\n\/\/ Tied Winners and Tied Losers have an equal number of votes\nfact equalTies {\n\tall disj a,b: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser implies\n\t\t#a.votes = #b.votes and #a.transfers = #b.transfers\n}\n\n\/\/ Winners have more votes than non-tied losers\nfact winnersHaveVotes {\n\tall w,l: Candidate | w.outcome = Winner and \n (l.outcome = Loser or l.outcome = EarlyLoser or l.outcome = SoreLoser) implies \n ((#l.votes < #w.votes) or (#l.votes + #l.transfers < #w.votes + #w.transfers))\n}\n\n-- Basic Lemmas\nassert honestCount {\n\t all c: Candidate | all b: Ballot | b in c.votes + c.transfers implies c in b.assignees\n}\ncheck honestCount for 15 but 6 int\n\nassert atLeastOneLoser {\n\t0 < #Scenario.losers\n}\ncheck atLeastOneLoser for 15 but 6 int\n\nassert atLeastOneWinner {\n\t0 < #Scenario.winners\n}\ncheck atLeastOneWinner for 14 but 6 int\n\nassert plurality {\n\tall c: Candidate | all b: Ballot | b in c.votes and \n\t\tElection.method = Plurality implies c in b.preferences.first\n}\ncheck plurality for 18 but 6 int\n\nassert wellFormedTieBreaker {\n\tsome w,l : Candidate | (w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers) implies \n\t\tw.outcome = TiedWinner and \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome=TiedEarlyLoser)\n}\ncheck wellFormedTieBreaker for 18 but 6 int\n\nassert validSurplus {\n\tall c: Candidate | 0 < #c.surplus implies (c.outcome = Winner or c.outcome = QuotaWinner or \n\t\tc in Scenario.eliminated)\n}\ncheck validSurplus for 16 but 6 int\n\n-- Advanced Lemmas\n\/\/ No lost votes during counting\nassert accounting {\n\tall b: Ballot | some c: Candidate | b in c.votes and c in b.assignees\n}\ncheck accounting for 16 but 6 int\n\n\/\/ Cannot have tie breaker with both tied sore loser and non-sore loser\nassert tiedWinnerLoserTiedSoreLoser {\n\tno disj c,w,l: Candidate | c.outcome = TiedSoreLoser and\n\t w.outcome = TiedWinner and (l.outcome = Loser or l.outcome = TiedLoser)\n}\ncheck tiedWinnerLoserTiedSoreLoser for 6 int\n\n\/\/ Compromise winner must have at least one vote\nassert validCompromise {\n\tall c: Candidate | c.outcome = CompromiseWinner implies 0 < #c.votes + #c.transfers\n}\ncheck validCompromise for 6 int\n\n\/\/ Quota not more than the number of ballots cast\nassert maxQuota {\n Scenario.quota < Election.ballots\n}\ncheck maxQuota for 7 int\n\n-- Sample scenarios\npred TwoCandidatePlurality { \n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 2\n}\nrun TwoCandidatePlurality for 10 but 1 Ballot, 6 int\n\npred PluralityTiedWinner {\n\tElection.method = Plurality\n\tElection.seats = 1\n\tsome disj a,b: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser\n}\nrun PluralityTiedWinner for 10 but 2 Ballot, 6 int\n\npred ThreeCandidatePlurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 3\n}\nrun ThreeCandidatePlurality for 6 int\n\npred Plurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun Plurality for 5 but 6 int\n\npred TenCandidatePluralityWithTwoSeats {\n\tElection.method = Plurality\n\tElection.seats = 2\n\t#Election.candidates = 10\n}\nrun TenCandidatePluralityWithTwoSeats for 10 but 6 int\n\npred InstantRunoffVoting {\n\tElection.method = STV\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun InstantRunoffVoting for 10 but 6 int\n\npred STV3 {\n\tElection.method = STV\n\tElection.seats = 3\n}\nrun STV3 for 5 but 6 int\n\npred ThreeWinnersOneLoser {\n Election.method = STV\n\tsome disj a,b,d: Candidate | a.outcome = Winner\n \t and b.outcome = QuotaWinner or b.outcome = CompromiseWinner\n\t and d in Scenario.losers\n}\nrun ThreeWinnersOneLoser for 6 but 6 int\n\npred LoserAndEarlyLoser {\n\tone d: Candidate | d.outcome = Loser\n\tone e: Candidate | e.outcome = EarlyLoser\n}\nrun LoserAndEarlyLoser for 5 but 6 int\n\npred OneWinnerNineLosers {\n\t#Scenario.winners = 1\n\t#Scenario.losers = 9\n}\nrun OneWinnerNineLosers for 16 but 6 int\n\npred ThreeWayTie {\n\t#Election.candidates = 3\n Election.method = Plurality\n\tsome disj a,b,c: Candidate | a.outcome = TiedWinner and \n\t\tb.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser\n}\nrun ThreeWayTie for 5 but 6 int\n\npred FiveWayTie {\n\tsome disj a,b,c,d,e: Candidate | a.outcome = TiedWinner and\n\t b.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser and d.outcome = TiedLoser and e.outcome = TiedWinner\n}\nrun FiveWayTie for 7 but 6 int\n\npred ScenarioLWW {\n\tsome disj a,b,c: Candidate | a.outcome = Loser and b.outcome = Winner and \n\t\tc.outcome = Winner\n #Election.candidates = 3\n\tElection.method = STV\n 0 < #Ballot\n}\nrun ScenarioLWW for 7 but 7 int\n\npred LongBallot {\n\tsome b: Ballot | #b.preferences = 7\n}\nrun LongBallot for 7 but 6 int\n\npred MultipleBallotsUnderSTV {\n\tElection.method = STV\n\tsome disj a,b,c,d: Ballot | 1 < #a.preferences and 1 < #b.preferences \n\tand 0 < #c.preferences and 0 < #d.preferences and \n a.preferences.first = b.preferences.last\n}\nrun MultipleBallotsUnderSTV for 10 but 6 int\n\npred WinnerLoserEarlyLoser {\n\tsome a,b,c,d : Candidate | a.outcome = Winner and b.outcome = Loser and \n\t\tc.outcome = EarlyLoser and d.outcome = SoreLoser\n\tElection.method = STV\n}\nrun WinnerLoserEarlyLoser for 7 but 6 int\n\npred TiedScenario { \n some disj a,b: Candidate | a.outcome = TiedLoser and b.outcome = TiedWinner\n Election.method = STV\n #Election.candidates = 2\n #Election.seats = 1\n}\nrun TiedScenario for 7 but 6 int\n\npred NoTiesAndNoSoresScenarios {\n Election.method = STV\n #Election.candidates > 3\n #Ballot > 6\n no c: Candidate | c.outcome = TiedLoser or c.outcome = TiedWinner or\n c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser or c.outcome = SoreLoser\n}\nrun NoTiesAndNoSoresScenarios for 10 but 6 int\n\n-- Unit Tests\npred UnitTest {\n some disj c0,c1: Candidate | c0.outcome = Winner and c1.outcome = Loser and \n\tElection.method = STV and #Election.candidates = 2 and #Election.seats = 1\n}\nrun UnitTest for 10 but 6 int\n\npred LQQW {\n\tsome disj a,b,c,d: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and \n\t\tc.outcome = Winner and d.outcome = QuotaWinner\n #Election.candidates = 4\n\tElection.method = STV\n 0 < #Ballot\n}\nrun LQQW for 10 but 7 int\n\n-- Version Control for changes to signatures and axioms, exlcuding lemmas and tests\none sig Version {\n year, month, day : Int\n} {\n year = 11\n month = 01\n day = 13\n -- Dermot Cochran 2011-01-13\n}\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"a66c8712251409e409354d628e5a8be436f1e103","subject":"Update lecture example","message":"Update lecture example\n","repos":"jaanos\/LVR-2016,jaanos\/LVR-2016","old_file":"alloy\/alloy_lecture_example.als","new_file":"alloy\/alloy_lecture_example.als","new_contents":"\/\/ A file system object in the file system\n\/\/ Every object has at most one parent\nsig FSObject { parent: lone Dir }\n\n\/\/ The set of directories in the file system\nsig Dir extends FSObject { contents: set FSObject }\n\n\/\/ The set of files in the file system\nsig File extends FSObject { }\n\n\/\/ There exists a unique root\none sig Root extends Dir { } { no parent }\n\n\/\/All file system objects are either files or directories\nfact { File + Dir = FSObject }\n\n\/\/ Every directory is the parent of each of its contents\nfact { all d: Dir, o: d.contents | o.parent = d }\n\n\/\/ Property asserting a model has at least 3 Dirs and 3 Files\npred ismodel { #Dir>2 && #File>2 }\n\n\/\/ Command to find a model of size at most 6\nrun ismodel for 6\n\n\/\/ Comment out the above command to proceed futher\n\n\/\/ Uncomment the fact below to implement the axiom that\n\/\/ every file system object is in the hereditary contents of the root\n\/\/ fact { all o: FSObject | o in Root.*contents }\n\n\/\/ Check to see that file systems are acyclic\nassert acyclic { no d: Dir | d in d.^contents }\ncheck acyclic for 8\n\n\/\/ This example is developed much further in the on-line Alloy tutorial:\n\/\/ \thttp:\/\/alloy.mit.edu\/alloy\/tutorials\/online\/\n\n","old_contents":"\/\/ A file system object in the file system\nsig FSObject { parent: lone Dir }\n\n\/\/ A directory in the file system\nsig Dir extends FSObject { contents: set FSObject }\n\n\/\/ A file in the file system\nsig File extends FSObject { }\n\n\/\/ There exists a root\none sig Root extends Dir { } { no parent }\n\n\/\/All file system objects are either files or directories\nfact { File + Dir = FSObject }\n\n\/\/ Every directory is the parent of each of its contents\nfact { all d: Dir, o: d.contents | o.parent = d }\n\n\/\/ Every file system object is in the hereditary contents of the root\nfact { all o: FSObject | o in Root.*contents }\n\n\/\/ Existence of a model with 3 Dirs and 3 Files\npred ismodel [] {\n\t#Dir>2 && #File>2\n} run ismodel for 6\n\n\/\/ Check to see that file systems are acyclic\nassert acyclic { no d: Dir | d in d.^contents }\ncheck acyclic for 6\n\n\/\/ This example is developed much further in the on-line Alloy tutorial:\n\/\/ \thttp:\/\/alloy.mit.edu\/alloy\/tutorials\/online\/\n\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"fcf4d1055ebbae77c11ec417a2aaad6bad06d8db","subject":"can marry with grandma","message":"can marry with grandma\n","repos":"nishio\/learning_alloy,nishio\/learning_alloy,nishio\/learning_alloy","old_file":"etude17.als","new_file":"etude17.als","new_contents":"open util\/ordering[Time]\nopen named_man_ja [Man]\nopen named_woman_ja [Woman]\n\nsig Time {\n\tevent: lone Event\n}\n\nfact {\n\tno first.event\n\tall t: Time - first {one t.event}\n}\n\nabstract sig Person {\n\tstate: State -> Time,\n\tpartner: Person -> Time,\n\tparent_bio: set Person,\n parent_think: set Person\n}{\n\tall t: Time | one state.t\n\tall t: Time | lone partner.t\n\tlet p = parent_bio {\n\t\tno p or born_in_scope\n }\n\tlet p = parent_think {\n\t\tno p or born_in_scope\n }\n}\n\npred born_in_scope(p: Person){\n\tp.state.first = NotExist\n\tp.state.last != NotExist\n}\n\nabstract sig Man, Woman extends Person {}\n\nenum State {NotExist, Married, NotMarried}\n\nenum Event {Marriage, Divorce, Birth}\n\n\npred init (t: Time) {\n\tall p: Person | p.state.t in NotMarried + NotExist\n\tall p: Person | p.partner.t = none\n}\n\npred change_state (\n\ttarget : Person,\n\tt, t': Time,\n\tbefore, after : State){\n\t\tsome target\n\t\tall p: target {\n\t\t\tp.state.t = before\n\t\t\tp.state.t' = after\n\t\t}\n\t\t\/\/ others don't change their state\n\t\tall other: (Person - target) {\n\t\t\tother.state.t = other.state.t'\n\t\t}\t\n}\n\npred keep_partner(others: Person, t, t': Time){\n\tall other: others {\n\t\tother.partner.t = other.partner.t'\n\t}\t\n}\npred step (t, t': Time) {\n\t{some disj p1 : Man, p2 : Woman {\n\t\t{\n\t\t\tt'.event = Marriage\n\t\t\tchange_state[p1 + p2, t, t', NotMarried, Married]\n\t\t\tp1.partner.t' = p2\n\t\t\tp2.partner.t' = p1\n\t\t\tkeep_partner[Person - p1 - p2, t, t']\n\t\t} or {\n\t\t\tt'.event = Divorce\n\t\t\tchange_state[p1 + p2, t, t', Married, NotMarried]\n\t\t\tp1.partner.t' = none\n\t\t\tp2.partner.t' = none\n\t\t\tkeep_partner[Person - p1 - p2, t, t']\n\t\t}\n\t}} \n\tor\n\tsome p: Person {\n\t\t\/\/ birth\n\t\tt'.event = Birth\n\t\tchange_state[p, t, t', NotExist, NotMarried]\n\t\tlet father = p.parent_bio & Man {\n\t\t\tone father\n\t\t\tfather.state.t != NotExist\n\t\t}\n\t\tlet mother = p.parent_bio & Woman {\n\t\t\tone mother\n\t\t\tmother.state.t != NotExist\n\t\t\tlet hasband = mother.partner.t {\n\t\t\t\t\/\/ p always think his biological mother is his mother\n\t\t\t\t\/\/ if mother married, p think mother's hasband is his father\n\t\t\t\t\/\/ no other person is tought as parent\n\t\t\t\tp.parent_think = mother + hasband\n\t\t\t}\n\t\t}\n\t\tkeep_partner[Person, t, t']\n\t}\n}\n\nfact Traces {\n\tinit[first]\n\tall t: Time - last {\n\t\tstep[t, t.next]\n\t}\n}\n\npred can_marry_think (from, to: Person){\n\tto not in from.^parent_think\n\tfrom not in to.^parent_think\n\tto not in from.parent_think.~parent_think\n}\n\npred can_marry_bio (from, to: Person){\n\tto not in from.^parent_bio\n\tfrom not in to.^parent_bio\n\tto not in from.parent_bio.~parent_bio\n}\n\nrun {\n\tsome parent_bio\n\tsome p1: Man, p2: Woman {\n\t\tnot can_marry_think[p1, p2] and can_marry_bio[p1, p2]\n\t}\n} for 6 Person, 8 Time\n","old_contents":"open util\/ordering[Time]\nopen named_man_ja [Man]\nopen named_woman_ja [Woman]\n\nsig Time {\n\tevent: lone Event\n}\n\nfact {\n\tno first.event\n\tall t: Time - first {one t.event}\n}\n\nabstract sig Person {\n\tstate: State -> Time,\n\tpartner: Person -> Time,\n\tparent_bio: set Person,\n parent_think: set Person\n}{\n\tall t: Time | one state.t\n\tall t: Time | lone partner.t\n\tlet p = parent_bio {\n\t\tno p or born_in_scope\n }\n\tlet p = parent_think {\n\t\tno p or born_in_scope\n }\n}\n\npred born_in_scope(p: Person){\n\tp.state.first = NotExist\n\tp.state.last != NotExist\n}\n\nabstract sig Man, Woman extends Person {}\n\nenum State {NotExist, Married, NotMarried}\n\nenum Event {Marriage, Divorce, Birth}\n\n\npred init (t: Time) {\n\tall p: Person | p.state.t in NotMarried + NotExist\n\tall p: Person | p.partner.t = none\n}\n\npred change_state (\n\ttarget : Person,\n\tt, t': Time,\n\tbefore, after : State){\n\t\tsome target\n\t\tall p: target {\n\t\t\tp.state.t = before\n\t\t\tp.state.t' = after\n\t\t}\n\t\t\/\/ others don't change their state\n\t\tall other: (Person - target) {\n\t\t\tother.state.t = other.state.t'\n\t\t}\t\n}\n\npred keep_partner(others: Person, t, t': Time){\n\tall other: others {\n\t\tother.partner.t = other.partner.t'\n\t}\t\n}\npred step (t, t': Time) {\n\t{some disj p1 : Man, p2 : Woman {\n\t\t{\n\t\t\tt'.event = Marriage\n\t\t\tchange_state[p1 + p2, t, t', NotMarried, Married]\n\t\t\tp1.partner.t' = p2\n\t\t\tp2.partner.t' = p1\n\t\t\tkeep_partner[Person - p1 - p2, t, t']\n\t\t} or {\n\t\t\tt'.event = Divorce\n\t\t\tchange_state[p1 + p2, t, t', Married, NotMarried]\n\t\t\tp1.partner.t' = none\n\t\t\tp2.partner.t' = none\n\t\t\tkeep_partner[Person - p1 - p2, t, t']\n\t\t}\n\t}} \n\tor\n\tsome p: Person {\n\t\t\/\/ birth\n\t\tt'.event = Birth\n\t\tchange_state[p, t, t', NotExist, NotMarried]\n\t\tlet father = p.parent_bio & Man {\n\t\t\tone father\n\t\t\tfather.state.t != NotExist\n\t\t}\n\t\tlet mother = p.parent_bio & Woman {\n\t\t\tone mother\n\t\t\tmother.state.t != NotExist\n\t\t\tlet hasband = mother.partner.t {\n\t\t\t\t\/\/ p always think his biological mother is his mother\n\t\t\t\t\/\/ if mother married, p think mother's hasband is his father\n\t\t\t\t\/\/ no other person is tought as parent\n\t\t\t\tp.parent_think = mother + hasband\n\t\t\t}\n\t\t}\n\t\tkeep_partner[Person, t, t']\n\t}\n}\n\nfact Traces {\n\tinit[first]\n\tall t: Time - last {\n\t\tstep[t, t.next]\n\t}\n}\n\npred can_marry_think (from, to: Person){\n\tto not in from.^parent_think\n\tfrom not in to.^parent_think\n\tto not in from.parent_think.~parent_think\n}\n\npred can_marry_bio (from, to: Person){\n\tto not in from.^parent_bio\n\tfrom not in to.^parent_bio\n\tto not in from.parent_bio.~parent_bio\n}\n\nrun {\n\tsome parent_bio\n\tsome p1: Man, p2: Woman {\n\/\/\t\tp.parent_bio & Man != p.parent_think & Man\n\/\/\t\tone p.parent_think & Man\n\t\tcan_marry_think[p1, p2] and not can_marry_bio[p1, p2]\n\t}\n} for exactly 4 Person, 4 Time\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"d1cf1f14e61177a9eb6c187859655b0c62282b49","subject":"forgot to add file.","message":"forgot to add file.\n","repos":"johnwickerson\/memalloy,johnwickerson\/memalloy,johnwickerson\/memalloy","old_file":"execution_hints\/c11_strengthening_mo.als","new_file":"execution_hints\/c11_strengthening_mo.als","new_contents":"pred c11_strengthening_mo[X:Exec] {\n\/*\n \te1:W[na](a,1) || e5: R[acq](x,1)\n\te2:F[rlx] || e6: R[na](a,1)\n\te3:R[rlx](y,1) || e7: W[rlx](y,1)\n\te4:W[rlx](x,1) ||\n*\/\n some disj e1,e2,e3,e4,e5,e6,e7 : E {\n X.EV = e1+e2+e3+e4+e5+e6+e7\n X.R = e3+e5+e6\n X.W = e1+e4+e7\n X.F = e2\n X.A = e2+e3+e4+e5+e7\n X.REL = none\n X.ACQ = e5\n X.SC = none\n X.ad = none->none\n X.dd = none->none\n X.cd = (e3->e4) + (e5->e6) + (e6->e7)\n X.sb = ^((e1->e2)+(e2->e3)+(e3->e4)) + ^((e5->e6)+(e6->e7))\n X.sloc = sq[e1+e6] + sq[e3+e7] + sq[e4+e5]\n X.sthd = sq[e1+e2+e3+e4] + sq[e5+e6+e7]\n X.rf = (e1->e6) + (e4->e5) + (e7->e3)\n X.co = none->none\n }\n}\n","old_contents":"","returncode":1,"stderr":"error: pathspec 'execution_hints\/c11_strengthening_mo.als' did not match any file(s) known to git\n","license":"mit","lang":"Alloy"} {"commit":"e5e6390bd203692419442b7f93d96a158c361de1","subject":"mystery","message":"mystery\n","repos":"nishio\/learning_alloy,nishio\/learning_alloy,nishio\/learning_alloy","old_file":"mystery.als","new_file":"mystery.als","new_contents":"open util\/ordering[Time]\nenum Person {A, B, C}\nsig Place {}\none sig Nowhere extends Place {}\nsig Time {\n visit: Person -> Place\n}\nfact {\n all t: Time, p: Person {\n one t.visit[p] \/\/ \u4eba\u306f\u4e00\u5ea6\u306b\u4e00\u7b87\u6240\u306b\u3057\u304b\u3044\u306a\u3044\n }\n}\n\nenum Bool {T, F}\nenum BoolBool {TT, TF, FT, FF}\n\nabstract sig Constrain{\n by: one Person,\n who: one Person\n}\n\n\nsig is_honest extends Constrain {}\nsig is_visit extends Constrain {\n when: Time,\n where: Place\n}\n\npred satisfy(cs: Constrain, a, b, c: BoolBool){\n let\n bb = (A -> a) + (B -> b) + (C -> c),\n b0 = bb.(TT -> T + TF -> T + FT -> F + FF -> F),\n b1 = bb.(TT -> T + TF -> F + FT -> T + FF -> F)\n {\n \/\/ b0: Person -> Bool \/\/ \u6b63\u76f4T \u5618\u3092\u3064\u304f\u304b\u3082\u3057\u308c\u306a\u3044\u4eba\n \/\/ b1: Person -> Bool \/\/ \u72af\u4ebaT\n \/\/ \u6b63\u76f4\u8005\u306e\u4eba\u6570\u306f1\u4eba\n #{b0.T} = 2\n \/\/ \u72af\u4eba\u306f1\u4eba\n #{b1.T} = 1\n\n \/\/ \u3059\u3079\u3066\u306e\u6b63\u76f4\u767a\u8a00\u306b\u3064\u3044\u3066\u3001\n \/\/ \u767a\u8a00\u8005\u304c\u6b63\u76f4\u306a\u3089\u5bfe\u8c61\u3082\u6b63\u76f4\n all c: cs & is_honest{\n\t (c.by.b0 = T) => (c.who.b0 = T)\n }\n \/\/ \u3059\u3079\u3066\u306e\u76ee\u6483\u60c5\u5831\u306b\u3064\u3044\u3066\n \/\/ \u767a\u8a00\u8005\u304c\u6b63\u76f4\u306a\u3089\n all c: cs & is_visit{\n\t (c.by.b0 = T) => {\n\t let t = c.when {\n\t t.visit[c.who] = c.where \/\/ \u305d\u306e\u6642\u523b\u306b\u305d\u3053\u306b\u3044\u308b\n\t }\n\t }\n }\n }\n}\n\nfact {\n \/\/ \u4eba\u306e\u79fb\u52d5\u306b\u95a2\u3059\u308b\u5236\u7d04\n all t: Time - first, p: Person {\n t.visit[p] = t.prev.visit[p] \/\/ \u540c\u3058\u4f4d\u7f6e\u306b\u3068\u3069\u307e\u308b\n or t.visit[p] = Nowhere or t.prev.visit[p] = Nowhere\n }\n}\n\nrun {\n let answers = {\n a, b, c: BoolBool |\n \t satisfy[Constrain, a, b, c]}\n {\n\tsome answers\n\/\/ one answers\n\/*\n all x: Constrain {\n\t not one {\n\t a, b, c: BoolBool |\n\t satisfy[Constrain - x, a, b, c]\n\t }\n }\n*\/\n }\n} for 3 Place, 3 Time, 20 Constrain\n","old_contents":"open util\/ordering[Time]\nenum Person {A, B, C}\nsig Place {}\none sig Nowhere extends Place {}\nsig Time {\n visit: Person -> Place\n}\nfact {\n all t: Time, p: Person {\n one t.visit[p] \/\/ \u4eba\u306f\u4e00\u5ea6\u306b\u4e00\u7b87\u6240\u306b\u3057\u304b\u3044\u306a\u3044\n }\n}\n\nenum Bool {T, F}\nenum BoolBool {TT, TF, FT, FF}\n\nabstract sig Constrain{\n by: one Person,\n who: one Person\n}\n\n\nsig is_honest extends Constrain {}\nsig is_visit extends Constrain {\n when: Time,\n where: Place\n}\n\npred satisfy(cs: Constrain, a, b, c: BoolBool){\n let\n bb = (A -> a) + (B -> b) + (C -> c),\n b0 = bb.(TT -> T + TF -> T + FT -> F + FF -> F),\n b1 = bb.(TT -> T + TF -> F + FT -> T + FF -> F)\n {\n \/\/ b0: Person -> Bool \/\/ \u6b63\u76f4T \u5618\u3092\u3064\u304f\u304b\u3082\u3057\u308c\u306a\u3044\u4eba\n \/\/ b1: Person -> Bool \/\/ \u72af\u4ebaT\n \/\/ \u6b63\u76f4\u8005\u306e\u4eba\u6570\u306f1\u4eba\n \/\/#{b0.T} = 1\n \/\/ \u72af\u4eba\u306f1\u4eba\n #{b1.T} = 1\n\n \/\/ \u3059\u3079\u3066\u306e\u6b63\u76f4\u767a\u8a00\u306b\u3064\u3044\u3066\u3001\n \/\/ \u767a\u8a00\u8005\u304c\u6b63\u76f4\u306a\u3089\u5bfe\u8c61\u3082\u6b63\u76f4\n all c: cs & is_honest{\n\t (c.by.b0 = T) => (c.who.b0 = T)\n }\n \/\/ \u3059\u3079\u3066\u306e\u76ee\u6483\u60c5\u5831\u306b\u3064\u3044\u3066\n \/\/ \u767a\u8a00\u8005\u304c\u6b63\u76f4\u306a\u3089\n all c: cs & is_visit{\n\t (c.by.b0 = T) => {\n\t let t = c.when {\n\t t.visit[c.who] = c.where \/\/ \u305d\u306e\u6642\u523b\u306b\u305d\u3053\u306b\u3044\u308b\n\t }\n\t }\n }\n }\n}\n\nfact {\n \/\/ \u4eba\u306e\u79fb\u52d5\u306b\u95a2\u3059\u308b\u5236\u7d04\n all t: Time - first, p: Person {\n t.visit[p] = t.prev.visit[p] \/\/ \u540c\u3058\u4f4d\u7f6e\u306b\u3068\u3069\u307e\u308b\n or t.visit[p] = Nowhere or t.prev.visit[p] = Nowhere\n }\n}\n\nrun {\n let answers = {\n a, b, c: BoolBool |\n \t satisfy[Constrain, a, b, c]}\n {\n\/\/\tsome answers\n one answers\n\/*\n all x: Constrain {\n\t not one {\n\t a, b, c: BoolBool |\n\t satisfy[Constrain - x, a, b, c]\n\t }\n }\n*\/\n }\n} for 3 Place, 3 Time, 20 Constrain\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"372e179941b33c2ad76924e87e0333c4dd80dc95","subject":"birth","message":"birth\n","repos":"nishio\/learning_alloy,nishio\/learning_alloy,nishio\/learning_alloy","old_file":"etude17.als","new_file":"etude17.als","new_contents":"open util\/ordering[Time]\nopen named_man_ja [Man]\nopen named_woman_ja [Woman]\n\nsig Time {}\n\nabstract sig Person {\n\tstate: State -> Time,\n}{\n\tall t: Time | one state.t\n}\n\nabstract sig Man, Woman extends Person {}\n\nenum State {NotExist, Married, NotMarried}\n\npred init (t: Time) {\n\tall p: Person | p.state.t in NotMarried + NotExist\n}\n\npred change_state (\n\ttarget : Person,\n\tt, t': Time,\n\tbefore, after : State){\n\t\tsome target\n\t\tall p: target {\n\t\t\tp.state.t = before\n\t\t\tp.state.t' = after\n\t\t}\n\t\t\/\/ others don't change their state\n\t\tall other: (Person - target) {\n\t\t\tother.state.t = other.state.t'\n\t\t}\t\n}\n\npred step (t, t': Time) {\n\t{some disj p1 : Man, p2 : Woman {\n\t\t\/\/ marriage\n\t\tchange_state[p1 + p2, t, t', NotMarried, Married]\n\t\tor\n\t\t\/\/ divorce\n\t\tchange_state[p1 + p2, t, t', Married, NotMarried]\n\t}} \n\tor\n\tsome p: Person {\n\t\t\/\/ birth\n\t\tchange_state[p, t, t', NotExist, NotMarried]\n\t}\n}\n\nfact Traces {\n\tinit[first]\n\tall t: Time - last {\n\t\tstep[t, t.next]\n\t}\n}\n\nrun {} for exactly 4 Person, 4 Time\n","old_contents":"","returncode":1,"stderr":"error: pathspec 'etude17.als' did not match any file(s) known to git\n","license":"mit","lang":"Alloy"} {"commit":"861a796017832c98034d685a8ed711d0d291a35f","subject":"illust","message":"illust\n","repos":"nishio\/learning_alloy,nishio\/learning_alloy,nishio\/learning_alloy","old_file":"illustlogic.als","new_file":"illustlogic.als","new_contents":"\/\/ Illust Logic\nabstract sig Cell {\n color: Color,\n hnext: lone Cell,\n vnext: lone Cell\n}\n\nenum Color {Black, White}\n\nfun range(start, end : Cell, r: Cell -> Cell): Cell{\n (start + start.^r) & (end.^(~r) + end)\n}\n\npred all_black(cells : Cell, size: Int){\n #cells = size\n all c: cells{\n c.color = Black\n }\n}\n\npred all_white(cells : Cell){\n all c: cells{\n c.color = White\n }\n}\n\nfun from(start: Cell, next: Cell -> Cell): Cell{\n start + start.^next\n}\n\none sig Cell_0_0 extends Cell {}\none sig Cell_0_1 extends Cell {}\none sig Cell_0_2 extends Cell {}\none sig Cell_0_3 extends Cell {}\none sig Cell_0_4 extends Cell {}\none sig Cell_0_5 extends Cell {}\none sig Cell_0_6 extends Cell {}\none sig Cell_0_7 extends Cell {}\none sig Cell_0_8 extends Cell {}\none sig Cell_0_9 extends Cell {}\none sig Cell_1_0 extends Cell {}\none sig Cell_1_1 extends Cell {}\none sig Cell_1_2 extends Cell {}\none sig Cell_1_3 extends Cell {}\none sig Cell_1_4 extends Cell {}\none sig Cell_1_5 extends Cell {}\none sig Cell_1_6 extends Cell {}\none sig Cell_1_7 extends Cell {}\none sig Cell_1_8 extends Cell {}\none sig Cell_1_9 extends Cell {}\none sig Cell_2_0 extends Cell {}\none sig Cell_2_1 extends Cell {}\none sig Cell_2_2 extends Cell {}\none sig Cell_2_3 extends Cell {}\none sig Cell_2_4 extends Cell {}\none sig Cell_2_5 extends Cell {}\none sig Cell_2_6 extends Cell {}\none sig Cell_2_7 extends Cell {}\none sig Cell_2_8 extends Cell {}\none sig Cell_2_9 extends Cell {}\none sig Cell_3_0 extends Cell {}\none sig Cell_3_1 extends Cell {}\none sig Cell_3_2 extends Cell {}\none sig Cell_3_3 extends Cell {}\none sig Cell_3_4 extends Cell {}\none sig Cell_3_5 extends Cell {}\none sig Cell_3_6 extends Cell {}\none sig Cell_3_7 extends Cell {}\none sig Cell_3_8 extends Cell {}\none sig Cell_3_9 extends Cell {}\none sig Cell_4_0 extends Cell {}\none sig Cell_4_1 extends Cell {}\none sig Cell_4_2 extends Cell {}\none sig Cell_4_3 extends Cell {}\none sig Cell_4_4 extends Cell {}\none sig Cell_4_5 extends Cell {}\none sig Cell_4_6 extends Cell {}\none sig Cell_4_7 extends Cell {}\none sig Cell_4_8 extends Cell {}\none sig Cell_4_9 extends Cell {}\none sig Cell_5_0 extends Cell {}\none sig Cell_5_1 extends Cell {}\none sig Cell_5_2 extends Cell {}\none sig Cell_5_3 extends Cell {}\none sig Cell_5_4 extends Cell {}\none sig Cell_5_5 extends Cell {}\none sig Cell_5_6 extends Cell {}\none sig Cell_5_7 extends Cell {}\none sig Cell_5_8 extends Cell {}\none sig Cell_5_9 extends Cell {}\none sig Cell_6_0 extends Cell {}\none sig Cell_6_1 extends Cell {}\none sig Cell_6_2 extends Cell {}\none sig Cell_6_3 extends Cell {}\none sig Cell_6_4 extends Cell {}\none sig Cell_6_5 extends Cell {}\none sig Cell_6_6 extends Cell {}\none sig Cell_6_7 extends Cell {}\none sig Cell_6_8 extends Cell {}\none sig Cell_6_9 extends Cell {}\none sig Cell_7_0 extends Cell {}\none sig Cell_7_1 extends Cell {}\none sig Cell_7_2 extends Cell {}\none sig Cell_7_3 extends Cell {}\none sig Cell_7_4 extends Cell {}\none sig Cell_7_5 extends Cell {}\none sig Cell_7_6 extends Cell {}\none sig Cell_7_7 extends Cell {}\none sig Cell_7_8 extends Cell {}\none sig Cell_7_9 extends Cell {}\none sig Cell_8_0 extends Cell {}\none sig Cell_8_1 extends Cell {}\none sig Cell_8_2 extends Cell {}\none sig Cell_8_3 extends Cell {}\none sig Cell_8_4 extends Cell {}\none sig Cell_8_5 extends Cell {}\none sig Cell_8_6 extends Cell {}\none sig Cell_8_7 extends Cell {}\none sig Cell_8_8 extends Cell {}\none sig Cell_8_9 extends Cell {}\none sig Cell_9_0 extends Cell {}\none sig Cell_9_1 extends Cell {}\none sig Cell_9_2 extends Cell {}\none sig Cell_9_3 extends Cell {}\none sig Cell_9_4 extends Cell {}\none sig Cell_9_5 extends Cell {}\none sig Cell_9_6 extends Cell {}\none sig Cell_9_7 extends Cell {}\none sig Cell_9_8 extends Cell {}\none sig Cell_9_9 extends Cell {}\nfact matrix_adj {\n Cell_0_0.vnext = Cell_0_1\n Cell_0_1.vnext = Cell_0_2\n Cell_0_2.vnext = Cell_0_3\n Cell_0_3.vnext = Cell_0_4\n Cell_0_4.vnext = Cell_0_5\n Cell_0_5.vnext = Cell_0_6\n Cell_0_6.vnext = Cell_0_7\n Cell_0_7.vnext = Cell_0_8\n Cell_0_8.vnext = Cell_0_9\n no Cell_0_9.vnext\n Cell_1_0.vnext = Cell_1_1\n Cell_1_1.vnext = Cell_1_2\n Cell_1_2.vnext = Cell_1_3\n Cell_1_3.vnext = Cell_1_4\n Cell_1_4.vnext = Cell_1_5\n Cell_1_5.vnext = Cell_1_6\n Cell_1_6.vnext = Cell_1_7\n Cell_1_7.vnext = Cell_1_8\n Cell_1_8.vnext = Cell_1_9\n no Cell_1_9.vnext\n Cell_2_0.vnext = Cell_2_1\n Cell_2_1.vnext = Cell_2_2\n Cell_2_2.vnext = Cell_2_3\n Cell_2_3.vnext = Cell_2_4\n Cell_2_4.vnext = Cell_2_5\n Cell_2_5.vnext = Cell_2_6\n Cell_2_6.vnext = Cell_2_7\n Cell_2_7.vnext = Cell_2_8\n Cell_2_8.vnext = Cell_2_9\n no Cell_2_9.vnext\n Cell_3_0.vnext = Cell_3_1\n Cell_3_1.vnext = Cell_3_2\n Cell_3_2.vnext = Cell_3_3\n Cell_3_3.vnext = Cell_3_4\n Cell_3_4.vnext = Cell_3_5\n Cell_3_5.vnext = Cell_3_6\n Cell_3_6.vnext = Cell_3_7\n Cell_3_7.vnext = Cell_3_8\n Cell_3_8.vnext = Cell_3_9\n no Cell_3_9.vnext\n Cell_4_0.vnext = Cell_4_1\n Cell_4_1.vnext = Cell_4_2\n Cell_4_2.vnext = Cell_4_3\n Cell_4_3.vnext = Cell_4_4\n Cell_4_4.vnext = Cell_4_5\n Cell_4_5.vnext = Cell_4_6\n Cell_4_6.vnext = Cell_4_7\n Cell_4_7.vnext = Cell_4_8\n Cell_4_8.vnext = Cell_4_9\n no Cell_4_9.vnext\n Cell_5_0.vnext = Cell_5_1\n Cell_5_1.vnext = Cell_5_2\n Cell_5_2.vnext = Cell_5_3\n Cell_5_3.vnext = Cell_5_4\n Cell_5_4.vnext = Cell_5_5\n Cell_5_5.vnext = Cell_5_6\n Cell_5_6.vnext = Cell_5_7\n Cell_5_7.vnext = Cell_5_8\n Cell_5_8.vnext = Cell_5_9\n no Cell_5_9.vnext\n Cell_6_0.vnext = Cell_6_1\n Cell_6_1.vnext = Cell_6_2\n Cell_6_2.vnext = Cell_6_3\n Cell_6_3.vnext = Cell_6_4\n Cell_6_4.vnext = Cell_6_5\n Cell_6_5.vnext = Cell_6_6\n Cell_6_6.vnext = Cell_6_7\n Cell_6_7.vnext = Cell_6_8\n Cell_6_8.vnext = Cell_6_9\n no Cell_6_9.vnext\n Cell_7_0.vnext = Cell_7_1\n Cell_7_1.vnext = Cell_7_2\n Cell_7_2.vnext = Cell_7_3\n Cell_7_3.vnext = Cell_7_4\n Cell_7_4.vnext = Cell_7_5\n Cell_7_5.vnext = Cell_7_6\n Cell_7_6.vnext = Cell_7_7\n Cell_7_7.vnext = Cell_7_8\n Cell_7_8.vnext = Cell_7_9\n no Cell_7_9.vnext\n Cell_8_0.vnext = Cell_8_1\n Cell_8_1.vnext = Cell_8_2\n Cell_8_2.vnext = Cell_8_3\n Cell_8_3.vnext = Cell_8_4\n Cell_8_4.vnext = Cell_8_5\n Cell_8_5.vnext = Cell_8_6\n Cell_8_6.vnext = Cell_8_7\n Cell_8_7.vnext = Cell_8_8\n Cell_8_8.vnext = Cell_8_9\n no Cell_8_9.vnext\n Cell_9_0.vnext = Cell_9_1\n Cell_9_1.vnext = Cell_9_2\n Cell_9_2.vnext = Cell_9_3\n Cell_9_3.vnext = Cell_9_4\n Cell_9_4.vnext = Cell_9_5\n Cell_9_5.vnext = Cell_9_6\n Cell_9_6.vnext = Cell_9_7\n Cell_9_7.vnext = Cell_9_8\n Cell_9_8.vnext = Cell_9_9\n no Cell_9_9.vnext\n Cell_0_0.hnext = Cell_1_0\n Cell_1_0.hnext = Cell_2_0\n Cell_2_0.hnext = Cell_3_0\n Cell_3_0.hnext = Cell_4_0\n Cell_4_0.hnext = Cell_5_0\n Cell_5_0.hnext = Cell_6_0\n Cell_6_0.hnext = Cell_7_0\n Cell_7_0.hnext = Cell_8_0\n Cell_8_0.hnext = Cell_9_0\n no Cell_9_0.hnext\n Cell_0_1.hnext = Cell_1_1\n Cell_1_1.hnext = Cell_2_1\n Cell_2_1.hnext = Cell_3_1\n Cell_3_1.hnext = Cell_4_1\n Cell_4_1.hnext = Cell_5_1\n Cell_5_1.hnext = Cell_6_1\n Cell_6_1.hnext = Cell_7_1\n Cell_7_1.hnext = Cell_8_1\n Cell_8_1.hnext = Cell_9_1\n no Cell_9_1.hnext\n Cell_0_2.hnext = Cell_1_2\n Cell_1_2.hnext = Cell_2_2\n Cell_2_2.hnext = Cell_3_2\n Cell_3_2.hnext = Cell_4_2\n Cell_4_2.hnext = Cell_5_2\n Cell_5_2.hnext = Cell_6_2\n Cell_6_2.hnext = Cell_7_2\n Cell_7_2.hnext = Cell_8_2\n Cell_8_2.hnext = Cell_9_2\n no Cell_9_2.hnext\n Cell_0_3.hnext = Cell_1_3\n Cell_1_3.hnext = Cell_2_3\n Cell_2_3.hnext = Cell_3_3\n Cell_3_3.hnext = Cell_4_3\n Cell_4_3.hnext = Cell_5_3\n Cell_5_3.hnext = Cell_6_3\n Cell_6_3.hnext = Cell_7_3\n Cell_7_3.hnext = Cell_8_3\n Cell_8_3.hnext = Cell_9_3\n no Cell_9_3.hnext\n Cell_0_4.hnext = Cell_1_4\n Cell_1_4.hnext = Cell_2_4\n Cell_2_4.hnext = Cell_3_4\n Cell_3_4.hnext = Cell_4_4\n Cell_4_4.hnext = Cell_5_4\n Cell_5_4.hnext = Cell_6_4\n Cell_6_4.hnext = Cell_7_4\n Cell_7_4.hnext = Cell_8_4\n Cell_8_4.hnext = Cell_9_4\n no Cell_9_4.hnext\n Cell_0_5.hnext = Cell_1_5\n Cell_1_5.hnext = Cell_2_5\n Cell_2_5.hnext = Cell_3_5\n Cell_3_5.hnext = Cell_4_5\n Cell_4_5.hnext = Cell_5_5\n Cell_5_5.hnext = Cell_6_5\n Cell_6_5.hnext = Cell_7_5\n Cell_7_5.hnext = Cell_8_5\n Cell_8_5.hnext = Cell_9_5\n no Cell_9_5.hnext\n Cell_0_6.hnext = Cell_1_6\n Cell_1_6.hnext = Cell_2_6\n Cell_2_6.hnext = Cell_3_6\n Cell_3_6.hnext = Cell_4_6\n Cell_4_6.hnext = Cell_5_6\n Cell_5_6.hnext = Cell_6_6\n Cell_6_6.hnext = Cell_7_6\n Cell_7_6.hnext = Cell_8_6\n Cell_8_6.hnext = Cell_9_6\n no Cell_9_6.hnext\n Cell_0_7.hnext = Cell_1_7\n Cell_1_7.hnext = Cell_2_7\n Cell_2_7.hnext = Cell_3_7\n Cell_3_7.hnext = Cell_4_7\n Cell_4_7.hnext = Cell_5_7\n Cell_5_7.hnext = Cell_6_7\n Cell_6_7.hnext = Cell_7_7\n Cell_7_7.hnext = Cell_8_7\n Cell_8_7.hnext = Cell_9_7\n no Cell_9_7.hnext\n Cell_0_8.hnext = Cell_1_8\n Cell_1_8.hnext = Cell_2_8\n Cell_2_8.hnext = Cell_3_8\n Cell_3_8.hnext = Cell_4_8\n Cell_4_8.hnext = Cell_5_8\n Cell_5_8.hnext = Cell_6_8\n Cell_6_8.hnext = Cell_7_8\n Cell_7_8.hnext = Cell_8_8\n Cell_8_8.hnext = Cell_9_8\n no Cell_9_8.hnext\n Cell_0_9.hnext = Cell_1_9\n Cell_1_9.hnext = Cell_2_9\n Cell_2_9.hnext = Cell_3_9\n Cell_3_9.hnext = Cell_4_9\n Cell_4_9.hnext = Cell_5_9\n Cell_5_9.hnext = Cell_6_9\n Cell_6_9.hnext = Cell_7_9\n Cell_7_9.hnext = Cell_8_9\n Cell_8_9.hnext = Cell_9_9\n no Cell_9_9.hnext\n}\nfact {\n let next = hnext {\n some c1: from[Cell_0_0, next] {\n all_white[range[from[Cell_0_0, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 3]\n all_white[c2.^next]\n }\n }\n some c1: from[Cell_0_1, next] {\n all_white[range[from[Cell_0_1, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 2]\n some c1: c2.next.^next {\n all_white[range[c2.next.^next, c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 2]\n all_white[c2.^next]\n }\n }\n }\n }\n some c1: from[Cell_0_2, next] {\n all_white[range[from[Cell_0_2, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 1]\n some c1: c2.next.^next {\n all_white[range[c2.next.^next, c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 1]\n some c1: c2.next.^next {\n all_white[range[c2.next.^next, c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 1]\n all_white[c2.^next]\n }\n }\n }\n }\n }\n }\n some c1: from[Cell_0_3, next] {\n all_white[range[from[Cell_0_3, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 3]\n some c1: c2.next.^next {\n all_white[range[c2.next.^next, c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 3]\n all_white[c2.^next]\n }\n }\n }\n }\n some c1: from[Cell_0_4, next] {\n all_white[range[from[Cell_0_4, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 5]\n all_white[c2.^next]\n }\n }\n some c1: from[Cell_0_5, next] {\n all_white[range[from[Cell_0_5, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 7]\n all_white[c2.^next]\n }\n }\n some c1: from[Cell_0_6, next] {\n all_white[range[from[Cell_0_6, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 7]\n all_white[c2.^next]\n }\n }\n some c1: from[Cell_0_7, next] {\n all_white[range[from[Cell_0_7, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 7]\n all_white[c2.^next]\n }\n }\n some c1: from[Cell_0_8, next] {\n all_white[range[from[Cell_0_8, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 7]\n all_white[c2.^next]\n }\n }\n some c1: from[Cell_0_9, next] {\n all_white[range[from[Cell_0_9, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 5]\n all_white[c2.^next]\n }\n }\n }\n let next = vnext {\n some c1: from[Cell_0_0, next] {\n all_white[range[from[Cell_0_0, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 4]\n all_white[c2.^next]\n }\n }\n some c1: from[Cell_1_0, next] {\n all_white[range[from[Cell_1_0, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 6]\n all_white[c2.^next]\n }\n }\n some c1: from[Cell_2_0, next] {\n all_white[range[from[Cell_2_0, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 7]\n all_white[c2.^next]\n }\n }\n some c1: from[Cell_3_0, next] {\n all_white[range[from[Cell_3_0, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 9]\n all_white[c2.^next]\n }\n }\n some c1: from[Cell_4_0, next] {\n all_white[range[from[Cell_4_0, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 2]\n some c1: c2.next.^next {\n all_white[range[c2.next.^next, c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 7]\n all_white[c2.^next]\n }\n }\n }\n }\n some c1: from[Cell_5_0, next] {\n all_white[range[from[Cell_5_0, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 1]\n some c1: c2.next.^next {\n all_white[range[c2.next.^next, c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 6]\n all_white[c2.^next]\n }\n }\n }\n }\n some c1: from[Cell_6_0, next] {\n all_white[range[from[Cell_6_0, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 2]\n some c1: c2.next.^next {\n all_white[range[c2.next.^next, c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 4]\n all_white[c2.^next]\n }\n }\n }\n }\n some c1: from[Cell_7_0, next] {\n all_white[range[from[Cell_7_0, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 3]\n all_white[c2.^next]\n }\n }\n some c1: from[Cell_8_0, next] {\n all_white[range[from[Cell_8_0, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 1]\n all_white[c2.^next]\n }\n }\n some c1: from[Cell_9_0, next] {\n all_white[range[from[Cell_9_0, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 2]\n all_white[c2.^next]\n }\n }\n }\n}\nrun{} for 1 but 5 int\n","old_contents":"\/\/ Illust Logic\nabstract sig Cell {\n color: Color,\n hnext: lone Cell,\n vnext: lone Cell\n}\n\nenum Color {Black, White}\n\nfun range(start, end : Cell, r: Cell -> Cell): Cell{\n (start + start.^r) & (end.^(~r) + end)\n}\n\npred all_black(cells : Cell, size: Int){\n #cells = size\n all c: cells{\n c.color = Black\n }\n}\n\npred all_white(cells : Cell){\n all c: cells{\n c.color = White\n }\n}\n\nfun from(start: Cell, next: Cell -> Cell): Cell{\n start + start.^next\n}\n\none sig Cell_0_0 extends Cell {}\none sig Cell_0_1 extends Cell {}\none sig Cell_0_2 extends Cell {}\none sig Cell_0_3 extends Cell {}\none sig Cell_0_4 extends Cell {}\none sig Cell_0_5 extends Cell {}\none sig Cell_0_6 extends Cell {}\none sig Cell_0_7 extends Cell {}\none sig Cell_0_8 extends Cell {}\none sig Cell_0_9 extends Cell {}\none sig Cell_1_0 extends Cell {}\none sig Cell_1_1 extends Cell {}\none sig Cell_1_2 extends Cell {}\none sig Cell_1_3 extends Cell {}\none sig Cell_1_4 extends Cell {}\none sig Cell_1_5 extends Cell {}\none sig Cell_1_6 extends Cell {}\none sig Cell_1_7 extends Cell {}\none sig Cell_1_8 extends Cell {}\none sig Cell_1_9 extends Cell {}\none sig Cell_2_0 extends Cell {}\none sig Cell_2_1 extends Cell {}\none sig Cell_2_2 extends Cell {}\none sig Cell_2_3 extends Cell {}\none sig Cell_2_4 extends Cell {}\none sig Cell_2_5 extends Cell {}\none sig Cell_2_6 extends Cell {}\none sig Cell_2_7 extends Cell {}\none sig Cell_2_8 extends Cell {}\none sig Cell_2_9 extends Cell {}\none sig Cell_3_0 extends Cell {}\none sig Cell_3_1 extends Cell {}\none sig Cell_3_2 extends Cell {}\none sig Cell_3_3 extends Cell {}\none sig Cell_3_4 extends Cell {}\none sig Cell_3_5 extends Cell {}\none sig Cell_3_6 extends Cell {}\none sig Cell_3_7 extends Cell {}\none sig Cell_3_8 extends Cell {}\none sig Cell_3_9 extends Cell {}\none sig Cell_4_0 extends Cell {}\none sig Cell_4_1 extends Cell {}\none sig Cell_4_2 extends Cell {}\none sig Cell_4_3 extends Cell {}\none sig Cell_4_4 extends Cell {}\none sig Cell_4_5 extends Cell {}\none sig Cell_4_6 extends Cell {}\none sig Cell_4_7 extends Cell {}\none sig Cell_4_8 extends Cell {}\none sig Cell_4_9 extends Cell {}\none sig Cell_5_0 extends Cell {}\none sig Cell_5_1 extends Cell {}\none sig Cell_5_2 extends Cell {}\none sig Cell_5_3 extends Cell {}\none sig Cell_5_4 extends Cell {}\none sig Cell_5_5 extends Cell {}\none sig Cell_5_6 extends Cell {}\none sig Cell_5_7 extends Cell {}\none sig Cell_5_8 extends Cell {}\none sig Cell_5_9 extends Cell {}\none sig Cell_6_0 extends Cell {}\none sig Cell_6_1 extends Cell {}\none sig Cell_6_2 extends Cell {}\none sig Cell_6_3 extends Cell {}\none sig Cell_6_4 extends Cell {}\none sig Cell_6_5 extends Cell {}\none sig Cell_6_6 extends Cell {}\none sig Cell_6_7 extends Cell {}\none sig Cell_6_8 extends Cell {}\none sig Cell_6_9 extends Cell {}\none sig Cell_7_0 extends Cell {}\none sig Cell_7_1 extends Cell {}\none sig Cell_7_2 extends Cell {}\none sig Cell_7_3 extends Cell {}\none sig Cell_7_4 extends Cell {}\none sig Cell_7_5 extends Cell {}\none sig Cell_7_6 extends Cell {}\none sig Cell_7_7 extends Cell {}\none sig Cell_7_8 extends Cell {}\none sig Cell_7_9 extends Cell {}\none sig Cell_8_0 extends Cell {}\none sig Cell_8_1 extends Cell {}\none sig Cell_8_2 extends Cell {}\none sig Cell_8_3 extends Cell {}\none sig Cell_8_4 extends Cell {}\none sig Cell_8_5 extends Cell {}\none sig Cell_8_6 extends Cell {}\none sig Cell_8_7 extends Cell {}\none sig Cell_8_8 extends Cell {}\none sig Cell_8_9 extends Cell {}\none sig Cell_9_0 extends Cell {}\none sig Cell_9_1 extends Cell {}\none sig Cell_9_2 extends Cell {}\none sig Cell_9_3 extends Cell {}\none sig Cell_9_4 extends Cell {}\none sig Cell_9_5 extends Cell {}\none sig Cell_9_6 extends Cell {}\none sig Cell_9_7 extends Cell {}\none sig Cell_9_8 extends Cell {}\none sig Cell_9_9 extends Cell {}\nfact matrix_adj {\n Cell_0_0.vnext = Cell_0_1\n Cell_0_1.vnext = Cell_0_2\n Cell_0_2.vnext = Cell_0_3\n Cell_0_3.vnext = Cell_0_4\n Cell_0_4.vnext = Cell_0_5\n Cell_0_5.vnext = Cell_0_6\n Cell_0_6.vnext = Cell_0_7\n Cell_0_7.vnext = Cell_0_8\n Cell_0_8.vnext = Cell_0_9\n no Cell_0_9.vnext\n Cell_1_0.vnext = Cell_1_1\n Cell_1_1.vnext = Cell_1_2\n Cell_1_2.vnext = Cell_1_3\n Cell_1_3.vnext = Cell_1_4\n Cell_1_4.vnext = Cell_1_5\n Cell_1_5.vnext = Cell_1_6\n Cell_1_6.vnext = Cell_1_7\n Cell_1_7.vnext = Cell_1_8\n Cell_1_8.vnext = Cell_1_9\n no Cell_1_9.vnext\n Cell_2_0.vnext = Cell_2_1\n Cell_2_1.vnext = Cell_2_2\n Cell_2_2.vnext = Cell_2_3\n Cell_2_3.vnext = Cell_2_4\n Cell_2_4.vnext = Cell_2_5\n Cell_2_5.vnext = Cell_2_6\n Cell_2_6.vnext = Cell_2_7\n Cell_2_7.vnext = Cell_2_8\n Cell_2_8.vnext = Cell_2_9\n no Cell_2_9.vnext\n Cell_3_0.vnext = Cell_3_1\n Cell_3_1.vnext = Cell_3_2\n Cell_3_2.vnext = Cell_3_3\n Cell_3_3.vnext = Cell_3_4\n Cell_3_4.vnext = Cell_3_5\n Cell_3_5.vnext = Cell_3_6\n Cell_3_6.vnext = Cell_3_7\n Cell_3_7.vnext = Cell_3_8\n Cell_3_8.vnext = Cell_3_9\n no Cell_3_9.vnext\n Cell_4_0.vnext = Cell_4_1\n Cell_4_1.vnext = Cell_4_2\n Cell_4_2.vnext = Cell_4_3\n Cell_4_3.vnext = Cell_4_4\n Cell_4_4.vnext = Cell_4_5\n Cell_4_5.vnext = Cell_4_6\n Cell_4_6.vnext = Cell_4_7\n Cell_4_7.vnext = Cell_4_8\n Cell_4_8.vnext = Cell_4_9\n no Cell_4_9.vnext\n Cell_5_0.vnext = Cell_5_1\n Cell_5_1.vnext = Cell_5_2\n Cell_5_2.vnext = Cell_5_3\n Cell_5_3.vnext = Cell_5_4\n Cell_5_4.vnext = Cell_5_5\n Cell_5_5.vnext = Cell_5_6\n Cell_5_6.vnext = Cell_5_7\n Cell_5_7.vnext = Cell_5_8\n Cell_5_8.vnext = Cell_5_9\n no Cell_5_9.vnext\n Cell_6_0.vnext = Cell_6_1\n Cell_6_1.vnext = Cell_6_2\n Cell_6_2.vnext = Cell_6_3\n Cell_6_3.vnext = Cell_6_4\n Cell_6_4.vnext = Cell_6_5\n Cell_6_5.vnext = Cell_6_6\n Cell_6_6.vnext = Cell_6_7\n Cell_6_7.vnext = Cell_6_8\n Cell_6_8.vnext = Cell_6_9\n no Cell_6_9.vnext\n Cell_7_0.vnext = Cell_7_1\n Cell_7_1.vnext = Cell_7_2\n Cell_7_2.vnext = Cell_7_3\n Cell_7_3.vnext = Cell_7_4\n Cell_7_4.vnext = Cell_7_5\n Cell_7_5.vnext = Cell_7_6\n Cell_7_6.vnext = Cell_7_7\n Cell_7_7.vnext = Cell_7_8\n Cell_7_8.vnext = Cell_7_9\n no Cell_7_9.vnext\n Cell_8_0.vnext = Cell_8_1\n Cell_8_1.vnext = Cell_8_2\n Cell_8_2.vnext = Cell_8_3\n Cell_8_3.vnext = Cell_8_4\n Cell_8_4.vnext = Cell_8_5\n Cell_8_5.vnext = Cell_8_6\n Cell_8_6.vnext = Cell_8_7\n Cell_8_7.vnext = Cell_8_8\n Cell_8_8.vnext = Cell_8_9\n no Cell_8_9.vnext\n Cell_9_0.vnext = Cell_9_1\n Cell_9_1.vnext = Cell_9_2\n Cell_9_2.vnext = Cell_9_3\n Cell_9_3.vnext = Cell_9_4\n Cell_9_4.vnext = Cell_9_5\n Cell_9_5.vnext = Cell_9_6\n Cell_9_6.vnext = Cell_9_7\n Cell_9_7.vnext = Cell_9_8\n Cell_9_8.vnext = Cell_9_9\n no Cell_9_9.vnext\n Cell_0_0.hnext = Cell_1_0\n Cell_1_0.hnext = Cell_2_0\n Cell_2_0.hnext = Cell_3_0\n Cell_3_0.hnext = Cell_4_0\n Cell_4_0.hnext = Cell_5_0\n Cell_5_0.hnext = Cell_6_0\n Cell_6_0.hnext = Cell_7_0\n Cell_7_0.hnext = Cell_8_0\n Cell_8_0.hnext = Cell_9_0\n no Cell_9_0.hnext\n Cell_0_1.hnext = Cell_1_1\n Cell_1_1.hnext = Cell_2_1\n Cell_2_1.hnext = Cell_3_1\n Cell_3_1.hnext = Cell_4_1\n Cell_4_1.hnext = Cell_5_1\n Cell_5_1.hnext = Cell_6_1\n Cell_6_1.hnext = Cell_7_1\n Cell_7_1.hnext = Cell_8_1\n Cell_8_1.hnext = Cell_9_1\n no Cell_9_1.hnext\n Cell_0_2.hnext = Cell_1_2\n Cell_1_2.hnext = Cell_2_2\n Cell_2_2.hnext = Cell_3_2\n Cell_3_2.hnext = Cell_4_2\n Cell_4_2.hnext = Cell_5_2\n Cell_5_2.hnext = Cell_6_2\n Cell_6_2.hnext = Cell_7_2\n Cell_7_2.hnext = Cell_8_2\n Cell_8_2.hnext = Cell_9_2\n no Cell_9_2.hnext\n Cell_0_3.hnext = Cell_1_3\n Cell_1_3.hnext = Cell_2_3\n Cell_2_3.hnext = Cell_3_3\n Cell_3_3.hnext = Cell_4_3\n Cell_4_3.hnext = Cell_5_3\n Cell_5_3.hnext = Cell_6_3\n Cell_6_3.hnext = Cell_7_3\n Cell_7_3.hnext = Cell_8_3\n Cell_8_3.hnext = Cell_9_3\n no Cell_9_3.hnext\n Cell_0_4.hnext = Cell_1_4\n Cell_1_4.hnext = Cell_2_4\n Cell_2_4.hnext = Cell_3_4\n Cell_3_4.hnext = Cell_4_4\n Cell_4_4.hnext = Cell_5_4\n Cell_5_4.hnext = Cell_6_4\n Cell_6_4.hnext = Cell_7_4\n Cell_7_4.hnext = Cell_8_4\n Cell_8_4.hnext = Cell_9_4\n no Cell_9_4.hnext\n Cell_0_5.hnext = Cell_1_5\n Cell_1_5.hnext = Cell_2_5\n Cell_2_5.hnext = Cell_3_5\n Cell_3_5.hnext = Cell_4_5\n Cell_4_5.hnext = Cell_5_5\n Cell_5_5.hnext = Cell_6_5\n Cell_6_5.hnext = Cell_7_5\n Cell_7_5.hnext = Cell_8_5\n Cell_8_5.hnext = Cell_9_5\n no Cell_9_5.hnext\n Cell_0_6.hnext = Cell_1_6\n Cell_1_6.hnext = Cell_2_6\n Cell_2_6.hnext = Cell_3_6\n Cell_3_6.hnext = Cell_4_6\n Cell_4_6.hnext = Cell_5_6\n Cell_5_6.hnext = Cell_6_6\n Cell_6_6.hnext = Cell_7_6\n Cell_7_6.hnext = Cell_8_6\n Cell_8_6.hnext = Cell_9_6\n no Cell_9_6.hnext\n Cell_0_7.hnext = Cell_1_7\n Cell_1_7.hnext = Cell_2_7\n Cell_2_7.hnext = Cell_3_7\n Cell_3_7.hnext = Cell_4_7\n Cell_4_7.hnext = Cell_5_7\n Cell_5_7.hnext = Cell_6_7\n Cell_6_7.hnext = Cell_7_7\n Cell_7_7.hnext = Cell_8_7\n Cell_8_7.hnext = Cell_9_7\n no Cell_9_7.hnext\n Cell_0_8.hnext = Cell_1_8\n Cell_1_8.hnext = Cell_2_8\n Cell_2_8.hnext = Cell_3_8\n Cell_3_8.hnext = Cell_4_8\n Cell_4_8.hnext = Cell_5_8\n Cell_5_8.hnext = Cell_6_8\n Cell_6_8.hnext = Cell_7_8\n Cell_7_8.hnext = Cell_8_8\n Cell_8_8.hnext = Cell_9_8\n no Cell_9_8.hnext\n Cell_0_9.hnext = Cell_1_9\n Cell_1_9.hnext = Cell_2_9\n Cell_2_9.hnext = Cell_3_9\n Cell_3_9.hnext = Cell_4_9\n Cell_4_9.hnext = Cell_5_9\n Cell_5_9.hnext = Cell_6_9\n Cell_6_9.hnext = Cell_7_9\n Cell_7_9.hnext = Cell_8_9\n Cell_8_9.hnext = Cell_9_9\n no Cell_9_9.hnext\n}\nfact {\n let next = hnext {\n some c1: from[Cell_0_0, next] {\n all_white[range[from[Cell_0_0, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 3]\n all_white[c2.^next]\n }\n }\n some c1: from[Cell_0_1, next] {\n all_white[range[from[Cell_0_1, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 2]\n some c1: c2.next.^next {\n all_white[range[c2.next.^next, c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 2]\n all_white[c2.^next]\n }\n }\n }\n }\n some c1: from[Cell_0_2, next] {\n all_white[range[from[Cell_0_2, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 1]\n some c1: c2.next.^next {\n all_white[range[c2.next.^next, c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 1]\n some c1: c2.next.^next {\n all_white[range[c2.next.^next, c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 1]\n all_white[c2.^next]\n }\n }\n }\n }\n }\n }\n some c1: from[Cell_0_3, next] {\n all_white[range[from[Cell_0_3, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 3]\n some c1: c2.next.^next {\n all_white[range[c2.next.^next, c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 3]\n all_white[c2.^next]\n }\n }\n }\n }\n some c1: from[Cell_0_4, next] {\n all_white[range[from[Cell_0_4, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 5]\n all_white[c2.^next]\n }\n }\n some c1: from[Cell_0_5, next] {\n all_white[range[from[Cell_0_5, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 7]\n all_white[c2.^next]\n }\n }\n some c1: from[Cell_0_6, next] {\n all_white[range[from[Cell_0_6, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 7]\n all_white[c2.^next]\n }\n }\n some c1: from[Cell_0_7, next] {\n all_white[range[from[Cell_0_7, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 7]\n all_white[c2.^next]\n }\n }\n some c1: from[Cell_0_8, next] {\n all_white[range[from[Cell_0_8, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 7]\n all_white[c2.^next]\n }\n }\n some c1: from[Cell_0_9, next] {\n all_white[range[from[Cell_0_9, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 5]\n all_white[c2.^next]\n }\n }\n }\n let next = vnext {\n some c1: from[Cell_0_0, next] {\n all_white[range[from[Cell_0_0, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 4]\n all_white[c2.^next]\n }\n }\n some c1: from[Cell_1_0, next] {\n all_white[range[from[Cell_1_0, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 6]\n all_white[c2.^next]\n }\n }\n some c1: from[Cell_2_0, next] {\n all_white[range[from[Cell_2_0, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 7]\n all_white[c2.^next]\n }\n }\n some c1: from[Cell_3_0, next] {\n all_white[range[from[Cell_3_0, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 9]\n all_white[c2.^next]\n }\n }\n some c1: from[Cell_4_0, next] {\n all_white[range[from[Cell_4_0, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 2]\n some c1: c2.next.^next {\n all_white[range[c2.next.^next, c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 7]\n all_white[c2.^next]\n }\n }\n }\n }\n some c1: from[Cell_5_0, next] {\n all_white[range[from[Cell_5_0, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 1]\n some c1: c2.next.^next {\n all_white[range[c2.next.^next, c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 6]\n all_white[c2.^next]\n }\n }\n }\n }\n some c1: from[Cell_6_0, next] {\n all_white[range[from[Cell_6_0, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 2]\n some c1: c2.next.^next {\n all_white[range[c2.next.^next, c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 4]\n all_white[c2.^next]\n }\n }\n }\n }\n some c1: from[Cell_7_0, next] {\n all_white[range[from[Cell_7_0, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 3]\n all_white[c2.^next]\n }\n }\n some c1: from[Cell_8_0, next] {\n all_white[range[from[Cell_8_0, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 1]\n all_white[c2.^next]\n }\n }\n some c1: from[Cell_9_0, next] {\n all_white[range[from[Cell_9_0, next], c1.~next, next]]\n some c2: c1.^next {\n all_black[range[c1, c2, next], 2]\n all_white[c2.^next]\n }\n }\n }\n}\nrun{} for 5 int\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"cb7fe5abc31c53593ed93def04b268109e55f383","subject":"Finished slashing condition [ii]","message":"Finished slashing condition [ii]\n","repos":"pirapira\/pos","old_file":"minimum-t.als","new_file":"minimum-t.als","new_contents":"","old_contents":"","returncode":0,"stderr":"unknown","license":"apache-2.0","lang":"Alloy"} {"commit":"319ef30c007ca2f0397d9901d8256c88afffe4cc","subject":"puzzle 3","message":"puzzle 3\n","repos":"nishio\/learning_alloy,nishio\/learning_alloy,nishio\/learning_alloy","old_file":"make_puzzle3.als","new_file":"make_puzzle3.als","new_contents":"\nenum Person {A, B, C, D, E}\n\nenum Bool {T, F}\nenum BoolBool {TT, TF, FT, FF}\n\nabstract sig Constrain{}\n\nsig is_liar extends Constrain {\n\tby: one Person,\n\twho: one Person\n}{\n\tby not in who\n}\n\nsig is_coward extends Constrain {\n\tby: one Person,\n\twho: one Person\n}{\n\tby not in who\n}\n\npred satisfy(cs: Constrain, a, b, c, d, e: BoolBool){\n let\n\t\tbb = (A -> a) + (B -> b) + (C -> c) + (D -> d) + (E -> e),\n\t\tb0 = bb.(TT -> T + TF -> T + FT -> F + FF -> F),\n \tb1 = bb.(TT -> T + TF -> F + FT -> T + FF -> F)\n {\n\t\t\/\/ b0: Person -> Bool \/\/ \u6b63\u76f4\n\t\t\/\/ b1: Person -> Bool \/\/ \u5c0f\u5fc3\n\t\t\/\/ \u5618\u3064\u304d\u306e\u4eba\u6570\u3092\u6307\u5b9a\n\t\t#{b0.F} = 2\n\t\t\/\/ \u5c0f\u5fc3\u8005\u306e\u4eba\u6570\u3092\u6307\u5b9a\n\t\t#{b1.T} = 2\n\t\t\/\/ \u5618\u3064\u304d\u5c0f\u5fc3\u8005\u306e\u4eba\u6570\u3092\u6307\u5b9a\n\t\t\/\/#{b0.F & b1.T} > 0\n\/*\n\t\tall p: b0.F & b1.T{ \/\/ \u5618\u3064\u304d\u5c0f\u5fc3\u8005\u306f2\u500b\u4ee5\u4e0a\u306e\u89e3\u7b54\u3092\u3057\u3066\u3044\u308b\n\t\t\tplus[#(is_coward <: by).p, #(is_liar <: by).p] > 1\n\t\t}\n*\/\n\t\t\/\/ \u3059\u3079\u3066\u306e\u5618\u3064\u304d\u767a\u8a00\u306b\u3064\u3044\u3066\u3001\u767a\u8a00\u8005\u304c\u6b63\u76f4\u306a\u3089\u5145\u8db3\u3055\u308c\u308b\n\t\tall c: cs & is_liar{\n\t\t\t(c.by.b0 = T) => (c.who.b0 = F)\n\t\t}\n\t\t\/\/ \u3059\u3079\u3066\u306e\u5c0f\u5fc3\u8005\u767a\u8a00\u306b\u3064\u3044\u3066\u3001\u767a\u8a00\u8005\u304c\u6b63\u76f4\u306a\u3089\u5145\u8db3\u3055\u308c\u308b\n\t\tall c: cs & is_coward{\n\t\t\t(c.by.b0 = T) => (c.who.b1 = T)\n\t\t}\n\t\t\/\/ \u3059\u3079\u3066\u306enot\u5c0f\u5fc3\u306a\u5618\u3064\u304d\u306b\u3064\u3044\u3066\n\/*\n\t\tall p: b0.F & b1.F {\n\t\t\t\/\/ \u5168\u3066\u6b63\u76f4\u3067\u306f\u306a\u3044:\n\t\t\tplus[\n\t\t\t\t#{c: (is_coward <: by).p | c.who.b1 = T}\n\t\t\t\t#{c: (is_liar <: by).p | c.who.b0 = F}\n\t\t\t] > 0\t\t\t\n\t\t}\n*\/\n\t\t\/\/ \u3059\u3079\u3066\u306e\u5c0f\u5fc3\u306a\u5618\u3064\u304d\u306b\u3064\u3044\u3066\n\t\tall p: b0.F & b1.T {\n\t\t\t\/\/ \u4e00\u3064\u3057\u304b\u5618\u3092\u3064\u304b\u306a\u3044:\n\t\t\tplus[\n\t\t\t\t#{c: (is_coward <: by).p | c.who.b1 = F},\n\t\t\t\t#{c: (is_liar <: by).p | c.who.b0 = T}\n\t\t\t] = 1\n\t\t}\n }\n}\n\n\nrun {\n let answers = {\n a, b, c, d, e: BoolBool |\n satisfy[Constrain, a, b, c, d, e]}\n {\n\n one answers\n\n all x: Constrain {\n not one {\n a, b, c, d, e: BoolBool |\n satisfy[Constrain - x, a, b, c, d, e]\n }\n }\n\n }\n} for exactly 10 Constrain\n","old_contents":"\nenum Person {P0, P1, P2, P3, P4}\n\n\nenum Bool {T, F}\n\n\nabstract sig Constrain{}\n\nsig is_liar extends Constrain {\n\tby: one Person,\n\twho: one Person\n}{\n\tby not in who\n}\n\nsig is_coward extends Constrain {\n\tby: one Person,\n\twho: one Person\n}{\n\tby not in who\n}\n\npred satisfy(cs: Constrain, p0_0, p0_1, p1_0, p1_1, p2_0, p2_1, p3_0, p3_1, p4_0, p4_1: Bool){\n let\n\t\tb0 = (P0 -> p0_0) + (P1 -> p1_0) + (P2 -> p2_0) + (P3 -> p3_0) + (P4 -> p4_0),\n \tb1 = (P0 -> p0_1) + (P1 -> p1_1) + (P2 -> p2_1) + (P3 -> p3_1) + (P4 -> p4_1)\n {\n\t\t\/\/ b0: Person -> Bool \/\/ \u6b63\u76f4\n\t\t\/\/ b1: Person -> Bool \/\/ \u5c0f\u5fc3\n\t\t\/\/ \u5618\u3064\u304d\u306e\u4eba\u6570\u3092\u6307\u5b9a\n\t\t#{b0.F} = 3\n\t\t\/\/ \u3059\u3079\u3066\u306e\u5618\u3064\u304d\u767a\u8a00\u306b\u3064\u3044\u3066\u3001\u767a\u8a00\u8005\u304c\u6b63\u76f4\u306a\u3089\u5145\u8db3\u3055\u308c\u308b\n\t\tall c: cs & is_liar{\n\t\t\t(c.by.b0 = T) => (c.who.b0 = F)\n\t\t}\n\t\t\/\/ \u3059\u3079\u3066\u306e\u5c0f\u5fc3\u8005\u767a\u8a00\u306b\u3064\u3044\u3066\u3001\u767a\u8a00\u8005\u304c\u6b63\u76f4\u306a\u3089\u5145\u8db3\u3055\u308c\u308b\n\t\tall c: cs & is_coward{\n\t\t\t(c.by.b0 = T) => (c.who.b1 = T)\n\t\t}\n\t\t\/\/ \u3059\u3079\u3066\u306enot\u5c0f\u5fc3\u306a\u5618\u3064\u304d\u306b\u3064\u3044\u3066\n\t\tall p: b0.F & b1.F {\n\t\t\t\/\/ \u5168\u3066\u6b63\u76f4\u3067\u306f\u306a\u3044:\n\t\t\t(not\n\t\t\tall c: (is_coward <: by).p {\n\t\t\t\tc.who.b1 = T\n\t\t\t})or(\n\t\t\tnot all c: (is_liar <: by).p {\n\t\t\t\tc.who.b0 = F\n\t\t\t})\n\t\t\t\n\t\t}\n\t\t\n }\n}\n\n\nrun {\n let answers = {\n p0_0, p0_1, p1_0, p1_1, p2_0, p2_1, p3_0, p3_1, p4_0, p4_1: Bool |\n satisfy[Constrain, p0_0, p0_1, p1_0, p1_1, p2_0, p2_1, p3_0, p3_1, p4_0, p4_1]}\n {\n\n one answers\n\n all x: Constrain {\n not one {\n p0_0, p0_1, p1_0, p1_1, p2_0, p2_1, p3_0, p3_1, p4_0, p4_1: Bool |\n satisfy[Constrain - x, p0_0, p0_1, p1_0, p1_1, p2_0, p2_1, p3_0, p3_1, p4_0, p4_1]\n }\n }\n }\n}\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"fb138c93fa7fd586aa6ee539825d758dcaed3cdd","subject":"Generating more tests that distinguish the Lidbury-Donaldson model.","message":"Generating more tests that distinguish the Lidbury-Donaldson model.\n","repos":"johnwickerson\/memalloy,johnwickerson\/memalloy,johnwickerson\/memalloy","old_file":"tests\/Q2_c11_lidbury_partial.als","new_file":"tests\/Q2_c11_lidbury_partial.als","new_contents":"open ..\/sw\/c11_lidbury[E] as M1\nopen ..\/sw\/c11_partial[E] as M2\n\nsig E {}\n\npred distinguishes[X:Exec_C] {\n not (M1\/consistent[X])\n dead[X]\n M2\/consistent[X]\n\n \/\/ For now, omit dependencies\n no X.(ad+cd+dd)\n\n \/\/ For now, omit RMWs\n no X.(R&W)\n}\n\nrun t1 { some X:Exec_C {\n distinguishes[X]\n}} for 1 Exec, 4 E, 3 Int expect 1\n\/\/ Gives:\n\/\/ store(x,2,SC); || r0 = load(y,RLX);\n\/\/ store(y,1,SC); || store(x,1,SC);\n\/\/ { r0==1 && x==2 }\n\nfun cycle1[X:Exec_C] : E->E {\n (stor[X.W & X.sc]) .\n (X.sb - X.sloc) .\n (stor[X.W & X.sc]) .\n (X.rf) .\n (stor[X.R & X.(A - acq)]) .\n (X.sb - X.sloc) .\n (stor[X.W & X.sc]) .\n (X.co)\n}\n\nrun t2 { some X:Exec_C {\n distinguishes[X]\n irreflexive[cycle1[X]]\n}} for 1 Exec, 4 E, 3 Int expect 1\n\/\/ Gives:\n\/\/ store(x,2,SC); || store(y,2,RLX);\n\/\/ store(y,1,SC); || store(x,1,RLX);\n\/\/ { x==2 && y==2 }\n\n\nfun cycle2[X:Exec_C] : E->E {\n (stor[X.W & X.sc]) .\n (X.sb - X.sloc) .\n (stor[X.W & X.sc]) .\n (X.co) .\n (stor[X.W & X.(A - rel)]) .\n (X.sb - X.sloc) .\n (stor[X.W & X.(A - rel)]) .\n (X.co)\n}\n\nrun t3 { some X:Exec_C {\n distinguishes[X]\n irreflexive[cycle1[X]]\n irreflexive[cycle2[X]]\n}} for 1 Exec, 4 E, 3 Int expect 1\n\/\/ Gives:\n\/\/ store(x,2,SC); || r0 = load(y,SC);\n\/\/ store(y,1,RLX); || store(x,1,REL);\n\/\/ { x==2 && r0==1 }\n\nfun cycle3[X:Exec_C] : E->E {\n (stor[X.W & X.sc]) .\n (X.sb - X.sloc) .\n (stor[X.W & X.(A - rel)]) .\n (X.rf) .\n (stor[X.R & X.sc]) .\n (X.sb - X.sloc) .\n (stor[X.W & X.(rel - sc)]) .\n (X.co)\n}\n\nrun t4 { some X:Exec_C {\n distinguishes[X]\n irreflexive[cycle1[X]]\n irreflexive[cycle2[X]]\n irreflexive[cycle3[X]]\n}} for 1 Exec, 4 E, 3 Int expect 1\n\/\/ Gives.......\n","old_contents":"open ..\/sw\/c11_lidbury[E] as M1\nopen ..\/sw\/c11_partial[E] as M2\n\nsig E {}\n\nrun {\n some X:Exec_C {\n not (M1\/consistent[X])\n dead[X]\n M2\/consistent[X]\n \n \/\/ just simplifying the solution:\n no_RMWs[X]\n\tno X.(ad+cd+dd)\n #(X.W) = #(X.R)\n }\n} for 1 Exec, 4 E, 3 Int expect 1\n\n\/\/ This example shows that if you run\n\/\/\n\/\/ store(x,1,RLX); || r0 = load(y,SC);\n\/\/ store(y,1,SC); || r1 = load(x,SC);\n\/\/\n\/\/ then in the \"original\" C11 model you are\n\/\/ allowed to observe r0==1&&r1==0, but in the\n\/\/ Lidbury-Donaldson simplified model, you \n\/\/ cannot observe that outcome.\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"43fab4bb521eb3d58ff815f969bb95fdca401681","subject":"misunderstand whether can marry or not","message":"misunderstand whether can marry or not\n","repos":"nishio\/learning_alloy,nishio\/learning_alloy,nishio\/learning_alloy","old_file":"etude17.als","new_file":"etude17.als","new_contents":"open util\/ordering[Time]\nopen named_man_ja [Man]\nopen named_woman_ja [Woman]\n\nsig Time {\n\tevent: lone Event\n}\n\nfact {\n\tno first.event\n\tall t: Time - first {one t.event}\n}\n\nabstract sig Person {\n\tstate: State -> Time,\n\tpartner: Person -> Time,\n\tparent_bio: set Person,\n parent_think: set Person\n}{\n\tall t: Time | one state.t\n\tall t: Time | lone partner.t\n\tlet p = parent_bio {\n\t\tno p or born_in_scope\n }\n\tlet p = parent_think {\n\t\tno p or born_in_scope\n }\n}\n\npred born_in_scope(p: Person){\n\tp.state.first = NotExist\n\tp.state.last != NotExist\n}\n\nabstract sig Man, Woman extends Person {}\n\nenum State {NotExist, Married, NotMarried}\n\nenum Event {Marriage, Divorce, Birth}\n\n\npred init (t: Time) {\n\tall p: Person | p.state.t in NotMarried + NotExist\n\tall p: Person | p.partner.t = none\n}\n\npred change_state (\n\ttarget : Person,\n\tt, t': Time,\n\tbefore, after : State){\n\t\tsome target\n\t\tall p: target {\n\t\t\tp.state.t = before\n\t\t\tp.state.t' = after\n\t\t}\n\t\t\/\/ others don't change their state\n\t\tall other: (Person - target) {\n\t\t\tother.state.t = other.state.t'\n\t\t}\t\n}\n\npred keep_partner(others: Person, t, t': Time){\n\tall other: others {\n\t\tother.partner.t = other.partner.t'\n\t}\t\n}\npred step (t, t': Time) {\n\t{some disj p1 : Man, p2 : Woman {\n\t\t{\n\t\t\tt'.event = Marriage\n\t\t\tchange_state[p1 + p2, t, t', NotMarried, Married]\n\t\t\tp1.partner.t' = p2\n\t\t\tp2.partner.t' = p1\n\t\t\tkeep_partner[Person - p1 - p2, t, t']\n\t\t} or {\n\t\t\tt'.event = Divorce\n\t\t\tchange_state[p1 + p2, t, t', Married, NotMarried]\n\t\t\tp1.partner.t' = none\n\t\t\tp2.partner.t' = none\n\t\t\tkeep_partner[Person - p1 - p2, t, t']\n\t\t}\n\t}} \n\tor\n\tsome p: Person {\n\t\t\/\/ birth\n\t\tt'.event = Birth\n\t\tchange_state[p, t, t', NotExist, NotMarried]\n\t\tlet father = p.parent_bio & Man {\n\t\t\tone father\n\t\t\tfather.state.t != NotExist\n\t\t}\n\t\tlet mother = p.parent_bio & Woman {\n\t\t\tone mother\n\t\t\tmother.state.t != NotExist\n\t\t\tlet hasband = mother.partner.t {\n\t\t\t\t\/\/ p always think his biological mother is his mother\n\t\t\t\t\/\/ if mother married, p think mother's hasband is his father\n\t\t\t\t\/\/ no other person is tought as parent\n\t\t\t\tp.parent_think = mother + hasband\n\t\t\t}\n\t\t}\n\t\tkeep_partner[Person, t, t']\n\t}\n}\n\nfact Traces {\n\tinit[first]\n\tall t: Time - last {\n\t\tstep[t, t.next]\n\t}\n}\n\npred can_marry_think (from, to: Person){\n\tto not in from.^parent_think\n\tfrom not in to.^parent_think\n\tto not in from.parent_think.~parent_think\n}\n\npred can_marry_bio (from, to: Person){\n\tto not in from.^parent_bio\n\tfrom not in to.^parent_bio\n\tto not in from.parent_bio.~parent_bio\n}\n\nrun {\n\tsome parent_bio\n\tsome p1: Man, p2: Woman {\n\/\/\t\tp.parent_bio & Man != p.parent_think & Man\n\/\/\t\tone p.parent_think & Man\n\t\tcan_marry_think[p1, p2] and not can_marry_bio[p1, p2]\n\t}\n} for exactly 4 Person, 4 Time\n","old_contents":"open util\/ordering[Time]\nopen named_man_ja [Man]\nopen named_woman_ja [Woman]\n\nsig Time {\n\tevent: lone Event\n}\n\nfact {\n\tno first.event\n\tall t: Time - first {one t.event}\n}\n\nabstract sig Person {\n\tstate: State -> Time,\n\tpartner: Person -> Time,\n\tparent_bio: set Person,\n parent_think: set Person\n}{\n\tall t: Time | one state.t\n\tall t: Time | lone partner.t\n\tlet p = parent_bio {\n\t\tno p or born_in_scope\n }\n\tlet p = parent_think {\n\t\tno p or born_in_scope\n }\n}\n\npred born_in_scope(p: Person){\n\tp.state.first = NotExist\n\tp.state.last != NotExist\n}\n\nabstract sig Man, Woman extends Person {}\n\nenum State {NotExist, Married, NotMarried}\n\nenum Event {Marriage, Divorce, Birth}\n\n\npred init (t: Time) {\n\tall p: Person | p.state.t in NotMarried + NotExist\n\tall p: Person | p.partner.t = none\n}\n\npred change_state (\n\ttarget : Person,\n\tt, t': Time,\n\tbefore, after : State){\n\t\tsome target\n\t\tall p: target {\n\t\t\tp.state.t = before\n\t\t\tp.state.t' = after\n\t\t}\n\t\t\/\/ others don't change their state\n\t\tall other: (Person - target) {\n\t\t\tother.state.t = other.state.t'\n\t\t}\t\n}\n\npred keep_partner(others: Person, t, t': Time){\n\tall other: others {\n\t\tother.partner.t = other.partner.t'\n\t}\t\n}\npred step (t, t': Time) {\n\t{some disj p1 : Man, p2 : Woman {\n\t\t{\n\t\t\tt'.event = Marriage\n\t\t\tchange_state[p1 + p2, t, t', NotMarried, Married]\n\t\t\tp1.partner.t' = p2\n\t\t\tp2.partner.t' = p1\n\t\t\tkeep_partner[Person - p1 - p2, t, t']\n\t\t} or {\n\t\t\tt'.event = Divorce\n\t\t\tchange_state[p1 + p2, t, t', Married, NotMarried]\n\t\t\tp1.partner.t' = none\n\t\t\tp2.partner.t' = none\n\t\t\tkeep_partner[Person - p1 - p2, t, t']\n\t\t}\n\t}} \n\tor\n\tsome p: Person {\n\t\t\/\/ birth\n\t\tt'.event = Birth\n\t\tchange_state[p, t, t', NotExist, NotMarried]\n\t\tlet father = p.parent_bio & Man {\n\t\t\tone father\n\t\t\tfather.state.t != NotExist\n\t\t}\n\t\tlet mother = p.parent_bio & Woman {\n\t\t\tone mother\n\t\t\tmother.state.t != NotExist\n\t\t\tlet hasband = mother.partner.t {\n\t\t\t\t\/\/ p always think his biological mother is his mother\n\t\t\t\t\/\/ if mother married, p think mother's hasband is his father\n\t\t\t\t\/\/ no other person is tought as parent\n\t\t\t\tp.parent_think = mother + hasband\n\t\t\t}\n\t\t}\n\t\tkeep_partner[Person, t, t']\n\t}\n}\n\nfact Traces {\n\tinit[first]\n\tall t: Time - last {\n\t\tstep[t, t.next]\n\t}\n}\n\nrun {\n\tsome parent_bio\n\tsome p: Person {\n\t\tp.parent_bio & Man != p.parent_think & Man\n\t\tone p.parent_think & Man\n\t}\n} for exactly 4 Person, 4 Time\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"6fbae87c352595dd3d38d45af16735aad29d9d47","subject":"refactored","message":"refactored\n","repos":"nishio\/learning_alloy,nishio\/learning_alloy,nishio\/learning_alloy","old_file":"illust_logic\/illustlogic2.als","new_file":"illust_logic\/illustlogic2.als","new_contents":"one sig Root{\n cell: Int -> Color -> Int\n}{\n all x: cell.univ.univ | in_ten[x]\n all y: univ.(univ.cell) | in_ten[y]\n let ten = {x: Int | in_ten[x]}{\n all x, y: ten{\n one x.cell.y\n }\n }\n}\n\npred in_ten(x: Int){\n one x\n 0 <= x and x < 10 \/\/ notice: for 5 Int required\n}\n\nenum Color { Black, White }\n\n\nfun getCol(i: Int): seq Color{\n ~(i.(Root.cell))\n}\nfun getRow(i: Int): seq Color{\n (Root.cell).i\n}\n\n\n\/\/ \u6307\u5b9a\u3055\u308c\u305f\u30bb\u30eb\u304c\u9ed2\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u3067\u3042\u308b\npred is_black_head(line: seq Color, pos: Int) {\n \/\/ \u76f4\u524d\u306e\u30d6\u30ed\u30c3\u30af\u304c\u9ed2\u3067\u306a\u3044(\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u3092\u542b\u3080)\n prev_is_not_black[line, pos]\n \/\/ \u3053\u306e\u30bb\u30eb\u306f\u5b58\u5728\u3057\u3066\u3044\u3066\u9ed2\u3044\n let this_ = line[pos]{\n one this_ and this_ in Black\n }\n}\n\npred sorted(xs: Int, ss: seq Int){\n \/\/ ss\u306e\u8981\u7d20\u306fxs\u3068\u540c\u4e00\n ss.elems = xs\n \/\/ ss\u306f\u5358\u8abf\u5897\u52a0\n all i: ss.butlast.inds | lt [ss[i], ss[plus[i, 1]]]\n}\n\n\/\/ \u30d6\u30ed\u30c3\u30af\u5148\u982d\u306e\u96c6\u5408\nfun get_heads(line: seq Color): Int{\n {i: Int | is_black_head[line, i]}\n}\n\nfun get_end(start: Int, size: Int): Int{\n plus[start, minus[size, 1]]\n}\n\npred all_black(line: seq Color, start: Int, end: Int){\n all i: Int {\n (start =< i and i =< end) => (line[i] = Black)\n }\n}\n\n\/\/ \u9ed2\u3067\u306a\u3044(\u5b58\u5728\u3057\u306a\u3044\u304b\u767d\u3067\u3042\u308b)\npred is_not_black(c: Color){\n no c or c in White\n}\n\/\/ \u76f4\u524d\u306e\u30d6\u30ed\u30c3\u30af\u304c\u9ed2\u3067\u306a\u3044(\u5b58\u5728\u3057\u306a\u3044\u304b\u767d\u3067\u3042\u308b)\npred prev_is_not_black(line: seq Color, pos: Int) {\n let prev = minus[pos, 1] {\n is_not_black[line[prev]]\n }\n}\n\/\/ \u76f4\u5f8c\u306e\u30d6\u30ed\u30c3\u30af\u304c\u9ed2\u3067\u306a\u3044(\u5b58\u5728\u3057\u306a\u3044\u304b\u767d\u3067\u3042\u308b)\npred next_is_not_black(line: seq Color, pos: Int) {\n let next = plus[pos, 1]{\n is_not_black[line[next]]\n }\n}\n\npred hint(line: seq Color, sizes: seq Int){\n some heads: seq Int {\n #heads = #sizes\n sorted[get_heads[line], heads]\n all i: sizes.inds {\n let start = heads[i], end = get_end[start, sizes[i]] {\n some line[end]\n all_black[line, start, end]\n next_is_not_black[line, end]\n }\n }\n }\n}\npred colHint (i: Int, sizes: seq Int) {\n hint[getCol[i], sizes]\n}\npred rowHint (i: Int, sizes: seq Int) {\n hint[getRow[i], sizes]\n}\n\nrun{\n rowHint [0, 0 -> 3]\n rowHint [1, 0 -> 2 + 1 -> 2]\n rowHint [2, 0 -> 1 + 1 -> 1 + 2 -> 1]\n rowHint [3, 0 -> 3 + 1 -> 3]\n rowHint [4, 0 -> 5]\n rowHint [5, 0 -> 7]\n rowHint [6, 0 -> 7]\n rowHint [7, 0 -> 7]\n rowHint [8, 0 -> 7]\n rowHint [9, 0 -> 5]\n\n colHint [0, 0 -> 4]\n colHint [1, 0 -> 6]\n colHint [2, 0 -> 7]\n colHint [3, 0 -> 9]\n colHint [4, 0 -> 2 + 1 -> 7]\n colHint [5, 0 -> 1 + 1 -> 6]\n colHint [6, 0 -> 2 + 1 -> 4]\n colHint [7, 0 -> 3]\n colHint [8, 0 -> 1]\n colHint [9, 0 -> 2]\n} for 5 Int\n","old_contents":"","returncode":1,"stderr":"error: pathspec 'illust_logic\/illustlogic2.als' did not match any file(s) known to git\n","license":"mit","lang":"Alloy"} {"commit":"7e7703447bbabeab0bc525cb600155c013873054","subject":"refactor: Row and Col have index:Int","message":"refactor: Row and Col have index:Int\n","repos":"nishio\/learning_alloy,nishio\/learning_alloy,nishio\/learning_alloy","old_file":"illust_logic\/illustLogic.als","new_file":"illust_logic\/illustLogic.als","new_contents":"open util\/ordering[Col] as cols\nopen util\/ordering[Row] as rows\n\nabstract sig Region {\n\tindex: Int\n}\nsig Col extends Region {\n cell: Row -> Color\n}{\n\tindex >= 0\n\tindex <= 9\n}\nsig Row extends Region {}{\n\tindex >= 0\n\tindex <= 9\n}\n\nfact {\n\tall r: Col - last {\n\t\tadd[r.index, 1] = r.next.index\n\t}\n\tall r: Row - last {\n\t\tadd[r.index, 1] = r.next.index\n\t}\n}\n\nenum Color { Black, White }\n\nfact {\n all c: Col, r: Row | one cell [c, r]\n}\n\n-- about rows\npred blackHeadInRow (c: Col, r: Row) {\n c in first or cell[c.prev, r] in White\n cell[c, r] in Black\n}\n\nfun headsInRow (r: Row): set Col {\n { c: Col | blackHeadInRow[c, r] }\n}\n\nfact noOtherHeadsInRow {\n no c: Col, r: Row | c not in headsInRow[r] and blackHeadInRow[c, r]\n}\n\npred headsSeqInRow (r: Row, s: seq Col) {\n s.elems = headsInRow[r]\n all i: s.butlast.inds | lt [s[i], s[plus[i, 1]]]\n}\n\nfun Int2Row (i: Int): Row {\n\tindex.i & Row\n}\n\nfun Row2Int (r: Row): Int {\n\tr.index\n}\n\npred rowHint (j: Int, sizes: seq Int) {\n let r = Int2Row[j] | some cs: seq Col {\n #sizes = #cs\n \/\/ cs\u306f\u9ed2\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u306e\u4f4d\u7f6e\u306e\u30bd\u30fc\u30c8\u3055\u308c\u305f\u30b7\u30fc\u30af\u30a8\u30f3\u30b9\n headsSeqInRow [r, cs]\n all i: sizes.inds {\n \/\/ cs[i]\u3092start, start\u306e\u4f4d\u7f6e\u306bsize[i]\u3092\u8db3\u3057\u30661\u3092\u5f15\u3044\u305f\u4f4d\u7f6e\u306b\u3042\u308bCol\u3092end\u3068\u547c\u3076\n let start = cs [i], end = Int2Col [plus [Col2Int [start], minus[sizes [i], 1] ]] {\n \/\/ end\u304c\u5b58\u5728\u3059\u308b\n some end\n \/\/ start\u304b\u3089end\u307e\u3067\u5168\u90e8\u9ed2\n all c: start.*cols\/next - end.^cols\/next | cell [c, r] in Black\n \/\/ end\u306e\u6b21\u304c\u306a\u3044\u304b\u3001\u307e\u305f\u306f\u767d\n no end.next or cell [end.next, r] in White\n }\n }\n }\n}\n\n-- about cols\n\/\/ c, r\u304c\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u3067\u3042\u308b\u304b\u3069\u3046\u304b\npred blackHeadInCol (c: Col, r: Row) {\n\t\/\/ \u6700\u521d\u306eRow\u3067\u3042\u308b\u304b\u3001\u307e\u305f\u306f\u524d\u306eRow\u306e\u30bb\u30eb\u304c\u767d\u3044\n r in first or cell[c, r.prev] = White\n\t\/\/ \u3053\u306e\u30bb\u30eb\u306f\u9ed2\u3044\n cell[c, r] in Black\n}\n\n\/\/ Col c\u306e\u4e2d\u306e\u3001\u30d6\u30ed\u30c3\u30af\u306e\u982d\u3067\u3042\u308bRow\u306e\u96c6\u5408\nfun headsInCol (c: Col): set Row {\n { r: Row | blackHeadInCol[c, r] }\n}\n\nfact noOtherHeadsInCol {\n no c: Col, r: Row | r not in headsInCol[c] and blackHeadInCol[c, r]\n}\n\npred headsSeqInCol (c: Col, s: seq Row) {\n\t\/\/ s\u306e\u8981\u7d20\u306f\u30d6\u30ed\u30c3\u30af\u5148\u982d\u306e\u96c6\u5408\u3068\u540c\u4e00\n s.elems = headsInCol[c]\n\t\/\/ s\u306f\u5358\u8abf\u5897\u52a0\n all i: s.butlast.inds | lt [s[i], s[plus[i, 1]]]\n}\n\nfun Int2Col (i: Int): Col {\n\tindex.i & Col\n}\n\nfun Col2Int (c: Col): Int {\n\tc.index\n}\n\nfun range(start, end: Region, next: Region -> Region): Region{\n\tstart.*next - end.^next\n}\npred colHint (j: Int, sizes: seq Int) {\n let c = Int2Col[j] | some rs: seq Row {\n #sizes = #rs\n headsSeqInCol [c, rs]\n all i: sizes.inds {\n let start = rs [i], end = Int2Row [plus [Row2Int [start], minus[sizes [i], 1] ]] {\n \tsome end\n \tall r: range[start, end, rows\/next] | cell [c, r] in Black\n \tno end.next or cell [c, end.next] in White\n \t}\n\t\t}\n }\n}\n-- riddle from http:\/\/homepage1.nifty.com\/sabo10\/rulelog\/illust.html\nsolve: run {\n rowHint [0, 0 -> 3]\n rowHint [1, 0 -> 2 + 1 -> 2]\n rowHint [2, 0 -> 1 + 1 -> 1 + 2 -> 1]\n rowHint [3, 0 -> 3 + 1 -> 3]\n rowHint [4, 0 -> 5]\n rowHint [5, 0 -> 7]\n rowHint [6, 0 -> 7]\n rowHint [7, 0 -> 7]\n rowHint [8, 0 -> 7]\n rowHint [9, 0 -> 5]\n\n colHint [0, 0 -> 4]\n colHint [1, 0 -> 6]\n colHint [2, 0 -> 7]\n colHint [3, 0 -> 9]\n colHint [4, 0 -> 2 + 1 -> 7]\n colHint [5, 0 -> 1 + 1 -> 6]\n colHint [6, 0 -> 2 + 1 -> 4]\n colHint [7, 0 -> 3]\n colHint [8, 0 -> 1]\n colHint [9, 0 -> 2]\n} for 10 but 5 Int\n","old_contents":"open util\/ordering[Col] as cols\nopen util\/ordering[Row] as rows\n\nabstract sig Region {}\nsig Col extends Region {\n cell: Row -> Cell\n}\nsig Row extends Region {}\nenum Cell { Black, White }\n\nfact {\n all c: Col, r: Row | one cell [c, r]\n}\n\n-- about rows\npred blackHeadInRow (c: Col, r: Row) {\n c in first or cell[c.prev, r] in White\n cell[c, r] in Black\n}\n\nfun headsInRow (r: Row): set Col {\n { c: Col | blackHeadInRow[c, r] }\n}\n\nfact noOtherHeadsInRow {\n no c: Col, r: Row | c not in headsInRow[r] and blackHeadInRow[c, r]\n}\n\npred headsSeqInRow (r: Row, s: seq Col) {\n s.elems = headsInRow[r]\n all i: s.butlast.inds | lt [s[i], s[plus[i, 1]]]\n}\n\nfun Int2Row (i: Int): Row {\n {r: Row | #(r.prevs) = i}\n}\n\nfun Row2Int (r: Row): Int {\n #(r.prevs)\n}\n\npred rowHint (j: Int, sizes: seq Int) {\n let r = Int2Row[j] | some cs: seq Col {\n #sizes = #cs\n \/\/ cs\u306f\u9ed2\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u306e\u4f4d\u7f6e\u306e\u30bd\u30fc\u30c8\u3055\u308c\u305f\u30b7\u30fc\u30af\u30a8\u30f3\u30b9\n headsSeqInRow [r, cs]\n all i: sizes.inds {\n \/\/ cs[i]\u3092start, start\u306e\u4f4d\u7f6e\u306bsize[i]\u3092\u8db3\u3057\u30661\u3092\u5f15\u3044\u305f\u4f4d\u7f6e\u306b\u3042\u308bCol\u3092end\u3068\u547c\u3076\n let start = cs [i], end = Int2Col [plus [Col2Int [start], minus[sizes [i], 1] ]] {\n \/\/ end\u304c\u5b58\u5728\u3059\u308b\n some end\n \/\/ start\u304b\u3089end\u307e\u3067\u5168\u90e8\u9ed2\n all c: start.*cols\/next - end.^cols\/next | cell [c, r] in Black\n \/\/ end\u306e\u6b21\u304c\u306a\u3044\u304b\u3001\u307e\u305f\u306f\u767d\n no end.next or cell [end.next, r] in White\n }\n }\n }\n}\n\n-- about cols\n\/\/ c, r\u304c\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u3067\u3042\u308b\u304b\u3069\u3046\u304b\npred blackHeadInCol (c: Col, r: Row) {\n\t\/\/ \u6700\u521d\u306eRow\u3067\u3042\u308b\u304b\u3001\u307e\u305f\u306f\u524d\u306eRow\u306e\u30bb\u30eb\u304c\u767d\u3044\n r in first or cell[c, r.prev] = White\n\t\/\/ \u3053\u306e\u30bb\u30eb\u306f\u9ed2\u3044\n cell[c, r] in Black\n}\n\n\/\/ Col c\u306e\u4e2d\u306e\u3001\u30d6\u30ed\u30c3\u30af\u306e\u982d\u3067\u3042\u308bRow\u306e\u96c6\u5408\nfun headsInCol (c: Col): set Row {\n { r: Row | blackHeadInCol[c, r] }\n}\n\nfact noOtherHeadsInCol {\n no c: Col, r: Row | r not in headsInCol[c] and blackHeadInCol[c, r]\n}\n\npred headsSeqInCol (c: Col, s: seq Row) {\n\t\/\/ s\u306e\u8981\u7d20\u306f\u30d6\u30ed\u30c3\u30af\u5148\u982d\u306e\u96c6\u5408\u3068\u540c\u4e00\n s.elems = headsInCol[c]\n\t\/\/ s\u306f\u5358\u8abf\u5897\u52a0\n all i: s.butlast.inds | lt [s[i], s[plus[i, 1]]]\n}\n\nfun Int2Col (i: Int): Col {\n {c: Col | #(c.prevs) = i}\n}\n\nfun Col2Int (c: Col): Int {\n #(c.prevs)\n}\n\nfun range(start, end: Region, next: Region -> Region): Region{\n\tstart.*next - end.^next\n}\npred colHint (j: Int, sizes: seq Int) {\n let c = Int2Col[j] | some rs: seq Row {\n #sizes = #rs\n headsSeqInCol [c, rs]\n all i: sizes.inds {\n let start = rs [i], end = Int2Row [plus [Row2Int [start], minus[sizes [i], 1] ]] {\n \tsome end\n \tall r: range[start, end, rows\/next] | cell [c, r] in Black\n \tno end.next or cell [c, end.next] in White\n \t}\n\t\t}\n }\n}\n-- riddle from http:\/\/homepage1.nifty.com\/sabo10\/rulelog\/illust.html\nsolve: run {\n rowHint [0, 0 -> 3]\n rowHint [1, 0 -> 2 + 1 -> 2]\n rowHint [2, 0 -> 1 + 1 -> 1 + 2 -> 1]\n rowHint [3, 0 -> 3 + 1 -> 3]\n rowHint [4, 0 -> 5]\n rowHint [5, 0 -> 7]\n rowHint [6, 0 -> 7]\n rowHint [7, 0 -> 7]\n rowHint [8, 0 -> 7]\n rowHint [9, 0 -> 5]\n\n colHint [0, 0 -> 4]\n colHint [1, 0 -> 6]\n colHint [2, 0 -> 7]\n colHint [3, 0 -> 9]\n colHint [4, 0 -> 2 + 1 -> 7]\n colHint [5, 0 -> 1 + 1 -> 6]\n colHint [6, 0 -> 2 + 1 -> 4]\n colHint [7, 0 -> 3]\n colHint [8, 0 -> 1]\n colHint [9, 0 -> 2]\n} for 10 but 5 Int\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"5905888708041e550b4601f58fac68fd12198056","subject":"Add solutions from the tutorial","message":"Add solutions from the tutorial\n","repos":"jaanos\/LVR-2016,jaanos\/LVR-2016","old_file":"alloy\/tutorial_questions.als","new_file":"alloy\/tutorial_questions.als","new_contents":"\/\/ This tutorial models a certain kind of state machine in Alloy\n\n\/\/ A state machine is a set of states.\n\/\/ Each state q has a successor relation. \n\/\/ q.successors is the set of possible next states following state q\n\nsig State { \n\tsuccessors: set State\n} \n\n\/\/ There is exactly one initial state\n\none sig Initial extends State { }\n\n\/\/ There is a set of final states\n\/\/ Each final state has an empty set of successors\n\nsome sig Final extends State { } { no successors }\n\n\/\/ The kind of state machine we are modelling has two other kinds of state: \n\/\/ yellow states and black states.\n\/\/ By using sig declarations in Alloy these sets are disjoint by default.\n\/\/ We add an axiom (a \"fact\") asserting that every state is initial, final, yellow or black\n\nsig Yellow extends State { } \nsig Black extends State { } \nfact { State = Initial + Final + Yellow + Black }\n\n\/\/ The 0-arity predicate findModel below expresses that there exist black, yellow and final states\npred findModel { #Final > 0 && #Black > 0 && #Yellow > 0 }\n\n\/\/ The run command below checks to see if the predicate can be satisfied in scope 1\nrun findModel for 4\n\n\/\/ *** EXERCISE 1 ***\n\/\/ (a) Find the smallest scope in which findModel is satisfiable\n\/\/ (b) Look at the model generated by clicking on Instance\n\/\/\tTo improve the display of the model click on Theme\n\/\/\tClick on sig Black in the left-hand menu and colour Black states black\n\/\/\tSimilarly colour Yellow states yellow, the initial state green and final states red\n\/\/\tClick on successors and delete the label from the text box in the top left corner\n\/\/\tIf there is a funny $findModel relation displayed click on that and set \"show as arcs\" to off\n\/\/\tClick on Apply and then Close\n\/\/ The model should now display nicely\n\/\/ (c) Look at further models by clicking on Next\n\/\/\tAlso run findModel again in larger scope (not too large) to generate larger models\n\n\/\/ *** EXERCISE 2 ***\n\/\/ Say that a state is deadlocked if its successors are empty.\n\/\/ The sig declaration for Final requires final stated to be deadlocked\n\/\/ Add an axiom stating that only Final states can deadlock\n\/\/ (You may find it useful to use a comprehension term { q: A | P }\n\/\/ which defines the subset of those q in set A that satisfy property P)\n\/\/ For a good reference on the logic of Alloy look at the slides for Session 1 of: \n\/\/ http:\/\/alloy.mit.edu\/alloy\/tutorials\/day-course\/\n\n\/\/ After this, and all subsequent exercises involving the addition of new facts run findModel\n\/\/ in suitable scope and use the Next button to again explore the range of models available\n\nfact { {s: State | no s.successors} in Final}\n\n\/\/ *** EXERCISE 3 ***\n\/\/ Add an axiom stating that every state is reachable from the initial state\n\nfact { State in Initial.*successors }\n\n\/\/ *** EXERCISE 4 ***\n\/\/ Black nodes are intended to represent error states. \n\/\/ When an execution reaches a black node it has to be corrected by eventually\n\/\/ resetting the system by returning it to the Initial node.\n\/\/ Add an axiom stating that the initial node is reachable from every black node\n\nfact { all s: Black | Initial in s.^successors }\n\n\/\/*** EXERCISE 5 ***\n\/\/ Yellow states are intended to represent non-error intermediate states that \n\/\/ may be encountered en-route to arriving at a final state\n\/\/ Add an axiom stating that every yellow state has a path to a final state\n\nfact { all s: Yellow | some Final & s.^successors }\n\n\/\/ *** EXERCISE 6 ***\n\/\/ In this exercise we use the \"assert\" command to state a property that we\n\/\/ hope follows from the axioms.\n\/\/ The property is that every state has a path to a final state\n\/\/ complete the assert command below by filling in the property\n\/\/ between the curly braces.\n\nassert finishable { all s: State | some Final & s.*successors }\n\n\/\/ Modify the check command below to check finishable in a sufficiently large scope to\n\/\/ be confident whether or not the property is true.\n\ncheck finishable for 4\n\n\/\/ If the property is not true then can you fix the model to make it true?\n\n\/\/ *** EXERCISE 7 ***\n\/\/ There is one further property we want to axiomatize.\n\/\/ We want to force the system to reset after a Black state.\n\/\/ This can be achieved by requiring that \n\/\/ every path to a final state from a black state goes through the initial state.\n\/\/ Add this as an axiom.\n\/\/ (Hint, you might need to use set operators to define a derived relation.)\n\nfact { no Final & Black.^(successors - (State -> Initial)) }\n\n\/\/ Additional requirement: a yellow state has a successor as a final state\nfact { some Yellow & successors.Final }\n","old_contents":"\/\/ This tutorial models a certain kind of state machine in Alloy\n\n\/\/ A state machine is a set of states.\n\/\/ Each state q has a successor relation. \n\/\/ q.successors is the set of possible next states following state q\n\nsig State { \n\tsuccessors: set State\n} \n\n\/\/ There is exactly one initial state\n\none sig Initial extends State { }\n\n\/\/ There is a set of final states\n\/\/ Each final state has an empty set of successors\n\nsig Final extends State { } { no successors }\n\n\/\/ The kind of state machine we are modelling has two other kinds of state: \n\/\/ yellow states and black states.\n\/\/ By using sig declarations in Alloy these sets are disjoint by default.\n\/\/ We add an axiom (a \"fact\") asserting that every state is initial, final, yellow or black\n\nsig Yellow extends State { } \nsig Black extends State { } \nfact { State = Initial + Final + Yellow + Black }\n\n\/\/ The 0-arity predicate findModel below expresses that there exist black, yellow and final states\npred findModel { #Final > 0 && #Black > 0 && #Yellow > 0 }\n\n\/\/ The run command below checks to see if the predicate can be satisfied in scope 1\nrun findModel for 1\n\n\/\/ *** EXERCISE 1 ***\n\/\/ (a) Find the smallest scope in which findModel is satisfiable\n\/\/ (b) Look at the model generated by clicking on Instance\n\/\/\tTo improve the display of the model click on Theme\n\/\/\tClick on sig Black in the left-hand menu and colour Black states black\n\/\/\tSimilarly colour Yellow states yellow, the initial state green and final states red\n\/\/\tClick on successors and delete the label from the text box in the top left corner\n\/\/\tIf there is a funny $findModel relation displayed click on that and set \"show as arcs\" to off\n\/\/\tClick on Apply and then Close\n\/\/ The model should now display nicely\n\/\/ (c) Look at further models by clicking on Next\n\/\/\tAlso run findModel again in larger scope (not too large) to generate larger models\n\n\/\/ *** EXERCISE 2 ***\n\/\/ Say that a state is deadlocked if its successors are empty.\n\/\/ The sig declaration for Final requires final stated to be deadlocked\n\/\/ Add an axiom stating that only Final states can deadlock\n\/\/ (You may find it useful to use a comprehension term { q: A | P }\n\/\/ which defines the subset of those q in set A that satisfy property P)\n\/\/ For a good reference on the logic of Alloy look at the slides for Session 1 of: \n\/\/ http:\/\/alloy.mit.edu\/alloy\/tutorials\/day-course\/\n\n\/\/ After this, and all subsequent exercises involving the addition of new facts run findModel\n\/\/ in suitable scope and use the Next button to again explore the range of models available\n\n\/\/ *** EXERCISE 3 ***\n\/\/ Add an axiom stating that every state is reachable from the initial state\n\n\/\/ *** EXERCISE 4 ***\n\/\/ Black nodes are intended to represent error states. \n\/\/ When an execution reaches a black node it has to be corrected by eventually\n\/\/ resetting the system by returning it to the Initial node.\n\/\/ Add an axiom stating that the initial node is reachable from every black node\n\n\/\/*** EXERCISE 5 ***\n\/\/ Yellow states are intended to represent non-error intermediate states that \n\/\/ may be encountered en-route to arriving at a final state\n\/\/ Add an axiom stating that every yellow state has a path to a final state\n\n\/\/ *** EXERCISE 6 ***\n\/\/ In this exercise we use the \"assert\" command to state a property that we\n\/\/ hope follows from the axioms.\n\/\/ The property is that every state has a path to a final state\n\/\/ complete the assert command below by filling in the property\n\/\/ between the curly braces.\n\nassert finishable { }\n\n\/\/ Modify the check command below to check finishable in a sufficiently large scope to\n\/\/ be confident whether or not the property is true.\n\ncheck finishable for 1\n\n\/\/ If the property is not true then can you fix the model to make it true?\n\n\/\/ *** EXERCISE 7 ***\n\/\/ There is one further property we want to axiomatize.\n\/\/ We want to force the system to reset after a Black state.\n\/\/ This can be achieved by requiring that \n\/\/ every path to a final state from a black state goes through the initial state.\n\/\/ Add this as an axiom.\n\/\/ (Hint, you might need to use set operators to define a derived relation.)\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"be716ec32654401df4d89e711061b5b0320b2077","subject":"Final Version of FSE2017 Submission","message":"Final Version of FSE2017 Submission","repos":"ModelWriter\/Demonstrations,ModelWriter\/Demonstrations,ModelWriter\/Demonstrations","old_file":"eu.modelwriter.datasets.traceability\/ModelWriter\/TraceabilityModel.als","new_file":"eu.modelwriter.datasets.traceability\/ModelWriter\/TraceabilityModel.als","new_contents":"module TraceabilityModel\nopen util\/relation\n\nabstract sig Artifact {\n\trequires: set Artifact,\trefines: set Artifact,\n\tcontains: set Artifact,\tconflicts: set Artifact}\n\n-- Locate@File\nsig Specification extends Artifact {}\n\n-- Locate@Text\nsig Requirement extends Artifact { equals: set Requirement}\n\n-- Locate@Text\nsig LowLevelReq, HighLevelReq extends Requirement { }\n\nabstract sig Implementation extends Artifact {\n\tsatisfies: set Requirement}\n\n-- Locate@Code\nsig Code extends Implementation {}\n\n-- Locate@Model\nsig Model extends Implementation {}\n\nfact {injective[contains, Artifact]}\nfact {irreflexive[requires + refines + contains + conflicts]}\nfact {antisymmetric[requires + refines + contains]}\n\n-- Reason@Artifact.conflicts\nfact {all a,b,c: Artifact |\n\t\tb in a.(requires + refines + contains) and \n\t\t\t\t\tc in b.conflicts => c in a.conflicts\n\tsymmetric[conflicts]}\n\n-- Reason@Implementation.satisfies\nfact {all a,b,c : Artifact {\n\t\tb in a.refines and b in c.satisfies => \n\t\t\t\t\t\t\t\t\t\ta in c.satisfies\n\t\tb in a.refines and c in b.satisfies => \n\t\t\t\t\t\t\t\t\t\tc in a.satisfies }}\n-- Reason@Artifact.requires\nfact {all a,b,c: Artifact {\n\t\tb in a.requires and c in b.(refines + contains) and \n\t\t c !in a.(refines + contains) => c in a.requires\n\t\tb in a.(refines + contains) and c in b.requires and \n\t\t c !in a.(refines + contains) => c in a.requires}}\n\nfact {no conflicts & \n\t\t(requires + refines + satisfies + contains)}\n\n\n","old_contents":"","returncode":1,"stderr":"error: pathspec 'eu.modelwriter.datasets.traceability\/ModelWriter\/TraceabilityModel.als' did not match any file(s) known to git\n","license":"epl-1.0","lang":"Alloy"} {"commit":"52092421364a2d2b978ac618ea3cb2acdff1466e","subject":"Added standard welcome","message":"Added standard welcome\n\n","repos":"AppliedLogicSystems\/ALSProlog,AppliedLogicSystems\/ALSProlog,AppliedLogicSystems\/ALSProlog,AppliedLogicSystems\/ALSProlog,AppliedLogicSystems\/ALSProlog,AppliedLogicSystems\/ALSProlog,AppliedLogicSystems\/ALSProlog,AppliedLogicSystems\/ALSProlog,AppliedLogicSystems\/ALSProlog","old_file":"manual\/welcome_standard.als","new_file":"manual\/welcome_standard.als","new_contents":" Welcome to ALS Prolog (Standard Edition)!\n =========================================\n\nContents:\n - LICENSE\n - WARRANTY\n - CD ORGANIZATION\n - MANUAL\n - COPYING ALS\n\nLICENSE\n=======\nApplied Logic Systems, Inc., provides this program and licenses \nits use. Use of this program is prohibited without a valid \nlicense. You may:\na) Use this program on a single machine at any given time;\n (To install this program on a server, you must obtain a \n separate server license from Applied Logic Systems.)\nb) Copy the program for backup purposes;\nc) Transfer the program and license to another person if the \n other person agrees to accept the terms of this license.\nNo other uses of program are permitted. \n\nWARRANTY\n========\nThis program is provided \"as is \" without warranty of any kind, \neither expressed or implied, including, but not limited to, \nimplied warranties of merchantability and fitness for a \nparticular purpose. You assume the entire risk as to the \nselection of this program to achieve your intended results and \nfor the installation, use, performance, and results obtained \nthrough the use of this program.\n\nCD ORGANIZATION\n===============\nThe ALS Prolog Standard Edition CD contains the following file \nand directories:\n\n ALS Prolog 3.1 Installer (file)\n ALS Prolog (directory)\n Acrobat (directory)\n\nThe directory \"ALS Prolog\" is an expanded version of the \ninstaller. That is, \"ALS Prolog 3.1 Installer\" will create \nan installation directory identical to \"ALS Prolog\". You \ncan run ALS Prolog directly from the CD. To install ALS Prolog on \nyour hard drive, simply double-click on the icon for\n\n ALS Prolog 3.1 Installer\n\nand follow the simple directions.\n\nMANUAL\n======\nThe manual for the standard edition of ALS Prolog is provided\nby the file\n\n ALS Prolog Manual.pdf\n\nin the installation directory ALS Prolog. This is an Adobe \nAcrobat(r) file. A copy of an installer for Acrobat is included in \nthe Acrobat directory. To install Acrobat, change directory into the \nAcrobat subdirectory, and double-click on \"setup.exe\". Follow the \ndirections for the installation. After Acrobat is installed, just \ndouble-click on the icon for\n\n ALS Prolog Manual.pdf\n\nto read the ALS Prolog documentation.\n\nCOPYING ALS\n===========\nMost of the source files distributed with ALS Prolog are governed\nby the license contained in the file \"COPYING ALS\" which \nis included with this distribution. \n\n = = = = = = = = = = = = = = = = = = = = = = = = = = = =\n\n Applied Logic Systems, Inc.\n PO Box 400175, Cambridge, MA 02140 USA\n Email: support@als.com Web: http:\/\/www.als.com\n Fax: (617) 497-3963 Tel: (617) 497-0100 \n\n","old_contents":"","returncode":1,"stderr":"error: pathspec 'manual\/welcome_standard.als' did not match any file(s) known to git\n","license":"mit","lang":"Alloy"} {"commit":"a50fdcc886cfba92fe922a12c8daee492da5233e","subject":"alloy model updated","message":"alloy model updated\n","repos":"cattaneo-riccardo\/PowerEnjoy","old_file":"Alloy\/powerenjoy_model.als","new_file":"Alloy\/powerenjoy_model.als","new_contents":"open util\/boolean\n\n\/\/ Car, User\n\nsig Car {\n\tid: Int,\n\tavailable: Bool,\n\tlocation: Location,\n\tunlocked: Bool,\n\tbattery_level: Int\n} {\n\tid>0\n\tbattery_level >= 0\n\tbattery_level <= 10\n}\n\nsig User {\n\tcredential: Credential,\n\tpayment_info: Payment_Info,\n\tlocation: Location\n}\nsig Credential {}\n\nsig Payment_Info {}\n\n\/\/ Reservation, Ride\n\nsig Reservation {\n\tuser: User,\n\tcar: Car,\n\tstart_area: Safe_Area,\n\tstart_time: Time,\n\tcurrent_cost: Int,\n\tfinal_discharged_cost: lone Int,\n\texpired: Bool,\n\tride: lone Ride\n} {\n\tcurrent_cost >= 0\n\tfinal_discharged_cost >= 0\n}\n\nsig Ride {\n\treservation: Reservation,\n\tpassengers: Int, \n\tpickup_time: Time,\n\trelease_time: lone Time,\n\trelease_battery_level: lone Int,\n\trelease_area: lone Safe_Area,\n\trelease_plugged: lone Bool\n} {\n\tpassengers >= 1\n\tpassengers <= 4\n\trelease_battery_level >= 0\n\trelease_battery_level <= 10\n\tnot areEqual[pickup_time, release_time]\n}\n\n\/\/ Time and CurrentTime\n\nsig Time {\n\thour: Int,\n\tminute: Int\n} {\n\thour >= 0\n\thour =< 23\n\tminute >= 0\n\tminute =< 59\n}\n\nsig CurrentTime extends Time {}\n\n\/\/ Location, Areas\n\nsig Location {\n\tlatitude: Int, \n\tlongitude: Int \n}\nsig Area { \n\tcenter: Location,\n\/\/\tradius: Int\n} {\n\/\/\tradius > 0 \n}\nsig Safe_Area extends Area {}\nsig Special_Safe_Area extends Safe_Area {}\n\n\/* ----------- Functions ------------ *\/\nfun minutesDiff[t, t': Time]:Int {\n\tt.minute>t'.minute\n\timplies\n\t\tsub[t.minute, t'.minute]\n\telse\n\t\tsub[t'.minute, t.minute]\n}\n\nfun hoursDiff[t, t': Time]: Int {\n\tt.hour>=t'.hour\n\timplies(\n\t\tsub[t.hour, t'.hour]\n\t) else (\n\t\tsub[t'.hour, t.hour]\n\t)\n}\n\n\/\/Return the cost for a ride from time t to time t'\nfun cost[t, t': Time]: Int {\n\t\tt.hour = t'.hour\n\t\timplies (\n\t\t\tminutesDiff[t, t']\n\t\t)\n\t\telse (\n\t\t\tt.hour>t'.hour\n\t\t\timplies(\n\t\t\t\tadd[add[sub[60, t'.minute], mul[sub[hoursDiff[t,t'], 1], 60]], t.minute] \/\/(60-t'.minute) + (t'.hour-t.hour-1)*60 + t.minute\n\t\t\t)\n\t\t\telse(\n\t\t\t\tadd[add[sub[60, t.minute], mul[sub[hoursDiff[t,t'], 1], 60]], t'.minute] \/\/(60-t.minute) + (t.hour-t'.hour-1)*60 + t'.minute\t\t\t\n\t\t\t)\n\t\t)\n}\n\/\/ ----------- Predicates -----------\n\n\/\/ Returns true if t == t'\npred areEqual[t, t': Time] {\n\tt.hour = t'.hour and t.minute = t'.minute\n}\n\n\/\/ Returns true if t - t' <= 1h\npred isLessThanOneHourAhead[t, t': Time] {\n\tareEqual[t, t']\n\tor\n\t\t(t.hour = t'.hour and t.minute > t'.minute)\n\tor\n\t\t(t.hour = add[t'.hour,1] and add[sub[60, t'.minute], t.minute] < 60)\n}\n\n\/\/ Returns true if t >= t'\npred comesAfterOrEqual[t, t': Time] {\n\t\tt.hour = t'.hour\n\t\timplies t.minute >= t'.minute\n\t\telse t.hour >= t'.hour\n}\n\n\/\/ Returns true if the max distance between latitudes and longitudes is 5\npred isNear[l, l': Location] {\n\t(l.latitude >= l'.latitude implies \n\t\tsub[l.latitude, l'.latitude] <= 4\n\telse\n\t\tsub[l'.latitude, l.latitude] <= 4)\n\tand\n\t(l.longitude >= l'.longitude implies \n\t\tsub[l.longitude, l'.longitude] <= 4\n\telse\n\t\tsub[l'.longitude, l.longitude] <= 4)\n}\n\npred isFarFromSpecialSafeArea[area: Safe_Area] {\n\t\t\tall ssa: Special_Safe_Area |(\n\t\t\t(int ssa.location.latitude >= int area.location.latitude\n\t\t\timplies \n\t\t\t\tsub[ssa.location.latitude, area.location.latitude] > 15\n\t\t\telse\n\t\t\t\tsub[area.location.latitude, ssa.location.latitude] > 15\n\t\t\t)\n\t\t\tand\n\t\t\t(int ssa.location.longitude >= int area.location.longitude implies \n\t\t\t\tsub[ssa.location.longitude, area.location.longitude] > 15\n\t\t\telse\n\t\t\t\tsub[area.location.longitude, ssa.location.longitude] > 15)\n\t)\n}\n\/\/ Reservation r is open <=> r is not expired and \"it has not a ride yet or its ride has no release_time\"\npred isActive[r: Reservation] {\n\tr.expired = False and (\n\t\tno r.ride\n\t\tor\n\t\tno r.ride.release_time\n\t)\n}\n\n\/\/ ----------- Facts -------------\n\n\/\/ There's only a current time\nfact currentTimeForeverAlone {\n\t#CurrentTime = 1\n}\n\n\/\/There are no different Time with the same time\n\/*fact alwaysDifferent {\n\tall t, t': Time | t!=t' implies (not areEqual[t, t'])\n}*\/\n\n\/\/ CurrentTime is after all the times in the model\nfact currentTimeIsAlwaysAhead {\n\tall t: Time |\n\t\tall ct: CurrentTime |\n\t\t\tcomesAfterOrEqual[ct, t]\n}\n\n\/\/ Each credential\/password\/payment info is used for a user\nfact eachCredentialCorrespondToAUser {\n\tUser.credential=Credential\n}\n\nfact eachPaymentInfoCorrespondToAUser {\n\tUser.payment_info=Payment_Info\n}\n\n\/\/ Different users <=> different credentials\nfact noUsersWithSameCredentials {\n\tall u1, u2: User |\n\t\tu1 != u2\n\t\tiff\n\t\tu1.credential != u2.credential\n}\n\n\/\/ Different cars <=> different IDs\nfact noCarsWithSameIDs {\n\tall c1, c2: Car |\n\t\tc1 != c2\n\t\tiff\n\t\tc1.id != c2.id\n}\n\n\/\/ If a ride has a reservation, then that reservation has that ride.\nfact ridesAndReservationRelation {\n\tall rid: Ride | (\n\t\trid = rid.reservation.ride\n\t) and\n\tall res: Reservation | (\n\t\tone res.ride \n\t\timplies\n\t\t\tres=res.ride.reservation\n\t)\n}\n\n\/\/ There can't be two reservations made by the same user both open\n\/\/ COMMENT: Actually it's possible that a user makes a wrong reservation and he lets it expires, while he makes another one\n\/*\nfact noConsecutiveReservations {\n\tall r, r': Reservation | (\n\t\tr.user = r'.user\n\t\timplies not (\n\t\t\tisOpen[r] and isOpen[r']\n\t\t)\n\t)\n}*\/\n\n\/\/ There can't be two reservations r1 and r2 for the same car overlapping.\n\nfact carsCanBeReservedByOneUserAtOnce { \n\tall c: Car | (\n\t\tall r, r': Reservation | (\n\t\t\t(r.car = c and r'.car = c and r != r' and comesAfterOrEqual[r'.start_time, r.start_time])\n\t\t\timplies (\n\t\t\t\t\t(some r.ride and some r.ride.release_time and comesAfterOrEqual[r'.start_time, r.ride.release_time])\n\t\t\t\t\tor\n\t\t\t\t\t(r.expired = True and not isLessThanOneHourAhead[r'.start_time, r.start_time])\n\t\t\t)\n\t\t)\n\t)\n}\n\n\/\/ A car is available if it has no reservations open and has enough battery\nfact carAvailableCondition {\n\tall c: Car |\n\t\tc.available = True\n\t\tiff\n\t\t(no res: Reservation |\n\t\t\tres.car = c and isActive[res]\n\t\t\tand c.battery_level>80\n\t\t)\n}\n\n\/\/ A reservation is expired if there's is not a ride whose pickup_time is less than one hour after the \n\/\/ reservation start_time.\nfact reservationExpiredCondition {\n\tall res: Reservation |\n\t\tres.expired = True\n\t\tiff\n\t\t(all currentTime: CurrentTime |\n\t\t\tnot isLessThanOneHourAhead[currentTime, res.start_time]\n\t\t)\n\t\tand\n\t\tno res.ride\n}\n\n\/\/ The pickup time of a ride should be in one hour from its reservation start_time\nfact pickupTimeConstraint {\n\tall rid: Ride | (\n\t\tisLessThanOneHourAhead[rid.pickup_time, rid.reservation.start_time]\n\t)\n}\n\n\/\/ release_time is always after pickup_time\nfact releaseTimeIsAfterPickupTime {\n\tall rid: Ride | (\n\t\tno rid.release_time\n\t\tor\n\t\tcomesAfterOrEqual[rid.release_time, rid.pickup_time]\n\t)\n}\n\n\/\/ A car is unlocked if there's a reservation not expired between a user and that car,\n\/\/ such user is near it and\n\/\/ he hasn't finished the ride (the ride associated with that reservation \n\/\/ doesn't have a release_time).\nfact carUnlockedConstraint {\n\tall c: Car | (\n\t\tc.unlocked = True\n\t\tiff\n\t\tsome r: Reservation | (\n\t\t\tr.car = c and isActive[r] and isNear[c.location, r.user.location]\n\t\t)\n\t)\n}\n\n\/\/If there is a release time, there are also a release release_battery and a release_area\nfact releaseInfoConstraint{\n\tall rid: Ride| (\n\t\tone rid.release_time\n\t\tiff\n\t\t(one rid.release_battery_level and one rid.release_area and one rid.release_plugged)\n\t)\n}\n\nfact feeConstraint {\n\tall r: Reservation | (\n\t\tr.expired = True\n\t\timplies\n\t\tr.current_cost = 10 and r.final_discharged_cost = 10\n\t)\n}\n\n\/\/The actual cost of a reservation is proportional to minutes spent in the car\nfact costOfAReservationConstraint {\n\tall res: Reservation | (\n\t\tres.expired = False\n\t\timplies (\n\t\t\tno res.ride\n\t\t\timplies\n\t\t\t\tres.current_cost=0\n\t\t\telse(\n\t\t\t\tno res.ride.release_time\n\t\t\t\timplies(\n\t\t\t\t\tall ct : CurrentTime |\n\t\t\t\t\t\tres.current_cost=cost[ct, res.ride.pickup_time]\n\t\t\t\t)\n\t\t\t\telse\n\t\t\t\t\tres.current_cost=cost[res.ride.release_time, res.ride.pickup_time]\n\t\t\t)\n\t\t)\n\t)\n}\n\n\/\/Passengers discount of 10%\nfact passengersDiscount{\n\tall res: Reservation | (\n\t\tres.expired = False and one res.ride.release_time and res.ride.passengers>2\n\t\timplies(\n\t\t\tres.final_discharged_cost=div[mul[res.current_cost, 9],10]\n\t\t)\n\t)\n}\n\n\/\/Non-empty battery discount of 20%\nfact passengersDiscount{\n\tall res: Reservation | (\n\t\tres.expired = False and res.ride.release_battery_level>=50\n\t\timplies(\n\t\t\tres.final_discharged_cost=div[mul[res.current_cost, 4],5]\n\t\t)\n\t)\n}\n\n\/\/Car released charging discount of 30%\nfact passengersDiscount{\n\tall res: Reservation | (\n\t\tres.expired = False and (res.ride.release_area in Special_Safe_Area) and release_plugged = True\n\t\timplies(\n\t\t\tres.final_discharged_cost=div[mul[res.current_cost, 7],10]\n\t\t)\n\t)\n}\n\n\/\/Car released far and with low battery extra-charging of 30%\nfact passengersDiscount{\n\tall res: Reservation | (\n\t\tres.expired = False and res.ride.release_battery_level<20 and isFarFromSpecialSafeArea[res.ride.release_area]\n\t\timplies(\n\t\t\tres.final_discharged_cost=div[mul[res.current_cost, 13],10]\n\t\t)\n\t)\n}\n\/\/ ------------- Assertions ---------------\n\n\/\/ car available => car locked\n\nassert availableEntailsLocked {\n\tall c: Car | c.available = True implies c.unlocked = False\n}\n\n\/\/ car unlocked => car not available\n\nassert unlockedEntailsNotAvailable {\n\tall c: Car | c.unlocked = True implies c.available = False\n}\n\n\/\/ reservation expired => no ride\n\nassert expiredEntailsNoRide {\n\tall r: Reservation | r.expired = True implies no r.ride\n}\n\n\/\/ reservation active => car not available\n\nassert activeEntailsNotAvailable {\n\tall r: Reservation | isActive[r] implies r.car.available = False\n}\n\n\/\/ FALSE\n\nassert falseByPurpose {\n\tall r: Reservation | r.start_time = r.ride.release_time\n}\n\n\/\/ ------------ Show world! --------------\n\npred show {\n\t#User = 1\n\t#Reservation = 1\n\tall r: Reservation | ((one r.ride.release_time) and r.ride.passengers>=3) \n\/\/\tsome c: Car | c.unlocked = True\n\/\/\tsome c: Car | c.unlocked = False\n\n}\n\nrun show for 8 Int\n\/\/check availableEntailsLocked for 7 Int\n\/\/check unlockedEntailsNotAvailable for 7 Int\n\/\/check expiredEntailsNoRide for 7 Int\n\/\/check activeEntailsNotAvailable for 7 Int\n\/\/check falseByPurpose for 7 Int\n","old_contents":"open util\/boolean\n\n\/\/ Car, User\n\nsig Car {\n\tid: Int,\n\tavailable: Bool,\n\tlocation: Location,\n\tunlocked: Bool,\n\tbattery_level: Int\n} {\n\tid>0\n\tbattery_level >= 0\n\tbattery_level <= 10\n}\n\nsig User {\n\tcredential: Credential,\n\tpayment_info: Payment_Info,\n\tlocation: Location\n}\nsig Credential {}\n\nsig Payment_Info {}\n\n\/\/ Reservation, Ride\n\nsig Reservation {\n\tuser: User,\n\tcar: Car,\n\tstart_area: Safe_Area,\n\tstart_time: Time,\n\tcurrent_cost: Int,\n\tfinal_discharged_cost: lone Int,\n\texpired: Bool,\n\tride: lone Ride\n} {\n\tcurrent_cost >= 0\n\tfinal_discharged_cost >= 0\n}\n\nsig Ride {\n\treservation: Reservation,\n\tpassengers: Int, \n\tpickup_time: Time,\n\trelease_time: lone Time,\n\trelease_battery_level: lone Int,\n\trelease_area: lone Safe_Area,\n\trelease_plugged: lone Bool\n} {\n\tpassengers >= 1\n\tpassengers <= 4\n\trelease_battery_level >= 0\n\trelease_battery_level <= 10\n\tnot areEqual[pickup_time, release_time]\n}\n\n\/\/ Time and CurrentTime\n\nsig Time {\n\/\/\tday: Int,\n\thour: Int,\n\tminute: Int\n} {\n\/\/\tday >= 0\n\/\/\tday =< 60 \/\/ For efficiency reasons\n\thour >= 0\n\thour =< 23\n\tminute >= 0\n\tminute =< 59\n}\n\nsig CurrentTime extends Time {}\n\n\/\/ Location, Areas\n\nsig Location {\n\tlatitude: Int, \n\tlongitude: Int \n}\nsig Area { \n\tcenter: Location,\n\tradius: Int\n} {\n\tradius > 0 \n}\nsig Safe_Area extends Area {}\nsig Special_Safe_Area extends Safe_Area {}\n\n\/* ----------- Functions ------------ *\/\nfun minutesDifference[t, t': Time]: Int {\n\tadd[sub[60, t'.minute], t.minute]\n}\n\nfun minutesDiff[t, t': Time]:Int {\n\tt.minute>t'.minute\n\timplies\n\t\tsub[t.minute, t'.minute]\n\telse\n\t\tsub[t'.minute, t.minute]\n}\n\nfun hoursDiff[t, t': Time]: Int {\n\tt.hour>=t'.hour\n\timplies(\n\t\tsub[t.hour, t'.hour]\n\t) else (\n\t\tsub[t'.hour, t.hour]\n\t)\n}\n\n\/\/Return the cost for a ride from time t to time t'\nfun cost[t, t': Time]: Int {\n\t\tt.hour = t'.hour\n\t\timplies (\n\t\t\tminutesDiff[t, t']\n\t\t)\n\t\telse (\n\t\t\tt.hour>t'.hour\n\t\t\timplies(\n\t\t\t\tadd[add[sub[60, t.minute]\t, mul[sub[hoursDiff[t,t'], 1], 60]], t'.minute] \/\/(60-t.minute) + (t.hour-t'.hour-1)*60 + t'.minute\n\t\t\t)\n\t\t\telse(\n\t\t\t\tadd[add[sub[60, t'.minute]\t, mul[sub[hoursDiff[t,t'], 1], 60]], t.minute] \/\/(60-t'.minute) + (t'.hour-t.hour-1)*60 + t.minute\t\t\t\n\t\t\t)\n\t\t)\n}\n\/\/ ----------- Predicates -----------\n\n\/\/ Returns true if t - t' <= 1h\n\npred isLessThanOneHourAhead[t, t': Time] {\n\tareEqual[t, t']\n\tor\n\/\/\t(t.day = t'.day\n\/\/\t\timplies (\n\t\t\t(t.hour = t'.hour and t.minute > t'.minute)\n\t\t\tor\n\t\t\t(t.hour = add[t'.hour,1] and minutesDifference[t, t'] < 60)\n\/*\t\t)\n\t\telse (\n\t\t\t(t.day = add[t'.day, 1] and t.hour = 0 and t'.hour = 23 and minutesDifference[t, t'] < 60)\n\t\t)\n\t)*\/\n}\n\n\/\/ Returns true if t >= t'\n\npred comesAfterOrEqual[t, t': Time] {\n\/\/\tt.day = t'.day\n\/\/\timplies (\n\t\tt.hour = t'.hour\n\t\timplies t.minute >= t'.minute\n\t\telse t.hour >= t'.hour\n\/\/\t)\n\/\/\telse t.day >= t'.day\n}\n\n\/\/ Returns true if t == t'\n\npred areEqual[t, t': Time] {\n\/\/\tt.day = t'.day and \n\tt.hour = t'.hour and t.minute = t'.minute\n}\n\n\/\/ Returns true if the max distance between latitudes and longitudes is 5\n\npred isNear[l, l': Location] {\n\t(l.latitude >= l'.latitude implies \n\t\tsub[l.latitude, l'.latitude] <= 5\n\telse\n\t\tsub[l'.latitude, l.latitude] <= 5)\n\tand\n\t(l.longitude >= l'.longitude implies \n\t\tsub[l.longitude, l'.longitude] <= 5\n\telse\n\t\tsub[l'.longitude, l.longitude] <= 5)\n}\n\n\/\/ Reservation r is open <=> r is not expired and \"it has not a ride yet or its ride has no release_time\"\n\npred isActive[r: Reservation] {\n\tr.expired = False and (\n\t\tno r.ride\n\t\tor\n\t\tno r.ride.release_time\n\t)\n}\n\n\/\/ ----------- Facts -------------\n\n\/\/ There's only a current time\n\nfact currentTimeForeverAlone {\n\t#CurrentTime = 1\n}\n\n\/\/ CurrentTime is after all the times in the model\n\nfact currentTimeIsAlwaysAhead {\n\tall t: Time |\n\t\tall ct: CurrentTime |\n\t\t\tcomesAfterOrEqual[ct, t]\n}\n\n\/\/ Each credential\/password\/payment info is used for a user\n\nfact eachCredentialCorrespondToAUser {\n\tUser.credential=Credential\n}\n\nfact eachPaymentInfoCorrespondToAUser {\n\tUser.payment_info=Payment_Info\n}\n\n\/\/ Different users <=> different credentials\n\nfact noUsersWithSameCredentials {\n\tall u1, u2: User |\n\t\tu1 != u2\n\t\tiff\n\t\tu1.credential != u2.credential\n}\n\n\/\/ Different cars <=> different IDs\n\nfact noCarsWithSameIDs {\n\tall c1, c2: Car |\n\t\tc1 != c2\n\t\tiff\n\t\tc1.id != c2.id\n}\n\n\/\/ If a ride has a reservation, then that reservation has that ride.\nfact ridesAndReservationRelation {\n\tall rid: Ride | (\n\t\trid = rid.reservation.ride\n\t) and\n\tall res: Reservation | (\n\t\tone res.ride \n\t\timplies\n\t\t\tres=res.ride.reservation\n\t)\n}\n\n\/\/ There can't be two reservations made by the same user both open\n\/\/ COMMENT: Actually it's possible that a user makes a wrong reservation and he lets it expires, while he makes another one\n\/*\nfact noConsecutiveReservations {\n\tall r, r': Reservation | (\n\t\tr.user = r'.user\n\t\timplies not (\n\t\t\tisOpen[r] and isOpen[r']\n\t\t)\n\t)\n}*\/\n\n\/\/ There can't be two reservations r1 and r2 for the same car overlapping.\n\nfact carsCanBeReservedByOneUserAtOnce { \n\tall c: Car | (\n\t\tall r, r': Reservation | (\n\t\t\t(r.car = c and r'.car = c and r != r' and comesAfterOrEqual[r'.start_time, r.start_time])\n\t\t\timplies (\n\t\t\t\t\t(some r.ride and some r.ride.release_time and comesAfterOrEqual[r'.start_time, r.ride.release_time])\n\t\t\t\t\tor\n\t\t\t\t\t(r.expired = True and not isLessThanOneHourAhead[r'.start_time, r.start_time])\n\t\t\t)\n\t\t)\n\t)\n}\n\n\/\/ A car is available if it has no reservations open.\n\nfact carAvailableCondition {\n\tall c: Car |\n\t\tc.available = True\n\t\tiff\n\t\t(no res: Reservation |\n\t\t\tres.car = c and isActive[res]\n\t\t)\n}\n\n\/\/ A reservation is expired if there's is not a ride whose pickup_time is less than one hour after the \n\/\/ reservation start_time.\n\nfact reservationExpiredCondition {\n\tall res: Reservation |\n\t\tres.expired = True\n\t\tiff\n\t\t(all currentTime: CurrentTime |\n\t\t\tnot isLessThanOneHourAhead[currentTime, res.start_time]\n\t\t)\n\t\tand\n\t\tno res.ride\n}\n\n\/\/ The pickup time of a ride should be in one hour from its reservation start_time\n\nfact pickupTimeConstraint {\n\tall rid: Ride | (\n\t\tisLessThanOneHourAhead[rid.pickup_time, rid.reservation.start_time]\n\t)\n}\n\n\/\/ release_time is always after pickup_time\n\nfact releaseTimeIsAfterPickupTime {\n\tall rid: Ride | (\n\t\tno rid.release_time\n\t\tor\n\t\tcomesAfterOrEqual[rid.release_time, rid.pickup_time]\n\t)\n}\n\n\/\/ A car is unlocked if there's a reservation not expired between a user and that car,\n\/\/ such user is near it and\n\/\/ he hasn't finished the ride (the ride associated with that reservation \n\/\/ doesn't have a release_time).\n\nfact carUnlockedConstraint {\n\tall c: Car | (\n\t\tc.unlocked = True\n\t\tiff\n\t\tsome r: Reservation | (\n\t\t\tr.car = c and isActive[r] and isNear[c.location, r.user.location]\n\t\t)\n\t)\n}\n\n\/\/If there is a release time, there are also a release release_battery and a release_area\nfact releaseInfoConstraint{\n\tall rid: Ride| (\n\t\tone rid.release_time\n\t\tiff\n\t\t(one rid.release_battery_level and one rid.release_area and one rid.release_plugged)\n\t)\n}\n\nfact feeConstraint {\n\tall r: Reservation | (\n\t\tr.expired = True\n\t\timplies\n\t\tr.current_cost = 10 and r.final_discharged_cost = 10\n\t)\n}\n\n\/\/The actual cost of a reservation is proportional to minutes spent in the car\nfact costOfAReservation {\n\tall res: Reservation | (\n\t\tres.expired = False\n\t\timplies (\n\t\t\tno res.ride\n\t\t\timplies\n\t\t\t\tres.current_cost=0\n\t\t\telse(\n\t\t\t\tno res.ride.release_time\n\t\t\t\timplies(\n\t\t\t\t\tall ct : CurrentTime |\n\t\t\t\t\t\tres.current_cost=cost[ct, res.ride.pickup_time]\n\t\t\t\t)\n\t\t\t\telse\n\t\t\t\t\tres.current_cost=cost[res.ride.release_time, res.ride.pickup_time]\n\t\t\t)\n\t\t)\n\t)\n}\n\/\/ ------------- Assertions ---------------\n\n\/\/ car available => car locked\n\nassert availableEntailsLocked {\n\tall c: Car | c.available = True implies c.unlocked = False\n}\n\n\/\/ car unlocked => car not available\n\nassert unlockedEntailsNotAvailable {\n\tall c: Car | c.unlocked = True implies c.available = False\n}\n\n\/\/ reservation expired => no ride\n\nassert expiredEntailsNoRide {\n\tall r: Reservation | r.expired = True implies no r.ride\n}\n\n\/\/ reservation active => car not available\n\nassert activeEntailsNotAvailable {\n\tall r: Reservation | isActive[r] implies r.car.available = False\n}\n\n\/\/ FALSE\n\nassert falseByPurpose {\n\tall r: Reservation | r.start_time = r.ride.release_time\n}\n\n\/\/ ------------ Show world! --------------\n\npred show {\n\t#User = 1\n\tall r: Reservation | r.expired = False\n\t#User = 1\n\t#Car = 2\n\t#Reservation = 3\n\/\/\tsome c: Car | c.unlocked = True\n\/\/\tsome c: Car | c.unlocked = False\n\n}\n\n\/\/run show for 8 Int\n\nrun show for 7 Int\n\/\/check availableEntailsLocked for 7 Int\n\/\/check unlockedEntailsNotAvailable for 7 Int\n\/\/check expiredEntailsNoRide for 7 Int\n\/\/check activeEntailsNotAvailable for 7 Int\n\/\/check falseByPurpose for 7 Int\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"a599bbe13c5538619b3cb7884745a89b13e395fa","subject":"add comment etc","message":"add comment etc\n","repos":"nishio\/learning_alloy,nishio\/learning_alloy,nishio\/learning_alloy","old_file":"illust_logic\/illustLogic.als","new_file":"illust_logic\/illustLogic.als","new_contents":"open util\/ordering[Col] as cols\nopen util\/ordering[Row] as rows\n\nabstract sig Region {}\nsig Col extends Region {\n cell: Row -> Cell\n}\nsig Row extends Region {}\nenum Cell { Black, White }\n\nfact {\n all c: Col, r: Row | one cell [c, r]\n}\n\n-- about rows\npred blackHeadInRow (c: Col, r: Row) {\n c in first or cell[c.prev, r] in White\n cell[c, r] in Black\n}\n\nfun headsInRow (r: Row): set Col {\n { c: Col | blackHeadInRow[c, r] }\n}\n\nfact noOtherHeadsInRow {\n no c: Col, r: Row | c not in headsInRow[r] and blackHeadInRow[c, r]\n}\n\npred headsSeqInRow (r: Row, s: seq Col) {\n s.elems = headsInRow[r]\n all i: s.butlast.inds | lt [s[i], s[plus[i, 1]]]\n}\n\nfun Int2Row (i: Int): Row {\n {r: Row | #(r.prevs) = i}\n}\n\nfun Row2Int (r: Row): Int {\n #(r.prevs)\n}\n\npred rowHint (j: Int, sizes: seq Int) {\n let r = Int2Row[j] | some cs: seq Col {\n #sizes = #cs\n \/\/ cs\u306f\u9ed2\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u306e\u4f4d\u7f6e\u306e\u30bd\u30fc\u30c8\u3055\u308c\u305f\u30b7\u30fc\u30af\u30a8\u30f3\u30b9\n headsSeqInRow [r, cs]\n all i: sizes.inds {\n \/\/ cs[i]\u3092start, start\u306e\u4f4d\u7f6e\u306bsize[i]\u3092\u8db3\u3057\u30661\u3092\u5f15\u3044\u305f\u4f4d\u7f6e\u306b\u3042\u308bCol\u3092end\u3068\u547c\u3076\n let start = cs [i], end = Int2Col [plus [Col2Int [start], minus[sizes [i], 1] ]] {\n \/\/ end\u304c\u5b58\u5728\u3059\u308b\n some end\n \/\/ start\u304b\u3089end\u307e\u3067\u5168\u90e8\u9ed2\n all c: start.*cols\/next - end.^cols\/next | cell [c, r] in Black\n \/\/ end\u306e\u6b21\u304c\u306a\u3044\u304b\u3001\u307e\u305f\u306f\u767d\n no end.next or cell [end.next, r] in White\n }\n }\n }\n}\n\n-- about cols\n\/\/ c, r\u304c\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u3067\u3042\u308b\u304b\u3069\u3046\u304b\npred blackHeadInCol (c: Col, r: Row) {\n\t\/\/ \u6700\u521d\u306eRow\u3067\u3042\u308b\u304b\u3001\u307e\u305f\u306f\u524d\u306eRow\u306e\u30bb\u30eb\u304c\u767d\u3044\n r in first or cell[c, r.prev] = White\n\t\/\/ \u3053\u306e\u30bb\u30eb\u306f\u9ed2\u3044\n cell[c, r] in Black\n}\n\n\/\/ Col c\u306e\u4e2d\u306e\u3001\u30d6\u30ed\u30c3\u30af\u306e\u982d\u3067\u3042\u308bRow\u306e\u96c6\u5408\nfun headsInCol (c: Col): set Row {\n { r: Row | blackHeadInCol[c, r] }\n}\n\nfact noOtherHeadsInCol {\n no c: Col, r: Row | r not in headsInCol[c] and blackHeadInCol[c, r]\n}\n\npred headsSeqInCol (c: Col, s: seq Row) {\n\t\/\/ s\u306e\u8981\u7d20\u306f\u30d6\u30ed\u30c3\u30af\u5148\u982d\u306e\u96c6\u5408\u3068\u540c\u4e00\n s.elems = headsInCol[c]\n\t\/\/ s\u306f\u5358\u8abf\u5897\u52a0\n all i: s.butlast.inds | lt [s[i], s[plus[i, 1]]]\n}\n\nfun Int2Col (i: Int): Col {\n {c: Col | #(c.prevs) = i}\n}\n\nfun Col2Int (c: Col): Int {\n #(c.prevs)\n}\n\nfun range(start, end: Region, next: Region -> Region): Region{\n\tstart.*next - end.^next\n}\npred colHint (j: Int, sizes: seq Int) {\n let c = Int2Col[j] | some rs: seq Row {\n #sizes = #rs\n headsSeqInCol [c, rs]\n all i: sizes.inds {\n let start = rs [i], end = Int2Row [plus [Row2Int [start], minus[sizes [i], 1] ]] {\n \tsome end\n \tall r: range[start, end, rows\/next] | cell [c, r] in Black\n \tno end.next or cell [c, end.next] in White\n \t}\n\t\t}\n }\n}\n-- riddle from http:\/\/homepage1.nifty.com\/sabo10\/rulelog\/illust.html\nsolve: run {\n rowHint [0, 0 -> 3]\n rowHint [1, 0 -> 2 + 1 -> 2]\n rowHint [2, 0 -> 1 + 1 -> 1 + 2 -> 1]\n rowHint [3, 0 -> 3 + 1 -> 3]\n rowHint [4, 0 -> 5]\n rowHint [5, 0 -> 7]\n rowHint [6, 0 -> 7]\n rowHint [7, 0 -> 7]\n rowHint [8, 0 -> 7]\n rowHint [9, 0 -> 5]\n\n colHint [0, 0 -> 4]\n colHint [1, 0 -> 6]\n colHint [2, 0 -> 7]\n colHint [3, 0 -> 9]\n colHint [4, 0 -> 2 + 1 -> 7]\n colHint [5, 0 -> 1 + 1 -> 6]\n colHint [6, 0 -> 2 + 1 -> 4]\n colHint [7, 0 -> 3]\n colHint [8, 0 -> 1]\n colHint [9, 0 -> 2]\n} for 10 but 5 Int\n","old_contents":"open util\/ordering[Col] as cols\nopen util\/ordering[Row] as rows\n\nabstract sig Region {}\nsig Col extends Region {\n cell: Row -> Cell\n}\nsig Row extends Region {}\nenum Cell { Black, White }\n\nfact {\n all c: Col, r: Row | one cell [c, r]\n}\n\n-- about rows\npred blackHeadInRow (c: Col, r: Row) {\n c in first or cell[c.prev, r] in White\n cell[c, r] in Black\n}\n\nfun headsInRow (r: Row): set Col {\n { c: Col | blackHeadInRow[c, r] }\n}\n\nfact noOtherHeadsInRow {\n no c: Col, r: Row | c not in headsInRow[r] and blackHeadInRow[c, r]\n}\n\npred headsSeqInRow (r: Row, s: seq Col) {\n s.elems = headsInRow[r]\n all i: s.butlast.inds | lt [s[i], s[plus[i, 1]]]\n}\n\nfun Int2Row (i: Int): Row {\n {r: Row | #(r.prevs) = i}\n}\n\nfun Row2Int (r: Row): Int {\n #(r.prevs)\n}\n\npred rowHint (j: Int, sizes: seq Int) {\n let r = Int2Row[j] | some cs: seq Col {\n #sizes = #cs\n headsSeqInRow [r, cs]\n all i: sizes.inds | \n let start = cs [i], end = Int2Col [plus [Col2Int [start], minus[sizes [i], 1] ]] {\n some end\n all c: start.*cols\/next - end.^cols\/next | cell [c, r] in Black\n no end.next or cell [end.next, r] in White\n }\n }\n}\n\n-- about cols\npred blackHeadInCol (c: Col, r: Row) {\n r in first or cell[c, r.prev] in White\n cell[c, r] in Black\n}\n\nfun headsInCol (c: Col): set Row {\n { r: Row | blackHeadInCol[c, r] }\n}\n\nfact noOtherHeadsInCol {\n no c: Col, r: Row | r not in headsInCol[c] and blackHeadInCol[c, r]\n}\n\npred headsSeqInCol (c: Col, s: seq Row) {\n s.elems = headsInCol[c]\n all i: s.butlast.inds | lt [s[i], s[plus[i, 1]]]\n}\n\nfun Int2Col (i: Int): Col {\n {c: Col | #(c.prevs) = i}\n}\n\nfun Col2Int (c: Col): Int {\n #(c.prevs)\n}\n\npred colHint (j: Int, sizes: seq Int) {\n let c = Int2Col[j] | some rs: seq Row {\n #sizes = #rs\n headsSeqInCol [c, rs]\n all i: sizes.inds | \n let start = rs [i], end = Int2Row [plus [Row2Int [start], minus[sizes [i], 1] ]] {\n some end\n all r: start.*rows\/next - end.^rows\/next | cell [c, r] in Black\n no end.next or cell [c, end.next] in White\n }\n }\n}\n\n-- riddle from http:\/\/homepage1.nifty.com\/sabo10\/rulelog\/illust.html\nsolve: run {\n rowHint [0, 0 -> 3]\n rowHint [1, 0 -> 2 + 1 -> 2]\n rowHint [2, 0 -> 1 + 1 -> 1 + 2 -> 1]\n rowHint [3, 0 -> 3 + 1 -> 3]\n rowHint [4, 0 -> 5]\n rowHint [5, 0 -> 7]\n rowHint [6, 0 -> 7]\n rowHint [7, 0 -> 7]\n rowHint [8, 0 -> 7]\n rowHint [9, 0 -> 5]\n\n colHint [0, 0 -> 4]\n colHint [1, 0 -> 6]\n colHint [2, 0 -> 7]\n colHint [3, 0 -> 9]\n colHint [4, 0 -> 2 + 1 -> 7]\n colHint [5, 0 -> 1 + 1 -> 6]\n colHint [6, 0 -> 2 + 1 -> 4]\n colHint [7, 0 -> 3]\n colHint [8, 0 -> 1]\n colHint [9, 0 -> 2]\n} for 10 but 5 Int\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"06f13901dc94e0f832eecdd79936f0d6d8cce84a","subject":"remove noOtherHeadsIn* because they are not used","message":"remove noOtherHeadsIn* because they are not used\n","repos":"nishio\/learning_alloy,nishio\/learning_alloy,nishio\/learning_alloy","old_file":"illust_logic\/illustLogic.als","new_file":"illust_logic\/illustLogic.als","new_contents":"open util\/ordering[Col] as cols\nopen util\/ordering[Row] as rows\n\nabstract sig Region {\n\tindex: Int\n}\nsig Col extends Region {\n\tcell: Row -> Color\n}{\n\tindex >= 0\n\tindex <= 9\n}\nsig Row extends Region {}{\n\tindex >= 0\n\tindex <= 9\n}\n\nfact {\n\tall r: Col - last {\n\t\tadd[r.index, 1] = r.next.index\n\t}\n\tall r: Row - last {\n\t\tadd[r.index, 1] = r.next.index\n\t}\n}\n\nenum Color { Black, White }\n\nfact {\n\tall c: Col, r: Row | one cell [c, r]\n}\n\n-- both Row and Col\npred prev_is_white(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u30c8\u30ea\u30c3\u30af: prev\u304cCol->Col\u3067\u3082Row\u306b\u4f7f\u3063\u3066\u3088\u3044\n\t\/\/ \u306a\u305c\u306a\u3089\u7a7a\u96c6\u5408\u304c\u8fd4\u308b\u306e\u3067in White\u304c\u6210\u7acb\u3059\u308b\u304b\u3089\n\tcell[prev[c], r] + cell[c, prev[r]] in White\n}\n\npred no_prev(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u30c8\u30ea\u30c3\u30af: next\u304cCol->Col\u3067\u3082Row\u306b\u4f7f\u3063\u3066\u3088\u3044\n\t\/\/ \u306a\u305c\u306a\u3089\u7a7a\u96c6\u5408\u304c\u8fd4\u308b\u306e\u3067no\u304c\u6210\u7acb\u3059\u308b\u304b\u3089\n\tno prev[c] and no prev[r]\n}\n\n\/\/ c, r\u304c\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u3067\u3042\u308b\u304b\u3069\u3046\u304b\npred is_black_head(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u6700\u521d\u306eRow\u3067\u3042\u308b\u304b\u3001\u307e\u305f\u306f\u524d\u306eRow\u306e\u30bb\u30eb\u304c\u767d\u3044\n\tno_prev[c, r, prev] or prev_is_white[c, r, prev]\n\t\/\/ \u3053\u306e\u30bb\u30eb\u306f\u9ed2\u3044\n\tcell[c, r] in Black\n}\nfun range(start, end: Region, next: Region -> Region): Region{\n\tstart.*next - end.^next\n}\n\nfun get_block_end(start: Region, size: Int): Region{\n\tplus[start.index, minus[size, 1]][index]\n}\n\nfun IntTo(i: Int, R: Region): Region{\n\tindex.i & R\n}\n\npred sorted(xs: Int, s: seq Int){\n\t\/\/ s\u306e\u8981\u7d20\u306fxs\u3068\u540c\u4e00\n\ts.elems = xs\n\t\/\/ s\u306f\u5358\u8abf\u5897\u52a0\n\tall i: s.butlast.inds | lt [s[i], s[plus[i, 1]]]\t\n}\n\n-- about rows or cols\n\npred headsSeqInRow (r: Row, s: seq Col) {\n\tsorted[\n\t\t{ c: Col | is_black_head[c, r, cols\/prev]}.index,\n\t\ts.index]\n}\npred headsSeqInCol (c: Col, s: seq Row) {\n\tsorted[\n\t\t{ r: Row | is_black_head[c, r, rows\/prev]}.index,\n\t\ts.index]\n}\n\npred rowHint (j: Int, sizes: seq Int) {\n\tlet r = IntTo[j, Row] | some cs: seq Col {\n\t\t#sizes = #cs\n\t\t\/\/ cs\u306f\u9ed2\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u306e\u4f4d\u7f6e\u306e\u30bd\u30fc\u30c8\u3055\u308c\u305f\u30b7\u30fc\u30af\u30a8\u30f3\u30b9\n\t\theadsSeqInRow [r, cs]\n\t\tall i: sizes.inds {\n\t\t\t\/\/ cs[i]\u3092start, start\u306e\u4f4d\u7f6e\u306bsize[i]\u3092\u8db3\u3057\u30661\u3092\u5f15\u3044\u305f\u4f4d\u7f6e\u306b\u3042\u308bCol\u3092end\u3068\u547c\u3076\n\t\t\tlet start = cs [i], end = Col & get_block_end[start, sizes[i]] {\n\n\t\t\t\t\/\/ end\u304c\u5b58\u5728\u3059\u308b\n\t\t\t\tsome end\n\t\t\t\t\/\/ start\u304b\u3089end\u307e\u3067\u5168\u90e8\u9ed2\n\t\t\t\tall c: range[start, end, cols\/next] | cell [c, r] in Black\n\t\t\t\t\/\/ end\u306e\u6b21\u304c\u306a\u3044\u304b\u3001\u307e\u305f\u306f\u767d\n\t\t\t\tno end.next or cell [end.next, r] in White\n\t\t\t}\n\t\t}\n\t}\n}\npred colHint (j: Int, sizes: seq Int) {\n\tlet c = IntTo[j, Col] | some rs: seq Row {\n\t\t#sizes = #rs\n\t\theadsSeqInCol [c, rs]\n\t\tall i: sizes.inds {\n\t\t\tlet start = rs [i], end = Row & get_block_end[start, sizes[i]] {\n\t\t\t\tsome end\n\t\t\t\tall r: range[start, end, rows\/next] | cell [c, r] in Black\n\t\t\t\tno end.next or cell [c, end.next] in White\n\t\t\t}\n\t\t}\n\t}\n}\n-- riddle from http:\/\/homepage1.nifty.com\/sabo10\/rulelog\/illust.html\nsolve: run {\n\trowHint [0, 0 -> 3]\n\trowHint [1, 0 -> 2 + 1 -> 2]\n\trowHint [2, 0 -> 1 + 1 -> 1 + 2 -> 1]\n\trowHint [3, 0 -> 3 + 1 -> 3]\n\trowHint [4, 0 -> 5]\n\trowHint [5, 0 -> 7]\n\trowHint [6, 0 -> 7]\n\trowHint [7, 0 -> 7]\n\trowHint [8, 0 -> 7]\n\trowHint [9, 0 -> 5]\n\n\tcolHint [0, 0 -> 4]\n\tcolHint [1, 0 -> 6]\n\tcolHint [2, 0 -> 7]\n\tcolHint [3, 0 -> 9]\n\tcolHint [4, 0 -> 2 + 1 -> 7]\n\tcolHint [5, 0 -> 1 + 1 -> 6]\n\tcolHint [6, 0 -> 2 + 1 -> 4]\n\tcolHint [7, 0 -> 3]\n\tcolHint [8, 0 -> 1]\n\tcolHint [9, 0 -> 2]\n} for 10 but 5 Int\n","old_contents":"open util\/ordering[Col] as cols\nopen util\/ordering[Row] as rows\n\nabstract sig Region {\n\tindex: Int\n}\nsig Col extends Region {\n\tcell: Row -> Color\n}{\n\tindex >= 0\n\tindex <= 9\n}\nsig Row extends Region {}{\n\tindex >= 0\n\tindex <= 9\n}\n\nfact {\n\tall r: Col - last {\n\t\tadd[r.index, 1] = r.next.index\n\t}\n\tall r: Row - last {\n\t\tadd[r.index, 1] = r.next.index\n\t}\n}\n\nenum Color { Black, White }\n\nfact {\n\tall c: Col, r: Row | one cell [c, r]\n}\n\n-- both Row and Col\npred prev_is_white(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u30c8\u30ea\u30c3\u30af: prev\u304cCol->Col\u3067\u3082Row\u306b\u4f7f\u3063\u3066\u3088\u3044\n\t\/\/ \u306a\u305c\u306a\u3089\u7a7a\u96c6\u5408\u304c\u8fd4\u308b\u306e\u3067in White\u304c\u6210\u7acb\u3059\u308b\u304b\u3089\n\tcell[prev[c], r] + cell[c, prev[r]] in White\n}\n\npred no_prev(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u30c8\u30ea\u30c3\u30af: next\u304cCol->Col\u3067\u3082Row\u306b\u4f7f\u3063\u3066\u3088\u3044\n\t\/\/ \u306a\u305c\u306a\u3089\u7a7a\u96c6\u5408\u304c\u8fd4\u308b\u306e\u3067no\u304c\u6210\u7acb\u3059\u308b\u304b\u3089\n\tno prev[c] and no prev[r]\n}\n\n\/\/ c, r\u304c\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u3067\u3042\u308b\u304b\u3069\u3046\u304b\npred is_black_head(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u6700\u521d\u306eRow\u3067\u3042\u308b\u304b\u3001\u307e\u305f\u306f\u524d\u306eRow\u306e\u30bb\u30eb\u304c\u767d\u3044\n\tno_prev[c, r, prev] or prev_is_white[c, r, prev]\n\t\/\/ \u3053\u306e\u30bb\u30eb\u306f\u9ed2\u3044\n\tcell[c, r] in Black\n}\nfun range(start, end: Region, next: Region -> Region): Region{\n\tstart.*next - end.^next\n}\n\nfun get_block_end(start: Region, size: Int): Region{\n\tplus[start.index, minus[size, 1]][index]\n}\n\nfun IntTo(i: Int, R: Region): Region{\n\tindex.i & R\n}\n\n-- about rows or cols\nfact noOtherHeadsInRow {\n\tno c: Col, r: Row {\n\t\tc not in { c: Col | is_black_head[c, r, cols\/prev]}\n\t\tis_black_head[c, r, cols\/prev]\n\t}\n}\nfact noOtherHeadsInCol {\n\tno c: Col, r: Row {\n\t\tr not in { r: Row | is_black_head[c, r, rows\/prev]}\n\t\tis_black_head[c, r, rows\/prev]\n\t}\n}\n\n\npred headsSeqInRow (r: Row, s: seq Col) {\n\tsorted[\n\t\t{ c: Col | is_black_head[c, r, cols\/prev]}.index,\n\t\ts.index]\n}\npred headsSeqInCol (c: Col, s: seq Row) {\n\tsorted[\n\t\t{ r: Row | is_black_head[c, r, rows\/prev]}.index,\n\t\ts.index]\n}\n\npred sorted(xs: Int, s: seq Int){\n\t\/\/ s\u306e\u8981\u7d20\u306fxs\u3068\u540c\u4e00\n\ts.elems = xs\n\t\/\/ s\u306f\u5358\u8abf\u5897\u52a0\n\tall i: s.butlast.inds | lt [s[i], s[plus[i, 1]]]\t\n}\n\npred rowHint (j: Int, sizes: seq Int) {\n\tlet r = IntTo[j, Row] | some cs: seq Col {\n\t\t#sizes = #cs\n\t\t\/\/ cs\u306f\u9ed2\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u306e\u4f4d\u7f6e\u306e\u30bd\u30fc\u30c8\u3055\u308c\u305f\u30b7\u30fc\u30af\u30a8\u30f3\u30b9\n\t\theadsSeqInRow [r, cs]\n\t\tall i: sizes.inds {\n\t\t\t\/\/ cs[i]\u3092start, start\u306e\u4f4d\u7f6e\u306bsize[i]\u3092\u8db3\u3057\u30661\u3092\u5f15\u3044\u305f\u4f4d\u7f6e\u306b\u3042\u308bCol\u3092end\u3068\u547c\u3076\n\t\t\tlet start = cs [i], end = Col & get_block_end[start, sizes[i]] {\n\n\t\t\t\t\/\/ end\u304c\u5b58\u5728\u3059\u308b\n\t\t\t\tsome end\n\t\t\t\t\/\/ start\u304b\u3089end\u307e\u3067\u5168\u90e8\u9ed2\n\t\t\t\tall c: range[start, end, cols\/next] | cell [c, r] in Black\n\t\t\t\t\/\/ end\u306e\u6b21\u304c\u306a\u3044\u304b\u3001\u307e\u305f\u306f\u767d\n\t\t\t\tno end.next or cell [end.next, r] in White\n\t\t\t}\n\t\t}\n\t}\n}\npred colHint (j: Int, sizes: seq Int) {\n\tlet c = IntTo[j, Col] | some rs: seq Row {\n\t\t#sizes = #rs\n\t\theadsSeqInCol [c, rs]\n\t\tall i: sizes.inds {\n\t\t\tlet start = rs [i], end = Row & get_block_end[start, sizes[i]] {\n\t\t\t\tsome end\n\t\t\t\tall r: range[start, end, rows\/next] | cell [c, r] in Black\n\t\t\t\tno end.next or cell [c, end.next] in White\n\t\t\t}\n\t\t}\n\t}\n}\n-- riddle from http:\/\/homepage1.nifty.com\/sabo10\/rulelog\/illust.html\nsolve: run {\n\trowHint [0, 0 -> 3]\n\trowHint [1, 0 -> 2 + 1 -> 2]\n\trowHint [2, 0 -> 1 + 1 -> 1 + 2 -> 1]\n\trowHint [3, 0 -> 3 + 1 -> 3]\n\trowHint [4, 0 -> 5]\n\trowHint [5, 0 -> 7]\n\trowHint [6, 0 -> 7]\n\trowHint [7, 0 -> 7]\n\trowHint [8, 0 -> 7]\n\trowHint [9, 0 -> 5]\n\n\tcolHint [0, 0 -> 4]\n\tcolHint [1, 0 -> 6]\n\tcolHint [2, 0 -> 7]\n\tcolHint [3, 0 -> 9]\n\tcolHint [4, 0 -> 2 + 1 -> 7]\n\tcolHint [5, 0 -> 1 + 1 -> 6]\n\tcolHint [6, 0 -> 2 + 1 -> 4]\n\tcolHint [7, 0 -> 3]\n\tcolHint [8, 0 -> 1]\n\tcolHint [9, 0 -> 2]\n} for 10 but 5 Int\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"444f5f4109ae23e7ce099437f032da6020f2ffb8","subject":"spaces to tabs","message":"spaces to tabs\n","repos":"nishio\/learning_alloy,nishio\/learning_alloy,nishio\/learning_alloy","old_file":"etude16.als","new_file":"etude16.als","new_contents":"open util\/ordering[Time]\n\nsig Time {}\n\nsig Person {\n\tstate: State -> Time,\n}\n\nenum State {Married, NotMarried}\n\npred init (t: Time) {\n\tall p: Person | p.state.t = NotMarried\n}\n\npred step (t, t': Time) {\n\tsome disj p1, p2 : Person {\n\t\t{\n\t\t\t\/\/ marrige\n\t\t\tp1.state.t = NotMarried and p2.state.t = NotMarried\n\t\t\tp1.state.t' = Married and p2.state.t' = Married\n\t\t} or {\n\t\t\t\/\/ divorce\n\t\t\tp1.state.t = Married and p2.state.t = Married\n\t\t\tp1.state.t' = NotMarried and p2.state.t' = NotMarried\n\t\t}\n\t}\n}\n\nfact Traces {\n\tinit[first]\n\tall t: Time - last {\n\t\tstep[t, t.next]\n\t}\n}\n\nrun {} for exactly 3 Person, 5 Time\n","old_contents":"open util\/ordering[Time]\n\nsig Time {}\n\nsig Person {\n\tstate: State -> Time,\n}\n\nenum State {Married, NotMarried}\n\npred init (t: Time) {\n all p: Person | p.state.t = NotMarried\n}\n\npred step (t, t': Time) {\n\tsome disj p1, p2 : Person {\n\t\t{\n\t\t\t\/\/ marrige\n\t\t\tp1.state.t = NotMarried and p2.state.t = NotMarried\n\t\t\tp1.state.t' = Married and p2.state.t' = Married\n\t\t} or {\n\t\t\t\/\/ divorce\n\t\t\tp1.state.t = Married and p2.state.t = Married\n\t\t\tp1.state.t' = NotMarried and p2.state.t' = NotMarried\n\t\t}\n\t}\n}\n\nfact Traces {\n\tinit[first]\n\tall t: Time - last {\n\t\tstep[t, t.next]\n\t}\n}\n\nrun {} for exactly 3 Person, 5 Time\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"f6828d1160cf8eef30349f384b47f954102244cd","subject":"minor","message":"minor\n","repos":"johnwickerson\/memalloy,johnwickerson\/memalloy,johnwickerson\/memalloy","old_file":"mappings\/c11_arm7.als","new_file":"mappings\/c11_arm7.als","new_contents":"open ..\/archs\/exec_C[SE] as SW\nopen ..\/archs\/exec_arm7[HE] as HW\n\n\/*\nA C11-to-Arm7 mapping.\n*\/\n\nmodule c11_arm7[SE,HE]\n\npred apply_map[X:SW\/Exec_C, X':HW\/Exec_Arm7, map:SE->HE] {\n\n \/\/ two SW events cannot be compiled to a single HW event\n map in X.EV lone -> X'.EV\n \n \/\/ HW reads\/writes cannot be invented by the compiler\n all e : X'.(R+W) | one e.~map\n\n \/\/ SW reads\/writes cannot be discarded by the compiler\n all e : X.(R+W) | some e.map\n \n \/\/ a non-atomic or relaxed read compiles to a single read\n all e : X.((R - W) - ACQ) {\n one e.map\n e.map in X'.R\n }\n \n \/\/ an acquire read compiles to a read followed by an isb, with\n \/\/ control dependencies inserted between the read and every\n \/\/ event that is sequenced after it\n all e : X.((R - W) & ACQ - SC) | let e1 = e.map {\n one e1 \n e1 in X'.R\n e1 <: (X'.sb) in (X'.cd) & (isb[none,X'])\n }\n \n \/\/ an SC read compiles to a read followed by a dmb\n all e : X.((R - W) & SC) | let e1 = e.map {\n one e1\n e1 in X'.R\n e1 <: (X'.sb) in (dmb[none,X'])\n }\n \n \/\/ a non-atomic or relaxed write compiles to a single write\n all e : X.((W - R) - REL) {\n one e.map\n e.map in X'.W\n }\n\n \/\/ a release write compiles to a dmb followed by a write\n all e : X.((W - R) & REL - SC) | let e1 = e.map {\n one e1\n e1 in X'.W\n (X'.sb) :> e1 in (dmb[none,X'])\n }\n \n \/\/ an SC write compiles to a dmb followed by a write followed by a dmb\n all e : X.((W - R) & SC) | let e1 = e.map {\n one e1\n e1 in X'.W\n e1 <: (X'.sb) in (dmb[none,X'])\n (X'.sb) :> e1 in (dmb[none,X'])\n }\n \n \/\/ a relaxed RMW compiles to a read followed by a write, with \n \/\/ control dependencies inserted between the read and every \n \/\/ event that is sequenced after it\n all e : X.((R & W) - (ACQ + REL)) | some disj e1,e2 : X'.EV {\n e.map = e1+e2\n e1 in X'.R\n e2 in X'.W\n (e1 -> e2) in X'.atom & imm[X'.sb]\n e1 <: (X'.sb) in (X'.cd)\n }\n\n \/\/ an acquire RMW compiles to a read followed by a write, \n \/\/ followed by an isb, with control dependencies inserted \n \/\/ between the read and every event that is sequenced after it\n all e : X.((R & W & ACQ) - (REL + SC)) | some disj e1,e2 : X'.EV {\n e.map = e1+e2\n e1 in X'.R\n e2 in X'.W\n (e1 -> e2) in X'.atom & imm[X'.sb]\n e1 <: (X'.sb) in (X'.cd)\n e2 <: (X'.sb) in (isb[none,X'])\n }\n\n \/\/ a release RMW compiles to a dmb, followed by a read, followed by\n \/\/ a write, with control dependencies inserted between the read and\n \/\/ every event that is sequenced after it\n all e : X.((R & W & REL) - (ACQ + SC)) | some disj e1,e2 : X'.EV {\n e.map = e1+e2\n e1 in X'.R\n e2 in X'.W\n (e1 -> e2) in X'.atom & imm[X'.sb]\n (X'.sb) :> e1 in (dmb[none,X'])\n e1 <: (X'.sb) in (X'.cd)\n }\n\n \/\/ an acquire\/release RMW compiles to a dmb, followed by a read,\n \/\/ followed by a write, followed by an isb, with control dependencies\n \/\/ inserted between the read and every event that is sequenced after\n \/\/ it\n all e : X.((R & W & REL & ACQ) - SC) | some disj e1,e2 : X'.EV {\n e.map = e1+e2\n e1 in X'.R\n e2 in X'.W\n (e1 -> e2) in X'.atom & imm[X'.sb]\n (X'.sb) :> e1 in (dmb[none,X'])\n e1 <: (X'.sb) in (X'.cd)\n e2 <: (X'.sb) in (isb[none,X'])\n }\n\n \/\/ an SC RMW compiles to a dmb, followed by a read, followed by\n \/\/ a write, followed by a dmb, with control dependencies inserted\n \/\/ between the read and every event that is sequenced after it\n all e : X.(R & W & SC) | some disj e1,e2 : X'.EV {\n e.map = e1+e2\n e1 in X'.R\n e2 in X'.W\n (e1 -> e2) in X'.atom & imm[X'.sb]\n (X'.sb) :> e1 in (dmb[none,X'])\n e1 <: (X'.sb) in (X'.cd)\n e2 <: (X'.sb) in (dmb[none,X'])\n }\n\n \/\/ release or acquire fences compile to dmbs\n all e : X.(F & (ACQ + REL) - SC) {\n (X.sb) . (stor[e]) . (X.sb) = map . (dmb[none,X']) . ~map\n }\n \n \/\/ SC fences compile to dmbs\n all e : X.(F & SC) {\n (X.sb) . (stor[e]) . (X.sb) = map . (dmb[none,X']) . ~map\n }\n \n \/\/ sb edges are preserved (but more may be introduced)\n X.sb in map . (X'.sb) . ~map\n \n \/\/ the mapping preserves rf\n X.rf = map . (X'.rf) . ~map\n\n \/\/ the mapping preserves co\n X.co = map . (X'.co) . ~map\n\n \/\/ the mapping preserves address dependencies\n X.ad = map . (X'.ad) . ~map\n\n \/\/ the mapping preserves data dependencies\n X.dd = map . (X'.dd) . ~map\n\n \/\/ the mapping preserves locations\n (X.sloc) = map . (X'.sloc) . ~map\n \n \/\/ ctrl dependencies are preserved (but more may be introduced)\n X.cd in map . (X'.cd) . ~map\n\n \/\/ the mapping preserves threads\n (X'.sthd) = ~map . (X.sthd) . map\n \n}\n","old_contents":"open ..\/archs\/exec_C[SE] as SW\nopen ..\/archs\/exec_arm7[HE] as HW\n\n\/*\nA C11-to-Arm7 mapping.\n*\/\n\nmodule c11_arm7[SE,HE]\n\npred apply_map[X:SW\/Exec_C, X':HW\/Exec_Arm7, map:SE->HE] {\n\n \/\/ two SW events cannot be compiled to a single HW event\n map in X.EV lone -> X'.EV\n \n \/\/ HW reads\/writes cannot be invented by the compiler\n all e : X'.(R+W) | one e.~map\n\n \/\/ SW reads\/writes cannot be discarded by the compiler\n all e : X.(R+W) | some e.map\n \n \/\/ a non-atomic or relaxed read compiles to a single read\n all e : X.((R - W) - ACQ) {\n one e.map\n e.map in X'.R\n }\n \n \/\/ an acquire read compiles to a read followed by an isb, with\n \/\/ control dependencies inserted between the read and every\n \/\/ event that is sequenced after it\n all e : X.((R - W) & ACQ - SC) | let e1 = e.map {\n one e1 \n e1 in X'.R\n e1 <: (X'.sb) in (X'.cd) & (isb[none,X'])\n }\n \n \/\/ an SC read compiles to a read followed by a dmb\n all e : X.((R - W) & SC) | let e1 = e.map {\n one e1\n e1 in X'.R\n e1 <: (X'.sb) in (dmb[none,X'])\n }\n \n \/\/ a non-atomic or relaxed write compiles to a single write\n all e : X.((W - R) - REL) {\n one e.map\n e.map in X'.W\n }\n\n \/\/ a release write compiles to a dmb followed by a write\n all e : X.((W - R) & REL - SC) | let e1 = e.map {\n one e1\n e1 in X'.W\n (X'.sb) :> e1 in (dmb[none,X'])\n }\n \n \/\/ an SC write compiles to a dmb followed by a write followed by a dmb\n all e : X.((W - R) & SC) | let e1 = e.map {\n one e1\n e1 in X'.W\n e1 <: (X'.sb) in (dmb[none,X'])\n (X'.sb) :> e1 in (dmb[none,X'])\n }\n \n \/\/ a relaxed RMW compiles to a read followed by a write, with \n \/\/ control dependencies inserted between the read and every \n \/\/ event that is sequenced after it\n all e : X.((R & W) - (ACQ + REL)) | some disj e1,e2 : X'.EV {\n e.map = e1+e2\n e1 in X'.R\n e2 in X'.W\n (e1 -> e2) in X'.atom & imm[X'.sb]\n e1 <: (X'.sb) in (X'.cd)\n }\n\n \/\/ an acquire RMW compiles to a read followed by a write, \n \/\/ followed by an isb, with control dependencies inserted \n \/\/ between the read and every event that is sequenced after it\n all e : X.((R & W & ACQ) - (REL + SC)) | some disj e1,e2 : X'.EV {\n e.map = e1+e2\n e1 in X'.R\n e2 in X'.W\n (e1 -> e2) in X'.atom & imm[X'.sb]\n e1 <: (X'.sb) in (X'.cd)\n e2 <: (X'.sb) in (isb[none,X'])\n }\n\n \/\/ a release RMW compiles to a dmb, followed by a read, followed by\n \/\/ a write, with control dependencies inserted between the read and\n \/\/ every event that is sequenced after it\n all e : X.((R & W & REL) - (ACQ + SC)) | some disj e1,e2 : X'.EV {\n e.map = e1+e2\n e1 in X'.R\n e2 in X'.W\n (e1 -> e2) in X'.atom & imm[X'.sb]\n (X'.sb) :> e1 in (dmb[none,X'])\n e1 <: (X'.sb) in (X'.cd)\n }\n\n \/\/ an acquire\/release RMW compiles to a dmb, followed by a read,\n \/\/ followed by a write, followed by an isb, with control dependencies\n \/\/ inserted between the read and every event that is sequenced after\n \/\/ it\n all e : X.((R & W & REL & ACQ) - SC) | some disj e1,e2 : X'.EV {\n e.map = e1+e2\n e1 in X'.R\n e2 in X'.W\n (e1 -> e2) in X'.atom & imm[X'.sb]\n (X'.sb) :> e1 in (dmb[none,X'])\n e1 <: (X'.sb) in (X'.cd)\n e2 <: (X'.sb) in (isb[none,X'])\n }\n\n \/\/ an SC RMW compiles to a dmb, followed by a read, followed by\n \/\/ a write, followed by a dmb, with control dependencies inserted\n \/\/ between the read and every event that is sequenced after it\n all e : X.(R & W & SC) | some disj e1,e2 : X'.EV {\n e.map = e1+e2\n e1 in X'.R\n e2 in X'.W\n (e1 -> e2) in X'.atom & imm[X'.sb]\n (X'.sb) :> e1 in (dmb[none,X'])\n e1 <: (X'.sb) in (X'.cd)\n e2 <: (X'.sb) in (dmb[none,X'])\n }\n\n \/\/ release or acquire fences compile to dmbs\n all e : X.(F & (ACQ + REL) - SC) {\n (X.sb) . (stor[e]) . (X.sb) = map . (dmb[none,X']) . ~map\n }\n \n \/\/ SC fences compile to dmbs\n all e : X.(F & SC) {\n (X.sb) . (stor[e]) . (X.sb) = map . (dmb[none,X']) . ~map\n }\n \n \/\/ sb edges are preserved (but more may be introduced)\n X.sb in map . (X'.sb) . ~map\n \n \/\/ the mapping preserves rf\n X.rf = map . (X'.rf) . ~map\n\n \/\/ the mapping preserves co\n X.co = map . (X'.co) . ~map\n\n \/\/ the mapping preserves address dependencies\n X.ad = map . (X'.ad) . ~map\n\n \/\/ the mapping preserves data dependencies\n dd = map . (X'.dd) . ~map\n\n \/\/ the mapping preserves locations\n (X.sloc) = map . (X'.sloc) . ~map\n \n \/\/ ctrl dependencies are preserved (but more may be introduced)\n X.cd in map . (X'.cd) . ~map\n\n \/\/ the mapping preserves threads\n (X'.sthd) = ~map . (X.sthd) . map\n \n}\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"f4912f4c3c2d257b1305e7182f9bba7ecb3084af","subject":"Added more lemmas","message":"Added more lemmas\n","repos":"GaloisInc\/Votail,GaloisInc\/Votail,GaloisInc\/Votail","old_file":"models\/Lemmas.als","new_file":"models\/Lemmas.als","new_contents":"-- (c) 2010-2011, Dermot Cochran, IT University of Copenhagen\n-- http:\/\/www.kindsoftware.com\/about\/people\/dc\n-- http:\/\/www.itu.dk\/people\/dero\n\nmodule Lemmas\n\nopen Voting\n\n-- Voting Lemmas\nassert honestCount {\n\t all c: Candidate | all b: Ballot | b in c.votes + c.transfers implies c in b.assignees\n}\ncheck honestCount for 15 but 6 int\n\nassert atLeastOneLoser {\n\t0 < #Scenario.losers\n}\ncheck atLeastOneLoser for 15 but 6 int\n\nassert atLeastOneWinner {\n\t0 < #Scenario.winners\n}\ncheck atLeastOneWinner for 14 but 6 int\n\nassert plurality {\n\tall c: Candidate | all b: Ballot | b in c.votes and \n\t\tElection.method = Plurality implies c in b.preferences.first\n}\ncheck plurality for 18 but 6 int\n\nassert pluralityNoTransfers {\n all c: Candidate | Election.method = Plurality implies 0 = #c.transfers\n}\ncheck pluralityNoTransfers for 13 but 7 int\n\nassert wellFormedTieBreaker {\n\tsome w,l : Candidate | (w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers) implies \n\t\tw.outcome = TiedWinner and \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome=TiedEarlyLoser)\n}\ncheck wellFormedTieBreaker for 18 but 6 int\n\nassert validSurplus {\n\tall c: Candidate | 0 < #c.surplus implies (c.outcome = Winner or c.outcome = QuotaWinner or \n\t\tc in Scenario.eliminated)\n}\ncheck validSurplus for 16 but 6 int\n\n-- Advanced Lemmas\n\/\/ Equal losers are tied\nassert equalityofTiedWinnersAndLosers {\n\tall disj w,l: Candidate | w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes + #w.transfers = #l.votes + #l.transfers implies\n\t\t\tw.outcome = TiedWinner and \n\t\t\t(l.outcome = TiedLoser or l.outcome = TiedEarlyLoser or l.outcome = TiedSoreLoser)\n}\ncheck equalityofTiedWinnersAndLosers for 13 but 7 int\n\n\/\/ No lost votes during counting\nassert accounting {\n\tall b: Ballot | some c: Candidate | 0 < #b.preferences implies \n b in c.votes and c in b.assignees\n}\ncheck accounting for 16 but 6 int\n\n\/\/ Cannot have tie breaker with both tied sore loser and non-sore loser\nassert tiedWinnerLoserTiedSoreLoser {\n\tno disj c,w,l: Candidate | c.outcome = TiedSoreLoser and\n\t w.outcome = TiedWinner and (l.outcome = Loser or l.outcome = TiedLoser)\n}\ncheck tiedWinnerLoserTiedSoreLoser for 6 int\n\n\/\/ Compromise winner must have at least one vote\nassert validCompromise {\n\tall c: Candidate | c.outcome = CompromiseWinner implies 0 < #c.votes + #c.transfers\n}\ncheck validCompromise for 6 int\n\n\/\/ Quota winner needs transfers\nassert quotaWinnerNeedsTransfers {\n all c: Candidate | c.outcome = QuotaWinner implies 0 < #c.transfers\n}\ncheck quotaWinnerNeedsTransfers for 7 int\n\n\/\/ Sore losers below threshold\nassert soreLoserBelowThreshold {\n all c: Candidate | c.outcome = SoreLoser implies not (Scenario.threshold <= #c.votes + #c.transfers)\n}\ncheck soreLoserBelowThreshold for 10 but 6 int\n\n\/\/ Possible outcomes when under the threshold\nassert underThresholdOutcomes {\n all c: Candidate | (#c.votes + #c.transfers < Scenario.threshold) implies\n (c.outcome = SoreLoser or c.outcome = TiedSoreLoser or c.outcome = TiedWinner or\n c.outcome = CompromiseWinner or (Election.method = Plurality and c.outcome = Winner))\n}\ncheck underThresholdOutcomes for 10 but 6 int\n\n\/\/ Tied Winners have equality of votes and transfers\nassert tiedWinnerEquality {\n all a,b: Candidate | (a.outcome = TiedWinner and b.outcome = TiedWinner) implies\n\t#a.votes + #a.transfers = #b.votes + #b.transfers\n}\ncheck tiedWinnerEquality for 10 but 6 int\n\n\/\/ Non-negative threshold and quota\nassert nonNegativeThresholdAndQuota {\n\t0 <= Scenario.threshold and 0 <= Scenario.quota\n}\ncheck nonNegativeThresholdAndQuota for 6 but 6 int\n\n\/\/ STV threshold below quota\nassert thresholdBelowQuota {\n Election.method = STV and 0 < #Ballot implies Scenario.threshold <= Scenario.quota\n}\ncheck thresholdBelowQuota for 13 but 7 int\n\n\/\/ Plurality sore loser\nassert pluralitySoreLoser {\n\tall c: Candidate | (c.outcome = SoreLoser and Election.method = Plurality) implies\n #c.votes < Scenario.threshold\n}\ncheck pluralitySoreLoser for 13 but 7 int\n\n\/\/ Plurality winner for a single seat constituency\nassert pluralityWinner {\nall disj a, b: Candidate | (Election.method = Plurality and Election.seats = 1 and\n\t\ta.outcome = Winner) implies #b.votes <= #a.votes\n}\ncheck pluralityWinner for 2 but 7 int\n\n\/\/ Length of PR-STV ballot does not exceed number of candidates\nassert lengthOfBallot {\n all b: Ballot | Election.method = STV implies\n #b.preferences <= #Candidate\n}\ncheck lengthOfBallot for 7 int\n\n\/\/ Quota for a full election is less than for a by-election\nassert fullQuota {\n\tScenario.fullQuota <= Scenario.quota\n}\ncheck fullQuota for 7 int\n\n\/\/ Spoilt votes are not allocated to any candidate\nassert spoiltVoteDiscarded {\n no c : Candidate | no b : Ballot | b in c.votes and b in BallotBox.spoiltBallots\n}\ncheck spoiltVoteDiscarded for 7 int\n\n\/\/ All transfers have a source either from a winner with surplus or by early elimination\n\/\/ of a loser\nassert transfersHaveSource {\n all b: Ballot | some disj donor, receiver : Candidate | b in receiver.transfers \n \t\timplies b in donor.votes and \n \t\t(donor in Scenario.winners or donor in Scenario.eliminated)\n}\ncheck transfersHaveSource for 7 int \n\n\/\/ No missing candidates\nassert noMissingCandidates {\n #Candidate = #Scenario.winners + #Scenario.losers\n }\ncheck noMissingCandidates for 7 int\n\n-- Sample scenarios\npred TwoCandidatePlurality { \n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Candidate = 2\n}\nrun TwoCandidatePlurality for 10 but 2 Ballot, 6 int\n\npred PluralityTiedWinner {\n\tElection.method = Plurality\n\tElection.seats = 1\n\tsome disj a,b: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser\n}\nrun PluralityTiedWinner for 10 but 6 int\n\npred ThreeCandidatePlurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Candidate = 3\n}\nrun ThreeCandidatePlurality for 6 int\n\npred Plurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t3 < #Candidate\n}\nrun Plurality for 5 but 6 int\n\npred TenCandidatePluralityWithTwoSeats {\n\tElection.method = Plurality\n\tElection.seats = 2\n\t#Candidate = 10\n}\nrun TenCandidatePluralityWithTwoSeats for 10 but 6 int\n\npred InstantRunoffVoting {\n\tElection.method = STV\n\tElection.seats = 1\n\t3 < #Candidate\n}\nrun InstantRunoffVoting for 10 but 6 int\n\npred STV3 {\n\tElection.method = STV\n\tElection.seats = 3\n}\nrun STV3 for 5 but 6 int\n\npred ThreeWinnersOneLoser {\n Election.method = STV\n\tsome disj a,b,d: Candidate | a.outcome = Winner\n \t and b.outcome = QuotaWinner or b.outcome = CompromiseWinner\n\t and d in Scenario.losers\n}\nrun ThreeWinnersOneLoser for 6 but 6 int\n\npred LoserAndEarlyLoser {\n\tone d: Candidate | d.outcome = Loser\n\tone e: Candidate | e.outcome = EarlyLoser\n}\nrun LoserAndEarlyLoser for 5 but 6 int\n\npred OneWinnerNineLosers {\n\t#Scenario.winners = 1\n\t#Scenario.losers = 9\n}\nrun OneWinnerNineLosers for 16 but 6 int\n\npred ThreeWayTie {\n\t#Candidate = 3\n Election.method = Plurality\n\tsome disj a,b,c: Candidate | a.outcome = TiedWinner and \n\t\tb.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser\n}\nrun ThreeWayTie for 10 but 6 int\n\npred FiveWayTie {\n\tsome disj a,b,c,d,e: Candidate | a.outcome = TiedWinner and\n\t b.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser and d.outcome = TiedLoser and e.outcome = TiedWinner\n}\nrun FiveWayTie for 7 but 6 int\n\npred ScenarioLWW {\n\tsome disj a,b,c: Candidate | a.outcome = Loser and b.outcome = Winner and \n\t\tc.outcome = Winner\n #Candidate = 3\n\tElection.method = STV\n 0 < #Ballot\n}\nrun ScenarioLWW for 7 but 7 int\n\npred LongBallot {\n\tsome b: Ballot | #b.preferences = 7\n}\nrun LongBallot for 7 but 6 int\n\npred MultipleBallotsUnderSTV {\n\tElection.method = STV\n\tsome disj a,b,c,d: Ballot | 1 < #a.preferences and 1 < #b.preferences \n\tand 0 < #c.preferences and 0 < #d.preferences and \n a.preferences.first = b.preferences.last\n}\nrun MultipleBallotsUnderSTV for 10 but 6 int\n\npred WinnerLoserEarlyLoser {\n\tsome a,b,c,d : Candidate | a.outcome = Winner and b.outcome = Loser and \n\t\tc.outcome = EarlyLoser and d.outcome = SoreLoser\n\tElection.method = STV\n}\nrun WinnerLoserEarlyLoser for 7 but 6 int\n\npred TiedScenario { \n some disj a,b: Candidate | a.outcome = TiedLoser and b.outcome = TiedWinner\n Election.method = STV\n #Candidate = 2\n #Election.seats = 1\n}\nrun TiedScenario for 7 but 6 int\n\npred NoTiesAndNoSoresScenarios {\n Election.method = STV\n #Candidate > 3\n #Ballot > 6\n no c: Candidate | c.outcome = TiedLoser or c.outcome = TiedWinner or\n c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser or c.outcome = SoreLoser\n}\nrun NoTiesAndNoSoresScenarios for 10 but 6 int\n\n-- Scenario tests\npred SLW {\n some disj c0,c1,d: Candidate | c0.outcome = Loser and c1.outcome = Winner and \n d.outcome = SoreLoser and\n Election.method = Plurality and #Candidate = 3\n Scenario.threshold = 1\n}\nrun SLW for 6 but 6 int\n\npred SSSLW {\n some disj c0,c1,d,e,f: Candidate | c0.outcome = Loser and c1.outcome = Winner and \n d.outcome = SoreLoser and\n e.outcome = SoreLoser and\n f.outcome = SoreLoser and\n Election.method = Plurality and #Candidate = 5\n}\nrun SSSLW for 6 but 6 int\n\npred SSSSLW {\n some disj c0,c1,d,e,f,g: Candidate | c0.outcome = Loser and c1.outcome = Winner and \n d.outcome = SoreLoser and\n e.outcome = SoreLoser and\n f.outcome = SoreLoser and\n g.outcome = SoreLoser and\n Election.method = Plurality and #Candidate = 6\n}\nrun SSSSLW for 6 but 6 int\n\npred LW {\n some disj c0,c1: Candidate | c0.outcome = Loser and c1.outcome = Winner and \n Election.method = Plurality and 0 < #Ballot and #Candidate = 2\n}\nrun LW for 5 but 6 int\n\npred LLWstv {\n some disj c0,c1,c2: Candidate | c0.outcome = Loser and c1.outcome = Winner and\n c2.outcome = Loser and \n Election.method = STV and #Candidate = 3\n}\nrun LLWstv for 6 but 6 int\n\npred SW {\n some disj c0,c1: Candidate | c0.outcome = SoreLoser and c1.outcome = Winner and \n Election.method = Plurality and 1 < #Ballot and #Candidate = 2\n}\nrun SW for 2 but 7 int\n\npred StWt {\n some disj c0,c1: Candidate | c0.outcome = TiedSoreLoser and \n c1.outcome = TiedWinner and \n Election.method = Plurality\n}\nrun StWt for 2 but 7 int\n\npred LQ {\n\tsome disj a,b: Candidate | a.outcome = Loser and b.outcome = QuotaWinner\n #Candidate = 2\n 0 < #Ballot\n}\nrun LQ for 10 but 6 int\n\npred LQQ {\n\tsome disj a,b,c: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and\n c.outcome = QuotaWinner\n #Candidate = 3\n 0 < #Ballot\n}\nrun LQQ for 10 but 6 int\n\npred LQW {\n\tsome disj a,b,c: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and \n\t\tc.outcome = Winner\n #Candidate = 3\n 0 < #Ballot\n}\nrun LQW for 10 but 6 int\n\npred LQQW {\n\tsome disj a,b,c,d: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and \n\t\tc.outcome = Winner and d.outcome = QuotaWinner\n #Candidate = 4\n 0 < #Ballot\n}\nrun LQQW for 10 but 6 int\n\npred SLQQW {\n\tsome disj a,b,c,d,e: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and \n\t\tc.outcome = Winner and d.outcome = QuotaWinner and e.outcome = SoreLoser\n #Candidate = 5\n 0 < #Ballot\n}\n\npred SLTT {\n some disj c1,c3,c8,c9: Candidate | \n c1.outcome = SoreLoser and c3.outcome = Loser and \n c8.outcome = TiedLoser and c9.outcome = TiedWinner and \n Election.method = Plurality and #Candidate = 4\n}\nrun SLTT for 13 but 7 int\n\npred SLLTT {\n some disj c2,c3,c4,c8,c9: Candidate | \n c2.outcome = SoreLoser and c3.outcome = Loser and \n c4.outcome = Loser and c8.outcome = TiedLoser and c9.outcome = TiedWinner and \n Election.method = Plurality and #Candidate = 5\n}\nrun SLLTT for 13 but 7 int\n\npred SSLTT {\n some disj c1,c2,c4,c8,c9: Candidate | \n c1.outcome = SoreLoser and c2.outcome = SoreLoser and \n c4.outcome = Loser and c8.outcome = TiedLoser and c9.outcome = TiedWinner and \n Election.method = Plurality and #Candidate = 5\n}\nrun SSLTT for 13 but 7 int\n\npred SSLLTT {\n some disj c1,c2,c3,c4,c8,c9: Candidate | \n c1.outcome = SoreLoser and c2.outcome = SoreLoser and c3.outcome = Loser and \n c4.outcome = Loser and c8.outcome = TiedLoser and c9.outcome = TiedWinner and \n Election.method = Plurality and #Candidate = 6\n}\nrun SSLLTT for 13 but 7 int\n\npred SSLLLTTw {\n some disj c0,c1,c3,c4,c5,c7,c8: Candidate | c0.outcome = SoreLoser and \n c1.outcome = SoreLoser and c3.outcome = Loser and \n c4.outcome = Loser and c5.outcome = Loser and \n c7.outcome = TiedLoser and c8.outcome = TiedWinner and \n Election.method = Plurality and #Candidate = 7\n}\nrun SSLLLTTw for 13 but 7 int\n\npred SSSLLLTTw {\n some disj c0,s2,c1,c3,c4,c5,c7,c8: Candidate | c0.outcome = SoreLoser and \n c1.outcome = SoreLoser and s2.outcome = SoreLoser and c3.outcome = Loser and \n c4.outcome = Loser and c5.outcome = Loser and \n c7.outcome = TiedLoser and c8.outcome = TiedWinner and \n Election.method = Plurality and #Candidate = 8\n}\nrun SSSLLLTTw for 13 but 7 int\n\npred LLLLTTw {\n some disj c3,c4,c5,c6,c7,c9: Candidate | \n c3.outcome = Loser and \n c4.outcome = Loser and \n c5.outcome = Loser and \n c6.outcome = Loser and \n c7.outcome = TiedLoser and \n c9.outcome = TiedWinner and \n Election.method = Plurality and \n #Candidate = 6\n}\nrun LLLLTTw for 16 but 7 int\n\npred LLLLLLW {\n some disj c3,c4,c5,c6,c7,c8,c9: Candidate | \n c3.outcome = Loser and \n c4.outcome = Loser and \n c5.outcome = Loser and \n c6.outcome = Loser and \n c7.outcome = Loser and \n c8.outcome = Loser and \n c9.outcome = Winner and \n Election.method = Plurality and \n #Candidate = 7\n}\nrun LLLLLLW for 16 but 7 int\n\npred LLLtLtWt {\n some disj c5,c6,c7,c8,c9: Candidate | \n c5.outcome = TiedLoser and \n c6.outcome = TiedLoser and \n c7.outcome = Loser and \n c8.outcome = Loser and \n c9.outcome = TiedWinner and \n Election.method = Plurality and \n #Candidate = 5\n}\nrun LLLtLtWt for 16 but 7 int\n\npred largeSurplus {\n some c: Candidate | 0 < #c.surplus\n}\nrun largeSurplus for 7 int\n\npred LWW6 {\nsome disj c0,c1,c2: Candidate | c0.outcome = Loser and c1.outcome = Winner \n and c2.outcome = Winner and Election.method = STV and #Candidate = 3\n}\nrun LWW6 for 16 but 7 int\n\n\n","old_contents":"-- (c) 2010-2011, Dermot Cochran, IT University of Copenhagen\n-- http:\/\/www.kindsoftware.com\/about\/people\/dc\n-- http:\/\/www.itu.dk\/people\/dero\n\nmodule Lemmas\n\nopen Voting\n\n-- Voting Lemmas\nassert honestCount {\n\t all c: Candidate | all b: Ballot | b in c.votes + c.transfers implies c in b.assignees\n}\ncheck honestCount for 15 but 6 int\n\nassert atLeastOneLoser {\n\t0 < #Scenario.losers\n}\ncheck atLeastOneLoser for 15 but 6 int\n\nassert atLeastOneWinner {\n\t0 < #Scenario.winners\n}\ncheck atLeastOneWinner for 14 but 6 int\n\nassert plurality {\n\tall c: Candidate | all b: Ballot | b in c.votes and \n\t\tElection.method = Plurality implies c in b.preferences.first\n}\ncheck plurality for 18 but 6 int\n\nassert pluralityNoTransfers {\n all c: Candidate | Election.method = Plurality implies 0 = #c.transfers\n}\ncheck pluralityNoTransfers for 13 but 7 int\n\nassert wellFormedTieBreaker {\n\tsome w,l : Candidate | (w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers) implies \n\t\tw.outcome = TiedWinner and \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome=TiedEarlyLoser)\n}\ncheck wellFormedTieBreaker for 18 but 6 int\n\nassert validSurplus {\n\tall c: Candidate | 0 < #c.surplus implies (c.outcome = Winner or c.outcome = QuotaWinner or \n\t\tc in Scenario.eliminated)\n}\ncheck validSurplus for 16 but 6 int\n\n-- Advanced Lemmas\n\/\/ Equal losers are tied\nassert equalityofTiedWinnersAndLosers {\n\tall disj w,l: Candidate | w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes + #w.transfers = #l.votes + #l.transfers implies\n\t\t\tw.outcome = TiedWinner and \n\t\t\t(l.outcome = TiedLoser or l.outcome = TiedEarlyLoser or l.outcome = TiedSoreLoser)\n}\ncheck equalityofTiedWinnersAndLosers for 13 but 7 int\n\n\/\/ No lost votes during counting\nassert accounting {\n\tall b: Ballot | some c: Candidate | 0 < #b.preferences implies \n b in c.votes and c in b.assignees\n}\ncheck accounting for 16 but 6 int\n\n\/\/ Cannot have tie breaker with both tied sore loser and non-sore loser\nassert tiedWinnerLoserTiedSoreLoser {\n\tno disj c,w,l: Candidate | c.outcome = TiedSoreLoser and\n\t w.outcome = TiedWinner and (l.outcome = Loser or l.outcome = TiedLoser)\n}\ncheck tiedWinnerLoserTiedSoreLoser for 6 int\n\n\/\/ Compromise winner must have at least one vote\nassert validCompromise {\n\tall c: Candidate | c.outcome = CompromiseWinner implies 0 < #c.votes + #c.transfers\n}\ncheck validCompromise for 6 int\n\n\/\/ Quota winner needs transfers\nassert quotaWinnerNeedsTransfers {\n all c: Candidate | c.outcome = QuotaWinner implies 0 < #c.transfers\n}\ncheck quotaWinnerNeedsTransfers for 7 int\n\n\/\/ Sore losers below threshold\nassert soreLoserBelowThreshold {\n all c: Candidate | c.outcome = SoreLoser implies not (Scenario.threshold <= #c.votes + #c.transfers)\n}\ncheck soreLoserBelowThreshold for 10 but 6 int\n\n\/\/ Possible outcomes when under the threshold\nassert underThresholdOutcomes {\n all c: Candidate | (#c.votes + #c.transfers < Scenario.threshold) implies\n (c.outcome = SoreLoser or c.outcome = TiedSoreLoser or c.outcome = TiedWinner or\n c.outcome = CompromiseWinner or (Election.method = Plurality and c.outcome = Winner))\n}\ncheck underThresholdOutcomes for 10 but 6 int\n\n\/\/ Tied Winners have equality of votes and transfers\nassert tiedWinnerEquality {\n all a,b: Candidate | (a.outcome = TiedWinner and b.outcome = TiedWinner) implies\n\t#a.votes + #a.transfers = #b.votes + #b.transfers\n}\ncheck tiedWinnerEquality for 10 but 6 int\n\n\/\/ Non-negative threshold and quota\nassert nonNegativeThresholdAndQuota {\n\t0 <= Scenario.threshold and 0 <= Scenario.quota\n}\ncheck nonNegativeThresholdAndQuota for 6 but 6 int\n\n\/\/ STV threshold below quota\nassert thresholdBelowQuota {\n Election.method = STV and 0 < #Ballot implies Scenario.threshold <= Scenario.quota\n}\ncheck thresholdBelowQuota for 13 but 7 int\n\n\/\/ Plurality sore loser\nassert pluralitySoreLoser {\n\tall c: Candidate | (c.outcome = SoreLoser and Election.method = Plurality) implies\n #c.votes < Scenario.threshold\n}\ncheck pluralitySoreLoser for 13 but 7 int\n\n\/\/ Plurality winner for a single seat constituency\nassert pluralityWinner {\nall disj a, b: Candidate | (Election.method = Plurality and Election.seats = 1 and\n\t\ta.outcome = Winner) implies #b.votes <= #a.votes\n}\ncheck pluralityWinner for 2 but 7 int\n\n\/\/ Length of PR-STV ballot does not exceed number of candidates\nassert lengthOfBallot {\n all b: Ballot | Election.method = STV implies\n #b.preferences <= #Candidate\n}\ncheck lengthOfBallot for 7 int\n\n\/\/ Quota for a full election is less than for a by-election\nassert fullQuota {\n\tScenario.fullQuota <= Scenario.quota\n}\ncheck fullQuota for 7 int\n\n\/\/ Spoilt votes are not allocated to any candidate\nassert spoiltVoteDiscarded {\n no c : Candidate | no b : Ballot | b in c.votes and b in BallotBox.spoiltBallots\n}\ncheck spoiltVoteDiscarded for 7 int\n\n\/\/ All transfers have a source either from a winner with surplus or by early elimination\n\/\/ of a loser\nassert transfersHaveSource {\n all b: Ballot | some disj donor, receiver : Candidate | b in receiver.transfers \n \t\timplies b in donor.votes and \n \t\t(donor in Scenario.winners or donor in Scenario.eliminated)\n}\ncheck transfersHaveSource for 7 int \n\n\/\/ No missing candidates\nassert noMissingCandidates {\n #Candidate = #Scenario.winners + #Scenario.losers\n }\ncheck noMissingCandidates for 7 int\n\n-- Sample scenarios\npred TwoCandidatePlurality { \n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Candidate = 2\n}\nrun TwoCandidatePlurality for 10 but 2 Ballot, 6 int\n\npred PluralityTiedWinner {\n\tElection.method = Plurality\n\tElection.seats = 1\n\tsome disj a,b: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser\n}\nrun PluralityTiedWinner for 10 but 6 int\n\npred ThreeCandidatePlurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Candidate = 3\n}\nrun ThreeCandidatePlurality for 6 int\n\npred Plurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t3 < #Candidate\n}\nrun Plurality for 5 but 6 int\n\npred TenCandidatePluralityWithTwoSeats {\n\tElection.method = Plurality\n\tElection.seats = 2\n\t#Candidate = 10\n}\nrun TenCandidatePluralityWithTwoSeats for 10 but 6 int\n\npred InstantRunoffVoting {\n\tElection.method = STV\n\tElection.seats = 1\n\t3 < #Candidate\n}\nrun InstantRunoffVoting for 10 but 6 int\n\npred STV3 {\n\tElection.method = STV\n\tElection.seats = 3\n}\nrun STV3 for 5 but 6 int\n\npred ThreeWinnersOneLoser {\n Election.method = STV\n\tsome disj a,b,d: Candidate | a.outcome = Winner\n \t and b.outcome = QuotaWinner or b.outcome = CompromiseWinner\n\t and d in Scenario.losers\n}\nrun ThreeWinnersOneLoser for 6 but 6 int\n\npred LoserAndEarlyLoser {\n\tone d: Candidate | d.outcome = Loser\n\tone e: Candidate | e.outcome = EarlyLoser\n}\nrun LoserAndEarlyLoser for 5 but 6 int\n\npred OneWinnerNineLosers {\n\t#Scenario.winners = 1\n\t#Scenario.losers = 9\n}\nrun OneWinnerNineLosers for 16 but 6 int\n\npred ThreeWayTie {\n\t#Candidate = 3\n Election.method = Plurality\n\tsome disj a,b,c: Candidate | a.outcome = TiedWinner and \n\t\tb.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser\n}\nrun ThreeWayTie for 10 but 6 int\n\npred FiveWayTie {\n\tsome disj a,b,c,d,e: Candidate | a.outcome = TiedWinner and\n\t b.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser and d.outcome = TiedLoser and e.outcome = TiedWinner\n}\nrun FiveWayTie for 7 but 6 int\n\npred ScenarioLWW {\n\tsome disj a,b,c: Candidate | a.outcome = Loser and b.outcome = Winner and \n\t\tc.outcome = Winner\n #Candidate = 3\n\tElection.method = STV\n 0 < #Ballot\n}\nrun ScenarioLWW for 7 but 7 int\n\npred LongBallot {\n\tsome b: Ballot | #b.preferences = 7\n}\nrun LongBallot for 7 but 6 int\n\npred MultipleBallotsUnderSTV {\n\tElection.method = STV\n\tsome disj a,b,c,d: Ballot | 1 < #a.preferences and 1 < #b.preferences \n\tand 0 < #c.preferences and 0 < #d.preferences and \n a.preferences.first = b.preferences.last\n}\nrun MultipleBallotsUnderSTV for 10 but 6 int\n\npred WinnerLoserEarlyLoser {\n\tsome a,b,c,d : Candidate | a.outcome = Winner and b.outcome = Loser and \n\t\tc.outcome = EarlyLoser and d.outcome = SoreLoser\n\tElection.method = STV\n}\nrun WinnerLoserEarlyLoser for 7 but 6 int\n\npred TiedScenario { \n some disj a,b: Candidate | a.outcome = TiedLoser and b.outcome = TiedWinner\n Election.method = STV\n #Candidate = 2\n #Election.seats = 1\n}\nrun TiedScenario for 7 but 6 int\n\npred NoTiesAndNoSoresScenarios {\n Election.method = STV\n #Candidate > 3\n #Ballot > 6\n no c: Candidate | c.outcome = TiedLoser or c.outcome = TiedWinner or\n c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser or c.outcome = SoreLoser\n}\nrun NoTiesAndNoSoresScenarios for 10 but 6 int\n\n-- Scenario tests\npred SLW {\n some disj c0,c1,d: Candidate | c0.outcome = Loser and c1.outcome = Winner and \n d.outcome = SoreLoser and\n Election.method = Plurality and #Candidate = 3\n Scenario.threshold = 1\n}\nrun SLW for 6 but 6 int\n\npred SSSLW {\n some disj c0,c1,d,e,f: Candidate | c0.outcome = Loser and c1.outcome = Winner and \n d.outcome = SoreLoser and\n e.outcome = SoreLoser and\n f.outcome = SoreLoser and\n Election.method = Plurality and #Candidate = 5\n}\nrun SSSLW for 6 but 6 int\n\npred SSSSLW {\n some disj c0,c1,d,e,f,g: Candidate | c0.outcome = Loser and c1.outcome = Winner and \n d.outcome = SoreLoser and\n e.outcome = SoreLoser and\n f.outcome = SoreLoser and\n g.outcome = SoreLoser and\n Election.method = Plurality and #Candidate = 6\n}\nrun SSSSLW for 6 but 6 int\n\npred LW {\n some disj c0,c1: Candidate | c0.outcome = Loser and c1.outcome = Winner and \n Election.method = Plurality and 0 < #Ballot and #Candidate = 2\n}\nrun LW for 5 but 6 int\n\npred LLWstv {\n some disj c0,c1,c2: Candidate | c0.outcome = Loser and c1.outcome = Winner and\n c2.outcome = Loser and \n Election.method = STV and #Candidate = 3\n}\nrun LLWstv for 6 but 6 int\n\npred SW {\n some disj c0,c1: Candidate | c0.outcome = SoreLoser and c1.outcome = Winner and \n Election.method = Plurality and 1 < #Ballot and #Candidate = 2\n}\nrun SW for 2 but 7 int\n\npred StWt {\n some disj c0,c1: Candidate | c0.outcome = TiedSoreLoser and \n c1.outcome = TiedWinner and \n Election.method = Plurality\n}\nrun StWt for 2 but 7 int\n\npred LQ {\n\tsome disj a,b: Candidate | a.outcome = Loser and b.outcome = QuotaWinner\n #Candidate = 2\n 0 < #Ballot\n}\nrun LQ for 10 but 6 int\n\npred LQQ {\n\tsome disj a,b,c: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and\n c.outcome = QuotaWinner\n #Candidate = 3\n 0 < #Ballot\n}\nrun LQQ for 10 but 6 int\n\npred LQW {\n\tsome disj a,b,c: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and \n\t\tc.outcome = Winner\n #Candidate = 3\n 0 < #Ballot\n}\nrun LQW for 10 but 6 int\n\npred LQQW {\n\tsome disj a,b,c,d: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and \n\t\tc.outcome = Winner and d.outcome = QuotaWinner\n #Candidate = 4\n 0 < #Ballot\n}\nrun LQQW for 10 but 6 int\n\npred SLQQW {\n\tsome disj a,b,c,d,e: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and \n\t\tc.outcome = Winner and d.outcome = QuotaWinner and e.outcome = SoreLoser\n #Candidate = 5\n 0 < #Ballot\n}\n\npred SLTT {\n some disj c1,c3,c8,c9: Candidate | \n c1.outcome = SoreLoser and c3.outcome = Loser and \n c8.outcome = TiedLoser and c9.outcome = TiedWinner and \n Election.method = Plurality and #Candidate = 4\n}\nrun SLTT for 13 but 7 int\n\npred SLLTT {\n some disj c2,c3,c4,c8,c9: Candidate | \n c2.outcome = SoreLoser and c3.outcome = Loser and \n c4.outcome = Loser and c8.outcome = TiedLoser and c9.outcome = TiedWinner and \n Election.method = Plurality and #Candidate = 5\n}\nrun SLLTT for 13 but 7 int\n\npred SSLTT {\n some disj c1,c2,c4,c8,c9: Candidate | \n c1.outcome = SoreLoser and c2.outcome = SoreLoser and \n c4.outcome = Loser and c8.outcome = TiedLoser and c9.outcome = TiedWinner and \n Election.method = Plurality and #Candidate = 5\n}\nrun SSLTT for 13 but 7 int\n\npred SSLLTT {\n some disj c1,c2,c3,c4,c8,c9: Candidate | \n c1.outcome = SoreLoser and c2.outcome = SoreLoser and c3.outcome = Loser and \n c4.outcome = Loser and c8.outcome = TiedLoser and c9.outcome = TiedWinner and \n Election.method = Plurality and #Candidate = 6\n}\nrun SSLLTT for 13 but 7 int\n\npred SSLLLTTw {\n some disj c0,c1,c3,c4,c5,c7,c8: Candidate | c0.outcome = SoreLoser and \n c1.outcome = SoreLoser and c3.outcome = Loser and \n c4.outcome = Loser and c5.outcome = Loser and \n c7.outcome = TiedLoser and c8.outcome = TiedWinner and \n Election.method = Plurality and #Candidate = 7\n}\nrun SSLLLTTw for 13 but 7 int\n\npred SSSLLLTTw {\n some disj c0,s2,c1,c3,c4,c5,c7,c8: Candidate | c0.outcome = SoreLoser and \n c1.outcome = SoreLoser and s2.outcome = SoreLoser and c3.outcome = Loser and \n c4.outcome = Loser and c5.outcome = Loser and \n c7.outcome = TiedLoser and c8.outcome = TiedWinner and \n Election.method = Plurality and #Candidate = 8\n}\nrun SSSLLLTTw for 13 but 7 int\n\npred LLLLTTw {\n some disj c3,c4,c5,c6,c7,c9: Candidate | \n c3.outcome = Loser and \n c4.outcome = Loser and \n c5.outcome = Loser and \n c6.outcome = Loser and \n c7.outcome = TiedLoser and \n c9.outcome = TiedWinner and \n Election.method = Plurality and \n #Candidate = 6\n}\nrun LLLLTTw for 16 but 7 int\n\npred LLLLLLW {\n some disj c3,c4,c5,c6,c7,c8,c9: Candidate | \n c3.outcome = Loser and \n c4.outcome = Loser and \n c5.outcome = Loser and \n c6.outcome = Loser and \n c7.outcome = Loser and \n c8.outcome = Loser and \n c9.outcome = Winner and \n Election.method = Plurality and \n #Candidate = 7\n}\nrun LLLLLLW for 16 but 7 int\n\npred LLLtLtWt {\n some disj c5,c6,c7,c8,c9: Candidate | \n c5.outcome = TiedLoser and \n c6.outcome = TiedLoser and \n c7.outcome = Loser and \n c8.outcome = Loser and \n c9.outcome = TiedWinner and \n Election.method = Plurality and \n #Candidate = 5\n}\nrun LLLtLtWt for 16 but 7 int\n\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"befb60a4801c23e883b9cc02264212fb5509741c","subject":"Incomplete - task : Extend unit tests for complete coverage - clarify that non-sore Losers are always above the threshold","message":"Incomplete - task : Extend unit tests for complete coverage - clarify that non-sore Losers are always above the threshold\n","repos":"GaloisInc\/Votail,GaloisInc\/Votail,GaloisInc\/Votail","old_file":"models\/Voting.als","new_file":"models\/Voting.als","new_contents":"-- (c) 2010-2011, Dermot Cochran, IT University of Copenhagen\n-- http:\/\/www.kindsoftware.com\/about\/people\/dc\n-- http:\/\/www.itu.dk\/people\/dero\n\nmodule Voting\n\nopen util\/integer\n\n-- An individual person standing for election\nsig Candidate {\n votes: \t\t\t set Ballot, \t-- First preference ballots assigned to this candidate\n\ttransfers: \t set Ballot, -- Ballots received by transfer from another candidate\n\tsurplus: \t\t set Ballot, \t-- Ballots given to another candidate (on election or elimination)\n\toutcome: \t\t Event\t\n} {\n\tno b: Ballot | b in votes & transfers\n\tall b: Ballot | b in votes + transfers implies this in b.assignees\n\tsurplus in votes + transfers\n\tElection.method = Plurality implies #surplus = 0 and #transfers = 0\n}\n\n-- A digital or paper artifact which accurately records the intentions of the voter\nsig Ballot {\n assignees: \t\tset Candidate, -- Candidates to which this ballot has been assigned\n preferences: \tseq Candidate -- Ranking of candidates\n} {\n\tassignees in preferences.elems\n not preferences.hasDups\n\tpreferences.elems in Election.candidates\n\tpreferences.first in assignees\n\tElection.method = Plurality implies #preferences = 1\n 0 < #preferences\n}\n\n-- An election result\none sig Scenario {\n \tlosers: \t\t\t\tset Candidate,\n \twinners: \t\t\tset Candidate,\n\teliminated: \t\tset Candidate, \t\t-- Candidates excluded under STV rules\n\tthreshold: \t\tInt, \t\t\t\t\t\t-- Minimum number of votes for a Loser or EarlyLoser\n\tquota: \t\t\t\tInt\t\t\t\t\t\t-- Minimum number of votes for a STV Winner or QuotaWinner\n}\n{\n \twinners + losers = Election.candidates\n \t#winners = Election.seats\n \tno c: Candidate | c in losers & winners\n \t0 < #losers\n \tall w: Candidate | all l: Candidate | l in losers and w in winners implies \n\t\t((#l.votes + #l.transfers <= #w.votes + #w.transfers) and (#l.votes <= #w.votes))\n\t0 <= threshold\n\tthreshold <= quota\n Election.method = STV implies (threshold = 1 + quota.div[4])\n\tElection.method = Plurality implies #eliminated = 0\n\teliminated in losers\n\tall c: Candidate | c in losers implies Election.method = Plurality \n or #c.votes + #c.transfers < quota\n}\n\n\/* \n\tThere are four winner-outcomes and six loser-outcomes:\n\n\tWinner: \t\t\t\t\t\t(W1) elected in the first round of counting either by quota or plurality,\n\tQuotaWinner: \t\t\t\t(W2) elected with transfers from another candidate (STV only),\n\tCompromiseWinner: \t(W3) elected on the last round of counting without quota (STV only),\n\tTiedWinner:\t\t\t\t\t(W4) elected by tie breaker,\n\tTiedLoser:\t\t\t\t\t(L1) loses only by tie breaker but reaches the threshold,\n\tLoser:\t\t\t \t\t\t\t(L2) defeated on last round but reaches the minimum threshold of votes,\n TiedEarlyLoser:\t\t\t(L3) reaches threshold but eliminated by tie breaker (STV only),\n\tEarlyLoser:\t\t\t\t\t(L4) reaches threshold but is eliminated before last round (STV only),\n\tTiedSoreLoser:\t\t\t\t(L5) loses only by tie breaker but does not reach threshold,\n\tSoreLoser: \t\t\t\t\t(L6) does not even reach the mimimum threshold of votes\n*\/\nenum Event {Winner, QuotaWinner, CompromiseWinner, TiedWinner, \n\tTiedLoser, Loser, TiedEarlyLoser, EarlyLoser, TiedSoreLoser, SoreLoser}\n\nenum Method {Plurality, STV}\n\n-- An Election Constituency\none sig Election {\n candidates: \tset Candidate,\n seats: \t\t\t\tInt,\n method: \t\t\tMethod,\n ballots:\t\t\tInt -- number of ballots cast\n}\n{\n \t0 < seats\n \tseats < #candidates\n \tall c: Candidate | c in candidates\n ballots = #Ballot\n Scenario.quota = 1 + ballots.div[seats+1]\n}\n\n-- Independent (or Fundamental) Axioms\nfact threshold {\n Election.method = Plurality implies Scenario.threshold = Election.ballots.div[20]\n}\n\nfact surplus {\n all c: Candidate | (c.outcome = Winner and Election.method = STV) implies\n Scenario.quota + #c.surplus = #c.votes \n}\n\nfact winnersWithoutTransfers {\n all c: Candidate | (c.outcome = Winner and Election.method = STV) implies #c.transfers = 0 \n}\n\nfact surplusFromTransfers {\n all c: Candidate | c.outcome = QuotaWinner implies ((surplus in transfers) and \n ((Scenario.quota + #c.surplus) = (#c.votes + #c.transfers)))\n}\n\nfact integrity {\n all c: Candidate | all b: Ballot | b in c.votes implies c in b.assignees\n}\n\nfact pluralityEvents {\n\tall c: Candidate | Election.method = Plurality implies\n\t\t(c.outcome = Loser or c.outcome = SoreLoser or c.outcome = Winner or \n\t\tc.outcome = TiedWinner or c.outcome = TiedLoser)\n}\n\nfact winnerSTV {\n\tall c: Candidate | (Election.method = STV and c.outcome = Winner) implies \n Scenario.quota <= #c.votes\n}\n\nfact transferWinnerWithQuota {\n\tall c: Candidate | (Election.method = STV and c.outcome = QuotaWinner) implies\n\t Scenario.quota <= #c.votes + #c.transfers\n}\n\nfact transferWinnerNotFirst {\n\tall c: Candidate | (Election.method = STV and c.outcome = QuotaWinner) implies\n\t\tnot Scenario.quota <= #c.votes\n}\n\nfact closeWinner {\n\tall c: Candidate | (c.outcome = CompromiseWinner or c.outcome = TiedWinner) implies\n\t\tnot (Scenario.quota <= #c.votes + #c.transfers) or Election.method = Plurality\n}\n\nfact soreLoser {\n\tall c: Candidate | (c.outcome = SoreLoser or c.outcome = TiedSoreLoser) implies \n\t\t(#c.votes + #c.transfers < Scenario.threshold)\n}\n\nfact loser {\n\tall c: Candidate | (c.outcome = Loser or c.outcome = TiedLoser or c.outcome = TiedSoreLoser) \n implies c in Scenario.losers - Scenario.eliminated\n}\n\nfact earlyLoser {\n\tall c: Candidate | (c.outcome = EarlyLoser or c.outcome = TiedEarlyLoser) iff \n\t\t(c in Scenario.losers & Scenario.eliminated and not #c.votes + #c.transfers < Scenario.threshold)\n}\n\nfact winners {\n\tall c: Candidate | c in Scenario.winners iff \n\t\t(c.outcome = Winner or c.outcome = QuotaWinner or c.outcome = CompromiseWinner or \n\t\tc.outcome = TiedWinner)\n}\n\nfact losers {\n\tall c: Candidate | c in Scenario.losers iff\n\t\t(c.outcome = Loser or c.outcome = EarlyLoser or c.outcome = SoreLoser or \n\t\tc.outcome = TiedLoser or c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser)\n}\n\n-- Non-Independent Axioms for Ballot Integrity\nfact transfers {\n\tall c: Candidate | 0 < #c.transfers implies Election.method = STV\n}\n\nfact onlyWinnersAndQuotaWinnersHaveSurplus {\n\tall c: Candidate | 0 < #c.surplus implies \n\t\tc.outcome = Winner or c.outcome = QuotaWinner\n}\n\nfact winnersNeedNoTransfers {\n\t\tall c: Candidate | c.outcome = Winner implies 0 = #c.transfers\n}\n\nfact firstPreference {\n\tall b: Ballot | all c: Candidate | b.preferences.first = c iff b in c.votes\n}\n\nfact sizeOfSurplus {\n\tall c: Candidate | (c in Scenario.winners and Election.method = STV and 0 < #c.surplus) implies \n\t\t#c.surplus = #c.votes + #c.transfers - Scenario.quota\n}\n\nfact transferToNextPreference {\n\tall b: Ballot | all disj donor,receiver: Candidate |\n\t\t(donor + receiver in b.assignees and\n\t\tb in receiver.transfers and b in donor.surplus implies \n\t\tb.preferences.idxOf[donor] < b.preferences.idxOf[receiver] and\n\t\treceiver in b.preferences.rest.elems)\n}\n\nfact pluralityWinner {\n\tall disj a, b: Candidate | (Election.method = Plurality and Election.seats = 1) and\n\t\ta.outcome = Winner implies #b.votes <= #a.votes\n}\n\nfact transferToNextContinuingCandidate {\n\tall disj skipped, receiving: Candidate | all b: Ballot |\n\t\tb.preferences.idxOf[skipped] < b.preferences.idxOf[receiving] and\n\t\treceiving in b.assignees and (not skipped in b.assignees) implies\n\t\t(skipped in Scenario.eliminated or skipped.outcome = Winner or \n\t\tskipped.outcome = QuotaWinner)\n}\n\n\/\/ All ballots transfers are associated with the last candidate to receive the transfer\nfact ownership {\n\tall disj c,d: Candidate | all b: Ballot | b in c.transfers implies c in b.assignees and \n\t\t(d not in b.assignees or b.preferences.idxOf[d] < b.preferences.idxOf[c])\n}\n\n\/\/ Lowest candidate is eliminated first\nfact lowestElimination {\n\tall disj c,d: Candidate | c in Scenario.eliminated and d not in Scenario.eliminated implies\n\t\t#c.votes + #c.transfers <= #d.votes + #d.transfers\n}\n\n\/\/ All ties involve equality between at least one winner and at least one loser on either original votes or\n\/\/ on transfers plus original votes\nfact equalityOfTiedWinner {\n all w: Candidate | some l: Candidate | w.outcome = TiedWinner and \n\t \t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies\n\t\t(#l.votes = #w.votes) or (#l.votes + #l.transfers = #w.votes + #w.transfers)\n}\n\nfact equalityOfTiedLosers {\n all s: Candidate | some w: Candidate | w.outcome = TiedWinner and \n (s.outcome = SoreLoser or s.outcome = TiedLoser or s.outcome = TiedEarlyLoser) implies\n (#s.votes = #w.votes) or (#s.votes + #s.transfers = #w.votes + #w.transfers)\n}\n\n-- Scenario Validity Axioms\n\/\/ When there is a tied sore loser then there are no non-sore losers\nfact typeOfTiedLoser {\n no disj a,b: Candidate | a.outcome = TiedSoreLoser and \n (b.outcome = TiedLoser or b.outcome = TiedEarlyLoser or \n b.outcome=Loser or b.outcome=EarlyLoser)\n}\n\nfact tieBreaker {\n\tall w: Candidate | some l: Candidate | w.outcome = TiedWinner implies \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser)\n}\n\nfact validTieBreaker {\n\tall l: Candidate | some w: Candidate | \n (l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies \n w.outcome = TiedWinner and 0 < #w.votes + #w.transfers\n}\n\n\/\/ Compromise winner must have more votes than any tied winners\nfact compromiseNotTied {\n\tall disj c,t: Candidate | (c.outcome = CompromiseWinner and t.outcome = TiedWinner) implies\n\t\t#t.votes + #t.transfers < #c.votes + #c.transfers\n}\n\n\/\/ Equal losers are tied\nfact equalityofTiedWinnersAndLosers {\n\tall disj w,l: Candidate | w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers implies\n\t\t\tw.outcome = TiedWinner and 0 < #w.votes + #w.transfers and \n\t\t\t(l.outcome = TiedLoser or l.outcome = TiedEarlyLoser or l.outcome = TiedSoreLoser)\n}\n\n\/\/ Highest winner has a quota\nfact highestWinners {\n all c: Candidate | Election.method = STV and c.outcome = Winner implies \n\t\tScenario.quota <= #c.votes + #c.transfers\n}\n\n\/\/ Tied Winners and Tied Losers have an equal number of votes\nfact equalTies {\n\tall disj a,b: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser implies\n\t\t#a.votes = #b.votes and #a.transfers = #b.transfers\n}\n\n\/\/ Winners have more votes than non-tied losers\nfact winnersHaveVotes {\n\tall w,l: Candidate | w.outcome = Winner and \n (l.outcome = Loser or l.outcome = EarlyLoser or l.outcome = SoreLoser) implies \n ((#l.votes < #w.votes) or (#l.votes + #l.transfers < #w.votes + #w.transfers))\n}\n\n\/\/ Losers above threshold\nfact losersAboveThreshold {\n all c: Candidate | c.outcome = Loser implies Scenario.threshold < (#c.votes + #c.transfers)\n}\n\n-- Basic Lemmas\nassert honestCount {\n\t all c: Candidate | all b: Ballot | b in c.votes + c.transfers implies c in b.assignees\n}\ncheck honestCount for 15 but 6 int\n\nassert atLeastOneLoser {\n\t0 < #Scenario.losers\n}\ncheck atLeastOneLoser for 15 but 6 int\n\nassert atLeastOneWinner {\n\t0 < #Scenario.winners\n}\ncheck atLeastOneWinner for 14 but 6 int\n\nassert plurality {\n\tall c: Candidate | all b: Ballot | b in c.votes and \n\t\tElection.method = Plurality implies c in b.preferences.first\n}\ncheck plurality for 18 but 6 int\n\nassert wellFormedTieBreaker {\n\tsome w,l : Candidate | (w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers) implies \n\t\tw.outcome = TiedWinner and \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome=TiedEarlyLoser)\n}\ncheck wellFormedTieBreaker for 18 but 6 int\n\nassert validSurplus {\n\tall c: Candidate | 0 < #c.surplus implies (c.outcome = Winner or c.outcome = QuotaWinner or \n\t\tc in Scenario.eliminated)\n}\ncheck validSurplus for 16 but 6 int\n\n-- Advanced Lemmas\n\/\/ No lost votes during counting\nassert accounting {\n\tall b: Ballot | some c: Candidate | b in c.votes and c in b.assignees\n}\ncheck accounting for 16 but 6 int\n\n\/\/ Cannot have tie breaker with both tied sore loser and non-sore loser\nassert tiedWinnerLoserTiedSoreLoser {\n\tno disj c,w,l: Candidate | c.outcome = TiedSoreLoser and\n\t w.outcome = TiedWinner and (l.outcome = Loser or l.outcome = TiedLoser)\n}\ncheck tiedWinnerLoserTiedSoreLoser for 6 int\n\n\/\/ Compromise winner must have at least one vote\nassert validCompromise {\n\tall c: Candidate | c.outcome = CompromiseWinner implies 0 < #c.votes + #c.transfers\n}\ncheck validCompromise for 6 int\n\n\/\/ Quota not more than the number of ballots cast\nassert maxQuota {\n Scenario.quota <= #Ballot\n}\ncheck maxQuota for 7 int\n\n\/\/ Quota winner needs transfers\nassert quotaWinnerNeedsTransfers {\n all c: Candidate | c.outcome = QuotaWinner implies 0 < #c.transfers\n}\ncheck quotaWinnerNeedsTransfers for 7 int\n\n\n\n-- Sample scenarios\npred TwoCandidatePlurality { \n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 2\n}\nrun TwoCandidatePlurality for 10 but 2 Ballot, 6 int\n\npred PluralityTiedWinner {\n\tElection.method = Plurality\n\tElection.seats = 1\n\tsome disj a,b: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser\n}\nrun PluralityTiedWinner for 10 but 2 Ballot, 6 int\n\npred ThreeCandidatePlurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 3\n}\nrun ThreeCandidatePlurality for 6 int\n\npred Plurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun Plurality for 5 but 6 int\n\npred TenCandidatePluralityWithTwoSeats {\n\tElection.method = Plurality\n\tElection.seats = 2\n\t#Election.candidates = 10\n}\nrun TenCandidatePluralityWithTwoSeats for 10 but 6 int\n\npred InstantRunoffVoting {\n\tElection.method = STV\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun InstantRunoffVoting for 10 but 6 int\n\npred STV3 {\n\tElection.method = STV\n\tElection.seats = 3\n}\nrun STV3 for 5 but 6 int\n\npred ThreeWinnersOneLoser {\n Election.method = STV\n\tsome disj a,b,d: Candidate | a.outcome = Winner\n \t and b.outcome = QuotaWinner or b.outcome = CompromiseWinner\n\t and d in Scenario.losers\n}\nrun ThreeWinnersOneLoser for 6 but 6 int\n\npred LoserAndEarlyLoser {\n\tone d: Candidate | d.outcome = Loser\n\tone e: Candidate | e.outcome = EarlyLoser\n}\nrun LoserAndEarlyLoser for 5 but 6 int\n\npred OneWinnerNineLosers {\n\t#Scenario.winners = 1\n\t#Scenario.losers = 9\n}\nrun OneWinnerNineLosers for 16 but 6 int\n\npred ThreeWayTie {\n\t#Election.candidates = 3\n Election.method = Plurality\n\tsome disj a,b,c: Candidate | a.outcome = TiedWinner and \n\t\tb.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser\n}\nrun ThreeWayTie for 5 but 6 int\n\npred FiveWayTie {\n\tsome disj a,b,c,d,e: Candidate | a.outcome = TiedWinner and\n\t b.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser and d.outcome = TiedLoser and e.outcome = TiedWinner\n}\nrun FiveWayTie for 7 but 6 int\n\npred ScenarioLWW {\n\tsome disj a,b,c: Candidate | a.outcome = Loser and b.outcome = Winner and \n\t\tc.outcome = Winner\n #Election.candidates = 3\n\tElection.method = STV\n 0 < #Ballot\n}\nrun ScenarioLWW for 7 but 7 int\n\npred LongBallot {\n\tsome b: Ballot | #b.preferences = 7\n}\nrun LongBallot for 7 but 6 int\n\npred MultipleBallotsUnderSTV {\n\tElection.method = STV\n\tsome disj a,b,c,d: Ballot | 1 < #a.preferences and 1 < #b.preferences \n\tand 0 < #c.preferences and 0 < #d.preferences and \n a.preferences.first = b.preferences.last\n}\nrun MultipleBallotsUnderSTV for 10 but 6 int\n\npred WinnerLoserEarlyLoser {\n\tsome a,b,c,d : Candidate | a.outcome = Winner and b.outcome = Loser and \n\t\tc.outcome = EarlyLoser and d.outcome = SoreLoser\n\tElection.method = STV\n}\nrun WinnerLoserEarlyLoser for 7 but 6 int\n\npred TiedScenario { \n some disj a,b: Candidate | a.outcome = TiedLoser and b.outcome = TiedWinner\n Election.method = STV\n #Election.candidates = 2\n #Election.seats = 1\n}\nrun TiedScenario for 7 but 6 int\n\npred NoTiesAndNoSoresScenarios {\n Election.method = STV\n #Election.candidates > 3\n #Ballot > 6\n no c: Candidate | c.outcome = TiedLoser or c.outcome = TiedWinner or\n c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser or c.outcome = SoreLoser\n}\nrun NoTiesAndNoSoresScenarios for 10 but 6 int\n\n-- Scenario tests\npred LW {\n some disj c0,c1: Candidate | c0.outcome = Winner and c1.outcome = Loser and \n\tElection.method = STV and #Election.candidates = 2 and #Election.seats = 1\n}\nrun LW for 10 but 6 int\n\npred LQ {\n\tsome disj a,b: Candidate | a.outcome = Loser and b.outcome = QuotaWinner\n #Election.candidates = 2\n\tElection.method = STV\n 0 < #Ballot\n}\nrun LQ for 10 but 6 int\n\npred LQQ {\n\tsome disj a,b,c: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and\n c.outcome = QuotaWinner\n #Election.candidates = 3\n\tElection.method = STV\n 0 < #Ballot\n}\nrun LQQ for 10 but 6 int\n\npred LQW {\n\tsome disj a,b,c: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and \n\t\tc.outcome = Winner\n #Election.candidates = 3\n\tElection.method = STV\n 0 < #Ballot\n}\nrun LQW for 10 but 6 int\n\npred LQQW {\n\tsome disj a,b,c,d: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and \n\t\tc.outcome = Winner and d.outcome = QuotaWinner\n #Election.candidates = 4\n\tElection.method = STV\n 0 < #Ballot\n}\nrun LQQW for 10 but 6 int\n\n-- Version Control for changes to signatures and axioms, excluding lemmas and predicates\none sig Version {\n year, month, day : Int\n} {\n year = 11\n month = 01\n day = 17\n -- Dermot Cochran 2011-01-17\n}\n","old_contents":"-- (c) 2010-2011, Dermot Cochran, IT University of Copenhagen\n-- http:\/\/www.kindsoftware.com\/about\/people\/dc\n-- http:\/\/www.itu.dk\/people\/dero\n\nmodule Voting\n\nopen util\/integer\n\n-- An individual person standing for election\nsig Candidate {\n votes: \t\t\t set Ballot, \t-- First preference ballots assigned to this candidate\n\ttransfers: \t set Ballot, -- Ballots received by transfer from another candidate\n\tsurplus: \t\t set Ballot, \t-- Ballots given to another candidate (on election or elimination)\n\toutcome: \t\t Event\t\n} {\n\tno b: Ballot | b in votes & transfers\n\tall b: Ballot | b in votes + transfers implies this in b.assignees\n\tsurplus in votes + transfers\n\tElection.method = Plurality implies #surplus = 0 and #transfers = 0\n}\n\n-- A digital or paper artifact which accurately records the intentions of the voter\nsig Ballot {\n assignees: \t\tset Candidate, -- Candidates to which this ballot has been assigned\n preferences: \tseq Candidate -- Ranking of candidates\n} {\n\tassignees in preferences.elems\n not preferences.hasDups\n\tpreferences.elems in Election.candidates\n\tpreferences.first in assignees\n\tElection.method = Plurality implies #preferences = 1\n 0 < #preferences\n}\n\n-- An election result\none sig Scenario {\n \tlosers: \t\t\t\tset Candidate,\n \twinners: \t\t\tset Candidate,\n\teliminated: \t\tset Candidate, \t\t-- Candidates excluded under STV rules\n\tthreshold: \t\tInt, \t\t\t\t\t\t-- Minimum number of votes for a Loser or EarlyLoser\n\tquota: \t\t\t\tInt\t\t\t\t\t\t-- Minimum number of votes for a STV Winner or QuotaWinner\n}\n{\n \twinners + losers = Election.candidates\n \t#winners = Election.seats\n \tno c: Candidate | c in losers & winners\n \t0 < #losers\n \tall w: Candidate | all l: Candidate | l in losers and w in winners implies \n\t\t((#l.votes + #l.transfers <= #w.votes + #w.transfers) and (#l.votes <= #w.votes))\n\t0 <= threshold\n\tthreshold <= quota\n Election.method = STV implies (threshold = 1 + quota.div[4])\n\tElection.method = Plurality implies #eliminated = 0\n\teliminated in losers\n\tall c: Candidate | c in losers implies Election.method = Plurality \n or #c.votes + #c.transfers < quota\n}\n\n\/* \n\tThere are four winner-outcomes and six loser-outcomes:\n\n\tWinner: \t\t\t\t\t\t(W1) elected in the first round of counting either by quota or plurality,\n\tQuotaWinner: \t\t\t\t(W2) elected with transfers from another candidate (STV only),\n\tCompromiseWinner: \t(W3) elected on the last round of counting without quota (STV only),\n\tTiedWinner:\t\t\t\t\t(W4) elected by tie breaker,\n\tTiedLoser:\t\t\t\t\t(L1) loses only by tie breaker but reaches the threshold,\n\tLoser:\t\t\t \t\t\t\t(L2) defeated on last round but reaches the minimum threshold of votes,\n TiedEarlyLoser:\t\t\t(L3) reaches threshold but eliminated by tie breaker (STV only),\n\tEarlyLoser:\t\t\t\t\t(L4) reaches threshold but is eliminated before last round (STV only),\n\tTiedSoreLoser:\t\t\t\t(L5) loses only by tie breaker but does not reach threshold,\n\tSoreLoser: \t\t\t\t\t(L6) does not even reach the mimimum threshold of votes\n*\/\nenum Event {Winner, QuotaWinner, CompromiseWinner, TiedWinner, \n\tTiedLoser, Loser, TiedEarlyLoser, EarlyLoser, TiedSoreLoser, SoreLoser}\n\nenum Method {Plurality, STV}\n\n-- An Election Constituency\none sig Election {\n candidates: \tset Candidate,\n seats: \t\t\t\tInt,\n method: \t\t\tMethod,\n ballots:\t\t\tInt -- number of ballots cast\n}\n{\n \t0 < seats\n \tseats < #candidates\n \tall c: Candidate | c in candidates\n ballots = #Ballot\n Scenario.quota = 1 + ballots.div[seats+1]\n}\n\n-- Independent (or Fundamental) Axioms\nfact threshold {\n Election.method = Plurality implies Scenario.threshold = Election.ballots.div[20]\n}\n\nfact surplus {\n all c: Candidate | (c.outcome = Winner and Election.method = STV) implies\n Scenario.quota + #c.surplus = #c.votes \n}\n\nfact winnersWithoutTransfers {\n all c: Candidate | (c.outcome = Winner and Election.method = STV) implies #c.transfers = 0 \n}\n\nfact surplusFromTransfers {\n all c: Candidate | c.outcome = QuotaWinner implies ((surplus in transfers) and \n ((Scenario.quota + #c.surplus) = (#c.votes + #c.transfers)))\n}\n\nfact integrity {\n all c: Candidate | all b: Ballot | b in c.votes implies c in b.assignees\n}\n\nfact pluralityEvents {\n\tall c: Candidate | Election.method = Plurality implies\n\t\t(c.outcome = Loser or c.outcome = SoreLoser or c.outcome = Winner or \n\t\tc.outcome = TiedWinner or c.outcome = TiedLoser)\n}\n\nfact winnerSTV {\n\tall c: Candidate | (Election.method = STV and c.outcome = Winner) implies \n Scenario.quota <= #c.votes\n}\n\nfact transferWinnerWithQuota {\n\tall c: Candidate | (Election.method = STV and c.outcome = QuotaWinner) implies\n\t Scenario.quota <= #c.votes + #c.transfers\n}\n\nfact transferWinnerNotFirst {\n\tall c: Candidate | (Election.method = STV and c.outcome = QuotaWinner) implies\n\t\tnot Scenario.quota <= #c.votes\n}\n\nfact closeWinner {\n\tall c: Candidate | (c.outcome = CompromiseWinner or c.outcome = TiedWinner) implies\n\t\tnot (Scenario.quota <= #c.votes + #c.transfers) or Election.method = Plurality\n}\n\nfact soreLoser {\n\tall c: Candidate | (c.outcome = SoreLoser or c.outcome = TiedSoreLoser) implies \n\t\t(#c.votes + #c.transfers < Scenario.threshold)\n}\n\nfact loser {\n\tall c: Candidate | (c.outcome = Loser or c.outcome = TiedLoser or c.outcome = TiedSoreLoser) \n implies c in Scenario.losers - Scenario.eliminated\n}\n\nfact earlyLoser {\n\tall c: Candidate | (c.outcome = EarlyLoser or c.outcome = TiedEarlyLoser) iff \n\t\t(c in Scenario.losers & Scenario.eliminated and not #c.votes + #c.transfers < Scenario.threshold)\n}\n\nfact winners {\n\tall c: Candidate | c in Scenario.winners iff \n\t\t(c.outcome = Winner or c.outcome = QuotaWinner or c.outcome = CompromiseWinner or \n\t\tc.outcome = TiedWinner)\n}\n\nfact losers {\n\tall c: Candidate | c in Scenario.losers iff\n\t\t(c.outcome = Loser or c.outcome = EarlyLoser or c.outcome = SoreLoser or \n\t\tc.outcome = TiedLoser or c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser)\n}\n\n-- Non-Independent Axioms for Ballot Integrity\nfact transfers {\n\tall c: Candidate | 0 < #c.transfers implies Election.method = STV\n}\n\nfact onlyWinnersAndQuotaWinnersHaveSurplus {\n\tall c: Candidate | 0 < #c.surplus implies \n\t\tc.outcome = Winner or c.outcome = QuotaWinner\n}\n\nfact winnersNeedNoTransfers {\n\t\tall c: Candidate | c.outcome = Winner implies 0 = #c.transfers\n}\n\nfact firstPreference {\n\tall b: Ballot | all c: Candidate | b.preferences.first = c iff b in c.votes\n}\n\nfact sizeOfSurplus {\n\tall c: Candidate | (c in Scenario.winners and Election.method = STV and 0 < #c.surplus) implies \n\t\t#c.surplus = #c.votes + #c.transfers - Scenario.quota\n}\n\nfact transferToNextPreference {\n\tall b: Ballot | all disj donor,receiver: Candidate |\n\t\t(donor + receiver in b.assignees and\n\t\tb in receiver.transfers and b in donor.surplus implies \n\t\tb.preferences.idxOf[donor] < b.preferences.idxOf[receiver] and\n\t\treceiver in b.preferences.rest.elems)\n}\n\nfact pluralityWinner {\n\tall disj a, b: Candidate | (Election.method = Plurality and Election.seats = 1) and\n\t\ta.outcome = Winner implies #b.votes <= #a.votes\n}\n\nfact transferToNextContinuingCandidate {\n\tall disj skipped, receiving: Candidate | all b: Ballot |\n\t\tb.preferences.idxOf[skipped] < b.preferences.idxOf[receiving] and\n\t\treceiving in b.assignees and (not skipped in b.assignees) implies\n\t\t(skipped in Scenario.eliminated or skipped.outcome = Winner or \n\t\tskipped.outcome = QuotaWinner)\n}\n\n\/\/ All ballots transfers are associated with the last candidate to receive the transfer\nfact ownership {\n\tall disj c,d: Candidate | all b: Ballot | b in c.transfers implies c in b.assignees and \n\t\t(d not in b.assignees or b.preferences.idxOf[d] < b.preferences.idxOf[c])\n}\n\n\/\/ Lowest candidate is eliminated first\nfact lowestElimination {\n\tall disj c,d: Candidate | c in Scenario.eliminated and d not in Scenario.eliminated implies\n\t\t#c.votes + #c.transfers <= #d.votes + #d.transfers\n}\n\n\/\/ All ties involve equality between at least one winner and at least one loser on either original votes or\n\/\/ on transfers plus original votes\nfact equalityOfTiedWinner {\n all w: Candidate | some l: Candidate | w.outcome = TiedWinner and \n\t \t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies\n\t\t(#l.votes = #w.votes) or (#l.votes + #l.transfers = #w.votes + #w.transfers)\n}\n\nfact equalityOfTiedLosers {\n all s: Candidate | some w: Candidate | w.outcome = TiedWinner and \n (s.outcome = SoreLoser or s.outcome = TiedLoser or s.outcome = TiedEarlyLoser) implies\n (#s.votes = #w.votes) or (#s.votes + #s.transfers = #w.votes + #w.transfers)\n}\n\n-- Scenario Validity Axioms\n\/\/ When there is a tied sore loser then there are no non-sore losers\nfact typeOfTiedLoser {\n no disj a,b: Candidate | a.outcome = TiedSoreLoser and \n (b.outcome = TiedLoser or b.outcome = TiedEarlyLoser or \n b.outcome=Loser or b.outcome=EarlyLoser)\n}\n\nfact tieBreaker {\n\tall w: Candidate | some l: Candidate | w.outcome = TiedWinner implies \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser)\n}\n\nfact validTieBreaker {\n\tall l: Candidate | some w: Candidate | \n (l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies \n w.outcome = TiedWinner and 0 < #w.votes + #w.transfers\n}\n\n\/\/ Compromise winner must have more votes than any tied winners\nfact compromiseNotTied {\n\tall disj c,t: Candidate | (c.outcome = CompromiseWinner and t.outcome = TiedWinner) implies\n\t\t#t.votes + #t.transfers < #c.votes + #c.transfers\n}\n\n\/\/ Equal losers are tied\nfact equalityofTiedWinnersAndLosers {\n\tall disj w,l: Candidate | w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers implies\n\t\t\tw.outcome = TiedWinner and 0 < #w.votes + #w.transfers and \n\t\t\t(l.outcome = TiedLoser or l.outcome = TiedEarlyLoser or l.outcome = TiedSoreLoser)\n}\n\n\/\/ Highest winner has a quota\nfact highestWinners {\n all c: Candidate | Election.method = STV and c.outcome = Winner implies \n\t\tScenario.quota <= #c.votes + #c.transfers\n}\n\n\/\/ Tied Winners and Tied Losers have an equal number of votes\nfact equalTies {\n\tall disj a,b: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser implies\n\t\t#a.votes = #b.votes and #a.transfers = #b.transfers\n}\n\n\/\/ Winners have more votes than non-tied losers\nfact winnersHaveVotes {\n\tall w,l: Candidate | w.outcome = Winner and \n (l.outcome = Loser or l.outcome = EarlyLoser or l.outcome = SoreLoser) implies \n ((#l.votes < #w.votes) or (#l.votes + #l.transfers < #w.votes + #w.transfers))\n}\n\n-- Basic Lemmas\nassert honestCount {\n\t all c: Candidate | all b: Ballot | b in c.votes + c.transfers implies c in b.assignees\n}\ncheck honestCount for 15 but 6 int\n\nassert atLeastOneLoser {\n\t0 < #Scenario.losers\n}\ncheck atLeastOneLoser for 15 but 6 int\n\nassert atLeastOneWinner {\n\t0 < #Scenario.winners\n}\ncheck atLeastOneWinner for 14 but 6 int\n\nassert plurality {\n\tall c: Candidate | all b: Ballot | b in c.votes and \n\t\tElection.method = Plurality implies c in b.preferences.first\n}\ncheck plurality for 18 but 6 int\n\nassert wellFormedTieBreaker {\n\tsome w,l : Candidate | (w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers) implies \n\t\tw.outcome = TiedWinner and \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome=TiedEarlyLoser)\n}\ncheck wellFormedTieBreaker for 18 but 6 int\n\nassert validSurplus {\n\tall c: Candidate | 0 < #c.surplus implies (c.outcome = Winner or c.outcome = QuotaWinner or \n\t\tc in Scenario.eliminated)\n}\ncheck validSurplus for 16 but 6 int\n\n-- Advanced Lemmas\n\/\/ No lost votes during counting\nassert accounting {\n\tall b: Ballot | some c: Candidate | b in c.votes and c in b.assignees\n}\ncheck accounting for 16 but 6 int\n\n\/\/ Cannot have tie breaker with both tied sore loser and non-sore loser\nassert tiedWinnerLoserTiedSoreLoser {\n\tno disj c,w,l: Candidate | c.outcome = TiedSoreLoser and\n\t w.outcome = TiedWinner and (l.outcome = Loser or l.outcome = TiedLoser)\n}\ncheck tiedWinnerLoserTiedSoreLoser for 6 int\n\n\/\/ Compromise winner must have at least one vote\nassert validCompromise {\n\tall c: Candidate | c.outcome = CompromiseWinner implies 0 < #c.votes + #c.transfers\n}\ncheck validCompromise for 6 int\n\n\/\/ Quota not more than the number of ballots cast\nassert maxQuota {\n Scenario.quota <= #Ballot\n}\ncheck maxQuota for 7 int\n\n\/\/ Quota winner needs transfers\nassert quotaWinnerNeedsTransfers {\n all c: Candidate | c.outcome = QuotaWinner implies 0 < #c.transfers\n}\ncheck quotaWinnerNeedsTransfers for 7 int\n\n-- Sample scenarios\npred TwoCandidatePlurality { \n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 2\n}\nrun TwoCandidatePlurality for 10 but 1 Ballot, 6 int\n\npred PluralityTiedWinner {\n\tElection.method = Plurality\n\tElection.seats = 1\n\tsome disj a,b: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser\n}\nrun PluralityTiedWinner for 10 but 2 Ballot, 6 int\n\npred ThreeCandidatePlurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 3\n}\nrun ThreeCandidatePlurality for 6 int\n\npred Plurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun Plurality for 5 but 6 int\n\npred TenCandidatePluralityWithTwoSeats {\n\tElection.method = Plurality\n\tElection.seats = 2\n\t#Election.candidates = 10\n}\nrun TenCandidatePluralityWithTwoSeats for 10 but 6 int\n\npred InstantRunoffVoting {\n\tElection.method = STV\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun InstantRunoffVoting for 10 but 6 int\n\npred STV3 {\n\tElection.method = STV\n\tElection.seats = 3\n}\nrun STV3 for 5 but 6 int\n\npred ThreeWinnersOneLoser {\n Election.method = STV\n\tsome disj a,b,d: Candidate | a.outcome = Winner\n \t and b.outcome = QuotaWinner or b.outcome = CompromiseWinner\n\t and d in Scenario.losers\n}\nrun ThreeWinnersOneLoser for 6 but 6 int\n\npred LoserAndEarlyLoser {\n\tone d: Candidate | d.outcome = Loser\n\tone e: Candidate | e.outcome = EarlyLoser\n}\nrun LoserAndEarlyLoser for 5 but 6 int\n\npred OneWinnerNineLosers {\n\t#Scenario.winners = 1\n\t#Scenario.losers = 9\n}\nrun OneWinnerNineLosers for 16 but 6 int\n\npred ThreeWayTie {\n\t#Election.candidates = 3\n Election.method = Plurality\n\tsome disj a,b,c: Candidate | a.outcome = TiedWinner and \n\t\tb.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser\n}\nrun ThreeWayTie for 5 but 6 int\n\npred FiveWayTie {\n\tsome disj a,b,c,d,e: Candidate | a.outcome = TiedWinner and\n\t b.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser and d.outcome = TiedLoser and e.outcome = TiedWinner\n}\nrun FiveWayTie for 7 but 6 int\n\npred ScenarioLWW {\n\tsome disj a,b,c: Candidate | a.outcome = Loser and b.outcome = Winner and \n\t\tc.outcome = Winner\n #Election.candidates = 3\n\tElection.method = STV\n 0 < #Ballot\n}\nrun ScenarioLWW for 7 but 7 int\n\npred LongBallot {\n\tsome b: Ballot | #b.preferences = 7\n}\nrun LongBallot for 7 but 6 int\n\npred MultipleBallotsUnderSTV {\n\tElection.method = STV\n\tsome disj a,b,c,d: Ballot | 1 < #a.preferences and 1 < #b.preferences \n\tand 0 < #c.preferences and 0 < #d.preferences and \n a.preferences.first = b.preferences.last\n}\nrun MultipleBallotsUnderSTV for 10 but 6 int\n\npred WinnerLoserEarlyLoser {\n\tsome a,b,c,d : Candidate | a.outcome = Winner and b.outcome = Loser and \n\t\tc.outcome = EarlyLoser and d.outcome = SoreLoser\n\tElection.method = STV\n}\nrun WinnerLoserEarlyLoser for 7 but 6 int\n\npred TiedScenario { \n some disj a,b: Candidate | a.outcome = TiedLoser and b.outcome = TiedWinner\n Election.method = STV\n #Election.candidates = 2\n #Election.seats = 1\n}\nrun TiedScenario for 7 but 6 int\n\npred NoTiesAndNoSoresScenarios {\n Election.method = STV\n #Election.candidates > 3\n #Ballot > 6\n no c: Candidate | c.outcome = TiedLoser or c.outcome = TiedWinner or\n c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser or c.outcome = SoreLoser\n}\nrun NoTiesAndNoSoresScenarios for 10 but 6 int\n\n-- Unit Tests\npred UnitTest {\n some disj c0,c1: Candidate | c0.outcome = Winner and c1.outcome = Loser and \n\tElection.method = STV and #Election.candidates = 2 and #Election.seats = 1\n}\nrun UnitTest for 10 but 6 int\n\n-- Difficult scenarios\npred LQ {\n\tsome disj a,b: Candidate | a.outcome = Loser and b.outcome = QuotaWinner\n #Election.candidates = 2\n\tElection.method = STV\n 0 < #Ballot\n}\nrun LQ for 10 but 6 int\n\npred LQQ {\n\tsome disj a,b,c: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and\n c.outcome = QuotaWinner\n #Election.candidates = 3\n\tElection.method = STV\n 0 < #Ballot\n}\nrun LQQ for 10 but 6 int\n\npred LQW {\n\tsome disj a,b,c: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and \n\t\tc.outcome = Winner\n #Election.candidates = 3\n\tElection.method = STV\n 0 < #Ballot\n}\nrun LQW for 10 but 6 int\n\npred LQQW {\n\tsome disj a,b,c,d: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and \n\t\tc.outcome = Winner and d.outcome = QuotaWinner\n #Election.candidates = 4\n\tElection.method = STV\n 0 < #Ballot\n}\nrun LQQW for 10 but 6 int\n\n-- Version Control for changes to signatures and axioms, excluding lemmas and tests\none sig Version {\n year, month, day : Int\n} {\n year = 11\n month = 01\n day = 17\n -- Dermot Cochran 2011-01-17\n}\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"ef6f87f30981e7081ebf821a4da3869c206cd654","subject":"Incomplete - task : Coverage profiling of universal tests ","message":"Incomplete - task : Coverage profiling of universal tests \n","repos":"GaloisInc\/Votail,GaloisInc\/Votail,GaloisInc\/Votail","old_file":"models\/Voting.als","new_file":"models\/Voting.als","new_contents":"-- (c) 2010-2011, Dermot Cochran, IT University of Copenhagen\n-- http:\/\/www.kindsoftware.com\/about\/people\/dc\n-- http:\/\/www.itu.dk\/people\/dero\n\nmodule Voting\n\nopen util\/integer\n\n-- Note that all axioms should be expressed as facts appended to signatures\n-- Standalone facts will be ignored by the API, but not by the analyser\n\n\/* \n\tThere are 8 winner-outcomes and 8 loser-outcomes:\n\n WinnerNonTransferable: \n elected on first round with at least one non-transferable surplus vote (STV)\n\t SurplusWinner:\t\t elected on first round with at least one surplus vote (STV),\n\t Winner: \t\t\t\t elected in the first round of counting either by quota or plurality,\n AboveQuotaWinner: elected with surplus votes after receipt of transfers (STV),\n QuotaWinnerNonTransferable:\n\t\t\t\t elected with at least one non-transferable surplus vote,\n QuotaWinner: \t\t elected with quota after transfers from another candidate (STV only),\n\t CompromiseWinner: elected on the last round of counting without quota (STV only),\n\t TiedWinner:\t\t\t elected by tie breaker,\n\t TiedLoser:\t\t\t loses only by tie breaker but reaches the threshold,\n\t Loser:\t\t\t \t\t defeated on last round but reaches the minimum threshold of votes,\n TiedEarlyLoser:\t reaches threshold but eliminated by tie breaker (STV only),\n EarlyLoserNonTransferable:\n reaches threshold bit is eliminated with some non-transferable votes,\n\t EarlyLoser:\t\t reaches threshold but is eliminated before last round (STV only),\n\t TiedSoreLoser:\t\t loses only by tie breaker but does not reach threshold,\n SoreLoserNonTransferable:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tbelow threshold and eliminated with some non-transferable votes\n\t SoreLoser: \t\t\t does not even reach the mimimum threshold of votes.\n*\/\nenum Event {SurplusWinner, \n WinnerNonTransferable, \n Winner, \n AboveQuotaWinner, \n QuotaWinnerNonTransferable, \n QuotaWinner, \n CompromiseWinner, \n\t TiedWinner, \n TiedLoser, \n Loser, \n TiedEarlyLoser, \n EarlyLoser, \n TiedSoreLoser, \n SoreLoser,\n\t EarlyLoserNonTransferable, \n SoreLoserNonTransferable}\n\nenum Method {Plurality, STV}\n\n-- An individual person standing for election\nsig Candidate {\n votes: \t\t\t set Ballot, \t-- First preference ballots assigned to this candidate\n\t transfers: \tset Ballot, -- Second and subsequent preferences received\n\t surplus: \t\t set Ballot, \t-- Ballots tranferred to another candidate election\n wasted:\t\t \t set Ballot,\t -- Ballots non-transferable due to exhaustion of preferences\n\t outcome: \t\t Event\t\t -- Election result for candidate and associated ballots\n} {\n \/\/ Non-transferable ballots\n 0 < #wasted implies (outcome = WinnerNonTransferable or \n outcome = QuotaWinnerNonTransferable or\n outcome = EarlyLoserNonTransferable or\n\t outcome = SoreLoserNonTransferable)\n (outcome = WinnerNonTransferable or outcome = QuotaWinnerNonTransferable)\n implies wasted in surplus\n (outcome = EarlyLoserNonTransferable or outcome = SoreLoserNonTransferable)\n implies wasted in votes + transfers\n \/\/ Division of ballots into first preferences and transfers\n\t no b: Ballot | b in votes & transfers\n \/\/ Division of ballots into piles for each candidate\n\t all b: Ballot | b in votes + transfers implies this in b.assignees\n \/\/ Selection of surplus ballots for re-distribution\n\t surplus in votes + transfers\n\t Election.method = Plurality implies #surplus = 0 and #transfers = 0\n \t0 < #transfers implies Election.method = STV\n \/\/ Calculation of surplus for PR-STV election\n ((outcome = Winner and Election.method = STV) or (\n outcome = SurplusWinner or outcome = WinnerNonTransferable)) implies\n Scenario.quota + #surplus = #votes\n \t(outcome = Winner or outcome = SurplusWinner or \n outcome = WinnerNonTransferable) implies #transfers = 0\n \t(outcome = QuotaWinner or outcome = AboveQuotaWinner or\n outcome = QuotaWinnerNonTransferable) implies surplus in transfers \n \t(outcome = QuotaWinner or outcome = AboveQuotaWinner or\n outcome = QuotaWinnerNonTransferable) implies \n\t\t Scenario.quota + #surplus = #votes + #transfers\n \t0 < #surplus implies (outcome = SurplusWinner or outcome = AboveQuotaWinner or\n\t\t\t\t\t\toutcome = WinnerNonTransferable or outcome = QuotaWinnerNonTransferable)\n \t(outcome = EarlyLoser or outcome = TiedEarlyLoser or \n outcome = EarlyLoserNonTransferable) iff \n\t\t (this in Scenario.eliminated and \n not (#votes + #transfers < Scenario.threshold))\n \t\/\/ All non-sore losers are at or above the threshold\n outcome = TiedLoser implies Scenario.threshold <= #votes + #transfers\n outcome = Loser implies Scenario.threshold <= #votes + #transfers\n outcome = EarlyLoser implies Scenario.threshold <= #votes + #transfers\n outcome = EarlyLoserNonTransferable implies \n Scenario.threshold <= #votes + #transfers\n outcome = TiedEarlyLoser implies Scenario.threshold <= #votes + #transfers\n \t\/\/ Plurality outcomes\n \tElection.method = Plurality implies\n\t\t (outcome = Loser or outcome = SoreLoser or outcome = Winner or \n\t\t outcome = TiedWinner or outcome = TiedLoser or outcome = TiedSoreLoser)\n \t\/\/ PR-STV Winner has at least a quota of first preference votes\n \t(Election.method = STV and outcome = Winner) implies \n Scenario.quota = #votes\n (outcome = SurplusWinner or outcome = WinnerNonTransferable) implies \n Scenario.quota < #votes\n \/\/ Quota Winner has a least a quota of votes after transfers\n\t outcome = QuotaWinner implies\n\t Scenario.quota = #votes + #transfers\n (outcome = AboveQuotaWinner or outcome = QuotaWinnerNonTransferable) \n implies\n\t Scenario.quota < #votes + #transfers\n \/\/ Quota Winner does not have a quota of first preference votes\n\t (outcome = QuotaWinner or outcome = AboveQuotaWinner or \n outcome = QuotaWinnerNonTransferable) implies\n\t\t not Scenario.quota <= #votes\n \/\/ Compromise winners do not have a quota of votes\n\t outcome = CompromiseWinner implies\n\t\t not (Scenario.quota <= #votes + #transfers)\n \/\/ STV Tied Winners have less than a quota of votes\n\t (Election.method = STV and outcome = TiedWinner) implies\n\t\t not (Scenario.quota <= #votes + #transfers)\n \/\/ Sore Losers have less votes than the threshold\n\t (outcome = SoreLoser or outcome = SoreLoserNonTransferable) implies \n\t\t #votes + #transfers < Scenario.threshold\n \/\/ Tied Sore Losers have less votes than the threshold\n\t outcome = TiedSoreLoser implies \n\t\t #votes + #transfers < Scenario.threshold\n \/\/ Size of surplus for each STV Winner and Quota Winner\n\t (outcome = SurplusWinner or outcome = WinnerNonTransferable) \n implies ((#surplus = #votes - Scenario.quota) and #transfers = 0)\n (outcome = AboveQuotaWinner or outcome = QuotaWinnerNonTransferable) \n implies (#surplus = #votes + #transfers - Scenario.quota)\n}\n\n-- A digital or paper artifact which accurately records the intentions of the voter\nsig Ballot {\n assignees: \t\tset Candidate, -- Candidates to which this ballot has been assigned\n preferences: \tseq Candidate -- Ranking of candidates\n} {\n\t assignees in preferences.elems\n not preferences.hasDups\n\t preferences.first in assignees\n\t Election.method = Plurality implies #preferences <= 1\n 0 <= #preferences\n \/\/ First preference\n all c: Candidate | preferences.first = c iff this in c.votes\n \/\/ Second and subsequent preferences\n all disj donor,receiver: Candidate |\n\t\t (donor + receiver in assignees and\n\t\t this in receiver.transfers and this in donor.surplus) implies \n\t\t (preferences.idxOf[donor] < preferences.idxOf[receiver] and\n\t\t receiver in preferences.rest.elems)\n \/\/ All ballot transfers are associated with the last candidate to receive the transfer\n\t all disj c,d: Candidate | this in c.transfers implies c in assignees and \n\t\t (d not in assignees or preferences.idxOf[d] < preferences.idxOf[c])\n \/\/ Transfers to next continuing candidate\n\t all disj skipped, receiving: Candidate | \n\t\t preferences.idxOf[skipped] < preferences.idxOf[receiving] and\n\t\t receiving in assignees and (not skipped in assignees) implies\n\t\t (skipped in Scenario.eliminated or skipped.outcome = SurplusWinner or \n\t\t skipped.outcome = AboveQuotaWinner or skipped.outcome = WinnerNonTransferable or\n skipped.outcome = QuotaWinnerNonTransferable or skipped.outcome = Winner or\n skipped.outcome = QuotaWinner)\n}\n\n-- An election result\none sig Scenario {\n losers: \t\t\t\tset Candidate,\n winners: \t\t\tset Candidate,\n\t eliminated: set Candidate, -- Early and Sore Losers under STV rules\n\t threshold: \tInt, \t\t\t\t\t -- Minimum number of votes for a Loser or Early Loser\n\t quota: \t\t\t\t Int,\t\t\t\t\t -- Minimum number of votes for a STV Winner or Quota Winner\n fullQuota:\t\tInt\t\t\t\t\t -- Quota if all constituency seats were vacant\n} {\n \tall c: Candidate | c in winners + losers\n \t#winners = Election.seats\n \tno c: Candidate | c in losers & winners\n \t0 < #losers\n \tall w: Candidate | all l: Candidate | l in losers and w in winners implies \n\t\t (#l.votes + #l.transfers <= #w.votes + #w.transfers)\n Election.method = STV implies threshold = 1 + fullQuota.div[4]\n\t eliminated in losers\n \/\/ All PR-STV losers have less votes than the quota\n\t all c: Candidate | (c in losers and Election.method = STV) implies \n #c.votes + #c.transfers < quota\n \/\/ Winners have more votes than all non-tied losers\n all disj c,d: Candidate | c in winners and \n (d.outcome = SoreLoser or d.outcome = EarlyLoser or d.outcome = Loser) implies\n\t (#d.votes + #d.transfers) < (#c.votes + #c.transfers)\n \/\/ Losers have less votes than all non-tied winners\n all disj c,d: Candidate | \n\t (c.outcome = CompromiseWinner or c.outcome = QuotaWinner or c.outcome = Winner\n\t\tor c.outcome = SurplusWinner or c.outcome = AboveQuotaWinner) and \n\t d in losers implies\n\t #d.votes + #d.transfers < #c.votes + #c.transfers\n \/\/ Lowest candidate is eliminated first\n\tall disj c,d: Candidate | c in eliminated and d not in eliminated implies\n\t\t#c.votes + #c.transfers <= #d.votes + #d.transfers\n \/\/ A non-sore plurality loser must have received at least five percent of the total vote\n\tElection.method = Plurality implies threshold = 1 + BallotBox.size.div[20]\n \/\/ Winning outcomes\n\tall c: Candidate | c in winners iff \n\t\t(c.outcome = Winner or c.outcome = QuotaWinner or \n\t\tc.outcome = CompromiseWinner or \n\t\tc.outcome = TiedWinner or c.outcome = SurplusWinner or \n\t\tc.outcome = AboveQuotaWinner or\n c.outcome = WinnerNonTransferable or\n c.outcome = QuotaWinnerNonTransferable)\n \/\/ Losing outcomes\n\tall c: Candidate | c in losers iff\n\t\t(c.outcome = Loser or c.outcome = EarlyLoser or c.outcome = SoreLoser or \n\t\tc.outcome = TiedLoser or c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser)\n \/\/ STV election quotas\n Election.method = STV implies quota = 1 + BallotBox.size.div[Election.seats+1] and\n \tfullQuota = 1 + BallotBox.size.div[Election.constituencySeats + 1]\n Election.method = Plurality implies quota = 1 and fullQuota = 1\n \/\/ All ties involve equality between at least one winner and at least one loser\n all w: Candidate | some l: Candidate | w.outcome = TiedWinner and \n\t \t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies\n\t\t(#l.votes + #l.transfers = #w.votes + #w.transfers)\n all s: Candidate | some w: Candidate | w.outcome = TiedWinner and \n (s.outcome = SoreLoser or s.outcome = TiedLoser or s.outcome = TiedEarlyLoser) implies\n (#s.votes = #w.votes) or (#s.votes + #s.transfers = #w.votes + #w.transfers)\n \/\/ When there is a tied sore loser then there are no non-sore losers\n no disj a,b: Candidate | a.outcome = TiedSoreLoser and \n (b.outcome = TiedLoser or b.outcome = TiedEarlyLoser or \n b.outcome=Loser or b.outcome=EarlyLoser)\n \/\/ For each Tied Winner there is a Tied Loser\n\tall w: Candidate | some l: Candidate | w.outcome = TiedWinner implies \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser)\n \/\/ Tied Winners and Tied Losers have an equal number of votes\n\tall disj l,w: Candidate | \n ((l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) and\n w.outcome = TiedWinner) implies #w.votes + #w.transfers = #l.votes + #l.transfers\n \/\/ Compromise winner must have more votes than any tied winners\n\tall disj c,t: Candidate | (c.outcome = CompromiseWinner and t.outcome = TiedWinner) \n\t\timplies\n\t\t#t.votes + #t.transfers < #c.votes + #c.transfers\n \/\/ Winners have more votes than non-tied losers\n\tall w,l: Candidate | w.outcome = Winner and \n (l.outcome = Loser or l.outcome = EarlyLoser or l.outcome = SoreLoser or\n l.outcome = EarlyLoserNonTransferable or l.outcome = SoreLoserNonTransferable) \n implies \n ((#l.votes < #w.votes) or (#l.votes + #l.transfers < #w.votes + #w.transfers))\n \/\/ For each Tied Loser there is at least one Tied Winner\n all c: Candidate | some w: Candidate |\n (c.outcome = TiedLoser or c.outcome = TiedSoreLoser or c.outcome = TiedEarlyLoser) \n\t\timplies w.outcome = TiedWinner\n}\n\n-- The Ballot Box\none sig BallotBox {\n spoiltBallots:\t\t set Ballot,\t\t-- empty ballots excluded from count\n nonTransferables: set Ballot,\t\t-- ballots for which preferences are exhausted\n size:\t\t\t\t\t Int \t\t\t -- number of unspolit ballots\n}\n{\n no b: Ballot | b in spoiltBallots and b in nonTransferables\n size = #Ballot - #spoiltBallots\n\t all b: Ballot | b in spoiltBallots iff #b.preferences = 0\n \/\/ All non-transferable ballots belong to an non-transferable surplus\n all b: Ballot | some c: Candidate | b in nonTransferables implies \n b in c.wasted\n}\n\n-- An Electoral Constituency\none sig Election {\n seats: \t\t\t\t Int,\t\t -- number of seats to be filled in this election\n constituencySeats:\tInt,\t\t -- full number of seats in this constituency\n method: \t\t\t\t Method\t-- type of election; PR-STV or plurality\n}\n{\n \t0 < seats and seats <= constituencySeats\n \tseats < #Candidate\n}\n \n-- Version Control for changes to model \none sig Version {\n year, month, day: Int\n} {\n year = 11\n month = 03\n day = 03\n}\n","old_contents":"-- (c) 2010-2011, Dermot Cochran, IT University of Copenhagen\n-- http:\/\/www.kindsoftware.com\/about\/people\/dc\n-- http:\/\/www.itu.dk\/people\/dero\n\nmodule Voting\n\nopen util\/integer\n\n-- Note that all axioms should be expressed as facts appended to signatures\n-- Standalone facts will be ignored by the API, but not by the analyser\n\n\/* \n\tThere are 8 winner-outcomes and 8 loser-outcomes:\n\n WinnerNonTransferable: \n elected on first round with at least one non-transferable surplus vote (STV)\n\t SurplusWinner:\t\t elected on first round with at least one surplus vote (STV),\n\t Winner: \t\t\t\t elected in the first round of counting either by quota or plurality,\n AboveQuotaWinner: elected with surplus votes after receipt of transfers (STV),\n QuotaWinnerNonTransferable:\n\t\t\t\t elected with at least one non-transferable surplus vote,\n QuotaWinner: \t\t elected with quota after transfers from another candidate (STV only),\n\t CompromiseWinner: elected on the last round of counting without quota (STV only),\n\t TiedWinner:\t\t\t elected by tie breaker,\n\t TiedLoser:\t\t\t loses only by tie breaker but reaches the threshold,\n\t Loser:\t\t\t \t\t defeated on last round but reaches the minimum threshold of votes,\n TiedEarlyLoser:\t reaches threshold but eliminated by tie breaker (STV only),\n EarlyLoserNonTransferable:\n reaches threshold bit is eliminated with some non-transferable votes,\n\t EarlyLoser:\t\t reaches threshold but is eliminated before last round (STV only),\n\t TiedSoreLoser:\t\t loses only by tie breaker but does not reach threshold,\n SoreLoserNonTransferable:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tbelow threshold and eliminated with some non-transferable votes\n\t SoreLoser: \t\t\t does not even reach the mimimum threshold of votes.\n*\/\nenum Event {SurplusWinner, \n WinnerNonTransferable, \n Winner, \n AboveQuotaWinner, \n QuotaWinnerNonTransferable, \n QuotaWinner, \n CompromiseWinner, \n\t TiedWinner, \n TiedLoser, \n Loser, \n TiedEarlyLoser, \n EarlyLoser, \n TiedSoreLoser, \n SoreLoser,\n\t EarlyLoserNonTransferable, \n SoreLoserNonTransferable}\n\nenum Method {Plurality, STV}\n\n-- An individual person standing for election\nsig Candidate {\n votes: \t\t\t set Ballot, \t-- First preference ballots assigned to this candidate\n\t transfers: \tset Ballot, -- Second and subsequent preferences received\n\t surplus: \t\t set Ballot, \t-- Ballots tranferred to another candidate \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t -- after election or elimination\n wasted:\t\t \t set Ballot,\t -- Surplus ballots non-transferable \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t -- due to exhaustion of preferences\n\t outcome: \t\t Event,\t\t -- Path through which the candidate either won or lost\n distributions: set Distribution, -- allocation of surplus votes\n} {\n 0 < #distributions implies (0 < #surplus and #wasted < #surplus)\n 0 < #wasted implies (outcome = WinnerNonTransferable or \n outcome = QuotaWinnerNonTransferable or\n outcome = EarlyLoserNonTransferable or\n\t outcome = SoreLoserNonTransferable)\n wasted in surplus\n\t no b: Ballot | b in votes & transfers\n\t all b: Ballot | b in votes + transfers implies this in b.assignees\n\t surplus in votes + transfers\n\t Election.method = Plurality implies #surplus = 0 and #transfers = 0\n \t0 < #transfers implies Election.method = STV\n ((outcome = Winner and Election.method = STV) or (\n outcome = SurplusWinner or outcome = WinnerNonTransferable)) implies\n Scenario.quota + #surplus = #votes\n \t(outcome = Winner or outcome = SurplusWinner or \n outcome = WinnerNonTransferable) implies #transfers = 0\n \t(outcome = QuotaWinner or outcome = AboveQuotaWinner or\n outcome = QuotaWinnerNonTransferable) implies surplus in transfers \n \t(outcome = QuotaWinner or outcome = AboveQuotaWinner or\n outcome = QuotaWinnerNonTransferable) implies \n\t\t Scenario.quota + #surplus = #votes + #transfers\n \tall b: Ballot | b in votes implies this in b.assignees\n \t0 < #surplus iff (outcome = SurplusWinner or outcome = AboveQuotaWinner)\n \t(outcome = EarlyLoser or outcome = TiedEarlyLoser) iff \n\t\t (this in Scenario.eliminated and not (#votes + #transfers < Scenario.threshold))\n \t\/\/ All non-sore losers are at or above the threshold\n outcome = TiedLoser implies Scenario.threshold <= #votes + #transfers\n outcome = Loser implies Scenario.threshold <= #votes + #transfers\n outcome = EarlyLoser implies Scenario.threshold <= #votes + #transfers\n outcome = EarlyLoserNonTransferable implies Scenario.threshold <= #votes + #transfers\n outcome = TiedEarlyLoser implies Scenario.threshold <= #votes + #transfers\n \t\/\/ Plurality outcomes\n \tElection.method = Plurality implies\n\t\t (outcome = Loser or outcome = SoreLoser or outcome = Winner or \n\t\t outcome = TiedWinner or outcome = TiedLoser or outcome = TiedSoreLoser)\n \t\/\/ PR-STV Winner has at least a quota of first preference votes\n \t(Election.method = STV and outcome = Winner) implies \n Scenario.quota = #votes\n (outcome = SurplusWinner or outcome = WinnerNonTransferable) implies \n Scenario.quota < #votes\n \/\/ Quota Winner has a least a quota of votes after transfers\n\t outcome = QuotaWinner implies\n\t Scenario.quota = #votes + #transfers\n (outcome = AboveQuotaWinner or outcome = QuotaWinnerNonTransferable) \n implies\n\t Scenario.quota < #votes + #transfers\n \/\/ Quota Winner does not have a quota of first preference votes\n\t (outcome = QuotaWinner or outcome = AboveQuotaWinner or \n outcome = QuotaWinnerNonTransferable) implies\n\t\t not Scenario.quota <= #votes\n \/\/ Compromise winners do not have a quota of votes\n\t outcome = CompromiseWinner implies\n\t\t not (Scenario.quota <= #votes + #transfers)\n \/\/ STV Tied Winners have less than a quota of votes\n\t (Election.method = STV and outcome = TiedWinner) implies\n\t\t not (Scenario.quota <= #votes + #transfers)\n \/\/ Sore Losers have less votes than the threshold\n\t (outcome = SoreLoser or outcome = SoreLoserNonTransferable) implies \n\t\t #votes + #transfers < Scenario.threshold\n \/\/ Tied Sore Losers have less votes than the threshold\n\t outcome = TiedSoreLoser implies \n\t\t #votes + #transfers < Scenario.threshold\n \/\/ Size of surplus for each STV Winner and Quota Winner\n\t (outcome = SurplusWinner or outcome = WinnerNonTransferable) \n implies ((#surplus = #votes - Scenario.quota) and #transfers = 0)\n (outcome = AboveQuotaWinner or outcome = QuotaWinnerNonTransferable) \n implies (#surplus = #votes + #transfers - Scenario.quota)\n \/\/ Fair distribution of transfers\n all d: Distribution | all b: Ballot | \n d in distributions and b in d.ballots implies\n (b in surplus and (not b in wasted))\n sum #distributions.ballots = #surplus - #wasted\n}\n\n\/* Proportional distribution of transfers:\n * The surplus is a representative sample of the available transferable votes,\n * taken from the last set received in the case of an AboveQuotaWinner and from\n\t* the full set of ballots in the case of a SurplusWinner\n *\/\nsig Distribution {\n receiver: Candidate,\n ballots: set Ballot\n}\n{\n not receiver.outcome = Winner\n not receiver.outcome = SurplusWinner\n not receiver.outcome = WinnerNonTransferable\n all b: Ballot | b in ballots implies receiver in b.assignees\n\t\treceiver in Scenario.winners or receiver in Scenario.losers\n}\n\n-- A digital or paper artifact which accurately records the intentions of the voter\nsig Ballot {\n assignees: \t\tset Candidate, -- Candidates to which this ballot has been assigned\n preferences: \tseq Candidate -- Ranking of candidates\n} {\n\t assignees in preferences.elems\n not preferences.hasDups\n\t preferences.first in assignees\n\t Election.method = Plurality implies #preferences <= 1\n 0 <= #preferences\n \/\/ First preference\n all c: Candidate | preferences.first = c iff this in c.votes\n \/\/ Second and subsequent preferences\n all disj donor,receiver: Candidate |\n\t\t (donor + receiver in assignees and\n\t\t this in receiver.transfers and this in donor.surplus) implies \n\t\t (preferences.idxOf[donor] < preferences.idxOf[receiver] and\n\t\t receiver in preferences.rest.elems)\n \/\/ All ballot transfers are associated with the last candidate to receive the transfer\n\t all disj c,d: Candidate | this in c.transfers implies c in assignees and \n\t\t (d not in assignees or preferences.idxOf[d] < preferences.idxOf[c])\n \/\/ Transfers to next continuing candidate\n\t all disj skipped, receiving: Candidate | \n\t\t preferences.idxOf[skipped] < preferences.idxOf[receiving] and\n\t\t receiving in assignees and (not skipped in assignees) implies\n\t\t (skipped in Scenario.eliminated or skipped.outcome = SurplusWinner or \n\t\t skipped.outcome = AboveQuotaWinner)\n}\n\n-- An election result\none sig Scenario {\n losers: \t\t\t\tset Candidate,\n winners: \t\t\tset Candidate,\n\t eliminated: set Candidate, -- Early and Sore Losers under STV rules\n\t threshold: \tInt, \t\t\t\t\t -- Minimum number of votes for a Loser or Early Loser\n\t quota: \t\t\t\t Int,\t\t\t\t\t -- Minimum number of votes for a STV Winner or Quota Winner\n fullQuota:\t\tInt\t\t\t\t\t -- Quota if all constituency seats were vacant\n} {\n \tall c: Candidate | c in winners + losers\n \t#winners = Election.seats\n \tno c: Candidate | c in losers & winners\n \t0 < #losers\n \tall w: Candidate | all l: Candidate | l in losers and w in winners implies \n\t\t (#l.votes + #l.transfers <= #w.votes + #w.transfers)\n Election.method = STV implies threshold = 1 + fullQuota.div[4]\n\t eliminated in losers\n \/\/ All PR-STV losers have less votes than the quota\n\t all c: Candidate | (c in losers and Election.method = STV) implies \n #c.votes + #c.transfers < quota\n \/\/ Winners have more votes than all non-tied losers\n all disj c,d: Candidate | c in winners and \n (d.outcome = SoreLoser or d.outcome = EarlyLoser or d.outcome = Loser) implies\n\t (#d.votes + #d.transfers) < (#c.votes + #c.transfers)\n \/\/ Losers have less votes than all non-tied winners\n all disj c,d: Candidate | \n\t (c.outcome = CompromiseWinner or c.outcome = QuotaWinner or c.outcome = Winner\n\t\tor c.outcome = SurplusWinner or c.outcome = AboveQuotaWinner) and \n\t d in losers implies\n\t #d.votes + #d.transfers < #c.votes + #c.transfers\n \/\/ Lowest candidate is eliminated first\n\tall disj c,d: Candidate | c in eliminated and d not in eliminated implies\n\t\t#c.votes + #c.transfers <= #d.votes + #d.transfers\n \/\/ A non-sore plurality loser must have received at least five percent of the total vote\n\tElection.method = Plurality implies threshold = 1 + BallotBox.size.div[20]\n \/\/ Winning outcomes\n\tall c: Candidate | c in winners iff \n\t\t(c.outcome = Winner or c.outcome = QuotaWinner or \n\t\tc.outcome = CompromiseWinner or \n\t\tc.outcome = TiedWinner or c.outcome = SurplusWinner or \n\t\tc.outcome = AboveQuotaWinner or\n c.outcome = WinnerNonTransferable or\n c.outcome = QuotaWinnerNonTransferable)\n \/\/ Losing outcomes\n\tall c: Candidate | c in losers iff\n\t\t(c.outcome = Loser or c.outcome = EarlyLoser or c.outcome = SoreLoser or \n\t\tc.outcome = TiedLoser or c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser)\n \/\/ STV election quotas\n Election.method = STV implies quota = 1 + BallotBox.size.div[Election.seats+1] and\n \tfullQuota = 1 + BallotBox.size.div[Election.constituencySeats + 1]\n Election.method = Plurality implies quota = 1 and fullQuota = 1\n \/\/ All ties involve equality between at least one winner and at least one loser\n all w: Candidate | some l: Candidate | w.outcome = TiedWinner and \n\t \t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies\n\t\t(#l.votes + #l.transfers = #w.votes + #w.transfers)\n all s: Candidate | some w: Candidate | w.outcome = TiedWinner and \n (s.outcome = SoreLoser or s.outcome = TiedLoser or s.outcome = TiedEarlyLoser) implies\n (#s.votes = #w.votes) or (#s.votes + #s.transfers = #w.votes + #w.transfers)\n \/\/ When there is a tied sore loser then there are no non-sore losers\n no disj a,b: Candidate | a.outcome = TiedSoreLoser and \n (b.outcome = TiedLoser or b.outcome = TiedEarlyLoser or \n b.outcome=Loser or b.outcome=EarlyLoser)\n \/\/ For each Tied Winner there is a Tied Loser\n\tall w: Candidate | some l: Candidate | w.outcome = TiedWinner implies \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser)\n \/\/ Tied Winners and Tied Losers have an equal number of votes\n\tall disj l,w: Candidate | \n ((l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) and\n w.outcome = TiedWinner) implies #w.votes + #w.transfers = #l.votes + #l.transfers\n \/\/ Compromise winner must have more votes than any tied winners\n\tall disj c,t: Candidate | (c.outcome = CompromiseWinner and t.outcome = TiedWinner) \n\t\timplies\n\t\t#t.votes + #t.transfers < #c.votes + #c.transfers\n \/\/ Winners have more votes than non-tied losers\n\tall w,l: Candidate | w.outcome = Winner and \n (l.outcome = Loser or l.outcome = EarlyLoser or l.outcome = SoreLoser) implies \n ((#l.votes < #w.votes) or (#l.votes + #l.transfers < #w.votes + #w.transfers))\n \/\/ For each Tied Loser there is at least one Tied Winner\n all c: Candidate | some w: Candidate |\n (c.outcome = TiedLoser or c.outcome = TiedSoreLoser or c.outcome = TiedEarlyLoser) \n\t\timplies w.outcome = TiedWinner\n}\n\n-- The Ballot Box\none sig BallotBox {\n spoiltBallots:\t\tset Ballot,\t\t-- empty ballots excluded from count\n nonTransferables: \tset Ballot,\t\t-- surplus ballots for which preferences are exhausted\n size:\t\t\t\t\tInt \t\t\t-- number of unspolit ballots\n}\n{\n 0 <= size\n \tsize = #Ballot - #spoiltBallots\n\tall b: Ballot | b in spoiltBallots iff #b.preferences = 0\n \t\/\/ All non-transferable ballots belong to an undistributed surplus or eliminated candidate\n \tall b: Ballot | some c: Candidate | b in nonTransferables implies b in c.wasted\n\tall b: Ballot | no c: Candidate | b in nonTransferables and b in c.transfers\n}\n\n-- An Electoral Constituency\none sig Election {\n seats: \t\t\t\t Int,\t\t -- number of seats to be filled in this election\n constituencySeats:\tInt,\t\t -- full number of seats in this constituency\n method: \t\t\t\t Method\t-- type of election; PR-STV or plurality\n}\n{\n \t0 < seats and seats <= constituencySeats\n \tseats < #Candidate\n}\n \n-- Version Control for changes to model \none sig Version {\n year, month, day: Int\n} {\n year = 11\n month = 02\n day = 25\n}\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"db5973dec243e177440b5f4cefbbf85acaa47ab1","subject":"Add Thursday's solutions","message":"Add Thursday's solutions\n","repos":"jaanos\/LVR-2016,jaanos\/LVR-2016","old_file":"tutorials\/2017\/thursday\/tutorial_questions.als","new_file":"tutorials\/2017\/thursday\/tutorial_questions.als","new_contents":"\/\/ This tutorial models a certain kind of state machine in Alloy\n\n\/\/ A state machine is a set of states.\n\/\/ Each state q has a successor relation. \n\/\/ q.successors is the set of possible next states following state q\n\nsig State { \n\tsuccessors: set State\n} \n\n\/\/ There is exactly one initial state\n\none sig Initial extends State { }\n\n\/\/ There is a set of final states\n\/\/ Each final state has an empty set of successors\n\nsome sig Final extends State { } { no successors }\n\n\/\/ The kind of state machine we are modelling has two other kinds of state: \n\/\/ yellow states and black states.\n\/\/ By using sig declarations in Alloy these sets are disjoint by default.\n\/\/ We add an axiom (a \"fact\") asserting that every state is initial, final, yellow or black\n\nsig Yellow extends State { } \nsig Black extends State { } \nfact { State = Initial + Final + Yellow + Black }\n\n\/\/ The 0-arity predicate nontrivModel below expresses that the model is \"nontrivial\" in the\n\/\/ sense that black, yellow and final states all exist.\n\npred nontrivModel { #Final > 0 && #Black > 0 && #Yellow > 0 }\n\n\/\/ Uncomment the run command below to check to see if the predicate can be satisfied in scope 1\nrun nontrivModel for 5\n\n\/\/ *** EXERCISE 1 ***\n\/\/ (a) Find the smallest scope in which nontrivModel is satisfiable\n\/\/ (b) Look at the model generated by clicking on Instance\n\/\/\tTo improve the display of the model click on Theme\n\/\/\tClick on sig Black in the left-hand menu and colour Black states black\n\/\/\tSimilarly colour Yellow states yellow, the initial state green and final states red\n\/\/\tClick on successors and delete the label from the text box in the top left corner\n\/\/\tIf there is a funny $nontrivModel relation displayed click on that and set \"show as arcs\" to off\n\/\/\tClick on Apply and then Close\n\/\/ The model should now display nicely\n\/\/ (c) Look at further models by clicking on Next\n\/\/\tAlso run nontrivModel again in larger scope (not too large) to generate larger models\n\n\/\/ *** EXERCISE 2 ***\n\/\/ Say that a state is deadlocked if it has no successors.\n\/\/ The sig declaration for Final requires final states to be deadlocked\n\/\/ Add an axiom stating that only Final states can deadlock\n\/\/ (You may find it useful to use a comprehension term { q: A | P }\n\/\/ which defines the subset of those q in set A that satisfy property P)\n\/\/ For a good reference on the logic of Alloy look at the slides for Session 1 of: \n\/\/ http:\/\/alloy.mit.edu\/alloy\/tutorials\/day-course\/\n\nfact { all q: State - Final | some q.successors }\n\n\/\/ After this, and all subsequent exercises involving the addition of new facts run nontrivModel\n\/\/ in suitable scope and use the Next button to again explore the range of models available\n\n\/\/ *** EXERCISE 3 ***\n\/\/ Add an axiom stating that every state is reachable from the initial state\n\nfact { State in Initial.*successors }\n\n\/\/ *** EXERCISE 4 ***\n\/\/ Black nodes are intended to represent error states. \n\/\/ When an execution reaches a black node it has to be corrected by eventually\n\/\/ resetting the system by returning it to the Initial node.\n\/\/ Add an axiom stating that the initial node is reachable from every black node\n\nfact { Black in ^successors.Initial }\n\n\/\/*** EXERCISE 5 ***\n\/\/ Yellow states are intended to represent non-error intermediate states that \n\/\/ may be encountered en-route to arriving at a final state\n\/\/ Add an axiom stating that every yellow state has a path to a final state\n\nfact { Yellow in ^successors.Final }\n\n\/\/ *** EXERCISE 6 ***\n\/\/ In this exercise we use the \"assert\" command to state a property that we\n\/\/ hope follows from the axioms.\n\/\/ The property is that every state has a path to a final state\n\/\/ complete the assert command below by filling in the property\n\/\/ between the curly braces.\n\nassert finishable { State in *successors.Final }\n\n\/\/ Uncomment and modify the check command below to check finishable in a sufficiently large scope to\n\/\/ be confident whether or not the property is true.\n\ncheck finishable for 5\n\n\/\/ If the property is not true then can you fix the model to make it true?\n\n\/\/ *** EXERCISE 7 ***\n\/\/ There is one further property we want to axiomatize.\n\/\/ We want to force the system to reset after a Black state.\n\/\/ This can be achieved by requiring that \n\/\/ every path to a final state from a black state goes through the initial state.\n\/\/ Add this as an axiom.\n\/\/ (Hint, you might need to use set operators to define a derived relation.)\n\nfact { no Black.^(successors - (State -> Initial)) & Final }\n\n\/\/ Aditional condition: no final state is successor to the initial state\n\nfact { not Initial in successors.Final }\n","old_contents":"\/\/ This tutorial models a certain kind of state machine in Alloy\n\n\/\/ A state machine is a set of states.\n\/\/ Each state q has a successor relation. \n\/\/ q.successors is the set of possible next states following state q\n\nsig State { \n\tsuccessors: set State\n} \n\n\/\/ There is exactly one initial state\n\none sig Initial extends State { }\n\n\/\/ There is a set of final states\n\/\/ Each final state has an empty set of successors\n\nsig Final extends State { } { no successors }\n\n\/\/ The kind of state machine we are modelling has two other kinds of state: \n\/\/ yellow states and black states.\n\/\/ By using sig declarations in Alloy these sets are disjoint by default.\n\/\/ We add an axiom (a \"fact\") asserting that every state is initial, final, yellow or black\n\nsig Yellow extends State { } \nsig Black extends State { } \nfact { State = Initial + Final + Yellow + Black }\n\n\/\/ The 0-arity predicate nontrivModel below expresses that the model is \"nontrivial\" in the\n\/\/ sense that black, yellow and final states all exist.\n\npred nontrivModel { #Final > 0 && #Black > 0 && #Yellow > 0 }\n\n\/\/ Uncomment the run command below to check to see if the predicate can be satisfied in scope 1\n\/\/ run nontrivModel for 1\n\n\/\/ *** EXERCISE 1 ***\n\/\/ (a) Find the smallest scope in which nontrivModel is satisfiable\n\/\/ (b) Look at the model generated by clicking on Instance\n\/\/\tTo improve the display of the model click on Theme\n\/\/\tClick on sig Black in the left-hand menu and colour Black states black\n\/\/\tSimilarly colour Yellow states yellow, the initial state green and final states red\n\/\/\tClick on successors and delete the label from the text box in the top left corner\n\/\/\tIf there is a funny $nontrivModel relation displayed click on that and set \"show as arcs\" to off\n\/\/\tClick on Apply and then Close\n\/\/ The model should now display nicely\n\/\/ (c) Look at further models by clicking on Next\n\/\/\tAlso run nontrivModel again in larger scope (not too large) to generate larger models\n\n\/\/ *** EXERCISE 2 ***\n\/\/ Say that a state is deadlocked if it has no successors.\n\/\/ The sig declaration for Final requires final states to be deadlocked\n\/\/ Add an axiom stating that only Final states can deadlock\n\/\/ (You may find it useful to use a comprehension term { q: A | P }\n\/\/ which defines the subset of those q in set A that satisfy property P)\n\/\/ For a good reference on the logic of Alloy look at the slides for Session 1 of: \n\/\/ http:\/\/alloy.mit.edu\/alloy\/tutorials\/day-course\/\n\n\/\/ After this, and all subsequent exercises involving the addition of new facts run nontrivModel\n\/\/ in suitable scope and use the Next button to again explore the range of models available\n\n\/\/ *** EXERCISE 3 ***\n\/\/ Add an axiom stating that every state is reachable from the initial state\n\n\/\/ *** EXERCISE 4 ***\n\/\/ Black nodes are intended to represent error states. \n\/\/ When an execution reaches a black node it has to be corrected by eventually\n\/\/ resetting the system by returning it to the Initial node.\n\/\/ Add an axiom stating that the initial node is reachable from every black node\n\n\/\/*** EXERCISE 5 ***\n\/\/ Yellow states are intended to represent non-error intermediate states that \n\/\/ may be encountered en-route to arriving at a final state\n\/\/ Add an axiom stating that every yellow state has a path to a final state\n\n\/\/ *** EXERCISE 6 ***\n\/\/ In this exercise we use the \"assert\" command to state a property that we\n\/\/ hope follows from the axioms.\n\/\/ The property is that every state has a path to a final state\n\/\/ complete the assert command below by filling in the property\n\/\/ between the curly braces.\n\nassert finishable { }\n\n\/\/ Uncomment and modify the check command below to check finishable in a sufficiently large scope to\n\/\/ be confident whether or not the property is true.\n\n\/\/ check finishable for 1\n\n\/\/ If the property is not true then can you fix the model to make it true?\n\n\/\/ *** EXERCISE 7 ***\n\/\/ There is one further property we want to axiomatize.\n\/\/ We want to force the system to reset after a Black state.\n\/\/ This can be achieved by requiring that \n\/\/ every path to a final state from a black state goes through the initial state.\n\/\/ Add this as an axiom.\n\/\/ (Hint, you might need to use set operators to define a derived relation.)\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"14a02557c59fb8630e6529266520f24b99bbc9dc","subject":"add names","message":"add names\n","repos":"nishio\/learning_alloy,nishio\/learning_alloy,nishio\/learning_alloy","old_file":"etude16.als","new_file":"etude16.als","new_contents":"open util\/ordering[Time]\nopen named_man_ja [Man]\nopen named_woman_ja [Woman]\n\nsig Time {}\n\nabstract sig Person {\n\tstate: State -> Time,\n}\n\nabstract sig Man, Woman extends Person {}\n\nenum State {Married, NotMarried}\n\npred init (t: Time) {\n\tall p: Person | p.state.t = NotMarried\n}\n\npred step (t, t': Time) {\n\tsome disj p1, p2 : Person {\n\t\t{\n\t\t\t\/\/ marrige\n\t\t\tp1.state.t = NotMarried and p2.state.t = NotMarried\n\t\t\tp1.state.t' = Married and p2.state.t' = Married\n\t\t} or {\n\t\t\t\/\/ divorce\n\t\t\tp1.state.t = Married and p2.state.t = Married\n\t\t\tp1.state.t' = NotMarried and p2.state.t' = NotMarried\n\t\t}\n\t}\n}\n\nfact Traces {\n\tinit[first]\n\tall t: Time - last {\n\t\tstep[t, t.next]\n\t}\n}\n\nrun {} for exactly 3 Person, 5 Time\n","old_contents":"open util\/ordering[Time]\n\nsig Time {}\n\nsig Person {\n\tstate: State -> Time,\n}\n\nenum State {Married, NotMarried}\n\npred init (t: Time) {\n\tall p: Person | p.state.t = NotMarried\n}\n\npred step (t, t': Time) {\n\tsome disj p1, p2 : Person {\n\t\t{\n\t\t\t\/\/ marrige\n\t\t\tp1.state.t = NotMarried and p2.state.t = NotMarried\n\t\t\tp1.state.t' = Married and p2.state.t' = Married\n\t\t} or {\n\t\t\t\/\/ divorce\n\t\t\tp1.state.t = Married and p2.state.t = Married\n\t\t\tp1.state.t' = NotMarried and p2.state.t' = NotMarried\n\t\t}\n\t}\n}\n\nfact Traces {\n\tinit[first]\n\tall t: Time - last {\n\t\tstep[t, t.next]\n\t}\n}\n\nrun {} for exactly 3 Person, 5 Time\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"9b935d2d286ec7a4537bbadb823f171a3129c754","subject":"Added Init_d to the deny","message":"Added Init_d to the deny\n","repos":"septract\/stellite-tool","old_file":"alloy\/histRelat.als","new_file":"alloy\/histRelat.als","new_contents":"\/\/ Relational version of history\n\nmodule histRelat\nopen c11Relat \n\npred preexecWF [ dom : set Action, \n kind : Action -> Kind,\n gloc : Action -> Glob, \n lloc1, lloc2 : Action -> Thr, \n sb : Action -> Action ] { \n SBwf[dom, kind, sb] \n locWF[dom, kind, gloc, lloc1, lloc2] \n\n lloc1 in Intern -> Thr \n lloc2 in Intern -> Thr\n\n \/\/ Assumptions don't turn up in the environment \n no kind.AssmEq & Extern \n\n \/\/ External actions are unordered in sb \n no sb & ((Extern -> Action) + (Action -> Extern)) \n\n \/\/ Internal actions are totally ordered in sb \n all disj a1, a2 : (dom & Intern) | \n a1 -> a2 in (^sb + ^(~sb))\n\n \/\/ Call \/ Return bracket internal actions\n all c : dom & Call, r : dom & Ret | { \n (c -> r) in ^sb \n all i : dom | \n i in Intern iff (c -> i) + (i -> r) in ^sb\n } \n}\n\nfun HBvsMO_d [ dom : set Action, kind : Action -> Kind,\n loc : Action -> Loc, wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] \n : (Action -> Action) { \n { u : (Extern + Ret), v : (Extern + Call) | \n some disj w1, w2 : (dom <: loc.Atomic) | \n { \n (w2 -> w1) in mo\n (w1 -> u) + (v -> w2) in (iden + hb) \n } \n } \n} \n\nfun CoWR_d [ dom : set Action, kind : Action -> Kind,\n loc : Action -> Loc, wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] \n : (Action -> Action) { \n { u : (Extern + Ret), v : (Extern + Call) |\n disj [u,v] and \n some w1, w2 : kind.Write & (dom <: loc.Atomic), \n r : kind.Read & (dom <: loc.Atomic) | \n { \n disj [w1, w2, r] \n (w1 -> r) in rf \n (w1 -> w2) in mo\n (w2 -> u) in iden + hb \n (v -> r) in iden + hb \n } \n } \n} \n\nfun HBacyc_d [ dom : set Action, \n kind : Action -> Kind,\n loc : Action -> Loc, \n wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] \n : (Action -> Action) { \n { u : (Extern + Ret), v : (Extern + Call) | \n disj [u,v] \n and \n (v -> u) in hb \n } \n} \n\nfun Init_d [ dom : set Action, \n kind : Action -> Kind, \n gloc : Action -> Glob, \n wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] \n : (Action -> Action) { \n { u : (Extern + Ret), v : (Extern + Call) | \n some w : dom & kind.(Write + RMW) & gloc.Atomic, \n r : dom & kind.Read & gloc.Atomic | { \n no rf.r \/\/ Read the init value \n (w -> u) in iden + hb\n (v -> r) in iden + hb\n w.gloc = r.gloc \n } \n } \n} \n\nfun getguar[ dom : Action, hb : Action -> Action ] : Action -> Action { \n hb & ((Extern -> Extern) + (Call -> Extern) + (Extern -> Ret)) \n} \n\nfun getdeny[ dom : set Action, kind : Action -> Kind,\n loc : Action -> Loc, wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] \n : Action -> Action { \n CoWR_d[dom, kind, loc, wv, rv, ^hb, sb, mo, rf]\n + \n HBvsMO_d[dom, kind, loc, wv, rv, ^hb, sb, mo, rf]\n + \n HBacyc_d[dom, kind, loc, wv, rv, ^hb, sb, mo, rf] \n + \n Init_d[dom, kind, loc, wv, rv, ^hb, sb, mo, rf]\n\n \/\/ \/\/ Note: removed Ret -> Call deny because it's already enforced by sb \n \/\/ - (Ret -> Call) \n} \n\n\/*************************************************\/ \n\/* Cutting Predicates *\/ \n\/*************************************************\/\n\npred cutR[ dom : set Action, kind : Action -> Kind,\n loc : Action -> Loc, wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] { \n all r : Extern & kind.Read & loc.Atomic & dom | \n some w : Intern & dom | { \n (w -> r) in rf\n no (w.rf & Extern) - r\n } \n} \n\nfun vizAct[ dom : set Action, rf : Action -> Action ] : Action { \n \/\/ Internal actions \n (dom & Intern) + \n \/\/ External actions that are read or read from internal actions\n { a : dom & Extern | \n some a' : dom & Intern | some ((a -> a') + (a' -> a)) & rf }\n} \n\npred cutW[ dom : set Action, kind : Action -> Kind,\n loc : Action -> Loc, wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] { \n all disj w, w' : Extern & dom | { \n {(w.loc = w'.loc) and (no (w + w') & vizAct[dom, rf])} \n implies \n some w'' : vizAct[dom, rf] | \n (w -> w'') + (w'' -> w') in mo\n } \n} \n\n\n","old_contents":"\/\/ Relational version of history\n\nmodule histRelat\nopen c11Relat \n\npred preexecWF [ dom : set Action, \n kind : Action -> Kind,\n gloc : Action -> Glob, \n lloc1, lloc2 : Action -> Thr, \n sb : Action -> Action ] { \n SBwf[dom, kind, sb] \n locWF[dom, kind, gloc, lloc1, lloc2] \n\n lloc1 in Intern -> Thr \n lloc2 in Intern -> Thr\n\n \/\/ Assumptions don't turn up in the environment \n no kind.AssmEq & Extern \n\n \/\/ External actions are unordered in sb \n no sb & ((Extern -> Action) + (Action -> Extern)) \n\n \/\/ Internal actions are totally ordered in sb \n all disj a1, a2 : (dom & Intern) | \n a1 -> a2 in (^sb + ^(~sb))\n\n \/\/ Call \/ Return bracket internal actions\n all c : dom & Call, r : dom & Ret | { \n (c -> r) in ^sb \n all i : dom | \n i in Intern iff (c -> i) + (i -> r) in ^sb\n } \n}\n\nfun HBvsMO_d [ dom : set Action, kind : Action -> Kind,\n loc : Action -> Loc, wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] \n : (Action -> Action) { \n { u : (Extern + Ret), v : (Extern + Call) | \n some disj w1, w2 : (dom <: loc.Atomic) | \n { \n (w2 -> w1) in mo\n (w1 -> u) + (v -> w2) in (iden + hb) \n } \n } \n} \n\nfun CoWR_d [ dom : set Action, kind : Action -> Kind,\n loc : Action -> Loc, wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] \n : (Action -> Action) { \n { u : (Extern + Ret), v : (Extern + Call) |\n disj [u,v] and \n some w1, w2 : kind.Write & (dom <: loc.Atomic), \n r : kind.Read & (dom <: loc.Atomic) | \n { \n disj [w1, w2, r] \n (w1 -> r) in rf \n (w1 -> w2) in mo\n (w2 -> u) in iden + hb \n (v -> r) in iden + hb \n } \n } \n} \n\nfun HBacyc_d [ dom : set Action, kind : Action -> Kind,\n loc : Action -> Loc, wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] \n : (Action -> Action) { \n { u : (Extern + Ret), v : (Extern + Call) | \n disj [u,v] \n and \n (v -> u) in hb \n } \n} \n\nfun getguar[ dom : Action, hb : Action -> Action ] : Action -> Action { \n hb & ((Extern -> Extern) + (Call -> Extern) + (Extern -> Ret)) \n} \n\nfun getdeny[ dom : set Action, kind : Action -> Kind,\n loc : Action -> Loc, wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] \n : Action -> Action { \n \/\/ Note: removed Ret -> Call deny because it's already enforced by sb \n (CoWR_d[dom, kind, loc, wv, rv, ^hb, sb, mo, rf]\n + \n HBvsMO_d[dom, kind, loc, wv, rv, ^hb, sb, mo, rf]\n + \n HBacyc_d[dom, kind, loc, wv, rv, ^hb, sb, mo, rf])\n - (Ret -> Call) \n} \n\n\/*************************************************\/ \n\/* Cutting Predicates *\/ \n\/*************************************************\/\n\npred cutR[ dom : set Action, kind : Action -> Kind,\n loc : Action -> Loc, wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] { \n all r : Extern & kind.Read & loc.Atomic & dom | \n some w : Intern & dom | { \n (w -> r) in rf\n no (w.rf & Extern) - r\n } \n} \n\nfun vizAct[ dom : set Action, rf : Action -> Action ] : Action { \n \/\/ Internal actions \n (dom & Intern) + \n \/\/ External actions that are read or read from internal actions\n { a : dom & Extern | \n some a' : dom & Intern | some ((a -> a') + (a' -> a)) & rf }\n} \n\npred cutW[ dom : set Action, kind : Action -> Kind,\n loc : Action -> Loc, wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] { \n all disj w, w' : Extern & dom | { \n {(w.loc = w'.loc) and (no (w + w') & vizAct[dom, rf])} \n implies \n some w'' : vizAct[dom, rf] | \n (w -> w'') + (w'' -> w') in mo\n } \n} \n\n\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"59e841b4220a473fc44fa0343818bd4298ee23ad","subject":"use Scope to specify maze's size.","message":"use Scope to specify maze's size.\n","repos":"nagachika\/maze_maker,nagachika\/maze_maker,nagachika\/maze_maker","old_file":"alloy\/simple_maze.als","new_file":"alloy\/simple_maze.als","new_contents":"module maze_maker\/simple_maze\n\nopen util\/ordering[Col] as cols\nopen util\/ordering[Row] as rows\n\n\/\/ \u96a3\u63a5\u3059\u308b Cell\nfun adjacent (col: Col, row: Row) : Col -> Row {\n col.prev -> row +\n col.next -> row +\n col -> row.prev +\n col -> row.next\n}\n\nsig Col {\n paths: Row -> Col -> Row\n} {\n \/\/ \u81ea\u5206\u81ea\u8eab\u3068\u306e\u63a5\u7d9a\u306f\u306a\u3057\n all row: Row | no (this -> row) & row.paths\n \/\/ \u63a5\u7d9a\u5148\u306f\u5fc5\u305a\u96a3\u63a5\u3059\u308b(4\u8fd1\u508d\u306e) Cell\n all row: Row | row.paths in adjacent[this, row]\n}\nsig Row {}\n\none sig entrance_x extends Col {}\none sig entrance_y extends Row {}\none sig exit_x extends Col {}\none sig exit_y extends Row {}\n\n\/\/ \u4f4d\u7f6e\u304c\u76e4\u306e\u7aef\npred edge (col: Col, row: Row) {\n col = cols\/first or col = cols\/last or row = rows\/first or row = rows\/last\n}\n\nfact {\n \/\/ \u5168\u3066\u306e\u4f4d\u7f6e\u304c paths \u306b\u542b\u307e\u308c\u3066\u3044\u308b\n all col: Col, row: Row | (col -> row) in paths[Col, Row]\n \/\/ paths \u306e\u9023\u7d50\u306f\u53cd\u5c04\u7684\n all c1, c2: Col, r1, r2: Row | (c1 -> r1 -> c2 -> r2) in paths => (c2 -> r2 -> c1 -> r1) in paths\n \/\/ \u5165\u53e3\u3068\u51fa\u53e3\u306f\u3044\u305a\u308c\u3082\u76e4\u9762\u306e\u7aef\u306b\u4f4d\u7f6e\u3059\u308b\n edge[entrance_x, entrance_y]\n edge[exit_x, exit_y]\n}\n\nrun {} for exactly 10 Col, exactly 10 Row\n","old_contents":"module maze_maker\/simple_maze\n\nopen util\/ordering[Col] as cols\nopen util\/ordering[Row] as rows\n\n\/\/ \u8ff7\u8def\u306e\u30b5\u30a4\u30ba\nfun height : Int {\n 10\n}\nfun width: Int {\n 10\n}\n\n\/\/ \u96a3\u63a5\u3059\u308b Cell\nfun adjacent (col: Col, row: Row) : Col -> Row {\n col.prev -> row +\n col.next -> row +\n col -> row.prev +\n col -> row.next\n}\n\nsig Col {\n paths: Row -> Col -> Row\n} {\n \/\/ \u81ea\u5206\u81ea\u8eab\u3068\u306e\u63a5\u7d9a\u306f\u306a\u3057\n all row: Row | no (this -> row) & row.paths\n \/\/ \u63a5\u7d9a\u5148\u306f\u5fc5\u305a\u96a3\u63a5\u3059\u308b(4\u8fd1\u508d\u306e) Cell\n all row: Row | row.paths in adjacent[this, row]\n}\nsig Row {}\n\none sig entrance_x extends Col {}\none sig entrance_y extends Row {}\none sig exit_x extends Col {}\none sig exit_y extends Row {}\n\n\/\/ \u4f4d\u7f6e\u304c\u76e4\u306e\u7aef\npred edge (col: Col, row: Row) {\n col = cols\/first or col = cols\/last or row = rows\/first or row = rows\/last\n}\n\nfact {\n \/\/ \u5168\u3066\u306e\u4f4d\u7f6e\u304c paths \u306b\u542b\u307e\u308c\u3066\u3044\u308b\n all col: Col, row: Row | (col -> row) in paths[Col, Row]\n \/\/ paths \u306e\u9023\u7d50\u306f\u53cd\u5c04\u7684\n all c1, c2: Col, r1, r2: Row | (c1 -> r1 -> c2 -> r2) in paths => (c2 -> r2 -> c1 -> r1) in paths\n \/\/ \u5165\u53e3\u3068\u51fa\u53e3\u306f\u3044\u305a\u308c\u3082\u76e4\u9762\u306e\u7aef\u306b\u4f4d\u7f6e\u3059\u308b\n edge[entrance_x, entrance_y]\n edge[exit_x, exit_y]\n}\n\nrun {\n #Col = width[]\n #Row = height[]\n} for 10\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"d97cc372e99d9a61402448b6f9230e299339c728","subject":"Fixed mismatch between ballots and votes.","message":"Fixed mismatch between ballots and votes.\n","repos":"GaloisInc\/Votail,GaloisInc\/Votail,GaloisInc\/Votail","old_file":"models\/Voting.als","new_file":"models\/Voting.als","new_contents":"-- (c) 2010, Dermot Cochran, IT University of Copenhagen\n-- http:\/\/www.kindsoftware.com\/about\/people\/dc\n-- http:\/\/www.itu.dk\/people\/dero\n\nmodule Voting\n\nopen util\/integer\n\n-- A individual person standing for election\nsig Candidate {\n identifier: Int, -- Unique identifier for this candidate\n votes: \t\t\t set Ballot, \t-- First preference ballots assigned to this candidate\n\ttransfers: \t set Ballot, -- Ballots received by transfer from another candidate\n\tsurplus: \t\t set Ballot, \t-- Ballots given to another candidate (on election or elimination)\n\toutcome: \t\t Event\t\n} {\n\tno b: Ballot | b in votes & transfers\n\tall b: Ballot | b in votes + transfers => this in b.assignees\n\tsurplus in votes + transfers\n\tElection.method = Plurality implies #surplus = 0 and #transfers = 0\n 0 < identifier\n}\n\n-- A digital or paper artifact which accurately records the intentions of the voter\nsig Ballot {\n identifier:\t\tInt,\t\t\t\t -- Unique identifier for this ballot\n assignees: \t\tset Candidate, -- Candidates to which this ballot has been assigned\n preferences: \tseq Candidate\n} {\n\tassignees in preferences.elems\n not preferences.hasDups\n\tpreferences.elems in Election.candidates\n\tpreferences.first in assignees\n\tElection.method = Plurality implies #preferences = 1\n 0 < #preferences\n 0 < identifier\n some v: Vote | v.ballot = identifier and v.candidate = preferences.first.identifier and v.ranking = 1\n some v: Vote | v.ballot = identifier and v.candidate = preferences.last.identifier and v.ranking = #preferences\n all v: Vote | v.ballot = identifier implies v.candidate = preferences.subseq[v.ranking-1,v.ranking].first.identifier\n}\n\n-- Table of fragments of Votes used for encoding of results\nsig Vote {\n\tballot:\t\t\tInt,\t\t-- Ballot identifier\n candidate: \tInt,\t\t-- Candidate identifier\n ranking: \t\tInt\t\t-- Ranking of candidate on ballot paper (e.g. 1,2,3,...)\n} {\n\t0 < ranking and ranking <= #Election.candidates\n some b: Ballot | b.identifier = ballot and ranking <= #b.preferences\n some c: Candidate | c.identifier = candidate\n}\n\n-- An election result\none sig Scenario {\n \tlosers: \t\t\t\tset Candidate,\n \twinners: \t\t\tset Candidate,\n\teliminated: \t\tset Candidate, \t\t-- Candidates excluded under STV rules\n\tthreshold: \t\tInt, \t\t\t\t\t\t-- Minimum number of votes for a Loser or EarlyLoser\n\tquota: \t\t\t\tInt\t\t\t\t\t\t-- Minimum number of votes for a STV Winner or QuotaWinner\n}\n{\n \twinners + losers = Election.candidates\n \t#winners = Election.seats\n \tno c: Candidate | c in losers & winners\n \t0 < #losers\n \tall w: Candidate | all l: Candidate | l in losers and w in winners implies \n\t\t#l.votes + #l.transfers <= #w.votes + #w.transfers\n\t0 <= threshold\n\tthreshold < quota\n\tElection.method = Plurality implies #eliminated = 0\n\teliminated in losers\n\tall c: Candidate | c in losers implies Election.method = Plurality or #c.votes + #c.transfers < quota\n}\n\n\/* \n\tThere are four winner-outcomes and six loser-outcomes:\n\n\tWinner: \t\t\t\t\t\t(W1) elected in the first round of counting either by quota or plurality,\n\tQuotaWinner: \t\t\t\t(W2) elected with transfers from another candidate (STV only),\n\tCompromiseWinner: \t(W3) elected on the last round of counting without quota (STV only),\n\tTiedWinner:\t\t\t\t\t(W4) elected by tie breaker,\n\tTiedLoser:\t\t\t\t\t(L1) loses only by tie breaker but reaches the threshold,\n\tLoser:\t\t\t \t\t\t\t(L2) defeated on last round but reaches the minimum threshold of votes,\n TiedEarlyLoser:\t\t\t(L3) reaches threshold but eliminated by tie breaker (STV only),\n\tEarlyLoser:\t\t\t\t\t(L4) reaches threshold but is eliminated before last round (STV only),\n\tTiedSoreLoser:\t\t\t\t(L5) loses only by tie breaker but does not reach threshold,\n\tSoreLoser: \t\t\t\t\t(L6) does not even reach the mimimum threshold of votes\n*\/\nenum Event {Winner, QuotaWinner, CompromiseWinner, TiedWinner, \n\tTiedLoser, Loser, TiedEarlyLoser, EarlyLoser, TiedSoreLoser, SoreLoser}\n\nenum Method {Plurality, STV}\n\n-- An Election Constituency\none sig Election {\n candidates: \tset Candidate,\n seats: \t\t\t\tInt,\n method: \t\t\tMethod\n}\n{\n \t0 < seats\n \tseats < #candidates\n \tall c: Candidate | c in candidates\n}\n\n-- Independent (or Fundamental) Axioms\nfact uniqueCandidateID {\n no disj a,b: Candidate | a.identifier = b.identifier\n}\n\nfact uniqueBallotID {\n no disj a,b: Ballot | a.identifier = b.identifier\n}\n\nfact nonDuplicationOfVotes {\n no disj a,b: Vote | a.ballot = b.ballot and a.candidate = b.candidate\n}\n\nfact integrity {\n all c: Candidate | all b: Ballot | b in c.votes implies c in b.assignees\n}\n\nfact pluralityEvents {\n\tall c: Candidate | Election.method = Plurality implies\n\t\t(c.outcome = Loser or c.outcome = SoreLoser or c.outcome = Winner or \n\t\tc.outcome = TiedWinner or c.outcome = TiedLoser)\n}\n\nfact winnerSTV {\n\tall c: Candidate | Election.method = STV implies (\n\t\tc.outcome = Winner iff Scenario.quota <= #c.votes)\n}\n\nfact transferWinner {\n\tall c: Candidate | c.outcome = QuotaWinner iff \n\t\t#c.votes < Scenario.quota and Scenario.quota <= #c.votes + #c.transfers \n}\n\nfact closeWinner {\n\tall c: Candidate | c.outcome = CompromiseWinner or c.outcome = TiedWinner iff \n\t\tc in Scenario.winners and #c.votes + #c.transfers < Scenario.quota\n}\n\nfact soreLoser {\n\tall c: Candidate | (c.outcome = SoreLoser or c.outcome = TiedSoreLoser) iff \n\t\t#c.votes + #c.transfers < Scenario.threshold\n}\n\nfact loser {\n\tall c: Candidate | (c.outcome = Loser or c.outcome = TiedLoser or c.outcome = TiedSoreLoser) iff \n\t\tc in Scenario.losers - Scenario.eliminated\n}\n\nfact earlyLoser {\n\tall c: Candidate | c.outcome = EarlyLoser or c.outcome = TiedEarlyLoser iff \n\t\t(c in Scenario.losers & Scenario.eliminated and Scenario.threshold <= #c.votes + #c.transfers)\n}\n\nfact winners {\n\tall c: Candidate | c in Scenario.winners iff \n\t\tc.outcome = Winner or c.outcome = QuotaWinner or c.outcome = CompromiseWinner or \n\t\tc.outcome = TiedWinner\n}\n\nfact losers {\n\tall c: Candidate | c in Scenario.losers iff\n\t\t(c.outcome = Loser or c.outcome = EarlyLoser or c.outcome = SoreLoser or \n\t\tc.outcome = TiedLoser or c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser)\n}\n\n-- Non-Independent Axioms for Ballot Integrity\nfact transfers {\n\tall c: Candidate | 0 < #c.transfers implies Election.method = STV\n}\n\nfact onlyWinnersAndQuotaWinnersHaveSurplus {\n\tall c: Candidate | 0 < #c.surplus implies \n\t\tc.outcome = Winner or c.outcome = QuotaWinner\n}\n\nfact winnersNeedNoTransfers {\n\t\tall c: Candidate | c.outcome = Winner implies 0 = #c.transfers\n}\n\nfact firstPreference {\n\tall b: Ballot | all c: Candidate | b.preferences.first = c iff b in c.votes\n}\n\nfact sizeOfSurplus {\n\tall c: Candidate | (c in Scenario.winners and Election.method = STV and 0 < #c.surplus) implies \n\t\t#c.surplus = #c.votes + #c.transfers - Scenario.quota\n}\n\nfact transferToNextPreference {\n\tall b: Ballot | all disj donor,receiver: Candidate |\n\t\t(donor + receiver in b.assignees and\n\t\tb in receiver.transfers and b in donor.surplus implies \n\t\tb.preferences.idxOf[donor] < b.preferences.idxOf[receiver] and\n\t\treceiver in b.preferences.rest.elems)\n}\n\nfact pluralityWinner {\n\tall disj a, b: Candidate | (Election.method = Plurality and Election.seats = 1) and\n\t\ta.outcome = Winner implies #b.votes <= #a.votes\n}\n\nfact transferToNextContinuingCandidate {\n\tall disj skipped, receiving: Candidate | all b: Ballot |\n\t\tb.preferences.idxOf[skipped] < b.preferences.idxOf[receiving] and\n\t\treceiving in b.assignees and (not skipped in b.assignees) implies\n\t\t(skipped in Scenario.eliminated or skipped.outcome = Winner or \n\t\tskipped.outcome = QuotaWinner)\n}\n\n\/\/ All ballots transfers are associated with the last candidate to receive the transfer\nfact ownership {\n\tall disj c,d: Candidate | all b: Ballot | b in c.transfers implies c in b.assignees and \n\t\t(d not in b.assignees or b.preferences.idxOf[d] < b.preferences.idxOf[c])\n}\n\n\/\/ Lowest candidate is eliminated first\nfact lowestElimination {\n\tall disj c,d: Candidate | c in Scenario.eliminated and d not in Scenario.eliminated implies\n\t\t#c.votes + #c.transfers <= #d.votes + #d.transfers\n}\n\n\/\/ All ties involve equality between at least one winner and at least one loser on either original votes or\n\/\/ on transfers plus original votes\nfact equalityOfTiedWinner {\n all w: Candidate | some l: Candidate | w.outcome = TiedWinner and \n\t \t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies\n\t\t(#l.votes = #w.votes) or (#l.votes + #l.transfers = #w.votes + #w.transfers)\n}\n\nfact equalityOfTiedLosers {\n all s: Candidate | some w: Candidate | w.outcome = TiedWinner and \n (s.outcome = SoreLoser or s.outcome = TiedLoser or s.outcome = TiedEarlyLoser) implies\n (#s.votes = #w.votes) or (#s.votes + #s.transfers = #w.votes + #w.transfers)\n}\n\n\/\/ Ranking of votes on ballots\nfact firstPreference {\n\tall v: Vote | some b: Ballot | v.ballot = b.identifier and\n\t\tv.ranking = 1 implies b.preferences.first.identifier = v.candidate\n}\n\nfact rankingOfVotes {\n \tall v: Vote | some b: Ballot | some c: Candidate | Election.method = STV and\n\t\tv.ballot = b.identifier and v.candidate = c.identifier implies\n\t c in b.preferences.elems and v.ranking = b.preferences.idxOf[c] + 1\n}\n\n-- Scenario Validity Axioms\n\/\/ When there is a tied sore loser then there are no non-sore losers\nfact typeOfTiedLoser {\n no disj a,b: Candidate | a.outcome = TiedSoreLoser and \n (b.outcome = TiedLoser or b.outcome = TiedEarlyLoser or \n b.outcome=Loser or b.outcome=EarlyLoser)\n}\n\nfact tieBreaker {\n\tall w: Candidate | some l: Candidate | w.outcome = TiedWinner implies \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser)\n}\n\nfact validTieBreaker {\n\tall l: Candidate | some w: Candidate | \n (l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies \n w.outcome = TiedWinner\n}\n\n-- Axioms for the recording of vote fragments\nfact allVotesRecorded {\n all b: Ballot | some v: Vote | v.ballot = b.identifier and v.ranking = #b.preferences\n}\n\n\/\/ All vote fragments are recorded for each ballot\nfact lowerRankings {\n all v: Vote | some w: Vote | 1 < v.ranking implies w.ranking + 1 = v.ranking and\n\tv.ballot = w.ballot and not v.candidate = w.candidate\n}\n\n\/\/ Well formed ranking of candidates in ballots\nfact wellFormedRanking {\n\tno disj v,w: Vote | v.ballot = w.ballot and Election.method = STV \n\t\timplies v.candidate = w.candidate or v.ranking = w.ranking\n}\n\n\/\/ Compromise winner must have more votes than any tied winners\nfact compromiseNotTied {\n\tall disj c,t: Candidate | (c.outcome = CompromiseWinner and t.outcome = TiedWinner) implies\n\t\t#t.votes + #t.transfers < #c.votes + #t.transfers\n}\n\n\/\/ Equal losers are tied\nfact equalityofTiedWinnersAndLosers {\n\tall disj w,l: Candidate | w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers implies\n\t\t\tw.outcome = TiedWinner and \n\t\t\t(l.outcome = TiedLoser or l.outcome = TiedEarlyLoser or l.outcome = TiedSoreLoser)\n}\n\n\/\/ Highest winner has a quota\nfact highestWinner {\n some c: Candidate | Election.method = STV implies \n\t\tScenario.quota <= #c.votes + #c.transfers\n}\n\n-- Basic Lemmas\nassert honestCount {\n\t all c: Candidate | all b: Ballot | b in c.votes + c.transfers implies c in b.assignees\n}\ncheck honestCount for 15 but 6 int\n\nassert atLeastOneLoser {\n\t0 < #Scenario.losers\n}\ncheck atLeastOneLoser for 15 but 6 int\n\nassert atLeastOneWinner {\n\t0 < #Scenario.winners\n}\ncheck atLeastOneWinner for 14 but 6 int\n\nassert wellFormednessOfBallots {\n\tall b: Ballot | b.assignees in Election.candidates\n}\ncheck wellFormednessOfBallots for 18 but 6 int\n\nassert plurality {\n\tall c: Candidate | all b: Ballot | b in c.votes and \n\t\tElection.method = Plurality implies c in b.preferences.first\n}\ncheck plurality for 18 but 6 int\n\nassert wellFormedTieBreaker {\n\tsome w,l : Candidate | (w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers) implies \n\t\tw.outcome = TiedWinner and \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome=TiedEarlyLoser)\n}\ncheck wellFormedTieBreaker for 18 but 6 int\n\nassert validSurplus {\n\tall c: Candidate | 0 < #c.surplus implies (c.outcome = Winner or c.outcome = QuotaWinner or \n\t\tc in Scenario.eliminated)\n}\ncheck validSurplus for 16 but 6 int\n\nassert wellFormedVote {\n\tall v: Vote | 0 < v.ballot and 0 < v.candidate\n}\ncheck wellFormedVote for 4 but 6 int\n\n-- Advanced Lemmas\n\/\/ No lost votes during counting\nassert accounting {\n\tall b: Ballot | one c: Candidate | b in c.votes and c in b.assignees\n}\ncheck accounting for 16 but 6 int\n\n\/\/ Cannot have tie breaker with both tied sore loser and non-sore loser\nassert tiedWinnerLoserTiedSoreLoser {\n\tno disj c,w,l: Candidate | c.outcome = TiedSoreLoser and\n\t w.outcome = TiedWinner and (l.outcome = Loser or l.outcome = TiedLoser)\n}\ncheck tiedWinnerLoserTiedSoreLoser for 6 int\n\n\/\/ Compromise winner must have at least one vote\nassert validCompromise {\n\tall c: Candidate | c.outcome = CompromiseWinner implies 0 < #c.votes + #c.transfers\n}\ncheck validCompromise for 6 int\n\n-- Sample scenarios\npred TwoCandidatePlurality { \n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 2\n}\nrun TwoCandidatePlurality for 10 but 1 Ballot, 6 int\n\npred PluralityTiedWinner {\n\tElection.method = Plurality\n\tElection.seats = 1\n\tsome disj a,b: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser\n}\nrun PluralityTiedWinner for 10 but 2 Ballot, 6 int\n\npred ThreeCandidatePlurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 3\n}\nrun ThreeCandidatePlurality for 6 int\n\npred Plurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun Plurality for 5 but 6 int\n\npred TenCandidatePluralityWithTwoSeats {\n\tElection.method = Plurality\n\tElection.seats = 2\n\t#Election.candidates = 10\n}\nrun TenCandidatePluralityWithTwoSeats for 10 but 6 int\n\npred InstantRunoffVoting {\n\tElection.method = STV\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun InstantRunoffVoting for 10 but 6 int\n\npred STV3 {\n\tElection.method = STV\n\tElection.seats = 3\n}\nrun STV3 for 5 but 6 int\n\npred ThreeWinnersOneLoser {\n Election.method = STV\n\tsome disj a,b,d: Candidate | a.outcome = Winner\n \t and b.outcome = QuotaWinner or b.outcome = CompromiseWinner\n\t and d in Scenario.losers\n}\nrun ThreeWinnersOneLoser for 6 but 6 int\n\npred LoserAndEarlyLoser {\n\tone d: Candidate | d.outcome = Loser\n\tone e: Candidate | e.outcome = EarlyLoser\n}\nrun LoserAndEarlyLoser for 5 but 6 int\n\npred OneWinnerNineLosers {\n\t#Scenario.winners = 1\n\t#Scenario.losers = 9\n}\nrun OneWinnerNineLosers for 16 but 6 int\n\npred ThreeWayTie {\n\t#Election.candidates = 3\n Election.method = Plurality\n\tsome disj a,b,c: Candidate | a.outcome = TiedWinner and \n\t\tb.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser\n}\nrun ThreeWayTie for 5 but 6 int\n\npred FiveWayTie {\n\tsome disj a,b,c,d,e: Candidate | a.outcome = TiedWinner and\n\t b.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser and d.outcome = TiedLoser and e.outcome = TiedWinner\n}\nrun FiveWayTie for 7 but 6 int\n\npred ScenarioLWW {\n\tsome disj a, b,c: Candidate | a in Scenario.losers and b.outcome = Winner and \n\t\tc in Scenario.winners\n #Election.candidates = 3\n}\nrun ScenarioLWW for 6 but 7 int\n\npred LongBallot {\n\tsome b: Ballot | #b.preferences = 7\n}\nrun LongBallot for 7 but 7 seq, 6 int\n","old_contents":"-- (c) 2010, Dermot Cochran, IT University of Copenhagen\n-- http:\/\/www.kindsoftware.com\/about\/people\/dc\n-- http:\/\/www.itu.dk\/people\/dero\n\nmodule Voting\n\nopen util\/integer\n\n-- A person standing for election\nsig Candidate {\n identifier: Int, -- Unique identifier for this candidate\n votes: \t\t\t set Ballot, \t-- First preference ballots assigned to this candidate\n\ttransfers: \t set Ballot, -- Ballots received by transfer from another candidate\n\tsurplus: \t\t set Ballot, \t-- Ballots given to another candidate (on election or elimination)\n\toutcome: \t\t Event\t\n} {\n\tno b: Ballot | b in votes & transfers\n\tall b: Ballot | b in votes + transfers => this in b.assignees\n\tsurplus in votes + transfers\n\tElection.method = Plurality implies #surplus = 0 and #transfers = 0\n 0 < identifier\n}\n\n-- A digital or paper artifact which accurately records the intentions of the voter\nsig Ballot {\n identifier:\t\tInt,\t\t\t\t -- Unique identifier for this ballot\n assignees: \t\tset Candidate, -- Candidates to which this ballot has been assigned\n preferences: \tseq Candidate\n} {\n\tassignees in preferences.elems\n not preferences.hasDups\n\tpreferences.elems in Election.candidates\n\tpreferences.first in assignees\n\tElection.method = Plurality implies #preferences = 1\n 0 < #preferences\n 0 < identifier\n some v: Vote | v.ballot = identifier and v.candidate = preferences.first.identifier and v.ranking = 1\n}\n\n-- Table of fragments of Votes used for encoding of results\nsig Vote {\n\tballot:\t\t\tInt,\t\t-- Ballot identifier\n candidate: \tInt,\t\t-- Candidate identifier\n ranking: \t\tInt\t\t-- Ranking of candidate on ballot paper (e.g. 1,2,3,...)\n} {\n\t0 < ranking and ranking <= #Election.candidates\n some b: Ballot | b.identifier = ballot and ranking <= #b.preferences\n some c: Candidate | c.identifier = candidate\n}\n\n-- An election result\none sig Scenario {\n \tlosers: \t\t\t\tset Candidate,\n \twinners: \t\t\tset Candidate,\n\teliminated: \t\tset Candidate, \t\t-- Candidates excluded under STV rules\n\tthreshold: \t\tInt, \t\t\t\t\t\t-- Minimum number of votes for a Loser or EarlyLoser\n\tquota: \t\t\t\tInt\t\t\t\t\t\t-- Minimum number of votes for a STV Winner or QuotaWinner\n}\n{\n \twinners + losers = Election.candidates\n \t#winners = Election.seats\n \tno c: Candidate | c in losers & winners\n \t0 < #losers\n \tall w: Candidate | all l: Candidate | l in losers and w in winners implies \n\t\t#l.votes + #l.transfers <= #w.votes + #w.transfers\n\t0 <= threshold\n\tthreshold < quota\n\tElection.method = Plurality implies #eliminated = 0\n\teliminated in losers\n\tall c: Candidate | c in losers implies Election.method = Plurality or #c.votes + #c.transfers < quota\n}\n\n\/* \n\tThere are four winner-outcomes and six loser-outcomes:\n\n\tWinner: \t\t\t\t\t\t(W1) elected in the first round of counting either by quota or plurality,\n\tQuotaWinner: \t\t\t\t(W2) elected with transfers from another candidate (STV only),\n\tCompromiseWinner: \t(W3) elected on the last round of counting without quota (STV only),\n\tTiedWinner:\t\t\t\t\t(W4) elected by tie breaker,\n\tTiedLoser:\t\t\t\t\t(L1) loses only by tie breaker but reaches the threshold,\n\tLoser:\t\t\t \t\t\t\t(L2) defeated on last round but reaches the minimum threshold of votes,\n TiedEarlyLoser:\t\t\t(L3) reaches threshold but eliminated by tie breaker (STV only),\n\tEarlyLoser:\t\t\t\t\t(L4) reaches threshold but is eliminated before last round (STV only),\n\tTiedSoreLoser:\t\t\t\t(L5) loses only by tie breaker but does not reach threshold,\n\tSoreLoser: \t\t\t\t\t(L6) does not even reach the mimimum threshold of votes\n*\/\nenum Event {Winner, QuotaWinner, CompromiseWinner, TiedWinner, \n\tTiedLoser, Loser, TiedEarlyLoser, EarlyLoser, TiedSoreLoser, SoreLoser}\n\nenum Method {Plurality, STV}\n\n-- An Election Constituency\none sig Election {\n candidates: \tset Candidate,\n seats: \t\t\t\tInt,\n method: \t\t\tMethod\n}\n{\n \t0 < seats\n \tseats < #candidates\n \tall c: Candidate | c in candidates\n}\n\n-- Independent (or Fundamental) Axioms\nfact uniqueCandidateID {\n no disj a,b: Candidate | a.identifier = b.identifier\n}\n\nfact uniqueBallotID {\n no disj a,b: Ballot | a.identifier = b.identifier\n}\n\nfact nonDuplicationOfVotes {\n no disj a,b: Vote | a.ballot = b.ballot and a.candidate = b.candidate\n}\n\nfact integrity {\n all c: Candidate | all b: Ballot | b in c.votes implies c in b.assignees\n}\n\nfact pluralityEvents {\n\tall c: Candidate | Election.method = Plurality implies\n\t\t(c.outcome = Loser or c.outcome = SoreLoser or c.outcome = Winner or \n\t\tc.outcome = TiedWinner or c.outcome = TiedLoser)\n}\n\nfact winnerSTV {\n\tall c: Candidate | Election.method = STV implies (\n\t\tc.outcome = Winner iff Scenario.quota <= #c.votes)\n}\n\nfact transferWinner {\n\tall c: Candidate | c.outcome = QuotaWinner iff \n\t\t#c.votes < Scenario.quota and Scenario.quota <= #c.votes + #c.transfers \n}\n\nfact closeWinner {\n\tall c: Candidate | c.outcome = CompromiseWinner or c.outcome = TiedWinner iff \n\t\tc in Scenario.winners and #c.votes + #c.transfers < Scenario.quota\n}\n\nfact soreLoser {\n\tall c: Candidate | (c.outcome = SoreLoser or c.outcome = TiedSoreLoser) iff \n\t\t#c.votes + #c.transfers < Scenario.threshold\n}\n\nfact loser {\n\tall c: Candidate | (c.outcome = Loser or c.outcome = TiedLoser or c.outcome = TiedSoreLoser) iff \n\t\tc in Scenario.losers - Scenario.eliminated\n}\n\nfact earlyLoser {\n\tall c: Candidate | c.outcome = EarlyLoser or c.outcome = TiedEarlyLoser iff \n\t\t(c in Scenario.losers & Scenario.eliminated and Scenario.threshold <= #c.votes + #c.transfers)\n}\n\nfact winners {\n\tall c: Candidate | c in Scenario.winners iff \n\t\tc.outcome = Winner or c.outcome = QuotaWinner or c.outcome = CompromiseWinner or \n\t\tc.outcome = TiedWinner\n}\n\nfact losers {\n\tall c: Candidate | c in Scenario.losers iff\n\t\t(c.outcome = Loser or c.outcome = EarlyLoser or c.outcome = SoreLoser or \n\t\tc.outcome = TiedLoser or c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser)\n}\n\n-- Non-Independent Axioms for Ballot Integrity\nfact transfers {\n\tall c: Candidate | 0 < #c.transfers implies Election.method = STV\n}\n\nfact onlyWinnersAndQuotaWinnersHaveSurplus {\n\tall c: Candidate | 0 < #c.surplus implies \n\t\tc.outcome = Winner or c.outcome = QuotaWinner\n}\n\nfact winnersNeedNoTransfers {\n\t\tall c: Candidate | c.outcome = Winner implies 0 = #c.transfers\n}\n\nfact firstPreference {\n\tall b: Ballot | all c: Candidate | b.preferences.first = c iff b in c.votes\n}\n\nfact sizeOfSurplus {\n\tall c: Candidate | (c in Scenario.winners and Election.method = STV and 0 < #c.surplus) implies \n\t\t#c.surplus = #c.votes + #c.transfers - Scenario.quota\n}\n\nfact transferToNextPreference {\n\tall b: Ballot | all disj donor,receiver: Candidate |\n\t\t(donor + receiver in b.assignees and\n\t\tb in receiver.transfers and b in donor.surplus implies \n\t\tb.preferences.idxOf[donor] < b.preferences.idxOf[receiver] and\n\t\treceiver in b.preferences.rest.elems)\n}\n\nfact pluralityWinner {\n\tall disj a, b: Candidate | (Election.method = Plurality and Election.seats = 1) and\n\t\ta.outcome = Winner implies #b.votes <= #a.votes\n}\n\nfact transferToNextContinuingCandidate {\n\tall disj skipped, receiving: Candidate | all b: Ballot |\n\t\tb.preferences.idxOf[skipped] < b.preferences.idxOf[receiving] and\n\t\treceiving in b.assignees and (not skipped in b.assignees) implies\n\t\t(skipped in Scenario.eliminated or skipped.outcome = Winner or \n\t\tskipped.outcome = QuotaWinner)\n}\n\n\/\/ All ballots transfers are associated with the last candidate to receive the transfer\nfact ownership {\n\tall disj c,d: Candidate | all b: Ballot | b in c.transfers implies c in b.assignees and \n\t\t(d not in b.assignees or b.preferences.idxOf[d] < b.preferences.idxOf[c])\n}\n\n\/\/ Lowest candidate is eliminated first\nfact lowestElimination {\n\tall disj c,d: Candidate | c in Scenario.eliminated and d not in Scenario.eliminated implies\n\t\t#c.votes + #c.transfers <= #d.votes + #d.transfers\n}\n\n\/\/ All ties involve equality between at least one winner and at least one loser on either original votes or\n\/\/ on transfers plus original votes\nfact equalityOfTiedWinner {\n all w: Candidate | some l: Candidate | w.outcome = TiedWinner and \n\t \t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies\n\t\t(#l.votes = #w.votes) or (#l.votes + #l.transfers = #w.votes + #w.transfers)\n}\n\nfact equalityOfTiedLosers {\n all s: Candidate | some w: Candidate | w.outcome = TiedWinner and \n (s.outcome = SoreLoser or s.outcome = TiedLoser or s.outcome = TiedEarlyLoser) implies\n (#s.votes = #w.votes) or (#s.votes + #s.transfers = #w.votes + #w.transfers)\n}\n\n\/\/ Ranking of votes on ballots\nfact firstPreference {\n\tall v: Vote | some b: Ballot | v.ballot = b.identifier and\n\t\tv.ranking = 1 implies b.preferences.first.identifier = v.candidate\n}\n\nfact rankingOfVotes {\n \tall v: Vote | some b: Ballot | some c: Candidate | Election.method = STV and\n\t\tv.ballot = b.identifier and v.candidate = c.identifier implies\n\t c in b.preferences.elems and v.ranking = b.preferences.idxOf[c]\n}\n\n-- Scenario Validity Axioms\n\/\/ When there is a tied sore loser then there are no non-sore losers\nfact typeOfTiedLoser {\n no disj a,b: Candidate | a.outcome = TiedSoreLoser and \n (b.outcome = TiedLoser or b.outcome = TiedEarlyLoser or \n b.outcome=Loser or b.outcome=EarlyLoser)\n}\n\nfact tieBreaker {\n\tall w: Candidate | some l: Candidate | w.outcome = TiedWinner implies \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser)\n}\n\nfact validTieBreaker {\n\tall l: Candidate | some w: Candidate | \n (l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies \n w.outcome = TiedWinner\n}\n\n-- Axioms for the recording of vote fragments\nfact allVotesRecorded {\n all b: Ballot | some v: Vote | v.ballot = b.identifier and v.ranking = #b.preferences\n}\n\n\/\/ All vote fragments are recorded for each ballot\nfact lowerRankings {\n all v: Vote | some w: Vote | 1 < v.ranking implies w.ranking + 1 = v.ranking and\n\tv.ballot = w.ballot and not v.candidate = w.candidate\n}\n\n\/\/ Well formed ranking of candidates in ballots\nfact wellFormedRanking {\n\tno disj v,w: Vote | v.ballot = w.ballot and Election.method = STV \n\t\timplies v.candidate = w.candidate or v.ranking = w.ranking\n}\n\n\/\/ Compromise winner must have more votes than any tied winners\nfact compromiseNotTied {\n\tall disj c,t: Candidate | (c.outcome = CompromiseWinner and t.outcome = TiedWinner) implies\n\t\t#t.votes + #t.transfers < #c.votes + #t.transfers\n}\n\n\/\/ Equal losers are tied\nfact equalityofTiedWinnersAndLosers {\n\tall disj w,l: Candidate | w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers implies\n\t\t\tw.outcome = TiedWinner and \n\t\t\t(l.outcome = TiedLoser or l.outcome = TiedEarlyLoser or l.outcome = TiedSoreLoser)\n}\n\n\/\/ Highest winner has a quota\nfact highestWinner {\n some c: Candidate | Election.method = STV implies \n\t\tScenario.quota <= #c.votes + #c.transfers\n}\n\n-- Basic Lemmas\nassert honestCount {\n\t all c: Candidate | all b: Ballot | b in c.votes + c.transfers implies c in b.assignees\n}\ncheck honestCount for 15 but 6 int\n\nassert atLeastOneLoser {\n\t0 < #Scenario.losers\n}\ncheck atLeastOneLoser for 15 but 6 int\n\nassert atLeastOneWinner {\n\t0 < #Scenario.winners\n}\ncheck atLeastOneWinner for 14 but 6 int\n\nassert wellFormednessOfBallots {\n\tall b: Ballot | b.assignees in Election.candidates\n}\ncheck wellFormednessOfBallots for 18 but 6 int\n\nassert plurality {\n\tall c: Candidate | all b: Ballot | b in c.votes and \n\t\tElection.method = Plurality implies c in b.preferences.first\n}\ncheck plurality for 18 but 6 int\n\nassert wellFormedTieBreaker {\n\tsome w,l : Candidate | (w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers) implies \n\t\tw.outcome = TiedWinner and \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome=TiedEarlyLoser)\n}\ncheck wellFormedTieBreaker for 18 but 6 int\n\nassert validSurplus {\n\tall c: Candidate | 0 < #c.surplus implies (c.outcome = Winner or c.outcome = QuotaWinner or \n\t\tc in Scenario.eliminated)\n}\ncheck validSurplus for 16 but 6 int\n\nassert wellFormedVote {\n\tall v: Vote | 0 < v.ballot and 0 < v.candidate\n}\ncheck wellFormedVote for 4 but 6 int\n\n-- Advanced Lemmas\n\/\/ No lost votes during counting\nassert accounting {\n\tall b: Ballot | one c: Candidate | b in c.votes and c in b.assignees\n}\ncheck accounting for 16 but 6 int\n\n\/\/ Cannot have tie breaker with both tied sore loser and non-sore loser\nassert tiedWinnerLoserTiedSoreLoser {\n\tno disj c,w,l: Candidate | c.outcome = TiedSoreLoser and\n\t w.outcome = TiedWinner and (l.outcome = Loser or l.outcome = TiedLoser)\n}\ncheck tiedWinnerLoserTiedSoreLoser for 6 int\n\n\/\/ Compromise winner must have at least one vote\nassert validCompromise {\n\tall c: Candidate | c.outcome = CompromiseWinner implies 0 < #c.votes + #c.transfers\n}\ncheck validCompromise for 6 int\n\n-- Sample scenarios\npred TwoCandidatePlurality { \n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 2\n}\nrun TwoCandidatePlurality for 10 but 1 Ballot, 6 int\n\npred PluralityTiedWinner {\n\tElection.method = Plurality\n\tElection.seats = 1\n\tsome disj a,b: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser\n}\nrun PluralityTiedWinner for 10 but 2 Ballot, 6 int\n\npred ThreeCandidatePlurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 3\n}\nrun ThreeCandidatePlurality for 6 int\n\npred Plurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun Plurality for 5 but 6 int\n\npred TenCandidatePluralityWithTwoSeats {\n\tElection.method = Plurality\n\tElection.seats = 2\n\t#Election.candidates = 10\n}\nrun TenCandidatePluralityWithTwoSeats for 10 but 6 int\n\npred InstantRunoffVoting {\n\tElection.method = STV\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun InstantRunoffVoting for 10 but 6 int\n\npred STV3 {\n\tElection.method = STV\n\tElection.seats = 3\n}\nrun STV3 for 5 but 6 int\n\npred ThreeWinnersOneLoser {\n Election.method = STV\n\tsome disj a,b,d: Candidate | a.outcome = Winner\n \t and b.outcome = QuotaWinner or b.outcome = CompromiseWinner\n\t and d in Scenario.losers\n}\nrun ThreeWinnersOneLoser for 6 but 6 int\n\npred LoserAndEarlyLoser {\n\tone d: Candidate | d.outcome = Loser\n\tone e: Candidate | e.outcome = EarlyLoser\n}\nrun LoserAndEarlyLoser for 5 but 6 int\n\npred OneWinnerNineLosers {\n\t#Scenario.winners = 1\n\t#Scenario.losers = 9\n}\nrun OneWinnerNineLosers for 16 but 6 int\n\npred ThreeWayTie {\n\t#Election.candidates = 3\n Election.method = Plurality\n\tsome disj a,b,c: Candidate | a.outcome = TiedWinner and \n\t\tb.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser\n}\nrun ThreeWayTie for 5 but 6 int\n\npred FiveWayTie {\n\tsome disj a,b,c,d,e: Candidate | a.outcome = TiedWinner and\n\t b.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser and d.outcome = TiedLoser and e.outcome = TiedWinner\n}\nrun FiveWayTie for 7 but 6 int\n\npred ScenarioLWW {\n\tsome disj a, b,c: Candidate | a in Scenario.losers and b.outcome = Winner and \n\t\tc in Scenario.winners\n #Election.candidates = 3\n}\nrun ScenarioLWW for 6 but 7 int\n\npred LongBallot {\n\tsome b: Ballot | #b.preferences = 7\n}\nrun LongBallot for 7 but 7 seq, 6 int\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"6cb77ba3ff9071d3d384a29cd030b20ce21c325a","subject":"Incomplete - task : Coverage profiling of universal tests - 91% code coverage","message":"Incomplete - task : Coverage profiling of universal tests - 91% code coverage\n","repos":"GaloisInc\/Votail,GaloisInc\/Votail,GaloisInc\/Votail","old_file":"models\/Voting.als","new_file":"models\/Voting.als","new_contents":"-- (c) 2010-2011, Dermot Cochran, IT University of Copenhagen\n-- http:\/\/www.kindsoftware.com\/about\/people\/dc\n-- http:\/\/www.itu.dk\/people\/dero\n\nmodule Voting\n\nopen util\/integer\n\n-- Note that all axioms should be expressed as facts appended to signatures\n-- Standalone facts will be ignored by the API, but not by the analyser\n\n\/* \n\tThere are 8 winner-outcomes and 8 loser-outcomes:\n\n WinnerNonTransferable: \n elected on first round with at least one non-transferable surplus vote (STV)\n\t SurplusWinner:\t\t elected on first round with at least one surplus vote (STV),\n\t Winner: \t\t\t\t elected in the first round of counting either by quota or plurality,\n AboveQuotaWinner: elected with surplus votes after receipt of transfers (STV),\n QuotaWinnerNonTransferable:\n\t\t\t\t elected with at least one non-transferable surplus vote,\n QuotaWinner: \t\t elected with quota after transfers from another candidate (STV only),\n\t CompromiseWinner: elected on the last round of counting without quota (STV only),\n\t TiedWinner:\t\t\t elected by tie breaker,\n\t TiedLoser:\t\t\t loses only by tie breaker but reaches the threshold,\n\t Loser:\t\t\t \t\t defeated on last round but reaches the minimum threshold of votes,\n TiedEarlyLoser:\t reaches threshold but eliminated by tie breaker (STV only),\n EarlyLoserNonTransferable:\n reaches threshold bit is eliminated with some non-transferable votes,\n\t EarlyLoser:\t\t reaches threshold but is eliminated before last round (STV only),\n\t TiedSoreLoser:\t\t loses only by tie breaker but does not reach threshold,\n SoreLoserNonTransferable:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tbelow threshold and eliminated with some non-transferable votes\n\t SoreLoser: \t\t\t does not even reach the mimimum threshold of votes.\n*\/\nenum Event {SurplusWinner, \n WinnerNonTransferable, \n Winner, \n AboveQuotaWinner, \n QuotaWinnerNonTransferable, \n QuotaWinner, \n CompromiseWinner, \n\t TiedWinner, \n TiedLoser, \n Loser, \n TiedEarlyLoser, \n EarlyLoser, \n TiedSoreLoser, \n SoreLoser,\n\t EarlyLoserNonTransferable, \n SoreLoserNonTransferable}\n\nenum Method {Plurality, STV}\n\n-- An individual person standing for election\nsig Candidate {\n votes: \t\t\t set Ballot, \t-- First preference ballots assigned to this candidate\n\t transfers: \tset Ballot, -- Second and subsequent preferences received\n\t surplus: \t\t set Ballot, \t-- Ballots tranferred to another candidate \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t -- after election or elimination\n wasted:\t\t \t set Ballot,\t -- Surplus ballots non-transferable \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t -- due to exhaustion of preferences\n\t outcome: \t\t Event,\t\t -- Path through which the candidate either won or lost\n distributions: set Distribution, -- allocation of surplus votes\n} {\n 0 < #distributions implies (0 < #surplus and #wasted < #surplus)\n 0 < #wasted implies (outcome = WinnerNonTransferable or \n outcome = QuotaWinnerNonTransferable or\n outcome = EarlyLoserNonTransferable or\n\t outcome = SoreLoserNonTransferable)\n wasted in surplus\n\t no b: Ballot | b in votes & transfers\n\t all b: Ballot | b in votes + transfers implies this in b.assignees\n\t surplus in votes + transfers\n\t Election.method = Plurality implies #surplus = 0 and #transfers = 0\n \t0 < #transfers implies Election.method = STV\n ((outcome = Winner and Election.method = STV) or (\n outcome = SurplusWinner or outcome = WinnerNonTransferable)) implies\n Scenario.quota + #surplus = #votes\n \t(outcome = Winner or outcome = SurplusWinner or \n outcome = WinnerNonTransferable) implies #transfers = 0\n \t(outcome = QuotaWinner or outcome = AboveQuotaWinner or\n outcome = QuotaWinnerNonTransferable) implies surplus in transfers \n \t(outcome = QuotaWinner or outcome = AboveQuotaWinner or\n outcome = QuotaWinnerNonTransferable) implies \n\t\t Scenario.quota + #surplus = #votes + #transfers\n \tall b: Ballot | b in votes implies this in b.assignees\n \t0 < #surplus iff (outcome = SurplusWinner or outcome = AboveQuotaWinner)\n \t(outcome = EarlyLoser or outcome = TiedEarlyLoser) iff \n\t\t (this in Scenario.eliminated and not (#votes + #transfers < Scenario.threshold))\n \t\/\/ All non-sore losers are at or above the threshold\n outcome = TiedLoser implies Scenario.threshold <= #votes + #transfers\n outcome = Loser implies Scenario.threshold <= #votes + #transfers\n outcome = EarlyLoser implies Scenario.threshold <= #votes + #transfers\n outcome = EarlyLoserNonTransferable implies Scenario.threshold <= #votes + #transfers\n outcome = TiedEarlyLoser implies Scenario.threshold <= #votes + #transfers\n \t\/\/ Plurality outcomes\n \tElection.method = Plurality implies\n\t\t (outcome = Loser or outcome = SoreLoser or outcome = Winner or \n\t\t outcome = TiedWinner or outcome = TiedLoser or outcome = TiedSoreLoser)\n \t\/\/ PR-STV Winner has at least a quota of first preference votes\n \t(Election.method = STV and outcome = Winner) implies \n Scenario.quota = #votes\n (outcome = SurplusWinner or outcome = WinnerNonTransferable) implies \n Scenario.quota < #votes\n \/\/ Quota Winner has a least a quota of votes after transfers\n\t outcome = QuotaWinner implies\n\t Scenario.quota = #votes + #transfers\n (outcome = AboveQuotaWinner or outcome = QuotaWinnerNonTransferable) \n implies\n\t Scenario.quota < #votes + #transfers\n \/\/ Quota Winner does not have a quota of first preference votes\n\t (outcome = QuotaWinner or outcome = AboveQuotaWinner or \n outcome = QuotaWinnerNonTransferable) implies\n\t\t not Scenario.quota <= #votes\n \/\/ Compromise winners do not have a quota of votes\n\t outcome = CompromiseWinner implies\n\t\t not (Scenario.quota <= #votes + #transfers)\n \/\/ STV Tied Winners have less than a quota of votes\n\t (Election.method = STV and outcome = TiedWinner) implies\n\t\t not (Scenario.quota <= #votes + #transfers)\n \/\/ Sore Losers have less votes than the threshold\n\t (outcome = SoreLoser or outcome = SoreLoserNonTransferable) implies \n\t\t #votes + #transfers < Scenario.threshold\n \/\/ Tied Sore Losers have less votes than the threshold\n\t outcome = TiedSoreLoser implies \n\t\t #votes + #transfers < Scenario.threshold\n \/\/ Size of surplus for each STV Winner and Quota Winner\n\t (outcome = SurplusWinner or outcome = WinnerNonTransferable) \n implies ((#surplus = #votes - Scenario.quota) and #transfers = 0)\n (outcome = AboveQuotaWinner or outcome = QuotaWinnerNonTransferable) \n implies (#surplus = #votes + #transfers - Scenario.quota)\n \/\/ Fair distribution of transfers\n all d: Distribution | all b: Ballot | \n d in distributions and b in d.ballots implies\n (b in surplus and (not b in wasted))\n sum #distributions.ballots = #surplus - #wasted\n}\n\n\/* Proportional distribution of transfers:\n * The surplus is a representative sample of the available transferable votes,\n * taken from the last set received in the case of an AboveQuotaWinner and from\n\t* the full set of ballots in the case of a SurplusWinner\n *\/\nsig Distribution {\n receiver: Candidate,\n ballots: set Ballot\n}\n{\n not receiver.outcome = Winner\n not receiver.outcome = SurplusWinner\n not receiver.outcome = WinnerNonTransferable\n all b: Ballot | b in ballots implies receiver in b.assignees\n\t\treceiver in Scenario.winners or receiver in Scenario.losers\n}\n\n-- A digital or paper artifact which accurately records the intentions of the voter\nsig Ballot {\n assignees: \t\tset Candidate, -- Candidates to which this ballot has been assigned\n preferences: \tseq Candidate -- Ranking of candidates\n} {\n\t assignees in preferences.elems\n not preferences.hasDups\n\t preferences.first in assignees\n\t Election.method = Plurality implies #preferences <= 1\n 0 <= #preferences\n \/\/ First preference\n all c: Candidate | preferences.first = c iff this in c.votes\n \/\/ Second and subsequent preferences\n all disj donor,receiver: Candidate |\n\t\t (donor + receiver in assignees and\n\t\t this in receiver.transfers and this in donor.surplus) implies \n\t\t (preferences.idxOf[donor] < preferences.idxOf[receiver] and\n\t\t receiver in preferences.rest.elems)\n \/\/ All ballot transfers are associated with the last candidate to receive the transfer\n\t all disj c,d: Candidate | this in c.transfers implies c in assignees and \n\t\t (d not in assignees or preferences.idxOf[d] < preferences.idxOf[c])\n \/\/ Transfers to next continuing candidate\n\t all disj skipped, receiving: Candidate | \n\t\t preferences.idxOf[skipped] < preferences.idxOf[receiving] and\n\t\t receiving in assignees and (not skipped in assignees) implies\n\t\t (skipped in Scenario.eliminated or skipped.outcome = SurplusWinner or \n\t\t skipped.outcome = AboveQuotaWinner)\n}\n\n-- An election result\none sig Scenario {\n losers: \t\t\t\tset Candidate,\n winners: \t\t\tset Candidate,\n\t eliminated: set Candidate, -- Early and Sore Losers under STV rules\n\t threshold: \tInt, \t\t\t\t\t -- Minimum number of votes for a Loser or Early Loser\n\t quota: \t\t\t\t Int,\t\t\t\t\t -- Minimum number of votes for a STV Winner or Quota Winner\n fullQuota:\t\tInt\t\t\t\t\t -- Quota if all constituency seats were vacant\n} {\n \tall c: Candidate | c in winners + losers\n \t#winners = Election.seats\n \tno c: Candidate | c in losers & winners\n \t0 < #losers\n \tall w: Candidate | all l: Candidate | l in losers and w in winners implies \n\t\t (#l.votes + #l.transfers <= #w.votes + #w.transfers)\n Election.method = STV implies threshold = 1 + fullQuota.div[4]\n\t eliminated in losers\n \/\/ All PR-STV losers have less votes than the quota\n\t all c: Candidate | (c in losers and Election.method = STV) implies \n #c.votes + #c.transfers < quota\n \/\/ Winners have more votes than all non-tied losers\n all disj c,d: Candidate | c in winners and \n (d.outcome = SoreLoser or d.outcome = EarlyLoser or d.outcome = Loser) implies\n\t (#d.votes + #d.transfers) < (#c.votes + #c.transfers)\n \/\/ Losers have less votes than all non-tied winners\n all disj c,d: Candidate | \n\t (c.outcome = CompromiseWinner or c.outcome = QuotaWinner or c.outcome = Winner\n\t\tor c.outcome = SurplusWinner or c.outcome = AboveQuotaWinner) and \n\t d in losers implies\n\t #d.votes + #d.transfers < #c.votes + #c.transfers\n \/\/ Lowest candidate is eliminated first\n\tall disj c,d: Candidate | c in eliminated and d not in eliminated implies\n\t\t#c.votes + #c.transfers <= #d.votes + #d.transfers\n \/\/ A non-sore plurality loser must have received at least five percent of the total vote\n\tElection.method = Plurality implies threshold = 1 + BallotBox.size.div[20]\n \/\/ Winning outcomes\n\tall c: Candidate | c in winners iff \n\t\t(c.outcome = Winner or c.outcome = QuotaWinner or \n\t\tc.outcome = CompromiseWinner or \n\t\tc.outcome = TiedWinner or c.outcome = SurplusWinner or \n\t\tc.outcome = AboveQuotaWinner or\n c.outcome = WinnerNonTransferable or\n c.outcome = QuotaWinnerNonTransferable)\n \/\/ Losing outcomes\n\tall c: Candidate | c in losers iff\n\t\t(c.outcome = Loser or c.outcome = EarlyLoser or c.outcome = SoreLoser or \n\t\tc.outcome = TiedLoser or c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser)\n \/\/ STV election quotas\n Election.method = STV implies quota = 1 + BallotBox.size.div[Election.seats+1] and\n \tfullQuota = 1 + BallotBox.size.div[Election.constituencySeats + 1]\n Election.method = Plurality implies quota = 1 and fullQuota = 1\n \/\/ All ties involve equality between at least one winner and at least one loser\n all w: Candidate | some l: Candidate | w.outcome = TiedWinner and \n\t \t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies\n\t\t(#l.votes + #l.transfers = #w.votes + #w.transfers)\n all s: Candidate | some w: Candidate | w.outcome = TiedWinner and \n (s.outcome = SoreLoser or s.outcome = TiedLoser or s.outcome = TiedEarlyLoser) implies\n (#s.votes = #w.votes) or (#s.votes + #s.transfers = #w.votes + #w.transfers)\n \/\/ When there is a tied sore loser then there are no non-sore losers\n no disj a,b: Candidate | a.outcome = TiedSoreLoser and \n (b.outcome = TiedLoser or b.outcome = TiedEarlyLoser or \n b.outcome=Loser or b.outcome=EarlyLoser)\n \/\/ For each Tied Winner there is a Tied Loser\n\tall w: Candidate | some l: Candidate | w.outcome = TiedWinner implies \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser)\n \/\/ Tied Winners and Tied Losers have an equal number of votes\n\tall disj l,w: Candidate | \n ((l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) and\n w.outcome = TiedWinner) implies #w.votes + #w.transfers = #l.votes + #l.transfers\n \/\/ Compromise winner must have more votes than any tied winners\n\tall disj c,t: Candidate | (c.outcome = CompromiseWinner and t.outcome = TiedWinner) \n\t\timplies\n\t\t#t.votes + #t.transfers < #c.votes + #c.transfers\n \/\/ Winners have more votes than non-tied losers\n\tall w,l: Candidate | w.outcome = Winner and \n (l.outcome = Loser or l.outcome = EarlyLoser or l.outcome = SoreLoser) implies \n ((#l.votes < #w.votes) or (#l.votes + #l.transfers < #w.votes + #w.transfers))\n \/\/ For each Tied Loser there is at least one Tied Winner\n all c: Candidate | some w: Candidate |\n (c.outcome = TiedLoser or c.outcome = TiedSoreLoser or c.outcome = TiedEarlyLoser) \n\t\timplies w.outcome = TiedWinner\n}\n\n-- The Ballot Box\none sig BallotBox {\n spoiltBallots:\t\tset Ballot,\t\t-- empty ballots excluded from count\n nonTransferables: \tset Ballot,\t\t-- surplus ballots for which preferences are exhausted\n size:\t\t\t\t\tInt \t\t\t-- number of unspolit ballots\n}\n{\n 0 <= size\n \tsize = #Ballot - #spoiltBallots\n\tall b: Ballot | b in spoiltBallots iff #b.preferences = 0\n \t\/\/ All non-transferable ballots belong to an undistributed surplus or eliminated candidate\n \tall b: Ballot | some c: Candidate | b in nonTransferables implies b in c.wasted\n\tall b: Ballot | no c: Candidate | b in nonTransferables and b in c.transfers\n}\n\n-- An Electoral Constituency\none sig Election {\n seats: \t\t\t\t Int,\t\t -- number of seats to be filled in this election\n constituencySeats:\tInt,\t\t -- full number of seats in this constituency\n method: \t\t\t\t Method\t-- type of election; PR-STV or plurality\n}\n{\n \t0 < seats and seats <= constituencySeats\n \tseats < #Candidate\n}\n \n-- Version Control for changes to model \none sig Version {\n year, month, day: Int\n} {\n year = 11\n month = 02\n day = 25\n}\n","old_contents":"-- (c) 2010-2011, Dermot Cochran, IT University of Copenhagen\n-- http:\/\/www.kindsoftware.com\/about\/people\/dc\n-- http:\/\/www.itu.dk\/people\/dero\n\nmodule Voting\n\nopen util\/integer\n\n-- Note that all axioms should be expressed as facts appended to signatures\n-- Standalone facts will be ignored by the API, but not by the analyser\n\n\/* \n\tThere are 8 winner-outcomes and 8 loser-outcomes:\n\n WinnerNonTransferable: \n elected on first round with at least one non-transferable surplus vote (STV)\n\t SurplusWinner:\t\t elected on first round with at least one surplus vote (STV),\n\t Winner: \t\t\t\t elected in the first round of counting either by quota or plurality,\n AboveQuotaWinner: elected with surplus votes after receipt of transfers (STV),\n QuotaWinnerNonTransferable:\n\t\t\t\t elected with at least one non-transferable surplus vote,\n QuotaWinner: \t\t elected with quota after transfers from another candidate (STV only),\n\t CompromiseWinner: elected on the last round of counting without quota (STV only),\n\t TiedWinner:\t\t\t elected by tie breaker,\n\t TiedLoser:\t\t\t loses only by tie breaker but reaches the threshold,\n\t Loser:\t\t\t \t\t defeated on last round but reaches the minimum threshold of votes,\n TiedEarlyLoser:\t reaches threshold but eliminated by tie breaker (STV only),\n EarlyLoserNonTransferable:\n reaches threshold bit is eliminated with some non-transferable votes,\n\t EarlyLoser:\t\t reaches threshold but is eliminated before last round (STV only),\n\t TiedSoreLoser:\t\t loses only by tie breaker but does not reach threshold,\n SoreLoserNonTransferable:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tbelow threshold and eliminated with some non-transferable votes\n\t SoreLoser: \t\t\t does not even reach the mimimum threshold of votes.\n*\/\nenum Event {SurplusWinner, \n WinnerNonTransferable, \n Winner, \n AboveQuotaWinner, \n QuotaWinnerNonTransferable, \n QuotaWinner, \n CompromiseWinner, \n\t TiedWinner, \n TiedLoser, \n Loser, \n TiedEarlyLoser, \n EarlyLoser, \n TiedSoreLoser, \n SoreLoser,\n\t EarlyLoserNonTransferable, \n SoreLoserNonTransferable}\n\nenum Method {Plurality, STV}\n\n-- An individual person standing for election\nsig Candidate {\n votes: \t\t\t set Ballot, \t-- First preference ballots assigned to this candidate\n\t transfers: \tset Ballot, -- Second and subsequent preferences received\n\t surplus: \t\t set Ballot, \t-- Ballots tranferred to another candidate \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t -- after election or elimination\n wasted:\t\t \t set Ballot,\t -- Surplus ballots non-transferable \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t -- due to exhaustion of preferences\n\t outcome: \t\t Event,\t\t -- Path through which the candidate either won or lost\n distributions: set Distribution, -- allocation of surplus votes\n} {\n 0 < #distributions implies (0 < #surplus and #wasted < #surplus)\n 0 < #wasted implies (outcome = WinnerNonTransferable or \n outcome = QuotaWinnerNonTransferable or\n outcome = EarlyLoserNonTransferable or\n\t outcome = SoreLoserNonTransferable)\n wasted in surplus\n\t no b: Ballot | b in votes & transfers\n\t all b: Ballot | b in votes + transfers implies this in b.assignees\n\t surplus in votes + transfers\n\t Election.method = Plurality implies #surplus = 0 and #transfers = 0\n \t0 < #transfers implies Election.method = STV\n ((outcome = Winner and Election.method = STV) or (\n outcome = SurplusWinner or outcome = WinnerNonTransferable)) implies\n Scenario.quota + #surplus = #votes\n \t(outcome = Winner or outcome = SurplusWinner or \n outcome = WinnerNonTransferable) implies #transfers = 0\n \t(outcome = QuotaWinner or outcome = AboveQuotaWinner or\n outcome = QuotaWinnerNonTransferable) implies surplus in transfers \n \t(outcome = QuotaWinner or outcome = AboveQuotaWinner or\n outcome = QuotaWinnerNonTransferable) implies \n\t\t Scenario.quota + #surplus = #votes + #transfers\n \tall b: Ballot | b in votes implies this in b.assignees\n \t0 < #surplus iff (outcome = SurplusWinner or outcome = AboveQuotaWinner)\n \t(outcome = EarlyLoser or outcome = TiedEarlyLoser) iff \n\t\t (this in Scenario.eliminated and not (#votes + #transfers < Scenario.threshold))\n \t\/\/ All non-sore losers are at or above the threshold\n outcome = TiedLoser implies Scenario.threshold <= #votes + #transfers\n outcome = Loser implies Scenario.threshold <= #votes + #transfers\n outcome = EarlyLoser implies Scenario.threshold <= #votes + #transfers\n outcome = EarlyLoserNonTransferable implies Scenario.threshold <= #votes + #transfers\n outcome = TiedEarlyLoser implies Scenario.threshold <= #votes + #transfers\n \t\/\/ Plurality outcomes\n \tElection.method = Plurality implies\n\t\t (outcome = Loser or outcome = SoreLoser or outcome = Winner or \n\t\t outcome = TiedWinner or outcome = TiedLoser or outcome = TiedSoreLoser)\n \t\/\/ PR-STV Winner has at least a quota of first preference votes\n \t(Election.method = STV and outcome = Winner) implies \n Scenario.quota = #votes\n (outcome = SurplusWinner or outcome = WinnerNonTransferable) implies \n Scenario.quota < #votes\n \/\/ Quota Winner has a least a quota of votes after transfers\n\t outcome = QuotaWinner implies\n\t Scenario.quota = #votes + #transfers\n (outcome = AboveQuotaWinner or outcome = QuotaWinnerNonTransferable) implies\n\t Scenario.quota < #votes + #transfers\n \/\/ Quota Winner does not have a quota of first preference votes\n\t (outcome = QuotaWinner or outcome = AboveQuotaWinner or \n outcome = QuotaWinnerNonTransferable) implies\n\t\t not Scenario.quota <= #votes\n \/\/ Compromise winners do not have a quota of votes\n\t outcome = CompromiseWinner implies\n\t\t not (Scenario.quota <= #votes + #transfers)\n \/\/ STV Tied Winners have less than a quota of votes\n\t (Election.method = STV and outcome = TiedWinner) implies\n\t\t not (Scenario.quota <= #votes + #transfers)\n \/\/ Sore Losers have less votes than the threshold\n\t (outcome = SoreLoser or outcome = SoreLoserNonTransferable) implies \n\t\t #votes + #transfers < Scenario.threshold\n \/\/ Tied Sore Losers have less votes than the threshold\n\t outcome = TiedSoreLoser implies \n\t\t #votes + #transfers < Scenario.threshold\n \/\/ Size of surplus for each STV Winner and Quota Winner\n\t (outcome = AboveQuotaWinner or outcome = SurplusWinner or\n outcome = WinnerNonTransferable or outcome = QuotaWinnerNonTransferable) \n implies (#surplus = #votes + #transfers - Scenario.quota)\n \/\/ Fair distribution of transfers\n all d: Distribution | all b: Ballot | d in distributions and b in d.ballots implies\n (b in surplus and (not b in wasted))\n sum #distributions.ballots = #surplus - #wasted\n\t\t\t\tall d: Distribution | not this = d.receiver\n}\n\n\/* Proportional distribution of transfers:\n * The surplus is a representative sample of the available transferable votes,\n * taken from the last set received in the case of an AboveQuotaWinner and from\n\t* the full set of ballots in the case of a SurplusWinner\n *\/\nsig Distribution {\n receiver: Candidate,\n ballots: set Ballot\n}\n{\n not receiver.outcome = Winner\n not receiver.outcome = SurplusWinner\n not receiver.outcome = WinnerNonTransferable\n all b: Ballot | b in ballots implies receiver in b.assignees\n\t\treceiver in Scenario.winners or receiver in Scenario.losers\n}\n\n-- A digital or paper artifact which accurately records the intentions of the voter\nsig Ballot {\n assignees: \t\tset Candidate, -- Candidates to which this ballot has been assigned\n preferences: \tseq Candidate -- Ranking of candidates\n} {\n\t assignees in preferences.elems\n not preferences.hasDups\n\t preferences.first in assignees\n\t Election.method = Plurality implies #preferences <= 1\n 0 <= #preferences\n \/\/ First preference\n all c: Candidate | preferences.first = c iff this in c.votes\n \/\/ Second and subsequent preferences\n all disj donor,receiver: Candidate |\n\t\t (donor + receiver in assignees and\n\t\t this in receiver.transfers and this in donor.surplus) implies \n\t\t (preferences.idxOf[donor] < preferences.idxOf[receiver] and\n\t\t receiver in preferences.rest.elems)\n \/\/ All ballot transfers are associated with the last candidate to receive the transfer\n\t all disj c,d: Candidate | this in c.transfers implies c in assignees and \n\t\t (d not in assignees or preferences.idxOf[d] < preferences.idxOf[c])\n \/\/ Transfers to next continuing candidate\n\t all disj skipped, receiving: Candidate | \n\t\t preferences.idxOf[skipped] < preferences.idxOf[receiving] and\n\t\t receiving in assignees and (not skipped in assignees) implies\n\t\t (skipped in Scenario.eliminated or skipped.outcome = SurplusWinner or \n\t\t skipped.outcome = AboveQuotaWinner)\n}\n\n-- An election result\none sig Scenario {\n losers: \t\t\t\tset Candidate,\n winners: \t\t\tset Candidate,\n\t eliminated: set Candidate, -- Early and Sore Losers under STV rules\n\t threshold: \tInt, \t\t\t\t\t -- Minimum number of votes for a Loser or Early Loser\n\t quota: \t\t\t\t Int,\t\t\t\t\t -- Minimum number of votes for a STV Winner or Quota Winner\n fullQuota:\t\tInt\t\t\t\t\t -- Quota if all constituency seats were vacant\n} {\n \tall c: Candidate | c in winners + losers\n \t#winners = Election.seats\n \tno c: Candidate | c in losers & winners\n \t0 < #losers\n \tall w: Candidate | all l: Candidate | l in losers and w in winners implies \n\t\t (#l.votes + #l.transfers <= #w.votes + #w.transfers)\n Election.method = STV implies threshold = 1 + fullQuota.div[4]\n\t eliminated in losers\n \/\/ All PR-STV losers have less votes than the quota\n\t all c: Candidate | (c in losers and Election.method = STV) implies \n #c.votes + #c.transfers < quota\n \/\/ Winners have more votes than all non-tied losers\n all disj c,d: Candidate | c in winners and \n (d.outcome = SoreLoser or d.outcome = EarlyLoser or d.outcome = Loser) implies\n\t (#d.votes + #d.transfers) < (#c.votes + #c.transfers)\n \/\/ Losers have less votes than all non-tied winners\n all disj c,d: Candidate | \n\t (c.outcome = CompromiseWinner or c.outcome = QuotaWinner or c.outcome = Winner\n\t\tor c.outcome = SurplusWinner or c.outcome = AboveQuotaWinner) and \n\t d in losers implies\n\t #d.votes + #d.transfers < #c.votes + #c.transfers\n \/\/ Lowest candidate is eliminated first\n\tall disj c,d: Candidate | c in eliminated and d not in eliminated implies\n\t\t#c.votes + #c.transfers <= #d.votes + #d.transfers\n \/\/ A non-sore plurality loser must have received at least five percent of the total vote\n\tElection.method = Plurality implies threshold = 1 + BallotBox.size.div[20]\n \/\/ Winning outcomes\n\tall c: Candidate | c in winners iff \n\t\t(c.outcome = Winner or c.outcome = QuotaWinner or \n\t\tc.outcome = CompromiseWinner or \n\t\tc.outcome = TiedWinner or c.outcome = SurplusWinner or \n\t\tc.outcome = AboveQuotaWinner or\n c.outcome = WinnerNonTransferable or\n c.outcome = QuotaWinnerNonTransferable)\n \/\/ Losing outcomes\n\tall c: Candidate | c in losers iff\n\t\t(c.outcome = Loser or c.outcome = EarlyLoser or c.outcome = SoreLoser or \n\t\tc.outcome = TiedLoser or c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser)\n \/\/ STV election quotas\n Election.method = STV implies quota = 1 + BallotBox.size.div[Election.seats+1] and\n \tfullQuota = 1 + BallotBox.size.div[Election.constituencySeats + 1]\n Election.method = Plurality implies quota = 1 and fullQuota = 1\n \/\/ All ties involve equality between at least one winner and at least one loser\n all w: Candidate | some l: Candidate | w.outcome = TiedWinner and \n\t \t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies\n\t\t(#l.votes + #l.transfers = #w.votes + #w.transfers)\n all s: Candidate | some w: Candidate | w.outcome = TiedWinner and \n (s.outcome = SoreLoser or s.outcome = TiedLoser or s.outcome = TiedEarlyLoser) implies\n (#s.votes = #w.votes) or (#s.votes + #s.transfers = #w.votes + #w.transfers)\n \/\/ When there is a tied sore loser then there are no non-sore losers\n no disj a,b: Candidate | a.outcome = TiedSoreLoser and \n (b.outcome = TiedLoser or b.outcome = TiedEarlyLoser or \n b.outcome=Loser or b.outcome=EarlyLoser)\n \/\/ For each Tied Winner there is a Tied Loser\n\tall w: Candidate | some l: Candidate | w.outcome = TiedWinner implies \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser)\n \/\/ Tied Winners and Tied Losers have an equal number of votes\n\tall disj l,w: Candidate | \n ((l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) and\n w.outcome = TiedWinner) implies #w.votes + #w.transfers = #l.votes + #l.transfers\n \/\/ Compromise winner must have more votes than any tied winners\n\tall disj c,t: Candidate | (c.outcome = CompromiseWinner and t.outcome = TiedWinner) \n\t\timplies\n\t\t#t.votes + #t.transfers < #c.votes + #c.transfers\n \/\/ Winners have more votes than non-tied losers\n\tall w,l: Candidate | w.outcome = Winner and \n (l.outcome = Loser or l.outcome = EarlyLoser or l.outcome = SoreLoser) implies \n ((#l.votes < #w.votes) or (#l.votes + #l.transfers < #w.votes + #w.transfers))\n \/\/ For each Tied Loser there is at least one Tied Winner\n all c: Candidate | some w: Candidate |\n (c.outcome = TiedLoser or c.outcome = TiedSoreLoser or c.outcome = TiedEarlyLoser) \n\t\timplies w.outcome = TiedWinner\n}\n\n-- The Ballot Box\none sig BallotBox {\n spoiltBallots:\t\tset Ballot,\t\t-- empty ballots excluded from count\n nonTransferables: \tset Ballot,\t\t-- surplus ballots for which preferences are exhausted\n size:\t\t\t\t\tInt \t\t\t-- number of unspolit ballots\n}\n{\n \t0 <= size\n \tsize = #Ballot - #spoiltBallots\n\tall b: Ballot | b in spoiltBallots iff #b.preferences = 0\n \t\/\/ All non-transferable ballots belong to an undistributed surplus or eliminated candidate\n \tall b: Ballot | some c: Candidate | b in nonTransferables implies b in c.wasted\n\tall b: Ballot | no c: Candidate | b in nonTransferables and b in c.transfers\n}\n\n-- An Electoral Constituency\none sig Election {\n seats: \t\t\t\tInt,\t\t-- number of seats to be filled in this election\n constituencySeats:\tInt,\t\t-- full number of seats in this constituency\n method: \t\t\t\tMethod\t-- type of election; PR-STV or plurality\n}\n{\n \t0 < seats and seats <= constituencySeats\n \tseats < #Candidate\n}\n \n-- Version Control for changes to model \none sig Version {\n year, month, day: Int\n} {\n year = 11\n month = 02\n day = 25\n}\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"1839e83baf85e4ac6b1b98a76d7bf451497f4351","subject":"Added model scenario for existance of long ballots","message":"Added model scenario for existance of long ballots\n","repos":"GaloisInc\/Votail,GaloisInc\/Votail,GaloisInc\/Votail","old_file":"models\/Voting.als","new_file":"models\/Voting.als","new_contents":"-- (c) 2010, Dermot Cochran, IT University of Copenhagen\n-- http:\/\/www.kindsoftware.com\/about\/people\/dc\n-- http:\/\/www.itu.dk\/people\/dero\n\nmodule Voting\n\nopen util\/integer\n\n-- A person standing for election\nsig Candidate {\n identifier: Int, -- Unique identifier for this candidate\n \tvotes: \t\tset Ballot, \t-- First preference ballots assigned to this candidate\n\ttransfers: set Ballot, \t-- Ballots received by transfer from another candidate\n\tsurplus: \tset Ballot, \t-- Ballots given to another candidate (on election or elimination)\n\toutcome: \tEvent\t\n} {\n\tno b: Ballot | b in votes & transfers\n\tall b: Ballot | b in votes + transfers => this in b.assignees\n\tsurplus in votes + transfers\n\tElection.method = Plurality implies #surplus = 0 and #transfers = 0\n 0 < identifier\n}\n\n-- A digital or paper artifact which accurately records the intentions of the voter\nsig Ballot {\n identifier:\t\tInt,\t\t\t\t\t-- Unique identifier for this ballot\n assignees: \t\tset Candidate, -- Candidates to which this ballot has been assigned\n preferences: \tseq Candidate,\n votes:\t\t\t\tseq Vote,\t\t\t-- Fragments of the vote\n top:\t\t\t\tInt, \t\t\t\t\t-- Unique identifier of first preference candidate\n length:\t\t\tInt \t\t\t\t\t-- Number of preferences expressed on ballot\n} {\n\tassignees in preferences.elems\n not preferences.hasDups\n\tpreferences.elems in Election.candidates\n\tpreferences.first in assignees\n\tElection.method = Plurality implies length = 1\n\ttop = preferences.first.identifier\n length = #preferences\n 0 < length\n 0 < identifier\n some v: Vote | v.ballot = identifier and v.candidate = top and v.ranking = 1\n all v: Vote | Election.method = STV and v in votes.elems implies v.ballot = identifier\n votes.first.candidate = preferences.first.identifier\n votes.last.candidate = preferences.last.identifier\n votes.first.ranking = 1\n votes.last.ranking = length\n #votes = #preferences\n}\n\n-- Table of fragments of Votes used for encoding of results\nsig Vote {\n\tballot:\tInt,\t\t\t-- Ballot identifier\n candidate: Int,\t\t-- Candidate identifier\n ranking: Int\t\t\t-- Ranking of candidate on ballot paper\n} {\n\t0 < ranking\n some b: Ballot | b.identifier = ballot and this in b.votes.elems and ranking <= b.length\n some c: Candidate | c.identifier = candidate\n ranking <= #Election.candidates\n}\n\n-- An election result\none sig Scenario {\n \tlosers: \t\t\t\t\tset Candidate,\n \twinners: \t\t\t\tset Candidate,\n\teliminated: \t\t\tset Candidate, \t\t-- Candidates excluded under STV rules\n\tthreshold: \t\t\tInt, \t\t\t\t\t\t-- Minimum number of votes for a Loser or EarlyLoser\n\tquota: \t\t\t\t\tInt\t\t\t\t\t\t-- Minimum number of votes for a STV Winner or QuotaWinner\n}\n{\n \twinners + losers = Election.candidates\n \t#winners = Election.seats\n \tno c: Candidate | c in losers & winners\n \t0 < #losers\n \tall w: Candidate | all l: Candidate | l in losers and w in winners implies \n\t\t#l.votes + #l.transfers <= #w.votes + #w.transfers\n\t0 <= threshold\n\tthreshold < quota\n\tElection.method = Plurality implies #eliminated = 0\n\teliminated in losers\n\tall c: Candidate | c in losers implies Election.method = Plurality or #c.votes + #c.transfers < quota\n}\n\n\/* \n\tThere are four winner-outcomes and six loser-outcomes:\n\n\tWinner: \t\t\t\t\t\t(W1) elected in the first round of counting either by quota or plurality,\n\tQuotaWinner: \t\t\t\t(W2) elected with transfers from another candidate (STV only),\n\tCompromiseWinner: \t(W3) elected on the last round of counting without quota (STV only),\n\tTiedWinner:\t\t\t\t\t(W4) elected by tie breaker,\n\tTiedLoser:\t\t\t\t\t(L1) loses only by tie breaker but reaches the threshold,\n\tLoser:\t\t\t \t\t\t\t(L2) defeated on last round but reaches the minimum threshold of votes,\n TiedEarlyLoser:\t\t\t(L3) reaches threshold but eliminated by tie breaker (STV only),\n\tEarlyLoser:\t\t\t\t\t(L4) reaches threshold but is eliminated before last round (STV only),\n\tTiedSoreLoser:\t\t\t\t(L5) loses only by tie breaker but does not reach threshold,\n\tSoreLoser: \t\t\t\t\t(L6) does not even reach the mimimum threshold of votes\n*\/\nenum Event {Winner, QuotaWinner, CompromiseWinner, TiedWinner, \n\tTiedLoser, Loser, TiedEarlyLoser, EarlyLoser, TiedSoreLoser, SoreLoser}\n\nenum Method {Plurality, STV}\n\n-- A collection of ballots cast in an election\none sig BallotBox {\n\tballots: set Ballot\n} {\n 0 < #ballots\n\tall b: Ballot | b in ballots\n}\n\n-- An Election Constituency\none sig Election {\n candidates: \tset Candidate,\n seats: \t\t\t\tInt,\n method: \t\t\tMethod\n}\n{\n \t0 < seats\n \tseats < #candidates\n \tall c: Candidate | c in candidates\n}\n\n-- Independent (or Fundamental) Axioms\n\nfact uniqueCandidateID {\n no disj a,b: Candidate | a.identifier = b.identifier\n}\n\nfact uniqueBallotID {\n no disj a,b: Ballot | a.identifier = b.identifier\n}\n\nfact nonDuplicationOfVotes {\n no disj a,b: Vote | a.ballot = b.ballot and a.candidate = b.candidate\n}\n\nfact integrity {\n all c: Candidate | all b: Ballot | b in c.votes implies c in b.assignees\n}\n\nfact pluralityEvents {\n\tall c: Candidate | Election.method = Plurality implies\n\t\t(c.outcome = Loser or c.outcome = SoreLoser or c.outcome = Winner or \n\t\tc.outcome = TiedWinner or c.outcome = TiedLoser)\n}\n\nfact wellFormedQuota {\n\tElection.method = STV implies \n\t\t#BallotBox.ballots < Scenario.quota.mul[Election.seats+1] and\n\t\tScenario.quota.mul[Election.seats] <= #BallotBox.ballots \n}\n\nfact wellFormedThreshold {\n\t#BallotBox.ballots <= Scenario.threshold.mul[20] or \n\tElection.method = STV implies Scenario.quota <= Scenario.threshold.mul[4]\n}\n\nfact noStrayBallots {\n\tall b: Ballot | b in BallotBox.ballots\n}\n\nfact winnerSTV {\n\tall c: Candidate | Election.method = STV implies (\n\t\tc.outcome = Winner iff Scenario.quota <= #c.votes)\n}\n\nfact transferWinner {\n\tall c: Candidate | c.outcome = QuotaWinner iff \n\t\t#c.votes < Scenario.quota and Scenario.quota <= #c.votes + #c.transfers \n}\n\nfact closeWinner {\n\tall c: Candidate | c.outcome = CompromiseWinner or c.outcome = TiedWinner iff \n\t\tc in Scenario.winners and #c.votes + #c.transfers < Scenario.quota\n}\n\nfact soreLoser {\n\tall c: Candidate | (c.outcome = SoreLoser or c.outcome = TiedSoreLoser) iff \n\t\t#c.votes + #c.transfers < Scenario.threshold\n}\n\nfact loser {\n\tall c: Candidate | (c.outcome = Loser or c.outcome = TiedLoser or c.outcome = TiedSoreLoser) iff \n\t\tc in Scenario.losers - Scenario.eliminated\n}\n\nfact earlyLoser {\n\tall c: Candidate | c.outcome = EarlyLoser or c.outcome = TiedEarlyLoser iff \n\t\t(c in Scenario.losers & Scenario.eliminated and Scenario.threshold <= #c.votes + #c.transfers)\n}\n\nfact winners {\n\tall c: Candidate | c in Scenario.winners iff \n\t\tc.outcome = Winner or c.outcome = QuotaWinner or c.outcome = CompromiseWinner or \n\t\tc.outcome = TiedWinner\n}\n\nfact losers {\n\tall c: Candidate | c in Scenario.losers iff\n\t\t(c.outcome = Loser or c.outcome = EarlyLoser or c.outcome = SoreLoser or \n\t\tc.outcome = TiedLoser or c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser)\n}\n\n-- Non-Independent Axioms for Ballot Integrity\nfact transfers {\n\tall c: Candidate | 0 < #c.transfers implies Election.method = STV\n}\n\nfact onlyWinnersAndQuotaWinnersHaveSurplus {\n\tall c: Candidate | 0 < #c.surplus implies \n\t\tc.outcome = Winner or c.outcome = QuotaWinner\n}\n\nfact winnersNeedNoTransfers {\n\t\tall c: Candidate | c.outcome = Winner implies 0 = #c.transfers\n}\n\nfact firstPreference {\n\tall b: Ballot | all c: Candidate | b.preferences.first = c iff b in c.votes\n}\n\nfact sizeOfSurplus {\n\tall c: Candidate | (c in Scenario.winners and Election.method = STV and 0 < #c.surplus) implies \n\t\t#c.surplus = #c.votes + #c.transfers - Scenario.quota\n}\n\nfact transferToNextPreference {\n\tall b: Ballot | all disj donor,receiver: Candidate |\n\t\t(donor + receiver in b.assignees and\n\t\tb in receiver.transfers and b in donor.surplus implies \n\t\tb.preferences.idxOf[donor] < b.preferences.idxOf[receiver] and\n\t\treceiver in b.preferences.rest.elems)\n}\n\nfact pluralityWinner {\n\tall disj a, b: Candidate | (Election.method = Plurality and Election.seats = 1) and\n\t\ta.outcome = Winner implies #b.votes <= #a.votes\n}\n\nfact transferToNextContinuingCandidate {\n\tall disj skipped, receiving: Candidate | all b: Ballot |\n\t\tb.preferences.idxOf[skipped] < b.preferences.idxOf[receiving] and\n\t\treceiving in b.assignees and (not skipped in b.assignees) implies\n\t\t(skipped in Scenario.eliminated or skipped.outcome = Winner or \n\t\tskipped.outcome = QuotaWinner)\n}\n\n\/\/ All ballots transfers are associated with the last candidate to receive the transfer\nfact ownership {\n\tall disj c,d: Candidate | all b: Ballot | b in c.transfers implies c in b.assignees and \n\t\t(d not in b.assignees or b.preferences.idxOf[d] < b.preferences.idxOf[c])\n}\n\n\/\/ Lowest candidate is eliminated first\nfact lowestElimination {\n\tall disj c,d: Candidate | c in Scenario.eliminated and d not in Scenario.eliminated implies\n\t\t#c.votes + #c.transfers <= #d.votes + #d.transfers\n}\n\n\/\/ All ties involve equality between at least one winner and at least one loser on either original votes or\n\/\/ on transfers plus original votes\nfact equalityOfTiedWinner {\n all w: Candidate | some l: Candidate | w.outcome = TiedWinner and \n\t \t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies\n\t\t(#l.votes = #w.votes) or (#l.votes + #l.transfers = #w.votes + #w.transfers)\n}\n\nfact equalityOfTiedLosers {\n all s: Candidate | some w: Candidate | w.outcome = TiedWinner and \n (s.outcome = SoreLoser or s.outcome = TiedLoser or s.outcome = TiedEarlyLoser) implies\n (#s.votes = #w.votes) or (#s.votes + #s.transfers = #w.votes + #w.transfers)\n}\n\n\/\/ Ranking of votes on ballots\nfact firstPreference {\n\tall v: Vote | some b: Ballot | v.ballot = b.identifier and\n\t\tv.ranking = 1 implies b.top = v.candidate\n}\n\nfact rankingOfVotes {\n \tall v: Vote | some b: Ballot | some c: Candidate | Election.method = STV and\n\t\tv.ballot = b.identifier and v.candidate = c.identifier implies\n\t c in b.preferences.elems and v.ranking = b.preferences.idxOf[c]\n}\n\n-- Scenario Validity Axioms\n\/\/ When there is a tied sore loser then there are no non-sore losers\nfact typeOfTiedLoser {\n no disj a,b: Candidate | a.outcome = TiedSoreLoser and \n (b.outcome = TiedLoser or b.outcome = TiedEarlyLoser or \n b.outcome=Loser or b.outcome=EarlyLoser)\n}\n\nfact tieBreaker {\n\tall w: Candidate | some l: Candidate | w.outcome = TiedWinner implies \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser)\n}\n\nfact validTieBreaker {\n\tall l: Candidate | some w: Candidate | \n (l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies \n w.outcome = TiedWinner\n}\n\n-- Basic Lemmas\nassert honestCount {\n\t all c: Candidate | all b: Ballot | b in c.votes + c.transfers implies c in b.assignees\n}\ncheck honestCount for 15 but 6 int\n\nassert atLeastOneLoser {\n\t0 < #Scenario.losers\n}\ncheck atLeastOneLoser for 15 but 6 int\n\nassert atLeastOneWinner {\n\t0 < #Scenario.winners\n}\ncheck atLeastOneWinner for 14 but 6 int\n\nassert wellFormednessOfBallots {\n\tall b: Ballot | b.assignees in Election.candidates\n}\ncheck wellFormednessOfBallots for 18 but 6 int\n\nassert wellFormedBallotBox {\n\t\t#BallotBox.ballots = sum (#Election.candidates.votes) \n}\ncheck wellFormedBallotBox for 14 but 6 int\n\nassert plurality {\n\tall c: Candidate | all b: Ballot | b in c.votes and \n\t\tElection.method = Plurality implies c in b.preferences.first\n}\ncheck plurality for 18 but 6 int\n\nassert wellFormedTieBreaker {\n\tsome w,l : Candidate | (w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers) implies \n\t\tw.outcome = TiedWinner and \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome=TiedEarlyLoser)\n}\ncheck wellFormedTieBreaker for 18 but 6 int\n\nassert validSurplus {\n\tall c: Candidate | 0 < #c.surplus implies (c.outcome = Winner or c.outcome = QuotaWinner or \n\t\tc in Scenario.eliminated)\n}\ncheck validSurplus for 16 but 6 int\n\n-- Advanced Lemmas\n\/\/ No lost votes during counting\nassert accounting {\n\tall b: Ballot | one c: Candidate | b in c.votes and c in b.assignees\n}\ncheck accounting for 16 but 6 int\n\n\/\/ No ballots created or destroyed during counting\nassert immutability {\n\tall c: Candidate | c.votes + c.transfers in BallotBox.ballots and c.surplus in BallotBox.ballots\n}\ncheck immutability for 16 but 6 int\n\n\/\/ Cannot have tie breaker with both tied sore loser and non-sore loser\nassert tiedWinnerLoserTiedSoreLoser {\n\tno disj c,w,l: Candidate | c.outcome = TiedSoreLoser and\n\t w.outcome = TiedWinner and (l.outcome = Loser or l.outcome = TiedLoser)\n}\ncheck tiedWinnerLoserTiedSoreLoser for 6 int\n\n\/\/ Non repeating ranking in ballots\nassert wellFormedRanking {\n}\ncheck wellFormedRanking for 6\n\n-- Sample scenarios\npred TwoCandidatePlurality { \n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 2\n}\nrun TwoCandidatePlurality for 10 but 1 Ballot, 6 int\n\npred PluralityTiedWinner {\n\tElection.method = Plurality\n\tElection.seats = 1\n\tsome disj a,b: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser\n}\nrun PluralityTiedWinner for 10 but 2 Ballot, 6 int\n\npred ThreeCandidatePlurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 3\n}\nrun ThreeCandidatePlurality for 6 int\n\npred Plurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun Plurality for 5 but 6 int\n\npred TenCandidatePluralityWithTwoSeats {\n\tElection.method = Plurality\n\tElection.seats = 2\n\t#Election.candidates = 10\n}\nrun TenCandidatePluralityWithTwoSeats for 10 but 6 int\n\npred InstantRunoffVoting {\n\tElection.method = STV\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun InstantRunoffVoting for 10 but 6 int\n\npred STV3 {\n\tElection.method = STV\n\tElection.seats = 3\n}\nrun STV3 for 5 but 6 int\n\npred ThreeWinnersOneLoser {\n\tsome a: Candidate | a.outcome = Winner\n \tsome b: Candidate | b.outcome = QuotaWinner\n\tsome c: Candidate | c.outcome = CompromiseWinner\n\tsome d: Candidate | d in Scenario.losers\n}\nrun ThreeWinnersOneLoser for 8 but 6 int\n\npred LoserAndEarlyLoser {\n\tone d: Candidate | d.outcome = Loser\n\tone e: Candidate | e.outcome = EarlyLoser\n}\nrun LoserAndEarlyLoser for 5 but 6 int\n\npred OneWinnerNineLosers {\n\t#Scenario.winners = 1\n\t#Scenario.losers = 9\n}\nrun OneWinnerNineLosers for 16 but 6 int\n\npred TwentyBallots {\n\t#BallotBox.ballots = 20\n}\nrun TwentyBallots for 20 but 6 int\n\npred ThreeWayTie {\n\tsome disj a,b,c: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser\n}\nrun ThreeWayTie for 5 but 6 int\n\npred FiveWayTie {\n\tsome disj a,b,c,d,e: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser and d.outcome = TiedLoser and e.outcome = TiedWinner\n}\nrun FiveWayTie for 7 but 6 int\n\npred TwentyCandidates {\n\t#Election.candidates = 20\n\tsome c: Candidate | 0 < #c.votes and c in Scenario.losers\n}\nrun TwentyCandidates for 20 but 6 int\n\npred Outcomes {\n \tsome disj a,b,c0,d,e,f,g,h,i: Candidate | \n\t\t(a.outcome = Winner and b.outcome = QuotaWinner and \n\t\tc0.outcome = CompromiseWinner and d.outcome = Loser and\n\t\te.outcome = EarlyLoser and f.outcome = SoreLoser and\n\t\tg.outcome = TiedWinner and h.outcome = TiedLoser and i.outcome = TiedEarlyLoser)\n}\nrun Outcomes for 10 but 6 int\n\npred TenDifferentBallots {\n\t#BallotBox.ballots = 10\n\tno disj a,b: Ballot | a.preferences.first = b.preferences.first and #a.preferences = #b.preferences and\n\t\ta.preferences.last = b.preferences.last and #a.assignees = #b.assignees\n}\nrun TenDifferentBallots for 10\n\n\n but 6 int\n\npred ScenarioLWW {\n\tsome a: Candidate | a.outcome = Loser\n\tsome disj b,c: Candidate | b.outcome = Winner and c.outcome = Winner\n #Election.candidates = 3\n}\nrun ScenarioLWW for 6 int\n\npred AnyScenarioWithTiedSoreLoser {\n\tsome c: Candidate | c.outcome = TiedSoreLoser\n}\nrun AnyScenarioWithTiedSoreLoser for 6 int\n\npred LongBallot {\n\tsome b: Ballot | b.length = 20\n}\nrun LongBallot for 20 int\n","old_contents":"-- (c) Dermot Cochran, 2010, IT University of Copenhagen\n-- http:\/\/www.kindsoftware.com\n-- http:\/\/www.itu.dk\n\nmodule Voting\n\nopen util\/integer\n\n-- A person standing for election\nsig Candidate {\n identifier: Int, -- Unique identifier for this candidate\n \tvotes: \t\tset Ballot, \t-- First preference ballots assigned to this candidate\n\ttransfers: set Ballot, \t-- Ballots received by transfer from another candidate\n\tsurplus: \tset Ballot, \t-- Ballots given to another candidate (on election or elimination)\n\toutcome: \tEvent\t\n} {\n\tno b: Ballot | b in votes & transfers\n\tall b: Ballot | b in votes + transfers => this in b.assignees\n\tsurplus in votes + transfers\n\tElection.method = Plurality implies #surplus = 0 and #transfers = 0\n 0 < identifier\n}\n\n-- A digital or paper artifact which accurately records the intentions of the voter\nsig Ballot {\n identifier:\t\tInt,\t\t\t\t\t-- Unique identifier for this ballot\n assignees: \t\tset Candidate, -- Candidates to which this ballot has been assigned\n preferences: \tseq Candidate,\n votes:\t\t\t\tseq Vote,\t\t\t-- Fragments of the vote\n top:\t\t\t\tInt, \t\t\t\t\t-- Unique identifier of first preference candidate\n length:\t\t\tInt \t\t\t\t\t-- Number of preferences expressed on ballot\n} {\n\tassignees in preferences.elems\n not preferences.hasDups\n\tpreferences.elems in Election.candidates\n\tpreferences.first in assignees\n\tElection.method = Plurality implies length = 1\n\ttop = preferences.first.identifier\n length = #preferences\n 0 < length\n 0 < identifier\n some v: Vote | v.ballot = identifier and v.candidate = top and v.ranking = 1\n all v: Vote | v in votes.elems implies v.ballot = identifier\n votes.first.candidate = preferences.first.identifier\n votes.last.candidate = preferences.last.identifier\n votes.first.ranking = 1\n votes.last.ranking = length\n}\n\n-- Table of fragments of Votes used for encoding of results\nsig Vote {\n\tballot:\tInt,\t\t\t-- Ballot identifier\n candidate: Int,\t\t-- Candidate identifier\n ranking: Int\t\t\t-- Ranking of candidate on ballot paper\n} {\n\t0 < ranking\n some b: Ballot | b.identifier = ballot and this in b.votes.elems and ranking <= b.length\n some c: Candidate | c.identifier = candidate\n ranking <= #Election.candidates\n}\n\n-- An election result\none sig Scenario {\n \tlosers: \t\t\t\t\tset Candidate,\n \twinners: \t\t\t\tset Candidate,\n\teliminated: \t\t\tset Candidate, \t\t-- Candidates excluded under STV rules\n\tthreshold: \t\t\tInt, \t\t\t\t\t\t-- Minimum number of votes for a Loser or EarlyLoser\n\tquota: \t\t\t\t\tInt\t\t\t\t\t\t-- Minimum number of votes for a STV Winner or QuotaWinner\n}\n{\n \twinners + losers = Election.candidates\n \t#winners = Election.seats\n \tno c: Candidate | c in losers & winners\n \t0 < #losers\n \tall w: Candidate | all l: Candidate | l in losers and w in winners implies \n\t\t#l.votes + #l.transfers <= #w.votes + #w.transfers\n\t0 <= threshold\n\tthreshold < quota\n\tElection.method = Plurality implies #eliminated = 0\n\teliminated in losers\n\tall c: Candidate | c in losers implies Election.method = Plurality or #c.votes + #c.transfers < quota\n}\n\n\/* \n\tThere are four winner-outcomes and six loser-outcomes:\n\n\tWinner: \t\t\t\t\t\t(W1) elected in the first round of counting either by quota or plurality,\n\tQuotaWinner: \t\t\t\t(W2) elected with transfers from another candidate (STV only),\n\tCompromiseWinner: \t(W3) elected on the last round of counting without quota (STV only),\n\tTiedWinner:\t\t\t\t\t(W4) elected by tie breaker,\n\tTiedLoser:\t\t\t\t\t(L1) loses only by tie breaker but reaches the threshold,\n\tLoser:\t\t\t \t\t\t\t(L2) defeated on last round but reaches the minimum threshold of votes,\n TiedEarlyLoser:\t\t\t(L3) reaches threshold but eliminated by tie breaker (STV only),\n\tEarlyLoser:\t\t\t\t\t(L4) reaches threshold but is eliminated before last round (STV only),\n\tTiedSoreLoser:\t\t\t\t(L5) loses only by tie breaker but does not reach threshold,\n\tSoreLoser: \t\t\t\t\t(L6) does not even reach the mimimum threshold of votes\n*\/\nenum Event {Winner, QuotaWinner, CompromiseWinner, TiedWinner, \n\tTiedLoser, Loser, TiedEarlyLoser, EarlyLoser, TiedSoreLoser, SoreLoser}\n\nenum Method {Plurality, STV}\n\n-- A collection of ballots cast in an election\none sig BallotBox {\n\tballots: set Ballot\n} {\n 0 < #ballots\n\tall b: Ballot | b in ballots\n}\n\n-- An Election Constituency\none sig Election {\n candidates: \tset Candidate,\n seats: \t\t\t\tInt,\n method: \t\t\tMethod\n}\n{\n \t0 < seats\n \tseats < #candidates\n \tall c: Candidate | c in candidates\n}\n\n-- Independent (or Fundamental) Axioms\n\nfact uniqueCandidateID {\n no disj a,b: Candidate | a.identifier = b.identifier\n}\n\nfact uniqueBallotID {\n no disj a,b: Ballot | a.identifier = b.identifier\n}\n\nfact nonDuplicationOfVotes {\n no disj a,b: Vote | a.ballot = b.ballot and a.candidate = b.candidate\n}\n\nfact integrity {\n all c: Candidate | all b: Ballot | b in c.votes implies c in b.assignees\n}\n\nfact pluralityEvents {\n\tall c: Candidate | Election.method = Plurality implies\n\t\t(c.outcome = Loser or c.outcome = SoreLoser or c.outcome = Winner or \n\t\tc.outcome = TiedWinner or c.outcome = TiedLoser)\n}\n\nfact wellFormedQuota {\n\tElection.method = STV implies \n\t\t#BallotBox.ballots < Scenario.quota.mul[Election.seats+1] and\n\t\tScenario.quota.mul[Election.seats] <= #BallotBox.ballots \n}\n\nfact wellFormedThreshold {\n\t#BallotBox.ballots <= Scenario.threshold.mul[20] or \n\tElection.method = STV implies Scenario.quota <= Scenario.threshold.mul[4]\n}\n\nfact noStrayBallots {\n\tall b: Ballot | b in BallotBox.ballots\n}\n\nfact winnerSTV {\n\tall c: Candidate | Election.method = STV implies (\n\t\tc.outcome = Winner iff Scenario.quota <= #c.votes)\n}\n\nfact transferWinner {\n\tall c: Candidate | c.outcome = QuotaWinner iff \n\t\t#c.votes < Scenario.quota and Scenario.quota <= #c.votes + #c.transfers \n}\n\nfact closeWinner {\n\tall c: Candidate | c.outcome = CompromiseWinner or c.outcome = TiedWinner iff \n\t\tc in Scenario.winners and #c.votes + #c.transfers < Scenario.quota\n}\n\nfact soreLoser {\n\tall c: Candidate | (c.outcome = SoreLoser or c.outcome = TiedSoreLoser) iff \n\t\t#c.votes + #c.transfers < Scenario.threshold\n}\n\nfact loser {\n\tall c: Candidate | (c.outcome = Loser or c.outcome = TiedLoser or c.outcome = TiedSoreLoser) iff \n\t\tc in Scenario.losers - Scenario.eliminated\n}\n\nfact earlyLoser {\n\tall c: Candidate | c.outcome = EarlyLoser or c.outcome = TiedEarlyLoser iff \n\t\t(c in Scenario.losers & Scenario.eliminated and Scenario.threshold <= #c.votes + #c.transfers)\n}\n\nfact winners {\n\tall c: Candidate | c in Scenario.winners iff \n\t\tc.outcome = Winner or c.outcome = QuotaWinner or c.outcome = CompromiseWinner or \n\t\tc.outcome = TiedWinner\n}\n\nfact losers {\n\tall c: Candidate | c in Scenario.losers iff\n\t\t(c.outcome = Loser or c.outcome = EarlyLoser or c.outcome = SoreLoser or \n\t\tc.outcome = TiedLoser or c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser)\n}\n\n-- Non-Independent Axioms for Ballot Integrity\nfact transfers {\n\tall c: Candidate | 0 < #c.transfers implies Election.method = STV\n}\n\nfact onlyWinnersAndQuotaWinnersHaveSurplus {\n\tall c: Candidate | 0 < #c.surplus implies \n\t\tc.outcome = Winner or c.outcome = QuotaWinner\n}\n\nfact winnersNeedNoTransfers {\n\t\tall c: Candidate | c.outcome = Winner implies 0 = #c.transfers\n}\n\nfact firstPreference {\n\tall b: Ballot | all c: Candidate | b.preferences.first = c iff b in c.votes\n}\n\nfact sizeOfSurplus {\n\tall c: Candidate | (c in Scenario.winners and Election.method = STV and 0 < #c.surplus) implies \n\t\t#c.surplus = #c.votes + #c.transfers - Scenario.quota\n}\n\nfact transferToNextPreference {\n\tall b: Ballot | all disj donor,receiver: Candidate |\n\t\t(donor + receiver in b.assignees and\n\t\tb in receiver.transfers and b in donor.surplus implies \n\t\tb.preferences.idxOf[donor] < b.preferences.idxOf[receiver] and\n\t\treceiver in b.preferences.rest.elems)\n}\n\nfact pluralityWinner {\n\tall disj a, b: Candidate | (Election.method = Plurality and Election.seats = 1) and\n\t\ta.outcome = Winner implies #b.votes <= #a.votes\n}\n\nfact transferToNextContinuingCandidate {\n\tall disj skipped, receiving: Candidate | all b: Ballot |\n\t\tb.preferences.idxOf[skipped] < b.preferences.idxOf[receiving] and\n\t\treceiving in b.assignees and (not skipped in b.assignees) implies\n\t\t(skipped in Scenario.eliminated or skipped.outcome = Winner or \n\t\tskipped.outcome = QuotaWinner)\n}\n\n\/\/ All ballots transfers are associated with the last candidate to receive the transfer\nfact ownership {\n\tall disj c,d: Candidate | all b: Ballot | b in c.transfers implies c in b.assignees and \n\t\t(d not in b.assignees or b.preferences.idxOf[d] < b.preferences.idxOf[c])\n}\n\n\/\/ Lowest candidate is eliminated first\nfact lowestElimination {\n\tall disj c,d: Candidate | c in Scenario.eliminated and d not in Scenario.eliminated implies\n\t\t#c.votes + #c.transfers <= #d.votes + #d.transfers\n}\n\n\/\/ All ties involve equality between at least one winner and at least one loser on either original votes or\n\/\/ on transfers plus original votes\nfact equalityOfTiedWinner {\n all w: Candidate | some l: Candidate | w.outcome = TiedWinner and \n\t \t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies\n\t\t(#l.votes = #w.votes) or (#l.votes + #l.transfers = #w.votes + #w.transfers)\n}\n\nfact equalityOfTiedLosers {\n all s: Candidate | some w: Candidate | w.outcome = TiedWinner and \n (s.outcome = SoreLoser or s.outcome = TiedLoser or s.outcome = TiedEarlyLoser) implies\n (#s.votes = #w.votes) or (#s.votes + #s.transfers = #w.votes + #w.transfers)\n}\n\n\/\/ Ranking of votes on ballots\nfact firstPreference {\n\tall v: Vote | some b: Ballot | v.ballot = b.identifier and\n\t\tv.ranking = 1 implies b.top = v.candidate\n}\n\nfact rankingOfVotes {\n \tall v: Vote | some b: Ballot | some c: Candidate | \n\t\tv.ballot = b.identifier and v.candidate = c.identifier implies\n\t c in b.preferences.elems and v.ranking = b.preferences.idxOf[c]\n}\n\n-- Scenario Validity Axioms\n\/\/ When there is a tied sore loser then there are no non-sore losers\nfact typeOfTiedLoser {\n no disj a,b: Candidate | a.outcome = TiedSoreLoser and \n (b.outcome = TiedLoser or b.outcome = TiedEarlyLoser or \n b.outcome=Loser or b.outcome=EarlyLoser)\n}\n\nfact tieBreaker {\n\tall w: Candidate | some l: Candidate | w.outcome = TiedWinner implies \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser)\n}\n\nfact validTieBreaker {\n\tall l: Candidate | some w: Candidate | \n (l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies \n w.outcome = TiedWinner\n}\n\n-- Basic Lemmas\nassert honestCount {\n\t all c: Candidate | all b: Ballot | b in c.votes + c.transfers implies c in b.assignees\n}\ncheck honestCount for 15 but 6 int\n\nassert atLeastOneLoser {\n\t0 < #Scenario.losers\n}\ncheck atLeastOneLoser for 15 but 6 int\n\nassert atLeastOneWinner {\n\t0 < #Scenario.winners\n}\ncheck atLeastOneWinner for 14 but 6 int\n\nassert wellFormednessOfBallots {\n\tall b: Ballot | b.assignees in Election.candidates\n}\ncheck wellFormednessOfBallots for 18 but 6 int\n\nassert wellFormedBallotBox {\n\t\t#BallotBox.ballots = sum (#Election.candidates.votes) \n}\ncheck wellFormedBallotBox for 14 but 6 int\n\nassert plurality {\n\tall c: Candidate | all b: Ballot | b in c.votes and \n\t\tElection.method = Plurality implies c in b.preferences.first\n}\ncheck plurality for 18 but 6 int\n\nassert wellFormedTieBreaker {\n\tsome w,l : Candidate | (w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers) implies \n\t\tw.outcome = TiedWinner and \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome=TiedEarlyLoser)\n}\ncheck wellFormedTieBreaker for 18 but 6 int\n\nassert validSurplus {\n\tall c: Candidate | 0 < #c.surplus implies (c.outcome = Winner or c.outcome = QuotaWinner or \n\t\tc in Scenario.eliminated)\n}\ncheck validSurplus for 16 but 6 int\n\n-- Advanced Lemmas\n\/\/ No lost votes during counting\nassert accounting {\n\tall b: Ballot | one c: Candidate | b in c.votes and c in b.assignees\n}\ncheck accounting for 16 but 6 int\n\n\/\/ No ballots created or destroyed during counting\nassert immutability {\n\tall c: Candidate | c.votes + c.transfers in BallotBox.ballots and c.surplus in BallotBox.ballots\n}\ncheck immutability for 16 but 6 int\n\n\/\/ Cannot have tie breaker with both tied sore loser and non-sore loser\nassert tiedWinnerLoserTiedSoreLoser {\n\tno disj c,w,l: Candidate | c.outcome = TiedSoreLoser and\n\t w.outcome = TiedWinner and (l.outcome = Loser or l.outcome = TiedLoser)\n}\ncheck tiedWinnerLoserTiedSoreLoser for 6 int\n\n-- Sample scenarios\npred TwoCandidatePlurality { \n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 2\n}\nrun TwoCandidatePlurality for 10 but 1 Ballot, 6 int\n\npred PluralityTiedWinner {\n\tElection.method = Plurality\n\tElection.seats = 1\n\tsome disj a,b: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser\n}\nrun PluralityTiedWinner for 10 but 2 Ballot, 6 int\n\npred ThreeCandidatePlurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 3\n}\nrun ThreeCandidatePlurality for 6 int\n\npred Plurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun Plurality for 5 but 6 int\n\npred TenCandidatePluralityWithTwoSeats {\n\tElection.method = Plurality\n\tElection.seats = 2\n\t#Election.candidates = 10\n}\nrun TenCandidatePluralityWithTwoSeats for 10 but 6 int\n\npred InstantRunoffVoting {\n\tElection.method = STV\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun InstantRunoffVoting for 10 but 6 int\n\npred STV3 {\n\tElection.method = STV\n\tElection.seats = 3\n}\nrun STV3 for 5 but 6 int\n\npred ThreeWinnersOneLoser {\n\tsome a: Candidate | a.outcome = Winner\n \tsome b: Candidate | b.outcome = QuotaWinner\n\tsome c: Candidate | c.outcome = CompromiseWinner\n\tsome d: Candidate | d in Scenario.losers\n}\nrun ThreeWinnersOneLoser for 8 but 6 int\n\npred LoserAndEarlyLoser {\n\tone d: Candidate | d.outcome = Loser\n\tone e: Candidate | e.outcome = EarlyLoser\n}\nrun LoserAndEarlyLoser for 5 but 6 int\n\npred OneWinnerNineLosers {\n\t#Scenario.winners = 1\n\t#Scenario.losers = 9\n}\nrun OneWinnerNineLosers for 16 but 6 int\n\npred TwentyFiveBallots {\n\t#BallotBox.ballots = 25\n}\nrun TwentyFiveBallots for 25 but 6 int\n\npred ThreeWayTie {\n\tsome disj a,b,c: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser\n}\nrun ThreeWayTie for 5 but 6 int\n\npred FiveWayTie {\n\tsome disj a,b,c,d,e: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser and d.outcome = TiedLoser and e.outcome = TiedWinner\n}\nrun FiveWayTie for 7 but 6 int\n\npred TwentyCandidates {\n\t#Election.candidates = 20\n\tsome c: Candidate | 0 < #c.votes and c in Scenario.losers\n}\nrun TwentyCandidates for 20 but 6 int\n\npred Outcomes {\n \tsome disj a,b,c0,d,e,f,g,h,i: Candidate | \n\t\t(a.outcome = Winner and b.outcome = QuotaWinner and \n\t\tc0.outcome = CompromiseWinner and d.outcome = Loser and\n\t\te.outcome = EarlyLoser and f.outcome = SoreLoser and\n\t\tg.outcome = TiedWinner and h.outcome = TiedLoser and i.outcome = TiedEarlyLoser)\n}\nrun Outcomes for 10 but 6 int\n\npred FifteenDifferentBallots {\n\t#BallotBox.ballots = 15\n\tno disj a,b: Ballot | a.preferences.first = b.preferences.first and #a.preferences = #b.preferences and\n\t\ta.preferences.last = b.preferences.last and #a.assignees = #b.assignees\n}\nrun FifteenDifferentBallots for 15 but 6 int\n\npred ScenarioLWW {\n\tsome a: Candidate | a.outcome = Loser\n\tsome disj b,c: Candidate | b.outcome = Winner and c.outcome = Winner\n #Election.candidates = 3\n}\nrun ScenarioLWW for 6 int\n\npred AnyScenarioWithTiedSoreLoser {\n\tsome c: Candidate | c.outcome = TiedSoreLoser\n}\nrun AnyScenarioWithTiedSoreLoser for 6 int\n\n-- Utility functions\n\nfun length [b : Ballot] : Int {\n #b.preferences\n}\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"3ca0a89d84ec008efeb3fdafc72ba24ab6ed659c","subject":"making","message":"making\n","repos":"nishio\/learning_alloy,nishio\/learning_alloy,nishio\/learning_alloy","old_file":"Peterson_OoO.als","new_file":"Peterson_OoO.als","new_contents":"open util\/ordering[Time]\n\nabstract sig Command {}\n\none sig MFence{}\none sig LFence{}\none sig SFence{}\n\nabstract sig Load extends Command{}\nabstract sig Store extends Command{}\nsig Movl extends Store{\n\tvalue: Int,\n\ttarget: (0 + 1) -> Time\t\n}\nsig CmplJe extends Load{\n\tvalue: Int,\n\ttarget: (0 + 1) -> Time,\n\tjump_to: Int\n}\none sig CriticalSection extends Store{}\n\nfun movl(_value: Int, _target: (0 + 1) -> Time): Movl{\n\t{m: Movl | m.value = _value and m.target = _target}\n}\nfun cmpl_je(_value: Int, _target: (0 + 1) -> Time,\n\t\t_jump_to: Int): CmplJe{\n\n\t{m: CmplJe | \n\t\tm.value = _value and\n\t\tm.target = _target and\n\t\tm.jump_to = _jump_to\n\t}\n}\n\nsig Time{\n\tpc: lone Int\n}\n\nfact{\n\tno last.pc\n}\n\nsig R{\n\t\/\/ \u305d\u306e\u6642\u523b\u306b\u307e\u3060\u5b9f\u884c\u3055\u308c\u3066\u3044\u306a\u3044\u30b3\u30de\u30f3\u30c9\u306e\u5217\n\tcode: (0 + 1) -> Int -> Command -> Time,\n\t\/\/ memory\n\tturn: (0 + 1) -> Time,\n\tflag: (0 + 1) -> (0 + 1) -> Time\n\t\/\/\n}{\n\tall t: Time {\n\t\tone turn.t\n\t\tone flag[0].t\n\t\tone flag[1].t\n\t\t(turn + flag[0] + flag[1]).t in (0 + 1) \n\t\tno flag[Int - 0 - 1].t\n\t}\n\n\tlet t = first {\n\t\t\/\/ \u6700\u521d\u306f\u30e1\u30e2\u30ea\u306f\u307f\u3093\u306a0\n\t\tturn.t = 0\n\t\tflag[0].t = 0\n\t\tflag[1].t = 0\n \t}\n\n\tcode.first = (0 -> (\n\t\t(0 -> movl[1, flag[0]]) + \n\t\t(1 -> movl[1, turn]) + \n\t\t(2 -> cmpl_je[0, flag[1], 4]) + \n\t\t(3 -> cmpl_je[1, turn, 2]) +\n\t\t(4 -> CriticalSection) + \n\t\t(5 -> movl[0, flag[0]]) +\n\n\t\t(6 -> movl[1, flag[0]]) + \n\t\t(7 -> movl[1, turn]) + \n\t\t(8 -> cmpl_je[0, flag[1], 10]) + \n\t\t(9 -> cmpl_je[1, turn, 8]) +\n\t\t(10 -> CriticalSection) + \n\t\t(11 -> movl[0, flag[0]])\n\t) + (1 -> (\n\t\t(0 -> movl[1, flag[1]]) + \n\t\t(1 -> movl[1, turn]) + \n\t\t(2 -> cmpl_je[0, flag[0], 4]) + \n\t\t(3 -> cmpl_je[1, turn, 2]) +\n\t\t(4 -> CriticalSection) + \n\t\t(5 -> movl[0, flag[1]])\n\t)))\n}\n\/*\nLBB4_1:\n movl $1, _flag0(%rip)\n movl $1, _turn(%rip)\nLBB4_2:\n cmpl $0, _flag1(%rip)\n je LBB4_4\n cmpl $1, _turn(%rip)\n je LBB4_2\nLBB4_4:\n incl _counter(%rip)\n movl $0, _flag0(%rip)\n*\/\n\n\npred InOrder {\n\t\/\/ \u9078\u3070\u308c\u305f\u547d\u4ee4\u3088\u308a\u524d\u306b\u672a\u5b9f\u884c\u306e\u547d\u4ee4\u306f\u306a\u3044\n\t\/\/ \u53e4\u304d\u826f\u304d\u6642\u4ee3\u306e\u30a4\u30f3\u30aa\u30fc\u30c0\u30fc\u5b9f\u884c\n}\npred Intel {\n\t\/\/ \u540c\u4e00\u30e1\u30e2\u30ea\u306b\u5bfe\u3059\u308bLoad\u3068Store\u306f\u5b9f\u884c\u9806\u3092\u5165\u308c\u66ff\u3048\u306a\u3044\n\t\/\/ \u591a\u5206Intel\u306f\u3053\u306e\u6319\u52d5\n}\npred step {\n\t\/\/ \u5404\u6642\u523b\u306b\u5b88\u3089\u308c\u3066\u3044\u308b\u3079\u304d\u5236\u7d04\n\t\n}\nrun {\n} for 5 Int\n","old_contents":"","returncode":1,"stderr":"error: pathspec 'Peterson_OoO.als' did not match any file(s) known to git\n","license":"mit","lang":"Alloy"} {"commit":"fe9e0ce63d7ff6272b2c01ac17124a5e99e9dbf5","subject":"Split long line","message":"Split long line\n\n","repos":"AppliedLogicSystems\/ALSProlog,AppliedLogicSystems\/ALSProlog,AppliedLogicSystems\/ALSProlog,AppliedLogicSystems\/ALSProlog,AppliedLogicSystems\/ALSProlog,AppliedLogicSystems\/ALSProlog,AppliedLogicSystems\/ALSProlog,AppliedLogicSystems\/ALSProlog,AppliedLogicSystems\/ALSProlog","old_file":"manual\/copying.als","new_file":"manual\/copying.als","new_contents":"Applied Logic Systems, Inc.'s \"Copying ALS\"\n\nThis is the file \"Copying ALS\". It applies to files which are marked\n\n Copyright (c) xxxx Applied Logic Systems, Inc.\n Distribution rights per Copying ALS\n\nThis document is Copyright (c) 1996-9 Applied Logic Systems, Inc., and may\nbe distributed verbatim, but changing it is not permitted.\n\nYou may freely copy, modify, and distribute any source file marked\n\n Copyright (c) xxxx Applied Logic Systems, Inc.\n Distribution rights per Copying ALS\n\nsubject to the following restrictions:\n\ni) You must preserve intact any and all existing copyright and\/or authorship \ninformation in any of the files you redistribute. If you modify a source file,\nyou must add a notice to that effect to the authorship information in the\nsource file. If you substantially merge one of the files into another file, \nyou must transfer the existing copyright and\/or authorship information\nto the newly merged file.\n\nii) You may freely incorporate these files in a binary application distributed\nunder the terms of the \"ALS Binary License\", either bound into the application,\nor as \"obp\" files to be loaded. Your are strongly encouraged to abide by\nthe spirit of the free software concept, and to\n a) Provide authorship attributions as appropriate in your printed and\/or\n on-line documentation, and on your start-up screen(s) if this is\n appropriate, and to\n b) Provide sufficient information so that the recepients of your programs\n can obtain the sources to the programs you incorporated.\n\niii) No act of distribution and\/or incorporation of any of these files, in whole\nor in part, will give you proprietary rights or ownership over these files, in\nwhole or in part. Any attempt to exercise such rights will automatically\nabrogate your rights under this license.\n\nWARRANTY\nThis program or code file is provided \"as is \" without warranty of any kind, \neither expressed or implied, including, but not limited to, implied warranties \nof merchantability and fitness for a particular purpose. You assume the \nentire risk as to the selection of this program to achieve your intended \nresults and for the installation, use, performance, and results obtained \nthrough the use of this program or code.\n","old_contents":"Applied Logic Systems, Inc.'s \"Copying ALS\"\n\nThis is the file \"Copying ALS\". It applies to files which are marked\n\n Copyright (c) xxxx Applied Logic Systems, Inc.\n Distribution rights per Copying ALS\n\nThis document is Copyright (c) 1996-9 Applied Logic Systems, Inc., and may\nbe distributed verbatim, but changing it is not permitted.\n\nYou may freely copy, modify, and distribute any source file marked\n\n Copyright (c) xxxx Applied Logic Systems, Inc.\n Distribution rights per Copying ALS\n\nsubject to the following restrictions:\n\ni) You must preserve intact any and all existing copyright and\/or authorship \ninformation in any of the files you redistribute. If you modify a source file, you must add a notice to that effect to the authorship information in the\nsource file. If you substantially merge one of the files into another file, \nyou must transfer the existing copyright and\/or authorship information\nto the newly merged file.\n\nii) You may freely incorporate these files in a binary application distributed\nunder the terms of the \"ALS Binary License\", either bound into the application,\nor as \"obp\" files to be loaded. Your are strongly encouraged to abide by\nthe spirit of the free software concept, and to\n a) Provide authorship attributions as appropriate in your printed and\/or\n on-line documentation, and on your start-up screen(s) if this is\n appropriate, and to\n b) Provide sufficient information so that the recepients of your programs\n can obtain the sources to the programs you incorporated.\n\niii) No act of distribution and\/or incorporation of any of these files, in whole\nor in part, will give you proprietary rights or ownership over these files, in\nwhole or in part. Any attempt to exercise such rights will automatically\nabrogate your rights under this license.\n\nWARRANTY\nThis program or code file is provided \"as is \" without warranty of any kind, \neither expressed or implied, including, but not limited to, implied warranties \nof merchantability and fitness for a particular purpose. You assume the \nentire risk as to the selection of this program to achieve your intended \nresults and for the installation, use, performance, and results obtained \nthrough the use of this program or code.\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"fd2baee330e7342435ecc02488188e199e7da726","subject":"mardar 2","message":"mardar 2\n","repos":"nishio\/learning_alloy,nishio\/learning_alloy,nishio\/learning_alloy","old_file":"mardar2.als","new_file":"mardar2.als","new_contents":"open util\/ordering[Time]\n\n\/\/\u767b\u5834\u4eba\u7269\nabstract sig Person {\n\tbelief: Person -> Person -> Place -> Time,\n\t\/\/ \u6700\u7d42\u7684\u306b\u3069\u3053\u3078\u884c\u3063\u305f\u304b\n\treal_place: Place -> Time,\n\tis_killer: lone Person \/\/ as bool\n}{\n\tall t: Time | lone real_place.t\n}\n\none sig Me extends Person{} \/\/ \u8aad\u8005\none sig PHP extends Person{} \/\/ \u6bba\u3055\u308c\u5f79\none sig Perl extends Person{}\none sig Python extends Person{}\none sig Ruby extends Person{}\none sig JS extends Person{}\n\nabstract sig Time {}\nsig BeforeMardar extends Time {\n\t\/\/ \u5404\u6642\u523b\u306b\u8ab0\u304b\u304c\u8ab0\u304b\u306b\u81ea\u5206\u304c\u3069\u3053\u306b\u884c\u304f\u304b\u3092\u4f1d\u3048\u308b\n\twho: some Person,\n\ttargets: some Person,\n\twhere: Place\n}{\n\t\/\/ \u8a71\u3057\u624b\u306f\u805e\u304d\u624b\u306b\u542b\u307e\u308c\u308b\n\twho in targets\n\t\/\/ \u805e\u304d\u624b\u304c\u8a71\u3057\u624b\u3068\u540c\u4e00\u3067\u306f\u3044\u3051\u306a\u3044\n\tsome targets - who\n}\none sig Mardar extends Time {}\nsig AfterMardar extends Time {}\n\nsig Place {}\n\nfact {\n\t\/\/ \u540c\u3058\u4eba\u304c\u8907\u6570\u7b87\u6240\u306b\u5b58\u5728\u3059\u308b\u3068\u4fe1\u3058\u308b\u3053\u3068\u306f\u306a\u3044\n\tall p1, p2, p3: Person, t: Time{\n\t\tlone (p1.belief)[p2, p3].t\n\t}\n}\n\npred init(t: Time){\n\tall p: Person {\n\t\tno p.belief.t\n\t}\n\tall p: Person {\n\t\tno p.real_place.t\n\t}\n}\n\npred no_change(t: Time, changable: univ -> Time){\n\tchangable.t = changable.(t.prev)\n}\n\npred step(t', t: Time){\n\tall p: Person {\n\t\t(p in t.targets) => {\n\t\t\t\/\/ \u805e\u3044\u305f\u4ebap\u306e\u4fe1\u5ff5\u304c\u4e0a\u66f8\u304d\u3055\u308c\u308b\n\t\t\t\/\/ \u4e00\u7dd2\u306b\u805e\u3044\u3066\u3044\u305f\u4eba(\u81ea\u5206\u3092\u542b\u3080)\u306e\u4fe1\u5ff5\u304c\u4e0a\u66f8\u304d\u3055\u308c\u308b\n\t\t\tall p2: Person {\n\t\t\t\t(p2 in t.targets) => {\n\t\t\t\t\tp.belief[p2].t = p.belief[p2].t' ++ (t.who -> t.where)\n\t\t\t\t}else{\n\t\t\t\t\t\/\/ \u305d\u308c\u4ee5\u5916\u306f\u5909\u5316\u3057\u306a\u3044\n\t\t\t\t\tp.belief[p2].t = p.belief[p2].t'\n\t\t\t\t}\n\t\t\t}\n\t\t}else{\n\t\t\t\/\/ \u805e\u304d\u624b\u4ee5\u5916\u306f\u4fe1\u5ff5\u304c\u5909\u5316\u3057\u306a\u3044\n\t\t\tp.belief.t = p.belief.t'\n\t\t}\n\t\t(p in t.who) => {\n\t\t\t\/\/ \u81ea\u5206\u304c\u8a00\u3063\u305f\u3068\u3053\u308d\u306b\u884c\u304f(\u5618\u306f\u3064\u304b\u306a\u3044)\n\t\t\t\/\/ \u72af\u4eba\u306f\u3053\u308c\u3092\u5b88\u3089\u306a\u304f\u3066\u3088\u3044\u3088\u3046\u306b\u7de9\u3081\u3066\u3082\u826f\u3044\n\t\t\tp.real_place.t = t.where\n\t\t}else{\n\t\t\tp.real_place.t = p.real_place.t'\n\t\t}\n\t}\n}\n\npred on_mardar(t', t: Time){\n\tall p: Person {\n\t\tlet go = real_place.t',\n\t\t\t\tplace = p.go, \n\t\t\t\tmeets = go.place {\n\t\t\t\/\/ \u5168\u54e1\u3069\u3053\u304b\u306b\u306f\u884c\u3063\u305f\n\t\t\tone place\n\t\t\tp.real_place.t = place \/\/ \u72af\u884c\u6642\u523b\u306b\u305d\u3053\u306b\u3044\u305f\n\t\t\t\/\/ \u72af\u884c\u6642\u523b\u306b\u540c\u3058\u5834\u6240\u306b\u884c\u3063\u305f\u4eba\u306f\u4fe1\u5ff5\u304c\u66f4\u65b0\u3055\u308c\u308b\n\t\t\tp.belief[p].t = p.belief[p].t' ++ (meets -> place)\n\t\t}\n\t}\n\t\/\/ \u72af\u4eba\u3068\u6bba\u3055\u308c\u5f79\u3060\u3051\u304c\u72af\u884c\u6642\u523b\u306b\u540c\u3058\u5834\u6240\u306b\u3044\u305f\n\tPHP.real_place.t.~(real_place.t) = PHP + (is_killer.univ)\n}\n\nfact {\n\tBeforeMardar = Mardar.prevs\n\tAfterMardar = Mardar.nexts\n\tinit[first]\n\tall t: BeforeMardar - first{\n\t\tstep[t.prev, t]\n\t}\n\ton_mardar[Mardar.prev, Mardar]\n\t\/\/final[last.prev, last]\n}\n\n\/\/ who\u3068\u540c\u3058\u5834\u6240\u306b\u3044\u305f\u53ef\u80fd\u6027\u304c\u3042\u308b\u306e\u306f\uff1f\nfun same_place(self: Person, who: Person): Person{\n\tlet where = (self.belief)[self].last {\n\t\twho.where.~where + {p: Person | no p.where} - who\n\t}\n}\n\n\nrun {\n\tone is_killer \/\/ \u72af\u4eba\u306f\u4e00\u4eba\u3060\u3051\n\t\/\/ Ruby, Python, PHP, \u8aad\u8005\u306f\u72af\u4eba\u3067\u306f\u306a\u3044\n\tno (Ruby + Python + Me + PHP).is_killer\n\t\/\/ \u72af\u4eba\u306f\u81ea\u5206\u4ee5\u5916\u306f\u307f\u306a\u81ea\u5206\u304c\u72af\u4eba\u3060\u3068\u8003\u3048\u306a\u3044\u3068\u8003\u3048\u3066\u3044\u308b\n\tlet killer = is_killer.univ {\n\t\tall other: Person - killer - PHP{\n\t\t\tlet where = (killer.belief)[other].last {\n\t\t\t\tkiller not in PHP.where.~where\n\t\t\t}\n\t\t}\n\t}\n\t\/\/ \u8aad\u8005\u306f\u5f53\u521dPython\u304bRuby\u304c\u72af\u4eba\u3060\u3068\u8003\u3048\u3066\u3044\u308b\n\tsame_place[Me, PHP] = Python + Ruby\n\t\/\/ Ruby\u306fPython\u304c\u72af\u4eba\u3060\u3068\u3001B\u306fA\u304c\u72af\u4eba\u3060\u3068\u8003\u3048\u3066\u3044\u308b\n\tsame_place[Ruby, PHP] = Python\n\tsame_place[Python, PHP] = Ruby\n\t\/\/ \u8aad\u8005\u304cPython\u3068Ruby\n} for 7 Time, 3 Place\n","old_contents":"","returncode":1,"stderr":"error: pathspec 'mardar2.als' did not match any file(s) known to git\n","license":"mit","lang":"Alloy"} {"commit":"9c7ddd8d5f48f30cdf4f3bfaba4359a00cc5cc45","subject":"Edit alloy model","message":"Edit alloy model\n","repos":"FrancescoZ\/PowerEnJoy","old_file":"Alloy\/PowerEnjoy.als","new_file":"Alloy\/PowerEnjoy.als","new_contents":"module PowEnj \n\/\/SIGNATURES\nsig Position\n{\nlatitude:Int, \/\/should be float\nlongitude:Int \/\/should be float\n}\n\nsig Visitor{\n}\n\nsig DriverLicense{\ncode:String,\nexpiration:Int,\ndrivername:String,\ndriversurname:String\n}\n\nsig User\n{\nrentedCar: one Car, \/\/field that indicates which car the user is using at the moment\npayInfo: some Payment,\nposition: one Position,\nname:String,\nsurname:String,\nlicense: one DriverLicense,\nemail:String\n}\n\nsig Rent\n{\nstartTime = Int, \/\/should be Float\nrentedCar: one Car,\nRenter: one User,\napplyDiscount: Int,\napplyOvertax: Int, \ncarsAvailable: set Car,\nmaxDistance: Int, \/\/should be float\ninitialPos: Position,\nfinalPos: Position, \ntotalCost:Int,\npassengers: Int \/\/ don\u2019t remember if the class (and consequently the signature) should exist or we decide to remove it; in this case, change Passenger with User\n}\n\nsig Plug{}\nabstract sig Station{\nparkedCar:set Car,\npositoin:one Position\n}\nsig Parking extends Station{\ndistanceFromCharge:Int\n}\nsig safeArea extends Station\n{\ncarsToCharge: set Car,\nplugAvailable: set Plug,\n}\n\nsig Payment\n{\ntransactionCode: Int,\npayInfo : set Payment\n}\nsig Car\n{\nuser: one User,\nposition:one Position,\nbattery: Int,\nplate: String\n}\n\n\nfact driverIsUnique \n{\n\/\/can\u2019t exist two renters who rent the same car at the same time\nall r1,r2:Rent | (r1.Renter!=r2.Renter) => r1.rentedCar != r2.rentedCar and r1.startTime!=r2.startTime\n}\n\nfact applyDiscountForBattery\n{\n\/\/if the battery at the end of the trip is at least at 50%, apply a discount\n\/\/not sure if it\u2019s possible to use this notation!!\nall c:Car, r:Rent | (c.battery>=50) => r.applyDiscount\n\n\/\/alternatively, we can suppose that the attribute \u201cisCharge\u201d is set to a specific value for every kind of discount appliable\nall c:Car, r:Rent | (c.isCharge) => r.applyDiscount\n\n}\nfact applyDiscountForArea\n{\n\/\/if the car at the end of trip is let in a service station, apply a discount\nall r:Rent, s:ServiceStation | (r.finalPosition=s.position) => r.applyDiscount\n}\n\nfact applyOvertax\n{\nall c:Car, r:Rent, s:Parking | (!(c.isCharge)) => r.applyOvertax or ((s.distanceFromCharge)>r.maxDistance) => r.applyOvertax\n}\n\n\nfact plateIsUnique {\nall c1,c2: Car | (c1 != c2) => c1.plate != c2.plate\n}\n\n\nfact userIsUnique {\nall u1,u2: User | u1 != u2 => u1.email != u2.email\n}\n\nfact pathDriverHasAStartAndEnd \n{\t\nall r:Rent | (r.RentedCar) => r.InitialPosition and r.finalPosition\n\n}\n\n\/\/30.10.2016\n\n\nfact rentIfAvailable\n{\nall u:user, r:rent | r.startTime u.rentedCar in r.carsAvailable\n}\n\nfact noSafeAreaParkNoEndTrip\n{\n\/\/I can terminate my trip if and only if my car\u2019s position coincides with a parking position or a safa area position\nall c:Car, r:Rent, s:Station | r.endTime <=> (c.position = s.position)\n}\n\nfact applyDiscountForPassNumb\n{\n\/\/for every trip that involves a number of passengers >=3, apply a discount for the renter\nall r:Rent | (#r.passengers>= 3) => r.applyDiscount\n}\n\nassert userMustHaveAtLeastOnePaymentInfo\n{\nno u:User, p:Payment | u.payInfo not in p.payInfo\n} \n\n\n","old_contents":"module PowEnj \n\/\/SIGNATURES\nsig Position\n{\nlatitude:Int, \/\/should be float\nlongitude:Int \/\/should be float\n}\n\nabstract sig User\n{\nrentedCar: one Car, \/\/field that indicates which car the user is using at the moment\npayInfo: some Payment,\nposition: one Position\n}\n\nfact driverIsUnique \n{\n\/\/can\u2019t exist two renters who rent the same car at the same time\nall r1,r2:Rent | (r1.Renter!=r2.Renter) => r1.rentedCar != r2.rentedCar and r1.startTime!=r2.startTime\n}\n\nfact applyDiscountForBattery\n{\n\/\/if the battery at the end of the trip is at least at 50%, apply a discount\n\/\/not sure if it\u2019s possible to use this notation!!\nall c:Car, r:Rent | (c.battery>=50) => r.applyDiscount\n\n\/\/alternatively, we can suppose that the attribute \u201cisCharge\u201d is set to a specific value for every kind of discount appliable\nall c:Car, r:Rent | (c.isCharge) => r.applyDiscount\n\n}\nfact applyDiscountForArea\n{\n\/\/if the car at the end of trip is let in a service station, apply a discount\nall r:Rent, s:ServiceStation | (r.finalPosition=s.position) => r.applyDiscount\n}\n\nfact applyOvertax\n{\nall c:Car, r:Rent, s:ServiceStation | (!(c.isCharge)) => r.applyOvertax or ((s.position \u2013 c.position)>r.maxDistance) => r.applyOvertax\n}\n\nsig Rent\n{\nstartTime = Int, \/\/should be Float\nrentedCar: set Car,\nRenter: one User,\napplyDiscount: one User,\napplyOvertax: one User, \ncarsAvailable: set Car,\nmaxDistance: Int, \/\/should be float\ninitialPos: Position,\nfinalPos: Position, \npassengers: set Passenger \/\/ don\u2019t remember if the class (and consequently the signature) should exist or we decide to remove it; in this case, change Passenger with User\n}\n\nsig Car\n{\nuser: one User,\nposition:Position,\nbattery: Int,\nplate: String\n}{#passengers>0}\n\nfact plateIsUnique {\nall c1,c2: Car | (c1 != c2) => c1.plate != c2.plate\n}\nsig Plug{}\nabstract sig safeArea {}\nsig serviceStation extends safeArea\n{\ncarsToCharge: set Car,\nplugAvailable: set Plug,\nposition:Position\n}\nsig Payment\n{\ntransactionCode: Int,\npayInfo : set Payment\n}\n\nfact userIsUnique {\nall u1,u2: User | u1 != u2 => u1.email != u2.email\n}\n\nfact pathDriverHasAStartAndEnd \n{\t\nall r:Rent | (r.RentedCar) => r.InitialPosition and r.finalPosition\n\n}\n\n\/\/30.10.2016\n\n\nfact rentIfAvailable\n{\nall u:user, r:rent | r.startTime u.rentedCar in r.carsAvailable\n}\n\nfact noSafeAreaParkNoEndTrip\n{\n\/\/I can terminate my trip if and only if my car\u2019s position coincides with a parking position or a safa area position\nall c:Car, r:Rent, p:Parking, s:SafeArea | r.endTime <=> (c.position = p.position) or (c.position = s.position)\n}\n\nassert allCarsWithPosition\n{\nall c:Car | c.position\n}\n\nfact applyDiscountForPassNumb\n{\n\/\/for every trip that involves a number of passengers >=3, apply a discount for the renter\nall r:Rent | (#r.passengers>= 3) => r.applyDiscount\n}\n\nassert userMustHaveAtLeastOnePaymentInfo\n{\nno u:User, p:Payment | u.payInfo not in p.payInfo\n} \n\n\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"da8b5936c5115ae2636ab763e86f072a9849f3e7","subject":"Revert \"mappings: remove unused experiment\"","message":"Revert \"mappings: remove unused experiment\"\n\nThis reverts commit e4da5cad5d3f7878bb65ab8b9704c9ab4a8951c0.\n","repos":"johnwickerson\/memalloy,johnwickerson\/memalloy,johnwickerson\/memalloy","old_file":"mappings\/c11_x86a.als","new_file":"mappings\/c11_x86a.als","new_contents":"open ..\/archs\/exec_C[SE] as SW\nopen ..\/archs\/exec_x86[HE] as HW\n\n\/*\nA C11-to-x86 mapping that implements SC atomics using \natomic hardware events. Currently broken.\n*\/\n\nmodule c11_x86a[SE,HE]\n\nfun myfr_init [X:HW\/Exec_X86] : HE->HE {\n ((stor[X.R]) - ((~(X.rf)) . (X.rf))) . (X.sloc) . (stor[X.W])\n}\n\nfun myfr [X:HW\/Exec_X86] : HE->HE {\n (((myfr_init[X]) + ((~(X.rf)) . (X.co))) - iden)\n}\n\npred apply_map[X:SW\/Exec_C, X':HW\/Exec_X86, map:SE->HE] {\n\n \/\/ two SW events cannot be compiled to a single HW event\n map in X.EV lone -> X'.EV\n \n \/\/ HW reads\/writes cannot be invented by the compiler\n all e : X'.(R+W) | one e.~map\n\n \/\/ SW reads\/writes cannot be discarded by the compiler\n all e : X.(R+W) | some e.map\n\n \/\/ a read compiles to a single non-locked read\n all e : X.(R - W) {\n one e.map\n e.map in X'.R - (X'.atom).univ\n }\n \n \/\/ a non-SC write compiles to a single non-locked write\n all e : X.((W - R) - SC) {\n one e.map\n e.map in X'.W - univ.(X'.atom)\n }\n\n \/\/ an SC write compiles to an RMW\n all e : X.((W - R) & SC) | some disj e1,e2 : X'.EV {\n e.map = e1 + e2\n e1 in X'.R\n e2 in X'.W\n (e1 -> e2) in X'.atom & imm[X'.sb]\n\n \/\/ read does not observe a too-late value\n (e2 -> e1) not in ((X'.co) . (X'.rf))\n\n \/\/ read does not observe a too-early value\n (e1 -> e2) not in ((myfr[X']) . (X'.co))\n }\n\n \/\/ RMWs compile to locked RMWs\n all e : X.(R & W) | some disj e1, e2 : X'.EV {\n e.map = e1 + e2\n e1 in X'.R\n e2 in X'.W\n (e1 -> e2) in X'.atom & imm[X'.sb]\n }\n\n \/\/ SC fences compile to full fences\n all e : X.(F & SC) {\n (X.sb) . (stor[e]) . (X.sb) = map . (mfence[none->none,X']) . ~map\n }\n \n \/\/ sb edges are preserved (but more may be introduced)\n X.sb in map . (X'.sb) . ~map\n \n \/\/ rf edges (except those entering the RMWs induced\n \/\/ by SC writes) are preserved\n let newR = X'.R & map[X.((W - R) & SC)] |\n X'.rf - (X'.EV -> newR) = ~map . (X.rf) . map\n\n \/\/ the mapping preserves co\n X.co = map . (X'.co) . ~map\n\n \/\/ the mapping preserves address dependencies\n X.ad = map . (X'.ad) . ~map\n\n \/\/ the mapping preserves data dependencies\n X.dd = map . (X'.dd) . ~map\n\n \/\/ the mapping preserves locations\n X.sloc = map . (X'.sloc) . ~map\n \n \/\/ the mapping preserves control dependencies\n X.cd in map . (X'.cd) . ~map\n\n \/\/ the mapping preserves threads\n X.sthd = map . (X'.sthd) . ~map\n\n \/\/ the mapping preserves transactions\n X.stxn = map . (X'.stxn) . ~map\n X.ftxn = map . (X'.ftxn) . ~map\n\n}\n","old_contents":"","returncode":1,"stderr":"error: pathspec 'mappings\/c11_x86a.als' did not match any file(s) known to git\n","license":"mit","lang":"Alloy"} {"commit":"feda141ca2352889fc11cdceeae5135d6db932c8","subject":"http:\/\/d.hatena.ne.jp\/nishiohirokazu\/20120407\/1333763040","message":"http:\/\/d.hatena.ne.jp\/nishiohirokazu\/20120407\/1333763040\n","repos":"nishio\/learning_alloy,nishio\/learning_alloy,nishio\/learning_alloy","old_file":"etude16.als","new_file":"etude16.als","new_contents":"open util\/ordering[Time]\n\nsig Time {}\n\nsig Person {\n\tstate: State -> Time,\n}\n\nenum State {Married, NotMarried}\n\npred init (t: Time) {\n all p: Person | p.state.t = NotMarried\n}\n\npred step (t, t': Time) {\n\tsome disj p1, p2 : Person {\n\t\t{\n\t\t\t\/\/ marrige\n\t\t\tp1.state.t = NotMarried and p2.state.t = NotMarried\n\t\t\tp1.state.t' = Married and p2.state.t' = Married\n\t\t} or {\n\t\t\t\/\/ divorce\n\t\t\tp1.state.t = Married and p2.state.t = Married\n\t\t\tp1.state.t' = NotMarried and p2.state.t' = NotMarried\n\t\t}\n\t}\n}\n\nfact Traces {\n\tinit[first]\n\tall t: Time - last {\n\t\tstep[t, t.next]\n\t}\n}\n\nrun {} for exactly 3 Person, 5 Time\n","old_contents":"","returncode":1,"stderr":"error: pathspec 'etude16.als' did not match any file(s) known to git\n","license":"mit","lang":"Alloy"} {"commit":"78198c963089b784f988f0babd3c8335daf9acbe","subject":"make puzzle","message":"make puzzle\n","repos":"nishio\/learning_alloy,nishio\/learning_alloy,nishio\/learning_alloy","old_file":"make_puzzle2.als","new_file":"make_puzzle2.als","new_contents":"enum Person {A, B, C, D, E}\nenum Bool {T, F}\n\n\/\/ \u5236\u7d04\nabstract sig Constrain{}\n\/\/ \u300cX\u304c\u300eY\u306f\u5618\u3064\u304d\u3060\u300f\u3068\u8a00\u3063\u305f\u300d\u3068\u3044\u3046\u5236\u7d04\nsig is_liar extends Constrain {\n\tby: one Person,\n\twho: one Person\n}{\n\tby not in who\n}\n\nfact {\n\t\/\/ \u9055\u3046\u4eba\u306f\u9055\u3046\u3053\u3068\u3092\u8a00\u3046\n\tall disj p1, p2: Person {\n\t\tby.p1 != by.p2\n\t}\n\t\/\/ \u4e00\u4eba\u306e\u4eba\u306f3\u4eba\u4ee5\u4e0a\u3092\u5618\u3064\u304d\u547c\u3070\u308f\u308a\u3057\u306a\u3044\n\tall p: Person {\n\t\t#{by.p} < 3\n\t}\n}\n\n\n\/\/ \u4e0e\u3048\u3089\u308c\u305fx, y, z\u306e\u771f\u507d\u5024\u306e\u5bfe\u304c\u5236\u7d04\u3092\u6e80\u305f\u3059\u304b\u3069\u3046\u304b\u8fd4\u3059\n\/\/ \u5f15\u6570\u3092\u5909\u3048\u3066\u8a66\u3059\u305f\u3081\u3001\u8ff0\u8a9e\u306b\u304f\u304f\u308a\u51fa\u3055\u308c\u3066\u3044\u308b\u5fc5\u8981\u304c\u3042\u308b\npred satisfy(cs: Constrain, a, b, c, d, e: Bool){\n\tlet p2b = (A -> a) + (B -> b) + (C -> c) +\n\t\t(D -> d) + (E -> e)\n\t\t{\n\t\t\/\/ \u5618\u3064\u304d\u306e\u4eba\u6570\u3092\u6307\u5b9a\n\t\t#{p2b.F} = 3\n\t\t\/\/ \u3059\u3079\u3066\u306e\u5236\u7d04\u306b\u3064\u3044\u3066\u3001\u767a\u8a00\u8005\u304c\u6b63\u76f4\u306a\u3089\u5145\u8db3\u3055\u308c\u308b\n\t\t\/\/ \u4eca\u306f\u300cwho\u306f\u5618\u3064\u304d\u300d\u3057\u304b\u306a\u3044\n\t\tall c: cs{\n\t\t\t(c.by.p2b = T) => (c.who.p2b = F)\n\t\t}\n\t}\n}\n\n\n\nrun {\n\tlet answers = {\n\t\ta, b, c, d, e: Bool | \n\t\tsatisfy[Constrain, a, b, c, d, e]}\n\t\t{\n\n\t\t\/\/ \u89e3\u306f\u4e00\u3064\n\t\tone answers\n\n\t\t\/\/ \u3069\u306e\u5236\u7d04\u3092\u53d6\u308a\u9664\u3044\u3066\u3082\u89e3\u306f\u4e00\u3064\u3067\u306f\u306a\u304f\u306a\u308b\n\t\tall x: Constrain {\n\t\t\tnot one {\n\t\t\t\ta, b, c, d, e: Bool | \n\t\t\t\tsatisfy[Constrain - x, a, b, c, d, e]\n\t\t\t}\n\t\t}\n\t}\n} for 10\n\n","old_contents":"enum Person {X, Y, Z}\nenum Bool {T, F}\n\n\/\/ \u5236\u7d04\nabstract sig Constrain{}\n\/\/ \u300cX\u304c\u300eY\u306f\u5618\u3064\u304d\u3060\u300f\u3068\u8a00\u3063\u305f\u300d\u3068\u3044\u3046\u5236\u7d04\nsig is_liar extends Constrain {\n\tby: one Person,\n\twho: some Person\n}\n\n\/\/ \u4e0e\u3048\u3089\u308c\u305fx, y, z\u306e\u771f\u507d\u5024\u306e\u5bfe\u304c\u5236\u7d04\u3092\u6e80\u305f\u3059\u304b\u3069\u3046\u304b\u8fd4\u3059\n\/\/ \u5f15\u6570\u3092\u5909\u3048\u3066\u8a66\u3059\u305f\u3081\u3001\u8ff0\u8a9e\u306b\u304f\u304f\u308a\u51fa\u3055\u308c\u3066\u3044\u308b\u5fc5\u8981\u304c\u3042\u308b\npred satisfy(cs: Constrain, x, y, z: Bool){\n\tlet p2b = (X -> x) + (Y -> y) + (Z -> z) {\n\t\t\/\/ only one liar\n\t\tone p2b.F\n\t\t\/\/ \u3059\u3079\u3066\u306e\u5236\u7d04\u306b\u3064\u3044\u3066\u3001\u767a\u8a00\u8005\u304c\u6b63\u76f4\u306a\u3089\u5145\u8db3\u3055\u308c\u308b\n\t\t\/\/ \u4eca\u306f\u300cwho\u306f\u5618\u3064\u304d\u300d\u3057\u304b\u306a\u3044\n\t\tall c: cs{\n\t\t\t(c.by.p2b = T) => (c.who.p2b = F)\n\t\t}\n\t}\n}\n\nrun {\n\tlet answers = {\n\t\tx, y, z: Bool | \n\t\tsatisfy[Constrain, x, y, z]}{\n\n\t\tone answers\n\t}\n}\n\nfact {\n\tall c: Constrain {\n\t\tc.by not in c.who\n\t\tone c.who\n\t}\n}\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"1dece3b602a38ffadf446b68bcd8e7164372efbb","subject":"updated alloy","message":"updated alloy\n","repos":"cattaneo-riccardo\/PowerEnjoy","old_file":"Alloy\/powerenjoy_model.als","new_file":"Alloy\/powerenjoy_model.als","new_contents":"open util\/boolean\n\n\/\/ Car, User\n\nsig Car {\n\tid: Int,\n\tavailable: Bool,\n\tlocation: Location,\n\tunlocked: Bool,\n\tbattery_level: Int\n} {\n\tid>0\n\tbattery_level >= 0\n\tbattery_level <= 10\n}\n\nsig User {\n\tcredential: Credential,\n\tpayment_info: Payment_Info,\n\tlocation: Location\n}\nsig Credential {}\n\nsig Payment_Info {}\n\n\/\/ Reservation, Ride\n\nsig Reservation {\n\tuser: User,\n\tcar: Car,\n\tstart_area: Safe_Area,\n\tstart_time: Time,\n\tcurrent_cost: Int,\n\tfinal_discharged_cost: lone Int,\n\texpired: Bool,\n\tride: lone Ride\n} {\n\tcurrent_cost >= 0\n\tfinal_discharged_cost >= 0\n}\n\nsig Ride {\n\treservation: Reservation,\n\tpassengers: Int, \n\tpickup_time: Time,\n\trelease_time: lone Time,\n\trelease_battery_level: lone Int,\n\trelease_area: lone Safe_Area,\n\trelease_plugged: lone Bool\n} {\n\tpassengers >= 1\n\tpassengers <= 4\n\trelease_battery_level >= 0\n\trelease_battery_level <= 10\n\tnot areEqual[pickup_time, release_time]\n}\n\n\/\/ Time and CurrentTime\n\nsig Time {\n\thour: Int,\n\tminute: Int\n} {\n\thour >= 0\n\thour =< 23\n\tminute >= 0\n\tminute =< 59\n}\n\nsig CurrentTime extends Time {}\n\n\/\/ Location, Areas\n\nsig Location {\n\tlatitude: Int, \n\tlongitude: Int \n}\nsig Area { \n\tcenter: Location,\n}\n\nsig Safe_Area extends Area {}\nsig Special_Safe_Area extends Safe_Area {}\n\n\/* ----------- Functions ------------ *\/\nfun minutesDiff[t, t': Time]:Int {\n\tt.minute>t'.minute\n\timplies\n\t\tsub[t.minute, t'.minute]\n\telse\n\t\tsub[t'.minute, t.minute]\n}\n\nfun hoursDiff[t, t': Time]: Int {\n\tt.hour>=t'.hour\n\timplies(\n\t\tsub[t.hour, t'.hour]\n\t) else (\n\t\tsub[t'.hour, t.hour]\n\t)\n}\n\n\/\/Return the cost for a ride from time t to time t'\nfun cost[t, t': Time]: Int {\n\t\tt.hour = t'.hour\n\t\timplies (\n\t\t\tminutesDiff[t, t']\n\t\t)\n\t\telse (\n\t\t\tt.hour>t'.hour\n\t\t\timplies(\n\t\t\t\tadd[add[sub[60, t'.minute], mul[sub[hoursDiff[t,t'], 1], 60]], t.minute] \/\/(60-t'.minute) + (t'.hour-t.hour-1)*60 + t.minute\n\t\t\t)\n\t\t\telse(\n\t\t\t\tadd[add[sub[60, t.minute], mul[sub[hoursDiff[t,t'], 1], 60]], t'.minute] \/\/(60-t.minute) + (t.hour-t'.hour-1)*60 + t'.minute\t\t\t\n\t\t\t)\n\t\t)\n}\n\/\/ ----------- Predicates -----------\n\n\/\/ Returns true if t == t'\npred areEqual[t, t': Time] {\n\tt.hour = t'.hour and t.minute = t'.minute\n}\n\n\/\/ Returns true if t - t' <= 1h\npred isLessThanOneHourAhead[t, t': Time] {\n\tareEqual[t, t']\n\tor\n\t\t(t.hour = t'.hour and t.minute > t'.minute)\n\tor\n\t\t(t.hour = add[t'.hour,1] and add[sub[60, t'.minute], t.minute] < 60)\n}\n\n\/\/ Returns true if t >= t'\npred comesAfterOrEqual[t, t': Time] {\n\t\tt.hour = t'.hour\n\t\timplies t.minute >= t'.minute\n\t\telse t.hour >= t'.hour\n}\n\n\/\/ Returns true if the max distance between latitudes and longitudes is 5\npred isNear[l, l': Location] {\n\t(l.latitude >= l'.latitude implies \n\t\tsub[l.latitude, l'.latitude] <= 4\n\telse\n\t\tsub[l'.latitude, l.latitude] <= 4)\n\tand\n\t(l.longitude >= l'.longitude implies \n\t\tsub[l.longitude, l'.longitude] <= 4\n\telse\n\t\tsub[l'.longitude, l.longitude] <= 4)\n}\n\npred isFarFromSpecialSafeArea[area: Safe_Area] {\n\t\t\tall ssa: Special_Safe_Area |(\n\t\t\t(int ssa.center.latitude >= int area.center.latitude\n\t\t\timplies \n\t\t\t\tsub[ssa.center.latitude, area.center.latitude] > 15\n\t\t\telse\n\t\t\t\tsub[area.center.latitude, ssa.center.latitude] > 15\n\t\t\t)\n\t\t\tand\n\t\t\t(int ssa.center.longitude >= int area.center.longitude implies \n\t\t\t\tsub[ssa.center.longitude, area.center.longitude] > 15\n\t\t\telse\n\t\t\t\tsub[area.center.longitude, ssa.center.longitude] > 15)\n\t)\n}\n\/\/ Reservation r is open <=> r is not expired and \"it has not a ride yet or its ride has no release_time\"\npred isActive[r: Reservation] {\n\tr.expired = False and (\n\t\tno r.ride\n\t\tor\n\t\tno r.ride.release_time\n\t)\n}\n\n\/\/ ----------- Facts -------------\n\n\/\/ There's only a current time\nfact currentTimeForeverAlone {\n\t#CurrentTime = 1\n}\n\n\/\/ CurrentTime is after all the times in the model\nfact currentTimeIsAlwaysAhead {\n\tall t: Time |\n\t\tall ct: CurrentTime |\n\t\t\tcomesAfterOrEqual[ct, t]\n}\n\n\/\/ Each credential\/password\/payment info is used for a user\nfact eachCredentialCorrespondToAUser {\n\tUser.credential=Credential\n}\n\nfact eachPaymentInfoCorrespondToAUser {\n\tUser.payment_info=Payment_Info\n}\n\n\/\/ Different users <=> different credentials\nfact noUsersWithSameCredentials {\n\tall u1, u2: User |\n\t\tu1 != u2\n\t\tiff\n\t\tu1.credential != u2.credential\n}\n\n\/\/ Different cars <=> different IDs\nfact noCarsWithSameIDs {\n\tall c1, c2: Car |\n\t\tc1 != c2\n\t\tiff\n\t\tc1.id != c2.id\n}\n\n\/\/ If a ride has a reservation, then that reservation has that ride.\nfact ridesAndReservationRelation {\n\tall rid: Ride | (\n\t\trid = rid.reservation.ride\n\t) and\n\tall res: Reservation | (\n\t\tone res.ride \n\t\timplies\n\t\t\tres=res.ride.reservation\n\t)\n}\n\n\/\/A car can be released plugged only if it is released in a Special Safe Area\nfact pluggedOnlyInSafeArea{\n\tall rid: Ride |(\n\t\trid.release_plugged=True\n\t\timplies\n\t\t(rid.release_area in Special_Safe_Area)\n\t)\n}\n\n\/\/ There can't be two reservations r1 and r2 for the same car overlapping.\n\nfact carsCanBeReservedByOneUserAtOnce { \n\tall c: Car | (\n\t\tall r, r': Reservation | (\n\t\t\t(r.car = c and r'.car = c and r != r' and comesAfterOrEqual[r'.start_time, r.start_time])\n\t\t\timplies (\n\t\t\t\t\t(some r.ride and some r.ride.release_time and comesAfterOrEqual[r'.start_time, r.ride.release_time])\n\t\t\t\t\tor\n\t\t\t\t\t(r.expired = True and not isLessThanOneHourAhead[r'.start_time, r.start_time])\n\t\t\t)\n\t\t)\n\t)\n}\n\/\/A user can reserve a car only if it has a battery level grater than 80%\nfact carReservableCondition {\n\tall r: Reservation | (\n\t\t(no r.ride and r.expired=False)\n\t\timplies\n\t\tr.car.battery_level>8\n\t)\n}\n\/\/ A car is available if it has no reservations open and has enough battery\nfact carAvailableCondition {\n\tall c: Car |\n\t\tc.available = True\n\t\tiff(\n\t\t(no res: Reservation |\n\t\t\tres.car = c and isActive[res])\n\t\t)\n}\n\n\/\/ A reservation is expired if there's is not a ride whose pickup_time is less than one hour after the \n\/\/ reservation start_time.\nfact reservationExpiredCondition {\n\tall res: Reservation |\n\t\tres.expired = True\n\t\tiff\n\t\t(all currentTime: CurrentTime |\n\t\t\tnot isLessThanOneHourAhead[currentTime, res.start_time]\n\t\t)\n\t\tand\n\t\tno res.ride\n}\n\n\/\/ The pickup time of a ride should be in one hour from its reservation start_time\nfact pickupTimeConstraint {\n\tall rid: Ride | (\n\t\tisLessThanOneHourAhead[rid.pickup_time, rid.reservation.start_time]\n\t)\n}\n\n\/\/ release_time is always after pickup_time\nfact releaseTimeIsAfterPickupTime {\n\tall rid: Ride | (\n\t\tno rid.release_time\n\t\tor\n\t\tcomesAfterOrEqual[rid.release_time, rid.pickup_time]\n\t)\n}\n\n\/\/ A car is unlocked if there's a reservation not expired between a user and that car,\n\/\/ such user is near it and\n\/\/ he hasn't finished the ride (the ride associated with that reservation \n\/\/ doesn't have a release_time).\nfact carUnlockedConstraint {\n\tall c: Car | (\n\t\tc.unlocked = True\n\t\tiff\n\t\tsome r: Reservation | (\n\t\t\tr.car = c and isActive[r] and isNear[c.location, r.user.location]\n\t\t)\n\t)\n}\n\n\/\/If a car is locked and not plugged to a power grid, its battery level is the same as it has been left after last ride\nfact batteryLevelConstraint{\n\tall res: Reservation | (\n\t\t(no res': Reservation | (res!=res' and res.car=res'.car and comesAfterOrEqual[res'.start_time, res.start_time]))\n\t\timplies (\n\t\t\t(res.ride.release_plugged=False and res.car.location=res.ride.release_area.location)\n\t\t\timplies\n\t\t\t\tres.ride.release_battery_level = res.car.battery_level\n\t\t)\n\t)\n}\n\/\/If there is a release time, there are also a release release_battery and a release_area\nfact releaseInfoConstraint{\n\tall rid: Ride| (\n\t\t(some rid.release_time\n\t\tiff\n\t\tsome rid.release_battery_level) and \n\t\t(some rid.release_area \n\t\tiff\n\t\tsome rid.release_time) and \n\t\t(some rid.release_time\n\t\t iff\n\t\tsome rid.release_plugged)\n\t)\n}\n\nfact feeConstraint {\n\tall r: Reservation | (\n\t\tr.expired = True\n\t\timplies\n\t\tr.current_cost = 10 and r.final_discharged_cost = 10\n\t)\n}\n\n\/\/The actual cost of a reservation is proportional to minutes spent in the car\nfact costOfAReservationConstraint {\n\tall res: Reservation | (\n\t\tres.expired = False\n\t\timplies (\n\t\t\tno res.ride\n\t\t\timplies\n\t\t\t\tres.current_cost=0\n\t\t\telse(\n\t\t\t\tno res.ride.release_time\n\t\t\t\timplies(\n\t\t\t\t\tall ct : CurrentTime |\n\t\t\t\t\t\tres.current_cost=cost[ct, res.ride.pickup_time]\n\t\t\t\t)\n\t\t\t\telse\n\t\t\t\t\tres.current_cost=cost[res.ride.release_time, res.ride.pickup_time]\n\t\t\t)\n\t\t)\n\t)\n}\n\n\nfact finalDischargedCostCalculation {\n\tall res: Reservation | (\n\t\t(one res.ride.release_time and res.ride.passengers>2) \n\t\timplies(\t\t\t \/\/Enabled to 10% discount\n\t\t\t(res.expired = False and res.ride.release_battery_level>=5)\n\t\t\timplies(\t\t \/\/Enabled to 10%+20% discount\n\t\t\t\t (res.ride.release_plugged = True)\n\t\t\t\timplies( \/\/Enablet to 10%+20%+30% discount\n\t\t\t\t\tres.final_discharged_cost=div[mul[res.current_cost, 2],5]\n\t\t\t\t)\n\t\t\t\telse( \/\/Enabled to 10%+20% discount\n\t\t\t\t\tres.final_discharged_cost=div[mul[res.current_cost, 7],10]\n\t\t\t\t)\n\t\t\t)\n\t\t\telse(\n\t\t\t\t(res.ride.release_plugged = True)\n\t\t\t\timplies( \/\/Enablet to 10%+30% discount\n\t\t\t\t\tres.final_discharged_cost=div[mul[res.current_cost, 3],5]\n\t\t\t\t)\n\t\t\t\telse( \/\/Enabled to 10% discount, but 30% extra charging\n\t\t\t\t\t(isFarFromSpecialSafeArea[res.ride.release_area] and res.ride.release_battery_level<3)\n\t\t\t\t\timplies (\n\t\t\t\t\t\tres.final_discharged_cost=div[mul[res.current_cost, 6],5]\n\t\t\t\t\t)\n\t\t\t\t\telse(\n\t\t\t\t\t\tres.final_discharged_cost=div[mul[res.current_cost, 9],10]\n\t\t\t\t\t)\n\t\t\t\t)\n\t\t\t)\n\t\t)\n\t\telse(\n\t\t\t(res.expired = False and res.ride.release_battery_level>=5)\n\t\t\timplies(\t\t \/\/Enabled to 20% discount\n\t\t\t\t (res.ride.release_plugged = True)\n\t\t\t\timplies( \/\/Enablet to 20%+30% discount\n\t\t\t\t\tres.final_discharged_cost=div[res.current_cost,2]\n\t\t\t\t)\n\t\t\t\telse( \/\/Enabled to 20% discount\n\t\t\t\t\tres.final_discharged_cost=div[mul[res.current_cost, 4],5]\n\t\t\t\t)\n\t\t\t)\n\t\t\telse(\n\t\t\t\t(res.ride.release_plugged = True)\n\t\t\t\timplies( \/\/Enablet to 30% discount\n\t\t\t\t\tres.final_discharged_cost=div[mul[res.current_cost, 7],10]\n\t\t\t\t)\n\t\t\t\telse( \/\/There are no discounts\n\t\t\t\t\t(isFarFromSpecialSafeArea[res.ride.release_area] and res.ride.release_battery_level<3)\n\t\t\t\t\timplies ( \/\/Extra-charging of 30%\n\t\t\t\t\t\tres.final_discharged_cost=div[mul[res.current_cost, 13],10]\n\t\t\t\t\t)\n\t\t\t\t\telse( \/\/ No discounts orr extra-charging\n\t\t\t\t\t\tres.final_discharged_cost=res.current_cost\n\t\t\t\t\t)\n\t\t\t\t)\n\t\t\t)\n\t\t)\n\t)\n}\n\n\/\/ ------------- Assertions ---------------\nassert availabilityAndLockingChecking {\n\tall c: Car | ((c.available = True implies c.unlocked = False)\t\t\t \/\/ car available => car locked\n\t\t\t\t\t\tand (c.unlocked = True implies c.available = False))\t \/\/ car unlocked => car not available\n}\n\n\/\/ reservation expired => no ride\nassert expiredEntailsNoRide {\n\tall r: Reservation | r.expired = True implies (no r.ride and r.final_discharged_cost=10)\n}\n\n\/\/ reservation active => car not available and there aren't any other active reservations for that car\nassert activeEntailsNotAvailable {\n\tall r: Reservation | isActive[r] implies (r.car.available = False\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tand no r': Reservation | r'!=r and isActive[r'] and r.car=r'.car)\n}\n\n\/\/ FALSE\n\nassert falseByPurpose {\n\tall r: Reservation | r.start_time = r.ride.release_time\n\tor\n\tall ride: Ride | all ct: CurrentTime| ride.release_time=ct\n}\n\n\/\/ ------------ Show world! --------------\n\npred show {\n\t#User = 1\n\t#Reservation = 2\n\t#Ride=1\n\t#Car=1\t\n\tsome r: Reservation | (one r.ride.release_time) \n\/\/\tall rid: Ride | all ct: CurrentTime | rid.release_time!=ct\n\/\/\tsome c: Car | c.unlocked = False\n\n}\n\n\/\/run show for 8 Int\n\/\/check availabilityAndLockingChecking for 8 Int\n\/\/check activeEntailsNotAvailable for 8 Int\ncheck expiredEntailsNoRide for 8 Int\n\/\/check activeEntailsNotAvailable for 7 Int\n\/\/check falseByPurpose for 8 Int\n","old_contents":"open util\/boolean\n\n\/\/ Car, User\n\nsig Car {\n\tid: Int,\n\tavailable: Bool,\n\tlocation: Location,\n\tunlocked: Bool,\n\tbattery_level: Int\n} {\n\tid>0\n\tbattery_level >= 0\n\tbattery_level <= 100\n}\n\nsig User {\n\tcredential: Credential,\n\tpayment_info: Payment_Info,\n\tlocation: Location\n}\nsig Credential {}\n\nsig Payment_Info {}\n\n\/\/ Reservation, Ride\n\nsig Reservation {\n\tuser: User,\n\tcar: Car,\n\tstart_area: Safe_Area,\n\tstart_time: Time,\n\tcurrent_cost: Int,\n\tfinal_discharged_cost: lone Int,\n\texpired: Bool,\n\tride: lone Ride\n} {\n\tcurrent_cost >= 0\n\tfinal_discharged_cost >= 0\n}\n\nsig Ride {\n\treservation: Reservation,\n\tpassengers: Int, \n\tpickup_time: Time,\n\trelease_time: lone Time,\n\trelease_battery_level: lone Int,\n\trelease_area: lone Safe_Area,\n\trelease_plugged: lone Bool\n} {\n\tpassengers >= 1\n\tpassengers <= 4\n\trelease_battery_level >= 0\n\trelease_battery_level <= 100\n\tnot areEqual[pickup_time, release_time]\n}\n\n\/\/ Time and CurrentTime\n\nsig Time {\n\thour: Int,\n\tminute: Int\n} {\n\thour >= 0\n\thour =< 23\n\tminute >= 0\n\tminute =< 59\n}\n\nsig CurrentTime extends Time {}\n\n\/\/ Location, Areas\n\nsig Location {\n\tlatitude: Int, \n\tlongitude: Int \n}\nsig Area { \n\tcenter: Location,\n\/\/\tradius: Int\n} {\n\/\/\tradius > 0 \n}\nsig Safe_Area extends Area {}\nsig Special_Safe_Area extends Safe_Area {}\n\n\/* ----------- Functions ------------ *\/\nfun minutesDiff[t, t': Time]:Int {\n\tt.minute>t'.minute\n\timplies\n\t\tsub[t.minute, t'.minute]\n\telse\n\t\tsub[t'.minute, t.minute]\n}\n\nfun hoursDiff[t, t': Time]: Int {\n\tt.hour>=t'.hour\n\timplies(\n\t\tsub[t.hour, t'.hour]\n\t) else (\n\t\tsub[t'.hour, t.hour]\n\t)\n}\n\n\/\/Return the cost for a ride from time t to time t'\nfun cost[t, t': Time]: Int {\n\t\tt.hour = t'.hour\n\t\timplies (\n\t\t\tminutesDiff[t, t']\n\t\t)\n\t\telse (\n\t\t\tt.hour>t'.hour\n\t\t\timplies(\n\t\t\t\tadd[add[sub[60, t'.minute], mul[sub[hoursDiff[t,t'], 1], 60]], t.minute] \/\/(60-t'.minute) + (t'.hour-t.hour-1)*60 + t.minute\n\t\t\t)\n\t\t\telse(\n\t\t\t\tadd[add[sub[60, t.minute], mul[sub[hoursDiff[t,t'], 1], 60]], t'.minute] \/\/(60-t.minute) + (t.hour-t'.hour-1)*60 + t'.minute\t\t\t\n\t\t\t)\n\t\t)\n}\n\/\/ ----------- Predicates -----------\n\n\/\/ Returns true if t == t'\npred areEqual[t, t': Time] {\n\tt.hour = t'.hour and t.minute = t'.minute\n}\n\n\/\/ Returns true if t - t' <= 1h\npred isLessThanOneHourAhead[t, t': Time] {\n\tareEqual[t, t']\n\tor\n\t\t(t.hour = t'.hour and t.minute > t'.minute)\n\tor\n\t\t(t.hour = add[t'.hour,1] and add[sub[60, t'.minute], t.minute] < 60)\n}\n\n\/\/ Returns true if t >= t'\npred comesAfterOrEqual[t, t': Time] {\n\t\tt.hour = t'.hour\n\t\timplies t.minute >= t'.minute\n\t\telse t.hour >= t'.hour\n}\n\n\/\/ Returns true if the max distance between latitudes and longitudes is 5\npred isNear[l, l': Location] {\n\t(l.latitude >= l'.latitude implies \n\t\tsub[l.latitude, l'.latitude] <= 4\n\telse\n\t\tsub[l'.latitude, l.latitude] <= 4)\n\tand\n\t(l.longitude >= l'.longitude implies \n\t\tsub[l.longitude, l'.longitude] <= 4\n\telse\n\t\tsub[l'.longitude, l.longitude] <= 4)\n}\n\npred isFarFromSpecialSafeArea[area: Safe_Area] {\n\t\t\tall ssa: Special_Safe_Area |(\n\t\t\t(int ssa.center.latitude >= int area.center.latitude\n\t\t\timplies \n\t\t\t\tsub[ssa.center.latitude, area.center.latitude] > 15\n\t\t\telse\n\t\t\t\tsub[area.center.latitude, ssa.center.latitude] > 15\n\t\t\t)\n\t\t\tand\n\t\t\t(int ssa.center.longitude >= int area.center.longitude implies \n\t\t\t\tsub[ssa.center.longitude, area.center.longitude] > 15\n\t\t\telse\n\t\t\t\tsub[area.center.longitude, ssa.center.longitude] > 15)\n\t)\n}\n\/\/ Reservation r is open <=> r is not expired and \"it has not a ride yet or its ride has no release_time\"\npred isActive[r: Reservation] {\n\tr.expired = False and (\n\t\tno r.ride\n\t\tor\n\t\tno r.ride.release_time\n\t)\n}\n\n\/\/ ----------- Facts -------------\n\n\/\/ There's only a current time\nfact currentTimeForeverAlone {\n\t#CurrentTime = 1\n}\n\n\/\/There are no different Time with the same time\n\/*fact alwaysDifferent {\n\tall t, t': Time | t!=t' implies (not areEqual[t, t'])\n}*\/\n\n\/\/ CurrentTime is after all the times in the model\nfact currentTimeIsAlwaysAhead {\n\tall t: Time |\n\t\tall ct: CurrentTime |\n\t\t\tcomesAfterOrEqual[ct, t]\n}\n\n\/\/ Each credential\/password\/payment info is used for a user\nfact eachCredentialCorrespondToAUser {\n\tUser.credential=Credential\n}\n\nfact eachPaymentInfoCorrespondToAUser {\n\tUser.payment_info=Payment_Info\n}\n\n\/\/ Different users <=> different credentials\nfact noUsersWithSameCredentials {\n\tall u1, u2: User |\n\t\tu1 != u2\n\t\tiff\n\t\tu1.credential != u2.credential\n}\n\n\/\/ Different cars <=> different IDs\nfact noCarsWithSameIDs {\n\tall c1, c2: Car |\n\t\tc1 != c2\n\t\tiff\n\t\tc1.id != c2.id\n}\n\n\/\/ If a ride has a reservation, then that reservation has that ride.\nfact ridesAndReservationRelation {\n\tall rid: Ride | (\n\t\trid = rid.reservation.ride\n\t) and\n\tall res: Reservation | (\n\t\tone res.ride \n\t\timplies\n\t\t\tres=res.ride.reservation\n\t)\n}\n\n\/\/ There can't be two reservations made by the same user both open\n\/\/ COMMENT: Actually it's possible that a user makes a wrong reservation and he lets it expires, while he makes another one\n\/*\nfact noConsecutiveReservations {\n\tall r, r': Reservation | (\n\t\tr.user = r'.user\n\t\timplies not (\n\t\t\tisOpen[r] and isOpen[r']\n\t\t)\n\t)\n}*\/\n\n\/\/ There can't be two reservations r1 and r2 for the same car overlapping.\n\nfact carsCanBeReservedByOneUserAtOnce { \n\tall c: Car | (\n\t\tall r, r': Reservation | (\n\t\t\t(r.car = c and r'.car = c and r != r' and comesAfterOrEqual[r'.start_time, r.start_time])\n\t\t\timplies (\n\t\t\t\t\t(some r.ride and some r.ride.release_time and comesAfterOrEqual[r'.start_time, r.ride.release_time])\n\t\t\t\t\tor\n\t\t\t\t\t(r.expired = True and not isLessThanOneHourAhead[r'.start_time, r.start_time])\n\t\t\t)\n\t\t)\n\t)\n}\n\n\/\/ A car is available if it has no reservations open and has enough battery\nfact carAvailableCondition {\n\tall c: Car |\n\t\tc.available = True\n\t\tiff(\n\t\t(no res: Reservation |\n\t\t\tres.car = c and isActive[res])\n\t\t and c.battery_level>80\n\t\t)\n}\n\n\/\/ A reservation is expired if there's is not a ride whose pickup_time is less than one hour after the \n\/\/ reservation start_time.\nfact reservationExpiredCondition {\n\tall res: Reservation |\n\t\tres.expired = True\n\t\tiff\n\t\t(all currentTime: CurrentTime |\n\t\t\tnot isLessThanOneHourAhead[currentTime, res.start_time]\n\t\t)\n\t\tand\n\t\tno res.ride\n}\n\n\/\/ The pickup time of a ride should be in one hour from its reservation start_time\nfact pickupTimeConstraint {\n\tall rid: Ride | (\n\t\tisLessThanOneHourAhead[rid.pickup_time, rid.reservation.start_time]\n\t)\n}\n\n\/\/ release_time is always after pickup_time\nfact releaseTimeIsAfterPickupTime {\n\tall rid: Ride | (\n\t\tno rid.release_time\n\t\tor\n\t\tcomesAfterOrEqual[rid.release_time, rid.pickup_time]\n\t)\n}\n\n\/\/ A car is unlocked if there's a reservation not expired between a user and that car,\n\/\/ such user is near it and\n\/\/ he hasn't finished the ride (the ride associated with that reservation \n\/\/ doesn't have a release_time).\nfact carUnlockedConstraint {\n\tall c: Car | (\n\t\tc.unlocked = True\n\t\tiff\n\t\tsome r: Reservation | (\n\t\t\tr.car = c and isActive[r] and isNear[c.location, r.user.location]\n\t\t)\n\t)\n}\n\n\/\/If there is a release time, there are also a release release_battery and a release_area\nfact releaseInfoConstraint{\n\tall rid: Ride| (\n\t\t(some rid.release_time\n\t\tiff\n\t\tsome rid.release_battery_level) and \n\t\t(some rid.release_area \n\t\tiff\n\t\tsome rid.release_time) and \n\t\t(some rid.release_time\n\t\t iff\n\t\tsome rid.release_plugged)\n\t)\n}\n\nfact feeConstraint {\n\tall r: Reservation | (\n\t\tr.expired = True\n\t\timplies\n\t\tr.current_cost = 10 and r.final_discharged_cost = 10\n\t)\n}\n\n\/\/The actual cost of a reservation is proportional to minutes spent in the car\nfact costOfAReservationConstraint {\n\tall res: Reservation | (\n\t\tres.expired = False\n\t\timplies (\n\t\t\tno res.ride\n\t\t\timplies\n\t\t\t\tres.current_cost=0\n\t\t\telse(\n\t\t\t\tno res.ride.release_time\n\t\t\t\timplies(\n\t\t\t\t\tall ct : CurrentTime |\n\t\t\t\t\t\tres.current_cost=cost[ct, res.ride.pickup_time]\n\t\t\t\t)\n\t\t\t\telse\n\t\t\t\t\tres.current_cost=cost[res.ride.release_time, res.ride.pickup_time]\n\t\t\t)\n\t\t)\n\t)\n}\n\n\/\/Passengers discount of 10%\nfact passengersDiscount{\n\tall res: Reservation | (\n\t\tres.expired = False and one res.ride.release_time and res.ride.passengers>2\n\t\timplies(\n\t\t\tres.final_discharged_cost=div[mul[res.current_cost, 9],10]\n\t\t)\n\t)\n}\n\n\/\/Non-empty battery discount of 20%\nfact nonEmptyBatteryDiscount{\n\tall res: Reservation | (\n\t\tres.expired = False and res.ride.release_battery_level>=50\n\t\timplies(\n\t\t\tres.final_discharged_cost=div[mul[res.current_cost, 4],5]\n\t\t)\n\t)\n}\n\n\/\/Car released charging discount of 30%\nfact chargingDiscount{\n\tall res: Reservation | (\n\tres.expired = False and (res.ride.release_area in Special_Safe_Area) and res.ride.release_plugged = True\n\t\timplies(\n\t\t\tres.final_discharged_cost=div[mul[res.current_cost, 7],10]\n\t\t)\n\t)\n}\n\n\/\/Car released far and with low battery extra-charging of 30%\nfact lowBatteryExtraFee{\n\tall res: Reservation | (\n\t\tres.expired = False and res.ride.release_battery_level<20 and isFarFromSpecialSafeArea[res.ride.release_area]\n\t\timplies(\n\t\t\tres.final_discharged_cost=div[mul[res.current_cost, 13],10]\n\t\t)\n\t)\n}\n\/\/ ------------- Assertions ---------------\n\n\/\/ car available => car locked\n\nassert availableEntailsLocked {\n\tall c: Car | c.available = True implies c.unlocked = False\n}\n\n\/\/ car unlocked => car not available\n\nassert unlockedEntailsNotAvailable {\n\tall c: Car | c.unlocked = True implies c.available = False\n}\n\n\/\/ reservation expired => no ride\n\nassert expiredEntailsNoRide {\n\tall r: Reservation | r.expired = True implies no r.ride\n}\n\n\/\/ reservation active => car not available\n\nassert activeEntailsNotAvailable {\n\tall r: Reservation | isActive[r] implies r.car.available = False\n}\n\n\/\/ FALSE\n\nassert falseByPurpose {\n\tall r: Reservation | r.start_time = r.ride.release_time\n\tor\n\tall ride: Ride | all ct: CurrentTime| ride.release_time=ct\n}\n\n\/\/ ------------ Show world! --------------\n\npred show {\n\t#User = 1\n\t#Reservation = 1\n\tsome r: Reservation | (r.ride.release_battery_level>=50) \n\tsome c: Car | c.available = True\n\/\/\tsome c: Car | c.unlocked = False\n\n}\n\nrun show for 8 Int\n\/\/check availableEntailsLocked for 7 Int\n\/\/check unlockedEntailsNotAvailable for 7 Int\n\/\/check expiredEntailsNoRide for 7 Int\n\/\/check activeEntailsNotAvailable for 7 Int\n\/\/check falseByPurpose for 8 Int\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"91a77000f6a7da8b9cce2f130af51c7318dee268","subject":"Clarify definition of ties between candidates","message":"Clarify definition of ties between candidates\n","repos":"GaloisInc\/Votail,GaloisInc\/Votail,GaloisInc\/Votail","old_file":"models\/Voting.als","new_file":"models\/Voting.als","new_contents":"-- (c) 2010-2011, Dermot Cochran, IT University of Copenhagen\n-- http:\/\/www.kindsoftware.com\/about\/people\/dc\n-- http:\/\/www.itu.dk\/people\/dero\n\nmodule Voting\n\nopen util\/integer\n\n-- An individual person standing for election\nsig Candidate {\n votes: \t\t\t set Ballot, \t-- First preference ballots assigned to this candidate\n\ttransfers: \t set Ballot, -- Ballots received by transfer from another candidate\n\tsurplus: \t\t set Ballot, \t-- Ballots given to another candidate (on election or elimination)\n\toutcome: \t\t Event\t\n} {\n\tno b: Ballot | b in votes & transfers\n\tall b: Ballot | b in votes + transfers implies this in b.assignees\n\tsurplus in votes + transfers\n\tElection.method = Plurality implies #surplus = 0 and #transfers = 0\n}\n\n-- A digital or paper artifact which accurately records the intentions of the voter\nsig Ballot {\n assignees: \t\tset Candidate, -- Candidates to which this ballot has been assigned\n preferences: \tseq Candidate -- Ranking of candidates\n} {\n\tassignees in preferences.elems\n not preferences.hasDups\n\tpreferences.elems in Election.candidates\n\tpreferences.first in assignees\n\tElection.method = Plurality implies #preferences = 1\n 0 < #preferences\n}\n\n-- An election result\none sig Scenario {\n \tlosers: \t\t\t\tset Candidate,\n \twinners: \t\t\tset Candidate,\n\teliminated: \t\tset Candidate, \t\t-- Early and Sore Losers under STV rules\n\tthreshold: \t\tInt, \t\t\t\t\t\t-- Minimum number of votes for a Loser or Early Loser\n\tquota: \t\t\t\tInt\t\t\t\t\t\t-- Minimum number of votes for a STV Winner or Quota Winner\n}\n{\n \twinners + losers = Election.candidates\n \t#winners = Election.seats\n \tno c: Candidate | c in losers & winners\n \t0 < #losers\n \tall w: Candidate | all l: Candidate | l in losers and w in winners implies \n\t\t((#l.votes + #l.transfers <= #w.votes + #w.transfers) and (#l.votes <= #w.votes))\n threshold = 1 + quota.div[4]\n\tElection.method = Plurality implies #eliminated = 0\n\teliminated in losers\n\tall c: Candidate | c in losers implies Election.method = Plurality \n or #c.votes + #c.transfers < quota\n}\n\n\/* \n\tThere are four winner-outcomes and six loser-outcomes:\n\n\tWinner: \t\t\t\t\t\t(W1) elected in the first round of counting either by quota or plurality,\n\tQuotaWinner: \t\t\t\t(W2) elected with transfers from another candidate (STV only),\n\tCompromiseWinner: \t(W3) elected on the last round of counting without quota (STV only),\n\tTiedWinner:\t\t\t\t\t(W4) elected by tie breaker,\n\tTiedLoser:\t\t\t\t\t(L1) loses only by tie breaker but reaches the threshold,\n\tLoser:\t\t\t \t\t\t\t(L2) defeated on last round but reaches the minimum threshold of votes,\n TiedEarlyLoser:\t\t\t(L3) reaches threshold but eliminated by tie breaker (STV only),\n\tEarlyLoser:\t\t\t\t\t(L4) reaches threshold but is eliminated before last round (STV only),\n\tTiedSoreLoser:\t\t\t\t(L5) loses only by tie breaker but does not reach threshold,\n\tSoreLoser: \t\t\t\t\t(L6) does not even reach the mimimum threshold of votes.\n*\/\nenum Event {Winner, QuotaWinner, CompromiseWinner, TiedWinner, \n\tTiedLoser, Loser, TiedEarlyLoser, EarlyLoser, TiedSoreLoser, SoreLoser}\n\nenum Method {Plurality, STV}\n\n-- An Election Constituency\none sig Election {\n candidates: \tset Candidate,\n seats: \t\t\t\tInt,\n method: \t\t\tMethod,\n ballots:\t\t\tInt -- number of ballots cast\n}\n{\n \t0 < seats\n \tseats < #candidates\n \tall c: Candidate | c in candidates\n ballots = #Ballot\n Scenario.quota = 1 + ballots.div[seats+1]\n}\n\n-- Independent (or Fundamental) Axioms\n\nfact surplus {\n all c: Candidate | (c.outcome = Winner and Election.method = STV) implies\n Scenario.quota + #c.surplus = #c.votes \n}\n\nfact winnersWithoutTransfers {\n all c: Candidate | (c.outcome = Winner and Election.method = STV) implies #c.transfers = 0 \n}\n\nfact surplusFromTransfers {\n all c: Candidate | c.outcome = QuotaWinner implies ((surplus in transfers) and \n ((Scenario.quota + #c.surplus) = (#c.votes + #c.transfers)))\n}\n\nfact integrity {\n all c: Candidate | all b: Ballot | b in c.votes implies c in b.assignees\n}\n\nfact pluralityEvents {\n\tall c: Candidate | Election.method = Plurality implies\n\t\t(c.outcome = Loser or c.outcome = SoreLoser or c.outcome = Winner or \n\t\tc.outcome = TiedWinner or c.outcome = TiedLoser)\n}\n\nfact winnerSTV {\n\tall c: Candidate | (Election.method = STV and c.outcome = Winner) implies \n Scenario.quota <= #c.votes\n}\n\nfact transferWinnerWithQuota {\n\tall c: Candidate | (Election.method = STV and c.outcome = QuotaWinner) implies\n\t Scenario.quota <= #c.votes + #c.transfers\n}\n\nfact transferWinnerNotFirst {\n\tall c: Candidate | (Election.method = STV and c.outcome = QuotaWinner) implies\n\t\tnot Scenario.quota <= #c.votes\n}\n\nfact closeWinner {\n\tall c: Candidate | (c.outcome = CompromiseWinner or c.outcome = TiedWinner) implies\n\t\tnot (Scenario.quota <= #c.votes + #c.transfers) or Election.method = Plurality\n}\n\nfact soreLoser {\n\tall c: Candidate | (c.outcome = SoreLoser or c.outcome = TiedSoreLoser) implies \n\t\t((#c.votes + #c.transfers) < Scenario.threshold)\n}\n\nfact loser {\n\tall c: Candidate | (c.outcome = Loser or c.outcome = TiedLoser) \n implies (c in Scenario.losers and c not in Scenario.eliminated)\n}\n\nfact earlyLoser {\n\tall c: Candidate | (c.outcome = EarlyLoser or c.outcome = TiedEarlyLoser) iff \n\t\t(c in Scenario.eliminated and not (#c.votes + #c.transfers < Scenario.threshold))\n}\n\nfact winners {\n\tall c: Candidate | c in Scenario.winners iff \n\t\t(c.outcome = Winner or c.outcome = QuotaWinner or c.outcome = CompromiseWinner or \n\t\tc.outcome = TiedWinner)\n}\n\nfact losers {\n\tall c: Candidate | c in Scenario.losers iff\n\t\t(c.outcome = Loser or c.outcome = EarlyLoser or c.outcome = SoreLoser or \n\t\tc.outcome = TiedLoser or c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser)\n}\n\n-- Non-Independent Axioms for Ballot Integrity\nfact transfers {\n\tall c: Candidate | 0 < #c.transfers implies Election.method = STV\n}\n\nfact onlyWinnersAndQuotaWinnersHaveSurplus {\n\tall c: Candidate | 0 < #c.surplus implies \n\t\t(c.outcome = Winner or c.outcome = QuotaWinner)\n}\n\nfact winnersNeedNoTransfers {\n\t\tall c: Candidate | c.outcome = Winner implies 0 = #c.transfers\n}\n\nfact firstPreference {\n\tall b: Ballot | all c: Candidate | b.preferences.first = c iff b in c.votes\n}\n\nfact sizeOfSurplus {\n\tall c: Candidate | (c in Scenario.winners and Election.method = STV and 0 < #c.surplus) implies \n\t\t(#c.surplus = #c.votes + #c.transfers - Scenario.quota)\n}\n\nfact transferToNextPreference {\n\tall b: Ballot | all disj donor,receiver: Candidate |\n\t\t(donor + receiver in b.assignees and\n\t\tb in receiver.transfers and b in donor.surplus) implies \n\t\t(b.preferences.idxOf[donor] < b.preferences.idxOf[receiver] and\n\t\treceiver in b.preferences.rest.elems)\n}\n\nfact pluralityWinner {\n\tall disj a, b: Candidate | (Election.method = Plurality and Election.seats = 1 and\n\t\ta.outcome = Winner) implies #b.votes <= #a.votes\n}\n\nfact transferToNextContinuingCandidate {\n\tall disj skipped, receiving: Candidate | all b: Ballot |\n\t\tb.preferences.idxOf[skipped] < b.preferences.idxOf[receiving] and\n\t\treceiving in b.assignees and (not skipped in b.assignees) implies\n\t\t(skipped in Scenario.eliminated or skipped.outcome = Winner or \n\t\tskipped.outcome = QuotaWinner)\n}\n\n\/\/ All ballot transfers are associated with the last candidate to receive the transfer\nfact ownership {\n\tall disj c,d: Candidate | all b: Ballot | b in c.transfers implies c in b.assignees and \n\t\t(d not in b.assignees or b.preferences.idxOf[d] < b.preferences.idxOf[c])\n}\n\n\/\/ Lowest candidate is eliminated first\nfact lowestElimination {\n\tall disj c,d: Candidate | c in Scenario.eliminated and d not in Scenario.eliminated implies\n\t\t#c.votes + #c.transfers <= #d.votes + #d.transfers\n}\n\n\/\/ All ties involve equality between at least one winner and at least one loser on either original votes or\n\/\/ on transfers plus original votes\nfact equalityOfTiedWinner {\n all w: Candidate | some l: Candidate | w.outcome = TiedWinner and \n\t \t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies\n\t\t(#l.votes = #w.votes) or (#l.votes + #l.transfers = #w.votes + #w.transfers)\n}\n\nfact equalityOfTiedLosers {\n all s: Candidate | some w: Candidate | w.outcome = TiedWinner and \n (s.outcome = SoreLoser or s.outcome = TiedLoser or s.outcome = TiedEarlyLoser) implies\n (#s.votes = #w.votes) or (#s.votes + #s.transfers = #w.votes + #w.transfers)\n}\n\n-- Scenario Validity Axioms\n\/\/ When there is a tied sore loser then there are no non-sore losers\nfact typeOfTiedLoser {\n no disj a,b: Candidate | a.outcome = TiedSoreLoser and \n (b.outcome = TiedLoser or b.outcome = TiedEarlyLoser or \n b.outcome=Loser or b.outcome=EarlyLoser)\n}\n\nfact tieBreaker {\n\tall w: Candidate | some l: Candidate | w.outcome = TiedWinner implies \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser)\n}\n\nfact validTieBreaker {\n\tall l: Candidate | some w: Candidate | \n (l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies \n w.outcome = TiedWinner and (#w.votes + #w.transfers = #l.votes + #l.transfers)\n}\n\n\/\/ Compromise winner must have more votes than any tied winners\nfact compromiseNotTied {\n\tall disj c,t: Candidate | (c.outcome = CompromiseWinner and t.outcome = TiedWinner) implies\n\t\t#t.votes + #t.transfers < #c.votes + #c.transfers\n}\n\n\/\/ Equal losers are tied\nfact equalityofTiedWinnersAndLosers {\n\tall disj w,l: Candidate | w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers implies\n\t\t\tw.outcome = TiedWinner and 0 < #w.votes + #w.transfers and \n\t\t\t(l.outcome = TiedLoser or l.outcome = TiedEarlyLoser or l.outcome = TiedSoreLoser)\n}\n\n\/\/ Highest winner has a quota\nfact highestWinners {\n all c: Candidate | Election.method = STV and c.outcome = Winner implies \n\t\tScenario.quota <= #c.votes + #c.transfers\n}\n\n\/\/ Tied Winners and Tied Losers have an equal number of votes\nfact equalTies {\n\tall disj a,b: Candidate | a.outcome = TiedWinner and \n (b.outcome = TiedLoser or b.outcome = TiedEarlyLoser or b.outcome = TiedSoreLoser) implies\n\t\t#a.votes + #a.transfers = #b.votes + #b.transfers\n}\n\n\/\/ Winners have more votes than non-tied losers\nfact winnersHaveVotes {\n\tall w,l: Candidate | w.outcome = Winner and \n (l.outcome = Loser or l.outcome = EarlyLoser or l.outcome = SoreLoser) implies \n ((#l.votes < #w.votes) or (#l.votes + #l.transfers < #w.votes + #w.transfers))\n}\n\n\/\/ All non-sore losers are above the threshold\nfact losersAboveThreshold {\n all c: Candidate | c.outcome = Loser implies (Scenario.threshold < #c.votes + #c.transfers)\n}\n\nfact earlyLosersAboveThreshold {\n all c: Candidate | c.outcome = EarlyLoser implies (Scenario.threshold < #c.votes + #c.transfers)\n}\n\nfact tiedLosersAboveThreshold {\n all c: Candidate | c.outcome = TiedLoser implies (Scenario.threshold < #c.votes + #c.transfers)\n}\n\nfact tiedEarlyLosersAboveThreshold {\n all c: Candidate | c.outcome = TiedEarlyLoser implies (Scenario.threshold < #c.votes + #c.transfers)\n}\n\n-- Basic Lemmas\nassert honestCount {\n\t all c: Candidate | all b: Ballot | b in c.votes + c.transfers implies c in b.assignees\n}\ncheck honestCount for 15 but 6 int\n\nassert atLeastOneLoser {\n\t0 < #Scenario.losers\n}\ncheck atLeastOneLoser for 15 but 6 int\n\nassert atLeastOneWinner {\n\t0 < #Scenario.winners\n}\ncheck atLeastOneWinner for 14 but 6 int\n\nassert plurality {\n\tall c: Candidate | all b: Ballot | b in c.votes and \n\t\tElection.method = Plurality implies c in b.preferences.first\n}\ncheck plurality for 18 but 6 int\n\nassert wellFormedTieBreaker {\n\tsome w,l : Candidate | (w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers) implies \n\t\tw.outcome = TiedWinner and \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome=TiedEarlyLoser)\n}\ncheck wellFormedTieBreaker for 18 but 6 int\n\nassert validSurplus {\n\tall c: Candidate | 0 < #c.surplus implies (c.outcome = Winner or c.outcome = QuotaWinner or \n\t\tc in Scenario.eliminated)\n}\ncheck validSurplus for 16 but 6 int\n\n-- Advanced Lemmas\n\/\/ No lost votes during counting\nassert accounting {\n\tall b: Ballot | some c: Candidate | b in c.votes and c in b.assignees\n}\ncheck accounting for 16 but 6 int\n\n\/\/ Cannot have tie breaker with both tied sore loser and non-sore loser\nassert tiedWinnerLoserTiedSoreLoser {\n\tno disj c,w,l: Candidate | c.outcome = TiedSoreLoser and\n\t w.outcome = TiedWinner and (l.outcome = Loser or l.outcome = TiedLoser)\n}\ncheck tiedWinnerLoserTiedSoreLoser for 6 int\n\n\/\/ Compromise winner must have at least one vote\nassert validCompromise {\n\tall c: Candidate | c.outcome = CompromiseWinner implies 0 < #c.votes + #c.transfers\n}\ncheck validCompromise for 6 int\n\n\/\/ Quota not more than the number of ballots cast\nassert maxQuota {\n Scenario.quota <= #Ballot\n}\ncheck maxQuota for 7 int\n\n\/\/ Quota winner needs transfers\nassert quotaWinnerNeedsTransfers {\n all c: Candidate | c.outcome = QuotaWinner implies 0 < #c.transfers\n}\ncheck quotaWinnerNeedsTransfers for 7 int\n\n\/\/ Sore losers below threshold\nassert soreLoserBelowThreshold {\n all c: Candidate | c.outcome = SoreLoser implies not (Scenario.threshold <= #c.votes + #c.transfers)\n}\ncheck soreLoserBelowThreshold for 10 but 6 int\n\n\/\/ Possible outcomes when under the threshold\nassert underThresholdOutcomes {\n all c: Candidate | (#c.votes + #c.transfers < Scenario.threshold) implies\n (c.outcome = SoreLoser or c.outcome = TiedSoreLoser or c.outcome = TiedWinner or\n c.outcome = CompromiseWinner or (Election.method = Plurality and c.outcome = Winner))\n}\ncheck underThresholdOutcomes for 10 but 6 int\n\n\/\/ Non-sore loser gets at least one vote\nassert zeroVote {\n all c: Candidate | (#c.votes + #c.transfers = 0) implies (c.outcome = SoreLoser)\n}\ncheck zeroVote for 10 but 6 int\n\n\/\/ Tied Winners have equality of votes and transfers\nassert tiedWinnerEquality {\n all a,b: Candidate | (a.outcome = TiedWinner and b.outcome = TiedWinner) implies\n\t#a.votes + #a.transfers = #b.votes + #b.transfers\n}\ncheck tiedWinnerEquality for 10 but 6 int\n\n\/\/ Non-negative threshold and quota\nassert nonNegativeThresholdAndQuota {\n\t0 <= Scenario.threshold and Scenario.threshold <= Scenario.quota\n}\ncheck nonNegativeThresholdAndQuota for 6 but 6 int\n\n-- Sample scenarios\npred TwoCandidatePlurality { \n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 2\n}\nrun TwoCandidatePlurality for 10 but 2 Ballot, 6 int\n\npred PluralityTiedWinner {\n\tElection.method = Plurality\n\tElection.seats = 1\n\tsome disj a,b: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser\n}\nrun PluralityTiedWinner for 10 but 6 int\n\npred ThreeCandidatePlurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 3\n}\nrun ThreeCandidatePlurality for 6 int\n\npred Plurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun Plurality for 5 but 6 int\n\npred TenCandidatePluralityWithTwoSeats {\n\tElection.method = Plurality\n\tElection.seats = 2\n\t#Election.candidates = 10\n}\nrun TenCandidatePluralityWithTwoSeats for 10 but 6 int\n\npred InstantRunoffVoting {\n\tElection.method = STV\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun InstantRunoffVoting for 10 but 6 int\n\npred STV3 {\n\tElection.method = STV\n\tElection.seats = 3\n}\nrun STV3 for 5 but 6 int\n\npred ThreeWinnersOneLoser {\n Election.method = STV\n\tsome disj a,b,d: Candidate | a.outcome = Winner\n \t and b.outcome = QuotaWinner or b.outcome = CompromiseWinner\n\t and d in Scenario.losers\n}\nrun ThreeWinnersOneLoser for 6 but 6 int\n\npred LoserAndEarlyLoser {\n\tone d: Candidate | d.outcome = Loser\n\tone e: Candidate | e.outcome = EarlyLoser\n}\nrun LoserAndEarlyLoser for 5 but 6 int\n\npred OneWinnerNineLosers {\n\t#Scenario.winners = 1\n\t#Scenario.losers = 9\n}\nrun OneWinnerNineLosers for 16 but 6 int\n\npred ThreeWayTie {\n\t#Election.candidates = 3\n Election.method = Plurality\n\tsome disj a,b,c: Candidate | a.outcome = TiedWinner and \n\t\tb.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser\n}\nrun ThreeWayTie for 10 but 6 int\n\npred FiveWayTie {\n\tsome disj a,b,c,d,e: Candidate | a.outcome = TiedWinner and\n\t b.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser and d.outcome = TiedLoser and e.outcome = TiedWinner\n}\nrun FiveWayTie for 7 but 6 int\n\npred ScenarioLWW {\n\tsome disj a,b,c: Candidate | a.outcome = Loser and b.outcome = Winner and \n\t\tc.outcome = Winner\n #Election.candidates = 3\n\tElection.method = STV\n 0 < #Ballot\n}\nrun ScenarioLWW for 7 but 7 int\n\npred LongBallot {\n\tsome b: Ballot | #b.preferences = 7\n}\nrun LongBallot for 7 but 6 int\n\npred MultipleBallotsUnderSTV {\n\tElection.method = STV\n\tsome disj a,b,c,d: Ballot | 1 < #a.preferences and 1 < #b.preferences \n\tand 0 < #c.preferences and 0 < #d.preferences and \n a.preferences.first = b.preferences.last\n}\nrun MultipleBallotsUnderSTV for 10 but 6 int\n\npred WinnerLoserEarlyLoser {\n\tsome a,b,c,d : Candidate | a.outcome = Winner and b.outcome = Loser and \n\t\tc.outcome = EarlyLoser and d.outcome = SoreLoser\n\tElection.method = STV\n}\nrun WinnerLoserEarlyLoser for 7 but 6 int\n\npred TiedScenario { \n some disj a,b: Candidate | a.outcome = TiedLoser and b.outcome = TiedWinner\n Election.method = STV\n #Election.candidates = 2\n #Election.seats = 1\n}\nrun TiedScenario for 7 but 6 int\n\npred NoTiesAndNoSoresScenarios {\n Election.method = STV\n #Election.candidates > 3\n #Ballot > 6\n no c: Candidate | c.outcome = TiedLoser or c.outcome = TiedWinner or\n c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser or c.outcome = SoreLoser\n}\nrun NoTiesAndNoSoresScenarios for 10 but 6 int\n\n-- Scenario tests\npred SLW {\n some disj c0,c1,d: Candidate | c0.outcome = Loser and c1.outcome = Winner and \n d.outcome = SoreLoser and\n Election.method = Plurality and #Election.candidates = 3\n Scenario.threshold = 1\n}\nrun SLW for 6 but 6 int\n\npred SSSLW {\n some disj c0,c1,d,e,f: Candidate | c0.outcome = Loser and c1.outcome = Winner and \n d.outcome = SoreLoser and\n e.outcome = SoreLoser and\n f.outcome = SoreLoser and\n Election.method = Plurality and #Election.candidates = 5\n}\nrun SSSLW for 6 but 6 int\n\npred SSSSLW {\n some disj c0,c1,d,e,f,g: Candidate | c0.outcome = Loser and c1.outcome = Winner and \n d.outcome = SoreLoser and\n e.outcome = SoreLoser and\n f.outcome = SoreLoser and\n g.outcome = SoreLoser and\n Election.method = Plurality and #Election.candidates = 6\n}\nrun SSSSLW for 6 but 6 int\n\npred LW {\n some disj c0,c1: Candidate | c0.outcome = Loser and c1.outcome = Winner and \n Election.method = Plurality and 0 < #Ballot and #Election.candidates = 2\n}\nrun LW for 5 but 6 int\n\npred LQ {\n\tsome disj a,b: Candidate | a.outcome = Loser and b.outcome = QuotaWinner\n #Election.candidates = 2\n 0 < #Ballot\n}\nrun LQ for 10 but 6 int\n\npred LQQ {\n\tsome disj a,b,c: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and\n c.outcome = QuotaWinner\n #Election.candidates = 3\n 0 < #Ballot\n}\nrun LQQ for 10 but 6 int\n\npred LQW {\n\tsome disj a,b,c: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and \n\t\tc.outcome = Winner\n #Election.candidates = 3\n 0 < #Ballot\n}\nrun LQW for 10 but 6 int\n\npred LQQW {\n\tsome disj a,b,c,d: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and \n\t\tc.outcome = Winner and d.outcome = QuotaWinner\n #Election.candidates = 4\n 0 < #Ballot\n}\nrun LQQW for 10 but 6 int\n\npred SLQQW {\n\tsome disj a,b,c,d,e: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and \n\t\tc.outcome = Winner and d.outcome = QuotaWinner and e.outcome = SoreLoser\n #Election.candidates = 5\n 0 < #Ballot\n}\n\npred tenCandidates {\n some disj c0,c1,c2,c3,c4,c5,c6,c7,c8,c9: Candidate | c0.outcome = SoreLoser and \n c1.outcome = SoreLoser and c2.outcome = SoreLoser and c3.outcome = Loser and \n c4.outcome = Loser and c5.outcome = Loser and c6.outcome = Loser and \n c7.outcome = TiedLoser and c8.outcome = TiedLoser and c9.outcome = TiedWinner and \n Election.method = Plurality and 1 < #Ballot and #Election.candidates = 10\n}\nrun tenCandidates for 30 but 7 int\n\n-- Version Control for changes to model\none sig Version {\n year, month, day: Int\n} {\n year = 11\n month = 01\n day = 25\n -- Dermot Cochran 2011-01-25\n}\n","old_contents":"-- (c) 2010-2011, Dermot Cochran, IT University of Copenhagen\n-- http:\/\/www.kindsoftware.com\/about\/people\/dc\n-- http:\/\/www.itu.dk\/people\/dero\n\nmodule Voting\n\nopen util\/integer\n\n-- An individual person standing for election\nsig Candidate {\n votes: \t\t\t set Ballot, \t-- First preference ballots assigned to this candidate\n\ttransfers: \t set Ballot, -- Ballots received by transfer from another candidate\n\tsurplus: \t\t set Ballot, \t-- Ballots given to another candidate (on election or elimination)\n\toutcome: \t\t Event\t\n} {\n\tno b: Ballot | b in votes & transfers\n\tall b: Ballot | b in votes + transfers implies this in b.assignees\n\tsurplus in votes + transfers\n\tElection.method = Plurality implies #surplus = 0 and #transfers = 0\n}\n\n-- A digital or paper artifact which accurately records the intentions of the voter\nsig Ballot {\n assignees: \t\tset Candidate, -- Candidates to which this ballot has been assigned\n preferences: \tseq Candidate -- Ranking of candidates\n} {\n\tassignees in preferences.elems\n not preferences.hasDups\n\tpreferences.elems in Election.candidates\n\tpreferences.first in assignees\n\tElection.method = Plurality implies #preferences = 1\n 0 < #preferences\n}\n\n-- An election result\none sig Scenario {\n \tlosers: \t\t\t\tset Candidate,\n \twinners: \t\t\tset Candidate,\n\teliminated: \t\tset Candidate, \t\t-- Early and Sore Losers under STV rules\n\tthreshold: \t\tInt, \t\t\t\t\t\t-- Minimum number of votes for a Loser or Early Loser\n\tquota: \t\t\t\tInt\t\t\t\t\t\t-- Minimum number of votes for a STV Winner or Quota Winner\n}\n{\n \twinners + losers = Election.candidates\n \t#winners = Election.seats\n \tno c: Candidate | c in losers & winners\n \t0 < #losers\n \tall w: Candidate | all l: Candidate | l in losers and w in winners implies \n\t\t((#l.votes + #l.transfers <= #w.votes + #w.transfers) and (#l.votes <= #w.votes))\n threshold = 1 + quota.div[4]\n\tElection.method = Plurality implies #eliminated = 0\n\teliminated in losers\n\tall c: Candidate | c in losers implies Election.method = Plurality \n or #c.votes + #c.transfers < quota\n}\n\n\/* \n\tThere are four winner-outcomes and six loser-outcomes:\n\n\tWinner: \t\t\t\t\t\t(W1) elected in the first round of counting either by quota or plurality,\n\tQuotaWinner: \t\t\t\t(W2) elected with transfers from another candidate (STV only),\n\tCompromiseWinner: \t(W3) elected on the last round of counting without quota (STV only),\n\tTiedWinner:\t\t\t\t\t(W4) elected by tie breaker,\n\tTiedLoser:\t\t\t\t\t(L1) loses only by tie breaker but reaches the threshold,\n\tLoser:\t\t\t \t\t\t\t(L2) defeated on last round but reaches the minimum threshold of votes,\n TiedEarlyLoser:\t\t\t(L3) reaches threshold but eliminated by tie breaker (STV only),\n\tEarlyLoser:\t\t\t\t\t(L4) reaches threshold but is eliminated before last round (STV only),\n\tTiedSoreLoser:\t\t\t\t(L5) loses only by tie breaker but does not reach threshold,\n\tSoreLoser: \t\t\t\t\t(L6) does not even reach the mimimum threshold of votes.\n*\/\nenum Event {Winner, QuotaWinner, CompromiseWinner, TiedWinner, \n\tTiedLoser, Loser, TiedEarlyLoser, EarlyLoser, TiedSoreLoser, SoreLoser}\n\nenum Method {Plurality, STV}\n\n-- An Election Constituency\none sig Election {\n candidates: \tset Candidate,\n seats: \t\t\t\tInt,\n method: \t\t\tMethod,\n ballots:\t\t\tInt -- number of ballots cast\n}\n{\n \t0 < seats\n \tseats < #candidates\n \tall c: Candidate | c in candidates\n ballots = #Ballot\n Scenario.quota = 1 + ballots.div[seats+1]\n}\n\n-- Independent (or Fundamental) Axioms\n\nfact surplus {\n all c: Candidate | (c.outcome = Winner and Election.method = STV) implies\n Scenario.quota + #c.surplus = #c.votes \n}\n\nfact winnersWithoutTransfers {\n all c: Candidate | (c.outcome = Winner and Election.method = STV) implies #c.transfers = 0 \n}\n\nfact surplusFromTransfers {\n all c: Candidate | c.outcome = QuotaWinner implies ((surplus in transfers) and \n ((Scenario.quota + #c.surplus) = (#c.votes + #c.transfers)))\n}\n\nfact integrity {\n all c: Candidate | all b: Ballot | b in c.votes implies c in b.assignees\n}\n\nfact pluralityEvents {\n\tall c: Candidate | Election.method = Plurality implies\n\t\t(c.outcome = Loser or c.outcome = SoreLoser or c.outcome = Winner or \n\t\tc.outcome = TiedWinner or c.outcome = TiedLoser)\n}\n\nfact winnerSTV {\n\tall c: Candidate | (Election.method = STV and c.outcome = Winner) implies \n Scenario.quota <= #c.votes\n}\n\nfact transferWinnerWithQuota {\n\tall c: Candidate | (Election.method = STV and c.outcome = QuotaWinner) implies\n\t Scenario.quota <= #c.votes + #c.transfers\n}\n\nfact transferWinnerNotFirst {\n\tall c: Candidate | (Election.method = STV and c.outcome = QuotaWinner) implies\n\t\tnot Scenario.quota <= #c.votes\n}\n\nfact closeWinner {\n\tall c: Candidate | (c.outcome = CompromiseWinner or c.outcome = TiedWinner) implies\n\t\tnot (Scenario.quota <= #c.votes + #c.transfers) or Election.method = Plurality\n}\n\nfact soreLoser {\n\tall c: Candidate | (c.outcome = SoreLoser or c.outcome = TiedSoreLoser) implies \n\t\t((#c.votes + #c.transfers) < Scenario.threshold)\n}\n\nfact loser {\n\tall c: Candidate | (c.outcome = Loser or c.outcome = TiedLoser) \n implies (c in Scenario.losers and c not in Scenario.eliminated)\n}\n\nfact earlyLoser {\n\tall c: Candidate | (c.outcome = EarlyLoser or c.outcome = TiedEarlyLoser) iff \n\t\t(c in Scenario.eliminated and not (#c.votes + #c.transfers < Scenario.threshold))\n}\n\nfact winners {\n\tall c: Candidate | c in Scenario.winners iff \n\t\t(c.outcome = Winner or c.outcome = QuotaWinner or c.outcome = CompromiseWinner or \n\t\tc.outcome = TiedWinner)\n}\n\nfact losers {\n\tall c: Candidate | c in Scenario.losers iff\n\t\t(c.outcome = Loser or c.outcome = EarlyLoser or c.outcome = SoreLoser or \n\t\tc.outcome = TiedLoser or c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser)\n}\n\n-- Non-Independent Axioms for Ballot Integrity\nfact transfers {\n\tall c: Candidate | 0 < #c.transfers implies Election.method = STV\n}\n\nfact onlyWinnersAndQuotaWinnersHaveSurplus {\n\tall c: Candidate | 0 < #c.surplus implies \n\t\t(c.outcome = Winner or c.outcome = QuotaWinner)\n}\n\nfact winnersNeedNoTransfers {\n\t\tall c: Candidate | c.outcome = Winner implies 0 = #c.transfers\n}\n\nfact firstPreference {\n\tall b: Ballot | all c: Candidate | b.preferences.first = c iff b in c.votes\n}\n\nfact sizeOfSurplus {\n\tall c: Candidate | (c in Scenario.winners and Election.method = STV and 0 < #c.surplus) implies \n\t\t(#c.surplus = #c.votes + #c.transfers - Scenario.quota)\n}\n\nfact transferToNextPreference {\n\tall b: Ballot | all disj donor,receiver: Candidate |\n\t\t(donor + receiver in b.assignees and\n\t\tb in receiver.transfers and b in donor.surplus) implies \n\t\t(b.preferences.idxOf[donor] < b.preferences.idxOf[receiver] and\n\t\treceiver in b.preferences.rest.elems)\n}\n\nfact pluralityWinner {\n\tall disj a, b: Candidate | (Election.method = Plurality and Election.seats = 1 and\n\t\ta.outcome = Winner) implies #b.votes <= #a.votes\n}\n\nfact transferToNextContinuingCandidate {\n\tall disj skipped, receiving: Candidate | all b: Ballot |\n\t\tb.preferences.idxOf[skipped] < b.preferences.idxOf[receiving] and\n\t\treceiving in b.assignees and (not skipped in b.assignees) implies\n\t\t(skipped in Scenario.eliminated or skipped.outcome = Winner or \n\t\tskipped.outcome = QuotaWinner)\n}\n\n\/\/ All ballot transfers are associated with the last candidate to receive the transfer\nfact ownership {\n\tall disj c,d: Candidate | all b: Ballot | b in c.transfers implies c in b.assignees and \n\t\t(d not in b.assignees or b.preferences.idxOf[d] < b.preferences.idxOf[c])\n}\n\n\/\/ Lowest candidate is eliminated first\nfact lowestElimination {\n\tall disj c,d: Candidate | c in Scenario.eliminated and d not in Scenario.eliminated implies\n\t\t#c.votes + #c.transfers <= #d.votes + #d.transfers\n}\n\n\/\/ All ties involve equality between at least one winner and at least one loser on either original votes or\n\/\/ on transfers plus original votes\nfact equalityOfTiedWinner {\n all w: Candidate | some l: Candidate | w.outcome = TiedWinner and \n\t \t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies\n\t\t(#l.votes = #w.votes) or (#l.votes + #l.transfers = #w.votes + #w.transfers)\n}\n\nfact equalityOfTiedLosers {\n all s: Candidate | some w: Candidate | w.outcome = TiedWinner and \n (s.outcome = SoreLoser or s.outcome = TiedLoser or s.outcome = TiedEarlyLoser) implies\n (#s.votes = #w.votes) or (#s.votes + #s.transfers = #w.votes + #w.transfers)\n}\n\n-- Scenario Validity Axioms\n\/\/ When there is a tied sore loser then there are no non-sore losers\nfact typeOfTiedLoser {\n no disj a,b: Candidate | a.outcome = TiedSoreLoser and \n (b.outcome = TiedLoser or b.outcome = TiedEarlyLoser or \n b.outcome=Loser or b.outcome=EarlyLoser)\n}\n\nfact tieBreaker {\n\tall w: Candidate | some l: Candidate | w.outcome = TiedWinner implies \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser)\n}\n\nfact validTieBreaker {\n\tall l: Candidate | some w: Candidate | \n (l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies \n w.outcome = TiedWinner and (#w.votes + #w.transfers = #l.votes + #l.transfers)\n}\n\n\/\/ Compromise winner must have more votes than any tied winners\nfact compromiseNotTied {\n\tall disj c,t: Candidate | (c.outcome = CompromiseWinner and t.outcome = TiedWinner) implies\n\t\t#t.votes + #t.transfers < #c.votes + #c.transfers\n}\n\n\/\/ Equal losers are tied\nfact equalityofTiedWinnersAndLosers {\n\tall disj w,l: Candidate | w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers implies\n\t\t\tw.outcome = TiedWinner and 0 < #w.votes + #w.transfers and \n\t\t\t(l.outcome = TiedLoser or l.outcome = TiedEarlyLoser or l.outcome = TiedSoreLoser)\n}\n\n\/\/ Highest winner has a quota\nfact highestWinners {\n all c: Candidate | Election.method = STV and c.outcome = Winner implies \n\t\tScenario.quota <= #c.votes + #c.transfers\n}\n\n\/\/ Tied Winners and Tied Losers have an equal number of votes\nfact equalTies {\n\tall disj a,b: Candidate | a.outcome = TiedWinner and \n (b.outcome = TiedLoser or b.outcome = TiedEarlyLoser or b.outcome = TiedSoreLoser) implies\n\t\t#a.votes = #b.votes and #a.transfers = #b.transfers\n}\n\n\/\/ Winners have more votes than non-tied losers\nfact winnersHaveVotes {\n\tall w,l: Candidate | w.outcome = Winner and \n (l.outcome = Loser or l.outcome = EarlyLoser or l.outcome = SoreLoser) implies \n ((#l.votes < #w.votes) or (#l.votes + #l.transfers < #w.votes + #w.transfers))\n}\n\n\/\/ All non-sore losers are above the threshold\nfact losersAboveThreshold {\n all c: Candidate | c.outcome = Loser implies (Scenario.threshold < #c.votes + #c.transfers)\n}\n\nfact earlyLosersAboveThreshold {\n all c: Candidate | c.outcome = EarlyLoser implies (Scenario.threshold < #c.votes + #c.transfers)\n}\n\nfact tiedLosersAboveThreshold {\n all c: Candidate | c.outcome = TiedLoser implies (Scenario.threshold < #c.votes + #c.transfers)\n}\n\nfact tiedEarlyLosersAboveThreshold {\n all c: Candidate | c.outcome = TiedEarlyLoser implies (Scenario.threshold < #c.votes + #c.transfers)\n}\n\n-- Basic Lemmas\nassert honestCount {\n\t all c: Candidate | all b: Ballot | b in c.votes + c.transfers implies c in b.assignees\n}\ncheck honestCount for 15 but 6 int\n\nassert atLeastOneLoser {\n\t0 < #Scenario.losers\n}\ncheck atLeastOneLoser for 15 but 6 int\n\nassert atLeastOneWinner {\n\t0 < #Scenario.winners\n}\ncheck atLeastOneWinner for 14 but 6 int\n\nassert plurality {\n\tall c: Candidate | all b: Ballot | b in c.votes and \n\t\tElection.method = Plurality implies c in b.preferences.first\n}\ncheck plurality for 18 but 6 int\n\nassert wellFormedTieBreaker {\n\tsome w,l : Candidate | (w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers) implies \n\t\tw.outcome = TiedWinner and \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome=TiedEarlyLoser)\n}\ncheck wellFormedTieBreaker for 18 but 6 int\n\nassert validSurplus {\n\tall c: Candidate | 0 < #c.surplus implies (c.outcome = Winner or c.outcome = QuotaWinner or \n\t\tc in Scenario.eliminated)\n}\ncheck validSurplus for 16 but 6 int\n\n-- Advanced Lemmas\n\/\/ No lost votes during counting\nassert accounting {\n\tall b: Ballot | some c: Candidate | b in c.votes and c in b.assignees\n}\ncheck accounting for 16 but 6 int\n\n\/\/ Cannot have tie breaker with both tied sore loser and non-sore loser\nassert tiedWinnerLoserTiedSoreLoser {\n\tno disj c,w,l: Candidate | c.outcome = TiedSoreLoser and\n\t w.outcome = TiedWinner and (l.outcome = Loser or l.outcome = TiedLoser)\n}\ncheck tiedWinnerLoserTiedSoreLoser for 6 int\n\n\/\/ Compromise winner must have at least one vote\nassert validCompromise {\n\tall c: Candidate | c.outcome = CompromiseWinner implies 0 < #c.votes + #c.transfers\n}\ncheck validCompromise for 6 int\n\n\/\/ Quota not more than the number of ballots cast\nassert maxQuota {\n Scenario.quota <= #Ballot\n}\ncheck maxQuota for 7 int\n\n\/\/ Quota winner needs transfers\nassert quotaWinnerNeedsTransfers {\n all c: Candidate | c.outcome = QuotaWinner implies 0 < #c.transfers\n}\ncheck quotaWinnerNeedsTransfers for 7 int\n\n\/\/ Sore losers below threshold\nassert soreLoserBelowThreshold {\n all c: Candidate | c.outcome = SoreLoser implies not (Scenario.threshold <= #c.votes + #c.transfers)\n}\ncheck soreLoserBelowThreshold for 10 but 6 int\n\n\/\/ Possible outcomes when under the threshold\nassert underThresholdOutcomes {\n all c: Candidate | (#c.votes + #c.transfers < Scenario.threshold) implies\n (c.outcome = SoreLoser or c.outcome = TiedSoreLoser or c.outcome = TiedWinner or\n c.outcome = CompromiseWinner or (Election.method = Plurality and c.outcome = Winner))\n}\ncheck underThresholdOutcomes for 10 but 6 int\n\n\/\/ Non-sore loser gets at least one vote\nassert zeroVote {\n all c: Candidate | (#c.votes + #c.transfers = 0) implies (c.outcome = SoreLoser)\n}\ncheck zeroVote for 10 but 6 int\n\n\/\/ Tied Winners have equality of votes and transfers\nassert tiedWinnerEquality {\n all a,b: Candidate | (a.outcome = TiedWinner and b.outcome = TiedWinner) implies\n\t#a.votes + #a.transfers = #b.votes + #b.transfers\n}\ncheck tiedWinnerEquality for 10 but 6 int\n\n\/\/ Non-negative threshold and quota\nassert nonNegativeThresholdAndQuota {\n\t0 <= Scenario.threshold and Scenario.threshold <= Scenario.quota\n}\ncheck nonNegativeThresholdAndQuota for 6 but 6 int\n\n-- Sample scenarios\npred TwoCandidatePlurality { \n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 2\n}\nrun TwoCandidatePlurality for 10 but 2 Ballot, 6 int\n\npred PluralityTiedWinner {\n\tElection.method = Plurality\n\tElection.seats = 1\n\tsome disj a,b: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser\n}\nrun PluralityTiedWinner for 10 but 6 int\n\npred ThreeCandidatePlurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 3\n}\nrun ThreeCandidatePlurality for 6 int\n\npred Plurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun Plurality for 5 but 6 int\n\npred TenCandidatePluralityWithTwoSeats {\n\tElection.method = Plurality\n\tElection.seats = 2\n\t#Election.candidates = 10\n}\nrun TenCandidatePluralityWithTwoSeats for 10 but 6 int\n\npred InstantRunoffVoting {\n\tElection.method = STV\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun InstantRunoffVoting for 10 but 6 int\n\npred STV3 {\n\tElection.method = STV\n\tElection.seats = 3\n}\nrun STV3 for 5 but 6 int\n\npred ThreeWinnersOneLoser {\n Election.method = STV\n\tsome disj a,b,d: Candidate | a.outcome = Winner\n \t and b.outcome = QuotaWinner or b.outcome = CompromiseWinner\n\t and d in Scenario.losers\n}\nrun ThreeWinnersOneLoser for 6 but 6 int\n\npred LoserAndEarlyLoser {\n\tone d: Candidate | d.outcome = Loser\n\tone e: Candidate | e.outcome = EarlyLoser\n}\nrun LoserAndEarlyLoser for 5 but 6 int\n\npred OneWinnerNineLosers {\n\t#Scenario.winners = 1\n\t#Scenario.losers = 9\n}\nrun OneWinnerNineLosers for 16 but 6 int\n\npred ThreeWayTie {\n\t#Election.candidates = 3\n Election.method = Plurality\n\tsome disj a,b,c: Candidate | a.outcome = TiedWinner and \n\t\tb.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser\n}\nrun ThreeWayTie for 10 but 6 int\n\npred FiveWayTie {\n\tsome disj a,b,c,d,e: Candidate | a.outcome = TiedWinner and\n\t b.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser and d.outcome = TiedLoser and e.outcome = TiedWinner\n}\nrun FiveWayTie for 7 but 6 int\n\npred ScenarioLWW {\n\tsome disj a,b,c: Candidate | a.outcome = Loser and b.outcome = Winner and \n\t\tc.outcome = Winner\n #Election.candidates = 3\n\tElection.method = STV\n 0 < #Ballot\n}\nrun ScenarioLWW for 7 but 7 int\n\npred LongBallot {\n\tsome b: Ballot | #b.preferences = 7\n}\nrun LongBallot for 7 but 6 int\n\npred MultipleBallotsUnderSTV {\n\tElection.method = STV\n\tsome disj a,b,c,d: Ballot | 1 < #a.preferences and 1 < #b.preferences \n\tand 0 < #c.preferences and 0 < #d.preferences and \n a.preferences.first = b.preferences.last\n}\nrun MultipleBallotsUnderSTV for 10 but 6 int\n\npred WinnerLoserEarlyLoser {\n\tsome a,b,c,d : Candidate | a.outcome = Winner and b.outcome = Loser and \n\t\tc.outcome = EarlyLoser and d.outcome = SoreLoser\n\tElection.method = STV\n}\nrun WinnerLoserEarlyLoser for 7 but 6 int\n\npred TiedScenario { \n some disj a,b: Candidate | a.outcome = TiedLoser and b.outcome = TiedWinner\n Election.method = STV\n #Election.candidates = 2\n #Election.seats = 1\n}\nrun TiedScenario for 7 but 6 int\n\npred NoTiesAndNoSoresScenarios {\n Election.method = STV\n #Election.candidates > 3\n #Ballot > 6\n no c: Candidate | c.outcome = TiedLoser or c.outcome = TiedWinner or\n c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser or c.outcome = SoreLoser\n}\nrun NoTiesAndNoSoresScenarios for 10 but 6 int\n\n-- Scenario tests\npred SLW {\n some disj c0,c1,d: Candidate | c0.outcome = Loser and c1.outcome = Winner and \n d.outcome = SoreLoser and\n Election.method = Plurality and #Election.candidates = 3\n Scenario.threshold = 1\n}\nrun SLW for 6 but 6 int\n\npred SSSLW {\n some disj c0,c1,d,e,f: Candidate | c0.outcome = Loser and c1.outcome = Winner and \n d.outcome = SoreLoser and\n e.outcome = SoreLoser and\n f.outcome = SoreLoser and\n Election.method = Plurality and #Election.candidates = 5\n}\nrun SSSLW for 6 but 6 int\n\npred SSSSLW {\n some disj c0,c1,d,e,f,g: Candidate | c0.outcome = Loser and c1.outcome = Winner and \n d.outcome = SoreLoser and\n e.outcome = SoreLoser and\n f.outcome = SoreLoser and\n g.outcome = SoreLoser and\n Election.method = Plurality and #Election.candidates = 6\n}\nrun SSSSLW for 6 but 6 int\n\npred LW {\n some disj c0,c1: Candidate | c0.outcome = Loser and c1.outcome = Winner and \n Election.method = Plurality and 0 < #Ballot and #Election.candidates = 2\n}\nrun LW for 5 but 6 int\n\npred LQ {\n\tsome disj a,b: Candidate | a.outcome = Loser and b.outcome = QuotaWinner\n #Election.candidates = 2\n 0 < #Ballot\n}\nrun LQ for 10 but 6 int\n\npred LQQ {\n\tsome disj a,b,c: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and\n c.outcome = QuotaWinner\n #Election.candidates = 3\n 0 < #Ballot\n}\nrun LQQ for 10 but 6 int\n\npred LQW {\n\tsome disj a,b,c: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and \n\t\tc.outcome = Winner\n #Election.candidates = 3\n 0 < #Ballot\n}\nrun LQW for 10 but 6 int\n\npred LQQW {\n\tsome disj a,b,c,d: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and \n\t\tc.outcome = Winner and d.outcome = QuotaWinner\n #Election.candidates = 4\n 0 < #Ballot\n}\nrun LQQW for 10 but 6 int\n\npred SLQQW {\n\tsome disj a,b,c,d,e: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and \n\t\tc.outcome = Winner and d.outcome = QuotaWinner and e.outcome = SoreLoser\n #Election.candidates = 5\n 0 < #Ballot\n}\n\npred tenCandidates {\n some disj c0,c1,c2,c3,c4,c5,c6,c7,c8,c9: Candidate | c0.outcome = SoreLoser and \n c1.outcome = SoreLoser and c2.outcome = SoreLoser and c3.outcome = Loser and \n c4.outcome = Loser and c5.outcome = Loser and c6.outcome = Loser and \n c7.outcome = TiedLoser and c8.outcome = TiedLoser and c9.outcome = TiedWinner and \n Election.method = Plurality and 1 < #Ballot and #Election.candidates = 10\n}\nrun tenCandidates for 13 but 7 int\n\n-- Version Control for changes to model\none sig Version {\n year, month, day: Int\n} {\n year = 11\n month = 01\n day = 24\n -- Dermot Cochran 2011-01-24\n}\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"f7706a05d65f7e0cc29be8e52a64b097773fa860","subject":"adding hint","message":"adding hint\n","repos":"johnwickerson\/memalloy,johnwickerson\/memalloy,johnwickerson\/memalloy","old_file":"archs\/exec_ptx.als","new_file":"archs\/exec_ptx.als","new_contents":"module exec_ptx[E]\nopen exec_H[E]\n\nsig Exec_PTX extends Exec_H {\n scta, sgl : E->E \/\/ same CTA, same global\n}{\n\n \/\/ scta and sgl are equivalence relations among all events\n is_equivalence[scta, ev]\n is_equivalence[sgl, ev]\n\n \/\/ Same thread implies same cta\n sthd in scta\n\n \/\/ Same CTA implies same global\n scta in sgl\n\n \/\/ There are no RMW events, instead we use the atom relation\n \/\/ to link the R and the W events\n no (R&W)\n\n \/\/ Atom relation not done yet\n no atom\n \n}\n\npred wf_Exec_PTX[X:Exec_PTX, ad,cd,dd,membar_cta,membar_gl,membar_sys:E->E] {\n \n wf_Exec_H[X,ad,cd,dd]\n\n is_fence_rel[membar_sys, X.sb]\n is_fence_rel[membar_gl, X.sb]\n is_fence_rel[membar_cta, X.sb]\n\n \/\/ A membar.sys implies a membar.gl, which implies a membar.cta\n membar_sys in membar_gl\n membar_gl in membar_cta\n \n}\n\nfun scta[e:E, X:Exec_PTX, ad,cd,dd,membar_cta,membar_gl,membar_sys:E->E] : E->E { X.scta - (univ -> e) - (e -> univ) }\nfun sgl[e:E, X:Exec_PTX, ad,cd,dd,membar_cta,membar_gl,membar_sys:E->E] : E->E { X.sgl - (univ -> e) - (e -> univ) }\nfun membar_sys[e:E, X:Exec_PTX, ad,cd,dd,membar_cta,membar_gl,membar_sys:E->E] : E->E { membar_sys - (univ -> e) - (e -> univ) }\nfun membar_gl[e:E, X:Exec_PTX, ad,cd,dd,membar_cta,membar_gl,membar_sys:E->E] : E->E { membar_gl - (univ -> e) - (e -> univ) }\nfun membar_cta[e:E, X:Exec_PTX, ad,cd,dd,membar_cta,membar_gl,membar_sys:E->E] : E->E { membar_cta - (univ -> e) - (e -> univ) }\n\n\/\/ Synonyms\nfun membarsys[e:E, X:Exec_PTX, ad,cd,dd,membar_cta,membar_gl,membar_sys:E->E] : E->E { membar_sys - (univ -> e) - (e -> univ) }\nfun membargl[e:E, X:Exec_PTX, ad,cd,dd,membar_cta,membar_gl,membar_sys:E->E] : E->E { membar_gl - (univ -> e) - (e -> univ) }\nfun membarcta[e:E, X:Exec_PTX, ad,cd,dd,membar_cta,membar_gl,membar_sys:E->E] : E->E { membar_cta - (univ -> e) - (e -> univ) }\n\n\n\/*\nW y 2 R y 2 R x 1\n membar.gl membar.cta\n W x 1 W y 1\n*\/\n","old_contents":"module exec_ptx[E]\nopen exec_H[E]\n\nsig Exec_PTX extends Exec_H {\n scta, sgl : E->E \/\/ same CTA, same global\n}{\n\n \/\/ scta and sgl are equivalence relations among all events\n is_equivalence[scta, ev]\n is_equivalence[sgl, ev]\n\n \/\/ Same thread implies same cta\n sthd in scta\n\n \/\/ Same CTA implies same global\n scta in sgl\n\n \/\/ There are no RMW events, instead we use the atom relation\n \/\/ to link the R and the W events\n no (R&W)\n\n \/\/ Atom relation not done yet\n no atom\n \n}\n\npred wf_Exec_PTX[X:Exec_PTX, ad,cd,dd,membar_cta,membar_gl,membar_sys:E->E] {\n \n wf_Exec_H[X,ad,cd,dd]\n\n is_fence_rel[membar_sys, X.sb]\n is_fence_rel[membar_gl, X.sb]\n is_fence_rel[membar_cta, X.sb]\n\n \/\/ A membar.sys implies a membar.gl, which implies a membar.cta\n membar_sys in membar_gl\n membar_gl in membar_cta\n \n}\n\nfun scta[e:E, X:Exec_PTX, ad,cd,dd,membar_cta,membar_gl,membar_sys:E->E] : E->E { X.scta - (univ -> e) - (e -> univ) }\nfun sgl[e:E, X:Exec_PTX, ad,cd,dd,membar_cta,membar_gl,membar_sys:E->E] : E->E { X.sgl - (univ -> e) - (e -> univ) }\nfun membar_sys[e:E, X:Exec_PTX, ad,cd,dd,membar_cta,membar_gl,membar_sys:E->E] : E->E { membar_sys - (univ -> e) - (e -> univ) }\nfun membar_gl[e:E, X:Exec_PTX, ad,cd,dd,membar_cta,membar_gl,membar_sys:E->E] : E->E { membar_gl - (univ -> e) - (e -> univ) }\nfun membar_cta[e:E, X:Exec_PTX, ad,cd,dd,membar_cta,membar_gl,membar_sys:E->E] : E->E { membar_cta - (univ -> e) - (e -> univ) }\n\n\/\/ Synonyms\nfun membarsys[e:E, X:Exec_PTX, ad,cd,dd,membar_cta,membar_gl,membar_sys:E->E] : E->E { membar_sys - (univ -> e) - (e -> univ) }\nfun membargl[e:E, X:Exec_PTX, ad,cd,dd,membar_cta,membar_gl,membar_sys:E->E] : E->E { membar_gl - (univ -> e) - (e -> univ) }\nfun membarcta[e:E, X:Exec_PTX, ad,cd,dd,membar_cta,membar_gl,membar_sys:E->E] : E->E { membar_cta - (univ -> e) - (e -> univ) }\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"d2341506f274c7cd62edb9bbff711940c0ee23a0","subject":"can marry with sister","message":"can marry with sister\n","repos":"nishio\/learning_alloy,nishio\/learning_alloy,nishio\/learning_alloy","old_file":"etude17.als","new_file":"etude17.als","new_contents":"open util\/ordering[Time]\nopen named_man_ja [Man]\nopen named_woman_ja [Woman]\n\nsig Time {\n\tevent: lone Event\n}\n\nfact {\n\tno first.event\n\tall t: Time - first {one t.event}\n}\n\nabstract sig Person {\n\tstate: State -> Time,\n\tpartner: Person -> Time,\n\tparent_bio: set Person,\n parent_think: set Person\n}{\n\tall t: Time | one state.t\n\tall t: Time | lone partner.t\n\tlet p = parent_bio {\n\t\tno p or born_in_scope\n }\n\tlet p = parent_think {\n\t\tno p or born_in_scope\n }\n}\n\npred born_in_scope(p: Person){\n\tp.state.first = NotExist\n\tp.state.last != NotExist\n}\n\nabstract sig Man, Woman extends Person {}\n\nenum State {NotExist, Married, NotMarried}\n\nenum Event {Marriage, Divorce, Birth}\n\n\npred init (t: Time) {\n\tall p: Person | p.state.t in NotMarried + NotExist\n\tall p: Person | p.partner.t = none\n}\n\npred change_state (\n\ttarget : Person,\n\tt, t': Time,\n\tbefore, after : State){\n\t\tsome target\n\t\tall p: target {\n\t\t\tp.state.t = before\n\t\t\tp.state.t' = after\n\t\t}\n\t\t\/\/ others don't change their state\n\t\tall other: (Person - target) {\n\t\t\tother.state.t = other.state.t'\n\t\t}\t\n}\n\npred keep_partner(others: Person, t, t': Time){\n\tall other: others {\n\t\tother.partner.t = other.partner.t'\n\t}\t\n}\npred step (t, t': Time) {\n\t{some disj p1 : Man, p2 : Woman {\n\t\t{\n\t\t\tt'.event = Marriage\n\t\t\tchange_state[p1 + p2, t, t', NotMarried, Married]\n\t\t\tp1.partner.t' = p2\n\t\t\tp2.partner.t' = p1\n\t\t\tkeep_partner[Person - p1 - p2, t, t']\n\t\t} or {\n\t\t\tt'.event = Divorce\n\t\t\tchange_state[p1 + p2, t, t', Married, NotMarried]\n\t\t\tp1.partner.t' = none\n\t\t\tp2.partner.t' = none\n\t\t\tkeep_partner[Person - p1 - p2, t, t']\n\t\t}\n\t}} \n\tor\n\tsome p: Person {\n\t\t\/\/ birth\n\t\tt'.event = Birth\n\t\tchange_state[p, t, t', NotExist, NotMarried]\n\t\tlet father = p.parent_bio & Man {\n\t\t\tone father\n\t\t\tfather.state.t != NotExist\n\t\t}\n\t\tlet mother = p.parent_bio & Woman {\n\t\t\tone mother\n\t\t\tmother.state.t != NotExist\n\t\t\tlet hasband = mother.partner.t {\n\t\t\t\t\/\/ p always think his biological mother is his mother\n\t\t\t\t\/\/ if mother married, p think mother's hasband is his father\n\t\t\t\t\/\/ no other person is tought as parent\n\t\t\t\tp.parent_think = mother + hasband\n\t\t\t}\n\t\t}\n\t\tkeep_partner[Person, t, t']\n\t}\n}\n\nfact Traces {\n\tinit[first]\n\tall t: Time - last {\n\t\tstep[t, t.next]\n\t}\n}\n\npred can_marry_think (from, to: Person){\n\tto not in from.^parent_think\n\tfrom not in to.^parent_think\n\tto not in from.parent_think.~parent_think\n}\n\npred can_marry_bio (from, to: Person){\n\tto not in from.^parent_bio\n\tfrom not in to.^parent_bio\n\tto not in from.parent_bio.~parent_bio\n}\n\nrun {\n\tsome parent_bio\n\tsome p1: Man, p2: Woman {\n\t\tnot can_marry_think[p1, p2] and can_marry_bio[p1, p2]\n\t\tp2 in p1.parent_think.~parent_think\n\t}\n} for 6 Person, 8 Time\n","old_contents":"open util\/ordering[Time]\nopen named_man_ja [Man]\nopen named_woman_ja [Woman]\n\nsig Time {\n\tevent: lone Event\n}\n\nfact {\n\tno first.event\n\tall t: Time - first {one t.event}\n}\n\nabstract sig Person {\n\tstate: State -> Time,\n\tpartner: Person -> Time,\n\tparent_bio: set Person,\n parent_think: set Person\n}{\n\tall t: Time | one state.t\n\tall t: Time | lone partner.t\n\tlet p = parent_bio {\n\t\tno p or born_in_scope\n }\n\tlet p = parent_think {\n\t\tno p or born_in_scope\n }\n}\n\npred born_in_scope(p: Person){\n\tp.state.first = NotExist\n\tp.state.last != NotExist\n}\n\nabstract sig Man, Woman extends Person {}\n\nenum State {NotExist, Married, NotMarried}\n\nenum Event {Marriage, Divorce, Birth}\n\n\npred init (t: Time) {\n\tall p: Person | p.state.t in NotMarried + NotExist\n\tall p: Person | p.partner.t = none\n}\n\npred change_state (\n\ttarget : Person,\n\tt, t': Time,\n\tbefore, after : State){\n\t\tsome target\n\t\tall p: target {\n\t\t\tp.state.t = before\n\t\t\tp.state.t' = after\n\t\t}\n\t\t\/\/ others don't change their state\n\t\tall other: (Person - target) {\n\t\t\tother.state.t = other.state.t'\n\t\t}\t\n}\n\npred keep_partner(others: Person, t, t': Time){\n\tall other: others {\n\t\tother.partner.t = other.partner.t'\n\t}\t\n}\npred step (t, t': Time) {\n\t{some disj p1 : Man, p2 : Woman {\n\t\t{\n\t\t\tt'.event = Marriage\n\t\t\tchange_state[p1 + p2, t, t', NotMarried, Married]\n\t\t\tp1.partner.t' = p2\n\t\t\tp2.partner.t' = p1\n\t\t\tkeep_partner[Person - p1 - p2, t, t']\n\t\t} or {\n\t\t\tt'.event = Divorce\n\t\t\tchange_state[p1 + p2, t, t', Married, NotMarried]\n\t\t\tp1.partner.t' = none\n\t\t\tp2.partner.t' = none\n\t\t\tkeep_partner[Person - p1 - p2, t, t']\n\t\t}\n\t}} \n\tor\n\tsome p: Person {\n\t\t\/\/ birth\n\t\tt'.event = Birth\n\t\tchange_state[p, t, t', NotExist, NotMarried]\n\t\tlet father = p.parent_bio & Man {\n\t\t\tone father\n\t\t\tfather.state.t != NotExist\n\t\t}\n\t\tlet mother = p.parent_bio & Woman {\n\t\t\tone mother\n\t\t\tmother.state.t != NotExist\n\t\t\tlet hasband = mother.partner.t {\n\t\t\t\t\/\/ p always think his biological mother is his mother\n\t\t\t\t\/\/ if mother married, p think mother's hasband is his father\n\t\t\t\t\/\/ no other person is tought as parent\n\t\t\t\tp.parent_think = mother + hasband\n\t\t\t}\n\t\t}\n\t\tkeep_partner[Person, t, t']\n\t}\n}\n\nfact Traces {\n\tinit[first]\n\tall t: Time - last {\n\t\tstep[t, t.next]\n\t}\n}\n\npred can_marry_think (from, to: Person){\n\tto not in from.^parent_think\n\tfrom not in to.^parent_think\n\tto not in from.parent_think.~parent_think\n}\n\npred can_marry_bio (from, to: Person){\n\tto not in from.^parent_bio\n\tfrom not in to.^parent_bio\n\tto not in from.parent_bio.~parent_bio\n}\n\nrun {\n\tsome parent_bio\n\tsome p1: Man, p2: Woman {\n\t\tnot can_marry_think[p1, p2] and can_marry_bio[p1, p2]\n\t}\n} for 6 Person, 8 Time\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"735bd29287b8d3aa5fd2947237430538f05f0e0c","subject":"Adding the file ta-assignment.als deleted by kacper, it's not a generated als file, but an example provided by Derek.","message":"Adding the file ta-assignment.als deleted by kacper, it's not a generated als file, but an example provided by Derek.\n","repos":"juodaspaulius\/clafer,juodaspaulius\/clafer-old-customBNFC,juodaspaulius\/clafer,gsdlab\/clafer,gsdlab\/clafer,juodaspaulius\/bclafer_old","old_file":"test\/suite\/ta-assignment.als","new_file":"test\/suite\/ta-assignment.als","new_contents":"\/* Simplifications:\n - for now we ignore lab instructors\n - for now we assume that a prof teaches only one course\n - profs only have three ranking levels in this model\n - we say TA's are happy if they get their first choice\n - no half TA positions\n*\/\n\n-- the structure of the model (write by hand)\nsig Course { \n lecturer : one Prof,\n assistants : set TA, -- this is what we are solving for\n allocation : one Int,\n}{\n -- cannot have more TAs assigned than spaces allocated\n #assistants <= allocation\n}\nsig TA { first, second, third : lone Course }\nsig Prof { prefer, reject : set TA }\n\n-- constraints\n-- each TA can be assigned to at most one course\nfact SingleCoursePerTA { all ta : TA | lone assistants.ta }\n-- TA will only be assigned to a course that they named\nfact RespectTAWishes { ~assistants & (first+second+third) }\n-- all assigned TAs are preferred or accepted by the prof\nfact RespectProfWishes { no ~lecturer.assistants & reject }\n\n-- this is generated from the CSV input\ninst Winter2012 {\n Prof = X + Y, \n TA = A + B + C + D + E + F + G,\n Course = ECE155 + ECE351,\n lecturer = ECE155->X + ECE351->Y,\n allocation = ECE155->3 + ECE351->2,\n prefer = X->A + X->B + Y->A + Y->B + Y->C,\n reject = X->F + X->G + Y->D + Y->G,\n first = A->ECE155 + B->ECE351 + C->ECE155 + D->ECE351 + E->ECE155 \n + F->ECE351 + G->ECE351\n second = A->ECE351 + B->ECE155 + C->ECE351 + D->ECE155 + E->ECE351\n no third\n}\n\n\n-- the various objectives to optimize\nmetrics m {\n -- prof happiness: got preferred TAs\n max[ #( ~lecturer.assistants & prefer ) ]\n -- prof unhappiness: spaces that are allocated by not assigned (holes)\n min[ (sum c : Course | c.allocation) - #assistants ]\n -- TA happiness: got first choice\n max[ #(assistants & ~first) ]\n -- TA unhappiness: didn't get a job\n min[ #(TA - Course.assistants) ]\n}\n\npred p[] {}\n\nrun p for Winter2012 optimize m\n\n","old_contents":"","returncode":1,"stderr":"error: pathspec 'test\/suite\/ta-assignment.als' did not match any file(s) known to git\n","license":"mit","lang":"Alloy"} {"commit":"3165cb1e08ebc650a4700a3ea40a507662d1cabc","subject":"by id:bonotake http:\/\/d.hatena.ne.jp\/bonotake\/20120413\/1334300370","message":"by id:bonotake http:\/\/d.hatena.ne.jp\/bonotake\/20120413\/1334300370\n","repos":"nishio\/learning_alloy,nishio\/learning_alloy,nishio\/learning_alloy","old_file":"illust_logic\/illustLogic.als","new_file":"illust_logic\/illustLogic.als","new_contents":"open util\/ordering[Col] as cols\nopen util\/ordering[Row] as rows\n\nabstract sig Region {}\nsig Col extends Region {\n cell: Row -> Cell\n}\nsig Row extends Region {}\nenum Cell { Black, White }\n\nfact {\n all c: Col, r: Row | one cell [c, r]\n}\n\n-- about rows\npred blackHeadInRow (c: Col, r: Row) {\n c in first or cell[c.prev, r] in White\n cell[c, r] in Black\n}\n\nfun headsInRow (r: Row): set Col {\n { c: Col | blackHeadInRow[c, r] }\n}\n\nfact noOtherHeadsInRow {\n no c: Col, r: Row | c not in headsInRow[r] and blackHeadInRow[c, r]\n}\n\npred headsSeqInRow (r: Row, s: seq Col) {\n s.elems = headsInRow[r]\n all i: s.butlast.inds | lt [s[i], s[plus[i, 1]]]\n}\n\nfun Int2Row (i: Int): Row {\n {r: Row | #(r.prevs) = i}\n}\n\nfun Row2Int (r: Row): Int {\n #(r.prevs)\n}\n\npred rowHint (j: Int, sizes: seq Int) {\n let r = Int2Row[j] | some cs: seq Col {\n #sizes = #cs\n headsSeqInRow [r, cs]\n all i: sizes.inds | \n let start = cs [i], end = Int2Col [plus [Col2Int [start], minus[sizes [i], 1] ]] {\n some end\n all c: start.*cols\/next - end.^cols\/next | cell [c, r] in Black\n no end.next or cell [end.next, r] in White\n }\n }\n}\n\n-- about cols\npred blackHeadInCol (c: Col, r: Row) {\n r in first or cell[c, r.prev] in White\n cell[c, r] in Black\n}\n\nfun headsInCol (c: Col): set Row {\n { r: Row | blackHeadInCol[c, r] }\n}\n\nfact noOtherHeadsInCol {\n no c: Col, r: Row | r not in headsInCol[c] and blackHeadInCol[c, r]\n}\n\npred headsSeqInCol (c: Col, s: seq Row) {\n s.elems = headsInCol[c]\n all i: s.butlast.inds | lt [s[i], s[plus[i, 1]]]\n}\n\nfun Int2Col (i: Int): Col {\n {c: Col | #(c.prevs) = i}\n}\n\nfun Col2Int (c: Col): Int {\n #(c.prevs)\n}\n\npred colHint (j: Int, sizes: seq Int) {\n let c = Int2Col[j] | some rs: seq Row {\n #sizes = #rs\n headsSeqInCol [c, rs]\n all i: sizes.inds | \n let start = rs [i], end = Int2Row [plus [Row2Int [start], minus[sizes [i], 1] ]] {\n some end\n all r: start.*rows\/next - end.^rows\/next | cell [c, r] in Black\n no end.next or cell [c, end.next] in White\n }\n }\n}\n\n-- riddle from http:\/\/homepage1.nifty.com\/sabo10\/rulelog\/illust.html\nsolve: run {\n rowHint [0, 0 -> 3]\n rowHint [1, 0 -> 2 + 1 -> 2]\n rowHint [2, 0 -> 1 + 1 -> 1 + 2 -> 1]\n rowHint [3, 0 -> 3 + 1 -> 3]\n rowHint [4, 0 -> 5]\n rowHint [5, 0 -> 7]\n rowHint [6, 0 -> 7]\n rowHint [7, 0 -> 7]\n rowHint [8, 0 -> 7]\n rowHint [9, 0 -> 5]\n\n colHint [0, 0 -> 4]\n colHint [1, 0 -> 6]\n colHint [2, 0 -> 7]\n colHint [3, 0 -> 9]\n colHint [4, 0 -> 2 + 1 -> 7]\n colHint [5, 0 -> 1 + 1 -> 6]\n colHint [6, 0 -> 2 + 1 -> 4]\n colHint [7, 0 -> 3]\n colHint [8, 0 -> 1]\n colHint [9, 0 -> 2]\n} for 10 but 5 Int\n","old_contents":"","returncode":1,"stderr":"error: pathspec 'illust_logic\/illustLogic.als' did not match any file(s) known to git\n","license":"mit","lang":"Alloy"} {"commit":"002f1bde97d3c7f0c2101ad0d629a42bf06cf70d","subject":"minor changes","message":"minor changes","repos":"ModelWriter\/Demonstrations,ModelWriter\/Demonstrations,ModelWriter\/Demonstrations","old_file":"eu.modelwriter.demonstration.alloyinecore\/harun\/example_featuremodel.als","new_file":"eu.modelwriter.demonstration.alloyinecore\/harun\/example_featuremodel.als","new_contents":"open module_featuremodel[Feature] as FeatureModel\n\n\nabstract sig Feature {}\n\none sig Chassis extends Feature {}\none sig Wiper extends Feature {}\none sig StaticWagon extends Feature {}\none sig Cabriolet extends Feature {}\none sig ManualControl extends Feature {}\none sig RearWiper extends Feature {}\none sig FrontWiper extends Feature {}\none sig RoofControl extends Feature {}\none sig RainSensorWiper extends Feature {}\none sig IntervalWiper extends Feature {}\none sig AutoRoofControl extends Feature {}\none sig RainSensor extends Feature {}\n\npred init_feature_model {\n\tFeatureModel\/Root[Chassis]\n\n\tFeatureModel\/Mandatory[Chassis -> Wiper + Cabriolet -> RoofControl + RainSensorWiper -> RainSensor]\n\tFeatureModel\/NoOptional\n\tFeatureModel\/Alternative[Chassis -> (StaticWagon + Cabriolet) + FrontWiper -> (RainSensorWiper + IntervalWiper) + RoofControl -> (ManualControl + AutoRoofControl)]\n\tFeatureModel\/OptionalOr[Wiper -> RearWiper]\n\tFeatureModel\/MandatoryOr[Wiper -> FrontWiper]\n\tFeatureModel\/Requires[StaticWagon -> RearWiper + AutoRoofControl -> RainSensor]\n\tFeatureModel\/NoExcludes\n}\n\nrun init_feature_model\n","old_contents":"","returncode":1,"stderr":"error: pathspec 'eu.modelwriter.demonstration.alloyinecore\/harun\/example_featuremodel.als' did not match any file(s) known to git\n","license":"epl-1.0","lang":"Alloy"} {"commit":"e7c9690557d60598811863f765f729203dfa9c75","subject":"Incomplete - task : Extend unit tests for complete coverage - updated model to clarify that non-sore losers are above the threshold","message":"Incomplete - task : Extend unit tests for complete coverage - updated model to clarify that non-sore losers are above the threshold\n","repos":"GaloisInc\/Votail,GaloisInc\/Votail,GaloisInc\/Votail","old_file":"models\/Voting.als","new_file":"models\/Voting.als","new_contents":"-- (c) 2010-2011, Dermot Cochran, IT University of Copenhagen\n-- http:\/\/www.kindsoftware.com\/about\/people\/dc\n-- http:\/\/www.itu.dk\/people\/dero\n\nmodule Voting\n\nopen util\/integer\n\n-- An individual person standing for election\nsig Candidate {\n votes: \t\t\t set Ballot, \t-- First preference ballots assigned to this candidate\n\ttransfers: \t set Ballot, -- Ballots received by transfer from another candidate\n\tsurplus: \t\t set Ballot, \t-- Ballots given to another candidate (on election or elimination)\n\toutcome: \t\t Event\t\n} {\n\tno b: Ballot | b in votes & transfers\n\tall b: Ballot | b in votes + transfers implies this in b.assignees\n\tsurplus in votes + transfers\n\tElection.method = Plurality implies #surplus = 0 and #transfers = 0\n}\n\n-- A digital or paper artifact which accurately records the intentions of the voter\nsig Ballot {\n assignees: \t\tset Candidate, -- Candidates to which this ballot has been assigned\n preferences: \tseq Candidate -- Ranking of candidates\n} {\n\tassignees in preferences.elems\n not preferences.hasDups\n\tpreferences.elems in Election.candidates\n\tpreferences.first in assignees\n\tElection.method = Plurality implies #preferences = 1\n 0 < #preferences\n}\n\n-- An election result\none sig Scenario {\n \tlosers: \t\t\t\tset Candidate,\n \twinners: \t\t\tset Candidate,\n\teliminated: \t\tset Candidate, \t\t-- Candidates excluded under STV rules\n\tthreshold: \t\tInt, \t\t\t\t\t\t-- Minimum number of votes for a Loser or EarlyLoser\n\tquota: \t\t\t\tInt\t\t\t\t\t\t-- Minimum number of votes for a STV Winner or QuotaWinner\n}\n{\n \twinners + losers = Election.candidates\n \t#winners = Election.seats\n \tno c: Candidate | c in losers & winners\n \t0 < #losers\n \tall w: Candidate | all l: Candidate | l in losers and w in winners implies \n\t\t((#l.votes + #l.transfers <= #w.votes + #w.transfers) and (#l.votes <= #w.votes))\n\t0 <= threshold\n\tthreshold <= quota\n Election.method = STV implies (threshold = 1 + quota.div[4])\n\tElection.method = Plurality implies #eliminated = 0\n\teliminated in losers\n\tall c: Candidate | c in losers implies Election.method = Plurality \n or #c.votes + #c.transfers < quota\n}\n\n\/* \n\tThere are four winner-outcomes and six loser-outcomes:\n\n\tWinner: \t\t\t\t\t\t(W1) elected in the first round of counting either by quota or plurality,\n\tQuotaWinner: \t\t\t\t(W2) elected with transfers from another candidate (STV only),\n\tCompromiseWinner: \t(W3) elected on the last round of counting without quota (STV only),\n\tTiedWinner:\t\t\t\t\t(W4) elected by tie breaker,\n\tTiedLoser:\t\t\t\t\t(L1) loses only by tie breaker but reaches the threshold,\n\tLoser:\t\t\t \t\t\t\t(L2) defeated on last round but reaches the minimum threshold of votes,\n TiedEarlyLoser:\t\t\t(L3) reaches threshold but eliminated by tie breaker (STV only),\n\tEarlyLoser:\t\t\t\t\t(L4) reaches threshold but is eliminated before last round (STV only),\n\tTiedSoreLoser:\t\t\t\t(L5) loses only by tie breaker but does not reach threshold,\n\tSoreLoser: \t\t\t\t\t(L6) does not even reach the mimimum threshold of votes\n*\/\nenum Event {Winner, QuotaWinner, CompromiseWinner, TiedWinner, \n\tTiedLoser, Loser, TiedEarlyLoser, EarlyLoser, TiedSoreLoser, SoreLoser}\n\nenum Method {Plurality, STV}\n\n-- An Election Constituency\none sig Election {\n candidates: \tset Candidate,\n seats: \t\t\t\tInt,\n method: \t\t\tMethod,\n ballots:\t\t\tInt -- number of ballots cast\n}\n{\n \t0 < seats\n \tseats < #candidates\n \tall c: Candidate | c in candidates\n ballots = #Ballot\n Scenario.quota = 1 + ballots.div[seats+1]\n}\n\n-- Independent (or Fundamental) Axioms\nfact threshold {\n Election.method = Plurality implies Scenario.threshold = Election.ballots.div[20]\n}\n\nfact surplus {\n all c: Candidate | (c.outcome = Winner and Election.method = STV) implies\n Scenario.quota + #c.surplus = #c.votes \n}\n\nfact winnersWithoutTransfers {\n all c: Candidate | (c.outcome = Winner and Election.method = STV) implies #c.transfers = 0 \n}\n\nfact surplusFromTransfers {\n all c: Candidate | c.outcome = QuotaWinner implies ((surplus in transfers) and \n ((Scenario.quota + #c.surplus) = (#c.votes + #c.transfers)))\n}\n\nfact integrity {\n all c: Candidate | all b: Ballot | b in c.votes implies c in b.assignees\n}\n\nfact pluralityEvents {\n\tall c: Candidate | Election.method = Plurality implies\n\t\t(c.outcome = Loser or c.outcome = SoreLoser or c.outcome = Winner or \n\t\tc.outcome = TiedWinner or c.outcome = TiedLoser)\n}\n\nfact winnerSTV {\n\tall c: Candidate | (Election.method = STV and c.outcome = Winner) implies \n Scenario.quota <= #c.votes\n}\n\nfact transferWinnerWithQuota {\n\tall c: Candidate | (Election.method = STV and c.outcome = QuotaWinner) implies\n\t Scenario.quota <= #c.votes + #c.transfers\n}\n\nfact transferWinnerNotFirst {\n\tall c: Candidate | (Election.method = STV and c.outcome = QuotaWinner) implies\n\t\tnot Scenario.quota <= #c.votes\n}\n\nfact closeWinner {\n\tall c: Candidate | (c.outcome = CompromiseWinner or c.outcome = TiedWinner) implies\n\t\tnot (Scenario.quota <= #c.votes + #c.transfers) or Election.method = Plurality\n}\n\nfact soreLoser {\n\tall c: Candidate | (c.outcome = SoreLoser or c.outcome = TiedSoreLoser) implies \n\t\t(#c.votes + #c.transfers < Scenario.threshold)\n}\n\nfact loser {\n\tall c: Candidate | (c.outcome = Loser or c.outcome = TiedLoser) \n implies (c in Scenario.losers and c not in Scenario.eliminated)\n}\n\nfact earlyLoser {\n\tall c: Candidate | (c.outcome = EarlyLoser or c.outcome = TiedEarlyLoser) iff \n\t\t(c in Scenario.eliminated and not (#c.votes + #c.transfers < Scenario.threshold))\n}\n\nfact winners {\n\tall c: Candidate | c in Scenario.winners iff \n\t\t(c.outcome = Winner or c.outcome = QuotaWinner or c.outcome = CompromiseWinner or \n\t\tc.outcome = TiedWinner)\n}\n\nfact losers {\n\tall c: Candidate | c in Scenario.losers iff\n\t\t(c.outcome = Loser or c.outcome = EarlyLoser or c.outcome = SoreLoser or \n\t\tc.outcome = TiedLoser or c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser)\n}\n\n-- Non-Independent Axioms for Ballot Integrity\nfact transfers {\n\tall c: Candidate | 0 < #c.transfers implies Election.method = STV\n}\n\nfact onlyWinnersAndQuotaWinnersHaveSurplus {\n\tall c: Candidate | 0 < #c.surplus implies \n\t\t(c.outcome = Winner or c.outcome = QuotaWinner)\n}\n\nfact winnersNeedNoTransfers {\n\t\tall c: Candidate | c.outcome = Winner implies 0 = #c.transfers\n}\n\nfact firstPreference {\n\tall b: Ballot | all c: Candidate | b.preferences.first = c iff b in c.votes\n}\n\nfact sizeOfSurplus {\n\tall c: Candidate | (c in Scenario.winners and Election.method = STV and 0 < #c.surplus) implies \n\t\t(#c.surplus = #c.votes + #c.transfers - Scenario.quota)\n}\n\nfact transferToNextPreference {\n\tall b: Ballot | all disj donor,receiver: Candidate |\n\t\t(donor + receiver in b.assignees and\n\t\tb in receiver.transfers and b in donor.surplus) implies \n\t\t(b.preferences.idxOf[donor] < b.preferences.idxOf[receiver] and\n\t\treceiver in b.preferences.rest.elems)\n}\n\nfact pluralityWinner {\n\tall disj a, b: Candidate | (Election.method = Plurality and Election.seats = 1 and\n\t\ta.outcome = Winner) implies #b.votes <= #a.votes\n}\n\nfact transferToNextContinuingCandidate {\n\tall disj skipped, receiving: Candidate | all b: Ballot |\n\t\tb.preferences.idxOf[skipped] < b.preferences.idxOf[receiving] and\n\t\treceiving in b.assignees and (not skipped in b.assignees) implies\n\t\t(skipped in Scenario.eliminated or skipped.outcome = Winner or \n\t\tskipped.outcome = QuotaWinner)\n}\n\n\/\/ All ballot transfers are associated with the last candidate to receive the transfer\nfact ownership {\n\tall disj c,d: Candidate | all b: Ballot | b in c.transfers implies c in b.assignees and \n\t\t(d not in b.assignees or b.preferences.idxOf[d] < b.preferences.idxOf[c])\n}\n\n\/\/ Lowest candidate is eliminated first\nfact lowestElimination {\n\tall disj c,d: Candidate | c in Scenario.eliminated and d not in Scenario.eliminated implies\n\t\t#c.votes + #c.transfers <= #d.votes + #d.transfers\n}\n\n\/\/ All ties involve equality between at least one winner and at least one loser on either original votes or\n\/\/ on transfers plus original votes\nfact equalityOfTiedWinner {\n all w: Candidate | some l: Candidate | w.outcome = TiedWinner and \n\t \t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies\n\t\t(#l.votes = #w.votes) or (#l.votes + #l.transfers = #w.votes + #w.transfers)\n}\n\nfact equalityOfTiedLosers {\n all s: Candidate | some w: Candidate | w.outcome = TiedWinner and \n (s.outcome = SoreLoser or s.outcome = TiedLoser or s.outcome = TiedEarlyLoser) implies\n (#s.votes = #w.votes) or (#s.votes + #s.transfers = #w.votes + #w.transfers)\n}\n\n-- Scenario Validity Axioms\n\/\/ When there is a tied sore loser then there are no non-sore losers\nfact typeOfTiedLoser {\n no disj a,b: Candidate | a.outcome = TiedSoreLoser and \n (b.outcome = TiedLoser or b.outcome = TiedEarlyLoser or \n b.outcome=Loser or b.outcome=EarlyLoser)\n}\n\nfact tieBreaker {\n\tall w: Candidate | some l: Candidate | w.outcome = TiedWinner implies \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser)\n}\n\nfact validTieBreaker {\n\tall l: Candidate | some w: Candidate | \n (l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies \n w.outcome = TiedWinner and 0 < #w.votes + #w.transfers\n}\n\n\/\/ Compromise winner must have more votes than any tied winners\nfact compromiseNotTied {\n\tall disj c,t: Candidate | (c.outcome = CompromiseWinner and t.outcome = TiedWinner) implies\n\t\t#t.votes + #t.transfers < #c.votes + #c.transfers\n}\n\n\/\/ Equal losers are tied\nfact equalityofTiedWinnersAndLosers {\n\tall disj w,l: Candidate | w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers implies\n\t\t\tw.outcome = TiedWinner and 0 < #w.votes + #w.transfers and \n\t\t\t(l.outcome = TiedLoser or l.outcome = TiedEarlyLoser or l.outcome = TiedSoreLoser)\n}\n\n\/\/ Highest winner has a quota\nfact highestWinners {\n all c: Candidate | Election.method = STV and c.outcome = Winner implies \n\t\tScenario.quota <= #c.votes + #c.transfers\n}\n\n\/\/ Tied Winners and Tied Losers have an equal number of votes\nfact equalTies {\n\tall disj a,b: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser implies\n\t\t#a.votes = #b.votes and #a.transfers = #b.transfers\n}\n\n\/\/ Winners have more votes than non-tied losers\nfact winnersHaveVotes {\n\tall w,l: Candidate | w.outcome = Winner and \n (l.outcome = Loser or l.outcome = EarlyLoser or l.outcome = SoreLoser) implies \n ((#l.votes < #w.votes) or (#l.votes + #l.transfers < #w.votes + #w.transfers))\n}\n\n\/\/ All non-sore losers are above the threshold\nfact losersAboveThreshold {\n all c: Candidate | c.outcome = Loser implies (Scenario.threshold < #c.votes + #c.transfers)\n}\n\nfact earlyLosersAboveThreshold {\n all c: Candidate | c.outcome = EarlyLoser implies (Scenario.threshold < #c.votes + #c.transfers)\n}\n\nfact tiedLosersAboveThreshold {\n all c: Candidate | c.outcome = TiedLoser implies (Scenario.threshold < #c.votes + #c.transfers)\n}\n\nfact tiedEarlyLosersAboveThreshold {\n all c: Candidate | c.outcome = TiedEarlyLoser implies (Scenario.threshold < #c.votes + #c.transfers)\n}\n\n-- Basic Lemmas\nassert honestCount {\n\t all c: Candidate | all b: Ballot | b in c.votes + c.transfers implies c in b.assignees\n}\ncheck honestCount for 15 but 6 int\n\nassert atLeastOneLoser {\n\t0 < #Scenario.losers\n}\ncheck atLeastOneLoser for 15 but 6 int\n\nassert atLeastOneWinner {\n\t0 < #Scenario.winners\n}\ncheck atLeastOneWinner for 14 but 6 int\n\nassert plurality {\n\tall c: Candidate | all b: Ballot | b in c.votes and \n\t\tElection.method = Plurality implies c in b.preferences.first\n}\ncheck plurality for 18 but 6 int\n\nassert wellFormedTieBreaker {\n\tsome w,l : Candidate | (w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers) implies \n\t\tw.outcome = TiedWinner and \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome=TiedEarlyLoser)\n}\ncheck wellFormedTieBreaker for 18 but 6 int\n\nassert validSurplus {\n\tall c: Candidate | 0 < #c.surplus implies (c.outcome = Winner or c.outcome = QuotaWinner or \n\t\tc in Scenario.eliminated)\n}\ncheck validSurplus for 16 but 6 int\n\n-- Advanced Lemmas\n\/\/ No lost votes during counting\nassert accounting {\n\tall b: Ballot | some c: Candidate | b in c.votes and c in b.assignees\n}\ncheck accounting for 16 but 6 int\n\n\/\/ Cannot have tie breaker with both tied sore loser and non-sore loser\nassert tiedWinnerLoserTiedSoreLoser {\n\tno disj c,w,l: Candidate | c.outcome = TiedSoreLoser and\n\t w.outcome = TiedWinner and (l.outcome = Loser or l.outcome = TiedLoser)\n}\ncheck tiedWinnerLoserTiedSoreLoser for 6 int\n\n\/\/ Compromise winner must have at least one vote\nassert validCompromise {\n\tall c: Candidate | c.outcome = CompromiseWinner implies 0 < #c.votes + #c.transfers\n}\ncheck validCompromise for 6 int\n\n\/\/ Quota not more than the number of ballots cast\nassert maxQuota {\n Scenario.quota <= #Ballot\n}\ncheck maxQuota for 7 int\n\n\/\/ Quota winner needs transfers\nassert quotaWinnerNeedsTransfers {\n all c: Candidate | c.outcome = QuotaWinner implies 0 < #c.transfers\n}\ncheck quotaWinnerNeedsTransfers for 7 int\n\n\/\/ Sore losers below threshold\nassert soreLoserBelowThreshold {\n all c: Candidate | c.outcome = SoreLoser implies not (Scenario.threshold <= #c.votes + #c.transfers)\n}\ncheck soreLoserBelowThreshold for 10 but 6 int\n\n\/\/ Possible outcomes when under the threshold\nassert underThresholdOutcomes {\n all c: Candidate | (#c.votes + #c.transfers < Scenario.threshold) implies\n (c.outcome = SoreLoser or c.outcome = TiedSoreLoser or c.outcome = TiedWinner or\n c.outcome = CompromiseWinner)\n}\ncheck underThresholdOutcomes for 10 but 6 int\n\n-- Sample scenarios\npred TwoCandidatePlurality { \n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 2\n}\nrun TwoCandidatePlurality for 10 but 2 Ballot, 6 int\n\npred PluralityTiedWinner {\n\tElection.method = Plurality\n\tElection.seats = 1\n\tsome disj a,b: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser\n}\nrun PluralityTiedWinner for 10 but 2 Ballot, 6 int\n\npred ThreeCandidatePlurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 3\n}\nrun ThreeCandidatePlurality for 6 int\n\npred Plurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun Plurality for 5 but 6 int\n\npred TenCandidatePluralityWithTwoSeats {\n\tElection.method = Plurality\n\tElection.seats = 2\n\t#Election.candidates = 10\n}\nrun TenCandidatePluralityWithTwoSeats for 10 but 6 int\n\npred InstantRunoffVoting {\n\tElection.method = STV\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun InstantRunoffVoting for 10 but 6 int\n\npred STV3 {\n\tElection.method = STV\n\tElection.seats = 3\n}\nrun STV3 for 5 but 6 int\n\npred ThreeWinnersOneLoser {\n Election.method = STV\n\tsome disj a,b,d: Candidate | a.outcome = Winner\n \t and b.outcome = QuotaWinner or b.outcome = CompromiseWinner\n\t and d in Scenario.losers\n}\nrun ThreeWinnersOneLoser for 6 but 6 int\n\npred LoserAndEarlyLoser {\n\tone d: Candidate | d.outcome = Loser\n\tone e: Candidate | e.outcome = EarlyLoser\n}\nrun LoserAndEarlyLoser for 5 but 6 int\n\npred OneWinnerNineLosers {\n\t#Scenario.winners = 1\n\t#Scenario.losers = 9\n}\nrun OneWinnerNineLosers for 16 but 6 int\n\npred ThreeWayTie {\n\t#Election.candidates = 3\n Election.method = Plurality\n\tsome disj a,b,c: Candidate | a.outcome = TiedWinner and \n\t\tb.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser\n}\nrun ThreeWayTie for 5 but 6 int\n\npred FiveWayTie {\n\tsome disj a,b,c,d,e: Candidate | a.outcome = TiedWinner and\n\t b.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser and d.outcome = TiedLoser and e.outcome = TiedWinner\n}\nrun FiveWayTie for 7 but 6 int\n\npred ScenarioLWW {\n\tsome disj a,b,c: Candidate | a.outcome = Loser and b.outcome = Winner and \n\t\tc.outcome = Winner\n #Election.candidates = 3\n\tElection.method = STV\n 0 < #Ballot\n}\nrun ScenarioLWW for 7 but 7 int\n\npred LongBallot {\n\tsome b: Ballot | #b.preferences = 7\n}\nrun LongBallot for 7 but 6 int\n\npred MultipleBallotsUnderSTV {\n\tElection.method = STV\n\tsome disj a,b,c,d: Ballot | 1 < #a.preferences and 1 < #b.preferences \n\tand 0 < #c.preferences and 0 < #d.preferences and \n a.preferences.first = b.preferences.last\n}\nrun MultipleBallotsUnderSTV for 10 but 6 int\n\npred WinnerLoserEarlyLoser {\n\tsome a,b,c,d : Candidate | a.outcome = Winner and b.outcome = Loser and \n\t\tc.outcome = EarlyLoser and d.outcome = SoreLoser\n\tElection.method = STV\n}\nrun WinnerLoserEarlyLoser for 7 but 6 int\n\npred TiedScenario { \n some disj a,b: Candidate | a.outcome = TiedLoser and b.outcome = TiedWinner\n Election.method = STV\n #Election.candidates = 2\n #Election.seats = 1\n}\nrun TiedScenario for 7 but 6 int\n\npred NoTiesAndNoSoresScenarios {\n Election.method = STV\n #Election.candidates > 3\n #Ballot > 6\n no c: Candidate | c.outcome = TiedLoser or c.outcome = TiedWinner or\n c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser or c.outcome = SoreLoser\n}\nrun NoTiesAndNoSoresScenarios for 10 but 6 int\n\n-- Scenario tests\npred LW {\n some disj c0,c1: Candidate | c0.outcome = Winner and c1.outcome = Loser and \n\tElection.method = STV and #Election.candidates = 2 and #Election.seats = 1 and\n (Scenario.threshold < #c1.votes + #c1.transfers)\n}\nrun LW for 10 but 6 int\n\npred LQ {\n\tsome disj a,b: Candidate | a.outcome = Loser and b.outcome = QuotaWinner\n #Election.candidates = 2\n\tElection.method = STV\n 0 < #Ballot\n}\nrun LQ for 10 but 6 int\n\npred LQQ {\n\tsome disj a,b,c: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and\n c.outcome = QuotaWinner\n #Election.candidates = 3\n\tElection.method = STV\n 0 < #Ballot\n}\nrun LQQ for 10 but 6 int\n\npred LQW {\n\tsome disj a,b,c: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and \n\t\tc.outcome = Winner\n #Election.candidates = 3\n\tElection.method = STV\n 0 < #Ballot\n}\nrun LQW for 10 but 6 int\n\npred LQQW {\n\tsome disj a,b,c,d: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and \n\t\tc.outcome = Winner and d.outcome = QuotaWinner\n #Election.candidates = 4\n\tElection.method = STV\n 0 < #Ballot\n}\nrun LQQW for 10 but 6 int\n\npred SLQQW {\n\tsome disj a,b,c,d,e: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and \n\t\tc.outcome = Winner and d.outcome = QuotaWinner and e.outcome = SoreLoser\n #Election.candidates = 5\n\tElection.method = STV\n 0 < #Ballot\n}\nrun SLQQW for 10 but 6 int\n\n-- Version Control for changes to model\none sig Version {\n year, month, day : Int\n} {\n year = 11\n month = 01\n day = 18\n -- Dermot Cochran 2011-01-18\n}\n","old_contents":"-- (c) 2010-2011, Dermot Cochran, IT University of Copenhagen\n-- http:\/\/www.kindsoftware.com\/about\/people\/dc\n-- http:\/\/www.itu.dk\/people\/dero\n\nmodule Voting\n\nopen util\/integer\n\n-- An individual person standing for election\nsig Candidate {\n votes: \t\t\t set Ballot, \t-- First preference ballots assigned to this candidate\n\ttransfers: \t set Ballot, -- Ballots received by transfer from another candidate\n\tsurplus: \t\t set Ballot, \t-- Ballots given to another candidate (on election or elimination)\n\toutcome: \t\t Event\t\n} {\n\tno b: Ballot | b in votes & transfers\n\tall b: Ballot | b in votes + transfers implies this in b.assignees\n\tsurplus in votes + transfers\n\tElection.method = Plurality implies #surplus = 0 and #transfers = 0\n}\n\n-- A digital or paper artifact which accurately records the intentions of the voter\nsig Ballot {\n assignees: \t\tset Candidate, -- Candidates to which this ballot has been assigned\n preferences: \tseq Candidate -- Ranking of candidates\n} {\n\tassignees in preferences.elems\n not preferences.hasDups\n\tpreferences.elems in Election.candidates\n\tpreferences.first in assignees\n\tElection.method = Plurality implies #preferences = 1\n 0 < #preferences\n}\n\n-- An election result\none sig Scenario {\n \tlosers: \t\t\t\tset Candidate,\n \twinners: \t\t\tset Candidate,\n\teliminated: \t\tset Candidate, \t\t-- Candidates excluded under STV rules\n\tthreshold: \t\tInt, \t\t\t\t\t\t-- Minimum number of votes for a Loser or EarlyLoser\n\tquota: \t\t\t\tInt\t\t\t\t\t\t-- Minimum number of votes for a STV Winner or QuotaWinner\n}\n{\n \twinners + losers = Election.candidates\n \t#winners = Election.seats\n \tno c: Candidate | c in losers & winners\n \t0 < #losers\n \tall w: Candidate | all l: Candidate | l in losers and w in winners implies \n\t\t((#l.votes + #l.transfers <= #w.votes + #w.transfers) and (#l.votes <= #w.votes))\n\t0 <= threshold\n\tthreshold <= quota\n Election.method = STV implies (threshold = 1 + quota.div[4])\n\tElection.method = Plurality implies #eliminated = 0\n\teliminated in losers\n\tall c: Candidate | c in losers implies Election.method = Plurality \n or #c.votes + #c.transfers < quota\n}\n\n\/* \n\tThere are four winner-outcomes and six loser-outcomes:\n\n\tWinner: \t\t\t\t\t\t(W1) elected in the first round of counting either by quota or plurality,\n\tQuotaWinner: \t\t\t\t(W2) elected with transfers from another candidate (STV only),\n\tCompromiseWinner: \t(W3) elected on the last round of counting without quota (STV only),\n\tTiedWinner:\t\t\t\t\t(W4) elected by tie breaker,\n\tTiedLoser:\t\t\t\t\t(L1) loses only by tie breaker but reaches the threshold,\n\tLoser:\t\t\t \t\t\t\t(L2) defeated on last round but reaches the minimum threshold of votes,\n TiedEarlyLoser:\t\t\t(L3) reaches threshold but eliminated by tie breaker (STV only),\n\tEarlyLoser:\t\t\t\t\t(L4) reaches threshold but is eliminated before last round (STV only),\n\tTiedSoreLoser:\t\t\t\t(L5) loses only by tie breaker but does not reach threshold,\n\tSoreLoser: \t\t\t\t\t(L6) does not even reach the mimimum threshold of votes\n*\/\nenum Event {Winner, QuotaWinner, CompromiseWinner, TiedWinner, \n\tTiedLoser, Loser, TiedEarlyLoser, EarlyLoser, TiedSoreLoser, SoreLoser}\n\nenum Method {Plurality, STV}\n\n-- An Election Constituency\none sig Election {\n candidates: \tset Candidate,\n seats: \t\t\t\tInt,\n method: \t\t\tMethod,\n ballots:\t\t\tInt -- number of ballots cast\n}\n{\n \t0 < seats\n \tseats < #candidates\n \tall c: Candidate | c in candidates\n ballots = #Ballot\n Scenario.quota = 1 + ballots.div[seats+1]\n}\n\n-- Independent (or Fundamental) Axioms\nfact threshold {\n Election.method = Plurality implies Scenario.threshold = Election.ballots.div[20]\n}\n\nfact surplus {\n all c: Candidate | (c.outcome = Winner and Election.method = STV) implies\n Scenario.quota + #c.surplus = #c.votes \n}\n\nfact winnersWithoutTransfers {\n all c: Candidate | (c.outcome = Winner and Election.method = STV) implies #c.transfers = 0 \n}\n\nfact surplusFromTransfers {\n all c: Candidate | c.outcome = QuotaWinner implies ((surplus in transfers) and \n ((Scenario.quota + #c.surplus) = (#c.votes + #c.transfers)))\n}\n\nfact integrity {\n all c: Candidate | all b: Ballot | b in c.votes implies c in b.assignees\n}\n\nfact pluralityEvents {\n\tall c: Candidate | Election.method = Plurality implies\n\t\t(c.outcome = Loser or c.outcome = SoreLoser or c.outcome = Winner or \n\t\tc.outcome = TiedWinner or c.outcome = TiedLoser)\n}\n\nfact winnerSTV {\n\tall c: Candidate | (Election.method = STV and c.outcome = Winner) implies \n Scenario.quota <= #c.votes\n}\n\nfact transferWinnerWithQuota {\n\tall c: Candidate | (Election.method = STV and c.outcome = QuotaWinner) implies\n\t Scenario.quota <= #c.votes + #c.transfers\n}\n\nfact transferWinnerNotFirst {\n\tall c: Candidate | (Election.method = STV and c.outcome = QuotaWinner) implies\n\t\tnot Scenario.quota <= #c.votes\n}\n\nfact closeWinner {\n\tall c: Candidate | (c.outcome = CompromiseWinner or c.outcome = TiedWinner) implies\n\t\tnot (Scenario.quota <= #c.votes + #c.transfers) or Election.method = Plurality\n}\n\nfact soreLoser {\n\tall c: Candidate | (c.outcome = SoreLoser or c.outcome = TiedSoreLoser) implies \n\t\t(#c.votes + #c.transfers < Scenario.threshold)\n}\n\nfact loser {\n\tall c: Candidate | (c.outcome = Loser or c.outcome = TiedLoser or c.outcome = TiedSoreLoser) \n implies c in Scenario.losers - Scenario.eliminated\n}\n\nfact earlyLoser {\n\tall c: Candidate | (c.outcome = EarlyLoser or c.outcome = TiedEarlyLoser) iff \n\t\t(c in Scenario.losers & Scenario.eliminated and not #c.votes + #c.transfers < Scenario.threshold)\n}\n\nfact winners {\n\tall c: Candidate | c in Scenario.winners iff \n\t\t(c.outcome = Winner or c.outcome = QuotaWinner or c.outcome = CompromiseWinner or \n\t\tc.outcome = TiedWinner)\n}\n\nfact losers {\n\tall c: Candidate | c in Scenario.losers iff\n\t\t(c.outcome = Loser or c.outcome = EarlyLoser or c.outcome = SoreLoser or \n\t\tc.outcome = TiedLoser or c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser)\n}\n\n-- Non-Independent Axioms for Ballot Integrity\nfact transfers {\n\tall c: Candidate | 0 < #c.transfers implies Election.method = STV\n}\n\nfact onlyWinnersAndQuotaWinnersHaveSurplus {\n\tall c: Candidate | 0 < #c.surplus implies \n\t\tc.outcome = Winner or c.outcome = QuotaWinner\n}\n\nfact winnersNeedNoTransfers {\n\t\tall c: Candidate | c.outcome = Winner implies 0 = #c.transfers\n}\n\nfact firstPreference {\n\tall b: Ballot | all c: Candidate | b.preferences.first = c iff b in c.votes\n}\n\nfact sizeOfSurplus {\n\tall c: Candidate | (c in Scenario.winners and Election.method = STV and 0 < #c.surplus) implies \n\t\t#c.surplus = #c.votes + #c.transfers - Scenario.quota\n}\n\nfact transferToNextPreference {\n\tall b: Ballot | all disj donor,receiver: Candidate |\n\t\t(donor + receiver in b.assignees and\n\t\tb in receiver.transfers and b in donor.surplus implies \n\t\tb.preferences.idxOf[donor] < b.preferences.idxOf[receiver] and\n\t\treceiver in b.preferences.rest.elems)\n}\n\nfact pluralityWinner {\n\tall disj a, b: Candidate | (Election.method = Plurality and Election.seats = 1) and\n\t\ta.outcome = Winner implies #b.votes <= #a.votes\n}\n\nfact transferToNextContinuingCandidate {\n\tall disj skipped, receiving: Candidate | all b: Ballot |\n\t\tb.preferences.idxOf[skipped] < b.preferences.idxOf[receiving] and\n\t\treceiving in b.assignees and (not skipped in b.assignees) implies\n\t\t(skipped in Scenario.eliminated or skipped.outcome = Winner or \n\t\tskipped.outcome = QuotaWinner)\n}\n\n\/\/ All ballots transfers are associated with the last candidate to receive the transfer\nfact ownership {\n\tall disj c,d: Candidate | all b: Ballot | b in c.transfers implies c in b.assignees and \n\t\t(d not in b.assignees or b.preferences.idxOf[d] < b.preferences.idxOf[c])\n}\n\n\/\/ Lowest candidate is eliminated first\nfact lowestElimination {\n\tall disj c,d: Candidate | c in Scenario.eliminated and d not in Scenario.eliminated implies\n\t\t#c.votes + #c.transfers <= #d.votes + #d.transfers\n}\n\n\/\/ All ties involve equality between at least one winner and at least one loser on either original votes or\n\/\/ on transfers plus original votes\nfact equalityOfTiedWinner {\n all w: Candidate | some l: Candidate | w.outcome = TiedWinner and \n\t \t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies\n\t\t(#l.votes = #w.votes) or (#l.votes + #l.transfers = #w.votes + #w.transfers)\n}\n\nfact equalityOfTiedLosers {\n all s: Candidate | some w: Candidate | w.outcome = TiedWinner and \n (s.outcome = SoreLoser or s.outcome = TiedLoser or s.outcome = TiedEarlyLoser) implies\n (#s.votes = #w.votes) or (#s.votes + #s.transfers = #w.votes + #w.transfers)\n}\n\n-- Scenario Validity Axioms\n\/\/ When there is a tied sore loser then there are no non-sore losers\nfact typeOfTiedLoser {\n no disj a,b: Candidate | a.outcome = TiedSoreLoser and \n (b.outcome = TiedLoser or b.outcome = TiedEarlyLoser or \n b.outcome=Loser or b.outcome=EarlyLoser)\n}\n\nfact tieBreaker {\n\tall w: Candidate | some l: Candidate | w.outcome = TiedWinner implies \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser)\n}\n\nfact validTieBreaker {\n\tall l: Candidate | some w: Candidate | \n (l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies \n w.outcome = TiedWinner and 0 < #w.votes + #w.transfers\n}\n\n\/\/ Compromise winner must have more votes than any tied winners\nfact compromiseNotTied {\n\tall disj c,t: Candidate | (c.outcome = CompromiseWinner and t.outcome = TiedWinner) implies\n\t\t#t.votes + #t.transfers < #c.votes + #c.transfers\n}\n\n\/\/ Equal losers are tied\nfact equalityofTiedWinnersAndLosers {\n\tall disj w,l: Candidate | w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers implies\n\t\t\tw.outcome = TiedWinner and 0 < #w.votes + #w.transfers and \n\t\t\t(l.outcome = TiedLoser or l.outcome = TiedEarlyLoser or l.outcome = TiedSoreLoser)\n}\n\n\/\/ Highest winner has a quota\nfact highestWinners {\n all c: Candidate | Election.method = STV and c.outcome = Winner implies \n\t\tScenario.quota <= #c.votes + #c.transfers\n}\n\n\/\/ Tied Winners and Tied Losers have an equal number of votes\nfact equalTies {\n\tall disj a,b: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser implies\n\t\t#a.votes = #b.votes and #a.transfers = #b.transfers\n}\n\n\/\/ Winners have more votes than non-tied losers\nfact winnersHaveVotes {\n\tall w,l: Candidate | w.outcome = Winner and \n (l.outcome = Loser or l.outcome = EarlyLoser or l.outcome = SoreLoser) implies \n ((#l.votes < #w.votes) or (#l.votes + #l.transfers < #w.votes + #w.transfers))\n}\n\n\/\/ Losers above threshold\nfact losersAboveThreshold {\n all c: Candidate | c.outcome = Loser implies Scenario.threshold < (#c.votes + #c.transfers)\n}\n\n-- Basic Lemmas\nassert honestCount {\n\t all c: Candidate | all b: Ballot | b in c.votes + c.transfers implies c in b.assignees\n}\ncheck honestCount for 15 but 6 int\n\nassert atLeastOneLoser {\n\t0 < #Scenario.losers\n}\ncheck atLeastOneLoser for 15 but 6 int\n\nassert atLeastOneWinner {\n\t0 < #Scenario.winners\n}\ncheck atLeastOneWinner for 14 but 6 int\n\nassert plurality {\n\tall c: Candidate | all b: Ballot | b in c.votes and \n\t\tElection.method = Plurality implies c in b.preferences.first\n}\ncheck plurality for 18 but 6 int\n\nassert wellFormedTieBreaker {\n\tsome w,l : Candidate | (w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers) implies \n\t\tw.outcome = TiedWinner and \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome=TiedEarlyLoser)\n}\ncheck wellFormedTieBreaker for 18 but 6 int\n\nassert validSurplus {\n\tall c: Candidate | 0 < #c.surplus implies (c.outcome = Winner or c.outcome = QuotaWinner or \n\t\tc in Scenario.eliminated)\n}\ncheck validSurplus for 16 but 6 int\n\n-- Advanced Lemmas\n\/\/ No lost votes during counting\nassert accounting {\n\tall b: Ballot | some c: Candidate | b in c.votes and c in b.assignees\n}\ncheck accounting for 16 but 6 int\n\n\/\/ Cannot have tie breaker with both tied sore loser and non-sore loser\nassert tiedWinnerLoserTiedSoreLoser {\n\tno disj c,w,l: Candidate | c.outcome = TiedSoreLoser and\n\t w.outcome = TiedWinner and (l.outcome = Loser or l.outcome = TiedLoser)\n}\ncheck tiedWinnerLoserTiedSoreLoser for 6 int\n\n\/\/ Compromise winner must have at least one vote\nassert validCompromise {\n\tall c: Candidate | c.outcome = CompromiseWinner implies 0 < #c.votes + #c.transfers\n}\ncheck validCompromise for 6 int\n\n\/\/ Quota not more than the number of ballots cast\nassert maxQuota {\n Scenario.quota <= #Ballot\n}\ncheck maxQuota for 7 int\n\n\/\/ Quota winner needs transfers\nassert quotaWinnerNeedsTransfers {\n all c: Candidate | c.outcome = QuotaWinner implies 0 < #c.transfers\n}\ncheck quotaWinnerNeedsTransfers for 7 int\n\n\n\n-- Sample scenarios\npred TwoCandidatePlurality { \n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 2\n}\nrun TwoCandidatePlurality for 10 but 2 Ballot, 6 int\n\npred PluralityTiedWinner {\n\tElection.method = Plurality\n\tElection.seats = 1\n\tsome disj a,b: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser\n}\nrun PluralityTiedWinner for 10 but 2 Ballot, 6 int\n\npred ThreeCandidatePlurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 3\n}\nrun ThreeCandidatePlurality for 6 int\n\npred Plurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun Plurality for 5 but 6 int\n\npred TenCandidatePluralityWithTwoSeats {\n\tElection.method = Plurality\n\tElection.seats = 2\n\t#Election.candidates = 10\n}\nrun TenCandidatePluralityWithTwoSeats for 10 but 6 int\n\npred InstantRunoffVoting {\n\tElection.method = STV\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun InstantRunoffVoting for 10 but 6 int\n\npred STV3 {\n\tElection.method = STV\n\tElection.seats = 3\n}\nrun STV3 for 5 but 6 int\n\npred ThreeWinnersOneLoser {\n Election.method = STV\n\tsome disj a,b,d: Candidate | a.outcome = Winner\n \t and b.outcome = QuotaWinner or b.outcome = CompromiseWinner\n\t and d in Scenario.losers\n}\nrun ThreeWinnersOneLoser for 6 but 6 int\n\npred LoserAndEarlyLoser {\n\tone d: Candidate | d.outcome = Loser\n\tone e: Candidate | e.outcome = EarlyLoser\n}\nrun LoserAndEarlyLoser for 5 but 6 int\n\npred OneWinnerNineLosers {\n\t#Scenario.winners = 1\n\t#Scenario.losers = 9\n}\nrun OneWinnerNineLosers for 16 but 6 int\n\npred ThreeWayTie {\n\t#Election.candidates = 3\n Election.method = Plurality\n\tsome disj a,b,c: Candidate | a.outcome = TiedWinner and \n\t\tb.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser\n}\nrun ThreeWayTie for 5 but 6 int\n\npred FiveWayTie {\n\tsome disj a,b,c,d,e: Candidate | a.outcome = TiedWinner and\n\t b.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser and d.outcome = TiedLoser and e.outcome = TiedWinner\n}\nrun FiveWayTie for 7 but 6 int\n\npred ScenarioLWW {\n\tsome disj a,b,c: Candidate | a.outcome = Loser and b.outcome = Winner and \n\t\tc.outcome = Winner\n #Election.candidates = 3\n\tElection.method = STV\n 0 < #Ballot\n}\nrun ScenarioLWW for 7 but 7 int\n\npred LongBallot {\n\tsome b: Ballot | #b.preferences = 7\n}\nrun LongBallot for 7 but 6 int\n\npred MultipleBallotsUnderSTV {\n\tElection.method = STV\n\tsome disj a,b,c,d: Ballot | 1 < #a.preferences and 1 < #b.preferences \n\tand 0 < #c.preferences and 0 < #d.preferences and \n a.preferences.first = b.preferences.last\n}\nrun MultipleBallotsUnderSTV for 10 but 6 int\n\npred WinnerLoserEarlyLoser {\n\tsome a,b,c,d : Candidate | a.outcome = Winner and b.outcome = Loser and \n\t\tc.outcome = EarlyLoser and d.outcome = SoreLoser\n\tElection.method = STV\n}\nrun WinnerLoserEarlyLoser for 7 but 6 int\n\npred TiedScenario { \n some disj a,b: Candidate | a.outcome = TiedLoser and b.outcome = TiedWinner\n Election.method = STV\n #Election.candidates = 2\n #Election.seats = 1\n}\nrun TiedScenario for 7 but 6 int\n\npred NoTiesAndNoSoresScenarios {\n Election.method = STV\n #Election.candidates > 3\n #Ballot > 6\n no c: Candidate | c.outcome = TiedLoser or c.outcome = TiedWinner or\n c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser or c.outcome = SoreLoser\n}\nrun NoTiesAndNoSoresScenarios for 10 but 6 int\n\n-- Scenario tests\npred LW {\n some disj c0,c1: Candidate | c0.outcome = Winner and c1.outcome = Loser and \n\tElection.method = STV and #Election.candidates = 2 and #Election.seats = 1\n}\nrun LW for 10 but 6 int\n\npred LQ {\n\tsome disj a,b: Candidate | a.outcome = Loser and b.outcome = QuotaWinner\n #Election.candidates = 2\n\tElection.method = STV\n 0 < #Ballot\n}\nrun LQ for 10 but 6 int\n\npred LQQ {\n\tsome disj a,b,c: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and\n c.outcome = QuotaWinner\n #Election.candidates = 3\n\tElection.method = STV\n 0 < #Ballot\n}\nrun LQQ for 10 but 6 int\n\npred LQW {\n\tsome disj a,b,c: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and \n\t\tc.outcome = Winner\n #Election.candidates = 3\n\tElection.method = STV\n 0 < #Ballot\n}\nrun LQW for 10 but 6 int\n\npred LQQW {\n\tsome disj a,b,c,d: Candidate | a.outcome = Loser and b.outcome = QuotaWinner and \n\t\tc.outcome = Winner and d.outcome = QuotaWinner\n #Election.candidates = 4\n\tElection.method = STV\n 0 < #Ballot\n}\nrun LQQW for 10 but 6 int\n\n-- Version Control for changes to signatures and axioms, excluding lemmas and predicates\none sig Version {\n year, month, day : Int\n} {\n year = 11\n month = 01\n day = 17\n -- Dermot Cochran 2011-01-17\n}\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"01ca4434e4fa32fd2007e328ecdc91cff5fb7a73","subject":"Removed old code","message":"Removed old code\n","repos":"septract\/stellite-tool","old_file":"alloy\/histRelat.als","new_file":"alloy\/histRelat.als","new_contents":"\/\/ Relational version of history\n\nmodule histRelat\nopen c11Relat \n\npred preexecWF [ dom : set Action, kind : Action -> Kind,\n gloc, lloc : Action -> Loc, sb : Action -> Action ] { \n \/\/ no kind.RMW\n\n SBwf[dom, kind, sb] \n locWF[dom, kind, gloc, lloc] \n\n \/\/ External actions are unordered in sb \n no sb & ((Extern -> Action) + (Action -> Extern)) \n\n \/\/ Internal actions are totally ordered in sb \n all disj a1, a2 : (dom & Intern) | \n a1 -> a2 in (^sb + ^(~sb))\n\n \/\/ Call \/ Return bracket internal actions\n all c : dom & Call, r : dom & Ret | { \n (c -> r) in ^sb \n all i : dom | \n i in Intern iff (c -> i) + (i -> r) in ^sb\n } \n}\n\nfun HBvsMO_d [ dom : set Action, kind : Action -> Kind,\n loc : Action -> Loc, wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] \n : (Action -> Action) { \n { u : (Extern + Ret), v : (Extern + Call) | \n some disj w1, w2 : (dom <: loc.Atomic) | \n { \n (w2 -> w1) in mo\n (w1 -> u) + (v -> w2) in (iden + hb) \n } \n } \n} \n\nfun CoWR_d [ dom : set Action, kind : Action -> Kind,\n loc : Action -> Loc, wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] \n : (Action -> Action) { \n { u : (Extern + Ret), v : (Extern + Call) |\n disj [u,v] and \n some w1, w2 : kind.Write & (dom <: loc.Atomic), \n r : kind.Read & (dom <: loc.Atomic) | \n { \n disj [w1, w2, r] \n (w1 -> r) in rf \n (w1 -> w2) in mo\n (w2 -> u) in iden + hb \n (v -> r) in iden + hb \n } \n } \n} \n\nfun HBacyc_d [ dom : set Action, kind : Action -> Kind,\n loc : Action -> Loc, wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] \n : (Action -> Action) { \n { u : (Extern + Ret), v : (Extern + Call) | \n disj [u,v] \n and \n (v -> u) in hb \n } \n} \n\nfun getguar[ dom : Action, hb : Action -> Action ] : Action -> Action { \n hb & ((Extern -> Extern) + (Call -> Extern) + (Extern -> Ret)) \n} \n\nfun getdeny[ dom : set Action, kind : Action -> Kind,\n loc : Action -> Loc, wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] \n : Action -> Action { \n \/\/ Note: removed Ret -> Call deny because it's already enforced by sb \n (CoWR_d[dom, kind, loc, wv, rv, ^hb, sb, mo, rf]\n + \n HBvsMO_d[dom, kind, loc, wv, rv, ^hb, sb, mo, rf]\n + \n HBacyc_d[dom, kind, loc, wv, rv, ^hb, sb, mo, rf])\n - (Ret -> Call) \n} \n\n\/*************************************************\/ \n\/* Cutting Predicates *\/ \n\/*************************************************\/\n\npred cutR[ dom : set Action, kind : Action -> Kind,\n loc : Action -> Loc, wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] { \n all r : Extern & kind.Read & loc.Atomic & dom | \n some w : Intern & dom | { \n (w -> r) in rf\n no (w.rf & Extern) - r\n } \n} \n\nfun vizAct[ dom : set Action, rf : Action -> Action ] : Action { \n \/\/ Internal actions \n (dom & Intern) + \n \/\/ External actions that are read or read from internal actions\n { a : dom & Extern | \n some a' : dom & Intern | some ((a -> a') + (a' -> a)) & rf }\n} \n\npred cutW[ dom : set Action, kind : Action -> Kind,\n loc : Action -> Loc, wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] { \n all disj w, w' : Extern & dom | { \n {(w.loc = w'.loc) and (no (w + w') & vizAct[dom, rf])} \n implies \n some w'' : vizAct[dom, rf] | \n (w -> w'') + (w'' -> w') in mo\n } \n} \n\n\n","old_contents":"\/\/ Relational version of history\n\nmodule histRelat\nopen c11Relat \n\npred preexecWF [ dom : set Action, kind : Action -> Kind,\n gloc, lloc : Action -> Loc, sb : Action -> Action ] { \n \/\/ no kind.RMW\n\n SBwf[dom, kind, sb] \n locWF[dom, kind, gloc, lloc] \n\n \/\/ External actions are unordered in sb \n no sb & ((Extern -> Action) + (Action -> Extern)) \n\n \/\/ Internal actions are totally ordered in sb \n all disj a1, a2 : (dom & Intern) | \n a1 -> a2 in (^sb + ^(~sb))\n\n \/\/ Call \/ Return bracket internal actions\n all c : dom & Call, r : dom & Ret | { \n (c -> r) in ^sb \n all i : dom | \n i in Intern iff (c -> i) + (i -> r) in ^sb\n } \n}\n\nfun HBvsMO_d [ dom : set Action, kind : Action -> Kind,\n loc : Action -> Loc, wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] \n : (Action -> Action) { \n { u : (Extern + Ret), v : (Extern + Call) | \n some disj w1, w2 : (dom <: loc.Atomic) | \n { \n (w2 -> w1) in mo\n (w1 -> u) + (v -> w2) in (iden + hb) \n } \n } \n} \n\nfun CoWR_d [ dom : set Action, kind : Action -> Kind,\n loc : Action -> Loc, wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] \n : (Action -> Action) { \n { u : (Extern + Ret), v : (Extern + Call) |\n disj [u,v] and \n some w1, w2 : kind.Write & (dom <: loc.Atomic), \n r : kind.Read & (dom <: loc.Atomic) | \n { \n disj [w1, w2, r] \n (w1 -> r) in rf \n (w1 -> w2) in mo\n (w2 -> u) in iden + hb \n (v -> r) in iden + hb \n } \n } \n} \n\nfun HBacyc_d [ dom : set Action, kind : Action -> Kind,\n loc : Action -> Loc, wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] \n : (Action -> Action) { \n { u : (Extern + Ret), v : (Extern + Call) | \n disj [u,v] \n and \n (v -> u) in hb \n } \n} \n\nfun getguar[ dom : Action, hb : Action -> Action ] : Action -> Action { \n hb & ((Extern -> Extern) + (Call -> Extern) + (Extern -> Ret)) \n} \n\nfun getdeny[ dom : set Action, kind : Action -> Kind,\n loc : Action -> Loc, wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] \n : Action -> Action { \n \/\/ Note: removed Ret -> Call deny because it's already enforced by sb \n (CoWR_d[dom, kind, loc, wv, rv, ^hb, sb, mo, rf]\n + \n HBvsMO_d[dom, kind, loc, wv, rv, ^hb, sb, mo, rf]\n + \n HBacyc_d[dom, kind, loc, wv, rv, ^hb, sb, mo, rf])\n - (Ret -> Call) \n} \n\n\/*************************************************\/ \n\/* Cutting Predicates *\/ \n\/*************************************************\/\n\npred cutR[ dom : set Action, kind : Action -> Kind,\n loc : Action -> Loc, wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] { \n all r : Extern & kind.Read & loc.Atomic & dom | \n some w : Intern & dom | { \n (w -> r) in rf\n no (w.rf & Extern) - r\n } \n} \n\nfun vizAct[ dom : set Action, rf : Action -> Action ] : Action { \n \/\/ Internal actions \n (dom & Intern) + \n \/\/ External actions that are read or read from internal actions\n { a : dom & Extern | \n some a' : dom & Intern | some ((a -> a') + (a' -> a)) & rf }\n} \n\npred cutW[ dom : set Action, kind : Action -> Kind,\n loc : Action -> Loc, wv, rv : Action -> Val, \n hb, sb, mo, rf : Action -> Action ] { \n all disj w, w' : Extern & dom | { \n {(w.loc = w'.loc) and (no (w + w') & vizAct[dom, rf])} \n implies \n some w'' : vizAct[dom, rf] | \n (w -> w'') + (w'' -> w') in mo\n } \n} \n\n\n\/\/fun getinterf[ dom : set Action ] : set Action { \n\/\/ dom & (Extern + Call + Ret) \n\/\/} \n\n\/\/ \/\/ run hist_run_simp\n\/\/ \/\/ { some dom : set Action, hb, sb, mo, rf : Action -> Action | {\n\/\/ \/\/ valid[dom, ^hb, sb, mo, rf]\n\/\/ \/\/ \/\/ DRF[dom, ^hb, sb, mo, rf] \n\/\/ \/\/ \n\/\/ \/\/ \/\/ Sanity conditions \n\/\/ \/\/ dom = Action \n\/\/ \/\/ Loc = dom.loc \n\/\/ \/\/ is_core[hb] \n\/\/ \/\/ is_core[sb] \n\/\/ \/\/ \/\/some Extern & Write\n\/\/ \/\/ \/\/some Intern.loc & (Extern & Write).loc \n\/\/ \/\/ \n\/\/ \/\/ some disj w0, w1, w2 : Write | { \n\/\/ \/\/ w0 + w1 in Intern \n\/\/ \/\/ w2 in Extern \n\/\/ \/\/ one w0.loc + w1.loc + w2.loc \n\/\/ \/\/ w0.loc in Atomic \n\/\/ \/\/ } \n\/\/ \/\/ \n\/\/ \/\/ one Call \n\/\/ \/\/ one Ret\n\/\/ \/\/ preexecWF[ dom, sb ] \n\/\/ \/\/ \n\/\/ \/\/ interesting_exec[dom, ^hb, sb, mo, rf] \n\/\/ \/\/ \n\/\/ \/\/ some l : Glob & Atomic, v : Val | write2[ dom - Extern, sb, l, v] \n\/\/ \/\/ } \n\/\/ \/\/ } for 5 \n\n\n\n\/*************************************************\/ \n\/* Tests *\/ \n\/*************************************************\/\n\n\n\/\/ run hist_run\n\/\/ { some dom : set Action, kind : Action -> Kind,\n\/\/ gloc, lloc : Action -> Loc, \n\/\/ callmap, retmap : Thr -> Val, \n\/\/ wv, rv : Action -> Val, \n\/\/ hb, sb, mo, rf : Action -> Action,\n\/\/ guar, deny : Action -> Action | {\n\/\/ valid[dom, kind, gloc, lloc, callmap, retmap, wv, rv, ^hb, sb, mo, rf]\n\/\/ \n\/\/ \/\/ Non-atomics turned off. \n\/\/ \/\/ DRF[dom, kind, loc, wv, rv, ^hb, sb, mo, rf] \n\/\/ \n\/\/ \/\/ prune boring contexts\n\/\/ cutR[dom, kind, gloc, wv, rv, ^hb, sb, mo, rf] \n\/\/ cutW[dom, kind, gloc, wv, rv, ^hb, sb, mo, rf] \n\/\/ \/\/some Extern & Read\n\/\/ \/\/some Intern.loc & (Extern & Read).loc \n\/\/ \n\/\/ \/\/ Sanity conditions \n\/\/ dom = Action \n\/\/ Loc = dom.(lloc + gloc) \n\/\/ is_core[hb] \n\/\/ is_core[sb] \n\/\/ \n\/\/ \/\/ History stuff\n\/\/ preexecWF[dom, kind, gloc, lloc, sb] \n\/\/ one Call & dom \n\/\/ one Ret & dom \n\/\/ \/\/some Extern & kind.Read\n\/\/ \n\/\/ some g : Glob & Atomic, t : Thr | \n\/\/ read2[dom - Extern, kind, gloc, lloc, sb, g, t] \n\/\/ \n\/\/ guar = getguar[dom, hb]\n\/\/ deny = getdeny[dom, kind, gloc, wv, rv, ^hb, sb, mo, rf] \n\/\/ } \n\/\/ } for 8 but exactly 2 Extern \n\/\/\n\/\/ run hist_incl_run { \n\/\/ some dom : set Action, hb, sb, mo, rf : Action -> Action, \n\/\/ \/\/ guar, deny : Action -> Action, \n\/\/ dom' : set Action, hb', sb', mo', rf' : Action -> Action, \n\/\/ guar, guar', deny, deny' : Action -> Action \n\/\/ when { \n\/\/ interesting_exec[dom,^hb, sb, mo, rf] \n\/\/ \/\/ some Extern & Write\n\/\/ \n\/\/ valid[dom, ^hb, sb, mo, rf] \n\/\/ DRF[dom, ^hb, sb, mo, rf] \n\/\/ is_core[hb] \n\/\/ is_core[hb']\n\/\/ is_core[sb]\n\/\/ is_core[sb']\n\/\/ \n\/\/ preexecWF[dom, sb] \n\/\/ preexecWF[dom', sb'] \n\/\/ \n\/\/ \/\/ identical interfaces \n\/\/ getinterf[dom] = getinterf[dom'] \n\/\/ \n\/\/ \/\/ Sanity conditions \n\/\/ Action = dom + dom' \n\/\/ Loc = dom.loc + dom'.loc \n\/\/ \n\/\/ \/\/ Shared call \/ return \n\/\/ one Call & (dom + dom') \n\/\/ one Ret & (dom + dom') \n\/\/ \n\/\/ \/\/ Code definition \n\/\/ some l : Loc, v : Val | { \n\/\/ write2[ dom - Extern, sb, l, v] \n\/\/ write1[ dom' - Extern, sb', l, v] \n\/\/ } \n\/\/ } | { \n\/\/ valid[dom', ^hb', sb', mo', rf'] \n\/\/ DRF[dom', ^hb', sb', mo', rf'] \n\/\/ \n\/\/ guar = getguar[dom, hb]\n\/\/ guar' = getguar[dom', hb']\n\/\/ guar' in guar\n\/\/ \n\/\/ deny = getdeny[dom, hb, sb, mo, rf] \n\/\/ deny' = getdeny[dom', hb', sb', mo', rf'] \n\/\/ deny' in deny \n\/\/ \n\/\/ some r1, r2 : Extern & Read, w : Extern & Write | \n\/\/ disj[r1, r2, w]\n\/\/ } \n\/\/ } for 7 but 1 Call, 1 Ret, 0 RMW\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"8dedca93d5989ff5092d8b9cf1d3d083273814ee","subject":"add sample to use named_* module","message":"add sample to use named_* module\n","repos":"nishio\/learning_alloy,nishio\/learning_alloy,nishio\/learning_alloy","old_file":"demo_of_named_man.als","new_file":"demo_of_named_man.als","new_contents":"open named_man_ja [Man]\nopen named_woman_ja [Woman]\n\nabstract sig Person {\n love: Person\n}\n\nabstract sig Man extends Person {\n}\n\nabstract sig Woman extends Person {\n}\n\n\nrun {\n #Man = 3\n #Woman = 5\n} for 10\n","old_contents":"","returncode":1,"stderr":"error: pathspec 'demo_of_named_man.als' did not match any file(s) known to git\n","license":"mit","lang":"Alloy"} {"commit":"67520ccd0a1f7aeb600e7df310d070d6b57a15f6","subject":"unmarried mother","message":"unmarried mother\n","repos":"nishio\/learning_alloy,nishio\/learning_alloy,nishio\/learning_alloy","old_file":"etude17.als","new_file":"etude17.als","new_contents":"open util\/ordering[Time]\nopen named_man_ja [Man]\nopen named_woman_ja [Woman]\n\nsig Time {\n\tevent: lone Event\n}\n\nfact {\n\tno first.event\n\tall t: Time - first {one t.event}\n}\n\nabstract sig Person {\n\tstate: State -> Time,\n\tpartner: Person -> Time,\n\tparent_bio: set Person,\n parent_think: set Person\n}{\n\tall t: Time | one state.t\n\tall t: Time | lone partner.t\n\tlet p = parent_bio {\n\t\tno p or born_in_scope\n }\n\tlet p = parent_think {\n\t\tno p or born_in_scope\n }\n}\n\npred born_in_scope(p: Person){\n\tp.state.first = NotExist\n\tp.state.last != NotExist\n}\n\nabstract sig Man, Woman extends Person {}\n\nenum State {NotExist, Married, NotMarried}\n\nenum Event {Marriage, Divorce, Birth}\n\n\npred init (t: Time) {\n\tall p: Person | p.state.t in NotMarried + NotExist\n\tall p: Person | p.partner.t = none\n}\n\npred change_state (\n\ttarget : Person,\n\tt, t': Time,\n\tbefore, after : State){\n\t\tsome target\n\t\tall p: target {\n\t\t\tp.state.t = before\n\t\t\tp.state.t' = after\n\t\t}\n\t\t\/\/ others don't change their state\n\t\tall other: (Person - target) {\n\t\t\tother.state.t = other.state.t'\n\t\t}\t\n}\n\npred keep_partner(others: Person, t, t': Time){\n\tall other: others {\n\t\tother.partner.t = other.partner.t'\n\t}\t\n}\npred step (t, t': Time) {\n\t{some disj p1 : Man, p2 : Woman {\n\t\t{\n\t\t\tt'.event = Marriage\n\t\t\tchange_state[p1 + p2, t, t', NotMarried, Married]\n\t\t\tp1.partner.t' = p2\n\t\t\tp2.partner.t' = p1\n\t\t\tkeep_partner[Person - p1 - p2, t, t']\n\t\t} or {\n\t\t\tt'.event = Divorce\n\t\t\tchange_state[p1 + p2, t, t', Married, NotMarried]\n\t\t\tp1.partner.t' = none\n\t\t\tp2.partner.t' = none\n\t\t\tkeep_partner[Person - p1 - p2, t, t']\n\t\t}\n\t}} \n\tor\n\tsome p: Person {\n\t\t\/\/ birth\n\t\tt'.event = Birth\n\t\tchange_state[p, t, t', NotExist, NotMarried]\n\t\tsome father: p.parent_bio & Man {\n\t\t\tone father\n\t\t\tfather.state.t != NotExist\n\t\t}\n\t\tsome mother: p.parent_bio & Woman {\n\t\t\tone mother\n\t\t\tmother.state.t != NotExist\n\t\t\tlet hasband = mother.partner.t {\n\t\t\t\t\/\/ p always think his biological mother is his mother\n\t\t\t\t\/\/ if mother married, p think mother's hasband is his father\n\t\t\t\t\/\/ no other person is tought as parent\n\t\t\t\tp.parent_think = mother + hasband\n\t\t\t}\n\t\t}\n\t\tkeep_partner[Person, t, t']\n\t}\n}\n\nfact Traces {\n\tinit[first]\n\tall t: Time - last {\n\t\tstep[t, t.next]\n\t}\n}\n\nrun {\n\tsome parent_bio\n\tsome p: Person {p.parent_bio & Man != p.parent_think & Man}\n} for exactly 4 Person, 4 Time\n","old_contents":"open util\/ordering[Time]\nopen named_man_ja [Man]\nopen named_woman_ja [Woman]\n\nsig Time {\n\tevent: lone Event\n}\n\nfact {\n\tno first.event\n\tall t: Time - first {one t.event}\n}\n\nabstract sig Person {\n\tstate: State -> Time,\n\tpartner: Person -> Time,\n\tparent_bio: set Person\n}{\n\tall t: Time | one state.t\n\tall t: Time | lone partner.t\n\tlet p = parent_bio {\n\t\tno p or \n\t\t{state.first = NotExist and state.last != NotExist}\n\t}\n}\n\nabstract sig Man, Woman extends Person {}\n\nenum State {NotExist, Married, NotMarried}\n\nenum Event {Marriage, Divorce, Birth}\n\n\npred init (t: Time) {\n\tall p: Person | p.state.t in NotMarried + NotExist\n}\n\npred change_state (\n\ttarget : Person,\n\tt, t': Time,\n\tbefore, after : State){\n\t\tsome target\n\t\tall p: target {\n\t\t\tp.state.t = before\n\t\t\tp.state.t' = after\n\t\t}\n\t\t\/\/ others don't change their state\n\t\tall other: (Person - target) {\n\t\t\tother.state.t = other.state.t'\n\t\t}\t\n}\n\npred step (t, t': Time) {\n\t{some disj p1 : Man, p2 : Woman {\n\t\t{\n\t\t\tt'.event = Marriage\n\t\t\tchange_state[p1 + p2, t, t', NotMarried, Married]\n\t\t} or {\n\t\t\tt'.event = Divorce\n\t\t\tchange_state[p1 + p2, t, t', Married, NotMarried]\n\t\t}\n\t}} \n\tor\n\tsome p: Person {\n\t\t\/\/ birth\n\t\t\/\/t'.event = Birth\n\t\tchange_state[p, t, t', NotExist, NotMarried]\n\t\tsome father: p.parent_bio & Man {father.state.t != NotExist}\n\t\tsome mother: p.parent_bio & Woman {mother.state.t != NotExist}\n\t}\n}\n\nfact Traces {\n\tinit[first]\n\tall t: Time - last {\n\t\tstep[t, t.next]\n\t}\n}\n\nrun {\n\tsome parent_bio\n} for exactly 4 Person, 4 Time\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"211ecc55250422ad24b208a986ac841d33641fc8","subject":"add parent","message":"add parent\n","repos":"nishio\/learning_alloy,nishio\/learning_alloy,nishio\/learning_alloy","old_file":"etude17.als","new_file":"etude17.als","new_contents":"open util\/ordering[Time]\nopen named_man_ja [Man]\nopen named_woman_ja [Woman]\n\nsig Time {}\n\nabstract sig Person {\n\tstate: State -> Time,\n\tpartner: Person -> Time,\n\tparent_bio: set Person\n}{\n\tall t: Time | one state.t\n\tall t: Time | lone partner.t\n\tlet p = parent_bio {no p or {one p & Man and one p & Woman}}\n}\n\nabstract sig Man, Woman extends Person {}\n\nenum State {NotExist, Married, NotMarried}\n\npred init (t: Time) {\n\tall p: Person | p.state.t in NotMarried + NotExist\n}\n\npred change_state (\n\ttarget : Person,\n\tt, t': Time,\n\tbefore, after : State){\n\t\tsome target\n\t\tall p: target {\n\t\t\tp.state.t = before\n\t\t\tp.state.t' = after\n\t\t}\n\t\t\/\/ others don't change their state\n\t\tall other: (Person - target) {\n\t\t\tother.state.t = other.state.t'\n\t\t}\t\n}\n\npred step (t, t': Time) {\n\t{some disj p1 : Man, p2 : Woman {\n\t\t\/\/ marriage\n\t\tchange_state[p1 + p2, t, t', NotMarried, Married]\n\t\tor\n\t\t\/\/ divorce\n\t\tchange_state[p1 + p2, t, t', Married, NotMarried]\n\t}} \n\tor\n\tsome p: Person {\n\t\t\/\/ birth\n\t\tchange_state[p, t, t', NotExist, NotMarried]\n\t\tsome father: p.parent_bio & Man {father.state.t != NotExist}\n\t\tsome mother: p.parent_bio & Woman {mother.state.t != NotExist}\n\t}\n}\n\nfact Traces {\n\tinit[first]\n\tall t: Time - last {\n\t\tstep[t, t.next]\n\t}\n}\n\nrun {\n\tsome parent_bio\n} for exactly 4 Person, 4 Time\n","old_contents":"open util\/ordering[Time]\nopen named_man_ja [Man]\nopen named_woman_ja [Woman]\n\nsig Time {}\n\nabstract sig Person {\n\tstate: State -> Time,\n}{\n\tall t: Time | one state.t\n}\n\nabstract sig Man, Woman extends Person {}\n\nenum State {NotExist, Married, NotMarried}\n\npred init (t: Time) {\n\tall p: Person | p.state.t in NotMarried + NotExist\n}\n\npred change_state (\n\ttarget : Person,\n\tt, t': Time,\n\tbefore, after : State){\n\t\tsome target\n\t\tall p: target {\n\t\t\tp.state.t = before\n\t\t\tp.state.t' = after\n\t\t}\n\t\t\/\/ others don't change their state\n\t\tall other: (Person - target) {\n\t\t\tother.state.t = other.state.t'\n\t\t}\t\n}\n\npred step (t, t': Time) {\n\t{some disj p1 : Man, p2 : Woman {\n\t\t\/\/ marriage\n\t\tchange_state[p1 + p2, t, t', NotMarried, Married]\n\t\tor\n\t\t\/\/ divorce\n\t\tchange_state[p1 + p2, t, t', Married, NotMarried]\n\t}} \n\tor\n\tsome p: Person {\n\t\t\/\/ birth\n\t\tchange_state[p, t, t', NotExist, NotMarried]\n\t}\n}\n\nfact Traces {\n\tinit[first]\n\tall t: Time - last {\n\t\tstep[t, t.next]\n\t}\n}\n\nrun {} for exactly 4 Person, 4 Time\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"b39ab89eeeae8be460ac223f634fc8a71da6cd15","subject":"fix bug: parent works now","message":"fix bug: parent works now\n","repos":"nishio\/learning_alloy,nishio\/learning_alloy,nishio\/learning_alloy","old_file":"etude17.als","new_file":"etude17.als","new_contents":"open util\/ordering[Time]\nopen named_man_ja [Man]\nopen named_woman_ja [Woman]\n\nsig Time {\n\tevent: lone Event\n}\n\nfact {\n\tno first.event\n\tall t: Time - first {one t.event}\n}\n\nabstract sig Person {\n\tstate: State -> Time,\n\tpartner: Person -> Time,\n\tparent_bio: set Person\n}{\n\tall t: Time | one state.t\n\tall t: Time | lone partner.t\n\tlet p = parent_bio {\n\t\tno p or \n\t\t{state.first = NotExist and state.last != NotExist}\n\t}\n}\n\nabstract sig Man, Woman extends Person {}\n\nenum State {NotExist, Married, NotMarried}\n\nenum Event {Marriage, Divorce, Birth}\n\n\npred init (t: Time) {\n\tall p: Person | p.state.t in NotMarried + NotExist\n}\n\npred change_state (\n\ttarget : Person,\n\tt, t': Time,\n\tbefore, after : State){\n\t\tsome target\n\t\tall p: target {\n\t\t\tp.state.t = before\n\t\t\tp.state.t' = after\n\t\t}\n\t\t\/\/ others don't change their state\n\t\tall other: (Person - target) {\n\t\t\tother.state.t = other.state.t'\n\t\t}\t\n}\n\npred step (t, t': Time) {\n\t{some disj p1 : Man, p2 : Woman {\n\t\t{\n\t\t\tt'.event = Marriage\n\t\t\tchange_state[p1 + p2, t, t', NotMarried, Married]\n\t\t} or {\n\t\t\tt'.event = Divorce\n\t\t\tchange_state[p1 + p2, t, t', Married, NotMarried]\n\t\t}\n\t}} \n\tor\n\tsome p: Person {\n\t\t\/\/ birth\n\t\t\/\/t'.event = Birth\n\t\tchange_state[p, t, t', NotExist, NotMarried]\n\t\tsome father: p.parent_bio & Man {father.state.t != NotExist}\n\t\tsome mother: p.parent_bio & Woman {mother.state.t != NotExist}\n\t}\n}\n\nfact Traces {\n\tinit[first]\n\tall t: Time - last {\n\t\tstep[t, t.next]\n\t}\n}\n\nrun {\n\tsome parent_bio\n} for exactly 4 Person, 4 Time\n","old_contents":"open util\/ordering[Time]\nopen named_man_ja [Man]\nopen named_woman_ja [Woman]\n\nsig Time {}\n\nabstract sig Person {\n\tstate: State -> Time,\n\tpartner: Person -> Time,\n\tparent_bio: set Person\n}{\n\tall t: Time | one state.t\n\tall t: Time | lone partner.t\n\tlet p = parent_bio {no p or {one p & Man and one p & Woman}}\n}\n\nabstract sig Man, Woman extends Person {}\n\nenum State {NotExist, Married, NotMarried}\n\npred init (t: Time) {\n\tall p: Person | p.state.t in NotMarried + NotExist\n}\n\npred change_state (\n\ttarget : Person,\n\tt, t': Time,\n\tbefore, after : State){\n\t\tsome target\n\t\tall p: target {\n\t\t\tp.state.t = before\n\t\t\tp.state.t' = after\n\t\t}\n\t\t\/\/ others don't change their state\n\t\tall other: (Person - target) {\n\t\t\tother.state.t = other.state.t'\n\t\t}\t\n}\n\npred step (t, t': Time) {\n\t{some disj p1 : Man, p2 : Woman {\n\t\t\/\/ marriage\n\t\tchange_state[p1 + p2, t, t', NotMarried, Married]\n\t\tor\n\t\t\/\/ divorce\n\t\tchange_state[p1 + p2, t, t', Married, NotMarried]\n\t}} \n\tor\n\tsome p: Person {\n\t\t\/\/ birth\n\t\tchange_state[p, t, t', NotExist, NotMarried]\n\t\tsome father: p.parent_bio & Man {father.state.t != NotExist}\n\t\tsome mother: p.parent_bio & Woman {mother.state.t != NotExist}\n\t}\n}\n\nfact Traces {\n\tinit[first]\n\tall t: Time - last {\n\t\tstep[t, t.next]\n\t}\n}\n\nrun {\n\tsome parent_bio\n} for exactly 4 Person, 4 Time\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"f4c2dc708698148c2598664e43b275c8ef0b624b","subject":"Making lock-elision bug search more general (the transaction need not see the initial value of lock -- it may now see any value of the lock variable except one set by a lock() method).","message":"Making lock-elision bug search more general (the transaction need\nnot see the initial value of lock -- it may now see any value of\nthe lock variable except one set by a lock() method).\n","repos":"johnwickerson\/memalloy,johnwickerson\/memalloy,johnwickerson\/memalloy","old_file":"mappings\/arm8_lock_elision.als","new_file":"mappings\/arm8_lock_elision.als","new_contents":"open ..\/archs\/exec_arm8L[E]\nopen ..\/models\/aarch64_txn[E] as M\n\nmodule arm8_lock_elision[E]\n\npred apply_map[X,X':Exec_Arm8L, map:E->E] { \n\n map in (X.EV one-> X'.EV)\n\n \/\/ no critical sections remain\n no X'.(LkT + UkT + LkN + UkN)\n\n \/\/ suppose we don't have transactions in the source program\n no X.stxn\n\n \/\/ events in the same critical section (where the critical\n \/\/ section is one that is to be transactionalised), map to events \n \/\/ in the same transaction.\n (X.EV - X.UkT) <: scst[X] :> (X.EV - X.UkT) = map.(X'.stxn).~map\n\n \/\/ the set of lock-related events introduced by the mapping\n let L = map[X.(LkT + UkT + LkN + UkN)] {\n\n \/\/ Mildly interesting observation: transactional memory models\n \/\/ are not monotonic w.r.t. adding sequencing edges\n\n X'.sthd = ~map.(X.sthd).map\n\n all e1, e2 : X.EV |\n (some e1.map and some e2.map) implies\n ((e1 -> e2 in X.sb) iff (map[e1] -> map[e2] in X'.sb))\n\n X.ad = map.((X'.EV - L) <: (X'.ad) :> (X'.EV - L)).~map\n X.cd = map.((X'.EV - L) <: (X'.cd) :> (X'.EV - L)).~map\n X.dd = map.((X'.EV - L) <: (X'.dd) :> (X'.EV - L)).~map\n X.atom = map.((X'.EV - L) <: (X'.atom) :> (X'.EV - L)).~map\n X.rf = map.((X'.EV - L) <: (X'.rf) :> (X'.EV - L)).~map\n X.co = map.((X'.EV - L) <: (X'.co) :> (X'.EV - L)).~map\n\n X.R = (X'.R - L).~map\n X.W = (X'.W - L).~map\n X.F = (X'.F - L).~map\n X.DMBST = (X'.DMBST - L).~map\n X.DMBLD = (X'.DMBLD - L).~map\n X.ISB = (X'.ISB - L).~map\n X.SCACQ = (X'.SCACQ - L).~map\n X.SCREL = (X'.SCREL - L).~map \n\n \/\/ lock-related events in X' are on the same location\n X'.sloc = (L -> L) + ((X'.EV - L) <: ~map.(X.sloc).map :> (X'.EV - L))\n\n \/\/ non-call events map to non-library events\n all e : X.EV - X.LkT - X.LkN - X.UkT - X.UkN {\n\t one e.map\n }\n\n \/\/ lock() to be transactionalised\n\tall e : X.LkT | some e1 : X'.EV {\n e.map = e1\n e1 in X'.R - X'.SCACQ \/\/ e1 is a lock-related read event\n\t \/\/e1 not in ran[X'.rf] \/\/ e1 sees the lock is not taken\n }\n\n \/\/ the transaction must not read a write that acquires the lock\n no X.LkN <: map.(X'.rf).~map :> X.LkT\n\n\t\/\/ unlock() to be transactionalised\n all e : X.UkT | no e.map\n\n \/\/ lock() to be kept as a normal lock\n all e : X.LkN | some disj e1, e2 : X'.EV {\n e.map = e1 + e2\n (e1 -> e2) in imm[X'.sb] & X'.atom \/\/ e1 and e2 form an RMW pair \n e1 in X'.SCACQ & X'.R \/\/ e1 is a lock-related acquire read\n e2 in X'.W \/\/ e2 is a lock-related write\n }\n\n \/\/ unlock() to be kept as a normal unlock\n all e : X.UkN | some e1 : X'.EV {\n \t e.map = e1\n e1 in X'.SCREL & X'.W \/\/ eL is a lock-related release write\n }\n\n } \n}\n\npred consistent_critical_sections[X:Exec_Arm8L] {\n \/\/ no (po|com)-cycles among critical sections\n let com = X.rf + X.co + fr[none->none,X] |\n let scs = scst[X] + scsl[X] |\n is_acyclic[ scs . (X.sb + com - scs) . scs ]\n}\n\npred p[X,X':Exec_Arm8L, map:E->E] {\n withoutinit[X]\n withoutinit[X']\n\n not {\n M\/consistent[none->none, X]\n consistent_critical_sections[X]\n }\n\n \/\/M\/dead[none->none, X]\n\n M\/consistent[none->none, X']\n\n apply_map[X,X',map]\n\/*\n some disj E0, E1, E2, E3, E4, E5, E6: E {\n hint_src[X,E0,E1,E2,E3,E4,E5,E6]\n hint_tgt[X',E0,E1,E2,E3,E4,E5,E6]\n map = (E0->E0) + (E1->E1) + (E3->E2) + (E3->E3) + (E4->E4) + (E5->E5) + (E6->E6)\n }*\/\n}\n\npred hint_src[X:Exec_Arm8L, E0,E1,E2,E3,E4,E5,E6:E] {\n\/\/ E0: LkT || E3: LkN\n\/\/ E1: W x 1 || E4: R x 0\n\/\/ E2: UkT || [data]\n\/\/ || E5: W x 2\n\/\/ || E6: UkN\n X.EV = E0+E1+E2+E3+E4+E5+E6\n X.R = E4\n X.W = E1+E5\n X.F = none\n X.LkT = E0\n X.UkT = E2\n X.LkN = E3\n X.UkN = E6\n X.SCACQ = none\n X.SCREL = none\n X.DMBLD = none\n X.DMBST = none\n X.co = (E1->E5)\n X.rf = none->none\n X.sloc = sq[E1+E4+E5]\n X.sthd = sq[E0+E1+E2] + sq[E3+E4+E5+E6]\n X.cd = none->none\n X.dd = E4->E5\n X.ad = none->none\n X.sb = ^((E0->E1)+(E1->E2)) + ^((E3->E4)+(E4->E5)+(E5->E6))\n X.atom = none->none\n X.stxn = none->none\n}\n\npred hint_tgt[X:Exec_Arm8L, E0,E1,E2,E3,E4,E5,E6:E] {\n\/\/ txn { || E2: R*[ACQ] lock 0 \n\/\/ E0: R lock 0 || E3: W* lock 1 \n\/\/ E1: W x 1 || E4: R x 0\n\/\/ } || [data]\n\/\/ || E5: W x 2\n\/\/ || E6: W[REL] lock 2\n X.EV = E0+E1+E2+E3+E4+E5+E6\n X.R = E0+E2+E4\n X.W = E1+E3+E5+E6\n X.F = none\n X.LkT = none\n X.UkT = none\n X.LkN = none\n X.UkN = none\n X.SCACQ = E2\n X.SCREL = E6\n X.DMBLD = none\n X.DMBST = none\n X.co = (E1->E5)+(E3->E6)\n X.rf = none->none\n X.sloc = sq[E1+E4+E5] + sq[E0+E2+E3+E6]\n X.sthd = sq[E0+E1] + sq[E2+E3+E4+E5+E6]\n X.cd = none->none\n X.dd = E4->E5\n X.ad = none->none\n X.sb = (E0->E1) + ^((E2->E3)+(E3->E4)+(E4->E5)+(E5->E6))\n X.atom = (E2->E3)\n X.stxn = sq[E0+E1]\n}\n\nrun p for 2 Exec, 7 E \/\/ found in 63550ms using Plingeling on Benjamin\n","old_contents":"open ..\/archs\/exec_arm8L[E]\nopen ..\/models\/aarch64_txn[E] as M\n\nmodule arm8_lock_elision[E]\n\npred apply_map[X,X':Exec_Arm8L, map:E->E] { \n\n map in (X.EV one-> X'.EV)\n\n \/\/ no critical sections remain\n no X'.(LkT + UkT + LkN + UkN)\n\n \/\/ suppose we don't have transactions in the source program\n no X.stxn\n\n \/\/ events in the same critical section (where the critical\n \/\/ section is one that is to be transactionalised), map to events \n \/\/ in the same transaction.\n (X.EV - X.UkT) <: scst[X] :> (X.EV - X.UkT) = map.(X'.stxn).~map\n\n \/\/ the set of lock-related events introduced by the mapping\n let L = map[X.(LkT + UkT + LkN + UkN)] {\n\n \/\/ Mildly interesting observation: transactional memory models\n \/\/ are not monotonic w.r.t. adding sequencing edges\n\n X'.sthd = ~map.(X.sthd).map\n\n all e1, e2 : X.EV |\n (some e1.map and some e2.map) implies\n ((e1 -> e2 in X.sb) iff (map[e1] -> map[e2] in X'.sb))\n\n X.ad = map.((X'.EV - L) <: (X'.ad) :> (X'.EV - L)).~map\n X.cd = map.((X'.EV - L) <: (X'.cd) :> (X'.EV - L)).~map\n X.dd = map.((X'.EV - L) <: (X'.dd) :> (X'.EV - L)).~map\n X.atom = map.((X'.EV - L) <: (X'.atom) :> (X'.EV - L)).~map\n X.rf = map.((X'.EV - L) <: (X'.rf) :> (X'.EV - L)).~map\n X.co = map.((X'.EV - L) <: (X'.co) :> (X'.EV - L)).~map\n\n X.R = (X'.R - L).~map\n X.W = (X'.W - L).~map\n X.F = (X'.F - L).~map\n X.DMBST = (X'.DMBST - L).~map\n X.DMBLD = (X'.DMBLD - L).~map\n X.ISB = (X'.ISB - L).~map\n X.SCACQ = (X'.SCACQ - L).~map\n X.SCREL = (X'.SCREL - L).~map \n\n \/\/ lock-related events in X' are on the same location\n X'.sloc = (L -> L) + ((X'.EV - L) <: ~map.(X.sloc).map :> (X'.EV - L))\n\n \/\/ non-call events map to non-library events\n all e : X.EV - X.LkT - X.LkN - X.UkT - X.UkN {\n\t one e.map\n }\n\n \/\/ lock() to be transactionalised\n\tall e : X.LkT | some e1 : X'.EV {\n e.map = e1\n e1 in X'.R - X'.SCACQ \/\/ e1 is a lock-related read event\n\t e1 not in ran[X'.rf] \/\/ e1 sees the lock is not taken\n }\n\n\t\/\/ unlock() to be transactionalised\n all e : X.UkT | no e.map\n\n \/\/ lock() to be kept as a normal lock\n all e : X.LkN | some disj e1, e2 : X'.EV {\n e.map = e1 + e2\n (e1 -> e2) in imm[X'.sb] & X'.atom \/\/ e1 and e2 form an RMW pair \n e1 in X'.SCACQ & X'.R \/\/ e1 is a lock-related acquire read\n e2 in X'.W \/\/ e2 is a lock-related write\n }\n\n \/\/ unlock() to be kept as a normal unlock\n all e : X.UkN | some e1 : X'.EV {\n \t e.map = e1\n e1 in X'.SCREL & X'.W \/\/ eL is a lock-related release write\n }\n\n } \n}\n\npred consistent_critical_sections[X:Exec_Arm8L] {\n \/\/ no (po|com)-cycles among critical sections\n let com = X.rf + X.co + fr[none->none,X] |\n let scs = scst[X] + scsl[X] |\n is_acyclic[ scs . (X.sb + com - scs) . scs ]\n}\n\npred p[X,X':Exec_Arm8L, map:E->E] {\n withoutinit[X]\n withoutinit[X']\n\n not {\n M\/consistent[none->none, X]\n consistent_critical_sections[X]\n }\n\n \/\/M\/dead[none->none, X]\n\n M\/consistent[none->none, X']\n\n apply_map[X,X',map]\n\/*\n some disj E0, E1, E2, E3, E4, E5, E6: E {\n hint_src[X,E0,E1,E2,E3,E4,E5,E6]\n hint_tgt[X',E0,E1,E2,E3,E4,E5,E6]\n map = (E0->E0) + (E1->E1) + (E3->E2) + (E3->E3) + (E4->E4) + (E5->E5) + (E6->E6)\n }*\/\n}\n\npred hint_src[X:Exec_Arm8L, E0,E1,E2,E3,E4,E5,E6:E] {\n\/\/ E0: LkT || E3: LkN\n\/\/ E1: W x 1 || E4: R x 0\n\/\/ E2: UkT || [data]\n\/\/ || E5: W x 2\n\/\/ || E6: UkN\n X.EV = E0+E1+E2+E3+E4+E5+E6\n X.R = E4\n X.W = E1+E5\n X.F = none\n X.LkT = E0\n X.UkT = E2\n X.LkN = E3\n X.UkN = E6\n X.SCACQ = none\n X.SCREL = none\n X.DMBLD = none\n X.DMBST = none\n X.co = (E1->E5)\n X.rf = none->none\n X.sloc = sq[E1+E4+E5]\n X.sthd = sq[E0+E1+E2] + sq[E3+E4+E5+E6]\n X.cd = none->none\n X.dd = E4->E5\n X.ad = none->none\n X.sb = ^((E0->E1)+(E1->E2)) + ^((E3->E4)+(E4->E5)+(E5->E6))\n X.atom = none->none\n X.stxn = none->none\n}\n\npred hint_tgt[X:Exec_Arm8L, E0,E1,E2,E3,E4,E5,E6:E] {\n\/\/ txn { || E2: R*[ACQ] lock 0 \n\/\/ E0: R lock 0 || E3: W* lock 1 \n\/\/ E1: W x 1 || E4: R x 0\n\/\/ } || [data]\n\/\/ || E5: W x 2\n\/\/ || E6: W[REL] lock 2\n X.EV = E0+E1+E2+E3+E4+E5+E6\n X.R = E0+E2+E4\n X.W = E1+E3+E5+E6\n X.F = none\n X.LkT = none\n X.UkT = none\n X.LkN = none\n X.UkN = none\n X.SCACQ = E2\n X.SCREL = E6\n X.DMBLD = none\n X.DMBST = none\n X.co = (E1->E5)+(E3->E6)\n X.rf = none->none\n X.sloc = sq[E1+E4+E5] + sq[E0+E2+E3+E6]\n X.sthd = sq[E0+E1] + sq[E2+E3+E4+E5+E6]\n X.cd = none->none\n X.dd = E4->E5\n X.ad = none->none\n X.sb = (E0->E1) + ^((E2->E3)+(E3->E4)+(E4->E5)+(E5->E6))\n X.atom = (E2->E3)\n X.stxn = sq[E0+E1]\n}\n\nrun p for 2 Exec, 7 E \/\/ found in 63550ms using Plingeling on Benjamin\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"c2eba126be95e1fd1e57206138c2115fe34be63a","subject":"Add Alloy exercise for Wednesday's tutorial","message":"Add Alloy exercise for Wednesday's tutorial\n","repos":"jaanos\/LVR-2016,jaanos\/LVR-2016","old_file":"tutorials\/2017\/wednesday\/tutorial_questions.als","new_file":"tutorials\/2017\/wednesday\/tutorial_questions.als","new_contents":"\/\/ This tutorial models a certain kind of state machine in Alloy\n\n\/\/ A state machine is a set of states.\n\/\/ Each state q has a successor relation. \n\/\/ q.successors is the set of possible next states following state q\n\nsig State { \n\tsuccessors: set State\n} \n\n\/\/ There is exactly one initial state\n\none sig Initial extends State { }\n\n\/\/ There is a set of final states\n\/\/ Each final state has an empty set of successors\n\nsig Final extends State { } { no successors }\n\n\/\/ The kind of state machine we are modelling has two other kinds of state: \n\/\/ yellow states and black states.\n\/\/ By using sig declarations in Alloy these sets are disjoint by default.\n\/\/ We add an axiom (a \"fact\") asserting that every state is initial, final, yellow or black\n\nsig Yellow extends State { } \nsig Black extends State { } \nfact { State = Initial + Final + Yellow + Black }\n\n\/\/ The 0-arity predicate nontrivModel below expresses that the model is \"nontrivial\" in the\n\/\/ sense that black, yellow and final states all exist.\n\npred nontrivModel { #Final > 0 && #Black > 0 && #Yellow > 0 }\n\n\/\/ Uncomment the run command below to check to see if the predicate can be satisfied in scope 1\n\/\/ run nontrivModel for 1\n\n\/\/ *** EXERCISE 1 ***\n\/\/ (a) Find the smallest scope in which nontrivModel is satisfiable\n\/\/ (b) Look at the model generated by clicking on Instance\n\/\/\tTo improve the display of the model click on Theme\n\/\/\tClick on sig Black in the left-hand menu and colour Black states black\n\/\/\tSimilarly colour Yellow states yellow, the initial state green and final states red\n\/\/\tClick on successors and delete the label from the text box in the top left corner\n\/\/\tIf there is a funny $nontrivModel relation displayed click on that and set \"show as arcs\" to off\n\/\/\tClick on Apply and then Close\n\/\/ The model should now display nicely\n\/\/ (c) Look at further models by clicking on Next\n\/\/\tAlso run nontrivModel again in larger scope (not too large) to generate larger models\n\n\/\/ *** EXERCISE 2 ***\n\/\/ Say that a state is deadlocked if it has no successors.\n\/\/ The sig declaration for Final requires final stated to be deadlocked\n\/\/ Add an axiom stating that only Final states can deadlock\n\/\/ (You may find it useful to use a comprehension term { q: A | P }\n\/\/ which defines the subset of those q in set A that satisfy property P)\n\/\/ For a good reference on the logic of Alloy look at the slides for Session 1 of: \n\/\/ http:\/\/alloy.mit.edu\/alloy\/tutorials\/day-course\/\n\n\/\/ After this, and all subsequent exercises involving the addition of new facts run nontrivModel\n\/\/ in suitable scope and use the Next button to again explore the range of models available\n\n\/\/ *** EXERCISE 3 ***\n\/\/ Add an axiom stating that every state is reachable from the initial state\n\n\/\/ *** EXERCISE 4 ***\n\/\/ Black nodes are intended to represent error states. \n\/\/ When an execution reaches a black node it has to be corrected by eventually\n\/\/ resetting the system by returning it to the Initial node.\n\/\/ Add an axiom stating that the initial node is reachable from every black node\n\n\/\/*** EXERCISE 5 ***\n\/\/ Yellow states are intended to represent non-error intermediate states that \n\/\/ may be encountered en-route to arriving at a final state\n\/\/ Add an axiom stating that every yellow state has a path to a final state\n\n\/\/ *** EXERCISE 6 ***\n\/\/ In this exercise we use the \"assert\" command to state a property that we\n\/\/ hope follows from the axioms.\n\/\/ The property is that every state has a path to a final state\n\/\/ complete the assert command below by filling in the property\n\/\/ between the curly braces.\n\nassert finishable { }\n\n\/\/ Uncomment and modify the check command below to check finishable in a sufficiently large scope to\n\/\/ be confident whether or not the property is true.\n\n\/\/ check finishable for 1\n\n\/\/ If the property is not true then can you fix the model to make it true?\n\n\/\/ *** EXERCISE 7 ***\n\/\/ There is one further property we want to axiomatize.\n\/\/ We want to force the system to reset after a Black state.\n\/\/ This can be achieved by requiring that \n\/\/ every path to a final state from a black state goes through the initial state.\n\/\/ Add this as an axiom.\n\/\/ (Hint, you might need to use set operators to define a derived relation.)\n","old_contents":"","returncode":1,"stderr":"error: pathspec 'tutorials\/2017\/wednesday\/tutorial_questions.als' did not match any file(s) known to git\n","license":"mit","lang":"Alloy"} {"commit":"95a459c61053f8ed3a817ecfb37615440b966c4b","subject":"increase maze size 3x3 -> 10x10.","message":"increase maze size 3x3 -> 10x10.\n","repos":"nagachika\/maze_maker,nagachika\/maze_maker,nagachika\/maze_maker","old_file":"alloy\/simple_maze.als","new_file":"alloy\/simple_maze.als","new_contents":"module maze_maker\/simple_maze\n\nopen util\/ordering[Col] as cols\nopen util\/ordering[Row] as rows\n\n\/\/ \u8ff7\u8def\u306e\u30b5\u30a4\u30ba\nfun height : Int {\n 10\n}\nfun width: Int {\n 10\n}\n\n\/\/ \u96a3\u63a5\u3059\u308b Cell\nfun adjacent (col: Col, row: Row) : Col -> Row {\n col.prev -> row +\n col.next -> row +\n col -> row.prev +\n col -> row.next\n}\n\nsig Col {\n paths: Row -> Col -> Row\n} {\n \/\/ \u81ea\u5206\u81ea\u8eab\u3068\u306e\u63a5\u7d9a\u306f\u306a\u3057\n all row: Row | no (this -> row) & row.paths\n \/\/ \u63a5\u7d9a\u5148\u306f\u5fc5\u305a\u96a3\u63a5\u3059\u308b(4\u8fd1\u508d\u306e) Cell\n all row: Row | row.paths in adjacent[this, row]\n}\nsig Row {}\n\none sig entrance_x extends Col {}\none sig entrance_y extends Row {}\none sig exit_x extends Col {}\none sig exit_y extends Row {}\n\n\/\/ \u4f4d\u7f6e\u304c\u76e4\u306e\u7aef\npred edge (col: Col, row: Row) {\n col = cols\/first or col = cols\/last or row = rows\/first or row = rows\/last\n}\n\nfact {\n \/\/ \u5168\u3066\u306e\u4f4d\u7f6e\u304c paths \u306b\u542b\u307e\u308c\u3066\u3044\u308b\n all col: Col, row: Row | (col -> row) in paths[Col, Row]\n \/\/ paths \u306e\u9023\u7d50\u306f\u53cd\u5c04\u7684\n all c1, c2: Col, r1, r2: Row | (c1 -> r1 -> c2 -> r2) in paths => (c2 -> r2 -> c1 -> r1) in paths\n \/\/ \u5165\u53e3\u3068\u51fa\u53e3\u306f\u3044\u305a\u308c\u3082\u76e4\u9762\u306e\u7aef\u306b\u4f4d\u7f6e\u3059\u308b\n edge[entrance_x, entrance_y]\n edge[exit_x, exit_y]\n}\n\nrun {\n #Col = width[]\n #Row = height[]\n} for 10\n","old_contents":"module maze_maker\/simple_maze\n\nopen util\/ordering[Col] as cols\nopen util\/ordering[Row] as rows\n\n\/\/ \u8ff7\u8def\u306e\u30b5\u30a4\u30ba\nfun height : Int {\n 3\n}\nfun width: Int {\n 3\n}\n\n\/\/ \u96a3\u63a5\u3059\u308b Cell\nfun adjacent (col: Col, row: Row) : Col -> Row {\n col.prev -> row +\n col.next -> row +\n col -> row.prev +\n col -> row.next\n}\n\nsig Col {\n paths: Row -> Col -> Row\n} {\n \/\/ \u81ea\u5206\u81ea\u8eab\u3068\u306e\u63a5\u7d9a\u306f\u306a\u3057\n all row: Row | no (this -> row) & row.paths\n \/\/ \u63a5\u7d9a\u5148\u306f\u5fc5\u305a\u96a3\u63a5\u3059\u308b(4\u8fd1\u508d\u306e) Cell\n all row: Row | row.paths in adjacent[this, row]\n}\nsig Row {}\n\none sig entrance_x extends Col {}\none sig entrance_y extends Row {}\none sig exit_x extends Col {}\none sig exit_y extends Row {}\n\n\/\/ \u4f4d\u7f6e\u304c\u76e4\u306e\u7aef\npred edge (col: Col, row: Row) {\n col = cols\/first or col = cols\/last or row = rows\/first or row = rows\/last\n}\n\nfact {\n \/\/ \u5168\u3066\u306e\u4f4d\u7f6e\u304c paths \u306b\u542b\u307e\u308c\u3066\u3044\u308b\n all col: Col, row: Row | (col -> row) in paths[Col, Row]\n \/\/ paths \u306e\u9023\u7d50\u306f\u53cd\u5c04\u7684\n all c1, c2: Col, r1, r2: Row | (c1 -> r1 -> c2 -> r2) in paths => (c2 -> r2 -> c1 -> r1) in paths\n \/\/ \u5165\u53e3\u3068\u51fa\u53e3\u306f\u3044\u305a\u308c\u3082\u76e4\u9762\u306e\u7aef\u306b\u4f4d\u7f6e\u3059\u308b\n edge[entrance_x, entrance_y]\n edge[exit_x, exit_y]\n}\n\nrun {\n #Col = width[]\n #Row = height[]\n} for 3\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"d8b52b333bd0b981946890875b9b250995b95320","subject":"speed up","message":"speed up\n","repos":"nishio\/learning_alloy,nishio\/learning_alloy,nishio\/learning_alloy","old_file":"illust_logic\/illustlogic2.als","new_file":"illust_logic\/illustlogic2.als","new_contents":"open util\/ordering[SmallInt]\n\none sig Root{\n cell: Int -> Color -> Int\n}{\n all x: cell.univ.univ | in_ten[x]\n all y: univ.(univ.cell) | in_ten[y]\n let ten = {x: Int | in_ten[x]}{\n all x, y: ten{\n one x.cell.y\n }\n }\n}\n\npred in_ten(x: Int){\n one x\n 0 <= x and x < 10 \/\/ notice: for 5 Int required\n}\n\nenum Color { Black, White }\n\n\nfun getCol(i: Int): seq Color{\n ~(i.(Root.cell))\n}\nfun getRow(i: Int): seq Color{\n (Root.cell).i\n}\n\n\n\/\/ \u6307\u5b9a\u3055\u308c\u305f\u30bb\u30eb\u304c\u9ed2\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u3067\u3042\u308b\npred is_black_head(line: seq Color, pos: Int) {\n \/\/ \u76f4\u524d\u306e\u30d6\u30ed\u30c3\u30af\u304c\u9ed2\u3067\u306a\u3044(\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u3092\u542b\u3080)\n prev_is_not_black[line, pos]\n \/\/ \u3053\u306e\u30bb\u30eb\u306f\u5b58\u5728\u3057\u3066\u3044\u3066\u9ed2\u3044\n let this_ = line[pos]{\n one this_ and this_ in Black\n }\n}\n\npred sorted(xs: SmallInt, ss: seq SmallInt){\n \/\/ ss\u306e\u8981\u7d20\u306fxs\u3068\u540c\u4e00\n ss.elems = xs\n \/\/ ss\u306f\u5358\u8abf\u5897\u52a0\n all i: ss.butlast.inds | lt [ss[i], ss[plus[i, 1]]]\n}\n\n\/\/ \u30d6\u30ed\u30c3\u30af\u5148\u982d\u306e\u96c6\u5408\nfun get_heads(line: seq Color): SmallInt{\n {i: SmallInt | is_black_head[line, i.to_int]}\n}\n\nfun get_end(start: Int, size: Int): Int{\n plus[start, minus[size, 1]]\n}\n\npred all_black(line: seq Color, start: Int, end: Int){\n all i: Int {\n (start =< i and i =< end) => (line[i] = Black)\n }\n}\n\n\/\/ \u9ed2\u3067\u306a\u3044(\u5b58\u5728\u3057\u306a\u3044\u304b\u767d\u3067\u3042\u308b)\npred is_not_black(c: Color){\n no c or c in White\n}\n\/\/ \u76f4\u524d\u306e\u30d6\u30ed\u30c3\u30af\u304c\u9ed2\u3067\u306a\u3044(\u5b58\u5728\u3057\u306a\u3044\u304b\u767d\u3067\u3042\u308b)\npred prev_is_not_black(line: seq Color, pos: Int) {\n let prev = minus[pos, 1] {\n is_not_black[line[prev]]\n }\n}\n\/\/ \u76f4\u5f8c\u306e\u30d6\u30ed\u30c3\u30af\u304c\u9ed2\u3067\u306a\u3044(\u5b58\u5728\u3057\u306a\u3044\u304b\u767d\u3067\u3042\u308b)\npred next_is_not_black(line: seq Color, pos: Int) {\n let next = plus[pos, 1]{\n is_not_black[line[next]]\n }\n}\n\nsig SmallInt{}\nfun from_int (i: Int): SmallInt {\n {x: SmallInt | #(x.prevs) = i}\n}\n\nfun to_int (x: SmallInt): Int {\n #(x.prevs)\n}\n\npred hint(line: seq Color, sizes: seq Int){\n some heads: seq SmallInt {\n #heads = #sizes\n sorted[get_heads[line], heads]\n all i: sizes.inds {\n let start = heads[i], \n\t\t\t\tend = from_int[get_end[start.to_int, sizes[i]]] {\n some line[end.to_int]\n all_black[line, start.to_int, end.to_int]\n next_is_not_black[line, end.to_int]\n }\n }\n }\n}\npred colHint (i: Int, sizes: seq Int) {\n hint[getCol[i], sizes]\n}\npred rowHint (i: Int, sizes: seq Int) {\n hint[getRow[i], sizes]\n}\n\nrun{\n rowHint [0, 0 -> 3]\n rowHint [1, 0 -> 2 + 1 -> 2]\n rowHint [2, 0 -> 1 + 1 -> 1 + 2 -> 1]\n rowHint [3, 0 -> 3 + 1 -> 3]\n rowHint [4, 0 -> 5]\n rowHint [5, 0 -> 7]\n rowHint [6, 0 -> 7]\n rowHint [7, 0 -> 7]\n rowHint [8, 0 -> 7]\n rowHint [9, 0 -> 5]\n\n colHint [0, 0 -> 4]\n colHint [1, 0 -> 6]\n colHint [2, 0 -> 7]\n colHint [3, 0 -> 9]\n colHint [4, 0 -> 2 + 1 -> 7]\n colHint [5, 0 -> 1 + 1 -> 6]\n colHint [6, 0 -> 2 + 1 -> 4]\n colHint [7, 0 -> 3]\n colHint [8, 0 -> 1]\n colHint [9, 0 -> 2]\n} for 5 Int, exactly 10 SmallInt\n","old_contents":"one sig Root{\n cell: Int -> Color -> Int\n}{\n all x: cell.univ.univ | in_ten[x]\n all y: univ.(univ.cell) | in_ten[y]\n let ten = {x: Int | in_ten[x]}{\n all x, y: ten{\n one x.cell.y\n }\n }\n}\n\npred in_ten(x: Int){\n one x\n 0 <= x and x < 10 \/\/ notice: for 5 Int required\n}\n\nenum Color { Black, White }\n\n\nfun getCol(i: Int): seq Color{\n ~(i.(Root.cell))\n}\nfun getRow(i: Int): seq Color{\n (Root.cell).i\n}\n\n\n\/\/ \u6307\u5b9a\u3055\u308c\u305f\u30bb\u30eb\u304c\u9ed2\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u3067\u3042\u308b\npred is_black_head(line: seq Color, pos: Int) {\n \/\/ \u76f4\u524d\u306e\u30d6\u30ed\u30c3\u30af\u304c\u9ed2\u3067\u306a\u3044(\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u3092\u542b\u3080)\n prev_is_not_black[line, pos]\n \/\/ \u3053\u306e\u30bb\u30eb\u306f\u5b58\u5728\u3057\u3066\u3044\u3066\u9ed2\u3044\n let this_ = line[pos]{\n one this_ and this_ in Black\n }\n}\n\npred sorted(xs: Int, ss: seq Int){\n \/\/ ss\u306e\u8981\u7d20\u306fxs\u3068\u540c\u4e00\n ss.elems = xs\n \/\/ ss\u306f\u5358\u8abf\u5897\u52a0\n all i: ss.butlast.inds | lt [ss[i], ss[plus[i, 1]]]\n}\n\n\/\/ \u30d6\u30ed\u30c3\u30af\u5148\u982d\u306e\u96c6\u5408\nfun get_heads(line: seq Color): Int{\n {i: Int | is_black_head[line, i]}\n}\n\nfun get_end(start: Int, size: Int): Int{\n plus[start, minus[size, 1]]\n}\n\npred all_black(line: seq Color, start: Int, end: Int){\n all i: Int {\n (start =< i and i =< end) => (line[i] = Black)\n }\n}\n\n\/\/ \u9ed2\u3067\u306a\u3044(\u5b58\u5728\u3057\u306a\u3044\u304b\u767d\u3067\u3042\u308b)\npred is_not_black(c: Color){\n no c or c in White\n}\n\/\/ \u76f4\u524d\u306e\u30d6\u30ed\u30c3\u30af\u304c\u9ed2\u3067\u306a\u3044(\u5b58\u5728\u3057\u306a\u3044\u304b\u767d\u3067\u3042\u308b)\npred prev_is_not_black(line: seq Color, pos: Int) {\n let prev = minus[pos, 1] {\n is_not_black[line[prev]]\n }\n}\n\/\/ \u76f4\u5f8c\u306e\u30d6\u30ed\u30c3\u30af\u304c\u9ed2\u3067\u306a\u3044(\u5b58\u5728\u3057\u306a\u3044\u304b\u767d\u3067\u3042\u308b)\npred next_is_not_black(line: seq Color, pos: Int) {\n let next = plus[pos, 1]{\n is_not_black[line[next]]\n }\n}\n\npred hint(line: seq Color, sizes: seq Int){\n some heads: seq Int {\n #heads = #sizes\n sorted[get_heads[line], heads]\n all i: sizes.inds {\n let start = heads[i], end = get_end[start, sizes[i]] {\n some line[end]\n all_black[line, start, end]\n next_is_not_black[line, end]\n }\n }\n }\n}\npred colHint (i: Int, sizes: seq Int) {\n hint[getCol[i], sizes]\n}\npred rowHint (i: Int, sizes: seq Int) {\n hint[getRow[i], sizes]\n}\n\nrun{\n rowHint [0, 0 -> 3]\n rowHint [1, 0 -> 2 + 1 -> 2]\n rowHint [2, 0 -> 1 + 1 -> 1 + 2 -> 1]\n rowHint [3, 0 -> 3 + 1 -> 3]\n rowHint [4, 0 -> 5]\n rowHint [5, 0 -> 7]\n rowHint [6, 0 -> 7]\n rowHint [7, 0 -> 7]\n rowHint [8, 0 -> 7]\n rowHint [9, 0 -> 5]\n\n colHint [0, 0 -> 4]\n colHint [1, 0 -> 6]\n colHint [2, 0 -> 7]\n colHint [3, 0 -> 9]\n colHint [4, 0 -> 2 + 1 -> 7]\n colHint [5, 0 -> 1 + 1 -> 6]\n colHint [6, 0 -> 2 + 1 -> 4]\n colHint [7, 0 -> 3]\n colHint [8, 0 -> 1]\n colHint [9, 0 -> 2]\n} for 5 Int\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"efc93ab594fd4a1a27b149c82b709e8ff041ddb2","subject":"alloy file","message":"alloy file","repos":"ModelWriter\/Demonstrations,ModelWriter\/Demonstrations,ModelWriter\/Demonstrations","old_file":"eu.modelwriter.demonstration.requirements\/SimlifiedConfigurationModel.als","new_file":"eu.modelwriter.demonstration.requirements\/SimlifiedConfigurationModel.als","new_contents":"module Haveksan\/Requirement\n\nabstract sig Requirement {}\n\nsig Task {\n\tprecede: lone Task,\n}{ all t: Task | one t.~task}\n\none sig Project extends Requirement {\n\trequirement: some ContractRequirement }\n\nsig ContractRequirement extends Requirement {\n\tsystem: set SystemRequirement,\n\trelate: set ContractRequirement\n}{all c: ContractRequirement | one c.~requirement}\n\n--@name: \"System Requirement\"\nsig SystemRequirement extends Requirement { \n\tchild: some Implementation\n}{ all s: SystemRequirement | one s.~system}\n\nabstract sig Implementation extends Requirement {\n\ttask: set Task\n}{ all i: Implementation | one i.~child}\n\n--@context.editor: \"ReqIFEditor\"\nsig SoftwareRequirement extends Implementation {\n\ttest: some TestCase\n}\n\nsig HardwareRequirement extends Implementation {}\n\nsig TestCase { }{ all t:TestCase | one t.~test}\n\n\nfact noSelfRelation{\n\tno c: ContractRequirement | c in c.relate\n\tno t: Task | t in t.precede }\n\nfact noCycles{no t:Task | t in t.^precede}\n\nfact realismConstraint {\n\tsome ContractRequirement \n\tsome HardwareRequirement \n\tsome SoftwareRequirement\n\tsome precede}\n\n\/* Counterexample Finding *\/\n\n\n\/* Instance Finding *\/\npred example {\n\t#ContractRequirement >1 and #SystemRequirement >2 and \n\t#SoftwareRequirement >1 and #HardwareRequirement >1 and\n\t#precede >1 and #task >1\n}\nrun example for 10\n\n","old_contents":"","returncode":1,"stderr":"error: pathspec 'eu.modelwriter.demonstration.requirements\/SimlifiedConfigurationModel.als' did not match any file(s) known to git\n","license":"epl-1.0","lang":"Alloy"} {"commit":"96b3d84f2c3af635eca7beefc611af4a5135c9ec","subject":"Checking weak isolation for all transactions","message":"Checking weak isolation for all transactions\n","repos":"johnwickerson\/memalloy,johnwickerson\/memalloy,johnwickerson\/memalloy","old_file":"mappings\/c11_strong_isolation.als","new_file":"mappings\/c11_strong_isolation.als","new_contents":"open ..\/archs\/exec_C[E]\nopen ..\/models\/c11_txn[E] as M\n\nmodule c11_strong_isolation[E]\n\npred p[X:Exec_C] {\n withoutinit[X]\n\n M\/consistent[none->none, X]\n M\/racefree[none->none, X]\n\n let com = X.rf + X.co + fr[none->none,X] |\n \/\/ not (is_acyclic[weaklift[com, X.stxn, none->none, X]])\n not (is_acyclic[stronglift[com, X.atxn, none->none, X]])\n\n X.EV = E\n}\n\nrun p for 1 Exec, 6 E\n","old_contents":"open ..\/archs\/exec_C[E]\nopen ..\/models\/c11_txn[E] as M\n\nmodule c11_strong_isolation[E]\n\npred p[X:Exec_C] {\n withoutinit[X]\n\n M\/consistent[none->none, X]\n M\/racefree[none->none, X]\n\n let com = X.rf + X.co + fr[none->none,X] |\n not (is_acyclic[stronglift[com, X.atxn, none->none, X]])\n\n X.EV = E\n}\n\nrun p for 1 Exec, 6 E\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"33529890e3737d60ab97d1ed0e6742836f77d912","subject":"bugfix","message":"bugfix\n","repos":"johnwickerson\/memalloy,johnwickerson\/memalloy,johnwickerson\/memalloy","old_file":"archs\/fences_as_relations\/exec_H.als","new_file":"archs\/fences_as_relations\/exec_H.als","new_contents":"module exec_H[E]\nopen exec[E]\n\nsig Exec_H extends Exec {\n}{\n \/\/ there are no fence events (only fence relations)\n no F\n\n \/\/ control dependencies are defined differently in assembly\n cd.sb in cd\n}\n\npred is_fence_rel[fence_rel:E->E, sb:E->E] {\n \n \/\/ Consistent with program order\n fence_rel in sb\n\n \/\/ Preserved by pre- or post-composition with program order \n *sb . fence_rel . *sb in fence_rel\n\n \/\/ Can be traced back to an immediate sb-pair\n no ((sb - fence_rel) . (sb - fence_rel)) & fence_rel\n\n \/\/fence_rel in imm[sb]\n\n}\n\nfun mk_fence_rel[e:PTag->E, t:PTag, f:E->E, sb:E->E] : E->E {\n rm_EV_rel[e, *sb.((univ - e[t]) <: imm[f]).*sb] }\n","old_contents":"module exec_H[E]\nopen exec[E]\n\nsig Exec_H extends Exec {\n atom : E -> E \/\/ atomicity relation\n}{\n\n \/\/ the atom relation relates a consecutively-sequenced read\/write pair\n atom in (R->W) & imm[sb] & sloc\n \n \/\/ there are no single-event RMWs\n no (R&W)\n\n \/\/ there are no fence events (only fence relations)\n no F\n\n \/\/ control dependencies are defined differently in assembly\n cd.sb in cd\n\n \/\/ the atom relation relates either\n \/\/ - two events in the same transaction or\n \/\/ - two events that are non-transactional\n atom in stxn + ((EV - dom[stxn]) -> (EV - dom[stxn]))\n}\n\npred is_fence_rel[fence_rel:E->E, sb:E->E] {\n \n \/\/ Consistent with program order\n fence_rel in sb\n\n \/\/ Preserved by pre- or post-composition with program order \n *sb . fence_rel . *sb in fence_rel\n\n \/\/ Can be traced back to an immediate sb-pair\n no ((sb - fence_rel) . (sb - fence_rel)) & fence_rel\n\n\n \/\/fence_rel in imm[sb]\n\n}\n\nfun mk_fence_rel[e:PTag->E, t:PTag, f:E->E, sb:E->E] : E->E {\n rm_EV_rel[e, *sb.((univ - e[t]) <: imm[f]).*sb] }\n\none sig rm_atom extends PTag {}\n\nfun atom[e:PTag->E, X:Exec_H] : E->E { \n rm_EV_rel[e, (univ - e[rm_atom]) <: X.atom] }\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"ef0a80a0983b91f920cff19c9b29374a63b2d4c2","subject":"remove Int2*","message":"remove Int2*\n","repos":"nishio\/learning_alloy,nishio\/learning_alloy,nishio\/learning_alloy","old_file":"illust_logic\/illustLogic.als","new_file":"illust_logic\/illustLogic.als","new_contents":"open util\/ordering[Col] as cols\nopen util\/ordering[Row] as rows\n\nabstract sig Region {\n\tindex: Int\n}\nsig Col extends Region {\n cell: Row -> Color\n}{\n\tindex >= 0\n\tindex <= 9\n}\nsig Row extends Region {}{\n\tindex >= 0\n\tindex <= 9\n}\n\nfact {\n\tall r: Col - last {\n\t\tadd[r.index, 1] = r.next.index\n\t}\n\tall r: Row - last {\n\t\tadd[r.index, 1] = r.next.index\n\t}\n}\n\nenum Color { Black, White }\n\nfact {\n all c: Col, r: Row | one cell [c, r]\n}\n\n-- both Row and Col\npred prev_is_white(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u30c8\u30ea\u30c3\u30af: prev\u304cCol->Col\u3067\u3082Row\u306b\u4f7f\u3063\u3066\u3088\u3044\n\t\/\/ \u306a\u305c\u306a\u3089\u7a7a\u96c6\u5408\u304c\u8fd4\u308b\u306e\u3067in White\u304c\u6210\u7acb\u3059\u308b\u304b\u3089\n\tcell[prev[c], r] + cell[c, prev[r]] in White\n}\n\npred no_prev(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u30c8\u30ea\u30c3\u30af: next\u304cCol->Col\u3067\u3082Row\u306b\u4f7f\u3063\u3066\u3088\u3044\n\t\/\/ \u306a\u305c\u306a\u3089\u7a7a\u96c6\u5408\u304c\u8fd4\u308b\u306e\u3067no\u304c\u6210\u7acb\u3059\u308b\u304b\u3089\n\tno prev[c] and no prev[r]\n}\n\n\/\/ c, r\u304c\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u3067\u3042\u308b\u304b\u3069\u3046\u304b\npred is_black_head(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u6700\u521d\u306eRow\u3067\u3042\u308b\u304b\u3001\u307e\u305f\u306f\u524d\u306eRow\u306e\u30bb\u30eb\u304c\u767d\u3044\n no_prev[c, r, prev] or prev_is_white[c, r, prev]\n\t\/\/ \u3053\u306e\u30bb\u30eb\u306f\u9ed2\u3044\n cell[c, r] in Black\n}\nfun range(start, end: Region, next: Region -> Region): Region{\n\tstart.*next - end.^next\n}\n\nfun get_block_end(start: Region, size: Int): Region{\t\n\tplus[start.index, minus[size, 1]][index]\n}\n\n\n-- about rows or cols\nfun headsInRow (r: Row): set Col {\n { c: Col | is_black_head[c, r, cols\/prev]}\n}\n\n\/\/ Col c\u306e\u4e2d\u306e\u3001\u30d6\u30ed\u30c3\u30af\u306e\u982d\u3067\u3042\u308bRow\u306e\u96c6\u5408\nfun headsInCol (c: Col): set Row {\n { r: Row | is_black_head[c, r, rows\/prev]}\n}\n\nfact noOtherHeadsInRow {\n no c: Col, r: Row {\n\t\tc not in headsInRow[r] and is_black_head[c, r, cols\/prev]\n\t}\n}\nfact noOtherHeadsInCol {\n no c: Col, r: Row {\n\t\tr not in headsInCol[c] and is_black_head[c, r, rows\/prev]\n\t}\n}\n\n\npred headsSeqInRow (r: Row, s: seq Col) {\n s.elems = headsInRow[r]\n all i: s.butlast.inds | lt [s[i], s[plus[i, 1]]]\n}\npred headsSeqInCol (c: Col, s: seq Row) {\n\t\/\/ s\u306e\u8981\u7d20\u306f\u30d6\u30ed\u30c3\u30af\u5148\u982d\u306e\u96c6\u5408\u3068\u540c\u4e00\n s.elems = headsInCol[c]\n\t\/\/ s\u306f\u5358\u8abf\u5897\u52a0\n all i: s.butlast.inds | lt [s[i], s[plus[i, 1]]]\n}\n\nfun IntTo(i: Int, R: Region): Region{\n\tindex.i & R\n}\n\npred rowHint (j: Int, sizes: seq Int) {\n let r = IntTo[j, Row] | some cs: seq Col {\n #sizes = #cs\n \/\/ cs\u306f\u9ed2\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u306e\u4f4d\u7f6e\u306e\u30bd\u30fc\u30c8\u3055\u308c\u305f\u30b7\u30fc\u30af\u30a8\u30f3\u30b9\n headsSeqInRow [r, cs]\n all i: sizes.inds {\n \/\/ cs[i]\u3092start, start\u306e\u4f4d\u7f6e\u306bsize[i]\u3092\u8db3\u3057\u30661\u3092\u5f15\u3044\u305f\u4f4d\u7f6e\u306b\u3042\u308bCol\u3092end\u3068\u547c\u3076\n let start = cs [i], end = Col & get_block_end[start, sizes[i]] {\n\n \/\/ end\u304c\u5b58\u5728\u3059\u308b\n some end\n \/\/ start\u304b\u3089end\u307e\u3067\u5168\u90e8\u9ed2\n all c: range[start, end, cols\/next] | cell [c, r] in Black\n \/\/ end\u306e\u6b21\u304c\u306a\u3044\u304b\u3001\u307e\u305f\u306f\u767d\n no end.next or cell [end.next, r] in White\n }\n }\n }\n}\npred colHint (j: Int, sizes: seq Int) {\n let c = IntTo[j, Col] | some rs: seq Row {\n #sizes = #rs\n headsSeqInCol [c, rs]\n all i: sizes.inds {\n let start = rs [i], end = Row & get_block_end[start, sizes[i]] {\n \tsome end\n \tall r: range[start, end, rows\/next] | cell [c, r] in Black\n \tno end.next or cell [c, end.next] in White\n \t}\n\t\t}\n }\n}\n-- riddle from http:\/\/homepage1.nifty.com\/sabo10\/rulelog\/illust.html\nsolve: run {\n rowHint [0, 0 -> 3]\n rowHint [1, 0 -> 2 + 1 -> 2]\n rowHint [2, 0 -> 1 + 1 -> 1 + 2 -> 1]\n rowHint [3, 0 -> 3 + 1 -> 3]\n rowHint [4, 0 -> 5]\n rowHint [5, 0 -> 7]\n rowHint [6, 0 -> 7]\n rowHint [7, 0 -> 7]\n rowHint [8, 0 -> 7]\n rowHint [9, 0 -> 5]\n\n colHint [0, 0 -> 4]\n colHint [1, 0 -> 6]\n colHint [2, 0 -> 7]\n colHint [3, 0 -> 9]\n colHint [4, 0 -> 2 + 1 -> 7]\n colHint [5, 0 -> 1 + 1 -> 6]\n colHint [6, 0 -> 2 + 1 -> 4]\n colHint [7, 0 -> 3]\n colHint [8, 0 -> 1]\n colHint [9, 0 -> 2]\n} for 10 but 5 Int\n","old_contents":"open util\/ordering[Col] as cols\nopen util\/ordering[Row] as rows\n\nabstract sig Region {\n\tindex: Int\n}\nsig Col extends Region {\n cell: Row -> Color\n}{\n\tindex >= 0\n\tindex <= 9\n}\nsig Row extends Region {}{\n\tindex >= 0\n\tindex <= 9\n}\n\n\n\nfact {\n\tall r: Col - last {\n\t\tadd[r.index, 1] = r.next.index\n\t}\n\tall r: Row - last {\n\t\tadd[r.index, 1] = r.next.index\n\t}\n}\n\nenum Color { Black, White }\n\nfact {\n all c: Col, r: Row | one cell [c, r]\n}\n\n-- both Row and Col\npred prev_is_white(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u30c8\u30ea\u30c3\u30af: prev\u304cCol->Col\u3067\u3082Row\u306b\u4f7f\u3063\u3066\u3088\u3044\n\t\/\/ \u306a\u305c\u306a\u3089\u7a7a\u96c6\u5408\u304c\u8fd4\u308b\u306e\u3067in White\u304c\u6210\u7acb\u3059\u308b\u304b\u3089\n\tcell[prev[c], r] + cell[c, prev[r]] in White\n}\n\npred no_prev(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u30c8\u30ea\u30c3\u30af: next\u304cCol->Col\u3067\u3082Row\u306b\u4f7f\u3063\u3066\u3088\u3044\n\t\/\/ \u306a\u305c\u306a\u3089\u7a7a\u96c6\u5408\u304c\u8fd4\u308b\u306e\u3067no\u304c\u6210\u7acb\u3059\u308b\u304b\u3089\n\tno prev[c] and no prev[r]\n}\n\n\/\/ c, r\u304c\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u3067\u3042\u308b\u304b\u3069\u3046\u304b\npred is_black_head(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u6700\u521d\u306eRow\u3067\u3042\u308b\u304b\u3001\u307e\u305f\u306f\u524d\u306eRow\u306e\u30bb\u30eb\u304c\u767d\u3044\n no_prev[c, r, prev] or prev_is_white[c, r, prev]\n\t\/\/ \u3053\u306e\u30bb\u30eb\u306f\u9ed2\u3044\n cell[c, r] in Black\n}\nfun range(start, end: Region, next: Region -> Region): Region{\n\tstart.*next - end.^next\n}\n\nfun get_block_end(start: Region, size: Int): Region{\t\n\tplus[start.index, minus[size, 1]][index]\n}\n\nfun headsInRow (r: Row): set Col {\n { c: Col | is_black_head[c, r, cols\/prev]}\n}\n\n\/\/ Col c\u306e\u4e2d\u306e\u3001\u30d6\u30ed\u30c3\u30af\u306e\u982d\u3067\u3042\u308bRow\u306e\u96c6\u5408\nfun headsInCol (c: Col): set Row {\n { r: Row | is_black_head[c, r, rows\/prev]}\n}\n\nfact noOtherHeadsInRow {\n no c: Col, r: Row {\n\t\tc not in headsInRow[r] and is_black_head[c, r, cols\/prev]\n\t}\n}\nfact noOtherHeadsInCol {\n no c: Col, r: Row {\n\t\tr not in headsInCol[c] and is_black_head[c, r, rows\/prev]\n\t}\n}\n\n-- about rows or cols\n\n\n\n\n\n\npred headsSeqInRow (r: Row, s: seq Col) {\n s.elems = headsInRow[r]\n all i: s.butlast.inds | lt [s[i], s[plus[i, 1]]]\n}\npred headsSeqInCol (c: Col, s: seq Row) {\n\t\/\/ s\u306e\u8981\u7d20\u306f\u30d6\u30ed\u30c3\u30af\u5148\u982d\u306e\u96c6\u5408\u3068\u540c\u4e00\n s.elems = headsInCol[c]\n\t\/\/ s\u306f\u5358\u8abf\u5897\u52a0\n all i: s.butlast.inds | lt [s[i], s[plus[i, 1]]]\n}\n\n\nfun Int2Row (i: Int): Row {\n\tindex.i & Row\n}\n\npred rowHint (j: Int, sizes: seq Int) {\n let r = Int2Row[j] | some cs: seq Col {\n #sizes = #cs\n \/\/ cs\u306f\u9ed2\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u306e\u4f4d\u7f6e\u306e\u30bd\u30fc\u30c8\u3055\u308c\u305f\u30b7\u30fc\u30af\u30a8\u30f3\u30b9\n headsSeqInRow [r, cs]\n all i: sizes.inds {\n \/\/ cs[i]\u3092start, start\u306e\u4f4d\u7f6e\u306bsize[i]\u3092\u8db3\u3057\u30661\u3092\u5f15\u3044\u305f\u4f4d\u7f6e\u306b\u3042\u308bCol\u3092end\u3068\u547c\u3076\n let start = cs [i], end = Col & get_block_end[start, sizes[i]] {\n\n \/\/ end\u304c\u5b58\u5728\u3059\u308b\n some end\n \/\/ start\u304b\u3089end\u307e\u3067\u5168\u90e8\u9ed2\n all c: range[start, end, cols\/next] | cell [c, r] in Black\n \/\/ end\u306e\u6b21\u304c\u306a\u3044\u304b\u3001\u307e\u305f\u306f\u767d\n no end.next or cell [end.next, r] in White\n }\n }\n }\n}\n\n\n\n-- about cols\n\n\n\nfun Int2Col (i: Int): Col {\n\tindex.i & Col\n}\n\n\npred colHint (j: Int, sizes: seq Int) {\n let c = Int2Col[j] | some rs: seq Row {\n #sizes = #rs\n headsSeqInCol [c, rs]\n all i: sizes.inds {\n let start = rs [i], end = Row & get_block_end[start, sizes[i]] {\n \tsome end\n \tall r: range[start, end, rows\/next] | cell [c, r] in Black\n \tno end.next or cell [c, end.next] in White\n \t}\n\t\t}\n }\n}\n-- riddle from http:\/\/homepage1.nifty.com\/sabo10\/rulelog\/illust.html\nsolve: run {\n rowHint [0, 0 -> 3]\n rowHint [1, 0 -> 2 + 1 -> 2]\n rowHint [2, 0 -> 1 + 1 -> 1 + 2 -> 1]\n rowHint [3, 0 -> 3 + 1 -> 3]\n rowHint [4, 0 -> 5]\n rowHint [5, 0 -> 7]\n rowHint [6, 0 -> 7]\n rowHint [7, 0 -> 7]\n rowHint [8, 0 -> 7]\n rowHint [9, 0 -> 5]\n\n colHint [0, 0 -> 4]\n colHint [1, 0 -> 6]\n colHint [2, 0 -> 7]\n colHint [3, 0 -> 9]\n colHint [4, 0 -> 2 + 1 -> 7]\n colHint [5, 0 -> 1 + 1 -> 6]\n colHint [6, 0 -> 2 + 1 -> 4]\n colHint [7, 0 -> 3]\n colHint [8, 0 -> 1]\n colHint [9, 0 -> 2]\n} for 10 but 5 Int\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"9d306501edcf0d9ae7d5307d19fd82a121be1ec8","subject":"Resolving recent contradictions in model","message":"Resolving recent contradictions in model\n","repos":"GaloisInc\/Votail,GaloisInc\/Votail,GaloisInc\/Votail","old_file":"models\/Voting.als","new_file":"models\/Voting.als","new_contents":"-- (c) 2010, Dermot Cochran, IT University of Copenhagen\n-- http:\/\/www.kindsoftware.com\/about\/people\/dc\n-- http:\/\/www.itu.dk\/people\/dero\n\nmodule Voting\n\nopen util\/integer\n\n-- A person standing for election\nsig Candidate {\n identifier: Int, -- Unique identifier for this candidate\n votes: \t\t\t set Ballot, \t-- First preference ballots assigned to this candidate\n\ttransfers: \t set Ballot, -- Ballots received by transfer from another candidate\n\tsurplus: \t\t set Ballot, \t-- Ballots given to another candidate (on election or elimination)\n\toutcome: \t\t Event\t\n} {\n\tno b: Ballot | b in votes & transfers\n\tall b: Ballot | b in votes + transfers => this in b.assignees\n\tsurplus in votes + transfers\n\tElection.method = Plurality implies #surplus = 0 and #transfers = 0\n 0 < identifier\n}\n\n-- A digital or paper artifact which accurately records the intentions of the voter\nsig Ballot {\n identifier:\t\tInt,\t\t\t\t -- Unique identifier for this ballot\n assignees: \t\tset Candidate, -- Candidates to which this ballot has been assigned\n preferences: \tseq Candidate\n} {\n\tassignees in preferences.elems\n not preferences.hasDups\n\tpreferences.elems in Election.candidates\n\tpreferences.first in assignees\n\tElection.method = Plurality implies #preferences = 1\n 0 < #preferences\n 0 < identifier\n some v: Vote | v.ballot = identifier and v.candidate = preferences.first.identifier and v.ranking = 1\n}\n\n-- Table of fragments of Votes used for encoding of results\nsig Vote {\n\tballot:\t\t\tInt,\t\t-- Ballot identifier\n candidate: \tInt,\t\t-- Candidate identifier\n ranking: \t\tInt\t\t-- Ranking of candidate on ballot paper (e.g. 1,2,3,...)\n} {\n\t0 < ranking and ranking <= #Election.candidates\n some b: Ballot | b.identifier = ballot and ranking <= #b.preferences\n some c: Candidate | c.identifier = candidate\n}\n\n-- An election result\none sig Scenario {\n \tlosers: \t\t\t\tset Candidate,\n \twinners: \t\t\tset Candidate,\n\teliminated: \t\tset Candidate, \t\t-- Candidates excluded under STV rules\n\tthreshold: \t\tInt, \t\t\t\t\t\t-- Minimum number of votes for a Loser or EarlyLoser\n\tquota: \t\t\t\tInt\t\t\t\t\t\t-- Minimum number of votes for a STV Winner or QuotaWinner\n}\n{\n \twinners + losers = Election.candidates\n \t#winners = Election.seats\n \tno c: Candidate | c in losers & winners\n \t0 < #losers\n \tall w: Candidate | all l: Candidate | l in losers and w in winners implies \n\t\t#l.votes + #l.transfers <= #w.votes + #w.transfers\n\t0 <= threshold\n\tthreshold < quota\n\tElection.method = Plurality implies #eliminated = 0\n\teliminated in losers\n\tall c: Candidate | c in losers implies Election.method = Plurality or #c.votes + #c.transfers < quota\n}\n\n\/* \n\tThere are four winner-outcomes and six loser-outcomes:\n\n\tWinner: \t\t\t\t\t\t(W1) elected in the first round of counting either by quota or plurality,\n\tQuotaWinner: \t\t\t\t(W2) elected with transfers from another candidate (STV only),\n\tCompromiseWinner: \t(W3) elected on the last round of counting without quota (STV only),\n\tTiedWinner:\t\t\t\t\t(W4) elected by tie breaker,\n\tTiedLoser:\t\t\t\t\t(L1) loses only by tie breaker but reaches the threshold,\n\tLoser:\t\t\t \t\t\t\t(L2) defeated on last round but reaches the minimum threshold of votes,\n TiedEarlyLoser:\t\t\t(L3) reaches threshold but eliminated by tie breaker (STV only),\n\tEarlyLoser:\t\t\t\t\t(L4) reaches threshold but is eliminated before last round (STV only),\n\tTiedSoreLoser:\t\t\t\t(L5) loses only by tie breaker but does not reach threshold,\n\tSoreLoser: \t\t\t\t\t(L6) does not even reach the mimimum threshold of votes\n*\/\nenum Event {Winner, QuotaWinner, CompromiseWinner, TiedWinner, \n\tTiedLoser, Loser, TiedEarlyLoser, EarlyLoser, TiedSoreLoser, SoreLoser}\n\nenum Method {Plurality, STV}\n\n-- An Election Constituency\none sig Election {\n candidates: \tset Candidate,\n seats: \t\t\t\tInt,\n method: \t\t\tMethod\n}\n{\n \t0 < seats\n \tseats < #candidates\n \tall c: Candidate | c in candidates\n}\n\n-- Independent (or Fundamental) Axioms\nfact uniqueCandidateID {\n no disj a,b: Candidate | a.identifier = b.identifier\n}\n\nfact uniqueBallotID {\n no disj a,b: Ballot | a.identifier = b.identifier\n}\n\nfact nonDuplicationOfVotes {\n no disj a,b: Vote | a.ballot = b.ballot and a.candidate = b.candidate\n}\n\nfact integrity {\n all c: Candidate | all b: Ballot | b in c.votes implies c in b.assignees\n}\n\nfact pluralityEvents {\n\tall c: Candidate | Election.method = Plurality implies\n\t\t(c.outcome = Loser or c.outcome = SoreLoser or c.outcome = Winner or \n\t\tc.outcome = TiedWinner or c.outcome = TiedLoser)\n}\n\nfact winnerSTV {\n\tall c: Candidate | Election.method = STV implies (\n\t\tc.outcome = Winner iff Scenario.quota <= #c.votes)\n}\n\nfact transferWinner {\n\tall c: Candidate | c.outcome = QuotaWinner iff \n\t\t#c.votes < Scenario.quota and Scenario.quota <= #c.votes + #c.transfers \n}\n\nfact closeWinner {\n\tall c: Candidate | c.outcome = CompromiseWinner or c.outcome = TiedWinner iff \n\t\tc in Scenario.winners and #c.votes + #c.transfers < Scenario.quota\n}\n\nfact soreLoser {\n\tall c: Candidate | (c.outcome = SoreLoser or c.outcome = TiedSoreLoser) iff \n\t\t#c.votes + #c.transfers < Scenario.threshold\n}\n\nfact loser {\n\tall c: Candidate | (c.outcome = Loser or c.outcome = TiedLoser or c.outcome = TiedSoreLoser) iff \n\t\tc in Scenario.losers - Scenario.eliminated\n}\n\nfact earlyLoser {\n\tall c: Candidate | c.outcome = EarlyLoser or c.outcome = TiedEarlyLoser iff \n\t\t(c in Scenario.losers & Scenario.eliminated and Scenario.threshold <= #c.votes + #c.transfers)\n}\n\nfact winners {\n\tall c: Candidate | c in Scenario.winners iff \n\t\tc.outcome = Winner or c.outcome = QuotaWinner or c.outcome = CompromiseWinner or \n\t\tc.outcome = TiedWinner\n}\n\nfact losers {\n\tall c: Candidate | c in Scenario.losers iff\n\t\t(c.outcome = Loser or c.outcome = EarlyLoser or c.outcome = SoreLoser or \n\t\tc.outcome = TiedLoser or c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser)\n}\n\n-- Non-Independent Axioms for Ballot Integrity\nfact transfers {\n\tall c: Candidate | 0 < #c.transfers implies Election.method = STV\n}\n\nfact onlyWinnersAndQuotaWinnersHaveSurplus {\n\tall c: Candidate | 0 < #c.surplus implies \n\t\tc.outcome = Winner or c.outcome = QuotaWinner\n}\n\nfact winnersNeedNoTransfers {\n\t\tall c: Candidate | c.outcome = Winner implies 0 = #c.transfers\n}\n\nfact firstPreference {\n\tall b: Ballot | all c: Candidate | b.preferences.first = c iff b in c.votes\n}\n\nfact sizeOfSurplus {\n\tall c: Candidate | (c in Scenario.winners and Election.method = STV and 0 < #c.surplus) implies \n\t\t#c.surplus = #c.votes + #c.transfers - Scenario.quota\n}\n\nfact transferToNextPreference {\n\tall b: Ballot | all disj donor,receiver: Candidate |\n\t\t(donor + receiver in b.assignees and\n\t\tb in receiver.transfers and b in donor.surplus implies \n\t\tb.preferences.idxOf[donor] < b.preferences.idxOf[receiver] and\n\t\treceiver in b.preferences.rest.elems)\n}\n\nfact pluralityWinner {\n\tall disj a, b: Candidate | (Election.method = Plurality and Election.seats = 1) and\n\t\ta.outcome = Winner implies #b.votes <= #a.votes\n}\n\nfact transferToNextContinuingCandidate {\n\tall disj skipped, receiving: Candidate | all b: Ballot |\n\t\tb.preferences.idxOf[skipped] < b.preferences.idxOf[receiving] and\n\t\treceiving in b.assignees and (not skipped in b.assignees) implies\n\t\t(skipped in Scenario.eliminated or skipped.outcome = Winner or \n\t\tskipped.outcome = QuotaWinner)\n}\n\n\/\/ All ballots transfers are associated with the last candidate to receive the transfer\nfact ownership {\n\tall disj c,d: Candidate | all b: Ballot | b in c.transfers implies c in b.assignees and \n\t\t(d not in b.assignees or b.preferences.idxOf[d] < b.preferences.idxOf[c])\n}\n\n\/\/ Lowest candidate is eliminated first\nfact lowestElimination {\n\tall disj c,d: Candidate | c in Scenario.eliminated and d not in Scenario.eliminated implies\n\t\t#c.votes + #c.transfers <= #d.votes + #d.transfers\n}\n\n\/\/ All ties involve equality between at least one winner and at least one loser on either original votes or\n\/\/ on transfers plus original votes\nfact equalityOfTiedWinner {\n all w: Candidate | some l: Candidate | w.outcome = TiedWinner and \n\t \t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies\n\t\t(#l.votes = #w.votes) or (#l.votes + #l.transfers = #w.votes + #w.transfers)\n}\n\nfact equalityOfTiedLosers {\n all s: Candidate | some w: Candidate | w.outcome = TiedWinner and \n (s.outcome = SoreLoser or s.outcome = TiedLoser or s.outcome = TiedEarlyLoser) implies\n (#s.votes = #w.votes) or (#s.votes + #s.transfers = #w.votes + #w.transfers)\n}\n\n\/\/ Ranking of votes on ballots\nfact firstPreference {\n\tall v: Vote | some b: Ballot | v.ballot = b.identifier and\n\t\tv.ranking = 1 implies b.preferences.first.identifier = v.candidate\n}\n\nfact rankingOfVotes {\n \tall v: Vote | some b: Ballot | some c: Candidate | Election.method = STV and\n\t\tv.ballot = b.identifier and v.candidate = c.identifier implies\n\t c in b.preferences.elems and v.ranking = b.preferences.idxOf[c]\n}\n\n-- Scenario Validity Axioms\n\/\/ When there is a tied sore loser then there are no non-sore losers\nfact typeOfTiedLoser {\n no disj a,b: Candidate | a.outcome = TiedSoreLoser and \n (b.outcome = TiedLoser or b.outcome = TiedEarlyLoser or \n b.outcome=Loser or b.outcome=EarlyLoser)\n}\n\nfact tieBreaker {\n\tall w: Candidate | some l: Candidate | w.outcome = TiedWinner implies \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser)\n}\n\nfact validTieBreaker {\n\tall l: Candidate | some w: Candidate | \n (l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies \n w.outcome = TiedWinner\n}\n\n-- Axioms for the recording of vote fragments\nfact allVotesRecorded {\n all b: Ballot | some v: Vote | v.ballot = b.identifier and v.ranking = #b.preferences\n}\n\n\/\/ All vote fragments are recorded for each ballot\nfact lowerRankings {\n all v: Vote | some w: Vote | 1 < v.ranking implies w.ranking + 1 = v.ranking and\n\tv.ballot = w.ballot and not v.candidate = w.candidate\n}\n\n\/\/ Well formed ranking of candidates in ballots\nfact wellFormedRanking {\n\tno disj v,w: Vote | v.ballot = w.ballot and Election.method = STV \n\t\timplies v.candidate = w.candidate or v.ranking = w.ranking\n}\n\n\/\/ Compromise winner must have more votes than any tied winners\nfact compromiseNotTied {\n\tall disj c,t: Candidate | (c.outcome = CompromiseWinner and t.outcome = TiedWinner) implies\n\t\t#t.votes + #t.transfers < #c.votes + #t.transfers\n}\n\n\/\/ Equal losers are tied\nfact equalityofTiedWinnersAndLosers {\n\tall disj w,l: Candidate | w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers implies\n\t\t\tw.outcome = TiedWinner and \n\t\t\t(l.outcome = TiedLoser or l.outcome = TiedEarlyLoser or l.outcome = TiedSoreLoser)\n}\n\n\/\/ Highest winner has a quota\nfact highestWinner {\n some c: Candidate | Election.method = STV implies \n\t\tScenario.quota <= #c.votes + #c.transfers\n}\n\n-- Basic Lemmas\nassert honestCount {\n\t all c: Candidate | all b: Ballot | b in c.votes + c.transfers implies c in b.assignees\n}\ncheck honestCount for 15 but 6 int\n\nassert atLeastOneLoser {\n\t0 < #Scenario.losers\n}\ncheck atLeastOneLoser for 15 but 6 int\n\nassert atLeastOneWinner {\n\t0 < #Scenario.winners\n}\ncheck atLeastOneWinner for 14 but 6 int\n\nassert wellFormednessOfBallots {\n\tall b: Ballot | b.assignees in Election.candidates\n}\ncheck wellFormednessOfBallots for 18 but 6 int\n\nassert plurality {\n\tall c: Candidate | all b: Ballot | b in c.votes and \n\t\tElection.method = Plurality implies c in b.preferences.first\n}\ncheck plurality for 18 but 6 int\n\nassert wellFormedTieBreaker {\n\tsome w,l : Candidate | (w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers) implies \n\t\tw.outcome = TiedWinner and \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome=TiedEarlyLoser)\n}\ncheck wellFormedTieBreaker for 18 but 6 int\n\nassert validSurplus {\n\tall c: Candidate | 0 < #c.surplus implies (c.outcome = Winner or c.outcome = QuotaWinner or \n\t\tc in Scenario.eliminated)\n}\ncheck validSurplus for 16 but 6 int\n\nassert wellFormedVote {\n\tall v: Vote | 0 < v.ballot and 0 < v.candidate\n}\ncheck wellFormedVote for 4 but 6 int\n\n-- Advanced Lemmas\n\/\/ No lost votes during counting\nassert accounting {\n\tall b: Ballot | one c: Candidate | b in c.votes and c in b.assignees\n}\ncheck accounting for 16 but 6 int\n\n\/\/ Cannot have tie breaker with both tied sore loser and non-sore loser\nassert tiedWinnerLoserTiedSoreLoser {\n\tno disj c,w,l: Candidate | c.outcome = TiedSoreLoser and\n\t w.outcome = TiedWinner and (l.outcome = Loser or l.outcome = TiedLoser)\n}\ncheck tiedWinnerLoserTiedSoreLoser for 6 int\n\n\/\/ Compromise winner must have at least one vote\nassert validCompromise {\n\tall c: Candidate | c.outcome = CompromiseWinner implies 0 < #c.votes + #c.transfers\n}\ncheck validCompromise for 6 int\n\n-- Sample scenarios\npred TwoCandidatePlurality { \n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 2\n}\nrun TwoCandidatePlurality for 10 but 1 Ballot, 6 int\n\npred PluralityTiedWinner {\n\tElection.method = Plurality\n\tElection.seats = 1\n\tsome disj a,b: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser\n}\nrun PluralityTiedWinner for 10 but 2 Ballot, 6 int\n\npred ThreeCandidatePlurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 3\n}\nrun ThreeCandidatePlurality for 6 int\n\npred Plurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun Plurality for 5 but 6 int\n\npred TenCandidatePluralityWithTwoSeats {\n\tElection.method = Plurality\n\tElection.seats = 2\n\t#Election.candidates = 10\n}\nrun TenCandidatePluralityWithTwoSeats for 10 but 6 int\n\npred InstantRunoffVoting {\n\tElection.method = STV\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun InstantRunoffVoting for 10 but 6 int\n\npred STV3 {\n\tElection.method = STV\n\tElection.seats = 3\n}\nrun STV3 for 5 but 6 int\n\npred ThreeWinnersOneLoser {\n Election.method = STV\n\tsome disj a,b,d: Candidate | a.outcome = Winner\n \t and b.outcome = QuotaWinner or b.outcome = CompromiseWinner\n\t and d in Scenario.losers\n}\nrun ThreeWinnersOneLoser for 6 but 6 int\n\npred LoserAndEarlyLoser {\n\tone d: Candidate | d.outcome = Loser\n\tone e: Candidate | e.outcome = EarlyLoser\n}\nrun LoserAndEarlyLoser for 5 but 6 int\n\npred OneWinnerNineLosers {\n\t#Scenario.winners = 1\n\t#Scenario.losers = 9\n}\nrun OneWinnerNineLosers for 16 but 6 int\n\npred ThreeWayTie {\n\t#Election.candidates = 3\n Election.method = Plurality\n\tsome disj a,b,c: Candidate | a.outcome = TiedWinner and \n\t\tb.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser\n}\nrun ThreeWayTie for 5 but 6 int\n\npred FiveWayTie {\n\tsome disj a,b,c,d,e: Candidate | a.outcome = TiedWinner and\n\t b.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser and d.outcome = TiedLoser and e.outcome = TiedWinner\n}\nrun FiveWayTie for 7 but 6 int\n\npred ScenarioLWW {\n\tsome disj a, b,c: Candidate | a in Scenario.losers and b.outcome = Winner and \n\t\tc in Scenario.winners\n #Election.candidates = 3\n}\nrun ScenarioLWW for 6 but 7 int\n\npred LongBallot {\n\tsome b: Ballot | #b.preferences = 7\n}\nrun LongBallot for 7 but 7 seq, 6 int\n","old_contents":"-- (c) 2010, Dermot Cochran, IT University of Copenhagen\n-- http:\/\/www.kindsoftware.com\/about\/people\/dc\n-- http:\/\/www.itu.dk\/people\/dero\n\nmodule Voting\n\nopen util\/integer\n\n-- A person standing for election\nsig Candidate {\n identifier: Int, -- Unique identifier for this candidate\n \tvotes: \t\tset Ballot, \t-- First preference ballots assigned to this candidate\n\ttransfers: set Ballot, \t-- Ballots received by transfer from another candidate\n\tsurplus: \tset Ballot, \t-- Ballots given to another candidate (on election or elimination)\n\toutcome: \tEvent\t\n} {\n\tno b: Ballot | b in votes & transfers\n\tall b: Ballot | b in votes + transfers => this in b.assignees\n\tsurplus in votes + transfers\n\tElection.method = Plurality implies #surplus = 0 and #transfers = 0\n 0 < identifier\n}\n\n-- A digital or paper artifact which accurately records the intentions of the voter\nsig Ballot {\n identifier:\t\tInt,\t\t\t\t\t-- Unique identifier for this ballot\n assignees: \t\tset Candidate, -- Candidates to which this ballot has been assigned\n preferences: \tseq Candidate\n} {\n\tassignees in preferences.elems\n not preferences.hasDups\n\tpreferences.elems in Election.candidates\n\tpreferences.first in assignees\n\tElection.method = Plurality implies #preferences = 1\n 0 < #preferences\n 0 < identifier\n some v: Vote | v.ballot = identifier and v.candidate = preferences.first.identifier and v.ranking = 1\n}\n\n-- Table of fragments of Votes used for encoding of results\nsig Vote {\n\tballot:\t\t\tInt,\t\t-- Ballot identifier\n candidate: \tInt,\t\t-- Candidate identifier\n ranking: \t\tInt\t\t-- Ranking of candidate on ballot paper\n} {\n\t0 < ranking and ranking <= #Election.candidates\n some b: Ballot | b.identifier = ballot and ranking <= #b.preferences\n some c: Candidate | c.identifier = candidate\n}\n\n-- An election result\none sig Scenario {\n \tlosers: \t\t\t\tset Candidate,\n \twinners: \t\t\tset Candidate,\n\teliminated: \t\tset Candidate, \t\t-- Candidates excluded under STV rules\n\tthreshold: \t\tInt, \t\t\t\t\t\t-- Minimum number of votes for a Loser or EarlyLoser\n\tquota: \t\t\t\tInt\t\t\t\t\t\t-- Minimum number of votes for a STV Winner or QuotaWinner\n}\n{\n \twinners + losers = Election.candidates\n \t#winners = Election.seats\n \tno c: Candidate | c in losers & winners\n \t0 < #losers\n \tall w: Candidate | all l: Candidate | l in losers and w in winners implies \n\t\t#l.votes + #l.transfers <= #w.votes + #w.transfers\n\t0 <= threshold\n\tthreshold < quota\n\tElection.method = Plurality implies #eliminated = 0\n\teliminated in losers\n\tall c: Candidate | c in losers implies Election.method = Plurality or #c.votes + #c.transfers < quota\n}\n\n\/* \n\tThere are four winner-outcomes and six loser-outcomes:\n\n\tWinner: \t\t\t\t\t\t(W1) elected in the first round of counting either by quota or plurality,\n\tQuotaWinner: \t\t\t\t(W2) elected with transfers from another candidate (STV only),\n\tCompromiseWinner: \t(W3) elected on the last round of counting without quota (STV only),\n\tTiedWinner:\t\t\t\t\t(W4) elected by tie breaker,\n\tTiedLoser:\t\t\t\t\t(L1) loses only by tie breaker but reaches the threshold,\n\tLoser:\t\t\t \t\t\t\t(L2) defeated on last round but reaches the minimum threshold of votes,\n TiedEarlyLoser:\t\t\t(L3) reaches threshold but eliminated by tie breaker (STV only),\n\tEarlyLoser:\t\t\t\t\t(L4) reaches threshold but is eliminated before last round (STV only),\n\tTiedSoreLoser:\t\t\t\t(L5) loses only by tie breaker but does not reach threshold,\n\tSoreLoser: \t\t\t\t\t(L6) does not even reach the mimimum threshold of votes\n*\/\nenum Event {Winner, QuotaWinner, CompromiseWinner, TiedWinner, \n\tTiedLoser, Loser, TiedEarlyLoser, EarlyLoser, TiedSoreLoser, SoreLoser}\n\nenum Method {Plurality, STV}\n\n-- An Election Constituency\none sig Election {\n candidates: \tset Candidate,\n seats: \t\t\t\tInt,\n method: \t\t\tMethod\n}\n{\n \t0 < seats\n \tseats < #candidates\n \tall c: Candidate | c in candidates\n}\n\n-- Independent (or Fundamental) Axioms\n\nfact uniqueCandidateID {\n no disj a,b: Candidate | a.identifier = b.identifier\n}\n\nfact uniqueBallotID {\n no disj a,b: Ballot | a.identifier = b.identifier\n}\n\nfact nonDuplicationOfVotes {\n no disj a,b: Vote | a.ballot = b.ballot and a.candidate = b.candidate\n}\n\nfact integrity {\n all c: Candidate | all b: Ballot | b in c.votes implies c in b.assignees\n}\n\nfact pluralityEvents {\n\tall c: Candidate | Election.method = Plurality implies\n\t\t(c.outcome = Loser or c.outcome = SoreLoser or c.outcome = Winner or \n\t\tc.outcome = TiedWinner or c.outcome = TiedLoser)\n}\n\nfact wellFormedQuota {\n\tElection.method = STV implies \n\t\t#BallotBox.ballots < Scenario.quota.mul[Election.seats+1] and\n\t\tScenario.quota.mul[Election.seats] <= #BallotBox.ballots \n}\n\nfact wellFormedThreshold {\n\t#BallotBox.ballots <= Scenario.threshold.mul[20] or \n\tElection.method = STV implies Scenario.quota <= Scenario.threshold.mul[4]\n}\n\nfact winnerSTV {\n\tall c: Candidate | Election.method = STV implies (\n\t\tc.outcome = Winner iff Scenario.quota <= #c.votes)\n}\n\nfact transferWinner {\n\tall c: Candidate | c.outcome = QuotaWinner iff \n\t\t#c.votes < Scenario.quota and Scenario.quota <= #c.votes + #c.transfers \n}\n\nfact closeWinner {\n\tall c: Candidate | c.outcome = CompromiseWinner or c.outcome = TiedWinner iff \n\t\tc in Scenario.winners and #c.votes + #c.transfers < Scenario.quota\n}\n\nfact soreLoser {\n\tall c: Candidate | (c.outcome = SoreLoser or c.outcome = TiedSoreLoser) iff \n\t\t#c.votes + #c.transfers < Scenario.threshold\n}\n\nfact loser {\n\tall c: Candidate | (c.outcome = Loser or c.outcome = TiedLoser or c.outcome = TiedSoreLoser) iff \n\t\tc in Scenario.losers - Scenario.eliminated\n}\n\nfact earlyLoser {\n\tall c: Candidate | c.outcome = EarlyLoser or c.outcome = TiedEarlyLoser iff \n\t\t(c in Scenario.losers & Scenario.eliminated and Scenario.threshold <= #c.votes + #c.transfers)\n}\n\nfact winners {\n\tall c: Candidate | c in Scenario.winners iff \n\t\tc.outcome = Winner or c.outcome = QuotaWinner or c.outcome = CompromiseWinner or \n\t\tc.outcome = TiedWinner\n}\n\nfact losers {\n\tall c: Candidate | c in Scenario.losers iff\n\t\t(c.outcome = Loser or c.outcome = EarlyLoser or c.outcome = SoreLoser or \n\t\tc.outcome = TiedLoser or c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser)\n}\n\n-- Non-Independent Axioms for Ballot Integrity\nfact transfers {\n\tall c: Candidate | 0 < #c.transfers implies Election.method = STV\n}\n\nfact onlyWinnersAndQuotaWinnersHaveSurplus {\n\tall c: Candidate | 0 < #c.surplus implies \n\t\tc.outcome = Winner or c.outcome = QuotaWinner\n}\n\nfact winnersNeedNoTransfers {\n\t\tall c: Candidate | c.outcome = Winner implies 0 = #c.transfers\n}\n\nfact firstPreference {\n\tall b: Ballot | all c: Candidate | b.preferences.first = c iff b in c.votes\n}\n\nfact sizeOfSurplus {\n\tall c: Candidate | (c in Scenario.winners and Election.method = STV and 0 < #c.surplus) implies \n\t\t#c.surplus = #c.votes + #c.transfers - Scenario.quota\n}\n\nfact transferToNextPreference {\n\tall b: Ballot | all disj donor,receiver: Candidate |\n\t\t(donor + receiver in b.assignees and\n\t\tb in receiver.transfers and b in donor.surplus implies \n\t\tb.preferences.idxOf[donor] < b.preferences.idxOf[receiver] and\n\t\treceiver in b.preferences.rest.elems)\n}\n\nfact pluralityWinner {\n\tall disj a, b: Candidate | (Election.method = Plurality and Election.seats = 1) and\n\t\ta.outcome = Winner implies #b.votes <= #a.votes\n}\n\nfact transferToNextContinuingCandidate {\n\tall disj skipped, receiving: Candidate | all b: Ballot |\n\t\tb.preferences.idxOf[skipped] < b.preferences.idxOf[receiving] and\n\t\treceiving in b.assignees and (not skipped in b.assignees) implies\n\t\t(skipped in Scenario.eliminated or skipped.outcome = Winner or \n\t\tskipped.outcome = QuotaWinner)\n}\n\n\/\/ All ballots transfers are associated with the last candidate to receive the transfer\nfact ownership {\n\tall disj c,d: Candidate | all b: Ballot | b in c.transfers implies c in b.assignees and \n\t\t(d not in b.assignees or b.preferences.idxOf[d] < b.preferences.idxOf[c])\n}\n\n\/\/ Lowest candidate is eliminated first\nfact lowestElimination {\n\tall disj c,d: Candidate | c in Scenario.eliminated and d not in Scenario.eliminated implies\n\t\t#c.votes + #c.transfers <= #d.votes + #d.transfers\n}\n\n\/\/ All ties involve equality between at least one winner and at least one loser on either original votes or\n\/\/ on transfers plus original votes\nfact equalityOfTiedWinner {\n all w: Candidate | some l: Candidate | w.outcome = TiedWinner and \n\t \t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies\n\t\t(#l.votes = #w.votes) or (#l.votes + #l.transfers = #w.votes + #w.transfers)\n}\n\nfact equalityOfTiedLosers {\n all s: Candidate | some w: Candidate | w.outcome = TiedWinner and \n (s.outcome = SoreLoser or s.outcome = TiedLoser or s.outcome = TiedEarlyLoser) implies\n (#s.votes = #w.votes) or (#s.votes + #s.transfers = #w.votes + #w.transfers)\n}\n\n\/\/ Ranking of votes on ballots\nfact firstPreference {\n\tall v: Vote | some b: Ballot | v.ballot = b.identifier and\n\t\tv.ranking = 1 implies b.preferences.first.identifier = v.candidate\n}\n\nfact rankingOfVotes {\n \tall v: Vote | some b: Ballot | some c: Candidate | Election.method = STV and\n\t\tv.ballot = b.identifier and v.candidate = c.identifier implies\n\t c in b.preferences.elems and v.ranking = b.preferences.idxOf[c]\n}\n\n-- Scenario Validity Axioms\n\/\/ When there is a tied sore loser then there are no non-sore losers\nfact typeOfTiedLoser {\n no disj a,b: Candidate | a.outcome = TiedSoreLoser and \n (b.outcome = TiedLoser or b.outcome = TiedEarlyLoser or \n b.outcome=Loser or b.outcome=EarlyLoser)\n}\n\nfact tieBreaker {\n\tall w: Candidate | some l: Candidate | w.outcome = TiedWinner implies \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser)\n}\n\nfact validTieBreaker {\n\tall l: Candidate | some w: Candidate | \n (l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies \n w.outcome = TiedWinner\n}\n\n-- Axioms for the recording of vote fragments\nfact allVotesRecorded {\n all b: Ballot | some v: Vote | v.ballot = b.identifier and v.ranking = #b.preferences\n}\n\n\/\/ All vote fragments are recorded for each ballot\nfact lowerRankings {\n all v: Vote | some w: Vote | 1 < v.ranking implies w.ranking + 1 = v.ranking and\n\tv.ballot = w.ballot and not v.candidate = w.candidate\n}\n\n\/\/ Well formed ranking of candidates in ballots\nfact wellFormedRanking {\n\tno disj v,w: Vote | v.ballot = w.ballot and Election.method = STV \n\t\timplies v.candidate = w.candidate or v.ranking = w.ranking\n}\n\n-- Basic Lemmas\nassert honestCount {\n\t all c: Candidate | all b: Ballot | b in c.votes + c.transfers implies c in b.assignees\n}\ncheck honestCount for 15 but 6 int\n\nassert atLeastOneLoser {\n\t0 < #Scenario.losers\n}\ncheck atLeastOneLoser for 15 but 6 int\n\nassert atLeastOneWinner {\n\t0 < #Scenario.winners\n}\ncheck atLeastOneWinner for 14 but 6 int\n\nassert wellFormednessOfBallots {\n\tall b: Ballot | b.assignees in Election.candidates\n}\ncheck wellFormednessOfBallots for 18 but 6 int\n\nassert wellFormedBallotBox {\n\t\t#BallotBox.ballots = sum (#Election.candidates.votes) \n}\ncheck wellFormedBallotBox for 14 but 6 int\n\nassert plurality {\n\tall c: Candidate | all b: Ballot | b in c.votes and \n\t\tElection.method = Plurality implies c in b.preferences.first\n}\ncheck plurality for 18 but 6 int\n\nassert wellFormedTieBreaker {\n\tsome w,l : Candidate | (w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers) implies \n\t\tw.outcome = TiedWinner and \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome=TiedEarlyLoser)\n}\ncheck wellFormedTieBreaker for 18 but 6 int\n\nassert validSurplus {\n\tall c: Candidate | 0 < #c.surplus implies (c.outcome = Winner or c.outcome = QuotaWinner or \n\t\tc in Scenario.eliminated)\n}\ncheck validSurplus for 16 but 6 int\n\n-- Advanced Lemmas\n\/\/ No lost votes during counting\nassert accounting {\n\tall b: Ballot | one c: Candidate | b in c.votes and c in b.assignees\n}\ncheck accounting for 16 but 6 int\n\n\/\/ No ballots created or destroyed during counting\nassert immutability {\n\tall c: Candidate | c.votes + c.transfers in BallotBox.ballots and c.surplus in BallotBox.ballots\n}\ncheck immutability for 16 but 6 int\n\n\/\/ Cannot have tie breaker with both tied sore loser and non-sore loser\nassert tiedWinnerLoserTiedSoreLoser {\n\tno disj c,w,l: Candidate | c.outcome = TiedSoreLoser and\n\t w.outcome = TiedWinner and (l.outcome = Loser or l.outcome = TiedLoser)\n}\ncheck tiedWinnerLoserTiedSoreLoser for 6 int\n\n-- Sample scenarios\npred TwoCandidatePlurality { \n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 2\n}\nrun TwoCandidatePlurality for 10 but 1 Ballot, 6 int\n\npred PluralityTiedWinner {\n\tElection.method = Plurality\n\tElection.seats = 1\n\tsome disj a,b: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser\n}\nrun PluralityTiedWinner for 10 but 2 Ballot, 6 int\n\npred ThreeCandidatePlurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 3\n}\nrun ThreeCandidatePlurality for 6 int\n\npred Plurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun Plurality for 5 but 6 int\n\npred TenCandidatePluralityWithTwoSeats {\n\tElection.method = Plurality\n\tElection.seats = 2\n\t#Election.candidates = 10\n}\nrun TenCandidatePluralityWithTwoSeats for 10 but 6 int\n\npred InstantRunoffVoting {\n\tElection.method = STV\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun InstantRunoffVoting for 10 but 6 int\n\npred STV3 {\n\tElection.method = STV\n\tElection.seats = 3\n}\nrun STV3 for 5 but 6 int\n\npred ThreeWinnersOneLoser {\n\tsome a: Candidate | a.outcome = Winner\n \tsome b: Candidate | b.outcome = QuotaWinner\n\tsome c: Candidate | c.outcome = CompromiseWinner\n\tsome d: Candidate | d in Scenario.losers\n}\nrun ThreeWinnersOneLoser for 8 but 6 int\n\npred LoserAndEarlyLoser {\n\tone d: Candidate | d.outcome = Loser\n\tone e: Candidate | e.outcome = EarlyLoser\n}\nrun LoserAndEarlyLoser for 5 but 6 int\n\npred OneWinnerNineLosers {\n\t#Scenario.winners = 1\n\t#Scenario.losers = 9\n}\nrun OneWinnerNineLosers for 16 but 6 int\n\npred ThreeWayTie {\n\tsome disj a,b,c: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser\n}\nrun ThreeWayTie for 5 but 6 int\n\npred FiveWayTie {\n\tsome disj a,b,c,d,e: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser and d.outcome = TiedLoser and e.outcome = TiedWinner\n}\nrun FiveWayTie for 7 but 6 int\n\npred TwentyCandidates {\n\t#Election.candidates = 20\n\tsome c: Candidate | 0 < #c.votes and c in Scenario.losers\n}\nrun TwentyCandidates for 20 but 6 int\n\npred Outcomes {\n \tsome disj a,b,c,d,e,f,g,h,i: Candidate | \n\t\t(a.outcome = Winner and b.outcome = QuotaWinner and \n\t\tc.outcome = CompromiseWinner and d.outcome = Loser and\n\t\te.outcome = EarlyLoser and f.outcome = SoreLoser and\n\t\tg.outcome = TiedWinner and h.outcome = TiedLoser and i.outcome = TiedEarlyLoser)\n}\nrun Outcomes for 10 but 6 int\n\npred TenDifferentBallots {\n\t#BallotBox.ballots = 10\n\tno disj a,b: Ballot | a.preferences.first = b.preferences.first and #a.preferences = #b.preferences and\n\t\ta.preferences.last = b.preferences.last and #a.assignees = #b.assignees\n}\nrun TenDifferentBallots for 10 but 6 int\n\npred ScenarioLWW {\n\tsome a: Candidate | a.outcome = Loser\n\tsome disj b,c: Candidate | b.outcome = Winner and c.outcome = Winner\n #Election.candidates = 3\n}\nrun ScenarioLWW for 6 int\n\npred AnyScenarioWithTiedSoreLoser {\n\tsome c: Candidate | c.outcome = TiedSoreLoser\n}\nrun AnyScenarioWithTiedSoreLoser for 6 int\n\npred LongBallot {\n\tsome b: Ballot | #b.preferences = 12\n}\nrun LongBallot for 15 but 15 seq, 7 int\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"907e3b761e0c8df1d546137d0f78887a5e5437bc","subject":"refactor fun range","message":"refactor fun range\n","repos":"nishio\/learning_alloy,nishio\/learning_alloy,nishio\/learning_alloy","old_file":"illust_logic\/illustLogic.als","new_file":"illust_logic\/illustLogic.als","new_contents":"open util\/ordering[Col] as cols\nopen util\/ordering[Row] as rows\n\nabstract sig Region {\n\tindex: Int\n}\nsig Col extends Region {\n\tcell: Row -> Color\n}{\n\tindex >= 0\n\tindex <= 9\n}\nsig Row extends Region {}{\n\tindex >= 0\n\tindex <= 9\n}\n\nfact {\n\tall r: Col - last {\n\t\tadd[r.index, 1] = r.next.index\n\t}\n\tall r: Row - last {\n\t\tadd[r.index, 1] = r.next.index\n\t}\n}\n\nenum Color { Black, White }\n\nfact {\n\tall c: Col, r: Row | one cell [c, r]\n}\n\n-- both Row and Col\npred prev_is_white(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u30c8\u30ea\u30c3\u30af: prev\u304cCol->Col\u3067\u3082Row\u306b\u4f7f\u3063\u3066\u3088\u3044\n\t\/\/ \u306a\u305c\u306a\u3089\u7a7a\u96c6\u5408\u304c\u8fd4\u308b\u306e\u3067in White\u304c\u6210\u7acb\u3059\u308b\u304b\u3089\n\tcell[prev[c], r] + cell[c, prev[r]] in White\n}\n\npred no_prev(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u30c8\u30ea\u30c3\u30af: next\u304cCol->Col\u3067\u3082Row\u306b\u4f7f\u3063\u3066\u3088\u3044\n\t\/\/ \u306a\u305c\u306a\u3089\u7a7a\u96c6\u5408\u304c\u8fd4\u308b\u306e\u3067no\u304c\u6210\u7acb\u3059\u308b\u304b\u3089\n\tno prev[c] and no prev[r]\n}\n\n\/\/ c, r\u304c\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u3067\u3042\u308b\u304b\u3069\u3046\u304b\npred is_black_head(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u6700\u521d\u306eRow\u3067\u3042\u308b\u304b\u3001\u307e\u305f\u306f\u524d\u306eRow\u306e\u30bb\u30eb\u304c\u767d\u3044\n\tno_prev[c, r, prev] or prev_is_white[c, r, prev]\n\t\/\/ \u3053\u306e\u30bb\u30eb\u306f\u9ed2\u3044\n\tcell[c, r] in Black\n}\nfun get_block_end(start: Region, size: Int): Region{\n\tplus[start.index, minus[size, 1]][index]\n}\n\nfun IntTo(i: Int, R: Region): Region{\n\tindex.i & R\n}\n\npred sorted(xs: Int, s: seq Int){\n\t\/\/ s\u306e\u8981\u7d20\u306fxs\u3068\u540c\u4e00\n\ts.elems = xs\n\t\/\/ s\u306f\u5358\u8abf\u5897\u52a0\n\tall i: s.butlast.inds | lt [s[i], s[plus[i, 1]]]\t\n}\n\n-- about rows or cols\n\npred headsSeqInRow (r: Row, s: seq Col) {\n\tsorted[\n\t\t{ c: Col | is_black_head[c, r, cols\/prev]}.index,\n\t\ts.index]\n}\npred headsSeqInCol (c: Col, s: seq Row) {\n\tsorted[\n\t\t{ r: Row | is_black_head[c, r, rows\/prev]}.index,\n\t\ts.index]\n}\n\n\nfun range(R: Region, start, end: Int): Region{\n\t{r: R | start =< r.index and r.index =< end}\n}\n\n\npred rowHint (j: Int, sizes: seq Int) {\n\tlet r = IntTo[j, Row] | some cs: seq Col {\n\t\t#sizes = #cs\n\t\t\/\/ cs\u306f\u9ed2\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u306e\u4f4d\u7f6e\u306e\u30bd\u30fc\u30c8\u3055\u308c\u305f\u30b7\u30fc\u30af\u30a8\u30f3\u30b9\n\t\theadsSeqInRow [r, cs]\n\t\tall i: sizes.inds {\n\t\t\t\/\/ cs[i]\u3092start, start\u306e\u4f4d\u7f6e\u306bsize[i]\u3092\u8db3\u3057\u30661\u3092\u5f15\u3044\u305f\u4f4d\u7f6e\u306b\u3042\u308bCol\u3092end\u3068\u547c\u3076\n\t\t\tlet start = cs [i], end = Col & get_block_end[start, sizes[i]] {\n\t\t\t\t\/\/ end\u304c\u5b58\u5728\u3059\u308b\n\t\t\t\tsome end\n\t\t\t\t\/\/ start\u304b\u3089end\u307e\u3067\u5168\u90e8\u9ed2\n\t\t\t\tall c: range[Col, start.index, end.index] | cell [c, r] in Black\n\t\t\t\t\/\/ end\u306e\u6b21\u304c\u306a\u3044\u304b\u3001\u307e\u305f\u306f\u767d\n\t\t\t\tno end.next or cell [end.next, r] in White\n\t\t\t}\n\t\t}\n\t}\n}\npred colHint (j: Int, sizes: seq Int) {\n\tlet c = IntTo[j, Col] | some rs: seq Row {\n\t\t#sizes = #rs\n\t\theadsSeqInCol [c, rs]\n\t\tall i: sizes.inds {\n\t\t\tlet start = rs [i], end = Row & get_block_end[start, sizes[i]] {\n\t\t\t\tsome end\n\t\t\t\tall r: range[Row, start.index, end.index] | cell [c, r] in Black\n\t\t\t\tno end.next or cell [c, end.next] in White\n\t\t\t}\n\t\t}\n\t}\n}\n-- riddle from http:\/\/homepage1.nifty.com\/sabo10\/rulelog\/illust.html\nsolve: run {\n\trowHint [0, 0 -> 3]\n\trowHint [1, 0 -> 2 + 1 -> 2]\n\trowHint [2, 0 -> 1 + 1 -> 1 + 2 -> 1]\n\trowHint [3, 0 -> 3 + 1 -> 3]\n\trowHint [4, 0 -> 5]\n\trowHint [5, 0 -> 7]\n\trowHint [6, 0 -> 7]\n\trowHint [7, 0 -> 7]\n\trowHint [8, 0 -> 7]\n\trowHint [9, 0 -> 5]\n\n\tcolHint [0, 0 -> 4]\n\tcolHint [1, 0 -> 6]\n\tcolHint [2, 0 -> 7]\n\tcolHint [3, 0 -> 9]\n\tcolHint [4, 0 -> 2 + 1 -> 7]\n\tcolHint [5, 0 -> 1 + 1 -> 6]\n\tcolHint [6, 0 -> 2 + 1 -> 4]\n\tcolHint [7, 0 -> 3]\n\tcolHint [8, 0 -> 1]\n\tcolHint [9, 0 -> 2]\n} for 10 but 5 Int\n","old_contents":"open util\/ordering[Col] as cols\nopen util\/ordering[Row] as rows\n\nabstract sig Region {\n\tindex: Int\n}\nsig Col extends Region {\n\tcell: Row -> Color\n}{\n\tindex >= 0\n\tindex <= 9\n}\nsig Row extends Region {}{\n\tindex >= 0\n\tindex <= 9\n}\n\nfact {\n\tall r: Col - last {\n\t\tadd[r.index, 1] = r.next.index\n\t}\n\tall r: Row - last {\n\t\tadd[r.index, 1] = r.next.index\n\t}\n}\n\nenum Color { Black, White }\n\nfact {\n\tall c: Col, r: Row | one cell [c, r]\n}\n\n-- both Row and Col\npred prev_is_white(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u30c8\u30ea\u30c3\u30af: prev\u304cCol->Col\u3067\u3082Row\u306b\u4f7f\u3063\u3066\u3088\u3044\n\t\/\/ \u306a\u305c\u306a\u3089\u7a7a\u96c6\u5408\u304c\u8fd4\u308b\u306e\u3067in White\u304c\u6210\u7acb\u3059\u308b\u304b\u3089\n\tcell[prev[c], r] + cell[c, prev[r]] in White\n}\n\npred no_prev(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u30c8\u30ea\u30c3\u30af: next\u304cCol->Col\u3067\u3082Row\u306b\u4f7f\u3063\u3066\u3088\u3044\n\t\/\/ \u306a\u305c\u306a\u3089\u7a7a\u96c6\u5408\u304c\u8fd4\u308b\u306e\u3067no\u304c\u6210\u7acb\u3059\u308b\u304b\u3089\n\tno prev[c] and no prev[r]\n}\n\n\/\/ c, r\u304c\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u3067\u3042\u308b\u304b\u3069\u3046\u304b\npred is_black_head(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u6700\u521d\u306eRow\u3067\u3042\u308b\u304b\u3001\u307e\u305f\u306f\u524d\u306eRow\u306e\u30bb\u30eb\u304c\u767d\u3044\n\tno_prev[c, r, prev] or prev_is_white[c, r, prev]\n\t\/\/ \u3053\u306e\u30bb\u30eb\u306f\u9ed2\u3044\n\tcell[c, r] in Black\n}\nfun range(start, end: Region, next: Region -> Region): Region{\n\tstart.*next - end.^next\n}\n\nfun get_block_end(start: Region, size: Int): Region{\n\tplus[start.index, minus[size, 1]][index]\n}\n\nfun IntTo(i: Int, R: Region): Region{\n\tindex.i & R\n}\n\npred sorted(xs: Int, s: seq Int){\n\t\/\/ s\u306e\u8981\u7d20\u306fxs\u3068\u540c\u4e00\n\ts.elems = xs\n\t\/\/ s\u306f\u5358\u8abf\u5897\u52a0\n\tall i: s.butlast.inds | lt [s[i], s[plus[i, 1]]]\t\n}\n\n-- about rows or cols\n\npred headsSeqInRow (r: Row, s: seq Col) {\n\tsorted[\n\t\t{ c: Col | is_black_head[c, r, cols\/prev]}.index,\n\t\ts.index]\n}\npred headsSeqInCol (c: Col, s: seq Row) {\n\tsorted[\n\t\t{ r: Row | is_black_head[c, r, rows\/prev]}.index,\n\t\ts.index]\n}\n\npred rowHint (j: Int, sizes: seq Int) {\n\tlet r = IntTo[j, Row] | some cs: seq Col {\n\t\t#sizes = #cs\n\t\t\/\/ cs\u306f\u9ed2\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u306e\u4f4d\u7f6e\u306e\u30bd\u30fc\u30c8\u3055\u308c\u305f\u30b7\u30fc\u30af\u30a8\u30f3\u30b9\n\t\theadsSeqInRow [r, cs]\n\t\tall i: sizes.inds {\n\t\t\t\/\/ cs[i]\u3092start, start\u306e\u4f4d\u7f6e\u306bsize[i]\u3092\u8db3\u3057\u30661\u3092\u5f15\u3044\u305f\u4f4d\u7f6e\u306b\u3042\u308bCol\u3092end\u3068\u547c\u3076\n\t\t\tlet start = cs [i], end = Col & get_block_end[start, sizes[i]] {\n\n\t\t\t\t\/\/ end\u304c\u5b58\u5728\u3059\u308b\n\t\t\t\tsome end\n\t\t\t\t\/\/ start\u304b\u3089end\u307e\u3067\u5168\u90e8\u9ed2\n\t\t\t\tall c: range[start, end, cols\/next] | cell [c, r] in Black\n\t\t\t\t\/\/ end\u306e\u6b21\u304c\u306a\u3044\u304b\u3001\u307e\u305f\u306f\u767d\n\t\t\t\tno end.next or cell [end.next, r] in White\n\t\t\t}\n\t\t}\n\t}\n}\npred colHint (j: Int, sizes: seq Int) {\n\tlet c = IntTo[j, Col] | some rs: seq Row {\n\t\t#sizes = #rs\n\t\theadsSeqInCol [c, rs]\n\t\tall i: sizes.inds {\n\t\t\tlet start = rs [i], end = Row & get_block_end[start, sizes[i]] {\n\t\t\t\tsome end\n\t\t\t\tall r: range[start, end, rows\/next] | cell [c, r] in Black\n\t\t\t\tno end.next or cell [c, end.next] in White\n\t\t\t}\n\t\t}\n\t}\n}\n-- riddle from http:\/\/homepage1.nifty.com\/sabo10\/rulelog\/illust.html\nsolve: run {\n\trowHint [0, 0 -> 3]\n\trowHint [1, 0 -> 2 + 1 -> 2]\n\trowHint [2, 0 -> 1 + 1 -> 1 + 2 -> 1]\n\trowHint [3, 0 -> 3 + 1 -> 3]\n\trowHint [4, 0 -> 5]\n\trowHint [5, 0 -> 7]\n\trowHint [6, 0 -> 7]\n\trowHint [7, 0 -> 7]\n\trowHint [8, 0 -> 7]\n\trowHint [9, 0 -> 5]\n\n\tcolHint [0, 0 -> 4]\n\tcolHint [1, 0 -> 6]\n\tcolHint [2, 0 -> 7]\n\tcolHint [3, 0 -> 9]\n\tcolHint [4, 0 -> 2 + 1 -> 7]\n\tcolHint [5, 0 -> 1 + 1 -> 6]\n\tcolHint [6, 0 -> 2 + 1 -> 4]\n\tcolHint [7, 0 -> 3]\n\tcolHint [8, 0 -> 1]\n\tcolHint [9, 0 -> 2]\n} for 10 but 5 Int\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"152d0718e578c4b27e838dfbeff187490baeb8c1","subject":"tabify","message":"tabify\n","repos":"nishio\/learning_alloy,nishio\/learning_alloy,nishio\/learning_alloy","old_file":"illust_logic\/illustLogic.als","new_file":"illust_logic\/illustLogic.als","new_contents":"open util\/ordering[Col] as cols\nopen util\/ordering[Row] as rows\n\nabstract sig Region {\n\tindex: Int\n}\nsig Col extends Region {\n\tcell: Row -> Color\n}{\n\tindex >= 0\n\tindex <= 9\n}\nsig Row extends Region {}{\n\tindex >= 0\n\tindex <= 9\n}\n\nfact {\n\tall r: Col - last {\n\t\tadd[r.index, 1] = r.next.index\n\t}\n\tall r: Row - last {\n\t\tadd[r.index, 1] = r.next.index\n\t}\n}\n\nenum Color { Black, White }\n\nfact {\n\tall c: Col, r: Row | one cell [c, r]\n}\n\n-- both Row and Col\npred prev_is_white(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u30c8\u30ea\u30c3\u30af: prev\u304cCol->Col\u3067\u3082Row\u306b\u4f7f\u3063\u3066\u3088\u3044\n\t\/\/ \u306a\u305c\u306a\u3089\u7a7a\u96c6\u5408\u304c\u8fd4\u308b\u306e\u3067in White\u304c\u6210\u7acb\u3059\u308b\u304b\u3089\n\tcell[prev[c], r] + cell[c, prev[r]] in White\n}\n\npred no_prev(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u30c8\u30ea\u30c3\u30af: next\u304cCol->Col\u3067\u3082Row\u306b\u4f7f\u3063\u3066\u3088\u3044\n\t\/\/ \u306a\u305c\u306a\u3089\u7a7a\u96c6\u5408\u304c\u8fd4\u308b\u306e\u3067no\u304c\u6210\u7acb\u3059\u308b\u304b\u3089\n\tno prev[c] and no prev[r]\n}\n\n\/\/ c, r\u304c\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u3067\u3042\u308b\u304b\u3069\u3046\u304b\npred is_black_head(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u6700\u521d\u306eRow\u3067\u3042\u308b\u304b\u3001\u307e\u305f\u306f\u524d\u306eRow\u306e\u30bb\u30eb\u304c\u767d\u3044\n\tno_prev[c, r, prev] or prev_is_white[c, r, prev]\n\t\/\/ \u3053\u306e\u30bb\u30eb\u306f\u9ed2\u3044\n\tcell[c, r] in Black\n}\nfun range(start, end: Region, next: Region -> Region): Region{\n\tstart.*next - end.^next\n}\n\nfun get_block_end(start: Region, size: Int): Region{\n\tplus[start.index, minus[size, 1]][index]\n}\n\nfun IntTo(i: Int, R: Region): Region{\n\tindex.i & R\n}\n\n-- about rows or cols\nfact noOtherHeadsInRow {\n\tno c: Col, r: Row {\n\t\tc not in { c: Col | is_black_head[c, r, cols\/prev]}\n\t\tis_black_head[c, r, cols\/prev]\n\t}\n}\nfact noOtherHeadsInCol {\n\tno c: Col, r: Row {\n\t\tr not in { r: Row | is_black_head[c, r, rows\/prev]}\n\t\tis_black_head[c, r, rows\/prev]\n\t}\n}\n\n\npred headsSeqInRow (r: Row, s: seq Col) {\n\ts.elems = { c: Col | is_black_head[c, r, cols\/prev]}\n\tall i: s.butlast.inds | lt [s[i], s[plus[i, 1]]]\n}\npred headsSeqInCol (c: Col, s: seq Row) {\n\t\/\/ s\u306e\u8981\u7d20\u306f\u30d6\u30ed\u30c3\u30af\u5148\u982d\u306e\u96c6\u5408\u3068\u540c\u4e00\n\ts.elems = { r: Row | is_black_head[c, r, rows\/prev]}\n\t\/\/ s\u306f\u5358\u8abf\u5897\u52a0\n\tall i: s.butlast.inds | lt [s[i], s[plus[i, 1]]]\n}\n\n\npred rowHint (j: Int, sizes: seq Int) {\n\tlet r = IntTo[j, Row] | some cs: seq Col {\n\t\t#sizes = #cs\n\t\t\/\/ cs\u306f\u9ed2\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u306e\u4f4d\u7f6e\u306e\u30bd\u30fc\u30c8\u3055\u308c\u305f\u30b7\u30fc\u30af\u30a8\u30f3\u30b9\n\t\theadsSeqInRow [r, cs]\n\t\tall i: sizes.inds {\n\t\t\t\/\/ cs[i]\u3092start, start\u306e\u4f4d\u7f6e\u306bsize[i]\u3092\u8db3\u3057\u30661\u3092\u5f15\u3044\u305f\u4f4d\u7f6e\u306b\u3042\u308bCol\u3092end\u3068\u547c\u3076\n\t\t\tlet start = cs [i], end = Col & get_block_end[start, sizes[i]] {\n\n\t\t\t\t\/\/ end\u304c\u5b58\u5728\u3059\u308b\n\t\t\t\tsome end\n\t\t\t\t\/\/ start\u304b\u3089end\u307e\u3067\u5168\u90e8\u9ed2\n\t\t\t\tall c: range[start, end, cols\/next] | cell [c, r] in Black\n\t\t\t\t\/\/ end\u306e\u6b21\u304c\u306a\u3044\u304b\u3001\u307e\u305f\u306f\u767d\n\t\t\t\tno end.next or cell [end.next, r] in White\n\t\t\t}\n\t\t}\n\t}\n}\npred colHint (j: Int, sizes: seq Int) {\n\tlet c = IntTo[j, Col] | some rs: seq Row {\n\t\t#sizes = #rs\n\t\theadsSeqInCol [c, rs]\n\t\tall i: sizes.inds {\n\t\t\tlet start = rs [i], end = Row & get_block_end[start, sizes[i]] {\n\t\t\t\tsome end\n\t\t\t\tall r: range[start, end, rows\/next] | cell [c, r] in Black\n\t\t\t\tno end.next or cell [c, end.next] in White\n\t\t\t}\n\t\t}\n\t}\n}\n-- riddle from http:\/\/homepage1.nifty.com\/sabo10\/rulelog\/illust.html\nsolve: run {\n\trowHint [0, 0 -> 3]\n\trowHint [1, 0 -> 2 + 1 -> 2]\n\trowHint [2, 0 -> 1 + 1 -> 1 + 2 -> 1]\n\trowHint [3, 0 -> 3 + 1 -> 3]\n\trowHint [4, 0 -> 5]\n\trowHint [5, 0 -> 7]\n\trowHint [6, 0 -> 7]\n\trowHint [7, 0 -> 7]\n\trowHint [8, 0 -> 7]\n\trowHint [9, 0 -> 5]\n\n\tcolHint [0, 0 -> 4]\n\tcolHint [1, 0 -> 6]\n\tcolHint [2, 0 -> 7]\n\tcolHint [3, 0 -> 9]\n\tcolHint [4, 0 -> 2 + 1 -> 7]\n\tcolHint [5, 0 -> 1 + 1 -> 6]\n\tcolHint [6, 0 -> 2 + 1 -> 4]\n\tcolHint [7, 0 -> 3]\n\tcolHint [8, 0 -> 1]\n\tcolHint [9, 0 -> 2]\n} for 10 but 5 Int\n","old_contents":"open util\/ordering[Col] as cols\nopen util\/ordering[Row] as rows\n\nabstract sig Region {\n\tindex: Int\n}\nsig Col extends Region {\n cell: Row -> Color\n}{\n\tindex >= 0\n\tindex <= 9\n}\nsig Row extends Region {}{\n\tindex >= 0\n\tindex <= 9\n}\n\nfact {\n\tall r: Col - last {\n\t\tadd[r.index, 1] = r.next.index\n\t}\n\tall r: Row - last {\n\t\tadd[r.index, 1] = r.next.index\n\t}\n}\n\nenum Color { Black, White }\n\nfact {\n all c: Col, r: Row | one cell [c, r]\n}\n\n-- both Row and Col\npred prev_is_white(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u30c8\u30ea\u30c3\u30af: prev\u304cCol->Col\u3067\u3082Row\u306b\u4f7f\u3063\u3066\u3088\u3044\n\t\/\/ \u306a\u305c\u306a\u3089\u7a7a\u96c6\u5408\u304c\u8fd4\u308b\u306e\u3067in White\u304c\u6210\u7acb\u3059\u308b\u304b\u3089\n\tcell[prev[c], r] + cell[c, prev[r]] in White\n}\n\npred no_prev(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u30c8\u30ea\u30c3\u30af: next\u304cCol->Col\u3067\u3082Row\u306b\u4f7f\u3063\u3066\u3088\u3044\n\t\/\/ \u306a\u305c\u306a\u3089\u7a7a\u96c6\u5408\u304c\u8fd4\u308b\u306e\u3067no\u304c\u6210\u7acb\u3059\u308b\u304b\u3089\n\tno prev[c] and no prev[r]\n}\n\n\/\/ c, r\u304c\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u3067\u3042\u308b\u304b\u3069\u3046\u304b\npred is_black_head(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u6700\u521d\u306eRow\u3067\u3042\u308b\u304b\u3001\u307e\u305f\u306f\u524d\u306eRow\u306e\u30bb\u30eb\u304c\u767d\u3044\n no_prev[c, r, prev] or prev_is_white[c, r, prev]\n\t\/\/ \u3053\u306e\u30bb\u30eb\u306f\u9ed2\u3044\n cell[c, r] in Black\n}\nfun range(start, end: Region, next: Region -> Region): Region{\n\tstart.*next - end.^next\n}\n\nfun get_block_end(start: Region, size: Int): Region{\t\n\tplus[start.index, minus[size, 1]][index]\n}\n\nfun IntTo(i: Int, R: Region): Region{\n\tindex.i & R\n}\n\n-- about rows or cols\nfact noOtherHeadsInRow {\n no c: Col, r: Row {\n\t\tc not in { c: Col | is_black_head[c, r, cols\/prev]}\n\t\tis_black_head[c, r, cols\/prev]\n\t}\n}\nfact noOtherHeadsInCol {\n no c: Col, r: Row {\n\t\tr not in { r: Row | is_black_head[c, r, rows\/prev]}\n\t\tis_black_head[c, r, rows\/prev]\n\t}\n}\n\n\npred headsSeqInRow (r: Row, s: seq Col) {\n s.elems = { c: Col | is_black_head[c, r, cols\/prev]}\n all i: s.butlast.inds | lt [s[i], s[plus[i, 1]]]\n}\npred headsSeqInCol (c: Col, s: seq Row) {\n\t\/\/ s\u306e\u8981\u7d20\u306f\u30d6\u30ed\u30c3\u30af\u5148\u982d\u306e\u96c6\u5408\u3068\u540c\u4e00\n s.elems = { r: Row | is_black_head[c, r, rows\/prev]}\n\t\/\/ s\u306f\u5358\u8abf\u5897\u52a0\n all i: s.butlast.inds | lt [s[i], s[plus[i, 1]]]\n}\n\n\npred rowHint (j: Int, sizes: seq Int) {\n let r = IntTo[j, Row] | some cs: seq Col {\n #sizes = #cs\n \/\/ cs\u306f\u9ed2\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u306e\u4f4d\u7f6e\u306e\u30bd\u30fc\u30c8\u3055\u308c\u305f\u30b7\u30fc\u30af\u30a8\u30f3\u30b9\n headsSeqInRow [r, cs]\n all i: sizes.inds {\n \/\/ cs[i]\u3092start, start\u306e\u4f4d\u7f6e\u306bsize[i]\u3092\u8db3\u3057\u30661\u3092\u5f15\u3044\u305f\u4f4d\u7f6e\u306b\u3042\u308bCol\u3092end\u3068\u547c\u3076\n let start = cs [i], end = Col & get_block_end[start, sizes[i]] {\n\n \/\/ end\u304c\u5b58\u5728\u3059\u308b\n some end\n \/\/ start\u304b\u3089end\u307e\u3067\u5168\u90e8\u9ed2\n all c: range[start, end, cols\/next] | cell [c, r] in Black\n \/\/ end\u306e\u6b21\u304c\u306a\u3044\u304b\u3001\u307e\u305f\u306f\u767d\n no end.next or cell [end.next, r] in White\n }\n }\n }\n}\npred colHint (j: Int, sizes: seq Int) {\n let c = IntTo[j, Col] | some rs: seq Row {\n #sizes = #rs\n headsSeqInCol [c, rs]\n all i: sizes.inds {\n let start = rs [i], end = Row & get_block_end[start, sizes[i]] {\n \tsome end\n \tall r: range[start, end, rows\/next] | cell [c, r] in Black\n \tno end.next or cell [c, end.next] in White\n \t}\n\t\t}\n }\n}\n-- riddle from http:\/\/homepage1.nifty.com\/sabo10\/rulelog\/illust.html\nsolve: run {\n rowHint [0, 0 -> 3]\n rowHint [1, 0 -> 2 + 1 -> 2]\n rowHint [2, 0 -> 1 + 1 -> 1 + 2 -> 1]\n rowHint [3, 0 -> 3 + 1 -> 3]\n rowHint [4, 0 -> 5]\n rowHint [5, 0 -> 7]\n rowHint [6, 0 -> 7]\n rowHint [7, 0 -> 7]\n rowHint [8, 0 -> 7]\n rowHint [9, 0 -> 5]\n\n colHint [0, 0 -> 4]\n colHint [1, 0 -> 6]\n colHint [2, 0 -> 7]\n colHint [3, 0 -> 9]\n colHint [4, 0 -> 2 + 1 -> 7]\n colHint [5, 0 -> 1 + 1 -> 6]\n colHint [6, 0 -> 2 + 1 -> 4]\n colHint [7, 0 -> 3]\n colHint [8, 0 -> 1]\n colHint [9, 0 -> 2]\n} for 10 but 5 Int\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"7af1acb6ff904bbc18481129ad7b951151d290cb","subject":"mystery","message":"mystery\n","repos":"nishio\/learning_alloy,nishio\/learning_alloy,nishio\/learning_alloy","old_file":"mystery.als","new_file":"mystery.als","new_contents":"open util\/ordering[Time]\nenum Person {A, B, C}\nsig Place {}\none sig Nowhere extends Place {}\nsig Time {\n visit: Person -> Place\n}\nfact {\n all t: Time, p: Person {\n one t.visit[p] \/\/ \u4eba\u306f\u4e00\u5ea6\u306b\u4e00\u7b87\u6240\u306b\u3057\u304b\u3044\u306a\u3044\n }\n}\n\nenum Bool {T, F}\nenum BoolBool {TT, TF, FT, FF}\n\nabstract sig Constrain{\n by: one Person,\n who: one Person\n}\n\n\nsig is_honest extends Constrain {}\nsig is_visit extends Constrain {\n when: Time,\n where: Place\n}\n\npred satisfy(cs: Constrain, a, b, c: BoolBool){\n let\n bb = (A -> a) + (B -> b) + (C -> c),\n b0 = bb.(TT -> T + TF -> T + FT -> F + FF -> F),\n b1 = bb.(TT -> T + TF -> F + FT -> T + FF -> F)\n {\n \/\/ b0: Person -> Bool \/\/ \u6b63\u76f4T \u5618\u3092\u3064\u304f\u304b\u3082\u3057\u308c\u306a\u3044\u4eba\n \/\/ b1: Person -> Bool \/\/ \u72af\u4ebaT\n \/\/ \u6b63\u76f4\u8005\u306e\u4eba\u6570\u306f1\u4eba\n \/\/#{b0.T} = 1\n \/\/ \u72af\u4eba\u306f1\u4eba\n #{b1.T} = 1\n\n \/\/ \u3059\u3079\u3066\u306e\u6b63\u76f4\u767a\u8a00\u306b\u3064\u3044\u3066\u3001\n \/\/ \u767a\u8a00\u8005\u304c\u6b63\u76f4\u306a\u3089\u5bfe\u8c61\u3082\u6b63\u76f4\n all c: cs & is_honest{\n\t (c.by.b0 = T) => (c.who.b0 = T)\n }\n \/\/ \u3059\u3079\u3066\u306e\u76ee\u6483\u60c5\u5831\u306b\u3064\u3044\u3066\n \/\/ \u767a\u8a00\u8005\u304c\u6b63\u76f4\u306a\u3089\n all c: cs & is_visit{\n\t (c.by.b0 = T) => {\n\t let t = c.when {\n\t t.visit[c.who] = c.where \/\/ \u305d\u306e\u6642\u523b\u306b\u305d\u3053\u306b\u3044\u308b\n\t }\n\t }\n }\n }\n}\n\nfact {\n \/\/ \u4eba\u306e\u79fb\u52d5\u306b\u95a2\u3059\u308b\u5236\u7d04\n all t: Time - first, p: Person {\n t.visit[p] = t.prev.visit[p] \/\/ \u540c\u3058\u4f4d\u7f6e\u306b\u3068\u3069\u307e\u308b\n or t.visit[p] = Nowhere or t.prev.visit[p] = Nowhere\n }\n}\n\nrun {\n let answers = {\n a, b, c: BoolBool |\n \t satisfy[Constrain, a, b, c]}\n {\n\/\/\tsome answers\n one answers\n\/*\n all x: Constrain {\n\t not one {\n\t a, b, c: BoolBool |\n\t satisfy[Constrain - x, a, b, c]\n\t }\n }\n*\/\n }\n} for 3 Place, 3 Time, 20 Constrain\n","old_contents":"sig Person {}\n\nrun {} for 3 Person","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"7e1db1e5a2d5d80505317eadedacc36c2f8aa042","subject":"Fixed overconstraint in well-formedness of ballot papers.","message":"Fixed overconstraint in well-formedness of ballot papers.\n","repos":"GaloisInc\/Votail,GaloisInc\/Votail,GaloisInc\/Votail","old_file":"models\/Voting.als","new_file":"models\/Voting.als","new_contents":"-- (c) 2010, Dermot Cochran, IT University of Copenhagen\n-- http:\/\/www.kindsoftware.com\/about\/people\/dc\n-- http:\/\/www.itu.dk\/people\/dero\n\nmodule Voting\n\nopen util\/integer\n\n-- A individual person standing for election\nsig Candidate {\n identifier: Int, -- Unique identifier for this candidate\n votes: \t\t\t set Ballot, \t-- First preference ballots assigned to this candidate\n\ttransfers: \t set Ballot, -- Ballots received by transfer from another candidate\n\tsurplus: \t\t set Ballot, \t-- Ballots given to another candidate (on election or elimination)\n\toutcome: \t\t Event\t\n} {\n\tno b: Ballot | b in votes & transfers\n\tall b: Ballot | b in votes + transfers => this in b.assignees\n\tsurplus in votes + transfers\n\tElection.method = Plurality implies #surplus = 0 and #transfers = 0\n 0 < identifier\n}\n\n-- A digital or paper artifact which accurately records the intentions of the voter\nsig Ballot {\n identifier:\t\tInt,\t\t\t\t -- Unique identifier for this ballot\n assignees: \t\tset Candidate, -- Candidates to which this ballot has been assigned\n preferences: \tseq Candidate\n} {\n\tassignees in preferences.elems\n not preferences.hasDups\n\tpreferences.elems in Election.candidates\n\tpreferences.first in assignees\n\tElection.method = Plurality implies #preferences = 1\n 0 < #preferences\n 0 < identifier\n some v: Vote | v.ballot = identifier and v.candidate = preferences.first.identifier and v.ranking = 1\n some v: Vote | v.ballot = identifier and v.candidate = preferences.last.identifier and v.ranking = #preferences\n all v: Vote | v.ballot = identifier implies v.candidate = preferences.subseq[v.ranking-1,v.ranking].first.identifier\n}\n\n-- Table of fragments of Votes used for encoding of results\nsig Vote {\n\tballot:\t\t\tInt,\t\t-- Ballot identifier\n candidate: \tInt,\t\t-- Candidate identifier\n ranking: \t\tInt\t\t-- Ranking of candidate on ballot paper (e.g. 1,2,3,...)\n} {\n\t0 < ranking and ranking <= #Election.candidates\n some b: Ballot | b.identifier = ballot and ranking <= #b.preferences\n some c: Candidate | c.identifier = candidate\n}\n\n-- An election result\none sig Scenario {\n \tlosers: \t\t\t\tset Candidate,\n \twinners: \t\t\tset Candidate,\n\teliminated: \t\tset Candidate, \t\t-- Candidates excluded under STV rules\n\tthreshold: \t\tInt, \t\t\t\t\t\t-- Minimum number of votes for a Loser or EarlyLoser\n\tquota: \t\t\t\tInt\t\t\t\t\t\t-- Minimum number of votes for a STV Winner or QuotaWinner\n}\n{\n \twinners + losers = Election.candidates\n \t#winners = Election.seats\n \tno c: Candidate | c in losers & winners\n \t0 < #losers\n \tall w: Candidate | all l: Candidate | l in losers and w in winners implies \n\t\t#l.votes + #l.transfers <= #w.votes + #w.transfers\n\t0 <= threshold\n\tthreshold < quota\n\tElection.method = Plurality implies #eliminated = 0\n\teliminated in losers\n\tall c: Candidate | c in losers implies Election.method = Plurality or #c.votes + #c.transfers < quota\n}\n\n\/* \n\tThere are four winner-outcomes and six loser-outcomes:\n\n\tWinner: \t\t\t\t\t\t(W1) elected in the first round of counting either by quota or plurality,\n\tQuotaWinner: \t\t\t\t(W2) elected with transfers from another candidate (STV only),\n\tCompromiseWinner: \t(W3) elected on the last round of counting without quota (STV only),\n\tTiedWinner:\t\t\t\t\t(W4) elected by tie breaker,\n\tTiedLoser:\t\t\t\t\t(L1) loses only by tie breaker but reaches the threshold,\n\tLoser:\t\t\t \t\t\t\t(L2) defeated on last round but reaches the minimum threshold of votes,\n TiedEarlyLoser:\t\t\t(L3) reaches threshold but eliminated by tie breaker (STV only),\n\tEarlyLoser:\t\t\t\t\t(L4) reaches threshold but is eliminated before last round (STV only),\n\tTiedSoreLoser:\t\t\t\t(L5) loses only by tie breaker but does not reach threshold,\n\tSoreLoser: \t\t\t\t\t(L6) does not even reach the mimimum threshold of votes\n*\/\nenum Event {Winner, QuotaWinner, CompromiseWinner, TiedWinner, \n\tTiedLoser, Loser, TiedEarlyLoser, EarlyLoser, TiedSoreLoser, SoreLoser}\n\nenum Method {Plurality, STV}\n\n-- An Election Constituency\none sig Election {\n candidates: \tset Candidate,\n seats: \t\t\t\tInt,\n method: \tMethod\n}\n{\n \t0 < seats\n \tseats < #candidates\n \tall c: Candidate | c in candidates\n}\n\n-- Independent (or Fundamental) Axioms\nfact uniqueCandidateID {\n no disj a,b: Candidate | a.identifier = b.identifier\n}\n\nfact uniqueBallotID {\n no disj a,b: Ballot | a.identifier = b.identifier\n}\n\nfact nonDuplicationOfVotes {\n no disj a,b: Vote | a.ballot = b.ballot and a.candidate = b.candidate\n}\n\nfact integrity {\n all c: Candidate | all b: Ballot | b in c.votes implies c in b.assignees\n}\n\nfact pluralityEvents {\n\tall c: Candidate | Election.method = Plurality implies\n\t\t(c.outcome = Loser or c.outcome = SoreLoser or c.outcome = Winner or \n\t\tc.outcome = TiedWinner or c.outcome = TiedLoser)\n}\n\nfact winnerSTV {\n\tall c: Candidate | Election.method = STV implies (\n\t\tc.outcome = Winner iff Scenario.quota <= #c.votes)\n}\n\nfact transferWinner {\n\tall c: Candidate | c.outcome = QuotaWinner iff \n\t\t#c.votes < Scenario.quota and Scenario.quota <= #c.votes + #c.transfers \n}\n\nfact closeWinner {\n\tall c: Candidate | c.outcome = CompromiseWinner or c.outcome = TiedWinner iff \n\t\tc in Scenario.winners and #c.votes + #c.transfers < Scenario.quota\n}\n\nfact soreLoser {\n\tall c: Candidate | (c.outcome = SoreLoser or c.outcome = TiedSoreLoser) iff \n\t\t#c.votes + #c.transfers < Scenario.threshold\n}\n\nfact loser {\n\tall c: Candidate | (c.outcome = Loser or c.outcome = TiedLoser or c.outcome = TiedSoreLoser) iff \n\t\tc in Scenario.losers - Scenario.eliminated\n}\n\nfact earlyLoser {\n\tall c: Candidate | c.outcome = EarlyLoser or c.outcome = TiedEarlyLoser iff \n\t\t(c in Scenario.losers & Scenario.eliminated and Scenario.threshold <= #c.votes + #c.transfers)\n}\n\nfact winners {\n\tall c: Candidate | c in Scenario.winners iff \n\t\tc.outcome = Winner or c.outcome = QuotaWinner or c.outcome = CompromiseWinner or \n\t\tc.outcome = TiedWinner\n}\n\nfact losers {\n\tall c: Candidate | c in Scenario.losers iff\n\t\t(c.outcome = Loser or c.outcome = EarlyLoser or c.outcome = SoreLoser or \n\t\tc.outcome = TiedLoser or c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser)\n}\n\n-- Non-Independent Axioms for Ballot Integrity\nfact transfers {\n\tall c: Candidate | 0 < #c.transfers implies Election.method = STV\n}\n\nfact onlyWinnersAndQuotaWinnersHaveSurplus {\n\tall c: Candidate | 0 < #c.surplus implies \n\t\tc.outcome = Winner or c.outcome = QuotaWinner\n}\n\nfact winnersNeedNoTransfers {\n\t\tall c: Candidate | c.outcome = Winner implies 0 = #c.transfers\n}\n\nfact firstPreference {\n\tall b: Ballot | all c: Candidate | b.preferences.first = c iff b in c.votes\n}\n\nfact sizeOfSurplus {\n\tall c: Candidate | (c in Scenario.winners and Election.method = STV and 0 < #c.surplus) implies \n\t\t#c.surplus = #c.votes + #c.transfers - Scenario.quota\n}\n\nfact transferToNextPreference {\n\tall b: Ballot | all disj donor,receiver: Candidate |\n\t\t(donor + receiver in b.assignees and\n\t\tb in receiver.transfers and b in donor.surplus implies \n\t\tb.preferences.idxOf[donor] < b.preferences.idxOf[receiver] and\n\t\treceiver in b.preferences.rest.elems)\n}\n\nfact pluralityWinner {\n\tall disj a, b: Candidate | (Election.method = Plurality and Election.seats = 1) and\n\t\ta.outcome = Winner implies #b.votes <= #a.votes\n}\n\nfact transferToNextContinuingCandidate {\n\tall disj skipped, receiving: Candidate | all b: Ballot |\n\t\tb.preferences.idxOf[skipped] < b.preferences.idxOf[receiving] and\n\t\treceiving in b.assignees and (not skipped in b.assignees) implies\n\t\t(skipped in Scenario.eliminated or skipped.outcome = Winner or \n\t\tskipped.outcome = QuotaWinner)\n}\n\n\/\/ All ballots transfers are associated with the last candidate to receive the transfer\nfact ownership {\n\tall disj c,d: Candidate | all b: Ballot | b in c.transfers implies c in b.assignees and \n\t\t(d not in b.assignees or b.preferences.idxOf[d] < b.preferences.idxOf[c])\n}\n\n\/\/ Lowest candidate is eliminated first\nfact lowestElimination {\n\tall disj c,d: Candidate | c in Scenario.eliminated and d not in Scenario.eliminated implies\n\t\t#c.votes + #c.transfers <= #d.votes + #d.transfers\n}\n\n\/\/ All ties involve equality between at least one winner and at least one loser on either original votes or\n\/\/ on transfers plus original votes\nfact equalityOfTiedWinner {\n all w: Candidate | some l: Candidate | w.outcome = TiedWinner and \n\t \t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies\n\t\t(#l.votes = #w.votes) or (#l.votes + #l.transfers = #w.votes + #w.transfers)\n}\n\nfact equalityOfTiedLosers {\n all s: Candidate | some w: Candidate | w.outcome = TiedWinner and \n (s.outcome = SoreLoser or s.outcome = TiedLoser or s.outcome = TiedEarlyLoser) implies\n (#s.votes = #w.votes) or (#s.votes + #s.transfers = #w.votes + #w.transfers)\n}\n\n\/\/ Ranking of votes on ballots\nfact firstPreference {\n\tall v: Vote | some b: Ballot | v.ballot = b.identifier and\n\t\tv.ranking = 1 implies b.preferences.first.identifier = v.candidate\n}\n\nfact rankingOfVotes {\n \tall v: Vote | some b: Ballot | some c: Candidate | Election.method = STV and\n\t\tv.ballot = b.identifier and v.candidate = c.identifier implies\n\t c in b.preferences.elems and v.ranking = b.preferences.idxOf[c] + 1\n}\n\n-- Scenario Validity Axioms\n\/\/ When there is a tied sore loser then there are no non-sore losers\nfact typeOfTiedLoser {\n no disj a,b: Candidate | a.outcome = TiedSoreLoser and \n (b.outcome = TiedLoser or b.outcome = TiedEarlyLoser or \n b.outcome=Loser or b.outcome=EarlyLoser)\n}\n\nfact tieBreaker {\n\tall w: Candidate | some l: Candidate | w.outcome = TiedWinner implies \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser)\n}\n\nfact validTieBreaker {\n\tall l: Candidate | some w: Candidate | \n (l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies \n w.outcome = TiedWinner\n}\n\n-- Axioms for the recording of vote fragments\nfact allVotesRecorded {\n all b: Ballot | some v: Vote | v.ballot = b.identifier and v.ranking = #b.preferences\n}\n\n\/\/ All vote fragments are recorded for each ballot\nfact lowerRankings {\n all v: Vote | some w: Vote | 1 < v.ranking implies w.ranking + 1 = v.ranking and\n\tv.ballot = w.ballot and not v.candidate = w.candidate\n}\n\n\/\/ No duplicate ranking of candidates in same ballot\nfact wellFormedRanking {\n\tno disj v,w: Vote | v.ballot = w.ballot and\n\t\t(v.candidate = w.candidate or v.ranking = w.ranking)\n}\n\n\/\/ Compromise winner must have more votes than any tied winners\nfact compromiseNotTied {\n\tall disj c,t: Candidate | (c.outcome = CompromiseWinner and t.outcome = TiedWinner) implies\n\t\t#t.votes + #t.transfers < #c.votes + #t.transfers\n}\n\n\/\/ Equal losers are tied\nfact equalityofTiedWinnersAndLosers {\n\tall disj w,l: Candidate | w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers implies\n\t\t\tw.outcome = TiedWinner and \n\t\t\t(l.outcome = TiedLoser or l.outcome = TiedEarlyLoser or l.outcome = TiedSoreLoser)\n}\n\n\/\/ Highest winner has a quota\nfact highestWinner {\n some c: Candidate | Election.method = STV implies \n\t\tScenario.quota <= #c.votes + #c.transfers\n}\n\n-- Basic Lemmas\nassert honestCount {\n\t all c: Candidate | all b: Ballot | b in c.votes + c.transfers implies c in b.assignees\n}\ncheck honestCount for 15 but 6 int\n\nassert atLeastOneLoser {\n\t0 < #Scenario.losers\n}\ncheck atLeastOneLoser for 15 but 6 int\n\nassert atLeastOneWinner {\n\t0 < #Scenario.winners\n}\ncheck atLeastOneWinner for 14 but 6 int\n\nassert wellFormednessOfBallots {\n\tall b: Ballot | b.assignees in Election.candidates\n}\ncheck wellFormednessOfBallots for 18 but 6 int\n\nassert plurality {\n\tall c: Candidate | all b: Ballot | b in c.votes and \n\t\tElection.method = Plurality implies c in b.preferences.first\n}\ncheck plurality for 18 but 6 int\n\nassert wellFormedTieBreaker {\n\tsome w,l : Candidate | (w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers) implies \n\t\tw.outcome = TiedWinner and \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome=TiedEarlyLoser)\n}\ncheck wellFormedTieBreaker for 18 but 6 int\n\nassert validSurplus {\n\tall c: Candidate | 0 < #c.surplus implies (c.outcome = Winner or c.outcome = QuotaWinner or \n\t\tc in Scenario.eliminated)\n}\ncheck validSurplus for 16 but 6 int\n\nassert wellFormedVote {\n\tall v: Vote | 0 < v.ballot and 0 < v.candidate\n}\ncheck wellFormedVote for 4 but 6 int\n\n-- Advanced Lemmas\n\/\/ No lost votes during counting\nassert accounting {\n\tall b: Ballot | one c: Candidate | b in c.votes and c in b.assignees\n}\ncheck accounting for 16 but 6 int\n\n\/\/ Cannot have tie breaker with both tied sore loser and non-sore loser\nassert tiedWinnerLoserTiedSoreLoser {\n\tno disj c,w,l: Candidate | c.outcome = TiedSoreLoser and\n\t w.outcome = TiedWinner and (l.outcome = Loser or l.outcome = TiedLoser)\n}\ncheck tiedWinnerLoserTiedSoreLoser for 6 int\n\n\/\/ Compromise winner must have at least one vote\nassert validCompromise {\n\tall c: Candidate | c.outcome = CompromiseWinner implies 0 < #c.votes + #c.transfers\n}\ncheck validCompromise for 6 int\n\n-- Sample scenarios\npred TwoCandidatePlurality { \n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 2\n}\nrun TwoCandidatePlurality for 10 but 1 Ballot, 6 int\n\npred PluralityTiedWinner {\n\tElection.method = Plurality\n\tElection.seats = 1\n\tsome disj a,b: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser\n}\nrun PluralityTiedWinner for 10 but 2 Ballot, 6 int\n\npred ThreeCandidatePlurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 3\n}\nrun ThreeCandidatePlurality for 6 int\n\npred Plurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun Plurality for 5 but 6 int\n\npred TenCandidatePluralityWithTwoSeats {\n\tElection.method = Plurality\n\tElection.seats = 2\n\t#Election.candidates = 10\n}\nrun TenCandidatePluralityWithTwoSeats for 10 but 6 int\n\npred InstantRunoffVoting {\n\tElection.method = STV\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun InstantRunoffVoting for 10 but 6 int\n\npred STV3 {\n\tElection.method = STV\n\tElection.seats = 3\n}\nrun STV3 for 5 but 6 int\n\npred ThreeWinnersOneLoser {\n Election.method = STV\n\tsome disj a,b,d: Candidate | a.outcome = Winner\n \t and b.outcome = QuotaWinner or b.outcome = CompromiseWinner\n\t and d in Scenario.losers\n}\nrun ThreeWinnersOneLoser for 6 but 6 int\n\npred LoserAndEarlyLoser {\n\tone d: Candidate | d.outcome = Loser\n\tone e: Candidate | e.outcome = EarlyLoser\n}\nrun LoserAndEarlyLoser for 5 but 6 int\n\npred OneWinnerNineLosers {\n\t#Scenario.winners = 1\n\t#Scenario.losers = 9\n}\nrun OneWinnerNineLosers for 16 but 6 int\n\npred ThreeWayTie {\n\t#Election.candidates = 3\n Election.method = Plurality\n\tsome disj a,b,c: Candidate | a.outcome = TiedWinner and \n\t\tb.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser\n}\nrun ThreeWayTie for 5 but 6 int\n\npred FiveWayTie {\n\tsome disj a,b,c,d,e: Candidate | a.outcome = TiedWinner and\n\t b.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser and d.outcome = TiedLoser and e.outcome = TiedWinner\n}\nrun FiveWayTie for 7 but 6 int\n\npred ScenarioLWW {\n\tsome disj a,b,c: Candidate | a in Scenario.losers and b.outcome = Winner and \n\t\tc in Scenario.winners\n #Election.candidates = 3\n}\nrun ScenarioLWW for 6 but 7 int\n\npred LongBallot {\n\tsome b: Ballot | #b.preferences = 7\n}\nrun LongBallot for 7 but 6 int\n\npred MultipleBallotsUnderSTV {\n\tElection.method = STV\n\tsome disj a,b,c,d: Ballot | 0 < #a.preferences and 0 < #b.preferences \n\tand 0 < #c.preferences and 0 < #d.preferences\n}\nrun MultipleBallotsUnderSTV for 10 but 6 int\n","old_contents":"-- (c) 2010, Dermot Cochran, IT University of Copenhagen\n-- http:\/\/www.kindsoftware.com\/about\/people\/dc\n-- http:\/\/www.itu.dk\/people\/dero\n\nmodule Voting\n\nopen util\/integer\n\n-- A individual person standing for election\nsig Candidate {\n identifier: Int, -- Unique identifier for this candidate\n votes: \t\t\t set Ballot, \t-- First preference ballots assigned to this candidate\n\ttransfers: \t set Ballot, -- Ballots received by transfer from another candidate\n\tsurplus: \t\t set Ballot, \t-- Ballots given to another candidate (on election or elimination)\n\toutcome: \t\t Event\t\n} {\n\tno b: Ballot | b in votes & transfers\n\tall b: Ballot | b in votes + transfers => this in b.assignees\n\tsurplus in votes + transfers\n\tElection.method = Plurality implies #surplus = 0 and #transfers = 0\n 0 < identifier\n}\n\n-- A digital or paper artifact which accurately records the intentions of the voter\nsig Ballot {\n identifier:\t\tInt,\t\t\t\t -- Unique identifier for this ballot\n assignees: \t\tset Candidate, -- Candidates to which this ballot has been assigned\n preferences: \tseq Candidate\n} {\n\tassignees in preferences.elems\n not preferences.hasDups\n\tpreferences.elems in Election.candidates\n\tpreferences.first in assignees\n\tElection.method = Plurality implies #preferences = 1\n 0 < #preferences\n 0 < identifier\n some v: Vote | v.ballot = identifier and v.candidate = preferences.first.identifier and v.ranking = 1\n some v: Vote | v.ballot = identifier and v.candidate = preferences.last.identifier and v.ranking = #preferences\n all v: Vote | v.ballot = identifier implies v.candidate = preferences.subseq[v.ranking-1,v.ranking].first.identifier\n}\n\n-- Table of fragments of Votes used for encoding of results\nsig Vote {\n\tballot:\t\t\tInt,\t\t-- Ballot identifier\n candidate: \tInt,\t\t-- Candidate identifier\n ranking: \t\tInt\t\t-- Ranking of candidate on ballot paper (e.g. 1,2,3,...)\n} {\n\t0 < ranking and ranking <= #Election.candidates\n some b: Ballot | b.identifier = ballot and ranking <= #b.preferences\n some c: Candidate | c.identifier = candidate\n}\n\n-- An election result\none sig Scenario {\n \tlosers: \t\t\t\tset Candidate,\n \twinners: \t\t\tset Candidate,\n\teliminated: \t\tset Candidate, \t\t-- Candidates excluded under STV rules\n\tthreshold: \t\tInt, \t\t\t\t\t\t-- Minimum number of votes for a Loser or EarlyLoser\n\tquota: \t\t\t\tInt\t\t\t\t\t\t-- Minimum number of votes for a STV Winner or QuotaWinner\n}\n{\n \twinners + losers = Election.candidates\n \t#winners = Election.seats\n \tno c: Candidate | c in losers & winners\n \t0 < #losers\n \tall w: Candidate | all l: Candidate | l in losers and w in winners implies \n\t\t#l.votes + #l.transfers <= #w.votes + #w.transfers\n\t0 <= threshold\n\tthreshold < quota\n\tElection.method = Plurality implies #eliminated = 0\n\teliminated in losers\n\tall c: Candidate | c in losers implies Election.method = Plurality or #c.votes + #c.transfers < quota\n}\n\n\/* \n\tThere are four winner-outcomes and six loser-outcomes:\n\n\tWinner: \t\t\t\t\t\t(W1) elected in the first round of counting either by quota or plurality,\n\tQuotaWinner: \t\t\t\t(W2) elected with transfers from another candidate (STV only),\n\tCompromiseWinner: \t(W3) elected on the last round of counting without quota (STV only),\n\tTiedWinner:\t\t\t\t\t(W4) elected by tie breaker,\n\tTiedLoser:\t\t\t\t\t(L1) loses only by tie breaker but reaches the threshold,\n\tLoser:\t\t\t \t\t\t\t(L2) defeated on last round but reaches the minimum threshold of votes,\n TiedEarlyLoser:\t\t\t(L3) reaches threshold but eliminated by tie breaker (STV only),\n\tEarlyLoser:\t\t\t\t\t(L4) reaches threshold but is eliminated before last round (STV only),\n\tTiedSoreLoser:\t\t\t\t(L5) loses only by tie breaker but does not reach threshold,\n\tSoreLoser: \t\t\t\t\t(L6) does not even reach the mimimum threshold of votes\n*\/\nenum Event {Winner, QuotaWinner, CompromiseWinner, TiedWinner, \n\tTiedLoser, Loser, TiedEarlyLoser, EarlyLoser, TiedSoreLoser, SoreLoser}\n\nenum Method {Plurality, STV}\n\n-- An Election Constituency\none sig Election {\n candidates: \tset Candidate,\n seats: \t\t\t\tInt,\n method: \tMethod\n}\n{\n \t0 < seats\n \tseats < #candidates\n \tall c: Candidate | c in candidates\n}\n\n-- Independent (or Fundamental) Axioms\nfact uniqueCandidateID {\n no disj a,b: Candidate | a.identifier = b.identifier\n}\n\nfact uniqueBallotID {\n no disj a,b: Ballot | a.identifier = b.identifier\n}\n\nfact nonDuplicationOfVotes {\n no disj a,b: Vote | a.ballot = b.ballot and a.candidate = b.candidate\n}\n\nfact integrity {\n all c: Candidate | all b: Ballot | b in c.votes implies c in b.assignees\n}\n\nfact pluralityEvents {\n\tall c: Candidate | Election.method = Plurality implies\n\t\t(c.outcome = Loser or c.outcome = SoreLoser or c.outcome = Winner or \n\t\tc.outcome = TiedWinner or c.outcome = TiedLoser)\n}\n\nfact winnerSTV {\n\tall c: Candidate | Election.method = STV implies (\n\t\tc.outcome = Winner iff Scenario.quota <= #c.votes)\n}\n\nfact transferWinner {\n\tall c: Candidate | c.outcome = QuotaWinner iff \n\t\t#c.votes < Scenario.quota and Scenario.quota <= #c.votes + #c.transfers \n}\n\nfact closeWinner {\n\tall c: Candidate | c.outcome = CompromiseWinner or c.outcome = TiedWinner iff \n\t\tc in Scenario.winners and #c.votes + #c.transfers < Scenario.quota\n}\n\nfact soreLoser {\n\tall c: Candidate | (c.outcome = SoreLoser or c.outcome = TiedSoreLoser) iff \n\t\t#c.votes + #c.transfers < Scenario.threshold\n}\n\nfact loser {\n\tall c: Candidate | (c.outcome = Loser or c.outcome = TiedLoser or c.outcome = TiedSoreLoser) iff \n\t\tc in Scenario.losers - Scenario.eliminated\n}\n\nfact earlyLoser {\n\tall c: Candidate | c.outcome = EarlyLoser or c.outcome = TiedEarlyLoser iff \n\t\t(c in Scenario.losers & Scenario.eliminated and Scenario.threshold <= #c.votes + #c.transfers)\n}\n\nfact winners {\n\tall c: Candidate | c in Scenario.winners iff \n\t\tc.outcome = Winner or c.outcome = QuotaWinner or c.outcome = CompromiseWinner or \n\t\tc.outcome = TiedWinner\n}\n\nfact losers {\n\tall c: Candidate | c in Scenario.losers iff\n\t\t(c.outcome = Loser or c.outcome = EarlyLoser or c.outcome = SoreLoser or \n\t\tc.outcome = TiedLoser or c.outcome = TiedEarlyLoser or c.outcome = TiedSoreLoser)\n}\n\n-- Non-Independent Axioms for Ballot Integrity\nfact transfers {\n\tall c: Candidate | 0 < #c.transfers implies Election.method = STV\n}\n\nfact onlyWinnersAndQuotaWinnersHaveSurplus {\n\tall c: Candidate | 0 < #c.surplus implies \n\t\tc.outcome = Winner or c.outcome = QuotaWinner\n}\n\nfact winnersNeedNoTransfers {\n\t\tall c: Candidate | c.outcome = Winner implies 0 = #c.transfers\n}\n\nfact firstPreference {\n\tall b: Ballot | all c: Candidate | b.preferences.first = c iff b in c.votes\n}\n\nfact sizeOfSurplus {\n\tall c: Candidate | (c in Scenario.winners and Election.method = STV and 0 < #c.surplus) implies \n\t\t#c.surplus = #c.votes + #c.transfers - Scenario.quota\n}\n\nfact transferToNextPreference {\n\tall b: Ballot | all disj donor,receiver: Candidate |\n\t\t(donor + receiver in b.assignees and\n\t\tb in receiver.transfers and b in donor.surplus implies \n\t\tb.preferences.idxOf[donor] < b.preferences.idxOf[receiver] and\n\t\treceiver in b.preferences.rest.elems)\n}\n\nfact pluralityWinner {\n\tall disj a, b: Candidate | (Election.method = Plurality and Election.seats = 1) and\n\t\ta.outcome = Winner implies #b.votes <= #a.votes\n}\n\nfact transferToNextContinuingCandidate {\n\tall disj skipped, receiving: Candidate | all b: Ballot |\n\t\tb.preferences.idxOf[skipped] < b.preferences.idxOf[receiving] and\n\t\treceiving in b.assignees and (not skipped in b.assignees) implies\n\t\t(skipped in Scenario.eliminated or skipped.outcome = Winner or \n\t\tskipped.outcome = QuotaWinner)\n}\n\n\/\/ All ballots transfers are associated with the last candidate to receive the transfer\nfact ownership {\n\tall disj c,d: Candidate | all b: Ballot | b in c.transfers implies c in b.assignees and \n\t\t(d not in b.assignees or b.preferences.idxOf[d] < b.preferences.idxOf[c])\n}\n\n\/\/ Lowest candidate is eliminated first\nfact lowestElimination {\n\tall disj c,d: Candidate | c in Scenario.eliminated and d not in Scenario.eliminated implies\n\t\t#c.votes + #c.transfers <= #d.votes + #d.transfers\n}\n\n\/\/ All ties involve equality between at least one winner and at least one loser on either original votes or\n\/\/ on transfers plus original votes\nfact equalityOfTiedWinner {\n all w: Candidate | some l: Candidate | w.outcome = TiedWinner and \n\t \t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies\n\t\t(#l.votes = #w.votes) or (#l.votes + #l.transfers = #w.votes + #w.transfers)\n}\n\nfact equalityOfTiedLosers {\n all s: Candidate | some w: Candidate | w.outcome = TiedWinner and \n (s.outcome = SoreLoser or s.outcome = TiedLoser or s.outcome = TiedEarlyLoser) implies\n (#s.votes = #w.votes) or (#s.votes + #s.transfers = #w.votes + #w.transfers)\n}\n\n\/\/ Ranking of votes on ballots\nfact firstPreference {\n\tall v: Vote | some b: Ballot | v.ballot = b.identifier and\n\t\tv.ranking = 1 implies b.preferences.first.identifier = v.candidate\n}\n\nfact rankingOfVotes {\n \tall v: Vote | some b: Ballot | some c: Candidate | Election.method = STV and\n\t\tv.ballot = b.identifier and v.candidate = c.identifier implies\n\t c in b.preferences.elems and v.ranking = b.preferences.idxOf[c] + 1\n}\n\n-- Scenario Validity Axioms\n\/\/ When there is a tied sore loser then there are no non-sore losers\nfact typeOfTiedLoser {\n no disj a,b: Candidate | a.outcome = TiedSoreLoser and \n (b.outcome = TiedLoser or b.outcome = TiedEarlyLoser or \n b.outcome=Loser or b.outcome=EarlyLoser)\n}\n\nfact tieBreaker {\n\tall w: Candidate | some l: Candidate | w.outcome = TiedWinner implies \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser)\n}\n\nfact validTieBreaker {\n\tall l: Candidate | some w: Candidate | \n (l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome = TiedEarlyLoser) implies \n w.outcome = TiedWinner\n}\n\n-- Axioms for the recording of vote fragments\nfact allVotesRecorded {\n all b: Ballot | some v: Vote | v.ballot = b.identifier and v.ranking = #b.preferences\n}\n\n\/\/ All vote fragments are recorded for each ballot\nfact lowerRankings {\n all v: Vote | some w: Vote | 1 < v.ranking implies w.ranking + 1 = v.ranking and\n\tv.ballot = w.ballot and not v.candidate = w.candidate\n}\n\n\/\/ Well formed ranking of candidates in ballots\nfact wellFormedRanking {\n\tno disj v,w: Vote | v.ballot = w.ballot and Election.method = STV \n\t\timplies v.candidate = w.candidate or v.ranking = w.ranking\n}\n\n\/\/ Compromise winner must have more votes than any tied winners\nfact compromiseNotTied {\n\tall disj c,t: Candidate | (c.outcome = CompromiseWinner and t.outcome = TiedWinner) implies\n\t\t#t.votes + #t.transfers < #c.votes + #t.transfers\n}\n\n\/\/ Equal losers are tied\nfact equalityofTiedWinnersAndLosers {\n\tall disj w,l: Candidate | w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers implies\n\t\t\tw.outcome = TiedWinner and \n\t\t\t(l.outcome = TiedLoser or l.outcome = TiedEarlyLoser or l.outcome = TiedSoreLoser)\n}\n\n\/\/ Highest winner has a quota\nfact highestWinner {\n some c: Candidate | Election.method = STV implies \n\t\tScenario.quota <= #c.votes + #c.transfers\n}\n\n-- Basic Lemmas\nassert honestCount {\n\t all c: Candidate | all b: Ballot | b in c.votes + c.transfers implies c in b.assignees\n}\ncheck honestCount for 15 but 6 int\n\nassert atLeastOneLoser {\n\t0 < #Scenario.losers\n}\ncheck atLeastOneLoser for 15 but 6 int\n\nassert atLeastOneWinner {\n\t0 < #Scenario.winners\n}\ncheck atLeastOneWinner for 14 but 6 int\n\nassert wellFormednessOfBallots {\n\tall b: Ballot | b.assignees in Election.candidates\n}\ncheck wellFormednessOfBallots for 18 but 6 int\n\nassert plurality {\n\tall c: Candidate | all b: Ballot | b in c.votes and \n\t\tElection.method = Plurality implies c in b.preferences.first\n}\ncheck plurality for 18 but 6 int\n\nassert wellFormedTieBreaker {\n\tsome w,l : Candidate | (w in Scenario.winners and l in Scenario.losers and \n\t\t#w.votes = #l.votes and #w.transfers = #l.transfers) implies \n\t\tw.outcome = TiedWinner and \n\t\t(l.outcome = TiedLoser or l.outcome = TiedSoreLoser or l.outcome=TiedEarlyLoser)\n}\ncheck wellFormedTieBreaker for 18 but 6 int\n\nassert validSurplus {\n\tall c: Candidate | 0 < #c.surplus implies (c.outcome = Winner or c.outcome = QuotaWinner or \n\t\tc in Scenario.eliminated)\n}\ncheck validSurplus for 16 but 6 int\n\nassert wellFormedVote {\n\tall v: Vote | 0 < v.ballot and 0 < v.candidate\n}\ncheck wellFormedVote for 4 but 6 int\n\n-- Advanced Lemmas\n\/\/ No lost votes during counting\nassert accounting {\n\tall b: Ballot | one c: Candidate | b in c.votes and c in b.assignees\n}\ncheck accounting for 16 but 6 int\n\n\/\/ Cannot have tie breaker with both tied sore loser and non-sore loser\nassert tiedWinnerLoserTiedSoreLoser {\n\tno disj c,w,l: Candidate | c.outcome = TiedSoreLoser and\n\t w.outcome = TiedWinner and (l.outcome = Loser or l.outcome = TiedLoser)\n}\ncheck tiedWinnerLoserTiedSoreLoser for 6 int\n\n\/\/ Compromise winner must have at least one vote\nassert validCompromise {\n\tall c: Candidate | c.outcome = CompromiseWinner implies 0 < #c.votes + #c.transfers\n}\ncheck validCompromise for 6 int\n\n-- Sample scenarios\npred TwoCandidatePlurality { \n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 2\n}\nrun TwoCandidatePlurality for 10 but 1 Ballot, 6 int\n\npred PluralityTiedWinner {\n\tElection.method = Plurality\n\tElection.seats = 1\n\tsome disj a,b: Candidate | a.outcome = TiedWinner and b.outcome = TiedLoser\n}\nrun PluralityTiedWinner for 10 but 2 Ballot, 6 int\n\npred ThreeCandidatePlurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t#Election.candidates = 3\n}\nrun ThreeCandidatePlurality for 6 int\n\npred Plurality {\n\tElection.method = Plurality\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun Plurality for 5 but 6 int\n\npred TenCandidatePluralityWithTwoSeats {\n\tElection.method = Plurality\n\tElection.seats = 2\n\t#Election.candidates = 10\n}\nrun TenCandidatePluralityWithTwoSeats for 10 but 6 int\n\npred InstantRunoffVoting {\n\tElection.method = STV\n\tElection.seats = 1\n\t3 < #Election.candidates\n}\nrun InstantRunoffVoting for 10 but 6 int\n\npred STV3 {\n\tElection.method = STV\n\tElection.seats = 3\n}\nrun STV3 for 5 but 6 int\n\npred ThreeWinnersOneLoser {\n Election.method = STV\n\tsome disj a,b,d: Candidate | a.outcome = Winner\n \t and b.outcome = QuotaWinner or b.outcome = CompromiseWinner\n\t and d in Scenario.losers\n}\nrun ThreeWinnersOneLoser for 6 but 6 int\n\npred LoserAndEarlyLoser {\n\tone d: Candidate | d.outcome = Loser\n\tone e: Candidate | e.outcome = EarlyLoser\n}\nrun LoserAndEarlyLoser for 5 but 6 int\n\npred OneWinnerNineLosers {\n\t#Scenario.winners = 1\n\t#Scenario.losers = 9\n}\nrun OneWinnerNineLosers for 16 but 6 int\n\npred ThreeWayTie {\n\t#Election.candidates = 3\n Election.method = Plurality\n\tsome disj a,b,c: Candidate | a.outcome = TiedWinner and \n\t\tb.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser\n}\nrun ThreeWayTie for 5 but 6 int\n\npred FiveWayTie {\n\tsome disj a,b,c,d,e: Candidate | a.outcome = TiedWinner and\n\t b.outcome = TiedLoser and\n\t\tc.outcome = TiedLoser and d.outcome = TiedLoser and e.outcome = TiedWinner\n}\nrun FiveWayTie for 7 but 6 int\n\npred ScenarioLWW {\n\tsome disj a,b,c: Candidate | a in Scenario.losers and b.outcome = Winner and \n\t\tc in Scenario.winners\n #Election.candidates = 3\n}\nrun ScenarioLWW for 6 but 7 int\n\npred LongBallot {\n\tsome b: Ballot | #b.preferences = 7\n}\nrun LongBallot for 7 but 6 int\n\npred MultipleBallotsUnderSTV {\n\tElection.method = STV\n\tsome a,b: Ballot | 0 < #a.preferences and 0 < #b.preferences\n}\nrun MultipleBallotsUnderSTV for 10 but 6 int\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"55fc8892115d7880a4dcda82662491d6645b4c3f","subject":"add ableton set w\/ poet mode","message":"add ableton set w\/ poet mode\n","repos":"ofZach\/piano","old_file":"ableton\/yyn-piano.als","new_file":"ableton\/yyn-piano.als","new_contents":"\u001f\b\u0000\u0000\u0000\u0000\u0000\u0000\u0003]\u06f6{)r\u05b9[|'>\u03f2;^\u0333f\/[uz$\u001d\u03e7?\u0000\u0017RD\nR8P\u0000\b\u001f0yu4_gj4\u074f]kh9y?y<-E\u001faxe8<=MlU|4\\a]\u0787\u046b:\u056fUw\u0017J $\u001aFq\u001fOw}_.vT\u001b|TOm>^nnJ\u001f?A_5\"a~CGj6\u001f\u001b<\u001f*!kL[\uadebd8yv=4G2>\r'6o^d W\/7xv8\u0019\u001d.2\/v\u000b\u001d2|\u0018Iw\u05d1u\t\u078f\u000fn?\r'~\u001eM&ongY\u0015\/Fd7l9cTqpmR8?\u001fm\u8f3c\u03de\u001eO=\u0001\u013b\u001b->\u0017\u000f\u001f\u001ft\u01ebRdx;-l\u00ef\u001b\u0555JtvSy>~\u0018-\r\u000fg\u0635j)jAMj\u0388s=\u001fgDuwwp<14|uxSTlT*:qQT{kA[=dP\/q(`,?va\u0317n>~\\.*W\u0197^[Qh\u0679eO=\u0355_\/-Og\u0327k\u04b4(Pw?g&\u02f2\u000eI#0\rvEJjud\u0014t\u0645&n&\u0013^\"+U4Z\u0015\u0010x'Ix,+N%\u0017ZhP\u0019V8\u0018*\n\r*-\\u%\u001amEu\u000e\u000bB\u000e_P\u0015\u001f\u0004i\u001a^R\u03fdh\u0002YiB=*PP \rL4<&Pe\"~\u0014$\u03e1\b\u0014r\u0002PXxS>iD^\/.n\u001fG\u00ff\u001a\u0441%y\u0010%\u03a0\rx\u0017\u0014\u0019\u0002]\u00046G0.\\gb6<\u001e?zx\u0018F(d&\u0019FUF1Yue7W\u0484\u001b1<=4X0?=J>2\u0015_gYC\u02789\uc72c\u00c1F\u0637rt;Z,\u001b?\/&e=\u0016\u000b#K1O\u000f..^s\u0613+\u000f\u0007\u0017+p'\u075cP1\u078ei4\u00ceE\u000bQ\u0763vv,EM\u0002;\u0016\u001dux\u001eo+\\\u001b\u03edP\u051fV;\u001dbA1'\u0013\t\u0004x\u00037!!B>1&38@\u0427g6a\u0001>={\u0727\t\f\u000e\u0010#?MgpO\u001em?\u0003\u0004zOo\u0013\u0019\u001c \u04f3z\u0000\u0000\u0001=\u0002\u06c4\u0006\u0007\b\u00011&\b48@\u0010g\u00026a\u0001@={\u001c\t\u0004\r\u000e\u0010\bm#AwOI\u065c\u001aa:Abu_\u0001\u000e(\u0007K\u0004\u03b18X\u0002\u0007K`3\u001bO'\u0013\tN\t\u0006.\u0007KxwS~\u0661\\c9RZxE<\u0011\u0012r\u0223%O\u0017XFV\u00198Ui-s_s~\u0429VMdeSevfQq\u0015\u001bY_T\u022d\u0007;^}\u000fA\u02e3\bK'S\u000fs~h\"\u000esIE\u0013wO?Q]n\\\u0019.rW]\\WO\u03ba6n\u0005aO$U\u0016\u001a\u001d;`q\u062b\/\u000f&*C\u0012G,\u00128\u000f~}\u0633-\u0016{b[0*K\u019e\u00e2'X6t~rh\/\u001d\/J7\\'#SO\u001diut3\u001ej]Iv#{O\u07ee&\u0007=\u07cda,\"zd_\u0015:\u026d\rG\u0017t\u0007Q}~7\\\u000ew\u001a_'?2|\u0017{q*\t$S\u001fa\u0637\u02eb$2Trg\/\u036e %\u02be\u0111z\u0011z+UC_z$j \u06beO[NZz\u05abe^?2+;8\/\u04e9gI*s\u8fbb\nu_^g\u07a6C|V=eZwY\/L\u055f\u03f0\u0005(\u001fB\/c\bybF7P\u0002z1\u001f\u001eO\u0013Sg[7_\u0673z{M\u073d^\u0013|gtZZvZZvZZvZZvZZvZZv\u0000[\u0000[v\u0001>\tt\u0002-n\u000f\u00149'(t\u0005\u001d}A3\u001bl\u000eA\r,rf\u07d4\u000b{De\u0647?sp~C\u0017\u07deM5Ll\u0004t\u001c=+'[5r{W+`\u001ejjjjjjjjjjjjjjr.esl^b.y\\&W3,~\u001d\u037fKPjc\u00df*\\h{x}\u0007\u6dd5r\/-pk\u0017\u0015\r*zw@\u01daaJ}z5{Z\u0002t'kmr\u000eTW\u001e<[w\u07c8{Of;Z[Jr7\u0329|_\u013c\u071dV\u046dIrn\u0004\u0007\u001by_P\u001f\u001fGZSwIK7-Z%\/c3\r~]3_.'\u0015 oe*\u001a\u001fd,_ \u001fd\u039eNUKMW7tv65\\ky4\u033e\u017e\u001e>VQV8\u04ab\u053b\u000e\u0013\u001b_\u0161\u07cf\u0016z6H\u05e5#_1\u00068wap!\u0019|RY-=\u0004|\u011e.Lbx\u0010_~j.\u07a9\u0017Dv&ITkVKoR\u06004_\u2af77oq\u9694Lr]\u0003;^\u0014}E%W{WX$Qn\u0012&5\u0018Jzf\u07ee5s&#\u0007\/;9]d>\u01bbm\/U\u0011c\ube0fd\u0015\u00151\u0019:vC\u05b6F?BoMa*\u0010|.,}u\u001fdyphn8\u001f}zLz\u001e\u073fu{\u06f7W*\u0580M\u0577r>\u0017\u07e7\u0017X<~P2^\u03ef\u001e.u8\u001fxv\u00148\u000e\u07f4~\u0586\u0772\u0772\u0772\u0772\u0772\u0772\u0772\u0772\u0772\u0772\u0772\u0772\u0772}X\u001b\u001d;8\u0007\u0005o;uK\u0016w\u0005(i\u051fu_!P\u0016.*)8H\/m\/7\u06f8\u0006\u02b5\u2af5\u001dst5t{1M{>+\u001eU\"-.~0!\u001dT\u001c\u00035V\/Z\u000f\u0019q{w\u001b3xX\u0018E\f\u001e\u0017?pfo3*OZs$}Al\rY8\u0000\u0015\\\b*!gKpl=gQla>a\u07ef\r,gF:gB.g\u000e<,\u001d\u0004nj@\u001c\u0082r\u024fQJtOEZi)i%\u0006Aul\u001c2&94b\u0019\\\u0003l\u00124u\u0007\ba_^\u001apP!_f\u07ff\b11wEV4b&\"\tX%9CHTJ2-u9O\u5e38jNXS0j|\u001ct\u0010S\u001b`[db\u0017\u0018\u0012(YX!X\u0019nD^B\f\u000b\u0634\u0003\u001dp&7\u0007=6\u001d\u00a1uC\u001d\u001a` _aJ\u0011\u00121:s\bHM\f\u001b}\u001a*K\u0015fG'\u001c\u0000e%Q\fbtfGJ\u0137\/E\f9YnHdX~SVVV7G\u0015X?\u000f\u001fyUPoyGX*K\u0014\u001ab`837)\u001e\\n\u0019\/+%\u0007[:\u0619\u0018}\u001a-Bec^g\u0167\u0225\u0005\f.vD\u0013\u0015k^p4\u0011V\u00154\u0006\u0006#?q9\u000b\udbf3\udc6a{\tF\u0012X\u0015X*\u0000XJd\u0002V\u0005V\u0005V\u000bXh\t*j\u0004`U`\u0552,*93Ve?,N.\u0019\u02a5u\u0001\u0584UkB\u0371*Y{0\u0012L45B UAo{\u0004V\u0005V\n\u0000V\u0012*UUU\u0002V%Z\u0002\nZ)\u0001X\u0015X$\u000b*t\u0005l&\u0007W}4wZ\t\u01ecd?\u000f@\nyRe6bit\/~\u0012=\u0007a\u001f\u0001\u001d5\u051ayZ\u001ed\u00198\u03e3s\\Ofeo\u0007\rg-\n\u029adpde\bO\u00c9+~\u001e\u07cf\f&\u0011\u0431\u00025\rpi`\rGWC\u0010D^\r~\u001dMf2\u05a1{\"K\u000f\u0016\u04f9\u07a4M\u06adH$\u0019.\/qm\u000fg\u000b8mf\u0019hS:u&JON}JmW\th\u7df3\u012e\u0382m6U\u0013xzO}\u0016_f{0mMla7+WF\u068c}\u0018\/&h\u000bN\u0014v\u012bkjYB\u0019G\u000esi}(k%M_G_G\u00059\u001b\u001a\u001f\u000f\u0014E\u001dPZ\u0012z:OW\u00029:rS~y:h6\/\u0007S\u0012b\u03ae\u001ejZ!l9eR*Z\u0526U\tN~\u0531r \u0006\nfA*\u0018T\u0005\u0016\u0620=R\u0363b\u001d*'j\u00039}\u23ac\u0002T\uf669^ph|T6G\u0007\u00164\"-3x?]\u63f3B_\u0716\u0797_,ofj{DG\u0002\u0010\u078cw\u0014&\u0019&q\u0018;}h\u000fx*5a^e(\/r\u000b=\u0017@=*|=\u001c8)\u001dV5F\u01cbPe]VZ\u001b~l\u001b]\u01bf\/\fv\u0003\u001a\u00199eoY}\u001ao+\/G;[]h\u06f2\u000f\/Rm,\u00167\u00129\u000fdq-9G\u0016D~\u0016bM\u000b\u00e7\u065b\u0013\u001d\u0006\f{j}\u0015l\u001cE\u000f_\ns~r\u000fs#m\u001f\fn\u0019-\u000f7~I^j9u\u010f\u0252\"\u001dv=\u074d4\ueae3\u0016L\u0574\u001em4\u02d4*hto\u001a\u03ed\u000fmo\u0013{M&y\u19c7}\"\u00042\u01f7\u06a3$b\u065b\u03dchz-c\u001d|\u07e7<5\u0004\u0018?\u001f]\u0007\u0337O\u0012iK6,`Ud\u026d1L[?O\u07377m8u!\u0013vZ ZS\\5}_\u0015\u8fce<\ud03c-X`}&K`\u0013g3\bh\u001a\u0004[|w\fE\u0007[\u0016E\u065fKmGu[<}wt\u0762,\u0004y,\u00fb1)\fAd\u001b>;\u0017Pb(\\-E[\u00107l\u000b\u000e]^DE!X\u0012nE.@cl\u0158t9\u0013w{\"2(\u0016E$\f\u01c7s\u001c`.Z\u0011._g\u001d(T\u001d(xvE*2^\u0007\u0089X\u0005{\u05ea5G0\u000b\u001d9\u001e,\u0629c\u0017\u0002w3Yd\u012c\u001cfABH\u0004VW\u0016N!~g5\u0011v\u000e-\u0013!@b\u05da\u0003>\u0144gg5\tv\\A%\\\u7c948{pK\u0013\u018eCn\u0005\u001b\u0005v%L\\SXJt;Zr\u001d*XOm\u07b6i\u0015L\u0018\u017cBT<\u000b\u001d\u00171X\u03c6\u001dHBn\u0005d\u02bf\u0005\u0012C9\u000f|\u0007B4\u000b'L\u001e\u00067o\u06cb6\u000bR\u0001\u0007\u0012 \r\tG\r\u0003\u000b\u001bV\u0012Q3\u0015H::\u001cQN3Yr7-\u0497~\u0000_e6{ygmG\u001b|\u0003^E`\u00048\u001a.TJ\u04fePz\u00d9\u0004\u01f9\u0011Mm{&A\u0003\u001fpr\u000ef\u0014cg\u0005>R\u0016l\u01fb4\r\u0cd7i\u001aJ?|U\u0003>~\u001d'\u0019N\u00d4\u001c\u07b3X\u0013I;hl\u0007\u033ai)hc\u000eBX;YhshD4~dg\u0004<\u079e\u0013\u0001\u01ebl\u0013\u0013\u0013Hh|wNSh\u000f^\u0007o\u06ee^s8\rSN\u001fa;L\u000fsp\u05a6\r{yiH\u0014~K^0\u0000G?RsN\u0000Y\f@y\/\u0000]\u0600\u000ff\/\\_m1\u06c3xi8Ls6\u001e\\\u000eg\u001e\\}Dl;}pa+ypexngd\u0014\/\u001b0qJz9~+MO\u0006&O\u000f7!\u0672\"\u03e9)TZqk\u0002\u0005jiky;lc\u0001d{m\u001d@V\\).v\nm=\u0005&\u04b7&\/9[\u0013\u001bS9\u00072!v{\u001c_eL\u0000ksR\r\u001c(k'4YoP\f\u000f{J|\u001b\u001d_\u00123Rb\\z\"Z,~)?\u0012\u001f\u0632uyJ\u0783z3\u00c7!\u0017\/\u137e\u001czGB\u00c2\u0517bn\u0014\u0017^4\u00140' .2Hn\u0014=t\u0018>ZeNfE]Yjn\u0017`pMgN\ffE]YR\u0005e\/\u00d3\u0704\u0010\u0014G\u001d;6)wn}s:-\u008f6\n\u0000 :>.B4I\u001c\u0018GI\u0013cwz\u001f\u0013~D=e4$^\\;<4Po\u000b?\u01f6.UE\u055d\u001fQppV\u0016$EwA\n+kUZT\u001f?IiUemhr\u001dgO|?N9\u06ce\f9o=guXrai\u0011tf+\u001c}v\u01d1vG\u0007\u000bn:m6\u0015\u06ec>\u0017X[]kVSm\\C~z-.n\u84b6V,\u038f8ON\u000f%\u0745p\u0002-]v\u06aa~o.n%G9b.T;m}>=&tIt\u0010J%hG,'5X\uf33f;w\u001bG\u001b0{qd7\u001d#@294!=?4Iz9VbUe\u0006\u05aan\u0017g'DQsN\u000f\u034b^B*h\ucd15d==fC\"JP}hy\u0000>4\u000bz9-Zk\u00b8N\u0007\u060eJU\u0013oU\nU\u0003$vp~+\"\u0011G\u0012\u000b\u001dIl\u04d3\u0001}84\u00195XB\u00054T\u0012\u000eR?.^D;\u001fA\u000e!:\u37af!lT\u0243*~\u0004U:YPu\u0012U\"TEnA\u001eI\u0016j>\u001d\u0001_]km7 \u001e-r\u0456e\u0015nk\u0013VZU\u0584\u0018u\u0007j\u0011}1i)a@l}E0&?&L\u0017|\"~X\u0001\u01a57\u001e\u001c\u0017zEZh;du\u0018\u0113\u0019DJU7\u0019|\fb\u000bM= \u0012c\u001d\u0000BS\u000f;\u0018\r5rT]<=1\u001b\u07cd\u0016\rmn\u04cb\u0546p\u0368\u0726|YF\u000bqB=_G\u077eEq>\u001a\b\u0317u\u0004u0`|aC0\u001en2\u000e\u0014hF\u00115n?A?+:K:ly\u0018\u0015\u038eu-a\u0019*,Pl\u001c>jgLdQxc0\u0015@\u0015\u000b 5tyt\u0010f3\u04be\u01be\u329b\fZvb7\u000edq@>\u001fiNOb,]?\u07b5\u0012\u00161Bp\u0001}u\u0003NFa\n](\u0006fbjYw\u000fV\u0013*ZO&OSr>Tk9Fj\\\u001cD2x---\u01d0\u0316<\u00e32zu3gxv\\dt\u001c\f?Kt\tx91^mnGwBhPwt:\u0006\u02f1Bf[\/D-*\u000esK\u01c0e5&q\u0460)>yF3Xfo\u01f3\"\ua371\u0014K~~\u0757\u0019g{UMS'*|X|\u001a\u078f\u0004mr\u000e.D\u000f\u0015i6IPMBY'=E9_~0\u001e3\u0002Q\u00154ei\u0010I]W:d\u0010xNDY=>Sq><\u000e''bf\u0016y^ty3>95\u00077(2u\u001b}?\u000fZ\u001fb9GY1\n7Cu\u0005k\u000bFtp~>=-_Qyb\u000fV:aX|r\u000f.\/2=)2%\u01e1{\u0789\u0018e\u000e\u0017a{z`6Kw].\n}b\u0452X\u000e\u03339UrjpaT|0ZrQ7\\,\u001e\u001f\b\u0014*x9\u0019?\u0007A, \r#a|74TFZ\fY\u0719_GzyuT|\u0364\u001dpC>w\ts}R)=\u0638\u0013{\u00c5cPzKAHGBhxn\u0562n>~$\u0000zR\u0018~=M?\u0015&1\u001aNgayj\u0007pZ>Ab\/N|\u001d\u037f|,!yzs~'^D\/bY\u0005\u001f!\u0002\u00063kP(r9\u0015M-8.B+:\"?\u0003*L@+\b\u0011\u040a\u0011B:pld@o`2\u0010\u00161\u0003[_\u0491Y\u000bJG>l\u0013OW\u001c|\u0000\"vUP\/\u00124_.\u0010n\ubbf3'\u001aM\u001e\toK\u000bm\u0013zyqiylJ{Eq2~^)\u01e7%)a%\u0000\bQ\u000e\u0003\\p]w\u0003\u0007|K\u01b2\u0001iU\u0014|!\u001c\u0019e~\u001fJ#K3>Jg$t|F9\u0006\u0017q\u001e\\DIG\u0015z\u001c3!H4G:\u0007I\/\u1f8e\u000b\u041b<\u07ff\u000f\u027fs\u0014.^]d+zhE@n+}MII0\u0013o\"\f\u0010o\n\u0014=\"\u0017#L\u001a\u000e\u001a\\\u001aLCS\u0006\"!\u001d\u0003\u001a!w\u0006f22}^Vk+\ubea1g6\u0003l\nW\u0005-`\\9\u0005>a~iP\u0015U]MFUx\u001fV\u0006ZE|l\\}{%}!{Pv)QY*\u0173UAwVz=J\u7dbf\ub277Xz=]^FK'k\u0479L-RWOd\u06f7\u05ebw\"\u00032h`7Do?\n,`[s\u0699m3v\u001fi\u000f\u000f'wrFB=8~Fgc\u000bG\u07e8U\u0019+\u001eGr^\u00159[\u00119F\u0018\u0018M\"\u000f'M<%\u0377_VmkZ,;\bku\u001e\u0012lnK`1\u0005\u000f*(Z\t\\4I\u001cSwz.\u0011>l&fY>ZtM7\u0011fs\u001f\u03ac\u0407+O\u0004\u0011\u03fdC`K\nyTVs-Q\u0005\u001eSO!x5\u077cX\u000bTbe}\u001flF<[AQ?Lz6\u0006mQ[KS:s>L\/\ub2ddzO26{O\/)k]\u0004\u000b{\u001be~,vm\u0005\\\u001e\u001cOG\\[+^;z8\u0115_8%__'J2|\u0017{q\u0010gU\u0012I\u0010~?L\u00f0oMWIdeJ\u00164K]\u07c4W\u0006?5^WY\u001cY'sT\u001b _\n\u065b\u000b0\u000e7-^?2a0U\u001fmuQF!?\"}~\u0015b\/|\u0555:O?.;z\u001b|V\b?\u000e3] \u000e\u0013sC\u0012?\t\u0002bUBN{.\u0012]^K\u001eT9UU7\/OT?GrD:\/\\*Z\u0012\u0005T-\u001e6:^9\u02eb'Uc}Ba\u06ffZsW8^\u07b0\\.X\u026arpU\u0003zhM|\u0746(Zwus\u0011Q*\u0018\r]\ub8b7\u001a\tU81Z\u000f\/s\u03f5\u03cbG,fXBT\rK\u041a4}Y\u00c7=~Z_=J\u001euW\u0016\u0011R4i\/Ez{0Scit\u030fb\u02dd\u0004+\u0012}~d^.Pg\"\u03db{4\"\u0014'>\u0000\u0000~Zm( Q2K\u001dVd'Qg!^\u04fco7\u00144XJ|8)=b\u0018K\u0287V8\u0014U@&N\u000e2+\nF\u001a1\\H\\\u00130jM\b\u0018&\u00182W!\u000e3S\u000ej\u001c~g#?bF\u0019FM0f_\u022em\nF\f\u7fbd\u0007\n-\u0000\u0018Jd\u0002F\u0005F\u0005F\u000b\u0018h\t0*0j\u0004`T`\u0512,0*09+F\u05b8e)^\u000fT`\u0128\f\u0002F\u0015\u0002F\t5\u01a8IN\u00100j\u068f\u2309cT\u0000\u0002\u0013kQ2O\u0003\u0017\u0010(iKg0`8=`T`m\u0001T\u0002F%\u00130*0*0*5^DKQQ+%\u0000\u0002dQQ]1*\u00155bT&`\u051a\u00100jM1Fe\u039bB\u001c&aTM\u0452\u001f\u01e8u3EA\u0294\\\u0005t\u0005Js\u0003F\u0005F\u0016\u0000J%`T2\u0001\u0002\u0002R\u0005J\u0004\u0018\u0015\u0018R\u00020*0jI\u0016\u0018\u0015\u0018\u055c\u0015:pC\u0007\u0000P\u00112p\n\u0018uW\b\u0018&\u0018_\u001d?\u0007Y\u00101]dq('\u0005\u00164DJ\u0015*\u0019}{\u000f\u0018\u0015\u0018u[\u00000*Q\u0004\n\nJ\u00170*\u0012`T`J\t%Y`T`TsvW\u02aeKpk\u0128r!qM5!`\u051aPc\u0294[8L\u00e8ZoDvQ~\u058f\u0711M0Z\u0015St\u0006\ns\u0003F\u0005F\u0016\u0000J%`T2\u0001\u0002\u0002R\u0005J\u0004\u0018\u0015\u0018R\u00020*0jI\u0016\u0018\u0015\u0018\u055c\u0015wf\u0013B $\t\u0018&\u0004Z\u0013jQ\u0019Fh\u052c\u0584!u~\u001dA\u0016\/-`,|tOI[Q%\u00f9o\u0001\u0002n\u000b\u0000F\u00120*QQQ\u0002F%Z\u0002\nZ)\u0001\u0018\u0015\u0018$\u000b\njQ@2\u001a1\\H\\\u00130jM\b\u0018&\u00182\u0017!u,\r\u0017\u0385bT^\u0019mQ~\u00145$7\\\u0019*\u0018}{\u000f\u0018\u0015\u0018u[\u00000*Q\u0004\n\nJ\u00170*\u0012`T`J\t%Y`T`TsvW^\\\\^#F\u000bk\u0002F\t\u0001\u0584bT\u0006@\u001c;#:;)Z\\Xi\rzabM0\u0017\u0004QrJ\u0696`Tp{\u0002Q\u0004J&`T`T`TjQ\u0000\u0002VJ\u0000F\u0005F-\u0002\u0002;bT6\u0004\u063c&B $\t\u0018&\u0004Z\u0013jQ\u0019\u0016Y8?v\u001c\u0171s8\ufac5Ai^#{Y^K\u000e$P\u0496pTp{\u0002Q\u0004J&pTpTpTjQVJ\u0000G\u0005G-\u0242rTv=\\bR2\u0005\u001cuW\b\u001c&\u05182pv-\u001eUc(dQ~e\u001e\u0013f\u078cfI\nw tJs\u0003G\u0005G\u0016\u0000J%pT2R\u0005J\u0004\u001c\u0015\u001cR\u00028*8jI\u0016\u001c\u0015\u001c\u055c\u0755.&QBQkB5\u001ca;\u001co8j\u040f\u02b3w\u6a29^\u0011\u001a$\u0705\u0004\n\u0015*\u0019}{\u000f\u001c\u0015\u001cu[\u00008*Q\u0004\n\nJ\u00178*\u0012pTpJ\t%YpTpTsvW\u02adqtS\u001evQ\u0019\u0005+\u0004Z\u0013jQ\u00192T->2x0i\fY#\u001a&iv\u00a7-\u1a02\u0737QQ\u0005R\t\u001cLx\u0012-\u0001G\u0005G\u0000\nZ\u0005G\u0005G5gw\u5a0cV8*QBQkB5\u001c>@]?Lcs\u001f8jdz\u0002G\u0012oL\u05f6tJs\u0003G\u0005G\u0016\u0000J%pT2R\u0005J\u0004\u001c\u0015\u001cR\u00028*8jI\u0016\u001c\u0015\u001c\u055c\u0755:C66\u001c\u0002G\u0015\u0002G\t5\fL+\u038eFO\u01a9Z2FH#\u001a'\u0017\u03b5-]\u1a12\u0737QQ\u0005R\t\u001cLx\u0012-\u0001G\u0005G\u0000\nZ\u0005G\u0005G5gwl\\Qnry\u001cU.$\t\u001c&\u0004Z\u0013jQr;~>j\u0006q5^\u078c&E!\u04e0*\t+\u001cU2\u001e8*8\u0000pT*\t\u001c\u0015\u001c\u0015\u001c\u001a\/pT%\u0a15\u0012QQK\u001c=D7 2\u0007!qM5!p\u051aPcZpT&t8h\u0005\u0006&j\r\u00133\u0488jm\u0012:*iKW8d8=pTpm\u0001T\u0002G%\u00138*8*8*5^DKQQ+%dQQ]9*Egnry\u001cU.$\t\u001c&\u0004Z\u0013jQ?;Q5FZuA\u0014m\u0123\u00168\u000e$P\u0496pTp{\u0002Q\u0004J&pTpTpTjQVJ\u0000G\u0005G-\u0242rT\ue1912\u001a9\\H\\\u00138jM\b\u001c&\u0514y8G\u0018-]Q~\u0014\u0006\t3\u001bq\u052c\u001fF8|.jKW8d8=pTpm\u0001T\u0002G%\u00138*8*8*5^DKQQ+%dQQ\u001d9*\u0003*kBd\u000eBQkB5\u001ca\u001a\u0001u\u0013-pTO:\u0714$jKG8h8=pTpm\u0001T\u0002G%\u00138*8*8*5^DKQQ+%dQQ]9*}fniK\u0005F p]!p\u051aPc|q\\|\u03cb\u04ac\r}K\u001cL\u0017+\u001cU2\u001e8*8\u0000pT*\t\u001c\u0015\u001c\u0015\u001c\u001a\/pT%\u0a15\u0012QQK\u001c\u000fe5rT&p\u051a\u00108jM1GeY8G=\u000f9j\u2ae9wZ6Dn$P\u0416pTp{\u0002Q\u0004J&pTpTpTjQVJ\u0000G\u0005G-\u0242rTn[K\u0005F\u02a0,p]!p\u051aPc\u0004Mv&r\u019d\u000f&\u001c50K9rmKg8`8=pTpm\u0001T\u0002G%\u00138*8*8*5^DKQQ+%dQQ]9*}fnry\u001cU.$\t\u001c&\u0004Z\u0013jQ\u00192q\u001a\u0004Ig\u0003\u0013G\u037c(8f\u001c5\r\u0002q!tJs\u0003G\u0005G\u0016\u0000J%pT2R\u0005J\u0004\u001c\u0015\u001cR\u00028*8jI\u0016\u001c\u0015\u001c\u055c\u0755:C66\u001c\u0002G\u0015\u0002G\t5L\u000eGeZq~\u001c5\u000b\u001d\u001aG\rO\u04ec\u0005]?CO\u000e\u0013MKbS~\u0016\u0004NPIZ\u001d*\u0018\u04bd\u000f4\u00154u[\u0000h*@S\u0004\n\nJ\u0017h*\u0012TJ\t%YTTsvW}\u001e[f\\^#M\u000bk\u0002M\t\u0584\u001aT\u68a4,\u000b\u0006af4a\u0010Fqt\nt\u0003M\u0005M\u0016\u0000J%T2R\u0005J\u00044\u00154R\u0002h*hjI\u00164\u00154\u055c\u0755:C66\u001c\u0002M\u0015\u0002M\t5eM\u001c-4DSL\u0019Vn\n\u0013![\u0019*\u0019\u04bd\u000f4\u00154u[\u0000h*@S\u0004\n\nJ\u0017h*\u0012TJ\t%YTTsvW\u001d6Xf\\^#M\u000bk\u0002M\t\u0584\u001aT\u001dEi!NM0.3\u000bkS\"\u071aT\u0002S\u0004J&TTTjS\u0000\u0002VJ\u0000N\u0005N-\u0002\u0002T~!g\u0013R $\t8&\u0004Z\u0013jS\u0019y\u001ayA\u0016;85\u000eZT\f\u0002?%\fN\f\u0007\n-\u00008Jd\u0002N\u0005N\u0005N\u000b8h\tp*pj\u0004T\u0512,p*p9+Ne\u00cbJk\u0129r!qM5!\u051aPc\u0000]\u00003\u0129q\u0018\u0005+\u0404SG\u00013j\rqj\u0016u\u001f\u0017\b\u071aT\u0002S\u0004J&TTTjS\u0000\u0002VJ\u0000N\u0005N-\u0002\u0002T6\u00049F*\u0017\u0012\u0004Z\u0013\u0002N\t5\u0169\tc:\u001fAZpQ\u0006\u001aAF6\u00a9jmV!N7QIZ\u0019*\u0019\u04bd\u000f8\u00158u[\u0000p*S\u0004\n\nJ\u0017p*\u0012TJ\t%YTTsvG\u02b0\n*cH&\u051a\u0010pjM1NedSk>\u0011\u0011&I?Z?EW\nZ\u001d*\u0018\u04bd\u000f8\u00158u[\u0000p*S\u0004\n\nJ\u0017p*\u0012TJ\t%YTTsvW2\u0014\u0004\n8BB58\u0001NM\u0012\/d\u0625\t&~+WQ%j-zN\u001fKZ\u001d*\u0018\u04bd\u000f8\u00158u[\u0000p*S\u0004\n\nJ\u0017p*\u0012TJ\t%YTTsvWE$!'\u05c8SB\u2680SkB58\u054e}S~fUTI%4\u0169Az\u038dsk:S%Cw\u0001\u0002n\u000b\u0000N\u0012p*SSS\u0002N%Z\u0002\nZ)\u00018\u00158$\u000b\njS5n\u0019r.\u0015\u0018q*CSwSkBq\u001dS\u03d0^\u0012f\\*0e4!M\u0013\/;4U0{\u001fh*h\u0000T*\t4\u00154\u00154\u001a\/T%\u0012@SASK4Q\nM\u001ai\\H\\\u0013hjM\b4&\u0518\u0007\b45\t&grrjeI\u0016r\u071aT\u0002@S\u0004J&TTTj@SVJ\u0000M\u0005M-\u0242T\u0007|5&\u0003ZB54\u0018\u0017Qj\u0005'Z\u0004\u0006~\u0012gN\u0017)IZ\u0019*\u0019\u04bd\u000f8\u00158u[\u0000p*S\u0004\n\nJ\u0017p*\u0012TJ\t%YTTsvW\u001e}W\\^#N\u000bk\u0002N\t\u0001\u0584\u001aT\u001d3Z\u06a4\u0007q\u0001\u0013v\u0790FY3\u03f95\u0761!\u077b@SAS\u0005R\t4Lx\u0012-\u0001M\u0005M\u0000\nZ\u0005M\u0005M5gw\u001c(3&AH\\\u0013hjM\b4&\u05182|\u0014qcAqj\u0016%^\u00198U[uAkS\u0005Cw\u0001\u0002n\u000b\u0000N\u0012p*SSS\u0002N%Z\u0002\nZ)\u00018\u00158$\u000b\njS\u064f5Kk\u0129r!qM5!\u051aPc\u001c\uee4bS\u0010fQ\u0012\u0011u\u0019\u0001pjej\u0014])iMwp`H?Tm\u0001T\u0002N%\u0013p*p*p*5^DKSS+%\u0000\u0002dSS]q*{H\trry8U.$\t8&\u0004Z\u0013jS\u063b~\u0011UG\u001f3\u0010DS#_y\\D.34U2{\u001fh*h\u0000T*\t4\u00154\u00154\u001a\/T%\u0012@SASK4=.\u012f\u063c&P $\t4&\u0004Z\u0013jLS\u0019\"o5H\u000b#\u000bCy6\u0169I\u0014$lskS\u0005Cw\u0001\u0002n\u000b\u0000N\u0012p*SSS\u0002N%Z\u0002\nZ)\u00018\u00158$\u000b\njS\u064f5KS\u0013\\*0T\u0000\n\u0001\u0584\u001aT\u001b\u0017)w\u0002j\u04b0\u03dc\u0450fq\u0005.\u0017QZ\u001d*\u0018\u04bd\u000f4\u00154u[\u0000h*@S\u0004\n\nJ\u0017h*\u0012TJ\t%YTTsvW\u02ac4*4kr!qM5!\u051aPc|Ss\u058c8\u02e2p*:T\\$jMWphH?Tm\u0001T\u0002N%\u0013p*p*p*5^DKSS+%\u0000\u0002dSS]q*-CNz\u0625\u0002#Ne\u0010\u0015p\u0010pjM1N\u00c0S5H\u0006\u0469QEg;8oR\u001d\u0007j\u0003\u0173\u0005\u0006'\u0018MTT\u0000T*\u0001\t8\u00158\u00158\u001a\/T%\u0012SSK8Q\nN\u001aq\\H\\\u0013pjM\b8&\u00182]?:Gvq^H\uda87\udfe8I5\u001cD{:S\u001b`4SS\u0002S\u0004J&TTTjS\u0000\u0002VJ\u0000N\u0005N-\u0002\u0002T\u0007~5&#ZB58T`3\u0129jAc\/\b(`vJ\u001aTA\f80\u0340Sd4SS\u0002S\u0004J&TTTjS\u0000\u0002VJ\u0000N\u0005N-\u0002\u0002Tk\u0012\u001aq\\H\\\u0013pjM\b8&\u00182v&e\t&Y0\rlFS%Mt\u0019&'\u0018MTT\u0000T*\t4\u00154\u00154\u001a\/T%\u0012@SASK4_e\u00049\bk\u0002M\t\u0584\u001aTkT&\fq^up'\u001apHQ+7QIT\u00c1z^\u0011\u0004N\u0005N\n\u0000N\u0012p*SSS\u0002N%Z\u0002\nZ)\u00018\u00158$\u000b\njS\u0673Jk\u0129r!qM5!\u051aPc\u0284Tf\u001fM\u05dd_DQG\u00044&i\uf178q\tF\u00134\u00154*\u00004Jd\u0002M\u0005M\u0005M\u000b4h\th*hj\u0004T\u0512,h*h9+Me\u000eL\u000e\u001c*02&\u051a\u0010hjM)M&npjp\u001f\u0005Q\u001c\u0018k\u00a9Z07\u0169&\u0019p`\u001c|~8A\tF\u00138\u00158*\u00008Jd\u0002N\u0005N\u0005N\u000b8h\tp*pj\u0004T\u0512,p\u000by\u0016d\u000f\u000e\u001fV_\ri'\u001c\u0293@ki9{ge*H>q=\ryW\u001f4RvT++kC!>\r'y|?3`>LF,\u0013\u0003\n\u04346\u00a5\u00056\u001e-_\u000fA\u0010\u000f6d7ju4=X\uf74a,=XLz\u00037i\"I\u001cfn\u0135J?-\u2d15\u0001m*]ESJmW\th\u7df3\u012e\u0382\u035c6U\u0593xzO}\u0016_f{0mM\u001cI#\u07e8\\\u001bi3\u0006\u0017YObb\u0015.;\u0017S\uc2c9W\\\u05723V\u001dD#>[\rrwQxV\u000fr\nN(B\u0001=_\\\u001c\u001dP)w?\u077cO\u001da)X1gWy\u000f5g-\u0010s2)p~\u0015)zjSw_yk\u0004'FX9O\u0010Y\u0003h\u0005 V\u0015r,@A{.G:TN\u0006sp\u001dY\u00053S\u0428\u0729m\u000en'3\u0003-iE\\[tg~\u001c\u001fg-+\u000b\/X\u033e)\u0004 ~\u0019\/(L2MMl1w\u01cf\u001e\u001eT#k\u0003-;\fGy[\u0000\u067e\u0005UID\u0019te7j>^,U*r>~^_f2e8\u001b(\u0201.|\u03e23\u0500[~m?\uf3cfB\u06d6<|~j\u001bg\u0016\u05da0\u00167\u001c\u0016D~\u0016bM\u000b\u00e7\u065b\u0013\u001d\u0006\f{j}\u0015l\u001cE\u000f_\ns~r\u000fsc!\u001f;e[\u0007=;mFofq\u00cd\u001f~\u0012$tzAm\"9$5O$]6srZ{$-\u93662\u05b1\u001f\\G}SC\u000e\tn\u0011sU?^pE[cm\u06e9jn+\u0137\u00057m8u\u0013~vZ ZE\\u{__Y\u0494\n\u0019^\u000fc\t),\u0640Ug\f->\u0006!Ew X4~^58\thQ]t=\u001fUm\u0011u>Sy\\\u000e2\u0006m\u0010\n2$@p\u0014uoA\u001cW\/8Ih\u0007L Rn89\u0007p\nC\u02f1\u0002\u001fy3z\u000b\u00d8v4\rB\u001f\\>\u0001\u001fwczaJ\u000eqYY\u001dF\u000e\u0005C#=U\u001dsYoO?mC{g\fC:,'0TX4^5g3\u0707{w\u068e\u0005\ued1d9G^\u6ed3UvdB{\u001d>xvB%\u001czHrnl\u060e5\u001ca=i^!\u001b\u0012u\/lgw%yJe\u001fZh\u0000\u0004\u0006s-_\u0001u\u0001\u001f>^\u342d\u0016\u001f=\u00111M\u0007\u0017C\u0007\u0017y\u001f\u0011?a\u001f\\J\u001e~\u0019>Y,o;Km\/L^\u03bdid;Jd\u04d3\u001ffHsj$xhp=UV:~ZiZs\u001e. (w\u0001\u001dB\u01d7q\u0017U5W\u0002_[\u0018nOoO_sn'ZI7_\u000fdx\u000f{S\u078679\ucf4e\/2uex\u0006H\u000e\u0013\u001aOvK7)&|t%>\u034e\/I\u0019\\)1C=\u0011-\u0016A\u000f{Jl\u067aM|\u0018?9RK$-Xpi-\u0713\u0011]B'XZ#W\u001dq\u0510c-3\u02b3\u0013\u031d\u001cwf8s{\u034e\u0010\u0014\u000fF\u000f`\u000f\u0351^Xrai+\u0011bZa\fJC)\u0001\u0014\u0434(4N[O\u0593cm9$\u000b\u000e\u0607\u0006\u0007PC\u0012u,d}hT5VP5\bb\u000f%I\u000e\u056e\u000bD\u001cA.v\u0004MO\u0006\u0019\u0420g\u0520c}\u000b\rZ\u0017l RI;Hx\u0747\u0012~\u0004%:P{lQ%\u000f\u0011TXg+B\u0005KTP\u0015}\u0005y\u0004Z\u0000Ett\u0007~u\/\u0760zMG[N\u03d7V\ucd96\u000eNz[kUY\u0013cn\u001fE\u01e4\u0167<\u0001\u0015<0^\u0002a1.\u0007\u0018z4sx\u0017_\u0015i\u0019 a\u0010Of\u0010)Ud1-4Hv\u0010\u0003\fb\u000bM= \u0012c4dZQul|7ZH6\u0df9\u001aN\/ZW\u001bv5rg\u001a-_'\tm~\u001d-frw[>&\u0019>G{\u001cyn\u0013\u001f;e\u000b\u001ezx=e\u001cz)N\"k6\u001d~\u0019\u0006\u001fY\fWrt\u061a@*|k)\u0015>q\/C\u00059\u0357\u0007U\ud309>\u0012\u0019,\u001d&\u2c17\u0018\bbp!\u001aT=5\u0019,[l\t#q\u04deQ;\u001b\u0006l\u8815\u0017fv4GZE=\u70f5'kVN\u0011O$sr\brr\fl\u024c3[{\u001d?<*'\r\u0019\\Xs\u0006GnGx\u001dMFwdH\u0007\\\u074f\u001f\u03c9xvt7\/\u064bv\u000eu\\~\u0019N#:c4_U'\u00175=l\"~'jQt^:\u0006l\/94Y\u0006MY_FbF6{t?\u0015To\r`]\n[eM\u00148#\u07eb>QY.~$(n+wp!z\bHL2j-\u0016:Q,\u02c6!\/\u0013?5GOKH=&XDt\u001a'\u0002T\u018ft8\u001eOF>\u0011W7\u0018\u02db\u0269\u0019?QFqX>hZ\u03a6\u0018O\u0017?\u028aAT\u0019r.^\u001b\\0K5W#nIn9:,%\u0016{\u000f?G%{0duy%O<\/\u0017W?\u000eU'N\u001c,s\u0224\r\u00039_RKrQV\u0013\u001bENrpd\u0329S\u000b\u001a\f\u00c7r4+b VGUq=\bbu4\u0006i\u001c)\f\u04672b4h(:4\\:\u02f3M#r2}\u0017\u0015\u0019K\u001aC\u0362I+}7\\\u000emMok5\u0564v\u0004\/?-A\u0019u\u0006\u000bN\u0003s;\u001f\u0019\u0276b_%i&\u000b\u0007\u0006\u001fK8\u06d7\u014fN\u019dU\u001b.\u001c[6\u000eE:\u0012MFs\u00ed\u0016-w#\u0001P\u050b6ir6\u07d5O\u01cft:[\u000e;.T;8\u0011\u0012)whm>^ne\u0011\u0010\u00df[>\"\u001a>\u0011*#\b\u00112MYLc\u03f9}\u0380maQu\u0015\u001a\u001c\\\u0019\u0398\u000f3\u0002 D\fB+\nbF\b\u0003\"\r\u0003u@[>\u01fc\u000e(E\u0001JG:g-(\u001dM>_Yr\u0015\u0010\u03ea^\u0006YEg\/\u0017\b\u0653F?&s\u8176\tVe6Zx8\u0019~]Uk_f\u04d20F\u0212cf{Uu(\u0001.\u02bb\u0681\u0003^XA`%c\u0640\u0401*\n>\u0010zV\u000e\u07cc\u0272br\u000fw\u0019i\u001f3E:>#\u001c\u000b8\u000f.kcuq=n\u031d}#\u001d\u04c3\\}p_G\u0005XYjuJp*\u0014\u0013c\u0007\u00176\u0015\u0013c|bxJv6%\/j5a4,\n8\u0006B7\u0003>\u0007%0\r \r.Dc\u0000\r& xJTGz;$Jty\/zH\u0015]v|M\u0013Q?\\2I|*\u000es,kK\u0014\u0693~^S4:z\u0004\\y=WiN_}V\u02eb'.W>LcZNF\u000f}\u0387VrJV1We<\u0013Fk#uwZW\u0019\u0013\u0108}_Gu\u0397FC3\u0016J `\\\u000b}XsV\u0651\b.5}\r:\u000f\u000f{\u0018!Bn{p=+4S\u0727#\u0000^?A\u024f]\u0012L\u001a\u0015g^xUF\u001dY6\u001bI\u0018}\u05e3y\u0017\u0015\u0001=\u0001\u0004[v\u0512D\u0665m\u000f\u0006Y_-~> Q&k>I_\f?\rz&\u0015\u04abu\ua971-$Z0\fYp\/{*aX1V\u000189.K\u0018Thv\b\\\u0019 \u0003+\u0004Z\u0013j\f\\\u0019TY%=?2\u03d9UO\u00160Q\u0013u\u2684z\u0175@\\\u0005\u0369Q\u00ccX:B\\N0 T\u0001 d\u0002q%\u0013+++@\\\r@\\A\\A\\A\\j@\\ Z%,p(qP.\u02855\u0584@\\kB+\u0010\tS \r\u0002\u0018p\u0005\u0001x*h.4\fC{{\u0001}'\u0018E\u0000W\u0000W\u0000\u0000W2\u0001\t\u0015\u0015H\u0000|\u0000\u0000\u0000\u0000E5\u0000FY\u0000j-\u0002W;]\u0002W.\u0011\u02855\u0001\u0584\u0000\\kB+Sn0[\u0003\f\\3?H\u0013\u001apC\\\u0005\u0369A\u00cc?S\u0013\u0575$\b\nJ\u0015\u0000J&\u0000W2\u0001\u0002\u0002\u0012\t\u0550\u000f\u0015\u0015\u0015\u0006(\u000bZ]2\u0006m\u001c5\u0001\u0584\u0000\\kB+s!L9#WRS\\~\u0016\\5A\u0530aS\\\u001b\u001d?@@T\u0001@d\u0002r%\u0013+++\\\r\\\\\\\\j\\@ZE'%\u00105\"W& \u05da\u0010kM1re\u0018ELY#L-0\u0003\u0002jS\u04b0(WIsj0s W\u05fe\u0013\"++U\u0000+\\\u0004\n\nJ$ WC> W W W \u05e2\u001a W,kv+{I\tryU.$\t\u0235&\u0004Z\u0013j\\\u0003>UI\u000f5\u0019zi\u00141j\u0012'\u0331!95h\u00181\u0015wQ\u0004p\u0005p\n\u0000p%\u0013+\u0000\\\u0001\\\u0001\\\u0004j\u0007\n\n\nZT\u0003j\u0005p*peR\u0005yM,AH\\\u0013kM\b&\u00182wA\u01382!L\\$<&\u001cN\\\u060fb6!RC\u000ebU\u0004qu;(R\u0005\t\u0115L D\u0002q5\u0003q\u0005q\u0005q\u0005q-\u0001q5\u0282Vki\u05168(H\\B@\\kB 5\u0115a;\u0135Wge^0P'a\u0011wV\u0013*h.5\fK\u0012W\u0013\"++U\u0000+@\\\u0004\n\nJ$\u0010WC>\u0010W\u0010W\u0010W\u0010\u05e2\u001a\u0010W,kv+7\u001ck$r!qM 5!\u0010\u05daPc\u001c1C\\;|@\u0018yi\u019d\u000fP#Zm\u001c*hN\u001a6;(R\u0005\t\u0115L D\u0002q5\u0003q\u0005q\u0005q\u0005q-\u0001q5\u0282Vki\u0012\u0007\u0015\/]*0\u0012W\u0006\u0200\n\u0584\u001a\u0013W\u0006U[\u021e\u000fP#j\u000fjD\\\u0005\u0369Q9N0 T\u0001 d\u0002q%\u0013+++@\\\r@\\A\\A\\A\\j@\\ Z%,p(qP.\u02855\u0584@\\kB+\u0010w+9pU\u0018R&\u001cN\\\u0013?6b\\\u0005\u0369Q\u00c8?V\u0013\u0579\u0004\b\nJ\u0015\u0000J&\u0010W2\u0012\t\u0550\u000f\u0015\u0015\u0015\u0135\u0006(\u000bZ]\u0018\u067cF\u00040r\u000buW\b\u0135&\u05182#uKbsqM \n\u0010WAsv^96;(R\u0005\t\u0115L D\u0002q5\u0003q\u0005q\u0005q\u0005q-\u0001q5\u0282Vki\u0017\u01d48(H\\B@\\kB 5\u0115)\u00171%\ua5a5\u00005\u2a968)\u0002mF\\\u0005\u0665a^e }'\u0018E\u0010W\u0010W\u0000\u0010W2\t\u0015\u0015\u0115H | E5 FY\u0010j-\u0012W\u000e9h\u0013 $\t\u0135&\u0004Z\u0013jL\\K\u0010-u\u0002e\u0003qMF9\u000bOA\\\u001fE\u0010W\u0010W\u0000\u0010W2\t\u0015\u0015\u0115H | E5 FY\u0010j-\u0012Wv\\\\^#q\u000bk\u0002q\t\u0584\u001a\u0013Wq%WgM\\D9U|\u4dc1\\b\u0010\u06a4D\b\nJ\u0015\u0000J&0W2\u0012\t\u0550\u000f\u0015\u0015\u0015\u0335\u0006(\u000bZ]\u0012-b\/62W\u0002\u0013O.3\u0007s\u0015\u0002s\t5e\u0003s-c0r=S^Z\u0019pwn5\u0006ai\r{O0T\u0001d\u0002w%\u0013+++]\r]]]]j]ZZ!{$_ryMHAH\\\u0013kM\b\u0735&\u05182D\u0010\u000b\u001b\u0007-M\u000f(jDWQ0\\\"6\u03d8`$]]\u0002]\u0004J&pWpWpW\"\u001a\ud9c7\udec2\u0016\u0540\u001ae]]`\u0012\r\u001a\\H\\\u0013kM\b\u0735&\u05182$u2W5wLk{\u00b9\u0006C`7{\tF\u0012\u0015\u0715*\u0000\u0715Ld\u0002w\u0005w\u0005w%\u0012!\u001f+++kQ\rQ\u0016\u0735ZK\u0715\r*P\u0665\u0002#weX\u000e\u0010kM1we\u000eweZq5-L5\u0007IJA5r=\u001c\u06b0\u0004#\t\nJ\u0015\u0000J&pW2\u0012\t\u0550\u000f\u0015\u0015\u0015\u0735\u0006(\u000bZ]\u001emXrbP2gF\n\u0584\u001asWf\u1701\u0012vSk\u0002x0\r>\u0013'\u070c\n\u001aT#\u001f!\u07b5i#\t\nJ\u0015\u0000J&pW2\u0012\t\u0550\u000f\u0015\u0015\u0015\u0735\u0006(\u000bZ].K4kr!qM5!p\u05daPc\u0294{-\t\u0003\u00035RM3\u0710\r$lWs\tF\u0012\u0015\u0715*\u0000\u0715Ld\u0002w\u0005w\u0005w%\u0012!\u001f+++kQ\rQ\u0016\u0735ZK\u0715]4h($7rW9\u0013\u0004Z\u0013\u0002w\t59\u0003e\u0016w\u01a12BC*hP\u001cF\tg]{O0T\u0001d\u0002w%\u0013+++]\r]]]]j]Z\u0446%\u001a5rW&p\u05da\u0010kM)w\u0018{J\u000f|:wMSU\u0420\u001a9npW\u0013$++U\u0000+]\u0004\n\nJ$pWC>pWpWpWp\u05e2\u001apW,kV+\u0003*LkBj\u000eB]kB5\u0715\te\u0016\u0701\u0001\u0006\ue685Y\u001dO\u0408\n\u001aT'j\u0001\u06b0\u0004w\u0005w\n\u0000w%\u0013+]]]\u0004j\u0007\n\n\nZT\u0003j\u0005w.we\/.PnV\u001a+Wk\u0002w\t\u0584\u001asWf|\u0012vBq\fU?\"\r+\u07e0\u001a9B>#\u0579\u0004#\t\nJ\u0015\u0000J&pW2\u0012\t\u0550\u000f\u0015\u0015\u0015\u0735\u0006(\u000bZ]-4Thv];]w]kB+\u0003,q@\u0019e\u001ak\u0016\u0006Y\u001dO\u0408\n\u001aK\u000e\u0013\u0000wm{\u0004w\u0005w\n\u0000w%\u0013+]]]\u0004j\u0007\n\n\nZT\u0003j\u0005w.we\/E)P.\u02855\u0584]kB+\u0013z\fWc\u001cfjp\u0007\u0006\u0538S~FU\u0420\u001a9\fCvv:d$]]\u0002]\u0004J&pWpWpW\"\u001a\ud9c7\udec2\u0016\u0540\u001ae]]\u001d@#]`F\u000e}\n\u0584\u001asW&\u0012\u0539\u017bj\u00163R\u0019kD\u000bU\u04a0:9L|v\u0013\u0735I#\t\nJ\u0015\u0000J&pW2\u0012\t\u0550\u000f\u0015\u0015\u0015\u0735\u0006(\u000bZ]~$Z\\^#w\u000bk\u0002w\t\u0584\u001asW\u001d1k1s\u001e\u0001uw\u001cr\u0019x\u001bTG\u0011\f^{O0\u0000\u0000T\u0001\u0000d\u0002x%\u0013+++\u0000^\r\u0000^\u0001^\u0001^\u0001^j\u0000^\u0000Z\u00057%\u001c\u06849\bk\u0002x\t\u0001\u0584\u001aW\u001dj7]{2`\u0bbeV\u0002^\u0005\r%Zp\u001cQz\u057d\u0004#\t\nJ\u0015\u0000J&pW2\u0012\t\u0550\u000f\u0015\u0015\u0015\u0735\u0006(\u000bZ]\u029dW\u0728\u001b+W20\u000buW\b\u0735&\u05182\u000f\u0007\r[\u01fb\r*hP\u001c&>]\u001e?T\u0001d\u0002w%\u0013+++]\r]]]]j]ZZ\u5bb1\u0003SYoBjl\u0005&\u0004Z\u0013\u0002w\t5Ck\tyA~k=\f>f\u0715oP\u001cz!U\u03bd'\u0018IpWpW\u0000pW2\t\u0015\u0015\u0715H\u0b86|E5FYpj-rWni(]B]kB5\u0715\u0004w-c7bq\u6ba1V\u0004Aur\u0004#\u057d\u0004#\t\nJ\u0015\u0000J&pW2\u0012\t\u0550\u000f\u0015\u0015\u0015\u0735\u0006(\u000bZ]~$ZEK\u0005F\u02a0\/p]!p\u05daPc\u0000\u074b\u0633\u0006\u02bb\b\u0012pWpWpWp\u05e2\u001apW,kv+{w6Ajl\u0005F!5p\u001d!p\u05daPc\u0290\u0740W\u019c5x\u0522&\u06a6VmWA0Kpk\u0013$++U\u0000+\u0000^\u0004\n\nJ$WC>WWW\u05e2\u001aW,kv+h\tryU.$\t&\u0004Z\u0013j\f^\/w+s\u001aYWUZz,\t}\ue002FU\u0420::3V\u0001^\u001b\u001e?\u0000\u0000T\u0001\u0000d\u0002x%\u0013+++\u0000^\r\u0000^\u0001^\u0001^\u0001^j\u0000^\u0000Z\u0005\uc8b9CF*\u0017\u0012\u0004Z\u0013\u0002x\t5\u0005\u0012GI]\t\u0001\u0006\ud82a\ude15a\u0000oP\u001d\u001d\u0005\u000fk\u0013$++U\u0000+\u0000^\u0004\n\nJ$WC>WWW\u05e2\u001aW,kV+g\u0019P]\u001a[\tq,\u0007uW\b&\u00182\u000f\u0011\u00150|\u0013xM$b\u07a1\rAut\u0006.1xu=H\u0002\u0002R\u0005\u0000\tL\u0000\u0000\u0000D\u0002x5\u0003x\u0005x\u0005x\u0005x-\u0001x5\u0002Vki\u0017J%\u001c5W&\u05da\u0010kM1xen}\u0019e\u0019ji\u0004Z\u0012*hP\r\u001d%fkG\u0012\u0015*\u0000L\u0000d\u0002x\u0005x\u0005x%\u0012!\u001f+++kQ\rQ\u0016ZK*P\u0665\u0002#xeX\u000e\u0010kM1xe%kE{k\u0016A\f_C7\u000e>\"^\u001b`$\u0001^\u0001^\u0002\u0000^\u0004J&WWW\"\u0001\u001a\u0001\u0002\u0002\u0002\u0016\u0000\u001ae\u0001^\u000b^\u001bK8k\u0004r!qM\u00005!\u05daPcj\u001f Z\"uY\u001ewKV\r}\/\u0012\u0002fU\u0420::L+\u0006\u0001^{O2\u0000\u0000T\u0001\u0000d\u0002x%\u0013+++\u0000^\r\u0000^\u0001^\u0001^\u0001^j\u0000^\u0000Z\u0005\u000ek\u0004M8#\u01fe\u0000^w\u0000^kBZ\u001axe\u0019Agn2D-t\u0688x4\u000e\u0006a#\t\nJ\u0015\u0000J&W2\u0001\u0002\u0002\u0012\t\u0550\u000f\u0015\u0015\u0015\u0d68\u0006(\u000bZ]jLU5W&\u05da\u0010kM1xeEk%A\u001es1{'W37\u000e Ck\u0013$++U\u0000+\u0000^\u0004\n\nJ$WC>WWW\u05e2\u001aW,kv+\u001bT\u00a1M&\u05da\u0010kM1xe\u0007x-qPy.\u0001}g!\rAPIq\u0000'\u0018IWW\u0000W2\u0001\t\u0015\u0015H\u0000|\u0000\u0000\u0000\u0000E5\u0000FYj-W6\u05abCF*\u0017\u0012\u0004Z\u0013\u0002x\t5\u0006\f\u0011\u0005\fWWW\u05e2\u001aW,kv+\u001bT\u00a1\\^#x\u000bk\u0002x\t\u0001\u0584\u05d4O\u0001\r^(3\u00035\u03dc\u0010\r(L8\u001c\u0015{\u0004x\u0005x\n\u0000x%\u0013+\u0000^\u0001^\u0001^\u0004j\u0007\n\n\nZT\u0003j\u0005x*xe(S\u0005yMLAH\\\u0013kM\b&\u00182\u00118j\u0772\t\u0004^Sj\u0004^\u0005\r,s9kG\u0012\u0015*\u0000L\u0000d\u0002x\u0005x\u0005x%\u0012!\u001f+++kQ\rQ\u0016ZKe\u001c5W&\u05da\u0010kM1xeBX\u0001^+-\f3\u00035\f4b!x\u001bTG!>\nxu=H\u0002\u0002R\u0005\u0000\tL\u0000\u0000\u0000D\u0002x5\u0003x\u0005x\u0005x\u0005x-\u0001x5\u0002Vki\u0017p(\b^B\u0000^kB\u00005\u0006\u001eG\r[3\ue5ac:xY5\u0019x\u00154h\u0017\u001dF dO\u0006xu=H\u0002\u0002R\u0005\u0000\tL\u0000\u0000\u0000D\u0002x5\u0003x\u0005x\u0005x\u0005x-\u0001x5\u0002Vki\u0017pxR\u00112\u000buW\b&\u00182D\u0010\u0011\u0015&;xUkYh\b^\u0005\r\u00ccWn\u0006\u01cf$++U\u0000+\u0000^\u0004\n\nJ$WC>WWW\u05e2\u001aW,kv+\u001bT\u00a1\\^#x\u000bk\u0002x\t\u0001\u0584\u001aW]\u0298\u0006q\u0016\u0011%f+oP\r\u001dfa\u05c6'\u0018IWW\u0000W2\u0001\t\u0015\u0015H\u0000|\u0000\u0000\u0000\u0000E5\u0000FYj-W\u00075&c_\u0000B\u00005Dk5WAj0\r1\fxm{H\u0002\u0002R\u0005\u0000\tL\u0000\u0000\u0000D\u0002x5\u0003x\u0005x\u0005x\u0005x-\u0001x5\u0002Vki\u0017r\u001fPW&c\u000e\u0015\u001aS\u0013kM\b&\u00182W&zl^\u001c~\u0007*\u07cbAM+\u07e0:9Lb\u00046=HR\u0005\t\u0715LD\u0002w5\u0003w\u0005w\u0005w\u0005w-\u0001w5\u001e\u000by\u0016d\u000f\u000e\u001fF_i(\u001c\u0293ki9{'e*H>q=\ryW\u001f4RS}\u001foC\u001d>\r'y|?3`>LF,\u000f\u0014\n6\u00a5\u00056\u001e-_\u000fA\u000f67ju4=x\uf74a,=XLz\u00037i\"I\u001cfn\u0135J?-|\u3d15+nS:u.JR\u001dWjNG,>>&vu\u0016lld\u0013\u001f\u001f?}|2[lkb\u0007H1|\u0012\u0144\u0017\u0013pY^Lj\u0017\u0013F_e\u000bg\u001e';>A\u0662E\u00064\r~\u001d}\u001d\u0017lk\u00b3~\b?Sx\u0017}wtBi\u0015\n<]\nO}\u000e\u06fc\u001cNI\u010a9{9k\u0716ISzW-[k'85Ry\u001a@+\u0005`Se\u0001\r#u<*\u05a1r60\u07ae\u06e7??.*\/@eFNlstp;Y\u001e8oM,:\u0722;h8+\u001cmY\u000e~_}foK\u0019\\Lt$\u0000xyGaoj\/\u001eg=~\u06c1\u001eYs\u001eEna8\u008b<[\u0000\u067e\u0005UID\u0019te7j>^,U*r>~^_f2e8\u001b(\u05afB\u0007>>P\u0003mhg?>\u000bm[QqX\u056am4F\u2d535A,n\u06b7\u001cZ\u0010[\\5-\\\u000ffo\u001efOt\u00140lU\u0632s\u0014\u0015>,\u0019*,?\u0019?\u0011Cz?v\u02b6\u000fF{\u0006w\u068c\u0016w\u001b?z$HB\/.[\/xH]eV=FZ?\u0016q\u001biIiUQFCm\nE\u0011JT\bJt)(Q}\u0226'Lod\u02caOg\u0000)?\u000e\u0007\u000ec\f\/cZW\u0006XjiT\u03faG\u001dv[q%>KRbF=WJ\u0013\u0013\u000f\u0107%)1\u04f9>B\u001b\ua2d7F_N3g\u001abn\u0014\u0017^4\u00140' .2Hn\u0014=t\u0018>Je\u0013Y~\u0017i\u0016\u001b:\u0018:\\\u04d9\u0013Y~\u0017aTA7\/D^,R\u001f\u75e6V\u001d\u001b\rd'>^gY&\u032d:64Wr\u0007'ws\u001atgV\u000b-~\u0019\u001e~\u00beypr\u0007>Aw\u000f|\u6577\u0017\ud67f^\u0007G|K[q6zpz\u0004..xpX\u000e\u04d7*\u0007YO\u000f\u0005Ep\u0012\u0012\u000b^GQ\u0012o1U\u0357\u0016\u00079\u00165\u001doM3!\rg\u000fO\u0585\u0765u\u0012^kK^\u049f\u001f;{xz..h`u5In\u001ar,>\u0015^2\u03b3\/[Z\"l2h\rI&4\bA\u0011}9\u02f1\u0016+Gq4\\`E?bpt[1r\/~\u0014\u0000\n}hZr\u0014\u05c1;-\u0115d==fCRyS\u001f\u001ap\u0461IQl\u000e.sU\u01efd]\u0007Glg\u07ea\t*\u0001gL~HMjlt[p`\u00196=\u0019|4\u0006~\u0004\r:7\u0420u6\r\"D\u050f}(GPc\u074c\u0005%Z\u0017\u033clQ%\u000f\u0011TXg\/B\u0005KTP\u0015}\u0005yDZ\u0000Ett\u0007~u\u0651t!D\u0005m\u001cC%m.e\u001evVbU\u0584\\u\u0007j\u0015}Ai)a@l}E0&?&L\u0017|\"~X\u0001\u01a57\u001e\u001c\u0017zGZh;du\u0018\u0113\u0019DJU7\u0019|\fb\u000bM= \u0012c\u001d\u0000BS\u000f;\u0018\r5rT]<=1\u001b\u07cd\u0016,j\r\u0017\r;QyMZ\u001b\u2136{N\u0016S-\u001f\fn\u001f=|YGb\u05c9\u00079\u00143:e\f{\u001f\u0019\u001dq(@;5tte\t\u001a|d\r1d>5TX7\u0013S*|_\n\u000bsp3\/\u000f\u0019\u0013}\u0014%3X:Lja\/9\u0010jB4\u0225`\r;]{\u001e\u001dk2\u0014ge\"6|3y;n38j@\u0010w\u0006\u0002\u000en\u02fb\/oG|E\u02f3;=5nftz\u001eJZ\b\u0001E\u0006\b\u01e7\u0001g\u000f8\u0019]+4w\u0609+v|D\u0376}^}z\u0007=XMk\u0015?<\u074fOQ`\u001a\u056esjs\u0013\u025c\"\u001cB\u001cb\u001c3[2c\u05ab\/n\u000fvC\u0006\u0017\u075c\u001f\u0477r9~&7|nGrt3,\u0019\u0481f{z,d7c\u0005}\u000bFtp&~MC=-_yt\u000fVaX|rW.\/2=\u000f*2'(\u01e1{\u079b\u0018Ce)c{b6\/L}\/\n\u055d<.g\\,w%w\u0006\u0017I5\u0019\u0387\u000fh.W\u001crJ\u034f@z\u0010\u001b3i\r\u00ab9RXwOC6X\u0121_pH\u04fe\u019d\u000f]Wd,1Cj\fW&p95\u94da.\u036eT:#\u00184\u0004\ng\u0019,\\]\u000fdr~'\u06ef\u001fUz\u0527\u0003.\u001e\u0018|\u0007\/po_\n\u0016:\u0007\u001bBW\u001frp\fJoI;h\u0017H8\u0019\r\rZ\u01cf\u0004IQ\/|^J\u0016\u001a\/\u027d\u7de2r~W\u001d?F7l9,oP0\u3a3a\u001b\f\ru,CF@+\b[Q\u0010~BH\u001e\u0006.|\u0003w 6Xc^\u0007\u0014\u0017\u0000#\u0016|&JG\u001f,9c\u0000EDt>z\u0011Qg^\u0016%Ri\\ _gOu4<\u0012\u0796\u03a1\u0017'Xr\u0654~kwdv9W\u056fR\u048fOKR\u001b!K\u0001V\u001c\u0006*j\u0007\u000exa\u0005\u078ce'BG\u04ea(>CY93'\u03a3\u024d?F\u078dg}H\u0016s\f.%Qy\u0001z3V\u07dfl0;WlAT\u001d\\\u06eeVO]+\u067e\u06d4D-~J\n#Ax&\u00b8\b@#]\u0001>D\u001a\u0010El\u001fDk8j8Ejq\u001a'\/Q\u001a~\bi|8:)6Em$h{\t\tkyf+uW\u0002\u0005]c\u0005'\u0007U1:[5d_t\u078dae`X\u0137E\f8\u0013\u001a&{Pf)OY[*\u0173vUAUz=J\u7dbb7Xz==^6K'i\u0479L-RWKd\u06f7\u05eb0w+\u0003[2eGJuHvLB\n6ez=}\u0019\u07765c;=[\r\u001817:\u001e7ZF-LWu\u001e>\u04ea\u0221^6T)pVnR=\u00037\u0017y,l\u0014&.f\u01b6_)kvP\u063c&+\u001bXa\u0011\tK\u03ab)_`k0\u0003\u0004&\b\\DAWD\\;\u0002&\u0015=lf1W%\u001b-\u001bc2qs\u03ecq\u0405+6O\u0004q\u03fdA`K\nyTVs-\u0015$a$}\u000bV,\u000e\u0003\/`7Z=&? }U\"b\r_\"\f\nTg\u0011_6\u0018{\u001e\u0013jZe\u001e\u000bKeb_2k][\u0001?=V\u83bd\u001e?q;\u0002u?\n\/w\u0017\u0007q\u0016_%a|\u0004q4\ftyD\\\u0014m;NuMxjc]\u0171u\u0012=^I1\u000b\t0\u000bpU#\u001aV)\rZVW\u001cj\u0014S*R\u000fWa*6\u069cWo?\u0014CwO[]Yzy3_\u3af77o0\n\u201a9:7T( P-V%(\u5fc4KS\u001d_\u0013Dsk+L\u052c8\u0325\u07ef\/QkOyME\u0011n3oUJyU\u001eO\r\u5095*'\tWuK9'dmu~^>\u001a\u00112\u001e\uafc9\u0425\u06ff.z:^Pe\uc303\u001b\u0002=\\k}Zob6\u000b.DE\u0530\r,*\rc7E~x?|Cn\u000f\u0015K\u06e3^\u0019}a>\u001d!%RG\u001e\f#:5fJ(\\M,g\/NG\u0002u\u0004,B\u02a0\u0005\u001aDKL\u0011\u0793E\u001fFKxjL6]`(J\u000e+e(\u07f2\u0010\/Uri^\u001bQ\u04a0jqRz0\/\u00054\u03d5p9)L\u001cFVe5bT&`\u001d!`\u051aPc\u02a0]40Z$E\t\u0013\u0003ai\u0016#v!F\u00154\u000e\u0002cV{;Q{O0T\u0001T\u0002F%\u00130*0*0*5^DKQQ+%\u0000\u0002dQQ]1*\u001bVTK\u0005F\u02b0,`\u052a\u00100jM1Fez\u0017\u07ecgQ4\u0012Quz8\njQ\u0005\rl\u0017Q{O2T\u0001T\u0002F%\u00130*0*0*5^DKQQ+%\u0000\u0002dQQ]1*\u001bUM&`\u001d!`\u051aPc\u0004Z`T\u0001gQ5ER.Q \nB6\u0006@`\u000f\r\u06a0\u0004#\t\nJ\u0015\u0000J%`T2\u0001\u0002\u0002R\u0005J\u0004\u0018\u0015\u0018R\u00020*0jI\u0016\u0018\u0015\u0018\u055c\u0015:C6\u00116\u001c\u0002F\n\u0001\u0584\u001acT&br7\u001as\u00185\b$u>\u001b5\u050a\"c\u01ac\u0019F\u00154\u000e\u0002\u0000g6=H\u0002\u0002R\u0005\u0000R\t\u0018Lx\u0001\u0012-\u0001F\u0005F\u0000\nZ\u0005F\u0005F5gw\u0168\u05d9%5bT&`\u001d!`\u051aPc\u0294\u001b\u0000\u00e8\u0017'x\u0013FMB\/`\u0018U\u0420:\bL\b\u030e`T\u0013$0*0*U\u00000*Q\u0004\n\nJ\u00170*\u0012`T`J\t%Y`T`TsvW\u0286\u0015f\u0013F $\t\u0018uG\b\u0018&\u00182o\u001720j\u0012zI~6j\u0016xIL\b\n\u001aT\u0007)\u000e;Q{O0T\u0001T\u0002F%\u00130*0*0*5^DKQQ+%\u0000\u0002dQQ]1*\u001bVT\\^#F\u000bk\u0002F\u0011\u0002F\t5\u01a8Le\u05efJR\u001aFY\u0010\u0005*hP\r\u0004~rI\u0019cT\u0793$0*0*U\u00000*Q\u0004\n\nJ\u00170*\u0012`T`J\t%Y`T`TsvW\u0006e&\u05c8QB\u2680QwQkBM1*kv8j\f\u0379qT8T\/\r\u04889@\t>u\b\f\u0011xa1\u0003(\u0005(\n\u0000(\u0012@)\u0000J\u0001J\u0001J\u0002(%Z\u0002P\nPZ)\u0001\u0014$\u000bP\nPj\bJr06H\u0002,\u0011\u0002,\t5\fo\r:eqnKC\u001er\u001aSO\u0005\u0661a\u0010rj\tts\u0011\u0004?\u0005?\n\u0000?\u0012)OOO\u0002?%Z\u0002~\n~Z)\u0001\u0014$\u000b~\n~jO\u02e8Llr)y];B5d~\u04ee}\u001fz~\u001aq\u001ayY>\u07d8\u001d\n\u0016\u0011\b=ms\u0011\u0004?\u0005?\n\u0000?\u0012)OOO\u0002?%Z\u0002~\n~Z)\u0001\u0014$\u000b~\n~jOFrT.%\u000btG\b&\u051c2_\u04ce\u015fFv\u001di\u001c'\/\u0005R@,c7O]{N0T\u0001T\u0002?%\u0013)))5^DKOO+%dOO\u065d) .3M\u0629\n3?eX\u000biU\b&\u051c2}q~\u001aI~\u0012;u\u0406m^\u000en$b\u015c]=\u051c@Crn\u02e4\\UM}\u0016\u7b75\u0013\u001ac\u001aCt\u06feU3\\d-Liau\u000b`-\u0002\u045a\u00ae\u00ad@d\u0014?>\u0019oe!n>:Xbb\u01f5y6`?Aw X4~^58\thQ]t\u0016IT]wG-BPr9Kk\u001b\u04dbrj\u001aDA*xC\u02f8s\u0001%R\u053d\u0005qs\\\u018eED]D8\u001b\u0012%V\r4\u0356X\rM7o9q'\"lQtJLp|\u0018>9\u0007q\nU\u001bb\u0018\u0018FvJF!\u0013.\u001a\u0005NWV:`\u0015N*cV9YfN\u001dh\u00168}\u001f\u001b\r\"#f}0\u000b\u0015U~+\u000b'\u0010?r\"C\b;\uc589~a e1kM}Wb\"\u0004;I`\u0012ysYJM8\u0665\tcG!\u0002Xt&),%\u001dg9k\u00156o\u02f4\nB}_v&b^Jv!\tC\u03c7])b\r;\u0000\n\u0214s\u0007$|r\u001e\u000e\u0000i\u0016Nygv'+zut9.g\u0000n=[\u0007f^\u07f1^}\u001b\/{Uz\/\u0000-\u001b\u0000N\u0000Y\f@y\/\u0000]\u0600\u000ff\/\\_m1\u06c3vif8Ls6\u001e\\\u000eg\u001e\\}Dl;}pa+ypexngd\u0014\/\u001b0qJz9~+MO\u0006&O\u000f7!\u0672\"\u03e9)TZqk\u0002\u0005jiky;lc\u0001d{m\u001d@V\\).v\nm=\u0005&\u04b7&\/9[\u0013\u001bS9\u00072!v{\u001c_eL\u0000ksR\r\u001c(k'4YoP\u000e{J|\u001b\u001d_\u00123Rb\\z\"Z,~)?\u0012\u001f\u0632uyJ\u0783z3\u00c7!\u0017\/\u137e\u001czGbX2Q\u030d\u008b\u0002\u0014\u0018\u0015\n|N*sZ4+wf^59-\b\n^'\t!);wlPSH_K\"\u001a]wtZ[\u001fm\u0014l\u0001At\u000e}]7i81s\\e'>?\"'$\u0012{ {\u02eaiHfz\u001fwxVixT\u0016\u001clA]P}^n;q?\u03ed\u051e-^HJmR[\u0015VpiRo9?\u04aan\\:\u039e~(=Js$=\u001d\u0019rz\u00b8V#V9P#,\u000e5\u0017\u0006um*8Y}.6Xm\u05a7\b\u06f8+p]&Qm%mX\u001fcq\u001e\u000b\u0004Z,jU\u0014]VO%s\u0012\u0156]v\u068f{}zL.,!\u0011zK\u040eYNj\u0231\u0000\u0017\u0019iw6v7`Dn4;FhBz\u0000hr>\u0152N[\u0019\rhS\u036dUr\/N\u000e\n\u001d\u001c\u0017\u001cUvi+zr{8D~\u0621\u0014\u0408\u0000}h\u0016r\u0014[\u05c4q\u000f\u001a\u001d&\u07ea\u0014\u0006\u001cI$W7WE\"$^\u0017l;\u0626'\u0003qh3j\u0431\u0006\u000bi\u0010$\u001d~\\Cv~?\u0012\u001dCt(Q=_C6U\u0668\u0007U\bt\u0016J%D>]\u0742\u04a2\u065d\u001a7X~Vk\u000f%\\-Jmc\u0000\"sW\u00033\u0007\u00ae\u0015P\fY>\u001e&T\u0735MGQ\u0267|rdjW\u03f9i9dNZ\u000e\u0001[\u000e\u0011[![\u06d9-yfE{\u0017Ged{!\u000bfh\u001cO?=n9\u0019~\f@\u0013r6c\u00189\u0011o\u070ef<{\u046e\u06e1\/t$y\r\u0018\u0357c\u0245f\u000fH_ZTz5\u001d\u7e97\u0001jN=MAsS\u0016}Wf<\u074fgE6\u001bc)XBVY\/3`OTl4\u001f\t\u001d\\\u001eB+l2hNz\u0014s|a^ne\u0011\u000e\u00df[>\"\u001a>\u0011*#n\b\u0015FMYDc\u03f9}hjaQu\u0015\u001a\u001c\\\u0019Y\u0016\u001fPf\u0005ZAV\u0014\u013c\u0010RQ=ml\u001e\r[\u0006\u0742Q=u@qK\u000bP:9kA\u0207mt\u0292\u000f^D\u03f3\u0017\u0011s\u0016eQ\"\u0005mu\u0011O#m\u001czm~U\/:.?>-\/~Miw7^%Qy\u0001z3V\u07dfl0;WNAT\u001d\\\u06eeVO\u0376+\u0675\u06d4D-~J[$\n#Ax&p\b@#]\u0001>D\u001a\u0010\u0005j\u001f\u0004i8h8\u0005h\u0019\u0019\u001d\u0001\u001a!we2B2]^Fk+\ube9dg\u0002l\nW}\u0005-`Z9\u0005>_~gP\u0015U]MFEx\u001fV\u0006ZE|l\\}{%}!{Pf)OY[*\u0173vUAUz=J\u7dbb7Xz==^6K'i\u0479L-RWKd\u06f7\u05ebw \u0003[2X`7Do?\n,`Ss\u0697m[3v\u001f\u06d3E\u001b8\u001esx\u001cy3o\u0012\u0014zU\u0007#9\u001c%os\bKeB\u001b[\f\fg&\u0553?x~\u0012fMQlbfl\u000buV^5\u001d5Y:\u000f\b6OXr^N\u024ej\u000f@6w\u0007[\u0019 p\n\u001fv\u0005n\u001fTzoK#0k\u04af[\u0463\u000e~\u0356j:m{^\u0002\\>M7kTb*k\u001ei6\u001a\n\u001dbD\u0010\u0743_\u000e0Ke37\u0015I\u001as~\"H\"y(E\u0733\u0019il7\u0005%N-\tKKsS:,L+[]N2{\u001d70-WV\u057a\u0015,X 7^\"\u0017\"Y\n=9\uee76\n\u0017F7p+qv\u001bZZN\u0795gq\/e. $ N~a\u07da.V\u05dbP-ri\tT\r~k?8\u05f3N+6fA|y\u077f\u00157\u0017fa\u001cnZ~Jd>Y*a\u0010_>u\ua2a3XB~$E*LWxUbhW}^Ni+K\/\/u6FK]v|6z\u6b5e\u0011~\u001cf^UA\u001cP3'x\u0013Y\u0019%~\u0012\u0004\u016aP]\u0012%S=trob]_^~you\u5489u^|\u0015T%\ntI?[\u001a\u001d=\u0002musZ)-WOB3XXw:q\u053da\\U$\u000ewi1\u0007d\u045a\rQyzuR#UC71\u001atsEo[k5\u0012qPc\u001e^\u7f1fk\u0017\u0015svVYf\u0001\u0605\u0016x5U!\f\u000f\u000f{\u0018!bh{p=+4$\u0727#D^\u0203`\u0004SL\u001f\u0156\bV%\u0169\\EH\u0019\u0006\u00127SDd\u0007\u0012\u000e&S\re=\u0018d4RfH$}1<\u02b7*K\u001ct{W~\u0014h%Z\u001e1\f\u001b%Md+\u0014}Nz*`\u0012'OF\u0005ryT.$\ttG\b&\u00182W\u0011\u000e3O\rj0OZ$LW5\u00a7Zo3plIGd(;Sm\u0001T\u0002>%\u0013)))5^DKOO+%\u0000\u0002dOO])-CMz\u0625\u0002#>e\b\riU\b&\u00182]p\r\u0006(mWSn-(j!4(iAt\u0004Jr\u03fe\u0003>\u0005>\u0016\u0000|J%S2\u0001\u0002\u0002R\u0005|J\u0004\u0014R\u0002)iI\u0016\u0014\u051c\u0015r\u000b2l\u000b\u001d5\u0001\b\u0001\u0584\u001aSP*a2\u001d>097|\u001a~\u03134z\u0012\u0004\u0714slIW`(;Sm\u0001T\u0002>%\u0013)))5^DKOO+%\u0000\u0002dOO]\u00030d\u001ai\u0013^1,\u04ea\u0010iM1>*Fhq}_\u00e7j\u00051iE~j\/\u0000\u0005-\b>\f}\u0007|\n|-\u0000Jd\u0002>\u0005>\u0005>\u000bh\t)i\u0004S\u04d2,)9+>N\u000e,CM.\u0011\u02855\u0001\b\u0001\u0584\u001aS*a2\u001d>M\u0532)>\u0167Q\u0014z\u0001\u05efMi\u0014a\u0014pb\u01d6t\u0005\nr\u03fe\u0003>\u0005>\u0016\u0000|J%S2\u0001\u0002\u0002R\u0005|J\u0004\u0014R\u0002)iI\u0016\u0014\u051c\u0015\u0012l\u001c5\u0001\b\u0001\u0584\u001aS\u0467\u001a%1\u0017GO \u000b\u0001>,R\bJIK:O%Cg\u0001\u0002n\u000b\u0000>\u0012)OOO\u0002>%Z\u0002|\n|Z)\u0001\u0014$\u000b|\n|jO\u0019ES.\u0011\u02855\u0001\b\u0001\u0584\u001aS\u0006\u000ev(bd\u001a>M4N\u0016>OR\bP\u0492SPw\u0002O\u0004|J&SSSjO\u0000\u0002VJ\u0000>\u0005>-\u0002\u0002Sv=\\\\^#>\u000bk\u0002>\u0011\u0002>\t5\u0167\u0001c\b\t<7|xZ\u0578~eI1q4\u00a7YG\tw:cK:O%Cg\u0001\u0002n\u000b\u0000>\u0012)OOO\u0002>%Z\u0002|\n|Z)\u0001\u0014$\u000b|\n|jO\u0019ZTcl^\u0013\u001bs\u0010\u0012\u0004|#\u0004|Z\u0013jO\u00198XE8?v}\u0412\r$\u0292ML\u000e_KZ\u0011~*\u0019=\u000e\u0014t[\u0000)O\u0004~\n~\n~J\u0017)\u0012SJ\t%YSSsvW~2\u0014\u0004\n\u0001AU!\u04daPc~\u0010\u001d~\u06b14~E,$V\u001b,C\u01d6t\nr\u03fe\u0003?\u0005?\u0016\u0000~J%S2R\u0005~J\u0004\u0014R\u0002)iI\u0016\u0014\u051c\u0755r[e)^\u000fT`\f\u0002?\n\u0584\u001aSfSf`\u038dfaz\u0019w\u000f.?a_-\u0018[\b@O=\u0003PEm\bB\u6f9d\u0007\n-\u0000\fJ`d\u0002C\u0005C\u0005C\u000b\fh\t\u0018*\u0018j\u00040T0\u0512,\u0018*\u00189+Ce%\u0004\u001a:\bk\u0002C\u0011\u0002C\t5fH\u074eA\u0010-| T\"\u0010\u0016AV\u000e\u001cP\u0496@Tp{\u0002@Q\u0004J&PTPTPTj@QVJ\u0000E\u0005E-\u0242RT\u0007n5R&\u0610CYU!P\u051aPc\u0010\u001d\u02b4(h\u001c~VmPT|9we\u0696PTp{\u0002@Q\u0004J&PTPTPTj@QVJ\u0000E\u0005E-\u0242RT~\u0012\u001a)\\H\\\u0013(\u0010(jM1Ee\u001aEtST?\u000f I3ZyQ[:CQ\u0005\u00f9o\uf062n\u000b\u0000E\u0012(*@QAQAQ\u0002E%Z\u0002\nZ)\u0001\u0014\u0015\u0014$\u000b\njJQ9UfM\u0010&P\u001d!P\u051aPc\\9CQ\u9ce3\u001ae_\u0007j\u0002E\rz\/K]bQ%m\nE\f\u7fbd\u0007\n-\u0000\u0014Jd\u0002E\u0005E\u0005E\u000b\u0014h\t(*(j\u0004PTP\u0512,(*(9+ECmry\u0014U.$\t\u0014uG\b\u0014&\u0518f&!Zq)jGYtm3\u0004DSJ\u0015*\u0019}{\u000f\u0014\u0015\u0014u[\u0000(*@Q\u0004\n\nJ\u0017(*\u0012PTPJ\t%YPTPTsvW\u02aeKlkr!qM;B5\u00145dS)j\u00013PP\u001d\u0002n\u001aQ\u040f$p_\u0496PTp{\u0002@Q\u0004J&PTPTPTj@QVJ\u0000E\u0005E-\u0242;RT\u0006\u001aU\u0018\u0019\u05c4\u001c5\b\u0584\u001aST\u0010vj\\Pifq\u000fK\u001aQ4B\u06e5$m\nE\f\u7fbd\u0007\n-\u0000\u0014Jd\u0002E\u0005E\u0005E\u000b\u0014h\t(*(j\u0004PTP\u0512,(*(9+EfrmiK\u0005F P\u052a\u0010(jM1EeV:E$LS(\u0007IRQiik[:CQ\u0005\u00f9o\uf062n\u000b\u0000E\u0012(*@QAQAQ\u0002E%Z\u0002\nZ)\u0001\u0014\u0015\u0014$\u000b\njJQ3lkr!qM;B5\u0014\t8E\"V\u02dcoY\u0002EU,\u000e]E+\u0014U2\u001e(*(\u0000PT*\t\u0014\u0015\u0014\u0015\u0014\u001a\/PT%\u0012@QAQK\u001466a\n\u0014AYU!P\u051aPctu)hqvDyaF\u00145\u0003?\u5990k[BQ%\u00f9o\uf062n\u000b\u0000E\u0012(*@QAQAQ\u0002E%Z\u0002\nZ)\u0001\u0014\u0015\u0014$\u000b\njJQo3Kl\t6t\u0010\u0012\u0004#\u0004Z\u0013jLQ\u0019.q!Zc:ST\u03226nJ\u000fN+\u0014U2\u001e(*(\u0000PT*\t\u0014\u0015\u0014\u0015\u0014\u001a\/PT%\u0012@QAQK\u0014\u0541\u001by\u0014\t6P\u0016(jU\b\u0014&\u05182\u0001;\u0014iQ8\u0007Rio\\4\bs\u1012t\ns\u0003E\u0005E\u0016\u0000J%PT2R\u0005J\u0004\u0014\u0015\u0014R\u0002(*(jI\u0016\u0014\u0015\u0014\u055c\u0755f&HQB@Qw@QkB)*S\u000eEe&QT\rR\u019d0P\u030b=ghDQ3\u02f9tJs\u0003E\u0005E\u0016\u0000J%PT2R\u0005J\u0004\u0014\u0015\u0014R\u0002(*(jI\u0016\u0014\u0015\u0014\u055c\u0755ff\u0013D $\t\u0014uG\b\u0014&\u05182_w<\u0016UC&w\u001bf\u001453\u07b5-]\u0737@QAQ\u0005R\t\u0014Lx\u0012-\u0001E\u0005E\u0000\nZ\u0005E\u0005E5gw\u0737e5RT&P\u001d!P\u051aPc|u9NQ\u001f\u0005P-z\u001d8-\u0737@QAQ\u0005R\t\u0014Lx\u0012-\u0001E\u0005E\u0000\nZ\u0005E\u0005E5gw\n6F*\u0017\u0012\u0004#\u0004Z\u0013jJQ#8u~\r\u047csY\u2ad5t\u001b\u00145MHk[:BQE\u00f9o\uf062n\u000b\u0000E\u0012(*@QAQAQ\u0002E%Z\u0002\nZ)\u0001\u0014\u0015\u0014$\u000b\njHQ\u0019hTadl^\u0013\"s\u0010\u0012\u0004#\u0004Z\u0013jLQ\u0019\u0012CQY\u29d1\ube68\u0017\u00057w\u0010@\u0013\u0005Z8p@I[:CQ\u0005\u00f9o\uf062n\u000b\u0000E\u0012(*@QAQAQ\u0002E%Z\u0002\nZ)\u0001\u0014\u0015\u0014$\u000b\njJQ\\fbR28\b\u0014*\u0004Z\u0013jLQK\u01e2*\u000fOk\u0014A\u009c^\u0690f\/+\u0014U2\u001e(*(\u0000PT*\t\u0014\u0015\u0014\u0015\u0014\u001a\/PT%\u0012@QAQK\u0014YiT(*HQB@Qw@QkB)*s|cQ}2XT?4l#\u0016\u000f8-]\u0737@QAQ\u0005R\t\u0014Lx\u0012-\u0001E\u0005E\u0000\nZ\u0005E\u0005E5gw\u001a6a\n\u0014AYU!P\u051aPctucQ(9\u00165\u0002O6ZA?\u0205J\u0019*\u0018}{\u000f\u0014\u0015\u0014u[\u0000(*@Q\u0004\n\nJ\u0017(*\u0012PTPJ\t%YPTPTsvW~YbM&P\u001d!P\u051aPc\u0004Lv<\u0016UC{\u0006\u0003EU\u000b\u0018\/BX\u001bQ\u0528{>Um\nE\f\u7fbd\u0007\n-\u0000\u0014Jd\u0002E\u0005E\u0005E\u000b\u0014h\t(*(j\u0004PTP\u0512,(*(9+Eul^#Em\r9\u0005Z\u0015\u0002E\t5\f\u06e1L+\u038fHqA5V\u0441Z@QC}\u0017\u000e(iKg(`8=PTPm\u0001T\u0002E%\u0013(*(*(*5^DK@QAQ+%dAQAQ])*\u001bUTb\\^#E\u000bk\u0002E\u0011\u0002E\t5L\u001d\u001a%\u001ewiFZps!(j\u0014\u0004RtJs\u0003E\u0005E\u0016\u0000J%PT2R\u0005J\u0004\u0014\u0015\u0014R\u0002(*(jI\u0016\u0014\u0015\u0014\u055c\u0755r6 2\u0007!qM;B5\u0014\u0017z!\u001c$ou\u001ak\u0005\u001a\u539fq\u03b5-\u0737@QAQ\u0005R\t\u0014Lx\u0012-\u0001E\u0005E\u0000\nZ\u0005E\u0005E5gw=!%5RT&P\u001d!P\u051aPc\u02a0\u01e2jyL=\u0006\u001aeQ\u02b9Qg~\u00bd]\u0015*\u0019}{\u000f\u0014\u0015\u0014u[\u0000(*@Q\u0004\n\nJ\u0017(*\u0012PTPJ\t%YPTPTsvWF\u0015&HQB@Qw@QkBM)j\u0018S(CsQc6=\u07cb\u0012\/%m\fE\u0015\f\u7fbd\u0007\n-\u0000\u0014Jd\u0002E\u0005E\u0005E\u000b\u0014h\t(*(j\u0004PTP\u0512,(*(9#EeQy\u0630\t#P\u0016(jU\b\u0014&\u05182$_k\u00145V\u0013V\u0011E0b\u02b5-]\u0737@QAQ\u0005R\t\u0014Lx\u0012-\u0001E\u0005E\u0000\nZ\u0005E\u0005E5gwL.M1MpHQ\u0019\u001c\u0004Z\u0015\u0002E\t5\f:E*\u0006e\u001fEyrS\u0235-\u0737@QAQ\u0005R\t\u0014Lx\u0012-\u0001E\u0005E\u0000\nZ\u0005E\u0005E5gwlTQmryP.$\t\u0014uG\b\u0014&\u0518\u06a1O)jjJQ\u000b>Q$bv)I[:CQ\u0005\u00f9o\uf062n\u000b\u0000E\u0012(*@QAQAQ\u0002E%Z\u0002\nZ)\u0001\u0014\u0015\u0014$\u000b\njJQ5nm.\u0015\u0018)*@QB5\u0014\u001d\u001c{v\u0014UCc@QS\u0014\t9F\u00145I\rxwmKW(d8=PTPm\u0001T\u0002E%\u0013(*(*(*5^DK@QAQ+%dAQAQ])*\u0002l\u00116\u000bk\u0002E\u0011\u0002E\t5Ld)j\u001a%jJQ ',|mBQSbhJI[:CQ\u0005\u00f9o\uf062n\u000b\u0000E\u0012(*@QAQAQ\u0002E%Z\u0002\nZ)\u0001\u0014\u0015\u0014$\u000b\njJQ\u001d\u0003\u0001\u0013\u001br(\u000b\u0014*\u0004Z\u0013jLQ;;E\u001a\u0017S4PsQS \u0003\u06e5$m\nE\f\u7fbd\u0007\n-\u0000\u0014Jd\u0002E\u0005E\u0005E\u000b\u0014h\t(*(j\u0004PTP\u0512,(*(9+Ee%5bC&P\u001d!P\u051aPc\u0294CQ=\u0196\u001fFM I\u000fF\u0354S\u0011\u0005L\u001aa\u052cr0-\u0737QQ\u0005\u0000R\t\u0018Lx\u0001\u0012-\u0001F\u0005F\u0000\nZ\u0005F\u0005F5gw\u0168\u01d9%\u06449\bk\u0002F\u0011\u0002F\t5\u01a8\f!:F\u0014-K\r\u00185N0j%\u001aU\u0496`Tp{\u0002Q\u0004J&`T`T`TjQ\u0000\u0002VJ\u0000F\u0005F-\u0002\u0002bT.\u0010\f7Fn(\u0017\u0012\u0004#\u0004Z\u0013jQw1*\u0003.\u000fIk\u00185^\u0016F-\u001c\u001a5^*r\u0010(jKg0`8=`T`m\u0001T\u0002F%\u00130*0*0*5^DKQQ+%\u0000\u0002dQQ]1*w,^\u0019nryP.$\t\u0018uG\b\u0018&\u0014&qx4jN\u0019&~\u0014g\u00014\u00a8jy.#\u0018U4\u001e0*0\u0000`T*\u0001\t\u0018\u0015\u0018\u0015\u0018\u001a\/`T%\u0012QQK\u0018F\u0015H512\u0007!qM;B5\u0018!\u001dF)ZbTKo\u0003zj]\u001c\u001crmKg0`8=`T`m\u0001T\u0002F%\u00130*0*0*5^DKQQ+%\u0000\u0002dQQ]1*{WH\tniK\u0005F `\u052a\u00100jM1F\/;\u001f)Zms\u00180j\u0014\u017em3\u001a&jep-]\u0737QQ\u0005\u0000R\t\u0018Lx\u0001\u0012-\u0001F\u0005F\u0000\nZ\u0005F\u0005F5gw\u0168z\u00047F*\u0017\u0012\u0004#\u0004Z\u0013jQ\u06d3:Q#M]QuyZPQ@y9.\u001fK\u0019*\u0018}{\u000f\u0018\u0015\u0018u[\u00000*Q\u0004\n\nJ\u00170*\u0012`T`J\t%Y`T`TsvW\u02adqpS\u001evQ\u0019\u0005Z\u0015\u0002F\t5\u01a8LW`T\udb4e\ude19\u0017\rpu\u0007\u0017kBQ}\u07cb=}\u0696PTp{\u0002@Q\u0004J&PTPTPTj@QVJ\u0000E\u0005E-\u0242RT\u000e\u0005f\u0013l $\t\u0014uG\b\u0014&\u0518\u0007eS\u001b0j\u001clQ#_-@-]\u0737QQ\u0005\u0000R\t\u0018Lx\u0001\u0012-\u0001F\u0005F\u0000\nZ\u0005F\u0005F5gw\u0168\u000ek\u0128M!\u01f2QB5\u0018|\u00172O\u001fFT\u065c1j\u001a\u0015\u00170jyItI[:Q\u0005\u00f9o\u0001\u0002n\u000b\u0000F\u00120*QQQ\u0002F%Z\u0002\nZ)\u0001\u0018\u0015\u0018$\u000b\njQ3Jpk\u0128r!qM;B5\u0018)w\u001720j\u001a$\tIu\u001a(Ggk\u0013\u001axA5m\fF\u0015\f\u7fbd\u0007\n-\u0000\u0018Jd\u0002F\u0005F\u0005F\u000b\u0018h\t0*0j\u0004`T`\u0512,0*09+FVe\u06449\bk\u0002F\u0011\u0002F\t5\u01a8]\u01e8\\\u0001Fq?s\u0011FUTw+\u0018U2\u001e0*0\u0000`T*\u0001\t\u0018\u0015\u0018\u0015\u0018\u001a\/`T%\u0012QQK\u0018+\u00047F*\u0017\u0012\u0004#\u0004Z\u0013jQ;v1*\u0013`y~\u00185\u0562$\u0003FU+I?l%\u001a5\u0007j5\u0002\u0002\u0005m\fF\u0015\f\u7fbd\u0007\n-\u0000\u0018Jd\u0002F\u0005F\u0005F\u000b\u0018h\t0*0j\u0004`T`\u0512,0*09+FVe5bT&`\u001d!`\u051aPS2\u01a9\u0468jIV\u00185$n\u0003^Efk[:Q\u0005\u00f9o\u0001\u0002n\u000b\u0000F\u00120*QQQ\u0002F%Z\u0002\nZ)\u0001\u0018\u0015\u0018$\u000b\njQ\u0019jTdl^\u0013#s\u0010\u0012\u0004#\u0004Z\u0013jQ\u0019\u0012u)z\u00038c\u000bR+Ts4N`vmKW0d8=`T`m\u0001T\u0002F%\u00130*0*0*5^DKQQ+%\u0000\u0002dQQ]1*7pSL\u0013\\*0bT\u0006\u0007\u0001VQkB1}\u9f4bQ\udb4e\ude11\u0017\rSa\u00124\u0019EU\u02df0r*]\u0496PTp{\u0002@Q\u0004J&PTPTPTj@QVJ\u0000E\u0005E-\u0242RTfQ\\^#E\u000bk\u0002E\u0011\u0002E\t5w]?\u001aUS8Q#YaT;0%iKg0`8=`T`m\u0001T\u0002F%\u00130*0*0*5^DKQQ+%\u0000\u0002dQQ]1*{]\tn.\u0015\u00181*iQB5\u0018]\u0000\u00e8Yt\u00185\nb9f\u0019F\u00154\u000e\u0002%R;cVyoWj<)2O~4\u0017?[\u0003a\u000f\u000e\u001ae<-g\u000fl\fWe\u001c9'2fY3\u0396jpeT2ph2\u04e7D\u0015?z\u0006g\u0248%|bXA\u0006\\`}\u07c6\u03e3!\b,\u0006fw]M&G\u0019PS\u0007\\oRt&V$i\f\u0017\u0357pV}]]R3M\u0539(u|zJt\\\n;\u0001\u001f-xv6Y\u04e6Jz\u001eOO_~~\/lro\u0019\u000e1\u0013+\u07e2\\\u001bi3\u0006\u0017YObb\u0015.;\u0017}1kZ\u0016P}|\u0003\u07a18=};\u0016e-2ih g\\]\u0014C\u00bb\u8ee3\u0013JP@W*W G\u0007TO7S\u0007mvJ\"VUCY\u000b4\u011c-L5_\u0148\u05fbjqZ;\u026f:V\u0013D\u0000Z,\bU\u0005*\u000bPl\u001eKQ\u000e?v\u001c>qqGV~\u0001TOMCsz9:,\u000f\u0226q\u0016q\u001dTn\u045dr4\u0015Z\u000e\u6dacl\u0007\/by3V\u04f7\u0006\f.n&:\u0012f075\u0017?F\u001e?{G{SY9\u000f\"0\u001cEn\u0001g\"\u0017V\u04d3C\u001f'\u00ea\u0013f\u0415\u0768UxT\u0015xyJk#\/~mt:nX##\u0007>P\u0003mhg?>\u000bm[QW\u0015m4\u06bfc+[\\kX\\\u03f2s\fY\u0010[\\5-\\\u000ffo\u001efOt\u00180lU\u0632s\u0014\u0015>,\u0019*,?\u0019?#m\u001f\fn\u0019-\u000f7~I^j9c\u010f\u0252\"\u001dv=\u074d4\ueae3\u0016L\u0574\u001em4\u02d4*hto\u001a\u03ed\u000fmo\u0013{M&y\u19c7}\"\u00042\u01f7\u06b3(Ibeo>sz\u9d4cu\u0007\u0010c0^gYp\u07d6>I-q\u06b0U\u0019\udaec\udfb2&3\u0776oL?-Liau\u000b`-\u0002\u045a\u00ae\u00ad@d\u0014?>\u0019oe!n>:X\u009c\u0010Xum \u0622i\u0010R[|w\fE\u0007[\u0016E\u065fIS[$Qu\u0016O\u001d]3\u000bAu7\/mLo-i\u0010\u0006\u000f-\u0005\u0018\nWKQ\u0016q5\u001b;c\u0017\u0011}v\u0011lH,\u0132[\u000b6X7[b1&64\u077cm\u000e\u075e\fE=*1\t+a\u001c,)Vma`C\u001a\u0005\u06d9*#\u001b\u0005;Q}e\u0015n\u0019\u0003VD=k\u055ac\u0005;r!\u001b\u05a6\r{ylH\u053d\t\u0297\u074dm+a\u0016=\u04d6m\u0001yf\u0000\u0004\u0006S._\u0001u\u0001\u001f>^\u342d\u0016\u001f=\u0011#67oEG\u03f6S\u0007\u0017\u0007_vr:N\nb\u000b\u0013gswv:\u000e\u0012dl0z3\u0019-+2\t?\u06af\u001flO\u00157+_V\u059c\u0007\u0019>@e\fdU\u0355r{m'\u05a3^p\"}ZsK:O\u06bf:`\u0003\u0019\u001b\u000f{K2i]\u0019`m.^\u0001>\u0003eR=\ubf4aa\"_\u000f{KRbF=WJQOD\/gP^F\u0012[.\\Qo|0%\u0457c]HaA_F17\u000b\/\u001a\n\\S\u0013c~\u0017\u0019PA7\u001e:\f\u001fz2'F.,^57\u068bu0t3'\u0006.,WIssDUd\u0551=\rs\n\u06fdB\u0006F\u00179\u0016G\u001b\u0004[p{\u0000C\\\u001fm\u0013laM$sb$\u06c9n;m?1@'I0'\r?\u06c2\u0db0.(U{E\u051d0\u132fT\u00d9C\u001d]m\u0011GRj[,~\u0017\u06aa;N[\u0013pemhr\u001dgOz?N9B[Y\u001d\\\u0014wj\u000e9_0#\f\u000e5\u0017\u0002ugy|:V\u001e\u001ee\u000bKx-]v\uaabeye\u0013kZua3\u0015z-.~\u8cb6V\u001c\u04b5X\u0017\u0016APN\u0172+N[\u055d}x\u03db0z..(bu'pNE%t\u0012E;J{\u0015\u0011I\r9\u0016o=<;q\u046e}\u0017n3'\u0018A\u0461\u00019\u02f1\u0016K.,;mE?VLK\/\u0012_Iv(>4c\u001c\u001a\u001atoxAm\u001aD*~\u0007\u001f\u0017P\u07cfD\u001cJTq\u05d0MU6Av~?*\u001dlE\u04ba`*\u0011OS P\u000b@H\u042f\u001bT\u0010Y\u0016h2T\u048aRa\tYou*kB~l:\u0003>0 >\u05f1\"\u0018\u001f\u0013\u06cbWr>\u0011?,\u0000\u001b\\F\u000e\u000b]\"-c\u001dD:\f\f\"\f>\u0006\u001ev\u00101\u000ebAl\u001dDb\u0006TK9_\u001eF\u000b\u00066ZEjNfTnr>V8\u04eflTn$hx#\/_\u0591m\u001cz\u0019\u001f\u000f\u000f{8R\u001aEl:2\u0004\r>\u0006\u0018\u06af,5TX\u0017R*|_\n\u000bsp3\/\u000f\u0019\u0013}\u0014%3X:Lja\/1\u0010jB4\u0225`\r;]{\u001e\u001dk21gY\u06b7^Q7\u0013G=vb7\f$a@>\u001fiNOb,]?\u07b5\u0012\u00161Bp\u0001}t\u0003NFa\n] v\u001d\u001cQuj\u07a1jIw\u000fU\u0013ZO&OSs>Xk9j\\\u001cD2---\u01e0\u0316[,>\rGyr\u0007\u0017\u040a4$c&b\u001e\u0162\u001c\/l(\u0019\n~\u001a2QSsT.-\u001dm2EDq\u001e)@e8\u001f\u001eOd\u00131}Uyo<\/j\u0019n\u001be\u0014GKk\\\u073eVlt\u0018D!:\u0005#:Tse~z?fTo<[b\u0007+\u001d0^,s>||TB\u0007CV\u0017\\H\u001eX\u0014~qPu=D\f\u03112LY\u0770==0%.\u0017m\u0005!u%\u001c+g%s8\u00067a\u001c\u52a3oX=\b=?\u0011(xUr2~\\\u000fXxc\u001dA\u001av5G\nni\u0018\r\u001a\nN3?\r\u0017loE>~E\u0012*\u0190{lJ\rC[>ZM5\/\u001dOcK|~F\u070eG\u0006\/wm*X5W~I}I;|\u0012\u000e:`Szq't!\u000b\u01e0\u037dv|pE|H\u0000\u0014d}12{\u072b~+j-Mwc4x3\u0396\u000b\u000e|_\u029d:lY\u0004DVwO\u0006_\u0132\n?B\u0004t\u001fg\u05a08Ssn3`[qT]}\u00069WF3&\u0003*L@+\b\u0011\u054a\u0018\u0011T\u001b\u001e6H6\u000f\u0006-\u0003n\u001e:\u0017\u0005(\u001d\u9735t6Q:|e\u0007P\/\"9\u054b:\u0018,\u02e2Dj3\u0357\u000bI#FG9B\u0004^^u\\|Z^2^znx\f.\/WJiI~}#d1=:F\u0000\u0017\\W]\u0001\/ 0\u07d2l@yZ\u0015\u0005e\b=+\u0007oFdyp1_\u023bR\u0019\"\u001dyu\u0007\u00175Q\u04b1y\u017ae7GnL\bR>\u0351A>}K\u0002f,\u03ff?Z\u001d.\\\u02a4zhE\u0010b+\u07baMI~Z\u000b\u0018M?\/Ma\u0010\u2b40O\u0001:?}t4H!D\u000b?<\tp\bp\n\u03202<}v\r\u0290GEBH1\u0018N\u0018Al\u0003A5C\u0615uFX3[\u0000\u0004~\u0016o)\u001c\u012e\u0002\u001fD+X0\u066a&#{n<\u000f+\u0013k\"\u07ebu\u05b8\fm_\u0015V\t\u0007=p'E\u0014nL[**d_sZ\u013b+\u0006Kt\u05d3l\\w)WQwUE\u070f\u0019b}\u0019&z7&Q`(\u0005{2^}[4\u0718\u0019\\:t{&o\u0010\u001b\u0012cNit=jz\u0005 \u001f)\u001eS)2spp}zwTQ$B\nYJxYZdfb>UGf`\u069dmMUAF.'\u000b\u03f1)O\u000b\u02c7._;D3\u06226r|+\bpr\u06e6BMj_W\">oIU6VO\u0315QY[#,9,\u0003mi\u018a*S}-\u000f:\u04a7JJ8x;\fobOTE-5j\r\u0007QO#!N_=:8x7\u001b~\u0010t:\u001ahu__x\u0004e~\u0016op\u0014HI(npH\u0016u\u02e8fA\u001dp{;\u0636\u0015R-+b1mWs7yWR\u000edn{08\nwzQ\u001b\/\b$@\u0003\u0276\u05cd\u001fF\f\u0019bJ^Z\f\u0019\u0018PQ\u000b cl!dv\u001fg\u0012Z\f\u0003n&zU#9\u001cn\u0005KeB\u028dIQ\/\r\u000bo\u0014\/d3d6q11yJo5\u0006UokAH\\\u00f2u\u001e\u0013\u001cWCO4w\u0007[3L#MF\u0014\n}rw\u001eO^\u0007yk\u000b\u000e~\u0356j:m^[>Mo*k\u0001d\n7_{\u0017Dq?\u0019\u00050`T\nyTs\u0013\u001c\u0005)\u0017RW\u035bK\u02b7Op<0v?\u0016}D6{\u0018p[N\nU1{$P\f\u03cb??mue\u0393f\u03e8\u02cbFo?\u07fcL\u001cf^UA\u001cR3'x\u0013Y\u001eO*S\u001d(\u5fc4!5WtU7\/OT?Gr$U\u07ab8\u0325\u07ef\/QkOyME\u0011sm-\\9}B[-4R\\0\tuk95f\u001b=9\u001f[\u0005+YUN(^\u0016@O\u0018\u035e:\u05bd_\u07bf\u000eYk5**_eL\u0013#K7\u001d\u00059_\u001a\rUX(i\u0482x:hs-bscV\u0013Yfg|\u0016\"X\"\\4\"?\u001f>!b|QP\u0018q2K{)Bd\u0007%?gI0uj0SVy\tVtCflb\u000fN#j\/*b{R\u0003pj\t^m%K\u001e\f~\u001aEi\u0011(\u025aO\u0017\u03e3|3CQy*kzil\u000bf+I\u00160'\fC3\\\u02de\u0017VtU+N\u000er3>F*\u0017\u0012\u0004\u023a#\u0004Z\u0013j\fYd\bu$*\u01d1i?\u0584\n\u001aS\u0145Zu\u0005s\u0011\u0004h\u0005h\n\u0000h%\u0013@+\u0000Z\u0001Z\u0001Z\u0004j\u0007\n\n\nZT\u0003j\u0005h.h\u0016e)^4T`\u0004\f\u0002h\n\u0001\u0584\u001aVG&\u0019V?Ui\u0006zQ\u001aVAcvxr ='\u0018AVV\u0000V2\t\u0015\u0015H | E5 FYj-V;\u0012SB\n\"\u0019*\u0004Z\u0013jLZWVVV\u05a2\u001aV,@kvA+G\tEs\u0010\u0012\u0004\u043a#\u0004Z\u0013j\fZ\/w\u000e{Lk\u00141j\u0011G\u001cmZ\u0005\u0001\u001f\u0006='\u0018AVV\u0000V2\u0001\t\u0015\u0015H@|@@@@E5@FYj-V\u013d\u0012\u0000\u001aQ\\H\\\u0013P\u0010PkM1j\u001aje\u0019VgLPo\rE^\u0000\n\u001a\u0003\fS\/t<[s\u0011\u0004j\u0005j\n\u0000j%\u0013P+ZZZ\u0004j\u0007\n\n\nZT\u0003j\u0005j.jeO+,\u0001P.\u0011\u02855\u0001\b\u0001\u0584\u0580NU\u000b\u0012_-GvAk|fVAcvpa\u068fx.V\u05de\u0013 @+@+U\u0000@+\u0000Z\u0004\n\nJ$VC>VVV\u05a2\u001aV,@kVA+\u00d5*\u0018kh\u000eB\u0000Zw\u0000ZkBA+(wbZ{#VE\n!R#Zmf-\n\u001a\u000b0b@Z]{N0 T\u0001 d\u0002i%\u0013H+H+H+@Z\r@ZAZAZAZj@Z Z%5%5V&\u001d!\u059aPc\u02b0\u001d+2\u0014\b\\cZL9L\u04daVAcvya\"I#\b\nJ\u0015\u0000J&V2\u0012\t\u0550\u000f\u0015\u0015\u0015\u0006(\u000bZ]]\\^#i\u000bk\u0002i\u0011\u0002i\t5&;\u0007dYV\ub9c13\b\u0005a\u06beNV\u01de\f!X+X+U\u0000X+Z\u0004\n\nJ$VC>VVV\u05a2\u001aV,XkvY+{t6l\u0005F\u02b1E\u058a\u0010XkM1ke\u001a\u0714'\n[\/F\u0731\u0003\r`95f\u00183Wu\u0004`\u0014[[\u0002[\u0004J&VVV\"\u001a\ud9c7\uddc2\u0016\u0540\u001ae[[\u001d\b#[\u0000FF\buG\b&\u05182n\u0539\u0013\u0001j\u054f2yFU\u041c]f\u071d}'\u0018EVV\u0000V2\t\u0015\u0015H\u0b46|E5FYj-V\u0012\u0005\u001ay\\H\\\u0013x\u0010xkM1oe[(\u000bc\u0001j5\b(m#U\u041crF-r\u001fN\\\u0019}N}3Km~$\u001dO\u0000\"E\u0014@\u0017IT\u0005(\u0014\bP\u0004a\u0016&.\u73de\/oun;\u0015[[\f[\u0004J&VVV\"\u001a[[[[b[RU1%\n\u00049(K\u0002oR\u0002o)5O\u001b5\f\u0002k\n\fSV\u0013X\u0011\u0015\u0000Ld\u0002o\u0005o\u0005o%\u0012xA\u000e\u0015\u0015\u0015(\u0006\u0568\u000bZ-]]H]\u0295%n)\u0594\u001aV&r2\u0007_3o\r L\u0019GV85\u2b42\u0518ao7u:T\u0006d\u0002o%\u0013x+x+x+[\rrE1F]j)V\u0012\u0005dU$.\tuK\t\u0514\u0004Zbn\u0019\"0\u05b8\u001feq\u001b\n\f=\u0003omv\u0002+R\u0019\tLD\u0002o5\u0201\u0016\u0140\u001au[[\u0019Ti\t9(K\u0002oR\u0002o)5\f}Y\u001bV\u0199\u0006-VAua\u001cF8YV\u0004o\u0005o2\u0000o%\u0013x+[[[\u0004j\u0003o\u0005o\u0005o\u0005o-\u0001o5\ua0b7VKi\u0012\u0005dU$.\tuK\t\u05182\u0004\u0011\u7dd6ZK$;\u0011o\u5af3\f}\u0000omv\u0002+R\u0019\tLD\u0002o5\u0201\u0016\u0140\u001au[[YP\u0295%n)\u0594\u001aV nVsIx\\ zq?9J\u06c4\n\f\u0013\/eS\u0004oun;\u0015[[\f[\u0004J&VVV\"\u001a[[[[b[R\uc8b9DA\u014bf\u0002\u00012U%\u059aRc4\u0016oejq\u03bcU1[0\u0003R7\u2b42l3C8\u001f\u0006oun;\u0015[[\f[\u0004J&VVV\"\u001a[[[[b[R,p(Q&AI\\\u0012x\u0012xkM1oe\b\"\u0013(18N\u0006\u6b7e^yl5\u1b42\u0518anV\u05f6X\u0011\u0015\u0000Ld\u0002o\u0005o\u0005o%\u0012xA\u000e\u0015\u0015\u0015(\u0006\u0568\u000bZ-]@\u0018YY#om\u0002\u00189\u0005ZU\u0002o)5L\u0016oe:\u0019V2[~\u0016q~:5fl\u0002ouo;\u0015[[\f[\u0004J&VVV\"\u001a[[[[b[RG%\n\u001ay\\I\\\u0012x\u0012xkM1oe\u0005o}fnYoK\u00036\u1b42l1C[\u001b\u001doEVV*\u0003V2\t\u0015\u0015H\u00069VVV\u05a2\u0018V.xkvy+Am6i\u000eJ[[kJy+\u0013{[7W\u000fW'RF63\u0003.\u001b\u0575\u0004V\u0004o\u0005o2\u0000o%\u0013x+[[[\u0004j\u0003o\u0005o\u0005o\u0005o-\u0001o5\ua0b7VKi\u001f(('kr%qI[J5\u01bc9[\u0014B\u0455\u0006Q-*N\u0019&N1[N`EVV*\u0003V2\t\u0015\u0015H\u00069VVV\u05a2\u0018V.xkvy+h.QPN[J[[kJMyk\u010cN[9yk\u0010a\to\u0015Tg\u0019f[\u001bT\u0006d\u0002o%\u0013x+x+x+[\rrE1F]j)V\u0006\/Uh\u001a+ki\u000eJ[[kJy+C\u0010\u0011>15,cNm[\u0005bJ\u001b\u0579\u0004V\u0004o\u0005o2\u0000o%\u0013x+[[[\u0004j\u0003o\u0005o\u0005o\u0005o-\u0001o5\ua0b7VKi\u001f\u0516((++[\u00008\u05aa\u0012xkM1oe\u001ezfnj\u00180V0,K2&*\u0011o\u0015Tg\u0019E.{]`'x{V\u0004o\u0005o2\u0000o%\u0013x+[[[\u0004j\u0003o\u0005o\u0005o\u0005o-\u0001o5\ua0b7VKi\u0001^%\n*g\u000e\u0005\u0018y+[J5\u01bcz\u001e\u07fa^;2\u0007\u07aa&~\u001c\\j5\u0013)\u0004Mx:Uf\u0015RNV\b\nJe\u0000J&V2\u0012\t \u0007\n\n\nZ\u0014\u0003j\u0005o.oeJ\u00145V$-%\u059aRc[=f0;\u00008\u0522\u0015&Qc\b\u001a\u0001W:Gi\u001bV:5f\u0018sV\u01f6X\u0011\u0015\u0000Ld\u0002o\u0005o\u0005o%\u0012xA\u000e\u0015\u0015\u0015(\u0006\u0568\u000bZ-]^\u0018S\u00110\u0295%n)\u0594\u001aV&\u0012n\u0005y\u0017i\u000bl3CK.V\u0013X\u0011\u0015\u0000Ld\u0002o\u0005o\u0005o%\u0012xA\u000e\u0015\u0015\u0015(\u0006\u0568\u000bZ-].K\u0014Thv)[\u0019 \u0003ZU\u0002o)5LSoV\f\\\u000f\u0003\\}?2\ue6ad&UPmh\u0019\u0002\\\u001b\u0000\u0000T\u0006\u0000d\u0002p%\u0013+++\u0000\\\rr\u0000\u0000\u0000\u0000E1\u0000F]\u0000j)\u0002W\u001680h#(W\u0012\u0004\u0ea5\u0004ZSj\f\\\u0019\u0003\u00056M\u00105K=\u001bVAua\u0018\\\u0006ouo;\u078aT\u0006d\u0002o%\u0013x+x+x+[\rrE1F]j)V\u0007\u0018s\u0001M{\u0003LI[J5\u01bcz8P>c:o\r\u0012?\u000bi[\u0518Z~6i;\u0015[[\f[\u0004J&VVV\"\u001a[[[[b[RlWr\u0011PF('p[[kJy+\u000f\u0014`\u0006s\u0006Ag}g\u0581ZVE3*N\r\u001af)\u000b\\N`E\u0000W\u0000W*\u0003\u0000W2\u0001\t\u0015\u0015H\u0000\u00069\u0000W\u0000W\u0000W\u0000\u05e2\u0018\u0000W.kv+g2\u0006dQ$.\tuK\t\u00142J\u0ea1tj\u0018\u0581kz-\u0000WAuj0b?\u0006pun;\u0015\u0001\\\u0001\\\f\u0000\\\u0004J&\u0000W\u0000W\u0000W\"\u0001\u001a\u0000\\\u0001\\\u0001\\\u0001\\b\u0000\\\u0000RZ\u0005Pi9(K\u0002pR\u0002p)5\u0006\f\u0006\f\\UIjA\f\\Se;JFUPmhFS'{V\u0004p\u0005p2\u0000p%\u0013+\u0000\\\u0001\\\u0001\\\u0004j\u0003p\u0005p\u0005p\u0005p-\u0001p5\u0002VKi\u0017r=A9Y#p+K\u0002pR\u0002p)5\u0006\fA\u0151\u0002exW5\u0016\u03dc\f\u0569A\u00c42\u001b\u0575\u0004V\u0004p\u0005p2\u0000p%\u0013+\u0000\\\u0001\\\u0001\\\u0004j\u0003p\u0005p\u0005p\u0005p-\u0001p5\u0002VKi\u0017\u00170('k\u0004r%qI\u0000[J\u00005\t\u0004p-C;\u000e\\\u0013_->8UP\u001a4TS#\u0000&m'\"++\u0001+\u0000\\\u0004\n\nJ$\u0000W\u001c+++kQ\fQ\u0017ZJ,A\u014bf\u0002^\u0000U%\u0000\u05daRc45k\u0019%}3\\4B &UP\u001a4L\"\u06acx+\u0002\u0002R\u0019\u0000\tL\u0000\u0000\u0000D\u0002p5\u0001\u0002\u0002\u0002\u0016\u0000\u001au\u0001\\\u000b\\OjK\u0018\tatP\u0012\u0004\u0ea5\u0004ZSj\f\\oqiV\u0019E)\u0013^\u0007ie\u00174\u0004|uj0\u000e#U\u0001\\]N`E\u0000W\u0000W*\u0003\u0000W2\u0001\t\u0015\u0015H\u0000\u00069\u0000W\u0000W\u0000W\u0000\u05e2\u0018\u0000W.kv\u0003bde\ta\u0017kU\t\u00182\u01cbn\u0003W&\u0016k\u001aa;\u001c\u0006\\3\/J3?7\u0002lCC?\\!=_v\u0002+\u0002\u0002R\u0019\u0000\tL\u0000\u0000\u0000D\u0002p5\u0001\u0002\u0002\u0002\u0016\u0000\u001au\u0001\\\u000b\\YP\u00a0\u0011\u0295%\u0001n)\u0001\u0594\u001a\u0003W&_DZq_\u0541k6\"\\\u0005\u0646j\u0012y\u057dx+\u0002\u0002R\u0019\u0000\tL\u0000\u0000\u0000D\u0002p5\u0001\u0002\u0002\u0002\u0016\u0000\u001au\u0001\\\u000b\\\u064bOJ\u0018;\b\\\bN\\\u0012\u0012kM1pe\u001ek\u0019kk\u0583j\u0006pSQ\b&m'\"++\u0001+\u0000\\\u0004\n\nJ$\u0000W\u001c+++kQ\fQ\u0017ZJd\trr2P\t1%\u0001n)\u0001\u0594\u0002Wm\u0003W\f3\u0006\u001a+p\u056b\u0688\u00f4\r:5h\u00189Ei-puo;\u0015\u0001\\\u0001\\\f\u0000\\\u0004J&\u0000W\u0000W\u0000W\"\u0001\u001a\u0000\\\u0001\\\u0001\\\u0001\\b\u0000\\\u0000RZ\u0005){iL\tr&$.\tuK\t\u00182\u0004\u0015\u0011e\u0016g7\tFY\u001a\u0010*N\r\u001a&!\u0017\rv\u0015\u0001\\\u0001\\\f\u0000\\\u0004J&\u0000W\u0000W\u0000W\"\u0001\u001a\u0000\\\u0001\\\u0001\\\u0001\\b\u0000\\\u0000R\u0005\\O+cPN\b\\J\u0000\\\u0000\\kJ+s\u000b\u0016\"\\7MM\u0014\u04d62kf\u00164\bFm'\"++\u0001+\u0000\\\u0004\n\nJ$\u0000W\u001c+++kQ\fQ\u0017ZJ]40xR\u00112@\u0006\u0004ZSj\f\\Fk\u0019%\f4\u0001$N9L\b\nSI\u0012y\u057dx+\u0002\u0002R\u0019\u0000\tL\u0000\u0000\u0000D\u0002p5\u0001\u0002\u0002\u0002\u0016\u0000\u001au\u0001\\\u000b\\YP\u00a0rXP\u00112\u0018\u0007\u0004ZSj\f\\\r\\\ucb01Z\u0018D\u00005\u001a\u0004jaF64T+(3\u0006m'\"++\u0001+\u0000\\\u0004\n\nJ$\u0000W\u001c+++kQ\fQ\u0017ZJ{\u0003&f\u0005p\u001aS\u0012\u0012kM1pe\u0002\u0011\/[kG\u0006i\ue077\u0006zQq_yk-VAuj0\u0013\u057dx+R\u0019\tLD\u0002o5\u0201\u0016\u0140\u001au[\u05d9i\u0005)~6T}A:+\u0018\u035d\u0588BU!:\u001c\u8563~4b\u001b5z-:\u0767\u0169sNmw|\u0012\u048b\u000fof\u075d\u0005J?\r\u02ffVYEFHvJg\u010d,9\u0007\u0019q-G\\hZL~=Q\u0018s\u0096-~\u0011i;\u0007'\u00070\u000b\u001cD\u0007\f\u0005?\u0018\u0019af\u0018'A\u0012z\u8395\u0012?^'Kt]\u0016\u001bi6\u04a2CqHtJ2\u001ejs\/O\u0006_p\u0007pnN?D6?Y1zz3$kV\u001c3\t\u0587\u00077s4sntN_sn\u04b0=-\u06f4\u0007Yw4V\u05b1u51\u031d\be=\n#\/=\u0697g6IL*]\u001f e\u001d2\u0003ycsJ\u0003\/3\u0006`=\\\u0000|N[$H{$~\u0015ww\u065c\u00133rblt\u001e\u0017\u001fFg|o('w\u001dNl\/^rdi]Lqg,\u001a\u000e\\s#cq\u0017\u0019A\u001d\u001e>9e#YI\u0017i\u0016\u078bu0|3G\u0006.,1_\u0689lxFW\u014d\u0005Zay\u001e\u0015AJ%\u00160vs}GU\u03b9R?\\H|n\u0017~D\u0001\u000f,U$\u01cd\u000eG%>{\u000fO~[\u06d4}\u078e!;\u0001dzg?S[\u001dvvt7qS0{eYXO\u0003iy\n\/Cs'xBwN{3\u00c5\f\u000fl?yz|==w\u00bfOzfju\u001f\u001cE.oiw\u001b\u0143\u06e7r8\\\u033d\u03fc\u001f?>v\u0017IZH<\u001a.F'X%<~Wn~\/Y-\u058f\u000f\u02a5\u0745r\u0002\/^{V\u074b#uYwI\u0131uGp\u03cee%t\u0012\u001d.e;J>=9!B[\u067b\t\/<_\u0004L\u0006xI&(\u0000\u0001O|F}s\u00199\/V\u0013py\u008e~\u8da28\u064d{r}#=8i84\u0003#wN\u0691;vXq\u0013_\u031bz\u07c0sgV}-|m4\f\b\u0680;}}[\u0541VP%tiO()O\bK3.m3x\u0007C}\u000b\u000fZgl I;Hx\u0547\u0013m~\u0000':\u051dXpuk*\u03ee~?+\u001dE:c+\u0011Y \u000fP\u000b@HAW\u001d\u0019\u0017BT0\u0496cu\u001a\u0565:\u057aXU!?QlZE(->9\u0018:X\u00046yy0^\u0003aa=\u06257\u001e\u001cgzGZl1\"Y\u001cx4F\\Y\u0011[~Hhc\u0000Fl5\"a&?Z*\ubde7?fb]%Z{#pz\u047a\u06b0\u0013\u0019\u056ci9\u001fQECfh1<[1q>\u001a0:\f\u04feNq~0z\u001c1q\u001c;5ttu\u0019\u001e|`\u000f%d>UrO.|;)\u0017A\u0002\u001c*vDf\u001f\u0109w?\u000f^\r^1\u0010\u0019\u0015~;G\f9gYobI[\u04f4\u0017yuu\u0001\u000en\u02fboF\u04a2\u065d\u001a7X|Vk\u000f%\\-Jm6Bp!\u0000a;\u000f8}\u001fp2\u000evhj#wm\/\\\u000eU\u001e&t\u0775MG|rdj\u0479i9dN\u0011[\u000e![\u000e1[A[-\u9c79\u04bdw\u00e3\u001ad!\u000bnh\u001cO\u001b>n9\u0019~t\u0019x91^7nnGwB.^v\u001bp:\u001dIf?FX5r?\u00f3-Z\u0016\u0016^M6`[Yr\\Thn\u0012\u0467N~\u001bi\u001f\u001ei~<+Tk\rC:\u00177j4Z<|\n6jD\\gHFwp!z\bHLbC\u0016\u000b5:i+\u0016yg|Ly\u0010D\u0015\u0013?GMKH=\u07e6\u00014v3\u0019(\u000ft8\u001eOF\u001fG}_yVpT\u001f\u0728AqX>hZ\u03a6\u0018O\u0017??4O|X\u0010%?\u06dek\u000b\u0006\u0017Ru\ub1baw[\rud\u001ex|\fY\\qez`<\u0010*wPJ\u01e1j{~610,ffIu>T6\u000bNs\/b\u0015\u0011\u0012f\\\u0256\u0010M+:!eC\u0015\u0124\u001d.*}VZu5Z\b\u001e[\u00023j\u0001\u000bW\u05c6\u001d_d\u00ff8[e\u054b^>\u03e4\rp}n\u8eff\\o^\n\tK\u000f\u0015OA-I\u000f\u000eEN$w\u0003Z\u01cf\u0004IQ\/\u06bc_J\u0016\u001a\u06ef\u027d{Qjmz\u001dot\u001c^zp3OHKM'f>[\u0016==]?\u0013\/h\u0017|q>Blts>BAq\u0221.\u3a32\u001b\f\ruXUE~L\u001f#c\u001d\u0626kA\t\u000e\u0016c\u001d$\b\r\u0004\u0781x`}jy\u001dP\\~\u0002NGNZp:a8\u001d}\u0432=\u0017UEl{YHr~=i\u4458mi\t6?W\r?<-\/~MYzvx\f.o\u04d2}?N6=:X\u0000\u0017\\SM\u0001\/ 0\u07dbD\bz\u0015\u0005g\bgV\u000e\u027c(cr\u000fw\u00199Jg$t|F9\u0006\u0017V;\u000f.6PX\u0017E%!4I\u07a791=z\tmT^\u078c\u07c7m6\u0018N{p+\\\u000e.\u0335;H+'\u0006\u013e[\u0006l=D-J\u06c8?\u0015\u000417\u0011FF7\u0005\u0016\u000bhy4\u0013i\u0706C\u0006\u0017{\u0006\u0013\u0010\u0014AGj\u001fi\u0203\u0742#\u0011\u001a\f\fb\u001fk&ln(\u0000\u06f6igA+7\u0017\u0004G?Q;\f\u058f\u000ejXUj2\u04af\u078ey5ZKo\u079cX\rLpA)ZRE*\u0173Ux;+dss_[,.Kt\u05d3h)v\u02ff|Nd\/W@Ww-\u001b\u00077e\u0013\u0015+mD7d\u001f\u0005#`[s\u0699\u0019\u001ci\u0019nO>-*\f\u001b-\u0016VQt3VUg\u000e\u001f~UHmFXKK\n\u0007007\u001e\u0003\u008f\u0016y8\u0014&.m)#Bu\u029a\u0016\u000eJ\u24acx`-R'T6\u001c?X\u0216.\"[-\u001a\\3\u0007\u0012\u0005cJpq\tv$Fu\u001dyIm+zl:scJ~;Z>M\u0017\u0011@s\u03ecyp\u0006W\b\u0002{`HR\fK5f>\u0017\u0010&iy)sUQy5^L\u0005\u0017sf\u441fWIqr_U\u0003rX0\\RB'q\u07caZ&Objq\u0677~Y[BXVax,_1+Vfkrx:*\\\u001ad\\cX\u0005[N\u07952|\u001b{q\u0010gU\u0012I\u0010~?L\u00f0oMWId+er\u0014qo+U\u001f\u0012\/+g\u0016rI\\;%U,\/~:,_R\/OJi\u0018\u05ea\r|\u6db2(VV\u000fH\u001f\u036ft=wU$z0\u034bmee\u5956Io2w\u053fyWo7\u07ef\u001eaU\u0005\u0001s\u05d1o(( P5V9o?o(\u5fc4jK%\u0012Dsc\/+LT8\u0335\/QKOyIl:\u0002{V{Ur2OSTB\u0003XBa\u06ffZns-d\u0005+]O\u0012--,\u0693=_!-_\u077f.Z\\\"Jb\u000f5t\u05b6ke\t\u01d6\u001d1\u001e^{\u0017\u0015}f\u045b\u001b1c\u0017\"tXV)\u02ebJ\u0013\u0019Mg\u001f\u000f\u001fvPi1A\u0005vzG?~pI{.\u00a9s<&Fuj9\u0354Q\u032c\u0004\u068bS\tzBC\u0011!e\u0002M%L\u0011\u0011H\u0001IKjL6\u0538i Q2\u000b-^\u0288(\u07f7\u0010\/Uri^Aj6\u00144ffka\r\/i*_-[\u0001KT\u00018:\u0012d(U$.\t(\u0003ZSjR\u0019HRj\u001fJM\u001f\rPj\u0010xahR%U@?n&'&P*P*\u0001P*R\u0004\n\nJ\u000b(\tP*Pj%\u0007T\u0512.P*PY\u0015rk2\u0014]\n0T\u0000uRkJQ*(nsDA!&\u001a%\u0533*TA\f(0Xg\bJm~\u0002k\u0002\u0002R\u0019\u0000R\t(L@@@R\u0000\u0002Vr\u0000J\u0005J-\u0002\u0002]Q*\u0007\u0004\u02c0\t~9:>;\u0016g-\u0004X486\/ x\u0017g}\u001fP]q\u0012JPBW*w \t|)~>u\u0406_\u000en$bE]Z!lY)p~\u0015*zl]wU\bN\u001a\u02b9*@;\u0005`\u0124*\u0000\u0006NfTi>\f9},\u0002T\uf169^o|TG\u0007\u001a<\u03a2-3x7]\u63f3_\u0716\u000b\/X\u033e)\u0004 ~\u0019\/(L2:q\u0018\u000f\u000f\u001e\u001eT#~^e \/r\u000b=\u0017=7.|=\u001e\u001d8*\u001fV=.F\u01cb*P.u-|m._hb\u001c?7,>C\u0019uV|tW\u04efST5^d\u010dk'F\\~AF\\\u000b\"?\u00112\u0016Sg\u001ffOt\u00180c\u001fe\u000b ._D\u001a.,?\u0002\u0007\u001f\u0007\f\u0005?\u0018\u0019af\u0018?'A\u0012z\u0012?^'Kt]x7\u04b8Z|\u001f3E\u04cez(rh.iu?\n\u07ce5[A\u000fmo\u0013{M&y\u19c7]\"\u00042\u01f7\u04e4G;I\u0437\u01727y9Zj|\u001ds\u05d0D\u0001^>sG`gYJi'\u0010\u0016P\u001a\u026d2tGm[O\u0437E78u\u001d\u0013,j ZR\\\u001d}O|\u0010\u8fca<)I\u000b+ue$\nG\u0003_x\u001a\u0010l\u0007\u001d\u0010l!\u0019\u0010,\u001e?>\u001a\u001c|\bh]|\u0016HP_w-2P-z\u001ciM:4\u0006T[Y\u001d\u000b(\u0019(\\GlA\\\u001dackED]D8\u000f$\u0132Y+6X2t9\f'h@q\u001eQtJ~\u001cFc\u0018.Z\u001d#\\\u0006\u0006~AvJ\ufc03g\u0007|]\u001c\u00148w_\n\u032c\u0003\u0091\n\u042fUm\u000e0,xvxaN\u001d8,p>x;\u001b8EF\u0399_bX\udaf5\udc7e^8>8\r\u000f.'<;<\u0010a\u001a\"$_\f\u0010\u7c98\u0f66}Wb\u00b3\u000e\tv\\!]KR\u7c9481h\u0012G\u001dg6\t\u000f\nJb}\u04d9L\u0015a)Eh=\u02b9wQzHn \u0015og\u0018\u001f.\u6e74?.D9a\u0003\ue88esE\f\u05a3{\u0007\u001e$@!7\n2\u0006\u0012s\f\u000e\u00029,\u001c1y\u001e\u001a\u073cn'=,H\u000e@\r\u0015\u0019\u0006J\u001c\u0018?ZO\u001fn^\u001e\u0018X\u0630:\u0007\u077f;\u0002W\u0007Gx'TL\u0016\u0005zy\u0014\u076cW+\u062b\uf557l+\u001e\u000eL;w`\u0010P\u0013py&C\u00054\u000f\u0014\\\u001d^p\u0019N!vqx!zm rn89a\u0018\u000f-\nHs_n`;5W<\u000e>;\u0361A\u02e7\\U\u00f7|2!zY8}w{DR\u000f#\u0001n\u001ev\bZ:1F;Qh\u03a1>\u0003\u0474\\\b<\u079e\u0013\u01ab\u036f\u0007\u0017\u0013\u0007\u0017y\u001b\u0011?\u000ee\u001f\\r\u001e~\u001d>,o;\u001bm\/L\u001c^t\u001ev'azz3$kV\u001c3\tdGELL\n7Ur?\u0003\u11f8\u001c>\u02c1r^n\ud21d>|f)o9\u0014\u0019p3pJN0\u07ebcw\u001fx{)\r\u043a\u001apq\u0003PFh<T\/zbHww^xJN\u0338\u0289q?x\u0002NHwwb\u02e6;1{Ap:\u000f\u001fp_P>\u0012\u001b\u00172\uce18E\u00c1k\u000esd\f2\"\u0014:#\u00c71^\u0311\u046c4wg:\u0018>\\#YQ\u0017aAk$w9D9\u0011}{\u0017\rs\nkx\u001d[t_p\u0007\u0005[{ C|\u001f=.\u0602TI\u001c\u0018GI.\u0013pw~\u001f\u0013~D=eHfz\u0017wxVi\\\u0016\u0018\u05cfm]p}_;r?\u0331\/\u0531-f@NmS[\u001dVp\u000bqRo9\u001d`t0\u07d6\u0561}=\u000b~_~n;@~n;LaUr\u00073[Y87m}\u001c\u023dm|tSs=Q\u0716t\u0017I\\[t}q?\u0016X'\u0007B8\u0017.a;nW?7}\u0017\u0552#sIw\u025c\u0131eW\u001dc\u07bec\u001f\u001fK$>_v@z\u0003n\u001er(\u07c4_v;wOG\u001b0\u001bv:;DdoBQ$tF}\u038b%\u001d3\u001e\u0426[8;!\u068fC;to^t:\u000e\nv\ua8dd6&$KF{p}ql\u05fa_ \u0743>hv\\@\\\u0012p,\ub1d3\\\u0674+^\u00178xXb\fsA\/A\u0017\u001eAwq\u000f'\u0000N\u000fD\u001fw|\r\\\u0655<\u0007pC\bWZg,q%Uo\u0017\u0014j\u0001\u0016\u045d6\bZ_x\n\"\u07db,\u001brz\fb][k\u057aVU!?FlZD&->9\u0018:Z\u00046yy0^\u0002aa=\u06257\u001e\u001cgzEZl1\"Y\u001cx4F\\Y\u0011[~Hhc\u0000Fl5\"a&?R*\ubde7?fB\u0001Vk8h]m\t\u05ccj\u06b4hz!NiqM[n\u001f=<#09\u00043\u000b;\u001fp8\u0004S\u001aEl::\f\u000f>\u0007\u0012Zo\/Ur?.\u001d2[\u0085\u001eo\u001a.,pl\u001c>bgLdAxC0\u0015@\u0015\u000bK]\u001awyt\u0010f2\u04bes3\u01d5i\u000bL\u0532#q \u0003\u0012\u001d\u070cw_\u07ccE\u02f3;5nftZ\u001eJZl\u0000B\u0001}u\u0003Na\u000e](\u0006\bw\u05b1`\u0007\t\u001dwwQqT1z9\u001f?Y#stm\u000ex\"SCC\u0116c\u05a6gKzl.lhv\u0006=^\u00ba3c<~;Z.\/~h2[o_$&\u001dhsu?^\u0017?'mlz\u0017\u001d\u0006:NG|9V\\(llz\u05bbEW\u04e1z{\rVV}i\u001c\u0017\u0015D\u02536\u01e2G~~\u001f\n1\u001acP\u0385\u001aM\u00168#\u07ebm?Q\"byx?\u0012d\u001d\\\u001eB;l2PuBN\u068aE\u0019\/>3\u001e3\u0002Q\u0005{DOwR&\"gO|ti@,9\u001deL\u0006J|e<\u001dN\u01d3gf\u0017yty3<9\u00077jP\u001c-y:\u0016}q~\u001f\u06b5?rc\u0010\u0005>k\u000b\u0006\u0017R}S[\rVud\u001e|x|\u0019\fY\\qez`\u0010*KJ\u01e1j{~\u001210)&d\u04b9u\u001a\f6\u03bbS.b\u0015MkN\u0013-\u001caz%Y&U\u0629\u00067a\u001c\u53a3oXg\u0010QGUqm\u0004hl\rr`W}\u0018\u0018\u07ce>\u000f\u0560hFcbX3\u001e.>\u06e8<8\u001bO?Ds%PH\u0650{(1io\u02e1JUw4V]M:\u0013\u01d6 Z\u0002\u04f5an+C;&o%*VYo>\/3i\u0003\\-0x\u001b\/9\u26d7e\u001em\u0483.?bbPzK\u00fdw\u0013\t&\u0016-w#\u0001P\u050b6\uf5d2ir^ZnwjNhz:-\u0016\u001e\u0704\t\u0012;R\u04c9ox9\u03d6E8oO\u000fn|\u000f\u010bhp8\u001aE,0\u001fq\u0010\u0011g\r\u0013E\u000ev\u001eG%Whps\uabf2,c?[\u000b\u0010x\u0015\u00071n#\u0004!u!c\u001d$\u0007}\u0003\ub581x`}Ty\u001dP\u0712~\u0002NGNZp:a8\u001d}`\u074bE\u074b\b;\u000b8ZL\u00021m8{\u0488\u07e3#1\u0012zm~U+\u001a.xZ^6\u04b3Zx8\u0019]Ukf?)\u01e7%~%mf{Uu(\u0001.\u029b\u0681\u0003^XA`%c\u0640a+\n>\u0010\u03ac\u001c\u0019y~\u001f#K3sHfs\f.v\u001e\\DIG\u0015\u0236D>\u0010}#\u001d\u04c3\\}pF\u0005X<}f\u4ff9w\n\u0017.\u0015\\{qbOl\u0015o`\u027esNIS1L\u0010s\u0013a@xSh\u00110k8\u0004kp\u001a\u0007j0a\u001a\u000eA\u001aN!\u001aT?2@5a~iPU\u016arW~v<\u03eb\u0001ZE}l}{}!{Pv\u0014hQJl}\u0015J'\\Wz=\u0016K5h${-Z\u02b4\/)\u0013\u064bo|*\"cH\u0181M\u0019A4G\u06c8Do?\nFHL3m39\u000e3\u071e|[T\r\u001517Zh-\u001c~Vf\u042b\u0380\u001d>Poy\u06cc\u0014\u000eaanR=\u001f\u0019-p\"Y)\nM\\\u0019-S1R,kZ,;(K\u2075\fK\tpSr`![G\u001eln\r\u0000Skp\u001cHx\u0016\"A7)%\u0691\u0018u%\u9dedQ\u0007\u001fgL\u001dmh4|\u0768?);0\u0014\u0003R\u0005xQ\u001a\u01a1g=\u0007by5~\u001cYm\u0733\u00199b*^dbVS\u0003^\u0634>*~\u010dvy\u062d$&\u0779Y~Y[2XRax,_\/Ufkrx:*\\\u001a'd\\\u51b3\u000f\u046b5y]?K\n\/\u00f7\u0017\u0007q\u0016_%a|\u0004q4\ftyD^_*\u0017M!\u001dY:R%.\u04bfRfql\/gD\u03f5SRu\u0302i++gC\/P\\U%\u0012V)\rZVV\u001c\n\u0014CUW?\u0014]y[,2iM:M&\u001b#8t8zN:\r%\u0019%~\u0012\u0004*Pm\u0012%:P\u0397JR\u001d_%ej\u7a1f^V^Wqke?__@\n\u0652u\u0005oid\\_=jXgZVx\u068e5}>\u000bV*$\\[Z\u0001Y'{C\u0014[\u07bf^]E\\\u001e\tk_\u0017m\u0012*-;b\u001c=@y?>\/*f\u001f77b6.TE\u0c04\u000eRW1\u03a2?\u001f>b|\nP~y.\r!\\S\u001eyD\u0528s)\u001fYW\u0017Cr:V#B\u0005EK\"\u0018#\u0003 \u054eZmqi\u04c2AO(e\u0016[\u0011;Qk!^\u04fc\u0002pl(GiI\u0011\u00d0\u000e_T>U\u0457\u0002>qt e)\t.\u0005\u0018A*\u0003\u0000R:\u00005 aUcwg\bR5Bq 5i\u06c6 5R?dx6\u0001\u0012~\u0000\u0000\f\u0000R\u0004J&TTT^\u0000DM\u0000R\u0001R+9\u0000\u0002t\u0001R\u0001R ]\u000f&'k\u0004r%qI\u0000\u0015\u001d\u051aRcjG>]HUKc\u0001&\u001aV\"R T-.A'a+g{\u001f;\u05e63 Ub\u049d\u000f \u0015 u\u0001@*\u0000R\u0004\n\nJ\u000b \t@*@j%\u0007T\u0512.@*@Y\u0015\u0012l\u001c%\u0001Vt\u0000RkJA*s!R#R8K~\u001fDj%FDV)Mw@;\u001f@*@&\u0003T*\u0001\t \u0015 \u0015 \u0017@*Q\u0013TJ\u000e\u0000\u0000%]TT+He\/_.MN\bRJ\u0000R+:\u00005 \u077elJ#4g&yY\u0016mTbOQm\u0002RE&\u0779\u0000R\u0001R7\u0019\u0000R\t L\u0000\u0000\u0000\u0000R\u0000\u0002Vr\u0000H\u0005H-\u0002\u0002]A* x5T$\u050a\u000e@jM)H\r\np|\fAFhi\u011ca\u0002Y\u0014\t;\u0010jm\u02b96\u0001\u0012~\u0000\u0000\f\u0000R\u0004J&TTT^\u0000DM\u0000R\u0001R+9\u0000\u0002t\u0001R\u0001R !G\u0015P\u001aa\u0013P,\u0532\u000e@jM1Hehd\u0015\u04b5os$\u054f(h'$W$q_RTIwn?TM\u0006 T\u0002I%\u0013H*H*H*e\/T& \u001c@RARK fqW2\u0014\u0004\u0002$B e\u001d\u051aRc\u02b0-\u06b9T\u0412\u00061ACM\rIj\u0af5Ar\u07546!\u0012~ \f@R\u0004J&TTT^ DM@RAR+9tARAR$]\u000f&'kdr%qI \u0015\u001d\u051aRc\u02b0-\u0018Hfh\ts\u02fb}\/{TFC}\\\u0390TIwn?TM\u0006 T\u0002I%\u0013H*H*H*e\/T& \u001c@RARK fqW\u02adq|S\u001ev)HR\u0019\u0005Z\u0001I)5&LSwe}.bDR\u00135\u03f8XF$5cM\u0002\u0005\fIt\u0003I\u0005Id\u0000J%T2R\u0002I%j\u0002\nZ\u0001$\u0015$\u000b\nj\u0016w%iw%\u0648\u001d\u0295%Vt@RkJI}\\a\u0016\u0002\u0001wsTFuf\u001b$5\nB?a\u000ftMwH;\u001fH*H&\u0003T*\t$\u0015$\u0015$\u0017H*Q\u0013TJ\u000e %]TT+Ie%\u001a\u0661\\I\\\u0012HjE\u0007$\u05182a[$H7\"n}_:\u05263$Ub\u049d\u000f$\u0015$u\u0001H*@R\u0004\n\nJ\u000b$\tH*Hj%\u0007T\u0512.H*HY\u0715:C\u0007\f#;\u0016HjY\u0007$\u05182vT2;M$5IC\/bY8\u000b2n2pMgH\u0124;\u001fH*H&\u0003T*\t$\u0015$\u0015$\u0017H*Q\u0013TJ\u000e %]TT+IWo6\u0001e\u000eJ@R+: 5$}[$\t>Cj1@RW|\u075f*)RRTIwn?TM\u0006 T\u0002I%\u0013H*H*H*e\/T& \u001c@RARK fqWF\u0016&'kdr%qI \u0015\u001d\u051aRc\\\/u\u0019Zw?j\u028dSI\u0016$\u001e\u0003L\u0006\u03b5\fIt\u0003I\u0005Id\u0000J%T2R\u0002I%j\u0002\nZ\u0001$\u0015$\u000b\nj\u0016w%vtT%\u001d\u0295%Vt@RkJMI*\u0017nuy8F\u001f[!j\ua9c9\u04cdStJLsn2\u0000I\u0012H*@RARAR){\u00125\u0001I\u0005I\u0000\nZ\u0005I\u0005I5;T\u0012beMAI\\\u0012HjE\u0007$\u051824$5\u0282>390oi\rIj\u0016|A\u0014*MwH;\u001fH*H&\u0003T*\t$\u0015$\u0015$\u0017H*Q\u0013TJ\u000e %]TT+IzroyK\u0001F@!\u0532\u000eHjM1I\/;OR5CKCS\u0003I}\u0007\u04f8\rIj\u0014\u001bI\u0015\u05263$Ub\u049d\u000f$\u0015$u\u0001H*@R\u0004\n\nJ\u000b$\tH*Hj%\u0007T\u0512.H*HY\u0715\u0012d$U$.\t$\u0003ZSjLR\u0393u\u001a}O-\u00159&$5PK`p\u0014\u0566;$U`\u049d\u000f$\u0015$u\u0001H*@R\u0004\n\nJ\u000b$\tH*Hj%\u0007T\u0512.H*HY\u0715hx=R2@\u000b$\u0003ZSjLR8I\u0019Zp\u001aHjE\u01dc~\u0710}5q#tLsn2\u0000I\u0012H*@RARAR){\u00125\u0001I\u0005I\u0000\nZ\u0005I\u0005I5T67C\u0007%qI \u0015\u001d\u051aRc\u02b0\u03938)@R=5\b6\u000f<\f}\\TIwn?TM\u0006 T\u0002I%\u0013H*H*H*e\/T& \u001c@RARK fqW\u001979Y#I+K\u0002I\u8024\u0594\u001aT&r28?\u0019ZEZNr7U5#a\u001b\t\u0014\u05263$Ub\u049d\u000f$\u0015$u\u0001H*@R\u0004\n\nJ\u000b$\tH*Hj%\u0007T\u0512.H*HY\u0715:CVHRC\u000ehu@RkJI*\u0016Ie\u0019('\u001eS+\u0003Iz!9f$5K}s\"t\nLsn2\u0000I\u0012H*@RARAR){\u00125\u0001I\u0005I\u0000\nZ\u0005I\u0005I5T\u000e~f\u0013P$.\t$\u0003ZSjLR\u026e\u01e4j6\u0011\r$5Q~\u070c\u001ftJLsn2\u0000I\u0012H*@RARAR){\u00125\u0001I\u0005I\u0000\nZ\u0005I\u0005I5T\u001b\u0012d$U$.\t$\u0003ZSjLRK:OR~%\u001b&yqzHj\u001aDF\u0002\u0005\u000eI\u0015t\u0003I\u0005Id\u0000J%T2R\u0002I%j\u0002\nZ\u0001$\u0015$\u000b\nj\u0016w%\r%\u001aI\\I\\\u0012HjE\u0007$\u0514F5CK\u0002\r$5Pk(b\u0019I\r$\u0017smCR\u0005&\u0779@RAR7\u0019R\t$L @RVr\u0000I\u0005I-\u90a4\u001dI**52\u0007%qI \u0015\u001d\u051aRc-\u0284N\u001fI\f-\u02f8\f$5r#HGFR\u0005\fIt\u0003I\u0005Id\u0000J%T2R\u0002I%j\u0002\nZ\u0001$\u0015$\u000b\nj\u0016w%\\O.M1Op)HR\u0019(\u0004Z\u0001I)5&\u0011]I\f-Lq\u0003IU\t\/c\u079a\rIj\u03d20r\"t\nLsn2\u0000I\u0012H*@RARAR){\u00125\u0001I\u0005I\u0000\nZ\u0005I\u0005I5T2d$U$.\t$\u0003ZSjLRK\u001e\u0005!{sF~0B5%jm\u001e~\\\u0390TIwn?TM\u0006 T\u0002I%\u0013H*H*H*e\/T& \u001c@RARK fqW\\K\u0001F\u02b0\u001a\u0532\u000eHjM1Ie1aG>&\u0016IHj\u0016xIrNj\u0007^Mp\u0006\u03b5\u000eI\u0015t\u0003I\u0005Id\u0000J%T2R\u0002I%j\u0002\nZ\u0001$\u0015$\u000b\nj\u0016w%\u001c\u000f\u0715\u001d:(9C\u0512\u000eHjM1Ie aIj\u0016x\u0017!A\bl3V\r$PP\u0390TIwn?TM\u0006 T\u0002I%\u0013H*H*H*e\/T& \u001c@RARK fqW\u02aeKD5T$\u050a\u000eHjM1I\u06e7_Z3_'jU}.\u04bc!I2?p{^TTIwn?TM\u0006 T\u0002I%\u0013H*H*H*e\/T& \u001c@RARK fqW\u000e\u0018\u0421\u0000#;d\u0016HjY\u0007$\u05182nT\u0019\u000e\u0010-bK\r(5JA\u0195S\u001a=e\u001bJ\u0015\u0526+(Ud\u049d\u000f(\u0015(u\u0001P*R\u0004\n\nJ\u000b(\tP*Pj%\u0007T\u0512.P*PY\u0015r2\u0007%qI@\u0015\u001d\u051aRc\u0284\u0002FI_-\u0000Q!iRJ^\\P6A\u0002~@@\fR\u0004J&TTT^@DMRR+9\u0000\u0002tRR(q\n@ki9{{WH>\u0306\\O\u0007MHOT-+kC@8}\u001aNdM~{|6X'\u0006\u0015iK\r\u00064\u0019-zw\u03df0\b\u00dfmnvh2{\u000e[\u0005YZ*E{vA*9pa|\u0011+~?~vj\u07f6v:\u0017\u03e9;aI\u0007K\/>?&vw\u0016ll\ud991\udfe4\u0013\u001f\u001f>u>Z|M-f(5~|r5H1\u04bc\u0013\u0144\u0017\u0013p\u047d~g_L\u001e}'X=O\u0017glqB%Mo\rrwqx1\u000f\u001c\u001d'\u000b\u0005tur\u0007rS\u0007mvJ\"V\u0655\u0005\u001a\u03d6-r\rWuw]o4N;\u0002Y\u0010x\u000eFM,@A}S*\u0019\u0015;rO=x\u000en#|\u0000{a\u0017\u001b5;\u0573dfyF6r\fMr0%vB\/7=}k`f#\u0001_o;\n\f>Nx-Fg\u0003\u00fe\u0007<*\u0017e \/r\u000b=\u0017=7.|=\u001e\u001d8*\u001fV=.F\u01cb*P.u-|m._hb\u001c?7,>C\u0019uV|tW\u04efKT5^d\u010dk'~F\u0632s\u00117 \u001fq-i1zyaD\u0001c=6\u047e\u000b[p\u000eE\"\u001c\u001c,p\b\u0011\u001f0\u0017c+o+`gp{\u045bb\\p\u0017\u0004I>d+%~\u001eO\u0014\u9c3bnq_\u001d>f\u001dP,]\ua805\u0015\u001dk?\u001f&L._O\u000fDB\teo3Ikv\u0437\u01727y9Zj|\u001ds\u05d0D\u0001^>sVVgYJi'\u0010\u0016P\u001a\u026d2tGm[O\u06e2VL\u001cU\u000e\tB[5\u0010-).>'>\b_Y\u0494$\u0005\u00152\u0012_\u0005#Y\u0601T\u0018\u0012]\u05a3{\u0007\u001e\u0015\u001d7\nB__v&bKB\u0013~?.8W`=\u001awA\u0002\u0014r sk 1w(`@(\u0011Gv\u00c2t\u0000P\u0001j\u0014zp\u0003\u0003FA\u000b~P++~up|B5]d\u0001]{H\u000fzb^yY\u01b9!-|\b\u0006\u00015|\u001c\rg2TN@\u0005{\u001c\u0012\u0019\u0012Ag9$}c4\u001bNaX8C\u02f19R\u0017-C34Nsh\u0010:i>W\u0015m4\fHgq;d\u001f^d4\u0503H\u97f9Kx!hx\u01dc\u001aGG;\u000fD\u0002\u0013;s#x{GN\u001b\u071dX;m\u0007|w\u000e \u0761nd8\u001e\u11fd\r\u077cK8\rx\u04f0k9Nz6k\u04caq\u001a\u0012._gw%yJD\u0006Wq}>\u0005N\u0012\u0005;A?!':,\u001e_\f?N}P8Hp\u001co9zc=b3\u0011oEF\u03f6C\u0007\u0017\u0007_vp:\u06ce\u0006b\u000b\u0013Gw;:\u0749l~2c6yz\u0018\f\u025a\u00152Lw\/+Q\u0011-:\u0013St\u0002jk@wA.\u0007\rq9=W\u001d\u0013_\u0407:Esd0+\"\u0312:({M<>>>Ote\u001e\u02869\u0005m_X![d_Kp\u0007\u0004[\u063f{\u0010Cl\u001f=&\u0002TI\u001c\u0018GI.\u0013nw>@WobO(aO\u001a\u013f\/\u0007\u0005\u001fm]ppn;n\u000fgcl\u00d9vS\u000fg\u000ev|qE\u001f\u0229m]pj\n;n`.Cs'8{v\"a<\u001d\u0017r~\u4cb8vs_5\u000e8{{\u06e7\u609b\u06ff,Oo?I\u0016g3_\u03cee\u0765l\u0017.s;vW~eO\u001dZua5\u0015|-.~\u00b6v g\u04f5X\u0017\u0016APN\u0172k\u05ce\u055d}x\u03dby?t.wI\u001c[vq{Z#taNh\u0007t]C;9!B[ggG>3r;n8e2'\u0000Aalt\u000f9\u0017K.-;nG?VLK\/%l_\u000eo\u00077-:\u001dUvq;vXq\u0013\u0012br}\u0003=8I8k\/\f=Y\u001f,b;\u001eUuU.T\t8CIlc~+\u0002\u0011\u00103\u001dCl\u0001}8<\u0005=P\u0083\u0019MP\u06e4\u0167<\u0007\\\u01ca&\/o\u0013\u064bWr>\u0011?,\u0007\u0006\u05e3\u00fbLWH6F$\u0011\u0188>\u000b0b\u000bU\u076f\u0011\t\u001bm\u0018-TuF$l4dZQel|7ZH67j\r\u0017\r;QM\u0017\u001a-_')m>\u0016S-\u001f\fn\u001f=<#\/{92{\u00ae^~\u000f?C\/\u0005\u07a9Q\u0326\u06ef\u0003{\/\u000f[%\u0087r\u001eg\u001a.,pl\u001c>bgLdAxC0\u0015@\u0015\u000bK]\u001awyt\u0010\u01dceizEe\u3e594Y\nM\"oz#c#?^?\u074fgja(XBF&w_gUFM\u065f(l<\u001f\tr\u000e.D\u000f\u001di6Il:bF'm\"_)\u0019\u0002=ui)\u0013I][:4 \u0016\u0011\u018ez|&\u0003%a>2\u000e'3}U~\u0769^-\u07c6e:[2b\u000fV>~Xg>||TJ\f,.\u03f82=dS\b%%nqP5=?\u0018#e\u00132\\:\rq\u0006f|I])\u00171\n\u0098X8Mds,lf%TS\u000bc\u001a\f\u00c7r4;jbAG\u001dW\u0015\/'\u01f5\u0011\u03e35\u0201]b`|;\u0010+:P!eC\u0362\u0124\u001d.*}VZu5\\ZO\u0004\u001e[3j\u0001\u000bN\u05c6\u001d\f_d\u00ff8[e^>\u03e4\rp}n\u8eff\\o^\nyK\u000f\u0013\u03c6A-I\u000f\u000eEN$\u76cc\u0003Z\u01cf\u0004@Q\/\u06bc_J\u0017\u06ef\u027d{Qjmz9\u001dot\u001cw\\zp\u0013NGHKM'f>[\u0016\u0001==]?\u0013\/h\u0017|q>B\u0010nG5(\u00149t\f\u0016z\u001cUx_q\u0015w~@E\u0016h\u0007!h+\u000ebFPu \u001c <\u001bX\f\u013b\u0005z^\u0013p:rr\u0582\u04d1\u000f%G+\u0017u\/\"l,Dj3\u0357\u000b\u0134I#&lKK\u8176\tVj|iylJ\u03ca~kdv9W\u016f\u001fwB\u0001V1\u001c\u0006*oj\u0007\u000exa\u0005e\u0003B\u0007\u04ee(,C8r fO\u0007\u0017\u0015(\u001b\/eHQ\u001a?#321ypN\u0013'\u001dW\"\u0012g\u001a$\u001c\u001eg6*\/@ojV\u000b\u05edB5:vpa.Z1?1'6\u064ad9'rs?M\u07cf_Si x3h\u0013~\u000f\/i8\u0004ip!\u001a\u0007h0\u0019\u000e\u0019N\u0019d`FLG?ecb!\u0001\u0019p\f`\fbk\"ln$M\u0000viGA+7\u0015\u0004\u0007;Q;\u000bo\fjXUj2\u04af\u078ey5ZKSBk\u001e*Fq& L\u00bd\u0014-)N\u0462\u001dL*m^Omz^ukI6Zi_sS>+\u0017QyU\u016bE\u0710\r\u0006;2601R+7f[3=,n\u0015bzYqN\u0016aW0\u000f2\u00113=\u0014\u00134\u0014Wd\u001f\u001c*;>\u02bduZ\\P\u0001KOK\u000ba+]ut_o\nvHVW\u001de$r|\u0013MW-z\u0013SBz^\u00197NN_8q7|T\r\u000bNO}\\^nSo\\\n\u001f\u0006<\u049f}r8\u05d1M\u0000w\u000f5O\u0016Q~R\u0007R\\sR\t\u0007oULA\u001c\u0005Fc^\u0713>\u0000-wO\u000f\u000e\u078e?lg\u0004\u001d\u0006z\u07cfk\u5b12b\u001e\u0004R\u0012E\u001d2Y.sT\u01f1\ufe7cbH;mG=&v,Xxj\u0016*e7%5!m\u000f\u0007N'@\b$9l\u0013z8\u000b1)+m\u0110!$uj1dq@E'\u0012A\u0101BsfIh3(\f?IU'\u000e\u001f.UH\u0017m2XKK\nW&E+d\u0016~T|\u03e2ue}8)|hP\/\u001c%Y-[\u02f0=?\u19b2BDW[-\u001aIWh\u03c21\u00140z:y\u0001N_\u4b55.:8-Ugzx{o4N>)\u001c\u0003\u0236{{\u0005\u0014\u001f?\u000b\u010f\u0012\u03f7_'\t\u04ff\u001cb]scOSBx5\u07e8e>Q{Z,\u064c\u001cs1\n\u9cca\u001a1{]U\u051d.D2XZo=%\u0017\u001cDu`brY`\u0017z\u05d6ttU5O^\r\u01df\u0002-tb\u0015l}:yW2|\u001b{q\u0010gU\u0012I\u0010~?L\u00f0oMWId+er\u0014qoo\"?K?O\u0013W,%\u0015I\\;%U,_\n\u000b0\u000e}Jd>WP\u001a\u0006u6uR_r?t_*\u001b{I|CaU\u0017K-dDo_L\u001cf\\U@\u001cR='x\u001dY}'AZ\u2a46\u00f7I_BO+:*\/.\/\/OT;G7r$U\u001cZY(\u0425'Bd\u001dm\\rUW\u0014\rh}o\u0546IPU{])yY}>|\u000bV*D(^\u0016@w\u0018\u035e:\u05ad_\u07bf\u000eZke\u0015%Ww\":wsQ`%k-w;\u8be0\u000e9\\\u000f:O*\u0010RiE8?}\u001f$:56Qy\t3{R\u022a\u05482\u001c&\u0592\bY\b%z$j\\\u06b4`(JR\u0002E\u0019\u047c\u0018~\u0019{\u001bLN>+W\u05a9\u01b6\u0636j\u0001Sz0d\u0005\\a\u0005\/J\\\u0005+h.PN\u0588\\J\u2480\\+:@5\u0385\\7\u0007\u001915P4`\u001a\u0019r\u0015Th\u001b\u001aUn\u0201 W\u0593X\u0012\u0015\u0215\u0000\u0215L@d\u0002r\u0005r\u0005r%\u0012A\u000e\u0015\u0015\u0015\u0235(\u0006\u0568\u000bZ-].K Thv)\\\u0019(\u0003Z\u0001r)5FLSW)\/93\u05e0~|f`ZCmJ*TaX+\u0335A\t,\t\nJe\u0000J&0W2\u0012\t \u0007\n\n\nZ\u0014\u0003j\u0005s.seC6\u000eJ\\+:`5\u0315U\u00e0\u00f3F^_\u0015\u001eeQ\u001ap\u0011r\u0015T\u000e\r\u0004aM[$++\u0001+\\\u0004\n\nJ$ W\u001c+++kQ\fQ\u0017\u0235ZJ\u0215]4@\u0017:\u0014`D\\+:@5\u0215x8Y`Cb?q>5$5D|jP-pk\u0013X\u0012\u0015\u0215\u0000\u0215L@d\u0002r\u0005r\u0005r%\u0012A\u000e\u0015\u0015\u0015\u0235(\u0006\u0568\u000bZ-]- \tQsP\u0012\u0004Z\u0001r)5F\f\r:Y2t7.q\r`A\u0012g!s?^3*P\r\u001b^\u013d:\u0002][O`I@W@W*\u0003@W2\u0001\t\u0015\u0015\u0415H\u00069@W@W@W@\u05e2\u0018@W.kv+\u001bTB\u0011\u0295%\u0001Vt\u0000]kJ}`AW\u1cc6A\u0005eXu\u001a\u0015\u0001~k\b]\u0005\u0015a$\f\\N$=cz\u0002K\u0002\u0002R\u0019\u0000\t\u0415LD\u0002t5\u0001\u0002\u0002\u0002\u0016\u0000\u001au\u0001]\u000b]8\u0012\ndU$.\t\u0435\u0003ZSj\n]\u0003flR._W\fyQf*P\r\u001a^\\\u001b@@T\u0006@d\u0002r%\u0013+++\\\rr@@@@E1@F] j)\"W1UZz#dl\u0518\\+:@5\u0215x[q]C+~~Zmk\\\u0005\u0015QC\u0081\r[O`I0W0W*\u00030W2\t\u0015\u0015\u0315H`\u000690W0W0W0\u05e2\u00180W.kv+mhrF(W\u0012\u0004Z\u0001s)5f\u0337[\u0335qj\u0668V+5\t\\[O`I0W0W*\u00030W2\t\u0015\u0015\u0315H`\u000690W0W0W0\u05e2\u00180W.kv\u0003ede\u0335\te\u0017kY\u0007\u0335\u05182^$:3>\u0358B5j3\u01396l=%\\\\\f\\\u0004J&0W0W0W\"\u001a\\\\\\\\b\\`Re\uc8b9DB 5\u0007%qI`\u0015\u001d0\u05daRc@DZFni\u001d\u0012``\u0017r\u001d\u0019s\u0015TN\r\u055a\u001a\u0335a\u0004s\u0005s2\u0000s%\u0013+\\\\\\\u0004j\u0003s\u0005s\u0005s\u0005s-\u0001s5\ua0b9VKi\u0221DB9Y#s+K\u0002s\u8039\u0594\u001a3W\u0006\"[\u001e\u0012PcQ?\ud9b2\udc158WA0U:\\][ObI0W0W*\u00030W2\t\u0015\u0015\u0315H`\u000690W0W0W0\u05e2\u00180W.kv+{\tJrF*W\u0012\u0004Z\u0001s)5e\u001136m1W\u000693s-J\\#\/L\u380d8WI0\u0011\u06b0\u0004\u0004s\u0005s2\u0000s%\u0013+\\\\\\\u0004j\u0003s\u0005s\u0005s\u0005s-\u0001s5\ua0b9VKi2XY\u0013RsP\u0012\u0004Z\u0001s)5f\u0325Ps-!\u01f9^\\\u0005\u0015Q\u0011\u06b0\u0004\u0004s\u0005s2\u0000s%\u0013+\\\\\\\u0004j\u0003s\u0005s\u0005s\u0005s-\u0001s5\ua0b9VKir=LB9Y#s+K\u0002s\u8039\u0594\u001a3W;-\tBO\r5G^+J*Tz\u10b96k=%\\\\\f\\\u0004J&0W0W0W\"\u001a\\\\\\\\b\\`Re\\O+PN\\J\\+:`5\u0385\u0010ZAnq\\\u0014!J9T\u06c8\n*T1smz%\\\\\f\\\u0004J&0W0W0W\"\u001a\\\\\\\\b\\`ReBLB\u014bf\u0002\u0315A_`e\u001d0\u05daRc45s-!3~j`ZVx\u0139\n*TQ?a7:\\[O`I0W0W*\u00030W2\t\u0015\u0015\u0315H`\u000690W0W0W0\u05e2\u00180W.kv+h.P.$\\hR\\\u0012kE\u0007\u0335\u05182\u001d\\+G1\\\u00b9\u001f\u01f9FpG4c\n\u0568z\u001b!\u03b5a\t,\t\nJe\u0000J&0W2\u0012\t \u0007\n\n\nZ\u0014\u0003j\u0005s.suQ\u0013\u0016`d\u001cR\u0003s-\u9039\u0594\u001a3W&-1CY\u0007Fe\ue06ej\u009fc5\n\u0570\btmz\u0002K\u0002\u0002R\u0019\u0000\t\u0415LD\u0002t5\u0001\u0002\u0002\u0002\u0016\u0000\u001au\u0001]\u000b]t\n]9Y#t+K\u0002t\u0000\u0594\u001aCWv\/\\c\/Se\u0013s\u037c\u0003]\u0005\u0015Q4\b\\B5\u03d86h=\u0792``T\u0006`d\u0002s%\u0013+++\\\rr````E1`F]0j)2W\u0392e\u0012\u001a\\I\\\u0012kE\u0007\u0335\u0514\u0604\u0003]K\u000f\u001a\u001c\u86a8>j1WB5j\u00078\u0435i\t,\t\nJe\u0000J&0W2\u0012\t \u0007\n\n\nZ\u0014\u0003j\u0005s*se S2C\u0001Fu\u00110\u05d2\u000ekM1se\"0+5p5\u046b\u000f6:sM\u0003\u0234[3*P\u001a&\t{`7{\t,\t\nJe\u0000J&0W2\u0012\t \u0007\n\n\nZ\u0014\u0003j\u0005s.se?\u000e-?N\\J\\+:`5\u0315b\f\u07c6\f<kgY;&\\CBujE.1smz%\\\\\f\\\u0004J&0W0W0W\"\u001a\\\\\\\\b\\d\u0334\u0302\u0014z?\u001bq \u001d~NkD*OZ\u001d\u000eQu'5[Fg+\u0011\u0016\u0000g\u000f\u001b\u001atz>ki9{;WH>\u0306\\O\u0007M)soC88}\u001aNdM~{|6X\u001e(\u0006\u0015iK\r\u00064\u0019-zw\u03df0Lm@ovh2{\u0010[\u0005YZ*{vA*9pa|\u0011+~?~vj\u0006v:\u0017N\u03e9\u04ce;aI\u0007K\/>?&vw\u0016lld\u0013\u001f\u001f>u>Z|M-f(5\u073e|Cs5H1\u04bc\u0013\u0144\u0017\u0013pY^Lj\u0017\u0013\ufbb9G_e3V\u01dflqB%Mo\rrwqx1\u000f\u001c\u001d'\u000btur\u0007rS\u0007vvJ\"V\u0655\u0005\u001a\u03d6-r\rW\u0011uw]o4N;\u0002Y\u0010x\u000eFM,@A}S*\u0019\u0015;rO=x\u000en#|\u0000{a\u001b5;\u0573dfyF6s\fMree;}\u0017\u02db\u069e5.epq3\u0451\u0000\u012f7\u001dI\u0006T'_<\u00163aOx)UrO\/r\u000e\u0001^Q\u0002`E.p\u03cd\u000b_G>\u0287U#j\u03e0\u000bQb\nTxe]Kk%-~mt:lX\u001c?7,C\u0019uV|tWU5^d\u0135V\u001eq{\u0019qe? #\u0005k\u0019M)\u03f3\u000f':\n\u0018c]\u0632s\u0010\u0017\/?\r\u0017\u0016y`\u001ff\u0003^\u001eFofq_~\u0012$tz\u0089j\u001f9\u0005'\u0013du\u0350Y!sl$X\u001f\u01ef\u001fXtz\u03f99Yi\u0115_<\u001b\u0016*\u07f2M{U~jNco\u001d[W#\u001fI~\tW\u05b30#}}f#T\u0001R\u05a1\/\u0003=\u0007^o;642Cj\u0000\u0169\u000eE\u008cT\/Gw[qw')91+'Fx\u0011mtzr~qJNt\u0406%\/Fu3\r1\u001d\u0017h8paAz]dB\u0007}v{0+f]Yk>{\/\u001c\u0019\b\u000e^.wi'\u0011\u001f\u001b\u0015_\u00157\u0016\u062f\u0016j5WV\u001d\u000e\u0012U\u001a\n{T\u0004;+\u0015\u00160vs\"Q\u0567s\u0014+?R-p>[\u017e$Qr K\u0015qc;\u00f3r\u04ff>N\\+\u07ffM\t\u000fx\u001dS\u001fH\u0016\u02a9}9a\u0007oGw\u001f<\u000fWY\ts'lSxQ\u001d;\u0017\u0007Gws\u0014t|g\u0587\u000b\/?Y\u0019\u001e~s{\u001e;o'=3\u000f\u000e\"l\ud99e\udc3bb9\u001cOOU.^og\u078f\u001f\u001f~\u000b$no$\u001e\r\u0017\u0013^GQ\u0012o+U\u0016\u0007B9\u0017=LfE\ud907\udeb0Nk?#[G\u0012:\u000eV\u001dK_M\u001eNtC]\u1117q}\/\u0002&eU$\u0013\u0014zp'R9\u0017h\u000fF\rsGNU\u001do\u000bU\u0002Nv+P\ttu\u01b6\u04e5m~2xy\u0006\u000f\u0000\u001et{Am\u001eD:~\u0007\u001f\u0017p\u000fD\u0013\u000bN\u0398y\r\\\u0655<\u0007pC\bWZg,q%U9o\u0017\u0014j\u0001\u0016\u045d6\bR#?B\n\u0006<[rz\u000eTc]]\u01faZ\u0017*'>P\u001b\u0167<\u0007\\\u0007&\/o\u0013\u064bwr>\u0011?,\u0007\u0006\u05e3\u00fbLWH6F$\u0011\u0188>\u000b0b\u000bU\u076f\u0011\t\u001bm\u0018-TuF$l4dZQel|7Z\u000bDko\u001aN\/ZW\u001bv55-\/j5ZhS9}\u001c-frk[>&\u0019>G{\u001cyZa\u05c9{9\u000e35\f;\u001f\u00198\u000eS\u001aEl::\f\u000f>\u0007\u00122o|*'\u0017>\u051d\u0114\u000bpa{\u000enfA\u0015;c\"\u000f;\u001f\u0287I\u0006B\u0018\\\\\nP\u001d\u03e3Cu\u2733,roi\u000bL#{ \u0003\u0012\u001d\u070cw_\u07cc=\u01b6<]f\u0018K\u03eauEF\b\u0010.\u001a \u001c\u001f\u0007qw?d\u001cvbG\u0001=^y\u001d\u0016wP5]nt?*N>F?\u70f5'kV\u0395N\u0001O$sr\brr\flI\u0345[\u070e\u001f\u001e\u0560'\r\u0019\\Xws\u0006GoGx\u001dMFw\u0124\u0003xbDqs;M\u0017r^C _H2C\u001d1\/\u01ea\u000b\u001eMoz\u001d(j:Tu\/\u0001\u02aaO=MBs>uH3XOOY!Zcl\u0018\n\u05b9P?Q\u0019g{UQS'Jr>[,>\u000fG6\\\u000bChGMf\u0012\u001bXI[?5y\u046a\n\u05c9\uf9a5L$E\u039ewno\u04c0XDt\u001a;\fx:\\'DU\u037e\/F{z,tm\u03f5\u0005|\u000bFup:~uC\u077b^-\u07c6e:[2t\u000fV~Xg>||TJT,.\u03f82=d\u001eT\b;(%nqP5=?\u0018Ce33:\u001fq*fI'`\u00171\n\u0098`N3.da%bfW\u0629\u00067a\u001c\u53a3oX\u0012GUqm\u00040il\rrW}\u0018!\u07ce>\u000f\u0574&\u000eNk=\\|\u001cu\u06b7QypCs6:~&\u0015\u001dK\u0310!QbB\u000eC[>ivtRg\u0004-B\u0019k\u070eWF\/wJT~_Rg\u0006`[`>7_Bs7\/\u0005\u02c4\u06a5\u0007\n]?\u03a7\u0120{\u0007\"'\u0012;N[^G\u0017m\/%\u000b^(6\u43b7t:[\u000e[\/T=k$v\u0013Frt3-\u07de\u001e\u001f\u0017q4X_a>6\u001fInG5(\u000e\u00179t0\u0016z\u001cUx\u0015\u02b2\u020fc{\f\u00108q?A\u0541\u063dtd\u0017A`;\u0010o\u001bO1\u0003OY\u000bNG>l\u0013\u000fZ\u0007\"v_\u053d\u001d\u0133p\/\u00134_.\u0010\u058f'\u037a=<\u0012--\u0017'Xo)=+]\u07ce\u0017\\\u0015m~|Zg\t]f\u0007X_\u0007r\u0018k\u001d8\u0015\u0004{3\b\u001dAO\f\u0001?w\u001eeLn\\\u0010}#\u001d\u04c3\\}pF\u0005X<}op\u0731kW\u0007Uzvpa?Z?1'v\u074ad9'jSD\u0018$0.B%P|W@gH6\u001cb65h\rX\rH\r:N5JC\u001e\u0016\u001a!\u0010Gg8f\u0010\b^\u0004t\/a[u;al\u00056\u0015N\nZ%\u0005>_~rPU\u016arW~v<\u03eb\u0001ZE}lj\u0000gBd\u000f*L\u0452\u0014-jR)\u0374\u001bW$[+J'`\\Xz,dEK6[^7?S\"{\u0011\u07ffZa=\\d]I8%SX_n#\u0012\u001d(\u0018!\u00052\u04fe\u0016mH'=\u001c#\u001b0c\u03917o\u000e7ZF-LW\u0000:|$U!^\ta)\/-)\u001cc\u000bp\u0724z\u0006\b?0[D^S\u00142\f3Z4]\u000f\b\u0019\u001b+kZ);(K\f\bPzl1\u0002\r\u001bu\u0005\fY\u0006<\u0016hkGXT\u05d1_G\u001d|\u0356+=w;\u4de3u\u0018OJ8\u00018\u001a\no\u0189s\/q\u00180oj\\k%4\u0490\u93c5x(2Nmu#lF\u000es&U\rA\u001d\u001e*U\"\u00131Q<_`rI,Ym=V]V]\u05ba\u0015,wX$7^&\u0017BY2=9\uee7a\n\u0017\u01a9\u062b3jk}:yWmAWI\u0018_'A0\r\u00fe5]^%\u05d7SHi\u000eT\t~K\u051fY\u001cY'sT\u001d _\n\u000b0\u000ek~Jd>Y*a\u0010_6u\u028aXY!?\"6\nU6U\u00b46\/~Z&QR\u001d_~{\u001f.W\u0015\u0010\u0007T\t^G\u05be$O@X\u0010\u001cMD\u0012z.;K\u0013Q?\/\\3Q\u038b0\u05bfD.=%\u0015%h\u000bZUI*C\u0003hO|](Znwhus)(=\u053f\u0013\u0439\u06ff.Zj%T\u001e[vP8zx~}^T?ZGonl\u0016]a\u0019Z,*\rb7Ex?|A\u05e7n\u0007\u0015G!^\u0019I]\u001aBJ%\b\u001e=@\u0018A\u05e94S>\ubbe5\u0002J\u064bSyB\u001d?\u0011!e\u0016'4L3E\u0014zG\u000e\u0007\u0012-a\u046b2P\u04a6\u0005FQ,8)#w\u0017\/|BTa\u06e7y\u0005\u076aPQ1Z\u0016'G\fCBp~IST\nF_\n!TfQA\u0011\u0295%\u0001tPkJ\u0011*s6Beqv\bGY?`\u0680P|)M\u0011B5\b^t#\bA\t,\t\nJe\u0000J% T2\u0001\u0002\u0002R\u0002B%j\u0002\nZ\u0001\b\u0015\b\u000b\nj\u0016wE\u001a\f6a\u0002\baY@\u001b\u001d \u051aRc\u029cpPo3Dz\u001dG\u000eSV0\u03b2qf\bUP\u001a\u0004\f:\u0005\bY\t,\t\nJe\u0000J% T2\u0001\u0002\u0002R\u0002B%j\u0002\nZ\u0001\b\u0015\b\u000b\nj\u0016wE7%\u001a\u0011\\I\\\u0012\u0010jI\u0007\b\u00182MP}F\u0010jzM4C\nmC@\\\u0006\u0019z\u0002K\u0002\u0002R\u0019\u0000R\t\bL@@@P\u0000\u0002Vr\u0000B\u0005B-\u0002\u0002]\u0011*{]\tl6\u000eJ\u2480PK:@5\b\t+\u074eBe!T=\t\u0001j\u00121\"\u0010Bu\b\u0018s T\u0013X\u0012\b\u0015\b\u0000\bJ@d\u0002B\u0005B\u0005B\u0005J\u0004\b\u0015\b\u0003\u0010*\u0010jI\u0017\b\u0015\b,Pc\u0001K`5\"T$ \u0512\u000e\u0010jM1Be|\u0014jf\u0006o\u0011Z(&J\r*P\u001d\u0002F\u0015J\u001dA\u03ad'$\u0010*\u0010*\u0001\u0010*P\u0004\n\nJ\u000b\b\t\u0010*\u0010j%\u0007 T \u0512.\u0010*\u0010Y\u0015r\u072b\f602\u0007%qI@%\u001d \u051aRc`m@\u02f3Cz\u0017xL\f\b~\u001d\u0004J*Ti\u0010\\t\bA\t,\t\nJe\u0000J% T2\u0001\u0002\u0002R\u0002B%j\u0002\nZ\u0001\b\u0015\b\u000b\nj\u0016wElHQ\tlrF*W\u0012\u0004Z\u0001B)5F\u032d\u001fw\u000ezY\u0018\u0011j\u0010D\u0011wV3*P\u001d\u0002F!WP[O`I T T*\u0003 T*\u0001\t\b\u0015\b\u0015\b\u0017\u0010*Q\u0013 T J\u000e@@%] T T+Be\u0003J`5\"T$ \u0512\u000e\u0010jM)BeG-\u001a\u0617gP)\u000by\u001aC\r2?\fRPE\u0015P@\u00110&'$\u0018*\u0018*\u0001\u0018*P\u0004\n\nJ\u000b\f\t\u0018*\u0018j%\u00070T0\u0512.\u0018*\u0018Y\u0711r\u01a8b2V\b\u000e\u001detQkJ9*\"?gqT?\f\u054c\u0099^\u00b5m3*P\u0004A\u001f'6l=%QQ\fQ\u0004J&pTpTpT^DMQQ+9tQQ\u001c\u0541\u001bf\u0004\u001d<\u000b\u001cu\u0003ZSjQPm\u0010ABo,\n#!G\u0015Th\u0004*\f7l=%QQ\fQ\u0004J&pTpTpT^DMQQ+9tQQ\u001c]\u0010&'lr-yY%\u001dp\u051aRs ;\u0017\u001aQ\u033cM\u001cU\u001e_\u001bqTA$PQT\u0006T\u0002G%\u00138*8*8*e\/pT&\u0a15\u001cQQKfqg.lS\"v*Q\u0019\u0002\u0001G)5\f\"\u070eGeq~\u001cU\u0017#C\u001a8jFj\u0006G\u0015TF\u0002#\u039d'$8*8*\u00018*Q\u0004\n\nJ\u000b\u001c\t8*8j%\u0007pTp\u0512.8*8Y\u0719869a3Gk\u0002G-\u9023\u0594sTQ;]\u001ewf^\u001cqTAj$0R3\u0570\u0004\u0004G\u0005G2\u0000G\u00128*QQQ){\u00125\u0001G\u0005G\u0000\nZ\u0005G\u0005G5;sT2l\u0004\u000e\u001detQkJ9*\u0003F8*wqL#\u00a8m%Z^qa8B5\u0012\u000bQ][OdIpTpT*\u0003pT*\t\u001c\u0015\u001c\u0015\u001c\u00178*Q\u0013pTpJ\u000e%]pTpT3GjMNQZQK:5\u001cb8\u0001#}n\u00185hi4\u0001z5S\nA`\u000f\u0011\u06a4\u0004\u0004F\u0005F2\u0000F\u00120*QQQ){\u0001\u00125\u0001F\u0005F\u0000\nZ\u0005F\u0005F5;cTn\t]A\u0330@`T9[\u0005Z\u0001F)\u0010Fg9FS\u000bbg\u001ai1m\u06cc\n*T'EIgQ[O`IpTpT*\u0003pT*\t\u001c\u0015\u001c\u0015\u001c\u00178*Q\u0013pTpJ\u000e%]pT!\u001e]ge\u0016Pu\u018f\u0007\u9a2fc4wZ\tmVy_oW1kLk\u0005.\\j0\u000b7=Y[t5_\u0005\u001e[uvb6\u04fcF:r \n\u000efA:\u00181J-@A}S*\u0019\u0015;rO=x\u000en#|\u0000{a\u001b5;\u0573dfyF6r\fMr0ee;}\u0017\u02db\u069e50epq3\u0451\u0000\u012f7\u001dI\u0006T'_<\u00163a\u0003~d\u03cb<0\u001cEn\u0001g\"\u0017\u0185\u04e3C\u001fG\u00ea\u0011g\u0405\u0768UxT\u0005*|<\u00166ep:\u001dm6P\u0003\u019fEg(_~n\uf3cfJ:|~j\u018bxd\u04c8k9\u0208kA?ZFbJ\u000e\u0003\u0198{l}\u0017l\u001c\u0105O\u00c5E9X?9Y !\u001f[y[\u0007=;=\u0016\u001bx$HB\/&[\/xHew#1S4'fV\u0007-X#\u001f6\u001cdwY\u001a~z%\u0012J.s|9MZ{\u0111-\u93662V\u000f\uf63b$5\rU\u0337w\u0012iMcXBi\u0018\udaec\uddb2&=\u0776o~O'?qd\u000boZ1qXB'X\u000bm@{( \u000e\u000e=\u000eH\u0015d\u001c\u0004\u0006\u0004[A\u0007\u0004[|w\u0006\u0004\u000f\u07e9\u0006\u0007\u001f\u0002Z{\u0017g)_E\u001fmu?\u0010T\u02fc^.wiocZS>2\u000e\rA8U\u0587q\u0002J\u0006\n\u05d1>[\u0010Wu\u061a\/8|\u001b'\u001f\u0019c(\u01c1g\u0017\u0019M$=\u001d0n\u001ds\u0010Zok{\u001e\u001cc?\u0011M\u000b\u060fE\u001e9\u001epswbNvdo8\rM+vziH\u001c~5k\u074d*\u0013\u0019\u0000\u0005\u000e\u0012V\u0006\u0005;??\u0720q\u000e\n\u0017\u03f3S\u001f\u0012\u000e>\u0010\u001c[^=?;\u000363\u001c6\u001e\\\u000el\u001e\\mDl;}paypuxn\u79b3\u0018\/ 0qrzYzz\u061d'?f\u0350Y!sl$xb?\u001cE_r~ZZ%s3\r~l\/\uecfd\u0019+\u068e\u0605G.E.E\u0012{\u000f_1\u001d\u0017h8paA.2H>;=|\u0018s\u001c\u0017\u034a]Yk>{\/\u001c\u0017\u030a]YR\u0007e\u0213\u070f\u0010\u0014N<6)Uxn}.s:-\u018f\u001e\u0014laat\u000e}`\u000boR%q\\cT\u001f\u001f\u0016'Nt\u0771}~pNI\u0012%P]\":]|Y\u0001r}[pa\\\u07f3w~-}\u078e3G>S{\u00039-V\u000bNmuX\rt:JQJ-Cs'8{\u000evV\u0341vy9\u00d2k\u000f8Ogqn\u064e8{N{\u06e7;\u06ffyl\u000emVX]{Jvk1\u0002j3?~+b\u0011`\u01231\"\u0002>BUkDF\u001b#\u00060b\u000bU\u076f\u0011\t\u001b\r5rTY==1\u001b\u07cd\u0016\rZEjNfT\u04e6|EFW\u000bqJ=lTnn\u07e2w8\u001f\rqi\u001di&\u0001~\/^\u0000`\u0007\u06df\u0001\u0002(fgx=0Ur?.\u001c\u001e\u001a[\u0085\u001em\u001a.,pl\u001c>bgLdAxC0\u0015@\u0015\u000bK]\u001awyt\u0010f2\u04bes3\u01d5i\u000bL#m m\u0003\u0012\u001d\u070cw_\u07ccE\u02f3;5nftZ\u001eJZl\u0000B\u0001}\u0019v\u0003Na\u000e]&\u0006\bw\u05b1P\t\u001dwwQqL1z9\u001f?Y#stm\u000ex\"SCC\u0116c\u05a6gKzl.ldv\u0006=^\u00ba3c<~;Z.\/~h2[o_$&\u001dhsu?^\u0017?'mlz\u0017\u001d\u0006:NG|9V\\(llz\u05bbEW\u04e1z{\rVV}i\u001c\u0017\u0015D6\u01e2G~~\u001f\n1\u001acP\u0385\u001aM\u00168#\u07ebm?Q\"byx?\u0012d\u001d\\\u001eB;l2PuBN\u068aE\u0019\/>3\u001e3\u0002Q\u0005{DOwR&\"gO|ti@,9\u001deL\u0006J|e<\u001dN\u01d3gf\u0017yty3<9\u00077jP\u001c-y:\u0016}q~\u001f\u06b5?rc\u0010\u0005>k\u000b\u0006\u0017R}S[\rVud\u001e|x|\u0019\fY\\qez`\u0010*KJ\u01e1j{~\u001210)&d\u04b9u\u001a\f6\u03bbS.b\u0015\tA\u001f&Z9J6MS\rnh9\u001dGp\\ t\u0423\bb\u001aH10\u001d}\u001eA\u045a\f\u0170NMg=\\|\u001c\u0677QyLq6:~\u0015\u001dK!fQbB\u000eC[>ivt.'\u0002-A\u0019\u0005k\u070eW\/wMJT}~_Rg\u0006`[`>7_Bs7\/\u0005<\u06a5\u0007\t]?g\u0120{\u0007\"'\u0012M[-ZG\u0002\u0017m\/%^(6\u055ct:[\u000e-T=\t\u0013$v\u0013Frt3-p\u07de\u001e\u001f\u0017q4XVa>8\u001f!\u001e9\u001f{\u05a08Q}nZqTY}\u00069W*\"?\u0003*L@;\b\u040a\u0018\u0011T\u001dm\u0004:H6\u000f\u0006-\u0003n\u001e:!\u0004t6q:te{p\/b%+%BI\u00bd,N?|@L[?\u039e4hH\u0336^h`\u02ab\u001f\u0017\u0366w;^#\u001c\u000b\u0007\u00174Q\u0491y\u017a.-\u000fy\u01bb%\/\u051c\u961eg6*@oj\u001f)\\:\n\u0017\u000bs\ny>V%v9Q\u001eO(ALM\u0010=E\u0002Z>D\u001a\u0010Ej\u001eDi8h8Eh\u0019\u0019\u001d\u0002\u001a!\u000fw\u000be2b2m^Nk\ube9fg\u0002l\nW\u0005`[\u0012\u0002\u001fDm0X?4bUH~z;\u0000k-\u0162yq6\u00be\u027d\u04be=p7EK\n7TuOx6\u04f6\not~c\u05d3zn+xsdz\u0016-emzOE^j\u0015~np17$q mDc\u001f\u0005#`Ws\u0698\u2dbd\u0019\u001c\u0004'\u0016ud\u0003zq\u0016a\u0003G\u07e85\u0019*\u0013_d*$K6!,%cla\u0018nT\u0007w\u0017T~m\/qKZ\u000e]Cwavy\u0629$\u0735XzvYuYW@ax,_&Tfkrx:*\\\u001a'b\\cFbk}:yWjmAWI\u0018_'A(L\u00f0oMWId+er\u0014qo+U\u001f\u0012\/+g\u0016rI\\;%U,\/~:L\u05bc^_2,a0U\u001bmeQJ?t_*\u001b{I|zCaU\u0017K-dDo_=\u008fL\n\u0003\u0004#kPQ'Ajr\b\u000e&Q\t=BJR\u001d_%ej\u7a1f^V^Wqke?__@\n\u0652u\u0005oid\\_=jXgZVx\u068e5}>\u000bV*$\\[Z\u0001Y'{C\u0014[\u07bf^]E\\\u001e\tk_\u0017m\u0012*-;b\u001c=@y?>\/*f\u001f77b6.TED\fRW0\u03a2?\u001f>b|P~1.\r!e\\S\u001ey\u001c`s)\u001fr\u0017J8\u001f+\u001a\u0011Rg=\u001aAK\"\u0006#\u0003FZmqi\u04c2AO(e[\u0011;QY!^\u04fc\u0002nl(Gi-VI\u0011\u00d0\u0004_T>Pb\u0457\u00022qt\u0000\u000fe\u001a\u0001\\I\\\u0012\u0000jI\u0007\u0000\u00182\u05d6W\rG\u000ej~2o>\u0013@MD\u001fZ\u0002@U+fy\u000b\u0001\n\u0015*1\u7bad\u0007\n\u0000\u0000J\u0000d\u0002@\u0005@\u0005@\u0005J\u0004\u0000\u0015\u0000\u0003\u0000*\u0000jI\u0017\u0000\u0015\u0000,\nP5n\u0019k.\u0005\u0018\u0001*C\u0000P7:\u00005\u00009\t\u07dc\u001f@M2M_\u0007E)\u040d\u0000ZtKg\u0000\u001e\u0000*\u0000&\u0003\u0000T*\u0001\t\u0000\u0015\u0000\u0015\u0000\u0017\u0000*Q\u0013\u0000T\u0000J\u000e\u0000\u0000%]\u0000T\u0000T+@e\u001c\u0002P9Y#@+K\u0002@-\u0000\u0594\u001a\u0003T\u0011>;{^\u0016rMd\u0000\u001fYF\u00005T.K\u0015*1\u7bad\u0007\n\u0000\u0000J\u0000d\u0002@\u0005@\u0005@\u0005J\u0004\u0000\u0015\u0000\u0003\u0000*\u0000jI\u0017\u0000\u0015\u0000,\nPp\tk6a\u000eJ\u0000PK:\u00005\u0000's\u0004j,cvD\u0001,6\u0003\u05fat\u0006\n\u0339k\u0001\u0002n2\u0000@\u0012\u0000*\u0000P\u0001P\u0001P){\u0001\u00125\u0001@\u0005@\u0000\nZ\u0005@\u0005@5\u0002T?&'k\u0004r%qI\u0000%\u001d\u0000\u051aRc[7\u0001@M<\u0019\t\u0010JN\bPP\u0000T9wm=\u0000T\u0000M\u0006\u0000T\u0002@%\u0013\u0000*\u0000*\u0000*e\/\u0000T&\u0000\u0000\u001c\u0000P\u0001PK\u0000\u0000fqW2lB\u001c%\u0001t\u0000PkJ\u0001\bT\u03e2\u0013 \u04f1\u001cwm\u0004PPMn\\>\u05253\u0000U`][\u000f\u0000\u0015\u0000u\u0001\u0000*\u0000P\u0004\n\nJ\u000b\u0000\t\u0000*\u0000j%\u0007\u0000T\u0000\u0512.\u0000*\u0000Y\u00152^\u0001\u0011\u0295%\u0001t\u0000PkJ\u0001B_\"Y1Y\u0007a\u0014P\u001b\u0011a\u0018j\u0000%u\f@\u0015s\u0003@\u0005@d\u0000J%\u0000T2\u0001\u0002\u0002R\u0002@%j\u0002\nZ\u0001\u0000\u0015\u0000\u000b\nj\u0016w\u0005%e\u001a\u0001\\I\\\u0012\u0000jI\u0007\u0000\u0014\u0006T7\f\u0013<;Y\u001c:GFj\u000e-\u0000H\/Q\u0013\u0017\u0004(KW\u0000\u011c\u001e\u0000*\u0000&\u0003\u0000T*\u0001\t\u0000\u0015\u0000\u0015\u0000\u0017\u0000*Q\u0013\u0000T\u0000J\u000e\u0000\u0000%]\u0000T\u0000T#@eQ\u0019iC\u0001Fh\u0010\u0000g\u001d\u0000\u051aRcP*kGD?a j\u00187\"Q\u000ek]BP%\u0735@PAP7\u0019R\t\u0004L @PVr\u0000A\u0005A-\u90a0]\t\u000b4\u0003@\u0002\u0510A \u001b\u001d\u0010\u051aRc0-\u06b5\u0018T\r\u0504\u0095\u0016o\u0010\u0538w5Rt\n\u0339k\ub060n2\u0000A\u0012\b*@PAPAP){\u00125\u0001A\u0005A\u0000\nZ\u0005A\u0005A5\u0012T\u00162d\u0004U$.\t\u0004\u0003ZSjLP\u0019&EP#\u001a3AM\u010b?V\u000b\u0018\u07b5.]!\u0012sz \f@P\u0004J&\u0010T\u0010T\u0010T^ DM@PAP+9tAPAP\u0004\u0016a\u0002\u0510AY \u001b\u001d\u0010\u051aRc0\u044e\u016f\u0001Z9\u015fY\u015cZ\u0013xY7\u00fb\u05a53\u0004U`][\u000f\u0004\u0015\u0004u\u0001\b*@P\u0004\n\nJ\u000b\u0004\t\b*\bj%\u0007\u0010T\u0010\u0512.\b*\bY\u07152\u000e[\u0295%t@PkJ\t*\u001d?35z3\u0018\bj\u0016Faf\u00045\r\u00045,s9\u001a\u0011T\b|;tI]:CP\u0005\u0735@PAP7\u0019R\t\u0004L @PVr\u0000A\u0005A-\u90a0]\t*w`krF*W\u0012\u0004Z\u0001A)5&L|e\tjW8TDPZ+qT\u0014j\u00019k]BP%\u0735@PAP7\u0019R\t\u0004L @PVr\u0000A\u0005A-\u90a0]\t*{\/HkrF*W\u0012\u0004Z\u0001A)5%\u001130u+~\rb.Wg_u\nBs\u0003B\u0005Bd\u0000J% T2\u0001\u0002\u0002R\u0002B%j\u0002\nZ\u0001\b\u0015\b\u000b\nj\u0016wD\f5@2V\u001c%\u0001tPkJ\u0011*C!;P,\u0007\u001fGo.j\u0001Fj\u0018'\u05a53\bU`][\u000f\b\u0015\bu\u0001\u0010*P\u0004\n\nJ\u000b\b\t\u0010*\u0010j%\u0007 T \u0512.\u0010*\u0010Y\u0015:PCV\u0588P`Ce\u0001ntPkJ\u0011*D!&hY\u001dQ07DAW@@A]P%\u0735PP7\u0019\u0000R\t\bL@@@P\u0000\u0002Vr\u0000B\u0005B-\u0002\u0002]\u0011*\u04a8 TN\u0588PJ\u2480PK:@5\b\u000e|P(\u0012P,\r3F\b5Rvt\u0006\n\u0339k\u0001\u0002n2\u0000B\u0012\u0010*PPP){\u0001\u00125\u0001B\u0005B\u0000\nZ\u0005B\u0005B5\"Tn[\u0006K\u0001F\u02b0, \u050d\u000e\u0010jM1Bj\b\u0019\u000f4\u000b:B Cf\u0010j\u0016{\u001e{k]:P\u0005\u0735PP7\u0019\u0000R\t\bL@@@P\u0000\u0002Vr\u0000B\u0005B-\u0002\u0002]\u0011*\u0015\u001a\u0011\\I\\\u0012\u0010jI\u0007\b\u00182Mu\tZ\u000bUGA\u00166BUK$b\/sKW\u0010\u011c\u001e\u0010*\u0010&\u0003 T*\u0001\t\b\u0015\b\u0015\b\u0017\u0010*Q\u0013 T J\u000e@@%] T T+B\fY\u0006M$ \u0512\u000e\u0010jM1BeFL! KBgD^\u021d\fQO(\u0005u\fB\u0015s\u0003B\u0005Bd\u0000J% T2\u0001\u0002\u0002R\u0002B%j\u0002\nZ\u0001\b\u0015\b\u000b\nj\u0016wE %\u001a\u0011\\I\\\u0012\u0010jI\u0007\b\u00182v,TM2\u0010#\u000bR\/nC\u001fe>{ak]:P\u0005\u0735PP7\u0019\u0000R\t\bL@@@P\u0000\u0002Vr\u0000B\u0005B-\u0002\u0002]\u0011*\u001e.&AI\\\u0012\u0010jI\u0007\b\u001827%m#T&\u0010&hqC$R`\u0016F\b5\"6i\\\u0015*1\u7bad\u0007\n\u0000\bJ@d\u0002B\u0005B\u0005B\u0005J\u0004\b\u0015\b\u0003\u0010*\u0010jI\u0017\b\u0015\b,Pp\tlrF*W\u0012\u0004Z\u0001B)5F\f\u001dFLHG}e\u001fOh\u0293:V~\u0003*TI\r,9d\u0016+\u047dJ6?\u0006\u001d5\u029a~Z\u001ed1758\u03e3%'2\u0017A,53\u0493-U\u000b\u029a)dpPe5\u0010N\u0013YS:\u001f\u001e0M&#Qc\u0005eZ+pR?\r_F\u02df g\u001bu56\u001eeCVA\u0016,sJ\u045e]J\u000e=\\X6z\u02a7\u07cf_,\u2e1dAm:\u0767\u0169sNmw|\u0012\u048b\u000fof\u075d\u00058m4[<'D\u03df?}\u0016_g{\u0019cMl_9l\u001bi5\u0006\u0017^wbb\u001d.;\u0017S\u0017\u0013\ufbb9G_e3V\u00dfw|w\u069f-Z\biqm4_A.\u000e>\u685c\u00fb$vU@\u0013PS>t}\r[\u001cNI\u010a>W@C\u0672S*F\u063a\uebb3\u0016\u00115\u0489s\u0007Uv0\u000b\u0002oI\u0005(6tJ6b'TNg\u0018o\u04df\u001f\u0016wd\u0016z\/KQS=[\u001f\u001dNf\u0007kd8\u000e*t9?\n-\u0007s[V\u0017z_~}[\u0003S\u0006\u00177\u0013\u001d\t@z3^QdIul1?\u001fx\u001f==GV=-;\f\u0007y[\u0000\u067e\u0005qQjD\u0019ta7j>^,UJv9\u001fOkioMt\u0019:NG\r\u0014kd@ag\u0019W_\/v\u38fb\u04a6f\u000e\u001f\u001f~_\u06ac\"#n$^;Y%3zC\u0005k\u0019M)\u03f3\u000f':\f\u0018c]\u0632s\u0010\u0017\/?\r\u0017\u0016y`\u001ffC\u000f!\u001f[y[\u0007=;=\u0016\u001bx$HB\/&[\/xHew#1S4'fV\u0007-X#\u001f6\u001cdwY\u001a~z%\u0012J.s|9MZ{\u0016'IlMgNo4~p=\u001f5$Qi\u0663*#\u008aEUGu \u0017dKnm\u05ea~N~\u0012[|\u04ca\\A=Jh\u0006\u0015\u0145\u0007\u01c0\u0005qWwa@^]F`}\"\u000bs6`ubb\u0003-V\u0003Bj\u0380`;C@~\/-n\uf3af[EZr9K{\u001b\u04dauh\u0010\r\u00a9>;\u0015P2P\u0014\u0642:|\u02cb>p\u001eH,#e\"Wlnce0us\u0018N\u0013\u0440<\u0016\f\tH9\u001c0\\:F\f\fbD\u0781\u0007\u0005;jTef\u001d\u0018\u0015dTG~jsa\u001c\u000f;,\u0629c\u0017\u0005\u0007oGw\u001fg\u02089K\f\u000bq\u001d\u000f,e\u0013v\by!\"sn\r\u0011\u0012\/\u0006sYL^p1Ya\u0004;%rsYJpK\uc231u;A]Io{:1,%\u001d'9\u000e<*;n\u0014L\u0018<\u01c5('\f~qz2t\u0004(FAw@bP\u0701P %u;aA:w\u0000j\u00005P\nZ\u001c\u001dx`\u0000(\b\u001d~}\u000f\ndw\u0014s\u0005\u04af\u000e\u000ff\u02d9,@z\/\u0016)6AY7,3wW+\/\u001a=\u000e6\u0015\u000fni\u0007E0\b\th\u001b\/[Uz'2\u000085Z\u04ba\u0770`'\u0007\u001c\u00168D\u0005\u32d1\u0669\u000f\n\u0007\u001f\t-X\u001er_Gl\u001e|_\u000f.D\u00076\u000f.6\"~><:|\u01c8>>-Orny{z,{x~\u0010PI\u0012%IC\u00039-p\u000b\u000en^=uWy83n\u0331\/\u0536\u00039-\u001a\u000bNmuX-s\u04abIr\u0016\u001d-Cs'8{v\u001ea<\u001d\u0016r~\u4ab8vs_5\u001e\u068e8{N{\u06e7{\u06ff,Oo?I\u0016g3_\u000f\u0765l\u0017\u02eer;vW~e#+Zua5\u0015|-.~\u8eb6v\u001e'\u04f5X\u0017\u0016APN\u0172K\u05ce\u055d}x\u03dby?|..8juGpE%t\u0012\/F;Kz\u0019\u0001I\u000f9\u0014=\/=;\u045d]t.9f\bF0#\u03a8y\u02b2v\u0003n\u0174\f\\KF{p}\u04e2qh_e\u0017\u001dS\u001fLn\u00197!_)\/7\u0703c\u0004cK0\u0593\"QU\u0007[BC]?&=6W\/\u0010q\b:c!6?\u0019\u0427\u00c3^\u0403\u000e\r\/7|\u0019*vma\u000eYu*B~l:\u0003\u07bfMZ|s0u\bl6ax\u0005,\u0013.{Kop=\u001a9thcD8\u0018hH\uacc0\u000f#P\u001a\u0188\u0001BUkDFMf\u001cUoO\u000fwd\u0003~#pz\u047a\u06b0\u0013\u0019\u0574i9\u001fQuBfh1<1q>\u001a:\u04baMC\/^~\u000f?C\/\u0005\u07a9Q\u0326\u06ef\u0003{\/a*a\\PWR.O\u00c5\u00059\u0357\u0007U\uc309>\u0013\u0018(\u001f&b\u0018\bbp!2r+XCw<\u000e\u0019,[l<7\u0013G5M{\u06910t\u0001\u000en\u02fboF\u04a2\u065d\u001a7X~Vk\u000f%\\-Jm6Bp!\u0000>L\u0001'k.\u0010;r\u000e\u000e\u02f5P\t]wwQqt19\u001f?Ycuttm\u000ex\"S\u0116C\u0216C\u0316c\u05a6gKzl.lZv\u0006=n\u00ba3c<~;Z.\/h2[o_$&\u001dhsu?^\u0017?'\u235blz\u0017\u001d\u0006:NG\u0019|9V\\(llz\u05bbEW\u04e1z{\rVV}i\u001c\u0017\u0015DF\u01e2G~~\u001f\n1\u001acP\u0385\u001aM\u00168#\u07eb?Q\"byx?\u0012d\u001d\\\u001eB;l2PuBN\u068aE\u0019\/>S\u001e3\u0004Q\u0005{DOwR&\"gO|ti@,\":\u001deL\u0006J|e<\u001dN\u01d3gf\u0017yty3<9\u00077jP\u001c-y:\u0016}q~\u001f\u06b5?rc\u0010\u0005>k\u000b\u0006\u0017R}S[\rVud\u001e|x|\u0019\fY\\qez`\u0010*KJ\u01e1j{~\u001210G*&d\u04b9u\u001a\f6\u03bbS.b\u0015)\u001f&Z9J6MS\rnh9\u001dGp\\ t\u0423\bb\u001aH10\u001d}\u001eA\u045a\u0006\r\u0170NMg=\\|\u001c\u0677QyL#r6:~\u0015\u001dK!fQbB\u000eC[>ivt.'\u0002-A\u0019\u0005k\u070eW\u0006\/wmJT}~_Rg\u0006`[`>7_Bs7\/\u0005<\u06a5\u0007\t]?g\u0120{\u0007\"'\u0012M[-ZG\u0002\u0017m\/%^(6\u055ct:[\u000e;.T=\t#$v\u0013Frt3-\u07de\u001e\u001f\u0017q4XVa>8\u001f!6\u001f9\u001f{\u05a08S}n3`[qTY}\u00069WJ\u0019\u0013\u0001\u0015q&Z\u001dUhA\b\u000e6c\u001d$\u0007}\u0003\ub581x`}Xy\u001dP\u070b~\u0002NGNZp:a8\u001d}h=\u0017E\u0004{YHr~=i\u4458mi\t6?W\r?<-\/~MYzvx\f.o\u04d2}?N6=:F\u0000\u0017\\SM\u0001\/ 0\u07d2l@y\u0015\u0005e\bgV\u000e\u07cc\u027cbr\u000fw\u00199Jg$t|F9\u0006\u0017V;\u000f.icuq]d[\"\u001f<\u0013Pscz\u03df\u001a\u06e8\u0002\u0019\u7fcf?Ni\u0017[eZe\\c[B~bO\u0015]fsN~Z\f\u001fM,\u000bKQ8\b^@&\u0000-O]\"p\"4v`3\u001cb3\"3\u0523]2n\u0010x\fq4S,\u0006}5AzM7\u0011u]\u0011\u001em7A\uad21\u0015{\nZVc\u0005'\u0006U5Z*w5\u00197Oo\u001abXux5C\u000f?\u00158\u0013\u000f&{ZV\u0014hQJ|=\u0015J'XVz=J5d$,Z\u02b4\/\u03b9)\u0014\u064bo|*\"c.H\u0006\r|fu\u001bG@)\u06142N\u00ddaKKJg\n1A=8~F\u000bW+\u0007\u0019\u001ef>Y\u001af+a\u000f\u000enLn\u02ddX\u001f:uR.W\u89450\u0015:\/\u07b7[\u0005\u001b$lN2r>YxM[Xv\u0709&\u0016S_^WF\u0007NM.\u001f7\u0015njwS%W[=2we\u0001\u000fW_\u8c9c?\u000eud\u0013\u0003mS6vT{)}\u0001>V\u001cvd85~\u0014|.z\u0010\u0007m=Q\u0630\u0017:{s\ua0c3\u000f\u0011AG\ua8c1#Zm9\u0006\u0007\u0006dQ\ufe0ck\u0016\u02dcq{.X:\u0010mQ,\u0005\"K#\u0016&l\u001f\u0017!\b$[vn{08\bw:\u0017\u0004UE \u0381dYOIYi#\f1d%S!O\u0003*2>\b2&\u000e\u0016Bf#5LB+a@dAZ:uHBBmsR^ZR8r6)%E~\u0012\u0014&.CLi[\u0007l5}g$.eZ\te[Xjc\u0004Ggu\u001dqA\u0017h\u03c2\u0011\u00140z:y\u0001N_\u3b55.:8-UWzv{o4\u03ab>)\u045c\u0001z{o\u0005\u0014\u001f?\u000bR's\/\u0001\u0018:oj|\n,|\u043b>W(r'tX\u000e\u00199b\u0447\u0014W\u0014\u0012o\u0013wSSW\u0010`j\u0004V]p\u0636\u0013\u02aaZ\u0015\u000ek\u01abd:_2\\[\u0006?=WWZ<\u001d{5\u001c\n(}<_-~\u000f_'*T?_oc5Y|u\u0012\u0129\u000f0[U\u0012z}\u0019\\7tf\u020fRSD*9c{IE\u0012=NI1\u000b.\/4,z_R\/\u0015A|\u001d}\u6db2T;)+W\u001b\u000fWas\u0012_?Pvo\u07f6R\u02e47;_7\u045bo>\u0013.W\u0015\u0010T\t^G\u05bemI\u0010Vx!m\u0012%:S-;K\u0013Q?\/\\3I|%{\u0015V\u07bd57n\u07bfH}3J\u04c7$]\u032cuKc\u0013\u05f8~mw2\u065f\u0005E<\u0003Pb[{M&c<\u0000\u0004\u0010$K\u0535\u0017mMM#jM5CQwu\u05fb>,o~\u0318Eauo]\\5\u0014fwf;7z6G_wYv\u07e5ok7*&_oL\u033f\u000b#Rn]8h2\u0006ca=HT\u07fa\u0010Y\u0018e6pn\u001bs\u05b9^\u0644zb\u0015\u001c\u01f3\u001ak\u00e1#~uG\u07ff^\u0011=JxWP~Sc>\u001d+R\u0019YFix\u0012\u001aw\u001e\bR\u0001`V1`+*$\u0552\u000fl\u0005[V\u0006l\u0182ZV\u0015\u001c:\u0004bwM`k'\u0006l\u001d\u0005MVE\u000f\u062a_l\r;Q\u0004[V\u0000UL`V\u0015l\u0015\u0012j\u0007`+T\u0003Zc~-b6]\u0002Z?\u023b&\u0013\u0003bvex\u0014|\u001a\u01cbX}\u001dZ\u0013QN\u0010QGs\u0006\\h\u0002w>_j\r;QZV\u0000ULPV\u0015j\u0015\u0012j\u0007BP+T\u0003Zc~-R0h\u00070\u0002+\/**Z\u0018u\u00144Znp_r[sdQK-ZeI1\u000b[}32k}\"\u058aJ\u0005`bZ\u0144bXVK>\u0015kZ\u05a6\u001a\u001akZ\u054fqw{\u001cR\u00176\u0006k\u001d\u0005MV\u0005)\u0007z&(}i\u0019\u02a1m\u0019yaI}1X+*\u0015\tk\u0015\u0013\u058abBZ-V\u0015kZjVk,\u06afe^kU\u001f\u0006\u0753\u0017\n&\"\u0010&[\u0003k=\u05f5eb\"\u059a\u00158R\u001dd\u001e\u0019z9-\f45\u0015kZ\u05a6\u001a\u001akZ\u0007i;ZwMXk'\u0006k\u001d\u0005MV*\u0003\u055c6\u0016I\/^d\u001e\u0019ya^\u071b|5\u0015kZ\u05a6\u001a\u001akZ\u0015^i\u05c6i\u0001A5a\u0018u\u00144Zwm\n*-Z-L)\u045c\u0017\u0016Q\u001aro\u0018E\u0015k\nZ\u0144\tkZV!a|X+\u058abM5X5\u0016k2\u0006bmVkJMXk'\u0006k\u001d\u0005MVe}\u015aU\u06acLB\u0013)\u045c\u0017Q\u0015roG\u0011kZ\u0002V1abZVUHX%\u001f\u058abXkS\rjZk\rJ\u001d\u0001^4T`V6\u0006k\u001d\u0005MV\u0005)\u0007\u05aaY[YWFKG\u059a\/}\u001e\u0019zYhXk`\"\u058aJ\u0005`bZ\u0144bXVK>\u0015kZ\u05a6\u001a\u001akZ\u055b:\u0002:\u0017\n\u05aa\"\u0010&[z[\u0019\u0005572R~\u0014ki\u000b\u02c8N;QZV\u0000ULXV\u0015k\u0015\u0012j\u0247bX+TZc~-Z\n\u000e\u001d\u0001ij\u0005Vk0\rk}ZGAU)oc=x[3\u000bck*wNV\f0[$\u000bu\u0006(bXT\u0000*&ULX+\u058a\n\tkZV\u0015kmZXkyU{z+Z^\u0007y\u05c4vbQdkux@\u06ea4\u04ber5Vs*7\u000fLV\f,iXkpy\"\u058aJ\u0005`bZ\u0144bXVK>\u0015kZ\u05a6\u001a\u001akZ\njA5a\u0018u\u00144Z3e4V+OZIET\u062c,j`\u0006kh\u000bH>X+*\u0015\tk\u0015\u0013\u058abBZ-V\u0015kZjVk,\u06afeVkUxij^\u001b\u0005\u0004y\u05c4vbQdkUo*sn\u001eji^\u0764\u0013Uo\u000b+Z(bXT\u0000*&ULX+\u058a\n\tkZV\u0015kmZXky5\u0017\u057cVk\u001azam\f:\nl\u0003dT3,3\u0012I\u045c\u0017I\u0016ro\u0018E\u0015k\nZ\u0144\tkZV!a|X+\u058abM5X5\u0016k27(u\u0004TkV \uf6b0N\f:\nlz[(\\5SZ=3,3)}1X+*\u0015\tk\u0015\u0013\u058abBZ-V\u0015kZjVk,\u06afe^kUo\bvZW5a\u0018u\u00144ZznT\u0003Xk\u001e6\u0016R5Z=3\u032c)}1X+*\u0015\tk\u0015\u0013\u058abBZ-V\u0015kZjVk,\u06afe^k\u0230+Sx1 \u023b&\u0013&[z[hbYV\f0I\u0007OZN\u001fE\u0015k\nZ\u0144\tkZV!a|X+\u058abM5X5\u0016k2yoZ^\u0007y\u05c4vbQdkU\u001dXk\u021e5\u0016U\u0006R\u06dea\u079c\u0011\u0018\u0015\/lw\u001e\bR\u0001`V1`+*$\u0552\u000fl\u0005[V\u0006l\u0182ZVM\u023a\u0004:E\u0002k\u0002[;1`(h2A\u062a|9[9H\u01452\nckEQ)Q&YGs^%z$5\u0015kZ\u05a6\u001a\u001akZ\njA5a\u0018u\u00144Zset\u001fjZ{[Z,\u0214\u001f5Z}3BQX\ub93eG\u0011kZ\u0002V1abZVUHX%\u001f\u058abXkS\rjZj\n\/4Mk\u00f4 \uf6b0N\f:\nl\u001d\u0002\u001doJZ,69Uo\u000b8UgiXkhy\"\u058aJ\u0005`bZ\u0144bXVK>\u0015kZ\u05a6\u001a\u001akZ\u0003x1\u05f6JNE&\u0013&[\rUy9[kEZ\u062c=\u6e2f\u05639#\/,\u0013\u0018E\u0015k\nZ\u0144\tkZV!a|X+\u058abM5X5\u0016k2\u001f\b9\u0002N\f:\nl\nR\u000e5R9ck\u001cF\u0016l\u0321C{\u0014lh\b\fKeN\u0005[N\u001fE\u0015l\n\u0000[\u0004\tl\u0005[V!|`+\nM5`5\u0016l2\/*\u0013Z^+\u0007y\u0004vbQdlU\u001b[[o\u0331*Z\"2+9Uo\u000bT\u000bx\u001a\u001aw\u001ebR\u0001XV1aX+*$\u0552\u000fkZV\u0006kbZV\u001d\u0001\u008b\u0001A5a\u0018u\u00144Z]\u058ee\u01e5,jVI\u0733>Z=3L\u0006(bXT\u0000*&ULX+\u058a\n\tkZV\u0015kmZXkyU\u001awG@Vk\u000f\tk`\u05aa;|#{j\u0016vEdY%*NVBn|\u001aw\u001e\bR\u0001`V1`+*$\u0552\u000fl\u0005[V\u0006l\u0182ZV{\u001d\u0002i\u0001A5\u0018u\u00144\u0019[\u0002]p+2,j\u001cFS\u05639#0,\u0017!o\u001d}\u001aw(`T\u0000*&UL`+\n\n\tl\u0003[V\u0015lm\u0001[`kyU}ma@Vl\u000f\tl\u0100\u062a\u0017`\u785e5]\b[b#\u0301zs`XAwg>cl\r;Q\u0004[V\u0000UL`V\u0015l\u0015\u0012j\u0007`+T\u0003Zc~-b6\u001d\"vl*qR\u0013\u0689\u0001[GASU\u001eg9HJZUi_\u055a\u001e\u0019a\u0019$5`+*\u0015\u0000\tl\u0015\u0013\nB\u0002[-V\u0015l\u0005[jVk,\u06afeVlU|ij^\u0005\u0004y\u0004vbQdlU\u000bk\u0004V&l\u04ec\u7e33\u05639#0,>\u0019l\r;Q\u0004[V\u0000UL`V\u0015l\u0015\u0012j\u0007`+T\u0003Zc~-bk\/Vi)\u0004vbQdlU6;\u0003nf\u0012|gkHR{\u0014lh\u0010\f$I}1`+*\u0015\u0000\tl\u0015\u0013\nB\u0002[-V\u0015l\u0005[jVk,\u06afe^lUP\u0010\u0013Vl^i\u0004vbQdlUz\u028e9ckbbB1feYqgGsF`XP9\tl\r;}\u0014VU*\u0000l\u0015\u0013*&\u0015l\u0005[\u0004Z`+\n6\u0540X_\u02fc\u062aa@b@wM`k'\u0006l\u001d\u0005MV'\u05b9#tYe\n4JRZUo\u0010\f$I}1`+*\u0015\u0000\tl\u0015\u0013\nB\u0002[-V\u0015l\u0005[jVk,\u06afe^luR\u050fXUiGt6\u0006l\u001d\u0005MV\u0001*_qznT\u0003XkZ\u001fol5\f]hXGsF^X:QZV\u0000ULXV\u0015k\u0015\u0012j\u0247bX+TZc\u000fiynL?lVf[ywoM\u001asz+iuWfb+\u001b}\u02f4m\u001d[\u0007\u0367vz8\u0007t&W_6\u001bcns\u06ac\u067eSm^\u0129\u0011V*Y\fh\u000f^Y]u\/\/.-fsuV%\u041b${l\u02d0\u0016,\u06df7__L(os\u05ff6<\"G\u000f6I4\u0227I\u0001[gz{8|\u001f\u05ff:|'r\u0017=\u02e4.oR'>\u0013v{\u0012c+~fs\u001e\u0017yj<\u001eoO?}o76W\u0017ak\u0003.v7Xto\u06cd\u0003\u0013\u0007&q\u00a5;0\u001e\u9e9d\u0332gV\/;|o>''=\u001d\u0260J[qk!\u0013^8\u000f&||\u000f<\tP*o\u0004\n<\u0001??\f;opm\u000f\"\u001eju!l7c\u077d\u01f6{v5v\uc120\u001a\u0013\r\u012f\u0001\u0004s\u0010\u0013L:rRQ'TAS\u000f\u0018\uf79f\u000f_XWVU\u03f5.?\\m\u001c?x\"\u05ccs\u05f7;M3_7|;Voo\u0018]w\u0797|\u0013@\u02fbsIvr\u001c=-yy\u0003\nc\u001c3\u0007>\u0003l\ub8e3\u00e6\u0013!W\u07ac\/oL&\ub1fb_[l?n\u06bbV\u0002Ie]O7|z\f\u001fm\u06f7n[AmhIUh|=nvr<\u001e7s\\y=\u021f\u001e\u05f17mN~yiE\u000b}Sq\tQaiLa\u0679=cG\u001f\u031ez7~s{}nhQ$E\u001ae+\u055d$\u001d)\u02c5&.eOBctNQe&\/q,?$\u001a\u0011&a\/N1g\u0012\u001dC\/\u07af\u01165ym2y\u000f\u0017\u001fXs9to{t{\f:o#\u0017\u001ehL(^y\u001a|uj'\u0007^p\u06ca=u\/\u065e\u05fdo\u0017\u000bx^\u0003{\u01db\u001fS*\u000e]<\u001dsD\uca7e5\u0015\u0107f&2=w\u000bG2BgXHuwS':-8.x\u0017Av\u001aR\u001bc\u0007\u05afJo>?\ub51fw:%8}\u0019F?\u001f,\u04a4>\u06a4vN\u03e7|\nV\/;jI?t^\u001e}:Y\u069f\u000b\u06cf\u073c<=g}6I}7N\u001e@\u06cags^\u001eo,^~r{~\u0287ro03<]~\u0017\u05eb\u0013^gvJD[{6<\\y(1g39s\u07fazO\u04d5:}?rq\u0751-\u072b\u0013tg.w\u001fe;)\u02e7'z\\!E[\u000fso\nOx\u0019\u0017-3\u0017\rleMpdo|vf9^=Eu7Y\u074d\u0007\u0407&\u0003LCk\u04d9|]\u0793vhXi'$yu\u0507\u0006\u03bd'v8\u0004=3k\u0718z}}s\u04e3\u000f\u07ffr[\u0001\u01d4\"\u06e5C\u001fflx\tv]ov\u0353\u000f\u001f7\u0320\u001fa\u0006=\u04fd\u0320]3H$1\u0142I4#L&\u0016`0*\u000fS)b*\r\bS\u07baT\/g*\tS~[\u0014f\u0001h\u0016z@C:e[CO;^]4c\\i0ln`[U&l\u07e8.\u04ac\u000f?(30 >o\u0016aL(\u001c\u0003n,rq9[[\/:^\u0018\u0018v\u0010\u0018\u0123\u0019Di>d\u0019\u0019zA\u0014\u01a8\u001d\u0104A\u001dDa\u02ec\u593a~\u97db}ef\rW\/Zw\u0017<\u05ccW\u001a~hH\u000bj9\\}a7\u0005\/|Z\/t\u0013\u000f:jq0:jq?az\u039a\"wsGf#oSv\u000e;s\u001eh\n?7)|\u0017?)1=77wO\u068drgL=9,\u038a~sV,_z\rrgSpw6=gU\u017eo*\u001e}\u0013\u8e3e=PE'\u0001i|ywwH{-Mwlz}+nQ\u001a#n\u0010n2\rUtt\u000fpV>L\t}Z'v3]GR*:\u0757yN)\u0557ucZw7_j;\u0475io$\u000bc+{\u0002ojl-v\u047do?\\~lvz~WC\/Ws\\a}wwyxj}~xgH\ud9b3\udf78_W\u0017n>7\u0017\u065bv}X\u001d\fu\u0765&7O\u000fCPJ^\u001d\u00036i\u040d-K\u000bi?6[\/W_..7M6\u001b]})\u049f3{\u07da\u07f8\u0011\u001e\u0017jIfs{qu(\u036b|#\ua274no\u07a9\u001e\u0166Ay\bb*\u5bff]3\u05ddB||9^-]\u01f6Cln(\u0014`2tsGa5m]l{j\/\u07dbYff[l\u0017zjm\u6ffeK\t|\b5?{\/[TBFsZ\f?>npy{?7\u03dfMTFn[p\u0013e>AM\u0006*e>L'\\g\u0013K-~gf'e=O\\ga'`^iW\u0014iW\u0019Vy)\u0655uZ_\u076c>7\u0013T>\u074f\u0004\u0007|?\b\u000fIko{x4{7+s,\u0016f.mu^[s\u0698_:8\u00192c\u001dbL6J\u07ecV&}4\/wfS=\bV7qP\u001b\f\u000eW\u00077~W1Y5?~Q\u001f>n|;\u0003\u001f\u0003}o\u001e\u0014\u001c'Mzp^QW\u065e\u00167'\u0006\u000f]D\u001c2\u00f7;nz9,H9nKo\/W\u0017?hj+\u001fN\u001f\u076a{Ejvx\u001aI=2\u0013o[57F\u04ff\u06b9\u001b'\u000b@y|$|D4G-k\u067c\\\u4c77}^\u0006;\u0016'}a{{8\u001f}A 5L\u0010\u000e*\u0005\u0004\u0003\u0006o\u0003O?I'0\u001f;e\/ZyKz;W^\u0001bz9&Y\\o\u000bi\u03db\/um}Y8\u06eas\u000bm\/?}{Z>+Gsyj\u71fb\u001bS}oL\/wb\u000f?Xq\\?`fQ\u0001^j]\u0000\u0007|\u0019\u01d5\u000ezy*zG\u001b\"\u0003;\/|\u0662z.\u001eg\u00197C\u001cPc%o?~p+f?\u05d6<\u05ed~QK{F;V|b[sjP\u6e78,X_z\u05cct#\r\u0011\u0002>\u001cP_b{F\u001a\u06ad\u001a\u07e8\u0726\u0011pF-\u001a\r\u001a.g\u001fvO\u0019\u07b7e\u0004\u0754!\\>8;v\u0005z\u0011a\u0018\u001bz\u001d>^\u0006\u0e9aP5B\u001d\u0fa6P\u0010.+7=I\u0017\u0016\u001al|o\u001177.Y#i\u000eg\u02e8w4{q0_y)y5\uaf20>5\u0015}*gg>\u0017V\u00aey_^9;\u000brv6\"\u0659u:R_1I?&\u0017O\/+KI`xA<1?z(=.\u029c\u02f8w&^99}l\u001b\u001ct3NPSgZYC\u001e}yN\u0015\u2e62\u001c2\u72bbV\u00073JgJJ\u02a6T\u0017\u0011=smSuG=i,\\S\nxIMIx)\u001f\u000eoNA:iO:\nNJ\u0006uU\u0344U^q|\u000b:DMI\u0012%}\"6C^pg\uaf80\u064f[\uecde-d\u0263\u04d3-dr\u000b\u07b7\\O.b\u00031)\u0017wr=:'*1\u000e0csI\u000fH\u0501VW?\ud3e2},nQM\u000es|w\u000bv\u02aasz^1i\u001e;\u00e2\u0014\u077eoi*\\b\\\u000f\u972a\u039dAl-v\r|ZI+&3eyG\u001e~a}B\u0012VJ;\u001a\u001e<\u000f\u049e?{\u0228I~:D\u0007)]S?o6wfs\u07ac\\?L_\u001c0u\u0000^T'=O\u079aG\u001f22-$\u0295\u0001;f?\u001f)]dAciY\u0012-\u001c_F5\u001f6\u001bq\u05ffm9Q\u0002[s]nMI{\u01f8W\u000bv\u001dw>Cg%w^ZK`U\u001e+eVU\u0002^o>z}sk?%{U9e,?xqx_or3\r*[\"xipoU\u05eb\u05e9)%\u025dU,)\"1Du}?swMM]{%*]~x+YzFiC_XL]&>p\u0555g\u0019\u0017?>b7m.w\f\u03db\u9aab*_u]v?_}fcH\nTrWs09\".\u0134\u0614Po\ro\u000eS\/9\fMNSvvu}\u06fasmdQ&\u070d\u001b\u0013\u0088\u0525<~%>\uc306)c0\u0016u\u0007?,f\u001b]89k{i\/lBdc\\Y\r6\u0011X}#_n\/y\u001e%[+?AqKw)'l_X:-\\$r\u0007\uab2aJ:fQ?q&c\u03f9V\u0007\u0010k\u001f]R3K\u0012_j{0\u0016e\u039b\u0386dn]^^lQ\u0357\u0016eH\u0017[t~aR_D\u052f\u001epqt\u072a-\bh\u000e\u02ad u\u0010\u0004&s\u0019 yZ[[\u02f85\u045e\u012dERE\tl\u0249pPwp+\u0016\u0000\tn\u0015\u0013\n\u00adR\u001f\u00ad|p+\n\u00adM5p5\u0016n2\/*\u0013\u01edZ^+\u0007y\u0004\u000eQdnUn;9sk\u0019ue5MGI\u071a&Ee\u000ed\u04d2SV\u0733V-\u0000n\u0015\u0013*&\u0015n[>[V\u0015n[jVk,\u06afe^n\r\u0000F5[f^pk?\bn\u001d\u0005MVI(i>cnM9\u0294G\u071a-E\u001c=qkU&\u000bur\u0005Dg(;\u0015nm\u000b[\u0004\tn[V\u000fq>\u0015n[\u05a6\u001a\u001a\u000bk[7u\u0010TkV A\u0010:\n\u032dJ}Q2?cn\u036cB\u0212T\u001a7[\u071c|\u0014\u0696\u0014\u0612\u0013V\u0733V-\u0000n\u0015\u0013*&\u0015n[>[V\u0015n[jVk,\u06afe^nU\u0017\u001d\u0004bi\u0001A5 u\u00144[\u05d1rwkKne|*l\u012dfaO3\u075a\u01e61e\u0004|Zr*1{\u001d\n\u0005b[\u0004\u00adp\u0507p8\u001f\n\u00adpkS\rj[\u02edPt\u0011TkV A\u0010:\n\u032d \uda66\udf16\u072a4\"J\u02ec>5[E\u001a'\b\f}\u0007\u00adm\u0001pV1p+*!:\u0007\u00adp+T\u0003Zc~-rvSS\u0017AVn\u000f\tn\u001d\u0004\u072a\u001c*\u0007\u03a3p3\u00ac\u0359y(Yh\u001f\u061a\u00adfRjg\u001f\b\f}\u0007\u00adm\u0001pV1p+*!:\u0007\u00adp+T\u0003Zc~-rgbfi\u0001A5 u\u00144['M6,U^<2j\t5\tVz\f}m\u0001xV1x+*!:\u0387x+TZc~-zh(78T`V\u0005d~\u0010:\n\ucb4a\u000eto-S\b~@\u0015\u02dc\u00192k&\u00067C\f}m\u0001xV1x+*!:\u0387x+TZc~-z\u00eejy\u001f]\u0013:\b[GAU\u0011\u0101*O?co-\r2\u03d2=\tykUm~-9\u0011o\u0019=\u000eo[\u0002V1b[VUCu\u000fo[V\u0006oZVm!UPEsH\u0005VoU\u0018\u0007o\u0007\u1b63\u07aa\b*\u0013[(\u054c52\"\u05be7\u0005\\E\u0165\u0001Tc4<\u0015sm\u000b\\\u0144\ts\\1W\u000f1q>\u0015s\\1\u05e6\u001a\u001ak\\\u000ft$Tk5W 0A\u0010:\nlSny\u0011\u046c(,U\u00e6k\u02f2\nxW[N\u0004]sC]Q\u05f6\u0000ULPW\u0015u\u0010u\u001dC]QW\u0015umA]ky5\u0019\u057cVu\u008c\u001a} u\u00144Y]oA\rUisV\u001a\u076aH\u05e2|dQio$yQT\u000bM&m9\u0015u\u0019}{\u000fuE]\u0002PW1bB]QWUCu\u000fuE]QW\u0535\u0006u\u01a2ZUW\u05b0jy\u001f]\u0013:\bB]GAU)v-\u04ee56+P&$u\".Seh[NF]=sC]Q\u05f6\u0000ULPW\u0015u\u0010u\u001dC]QW\u0015umA]kyUcN! PA\u0010:\n\u000bG\u0007\uaaa0sV\u001aH{?H](\u03b3XEv&$-n\u04d6SQW\u0737PW\u0535-\u0000u\u0015\u0013*&\u0015uE]>D]PW\u0015uE]jPWk,\u06afe^uU?\u04b1P-U]kB]\u0007A(h|k\u000f\u076a\\\u05e2y1$\u0017U\u001dCr*3\u001e\ua2ba\u0005bB]\u0144\u05078\u001f\ua2bakS\rjE]\u032bD\ufa6b\u05eaA5 u\u00144U]Se\uf13avm\u05f48.jiQYdc8=\u0015um\u000b@]\u0144\tuE]QW\u000fQq>\u0015uE]Q\u05e6\u001a\u001akU]\u0015d\ua65aFj\u0001A5 u\u00144Y]\u077bv\u0535n\"\tVZ\u0016EiNR\"K2\r\u0003>m9\u0015u\u0019}{\u000fuE]\u0002PW1bB]QWUCu\u000fuE]QW\u0535\u0006u\u01a2ZUWmKZ79T`UWP~\u0010:\n\n#\u001dt+J,H]X\u0119\u07e6YRY\u023d>m9\u0019u\u0018}{\u000fuE]\u0002PW1bB]QWUCu\u000fuE]QW\u0535\u0006u\u01a2ZUWc(\u001d\u000bZ?\u023b&u\u0010&\u2068k\u0017J\u9031QD\nI\ua69bed\/->\u00f9o\uf86ek[\u0000*&UL+\ua2baJ}\udb46\udfa8+\ua2ba6\u0560X\u0535_\u02fc\u07aa\u0531PEsH\u0005VuU\u000bu\u0007m9\u0015u\u0019}{\u000fuE]\u0002PW1bB]QWUCu\u000fuE]QW\u0535\u0006u\u01a2ZUW|\u001d\u000bZ?\u023b&u\u0010&\u2a28k\u0007\u0772X9kEiZh\/&E\u001a\u0017m9\u0019u\u0018}{\u000fuE]\u0002PW1bB]QWUCu\u000fuE]QW\u0535\u0006u\u01a2ZU\u0000gTZu\n3jPQduUgu-ej$u-2Ci\u02e9p{+\u0016\tu\u0015\u0013\ua2baR\u001f|+\ua2baM55\u0016u2jL\u05b5)\u0016\u0010]\u0013:\bB]GAU@u9c\u000fU*\u0002@y$u\u04a8\u0001n\u04d6QW\u0737PW\u0535-\u0000u\u0015\u0013*&\u0015uE]>D]PW\u0015uE]jPWk,\u06afe^uUoUX\u05eaA5 u\u00144Y]G>\u0535n^\u00150T\u062cw+^92-5\u000bm\u02e9p{+\u0016\tu\u0015\u0013\ua2baR\u001f|+\ua2baM55\u0016u2*\u0013Z^\u0007y\u05c4\u000ePQTu\u0354\u0013o\u0018[\bWWstKJy\u055cd\u0002Dk8=\u0015um\u000b@]\u0144\tuE]QW\u000fQq>\u0015uE]Q\u05e6\u001a\u001akU]\u0015d\ua65aFj\u0001A5 u\u00144Y]\u077b*7e?ku52V5~I{1\u0014u\u04b8^\u0012\u0005O[NF]=sC]Q\u05f6\u0000ULPW\u0015u\u0010u\u001dC]QW\u0015umA]kyU\u06d2\u0016M\u000e!\u0015XU\/\u0535\u001f&{y\u03bd]t\u0012\u001aye\u001aNQ8*$\nW[NE]}sC]Q\u05f6\u0000ULPW\u0015u\u0010u\u001dC]QW\u0015umA]kyU[fw-TkUW PA\u0010:\nn\u0019^.uE]+\fFoyZOTg8=\u0015um\u000b@]\u0144\tuE]QW\u000fQq>\u0015uE]Q\u05e6\u001a\u001akW]pB\u0017!\u0015XU\/\u0535\u001f&'u[b\u0003jVR&$uM2sT#\u001d\u0696QW\u0737PW\u0535-\u0000u\u0015\u0013*&\u0015uE]>D]PW\u0015uE]jPWk,\u06afe^uU?A\u0771P-U]kB]\u0007A(h\u0007{]{'Jw5M+\u00195MZO[NE]}sC]Q\u05f6\u0000ULPW\u0015u\u0010u\u001dC]QW\u0015umA]ky5\u0019\u057cVu\u008c\u001a} u\u00144Y]W\u0007\uaab49kI}\u0016kU\u0011\u01d1rYeEe\u0016+!n\u0456SQW\u0737PW\u0535-\u0000u\u0015\u0013*&\u0015uE]>D]PW\u0015uE]jPWk,\u06afe^uu#S_]Vu\u000f\tu\u001d\u0004\uaa94v-fX]-\u0012uS5KK^d\/-'\u001e\u00f9o\uf86ek[\u0000*&UL+\ua2baJ}\udb46\udfa8+\ua2ba6\u0560X\u0535_\u02fc~\fcSH- \u023b&u\u0010&;o\u0018\u889b9\u000fU\u0004F\u001cu\u0010q\u001c=(\f\u7fbdm\u0001PW1+*!:\u0387+TZcQ~-Zjy\u001f]\u0013:\bB]GAU<\u0014v-SgZ$u-J\u0423->\u00f9o\uf86ek[\u0000*&UL+\ua2baJ}\udb46\udfa8+\ua2ba6\u0560X\u0535_\u02fc}|kZ^\u0007y\u05c4\u000ePQTu\u0355\u0013A\".zjN,v#4u5I4kZ>m9\u0019u\u0018}{\u000fuE]\u0002PW1bB]QWUCu\u000fuE]QW\u0535\u0006u\u01a2ZfUW\u0005z2\u0014S\u000bu\u0007\uaabcq7\ft\u046d\u02b5b\u0575LR9NT,\u04907\fTg8=\u0015um\u000b@]\u0144\tuE]QW\u000fQq>\u0015uE]Q\u05e6\u001a\u001akW]EsB\u06da\u00145 u\u00144Y]M\u000fu[B\u0575L\"b7\fI\u02327\fdc8=\u0015um\u000b@]\u0144\tuE]QW\u000fQq>\u0015uE]Q\u05e6\u001a\u001akW]\u054ft,{\u001cRU]\u0015A]A(h*7o\u000eUy\u0015sV2\u0362E\u001b\u0006\u0015uE]Q\u05e6\u001a\u001akW]\u00031@\fdFP~\u0010:\n\u0007\u000e\u0001#uM\u0016q(\u00195YK$@]r*3\u001e\ua2ba\u0005bB]\u0144\u05078\u001f\ua2bakS\rjE]\u032b\ua8b9cZ^+3\u0007y\u05c4\u000ePQduUE];\u0016YI+\u0001EjV\u0001\u07c3j\u02c9p{+\u0016\tu\u0015\u0013\ua2baR\u001f|+\ua2baM55\u0016u2jL\u05b5I\u001f]\u0013:\bB]GAUa\u0101*{\u036ee-\u0017&Q\u001a\u000eI\u001a%IY\u06b19-'\u00ee\u001e\u00f9ok[\u0000*&UL+\nJ}\b+\n6X\u0635_\u02fcP-\u0019k]\u0007A(h2*j\u001d]\u032e\u0015\u028bT-\u001a\/~\u000ev\u0012\bW[N]}s\u0783]a\u05f6\u0000UL`W\u0015v\u0010v\u001d]aW\u0015vm]kyU=vZ?\u023b&u\u0010\u0004k\uc778\u06f5ni\f\u001b\u000b\nn8$v8m9\u0015v\u0019}{\u000fv]\u0002`W1b]aWUCu\u000fv]aW\u0635\u0006v\u00aeZfeWEz\u6d59Z@wM \bv\u001d\u0005MfWUv[\u001a)\u001fk(AD2]ZD!dc8=\u0015vm\u000b]\u0004\tv]aW\u000faq>\u0015v]a\u05e6\u001a\u001a\u000bk]-\u0010R]\u0015\u0302]A(h2*workO*Phc\u05ec09^2\u0562P\u0361m9\u0015v\u0019}{\u000fv]\u0002`W1b]aWUCu\u000fv]aW\u0635\u0006v\u00aeZeW.jy\u001f]\u0013:\b]GA-Ck\u9ca2*_2\u05abBy{4v(\u000b\u0567-'\u00ee\u001e\u00f9ok[\u0000*&UL+\nJ}\b+\n6X\u0635_\u02fc-\u0018h\u000e\u02ae} u\u00144]\u000eUyV9knY\u0775:V,\u0373=\rkfy,Cr*3\u001e\ua2ba\u0005bB]\u0144\u05078\u001f\ua2bakS\rjE]\u032bP:\u0016\u5d6awM \bu\u001d\u0005MVW\u0003\u0675nU3flQ\u0015E\\W\u01aee\u0011k7_dc8=\u0015vm\u000b]\u0004\tv]aW\u000faq>\u0015v]a\u05e6\u001a\u001a\u000bk]\u0003Qke)\u03a8\u0017\u000f]GAUB\u0014U2VZTYYj\u05ecX$Tam9\u0015v\u0019}{\u000fv]\u0002`W1b]aWUCu\u000fv]aW\u0635\u0006v\u00aeZeW]\fZ?\u023b&u\u0010\u0004&R]\u000fJ=kv-\u0015^]\u067fYjW\u04da,C\t\u04d6aW\u0737`W\u0635-\u0000v\u0015\u0013*&\u0015v]>]`W\u0015v]j`Wk,\u06afe^v\u055cSL- \u023b&u\u0010\u0004&\u2070kO\u074a\"\u076eYs\u01e5nIj\u000eNU\u0019rO[N]}s\u0783]a\u05f6\u0000UL`W\u0015v\u0010v\u001d]aW\u0015vm]kyUWZ^+\u0007y\u0004\u000e`QdvU\u0005\u052d\u001ak\u000ev-,5}r21\u001e\n\u0005b]\u0004\u00ae\u05078\u001f\n\u00aekS\rj]\u02ee2Z^+\u0007y\u0004\u000e`QTvUvmkG9\u001c\u0675^\\\u001cjy\u04d6SaW\u0737`W\u0635-\u0000v\u0015\u0013*&\u0015v]>]`W\u0015v]j`Wk,\u06afeVvUGC]j^\u0005\u0004y\u0004\u000e`QdvU\u001c\u0015v[)\u0635H\u0013],}r*3\u001e\n\u0005b]\u0004\u00ae\u05078\u001f\n\u00aekS\rj]\u02ee\u0696Por\b\u02ae\nf u\u00144]OD\rUAgEZw\u0575EuVQ-0-'\u001e\u00f9o\uf86ek[\u0000*&UL+\ua2baJ}\udb46\udfa8+\ua2ba6\u0560X\u0535_\u02fc-\u0016\u5d6awM \bu\u001d\u0005MVW\fnvU?gv\u056d\u00ae,`<\u03e2F{m9\u0015v\u0019}{\u000fv]\u0002`W1b]aWUCu\u000fv]aW\u0635\u0006v\u00aeZeWm!PEsH\u0005VvU0\u000bv\u0007>U@\u055cg\u000bw#vM\u0017q\u0016\u0019$vMr!^c-'\u00ee\u001e\u00f9ok[\u0000*&UL+\nJ}\b+\n6X\u0635_\u02fcL\u001ejy\u001f]\u0013:\b]GAUyWv-\u0417\fflP3d\u0014q\u0019\u0004\u001em9\u0011v\u001a}{\u000fv]\u0002`W1b]aWUCu\u000fv]aW\u0635\u0006v\u00aeZe\u0000hTZu3j\u0005`QdvU~%\u0003]u*%\u00039#ID\u000b\u00ae5Yn\u0006O[N]=s\u0783]a\u05f6\u0000UL`W\u0015v\u0010v\u001d]aW\u0015vm]kyU}3_\u0007CZ]5S]{A(h2*E\u000ef\u0010^M0I]<.\u001f>pC\f\u7fbdm\u0001PW1+*!:\u0387+TZcQ~-\udb6a\udefahX$VU]\u0015A]A(hVix\u0087\u03da]\u0012,FB5*Lb88\t\u0567-'\u00ee\u001e\u00f9ok[\u0000*&UL+\nJ}\b+\n6X\u0635_\u02ec(S\u000f\u053c6S\u000b\b\tv\u001d\u0004\ucabcu\u022e03)\u07f1k\u0011G\u05bci\uc6a7YQhw\u05c7Tg8=\u0015vm\u000b]\u0004\tv]aW\u000faq>\u0015v]a\u05e6\u001a\u001a\u000bk]-\u0010R]\u0015]A(h2*_\u001aYk\u0011\"%\u0003I\u0014ef2\u0003&JBr21\u001e\n\u0005b]\u0004\u00ae\u05078\u001f\n\u00aekS\rj]\u02ee\u0687\u0018\u5d72wM \bv\u001d\u0005MfW\u0013YCvU\u0675V|\u0011|kY\u001c&kbNw 8h\u02e9p{+\u0016\u0000\tv\u0015\u0013\n\u00aeR\u001f\u00ae|+\n\u00aeM55\u0016v2\/j\u000b.z\/C*b_k?\bv\u001d\u0005MfW6!*55'r\u00aeYi7]\"Ojdc8=\u0015vm\u000b]\u0004\tv]aW\u000faq>\u0015v]a\u05e6\u001a\u001a\u000bk]GD;\u0018\u5d72wM \bv\u001d\u0005MfWe\u0003v\u000b\u0004\u03da]<-\fq\u001eo,P\u02b4\n\u0567-'\u00ee\u001e\u00f9ok[\u0000*&UL+\nJ}\b+\n6X\u0635_\u02fc\u001a\u0000j^+NqF\u037e`~\u0010:\n\u032e\u00fb]O]ku+jaz\u001diZ;]\u02d05}r*3\u001e\n\u0005b]\u0004\u00ae\u05078\u001f\n\u00aekS\rj]\u02ee\u06bb\u0018\u5d72wM \bv\u001d\u0005MfW\u076e:>kv|n\u032e>Y\u056c re\u0000p\u04d6aW\u0737`W\u0635-\u0000v\u0015\u0013*&\u0015v]>]`W\u0015v]j`Wk,\u06afe^vUr\nCwM \bv\u001d\u0005MfWe\u001b\u03d9]ku\u02f5\u000ek\\%\u000b\b:]8-\u0312!\u0004\u000e=r*3\u001e\n\u0005b]\u0004\u00ae\u05078\u001f\n\u00aekS\rj]\u02eeJ\u001dRFNpW\u0006\u001b\t\u000b\u0002^GAS5Z($8|\u03c0\u048eg,JFDqZ(wO\u00018KR\u001f\f=q\"\u062asNX1\u05b6\u0000UL\u00180V\u0015c\u0010c\u001dX1V\u0015cmX\u0018kYU\u0003\u0001z[CP\u0015veU\u000be\u0007^oU\u0019+k\u0012U\r<|Q%Z\u04e6PkGE\u0011\u001e8\u0011j\u0018z\u000eo[\u0002V1b[VUCu\u000fo[V\u0006oZfV;3=\u00032\u06fd?\u02bf.u\u0010{9]*\u0017XZ\u0016Z&YVG;N[=q[\u05b6\u0000ULxV\u0015o\u0010o\u001d[V\u0015om[xkU[\t\f{\u001cT[\u0015[Ax(h\u000fcxkKEBoWU67zhw\u0002[r\"1{v\u001d\u62b9\u0005`b\\\u0144b\u05078\u001f\u62b9bkS\rj\\l\u000e{\u000ee] \bs\u001d\u0005M7W\b\rUQlf\u001a?Dq(\u0013|\u0012\u01b9Y\\GKN\u0004]}r\u03feC]Q\u05f6\u0000ULPW\u0015u\u0010u\u001dC]QW\u0015umA]k5\u0004\u0019vu| u\u00144]]\u0007\ua69e\u0000U?5R\u05ecZn\u0006u5\u02caE\u001crGKNE]=r\u03feC]Q\u05f6\u0000ULPW\u0015u\u0010u\u001dC]QW\u0015umA]kU}+_WB5\u03f0V]]Q~\u0010:\n\u02b6\u01deD5+T9YkfQP$t-#\r\u0563%\u001eCg\u07c1k[\u0000*&UL+\nJ}\b\udac6\udfa0+\n6\u0540C}au[1\u000f\u0016^}\u96f1s}\u0013F\u001c\/JZ\u001d.\ub563xFe2\/[V\u0001a\u001e\u0001]\u0557\u0367\u0018}{\u001c6mo~TihN\u001c\/o\u02c0&\u0555_W\u0002n6WWk\u0002Mg\u0006\fin~]}%I$6~{jCL\u000f*r`9\u001eI\u00ca|\u0014{\u05adxs\u075ca}7{R+\/1sRsM'{nO\u0002~rl\u014f7l\"\u03dcSZ^'\u0353z\u001ff}1\fK\\ev7Xto\u06cd\u0003\u0013\u0007&y\u0095w`NO~gOt>z\u0014As8F'=\u001d\u0260J[qk!\u0013^8\u000f&||\u000f<\tP,o\u0004\n<\u0001??\f;opm\u000f\"\u001eju!l7c\u0364\u01f6{v5v\uc120\u001a\u0013\r\u012f\u0001\u0004s\u0010\u0013L:rRQ'TAS\u000f\u0018\uf79f\u000f_XWVU\u03f5.?\\m\u001c?x\"\u05ccs\u05f7;M3_=o_\u3dbe.{~\u86beW\u0000__\u079dKLl\u4ddf7\u001e\u01ffMt3\u000e+\fr w\u0000={Lv\n>:89l:\u0019re*Th~F~\u39bdL?mu}n\/8\u0007]etgG8\u0300\u0776}|\u001c\u001e\u0536\u0763{\u0006*U\u0259@{\\f\u000e\"{\\\u07b49\u0567\u0017.`\u001fOq\tQaiLa\u0679=cG\u001f\u031ez7~s{}nhQ?m\u0017e+\u055d$\u001d)\u02c5&.eOBctNQe&\/q,?$\u001a\u0011&a\/N1g\u0012\u001dC\/\u07af\u01165ym2y\u000fu\u001e\u0013U\u001dT\u03bdLw\u074b\u0337a:\u042aqYQV44V}nOrOpx|\u0015{\\y^R?={;P\u0017\/\u0017Fq\u001da=\u0015Uv\u001dpx;tIDS}k\"a\/#=^yJXI\u0305#Gta3g}I|8$Vl\u07bf,Aa\u001cc\u0019)>L\u0307Y4\u0013x4a S4H\t0`\u000es\u000e}?eLS,}j>^)\fS,\tnuz\u0012z_\u0013UU\/*J[\u05c6=^\u001c\"\u0016{?])\u001e\u001e\u0001c\u001ewQ?Hy7X\u001exs~[\u0012q\\\u0014Y\/~4r~a\u001f[+C\u0000S\u042fO~jS9ws#yf\u001b\u067e~WHz~j9ao?)|0)_sna$:o?9\u0017>gu\u000e7)?\u0017\u001fyy|w.OmS>3v\"3z\u074cgs^\u001e+p<^X\u000f\u0005af\u0001\\y\u00003o\u0010W'\\~\u01f78\/\u000fE89{?1j}\u0763\\y23gS^?-\u04eb\u0013tEg.w\u001f];)\u02e7'z\\!\u0005Y\u000fso\nOy^\u033c^Z\u03f7:wG&Gw{dotVf9^=\u126e\u0300Y\uf858iv\u0179x\t}h<>\u0016=\teGhG>LnvB\u049d_H}h<>\u0004=3k\u0718z}}s\u04e3\u000f\u07ffbV[\u0001\u01d4\"\u06e3C\u001fgc}\/G\u0017z{k,a\u0006\rgPV\u0019t3H$1\u0142I4#L\u0015`0*\u000fS)b*\r\bS\u07b2T\/g*\tS~[e\u0014f\u0001h\u0016z@C:x\u0207vE}\fi\u0170aZ\u00069ns\u05c4\u000bn_Ed_\u001c\u0006\"\u001f\u0013\u06dbC\u0355e\\\u000e0.gw\u017fV\u000b\u001d\"\u001dc\u000eX\u001dx4(M\u0547\f18CS\u000f;\u0018034(WT\u05cf_>ssy}8v\u00026kz\u047a`f4Mw7hBZP{K\u001d\u001fn[~|^]\u02e7KeC20{\u001c^!69k\/=fgM\u0011^#3gi;9\u000f4\u001f\u0014>\u0014'SF3Q&?\u001c\u0016ga?g9+\/\u0006)8o;yX\u001bC{7fo&\u001e}\u0013\u0580iI~kg._\u079db;^\u02f3zx]?uJ[\u0188\u001b\u0327yp\u0001N\u04e4}S\u0013Z\u0611O\u0011g5\u0015jI\n5\u03e9{?\u017f>rn^|\\Y^y'V.\u0015|X_\u0017W\f6\u0017w^^\u0347?{\u04ee\u000fC^^.4\u0004fa\u001dQ\u001bjS]\u0017c\u0666\\]6\rgy_Y(\u001d|wwMU\u001ey}\u03eb:w\u001dK\u0016E\u07ddqX\u0011\u001bVv\u0001\u001d%;t\/va{<\u076eN7h|)m\u0567\u06fbY}lv=]Vw{z3'fFgub__]~\u001f\u0017~^\u0014hu12m\u07ec?^F+^\\^]\u0019\u0396[O~__J\u04cdv3Uq\rsuuZ\f\u035b\u02db\u02dbm\bZ\u001c\u1bfe\\\\ny\u0019\u02454{p.4\u001b}\u07f9K\u0004{[)L_6kOAQ^\u075cK\u018aqwoq~l7\u001f!y?w\u01cds\u0018\u0005m>Y\u0012\u001d\uefda7\/W\u001bw\u0015A?xj\u0006\/7^V;\u0434\u001dV\u001e[9\u0004\u0339k[9n\u000f$`5g9m\u001co\/W\u0017?hj\u000er2]\u072dh\u0123)\u0010Ae,[5\u04ff}A,C\u001b\u0010}^*,\u0016\u0387R:Q=\u0004?,\u0010l{\"f<$N4\u001e\u0018O\u000b28MBm=1\u07d9#.lsV\u000bq\u000eWY5mqmO!{\u001bR\u0286P\u076ccN}.O&TfN\u02f8)q44yVo(1\u001d<(o9A|s<\u000frO\u000bQfuf\/Y\u000f+6q=* V\u0011&|\u001bsY\r>K,\u0016`\u0675\u001d.\u07eenyRd6'x^x\u0011WE^w^t?xO\u0014N$}5zO0\u001d\u000f\u001dfT\u01474g!%b\\\ud4fc;2q <}\u0014\b\u0015fmrH;:YOW\u001f\u2d6b'v= 9$\u0014>)oOpf3miZ\u0557\u0005k\u0018z\u001fb\n$\u0004i\u0001:-'_WGu:%\u001b(K\u03403\u001b?]m|\u00127\u077b\r\\\u03e2\u001fdB?\nJ\u0013d&<]\t\u0004\"yr\rG7n$exJIR\u014e\u045c1\n'$i:)\u01d3cpQ\u05ffmn8)AN\u0011ShQ;Eto\u01a7zS\"v7Qr\f\u0667\u0001_u6\u0016\u0007\u0004A:Wo?]J=\u04b9\u001cEJ\u0339h0\u06a7\u0013\u001a\u001ff\u001eci=\u0016\u5aeb')8ysV\u001b'\/w\u03e3}\/)O_`L\u014biS\u0012y9(yKstsZ>v?Y{Da2.\u0012\u05ffcjv6=lL\uecdb?QwT]U%E\u0507\u012ai63\uba7b{M\u0017E=}\u001b\u0016O}jw\u000bI\u001ft\u0011s}^\n_~mG]\u0006}3\u07f8K[Z?m(q1K\u00cfVn\u03c6\u0013QR\u0007.+=>\\9jcX~_?UN}Py\ub70f\bzp#\u0001sk-N\u0506O\u0003-(\ng\fu<\u51d3M h2Af \u0701\u0014\u0006\u001fO4y39J\u0013\u02dc{]oJ`\u0004&xr6\u00e4\u0013I\u001eJ\u0012W=\u0017?\u000f_\uf6b1n}5\u0013\u000b\u0002u~\u001e5\u001eQw.k\u001a\u0019MPM0\rp\u001f\\\u0005p]O\u001atI\u000ep_Us\b\u0017\u0016t&_Zp\u0015`\u0010&g{{q\u07fcvZ\u001cMs@\\F\u0013\u064bK_y1y=\uaf24>U\u0015}*gg>V\u00aey_`9;\u000brv62\u0659\u03d5:b_1Y?\u0017O\/+m%\u001ac\/l\u8c63,sv62>\u07d9xmr+BmzW\u0419:\u0659\u01e5:\u001eWk\u001a8\u041f=Gy\u0002I+[\u00df\u001f\u0324c+y+}\u0017=T\u00149\u001e\u05baE\u00197G|\u0011L_(N\u00134\\I^p%_\r\u0163|\u001fC|6\u0017=?Wi=UO?A`i\u001f9\u000bg2\u0013&v,|`i\u001eL6gp\u001fN\u0002JMg#\u0013D<-Q'b3\u0005W{\u0003~Bvn!+&+\r3q\u000b%!o!k\ufe9e\\\r)h\u001eNv&'rr\u000719\u04b4'$gx\/\u055f'_}\u00167&9N\u0006;e9=\u06984o\u000fan_C4lB1gt\u001bO\u053c\u0002kr>VvG}\u0017]:\u001b$L)}T>~Q{`+\u0015\u0005\u000f~\u0005A\u0007\u0326\u02b9u}g>\u00073Y\bu=}P\u032dy!(+\u04f2J\\\u001f.\u001dCiv\u001f\u033e>*-L-QC6\\:\u0648;m~(bz@X[['\u07dc~\/Jd]\u0007p{Z\u0799{\u03eb_vs\u0015Pco|S.fu|v\u04eaT\u0496\u029c\u06c6\u0259\u0015q$\u0166zkxSMuI#CMNSvvu}\u06fas\rSw\ueeb6E\u0011ot\u001bUm\/YR^,55y;S@~uW~k\u00036W\u0013{\u001dg,\u04b9\u001d\u05bdK\u06b2ekf;7z6G_wYv\u07e5o}\u001b\u00157&\u07c5\u0011Ky.K}\u0019\rS`,hi\u000f\u0012\u001f,f\u001b]89k{iolBp\u00cb\\Ym6\u0011X}#_n\/\u07d1\u001e%[?Mq\u0005Lw)'l\u07f8d:5\u000br$k\u07e8*\u076b3T=F0>^`'Y\u001f\u0000}zwU,I~ZYV::\u001buvz{e{=u7_nz[Y#_n\u0001iK}\u0673|\u02e8_[=UYUk\u0005W \u0000N\f:\n\f\u0005GF58K%Z\u01a9Y](\u035b\u0004eYmm9\u0019p\u0018}{\u000fp\u0005\\\u0002\u0000W1\u0001b\u0002\\\u0001WUCu\u000fp\u0005\\\u0001W\u0006p\u0002Z\u0005W.\u000ez\/C*\"_k\u001b\u0003&A$N[|-Z%Y\"L\u00042Dm9\u0015p\u0019}{\u000fp\u0005\\\u0002\u0000W1\u0001b\u0002\\\u0001WUCu\u000fp\u0005\\\u0001W\u0006p\u0002Z\u0005Wua)\u0018\u0010]\u0013\u0689\u0001\\GAUgoGER')-'\u0003\u001e\u00f9o\u0001k[\u0000*&UL+\nJ}\b\u0001+\n6\u0000X_\u02fc~\u00e0SD- \u023b&\u0013\u0003&r&wfV\u001f\u0016UQ\u0000,Y{4r\"5\u001e\n\u0005\u0000b\u0002\\\u0004\u0002\u05078\u001f\n\u0002kS\rj\u0005\\\u000b\u001aRt\u0019Tk\u0005W \u0000N\f:\n\fghVL\u00111FYg&)\u001aE|\u001a\u0016R\fz\f\u7fbd\u0007\u0002m\u0001\u0000W1\u0001+*!:\u0007\u0002+T\u0003Zc\u0001~-.jy\u001f]\u0013\u0689\u0001\\GASU9L\u000eGy49kmU\u076a:\u0002xQi4o\u001aVe!d\u04d6S\u0001W\u0737\u0000W-\u0000p\u0015\u0013*&\u0015p\u0005\\>\u0004\\\u0000W\u0015p\u0005\\j\u0000Wk,\u06afeVp\f]RSD- \u023b&\u0013\u0003&{|\u0006\tS\u0006*Q.X53'\u001c\u001af1<\u0015\u04d6S\u0011W\u0737\u0010W\u0135-\u0000q\u0015\u0013*&\u0015qE\\>D\\\u0010W\u0015qE\\j\u0010Wk,\u06afe^q\r@F5U\\(F_k\u001b&b\u0003q={\\\u031c\u0017DfQ({&*\u04d6\u0011W\u0737\u0010W\u0135-\u0000q\u0015\u0013*&\u0015qE\\>D\\\u0010W\u0015qE\\j\u0010Wk,\u06afe^q\u001e:*A5!\u0018u\u00144Y\\\u0015C\u001d20Y\\(H.fe,f\u0011WO\u0016\ua176Tg8=\u0015qm\u000b@\\\u0144\tqE\\\u0011W\u000f\u0011q>\u0015qE\\\u0011\u05e6\u001a\u001akW\\pA\u0017!\u0015XU\u001c\u0135A\\GAUj*\u0005\"\r\u0016tQD\u00002Ved!widc8=\u0015qm\u000b@\\\u0144\tqE\\\u0011W\u000f\u0011q>\u0015qE\\\u0011\u05e6\u001a\u001akW\\EsA c@wMk'\u0006q\u001d\u0005M\u0016W7jV.q\u0007k\u0016\u0015Q$qM8JRh[NE\\}sC\\\u0011\u05f6\u0000UL\u0010W\u0015q\u0010q\u001dC\\\u0011W\u0015qmA\\kyU]4w\u001cTk\u0015W \u0010N\f:\n,\n!\u000eUi\u0173\u0016,*H\u0004X\\|Ts\u36969r\u0006\u0765\u0456\u0011W\u0737\u0010W\u0135-\u0000q\u0015\u0013*&\u0015qE\\>D\\\u0010W\u0015qE\\j\u0010Wk,\u06afe^qnl:*A5!\u0018u\u00144Y\\ryk\u0017Jm5K(,u\u0019dc8=\u0015qm\u000b@\\\u0144\tqE\\\u0011W\u000f\u0011q>\u0015qE\\\u0011\u05e6\u001a\u001akW\\5&:\u0014R\u000b\b\tq P\\\u00159|Z[\b5+ZB$q-Jn\u00040-\">\u00f9o!k[\u0000*&UL+\u22b8J}!+\u22b86 X\u0135_\u02fcFjy\u001f]\u0013\u0689A\\GA}C\\{g\u036a#q5KlQjP;E\\H\"\f}r21\u001e\u22b8\u0005 bB\\\u0144\"\u05078\u001f\u22b8\"kS\rjE\\+\u0683]\u0007Z?\u023b&\u0135\u0013k\u0010.e2K-ZBk4q\u034b$-;m9\u0015q\u0019}{\u000fqE\\\u0002\u0010W1!bB\\\u0011WUCu\u000fqE\\\u0011W\u0135\u0006q\"Zf\u0015W\u0005z\u6d51Z@wMk'\u0006q\u001d\u0005M\u0016W ]p3\u02d0`q-49\u0135E\u0019dc8=\u0015qm\u000b@\\\u0144\tqE\\\u0011W\u000f\u0011q>\u0015qE\\\u0011\u05e6\u001a\u001akW\\\u0003Qk\u0015)\u02a8\u0017 ^#=p+;-\/El53':is>m9\u0015q\u0019}{\u000fqE\\\u0002\u0010W1!bB\\\u0011WUCu\u000fqE\\\u0011W\u0135\u0006q\"Z\u0015We5\u0013W-U\\kB\\;1(h*tB\\\u0016[\u0135\\TfUyQC*\u04d6\u0011W\u0737\u0010W\u0135-\u0000q\u0015\u0013*&\u0015qE\\>D\\\u0010W\u0015qE\\j\u0010Wk,\u06afe^qU?7q)\u0228V`\u0015WM\u0019\u0011\u05c7\u0018u\u00144Y\\F\\V*G\u0001vR(Sko?Tg8=\u0015qm\u000b@\\\u0144\tqE\\\u0011W\u000f\u0011q>\u0015qE\\\u0011\u05e6\u001a\u001akW\\5:*A5!\u0018u\u00144Y\\6\u0007\u2ab4YY8zVIY\u06ad,yK\u0019zdc8=\u0015qm\u000b@\\\u0144\tqE\\\u0011W\u000f\u0011q>\u0015qE\\\u0011\u05e6\u001a\u001akW\\EsAVq\u000f\tq \u2a94;\u0010We#}Z%U^\u000f0\u0012W\u06aeHyw$q\ndc8=\u0015qm\u000b@\\\u0144\tqE\\\u0011W\u000f\u0011q>\u0015qE\\\u0011\u05e6\u001a\u001akW\\Mw\u001ct\n\u0005\u0004y\u05c4vb\u0010QdqU\b{\\[p+\u0339r'E\\\u02eaY\u0135e!wiTg8=\u0015qm\u000b@\\\u0144\tqE\\\u0011W\u000f\u0011q>\u0015qE\\\u0011\u05e6\u001a\u001akW\\\u054ft\u001cTk\u0015W \u0010N\f:\n,\u001e\u0003\b\u0015|(w\u03c2I\/\u2c8aJm\u000b\fm\u0248p{+\u0016\tq\u0015\u0013\u22b8\"R\u001f\"|+\u22b8\"M55\u0016q2j>:*A5!\u0018u\u00144U\\3e[\u0005f#X\\+.M\u001322\u000b\u0580zDk8=\u0015qm\u000b@\\\u0144\tqE\\\u0011W\u000f\u0011q>\u0015qE\\\u0011\u05e6\u001a\u001akU\\\u0015d\ua65aFj\u0001A5!\u0018u\u00144Y\\\/\u0007\u0708\u0175ZTE\\\u0017\u0019k\u0014b\u000eq,+)-'#\u001e\u00f9o!k[\u0000*&UL+\u22b8J}!+\u22b86 X\u0135_\u02fc\u001aj^NQF\u00106\u0006q\u001d\u0005M\u0016W\u049c{\\G\u069d\u0016q-\u0016Y\n!yT\u0016!o\"j\u02e9p{+\u0016\tq\u0015\u0013\u22b8\"R\u001f\"|+\u22b8\"M55\u0016q2*jy\u001f]\u0013\u0689A\\GAUyL{\\;V.Je5\u0016Y\u0709:M\\cTwFdc8=\u0015qm\u000b@\\\u0144\tqE\\\u0011W\u000f\u0011q>\u0015qE\\\u0011\u05e6\u001a\u001akW\\Mw\u001c{\u001cRU\\\u0015B\\\u0018u\u00144Y\\\u001e.pq\u04a8n`&iE\u0019zTg8=\u0015qm\u000b@\\\u0144\tqE\\\u0011W\u000f\u0011q>\u0015qE\\\u0011\u05e6\u001a\u001akW\\58:\u0014d\f\b\tq F\rq[\u001cU_\u038a2\u0014\u0017(ee\tAf\u0456\u0011W\u0737\u0010W\u0135-\u0000q\u0015\u0013*&\u0015qE\\>D\\\u0010W\u0015qE\\j\u0010Wk,\u06afe^q^}uP-U\\kB\\;1(h*w\u000eUi\u0173\u0016\u05eaL\u0016e5I\"_h\"I\"=>m9\u0019q\u0018}{\u000fqE\\\u0002\u0010W1!bB\\\u0011WUCu\u000fqE\\\u0011W\u0135\u0006q\"Z\u0015W72Uk\u0015W \u0010N\f:\n,Jk\u0007\u0285zJ5$Erh[NE\\}sC\\\u0011\u05f6\u0000UL\u0010W\u0015q\u0010q\u001dC\\\u0011W\u0015qmA\\kyUcN! \u0010N\f:\n,{\u0002x@\u0007\u02a4T5M,>7I\\\u04f88\u001eWz\f\u7fbd\"m\u0001\u0010W1!+*!:\u0387\"+TZc\u0011~-y\ufb83j\u000fZU*\u0283\u01c8k\u001b&qk\u0007E\u0015V(x4oUTs2-\">\u00f9o!k[\u0000*&UL+\u22b8J}!+\u22b86 X\u0135_\u02ec\u0007Fj\u0001A5!\u0018u\u00144U\\s1yq\ud09bYAk(u\u001cZUVr\f}r21\u001e\u22b8\u0005 bB\\\u0144\"\u05078\u001f\u22b8\"kS\rjE\\+!\u000f\u0001\u0015XQ\/\u0135A\\GAUy\u001dq[Z)kY*eQ\u001cG[NE\\}sC\\\u0011\u05f6\u0000UL\u0010W\u0015q\u0010q\u001dC\\\u0011W\u0015qmA\\kyU]4wOk\u0015W \u0010N\f:\n,n\u0015B\\{U #Tzy)\t\u0011Wz\f\u7fbd\"m\u0001\u0010W1!+*!:\u0387\"+TZc\u0011~-\udaea\udefah\u061f9\u00022*(1(h*]=\u0010W,ylV\u06c0l\u26a7Y#L\u0014\u031cd\u06be&-\">\u00f9o!k[\u0000*&UL+\u22b8J}!+\u22b86 X\u0135_\u02fc.D\u0180\u0000eD\\\u001fb\u0010QdqU\b\u0011q\ud01bYF?no\u0011bQ\u0016U4,A}3i\u0248p{+\u0016\tq\u0015\u0013\u22b8\"R\u001f\"|+\u22b8\"M55\u0016q2j76uOk\u0015W \u0010N\f:\n,\n!V\u000e\u00026q,3f\u0010\u001cXL\u0002Cr*3\u001e\u22b8\u0005 bB\\\u0144\"\u05078\u001f\u22b8\"kS\rjE\\+2kZ^\u0007y\u05c4vb\u0010QdqUE\\;V-\n&_VE\u0019\b&kY\u04bf\u00033h\u0248p{+\u0016\tq\u0015\u0013\u22b8\"R\u001f\"|+\u22b8\"M55\u0016q2)uo\n\u0005\u0004y\u05c4vb\u0010QdqU\fu ^yke\u0004Z=cr-HN!2.L%\u0436\fz\f\u7fbd\u0007Bm\u0001 W1A+*!:\u0007B+T\u0003Zc!~-}.iy\u001f]\u0013\u0689\\GAUksH|Z[\\$2'sY\u00026Br*3\u001e\n\u0005@b\\\u0004B\u05078\u001f\nBkS\rj\\K\u00e4]Z?\u023b&\u0235\u0013\u0003k\uc678\u02f5'nT\u000bVQV\u0014|m9\u0019r\u0018}{\u000fr\\\u0002 W1Ab\\!WUCu\u000fr\\!W\u0235\u0006rBZf%WEz\u6d59Z@wMk'\u0006r\u001d\u0005M&WUr[\u0019=\u0017q4r\u0016YG[N\\}s\u0783\\!\u05f6\u0000UL W\u0015r\u0010r\u001d\\!W\u0015rm\\ky5@\u0019\u057cVr\u008c}Am\f:\nL9wv._EV4\u001b2Z)\rFe\u001eeJ\u0006h\u0456!W\u0737 W\u0235-\u0000r\u0015\u0013*&\u0015r\\>\\ W\u0015r\\j Wk,\u06afe^rUV#=rZ?\u023b&\u0235\u0013\u0003&BkW\u07228U7\"bTfa9\u0003\u0017qk;\u0436\fz\f\u7fbd\u0007Bm\u0001 W1A+*!:\u0007B+T\u0003Zc!~-\udb0a\udef6\u0010B9\u0002+*\u00051(h2*]= WX\\kp*X\\#s^V\u001b`'k\u0015Ge\u0015\">m9\u0011q\u001a}{\u000fqE\\\u0002\u0010W1!bB\\\u0011WUCu\u000fqE\\\u0011W\u0135\u0006q\"Z\u0015W'\u001d\u0007\u0001A5!\u0018u\u00144Y\\\u0768MV%9[52\u0000;\\$'r*3\u001e\n\u0005@b\\\u0004B\u05078\u001f\nBkS\rj\\K:GZ^+\u0007y\u0004vb QdrU,\u0010r[\u001c\u0017\u000b\u0002ZUiR;\\b\u0234Mh[N\\=s\u0783\\!\u05f6\u0000UL W\u0015r\u0010r\u001d\\!W\u0015rm\\kyUO\u0003Z^+\u0007y\u0004vb QdrU\u001dgMe\\\u000b\u0003\u001aUZjaS5E\u0012<\u001a\u04d6!W\u0737 W\u0235-\u0000r\u0015\u0013*&\u0015r\\>\\ W\u0015r\\j Wk,\u06afe^rU\u05c1)\u0016\u0010]\u0013\u0689\\GAUk\u0013r[V*o\\9\u001919\u0235jM\u0436\n\f\u7fbd\u0007Bm\u0001 W1A+*!:\u0007B+T\u0003Zc!~-\u000ejy\u001f]\u0013\u0689\\GAUy\u001dr[\b~@\u0012\/L\ubd30)D9\ty4\u07a7-'C\u001e\u00f9oAk[\u0000*&UL+\nJ}\bA+\n6@X\u0235_\u02fc\u4abe\u0003Z^+\u0007y\u0004vb QTrUvkkG8E\u001c)\u001c\"f\u000erM\"N[m9\u0015r\u0019}{\u000fr\\\u0002 W1Ab\\!WUCu\u000fr\\!W\u0235\u0006rBZf%Wu$;\u0525\u6d59Z@wMk'\u0006r\u001d\u0005M&WP!\u05de1i-\u00022\\*eh[N\\=s\u0783\\!\u05f6\u0000UL W\u0015r\u0010r\u001d\\!W\u0015rm\\ky5@\u0019\u057cVr\u008c}Am\f:\nL\u0005\u000eU\u0015YkEvH\\8d\n|P\u000fm9\u0019q\u0018}{\u000fqE\\\u0002\u0010W1!bB\\\u0011WUCu\u000fqE\\\u0011W\u0135\u0006q\"Z\u0015W6jy\u001f]\u0013\u0689A\\GAU\u001a&W%s&4X\u0017BY%\u06ce&kjU\u0010zTg8=\u0015rm\u000b\\\u0004\tr\\!W\u000f!q>\u0015r\\!\u05e6\u001a\u001a\u000bk\\p\u0017B\u0017!\u0015XU,\u0235\\GAU!*\u0017\u00065fT\uac50k\u0015B\u0235LE\u0015*W\fz\f\u7fbd\u0007Bm\u0001 W1A+*!:\u0007B+T\u0003Zc!~-\u000eNQ\u0180 N\f:\nL\ud5fc\u02b5+nU\u07ae:\",*\u0424v\nf*JJA\u0436\fz\f\u7fbd\u0007Bm\u0001 W1A+*!:\u0007B+T\u0003Zc!~-hh\u0007BXUJgy 6\u0006r\u001d\u0005M&We\u0002=q#e\u0016r(xkfU\u0019\u0005G[N\\}s\u0783\\!\u05f6\u0000UL W\u0015r\u0010r\u001d\\!W\u0015rm\\kyUO\u0003SL- \u023b&\u0235\u0013\u0003&b|=\u000bny\u0011*\u05ec2g\u06a7k\u0019dc8=\u0015qm\u000b@\\\u0144\tqE\\\u0011W\u000f\u0011q>\u0015qE\\\u0011\u05e6\u001a\u001akW\\\u06d4:\u000e\u0004e\u0015W\u0002*1(h*\u001d\u0001x\u0011kd\u001dY\u0000%\u0006IGf\u0014\u0725\u04d6\u0011W\u0737\u0010W\u0135-\u0000q\u0015\u0013*&\u0015qE\\>D\\\u0010W\u0015qE\\j\u0010Wk,\u06afeVqU\u0751.5\u0002kB\\;1(h*k\u0005\u0017>gr\u016dJMBYs\u46a7Y\u001c\u0015\u068bOBr*3\u001e\n\u0005@b\\\u0004B\u05078\u001f\nBkS\rj\\K\u0001\u02a8\u6d52\u0014f\u000brmc QdrUn\u001cYk\u0016e\u001e~kQ\u0015Y9]E]m9\u0019r\u0018}{\u000fr\\\u0002 W1Ab\\!WUCu\u000fr\\!W\u0235\u0006rBZ%Wu\u0701P-\\k\\;1(h2*8$W\u0019\u03da\\\\w\u0016fe\u0013N!\u05e2^\/\u0017\u0004\u000bm\u0250p{+\u0016\u0000\tr\u0015\u0013\nBR\u001fB|+\nBM55\u0016r2\/\u000ez\/C*2k\u001b\u0003&Cru?\u0275\u0016kr-$]he!$_\u0001:\u0007U\u0014\u001a\ub176Tg8=\u0015rm\u000b\\\u0004\tr\\!W\u000f!q>\u0015r\\!\u05e6\u001a\u001a\u000bk\\\u000ft Tk%W N\f:\nL\u0790\\Yk\u0012su,Z\u001f<\n-lU\u0011!i\u0248p{+\u0016\tq\u0015\u0013\u22b8\"R\u001f\"|+\u22b8\"M55\u0016q2\u6383jy\u001f]\u0013\u0689A\\GASU5\r5QI5*\u0012e#sM\\9v\u0013\bPCz\r\u7fbdbm\u00010W1a+*!:\u0387b+TZc1~-6\u001a}VS3[1 \u02bf.\u0735\u00137v]pW\u0015w]jpWk,\u06afefw\rpF=]P_k\u001br\u0003\u0007\u0016\u049c\u0007YGpkY\u0007\u00109h\u0278p{+\u0016\tw\u0015\u0013\ue2bbR\u001f|+\ue2bbM55\u0016w2*\u02d1j\u001f_\u0017\u0689]GAUyn~\u8ba7|Yggy{\u0006(dw|dir21\u001e\ue2bb\u0005b]\u0144\u2bb8\u05078\u001f\ue2bb\u2bb8kS\rj]Jg*x\u000e\u0ba35cn\\\u001dkl\u001a\ua9f8&kv\u000e\fm\u02e9p{+\u0016\tw\u0015\u0013\ue2bbR\u001f|+\ue2bbM55\u0016w2oZ$h\f\u000bw\u0ba3\re\u0015w]q\u05e6\u001a\u001ak]5YQu\u1b9d\u0018u\u00144]\u000e5=ewM$W_:v\u05ec(Bi4w5\u0007B;wYdc8=\u0015wm\u000b]\u0144\tw]qW\u000fqq>\u0015w]q\u05e6\u001a\u001ak],T{u]*\u000bw\u0ba3lw}I\u03da]L\"1\u0016e\\\u0014\u0016=]4N\u057bCr21\u001e\n\u0005b]\u0004\u00ae\u05078\u001f\n\u00aekS\rj=$\u0017V\u00153Ym'\u07dd\u0019?7AkD!^9\u066fln_.uE\u001e\u001f6\u001c\u5adbZn^}|nL7jfO\u001d\u0129\u0011V*Y\fh\u000f^Y]u\/\/.-fsuVA[&{l\u02d0\u0016,\u06df7__lQqo__m>yAE\u001el6q\u00037iXO\u0002p\u03fa\u0012p?uqOj9'{N=I\u001e\u07e4N|R'$'Vx==.9y?<\ub7een\u05b7m.\u001ch\u0017nhv7Xto\u06cd\u0003\u0013\u0007&y\u0015w`*OO~gOt>z\u0014asutZ|vL&*M\u02df\u05ffon\u016d\u0187Lxu\u001f:89l:\u0019re*Th~F~\u39bdL?mu}n\/8\b]etgG8\u0300\u0776}|\u001c\u001e\u0536\u0763{\u0006*U\u0259@{\\G:q\u001d{\ua1cfW6_\u4ec0\u001e=\ubecai\nG\u0012\u04d8^sy\u000f{Gh\u001f\u031ez7~s{}nhQ?m\u0017e+\u055d$\u001d)\u02c5&a.Er'w!\u0371Q:2C]\u0013t8O\u001f~[}f\u0012\b\u0017D?3\\dW\u0017Wb\u02da<6<\u0587n\\BDsG=3so'].qbg7s\u000ew\\}Ua\/L\u47ef\/\u00dcCO#\u04ec\u00145K\u000fu0sx4g\fS,\tnuz\u0012z_\u0013UU\/*T\u05cca\u0017GEOwWn\u01fd{G*\u001d08\uf44aCEt#\u0754amz\u000boIqQd#\u04d0}~oC\u0000S\u042fO~jS9ws#yf\u001b\u067e~WHz~j9ao?)|0)sna$:o?9GY,g\u0005|n~tw}>y\u033f]H|\ue31ey{7\u065c''p\n>\/?\u50f9|\u0001p||\u0000.L\u001b\t\/\u05dfy-\u0393Ct\u0011cgrLZu_~|2L~l\u0013tEg.w\u001f];)\u02e7'z\\!cA\u071bS^-3\u07f7VN\u001e>\u001b]YlN>WwOx+3`{(fgqw3\u001ehB\u001f\u001a8\u000f0\u000fEOgBuYQ{\/\u0691O=cmt9R\u001f\u001a8\u000f0\u000f-AOgb\/77\u079f~_\\\u0003\u0018ql@1H5G&\u0019X\u000b\u0005\u001e'\u001f>nA?\fzyA\u0005f8Ic\u0005h?\u0015`0*\u000fS)b*\r\bS\u07b2T\/g*\tS~[e\u0014f\u0001h\u0016z@C:x\u0207vE}\fi\u0170aZ\u00069ns\u05c4\u000bn_Ed_\u001c\u0006\"\u001f\u0013\u06dbC\u0355e\\\u000e0.gw\u017fV\u000b\u001d\"\u001dc\u000eX\u001dx4(M\u0547\f18CS\u000f;\u0018034(WT\u05cf_>ssy}8v\u00026kz\u047a`f4Mw7hBZP{K\u001d\u001fn[~|^]\u02e7Ke\u00fc2;g\u0017~ev?_z\u039a\"wsGf#ow\u000e;s\u001eh\n?7)|\u0017?)1=77wO\u068drgL=9,\u038a~sV,_z\rrgSpw6tnc\u001b{3?\u00078\t{?O\u001d.\u001fqf~VS;?W\n5\u03e9{?\u017f>rn^|\\Y^y'V.\u0015|X_\u0017W\f6\u0017w^^\u0347?{\u04ee\u000fC^^.4\u0004fa\u001dQ\u001bjS]\u0017c\u0666\\]6\rgy_Y(\u001d%|wwMU\u001ey}\u03eb:w\u001dK\u0016E\u07ddqX\u0011\u001bVv\u0001\u001d%;t\/va{<\u076eN7h|)m\u0567\u06fbY}lv=]Vw{z3'fFgub__]~\u001f\u0017~^\u0014hu12m\u07ec?^F+^\\^]\u0019\u0396[O~__J\u04cd>3\fsuuZ\f\u035b\u02db\u02dbm\bZ\u001c\u1bfe\\\\ny\u0019\u02454{p.4\u001b}\u07f9K\u0004{[)L_6kOAQ^\u075cK\u018aqwoq~l7\u001f!y?w\u01cds\u0018\u0005m>Y\u0012\u001d\uefda7\/W\u001bw\u0015A?xj\u0006\/7^V;\u0434\u001dV\u001e[9\u0004\u0339k[9n\u000f$`5g9m\u001co\/W\u0017?hj\u000er2]\u072dh\u0123)\u0010Ae,[5\u04ff}A,C\u001b\u0010}^*,\u0016\u0387R:Q=\u0004?,\u0010l{\"f<$N4\u001e\u0018O\u000b28MBm=1\u07d9#.lsV\u000bq\u000eWY5mqmO!{\u001bR\u0286P\u076ccN}.O&TfN\u02f8)q44yVo(1\u001dU!&m!L\bVNZ\u01ec\\~|y\u0006\u02a5o\u000b|\u000eoW7WX_)2\u001b\u0013<\/\\\";\/\u001e8WC\u0362H+\u07c3NdZM.;Q.\nKGC:\u001f}'pY~r'Q>M'Nf\u064eg{JC\u07b3\u0012fcn.\\~I^RK\u001dt{\u0010{>\nJvtV\u000f>>kWOz@yH(|?mSX\/\u0354{gZ\u04f4\/\u000b\u0014\u000b0M=1>_\u0015(\t\u0018\u0002FuZO\u073f.(uJ7FQ\u0001g<7|%o6w\u001b^\u0015v\t(`*MC\u0002\u0493tm&\u0013]7(\u001f\u5bbfw\u8e91d\t6Vs+Is'I\u0015;Fs+4\u001e(%\ua93cOx$Ht\u001cO\u0012\t\u0017Euz._&\u000b\u00079EE\u0014\u047d%.G\u001aM%DH\u0010J\u0016W\u0014o\u0018\u001cr\u000fr\u0529\u001a\u0013FmOx1f\u0006|Z\u001ed6\u001f\u00134V'\u0006\\]Yt*Hr\u0017*F\u00187y>p|\r'w0\u001eNhen._]]_>I\u025b8q}a~\u001es\u001cIy\u0002kg2\/^TM\u0012\u0203Gy[\u04c74\ua73d#\n\u000b|\u06a3=t+\u074d_\u001e\u056dZNp\u001e\u02f3tigx(Zx\u05bd%=mOxqHE|\u001bc+\\\u0016:\u0016\u0003U.y#\\|zgQh%xUO{U\u00117Wbg:OX\u038di\u001e\u0017{.?\u072do\u059b\u000f\u03eb\u001b\u0016|\u0013qqV;\u001d\u000f3_\u0006xqb70zM\u047c\u035f\u001f.]Yn\u000f[\u028fi_z}e\\%\u03a1\u000fal{\u0006g7l>]Sw\uf9a9\u0012^*KLo\"xqL\u001a\u0016j3}\/RYjy,'stD7\u0013iLf2Hk*\tseT\u0010*\u021f\u001fC?\u02dfn.4\u05e0M\u0714v}-Y8i..\u001f$Y+S._\/Yu)T0ZI_R?|m\u001bo-\uea1byiw?c\u0016D~aA\f\u0015\u0017w{WL\u001b4G-k\u0017\u0003F_s\f[T\r\u0006Z$Q\u001eE\u0015\u0018x\u000f'y\u000b;D)]S\u0019]f}\u0017!Jg\u0005%YiY%Q\u000f\u000e\u06254\u000fwfy\u001fq\u0013\u0010\u021aT\"s\r\/w\u001f6\u001bq\u0016\u0618\t\u044bN\u0002:7\u0017\u0001M7 h3z'\u001ad]s\b{x='\r\u0579X\u001e@D_$Te*\u04ff.\u0017Z[=\u0017\u0013\u0017\u02cfZ~s}%~^:>Eo^oE<\u0293\u0016iH2^e.\"sujJ\u06fd7\u0016U6W,~kj]K~^\u0274\u07fd~x+YTU\u001aU\u000fmKb]*\u009bEIih#\bR\u0001@S1)h*!h:h\th\nJ\u0000MA6\u00164\u0005M-CToCZ^+\u0007y\u0004@Qd4U6\u0004M\u0007-\u0001MA^\t)h\u0182%{ BnJk3 @^\u0010h:\n\u0686\u0007,RitYE3\u0013\u05231}K5\u0005h:\u0011\u0004MAS\u0000TH@S\u00144\u00104\u001d\u00044\u0005M{%i\u001b\u000bh\u001aj^+NqB%\b4\u0005hlxN\u0015O9}\u0004AST*\u00004\u0015\u0012h*&\u00144\u0005M>\u0004M\u0007-\u0001MA^\t)h\u0182%{(\u000f[v(SkES @^\u0010h:\n\u0286\u00076QUD*\u0011VIV\u000f0MBSw9\u0002\u0006>)h*\u0015\u0000\n\t4\u0015\u0013h\nR\u001fi\u0004\u00144mcAS\u0512=\u0014M\u036cKZ^+\u0007y\u0004@Qd4U6\rzcW\u00114s\bT\u0000h*$TL)h\nJ}\b\u000eZ\u0002\u0012@S\u0434\u0005MASKP4U\u001dZ?\u023b&\u0434\u0017\u0004&\u1066$8TME,RGMaSo\u001bP\u0000N\u001fE\u0014:\nN\u0004\t:NS\u000fAKSW\u0002t\n)tj\u001eJvuAs\u0005\u0004y\u0004Qd:U\u0285N9n\u03b5i^h`9N\f\u0004hg*B}\"t\nJ\u0005@BN\u0004B\u0429\u0507%)t+\u0001:NX\u0014:d\u000fSmu\u001dZ?\u023b&\u0017\u0004&\u04e9A\u0007$B\n\u0015EQ\u0011k7NS\u000e\bzix\bBR\u0001\u0429S1A)t*!t:h\tt\nJN6\u0016:N-C\nS-NkN{A(h2*\u001b\u001etz~Mb6:\u0373P>\u0019\tB\f4QNS\u0000TH\u0429S\u0014:\u0010:\u001d\u0004:N{%@i\u001b\u000bBt\u0005\u001f\u0002*\u0458R\u0013t\u000bNGAST{\u0011'tz~PVQ\u001a~l\u0591\u001c:h\u0380L@\u0003c\u0014ST*\u0000:\u0015\u0012t*&\u0014:N>N\u0007-N^\t)tB\u0429%{(w^u@{\t\u001cRN\u0660n\u0010t:\nL\u0286\u0007\u000f@VY\u0003qUfS\f,t\u0017N\u0007-N^\t)tB\u0429%{ JiJk \uf6a0^\u0010t:\nJ\u0686\u0007\u001fcs\u001f|itDy4&?\t:\r;}\u0014ST*\u0000:\u0015\u0012t*&\u0014:N>N\u0007-N^\t)tB\u0429%{(\u0006hJSP\u0000\rt\rNGAT9\/O:\u02e4x`\u07e39\u00033\u0001A:zt\u001aw(B\u0429T\u0000t*$TL)t\nJ}\b\u000eZ\u0002B\u0012S\u8d0dNSKP:U\u001e\ua026JA5A t\u00144N\r\u000f:bQT\u000b7Y\u8d08$R~$:hN\u0000}w\u0012t\u001aw(B\u0429T\u0000t*$TL)t\nJ}\b\u000eZ\u0002B\u0012S\u8d0dNSKP:\u0556]^\u0002T`S\u0005en\u0010t:\nL\u0286\u0007Y\u0007\/qMS9\u00033\u0001\u0019\u000fO;}\u0014ST*\u0000:\u0015\u0012t*&\u0014:N>N\u0007-N^\t)tB\u0429%{(\u000f^v@SkS \uf6a0^\u0010t:\nL\u0286\u0007Y\b+@\u000bVBzs\u0006Wf\u0004N;QNS\u0000TH\u0429S\u0014:\u0010:\u001d\u0004:N{%@i\u001b\u000bBtmf]Z?\u023b&\u0017\u0004&\u04e9A|Yv\u001bk9>\u0013\u045c\u0001\u0002:w(B\u0429T\u0000t*$TL)t\nJ}\b\u000eZ\u0002B\u0012S\u8d0dNSKP:Uv\u000b=:Z?\u023b&\u0017\u0004&\u04e9A|VYN*O\u001b{\u0469\u079c\u0001\u0000u:QNS\u0000TH\u0429S\u0014:\u0010:\u001d\u0004:N{%@i\u001b\u000bBtiW\u00174X@wMi\/\b:\u001d\u0005MS\\tK$NujVq2]\u001e_\u001dN'>)t*\u0015\u0000\n\t:\u0015\u0013t\nBR\u001fB@i\u0004\u0014:mcS\u0512=NU>\u8026JA5A t\u00144N\r\u000f:3,\f'\u04a9\u079c\u0001qN>)t*\u0015\u0000\n\t:\u0015\u0013t\nBR\u001fB@i\u0004\u0014:mcS\u0512=N5s\u00174V:\u000f\t:\u0005Atlx$\u0016I:5,]OszW\u0007\t:w(B\u0429T\u0000t*$TL)t\nJ}\b\u000eZ\u0002B\u0012S\u8d0dNSK@:\u0003hLk \uf6a0^\u0010t:\nJ\u0686\u0007YWc\u049c+Fzs\u0006gV-\u04e0G\u0011:N\u0002S!AbNSTCt\u0012\u0014:\u0000Bm,t\nZi\u0016j{\u0004;NB&\u0017\u0004&\u04e9r#%t3hQEg(Y:hNL@\u0011i}\"t\nJ\u0005@BN\u0004B\u0429\u0507%)t+\u0001:NX\u0014:d\u000fSmY\u0005M%pH\u0005V:UP\u0006:\u0006Atlx=I\u0735i,=7NS9\u00033\u0001v=\u0011:\r;}\u0014ST*\u0000:\u0015\u0012t*&\u0014:N>N\u0007-N^\t)tB\u0429%{(w\u000fu@SkS \uf6a0^\u0010t:\nL\u0286\u0007L\"(4N8N=?\u0013PF\u9d3eG\u0011:N\u0002S!AbNSTCt\u0012\u0014:\u0000Bm,t\nZ\u04a9\u0007\u001dZ?\u023b&\u0017\u0004&\u04e9A|Wr\u0469Y^fJ\u0017OS9\u0003+\u0016D44QNS\u0000TH\u0429S\u0014:\u0010:\u001d\u0004:N{%@i\u001b\u000bBt~\u0003Z^+\u0007y\u0004Qd:U6)t*\u0015\u0000\n\t:\u0015\u0013t\nBR\u001fB@i\u0004\u0014:mcS\u0512=N\u0000\u001aSd, \u023b&\u0017\u0004\u04a9A;\u0016e\u0018vLY\u001cu\u045c>\"\nyix\bBR\u0001\u0429S1A)t*!t:h\tt\nJN6\u0016:N-C4@\u000b\u057cV:J\u0010t\u000bNGAT{>3\u02c2}`bQ*\u0007\u0389t7gY-~\u001at\u001aw(B\u0429T\u0000t*$TL)t\nJ}\b\u000eZ\u0002B\u0012S\u8d0dNSKP:]Z?\u023b&\u0017\u0004&\u04e9A;\u0017E\\\u0005?GU(\u0004$)\u000fO;}\u0014ST*\u0000:\u0015\u0012t*&\u0014:N>N\u0007-N^\t)tB\u0429%{(|\u0001M%pH\u0005V:U\u0787\bvQd:U6<\u03f2\u0314j,tjV\u0001\uaf6aTo\u0380ZhO\b\u0006>)t*\u0015\u0000\n\t:\u0015\u0013t\nBR\u001fB@i\u0004\u0014:mcS\u0512=Nq\uc0a6JA5A t\u00144N\r\u000f:\u0759D4N(r\u0006:hN\n:w(B\u0429T\u0000t*$TL)t\nJ}\b\u000eZ\u0002B\u0012S\u8d0dNSKP:U\u001f\uc026JA5A t\u00144N\r\u000f:\u00181It7g& S\/\u001b\u0006\u0006>)t*\u0015\u0000\n\t:\u0015\u0013t\nBR\u001fB@i\u0004\u0014:mcS\u0512=N;:\u04a9wMi\/\b:\u001d\u0005MSe\u00c3NE]U\u0429\u079c\u0001N>)t*\u0015\u0000\n\t:\u0015\u0013t\nBR\u001fB@i\u0004\u0014:mcS\u0512=N5s\u00174X@wMi\/\b:\u001d\u0005MS\\tg\u0012e\u0012eb1iKMS\u0004\u0010{t\u001aw(B\u0429T\u0000t*$TL)t\nJ}\b\u000eZ\u0002B\u0012S\u8d0dNSKP:UY\u0001M-NkN{A(h2*\u001b\u001etzgetjd\u0469\u079c\u0001Q\u001aAN\u001fE\u0014:\nN\u0004\t:NS\u000fAKSW\u0002t\n)tj\u001eJU\u0000jyt\u001f]\u0013t\u000bNGAT\u04ddIT9\u000f*M\\Q\u05239}3\u0001EC\u03d7NN\u001fE\u0014:\nN\u0004\t:NS\u000fAKSW\u0002t\n)tj\u001eHe\u0000\u0017P\u0194^\u0010t:\nJ\nvP\u001exiVT\u071eFzsFWdt?\r:\r;}\u0014ST*\u0000:\u0015\u0012t*&\u0014:N>N\u0007-N^\t)tB\u0429%{(w^u@SkS \uf6a0^\u0010t:\nL\u0286\u0007)\u0016q(1&fj}0N}:\u0005:w(B\u0429T\u0000t*$TL)t\nJ}\b\u000eZ\u0002B\u0012S\u8d0dNSKP:\u0556]^\u0002T`SQ`\u001b\u0004&\u04e9A|VTYTc*.3uTo\u0380L@\u0012\n\u0006>)t*\u0015\u0000\n\t:\u0015\u0013t\nBR\u001fB@i\u0004\u0014:mcS\u0512=N;:\u04a9wMi\/\b:\u001d\u0005MSe\u00c3Nw\u0014Q\\\u0016b1Fi3|&\u02a79}\u0003\u0010{t\u001aw(B\u0429T\u0000t*$TL)t\nJ}\b\u000eZ\u0002B\u0012S\u8d0dNSKP:6.hjyt\u001f]\u0013t\u000bNGAT{>+T,N\\OD&\u04a9\u079c\u0001\u0003lg>)t*\u0015\u0000\n\t:\u0015\u0013t\nBR\u001fB@i\u0004\u0014:mcS\u0512=N%p\u00074V:\u000f\t:\u0005Atlx\"\u02c5\u0011iTr\u05e9Gsg\u0002I\u0011t:QNS\u0000TH\u0429S\u0014:\u0010:\u001d\u0004:N{%@i\u001b\u000bBtiW\u00174X@wMi\/\b:\u001d\u0005MS\\\u03ca\b46khDy4gEQr\u013eG\u0011:N\u0002S!AbNSTCt\u0012\u0014:\u0000Bm,t\nZ\u04a9\u000ehjyt\u001f]\u0013t\u000bNGAT9ER+o7\u0018i\u05ab\u0019\u05239}Kb\u001eNNN\u001fE\u0014:\nN\u0004\t:NS\u000fAKSW\u0002t\n)tj\u001eJA\u04a9wMi\/\b:\u001d\u0005MSe\u00c3Ns6:Uit7g&\ngL}\"t\nJ\u0005@BN\u0004B\u0429\u0507%)t+\u0001:NX\u0014:d\u000f*\u053c6\u0019\u000b\b\t:\u0005Atmx\"Aq1I\u0015gsu\u045c>\u0001E\b=_:\r;}\u0014ST*\u0000:\u0015\u0012t*&\u0014:N>N\u0007-N^\t)tB\u0429%{(\u0006hJSP\tN{A(h2*\u001b\u001etzgEjX49>\u0013\u045c\u0001\u0015Y\u0016q\u9d3eG\u0011:N\u0002S!AbNSTCt\u0012\u0014:\u0000Bm,t\nZ\u04a9\u000ehjyt\u001f]\u0013t\u000bNGAT9E\u0016Bq1fILS\u000eB>u|4QNS\u0000TH\u0429S\u0014:\u0010:\u001d\u0004:N{%@i\u001b\u000bBt-k\u0004\u000eJ\u02b7n\u0010t:\nL\u0286\u0007Y}T\u02a2Rr\"\u0019_a\u0016|&jZ\bBR\u0001\u0429S1A)t*!t:h\tt\nJN6\u0016:N-CT\u000ehjyt\u001f]\u0013t\u000bNGATsEaR(fu4:hNL@\u0019G\u0011:N\u0002S!AbNSTCt\u0012\u0014:\u0000Bm,t\nZ\u04a9uASkS \uf6a0^\u0010t:\nL\u0286\u0007\u079fSdf\u0268\u0722k\u04fc*YTo\u0380J\u0517\u0006\u0006>)t*\u0015\u0000\n\t:\u0015\u0013t\nBR\u001fB@i\u0004\u0014:mcS\u0512=N;:\u04a9wMi\/\b:\u001d\u0005MSe\u00c3Nw\u0014~\u001c,tZDU\u001ak?N=?\u0013\u0010%U\u0015\u001f\u0341*v\u04e84'\u05f7&\u0269\u0798e)= rJ\u0005 BBN\u0144\"\u0229\u0507%)r+\u00019ENX\u00149d\u000fSm;i]N*r<\u038bvQt9uo=L$e~i(q\u0016F\tr\u0458~\u00144\u0011DNS\u0000TH\u0229S\u00149\u00109\u001d\u00049EN{% i\u001b\"r9I\n\u0003BN{A(h*\u0005#;\u0339y=I\u0014\u0015\fz4&=\u0013zc\u0004ST*\u00009\u0015\u0012r*&\u00149EN>DN\u0007-AN^\t)r\"\u0229%{kfjr\u001f_\u0017r\u000bBNGAT\u0749E.\u00d4EN\\\u0013Ir\u0458%ih\u0007G\u00109EN\u0002S!!bBNSTCt\u0012\u00149\ud540\"m,r\u0005ynL?lVfSywoM\u041asz+iWfb*\u001b}\u02f4m\u001d%\u0007\u0367vv8\u0007t\u01abW_6\u06d2cns\u06ac\u067e\uacc0J\/\u0003lv_VW~]\u02cbz\u000b\\]U\u001e^:\u001b2\u0005u}\u0017\u6012Q\u0017\u0017m\u6cdfo\u001eTfs\u001e78p\u00154)`\u000b[\/~\u000f\u772f9WW\u001cV>F5v\u03e92\u0549Oj\u075e\u0004\u060a\u001fo>\\9Z8O\u0353z\u001ff}1\f}MWnw\u06ccKV\u074890q`'\\tt\u00078>\u0003>]3Y\u0016?Qec6\u0019TiZ}}s+n\r3>d\u00ab\u0010\u0684\u000f'\u00145xs@'ag\u001arZ$V]Cm\u000e4dvl8+6}\u03eefn\u0010t^{b\u00155@`\u000e\u0002uI'U\u000eP\u001eS3**|\u0001s\u02ff~=\u0017\u0016\u06aawhj~F\u001f6\u001fmk9\u001dsg\udb59\ude6f\u001b\u001d+?nw7;oKY|U\t \u0779$_F~ys??9?q,@w\u001e9s\u001e@80<\u0181:89y;s\u001eh\u000e;\u0010<\u001cv\u00ce\u001cyiEY|l+L\u00e2\u04d8^syYQ3<\u018a:y\u011bDYQ\u000fv\u0673p^Fon\/\u000f\u0002|\u001b-H2l7?)\u02e5&.$%O\u048cctNQe&Q\"q,?$\u001a\u0011&a\/w0g\u00123\/\u07af\u01165ym2y\u000f\u000f\u001et. W~}s{y{g*4Y?\\^zNg#q>E ^^7\u02ba.v\u03a8\u001f6\u0596\u0776}\ubf87\u001f?\u0007-\u000b}o\u0017s`N\\n[0\u001dhU\u00184V}nOcOpxq\u001a\u001d\u061cW\u000b\u04a58|>,?\u077cOu^?'iWN9$>\u0569'a)Mbez&1\u02ced\u0016\u001f\u04d1\u001eJ&ao8JX`v~^\/\u0007rdx21\u001f&.gL\u044492N<'D9992NQ0{Y\u00073Gs0+;EV'\u0017}6\/O\u0004(\u001f6-7\u07bf;~6}_z9p^z\u001d\u0006\u0767\u001b}N\u000fk\u0003Ov\u079bK<\"+\u001e-uT\u03af3\u0003~W~UvW\u0013\u001f`\u001f]Om;np\u0016\u001c>\fwC\u05df\u050f\baR~1S\t|>_Os\u00193N\uab2a^TUU\u0016{\u0012n\u025d\u0013:[gL|\f_#}'6?\u0757\ua4f7\u07dcsJ.O#tM\u000fH\u0007c46!~|\u0296LOxM,fi3\u000f3\u054f\u078a\u04f57Y|?9?dj_\u001c\u0015r>\u0013~xg.Ot=g(\/\u0016gc'\u071b\u0013^EyiT^nNm\u0015Y\u001c\u07c76\u0349\tOte\u00069\u035dUO{_fv\t}|\u001f\/N#|]\u07b4uhXi'$yU#~^%LlY|\ub6eb\u055f\u001e}\t\"\r?\u0014\u0006G\u001cV\u00186W=\f\u001bVb\u056f\t\u06ef 4\u000f\u028c9\fE\u0018?&J7\u01c0+\u001f\u02f8\u001c`\\\u0396\u0017;F:\u01a8\u001dD:\u0006h\u0006Q\u000f\u0019b\u0006q\u001ev\u00101j\u00071a\u0010gha\u0007Q\u0018_62k9\u001f||}{_n6Y\u054b\u0005;59k\u056cF\u001f\u0007\u04c2kN?o7W_\u001d;>|Y.xz{x7_o,\u000fFKYSn\u001f~\f~\u0019m\u001b{:\u00078\t{?1';jVsO\u03ef\\#\u001f,o\u057aSky.OG|\u001fYZ\u00017l\u0005\u0731\u0015xVel\u03af}g\u0016|\u9f16\u000f\ubefb_=\u001fWiz-IY^lno?.\u001e\u0175yr\/~D=6W\u001b14\u001b;\u0563\u0614?\u0017w=\u0018@L\u0005+f\u001bSO\/7kv\re\u0002L\u019fn.^]Z(l\u001fmQwW\/{S\\9\u02eclbUO]^Wwb\b\u0015>\fi\/^[TB\u0376rZ?>{npy{?7\u03dfM\fFn[p\u0013e>?Mv)e>L'\\'\u0011K}~'db\u04f0=\\'_]\\V-EJ\u04099V\u07d9IuZ_\u076c>7\u0013\f>\uaf4e\u0004\u0007|?\b\u000f{Gko;v4;7+St\u0016S3C[Ngy]\/~_w8m\/zb\u001c7\n1\u050e,&ooVw+W>;K'\u0002v;u\u0006\u0007\u0003s\u015a\u001fs<\u000fR\u001f7\u001dR\u000f\u06c1>pgo\u000f\nh&|8l\u03c6\u0013QR\u0007.D~xS\u001dY\\~\u0016\u0000\u001ch\u06e5b\u0357\u000b4v\u0015\u000fsNn\u057d\"C;t<\u04c97\\\u07adl\ue6bb!_\u070dp Z~^[XVq>\u0012x>\"\bi[\u05b2ycos|i-N\u00849FEU\u055f\u001bK\u037c\/-\u0013DY&2ip[`\u001b|.\u001e_7p^2Zp\u001e:4\u0013t\fNS&ve\u0017+\u001f`z\tM~\u0015\t7=Dfs].\b?oglQ\/`\u02fb\u06de\u53dbk\u001fZ\u055f\u001fnL?n1\u045f\u0709?l\u0010b1s];D5\u0006xu\u0576\u0003\u001c\u0013\u0002d\u001c\u0017 PU_,{{kxfF_F\u001ceo\u0014\fXtk,\u001c]^d3H\u0003tl\u01cf\u001auw\u0005z\u0019o\u03097?n.\u05eeK{F;|Z[shP,X_z\u05cctW\u0010\u0004>,P`{F\u001a\u069d\u001a\u07e7\u0725\u0011pF\u001d\u001a\u0019.wg\u001fvK}\u0019we\u0004\u0753!\\F8;v%z1a\u0018\u001bz=>^\u0016\u0eaaP5B\u001d\u0fb6P\u0010.\/\u06f5\u0015}+gg>\u0017X\u00aey_f9;\u000brv6b\u0659:_1\ud251\u0005?\u001e\u0017O\/+3I`xa<2?z(=.\u039c\u03f8w&^99}l\u001b\u001bt0N`SgYC\u001fm)\u001eLQ~\u00043]fq\u001b\\~rOl\u001b\u054e:m\u06bd\u0005V,GJ\u02a6T\u0017V\u000b%kSuT\u001a\u0004lUJ\u0001=\u0273I~@zd)YOG7Q\u0007\u01dcB\u001erj{\u001anZ$iavG}\u0017]:\u000b8y\u001d0\n\u001eB\u000f\u049eE{\u0228L~:D\u0007)]S?o6w>s{r{n\u027au\u0000gS\u00154?d~($2-7py}JpgvQIZ\u077bOckRFU\u0707\/w\u001f6\u001bq\u0016\u0618e\u0017k\u001cg!\u0005pQ\u07c0W\u052bv=o#q{\u03abOv\u001bs@cEo^u&$E+\u0017f.\"sujJkreUy\u04b72ud[SkZJUkW]\u0262(<}h]K\u0015k\u0015ibzM\u001e}+r3\no\u001b}6-wDn\\o?4Co\u05ef<\u2eeagx].nW[DU] -'y9z*I^R\"\u04d1Q\"+I#CMNSvvu}\u06fa.^dm\u07f9F\u0016ElmTdI]{N=\u0002au\u0666\u07daac\u036f\"1L[o\u046bz(^-qoXSN6o.7z\u0006Gq]^x\uefbfwmo\u001e98(\u05259~eg\u001f\u001b_{(#\u03ba(kw\u0439\u0644z1a\u0007\n\u001cGZ_\u0003#~uG\u07ff^\u0011\u00f3=JxC~S>\u001dKR<8?\u063eEc\u0019\u0019s\u0017f\u0014Z~\u0007+;llv\b\u028aLgK\/y\u04de\u000f>*Y?nW(\u0017([~y\u0014Y}nAiK}\u0019B\"z\u0000\u04692{j\u5d6awMi\/\b5\u001d\u0005MVSeCMO** tR4M\u0016J]\u00145\u001b\u04f7*Rz\u001aj\u001as\u001e#R\u0001PS1)j*!j:h\tjJ@MQ6\u00165EM-CT[v-{\t\u001cRUMAi\/\b5\u001d\u0005MVSeCM\u001fY\u0007i\u001eIj\u0458Y\u0011SzN\u001fA\u00145\n@M\t5EMQS\u000fQAKPS\u0534W\u0002j)jj\u001e8v-SkUS P^\u0010j:\n\u0286(*\u001bsGjEY$5\u001b\u04f72W\u0006\bT\u0000j*$TL)jJ}\u000eZ\u0012PS\u0534EMQSKP5UoX\u05eaA5 t\u00144YM\r\u000f5\u01dc\u0017\u058blz4o&\u01bdSzN\u001fA\u00145\n@M\t5EMQS\u000fQAKPS\u0534W\u0002j)jj\u001e\u0692kZ^\u0007y\u05c4PQd5U6<\u001es*_j[$5\u001b\u04f7??\u0006\bT\u0000j*$TL)jJ}\u000eZ\u0012PS\u0534EMQSKP5UcSP, \u023b&\u0534\u0017&R.jp\u00100q\u0451f\rQ\u00045hT}Iip#R\u0001PS1)j*!j:h\tjJ@MQ6\u00165EM-CT]\u0002w,S\fUM\nj|2\u00065\u0006j\u001ejz\u0010\u0232HEM|(Mzceqn'= jJ\u0005BBM\u0144\u0507%)j+\u00015EMX\u00145d\u000fT$@\u053c6\u0014\u000b\b\t5\u0005jmx.0\u02ccJ\u0003\u0421\u0016I\u00153<\u0458Y\u001aMg= jJ\u0005BBM\u0144\u0507%)j+\u00015EMX\u00145d\u000fU\u0000(TZt\n\u0014*Ai\/\b5\u001d\u0005MVSeCM,K}`Q2+3MSS1}%\u0012j:\u0011DMQS\u0000THPS\u00145\u00105\u001d\u00045EM{%i\u001bj-\u5d6awMi\/\b5\u001d\u0005MVSeCM\u0339}q\u001aEcSToLL~z\u001aj\u001as\u001e#R\u0001PS1)j*!j:h\tjJ@MQ6\u00165EM-CTqcK\nj\u0710vPQd5U6<\u03d2\"W_Q:RSpXGcgDM\u0007-AMQ^\t)j\u01a2%{7\u000eu,SkUS P^\u0010j:\n\u0286Y\u0003U\u0016\u05231}K.\u0006>)j*\u0015\n\t5\u0015\u0013jR\u001fi\u0004\u00145mcQS\u0512=TMu-SkUS P^\u0010j:\n\u0286Y\u014b2PMET%\u02a3ToM\u001fLLXOM\u0003{g\bqST*\u00007\u0015\u0012n*&\u00147M>M\u0007-Mq^\t)n\u29b8%{z),\u0016\u0010]\u0013n\u000bMGAT)\u00177})Ibp%Q5\u00034gIb\u0002N;}\u0014ST*\u0000;\u0015\u0012v*&\u0014;N>N\u0007-N^\t)vb\u0629%{j\u001buESkS \uf6b0^\u0010v:\nl\u0286>L\"\u000e\u0771F,f.Os\u0006g\u0002\u001b=c;\r;QNS\u0000TH\u0629S\u0014;\u0010;\u001d\u0004;N{%`i\u001bbv#Z^\u0007y\u05c4Qd;U6<\u0004!*\"(*b\u0006;h\"di}\"vJ\u0005`BN\u0144b\u0629\u0507%)v+\u0001;NX\u0014;d\u000f4\u053c6\u001a\u000b\b\t;\u0005avmx\tB5@e}\f\u0004|%jZ\u98c8bR\u0001\u0629S1a)v*!v:h\tvJN6\u0016;N-C4\u000b\u057cV;\u0085J\u0010v\u000bNGAT\u04c7\u0011X$Q\u001c86'\u02bd\u05239}\u0003\nw:QNS\u0000TH\u0629S\u0014;\u0010;\u001d\u0004;N{%`i\u001bbv\u06a9wMi\/\b;\u001d\u0005MSeN[?\u00171f9[u\u0019_\u001e7\u075f\u0006>)v*\u0015\n\t;\u0015\u0013vbR\u001fb`i\u0004\u0014;mcS\u0512=NG\/;\u0004\u000ejci7\b;\u001d\u0005MSeN;~J5\u0016;-,[Q\u001e\u0019_\u001egl}\"vJ\u0005`BN\u0144b\u0629\u0507%)v+\u0001;NX\u0014;d\u000fSm\u001c\u06a9wMi\/\b;\u001d\u0005MSeN\u001fF,S9N89w\u045c*(b\u0629T\u0000v*$TL)vJ}\u000eZb\u0012S\ucd0dNSKP;U#Z^\u0007y\u05c4Qd;U6<0\u0014q\u001c|\u07e9\tJ9w\u045c%\b;w(b\u0629T\u0000v*$TL)vJ}\u000eZb\u0012S\ucd0dNSKP;7\ua2a6jA5a t\u00144N\r\u000f;}8LyR\u0005i\u001a,v7ge\/,9\r;\r;QNS\u0000TH\u0629S\u0014;\u0010;\u001d\u0004;N{%`i\u001bbvqWW4X@wMi\/\b;\u001d\u0005MS\\\u03d2,K>0K9w\u045cR'a}\"vJ\u0005`BN\u0144b\u0629\u0507%)v+\u0001;NX\u0014;d\u000f2NV;\u000f\t;\u0005avlx\u90dfTNxQTMS9\u0003+\u0012Cpt\u001av\u001aw\u001ebR\u0001\u0629S1a)v*!v:h\tvJN6\u0016;N-CT}#Z^\u0007y\u05c4Qd;U6<\u0319rNa9hYVHVi}k\u0019_f\u0016\u0016tZ\u98c8bR\u0001\u0629S1a)v*!v:h\tvJN6\u0016;N-CT}l#Z^\u0007y\u05c4Qd;U6E\u0018iHJBD;\u055b3?\u0013\u00103\u0019E\u0014;\nN\t;NS\u000fAKSW\u0002v)vj\u001ehyym4\u0016\u0010]\u0013v\u000bNGAST\u0007?K2\r}f?^C|k4g&i}\"vJ\u0005`BN\u0144b\u0629\u0507%)v+\u0001;NX\u0014;d\u000f\u0000.TZt\n\u0017jNA(h*\u001b\u001evgeaV\u001bv\u001a-8[Q>\u0019\tB;v\u001aw\u001ebR\u0001\u0629S1a)v*!v:h\tvJN6\u0016;N-CT{V+Z^\u0007y\u05c4Qd;U6<\b4\u028aLIv\u045c\u0000;w(b\u0629T\u0000v*$TL)vJ}\u000eZb\u0012S\ucd0dNSKP;U?\u0011M%pH\u0005V;u\u0007a t\u00144N\r\u000f;m,5\u07b2i\u0017&\u0669\u079cLpt\u001av\u001aw(b\u0629T\u0000v*$TL)vJ}\u000eZb\u0012S\ucd0dNSKP;U\u001dZ?\u023b&\u0017&\u06e9a\u000f~VXtdqHYToL@n\u0727a}1)v*\u0015\n\t;\u0015\u0013vbR\u001fb`i\u0004\u0014;mcS\u0512=NV;\u06a9wMi\/\b;\u001d\u0005MSeN\u001f,yEU*Ed\u001e\u0019_j\u0016F\u9d3eG\u0011;N\u0002S!abNSTCt\u0012\u0014;\ud540bm,vZ\u06a9hjyv\u001f]\u0013v\u000bNGAT\u0007?+T\u0592NEYf[R'\u0669\u079c\u0013\u043e\u0018E\u0014;\nN\t;NS\u000fAKSW\u0002v)vj\u001ej\ua9e6;9\u0002kN{A(h*b\u000f~\u0016'[\u0016;|1}\u001e\u0019iKN;}\u0014ST*\u0000;\u0015\u0012v*&\u0014;N>N\u0007-N^\t)vb\u0629%{\u0001v\u06a9wMi\/\b;\u001d\u0005MSeN\u001fHNEk}N\u0007-N^\t)vb\u0629%{\ua7danJk \uf6b0^\u0010v:\nj\u0686>Yv\u0297v-XBD;\u055b3?\u0013P|+\u0019ihy\"vJ\u0005`BN\u0144b\u0629\u0507%)v+\u0001;NX\u0014;d\u000f\u0000.TZt\n\u0017j\u001fNA(h*\u001b\u001evgq\u001cwj\u000elf:z4g&N'>)v*\u0015\n\t;\u0015\u0013vbR\u001fb`i\u0004\u0014;mcS\u0512=NG\/;\u06a9wMi\/\b;\u001d\u0005MSeN\u001f\u031cT$n\u0013i^0xf\u07e39\u00033\u0001esNCc\u0014ST*\u0000;\u0015\u0012v*&\u0014;N>N\u0007-N^\t)vb\u0629%{j\u06aehz\/C*\u06a92i7\b;\u001d\u0005MSeN\u001f\u031cu\u07ca2gi=?N=3,$V\u0534G\u0011;N\u0002S!abNSTCt\u0012\u0014;\ud540bm,vZ\u06a9\u06bahjyv\u001f]\u0013v\u000bNGAT\u0007?3J{sNET-fS9\u0003:Vpt\u001av\u001aw\u001ebR\u0001\u0629S1a)v*!v:h\tvJN6\u0016;N-CT]\u0002wDSkS \uf6b0^\u0010v:\nl\u0286>Y\u04b1f,\u05deb\u001e\u0019\t+tR\u98c8bR\u0001\u0629S1a)v*!v:h\tvJN6\u0016;N-CT}l#Z^\u0007y\u05c4Qd;U6<\u0311~}edS9\u0003\u02d3N'>)v*\u0015\n\t;\u0015\u0013vbR\u001fb`i\u0004\u0014;mcS\u0512=N5\u0014\u001a\u000b\b\t;\u0005av>YeQvZEI0N\fJ\u0003I'b}1)v*\u0015\n\t;\u0015\u0013vbR\u001fb`i\u0004\u0014;mcS\u0512=N\u0000;Z?\u023b&\u0017&\u06e9a\u000f~ffA\u0010lY'a\u001e\u0019_eA;zv\u001aw(b\u0629T\u0000v*$TL)vJ}\u000eZb\u0012S\ucd0dNSKP;U_\u05caU\\\u0001\u0015lL\t;\u0005avZ\u03ea\u001c\u0007BJ\u0016q6\u0019\t\bz\u0019ihy\"vJ\u0005`BN\u0144b\u0629\u0507%)v+\u0001;NX\u0014;d\u000f2\u000b\u057c6\u001a\u000b\b\t;\u0005avmx\u90dfee\u001ak_}\u001ai)v\u045cB99\u0011;\r;}\u0014ST*\u0000;\u0015\u0012v*&\u0014;N>N\u0007-N^\t)vb\u0629%{|\u0011M-NkN{A(h*\u001b\u001evR\u01f1&\u053e4N\/gl}3)v*\u0015\n\t;\u0015\u0013vbR\u001fb`i\u0004\u0014;mcS\u0512=N%pG4!\u0015XT\u0015\u001b&\u06e9a\u000f~#}\u0016f\u0015>MS\f\u0004\t}\"vJ\u0005`BN\u0144b\u0629\u0507%)v+\u0001;NX\u0014;d\u000fSm\u001c\u06a9wMi\/\b;\u001d\u0005MSeN\u001fJ\u00124\u039cazs\u0006g\u0002Re\u03e7a}1)v*\u0015\n\t;\u0015\u0013vbR\u001fb`i\u0004\u0014;mcS\u0512=N\u06c7:\u06a9wMi\/\b;\u001d\u0005MSeN\u001f,2[QIT\u000bIiv\u045cqi}\"vJ\u0005`BN\u0144b\u0629\u0507%)v+\u0001;NX\u0014;d\u000fSm\u0015M-NkN{A(h*\u001b\u001evgU\u001ceq'='\u06a9\u079c*gl}1)v*\u0015\n\t;\u0015\u0013vbR\u001fb`i\u0004\u0014;mcS\u0512=NU>\u0014\u001a\u000b\b\t;\u0005av>Y\u001aG\u01a6w\u045cq}\u0013N\u001fE\u0014;\nN\t;NS\u000fAKSW\u0002v)vj\u001ejF]Z?\u023b&\u0017&\u06e9a\u000f~VEi\u0016$6\u0669\u079cUf&(b\u0629T\u0000v*$TL)vJ}\u000eZb\u0012S\ucd0dNSKP;U\u001f\uc226jA5a t\u00144N\r\u000f;}tQ\u0016'E\u001e+_hf\u001e\u0019_jVN\u0007-N^\t)vb\u0629%{j\ub2a6jA5a t\u00144N\r\u000f;},\u0015i)Efzs\u0006Wk6o\u001d\u796b;\u0661NW]~\u000fuY,=P\"\b`(\u00fd{l\u0016.\u0004\u0016\u0016\u000f,\u6b28Nm\u044bS\u0629-\u0003\u0629\u509dZ\/)\u0014vjkC\u0629V\u0013)\ucd16\u0003\u0014vO\u000b;\u001a\u06f2S\u020f\u0003\u0004nS\nN\u000f\u0013N\u001b:S`\u0015?$ht \u0019(hO%Hw\u06ad^Nm\u0019N-\u0017zNaS[\u001bNNa\u001c`}Z)`\u0796JxH4%[#;O]\u0012\ucd16\bvH\u0519\n\u0007;YG.&;Mj%\u001a}h\/W\u000bVq_\u0007;mv\u001e\b;2Z.\u0629Na6j5Nk9NaS\u0629-;\u0015\u0007DS5SD%Nk`D\u0669xjR\u0011\u038a7^ \u0629Gu4\u0017\u0006Vri{\u0011v\n;e\u0000;\\S\u0005;Nmm\b;j\u0002;rNiaSy[v*\u000fdkdK\u0012N\u001b:S`I,\nZlV.`ru4\u0012Nm\u044bS\u0629-\u0003\u0629\u509dZ\/)\u0014vjkC\u0629V\u0013)\ucd16\u0003\u0014vO\u000b;\u001a\u06f2SQhvAc-\u0012y\u0004;%6\u0012ufB\u04ca\u0005E\t3DwQ\u001d\u0005E\u00119ri{\u0011v\n;e\u0000;\\S\u0005;Nmm\b;j\u0002;rNiaSy[v*\u0011rH4%[#;O]\u0012\ucd16\bvH\u0519\n\u0007;YZ$akv\"\u001bB\u0523:\u001aS\tRiE)\u0516\u0001rN\u0017\u0014v\n;!T\t\u0014vZ\u0001v\n;\u0767N\rm\u0669\u000f\u000edkdK\u0012N\u001b:S`\u0015?\u000b$l}VT\tm\u0709zTG*AYQNE)\u0516\u0001rN\u0017\u0014v\n;!T\t\u0014vZ\u0001v\n;\u0767N\r-\u0669\u0017u8&\u001a\u001byaTeOk\u09cdD]y\u0000T5i\u0012\b3u\u0002-L\"~\u0017KK1\u0015\fJ\n%e\u0000%\\PR\u0005%BImm\b%j\u0002%rBIiPRykJ\u0686\nfJ\u0689\u000b\nDPFT<(D3hR5\u03c4BJ_2S3\"iv{\u000fh\n4e\u00004\\@S\u00054\u0005\u0002Mmm\b4j\u00024\u0005r\u0000\u0002Mi@Sykh*}Y\u0003\u0019\/\u000bhZK\u00044m$\u000eM\u0005\u0003nSZxA1L\\\u001a o7\u0003Mm\u0019M-\u0017zM`S[\u001bMM\u001c`}Z)`\u001aJ\u001a^\u0004*\u008cM\u0769D`FT-\u0014tj0oNL\u060cNS\u0005:%\u00026\u0012uGNwj\u0012Z\bp\u0013:+S\u0007>G\u06f4Cy \u0014tj\u0000tj@\u000bt\n:\u0005\u0010t\u0004t\n:\u0000:\u0005\u04c2NA\u0006T<\u0010gJft\u02bf,i-\u0011\u8d11;:\u0015<\u000ftghy,\u001d@Q\u0007V\u000e\u05232:\u0000\u000b5-' \u0014tj\u0000tj@\u000bt\n:\u0005\u0010t\u0004t\n:\u0000:\u0005\u04c2NA\u0006T\u000but*\u0019\u0469*@DFT:L\r\u0000*Pky\u0015u=\b:\u00052\u0000Z.\u0429\u0002NA6\u0004j5\u0001Nk9NAS\/\"\u02ecy\u001aZ(Wi7\u4aeecjc;\u00b6\u069b+A;TTY=h\u000e(\u0003~X}\u064f\u000eg_<<\u0177\u0557\/9:o*2Z\uf9f4x{Z<\u037e*T\u0177r\u0016oi\u0016UVa\u03af)rRztF\/\u0015x\u07a6\u0006xe\u077bO\ua052Dj?[}\u001b\u001c-qf#WI\/\u0227J-<\u0733l9]sayW{P\u000ejAoPgW>\u0003v=\t\u001b\/W;px]3\u0016|\u001c~}X>X\noJn\u00cdo5^vb\u001eL<\u0003\u0018\u0743)]I\u001e\u0011V-':Y=Z(9\f7\u00eb\u001e\u03ce1\u0010Io\u02c7G76\u0003^\u001c\u01d8J\u0003xo9\t\u000f\uebed\u0000?fF\r_?[\u0011+>=:!>{hp\u001dn\u000b\u001d]\rFh5Xv\u0010\n\u0007\u0003\u000f:l*\u0007PP\u001f)U\u00198j5`{|?|\u01cf\u001fE{\ua758F\u0357N\\>:prF\u0011H^n\"wf\u001envl{,?>_x\u07162\t`G\u001b&q_?x9}^p\u001c9- wa8\u02c3\u0001`\/A1G\tA|\rS\u001a\u000b@\/\u00d7p5^F<\u0006.h\u0006pc\fm\u05c8<\u0007h5\u0018f\u000e\u001b2#Y5,yhVu0c1fF\u0006kY\u0003T:i rl\u0005#\u0002\u072aJx\u05a2\u028d}\u001e\r\u001e8$\u000e8v&\u045b\u001bt#z#aZ`^W\u0014aeIvF\u0014\u04ea\u0016zbG\u0018zw\u0016}q\u000f3\u0760z\u0011A}la\u06a9\rj\u701d^~\\1i|>[?\\8xr\u0231WO|6^Yq\foFg\u0017&=y:>-zh\u0019\u0319\u06c7H[zM\u001eI\u0013~h\u0011I\u0015\u0007`[zgh\u03f7g\u06f34gin\u000e!z\u0011(\u078dt\u0001\/\u057a\u000eqz\u078d~\u0016,\u07ad:\u001b\u001f\u02eeI\u001co}\u8236s$0+Lx\u0019\u0017-\u0003|\u066c|k\\\u001d),R\u03f092\u001by'\/b5\\\u0018Ag\u0018A\u00115|\u0006\u001f\u001f\u0018Dg\u0018D:LAXx\fJ5\u0002\u0019\u04b9t\u0016\u0019J}eG$~Q\u0005Z\/?\u001dbt)XZx>\u03ea\u001duO5\u0083^\u0756uu.V>\fs>~\fx!6\/7'\u00137\u03c0;\uf6e5_\/7,>Stt\u047e\u0013\u0449DP\fB:q\u001e\u0013-}\u0108N\u001cDK\u001fn\u000fo_|\u0015\u062d7Vkr\u047a}afT_j0)O\u0777\u000e\u001d>|}X.>!9-K:(\u0002q\u000f^-\u001fW~\u001a\u0002\u001eD\u0011wugFGq;G\u001a:6+m?!1=b}ay~7M\/\t\u03dbOO>\u0347GM>,\u0006y~\u0018}t\u001ayV_wzX:7\u000bu_|@leSn7\u0015z0\f?n<\u054bonW\u001b3\u001aPK\u0015M>\u01d5p-=J\u039f{D9Vw+>TS\u064b\u04ef\u00151#\u0010UoNOL|\\}{~W) ns\u001a\u001de{B\u0006\u01c7_n\u0017woo?-?[Wqb6WAq\u0333\u0017OS9V|z\u04fb~+i>}\u0764\\z-7.$RNRr\u04bb^||mqOo\u0007\u000fOU%ZOe\u016d3\u07a42\u0770\u000f\u001c~\u01e7T2x\fzWw_w\n\u05b0Fx#\bzy\rlJ\u07b0y\u035f\u0017?-uo.o\u0667\u000f~-c\u01d0C\u0011|\u000b}xZY\u03eb|'`?:\tX\u001a8z1\u001fn\u05cfz~\/e\ua76d7R\u000fOC\u02b7\u0001-0a\u001f\u065d;C1vWE\u015bS\u001e[.DS\u0018V\/\u001f\u001fnZHz\u042eg1'\u07d4ztS;\/WO\u0017\/zH3O\u01f7HKM'~[>p|zl\/\u060f0Y\u001eD\u000f_ZWGZG, s>bFZ>\u7726\u0001<\u02bb'O\\\u0beb'\u000f=v\u0003Yen?>GO\u0014f:a=\u000eaY\toV$JecwZUONP2}(y\u0010e:\u0012BT#\u0004i!)\f1\u0010\u03ca M2.P\u000f\u07d8brw\u0095\u000b\u04c4%F8U,\u001fi7\u07e3\u001ct=5\u06e0m]\u0016\u00a1W$Z]\u0019IW]i21n\u0012~9h\/\ub815u:je\u001dNZY3v~pqmow\/k\u04a0{\u04b0{\u04a8{\u04b8{\u04a4{\u04b4{LLaY{\\k1_[\u0014 F:9sJ\u000b\/Us,GJ}&}0\u02e2LMCk\u03eb*\u0767qX\u0013l0f3,\nvneSm\u001dX{\u0337\u000eVQ+\ube15D:me91\u000ek\u000fKwX8\u0012[k6T)\u071d\"z:\u00055q\brZ\u01cc\u048b\u001f\u02dd~\u04cfK^=\b%\u001en?\u0369[5|\u0524:RThK)J\u0508Rj\u000bQ\u0011AKz'\u001eE]eZ\b\u0016Yi<0QCH\u0010\u02b3ATi<\u00076\u07ca\u0006H3-\u000fO\r\u1816A\u001d\u0102:\u0004\u0004@@V9B@$$\u001fQG\u0016I\u0015q8}<%}d1\u001fo\u0019\u0002>N\u001eo\u001e?\u001ePOW\u001eOq\u001e,K)'^~G\u0014q\u0018ev\\\u0002;\u0764u\u0322:ky8\u001fjZVt(,\u0013\u001fd\bsh8TLSxj>;\u0004=5zjSSyj4AO\r\u001aS@'\"}\b5>&\u0013\ud9a7\udf75\r\u001al\u001a[5[\u1b67Z]S\\]%VoM\ucb46\u000fNzk3kq5V15Vjj \u01dar\u001d\u03dejULq>gO;]\u001fun#>\u01d2}\\O${w\/67dse71VG\u079f_>|LiR\uf5d6X~]]\u0017R~Ed\/';}3kNIvB\u04f7=%dZO \u001f?BO2w9\u0015{+,CO\u000ec\u000e\u0019vB\u07cf\n}?'\u0013B\u07cf\u0007}?\u001b`PT0\bw\u0007q\u0015y\u018a!Bp}%@\/\u0003~\u0013(|\r\u0007h}pm\u07fe~PW\tei{>>\"^p|B\u001f\u001b]\u0019M=qnrh;]6o>.<\u001f~rr\u0002\u001f\u0003>\u0003?\u07d7os7\u0018jWo'N\u001fVO\u00075\u07abVS\u00114\u0014m~qC \u04993[j]\u001a(\u03f8[Yl>,kTN{|Z\u001a&\".vsky&ss|{RO\u0017\u0548\"zf@mz\t\u028f\u000fk~^=|qv\u11f9\u0007S\u001f\u0016f?\u001c>\u07f1m\n\u001cZ{6nHwP\ueaef\u001cQ\u01df\u55f3T{\"]|Z1Bv8:;fz|p;|Hq1\u0523MZT\u036c\u0005\u05fbi\u0758Zekuy5rlU\t}\u063e6x\u001e\\\u0000\u01ac3\u0548wu{\u001ayw\u0003U\u0002[xCya\u066f\r\u001b\u001du^$?*htS\u05adS]~5g\rAfqs\/\u001dg\u2e79t\r[c\\6\u000b\u001f\u0017i\u0012F]^Q:\u0016\u0007jo\u001cr\u12f4\u03fb?\u000el\u001b)\u001fgZ>P}*~T\u01e8P-6h\"bj=\r-\u06b5Y1t\u000e$?re\nti\u001b*FhWYP\u0017vzUwZPwkH3\u001c&:\u001cN\u00e19@!\bgaQk`{\u0003\u02ceN\u0003\u02ee<\u0006@\u0003!$(\u0016\u001f\bG>\u0010l2\u0010.:\u00106\u00145,`Kv\n\u001fni]_\f\u0002e<\"gITyZl1!a\ra\u0000fw#r![Z\u0016a\rZBj\u0006,wZ\u000b`T\u9f1c\u0302 WL\u3e5f-Ws=Oe>\u0019\u000fh}0\u001f\u0016Or+\u02baY\u04e3\u000eCF|gN5?*)\u0007DY\u001ee#v_\u059bF#o4\u0006\u001ee\u0013\u001e\rFjP\u001b\u0759h6}Ok\u0019KsASEf^<~xZ}\u000frs9g;\u000e\u0003\bwSB-\u0012K5_l\u0012[=\u044f5JZ~\\=\u0017\u000f_\u001c?\/\u001esx\u0004UH\u0007\u0019!*DCD\u0011A\u0015$A\"pF\n\u0013i0\u00118DP\u0005\b\"BE?T\u0004X\u0011T\"\u001f,\u0002g\bh\u00163ZUHh!\u0017KT\";d\u0019-*ZdE\u0016a\u0015-\"tF\u0016Yh\u0011:EXE\b\"E?Zh\u0011V\"\u001f-Bg\bh\u00163ZDUG\u0019-*ZdE\u0016Q\u0015-\"r=h\u001fa\u0016Q\u0015-\"rF\u0016yh\u00119ETE\"E?ZDh\u0011U\"\u001f-\"gh\u00163ZUG\u0019-*ZE\u0016q\u0015-\"vF\u0016Eh\u0011YE\u0015-#\nghQ\u00163ZU(G\u0019-*Z\u0014E\u0016q\u0015-\"vF\u0016Eh\u0011;EREH\"E?Z$hE4\u001f-\u0012gH\"qF$\u001f-\u00127L\u00007\"IG\u0019-*H\"\u026bG\u0019-*H\"UE\u00163ZAUTh:EZEH\"E?ZhV\"\u001f-RgHh\u0011\u0016]H\u0015-\u00021Z;uF\u0016Ah:EZEH\"E?ZhU\"\u001f-2g\u022ah\u0011\u00163ZdU\bG\u0019-*ZE\u0016Y\u0015-\"sF\u0016ah9EVE\"s;ExhU\"\u001f-2g\u022ah\u0011\u00163ZU\bG\u0019-*ZE\u0016y\u0015-\"wF\u0016Qh;E^E\u05aa.\u031cEU\"\u001f-rg\u022bh\u0011\u00163ZUG\u073d\u05e2\u0016\u00116[8E^E\u021d\u0462E?Z\u0014hQT\"\u001f-\ng(h\u0011\u00163Z\u0014Uh)3gQUh)3gQUh\u035f)3gQUh)3gQUh\u0558)3gQUhA)3gQUh!)3WQ\n\u0017G\u0639rs\u0017V\u0005\fyGa\u001dZ*d\u001ca\u0007]X\u00154S.\n\u001bG\u0269rs\u0017V\u0005#T\u000bB\u0011vt\u0705U\b:Un\u00aaq*7waU\u00009Njgt\r\u000e*[<=\nsGjgtM.jgtm>jgtNjgt^jgt\u035enjgt~jgt\r\u008ejgt-=A3:\u00a63}FG\u0019}\u0006\b\u001b?\u0003\u03e0\u0019\u001dag\u0019T?#l\f\u073b?jgt\ud7c1{gPm\u0000\u00014p\u0000\r-\u0011\u0006=A\t4:&\u000b4FG\u0006\u001a\u0006F\b\u001bANP]%eXIAb{\u0001\u0012?\u001c_X\"j\u0016a\t%\u0010\u0003;\u000ep\u00076\u0012C*6G\u001dk\nW8$%n\u0015-z|GHkg+E\u001fnO\u0016\u0019*\u0499ge\u000f7\u001a*\u055a_e\u06ffE\n3ey6kyq\\YgO\u001f] ~,G~Zj*\u3a1fF~\u07383\u001cVW_\\|[_c\u0016\\\rx\u0007oj+Bwi;\fokCw|Z7s}xc[!Q'Mz{xZ)x\u001dwX>?M\u0015M5MUm\u0778{\u001a\u05dadIQ]O\u001ak\u001d\u000f\u5a6e;mZ\u06dbeypwo\u001f\u07f6\u3ed1#I\u0673mN\"mn\u001d5~npY;\u536b:o\u000e[)lz\u042a<]a\u0015N4JM\u0016o(Yyz%_U \/\u07bcM #2ww$}Mc7[dA\u0012,uskU~z\u02e6\"Nwc>^IAil7qPET5]w\u03f6\u0015,?__j-ygg<\u000bYo@;z\u0011\u0007,(++J\u0013Ew \r;-sH\u07e8*K$EE)\u0002oI\u0673e4Qi[\u03fd)\u02f5\r_+^o$\u000bU\/aYFYZ\u001a\u000f0+\u05bf|TV}\u0003\u0011$-$vmS_\u001bF5_l\u0006Xz6KUI[]uwj4}fjK,&4(%A9_ms\f6iv%f\u0528{G^EGr\u0003>\u000f\u07fa{{Uu\u001b}_k^{}\/\u001fq=w9BT6M(fU\u03ca,Wk8~maxoGN(|\u0018Or!c\u001fm^=|t9BD=Cc\t+VeA'a\u000fxXj?rO\u037b\u0109y5k\u0413g_CO\r=\u0001\u001bz\u00066\u0014l9\u0413gaCO\u00c6\u001da\"fb\u0258lLN\\3.Sns2\u02e4\u0001,Dd_O\u04f6\u001e\u001ci.1Fe\u0006h1'u;'5\u04f9]\u06d7\u001d\/,jDvt9N*?\u0000m$w?1itch\"\u01d0}p]7\u0000\u0014c\f\u001cb\u001dQy\u00144\u0006\u001d\u0005$F\u0015~<4z\u000fr2xf\u0012!SsF\u0017k\u07a3n~_>>\r\u0013\u000by\u01fe;DT\u0011\/Dpc;5z\f \bc\u000fF\u001b\nz\u019dBzMb(h\r\u001a_\u000e$H\u001f8]Xy6\n<\u056a(\u05aa(3xgw;O*J*\rY;\u0018wjUNkUT\u001838\"}\u0011d[\u7827Z\u0018Z\u0018\u0005E~at\u001ejqMkqtxjo?~]>,V\u000fm\u0134\u000e@mA\u0014\u06d2(2Q\u001c\u07bb\u0014.mDm\/6\u001f6^~^|3&TwJ!\u034a5SQj\u015bO\u0004gJmEm6Kg[eR>WYo\u05f3Z\u00f8x\u001b0e\\`YLz\u06fa\u0012q~\"Z\/}fW#U\u0562\u000fE}\u0018p}\u0018Za`B}\u001aP\u000fg#_>fid\u001fgz\u000f;\u02cf\/\u000f.\u0014\u001fg\u001fc\uae57iO3{\u07c7vW\u001a[]S@3?M\u0010@\u001bT\u0000m'v)\u000b>\u0014M>A2`fquJ4\u00049\u0003\u0013`}\u0446\r<\r\u001bx\u001e6DlSb\u0003O\u0006\r<\u001d\u001bx>6l\u0019qJjNTD>q=FZc>:c\u001c1\u04fc=qf.\u0015\u0006\f={\u0019z2e\t30Ca\f=\u0019z\u001a3\u0012_=S\u0015q\u797eEH\u000e\/\u0014\u001a\u001f8ubN\u00039~ ?\u064d\u001dz9s1;3\u0017Dj*q\u01d8&+\"6+h\u024a5v3\"<Go\u001fo{\\;iq{?\u001dAy\u0016E\u000e47q0}Ee1E\u0371\u02f7rDS0\ng8\u0411\u075eKx6\u0153w\u001e>\u000e.t@V6=\u0013LI\u05d8lzkL\u05ea'q7\u07fe\u0004}[=i%^)lu\u04cfh\u00184'V\u01c2\u01dcz}X6\u0019\u00fdPg]\u001dKU\u0253\u0543r4\"\u0007\u001fhsc\u0018tOI\u0013^u\u0351ks>&M>;\/]]\u0015c{G$L\u000fC>jd\u000e.;:tU\u001cW\u001e\u001eT\u6e7b\u001f+j\ue25b^kxx\u001c\u0018b=*b\u0723^b:\u07e0h\u0585IVe*EMe~,.?g 8\ua4e0\ub4bcw]&u\u058cmZs\u0005g0\u0005w5-nw\u0014INH\u001en`\u0003-\u0004%qjic\u074d)~s\u000f\u0007P\u000f-?}X\u03f7?~\u001fw|H\u001c=Y[#\u001c(c8$X\f;\u000bO\u000f\u0737vt;\u00126\fc8w\u001eq\u070c\u00edO`\u000f`wF_}lsxF\u0004L-9@Dn^pks\/\u0013^Z;T\u02f7e6zj\u07636!\u0019o-S&1md\u00038tO?\u0773Oy9u\/KsS\u001fx\u001c\u0003\u02b7z@9;P*NPf\u0013z(9\u04a6\u001fK\fPz>}U\u0016\u0012{s^\u0001\u001eM\u05b7@C=OxBO'k\u0007N{S38\u04dep\u001fMiop\/~[]=|\u0019i;l\u001fg>suioOX|'128+\u001abo\u000b\u0010w\t\u0010\u0006\\\u001f\u00d7\u01fakT}6\u06bdM`\u067dMa\u0013y\u001e6May\u001e6M01i\u0003\u000e|\u001a;i\u0003\u000e|\u001a-\u001exOG>-\u001exO^\u0011\u0727c\u0016}Z-xO'>-xO\u0016\/H?a>QM\u02afuY@fpsm\u0724>\u000b>\u0011I@\u000e<\t\u019a4$*3Tf8\u001a34f'TO0\u0013OOaf*i<+,\u0007R?f\u001d\u04a6q3\u0015q )gy<\u0015=\u0011k%J&J\"N}\u0002sdvRud6=uS\u01291\u0003If']C&!%N\"6?\"2Mo\u00119!yded\u001eEM1OOLf[R\"K}\u0011=8J3J\u0013Y\tM\u02c3\u04ee00!\u0016xROY:\tN\u0004SCAWGN$O;;~c\u0012T4\t'Fz}\u001c\u0018QqLY$aY(\"-0G\/KDSL)\"KmT\u001c,\u0018\"?G-J\u001d7iFGK~&\u0454d?\u0011\u0010g\u000fQRoq7\u04d1:U?O78t\t\"Jjt\u0095~PKRGLC:\b \/RB}\u035a4$3g83g'TIN\u0005'\u001eZ*v\u0007\u0007Z\bBr\u0018ImKv\u0007z+:\n@ziHROP:?=\u0782}\u0092\u0533Y\u0018\u0105\u001cA\u069eE\u0013SRD3\u00179bQj\u02a1zq\ua7e36yL)VP'v\u0019Bw!\nY\u001dz\u0002{\u001dY\u001fF[\fq.M,\u0014YjVs\u0013)R\u07cct\u0355\u0386X\u0003D:\ubdbeCf,d,5R#K,5R#K-R\u001f(Pn]\rg?-\u001fWw\u000eV*^W\u001f\u055diWo\u001b\u000foP\u0017w\u001en~\u001d\u0530:AJKnlRS?-\u001f6\u001d\u0017wG\u03ea%\u001eFn`\u0003\u069ba\\hX\ue236t6#L>w\\Y\u077czxa`o<\u001e\t\u001b^V)V\u000ffYAw\u0598v?I\u0010y\u001a%l~f?U\u0007(0\r\u001b\u001aw=\u078b)\u0017i|_=,,cMA\uc9b3!_Z5FL\u9715\u000ez\u0004\uf5c2KI{i?\u0083oj\u0006g\u0013.\u001b)-\u001b\u001d^:yu?\n}\u0016+\r\u0097G\n[?\/\u001f\u03d3O(\f(\u053cur\u0157\u0577\u0011x \u062e\u001f;]=B-B\u0017(\u0010<\u03d8\"?^t\u00034\u0004\u0015\u0004a;n=\b\u0012]\u0007%f\u001d\/'s\u0017Ni\u03ddu}Wnyma6|7U_!&6RN\u00e3\/aMl'y7>inZi\fOxI\u0016DC,T\u001fqb\u000b6]\u001e'\\dSZd7u\u001f)\u015d\u01cf\u0777.\u0010p\u001dNim\u043a,M+CV)Z{#3T4[1Z9agz|\u0239yc:\u033bQ\u0591g04\u001e\u00113w=T<\u0011MX\u04a1-IY53|\u0012SG]\u0013]8c\u001b\u001dxc\f4\u0015y\"\u001d\u077aIgvc1M=\u05e7zv\u0018OohoO{Xtr\u0015b2\u0015\u0345?-\uf58b}GVo\u001a\u0006V']\/&[\/Z[m%fov\u0016]\u001d\u001di{)FYM'(.YR\f\u0005\u046e|\u0757\ryAtNfS:\u0005|R\u0018&t\u0366s;y\u0010\u00164j0j\u0010Y&?OX!4eY,>l\u0016OOn\u0016Y&}Ge\u24caf\u0014ee7;A|Ru,l#\rC\u0017s>\/\u001eJ\u03d4\u0003\/[N}W\u031fs?Zs\u001cd\u02ede?[*TSv7'GpJ}Qx\rT\u001e{\u001b_\r\u000eTC\u000e\u0003w\u077c\u0017\u059ao\u039f\u03f5M>=\u001c-\u0435TI{mg3mow}Rg\u0003YK\u040b\u000f\u0006\/>5cAjfJ\u0013\u001d6QA*r\u029a(\nhfS\u0005\u01a6\nifS\u001d6oO\u000f;\u0015;\u000buO#\u03df\u000fU(71vqF\u056f}pmY\u0016y\u0019fE:\u0719W~V\u001f&Uvc|ay\uda62\udfd62_\/\"qwk;C=a\u045as=_\u0017\u0015\u07d6\u001f+&_\u001e{s\u0007\u0005qph|\u04cb\u0407\u000e\/U\f>}7{z\u000fOu\u0017\nzuwI0{zAJsS\u000em~qi\u0018hkzjR@y\u021dfa\u07e5G[}}iqk?\u0478{\\\u02eb&4z|zR)lG]m\u0006\u01b9\u001f[_WOz\uc903z8aq_v\u001f\u000e\u0287M!\u057b:\u03a9sZ7{X.\bwgo]\u001e^k\u0002y\u0167e\u0019+T\u021a\/\u001eZ\u0011u\u0005-[>UzjOh\u0000\u0559nW~{iI\r*g=-\u001f\u0017w?\u001c>R+\u0007m.Jw?~\u0018\u0007z[+\u001e\u0000\u001e\u0798Uu~\u001aO?n\u0006\u0004~g%7a_\u0016*H=\u057aikrMZOuv_U>:\u0018@V&@\u03db}]\u001f<4-\u0001ov\u001f'i2.R\r=\u009fDIR;V\u001f\u000e\".p+p(\u0010\u0012J~xP3#5@z\u0002\u001dP6Jm{B\u0014!f\/jn\u0014toh\u000f\u001f\u001fn\u001eB\"o\u001dS'dz8l\u0018ggY\u06c3n\u000f=9hk\u0007nsyo6\ua3c7ca\u0005\fk\u0011YY\n\u0003\u0015hlS6\u0092e{\u001b0\u0332qpcg\u0011NL}\u0011\u0356\u0005\u001d\nrY\u02daDetb\u00066\u001f@\bgaQ=@=\ud9c5\udc1cj \f\/\u0018\b<\u0015EYz`|C!\r\u0013m@CA\u0015xg(\u001b\u001cCfG\u0018\fG=\u001cr\ud638C^t\u0019wS\u001d\u000e|K\u000f_\u001ekXg\u0013_k\u0592w\u000f.S\/\u0006\u00012^-Yy\u001cm#{6k\u0000s\/s1\u06c4hY5d\t\u0001\u0019j_};\u0600j\uf2ca$Kg\\O\u04da+>+a>Y\u0006\u0699\u027a\u001fKi||\\_>\/\u04eff \u001eV\u5ef2u!&|8zR\u0016\u0002\u06c0L7i.}B$42?9*Oyah]]nKG\u013b\u059c\u047a<77_Gf^<~xZ}\u000frsw9g;\u000e\u0003\bwSB-\u0012oV6rl|vOcM\u001fz\u001fW\u000f5B\u00176\u03cb7|0s=Om)z0gq3]{|6~q\u02e9!\/WAAUP\"\u0015\u0014H\u0005\u0005\u00aa\u001dH\u0450*-X2*(\nj\fy\nJ\u0005}\u000bJ]\u0005eUAm!\/WAyUPU!\/WAEUP\u06f5!\/\u701dU%\u000f\r;6\u0004UQG\b\u000e\u0010UQC\u000fAT\u0015?@\u0004\b\u0011UQCD\u0011AR\u0015?H\u0004(\u0011Ta\"\u001f&\u0002g\b@\u0011\u000f\u00143R\u0004U\b\u0019+*X\u0004E\u0016a\u0015-\"tF\u0016\u0018-s*Z\u0004GL8EXE\b\"E?Zh\u0011V\"\u001f-Bg\bh\u0011\u00163ZU\bG\u0019-*ZE\u0016a\u0015-\"tF\u0016ah\u00119ETE\"E?ZDG\u0015-#,>\"E?ZDh\u0011U\"\u001f-\"gh\u0011\u00163ZDUG\u0019-*ZDE\u0016Q\u0015-\"rF\u0016Qh\u0011;E\\E\"E?Zh\u0011W\"\u001f-b7Et\u0004X\u0016q\u0015-\"vF\u0016qh\u0011;E\\E\"E?Zh\u0011W\"\u001f-bgHh\u0011\u00163Z$UG\u0019-*ZE\u0016I\u0015-\"qF\u0016qhf\u0015-#MgHh\u00163Z$UHG\u0019-*Z$E\u0016I\u0015-\"qF\u0016Ih:EZEH\"E?ZhV\"\u001f-RgHh\u00163ZUHG.\u0016\u0018-D:EZEH\"E?ZhV\"\u001f-Rg\u022ah\u00163ZdUHG\u0019-*ZE\u0016Y\u0015-\"sF\u0016ih9EVE\u021c\"En\u07ddV\";Sg\u022ah\u00163ZdUG\u0019-*ZdE\u0016y\u0015-\"wF\u0016Yh;E^E\u021d\"E?ZhW\"\u001f-rg\u022bh\u00163ZUG\u073d\u05e2\u0016wL9E?ZhQT\"\u001f-\ng(h\u00163Z\u0014UG\u0019-*Z\u04d4*Z\u03d4*Z\u03d4*ZZ\u0314*Zj\u0314*Z\u0254*Z\u0194`V#T\u000b\u0002{\u04e30\u000eY\u00152S.\n\u001aG\u0169rs\u0017V#T\u000b\u0002\u0011vs\u0705BGv\u001d*7waYU\u00116k\u073bfyU\u0011kfEU\u00116l\u0011\u001dc3\n;B\u0004\u0011xVcl\u0014v|V[>clt\fM\u00116}\u0006]A3;\u00b636~fG\u0019w~\u0006\b[?\u0003\u03e0\u001dag\u0019T?#l\f?j\u0003hv\r{\u0007hPm\u0001\u034e\u00054p\u0001\rM\u00116\u0006]A\r4;6\u000f46fG\b\u001aw*):L\n\u0012\u06d3\f\u0010\u0012Y\ubf77\bK ,\u0005~\u001dp\u0007\u0001w0;\u0011\bj\u03e6Qg\u01dag>\u000eIz[yE\u001e_v\u00118i4J!\u01ef7kY\"yVfPNo~yRU&oZX\u046a0SV\u0017m\u000eiwyGy,3\u06e7E\u0010?\u02e3\u001e}0\u02e2,\u000e\u00a58Im$'\u024d9\u0011o|\u017auTie\u0007h\u0016{ls\u0007omGx#7Gg\u06dcE*:n4^o\u001c\u000e\u06e5q\nbV\nr\u0015N4JM\u0016o(Yyz%_U \/\u07bcMY\u001e\u000egQ\u0010\u001bUJ\\\u000f\/K\\Z\u026b7s_nv{\b\u0366jI{PZK(M+,\b\b^V?g\u05ca?\"+MR\u02fdkQ6\u0333??Y\u0010].ukE\u001cdL{JYFilJ\u0013E\/f8HCKR\u643eQUkUP\u0012e\u027a-\b6{1ro7c\u001c.Zlm>\u0015\u02d3^!ub1\\<|\u03f7Oz\/u\u0003|\u0007\u02dcdmg5P\u0016R&AZ\u001eZN\u001a^\tv\/\u001f\u000f<|\u06bcZ=,\u001f\u000f?yR'r\"qyj\u075c\rlhhi?qt|:\\<\u0019z3tg\u0013g\u001eS\u001f\u07275qM?\u0004w\u0006v\n\u0003u\u0004u\u0005YA\u000eJUfl\u001eJ|Z\u0017?\u001dU7=D\u0200,\u001f[>pnhf\u0017~L\u0017\u0450=N>'\u001b=7lsJ\u0015\u0011~vu$G]\u0005Mk\u00197Y2ME\u0011\u0018o\u043c1e\u001a\/\u001f<\b\b\u0003Q\u0017\u0010<\u05f4\u001bnnn?\u000e\u001a=wap\u0003\u001b\n\u1a46B4l`\u0016\ubead]=|diEY\u0010tk\u072e\u0007fz4l;vu]\/u&\u07f5W\u0013\u000bfo\u05f9(JXr|Yb\u001fj{k]i\u07ac7=]]{\u0006G\u0775WkLV\u000e\u0007T\u0156[&\u001e\u04a4\rfM:[Z\u0005i!Z\u02f4>\\U{\u001e\u0018kn?v'yb4o)s'q\u0003\u0006\r9Md\rO\u001b,h\u001auO\"\ube7dS*\u04f0H,\u001b\u001fL\u001daj{\u0711Tp\u001a-n\"k|n\u001dVZMu=S\\=*7?\u0014AOG\u0006D^z\u00114\u0005Mc\u0764a\u0015AW\u001dAO5iY4O\u0006D^z\u0011Th\u001a#\u000f\bzn\u07fc\bzR4)7\u0011.N\u0011j@\\\u0014`aO\u001f>.V\fT\u001f\u03f2.Kkau\r\u001ft\u001d5\f=?zC\u0000Gl2\u00cd-S-uskU4~\u07f8ZKFrh\u001el~\u038eGPjoR\u046be\u03fdli^o96myNs<\u0015Nu[;njDS~in#>~>~Y]s\u07a7#\u0006\r:M\u001bx6DmSs5>\u063f\u000f\u05cf?\u0637\u0301|\u0005\u001d\u101fS}\u0319SBCO\r]'DC\u03c8\u0012\r='\u001azRcV\u06fa\u000fw\u04c3\u001f\\<1m~ro\\\u9e29D=OdOch\u0007.Z*N~V?~]1\u0006N\u0001phs,T+\u0773xh&\u001e\u0014de n2$z\u000f\tCv<\u0533o(\r~\u00ddJ\u0013Sksa\u047fnKyp\u0003\/K\u000f\u0779P\u00119+\u001b_\b\u0007:]Xy\u0016,\u0002O\u0006OBiWE\u0015}':;w\u0006\u0006<\u0015{zd}\u0012l|}\u0012u\u3a8bLj\u001en\u0007W3G[s\"5\u019cs\u00044j&i}fiiZyZ_5!j\u0003\u0006\r<[\u001bx6|m\t3l\u0003\u0006\r\u076el6\u050fWA{\u037b\uf268W\u0019\u0019\u0004ZH{%F\u001d\u0013_:\u0626mQ)q'L)8Fh[\u00e2\ufce8n\u05bebW!;\/kbN\u000e{3< mejz5kA[\u0019j]'im$0\u0019tZ\n:\u0003bwmZ~u:]\u001b\u0019\u05ffU-Bk2_R7I\\\u00d5>z]Z8ymZ\u000b\u001azM\\^yZ\u0017km\u0019\\cS\u0019\u0007%Rm\u001ff6:L]SyP\u0004\\^S\u0010\u066f }][\u001b\\oFTk\u0006\/\/:|K:c=\u0771&_._[Jk|mrNXVn^:r7\u001bo\u05ad-6ll\r[mv\u0666|g^z7njYNi8t\u001d62Yf\r[Ky1j\u000e\u06ff\u001b\u00c7oOjnqF\u00179zD$v%V\u0647Qr2-o>~z1kcI\u0522j\u0013Ov&[\u038fflMLc{\u000f7v?{W\u0593uBj>4~B\u00f4o.MyV'Pz\u001at-PU{&L\/WjE}um\u001ff8@\u000fl\u0011V6\u0001\u00d3\u000eH<#]!\u0118}4U\u0005`B?V\u0007LRQ\u0111\u0018s\f7\u0453ei\u07c7u\u0012zW\u02d4kq\u0676<~bGN\u03ceaw\u0019v=$v=\u0014ijy\u0003\u063c^WY\u0017m\ue292 \u04f8:2\u000b\u001b\u0765Z\"\nv?mgd\r~\u001dxpw7]V]\u0011.\ub8fa\u000f5U\u001fNh\u001f\u00db\u001f>ki\u0017\u000eL1W\u0007_$\u001c\u000b\u0004jc3\u01ee\u001fEiN^a\u0015!CcLzRtAQ%\u0007ixfJ|;\/>-Ho\u001f{\u07d2\u001e9]+?[#@\u05ddT\\X\u01c3\u001a^= B@,\u0747Y\u001c\tHU\u0004] 7,\u001cg\u0005|\u001f}\u0016a*J1*fy\u00160\u000bCft{\\\\^_\u0016P,SOb&\u0018\u0277k[\\O\u049b?g\u06a6\u001b~nCZ\u0003\tYs'*\u0005~n&\u0002?-\u03d5\u0019b\u0006~\u0006?^g3\\\u0016\u0019\f~\u0006?g\u0001n;y\\H\u00101(HZD\t(\b4\u000f\u0012m\u0011s\u0010eQmz\u6a75S*\\'\u001cf\u0018\u0016\u000f\u001aj#^]jl?)\u0002|\u0006>\u001b3\u0000>W\u0017\u0019\f||\u0003\f|\\g\u000e\f|\u0006>o\u0001\u0000iq\\\u0002Ku\u0014\u00025\u0002.\tL\u0004z\u0006=[\u0012+3\u0433\f\fz\u0006=@\u03e0g\u0433,3\u0019\fz\u00163\u0003=A\u03e0g-\u0003sv9A\u001dsf\u06a2\u0000Sk\b%N%-DM\u001a\u00101,\u0004q&{\u0005j\u0006\u0007^7<\u000brFsc[\u001bUg.54}=\u00de\u0019\u000b\f{=k\u0001{=[.\u0633f\u0007{=\u00de7`R`\u6d30g8s]qY(\bL\u0126as^\u0014E6{;H\u0016\u0006\u0001s1\u000bs\u0014iy[\u0017owZ\u000fl\u00019A g3\u0239V\u0016\u0019\fr\u00069A g% \u0016-${\u001a\u000b\u0006\u0003\u6c80g3Y\f\f|\u0006>\u0003\fu\u7f05s!\u0004@ck\u0005\u0018[]\u0012\u8e59\b\fz$\u0002=Wfg\u0019\u0019\fz{A\u03e0gsYg3\u0019,f\u0006z\u0006=AZ\u0006s,q:\u0334E\u0001\u0010J\u0002=7\u0013\u0006=KZ('g\u03c9N5B!cY\u0010'E\u0011\t\u0003\u025egZ!\u0000\rrFsc[\u001b\u001bRcq\u0006\f{=\u00dea\u03f0ZYg3\u0019,f\u0006{=\u00deaZ\u0006s]\u03f1z\u001dB(\bL\u0126as^\u0014E6{;H\u0016\u0006\u0001s1\u000bs\u0014iy[\u0017owZ\u000fl\u00019A g3\u0239V\u0016\u0019\fr\u00069A g% gI\/DD-%\u0006;eP<,\/cFY\u0001zYpqS2\u0018ZK\u00056O\u0019gZI*\u001dN\u0019\"];%oS6b_\u001aO \f\u0005~\u0006?5\u0000?-\u0017Y\u0003?\u03dbtz)gsZ3y,\ri\u0015\bs'*m\/\u0005?7\u0012\u03d6D\fl1\u0003?}\/3\u0019l.\u000b\f~\u0006?g3Y\u0000\\<~n#?\u00121\u001f\u0002>7\u0013]'|>IAV\u06ean\u0004j!\u0014k\u0001\u0ceaZt\b)Iy\u06b49)rW\u001aO\u0014\u0007>\u0003\u0019\u0000\u000b\f|\u0006>k\u0001|\u0006>[.f\u0007|\u0006>\u00037Rg8sBSk\u0005tj\r\u0433\b\fz$\u0002=Wfg\u0019\u0019\fz{A\u03e0gsYg3\u0019,f\u0006z\u0006=AZ\u0006s,B}\u001dsf\u06a2\u0000Sk\b%NDM\u001a(\u03de\"T&zV\u0013~\u000et]s\r@\u0000\u035b\u07af\u0001={\u0384X\u05e5kU\u0002~\u0006?3\u0000?W\u0017\u0019\f~|\u0003\f~\\g\u000e\f~\u0006?o\u0481\ub940i65vXs'*\u0005~n&\u0002?-\u03d5\u0019b\u0006~\u0006?^g3\\\u0016\u0019\f~\u0006?g\u0001n;y\\\u0010\u00001(HZD\tOy\u03a0ZL(138$\u0019YP\u0004AB9bW\u001b\u0019Rcq\u03a0\u0006\f|\u0006>\u0003ZYg3\u0019,f\u0006|\u0006>\u0003Z\u0006sB\uee53X@'k\u0433\b\fz$\u0002=Wfg\u0019\u0019\fz{A\u03e0gsYg3\u0019,f\u0006z\u0006=AZ\u0006s,B}\u001dsf\u06a2\u0000Sk\b%N\u00039QiF(\ny\"\u000f8\u0013f\u001bM\\vn]sGq\u00119-o[\u0017{\u0015\u066b;M'>>Pgc\u0006P:C\u039ao@\u0396\u000bAPM:s\u00149-\u0019<\u000ebs,4*=wh\u000b s3\u0011\u06ddEy\u001aI<\u0013i <\"\u0007@\u03b9Z$\u00055A. g4\u001ef\u0003r\u00069A gs,3\u0019\fr\u00163\u00039A g-K@\"t9\u0000\u00119'.i\u0005%\u078cU.\u001be\u0005<\ub26e\u0013g\u0cf9,3\u0019\f|\u00163\u0003>\u0003g-\u0003svY\u050b=hL!\u0016`l\r\u0001\u001b@\u03e0gK\"se\u0006zA\u03e0\u0017\u0019\fz6\u0005z\u0006=Abfg3\u0019e\u0000zN\u001e=\"D1g-\n0P\u0012\u8e5949\u0010O\u039e\u00135Vk\u0010?{. 3aDE\u001e'a\u0010\rp`Gq\u0011-.5\u06ddA\r\u0019\fu:C\u03b5Pg3Y\f\fu:C\fuS\u0016ciQC[\b\u0005<,r8NPN\u00039i\u001e\u0017y>\u0000r\")\b\u016f\tu\u00019v@6\u001b3\u0019\fr\u00069keA g\u0019\u0019\fr\u00069k\u0019\\\u0002rn*OL[\u0014`DD\u0003\/(6fr\u0011(+YO\u0019<\u000b7n|\u00050VX(\u0011Y\u001esY$\n\u01e96\/\u0765|A\r\u0019\f~\u0006?\u03f5g3Y\f\f~\u0006?\fu\u000bmHk \u00114NU(\u000bL\u0004~\u0006?[\u0012+3\f\f~\u0006?g,3\u0019\f~\u00163\u0003?g-\u0003sv\u0010!\u0001ocnQ\nE\u0001\u0013>p\u0016\u0015I\u0011\u0015zVb;;g\bXMmm8c\u043bK\u00196\u001b3\u0019\f|\u0006>\u0003ke\u0001g\u0cd8\u0019\u0019\f|\u0006>k\u0019\u0000\ubd93\u03e2^a\u001d\u0000hl\r\u0000ckK\u0002=7\u0013A\u03d6D\fl1\u0003=A}\/3\u0019l.\u000b\fz\u0006=@\u03e0g3Y\u0000\\\u0003\u0019\u0000\u000b\f|\u0006>k\u0001|\u0006>[.f\u0007|\u0006>\u00037Rg8sFZb\\\u0010\u000b0$s3\u0011\u0019lI\u0004z@\u001633\u0019\u0002=A@\u03e0g3Y\f\fz\u0006=\f@u\u0263Xx|_\u01fcKk\u0005ZC(\tLt\u0006\u0003\u033cDM\u001a(g\u03f3,\u02c3\u0003e\u0001g\u0cd8\u0019\u0019\f|\u0006>k\u0019\u0000\ubd93y\u000bBb\\,\u0004zn&\u0002=-@\u03d5\u0019b\u0006z\u0006=^g3\\\u0016\u0019\fz\u0006=A\u03e0g\u0433\u0001n;y,\u001euX..\u0005\u0018[C\u001a?g=Qg&\u001a\nQ9QiF(, O\u0016hY\u001edI\u0010J\u9eb0zPj\u0582nk\u04c6^.{RcII`\u03f0gs\u0006=\u00dea\u03daoa\u03d6\u000ba\u03f0M:s\u0014\u06339-\u0019<\u000ebs,\u0262\u001a;P\u0010\u4e59:\u015e(\b4\u000f\u0012A\u001d?x.\u0012u\/\u001e\u025d$<\u0013v\u0017\\$Q\u001c4uD\u06ef\u0002:{ug\u0007\u0019l\u0000\\] g3Y\r3r5;3\u0019I\u0007r\u0002r6\u00059\u00119\u0000\u0004w9UE\"Fr`'A\u0002D]|uu;(Y,f4v<\b3w\u0382,\fm\u001d\u06b49%b_\u001a\u06ef\r\u0007?\u0019\u000b\f~\u0006?k\u0001~\u0006?[.f\u0007~\u0006?7Rg8s&>eP,S\u0006\u001diF\u0007\u01f6RI\u0005I\"B\u0006|V@\u0017\u000fs\u0012\u0016Q\u0011\u0006\u04b84\u0526\\\u0005g.5\u00187gc\u0006\u0002>\u0003\u03dao\u0000\u03d6\u000b\u0001M:s\u00149-\u0019<\u000eF9(}@D\u05c9\"Wk\u00045\u0017U\u001c\u0001=I\u0016da\u001a=,+p\b% RG\u0680~g\r\u0019\fz\u0006=A\u03f5@\u03e0g3Y\f\fz\u0006=\f@u\u0263go\u0000S\u0005'\u0014\u07080gh\u0000Q\u0004j$\u001c\tt\u001c\b|\u0006>3\u0000>W\u0017\u0019\f||\u0003\f|\\g\u000e\f|\u0006>o\u0001\u0000iqg\tz6\u001b=R9#\u0011\n2='aX$\u0002\u001fY\u0018\u0006g.5\u001fz6\u001b3\u0019\fz\u0006=keA\u03e0g\u0433\u0019\u0019\fz\u0006=k\u0019\ubd93G=\u0000\nO\u0014QIML-\u0017rUJ7,Q\u00195Mmgug.5_\u001bp\u000fx\u0006<3\u0000=6Cb\f|Y\u0002^\u0017\u0019\f|6\u0005|\u0006>\u0003bfg3\u0019e\u0000|N\u001e>M\u0433|\u0019gf=[A6Ks\u0018\u0002=A@\u03e0g3Y\f\fz\u0006=\f@u\u0263go\u0000S\u0005=6Cb\fxY\u0002\u0180^\u0017\u0019\fx6\u0005x\u0006<\u0003\u0001bfg3\u0019ep\tY9=\u0011<'.\tF\"s#Qg,8\u001fz;I0\u000e\u0012\u0001\u071a$7#\\w\f<\n8mow[\u001b~=lg3\u0019\f~\u0005~\u0006?bfg3\u0019e\u0000~N\u001e?\\(l>\u03e7{\u0015jHM\u001cDQ\u001eF\u0012bi,E\u001cCm\u000f\u001e\u0003>t\u001d\u0007>\u0003\u0019\u0000\u000b\f|\u0006>k\u0001|\u0006>[.f\u0007|\u0006>\u00037Rg83z\u0004=K~\u0642Q\u0011fs\u001c\r\"n?] \u0765Cf\u0003{=\u00dea\u03f0gs,3\u0019\f{\u00163=\u00dea\u03f0g-\u0003sv\u0019\u001b\u0233\/y\u001e\u06e6S\n>}&g\u0012|V(\u0001sII\u0016\u0001\u0688\uf6ee\u0002<{u\u073d\tx\u0006<2\u0000\u0003sug7g\u0005~g&\u001d^\n\u065c\u0016\f~\u001e\u0007~FQ|{O*\u001cFY(B&|%I\tOy\u0016!aJxS\u001b\u0004~\b>lg3\u0019\f|\u0005|\u0006>\u0003bfg3\u0019e\u0000|N\u001e>#M\u0433\u001c\u075d\u0111Z\u0112LA9B0M90\u0c216Ug.5_g>\u0003sua\u03f0g7`\u03f0g\u0005{`\u03f0g&\u001d^\n\u065c\u0016\f{\u001e\u0007{F\u0006K\u01f6\u03c9Z$I\u0007 P7FZ\u07b4\u0013|^\u0006\r.5\u001f\u001b6\u001b3\u0019\fx\u0006<\u0003ke\u0001\u0001\u03c0g\u0019\u0019\fx\u00067\u0012\u001b\u0010|\u001e\u0018?#l.~F2\u0003?}\/3\u0019l.\u000b\f~\u0006?g3Y\u0000\\<~FQ|{Y\u001e\u0015yQd\u0019g3;33\u0019\u0002>\u0003\u6c80g3Y\f\f|\u0006>\u0003\fug\u0004\tz6#\u0013\u0004-e\b>Wfg3\u0005{=\u00deea\u03f0g\u0633\u0019\u0019\f{=k\u0019\ubd93g\b>@}6=#\fg1f\txn\u001a\u0003{]g3\\\u0016\u0019\fx\u0006<\u0001\u0001\u03c0g%g[\u0003\u001c,\u001a\"\u0010|n$\u0002?7\u0012u\u03c2[9,W\u0013L\u060e|\f\u034d4N4\u0015=\f\u001biV\u57301Z\u01a8|+Mmwq-\u066bK'\u00113\u065c\u0001g\u001bg\u0002?kvg3y\u000e\\\/\u0005lN\u000b~\u0006?\u0003?#\\(l>'\u0014|(Q5|\u000b\f\u000fAD78Tj%\r\u001b]jl?D7l6g3\u0019\f|\u0006>\u0002>\u0003g133\u0019\f|2\u0000>m'\u000f\u0011|&l\t>9e\u000b>\u0007\u066c\u020b\u03e1ze!\u000e\u001bTUJ0@6\u001c6\u0765A\r\u0019\f{=\u00dea\u03f5`\u03f0g3Y\f\f{=\u00de\f`u\u0273g\u0004o<\u000b,y\u071bO(\u00a24,,K\u0000iG16g.5\u001ff\u0003x\u0006<\u0003\u0001\u03c0gs,3\u0019\fx\u00163\u0003<\u0003\u0001\u03c0g-K\u0000-Xhk\u0004]`D\u0000\u0011|\u0013\u001bN&|B\\:\u0015 \u0012\f\"IQDP\u001b\u0004~\b>lg3\u0019\f~\u0005~\u0006?bfg3\u0019e\u0000~N\u001e?#\\(l>\u03e7\u0014|c5O\u000b>Y\u001a\u0497\rD7$\u0005<\u0586]jl?>lg3\u0019\f|\u0005|\u0006>\u0003bfg3\u0019e\u0000|N\u001e>#M\u0433|z\u03f3RnA<3rkv8\bz.\u001f\u000f\u001aj\u0003zRcm6g3\u0019\fz\u0006=\u0002=A\u03e0g133\u0019\fz2\u0000=m'{\u0001\u01fd\u0019gf=[6Ks\u0018\u0002>\u0003\u6c80g3Y\f\f|\u0006>\u0003\fug\tz6\u001b=GI\u0012\u0005T\t\u0015C^\u001b\u0433w\\\u0019A\u03fb\u000bl@\u03e0g\u0433,3\u0019\fz\u00163\u0003=A\u03e0g-\u0003sv\u0019\u001bT3z={\u0018\u0003m1\u0005x\u0006<\u0003e\u0001\u0001\u03c0g\u0019\u0019\fx\u0006kvg3y\u000e\\\/\u0005lN\u000b|\u0006>\u0003>M\u0433|9 V\u000bT\u0010\u000f9s=msEGB\u0005=gI^|\u000btW~mA\u03e0}\u0006\u0002=A\u03daoA\u03d6\u000b\u0641A\u03e0M:s\u0014\u04339-\u0019<\u000e\ryzE^P\u0001<\"I'!v{.\"-DfCm\u0765c\u03f3\u0006\fx\u0006<\u0003\u0001\u03c0ZYg3\u0019,f\u0006x\u0006<\u0003\u0001Z\u0006\u0000E\u0003\u001c,\u001a\"{n$\u0002?7\u0012u\u03c2[9*rNP\u0013\u0001\u001fE9Q\u02e0X\u06bf{.EX`GgUX\u0014\u001f6\u0526^g.5\u0002\u0013\f~6f\u0000~.3\u0019\u0006\u0019l\u03da\u001d\u0019\f~\u07a4\u0003?K\u0001?\u04c2=W7\n|6{)\"\u0283{KQa\"\u0018Bt#gaK\r\u001b]jl?D7l6g3\u0019\f|\u0006>\u0002>\u0003g133\u0019\f|2\u0000>m'\u000f{&l^\\\u0012AlYR\u0014a\u0010|#\bq?P\n>\u0007jy\u001d9+o[\u001bUg.5_\u001b\u00123y\u0001\uce7a`\u03f0g\u0633\u001bg\u0633=kvg3y\u000e\\\/\u0005lN\u000b{==#|\u0003y%\u03c2e\u000b>\u000f.aa\u0000Qe0u*\u001cgj'QdCmGug.5_\u001bp\u000fx\u0006<3\u0000G.\\Q)!\u000e \u0765\b>WFg\u0002>\u001b.3\u0019l.\u000b\f|\u0006>\u0003\u0300g3Y\u0000\\<|Fy{W\u0005\u0003sua\u03f0g7`\u03f0g\u0005{`\u03f0g&\u001d^\n\u065c\u0016\f{\u001e\u0007{F\u0006KY|daM\u03d1Z5EE0AQ6\u000bT\u0792\u000f\u001ajA]jl?\u000e\u001a\u0000\u0001\u03c0g3\u0019\\+\u000b\fx\u0006<\u0003\u0000\u03c0g3Y\u0012s\u000b\u0016b\u0011=\u0015&D=7\u0012\u001b{\u001e\u0018?l.~F2\u0003?}\/3\u0019l.\u000b\f~\u0006?g3Y\u0000\\<~F\ufe7aQ\u001c-uDl;a\f\f{=`\u03f0g\u0633,3\u0019\f{\u00163=\u00dea\u03f0g-\u0003sv\u0019mB=\u0004gt3z\u03d5\u0019\u0019\f{{a\u03f0gsYg3\u0019,f\u0006{=\u00deaZ\u00063z7g_3z\u03fat3z\u03d5\u0019\u0019\fx{\u0001\u0001\u03c0gsYg3\u0019,f\u0006x\u0006<\u0003\u0001Z\u0006\u0000\u0377E\u0016|{\u0012\u001b:gA\f\u0015:9~4\u0004[X-I=\u0005A%\u02e5n\u001b2J\u001b4#6\u0011Ug.5_\u001b|\u000f~\u0006?3\u0000?W\u0017\u0019\f~|\u0003\f~\\g\u000e\f~\u0006?o\u0481\ub940iqg\u001bZ,q\u0142jYT\u0014E7YV;\u001c6V,\u01a56\u001c6\u0765A\r\u0019\f|\u0006>\u0003\u03f5g3Y\f\f|\u0006>\u0003\fug\u0004\tz6#8J\"\u00133jPn\u001d=*\u0015ya~g\r\u0019\f{=\u00dea\u03f5`\u03f0g3Y\f\f{=\u00de\f`u\u0273g\u0004o \u03fe\u0005$\u000f\u058a\u001bQ\u001at\b>a\u0018g3\u0002Cm\u0010|Rc!l\u0001<\u0003\u0001\u03c0g3V\u0016\u0019\fx\u0006<\u0001\u0001\u03c0g%g\u000eqdk\u0004KB\bH\u0019gt3\u03d5\u0019\u0019\f~{gsYg3\u0019,f\u0006~\u0006?Z\u00063\u054d^-|Fiug\u0004wfg3\u0005|\u0006>\u0003e\u0001g\u0cd8\u0019\u0019\f|\u0006>k\u0019\u0000\ubd93\b>oojs}c8sj\"xA9,<\u0748C\uc2cb6t[\u001bd7~nl@\u03e0g3\u0019\fz\u0005z\u0006=Abfg3\u0019e\u0000zN\u001e=|\u0003x*x>\u07b3Z7\u2674wY.Us\u0012Q!j\u0018j\u00deg.5\u001f{m6g3\u0019\fx\u0006<\u0002<\u0003\u0001\u03c0g133\u0019\fx2\u0004\u0702F\u0005\n{n$\u0002?7\u0012u\u03c2YsV\u0017j\rA9H3o}T3=k\u00feg.5\u001fm6g3\u0019\f~\u0006?\u0002?g133\u0019\f~2\u0000?m'{n\u0014l6\u0017\u001c\u0017Y\u001aQk\u044d\ta8aqy\u001aJ\u000fkCm8l\u043bKa6\u001b3\u0019\f|\u0006>\u0003ke\u0001g\u0cd8\u0019\u0019\f|\u0006>k\u0019\u0000\ubd93=oo\u0013l6\u0433P\u0016|\u000erf&ws\u0012\u0000;\n>Y(m\u0005\u05f5i\u001bq\u0667K'5=\u00de\u0019\u000b\f{=k\u0001{=[.\u0633f\u0007{=\u00de7`R`\u6d30g837go,\u0012d\u024d(.0O;(>y$ItU|\u000e\u01444,\u0011?`\u000e\u0565 \u03d0gc\u0006kV'mkw\u001a\u000f\r\r\u0019\f?\u00df\u03f5g3Y\f\f?\u00df\fug$\u001b>}`VQb\u001cCv#$,ZK>E\u0352@Qy\u0016\u00054.\ris^g.5\u001c\f|6g\u0000|.3\u0019\u0006\u0019l\u03da\u001d\u0019\f|\u07a4\u0003>K\u0001>\u0002H>oo\u0013l6\u001f(P+\f5Op`\u0010FQ\b;\rYoH\u0699\u074d=\u0007aY+M\u0017\u031e}~m=\u0019\u0000\\]g3Y\r3r5;3\u0019I\u0007{\u0002{6=\u00de|\u01f9 UY\u001c\u0001\u06b0\u067bK\u01e6g\r\u0019\fx\u0006<\u0003\u0001\u03f5\u0000\u03c0g3Y\f\fx\u0006<\u0003\f.\u0000\\3yS\n>GjO-s\u00103qt'r\u0004\u05f5qsk\u0001^]jl?\t\u0002x\u0006<\u001b3\u0000W7\n}6kY`\u0017\u0014DrY\\d\u0010Ia\u001cQ|\u0006g.5\u001f6\u001b3\u0019\f|\u0006>\u0003ke\u0001g\u0cd8\u0019\u0019\f|\u0006>k\u0019\u0000\ubd93(>ooj\u0473D5<6\u1368\"A\u001dC9M\u06df6\u0016E\u0010(>Y\u0018\u00164.\raw\u001a\u06cf6\u001b3\u0019\f{=\u00dekea\u03f0g\u0633\u0019\u0019\f{=k\u0019\ubd93g(>\\5y\u0013Jn35\u000b\fy\u0352\"\u0015n\u001byV\u02cfr\u0506k,`\u04e5\u0013z\u0013\fye\u0000y.3\u0019\u0006\u0019l \u03da\u001d\u0019\fy\u07a4_!\u0011\u03cdDF\"$H>[l\u02df|gs\u000b\f?\u02c2?\u00dfg133\u0019\f2?m'\u03df|n\u0014l6\u001fg$|\n|\u0300gs\u000b\f|\u0006>\u0002>\u0003g133\u0019\f|2\u0000>m'\u000f|\u0562g$\rH>_\u0005{F2=\u00dea}\/3\u0019l.\u000b\f{=\u00de`\u03f0g3Y\u0000\\<{F\u0006MA%7P\u03c4BnnP\"Xw!Q\u0011$Ij6Ug.5_\u001bl3y\u0001\u4e7a \u03d0g\u0233\u001bg\u0233#y\u0016?>]`kD%!H\u0004n$:\r\u0016N;\u0003N<\u02c2,\u00171$gE&\u00127H>\u0007Q\u0018&{\u0006Q9Q\u0012KkCm'ug.5_g>\u0003sug7g\u0005g&\u001d^\n\u065c\u0016\f\u001e\u0007FQ\\,H+_s$LR1H>GZ,\u0306PU@x#I\u0016ojw\u001a\u000f\r\r\u0019\f|\u0006>\u0003\u03f5g3Y\f\f|\u0006>\u0003\fug$\tz6#\u0013$-eH>Wfg3\u0005{=\u00deea\u03f0g\u0633\u0019\u0019\f{=k\u0019\ubd93gH>@3H>%H>Wfg3\u0005ykg.5\u001fm6g3\u0019\f|\u0006>\u0002>\u0003g133\u0019\f|2\u0000>m'\u000f|&l>Q\u0004j\u0005I\"\u001c$ue\u03f1ZB:sP\u0014d6:\u0633W\u001aO\ng\u06339\u0003sua\u03f0g7`\u03f0g\u0005{`\u03f0g&\u001d^\n\u065c\u0016\f{\u001e\u0007{F\u0006KvI\u0015Ku\u0006I!\u06e0\u00174\u0006Q|\u055c$L\u0680mm\u0765c\u04f3\u0006\fx\u0006<\u0003\u0001\u03c0ZYg3\u0019,f\u0006x\u0006<\u0003\u0001Z\u0006\u0000[hLFEbBH4s\u000bU\u000b}FyO\u001c\fgQ\u0016%I[\r, \u03c5\nv*ZpD-\u0014wiX|\u066fK'~\/\u0002?\u001b3?W\u0017\u0019\f|\u0003\f\\g\u000e\f?oiq\r~nqt`\u0012U(\nLt\u001a,\u000b>gE\u001cy(6\u0011v?\u0017QR\u030ayETy$<~.4\n\r6\u0006\u05e5k#[\u0002}>3>W\u0017\u0019\f}|\u0003\f}\\g\u000e\f}>oA@iq6\\G|t=7\u0012h\u09a7y\u0005Y.#\\=@3l`yeY,,wcy\u0010q,\u0018j\u0003{Rcm6g3\u0019\f{=\u0282=\u00dea\u03f0g133\u0019\f{2=m'\u03de|j,\u001cz>s\u0017j\u67f5>l0-8\u0344\u0233ZEYT!\u0688N~\u0015\u066bK\u05c6C!\f \u0005y9,W\u0013L\u063f}\f0)@W6I>ER.\u0018Uj='-6>jfg.5\u001c\u0001?\u0019\u000b\f~\u0006?k\u0001~\u0006?[.f\u0007~\u0006?7Rg83\u054d\u0002#?p0 M \u00111$P-hBI>)\\&g\u0003\u001c8X[l\u0586\u0003\u0007~\u001c8h>Cg3V\u0016\u0019\f}>Ag\u8cd6\u0001n;y6af\u0013J>gER\u00139+(\u000bc)]\u0017\u0015j\u001f\u0013\u001ajfg.5\u0004{=\u001b3=W\u0017\u0019\f{|\u0003\f{\\g\u000e\f{=oia\u03f0qg$o \u0019g$ug$+33\u0019Ag\u8cd6\u0001n;y6afg4|^l1=,aMcs\u000b\f{=\u02c2=\u00dea\u03f0g133\u0019\f{2=m'\u03de|jNs5\"\b44\u0013XoG\\-#BzR\u001bj# ^]jl6\u001e\fyg\u0000y.3\u0019\u0006\u0019l \u03da\u001d\u0019\fy\u07a44gzx\u0015y,\u001d|\u000eBO<+<+\n~M\u0017\u02df~\u0014\t\f6g\u0000.3\u0019\u0006\u0019l\u03da\u001d\u0019\f\u07a4?K?\u009fh>W7\n}6Ix|r\u0015q\u0014<|Z\u0438QI9\brI5bVdY*>M\t%`}\u0015\u066fKM'M;gK\u0006>C\u03dao@\u03d6\u000bAM:s\u00149-\u0019<\u000e6=K,U,(\u0017_ZWkiQ\u0007`Y\u001aG\u0005;\u05a6yy\u02de~\u0784=\u00dem\u0019\u000b\f{=k\u0001{=[.\u0633f\u0007{=\u00de7`R`\u6d30g837L[jn\b57\u0002*$v\/75\u00050\rY%x66\u0765A\r\u0019\fy\u000f\u031f|N?7?\u00df}\/3\u0019l.\u000b\f?\u00dfg3Y\u0000\\<Fk-u7FOgjq\u001d$~FcsGZ\u0002\fa1+~\u0006\r.5\u001f\u001b6\u001b3\u0019\f}>CkeAg\u8cd8\u0019\u0019\f}>k\u0019@\ubd93h>oo\u0013l6Gyw'h>[l\u02de|`\u03f0gs\u000b\f{=\u02c2=\u00dea\u03f0g133\u0019\f{2=m'\u03de|<{z>s3 pa|N\nC~\u0006 j6Fz^\u0007yRc\u0306Ag\u8cd6\u0001n;y6afs4wwv\u0019\f\f{=`\u03f0g\u0633,3\u0019\f{\u00163=\u00dea\u03f0g-\u0003sv\u0019\u001b\u02337y\u001e\u06eeg4|^l1<,!Mcs\u000b\fy<\u02c2W7\n}6kY\u860b|V\u02c3|\u03f9ZP\u01f1sYNxS\u001b\u026f>{u\t}>\u001b3>W\u0017\u0019\f}|\u0003\f}\\g\u000e\f}>oA@iqg4\t{6k\u001b$Ek>\u0015sQd\u001b\u0312(h\bL@x!i\u0016ojw\u001a\u000f\r\r\u0019\f{=\u00dea\u03f5`\u03f0g3Y\f\f{=\u00de\f`u\u0273g4o \u03feY0d\u024d4R\u02d0\u0010D\rj\u0012$nQ\u0007a =\f\u0001<{w\u00006\u001b3\u0019\fx\u0006<\u0003ke\u0001\u0001\u03c0g\u0019\u0019\fx\u00067\u0012\u001b:g!_m \\|Ho|.@-L\u0006\\EP\u0016t[\u001bw\u001a\u000fl?\u00dfg3V\u0016\u0019\f?g\u0001n;ysug&<6FAy >s\\\u0005B\\\u03f9ZtQ($\u0312\"\u0012$G4Mm\u001cw\u066bK'Mgs\u0006>C\u03dao@\u03d6\u000bAM:s\u00149-\u0019<\u000e6af\u001f7x\u009dYTB*h\u0018$(Ri`ji\u0016a\"dCm`]jl?\u0633\u0006\f{=\u00dea\u03f0ZYg3\u0019,f\u0006{=\u00deaZ\u000637WM|n%\u000b\u0012\u0000&8?\u0000xNi\u0016\b:(d6m$#.\u0017<{u\u0680{3y\u0001\u0e7a\u0000\u03c0g\u001bg\u0002#x!\u000eZ[$.\tF\"s#Qg,8&W7\n}6k\u001dOO\"<\u0014\u0018\u0007\u000e&y\u0015i\u03c5Z\u0015Q(IEw:p0)$\u0017\u001d\u0004>u$h3\u065c\u0001g\u001bg>kvg3y\u000e\\\/\u0005lN\u000b}>>#M\u0633|\u001by\\.Si\u0007s8\u055aA18\fY\r;\\\u0565\u0013z\u0013\f{e\u0000{.3\u0019\u0006\u0019l`\u03da\u001d\u0019\f{\u07a4=K=\u009ea`H>@!usaqSt\u0620Q1\u012e,J ('6zRcf\u0003y?D\u0016\u0006A.\u0010xs:S+p\u0010$K\nY\u000eP\u001b4~h>lg3\u0019\f\u0005?\u00dfbfg3\u0019e\u0000N?\\(l>r|J8OX<9\u0004Y\u001e\u0003s\u0017a8qpW6\u0011\u0017K~b>C\u0019@\u000b\f}>k\u0001}>[.f\u0007}>C7Rg83\u06c4=5\rAw>\u0007y\u0014\u04b6;Ud\u0016\u0171s\u0014\u0016L|cM\u001bvz\u066bKf8\u0019\u0000\\]g3Y\r3r5;3\u0019I\u0007{\u0002{6=\u00de|\u0005S;\u000f\r8\"\u000e\u0202|&m\u0000U0\u000bTK\u001bY\u0005^ij6{\u0001\u0340}\u0006\u00024\u0003\u0001\u035ao\u0000\u0001\u0356\u000b\u042c\u0001\u0001\u0340M:@s\u0014@9-YwsVDimU5B-Hp\u0000\u0015q\u0016r\u06fa\u0000}zg\r\u0019\fx\u0006<\u0003\u0001\u03f5\u0000\u03c0g3Y\f\fx\u0006<\u0003\f\u0000u\u0243g\u011c\u001b\u0005;K\u000bj\u001e_E,\nd]\u051cZ\u014b\u037a\u000e~\r\u066b;M'L3\u0658\u0001\u0739pg\u001bpg;kvpg3y\u000e\\\/\u0005lN\u000bw;;\u6f3dM\u067c\u03b9\u0006O\u001c\u0007A\u001e\u0004QM58IHxM9\u000eY\u0409\u0005\u06dd\u0003:l@g3\u0019\ft\u0005t\u0006:\u0003bf@g3\u0019e\u0000tN\u001e:|s9. qk\f\u001c\u0015Y\u05aam77kv\u0010\t-\u06c53GE\u001eIFyS6\u0010\u0017\u02d9z\ue7843\u00d9m\u0019\u000b\fg3k\u0001g3[.8f\u0007g3\u00d97Rpqf\u0001Hhk\u0002-\u0012ys#\u0011\u001aiI\u055c8\u0272\u0006,8\u0014x\u051c^-Zm]l\u047dX\u055d\u0593R\u0000\u0001\f\u0000\u0005x\u0006<\u00035\u0000<\u0003-\u0017Y\u0003<\u0003\u0001\u03dbtz)gsZ3y\u001c\u00195F\u0015;l2G\u04b93j;33\u0019;\u00ddpg3Y\f\fw;\u00dd\fusg\u051cy\u0539fA\u00139G\\%I\u0014GE2sTj>j7\u037a\u0000}z@g\r\u0019\ft\u0006:\u0003\u03b5@g3Y\f\ft\u0006:\u0003\fuCg\u051co@\u03bey\\\u001a9[\u04a03Ch\u0006g3\u00d9^pf83\\\u0016\u0019\fg3pf8%pf\u0011\u001c_\u0219\u0013ys#\u00113m\u0016\u001d3m>s\u0016Eq!\f\u0566s*\u0004nji\u0010\u0016q*=uR\\\u0005xNS!\u0013\fx6f\u0000x.3\u0019\u0006\u0019l\u0000\u03da\u001d\u0019\fx\u07a4\u0003sX$6.7\u011c0\u000fLNbaNSuWzmN`\u0004;\u0019\u000b\fv\u0006;k\u0001v\u0006;[.f\u0007v\u0006;7R`g83b\u0004:\u01fdtbq\u0011\u0007y\bb\u001e\r\u001c\u0017Z\u0003uD\u000b\u0259uaowZ6\u001b3\u0019\ft\u0006:\u0003ke\u0001@g\u0019\u0019\ft\u0006:k\u0019\u0000\ubd93\u03889\u07c0}9@ydM1(a\u011c0\u03cb\u0016\u001a\u06fa \u06ddCf\u0003g3\u00d9pf8s,83\u0019\fg\u001633\u00d9pf-K\"683'.\t1F\"hs#Qg,8_u\u0005z%9GE\u001aFq\u001dY\u001c\"['5g6rQY6{t\/<{u$\u0019\u00133\u065c\u0001\u4e7a \u03d0g\u0233\u001bg\u0233#h\u0016:\u00114'.\t5F\"ps#Qg,8\u07f8e5N\u001c%E\u0011dm\u0011]Q!htRs\u0502'\u0015e\u001euis\u0010\u0142g4^\u001bl\u000fx\u0006<3\u0000\u0003supg7pg\u0005wpg&\u001d\u0739^\n\u065c\u0016\fw\u001e\u0007wFy{Pg7;N9)fI\\\u0324]:tN8R@\b\bZl\u00059g4\u001er6\u001b3\u0019\ft\u0006:\u0003ke\u0001@g\u0019\u0019\ft\u0006:k\u0019\u0000\ubd939\\5rFygfwff@3\u0005h\u00064\u0003e\u0001\u0001\u0340f@\u0019\u0019\fh\u00064k\u0019\\\u0002hnVE[#h\u0002WD97\u0012\u001b:f!\\{\t][\u0682\u0003su\u0001@g7@g\u0005t@g&\u001d\u0439^\n\u065c\u0016\ft\u001e\u0007tF\u0006\uc2dc\r\u0017\u001c&z^\t4\u055c<\u000f,9\u000eS)\u06a89J\u0016bAWw\u001aZOI@3\u0656\u0001\u0000\u0340f@\u001bf@\u00024kvf@3y\u000e\\\/\u0005lN\u000bh>#hn\u0012E[#h\u0012%7s\u001bUj\u039dd5Ps\u001e)n\u001eFy\u0005Y.\u001f\u0016Gmj\"=h1t\u01860C\u0019@\u000b\fa0k\u0001a0[.\bf\u0007a0C7 R \u00103\u0012f\u000b\u0003+\u001a\t\"\uf490ln$37\u0012fCs P\u000bl\u000e\\-Vb$\u066cQ0dP\u0011'\u0000^ \u001eWzROB!\u03f6\f \u0005yij=\u001c\u0019l\u0000\\]fH3Y\rH3rA5;H3\u0019\u04bcI\u0007i\u0002i64CA\u0011lj\u030e\u6b79I=cV2g\u0133(I\u06e0hg\u0004ztJFM\u0688\u000e_,cJCI!\u0010fs\u0006\u00100C!\u031ao@!\u0316\u000b\u00acA!\u0010M:\bs\u0014\b9-YC+\u001a\t\"\u0006\u0014l\u0016G\u000b6KE H3\b6e\b6\u0012\u0006;#\u063c5\u0003<\u0003\u0001}\/3\u0019l.\u000b\fx\u0006<\u0003\u0000\u03c0g3Y\u0000\\\u0000,\r\u011a\u0004Y*,,pDs#uD\u03682(\u0001<\u0003\u0001F33\u0019\u0002<\u0003\u0001\u0000\u03c0g3Y\f\fx\u0006<\u0003\f\u0000u\u0243\u7f05H\u0010+d(\u0005\u0004s#\u0011\rc\u0014\u0018\u0015Y L\u0019\fy\u0016e\u0432N\n4%r\u072cK\u001b}e^ij=\u0001k5\u001b35W\u0017\u0019\fk|\u0003\fk\\f\u000e\fk5oia\u0370qfQ\u000f.!\u0016`<)Pj\rH\b0}]8)\u0437;9)pg\u0004i4.H4C! \u0350fH3Y\f\fi4C\f u\u0253\u0016'\u0005&\u04bec\u0014(\u0014\u0004gn&1'\u0005rR '\u0005jf\u0010f\b3\u0005a0CeA!\u0010f\b\u0019\u0019\fa0k\u0019\\\u0002a\u0016\u0001\u0002U[$.\u0002\u001b\u030dD9|u\u0015\bY\u0011Ga\u001es\u0004\u6705A\u001e\u001b9K<\u000f\u0005@\u07c9:ga yS.mt .;tD!3\u0658\u0001\u4e7a \u03d0g\u0233\u001bg\u0233~sh)wS\u0013\u0004=v(8l`0f\u00183\u0019\fc\u0005c1\u00d8abf0f\u00183\u0019\u01ace\u0000cN1sB\r\u0019l$Bm\u001al9\n8\u0018@.#\u000fLz\u001c@)\u00e3\u000e\fPe\u0000P.2@\u0019\u0006@\u0019l\u0000\u029a\u001d@\u0019\fP\u07a4\u0003(K\u0001(\u0002\b[H\u0011FEXH\u0111D`FTfH@Qf6\u001b\u0003m1\u0005x\u0006<\u0003e\u0001\u0001\u03c0g\u0019\u0019\fx\u0006naeA&B\u0000\u0001\u03c0g\u0019\u0019\fx{\u0001\u0001\u03c0gsYg3\u0019,f\u0006x\u0006<\u0003\u0001Z\u00063G\u0002V7\nv6_F\u0018ep\u001cUj\u000ec\ua305\u0019C'\u001cITm]\b\u000e_,kNS\ubd51$5\u00da\u0019\u000b\fk5k\u0001k5[.Xf\u0007k5\u00da7`R`\u6d30fX8X3G\u0002no\u0013l6s\uf14d\u0117D=\u000bY[\u001c$j\u001e'nUN9Hg5\"m\n\u055d\u0013%@\u0360fc\u0006\u00025A\u035aoA\u0356\u000b\u052c\u0641A\u0360M:Ps\u0014P9-\u0019<\u000e\u02407f_|e[0\n-f\u0012 S\u0005;Pf\u001fk\u0012\u0017\u02d8}vB\/B!\u0336\f \u0005a0C5\u07c00C-\u0017Y0C!\u031bt\u0010z)\u0010fsZ\b\u0019\ts\u000b(\u001a\ts\u0017($F\"8s#Qg,8Y\u0623{\u00028\nPl#H6QV\u001eFC9Tk4\u0013vwl\u000e0DQf]\bA\\,wNS\u0011f<{\u020b\"\u001b|jD\u5cb2%t\u000ebP+C C\u0510;hE\u0016\u0539\u0006\u055d\u0013z\u0012\fte\u0000t.3\u0019\u0006\u0019l\u039a\u001d\u0019\ft\u07a4\u0003:K\u0001:\u0002\u001c\u001bxs\u0219c\u0003\u001c\u001bx\u024cc\u00037f\u0010f\b3\u0005a0CeA!\u0010f\b\u0019\u0019\fa0k\u0019\\\u0000a\u000e['\u069a\u0010bD%ql`#\u0011J\u015b96\u0010f\u011b\u0190g%i\fyuA!\u03d0gsYg3\u0019,f\u0006y\u000fa030W\u0017\u0019\fa|\u0003\fa\\\u0010f\u000e\fa0oA@i!g$\u0007\u0737XX0KR\u001c\u001b%37\u00123\u000b\u0197|jZQ$vs\u0010'Y*IKwn\u000ex\u0016f-6n\"U`g4^\u001bh\u000fx\u0006<3\u0000\u1841g-YO\u0001x\u0006<3\u0000Z\u0016{Y-bYy7\u0015_V\u000f;{5Z~\u0003d\u001fV_\u0661\u0017\u000f\u000f%{xieM\udb2c\ude91)-\u07ad\u0016Ok~J^i'p\u0010\n?oQe\u0015\u000e\uffe9\u0014t[zn)\u0002OoZ#\n90\u05a4\u008bi7p[s\u0007\u0013\u000f&`$\u000f~\u0013\u001d\u03ec\u001ewvo\u02fd,.\"V|vk{,u@C|;82;6;\u001aoj^;j ~\u0015\u000f0\u0007\u0002\u001ftY&U\u0003(v\uf52a\u074cJPOU0=>\u001f\u01cf\"=BNLcKz.\u001f[9nx]#\u05c8s$\/w;j3^=\u000f|\/~{\u377es{r'O\u001fmdr\u01ef-9~Sq<\u0383pa8\u02c3\u0001`\/A1F\u0535\u0004\\z:~a?cv\reg\u0018J_\r\u001f#S\u0013CsQx\u0018\u001enc\tT\u00143,\u0011;i'bZmt\u0005,\u0003:Ds\u0015\u001e\u0016?x\u0010\b\u0006^+=&\u001eg\u03e2\u078e \u001cvgw]D6w|\u0018\u0013N\u0016\u0010\\_=5 }\u0018\u0523C`?Xw}\u0011q\u05b1.z\u01bac<\u001eJ\u0017OO,G\u041amh\rS`''^\u00049[N\u06f0\u0017Z:g6Y#\u001d:a\u0011.8P\b'W@i\u001dQ\u0016\t\tR%D1AcD \u0497\u0005\u00056yB\u0006\u0018\u0014\u1f8d\n\u001fY\u0007Qa$QAg\n\u000b\u001b97,5\u0005i_\/?.EF*\u0399O\u0011\u0016[<\u0013\u000e\u0017\u001fZ\u02c9\r!\u001b\"\u001cB\u0004KYL\u0223f >\/p1YyC\u001bW^aH\u0010\u0012kKYJ\\|L\u0018Rb)V\u073dn\u0013\u000e\nJbw\u0645L\u0015\u01b0F9oTp\u001dw4x\u001d_x!:\u0013 \u0673KZ\u0011SA\u0002\nO7#N;\u001c0w$\u0011GsM:,\u001d@\r5\u001bP-50?:em\u0481A\r[}\u0007_Kb`\u001dWgGx\u0538.\u0017\u0000\rF[b\u0004}lwpptdr\u0773.us>[i|x\u0004\u00015\\<]H\u0007B\ta\u000b\t.\u0011u3\u0004fqM3$x\ry\u07d7w\u001f>..!,a0Y9R\u0016\\2\f\ri\u0006A?AU\u07d6\u000fw?|gtJ\u000b\u078c#\u001cCf$Kq:\"\u0001Fd;z\u0013\u0007ohV ]u\bK\u0003Pd\u0004.Sr\u0016q'\u0011S\\oM)\u000ev:=D\u045bM\u001bu\n9\rUioi8%Vlzr\u001a>\u0003{3\u056c}z>\r\u0001b~\u0001\u0016\u0000\u0010\u0013\r\u0000\u0100\u001f>\u0018\u00171\u001dB\u06dbcc\\cyG\u000e$\u0010\u001f)\rbaxn\u00071g^Qz\u037av 1{4{\u6737\u001d'\u001eA&\u0083x\u0018aeAeTsi\u0019q4\u01af00\u02ea\u0001\u00180#\u00d05bH\u0001Z\r?1;GD\u001f\u001a<4\u000b`\f7cpwg\u001cb_}\u6fa3\u001e'kO>\u0005\u0019O@oyX7\u0007v;\u001d=O=xta\u000e-5WJE\u053djY\u001e]j\u000fb=R%\r-g\u029b3m9H\u00b1Q\u001aYdB(8nUy\u0006y\u0000^}8w}q\u001f\u03f8\u001c^\u0007\u000f|q\u000f3\u00a5\u0309\u0007uL5\fj86pCZ:*pAwB`?Ec\rp\u0419\u0006K\u00078x}\u000e\u001b>\u0004]xx%rc\ud793{O26%\u001f\u001fb\u000b\u0017=\u0006ueC{|$-^3|\u001b\u0010\u0017Sx#w\/<.=6'QPF t\u000bXjB\ubddcqs4>(\u001a]\/\u0014\b~\u0018;>ZN\u03a2\u0001z;p\u0723\u0016`#*@itg'\rqH=][\u0017#\\Q>HP>Ep\u000e\f3;*9\u01ca\u0006G\u01c6\u04c9(9\u0003p\u0003]\u0018\u0001C\u000esH?s+i\u001eg@\u0007t|lZ4\u0001-W\u0013=G;6&$g\u001dk`\u001f\u001bp\u001ea`\u001f\u0004Mg`I\b${\\\u001a\u0281rwO#\u06cb.c\u05b7kb \u0007.L|{;Ax4pg\u0011\u0001Cp\u001dRxc\u0005G%GE}..3Vr\u06c7|[t\u00b1lC83c\u0013\u000f#SAx\u0018\u0001=\u000e\u001a\u0013o\u0013\u001f\u0015E~\u0003\u0007cA\u00027G*+r]b+6\u0003<\"\u04d2\u001eS?\\\"\u0003y(Ox\u0018\u0531K\u01bds\u0166xar\u001e\u001ayt?\u03b68pZ}\u0011\u001f\u000f.1s>\u001e\\+6\u01c3{Px\u001cSA=T#\r!\u0002?\u02a0\u001fNo\u000bz\u03cf`\u061b\u032f}\u060f\u0014;Wlz^\u001a>)A7\u0000(CX\u0100\u0006! \u0002@=ezu\u0001@Z \u0004KK\u000b\u0002Cp\u05e3\u0004!(4J\u0613\u001fC$\u0004\u05a5W,hqm.\u0746r{\u01f4\u0018[]\u075f\u0018Y-?S?>>+}w3\/Nc\\C\u001aJ\u0001CI\fC\\\u0019Jg\u001dJR~zz\u0019c!G!^]x*U\u0013V]m>\u000e9q\u06bcT\u04a4ON'Bo\u00dd\/G\u85db?\u0016\u001f)g}>:h\u07c9tmV\u0006!8@U\u06c9>wbD'\u000ePvyZ\/_~\\>V\u001bJho\u0016puN=\u0017wHkKas;>J\\|}\u0011>*=v\u0002w\u000bSqJp\ra+vS4(K\u001d:\u0012u\ufed4v\/R\u0137(^\n\f#wug?d\u001dd\u0004\u001f\u000b\u0007w\u01f08C8q9\u0010N\u001c[~.v\b{\f*=\u0006q\u03ef5\u00b1gQ1\u0007\u001eo<\u0017\u000e\u001b\u0019b\u0494\\uynl\u001c\n8|w9K?4\u05f0}uO{-?~xK;Te\bGoU>\u0019ad\u001eF&\f\u0740\u0016?0c`WW;uc`\u001f\b\rli\u0006w>-\/F8\u028f\u0015\u0220\\*>l}&ZaS\u000b>Z|\u02b3}>\u001e~x;wl\u001f\u001fW\u001e7(C{m\u07d7\u000fO7\tjK\rn\n}sP\u026fb+\u03dfp\u04e6sMV\u7bd7=\r?n|\u054bonW\u001b3 &e]._xmOV\u0017557\u026b\u0167Gv{[)s(n\u04cd\u001e\u001fU|*;r[!*\u03f7zA&>E=|\\^\u0014\u0012o\u03c5W\u001fZJ-Y6\u040bO-\u000e\/\u001f-l\u01e7~X\/[?\u016d3\u07a42\u0771|ct6wou\u001a\u001cJ\r~\u000b\u07d9sRs>J\"'\u0010CZ\u04ad\r~3\u0016\u0005y\u0014v\u0017\u000f\/\u02e7Qx|=\u0010K(O\u001e\u0003]'x'~nq5\u0019\u06dd;r|{z3em~^}RgP+\u01feII?e[U]~^U\u00137>,\u0017\u000f\u001fcgRy\u0003\r\u001d\u0000~\u0017R\u066ae\u0019^6s\u0005?;?=sg(8N>~\u0000]ty\u0577O)]|8m\\\u0017;\u0005[9(qV&\u0019-\u001f~}ZX=m6h\u06d7\u001c\u001c\u0013,?-\u000b\u0007f)-g)\u0016~\u0014g7'u\u0014so\u035eU\u05bdVzj=:z\u0016A9T\u0014a\u0015M\u0015(\u001d0Qb(e~_\u0011\u0015-\u0005\u0744k%J-\u0016\u0013|y\u0000Zv\u0019o\u186dseyqY^r\f\"4_,+VJW\u02d4(\u0019\u000e|V\u05fb\u0018;'s\u0518g\u001b\u05bf\u070a*\u0011RS\u0005}d?W\u001dT>\u0014=\u07b6x`~`{=\u0016\u001a\u001fo>=|,[\u07a3p\u001f~?w\u0016^\u0016\u001ai[CiKtML7r\u001d\r[.I\u0013\u001d\u031fkXW)7w+*':m9}ay\u04e6clN~+i\u0013\u00173]wG\u001f\u038f>]\u001f-|a\u0015l\u0003v[,|yxh\"\u06fb2]9z\u06b6otv\u91771:\u5bed^\towJ\u000b\u000b\u001ey\u000f\u0015[nV{s,\u001fh\u07fd}\u06c6Xg)}y|uc`6Q\\gw\/JKZLo\u4797o\u2eb9iEMw]77]_w)7^\u05cf*RMdq{Ml\t\f>-nXm\u05b6:Lrl6CM\u0004u\u0011\u001aW\u0337]t\u07b6j:\u0017\u001e\u001e+khUs\u0015a\u0011?n\uf5dfzd\u0016\u0002\u000f[q\u01b8\\*;\u001b`\u00a8_\u016f \"},Jp\u0016q\u01a4'E7\tMR\/z@VVgvIG#KxG-dE4\u3ed2i\u059dT\\l-9A\r6\u001eiDy$>M=R&W\u0011(\u0017\b\u001d\u033bq}nC\uedef\u0017\"LE};e[E\"\u0302\u001cY0]\u001e\u0017,\u05efxWp\u0002=v8SI+m\u0016\u0013;i--}Y\t\u0007\u00011\u0013\u001f1\u0738\/cn\b\u022c\u00012k@f 3h\fdY\u0002@^\u0017\u0019\fd6\u0005d\u00062\u0003bf@f 3\u0019\u022ce\u0000dl\u000f~P\\5BfD%\u0001N\u0003mO\fg\u03f2Y\u001e\u0015yQd]\u0341jdyP'<@\u0017D*T\u00e6^u\u0012|\u0583:C\u0019@\u000b\fu:k\u0001u:[.f\u0007u:C7RPgHHR\u0016z\u001af\u000eu:7\u0320Fc\u00124:Pg,3\u0019\fu\u00163:CPg-\u0003f;}u\u001a+0(\bYD\u021d\u0007\bpUK\u062cY\u0010\u000b-\u00056{UKr%$\u0007l\u000663\u00006W\u0017\u0019\fl|\u0003\fl\\f\u000e\fl\u00066o\u0001\u0000if\u0019 mR\u001bi\u035a9\u0019\u073c1\u00037\u001b6Kps\u0018\u00027fp3Y\f\fn\u00067\f\u035a\u0005f\u0013C\u0004\u0725=\"\u0338Yj\u0011p4Y0>F\u0011Ga\u001e\u04df\u0569qR\\\td>A\u06c1A\f@\u0005b\u000615\u00001-\u0017Y\u00031A\u031bt z) fsZ\u00103y$Y}\u0019sD@f=\rY3\u00072\u0003Fc \u00124\u00062@f , 3\u0019\fd\u00163\u00032\u0003@f-\u0003 f;},\r:\u64ad\u00112'.\tLt\u001a\uc38agP\u03d8Q\u0017E& 9H\uaec85sfa^\f@*T\u00e6^u\u0012|\u0583:C\u0019@\u000b\fu:k\u0001u:[.f\u0007u:C7RPgHHR\u0016z\u001af\u000eu:7\u0320Fc\u00124:Pg,3\u0019\fu\u00163:CPg-\u0003f;},uH>\u0003\u0005\u0016%\u0018!P\u0014\u07394g\u0005\nG]F\u0018\u0015Q\u0016\t-as\u0016MZ\u0007\u001c\u001f6{UKr%$\u0007l\u000663\u00006W\u0017\u0019\fl|\u0003\fl\\f\u000e\fl\u00066o\u0001\u0000if\u0019 mR\u001bi\u035a9\u0019\u073c1\u00037\u001b6Kps\u0018\u00027fp3Y\f\fn\u00067\f\u035a\u0005fi$\u0010=\u00197KEqB\u0000nn$:\rn\u001e\u05c1gY\u0011Ga\u001e\u04df\u0003suA!\u03d0g7 \u03d0g\u0005y \u03d0g&\u001d^\n\u065c\u0016\fy\u001e\ry.r\u00110+YO\u0004y<@wfg\u0019\u0019\fy{A!\u03d0gsYg3\u0019,f\u0006y&s\u00116'\r\u04a4\u0004W=\u0019l\u001a\u0000\u00026`sl`sA=\u0019l\u00068\u0005lcfy#\u062c\u0003\u069c\u0013\u00057b:\f7\u000ff2\u001c\t7+W\u0015\u0019nf\u0019nf\u0019n\u0006\u0013pI\bX27k]\u072cd!gApr_%E&7WU\u06fa\u001dRi$\r\u0003\u04e4\uc11bW=\u0019n\u001a\u00027pslpsA=\u0019n8\u0005ncfy3\u072c\u06bbVV.*\u001c\u0006\u0373p3\f7f\u0019np3,\u00057p3\u072c6\u00067p3\u001c4\u0014\u071cW+r\u037cJ9}2\u001a\u000bP\u0005st\u00044\u03c3\u0016Cr\u0000\\ \u000eM[%u\u021c~\fm\u00112T\u001f^3\u0007.S\u0003Xep\u0019\\\u000e\rp\u0019\\\u0014p9\u0007.\u0010\u0007.r,\f.o\u0004U1V30\u0006^\u000e2\u001cTc5yex\u0002\/\u0017\f\/\u0018\f\/r\u0000\u001c}|^>gc\ucd7a\"\/\u0007%\u0004\/\u03c3m\u001d\u0002XtE_NIIq4\u0015[(Qs\u07f7g{5\f#\u04d4DW;\u0019o\u001a\u01c27xslxsA=\u0019o\u019b8\u0005ocfy#\u07ac\u001a\u079c\u001171xsP\u001do\u019bjxP\u0019o\u011b\n\u078c7r_x3\u078c7jcx3\u078c7A\u0003xsPYWi \u0015<\u000f\u06a38=Le\u001b3<8r-K9i@&e'\u053c`\u0000<\u0016\u0019l\u0006g\u0003l\u0006#\u0005l\u000e`3<\u0101~\/`\u001c\u000b6\u001bf\u001d(y\u0016\u00037\u0007fy\u00067XMy^\u0019np3,\u00057p3\u072c6\u00067p3\u001c4\u00007\u0007u3\u00d8)\u000bb\u073cdBy:\u072c\u0717i\u063a*R\u066d\u0539g\u0005-\u0235\u00054 N\u01b2\u0013y^egyj\u0000y\u001e\u000b<#<#\u03d1<\u0007g\u0019y\u001eg\u0017YE\u0233jd\u057bX\u01acs\u0018<#R\fZ\ry\u0016!3|mAgY\u000byFgYm\fyFg9h)Y\u001e\u00069\u001d9}2\u001a-\u0017\u0305\u0011<\u000fZ\u01dcA<[r4e\u02bdw\u0416 s`<$M\u0018N3\u0007.S\u0003Xep\u0019\\\u000e\rp\u0019\\\u0014p9\u0007.\u0010\u0007.r,\f.o\u0004U1V30\u0006^\u000e2\u001cTc5yex\u0002\/\u0017\f\/\u0018\f\/r\u0000\u001c}|^>gc\ucd7a\"\/\u0007%\u0004\/\u03c3x4`\u00156)\u0019\u0352X]C\bs\u0007-6ge}\u04b6?]v=3T[\u0001(S(Fp\u0010\t#\u064920w\u00183<51\u0005c\u019811Hz\u00183\u018c1\u000fq\u0018\u000b,b\u0018FYk9#\be\u000ecP:\u028c2be9V\u0013eWF*(3\u028c2}(3\u028c2(3\u028c2\u0007\rAWf~6^+*szPrO(:'_\u0267I\u0443JWfcMV2\u001a\u03f0\u0656}ww\u02224 KS\u01b2\u0017l^cfyj\u0000l\u001e\u000b\f6\u00016\u0351\u00026\u0007f\u0019l\u001ef\u0017Y\u0005`19\u06bc0\"n&F9o-s^:Z7GbZb5\u0019yF-3<}!3rr\u0018\u0796xl]}\\\u0015V=:rK|V\u2dd7\u0001yv4*<#S\u0003Xg\u0019y\u000e\r\u0019y\u00149<#\u0010< r,|Y|y\u001e\u0013\tb0Y\u0010\tgIL\u0002g\u00128\u0007 f\u0019b@\u00103,\u00051C\u00103\u012c6\u00061C\u00103\u001c4\u00001\u0007u\u001fI|LYN\u0002\u000ey^a\u0459\u0004\u03af`g\u0019v\u03b03,\u0005;\u03b036\u0006;\u03b03\u001c4\u0000;\u0007u\u001fI<^(,WrF\r\u00128GbHZ\u0004b5\u0019l\u0006-`3\f6}`3\f6`3\f6\u0007\rA\u0747f\u00128]n\u00138\u07dd,}Xn&kk5\u0019n-p3\f7}p3\f7p3\f7\u0007\r<\u00057kpZ]\u04c3{\"kY\f<\u000bZ\u0007\u0006\u0375m:=r\u030d[=6'\fs\u0494\u0004W;\u0019b\u001a\u00021C\u0010sl@\u0010s@A=\u0019b8\u0005bc!fy#Le\u0016,T'k3Y_\u03b03|magY\u000bvagYm\fvag9h\u0000v\u000e><;ysfRYc\u0002sn+['X\r28\u0003\u0003\u000fJS%9i@~\u000e\u2531DW=\u0019y\u001a@\u01c2<#sl s A=\u0019yF8\u0005yc\u7dd4\u7724f\u0441(\u0286\rdpnt9\u03c31gm\u0013s]U-\\R;mp\u0001:'\rc\u04e4\u0004W=\u0019t\u001a\u0000\u0002:\u03a0sl\u03a0sA=\u0019t\u00068\u0005tcAgy#;\u0001)1cme(^:[We_s#\u0004;^\\uvKU^r`\u0280R\u01b2\u0013u^ePgyj\u0000u\u001e\u000b::\u0391:\u0007Pg\u0019u\u001ePg\u0017YEQ\u7368s^JdF>py\u001eSl=LUk\u0007\u0001|X\u06b85r\u01d6`s\u0480<.M\u001aNy\u0003\u0001y,`3\f6\u0007\u0006\f6G\n\u001c\u0003fy\u0003^f9\u0016l\u00067(_kuAF\u000b1psP}\u0379+[\u001cz7Z%4 N\u01b2\u0013y^egyj\u0000y\u001e\u000b<#<#\u03d1<\u0007g\u0019y\u001eg\u0017YERG\u0703<\u0007%DF\u0018y\u0016\u061c\u0015E\u07729}s\u05adN\u02b3,m\u047a;H\u001a8e,;Uf\u000fh\u0006\u0006\u0000@3\u001c<\u001b@3\u001c)@sP\u000fh\u0006!\u000eh{\u0001X\u0019h\b4tf#9u]>Y\u0016g\u0018V\nW\u0001yS\u01b2\u0013u^ePgyj\u0000u\u001e\u000b::\u0391:\u0007Pg\u0019u\u001ePg\u0017YEQ\u73683Y\u000b\u015d\u0719\u06ad\u001d;.\u032d\u001dri$\r\u04a4\u0004W=\u0019l\u001a\u0000\u00026`sl`sA=\u0019l\u00068\u0005lcfy#L\u0016+[qn`\u07779Uo\u0255\u7fb2)eYS\u0006!N\u0019NyC\u0001y,3<\u0007\u0006<4tP\\,'d\/\ua8aa0sun\u000b\u0002^R\u0016s\u0480<7M\u001aNyCQ\u0001y,3:\u0007\u0006:G\n\u001cCQgyC^Pg9\u0016uF7dq\u001e\/ti5zk[[A\u07db,}Xv&k5\u0019v-3\f;}\u03b03\f;\u03b03\f;\u0007\rA\u0747gg9]n9k\u00f3.9\u05e5^#Y>g6ES\u0006g$N\u0019NyC\u0001y,3<\u0007\u0006t)I&8sS\u9557:7[\u000e[\u0006iXv\u03ab\u001e:O\rcAQg9x6Pg9RP\u001e:C\u001c:\u02f13\u0011u&x\\}\u065d7H\\i[e)l{X9e@~R\u2531\u0004W=\u0019l\u001a\u0000\u00026`sl`sA=\u0019l\u00068\u0005lcfy#LJ+[U3:\u001fV\u0275J\u0233m\u00165=2:\fI2*<#S\u0003Xg\u0019y\u000e\r\u0019y\u00149<#\u0010< r,X;`(A=,\u0006s\u0005LFg\u00e23\u0019_\u03a03|m\u0001AgY\u000bt\u0006AgYm\ft\u0006Ag9h\u0000t\u000e><:t\\\u03a7\u760cB\u0747Ug2:VCQg\u0682:\u03a8\u0017:\u03a8\u0018:\u03a8s\u0000\u001c}xu&x\\})6\u001c!k52:f\u0019l`3,\u00056`3\u062c6\u00066`3\u001c4\u00006\u0007u\u001f\u001e|vp\\}LFg2:\/g2:VCg\u0682<#\u0233\u0017<#\u0233\u0018<#sS\u0233\u0006g\u001e\u00159=('2:`\u03b3;\u001a;\u0016\u0019w\u019dpg\u0019w\u019dpg\u0019w\u019d\u0006p\u00fb3\u025d\u03eety\u03bd\u0006\u0014J*yrg\u06f7v\/J2 ?=qXv\"\u03eb\u001e\u077a\u0019\u001dl;%\u00149\u03c2Y\u0019\r\u0012:\u001b\u06fbupnj,+\/.,K2 ?%qXv\u0002\u036b\u001e\f4O\r\u0000c\u0001f9x6f9R\u001e\f4\u0003C\u001c\u00024\u02f1@3\u043c\u0011h&2f\u000f]R\u0011?sFg\u047bZ&;7mi+jZ$s\u0280)c\t;2{3<5\u0000;\u0005va\u0640aHz3\f;\u000fq\u000b,\u03b0F\u0619\u0002r-q&3\u0019\u00173\u0019_\u03b83|mqgY\u000bw\u019dqgYm\fw\u019dqg9h\u0000w\u000e>;Jg\u5e6di4.\u001c27{M1w\u0001yv4*<#S\u0003Xg\u0019y\u000e\r\u0019y\u00149<#\u0010< r,=z\u001e\u00159=('2:`\u03b3+\u000f^Ml)*\u0004-:[)a\u0019>\f)\u04d4\u0006W?\u0019|\u001a\u0000\u0002>slsA=\u0019|\u00068\u0005|cgy#y>\/L\f?oQmeL{\rc\u001bSz\u03f6*\u06f7\u069e%4$OF\u0017~^ggyj\u0000~\u001e\u000b\f?\u0001?\u03d1\u0002?\u0007g\u0019~\u001eg\u0017Y190\"&V\u0001z\u0019\u02e2-z1\u0000\u02be\u001a\u0005\u00006$\u000fPF\u0013^i\u0000h\u0000zj\u0000\u001e\u000b\u0000\r@\u0003\u0001@\u0003\u0411\u0002@\u0007\u0000h\u0000\u001a\u001e\u0000h\u0017\u0000Z\u0005\u0012,$qFPrO}>gA;[^[;ZR\u7bb2uezE\u0017m}N\u001au7i4;\u000fyF\u0006 3\u001c<\u001b3\u001c)sP\u000fyF!\u000ey{AX\u0019y\u0788.>sX\r|\u0006k\u000b\f>r_3\f>jc3\f>A\u0003sPr\u0011O\u066dl=Bg\u0012\u000eY7\u0486\u0014-N\u0019^y\u0001y,3\f?\u0007\u0006\f?G\n\u001c\u0503gy^g9\u0016~7\u03e4}>R\u0000Z\u001e\u0000i-m~g.iS\u0014-N\u0019N\u0000z\u0003\u0001\u0001\u0000z,\u00004\u0000\r@\u0007\u0006\u0000\r@G\n\u0000\u001d\u0003\u0001h\u0000z\u0003^\u0000h9\u0016~KH7\u0015\u0001zI\t%g1,h1=+f3\u05b6>W&A\u0017gW~L|N\u001as7i4;\u000fx\u0006\u0006\u00003\u001c<\u001b3\u001c)sP\u000fx\u0006!\u000ex{\u0001X\u0019x\bS\u0003Xg\u0019|\u000e\r\u0019|\u00149\u0007>\u0010\u0007>r,\f>o\u0004<^(,W\u001a?w\u0007}SnE\fp\u0661)C\n\u000eK\u0019^y\u0001y,3\f?\u0007\u0006\f?G\n\u001c\u0503gy^g9\u0016~7d}>R\u0000Zq^\/\ubcf1{7&;u6\u0000!\u0005\u694cf\/\u0000\u0001\u0000\u0000\u0000=\u0016\u0000\u001a\u0006g\u0003\u0006#\u0005\u000e\u0001\u00004\u0000=\u0001~\/\u0000\u001c\u000b@%@npZ]\u0011\u04c3{\"Y\f<\u000b\"}\u166c\u03d1\u000bd}\u001e\u00013|m\u0001gY\u000bx\u0006gYm\fx\u0006g9h\u0000x\u000e><\u0001>\u03d1\u0002>\u0007g\u0019|\u001eg\u0017Y\u00053Y\u000b\u001bOfg2muKZ\u001b{)C\n\u0016f\/\u0000<\u0016\u0019~g\u0003~#\u0005~\u000e3<~\/\u001c\u000b?\u001bg>])\u0000-W\u001a@\/j[\u001d\u03fdLu)C\n\u0016f\/\u0000\u0001\u0000\u0000\u0000=\u0016\u0000\u001a\u0006g\u0003\u0006#\u0005\u000e\u0001\u00004\u0000=\u0001~\/\u0000\u001c\u000b@%@_]\u0003VW\u0004|\u0016\u0003=\u03c2\u0016\u04f3m<\u018ai\u001bRMVx.iS\u0014-N\u0019^yC\u0001y,3<\u0007\u0006]&,W\u000fn(iv}\u0317\u0016}N\u0019R8e4{u\u000f|\u0006\u0006\u7c403\u001c<\u001b3\u001c)sP\u000f|\u0006!\u000e|{\u0001X\u0019|\b>yPY\u001el}VrN])\u0000-Wx5>\u06b6Olk\u0016\u000b\u0000!\u0005iSF\u0017^g\u0000h\u0000zj\u0000\u001e\u000b\u0000\r@\u0003\u0001@\u0003\u0411\u0002@\u0007\u0000h\u0000\u001a\u001e\u0000h\u0017\u0000Z\u0005\u0010\f\\TJ\u0011\u0013ibYN\u9674\u03e4}~TI<>yPYNq7i\u5e8f\u03e4}\u001e3|mgY\u000b~gYm\f~g9h\u0000~\u000e>}3\f>3\f>\u0007\rA\u0747g>\u0017W~}AK##[\u001b-!|4:\u0007?S\u0003Xg\u0019~\u000e\r\u0019~\u00149\u0007?\u0010\u0007?r,\f?oI|v\u0000\\}7HLc5>G*\u0003\u0431\u00002\u0000}U\u0001\u0001h\u0000Z\u000b\u0006\u0001h\u0000Zm\f\u0006\u0001h\u0000:h)\u0000Z\u0778vZ]\u0011\u04c3{\"Y\f<\u000bZLc\u0017\u0433iJ-{QkY!\u0005iSF\u0013y^igyj\u0000y\u001e\u000b<#<#\u03d1<\u0007g\u0019y\u001eg\u0017YE3iO[{Eu{n\u06b2:\u0016i\u0005g\u000e\u07c3n=9iH>&f\/\u0000<\u0016\u0019|\u0006g\u0003|\u0006#\u0005|\u000e3<\u0101~\/\u001c\u000b>\u001bg>\u0017\n?7uc\u0374\u03e5[\u0491\u0002\u000e4 mqh\u001f\f?O\rcg9x6g9R\u001e\f?C\u001c\u0002?\u02f13\u0011~&\u0655\u0016ro(:si\n~ 2\u0001\u0155e_Z\u0722)C\n\u0016f'\u0000\u0001\u0000\u0000\u0000=\u0016\u0000\u001a\u0006g\u0003\u0006#\u0005\u000e\u0001\u00004\u0000=\u0001~\/\u0000\u001c\u000b@%@\u001bX8\rr:\u0010\u0001Z\u001cI)\u0006z\u0005Ygl3Vw!\ubcedKkiX9eHA\u0004W?\u0019x\u001a\u0000\u0002<\u0003sl\u0000s\u0000A=\u0019x\u00068\u0005xcgy#LeBru>^\tY#u\u001f\u0017\u0017\f>\u0018\f>s\u0000\u001c}x|&x\\\u03efWBHg>g\u0019~3,\u0005?36\u0006?3\u001c4\u0000?\u0007u\u001f|v\u0000\\}\u06e97VMlZ& %}.?,M0 iqhv+\u001f?O\rcg9x6g9R\u001e?C\u001c?\u02f1[F\r*\u00159=('> \u03f3s)\u5253>wE\u0657Mm`m|-*4_w#eH\u0764\u0004W?\u0019x\u001a\u0000\u0002<\u0003sl\u0000s\u0000A=\u0019x\u00068\u0005xcgy#LeBr \ub1b2w>_\u00052}\u0010>\u001b\u0006=9iHA\u0005\u05d9?\u0019|\u001a\u0000\u0002>slsA=\u0019|\u00068\u0005|cgy#LBwJ\u001ag>^lUg[\u0017UU4\u02a6eIS\u0014$-N\u0019^y\u0001y,3\f?\u0007\u0006\f?G\n\u001c\u0503gy^g9\u0016~7$}>R\u0000Z\u001e\u0000>U]EF&@4F\u02f2>\f)Z2\u0000J\u0007@\u0003S\u0003\u0000X\u0000h\u0000\u001a\u000e\r\u0000\u001a\u0014\u0000:\u0007@\u0003\u0000\u0010\u0007@\u0000r,\u0000\u0000\u0019\u000bkuEN\u000fJ\ue26cg1,h\u001dzVg%\u000f\r;Wu\u02e0V\u0019|-\u001d;'\r\u07ef4pJ\u00077S\u0003pXf\u0019n\u000e\r\u0019n\u00149\u00077p\u0010\u00077r,\f7osr=w\u024armg'y\u001e^ge3zJt\u02d4\\|vq-\u0007=K9iH>&f\/\u0000<\u0016\u0019|\u0006g\u0003|\u0006#\u0005|\u000e3<\u0101~\/\u001c\u000b>\u001bg\u0015^\u0001T'M\u0683hFQy\u0016K~\u79aa.bnM\u0578*(\u021cihb\u001f9O\r`c1g9x60g9R0\u001e9cC\u001c9\u02f13\u0011s\fA\u0010+\u001c\u0006ng\u073aUuk\\n\u000b\u06f4E\b\"N\u001a\u000fI\u000b@3\u00004\u0000=5\u0000@\u0005\u0006\u0001\u0000\u0001H\u0001z\u00004\u0000\r@\u000fq\u0000\u000b\u0000-\u0002o\tZs\u0016^8#('\u0012<@\u03f3 \u0012<*9g4{f\u0012yPY\u001e6<\u0017\/\/I\u0395>kJ\u0015v.\\\tC\ns\u0015'f\/\u0000<\u0016\u0019~g\u0003~#\u0005~\u000e3<~\/\u001c\u000b?\u001bgr=])\u0000-WT\u075e:\u05f3\u000ekpm\u001f<\u05f3M4\u0000!\u0005SF\u0017^g\u0000h\u0000zj\u0000\u001e\u000b\u0000\r@\u0003\u0001@\u0003\u0411\u0002@\u0007\u0000h\u0000\u001a\u001e\u0000h\u0017\u0000Z\u0005\u00123MuE^nB\t\"Y\f<\u000bZLJ\u038a`\u025e\u00ad\u0014Z;#po\u0002K!\u0005\"RF\u0017o^gfyj\u0000o\u001e\u000b\u078c77\u03517\u0007f\u0019o\u001ef\u0017Y\u015bx3\u025eO[q&\u0673Pdg=V\u0003g\u0002>\u0017\f>\u0018\f>s\u0000\u001c}x|&x\r(ns\u04f8%H)-dxnL]^e\u0019S\u0014d(N\u0019^y\u00dc1\u0001y,39\u0007\u00069G\n\u001c\u00dc1gy\u00dc^0g9\u0016s\u019c7bdx>RYcN\u0018\\3s\u001eV{]\\\u0016VsE\tS\u0014$(N\u0019^y\u00df\u0001y,3?\u0007\u0006?G\n\u001c\u00dfgy\u00df^g9\u0016~KVVWH|\u0016<\u03c2H_[g\u0019|\u0002g\u0019|V\u001b\u0003g\u0019|\u000e\u001a\u0000\u000f$x\u001e\/tL$x\u07859y9c\u0398\u0005s\u019c1g\/\u0019s\u019c1g1\u0019s\u019c1\u00019L+E$x~}\u000b \\q\u0004c5\u0019\u019f-3?}3?3?\u0007\rt)\u001bW\\\n]pAN1+\u05dek\u00156\u001e\u0016wN\u0019R8e4{u\u000f{\u019e\u0006`3\u001c<\u001b3\u001c)sP\u000f{\u019e!\u000e{{X\u0019{\u0788=y\u043ds~gmwVM1'nK^D)C\n4e4!U\u000fr\u0006 @\u03903\u001c<\u001b3\u001c)sP\u000fr!!\u000er{X\u0019r\b9JAg<\u07b9i\u073a,<7eP](\u0003\\x`\u0090\u0012F\u0017^ggyj\u0000\u001e\u000b??\u03d1?\u0007g\u0019\u001eg\u0017Y\u015f\u041f\u0002~t&@L0=2w\u001ecY:6\rO\u0779{\u00df\u0779[aw\n\/00;qh\u001f\f7O\rcf9x6f9R\u001e\f7C\u001c\u00027\u02f1p3\u073c\u0011n&2\u0001g:\u0759jdwT\u019ec5ye=c\u0633\u0017=c\u0633\u0018=cs\u0000\u001c}x{&x\\}\u00029\u06f2+dw[5w2LSF\u001br^e gyj\u0000r\u001e\u000b\f9C\u00019C\u0391\u00029\u0007 g\u0019r\u001e g\u0017Y!\u73503\u065d\u03ee\u0014to\u0019\u0016\u0018EM?E\u04d9\u001e4 ;qh\u001f?O\rcg9x6g9R\u001e?C\u001c?\u02f1[sFBcK2\u001a+Adw>AgAYy\u038a>~)JGBzEY\u0014ES\u0014'N\u0019^y\u00db\u0001y,x3\u078c7\u0007\u0006\u078c7G\n\u001c\u00dbfy\u00db^f9\u0016o\u019b7\u0364w>]&,WKI|\u02e6Qf@\u0235Qqk;s\u0490\\\u0011)\u064b=33<5=\u0005{\u019eHz3=\u000fq\u0633\u000b,bF\u3162r`;7\u0007\u000b\u001ao\u0016(F\u0290\u0010)\u064b933<59\u0005s\u019c11Hz39\u000fq\u000b,b\u0398F\u0319gW:}\u0016:\u07f93{f+\ubbae\u000b[)C\n4e4U\u000f\u019f\u00063\u001c<\u001b3\u001c)sP\u000f\u019f!\u000e{X-Yg*\u00159=('; \u03f333<5\u0000>\u0005|\u0006\u0000H\u0001z3\f>\u000fq\u000b,\u01c2Fr}wnk&\u00b6u's\u0090\t\u000b933<5\u00009\u0005r!\u0640!Hz3\f9\u000fq\u000b,B\u0390F\u0219gW\n:\u0577woyn6U|?\f)\u04d4\u019fW?\u0019\u001a\u01c2?slsA=\u0019\u019f8\u0005cM\u0019u\u0004,\u0006y\u0005-g\u013b-\n\u075a\u0016wv+\u0010vQfYz!\u0005SF\u0017n^gfyj\u0000n\u001e\u000b\f7\u00017\u0351\u00027\u0007f\u0019n\u001ef\u0017Yp3O\t8Iz%u\u0775uyPYS>~tEU_C\u001azsw\u0007rN\u001aR\u001e\"e4{!u\u000fr\u0006 @\u03903\u001c<\u001b3\u001c)sP\u000fr!!\u000er{X\u0019r\b9JAgl_puWaA=,\u0006y\u0005QI\u001c\u000f\"X\u0391jp3\f7_[f\u0019nf\u0019nV\u001bf\u0019n\u000e\u001a\u000f\u0364w>]&,W'\ub5509Rqc5\u0019|\u0006-3\f>}3\f>3\f>\u0007\rA\u0747g;\u0017\n?ILzg3j3\f9_[ g\u0019r!g\u0019rV\u001b!g\u0019r\u000e\u001a\u000fO\u03a4w>RY$\u001bw&\u001a#XMy^\u00193,?36?3\u001c4\u0014slsA=\u0019}F8\u0005}cgy#L+\u015f5\u0013=\u03d7%&zn\r*As\u0290D\t\u064d?23<5?\u0005\u019fHz3?\u000fq\u000b,o9&bFPrO$z>AgAYX3Q\u0012<_gWe*0\nmoKP7'\r)T2x:7S\u0003xXf\u0019o\u000e\r\u0019o\u001497x\u00107r,\u078c7o\u011b|LY\u001ebov>$\u06a8\u0012^K|T\u0761.UDz\u001axM\u048bR=\f)HU2:\u0007>S\u0003Xg\u0019|\u000e\r\u0019|\u00149\u0007>\u0010\u0007>r,\f>o\u0004I<^(,Wr{8xc~\u79b2Ues\u0490\u0010)\u000b933<5\u00009\u0005r!\u0640!Hz3\f9\u000fq\u000b,B\u0390F\u0219gW\n:\u0577\u03abwnMmgNv.\u0012N\u001aI\u064b?33<5?\u0005\u019fHz3?\u000fq\u000b,o\u03d7gA=,\u0006y\u0005y^9\u064b7y7x\u0005o\u019bf\/\u0019o\u019bf1\u0019o\u019b\u00019L~e\"rwV\f;f\/L~\u001a\f>\u0016\u0019|\u0006g\u0019|\u0006g\u0019|\u0006\u00063\u000bN\u067a:0\u000esF\u0017}&X\r}Fk\u000b>r_3>jc3>A\u0003sPTgW?\u0577\u03e4z&\u001a#XMy^\u00193,?36?3\u001c4\u0014m=WE}\u04c3{\"Y\f<\u000bZ,c32=Ei;pkhqm\f)H\u00162p:\u00077S\u0003pXf\u0019n\u000e\r\u0019n\u00149\u00077p\u0010\u00077r,\f7o|LY\u03ab&zmS\u0019-avV\u0000\u0017&zN\u0018R8a4U\u000f{\u019e\u0006`3\u001c<\u001b3\u001c)sP\u000f{\u019e!\u000e{{X\u0019{\u0788=yPYq}^1s\u01a8;\u725e\u075at+;s\u0490D)\u064b>33<5>\u0005}F@HAz3>\u000fq\u000b,\u01e2FDgW?};\u0709K76]BtK\u001c44 Qqh\u001f?O\rcg9x6g9R\u001e?C\u001c?\u02f1\u001bsaj]\u00163{\"Y\f<\u000bZ*\u03fd-y;-m\u0757\u0006F\u02bdFce\u071c0KSF\u001fn^cfyj\u0000n\u001e\u000b\f7\u00017\u0351\u00027\u0007f\u0019n\u001ef\u0017Yp3O\t8\u0577\f&z6 %z6eUvJ\u0299S\u0014$*N\u0019^y\u00de\u0001y,3=\u0007\u0006=G\n\u001c\u00degy\u00de^g9\u0016{\u019e7b$z\u001e\/\u0014}o\\K\\[6\u073bt\u001eOHS\u0014ihv\u03eb\u001f>O\rcAg9x6g9R\u001e>C\u001c>\u02f13\u0011}&\u0655rm\udae8\ude5eTi#\u001c4\u0638e!\u0005\u0007\u594cf\/\u0000<\u0016\u0019\u019fg\u0003\u019f#\u0005\u000e3<~\/\u001c??g6V$F$zbY\u001eD \u0012=H\u001c\u00067p\u0005nf\/\u0019nf1\u0019n\u00019Le\u0002r-3I|FHe9V\u0013{W\u019e*3=}a3=a3=\u0007\r`A\u0747g\u0012=\u0017>7$z&Lj3>_[g\u0019}Bg\u0019}V\u001bCg\u0019}\u000e\u001a@\u000f$z>RYm&3H\u001c?jU\u0005\u019fg\/\u0019\u019fg1\u0019\u019f\u7801gu\u0699\nkuEN\u000fJDg1,h<+\u0756\u000eFKt\u0019x:sYsm\u01ad\u0001JeH\u0019R+\"e4{u\u000f|\u0006\u0006\u7c403\u001c<\u001b3\u001c)sP\u000f|\u0006!\u000e|{\u0001X\u0019|\b>yPYfzn=*\u000f>\u00c2@[)C\n4e4U\u000f}F\u0006\u7c603\u001c<\u001b3\u001c)sP\u000f}F!\u000e}{AX\u0019}\u0788>Jgzycf\u7db3\u07720\u0016(s\u0290L)\u064b?33<5?\u0005\u019fHz3?\u000fq\u000b,o\tQg*$DFPrOdz>AgA\u06a6w>5tCLN=pQ!\u0005SF\u0017n^gfyj\u0000n\u001e\u000b\f7\u00017\u0351\u00027\u0007f\u0019n\u001ef\u0017Yp3O\t8\u0577\f&z-SmTM\u00164\/K2 UDhb\u001f=O\r`cg9x6g9R\u001e=cC\u001c=\u02f13\u0011{&x\\}^h\u06a2\u0019t+\u05adD\/K2 QDh\u001f>O\rcAg9x6g9R\u001e>C\u001c>\u02f13\u0011}&\u0655rm\udb28\ude5e\/C\u0674\u06597\u0010#2OSF\u001b^egyj\u0000\u001e\u000b??\u03d1?\u0007g\u0019\u001eg\u0017Y\u015f\u049f3uE^W#@\u0012=O1,hLx\u0010j$zTf\u00027p\u0017\f7p\u0018\f7ps\u0000\u001c}xn&2\u0001gD$z>U#s2\u001c=+cW\u0015\u0019{\u019e\u5fb0g\u0019{\u019e\u01b0g\u0019{\u019e\u00063\u000bE[ow&s3\u065dj3\f9_[ g\u0019r!g\u0019rV\u001b!g\u0019r\u000e\u001a\u000fOdw>RYet&3\u065dO\u001c?jU\u0005\u019fg\/\u0019\u019fg1\u0019\u019f\u7801g>WaA=,\u0006y\u0005-g\u06f2<\u0016uimBvg\u0003W\u0745\u0014f'N\u0018^y\u0001y,p3\f7\u0007\u0006\f7G\n\u001c\u0503fy^f9\u0016n7dw>]&,W28\u0779\u02b27t\t\u065d6.6\u0014d'N\u0019^y\u00de\u0001y,3=\u0007\u0006=G\n\u001c\u00degy\u00de^g9\u0016{\u019e7bdw\u001e\/\u0014}oYWlL~vgSHs\u001a)C\nCf\/A\u0390\u0000<\u0016\u0019rg\u0003r#\u0005r\u000eA\u03903~;\\\u001aE!su(\u0003\\9eHAz\u015b\u05d9?\u0019o\u001a\u01c27xslxsA=\u0019o\u019b8\u0005ocfy#Lze\"r-'X7ssX}\u975b.{\u0014'N\u0019^y\u00de\u0001y,3=\u0007\u0006=G\n\u001c\u00degy\u00de^g9\u0016{\u019e7b\u03e4w\u001e\/\u0014}oYWH\\em\u000b5\u001ew !\u0005!RF\u0017r^g gyj\u0000r\u001e\u000b\f9C\u00019C\u0391\u00029\u0007 g\u0019r\u001e g\u0017Y!\u73503\u03ee\u0014to\u0019Mlm7\b\u025fmm2.2OSF\u001b^egyj\u0000\u001e\u000b??\u03d1?\u0007g\u0019\u001eg\u0017Y\u015f\u049f3\u0012LuE^`B#@;O1,\u02a4w\u0019^c5\u0019o\u019b-x3\u078c7}x3\u078c7x3\u078c7\u0007\rA\u0747f;.\u0013qo{3I|FzHe9V\u0013{W\u019e*3=}a3=a3=\u0007\r`A\u0747g;\u0017>\u0577\u03e4w\u0007yFzH5\u0019r-3\f9}A\u03903\f9A\u03903\f9\u0007\r@A\u0747'g;]),W2:\u0799\u03a7jwT\u019fc5ye?\u0017?\u0018?sS\u0006g*\u00159=('; \u03f3}R\f;%\"+\u02bd7VyeH\u0019R\u001d\"e4{!u\u000fr\u0006 @\u03903\u001c<\u001b3\u001c)sP\u000fr!!\u000er{X\u0019r\b9JAg<\u0779-*[3n\u000f+S.l?'\r\u04e4\u015f\u05d9?\u0019\u001a\u01c2?slsA=\u0019\u019f8\u0005cgu\u0699\n\/\u0011\u0013\u065dbYRy7\\R{}zvon`2=\u04f3m\u06ad.4A\u000e6MU\u000e\n&\rs\u04e4\uc11dW=\u0019t\u001a\u0000\u0002:\u03a0sl\u03a0sA=\u0019t\u00068\u0005tcAgy#J\u0011\u0004;1sX}U\u0657\u03b03,Vag\u0002;\u03b0\u0017\f;\u03b0\u0018\f;\u03b0s\u0000\u001c}|v8ZO+\u0016TzAY\u0250<\u001b\uba73)z5mq-@\u0233QnP4\/\u02b34$?ODhv\"+\u001f=O\r`cg9x6g9R\u001e=cC\u001c=\u02f13\u0011{V=Z{\b\u009e\u00189=cb59R\u0019{\u011e\u7571\n=cr_3=cjc3=cA\u0003sP9#\u0273\u0550F%Yy:6B\u03ccV\u001f\u0006\u0001M\u0468qK9iH>&f\/\u0000<\u0016\u0019|\u0006g\u0003|\u0006#\u0005|\u000e3<\u0101~\/\u001c\u000b>\u001bg}\u0001X2\u001dj\u000f*] \u0019~\u0005c59R\r~k\u000b\f?r_3\f?jc3\f?A\u0003sP\u066d>2hlIw!j\u0017\u0000=\u000fZ\u0007{\u00fcXk\u04ba\u001fse8h\u00062ugO2}N\u001aI\u064b>33<5>\u0005}F@HAz3>\u000fq\u000b,\u01e2f9c:A2jE \u0019}\u0016\u001a\u001c>\u0005}Fg\/\u0019}Fg1\u0019}F\u7801ggLKN\bJ~>\u0019evP:\u009dAs^=F\u07a6\u0012\u06bb\u0770M]\u05452<\u06e6jh`\u0000\u0006iXv\u03ab\u001e\f:O\rc\u0001Ag9x6@g9R@\u001e\f:C\u001c\u0002:\u02f13\u0011tV%Zu\b\u00189v\u065eag.\u001cF\u03b0\u0000<\u0016\u0019vg\u0003v#\u0005v\u000e\u03b03<~\/\u001c\u000b;[agM\u03f3,\r\u000316\u001bs\u0018c\u0003ec3\u0006tM[(\t=y6-\u0018ZEy6H\u001aNy\u00de\u0001y,3=\u0007\u0006=G\n\u001c\u00degy\u00de^g9\u0016{\u019e7b\u03ea'_k\u0019As\u0018=\u0007\u0571gY=G*c\u03f12|UgY\u000b{\u019egYm\f{\u019eg9h\u0000{\u000e>=g$y\u001a\u0488$\u02f3\u0013<\u000fZ'\u0746Q\b\u02b4 \u0cf1)\u001a5n\t>'\r\u04e4\u0005\u05d9?\u0019|\u001a\u0000\u0002>slsA=\u0019|\u00068\u0005|cgy#l\u000f9\u0016vth=\u05aat\u0005?\u03c3g9\u0016\u0004?H5\u0019~-3\f?}3\f?3\f?\u0007\rA\u0747g\u0230V%\u0347\u0785J_\u0000\u03dbgmC\u042awZ0\b}F y>G3|mAgY\u000b}FgYm\f}Fg9h)9'qz\u000eD}V2\u001aM'\u030e\u0011z^0\u0017JGp\u0436[\u0000Z\u0002wN\u001a\u01e6Ic\u0649:2{3<59\u0005s\u019c11Hz39\u000fq\u000b,b\u0398FYk9#\bu\u000ecPz\u0019jcjPX\rjk\u000b\f5Cr_P3\f5CjcP3\f5CA\u0003PsPY\u04b31KR\u001dH\u00045\u03c3Y\u001b(z5m58Jkei$\r\u00074pJ\u00078\u0003S\u0003X\u0000g\u0019p\u000e\r\u0019p\u00149\u00078\u0003\u0380\u0010\u00078\u0000r,\f8o\u0004UD\u00163\u00000\u0006p\u000e\u0003\u0380T\rpT\u0006c5\u0001ye\u00028\u0003\u0380\u0017\f8\u0003\u0380\u0018\f8\u0003\u0380s\u0000\u001c}|p\u0399\r\riDp^4\u001b\u0001\u03b3=s\u067a*R\u001bsyXiU]\u0007-\b{\u001c\u001e4$NF\u0017{^ggyj\u0000{\u001e\u000b=c=c\u03d1=\u0007g\u0019{\u001eg\u0017Y\u015e\u0633>Y%\u04e1 R\u0015<\u000fBH\u001036>3\u001c4>\u0007u\u001f^#Z4|]\u062a?\u03c3_\u0019e_\t7^=iO*\u001bU?IC4i4{u\u000f\u019f\u00063\u001c<\u001b3\u001c)sP\u000f\u019f!\u000e{X\u0019\u078c?k;Ve\u060a?A3\u001c\t\u009fjs\u001a?\u0016\u0019\u019fg\u0019\u019fg\u0019\u019f\u0006\u009fU78SaA=\u03df'x!\u000bB\by\u0007-glyuvg\u000e}sXk\u001cswEU\u051aW\/p\u0001yl4*9cS\u0003X0g\u0019s\u000e\r\u0019s\u001499c\u0398\u00109`r,9o\u011cUH\u00163P0\u0006u\u000e\\m\u05fb\u0015:r5\u0019uF-3:}\u03a83:\u03a83:\u0007\rAWgUQ1\\\u04414\u001bJOG3|m\u0001gY\u000b|\u0006gYm\f|\u0006g9h\u0000|\u000e><>G\u001ai\u043b\u0010U\u000b~\u0007\ud45f\u034bu&a>eU\u0003\u9ccb:)Hih\u001f>O\rcAg9x6g9R\u001e>C\u001c>\u02f13\u0019}\u05b63_\rz\u0017\u02e8\u0015}\u000egY\fBjs\u001a>\u0016\u0019}Fg\u0019}Fg\u0019}F\u0006B\u0573L8\rr:\u0010Y\u0001sd\u05171B\u000bB\bw\u0007-vglK]]\u07ad\u02ffV7o\u000e}OD3xZ\u00054 M\u01b2\u0013u^e0gyj\u0000s\u001e\u000b9c9c\u03919\u00070g\u0019s\u001e0g\u0017Y\u015c1\u7358\n\u05e2sF\u0010\u001c\u01a0APlomw\\\u03e8T\u0017u\u000e#PgYn\u0000u\u001e\u000b::\u0391:\u0007Pg\u0019u\u001ePg\u0017YEQ\u7b68(\u0018t.@\r'y\u001e\u001c\u001bf\u05cd[H(0?f7m\u001befPs\u0480<,M\u001aNy\u0643\u0001y,P3\f5\u0007\u0006\f5G\n\u001c\u0503fy^f9\u0016j7B*\u001f_K\u0019APs\u0018\u00035\u0007\u0561fy\u00065XMy^\u0019j@P3,\u00055CP3\u052c6\u00065CP3\u001c4\u00005\u0007u\u001f3\u00128+i\u0017\"\u053c$\u0001j\u0005\ud45a\u001a\u000eFgJJG\u0003]RQEG\u0007&\r?.i4;\u000fz\u0006@3\u001c<\u001b3\u001c)sP\u000fz!\u000ez{X\u0019z\b=[~\u039f]2\u001dZ\u000f*] \u0019|\u001a\u001c\u0006>\u0005|\u0006g\/\u0019|\u0006g1\u0019|\u0006\u00019V\u001f\u0019j4CBV\/y\u001eG~6\/\\U\u0016F;\u000fp.L\\\"}N\u001aI\u064b>33<5>\u0005}F@HAz3>\u000fq\u000b,\u01e2fY|5],V9\fBg1\b}\u001e\u03d1j3>_[g\u0019}Bg\u0019}V\u001bCg\u0019}\u000e\u001ax\n}2\u0017_8#(#9}2\u0018\u0005st;\u03c3\u0016m\u065dn\u07bd[wn }_\u0004\uf6fe\ua5749i@\u001e&e'a\u0398\u0000<\u0016\u0019s\u019cg\u0003s\u019c#\u0005s\u000ea\u03983G\u001a\u001c>\u0005}Fg\/\u0019}Fg1\u0019}F\u00019V\u001f\u0019j4CBV\/y\u001et\u001b\/\\E\u001ef>\u000b;*6$_OF\u0017}^ggyj\u0000}\u001e\u000b>>\u03d1>\u0007g\u0019}\u001eg\u0017YE\u8cf6jh\u057bXFs\u0018>b\u001036>3\u001c4\u0014k\"#k\u0115&sd\u05171B\u000bB\bw\u0007-vgeK[\u0019\u04f6im\u02f3=J\u0010[!Ers\u0480<6M\u001aNy\u00dc1\u0001y,39\u0007\u00069G\n\u001c\u00dc1gy\u00dc^0g9\u0016s\u019c7b*$_\u0019As\u0018:\u0007\u0543P\u001c\u00035VjP3\f5_[f\u0019jf\u0019jV\u001bf\u0019j\u000e\u001aO\u036aLc\u04cd4\u0003i6y:l\u0012f\u03660n5Q\\lvq\u0364D\u001cK\u0012j$\rO\b4xJ8#S\u0003X\u0010g\u0019q\u000e\r\u0019q\u001498#\u0388\u00108 r,8oDUEV3\u00100\u0006q\u000e#\u0388T\rqTFc5\u0011ye8#\u0388\u00178#\u0388\u00188#\u0388s\u0000\u001c}|q8EE)\"a:|k{$\u039d\/\u0679=j-=h!v4:=cS\u0003Xg\u0019{\u000e\r\u0019{\u00149=c\u0010=`r,=o\u011esf\u0014v\u043aBA3\u001c\tBjs\u001a>\u0016\u0019}Fg\u0019}Fg\u0019}F\u0006[}dP\u0017\u0307\u0785J_>\u03d1>\u0007g\u0019}\u001eg\u0017YE\u8cf6jh\u057bXFs\u0018>b\u001036>3\u001c4\u0014|Y|}\u001e9}2%$\u0011<\u000f\u06a3;\u0017\/meLQ_\/+>AV\bnQXI\u00034i,;QUf\u000fs\u019c\u00060`\u03983\u001c<\u001b3\u001c)sP\u000fs\u019c1!\u000es{X\u0019s\u07889|-:g\u0004a\f\u001cT\u000fv;Cr\fZ\rj\u0016AP3|mfY\u000bjfYm\fjf9h\u0000j\u000e>>52O7\u048c\u000ePzAPQRX<5\u00b8Das\u01797RkQB!\t!F\u0013o^i\u0010gyj\u0000q\u001e\u000b8#8#\u03918\u0007\u0010g\u0019q\u001e\u0010g\u0017YE\u0011\u7348\u05casF\u0010\u001c au\u0019q!\u0391\u0288s&<8_U\u0010g\u0019qB\u0011g\u0019qV\u001bC\u0011g\u0019q\u000e\u001a@\/\u00199&.8\/I8\u03c3\u0011g\u0010\u05538w\u02beTg\u0006~Q\u000bl\ua8a9[\"{N\u001aoI\u064b=33<5=\u0005{\u019eHz3=\u000fq\u0633\u000b,bFj\u001fs,z\u0010U\n}\u0007s$\b}\u001e\u03d1j3>_[g\u0019}Bg\u0019}V\u001bCg\u0019}\u000e\u001a@\u000fnA_0\u001fz\u0017\"*}]\u001e&b\u076fI~\u03eejZexs}v\u02d2o*\u0017s\u0490|=M\u001a^yC\u0001y,3>\u0007\u0006>G\n\u001cCgyC^g9\u0016}F7~\u6ae1Ub\u0019a\u0010>AX\r}TCg\u0682>\u0017>\u0018>\u03cf\u03ef\u001d|V\u001f#\u000fK\rp7?~Z\u0016'3ClAXvO\/\uf4ef\ud3167?mx\\\u02c1?4]\u000f\u001d\u0019C?jOz{\u001f;&Q$o2\u000e}$M?|\t\u001f>\n\u0331\u001e^\u001c79#x?]?}o\u001f?~?G[\u05f5\u001f$w\u001f\u000fJ# 7AG\u0017fpxC*o@:P+9z\u000fu\u000fu\u000f\u000f%\u001f\/C\u0005U|54s>\u0016\u0007>\u0012\u001a\b5Ey~\\?@\/\u9bdfyo,\u0018%VS[=\u0017\u0410g\u0015Oh^vu$d\u05e4Xe? i\u0003.\u0010]?`\u0002(.\u0018O+U\u001bB>5bo]?~EVVw\u0019}\u000f\/\\qD>q\u0017\u000f\/|v\u01df?~y=~ae\u001e.?}\/nOy\u035f~8\u0004?}\u0018'\u05cfJst~\/M~\/\u0000'|<\u001f>9gI~\u001bXF\u000b!x\u0005t}#}%OV\b_[|\u06e2c|>_\u0015\\-V\u001bn\u0012eE\u001d}qE|zkO~:\u00002\u17d2O\u001b\u03f1,\u0019\uaeb5!w_~U\u001dH\/\u000e_\u001fm\u0017\u06ff~\u01cf\u04fe98\u001f\/s\ue0ffr?S~4Sjc\nKwVHk\u0017!-$\u001e\u073f]\u0006}:|\u0007uwkp?##\u07ee\nx\u00174K^?^@\u000eK\u03cb\u001f|nHXv\/|h?y{n\u07fb\u0016\b[;.\uc0de4\/\u001a\u001a:-._XQuhKaG\u00fb\u0004\bF\u0017\u0017\/k\u001d%\u0019\nc\u001b!\u72bdCB\u001e\u000b\u04bf}\u0017\u0085O\u03e3\u001bW\u001d?9\u001f>E\u011b~\/|\/|?=\u001c?|O2\f_\rI\r\n5\u00052\"b<\u072f}!\u03feC\n\/7Iuo\u0005\u063cIu\u000fB\u01d6u}r\u0454\u0017ts\f\u001c[wD\u0017\/R\u001b\u001b)\\=~)h\u001f\u04f7\u00b7[\u0007\n\u001bVP\u0016.~-\\V=~-h\u0747~EF3\f5;P\u001f\u001eu\u0013\u0011m\".;\u4fbe\"R>\u0017\u0133,&O\u001fg\\L\\\u02b7J\u0315;JP\u0012Z\u03f2x\uf12d.%\rd_\nJ@'yURbx1'7V\u001d\u0011Ob\f\u0015x9Q+1\\\ue37f$P) ?\u001es\u02bby\u001d\u001d\"\u0001\u046f\r_\u000b\u000ePW\u0007j\u0005D\u00186\u0017H\/\u001fC1p\/\/&\u0015bK)w\\I\u0016f\u0013v8.A5nHwe\u0773RT\u001f\u0003Rv+-\t_\u0002\u001f~~\nCs\/\nm\f+.C\u00c6op\u001f'W}1\u0012>\u000f_>w\u001f~x-?yl;sW|[\u000e>|_\r\u001f\u00177_~\u07e9bjw*Ew|$e\\~\"\u0003y\u023c\u0703;%r\u0006w]x.!\u051c9_:BXt\u001aR]\u04f8(\u0772mi\\Lt`N#=|[>\u001c=\u001f\u001d_\u0000\u0002lo\u0005p\u000f\u0005\uf03fg>O(to5fK2s\u001c9Q?_:7Z~_?\u0004\u0457~0\u000e.}t\u001c?D>'\u000fO\u001f#\u001bl\u00d4+s\u00118#\u000f\u06b3q9Y~auy\u03fef._-\u000eJ&\u00078(7{V#\u81bfo\u04b6}w1=:\u053b#\u000f\u06de{'>'Y>\u0447GDG.\u01d7_5\u0010?\u0137=G>!|7K\u07eb?\u0745?]>X=}O\u001f~>Gx!m!1>\u0007s\u0016\u0007x\u0018ju{D\u000fA\u0019\u001d#1YGs\u000e3\u0019\u05daV\u001fKiC\u001e>\u0017?I'm|\u0095\u010e\/\u000f]{P_&3\ud3f4v]?iG-t4_JEF\u001fKyB\u0003~xSN\r_\u0415_=KL\u001eoc\u0007\u001f\tG@\u001e++\u001e\u0012yM;\u000fXy?v{f+i)\u001f\u07e4\u05f6\u0011\u0015\\_>\u0462nO~U-\u1cdbvn\u06b6?,:u\u0777'nvN;\u001dm\u06df{\u06b2|{f+m)Xl7H_{\u001b;x+\u048f.-[.\u048e(e.p7\u0014\u03ebz8\u06a78\u0531mp_3]w\u000f\u0006\u001f[k|k\u0699aPoM\ue2b5B~*\u062d>\u0637\u0006\u001b|o-AN\u001d\\3RS\u0000k%\u0003\u0645s\rw\u0013{\u000b.\u0097>'\u0004\tz'K\u001b\u05d7\u000fQCtS\u0387h\u001f\u0019Q\u0019?JR(JG\u150fRr8w_%\u0002-^OMSI!C}58\u0614si\u07fb\u001547d\u001bri\u000f\u001bE'\u0013e\u0687|\u0717\u001b\u0717w\u001b=>^GMvMM}T\n%7\u000eCM\u0723&V;\f71r\u001f>[?_>\u05d4O\u0002b=.q^~R\/-h\u04df?~\/}TIe.`QOv\u001b'\u001e\u0017\u001emm6hcn{c\u001eM.=|?_?td'Wh\f_y[\u001d\u001f\u001c\bP\b'|{\u0014.yV\u000fC}L-g\u04bfy]n\u0015:xM[Em[<4f<|l7\u001fx\u0016\u001d\u001e?})U;^y\"KC6\ufff5U>\u001fh\u00187>S~kK~w?!I\u0016?r9zl0a\\\u05bau\u00192wMOv\u0013{|x?~~:Ky{\/>\u001f\u04cf\u0016\u0737\u001f\u001f\u04c7K\u000f?\u02ff|_H\u001b\u06f7\u001f_\u04eb\u000fa>?\\\u001a|'7C;!_\u000fFOG7J\u000e?gO?\u000e?}\/F}\uaf9f\u000e7rh~\u7fce##\u01f3FR\u02d7_Wb|ou?~Q\u0004?\u01c7+O5}\\|8\uf3bf\r\u000fQ\u0015\u000f8V__?}pU^ zfqK\u0012o\u0011\/\u0010wf61d,'\"\u001d\/}i\u00d7\u000f\/\u001f\u001c7\u001fxx>\u000eO\t\u001fp??|&$\u0007]\u01df\/l\u001c\u001bn?w\u001f\u001f.7sX4c{?|b?>\u036c\u0005b\u9fd3X\u000b=Ow\u001f~piHq?}{Ro?~_\u000b;\u000exp\u000f7O4\\f]\u001f9u\u0002Qg\u001fowx;_O?\n\u0017^\u000b\/>\u04a7\u001fO\u0421?ov\u00fb\u066fd>^P#h\u0017{\u0007\u02e7\"\u001c~heo\u001fw\u000ey\u075cz\u001f)F]\u0017Q[{_\u02e7?\u77c7\r\u75ff.\"\u06df>~\u0081\u0337p-%d\u001f\u00123wMB\u069b?\u001dbx?\u31efRQ[K`\u001a|i1k?|>So\u000fM\u000bw\u01cc\biAM0+iQkmt1\u06bc\u000f\uc189[\u0493\u001b-3V\u0019u\ub33aMF6nu9\u0004MLljeV*vU\u026af.\/}<}\u001c\u001f?~\u077147xY\u001eZ.\u000fCN\r\/Q\u001e'\u0019F^spl.\u0567Z>oWy*vR\u0002A__\u022aM_J9frOk\u001f\u01ff|3\u0010\u0011}BO?|_Ox\u0011_x\u000e58\/uj5I\u00138nuV{m1\u0017^=W\uba7e\u000fiV\u026cuV{z\u0012SS\u001f?]Ux\u000bnxSY!\u030b>4{4_!Rw!Db\u0017qx\u001e\u00ffnA\u53ab\u0005\u0010|'R2{Esz\u067c.\u009cTI76?<5fJ\u0555ka~\u000bY \u000f\u0017>$Z+#V4\ud9e9\udd90i+1,r\u0019F^\u000b\u0017\u79d0_\tl\u0014W\u0015\u033f\u0012~\u0013Z\t3%,\u0007Vf\u0005y\u0016fJr**;U^6+-J]\u0015Zb9\u0012Sy3Re\u78ba*9TZh\u03a9\u0666\u0012LI\u0019.\u55baU*-T~&9\u0012G]\u001b%f+jY(9?\u00148wVb=\u00134-~\"\ry;F\u04b6\u0015\u027eK$cH\u00105RkfTJ\u0266\f\u0018oHl\u001bor13E2#`b.H\u00167\u0010n\"\\H\u07b3.~$\/f2\u045em\u06be=\u0004 \u0018G3\u0010]=\u0014:ohY\u001cCB)y.e\u0014J%\u0014\"\u0014\u001f\u0014\u001ctOdSZ9@\u0002]\u0007hB3\u33ce4b;~Y\u001b.^\u001c\u0015\u001f\u00ea?>\u01ff}\u1cfaS\u0017q\tGr0\u0013#%H)Gvx\/=8jO;4!\u0004\u9e04\u0015E?KHbG|\tI\u001chI' \u001f\u0007\u001f(\u001e\u010e<8RT\u0017,Rv\u0006N\u0002\n~wo?~#\r_;|m\r\u001bmlV[\u0016|bg\u001e=[\u2d54o\u000fwi\u05b6\u000f]eQu]\\,}H}.3jM]y\u02b5\u07f8\u07aai\u05d6o\u06e6,?(T}u\\U~VC[74v\u001fN\u04be)\u03afZCC+\u001c_3\u078dVaO\u001f\u000e\/~c\u000f)~{ho\u001cse[C:B>\u039fMs\u05c7s\u0474;ufp\u0147\u001eQvn\u039b8\f_kek,P\\~3:n\u03e27i[\u00187&x\u001dl\u001d`Su9Oga:I:1ag_{\u0007;oawM\u0019;\u001a'\u001f\u001d|\u0016?_V]b7\u001e$&\u001c\u0013;F9f7HDxsL5]\u001c!N{\"n\u001d\u001fy\"gb\u01138:\r3\/\u000b\u0015^KSlN7X9C\u001f(cG*'\u001f.qvJ+Jg\u001c)ut><\u0014ytQy\u0007I'\u001f#|t\u0011\u0491s\"-S\"\u0003#_\u001e\/\u001d\u001byY'G,+\u001ar\nU\u0016!,^\ud09cc\/r!|}\\\u000bupsvw'f{\u001c.btw;V\u0012OUN|\u0014u@Fju\u06b7A\u00192xc\u06da\u0014?yx\rw\u0019\u02ceS\u0005S\u0015KS\u000bqS#JE\u9fearbr\n\u000f\u001f[>_=(pxOGk~\/\u001du}\u0001\u001d_\u0002\u01ef\u0292,\rad|\u000b]:^\u06dcO)\u000b\u0765c]oj\u0007_\u655e.@ZG=hB4fdhKstT4V\u001b*\u0013\u01aa\u0565wujk7\u03df?\u001f]M}\u001fS_U\u000fSj\u0001S(\u0011\u06f0\u0012;\u00186$\u0006C\u037d;\u0019_'7?\u04b1,|\u9ef6r)j9+p\u000f)bH\u050fmS }4+O2N]iuL\u001bpJ[IS%\u0019s\u001e\u0013s\u0016\n9cr_39c\u024da\u03983Fc\u0398C36\u000b\u015d!T\u001ba\u0747ugRm\fpg\u001d|mqgY\u000bw\u019dqg91\u0019w\u019dh\u0019w~hw&\u0655\"rm367k\\\u001bj3\u000e3,?3\u0018?j4xw?\/K\rrm1+\u0233cqy^-\u05c6mK&\u0244\u7cb4nAE-p0-2rm\f#\u0677p+\u00020gYn\u0000s\n9c9c\u03919Ga\u03983|\u00dc^0g1\u0016s\u019cb\u0018\/\u0014w\u0387Uf\u06a8\u0422\u0016{qu\u065b$N\u059dSn0w7%;\rSqg9x6pg9RpH=\u0019w\u019dq\u000b,\u03b8V\u0719\\\u001bgW<\u0577-\u03eb8Zm.=\u073a\u000e\u0006TuEVX)\u001e\u001c?3?~_3?\u024d3F\u03cf\u06ad=W%\u001b}3{\"Y\f<\u000b\u06a7\u000eC]X6\u03bc{\u00071C\u0331\u0006 @\u00103\u001c<\u001b\u00103\u001c)\u0010s\u001e\f1C8\u0005b\u0016c!f\u0019b\u000ec 0fsA<-1nIV3\\v7J:e\\V\u07e7<\u001bI>-6Jar`\u0398\u0000<\u0015\u0019s\u019cg\u0003s\u019c#\u0005s\u00dc1g\u00189`b,9o\u015c9Np\u077as%X\u02dd\u0012.m\u0006h^\u0004&Ha$$tN\u07119V\u0007w\u019dqg\u0019w\u019dpg\u0019w\u019d\u001b\u00ddqgY\u019dqgY2y~y[uN\u6f16;wq:\u5a5cs7n\rpT]\u0016d\u001dFB\"[)\u001dicupg\u0019w\u019dqg\u000bw\u019dqg91\u0019w\u019dh\u0019w~hw\u0018+E\u06d6g\u0011L\u0006T\u0011\u0018y5\u0019~?_[g\u0019\u009fg\u0019Nn\f\u019fg5\u001a\u019fggg)\u0002\u019f# \u0000\u0010?3?\u000b?\u0010N\u01dfg\u0019\u019fhs\u001e\u05bc\\?\u0007%\u0019g1,h\\){Os#7sU\u0019\u03be=8Tf8\fn\u000f\u059c9A\u0010s\u0001y*\u00103\f1\u0007\u0006\f1G\n\u001c\u00071C\u00101\u000eb{X\u0019b\u00189\u00103\f1{!XMY\f1_U f\u0019b!f\u0019bNn\fb!f5\u001ab\u001f9=pPY\u001c\u001ak1[\u0525hj7\u0016hsud7\u0005n0w7%;\rSqg9x6pg9RpH=\u0019w\u019dq\u000b,\u03b83,\u0004\u03b3\u00189V\u001awV\u0005swJM\u0017skz\u00189\u001c\u0271\u04e7u[9;.\u03b8s\u0001y*3;\u0007\u0006;G\n\u001c;\u03b81\u000ew{X\u0019w\u078a;sj\u0655\"ru\u001f\u0014}S\u0003M4#qk\u00degc\uacaeo>\u0016v=Ni\u001c?3?~_3?\u024d3F3,]\u001a,\\V22n|j\\ve\u0557\u001a$M\u0016wkQ6\u01e2q\u07c5?Ni4S\u019fg\u0001y*3?\u0007\u0006?G\n\u001c?1\u000e{XMY3\u0015N\u000eDV|#\u0005\u0018y\u0016\u0111g\u0014\u001c>5s \f1C\u0016\u0019b f\u0019b\u001b!fY!fyv]\u0010sxu[%f\u0005B}+2\u05d5[*\u0017?\u03adn\u0004K\u02a08\u059cv\u001b3\u01d6X\u001d\u0019o\u019bf\u0019o\u009bf\u0019oNn\fo\u019bf5\u001ao\u019b\u001f\u069b9Jp\u075a3G\t9J\u0559\u0004j3\u000ew\u03b83,;\u03b83\u0018;j4;\u0095\u06ea;guVu\u79aa\u001au\u031d\u02ads4^nb\u0554\u000fh?p[)\u031dA\u01ddqg\u0001y*3;\u0007\u0006;G\n\u001c;\u03b81\u000ew{X\u0019w\u078a;s\u0655Vv<+G\bi\u000bG&=\u001b4]<\bASu>~h\u06e4wIS=3<5?O\u0005\u019fH#g\u0019>~\/\u0018?\u0018?b:?\u0007g2\u001c?\u000b\n?r_3?\u024d3F\u03cf\u06a3wZ]\u045f\u04c3{|\u0018y\u0016g\u0017~\/\u0018;[qg\u0014<3g\n9S3\u0005_;\u0682?\u0017?src3?3?K?\u000bU~\u03ebse\u07adszvJ2E\\'6\u01e2~\u0003\u009fSn4{9z?S\u0003Tg\u0019\u000e\r\u0019\u00149R\u000f\u019fc\u001c?L?\u0007%\u0019g1,3\u0006*\u03dc1\u0018}\\uc5\u0019s~9_[0g\u0019s\u009c1g\u0019sNn\fs\u019c1g5\u001as\u019c1uaaR\u00049\u000b1g\/\u0000s\u00109`\u039839\u000b9\u0010sN\u01dc1g\u0019s\u019c1h\u001d\u067bB\u0017\u0014.tY68_0N9_\u0005j3\u000ew\u03b83,;\u03b83\u0018;j4;\u0095\u06ea;gwr\u0016s_V]g\u00f3[Uv&\u0002xv1Uq$9xr+\u04ce\"\u0004g\u0001y*3\f<\u0007\u0006\fVn4{9gyj\u0000\n??\u03d1?G3|\u00df^g1\u0016\u019fg1\n\u0150r#f\\w\\\u07b6rODm4\u000fE\u0747?Nir\u001e\u019f\u00063\u001c<\u001b3\u001c)s\u001e?8\u0005\u0016c7g\u000fTX+szPrO\u001c2x\u0016<\u03c2yn\u000b.?vk\u06fbs\u06a6H1\fD\u0001\u0013n0u\"#\u0388\u0000<\u0015\u0019qFg\u0003qF#\u0005qC\u0011g\u00188 b,8#a\f\u001clNkz):\np\u0007\u02fdgpkU[,\u0739Yksv\u000ecasf\u03b1:3<#3<#3\u0018<#j43\f>}3\f>'7\u0006>\u001a\r>\u000f\u001c0xv\\}I7V<`\u0434mY\u001bV\u01b8eYj?\u03e9S=9V\u0007\u019fg\u0019\u019fg\u0019\u019f\u001b\u00dfgY\u019fgY4Y!~\/\u0233\u0018<#[g\u000e\u001b\u001c\/t\"K\u0019x[c\u000f\u001bmaZs\u001d\u03fd[\u019b9V\ns\u01ceX\u001d\u0019w\u019dqg\u0019w\u009dqg\u0019wNn\fw\u019dqg5\u001aw\u019dqgpm\u055d\u001fx\u05f3yq-t\/\u000e\u0015 )-RmT.{!\u03e7h\ucee0)\u035e\u0001>b\u0003Tg\u0019|\u000e\r\u0019|\u00149R\u000f|\u0006c\u001c\u0002>3\u0015|+-?gm{Z\u02bdc7E\rnT[\u0014\u0019\u001ba+S(FU\u00c2=]POcQY\u0743?'Ni?\u0000<\u0015\u0019\u019fg\u0003\u019f#\u0005\u00dfg\u0018?b,?b\u0014\u01a2>{\u0010)^Nl\u0004\u001a\u001a@@#\btl \bt \u0411z\b4\u0002@\u001f\u0010h\u0017\u0004ZET3\u0012NuE^oB\u06c4\u0281S\f<\u000bZl\u02bem}^+s\u0659\u001c\u001a\u001b\\v]~Bt\u0018\t)\u0013o0w|1g\u0019s\u019c1g\/\u0019s\u019c10g\u0019sV1g\u0019s]\u0017\u001c^S;W\/7E*~oosoV9O\u0237\u047bUl:6MVa,vN9V\u0007yFg\u0019yFg\u0019yF\u001bCgYF\u71d6g\u000e\u001b\u001c\/tY\u0019x[cLYc\u00b4\u000e;{\u001akst\u0018\t;\u0013o0wxqg\u0019w\u019dqg\/\u0019w\u019dqpg\u0019wVqg\u0019w\u0016\fw_V9k\u05f3{}xv\u0576\u0015 F?m?\u0013\u0002.)Xk\u000138\u6713t;\u7ce7I\u0019}5>O\u0005}F@HA#g\u0019}>\u01a1~\/\u0018>[gN\u00198\u0005}\u0016cgy+9gWW\u001br\/M)\u001b\u0768MeJ\u03d8\u0768KGc\u0014Kn\u0526\u03e7h\u0000)\u035e!\u001a\u0006\u0006\u0000\u0000\u00004\u0000\u001d<\u001b\u00004\u0000\u001d)\u0000t\u001e\u0000\r@\u00038\u0000\u0005\u0016c\u0001h\u0000\u001a\u0016\u0000Y6@o\u02df\u0017[5{.kevnp\u0620;[utk\u0005mC\u0006-V\u0003\u0007So4{\u001c9\u0018@#\b4\u0002@#~_\b4\u0002@#\u024d!\b4\u0002F#\u000f'u.u%\\\bJ#\u0007bYJRi>WEUyF\u03c7As\u0017y.2>\u000f#\u0013o0ws\u000e:\u03a83:}\u03a83:'7:\u03a8\u001a:\u03a8P\uadaac\u001d\u054bM\u0479W{Mi\u001e\u001b}5an@]c\f:=\u0006So4{\u001c8\u0018<#3<#~_3<#\u024d!3F#C3\u0007\u000e\u0017[}l-~\u001d\u03fdV-\u001d\u067aeVy\u0018\tx+\u00ddcupg\u0019w\u019dqg\u000bw\u019dqg91\u0019w\u019dh\u0019w\u019d+\u00dd\u75f7Uw~]-.g\u0010W~a\u0469\\\u0000\u01adL4\u0016h]sf\/F\u0019|\u001a\u0000\u0002>sls\u03d1z3\f>\u001fg\u0017Y\u00053\f]n9k\u06f3U_T}w\u001biYHQ\u06eek\u001d\ri4y>\u00169vJ?3?\u0017?src3?3?K?\u000bU\t\u0000]\u062aikvY\u07dd\u0012tU6\u05723\/;mTAy>\u001cD}ZNiy!h\bZn\u0000\n\u0004\rAC\u0001AC\u0411\u0002AGA\u00104\u0004}^ h1\u0016~S8dO+\u0012S]88\u0140\u03f3|\u0019\u0002Ri>Wu\u0016\n\nN%\u0714}0\u07aavv\tr6w]\u0004AX\u0003T@g\u0019t\u000e\r\u0019t\u00149R\u000ft\u0006Ac\u001c\u0002:3\f:1s\u0018\u0006:+\u054bM\u0479W{;m,Fo5^qj|,9vt;W<#S\u0003Tg\u0019y\u000e\r\u0019y\u00149R\u000fyFc\u001c<3\u0015yBwYO\u3e77}U\u0006lKk+st=[\u032a*5\u001b\u687b[)\u031dJ;r\u0003Tpg\u0019w\u000e\r\u0019w\u00149R\u000fw\u019dqc\u001c;3;\u000bA,fs7\u067cE\u0016w\\6nc9-mR>Kl7J\u0014O\u0687x\u0017t;S$>\u001a@>sls\u03d1z3>\u001fg\u0017YE3\f]n9+\u0573\ud9ef\udefe?W%):\u0005ov*7MV:U\u0000m\u000eI\u001c1S\u0006So4{2\u0018\u0003@\u0003\u00004\u0000\r@\u0003~_\u00004\u0000\r@\u0003\u024d\u0001\u00004\u0000F\u0003\u00004\u0000-]\u001a\u0000-\\V\u0001>\u0017\/jZ]-~\r\u000bs\u0001,;n\uc2aaj3\u0012?\u0192cO+IS\u001a\u0011h\u0004zj\u0000\n\u0002@#@#\u0411@G!\b4\u0002}C^\u0010h1\u0016~SV\u000f:sa(A=qY\f<\u000bZgO\u05bds\u05fb;\u0016sS\u063b{\u0018Iosy9VN3\u001ck\u0000t\n\f:\u0001:\u0391\u0002:G\u03a03|\u0003^@g1\u0016t\u0006A0\u0006t\u000ec\u001cT\u0379z):\npos6}5}e\u0398%fK\u0012nP\u060c\r\u04fasfO@g\u0001y*3<\u0007\u0006\u06fakaHri9V\ns'\u001bx\u0006\u0006\u00003\u001c<\u001b3\u001c)s\u001e\f<\u00038\u0005x\u0016cg\u0019x\u0016Y=o\u000eko{.\u001bZh{\u5c5cs6]])y\u0717s4eoD)\u001e\u000ec)\u000f.9v\nI\u0019}5>O\u0005}F@HA#g\u0019}>\u01a1~\/\u0018>[g\u0019gmyqkmyUgl*e]d\u0011Hx+cs\u000e\f<\u00033\f<}\u00013\f<'7\u0006<\u0003\u001a\r<\u0003pe\n\u000f\u067cE\u0016w\\6}I3Bwv\u000b)X\u0002ecMi\fy>9in|;\t>\u03f1\u0006\u7a403\u001c<\u001b3\u001c)s\u001e\f>8\u0005|\u0016cgy+1gW[~\fbu~;vSt_+nu\u00fdo*\u001fy\u058d0.\u02fa^Vl,\u000bN)w\u0012\u019fc\rSg9x6g9RH=\u0019\u019fq\u000b,3,F\u03f3m6:jxU\u04faV\u0006\r-^gFUe\u0732\u0781;e 0\u001eN)w\u0012c\r@S!h\b:x6 h\b:R H=\b\u001aq\u0010\u000b\u0004-BoJj3\u0018\u0004\u001e\u0013G\u000e\u0140\u03f3u6?j[^g~.5smFO\u0671\u0004m\u0014]Fa$$}N\u07119V\u0007t\u0006Ag\u0019t\u0006@g\u0019t\u0006\u001b\u0003AgY\u0006Agyv]sxuOJ\\\u0014{\u00059\u05bdgsyXh[s\u0007u.\u0798Y<\u0005wN!\u03f1:3<#3<#3\u0018<#j4,o;q+\u00e6mX)\u001e\u001c?3?~_3?\u024d3F3,]\u001a,\\V9+\u51b2Gze.^l\u0574-\u06791u^k\u0159@WuFt1V\u0006\u0019i,\u0007N,A\u0011\u0001\u0004z*\b4\u0002@\u0007\u0006\u0002@G\n\u0002\u001d@#\b1\u000e{AX\u0004M\u0005Z{]X+\ntzPrO\u001c6x\u0016=\u03c2lu\u050dMQ7il\u0017-[HdFi9V\nsg\u001cs\u019c\u00060`\u03983\u001c<\u001b3\u001c)s\u001e9c8\u0005s\u0016c1g\u0019s\u000ec00fs\u6b1d2:W\/7E\u0001-R\u035c1Ka\u8523\u0000%\u0730aIa4\u0016-b\u0017t;S:gYl\u0000z\n\f=C\u0001=C\u03d1\u0002=GA3|^g1\u0016zB\u03dc28^nY\u0011\u0540]u:\\9?\u0017UUZ^\u03c7UVk\u000f\u0000sfO\u0000<\u0015\u0019~g\u0003~#\u0005~\u0503g\u0018\u0007?b,\f?B\u0010N%\u0002]\u0015MkL\u0000z\u0018KcO+IS=N\"\bt\u0001\u0004z*\b4\u0002@\u0007\u0006\u0002@G\n\u0002\u001d@#\b1\u000e{AX\u0004M\u0005ZwZ]Q\u04c3{\u0018y\u0016~\u02e6nL.\u001c@}^~Niw\u0019~\u001b\u0002?sls\u03d1z3\f?\u001fg\u0017YgY\bg11~:Do67\u0546[gwM]+(D\u02f6l\u02b2\u0636{\u001a\u053bP)^N\u0012\u0019u\u001a@:\u03a8sl\u03a8s\u0391z3:\u001fPg\u0017YEQ\u7b683\f]n9o\u06f3bm\u03d5{nN\u001bl{n\u8d64#mmi${v\u0003,'o0\u0016=NiH\u001c\u0003@\u0003\u00004\u0000\r@\u0003~_\u00004\u0000\r@\u0003\u024d\u0001\u00004\u0000F\u0003\u00004\u0000-]\u001a\u0000-\\V\u0001ZiG\/I]\u065f\u0017[5{.^X\u0019L:2@WUeN|\u01d2cO+IS= \b\u0000\u0002=\u0015\u0004\u001aFg\u0003F#\u0005C\u0011h\u0004\u0018@ b,\u0002\u0002&s\u05f8x>nT\u001b\u0148\u0017[i\u063eWs\u01e2>{)\u035e3,7>O\u0005}F@HA#g\u0019}>\u01a1~\/\u0018>[g\u000e\u001b\u0000\u00004\u0000\r@\u0003\u0000\u0017\u0000\r@\u0003\u0000trc\u00004\u0000\r@\u00004\u0000\r@K\u0006@\u000bU~\u014b\u05bdeU\\\/UU{\u0014j\u03ado\/UU\u067eS?_\u0018\ntfO'#\b4\u0002-6@O\u0005F\u0011@\u0011HA#\u0010h\u0004\u001a>!~\/\b\u0018@@gP\u0002$\u3136\u000b\u0007\u0018y\u0016\u061e}g~mm\u001b[]f\u0018FB[)\u001dYcu@g\u0019t\u0006Ag\u000bt\u0006Ag91\u0019t\u0006h\u0019t\u0006g\u0005:W\u0014<+sb{St\u0015|\\\u0014Jr!sQ]^.\u06cc\u0006):vIS=_ \u0233\u0000<\u0015\u0019yFg\u0003yF#\u0005yCg\u0018< b,3\f>}3\f>'7\u0006>\u001a\r>\u000f\u001c6xv\u03ca\u03d5{nN1\u001b~nmi\u000b|ep,#}i,\u06af.\u0000:vJsR#\u0000\r@O\r\u0000S\u0001\u0001h\u0000:x6\u0000h\u0000:R\u0000H=\u0000\u001a\u0006q\u0000\u000b\u0000-\u0002\u00004\u0000-F\u0001\u0433XVM^Z\tr\u0016\"L\u05cc\u06b2l4^@U5!X\u001d )^\u000eC\u0010\u0000\u0004=\u0015\b\u001ag\u0003#\u0005\u0503!h\b\u0018\u0007A@b,\u0004\u0004s\u0018^q\"#('N\u001e<\u0001gA+Ris?\u05f6mv\u01ad{d~vmz#V\nsGX\u001d\u0019t\u0006Ag\u0019t\u0002Ag\u0019tNn\ft\u0006Ag5\u001at\u0006Au=\u0005:+{W6+)BR&(a-]\u0019\r\u000ecQ7H\u009dn0{?\u0011Ag\u0001y*3<\u0007\u0006~\/\u0018\u000b?\u0010\u0004?b6Ya-.\u05ad\u001beW\u001ahwn}oo>\u0016rnNi\u023a\u0011\u0003>3\f>~_3\f>\u024d3FC3\r]^9s\"s^S>A7VXmlW\u02d0ls[e\u001c=Eu\u0005@'Na;\t@\u0003\u0431\u0006\u0000\u0000\u00004\u0000\u001d<\u001b\u00004\u0000\u001d)\u0000t\u001e\u0000\r@\u00038\u0000\u0005\u0016c\u0001h\u0000\u001a\u0016\u0000Y?kyW\u0006VM^KEbo@\u0415[\u0017\\*k\u02f2Q6\/!\u001a\u06eb\u065cc2F\uf0a0n4{\u000b\u0004\rA\r@S!h\b:x6 h\b:R H=\b\u001aq\u0010\u000b\u0004-BoI\u0286Ot)@\u001f=->li#:\u001f\u000bz;Ccug\u0019yFg\u000byFg91\u0019yFh\u0019y~hyBwx\u000eKVrt\u03c5[w{}6aqw\u0018K~IS=Ns\u0001y*3>\u0007\u0006>G\n\u001c>1\u000e}{AX\u0019}F y\u0016znq\u0475>we\u07d4M.>k\u0570%[u[k9\u001fK\u0767)\u035e\u0016\u0001>r\u0003Tg\u0019|\u000e\r\u0019|\u00149R\u000f|\u0006c\u001c\u0002>3\u0015|+Y\u03e6\u0281{VX{\u04a0i\u001bU2.eY+G,wcQv\u0001IS=N\u0002\u0000t\u0001\u0000z*\u00004\u0000\r@\u0007\u0006\u0000\r@G\n\u0000\u001d\u0007@\u0003\u00001\u000e{\u0001X\u0000\u001a\u0006(\u0000z\u00169VM\u07b2K\u0005bo U]3\u0002]UN\u0005\u0002]\u0566\/m\u00054\u0016\u0745@'Nir\u001eF\u0006\u0010 \b4\u0002\u001d<\u001b\b4\u0002\u001d)\bt\u001e\u0002@#8\u0004\u0005\u0016c\u00117\u0015\u8723\u048f@\u0014he$\u000eN1,\u79aaLYs\u04da\u01e9%9p:3\u0007\u0013o0w8\u00189c\u039839c~_39c\u024da\u03983Fc\u03983<.9m\u065c\u0017\u06dbk\u0015LEg\u0015uYi3f\tu\u000b\u0012{tYg\u0017n}c\u001a@>sls\u03d1z3>\u001fg\u0017YEgY\bBg1}\u000e\u0016\u0017][s_eoXWS\u000e[{S~cI\u001bt;\u04f8\u001a|\u0006\u0006\u7a403\u001c<\u001b3\u001c)s\u001e\f>8\u0005|\u0016cgy+QgW[~V6\u000ee\u06ab5\u8fae9nm{S\u03c7mr\u07f2mkk\u032fw\u0018KN%)^I\u00104\u0004=5\u0000AO\u0005!\u0640!H# h\b\u001a>A~\/\u0010\u0018\u000bAC\u0010\u0018\u0005Ab6(W'h[5{.kez'h\u05d1{\u000f0\t\u06b2m\u0015!_B\u0415[]\u0576\u054e\u0011%g\u001f\u0012tf\/'\t\u0004\rAO\r@S!h\b:x6 h\b:R H=\b\u001aq\u0010\u000b\u0004-BoJ\u041a\u05dc\u00f0VW$8z,\u0006|\u0005TTsxnZS\u0017\u000f\"wv\/1-2\u000e#Q)R%3<59O\u0005s\u019c11H#0g\u0019s>a~\/\u00189c\u0398s\u001891ky\\\u0014]`-r>E\u057aL&:e\u0016\u001c\u001dv;;HXz;cs\u000e<#3<}!3<'7<#\u0233\u001a<#\u000f-\u001c88^n\u001dau)sqH$\u0010=\u0017n\u074f\u0014Fa,}>>'Na;>\u03f1\u0006\u7a603\u001c<\u001b3\u001c)s\u001e>8\u0005}\u0016cg\u0019}\u0016Y>\u001bA]k}\ueafe;e{;d(V~Hc!Ff\u001b:3>3>3\u0018>j4>?>s\u0655\u059f\u0015\u001c\rYa9.^\u00167\u0000\u0776)M\u0006>\u06e6\u04f2v,\u0000\u0776[xh )\u035e!h\u0001\bz*\u00104\u0004\rA\u0007\u0006\u0004\rAG\n\u0004\u001d\u0007AC\u00101\u000e{X\b\u001a(\bz\u0016\u0004\u001cF\u0004:A\u06eaikvY+s=A{ls\u000e\u06ce\u000e\u0019+m}B\u0006)\u001e\u0019cu h\b\u001a!h\b\u000b!h\b:1\b\u001ah\b\bZ3s\u0018N\u000eDV\\\u0007\u0018y\u0016D{sSUSr-iM](?t\u067dV=Fp6\u0012ro$Ja\u023c\u00119c\u039839c~_39c\u024da\u03983Fc\u03983<.9sVmsb{St\\\u0016U3\\[p\u0014w\\:\"NOcasf\u03b1:3<#3<#3\u0018<#j4r\u0003Tg\u0019}\u000e\r\u0019}\u00149R\u000f}Fc\u001c>3>\u000bA,fs{xu~v-\uf539}[bqk[V!\u001bS=n3>\u0017>src3>3agW[Vp4mm.^us\\*-n\u0001m{S\u001a%|\u0003t\u06ea\u9d2c\u001dK6@2\u0016a,.\b:vJ}!h\bZn\u0000\n\u0004\rAC\u0001AC\u0411\u0002AGA\u00104\u0004}^ h1\u0016!h1\nln\u000b?\u0017\/jZ]\\\/nPU9\u0014u(s|@WmY7}>$\u0012O+IS-\b4\u0002=5@O\u0005F\u0011@\u0011HA#\u0010h\u0004\u001a>!~\/\b\u0018@@\u0305@\u0007%\u0443g1,h\u03db5\u001ez\by~[,\u07ad-\u001fX\u050f\u001e9vJ\u0012yF\u0006 3\u001c<\u001b3\u001c)s\u001e<#8\u0005y\u0016cg\u0019y\u000ec0fs\u000e*[fm\u0014ysgMWTV\u000b[@]ei_Xz-b\u0017t;S$\f=\u001a\u0002=Csl@s@\u03d1z3\f=\u001fg\u0017Y3\u000e\u0017[~y\u001d\u001a\u0539IK{;$}.2g0\u0016>NiH\u001c>3>~_3>\u024d3F3,\\\u0019Nr1\u7fa9)-\u000bo\\m\tl,5{So0{ni\u0019}\u001b@>sls\u03d1z3>\u001fg\u0017YE3G\u000e]n9k\u001ct?\r28\u03cf\u001cKr\u0007v\u000fk]:ESo0{\u029dD\u0011X\u0003\bT\u0010h\u0004\u001a\u000e\r\u0004\u001a\u0014\u0004:R\u000fF\u0011c\u001c\u0002@\b4\u0002@Q\b,fs\u0002\u0000\u0002V\u01b4mo7\u0010h[ui*ef\u0002mF;p@[6n-n\u001e\u0004:vJ?\u0002@\r SA\u0011h\u0004:x6\u0010h\u0004:R\u0010H=\u0004\u001aFq\b\u000b\u0002-\"o*j3\u0017\u0002\u001e\u0013G\u000f`\u03f3lhKyF\u00b6Z\u0012Y(\u02e6RF\/\\uXvz\u001a\u05f7=sfO\u0016<#r\u0003Tg\u0019y\u000e\r\u0019y\u00149R\u000fyFc\u001c<3<1s\u00189yV6?\/=n\u0019n\u0005\u001cZz\u0260a,}\u000ft;^\u001dg9\u0000<\u0015\u0019zg\u0003z#\u0005z\u0503g\u0018\u0007=@b,\f=o9vpPY-.gkj*\/\u001b\u00beg[2w\\\u0494Z3\f>\u000bA,f\r|V\u001e=:>[\u06f8wn\u0016[kwUj);s\u07f8.Cs\u0014fO3\u001ck\u0000}\n>>\u03d1>G3|C^g1\u0016}F\u03dc8xv\u0007\\\u062ai[vY+s@WuvL\u0596E\/\u0010h\"q?7c5\u001f\u001d\u0007Ni\u001fx\u0004\u001a\u001b@@#\btl \bt \u0411z\b4\u0002@\u001f\u0010h\u0017\u0004ZE\u0011h\u0004ZBg1\btP=\u0014\u01bdQw\u0017h[\u0576Lm~JI\u0010D\u000fq\u0019{OcI`\u0002t;S$\u000fF#\r SA\u0011h\u0004:x6\u0010h\u0004:R\u0010H=\u0004\u001aFq\b\u000b\u0002-\"o*\u069es\u0017\u0002\u001e\u0013'\u000f`\u03f3uY\u05e7=x,y*\u02b2)-Kr?}]5V\u01a2Bn4{\/\u0007<\r SAg9x6g9RH=\u0019yFq\u0233\u000b,\"3\u001c a\u001asykS\u059d9l~MnOn@}k\u001e\u000eciT{)\u031er'g9\u0000<\u0015\u0019zg\u0003z#\u0005z\u0503g\u0018\u0007=@b,\f=o9vp\u0003'0\/nq\u0475=[SVy\u0010=\u06fa7\u00e9-MY\u001bX.9v\nI\u0019|5\u0000>O\u0005|\u0006\u0000H\u0001#g\u0019|>\u0181~\/\u0018\u000b>\u0010\u0004>b2Vg\u001c'\r\u001e%eq_}\u068cL\u0167xZuNl\u0018GQ\u0001y*3:\u0007\u0006:G\n\u001c:\u03a81\u000eu{AX\u0019u\u078a:s\u0655\u059d\u001fxsr8n\u03fdeO\u001atXAd&a\u0018-M\u0002\u0012s4\u0016=\btfO#\b\u0000\u0002=\u0015\u0004\u001aFg\u0003F#\u0005C\u0011h\u0004\u0018@ b,\u0002@#b\u0014\u0002=YCg%\u0004\u0774euz\u0016]WF\u001c\u0012u\u001f\u0001k;\u07b05jk\u000fQTH)w\u0012c\r@S!h\b:x6 h\b:R H=\b\u001aq\u0010\u000b\u0004-BoJ\u0016+O\b8f#\u0007\u0018y\u0016N\u068dmm^\u001cl\u0017BgSU-pn\/\u1ead&~>3Vn4{#\u0233\u0000<\u0015\u0019yFg\u0003yF#\u0005yCg\u0018< b,<#a\f\u001clo\u06f3\"mY;\u06d9P\u0013F\/\u03baGqE\u0005='NirfC\u0000<\u0015\u0019zg\u0003z#\u0005z\u0503g\u0018\u0007=@b,\f=o9opsyJ\u001b|q-sKjg\u001b;[\u05556>w]cK\u0552casf\u03f1:3>3>3\u0018>j4>\u0095\u06ea>+S\u001dn\u0017k\u001b\u04ad:\u07c0{6wst\u0017g7 [6#i,l~N9V\u0007~g\u0019~g\u0019~\u001bgYg\u000e\u001d<\u0002tg\u0005zW?sVM\u07b2Z\u0005Z{\u0019\u0015\u0002]5v$\u0012k5\u001d|,lN\u0001:V\u0007F\u0011h\u0004\u001aF\u0010h\u0004\u001aF\u001bC\u0011h\u0004ZF\u0011h\u0004Z4\u0004Z\nt^gRW'\u8db5{\u0376zE\u0015\u0004mGZI\\maCa,\u000bN)w\u0012c\r@S!h\b:x6 h\b:R H=\b\u001aq\u0010\u000b\u0004-BoJ\u0019Y'2G\\tBS@\u000e\u001fbYJ76e=XwY\u0013\u03e6+Q.jQg\u0018czGz6Z\u06c3<'Na;<#\u03f1\u0006 3\u001c<\u001b3\u001c)s\u001e<#8\u0005y\u0016cg\u0019y\u000ec0f{\u06de\/g\u0014i\u02fa\u0505\u001dc\u0011=w-<\"#i,d~N9V\u0007zg\u0019zg\u0019z\u001bgY\u71e6g\u000e\u001e\u001c\/\u0014~\u0007^A\u001bm4P^7>\u06fe=\u001d,mkL4\u00169vJ>3>\u0017>src3>3>\u000bW>\/ovC\u01bdt+7\u07ad7E\u0007?\u0001\u0672\u06b34\u001f\u000bz;\u0643cug\u0019~g\u000b~g91\u0019~h\u0019~~h~+\u0005>z)\u043bjZ]\\\/US\u0017y3\u0013iV~\u0016\ttT\/s\u001c\u00165\u001e\b:vJ2\u0004\rA\r@S!h\b:x6 h\b:R H=\b\u001aq\u0010\u000b\u0004-BoJ\u06ad=EI'\u0483{\u0018y\u0016\u0012>o\u029e;{4U~.&\n\u065fMWT]\\\u0522\u03e61\u068fl,=s\u0014fO3\u001ck\u0000y\n<#<#\u03d1->'Nirv\u0000<\u0015\u0019|\u0006g\u0003|\u0006#\u0005|\u0003g\u0018\u0007>b,\f>B\u0010UYBK\u0011s\u0007qP~>MiB\u0013X8x0vJwNs\u0001y*3>\u0007\u0006>G\n\u001c>1\u000e}{AX\u0019}F y\u0016z6[u\u0001?M\u0017=uoM\u0757\u000f\"~\u001bk870j\/29=Ns\u0001y*3\f?\u0007\u0006\f?G\n\u001c\u0007?1\u000e~{X\u0019~\n?s\u0655\u0016\u001fxsb{\u02f2U`zv.w\u0003tS%U6\u001d\/\u00126\u001dH q\u001a\u000b7Ro4{\u07c8A\u0011h\u0004\u001aF\u0011h\/\u0004\u001aF\u0011\u0010h\u0004\u001aV\u0011h\u0004\u001a.\r\u0016.o\u0002\u0005Z\u02fb@w\u02beTgzkL\b\u0005\u06adcz\u0005\u0002mM_t\u044cx6.g\u0017\nt\u0014fO\b4\u0002\u001dk\u0000\n\u0002@#@#\u0411@G!\b4\u0002}C^\u0010h1\u0016~S8nO+\n4\u0004)\u0006{\u0005~C\u024bg\u000fV]\u0018\u0264g\u0017w9{lo[J)\u001ecug\u0019zg\u000bzg91\u0019zh\u0019zg\u0005=W\u001csgC\u0006yg\/B\u03dd\u01ad52n\u0002=NiX\u001d\u0019zg\u0019zg\u0019zNn\fzg5\u001az\u001f9xpPY\u001e\u0012?T{W1_u\u35abU&ku\u04d7U\u0740\u0715\u0019;OcSo4{s\u000e\f?3\f?}3\f?'7\u0006?\u001a\r?pe\u0286\u0780\u0007uu~q\/\u075a^}k+rmV;p\u0001?mYK=\u001f\u0005\u0007~Ni\f?r\u0003Tg\u0019~\u000e\r\u0019~\u00149R\u000f~c\u001c\u0002?3\u0015~+-@gV\u05bd\u05d7e\fzn\u04ac\u01b9@7u\u000e+\\ n@J*nPOc\u0002t;)D\u0011h\u0001\u0004z*\b4\u0002@\u0007\u0006\u0002@G\n\u0002\u001d@#\b1\u000e{AX\u0004\u001aF(\u0004z\u0016-\u04177\/\u041d\u000fI%\u0679^mY\u0016j\u0321@U|X\\^\u0740J\u04d4s>\u001cC}ZNh\u0004F\u0006\u0010 \b4\u0002\u001d<\u001b\b4\u0002\u001d)\bt\u001e\u0002@#8\u0004\u0005\u0016c\u00117\u0015h5\u0001\u000bkuEN\u000fJ\u0007bYJ7<\u0017O{o8\\-\u0004rsu\u0011-r\u0012H\u01a2\uf09en4{\u001dz\u0006@3\u001c<\u001b3\u001c)s\u001e\f=C8\u0005z\u0016cg\u0019z\u000ec0f\rzV6n71\u001b[Z=lIgT@S=\u000e\u001e\u0541g\u0019zg\/\u0019z\u01a0g\u0019zVg\u9643\u0007\u000b-?g}\u0018?T{W\fz~\u001b\\-S\\7}Y\u06b9K\r]y4\u00169vJ\u0007?3\f?\u0017\f?src3\f?3\f?\u000bW\u0006?\/oY\u01bdtk{\u03ed)|[\"Uw}W\u0536oXz;#s\u000e\f?3\f?}3\f?'7\u0006?\u001a\r?\u000f\u03dc:xv\u0000\\G_]mxc\u0007\u02e61eWw'\u6c18\u0019A71[\u071e\"#i,~N9V\u0007!h\b\u001a h\b\u001a\u001b!h\bZ!h\bZ4\bZ\u0012bY\u8d7a@\uafac;{o \u0436rrc~f\u0002m0&h74\u0285{z\u001a\u000bSo4{lA\u0011h\u0004\u001aF\u0011h\/\u0004\u001aF\u0011\u0010h\u0004\u001aV\u0011\u0013h\u0004]8\u000fr:\u0010\u0005Z\u0647S\f<\u000bZ\u01de\u0015z}\u0007\u074fkn&\u03d5m-{e\u0012y[D\u077b}{)^q\u0019y\u001a@<#sl s \u03d1z3<\u001fg\u0017YEg9A\u00d85YaM\u001f<\u001e=uqYs&=n\u0015\u0016$!q[ni,9#n4{Z\u0004\f=\r@Sg9x6g9RH=\u0019zq\u0433\u000b,BV\u8643\u0007\u000b-?gm|6J\u000f\u001elL\u0578Ws=?M8O\u001csn-nn@m\u0018RdxZ~N)w\u0012~c\rSg9x6g9RH=\u0019~q\u000b,3,\u0004\u03f3\u001d;h.lm^_[~n=7\beu}W\u0536\u001c9vJGX\u001d\u0019~g\u0019~g\u0019~Nn\f~g5\u001a~\u001f9tJ\u0001h^R6\u0000~`W6)\u06fe;A7\u014cUR-\ti\u00044}\u0016\u06af|,9\u064bn4{9K h\bzj\u0000\n\u0004\rAC\u0001AC\u0411\u0002AGA\u00104\u0004}^ h1\u0016!h1\nl.\u0005\u01f6\u0012@\u0017\/\fY\u0005\u0696qGu&\u0436[v!\u0005\u001bPg:#\u0007i,N\u0002:V\u0007F\u0011h\u0004\u001aF\u0010h\u0004\u001aF\u001bC\u0011h\u0004ZF\u001fOG\u0705@\u0007%g1,h\u001d{,{2}m4\u03a1\u0017>src3>3>\u000bW>\/oYq\u01bds+?\u03b7\u0016%n\u0450:wW29{a\u000ft;IZ>S\u0003Tg\u0019}\u000e\r\u0019}\u00149R\u000f}Fc\u001c>3\u0015}+\u015f[\\te\u04d8\u000btan\u4f5e\tt\u001e\u0016B1\u0004qk2?\u0192i\u0005:vJ\u0004F\u0006\u0010 \b4\u0002\u001d<\u001b\b4\u0002\u001d)\bt\u001e\u0002@#8\u0004\u0005\u0016c\u0011h\u0004\u001a\u0016\u0010Yol+s\u04b87jT\u001a^\/\u0436L\u001c\n-mw\u0006\u05190Xz;#s\u000e\u0002@#\b4\u0002@}!\b4\u0002@'7@#\b\u001a@?@\\X+\ntzPrO\u001c=x\u0016=\u03c2y\u0007,\u001bjg\rVxQ.\u02f0X\u0014\u0687<'Ni\u053f]\"\u0233\u0000<\u0015\u0019yFg\u0003yF#\u0005yCg\u0018< b,<#a\f\u001clNMKn]\\VnI\u03fd[wEsM}iJI\u0017>src3>3>\u000bW>\/)\\_m;|nQr8r.wsu--Ler>\u000fcASo4{s\u000e>3>}3>'7>\u001a>\u000f\u001c9xv\\}\u02fbvRJ@\u001b\fs+M{X\bi'\".\u0011\u01ad\u001eX=\btf\/'w\t\u0002@O\r SA\u0011h\u0004:x6\u0010h\u0004:R\u0010H=\u0004\u001aFq\b\u000b\u0002-\"\b4\u0002-F!\u04335\u0004Z1 gyun+[+Xx'h[w&;\u0001mu\n.\"h\u0016Lk:\u001fK6\u07a7%)^\u000eC\u0010\u0000\u0004=\u0015\b\u001ag\u0003#\u0005\u0503!h\b\u0018\u0007A@b,\u0004\u0004mz;aHA=qY\f<\u000bZ\u0007\r{`]t}cy\u06786M\/\\X\/3v?\u01a2\ue09en4{O\u0007\f=\r@Sg9x6g9RH=\u0019zq\u0433\u000b,B3\u001c@a\u001a$s\u000ey\u0717\nm9vJ3<5!~\/\u0233\u0018<#[g\u001d\u001c\/tuCr[T{WQ`sWV#6>w]_;l|v\ubae6\u0019Y#Nc)\u001e\u0007\u000f3\f?\u0017\f?src3\f?3\f?\u000bW\u0006?\/oY]>W\r):qorD\u0019|soZQx6g0\u0011OIS=\u0012}F\u0006\u7a603\u001c<\u001b3\u001c)s\u001e>8\u0005}\u0016cgy+\u0321gW[]\u000b[\u001b(\u0017ukVv1\u0017h{\u063e=,\u0002\u001b9vJX\u001d\u0004\u001aF\u0011h\u0004\u001aB\u0011h\u0004\u001aNn\fF\u0011h5\u001aF\u0011h\u0010hB\u0004\u022b\u0013t^ZZez'h[wV6[\b\u05b6:l\u001d_B-jt>\u001cD}ZNioG\u00104\u0004-7\u0000AO\u0005!\u0640!H# h\b\u001a>A~\/\u0010\u0018\u000bA)Akbx\u000eKt1#('\u001e<\u0001gAsyn>u5Mg6\uef61Vr^,\\X\/32H\u0192s|sf\/'{\t\f=O\r@Sg9x6g9RH=\u0019zq\u0433\u000b,B3\u001c@a2?okz\u0717\nmb,>oE9sJgw?\u0017\/\uef7e,\u000bt\u0015n-vk\u07bd?(\u0672\b{\u0003:\u0010A\u01a1yX\u0014\u07c9@'Na;@#\u0431\u0006\u0010 \b4\u0002\u001d<\u001b\b4\u0002\u001d)\bt\u001e\u0002@#8\u0004\u0005\u0016c\u0011h\u0004\u001a\u0016\u0010Y\u000e\u001e\u001fN\u040d{vk\u0005k\u9e5em9Zl=#h[\u06ea\ubb32u|\tA[`_X4\u0018\u0005A'Ni#\b\u001a\u001b\u0002AC\u0010tl@\u0010t@\u0411z\u00104\u0004\rA\u001f h\u0017\bZ\u07d43NuE^sB\u06c7\u0443S\f<\u000bZ\u0007Ke\u001f\u04de=X\u0017]X\u0704yg\u001bj%\u0172\u03c5u\u000b2#i,9n4{9Kgyj\u0000z\n\f=C\u0001=C\u03d1\u0002=GA3|^g1\u0016z0\u0006z\u000ec\u05a0ge#oy\u073bW5Z\u0002YgS\u05adzn\/\u03fd[&~>\u00169vJ< 3<#\u0233\u0017<#src3<3\u0339V\u001f8yiL\u05787eX7\u0739qm\b{cZywX\ufe73}Ywp\u01e2T\u000b}N=>O\rSAg9x6g9RH=\u0019}Fq\u000b,\u01a23,\u0004\u03f3}V\u0006>W\roM#G\u07c22\uf645E$\u06a1,{\u001e\u0677 UY\u01c0H\u0000fjPy;onvbp\u0007~a\u0214\u0017FsS]*[\u0017>':Ns(%mag\u950e\u001e\u000b>bg\u0019}Fgy9\u0016>\u8cf93\u0019}Fl\u0019}j}\u6743=[m\uefbe(\u016b\u0017\u0733L=ktA[#A\u001d@\u0004\u001b^-\n\u07c9@Np3@#\u0431\u000e\u0010!\b4\u0002\r\u0004\u001a4\u0004:\u0012@#\b@\/GA\\\u0004\u001aF,\u0004:9@\nz?+,m|_gyu\u0005*FV\u0003\ueaea\u0004\u000b@\r*B}\u0015^-,\u0000m=c\u0001X\f\u0004\rAC\u00104\u0004\rA\/\u01c2!h\b\u001a6w\u0006AC\u0010\rA_\u001fA\u00053\u0018NYsbCy$^=8\u0001v\u001e,{dC0X9sO7mu<}uMNe\u07acr,\u0019}Fgsg3>3>\u000b{>S}n%y)zv}+UP\u0015\u00ca\u0015\u06bb\u0003n\u06fc:\u0001>w]Y}p-tJG\u000f|\u01403\f>r,\u0019|\u0006gsg3\f>3|+\u0007g{z|\u06fe}}Q4z\u000bt]Yj\u0004\u0002]Ev\t}*|\u00ba)\u001d=} \b4\u0002@#\br,\u0004\u001aF\u0011hsg\b4\u0002@\b4\u0002@K@\u000bS\u07b6s\u055fm_EWx\u0004\rAO\u001d@S!h\b\u069b\u001b\u00104\u0004\u001di\u0010t$\u000e!1\u000f^\u0002A\u0010%\tZYp`j\u001b#Y\u000e\u001c$\u00079zo\u001e,{d\u001e_6s?As\u0677]T\u001by[(~NQ\u001cAg\u0019yFX3<#\u0390g\u0019yVg\u0019y\u000e\u000by&\u037e\u029eGn>SOBs^\u0017U]ku\u001e\u0386#EwA\u03e6)\u001d=fgY\u0000z\u001a\f=C\u0700H#q3\f=yr\u0014Y\u03053\u001d\u05fcs+u>'=(\u3105icx(x}}\u06dfp[xtJG\u000ebg\u0019}Fgy9\u0016>\u8cf93\u0019}Fl\u0019}F=C\u06e9>ku\u079aZw#[EW'Q-V\tk~>%>w\ue86cm,\u001cql:S$>:@>77g9H\u001c>c\u001e\u001c\u0005}\u0016sgy\/;\u0007g{zm}?gow7E(+2\u001fOu]Uk>Au\u001e\u0013\\G7>o\u000b+?[OtX9\u0016\u0003AC\u00104\u0004\rAC\u02f1 h\b\u001a\u035dA\u00104\u0004fC\u00104\u0004-\u001a\u0004-M\u0010tm_EWxm\u000bl=\u0443c13\f?3\u001c\u000b~g\u0019\f?j6\f?\u009e\u0004?+Kxv7\u02b7kT?q\u001fSI\u03dd{*\r+GQ\n\u074d}Q4\u0292\u0013t]\u0017}[\u0017=\f)d$\u0011t\u001ei\u05983\u0016~Ns,\u0006!h\b\u001acA\u00104\u0004\rA;!h\bZ\u0346!h\bZ5\bZ\u063d\u0012\u001ah%\u0004]7E\u05f6y\u06dd|\rb#Au\u0677*\t\u00046\/Nh0z\u0017\u0004m: h\bZ\u0000\u001a\u0004\rAC\u0700!H#q\u00104\u0004\rAy\u0010r\u0014\bZ\u0305\/Js\u0602XIx,\u0007|\u000eYhY\u000fVyQ\u0015]=?\u0015Rs^\u0015UE\u07bd\u000bz6Nm\u001d\u0003yj3\f={s\u0003z#\rzA377g9H\u001c>c\u001e\u001c\u0005}\u0016sg\u0019}\u0016 gwg\u7faf=\u001a}\u0017v\u000e\u02bb<]wylqY-,l=cX\f>3>\/Bg\u0019}6w>\u8cda>W\u03fcsp\u001cg]BW\u0010hR@mWM\u001c\u0014v@U\u001b\u058fx\u0016u{\u0010h\u950e\u0016G\u0011\u0003\u0004zj\b4\u0002@{s\u0003F#\r!\b4\u0002=!Q\u0010h1\u0017F\u0011h1\u000b\u000ervFD6o\/\u0000Y9<\\l$.OP\u00046\/-\u001e|\u0016S:z\u0014Ab h\b\u001a!h\bz9\u0016\u0004\rAC\u00103\b\u001al\b\bZ\u0557\u0019\f`\u0000\"A+%zp\u0001?n\u0743U^TEWo*wOE\u0014g'WEmm\u047ew\uf09eMS:zz'3,w\u0000=O\rzgon@sA\u03d18\u0019z3l\f}Fg5\u001b}Fgap\n(o\"s[r~[&5\r\re\u07ac>NtK\u0019}\u0016;@>77g9H\u001c>c\u001e\u001c\u0005}\u0016sgy\/;\u0007g{z|\u06fe}}Q4J\u0002\u001eSo\u0014m\u0254\"\u001e*r\u0011\u06e2.s\u000f\u0002m:F\u0004\u001a:@@#\b77\u0010h\u0004:\u0010H\u001c\u0002@#c\u001e\u0002\u001c\u0005\u0016s\u0011h\u0004\u001a\u0016\u0010 gw\u0015osnm;\u0002}]ykki\u0004=>A\ro ma\u0001h\u950e\u001e\u000b@b h\b\u001a!h\bz9\u0016\u0004\rAC\u00103\b\u001al\b\bZ]\u0000u\u0006ZH$Hzp\u0003>\u0007I)\u0395$n\u0743U^TEWOfa=?\u0015)V\u03ab\u02ba\r)\u001d=V@3\f=Cr,\u0019zgsg3\f=3\f=\u0007\u0005={WzVXt]S\u07ec<'hntUP+-OZ*v;}\u0796-+G\u072coV\u0010\n\u0004knT}iC\u04f6tJG57b13\f?3\u001c\u000b~g\u0019\f?j6\f?\u009e\ud55f7\u0015?k\u064dmU]_w\nBs}o]vrki)}WWU]tZ]t\nGO93\u001c\u0000}\u001a>@HC#q3>yr\u0014YE3\/\u001d}U?gowE(~@m7OT\u0003v9Ew$\ttuYV\u001b\ua7dfPs\u00076Nmzc#\u0002@O\u001d SC\u0011h\u0004\u069b\u001b\b4\u0002\u001di\bt$\u000eF\u00111\u000f^@\b4\u0002@Y\bt;~H\t)i\\\u0005:\u03cb^{`P\u0004]\u0007\u0013\u00046+-HNt%gY\u0000}\u001a>@HC#q3>yr\u0014YE3\u001c}szw__\u0014\u001a\u001e\/u\rS^\u000f\u001a\b)*#I\ubdaf\u02f2P-=\bt\nGo\u000b\u001b\u0011h\u0004z\u0000\u001a\u0002@#@\u0011HC#q\b4\u0002@y\br\u0014\u0004ZE\u0011h\u0004ZBU@m<}\u0002qCU\u055f[<\u0017^Z\u0005{Z\u02dbZ\te\n\u00127\u03e6)\u001d-3g{7>o\u02d6%oVMS:z\u0007>\u001dSCg\u065b\u001b3\u001cis$\u000e}F1\u000f}^>3\u0017}\u6143=\u015fpYy7\u0001:{w\/\nx_\u0000+^\u00005e7I\u0005]\u0679\ro{\u0796-z\u0004m:S!h\u0003\bzj\u00104\u0004\rA{s\u0003#\rA\u00104\u0004=AQ h1\u0017!h1\u000b\u000erv7'-iN=9TR\/@G>uSj=i7&\u000fT\u06b7]\u0000t\nGO9\u00004\u0000\u001d\u0000\u001a\u0000\r@\u0003\u0000\u0001H\u0003#q\u00004\u0000\r@y\u0000r\u0014\u0000Z\u0005\/\n\n3\u0016N\rIx,\u0007z\u000eCz`u\u0000*A UQy)\\}\uffa6\/p[xtJGW\u000fbg\u0019yFgy9\u0016<#\u02333\u0019yFl\u0019yFBCck\u001b|dq\u000b\u000e7s4{9\u001bn7>o\u000bnXOtXu#\u0016\u0003=C3\f=C\u02f1g\u0019z\u035dA3fCU3\u001d\u001c\ueb79\u001eq\u000e\u0016\u0670sqr~\r\u02aam\tpOe\u0017\u001b;-5knXOp3\t?\u03f1\u000e3\r\u0019~49\u0012\u0007?\u0007?\/G\\\u0019~$9\u001d?Mjx8V*z_c=2t\u0015>+FC\u0015\u0001\u00174y[4\u0013\u000b}6Ni7F3,w>O\r}Fgons\u03d18\u0019}Fq7wC\u0005;W+\u0017gWyI]yMp[\u07fb\u0010h\u950e\u0796K\u0010h\u0004z\u0000\u001a\u0002@#@\u0011HC#q\b4\u0002@y\br\u0014\u0004ZE\u0011h\u0004ZB\t\u001bE`\u03ff\u0000t[u\u04dc|\u0001=9TR\/@G>O\u0000GM1y\bb\u0001\u000e\u0014r&\u0001h\u0000:\u0001\u0000=5\u0000\u001a\u0006\u0001@\u0003\u0411\u0006@G\u0000h\u0000\u001a\u001e\u0000(\u0000\u000b@_\u00147,9\u018a\u0000fzp\u0281{|`u\u0000*A UQy)\\}\uffa6\/p[}\u000fl:S\u0004\u000fyF#\u001d SCg\u065b\u001b3\u001cis$\u000eyF1\u000fy^<3<9\u0233s\u000eyVVus6\ufeb6byxNNMeEr\bKp\u0014yr\u0712\u023b;9m2\ue0a0MS:z\u0011\u0004\rA\u001d@S!h\b\u069b\u001b\u00104\u0004\u001di\u0010t$\u000e!1\u000f^\u0002A\u00104\u0004\rAY\u0010t\u001a}}P)~-jweTZ\u001a\f\u06e2-q\u0017l:\u06f2n6\f;O\u001dSag\u065b\u001b3\u001cis$\u000eva1\u000fv^\u0002;EY]t)+MlH2K\u0007g9st\\\br:]\u00104\u0004-w\u0000AO\r!hon@\u0010tA\u04118\b\u001a<\bz9\n\u0004-B\u00104\u0004-fAAjmeVN3PW4[WpyUT'gAmQf\u001by[g\u950e\u001e\u001cg\u0019\u019fX3?g\u0019Vn-\u0012-nH2\u0007g9st\/\u001f,]~oB9Voz\u07c38 A=||wy6_*\u000bX\u0005\\\u0015m\u0016dIY_vr ,eWZ\u001d)>{2nh\u001emB7\u000b\u0426)\u001d-om\u0004\u0001\u0003\u0000zj\u00004\u0000\r@{s\u0003\u0006#\r\u0001\u00004\u0000=\u0001Q\u0000h1\u0017\u0006\u0001h!\t\u000ervW,!q\u001a\u001er=Q]+\ub384]f)\u0016p\u000f;YU[\u029f7S:z,\u0011Ag\u0019}FX3>g\u0019}VgW\u000eny[\u0001g\/\u0017Esr\u0777We\u0003\u0002\\MK)f\n\u001c[\u0007S:zu0\u0016\u0003AC\u00104\u0004\rAC\u02f1 h\b\u001a\u035dA\u00104\u0004fC\u00104\u0004-\u001a\u0004-^\tzS\t\u001b|\b:w_,\u0016hl\u0476EU3\u0002\u001e\u02b5\u0016&\bt[vyo)}\u0016.\u0004t:I\u0004\u001au@O\rF\u0011hon \bt!\u04118\u0004\u001aF<\u0004z9\n\u0002-\"\u0017\u0015hu\t\u03d9\u000bk@\u06d3#Y\u000e\u001c$\u0007\u02f7}gms\u015fG\\.1W\u001b*\u0013Z\u0014}\/y[,_|l:nZgY\u0000y\u001a<#@HC#q3[OtX9\u0016>3>\u02f1g\u0019}F\u035d3f3,\u0019\u001c^y[\u0015g\u001as\u04d7ujKK\u03fd{{f:\u02be+\u0016\rE\uf09fMS:z[\u001e~\u000e3\r\u0019~49\u0012\u0007?\u0007?\/G\\\u0019~\u000b?\u065e-@o*V\u07b9wf]BY\u00015\n{w\u04e1NX\u0000U\u001a\\\u0014@m]e\u0015nX]\btJGo%\b4\u0002=u@O\rF\u0011hon \bt!\u04118\u0004\u001aF<\u0004z9\n\u0002-\"\b4\u0002-f!AJse@Y_V|@{P)z6?\u0010:Pu%8\u0703Rw\u000bC}\u0016\u0c1eN\u0004G,\u0006F\u0011h\u0004\u001aFc!\b4\u0002@;C\u0011h\u0004ZFO\u057f@\u000f\f \nRY\u0007\u001c9H\u015f\u02f7}g\u00058o=\u0233tJGOiAg\u0003yj3<{s\u0003yF#\ry!3\u0017y\u0015\u06b9KZ9\uf2e6,\\-,a=c\u044dX\f\f?3\f?\/\u01c2g\u0019~6w\u0006?\r?gs{Vjx:NM_]-\u001dV?Y\ufd62*.p[\u000f{g\u950e\u0016\u0003yj3\f?{s\u0003~#\r~3o\u000bKpXOtX#\u0016@#\b4\u0002@#\u02f1\u0010h\u0004\u001aF\u035d!\b4\u0002f#'\u051b\u0016+\n=<\u0012o\u001f`AR=+KC,+WL\u06fe\u02f3\u0003*\u0713[L'sUm\ufeb7ly}\u04b3tJGO+g\u0003yj3\f={s\u0003z#\rzA3k\u0015\u000bG\u8cf93\u0019}Fl\u0019}j}\u6743=[T\/]\ub2e29@7=|i+8\u0007od\u0261kW\u0015,1pEA0\u0716-\u00157+\u0426)\u001d=\u0000F\u000e\u0010!\b4\u0002\r\u0004\u001a4\u0004:\u0012@#\b@\/GA\\\u0004\u001aF,\u0004:]\u0005\u001be\u0004:w+'\/KQi\u001c@M\u0094\u0012hH\u0015\u0015Ec\u047b\u0000h\u950e\u0796K\u0000h\u0000z\u0000\u001a\u0000\r@\u0003\u0000\u0001H\u0003#q\u00004\u0000\r@y\u0000r\u0014\u0000Z\u0005\/\n\u042a\u001fXX\u0015\u0001\u069ed\u001e7\u000fr <+\u017fgmY\u0001NMUY\u0015]hsUv\u026dJ\u0013*wy[}\u000fl:\u04eagY\u0000z\u001a\f=C\u0700H#q3\f=yr\u0014Y\u0305g\u03c16}7`\u03f1Xuj{4-\u001cQgyW'X>k\u0005F[OtX9\u0016<#3<#\u02f1g\u0019yF\u035d!3f#U3o\u001dw\u03dbV}~,nq\u000een\u0015\u0015?N\n.&+su\u0017MQis)\u0716-F,?Nt,\r?S\u0007g\u0019~\u0006\f?G\u001a\u001cgy\u0303b.\f?B\u0012\u001c\u4703~]\\W\u00f1R\u0003\u001a+>gu\u0003\u00153X\u0764\u0575{V\u05e6_-[\u0016Y}6Nm)\u001dG\u0003yj3>{s\u0003}F#\r}\u01213Nt\u001b\u0017\u0019};@>77g9H\u001c>c\u001e\u001c\u0005}\u0016sgy\/K\u0007g{?{m\uefbe(\u000btuM_i|o;\u02b3>2\u0003'\u0016u{\u0010h\u950e\b4\u0002-w@O\rF\u0011hon \bt!\u04118\u0004\u001aF<\u0004z9\n\u0002-\"\b4\u0002-f!A\u0004r>_\u0003g}\u067b\/@w\u001c\u06ab\u0017\u001ah\bPKv\u000fNU\u06e2}\u07c5@Nt_@#S\u0007\b\u0010h\u0004\u001a\u0006\u0002@G\u001a\u0002\u001dC\u0011h\u0004zC b.\u0002}QV`)!<\u0012\u001e`AR=+j\/ssu\u0000\u001b~ U5 \u0004y\u001e\u0004h\rGP-]\u0233tJGo#\u0001<5\u0019yF<#\u03d1?o\u02d6,?Nt%gY\u0000~\u001a\f?\u0700H#q3\f?yr\u0014Y\u0305gYH\u0015?\ub543\u06fa\u001a\u001eWXpe>E\u0007S,\\d]\u0017-e\u03c2\u0019\u001e=Ls\u0003yj3>{s\u0003}F#\r}\u01213\"g!\u0018}>3,>3l\f}Fg5\u001b}Fgapg)\u0003}F#\u8cd7>$~?3>aC1D3>3\u001cA\u0017{\u000b\u0007=\u015fp^8\u43fcpP^\u6143a\u00004\u0000}\u0000m\u00004\u0000\r@c\u0001\u00004\u0000\r@;\u0003\u0001h\u0000Z\u0006\u0001h\u0000Z5\u0000Z=\u0000Z\u0000\u0001H0\u0000%\u0000+\u0000\u000f\u0000\r@\u0003\u0000t\u0000h\u0000:~\f\u0001hs>\u0000\r@\u0003\u00004\u0000\r@Gcfh\u0002\u0017X\u00167$G\u2f43\u001c9H\u2f43g;(^<0\u0019y> 6\u0019yF\u5c50g\u0019yF\u035d!3f#3\u001c\u0017^YQ%w)g\u7ca9*ZW=l\u7da9Rv*I=\/\u0616R].r:I\u0019yu\u0007\u0606><\u0016>\u8cf93\u0019}Fl\u0019}F=C\u06eb>_u\u001d\u001e\u05ff\u0017%}\u0003wq\u0012}vO!|-9l=S$>:@>77g9H\u001c>c\u001e\u001c\u0005}\u0016sgy\/\u000b\u0007g{z\u000b\u0007p^8x\u0000\u000b\u0007\u0000h\u0000\u0000@\u001f\u0000h\u0000\u001a\u0002\u0001h\u0000\u001a6w\u0006@\u0003\u0000\r@\u0003\u0000k\u0000{{\u0005M\u0005o-q6\uecbe\u02d4\u001b\bAL\u0014sPe\u0002\u01b7+\u0416)\u001d=\u036c\u0011h\u0004Z\u0000\u001a\u0002@#@\u0011HC#q\b4\u0002@y\br\u0014\u0004ZE\/*\u001b\u07b5\u018a\u0002=\r\u0001y=\u0007I`\uda0b\uded4'.\u03c5{(o4\n\u001fu\bwhZK{`uyemb7+\u03e6)\u001d-3o{~8\u037eul\u0345]\u001e\t\ne:'sWn\u0000\u04f6h\u0019\u03d6)\u001d-l\u0003yj3\f?{s\u0003~#\r~3@HC#q3>yr\u0014YE3\u001cgv_8XVE_\u02b1\nt)\u0014.=jRPmQ:\u000fN\u8a6f(\u011fg\u0003yj3?{s\u0003\u019f#\r3SV-I\u0012.\/;\u001b\fi[\u0018\ntJGok\u001b\u0011h\u0004z\u0000\u001a\u0002@#@\u0011HC#q\b4\u0002@y\br\u0014\u0004ZE\/*\u042a\u001f\\X\u0015\u0005\u069ed\u001e\u0017\u000fr <\u0013g=Syq\u0005>jpXX,,\u05bfV~..o\u001e-[ft:\u0774 \u0233\u0001<5\u0019yF<#\u03d1 6\u0019yF\u5c50g\u0019yF\u035d!3f#3\u001c\u0017^Ya}:5N>+.R-\u0012w\u03c6)\u001d-e\u0001<5\u0019}F>\u03d1>Gg\u0019}\u001e(\u8cd8>{g^88\u04fbg^8[g^8\u0012?\u0007\u0606?<\u0016?3\u0019\u019fl\u0019\u019f]\u00df\u06eb?_g*\u06be\u077as[U]\u0669vsUVun\u0011\u0527mz:Gs,\u0006\u019fg\u0019\u019fc3?;\u00dfgY\u019f\u03df7Wa-Vg{y$^;8Ag^;hS^;k\u00070\u0019y> 6\u0019yF\u5c50g\u0019yF\u035d!3f#3\u001c\u0017^YQ%w)sk>)%_A#q=FU\"\u0019r;NmQC-S8z\u0299DX\u0007\u0510g\u0019y\u0006c3>;CgYFgY39\u073du\u000f\u07b3{VkFKK:uyp[4q\u000f}N\u001e3,v>O\r}Fgons\u03d18\u0019}Fc3>;CgYFgY39=Y@H0%+\u000f>sg9~\fgs>>3>Gc\u001eAqOg9\r\u0006\u062bg7\u0012?\u0007\u0606?<\u0016?3\u0019\u019fl\u0019\u019f]\u00df\u00df\f\u0019\u0004^\u0002?3?\r\u019f\u001063?s4f\u0636g-Vg{y$:8A$:xJy\u6b43R3o\u001d|\tC\u0003|lCgY\u001e\u000byFg\u0019<#j6<_<\u001dEp}\u001eug}~\u000eC\u0003|lCgY\u001e\u000b}Fg\u0019>j6>_>lOg9u7F~d\r!ju7^g?\u001fg\u0019\u009fg\u00196w?}q~l\u001c\rwnFOo\u0000wi\u04f1-\u015e\u001fgf7y~q.\u001f?\u000f\u001e0\u0316'\u001f\u0013O\u0006_|iL+'t\u0019\"\/c\u062f'7\u001bwG6\uce6d027\u001b6}\u001a~}\u000e\u017f0\u0003>}GA\u001e\rf\u0016)\/k6.j\u001c;\/&O+ro>~qr6uKZ\u001d>~\u0014N\u001f\u001fa4?k?0qc\u074cog8b)~bI\\+[X|3O={r>\u0005>~\u001c\r+~\u0005^q\u001f][7K~\u0001m\u0001o?}\u000e%-k\u000fQbe>\u01fe\u059c]AC:\u001f>zgVUom>|\u01d5\u001d\u001eh[I\u001fJW?|O\u05eb\u000f\u0005\u001ew_WS\u001eC%@_1&yz\u0017\u001eSy:Z|\/|\u0017|\u0000~\u001b.\u0012]\u00f5n|5_\b.r\r_+\u04d7\u001f?}%^]U'_+?\n\\\u0012~]Ktu>9OrE\/X$\u0013\u0013r<|1\u73df\u0012M\rLw+b|F?~=;_4\u0014MI\u0016\u001f\u03cf>\rBeKW7\u000f6?}8%0O\u001f|mo\u0593?oO}7Z\u001a\r\u05be\u001d\u001bo<,\u001e]\/?\u001dS\nex\u0019rtk)\u001fn@GswSY\u0014_d~h_yo\/C!\u001b%xH\u001e<\u0018\n\u000fnM\u001f@}\u07ffuik\u033fZ\u0766M%k\u001fXk?\u0003+\u000e\u069f;nwy[D\u0632\u01cb\u000e\u0003a\u001e.\u000fr?\u001f\u0001'\\\"E\u03f5r=?=\f19\\m\u04742lh0}6\u0018o\u0015\/-\u001f\u0014[?)\u00bb\u0005l\u001763d\\.Q<\u0016$YpLLb}| m\u001b>N>P6\fGGwLnc\u000f\u001f\u0017'}(sB\u000e]\u03df\n)w\u001d|*SAu\u000b},x\u064fuu\u01cf\u0005zu#\u000f\u0019{x8\u0126\u03c4\u0010<^sa\u001d\u001fsr?}*\u0013~\u055ccA'~\u001d(\/nw>@Qp\t}~\u06315PmW>>\u028c[y~?\u0016z_llW8N\u07f6T0^\/\/\/\u0011X\u0018eC;|0o\u030dRC\u001f\u0016\u0010`\u0010\u001b&y\u000f\u046e|\u0002\u00029%\u0018\u0005a\u0011gCt\u001f\f8`_^c\u000fTr\u0017\nuqu\u0203h>f[\u00014+OKUo_^\u001a^t][zLwiP:[\f\u001f\u0002w_nBhNAm\u0019\u001fC\u0017\rG\nc\u0005?\u0012V\u0017,N\u07f6H0]\u000f\u00ff}[X\u00c9\u000bg\rH=\u001ac%?\u001aNg`\u001f~\u02e7On\u0003O?\u0019W\u0015<5\u0018<\u0134J<\rn\"-_{m5Io-\\j>-}\u000f\f\u0015l?^c{MRg_jlHsc^\u000065^_K\\h\u00e5z]|V\u076f\u05eb{\\_\u001fg.}_Y\u0001\u0006T\u0006\\2e~}Jo\u0017w\\OBPG|\u059d\u001f\u000b\u000b}_\u00003U\u0007B_1xK\n^^!z\\\u001d7\b\u000f~~\u0014x\u035c\u001d^\u0010Z\r\u05efw=Uly\u07fe\/t\n8elHm[_Bu.\u6d5d\u000bym-\u000bZ^mE;#\u0374\u001b\u0012^~m|\u000b%z.lU{^Y[|MvF`w\u001db_\"\/\u001d-v|\u047cW8\/o\u001f\u001fw9Nbt8NnNbR\u001aPp\u0012O{\u0012#h:%'\u0004'1r\u001e\u001f?{~?`+KOmx`}S\u0013\u33ff\u030f\u07e4?|w?<\u033d=\u001f+,\u0013_`=\u0016Ykz\u001fX+\u001enq%NI+%E'b+D\tc)e((~A\u0019RH,\u001d>F\u001f\u001eyk7\u0593\\oz\rF%\u072e\\\u0012nW*~n\u00126\\\u000f\u02fb\u0730\u000e|?\u00025\u001c*V*yNwU<|c:\u0273j~?\u03d5wn2T\u07b5.[{'X3x'?WJ`.)^\u01e7}\/7\u001f~\u0018\u03f4aajVpGw}UgBX;Gu\u0014|k\u0777{\u0017Y{\"S.\u0617\u000bZ2.w{a_\u0015j+\u0017k\u0001.l}\u001fQ\u000b^G '\u03b5k\u0012me\/-O>6\u05d9mc*qy|f_=~\u07e3}_\u001e[\u0000<7\u001ep\u0476\u000bM\u0151\u0013k\u0012\u05bb\b\rD\u07a1\"\u049bn\u001blw\f\u001bn\u0016l\t[\u0004\u0741\u0417\u000e\u00df}zO\u000b\u001dw|!\u000ec~2\\\u75d3`N\/yx4\u000ek_>~z7C\u001f\u001fzx>qxMz-\u04143,On}X\u0013\/RrPOy\u000ew_\u07admtoT|2?e}W*}\u001c\u0002Vhx81\u07fd\u0000][w_\u001e?|G\u0001F=\u0002\u000f\u001cOi<\/\u04d7m~t\u001d\rC\u001fc{}K?7\\]?*}F\u000fnw\u000f?G8}\u044er?>\u000f_O\u038fZi\u001ep=\u00c7_SmrO\u0007Q]?}T~?fo)w??\u0203\u0003w)\u001bR\"~w)\u0002K\u03f9c^*3nZ2nuK\u036a^5Z\u001a\u056eukT\u05e7\u05a6\u001a_e\u0015cY&T7E\u0462\"v:\u033fa?\"?_SJ\"Wl\u0006\u02ef\u0014\u001f(V0,zk\u0011G\n>'laXZ\u0015.\u001c\u7f3cHM\\^+\u0017{40>E(\u0001?Gny@=x>g?C{vj?\u001a_\u001f\u001b=gk;C)&4hj<\u001bU\u001dYcU_0naAe!x\u0011Y\u0015\/}\u07de$c\u02cd7?|\u001e\u0012g0\u010f\u0018?xm\u048eo\u001b8<,\tF:xF7g|5\u0012[\u0013\u05de\u03d9?\u001fn_NLo'\u0015_e!>vcCVq|\u0747RcSG|Uxj\u000f\u001f\bl+y<6xD~9\u001c~\u0019Rs\u001a~\u0019\u0012\u0019\"\"?5Tx\u0597^\u00d6qqB?G(+Wr\u001f<}+uf55D\u001a\u001aBWz?-o\u001d\u000e\u000emr\u001d\u000e\u001f\u000eu\u001d\u000e?w\r\/^C\u05df\\\u06a3es_'OO0R%\u07be{`x\u01dfY\u02e1_\u000e\u0007]\ubd8f5W_\u000e\u0007\u02cfdC;]O\/e\u0007\u0016w9>~x\u03cf\u001dOX6n{\u182c!j6\u0004\u001d>B-dU|\u000e\u07e09}\u001dlje\u001fY\u001a{\u0010fS2\u0015\u01e9W\u025ef\u11d2y2?3\u0016k+lm\u0014S\u0013^M\u0017\u0010fe\u0018j_TiO\u5be9.a\f:mu\u0004Nt*\u0003^\/ss\u0017vE>;\u00054\\\u06eeo.j\u0019=5^\u0012>\u0017f5\u001b$\u001f~w\u001f\u013fc\u001ay\u0017EYOjR]]iu.\n@\u0017<__\u001e\u0015vzr\u0007|\"T\u0019\\_S*\u0017\u0005,\u0010\u05cbVXW\u05db6u.=R}__Ox=V\u000eV\u0000~s\u00136\u0017\u19eb\u0005RRjvtT\u00078Uf(\u03022XnL)\u0016[3[Y\u031e~O\u00fap\u001f?jO,n?k\u00ff0\u05a7w?GS_K5D\u001a?xc'K0q&2\u000f\u0005lsia?%fvWW\/\u0014qg\u0005'\u0007o\u0001RFZ\u0018\u04feg`\u052bfF\u000e\u05bft,\u053f^\u001ar8T\u001bn\u000f\/^1_>~\u001c\u05a9N=~\u0016.t\u0014\u0003\u04cf\/w\u0001`kO\/\u052b=\u0010\u001fs'w_G\u05d1-ZeM6Ow?\u0018usu'El\u000eIjM41\u001d\u06ca\u0013\u001f;Y\\\u001e;8\u0619l]}N66PWn=vam,w\u001cY\u0018_\u053d\u001cWs7y\uedb9MrSt\u031fg9\u03f5~cL\u001fgvo\u07cc\u05ff\u0019\/\u001fu\u0003\u0459S^\u001b\u0019wekq\u000edn\u07eb\u07f5u;7K?\u0349\u0019\u001b*Zwl\u001c7c.Ev\u00197u8-m69;WX\u001bc\u000f3<}\r=\u001dzqwul\u0019\u0395kZ\u02e7^O7;!O}v}1b\u0018+\u001ewf=L=[9mW[==oa\u06ba~)\u0177\/v%_\u0011\u07c3\u0019z}g2?oem\u001bCv\u0206k\u001d\u0013&OE\u0544g)u\u0655-Fy=\u0015rmb\u05c1)\u07c2\u03ff81!5\u001d\u01f2\u03fa\u0567\n+T\u07dfq$7T_>-}\u0019s6N{V\u001f\u001eJe`8s<\ts\u019c9\u00179c\u03b30Y\b\u019cc\u00109\u001f0g\u0019s\u009c1g\u0019s6w9c\u03989_9kv.Zh$H,\u0007s\u000eRY2\u011c.\u03a2w\u000f@)\b\u0339p\u000by\u0016}-sV9[6gcB%wb\u06cf,b\u0398s\u0003yj39{s\u0003s\u019c#\rsa\u03983a\u03983,9c\u03983l\fs\u019c1g5\u001bs:s\u05ae*\u0012*nH29r0 \ts\u019c\u00149\fs\u00160g9\u001f0g\u0019s\u009c1g\u0019s6w9c\u03989c\u0398s_w9cB0HW\u00121g\u001f\u0019s\u019c1a\u0398s\u0018b|\u0019s\u019c1g\u0019sIx\u0003989r0 )\u065ci.e#n\u05dc\u075dm6g \u069b\u0007S\u06709#9\u0019\"9:9c\u0398770g90H\u001c9cc\u001e\u001c\u0005s\u0016s1g\u0019ss0g?\u0007s1gy\u00169\u000bs,\u0012s\u00161\u001a9cX39c0g\u0019sV13g9laZh$H,\u0007s\u000ey\u001dx3,7x3l\fo\u019bf5\u001bo>o\u05a6\\X\u045bIY\u000e\u001c$%{s\u015b\u03f5jz\u8c11sDPt'f,tH-nz\u0019\"9:9c\u0398770g90H\u001c9cc\u001e\u001c\u0005s\u0016s1g\u0019ss0g?\u0007s1gy\u00169\u000bs,\u0012s\u00161\u001a9cX39c0g\u0019sV13uf[\u0016+=<\u0012<$\u0019sR00Y\b\u00dc1\u0003|l\u00dc1gY\u001e\u000bs\u019c1g\u00199cj69c~a\u07449+g7o,?_\u00dcH5s[]oet:d\u0014w\u0017p\fg\u0012yFc\u001d SCg\u065b\u001b3\u001cis$\u000eyF1\u000fy^A3,\u0005=C3l\fzg5\u001bz>zL`\u000ef?2H\nkAS\u000e\u001c$Q|Rz\u064fZv)\ft\u0006\u000f\rt\u0006Agy,\u0019t\u0006Agsg3\f:\u06603\f:\u0007\u0005:{w\u0013\u035c3B^eJ+;{7;mN\u03a6\rZ\u0016\u0019\r\u0389Gp&g9\u0001<5\u0019yF<#\u03d16\u0019t\u0006@g\u0019t\u0006\u035d\u03a03f\u03a03\u001c\u0017^YYy]\n[\u001dOmyn1N9F\u00b2\u00018;Ei]FQy)Gp&\u0011g9\u0001<5\u0019qF8#\u03918G\u0010g\u0019q\u001e\u0010(8_T5q;\u0016+=<\u0012`6\u0019s\u019c0g\u0019s\u019c\u035da\u03983fc\u03983\u001c\u0017^YwB\u02f25?yxZ*Vrg\u0006y\u0005.?\u0001\u001f=\u04d9X\u0007\u0520g\u0019z\u0006\f=G\u001a\u001cgy\u0303@b.|QzVKf \u014alO2\u0004=r )iGQ\\\u073bGJ\u0678rg,Kv[rcg83\u001c\u0000s\u001a9c1H\u00dc#q39yr\u0014Y\u015c1gs_\ueb2cS|vt\u001dvnOEVtmk4e\tVw6mW2\u001cv\fg\u0012zc\u001d@Sg\u065b\u001b3\u001cis$\u000ez1\u000fz^\u0002=EY;s\u0010bEz'Gg9st&zVo\u07b9vmu,SY\n<[6g!CB\u05bb`p\u0016Ag9\u0001<5\u0019t\u0006\u0001:\u0391\u0006:G@g\u0019t\u001e@(\u000b:\u03a0\u0003:9Cg\ua769wb\u0016w~\t\u0003|lgY\u001e\u000bzg\u0019\f=Cj6|u\\oE5V\rI\u6460Y\u000e\u001c$Q|Rz\u064fZv)\ft\u0006\u000f\rt\u0006Agy,\u0019t\u0006Agsg3\f:\u06603\f:\u0007\u0005:{St\u05a6z`+=\u001bwrx^=Rw\u05e2T\u073a\u0007zu~\u0015\u03c6\rjv]Fmy=s3I\u0019|u\u0000>O\r|\u0006gons\u03d18\u0019|\u0006]nsWfxv\u000f5e|\u0015<\u001b6gY\u0012\u001a9\u0019\"9:9c\u0398770g90H\u001c9cc\u001e\u001c\u0005s\u0016s1g\u0019ss0g?\u001cL]\u0017_}=`X\\vM+\u0015I\u0396\ru]\u0013~&g9\u0001<5\u0019yF<#\u03d1\u00013,\u0005<\u00033l\fx\u0006g5\u001bx>xVf\u0004\u014alO2\u0004e[\u058bYyN:zDX\u0007\u0510g\u0019y\u0006!3,<#3l\fyFg5\u001by>yV\u07f25`-Vg{y$y<\u0007I 6\u0019yF\u5c50g\u0019yF\u035d!3f#3\u001c\u0017M3E\u0014=b)z~\t\u0003|lgY\u001e\u000bzg\u0019\f=Cj6|}<-Y\u0015\u065ed\u001e\tz@AR2=+,JV;\u0007as]Tl\u0660en)\u06fdYyN:zDX\u0007\u0510g\u0019y\u0006 6\u0019yF\u5c50g\u0019yF\u035d!3f#3\u001c\u0017M35!3,<#3l\fyFg5\u001by>y\u05a6\u0703XQI\u6450Y\u000e\u001c$%\u02f3\u00a2<-yk\u0005\u0785oT'g\u0006Ur>DSL\"s\u0003yj3<{s\u0003yF#\ry!3\u0336.}Y\tM\u001b\u04e7\u0013LBs\u0003yj3\f={s\u0003z#\rzA3a3,=c3l\f{\u019eg5\u001b{>{\u05a6\\X\u045eI\u6470Y\u000e\u001c$Q|JyYZy%\fyF\u000f\ryFgy,\u0019yFgsg3<3<\u0007<{k\u0373{i\u0014\u0017j3Nwg}\u00aa&R{r\fg\u0012yFc\u001d SCg\u065b\u001b3\u001cis$\u000eyF1\u000fy^<3<9\u0233C\u0373\u0017N35^\u00185b0\u001cD`<#\u0233<\u0016<#\u02333\u0019yFlY\u0007$H,\u0007y\u000ey>!3,<#3l\fyFg5\u001by:yVmajD\u001b#!\u03f3\u001c9HB0\u0007y~\tC0\u0019y> 6\u0019yF\u5c50g\u0019yF\u035d!3f#3\u001c\u0017\u001d,e s$\u0018y\u0012D\u0007yFg9l3\u001c?\u02339\u001fyFg\u0019yF1s\u0018\u0780j()\u06aa$!\u03f3\u001c9HJge-Ky\u001dam)c\u0015sE\u05ed\u0273ev:f\u000byN8z3<#\u03f1\u000e!3\r\u0019y49\u0012<#<\/GA\\\u0019yF\u001cAp\u0019y\u0090g1\u0018yE\"B0|TCgY\u001e\u000byFg\u0019<#j6|}<-Y\u0015\u065ed\u001e\ty AR<\u0003]o\u0014{=;=\u0017\ue862\u000be=WpO\rf\u0001=e\u0779\/\u0013\u0433ex:f\u07fbA\tGp&g9\u0001<5\u0019z\u0001=C\u03d1\u0006=Gg\u0019z\u001e(\u0433\u000b=C\u0433\u0003=9\u0433\u001f\u000e=C^\u0018,\u0006C\u03f1HY\bj3\f=cA3\f=;gY\u03465\u0013\u000f\f \u04b3b\u0003=\u0007I3,@\/a\u0433\u0018\u0006=C\u0007\u0006=C\u0433<\u0016\f=C\u04333\u0019zl\u0019z\f\u0019z\u0004C^\u0002\b=@3\f=\rz\u0010z6C3\f=Cs4f.\u00ea@X\u0015\u065ed\u001e\tz@AR2=+n\u0013w\u076e!3,<#3l\fyFg5\u001by>y^\u01f6;Wug\u0292$;eoJIl\u061c\u000e\t:\u009d7\u001f;Y\u011dqX\u0007pg\u0019w\u0006;G\u001a\u001c\u00ddqgy\u00ddb.;B\u0012\u001c^8;pg!\u0018wEB0|T\u00ddqgY\u001e\u000bw\u019dqg\u0019;j6|}M\u0006k;\u06d3#^\u0012\u001c$\u01dd`\u0019w%_cqTy\u0011;\u0446;\u03b8st,\u0019w\u0004w\u019d\u001epg9\u015dqgyIs;^\n\u001c;\u000ba3|m3;c\u03b83;;\u00ddqgY\u019d\u03dd=`-Vtg{y$K\u009ddwV\u001el\fY]^uu\u055dl\u0004l\u065c\u000e\tM;'\u001d;Y\u011dqX\u0007pg\u0019w\u0006;G\u001a\u001c\u00ddqgy\u00ddb.;B\u0012\u001c^8;pg!\u0018wEB0|T\u00ddqgY\u001e\u000bw\u019dqg\u0019;j6|}lpg-Vtg{y$K\u009ddwV\u0792B\u001b{reCxvOTv\u0004\u06709K<\u001d\u0012-xz\u0019\"\f<:\u0000\u0006<\u000377g9\u0480H\u001c\f<\u0003c\u001e\u001c\u0005x\u0016sg\u0019x\u0016 \u001c$\/e\u075d}42]wbxTi\u001csQ\u0015ut\u0233i\u0016|i\u0013.9\u0019$>:@>77g9H\u001c>c\u001e\u001c\u0005}\u0016s\uacea\/3\u0013N\rIg\/\t}\u000eY\u0011%y)\u001bqU\u03fd{a\u00aa+\u0703\t\ru\tyy]s\u00b1\";:;\u03b877pg9pH\u001c;c\u001e\u001c\u0005w\u0016sqg\u0019w\u0016p g\/g0`9\u0016>\u000bQ\r}Fgy,\u0019}Fgsg3>\u0006oUcE}NVe\u0012\u001c$Q|J}\u064fZy)\fw\u019d\u000f\rw\u019dqgy,\u0019w\u019dqgsg3;\u06783;\u000b{;WwV\u000er\u02deeMw=\u001b6+\u001d2\u001a\u029e\u0013Ls\u0003yj3\f?{s\u0003~#\r~33,\u0005?3l\f~g5\u001b~:~6\u001a+$H\u0004?\u0007I\\[Yq\u051b-{\ue2feo{M\u0001>eWi=[6gCBWi_w!\u06cf,\u03b8s\u0003yj3;{s\u0003w\u019d#\rw\u03b83{s\u0003|\u0006#\r|\u01013x.Y\u0015\u065ed\u001e\t| S3E~3EOa3|m3;c\u03b83;;\u00ddqgY\u019dqgY39\u073d:L9{\u06d6U\u05ba[B\u064b\u05e8{v}#=w\t3h rwhO{\u7523g83\u001c\u0000\u001a?H\u00df#q3?yr\u0014Y\u015f\/\u03da8UX\u0015\u065ed\u001e\t S3u~3uOa3|m3;c\u03b83;;\u00ddqgY\u019dqgY39\u073du=\u0017u\u0017MW\\{bV{~\t\u00df\u0003|l\u00dfgY\u001e\u000b\u019fg\u0019?j6|}L~e\u0000\u045f\u0015\u009fIs\u03ca.+W>nq\u000f&[\rg'x\u0660es\u017b.y`\u04b13E\u0019xu\u0000{s\u0003}F#\r}\u012133\u0013bE}'GB$9HL\u0673\u001f{LS\u0018\f<\u001fc\u001b\f<\u0003X3\f<\u0003\u0380g\u0019xVg\u0019x\u0016\fx\u000ewo`\ua4bc\u001a\u9cfbs]\uf526T+=U\u0679\u78adee]v\f\u029e-\u001b,\u001d2M~zr\fg\u0012}Fc\u001dSCg\u065b\u001b3\u001cis$\u000e}F1\u000f}^>EYs\u0013bE}'GB$9H<<\u0016>\u8cf93\u0019}Fl\u0660Z$H\u8cd7>\u0007IHL~eYas\u0017eL'\u0015?\u001b6+u\u0019:c\uf09fSLs\u0003yj3\f?{s\u0003~#\r~3\u001fg\u0019}Bg\u0019}6w>\u8cda>_>3\u0013N\rIg\/\t}\u000e(~>)?S,^-?S\u0012\u0006?\u0007\u0006?<\u0016\f?3\u0019~l\u0019~=+?+z|jZe\/^{cReCF[(\u0010u\u001fr\fg\u0012~c\u001dSg\u065b\u001b3\u001cis$\u000e~1\u000f~^\u0002?Ey\u0003\"?xV\n?\/ 3R3\/a3|m3\f?c3\f?;gY\u0346gY39\u073dr\u4d6e\u00187\\\u0016V}vi]\u0576'g\u0006-w\u01cc\u001a}N=zDX\u0007g\u0019}\u0006>G\u001a\u001cCgyCb.|Q}N\u0704SuCy$KB$O\u0014?KW\u0014?\u0001~>3,\u0005?3l\f~g5\u001b~gap\u0014?\u0014?\u07fa>S\u0012>\u0007\u0606><\u0016>\u8cf93\u0019}Fl`j\u022d)$^\u0012\u001c$6v\u0015?WyekUN*~6lPX[\u0000f9g\u0012~c\u001dSg\u065b\u001b3\u001cis$\u000e~1\u000f~^\u0002?3\f?\u000bIs;~VunO_\\.^9\u0005B{r\u036cj\r\u001bU\u000e\u0019\u0006w)Gp&g9\u0001<5\u0019|\u0006\u0001>\u03d1\u0006>Gg\u0019|\u001e(\u0cd8\u000b>_\u0014\r\u014ajO2\u0004>{Isb\u001a>U\u04f5e\u001a>Y\u065cVl xe*9Y$>:@>77g9H\u001c>c\u001e\u001c\u0005}\u0016sg\u0019}\u0016 \u001cL=o\u537b]+^\u0715]WQK*~l\u0432|w\u03209g\u0012~c\u001dSg\u065b\u001b3\u001cis$\u000e~1\u000f~^\u0002?EY\u0019\nk\u0693#^\u0012\u001c$Q|J}YZ}%\f}F\u000f\r}Fgy,\u0019}Fgsg3>3>\u000b{>W}V^$\u0015?+zf~vEC~|#?uiKS?\u001b6+u\u0019vt\u001f\u0000r\fg\u0012\u0006c\u001d\u0000S\u0003\u0001h\u0000\u069b\u001b\u00004\u0000\u001di\u0000t$\u000e\u0006\u00011\u000f^\u0002@\u0000E\u0001Z39\u000b`\u0000\"@+\n\b@\/\u0000 S3R3\/a3|@m3>c3>;CgYFgY39\u073d3B8\u03f7\u000e\u0414?\u0001\u0000\u0001>\u0001\u00004\u0000-\u0005@\u0003\u00004\u0000m\f\u0006\u0001h5\u001b>VeZ($H\u0000\u0004@\u0007I\u0000\u84bcyzy\u0015FR\u029f-\u001b\u0015^9\u001fw)Gp&g9\u0001<5\u0019}F>\u03d1>Gg\u0019}\u001e(\u8cd8>\u8cd0>\u00079gey{o=e(\n}\u05ba,?{\u6b94\"g\u0006-\u000bx\u01ccZw\u0001)Gp&\u0001h\u0000:\u0001\u0000=5\u0000\u001a\u0006\u0001@\u0003\u0411\u0006@G\u0000h\u0000\u001a\u001e\u0000(\u0000\u000b@_\u0014?\u0016+=<\u0012\u0000%\u0001AR2@+\u000b:\/K\u05f3?m]yL#f})N\u03c6\ret\u0556\u0002\u001bGp&g9\u0001<5\u0019}F>\u03d1>Gg\u0019}\u001e(\u8cd8>\u8cd0>\u00079[|#WfW2}F~\u0723Zw\u02b9Kg\u0006-\u0000)\u0013Ls\u0003yj3\f?{s\u0003~#\r~3j6>\u009eU)~\u000e)~u~%\f~\u000f\r~gy,\u0019~gsg3\f?\u00073\u0014N\rIg\/\t~\u000eYg\\K)Os\u06d7UWkeAs>\u0672A!4r\u000b~N8z3\t?\u03f1\u000e3\r\u0019~49\u0012\u0007?\u0007?\/G\\\u0019~$9\u001f?+zU`:e^U\u07f5el^ReCF[=s3I\u0019~u\u0000?O\r~gons\u03d18\u0019~es3I\u0019~u\u0000?O\r~gons\u03d18\u0019~WuU\u059dv\u000e\u0002}:\\\u0669\u0014}6mO2Z~N\u03f1\u000e\u7a613\r\u0019}49\u0012>>\/GA\\\u0019}F$99>+\u0012\\\u0011[yQ)[BsS]L>[6hY;d\u0505fwIGO?3\u001c\u0000}\u001a>@HC#q3>yr\u0014YE\/\u0006}bE}'GB$9HL\u0014{LK\u0018>\u001fc\u001b>X3>g\u0019}Vg\u0019}\u0016\f}\u000ewoL\u001fN3\/a3|@m3>c3>;CgYFO\u7c05>k>\u06d3#^\u0012\u001c$%\"KR9\u001b\u001eB|^{x\ue066{N}l\u0432zwhx`3I\u0019}u>O\r}Fgons\u03d18\u0019}F{a>s,\u0012}\u0016\u001a>X3>g\u0019}VgU_f&l-\u0003>\/ >k\u03f63B3\/a3|@m3>c3>;CgYFgY39\u073d20>[seB\u0006j-\u001b\u001d2\/v\fg\u0012}Fc\u001dSCg\u065b\u001b3\u001cis$\u000e}F1\u000f}^>EYzs\u0013bE}'GB$9HL\u0014{LK\u0018>\u001fc\u001b>X3>g\u0019}Vg\u0019}\u0016\f}\u000ewoL\u001fN3\/a3|@m3>c3>;CgYFO=7a-Vg{y$KBd}ns|\u127e-W(~n\u06ee_g\u001e\u001c\u0014O*~l\u0432|ws^;x\fg\u0012~c\u001dSg\u065b\u001b3\u001cis$\u000e~1\u000f~^\u0002?3\f?\u000bIss\u000e~V\u001eOmUV}=\u0000+v$\u0015?\u001b6+\u001d2j9\u0019$>:@>77g9H\u001c>c\u001e\u001c\u0005}\u0016szRXQIg\/\t}\u000e(~>)?S,^-?S\u0012\u0006?\u0007\u0006?<\u0016\f?3\u0019~l\u0019~=+?SS|LK\u0018>\u001fc\u001b>X3>g\u0019}Vg\u000b&B\u001b#^\u0012\u001c$%\u0002KR~%9>yW]+>wy\u0507]veqg\u0006-w]F{WASLs\u0003yj3>{s\u0003}F#\r}\u01213:@>77g9H\u001c>c\u001e\u001c\u0005}\u0016s\u0006oUcE}NV\u0000e\u0012\u001c$Q|J}YZ}%\f}F\u000f\r}Fgy,\u0019}Fgsg3>3>\u000b{>w\u0013L3S3\/a3|@m3>c3>;CgYFOFL8[7$GB$9HJgPo\"s>\u000fQ\\z[\u0007tA\u001a>\u001b6(x`3I\u0019}u>O\r}Fgons\u03d18\u0019}F@HC#q3>yr\u0014YE\/\u0006[Tc%Z\u0710d\u001e\t} Nk\u06fcs$gX0j0\u0019}>6\u0019}Fg\u0019}F\u035d3f3,\u0019\u001cNYzw\u00c3E{\u000e6[x\u02209\u0019$>:@>77g9H\u001c>c\u001e\u001c\u0005}\u0016s3\u0013bE}'GB$9HJu\u0002g2\uf2ba;CsWy_hUAs_^{[aJecF\u063b\u7523g83\u001c\u0000~\u001a\f?\u0700H#q3\f?yr\u0014Y\u0305gYH\u0016?}VjiXg}gNQl |eT:A\u0013Ls\u0003yj3>{s\u0003}F#\r}\u01213+a\u000b}bE}'GB$9HL\u0014{LK\u0018\f?\u001fc\u001b\f?X3\f?g\u0019~Vg\u0019~\u0016\f~\u000ew&g\u062bg_g>\u001fg\u0019}Bg\u0019}6w>\u8cda>_>o\u000f\f RS>\/ )Y$}v\u000eY\u0003\ueeec\u0492j\r\u001bU\ufe8c7IGO?3\u001c\u0000}\u001a>@HC#q3>yr\u0014YEgYHB>U\u0579V\u001c>\u001cwg\u0006y\u057bCF}\u07c5>\u001c=\u00d9DX\u0007g\u0019}\u0006>G\u001a\u001cCgyCb.|Q}\u05a6\u0704XQIg\/\t}\u000eY\u0001eogeps_\u000evg\u0006y}Yg=g:3\u001c\u0000~\u001a\f?\u0700H#q3\f?yr\u0014Y\u0305gYH\u00027\\Ca-Vg{y$K$OT?KWT?\u0001~>3,\u0005?3l\f~g5\u001b~gap\n.Ka\u079b-~\uecfcv\u001dqB}=\u001aZ'i\u0016~:f\u0014E>\u001d=\u00d9DX\u0007g\u0019}\u0006>G\u001a\u001cCgyCb.|Q}Vf&\u014alO2>{Ist\u001e}:+\rTZ\n?6+\u001d2\u001am\u0005?\u001c=\u00d9X\u0007g\u0019~\u0006\f?G\u001a\u001cgy\u0303b.\f?B\u0012\u001c\uc39fs]\r\u000f\u01d5Ys\u001e\u07ea\u03ed{pOL'Xz\u00f4A\u000b?\u001d3\n}N\u03f1\u000e\u7a613\r\u0019}49\u0012>>\/GA\\\u0304ShqCy$KBd}VDu\u0013ypsWjT\u0717m[i+L}6lW;d,x\fg\u0012}Fc\u001dSCg\u065b\u001b3\u001cis$\u000e}F1\u000f}^>3>\u000bIsC\u0017N3^\u0018b0\u001cD`><\u0016>\u8cf93\u0019}Fly>pV>\/ S3R3\/a3|@m3>c3>;CgYFgY39\u073d\u7f7duly?<:@>77g9H\u001c>c\u001e\u001c\u0005}\u0016sZ63\u0014n\u0750d\u001e\t} )YC$7\f7\\\\SAs\u001e^N)~l\u0432|w\u0328}\u000fp,g\u0012~c\u001dSg\u065b\u001b3\u001cis$\u000e~1\u000f~^\u0002?3\f?\u000bIs;~V\u001cvE\u001a6\u0017?yV+7)i\u03d6\rw]FSl\u04db\u7523g83\u001c\u0000}\u001a>@HC#q3>yr\u0014YE\/\u0006[Tc%Z\u0710d\u001e\t} )U;+~VYQ[NQW(~K7P\u028b8\u03d6\rZ\u0019-x\fg\u0012~c\u001dSg\u065b\u001b3\u001cis$\u000e~1\u000f~^\u0002?3\f?\u000bIs;~{\u0007U~\u001a@<\u0012s]\u02a9Kg\u0006-)C\u000f}N9z3>\u03f1\u000e\u7a613\r\u0019}49\u0012>>\/GA\\9jfZ$H\u8cd7>\u0007IZ<<\u0477\u0282\u0012\u0014?SL\u001c\u0006?\u0007\u0006?<\u0016\f?3\u0019~l\u0019~=\u077b\t~)j0\u0019}>6\u0019}Fg\u0019}F\u035d3f\u05e7j\u0304XQIg\/\t}\u000eYz2\uf2ba'\u066b>*W\u0011j\u06fe\/{d:\u0670A^l\u04db\u7923I\u0019}u>O\r}Fgons\u03d18\u0019}F{s\u0003}F#\r}\u0121323a\u001fl\u0019@g:\u0012}^&AR>+V\\Mf:d(~l\u0432|w\u0328)~N6\u0019~g\u0019~\u035d3f3,\u0019\u001c^YzKRouK9\u0007>Y]Uu>6hcF^j\u0005w)Gp&g9\u0001<5\u0019}F>\u03d1>Gg\u0019}\u001e(\u8cd8>_TU}\u0016+=<\u0012%AR>+z\nO_\u0714}*\u001b%O\r}Fgons\u03d18\u0019}F\u0007I<6\u0019}Fg\u0019}F\u035d3f\u05e7\u001bU\u00159[$KBd}VW{s\u0003}F#\r}\u01213\u001fg\u0019}Bg\u0019}6w>\u8cda>_>+\u0636E5V\rIg\/\t}\u000eg9A_g1\f}F\u000f\r}Fgy,\u0019}Fgsg3>3>\u000b{>>K\u00193\u001c\tF\u0004y%\u0011}Ag\u0019}\u000e\u001b>\u01cf!lGg\u0019}Fh\u001cU}\u0016+=<\u0012%AR>+S\u000f}~\u01fel>\u000f\u000fm\u001c4}6lCF>\u001d=\u02d9DX\u0007g\u0019}\u0006>G\u001a\u001cCgyCb.>B\u0012\u001c^8>{a\u0018>\"g!\u0018}>3,>3l\f}Fg5\u001b}>}anZ$H\u8cd7>\u0007Id\u001ey)zt\u00f3Il]Ai\u0016~Qo]\u0007}N9z3>\u03f1\u000e\u7a613\r\u0019}49\u0012>>\/GA\\\u0019}F$9Ap\u0019}g1\u0018}EB0|TCgY\u001e\u000b}Fg\u0019>j6|}\u0304~e\u0000Q\u0015BIs>a\u000e\u0012>a3|@m3>c3>;CgYFgY39=Y@H0%+\u000f>sg9~\fgs>>3>Gc8M\tk>\u06d3#^\u0012\u001c$%2x}gzeZ\u0717uWh.I-\u001b!+.9\u0019$>:@>77g9H\u001c>c\u001e\u001c\u0005}\u0016sg\u0019}\u0016 \u0007}g\u000bC`9\u0016>\u000bQ\r}Fgy,\u0019}Fgsg3>6&\u014alO2>{Is\u03ca\u0722CNR.@,o\u0014+o6hO\u0019o)Gp&g9\u0001<5\u0019}F>\u03d1>Gg\u0019}\u001e(\u8cd8>\u8cd0>\u00079\u0017>^\u0018,\u0006\u03f1HY\bFj3>c3>;CgYFO\u05e1jZ$H\u8cd7>\u0007I3\u001c\/a\u0018>\u0007\u0606><\u0016>\u8cf93\u0019}Fl\u0019}F=CC\f\u0019}\u0004^\u0002>3>\r}F\u0010}63>s4f&\u0007\u0016\u000bn\u0018@Ee{\b95Ca+'\rMVKNyQGn{\u0007s\u021d\u01c5g\u0006-\u0004uhK;x\fg\u0012\u019fc\u001dS\u00dfg\u065b\u001b3\u001cis$\u000e\u019f1\u000f^?3?Ys?{3b0\u001c\u011f`?<\u0016?3\u0019\u019flY;s\u0015NYnbCy$9H\u009f$\u0019\u000es0Y\f\u00df\u0003|l\u00dfgY\u001e\u000b\u019fg\u0019?j6?\u04aeR\u0006?Gg\/\u0001^I\u011f~g\u0019\u019f\u00c6?c?g\u0019\u019fg9\u001a3?\u06e2\u001a+$Hs?\u0007I3\u001c\/a\u0018?\u0007\u0606?<\u0016?3\u0019\u019fl\u0019\u019f]\u00df\u00df\f\u0019\u0004^\u0002?3?\r\u019f\u001063?s4f\u0006bE'G\u009f$9HJgeOn\u05bf\u0004.\u0335C\u03c6\r\u0004u\u02285\u0015\u0013|,g\u0012\u019fc\u001dS\u00dfg\u065b\u001b3\u001cis$\u000e\u019f1\u000f^?3?Ys?{3b0\u001c\u011f`?<\u0016?3\u0019\u019flYy\u000e[\u0016+=<\u0012\u001c$A\u0012|ZvO]ArF[el^?\u001b6(\\A q\u0019$?:?77g9H\u001c?c\u001e\u001c\u0005\u0016sg\u0019\u0016 \u0007g\u000b\u00df`9\u0016?\u000bQ\r\u019fgy,\u0019\u019fgsg3?3\u00156\u0001D^O\u009f$9HJge-KYvyX~\u0255\u001f7+\u001b\u0010'e\u0015$#\u0016v\fg\u0012\u019fc\u001dS\u00dfg\u065b\u001b3\u001cis$\u000e\u019f1\u000f^?3?Ys?{3b0\u001c\u011f`?<\u0016?3\u0019\u019flYzs\u0015bE'G\u009f$9H\u009f0\u0007~\t\u00df0\u0019>6\u0019\u019fg\u0019\u019f\u035d3f3,\u001a,\u001e,es$\u0018\u0012D\u0007\u019fg9l3\u001c?9\u001f\u019fg\u0019\u019f1s\u001e\u05a6\\X\u045fI \t\u000eY|}y\"\u041f\u0295\u06d4D6l'.\u001a9\u0019$?:?77g9H\u001c?c\u001e\u001c\u0005\u0016sg\u0019\u0016 \u0007g\u000b\u00df`9\u0016?\u000bQ\r\u019fgy,\u0019\u019fgsg3?\/3\u0015bE'G\u009f$9HJge-K\t]oo\u0006osu\u064e\u0014lRP.\u0123I\u0019u?O\r\u019fgons\u03d18\u0019\u019f?S,^?S\u0012?\u0007\u0606?<\u0016?3\u0019\u019fl\u0019\u019f]\u00df\u06eb?+.k]\/oov:?QKl\u0432w(r9\u0019$?:?77g9H\u001c?c\u001e\u001c\u0005\u0016s\u0185s\u0015N\rI \t\u000eY%zn\u0001tSZ\u0000\u0754}^+V\u0000m\u0660e\tQ[YN9z3\t@\u0003\u0431\u000e\u0000\u0001\u00004\u0000\r\u0000\u001a4\u0000:\u0012\u0007@\u0003\u0000\u0007@\/G\u0001\\\u0000\u001a\u0006,\u0000:\u0221\u0000\u000b\u0000\u0002h\/\u0002h1\u0018EB0|T\u00dfgY\u001e\u000b\u019fg\u0019?j6|}LX\u045fI \t\u000e(>)@S\u0000-^-@S\u0000\u0012\u0006@\u0003\u0007\u0000\u0006@\u0003\u0000<\u0016\u0000\r@\u0003\u00003\u0000\u001a\u0006l\u0000\u001a\u0006]\u0003+@+E\u001e@+\u001fo7\\\u0001YfQ\u000b--\u0002\u06b0A^\r\uf421\u0007@'\u001c=\u02d9\u0004\u0001X\u0007\u0000\u0000h\u0000\u001a\u0006\u0000\r@G\u001a\u0000\u001d\u0003\u0001h\u0000z\u0003\u0000b.\u0000}QN\ud705X\u0011I\u0000 \t\u000e>)@S\u0001-^-@S\u0001\u0012\u0006@\u0003\u0007\u0000\u0006@\u0003\u0000<\u0016\u0000\r@\u0003\u00003\u0000\u001a\u0006l\u0000\u001a\u0006]\u0003+@S\u0001\u001dS\u0001}\u0000M\u0005K\u0018\u0000\r@\u001f\u0000c\u001b\u0000\r@\u0003X\u00004\u0000\r@\u0003\u0000h\u0000\u001aV\u0001\u0003z\u0003.-nH2\u0004@\u0007I\u0000t\n\u0002&[T\u0002=9nT\u0001m etU\u000e@\u001d=\u00d9\u0004\u0001X\u0007\u0000\u0000h\u0000\u001a\u0006\u0000\r@G\u001a\u0000\u001d\u0003\u0001h\u0000z\u0003\u0000b.\u0000\r@\u0003b\u0016\u0000\u001d\u000fQ\u0000m6\u06f6QVx\u001a\uceaaQOm4NlW2j.\b:\u0019$\u0004\rA:\u0006AC\u001077 h\b: H\u001c\u0004\rACc\u001e\u0004\u001c\u0005\u0016s!\u0012Z\u00008a-V$h{y$\b:H$jO\n@KW\u000b@\u0001\u0000\u0001>\u0001\u00004\u0000-\u0005@\u0003\u00004\u0000m\f\u0006\u0001h5\u001b\u0006\u0001hi\u0000ha\n\u040a.\u046bP\u0002]}kKf\u0015MV\u0016mT'U@[6hY;f[^w\u0000p,g\u0012\u0006c\u001d\u0000S\u0003\u0001h\u0000\u069b\u001b\u00004\u0000\u001di\u0000t$\u000e\u0006\u00011\u000f^\u0002@\u0000E\u0001Z\u000b\u0019\u000bk\"@\u06d3#\u0001A\u0012\u0000\u001d$%\u0003_\u0001Dp\u0005tWYR\u0005t6U%U@\u001b6\u022bu\u0019y\u063b\u0000\u8523g8\u00004\u0000\u001d\u0000\u001a\u0000\r@\u0003\u0000\u0001H\u0003#q\u00004\u0000\r@y\u0000r\u0014\u0000Z\u0005\u0001h\u0000Z\u0002\u001c*p*\u00a8\u0016\u0001X$\u0000-\u0004\u0003G5\u0000\u001a\u0006\u0000h\u0000\u001a\u0006\u035d\u0001\u00004\u0000f\u0003\u0007\u042a\u001fX\u0007[\u0006\u0010\u0001Z)\u0000O\u0002$*O\nT@KW\u000bT@\u0001\u0000\u0001>\u0001\u00004\u0000-\u0005@\u0003\u00004\u0000m\f\u0006\u0001h5\u001b\u0006\u0001hi\u0000ha\n5@go\u06f6uw'n,*\u0000\b5yYtKlPP[\u0016*\u079b%\u8523g8\u00104\u0004\u001d\u0000\u001a\u0004\rAC\u0700!H#q\u00104\u0004\rAy\u0010r\u0014\bZ\u0305\/J\u051b\u00f0\u0016+\u0012=<\u0012\u0004\u001d$AA\u00125'\u0005hj\u062b\u0005hj_\u0000h\u0000\u0000@\u001f\u0000h\u0000\u001a\u0002\u0001h\u0000\u001a6w\u0006@\u0003\u0000\r@\u0003\u0000k\u0000{7\u0001J.\u0002\u001e^[1[(\ueafc*O\u03e6\rJxA\u0004N;z3?\u03f1\u000e3\r\u001949\u0012??\/G\\M\nk?\u06d3#A\u0012\u001c$%B;\/>\u001b@\u000fw\n?\u0001CB\u001e\u000eN\u0000\u0416\rZ\u0012{rOh\u0014@'\u001e=\u00d9\u0004\u0001X\u0007\u0000\u0000h\u0000\u001a\u0006\u0000\r@G\u001a\u0000\u001d\u0003\u0001h\u0000z\u0003\u0000b.\u0000\r@\u0003b\u0016\u0000\u001dP\u0000k@]\u0595}7\u066f }T\u0006BY2;\u0010>k7^y5M\u001b0\u0527\f\u0005DSL\"\bt\u0003\u0004zj\b4\u0002@{s\u0003F#\r!\b4\u0002=!Q\u0010h1\u0017@\u000bRXQI\u0010 \t\u000e(>)@S\u0002-^-@S\u0002\u0012\u0006@\u0003\u0007\u0000\u0006@\u0003\u0000<\u0016\u0000\r@\u0003\u00003\u0000\u001a\u0006l\u0000\u001a\u0006]\u0003\u077b\rV5y\u02f3W.;o.~}\u001ah\u0006-x\u01cc\u001a\u0123g8\u00104\u0004\u001d\u0000\u001a\u0004\rAC\u0700!H#q\u00104\u0004\rAy\u0010r\u0014\bZ\u0305\/Jj\u0001\fStqCy$\b:HdV\bZ\u0533\u0013t\u06f6Y\u07f6nUl%.B\u077c*h\u0006-x\\\u0019N\b:\u0019$\u0004\rA:\u0006AC\u001077 h\b: H\u001c\u0004\rACc\u001e\u0004\u001c\u0005\u0016s!h\b\u001a\u0016 \u001c\u0004,\uf160mq({\nE\u0439UTEyQr\u0015\u0015A[6hY;f[xoVSL\"\bt\u0003\u0004zj\b4\u0002@{s\u0003F#\r!\b4\u0002=!Q\u0010h1\u0017@k+]X\u0015\u0005\u069ed\u001e\t\u000e\u0010 )Yz\u001d3.\u0004]uk\/\r\u0015J\u0013Mv$@\u001b6+kh}\u0005@\u001c=\u00d9\u0004\u0001X\u0007\u0000\u0000h\u0000\u001a\u0006\u0000\r@G\u001a\u0000\u001d\u0003\u0001h\u0000z\u0003\u0000b.\u0000\r@\u0003b\u0016\u0000\u001dP\u0002S\u0002M\tt\u0010F\t\u0018@\"\u0011h!\u0018>!\b4\u0002-@#\b4\u0002m\fF\u0011h5\u001b>N\u0705XQI\u0010 \t\u000e(>)@S\u0002-^-@S\u0002\u0012\u0006@\u0003\u0007\u0000\u0006@\u0003\u0000<\u0016\u0000\r@\u0003\u00003\u0000\u001a\u0006l\u0000\u001a\u0006]\u0003\u077b\t\u0012=]R\tt[g}uR\ta\"!C}]\bt3I\u0004\u001au@O\rF\u0011hon \bt!\u04118\u0004\u001aF<\u0004z9\n\u0002-\"\u0417\u0014f.\u0012.nH2@\u0007I\bt*[\u05fa_\ubcacs<@ \u0007\u0012=\u0555r\u0004\u0426\rZ\u0010S{\u0017\u0000r\fg\u0012\u0006c\u001d\u0000S\u0003\u0001h\u0000\u069b\u001b\u00004\u0000\u001di\u0000t$\u000e\u0006\u00011\u000f^\u0002@\u00004\u0000\r@Y\u0000tC\t\u0017\u001e\u0000tQ\u16dd\u0012h9\u00120J0\u0004\u001a> 6\u0004\u001aF\u0010h\u0004\u001aF\u035d!\b4\u0002f#';f.\u014a\u0002mO2@\u0007I\bt\\\u0002L>J+`;P*\b%}\u0017DHZ\ta\"![\u0011N\u0000:\u0019$\u0000\r@:\u0000\u0006@\u0003\u000077\u0000h\u0000:\u0000H\u001c\u0000\r@\u0003c\u001e\u0000\u001c\u0005\u0016s\u0001h\u0000\u001a\u0016\u0000 \u0007}vw\u0001}]\u04ef\u0002]\f\nK\"VyMbR\teECF_ )Gp&\u0011h\u0004:\u0001\u0002=5\u0004\u001aF@#\u0411@G\u0010h\u0004\u001a\u001e\u0010(\b@_TU?\u0016+\n=<\u0012\u0002\u001d$!AR@+o.+oD^\u0006\u0235b\u0006=5ztJ\reUcFM\u067b\u0010\u8523g8\b4\u0002\u001d\u0000\u001a\u0002@#@\u0011HC#q\b4\u0002@y\br\u0014\u0004ZE\u0011h\u0004ZBs\b2\ft{>\u039b3@]Ut\u000b5m76lW;d(w\")Gp&\u0011h\u0004:\u0001\u0002=5\u0004\u001aF@#\u0411@G\u0010h\u0004\u001a\u001e\u0010(\b@_T\u0557p\\\u0007[\u0006\u0010\u0005Z,E$\u0004:H\u001a:VS\u0006\u001ah9\fF\u000f\b\rF\u0011hy,\u0004\u001aF\u0011hsg\b4\u0002@\b4\u0002@K@\u000bWV\u001a\uf1b2\u06ac\\\u0003]V]i@T\u0003m\u0660e\u0015\uf411g@'\u001e=\u00d9D\u0011X\u0007\b\u0010h\u0004\u001a\u0006\u0002@G\u001a\u0002\u001dC\u0011h\u0004zC b.\u0002}QV`Z($H\bt@\u0007I\u0002\u0006{7^~\u001ahD\u04f5k#U+'\/\u0006\u06b0A^\u0015){\u0017\u0002r\fg\u0012Fc\u001d SC\u0011h\u0004\u069b\u001b\b4\u0002\u001di\bt$\u000eF\u00111\u000f^@\b4\u0002@Y\bt\u001a\t9\u05c1\ueee6\u0013j\u0007!O\ni\n.\u0004:Y$\u0002@:@@#\b77\u0010h\u0004:\u0010H\u001c\u0002@#c\u001e\u0002\u001c\u0005\u0016s\u0011\n\u00073\u0017bE'GB$\u0004:H\u001a<3\u0003M\rt\u0018{\u0002M\rK\u0018\u0002@\u001f\u0010c\u001b\u0002@#X\b4\u0002@#\u0010h\u0004\u001aV\u0011h\u0004\u001av\r\u0016vo\u0002}5MV+)s(~\t\u0004Z\f\u0003\u0001\u0003\u0000}l\u0003\u0001h\u0000Z\u001e\u000b\u0006\u0001h\u0000\u0019\u0000\r@\u0003j6\u0000}}\u0000\"%@k\"@\u06d3#\u0001A\u0012\u0000\u001d$%\u00032\rm\u0017u7\u0005}q5Yq\b%\u042d{:\u5e25@\u001b6+\u001d2Ze \tGr&\u0011h\u0004:\u0001\u0002=5\u0004\u001aF@#\u0411@G\u0010h\u0004\u001a\u001e\u0010(\b@#\b@\u00079\u0013h\u0004]VY\ueb8buay\"\/U\u000eWX\u0004]ge\u04ea)E\u0416\rZ\u000e\u0019ef\t:Y$\u0004\rA:\u0006AC\u001077 h\b: H\u001c\u0004\rACc\u001e\u0004\u001c\u0005\u0016s!\u0012\fStqCy$\b:HdVV6w\u0011Vp\f{P[3wuJ\re*^+w\u0002)Gp&\u0001h\u0000:\u0001\u0000=5\u0000\u001a\u0006\u0001@\u0003\u0411\u0006@G\u0000h\u0000\u001a\u001e\u0000(\u0000\u000b@\u0003\u0000\u0005@\u00079@A\r\u036ek8:5@S\u0003-A\u0010\u0001>A\u00104\u0004-\u0005AC\u00104\u0004m\f!h5\u001b>^%Ak\"A\u06d3#AA\u0012\u0004\u001d$g\rt]geUE,L\u00114E\u0014Aa\b4\u0002}@m\b4\u0002@c!\b4\u0002@;C\u0011h\u0004ZF\u0011h\u0004Z5\u0004Z\u063d\n4EB8E\u0437N\u0014AA\u0010\u0001>A\u00104\u0004-\u0005AC\u00104\u0004m\f!h5\u001b>N\u001cXI \t\u000e\tZ|KR?\nwO\u001e%\u0015A[6hY;f?\u0743@'\u001d=L\"\bt\u0003\u0004zj\b4\u0002@{s\u0003F#\r!\b4\u0002=!Q\u0010h1\u0017F\u0011h1\u000b\u000erv'ov\u000ev\n}\u001cW(.{xm];e\udb08\udea0-\u001b,\u001d2j\u5f4dwB\tGr&!h\b:\u0001\u0004=5\b\u001a\u0001AC\u0411\u0006AG h\b\u001a\u001e (\u0010\u000bA_\rJ!<\u0012\u0004\u001d$AAR*A J_k`Ea\u0394\"h\u0006ye{+)Nc\rtu\b\b5mL9nI5\u0416\rZV\u000e\u0019y]\bt3I\u0004\u001au@O\rF\u0011hon \bt!\u04118\u0004\u001aF<\u0004z9\n\u0002-\"\b4\u0002-f!A9\u0004Z|KZ=@\u05c1\u02fe[\u00005ug]h'@[6hY;d\u0014~\u0017\u0002r\fg\u0012Fc\u001d SC\u0011h\u0004\u069b\u001b\b4\u0002\u001di\bt$\u000eF\u00111\u000f^@\bE\u0005Z`\u000f\f \nR!@I\btD\r45R\u000e5\/a@a\b4\u0002}@m\b4\u0002@c!\b4\u0002@;C\u0011h\u0004ZF\u0011h\u0004Z5\u0004Z\u063d\n45a85\u0437.@!\b\u0001>!\b4\u0002-@#\b4\u0002m\fF\u0011h5\u001b>\u05a6\u0705XQI\u0010 \t\u000e\u0005ZQj\u001e\u0006-s\u5f4da\rtWeipR\u0003m\u0660e\u0015\u0468\u001e\u0004:g\u0012Fc\u001d SC\u0011h\u0004\u069b\u001b\b4\u0002\u001di\bt$\u000eF\u00111\u000f^@\b4\u0002@Y\bt;~\":k\u001b7g(\u0003J\u0011\u0016A)\u0015A\u001b6+\u001d2\u001au1{ \u8523g8\u00104\u0004\u001d\u0000\u001a\u0004\rAC\u0700!H#q\u00104\u0004\rAy\u0010r\u0014\bZ\u0305\/J\u001fQ`X\u0015\t\u069ed\u001e\t\u000e \"h\u001c_(\u0016\u0010h\u0004@\u001f\u0010h\u0004\u001aB\u0011h\u0004\u001a6w@#\b@#\bk\b{7!\u043b+>J\u0014AWK\u0014AA\u0010\u0001>A\u00104\u0004-\u0005AC\u00104\u0004m\f!h5\u001b>VKf0\u014a\u0004mO2\u0004A\u0007I\u0010tL\b\u0006){\u0000\b=rT\u0006IE\u0406\rx\f\u0005DSL\"\bt\u0003\u0004zj\b4\u0002@{s\u0003F#\r!\b4\u0002=!Q\u0010h1\u0017F\u0011h1\u000b\u000erv'\u02a7\u06d9\u0005:\u06f6][W:?\u001e=y)\u0005?\ue27bls\u0525i\u0016:f\u467a\u0016=s3I\u0019u?O\r\u019fgons\u03d18\u0019\u019f\b\u0015\u00f2\rv}U@\u001b6\u022b\u001d2Z.9Y$?:?77g9H\u001c?c\u001e\u001c\u0005\u0016sLX\u045fI \t\u000e\u0002m\u06eco[wM\u0005C\u0005K\u0018\u0015b\u0018\u0002@\u001f\u0010c\u001b\u0002@#X\b4\u0002@#\u0010h\u0004\u001aV\u0011h\u0004\u001av\r\u0016v&\u0004\"@S\u0002}\r\u0000M\tK\u0018\u0000\r@\u001f\u0000c\u001b\u0000\r@\u0003X\u00004\u0000\r@\u0003\u0000h\u0000\u001aV\u0001\u0003hU_f,\u014a\u0000mO2\u0004@\u0007I\u0000t\fw\t{W)F\ttypP\u0002\u0778s @\u001b6+u\u0019EPoVSL\"\bt\u0003\u0004zj\b4\u0002@{s\u0003F#\r!\b4\u0002=!Q\u0010h1\u0017F\u0011h1\u000b\u000erv'w\bd\/F\u0002z}'g\u0006-kx:W\b\u001e9g\u0012\u019fc\u001dS\u00dfg\u065b\u001b3\u001cis$\u000e\u019f1\u000f^?%`jD\u001b#A\u0012\u001c$s_s\u0005t[]\u04f8'\te\u0005}5tE\u0002\u0004\u0002m\u06a0\u0019\r\u0015\u0429Gp&\u0011h\u0004:\u0001\u0002=5\u0004\u001aF@#\u0411@G\u0010h\u0004\u001a\u001e\u0010(\b@#\b@\u00079\u0013\u8eed.o\u7dacKl\u0432w\u0634s3I\u0019u?O\r\u019fgons\u03d18\u0019\u019f!\b4\u0002-@#\b4\u0002m\fF\u0011h5\u001bF\u0011hi\u0010hanB\u0002zZ\u0002%\f\u019f\u000f\r\u019fgy,\u0019\u019fgsg3?\u00073\u0015bE'G\u009f$9HJge\u0002)iVd5*o!l[2S?\u0002\u06b0A^\r(*BtLg\u0012Fc\u001d SC\u0011h\u0004\u069b\u001b\b4\u0002\u001di\bt$\u000eF\u00111\u000f^@\b4\u0002@Y\bt;~\u001bz9zej-\u001b\u001d2j\u07ac@\u001c=\u00d9D\u0011X\u0007\b\u0010h\u0004\u001a\u0006\u0002@G\u001a\u0002\u001dC\u0011h\u0004zC b.\u0002}QL`f?2(Je)\u0002'!AR@\u001a\u0006+Jw\u0003\u001aN\ntAF\u0006T6\/EM\u001bUJz\u000bN9z3@#\u0431\u000e\u0010!\b4\u0002\r\u0004\u001a4\u0004:\u0012@#\b@\/GA\\\u0004\u001aF,\u0004:\u065d@\u0255$n\u0006v{\b\u06eao6\u0492j\r\u001bU\ud9a8\udf0e\u0010\u001e=\u00d9D\u0011X\u0007\b\u0010h\u0004\u001a\u0006\u0002@G\u001a\u0002\u001dC\u0011h\u0004zC b.\u0002}Q\u05a6\u0705XQI\u0010 \t\u000e\u0006o(^+2\u0006\u001ahj0\u0004\u001a> 6\u0004\u001aF\u0010h\u0004\u001aF\u035d!\b4\u0002f#\b4\u0002-\u001a\u0002-M\b\u001be+(\u0004\u001a\u0000\u00120\u0000\u001a>\u00006\u0000\u001a\u0006\u0000h\u0000\u001a\u0006\u035d\u0001\u00004\u0000f\u0003\u0007j\u0001\u06ccX\u0011I\u0000 \t\u000e\u0001Z|.nk\u02fa,\u03f0\f45B\n45\/a\b4\u0002}@m\b4\u0002@c!\b4\u0002@;C\u0011h\u0004ZF\u0011h\u0004Z5\u0004Z\u063d\u0010hj^@S\u0003\u0012@#\u0007\u0004\u0606@#\b<\u0016\u0002@#\b3\u0004\u001aFl\u0004\u0004Z\u0013\u000bk@\u06d3#!A\u0012\u0002\u001d$%\u000b2]\u0003\u0015\u0001wO\r\u0014_\u00065]V\t\u0004\u06b4A^\u0015&\u0123g8\b4\u0002\u001d\u0000\u001a\u0002@#@\u0011HC#q\b4\u0002@y\br\u0014\u0004ZE\u0011h\u0004ZB\u001c\u0004\u000b\\\u0005t}#T@&ZBI6lW;dlZEf9\u0019$?:?77g9H\u001c?c\u001e\u001c\u0005\u0016s\u00073\u0015bE'G\u009f$9HJ^P*o\u0017f\u0003$\u0000\u0776E\u0003N\u0000\u0416\rZ\u0012\u046bb\u000bN8z3\t@\u0003\u0431\u000e\u0000\u0001\u00004\u0000\r\u0000\u001a4\u0000:\u0012\u0007@\u0003\u0000\u0007@\/G\u0001\\\u0000\u001a\u0006,\u0000:\u0001p\u0000\u001a\u0000h1\u0018E\u0002B0\u0000}T\u0003\u0001h\u0000Z\u001e\u000b\u0006\u0001h\u0000\u0019\u0000\r@\u0003j6\u0000}u\u0000h\u0002\u0017X\u00167$G\u0002$\u0000:H\u0002\u0001h!\u0007~\t\u00030\u0000\u001a>\u00006\u0000\u001a\u0006\u0000h\u0000\u001a\u0006\u035d\u0001\u00004\u0000f\u0003\u00004\u0000-\u001a\u0000-\u001e\u0000-f\u0000\u0000t$\u0018\u0012\u0000D\u0000\u0007\u0006\u0001h\u0000:l\u00004\u0000\u001d?\u00009\u001f\u0006\u0001h\u0000\u001a\u00061s\u001fV5ca-V\u0004h{y$\u0000:H\u0002dV&\u0007knW\u001dV<5O\u0012h\u0006-\ru\u0228J{!\tGp&\u0011h\u0004:\u0001\u0002=5\u0004\u001aF@#\u0411@G\u0010h\u0004\u001a\u001e\u0010(\b@#\b@\u00079\bt\u0010@#^\u0018\u0002-\u0006#\u0431H\u0004Z\bFj\b4\u0002@c!\b4\u0002@;C\u0011h\u0004ZFOU}\u0016+\n=<\u0012\u0002\u001d$!AR@+\tn\u05df~#W>mR6\/\u025f-\u001b\u00141\")GO?3\u001c\u0000\u001a?H\u00df#q3?yr\u0014Y\u015fgY\u009f\u001c\u000b\u01dfg\/\f\u0016X$,\u0004G5\u0019\u019fg\u0019\u019f\u035d3f\u03da\tU\u0007[\u0006\u0010Y!@O\u009f$\u0019\u000es0Y\f\u00df\u0003|l\u00dfgY\u001e\u000b\u019fg\u0019?j6?\u04aeR\u0006?Gg\/\u0001^I\u011f~g\u0019\u019f\u00c6?c?g\u0019\u019fg9\u001a3amUX\u0015\u065ed\u001e\t\u000e )\u065f\u0247?Xg^f\u0010r\u001a]\u079d-\u001b\u0014jm\u0017N8z3?\u03f1\u000e3\r\u001949\u0012??\/G\\\u0019\u019f,9p\u0019g1\u0018EB0|T\u00dfgY\u001e\u000b\u019fg\u0019?j6|}M\nk?\u06d3#A\u0012\u001c$%s?{?\u05c5{)\u000b5,9?[6h)c{\u001fp\fg\u0012\u019fc\u001dS\u00dfg\u065b\u001b3\u001cis$\u000e\u019f1\u000f^?3?Ys?{3b0\u001c\u011f`?<\u0016?3\u0019\u019fly\u001d\u06d6\u014alO2?\u0007Is?a\u000e\u0012?a3|m3?c3?;\u00dfgY\u019fgY5Y=YH0%+\u000f?sg9~\fgs>?}KgCh\u001f?s3\/~~\u0003sOlg.\\0<3t)g\u001cyf\u0014?\u0001tu\u0407_4x\u07e7_OdZ9\u0010\u001f}\u0019~?\u07f8;fm\u001dA\u001e\u0670\/t(\u000f\u0019?>\fj\u0605n7[a\/\u000fh\u001ae~?\u17cf?~&Ax{\u0003\u001c\u001cnR\u029b\u000fd\u0664\r38'|MWdg\u0017>E~ME]\uf8ae^`\u01db?]\u03ff#)\/iuuR_:\u0019\u00df|0iw}n7t|1\u0014}1w\u0164_\u0015{,\ub667\u87bdzz^X\u0002Tiz?\u001f?}\u0006\u0015W\u05f8\u000f.-\u019b%fy\/7O\u7dbb\u03e1em^>|!J\u05da+h\u021cGL\u0017.=v lXm \r_`+\u0004~\u000b,rS\u056ebXoQ7T\ue9feb\/GgT\u032a\u05fe65\u07fa\u0447~\u0016]q+C\u02b5\u000f_\u001e?z<>\u0005V<|\u001fJ\u023fcLW7?\/\/=Zu\u001aJ_+0\\|\u0005`opyN?>\u001aw\u3ad1t\rBpkx\u0005]o\u001a^>\/R=Q\u0012^Q\u0012p{\u001d|xsK1\rC\u001f~2t\u001fw\u001fmw|t{K]\u3eafOg]\u001fQn|[|\u0421gM~\rq\/s9\u0017i\u0011_Mf \u04c7io??{W7?vD>xh\u001e=OM_}N*##\u001d*|\\2{G\u0003H9{<5\u0014y.$C\u023bJ\u053b\u0ecaJJ\u0004J\u0010J\u001cR|\u0014^M.tl\u001c\u0002u]OS'4j+OQ)s7\u001fO\nC[!cX~R\b\u0003\u055b\u001bo\u0170\u0005>}y\u001d!\/\t\u0010~p\u001bo\u001fsC\u07d7~78-}\u017e\u0535>^s\u03b5>s=_=|\u037b6a4w[\u07a0|T\u0206\/57;iA\u075d\u06c6\u0010g[r4\u0016T3\u0011\u0003\u0013\u0638{IfR}!\u07b7IDuC#%<8pk\u0012\u001ck]\u001e\u0011sc\u0010x7q|S-\u0014Vx\u0bb0-\u0313yo\u000b\u06c2t__\u0017\uda0b\udc467ND\u0013e!y|}As?\u0015.\rBjN[\u0010?\/\rb\u001e({K7\r\u0012\u0017Qp?+\u0015o\n\u00f0\u0019\n1-Qav!3\u0015Cz\u001f6\/\u0010XfC+?;s0\u0559o\u0016\u0010!@w\u0013xB!.>CX g~N\u06cb-h! 1}X-9!g\u05d0N\u06cb1o\n*\u0015Bz_WO\ub30bB^D35kO\u0017]qZz=l\u001a^7uvn}}\u0019?[}F^g&`\u001e8r!\n9B\u00c2FG%\u018bsK8\r[r\u001f\u07fex\t5|\tns\r po\u0000V~\u001b)$}7\u0000~\u0007;.gV#uu%\u03564j71\n\u0716\u0007oj~olK0w\\B1y+\u00071\u0011]'o>&\u0633cv1)>_`->k~]\u0016\u001f$}b~_s]\u001e\u03b2Kq7O}\u0019I\u001f\u0497+^\u0017\u076eg\u00179Fra{m~%\u001fw\u000b\u0557t%\u000b\u0015\u07bf+\\I>\u001f5\/n.b|yx%W>\uc2f8\/bqn>z\u02c7r\u001d:Cq!e\\\u0085t\u0014\u0005<`VZ\u0016QKy>]kgYfu[,|zy\u000f\u001a\\3+\u00ecn@\u015d4EdE|a\u0013\u0002U|kQ\t}5C\\V_>wQ+ue\u0005svs\tt\u0011y}\\ZJ\u0019}|r6_\\.f\u000f;\u0006v\u001f\u05aevu\b)zm\/s\u0001if>Y_~.L\\2\u0016.kZE\u02af3^\uc9f9\u0085E\u001d\u0017tQeo\u189e`\u0015\u001b\u032d>>W\uae75gtU-\frWxj[E-\\\u0002\/.I|n3]s+vl\u0010Wt\"\u029e\u00f3Z]SWFm\\O\u0007oC;[\u001fe3tm\u0757I\/s}^QZ]JS\\}G}t\u0006?'nvMsaC[yOk{-_e\u06d56\u0015+ofvK\u001b\u000b\u0015\u000bV~w?\u7adbnOchRy2.%\u07d7s\u02254T\u0002JI\u0017@]B\u001f]\u00d6S|P\u042da\u0718_7hN'dnD\u0011D\u0018?rruy?r3p\u0012q\u0012Ws\u0012C\u00019'\u0004]=I\fI,8'qOb\u001c]\u01fb6q\u0005c}Nh\u001ey\u00157\u000e_8\u01efplu\u06db])_NvQ\u0017\u0759W\u001aF(kqxZmq=\u0004^Z{i\u001b?wngzd=\u0015lG\u03f5_p\u0012>.\u0002\/\u0012V\\?4{'$\u045f\"~O%u\r\u0007\u001d*\u07e8N5\u0015f2{?5\u0019\u01c5wsyM6S.\u0003<-\ud943\uddae\u001db\u001b;h.>|y\u02f7\u03f4e]?5~A\u001dft>\u001f\ta\u001cpVs\u05b6om\u000bv}\u06f8\u000f\u0007o.\u05f7]\u0775\u0017p\u04fb_>L\u01ab\\\u03aaruO{K\/3.\u0018\u0017Z\u0017[\u0017\\\u0017]w\u065a\u0019?xv?~\u07eco\u001afo\u07ae\u001foo|o\/~}O7\u04dc\u001ex~x_?|\u001f\u07f1}wg\u000fz{\u04cf\\\u0007z{\u0019sw\u04d9~>4\u00e7\u001bw8oto\u001f>>=\\Q\u00dc7_{8\f\u0007`%\u07da\u027b_\u001e\u033b'\u001a\n\u001d?\u07fcUTw8V\/wh\u051f\u0207\/<)\u001fAL\u0003o|4c?Yhzn?}p\u001b!;w[i$\u0001\u0757\u000f?~3'\u001f\u000e8t?n o\u0004ib\u0013s\u0012\u06a7\b\u0003D\u0661\u0002\u03f7Q\r'\u0005s\u0011At`na\/\u000b\u01cc\/\u0007b??'\u0005>\u000e\u07c6\u000e_|w4\u0015\u001b\/wj\u000f\u001fozu7|\u06ffl\u00ddY\u0005:_'QL9r~\u02b5oug3]rj;C\u06dbw\u0324o\u000f\u013cu;W745g~v\u0000\u0788#p~?9\u001c~Py,\u048f\u001fOv\u000f\u001e\u05a7dv\u001fqu\u0007UzF7n\fo\u0001\u000e0\u001fyy\\~\u05cfC{\u0618\u04e7\/7w\n\tds\u0012CoqOw_\u001e\u00124}b\u0017x~\u0004^\u001cxJ|J\t\b6R3as\u03f9,H{\u00197-\u001aW\r\u0006+:O5:G5>?u67U\u0016[*GW\ubbabP\u0011K\u0005\u0012Nr_Qu$>hA1\u0744ka&+\u00ee\/\u0017|n>gmMfn\u001a\u0176py\u00052\u0016\u0002L\u0017qy\\DM.F\u7eef=\u0002\u0011Q\u0015\u02db\u0014}o\u001foQol\u0001SQ%y#\r~#\u036cT\n__(\u001fo#X\u0010{\u0011Z|o\f?$*#F~3{g\u0567\u0000>\f_L2\u03fe?\n16g|St\u001f4\u07f7_o(\u01dbww\u001fH_*\u001bT\u000f\r'g$,\u0007\u001f\u0016TO\nv?N-#\u0014W dPrz\u001f\u024ag\u0003AEiZ|\u0014P>\u0007\u001f\u0002tO\u0000^?S^r%\u001b\tjIP2B\u0010\u001fit\u000575\u075c)4m7\u0197%\u071c&7\u001f4]\u04danNn9M:}B7'(ps|Se]-G\u0016Z|\u07ca\\2\u001aZR\u0004\u07cfyxA\u0430T4\\\u000fRz1G\u07d5\u071c\u0387\u071c\u079c]+9|\u000f^\u04de\u03f5Kup?u\u0017}\u0014\r_Cb!w\u000b.\u0018\u02a7\u001cuA3*zU\u0017\f1\u04b8?\n:a\u001c\u0000ln:\u0011\u0016\u0011\u01d6\u0011>]9Q\/\u001f\u000eeF[ut\u0016ut\u001eut\u0011ut\u0019ut\u0015ut\u001dut3wwn\u001ft{\u00f8\u0007Yzh\u001eZUzh\u001e\u0688\u07ce>d+D\\a\u0018\u0016*X\u0013!\u0018:\u001c\u0015|;W\u0007|u0{-`;kA2ESfm~gSr??|%\"\u078fqr\u00d7\/?vwolPu\b[_cx\u001cV8|\ua11f(\u0015\u000fWO-\u0323u|\u0011y|y8\u079719<^e\u001d}x?Wmy\u001b\u00d4?N\u00b8E\u31cffj\u000e{k\u000f'\u0018-\u0005s}r>\u0005~Yn hg|?2\/Y(\tSLROf{*Oj\u0013\u00176R-i\u0014Q2F3?J~R\u0017*X(8XH\u0014d\u0011\"P~6\f<\u0018&P(?\u0011j~*nGzR8_Y)dE\u0012\u0007J\\\u0018hnI b@e\u000b\u0000E\/\u0013\u83f4\u070f\u040fOhqe}f\u0017]G|z%{f\u0017Q\/\u04e3['4O]Q<H\\^\u000b'_\u0015Zh\t-\u0012,K\u0682,1K\u0016a,2z\u0255b+eV\u0002\u000bI&>:S.2\u0012XBeneSF`O\u000b.rbt+\u0138?s[]\ud5dbwn\u0709\/u\u0003\u05f87n_z~$N7&mp\u001c\u001eGunuyu\u0017\u0019\u001ekP+gGEnaTj\u00039R\u0127-\u0012B<|hm=F\u03ae9=pvH\u0001\u000eyphkQ\u0011?|o?\u00fd}5*\u00e7\u03f7\u0016\u001bo\r7\u0016j\u001en{\u07d5Y]]CS?6E\u6ef2-l\ue1e6w\u03bf}8n\u001f\ufae2)on_\u058aw\u0011~\u0014u#nfg\u0015\u04f7o\u001fw(#.\u0017v_k7\u0012})0?P_\u07db>7v?5?uk\u001f>\u07ecoou\ud64aTf\r{\u0014TU4yS\u0014cW]~)?\u000f\t7f\u032b\u077e\/>^0Y]\u001b\u03f60fr1;G\u001fb\u6c7f6kM9uv\u0019aM1Mp~s?Oj\u0013S>n6.\u001e'{\\\u03cf\u0287v\u02feY\u000bQ\u001c9\u0535[_H=?\u001efE0'\u001f\u000f3\u05c6\u001c1qLg7q.\u0004\u001f'\u001c\u001e\u177bw%\\+Y};k\u001f6|\u0086$n$V$}HT@\u001b?i_\u0003'w\u05dc?^<|\t\u076fo\u0002\u000f73<\u001b\u0011a\u000f\u0011i\u0003\u0011!d^\u0007\"_j\u0010a\u03d0\u0406!n![0%''ihf.S\u0018a\u0015w\u066d\u0014un1)9d\u000fVx'*3\u000evU\u001b\u001b\u0017w\u0015\u06057j\u000f\u0790t\u04ef\u000e1w\u07cd{Wz\u0768]w\u0003[]c\\\u0006{nl\u001e{C?N{Fmw5o,GKc`x\u0087\u0018=vcr\u00157S$t[]]7\u0019\u0012\u0019\n>']lJ~<*f+\u0003q\u001b\u000f^=?F\u000f^=E#u`t7p\u0013#'\u05b8[Sx+]c\u0018\rq\u00ab\u0013>\u001e#\u000eXv\u0003+}[\u3fca;\u0019^=\r17\u001fL\u001fo~\u000b\u03ad#GUW\u001b\u001ez\fN|\u000f[t\u98511=Yc9O+G\u001e\u001eV5O\u0017\u001b}O\/4mp{_(t\u884b]pk\u07e57\u0016BC.O\u0007\u00136;O*\u001fN@V7C\u001bz\u7efb>#V;\/\u0437n\u000eK\rd;!bHR6x\u00151Xzz?\u0011[\u001d?r]W\u0015e\u001f>=}\u0016\u0015\u0014A\u000b~\f\u000f\u0575\u0553}@x\u0000\u00f1OT\u001b\u00105\u07a8Fq}\u04ce,n~:|T8[g\u07d0\u0015\/xN~\u05bfJ\u03fe~Mx~\u000fg*P\u000ek\u001f^|YjRtp0a(O_x\u0018'J|Zw=}a\u0017\u0280\u0018JQ\u00d6]Y\u0010\u0019\tk\u02e2q\u0017qk\u02ccK\u03c0h~\u001ca\u0200\u0016gB4\u07c7fN0s3\"\u06ca\u030c0}ivv\u001f\"s\u055f\u0679\u0011\u0013a\u001be@\uc239LY\u0012}}'Y\u0012s\u0019\u0011mM%Z)[b.3bvn$dM-V\f<\tJB2\u001f|]\treJ\u0014|tg\u0004\u026a|n&9~\u0014g\u0011|\u0006C\u0015V\u0001g\u0659\u001b3\u001c(3\f>'\u0000>\/\u0016|>'>\u000b6EX\u0010)() |\u0001'A)hwe.%O3\u0000@\u0001g9\u0006\u0019|\u0006}Y9[c\u0002B\u0010l\u0140\u03d3d|\u0016\u001d;\/\f4\u06ee\u0015\u0016K|Vtg\u000741KG\\,>\u01cf,s\u0002*3\f>;s\u0003|\u0006\u0003\u0005|\u0006\u001ag\u0019|\u0142gg}l\u04b1^|\u0007[\u0002\u0018y\u0012\u0002\u0702\u03canM9u)\u0016{Xd\u0001S3\u0019c\u000eU1[\u0005c\u01981fgn`\u0018s`\u00183\u019cP\u0003\u018c1c\u033eX,M=[~\u0550\u0010\u04c0\u05d8\u0005(\u00d8\u000f1\u0018$h\u0019c~%\u001c}\u021c\u0017EDa^*kI\n\u029d\u0019*X\u00148S7A\u03b1#83\u001c\u0000w\n;q@qg9\u0006\u0019w\u019d}YY:\u0006KzY\u001fn\twbpIP;\u000b\u04ce>n\u0015s\u0016U)\fo\n;+:3SY+b\u013bXv\u001d9\u0019aP\u0005U`g\u0019vv\u0006\f;\u0007\n\f;\t5\u03b03\uc2c5\u069c\u0016\u0006KzY\u001fn\tvb`IP2;\u000b\u000ev~\u0018S|;gyO;\"L@cSE\u0019|\u000eU\u0000>[\u0005|\u0006ggns3P\u0003\f>\u03feX,\u0019M)\u001a\u0011n\t|bIP2>\u000bC\r>\u000f\u0000Ykmdee\t6\u0013tg\u0002Ur\u001bic'E\u0019|\u000eU\u0000>[\u0005|\u0006ggns3P\u0003\f>\u03feX\u0019|\u0006\u0018\u064dY\u001d>\u000b\u001b^.Y\u0017Y\bKa\u001c#h'Wy\u0016F--Y!'h{&\u0000:a\u0014g\u0012C\u0015@V!h\b\u0699\u001b\u00104\u0004\u001d(\u00104\u0004\rA'\u0000AC\u0010\/\u0016>+Ay\u0016\f\u0018cD%\b\u068a'A\u0004-$\u0528\u02a6iLfW+wk>K\u000f\u041aw\u001b4\u0001\u00169~\u0014g\u0011|\u0006C\u0015V\u0001g\u0659\u001b3\u001c(3\f>'\u0000>\/\u0016|\u0006g7\u0006|vcgurm7\uda7a\udf8aJ\nKVt#\u001a\u0016H\u001c=\u0159!P\u0005\u0010U h\b\u001av\u0006\u0004\rA\u0007\n\u0004\rAC\t5@\u00104\u0004\ud2c5J\"$X0,\u001d%h}%\b\u068a'A?v~*{\u04bc6?+35\u0001y!-s)\"\f>*\u0000\u0002>37g9Pg\u0019|N\u0001|\u0006g_,\f>n\f\u01ac\u000eD.2o?\u0017\u677bN]RC\f}DKs)$\u0004\rA*\u0002AC\u001037 h\b:P h\b\u001aN\u0001!h_,\u0004}V\u00171AKz\tZ\u001fn\tb IP2A\u000bn^2\u001b\u00015\u02b6\u00168)\u0003Z\u045dq\u0016\tK\u0000:m\b?\u03e1\ng3\r\u0019~\u000e\u0014\u0019~\u0013jg\u0017\u000b?\u001b\u0003?1g_\/8\u0005\u034bj'A4\u0005L9\u000e\u000e9I}D\"\u0017+)8\u00184\u0006\u001d\u0000\n\u0006Ac1@1h\f:\u0006\f\u001a\u01a0}\u00189\rPFX\u001f2F\u0004[\u00a0\u0018\fz\u0012j\u04b4\u001b\b&@\u0017f&v\t\u00bcs\u0003;#A\u0003:Ai\u001b\u001c?v\b>\u03e1\ng3\r\u0019|\u000e\u0014\u0019|\u0006\u0013j\u0000g\u0017\u000b>\u001b\u0003>1ga\/.]gcbKR'gU\u0019}D\u0016\u0000:i3\tAC\u0421\n h@\u00104\u0004\r\b\u001a\u000e\u0014\b\u001a\u0013j!h\b\u0017\u000bA#U\u0007\n\f>\t53\u0005g\u064d\u0001\u0758%YH\u001d\u0017\\g\"VMX\u05d6lNVt#Z\u0000:u3\tAC\u0421\n h@\u00104\u0004\r\b\u001a\u000e\u0014\b\u001a\u0013j!h\b\u0017\u000bA\u001fR[0,\u001d%h}%\b\u068a'A\u0004-\u0007\fz\u0004\u8ca9;j\u0012Ie[M\u0002\u0388P*>7c83\u001c\u0000}\n>@@Ag9\u0006\u0019}F}3>1\u001bC\u0002s\u0012*\ube84\u0004,\u03ea\u0013\ua413[\u0017U$.\u0016SFOq&!h\b:T\u0001\u0004m\u0015\b\u001a\u0001AC\u0401\u0002AC\u0010tB\r\u00104\u0004\rAb!\u0012f\u001a\u0012b\u001a\u0012{\u0010!\u0006\u0004-\u0000M\b\u0017K\ueea6nb\tuyW\t@\u00008\u00044l\u0744?G,s\u0002*3>;s\u0003}F\u0003\u0005}F\u001ag\u0019}\u01623\u01a0n\f\u001e~\f5@\u0016f@(rtR\u0006CN\u000e(rz\u07c2@'Lb\u0018t\u0002\f*\u00184\u0006A;s\u0003\u01a0\u0003\u0005\u01a01\u001a0h\f\u001abg5h2,\u001d5h}%\f\u068a'A\u0006-L;\u001e\u001e\u001b\u001b$\u0003h;\u0012\u041a\ue333xJ\\}h\u000b\u001c?v>\u03e1\ng3\r\u0019}\u000e\u0014\u0019}F\u0013j@g\u0017>\u001b>1b\tU#3i%i\u0002tV7]9\t%@k:4I:&b\u0001:e\u0014g\u0012C\u0015@V!h\b\u0699\u001b\u00104\u0004\u001d(\u00104\u0004\rA'\u0000AC\u0010\/\u0016>+AKS\u06c6aX\/A-AV\f\u0004=\tJ&haE?VBis^3#>ocw\/cGNq\u0006ag9T\u0001l\u0015\u0019v\u0001;\u0381\u0002;\u03b0sB\r3\f;bag\u0019vvc`g7fu,,b|Ye^m\u895f\u00ffy\u00178)Y\u04e1qn\u001fQ\u0016,8z3\tAC\u0421\n h@\u00104\u0004\r\b\u001a\u000e\u0014\b\u001a\u0013j!h\b\u0017\u000bA%Ia8E]#-AV\f\u0004=\tJ&haYaFNS6O]s\u0007\u0015\u0019\u0001j+v\u0017o[\u0611\u04dcB\u0019y\u000eU<[\u0005yFggn s 3P\u0003<#\u03feX\u0019yF\u0018\u064dY<\rK~n\u0003}'[\u0005|\u0006ggns3P\u0003\f>\u03feX\u0019|\u0006\u0018\u064dY\u0002z7\u05a6\u03cb%@Yf^\u0662W*SCcDGT8z3Ac\u0421\n0h`\u00184\u0006\r\f\u001a\u000e\u0014\f\u001a\u01a0\u0013j1h\f\u0017A\u0560<-\u0019\u001a>H\u0012\u0006m`\u0413e\u0012_\tP\\p\u0006tdm\u001a\u001cuwFb\u0006\u001d'\u0003:k\u00058N>3\u001c\u0000}\n>@@Ag9\u0006\u0019}F}3>1\u001b>\u000bQu\t\u03bc\u0000TBwN\u0000P\u0011Pm\u0005\u0013FOq&!h\b:T\u0001\u0004m\u0015\b\u001a\u0001AC\u0401\u0002AC\u0010tB\r\u00104\u0004\rAb!\u00120\u0016\fKz\tZ\u001fn\tb I2\u0004jm\u0010.\u0000E]Wn.AEe^\ud105KR\u0004Z\u04dd\u0011\u0001\u0413s)\">*@>37g9Pg\u0019}N\u0001}Fg_,>n\f\u01acO\u0005\fiBPnO\u0006t^Wrb\u0006C\u001c\u07b6hcrx\/VSFOq&1h\f:T\u0001\u0006m\u0015\f\u001a\u01a0Ac\u0401Ac\u0018tB\r\u00184\u0006Ab1s\u001akc}\u0018\u0011n\tb0IPAKn\u074bp,\u0000]m%|$x\u0012\u06eciS$@+3N5\u0001HSE\u0019|\u000eU\u0000>[\u0005|\u0006ggns3P\u0003\f>\u03feX\u0019|\u0006\u0018\u064dY\u001d>gM6o+:\u0001\u031bIVtI#*inBSFOq&1h\f:T\u0001\u0006m\u0015\f\u001a\u01a0Ac\u0401Ac\u0018tB\r\u00184\u0006Ab1\u001at\u0004z\r:]_c\u0407\u0018\fz\u0012l\u0402K&@\u0017e\tE?H\u000bw$\u0000;#A\u00035'6c83\u001c\u0000|\n\f>\u0000@\u0001g9\u0006\u0019|\u0006}3\f>1\u001b\u0004>\u000bn^yrWm\u0013Y]Q`\rU\u0019}D\u0003\u04098\u00104\u0004\u001d\u0000\n\u0004\rAC\u0700!@!h\b:\u0006\b\u001a}\u0010Y\tZ!\u0005\u04b1^\u0007[\u0018\bz\u0012Ls&h&@\u7a8c\u0743(=I\u0002;$>c\u0003\u00a4SE\u0019}\u000eU>[\u0005}Fggns3P\u0003>\u03feX\u0019}F\u0018\u064dY>\u000b+ _p\u0002tc9+2S,\u0000\u9413G-\u0000t)$\u0004\rA*\u0002AC\u001037 h\b:P h\b\u001aN\u0001!h_,\u0004}V\u0016s,\u0018VCBL\u0003^\u0016|\u000b>@\u0413d\u0016Rb\u02e2\u0015ND2wqa\u0002@k3\u0012>\u0264w\u0013\u001c?v\b>\u03e1\ng3\r\u0019|\u000e\u0014\u0019|\u0006\u0013j\u0000g\u0017\u000b>\u001b\u0003>1K07\/8\u0001l\u06baP%@WUVeZ'%@+:\u0011&\u0004:e\u0014g\u0012\u01a0C\u0015`V1h\f\u0699\u001b\u00184\u0006\u001d(\u00184\u0006A'\u0500Ac\u0018\/\u0016>A\fc\u0270t\u05e0A0h+\u0006\u0004-\u000058\u0016K\u001a\u0006$H4\u00010\u00ad0\u0012\u0015\u0019'\u0001mL\u0012s)\"\f>*\u0000\u0002>37g9Pg\u0019|N\u0001|\u0006g_,\f>n\f\u01ac\u000e_\t{\tuvM\u001bY\u0674y-u\/-\u0001Z!']\u0012\u001c8\u00184\u0006\u001d\u0000\n\u0006Ac1@1h\f:\u0006\f\u001a\u01a0}\u0018Y\rZ\u06b6\fKz\rZ\u001fn\tb0IPA\u000bC=v\u0012tMQFQ\u0015E5%I\u0004\u0018Q\u0011\u001dkp$LB\u0010t\u0002\b*\u00104\u0004\rA;s\u0003\u0003\u0005!\u001a h\b\u001aB\u00104\u0004@n\u0012\u0004-L;g\u001d\u0019tUy]\t7#\u0018\u9f6d%gj\fv'X\u0007Z\u0561#]^A'|&1h\f:T\u0001\u0006m\u0015\f\u001a\u01a0Ac\u0401Ac\u0018tB\r\u00184\u0006Ab1\u001aktKS5\"H\u0012\u0006m`\u0413e\u04a0\/8\r:3\by,AD\u00104hED>\"*b\t:e\u0014g\u0012C\u0015@V!h\b\u0699\u001b\u00104\u0004\u001d(\u00104\u0004\rA'\u0000AC\u0010\/\u0016!h7\u0006vcVG\u0419pc42a3?_\u001at^]q8T\u001dr\u0012yMD^$^ALb\u0018t\u0002\f*\u00184\u0006A;s\u0003\u01a0\u0003\u0005\u01a01\u001a0h\f\u001abg5ha,\u0019NA\u0188 uK\u0018\u0015AO\rZw^\u0006m\u001a)AgM\rZ:k uK\u0018\u0015AO\rZvc\u0012r\u04e0\u073ce\u05824m[i\u01e44hMD>Yb\t:e\u0014g\u0012C\u0015@V!h\b\u0699\u001b\u00104\u0004\u001d(\u00104\u0004\rA'\u0000AC\u0010\/\u0016!h7\u0006vcVG\u0012^p\u001at!:\r)\u04a0\u0015\u001dr\u0012y\u000eN\u001c=\u0159\u01201P\u0005\u0018U0h\f\u001av\u0006\u0006A\u0007\n\u0006Ac\t5`\u00184\u0006\u0160iu21\"H\u0012\u0006m`\u0413e\f:\u0013zq\u0006]\u0015\u0004>.4VtQT\u0013aB0SI\f\u001a\u000eUA[\u0005\u01a01hgn`\u0018t`\u00184\u0006P\u0003\u0006Ac\u043eX\f\u0006\u001d^NqW!\bb0IPAK\u0243\u0016N\u001at[N\u0691qjm\u02eb\u0014y\u041a\u000e\u0015u\u001f!6a\t8\u00184\u0006\u001d\u0000\n\u0006Ac1@1h\f:\u0006\f\u001a\u01a0}\u0018Y\rZ\u0007[c\u0006\u000fRA[1\u0018$(\u0660i\u0018pc`*vd\u0018t\u0754EyAKS\u03d6a5$45h0C\f\u0006=\tJ6ha9kqlv=+v4>5ng\u0483CA+:(h3\u0583N\u001b=\u0359\u01201P\u0005\u0018U0h\f\u001av\u0006\u0006A\u0007\n\u0006Ac\t5`\u00184\u0006\u0160j\"$X2,\u001d5h}%\f\u068a'A\u0006-L;\u01e0\u0563\/\u05e06mA\u016e\u0365\u0014tQ>f6\f:a\u0014g\u0012\u01a0C\u0015`V1h\f\u0699\u001b\u00184\u0006\u001d(\u00184\u0006A'\u0500Ac\u0018\/\u0016>AKS\u06d6aXA-aV\f\u0006=\tJ6ha9\u0006W[\u001fmMU0i\u0006\u8423}D+a8\u00184\u0006\u001d\u0000\n\u0006Ac1@1h\f:\u0006\f\u001a\u01a0}\u0018Y\rZ\u0007[S5\"H\u0012\u0006m`\u0413e\f:\u0017`n$\u06b2-J\u0725\u0019C6eW'a)$\u0006A*Ac\u0018370h\f:P0h\f\u001aN\u0001\u01a01h_,\u0006}V\u0016!\u0014d\bRA[1\u0018$(\u0660%\u0613CaWdy~4h\u0013e\u0006HQ\u001f\"57aI'I\f\u001a\u000eUA[\u0005\u01a01hgn`\u0018t`\u00184\u0006P\u0003\u0006Ac\u043eX\f\u0006--\u0003j\u02f0t\u05e0A0h+\u0006\u0004-c\u041b]eS\u0018tVWaA+:(j\u001fALb\u0018t\u0002\f*\u00184\u0006A;s\u0003\u01a0\u0003\u0005\u01a01\u001a0h\f\u001abg5\u0006-\u001d5h}%\f\u068a'A\u0006-L;\u001ff\u05f6E!%4Oh\u001ei84\u001d\u001a&h\u011b\u0016\f:e\u0014g\u0012\u01a0C\u0015`V1h\f\u0699\u001b\u00184\u0006\u001d(\u00184\u0006A'\u0500Ac\u0018\/\u0016>A7\u0011(\u001eC\u0188 uK\u0018\u0015AOR\rZvc\u0012\/m3\u001d\u000fAe?\u0012\tZ!\u0007Q\bcw#\u0004\u001d?z3\tAC\u0421\n h@\u00104\u0004\r\b\u001a\u000e\u0014\b\u001a\u0013j!h\b\u0017\u000bA#UA?GdX:k uK\u0018\u0015AO\rZu\u0005\\vy\u058a{\u000bN\f\u06bcrwU-d\u041a\u000e\u00155a\t8\u00184\u0006\u001d\u0000\n\u0006Ac1@1h\f:\u0006\f\u001a\u01a0}\u0018Y\rZA%\u04b1^\u0007[\u00a0\u0018\fz\u0012A\u000bY\u0017lY\u06e6\u0018ynSI\u942bmA'Lb\u0018t\u0002\f*\u00184\u0006A;s\u0003\u01a0\u0003\u0005\u01a01\u001a0h\f\u001abg5hRm\u0019Na\u05c8 uK\u0018\u0015AO\rZ\u0018{ZzM6U\t]\u001c\u001ephs>KKx\u0018CcEGt\u0018t)$\u0006A*Ac\u0018370h\f:P0h\f\u001aN\u0001\u01a01h_,\u0006}V\u0416\u0014d\bRA[1\u0018$(\u0660u\"%\u0018A[<%hUNI\u0004\u8403}D\u0017\u0005\u0013t)$\u0004\rA*\u0002AC\u001037 h\b:P h\b\u001aN\u0001!h_,\u0004}V\u0016`X:K uK\u0010\u0015\u0003AO!WB\/\u001672\u02fb\\\u014e\u000e9j\"\nVH\u001d=\u0159!P\u0005\u0010U h\b\u001av\u0006\u0004\rA\u0007\n\u0004\rAC\t5@\u00104\u0004\ud2c5J\u03e9-\u0018\u0012>H\u0012\u0004m@\u0413d\u0016\u001dYG\u0305i9%\"\u02fa:5\u001d\u001a#>B^\t\u0013\u00040z3\tAC\u0421\n h@\u00104\u0004\r\b\u001a\u000e\u0014\b\u001a\u0013j!h\b\u0017\u000bA\bd\u0014\u0019cD%\b\u068a'A\u0004\u039f\u001fwC\u0095\u0011RI>\/JsS6onmw$hM\u0186hc\u00163\\N\u0018=\u0159D\u0011P\u0005\bU\u0010h\u0004\u001av\u0006\u0002@\u0007\n\u0002@#\t5 \b4\u0002E*\u0011*\u001e\u0015\u0014u(\u0010> \u0413e\u0004Z8\/\u0004m&JCU)v#tAT\u0013QGw\u0004\u001d?z3\tAC\u0421\n h@\u00104\u0004\r\b\u001a\u000e\u0014\b\u001a\u0013j!h\b\u0017\u000bA\\6\u000bc\u0004\u000fR\u0004A[1\u0010$(i,\u0005-`fAweQs0%l\u0014\u0004\u8403}\u0015\u001e=\u0359!P\u0005\u0010U h\b\u001av\u0006\u0004\rA\u0007\n\u0004\rAC\t5@\u00104\u0004\ud2c5J\u0533aX\r\t1\rx\tz>\bb IP2A\u000b|;vmFX\u0016tfRJg\u0012twM'u\nAk: j\u001f \u0012t)$\u0004\rA*\u0002AC\u001037 h\b:P h\b\u001aN\u0001!h_,\u0004}VN\r\u04b1^\u0007[\u0018\bz\u0012\fAm)i\u0304Lc\u0010y\u001b)C]W\u0015\u001dr\u0011\u0015\bA'|&!h\b:T\u0001\u0004m\u0015\b\u001a\u0001AC\u0401\u0002AC\u0010tB\r\u00104\u0004\rAb!\u00124m\u0018\u0012>H\u0012\u0004m@\u0413 OKdAO}\u0004M\u0016a\u00104\u0004?\u0018~V!h\b\u0016\u0004\rAC\u0010tte\u00104\u0004\rA\u0010#hq=T\u000bS5\"H\u0012\u0004m@\u0413d\u0016\u001d`\u0005j'3%Jv@ii\u040a\u000e9}DALb\u0018t\u0002\f*\u00184\u0006A;s\u0003\u01a0\u0003\u0005\u01a01\u001a0h\f\u001abg5h\fKz\rZ\u001fn\tb0IPA\u000bn^\u0002^p\u001ata\u01602+$i\u040a\u000e9GD%q\u00040z3\tAC\u0421\n h@\u00104\u0004\r\b\u001a\u000e\u0014\b\u001a\u0013j!h\b\u0017\u000bAE@m\u0018\u0012>H\u0012\u0004m@\u0413T[U{-New1\u0004)\u0010r=\u0002fEIKH'\tC\u0011V\u0010SI\u0004\u001a\u000eU@[\u0005F\u0011hgn \bt \b4\u0002P\u0003\u0002@#\u043eX\u0004\u0002-\u0018]\\\u0018\u0440W]9@? \u0413e\u0004\u0016X.\u000bBc|\u0006\u07597S,\u0121DQB\u0703o#\u00060z\u01201P\u0005\u0018U0h\f\u001av\u0006\u0006A\u0007\n\u0006Ac\t5`\u00184\u0006\u0160j1'\u0508\u0006:\u001fA[1\u0018$(\u0660iG\u0016tQ\u05d9\u0016fTJa4thl}D!,\u0015N\u0019=L\"\bt\u0002\u0004*\b4\u0002@;s\u0003F\u0003\u0005F\u0011\u001a\u0010h\u0004\u001a\"g\u0015h\u0011\u0012,\u000b\n>H\u0012\u0002m \u0413d\u0016vs\u0005,]c\u0605'\u0007A\uf6b6h*i\t\u0014th}D\u00e0SGO>\u00184\u0006\u001d\u0000\n\u0006Ac1@1h\f:\u0006\f\u001a\u01a0}\u0018Y\rZz!!\u0001\n\u0018A\u001fb0I2\u0006\b;Xg^\tzg^u5\bZ!\u0007Q\bm\u0010t)$\u0004\rA*\u0002AC\u001037 h\b:P h\b\u001aN\u0001!h_,\u0004}V\u00160T:K uK\u0010\u0015\u0003AO\tZvN\u001af\r\u06bcg\u0120\u02f3\u0014Kqh:4V}D\u001d{\u00062z\u01201P\u0005\u0018U0h\f\u001av\u0006\u0006A\u0007\n\u0006Ac\t5`\u00184\u0006\u0160jb2\u04b1^\u0007[\u00a0\u0018\fz\u0012lPK\u000b6FZScj:o\u0015<\fZ!GQMD'\u060d\u0018t)$\u0006A*Ac\u0018370h\f:P0h\f\u001aN\u0001\u01a01h_,\u0006}V\u0016!\u001a\u0011\u0014\u0018S\f\u0006=\tZ\u01a0_\t\u0017^AWd\u0012mMI\fZ\u0461\u0018E`\u001f=\u0159\u01201P\u0005\u0018U0h\f\u001av\u0006\u0006A\u0007\n\u0006Ac\t5`\u00184\u0006\u0160iyZ\u001c*CF\u00012\n-\u0320;11*8\u001b\u050b\u0019v,b\u0017\u030bP+``\u03dat\u001f\u0432\u0002Gi\";*;\u03b837pg9Ppg\u0019wN\u0001w\u019dqg_,|Vw`X;-N\u0010<\tJuB]m\u069d]^\u0017\u0019i\u0019g\u0017gHS;i\u0004yVuh\u0127n'a\u000b2z3>\u03e1\ng3\r\u0019}\u000e\u0014\u0019}F\u0013j@g\u0017>S\u0005l\u001b\u0662x\u0016#-N\u0010<\tZF_\t{\u0016^\u001e?g\u0264\f)?y\u0011\u03ca\u000e9GSI\u0019~\u000eU\u0000?[\u0005~ggns3P\u0003\f?\u03feX\u001c\u05b1xS\u0016;\u0016g'\b~\u0004%06tM]\u01eej.\u0012Y!OMDF)$>*@>37g9Pg\u0019}N\u0001}Fg_,|V}~wmtWAg'\b}\u0004%\ubcf0@\u0136,jp#m;\/IgMwFz\u0007;q-s)\"\f<*\u0000\u0002<\u000337g9Pg\u0019xN\u0001x\u0006g_,|Vx\u00168X\r\t1\rxY?y\u001c\u0004A\fKz\rZ\u001fn\tv0IPA\u000bSoKo+c\u001d2)*5\u0019>c\";*;\u03b837pg9Ppg\u0019wN\u0001w\u019dqg_,|Vw\u0016w\u07b24X: uK\u0013;OYzNs&tc\u0323y>AGqv\ru'zP\u04dd\u0001xo\u00a0cNs\u00161h\f:T\u0001\u0006m\u0015\f\u001a\u01a0Ac\u0401Ac\u0018tB\r\u00184\u0006Ab1\u001a#jKc\u0006\u000fRA;A\u0018$(\u0660\u001e<6\u067cu\u0004NkqMs)\";*;\u03b837pg9Ppg\u0019wN\u0001w\u019dqg_,;\u039e y\u0012;;O}\u07b5Ev]s<7\u0120:n}|Vuh$F`SI \u001a\u000eU\u0000D[\u0005\u0006hgn\u0000@t\u0000@4\u0010P\u0003\u0010\rD\u0003\u047eX \u0010\u001dA^NW!\bvIP2D\u000b.!d\u0003_\"\u001cm4&\u0012\u001by?\u0010]Ck3}@\u06e1)c8\u00184\u0006\u001d\u0000\n\u0006Ac1@1h\f:\u0006\f\u001a\u01a0}\u00184\u0006A{0I\fzm@\/\fTyd\u00065\u013cP \u0019Z\u04e1q:>\u0013GOq&h :T\u0001\u0010m\u0015 \u001a\u0006\u0001D\u0003\u0441\u0002D\u0003@tB\r@4\u0010\rDbB;lc\u0010\u000fR\u0004D;A@$h\u0019^\u06ea\u001c\u02e5B\u0011V0B\u0017M\t\n8\u0004\u001f\f:e\u0014g\u0011FC\u0015 VA\u0011h\u0004\u0699\u001b\b4\u0002\u001d(\b4\u0002@'\u0500@#\b\/\u0016F\u0011hO\u0010\u0002=Y@\u000b\u0007_t*ttK&O\n\u8413k\"\"feeSI \u001a\u000eU\u0000D[\u0005\u0006hgn\u0000@t\u0000@4\u0010P\u0003\u0010\rD\u0003\u047eX \u0010-B\u04b1^\u0007[\u0002 z\u0012\fs\u0585\u0016\/8\u0017\u9ca6\u0011V\u015eBw]\rSr\u0015\u0019g t)\"\u0004\rA*\u0002AC\u001037 h\b:P h\b\u001aN\u0001!h_,\u0004\rAC\u041e \bz\u0012:q_v.tWV34\u0017\u0759LJN\u0285Vt#j\u0018:m4g\u0012\u0006C\u0015\u0000V\u0001h \u0699\u001b@4\u0010\u001d(@4\u0010\rD'\u0000D\u0003@\/\u0016>'D\u0011(\u001eS\u0188 uK@\u0013\u0004DOR!Zzk^\u0016zT\u076e\ni\t>+DCxX:\u000b uK@\u0013\u0004DO!Zz,\u00068]6\u009f?\u0345\t|\u000b8\u0004t\t\u001f;Y!P\u0005\u0010U h\b\u001av\u0006\u0004\rA\u0007\n\u0004\rAC\t5@\u00104\u0004\ud2c5!h\b\u0013\u0004AOb hay}M\u0017\u0305vEVg\u001a\\h\u0014\u0007jZ.Cl}D\u001d{\f2z3\tD\u0003\u0461\nh\u0000@4\u0010\r \u001a\u000e\u0014 \u001a\u0006\u0013j\u0000h \u0017\u000bD\u0015}l\u001eB>H\u0012\u0010\u0004\u0001\u0453r.8\u0017\u06bc^4yCiEw\u0002tg\u00074 t)\"\u0004\rA*\u0002AC\u001037 h\b:P h\b\u001aN\u0001!h_,\u0004\rAC\u041e \bz\u0012\\h\u0001S\/9\u00175m\u0017.ts[\u001a&\u000b\u8433\t9@4\u0010\u001d\u0000\n\u0010\rD\u0003\u0000@\u0001h :\u0006 \u001a\u0006}@Y!Z\\a5$4haX z\u001c\u0004DO!ZzQ0D\u000b*|\u0004}v]Fg@gYum~U\u001d\u001a>$SI\u0019}\u000eU>[\u0005}Fggns3P\u0003>\u03feX\u0019}F=A$fu*V.\n]ey\u000bkx\u0012~\u001df):iQhET>\u02e5SI(\u001a\u000eU\u0000E[\u0005hgn@Pt@P4\u0014P\u0003\u0014\rEC\u047eX(\u0014-Z\u001bc\u0014\u000fR\u0004E;AP$(\u01e2CJla3a\u0012ONtYY+%D+:d\u0016# :m\u0014g\u0012\u0006C\u0015\u0000V\u0001h \u0699\u001b@4\u0010\u001d(@4\u0010\rD'\u0000D\u0003@\/\u0016\u0006hO\u0010\u0010=Y\u001fD\u000b\u0017\u0012m^\u001dFip\u0012\u0756U\tVZJCNRokvb\u001a6$:a\u0014g\u0012FC\u0015 VAh$\u0699\u001bH4\u0012\u001d(H4\u0012D'\u0500D#H\/\u0016>DKSaXD-!N\u0010\u0012=\tJha9\u0012]\nO8t]\u0016 Gum+\rl\n>k3}q\tz\u001f;Y\u0004P\u0005Ug\u0019xv\u0006\f<\u0007\n\f<\u0003\t5\u00003\u0005g\u0013\u0004\u0016\u0002\u0005N\u0019=\u0159\u0004P\u0005@Uh \u001av\u0006\u0010\rD\u0007\n\u0010\rD\u0003\t5\u0000@4\u0010\u0005\n-\u001eB>H\u0012\u0010\u0004\u0001\u0453 \u0012'\u0007\u001f!\u0001:vY;O8\u0004\t\u0012\u0015\u0019'\ud928\udc3c\u001fs)\";*;\u03b837pg9Ppg\u0019wN\u0001w\u019dqg_,;\u039e y\u0012\u0004\u001be'@Y[+DKyX:\u000b uK@\u0013\u0004DO!Z0\u04b1}\t{]Z\u0002t`\u0571UMA\\#5\u0019i\u001f`?9e\u0014g\u0011w\u019dC\u0015Vqg\u0659\u001b3\u001c(3;'\u0500;\u03b8\/\u0016w\u019dqgO\u0010\u000f\u0015#+Nmw]+\f'\r\u06bc\u011b\u03d4SA+:$=\u0010\b\tN\u0018=\u0159\u0121qP\u00058Uph\u001c\u001av\u0006\u000eC\u0007\n\u000eC\t584\u000e\u0161\u04a9uX: uK8\u0013COH\u001e|4\u88a9w\/\r\u06bc\u0015p\u04a0\u0015\u001dr\u0012yMDV\u07ffm\u0013FOq&g9T\u0001l\u0015\u0019~\u0001?\u03c1\u0002?sB\r3\f?bg\u0019~\u0004\u03d3\u0007|\u001eteuf\u05c36oM[\u000bS6k\u001a),E5\u001d\u001a[j\u001fe\u04a76$:e3D#\u0461\nh H4\u0012\r$\u001a\u000e\u0014$\u001aF\u0013j@h$\u0017DUE|X:+ uKH\u0013DOA\u001b\u0013vY\u7554#CVe5\u000e]W\u066eH\u0012\u000e\u0004\u0413d\u0016\u0002^Cm\u0486S'Bv\u0012Vt\u0211>\u0013\u001e884\u000e\u001d\u0000\n\u000eCq@qh\u001c:\u0006\u001c\u001a\u01a1}8Y\u001dZ\u06b6\u000eKz\u001dZ\u001fn\tvpIPC\u000bSqhv\u000e]dE\u02e3\u073c\u0018TphM\u0192h\u0207N\u001c=\u0159\u0121qP\u00058Uph\u001c\u001av\u0006\u000eC\u0007\n\u000eC\t584\u000e\u0161b:\u04b1^\u0007[\u00a1 \u001cz\u0012s\u001cZ\u000e{vy\u00127o\u0527\u00bc\u0474\u048eS.\u001bM#Q'AC\u000e\b\u001b :m\u0014g\u0012\u0006C\u0015\u0000V\u0001h \u0699\u001b@4\u0010\u001d(@4\u0010\rD'\u0000D\u0003@\/\u0016>+DG\u042bx\u0017SU\b\u0002 z\u0012\f\u0002K&D%:\u0013\u001f>Oe\u001cZ\u04e1\u0011yIBt)$\u000eC*C837ph\u001c:Pph\u001c\u001aN\u0001\u01a1qh_,\u000e}V\u0016\u0019aXC-N\u0010\u000e=\tZ\u01a1@tVE+&6O\udb47\udef2|hE^\u0013,\u00108z3C\u0421\nph84\u000e\r\u001c\u001a\u000e\u0014\u001c\u001a\u01a1\u0013jqh\u001c\u0017C\u0561\u00148[c\u000e\u000fRC;A8$(\u0661C?|0\u0017mv\u000ek\u061dbhM\u0192GtB&\u001c:a\u0014g\u0012\u01a1C\u0015Vqh\u001c\u0699\u001b84\u000e\u001d(84\u000eC'\u0500C8\/\u0016>C7\u0011(\u001eC\u0188 uK8\u0013COR\u001dZzc\u0012\/e92\uaf53VIchE\u001cH#%7\u0463904\f\u001d\u0000\n\f\rC\u0700a@ah\u0018:\u0006\u0018\u001a}0Y\u0019:`hX\/C-N\u0010\f=\tJfhaz\u0005\u001d:+\u0014V9t\u0676\u053d$t\u0211>B7)'I\u001c\u001a\u000eUC[\u0005\u01a1qhgn8t84\u000eP\u0003\u000eC\u043eX\u001c\u000e-\u001cZ: uK8\u0013CO\u001dZzC\u000b\t;tE4Bu\u07750X\u001en|\u00a1\u0015\u001dr$\/884\u000e\u001d\u0000\n\u000eCq@qh\u001c:\u0006\u001c\u001a\u01a1}8Y\u001dZz\u000e!!\u0001C\u0007N\u0010\u000e=\tJvha9\u000e=p\u000egm\u0016`M\u001d:7?].Q8CcIG\u0017qpSI\u001c\u001a\u000eUC[\u0005\u01a1qhgn8t84\u000eP\u0003\u000eC\u043eX\u001c\u000e-3et\u05e1Aph'\b\u0004%; +_c9\u0006M^T)5\u001dr$DyF{\u0017884\u000e\u001d\u0000\n\u000eCq@qh\u001c:\u0006\u001c\u001a\u01a1}8Y\u001dZ\u06b6\u000eKz\u001dZ\u001fn\tvpIB\u000e}\ns&\/w\u0521\u06ddy\u0017fJshE&Z\u0018I`\u001f=\u0159\u0121qP\u00058Uph\u001c\u001av\u0006\u000eC\u0007\n\u000eC\t584\u000e\u0161\"X:,\u001duh}%\u001c\t\u00a1'A\u000e-L(ZOyUw\u7754\tk\u001bIw|}Vuh\u000f\u0011\u00169i3>\u03e1\ng3\r\u0019}\u000e\u0014\u0019}F\u0013j@g\u0017>U#U<\u05ab)*\u0004N\u0010<\tJg!yl_\u0004]w.3O\u0010m^66\r:\"Z!K;\r\u0015\u001dr(DQ\u001b]0D\u01cfL\u0002@t\u0002 *@4\u0010\rD;s\u0003\u0006\u0003\u0005\u0006\u001ah \u001a\u0002ghq)c\u0010\u000fR\u0004D;A@$h\u0019\u0016\u7efc4\u001bZ>m\u075d$\rZ\u04616Y^>GLs\u0002*3>;s\u0003}F\u0003\u0005}F\u001ag\u0019}\u0162gga,\u0013>H\u0012\u0004\u03d3d}\u0016\u0006.~^2\r\u06bcBU+5) Z!RMy\u0002FOq&h :T\u0001\u0010m\u0015 \u001a\u0006\u0001D\u0003\u0441\u0002D\u0003@tB\r@4\u0010\rDbsBt\u001b>e\bR\u0004D;A@$(\u0015[!xl_qyiEY4]\"\u001cy21\/s'gM~j\"\u001dpLs\u0002*3>;s\u0003}F\u0003\u0005}F\u001ag\u0019}\u0162gy\u001atWAg'\b}\u0004mQ\u0302.L)\u000f\u0006CES\u0019&9C\u0011gF\u001c:~\u0014g\u0012\u01a1C\u0015Vqh\u001c\u0699\u001b84\u000e\u001d(84\u000eC'\u0500C8\/\u0016>C\u000bc#:>H\u0012\u000e\u0004\u0413d\u0016^}]^\u0016yja'|&g9T\u0001l\u0015\u0019}F>\u03c1>sB\r3>b\uacd8\u0004h\u001a\u0012b\u001a\uacf0.<\u000eB'A,$:A\u000b{ieY5U\u0016\reUV\u0004F\u001aDk:4}D\rD'L\u0002@t\u0002 *@4\u0010\rD;s\u0003\u0006\u0003\u0005\u0006\u001ah \u001a\u0002gh<,\u001dh}% \t\u0002'A\u0010-l7\/a^\\\u001at\u0674MH{\nNmLvG>+:hr\r}\u001f=\u0159DP\u0005Ug\u0019}v\u0006>\u0007\n>\t53E\u03ea\u0536MX:\u05ab uK\u0013>OH&\r\u0017C\u001ap\u0018i\u00c0h z0\u0010\u0002D\u0003@- \u001a\u0006\u0280h \u001a\u0016\u0007\"$X<,\u001dh}% \t\u0002'A\u0010-;L\u0017\u0007\u077fn\u0429)?W.r)}:5\u001d\u001a\u0003>Yr9a\u0014g\u0012~C\u0015Vg\u0659\u001b3\u001c(3\f?'\u0000?\/\u0016~>+?GxSU2@y\u001c\u0004?O\\X<\/3iF\u000fDg<\u017e\u000e9j\"H\u0012\u0010\u0004\u0001\u0453d\u0016\u07aa\u0017X \u000fj\u04d8s]m&O'C\u000e\b\u0004?Ls\u0002*3\f?;s\u0003~\u0003\u0005~\u001ag\u0019~gg1BaX\/?-N\u0010<\tJN]K\u0005A\u05fb3\r\u000e]gm[X\u000eZ\u04e1\u0011\u0007N\u001b=\u0159\u0121qP\u00058Uph\u001c\u001av\u0006\u000eC\u0007\n\u000eC\t584\u000e\u0161\u0002Q<\u000b)(a \u000e=\u000e\u00a1'A[tgAJCisa'\uace2CS?m\u001b9q\u0014g\u0012}FC\u0015VAg\u0659\u001b3\u001c(3>'\u0500>\/\u0016}>>kZ&,\u001dV}%\tB'A,L}k1uE\b;\u001d.l)C\u03d2\u00148\u0015\u001dr X#q\u0014g\u0012C\u0015Vah\u0018\u0699\u001b04\f\u001d(04\f\rC'\u0000C0\/\u0016>+CKP8,\u001duW}%\u0018\t'A\f-\u063e?\u0018.\/\t<\u02b7M-'\u0500>\/\u0016}>>KS6a5$4g\u0000q\u0010<\tZF{&A\u0017Y+lf\u000fCgm.u\/\u0015\u001dr hc\u053b`\u001f=\u0159aP\u00050U`h\u0018\u001av\u0006\f\rC\u0007\n\f\rC\t504\f\ud2c5\u04a9qX: uK0\u0013\u0004CO\u0019Zzcz%lwqYJ\u0094\u033cgTgM\u0180GtU$.\u0013FOq&g9T\u0001l\u0015\u0019~\u0001?\u03c1\u0002?sB\r3\f?b\u0014\u04b1^o\u0007[ y\u0012c\u0012r@@Ag9\u0006\u0019}F}\u7872pwcfo~~\u0002sd)\u001be\t _\/f|5w_\u03cf\u0007\u077eWm\u00162O\u001f~=\\\u001d'd9?!O\u010f\u001fn\u000f_>jZe\u0007F\u000b%@\b\\\u8cb9\u001b~jn-\u001f\u0019p\u0220j\u001dyl\u0007o_~oJ3\u037bw\u00e7~MGBffFa:OT\u001cKnC.Eper\u001dnz}po3\u0133ZS^\u0525\\.j\u0017\u0005\b,>Ym)\/iuR:O?_o?ri5{\u06cd\u001bog~\u0012\u0007SknI\\W^\u03fc=\u0006\\|yb}8@?sp6\u000b^\u078f\u001c*]1{Ch\u0012\u02b3|\u000b(\u0001T{s[OAbe>\u001e{9;YI9c\"\u06a6sN8og\u0007!F`\u0015=At\u001d\b_`3\u0004~\u000b,P5\u0003\t>R=Q\u000fTQSO\u0018?}^.?z\u000b^~ljt\u055bo?\u001e]q3}\u0335sO_n{^7\/Ow|?r\u69cf}&@_]Ib&>ny?_?#A>\rY>g\u0000b?\u0015\u0012\u00e7J4>{\u446eo\br\r\u03e0_3\u00c7\u001f~\u05fbR\u2d7dQ\u0012.f\u00148%\\\u001c\u0017}_%:7j\u0001x.\u0398$\u001bS\u001bp\\}F%l,k=^\/wKf\u001e5&$\u000b7\u000f\u0006\u0361\u000f~\u0019z:\u00cf6?_n>}=%\u8eafOg]\u001fQn|[|\u0421gM~\u0005q\/\u048as9\u0017i\u0011_Mf \u04c7io??{W9?vD>xh\u001e=OM_}N*##\u001dj\u001aS\u001e?\u001e@Ws\u6a61xs|'\u001fGUU\u0007UgUU'UUjr+fS\\\u0013\u001a\u0363O\u0012\u0014\u00129w\u00da7:ts?wH:=2\u001f\u0014\u0002@&f}u1#\uc9bcg\/\u03f9#=a\u001b\u072f\u001ezCvn\b3W\u0006g\u0005\ud8a8\udff9\u0617~\u0011qk_lk\u001c?s=_=|\u037b6a4w[\u07a0|T\u0206\u0005e057;iA\u075d\u06c6\u0010g[4\u6fd3\u000bv;}`\u0015\u001bw\/}!\u07b7IDuC#%<8pk\u0012\u001ck]\u001e\u0011sc\u0010x7q|S-\u0014Vx\u0bb0-\u0313yo\u000b\u06c2t__\u0017\uda0b\udc467ND\u0013e!y|}As?\u0015.\rBjN[\u0010?\/\rb\u001e(zKr\u0004\u0005b\u0525?\\=a\u000f\u064aqv0i\u01a3}zo\u000b+}T]w\u0005\u0010\u0787]\f\/\u0004\u0016z\n\u000f\\*5.}u\u0005\u0004y\b\u0004v:t\u0017L|ZS\u0005tW^\u000f\u000bZ?WM[z\u001fx\u03d6\u04e0lQ\u0004\u0003o7_.V!_4QH}X5Thxqn\tyKP]w7\u001f\/\u1db0\u0013'*F]i4:|[ie\u001a\u0017w_M\u00077qv]uJ\"w\u0013r++40\u001bwE-o\/S\u0003K\u038f\u0018|3G\rQV\u027eJ~z\u0229\u001d{ykih.\uc1eb<\u07fd%9\u00157\u06fe\u0001[\u0019o\u0000X\u0000k\u001e\/Y%<\u03954MXI\u07e8\u0016\u063e~\u001f?mypf\ubdff\u01b6\u0004_~\u000fu.t\u001d}\u001f\u0017ur\u05fb_n={8fm\u00173U{VMV\u0016t\u05d4\u0007{\u0015\u001bxX\u0013y#m5~?\u0608kb}V|I^\u0017\u076eg|9^zr\u0017qw}|]:_\u0495,\\WtKu)\u0003y~\u00eae\/n%\uc2f8<>\/\"\u0016.\u01cbm7lw{iz(7>;mt\u0748tw\r[\u001esm\u0019~k\/\u0015.\u0327\u000b\u001e.\u00052,\u000bB\\\u7f46W\u0722>\u0297\u054b[p\rOcE|^x\"R\u0004'Ee\u06e0'o\u001e\u0005z\u0006AO\u0010L(m\u000b+Vbs\u0015@W\u0002\u0002\u0016\u0005m\u0013pu\u001b\u06f9\u0001D\\oK\u0001H\u000b\u0002WK\t]r\u00138ta?.|\u0010\u0002}y\u05bd \/u1o\rk\u5f37sk?~7s\u0019 '@*L !|\u0019\u05e2l\u001f\u0016\\9\u000f-<\u075b'N?{o)3np6M\u0007c1e\\O?3.T\/2Zwzq7wz|.K)Rr\f\u048cr)GR\n\\*X\u001c|'O\u0013\u00122cs\u0014\u001f*T<^\u0005[\u00c2]\r\r1GN'dn49'\u02df\u0013a\u001f_?X\u0011\u0215>~>\u039cI\f6I\\I\f]O\u0007\u0013t'1p\u000e'$=sto\u001f\u06fc\u01c5\u00fbO73oB\u000b\\H\u0017wH\u03f5\u01efp(o7\u001fK\u0013^`>V\u966d+jA7,%\u000f]\t[LNI-)a;J\u001fw)q_\u07e2D}THs\/\u001f~~G\u0593\\V{\r\u001eyKx&,L^\u008a\/7fg\u000f|\u0002?5\u001c*fRyNwU\\Qdk*.[)&C\u067dLiws?)S='\u0002.?\u0003sq}\u0019wye{\u04c7\/~VLOw?h\u00cc\u060f0wX.v\u07eeo3n\t\u0017pA?0~:x\u0017vw=f.co.l\u001d.z[\u0017#g\u028f+^R{E\\6?#7\u001fx\u065a\u0019?xn_c<^\u001fn\u02d7\u000f\u0016rw_nt7\u0019\u001f\u000fQ\u001dww\u001f\u042f7x8_u_>1~\b?ww*~a\u0006\u000f]u=~#?\u06c7OO\u000f'wo\u01c79opp\u0019\u0010ZC-Og\u0005?Y\u0015_\u050c{\u000b\u001c?\u07fcUTw8V\/wh\u051f\u0207xR\u001e?\u0006~hL*4yn7BwH\u0003\u037b\/\u001f~c\u0005gOx__ny\u001cln_C\/|?\u001cdq\u17ff\u0758Ax\/J\t\u04ba\u000bC3'\u001e%O\u0011\u0007.Gc!aA{D?\u001do1w\u03cfIq\u0003$2?\u001d}\u0005t\u0767oq^]?\/\u001bpgs\u000e1\u01c7Q;$%s\u000ekm|fG34w\u61e87~\u000f3I\u001f0Cy\u0000woi\u000eUWk\u000fr;\u0000\u0011G\u000f\u0013s80X8;\u001f?\nto\u0019\u0002\u001c`>hR|\u001f\u07dbVq\u03f71u\u0367Ow_n\u0014B\u0013~\u0011%>\u00d7\u06df<$h_\u0005>v{?\u0017\u0007R\"R\u0002_o)%<\u001fv={.\\Gqs\u0652)y19|`jPTsTSgsS;f\u0018<\tUdu7]0bt*\u000f\u000ew\u0018T $w\u0015@zCd\u001f4R\u8fe0nB\u0130\u0015\u04ddyIy\u0001ws\t>kl6sPs+W\u0016\".\u023c~\u06bf\u0005(|[?7\u0010_8\u009f~y\u001fw\u009f?|1\u001fw3\u047f}29\r?}*$4o\u000fu\u0004\u047e5?3_uJKQ\u000fm\u0017\u000bo\u0016u?_\\>|\u01d31Xe(\u001dofl^\u0014wp+Yw~R*B4QSblg~|>~D\u00048Y}wA\u0010~dH^\b>,\u00144\tg\u0004\u0016xt\u0006\u0007\u059bbDV<\u0012\u0007Zo6qL\u24c01 \f{\u00000G_\r2\u0005_-\u0017hKPCR\u0011\u07098<0\u001b\\\u05b2\u025b|\t7\u01f99MWX)G,r\u0017o\u000eB\u05cb\/\u0012\\\/EBq;\u001c\u0015Z|\u000b]-o_2\u001ajqy1W\/m\r%\\-Z^-!k;\u0012\/9\u001ftJ++\u00b9b^1\u001b\u0016h]*Ln>\u0369Y)5%>gz1O;\u001btKp<\u001a\t\u045f_\uf1bfmO=Q\u0010.&jnLb\u001c\u000b*28\u0005UC\u041fo?\u06ddFCfyH$\u000b\u0007=[g7\u000bcc\u038bWk\u02c8cst\u001dQsS>\u0004\u001dRV\u001dE\u001dG\u001d]D\u001d]F\u001d]E\u001d]G\u001d\u001d\u000bn?x?0\u070a`h\u001e\u0016ezh\u001eZ6b7\u000f!}M\u000fR\u001f~\u01fdgA t8*w\r|m0{-:K2ESfm}\u00105\/wl_n?\u79df>,q~^P\u000e!8nErX@pe\u001dx~lf\u001e=\u0011'W+\u000f[MWmy\u001b\u00d4\u05a6&?N\u00b8E\u31cffj\u000e[Yk\u000f=_e>ws!{{O? _\u0010Zjo\u001cl\u001a1a\u0088+.t&\u05f87S\/}yRj\u0157\u0635^\u0012Wy-G3\u001eV\u64baK\n.[4z-\u0295Z&kHa0WBPW^L\u001e?s\u04afO\/'+DzJ)s+xJ\u046e\u0012\\\u001f%ze5QPuP\u0015PBk\u012ez2J'5NMDh2z\u0015\u0013%KR,QV[dn\u0675It\u012fG\u0012b\rG\u032d8\u0588\u0011>g\u001f>g'^9;U@N7'VH\u0011\u0706t\u0011]&Q$f\r\u0014@fJB6#V\u042c\u0261\u0000u?\u0275}\u055cPH}\u001b[o-\u0506=F\f\u001bwC\u026bwuV\u0017uW\u0414MQlr7[|m|]io\u001fo\uc1eah&\u06e80W]\u001bsLQg}O\u001fLJ_\u001bu37]1}\u001fw(#.\u0017v_k7\u0012})0?P_\u07db>7v?5?uk\u001f>\u07ecoo\u062f\u0011\u0019=\u001f\u05ac)i(\u01ee.|\u0019\/uvmM'}_}4Oa|7mqUaHcv>caylOa'kO\u0004u~sgjs\\V\u000f]R>cjP_\u001e\u06ab\u035c\u0013\u035doo>\u0017\u000eu>n\u000e#q\u001b\u0018f\\1qLgq8?\u06b3O\u00b9\u001e5w~k\f\u000eU\u000f\t\u0013nm6m\u0620\u06ae!f\u001a]\u001a_n\u0018ro\u001f?CO?~}\u0013x\u0299\u067ff\u001e\u001b.\b-H[-YR3\u001e\u0000|\u046a\u001d\u0016\u0015B{+\b\u001b+$:\u0017$\u0002\u0014\u0017%_?1999KG+0\f\u0013\b\u0015:\u0013QM=\u0012}'frsPbW11t8v\u0488KmKiei\u0106Q\u06d5\u0006=?DnU\u07a84nR&-J6(\rBv'q{\u06d1\rVbs\u001a\/\u057c<\u001e\u0011o.\t\u000b\u001f6)Vf\u000fU\u02ff\u000fF4S^-8\u001e0s\u03c7V][nizA:S?s\u0367F>\u07096\u0018?\u001c\u001d{xv=\u0600[{=.c\u012d.By{C\u000f]\u0684\u0410\u0017\u04c1\u049e\u91ffR\u0793P#\u001b\u0017d\bzS|w>M;a\/\u0437n\u000e\u000b\u000fd;!bHR6df\u001f>O^>RykQ\u000f>ru\u0010A\u000b~\n\u000fu\\?x\u0011\u000f\u0013T\u001b\u00105\u07a8qutGN5&\u0013uX\u0002Whkk\u0017\u0782*\u027b\u05a8\u0002\u5af0\u034765y\u000eO\u0007\u0007\u001d|zx\u001fg?tsm\u0575*}\u001f>\u000712+.Z\u02c7\u0635eQ;OW\u0007\u0343ha\u0203\u0016C4?fN0s\"o\u06ca\u030f0}ivv\u001f\"s\u055f\u0679\u0011\u0019a,\u001e@_q\u0011R.|[y\u0012}\u0293r\"<\u0012u\u0017\u0297r#fFd\u0784#a\u0014\u0013el!EN,e\u0018FN\f%CtD|.S\\-u=j\u0017,i`&\u036f\b\u001f=#\u0011 Q\u00cf7~\u001bs\u0006\"u+S>=1mC!\f}E\u0019&6`\t~\u000f\u0001S77V`kU\u001c>kPGzfnRq,][O~##\u0016\u000eO|?wW\u0006\u001fwCf\u044f\/s_\u0713^W7ZW>7@+D\u0007\u000e\u0007_KcBb\u0003\u0010Z\u00a0A\u0018)\r4aY-dL\u0010l\ubb90F E5\u0019a'\u001bq\u0005\u000eF\u000f\u0015 vAh$\u0699\u001bH4\u0012\u001d(H4\u0012G!\u000e\u001eD{ch$z=\u0012FHyK\u0018\u000e\u0005?JW\u0011\u0016\u0006m\u04e2<\/:\u00132o|xeMlFt\u06aa,?P4Z\u0561\u0011\u0011^d\u0010iDP\u0001\"m\u0017D\u001aFH#\u0481H#\u049axD\u001a\u001e\u0010q+7\u0016F#Y\u001e>G\u001aM\u0001,&\u0006m\u04e4\u028f\u02a21\u0019\u000f\u0010\u001e6(`#\/\u03645\u001d\u001a\/[1%F\u000f\u01a4\u000f\u0015`v1iL\u0699\u001b4&\u001d(4&\u01e41!\u000e\u001eI{c13-)+TD\u0004[bh+\u0006\u0004\u0467hV}\n\u034aW\b4\u0002t0\u0002@#\b-\u0004\u001aB\u0015\b4\u0002\u0006 \b4\u0002\u0003v}\u0002\u034a\u044f&\u0006?\u001cb\u0592S0A\u8aaaBxHRhMwFF\u001czCC\u0005H]h$\u001av\u0006\u0012D\u0007\n\u0012Dkh$zC\u01ed X$\u001a^Db\u001fE\u000f_EbTY1\u0015!\u0488\n\"H#\u0010iD\nV#\u0488\u001bH#\u0488\u000eD9\u014b4+F[)&?|&\u034azUehV\u001cIc\u000f\u0007c*4&I\u00a41+LZ\u0011Icn\u0000&Ic:.\u00a4#c&\u0016,\u0004b\u0015FOSj4+F\u01feXf+\u0004\u001a~:\u0018~VA\u0011h\u0004\u0016\u0002@_!\u040ap\u0004\u001av\u0003\u0010h\u0004\u001a\u0581@;\u01fexf?s\u0006]\b1\t{\u0006\u076f\u001a\u01af\u0018m\u001eP\nsI+F+3^X\u04538\u0002cD#\u0447\nh H4\u0012\r$\u001a\u000e\u0014$\u001a#H\u0010D[AH4\u0012\u001ef?t\u0016Z1k\ub9aa?\u0018}\u000bFW=AJ?\u038a\u01calD\u0018<8\u001a>T\u0000G\u0005hgnptp&\u001e88z\n\u001c\ud345p4E[) ?| rUVU\u0017\u001dUEU\u71f45\u001d\u001a\/\u001b!EF\u000f\u01a4\u000f\u0015`v1iL\u0699\u001b4&\u001d(4&\u01e41!\u000e\u001eI{c1\udb2b\udd30:\u001bc}\u0018\u0011n\u58ad\u00184z\u0012R\u001d[+v0)'\u00165YQI \u044a\u038c$U\u044f(G\u000eF\u000f\u0015 vA\u0011h\u0004\u0699\u001b\b4\u0002\u001d(\b4\u0002G\u0011!\u000e\u001e@{c\u0011h\u0004z=\u0002r\u044f&\u0006?\u589dc_C\\aH4\u0012p0\u0012D#H-$\u001aB\u0015H4\u0012\u0006 H4\u0012\u0003v}\u0012rO(\u0016?|K-\u0017v!\b\u0002\u0004.\b4\u0002@;s\u0003F\u0003\u0005F5\b4\u0002=!V\u0010ho,\u0002@GY1\u0120\u0011L8b\rl}+ydy\u0005hOb;U\u0015=\u0648C\/0vH4\u0012}\u0000\u000b\u0012D#@@AhM<\u0012D\u000fqH\u0015$\u001bD#hV~Ch\u0387^j\u8bae\u02a6\u0011!Xt\u05da\u0120\u0453 4\u001a]T]\n_\u001aM,lVm@D+:3TE?6'\u001f9\u0004\u001a>T@\u0005F\u0011hgn \bt \b&\u001eF8\u0004z\n\u0002E\u0011\b4kE?\u0018p\u058a~V\u0017\u042c\u0015p\u0018\u0012D?\u001cD? H4\u0012o\u000bFhE8\u0012D\u0001H4\u0012D{@c_DV\u001fE\u000f_w>RkEgM\u0013tu]vu'\u0019v\u001c\u000e\u05d7e#\u001e!\u0488\u0002D.4\"H;s\u0003F\u0003\u0005F54\"=!V\u0010io,\"HGY1K1i6VnwYn`yk$NZ1Z!gcE_bK\u001e&I\u001f*Ic\u0498370iL:P0iLZ\u0013IcC\u001c&=n\u0005bg6iJ\u001et\u05e4AX1\u068aA'A\u001a-L1\u0284n\\Gn]um!uBGl'`#|1C\u0011C\u0005]\u0010g\u0019qv\u00068\u0007\n8k\u0011gyC\u01ed X\u0019q^8B\u37c99\u000f'\u0003z?wC}\nYSi\txcEO6\"\u000b\u001d\u0012D\u001f*@D#H37h$:Ph$Z\u0013D#C\u001c\u0012=n\u0005\"Hz$\u0015P,-z\u0015\u001b{V\txV2N2BC\u001a\u01cal\u0123\u0017\u0019=D\u001a>TH\u0005F\u0011ign \u0488t \u0488&\u001eF8Dz\n\"E\u00114+D[)&?|\fa[]#3\u001f\rMW.\u0331_1I[!Z!gcE_bK\u001e&I\u001f*Ic\u0498370iL:P0iLZ\u0013IcC\u001c&=n\u0005bg6i1\u0352bXI-B\u0015FO5Zv\n\u0099`\u0799'\r\u000b(-!4Z\u0398S\u0015=\u064cE|h$P\u0001\u0012m\u0017$\u001aFD#\u0441D#\u045ax$\u001a\u001eq+H7\u0016F#\u046c\u001cgb\u05fdZb+Gwyu\tKZ9Z\u045djz\u0011^`h$P\u0001\u0012m\u0017$\u001aFD#\u0441D#\u045ax$\u001a\u001eq+H7\u0016F#\u046c\u001cbm\u044b\u001ce\u0653\u0016U\u036e=R5\u001d\u001a'j\u0011^d\u0010iDP\u0001\"m\u0017D\u001aFH#\u0481H#\u049axD\u001a\u001e\u0010q+7\u0016F#\u04ac\u001cmub+uTuk>\u001dTR\u001dyoNC\u0382\u0013l\u0164\u0018=L\u001a>TI\u0005\u01a41ign`\u0498t`\u0498&\u001e\u01a48Lz\n&\u0164l\u001d`d\u04b1^\u0007[bh+\u0006\u0004%k0\u0715\/\u05a3\u05bccX\u000f\u0004\u0016\u8333\u060f8G\u000e\u01a0\u000f\u0015`v1h\f\u0699\u001b\u00184\u0006\u001d(\u00184\u0006\u01e01!\u000e\u001eA{c1h\fE\u001at=A\u000b\ra\u04e0e\fz\u0019\u647c\u032bJ\u0018A\u00bc\u0011U'X3Z\u0561\u0011^dh4P\u0001\u001am\u00174\u001aFF\u0441F\u045ax4\u001a\u001eq+h7\u0016F\u05e3`g,\u001a\n\u0010hyh\u001b#m\u0007CEwFF,zCC\u0005H]h$\u001av\u0006\u0012D\u0007\n\u0012Dkh$zC\u01ed X$\u001a^D\u0011\u0012\u0765H\u0600o4i6%i<{\u000b\u00112\u02e2V'q\u0019]\u00178I\u02ccth\u06ebF4z\u00e3C\u0005x]h<\u001av\u0006\u001eG\u0007\n\u001eGkh\ue17b]\u00fcwmbBMi\u0011^d\u0010iDP\u0001\"m\u0017D\u001aFH#\u0481H#\u049axD\u001a\u001e\u0010q+7\u0016F#]HK)\u0010[@$h\"Wm'|\u001c)2hy#][\b\u0019I9\u049a\u000e|5}\u0648H\/2z4\"}\u0000\u000b\"H#@\u0011@A\u0011iM<\"H\u000fq\u0015D\u001bH#\u0011,0_&\u0000\u0016viK U\u00134K2ku2-KZ\u04e1q\/\u001b1EF\u000f\u01a4\u000f\u0015`v1iL\u0699\u001b4&\u001d(4&\u01e41!\u000e\u001eI{c1iLzM&-\u0012MZ-34\u0006v\u000e?WtQd=;\u05b0(\u02a6\u00058I:4RUU_6b\u048b\u001e&I\u001f*Ic\u0498370iL:P0iLZ\u0013IcC\u001c&=n\u0005bg6i\u0010m)N\u0188 uK3i`T)[\u001bH\u000b\r\u04e0d\u0016zL`n\\ntu&43M\u001bpu\u0015\u0019*z\u0011^`h$P\u0001\u0012m\u0017$\u001aFD#\u0441D#\u045ax$\u001a\u001eq+H7\u0016F_DK\u06a3I\u0010\u0012=\rJh1\tz_Cv6BG\u0012x\u0005dM_6b\u044b\u001e\u001aF\u001f*@Fh37h4:Ph4Z\u0013FC\u001c\u001a=n\u0005\u01a2hz4Z\u0014>)\u001c-6\u001b\r%e#\"!\u0488\u0002D.4\"H;s\u0003F\u0003\u0005F54\"=!V\u0010io,\"HG(\u0016^j!W\u0018\u0011IBII:Z\\>IcI:Wv\u00a8%%Ik:4Ne#$A\u0490\u0002H.4$\rI;s\u0003\u0003\u000554$=AV io,$\rIrC5}\u0648I\/2z4&}\u0000\u000b&Ic1@1iM<&I\u000fq\u0015L\u001bIc1.\u02a4\u07ecCl\u000f\u00021b\u0493\u04a45+\u0016'j\u034bsu4~\u06bc\u001dEt\u02aa\u9905\u0013HZ\u0561\u0011\u0011^d iHP\u0001$m\u0017H\u001a\u0001IC\u0481\u0002IC\u049axH\u001a\u001e q+7\u0016CY\u001eaM\t,(\u0006)M\u06bc\u0014Ejh~kPv;T\u001d\u001a'j\u0011^d0iLP\u0001&m\u0017L\u001a\u01a4Ic\u0481Ic\u049axL\u001a\u001e0q+7\u0016\u01a4d\u0012\u001c2IOcV(6^,O\u0333V.I7'\u0213thFLz\u00e41C\u0005]0iL\u001av\u0006&I\u0007\n&Ik1iLz\u00e4\u01ed`XL&\u001dXx\u05e4S\u05aaXd&\u001f*\u0005SRiBvk[c\u001cZk#By\u0015\u0496\t\u0018\u8373\u000e\u0711H\u000e\u000f\u0015vah\u0018\u0699\u001b04\f\u001d(04\fa!\u000e\u001e\u0002C{cah\u0018E2\u05f1\u0018Z\u0001\u000e\u0004-R\u0015\u0017yVdE\t5q<+\u05bcX\u001d\u001fU\u001d\u001ay\/\u001bEF\u000f\u000f\u0015vh8\u0699\u001bp4\u001c\u001d(p4\u001c!\u000e\u001e\u0002G{ch8z=\u001c-^V\u001f\u0014\u0016\u001b\u0012 =\r*\u001dKyy\/v\u0013>\u06bc84\t4Z\u04dd\u0011jz\u0011^`h$P\u0001\u0012m\u0017$\u001aFD#\u0441D#\u045ax$\u001a\u001eq+H7\u0016F#uht)\u0012-6\u001b\r%$z\u001aMn1'_\/:\u0313C[\n`\u0019]YU\u0002'eFk:4e#\u001ax\u0002<.x4\u001eG;s\u0003\u01a3\u0003\u0005\u01a35x4\u001e=Vho,\u001eG\u01e3\u06c8\r|!W*B\u0760\u058c\u0016\u0016@^\u0724<\/:\u0007#yH\u0309v\t0Tu]XFLz\u00e41C\u0005]0iL\u001av\u0006&I\u0007\n&Ik1iLz\u00e4\u01ed`XL\u001a^IwQ&-zCl\u000f\u00021b\u0493Lzm\u0018Uk^I\u0017Q$I\u0017NXv;U\u001d\u001a\/\u001b!EF\u000f\u000f\u0015@v!iH\u0699\u001b4$\u001d(4$!!\u000e\u001e\u0002I{c!iHz=$\u0011;\u001aDn6Xj\u0011jb'4M6zLZCD_M_6b\u048b\u001e&I\u001f*Ic\u0498370iL:P0iLZ\u0013IcC\u001c&=n\u0005b\u0498LZb#Zf0iLX,Q\u0333\u0016&JW'HthFPz\u0003AC\u0005]@iP\u001av\u0006(\rJ\u0007\n(\rJkAiPz\u0003\u01edXP(]Fx\u001b#-\u000eQlo#-4\u0004GOR9ZvH[j\u0013$\rwMV\n\u001f%i\t\u048a7Sd#\u00128\u0002\u001c.84\u000eC;s\u0003\u01a1\u0003\u0005\u01a1584\u000e=Vpho,\u000eCHGsh!\u001cz\u001aC\u000b{\u000egm\u0596D\u0013\u03ba\u065c\"\u046a\u000e9U\u04d7X\"F\u0447\nhh4\u001a\r4\u001a\u000e\u00144\u001a\u0123h\u0010F[Ah4\u001a\u001e\u0016\/Em\nG\rFCh\t\u0006\u0017}JkRrt\u075aZ\u061b3E5\u0019q'\u001b\u0005\u000eF\u000f\u0015 vAh$\u0699\u001bH4\u0012\u001d(H4\u0012G!\u000e\u001eD{ch$z=\u0012]GHt\"b\u0003\u0010ZBAHO)i<||h^Qm\u0019FGeshM\u027dl\u0017\u0019=@\u001a>T\u0000H\u0005\u0006\u0001ign\u0000\u0480t\u0000\u0480&\u001e\u00068@z\n \u0005\u0001t\u001b\u0001\u0499o8\u0016*\u0007$\u0006m39:\"3!\bFg\u036e;a\u0007\u01c9HgY\u00144IFk:42UU_6\"\u048b\u001e\"H\u001f*@H#\u048837\u0010iD:P\u0010iDZ\u0013H#C\u001c\"=n\u0005\"\u0488zD\u0012i\u0017\u0010[@$h$id\u0017'j\u034bsu$\u00bcu\u001c0%|UG\u0002I:4BUU_6B\u048b\u001e$\rI\u001f*\u0002IC\u049037 iH:P iHZ\u0013\u000fICC\u001c$=n\u0005B\u0490zH:#3LW4\u0005\u0760mI\/y\u025b\u00134MKr*yRCD_M_6b\u048b\u001e&I\u001f*Ic\u0498370iL:P0iLZ\u0013IcC\u001c&=n\u0005b\u0498LZb#Zf0iL~eh.\u02a6\u001a{I\u049a\u000eS}5}\bJ\/2z4(}\u0000\u000b(\rJ\u0000A@\u0001AiM<(\rJ\u000fq\u0015P\u001b\u000bJ\u0019#2c(\u0017,\u0004\u000eQn2\u0016BCp4(ippHMc\u001ecS]UadH+3NUd#\u0014\u0001@\u0002 .@4\u0010\rD;s\u0003\u0006\u0003\u0005\u00065@4\u0010=\u0001Vho,\u0010\rDHGh! z\u001a\fB3\u00109yaNA'mNJty;4MhUFF0z\u0443C\u0005p]h8\u001av\u0006\u001c\rG\u0007\n\u001c\rGkh8z\u01edX8\u001a^\u000fG6\u0163\u0006|!\u0004HO\u024cuBSnvUeh;#Nd#\u0016!H\u0002$.H4\u0012D;s\u0003F\u0003\u0005F5H4\u0012=!Vho,\u0012DG\bR$Zl7\u001aBKH4hh|\u0017i\u001b}%s`\u0785''5n,+\u9714\u001a8W\u04d7p\"\u0007H\u0003\u0487\n\u0000i\u0000\u04804 \r@\u001a\u000e\u0014@\u001a\u0003\u0480\u0010\u0007H[\u00014 \u001en#@<%\f\u0602_\bvpmYB-\u001f\u001fa5u7e)2i\u058dth\/\u001b\u0011EF\u000fF\u000f\u0015 vA\u0011iD\u0699\u001b4\"\u001d(4\"G\u0011!\u000e\u001eH{c\u0011iDz=\"Eup-U FDz\u0012R\u020bt^\u0379:yta&e\u0571\u000bH\u0017y{(\u0004Vuhl\u0124\u0017\u0019=L\u001a>TI\u0005\u01a41ign`\u0498t`\u0498&\u001e\u01a48Lz\n&\u01641\u0001Vn\"`Qi7EOiY]M\t`'m9\u000e3}5}\u0648I\/2z4&}\u0000\u000b&Ic1@1iM<&I\u000fq\u0015L\u001bIck2iM`j1+\u0314^\u0019J\/(]6\u071c&JW}jNCT_M_6\u048b\u001e(\rJ\u001f*\u0000\u0002J\u04a037@iP:P@iPZ\u0013\u000fJC\u001c(=n\u0005\u0182gFii\u0005\nSV\bRt:\u000fFa\n\u000b\r\u04e0d\u0016G^9G\/#\u0014Y'it\u06d442\u0015\u0019*z\u0011^`h P\u0001\u0010m\u0017 \u001a\u0006\u0001D\u0003\u0441\u0002D\u0003\u045ax \u001a\u001eq+@7\u0016\u0006_$DK\u06a3A\u0010\u0010=\rZ&\/Z8b\u001d:\u047cx\u012e\u001fei^OVC#NUe#\u0016h\u00024.h4\u001aF;s\u0003F\u0003\u0005F5h4\u001a=\u0121Vho,\u001aFGKvh\rFCZ\u000f\u0001\u0004-\u0018-\u0005fW5U'\u0123]\u0012.\u0014tg\u4a5al\u0004\u0017\u0018;(\u001a>T\u0000E\u0005hgn@Pt@P&\u001e8(z\n\u0014\ud345Pt\u001dA]\nE\rFCh\t\u0006-d`St\u04f4y>\u0479X0B\u0653\u001b]7u\u0015'XC\u0561qv\/\u001bEF\u000f\u0006\u000f\u0015\u0000v\u0001\u0001i@\u0699\u001b4 \u001d(4 \u0007\u0001!\u000e\u001e\u0002H{c\u0001i@z= FyK\u0018\u000e\u0005JW\u0011$\u0006-lt\u05afPg\u0005turiYc^%\u001cxcM_6b\u048b\u001e&I\u001f*Ic\u0498370iL:P0iLZ\u0013IcC\u001c&=n\u0005b\u0498zL2\u0010[\u00034\u001e\u001bPt.\u0010&WysN']d4\u0001&]\\^`\u04aa\u000eTU\u0557\"Ic\u0487\n0i`\u04984&\rL\u001a\u000e\u0014L\u001ac\u0498\u0010I[4&\u001e=\r\u0000Vn\"`Qi7hL\u9d59RH'\u000e\u04d0dIG x\u05e4S\bV\u02a3TD\u0005Fhgn Ht H&\u001eF8$z\n\u0012EHH2V\u001f\u0014\u0016\u001b\u0012\u0012=\rZh-\u00194mc\u001eOdy]2:o\t?AjC^M_6\u044b\u001e \rH\u001f*\u0000\u0002H\u0003\u048037\u0000i@:P\u0000i@Z\u0013\u000fH\u0003C\u001c =n\u0005\u0002\u0480z@\u0000ih0\u001cb\u000b~\"H\rZh\u0017L`qLX\u000f&ey?\u001b&e]RRLZ\u0561\u0011^d0iLP\u0001&m\u0017L\u001a\u01a4Ic\u0481Ic\u049axL\u001a\u001e0q+7\u0016\u01a4c]IK\u001c\u001b\u000e\u0005?\nIO\u0016J^\u001bIUk^I\u0017YWu)\u0013.,kSI:4BUU_6B\u048b\u001e$\rI\u001f*\u0002IC\u049037 iH:P iHZ\u0013\u000fICC\u001c$=n\u0005B\u0490zH:\u0013\u0004r\u0013i\u0002\u000bJA(-,G*v $M)\u02fcN]RCD_M_6b\u048b\u001e&I\u001f*Ic\u0498370iL:P0iLZ\u0013IcC\u001c&=n\u0005b\u0498LZb#Zf0i\u0012\u0005<*wy&$OjLz~H\u02d3thFLz\u00e41C\u0005]0iL\u001av\u0006&I\u0007\n&Ik1iLz\u00e4\u01ed`XL&-Mn[c&\u000fRt:\u000fFaJ\u0010\u001a=\rJhAr\u0250~\u0232v\u00aaS)>,Z\u0018S\u0015=\u064cD|ph\u001cP\u0001\u000em\u0017\u001c\u001a\u01a1C\u0401C\u041ax\u001c\u001a\u001epq+87\u0016\u01a1_CK\u06a39\u0010\u000e=\rZfeE\/RGg\u001e\r\r\u033aRVth\u0584\/\u001bEF\u000fF\u000f\u0015vAh4\u0699\u001bh4\u001a\u001d(h4\u001aG!\u000e\u001eF{ch4z=\u001a-^V\u001f\u0014\u0016\u001b\u0012\u001e=\rbSztS.z\u07cbN\u0017\u0388S5=\u0648E\/0vH4\u0012}\u0000\u000b\u0012D#@@AhM<\u0012D\u000fqH\u0015$\u001bD#:B\u0014\u0016\u001b\u0012\u0012=\r\u06a6D7M\u06d8g\uf4ef\u0017\u0017yk^j\u0014g\u02b29\u001e\u000e@U\u0557h\"G\u0447\nhx4\u001e\r<\u001a\u000e\u0014<\u001ax\u0010G[x4\u001e\u001en#<<%\f\u0602_\bv\u0011Wk[#\"yo9b\u001dE&fb\u001dETE{:4\u001d\u001a\/7FHz\u0443!C\u0005] iH\u001av\u0006$\rI\u0007\n$\rIk!iHz\u01ed@XH\u001a^\u000fIwQ$-zCl\u00021B\u0493HZX@yq\u03ab\u05bc8W\u03d2n\u001baYM\u06d5\u0004+v:4e#$A\u0490\u0002H.4$\rI;s\u0003\u0003\u000554$=AV io,$\rI3qSgDn6WXlO&\/]#4M)\u02fcN]RCD_M_6b\u048b\u001e&I\u001f*Ic\u0498370iL:P0iLZ\u0013IcC\u001c&=n\u0005b\u0498LZb#Zf0iLzyEE\t=1\"\/wyYU\u001d\u001a\/\u001b1EF\u000f\u01a4\u000f\u0015`v1iL\u0699\u001b4&\u001d(4&\u01e41!\u000e\u001eI{c13\u0019gKt\u05e4ANgR67LI\u0016\u001aBA\u001a-L;2\u0004\taUdt\u029a\u001d8[=\u0648D\/0v84\u000e}\u0000\u000b\u000eCq@qhM<\u000eC\u000fq8\u0015\u001c\u001bC\/\u04a1{\u001cZh\b\u0006-v\u000euUV6;!)|Ry\u03ebB\nKYC\u04e1Z\u0013l\u0122\u0017\u0019=4\u001a>TF\u0005Fhgnhth&\u001eF84z\n\u001aEhx)Z}lS8Zl7\u001aBKx4h\u0019~%-Tq\"]WEt]wY[\bRGk3\u0002UMO6\u000b\u001d\u0016E\u001f*EcX37h,:Ph,Z\u0013EcC\u001c\u0016=n\u0005bXz,.\u0162\u0006|!EOFG\u04f4y>yBjg6?LYC!g\tE_6\u044b\u001e\u001eG\u001f*Gx37h<:Phyk\u06aeT\u0675\u7bc1$Vuh$l\u0017\u0019=@\u001a>T\u0000H\u0005\u0006\u0001ign\u0000\u0480t\u0000\u0480&\u001e\u00068@z\n \u0005\u0001t\u001b\u0001.a8\u0016*]E\u001b\u0432k[5:\"3aw#Q\u02e2\u0012D~ZGgM\tIuh:4^oB\u04d7\"\u0007IC\u0487\n i@\u04904$\rH\u001a\u000e\u0014H\u001aC\u0490\u0010\u0007I[4$\u001eHZx\u000e\u0602_\u0005b'AdI\u0284M:Z\\>M\u06bce\u0017.v\u024e\u073cs'-<&8W\u04d7\"Ic\u0487\n0i`\u04984&\rL\u001a\u000e\u0014L\u001ac\u0498\u0010I[4&\u001e\u001d\r\u0000Vn\"`Qi7hDjL\\\"d'\u075au5'8W\u04d7\"Ic\u0487\n0i`\u04984&\rL\u001a\u000e\u0014L\u001ac\u0498\u0010I[4&&\b&\u0019Lz\u001aL-'TtUk^$\"MjSLZ\u0561\u0011^d0iLP\u0001&m\u0017L\u001a\u01a4Ic\u0481Ic\u049axL\u001a\u001e0q+7\u0016>IKZR_D\u04d9~0HI\u0016\u001aBAdHR\u0014aY)F\u5eadOf;#Ld#\u00128\u0002\u001c.84\u000eC;s\u0003\u01a1\u0003\u0005\u01a1584\u000e=Vpho,\u000eCHGsh!\u001cz\u001a\u0002:G\u000by\u0017\u000b\u0479y\u001dLo,\u001fk,\/\u0413th\u0000\/\u001bEF\u000f\u000f\u0015vh8\u0699\u001bp4\u001c\u001d(p4\u001c!\u000e\u001e\u0002G{ch8z=\u001c-^V\u001f\u06d4\u0010\u001b\u0012 =\r\"1\u001e\uecaebw3l\u0013h;#Nd#\u0016!H\u0002$.H4\u0012D;s\u0003F\u0003\u0005F5H4\u0012=!Vho,\u0012DG\bRFCl7\u001aBKH4hO)i\u06a6\u0012w\u0017T\u0000E\u0005hgn@Pt@P&\u001e8(z\n\u0014\ud345Pt\u001d1\u001a]\nE\rFCh\t\u0006-\u001b=\u0270TI\u0005\u01a41ign`\u0498t`\u0498&\u001e\u01a48Lz\n&\u01641tGli\u0006r\u0013i\u0004JA\u0313^j\u00115om&n'\u075aw\\\u00065\u001d\u001agj\u0011^d0iLP\u0001&m\u0017L\u001a\u01a4Ic\u0481Ic\u049axL\u001a\u001e0q+7\u0016\u01a4d\u0012\u001c2IOcVg\u0482^ltQevM(y!u\/\u0164U\u001d\u001a\/\u001b1EF\u000f\u01a4\u000f\u0015`v1iL\u0699\u001b4&\u001d(4&\u01e41!\u000e\u001eI{c1t\u0015>n\bRt:\u0018\rSRiPFK\u04ce\f4\u037c_\nN\u001f\u93b3\u0713H\u0002cC\u0407\nph84\u000e\r\u001c\u001a\u000e\u0014\u001c\u001a8\u0010C[84\u000e\"\u001dZ\u0002X\u000e-m\u001dCOqWk[>z1#zH{\u0013N$:\u02da<85\u001d\u001a{\/[%F\u000f\u000f\u0015vh8\u0699\u001bp4\u001c\u001d(p4\u001c!\u000e\u001e\u0002G{ch8z=\u001c-^V\u001f\u0014\u0016\u001b\u0012 =\rZ\u0006mc\u07b1Xn\u02a5\u045a8U\u04d3X\u0002cD#\u0447\nh H4\u0012\r$\u001a\u000e\u0014$\u001a#H\u0010D[AH4\u0012\u001e#$Kh\u0001h\b-!\u04e0R-\u0019]fy<\u001d#7\u06bc\u0004dNintU6mWkPZnC^M_6\u044b\u001e\"H\u001f*@H#\u048837\u0010iD:P\u0010iDZ\u0013H#C\u001c\"=n\u0005\"\u0488zDZL\u0012\u001chp-\u0001V\u001a\u000fL\rY\u0017Y\t|#y\u05c9]7:+wY\u06f6\u00a9K\u0011iUFFDzC\u0011C\u0005]\u0010iD\u001av\u0006\"H\u0007\n\"Hk\u0011iDzC\u01ed XD\u001a^HwQ\"-%\bCl\u03ef\u00021\"\u0493\u0005]5\/\u0011HznTd$]>VN!iUFFHz\u0443!C\u0005] iH\u001av\u0006$\rI\u0007\n$\rIk!iHz\u01ed@XH\u001a^\u000fIgy\u010ei*7&\u001b\fJ\u000b(_\"Yk^4\u029d\u0002$M-6\/\u0167S\u04a45\u001d\u001a'j\u0011^d0iLP\u0001&m\u0017L\u001a\u01a4Ic\u0481Ic\u049axL\u001a\u001e0q+7\u0016\u01a4dbMZ-34fu&jmI\/(]\u0014F$JyV\tPZ\u0561q\/\u001bAEF\u000f\u0006\u000f\u0015v\u0001AiP\u0699\u001b4(\u001d(4(\u0007A!\u000e\u001e\u0002J{cA3tDfx\u0017S\ud9c8\udd60\u04e1t`lo4\u0016n\u0018G\u000bi^Iz\u0014n\uda49\udd16\u07d8`tWN$VtglEO?v84\u000e}\u0000\u000b\u000eCq@qhM<\u000eC\u000fq8\u0015\u001c\u001bC\/\u04a1{\u001cZh\b\u0006%;0V\u0016\u0014DYuN'\u0012\u0007COhUFF0z\u0443C\u0005p]h8\u001av\u0006\u001c\rG\u0007\n\u001c\rGkh8z\u01edX8\u001a^\u000fG6\u0163\u0006|!\u0004HOH>G]Y5\u046bttYe\tbFk3TMO6b\u000b\u001d\u0012D\u001f*@D#H37h$:Ph$Z\u0013D#C\u001c\u0012=n\u0005\"Hz$Z$\u0019]D\rFCh\t\u0006-\u001a-\u00144mc\u001eObt^YQ\u0016\u001f+9EjC^M_6\u044b\u001e \rH\u001f*\u0000\u0002H\u0003\u048037\u0000i@:P\u0000i@Z\u0013\u000fH\u0003C\u001c =n\u0005\u0002\u0480z@\u0000ih0\u001cb\u000b~\"H\rZ&9`tEVg\u001f|[ywY^.;A~C#TUe#$A\u0490\u0002H.4$\rI;s\u0003\u0003\u000554$=AV io,$\rIE\u0019!\u001b\u000e\u0005\n\bIO\u0252^[t^\u6f79:yt:\u0017';\u0019\u0017I\u001b lex?>M_6\"\u048b\u001e\"H\u001f*@H#\u048837\u0010iD:P\u0010iDZ\u0013H#C\u001c\"=n\u0005\"\u0488zD:##_&\u0000\u0016vXC&e\u04daW,\u05bc \u0017\\%8W\u04d7\"Ic\u0487\n0i`\u04984&\rL\u001a\u000e\u0014L\u001ac\u0498\u0010I[4&&\u0016oj1\u02d3\u0016\u000eT\u0000D\u0005\u0006hgn\u0000@t\u0000@&\u001e\u00068 z\n\u0010\u0005\u0017\t\u04bdh\u0010-4\u0004DO\u0016Z@Z8b!:s^S.\u0467\u049awO$Vuh\u4a6al\u0004\u0017\u0019=8\u001a>T\u0000G\u0005hgnptp&\u001e88z\n\u001c\ud345px)Z}lSR5\u001d\u001aj\u0011^d0iLP\u0001&m\u0017L\u001a\u01a4Ic\u0481Ic\u049axL\u001a\u001e0q+7\u0016\u01a4d\u0011\u00d1j)\u0003I5OZ8r.7\u001fB;Fy\u0576*O0rqr\u0002VtglEO?v84\u000e}\u0000\u000b\u000eCq@qhM<\u000eC\u000fq8\u0015\u001c\u001bC\/\u04a1{\u001cZh\b\u0006-\u0017\u000by^u\u0166Ey\u055a\u0013E:4TU_6\u044b\u001e\u001c\rG\u001f*\u0002Gp37h8:Ph8Z\u0013\u000fGC\u001c\u001c=n\u0005pz8Z\u0014>)\u001e-6\u001b\r%@z\u001a\fH\u000b _GwyWYlbtWxR4Z\u04dd\u0011jz\u0011^`h$P\u0001\u0012m\u0017$\u001aFD#\u0441D#\u045ax$\u001a\u001eq+H7\u0016F#uDw)\u0012-6\u001b\r%$z\u001aPjt6k\\\u07a2m\u0257Iyn\u0014KzMZ\u001fnt&\u001d1\u0018)\u001bH\u000b\r\u04e0d\u0016\u07582}\/6E\u000fbSMHTI\nG:4\u0002UU_6\u044b\u001e\u001c\rG\u001f*\u0002Gp37h8:Ph8Z\u0013\u000fGC\u001c\u001c=n\u0005ph^{4\u0016\u001aA\u001c-\u00000I\/\u000byyart^dU\u0015'XC\u0561\u0011\u0011^dh8P\u0001\u001cm\u00178\u001a\u0001G\u0441\u0002G\u045ax8\u001a\u001eq+p7\u0016hKjD\u0003\u0010Z\u0002A\u02c0t:\u030by\u0007bA<8T\u0013_I\u0001iU\u0019l\u0004\u0017\u0019=@\u001a>T\u0000H\u0005\u0006\u0001ign\u0000\u0480t\u0000\u0480&\u001e\u00068@z\n \u0005\u0001t\u001d\u0003)\tb\u0003^&Cz JHE^\u001cmA:o0\u0731\u0019\u048dy\u0003(N`C\u001c_M_6\u0002\u048b\u001e \rH\u001f*\u0000\u0002H\u0003\u048037\u0000i@:P\u0000i@Z\u0013\u000fH\u0003C\u001c =n\u0005\u0002\u0480z@X<%\f\u0602_\u0251^\u001aB$}\u06bcpd\u2584hzv&Fk:4Ne#\u0012!H\u0002$.H4\u0012D;s\u0003F\u0003\u0005F5H4\u0012=!Vho,\u0012DH#R\\+)RSH4hG^7]Ym.\u000eQ\u0233\u04e3<\u000bS\u04aa\u000eXU\u0557\"\u0007J\u0487\n@i\u04a04(\rP\u001a\u000e\u0014P\u001a\u0103\u04a0\u0010\u0007J[\u00014(\u001e\u0014H3XX\rfrHwYW\u0014'S;:wE5\u001d\u001aj\u0011^d@iPP\u0001(m\u0017P\u001a\u0006\u0001J\u0481\u0002J\u049axP\u001a\u001e@q+7\u0016\u0006\u05c4bQZ-34f}[Ej\u033chfJWmk>LiM\u01b9l\u0004\u0017\u0019=P\u001a>T\u0000J\u0005\u0006Aign\u04a0t\u04a0&\u001e\u00068Pz\n(\u0005\u03cc\u001d`\u04b1^\u0007[:\u001dJG\fF\u0186)IBCp4h\u0019\u05b6aUy7B#+N#%;OrwES&8W\u04d7p\"\u0007G\u0447\nhp4\u001c\r8\u001a\u000e\u00148\u001ap\u0010\u0007G[p4\u001c\"9Z\u001eiB\u009a\u0015\u0017yUy\u03bc\u0019\u001cU\u001d\u001a\/\u001bEF\u000f\u000f\u0015vh8\u0699\u001bp4\u001c\u001d(p4\u001c!\u000e\u001e\u0002G{ch8z=\u001c-^V\u001f;F4\u001b\r%@z\u001aP~pb.v\u000e\"k*iI~ta^\u037b\u0014kHk:4e# \u0001\u0480\u0002@.4 \rH;s\u0003\u0006\u0003\u0005\u000654 =\u0001V\u0000io, \rH\u0007?S\u0012\u0006 M:A\u0016h1\u000f'\u00071m)-\u0004=\u0250n\u001a\t!8W\u04d7\"\u0007H\u0003\u0487\n\u0000i\u0000\u04804 \r@\u001a\u000e\u0014@\u001a\u0003\u0480\u0010\u0007H[\u00014 \u001e\"V0v\t!Wr\u0017#ia}c'Gze[\u001a<56\/\u001cY.$5\u06bc\u07b54I\u045a\u000e{5}\u0648D\/2zH4\u0012}\u0000\u000b\u0012D#@@AhM<\u0012D\u000fqH\u0015$\u001bD#+,R\t\u0012\u001b-5DO\u0016J\u0016pua\u07bdn\\\u001ctgYk\u0791\"Q0(\u0408UU}\bJ\/2z4(}\u0000\u000b(\rJ\u0000A@\u0001AiM<(\rJ\u000fq\u0015P\u001b\u000bJA,\u028fN\u0011X4\u0760d\u0016]wrH7E\u05d6L\\\u0002)\u049a\u000e9l\u0004\u0017\u0019=P\u001a>T\u0000J\u0005\u0006Aign\u04a0t\u04a0&\u001e\u00068Pz\n(\u0005A5H,Gi\u0300\u04d8J\u000bG_,J\u0017(6S\u06bc\u0003\u0525DI\u049a\u000es}5}\bJ\/2z4(}\u0000\u000b(\rJ\u0000A@\u0001AiM<(\rJ\u000fq\u0015P\u001b\u000bJ\u0019%C8\u001b#-\u000e#\u0006#ec\u00d4$i!8z\u001aPpk[\u0011Vy~>GW\u036e+Z\u0455]\u001a*\u0414tNhUFF8z\u0443C\u0005p]h8\u001av\u0006\u001c\rG\u0007\n\u001c\rGkh8z\u01edX8\u001a~\u001c-kBCp4h!\u07a8Fg]V\u6970T.z'\u046a\u000e3JK\naSqN~\u0011AN'\u001e$iq,h7(\u001e\u0013ktUy7\u0002?_KJ;iMhW*f'@\u046a\u000eTG\u0005\u01a3hgnxtx&\u001e\u01a38TI\u0005\u01a41ign`\u0498t`\u0498&\u001e\u01a48Lz\n&\u0164l\u0011UzM:e\n!t&}bO\u0251\u0016}\u001ev5Zv\u8bab:o?UR Uc\u07aeR^F:4TU_6\u044b\u001e\u001aF\u001f*@Fh37h4:Ph4Z\u0013FC\u001c\u001a=n\u0005\u01a2hh^{4\u0016\u001aBAh\u0017Y\u05d5\\b\"(5'\u020dVuh\f\/\u001bEF\u000fF\u000f\u0015vAh4\u0699\u001bh4\u001a\u001d(h4\u001aG!\u000e\u001eF{ch4z=\u001a\u001d3\u001azG\u001b\ri^T\u0000I\u0005!ign@\u0490t@\u0490&\u001e8Hz\n$\ud345!tGeGDn2(-e^,JM[7u\u001d\r)+\u0014y\u049a\u000e3}5}\bJ\/2z4(}\u0000\u000b(\rJ\u0000A@\u0001AiM<(\rJ\u000fq\u0015P\u001b\u000bJkBiXj\u00011CWB\u0162tQJ.l8A\u06b2*USPZ\u0561\u0011\u0011^d@iPP\u0001(m\u0017P\u001a\u0006\u0001J\u0481\u0002J\u049axP\u001a\u001e@q+7\u0016>\/J\u0011(\u001e\/\u0005\u001c\u04e1t\u0427lk$-4\u0004GOR9\u0016hc\u0017\u8bab:o1U[v][\bv?\u8aadwYC\u0561\u0011\u0011^dh8P\u0001\u001cm\u00178\u001a\u0001G\u0441\u0002G\u045ax8\u001a\u001eq+p7\u0016_$GK\u06a3q\u0010\u001c=\rOey)<;L94(EJJNhUFF8z\u0443C\u0005p]h8\u001av\u0006\u001c\rG\u0007\n\u001c\rGkh8z\u01edX8\u001a^\u000fG,`\u04a5F\u0002&BK4h!\u0186u,.vc:\u03f2s\u001a\u049a\u000eWAe# \u0001\u0480\u0002@.4 \rH;s\u0003\u0006\u0003\u0005\u000654 =\u0001V\u0000io, \rH\u0007\u0018NI\u0016\u001b4\u0019\u048b0\b&\u001e]e\u001506GXcW\u0014M\u000b\u001c?]\u00fc\u0012e\u001ex\tM_6\u044b\u001e\u001eG\u001f*Gx37h<:PhT\u0000G\u0005hgnptp&\u001e88z\n\u001c\ud345\u0017\u04bdh\u001c-4\u0004GOrtm^FQG\u0014\"%m\u046a\u000e@U\u0557p\"\u0007G\u0447\nhp4\u001c\r8\u001a\u000e\u00148\u001ap\u0010\u0007G[p4\u001c\u001e\u0016\/E]%b\u0003\u0010Z\u0002A\u02c0VXp\u0005\u06d9\u0007\u001cLW{\tT\n\u049a\u000e@e#\u001ex\u0002<.x4\u001eG;s\u0003\u01a3\u0003\u0005\u01a35x4\u001e=Vho,\u001eG\u01e3\u0018N\u024f\u0016\u001bz4\txp\u05e3l\u0014\bu4M!Lr\u001d\u637f6PhU\u000bNh\u0011^dhT\u0000D\u0005\u0006hgn\u0000@t\u0000@&\u001e\u00068 z\n\u0010\u0005\u0015AtDbtK\u001ch) z\u001av2,2dJk@OR\u073c{RFuJjC^M_6\"\u048b\u001e\"H\u001f*@H#\u048837\u0010iD:P\u0010iDZ\u0013H#C\u001c\"=n\u0005\"\u0488zD:\u02e3rSUn\"\r`1i7h\u0019\u0586\u048b\u001f\u0016ynb\u04e4\u06f2*\u0004u:4Ne#(\u04a0\u0002P.4(\rJ;s\u0003\u0006\u0003\u0005\u000654(=\u0101V@io,(\rJ\tEby>Je\u0006\u01ac\u000ee\u031bU)t\b\u64ebBB4Qj6\u0013VIKthFLz\u00e41C\u0005]0iL\u001av\u0006&I\u0007\n&Ik1iLz\u00e4\u01ed`XL&-.\u0007jIqZ\u0015\u0011ANgR4Ly!4z\u001a\u00b4\u001b\u0013\u062buqvuSw+\u001en\u001bI\u045a\u000eAU\u04d7p\u0012\u0007G\u0447\nhp4\u001c\r8\u001a\u000e\u00148\u001ap\u0010\u0007G[p4\u001c\"9Z\u001ei2\u001cl?8lI_L8\u0684ue\u045d`\u000eUFF8z\u0443C\u0005p]h8\u001av\u0006\u001c\rG\u0007\n\u001c\rGkh8z\u01edX8\u001a^\u000fGN\/\u0011\rFCh\t\u0006-\u0003\u00be~tuM v[:\/\u03bc\u001f\u07e3U\u001d\u001aFTH\u0005F\u0011ign \u0488t \u0488&\u001eF8Dz\n\"E\u0011tGFD\u001abnB\u0019\r\u0017[?|vM\u0016^y7i\u06ec:~\u000e\u0013}5}\bJ\/2z4(}\u0000\u000b(\rJ\u0000A@\u0001AiM<(\rJ\u000fq\u0015P\u001b\u000bJkBiXj\u00011Cutk3fU\n:Bt\u0563H%4Q\u036eKKthFLz\u00e41C\u0005]0iL\u001av\u0006&I\u0007\n&Ik1iLz\u00e4\u01ed`XL&\u001d^N!X!t&\u001f*eK\u00d4\u001ci!4z\u001a\u00b4[-vy6|\u0699\u03fbShS5}\u064aF\/1zh4\u001a}\u0000\u000b\u001aF@@AhM<\u001aF\u000fqh\u00154\u001bF\/R{4Zh\b\u0006-\u046f\u8cad\u0699p\t\u0303\tU\u001d\u001a\/\u001bEF\u000f\u000f\u0015vh8\u0699\u001bp4\u001c\u001d(p4\u001c!\u000e\u001e\u0002G{ch8z=\u001c-^V\u001f;F4\u001b\r%@z\u001a\fH\u000b\u0005M#Ujh\u001e7'J\u0002\u049a\u000e@e#\u001ex\u0002<.x4\u001eG;s\u0003\u01a3\u0003\u0005\u01a35x4\u001e=Vho,\u001eG\u01e3?KS\u0006\u001eM:=Z8\/{t\u0556mW\u001ca\u033cgyY\u05b6gr\u001d\u000e\u0017e#\u001ex\u0002<.x4\u001eG;s\u0003\u01a3\u0003\u0005\u01a35x4\u001e=Vho,\u001eG\u01e3:\u0323]p-\fDZXb`K3K}&=gx2\u0372V[25\u001d\u001aj\u0011^dh$P\u0001\u0012m\u0017$\u001aFD#\u0441D#\u045ax$\u001a\u001eq+H7\u0016FW$\u0011r*WSR$T$z\u0012+2,:\u031bGetJrC^M_6B\u048b\u001e$\rI\u001f*\u0002IC\u049037 iH:P iHZ\u0013\u000fICC\u001c$=n\u0005B\u0490zH:\\H\u0013XP\rZ(=ZikitFUIc'8W\u04d7\"\u0007J\u0487\n@i\u04a04(\rP\u001a\u000e\u0014P\u001a\u0103\u04a0\u0010\u0007J[\u00014(&\u0018TN\u0019\u0010Pz2uf\u036a\u0014uDz74Q]S\u00125\u001d\u001aj\u0011^d0iLP\u0001&m\u0017L\u001a\u01a4Ic\u0481Ic\u049axL\u001a\u001e0q+7\u0016>Iyn\u0014KzMZ\u001fnt&\u001f*eS\u00d4\u001ci!4z\u001aP4ze;|S\u02e3]Y4\u0003\u0004\u001aS5}\u064aF\/1zh4\u001a}\u0000\u000b\u001aF@@AhM<\u001aF\u000fqh\u00154\u001bF\/R\u014d\u0006rh$h\u0019^Wnr\u001a]v+[aqFw\u02bc&iC#OUe#\u001ah\u00024.h4\u001aF;s\u0003F\u0003\u0005F5h4\u001a=\u0121Vho,\u001aFGKc\u0508\u0006|!GOWk\u0003\u0016\u06ecj\u001b\u03df. ][u'HVuh\u0004\/\u001b\u0001EF\u000f\u0006\u000f\u0015\u0000v\u0001\u0001i@\u0699\u001b4 \u001d(4 \u0007\u0001!\u000e\u001e\u0002H{c\u0001i@z= ]\u01c0tJ~\u0600\u0017I^'H\u000bX\u0723l\u0014u:2\nigr\u001dYk\u0014Gk:4^pB\u04d7x\"G\u0447\nhx4\u001e\r<\u001a\u000e\u0014<\u001ax\u0010G[x4\u001e\u001e\"\u077f|!WR\u0011iH<1\u06bc\u0013\u001d'61=\u0001D:4Ne#\u0010\u0001@\u0002 .@4\u0010\rD;s\u0003\u0006\u0003\u0005\u00065@4\u0010=\u0001Vho,\u0010\rD\b#\u0012\\Zj\u000b)RS@4(\u0019:6a5\"~+2\/$;%7Z\u04e1qv\/\u001b!EF\u000f\u000f\u0015@v!iH\u0699\u001b4$\u001d(4$!!\u000e\u001e\u0002I{c!iHz=$Q)*7&\u001bLvt\u0005\u06f6l,v\u0013h8W\u04d7\"\u0007J\u0487\n@i\u04a04(\rP\u001a\u000e\u0014P\u001a\u0103\u04a0\u0010\u0007J[\u00014(&\b(\u0019Pz\u001a:^I\u001763oV\u042d#$JEYv?M6o\u0010^\u000b1%QZ\u04e1q\/\u001b1EF\u000f\u01a4\u000f\u0015`v1iL\u0699\u001b4&\u001d(4&\u01e41!\u000e\u001eI{c13fIt\u05e4ANgR4L\u0251\u0016\u001aBA\u02ec\u06f1e;:ks0cX\u045a\u000e=U\u04d7h\u0012F\u0447\nhh4\u001a\r4\u001a\u000e\u00144\u001a\u0123h\u0010F[Ah4\u001a\"5Z\u001eMiB\u001a-.\u02ee0\/\u0013.rW5\tU\u001d\u001a\/\u001bEF\u000f\u000f\u0015vh8\u0699\u001bp4\u001c\u001d(p4\u001c!\u000e\u001e\u0002G{ch8z=\u001c-^V\u001f;F4\u001b\r%@z\u001a\fHk\u0005\u0017.[J\u0002\u049a\u000e@e#\u001ex\u0002<.x4\u001eG;s\u0003\u01a3\u0003\u0005\u01a35x4\u001e=Vho,\u001eG\u01e3\u0018N\u024f\u0016\u001bz4\th\u0001~\u0017-\u06ee(9r\u001dYc^\u033c{C\u0005'4}\u0648G\/2zx4\u001e}\u0000\u000b\u001eG@hM<\u001eG\u000fqx\u0015<\u001bG.b\u000eh0\u001cb\u000b~~%Cz\"-\u001cH<1T\u0000D\u0005\u0006hgn\u0000@t\u0000@&\u001e\u00068 z\n\u0010\u0005\u0015AtDb\u04aa\u0017S25zI\u0010;\u0019Rr\u05d8\u0001'AkENIth\u072bFDzC\u0011C\u0005]\u0010iD\u001av\u0006\"H\u0007\n\"Hk\u0011iDzC\u01ed XD\u001a^HgyTnt\nM\u0001,&\u0006-d\u049b]?2\u000fi]JZ#%MZ\u04e1q\/\u001bAEF\u000f\u0006\u000f\u0015v\u0001AiP\u0699\u001b4(\u001d(4(\u0007A!\u000e\u001e\u0002J{cAiPzM(-.|V\f(=Y\u001dJ\u02e4]7R\u0011\u0012**A(m\u0001,KKthFLz\u00e41C\u0005]0iL\u001av\u0006&I\u0007\n&Ik1iLz\u00e4\u01ed`XL&-\u0001F&-\u001d5i}\u04d9~0-\rSriPF\u000bnL`\u0002^\u001d]4j2SZ\t.I5\u001d\u001a{\/[%F\u000fF\u000f\u0015vAh4\u0699\u001bh4\u001ag_\u001cDu~\u000b\u01dc8\/JDNu\u01b1m?'*L\u032cO@]\t\u0010Z$)wOX\u0000D@AhM<\u001aFh\u00174\u001bF\u046fRs4Z\b\u0006\\Hun\u001e\u0232MX\u0016B\u059aA\u001c\u001a\u0005\u0304Gzp4\u001c}h\u0000n\u00178\u001a\u0001G\u0441\u0002G\u045ax8\u001av\/p7\u0016\u001ac\u001e\u001d\u0013 \r\u001a\t\u05dbA:K4F\u000b\u001aF@@AhM<\u001aFh\u00174\u001bF\u046fR\u015fJ\f\u0007ht'hF\u000b&0a!jtn\u001by]YQamj@2\u0013\u001eeh\u00014]h4\u001av\u0006\u001aF\u0007\n\u001aFkh4z\u0017F\u06fdX4\u001aFbk\u001eR{t\u001aBOxt7hSGgEWEY\u001d-4+CVGk\u0006d\u054ce&\u001e=\u00e3C\u0003xtx4\u001e\r<\u001a\u000e\u0014<\u001ax.\u000e{x4\u001e=\u001d^!\u02e3\u000e\u001ehG\u001e]TyUgmN;:MMzl\u001d&\f~\u0019L4\u0000I\u000b$\rIC\u0700!@!iM<$\rI i\u0017H\u001b\u000bIC!$8z]\f\u0013XP\r\u001a\u0007\u0013|\u05db@*\u0017\u0014iyu\u049a\u0001+}5c\tJ@iP\u0000(.4(\rJ;s\u0003\u0006\u0003\u0005\u000654(\u0003^@io,(\rJO\t%69\u0001Je\u0006L\u000e#t\u0012d\u000bT~q;*\nI\u0007-\f^\u0019LLzIc\u0487\u00060v1iL\u0699\u001b4&\u001d(4&\u01e41]\u001c&mI{c1\u000btl\u0015=wk~c\u0014C~\u001ai#4\u001b4XiX\u0006vIY\u001cm\u001e\u001aK)\u001f \f\u0006UXcl=8\u001a>4\u0000G\u000b\u001c\rG\u0700@hM<\u001c\rGh\u00178\u001b\u000bG\u046f\u0007\u0017\u001frq8\r\u001aWyYdy^yi\u001e\u0001\f\/6T\rTXf\u0463l=4\u001a>4F\u000b\u001aF@@AhM<\u001aFh\u00174\u001bFhPlCj\u000e|[C\t\u0006\u0449c7H$\u0013Vw3H\/fx+2Hk\u0006d@\u058ce& =\u0003\u0001C\u0003t\u0000\u04804 \r@\u001a\u000e\u0014@\u001a\u0003\u0480.\u000e{\u00014 =\u001d5A\u00074\u000b\t\u0002EWu\u000b\u0004\u000bjVB\u0002*\u02ea_N-\f^\u0019L4\u0000H\u000b \rH\u0003\u0000\u0001@\u0001\u0001iM< \rH\u0000i\u0017@\u001b\u000bH\u0003\u0001>!\u0007\u0016z\u0002Az\u001efj ]TyUgqN<\/BNEe\u0001R!:4\u0003\u0013Nh2\u0013\u001ee\u0001\u0480\u0001@]\u0000i@\u001av\u0006 \rH\u0007\n \rHk\u0001i@z\u0017\u0007H\u06fd\u0000X@\u001a\u000eH=u[\u0001C,&I'\u008e\u0019\u03fe4(MNNFKi\u0016\u000fZ\u001a\u0019W3H([\u000fF\u000f\r D#H37h$:Ph$Z\u0013D#\u047b8$\u0005\"H$$!knobK\r\u0016:BA5Zx\u07deM`\u001c\u07b4\u001dubnm:5\u000fy!\u001a\u0019Ezh4\u001a}h\u0000n\u00174\u001aFF\u0441F\u045ax4\u001a\u0161v\/h7\u0016F_FK\u0693i\u0011\u001a\r\u001aG,WyU%UQ\u05d1W\"-Ka\rh\u0540,OUe&\u001a=CC\u0003hth4\u001a\r4\u001a\u000e\u00144\u001a\u0123h.\u000e{Ah4\u001a=\u001d\u0016\u000f\u0018k=5n8\u001eFVq\t\u0007D\u0004I VIR!\t5\u0003S k2\u0013\u001ee\u0001\u0480\u0001@]\u0000i@\u001av\u0006 \rH\u0007\n \rHk\u0001i@z\u0017\u0007H\u06fd\u0000X@\u001a\u000eH\/b\u0007^f4Azj\u001e]TyUgmN#I:_N\u001e'E*e\u0018C3 ;f,3Q\u001e\u001eG\u001f\u001a\u0005\u01a3hgnxtx&\u001e\u01a3wqx\u000b\u001e\u0163xt#_\u001b9\u001e\u0012it2\u0019\n\t<\u58a8ohs\u0015\u0019Ru\u0006d\u054ce&\u0012=CC\u0003Ht H4\u0012\r$\u001a\u000e\u0014$\u001a#H.\u000e{AH4\u0012=!2:I^\u001e4Z\n\u0006cb\u0012=\u07bb\fe]YL8\u01fb\f5\u0003j2\u0013\u001eeA\u0490\u0001H] iH\u001av\u0006$\rI\u0007\n$\rIk!iHz\u0017\u0007I\u06fd@XH\u001a\u000eI'iCUbnH\u02e3T\u05dbA*\u0010V\r\u0002UXf\u0463l=8\u001a>4\u0000G\u000b\u001c\rG\u0700@hM<\u001c\rGh\u00178\u001b\u000bG\u046f$\u001e\u0464&GUCt(:MEq\u0017\u001b\u0006dyj,3Q\u001e\u001aF\u001f\u001a@\u0005Fhgnhth&\u001eFwqh\u000b\u001aEht#_G\u001e\u001d\u0013\u001e\r\u001a\u01e3{tQU\u00b69Adj<\u0002\u00073$V\rN7\u0019L4I\u000b&Ic1@1iM<&I0i\u0017L\u001bIc\u0498t \nL\u03a4\u0005Z.eTu_6au\u03d0NZ5 {f,31Q\u001e&I\u001f\u001a\u0005\u01a41ign`\u0498t`\u0498&\u001e\u01a4wq\u000b&\u0164\/l=^'W\tA3i(\u0000\u0010\u0016:BA5ZvN\u068eiqxi;.\r4G\u000b\u001eG@hM<\u001eGh\u0017<\u001bG\u0013\u001e[cG\u000f\u001axD=Mp\u000b\"3\u03f8B\u0002tZ\u0018\u07a0\u0005\u049a\u0001K|5c\tH\u0000i@\u0000 .4 \rH;s\u0003\u0006\u0003\u0005\u000654 \u0003^\u0000io, \rHO\u0007^o4\u001c\"b\u000f~'JrHH:\/j M1\")K7\u03245\u0003UU3\u0018[\u000f\u01a4\u000f\r`Ic\u0498370iL:P0iLZ\u0013Ic\u04bb8L\u0005b\u04984&\r\u00a4;13\u9a49tYV\u0016; mG^$eQ]%]4Y%R!i;4\u0003\u0013Oh2\u0013\u001ee!\u0488\u0001D]\u0010iD\u001av\u0006\"H\u0007\n\"Hk\u0011iDz\u0017H\u06fd XD\u001aH'i\/\u001e\u00afr\u0017\u0000\u0016v1i6Igo*1OV`'X%]Y}SIeU\fU\u0003j2\u0013\u001eea\u0498\u0001L]0iL\u001av\u0006&I\u0007\n&Ik1iLz\u0017I\u06fd`XL\u001a\u01a4\u0003Qt'fr&fZ\u000bCbYY\t.6E!uj@R_Xf\u04a3l=P\u001a>4\u0000J\u000b(\rJ\u0000A@\u0001AiM<(\rJ@i\u0017P\u001b\u000bJ_\u0016\u001e(yc uOCi(s_\u0007l\u000b#8\u001b4ps`*^Sr\t4H\u000b\"H#@\u0011@A\u0011iM<\"H\u0010i\u0017D\u001bH#\u04887\bLNFH*Ir\u0744H\u0017iLdH\u0006dj,3\u0011Q\u001e\"H\u001f\u001a@\u0005F\u0011ign \u0488t \u0488&\u001eFwq\u000b\"E\u0011t\"!*w1\f`1i7hu'\\\u0013^UQ\u0013I78q\f5\u0003j2\u0013\u001eea\u0498\u0001L]0iL\u001av\u0006&I\u0007\n&Ik1iLz\u0017I\u06fd`XL\u001a\u01a4\u0003Qt'fr&=utWe\u05fdIb)-\u001eNZ3 {f,31Q\u001e&I\u001f\u001a\u0005\u01a41ign`\u0498t`\u0498&\u001e\u01a4wq\u000b&\u0164\/l=\u0010V5!\u0004+LZ1\n\\\u0007\u0001B\b\u0006qo6\\&UFg\u02f4\f\u001a\u001an>Xf\u0463l=4\u001a>4F\u000b\u001aF@@AhM<\u001aFh\u00174\u001bF\u046fS\u001fL\bht'hk4w\u029d|\u001dyX\u0007\f\u05e1\u0019qB3h([\u000fF\u000f\rFh37h4:Ph4Z\u0013F\u047b84\u0005\u01a2ht4\u05245zH\u0012\u0003\u0010z\u00a3Ax0=raX'^r\u048dN\u000eVggh\u0340l\u0013\u0163zx4\u001e}h\u0000n\u0017<\u001a\u01a3G\u0441G\u045ax<\u001av\/x7\u0016\u01a3'\u04a1xGK\u001dy\u001ba.bY\u01d8 m8r\u0014?\u0006\fN8\u0019L@z\u0007H\u0003\u0487\u0006\u0000v\u0001\u0001i@\u0699\u001b4 \u001d(4 \u0007\u0001]\u001c m\u0002H{c\u0001i@z: ]z\u0010\u0016{+$=MZ\u0002\u0456HgfN&\u05fc<.\u0014BHt2hf@v\tXf\"\u04a3l=D\u001a>4H\u000b\"H#@\u0011@A\u0011iM<\"H\u0010i\u0017D\u001bH#\u04887\bLN\u057eWFHs\"&HJM4G\u000b\u001eG@hM<\u001eGh\u0017<\u001bG\u0013hP<\u06a3\u000ep4G\u000b\u001eG@hM<\u001eGh\u0017<\u001bG\f\u0603_\u0011iDWR+0y\u001d&H\u0013\td\f6UXf\"\u04a3l=D\u001a>4H\u000b\"H#@\u0011@A\u0011iM<\"H\u0010i\u0017D\u001bH#\u04887\bLNCiEZ&!~\u001bC3 ;f,3\u0011Q\u001e\"H\u001f\u001a@\u0005F\u0011ign \u0488t \u0488&\u001eFwq\u000b\"E\u0011t\"!*w1\f`1i7hu'\\\u0013n\u001eV<~Y%\\IZU\u0003j2\u0013\u001eea\u0498\u0001L]0iL\u001av\u0006&I\u0007\n&Ik1iLz\u0017I\u06fd`XL\u001a\u01a4\u0003Qt'fr&FxM\u0562tQ$\u0172&.4_dsP3 {f,3AQ\u001e(\rJ\u001f\u001a\u0000\u0005\u0006Aign\u04a0t\u04a0&\u001e\u0006wq\u000b(\u0005\/\u000bZT6>\u001dxQZ ~c\u0014\u049aBH\u000f\u0016BGpt7h0G\u000b(\\Gr2Y$B\u05e3MXe\u0016|\u001fC^n\u0019%\u0123Gzx4\u001e}h\u0000n\u0017<\u001a\u01a3G\u0441G\u045ax<\u001av\/x7\u0016\u01a3_G\u000fY1>\u0223\u0005x\u001b4G\u03d4E;gy.4~5\u001dC3 ;f,3Q\u001e\u001c\rG\u001f\u001a\u0005hgnptp&\u001ewqp\u000b\u001c\ud345ptckC^l(v\u001aBOt7h\u001cG\u0017U^Y.l\u0013X,\u001d~\u05e3\u01c2\"-\rJ\u05e1\u0019pB3x([\u000f\u01a3\u000f\rGx37h<:Ph4I\u000b&Ic1@1iM<&I0i\u0017L\u001bI_\u0624#2i\u05e4AgQHiT =`[\b\u001d\u0760&\u001e+mGV.\u0333y%ev9:+EgH\u06e1\u001a\u0005\u0304Gzp4\u001c}h\u0000n\u00178\u001a\u0001G\u0441\u0002G\u045ax8\u001av\/p7\u0016_'GK\u0018s2\u0016\u000e\u0004~Z\u0353ri\u001e\u001ezj\t:_L%\fN9\u0019L4zF\u0447\u0006vAh4\u0699\u001bh4\u001a\u001d(h4\u001aG]\u001c\u001amF{ch4z:\u001a]H_R\u000fy\u0601ok\b=\u0760qAwvK\u07a2\u03b0HZ5 ;f,3\u0011Q\u001e\"H\u001f\u001a@\u0005F\u0011ign \u0488t \u0488&\u001eFwq\u000b\"E\u0011t\"*w1\f`1i7hI\u000b\u000b#{[Wy\u0285L'X%\ue7f8\\T\"\u0016W\u000fY%\u0019W3([\u000f\u01a4\u000f\r`Ic\u0498370iL:P0iLZ\u0013Ic\u04bb8L\u0005b\u04984&\u001d\u00a4;1cx3X\ntI\u000b^ZH\u001bNZ3 {f,31Q\u001e&I\u001f\u001a\u0005\u01a41ign`\u0498t`\u0498&\u001e\u01a4wq\u000b&\u0164\/l\u0012!x\b7\bRt>oB\u047a\u0017\u0007l\u000b#4\u001b\u012b\r\u03e9YYiXZ$RZ>DU\u0003\tu$Ye\t$L|\u0017d\u001d\u0001&4c\tH\u0000i@\u0000 .4 \rH;s\u0003\u0006\u0003\u0005\u000654 \u0003^\u0000io, \rHO\bWt\u001d\u000bR\u0007t8fr -,\\\u0005G\\.\u0390C5 {f,3Q\u001e\u001eG\u001f\u001a\u0005\u01a3hgnxtx&\u001e\u01a3wqx\u000b\u001e\u0163xt}C@Z\u03ef4EM}K*d)ut^\u00173\u0019HZ3 \u001bU5c\u000bI iH\u0000$.4$\rI;s\u0003\u0003\u000554$^ io,$\rIC H\u001339\u0016^\"i\f.\u000b\u511d\u001dYe\u001e3j@v\tXf\"\u04a3l=D\u001a>4H\u000b\"H#@\u0011@A\u0011iM<\"H\u0010i\u0017D\u001bH#\u0011D\u038bz,]\f\u0003XL\r\u001al\u0482M:{[Wy\u0285W\u0007`y.\u0016\u02ddU\u02fa67H\u0721\u0019W3([\u000f\u01a4\u000f\r`Ic\u0498370iL:P0iLZ\u0013Ic\u04bb8L\u0005b\u04984&\u001d\u00a4;1c\u06060!\u055atQ,sN\\B\u001a\u07a0u\u049a\u0001+}5cI0iL\u0000&.4&I;s\u0003\u01a4\u0003\u0005\u01a454&\u00e4^0io,&}a\u0016N\u0019IKu&\u000fRt>ob\u0018BGht7hF\u000bz+\u0691Uy\u0011ZjtVegX!\u001a\u5a6aDGzh4\u001a}h\u0000n\u00174\u001aFF\u0441F\u045ax4\u001a\u0161v\/h7\u0016F_F\u000bxGht7h\u001c\u0016\u0006q\u001ai\u0017:l-s\t\f8\u0019L4zF\u0447\u0006vAh4\u0699\u001bh4\u001a\u001d(h4\u001aG]\u001c\u001amF{ch4z:\u001a]>?\u001eRC\u0003\u0010z\u00a3Ax\u001b\u12c2Ara Y_\u0014#)y~\u000eV\rN7\u0019L@z\u0007H\u0003\u0487\u0006\u0000v\u0001\u0001i@\u0699\u001b4 \u001d(4 \u0007\u0001]\u001c m\u0002H{c\u0001i@zB -\u001dG\u0001 \u001d\u001cH5](Tzcwy\u0014ZPA\u000b5\u0003j2\u0013\u001eex\u0001<]h<\u001av\u0006\u001eG\u0007\n\u001eGkh4G\u000b\u001eG@hM<\u001eGh\u0017<\u001bGhH?(\">\u0015.e*r7yLJmrH+\u0006dAVe.\"=C\u0011C\u0003t \u04884\"\rD\u001a\u000e\u0014D\u001a#\u0488.\u000e{A4\"=\u001d&t\u0564!\u0769N\u000e7irHoa\u04982&}T1iL\u0017&I`\u048apL\u001av\u00030iL\u001aq\u0015&\u0003akiM\u0256\u0005\u000b=C\u0015Fw!}N67g:WqV%b@N\u0016dXf\u0463l=4\u001a>4F\u000b\u001aF@@AhM<\u001aFh\u00174\u001bFhrHo?&\u001en#\u061bdY\u0013RVa\u001e\u001bdy,\u048a\u00019y\u0015cH\u0010iD\u0000\".4\"H;s\u0003F\u0003\u0005F54\"C^\u0010io,\"HOG\"HEzH4\uf7f1cQeq\u001d\u000199'\u0014cH\u0010iD\u0000\".4\"H;s\u0003F\u0003\u0005F54\"C^\u0010io,\"HOG\"s5iHwEM,\u049bj4&I\u001fU0iL\u001aIc7\"\u001c\u01a4\u0000L\u001a~%&k\u001c\u3759?\u0002}Se.>\u001fBO\u02b7S<)\u027eVZ}T6w\u000f\u001d\u000e\u0011\/?SjS}3\u0003\u001e?}Z0\u0016ZK\u0003xg\u0004^9\u0003\u0014\u0014o1|o\u001f\u0386v:lt\u000eiy!\u001dic+[\u071da\u05c8L\u0016\u001fSrP;\u001f\u0003v}\u0013cd\u0016_xSpV|uCZ>|\u0517;N\u001f\u001f~?znhkB&7\u04cdv\u0018t=0qa\n\u001epbr\u0017:I>\\Gw\u001e<=\u0006?itzs69rn*t\ufae7l\u001f}\u000exx?}t9{\u0784\u000f<<_{OW\u0001\u0006Tw,r\u000fAbenjF\u04109\u06ee\u001d;.=6\u0011zhozO\u0010\u0000\u0007Xzn\"8`<[~wT\rU=\u01cf`?z#^}jjv\u054b\u001e#\u001fx=\u0011\u0017\to\u0016G\u001f^VO?n\u0213?7?w)~\u052c\u0004\b\u000f!&\u03ff?>_\\\/{\u001dGIh\u0013]#0\\Bdj~\u0017ry8\u001c}\u0018.w\u045a'9E\u001b\u001c\u0011tc8r|n.?o\u00ebK9D}C8E\u000e\u04e28UGDp'dqE}N\u0018P~p\u0013B\u0019|N\b#}g\u0002x9:c\u001e]|,~\u07daM\u061a3CS\u0720UHv|\u0013E3EnA=\r~nC\u0013i\u0013ZL\u0012p\u001d8w.Lb_\b\r\u001f[IlQ)a{ae59p89\u03c9A\u0517\u04dd\u0014bqn.|RC\u001cO\n=+\u0017:8+L :N\u000bqri!s<-H7\u000fwx)O\u0012]\u026d\u0014\u001e%\u045c7\u0017>+\u0000{\u0018CVF la\n\u0019M<|l$;o?\u07a1]{@@\u0010M|sB4\u04c2\u0001j@\ra\u0018M#=|l b6O\nZr\u0012\n\u2137O5.N+y\u0000M&%\u0019\u00114;Yow\u0011\u03e6z6z\u001dxky0u^[\u0014'\u0001sJN\u0015As\u00134\u0011\u001fCw\rp\u001e'>)\t\u0007o]<\u0003lc<\u06753^\u0007^\u0689\u001e\u0002\u0103=\u001d4=\u011c7m\u057fbX\"iD7\u00ce\u07d3H)\u000e\u001c\u061b\u0735?~\t\u001f\u0013@O\u0000q+\t\u001ciI_\t@>7\u001f~y?(~!OuO4f \u001d\u05f7T9o\u07edQ\u03f1\u001e\u073e|\u05fby3A\uf8ff4:]0R\/>.}p\u001c(vV_>|.8M\u001dLk$Lx<\u027d\u000f^\u0016wGk\u0002Gk\u001d\\+EuWswpE\u000f!,}6Cy6+\/u K}_{\u04fe>c899_1,\u001ccyik=\/u\u001cR\u001cK\u0578\u0007i\u001f{A|\u0697sX8<\u00071o\u000bKt\u0005zg9\u0016om9\u01dft#_^IW|\u0005Ow\u000fOwqi\\M:_\u001f\u0287-8;1#>j\u000fPxXkQ\uf92f\u0013WZ'|{[\u03c3b\u0019_\u00128w>m\u0007\u07eaA*~}I\u0012Ia%\u0013z\u0017\u001aWAX\u0019>~1dHe=\u0017eK2-\u053cP\"\u00a99iZE)\nN{v@\u01cf9\u0001g\u040f6B~W\u0019s8\u01f5u\u0013?\/x\be>c?A\u001d\u001c\u000e\u0001xY\u000fi\u0005g=u\u0005\u001c~t\u000fn1W\u000e,O2\u0007x\u0016Kr\u0007xj^77xS\u04b1\\ea\u001d'W\u01cb{_y{b-\/\u01eb{\u001c\\'i|%Ms^7C\\xi\u001e_x\uea87\u0014\/\u0001lbO\u000fJB\u6215\/xCw\n^pB\b;\u02af\u000f\u001d8%\u05bd&9\u000b\u0002{\u001dTgS\t\u01bfs\u0597b\u035b}\u000bG9\u000fx\u0006G..?D\u0007\u0004\u0007\u001c{o\u07f4\u000f\u001dl&\u0750w\u0003y]Z^\u03c19juOzy.eO,@4z w\u07df K}\u0007\u2d3f\f\u07fbc\u0019cm8?G\u0010\u0007+K>8|w\\\u0006w|L\u0013:\u0745\u0007}HBW\u0544\u0431px#|t7C{7w}|^=|x\/\u0013^v\t\".\u001a~\u037b\u067b{\u5ec9\\W\u000eZ5\u0012x3*x\u0010tt~G^L\f\u0016o7\u001f%v=!vnr\u0019%k\u001f<1\u0159\u7ed7\u0015\u0017]>^_^jS\"\u0011cr\u01b2\\kq}ez\u001e\u05c7\u02fef\u0006\u073e>-.=AxG\u0010)\/\u000fx\u0017I.\u000fx{<\u000f\u06df~{U^}gKy?\u000bOq\u04a4\u000f\u001e;\u8163_~y\u000e\u000e{_\u001f7\u0017=\u00a6tX\u001f\u0012t) P},(\u0180\u0000\u0381T\u0004}\u02ef\u0004 =p\n\u0010\u001f$p\u000ew=I\u001cN\u0002\u0481\u0344|!F9\u0005hr\u0539'S\u001a95HG\u03eb`g\u0007y\u0001gq\u0539O\n\u0018\u0087y*\u001b<\u0015as\u0012]l{?7\u0007\u0010O\u0137s^z7=Wh\u000e\\\u01f41\u0016\u07fe(l#=\u7dcbPhN#\u0017;TR\u00a1\u0002R\\9\u06b5\/z(\u0005\u000eW,<\u0007~ka!K\u001dvACp\u001a:58&\u0017^}bCb\u06fc\u0264>\u0019\b}sy\u0013\uc5dbV71\u000e;1\u001d;q2;1t+3\f;1\u000e;1c'a\u0749}t\u001ebB}o~z?D\u000e\u0003\\\u013aS\u0003;\u03f5z~#?J}foNX'KO8QA<\u02b2DpP\r>aoW\u0096\u0014YStVK\ne;,%\u001a0\u001ew)H\u0011E\u0015JS!\\\u069cFp#Y71\u001cyC8\"pd\u001e\u008a\u01e7L\u0003_ >W:GEd)w\u071a\n\u0474=\u000b\/;d\ubdf5)\"Rf\u02a5\u0002,Y~y\u06bc,:loW=zL\u001ean<-\u0010bdsMv\u0216}\u0019p\u000eh\u0007f\u001c\u02b3=\/\u000e\u0201}W`\u0003[:pw\u0007\u000f\u001f>}\u0012~1r\u0004\u00029q.\u001e>lNN\u001eM\u03dfZ7\u001f=\u065a\u0019\u001c?o7o_\/\u07af>>>tW\u001em\u06cf\/O'wlW\u001f\u001e\u001f>>o\u001e6\u0001yro&?>is}n}{\u73db9\/?T3\u001b\u0117YkJ_\u0247_7\u001f1xeU|Qc{\u000bT+EsRT\u001f9\u001e?=jvkMr\u01cf \ubbdf4\u0548O\u001fm;%\u0017\u07be\u0013bo6+iK6\u001b\u000f\/k?p||\ue6af\/X_\u076d\u001bD>b\u01a1?F(Jo\u000bu\u0017;M\u0151\u0013[\t]\u0006\"t(\u0003_zm1Y'n\u0011w\u0007\u0337?=zY=\u000f\u001c_v\u0017f~4'\u0001n\u0007~NP\u0007d>\/\u07adn94C|y|fOfO_onUOw3\u0016\u0010'>X\u0017)}(Ov]lHT\u04dc7QWwO\u001f~\u02a436\u0015\"4W\u0007_?}}|OSU\u076ce\u055c\u02ffQ\u0001\u0789[7U?\\\u0014\")xwv{U2|qtUzN:'ns\u000f\u0000\u0007\u000bz^jnoG\u9d7dcqzjn|xx|k\u0010\u001apO\u0016ExWfn2z\ua9e7\u01d7\u0002?~\/d\ufafb\u0005\u001e\u001cKy\u0012R|w)uy\u00031o:\u024c\u001cn\u03daUzZ\u0560v^{j\u04757f\u0170<\t%4-\n{[E\u001a\u001d0g*,g)\u0015*\u00184R\u8fe0~7Zb~k#\u00e3yH{\u0005g}\u0019\u000f;x4\u0014uNpx\u0005\u001f\n|\u0015W 2\u000f'\u0013\u03cf\u001bL\u0567\u0003M@`\n?~~y\u01c7uv}iOwe_?\u012f>}\u043c6zS wQ]\u0013U\n\u001f_(oo{|f!#\u021f\u0011E\u0019\u00f7'?c\u025eQ\u001c\u000fY\u0002y\u0006w\ucfa2~e}wj&+D\u0013c>\\W7\u0013\u066b\u001f\u001eW$OD\u00157\u000e-\u0342NAsGO\u0011Gwo\u00101.1_\u0015\u0004\u0001j>]w\u0002\u06c0=\u0006\u050a\u001f\r\u0015\u001f-\u0007\u0796\u0004\"\u0004\t\u0007\u001cNNNNk89uN>\u0269b\u001a'\u0000\u0012Z\u0015\u001d\/5#\u001d\/pt\u0007x&\t\u00adVh-\u001dh|\u001a\u001c-9GS\u001c-n#\u001d-oh\u001c\rRLh\tYI4~5GLy9Z)V:Gs,'z@+',he\"'Jy98'r'dQ\u01f8GzE\u5a25Vj\u001c\u001fg\u0520Y\u0010vl?};{]btz1W\u000e\u0005\u0015\u001c\ua08a]\u03ebO;w\u0768.j?]L,$\u000b\u0007mo\u0016:u\u001eu\u016bNGyE^hT)7A\u036d]Uj{@ata]\u0743k+txh6<4\u001f\u001eZ\f\u000f]\u000e\u000f-\/VEH\u0326\u000fo\u05ffR{@Vr_\u001bAXOTTyo\u00152+J7\u0002\u036f\u0674_W\u000f\u39cf-\u000b^w\n?\u99e7\u001f#[Ph~\u000e]p\u0003\u0007]\u0003UU{mI\"\u001eY\/?b~\u0473nUpMo>u\tn3K_u|wL\u076b,>\u00076?\u07f6~)jr\u001e|~n>7+dWw\u001f\u0001c{Q>=~\u0777\u0006\u06df#F\u001d&\u0017F\b\u04fe\u001d\u0014.U\u031eVt\/\/}\f\u00125g\u0111\u000f+\f#K0{p\u0622\" w[s\u0016_5\u00074|\u0003T^~,j~\u02653\u0280)\u00033rxh\u00043\u038d\/+\u000fE\u0304\"@\te?$$DDol;I4:.I0w\u042c%|%L%\u001c%$$3\fEB\u0012?<\u001292,\u06c8?\bu\u0003r91,\u0019_onfH,\u001e=\u0016X!gyH`mCa=rshr(3|wV\u9c73 Dc\u001c45\u0019Lczsj\u0004i\\';\u0015Au!\u0019\u0348q,8x%S;,b9,B+\u0018OP\nM~Xf\nuN`6p\u001e@\u0006d\u2b53.\u07c46\u000bC D,D<\u0120{Q?8`X\b_x}\u0004\u0011}SCH\n\u0011I\u0007\u0011\t=5o\u0005s\u0013.ut\u001d+]W|YWMs^\u0017b@GKx\u001d]\u0124+X$!C$\u0015%f[#jwRMo.\u01da+Ip\u0017\u0317Mr\u0013OP\u0013Xs~s7\rs7s)98Z\/Fu\nj\u0016jy\u0004j:\\^\\\u0343s\\\u0010smqsu5>m\u0015\\-O8:\u05b3V\u001aZ^x\u0006u<\u0010\u0004Z\u001dY~Z;w?y?Y\u000fj';\u0017=\u001b\u001bU\u000f\u07bd<~qlg(\u07efc.\/bu\r\n=7_~\u0016j`G\u069fj\u062aI\u01ec\u069fj\u001f\u000e\u001f\u000e\u001f\u000eY\u001f\u000e)#T=~}\u001a+j\u03b3\b55qZpZ)\u05eci\u0017W4f\u058cqg:z\u001dz\u00198lF~ ;\u09f1~\u00149V\ud929\ude7afg\u001c\u000f^,\u034f\\&\u000b\u03df?m}$UVER&k\u02a9\u000f[Ucc*\u0007V?}u\u0018a\u000fo`\u0323>\u0015>+\u0769()t{q\u001bs\ue0eey~<|6\u056eoyW\u001foy1vxGoG,?E~rqW\u0370\u0006\u077axo9\u0006?\u6de9Oz|\u00117\u0013Of\u0003xS7v\u001f\u0014P3\u0015}\u0010\u0018uSLO\ub6ef@V\u001b\/\u0003frw9jqwC\u0017-\\^\u0015lMz\u000e|\u0371N3_\u001e~[\/?=\u001c\u0016pM's\r\u054a\u07e1m;:#'f\u001cj~T9W>\u04c5h}\u0003t?l&s\u0017\u000f\/m\u000f?v'}||>lS\u00165)\u000en\u02d6v\u0005U\u001f5|z}{EV7_|v\u0222]jo+\u0007b\u041bj15\u001bu`\u05fbR\u0001\u0001o\u001f\"0\u0742q\u0766oV\u039ct,%nr\u07e8\\3m=w\u001d|t\u0001]S7x6\u000fZ\u0005 @Nro\u0010Ct\u0015bo,;\u0006\u0011\u0015\bG\"\/S\u03d8GY\u0007NF\u0505_L\u0012\u0011KE?\u000bA \u0001\u03eaC\u0016Lw\u0511Ow\u0481Hw?'Mhk`x>.o7x,_x^eE\u0651\u0586\u0001Xs\u0018eITX\u0012eOu\u0002 o\u001f#=}\u0007\")zq\u33c4`\u0013?\u0014FYqt:V\\PLW)L|\u0237\u0012|\u0450\fS\\AzE^IONq\u001b\u0014h{\u0007B=MG{\u001c\bv\u000ewn*Y<\/_#y1?-(Y\u0425\u008f=Y%k$x\u0093#dg=\u000b\\\u07bf\u073d%&\ub895\u000bl7AQMJ>O@GMDuE,N\u0537O\rg\bgOX\u0001?W\u000f\u001f^7AEo^}\/[CZ1\u0000\u001akBV\u00eeYq\u0012]ioO'\u0013\t\u0004'\u0004\u04feJ&w_C\u0018\u001fewE?\u054d}\u0013\u0019\u03eb\u000fOAo%yl~6MoKn\u07f9m:{\u00ff\u072e5e=olG\u0016lQ\u001f\u0223g|?[q\u061f-\u0013`El\u0016gS,\u0014V||VX\u0019_\u0017}V'XW}&e\t}&u~guI|g_Y`g\u0012_\u0017V'XW&\t&~\u0001hu\u0005I|\u0005h_\u0002Z`\th\u0012_\u0003\u0017V'X\u0004W&e\t&u~!hua%%\r_\u0006[\tH,\u0017O,Q^{Kb\t\u0012KX\n'\u0013\t\u0004S\u0004}\u0012K$\u05b5iSw>\u0012v\u4281||UGH-.G^('_*$].{u\u0019ms_?[\u001be^|?U:5\u0322\u000b\u05c2\u057d5y:\tH~h{5q'\u0591f?10y]={^^y>\u0019(\roxor\u000fxJ>'U77\u04b3Mi>y3MFJ\u0003?=(\u001f'HOL\u0019rwe6wV?r}\u07bf[3C\u616dE'o~Z5\u0017?\u01ff\u0107\u03dd\"\u0011v.`3?sr|+iee\u03162_~Wf*]4\u000b}\u0016ea\u05f9K}Y}U_'e\u07b4Y,\u00b4.\u0013sE-9~[~~k\u0190\/v\u000f\u001fU\u0328,[|m\u00157:Ir\u0776eJMvTLSym I\u078c\u078d(\u0016mnj$kZ|U7],nZ[~U\u06672LevL\u023e,\nL,Bf_%oS67-]e\u00fa\u058b\u017a6\u698e\u011b\bLYo3egN]\u06f8[o8z.~X4;-)hwF.(\u000bf[.=SlTn\"};\u001f&~izHmwZoj50x\u069bV-|mMOj;\u0019kF7{2\u037eL~4\u068b\u67dd}xko}\u001e\u0743wgZ4{5nKGoRl\uc71aJso5mF^'~uxq\u0015\u027e\u076bHs\u0005l\u001e*\u0002':_?}f\u001aR#\u06bcG\u18fc\u000b}\u001f\u05ee\u000fk_~4UW\u000e\u0735m^\u0016\u000e?6&\/w+'\u001fls\u0011\u0010\uc6e0a\u020a}\u0013w=\u000b\u04777\u0001Q\u077e\t+sP@tO0w{,z6\u000em-Z\u001emMtM;}\u0699o|v[3\u07ebfwkg];\u0699o|v[3\u07f3{-r\u0016qS\u0779In{7oo7plEn;M?=~}>\ufec1<:\u0003\u036dot\\2\u0015R*fX7JJC\ue546,\u0006.K\u001bs1Li:]\u04f9o}t\u001bs9Ny:\u0019nO=obwP[(=x\u0013{\u001b\u0015\u001a~#5N*p+\u0015\u0470oa\u0357\u0507A|\\oWb\u001fon~6\u001fo\u071ex\u03b77[\u0019{C~\/\u06d3_^\u001e;w\u0003\u0006\tl(w\u001c?\uffbd}\u0011Y\u0230CE\u001e1T\u4873U\u0745\u000f\u001b{\u0011^\u0004Rm\u001f\u001f'\u0001q\u0014m%\u0012_\u0006-vK\u0018tbIR\u00070\r&.\u060f1b7BiI\u017e^xa\u00c6W\u0006^jw=\u0016\\Se(}+2L:`c\n?}]y\u0004*\fz\u001fq\u05f1u\rQ\u0019?\u013bnAz]W>6e\u0019~}\u0002V\u07d7_a?#\u000f-Sp))~\u0012n\u02b92Zhr\u299cx==\u001d{fz~?\u00063t|y\u0012=i\tigf3u{>7O\u06a7i\u001f\u0013W\u0019!?Q{)[TC\u0001\u0016^OM?)|\u001d\u0012y\u0012_=4|]Sz*_WR>|:_D\u001fnEzR\u07cc+x\u0013\u0015{b{\u0016\\\u02f2\u001bjhEm^[15._wo4q\u0005WAnE\u00066C\f--C\u00f6$A\/=0'\u077d\u0014+>m\u0006\rJl\u0006ag\rPX-o\u000e7Hy\nue9\u0513bMp\u001bC\u00182U\u0011m!\u001b?\u00076sGv~\u001f\u060f]u\u0000-1~H\u0018\u001bh\u0001`d<\u001b$^T\u048a\u01faRMrsfObcqLO*\t\u000bWa\u001c\u001b%\u0012~>\u000enb\u00a7\u0014f[\/eS#\u709b-\b{wk\/t~[KRokU{o#\u0006o#gm\u00046z?\u000fF*\rn_59\u02f3\\}z\u0002\u0018?*\u0393\u01b6c[}6'm\u001b;HO#Jg_O&JCO?}Wg_[\u000fw\u0007'\u05e6n\u000e[m55Q\u0177\u000f\u03eb\u07da\u001d&x\u05b7\u0000$5r<9ss\u001a='\u001e\u063d\u070d};Vi>\u001d\u001c=\u077e?\u001d\u0647^[#oB\u04119>v>> ft\u000e|[D\uaa79\u000e>\u03cf\/f*i7\u000fCW\u0018\u011fL\u001f>\u001d}\u0010n~{x42w;M}oHE%L\u001f\u001ft91g\\e\bo\u001f\u0017\"\r\u0004\u0018\bYi2u\u0019t.UV;$w\u001d+\u001ex\u001e\u0010\u001fcX\u0003_?GiGa\u06fb_\u000e5\u000b\u0019\u000b\u001ave{3-l\u0015\u0002\"q\u0017Ko_\u001e_\u0012e\u000b:4c2\u000f-t\u0615H<|^\u001c.=\u0017@P3\u000bjfYl\fjfi\u001aYym\u0000zY\u001f\tjn@\u035d\u001c?A\u035aau9K\\\u03371$){~X\u000fCL?\u0007`o!r\u0001dy_ed\u0019Yv\u0006,\u0007\nCedy\u0013,\u06fd Xd,\u0636\u0660O\u0007^Y\u0016\u000fY> \u02dd d\u0019Y\u0004 \u02dbjr\u001a,#\u0016d\u0019YF}!2,!2,;\r\\,!#H\u0013\u070aA;AeY\u0536r%+\u00024w=}9Ir)\u0010`4nbn;\u0003\u00111\u0007bVH\u03e6\u0013\u0004fo\u0003@\u0000@3\r\u0019h\u000e\u0014\u0669\u00074\u0003@&\u000eh{\u0001@\u0005Y\\_\u0017A\ua780V\f\t\u001a\f\u0342ysIDbu9\u0017Y\u0010\u00067\u0004\u04e44\u001ek7#\u00e5W+\u035a]v}\u0016CP\u0001y_f\u0019jv\u0006\f5\u0007\n\u0503fy\u0013\u00075\u06fd@X,-ik\u0003TK uOPs+\u0006j\u0004AP\u0013\u00025oA\u035ejP3\f5\u001f[f\u0019j\u00055CP3,6\u00065CP34p\r,`\u001bXb uOPs+\u0006j\u0004\rf!!\\\u0002^-5g\u0467\u0014R\u001cw9OH\u03d0>\u0709\u0014Kh\uc304\u0019]v$\b\u0541f\u0019jf\/\u0019jf1\u0019jfk\u6e2e,R>H\u0013\u070a;AP3@jP\u001a\f5C\u0016\u0019j}AP3\f5AP3\f5;\r\\\u00035=Yf}'\u0015\u00035w\u0006S0H>\u0017U\/SC\u0375y\u0011.#9oOt}\u0004jVJ\u03f6Cuf\u0019jf\u000bjfYl\fjfi\n9\uf049b]%\bR\u00045bNPj\\oQ\\5\u0017\u65bd*ZsQ-kOo<},o:#\u00111\u0007kJ\u03f6\u0013\u011afo\u0003X`X3\r\u0019k\u000e\u0014\u06695cX&\u000ek{X\u0005\u0007u@\u035d \u0019jvBm5S\rjc\u000b\f5Cf\u0019j\u01a0f\u0019j\u0006%1m\u0003\u0010]\u0011\tjn@\u035d\u001c?\u037b\u00194WkY\u001c#Ce(3^#\u0005z\u001cd#wF\u000e\u028c2(3\u028c2[}(3\u028c2(3\u028c2;\r\\2K3mR]2=\u032d\u0018\u00132V\u0004\u02bc2w(3|lAQf\u0017\u028c2(\u0018\u028c2(5(s2Ku\u02ac\u000fR2bPN`e\u0016\\B\u222bE$K46@P3\u000bjfYl\fjfi\u001aY1t\u000b^j\u0007{[1Ps'h05\u000bV.y@\uf6e6y,H+#\r,[fE#z$e$\u0010WK\u035a]v^P\u0003P@P3\r\u0019j\u000e\u0014\u0669\u00075CP&\u000ej{PY~9V\u000b=.\u0623\u0003\/J3\u0006j@\u035d,M;[\u0004\u07bc^k\u0393]\u059c\u0017\u0262\u00147\uc740i*YJ);#.f\u036el>K\u00b1f\u0000\u05bc\/X3\u058c5;s\u0003k\u019a\u0003\u0005kvaX3\u05bc\u00da^f,|Ak\u00ebz*\u0441WAXs+\u0006k\u0004\rfAfe%M\u02ce5\/\u04faZJ{n5\/'T:\u001c;#\u0011_:\u0007kJ\u03f6\u00133cX\u0001y_f\u0019kv\u0006\u058c5\u0007\n\u00dafy\u00135\u06fd`X,.kTk uOXs+\u0006k\u0004aX\u001b5oa\u035ejX3\u058c5\u001f[f\u0019k5cX3,65cX34p\r,\u001cj6\u04c1Wc\u0347\u0018\u00134\u061aMXpZZkn.\bBHm\u07712)\\R2\u021aEzxz$r9XfWvx\tk\u019a\r`5cX37f9Pf\u001e\u058c5c\u035b8\u0005kb\u0017fh\u001eA=|\u0015k`\u035d \u0019kvCm5S\rk\u019ac\u000b\u058c5cf\u0019k\u019a\u01b0f\u0019k\u019a\u0006VO\u05daA\ua7b0V\f\t\u001al\u00b4K\u05abjQuoj<~\u0540Uzsf$\u001aP+=\u06ceW\u0003@P3\f5CP\u0017\f5CP\u0018\f5CP5PR]\/5=A\u036d\u0018\u0013\u00045CN\b\u053c\u00065{AP3|lf\u0017\f5CP\u0018\f5CP5P\u0016z\u000e\u001eA\ua7a0V\f\t\u001aLqt+\u0011vZsR&Az\u01dfk\u03693mC9)CK7#\u00119XfWz]\u001f\u01daC\u0003X`X3\r\u0019k\u000e\u0014\u06695cX&\u000ek{X\u0005YZ\u000fVO\u05daA\ua7b0V\f\t\u009af7\u0004kV\u00da=\u0570f\u0019k>`X3\u000bk\u019afYl\fk\u019afi\u001aY|AVK=^k\u0007{\u009a[1Xs'h5\/\u0013fRsZEH0\\jAH3\u04faR@wF\"f\u00035kvg\u06c9if\u0000\u053c\/P3\f5;s\u0003j\u0003\u0005jvAP3\u053c^f,|9j\u0016t\u0010K\u0014;a\u0013\u070a;AP3@jP\u001a\f5C\u0016\u0019j}AP3\f5AP3\f5;\r\\\u00015\/\u001dACBOgfp\u0010\u02bb[\u001f\tl\u0006\rfi%bsedS\u0013s{b\u001e?M<(FVdyvX\\s\u0000gm=1\u0012\f9{\u001b\u0005r!ggn@\u0390s@N=\u0019r7q\u000b\uc3c5\/H=\u0012iu<$\u0010\u00049[1s'h(9\u000b\u03c9sIYV\u9780,k\u001e*y\u0014\u0019\u0239S\u0447cI\u0133,Y;=[O\u06133\u001cj\u0000r\u0017\u0019r\u00019C\u0381\u00029; g\u0019rAv\/?\u0016r\u001c9K6)u}#H\u0013l@\u039d \u0019r@\u03bbj\u001a\f9C\u0016\u0019r}A\u03903\f9A\u03903\f9;\r\\\u00039H[,B\u0010l@\u039d,L<\u06f95sRB\u00106\u01dc#{.\u000bt9I]-\u001dK\u0010Wl\u038az}\u001es\u019c\u000f\r`9c\u0398370g9P0g\u001e9c\u039b8\u0005sb\u00174gi%X5g}'\u064a;AYx\u001d\u07b49EU$\u0014g\u0010\u0017\u0001\\%D<\u03415\u04b3\u0001\u0019l7\u00006\u000b\f6\u0000@\u0001z`3\f6of\u0017\u001f\u000b6_\u0010E6h\u0011\rtfv\f\t\u0002f'\u0004lV\u0003=f\u0019l>`3\u000bl\u0006fYl\fl\u0006fi\u001aY8-lzY\u001f\tlbN`l\u0016&\\*j^CIOmnJH<2O\u0006P:\u000boL\ub4c8\u0004p\u0006\u000f\r\u0000\u00028\u0003\u038037\u0000g9P\u0000g\u001e\f8\u0003\u039b8\u0005p\u0002\u0017\u0004\u001e*\u0010b\u0015\u0000g+\u0006p\u0004\r\u0006gaSy9\u0005aYK\u000b;U^\u0014\u04aa!\u065b\u0017u\u07bc\u0019Kw]8vo\ub269!g\u0000\/3\f9;s\u0003r\u0003\u0005rvA\u03903\u4f09^ g,|Ar\u0016\u0006!X%g}'\u064a;A3\u070dw go5\u0019r-3\f9!g\u0019r\u0016\u001b!g\u0019rv\u001a\u0006r\u0016Y\u0782!#H\u0013l@\u039d,|\ub340k9\u0012\u073byY\u0087\u001ad)L\"\u078c2?\u00dc5\u04f3=9c\u03a1\u00060}1g\u0659\u001b3\u001c(S\u000fs\u019c1M\u001cl9c1\u000b%R]9=aV\f\t\u009c1gO\f\u6f2b9{a\u03983|l1g\u00179c\u0398\u00189c\u03985.-\tzY\u001f\tsb0N\u00109{b0]5[\rs\u019c1c\u000b9c0g\u0019s\u019c0g\u0019s\u019c\u0006\u001e(b uO\u00159w4z9sf\u001eMKy.\u0006sV\/stpu\"&\u00059kvoy g\u0000\/3\f9;s\u0003r\u0003\u0005rvA\u03903\u4f09^ g,|Ar\u0016\u0002\u0542`5K[ v\f\t\u001aL\u0133K0%*\u02b9H\"I\u05faay]\u0016-mw,}\u0781w\u065d'\u0775@\u0390\u0001y_ g\u0019rv\u0006\f9\u0007\n\u0503!gy\u0013\u00079\u06fd@X,A\u000b^r\u0007{\u0018\u0239\u00134\u0005EK\u0018\u03f2RH%zQ\u000bK\u0006rQ\u02e2ObX\u04fd^rN\u0013\u0004\u00009C\u0006 }!g\u0659\u001b3\u001c(S\u000fr!M\u001cl\u00029c!\u000bc\u0010f>\u001dxY?\u0239\u001d\u00039w g\u0239\u001b\u00039Aj3\f9\u001f[ g\u0019r\u00059C\u03903,6\u00069C\u039034p\r,\u0018\rR]\/9=AV\f\t'9eU\u0016\u0002r!go5\u0019r-3\f9!g\u0019r\u0016\u001b!g\u0019rv\u001a\u0006r\ue06cb]\/9\u000fAV!\brb N`r\u00166\\olW\u0339\u0323Kuj\u001e+)j8Wu^$u\u000f2\u074cO*f\u036el;1h3m\u0000m\u0017\u0019mF6\u03416;f\u0019m\u0121v\/h?\u0016m6Kj\u001bT\u05eb uOh\u00156w\u0006k0(|)yY^\tn\nEY\u0019x8voY\u001f9c\u0387\u00060}1g\u0659\u001b3\u001c(S\u000fs\u019c1M\u001cl9c1\u000b\u0006-\t\u001eB==aV\f\t\u001alB\u0007\u06f9\u0012as\u0015CV_sN\u0335$O!ifqzz,R\u00dc5\u04f3=9c\u03a1\u00060}1g\u0659\u001b3\u001c(S\u000fs\u019c1M\u001cl9c1\u000b%R]9=aV\f\t\u009c1gO\f\u6f2b9{a\u03983|l1g\u00179c\u0398\u00189c\u03985.-\tzY\u001f\tsb0N`s\u0016&cB\u0379.r\u0002sN}!\u0019\u000b\u0010N\u001d:39c\u03983l9c\u03983,69c\u039834p\r,\u037c\u0004Ku\u02aa\u000fR9[1s'\bs\u019c=1\u001a\ucb469c\u0398\u0005s\u019c1g_39cbc39cN\u0003`bB\u04d6\u0004\u0660O\u0007^s\u00164\u000bsn`\u039dh1gO]\u064d1g\u0003`\u03983\r\u0019s\u000e\u0014\u06699c\u0398&\u000es{\u0005YLh\u0692`WYA0g+\u0006s\u0004\r6gaS5[rn\u001eRf%\u7979(2)l\b9\/,3W=t3\nrVN\u0013?\u000b9C\u0006 }!g\u0659\u001b3\u001c(S\u000fr!M\u001cl\u00029c!\u000bs\u000fdG\"$s;\u0006r\u0004A\u0390s7\u0006rU g\u0019r>@\u03903\u000br!gYl\fr!gi\u001aYiy\u000b^d\u0007{\u0018\u0239\u00134vm\u0012j\u0279N,+u\u0139.o\\\u011c1C\u0003`\u03983\r\u0019s\u000e\u0014\u06699c\u0398&\u000es{9\u0015\u000e)C2k\u001dLQl\\xb\rO\u000f^b\u0015BACYzt\t\u001c\u001dks)Y\u0016\u00b5\u0004&U(j\b\u001dtNtQ%\u00146\u0000\u04e4DL\/%\/>\t\u0016U=\t:\u03a1\u0006@}\u0001Ag\u0659\u001b3\u001c(S\u000ft\u0006AM\u001cl\u0002:cA\u000bs\u001ab]\/:\u000f\u026d!\u0004N\u0010\t\u001a\u0005\u0014t\u001cYlI\/\u0002sVgZX?\f2KW\u0015\u0771_\u00025\u04f7\u001f\u03a0\u0001y_@g\u0019tv\u0006\f:\u0007\n\u0003Agy\u0013\u0007:\u06fdXr,\/\u06a4(b uO\u0013\u0004:w@g\u0439\u001b\u0003:\ufa81j3\f:\u001f[@g\u0019t\u0005:\u03a03,6\u0006:\u03a034p\r,GECG'\t\u0002;AY\u0520<\u001e474A\u0017Ym\u04c3M7c!vw^\u001f\u0007AC\u0003\u03a03\r\u0019t\u000e\u0014\u0669\u0007:\u03a0&\u000et{\u0001\u0005Yym\nzY\u001f\ttv@N`t\u0016V\u039b\u001bjQ%2a\u03cb\u0004Ks_EI,k\ua385\u0017\tjwo\"P\u001d\u0019t\u0006Ag\u0019t\u0002Ag\u0019t\u0016\u001b\u0003Ag\u0019tv\u001a\u0006t\u0016W(X\u0006}: \u001d\u0004:w@g\u0439\u001b\u0003:\ufa81j3\f:\u001f[@g\u0019t\u0005:\u03a03,6\u0006:\u03a034p\r,@ER]\/:=N\u0010\t\u001a\u0533+\u0015Nm\u05ebe4\/\\\u06d43sYWY\u399bzs\u000e:\u03a83:[}\u03a83:\u03a83:;\r\\:jYT\u05eb uO\u0013:w\u00060X1\u01ec.\u0013eb_&<\/Sqmw,IP;}[7\t\u03a03\f:\u03a0\u0017\f:\u03a0\u0018\f:\u03a05s\u000ff\u0015zy\nA\u0013\u0004:w\u00060@9\u0007R|%`\u00072OxX\\e^\t+m6\u074czt\u000e\u0001Ag\u0019t\u0006Ag\/\u0019t\u0006Ag1\u0019t\u0006Agk@g\u0011]Z\u0014H\u0013\u0004\u039d \u0019t\u0180\u03bbj\u001a\f:\u0016\u0019t\u0006}\u03a03\f:\u03a03\f:;\r\\\u0003:l\u0422`\u0017A@g'\bt\u0004\rFga^c}YHe^\u0014}_$&yf6 t6\u0011yy;\u0016Y;}[\u000ft\u000e\u0001Ag\u0019t\u0006Ag\/\u0019t\u0006Ag1\u0019t\u0006Ag+@\u0007)u}#H\u0013\u0004\u039d,M=y}YHSs[\/,,s4\u000f0\u0019^$6\u00169-B<\u039al=\u015e\u0004AP\u0003\u03a03\r\u0019t\u000e\u0014\u0669\u0007:\u03a0&\u000et{\u0001\u0005YD\u0016\u0005\u000fQ\u001eA@g'\bt\u0004\rFgaSf5dYu\u001aYy\f\ua725i\u000bc\u0011,Y;}[\u0663\u03a8\u0001y_Pg\u0019uv\u0006:\u0007\nCQgy\u0013:\u06fdX,\u037c\u0005Ku\u000fR:;As'h:tt%BU\u0012FU\"),;:\u64db\u001en\u0019\u000b\u075d:\u03a83:\u03a8\u0017:\u03a8\u0018:\u03a85c\u0016f>\u001dxY<\u000eB;A3AwPgo5\u0019uF-3:BQg\u0019u\u0016\u001bCQg\u0019uv\u001a\u0006u~T\u0776`WAPg'\bu\u0004\rVga%5^t.}|Y\u0439Js;\u0003:\u01d7b!|\tz,KP;}[w\t\u03a03\f:\u03a0\u0017\f:\u03a0\u0018\f:\u03a056\u0016\u0005Ku\u000fR\u0004:;As'h0:\u000bSt]-:'e\/RZsR\u0016E\u0260\u0007sRfIZK73\u0771?\u0003:vo_Y\u03a0\u0001y_@g\u0019tv\u0006\f:\u0007\n\u0003Agy\u0013\u0007:\u06fdX\u0703Y\u017a^t\u001eB\u0010\u0004\u039d \u0019t\u0180\u03bbj\u001a\f:\u0016\u0019t\u0006}\u03a03\f:\u03a03\f:;\r\\\u0003:KL\u04e6!#H\u0013\u0004\u039d,Krz\u0479N2\u0013.[\u001etiUg\u000fB:O*=t\u0487M\u00175\u04f7\u0240\u03a0\u0001y_@g\u0019tv\u0006\f:\u0007\n\u0003Agy\u0013\u0007:\u06fdX,4mQT\u05cb uO\u0013\u0004:w@g\u0439\u001b\u0003:\ufa81j3\f:\u001f[@g\u0019t\u0005:\u03a03,6\u0006:\u03a034p\r,\nER]\/:=N\u0010\t\u001a\u0533Kz\u056ac7=\u0012\u001fw$h\u0014>\u05207\t.\u0012s\u02a5\u0019Kw]:vg\t{\u0012uFC\r:\u03a837Pg9PPg\u001e:\u039b8\u0005u\u01e2\u0397S\u7887)u}#H\u0013\u0004\u039d,M=G\u001ds\\;4~YseYU\nV?HE\u001en\u0019`h\u001e\u061d'R\u0006uF\r:\u03a837Pg9PPg\u001e:\u039b8\u0005u\u01e2\u0017Tg\tR\u0016n\u0019K\f\u0011\u05eb\u039az}rb\u03a8\u0001y_Pg\u0019uv\u0006:\u0007\nCQgy\u0013:\u06fdX,.VkYT\u05eb uO\u0013:wPg\u0013:\ufaa1j3:\u001f[Pg\u0019u:\u03a83,6:\u03a834p\r,\u0005Ku\u000fR:;As'h:\u000bS\u03d67BUg\u04cdy\u001c.A\u0000&9%Xdi\/$C\ue385w\tjwo.P\u001d\u0019uFQg\u0019uBQg\u0019u\u0016\u001bCQg\u0019uv\u001a\u0006ub]:\u000faV!\buvPN`u\u0016uY`\u05ebU,*\u0005tsRVit\u001ef@yy;\u0016qzAU\u04f7W\u0462\u03a8\u0001y_Pg\u0019uv\u0006:\u0007\nCQgy\u0013:\u06fdX,.kY\u0010R\u0011\tuvPN\u0010:{bP]5[\ruFQc\u000b:Pg\u0019uFPg\u0019uF\u0006A\u015fH,XUg}'\tB;A3AwPgo5\u0019uF-3:BQg\u0019u\u0016\u001bCQg\u0019uv\u001a\u0006u\u0016_\u0007\u0572`WAPg'\bu\u0004\rUpr&81t.:MmNu&n':\u036d~IV=\u0004*)e\u011boS\u0005:kvoo\u0005\u0000Ago\u0003\u03a03\r\u0019t\u000e\u0014\u0669\u0007:\u03a0&\u000et{\u0001Y06\u0014\u0005\u0601\u0014%5\u0003 \u0439\u00134Ot:)J\u0000\f:j3\f:\u001f[@g\u0019t\u0005:\u03a03,6\u0006:\u03a034p\u0005\u870artH~\r\u0003\u001f)\n=\rD:\u0010\u0016Va\n;ACY|u\tGg\u7d28jsY\u0017^y<;gA=2)SY\u0017R\u029f3\u0340EZJ_t\"\u6d5f\u0003;vo`g\u0000\/3\f;;s\u0003v\u0003\u0005vv\u03b03\ucf09^`g,|Av`Ce!\t6 \u0639\u0013\u0004;wp\tu\u0013;\u000bSz9z)%sjb>!iRY\u001d\u000b\u02dd\u04f7X\u001c;\u03b83;V_3;bc3;N\u0003Wmb]\u001f)\bR;wpN\u0010;{bp]5[\rw\u019dqc\u000b;pg\u0019w\u019dpg\u0019w\u019d\u0006%Hikd==\u039d \u0739\u00134\u061d74\u001b<\u0117'`,5=\t=\u0015jW\b*>S;>pz\u065d'f\u00c7ago\u0003\u03b03\r\u0019v\u000e\u0014\u0669\u0007;\u03b0&\u000ev{\u0005\u0679u\u001dx9\u001e\u0004;w`N`v\u0016&\u001f\u02dd76\u000f\ue726\u03a4!l\u001eo\"bX=\u000bwN\u0013\/ 3m\u0000w\u0017\u0019w\u019d;\u0381;;pg\u0019wv\/?\u0016w;V\u05dd0\u0010;wpN`wp!fe\/\u001dw6OiI\u02e4sV&I!\u0757vGN\u05dd5\u04f73&;{\u001b\u0005w\u019dqggn\u03b8sN=\u0019w\u019d7q\u000b\u015d\/\u048emk\rtugpg7\bw\u0004\u03b8'\u0006wU\u00ddpg\u0019w>\u03b83\u000bw\u019dqgYl\fw\u019dqgi\u001aYb\u0006Ku\u000fR;wpN\u0010;{bp]5[\rw\u019dqc\u000b;pg\u0019w\u019dpg\u0019w\u019d\u0006`\u05ddApN\u0010\t\u001a\u4ced+R}yd\u0012AS4'\u0010vNF\/z$(\u078eE\u001cY;}[O\u0012v\r\u0002;\u03b037`g9P`g\u001e\f;\u039b8\u0005v\u0017dH^v\u0007{;As'h\u03b03\u000bvagYl\fvagi\u001aYD\u0016\u0006\u0660O\u0007^v\u0007\u039d \u0639\u00134\u0005\u0013\u05c4V\u0003Xov\u0012 \ro\u0010;2_\u04ef;\u0016>\u000fvN\u058bI\u0019v\u000e5\u0000;\u000b\f;\u0700a@z3\f;o`g\u0017\u001f\u000b;_j-\fzY\u001f\tv\u0004\u039d \u0019v\u03bbj\u001a\f;\u0016\u0019v}\u03b03\f;\u03b03\f;;\r\\\u0003;`A`N\u0010\t\u001a\u4ced\ub350\u000fftw^\u0014),\u0005\u000f>;\u647fJt\u0019\u001dwsA\u0007se^[t3\u0016i\u00dd5\u04f7;\u0006p}qg\u0659\u001b3\u001c(S\u000fw\u019dqM\u001cl;cq\u000b\\R];=\u039d \u0739\u00134\u061dvm\u0012~y\uc71a\u65a3';e\u0013z\u0000;\u0001WKX\u0572jw@\u001av\r\u0002;\u03b037`g9P`g\u001e\f;\u039b8\u0005v\u0017dgq_\u000bb uOs'\bv\u0004\u03b0s7\u0006vU`g\u0019v>\u03b03\u000bvagYl\fvagi\u001aYD\u0016\u0006Ku\u000fR\u0004;w`N`v\u0016&ec\u065d\u04f2\\\u0014u\u06ddEbw\u000ew.\u02faN\\\u0771zs\u000e;\u03b83;[}\u03b83;\u03b83;;\r\\;l`\u05ddApN\u0010\t\u001aKt,w\u0016\u001b\u038b9_Wi\u000b\u05d4SsU{\u001d]y 3\u000byFgYl\fyF \u03fb\u019a:J?<\u0799)okyZ=z,V3.@|<,\u065c_\u001e\u009fmGgkRx\u0007\/\u001a{o\u0014\u075c#\u0767\u01fbu\/t\u001fkn\u0013( tr\u01d096\u001f?73\u04e7Hj7:w}Fp{{?\u01ff$a>~\u06f7\u000f_}z]G@f{;\u001dEf:wxHnG!\u02be\u0016wg=X=5B:>\u0005>A\u001d?\u03a6wP3?\u0007&,v\ub707}8).w4?>\/i\u39cf`-)\u0010\u0010=hq.>K\u05d3\u000b\u0013\u0017\u0001\u0785I>\\Gw\u001e<=\u0006?ijzs=9rn*t\ufae7l\u001f}\u000exx?}t9{\u0784\u0006\u000ft\u0011\u0000y\u0003~l\u05b2 2guO5g#h\u021cm\u05ceL\u001do\u0017Nm\u001e{wuy\u001b\bk7V'n\u0000\u0003,Bg=\u00027Ui\u0004\u0014\u0007G{KJu?y_~|\u0010gTodKOM\u05eez9zc\u0003G\u0014;\"Z\u0231s?7?w)~\u052c\u0004\b\u000f!&\u03ff?>_\\\/{\u001dG\u0013\ucdcfh\u0013]#0\\B\u001e\u0001\u062b+\u000e!cvp\u001b<1\u001c\"p\u0004]\u0018\u001c\u000f<~R=Q\u0010|)pC8;-CXut>9O\nx.H'j\u0013p\u073e\u041cFz|o\u0014Mh~JTixm\u001f\u0012zv\u001f|5kMI\u0016Te7 G\u001b\u05fba]R~M?>\u001d\u03fa\u0007?'\u0006Q_NwR\u01b9I!\u000es<)H^0\u8b17:-\ud98a\uddc5: \u001d\u07ec>J\u001e2dq\u01c9^\u0010qyy!:\/h\u000eYZ \u0005\u0002}O\u0010q)!n3<%\u000f\u0010Zp\u7129>?$\u0013hc{'\u0005a\u000e3n\u0015u{ZB4\u0011\u0345\n`!@yZx%&p~P\u000fZ!'\u000b\b\u0010;\tpz%\u0010WT!&,O\u000b{\b3g\u0252\u00c4\u001d2Cz^ADmr\u025f\u0014$\u0015BU,:>\u03f88]A4\u0011\u001fFl\u001e@\u0017y{#\u02b8Kgc\u05c1\u0017R\u001e1ymQ\u0004\r\ufafb+9U\u0007O\u0014\u0018F|\f4|Sy4<%\u000e^}z5\u0016pp\u6173{$\ubdf9#-GOsj8\u000fS\u04d3\u0019_=}\u01cc\u047c78\"(g\u0013U\u0011y\u001ewDKo3+\u01e78r\u04f4?^.{Z[}\u001d\u01efp`\u000f\\z8;\u0007\u00102#B*\u000fG\u001e\u0013|bQ\u001fCs\u0016\u001c\u00ddcfb\u0011\u001f\u0007r<\u035bz,O^w\u04b7z_>%_\u0005A\/\u0010\u001ca>\u001fs\u0003]o\u6837\u0016ZK5oK\u07c2\t^\u001eK5\"K!CR\/DS^oy\u6d44w\u0012NxL\u04f2,JTp\u04f6{\u0007RG_B~\tgZT~\u001a\u0017:c\u0458\u00e1\u001f=Uo\u001e\u001cwM\u0010\/F\u0005+S\u040a+3>e\u037b+R!!!z\u001d\u017fm9yz\u0012*N\u0017Nw\u044d{s6=0]\u0017L5\u0007%>\u0001lj2=(]\u0017J5G\u000b\u001e\u01feV\u0015BGHy)w (>pgw6=\u0014x\u035c\u001d^\u0010x~yj>_\u001a^Y_:5\/.\u001c\u0001'{'w\u0133tC9\u07e9\u000eS\u0003\t\u000eSK95Gm\u0017I\u000f%\u001f6\u0013\u87e6P\u000f$c\u0011{\u001fK]\u00f1$\u07f16\u015f#v\u0515e\u001c\u001c~T\u0002;}\u0012\t\u0003\u07be\\$f?+v\u02ffxX8V@X!w\u033dn\u36fb\u8fbfi>\u001e>\tc;\u0004\u0011s\rD.~s\u0007-\u001ax\t\u0019z\u0015Q\\\bo:Gf#0&~\u001bn?KzRCL\u0015\u00054\u0016\\48S|bs}uKSmSDq\u0017\u07bfx9\"\u0000r\u0017Q\"XK^\u001eb\u0007\u000f]\u001ei\u0018]=4\u000f7c\\\u001f43mq\tkW\u0013`\u034f\u001f.B+~w\u0017];\u001f^P\u001fJ\t\u000f*b\u001cJ\u0017=\u0002J+o5^s\u030esU\u0420!C\r\u001aF\u001cjhm?>CF!mddO\u037e9<}RX\tw\u01ff}\u0018G\u0018\uc39d8\u0018:T\u0015Rv\u0019z\u069d\u0018G\u00130>O1q??X=o\"OB\u0001yb\u04a9\u001dRR~^=?~\u0711\u001f\u07feiuq7,\u14e5' \u001eueYzmJ8E\u05f7+aK):%\u0005\u001dVD\u0003\u01a3.\u0017)(Bi~*$K~|X\u0017\u03b7zd=\u0011&p\u000e\u069f\u001c\u0091%?W{\b+\u000e\u06df\u001e^~3F\u000f|__\u0018\u000e\u001e\u0015<;*n\u07e9vrk*DVO|.|!\u05a6TK\u07db)zv^\nx|d\rE\u037b:\u000f~z\u04ea\u000f^\u001dfbo\t!Hv+\u001a+[O\u03ff}\\);\u0515\u06bd}\u0010\u0361Q\u001b\\{~6fGn^c<~\u00041\u001d_dc\u000fF4]>~~n{O)1\u0010{O?|\\I[@_~x]\u0013O#l\u000f\/t|}z\u001cn&5\u0017M6\u000eU~g6GTz_ YDo*Jh\"7\u0010{\u000e\/\u07adn94C|y|fOfO_onUOw3\u0016\u0010'>X\u0017)}(Ov]lHT\u04dc7QWwO\u001f~\u02a436\u0015\"4W\u0007_?}}|OSU\u076ce\u055c\u02ffQ\u0001\u0789[7U?\\\u0014\")xwv{U2|qtUzN:'ns\u000f\u0000\u0007\u000bz^jnoG\u9d7dcqzjn|xx|k\u0010\u001apO\u0016ExWfn2z\ua9e7\u01d7\u0002?~\/d\ufafb\u0005\u001e\u001cKy\u0012y\u07a5g\rs\u01fc$3.Zr\u023a>kVUkU{j5\u05e7F\u05e6*\u07d8\u0016^`&T,\u04f4*m]\u0017ihw\b:\"YR+\u0016+zA-\u000bw\u0013%v?=\u001emj4\u0006\u0004\u06ed~V\u02fb?>>K7\u03ffs.|D%~\u001d\u0006Y\u0003l,E\u6774\u059b\u0007\u047e\u001a\u02dfW\u001d\u036dRPTCy{\u00057\u000b\u001fEl\u000f\/\u0018=\u0019\u0019M}\u0017\u03f7x6\u000f^\u00123x[c}Mhkm}oym\u0003?>\u0512\u0010w\u00116AmU}JUV\u0015\u0fa5s__6;&RFBf\u8fd8i\ua1d3hWX!8~\u0747\u01da^+>i\u0005\u001f@\u0012\u000b:\u000f*^k<\u0002_\f.\u001bu\u001b\u001b]mL{\u6bfdi\u000245\u0002_kB_sT[ajvo?\u000b\u0017?\u01ffmO^\"bs\u001a`6gqa*jj*jF|>\u07f7[\uda39\uddff\u07fa|us[\u001b\u0017]77}\ubeb9\u0019uW\u0013)}\t[[6s9^?\u0005S~\u06df\u001f\u001f\u0014i\u0015\u0006'Su\r\u0006^nn\u000e?Wm~o}lzN6g\/TY],sapo\u001fW\u07a2X,\/w\u000f?<>\u0006\u0002j}$Mh\u0005T\u05c2l}vj\u0003$:Wmm\u0159b\/.Sml>&+x\u001e4gX\u0003_?Gigb\u06fb_\u000e[2ySyhn\u016eYL\u0672^~[lYE|mY\u0734~\"\u02bcLei\u0006\u0017lY,Y\u02ef7.e\u048c%\u058c^HT}J3\/[|\u001d++4O:_]w\u06f2::l\u0013\u0010k\u065c\u0016\u0017\/Umm^mI7c.Z:N6v\u03775\u001d:Y\u05e9\u0016_\u0017~U|\/jfD_AUhd_\u0016\u04792-Kpb6d7eQ6'9\u0474voMlbx_H\u0013ajV\fL_xk66\u0019KXlfD\u01ba3|8m|\u0574boeL\u07324m{^l]cz:-\u0013\u9ddb>\u0011|Lfm\u001dT\u66f88ms\u0019(v$n7G\u000e3ok~\u038eU\u04fafn3D9\u0011fEsL\r>$[|\u055cka2&])%\u0744eZkvCV%?\u0012#\u0011[qmq\u001eksYTz\u000f\u000b\u03a5y\u03a5\u001fCY3\u001c\u000bL\u0001eWb\/bXs\u0001y_f\u0019kv\u0006\u058c5\u0007\n\u00dafy\u00135\u06fd`X\u0019k5y1fu\u001bg+\\g\u0003\u0013sV\u0019Y5 ;\u001f:\u0007\u000ez=9c\u03a1\u00060}1g\u0659\u001b3\u001c(S\u000fs\u019c1M\u001cl9c1gy\"L6\u0007:\u066dN6kWg9\ufaa1\u03a83|lAQg\u0017:\u03a8\u0018:\u03a8\u0000}L6'\u015d\u0567[lj9%3\u065cpg\u0019w>\u03b83\u000bw\u019dqgYl\fw\u019dqgi*\u0739G\u0002c\u05ddd0\u0012\u001d\u00108w|Nq&[j3\u065c7\u0570f\u0019k>`X3\u000bk\u019afYl\fk\u019afic2\u001cjjV,%s;\u0006l\u0004L2g_W\u000b$sU!g\u00029C\u0390\/\u0019r!g1\u0019r!g\u00017;u_f9?(N2u!7\u000fR2\u0113\u0339\u0303N\\z%s\fIG\\f\"~0\u000bu\u001e\u0014{\u0012uFC\r:\u03a837Pg9PPg\u001e:\u039b8\u0005u\u01e2\u03a8D\u0519d\u03adO;%\u06fdZw\u03b2n-zs-9\u001c\u025c5\u0003\u0011#oCbO\u03b8s\u0001y_pg\u0019wv\u0006;\u0007\n\u00ddqgy\u0013;\u06fdX\u0003Z\u017a^w\u001e\u00acB\u0010\u025c[1s'h8\u000b)3Hq{P5 \u001bN\u0011V^\/;\u000fz=\t;\u03a1\u0006`}ag\u0659\u001b3\u001c(S\u000fvaM\u001cl\u0002;cagy\"LB'\u0005\u001dx\u0016nW\u000biYu\u0010vB7si\u001egb\"!\u00195\u0003s\u0012#>9\u0016l=\u015e\u0004P\u0003\u00003\r\u0019x\u000e\u0014\u0669\u0007<\u0003&\u000ex{\u0001%GZ\t\u0017\u0010\u070a;AYPA\\8\u72ec\u0012t97\u000b)\r\u0010oV\f\u0006S\u0013P_Bo;y\/bXs\u0001y_f\u0019kv\u0006\u058c5\u0007\n\u00dafy\u00135\u06fd`X\u0019k5y1g\u00a6K\u7724Q:\u0013Yw\u0013k$YL|\u001cC\u0012kh\u0006dXGJ\rq@P3\u000bjfYl\fjfi*\u00168cd~L_\u001aOVnWKdU\u0003Ag\u0002:\u03a0\/\u0019t\u0006Ag1\u0019t\u0006Ag\u0001\u0669\u0459\u001a\u000f\n;Ucs] FUgj\ucaa1\u03a83|lAQg\u0017:\u03a8\u0018:\u03a8\u0000}$\"\u001cKr\u0017\u00d0\u0015wv\u0006s\u001c\"qVZuV%\u00b6sf\u001e\u0013\u001c~zwV\r\u0212MR<\u0003\u0007l=\u035e\u011dqP\u0003\u03b83\r\u0019w\u000e\u0014\u0669;\u03b8&\u000ew{%Y\\`\u05ddAH\u070aA;A\u3233Pj9RNsa\u001et\u001c\u0015\u00f1S\u0012\u0000\u00186\u000fv5c\u0361\u0006}f\u0659\u001bX3\u001c(XS\u000fk\u019aM\u001cl5cfy\"L:\u01dc6\u03b9StN\u03a4sU\u0003Ag\u0002:\u03a0\/\u0019t\u0006Ag1\u0019t\u0006Ag\u0001\u0669\u0459t\u000f:[v9\u0011mW9Me*'sR\u0019_PA5\u00033\u0012#s\u001e\u0014{\u0012vC\r\u0002;\u03b037`g9P`g\u001e\f;\u039b8\u0005v\u03b0D\u0619|\u03adO\n^z<`{\u0011k\u019aC\r`5cX37f9Pf\u001e\u058c5c\u035b8\u0005kbXD|\u06cf9[m&[|.sU\u00dc1g\u06029c\u0398\/\u0019s\u019c1g1\u0019s\u019c1g\u0001\u0669\u0359|\u000f:[u9]\u0016IYWjfte.\u001eY3 ;%:\u001aCbO\u03b0s\u0001y_`g\u0019vv\u0006\f;\u0007\n\u0503agy\u0013\u0007;\u06fdX\u0019v\b;\u0439Igu\u0007::<'i%e),>A>g$I&3i\u001b\u000f\u0019x\u001dd\u042d'I\u0019x\u000e5\u0000<\u000b\f<\u0003\u0000@\u0001z3\f8\u066dj|\u039bjX3\u058c5\u001f[f\u0019k5cX3,65cX345;u_5y1gsv\u0159|\u03bbj39\u001f[0g\u0019s9c\u03983,69c\u0398349;u_9yAgsT'3w`g\u0019v>\u03b03\u000bvagYl\fvagi\u0000vvzv&s\u0002\u000e<\u000b+wL>\u0000sU\u0003g\u0002<\u0003\/\u0019x\u0006g1\u0019x\u0006gg)g0\u0011|\u03ad\u0018\u0239\u00134\u0005Dye,+,3sV\f\u04a6~\u001a\u0001[N\u0007af9\u0000\u033c\/03\f3;s\u0003f\u0003\u0005fv03\u033c^`f,\f3OI@z\/Tuf'4iVKa\u0010i\f\u0002&`).\u57455\u000fv^DP\u0003hh3\r\u0019m\u000e\u0014\u06696h&\u000em{Ah3<\u0011m&\u059b7W\u0007\u00f96\u000f\u05450n\u000ey\u0017gX\u06ec\u001a\u055a\udac2\udf67\u06533\u001cj\u0000u\u0017\u0019uF:\u0381:;Pg\u0019u\u0121v\/?\u0016uF'pn}R_}9\u01c2,\/&oOxej\bW.\u000e\u0018D$\u0019\u0007n=\u015e\u0004P\u0003\u00003\r\u0019x\u000e\u0014\u0669\u0007<\u0003&\u000ex{\u0001%G:\t\u0017r\u001c\u0010\u00039w|Vr&s\ueae5fr802|Taf\u0017\f30\u0018\f30\u0000}L\u000e\u0004D\u066dj\u001c\u039bjh3\u068c6\u001f[f\u0019m6h3,66h346;u_6yAgpv\u0359\u001c\u03bbj3:\u001f[Pg\u0019u:\u03a83,6:\u03a834:;u_:\u00f9Iqgp.*)\u0004M%>\u001c\u0383\u001e9g\u0019x\u0015\u0019x\u0006}\u00013\f<\u00013\f<;\rtYV\u0279sb];\u000fY+\u0004\u00b9\u00158w\u00060X\u9f39\u00179)\u035aX^\u0004d\u0019\u0007m;^P\u0003P@P3\r\u0019j\u000e\u0014\u0669\u00075CP&\u000ej{C\u036fq3L\u001eDm\u829f\u00157s\u04ec^J\t2:lJL1\u011b5\u0003DD\u0010![O\u07933\u001cj\u0000s\u0017\u0019s\u019c9c\u03819;0g\u0019sav\/?\u0016s\u019c'bdsP_\u026a11u\u001emseI\u0014>~W<\u0001\u0014X\u0019MD%\u001eP![O\u07933\u001cj\u0000u\u0017\u0019uF:\u0381:;Pg\u0019u\u0121v\/?\u0016uF'dsn}R_\u01aeD8]-<\u000b\u0010wB5e(r)U\u0320\bj\u0006d\bo\u001dQ\u04eb![O'g9\u0000\/3\f<;s\u0003x\u0006\u0003\u0005xv\u00013\u0003^g,|Ix\u0016d!#H\u0013[1s'h09\u000bI#l\u0012|z\u0179JDJ\u0005LZ\u001f=\u011b\u0015\u00f1\u0004Y\u001f\/^m\u4f485c\u0361\u0006}f\u0659\u001bX3\u001c(XS\u000fk\u019aM\u001cl5cfy\"L:D'y| $|fH\u02a22\u000f\u06e7\u0007g\u0540\u0010^\u0019l=\u015e\u0004AP\u0003\u03a03\r\u0019t\u000e\u0014\u0669\u0007:\u03a0&\u000et{\u00013<\u0011t&6u\t~zzY:^aj@#LP\u0001[O'Qg9\u0000\/3:;s\u0003uF\u0003\u0005uv\u03a83\uaf09C^Pg,:OD\u0117;]<\\,'3X|5c\u035bXQ\u0005k\u019af_X3\u058c5cbcX3\u058c5cN\u0003XS[3\u001f\u0013mW\u0002g9\u0554|sV\u0003Ag\u0002:\u03a0\/\u0019t\u0006Ag1\u0019t\u0006Ag\u0001\u0669\u0459|\u000f\n;y\u0013=u_:y[\ruFQc\u000b:Pg\u0019uFPg\u0019uF\u0006PgWg9>)Nrt\u039e\u059dI\u7f2b;\u03b8\u0005w\u019dqg_3;bc3;N\u0003W\u039245Xug}'9b\u0010N`q\u0016\\hj9\u0014<2\u0019Y3\u001cKLJH2\u0013n\u0014{\u0011l\u0006C\r\u00026`37f9Pf\u001e\f6\u035b8\u0005l\u01c2`D|\u06cf\t7;\u05db9-,K?01\u000fIIaC2kh\u0006dXGBpSI\u0019t\u000e5\u0000:\u000b\f:\u0000A@\u0001z3\f:o@g\u0017\u001f\u000b:\u0013Ag9?(r\u0016\u0000jW9{<\u034b\u02dc#HL\u03d2XC3 ;5D\u0013Q\bc&yNHddX>g\u0340%y5\u0006n=\u015eDQP\u0003\u03a83\r\u0019u\u000e\u0014\u0669:\u03a8&\u000eu{A3<\u0011u&s\u059d{s\u0016|s~\rL>]5\u0019w\u019d-3;\u009dqg\u0019w\u0016\u001b\u00ddqg\u0019wv\u001a\nw\u0001\rtuga=$\u000f1s'|g%g9u_-7yS\rl\u0006c\u000b\f6f\u0019l\u0006f\u0019l\u0006\u0006fz7>\u0016\u0005\"s;\u0006n\u0004L>g_WKsU\u0003Ag\u0002:\u03a0\/\u0019t\u0006Ag1\u0019t\u0006Ag\u0001\u0669\u0459|\u000f\n;y}] Ug9\ufaa1\u03a83|lAQg\u0017:\u03a8\u0018:\u03a8\u0000}L>';\u000bf,w\u0016\u0010\u0784Yb9~\tj)q\u03a0\u039a\u0001)\u0011U\u001cySI\u0019x\u000e5\u0000<\u000b\f<\u0003\u0000@\u0001z3\f\t\u0271Egrltc\u0459\u001c\u001bj3\f:\u001f[@g\u0019t\u0005:\u03a03,6\u0006:\u03a034\u0000:;u_=:ccAg\u03bd:\u000b\u001c\u001by'U)q'FiAU\u0003D4\u0011uR\u00f6bO\u03a8s\u0001y_Pg\u0019uv\u0006:\u0007\nCQgy\u0013:\u06fdX\u0019u:cIqg(\u000biy<96V \u01c6\u001a\f<\u0003\u0016\u0019x\u0006}\u00013\f<\u00013\f<;\r\\\u0005\u03a03\u000bt\u0006AgYl\ft\u0006Agi\u0000tvzt&.;\u000b']\u671agU\u074cE\u0004 u\f\u0019Xq;\u000fz=;\u03a1\u0006p}qg\u0659\u001b3\u001c(S\u000fw\u019dqM\u001cl;cqgy\"LF'E{a&t^G.Y^R\fK\u0019x\u001dQ\u0003bO\u03b8s\u0001y_pg\u0019wv\u0006;\u0007\n\u00ddqgy\u0013;\u06fdXcXC\u0016\nA$tn \u039d \u0012:SI}LBM5\u0019k\u019a-X3\u058c5\u009af\u0019k\u0016\u001b\u00daf\u0019kv\u001a\u079aIfikXy\u0012L\u0012\u001e\u035aXb\u0004$V^6v6\u0361\u0006}Af\u0659\u001bh3\u001c(hS\u000fmFM\u001cl6cfy\"L&\u0007\u015b\u055dL3.oN*R\u0017\b\u627c>\u0002g\u0540W5\u0011U*a\u000e\u03b83\u000bw\u019dqgYl\fw\u019dqgi*YLg`\u05ddA\u070aA;AYvp^\u0014Q\r\u0015\u0002\u0351\u0012\u0017\u072dV#Tt\u0010cb$Wpt\u0013lz\u0013^]Sc#g\u001eo\u058b>\u03ec}P,4Ej-\u001d\rt7Qx\u000e)\u001b.B*\u01ebp+\u0002\/?V\u0717E5.\u0014bn5f\u0015\u0010cZ1(s8u\u001dU6\u047a2\u001e \n\u0015L`E\u0002(\u000fuIe.S\u0005WgtwkP\u0003SY\u07e8\u0529jF\u03c9\u001a4N!}\u0015\u0013[nKk]~][\u36fe=%=\u0001$~\\l\u001ed$\rK\u0015<><_#e\u029e&r\u0017A&r\u0005=\u0649;\u0015[,G>N=j\\\u001f\u001d\u000e\u0015_\bP\u0001]O_\u0015M\uf7d2\/\u026b\u073d\u0014Z<\u001dUXQ`\u0010\u0015\u0017\u001e\n3\u001c;jq!vNQV5\u0013?p31Y\/G\u0001~(5M_\u024fwlVY|\u04b2\t\u001fd>\u01abba\u0005\ud91f\udf26J[\u000em_|w~I@\u0011j7?\u04fc\u000f'\u07f6Syn?~}y1\u0017\u000b5D\u001aF\u001b}}H\u000b?\u0019|&Q\r\u001ch\n\u000b9W~\u0019Jix:\u001e@5\u04d7\u001d\u000b\u000f#]5~\nEXz\u0018.>\u0018\u0013x\u0299h\u0001\u00b7\u02beVyh\u0010;\u0277&g71&mI\u0019pr\u0012\u0007'pPth2@a\u0018^\u0005s\u02b3%ReT\u001foT\u001dV\u001ei\u001f&\u0004\u0002Q\u0001i'6\u001f1^8y\u001d\u0007ub\u0011L\u07b8l\u0013\u000ef\u0010T\u001e4\b\u0018\u0004G\u062d&`zo\u0007u_u\"bP]W8\u001f]W\u0003Os\u001f\u06a6iMe05\r$@\\*Xy\b>]K0\u0014\u0002:f^0x\rI\u0015jAZ\u00127T\u019a\u00121Q}\u0010j_7\u0003sbnOH\u0006\u0622\u0016x\u001f69\u00051\u0006sW\u001bab\u0018?3\u0019(A9\u001a\u0005o\u00bdf\u00010\u0012C\u00055r\u001c,9\u0005G7l2\u01b0v&Cv!P\u000b\u0014\u03ec\u00a9 ZOp\u0007\u0011\u0001&A($h7\u0010iS?M\u0018!\u00181kTF(n_#6\nC~\u0019\n45\u000bc]*\u00186*C\u001cqZ\u0005\u0016\bXq^74\u0002@\u0329\u0006e\u0002\br'@3\u0002\r'8O\u0013c]C@*C?Q\u0005\u001a\u0002\u0221f{\"\u0007e\u0001\u001cr'@T\u001a\u001bG%GV(3\u001d.'\u0011\u06ec\"\u0006t\u0017U]vk\ue36c+uU\u0167N\u0005[\u0003\u054esn!\u0018\u0001|\u00131\u0015z\u067fPM=~L~q\u0004G)1\u001f8KX#U\u001ep\u001f:\u070fi\u000f>;N@Tub\u00155^=\u03ffS\u000f3*\nNaJ1895![i*n*x\b4\u000b<8;MI\u06a9\u000fN\nkgP\u001fu\u0010B@\u001d%7M2!\u0653r]\u001aN\u035dX\u0529s*o\u001d\u0729UvIhPu{h\u0003N6x]uF\n4D:*J\u0013KC\u0019\u000fm\u014e\/\u0006E3ga^3\u0001$?o\u0003f\u0003\u001a}$=R\u0003\u0006J'(\u06d7K\u001aI3D$BUz\u001d]\u0002lGi\u001bI~V]y\u0010]r?_p-A\u00180\u0019~\u001bECD*=~K_W\u01cfsi\u03724cS&\u009c\u00068WNhv\u0147zQ}\u0328\u07e6[\u0014\u02edAnI%MiIvV\u0011tvz\u0173;\u000e%-^U\u000b\u7abf\u001a\r1U\u0005!\u061b{ow%cRbzn\u0018\rD3\u0013{~\u010a\u000f'\u000b?\u0397je\u000e$\\Pr_|z\u001cQBq\u00027\u0014f\\(\u02db#\"*h\u021fas\u0019\u0019\u0372\u0391fU^\uc0e1\r\u0019\u0019\u0332\u0011fQ\u0015T{\u001d;\u0003?>#\/>\u000f\u001f)RGvwt:\u0019t`v;\u001cf>}rr7w3\u00043*\f>|f\u001e|H\u058d[\u7cc85\u0537\u0003>S\uba75i\u001f\u07f6@U}'W9\u000f*\u0017sP{N.\u001b\u000fpM(\u01c3+; V\u57c3R+\u0015p\u0738U\tQ}6\u000e\ud55c}*\u00060zn\u0002kurM\u0738|@\u0793RymnBx\f\u07aa\u001dg9\u000e(w ==>f\/e+6(u\u0018}@\u01ad\u000b\tm5|\u001aAwi\u0017[f~-+*\u00123g\u00117|\u001bEi\u05e2[Oo\u0005?m3>\/ihR\u0001UEf\u0003~\u0002jPJg\u00b2[!n\u027a,h\rM>{}\u04e3:-\\76nEh^}#U:h_O\n7AE\u01e3z}]\u00166n\u001eJL _\u0007\u0597b\r8{PI(6Ek\u036fX\rQ;e\u0003\/\u0004\u00156=\u0006+[ngr\u000b\u0011V8X\u0015VX'\u0012{\u001cJ4RB,R\u0001Ti\u0209P9|h=3e\/=$\u000f3\u038f>u8th:QE\u0002\u001b\u06c9>uNCUDI\u001fE|N~g8YY?~-YJ\u070c'Y\u0017Ot\u023a\u0017\rQuX'\u0015\u001e`\n{q0A=j3\u008aM4N(q\u01e3\u0012CT+M\u0015%KCA9^{\r5\u0018,2l:~mF\f\f][\u001db6\u001e\ua062x4i3d\u000e\u05baj-BP\u0011|\ufb2dwgm5\n+&7(.*by\u001b\u06ce[><>Y1j\u07abnzU\uae6et\f\u00180\u0235\u043bn7)#6M~A\u064f\u0465[\"v\u001fo6\u001f\u048fss\u001f?it\u000exn\u001f\u0017db>~Hkz^s\u001e6Moj`m\t'I\u0014=z4+v9gHitmjbu(\u0015\u000f\u0014_E%c\r\u0010\u0018<\u0017o=yf\"Y\t\u001fj\u001a%KrJcLnVotIz\tJsBF6kfxGfy{\\P\u001e1\u0004a\u00053\u001f\u001b\uf5a5L(E&v$\u029doKlt{n\u0018Z7fu^~\u0016\u0015bj?_Iciqi\u0199)y\u01b2\u05b7Y#W\/&^\u0015|'D>>DP%\u0004GS$l4\u0003qs^*nM4}Vg7\u034bX$q\u0014|g@;_V\u0015\u0019\u0012CJD-f\u0106\/\u001d\u001bj\u0014\u02dcI\u001f\u0017\n$<\u0002\r_\/\r`_\u001ehlY-|J\rpm}\u000f\u00123O\u0014\u0014BN,#^?\uccb5Gi{\u0003b\u000bTF:\rO\r7[?\u0016\/\u0012\u001c&t\\RoYvWW&\u0015]-f^ fM:\u0011]Exm\u001fW&s;\u0004*Ky\u000fseh\u0010m^\u0012\u03f8\u011b$KDlkLwr\u001d\u0167\u001f\u0017\u0252\fD\u0006V.\u0015>n.Ny6n\u0016ym\u001a9y\u00e4_^7yT(+3\u000bl]QuRTiS\u001b K%M?(>u\\\u0015\t?[\u000f\u000b\/\u000b\u04bcoL#\u001f\u0016\u001b;\u0297'Q;j#Tstnf\u001b\/\u0002IO4\u034fYl\u0007e\u0013d7\u01c4>\u015bR!*[EsYkol7UiJ\u0013(a@Z4W\f$j\/\u0255Rh\u073e%|9\u0484\u0011\u0004-\u000ed+\u0003{&O\u02445lA`D&Ek\u0002u|\u0011@[\u0001Tj}K8e\/\"\u001a\u00042I b\u0004)C\u0010O58Mln\u00060N\u0372mD_\u000edD\u001fN85O8y0N1\u001b'\u0269\u000b\u0018FY{6Np@<58Ml$a\u001ae8\r\u0007S\u0005\rS3NH5\r.B7\fCC_e\u001d\flSe\rg!\u03f1\/}j*u-\b[pz\u0497&c2?%Q8~:UQ[\u07e5\u0011\u0011hB^UhR~.\u001e\u06e6\u0004\u0773\u0013V\u000e\u0013\u0012[[Kk\u001bu\f\u04ba\u0006i=A\u0680d.31RcR[Fm\u050eQj(g7J\u001dR%x\u000ej\u07b5l,\u0017\u068bEn{Q^4\u040a^LD4\u000e~\u0012\u0011F\u0018\u001c#]\u0010\u001e\u0637O}\u0015\u000bO\u7ad8R\u0017R\u00179\u0350NZ3[Q&%\u0014Y\u001e?_Oc\t\b\u07f4 AbW\u001fWK*lz!\"(\\,tL\u0303f\u001d*.\u0016K(w\f\u04fb\"?Fz0=aUJ[o\tCS\u06a56iXm!M=V\u001df2\u0015[<_C\u001d_\r7*QNDX-5\u0519y=xSt)| \u27ebEt~F\u001c\u07cb\u0012K\u001aK\u001bK9T.hh4\u000e\ud30dI#3m.R.(]-s)@?(>\u0010pe\u0010{K\u001auKD#D\"jD-\u000e+C\u0272u|\nP\u001eD\u0010<7l\u001e$~t.R\t]\t\u0693\u0012c\u0011\u00030UW-#^b]\t\\Q[I#[\u0019\u01f42fc`]%Ze\u001aJ\u0019J\u0019\u0018J\u001f\u001c8\u00162\n\u00159\u0014-4ThS8S\bSR\u02a8RxR\u6464Z\u0190\"DR\u014d\u0012FR\u014aj\u0017%J\u001c\u001f\nl:Z\r\u04dbgE\/\u07f41Aq\u0017;X\u0096h;8\u011e\u000ef#4\u0011\u06c8I &\u0003\u0011\u0003o\u0011\u0013W\u0011Hr:@;\r\"-Qb,\u0011\u001a4\\z\u0006\"KlKT#N\n\u07d4M\u0002\u0014FHF\u001a\u05aam\u0011X\u0017j2QpHnx\u001c\u0016\u000eci\\\"UD\"Y,\"(D\u000fD\u001e\u001cD\u001bR\u0019\"G\u0018\u0016G\u0015\u0013R8.h\u04431u$\u0011TQZ_\r\u049aJ\u0000)#\u0000ERcQuE&}z{qy\u0007w?<7v'MEpVK\u0004B\u06fc#\\\u0011\u0002\u0019m?.S\u07e4 F\u0000\u0000\u001d\u0012\n +EzR\u0015;-\u000e0!0\u0017AWf\u0004k\u0011\u0749B\u0004m\b\u0010RD\f\u0013\/c\u012a2J,\u0277\" JPMq\u001csfbv5yes$cM\u07522aT\u0002K\u0019\u03e0\u065b_\u001fRn \u0665W)\u00164l\u07ef\u001b\u001d?o\u0003\u05ff\u000b\u001cfO\u0759Nm\u02b8v6K\u0786u=}nV\u0004=\u001c\u001dVnv\u001c\u07d9k9c\u0677%*w@];vYwkQ\u0019\u0014)-\u01bf\u000e1u\u0005-]K\u0533mo6\u001b*\u001a\rzYY\u0017fm)*6X\u000el6\/'-\u000eBq\u00194,wd5c09GS\ufb3e~cn\u001e\u0011\u062c6\u001d\b =kS?\u001foY_9>\u001b\re<\u06ddLY\u06fft7\\\u07ec+>x$e|\u00ac< \u001dc\u03f2{F}\rn72qW\u001d+k#e7*o1!*KG-UD\u001b&s^\u000eb\bk\u001fZ\u0015to63\u00b9Ff[\u073cvGw\u000e\u001dm;&WgGw\u024e\u000b\u0015w\u001a\u072c9\u0016U@o.G\u024b\u02e5dY~'I\u0013\u07d7,GwS\u000e\u001cM\u01abUD+r4.\u070cZuY\u0013!bFo\u0488Luay\u0268l\tejEMF7CT7kCi\u0422\u449bE\u048eI\u0013\u0013ow&\t91\u0019ye7.6yZwt[5wN\u001b8mt\u07f4\fFt\u04fb7M3Me|\u01f4\r\u04d2k$'mVeuY$sy][%F\u0017KN\u0500e\u001cl\u0005Ma@LL\u0005P2\u001b,E!\u001f[g5Bm:\tBDsDwb\u0349~Mer\u6138&5dsn_9\u0017a#k\u0006u_\u068aE9&\u015c\u0013v#o\r\u00136y\rV6d\u000b\u0389vKM$\u0658l^9I\u064a|\u0017_e\r\/\u1565`jX\u028b$\u001a\u076d\uaf79]\/\u02f4(]\t:Jo<\u07ed.\u0001\u0015<\"\u0015Dy\u0492Nx\u0732vgZ2-@^S<\r\u0017\f\u0015IwU\fk\u001c\u000b2\u40b4\u0019\u0015\toUHJ\\\u078e^N%UOI\u009dc&\u07bc._X.5HNY\u00022\u011dg9\u001eG\u00ba\u0005O\u0003sRf\u000eW+\u001d#<_\u06d0]\u0016z\tuR\u0019\u000fz$i MfZITI* t+@5O[\fR@$J\r\u0019\u07f6bqmGjhUn\t\u000e;{inZM_\u0019Vep|}\u0014\u0006\u052ad@\u0011Sg\u0017\u0153HCX?x\u074fC\b|\u001f\u0010xK\u001b\u7486\u001037\u000eH\udadf\udd4bK\b\u001fJ\u0010'\"}\"\u001b\u000f\u023fx2`u\tidx(FC\u0011t\\.9<3\u000fr\u0003\u0005=p\/B#qB\u02d2Iy\u001b~\u0012*\buY\r_B\u001b\u001c\u001b-&>\u0012Q\u00a4cD\u00e5\u06cf\rI\u0013#(RR\u0014$ZbTY+\"@!? zA~\u001f;p7o8a\u0010TW\u0019qq}u\u000b\"\u0006g\n\u001eCm\u0001%~\u065e'\u000e#^\u0016hR|i$,\u0010'~p~wOAlW\u018c\u052e\u001d>nq\u06ef\u027f\u00875I\u04e1zG~!o\u000f\u00067\nv\\k&\u0012\u001d@Jop7Lyv\u0017]R@s@BPc\u000eVm\tp+\bt],\t,\u06ae\u0006M\u001cLh\u0005)\u0569T`3cg\u0001\u06ce\u048b\u0000\u0000\u03f2\f\u0000K\u000f33sml\u0000<\u0003j\u0002o\u001cl\u000ebyv@)2\u0001\u0377gA\u06ce\u050d@@\u03f2\fK\u000f33sml\u0000=\u0003=K\u001egg\u00169\u0000=\u0003=\u0003=d\u0007E\u001aV\u0001\u06b4\"h D.\t%\u0019`Yb9>\u03e6\u000bL\u048c\u001c:lV\u03c4T\u001d@\u0000VmGEggY\u0006\u03e5\u0007\u0019\u001966@A%\u000f33s\u001c@AAE\u03e0\u03e3p|.^\u0014\u0004Z\n~8\u0001s\u001aXMgc;\u0019M\u06b0gRo{M\u0011z\u0012\u0019Y\u0001s\u0001\u0006\u0006\rgg\u0003\f\f\"\u0007ggg,WV\u021fxj\\\u0001{n\bf\u03daa\u0007\u0528|lzO]\u057cR\u001b\u0002MN5t1\u0013\\\\:\u062a\b\b\f,\u0000>>>\u00063\u0001}\u0006}\u0006}n\u000333H\u0016\u0019y4\u0019\u014b@\u05fc5}v]5\u0011y?\u0007a`t:Zy?\u0013*T\u00126GIggY\u0006\u03e5\u0007\u0019\u001966%\u000f33s\u001cEg\u001d{(Sa]Z!\u000bKsI\u0006!\u051a=kh2\t\u00120\f\u001b:e]@\r\u001ag\u0300\u0332\f\u0000K\u000f 3 3 sml\u00002\u00032K\u001e@f@f@\u00169\u00002\u00032\u00032d\u0001\u0001G\u0003\\(@8yx<\t\u001egg\u0000}\u0006}<\u03e0\u03e0-r\u0000}\u0006}\u0006}\u0016\u0242>>>xQ\u0010hqQ\u0013}`\u001am\u001a`\\\u001bLN<.\u0010 s#\"3,\u0003\u0003\f\f\\\u001b\u001b\u0000\u0000\u03d2\u0007\u0019\u0019E\u000e\u0000\u0000\u0000\"YaPE\u0003!rIp{.\u0000:7ZCg\/o-\u0606\u0006\u07f3-L\\\u03f6\u0002]\u000b\u03d4T\u0010*\u00177\u0003~6o;B\/\u0002?\u0003?2\u0000~.=\u03f5\u0001\f,y[\u0000\f\f,\u0005~\u0006~\u001e\r~s@rpyf\u001dj\u0000w>>\u0001\u0019\u0019Y$\u000b\f<\u001a\fEAL\u0017b+q\u07bb\u00034U&6v\u0001\t\u000b\u0000MN\u0749b\u001f 6mGE h hY\u0006@\u0425\u0007\b\u001a\b\u001a\b66%\u000f\u00104\u00104\u0010t\u001cE@\"h-I(a]Z!\u000bK\u0003tI\u0006!\u001a?k]-\u0006\u0007\u031a\u064eqpj\u0005Zy@\u0013S\u0002I,y\u0011z\u0011\u0019Y\u0001s\u0001~\u0006~\u0006~\rgg\u0003\f\f\"\u0007ggg,3h3<\u0017\u0005\u0016'!hM@\u0013v6H\u0010@\u0007e\u001dm\\\t\u0569r\u0001\u010dd\u0019y\u0011z\u0011\f\u001a\fZ\u0001\u0018t\u0001\u0006\u0006\r0h0h\u0003\u0006\r\u0006\r\u0006\"\u00070h0h0h,\u0018\f5 \u06b4\"h D.\t.%\u0019P[\u001bvU!'\u0001\u00051\u001df3:\u0015\u0005B-r=\u000blv^\u0004}\u0006}e\u0000\\z@AAkc\u0003\u0019Y>>>\u0001\u0019\u0019Y$\u000b\f<\u001a\f\u000fEA\u001c\u0003ZCp\ua18e\u000bQ\u0007ln3Ov\u001bLN\u0005\u00023\u0003x6o;B\/\u0002<\u0003<2\u0000x.=\u0000\u0000\u0000\u03f5\u0001\f,y\u0000\u0001\u0001[\u0000\f\f,\u0005x\u001e\u0016<\u001bxj\ns\u001bW_\u0010\u071eK2\rY3F\r\u000fy9A\u0007N8CgJuLmA\u06f4\u001d\u0017AAe\u0019>\u001egg\u0000}\u0006}<\u03e0\u03e0-r\u0000}\u0006}\u0006}\u0016\u0242>>>xQ\u0010hq1\u0013\u0003}\u000e=7\b<]\f\u00034\u06d4\u001e\u00104:U'^&0.>Y\u0004mv^\u0004\u0006e\u0000\u0004]zkc\u0003\b\u001a\bZ\u0000A\u0003A\u0003A\u0001\b\u001a\b\u001a\bZ$\u000b\u0004=,,a]Z!\u000bK\u0003tI\u0006!\u001a?kk\u000ejR\u0007\u001b!\u06db\u0018gwl?~TPg,y\u0011z\u0011\u0019Y\u0001s\u0001~\u0006~\u0006~\rgg\u0003\f\f\"\u0007ggg,3h3<\u0017=[\u0004m\u0001&\f\t@E`97\\gS}Pi\u0002MN\u00cd7\bLxOA\u001d\u0017e\u0019A\u001e0h0h0\u0000\u0006<```-r\u0000\u0006\u0006\u0016\u0242A\u000f\u02e0l%2L&\t&\u0005\b\u0019S\u0012.;\u0019\u0010\\]= n\u0018\u0006V\b\u001cx\u0676\u0011A[\u001d\u0017e\u0019\u0000?\u001egg\u0000~\u0006~<-r\u0000~\u0006~\u0006~\u0016\u0002?\u0003?\u0006?\u0005xQ hq1\u0007xow\u00074\u0410<[\\GgR*4p-Y\u0016GIggY\u0006\u03e5\u0007\u0019\u001966%\u000f33s\u001cEg]\u07d6.\u0010?\u04c5%$\u0003\u0010j5\u000emt\fsf,C\u0000hJu*\f5\u0015^w\u0016\u0000\u06bc\b\b\f,\u0000\u0000?\u0003?\u0003?\u00063\u0001~\u0006~\u0006~n\u000333H\u0016\u0019y4\u0019\u014b\u0002A#\u0000t\u0007\r.pv=\u05da8BS*Tsu\u00118t#$H4H,\u0003\u0003\u0012\r\u0012\r\u0012]\u001b\u001b \u0452\u0007$\u001a$\u001a$E\u000e \"YaIB\u0012\u001fnk D.\t%\u0019PPk\n\rk\u001aY\u00109B\u00073wj\u0013l\\BD=AHL\u00059g\u04d6# 3,\u0003\u0003\f\f\\\u001b\u001b\u0000\u0000\u03d2\u0007\u0019\u0019E\u000e\u0000\u0000\u0000\"Yg\u0440g@\u0017\/zY3j.\u001a_S\u0000:C\u0017\u0279\u000e\u001dx>o\u0010S\r \u0004V\t\u0739EQz\u0011\u0019Y\u0001s\u0001y\u0006y\u0006y\rgg\u0003\f\f\"\u0007ggg,\u0640j\ns\u001b\u052a=N\u0006\u0539!t\u0018\u7ccd\u001cNP\u0005E\u0010u-@\u0013\u0013\r}&\u0526L\u0381=\u001c\u000be\u0019\u0000=\u001egg\u0000z\u0006z<@@@-r\u0000z\u0006z\u0006z\u0016\u0002=\u0003=\u0006=xQgqr#uj>\u03fe\u0017zs`Mgn?uT\u0004\u0005\u0739M\u0011z\u0011\u0019Y\u0001s\u0001x\u0006x\u0006x\rgg\u0003\f\f\"\u0007ggg,YG\n8\rU4\u0010\"\u0004\fsC5t\u05b8|5d}-w\u00163[\u0007\u0016hu :U]&\u0010h\u0003\u001c\u0005~6o;B\/\u0002?\u0003?2\u0000~.=\u03f5\u0001\f,y[\u0000\f\f,\u0005~\u0006~\u001e\r~s@gvah&x\u000e\u031di\u001c[9>\u0013Sue\u0002=q\u000e\u067c\b\b\f,\u0000<<<\u00063\u0233\u0001y\u0006y\u0006yn\u000333\u0233H\u0016yP\u0019pEmZ\u0011V4\u0010\"\u0004\fsC-u\rQG8\u07f3<\u035c {YAP.\u0013`s6mGEggY\u0006\u03e5\u0007\u0019\u001966@A%\u000f33s\u001c@AAE\u03e0\u03e3{.^\u0014\u0004Z|\u0004zm@\u0017\u0011\u0001g~`{Y\u0005xT\u0002OSP7F\u0002<\u001d\u0017\u0001\u0001e\u0019\u0000<\u001egg\u0000x\u0006x<\u0000\u0000\u0000-r\u0000x\u0006x\u0006x\u0016\u0002<\u000f\u000b\r<}i\u0e4dF\bn%\u0019@Pk\tQ\u0005_\u0187d\u001d\u0017\u0007l\u0006)\u0569 T \u0771w\u0016\u067c\b\b\f,\u0000\u0000?\u0003?\u0003?\u00063\u0001~\u0006~\u0006~n\u000333H\u0016\u0019y4\u0019~\u014b\u0002A3\u06c2\u06c1qsN\u0007gJu*\u000b\u0010]\u0011z\u0011\u0019Y\u0001s\u0001x\u0006x\u0006x\rgg\u0003\f\f\"\u0007ggg,YWBL\u0017\"\u0004\fsC\b~{{=Z\f,\u00193s\u0018\u0003\f\f,.\u000b\u0019\u0019\u001983ggg43qg=\u0017\/\n\u0004-N\u000eg=\u001e-xs\f\u00199M\f\u0001x\u0006x\u0006x\u0016\u0005\f\f\fl\u001933V\u001a\b\u0585$\u0000!x\u05b8Gy'\u0003\u0010j\r55Q=V@ufx^o\u03d4T\u0010j*0\u0003~nv^\u0004~\u0006~e\u0000\\zkc\u0003\u0019Y\u0000?\u0003?\u0003?\u0001\u0019\u0019Y$\u000b\f<\u001a\fE\u0006?\u0007Mlmciz\rz&UOS\t1\t\u001cqM\u0011z\u0012\u0019Y\u0001s\u0001~\u0006~\u0006~\rgg\u0003\f\f\"\u0007ggg,Y\u05f7e(K+t!rI~.\u0000=7\u000ep~T`,\u0019Y2g41s\u0007\u0019\u0019Y\\\u0016333qf\u03e0\u03e0Zigp~.^\u0014\u0004Z\n~|\u001a3\u0005\u0002c~\u0393??;=3\u0003\u0006\u0006J?\u001f!\u058d2\u0015nk D.\t%\u0019Pki\u001a{>4t\u0010B\u00069htl\u00e0)\u0569@T`fr\u0012h#\"3,\u0003\u0003\f\f\\\u001b\u001b\u03d2\u0007\u0019\u0019E\u000e\"Ygg?\u0017\/\n\u0006-N~\u03d6mO~hR\u0007o*\u000fz\u000eM\u0011z\u0012\u0019Y\u0001s\u0001\u0006\u0006\rgg\u0003\f\f\"\u0007ggg,\u0640j\ns\u001b\u0011sI\u0006!\u051a=kg?\u0745%\u0011?s&`v+g}ejq\\?\u0013lr\u001e\u0004x\u0006xe\u0000\\z\u0000\u0001\u0001kc\u0003\u0019Y\u0000<\u0003<\u0003<\u0001\u0019\u0019Y$\u000b\f<\u001a\fE\u0001G\r\u0017bK\u000ev\u03felCnju\u000bLN\u0015r\u00007Z\u001d\u0017e\u0019A\u001e0h0h0\u0000\u0006<```-r\u0000\u0006\u0006\u0016\u0242A\u000f\u02e0Hp\u001bh D.\t%\u0019Yg8?%%s#\u00193s\u0018\u0003\f\f,.\u000b\u0019\u0019\u001983ggg43qg8?\u0017\/\n,N>nwg+\f\u001d[s4\t\u001dm\u0001\u050e\\\t\u0569S.\u0010h#\u075f\u0003w6o;B\/<<2\u0000y.= \u03f5\u0001\f,y@AA[\u0000\f\f,\u0005y\u001e>K\u001egg\u00169>>>dAAGC\\(\b8yY3N9s`Yy{&T\u0005\u0010]\u0011z\u0011\f\u001a\fZ\u0001\u0018t\u0001\u0006\u0006\r0h0h\u0003\u0006\r\u0006\r\u0006\"\u00070h0h0h,\u0018\fZK\u0012JdXV\u0220B\u0001]\u0001n\b\u03feV\u0003:-)\f.DI>|\u000b\u0014gv\u001e\u0404Tx@8~m:\u0007lv^\u0004}\u0006}e\u0000\\z@AAkc\u0003\u0019Y>>>\u0001\u0019\u0019Y$\u000b\f<\u001a\f\u000fEAG\u0001\u001dLgN8\u000b`.\u0401\u0017Pw`\u001dB\u0007c{!4:\u0015\u0005BW\u001b\u001c y\u0011z\u0011\u0010\u001a\u0010Z\u0001 t\u0001\u0006\u0006\r@h@h\u0003\b\r\b\r\b\"\u0007@h@h@h, \u0010Z*oC\u0018\u0005\u0010$@d\u0000\u001bB\u0001\u041a\u0127\u0002=c[[KSL3\bt\u0018N\u000b4:U\u0017h.\u0010\u0513mGEggY\u0006\u03e5\u0007\u0019\u001966@A%\u000f33s\u001c@AAE\u03e0\u03e3p.^\u0014\u0004Z\n\u0003\u001c,c\u0006\u001d,?x@\u0013Se\u00110VmGE0h0hY\u0006`\u0425\u0007\f\u001a\f\u001a\f66%\u000f\u00184\u00184\u0018t\u001cE}2<3f-M>\u0011i:\u0003\u001e.Os\u00069g6x^uIV7{&\u001fVK\u000ex|iC\u054aC&\u000e&E~e\u0016R>Mg:\u0013sS$\u001cNO_X~xz*^N\u001f\u0015P,\u0004\u06e7\u075a\u001bj5K(M\u00071&&LLRs\u001cl'&\u001a}\u01f6G=J\u07ec\u001f}\u01e7YBY\u0004Z\u0014}\u01abt45D:T&n\b+\u001f\u00d5@\u000bP4[}r\u0016\u0578R\u010a1M\u05d8U@Crj\u0160\u059bvlCjV\bF\u001ax* W0\u0005\u0002\u07eb\u0016U\n\u0622>%\u064aJ2ZO\u00150^\u001f\u000f\"\u07edA\u000eLQS=\u0018\u0013\u000b5RiB{+t'z\u012b$\u05f2\u03fbbg\u001b\u05db\u02777}wJt{\u0002H~<0I\u000b\u001bd\u001d+y|y\u0007Wy|G\u0294=M\/\fCL\u0002DNP\u03dd\n-C\u001fg\u001ey5L\u064f\u000e\/\u0004\u0002\u000e+3?%W_Ww)xl; *\/=\u000e\u0015&ig9v\u0004C\u0001DQk'fc^O\u0002`Ma2kf\u02dbl\u001f\u0016\u001bY4e{\u0013>}Wz\ndI\/yM|9\u001d\u043fr\u0019\"n~y\u001fOmr~P\u000bb.O\u0017j\u04094\f7\u000e[H3L\u001a8\u0014\u0016DiO3s*3|t<\u0281j\/;\f\u0017\u001eGjz\u00150\\|\u00181&r\u001d\t*g6\u000f\u0005\bz*>[3Av\u06b6$^\u0187n\u029b&\u0013t\ue6f4&-gIIpv\u001e\u0010IC\t:\u0003ax\u0017hO7WfK`?`IC0U\u001dwh[1{)~\u0010\bD\u0006`G}|zw\u001fb'\u05e5E0yM8AT\u001e4\b\u0018\u0004G\u062d&`zou\u0549Au]u.|t]O\u000fO5\u000bvf\u0000r\u0019bA\u0019:z2a\u0000\t\u0010\u0015>lFQQ\u0015z58+k\u02c9lD-6 H\u0001:EU\u0017{-a]gUS!@[\bF-8_DL^io(tu86Twp&a?\u001f\u001ftv&\u0011a|\nfa\f=;\u0012H\u0007\\-\u000eb\u001aTz;8M\u0003Q\u054aUx~Kk\u00192\u0011\u001f\u000b,QtVw9\u000boyw\u0017hl\u0177{!\u001b9l\r\uaf06O\u0726Nj\u0012IESiIt'mv\u001a\u0237 \u0002)lH\u00010xWiT_uRc W8\u0007W5\u06be\u001f\r\u05ede\u000e\u052a\u0017\u0003)9(Ra\t\u0006[\u000f2\"J5Z\u001b'\u000eT!@\u0015\u5d35Z[\u01ad\u00035\u001f\u001dOq%\u001e\"\f\u07aa@,g8J\/w =ux0>\u0016\/W+=(u\u0018Yp\u01adA\u0001\t~\u040a\u0013\u02a9\u001e2m]ak\u0002\"DBkKOy|$48_\u0012J0\u000bmmSZ.f\u0003\u0005\u0014\u0166]R8n?\r\u0228l|tv+\u0006\u0007T\n\u000e \u0550\u0006A#mkI7\u0005vY\b4 \/7\r\ubd18r\u07f8\u0015]\u0001Tsw{4!\u0015Q9u\u000f\n7-:\u001e+q+hWr\u001df\u0005\tr\u0014o]\u00feI(6Ek\/\u001fQ\u0005\u001ff\u0003\/\u0004\u00046=w+[a\u0007z\u0011;X\u0015['\u001ct1@\\\u7f0971&O{{n+\u01eeS,8!Lnp\u00d857\u0018_d\u000fB!jPY*4\u07babw\u0018RG\u0018d^}'{}Go'\u001b\u0010!\u0017?Ft\u0017@\u001e\"C]D\n>\u0019tzM<^M\u0013\ba\/s.)# Y(b\u0001k\u0273.I>\u0003ez\u00057=:y\u001e\u0000'+oOJ;PzUl\u0015;>hui~\u000f(*dP\u0007)uj\u88fb\u001ah\u0002\u0013 I>J\u0013p(\u0016&`2\u0001\u0007:>\u0003`$|>v\u0003\u001e\u0004h\u06a7f\u0004]{1\u0002lg\u0004t\r}O\u0012 &ZNMN\u0017i\u001a\n\u000344?\u0014oV?\u001a:\u001d7W\u053e\u000er5\u001a\u001c\u0019yNvJ}`R[(m'mW\u001f\u000e\u07cb_\u000e=l\u001e?\uc98c!>ZX2\u001f]GCzT\/N\u0019\u001d^\u0017]^\u01ceTR\u0005U>*)+TzPU\n?r^y^bZ\u000fCS\u0017\u001b\u001d\u0379.eH:\u001eOB2p\u029aRo3:\u001djs\u001eI\u0013}r>4{f7g\u02e2_zIt\u0017\u01cf\u001fg\u001f\u0015}DiqtLU\u00046:q\u000fU\u0013%}D\u0007\u06c9>q~~[xF\u0013\u06a5f\u001b8c\u0762Sq\r|\\['c}uZnn\u0161e\u0015\u001f\u001c\u06fe+G\u001ey\u0002\u0509EQe\u0014p\u001e\ub29c%)|\u0292d\u000e\u0015D-Cb!E\u0015\u0013\n?*\u070c'Y\u0017Ot\u023a\u0017\rQuX'\u0015V\f\nUazF\u001ff\u0015<\u000f<\u0012w<\u0005>\u000eKB\u02b3?.I\\\u001a\n\u02b0K7\u0018\"dl\u0014\u068c\u0678\u0014pV>*|`\u0006\u07f8aIj\u001b}\\l\u001e>iO6\u000f|h|L\u000b*`\u000eE\b>B,\u0006\u000f,ed\u001a\u0015Z{\f]$>[\u001e\u000e5b}\u0005)Nqs\u0005|x~}5'F\u0006\u001eNUu\u0566;\f\u0005\u0507\u000f\u0013\u001f\u02264jG[7qR?F\/oo},H?&~89}\\log7!Y>\u0273zy{>\u06e86\u0005\u016b\u0342q&$B8\u001a\u04ec\u573d#\u0465\u000f\u001f%S\u05b9TM\u0014_E%c\r\"\"-'\u000fL3+CM%\u071b$*Y1!]Z]%%*%\t\u001bX[}\u001d\u575e((\u0018\u0002~\\\rwR&\"Cm;Kd\u0012\u03b7\u0465F6fz|u-\u001ba:\/OvG\n~{5\/\u07e4\udb87\udd384LJ\u0194W\/&^\u0015|'D>>DP%\u0004GS$l4\u0003qs^*nM4}Vg7\u034bX$q\u0014|g@;\u0019\u001e|#wRb}O7sUp%cCb3xzB\u07d1'Pa1\u0001\u0003\/-\u06ff61O\t\u0001.-\u0010O;ObwwbY\u001c\u0253e\u010b\u0495](\u0352rso]S\u0465NS\u000f\u014b\u0004\u00076\u001drt9y}~d[VjUrU9IsEWe)jYNDiWel5^}[-6U\u001c4~{\u001bg*xdU*EQ#\u0013\u0004\u041b\u0624hJ\f\u0001h\u000b\u0000J\r5miR>amnpY\u0002\u0019$\u0010)\u0014!\u001d3~`\u0006\u000f\f\u0241\u001c\u001bq\u0012Z\u000edDS0N\rS3N\u00150N{3\u02d6x9+:\"\u0011y\u0004\u001fH{D=\riO3d8\u0007\u000b5\u00148Y\"t0<\u012c,g8b*jiG?[\u0003\u001eFd\u0005RV.\u001cEIIZ}\u0012\u01cf4Q*J\u0013r\u000b-M\u02c5>\\)R1@LdnercSQXKk\u0019-E\u0005mk2AAZOmdj}\u0003\u0304vV'RF\u001d\u052eQj(o:PKV\u000fV\/\u0019\/!Mkw\u00c5Tj\/j\u0017u\u068bE~{@+z+s\u0011T}\u001e]\u000fwtI\b\u001e.\u0000z`\u0003.T58Z\u0003!fPQ\u001a\"dK)^<.\u0012\u0012\u0011NUdUB4\u0003sa\u0004~2~@YcR\u0013VYb)\u001eazw^\u00143LOXmR[\u0098vr>V\u001blHSL4wg64-+Lwx\u0003\u05835w]sxst\u06e0)iU\"r\u0016\u0007\u0006\u0446)0ncgY\b=\u0005|\u001bi\u0006i\u0019EqXtXq\u0010mp\u0017.\u0480.E\u001a!\u000b1|K#pny_\u001bJ\u0016>\u0017\u0015!\u5833xa\u0011?u\u0017@(nI9\bb\u0018XEHTTaT\u0001TSAS\u00e5\u0005J\u0445H\u0006G\u0447E\u0005D1\r\f\fB\f|\u000fyB\u000evb\u001cD\u0019\u001c\u0684\u0016D\u001a\u03a4m \u0013b\b\u0013Q\u0012U\u0012e\u0012Z\u0012 %-\u00d3\u0010\u0002B\b\u0090\u000b@\"\u000e=y6g\u001bYQ\u000bCoLPEc;%\u000e\u000e\u0003\t{:b\u0012ic]D+R\u772a#N \u001e\u001d\u0004)\u0006\r\u061b5\u0010N^b\\\u001arR\b\u0004o\u0012\u06260$\u01b0VeoE\u01baP;3:\r\ud18fv3\u0351\fm0P\u00050\u000bp.IP\u000bY8\u000bJ \u000bU\b\u000br\ni\ny\nI\n3\ud08a\u0016\u001aA\u0012B\u0015B\u001dU\u0005\u0650\/4\u01042DT-5\u0016UWM|j%o^k\\}\\.\u001eD\u05d3nzm8\u0002&\u0002m\u0006y(q#qHMoS\u0019\u0016\u001e[\u0014\u0000\u0000\u001d\"^\u000e +EzGp\u0000\u000ffZIBdK?8Qm\u0002n\t-BJe^E\u0010b\u0019%VTqb5\u0015\u0001Qj\u761b77?v_B&yIok0[shUA\u0625\fgMa\/\u020a)Jt\u000bp?\u07ef\u001bJo\b\r\\.p=ug;U>\u05f7'*e,?{\u001b\u059ds|\u06ff=[\u00138s|Y\u0016~Sq|g\u06ae0\u0011\u05b7De\u001fkGyX\u076e\u073b\u9d68\fso}_\u0007I\u0018\u06ba\u0002\u0796ZT\u01ae%xY\u07b6le\u0015gu\r\u0786y\u000b6\u0014~ei,s6}\u001bzk{-qg;i\u0012\fQ\u0019|8WRx\u001d8\u0015o3K\u077d\toZY<\/>\/'-\u000eBq\u00194,wd5c09GS\ufb3e~cn\u001e\u0011\u062c6\u001d\b-\u03d95g)`\n6y?zYY\u001a>:<'\u3ca1\f<\u02e7yo\u02f7osb')\u0013fey\u00058\u06fe,{Gnw!\u000f6b6Zv#\u001c\u00172\u04b1b\u07d5G-W\u0004;&,#\u001d%ap\u0015\\br,H\u001a),mnk\u0013\u02b7AwV\u0007\u000e\u001cL.shs\u001a\u0007\u000f+=Ys.Ko\u07fe]\u0333o\u0017\u000f\u0257KFqCb9'As\u001d.\u0006E\f\u000fW}\u06eb\\\u00142 \u00a0Av7\/\u0014N\u035a\bID6`tJl.d\u0013\rKe\u0529wc4IE\f\r^!\u000e+oJN{\u0014jwI;&ML@|\u0004i\u0015^NrS\u0566\/6\\kjp\u0455R\u0010\u0012\u0003le\f3%_fjv)\"S5FJn*\u0001'[eM,5\u05cd..\u001a]6Qcm\ns\u0632\u00154E.\u00021y2\u0015Fl\u0014n~l\u0580Srh7|M&;&\u0013\u0375m\u0013^&6\rn\u0013\u001eI\rVR\u06e4f \u001a}&k+\u0016jfwM57M\f\u001e-v [\u026em6;&=6dgU{9\u0724.e+y]|]\u0006'6Z\u0016\u0655?_+K}\u0012\u0017OI[{s\\_x)R\u0016(\u0014X['_hc*+%y6F.4Ue%na~\"H-@^S.%\t-o\ub4ba\u0004%b\u0011XSDE, TzcU\u0006$3\u001bfMV-\u05d6}5.iBk\u001e\u0016\bO\u00124&3$*\u0543\u000fjN\u000f0O[\fP $I\r\"\u05d6#`a[&\u06c1!\u00136\u001d\u046d7r+f':b)\fU\u0240\u001d&\/.']\u00147\"!\u000fs;\u0753C\b\u001fn\u0010S\u0005p`#\"H4H,\u0003\u0003\u0012\r\u0012\r\u0012]\u001b\u001b \u0452\u0007$\u001a$\"\u000f\u0012\r\u0012\u02c1DWK\u0001\u0016\u0282D\u000fL5\u0016Bui$.D.\t$$\u0003\u0012\u0010jM5\u00eeN5OD35~Y\u0007\u000eML-j\u001e\u00056m9B\u000fAA2\u0000.?```\u0435\u0001\u0006\r\u0006-y)``\u0439\u001c\u0018t\u00140h,\u0018\fZ\u0013X\"m \u0010$0\f\u0018tC54uAq\f\u06b2oiizC\u00016h\u001c[yC\u0013S\u0002\tM=Y\u000emv^\u0004\u0006e\u0000\u0012]~@AAkc\u0003$\u001a$ZDDSAAs9j) BYI6g\u000f\u0006B@K2 \r\u0003hGshsf$:p,x\"\u04444bK@\u06f5\u001d\u0017AAe\u0019D\u001fhh\u0000\u0006< \u0014yh\\\u000e$Z\nHP\u0016$z`\u0012=^\u00faB\u0012M\u0017\"\u0004\u0012]\u0001n\b&\u045aaW,\u000e\u0003K`\u0003D[GhBmw\b\u000f\u0766(]\b\n\r\n-\u0000\u0014BBB\u0006(4(\u0001\u0006\u0203BBrR@Rh\u05c03j\u04ca0\u0010$P\f(tC-\r;#\u0004v\f\u069a\u0015\u000e7 =\r,W3&TRL{\u000e\u001c0qQz\u0011\u001c\u001a\u001cZ\u00018t\u0001\u0006\u0006\rphph\u0003\u000e\r\u000eM\u0007\u0006C\u000be\u0007\u0006UV\u0221\u06f0W\u00108tI\u0006\u001c!\u051aCk]s\u0005v\u0010\u0004\u0000\u001b\rohw\u001aZZhBu\u001aA$h#\"@4@,\u0003\u0003\u0010\r\u0010\r\u0010]\u001b\u001b\u0000\u0000\u0452\u0007 \u001a \"\u000f\u0010\r\u0010\u0001DWK\u0001\u0016\u0002D\u000f\f5;\n\u05a5\u0015h\u0010$\f@tC5\u0004\u0000J\n\u001c+A\u0013D\u0002\rV PF00q| \u06b8\b\b\u0010\r\u0010-\u0000 \u0000D\u0003D\u0003D\u0006@4@\u0001\u0006\u0003D\u0003Dr\u0000R\u0000\u0000\u0003hm\u0012\u001e&3\u0005\u0002 ZC\u0004\u0001w2\u0000\r\u00c0\u8ccd\u0001\u000e]K\u000b\u000e]\u0015\u0000\u0006\u0016g\u0000\u000e]~kc\u0003\u001c\u001a\u001cZCCSs9pj)BYp9F+\u001cZV\u0221BK2\r\u001cZ3\u000eJy`V!mmpQ!:8l_a\u0012dIy\u0011z\u0011$\u001a$Z\u0001Ht\u0001\u0006\u0006\rhh\u0003\u0012\r\u0012M\u0007\u0006@D\u000beA\u0007&P%>K+$t!rI %\u0019Pk\u0012{\ft\u0e41%u\u000e5u\u0005TRS\u0001-|=\u000b\u000emv^\u0004\u0006e\u0000\u000e]~kc\u0003\u001c\u001a\u001cZCCSs9pj)BYp9z\u000e\n94]\\\u00128tI\u0006\u001c!\u0004\u000eO\u000emlJ\u0015v<\n4\u07d7ZC\u0013S\rl\u0127d9y\u0011z\u0011\u001c\u001a\u001cZ\u00018t\u0001\u0006\u0006\rphph\u0003\u000e\r\u000eM\u0007\u0006C\u000be\u0007:xXm@\u0010$p\f8tC54u=2,v--uLN]\u01f1\u064c?TBSS\u0001O\u001b\u001cHy\u0011z\u0011$\u001a$Z\u0001Ht\u0001\u0006\u0006\rhh\u0003\u0012\r\u0012M\u0007\u0006@D\u000beA\u0007&ZPm\u0ac1\u0010$\fHtC0$\\=]=3%ls=5\u050aC\u0013Sg\ub630mGEphphY\u0006\u0007\u001c\u001a\u001c\u001a\u001c66%\u000f8484E\u001e\u001c\u001a\u001c:\u0003\u0002\u000e-\u0005\u001eC\u0006_\u000e\n94]\\\u00128tI\u0006\u001c!\u051aCk\u001d8Ez\u001e\u0002\u000e6\u07fe6G\u001b\u000eMNzl\u0005nv^\u0004\u0006e\u0000\u000e]~kc\u0003\u001c\u001a\u001cZCCSs9pj)BYpa9g@\u001aiE@\\\u00128tI\u0006\u001c!\u0516C\u001d8tr\u00023w#D|Sm\"D\u0013Sr\u0005BDnv^\u0004\u0006e\u0000\u000e]~kc\u0003\u001c\u001a\u001cZCCSs9pj)BYp9\tzcT\u0002U\u00ebw2\r\u001cZ)u\u001f\u060eM\u000el\u03ddjl\u00e1)\u0569T \u0010mGEphphY\u0006\u0007\u001c\u001a\u001c\u001a\u001c66%\u000f8484E\u001e\u001c\u001a\u001c:\u0003\u0002\u000e-\u0005\u001eCkyL\n94]\\\u00128tI\u0006\u001c!\u0004\u000eO\u000eml;k&n7l\u000fMN\u07677&>'\u02e1\u06ce\u048b\u0432\f\u000f84848tmlCCK\u001ephph<848t.\u0007\u000e]-\u0005\u001cZ(\u000b\u000e=0\u059eO\/\u0011Q2S0)@^5\u0796;\u0019pPk\u000eaU\u0004&\u0242h\u000e#g\u03b5\u0001m{[{\b\u0010MN\u0003\u001d\u0012@t#\"@4@,\u0003\u0003\u0010\r\u0010\r\u0010]\u001b\u001b\u0000\u0000\u0452\u0007 \u001a \"\u000f\u0010\r\u0010\u0001DWK\u0001\u0016\u0002D\u000f\fLDui .D.\t $\u0003\u0010\u0010:\f>Wh\u001ea6tAC\u0366=phBu\u001a%B$rh#\"848,\u0003p\u0003\u000e\r\u000e\r\u000e]\u001b\u001b\u0412\u0007\u001c\u001a\u001c\"\u000f\u000e\r\u000e\u02c1CWK\u0001\u0016\u0282C\u000f\u0321~%\"K+t!rI%\u0019pPk\u000e\u0019v5hK$\u06b6i\u000b .w\u0005hC\t\u0569{~ mGEhhY\u0006 \u0007$\u001a$\u001a$66@A%\u000fH4H4E\u001e$\u001a$:\u0003\u0002\u0012-\u0005\u001eDkJLTVHB@K2 \r$ZoD-\u000eCA\u0003D\u0016\u06cd\bAN\u076dq\u0003Di;J\/\u0002D\u0003D2\u0000.?\u0000\u0000\u0000\u0475\u0001\u0010\r\u0010-y\u0000\u0001)\u0000\u0000\u0479\u001c@t\u0014h,@ Z\u0007!H\ri4\u0010\"\u0004\u0010]\u0001n\b\u001d\bDk|O\u0016D\u06ee\u0017-!}r\u0000)\u0569^V\u0004\u0002\u000bN\u0016D\u001d\u0017\u0001\u0001e\u0019\u0000D\u001fhh\u0000\u0006<\u0000\u0000\u0014yh\\\u000e Z\n@P\u0016 z`\u0010]\u066b\u0001|\u0005.d\u0000\u001bBAk ZS\u0005\u044e\u01d7 e;.G\u001b\u0010MN\u00152@Ss\u0001mGEhhY\u0006\u0000\u0007 \u001a \u001a 66\u0000\u0001%\u000f@4@4E\u001e \u001a :\u0003\u0002\u0010-\u0005\u001e\u0018D\u0006_\u0019\nA4]\\\u0012@tI\u0006 !\u0016D\u001ac\u0005+6LcD\u06c1v\np&@4:\rGVmGEhhY\u0006\u0000\u0007 \u001a \u001a 66\u0000\u0001%\u000f@4@4E\u001e \u001a :\u0003\u0002\u0010-\u0005\u001e\u0016Dk[\u00055j\u04caH\u0010$\f@tC@ Z1'\u000buT\u001b\u0015zl2e4.<\u000bN\u0016D\u001d\u0017\u0001\u0001e\u0019\u0000D\u001fhh\u0000\u0006<\u0000\u0000\u0014yh\\\u000e Z\n@P\u0016 z`\u0010m^6Q[\u0010D#F4@tM\u0006 \u001c \u001a \f Z\u0018 Z\u0012 Z\u0018 \u0003\u0010\r\u0010\r\u0010-.\u000b \u001a z\u0002\u0010M\u0010\u0007\u0006\u000b\u0000D\u0003D\u0003D\u000b8\u0005\u0010mkO\u0000`+\u04a8-@\u001aqO $P\u026cU6J4%\u0001E7\u06a2h(J\u01b6,v6Mcs3?tt-\u0406DSS\\\u0010U\u0011z\u0011$\u001a$Z\u0001Ht\u0001\u0006\u0006\rhh\u0003\u0012\r\u0012M\u0007\u0006@D\u000beA\u0007&\u0006\u0015j\nIt\nu@\u0010$,\u0003\u0012\u0010\u0002'f\u0007tAD{o;\u0015G+\u0012MN\u0002;\u0382D\u001d\u0017AAe\u0019D\u001fhh\u0000\u0006< \u0014yh\\\u000e$Z\nHP\u0016$z`\u0012m^i$\r{\bDWd@\u001bBmIc\u0014C|OD{=3'l\u00b6\u000e{ \u04444h\f$]\u0011z\u0011$\u001a$Z\u0001Ht\u0001\u0006\u0006\rhh\u0003\u0012\r\u0012M\u0007\u0006@D\u000beA%\u001aV!\u06b4\"h D.\t$\"\u0003\u0012\u0010\u0002\u0006DoD\u000bDDgA;= @A' \u0004qh\u0000H4H4H0 \u0006wi\nItK4B \u0015\u0019Pk\u0012\u0019x 9yqY\u0018}\u001eH4:\r\u001aN\u0011'U\u0011z\u0011$\u001a$Z\u0001Ht\u0001\u0006\u0006\rhh\u0003\u0012\r\u0012M\u0007\u0006@D\u000beA\u0007&\u045aYD\nI4]\\\u0012HtE\u0006$!\u051aDY\ri\u0012,\u00053\ro)\u0002qc!:[f @\u06ce\u048b \u0472\f@\u000fH4H4HtmlDDK\u001ehhH4:U\u0005|X\u062a\b\b\u0012\r\u0012-\u0000$DDD\u0006H4H\u0001\u0006\u0203DDr R@ \u0003h].D\u04c5%DWd@\u001bBIfDoim\u0666$:ze#:\u0007:uj[\u0001Ht\"H4H,\u0003\u0003\u0012\r\u0012\r\u0012]\u001b\u001b \u0452\u0007$\u001a$\"\u000f\u0012\r\u0012\u02c1DWK\u0001\u0016\u0282D\u000fLL\u0107ui$.D.\t$\"\u0003\u0012\u0010jM5U!\u000f9Y\u0014q\u0017^Y\u0018\ud8b4\udcb7\u0007\u0014MN\u0003zw\u000e(\u06bc\b\b\u0014\r\u0014-\u0000(\u0000E\u0003E\u0003E\u0006P4P\u0001\u0006\u0003E\u0003Er@R@\u0003h\u001d'(\u0003b2S0)@5\u000b(,\u0003\u0014\u0010:\f>W\/\u001dc\u0012;XnE\t\u0569To:\u0003nv^\u0004\u0006e\u0000\u0012]~@AAkc\u0003$\u001a$ZDDSAAs9j) BYI\u0012\u001f\u05a5\u0015h\u0010$\fHtC5\f<-\u0154D9\u0015G;\u0012MNZeBSOD\u001b\u001d\u0017AAe\u0019D\u001fhh\u0000\u0006< \u0014yh\\\u000e$Z\nHP\u0016$z`\u0012\u001be>K+$t!rI \u0015\u0019Pk\u0012\u0019x [\u001a\u0019L-M\u00174ItE&TNS\u01c4.6n;B\/DD2\u0000.? \u0475\u0001\u0012\r\u0012-y@A) \u0479\u001cHt\u0014h,H$ZcJ|XVHB@+2 \r$Z3j-\r=Y\u0016{vL\/-\u041a9Wjui!:K\u000b\f\u0016j;B\/EE2\u0000.?```\u0475\u0001\u0016\r\u0016-y)``\u0479\u001cXt\u0014h,X,Z\u000f\u02c4\rj4\u0010\"\u0004\u0016]\u0001n\bf\u045aB0M%3m-Hl2t\r\u0706DSSH\u046d\u068e\u040b \u0472\f@\u000fH4H4HtmlDDK\u001ehhK+dt!rI \u0015\u0019Pk\u0012\u001e\u001c9\f|S\u0012\u001dZVh\u02b5\"\u04444h\u0002nv^\u0004\u0006e\u0000\u0012]~@AAkc\u0003$\u001a$ZDDSAAs9j) BYI6g\u000f\n+]\\\u0012HtE\u0006$!\u0004\u0012O\u0012iok<\u009b$fW\u001cH4:\r\u0007&4dIy\u0011z\u0011$\u001a$Z\u0001Ht\u0001\u0006\u0006\rhh\u0003\u0012\r\u0012M\u0007\u0006@D\u000beA\u0007&:NPd`RDkC\u0003.\u02c0D7Zh\rEt-t\\K\u0005M\u0012<&\u0007\u0012MN:lf\u0003nv^\u0004\u0006e\u0000\u0012]~@AAkc\u0003$\u001a$ZDDSAAs9j) BYI3\u0107ui.D.\t$\"\u0003\u0012\u0010\u0002\u0006DoD\u000bDDgA;= @A' \u0004qh\u0000H4H4H0 \u047a]\u00faBJ\u0017\"\u0004\u0012]\u0001n\b&\u045a\u001c9\f4-\u0004$\\;6$P\u0006M&4tIq\u0011z\u0011$\u001a$Z\u0001Ht\u0001\u0006\u0006\rhh\u0003\u0012\r\u0012M\u0007\u0006@D\u000beA\u0007&Z\u0012\u001f\u05a5\u0015W\u0010$\fHtC5\u000b\u0012\u0365\u0002[\u000bo,\ffmWjC)\u0569T&`Mqca#\"H4H,\u0003\u0003\u0012\r\u0012\r\u0012]\u001b\u001b \u0452\u0007$\u001a$\"\u000f\u0012\r\u0012\u02c1DWK\u0001\u0016\u0282D\u000fLm%>\u00064\u001a\bK\u0002\u0200D7@Ak\" d \u0442d YbN\u000fH4H4H,h\tH4A\u001c$\u001a$.\u0000\u0012\r\u0012\r\u0012-$H\u01d4p+J\u0017\"\u0004\u0012]\u0001n\b&\u045aB\u001f4O\u0017EV\u000bM\u0014=ZQv(P\u0006N\r\u0002\u0013z(\u06b4(\b\u0014\r\u0014-\u0000(\u0000E\u0003E\u0003E\u0006P4P\u0001\u0006\u0003E\u0003Er@R@\u0003h\u0003jQ;W\u0010PtE\u0006(!\u0016E\u001asUC\u045aN\u0016EF8Mgz@\u0454Tq*\u0017\b\u0015\u076a\b\b\u0014\r\u0014-\u0000(\u0000E\u0003E\u0003E\u0006P4P\u0001\u0006\u0003E\u0003Er@R@\u00e2h\r{FmZ\u0011i4\u0010\"\u0004\u0014]\u0001n\b\u001d\bEkhm,\roh\/f\u0016n\t\u0569TG1\u06ce\u040b@@\u0472\f\u000fP4P4Ptml\u0000E\u0003EK\u001ehh\u0015\u0005X]@[\u001d\u001b\u0001\u0001e\u0019\u0000F\u001fhh\u0000\u0006<\u0440\u0014yh\\\u000e0Z\n`P\u00160zP\u0018\u0018FmZ\u0011i4\u0010\"\u0004\u0018]\u0013\u0002n\b\u047a\u0007\u0018]8\u01c6w4OZzG\u0013*\r\u03c1Gi=BO\u0002H\u0003H2\u0000.?\u0000\u0000\u0000\u04b5\u0001 \r -y\u0000\u0001)\u0000\u0000\u04b9\u001ct\u0014\u0000i,@&CmZ!ns@?tU\b@!\u001aHk\u001et \u001b+\u0013\u0005@v]Oh\t\t\u0015j;\u0004H\u001e'\u0001\u0001e\u0019\u0000H\u001f\u0000i\u0000i\u0000\u0000\u0006<\u0000\u0000\u0014y\u0000i\u0000\\\u000e@Z\nP\u0016@zX +cb]Z!\u000bK\u0002\t\u0001H7Z\u0003iM0\t\u0000i.\u0015\u001b\u0004&\r\u001e\u0003CL5Kv:\b\u0569F`\u00023`=\u000b\u0018mv^\u0004\u0006e\u0000\u0014]~kc\u0003(\u001a(Z\u0000E\u0003ES\u4062s9j)@BYaQ7\u0004H\u0000!@\u0010PtC\b(z(\u01b2\u0579\u000f\u0004,\u00fd\u0004 TM=\u0013\u0793mZ\u0413\u0000\u0000\u04b2\f\u0000\u000f44tml\u0000H\u0003HK\u001e\u0000i\u0000i<4t.\u0007 ]-\u0005@Z(\u000b =,0.\u0010H\u04c5%\u0001H\u05c4\u0000\u001bBf\u0001Hg6g\u001e=:\u0616Dw\u0005b+ MP=.\u0010=e\u0011z\u0012@\u001a@Z\u0001t\u0001\u0006\u0006\r\u0000i\u0000i\u0003 \r M\u0007\u0006\u0000\u0000H\u000be\u0001\u0005ZP\u013aB M\u0017\"\u0004 ]\u0013\u0002n\b\u0006\u049a\u0007 dkr@ik^\u0015TTSP\u0017]\")I\u001d?>BIS*TeDY2\tnz\u0004\u0006e\u0000\"]~@AAkc\u0003D\u001aDZHHSAAs9\u0010j) BY\u0010a\u0000T.H\u04c5%H\u05c4@\u001bBfH\\d[\\nh[w&T\r\u06f6\u001e'AAe\u0019H\u001f\u0010i\u0010i\u0010\u0000\u0006< \u0014y\u0010i\u0010\\\u000eDZ\nP\u0016DzX\"CeN\u00067\u001a\bK\u0002\tH7Z\u0013iM\u001c\u000e\u00106g\u001c\u00f1`\u0016j&T$\\M\u000bnz\u0004\u0006e\u0000\"]~@AAkc\u0003D\u001aDZHHSAAs9\u0010j) BY\u0010az\u0013\n4]\\\u0012tM\bD!t\u0018\"}7\u001b\r3\u001cH\\yV\u0002\u0484\n5N\u0016t#$4,\u0003\u0000\u0003 \r \r ]\u001b\u001b\u0000\u0000\u0492\u0007@\u001a@\"\u000f \r \u0001HWK\u0001\u0016\u0002H\u000f\u000b\r\u00106\u0010H!\u001a!\u0000\u0010tC5\f=\u0000$wj\u0000H\u5e0e.t\u001b MP\u0015r\t\u001e\u00119\u000b \u0762\b=\t \r -\u0000@\u0000H\u0003H\u0003H\u00064\u0001\u0006\u0003H\u0003Hr\u0000R\u0000\u0000\u0483\u0002i}\u0018\u001d\u0004\u0526\u0015F\u0003!rI\u00005!\u0000P[ \u001bz\u0000\u0485l\u0004Sk6i4BM\u001f\u07d9g{@\u06bc(=\t \r -\u0000@\u0000H\u0003H\u0003H\u00064\u0001\u0006\u0003H\u0003Hr\u0000R\u0000\u0000\u0002i]\u07d61.\u0010H\u04c5%\u0001H\u05c4\u0000\u001bBT t\u0536CsZCwfM}\u0004Tv1\u001fp1\u0382Hh=BOHH2\u0000.? \u04b5\u0001\"\r\"-y@A) \u04b9\u001ct\u0014\u0010i,DZ1\u0010i]Z!\u000bK\u0002\tH7\u000eD58a\"44\"m\u0007Lw4B5$,\u0017Q[\u001e'AAe\u0019H\u001f\u0010i\u0010i\u0010\u0000\u0006< \u0014y\u0010i\u0010\\\u000eDZ\nP\u0016DzX\"=^d`RHk.>\u0003\nH7Z\u0013inHkR.v\u001c\u03cd}\u001d7\f\u0003\u0551v\u0010*T%h^]\u000eB=$\u0012\u0012\u0016GI\u0010i\u0010iY\u0006 \u0007D\u001aD\u001aD66@A%\u000f44E\u001eD\u001aD:\u0003\u0002\"-\u0005\u001eHk\f@H\n4]\\\u0012tM\bD!\u051aHk5`'\fC;d\u0535g^4B5%4}6@\u06b8(=\t \r -\u0000@\u0000H\u0003H\u0003H\u00064\u0001\u0006\u0003H\u0003Hr\u0000R\u0000\u0000\u0002i-)a6@\\\u0012tM\b@!\u0004 _ mc~3f>bvP*T\u0003\\b{\r[\u001e'\u0001\u0001e\u0019\u0000H\u001f\u0000i\u0000i\u0000\u0000\u0006<\u0000\u0000\u0014y\u0000i\u0000\\\u000e@Z\nP\u0016@zX E\n%LK+\u0004t!rI\u00005!\u0000Pk \u0019z\u0000\u67c54uu]\u000eH\u0013*TC\\\u0002\u001em[\u0413\u0000\u0000\u04b2\f\u0000\u000f44tml\u0000H\u0003HK\u001e\u0000i\u0000i<4t.\u0007 ]-\u0005@Z(\u000b =,6@\u06b4B \u0746j\u0000kB\u0000\r@\u062b*\u0005SC\u0013\u0006\u048em\u0005q\fi~{\u02ed\n\u0542N0\tF\f\u95adGI\u0000i\u0000iY\u0006\u0000\u0007@\u001a@\u001a@66\u0000\u0001%\u000f44E\u001e@\u001a@:\u0003\u0002 -\u0005\u001e\u0014Hk[\u00057j\u04cah\u0010$\u0000\u0010tC\b@\u001a@)\u0003 '\u0003\u0016&\u0003\u0006\u0012\u0003Hwz\u0000\u0001\u0001e\u0001H\u0003HO\u0000\t\u0000\u0000u\u0001\u0000i\u0000i\u0000ia\u001e\u0000u}[mh\u0000!F\fi\u0000i\ft-94t-\u001901,%01t\u0007@\u001a@\u001a@Z\\\u00164\u0004@ \u000e \r ]\u0017\u0000\u0006>\u0012 g\u04ec's6\"?\u037fPg\u0000w~e7i.)G|\u0017\u0006+.JfD#JI\u0001\/;PvhtZq\u0002z$_\u06efBJ\u07c7{N4\u065b_\u0016_X?U\u0019_8Z\u0010I\u04a0\u001a._i!5O\u0005\u001f\u00019\u0582Q2\u0010`e\u0005.Mj\u0010^x#\u0000N\u0010\u00df\u02efsBcCk\u0005)Z0\u001b*=W^\u0010J\u0006#X>)u\u001f\n3n\\OVi(5\u01e6\u0533uJVt\u0011A1IVgg}x\t\u000f\u000fOO|^\u001b*n\u00067\u4b79V#Tt\u0010cb$W8g|\u0013{\u0013^]Sc#g\u001eo\u058f>{gYY\u0002-i>_Z:\u001a\u001aoZ}c\u001dSx\u0013}7\\U(WJW \u0005(}I_~>j\\FK)b\u0158\u0766k*!l9bPp~Z;uuql\u0004u\ruae<@h\u0015+\u0002U$*K\u0001\u0014[\u05072[Qi\u0017TF\u0002\u01ab3AZ5\u07817j>u\u001asxF*Ss'|D\uf59bxdZv~Wl_z1N.?>sO\u0000\u026f\u001f\u0017\u0007\u0019&~a|1\u000f;*\u0764zLDn)0\f2+\u0000N\u0004\u0729b9:qv:W\u0294=\u000b :\n&O\u0557U]\n-\u001e\u06cez*(0\n\u000b}CI\u0019o\u001d8 ;\u0001DQk'fc^O\u0002`M2k8_\u024fwlVY|\u04b2\t\u001fd>\u01abba\u0005\u95fcJ[\u000em_|w~ICD\u0011j7?\u04fc\u000f'\u07f6Syn?~}y1\u0017\u000b5D\u001a\u0013G\u001b}}H?\u0019|&Q\r\u001ch\n\u000b9W~\u0019Jix:\u001e@5\u04d7\u001d\u000b\u000f#]5~\nEXz\u0018.>\u0018\u0013Tm\u001fF\u000b\u0010T}tgCmI\u000f\u07547i?M'7i;MZ\u0380<8!L\u0013Fcu\u0006\n\/SfNF.*%\u000e3q\u0015#G\t@j@_\rvGn\u0327\u0017N\u001eGs\u0000s>.],\u001bm\f\u00e0\u0006Au|\fBs`p\u0013G7QCD\u0120:\u0017q>g\u0007j?\u0275M\u04dat`j\u001aHT|x\u0014Caj)\u0005ruLFm`%\u001bOSS&$o`\u000b5%\nc \u053en\u0006\u071e\fE-J1\t[>fmr\nc\fb60hKFA\u0015\u001bg2Q\b\u0560\u001cN\u0777V^U\u0018Ur\u0581BF\u00da\u00055u=5\u0018\u001a\"TF|\fl\u0016@ w\u0002D}\u0002C%x\u0016#E\u000e2td`\u0000\u000e\u0013 *|~BX+HjpW\u0019\u000e\u0013\u0648ZmAfl\u0003:u.K\u011d\u047a\u0386\u0529s~q-\u0004#\u0016\/|s\"B47\u0014:\u001cp\u001bh?`\n\u000eh\u0012\u00018M\u0002I#o\u0014\u0018\u000f{v%*gs\u000fZPM\u00054\rgi\u001aJ\u001f]V\u0002\u001f\u01abwaFe\\8LI\u001f1\u0006'\u0007&p+R\u000f5H\u001e\u052c:\u0930v\u0006Q\u0007!\tQr$#\u0018=+\u0007O\u0725M9b\n\u06e1n9wj]\u0012\u001aT\u001e\u0680\r~W\u075fB,\rQs\u0011dOo\/4Be<\u0015;X\u001a\u0014\u03b4\u0693Fz9\u0004\u0006@\r\u000fg\u0000}$=R\u0003\u0006J'(\u06d7IF\fmD,_%)vtg\u0555\u0007\u0465*\u0005\u00124~?\u046a\ts\ue1fa1[{i=J\u0493K||8,K36e\"?X\u04cb\u0017X\u0014\u0006s\u0017x\u00062e?\u0017qf!.RM'{\u0011RY6b^p\u000f^[\u0019ew?+~oyL\u056dF3URL\u000b\u000e^%]X[%gxa\u06cb%\u0017u[?F\u001b]\u00137\u06c8?\u0397je\u000esES\/C])__z\u001cQBq\u00027\u0014fd\u00109G\bITB?-\u001f32#}\u052bf\u0016\u038c\f>:\b\u001f\n\u001cr3~~F^~k[_n|\u0005\u0005Rbv\u0010lwy[^|\u0745f>n-jnoKW\u001f04s\u0614\u001bty\rsH\u0003WMMWhS%A=r-!N\u00b14oA\u0005\u001aS\u042f\u066eQPy\ty\u0017\u0003`\u001a}0h+tu@m\u07cf2\u0007VjWub V\u001d8\u0007V*,q9aW\u0766\u0561u\\\u001b\/=W\u0005\u0019\u001aHU\u0011`N[\u03f5:L\u0007pj>:]\u0019\u0014*F@\nr\u0006^\u0013.~\u0017\u000fc[KJ\u000fJ]$\u01a4=>\/P\/vqwPv=5\u001fNz\u001c_E%w\u051f]1wH`qi\u0018,#v\u0007]yrRbn+\u001c\u07bekd0\u001b\u001f\u001f\u0397R4V*~\u0001\u001d\u0017\u001a2\u0014n_%Gp]s~;.9eF7\u0005e=XX}\u0016Sn\u0001\u001ck4`\u001e-{n*N\u0013[\u0017\u0015\u0016\u001dBv\u07f8z+\u000e{3\u0742~K__7A&A\u01e3\u00145OwP\u001eG\u0015\rX.\u0012\u0010\u0000l{\u001a~\u0017\u047eU\u047eUz\u0012C\u0010z*ub\u0007\u06fb\"\u0019whL#2w\noo\u0019Q^1\u0014]uM7\u0010u\u0005\u01c4\rl!WP\u0015,|flVeGw^\u00f1_Pm\u001f\u0003D~\u039bO{\u0013\u04d9oj9\u0005N\u0382\u0013D8ih\ue2bf\u000eWi_|E T{\u0019\u0006R_=>c\ua6d61>71&`O\rO6!B5\u00171n<\u050dV\u0015}2+yz^Gx\u0015'J\u0011()\u000f\u001c]RF@tP\u0003\u0004\u0015g\u0007\u001e\u001e\u0007U(\u0250\u04c3*y\u001dVz\u0533\u0002\u001f=)>.\u0003EA]O5Z\u001d}xzZ\u0003j\/J~j?VR\u07bab\u01e7:}\u00114\t$\u001f\t8\u0014\u000bR\u00170\u0019\u0000\u0003R\u001d\u00010Kl>\u001f\u0001s\u000f`\u0002[S3\u0002\u0bbd\u0018}P3\u0002:>z'\rq\u0010\u0013@K'[`&\u000b{4\r\u0000C\u0006e\\1\r:\u034f>\u015b\u000f\u0006c\u000ez\u0007U3o\\\u0006kF^R\u001f,\u0016-kz\nD\f?\u001d\u047f\u0017\u01ff\u001dzW\u00194~m\u001f\\f7Ne>Ty\u076b\u0018I\u060f\ub2e9,_2:9~o9\u001dTP%\u000bT}\u0000UR0WR9$Q\u0015~f-\u037dl\u0174\u001fx\u0227.6:+tI]\u02d0t\u070aC*?f9}W(=@\u0005j\u0013\u04a3( \u000b\u000b=\u00159KR\u0014%\u0262\u001d*\\Z\u0507-C+'\u0014~THkK\u0019O?\/`ou\/\u001a;2e?*\u001c(|P@s*LPc\u033fb\u7047R\u23a7aV(\\y\u0015%KCA\u0019z\\s\u0017\u0006\u001b^MU_\u0011]=\u001b\u0002+|`\u0006=\u000e+ORbm|L{~Cc^Pi\u0007k]uX-BP\u0011g5}0\u0202LBk\u000fAgC\u0761P\ucfaf::)n\u000f\u03ef\u0200Z)\uae6et}'\u0018\u001e08ax\u0018\u0654\u0011&Vz&NR-m\u00117\u000f\u01f99~\u010f\u001fU:\u0007?anY\u0284RdzHmL6FW\uf58f%y\u0003]=l\u0016_7i(^a;^\/\u059bt>\u0016fI\u07982gm,Kn}\u02dc5\u00a3\u0794Fb\u0007i\ud9cb\udeb2P.*:'TK\t*\u001dPh@[1\u0018,\u0016h\u0004\u0012:`F_j%+7\u0007\b\n^\u0015~^@\u0016^1|f n+VMly\u001cKD?\u05dfb\u001a,\u0017h'S\u000frNJ\u000f)\u0011\u041bf\u0013\u001b.$wlQ,s&u\u001fW\u000f\\(<;\u0004\n4;~4}z}r\u0152e&)6\u0005iG?I*E>\u0006\u0621\\[z\u0019q*o6~&>tUv\u0019\u001a*}S7fbT}\u001e\u0600r,\u07f6PTQ\u047e0lYwa\u022da\/VJ\"\b%\ru|P~ \u0016o\u0456\t\u06e4\u034fI{k\/F\u0014F\u0010[\u0007|?zIz)mMNNrc\"Y\u0014`\u0087R>\u03e6Sb\u001e\u0019\u000eN\u0015441H5\u0006e\u0002j\u0019q\u001a\u000eN\u00154O8\u0005#5N4\b0\f\u000f1+:\"\u0019\u000eN\u00154#\u04df\u0001w^_LwKz#\u0002)+J\u03ced\uc8a4$uGS\u0015\tGGz\u0196&Bx.\u06d4s M&e22P_)(\f\u00165!\u01e0\u0000 2\u053eA\u0001bfB#\u0000f'RF\u001d\u052eQj(o:PKV\u000fV1\u0019\/!Mkw\u03c5Tj\/j\u0017u\u068bE~{@+z+\u0011`}^wtM\b \u0000|\u0010\u0003.T58Z\u000b\u0003!f\\Q\u001a%dK)^<.\u0012\u0013\u0011NUdUB\u0014[\u001f\u0013\u000b%7y\u0000\u0004\"*.\u0016K(w\f\u04fb,azjz\u0012=MKm$eC\uacbc\u001df2\u0015[<_q\u001d_\r\u01fa+'\u017b,\u001e%\u001e|\"\u001d\u0004i\u0010\u00128z\u0010MXn!\u0006\u0014)A\u0004)!1\u0010zQ\u0004\/b6\u0585*ih77>\u001b>\u001bG2X\u001aB\u0015B\u0016,EH\u0016&1,d+(q+T\u0011+\u0231*Q*)$)\u051f\u0274K'Z\u001c\njt\u0006I\tU\tuV\u0017dC\u0488\u0012X\u0012(\u0012\u0011u{\u0011!#\fE(D(g>\u0374'LxN3\u05699$?Mnsg\u0010\u0554IF9'4^\u0762 TDn\u0006S\u0004jPh\u0018bt\u001cA5\u001cjG8Z-h\u0007\u001e^\uf0f5\b\u01eaw\u001fXc\u0019z}EU{c58X\u001dXuc\u001dx\ua03bX8\u00b1\u001a\u001ef\u0011UW:VjP?uys\u001cX\r\u0007]c]y\u04b1\u000f>|\\CH+\"J\u02fca6{i:dn-\u06cdg\u001e\u02b3}z9C(\u000f7+|l\r\u001bGUJ?)DgOO;\u01a5);=\u0497@\u0001dIv\u03c6Glv:|xzZ\u001c.K\u0019O\u000f+Z\u0004Mg#9]qI^n\u0015+Yf\u0015~7f\u0010H1_\u0005~*yU&\rfX\u001b\"yc%\/)T6Q\u001fVr)Y}\u0011<:^Z\/w{(O3Y!y\u0005jA9I(DG9]\u0660\u0011J\u00169N)9v{n~N*NM*\uc6b3p\u0004H\u0004fA\b\u000fHB\u000fO\u000eK\u000eTRkQ\u001bVH5'%o'L\u001d9I\u000bS\u001f\u0002CC\u0010q\u000b\u001a\u0004*{#\bZ; F\/@\u0017XuFi\u0000 )4n+\u0005\u001ep}+uh\u0003\u000eP\u00eaC\u0018\u0521.\u0001pPu\u06b8yQ\u00073Cn+X\u000fs\u000ew>{m^\u0000HVUiU\u0014\u0011IJm\u40e9G\u0016$3Pa\u0011R1MM\u00e46KiT?js\u000e;\u03ac\u0199nfHA'\u06d91>:RO|\u0013s'|>\u0007V#\u0007e#\u0005\fR}\\\u001edf+\u001d2AOC&\u0014\u001f%>64N_?^\"\u001a\/\u001fb\u000f\u000b\u0651\/x\u023eW\u000e\/v_+Q\u0016$\u0017\u0111eV&y\u001dwOQs\u001b\r\u0006x\u0003A\u000foKy`%fXQX\u000e\u0552J>J\u000b>\u000f\u026aB\u07edV_\u0014\u001e|\/?\u0674\u0708OD'LYTa-O2S\u0016UX\u000bb\u0314E\u0015\u0518(3eQ0>$LYTa-\u000f\u04882S\u0015eM\u000bs\u0443&M]Xa0\u079b\u001eZdrS\u0017V\u0018\u001e8Yn\n\u0443''M]Xa8zd\u000b+LG\u000f\u001e,7ua.0\u001f=xv\u0505\u0015\u0006\u0007NSYX\u0010'0\u0005)<><5^\u07c7\u03f3ppxz\u0016~\u001f\u001a_SY{}{j=\u000bO\u000fOg\nO\u0007OKi\u0015n~\u000fn*\u001c?\u001e\u001c?-U~=~ZjOp{p\u079fVi?\u0001\u0001R{Z\u000b\u07c3\u000b\u0001\n'P\u0007'PK\u0005j\u0015n~\u000fn\u000f*\u001cA\u001e\u001cA'h=Jv\u000eQ\u0004\u0015\u0006\b,\u0012-\u0002K \u0004\u0002Kan\u0001\u0000o7\u0018\u001bD&%*7dw|\u0014!%n\u0003)JCH%W\u001e#O\u0016\u0007G^_wMJTY$\/\u0017+Q\u01e8Ti~E\u05ffFr6iyQy,w+s\u001a\u0004oh7JjkE?O*X~\u009a\\\u0013\\VW\\|f_C?r\u02e6\rN\bIeG.U\u0016;IsoOi\u0003*\u0013\u000e1*\u001e>E\u0015[Ov\u0013E\u01caMe7;\taKw\u00021+p\u014a$\u02dbi,\u0014r\u001cN\u001d]dU8K-.%U\\FOnc~g\ub6db\u001fjz#7\b7%FrhVR^HAZn\u000f|3Un?\u0015\\\u03ed{[mw;s\u0769\rjW.f%0\fc\u06be&#{\u03b3nwnx[O|}\bm]\u07bc\u001dCe[=$l\u000b\u001c\uc665\"\roY^9+;u\u05c8\u077a.Z-M\u0018N\u0382??\u0769L=?}\t`&s\u02b5\u0007`_od\u001c\u001fmso\u001345\u017a$\u001b7[>b\u1cdc\u0002w+\u0349w\u0001r_\u063fL;f\u0012\u03ae}k-f9:\u00154pe\u06b5VwA+9\u0016m\u0306#L Y\u0166b_Kb\u0215z\u07b8\u7ac7?.}fiteEz\u000eX\n]&l\u0006u\u07fbS\"]nB.txlR\u0014Mpl-])=fu}!!\u0013)\u010cOOza\u0013\u0019\u0016\u07b2g\u0000\u0002\u0016,gzJWe:Kjj2^k)\u0017[\u0556n%\\oy\u0015\u05de\\{^sy\u0475U\u05de]{^wy\u05de^{^{u_|\tW_F\/K\u0000#tK0\u001ap\u0011XXZ\u0016b\u0001[[$:&]V,7\u01ab3_%\/#1\u05a1\u001fpeb4QMZ-N\u06afN\u0317'n](^{U\u02be)^{\u02be*^{\u02be+=W\u000b\u0016\u0015j\u0262Z\u0016-U\u000bubnQ-\\\u06ac\\-]$k\u0017:F$J\u0014mk\u07f7\u0017V_\/*-!fZjb#Y\u0447j?\r[G,\u03ef_~\rV\u06d9\u059cU?\/6V\u0001n\u000e7K\u001f[^'\u001dX\u000f|\u0016zv\u0016\u0005\rptm\u001cF\u001a>,616w\u0013\u0004aj5JCR(F`Pf\u0016\u001exgGi}\u0004\u0402\u0006\u001a\u0018qXX\u0421y[@\u0012cgT0(3\u000b\f\u001c wDf\u57eb%six\u0018.\u0015c\u065fr,{4Xz&jI&8N\u0013y\\6\u0012\u0367\u00df\u0002!N\u00dcL\u0006v7\u0533rxGR.\u000f\u06db\u00937\u0106o]\u0782\u0731\u04ae;\u05a6|\u05e8|r2YL\/\u03eeG2I\u0018e\u0275 \u001c'\u0003o:o2E\uc4bb17vE^qL\u000er\u4d8e\u0235v%uC)Y+;|.u\u029dJ\u0356\u0006b^\u001e'.\u001eVXg*\tD\u000fx\u052b\u0010[\u001f[U\u0005!\u001fw_E\"K\fv]~\u0003\u0004o]\nBZb\u02e6qB\u0170M$e\u02a3a+k TJ\u343f!FMH\u000eE\u001d^\u000fy\ru\u000fE:\u0007Dr?B>\u0011\u06ff\u0019xFd\u0016_ E\f_EE~wf6M*\u0426I696l. I iHe\u5474\u001aEU\u0015+wj)bJSVMi\")MkzJe\u0014+w*JWs$N)[0\u0016M\u0019Jb{XV\u001bwmB[\u0019\u075acBYvdK??EJ\u016an+ytPX\u0017.\u000b~\b;y,^iG+JKm|ikt$\\IJ\u46667\u070eK[?V\u0011\u0354&^%1&eKM=TGON{\u04faw\/o*M\/\u001dUI\u04df\\#XDd\u00faX\u0019'xD\u000f\"58_&lI8f\u0762\u001b\rl[I[J6~\u00cc,CR*M\u07b0M$\u00114\u0001P\u0015V4qOJK\u035bf<_\u00f4s\u0216\u043cv\u0004IV-|S\u0014\u0002\u001d|\u0012|fy\/6I\u001bA*6`qmU6X>\u0011\u1433o==~\u001e\u02deG\u06db[mzw\u0004m\u0010V6\tw]}+\t\u015c=\u000fK\u0249w=`Vr8J&y;MhLfj;mG\u000eh+)r,Q,\u000be14\u0013CLBB\u0012\r2Z\u0006XK\r\u0717-\u001f\u001a`\u0195Z\u0690hK4[,NZ\u0017RTVJ1\nWBqb\u00059!\/\"'uPK\u0261VC-('ZSN\u000e\u001cje99rrPK\u0261V\u0016\u000b\u0349z9i\u071cPV\u0013\u00a2se\u0769\u0014,=\u05672\u0003\u0002T)\u0000;\u0300btb\u001eYNZJ'tmZ\u0016\/O'\u0015D_J'we~J\uf5e9\\r-,s2\u001d`\u0147I|L!&#|\u0002M+\u07fc*X\u04563\nmli\u036f$*\u001b]jm\u0019HF9\u001b_6W\u001e\u0016D\u04a3\u001bq\rDu\u001f~|\u0011\u0799lBs'(\u001c&ZLFq*hR#\\i\u001dVG\u02bc?h\u025dlmBqx\u0202a\n8=T@\u0011\u001cKP\u0001\b\u0516tTjV?;1)m\n%\u001b\u01e6P\n\u5770BT&\u0004~\u0007%wguR\u0014&\u001f.yBv^D\u0019}\\l\u001e\u0004a~a\u0003o1[5[ I(dI\u04d5\u001el\u0012B#\nSr\tGXIt\u001f!<\b)PCiSr%y\u00159AA&{\/E}\\!<1\u05f8G\u001fQV\/5u\/\u0007s,:t\u0014G\u0175{\u03bd\"?f;\u000foDe$\u0007\u0004\\L=\u000eCF\u0003G\u0016 n,}\u0016J2:y\n~Klc)l\u001b\rZB\u0018i\u000eU\u0015*,\u0006rmjBRb\u0013-\u05a8\u001evR+Vi}Ik\u000f'M)U+\u001e\u0014R|t2Bxi*\\\u001ay\/g{\u001f\u0014\u000e2sxTIE7-l}Zn_*\u0005='|2nx`+\u0215O]Jz\u0018^A]\u0011=\u0000F\n\u034a.5A\u001b?#0w\u000b?_\/bh\f\u0011x@DyDAya,\u001eojq.(;uL~$`,+M\u0000w\u000f&I\u00113\"Pw~a\\\u0011%U\u001b9\u001fL\/\\W\u001d\u036e \u0002*{\u000b=hS\u0018\u01a8MRj\u057f\u05ea\u00e8Ro\u0013+P\u001b=:(:1*TA\n\u001bEz\u05e0f 0W\u00145cT \u0155\"l_P|A.NRj\u0014J\t)\u03e0 ;5UB>-\u001f?\u01ffn\u001b\u001cxF\u000eTQh\u000e='?\u0003^ET)*q\u001fJ~\u0002~La$|I\u06c3T\u0015}\u001e\ue054ic\u001f\u0017Q\u0012\\\u001d\u020e\u000e*7\u0007:\u02bd&t.=;vV=2\u03f7=\u001dvGz\u001f_w\u0013{\u001dP>~x\u0012\u0484\u001f\u001dL.iT(}\n%v;\r2\u0010\u0251\u001e]EQ)F)\u0002\u0002v*\u0011\u0003j4kBo\u01e4T\u0007[\u000f\nP|jp\u0015\u000fKj\u0016\u042dr#[\u0005C4IJct\u0721PT*x.|y\u0147.pof}\u0010N],\\\u0011\u01e4d\u04b1\u001e5L}\u0000N.~|\u02a4\u0018]<1)+VxTK\u0018]\u0000CJ7&[\u0003@b\u0010\u0001KW\\[\u0321k8\bX\u001aa\fw\u0018\u00c79scX0X\u001df^_L1w:\u000f!\/\fc)\u0016\u000fb0[\u0018\u033bT\u0007a\u011c`n\f_0%[-2~)2m(NeYk\u000bW~{R.\u016d\u0017]\u000f\u001au[NEviWi\u0003fVqz&\bV8?U\u0019m\u0002a;@9`\u000f]T'\u001b]p.h\u000b\u001ctA?\uaf59\u03ef_~K\u0016\u000fj,cFd\u000b;\u00036oV?>;\u000e7Wq\u001d\u0014r+v\u73c8z\u05d1|\u001aa'\u001e\u06f3C{lqEQ\u0007''Y\u0017O\u041e\u07b4\u0007w\u001fIsLd=:G da$R\u0003(Pktv\u001d\u0465J](\u0013\u0019\r\u000e\u04c9^hyb6k\tB \u02b2b_\u000bAC_'\u0017R8Qz;xS1\u010bx<\u001ed7\u00113TG\u0015\u000e|2c6=\u0353\u0019R\u0255I\u001e;\u001dJUIu|J5\u000e\u001cwb6=\u0378\u0013Z\u02551\raz\/\u0003\u0019Ae\u0247<\u0010]\rH\u0006$g\u0003nUL\u0012z{\/K\tQ~[fCa\u0013?~\ue3c8oo\u001f\u0017dbH.gC|\\S\u0012fw<_.c~W\u0005kL?I7awk>nsVG]KEE\u001fV?\u0016KV`7_99\u001b9$W$K^vQQ\\[\u000fWH\u0004\u0012\u0018GvU^?\u001fce\u0016TKM5N\u0013u\u0011^3\u001dsko[X?.\u01c6\u047beI\\]LzH?UKSTyrc>\u001e\u00161$D?\u05dfb>}?w\/)(SN\u001d\u0015\u000frj*|\u001c\r\u46db\u001f\u0013oz\u001f4\u0018xS\u0005NYg_0r\u0003X7kcg<\u001b\u001d?o\u0003\u05ff\u000b\u001cfO\u0759Nm5\nv6+d\u05ba~{3}e;[\u03b1\r\u0002\n|u#.OZ(7^ZzyGhK>n$\u001bx*~,\u05cauM\u0003n\u0454o\u027f:\\o\u0014p{g]hn\u0013\u06bcbv<\u0017\u0601\\1awn7\np\u0004{q>%T]>\u000fm0\u001aeQiG\u0007\u0003M6\u001a8\u0001\rLt`\"\u0000\u0004Z\u043e\u02ffw*\/&O\"O\u001e\/\u001a\uf27e\u04ffS\u001c{_\t_\u001b4ab\f\u0014&\u0014`\u0478\\T\u0016&\u0013[ry\u0013?_\u0015\u0019L\u001f#oR <\u023fIJ\u001d*%\u00102OC*3}i5df\u001aO&TSj!dB9L\u0534N\u0005J\u0016*\u001f\u06f9eKjsRUC\u0000?+UR&\u0013\"\tU\u0014O6\u0019\u001d\u0013#+]0CQ1=s+\u0005?s}a\u0013EEo\u048b^QZjKM{Nh\u07a6\u0019'4\u001dW]J\nKs|\u0010\u001d\u0004)\u47baa!\u0682No*M\/\u0013D;\u057e\f\u06ef'\u001bb&\u07bc.s\/,QSYTO\u071dc\u0007m\u0019z\u04cd\u00066-$mf7\bi.\u001fwV\u04f6%\u0007v%>\t(rhRy)\u0019\"hF\u03d77-f\u001a%d\u00127\u074e \u026a_%o\n\u0014\u04d7bW :wf\u001a\u03e2FF\uee28\u0011y\/fbj\u0017,`!c\u0004\u038cY2Gc\u001c\u0598>ZF\u06d9umK'\u075d'tpL\u001foz\u001b1\u0017c\u000f\u01aew\u944d\u0014q)\u0006)qf=?OG\u001f\u021a6\t| 1FvL\u001f7d99\u0473\u0012=\u01e93\u0710+$\u0003`+iIZm\u001b\u0003\u001a*CYx4}\tb\u0315(YD\u000e\u052b\u0012\r2cZ\u0006TK\u0375\u0617\u001e\u001aYY(S\rmi\u0007Xt\u06ed\u0015'u)iVFN\u0003 m8i\u05d0\u00132rrP\u0261\u0593C-)'ZUN\u000e\u001cjm99rr\u0015PIuD\u051c\\mN(\u000b\ta9T\nkVJYS~\u0014O\u001df@Btb\u0016\u0018-G'mV\te]:1]\u0005\u04c9n:\u045e*?Cd8O\u0000WU\u000b+\u013eNh\u000beKKtn\u0005\u010d._6\f$F\u025c\rO\/z\u0013\u02f6+Y\u000f8vu\u0007\"vQo>JTwZ\u0017QK\"R)\u055eo~t\r|{;[\u001a\u0567\u000fuL\n%n'P\u0003:NV\u02a4\u87b31E!S{\u000eNcW\u0018R:`Oh\u000f\u001d?\u0000*In.w\u562f;6^W\u001fI\u0013\b)'\u0010S\u001fd\u0004G\u001f~\u001f\u0019YpjGk#\nf`E_b\u027d?X\t\\kf\u000b\\\n7;wx#\n.#y= -eq\u001826Z\u0004,\u001c8\u0012pc0VS\u0003\\b\u001bKdk\u000e\u05dcOl\u0449\u02e5|\u0206\u0633\u0326\u0013:_Jz.[3.%|m[\ue77e~U\u0016I%Z\u0004G\n%.V\u001ab\u0002']'I\u03bc\u001a\u0004\u0017\u0003y\\3\u04ecL\/e\u001a\u0016\u000fg6SD\u064bY%N\u000b\u0017N~\"Uz:IU\u0019\u001esVFW7wJ(\u0539\u001c&eUNhG=st\u00073O)P\u0014Q\u01feu(HWHF\u0012'G+\u000fa \u02e7QO~6GBte\u0350\u0017+\/Y9hHW|Ts\u001aPa1kS\u0013\u0012hF\rZ)J>f{LZ{xU]?iJZ\u0001\u0014RSNS!\n{<\u000b\u0713F*}(\u00eb\ud726J5.\u001f\u07cfla+rRI\/\f\/8\ttZ&Q5\/aeh\u03e9Z2<\u0005jf\u0014qhT38FS{FQ$]\u00151j8f\u83b4\u001eDy\u0007?*\u000e461\u0560GZ%\u0001\u032b1#j4\u001aF\u0010v2Fy'\u0007Vb\t\\T\u0695\u0004mUO\u0018\u0014o\u001auo\u001c\u0001\u000f`\u042cR\u00134.L\u07fc8\u0002cz\u0007 \"&*\u00171'\rLL\u0014'\u001b\u001a<~\u001f\u70b2_\u001a\u03849\u0007K\u0002&z\u001e\u0372r\u0004pw|`\u001cZ8C\u001d,\u0002u\u0017\u0015Z\u001e[\u0468u\u000e+w\u04236\u037a_0FmjV\u0015\u001fV\u001dFz<[fo@\u076fc\u0018\u0002I\u0015d@Qw\r\u001al\u0006\u001dZ\u0002ut\nRm\u001cs\u0002\u03e0wNRj\u0014J\t)\u03e0 avj A\"\u0012}Z>B6(9\bO\u001c\u001c{NGAAxj@\"\u0014\u000fv\"&b:9L\u0016=\u0015u%R]\u001d\f\u0013\u000fMR]\u001ej(\u001d2M\u0012J\u0003A@upPG\u05c4\u001f\u0007\u001d\u02f7 \u0002[JG*G]^~\u0007T<i(D4aGy\u0007\u04f5K\u001a \n%v;BNC$*\fB?&ur\u0007j{W(iQmTQ`\u0775J|<`Z\u0015N'1]\u0014z\u001d?&:z\u0014WT|b%>(y\u0012%[\u0000*RC\u02a9k\u0017N\u0007&\u00194IJctQ\u0721PTG=Y\r+i\n\u0002i\"IT\u0011{W1\u054e6Yt`t\u0011NO\u0013](G\u0017M}L\u0005\fymha&P+.jt\u0018\u05cdn\u012cu\\C3\u0007Sq\u000fYK:j\u000f\u000fT!UGe\u0011\u000f\u05c5.o\u0005-?MhA:Y>v\u3cd4r=RG#\u001fIf+{,\u02aaC\u00162\u0001:)S\u001f)Jct\u01e4PS*\u0798D\u0002n\u000f\u00ca#\u0003.I6C+]IRm\u02a1i8W\u001aBa\fw\u0018\u00c79scX0X\u001df^_L1w\u000f\u00070\u0015XDlDLy\u0007d{\\Z\u0016\u93cb?>?anY\u0012W\u0017\u001e\u048f'_U9:Us)~j&'\u044fc_KJ?\u0294\u0013}gG\u0003Z`?>|\u0003f\u011b^i93\r2.\u001e\u0014SV:sy_{vmUU_n\u001b\u0015^[so\u001f\u0005?u6\u001a\u0005\\]L~\u00152{k]\u07f2\u001dw\u033e\r\u0002\n|u#.OZ;fz4\n\ud85b\udde1\u0017^n\u0011|\/+I\u00063\u07ed;\u02ebd\n\u0003'--_37[\u0002n\uc7fc\u000bm\ryBWL\u0395\u0002;p+&l.\rF\u0001.\u0013o|go,\u000bm\t\"\u05f6Q\rF\u0001\u0011rt\u000bfa=\u001f\u000e{+ntAo\u0015oeV\u001bA\u001fiFb\bYM|\u0013SKESgF\u000bs\u0013S%x\u072d$]%*v\/e?\u03bf\\$\u000f|fZ_^&Y^3\tY|\u0015qXF(GlazzBk\u000767\u000b\u0016e]_7^_^Xt3+(\",K_}\u00197j&y\u01c6\u02dc\u000f5*'h-dz-c\u05d44KO\u04a4]n\u0003;SL\r\u018cY\rSe1_o$QS*TUy7'A#{x0?\u0083\u0003\u0465\\\"F}X-^\u001a)M:oY\u0019e\u0003,Oe2\u02dfwDVP\u0018K~Hj?M}wv\u0017\u077f?\u001boXb4\u97de\u0010vCvz\u001a\u0011\u035c\t\u001f?B(V\"\f=gnYw\u0295\u000f\u05063@o\u0003Ur\u01cap\u0000 A!Ab\u03d2\u0007\u001dFO\u0003^\"f\u0003^\u0014P\u001d\u03b0\u001a>\u001b\u018fdh\u000b1L\/\u04ddica)yh1^mKm \u0005\u001f^7?'K\u045c+_m,\/\u0015+,9y^^7\u00027\u0015\u0593\u0012\u0297\u0006H\u001b\u06fbl\u001bxZ=~\u0017_Y?EZ^ lX\rj|7\u025f?WB&KS\u03fbPU\u0005ELrzOO|!5.\/O_\u0010.5_K{\u0013(\u000fN;8P\u001f\u01f5\/\\o\u04d8\f\u001f\td`B\u0003\u0013\u0001\u001f \u0542a^YGy'y\u0007yxc^QXjK-{Nh\u000f\u07a6\u0019'4\u0015W]J\nKs{\u0010\u0744\u0004)g~a!\u0482No*M\/\u0013\u027dD;\u057e\f\u06ed'\u001b}b&\u07bc.S\/,QQYTO\u069dC\u0007m\u0019x\u04cd\u00066-$mf7\u0006i.)]u7]`I\"i\u0002J\/V`JHK'%Ui\nY4UHWn\n\u0002\f\u0017H\u001bOLwZ=\u00175l] \r\u000bc\u02101f\u9d7eY2Cct\u001f^pmq\u0015\u000ff\u02d6k(pK']p-oL\u0013N;:9:\u065bEx:f?\u0014e)pwt{qwLv>Y\u001bm7N\u0125\u001e?yK\u0017\u000e1o\u000bRy=!.EI\u03e6\u000eY\u03b4(\u001dcJ8@f\u0012=\/)\u0011\u0013\n\u000bMB\u0012,\u0004[Io9D+Y'],\u00176\/\u025a_0\u0007KYJVQ]3\u0018\u001blb\u000bA\u0011OYJ%\u0669b9+lJHt\u001f!<\b)PCSk\u000fg\u068f\fxI4+.G\u0015Ld]L\u0731\u001b{C\uc664Xr\u000f'^[uin\u0011\u0017o28\f\u0016\u001b-\u0015\u000e\u001c>\u0202Y*)-q\u0018q\u0019W\u001bI{'JCN6uD1d}[1's\\tg\f]Jq\u0099z\u0785\u712e4t~:W_.\u0565j\u001b\u001c -\u0007\u06d6{\u44fd\u000bT#Q\fb3\u0012K@+g^\r\u0001}wJ(\u0539\u001c&e}NhO=\u0013;\u001d\\\u012eugBRp\"kv\u001d5\u001f\u05a1#]!5\u001aI\u001cv:\u0019@!ed4\u0015Rp[\u03b3=i\u001aR\u0647RI\u00199Jdl4URqM0~d\u000b[_\u06d7JzaxiO q\\Mj{_d)=j\u02d4\u0016\u001fTZG\u0248Q\u0006NR\u001d\u0015c[>c*\u001b0\u00139B\u000b(\\qy\u02d1M'\u001c\u00149\u001a#\t\n\u0566&H\b\u001d\u065eRv\"{l)\u0017Y\u0013RH\"_\u0278\u0015T~-_3\u001b)a\u0394D\u009a\fBy\u001a$\u0354g\u051a\fz*G\u001eBv9d0\u001c)\u001d\u0007(E4E7\u001ffE~EdwmWiE~\u001c\u0141RC\u0010\u01f8R\r\u0002%oLMUy?J8-\n^\u0531?U\u001d\u0003\u001aVGE#RQX`^gIK\u001cI)\u00159ZZJj2n\u052a]tZ>|W\u001a(\u0018!\u0014[DtX]\\?\u0003\\T\u0258Tm4R\u01a4fQd2&E!.\u000bE:J\u011c9E~3[u\u0000(2Y0Mj2\u0019En2wU\u067eH;z\u0013}\u001f#\u001fH%561\u0560GZ-I*jHZ2ca\u0011\u0004Qp\u0278\u1055B#W>ve)mcx\u0573\u001b>to\u0014\u0001,\u0003\u0018)4+\u0504.7o \u000e\u0098\u0004.'<9\u0609\n1}LT;\u0010\u001c_?$i:\u0007\u0016P\nB-8\bD=j#Q\ubaa3\u001d]W1tE0FmjV\u0015\u001fV\u001dFzw=]_E0F\u0005*VpH\u001a4\ft\u001ble\n1*V\u0011IJV\/s\tL>\u0003^aJ?+LQ(\rVn'<\u0004@VE\n%|\u001c\u001e\u001c\u0627F\u000eTQh\u000e='?\u0003^ET)*q\u001fV~\u0002~La$|I\u06c3\\\u0015~{\nR}EIpu ;:\u001cN\u000e(\u0010\u04b9oA\u00052\u03f7=\u001dvGz\u001f_w\u0013{\u001dP>~x\u0012\u0484\u001f\u001dL.iT(}p\n\u001dNC$*\fD?&u-@z+QK\u0011\u001e9\u0003\u00071c1\u0016\u024fI\u000eY'\u001etg(\u000fZ\u28d3'Z2P5tV\\9M\u0018]\\1)\u00144oh&P+&~T\u000f[I\u001fj64pO\u0013w(H\u0017}Lj\u0019n_3;4\u0005qOK\u0017m}L\ud6a9J\rM?\u04e4\u001fjQJ?:~OaQ{\u0018\u0220\n>*(\rj\u06bfM\u0504PQ'ec\u0017?>eRi.\u0006\u0014jGu|D\u0019T^\u001f`Ry}\u01e7Tj1 .\u000f\u001f\u0015G\u0014b]\u0017l\u61e8Y4\u000f,yF\u0012H\u0014z\u000ec\u0018>y\u001c\u00c20baK}\u0018w?\u0018a0![\ff\u000by`>Ll\u001e\u030d!\u001b+~\u0016\u001cd|Z\u000f9E;AE)L4+|m*5oUj6\u07a5\"AnTq\u03e9h.*m*nV\u03c4\u0017A\n'8~}*\\ l]\u0017\b2G\u0017\u000b\nRd\u000b\u000e\u0005vu.8H\u001749s;[7so!^\u0017_u,U;\u07c8lvgj\u0007gp\u01c1\u000f\u0016j@5 9\u001b\rv#O=d\u001b\u0002\u07ad\u0017j\"\u0010E>l\u0016?\u0004>~\u001f6\u001fqIV-\u058b\u07dfr|\u001f?$5%aV92V[xY6D$_~\u0013)+v9g+T]tacd5:;\u000f\u029fKrH\u0004e\u0017\u0015\u0015%?e9{D0(qyd7^%1VfK%+T\u000f9Q7?\u001b\u00115{\u0001Y~^\u0017el\u0018[$IW\u057cd?N'g?n\u001c\u001aII|)|\u048f2\u013f|Q\/\u0016\u03f71@Y7WqL\/\u00078e67g\u074bo\u009c#^u3\b.\u0015Ny^7;~\u0006\u00178\u031e3\u05dd*k\u0014pu2QmVu+\u001f\u033c;v\\6\b|+\u0559\r-^k\u0018.o\u0016\u0006\u0002xD&aEwY#lgcj*Z\u05a1\u04f7l\u001a\u001b\u0005`F)^InR-a\u6ac7?._\u001d?\t#\u0017\u0017\u00cd\u05eb\u0007\u0747_,\u0011!+6||J\/wx}j\u001f,ea.y\u000eJ\u0012\u03d3:^rSH_\u065fn\u05d7\u02dbE+\u001a$t\u000e\/6]1\u0590\u001a.\u001b\u0006E-VX?\u0217S|t&yya\/\u07eb\u000bKn^\u0005Ee\/f?X$@{ZDul>[\u0156[o{jvl\u0001l|%u[g\u04aeYa)d\u0006cr\u0206i)a7()\u0015*rx\u025b Di\u0018\u001fAR.v#>\u0016\/\r\u0154&ts\u0015Kp\u06e72rlO>R; I+(%?m\u001fW&;f;_6,\u0006\u00187\u04f3\u0018\u0782~1.[O#3cQJ?]gt\"|\u000f\u0006\u0006+\\\u0006c;\u0006\u0013F\u001ez>Ke\u001et\u000b\u001a=\rx\rxQ\fCuNCi|C-Hp\u00182\u07576\u0016FW_\u001a?\/\u06f6\u0536\tRuss\u0014\u067fb<~Yr\u025f7Lu#z|H\tZ\\\\m=|\tz)oHKvoy7|x\u00153[\u000b\u001aAZZ*_\rsgUPItyzs-?\u0006~b?\u015bX[5\u00183vS^KX1J\u05a7z$Fi5]dXvYtAYsw-Rge&+\u0006bM[fnQfk\rZL5]6\u001ek#H=H\r\u000f3R\bG%\u001d6FaGj0\u000e5R#\u001ct:\u0018\u001e\u03a1F{#\u0551T\u0017##;Hp\u0491a\u001ez\u001ehG\u0015LqGIGzz\u001du;*_:R\u0003\u0003TP;*\u0018wTA}n\u0001=X_Lz?~\u0001\u0012m]z\u0465w]]z\u04e5}]z>\u0425\u000fgySj\u001f\u035e'hlZ2\u0325%h|Z@lSj:M:&s\\b:'\u000bC\u001dj\u06f5;Tj#d\u0011r\bm6B~\u001b@!t+\u019bMz9-=J\u001fH2\u02d4C48pd4VGiq\u0002\u0016\u0007k\u001a8k\u0012aI>k&\u001dsu\u025dK\bw\u07fc+?y^l6*yIVzL\/jK\u000e\ue21aQ\u001dD\u00043Su:&s\\b:'\u000b$\b\u0019Xf(\u0018\u000e\u0013j [\u00057>l\u0006'\u03a7e3H\u0005>UOUf\n}{ \u0015\\T7?U-A*~Z6TpSTl\u0006\u02bfj\fR\u0005P\u0003T\u0572\u0019+*\u000ee3H\u0005@U-PUf\n{ A*\bno{I\u0006`yH\u0018t%\u0007;\u0000u\u001cKt%:\u0012g1w\u05c3\u0007]\u000f\u001e\u0007[\u001cK;k\u0013\rsV\tkp\\JV8Vd\u0003+s\u0015\\<'\u001fq$\u0012\u001fZMUr\u0312\u0015\u0010\u001fwI\u0012eIfO2M\u04e28<\u001bZxEn-X7Zw>-`oVLdtWCngsUa\u0004MS\u001bvMW\u0013Q\u001b[\u0002Bi,D\u2424oGbx-d\u034fV|=#{qJ.\u0004rOL\u001ccs:p`)+\u071f-Z|U\\h<\u001da(\u0018\u0285R\u0015!\u0019D]\u0133c&86usLnzn\u001f\u00c4o8 C\u000e?t4\u0018Nt`T5}Ng^N\u0016s:\u001bQ[d:\"O'\u0012\u001e\rF[W\u0501b\u0013S\u0011&>Ty\r)\u0007\ni\f\f\u0006?jj %S\u000fOr\u05ca\u001c\u000f\r*yCBN(\u0019\u030c OK%iA\u0003h1\u0520n#yKh\u000eR\u05616\u001cwP^M4oN>yw;ZJZ!\u000f\u0006F\f`\u000e5\u0006P\/\u001c\u0004$e\u02dc&9!\r'4Tt\u001a1V\u000eH*LL5gQ\u001dd_\u001bQ \u061f\u0007a?\u001c\u0000H\\V8@8\tWD\/qqP\\\u00030(Wy \u00145}P0$\u0017wO\u00ef\u001b>]}F}:o}:\u0013O\u07a7c\u447cOG6G-:|qEki\r#\u001d\u000b{\\:m0);\u037a1RUJL\u0290\u00122AL\u001051\u0540\u000fm\u0004~=-]R\u000bH\fB\u000b]C\u0006P\u001fe(S\u04ae\rJEd7Ff\u001ee\u001dVZ\u05ee\u0016\u06fe\u01c0*M%\u000fb\u051c(\u001f\u0011\u0013\u00d4P\u0164*%QM\u0013\u0015JfK\u001fS\nbv\u000fM]e=G\"4\u0013\u0018Jn!wG\u0017?lM];\u074b||b\u5fa3X}G6l\u001d;wd\u05f9wwd\u07d1\r#[G6\u0001m7]A\u012euw\u0010O\u000ebA\nY*hDAC\r\"\"\u03fcz]D\t\u0003X6me\u001d:ulCWxulc\u05b1\u036dc[6`q\u0012%z\u0770EY-JUw\u001d2\u0014'b44{%r\u0012\u001el_Jr\f\u0004h$\u0004z\u0577#9$\u00141\u00141{i\u0011+\u001e\u0015+Rvu\\)LY\u000f:\\\u0016\\2\\O\rk\\\u077ft^\u001er\u0001 PNc\ud9a2\uddac1y\u044f[\u001e=}\u016a[,\u001dr\u000bLX<\u0777X~EwqX\u0010\u0429#|+u|CS(S3rt+#A^\u61f6j8e}\u0017\\mU\rsj\u000e\u001dC8{\/\u0017\uf264G\u000e-\u0094$wG+[zzs\"FeZflnpL\u001az|3 7B\ud3c2t\u0005MImO#+tEn*\u001db\u0011I^\u0005\u0096\u0733[zUU?={}v6\r_^q\u001f]\u001d;wd\u00136\u0791#[yG6l\u001d;wdS\u0236\u0791#[{ls\u0554xY\u03fe\u0002-\uafb2tWV\\k-\u001fZ\n:IulF\u0571cU\u01f6mX\u001d\u06f2:iul\u0571cW\u01f6\u0010\u0003=yXf7J^\u001eSny_SvvwI[\u027dCYT:6Pv-\u0017\u01fb\u0001oH\b\u8e1e#c &LJ\u001fQ\u0112~]oNr\u067f,]\u001fK\u000e15z\u0005b)\u000ex)\u0006YWW\u000e\u0486yE\u000b[!$b\\EH\u001ct!![hB?E6.\bMBFBB\u0545,\u001d~!,~!mTuW\u001ago\u0610zj\u001c\u061e'\/I}<\u061b\u0015\u0000|J\u07fdmJe\u0003[JpO\u0007~\u001bm\u023f\u000f\u021cLX`0iCDb\/2xr=\u01del:RdD\u001dMFx\\o\u0006@2\u04cd\u0016cd\u0003\nfZ;{\u0011gM\u0007I\u001e}\u05531\u0453Ldn\u0011x\u000egw+\t\u0018*\u041dD\u001f5C;X\u0006K.?I#\u072cn\u00067\u0704\u0528\u001cv^\u000bs?\u000b%\u0012\u001a4u\u10fdt\n\u0766)azITOBSag\u0012\u04d9m`}?\u0002o?@W}'xb3$O\u0007w-l\u000b\u000b6I\u0002\u0010n]\u0014n\u0019i\u001e$;N;\u001ef\u001cf.>c\td*%fAoI%\u0017\u0018\u001d:\u034c~0\u0006!\u001dN\u883d\u0001!\u0010woB{nj)TP\nxw!\u0019v\u001f*DI2Qa\u001d9iT9\u0081aS<6\u001c\r19\u0000 \n\u001azLC\u001fo\u0013c<_Z\u0000\u0014Z\rso?g^\u0010\u0013H#v\u0016i}]\u001f~\u0013&\u01bb\u0003k$g=S\u001e\u001cw7\u00072g=m*\\:!sq\u001em\\}\u0019x1>\u025cs0'\u0013\u0000\u0006pN0\u001a \u009a!\\$x*8u5By\u02ea\u0001i\u0001Jk\u001aP3\u0006\u0014\u0006\u001917\u0548n;X18\u1eab\u05e5r\u05dez2\u0017zrVHBLu9NF\u04d3y6\u000f0\u0014M3{\u0014T(\u0788aX\u001a-p_q6\u05bd\u0004!\u0004`AY9\b\u001c\u02a4\"\\Y\u07e2N2,m\u0012XD2\u0006=D\u000ec=NrDtJg.N1U'\u0019_M6AztPr}\u0016\u0003o\u0010:\\\u0459^\u528e\u0002:ySbC@\u000e\u0001V@F+b\bo\u0005cGJ#z\u0015#lM+\u0019\u0000\u032c,&S\u001b\/r\u001f$o!=\u0015FwK\rTs\u0005kgPpkZUZc4\u0019ISzb2-WL\u001a\ua117+.@^c3O!\u0336\f?HaI=\u0003~\b\u0007\u07f0#u\b\u001dmt\u001c0Sj\u0017|\u0004^ub%E~\tbk \u041d\u001f\n4W}f\u070dX\u001f[#H\\?1\u00cd\u0004f\u000e\u0002\f\u0014\u0017lX\f}S|j\\d\u0018Sc&\u07d6_z;QwU\u04ca\u0019]\u0000:!LH\u0002<\u05f5-0sb\u0016 H`Y\ud1f5v\u001dQ.\u03016R5Ni{mW<7F\u001cxI\b\u0013zKtZT!\ucdbec\u0003wX\u017d}CU\u0002[\u0007zzQFV\u000fks$!Ua\u0213O\r\u001f\u000ftU\nxU&j+\u0010l%\u021bv!6U.\u0428\u0007P}\u0001\nIm\u0005\u0014\u0002\u0019k,\u00130\u001eUU01\u0018\u05c5+Q\u0000L\u0006_\u0011a\u04de\u0019\u0018a`+\u0603M;J\u001a$\u001e|bl5xj\u001al\u0018'CL\u00169\u0004\u00168\u0016FM\u0013\u001b$6Jc\u055dVA\u001ep\tnFM\u001c$9@v6\u066f5}\u0393+^I;M\u06a8ict\u0007\u001f3i4F46O-?\u0000C\u001ej!s\u4349\u0004L}^4D\n`+Ti|xxu]\u00197\u001dk|p\u001cv\u0004@f\u0010C*:ZH\n_Gi05\u001dk|Axc\u0719B\u0000\u0578q\u001d\/yL\u001do-Z\u0018\u0006*\u0003\u0015\u001f7&\bON_}\u00e5\u03b2=\bBby,QM8Zkzbuw:MU^ay\u0018\u001e\u0017JT\u0578\u001e\/\u02ff\u001a*))6Uye\u0163\u0562\u0005v^'!K0aK9\u000b2\u001b$I\u0014\be[\u0017V\u07e4\"\u0724\u0663g\u001b\u0503\u0007=z8\u001b2\u000e`<+FJ#2\u0017,\u064b\u001f9[\u00110\nDp\u0004\u0011\u0014\u0001:\u0011\"8oE0DP\b\nl^,.{M\u0006V;\u0648$\u013cpg\u0000{\u0014a\u000f'\u07f2N6c:K+\u001e^\u0007\u00079)GW\t>>\u0455n\u001c\u5307\u000fQ\u042124\u0018#TWw#v\u000b\u0010\u000f\"\t*{q5\u0000\u0ecb\u0007\u001aZ}r\"D.e\u000eDV+D#\u001aU\u0012\u0012>v\u030ac\u0019\u0016Mz\u0515\u0007N\u001cTNzxf(@v\tF\u000b|lN]Ru.]i\f]9O3P\u0224`\u076cwIuj)S\n!tRpxf.\u035aDA\u0014lj\u05c5ZVs+\f\t\fp\u0013\u07675L&\u0002YX}R\u0709\"YD\u0397E\u04e5\u001bW7t$\u3e73e(0n&}~=W'\\\u00188\u02ff\u024d&$\u0014W4lhR.\u0019;)p\u001e \u0016{\t\u0010;c_n\u001f'\u03ba;\u0010Ls\u0016_\\\u0001r\u0017q\u0017|%]|y\u001da`\/\u001dn\u0011TxYV_L\u000f?hD\u0018\u0002\u0000qck\u07f6@+\u0003jt78?w\u03deP I\u00153w;\u000f\u00052\thv\/\u00131\t6O)(ow\ud94e\ude1e\u001dL\u073a\u0006\u00067\u0543r\u0011v^P\u001f\u071f))\u0004Nn\u0018\u00135$1\nZX~3;~WbpsmC\u0007\u06bfd&\u001b&\u0003b-\u001cl(m\u0004y c\u0019`F6(\u0452\u0014\u0002D\u0006hYaU\u001d0\u000e''r\u0002\u0019\u0545(]\rDB\u0005n\ub57bNS\"[61T)M\u0007{\u00b2a<\u0015vx\u0010{O{m\u03ef\u0002q'5\u001cN$\u001d\u001f@\u0019(\u0004\u001e\u001d;X)Ci\"l\u0004~o[6\u000b~Yg2{1+\u0685\u0003vDDT`#{,K\u0010r\u057a`\u0015wd\u02f4\u07fad!M{\u000b\u0663Mp_Q\u00009? z\u00131r\/H.\u0188\u001b\\ 7n}|\u0000Iq$}$I#2{,\u001c\u0019\b[\u06b8q\u000e0m^*$>?\u0002\u0016{-\u0019_\u001foR8>gD1m\u1058N|{v\u0f3b\\0r\u001f\\\u0015]a\u04a8-\"i\u00d7 \nq\u0003+n!M\u07d2\n)\u000b\u000f\u0007dN&@]!!\u0003I\bIH\b!\u05b3Hxdd#{=YJ\u0014<1\ubf5d$yb(o+\u0000J-\u0495\/\/\/\u0017v\u018b\u001fc `\u001cfW1bd\u0003X,&}\u031d{\\f'Ig$\u0019`\u05f0!?\b\u0007{\u0010w\u000e\u00164O\b%9+7mM47!=\u00158._o\u0015'RTOO\u0004#L\u0016W0\u001a\u0016n$SLZz\u0017\u059e\n;cW\\Xm`}?\u00024\u01096:\fuy\u0594{\u0011\u0016\u001a\"mu!xJG0'\tNlIt\u0015[NQ|1]\u00042;RQzLIFTR}AO4\u0004v(#!iAn\u0015:h3tvHfC\u075c\u001e\u001an8;$#\u0015\b7DR\u01c5>u\u41d6 NF6LHGHd\u0623>1Us`P7g\u00c19\u0014}\nz:4\u0635\\^_\u04d96P3\r(7\u001b\u001a\u000186Mc\f?1IM\u0016\u8166\u0018]\u000b*._ &D\u00e8CC\u0010\u0521T\u0003\u0013k9Pg2*\f*\u0019\u0005\u0018I\r\u0011QT&\u0001\u0012\u001d\u00b3!}HLde&\u1e69\u0007\u43da5$(m5H6Z8n+q\u0016nA>\u0010\t#rrf\u0535V\u001d\u00ff\u0019%\u000b\\Zvve\ry3Iw\fg;\u0017e\u0007\u0123Da\"M\u000e[7^\u0004k?FI*%\u06e3\u15d0\u001c\u045dR8vCD?3\u0017\f\u0017NVV&\u00d1h\u0004\u0196\u06f5\\q\u0001\u001c\u0007IS\u001a?\u0004PF3(\u001fa\"$^n\u001f.\\gP>[\u0019'\u0005\u001f\u0001>W~~6\u001dnT~\tb$NB.#u!7w#\u0007H:\u00128O\f pc%\u0000\u0003\u0005\u001b\u0016>4C_]p\u0538\u001a\u0013Tc&_z;Q7+}\u0456*1j\u068cs\u022ez|(W&$MmA`e\u00059vm\u000b\u0010x$\uab300Xmrc3\u001axY*1N\u0006t&7Yfy\u0005\u0017=Y\u0013X:*hZy\u0006\u001f\\)\u0019n\u0106M\u001a5I=5\nyj\u0016\u0007nL'`U='*T\u0000[J#\u07ee\u0002\u03b0[\f\b\fcG'\u00002T7\u0018RBN`8J[\fCE\u001e\u0012Z\u0005-x|cx+Tm0PU?o\u001f7A\u0000|zv\u001f-(!\bD\u0013r\u0016`jR_\u000b\u0016[_\u0007m:<_S\u0019Jax\u001c^(\u001aoSWz(jljT\u0017>W2\u0017Ty\u000f*\u0207-,p&n$\u0016S m!\u0002\u000b_X~;rg\u0005nP\u000f\u001eTn\\\u02cc+:\u0018\u0005+tc\\gf\/~\nJ\u00028oE(\u0013\u0011DP\u0004HJDP\b\n\u0015\u0013A-\"(\u0006{\u43dbpB6\u0019Xd#\u0010\u009d\u0001Q~}F>!|B;G\f\u075a\u0003^vNvx\u001d<\u001d\u89acQ=SQy\u0007r\u0007({}S\u0019z\u0001:'\t\u0006.\u001a\u0005\u001f.@;?'G\u0000.\u0583\u001fTSkVk\u0005\"\u0289\u0010(\u04969\u0010Z\u0010\u06a2joW\u001dbKHx#1+eX4rtv\/\u00fb^9\u0792)S\/\u0011\f.haO\t{\\Y\u00135n\u04ccy~B&\u0005\u0013@\u0003NS\u0004U\u04ce'xB\b\u0014\\7bY:&\u0011&f\u0010\u00055u\\Vk+\fq\u0013\u07675L&\u0002YX}R\u0709\"YD\u0397E\u04e5\u001bW7t$\u3e73e(0n&}~=W'\\\u00188\u02ff\u024d&$\u0014W4lhR.\u0019;)p\u001e \u0016{\u0010;c_n\u001f'\u03ba;\u0010Ls\u0016_\\\u0001r\u0017q\u0017|%]|y\u001da`\/\u001dn\u0011TxYV_L\u000f?hD\u0018\u0002\u0000qck\u07f6@+\u0003jt78?w\u03deP I\u00153w;\u000f\u00052\thv\/\u00131\t6O)(c\u0001C?;y\b44VU(#\u0013\u0016>\f8X}4u\r\rn\u0007\u0011\"r>?s\u001cST\tn0'kHNWcF\u00158ngw:3$7\u0686\u000e.y\u0013Ld8m\u0006\\8R`\u001b\tb@4\u0002\u0018T \u0010\u0002Rf\u0002\u0010-2>,\u000b\u0003f\u0641DN 0\u001ev\u0018!(YrrpJd\u02e62&?*4%`oVXV=\u001a\u000e\u001db?;ywZMU`1f\u001e\u001c\u0429$\u0010W1#]\u0003\b?\u0003cqc\u0007.\udaf1\udf34b\u0481dpDu\u0010\u001d?!DQ OXd~\u015dszgR\u0001-~\b&,_.D\u066cl#\u0015\u001b.:E)-g,\f\u0014Qt\u0003v\u0011v\u0016\u0016\u00157|\u051a?\u0012\u0012\u05d1\u001fAv\/`g\u067a;KF]Go[h\u000301[c(\u0018\u074aJVb[QYO\u0018\u05e5\u0013R\fEUGuTWrp+<:mGz\u0017\u3c61\u06a0xKB\u0577WlS+FKOlp\b)d`\u06d6xx_VYnJvK?j\u00178\u0013Qm\u001aQ`.\u001b\u023dwVU@\u0791-~\ub491JZ6QV\/d6q~G\u0001T\u8fc3|Mu \u0018#nhNr\b\u07f8\u0001&\u0151\u0011$\uf37apg#ni\u0591\u00162\u0019T+7k\u0011\u0012OU),\u03df\u0011py\u04c7\u0007b>;yzw\u000b\u0013F\u000b&R5*0~\bkl%X\u0002w\u001cO|9]wB\u0015V\u0007\u0004\u0016wUc\rc\\\u0011\u001fI\u001dse\u000e\u042399c9Pu\u0017UHN~\u02580N(N zo89\u0014eC9<+JI:\\#I1C:3\u05e1I\u0019X\tvSLW\u000en\u0006UH\u025c7^\b} > s2\u0005'\u000e\tIHFCD\b\u0015\u0019F\u0004#{=>%\u0272$^dg({\u0016Iy?}[\u0001 \u0005Vj|yyc4^,\u0018\u000e\u00011{\u0002\u0018#\u02cc\u001c\"2c\u00e53{=IF$\u445a\u062a\/z2&V\\;$:QA,'x\u0007\u001b\u001d\ry\u0001D\u0017\u001d>kw\r\\~F8\/I\u001aYtu\r5o\tHqJ\u000e;\r?)r\u0017z\u0017%\u0018eJ_7\u0015\u0670p#\u025eb*S\u0437T\u0019\u000bn\u0005+u\u0011\u001f2\t'NgHDe\/\u0418\u0014i\u0003,\u000f)s^\u0011:h+tfHf;\u075a\u001e{\u001a^9;${fPi>vH\u00072}\u0012~\t\u97d2h5?>1Us`P7g\u00c19\u0014}\nz:4\u0635\\^_\u04d962+}`^\rSI\u001d\u0018\u000e\u07b1i\u001fx)\u0003ejSh\u0013<#%\bR\u0007Zgr\u036eE\\iuS7!\u0486\u001b\u0006:aR)}bh-\u000bM1 7\u0016hU\\A\t-IM4>7\u0006\u05a1BkSP\u0001eR!br*SE\u0019\u022a0\u0000F\u0001f0\fI\n\"E+C\u0004\fL\u000etmh\u0016Dvf;G\u000f\u001fd \u0154Hc[RKZD2\u027bA~4KZ\u000e\u001acV,6\u001e#y7C\uec44\u0011TXRf2T\uf67c{rEjJ\u0006^\u8320\u001a1nt@\f|~-8\u0291[{G\b\u03bai\/2~\u0604(\u0003\u03d9PB\u0007d[uXH\u000b\u00ed\u001bzrU\u0002\/:\u0018tFaGU2Sr\u00169R@\b3|+V@\u001eJKirp\u0002;\u0011J3\u0018+#Pe\u0003DT\u0011w\u0012\u0012\u001b\u0018JN6\u000e\u001d\t(wId\u03d2\ub16eBf8V_\u0002\u0005 \u03e8|\u0015\u0004M\u001e\n'\u0015\u00c9S\u0019!|\u0014\u0018H@\rM7i\u001bJ\u0015JL\u0686RM\u000bF\u0005\u0010\u001d;\u0016\u00f6\nb\u0011$(;d$\u001e3\u000e\u001aIop2u\u063a\"'X1J*\r\u0000-\u00b1\u001b3A*XgPp\u0111jZUZ5\u0018P\t\u044d,WjZ\u0000gzm\u000elqjA\u0003q)z)c)\u001fa\"$^n\u001f.\\|p2)Ot\u000b>\u0002|XiR1YZ\u0562_{j1\u0012wU!\u0551\uc40b\u0011Sl{\u001d\t'\u0006z\u0592LA\r\u000bz\u001d.Huj\\J\t[k1[_\/\u0368\nh~w\u0015bm9dW=`y*\u0013|h\u0012\u0002<'\u05aem\u0001\u0002\u00046_\u0015\u0016\u0014-Q.\fC7GC,ZijnmepT\u001bk#P$x\u0004k\rNbmN;6\u0013e\u0000T\u001dk#P$\u0000\b!xz\u0012b\u0000*\ubb0d\u00000x\u0000I;U2\u072e@Yng\u0004F)Q\bBd \u001d~Nn\u001b4\u001c\f\u038d9#CN9#4J\u001c\f\u038d8\u0010Cw2\u000fQi\u03e7\u0017j\u0012\rQW:\u000f W'9\u0010R\u071b';`R\u00105~;^P*\u072d\u0003k=\u0014~\u0010\u0324N\u00d0'\u055f\u001a>\u001fT\u0014pMV!J7g\/B^mX\u000e]\u0018Q\u000fj \u000f\u0001T1\u0001\rh+\u0010X\u0013gah6TTv\bdP\u016b,Q!1N\u0006\u0018u&7YM\u0017y\u0017\\d\u001fO`ckFq\u0006\u001f\\)\u0019n\u010cy\rf8OimZ~jm=A\u001b\u0013\t8kU\u03c9\n5\u0015VH#bQ\ube80c4\u001cr03\u0016#0<\u058e\u001d\u0000P\u076c\u001abHEG\u000b6y(\rm\u0019y!\"q7\t\u0002TAv<1u\u0015\u02ac-\u000e\u0018\u0002*y@\u01cdu\t\u0002\u04f3\u0013WnpoGl@ \uda3d\udc33X^JT\u0013z|j>\u000eoSz5ud\u001e\u04a96Uy5\u01a8f\u02acv\u02bcMU^s(sAeI\u0012|Ry\u0382\f'k\u0006Io1\u0005B\u0016\"\u00157\b#78x}Y\u0006Ae\u001e9N\u01b5\u0338\u0003\u0018\u03caQH7\u03058o\u0007d-`V\u0004;\u0011\u001cA\u0004EdN\u00040[\u0011\f:\u0011\"8[o`\u0017Ky\u000b'\u001emN6\"\t1\/\u0019\u001e\u0005wg\u001d\u0277,\u0013M~n\u042d:ped8An\u02ba1\t+\u0694w.7;\\|\u2ffe\u001f\u0747\u000e=f=L0w.p\u0001bAd?A%>z\/\u0006\u0000\u001d|w\u001e`:!N\u0017('BH[@4\"jB4k]u-!l\u01ec8a1l_\u0013\u0007vr%S^l#\u0019\u43fd].$\u00138w\u05f9T'xk\u00194\u0003L\n&\u0701z\u0007T\b\u001dO\f\u0010:)njtbgeM\"L| \n6EjU6\/\u000f\u000e,W4\u0019&OkL\u0004\bl}u\u0013E7\u03dd\/\u000flK7n~[Isg{P&a\u070aMzh{\u00df\u1b6fN\u00100fq})\u001b3MH)h]V3vVS~w=hA,3!w\u001e\u01da\u067f,]?N\u0000uw ,\u0002.\u001e.\u0545K\u00185:^:\"\ud88a\udf3eD\u001f~\u04080\u0004\u0013\u0001.l\u05f2mB\u07fb\u001fW\u0007eWo\u0005==q~N\/=&]C3AT+f\u02b9w\u001e\nZ\u0005e\/\u0013^tgo{\u001b'xc\u0012lWS\u07bbQ{\u044eiDH%\"m\u0017B\u0019a\u0017\u026dklp-\u001d\\?\/\u0017l%\u3622Jt?^Cr\u001a3w;_y)&\t?6tp\u025b[f\"Al3 \u0002H\u0010\u00072\u0001f\u0015hEj\u0006\u00162\u0003D\u0016hYaY\u001d0\u000e''r\u0002\u0019\u0545(]\u000eDJ\u0005n\ub57bNS\"[61T)M\u0007{\u00b2a<\u0015vx\u0010{m\u03ef\u0002q'5\u001cN$\u001d\u001f@\u0019(\u0004\u001e\u001d;X>\u0000t\u04248>B$\u0011\u0019Qw\u0016\f~\u0004-m,Zk\u0402T&J|8\u0005f\/Zb\t5\u0016?>p=\u03c8tc\u06fc\u00031Oix\u07ff\\0r\u001f\\0\u0615\u009cQm\u001bD8d\/\u0015xY\ue08ds\u05696\b$\u8d782\f\u001bm\u0018\u001aNx\u000e?+s4\u001eI\u001dI\u001eGr\u0007r2dGq\u0012\u0007qp\u0005F{+)G\u037c~.yj.\u0349Rll~H\u00072\u0011v\t\u9752hNO~OL\u001ccs:p`4E\u001f\u000e\rv-:\u05eeth\fu\u03c6iS(Oj\r\u0000\u001c\u0003N\u05d42P)\u00075\tR\u0007Z7\u001cg5\u0016mr5U}z\u059eYC1\u0432\u001fC\u001fAoF:\u000f\u000fG %U5{\u000em\u0012\u0006\u000b\u0010n{x\u001ecfkjL~\u001b5)\u075c^\u0019W\u0015\fS\u001fsC\u0003\u000fv-Ki\f`p\tE0t9!'DP\u0012}\u0003:\u05d0\u0012J5Ij@\/4\u0140Z=Wq\u0006'$5&\u0018ZAH\rqJ\u001dJ5YL*_Z\u000e\u0669\f`\u0014U\u0018a\u001ddH\u0006h\u0245!\u00f8 e\\C;\u001cL~8=Q\u0001\u0446)\u0019k\u001e>i\u001d^\u0012u\"Hr\fRIMV3m\u0011i\u001d\u000f\u00d8e2\u001chTl+o\fYRwL\u0011gfr\uf64c\u001cY\"\u0012V\u0260\u001a\u0001T#\u0189r\t\u0002oP\u0017g\u00120Y9.\u000byY\bY%99tP\u000f\u0010%9\u0013\u0006\u883c3lW^\u00116\u000e\u000b2~v)s-s1C\u000fSAaz\u044dWo\r5\b\u076029Q\u0000\b3|U@\u001eJG\u0004irP\u0002\u001b\u000fK3\u0018+#Pt|\u0013\u2849&~\t\u000e%%+rl\u001dp\u0002%\u0254Qru^|,\u079e\u000bi\u00008n}\u001b4~\u0012\u03fd W'\tG~,3OGn\u00017aZxDF:HS7\u001d\fytItx\u07d96\u0001\u0014\u00036\tQ!G\u0019\u000f\u0019\u07b1\"\u001e\u001d\u0001\u023db8q*u65vH\u0012Un>I\nGI&*\u06b4o\u0001if7\u001bBQ\u0014^\u0016KMY\u001eoe&\\ f\u07faw lQ\u01c3\u001a\u37780\u001e]S~b:UI\u0014SuR1\r\u0594jow\u0532\u0016\u000e58Mqyr`,@5|\u0014.\u0018\u0015Av\u001b\fq\u0015#HdQv|H<@d\u001d!^duENcQ\u0019~\t\u0001Z\u0018\/c7A$\u000b\/x\u03e0x\u000fnjj2\u0012\u0278xrU>r+.@^X\u001a~\u0428\u001b9 iJ\u39de\u0018~\u0287j)~\b\u0007$W~8)\u001f\u026d\f|\u0013]\ud08f\u0000\u001fV\u06abnTLV~E~\tb$DB\uebeb#u!Ww#\u05b7H:\u00128O6@L\u001en$0Su\u0010``\u00c2\u0787f5\u000b\u000ez\u001aRzbjSKoyg3f}\/\u06b2\u001f]EDXz\u000eU\u000f\nn*3eB\u0494\u0016J8o\u000bL<'\u05aem\u0001\u0002\u00046_\u0015\u0016\u0001-Q.t}L~F#\u0016O;kQ'6,k\u00194g\u0688&\u00145\t8qZ\"X\r4k\u0019\u0000\b \u0014 \t:lh^SF!\u0006w\b \u000e\u000e\u0001I->j\u0017L.@Yng\u0004F\u0004\u0708\u0004!D2\u0010{\u000e?'o2\u00071\u0007t&7Yy\u0017\\da\u001fO`kM\u001b7Jmp#6h\u0018'L\u001aQ8MS\u02cfP>\u001cuc\"<\u0001S\u0017m9Q\u0002\nU\u001a\u001fi],]]\u0017p\u0006\r\u00072\f\b\fcG'\u00002T7\u0018RBN`8\u0282Io8\u85a9g-\u001eb,\u0018w*@5ny\u001cdKm\u001eSG[\u06a2ab>Pqc]o\u0000j\u0004+?[Q,C\u0010',y\u0012\u0544\u001e\u03f7\u0017,Z\u000f~Tus~M\u001df(+qxtjMU^k122oSW_<\\-\\PYou\u00122>\u0004#\u001fT \u025aA[LP\b,|aM*M*\u000e^=z\u0016zA=xP\u0663GSq-3\u0000\u01b3b\u0014$:\u048d-s9+(Y\u000b\u0015\u0001N\u0004G\u0010A\u0011 +\u0013A-\"(V\u0004N\u00040_+\u001bX\u0152?n\tjd`HB\u000bw\u0006G\u001d\u0019x-\u000b}j\u001f=3tk\u000e\u001c{9u8NvnvzK#6Fy\u0007r\u0007({}S\u0019z\u001a\u0001j\u001a3SEc\u0005u\u0007\u0004\u8f78\u001a\u0000tzjj\rj@D9\u0011\"\u0017E2\u0007qQ\u0015\u0011_[T\rCl\t\tod;f\u0151\f\u000bQ\u0003'\u000ezxK*LF<3\u001f{\u0004]>I6'qseN:\u0019y~B&\u0005\u0013@\u0003NS\u0004U\u04ce't\u073a\u0006\u00067\br\u0011v^R\u001f\u071f9)\u0004On\u0018\u00135$1\nZX~3;~\u05d9bpsmC\u0007\t\u06bfe&2\u001c6\u0003b.\u001cl)\u0004} c\u001a`VV$%\r\u0002- e\u0006,\u0000\/\u00f2;`\u059d\u001dON\u00042\u000baQ\u001c\u0012\u000b,+w\u000eDl\n)c\u0003BS\"\u07db8\u000ffe%x+!\u0006x\u051f_\u0005\u0016Nj9\u0001\nI\u0002q\u0015\u0013;U??3P\b<\u0016;vx|2I+&\u001dH\u0006wODN^\u0007\u000b1\u0013\u0012I\u0014\u0005RjI\u0007_\u0739>w-\u0015P\u0018iBEB>R\u045fQ+^r\u0003kZr\u01b2H>@\u0011E9o\u0017.lgaQz7HY-\/q\u001d\u0011d\u0002v\u0006oK#;\u0016k\u014d\u001d\u0005iu\u0000\u0013\u0004n\u0005~\u0014\u07efyE6P\n\u00135_;\u076dtE-\u001c\u07ca\u0292\u0012\u01f8.f(:[\u0004&i;\u04bb\u0018\r\u0006[\u0012\u0012'3\u0517MqjSG\u001a\u0126\f\u0419\u0012Lf\tm\u024a,\fe\u0015\u02cc\u01acj\u0017\u000e\u06853\u0013Qm\u001aQ`.\u001b\u023dwVU@\u0791-~\ub491JZ6QV\/d6q~G\u0001T\u8fc3|\r_\\\u0011g74i'Ao\u0000AH\bIPGdFY83T\u0011Lq%`\u0682T&J|8\u0005f\/Zb\t5\u0016?>\u0003\u0005H7\u035b><\u0010\u025b\u001f.\u0017&\u0007\u0017uE}Wy7p\u0006_#+0D\u0267\u0005\u001bo~\u0017Sam\u0010\u001eIkqWe\u0018605\u0018\u0001\u001c~8Wh\u000e=:<\u00cfX7Q\u000fdn\u025e$\u000e$\n\\VRSMQ6\u00f3$\u001b#%Y:\u0014#;\u001d;cl\u001d\u001a4`7tm&no\\x\u0007\u00032'S z.\ua410$i,$I\u0010qY\\$Op<6\u0013,'IR\ni^ONNz|~gQW\u04f7\u0015\u0000]`\u0016\u0297\u000b;F\ua3f1\u00100\u0012+{1\u0001,\u001a>=\\2\u05d33IB\u001e\"'cb\u0175sq{\u0007\u001eI^\u001fqwm\u03d0\u001f@n|\u10fdf;~\u0007K\u001a`'i\udb09\udd19M\u05f6@\u665b\u001eD\u001c\u0017)*w'yIZte\u000b~K+\u0018\r\u000b7)\u6cfdTOBSag,\u000b-\u00173\u05bdG ~|&8\u0013\u001b\u0007!\u0011O5\u000f\u061ar\/BcQ\r\fz?p\u001bH\b$aq\u06a9(>RP2\u0652&\\\ncRO7\u2912r\u000bz\u0005id$0G\u0019\tAO\u0013\rB6;\u071dA{\u0003vC2!\u0784\u0010p7S!\u0019wG\u001d1<.l\u0001\"?\uc590)\u93e6N\u07ef\u0003slN9\u001b\u000e\u0311#]W?\u04e1ZU\u001cP\u001dWPIm1\u001c@}c\u04c4?\r2P\u0006*_\u04e6\u001ex$K\u001fh4g5\u0016mr5U}z\u059eYC1\u0432\u001f=x_FNQQU\u043e\u000e\u0003\u0000\u01bfW1\u036eeq+PI\u02b8\/5S\u001fcC\u001d\u04cdH\u001f\u0018Cm8\u0018\\B*\fjN\t8\u0019\t\/kH\tS$5Z\u0017b(+\u0016G\u0013Zh\u0013}n\fHC\u0010\u0521T\u0003J$;7j+`j\u0000#I{2 3\"y%I\u0002}\u001a\u001ag@=m&\u1e69\u01e5\u0010%\u0018\u069462jQ\/*\u0011I$9\u0006IiR,\u001c%\u001dq|\u000fcj\u0018d\u0019+2b0l+k\u07c8IEy\"@]\u0019CLt:\bwW5z\u0548\\\u0000(s[o\u0159\u0004UBs75p\u0016FNN{i?\u001d&D9&~\u03849(&;w:B]h\u001cn\u001cj\u0403i\u0014OX\u0015!jp&2\u0005\u0005\u000fz8\u00177S\u0005dth)BO&G#\u0540d;822\fE\u01f7\u001d;\u001d*P[bBI&!\u001c>u)\u0655\u4ea1\ubf18X]\u0017\u0012}i\u0001\bUh6h\u03bd$zA\u0004N \u0013NY$g\u001a$\u0003Vox{`d\u001du.\u05517aG!%?6\u000elg\u0000d.b\u0012<:wFM: \u0002y5Cw(\u0007mrA?d\u0018Np\u076dIM\u0010`Dq\u04ae9RI\nO6\ud6f4yh\u0346v\u0014\u0176R\u04e1\u001bZ\t,9\u0677g'\b\u001bs\u000ez1x$nm\f(L{\u01fc^TN3}:TfL5Z\u001d,Eza\rN9@yrZ,@5|\u0014.\u0018\u0015c@v\u001b\fa\u0015#H4QvLH<(d\u001d\u0015^duENc\/N\u001d\u0018~\t\u0001Z\u0018\/c7)$\u0017x\u03e0x\u000fnjj2\u0230\u0018rU>tr+.@^#W\u001a~H\u001b9 iJ\u39dex\u0018~\u0287j)~\b\u0007\u001eW~(\u0019V\u0002>DW#\/\u0015\/jZkP-F\u0012*\u0002:\u0498U\u001dru7b}mt#s\u0000R\u000f7Z\u0012:\b0P\\aAC3\u055a?\u0005'hNKq=q~M5fkq\u0019u|\u0017m\u000f\"\u001fVX=\u0007\tyeB\u0494\u0016Xf[P\u0013k\u05f6\u0000G\u0002\nz\u0016(\u00172\u001e\fh\u0015yF\/\"\u0019\n\f4vFi@\u0018\u001b H\u0006{oF1\u0007PSg\u02bf\u0015y\u0012=\u0241\u0003;9\u0721\u00a4 :wTq+}_P@\u0581\u07b5\u001es\n?ea'Qa\u0213?\u001f*U*\u0005*\u001c\u0013\u0015x\b\u0012KaW\u001b\u05aaC\u0017Fh\u0003>\u0000U\u0002\n5q\u0016\t\u00189c\u0015[5D5\u001e\u00020\u0019|\u01f4\u0016\u001b4T\/\u0012\u0007E1NV1N\u001afXPimZ~\u0000iV\u000fDx\u0002>\/\u0016[sBM\u0005\u00154>HXPh\r\u001aj\u0019\u000b\u0011\u0018\u001ek\u01ceN\u0000dnV\r1\u0005\u000eNK\\CnM\u0010@-`er{K?e\u000f\u0002:\u001fYp\u0017Wtx\u000e\u0015\u03ef\fe%0<\u000e\/NJ\u001e\u001f\u02ff\u001a*))6Uyec\u0562\u0005v^'!K0aK9\u000b2\u001b$I\u0014\be[\u0017V\u07e4\"\u0724\u0663g\u001b\u0503\u0007=z8\u001b2\u000e`<+FJ#2\u0017,\u064b\u001f9[\u00110\nDp\u0004\u0011\u0014\u0001:\u0011\"8oE0DP\b\nl^,.{M\u0006V;\u0648$\u013cpg\u0000{\u0014a\u000f'\u07f2N6cJ+\u001e^\u0007\u00079)g8'4rj3(\u01b1]x \u001b}\u03d9?\u000f\u001dz*CO\u0011Bz`)\u0231]\u0002\u013a~J|^\\\r\u0000:b=A5XV_ \b\"m\u0003\u0468\n\u0448-\u0006v!\u03f2\u001dXE^2\u0007N\u001cTNzxf @v\tF\u000b|lN]RuA\u04dffi\u0006\n\u0014L\u000eT;N\u0010TzN)tJ!N\n\u001bo,\u0625Y\b\u0013_3Mm\u045cpUC9K\u0015M\u0004\u0006\t\u001a&\u0013,>B)[_]eD}gsg,\"gyg\"\u048d\u001bV\u0012Y2I\u0018bn^?\u069egx\u0013D.Y_L\u0013\u0012m+z6)j\u731d\u0014]\u000fZ\u0010\u000bh=L\b\u01f1|\/7K\u05cf\u0013@g\u001d\b9\/\u0000\u01f8\u000b>cu\u0012y.\u000e0|\u000em*,\/h&Qi\u001f4\"\f\u0001D\u0000qy1\u06f5o[\u0015\u00015r`AOOK|gOIL$\u054ar\ue747VA\u0019K\u00044\u0017^\t^\u0004?\u0554n\u0014QTO\u000e&\u001e'B h^\u0015dB0\fV\u001fMn]`\u001boAdg;\/\u000f\u0014\u01d4T\u0002[7\t\u001a\u0158Q\u0005-,N\u0019\u001d\u03abL1M8K|l_2\u0013\rb\u0001\u0016\u000e6\u00146<\f0@3\n= 2\u0005\u0000\u0001 Ze}X\u0015v\u0007\u033a\u0003\u0249@Fua<0JWC\"QPq\u0001z\u0216M!{=e} UhJ{\u0013\u07acdw\u0018|%\u001d;^v\u001ez`I<3\u00079S!I bbG6\u0007\u0010g\u0006\ns\u000e\u0016]\u00119i?yd\u0003`!:EB\"@j\u04dfT-t;\u03ba\u0002Z\u0010\n#MYH]YG*7jp\u014b]nu`MRZX\u00167\u0019(4\u0007\"p\u05c5,,*To57%%#?\u001c_uy~d)b\u00fc\u001f\u0371\u000e`Y|v5\u001f7O\u07f6\u0006JabkQ\u0015S[QYO\u001d\u05e5\u0013R\fEUGuRWrp+<9mGz\u0017\u3c61\u06a0xIB\u0577pP\u0019N,\u001c\u001bH5e(M\u0354 2\/mKVPfap<\/,Wf|\/feT,pGW\u0002y\"Tc=jp\u0016\u0325{C\bj]\n;eo]2R\u0010Pk&=J&n^\u066f(\u049c\u001fwo\u0018n\u0017$\u0017c\rMI.\u0010\u001b>>\u0000t\u04248>B$\u0011\u0019Qw\u0016\f~\u0004-m\u0738\u0019\u0682T&I|8\u0005f-\u0011Zb\t3\u0016?>p\u063d\u019f\u0011py\u04c7\u0007b>;yze].M\u0018\u000f.Fo\u0010L\r\u0004GV \u3252:g\u000b6\u001e.V <\u00190la[099l\u001cz.'u*'y&\u0231.\u029f\\=\u0016\u0013II\u0015\u0018^\ufb64\u001c\u001d7r\u4a794'J\t:\\#I1C:\u07993\u0561\u0001L\u0019X\tvSLW\u000en\u0006TH\u025c7^\b} > s2\u0001\u000e\t\tHFAD\b\r\u0019D\u0004\"{=>\u001d2$y^dg'{\u0016Ay?}[\u0001 \u0005Vj|yyc4^,\u0018\u0004\u00010{\u0002\u0014#\u001c\"1c\u00e52{=I6$\u0011\u061a\/z2\u0006V\\;\u0010~\u045bA\f'x\u0007\fy\u0001Dw\u001c>kw\u0355\\~F8\/I\u0019Yti\r4o\t\u9c6fHqJ\u000e;>)r7~z7$\u0018eJW\u0014\u0370p#\u025eb*S\u0437T\u0019\u000bn\u0005+u\u0011\u001f,\t'NgHD\/eo\u030b\u0418}\u0014i\u0003,\u000f)3<)IXwve+H\u001b\u0003FA}dI\u0013I.TG1)'\u001aqRI)\u0005\u001db41\u0010\f ;\u001d6\u880d\u0001[!\u0010wcB{h;)r\uc40cN#\u000bX\u001d\u0017W\u001fX'8\u0019*!S\u001fM\u04ff_\u0013S5\u0007\u061c\u000eus6\u001c#MGpC]\u000e89\u001ai\u00d9:\u0007\u6d69\u000eR6\u001bt\u0544?k@\u0019\u001a3&A_J@\u0006Sz\\k&W^}z\u059eYC1\u0432\u001f=x_FNQQU\u043eV\u001e\\\u04d1M~_%7f=Vh*C&+\"uh>&5C\u01c6:\u001bK\u0003>!\u0007K(RaS\t>!\u0012\u001b\u0001\rF S$5Z\u0017b(+\u0016G\u0013Zh\u0013}n\fHC\u0010\u0521T\u0003J$;R\u06f4\u001505\u0011T\u01e4T5\u0019\u0001\u0018x0$L&I\r\u001c\u001ag@\u001dMdd&\u1e69\u01e5\f\u001f5;=kI+3\u0016\u0012Dc&5Q\u0011\u00197\u00070JV\u0011k!\u0376H\u001a\u0219['R\u000b\u07551$\fO\u7699\u072c`G*\u0019xUWDW<,\n\\\u000btq&\u0001s\u3b90\u0010\r^O\u0007e\tQ3a|\u000e;\u001da\u000e\ubc10\u001dg\u0017Z\/\/\/L9\u0005S\u001fL\f>ir\u0016\u0019P\u0000\bb|+U@\u001eJ\"Cthr,\u0002;\rI3\u0018+#Pt|+\u0661\u001e~\t\u000e%6(`l\u001dq\u013a$'\u0653zXX=\u0017r|i\u0001\bKh6(\u03bd$xA\u0002N \u0013\u000eNYf\u001a\\!\u0003Voxv`dt.\u05516a e?n:~Itx\u07d96\u0001\u00146\n\u0019\u0019\u0398\u000f\u0019\u07b1\u001b\u0000|b8q*u64v>\u0012Un>I\u06e8)RI\u06e8\u0083M&m\u001e`(fv\u1cbb\u001dEetHe|C*3\u000546\u05bd\u0004acNAO;D\u0011e\u01c2\u0103A \rM\u000e[7^\u0004k?FI$q\u15d0\u001c\u045dR8vCA?'}\u0017\f\u0017xHVV&\u0014\u001dk5-WE'\u001bo]\u0015\u0017 [\\\u0011+N\r?h\u001c~4eSA\u05c5!Z\u001f&Be\u057f_:\u000e|Gm+\u0003DW#\/\u0015\/]-K\u0016#~W\u0015r}]\u001di\/\u000e\u001b>F\u05d1~b\u0000\u001bk-\tT\u001d\u0004\u0018(.\u0630\u05e1\u0019j\u001f^\u01a5\u0538xt\u001a5[\u064cYN^\u92f6\u0007~Wo>*fCv\u0003\u06d32!iJo\u000b\\,-(\u03c9k[#WgEj\u000b|\u000b]\u001f\bSZT)mY\u0012h\u001ag\u0688&\u00145\t81Z\"Xn\r4k\u0019\u0000\b \u0014 \t:|ha=7\n1\u0000{F\u0000qx^\u001dtNkiB.@Yng\u0004F\u0011\tBd \u001d~Nn\u001b5\u001c\u038d9#CN9#4J\u001c\u038d8\u0010Cw2\u000fQi\u0007\u0017j\u0012\rQ:\u000f,W'9\u0010R';bR\u00105~;vP*\u072d\u0003k=\u0014~\u02e4N\u00d0'\u055f\u001a>\u001fU\u0014pPV!J7g\/B^mX\u000e]\u0018Q\u000fj,\u000f\u0003T\u0015^\n(\u00042Y\u062f'`<\rU=8\u001d\u0002+\u0019T,q^\u0015\u0018W`!X\u399d$I\u0012\u000f>1N\u0006fhOimZ~jm=A\u001b\u0013\thkU\u03c9\n5\u0015VH#bk3R\u001a\u000e5R3\u0016#0<\u058e\u001d\u0000P\u076c\u001abHEG\u000b9(\rn\fCE\u001e\u0012Z\u0005-x|cx+Tm\u0010PU\u0007*>nM\u0010@-`er~K?e{\b\u0002:\/XPx5`\u057a};\u001d\u07a6*|k0CY<\f\u000bSmj\\\u0017_SQ\u0354Yy2jQZ;A%\u0018\u0005\u0019N\rb\n-D`\u000b+oR\u0011~GnRq\u0473`\r\u001e=r\u068dkqE\u00070\u0015`%\u0451nl\u000bq\u000f^AZ\u001c\b\u0018w\"8\b\u0000^i\bj\u0011Aa\"\u0018t\"E\u0004qZz\/qw\u0017N=T&\u0003lD\u0012b^3=\n\u0207<\u0113oY{'W1[u\u000eq\u001c\u0754t3R\t.\u0694w.7;\\|\u2ffe\u001f\u0747\u000e=\u0018#x&\u0018|\u02bbhl\u0017|\u0000 \u0012\u001f\u0017W\u0003\u000eX\u000f~PM!Z\u0017('BH[@4.jB4k]u-!l\u01ec8a5rK>pWr\u050bm3CK0Zds\u001e:W\u0004siM\u0019(dR0\u000e;P:EP5xb\t!tRpxf\u029aDA\u0014lj\u05cc\u05c5rm^\u001eZ\u001dYJh2M8w0\bda\u0011J:\/s'\\;o;+g\u00119;;_\u001e\u0016vOn\u0007_`L\u00b8\u0015sgz\u0402X@\uf277gB<5Y~\u0000:@0Y|q\u0005]<]\u0019\u000b0kvu\u10fdtElSeY}A3J+?\u0011a\b'\u0002]F\u066ee\u0002w?\u000f\u044d\u03af\u0004\u000bzz\u071d^?{BMf$V\u0715s<\u0014\n_B'\u067d6N$\/\u0006\u0240X\u000b\u0007\u001b\nl\u001bAl\u001eX\u0006Q== 2\u0005\u0000\u0001 Ze}X\u0015v\u0007\u033a\u0003\u0249@Fua<0JWC\"QPq\u0001z\u0216M!{=e} UhJ{\u0013\u07acdw\u0018|%\u001d;^v\u001ez`I<3\u00079S!I bbG6\u0007\u0010g\u0006\ns\u000e\u0016]\u00119i?yd\u0003`!:EB\"@j\u04dfT-t;\u03ba\u0002Z\u0010\n#MYH]YG*7jp\u014b]nu`MRZX\u00167\u0019(4\u0007\"p\u05c5,,*To57%%#?\u001c_uy~d)b\u00fc\u001f\u0371\u000e`Y|v5\u001f7O\u07f6\u0006JabkQ\u0015\u0005VT0u\u9114c5CQ\u0011>\u0000t\u04248>B$\u0011\u0019Qw\u0016\f~\u0004-m\u0708aA\u000bR\f&\u0015Gk'X*xaw\u03c8tc\u06fc\u00031O<$f\u023b\u02c5\t#\u0005])\u0019\u0015\u0018VA2M6\u0012\u001cY8'J>.x{4X\nkdL^*\u00f0\u04461nN2's\u8e5c\u0529\u001c~\"\u01fa*\u001e'sOXL|\u0012'q\u000e'y\nW`zrtDj\u001c\u0015%\u0014\u001dy.\u0491\u0018QG!\\\u001d\u0019c\f\u0004)+n{7q?K*dN\u001b\/>\u001f9\u0002cwQ\u0014$I#d!I\"[\"y\u3c51\u001ed9IRHKzdvr=\uda3f\udfad\u0000\u0002+W\\1\u001a\/\u0016S}^[eFv\u000e`\u04581w\u1499$I\u0012(Ml\u0017W=\u0019\u0013+sC?\bN dm~<\u0000\"t[\u000e\u001f5C;X\u0006K.?I#\u072cn\u00067\u0704W$`%\u6fddWrKQ;?=;\u00122\u000f[K_hXdO1i)^[{*\uc305_qau\u0015v\u01ba\b\u010fo\u04c4\u0013'xb3$\u0272ZSEXh?\u0001A\u0014n\u0019i\u001e$;N;\u000eL\u052dq\u001a\b\u0019%M S)\u0013*U\u001f\u01e4lDoI%\u00174KH\u0a4e0\u0012&\u001alv;B\u0007dC\u073d\t!n\u020dC2\u01a6\u0002!H\u00072\u001d\u0012~\t\u9792hNO~OL\u001ccs:p`4E\u001f\u000e\rv-:\u05eeth&\u0600r+\u0018jP>q64\u0003sl0uM\u0019(\u0003UB:x$K\u001fh\u0555z=S\u0675h+SWnY{f\u000fXCN\u001c\u000bpT\u001f%U5{\u000em\u001cJ\nxNd\u0018n{x\u001ecfkjL~\u001b5)\u075c^\u0019W\u0015\fS\u001fsC\u0013\u000fv-K\u0003J:\u001c\f.H\u0015N5'H\u001cJo@\u00074\u001aRB>1IM\u0016\u8166\u0018]\u000b*._ &D\u00e8CC\u0010\u0521T\u00033\f.\u0011;Hk2QT$?\u0019e2\n\nPbNR\\_C\u001c>$&2\u0003h4\u0005>i\u001b^\u0012u\"Hr\fRIMVn\u06a2\u0011\u0019;\u00070TZ\u0003mJ\\m\r\u07d16!X.)\"LlW\u039072}\f%R\u000b*a\f\u0019@5b(W\u9700,\u0010;uq&\u0001#\u054e0\u000fe^O\u0007e\tQ\u01893\u000e;~\u001d\u000e\ubc10.g\u00172\u001b3[3;\u0005\"\u0014`\"\u001fMCh:\u0006H\u0016IQj5\u0003FV\u001b=\u001d-\u014f\u0019\u0004v\u001e0l\u0007g0VF\u0001'Z\u000e&%;\u0001\u0630Pu\tvGmBfJ6)n:\/B\u0016oSc_Z\u0000\u001cZ\rso?^\u0010\u0013H#v\u0016F#\u0017K0y-ibNJ3&RZ\u0016\"=\u0605\u0006\u0678)w.\u0017\u0002X\u0377OQ\u0001;\"d\u01ce\u056b N\u001dAb#D!\"{\u0018&S\u001b\/r\u001f$KH\u000e)\u001c.\"\u065f\u0018\u011eU|\u0006\u000b~HvUUUHz\"rcU@Z\u0000gzmcqjAn)z'c)\u001fa\"$^n\u001f.\\|,2)Ot\u000b>\u0002|XiR1Y\u0005\u06ae\u0016%T E\n`\u001a=\u0010kCnFu$p\u0018@ZK\u00023U\u0007\u0001\u0006\u000b6,}hZG\u0013\u05e9q\u001956Rk1[_o\/\u0368h~w\u0015\u0012bm9dW=@>+\u0013(\u001f\u0136(\u03c9k[#Wgj\u000b|\u000bSWL\rMZW)mj\u0019\u0014g\u0688\"\u0014-\t8\u0011Z\"XN\rj\u0019\u0000\b \u0014 \t:z|]\u00189k#8.\u000e:4zPSh\u02bf\u0015y\u0012=\u0241\u0006;9b\u04358}m_\u0016c\u001d\u0400}CU\u0002[\u0007zz)Iw+D!O?5|\u0016oV\fU8&j+\u0010l%\u021bv!6U.\u0428\u0005P>\u0000U\u0002\n5q\u0016\t\u0018&nCU\u000f)NeJ\u0006U*K#ioHNS\u0010O\u04b5Xka\u0391\u001c\u0007\u0018[`\u0003\"\u0001f3f\u0010E\u000f\u0016s_,FIY\u0001\u01a46Yg\u001a5M_\u0393'x\u0002kWG\u001fk]\u001b5o\u0393+^\u0011;\u00cd\u0628i^ct\u0006\u001f3iF46O-?B\u001e s\u040d\u0004L}^D\n`+Ti|\u0001w\u04605]\u00195\u001dpkt\u0001p\u001cv\u0004@f\u0010C*:Z\t\u000fGY0\u000e5>`[\u000eoSz5ud\u001e\u04a96Uy5{\u01a8f\u02acv\u02bcMU^s(sAeI\u0012|Ry\u0382\f'k\u0006Io1\u0005B\u0016\"\u00157\b#78x}Y\u0006Ae\u001e9N\u01b5\u0338\u0003\u0018\u03caQH7\u03058o\u0007d-`V\u0004;\u0011\u001cA\u0004EdN\u00040[\u0011\f:\u0011\"8[o`\u0017Ky\u000b'\u001emN6\"\t1\/\u0019\u001e\u0005wgC\u001d\u0277,\u0013M~N\u042d:ped8An\u02ba\u0019\u0013T\u001a;)\uf831]nv \u001b}\u03d9?\u000f\u001dz*CO?J=qL\u0019+]4\u000b>\\Xw~\u0010OP\u078b\u0001@\u0007]\u0007?\u0010\u000bD\u0013!rQ-s \u001a\u000fZ!\u001aE`\u07ee:\u0116FcV\u001c\u01f0\u0018+M\u001c+g\u000f8-2b\u001b\u0010\u0012\u0016v$\u065c\u01f9\u0395:\\cO3y~B&\u0005\u0013@\u0003NS\u0004U\u00ce'y:\u0010B'\u0005\u05cdXmN\ucb2cI\u0019D8x]*a&C\\\u07c4si\r@\u0016V\u001f2w3\u6e73r\u0016amtF~\ro+\tx,|o\u0019$[1I_\u001fms3\t\"\u0017,?erc\t6\u0015M=\u001b\u06bf\u0014s\n\u0007-\u0005xy&\u0004Xs>\t\u000e\u0004\u04dc\u0017Wc\u0005p\tf\u0017_^\u0007~\u0018>K[6\u0015^\u00174\u000f\u001a\u0011{\"eZ-P{\n\u001axjM'%'\u0524kh&Hj]9CA\f%t\u0002\u074bmo\u0004LS\u001fj{7\n??\u001dL=NBZ\u001akv*I\u000b\u001f~a >\u073a\u0006\u00067\u0015Hr\u0011v^T\u001f\u071fI)\u0004Pn\u0018\u00135$1\nZX~3;~WbpsmC\u0007\u0019\u06bff&\u001cF\u0003b\/\u001cl*\u0004 c\u001b`fVW-i\u0011\u0001);@d\u0002V\u001f\u0585\u0001~r\"'Q]\u0018\u000f;H,U\\@f^t8%eS^O\u0019\u001fH\u0015\u0012y7+,+\u001fs_q\u0011~o\u000e\u061f;\u07a6*0\u0019wR3OA\u000eTH\u0012\u0611\u036e\u0001\u0004\u065fB8\u0731{yHNO^1@2s\"v:X\uc7d0H(',VK2]?9n\u0016?H\u0013r\/R\u0017lV\\b[\u001dX\u04e23EU\u0006(:\u0341\bua?\u000b\n\u001bEj\u001fj\t\u020f ;\u001704xl]z\u001fyX+n0oHs\u0003X\u0016%p#.\u04f7-bR!\u0016P2Vb\u0000[QYO\u0002\u0019\u05e5\u0013R\fEUGuVWrp+ =;mGz\u00171o\u06a0xMB\u0577pA2esZ1t|fSDL\t*3\u0006{\u07f6d\u0005\\m\u0016\u0006\nrfcVJ\u000bGW\u00996SFY0\r;u* \u0216iuH%C@OX+\u0017Gze\u03a3\u0000*Ks~A&b_\\\u0011g74i'Bo\u0000AH\bIPGdFY83T\u0011LqqZ\u00162\u0019\\+7k\u0011\u0012OU)Q\u001aF\u001bM\u001f\u001ey\ub57d~w7a>`+-\nn B&\u001b|h!q9I\u07b3+\n\u0000.Rd\u02c5\u001db?7\b\u0018\u0015H\u033d\u0018Ydd\u0000\u0016I\u001fs\u001e.I$!|q\u05539=\u0003$\u000f\"8I;3of\u000f B7^3\u001d\u0005m4yIK[nyMHO}E\"\u000bWrhyEIy\u0014\u04d3\"H-S:\u0005\u0015l\u001bI\u0014^xo3\u0016~\u00c5\u0756\u000bV\u0019#\u0010?WN\u0013Nh\u324d\u03d0&\u02da_kM\u0017a1(\u0006X\u0006\u001fRgy\u0004S8V\u0014T\u0002\uf425N >c\td*%WB\u07188fai\u001a\u0019\tQFBD\u000ew't^\u0750~7=D75\u0014pvHFb*\u0011nd\f\u000b}\u000f,f$%sJSk}b\u001c\u04e1n\u0386\u0003s)H\u0015thk!v\u00153G#m8S6!TfCc8\u01a6\t\fS\u05d42P6&A_J@\u0006Lf\u05e2MX7=ce'?zsEQ1$f\u03e1}\u00ed<\u0e66#J~ov-#\u034c{\\TrMJ7W\u0015}yEL}Lj\ruL7\u0006\u0006\"}Hc\f`p\tE0l9!'DP\u0012}\u0003:\u0018TsJ&Z\u000bBS\f|Bh{BKR\u0013m\u03cd\u0001u\u001a:j_DGjy\u0002\u00060\ua614\n&#\u0000\u0018\u000f&I$AC\u0003\f\u0238\u00ff7<7\u0001&i\u04f842jQ\/*\u0011I$9\u0006IiR,\u001c%\u001dq|\u000fcj\u0018d\u0019+\u00162l+k\u07c8IEy\"@]\u0019CLt:\bwW5zHDz\u0003\u0222oB\u0017g\u0012W9\nyY\bY\u001899tP\u000f\u00109\u0013\u783c3P^\u0011\u0002\u000e\u000b\t2~vrrBOS >\u0018Kf\b\u001fH\u0016IP\u0000W8BT\u0001\u0017z(\u001bZ\u000f3\b4`&\u000e`\fC\u000em&z%;\u0620Pu\tvF&,S)uCy\u0001x\u0018\/\u0002\u0010\u043am\u041c{I<\b^@r\u001f'\u001c84 \u001dE\u0007\u07c4k.\u001a#\\#EnNBJ~?6\u001cxgc.b\u0012<:w>M:\b\u0002c3ks\u060aS\u000f\u001af#\u001f$Mi\u0013,\u0019O[-\u000f\u0013!tw\/\u001d\u0007>C\u03e0<.\baKdK\u06ae\u0016%TD\n4W}f\u070dX\u001f[#H\\?1\u00cd\u0004f\u000e\u0002\f\u0014\u0017lX\f}v\u0001ZSRj\\OP_S|[~-lF,?E[\u0003\u0237\u0015k3V!)V&$Mm|2\u06c2X\u0005\b<\u0012|uVX\u022bG1\u0019[Xt&7Yfy\u0005\u0017=Y\u0013X:*hZy\u0006\u001f\\)9n\u011a55I=5\nyj\u0016zQ7&\u00130y\u05aa\u0013\u0015j*P\u0142mu\u0001gty\u0006q\u0004\u06b1\u0013\u0000\u0019UC\fh!'0\u001ct\u042dy\u0006!\"qg\t\u0002TAv<1u\u0015h`\u0018\u061f\u000fT|X\u05db Z>=;~\u000f~\u0014\u0010\u0004\"\t9u^D5h\u00056Uy\u001d_S\u0019Jax\u001c^(\u001aoSWz(jljTyGE\u000b*kNB\u0007`\u00d6s\u0016d8Y\u00137H~)\u0010\u02b6\u0010\/pIE\u001dIG\u03c2]O7\u0007\u000f*{qj7e\u0015\u001dxVDGe.3Y~\u0017?x\u0005%k\u0001s\"`\u0014\u0789\b\"(\u0002${u\"E\u0004q\u078a`\u0409\u0016\u0011\u0014k\u0003XW]8!Pm\fv\u0011Iy\u0000(p>#\u001f\u0010Oe_mtn\u05c1c\/;';\u000e\u001e\u000ertS\u03a8\u0229\u0368vl\u0014=g>t\f=M\u0000\u001d\u0013\u0004Oy\u0017\u000f\u0017 \u059d\u001fD\u0013Tj\u0000w\u0017\u000f5D\u0002\u0011D\\\u0014i\u001cEVF|mQ5\u0637\u000e%$\u00152,\u001a9:;|]\u001coI\u5529\u0017\u06c8gco`'=u,\t^\u001a5i\t\u000e\u0004\u04dc\u0017Wc\u0005p\tf\u0017_^\u0007~\u0018>K[6\u0015^\u00174\u000f\u001a\u0011{\"eZ-P{\n\u001axjM'%'\u0524kh&Hj]9CA\f%t\u0002\u074bmo\u0004LS\u001fj{7\n^zZw08\u0011R\u0007igGPF&+|\u0014ahr\u001a\u0004\u001bxK\u0007W\u000f\"E>yA}pn8\u00128\u077aaO`\u05d0.\u018c*haqWu^eIn\u03f5\r\u001d\\ckn\u0010\fp\u0011\u604ce\u0019\u0005Z\u001b I{@d\nHY\u0001\"\u0003@,*\u000eug\u0007\u00139xaDd\u0002j7])-Bz\u0298@\u0414&\u0383YaY0K{;w=a6Wyf\u000er@B@\\\u010elv\u000f \f\u0014?\u001d,\u001e\u07fb#r~\u0006\u0013qBtfD\u0012E\u0526?aZ\u0017wuK\u0005!\u0014F|\u0010eTo\u0017\u0016,o2PDi\u000eE\u000bYXTQkoVKK\\G~\u00049\u001bgSZq[y?c\u001d\u0004\/\u001b9w\u001fk>nm\u0011\rl\u05ce`_w+*]Q\u000bg(\u7de2\u47c41K'\u001c\u0019!\ub92e\"V\"Ays\u068e.cC3A\u0004\ub26bo\u00102e3ZD\u001a\f\u0012Df\u0005m\n,\fe\u0015\u028c\u016cj\u0017\u03a7oNDj\f6G\r\u0382to\b!Y\u000bV\u0001yGLKF*\u0019\u0002j\r~DZ\u027f=\r+u\u001e\u0005PY\u000e7\u0011#\u05edb8I;\u0005\"|\u0007\u000e\u0014GGH:\"\u00037q\u068f`\u001b\u00150C[d0\u000f\u07ecE<^K>aW\u06e7\u0014\u000e<F\u001bM\u001f\u001eyg\u0007\u03bb\u02c5\t#\u0005{]Q\u0015.AW`u[\u0016\u00114Kd\u00058)s`b}*,\u000e\u00a31\t~-\fF\u001b\u01b8\u0006#>:\u000f\u001c\u0361\u0007sRrr\u001c&>s1QA1\\q\u0012\u0011s)\u0286sxVecst$MGbL\u001dyucgC3\u0012\uc998\u001cr\r-9\u0019o\u0010@}@d\nDE\u001d\u0012r$$\u0010&2n=\tGGz|F\u05d3%%IJ!\/S^OP,\u0002@\u000b\"arahXO1\u0015\u0002bz\u0005\"so1F\u00199c\u0739fz&I4U_d_dLv9n\u000fuc8HN\u000e\r\u001b\u001a\u0003\u040d9|\fq`Ic\u001b,$p^s\u001biDs\u0013\u04a3_\u001cv^}RNEn$oI0R\u02d4N?m)~\u0005aF=\u015c)^[{*\uc305_rau\u0015v\u01ba\b\u010fo\u04c4\u0013'xb3$\u0017\u02b27[SEXh@\u0001A\u0014n)i\u001e$;N;%e\f.:MB}tI\u0013TJnJG\t2)'\u001bqRI9\u0005=\"42\u0012\u98cc\u0006!\u001dV\u0001!\r\u0011wsB{j)r\uc40cV#\u0010I\u001e\u0017\u05d1\u001fZJI6LHGHl\u0627>1Us`P7g\u00c19\u0014}\nz:4\u0635\\^_\u04d96P3\r(7\u001b\u001a\u000186Mc\f\n4HI%\bR\u0007Zwm3]62uU\u001fnyf\u000fXCN~m\u040f\u000fGNQYU\u01a1\u769en{x\u001ecfkjL~\u001b5)\u075c^\u0019W\u0015fcR3tnhbepi\\Mc\r\u0007K(RS\t>!2\u001b\u0002\u037cP9OLR\u0013\u0005z)\u0006f\u00025=%>0PP5)u(\u0540gD*_Z\u000e\u0669\fJk!JF\u0001FRCb`!IrDl\b\u001f\u0012)\u0013Yoxnq\u0001&i&\u0014e\u0016M&\u0012Fk\u001dm5Q\u04b2\u0011\u0019?\u00070\u0015\"aD.T,6\u001c#q7C\u07b1d\u001d+R\u02ce\u066e!o&i.\f'R\u000bW*\u0019|UjXQy\u0001Y%7L\u0002>+h!9+\u001e\u001f8K%'\u000ea\u0013\u0013?g\u0003\u001dwf=;i\u001da!g.g\u000e7h\u000ehi5Wu\nd:\u0006\\\u0006.'\u000e1n\u001eQ\b|U@\u001eJ\"I4ir\\\u0002\u000fK3\u0018+#\u00c0\u0005\u0014-sC\u0013QM\u0012\u001dJKlZ(:\u0004;$$:EJ\u001b\u038bX}!\u0016\u0407\u05adoO\u0017D\u0004{;\ufd1dE|q\u0012?`&L^\u000b\u03d2w\bHvVR\u001d)\u0013v;D\u0018e\u01c9\u0003E\u0611\"M\u000e[7^\u0004k?FI.%\u06e9\u15d0\u001c\u045dR8vC\u001dE3\u0017\f\u0017xOVV\"\u0000\u02cd-W)k\u0002d\u000b9\u0169\u0007\u000f,~zb(#Q\u02c7j)~\b\u0007(W~8)\u001f\u046d\f|\u0013]\ud08f\u0000\u001fV\u06abnTLV~v\/Z*]U\rvu1?37;n\u0002\u001b^G\u0002\u0001\u001en$0Su\u0010``\u00c2\u0787f5\u000bz\u001aRzbj{Koyg3f9\/\u06b2\u001f]EFXz\u000eU\u000f\u000f%\u0284)-(\u001f\u0336<'\u05aem\u0001\u0002\u00046_\u0015\u0016\t-Q.a\u0001J+Ts:uyn\u0004X\u001b1b%\u0012'\\ktZ\u0014QsR\u07d1\u0001'W\u0000<3F\u0000\u0000I\u0000\u0511Cj#\u0000TY\u001b\u0001aw\u0011\u0000^w9\u0167kd\u06b9]#C\b<\u0007\u06b9\u0007Bd \u001d~Nnk9\u0018\u001bs\u0003Gns>\u00194J\u001c\f\u038d8\u0010Cw2\u000fQig\u0017j\u0012Q\u0017:\u000f\u0018W'9\u0010R[';`R\u00105~;NP*\u072d\u0003k=\u0014~\u02e4N\u00d0'\u055f\u001a>\u001fT\u0014pKV!J7g\/B^mX\u000e]\u0018Q\u000fj\u0018\u000f\u0003T\u0015\n(\u00042Y\u062f'`<\u02851\u001c\u001b#\u0337i\u0012Tx\bde\u001eVl'~>8\u0018u\nI:\u0018k57\"I?O\u0017I<:\u0005[\u0014\u0568-7jj\u0010\u0011;\u016a5i\ru'\u0011C7(\u0604\u1ee1\u0013\u0700MS\u001cyR\u001c\\dQ!um[\u05da>>Jmpf4y\u0018y1\u0181j\u0014NSo\/Tk\u00162\u0017\u0798\bOazNT@nUh|ayu]1\rEbL\b\fcG'\u00002T7\u0018R\u0442Q`:Jp\\\u0400\fCE\u001en\u0014Z\u0005-x|cx+Tmq0PU?o\u001f7A\u0000|zv\u001f\u0015.p;\bD\u0013r\u0016cjBb\u0013Wtx\u000e\r\u03ef\fe%0<\u000e\/N\u02abq=M5FU6SfSm\u01e5E\u000b*kNBG`\u00d6s\u0016d8Y\u00137H~)\u0010\u02b6\u0010\/pIE\u001dIG\u03c2]O7\u0007\u000f*{qj7e\u0015\u001dxVDGe.3Y~\u0017?x\u0005%k\u0001s\"`\u0014\u0789\b\"(\u0002${u\"E\u0004q\u078a`\u0409\u0016\u0011\u0014k\u0003XW]8!Pm\fv\u0011Iy\u0000(p>#\u001f\f\u0011Oe_mtn\u05c1c\/;G<\u000e\u001e\u0011\u000frtS\u0015YOi,\u0131]x \u001b}\u03d9?\u000f\u001dz*COAz\"`)\u01b1]\u0002\u013a~J|^\\\r\u0000:b=A58V_ \b\"m\u0003\u0448\n\u0448-\u0006v!\u01f2\u001dXE>2g#\u000f8-2b\u001b \u0012\u0016v$\u065c\u01f9\u0395:\\\u00e6?\u0018\u0019(dR0N;P:EP5bxN)Iu-V\u0013;4k\u0012ak\u0006Q-3^\u0017\u02b5yyhu g)\u0250\u00007}Zd\"G(e\u031d(r\fy\ueb1cE,|yXd=]\u001f|uCJ=;\u000b[2\tVmG\u001c\fo}u\u02051O\u0718oBMqES\u03c6\/E\u0002A\u000bb\u0001'p\tA8\u059cfq\u0002\u8b3b\u00034g\u0015 w\u0018wg.\\8\u0157\u05c1\u001f\u000f\u0016Me\u0005$*|F!\b .\u001fw\u0019=fm\u000b\u0014?F7^.;\u001a\u0013,swzo\t5\u001a\tZ1sW\u03bdP*(\tf;{\u06eb8\u001f`\u0014\u078d?\u001d0\u04fa\u01c9JHCcE.X22a\/G[ [:~\u0010_.\"Ks;1E\r\u0002{t5fTA\u000bv|\u01ef:SLr\u0013Nm7![Df@\u0305-\u0005 \u000fdL\u0003*0Qa(i\u0010l\u0001)3@d\u0001\u0016u\u001f\u0001~r\"'Q]\u0018\u000f;HT\\@f^t8%eS^O\u0019\u001fH\u0015\u0012y7+,+\u001eS_q\r~o\u000e1\u061f;\u07a6*\u0018wR3\u000fA\u000eTH\u0012\u0611\u036e\u0001\u0004\u065fB8\u0731{yFNO^1@2s\"r:X\uc7d0H('UK2]?9n\u0016?H\u0013r\/R\u0017lVZ\\b[\u001dX\u04e23EQ\u0006(:\u0341}\bua;\u000b\n\u001bAj\u001fj\t\u020f ;\u00173xl]z\u001fyX+n0\/Hs\u0003X\u0016%p#.~\u04f7-bR\u06b1\u0014\fnE+j\u0006=\u0015%$q]:!YPTu\u0004\u000fYGu\u0015)\u0007\u0012\tMvw1\u001e\u001b\r$$hO\\}\u000bge\u02e48\u0002)]#\u06144\u0011:SL?\u07b7-Y1Yt\u00b3|\u0758R\u0002\u0003zt.\\5:\u0011f1\u001e58\u000b\u04bd!{g.X\u0005\u001d2.\u0019d\b5i\u0013?\u001ek%Bh\u00137\\y\u0014@ei\u038f;\u0237D\\\u000b1&$7[\u001f\u001f\u0000:hR\u001cI\u001f!I\u0012\f\u07a8;\u000b}j?6nTX\u000eh\u000bR\f*\u0015Hk'X*xan\tF\u001bM\u001f\u001ey\u7e7bt\u647bro}pfW\nF\u0005vo\u0013M=\u0004MV \u3e52H\bzh\u0010n\u000e\u000e\u001d!\u0012q'\u8f86\"\u0017\u000ex>\u0011n$M\u000b}k\u000f-\/Al)\u93e6\u07ef\u0003slN9\u001b\u000e\u0311#]W?\u04e1ZU\u001c\u0455zm\u001at0\u0006P\u0018\uaec2ZH10uM\u0019(\u0003UB\bR\u0007ZweNg5\u0016mre>\u05a1iYC1\u0432A?&*\u0797Q:S}dT9o+i\u000b\u0e66#\u001b\u001e7f=Vh*C&+\"2L}Lj\rML7\u0006\u0006\"}Hc\f`p\tE0l9!'DD_\u05d0\u0012J5Ij@\/4PhWX-4\u0006'$5!\u001ct\rj\u001d*8\u000e\u001a,~O%Z\u026eLAPzM\u0286\u0011 #Mdec\u001fIJ*\u0006&\u0006=\u001bB L~\u001bq$!1j1mn\u0005JU\/j\u0011$Nfq(i\u0448#&\u001bF*mJ_me\u000f\u07d1<\u001b;)A\u0635\u0014ve\u000ey3;*o9\u0007aAW5:\u0013F\u0019*\u001b\u0002z.$`r\u0016\u0011\u0012\\rrK\u001b_0y\u0019?lB|L\u0620loy}G:,d\u06456F\u0341V\r=*N\u0010\u001d\u000eTtG\u06e5EJ:\u000eH\u0016Q\bS|U\u001e\u0292ILirb\u0002\u000fH3\u0018+# q2w<4\u0011U\/\u0761L\u012erMC\u0013N$J\u001b\u038bX}!\u00160\u05adoO\u0017D\u0004;\ufd1d}\u001d\u0013?`&L^\u000bw\bHv_XR\u001d)\u0013vBRC#\u000f342\u00171\tn\u001d;s&@bxF\u0001ty\u0006n7i\u0000C4\r(m\/.\u0017?19\u0001\u0012\u0013.Yslo;N\u001066\u0123C\u0015? J\u0017\u000ei5:\u0013\u04e9\u001eOZ\u048c\u025dTC\u0000U-B cMz\u0002\u01a3PCS!A\u0015j\u001b7$\u000evb\\xZc\u0005j\r;GRt\u0103OS\u0001O\u0011[\u0680M\u0019y\u0019t&7Yy\u0017\\dA\u001fO`cky\u001b|p6bg\u0011\u001b4k\f\u0393c&(G[C\u001fd\u000e1\u0011\u03cbVPS\u0001l*4.\u0016y\u000b8\u0003n\f\b\fcG'\u00002T7\u0018RBM`~8J`[~xcIB\u0000\u0578q\u001d\/yL\u001dmk\u0002y@\u01cdu\t\u0002\u04f3\u0013WnpoGl@ \uda3d\udc33X^JT\u0013z<\u07afj>\u000eoSz5ud\u001e\u04a96Uy5{\u01a8f\u02acv\u02bcMU^s(sAeI\u0012|Ry\u0382\f'k\u0006Io1\u0005B\u0016\"\u00157\b#78x}Y\u0006Ae\u001e9N\u01b5\u0338\u0003\u0018\u03caQH7\u03058o\u0007d-`V\u0004;\u0011\u001cA\u0004EdN\u00040[\u0011\f:\u0011\"8[o`\u0017Ky\u000b'\u001emN6\"\t1\/\u0019\u001e\u0005wgC\u001d\u0277,\u0013M~N\u042d:ped8An\u02ba\t*\u0694w.7;\\|\u2ffe\u001f\u0747\u000e=\u061f^O\u001c\u0013\u0004>Fy\u0017\u000f\u0017 \u059d\u001fD\u0013Tj\u0000w\u0017\u000fF\rQj@D9\u0011\"\u0017E2\u0007P\u0015\u0011_[T\rCl\t\tod;f\u0151\f\u000bQ\u0003'\u000ezxK*LF<3\u001f{\u0004]>I6'qseN:\u0019y~B&\u0005\u0013@\u0003NS\u0004U\u04ce'tB)[_]eD}gsg,\"gyg\"\u048d\u001bV\u0012Y2I\u0018bn^?\u069egx\u0013D.Y_L\u0013\u0012m+z6)j\u731d\u0014]\u000fZ\u0010\u000bh=vL\b\u01f1|\/7K\u05cf\u0013@g\u001d\b9\/\u0000\u01f8\u000b>cu\u0012y.\u000e0|\u000em*,\/h&Qi\u001f4\"\f\u0001D\u0000qy1\u06f5o[\u0015\u00015r`AOOK|gOIL$\u054ar\ue747VA\u0019K\u00044\u0017^\t^\u0004?\u0554n\u0014q>\u0015\u04fay\u01c9*H3c5.W22Q\/G[ [:v\u0010_.\"s;1\u0005\r\u0002{t-fTA\u000bvx\u01ef\u001aSLr\u0013Nm7\u001d[wDfb@\u0004 \u000ed\f\u0003&0Q4\u0007D\u0011 ZEK\u032a\u000fYwv`?9\u0013\u0228.\u001dFbH$J).v\\u:\u0012\u0672)d\u000f\nM|o<\u061b\u0015l\u000e\u326f\u0002{N~UoS~\u0015\u060b;G \u0007t*$\tULfW\u0000\u0002@!X~\u0015%$q]:!WPTu\u0004\u000fY\u0007u\u0015)\u0007\u0012\tMvw1\u001e\u001b\rw$$HO\\}\u000bw#*S_&ih}\b\u001a\f\u0012\u03959CO$O39UT\u00139}\u0007c88s\u0002)\ubf55$TS\r(fsI$\u0178:\u000ex\u0018a'g`%M1]9~\u06fb\u001b[2W!%s2x!\u0014\u001e:$d!I\u001a!\u0011I\u0012!\\dz\u0016\u001d\u0013\u001cd'KKBf\u05d3''{\u001e$Y,m\u0005t\u0017XE\u008exc3\u0004\nTb,3s\u0000\u0264s\u000f$)Mjb\u023e\u0258Xq\ud703\u001eq\u0007\u045c$\u001d\u001c4\u0007\u0010\u001bs`\u00196XrI\u001a$if-7\u053c&\"!\u0005+9<\u0017\u070aI\u0793`)~\u0702_T\nf\u008d${ITOBSag,\u000b-\u00173\u05bdG ~|\u03dc&8\u0013\u0007!\u0011R5\u000f\u06da\u00120Bc\u0012R\r\u0010z?p\u001bI\b&%aq\u06a9)X)\\\u0003\u06a6N!>c\td*%B\u001c8fi\u001a\u0019\tQFBD\u000ew\/tn\u030e;=D5`\fDzwJ-3@.l\u0001$?L\u0004q2oB:?@''j\u000e\u03319\u001dl80Gt]\\O\u0006k\u001dkWq:s4.\r\u0018\f\u0006\\\u0006Oj\r!=\u001dx\u001c\u001eZ[3rES\u001b5)\u045c^\u0019W\u0015\fS\u001fsCT?\u0635\f.\ri\f`p\tE0t9!'DP\u0012}\u0003:\u05d0\u0012J5Ij@\/4\u0140Z=Wq\u0006'$5&\u0018Z\n!N\t\u0010\u07437#A\u001f&tZ\u0336\u000e\u07a9\f`+R\u0006&\u0017+%XM\"+218u9?kCx6\u001cii:3M\u0007\u000f2bI\n7S\"m)\n^\u0012\u0015#\u0012J\r\u04e4Y\\9JZ6j!Jbn@Z\u0376:\u0000\u0000wA\\X!}m+{HUR^I@0=g$\u0005gy\u4d176\u0006D\u000f\u00109\u0013\u0002\u983c3u^\u00112\u000e\u000b6~v\u001dT\u0010:\u0012\\)P*`l\u001a\u01fbn;\u0004(eL\u0601&O\u000e[7^\u0004k?FI\"&'\u25d0\u001c\u045dR8vCLR\u074b\u0017\f\u00178_VV&\u0003\f\t-W1k\u0002d\u000b9\u0018\u01a9\u0007\r\u0791\u000f4~\t|4\u21c9xY}t\uf5ce\u0003\u0001<.\baKdK\u06ae\u0016%THG\n\u01ae4}f\\\u074dXo#H\\?1\u00cd\u0004f\u000e\u0002\f\u0014\u0017lX\f}vZSRj\\O_S|~-lF,\u0007E[\u0003G\u0015k3V!\u0001uB^4e\u0005\u001cKl\u000bF9vm\u000b\u0010x$\uab30@Zmr1TGPUo9uzT[-X\u001b1b%\u0012'(]ktZ\u0014sR\u07f1\u0001T\\-\u0003X\u001b\u0001\u0002$\u0001PG\u000f[\f\b@\u0004bp7F\u0000q]v\u0004\u001dtNj)F\u001c\u03b9]#C\b<\u0007s\u000f\u0010@t-;6n9\u0018\u001bs\u0003GnsFi8\u0018\u001bq \b^e\u0014\u064b\u001fD\u0663\u049en\/%\b\/pu\u001e1DOr NEN\u000e6w\u0324 6\u0017vP@\u0581\u07b5\u001es\n?lfa'Qa\u0213?\u05d4*\\\u0002^\u0015n\n<\u0004[\t\uc970]\u022b\rk\u0561\u000b#4\u0001Tm\u001faWR[\u0001@\u019a8\u000b\u0004G\u0004k**z\u0277j\\j<\u0004`22g-jJ^4<\"qP\u0014#\u0014l\u0153t1\u001e{a'IrNxu\n)bYki^C=O^,\f\t,V\u001dq,M\u0013\u001by\u0012\u001b|pNa+oP\u000bNp\u00036MrIrp\u0453\u0005\u05b5m_o]kP\u03d3+^I;M4\u785e'L\u001a\tQ8MS\u000fPZ\u021cxc\"<\u0001S\u00179Q\u0002\nU\u001a\u001fi<_,wMt4\\vAp\u001cv\u0004@f\u0010C*:Z8\n4\u001a\u000e\u0225i\u0019\u0018<\u001d)\nP[\u001e\u0007RV\"ab>Pqc]o\u0000j\u0004+?\/\\,{\u0010',y\u0012\u0544\u001e,Z\u000f~Tux~M\u001df(+qxtjMU^k122oSW_<2]-\\PYou\u00122>\u0004#\u001fT \u025aAMP\b,|aM*M*\u000e^=z\u0016zA=xP\u0663GSq-3\u0000\u01b3b\u0014$:\u048d-s9+(Y\u000b\u0015\u0001N\u0004G\u0010A\u0011 +\u0013A-\"(V\u0004N\u00040_+\u001bX\u0152?n\tjd`HB\u000bw\u0006G\u001d\u0019px-\u000b}j\u001f=tk\u000e\u001c{\u0679u8xxA=SAy7r\u0007({}S\u0019z\u001a\u000f\ru#v\u000b\u0010\u000f\"\t*{q5\u0000\u0ecb\u0007\u001a\"Z}r\"D.e\u000eDcV+D#\u001aU\u0012\u0012>v\u030ac\u0019\u0016Mz\u0006g%\u000f8-2b\u001b0\u0012\u0016v$\u065c\u01f9\u0395:\\?\u0018\u0019(dR0n;P:EP5B?O\u0014B\u0016\u0489]505(\u0016\u0019\u000bUe6\/\u000f\u000e,W4\u0019\u0012\u0018&OkL\u0004\bl}u\u0013E7\u03dd\/\u000flK7n~[Isg{P&a\u070aMzh{\u00df\u1b6fN\u00100fq})\u001b3MH)h]V3vVS~w=hA,\u00133!w\u001e\u01da\u067f,]?N\u0000uw ,\u0002.\u001e.\u0545K\u00185:^:\"\ud88a\udf3eD\u001f~\u04080\u0004\u0013\u0001.l\u05f2mB\u07fb\u001fW\u0007eWo\u0005==q~N\/=&]C3AT+f\u02b9w\u001e\nZ\u0005e\/\u0013^tgo{\u001b'xc\u0012lWS\u07bbQg\u001d;NTA\u0019v*\n\u001f~a\u0014>\u073a\u0006\u00067r\u0011v^N\u001f\u071f\u0019)\u0004Mn\u0018\u00135$k1\nZX~3;~\u05d8bpsmC\u0007\u06bfc&2\u001b\u0016\u0003b,\u001cl'M\u0004u c\u0018 6\u0015\nI\u0003\"K@\b\u0010_f\u0547Eaw;;\tdT\u0017\u000et1$\u0012%\u0014\u0017PYW:\u001dNl\u0014S\u0007RD7q\u001e\nJ6W\\Cg'?\u03aa?\n\u015d#s\u0003:\u0015\u0004*&vd~\u0000\u0001g\u0010y,N?w`eWL2\f\u000e\u0016C4'$(\n6\t+\u0552L\u000fs}N[*\u000f0\u0484\u0505(}?VV\u0007\u05b4(e|\"Ns`.\u0002w]\u00a2BoZGZ_:#\u0005\f8[Gv-\u058a:\u001c\u0000g'x\t\u0239\u000b(]qm\u0018m\u0014&fkv\u001f\u0005[QZ8;\u0015%$q]:!WPTu\u0004\u000fY\u0007u\u0015)\u0007\u0012\tMvw1\u001e\u001b\u001a%\u0011!\u0577p\u0002X2\tNp']#\u0594a4\u00112SL?\u07b7-Y1Yt\u00b3<\ud935\ude15RUp v\"Tc=jp\u0016\u0325{Cj]\n;eo]2R\u0010Pk&=J&n^\u066f(\u049c\u001fwo\u0018n\u0017$\u0017c\rMI\u000f\u001b>>\u0000t\u04248>B$\u0011\u0019Qw\u0016\f~\u0004-m\u0728\n\u00162\u0019D+7k\u0011\u0012OU)\u00deiHw><\u0010D?w\u000b\u0013F\u000b\u0016+\u0702M\"i\u01d7\nq\u03959CO$O39UT\u00139}\u0007c88s\u0002)\ubf55$4\u0007\u0011r\u001c\u0015,\u001dy.I\u0511\u0018WG!t\u001d\u0019# \f\u0004)+o{7q?K*dN\u001b\/>\u001f9\u0002\u0443wQ,$I#$\"I\"[\u03e2#y\u0011\u001ediIRLzdv~S=\uda3f\udfad\u0000\u0002+HY\\1\u001a\/\u0016S}^[eFv\u000e`11w\uda27\udf5e$I\u0012XMl\u0017W=\u0019\u0013+sC?8N d<\u0000\"t{\u000e\u001f5C;X\u0006K.?I#$\r\u076cv\u519a7\u0704W$`%\u7fddW\udbc9\udfd4[Q{?={\u00122\u04cf[_lXdO1z\u0017\u059e\n;c\\Xm`}?\u0002{4\u01096<\f\u8572y\u0594\u0011\u0016\u001a\"m!xNG0)\tNlMF#|`H\u03d8\/i\u0002J\u027dP(G&e$z#N*)\u7fa0YlFF\u0002s=}\u00104 d\u000b\u001d\u001b:`?$#Nh\u000fm\r\/'\u0018a0=\u0011^j0\u0012n\f\u000b}+\u000f0f$&J\rtk}b\u001c\u04e1n\u0386\u0003s)H\u0015thk!v\u00153\u0001Kze\fPZL\u0003'5\u0386\u00103\u0013\u0018)\u0003e5m\nm\u0004A_J@fLf\u05e2MFuS7R^I@0=g$\u0005gy\u4d176\u0006D\u000f\u00109\u0013\u0002\u983c3u^\u00112\u000e\u000b6~v\u001dT\u0010:\u0012\\)P[]\u001dFT\u0255\u001aibNJ3&\u025aRs\u0011Z\u0016\"=\u000fQm)P\u000bs \u000b\u0010b7>\u000bF\u0005\ucc12\u001d;\u0016\u00f6\nb\u0011$@);$\u001eg\u000e4I\/}2u\u063a\"'X1J\u00171>\u0011\u0000-\u00b1\u001bgB^XgPpjZUZ5\u0019\u0128'7\\\u072e\u000b-|f`\u0018\u001f4xG\u000e?H'\u00043\u001f|4\u21c9xY}t\uf5ce\u0002\u001f|@2)Ot\u000b>\u0002|XiR1YY\u0562_{j1\u0012wU!\u0551P\uc42b\u0011m{\u001d\t'\u0006z\u0592LA\r\u000bz\u001f.xVuj\\J\tuk1[_\/\u0368@h~w\u0015bm9dW=0\u0284)-(\u001f\u03b1\u0336<'\u05aem\u0001\u0002\u00046_\u0015\u0016H-Q.t}L~F#\u0016O;kQ'.\u03f2ASyhBQ\u00135:-9\u0000\u001aYK\u0000hX#k#P$\u0000hy(\u0000TY\u001b\u0001y\u0671\u0004^w9\u0167\u000besPB#\u0003Mg\u0011x\u001a%\u0012F$\b![v9}Q`xn\u0001\u000f\u001c\u0019r}g(q0:7@\f\u0011\r(\u0017?JG=\u001f^K4F\n<\\@H\u074br\u001cIA\uea0aAJ\u0004r\u000eS\u00014V\u000e;j\u000fCTj<~TRAQ[`+A\u079c\u0014\u000bya:taF=<\fPUxMj+\u0010X\u0013ga\u000e`\u001ap%\u0010<\u0634yG(F)\u060a'l5iwIt\u0103OS\u0006O\u0011[Zyy\u001af\u0498PimZ~\u0000jm=B\u001b\u0013\tlU\u03c9\n5\u0015VH#b1k3P\u001a\u000e5P3<\u0017#0<\u058e\u001d\u0000P\u076c\u001abHEG\u000bLy(\rCs\r\fCE\u001e.\u0015Z\u0005-x|cx+Tm10PU?o\u001f7A\u0000|zv\u001f!.tG\bD\u0013r\u0016|ejR_W\u0016[_\u0007m:\u0015\u03ef\fe%0<\u000e\/N\u02abq=M5FU6SfSm\u01e8E\u000b*kNBg`\u00d6s\u0016d8Y\u00137H~)\u0010\u02b6\u0010\/pIE\u001dIG\u03c2]O7\u0007\u000f*{qj7e\u0015\u001dxVDGe.3Y~\u0017?x\u0005%k\u0001s\"`\u0014\u0789\b\"(\u0002${u\"E\u0004q\u078a`\u0409\u0016\u0011\u0014k\u0003XW]8!Pm\fv\u0011Iy\u0000(p>#\u001f\u0018\u0011Oe_mtn\u05c1c\/;W<\u000e\u001e\u0015\u000frtS\u0019@'\u00045rjw.g<\\|\u2ffe\u001f\u0747\u000e=H\u0003'\u0018|;rl\u0017|\u0000 \u0012\u001f\u0017W\u0003\u000eX\u000f~PM!\u0017('BH[@4zjB4k]u-!l\u01ec8a\u0464\u0301zv^2^9\u0792)S\/\u0011\f\b.haO\t{\\Y\u0013\u03a55ivfIY@\u0014A\u0570SvN)Iu-V\u00134k\u0012ak\u0006Q-3^\u0017\u02b5yyhuPg)\u0250\u00007}Zd\"G(e\u031d(r\fy\ueb1cE,|yXd=]\u001f|uCJ=;\u000b[2\tVmG\u001c\fo}u\u02051O\u0718oBMqES\u03c6\/E\u0002A\u000bb\u0001'p\tA8\u059cfq\u0002\u8b3b\u00034g\u0015 w\u0018wg.\\8\u0157\u05c1\u001f\u000f\u0016Me\u0005$*|F!\b .\u001fw\u0019=fm\u000b\u0014?F7^.;\u001a\u0013,swzo\t5\u001a\tZ1sW\u03bdP*(\tf;{\u06eb8\u001f`\u0014\u078d?>OE`q\"\nXULT \u000b`55\u000e\u001dD}rpLA%hu^!9]\u0019U\/\u0014\u0704\u04dfk\u001b:M\u001d3 \u0018\u0010c`;m\"\u0003\u0019\u0000\t\f\nIs@d\tH\u0019\u0001_\u02ec(\u000eug\u0007\u00139xa.Dd\u0002j7])-Bz\u0298@\u0414&\u0383YaY0+{;wg=Y6Wyd\u000er@B@\\\u010elv\u000f \f\u0014?\u001d,\u001e\u07fb\u0013r~I\u0006\u0013QBtfD\u0012E\u0526?aZ\u0017wuK\u0005!\u0014F|\u0010eTo\u078a\u0017\u0016,O2PDi\u000eE\u000bYXTQkoVKK\\G~\u00049\u001bg3ZqSy=c\u001d\u0004\/\u001b9w\u001f\u0177k>nm\u0011\u00117\u0002&\u001dGVTXQ\u0019\u000eroEe?u\\NHU3\u0014U\u001dCA]ED|\u001d]\u01c6fj\u001d\t\t\u0013W\u0002_2\tNGF>)h\"d\u0004~o[b6\u000b~Ygy2;1+\u0005&]`\\ODj\f6G\r\u0382to\b\u001fY\u000bV\u0001yGLKF*\u0019\u0002j\r~DZ\u027f=\r+u\u001e\u0005PY\u000e7\u0011#\u05edb8I;!|\u0007\u000e\u0014GGH:\"\u00037q\u068f`\u001b\u0015n\u000f\u00162\u0019D+7k\u0011\u0012OU)g)\fw7}x \u9cd3\u0003;||w7a>`+9\u0002\ufdc70\u0006_#+D'\u0005\u001bo~\u0017Sam\u0010\u001eIkqWe\u001860%\u0018\u001c~4W`\u000e=:<\u000fXPd\u025e\u000f$$\u000f\n\\VRSMQ6\u00f3$\u001b#%Y:\u0014#;\u001d:cl\u001d\u001a4`7tm&no\\x\u0007\u00032'S z.\ua410$i,$I\u0010qY\\$Op<6\u0013,'IR\ni^ONNz|~gQW\u04f7\u0015\u0000]`\u0016\u0297\u000b;F\ua3f1o\u00100\u0012+{1\u0001,\u001a>=\\2\u05d33IB\u001e\"'cb\u0175sNq{\u0007\u001eI^\u001fqwm\u03d0\u001f@n|\u10fdf;~\u0007K\u001a`'i\udb08\udf15UM8\udb59\ude5b$\u001c\u0017^r(*w'yCZtY\u000b~E+\f\u000b7)&R=\u000b}kO\u000b.\\X\u001frpD\u001bOl\u001b|D2Y\u028eI>\u0788J\u02b9\/i\u0016N\u001fe$\u0004=M4\bp7B\u0007m\u000e\fl[\u0013CtOKfd~}f\u000e\tC\u0012\u01c5>5G NFvKHG\b\u0013'j\u000e\u03319\u001dl80Gt]\\O\u0006k\u001dkWq:s4F:\u0007CTI}1\u001c@c\u04c4?k@\u0019\u0014Z\u0003\u03f65\tR\u0007Zgr\u036eE\\u\t1IM\u0016\u8166\u0018]\u000b*._ &D\u001b\u0003RP5)u(\u0540grR\u0019\\b#vN\u0015e\u0000#H~\u0012&p%\u0006N$\t9\u0019\u0019w\u0003\u0010)\u0013YoT~@\u0010M5P@%Q%\"$ 5Mj\u0175f-\"}*\u00d8m%\u0010$f[Yw$\rf9(\u06d1'XlW\u019070='_\/\u001c0AW5~\u05481\\\u00016s[o\u0159\u0004$VBs\u0016:9pVHNN{i3nKd\tQ3!\u000e;V\u001d!\u000e\ubc10(g\u001711\u001b2\udbe1\udeab;\u0005\nT'\u0018A\r]&t\u0000-f\u0011\u0001S\u000fgE\u0016\u0016=\u0018-E\u0004v\u001d0l\u0007g0VF\u0001s\u001aZ\u000e&%;\u062cPu\tvGe\u0247$SAuCyx\u001b\u001a\/\u0002\u0010\u043am\u041c{I<\b^@rO'\u001c46\u001dS\u0007\u07c4k\t.\r\u001a{\\#\u0005q\u000eE~Jp vItx\u07d9;6\u0001\u00146\n\u001b\u000f\fo\u0307\f]X\u000e\u4280^18;YM\u0011`Dp\u001eT$\u0324=\u00a3M&m\u001e`(fv\u1cfb\u001dEetXf%\u000bpm{\t\u019cx,A=[\u001b\u000b\n\u001ek1\/u:'SMN1U'\u0019`MuG-\u000bi\u001exPl)Pur\u0017\u000b\u0010b7>\u000bF\u0005X\u001d;\u0016\u00f6\nb\u0011$(;6$\u001e\u001c\u01ce\u000eIk2u\u063a\"'X1Jw(\u064e\f\u0000-\u00b1\u001b\u001cuA\u0013XgPpcjZUZ5\u0019D'\u00167\\C(k\u0002d\u000b9\u0169\u0007\u000f4~\ua25b|\b\u21c9xY}(r\uf5ce\u0003Q<.\baKdKzmW~\u0012HxU\\`WG\u001a\u0003>sCF\ufb91u$p\u0018@ZK\u00023U\u0007\u0001\u0006\u000b6,}hZG\u000e\u05e9q)5'>\u076fl}M3w6nW-U3\u050a\u0019]\u0000N%LH\u06c21\u0018Kl\u000bX\u0005\b<\u0012|uVXG\u0018\r`%x[\u036d\ud536Fy~\fscm\u0011\u0004OhriS,\u000fI}\u0006Py\f\u02b3cm\u0004\u0010\n\u0004@\u001d{>\u0004Q]B\f@o\u0011@\u001c?u\u0007Z|\u001aJfU2\u0014\u001a\u0019h:(`\u001b H\u0006{o6Q<7\u0007\f9\u077e(q`\u001bq \bne\u0014\u064b\u001fD\u0663\u049eOo\/2ht\u02bf\u0015y\u0007\u0012=\u0241\u0006<9\\IA}Y\u017d}CU\u0002[\u0007zz)xIw+D!O?5|\u0018oV\u0014pMV!J7g\/B^mX\u000e]\u0018Q\u000fj \u000f\u0001\u0530\nIm\u0005\u0014\u0002\u0019k,\u00130\u001ezaF\u0010\u000f:R1D5\u001e\u00020\u0019|G\u0016M{F\u001ag$\u000ebxnZc\u000f\u000ev4fhPimZ~\u0000jm=B\u001b\u0013\thlU\u03c9\n5\u0015VHb\ubea63j:0<\u0003s8\u0002c\t\f\u036a!Tt\u0014`j:(gz\u0402X@'gB<5Y~\u0000:@0Y|q\u0005]<]\u0019\u000b0kvu\u10fdtElSeY}A3J+?\u0011a\b'\u0002]F\u066ee\u0002w?\u000f\u044d\u03af\u0004\u000bzz\u071d^?{BMf$V\u0715s<\u0014\n_B'\u067d6N$\u000e@X}4u\r\rn+\b\"r>?\u001cSV\tn0'kHNcF\u00158ngw:4$7\u0686\u000e.y3Ld9\u0006^8T`[\tb\u0003A6@\u0002cPp%-\u00021 e\u0007L\u0000\/\u00fa;`\u059d\u001dON\u00042\u000baQ\u001e\u0012\u000b,+w\u000eDl\n)c\u0003BS\"\u07db8\u000ffe%x+.!\u0016x\u051f_\u0005&Nj9\u0001\nI\u0002q\u0015\u0013;U??3P\b<\u0016;vx|2\u000fI+&\u001fH\u0006wON^\u0007\u000b9\u0013\u0012I\u0014\u0005RjI\u0007_\u0739>w-\u0015P\u0018iBEB>R\u045fQ+^r\u0003kZr\u01b2H@\u0011E90p\u0017.gaQz\u00f7HY-\/q\u001d\u0011d\u0002\u0006oK#;O\u0016k\u016d\u001d\riu\u0000\u0013\u0004n\u0005~\u0014_yE6P\n\u00135_;\u076dtE-P6\u7de2\u47c4;K'\\\u0019!\ubb2e\"V\"Azw\u068e.cC3A\u0004\uf26bo'L}\u001c'X!]#\u0654!5\u0011>SL\u07b7-YaYt\u00b3R\u075bcZq\"Tc=jp\u0016\u0325{C(j]\n;eo]2R\u0010Pk&=J&n^\u066f(\u049c\u001fwo\u0018n\u0017$\u0017c\rMI\u0010\u001b>>\u0000t\u04248>B$\u0011\u0019Qw\u0016\f~\u0004-mp\\\u05a0\u0005{L\u0006p\nZ$\u0013n,~}J\u001ePD3m\u0627N~Dj.].M\u0018\u000f.Ja\u06a8M\"i\u01d7\nq\u0003+n!\u0017M\u07d2\n)\u000b\u000f\u0007dN&@]!!\u0007I\biH\ba\"\u05b3Hxtdg${=YR\u0014\uda0b\udf5e<5\ubf5d\u0004%y(o+\u0000J-\u0012\/\/\/\u0017v\u018b\u001fc!`,fW 2bd\u0003X<&}\u031d{lf'Ih$\u0019`\u07f0!?\b\u0007{\u0010w\u000e\u00164O\b%I37.n47!=\u0015\t9._o\u0015'WTOO\u0004#L\u0016W\u001a\u0016n$SLZz\u0017\u059e\n;c\\Xm`}?\u0002;4\u01096<\f\u8772y\u0594~\u0011\u0016\u001aS\"m!xNG0)\tNlM\u0019\u0007MDC}|I\u0013TJ.JG\u00192)'\u001bqRI9\u0005=\u034242\u0012\u98cc\u0006!\u001d^\u0001!\u001d\u0011wwB{nkxY?\b\u0019xI+?.l\u0001$?L\u0004q2mqe}\u001cHU}\/bL)\u0169_:L\\ILf\u05faHt\u030a,jQT\u001cO\u0007(\u0011\r@'o\u000f7n,\u001c>u\u0019O-^XG\u055b(9\u001crj1P9FF,i\u001fUY5E\u0019.\u04d7R\u001f\u053ag^:\u0019>ML\u000fce\u001fcs\/\u00100\u0019\u05e9>3+J\u001c\u0005>=\u0019{\u0014}[#\u0016\u058cz-\u07d0\u0506<%\u001b|_\u00100\u0011\u0019u\u03ba^vm\u0019E=V-MFE*&\u0004Ol')h\u0001\u031c'&\u0502z\u0006M\u0005&*_WQ\t)I)<74\\%\u001a\u0016\u0010\u0560O\u00009\u06e7)BT54\r.\u0005\u0017\u00033M4J\u000f\u001f-\u0002Dh-V4f#*Hc(\u0013j\u001dJ1ks\u02e8T\u001a\u0018ncNOfQ0n\u0010\u0005\rE\u04c1:K@i\u0000~@\u0001B\u001f\u033e:;{*7\u001d\u025c3z-g]CC(F#^KI\u0005zE8v%\fxX$\u06422r:KP?w[\\\u0019\u06cf\n9Xy}ma:\u0335s\u0160rrPaAt3'gHEAC{>\u001ajK*38\u0007`[e\u000b\u001cjQj)\u0003+\u001ao \u0005h#yh\u00182\u0014<~\b&\"\u0012\u0013C]p`$\u0012'\/Sd[X:=\u001a\u000e\u0002\u0000\u04e3};r\u001eg>ES\u0006j!w\u000fN3&a\u0014?v\u001bB\u001fZ2h#\u065f\u03a4:(hk\uc5afT^]\u0005\u001a\u043dCLxs\u07e9\u0016.\u0001\u001cum\u0013PJ\u0017%e^\u0306\fYh&t)\u0001{\u04feb81*i7\u000ek\u0000\u0012!i_\"\u04ee\"R)]El1m\u0016`\bfN\u0017q\u001aEee\u037ar5S^\u000e)\r\u001b=[t\u0018\u01ddU\n\u001e{4'DS#W5MQI'13dmE\u0007%\u000b)-\u001c\u0006Ym 6,\n0w+\f2\u0007!|vA~do\u001d9AU0u\u0004~$|\u0364Dg|Ri\u063e]n#d0!\u0011\rmx03\nQt|\u0015_\u0010m7\u0016^WV\u00163fn1wkb\u0002d\u000f]\u0018\u001f\f~4\r\u0010~_QP\u0011\u0012-Kw~\u001f]R=)\u001f\\\u00197tu\u000b>\u001c|Iz})\u0002}1\u05e2\/T\f\\t^\u000f2T\u01f4\u0007Te\u0007\ue1b4@z#p\u0000@flc5\u0002SI\u0007\u0000\u0006\u000b:,?4^&d\\m1^C\u0016<>^\u0001\u03b0VLP=Ej\u0013\u0013Z\u0371ZuK-\u0000\u0011\u6afb\n|+]A\nF!Sf\u036bl\f[\u023a&\u001051\u0018u\u0006Ue{\u001b@\u036ce\u0000TFE\u0000\u0000\u0001\u051by\/\u032b5Q\b\u0001Y\u0017\u0001\u0130\u0011{C\u0016\u001fU2\u001c@h%\u000b\u0002O\u0004\f\t\\ zX\/{\u0726j9\/r\u0002G^ j8\/p\b:\f\u000fLQ\u0001+%{\t\u07b4QY\\n\n$\u0003B\u0015\u000eUN5A4xJW;{tY!wu\u001es2\u0338Nb\u0013O\u0003*]\u0001QE\u0002\u000fV9})\u0016\u001aZu\f\u001a\u0000cy\u0010U@\u0001'y=\u0003d\u0015\u001cR\u028aJ\u0004U*K#HeFEb`'9Hg\u0019b;R`A\f\u0102Os\u0001\u0011[\u0280m[3\u02f4f\u0010^B\/V\u0017Xm,4Y\u0001\\m+Y\u0017dm\/4_0\u0453^\u001by\u0006kWom]k\u06fea^}\r\u0004{\"v\u0676]\u00fcL\u0006\u001b3mOi=w|k\u000bf\u0007inh\n@g\u0776V5Od*^\u001cp\u0336\/\u07b2.-\u0018GH\u0638Nx\u0006 \u0003ij\u0001\u0015v\u0004\u0014,\/\u0772.-\u0016bl\u0018\u000e)@.y\u00146V( PUw\u000fTl]\u0010Z>t\u001f\u001c-9\u0014K\u0010\u0017\u0299\/\u016b\tFK3of\u0014,:w~OTi9o)\u010a0z{2\u07a7*ODQ~d\flJJOT>\b1H}l)\u0007*TIch&YL\u03a4\u000bH\n_M\u000f\u0780>z6zA-<\u06e9\u0019Wp\u0000#\u0018\u0006+cK]g,~\n\u00028\uf9c0Rx?\u00055LA\u001e +F 7))hd\nrl!=_W[[>\u0019\u06b1\"\u0012\u001b\u6e5a\u0001Z\uc547p\u0015]v&pe\u001fdz\u0000[7eX\\.\r\f\u0007hV\u001d&>o\u039f\u001e=;@g\u0002|n\t\u0010\u000fB\u0019U~q\r\u0000b3\u0001)j\u0001g2S\b8t\u0007V;F\u4da8\u0018t\"@4\u0003&bj\u017fd\u0003']\/eua\u001a9\u000eY\"\u0001\u001e~D\u0011-=ej-j\u000b*i~\u0010\u0019\u076e3`AvO_%9\u0538k`&$r\u001f\u001cU2\u001b?;7x0\tv\u001fpN\u001e\u001d7\u0004\u034ch\\H\n\u001eAn\u0014\u0001\u001ey\rnK\u0017\u000e<\u05cbdO\u05deQ'*F\u04dd\r\u000e\u0006%'k1\nRX3;z|A\u001d\\\u0631}c\u0013\u001b\u0012\u0003 ,\u0014\u0013\"\u0002_:\u0010\u0011\f\u0000\u0414)\\P\u001cI\u0002BB\u0000o-\">Z\u0014\u000e\u0007\u033ew\u0002\r@tx80Y\fu\t,\u3577IS [BzJa}hVQSB=q\u001f\n\u028a\u00c8WO7X{_^9Aj9\u0007\u0015\u0004*&N\u042b~D\u0013\u015f!`(uGC\u06cf_Qxpyqm9P\"\u042cMj\u0700;L\u0007w2\u000b\u0005\u0010}Ah\u02ec\u000e4(De\u0011\u001f\u0000\u0011E\u001cn\u0017)hQ!t\u0016G[-\/Q\u001d\u0011\u000bI\u0019qk?t\u0016|CufH\u0007hY\u0006\/\u0017\u001fF5vQ59\u01d8u~~E%+jn{VT\u01f7\u00187E\u0013Bq\fYQ!m\"`V\"`<)p]FjZGB\ton\u01f92\u001a8Q=G\u001afM\u0011&`\u0014c&\u0007eKm\u00a0>\/KHf fH;\\;iv\u0384dd5\u00118s\u0483j\n;2\u001d.\u001ex\b4y\u0017\u000e>kJ\u0017&vr^a*Kr~\u07e1|]Hu\u0000(#NohN?\u0004+n\u0003x\u0000\u0220\tH\u0006$6\u001d?\u001auwz?Q4-\u0007\u0005GL!\u001e\r\u03ccx\u0012{\rc\u046bS\u0002#6fD3\"\u015fY!T'=e\u00050\u0019\u04e9>3*J\u001ce+yNOF6n\u00112T\u0368\rIec\\91n\rs\u0015[dB\u001d\n\u0446vm\u0000\u0018ji5*R1I\u00048*A4c\u0012jN\u0013\u0013DjAPeC&5@<*=!%)15\u7186kdRCRG\u001aY>ZN\u05a9pg~\bf:[fDd\u0019\u0007\u0015ax~\u001b=7\u0014\\g\u001a\u0010Q~\u001a\u0013\n\u001eg\u0016\u048684i\u0016j\u000ev\u000eX\u001f0Tg\\h&\u0011C3R\u001c.\u001b[\\.m\u000eY2@-d^QtVQN4\n8\/h\u0018\b\u0015#\u0083|\u001eX\u0002`{\\c\u0298\f\u0015\u0018 #t(\u0002\u0019mA{\u0012;gl)w`}\u001d6V\u00150\u0018\u0395U\u000b+E\u0015\u0007\u0364s8,X80u\u000e\r\u0005\u051fN!t>Ilc,j,ed\u001b?M\u0010V F\u001f\u001cm$\u000f\rCaB\u0007&\"d\u0012\u3d806B\u0329]p`Z:\u0011\u0119b\r$\r]g]}X\u0001\u05e4\u0014\u0000\u0018\u0005;A<\u0019\/W7\u0010T\u06b8#v93z\u000e\u00015w@\u001bt&UMw4A\u001e%OJ\u06bext\u001c3\u0011\u0013]*]\u00029\u07b5*\u06bext\u0017!C;e\u0006]4N\u0018N`m,\u0016Mc\r@Dg\u0697\u0234TiW\u0011{L\u0005\u0018\u063dFo{Y,|!_\rTC\u02betmk1@'Cn&pgz\u01det=Me\tTpgMSTI\u030cW[uyaABxJ&6\u0006ba3D\uda05\udc7b\u0015\u0010{yT@\uac77\u000b\\a#\u001f\u001f%!J:t\u001f$$IS\u0016om{%\u0006~\u001eB~\bo8 jZUZx\u0248!7s6\\![\u0015\u0013 {\u033cu\/87\u0017jd\u0003)fES\u21cahY{K\u05d7jR\u0012\u0247\u0015=n\u000f;U\/\u54d5\u05d71!*%\u06c7+2v]W*\u0000`\u0750v\u001a^o\u0004\u0013\u0002H3\u001a\u0003\u0000\u0003\u0005\u001d\u0016\u001fBE;z2.E\\?6\u0258NA\u07a1M\u000bJ^tE\u001fx\u0000g>*f\"ZF\u000b\/%\u001d\u0012\u0013ZP2jAyX\u0002\u0000\u001e1l+rG\u0361\u00059ZR\u0368T2\u0018*o\u0017\"@Xb\\\u0014\u0019,i\u0016|9n\u00007\u0000Z2E\u0000\u0000\u0001\u001bw\/\u01f86G\b\u0001Y\u0017\u0001\u0130\u04a3\u01fdsV\u06aa\u001bzind 4R\u0005Uzi\u0003.DR\u0010==~_nkr^\u0005\u00149sAip]\u000f\u0011_u\u0018:\u001f\u049dcWJ\u0012\u0012\u0013:\u000b\u001d\u0015I\u0006$'\\C \u001azx;\u001f2\n\u000e`\u0015`%\u0411~l\u000bu\u07dc\u000fVAZ@\u001d\u0014P\n\uf9e0)\u0003$}S\u0014y?\u0005Z?\u0005LAnW7$K{{\u000bwT'CR;VDbC4v\u000b>L~\u0010:\u03e8\u0012\u001fk\u0000@}\u0017\u000fH\rQk\u000f8SBQ+<\u0010\rI4\"E\u0160{W\u0015%\u0004\u001d\u0015u\t\u0016\u01bf4\/.%\u001b8\u04657zI)%\/\u0010O.\u0442Ob>\u03bd;W\f\u0779\u0336fXy4\u0003L\u0002&8z\u000fTg\b*\u0013e\u0006B'\u0001z-(XY\b\u0019[`Rn,C\/i\u0016+\f\b{\u001bL8sa\u000f\u0000s_n\u0018z\u0014{]];ac{B?mo+\u0001]V$a\u050a:~rkn\u0010zh\u0322,t\u07a8ok\u0007k=`=\u001cx\u07fd5jA4Aq@8\/nQ\u0002Y\u0000I\u001bS\u00050\rY\u03bf\u001c\u0007v,]f\u0011TpYLLg\u000f?\u0016\u001eO@T2|Jc\u0005\u0015B?n\u05d9j] 'C\u0012y\u001cMj50\u0013JP[\u000fcP\u0019\rHux{\u001b~\u0004?R^y\u0014\"\u0011qC&\u0688Vt\u0018\u0006\u001e1vta\"\u0014p\bNv~\u0019\u001dubPylPr$S E\u000f;^\u00e3Y'Nm\u001c%+\u01eef<\/8\u00002Caq.)\u0004\u0011\u0000\u0010\r\f-cT\u0013\bd\u0001\u0018\u0000D\u00166\u001c\u000e}\u0004\u03b3\u001b\bpa&\u0019\u0015\u0013PY+o\f@\u001c\u0001\u046cz>:\u0015\u0015\u0011\/\u001f\ud0cbnr\u0183\u051ds4\u000f +\tUL\u0421W&?C\u0004cQ\u0004\u001eu\u001c\u001f\u0004\u03bd,`Ks~D\u0002EYB\u000b\u0012G\u07f9\u0001w\u001d\u000fd$\t\u0019\u0017\u000b 6;]pE]bY\u001dhlQ)\">\u0001\"9$.\u0002oi\u0462B-'Z_:#H\u0017\u00126Xl_~d\rZa%\u0350\u000e\u0432\r^\u0002\/t\u0003?l>\ud7bf\u0011jr1IJV^\u5b68\/3n&\u00ab\u0019\fC~]EDyR\u067b\u001a\fT\u0013&^BeKs\u001a<\u0010m\u00141l\u00026M\u0001sfr\u000eX].\f\u0004O\u000bh\u018eeVwsN9\u00136&\u0002gN\\zw,]mrR\u0001~U#\u0015\u000f\u0001\u0006?'jY\u000bh\u0013oY90@%9?P._\\\u001174n'v#\u0015\u0001<\u0000d\u0404l$\u0003H\u0012\u001fpOHtK\u001a7\u0337\u000e(I'>?\u0003Y\u0013Zb\u000f},z}J\u001czY\"\f\u000f7}|O7+??xKmCCc\u0019\u00159n\u001a\u0002&8ls;'\u001d\u067aE\u0514[\u001ac\u0002\u05b5\"\u000660+\fNh\u000e\u07a0+=\u0007n\tm\tnr4oTM9\u0011\u000f?\u047d1vfV\\ 'I8l;%nKr\u00166}\u000e?\u00174\u1910\u000e\u0003\fugT\u0007O@Kpbr\u06fb\u0017S\u0001%32\u07ae\u000f\u0002c\u0006\b:\u0135?4\\\u0013$N\u0004X!\fc\"%m$Q$N\u0275IJYRNLJ\u001287\u0015\u0002J\u001b+_^^\bW\u000by0!@\u0016LI\u00191b`\u0011\u00014\u001b&y=LK$\t\u001a3qB=\u0013Zy\u0495$\"`E3vr%0\u0000\u0004\u02fa_\u00172pHg8Vf?\u0014z\u00df\u03862;\u0155L~\u02d7\u0004D\u0734feend\u03d77QJ\fwPLQ1\u001fIIZtr\u0005R$\u0017\n\u0014R=\u000b=\u0630\u000b\u001dXng\u0007\u000f\u00darp\u21bb5_4\u0012\u0011yckbv\u0016\u001a\u001ey\u0500\u0016\u000f!Fh\u001e\"\u012d;J;]\ub26ahB=LW!>Y\u0004\"bP\nmLH)Tp\u0007W\u04f43\u0014PZ\u0558\u0000m\n\u0015R\nC\"\n\u0011S9!=\u0004\u001a6\u038ad\u0132\u0002\u001d>\u0117<\u001c\u0011 ; MF\u001259\n+?'bj\u021cZ94sPeg<\fz-c\u001dWotp\u000eGe\u00064P\u0678eX\u001aod0uUdMQ-Y&N_J}P\ubba7x&\u9d68\u001bCW\u001fH\u0005\u02ce?zsYV\f18Q,]6\u0017hddo&&k\u0019fc21.\u075c\u00187\u0006\u03f9j#\\3\ua625B]\u001b4ZvTP\u0015s'xQI\r\u0001\u001cc#93\u4249k\"^\u001b\u0016GE'$%&pLjRT\u0003=3^\t:\u001345\u0016.\u0011\u001c0##F\u05207\u0011-Y(8\u0019\u001bQI\u0014\\gvNFkL(xZH\u001b\\\u04f8YT99cJC\u0018cHfS%s\u03a2\u0004F\f\u0000Jq0o`nq9Tg\f\u0002yEyYE9\u00122;(\u0f20a (W\b\u000fM{`\ty\u001esQ&*c\u00023V3lZ`,y.\u00164)s6Byg\u000eVI^a{U\u000esa\\YRTZ!L9\u0015u(`a\u0789x\bTBVO\u0004!tTImlc,j,e\u0000e@\u0010Y ^\u001f\u001cm$\u000f\r\u0003\u0012`\u0007v:0\u0011\u013fw\u0005\u0014\u0012bT\u0003\u0003#\u044b`'\u0015k!~:\u001a,b\u000f\u00006h\u000e\"\u0007|\u001c\u001d\u04ec5to\u000fhm\u01af\u0107\u0006HG3j\t({j;\u02fc\udb20\ude58\u0018Ow;U\u0012V\u0001Med\u0306\fYh\u0017\u001bt)\u0000{Wb81*i4;\u0000\u0012!i_ \u001eV\u0011\u000f\f\u001eV\u0011{L\u0005\u0018M\u067dFo{Y,}roS%\u001cR\u0007\u001bl[\u0007z>\r\tBk k?]OS~B4U>Y\u0014t\u00123c\u0016i]^\bwP\u0010q\rf\u0002$w+N1\u0007!|vA~co\u001d9E\u00b0v\u0011\u0002Q5=\u0012\"HIav\u001d\u018fPu,k7\u0436v\u0003@\u000f\u0011DU|A[\u001c\u001c_Z\u06bcpd\u0335r5*[r+&@y._Vqn\u0001\/\u0007HS\u0016?fHS\u21cahY{\u000b\u05d7O\u000b[NzKdQcEo[_\u0002\u0018\"cueRQ\u000f\u000ev\ri\u01ebFL?!4c\u001b\u0011J:\u00000@\\aA\u001c)j\u03df\\3'RdUto\u001a'^\/\u001dJ\u0774\u022eEW\u0429\u0019V|b\u0002\u0494V\u000b_XF-(o\u0013Z\u0000#Ww\u0005]t\u0015W>\u009f\u0010VUxFJ)\u0016G)u\u0011M jbT1\fHE\u001cW7\u029bY\u0000\u0000\u0002\u0001\u0012\u00037^\u05d4(\u0000T\u0000byA^9\u0167M2S42\u0010\u001a)hz\u04e6!\/\u0350H\nmJ\u0003,\u0007,p\u000bO\u0003\f\u0007|<\\Y$M\u001f\u001cR0U\u0018YX@O2 $@'O\n\u0004)]S;{tY!wu\u001es2f\u02f8Nb\u0013OMxWWE\u0002\u000fV9})\u0016\u001aZu\f\u001a\u0000cy\u0010U@\u0001'y=\u0003\u0444e!\u0168\bDP\u016a,\u0516\"\u000b\u000b4{b`'9Hg\u0019b3R`(}s\u043a I,D:\u0007\u0019\u001c\u056a\fmP\/\u04daBLzQXX]b\u0576BL\u0005\u001b@suJV\u000b2\u0017L7;\u055bZ\u05f4\u001be7J+b\u0017im5\u02f4k1*s\u01f7@m|\u0006\ua1a6\fD}mkUD\nHVRHn\u05c5k\u0001Gk-S\u030b`\u001c!c:\u0019\f\u036a!\u0006TT\u06d5\u0013P<`j-SKXc8XB\u0000\u057aQH,[\u001a\r\f\u0000^~=PqcwAj\rV+pP,=B\u0010_(g>\n\u0016&\u0010-z3of\u0014,:w~OTi9o)\u010a0z{2\u07a7*ODQ~d\flJJOT>\b1H}l)\u0007*TIch&YL\u03a4\u000bH\n_M\u000f\u0780>z6zA-<\u06e9\u0019Wp\u0000#\u0018\u0006+cK]g,~\n\u00028\uf9c0Rx?\u00055LA\u001e +F 7))hd\nrl!=_W[[>\u0019\u06b1\"\u0012\u001b\u6e5a\u0001Z\uc547p\u0015]v&pe\u001fdz\u0000[7e\\.\r\u0694\u000f\u062d0;L|`E\u069d?y=z*COwz3@)\u001f[a\u0002\u013eyF_\\\u0003\u0000*\f~@JmZ{\u0014\u0002\"]\u0f68N\u0011-*\u0006\u077b,!\u0010@I0Zi\\\\K6p]oSJ^t!z\u001f]]B\u00059\t}{w4\u0019s\u0019m\u001f0.h\u0006\b\u0004Lp\u0000\u001eT\u0007\u0011Tm\u00070.3\u0004\u0017:\tn\u05cbnFD\u0018 \fv\f\u0005rcQ\u001e:}]\u0010]d@{ f\u0099\u000b{\u00002w[\u061b]\u039e\u000f\u001b\u04e5\u0017Wo}[\tX_\/\"\tV\u001d^l\u000eouCc\u0016e?FM\u0014U4];K^\u0001cQ\u000b\t:|\u0006\u0011|wK\u03cf\u0012z\u0007\u0010Lr_ ..\u0545i0Rv8Gg2\u0627\u02f2\u0007fbW>{\u0011El\bx\u0002S\u001c-\u040f\u0015AdtdgW\u0005=q\u001dhR\u3b81P*f}p\u001fsT_n@{g\u07eb$=o*\u0007oI!O\u001e1\u001e7\u0004h^H\n\u001eAn\u0018\u0001\u001e\rnK\u0017&\u000f<\u05cbd'O\u05deQg*\u04dd\r\u000e\u0006%'1\nRX3;z%|A\u001d\\}d\u0193\u001b\"\u0003 -\u0014\u0016\u00142\u0002_<\u0010\f\u0000a\u0002\u0005\u0001( $\u0005\u0004\u0000\/Up{'p\rDH\u0017\r\u0010(^:2^yd8\u0005,\u4a27\u0014\u0787f\u00155%\u0013\u066dX;8_~\tl\u001f\\,tlYO#0\u001e\ue663y\u0000Y!Nb\u000eG4_\u0019\"\b6\u001f]'X<}[\u0015\u001a\u0007wg\u001c\u0007\u000b.\u000b%\u0012(\n\u0017Z]?\r\u0018\u0004-~p'#IXp]\u0000\u0687+\u001fD\u0016@cBTNY\u0016\f\u0010Q!v\u0011x6\u0016\u0015B7ly\u051e?\u0012\u0012\u0551\u001dAz\u001agzC'k\n:Tht\u015fn\u0012x{\u001fa^im\u0018Us\u065eo\\GNWT,F?\u01b8)\u0010\nf\u020a2D\u000fi;u\u0015\u0011\u0007\u0012\u0001I\u000efj42TSN\u0012\u0002VO|s\u0217jD5R5\"&M)`LN`\u001f\u02d6V\u06c5A}_iQJvv\tiS\u0018k\"p\u0125\u0007\rr\u001f&'\u0015wXe:n]f~\u0019xnq)Q-0I8:1\bu\u0019hL5;yK\u0012\u05c1k3Uhl\u001d**\u0015f\u026b\u0016\u001e\u0706?Rb\"GN|\u0015\u00159\u053c#h\u0007e\"\\8\b\u0014I;P\u042al2Rhj?BK\u0017\u0591\u001eW^z\u001cK+DE\/5OGj\u00136\u0005\u0012V\u0014}?sa\u4a88Z\\\"g\u04caR\u011fyr]A\u0006j\u045dk\u0005\n|0>eD\u0006&[B!-\u0012+y=&SlAt2\"Mr\u000e{\\deBY$G!,\n\u07420pLd\u0012\u000f:\u0255NSK+Pn*WZlNM\/{|\u001e,\u039e\u001a\u0541+:X\u001dTH\u0012\u001b67o)U\u001e\/U\u0004\u03ee=\t^>lj\u001b\"S\u0002S\t\u025e5\u00151Bq'0B\tgFDqWu\u0012%1|8Ug\u0007\u04fes;\u000e\fq\u0007`:I-\u001f^-\u0014\u0012)uZcT\u00173\u0016[\u001e05U\u0016Vi\u0004_\u0776>*C+wl=NZI4Ud\u0016\nYH9CD\\?N]^q*L87[8=LAs\u00193\u001dg\u0005\tF\u0001<\u0012\u0010\u0001\bBq]\u017eXLGu\u001eW=!G&s|\u0015Z\u000eJm}(PF\u051eGiX\u000b.B\u0015p+\u0018B;\u000e\u0267f\u001a\u0016\tBuOT*\u00121$9\b\u001c{!dC1A)7.S\u00069\u001f\u077aY~sr<8f\u001cY\u000ffY`\u0018\u0291\u0000b\u001eZW1`'-\u001d\u001a{0r>?e\u000fcxF\u0011\u0001\u0695,Rd2Gu;O\u0013}Lf!\udb78\udf8cG\u0351^L\/od{\u001a\u0019Ae\b=N{\u0002ETW\u001aS\u021di@\u00151~\u0016\u0016iIl[\\n\u0001h\u000b~\u000f[L'?HmOCj;o2R\\mW+08Gg\u0006g\u000fw)p\u0014\u001a:s1y\u0014(\u001aD ;(\u001e={;_9?}=+I\b)_N$TJ\u001f\u0010'b\u0013Z|\u001fs\u0001\u0014S&uN\u0715t\u0000\u0006y8w7+\u0006\u0003TP\u0012\")&\n\b6{zX{@25\u001e\u02fcb\u0007}(y@v1~\u001c.\u0013\u0000;\u001b\t3\u00b3#4W~I6GdG\u00c6\u0015')\u0006ir\u06fd7S\u0010&|6\u001d\u0003\u0006\u001eQ\u018a=\u0000\u001dC_\u0000WD`\u000b\/|Q\u0016\u001b.}<(->\u000e1FU\u0002\u0000\u0015\u00115\t9~\u00ff\u07a3\u001f@=\u0007B\u01ba(<\u001c#S\u001dV\u0005]SL\u0014;\u03e9\u000ec4s\u0019Ut\u001e\u000f\u053e& \u0207\u0007\u0010w\u001d\b8\fb5P\"C\u05288JV\"\n\u0000\u0017q84Z*:\u000f\u001e\u000eo\u001b\u000eDB\u0015G\u052dj\u0010W\u0000\u001bE\u001bP\u000fI+YU-N>G+YU-N>G+YU-N>-F+YU-N>5F+YU-N>D+YU-N>HC+U\"\u0002MT\u001aa7\u0005*c{h)\u02e8\u0013\u01ae,e\u001a\u0015xq\u0615l\u0002ONT\u001aqT\u0349JcW\n<:QiRQW'*]Y>*D+K\u0019H\u0005\u079d4fe\n\u0007OgA.\u00029H9\u0253\u567ay\u000epy*\u001c=9\nWOg9\u0653\ud67a{\u000ep{\u000e*\u001c>9\u001e\nO\u03e7:}\u000e+pT^J9Sa}*\u0002O\n\\?\u0015\uf9d2:\u000e+pT\u079fJ9Sa*\u0003\u0002\u0007P\u0001.\n\\@\u0015\u000f:\u000e+p\u0002U^J\u0006:\rTa*#\u0002GPe\tz\u001c%e=\u0007-D|A\u001fX\"zP}`\u027e}`>D\u001fX\u0002\u000fs={A\u0017z`\u0012XB9XfUp\u000f#aq`E \u001e0{\b+r%1|8Xz\u001e~\u0007U=$P%4\u0001\u0016\u067d\u001d\u035eK\u0012\u0015,\/M2[~'UF+\ua20ac\u0015`pD .zt\u001f@R{E4KWN~\u63cb>j\u001c 8\tyQnwK\/;T.w\u0591\u00198\u001d\u001bS#\u0004tB@+dV(x\u0001Pl\u001eE\u0006#J8<\u0755'J,MQ\u0012K[X\u0018\u0003Q:Ak\u0004F\u0015N\/t\u0004\u024a|0\f3o\u0492\u01af\u001f{cR}\/])|}d>\u0011c'bj\u021cZ94sbt\u0019O-\ubc4e7\u0445tf\f\u0015E\u03199\u00101\r\u0012zf\u00140R^2\u001aVMP\u01f3\u001b%x\u0016\u001f#W0M\u001c\u07a1>\u001en\bUNRMa(e|<\u001b)(d$\u07e3\u000fKL7d4\u0015\u001b.+l\u0013g8\\\u0595\u02d6z5B\u0015\u031ei\u05f2+\u0018\u00042(@5TYBK!yIi(\r?)\u0015U'\u0006\u00176\u0003Q'*\u0003fwR\u0011y9jI\u069d\u4760t<\b:*\u0013\u03d6\u051a;<[I]o\u0011\u001d#Tz4&&\u001ds\"d}5\rE?(~?]EoLTJ$5&\u0013\u0717]R\u0012JkQa\\\u0010\u000b\u02a7\u001en\u03ed:;ufc4iKf\u0015\u0003\u0014A%9<\u001a$\u001f0x6: .tTz\u0293\u0010d\"N\u001czxa\u0003~_r:U\u0016@\n\"i\u001a\t3(\u0005\u0010tKaz~9]\u0019@}!7;\u001f[\u0fbb\u0005N@Y\"\u001c{\n>Z\u03c3\\{?Tfp$\u0000q\tK|\u0136e~\\%HN\u0015n\u033ex2`#{kgE\u0017OON\u0011^\u0011qWDcJ||<*,,,,,,,,,,,,\u0000,\u0001,\u0002\u02c0T!4)!\u00062@!A'\t\n'\u0282\fa4XH\u001c\u02c3\u0010\u0010lX \u0011HD0+g\u0006\u001fp0d\u000b])'\u04add,\u000b\u001a(X(Y$ZeBUq\u9a90x\u0156N\u0016\u0012\u0016]\u012a[\u01aa[\u022a[\u02aa[\u032a[\u03aa[\u042a[\u04aa[\u052a[\u05aa[\u062a[\u06aa[\u072a[\u07aa[:A\u288b\\'\\,%u]\\KT:Ub^Edb\u0017 }1q\u001do \"Tz|U\u001dU<\u0001L.s\u0005\u062a\"W\u72acB\u03a0\u0583\buQ\u0011y1)\u0019i6cKi<.\u06544:\u000f\u0010H4\u0002fS<\u0014C|qmW\u0393eSz<#25\u001f\u39df\u043ds\u00e7\\.\u0315\u0005\u0007\\Qg=sY\u01fbw\u0014?vE\nA4U\u00c9+]n\u0115J2u;[<_\u0007h{\u000fi5J3\u03c9\u001e!7\u000fKjtR_(}\u000b H\u0001\u0010\u001fL#ROa\u9247HU\u001e!'! 9Ztf<5W\u001ey\u0010\faF?^\u001e9z\/[Y;\u0212\u001e\u001f3vXzYcs\u001eY;x={\u03ceU\u9aaaOWQ\u01ebx\u0015K;\u0015S+}\u0006\u0001f\tf\u0011f\u0019f!f)f1f9fAfIfQfYfafi.\u0007A*\u001aKe==M?M%i*4u\u0281*UT\u042cPOXyL&\u001dl\u0017\"\"n\u0353->k^<\u000eW\u05b1\n\n=H\u00194VGE\u000bQh\u0011\u000f)\u0018\u001bg4S3\f\u001ai\u0297}<\u052b#\"\bSq\udad1\udea3L{.WLBm3S0t]*_W\u0002\u0004\u0014\u047cZ'\u03c8dp_\u000bg6v)6B\u00131;FJS:r\u001e:\u0015\u0018\u001a\/`~9\u001fDW.\u0019f\fU\u001f#B\u001fJ\u001e?\u05d1~>:\u00155\u001f\u0004:\u0317a#\u000f\u0002U{G7e?x[F\u01dbi\u00167\"[3\u000f.\u0014DN\u0000D\u001d]G'0\u001b\u21e5g7WE\u001c\u0018pi\"\\\u0019Wy\u0752_t\u0000Q)vBsr\u001cS$N\u00fbb\u0004\u04caF{ARK\u0011r?\u0215\u000e8#+\ttQW\u0004Q\u05c3E\u001d\u0011(\u0007y8\u001e.B=IZO$rp\n\/H\u001c\u0011OG|XR\tG|*?SVVVVVfL*\",,,,\u5e13\u0000R\u0004\u7b0e0\u0016]\u040dE\nq7\u001cI7u\u001cE\u0729[\u07a9[[[[yC\u0017\u0015\u0012{{\u0016||\u0016}\u0004d\u04ce@U:1'Z[Ru\u0007k2MXfK>W\u055b\u000bwn\u01793-\b\u001b\u0006[w\u00192\u0003^-\u0007On#\u0011qE\u0011!\u001a C\"M\u0015\u0010eCo)8n\\'\u001cuO\u0602.\u0396\t\u0018\u04f81M%\u0158@Az#\u000f\u0004@\u00c7T]\u0099\u0277))\u0337\u001aqF\u0015\u0015Ph\u001e~\u06afm(\u0005E,yx4Y\u001dZr\\beG9\u0014\u001cxz\u001bN\bWt\u001e\t\u5271\u000bg8i\u010e\u0004\u04d4x&\t\u001d|pfu5;Q\u0177`%7A]#}j\u000fl4eG\u0630S|Z\u001dx\u001b9\u0019+:\f\u0013+h+Y2T\u001fV'w=\u000f\nt8\u00174h\u06cdu\u0006^q0'{\u0000\f~p_XW4\u0001t\u0174\u000bq\u000bLU\nepZ\u0002bTB\u5404\u000exHM\u001eRS\u0514\u0006\"5HM!RS\u05146\"5HM$RSj\u0514f\"5HM'RC*R$H\u0002T.tY\ub4d0i,CD4*%\u001b\u0011T@Ng\"*TPD\u0014\u001bn\\@x\u001a9.I;84s\\>dK\\a\u001f\b!EK\u0005mlg\b4QS:]M$=D|[&\u0003oRy)\u0012\u02a8D7\u0018[H_\u0014\u0000xhwy\u0017H}E-v\u001d\u000b\u067e%6U\u00015\u05cbp6|VI\u0329UbJ\u070f\u0018\/+*qSCeq\u0016\u000e|! \u000f4@[UJ'8J\"n\u0012\u0014@\u000f5 }z\u0003\u0018\u0001(\r\u0010@nML\u0001\u001311w\u0463K\u0002]6\u0006\u0014D\u0006(m@i\u0017\f(\b2dh\u0010K\u0002F;X1\u00187Eb0$s\u0018\u03e0Y\f\u0010%Bd=\u04feDm\u0374\u034bd,\u00104\u035c%u:^8\u0011KVX\u001a^,p^1}\u0006[Q<\u0001r\u0011\f31\tE0ANBN\",,\u0012HD\"\u0002\u001c|Iz})7X%\u0002]2\u000e\f\u02e3*;8\u0002\u05db^Bh2Y\u00130p\u0000X@$Q(\u001e@8\u0005>G\"\\9Ylv\\\u000bK\u0012LLl;\u000bru,\u00023g\u0002?]R\u0001WUaY\/!G\u0018]0\u0005v\u0342n\u0005,[`?PN6e\u0010p1\u0010\u0017%|T\u001fG2\u001d@\bLp'_#\u0019\u000eg5UP\u0492#!<*18\u0018~s\u0004F*=\u0017$vE)91\u054937]8]\u0012\u03a8b\u00180t\u0016?0\ud0e3#Gq@r\u0010)8*I\u000bF\u0019&<_\u001f\u0005*\u0017\u0007\n)\u0531*sq\u0001jU%YNB(a\b+t\\\b\u0014\u0014s`|\u00028A\u0019E='6\u000f)\u0006J^\u001e\n\u0002 !{e\u0002\u0012\u0006\\9\ta5\tI\u0230<$!eB\u0012F=q\u0017\t&C\u000bht=\u0016\u001cq 6\u0005i.*yxB\u059eK'\u001b}\u00118Mes=dZ,B\u0016\b\u0019.\u0012\f?7\u0002\u00113&\u001e S\u0001 \u0019kr\u0499-\u0017Qvb\u0004bI- xK.6;3\u0012:M\u0011\u001eR\"\u0018\u5a94@2\u0005\u0015\u000f\u000f~\u0143K&XyXXEZr\u0016\u4bd9jO&TK \u0002(\u07ca\u000b$vg\u0000YhA\u000bk$H\rQ\u04b0ii>3e\u00053\\\u0291UomJh\u0002>{s\u0003w,\rczdB-6?f\u0010\tH\u001b\t\f,r\u0007p5,%1:ZY8Vg6\u001c9jpV\u0004NIHE5\u0016p0U:ZYXVg6,\u01fb @}\u0006+R\u0003\b!\u0001r00\u032e\u0015Gu\u0006.Q|\u0210\u000ey\n\u0018&C:(P\f)(BC2+(\u0011y\u066f))\u0016,\u00010Ut\u000eFT%^Q\u0018p\u0003\"@}e\u0128wJ\u000fIwHk'\u02ab>FVz1T\u0004=\n\u0004:\u0019=\u0286V<$5\u000b\/D\bDX)2q7vb5+Z_\u00c9\u0005\u000fN=P{p\u000f$F(\u0005\\\u001d\u001d\u001dXn\u000eN\u000e(\u0010\u001c9;le\u0019\u0016V\u0003\u0004-`5g4\u0014GlN\/\/&|\u00027|3bTS\u000e)a\u001c#w\td mV]Y!D\u000e(\u0016Gi0Ua *\u0005*\ue049\u0018^<.\u0001u\u0263\u001c\u000f\/\"\u0011\u02c3\nP)PUw\u000fTl\u071c\u0012\r\u001c\u000e\u07da\u001cG\u0007BS\u000b\u0317G\u0004\u001cs\ro3\u0002\u0016^mZ\u0018Kp3gs&\rS\u0015ax{%dOU\u001f\u0258$\u0012\u0013>Uybn&N&\u001c-0%\u0012Jv\u0017x8i;\r3)B8\u0012>&Ws7~P\u000b\u000f*}vj?e\u0015\u001c+J#R\u0017.9\u001f\u2d40:)\u0014OA\rS\u0007HJ)\u020d~\n~\n\u001a8\u06ffoHz\u03d7i\u0016651Mv\u0106yf0#=\u0003;\u000e$`GO7B?[\u000e\u001eaM:>\u000e\u0001vnF\u0019Y\"\u03a8|lnEa\u0003{S\u0019zC>~4U&\u0010|Gg\u0016|\u0000 tQ%>\u0016\u0000\n.6\u001fRR=LQf\n\u0001?@I4\"E\u0160;W\u0015%\u0004\u0002\u001d\u0015u\t\u0016\u001c]\\K6plr;\u837b^yJ\u024b.\u010b_\u0001B'nB\u001f\u079b+Mu\\Of.d\u0006\b\u0004Lp\u001eT\u0007\u0011T-\u01dd0\u02cc;N\u0002b[Q6\u00112LvR\r\u0018\u0002o\u001b\u000b j k l m<6]d@m|-g.\u0001`Qz\rCobn+w\u0011{;{>lvO^\u0007_m&msw\u1bd7[Q+\u000eY]6A1ybj*\u001d%]1vs}\u05a8\u0005\u0004\u001dn~br\u05fbG\tPg\u0003\b&9\/n\u0010r\u0017OQ\u0017|4\u0018g);r\u001ctESe\u0003N31I+=\"[{<\u0001Qy{)Z\u0016TG\n 2]gwl\u000eKs4pr2r\u001f\u001c5\u0001%}p:\u04fdw\u00047en8\\65Ee_OW.V MDu_0$=\u0007w\u0013l\tII!>oNrGj\u0001`Mr|TO~\u001f\u0013S15sdN-\u075cY9Te}23ZF\ubc4e7ef8#Ut\u035cS2\u0015T\u0312M\u00dc\u0013}h*j\u0014U?2MZ%p\u000f|H&t\u0007\"O| {T\u0223qANc$HN\rn\u044c.\u0016e\u0017HDqr\/6\u06b1vpm\u00ff\u0003gA\u0249mR\u0005),J\u00191\"zIn\u0011In\u001cL,>vA\u0016\u0010QA7y\u001d\"\u000e\u0181\u05e4c\u001byg\u00102j\u0019\"\u0410m>OnDDud\u00195=_WfS\u0012\\~dw\n*0\n\ff\u03cc\u0004^\u0007~\u00189C~=s6\n\b\u03deo\\G\u001cs\f1rV1h\u001f_8\u0014M\u0014\u000bW\u0011EK\u0016\u060b:)<]FH\u0001Pv\u0014L\b\u001557Dm&\u001d$2*I\u0002UH\u0015\u0011<#\u0011<-$;d\u0019\u0387\u001fs.gBT2FJh9\u1752j[;,\u001d.\u001ex\b\u023e]8ik_X\u069cxy\u0001,mv!%\u05dd\u0002\u488c8q;g',\u000e\u0001 &\r\u0000u\/\u00034~j?!!-]s\u0001iq*\u0016\u03d3=w\u001b\u0006QK\u0001V\u0563W\u0004\u000e>lH\u035b>>bA\u000bc\u0002*\u0010qS.V\bE7\u0002Vc>y$\u0003o;+\b\b$a+D1\u0014\bBa\u0002v(,\u0001J\b9J\bIN\u0012:\u0003VEBZS\u001c!\u001a!\u0018*H'\u001b\u0016$\u0011\u06c2b\u00058+`c$1y~\u001dY6'\ue8f3[1\n=b\u000e&\u0006\r\u0212\u0004o\u0015~n\u00075\u0413XiF.\u0007\u00006\u390d\u0000Ib\u0005H\u0012{;@Dw\u0004pJ\ue980$\u000bH[\u0003\u001di\u001b\u0004PY}\u0001\txBE\u001a\u001a\u0005p_QhP\fc&$v-o\u0017\nnmmh:m\u001bS=_|\u001f&L\u02c2Qi\u063e]n#d\u03ec\u0443gmW\u000frG7\bo\u001e~jjnZljg\u04fc\u0000g\u6b7b|\u00075\u001f Miyi^lD\u0763\u000f\u071d#(JTT\u000f|\u001ap\u0001fn\u000f;U\/\u54d5\u05d7\u001c\u07b6\u0004R1pi{E4KW*5\u0540`'\u0016\n^o\u0002N{\t\u0019XgMT\u0001`\u0001\u0005D`z\u0000u\u0014\u001f\u01carand=\u0017gfsa.(.I0Z*\u07734.\u0571\u000b\u031c=\u000btaJ\u0005$_UkWf\u0004\u001cAct!\u00145\u000b\u0015n@9Nr7C@\\`2Q}\u001ct\u0000!3|eg8\u0004c V\u0005j.BJKN2\u000e\u0017:=\u001a\u0007#oH\u015c\u012eH50'\u0006:qFk\u001cgtK\u0019\u0015Q\f#\u0011~{\u001d\u0007}ptD(\u000eH\u000e\"\u0005\u0017G%\t}\nd\u01028>@`=Z!:\u0015Ye|.4@R$I\u0011E0\u0003t\\\b\u0014\u0014s`|\u00028A\u0019E='6\u000f)\u0006J^\u0001 M\u0016\u0000\tS.\u00130bDuGdM4)HB!C\u02c4$8{.3\u0013lM,W\u0017$\n[{,kM*MAh:di\u001eF_\u0004s\u0013`Y\\\u000f6\u0019\u0019\u000b:d\u0011j\u001eQ\"\u0210_s\u0013_\/\u0000\u0010_FY\u0006[1p\u0000^'ufK\u0005hX\";c\u0001A\u0015iI\u0011E\\r\u0659i\u0015.X\u0007\byU%\u0006(\u000f~\u0143K\u0016L \u0004\u0002$\u07ca\u0004jO&TK \u0002(\u07ca\u000b$vg\u0000YhA\u000bk$H\rQ\u04b0ii>3e\u00053\\\u0291UomJ.\u0002>{s\u0003w,ML\u001cL\u0018\"\u0001i:E\u0014f\u0005$\u00128Vg]+\u000b\f\u001a\u0746#\u0007p6~]\u0017 )\t\\\u000f\u000e\u0006\u057bJ(,\r\u00d2\u001eRPK\rK..\bPuy\u0000B`Hm\u0000\\8\f6\fkQK\u0014\u001f12C\u0002\u02508\n\u0014)CJ9PP\f\n\nsD^kJ=k\u017809K\u0000t(c4\u0015jIW\u0014\u0006\u07002P_\u00191j\u077cCl;\uda68\udfd1~\u001ehL:\u0015Ae\u0002\u0001NoFw\u0015!\u000fI\u000b)\u0011l.?O^\u0012|\u0770aU\u0015Kc+\u0763C\/\u001eG\r\u0017w<\u0011\u023a\u0000F\fd\u0003N8{@z{AH\u0003c\u03dfELdX4\u06bfh1\u0013\u1609 2\u04eb_\u07a1\u001dm\u0005\u05ac\b5C\u0014\tAM\u0010\u0013t\u0004j\nT\u0004jt\u0011\u0001x\u0130|hvU\u0007qUxN\u072d\u0017zAS\u0018&\u001051p_;fT\u0642\u0004^\\;Q\u0006@c\"@\u0000o\u0014\u001cA@\\]\u000b\u00015]\u0004\u0010J\u0011$\u0439\u0167\u057bKK\u0014F\n^r jH\u0018^!\u000b\u0014D\u000fe\u06c6Z\u000ef9`#EN\\\u0010~Z5\u001c\f\/p\b2Ef<\u01aeT&0~W+\u0014uw81\u0012IQ\u0007\u0018to\u001a\ue044XE\u0002\u000e\u008e\u000e,7\u0007Q'\u0007v{Nna\u001d6U\u0572\f\u000b|\u0001v\u0002\u0016CP~Gk\u0010xt\u001f\u0000\u001e-N(N!1U.0*K#5\u0007\u0011q2\u0000\u0005@\u0019KpC\u0003\n\bD\u0010\b\bX\u001aU#\u0011\u0006QE?yb\u001d?KjL\u001eH\tpD?5 %\/\u0002Z\u0000\fMc+Q\u06d6eZ2XEr\u0001Mu\u058bUe+\u0000De\u0012XQ+\u0018K9G%e\u04c5%_\u9089\u001e^D.7\u05f4Yr\rKL\u0006\u001b\\]9\u028dm*b\u0732]\u00d2\/\u04ee\f+ycp*\u001e\ubf31m-j1\u001f\u009abw#6'\u0097\u0017\u0013>x\u001br*,F8e\u0015Z}8%#vD.\f\u02b7++D\u0001(\r*\fDT\u0016=0\u0010\u00cb'%@.y\u0014V$bxiP)U\u0018\u0280JB?\u001e\u06389%\u001a8\u001c59\u0010K\u000e\u0017\u0299\/\u016b\tFK9\"\u001af\u0004,:\u06b40r=\rfM\u001a\u0010+Jx<\u0019?\u05531\u0015I6%f'}LM9p_'[aJ$#j.p\u0018wr\u001b\ngRp$|nM\u00ef&\u0007o@\u001f=\u001bi=\u0016\u001eT~\\\u02cc+8\u0011W\f@G.3]~s\u0016?X\u0005k\u0001uS@)\u001a \u000fOA#S\u001b\u0014h\u001442\u0005q_\u07d0\/-mkLmc\fIX\u0011\r\\\u0000a}Gz\u0006v\u001cHzo~pj\u001do\u039f\u001e=>\u0007HS\u001a>\\e\u0002|tn\t\u0010\u000fB\u0019Unq\r\u0000b3(U-\u001fKK3E)\u0004D\u0003f&\u0448\u0016\u0015\\UD\u0010\bDv V$Xm\u050b\u000b}\u0006Mn\u0007qK2O)y\u0445xkq<@$M{s\u041bKmdz'3@$`c:Huj9\ue125^f\t.t\u0012p\u076e\u0017\u048d\u25350\u0001dj\u0018\\\u0017L\u028d\u0005y\u0010t5\u00105\u0010r6\u00106S\u001eH2 6\u01163\u0017\u0000(_=e\ue1a1N17\u0755\b=\u001f6VK\/J\u00f6\u6e7b\u02edH\u00a8\u0015s\u0007u._ \u0418EYQn15E\u0015M\u000ej.{\u0018;{9{k\u0502h\u000e`7?}qD9_\u0004\u0001\u0004\u00177\b\u000b>eua\u001a9\u000eY\"\u0001\u001e~D\u0011-=ej-j\u000b*i~\u0010\u0019\u076e3`A6O_%r9T89z[\u000fc>x\u001d;N2_^7\u001c].\u00a2+\u0017+&^?\"`m\/k\u0012O\u0343C\u07c9c6\u0764w7\f\u001cZdv;X\u0013'\\%'\u001fU#TL\u001cSK7gf\u000eUY\u001fzMd\u0019fHU4]3g\u0534L\u0005\u0015\rJ\u0010LU<\u0477nt8W_Fr=o#eE\rt\u0003\fMhk\u001d\u001c\u011a#QK\u04eeeYWL\u00151p!hze\u001dLPe\reh\u0016\u00133tbI\u001e2P\np2\u071a`\u001c\u044b\nG\u0019,\u0003\u001a=)\u0002mD\u0015*\u001d\u000bn#\u000eQbN=H(\u0012i;C9U4hQ!l\"1B?d\u0002e+\u0011S'qZTNR\u0001\u0019%V1\u0002'qb\\(*\u0014\u0017\u000ba\\\u0010\u001aCXJ48?DGSN`\f`4I\n&7NZuLl4(%|\u0005dZVis\"\u059eyg\u00102j\u0019\"\u0410m>OnDDud\u00195=_WfS\u0012\\~dw\n*0\n\ff\u03cc\u0004^\u0007~\u00189C~=s6\n\b\u03deo\\G\u001cs\f1|p\u0018\/o&\u2ac8\"%\u000bE\u0014`F#\u0000Z{M`;\n&\u051coFeJzB51kdo85\u0001L\u0002;LIdUv\u0005v\u0004O+\"xJGN#xZIvtR\\s\ngBT2FJh9\u1752j[;,\u001d.\u001ex\b\u023e]8ik_X\u069cxy\u0001,mv!%\u05dd\u0002\u488c8q;g',\u000e\u0001 &\r\u0000u\/\u00034~j?!!-]s7iq*\u0016\u03d3=w\u001b\u0006QK\u0001V\u0563W\u0004\u000eGqm,\u0018\u000f7}|\u0112O7+)\u03dfz\ufda1!<\u001f\u0002\u001e\u001c7\bof\u017a\u048b8%{?po,8\rw\u0011=\u0016\u0007\u03c2@\u00126\u0016H\u0014{P+&`2>\u0013\u01c4\u0004+4'}qO\t\u0011kQ\u0005D\u03b8 l_DL\fs\u001dbV\u00060'`h$1y~\u001d7'\ue8f3[1\nb\u000e+\u0006\u0212\u0004\u0017n\u00075\u0413\u0018iF.\u0011\u00006\u0000Ibo\bH\u0012{O@D\u0005pJ\u0380$o\u000eH\u0003\"i\u0004PY\u0001\txBE\u001a\n\u0005^QhPc&$\u000b\u0004j\u0001gx\uf90a D8o U\u0001Vw\u001b\u6a8c\nxX\u5071L2r:KP?w[oQ(gl\u0002*w`}\u001dq%-T\u008dm5X\u3e72Lqa4Co3vB\u0241\u0013!0oD@\u001dBg.%\u0256Y9O)0\u0002# \u0014>\u001ao\u001f \u0003qh#yh\u0018h\u0004d\u001bp\u000f8i\u0019R!E8\u0017\u0014D\u02c0\fL\u000e!\tk\u001f\u0012[\u0001A\u0010)MDjJ\u0019GT\u0012)DjJ1M\u0013)\rEjJISU\u0015H\u0005\u0015\u0016IDg\u0004\u0016Q^yy\u000b33_af\u0017b\b)2\u0012D\u0004RR)QH5\tTD\n*8#\u0015WsYh:\u0012O\u0651gDt\u03caGE#2\u0019!\u0019\u0173\u0433%Dmk|w\u00d1\u0011q\u0003W\u0010\u0005qx(S:ju=`$\u0005\u0000N\u001c *p\n\u0487_\u0474m\u001dtCbw?v\u001b\u6eb9\u001e\nF\u01d7IU\u001dZP|Hj7\u0014]mLxs\u07e9.\u0001\nt)\u001aP\u0010\u001b\u0004T\u0015\u0011k\n(\b2d]\u0665Pl\u0017\u0128\f*b\r0K\bL\u0012v\u0001\u00152\u0003\u0012\u0000C4sh\u05d7t\nKFq\"\u001a\faz\u0013E`\n\u0015C\u0677\u001f\u071fnm\ud499J\\-uWCc\u0503O\u001d)F0jI\n6A\u00147p\u0003U)J81>\u0016a]\u07ad\\!u3*\u0018F\":\f\u000fLQ\u001c\u001cD\n.J\u0012\b\u0011\tOq|GzB\nu,+l\\iZUI#`\u0018* W%B >\u0005\u001c\u0018cz)qU\u0015Kc+\u0763C\/\u001eG\r\u0017w<\u0011\u0238\u0000F\fd\u0003N8{@z{AH.\u0006c\u03dfELdX4\u06bfh1\u0013\u1609 2\u04eb_\u07a1\u001dm\u0005\u05ac**f\"\u00015OL@\u0011+TS\u0011\u000b\u0019G\u0006\u0011\u0006w\u0006>\uda16\udfb3U\u001d\u011dW9s7_Q\u0006M\/c\"@\u0128}\u0001<\u0000[B^cX\u000e]`F\u0000Ewk\u0010PtG\u0000\u0014\u0000\u0019f`.I\u0003\u000fV\u000e(\"\u0012A\u0014#@`yT\u044f6*sG\u0015\u00037x]\u0002UceJS\rB~x\"\u0005\tP=Mk\u06d21LK\u0006\u000b1=y\u001am\u0018^\r N.\u0015r43Tm.i`\u0017aKkm7i`\u0017IK;GUEl\u0636]cxv\r6fXq\u001bSmkT\u06cc\u0015\u0015S\u001c9A\u0017\u03bc\u000bd\u0794\u0368\nQ\u0019N9B\u001eq\u010eP%Yve\u0012:\u001cT\u0014\u0007&\u0016bx\u017b\u0004%Br<\u050aD\u0010\/\u000f*\fC@U~=PqsJtp8kr@\u001e-\bM\/3_^\u001f\u0011W\u0013'sD5\u0348Xtziaz\u001a.A\u035cy4L!V\u0307\u0713>Uy2.\u022b'c\u0006+lJJOT\u52791os$kN\u00d4HG*]1v\u0014\u03a4\u000bH\n_M\u000f\u0780>z6zA-<\u06e9\u0019Wp\u0000#\u0018\u0006+cK]g,~\n\u00028\uf9c0Rx?\u00055LA\u001e +F 7))hd\nrl!=_W[t\u05d84\u0019\u06b1\"\u0012\u001b\u6e5a\u0001Z\f8$\u000f\u001d=\bn.;x7,;\u001f_G\u0007\u000e+\u0400jj\u0003\u0754\u01ad\u0018;\\>Zcb0\u00115kw=v\u0019?\u0006Y7S\u05c7|\u0000iJ\u00e7M -0\u0001bA\u00138\\iRfe\u0000!\t\u0783 9\u0013r'Iu^vK7T&~\u0006N\u0001cp] )+y\u0010t6\u00106\u0010r7\u00107S\u001eH2 6\u05963\u0017\u0000)_=e\ue1a1N18\u0755\b=\u001f6VK\/J\u6e7b\u02edH\u00a8\u0015s\u0007u._ \u0418EYQn15E\u0015M\u000ej.{\u0018;{9{k\u0502h\u000ep7?qD9_\u0004\u0001\u0004\u00177\b\u000b>eua\u001a9\u000eY\"\u0001\u001e~D\u0011-=ej-j\u000b*i~\u0010\u0019\u076e3`AO_%r9T89z[\u000fc>x\u001d;N2_^7\u001c].\u00a2+\u0017+&^?\"`m\/k\u0012O3r~\u0001}3z\u0013RxG^m=zd\u001e\u0005g\u01cd5qB}_rQU\u001dO~\u001f\u0013S15sdN-\u075cY9Te}23ZF\ubc4e7Q\u0012s8T\u0013ed\"Q\u00157ah\\2,\rU72Mc*kS\u000e=K*{P\u001avs3\u001aq\u0002urc>M=m,?F*XlRz\u001e\u00100\u0019\u00e9>)J\u001c\u00019h8o&\u001eQ*\/\u0328\b\u001b\u0018\u0017lNo\u001b}}C\bGR%\u02c4 Wvm\u00dd4\u001aR\t]E7hUsR\u0002)ybJH\u0005l\u0739\nP+nu\u0015eB^s4\u00a8BK&G)uT%\u0019\u042e)CT$aSF8?\u001eVwsC\u0003C&2\/\u0016\u001d'\u0019\u0010\u0005Y9\u0013\u018csSk\u0007N\n[\nT1\u0013kq\u04f8YT!n-i\u0010\u000f\u0016\u02870d&s\u0015X:K&V\u0015~0o\u0294F3\u07a5tBtldw\u0000H\u0005\u000f\u0012<+FDM<\u001b2S\"Mnw\u073ax! !waism7+u\u001e\u0006$'\u001d\u02b7\u0645\\w\u000b2\u001e\b:\u0007\f7\u0000\u053dx\u0007\u000f\u0468\u000bty7r\u0019jq*\u0393=w\u001bQK\u0001\u0663W\u0004\u000e\u02a1f\u012e\u063e#D<\u0398_|m\u000f\u001b7b]E@mE\u000f7\u0016\u001c\u3ec8r\u0003WAR \t\u001b\u000b$@\u0015b\u0012D\u0019_\tSBOBK\u00020i>\u0012\u001e\u0012\"\u05a2\n|\b\u0001\bAqA:\u067e \u0018\u0011\/\u001bhf\u0002\u0006In\u0018\u05d1s>:\u0015\u0000\t\"]b\u0420,IN1vP\u0003=\t&i{\u0002`3N\u0018$\u0780$\u0007$It\u0000n\u0012H>$U I\u0002a\u0000)`*T\u0004\u001cQ\u0000\u0015\u0006~\u001f=fBi\u0393$A\u001eN2A!OD$v\u05c9\u0004\u01a9aBV>\u001er>~'B\/P;z8=}\u001diGHK&,?3,-\u001e&\u0005+1\u1f82^B\u015c\u0013%Ag.Jj\t<\u061b+ZK\u0017^(SrR=\u000b=\u0630\/\u001e\u001dXng2ha52I8q\u075a\/\u0001|Ak<\u0001?Ip\u000brQ\u001a\u00019F\u0679\u07a6Q2)uOIS|z\u0617R\u001fjP=P\u0267v7\u0538\/5\u01b5J>{O\u0015Zqd^:L'\u0564z=U\u0267vwhYj\u0001g4U\u0001Ww[\nxX\u0641L2r:KP?w[\u000f*7gl)w`e\u001d)-T\u0002\u06c1+\u0014\u0017fK3dI;9K\u0001G\"3NE\fPZ=\u0011TaK\t}V\u00130\nLwQY,\u0001\u001e \u0003h#yh\u0018h\u0004dpO8\u0019R!U8\u0017\u0014H\fP4\u000f!\t\u001f\u0012[\u0005B\u0014\u0011)]DjJ\u001dH\u0012)DjJ5N\u0014\u0014)\u001dEjJMT\u0015H\u0005U\u0016IDk\u0004\u0014\u0017Q_yy\u001a\f33_af\u0017c\b2\u0012D\u0004RR)QHk6I\u028dTD\n8#\u0015WtY:\u0012O\u0751\u0007Ft\u001d\u001cX\u000e\u0013i6uH`Lv\/f@qy-RkY[L\ub091\u0014\u00008qwy\/+H!~E.v}\u000f'6u}mz+L\u001b>\u0012_&UMCNj%-_y7\u001311w%K\u0002]J\u0006\u0014D\u0006V\u02fc\r\u0019.R\u0010KspbT\u0006.5J\u000bc\t\u0012!i_\"n;yY!h9K:^8\u0011Km.37\b\u0015C\u0677\u001f\u071fnmzF\\_v\u05c8Cc\u0503O\u001d)F\u0018jI\n6\u0014-i(*$F\\N[uy\u0001r\u0016*!_KWu+\u000eBRXU6B${J?M\u0005\u001f\u04b0}\u000e`G(\u025ei\u01f3k\u03f6t\u0003\/\u0015W\u0005\u0011voM;jUjV[\u0012,WT#\u0019\/WL3]\u0003\u051a\u000f4~VC5<]\u0002~\bG\u001f]GP\u0016}\u0016\f\u02e63,o\u0016|8^R>Yy}i\u0618c\u0597@*\u0006~?_\u0019pW\u0003}CZ\u0014,{\t8%\u0004f,c5\u0001S\t\u0007\u0005\u0014k\u0012\u0001\u0509S\u0cc0t\u001e+\u02c59f\\l\u03c59$$t\u03f6x W\/0s,p\u04c5)\u0015|&Y\/!G\u0018]0\u0005v\u0342n\u0005,[`?PNt\u0010p1\u0010\u0017%|T\u001fG2\u001d@\bLp'_#\u0019\u000e3NUP\u0492\u0374xikt`{5\u000eF%9\u0005]jaN\fhuM4\fO%\u130a(\b\u000eCg\u0003>8:\"x\u0014\u0007$\u0007D`DaS\u001cQrq\u001eB\u001d\u02ca2[>\u0017g\u001a\u0010~\rUd9\t9\bf@n+\u0012!\u0010b\u000eO1\u001e'6(c\u07b9Z9>@\u0252+\u0000$\u0002 !{e\u0002\u0012\u0006\\9\t;\t3u7\u0005I\u0230<$!eB\u0012F=q\u0017\t&C\u000bht=\u0016\u001c< 6\u0005i\/B\tY{.\rlE<7\u0001E`j\u0000\u000bY\u001a\t\u0019.\u0012\f?7\u0002\rzii@\u0015\u0013\u000f\u0007peSgD^F\u0649%\u0012)&\u0237b\".tJ4EzTJlbhR\u00021\u02a4\u0016\u0000V,><\u0012kf.X3;c\u0001ba\u0015iY@fe>P-;c\u0001j\u0015iY\\\u0476:\u00032G\u000bZX#!Z\"Yj4l\u001acLYCKq^9RWW\u001dQ\u0547~o.z.i~\\\tC$ m\\'<3\u0239\u001e5\u05acT\u0002keXAp\u0000oY\u0013$;%!\u0015XWljeaYQ\u06f0\u001e\u0000U\u001bWI\r \u0004\u0006\u02c5\u00d0j0V\u0018\u001f\u0019D!\u001a#C:)`\f\u9223@2\b\u000e0Ge\u0533X\u0004HW\u024a\u0019;\u0018=FSt{Ea\r,\u0003\u0011&+=&y\u07f9#\r(\u0018yGZ\u01a4S\u0011TH+\u0010ftH+\u001bZ\u0011\/\u0012V\"%\u0007\r\u001b\u0006_U:\u000e>\u0016\"==h\u001fz\u0520xq7c\u001b\u0001\u001f,{\t\u001ag\u000fHs\/\u0011\u0018\u027dr9\fF\u00171\u0017>f\"\u001c3R\u001fDtz\u0773{^;m^\u0005W\fS$f\tHS:\u00025uj,\u0002u\u0017\u0015\u001aG\f\u001b^\u0019W\u038efWu\u0010w^g\u0015\u03fd\u001eeT2.\tDM?\u03a3\u0019(U <\u000e7z\u0000\u0428u\f]\u0004\u0010\b\u0018@\"#\u0015h\u0575\u0010_sE\u00001\u0014AJ\u001f8N\u000f_|F]:KAh%\u000b\u0002O\u0465\u0019\u0012\u0010IA^v\u0019?W*k\n\u0718V-\tK$\"\u05c3.H\u000fj\u04d0\u0257fHCu\"3>wcW,V\u0013(\u0016u?\u0018\u0019_ \u001b\u0004\u0004!\u04fdj\u0017\u0012Bc\u0015\u0017S\n>\b;>\u001eD\u001eQ9!\ufec59rTU2,\u0013\u0006\tT[\fyB{\u0007\u001eA}.\u0003x\u00008;\u01b0V\u001d(-\u0000 |\u0001(\u00002]\u0006\u001e\u001cP`UE %(F\u001fm\u0010U\u04d9*\u0006n\u0004\u02d4\u0000(B?x\u031brQ\u0018Uh0\u0011\u02bb\u000426+\u07ee\u0010Y\"R\u0007\u001440\u0010\u0002S\u0015Z|B\f\/x\u0000\u057aQHZ\bAUa\u0014\u03fb\u0007*6nN\u000e\u000esM\u000e\u04a3\u0005)r#bjRd\u0239\u0019\u0011N6-\\O%h9o)\u010a0z{2\u07a7*MZC^=\u00193X1dSbVzb\u07a7*O\u010dy\u011c#Y\u000fu\u001cDB>R\u0002\u000f'q'p&e_\bGVx\u0724g\b;ZX\u074a\u0007\u0013\u06232\u05c7|\u0000iJ\u00e7M -0\u0001bAlvO^\u0007_m&msw\u1bd7[Q+\u000eY]6A1ybj*\u001d%]1vs}\u05a8\u0005\u0004\u001dn~br\u05fbG\tPg\u0003\b&9\/n\u0010r\u0017OQ\u0017|4\u0018g);r\u001ctESe\u0003N31I+=\"[{<\u0001Qy{)Z\u0016TG\n 2]gwl\u000eKs4pr2r\u001f\u001c5\u0001%}p:\u04fdw\u00047en8\\65Ee_OW.V MDu_0$=gp\u0003V\u001c'&Jyww{\u0010=R\u000b\u038e\u001b}#k\u2114\u06fe\u48ea:>'bj\u021cZ94sPeg<\\\u0005c\u001deUo$p\u000e'@E*nLRQ\u0478eX\u001and0uUdMU(\u001dzT\u0002\u00075\u0018q\u0002urc>M=m,?F*XlRz\u001e\u00100\u0019\u00e9>)J\u001c\u00019h8o&\u001eQ*\/\u0328\b\u001b\u0018\u0017lNo\u001b}}C\bGR%\u02c4 Wvm\u00dd4\u001aR\t]E7hUsR\u0002)ybJH\u0005l\u0739\nP+nu\u0015eB^s4\u00a8BK&G)uT%\u0019\u042e)CT$4wY\u0019xXq\rm\u000e\f\u023cZt\bg@\u0014dw\u000bO(\u001b3FM=J\u001fw\u001aW@d\"Tr\t\u0006|X\u000b\u0195\u0322\nqkIcxP>)'3Y2l?IES4A.$\u0013\u000e\u0013eK'\f|\u0005DOP\t\u0015#&AxS)Z\u0011\u001e`\u015f!y\/D'X<}\u0005xk\u000f^{y&qm>:P\"\u0422>\u0015%\u0016G\u001e}~\u0006wd\t\\.x7\udb9d\udd43\u05ba\u0005$^_}yy\u0082o\u8bef\u0016`D\u0007t9e\/\u0002o\u0002e\u0006D8ZYA?;7xg|;>\u0007\">|_YAM]\u0000 '1c$\u0006h`)\u0017\u000b$8YyO\u0017X+\u07c1\u0660\u0126@\u0014\u0016?\f\b\u0011J$67\u000eMi\u001f\u001f|\u0007`(l\uf81b:V\u000e\u0011\u0003\u0007x\u7511T\u00174k,\u001aB\f\u001dg\u0010^ \u001f\u000e\u0018\u0001b=!b\u0002\u0003D3\u0004a$)\u001eu\rs'M[nV<\fPeIO;o\u000b)\u0017 \u0017e\r\u06c9=:a\u0011t\u0000\u000f\u0000\u00194!mo\u0000{\u000f\u001eQw\u0017\u0013U\t\ti\u0003 -8NEy\u0007n9j=:{*x(.9%\u0012aX\u0012f%\/wx?0*qc\u0006V\bmK\u0000c>t|\u0017Rna)\bX\t$aCD\u0015\bBW\u0002('\u0001zI\bH\bzH@e\u045c_\u017d#D\\E\u0014~\u0011\u0002^\u0011>\u00119\u00c2tmA\u00121\/P=L\fpV Ib:2sNGgb\u0014 \u001dC\f\u001a%\t%\u0006]\u000ej'a$P]x?\u0000lI\u0002\u0017$\u0580$\u000e\r\u0002I\u0012#\u04f7\t$S6\u000b\u0004\u0013LZ55\n\u0fa2\u0420LH2My$h\tY\u0006=h1\u001d\u00118\b5,\u001e~]\u00873#QXDSE8:\u001btG\u00108\rp%^3\u0752-\u001dhR\u0012C\u001f+},\u0014X)Q\u0012t\u28a4\u0016)ut\u1142=fTOBO)36Gn'\u0019!~X}L\u0012Np_P\"6\u000fvOl\u0011B#{\u001c\u001a\u0402!\u06c8\u001bC\u010euGit5Qt|)I\u0002J\u04faP}\\$$tO*8\u0003NO{Z\u0019\t(,~-#iLAT\u000e`|1\u0003Lq\u0016zS)'#\u0016\u0013\uec1dK4L\u0003.r]Ldt?SI!U8W)=NGb\u0018o.b7.\u062dO94M>M\u0011|\u024dUTOzF8Z\u024bH;v>Z\nx\u0010m`Sz-UbER\"H\bK8[4\u0013~&7'4&Tz\u001cMZ\u0004O#1\u0014\u0018\u0013}Py.'\tO] *A\u000fT\u0001Pw\txX\r1r:KP?w[3)7gl)w`\u001dq\u000e-T\u0002\u0013+\u0014\u0017M&d\u0013I99\u0010Ad\u00141]Z\ua2152oD`\b\u001d`+&[\u00001\u0001C\\\u0017u}\u0152>\u0000R\"\u0010#\u000f6!\u0002\u03f6\t1Kq\u0017S\u0019BZq.0U)hq)\u0011R)=B\u0012V%$6!5PHM\u0014RSj\u0514f!5\\HM\u0017RS*\u0514!5hHM\u001aRS\u0514!5tH\u0002zV=\u0687$H\u0002:TF\rafh\"\u033c8\u0002ih>v\u000e\u0015Q\u001f\u00cen~@k6~+=\u0708d\u001f.!r,\u001axwUE\u0014\u017bc\"&\u04ddN5Xt\tP\u000bE\u0540(\u00005\"(j\u0019@\r`U@A!\u001dF.\u014bd{\u0014W\f'Fe0V\u0011{#FBDg\u0697\u0234\u001b\u000b\n1m\u0015%g\u03f4Y!h9;B:^8\u0011Kn\u0012\u0012\u0012\u0015.+o??`M.}_5l\u6494\rQ=_S\u0019u\u0018\u0011\u04eb%)l\u0006RTo\u039a\u0018\u00190m\u0011]\u0007\u0015SZ~)kH55t5b~)\u000eBR\u001a\u0018\u04f6\u0011:%OWhB\u0334,\u001au\u0006\u001b?BI\f\u0019=t_[}\r\u0726\u001bx\u0007hutm[\/\u001b\/WV\u0016\/Fm\u07b3l.e&@y._2zn\u0001\/E\u0007HS\u001a?m^l.e6Be\u0007.2\u0011\u0014%E_\u0007>\r\u0300Oy3W\u05d7*\u0417\u001as,z\u0012H\r\u0015\u0019{+C\u001a]j@Uv\u0013qH\u000b:\u0005t7\u0001\u044ce&`*\u0000B;Qx;:q\n|lcEx07gs\uc78b330G\u0017\u0014$dXI\u0013x W\/0s,p\u04c5)\u0015|&Y\/!G\u0018]0\u0005v\u0342n\u0005,[`?PN\u001et'\u04db!b .0KL>d:\u0010f\u03d9N2G3\u001cjb\u00025\u0017C|%GBxTj\u0005#cq0.\tT{.HTS\fsb@\u0013gtoqF$Q\u00110\u0012a,~`\u0007GG\u0004 RpqT\u00151Lx3>\nT.\u000e\u05a3\u0015RcYUfL\u0003\/\u056aJ\u001cQ\u00043 L7\u0015i\u0010OA1\u0007'\u0018\u0013\u001b1h\\sBmP\u001cbdI\u0015\u0000~Tj\u001e\u0016dOL@\u0080\u00119\u0007\u001e5!v_ iA!\tv.\u00130\uc27bp^L5\u0019\\]4F+l0\u0005)\bMv\u0011\u0582L=\u0013\\\u001ajWgzw(uGo\"g5\n^sW)5C\u0014\t\u0b99|b\u0002\u0494@=P\rE\u001e\u00173@\r#\rl\f|+]gG:;3>_Q\u0006M\/c\"@\u0128}DX)2q7vb5+Z_\u00c9\u0005\u000fN=P{p\u000f$*.\u0014pu\u0010vt`9:9sBw\u000bs\ucc29eX[\r\u0013\u0018+\u000f<_sS>~\u0001<\u0000[PB^cX\u000e]`T&\u0000\u001a\u0004\u0014q2\u0000\u0005@\u0019KpC\u0003\n\bD\u0010\b\bX\u001eU#\r~\u001aQ\r;~|@\u0558Uy2.\u022b'c\u0006+lJJOT\u527981os$kN\u00d4HG*]16\u0014\u03a4\u000bH\n_M\u000f\u0780>z6zA-<\u06e9\u0019Wp\u0000#\u0018\u0006+cK]g,~\n\u00028\uf9c0Rx?\u00055LA\u001e +F 7))hd\nrl!=_W[t\u05d84\u0019\u06b1\"\u0012\u001b\u6e5a\u0001Z\f8$\u000f\u001d=\bn.;x7,:\u000e\u0013_\u0007\u0639)\u001baG\/\u001f\u06f3D\u001d|lnEa\u0003{S\u0019z#\u001a\u0007HS\u0016>F3W\u00001Gg\u0016|\u0000 tQ%>\u0016\u0000\n.6\u001fRR=LQf\n\u0001?@I4\"E\u0160;W\u0015%\u0004\u0002\u001d\u00155\t\u0016F\/\u000b}\u0006Mn\u0007qK2O)y\u0445xkq<@$M{s\u041bhdq'3@$`c:Huj;qq'Iu^vK7S&^\u0006N\u0001cp]0)7\u0016A@@@`Oyl\"\u0240h\u0012[\\\u0003l\u0717\u001b;{\u0011El\bx\u0002S\u001c-\u040f\u0015AdtdgW\u00059j\u0002KGgu{;\tnd\u0013yptlj\n\u02be\\@xo`I{>5\u0017\u001b}#v\u0013Rw2\u1b57\u07a3HKV\u001cZhv[X\u0013'%'\u001fUgOL\u03119tsfiPxj\u0019\n:\u02aaDIP\u001dia\u8a02bop57\u044fa\uaaac\u025aNQ\n\u0012\u0007>aSm4\\\u0005\u0015}F&g1Rb\u33deW\u0015j\u000fMaGQU.[\u000b4Mz2\u0477u\u0013wjF]oH\u0002C\u001eqCo\u052a>\u0095VZ2D\u0002\u06b5d\u06b0TK\u04eeQiI:'aB\u001b]1UsR\u0002)ybJH\u0005l\u0224\u001bJ\u0005$2NH!\u0005\u001b\u001a\u0412IQJ\u001d\u0015hgx*\u0010$E\u0011uM W3A?j\u0004\u001d\u001d\u0003\u001e)eM=~iF\fg\u000fi\\hNF\u0014\\c\u001a\u0019\u00d3>U2[\u0012\"\u0011j\u0007\u0004\u00150%\u0392RgBy\u000fQ'X<}~\u0002W\u0515\u0004s<\u00038X\u0012_(@Qh\n\u0012\u000b\u0017>s\u0003F;-~d\u0017\u001b\"Z^e}\\a16W\u000by0_\u0003\u0531^7u\u0003\"\u00ecX\u001b~ ?R^W`$\u001eyk\u0003.vh)oZeANb$H\fn\u045c(4\u0017Hpb\/6\u06b1~m\u00ff\u0003gA\u0249O\u0014\u0016?\fV\u0010\n$6\u000e&:Lh\u001f{\u0014|\u0003\u0005`(l[$\b\u0011;\u0004d\u07b7gx\u00109\r'M[nV\u001eI\">~'B\/P;z8=}\u001di\u0307'\u0012n\u0019cslp.\u0018Xp_A\u0017ab\u0015%Hx\u001c\u0015-\u000b\/\u0014)tC\u0085SnglQ\u074eO,3HC4$n_D)5m\u001e\u001dX\"F8\u001e5nC\b\u00113\u001bqNbb!8mjOa$H\u0633\\>b,\u0012\u0012mb'\u0015\u0001V\u0004\u00144 @g\u0006vX\u0018\u0001pp8\u000b=IAONVq\/%b{FiX\u0007\r\u001a\u4e84F~\/*\u001cJ>\u0007\u001ep4SG7J1j0,8\u0019*\u001b\u00123\u001d\u000fx\u001e\u0007N\u000e^n\u01d9N\u0015^K2\u001e\u0017<:*I\u00142(G\u07fa\u0005\u0018z;\u000e{4\u0015\u001b=\fs\u0014S\u0010\u000fz-\u06b5X2\f\u001c\\\n\u0018\u0014QT\u000eJe\u00124wYb\u0500K\u046e5R*JOJy\u0509b\u0118\u04b4\u0507\u0014?Qq]VSE+\u0011\"\ua1dai9\u001d\u0016\n\u0002[**Gn\u0019\u0014Q\nLF).C\u000b#FrK_*\nK9\u0572 ZHRy\u0000XJ\u001f#:%CT\u0010\u0000\u0011\u062d`O\t\u0003~{W\u0237|\u0000\u0007\/+c\u00023f-\nL<\ufc11|\ue573\u0014*,v\u0018-\u0612=3\"J\u0018:-pB\u0005p\u0005\u0012P9\u00112i$g Uch\u0001H\u0018*\u001a,\u042ch\u001aB(%f\u0296w9FSl*4\u0002.\u0530\u0006\u000eHiA\\c?:\u0010>1\u001a\n\u001e3_G\t1\u04f2xT\u001ao\u05e1\u001bl\b%#r m6_rn\u001d\"q* n-X_ZZv\u0014rE5Br\u0004\u001e>3oN\r?\u016c\u0019\u0000iJjl\f?T%hY{{\u0004Ej\u0457\u000fp\u0018|\u029b\u0005\u001f\u000e>WOV^_\u001as,z\u0012H-\u0015\u0019\u07f6\fUj\u0001Un!-\u0016\u043d\u0004\u0012G3\u039a\u0003\u0002\n\\G\u0000)\u0001A:\u0015\u071cb{.\u001c]P\\\u0018$;{\u0005:~g.L\u4aeawzM\u02acR\u0517#h.d\u0002fA\u0002\u0016-\u001f,'Nr7C@\\`2Q}\u001ct\u0000!3|eg8\u0004C.V\u0005j.BJKN9\nF\\`]\u0012\u0018\\\u0015\u0018\u0100V'tSwI8\"a$oY\u000f\b\u001e\u0001A$a1\u0018\u0011j\u0014g~}\u0014\\\u001cG+P\u01f2\"\u0316\u0159\u0006_Ud9\t9\b L(\b\u0014\u0014s`|\u00028A\u0019E='6\u000f)\u0006J^\u00168\nPg\u0000\tS.\u00130bDuGdMm)HB!\tv.\u00130\uc27bp^L5\u0019\\]4F+la)MAh5h!SO=\u0006O6\"p\u0000\u02e2zXY,B\u00112\n]$\u001c\u0019+yn\u0005#kgL<@0\"-9\u0003@2N3[\"\/@\u0012\t\u0014Z@[p\u0011\u0723vf:%t\"u=*|E61U)\u0018eR\u000b\u0000}+\u0016\u001f\u001e{\u000e53M\u0000, _3{2M@,-\u0005P\u0015[\u000f\u0017rIh\u0000\u0442\u0016H\u001b6a\u0018|f\n|ET\u001f#uE~\\\u001c\u0005\u0782}\u020bRez.a~LT%L\u0018\"\u0001i:E\u0014f\u0005\u0006\u00128Vg]+\u000b\f\u001a\u0746#\u0007p6~]\u0017 )\t\\\u000f\u000e\u0006\u057cJVgS+\u000b\u001a\u0746%\u0017vx\u0017\u0004?`Oj\u0000!06\u0000\\.\u001cT\u001b\u0675%\u000f\u0018\u0019!O\u0001dHG\u001c\u0005!\u001cEv(^\u0006~\u00059\"\/55\\$ddE\u001d\u001ePK0\u0006D\u0288Q\u0013\u001eb\u0711\u0586OW}#\bB#\f\u0004:\u0019=\u0286V<$5\u000b\/D\bf\"\u001c3R\u001fDtz\u0773{^;m\u001eU15C\u0014\t\u0b99|b\u0002\u0494@M_@M_8\u00025\u0000\u001863t\u001d\u036e \n)VB2h*\u0019C\u0017\u0004&F\u001fkQ\f*[Kk\u0007P\u001b=\u0000u\f]\u0004\u0010\b\u0018@\"#\u0015k\u0001\u00009\"\u0018W %\u000fg\/>zwvw)\b\u00144vAi\u0550_!\u000b\u0014D\u000feV-\u0007Y\u000eXH=\u0017V\r\u0007\u0019\u000e\u0010a]\u020c\u0615\u0004\u01afjE~\u000e'F\u0017<8)\u0000CW=\u0000\u001a*.\u0014pu\u0010vt`9:9sBw\u000bs\ucc29eX[\r\u0013\u0018+\r< >~\u0001<\u0000[PB^cX\u000e]`TF\u0000Ewk\u0010Pt\u01fd\u0000\u0014\u0000\u0019f .I\u0003\u000fV\u000e(\"\u0012A\u0014# `yT\u044f6*isG\u0015\u00037]\u0002UceJS\rB~X\"\u0005\t=Mk\u06d2a^%\u0018^$\u001ePTXm+4W\u0001\u0109%xW\u000e1sJ\u0676\u00bcL\u0005\u0013=]\u0002Wom]k\u06fea^}\r.^.a\u001cV\u00151myv\r6fXq\u001bSXmkT\u06cc\u0015\u059c\u0015\u04fcS\u001c9A\u0017\u000b\\\u0794U\u0168\f)a\u001c#w\td mV]Y!D\u000e(\u0016Gi0Ua *\u0005*\ue049\u0018^<.\u0001u\u0263\u001c\u000f\/\"\u0011\u02c3\nP)PUw\u000fTl\u071c\u0012\r\u001c\u000e\u07da\u001cG\u0007BS\u000b\u0317G\u0004\u001cs\ro3\u0002\u0016^mZ\u0018Kp3gs&\rS\u0015ax{%dOU\u001f\u0258$\u0012\u0013>Uybn&N&\u001c-0%\u0012Jv\u0017x8i;\r3)B8\u0012>&Ws7~P\u000b\u000f*}vj?e\u0015\u001c+J#R\u0017.9\u001f\u2d40:)\u0014OA\rS\u0007HJ)\u020d~\n~\n\u001a8\u06ffoHz\u03d7i\u0016651Mv\u0106yf0#=\u0003;\u000e$`GO7B?[\u000e\u001eaM:>\u000e\u0001vnF\u0019Y\"\u03b0|lnEa\u0003{S\u0019zC>~4U&\u0010|Gg\u0016|\u0000 tQ%>\u0016\u0000\n.6\u001fRR=LQf\n\u0001?@I4\"E\u0160;W\u0015%\u0004\u0002\u001d\u0015u\t\u0016\u001c^\\K6plr;\u837b^yJ\u024b.\u010b_\u0001B'nB\u001f\u079b+Mu\\\u00f6Of\f\/d\u0006\b\u0004Lp\u001eT\u0007\u0011Tm\u01dd\u0018]f\t.t\u0012p\u076e\u0017\u048d\u25350\u0001dj\u0018\\\u0017H\u02a3\u0182<\b\u001a\b\u001a\b9\u001b\b{\u001b)MW$\u0019\u0010v\u001b_b\u02d9\u000b{\u0000X2w[]\u039e\u000f\u001b\u04e5\u0017Wo}[a[]V$a\u050a:~rkn\u0010zh\u0322,t\u07a8ok\u0007k=`=\u001cx\u07fd5jA4Aq>8\/nQ\u0002Y\u0000I\u001bS\u00050\rY\u03bf\u001c\u0007v,]f\u0011TpYLLg\u000f?\u0016\u001eO@T2|Jc\u0005\u0015B?n\u05d9j] 'C\u00129\u001cM*\u001cLa\u00071GMsl\u001f\\t}'Ml\/\u001b.MMaQ\u04d5\u0015w\u0013\/\u001f\u0011t\u00175\tv\u03e7<C\u0003\u001d0{`BJo2\u0002\u035f>|x2F\u01da8!r\/9:^\u04dfc}b*f\u03293K3\u000fu]f~SUp=QV&\fG3ut\u818e***\u0730T\\i*BOTKW4=(\r\u04e6t\rJ LY<\u0477n\bLSd{hF\u02ca&\u001b(&!H\u0006\nk]dK6(f*(\u021clv-\u02fa:>6\r\\9EET'\\\u001bIP\u8741'\u001d]S&YH(\u0019?)\u0018'W'\nbZ-~jp~W\u0010m\\\u0005\u0004\u001e$u@_4>*P\u0014\r3*Bq1l4'\u0007(B\u0004Ed\u0013Mb\u0002Sch!eH&B\u04f8@\u0019W)\u05d8P&;m_8CqE9\u0018aA\u0005J,h\u0559\u0604(\u0000TtB\u024eR:\u000f:;h5f6W{c^\bQxf\u0011O\u00013\r_\u0019\u00122KtG\ua940W\u001au|g\u001e\u001e\u0007\u000bF\u000b%\u0012(\n\t\b_^bwn}G\u014f9\u0003\u075d-pWjIr__-\u0001\u0005.gMl\u0740HZ0+\u0015g\u0006\u001fOT\u0017n?\u000f\r\u057c@F\u0006\u00069\u001e#!6Es\u0002X\u03bd^ \nz\u0004j\u01ea\u00dd\r\u000e\u0006%'\u0007J\u0015(ag\u0616uV<'EDq0\u0471$R\u061fg#G\u0000Ha\b\u001e7XA@\u0003y\u0017}\u001eB\u0016\u000fg\u00101q \u0010\u001f\u000e\u0018b\u0001)!\u0002\u0646g\u0014s\u0013&\u000eW&\u0019Nl\u0013n5C\u001e\u0000A]\u0017Y&\u0011h\u0002\u0136-H9\u066d,+\u000bql\\\u000fv]VX{\u0005F,\u000b\u000f#OOo{\u03a6jru~l%= \u001c#qy\u001c6mMD8}\u0015QDd]\u001ehU\u02fb\tUs\u0728P})9!\\#{7Jd#\n\u0603\u0012~Jf\u001c[%x^\u0011S:r\u001aOCO\"[Cc8\u0013\u04a61RDG\tF\u000f\u000eo|tWauHC@6M>'f)nV\u0014e<(@\t!\tA\t\u0012d2\tHoB\t[}1!\/!-&H'\u001b\u0014B6\\f$'`Y$&2y~\u001d\u0019N'\ue8f3[1\nmc\u000e9\u0006\r\u00d2\u0004\u001eo\u00075\u0413hF.l\u0007q_6~Ib%I\u048fSr$n\uf5e4M\u01364?TV\u000fB\u0019T\b\\o8Z\u0000+\n\r>z\u0304$z'I\u0006O\u0017%H \u001eT\u0015\u000b\/\u0014)tD\u0085Sngl%\u074eO,3H]C4$n_D5m\u001e\uc1dfX\u001dF7\u001e5unC\b\u0011\u0013\u000bqN\"\u0006t\u0004yS\u0018$I R)a\u0017\u0018DnI\u0005yizV+#\u0001E\u026fe$8=)\b\u0010:\u0001\u00150\/Z\u0000\u001c\u0011=BOR\u043d\u00151d\u0132\u0001\u001di&k@NQ\u000einJ>[J\u001d9%\u001f\u3a49j1\u0509~C\\nTYc8\u001e8})!\u07a7I>%\u001f\u001aO3\u80aa'N`_D|Od}O4jJE\u0001\u055aB47R\u0017j\u0014\u0002W\u052cC\"\u0016?j2w\u0019O>:9'&\u0002V\u028f\u0014e\u0018u&5GEIgG)0KY\u001b1\ub790\u0014\u000088w\by\/\u0004H\u0017}E\u0013)\u0017u^\u04bd\u062e\u0019v|eFav\u001d\u018fP=E\u000f\u0000\u0016om{%\u0006^A?\u0007\u001d\u077d\u000b\"i\u056a\u056a^1\u001bC\\Q[\u0015\u0013 {\u033cuo\n=77f\u0003)r\u000ft\t\"$Z\u001e}6\u001eAQZzC5\\6\u0006fn\u000f;U\/\u54d5\u05d7\u001c\u07b6\u0004R1p\r{E4KWT\u001853o\u0015\"D\u0001Mi\/!x4c\u0019\tJ8\u0000,8(}\u0014\u000eN\u0002\u02a3X\u0011^.,6bL~.\u0005%A#gi<]c\u00179{\u0016\u0094\nHjW\u02acR\u0517#g\u000f\u0002fA\u0002\u0016-\u001f,'Nr7C@\\`2Q}\u001ct\u0000!3|eg8\u0004#\tV\u0005j.BJK\u0019d\u000e\u0017ZHk\u001ctK\u0002#\u0015s\u000b\u0012\"\u0014\u00dc\u0018\u0019\u075bq}.\tgTD1Du\u0018:\u001f\u00118 9\u0014\\\u001c$.\u0005#\u0010\f\u0013\u032f\u0002h\u0014XVd8\u0000K,'!G\u0014 G2 W%B >\u0005\u001c\u0018cP-XZR\u000b|+\u001e.\u069d\u0001d\u0005- 7lFI\u00e61\u0314\u00158\u0014T\u001f#uE~\u0004^|\u020bk\u001a\u0003w,\rczdB-6?f\u0010\tH\u001b\t\f,r\u0007p5,\u00050:ZY8Vg6\u001c9jpV\u0004NIHE5\u0016p0U:ZYXVg6,\u01fb @}\u0006+R\u0003\b!\u0001r00\u032e\u0015Gu\u0006.Q|\u0210\u000ey\n\u0018&C:(P\f)(BC2+(\u0011y\u066f))\u0016&,\u00010Ut\u000eFT%^Q\u0018p\u0003\"@}e\u0128wJ\u000fIwHk'\u02ab>F\u0011=\u0418t*J\u001ei\u001d\u0001\u0001NoFw\u0015!\u000fI\u000b)\u0011l.?O^\u000e|SR*PBWG^<\u001eC\u000f\u0013\nu\"H\u0000F\fd\u0003N8{@z{AHc\u03dfELdX4\u06bfh1\u0013\u1609 2\u04eb_\u07a1\u001dm\u0005\u05ac\n`z\u0004pL>1\u0001iFPME\/Lg\u001c\u001aG\f\u001b^\u0019W\u038efWu\u0010w^\u0014]+G\u00194h\u0002Q\u0013\u000fj\u0006J-H%\u03f5\u0003\u001ee\u0000T:.\u0002\b\u0004H\fF\u0011\n\u0575\u0000\u05dcv\u0011@+E\u0007\u03b3C\u0017\u001f\u057bKK\u0014F\n^r jH\/\u0350H\nmz\u0003,\u0007,p\u000bO\u0003\f\u0007|.SdnJj\u0002W~\"NQw\u0013#\u000b\u001e\u0014u{H\u001eH\u0000F\u0015\u0017Q\n:\b;:\u001cD\u001cQ9!\ueec59rvTU2,\u0006\tT[\fyB{\u0006Ak\u0010xt\u001f\u0000\u001e-N(N!1U.0*K#5\b(e\u0000\n\f3\u0010}\u0901j+\u0007\u0014XU\u0011H \u0011\u0010zx;\u001f2\n\u000e`\u0015`%\u0411~l\u000bu\u07dc\u000fVAZ@\u001d\u0014P\n\uf9e0)\u0003$}S\u0014y?\u0005Z?\u0005LAnW7$K{{\u000bw\u001aS\u06d8&CR;VDb6c\"0kw=\f=!\u001f?@i*\u0013\b>3v\u000b>L~\u0010:\u03e8\u0012\u001ftk\u0000@]\u0017\u000fHcir)\u001ep(3HWx$\u001a\u05e2b\u041d\u0012\u0002\u000e\u010a\u0004VC_\u000e\/.%\u001b86\u001d]\/Z\u02f1\u0682\n}Z\u001fDFLvv5.X\u0013!{&\u0015N^&0V&dt\u000f.^~\u03beL6\rG\u02e6\n\u4ec9\u0017\bX[\u000b\u0004S-~7m?!u7=.~x\u0532\u0003E\u07f98!:\/9\u0012\u0012\u001c\u0013S15sdN-\u075cY9Te}23ZF\ubc4e7Ef8#\u0013U`\u0013\u0006U7\u0014U82Mv\u0005\u0003\u00077L3tH\u001b}\u001b.+l\u000b\u01daBS]%[96\u0015\f\nJ>2g(]\u001e+\u001a\u0010s@,4d\fBuw\u0006x\\,\u0263i\u00028)\u0018'W'\nG\u0019,RQF\u0016?Qq5BSE+j;\u00035\u049c\u001e+(\u0012E\u0153F~\t\u0016\u034br\tB89)lI@r\u0000\u000f\u0922\u0326\u0012\u00c52MwZ\u001eP\u001e\u00134Z\u0005\u00e8`LB\u00183p\u0019{r\u0015'\r\u0015NY4CPh~Or:],;Y$k:3d\u001ef,6\u0406\b,B\/NT&X\u001bl3$\u0007EU\u0004\u001eE\u00003{Etg\u001d\u0007\u000b.\u000b%\u0012(\n_^bwn}GV\u014f5\u0003\u075d-pWjIre__-\u0001.q%WMl\u074090+g\u0006\u001f\u001aOT\u0017n?\u0003.v4x\u00184&5IZ\u0018\u024e-\rX\u0002\u0002\rNV\u0016&M;mwl6(9)U\u00a2a\u001b\bY4\u0016\u0012\u0004c7vio\u0000\f\u0012m\u0011t3\u0004\u0002!b|\u0000\u000ern[6\b\u0019\u001ax6\u0006yA\u0132{8`a\u0006\u0003\u000b.\u001a\u000fg\u001b&\n7QG:2^yd8\u0005\u0763NaPV\u00038\u0007Fw9_\u0004&g\u0010D!K\u000f[OnDDud0=_\u000ffS\u0012\\~dwJ#0\n\ffq\u0004^\u0007~\u00189(~=s6Usg7#g9\u0006\u00189\u0018\/o&\u01eb\"%\u000b\u000f\u0014e`F#$\u076bZ\u07a3L`\b&\u051cDe\nl\u00079\u001f\t\u001a\u065b@\"?\u058fO\u0012x]K*S\b\u0491\b\u0016\u001d\u0014i\tj'6B&iN0zwx\u28fb\u000e\u000b\u01edG*\u001e\u0002Wy\u0017\u000e>k\u069a\u00176'vr^a*Kr~\u07e1|]Hu\u0000(#NohNm\t\u0003x\u0000\u0220\ti{\u0003@\u074bwd\u001fpOHHK9\u0310\u0016\u001c2).O\u000fmx.G-\u0007XI^e\u001f\u00128\u001cLlH\u035b>>bA\u00155z\ufda1!\\V\u0015Ax)VU\u0004.[([t{[1Y\u001f\t)6p\b\u0004\f\u0005@\u000bZ!\u0000;2qc\u0000\u0018\\\u0018\u0004\u001d\u0018\u0005i\u0017\u011d\u0017Dz\u0304$\u04da'I\u0006=e\u04c3\u0016C!H\u001eQ\f\u0010\t\f \u00f2\u05c5|8=|O4^\ud95f\udce1Lw\u000eqz:\u024fpMX~fY[=L\nWb}\u0005\u001d\u0012\rJ~V\"qW.P\u042d\u000fz\n\u0017zjOa79Zw;> ]\u000fZdp\u21bb5_\u0002\u0012\u0011\u0534yo|b\u0016\u001ax\u0500\u0016\u000f!F\u001ci\u001e\"\u012d;J;]+c*:K)\u0712$\u0010\u0014\u000bGFBML7<4\u06aa\"2\u0012\u0014\u0004\u0000L\u0005\u0001V\u0011\u0018\u0017CG\u0000\u0007O#\n}r2B\u039fQ6\u0007h+x@>Qvch\u001dJ>\u0017J\\\u0010w\u0011%\u0003?Q\u001c\u000e\u0561]:\r{i\u0105D?&k\n_= \u0007nh\u001a<\u05e2Nn4]Gc4\u000bm\u0014\u0000\/FM\u000bZ\u0019X!\fyK77\rs\b\u05cc}Hu\u0607\u0000f\u001ejv]N;'&\u0502\u0006eC&5\/ZH\u001e\u0015\u5790cP;(^\u02c9:8\u001cA\u000f\u0006?%\u001f\t5zwyo\u0298\r\u001a\u0018\u000b##t\u000bes\u0016rFByg\u000eP^asU\u000eV\u000eZ5+\u0014\u0017_\/dI99&Z\u0015U\u000b\u0014f\u000fm5T@\u0011jDh\u001dBg\u001f%\u0016S9\u0006O)0\u0002# \u0013$\u001a\u0018 U\u0003h#yh\u0018\u000e\u001dl{p\u001aa4\u001d}1B*[\u001c\u0002Sh\u0019\u0016\u01e9!6$aCb\u001cRSj\u0514!5|HM\u001fRS*\u0514\u0016\"5HM\"RS\u0514F\"5HM%RSTv\"\u0015\u0014\")\"QV9\n3\/Oeafk-\uc88a\u000b\u0010!\u0745YhTJ6*!\u001c\u0018*#HE\u0014\u001aN#5Rq&r#\u001b{3MW\u07b55#gn\u01f1$\")\ue0ed5LNl\u0016#1+8>\u0000 )Qb7\u0000&&;\u001fhtM\u0012K\f\u001dsks\u00a5\u000f[#\u001b\u000evd\nE\u0017=\tPEE\u0017CVGj;\u0011WX_X\u000fM\t,?)TJWRnXP\u0006v#V\u0014\u066c{>m,P=\u0385fnURDm\u033a,c~#\u0001\u0b3f\n:\u0001\n\u0005)\u001aP\u0018_\u001b.\u001cL{73\u00182BO16`8\t\u001ai\u0017\\Cb\u0109\u0774i_gHol\u0011`8f6\u0014\fVXj%3taW\u0663A3]ep\t\u0004\u00be\u06cbl\u0723A@gW\u001d\u001b\u001ek\u0006_,\u0544\u0004\u044b%)\\mRT5jKQ JA\u0365\by1PByI\u0006\u001a\r\u0007\u001eHj4\u001f6^$\b\u6eefl\u0017@\u0003V7S72(Bv\u0011\u0003\u0007\u0005~f\u0349\u0019*^4l\u076f\u0003x!J\/`n6\u8f64.@\u001d#0>[\u03d4\u001bo\u02e2\u05f4UQ\u0005#\u008e\u0006#\u000f9@%\u0015\u001fWB\u001c3su&zmA&\u024d\u001fPY\u0019~@S\u0013\u0003\"$<\u001e\u001e=$by0S)R)1@eU1\u0005\u001f\t>xT\u0396_^2*3,z\u0012JH_z]fv\u001bj\u000e(0\u0003\u0000r_\fU\u0001G\u001aXmU D<:Y\u000e\u000fcUr\\fY+\u0012Hd\u001d=]qWg\/rw[%U|*U\u0624-\u0017\f!)[V4+\u0010\u001f-\u0010>u\u00036;\u001b\n&\u0006\f3\u0011'I8\u000e0\u0004w\u001bz\u0132pz6,i[Uh9\u001b\n7H\tR\b[U\u000eFnI`\u00041gZX\u0017&\u001b\u0500V&`kq\u0587m\ua6843\u0010Q\u0002%\u0011K\r\u0002{>:;*xT\u0007\u0004c\/vj!p)#:>B`=9!\u0006dYb\\}\u0007YQE\u0000\u00b0B.KO@|\u000e%0>\u0003l\u0120@^\u0013jjT\u0003c\/\u0000{Sr\u0001@bf\u0002\u0012\u0007\\9z\u03b6,\tP,DUA\u0012ST\u000fILLH\u2233&~2\u0010reAr0\u001a0m;\u0248MEh\u001a\u5cf0zxb\u069eS\u0010\u001cl\nNkf`1Pp1P#(_y\rc=W0\"iXj@\u0015\u0015\u0004p QWvD6@\u0011\u0014#\u0017@[H\u0011\u0017+2\u0012{M\u0011\u001c{\/1\u0015)\u0011\u001fe\u0002\u0000}+\u001a\u001f\u0019\u000433M * )?3[2m N*@)\u0010.#o[\u0001d\u0005\u00178#1Zl\"m`LX]vn(\u05f6\u0121$\u001dw\"U\u01698\u001f\u000baH\u0019c\u0007W\u0006S\u00119\u0003R\u0152E\u0016<\u0000L!p,N\u0017)4\rG\t,Y\u0017 Y+\u000e)\"<\u001e\u0006|J\u0016S\u000b\u001a\u0014vx?~8~@\\`K\u00008;\fR\u001a\u016d(N\u000fU\u001f\u0019xOAd\u001d\u0005A;R\ub63f\f9R\u0399b\n '\t@\u00136z0GSD\u0011\r,U&\u001a+bIk\/\u028b~F~'1r.>iE\u001cT\u07cd>i\u0015C+D\u001e\u001a\u001b\u0000\u001elI\u001d\u05fe'\t>LoX1%Ts\u0015k\u0017\u0007:\u014b\u001f{p`d4\u07c1\u0000YVG4\u0012`\u000f<7P571Q\u0478| &h}&>\u001302vz\u0006\u000eS\/E\ng\/=D1Q05cdq7\u0104\u001a<*@?BF}%^'B\u06b9t!i\u0002\u0695)W.0?\u0011jT\u000b\"\u0007\"\u0011ce\u03b31\u001f2\u0017\u75580+Bk,BNH\ucefcN Ci\u001b\u0002u`^;r\b\u0005Q.0\u0015!\u000fL\"<\tP\u0017<2Q[oo\u031f\u0016=\u0017}(\u000f'7|\tz'\u001fzG\b\u0010\u00073mC*\u0000PfjRj~RJ:%J,!b'R=pP\"\u000eB\u00006K(,;b+b,.$8'bX<\u8773^u\u0693\u0017\u012b\u0007\bf\u00031\u06d3H6\u7e75Bk\u07a5_fh|B&\u0006\u0013e\u0005Q+\u0004vQ\u0014\u0003I!N\fb[:GK\"LneH\t\u0018I2'\u000f\u0006J\u0006J\u0006\u0006\u0007\u0013\u0015\u03c6\u0005Fn%kau\u0010u^N\u0010oy\ueb1cE,?a1{t\u0003n\u076f}v\\\\\u001f\u06b11\u0018\u03faT\u0003\u4bafn^\u0322\u000fcF\u001f=\u001e\/F0o\u000f2{+S3\u0012%e\fw\u0011j`\u0019\u0010w<\u00e0;f\u0015\u001b\u04fb\u001dy{\u01d6V3\u0011k\u000e1\u0012\u000e\u048bL\u0007f\u001e1a\u0013l\u0019cVhL7\u0006k7@u\u0007]\u001d\u0000\u03ee\u0442\u0013^I\/\u0017\u001a40N+\u001c\u00bf?jLRXLg*cfJ\u05c7-0#\u0006\u0007,2@)\u001clF~oa\u0005lw6e\u0013{\u07dd\u0001\rn\u0019Y2\u0002\u04e8Y\u06301z9d\u0013C\u0014N\u0007x\u0015\u0019[\u00149f%\u001f-(\u001bYNVez\rlKI\u0017\u001eo\u001a3#EIi\u001c\u00fdAH\u077b\u0018\u001b@\u0019\u078c2\u0007V\u0018\u000b\u0012S%\r;m\u0254c!nL\nUc|3pK\u0180\u00b0:x\trMJsHA\u00cf\u001eo\u035fjI}\tHnp?F\u0315p^{NKK,\b6Kw\u0003\u0005%\u03a6)\u00b3\u001be;\u00061R\u00111WE\u0013\u0015D\u0011\u0015.rGyN7@3~-SK\t5eXQ\u0018\"')c\n\u0016\u0177E*\u0017E\u001dP\"]_\u0001 \u0007\u0006r\u001eC!\u016e!svlSv\u0006WB \u0019Sz\u0365\u0014c\u06f1kj:Y\u001acN{\u0017T4\u0005R]\u0b613OmNfe\u00036\u0016\u0f636\u0000( \u0019;\u001ae,h\u0007\u0000>iJ^\u0007\u0011\u001b6',\u001c\u0007m\u0003epB\u0783\\\u0006p?}w{v'VIaR\u00f7\u001e%\u0011v{G\u0188p2\u001cN%}\/K\u0badi=T$(\b\u06f8p\u0014_\u001dT\u0005T}rwg7m!77P\u0013\u0010eU\u0001\u0001\u0005JP3y\r\u001e;\u000eJ\u000e\u000ey4!zu#\u0007\u0015iU[\u0003yqiCJ@.\u0010\u0015\u0005C\u03d0\u0015C\fxQD@\bx\u02ff\ru\u0013\u07ad\u0004\u0015\u0010!\u0017\u0010\u0017T;j\u0001\"Je\u0014Pv\u0010\u0015#l]`8BPG3\"\u0005\u001fK\u03a4c\u0005?RfgN\r\r?~7ritDyG0g\u0005H\u001f8\udaeb\udf55\u001a`s^Q;b%jD\u001c\u000b\u022dR;CCG\r\u0014G\u00055RsG*\u001d[A\u00edJ\u0007C%y\/\u02cf\u02d0q\u0189\u0013r\u00063-WMcP)'\u0006z\u6b7f+6\u0710\u0001\u0751myu5\ru\u001e\\<`\u0019T\u001aeJq\u0012{\u0013\u044d<:w$#GLJ\tH#\nBD\u0000|K\bK \" ;OY2ZJ\u68726\u0019\u0000\udb43\udf20T4#<0s\u0470f4\u0006\u001bQ\u3991[\u03d1\tio8iQo8v\ue3016a-\u001aog5f7\u0447;\u0500\u00140!=\u001eK\u000f]V\u001fOi\u0003=q\u0419\u01a4a\u4986?r\u0016[>\u000enhl\u0018nS7t8EZa4sshF?\u0007OY\r\f> \u0010\u000b:a=k\"b_hYCs\u0006n\u0019\u001eM0M\u001bgu2}\u0017nekge@cV\u073eP3{Rb\u001a\u001a\u0006\u001f\u0525\u001b\u001al\u0004~@\u001e\u0198K7\u0012vmY\u0004*\uad3aXT[q\u0003Vu\\\u0019\u0012\ua28f+!@\u000e:GD6\u0011\\\u0013A\u50aa\u059b\u0016T]Xzx-LKrAYM\u000b.\u0015KFeEo[^B\u0018\twK\udbda\udc35e3w\u0015@*(1xT\u0019\n\u0018$\u001c\u0004\u0016\u0003K?tP'\u001e\b{^s~\uc7b33\u000bs\u001d]]\"8\u001a\u001alv\u079e3\u0017Y9k;\u00d2*p[&Um\tw`\bMA\u0732Y`\rl9t\u000b\ua182:L:;*xT\u0007\u0004c\u001f'ry$:>B`=9!\u0006dYb\\}@\u000bjUy`\u0001a\\(\u001c\u0014K`|\u0006\u02eb,=7@e:lT\u03b7pf\".\u0005 V2'\u0000ng\u0019l\u0002\u001f5^a\u0017.\u000f=A\b\u0002W\u000f\u0007Ff\u001d\u0018\teu$N\u000e\u001fy*\u0001\u0203}\u0003X'{s}\u001e\u0013\u0005\u001a\u0007b\u000fg\"3\u0011h\u000f#c^\/j\u072e\u001fm0Rpf!W\u050c\u0141{\u07d0\u0013\u0013'\u0007j\u00035|0]\u0007j\u0004\u001e\u0011lp}}m\u04fdu7\u001a&f\u001ey\u0414?\u0018C\u001d\u0444&BokQU\r\n; \u03e5\u0003(D<\u0000\u001f\u0000B\u0001\u0012\u0001(R8.w\u0002U\u0013\u0016\u0003P0u\u0004 \b\u0015<~[4hRiKQhArn\r\u0002E\u0015\t\u00e6)\u0012\u0010\u0643zE5\u0007\u00e6i\u000eD#{\u001a*\u000eMS\u001c!\"\n(]YHb\u001c\u0017\u001eZQ\u07a6\u00d9\u0015\u001fN=PJ\u0003@\n\u000e\u0286\u000e\"3\u0007U#\u0007{za\u001d644\u0645IeSh6\u001b#\u000f<\u04afB6~\u0000\u001e-+Z!2\u0015.+K%\u0003\b6k\u0006\u0010\b\u001d\tN}QmB\u0002)\u0015D\t\u001c\u0002F\b~[!\u05d8\u05ce*\u0001n\u0004Fr#d\u0402\u001fK6\u0002Z\u0018\u0003(tMb+\u04655\u0019fj2Dyro\u0001u\u0547\u0565\u0015f+\u0000xe\u0013D^\u000bHF!\u00aa\u000b\u0016\u0012GQNj%kF\rL\u0018\\2u5\u0014\u010c\u001aFz\r1fD~+Sv_]kT[@\\\u04fcV;bu}y6C\u6e3c\"\u001b[(NYT_\u0012\u01d1#y@f\u05d5\u0005\"K|q\u0006S\u0011\n\\`*B\u001fD\u0013\u0013.ydVcxnPP\f\u0001U\b~\u0012\u001coA,\u001d.OZ2]_\u0001K\u0012\/sT5M\u000fX0Z\u001bsp5os&\r\u0003a\u06d2!W~2\u022b%cV\f\uc798{-1\u001fr'j\u013cmbN:\u0002))OE`\tmq4\u0014\u0262\u001c*p\u0006O_]JO^\u0007=J=fTxuj;y\u0015pW\f@\u06b9\u0005\u000f,\u068b\uf88a\u0000\u0012\u0000KP\u0012\u0001O%d\tR|X~\u0004,Aj{Oas\u0017vk\fqrL\u0010\u0014R\u0240~r\u00063\u001c\u0007\u000e}PBrjoo\u031f\u0016=\u0017}(\u000f'7|\te'wzG\b\u0010\u00073mC*\u0000PfjQ\u07d7Rd\u0012K\u0609e\u000f\u001cTj7\u0012\n\u020e\u060a\u0018\u000b\ud4ae\/\rq\/xt;g'\/W\u000f\u0001b'l\u0002sk\u0375u\\\u06a5_fh|B&\u0006\u0013;\u0005Qk\u0004\u0545N\u0018Z3NH\u0013~XN\b[\u0019`*;R\u0002pR\u0243t\u0173!Q\u0010[ZX\u001dDl}q\u0013\u0004\u001bn;+g\u00118\u02cf7zXL.[j\u001d5\u03dd^nU2l'{v;\u0003YX\u07de_70QStm\/e::7wM{\u0010.q:sv\u73fe\u000e)w[^\u000e=`\\2pGx\n\u0001PatG{\b8:n2Vx)El\u0014l\u0001r^j9\u0015[hoO+?%u\u0019o\/x{\tN\u0016\u0015N\u0013cz+&{b\u001cvp>\u0687A2\u031f_7\u0012Y.\u001b\u0622\u04d5\u0004w\u0013B`ma\u0017-5w\u7599?\u001d\u001f\u0013@\u0005x_~}{ao~yo\u001b}\u0004MN\u001b|5\u0003 W7h:\u0012\u001c\u0013g75ucf\u0547\u0015~Ssjv\u04e2]\u0019fh\u001b\u000eh;cMXc\u001b};]Gqh\u0004\u001fA\u000fXV\u001fO\u01f3T\u00039NE\u001fHK|xM\r\u0018\u0001I\r?l\u000e0Vx6z.V@OgS7t8M7\u0012h\u040c~\u000ez\u000e\f>\f\u0010]~:C=k\u0018ltsF\u076e\u07a3\u000eYg*h.\u04e0K\u04f6\u0006}I\u0006lYLM5\u0015di\u0001*m~\u0010o4\fk2n\u001a%s:\txkq\u0013wY\u066f%?xh.\u0000J=x\/H)`Fd8\u000b'OA\u013dzM\u026c;\u000bA@]A8=8e\u0000w@Ow\u77fenNzbu\u001e&%>|pl\u0014(\u0011{G\u0188pDW\u0003s1E\u0006\u0005pV?+T\u0014\u050d_O\u000b\u000fS>|\u0017RSh4(\t\u0000\u0002^UF\u0015yL*P\n%s\nEc\n\u0514\u0084L)\r)TU\u0019&\u0014\n\u0006\u0014\u0013)\u00029[@T\u0014\f\u0011\u0001\/(\u001a\b\u0001\u000eu<\u06bb\u0002$42\u0019\u0011\u0013_(pG-YD[iG-Gq\u0010\u0010\u019f\u0010U?)\u0013'|?!\u000b\u0000\u000e\u0001`uUy\u0014NYE`-o'g\u0014B\u0003\u0787_\u000b!)T\u0011c\u0019E*=0\u001dD\b[\u0017\u0018\u0010\u0519H\u01d23X>%tC\ra\u001as*\u07fei'Ydey:G\u053cbo\u0006\u07dcWVYA\t#Q4\u0002r6_Qp\u0003\u0151b\u0001(r\u0014\u0711J\u0007c\u0016{pkPI\u000b2dq\u0004\u0001L3q}p3X!!4T\u0268yJ\r7y@w$iazFf\u000fB\u001c\u0352gPi+uFJMD7\u0711t\u001fe\"39\/e&$#(\b\u0011\u0001\u0001.!\b\/ =-\u0002gh}*)DP\u00c2bc0,RR0\u001bl?{\u001b\u02b2\fT'\u0019\u0019X|BSU\u00034U\u001f\u075cLO\u000b\u0015j\u001aEhU{sjJ\u0656S*n\u001a\u0010C\u0598VJfhBUX\u05a8Ztp\u02f6p\rW\u001ff\u063ai+j\"\fI\u0017\u001c]pu\u0018\u0016U\u0010{1\u04fb\u047b\r\u001b{TYd:'\/\u0019SdAfP+@\be\u7132BWH\u001f)E)$\u031e!1\/e\u0010\u0016L+M)\u0613NN,DwhO\u0016<\u0019u\/\u0011{o\u001fB7t\u00e2\u001c\u001b:\u0012\u0761r\u001e#}>Iz6)d\u0012TNKr4\u000fN UMn!yE\u0017,\u0010\u0000CaHUb\fJ!U\t3*yT%\u0490\u001aR`CmHU\rJ!U\t9*9T%\u0002\u001d\"\u0016xHF=DA!\u0005\b?:\u0397)@1)IAN(\tB:T\\lV.>K.\u0014\fr\u00119G4\"Y#Q@\"*2\u0012#&%\u000bgLX\"\u0007|\u001fDTR\u0013\u03ed6L\nQ\u0722fK\u062d\u0018\u01c5;Y@vOpgeuV\u001dq\u0005]\u0654t?\u04c0\u022ft)\u056e^\u061cQlbk\u0218odM34\u000fDcvo9\u000e;n63\u00101\u0011\u001e7P9R'@6\"E\u0003\n+\u0003!\u01c7\f9.\f?\u0000ur).\u0018Np\u00059\u0007\u0018-q\"k7&n\u0697,>lgq\u0011`8f6\u00142VXj%3tif:\u0014G\u0012&\t}\u0017\u000bls\u02c7]urz\u001a|KU\u0013\u00128\/p\u0019JQg-E\u0013+\u0019>\"E\"D\n%\u001cnk?\u0014`p[\u0015nK\u0010kv\u00014pmu#9u#\"j\u05ef\u001b)\u025a2Ws\u000b>\u0012|XZy)\u0000y2\u00e2-\/T\u00045\u001bj\u0007\u000e(0\u000b\u0000r\fU\u0001G\u001aXmU W\u000b?:Y\u000e>\u0010cUr\\fY+\u0012I4`\u02f6t]qY3o\u001dT4:u\u00156jKp#\u0005CHl\n\u0015\nD\u0007k`\u02e1?O6\rHn(\u00183D3'L;\u0018\u00ac\u0012uo\u0001>!imUl(\u0382g=CT0\u0016s\u0011k\u0012\u0018AY\u0016$\u0585\u0246953\u061ar6uM\u0019(\u0006h\u001f\u001d\u0015<\u0003RH1Q\r\u0012O%e|GzrB*\r,\u0272v\u0017\u052a\"g!G\u0015\u0002\b\n,=Q\u00029(\f\u001cy\u00122\u0002C{M\u001eS\r\"\u0000@MI41}J3\u0001\u0003.B\u001c=g[DH(a ib!v\tI\u001cqY\u062fW\u001a\u0002^,H\u000eF\u001b1\u00115\u00194JgaMLS=<1mO)F_\bkc`E\\\u000e6\u0005\u00153&\u0011\u001eRp\u0014<\u0006&kmT<3,=\u0002@\n8\u04d5\u001d\r(qDF\u01c3x\u0493z#R8\u0695\u0254kp\u5214\u001b~oH(#\u0017\u0000[\u0dcft\u061eoD\\`\u000b@hy1\u064aoBD|i\u000bz]k\u0006y\u0016\\Dib5m`LXvn(\u05f6q8{q\\.^8\u0015Gc!\f)q`*\"r@X\u0202)\u0002\/^b8\"\u07a1p\u0000b)_|a\t\u2432J,aP$F\u0017\u001a)5\rK)isp* \u0000p>w\u00184\f[QK\u0015\u001f>2\ud938\udcba ';\n)w\u00141\u0019,\tss\u001333\u0014TN\u0012 _!'Jm`L=\"\u001bY\u0006\u001bGM4W&O\u0753\u058a_\u0017OZaGc\\\u0004}\u048a8:\u001b}*V<5z\u000b7\u0000<\u0612:}O\u0013|\u07b0R\rE\u00129D\n\u040b\u0003E\u020ba\u0016\u000e;0\u0012 HY\u001d>T\u0002\uc051\u0007\u0006O<&\n4\u001a\u0017\u000fd\u0087F3\u0011\b1L\u0017o{vn\u02cf6vz)rV8~\u0450`jo\u0209\t\u0253\u0003\tP\u0015y6=P#`k\u0003\ue36e\u0015]\u0015s7\u0003zAS`\fuD\u0013\bU9GU5P*@B<\u000e\u0011=\u0000(8:\u0002\b\u0005H\u00046H\b\tTMZ\f@\u00dc\u0011@\"TH|n\u04c0\u74b1K^b\u0603\u071a\u0003E\u0015\t)\u0012\u0010\u0643zE5\u0007i\u000eD#{\u001a*\u000ezMS\u001c!\"\n(]YHb\u001c\u0017\u001eZQ\u07a6\u00d9\u0015\u001fN=PJ\u0003@\n\u000e\u0286\u000e\"3\u0007U#\u0007{za\u001d644\u0007&fV\u0002\u0014\u0346<\u022d\u0003\u000f\u000ex\u001al\f!\u0612\u0015*ZqBT\u0001(\r6\u07eb\u0010P^3\u0000@F\u823eNp\ua8cfj\u000b\u0007\u0014T\u0016H J\u00100?'\u0015\n~y\u0012F?N\u001fl$\u0007&+\u0016X\u0011\u0018@k\u0016[\\]Z5S!B\u0313{\u000bd>.7S]!\u0006+{%J^8D\u0012\u0015\nYK.T]\b#^'pj\u03b5\u001bf7yN\u0013o \u05bf^L\u00183\")\u02aePF} rk.i^\u001d:F_<\u001b!s\\^M\bQ\b~;%#G:\f\u00af+\u000bD\n\u05c1\u000b&\b\u0005Q\u001e0EH\u0003\b12u\u00029L|<~\u052ax\f\u000f\"\u0014C@U|^?Pqs7p}k \u0016\u000eD'-%k\tGK9*\u001a\u07a6\u0007,^-\u020d\\K9h9o\u0001be0z{m+?\u0019\u0552`+IvO\u033d\u000f\u0013s5~b61Hyl\u01d4\u0267\"Y68\u001adQ\u000eH8|i]J\u00ef.'\u0003\u03deEvR3O*<{:,A]J 5?WW\u02bdk{\u000bg5\u0006Fv&Dyd@wQ9\u0019\u000e\u0003\u0007>(?9[oKN\u001e\u0731we_G4r 77y=}{X\/\u000f;B|09\u0699?-z\nC\/A\u03e0P&\b|\u00063\u000b>BX\u001f=?i#\u001ej\u0016W\u00012.V\u001fR\u0494R\u0551,Qb\t\u0011;\uc043j\u0016q\u0010Z-\u0006qU\u0016^B\u0011\u0011[Q\u0012c1A\\_cwziO^0\u0013\u001e\u0003lO\"\u0004\u059ak\n\u0006~1h\f\u001421p-r]#.wbL\u0013R_\/V\u0013)$V\u0006\u028e1-+shjdkdllmp<1]lm\u0014V\u0016V\u0007([_\\e\u0004\u0006Y\u0004M\u001e\u0016\u0013K7\/gusg\u1b57[a\/6\u001b^\u001d\u000eo}qs\u0016\u0016=\re\u001464]\u06f4KY`\u001f]\u001e\u000bt\u039c`C\ue5ae\u0017fu \u0018L'Q.!x\"T\u0018');8^:*\u000e\ud8aa\udf0e'~J\u0011-=[eZN\u0016Z{\u04caO~(.n\u000b~y<^B\u37d3E\u0173\u0118\u001ef<\tX'c?aL2\u05cdDK\u0006dt0\u0001\u0010X[XEKMeOw\u01c7\u213d>P7\u001e=m^w_cpc`i&v\u0000\u0004\u001fMg^\\\u05dfc}b12n\u033e1\u053aP\u05fbxj\u000eR\r\u070euZT\u000b3L\u001bz\u00016qg\f\tkx=u=mBga\u0694~?2C#\b|Xx:\u001a4,?FZq\u0018\u0001#:!T\u001f\u001d\u001f\u03c6S-H\/U4Od?'4\u0000K\u009fC39~^;00Ctz5043[>bm\f\fX%\u0194VAs\u0006]n5S\u0019#\u000f\"jy\u0019\u0011l7q,;\u0012VN\u000bP9C\u000fT\u019aa\r\u001a\u001a-S3G,C\u03d8#4fG\u0005\u000bwpS\r$(.b\u001e\u0012\u0007i\u00055\u0018%NL\u0018\u0010\u001e@E %k\u0224xe\u0014+\u0018uiZ\u0011\u0521\u0011^9KeXy\u000f4zZg6\u001e4H6\u0013\u0013@4E*8=\u001cU-~E\u04c26)!\\xZt\u001e2L\u05e1\u0000>0et?\t\u001e@t>m\u0010KlEN\"\u0004q\u04e9P#\u001d\u0013\u0019KetnRI\n\u001a~\u000b\u06ed\u07d76\f\\\f\u0017+t\u0004\u0302`d_|7p>^\u0010ZK~==lZ\"M1F\u001dJy61wLES\/N\u0005\u000f\u001a:dnVy\u000f\u0015GJ1J7\u001e\u0192\u001cG\u0007\u0010$!-)=\u0011]\u0255(K\u0011u\u0482g4%bu\u0003Tq\u0018c@3:B<'o|lr\t$BsBi\u001e@Br\n+DY^!bT%\u0004\u0017RB\u0012_HU\u0012\fJ!U1*QT%\u0350\u0004\u001aRLC\u0012kHU\rJ!\u0019\u001b\"\u0016qHF)\b:DA!\u0005;:\u0397x)\b=1)=N(>:T\\U\u001eJ.\u0006\f\u00109K\u0018\"Y!Q$\"*R\u0011#\u0018%\u000bgL<\"\u0007|?4\u0004\u00133\u001da\"5P\u0013\u03edVJ\nWNffG!=dk`\u0279>\u0002Op-euv\u001bq\u0005\u0654r?\u00c0\n\u016ft%n\\\\QlbVodme24D\u008acmy1C\"e:POy\u0013\"&\u04c3\u0006C\u0004(\u0012h@a\u0014~eA\u0015\u0002J\u00077\u0004P\u0018dy\u0007\u07ecwL]tp\u00124.lh\u0013Yi7q\u0006Wi~\u0016\u0001ifC\u0011QjV8\u0013K\u0017u:L'(\\$o}r~8bqk9:97\u001e\u001c\u001ek\u0006_K\u0544\u0004%)\\mRT5\u000bkKQ J9\u03e5\by\u0006QByIEb?PfhZ\u0002\u001c+\u0004!|\u0002h~FrF\u0815oN7\u0002S5_y`O91CE\u061b;u\u001b\/DI\u001d\u001c)->\u0006\u001f\u0525\u001b\u001a\u0004~ \u001e\u0006K7\u0012vmY\b*\uad3aXX\\\n\n'u\\\t\u0001r]9\u0007\r\u0001\u000f'7~\/\u0343\u001fP\u0004\b\tG\u000f\t\"(TT\u000e|@ee\u026f\u0017|$QR:[\u0001ReEo[^B\u0018KkM7@\u001fY\u001dPa\u0016\u0001:\u000b\u0019^\u0002\u078f\u0012G5\u06aaAA`9C'}\bu\u001cI \u01ea\u02bbx?9=p?W\u0015%m\u92bb:~f:,\u0002iuzI*lR\u0556xG\u000b\u0014-+\u0015\u000fC(kP01Pgg>iO\u0099v0Y{%\u0018#\u0019\u000eQ%m\n-gCa\u001foF\u001d\u001d\u001f\u04a5\u0011\u001c\\\bb\u05f5 .\\M6\u0329\u0001Lt\fk\u0012@D\tD,6\bwFQ\u001d\u0012D*\u001e!\u0151\bL\nT\u001aXesM\u0003\/UEB*\u0005\u0010\u0015rYz\u0004sP,\u00198f$\u0006e\u0004\u0007P[=T\u000b\u01e7\u001a(E\u001c{\u0001\u07db\u0001)\u0004$\u000e\bsm\u0011Y\u0012\"\u0018+d\u001fST\u000fILLH\u2233&~2\u0010reAr0\u001a0mJ6l*B(ci{\u0006O1Bp^\u001b\u0003+r)8c\u001a)\u001a\tG\u0001\u04ef}m\u0000\u001ek\u00beF\u01438s\u0493+\u0000{\u00037]\u0011\u0000\u001eGdmt<7,=7\"]L\bG]H\u067d\u0018\u62942r\u0001\u0015\f~`\ud659\u0016L\u0005\u0016\u0000$\u07caG\u0018h&DK\u0117\u0016\u0000(\u07caG\n\u0635vm\u0000i\u0005H+V\u0766\t\u0284\u0015<\u000e9)oJxmM\u001c*\n\ru}\u0017o\u0005;E\u078fSq{?\u0016\u00902H\u001b\u000e\f\"r.\u0007x%,x\u0004\"\b;E*#\u001d*KO\rG\t,Y\u0017 Y+\u000e)\"<\u001e\u0006{JnxaYR\u07b0\u001a|6\u000f_\u066f\u001a\u000b\fr\t\u0000sAJ\u00f0U\u001c\u001f)T#\u001c)p*2~GQj\u001d07G<=S9SLA\u0018$\u0001\b\u0015rF\u000f\u0006h\u0513z(\u0002!e\n|D{]l=iEy\/\u0015v4FEP'Q'bh\u0223\\p\u0003-#9\r\u0005Q\/O\u0010\u000f^\u000bh>.\u000f=)^43h\u0003#\u0001i#O%\u001e\u0018yo\u001ekdoc@q@LL}&\u0002ad\f\u04eb[\ud79d\r\u001d^\u0015\u03ac_zb`jo\u0209\t\u0253\u00035|BU\u001a>\u00035\u0002\b66\u061b]Ne\r^?w#@-~o3\/909\u0010cVi\u0010~.808CD\u0014LQ\u83fb8\/T5{\b[\u0010\u0007\u0012Cc\u0011(\u0015L\u001d\r\u001dDf\u000eF\u000eb\/\u0012\u0017\u001c;lhi\u000eL\u0004)4\ryJ[\u0007\u001elW\u001d_3`K\u02beV\u022b\fk\u0161\u000bR\u0005^\r\u0001(\u00042BGuS\u001f}T[8\u0426@J\u0005Q\u0002Q\u0005?\u046d\u0010UkkG\u00007bu\u0002Ue`#9!jBh%\u001b\u0001-\u0001\u0014num\u07e55\u0019fj2Dyro\u0001u\u0547\u0565\u0015f+\u0000xe\u0013D^\u000bHB!kti\u0168\u000b!zd\u001e\u0004V\r_\u05b96~cL\u0018\\2u5\u0017\u0015Fk\u0010cF28eu^\u0675\u0016J\u0568\u000fDnE>k#V\u0717gc>d\u02eb2\u0019\u00151\u02b5S\u0016!oq$H^'YueR:0_\u001c9wP\u0010\u0000-B\u001fD\u0013\u0013.ydVcx~P\u0015\u0018\u0005\"Js[\u0007w ?it}\u0007,YK8ZQy6=`jAnZ\u001aA\u057cy4\f\u0010+\u06c7\u06dbnK\u0187\\8#\u0005[1L{b|\u0215\u00139Eod\u000b\u0015\u0382M'qP$rDK\u001bIk%Ha\t\u0012T\u0004yR=]\u0017]81}6\u02b53A$RK%\u0003z\u0007\u0019p \u001e;8A\tz]r7c\/[:\u0001_\u0007aG\u00ce\uf6f1^\u001ev`r\u2ffd3r\u001f[\u0014_\u001c?HU\u0013\u0004O\/wzG\b\u0010\u00073mC*\u0000PfjRj~_RJ:%J,!b'R=pP\"\u000eB\u00006K(8\";b+Jb,zt}\u001aR\f\u001cG\u0007sKN{x\u001f f{\u0012&<\\\\Wh\u057b\f\u0317\u0019(db0[P\u001dFP]k\t)tbp\u076f\u0017\t]\u0012ar+\u0003LeGJ\u0018\u0016N\u02959yP45P5P26P68Px66\nb+Y\u000bh\/2w]\u0003sg,\u0002g&^\u000f\u04e5\u001bx\u0017w~]\u6e73\u02edJ\u01b0\u0017sud\u05cex8~9\u000b\u00062j\n\u001bm_VG0wV\u000fi\u000f\u0005:Ngn~0!|nwK\u000b3G\u0010K\u0013(r\u0017O\u00101zF\u0018\u0019SS7ff\u0018j]}]g<5\u0007\u0006n:-\u0745\u0699h=S\u05cc15LcF+\u001e&('\u032e10D\u001f\u001a=S3tmJ12d#\b|xt\u0004Y\u0001\u001c\u07deE\u001fHKw\u0019\u001c\u000bk\u001f6S}\u0018ww~<\u001bN{qGz|\f&9\u000e\u0006X(8\u0019\r w{\u00e0\u000foR~kG`i>]4\u00035}S*j4e*\u0016zd\u001a@c.uI\u06e4i\u0003\u032cZ^\u001a`XoYvm2h\u5d009gU\u043f\u0007aFdX\u0680v\u0498#4f\n\/_2M7\u00103Ye.\u0007~gl\tqiFOc\u0010&!@E\u0006\nQ\u001b\u00144\u06e0\u001bp\ua855(\u001f\u04fc\u001e5\u02be\u001b\u0006\u0018]MG\u001b1\u0007*^-|z@tpXvV)ahb\n\b\u0017\u0016\/73NhfvI\u0006L\u03d5G~f\t?\"f\u0017O]>\u001d4,\t<\t>wO\u0018\u001e\u000b\u0015fR\u0006\u04df^2\u0453\u000f#\u0018O9|\u0743\u0577W\u01b8A}yya\fto\u0016s\u00076~\u065d\u0003\u06cc9\u000ew+g0\u001f\rWV?#3}K'\u0005g:)>O\u001aS\u057f\u02c1\udbbc\udf39]PNr?\u0174iE\u0083\r\u0346f\u0006\t^Yx0bDY)mlFo\"6:5)F:\u0011D\u001dY\u0013\u0002+A\u000f\u0015\u0007\ua163nWTxt\u001dJj\u000eCPkP\u001eO\u00181}\u0004t\u000bV ]:\u001f6}l#\u0011\u0002xnT(\u000e\tR\f%2:w7)u$\u0005\r?{\n\u0005kVKKFr\u0017KI7dT\u000b\u001d]U\\dEfAYW\/\u001b8\u001f}\/\b#?\uc7bf\u001ev6M\u00115812h\u078e\u0001\u0014*\u672f H\u05ecp;u\u02e3u\u0019(\u06ef!FH.N)k\b\u0015(OYh((R}B.\u0014b_\u0019$\u0014\u0014\u0004\u000f\u0005\u0011<0\b\u001er:)7S\fvxJH\u001b$c*Qxb>y;vwYmR?Kci\uf899\u07d4\u000b:\u001f5tf\u0278\u0349\u076cy\u001fwf\u0017\u0000\u001e\u0017\u00140pG~2[O\u0005\u0013'MI ^t\u001f&d\u059d~LxO@k}w{'VIaR\u00f7!\u001c \u0011{G\u0188p\u0004\u0001s1E\u0005\u00050V;n+\u0012T\u0014d\r_M\u0007\u000fS>|\u0017\u0012Sd0(\t\u0000\u0002^QF\u0014yL(P\u0003\n%\tE\tt\u0080L'\r'TU\u0017&\u0013\n\u0006\u0013\u0012)\u00029[@2\u0017NK\u0018\u2488\u0010\u0016\u001bO'\u03a3[\t* 1KCQ0!1jv\u0002Eyb*~\u001bg\t\u0011\t\u0011k\tQUR?!jB\u0013\"VtH\u0555VcP8}F'\u0015P\u07ab\n\r@u\u001f~-PG2e\u0014Pt\u0010\u0015#l]`BP5\"\u001eK\u03a4c\u0005?RNgN\rMI~7ritODyG(p~~fIH_L\udaeb\udf55\u001a^s^Qd%ojD\u047e\u000b\u022dR;\u001bX\u0007\r\u0014GE5RsG*\u001dA\u00edJ\u0007Cx\/\u02cf\u02cfq\u0189\u00133MamceP!'\u0006z\u4b7f+6\u070f\u0001\u0750myy\rF\u0011;y^34\u0655\"%&\u001byVuHF\u000fu<2\u0013F\u0014H\u0000B\u0000\u0017\u0010\u0004\u01d7@B@\u0016d45\u0014M%\u0005Q\u04f04#;0\u04f0\u00065\u0006\u001b`,kTb:`hfz<<.U\u0003RG7'iBSZjqo\u03b3P\r[)LJU\rVZMR6J>FcF#E-~5jd#p\u02b6d\ri0s\u0590\u00060J>\u03e6\u00100|\\|!\u9083vY\u000b\u0010\u001c\nB;az7z7\u07f9sco6*D3d5c\u001al5\u022cg\u0015HYOf\n#\u0018\r\u0003Q%9\u058f\u000e\u0011xgMkI5\u0014UJLDYK\u0016\u0002Op-euv\u001bq\u0005\u0654r?\u00c0\n\u016ft%n\\\\QlbVodme24ODcm9\u000e#n63\u00101\u0011\u001e7P\u001dR'@(E\u0003\nk\u0003\u0525C\f!.\f?\uf800ur).\u0018Np\u00059\u0018-q\"k7&n\u0697\u0014n6S\b0\u001cM3\u001b\nR+,\u0012\u0159Xp\u000eQI\u0002ap\u0002\\y8r3x\u000eGQ5_jBS\u0002\u0152\u00146(jXMR\u0014H81zs)j^dAP^\u1cc6C\b5\u001f,^$\b\u6eefl\u0017@\u0003V7S72,Bv\u0011\u0003\u0007\u0005~\u0349\u0019*\u07014l\u076f\u0003x!J`n6\u8f64.$\u00030*]\u03d4\u001bobUQ%\u000e[s\\J+>\u00009g\u001cC|M\u0007\u0253\u001b?\u00162&\u0007DHx,=:,\u0003u\u00162V\u0005\u001f%\u0006j4cU\u0001\u0002sPIN\u0010d9\u0613@xU\u02d5ws~\u000fs{f~+K\u0004'\u0000l;oOW\u00195aI\u00158_M\u00edKZWa\u0004;B_0\u0126 nY\u046c@D\u0006\u001cC\u00006;\u001b\n&\u0006\f3\u0011'I8\u000e0\u0004w\u001bc?!WmUl(\u0342g=CT0\u0016s\u0011k\u0012\u0018AY\u0016$\u0585\u0246953\u061ar6uM\u0019(\u0006h\u001f\u001d\u0015<\u0003RH\u00f1\u0017;\u00108\u0012S\u001dQquJ\u0003K]1i\u0005YQE0\u000ea\u0003Ve\u0012A\u0004g\u0353\u0018\u0011h\u001f\u001c:kBmP-\u001cj\u0014q\u0001iM\u0005\u0000S\tH\u001cp\u0011\"9\"$DB1\f\u0013mW\u0005ILS=$1N3!#\u039a8\u000b\u0018[C\u02d5\u0005ht\u00f4=&2+6\u0015i\u001azxb\u069eS\u0010\u001cl\nNkf`1Pp\u0114B\u01be6\u00005a_kA9e\u0015\u0000R\u0181lDY#\u0012)F.\u0237\".\u000eve2%\"\u001cu9\"e_b\u0012^D|\u000b\u0000h|d\u00073lT7qfF\u02c3\u0493lEt7!Z\"\u0005@Vt=R\u016ek\u0003m\u001f_\/5\u0010\u0017\u0018\u0012\u0000\u000eaq8>SpCG\u00069SUQ\u0004pC<`c\u0015w\n{Z\uda49\udfd1_I+hOZ\u0011\u0007UwOZ\nGFo\u0006\u0007[RG\u000f;E*\u0007_Qj\u000e>\u0011B=4ZD=azx\u0773s^~K\u0099K\u000fQL\u0014LX;Y\u001c\r91!yzO\u001b]\u0017{+\u0689k>\u001f#\u000f\u0007c#PDy=Ra\u0007\u0012\u001at\u0000\u0007@1\u0011@(@\"\u0000\u0011E\nGNjB\"n0u\u0004 \b\u0015<~[\\3^2v\u06f4\u0625(4i9\u0006\u748aAi\u0004)D ^vm\u043d`m@\u0004=rZA`m@\u000e\u0011Q0E?B*\u0016\u0018\u040a6U\u001dpR\u0001\"lWB\u001cH\u0004\"\u0002Q*:(\u001b:\u001cT\u001c^%.9v4d~*B\u06504\u001e_n`K\n\u00075\u0003x\b$k\u02b0V\u001cP,\u0000\n6\u07eb\u0010P^3\u0000@F\u823eNp\ua8cfj\u000b\u0007\u0014T\u0016H J\u00100?'\u0015\n~y\u0012F?N\u001fl&\u0007\b\u0010ZcF@\u000bc\u0000[l%s]\u001bwiMLM\b12O-.\u041a\u0010\u0003H\u257dN\u0012y%\/\u001cb\"\n,\u04aa\u000b\u000b!zd\u001e\u0004V\r_\u06b9viL\u0018\\2u5\u0017\u0015\u0134K5f5\u0118\u0011=\fN}WvRm5\u0003[sOZ12\u0658\u000foEh\"8\u001e\u000426\u000b,\u0010Y*\\\u0007#7P\u0010\u0002S\u0011R|$B\u031fx\u0000uq#\u0013\u001f\u001f*\u001e\bP.P\u0015!\u000fTb\u071c\r\u001cw\u001a?\u0003%IKk=`Z\u0452e\u02bb\u0001\u000bW\u000br#p\u000e\u001am\u06e4aX>Lt[2>O\u001fyd,\u060aa\u0013s%C\\M)~s^'[1%eHv\u0016l:;\"YC%\u0012\u000e_i+KgQ\u0313\n\u001eNm5\u03fc\u0013\u0018\ue281R\u0018H;?sW{]TQt\u0016|X\u0002v\tJX4@IZ\u0004,Aj\u000fKo%H\u0373\u03d5r?\uc7bfxo>Q\t\"b^*\u0019=oT`\u0003q\u000fJO[\ud493\u0007wl\u001d{\u0011\r\u001c:M^\u000f;z~\u07de9<}3\u00ce\u0010\u001fLNvOc>\u0007\u0253\u001b>\u05442;c#\u0004\u00036fq\u0015\u0000(b5A)5\/M)Z\u001d\u0012%\u0010\u0013\u001e8f\u0011\u0007bo\u0000\u001bWe%\u0014\u001c\u001d\u0015e1\u0016\u0017u}7\u00188\u0016\u000ez\u7b17|\u00053a?@$Myn\u041aK\f\/3P`}:u\u07c9A3NH\u0013~XN\b[\u0019`*;R\u0002PR\u001eTA@@@@yb\u0010o(d-\u000eQ\t\u0002w\rP7\u03dd\bGx=,&vOn_\u072du\u03ce[\/*\u0019^m6^;\u001dK,,o{\u07af\u001b~\u02e8)lhi~Y\u001dY?|=\b\u001789G_\u067b-]\/@\u0007\u001eA0.N]=\u0002&eti\u0001s`jA\u02beX3ACL\u001c4JY=c\u0002 .\u0003)kp6@Hndu\u001e\fa%\u0019~?AWq\u0000T+\u0014\u001aR1\n\u04b4-#$Z$JG\u04f0\fo}7d\r\u0003\r0d@v\u001c^zm)S\u0002aY\u0622K6) \\pZtT\u001a +}>\r]+(\u0013~E\u0326\/\u07bb}\u0002;hX\u0012x\u0013|L1<\u0017+L'\u0364P\u0015e\r?\u0003gdL\u0363'\u001f\\G0:\ub05fss\u03bb\u0007o`qr\u0018[,\u000el\u0002;\u0007\u0019I\udbb5\uddeds\u001ek\u001d$\u001cW`?Z\u001bl'F(\u001b:)8Iy\u0598r=]\u000ee2-v\u0013)M+\u0017\u001emoo64;6\u0000M\u01c3\u0011'$OrOmc3z\u0013\u05a9\u0011L1\"\u05c9 \u031a\u0010X\t\">(F]Q!u(9d\u001a\u000erCEA{.f4lO\u06f3)\\P\u111a(P(HYh((R}B.\u0014b_\u0019$\u0014\u0014\u0004\u000f\u0005\u0011<0\b\u001er:)7S\fvxJH\u001b$c*Qxb>y;vwYmR?Kci\uf899\u07d4\u000b:\u001f5tf\u0278\u0349\u076cy\u001fwf\u0017\u0000\u001e\u0017\u00140pG~2[O\u0005\u0013'MI ^t\u001f&d\u059d~Lr %\u0017\u001e2K'OmdW>'=:LJ\u000f_\u001fp8xG\u001aM\u001f\u001f\u0019#9Rj\u001f\u03bb)\u0013\u0019|\u0465y\/e>Y\u0000wmuN.\"IEAO]~*8\u000bw!5\u0006\r(\n\b-P\ua15a\u001d\u0005nE\u01c6\u0002PP#\u000bN[Na\u001a0m&\u0014,&\u0014%R\u0005rv(\u0018@g5%\u0003^\u0014Q4\u0010\u0002^$oC\u0015yw+A\u0005\u0004:fi1\"&\u0004AF\u07ceZ8R[L\u02cfv,U?!bm?!b?!:S'D]OB\u000e]\u0001`u5=\u0014NYE`-o'g\u0014B\u0003\u0787_\u000b!)T\u0011c\u0019E*=0\u001dD\b[\u0017X\u0010{H\u01d23X>%tCk\ra\u001as*\u07fei'YdVy:W\u04fcbo\u0006\u07dcW8Y#\"Q\u0002r\u001fF_Qp\u0003\u0151b\u0011'r\u0014\u0711J\u0007c&zpkPI\u000b2dq\u0004\u0001L3qs}pX!!4T\u0268yJ\r7y@w$iaz\f^:\u001cq<`\u0019Td&*q\u0012s\u0013Q<*w$\u0003\u0007\u057aD`\u0007F)\u0013!\u0019hD>\b\/\u0014\u000ep@pv\t\u0003i\u00118KF[SIQTR\/[\u0011[ydL\u0007f\u001a\u001a`KT[Ljq\fsT9I\u001a\u00e162{Co^h\u000f}7uSc\\k~O[J\u0192C{7\u01b3\u0018nE\r>\r}\u07e33Si\u0332\u000f\u001f<\u053b\u041e8y\u0017d\u0006C!ow<\u05e0;f5\u001a\u04fb\u001dy{\\3\u0011kY!q[\u0001&3\u001aBNZVg\u0738sb2\u0091\u0001\u0018o\f\u0012oB\u000e;3FCN\u0015Y\u01c0Aiy\u02acO0~\u001c\u001aFh]\n\u0018}F\u000f\u0703l2cl^4=\u0004mcf()\u001b\u001e\u06e2\u000e&A,^S\u0004\/:,Ug\u001aCORK4^[n@\u0005B\u001dfv?ivVJJhtT\f3QP^\u03d9\n\u06faL%#]O3I&\uf616*\u06c0+{\u001bd\ucf14q\u03b9de]-rR:\u037en\u000e\u0017X\u024e\u0002\u000btK\u0018*Gb\u0006UD\u0014\n`$=HA2I\u0015\\ \u0007a&dr\u0006Q\u00165X U\t\u001c*T%v$\u000fRA?HU\"\bJ\n!U\t\"*YT%$\u0012RPBr%D,\tQ\u0011PB)\u0012IEXV&\b\u000b\u0015aqUEX\"A+\u0016\u0012\f9_!g1$(C2J3DE!ed,b\rI6Ds\u774cZ\u05ddzo\f\u001bskseE\u000fS#\rzIDw;\tPEAEwAVGj*\u0011W\u0018[X\u000fM,?'8J\u0017R:XBm\u0004f\"V\u0014Y{>m,5H=fURn\u0318,\u0013={F\u0b3f:\u0001\n(\u001aP\u0018_\u001b.\u001c63p\u00182\\\t\u0014`8\t\u001ai\u0017Pb\u0109\u0774i_?mn\u0011`8f6\u0014xVXj%3taFnQI\u0002ap\\w\u0010p?U\u0007\u0001\u01e8\u01da\u0007J5)\u001bbI\nW\u0014UMR\u0014H81z@s)j^8t\u05c4Z8>@)\u000b\u0000$\u0794\\\u0000>\u0001\u0017!r-\"KB$\u001490vU\u0014;C\u00124\u00138\u2b09_5\u0004\\Y\u001cF7Lc`2bS\u0011F,,\u001ei\u0014\/\u00041\"z.\u0007S\u0019XL#T5\u001c.\u0014j$\u001c\u0005+O6\u0001x\u0005j\u0001H\"U\u0003x$G#\u0001\u0012e\u001dH\u0013)F.\u0237\".\u000ePve2%\"\u001cu9\"e_b\u001b+R2r\u0001\u0015\f~\u0000\ud659&\u033ahyL\u0017V\\\u0005$gf+Zs\r\u04726\u001e\u0129V\\\u0005(\u0005em6\u0002g$F\ubc1b-^\u0014Z\u07fbM\u0013,\t++|R\r\u0155~8\u0013\u001e\u0160Zk.\u0013v\u014bT\u001f\u0017~,!e6\u001d\\\u0019LE\\\u000eH\u0005a@\u0015Y\/8Z^8\u0016\u04287\u001c%X\u0017g5_\u062bkd8\u0012?z\u0018T)YN-\/,Sj\u001bRY+UR\u0003qA.\u0001|0Hi\u0018\u00168\u0005*>T}d=\u0005uANv\u0014S\u0006(Jc2X\u0012'gJ9g)\b$\u0000ABN`\u001fMzR\u0013E\u00007\u0133\f6Vh|wM^'\u0015(\/\u00191r.r>i5\u0011\u0007UwOZ\nGFo\u0006\u0007[RGs\u000f\u001bV\f|\t\u001c|\"t{xZEqyNa^-\u001c\u0018Z\u001d\u0018\teu$N\u000e\u001fy*\u0001C}\u0003X'{s}\u001e\u0013\u0005\u001a\u0007b\u000fg\"3\u0011h\u000f#c^\/j\u072e\u001fm0Rpf3*f,\u000eX\u0013\u0104\u001a<*@?B-~o4\u0341\b\u001c{rOsQ\u01414\u0141\u001c\"`B\u0715T,1~\u0015m;\t_\u192a\u0003\nE\u001d+!\u000e$\"\u0002Q*:(\u001b:\u001cT\u001c^%.9v4\u001c[\tSh6\u001b#\u000f<\u04afB6~\u0000\u001e-+Z!2\u0015.+K%*\u0004\u0014l\f@!\u0011:\u0013\u00016\u0005R*\u00128\u0004\u030f*n_c^;\u0004\u0011\u0013*\u0007\u0001\u00af&\u0000~,\bha\f5ud+\u0006d\f\u0010!F\u027d\u0005T25\u001fVK+\u0006TW\u0001$^'x\u0017\u000e1sB\u04aaA3U\u0017B<\t\\\u001asA3\u001bbp<\t{7^V\u0010^h^C\u0019yeZ\u0018\u001a\u0568\u000fDnE>k#V\u0717gc>d\u02eb21\u0018)S8\u0012{$\u0013P,@dp\u001d\/`*BA\u000bLEH\u0003\b12u\u00029L|<~\u052ax\f\u000f\"\u0014C@U|^?Pqs7p}k \u0016\u000eD'-%k\tGK9*\u001a\u07a6\u0007,^-\u020d\\K9h9o\u0001be0z{m+7\u0019\u001fyd,\u060aa\u0013s%C\\M)~s^'[1%eHv\u0016l:;\"YC%\u0012\u000e_i+KgQ\u0313\n\u001eNm5\u03fc\u0013\u0018\ue281R\u0018H;?sW{]TQt\u0016|X\u0002v\tJX4@IZ\u0004,Aj\u000fKo%H\u0373\u03d5r?\uc7bfxo>Q\t\"b^*\u0019=oT`\u0003q\u000fJO[\ud493\u0007wl\u001d{\u0011\r\u001c:M^\u000f;f~\u07de9<}3\u00ce\u0010\u001fLNvOc>\u0007\u0253\u001b>\u05442;c#\u0004\u00036fq\u0015\u0000(b5A)5\/M)Z\u001d\u0012%\u0010\u0013\u001e8f\u0011\u0007bo\u0000\u001bWe%\u0014\u001c\u001d\u0015e1\u0016\u0017u}i6\u00188\u0016\u000ez\u7b17|\u00053a?@$Myn\u041a\u02fc\u02cca3_fNoAu\nA5\u07c9a3NH\u0013~XN\b[\u0019`*;R\u0002pR\u0243t\u0173!Q\u0010[ZX\u001dDl}q\u0013\u0004\u001bn;+g\u00118\u02cf7zXL.[j\u001d5\u03dd^nU2l'{v;\u0003YX\u07de_70QStm\/e::7wM{\u0010.q:sv\u73fe\u000e)w[^\u000e=`\\2pGx\n\u0001PatG{\b8:n2Vx)El\u0014l\u0001r^j9\u0015[hoO+?%u\u0019o\/x{\tN\u0016\u0015N\u0013cz+&{b\u001cvp>\u0687A2\u031f_7\u0012Y.\u001b\u0622\u04d5\u0004w\u0013B`ma\u0017-5wE\u0007*c\u001f\u001f\u03bb)9}t)u7\b\u059b4\u0016kb\u0007@hnzc\/}O7F\u050d\u0667\\TW\u001fzW\u0019OA\u06f1Njwa\u0016c8Ffo3\rc@+\u001e\u0007FM6i\u0007u~_\u048e\u000e#\u001dNFYwj@\r>\r}\u07cfY4\u000fLcF\u0013\u0003G0o\u000f2{+S\u00132T?\u037bL50\u050cp;a\u001d\u028ccK\u00195Jc1\u0012\u000e\u048bL\u0007f\u001e1a\u0013s`Jx34\u052cBc\u02bf1X#\u0001w;F\u0006xv\u0016Jz&+\u0016U<\u0006)*\u000fsRZ2\u00070=})\/y8vtzCV!\u001d\udb20\udf5bN\u001bM5\u0006l\u0006E\u0007QF\u0016K\u0019`\u0011diz>Oi\u04f08_R]\u00161(s?*0\r\u001b2flQ\u21d532cx?\u0006 ^Am\u0016_\u001a\u0007r\u07cf\u0016,%\u0012Z7mjx\u0019i\"jx\t[G\u0002\u001f7\bi{\u0017#:k'\u001f\u001d\u065bQ^\u038axB_`t\u0003?\u0016\u07d3\u06ddueo)\u000b\u0017\u00179\b\/\/\/7\r{\ue320M\u00033%\u0007\u0016I\udbb5\uddedsNh\u001d$\u001cW\u0006?Z\u001ble0}A\u0004g:)nL\u001aS\u04bfs\u0005]PN\ud9ef\udffb?\u0164iE\\\r\u0346f:\u0001\t^Yx0b%B\\Y)mlFn\"f:5u\/\u000bDiY_\u0001*Z\n\u0015\u0005\u0005\u0018Rj\tFBI\u0019!CT\u0010*\u0007\t\u001bOw\nKn5PV$B@\u001d\u0017\u0019M<\n>A8Aj\u0001_X\u001d\u0004_Fg9_&4GXOnm$7a\u011ft#LJe]N\u07a4[\u0005Kd\u0016\u0004%{\u2ec1\u0408ag\u0014YcO1\u001d\u0018)\u04c8\u0018G\u2ae2l.\nt\nwHgy4|\u0017R`\u0019(h\t\u0000\u0002^:\u000ey\u001cP+\u0007%\u001b\u0007E\u000b\u000742}u\u072eAA\u0466!X g\u0016z\u0001LVS1E\u00115\u0003!e\/6\u0520NG{\u0012T@]aB[^D\u00058h+(Th7\u0013\"V\u0013\"\u0013g9:B'Dg\u001f+lp*Z\u0005k\u001f;9W\u0015\u001a>Z\bI*\u0010Em\u001e(Ra *G\u063ab\u001efD=I\n~)\u03fe.\u001bZ|no\u000eN\u000f,t~~eH5\udaeb\udf55\u001a\\s^Qa%jVD\n\u000b\u022dR;:A\u0007\r\u0014G\u01445RsG*\u001d\u001bA\u00edJ\u0007Cx\/\u02cf\u02cfq\u0189\u00133\rV-ceP!'\u0006z\u2b7f+6\u070e\u0001\u074fmyq2\u001ajCB\u0003vJAMft\u001c\u0016)6\u0011\u0233*rG2}\u062bKL\u0004\u053e\f4\"\u001f\u0017\u0006p 8\u0004\u0001:y2Ct\u001eekPIQ$TR\u0010\u000b\rCl\u0013\u0242z\u0010\u001bno\u000eQ\u0016(d1,Lto\u0010\u0000u]\u0014\\tcuF\u0010q\u0005\u0019\u0654n?s\nt!\u056eQOl\u0000bEC}FRSYh&[?v\\%3\u0017\u000em\u0019:[\bO\u000f\u001b\u0013P\u0001Q\u0001a`@a\u001d\u0014dN. F\u0005I\u0018N7\u0004\u0012%NdM\u07b1M\u07b1EhP\u060fZa(\u00d2~a\u0626L(\\$o}r~8bY;\u0004\u000fiv!1kQMhJ\u0004Xf(EU\u0013c\u0014\u0005\u0012Nd\u001e\\\u0017M\u000f+4k(S\u001f.{(S\u001f ^!$\b\u6eefl\u0017@\u0003V7S7\u0017V~\bLI|\u5043\u0002\f\u0015ao@\u001a\u05c1o\u0010%\u0247eC?l\u001b|^RnhH\u000eu\u0018-gJx\u06cdeqj\u04ea\ua0b1_M=<\u0015J\b\u0003|fqC\r?h\u0004~\\\u0004\u001fV:;*xT\u0007\u0004c\/v_!\u001c#:>B`=9!\u0006dYb\\}@\u000bjUy`\u0001a\\(\u001c\u0014K`|\u0006\u078b\u02f7\u001dw\"U\u01698\u001f\u000baH\u0019c\u0007W\u0006S\u00119\u0003R\u0152E\u0016Q\u0002Xv-\/\u001cSh\u001b\u0012Y,\u52f3\/5AV\u001cRVEx\u001f=\f*,N\u0017)5\rK)isp* \u0000p>w\u00184\f[E\u0001IE\u0087\frn2\u024ey \u001dEu_\u0006K\u001cL)L1\u0005\u0001\u0004 W\u0109\u0002E*>Q`\u001fMzR\u0013E\u00007\u0133\f6Vh|wM^'\u0015(\/\u0019\u015f\u008e\u0239\b\u0015qPu~7U\f\u0010yk\u0016n\u0000x%u\u0004_<'0a+\u0297P'BWG^4\u001f\u001e\u0014\/\u001aF~\u00c1\u0460\u000e\u0004\u0232:\u0012qV<\u0000{`\u487ez>\u0002\u00031F3\u0011\b1L\u0017o{vn\u02cf6vz)rV8~!1\u000bf,\u000eX\u0013\u0104\u001a<*@?Bi\u0017\u0018ihG\u001f\u018cG'\u0007`\u0018T\u001fFezW'e\fw\u0011j`\u0019\u0010w<\u00e0;f\u0019\u04fb\u001dy{\u0017GQ:\u001c@v^d<05\u07ff\u0565O\u001c\u0012\f.UhL7\u0006k7@u\u0007]\u001d\u0000\u03ee\u0442\u0013^Id\u0162\u0007}\u05a0\u55479uZ~\u0017GS8\u001bP')!`\u0658,bm\u0018\u0010#liAF\u0005w#9\bc\u0005#lU\u001aRJ2Z`\u04a0\u0006FL\b-dQlbhE`\u00106L\u001dV,\u0002\u04bfcUBk\u0352+\u0005,2-_89Z6Ecz4 ]\u001e\rnttgoF9\u0003*\u0000m\u0005\u0006\u03d2c\u001dsd\u06b1+?i&y=\u00198%4\u001e=:Y\u000f|[|Ofw\u05d5\f.X_\\ 067\u000b3.3\u000e\u0302\u001cXY$^uQs_whn\u001d\u9ff2{\u00f4E\u0004g:)K\u001aSn\u04bf]PNNr?\u0164iE<\r\u0346f\u001a\u0000\t^Yx0bASY)mlFn\":5l)+z\nDEY;\u0001+&:\t\u0015u\u0004XK]+*!d\u0007%\u0543L S8\u001a(~'n>M\u0002\u0003+.\u000f\"8[Q\b\u0001u\\dr7t*\u0014H\u0007\u0004m\u0006|mau\u0012|\u0019|\u1edb\u001f=b!\u07da?y\u0552\u0012\u0704\u0012\u048d0+v\u0002;yon\u0015\u0017#Y\u0010le\u0006G\u000bB\u000f\u7bc7MwSg7=hw\fc\f!c@\u001f&9+\"5+\u0018whnFfh4[pi\u0013j\u02820BE|hSV\u0013-Tn {)\t\u0005(\u0003\u0012GA\u0004\u000f\f<\u001cA}@!~\u02betN\u0019\u0014\\\tidL\u00055NS'o3;Mgi;]4S\u0014\u06cb?vA\u70f7?\u00199q:\u000f|X\\\u0002\u0503\u0002f\u001chOf\u001d|\u0002)I{\u001dD\u070bh\u011f\u033ap\u001f\u000fIC1\u001e2'Omd0'=:LJ\u000f_\u001fp81\u0013o\\\u000f\u073f#D8IN\u0004VI\u001d}\u02a4\u0000v]8Ev\u000bIAUpJ'BjJ\u001d\rR\u0002\u0005=\u0001QV\u0015\u0010@[\u000b5\u0006\u0732!]\u0003j\u0560d\u04e0h\u04403\u0018=5iQ\u070eAA\u0446!Z gk\u0017A.\u0554\fxQD@\bx\u02ff\ru\u0013\u07ad\u0004\u0015\u0010:!7\u0010V\u00175I;j\u0001\"Je\u0014Pv\u0010\u0015#l]`!BP2\"\u0005\u001fK\u03a4c\u0005?RfgN\r-<~7ritDyG(~f_H\u001f2\udaeb\udf55\u001a^s^Q{a%'jfD\n\u022dR;+='\r\u0014G\u00055RsG*\u001d[A\u00edJ\u0007C\u0005y\/\u02cfq\u0189\u00133-TMc}P''\u0006z\u4b7f+6\u070f\u0001\u0750myy3F\u0011;\ny^34\u0315*#%&\u001byVuHFtu\u038cRfB2\u0488\u0010\t@(\u001e\u0002\u0012H\b+\"p\u0016\u0019 f\u000b\u001a\u0016\u0013\u001by$l\u0007f\u0016\u001a\u0016\u0686`\u0003Q\u001b2j\u0004+Q\u0001ME\nL\u05cc1j\u0547E%ca\u0011h\/?\u001bc)r2jgO6Q+E\u0019\u00edAg\u001aCMz\u0019ZjwgefX+9cm)2c<8\u0003S\u0015;M\u000f\u0019\u000b[NUSSAM\u00f4UQreTB\u001d\u000bN3W\u0010\u001c~T\u0016\u001a\u0014_\ue1dc\u8367\u0304A=O\b?7\u0000)\\p?`'Pt\u0003u]\u0014\\tcuV\u0011q\u0005]\u0654p?\u02b0t%\uef4eR\u001cPl\u0011bE1C}FRZh&[Gv\\%\u0005r3.\u001c;{h43v\u00101\u0011\u001e7P}Q'@v\u001eE\u0003\nk\u0003\u0505f\u000ff\u0016CwP:\u0014[\u001d\u0017\f'Ac(\ud6a07\u0005\u0012%NdM\u06fc{lEhP\u070fZa(\u04a5b%L\u0012\b'o\/\u0016cpc]u\fnz\u001a|T\u0013\u0012xA\/p\u0019JQ\u0004\u0019-E\u0013+\u00192\"C\n%\u001c3\u001f.G(3z\u014c \u011a]\u0000\ro[H^H\u0011j\u05cddW\u001e8\/\u0003jNP\u0011\ra~\u001d8\u000bQ|e\u0006s\u02ee\u03f6G%u\u401f_M|x[\u0016=:.\u0019u?`j\b*\u0012\u0002\u0000sk\u000f\u001a4\u001f$OnZ\u0003*\u001f\u0010!![\u0004J\u0281\u000f\f>\\\u0004\u001fVfA{Xr\u00f26\n[QH!\u0017\u0015*9\u07c4P\u066bV!+g|uXR\u0005G\u06af\u0012U\u0624:\u000f\u0011\"*\u0013\u0002i\u02e0?-h\u001b\u0012s\u0006#f}9\u001f!+]\u0018\u000f!Tr6\u0014voq\b\u0191\u0012\u001e{eq+\u0006#ml\u000e\u0018AY\u0016$\u0585\u0246953L]10asp\u0006\"J\u0013EZ\"aV\u00145\u0763=y+{g\u053aU\u0005dMhO\u078a^X4.)-\u0005BMgvG[y:\u00169M\u0014l4a\u001eSp{O((jV\u4b7cl\u001cI-\u0018X&\/4iO\u000b\u05bdqj]X\u000f\u0568\u0007]'W\u0000\u05bdH\".\u0012e=xiS3{\u0017\t_5X|+\u001aH*=3@|+ZH:\u0015-P\u001b]Vt=\u052aP\nX:\u00199Nd+u5Bi&0iO#H25r\u0004kyXBpl}EP\u0017_#\u0011\u001c5\u0017\u0018p\u0004L=7,5D%\u0000p\u8fe44\f[Q,\u0550xOA\u0002\u001d\u0005\u000b\fL;RXx`:\u0001r}\u001a\u0001\b\u0015rF\u000f\u0006\u0513z(E:\u0011=c{\u0005\u0384{Z\uda49\udfd1_I\u0010SUurU\f\u0010yk\u0016nz%k\u07d3\u0004\u001f7\u0018|E\u00129D\n\u040b\u0003E\u020fz80\u001a5\u07c1\u0000Y{W8\u0005#X'{s}\u001e\u0013\u0005\u001a]&->\u0013CL\u0004\u0018W\ub2f7=;G\u001bh;L\u00149+YJ\u0019kG:\u04b9.'\t\u0263xH\b\u0003O\u0011\u0006\u001fLC`:uz\u001e\t\u000e#\u0153\u001e$0<\"{bov\u0005H`\u0006@!\u001c\\\u028b\u0011xT\u0019[G\u0013\bU9GU5P*@\u00a0_>@e\u0000\u0002UW\u000f \u0014 \u0011\u0604[\u0004+;@U{e\u0000\u00025W\u000f \u001c \u0016\u0015<~[4&B\u0003za\u0007\u001e4- \\R06M \u001eD\u001a\u001a%k\u000eFKj\u000eF\u0766i\u000eD#{\u001a#T\u001cMS\u001c!\"\/vdh 2q(1Al\u000egzW|8jC\u0011;@\u0001G#lw^\u0007\u0014L\u001d\r\u001dDf\u000eF\u000eb\/\u0012\u0017\u001c;lhi\u000eL\u0004)4\ryJ[\u0007\u001elW!`\u001bf\u0000\u000f\u0115}W\u0019\u058aC\u0017\ua565\u0012@{\u0001\u0007\u001b5\u0003P\bd\u0004>p@Me\n\u0004\u000e\u0001s\u0007?\u046d\u0010UkkG\u00007bu\u0002Ue`#9\u001ejBh%\u001b\u0001-\u0001\u0014nue_\u049a^35\u0019\"z~`?F<,\u0002\u0000e6]\u0006?\u0018}iJ)H(H]A58\b\u0016{\u0003\u0638*\u000b\/\uc22d(\/RoK1p,\u001e\u001dY\/:\u000bf2I$Zss]5~\u0019z3_fNoAu\u001aAui\u0013z3NH\u0013~XN\b[\u0019`*;R\u0002pR\u0243t\u0173!Q\u0010[ZX\u001dDl}q\u0013\u0004\u001bn;+g\u00118\u02cf7zXL.[j\u001d5\u03dd^nU2l'{v;\u0003YX\u07de_70QStm\/e::7wM{\u0010.q:sv\u73fe\u000e)w[^\u000e=`\\2pGx\n\u0001PatG{\b8:n2Vx)El\u0014l\u0001r^j9\u0015[hoO+?%u\u0019o\/x{\tN\u0016\u0015N\u0013cz+&{b\u001cvp>\u0687A2\u031f_7\u0012Y.\u001b\u0622\u04d5\u0004w\u0013B`ma\u0017-5wE\u0007*cgu\u072d\u6b97K\u06ffGX\u0013;\u0000\"{uc.\\\u00a7c}b12n\u033e1\u053aP\u05fbxj\u000eR\r\u070euZT\u000b\u0018\u00e162{4f?]\u05cc15e_?0t\u0694v~l\u0004\u001fA\u000ft:\u001a\u03faT\u0003ntH\u0322\u000fcF\u001f=\u001eo\u0003G0o\u000f2{+S\u00132T?\u037bL50\u050cp;a\u001d\u028ccK\u00195Jcj\u0018\to\u0007E\u0003S3[Z[S\u03d8\t]iV\tO{\u0006]nVhL7\u0006k7@u\u0007]\u001d\u0000\u03ee\u0442\u0013^Id\u0162\u0007}\u05a0\u55479uZ~\u0017G=\u00198o22:Y:H\f\u0002Eb?\r3\u07cd Q\u0012OX!_6\u04bbe&\u0016hg\u001f\u001a1g&n\u0018V\u020bG\u0018\u0007xYn,\\\u0014\u0666GHFU\t6W+\u0000_>Zlx4stT\u05e9\u001e\u0001[5c7\b{\u00178Q\u001b&\u001f\u001d\u065bQ@_`t\u0003?\u0016\u07d3G\u069dueo)\u000b\u0017\u00179\u0223\/\/\/7\r{\ue320\u001bM\u0003!\u0007~\u0016I\udbb5\uddedsg\u001d$\u0019\u001cW~?Z\u001bleg\uda7e\udf360-M9N\u0001\u0013d\u0194j):o\u0017,O1iZ\u0011#n|{\u0679\u001a\u0000hW\u0016?\u001eXo\u0010&'t{Jn\u001b?Ne\u001a\u000b\u0002SdVQ\tbBE'F)\u001c\u00155\u00112%Azi\u001dT\u0014\u000e\u0014\u0013F7L&\u0001\u0741\u0015H\u0007jb9(I:.2^x:\u0015}p6\u0003>:x\trMJOHA\u00cf\u001eo\u035fjI}\tHnp?F\u0315p^{Z\bI*\u0010Em\u001e(RaG *|G\u063aHNeD=I\n~)\u03fe.\u001b\u001ayno\u000e>\u000f,tQ->1\"c-\u0511e\u0015{+5\u6f22&J~,\t\u0015[v\\\u000e7}B\u000f\u0485\u001b(\u0014\u0003kxT:\u0018\u000b7[\u000e^@\u001f\u0017 \u0013'\u062dg\u001b\ueec7[\biFNF\r[Wm\u001f\u0003!I\u000eNdh7a(\u0001[%\u03e0&34WixjY\u0015W#\u0019>%&\u0002;0J\b@#AlK\u0007K \u001e 8OY2ZJf-hXLl\u0010\u001a\u001cUhXXj\u001a\u001afCgoX(d\u0014)Z\u001e%\u05c7N@sQ)f4\u001eKS(nB\u001aR\u001d)A\u064cIW(e(Z)\u066c4mKV\u001a$\u0006\u044c[\u000fbj\u001ak\u0012($]p1\u0018\u0014s\ufdb0dTvf3a\u001dKe\u001bUZ\\\u02abdgVr+VVH9)-&3\u000fAYc]&n\b5t;\u0018b\u001e\t\u0014\u0012&TXQD7\u0019r\u0005I\u000e\u001fuA\u0017\u0014%)>\u0014\u74e4g\"H&A\u0014+\u0017D4;L\nS \u0005\u0011\u000b\u0018*\u0019T%f$\rRA7HU\"\u0007J U\t\u001e*\u0643T%~$\u0010R\u0010BCH\u0006Q\u0011Q !*2\tQ\u0010KH\u001eDXX\"\b\u0013aa\",*\b+Q\u0012T50B8\u001c\\h!-,\u0445d^HF\u00010$\u0018,E!2aH_n~Rb'\u019f[\u0014s1d\u001f\u0019f\f\u0011d\u0014vT&IH.\nH.:R{\u0002\u0122zlJg9A%Wj^B)l\u0006(\u0005@\bod%-4\u0017D\"gc\u0016c9\u001d\u060d.\u001d8{BDxzp@E\u0000Zx\u0014\r(\u00af\nPL^(h\u0007\u00194[\f\u0019~A!&\u0000Rlo\\0\u0004\u000bz~s. 1ZDnM\u0734\/\u001bvEhP\u040fZa(e]b3ezc\u0004%L\u0012\b'o\/\u0016\u0003pSz\u001f\u0003pcc+\u0414\u0005z$P&Xm)\n$X\u0018=\u0014a5\/\u001eW(\/i\u0180Q\u0007\u001c0\u000fVQ\u0012X?\u000bm\u001b\u0269\u001b\u0015V~\bLI|\u5043\u0002?\f\u0015a@\u001a\u05c1o\u0010%'f??l\u001b|^Rnh@\u000eu\u0018-gJx\u06cdeQj\u04ear_)G\u0018s\\J+>\u00009g\u001c5F9M\u0007\u0253\u001b?\u00162&\u0007DHx,=*4\u000e\u0593\u0013Ri`I+7\r\u0014V\u00179\u000b9\b\u0016@\u0018Ve\u0012A\u0004g\u0353\u0018\u0011h\u001f\u001c:kBmP-\u001cj\u0014q\u0005\u0000\u0012~oJ\u0007\b\u04e74\u00138\"DsEdI\u0003&\u06ae\b#LS=$1N3!#\u039a8\u000b\u0018[C\u02d5\u0005ht\u00f4=J6l*B(\u001dai{\u0006O1Bp^\u001b\u0003+r)8\u001da\u001a)\u001a\tG\u0001\u04ef}m\u0000\u001ek\u00beF\u01438s\u0493+\u0000{C\"]\u0011\u0000\u001eGd]t<=\u001bT\u001bRa\u022eL^S.GK~cE\u001e\u28cc\\\u0000oE#>L`{fr3\"\u0017[H\u0011\u0017c\u0015-9\u07c2hC|i\u000bz]k\u0006y\u0016\\Dib5m`LX]vn(\u05f6\u0101({q\\=q\u0017\/R~\\\u0010A8vpe0\u0015s9 [,Yd\u0014\u0001G\u0017\/R1\u001c\u0011PYzRo8J\u0000g\/jW\u0004ZqHY%\u00160S\u0012v\u010bT\r\u001a\u0014vx?~8~@\\`K\u00008;\fR\u001a\u016d(N\u000fU\u001f\u0019xOAd\u001d\u0005A;R\ub63f\f9R\u0399b\n\u001e'\t@\u00136z0GSD\u0011\r,U&\u001a+bIk\/\u028b~F~'=\u00189\u0017A9\u0010\u0007UwOZ\nGFo\u0006\u0007[RGs\u000f\u001bV\u000b>(_B5\u0007\b]!\u001e\u001e\u0016z|\\\u001ezSh\u0018\u0081QOk\u0003#\u0001i#O%\u001e\u0018yo\u001ekdoc@q@LL}&\u0002ad\f\u04eb[\ud79d\r\u001d^\u0015\u03ac_\u001b\u0019k'\u0003!'&$O^\u000f\tU\u0007j`b\u000f\b<\"{bovE;q5xM\u0735\u0001=)0:\tEM\u07dc\u06a3\u001a(\u0015v AK\u0007P\u001ey\u0000?\u001cC\u001d\u0001\u0002$\u0002P\u001bQp\u0004]\u0004&t-\u0006aN\b AH\u0011*$ylis\u0625.E\u0007M\u02f95\u0007<*\u0012MS$H!\u0007\u0467FpE5\u0007i\u000eD#*\u479bP\u001b4\u013du8QkW*\u0012MS$!#\n(]Yb\u001c\u0017\u001ejQ\u07a6\u00d9\u0015\u001fRAPJ\u000b\n\u000f\u0286\u000f\"\u0007U\u0007{za%644\u0007&f\tW\u0002\u0014\u0346<\u022d\u0003\u000f\u000ex:l\f!\u0612\u0015*ZqBT\u0001(\u001d6\u0010P!_3\u0000@F\u863eNp\ua8cfl\u000b\u0007\u0014T\u0016H J 0?'\u0015\n~y\u0012FON\u001fl$\u0007\u00ef(+\u0016x\u0011\u0018@\u0016[\\]Z7S!B\u0333{\u000bd>.\u00184S]!\u0006K{%R^8D\u0012\u0015\nYK.\u0006T]\b#^'pj\u03b5\u001bf7yR\u0013o 6^cL\u00183\"?)\u02aePF} rs.q^\u001d:F_<\u001b!sd^\u0360\bQ\b~;%#:\f\u00af+\u000bD\n\u05c1z\t&\b\u0005Q\u001e0\u0019EH\u0003\b12u\u00029L|<~\u052ax\u0010\u000f\"\u0014C@U|^?Pqswp\u071dk@\u0016\u0016D'-%k\tGK:*\u001a\u07a6G,^-\u022d\\K9h9o\u0001be0z{m+?\u0019\u0552`+IvO\u033d\u000f\u0013s5~c61Hyl\u01d4\u0267\"Y68:dQ\u000eH8|i]J\u00ef.'\u0003\u03deEvR3O*<{:,A]J 5?WW\u02bdk{\u000bg5\u0006Fv&Dyd@wQ9\u0019\u000e\u0003\u0007>(?9[oKN\u001e\u0731weT\"!\u0003,\u01ff\u000ers\u00ceg\u000e\u000f;F~_#\u0007\u0013\u06220\u000fA\u414fYMh\u0013\u0004>f~o\u0010 G\u000fg\u0688U\u0000\u0326\u00075ju$KXBN.{\u081aE\u001cV\u0001l\\PpDvVX\u0017ui6\u0015\u00188\u0016\u0016z\u7b17|\u00053a?@$Myn\u041a\u02fc\f\/3P`}:u\t~'\u0409u^vK'SvI\u026d\f0\u001d)\u0001cx[8)WA@@@@yb\u0010(d-\u000eQ\t\u0002w\rP7\u03dd\bGx=,&vOn_\u072du\u03ce[\/*\u0019^m6^;\u001dK,,o{\u07af\u001b~\u02e8)lhi~Y\u001dY?|=\b\u001789G_\u067b-]\/@\u0007\u001eA0.N]1zF\u0018\u0019SS7ff\u0018j]}]g<5\u0007\u0006n:-\u0745YP\u001b=s`\u001a3k\u0198V}\u01da2tA\u001f\u0018}mJAK6 \u05c7vl:gq\u0001mr7{H\u001d\u03e2\u000fcF\u001f=\u001eo\u0003G0o\u000f2{+S\u00132T?\u037bL50\u050cp;a\u001d\u028ccK\u00195Jcj\u0018\to\u0007E\u0003S3[Z[S\u03d8\t]iV\tO{\u0006]nVhL7\u0006k7@u\u0007]\u001d\u0000\u03ee\u0442\u0013^Id\u0162\u0007}\u05a0\u55479uZ~\u0017G=\u00198vl\u0019LV\u0019\u001d,_g\u001d?l\u0006E\"Fs\u0010~(O\u05e0O[X!_6\u04bbe&\u0016hg\u001f\u001a1g&n\u0018V\u020bG\u0018\u0007xYn,\\\u0014\u0666GHFU\t6W+\u0000_>Zlx4stT\u05e9\u001e\u0001[5c7\b{\u00178Q\u001b&\u001f\u001d\u065bQ@_`t\u0003?\u0016\u07d3G\u069dueo)\u000b\u0017\u00179\u0223\/\/\/7\r{\ue320\u001bM\u0003!\u0007~\u0016I\udbb5\uddedsg\u001d$\u0019\u001cW~?Z\u001bleg\uda7e\udf360\u001b:'8I1`\u0598=]\r1e\\\ud0b2\u0013vE)&M+b\u001fmoo64;W\u0003\u0000M\u01c3\u0011\r$rOmc3r\u0013\u05a9uLc!WV z*\nX;!WL$\u0010uDw4J\u0743+j\"dJ\b%L :(\u001c(~'n>M\u0002\u0003+.\u000fr8[Q\b\u0001u\\dr7t*\u0014H\u0007\u0004m\u0006|rau\u0012|\u0019|\u1edb\u001f=bI\u07da?y\u0552\u0012\u0704\u0012\u048d0+v\u0002;yyn\u0015%Y\u0010ly\u0006G\u000bB\u000f\u7bc7MwSg7=hw\fc!c@\u001f\u014a&y+\"5+\\\u001b|hnFfh}\u0011\u0013j\u028c0B\u0005oh)\t\u0016wC*B\u020dePW_\u0001 \u0007\u0006r\u001eC \u014e sv\u0220tNY\u0015\\\tidL\u00055NS'o.5;Mgi;]4S\u0014+?vA\u70f7?\u00199q:\u000f|X\\\u0002\u0503\u0002f\u001chOf\u001d|\u0002)I{\u001dD\u070b.j\u011f\u033ap\u001f\u000fIkS}\u0007'\f6v\u001b]IO\u000e\u00e4\u05c7o9\u001cz\u06fcxKM\u001f\u001f\u0019'Ir\u02b7\u042dn7R\u001bF\u00019\fs\u0014\u0005Q?u\u0016kO\t\u07c5:\u0018\u0005\nZ\u0002( @\u0017j\rqC\u001e\u0006\u0530A\u026cA\u0468\u00013i\u0019-|<\u0010D\u0014E\u0003\"\u000e\\@ j2\u0002\u0001\u0014\u000bl\u0002QQ\/j*\u0006(f \u0004\u07c6\u001a\u0509hV\n\b~\u0490K]T?L\b~Z\u001d\u0000g\u0011mq\u001e\u001fYz~B\u012a~B~BT\u0015,TO\u069f5,\u001dcu\u0015\u0012NYE`-o'g\u0014B\u0003\u0747_\u000b!)T\u0011c\u0019E\n=0\u001dD\b[\u0017\u0018\u0010\u0529H\u01d23iX>%tC#\ra\u001asRo.\u0013,2u+\u001dKf^RCo+j0X\u034e(]\u0001Ujp\/\u001c]H5RsG*\u001dA\u00edJ\u0007Cx\/\u02cfq\u0189\u00133MTmc]P\u001f'\u0006z\u0b7f+6\u070d\u0001\u074emyi2\u0019C\u0003\u001dV<`\u0019T\u001aevJqu\u0012o\u0013\u044d<:w$#\u0747L`K\tH#\nBp\u0007K \u001f 8OY2JvI#6\t\r\b\u000e*4,*5\r\rcn\u0019Fsd)\u001bfH\r60\u001ek`Vf}nSeF_(du2<\u001f\u07bb6\u04d6i3mF\u0007Qc\/\u01a3i?M\/_4Od?'\u0014iF\u040c~\u000ez\u000e\f> p[t\u0000?9zJ\u0004LFi=4i\u0018\u0003\nL0M\u001b0\u001a`u2|VX^\u05afvVF\f4fxH:05!eh-\u05aa{1iq\u0005C=h\u063a*e\u000e\u0019u\u0013Fd\u02acG(46dA?4Seif7:Z\u0011\u06e1kvbHATJ\u0005\u001aJ>\u0007\u001a`5c\u0014@\u04d0\u0017X&V\u060c5\u03b3v45^}n\u02ca\u066f\u000fb\u001a\u0012Z.$]pLn6+wu\u0011cVTAy\u01f4IF;7pn&SeQh\u019el60bL;t _}Tdfu\u001d=!{{Fd\u001b>3\u0013\u04af\u0011\u0007\u07db\u0018\u0017MHTb;\u000b\tM\t\u0017KR\fAw@\u0089\u045bK\u0011V|fmwA^E.V\u0012X?\u000bm\u001b\u0267\u001b\u047b\u0005n\u0004$k|_ysbw \r[7^c8u[v}\r>z\/K74v\bF<\f\u0019n3%\u06f2:iUiu z1nb<\u000b\u0001r]9\u0007\r\u021a\u000f'\/~z\f\u0016YXzx -LK\u0002Ws\u000b>\u0012|XZy)-\u052b\u0330mK(\u0015#\u046ba\u0011M7@7Y\u001dPa\u0001=\u000b\u0019^\u0002\u078f\u0012G5\u06aaAA`C?}\bu\u001c \u01ea\u02bbx?9=p?W\u0015%\" Y$y{\u03b8_d\u5b19\u000eKj_UIU[\u001d\/\u0018BbS\u0010hV ?X\u0003[\u000e|2\u0012\u001cn(\u00183D3'L;\u0018\u00ac\u0012uo\u0011\fs\u0152U{\u04cf\u001f>+\u0015\\`\u001cvsM\u0002#9_\u05c2\u013ap50\u0006\u0012q6*\u0019lS$\u0012(Xm\u0010\u060bQ: %T<\u001c{\f\u001a!<>\u001f\u0015\u001aW\u0007\t4$\u0015\u0006_P\u028b\u001cU\u0004\u000b \f+D\tX\u00023pI\f\b\u000f\u000e\u001d5z\u0016O5P8\u0002\u0000\t7%\u0017\u0000$Oi& qEl\u0212\u0010\t1L]\u0015$1Nt;\u0344$8k,+cl\r'r 9\u0018nDHfl*B(T=si{\u0006O1Bp^\u001b\u0003+r)8\u001da\u001a)\u001a\tG\u0001\u04ef}m\u0000\u001e\u0001Q\"U\u0003x$\u01e9#\u0001\u0012e=x\u0010oPYzRoDJ\u0011\u0017GL2\u0012{M\u0011\u001c{\/1\u0015)\u0011\u001fe\u0002\u0000}+\u001a\u001f\u0019\u0011\r33Mu\f\u0010_XYzr\u0015h\u0016D\u0001K\\\u0000oE#\\Z6\u0002g$J\u0015Qn\u0004|e\n\nvCq_&!\u01bb>\u078bK\u001axT\u001c\u078f0\f\u01b1+\u0001)b\"\u000b\u001e*\u00108\u0016]\u000b\u0014\u001a\u0004p\u0016K\u000b{uM\u0015Ub\u0005Ua\u0013\neq:,NQoXJagwOWK\r\u0005\u0006\u0004 aX*\u000fM\u0012\/R\u0016>T}d=\u0005uANv\u0014S\u0006(Jc2X\u0012'gJ9g)\n \u0000A\"N\u0014\u0635\u0017\/R\u0002h\u0513z(\u0002!e\n|D{]l=iEy\/u\u0000;\u001a#\"(\u0001nI\u0018Z!(-\u0000`K\b=yNaz\u00caW\/O\u0010\u000f^\u000bh>.\u000f=)^4\u062b\u0003A\u000e\u0004\u0232:\u0012qV<\u0000{`Az>\u0002\u00031F3\u0011\b1L\u0017o{vn\u02cf6vz)rV8~a\u0004f,\u000e<=P'Te\u001e_\u0007j\u0004\u001e\u0011lp}}m\u04fdu7\u001a*\u0003z@?\u0018C\u001d\u0444&BokQU\r\n; e\u0003H\u001f#\u000fc#PD\u0000j#\u0014@Z5k1\u0000\u000fsZG\u0000\tBP!gN\u0003\u000e.\u055a\u0016\u0014\u001e4- \\T5M \u001eD\u0016?\u03f7]Tso@\u0004=rZ9_Tqo@\u000e\u0011Q0E?B*\u0016\u0018\u040a6U\u001dpR\u0001\"lWB\u001cH\fE\u0004T0uP6t\u00109\u001a9K\\\u000bsi901\u02f7\u0012`l6)Gn\u001fx_m\u0001<\u0004[\u0012WB^eX+\u000e]WJ\u0000\u0005U\b(p\u0019B #tD_'8G\u0003\nm*\u000bT\u0010%p\b\u001fU\u0013P\u00ef1\u001dU\u0002\u0708\tT\u0000ud\u0402\u001fK6\u0002Z\u0018\u0003(tMb+?\u049a\f\f\u0011bd[@%s]auiuLu\u0018@\u0012u+y\u0010\u0013I\u0015\u0382M'qP$rDK\u001bIk%Ha\t\u0012T\u0004yR=]\u0017]81}6\u02b53A$RK%\u0003z\u0007\u0019p \u001e;8A\tz]r7c\/[:\u0001_\u0007a3\u001d#ozy\u0011\u0249}lS\u0018z~\u0471\u0010\t yr\u00e7P&\u0018|{g\u0017|\u0000>z~`?F<,\u0002\u0000e6]\u0006?()T#Y\u0012\"v\"u\u0003\u0007, Z\r`,##,\u28ae\/\u01b9\u0014\u0003A\u04de`&^=\/\u0007\u065eD\t<\u03ed5>\u0015Zs~a6e\u0006\n\u0018L\u0016TG\u0011T;a6\u0014:1\u05cbn~.0\u0001#%`\fo\u000b'\u029c<(\u001a(\u001a(\u0019\u001b([\u001b\u001c(OLW<\u001b~\u001b\u0005A4\u0017y;A\u0bbf\u0001\u6e73r\u0016h\u0013\r{\u0019`#\b%\tw\u0014p\b\u001ep\b\u0015IN'}o}C..#&#io\u5267RvKq\u0016 \/w\u00199)jB'{{a\u000f}\u0018$z)u#\u54b9-*<]9L|7q-\u0004\u0016}R\u0013|n\u0019:l&Ny\u0003w\u00aby}7_\u065bw\u001b}\u0004+MN\u0019|5\u0003 W7h!>'F\u001b#cj\u001bC\u000fu+ XEP73\u001c\u0374\u001b=m15L*7FZw7F\u03e4)0N\u001bG;6,\u0540nN\u01e7g\u04471R|\u0006#(6|\u000e0Vx6RE\u0019Ms2\u001dN\r\u0468\u001b\u001cAS\u0741A\u001f\u000etu\b\u8c8dh\u001e>b\u00035nW\u0019\u001aM\u0019J)2\rc@\/I\u06e4i\u0003\u052cZ^OT\u0001&e&\u0003VN\u000b\u0003S\u000fT\u019aa\r\u001a\u001agj\u6225Q\n\u0019\u0013x\u0004qq*\u04deM\u000e\u000b\u00176J\u0010N\udbf9\ude42UD]RA\f\u001f.lQ1\n\u001f<0\f6\u00044ML \u0007\u000ew\u02c8V8Q:ka&nxh\u1f27\u0001\rp\u02ed]l\r\u0000\u001aRJi2k3\"\u04e2%\u000esv\u07aeCL\t\u0007%0=E\u001e\u001d\u065bQ\u0015XK_`t\u0003?7\u0017\u07d3w\u000fW_\u001aB\u0007)\u51b1\u02c1Yx\u001d\u0005fn\u000eL2~{\/[\u001c:Hr?9qwOu\u05c8A\u001c\u05c8\u000b\u001f\u07a50Ny\u0001:{8I\u05982=]7-f<2vA)&b+\u0012#\u001emoo64;WB\u0000M\u01c3\u0011k-$rO\tsc3\u0014q\u05a9mL_\"W Z\n\u0012X7\"WhD0eHW\u0503T J\u000fCPQwP\u001fO\u0018Z}\u0004tV ]:\u001f6\u0000lE\u0019\u0505:.2^x:\u0015}p~\u0004>:x\trMJKIA\u000f)?y\u0552\u0012\u072e\u0012\u001d3+v\u0002;yun\u0015dY\u0010lq\u0006G\u000bB\u000f\u7bc7MwSg7=7iw\fcl1c@\u001fE&+\"5+\\ZhnF#*\u001bh\u00bd\u0015N)#\b\u0015R\u001b-oT.(\u0605)\t\u02be(\u0003}A\u0004\u000f\f<|QP!Q\u0121tN4\\\tidLE5cS'o\u01eeT;Mgi;]4S]\u000b:\u001f5tf\u0278\u0349\u076cy\u001fwf\u0017\u0000\u001e\u0017\u00140pG~2\u0013P\u0005\u0013'MI ^tM&d\u059d~L \u0001=8e\u0000wAOw\u77fenNzbu\u001e&%>|\u001dO%M\u001f\u001f\u0019'Ir5\u0019(:=`\\p \u07e7.\u00adQ|Sx\u000e\u0012\u4ed0R\u051aAA5@\u0003\u0004P\u0010(B\u0362\u0002cMR(YR(Q Gnm(T\fUM\u0019\u0013\n\u0013\u0013)m\u00029[@2\u0014NK\u0015\u2488f\u0010B\u001bj5'\u03a3[\t* \u00152KCnQ1!M2j\u0006w\u0002Eyb\u001bg]\u0002\u0010\"\u0007 D|\u0015@m\u0000)\u0010 DN\u0005\b\u0011\ftr\u0000+}'E\u0019T\n?vrB!{*4\u0000u}\u0010B\u001d!\n\u0013Y\u001e\u00033{\u0016YA_HK\udaeb\udf55\u001aDs^Qd%_j\u058aD\u047a\u000b\u022dR;Wg\r\u0014GV\u255e;R`,8\u000f\u001an\u0017V:\u0018*{\u0001]~\\L3N`\u001fi&n\b\u001en\u001f\u001cz7\u00195Sn]\t\u00164\u000f\u001e$m;;]\uf3d0ag\u0000n\u0007\b\/\u0014\u0007p@pv\t$\u0002t\u0013\u0019\u001c~\u057e2\u0002{\u001cYQ\u001eR0SaK]IQ'gL\u73bf{~\u0003\u001fT\u001a\u001ef\u0019f\u063cs\u00019?\u001c{\b=W\u001dS5oj\u001b\u001d\u001ek\u0006\u07c6\u0544\u0004%)\\mQ?US\u0014H81zt)j^HEP^\u048cq(\u02bdjAU\u0015\r \u011a]\u0000\ro[HN\u0748^YZF`J+\u000f\u001c\u0017A;'f\b{p\b\u04b0u\u000e\u001c(I\u0002\u0002egtCp|&>Sn-\u000bV\u051eVEV\u000b\u0000L1~\u0674\u0016\u0002\u0000sk\u000f\u001a6\u001f$On\\06mi\u0001\b\tG\u000f\tP\"(TT\u000e|*-O~5W#\u0015K\f\u07b6R1\u0012\u0019^zo\u001e:\u00cc\u0003Q\u00182V\u0005\u001f%\u0006j4cU\u0001\u0002sI.\t\u0011d9\u00134xU\u02d5ws~\u000fs{f~+K\u0004'a\u000fl;oOW\u00195aI\u00158_-u\u00156jKp#\u0005CHl\n\u0015\nD\u0007k`\u02e1?O\u001e`#`b0\u0013!|\u049e3`\bJp\u05fd1F3\u001c^*\r\u075b~\u0016`utH\nFbr0vsM\u0002#9_\u05c2\u013ap50\u00062q\u0006[U3\u0626I8\u0003\u0011%P\u0012-}tvT\u000eH\t\"\u0015\u000f^t\u0001\fC\u001fO%e|GzrB*\r,\u0272v\u0017\u052a\"g!G\u001585X!'J >\u0007\u0012\u0018c6ObPF}px\tCp|R\u0131\u0007\u00067%\u0017\u0000$Oi& qEl\u0212\u0010\tEiL]\u0015$1Nt;\u0344$8k,+cl\r\u0001\/W\u0016$\u0007\r\u001a\u024cMEh\u001a\u001a\u001ei\u0014\/\u00041\"z.\u0007S\u0019XL#T=\u001c1P#(_y\rcM\u06a8x\u0010gNYzr\u0005\u0014pq\u052a+;\"\u001b QD|\u000b x#]L\bG]H\u067d\u0018\u62942r\u0001\u0015\f~H\ud659&hy\u0010_XYzr\u0015h&DK\u0117\u0016\u0000(\u07caG\n\u0635vm\u0000i\u0005H+V\u0766\t\u0284\u0015\u0015>)oJxmM\u001c\b\r}\u0017o\u0005;E*\u078faJzRX\bC m\u001c;2\u0239\u001c-,Q]\ncq\u06b5p,NQo8J\u0000g\/jW\u0004ZqHY%\u00160S8Z^X\u0016\u05287,;\u07e7W\u0006\u0002\\\u0002a0,n\u0015Gq\n.U| {\n&(\fQZe$\u0011Ol\u03d4r\u0014S\u00107I\u0000|(\u0443>2'\u0000ng\u0019l\u0002\u001f5^a\u0017~H+\u0297P'BWG^4\u001f\u001e\u0014\/\u001aF~\u00c1\u0460\u000e\u0004\u0232:\u0012qV<\u0000{`z>\u0002\u00031F3\u0011\b1L\u0017o{vn\u02cf6vz)rV8~!\u0019k'\u0003!'&$O^\u000f\tU\u0007j`b\u000f\b<\"{bovE;q5xM\u0007\u0003zAS`\fuD\u0013\bU9GU5P*@B<\u000e\u0011=\u0000(8:\u0002\b\u0005H\u00046H\b\tTMZ\u0004@F0u\u0004 \b\u0015<~[\\c\\4v\u0474\u0625(4i9\u0006\u788a\u0004i\u0004)D ^z\u0378h@\u0004=rZAh@\u000e\u0011Q0E?B*\u0016\u0018\u040a6U\u001dpR\u0001\"lWB\u001cH\u0004f\u0011(\u0015L\u001d\r\u001dDf\u000eF\u000eb\/\u0012\u0017\u001c;lhi\u000eL\u0004)4\ryJ[\u0006\t[U\b<\u01af\u0019C%qe_+U\u0405ze\u0004P^\r\u0001(\u00042BGuS\u001f}T[8\u0426@J\u0005Q\u0002Q\u0005?\u046d\u0010UkkG\u00007bu\u0002Ue`39@d\u0402\u001fK6\u0002Z\u0018\u0003(tMb+Kk2d\u0010#\u0002*\u000f\u0015f+\u0000xe\u0013D^\u000bHB!kxi\u0170\u000b!zd\u001e\u0004V\r_\u06b9vi\u01b0\r1d\ub13dk\u001b\/*\r\/\u00186S!\u018cyep\ubf32k-jQ\u001f\u071a|jG\u0457\/|\u001cWe|3*Bcg\u001c\u0015!oq$H^'YueR:0_\u001cT(\u0017\u0007&\u0011bd\u0004s\u001exU\u0018\u001fTE(r\b~\u0012\u001coA,\u001d.OZ2]_\u0001K\u0012\/sT5M\u000fX0Z\u001bsp5os&\r\u0003a\u06d2!W~2\u022b%cV\f\uc798{-1\u001fr'j\u013cmbN:\u0002))OE`\tmq4\u0014\u0262\u001c*p\u0006O_]JO^\u0007=J=fTxuj;y\u0015pW\f@\u06b9\u0005\u000f,\u068b\uf88a\u0000\u0012\u0000KP\u0012\u0001O%d\tR|X~\u0004,Aj{Oas\u0017vk\fqrL\u0010\u0014R\u0240~r\u00063\u001c\u0007\u000e}PBrj;k;\u000bo\u072ad\f{1XOzwx\u0007.\u023f=yn`-\u06a6_eu\u0004sguo \\t\u0007\u001f}\u001dRgvt0\u0003\u001d{\u0004d:\"w\u0014\u000e\u0003N\u00178I\u0131m\u0011Vq\u0205eu$d$czw2j\u0006\u0006qw\u0016}\u001f#-UgLN%\u053bT\u0003f03>\u04a7]a\u0005\u0014\u03e9>\u060bg\u001c\u019d?\u0006(3Qs{znJv\u0007FDc1\u0012T\u00034fjt\u00115s\u053fvp\u0007N\u0006]7\u0006\u0001>fh\u0018\/M\u001dff4GFG\n'\u001aP>5f|\u0006\u07c9NN,K;P]\u001322?y!:\u001do\u03b3\u0019\u000e%Z~g,\/-[6\u0689\t@,#[`c\u0014VH\tk\u0322\u0006al\u0019z\u000f}\u0013\u000e\u04eadz45\fc\u0013JO'@E\u0007j3\f\u0454pf!f7]\u0010\u071aJgoF\u0005\u0003\/bm\u0005m-\u0006\u02d2\rq#sdJ\uec7f]?i&(3\u00198%c\u001e=:Y\u000f\u0004Y|O\u0017`-q\u0183\u000e0wv;{:>g\tA}_\r\u0153Y4:R\u000f\u0018QAvkLYk1\u03a03vAO`;*\u0014\u0013\u0015\t4\u000f6\u02f77\u001bC&xea'ariOgD\u0019\u0011d_+m\u0010}MfU\r+hTt3\u000f-e\u000f)c02\u0015Lx=0\rt\b\u8faa@t>m\u0010#\u060a2U\u0010PE+w\u0013OB3Om,\u0013,\u000b\u0764\u00144@\u0011k<[-\/a\u001b\u026d\u0015.'D\u001bu^{DL,\b6Kw\u0003\u0005\u03a6)\u00b3\u001b;\u00061RV!1B\u0007UD6\u0005Q\u0004oryN7\u0011e\u03f5~N\u0006\r'\u05149Ia8\u0014R&$-T\u01d01K\u0619)\tE(\u0003rDA\u0004\u000f\f\b\/\u0014\u0007p@pv\t$\u0002t\u0013mFX\u0019!(n\r+)(M\u0014J\u02cdc%\u0015\b,de%1\rme%\u0014\u57c16=-T9-d=FlX?[\u05c6c)\u0116N(Ufgmg?\u001bO\u0016\u0011)j\u000fb{\u001b\u03d3k\u0012:=$=\u03d1Ls(>\u001f9\u00073h\u0016hJKk\f( \u0004\u0015&tFoOfHcKA2D\n\\o+f%Tg(ov\nJ\u0014\u0147\t\u043b#nCt%ImP&dK\u0235.w.\u5b0eJ%\u0000s\u001e\u0011>[lR[U[)be+\u0011\ua0b7+\u0014 {V6?c{i\u0001\u0007S\u001a?\\+fc\u001a\u001f.Bm\u0743\u001b\bM_\u0005>#)\u029b\u0005\u001f\u0001>dTV^_\u001a5X%7Qn\u001bHF\u0004\u001bp\u001d\u0014\u001c\u0002\u0001M(!x4c\u0019k\tK8\u0000,p$\u0014\u0010N^AX\u0019^.q~6SsfKstIqIIvl=N\\J9o\u001bTB\u0562\\WIY_C#C0\u0005eI\u0002\u0016z\u000f\u0006InH\u0018\u000b\n*3\u001f'L\u0007\u0010\u009c]\bW\u0598}V,[h\u0018\nWzr6\u0010@7MV0=\u001a\u0007#oK`bKAb[b\u0003Z8{53S%q\u0011\u0018hjt>8;2x\u0007\u0000\u0004]\u0000\/\\\n)(\u0478yIAv\u00c6WU,\u000fCWw\u000f~\u000fx>\u000f=nPx\u0018\u05ce\u0000F\u00070B\f\u0004A\u0001\u001by.\u001f=\u0369\u01d9?\u03d7\u00171\u0011h!&Lc&r\u0683\u0218Og{7{vz.r\u0633~Q\u0001D\fS$n\tS:\u00025wj,\u0002u\u0017\u0015\u001aG\f\u001b^\u001a\f\f\u0003fWu\u0010wQ\u0017\u0015\u03fd\u001eeT16\tDM?\u05a3\u0019(U!<\u000e\/z\u0000\u0438s\fm\u0004\u0010\b\u0018@\"#l;\u0438k!\u0000\u6d0d\u0000B\u0014!J\u001fOn\u000f|g}t\u0735KAh%\u000e\u7b06q\f\tB Y|q,\u0007\u00188RzOsNx5\u00c1\u0018\"ch<\u019eT&0~O+\u06d4uw81\u0012IY\u0007a\u001dH\bU\u0002%\u0018-okx\u00114\\:iC\u000fW\u00deJ^WO\b+lJjO\\\u527981s$L\u02d4D'*[15\u0014+\u0011H\u0006_]O\u0780?{\u000ezI-<\u0663\u01e9Wp\u0002#\u0018\u0006ksg.a\u0015{\u0001wK_\u001a \u000f4I\ub5e0%~\t~\t\u001aY<;\/Dz~_-mzjcHT\u0011\rB\u0340aJ\f8d\u000f\u001d?\b]v\u001d?\u0007`\u0003'\u000eprS2X\/\u001f\u06f3D\u001d|lvEAA\u001bozS\u0019z~1Fb\u0000yJ\u00e7L .\u0000q tH#>\u0016\u0000\n.6\u001fR\u0014R3\u0010,Qf\t\u0001?@E4#E;W\u0015%$\u0002\u001d\u0015u\t\u0016\f}9;\u0017\u0012\u0007^\u00076KN)yxgi<@$M{s.\u041bK?\f73@$`c:u2\u001dwf\t!t\u0012pm\u0016\u048b\u251d\u0013ab\/\u0003d\u05001-\u001b\u000b j k l msx\u0017+2gQSnw[JMQC\u04cdK\u0014\u0019 s\f>\u0004\rA@4wj?:On\fd\u0003\b&%\t7\u0004h\b>gwA\rY'\u0006v.=}..g &%iO(b%\u000b\u0010j\u0019>Z\u02f1B*}&\b\u0019m2f]`'C\u00129\u001c-*$&0[C\u0015\u7b7b}w\u0007\t\u001ed3zQ>gssXT6y\u0002f\n~\u0007_dw\/\u001bX2d\ud265\u0006S\u03bd`X;Pmj\u0004wRn7\u000f;,\u000f#'nym|-t\u0598X[ckj\u001b\u05ad64F1D?S5p}kM\u0508umSuHoM-&6mW|\u0011\u040e\u0019d]\u001a0qYa\\}G[C\r2tRor\r\u063a9#3>&\u0002#V\u0018%]Ti\/G\u05d3S{6Z\u0000Y\u0006:9\u001a\u00db)94-\f!\u0012\u042f\\\u0003$fkd\u00115{~\u1696A\u047fL\"[&$oFE\u04b4IRH33#I##H\u0013S1flLg'.\u0011\u0019N)I\u0010\u000eE\u064ef\u0010-I{LJ\u05c4\u0218p\u0214f\u000bl\n\t\rY(6J0fmvb~ZYL\u000fFAsLRh\u001e\ue112&P\u0011\u0001wv\u0019hBVt8\b3<\u0017&V\t~gD\u0006\u01f7+\u0005e442_Od\r\u0016X'$Q\u0015\u0011s?Co\u0002\u0683\/\u001e\u0000\u0019 o[KqsE}t\u0002&\u0012n\u00ac\u07dd\u0017\u001a'wh#oUd\u001c:\tHv\u7588\u001dcX@nVTs\u0013'8'Vh\u07ad\u07c1L3s\b\tVYp0$J\n,w]JD\u001c{,7b\r`)l[i\u0006\u001a\u0019\f\\\u0007\u02081Rv\u0018\tFd}1\u0010\u001eN\u0018a\u0001\u0011!\u0012K\u0746=(5\u0015:,r^=')Q,s{\u0019%2z\"X=\u00044lC-\u001e\u07ed?6_\/0\u0006\\o6~f\u000f\u0011:50\u000b\b\u0004\u043b\u000f0|{l>\u00113o9\u000bN1\u0018ytc\u07c9\"\u001e4E\u0013\u0162\u0007VD\u0011%N\nyNW1\u00115=p'q\u0006\u0013j\u039d2B\u0005^O5s.$-gd2c\u0258\u0121X\u0012x}V\u0011\u0015\u0011;z[?F3\u0015O\u0001\u0002\u0605gEjv_a@\u001aKJ\u07d0r\u03fbS\u0003(\u0159q~G~RgTX\u0004\u001d\u0013&MJ\u001b\u0000^|`E'h\u05bdN}O4(9zy\u0007Yt&u\u0013g0\tvOQR\f\u000eGqq\u05c7>:-}\u0013QRn[\u0010:XH\b\u0014i3\u00b1\u0014HB\u0003v(\u0001wH9wHv\u0000{6(\u027buzW\u001d:$9$9rf\u0005d\u02c2\"c\\d\u0019\u0018\u0880AQk\u04b1L\u0007wF*Psm\u0006\u001cm6_EA\u07fc\u0016YDVbG-j\u0007q^Qp\u0016|E5\u04dcB;\u021b\u0015tk\u0006}.kEQ>\u3f4aTA[\u001fG{\u0014}eG_D\ry\"i\u02e3\u00191s\u001e\u0019\u000eEFZG\\e\u00140\u000ef\u0723\u0245{=\u0011%|d\tW!\u035f3g4x<#d>\u0002\/m1\u0014cw[v#*rX{\u0001\"5R*g2\u000bg.VH0J\u0014\u0511\n\u0007|a!\n\u001fU$\u000bw\u001bdbni\u0002\u001dBXid\u0013Q\u00036\u07e4p\u001byHQZ\u0005b{Y\u000bs,CYx%c\")&\u001cqV\u0255\u001e\bF>uvZfB0\u0498\u0000\u001fU\u000e`\u0000\u0010\u0000<\u000fl>\u0619TPfBo`,\u001fC'<\u00019SF\u0005\u001eQ6[%\u000boG:|+rt\u01aanQ\/6F\u033a!-\u058d9\u04c7\\\nR\u0013n6\u0019t~+LPM0B'Z\u0651[\u0017L\u001f\u07ccfI\u0002\u001d@2Oj~3&kz}c?\u001ak\u0016}!QNf\u44e7EN$oL#)o\u0527~:Gd\u0016no\u001fI\u0798:\u0012\r\u040a<5MF\u06dfEg\u01cc=$o8h$M\"G\u000f|.],VDt?\u068c=emc\u0010\tX:\uf90et\u0007sy74X4ADW\u001b\u0552}\u0000(t\u00cdt1\u0000&@p\u07fdt\n\u0015\u001dXIPYVYbd\u01c1\u001a\fh\u0018\u000eh:\u05d5s5oL#lo\u0004]\u0005\u0007'H\u000eZR(6IY!4fv\u0006\u0013\u07a4\u0002y\u7ec4~?ObK\u0017rVC=\u0684n'\u000fSZ?n\u001b'\u000b\u000ex3\u0666dWCM\u001f\r&a\\@\f\u001a\"\u001bd7T2\"q\u0481n:\");oK\thQr(\u0000u\u0797I\u00078\u000e\u0019\u000f\u0014lS?\u0733b8!\u0003\u07ed\u000e\u0007\u0012#iwiW|)\u034de~L\u001b\u0003\fC=*,]b\u001cbqipb\u000b(\t1\u00028\u001f^=S\u001c\u00172W2D=|\u00fdo\u0012BB^WKR9\rf\u001edk-Eq\t'1>\u0197\u0002EX{;\r+\u0003A\u02ffW z@\u0000!|vinFJFq)|U\u0011>%9\u001dg%QF\u033c\"\u000eM\u0005~]\u001a~\u8ff6Xm\u001b?rq\u0003\f+\u047b[&>\u0011>[*I[U[O\u0006ODkB\u0001li+\u001fU\f~\u0002|8\u0268z})d5X%'Qn\u001bHF\u0019p\u001d^\u001c\u0000M(!x4c\u0019k\tK8\u0000,\u0010w$\u0014\u000bN)X\u0019^.q~6SsfKstIqIIVmtIN_`Y\rK*!j\u001a^\u04faM\u0012\u001cr\u0004\u001d\u0019B)-K\u0015`\u01f7Cj|'\u04fb!b \/0+|\u051e@2\u001d@\bsu!\u001b^Yc\u0019BUpx'ct`{5\u000eF\\\u015c\u0136H50'\u0007:qk\u001ag:\u07e7K8\"\n1\u0012\\JQ\u001e\u0002DJnj\u0012M\u00019\b)(\u0478{]_\u0012$[%!\u0015XbP\u037bdu6\u03a8nX\na\ue0804\u0017\u0017M\r \u0004r\u000e\u0000\u000b\u0506aU\u0018\u001f\u0019d!\u001b#C9)`\f\u5223@2H\u000e\u02e0IP#))}$#\u001d5v0~B=i\r,\u0003\u0015Q\u0013\u001fbJk7\u02abF~+@c\u02a9\b*{\u0015\bPuz7{\u0015V<\"5U\u0209`\u0011|}\rXB-\u0007\u001f\b\u001e\u001ez|\u001fz\u0720x0c\u001d\u0001\u00070B\f\u0004A\u0001\u001by.\u001f=\u0013\u03a9\u01d9?\u03d7\u00171\u0011h!&Lc&r\u0683\u0218Og{7{vz.r\u0633~N*f\"\u0001uKLL@\u0011;Tc\u0011?\u042e\b\u0000n=~._n;\u0000\u0003G^\u0010~j8\u0018up \b\"\u001a'\u0015^\u0447C}hU\b\u0006t(MYw\u0013#K^u{\u00008{\u000e$*\u001epuvt\u001cd\u001c(\u0010\u001c;lim6V\u0003$-<\u0003 >~\u0000\u001e-A(V!1U.0*K#5\b(^7\u0000\u0005@\u0006\rD&8\u0001\u00056U\u0004R2B\u0002\u0002G\u0015n\u01bctT!\u01f7\tT\u0243\u0754\u0000&\u0598Y\u0013\u0402\u0004@44ul\u000bdi\u0010#\u0003*7\u0015n+p\u0000\t\t^XT!i<\u0017dm\u0018wtG\u0014QMkoi%&]x^Ev\r\u001a?\u00d0T1$\\vcp*\u001e\ubf31c-(\u00f0\u0019\u0001\u0016\u001ci*\u061c\/\n_^L\u0010\u0005.oF\u001dVa1*))a\u001c\u0011\u000426+?\u0010Y2R\u0007\u0018,0\u0010\u0002S\u0015Z|!F\u0014OM:QHZAUa\u0014\u0007*\u001c7D\u0003\u00f7&\u0017b\u0441\u0212$%\u0011D-h)3G^\ub300\u0167W\u0017F\u00124\u075cI\u001cb||\u001adUz2FX1dSbV{b*O\u0109y\u011c#Y\u000fe\\$B>Q6\u0782N'q'\b\u0016e_@\u00176x\u0725\u0016\u0000\n.6\u001fR\u0014R3\u0010,Qf\t\u0001?@E4#E;W\u0015%!\u00ce\u010a\u0004sT\u0385\u0101Ao\u0352SJ^|!^_\u001a\u000f\u0010=u\u0013<\\i\u000bR}3C\f\u00102\t=\u000er] 3\u01ddPn\u019d\u0010B'\u0001f-(N9\u0011&2LvJ\r\u0018\u06c2I \u000f\u0006R\u0006R\u0006\u0006{e\u0003mGl\u0005k\f\u0000y{a|\u561b[Cr\u0015vefmsoo[Q\/.\u001dx8w>{A\"s\u0016\u0015?\u001454\u0778KQ\u00012wC\u0690\u001eD\u000btN|#_+?@\u0006:`R2pCxsv\u0017`|mo\u000fCr\u0006nR>>\"[{\u0000Q}c\u001c-\u04b7k&S\u001co\u0005\u000bvx\u0757y\u0018\u01927.z\u0000Jqf\u0478\u050b\u0011\u0016A\u0007\u0004I\u0006\u0017t\u0409?uo\u1b7ef\u0013!-u\u07ac\u0007G,q\u01a3=w\u03e2\u00cc8I{_ep8r1Y\"h\u001fo@%\u001el\u0015H+&R$\u0014U#SD\u0016'\u00126\u0002ELp,\u0005R\u000e}\u0003x\u0006~\u0001R^\u0001>\u0001G\b\u0007q.=\u0017{\u0002H\u0001Hz\u0001\n\u0256\u0005E\u01b830E\u0001#pG5s=5R\u0002\u001f4L\u00144\u0012+\n|.\n:u\u001d\"2+)O\b@K[e>3\u0158\u0756\u001d\b\u0001\u001cV^@o[\u0010rNx\u0012'L\u00195\uc88bU(9R\tR#+=u8\u0019o-_X`\u0002da18F\"g=24Jc\")&\u001bqVu\u001e\bF\u0013u2\u0013\u0014\u0004Hj\u0000+\u0007h\u0007 \u001f\u0015N'\u0005e`'JAA\u01132*SFy\u0010q\u0003\n\n\u001d+l|J;\u0019b>\u0005,G'Y\u001e\u0307v8:[iz\\in\u05f7I%{>;`FSS1\/\u0318PWQiW\u03381\u0019)s\u0004:ec93}\u0000(tp1\u0000&\u000b\u0003)I=\u0012\u000b\u0015L\u0018\u000b\r\"\n\u0012{%;\fD g>l{\u0004\naF4ul=gJ#l\u000f\u001c0\u0490vM\u0004\u001anWDj%OiH4!2\u001aI\u0011^I\t\u048b\u0268J!1\u0014\u0016\u0013\u0014\fVH\u02ee\n.*MIJSB\u0494\u001c4%*MIJS\u0002\u0494L4%*MIJS\u00ad\u0494|\u0014\u0014q\u0015\\U\n\nHJ\u0019\u0017-,\u0010z\u04722r\/ZXE7r;X\u0006VN\u0017$a0\u0014\u0015\u0019X9U*\u0016\u0010\u000b\u018aH6V|u_G\u0013\u0018\u0004X\u0005\u0007H\u000e\u013a\u0017M\u0019\u0143\u0006\u001f1a;\u0003nR\u0001pB]B\u001f'1%J\u000bYl9+\u001ewl\u03f6K\u001f~^t\u0007OZer.\u0001S2}wtn\"&;o3\tPu\u53ffw\u0004P~C\u001b8d~{qMp\u024a4\u0006.7\ueacb\b\u0007\u0012#iwi;T\uea1br104\\\u001b\u0000RQ\u0479#\u43ba\u0019!\u0017K(G\u0017lR\u00c5;*E\u000bQ3poU\u0552\u0014l6\u0003)\u0007ZKQ\\I\b{Okr\u0016~?fTm\u0012\u01cc\u02bf\u052ec\u0004\bq\/\u001f\u000bN\u0003'{Ibm\u0015f\u02f7)\u0259}`>2b\u0015s4mB\/x#dDg;t\u0003\/F2D\boo\u0015nUnu\u0387 G\u001f\u001c+]qP\u0017]\u0000g\u06b4\u0011K\u000fa\u0006?@\u0019sMg5\u001cJ\u0007\u0015KstIqIIV3mtIN_`Y\rK*!j\u001a^\u04faM\u0012\u001cr\u0004\u001d\u0019B)-K\u0015`\u01f7C|'\u04fb!b \/0+|\u051e@2\u001d@\bsu!\u001b^Yc\u0019AUpx'`RxTk\u0005#ci0Z|.9.\u0005mjaN\u000eh5{53O]pE\u0014b$k\u0651< \u0005\u001c$j\u0002xR\u0000Oy|GzCJ\r,+\u000eq\\iZUY#`\u0004|\\H\u0014\u0014\u000b`|\u0002<\u180cA#$6\u000f)\u0007JLb\u0000\u0019\u0000\tS\tH\u0018p1\">#&D:\u02f4\u0014$!Nl;\u0744$8g-\u0717\u000b\u0013l-D\u000bx|E=6\u0018(6%i\/BiC\u059e\u0013G_\u0004K\u0013`1z\u0007\u022eu\u0002\rY#d\u0014$\u001c\u0011_\u0001{]_\u0012$[%!\u0015XbP\u037bdu6\u03a8nX\na\ue0804\u0017\u0017M\r \u0004r\u000e\u0000\u000b\u0506aU\u0010\u001f0IH]\u001c\u00140LrQH\u0019JQZe$(\u0011Kz\u0014[\u000ev\u0011W\u014e\u000f\u014a4c4\u0015Iw\u0014\u0004n@d\u0019hHx|7\/\u0010,uWZ\u001bQ^5_i\u0007\u001aSNEP+@\u04fb+8\"\u0011_BN\u0004[\uf4d7\u0004\u001fd7l\u0018|U\u0012j90tE{\u040b\u0006\u014bQ\u001e{\b`4~\u0000#\u0004Y@\u00104\u0019\u0012\u0011\u0018sz|y\u0011\u0013\u0011\u001fbo\u001a}D8f\"=|\u05fb'zw9mG\"g=\u0017(\u0012H\fS$n\tS:\u00025wj,\u0002u\u0017\u0015\u001aG\f\u001b^\u001a\f\f\u0003fWu\u0010wQ\u0017\u0015\u03fd\u001eD\u05b1h\u0002Q\u0013\u000fj\u0006JmH#5\u0003H\u001b\u0463\f?F\u0000\u0000\u0001\u053f(R9\u03b5\u0003if\u0000T6\u0002\byR(I~>=t:Rm\u0635KAh%\u000e\u7706\u0004m5C\u0010\")>n=~._n;@\u0000\u0003G^\u000e~\u0533\u001a\u000e\u052e\u0019\u000e\u0010\u001eSDq7b5+ZQ\u0726\u00c9%\/N\u02ba=P{\u000e$*\u001epuvt\u001cd\u001c(\u0010\u001c;l\u0458@\ry\u0000;f!OjMO}L\u0011*\"a^\u0019=\fV_A\u001d\u0007a\u001b?z[N\u001ecs}|\u001dl\u0001NnF1,\u0011a(\u001f]\u0011vP|P=\u019b?\u001ezT_\u0018?@i)\u0013\b>3\u000b>(@{?\b'\u0488\u000f5\u0000\u00ae\u00074\f\u0004KYBO-\u001fs\/\fW\u001cs[{[\u07bb_p=]B?\u06ae\ucc2dy-r+1\u0725c}t7\u001b\u000fg\/\bWd\u03a2\"t\u0778\ufd94\u001b)3@\u0019|\bV_W\u001b\u0483h\u000ei>uD9rG\u0019`W\u0007\u0010LJ\u0013n\br\u0017\u0010|\u001aO\r]zh\u0015\\p]@MJ\u01e7PvKpO\u0017 2|LcTvqM\u00112d`\u000eO%r9ZT8;ILaZ{\u001f\u001c5\u0001+[w\u0463w\u000f\u0012cd8s\ryk\u0686jZ\u001fX\u0003?vv\u0006\u0011\u0002\u001f\u0018%]Si7\u05f7I\u0002v2O*FY\\\u0003N+7f.f\u0019c=)d\u0412\u05e6I2mkRX\\\u0003\tM4HQKMkBK*\u0018*\u0019-NY%\u0006)1\u000e~o@^d@dTVLd\tofCE&I\bZcO~\u07d1_I\u0013RRm\u01d5\u0466HzMp\u0012}SN\u0003\u0007ui\u0014a2J\u0427ftjT\u0014sL3L~?\u3fe1\u4300)*z\u054c(gx ,\u0007\/~gD~\u0000\u0006\u01f7+;4\u02dc4_Od\r\u0016c9'$Q\u0015?Co\u001b\/\u001e\u0000\u0019m\u0011o\r[KqqE>.\u0002&\u001al6#_?eu\u0017};p`\/vt'\u000e,\u001a\u0001A\u0007w_ev525\u00003I0Hvd\u001dY\u0014XbnVs\u0013P'\u07ed\u07c1L3=\u0004,8\u0018\\\ud8f9\udcb3^>\u001dgR\u001d&`9\"_\u0003~a\u001d\u078b5{\u0019\u001e|\u001d$K\"-^J\u0017\"]Fc'\u0010?07\u0003TB\u0002Y\t%nD+JuL\u0014PEn\u05ebd:%\u0753Axa\u0013q,8\u0003\u0004[Fy\/sF@v \\Uvn$\u0011\u0012\u0011b\u001c\u06f9l\u035e>[1`\u0016\u0010fIG\bVw\u001fa~e4}#\u0007iQ(h\u001bV\u00148\u0014:hEdMy\u06a2}\u001b'\u0015\u00057+\nnW\u0014Yc?)+_QN+\nn\u9cb6l^\u001a3\u07a9H\u0015qC\u0001W\u0016\u001a\u001c}5\nI~(&<\u0011A[HPd\u43a8u\u0135B\u0001C`6=\\\u022cG\u000b\u0013XIp\u0015\u001c>s;J#|g`\u0016\u05cd#\u0018K\u000fnZ\u06fc#\u0018\u0409F2j\u0014\t\u0005\u001bM\u0564'*[dfO\u00e6?'\u04542\u0019Yxd?AL\r\u00e5C{hZ@+\u0014\u001bSO?%-$T@\u001a4 \u00054)E\u043aY\u0019'\u0002d7i\u0019mbj\u0016uP\u0666YQQO!QF~Wm\u001e4S.l,@+q\u001d\u0006)a_jaf\/M2\u0013Z\u0012ZW']\u0002\u0748<:&M\u0013ztf\u001d8V8nx+G8u\u3dd2_MRO{\u0007Qh\u0362\u0015\u0003V?]Gm]EV>]-{63E\ue910\u000b)\u0000~Q&)cl\u0002\u0491myZ0\u0000a\u0015D&7\u0528ff#\u001a\\g`O\u0011X\r~|\tP\u0005BQT`(uL +rh\bPy$CFX\u0740m\u0012\/\u0005I<)\u001cc\u001f?\u0708\u0016\u0000\u0011el'J\u0002\u0016G2:\\'n##\u0013\u0017S\tBZq)0W)\u0001iq)\tJ\u0011=AV\u0015\u0014\\[PR\u0018t\u0006)AiJsPR\u001e\u0007)\u0015BiJPR$t\t)uBiJPR*\u0014IBU\u000bv(\u0018TfuiI(\u001b1I\u001bNH\u001ch\u001d2\"M)P#V?5\u0010\u0014%D)(\u0005U\u0011EF\u001bQ($\u0005t\u0012E(\u000bi>w^+#?mv\u0015n+n\b^4\/|\b\u001am\u076f\u001es\u01918da!]p&Az\u01a2BJF3\fUm \u0019\b\u0013\n\u0000\u0007\u0007\u0012>7\u0002;:T\/^ykF=u\u0004\u0003^q\u00057}(L\u001cEa\u001bYg~J}du)u\u001411y\\3D\u0000\u0005^T\r(\/\rPg~N}^\u0003m\u0005\u0014\u0004\u0019IlS\u0014Cb8!\u062b\u5b4ec\b\u0012#iwis7\u0234\u000bt}L\u001b\u0003\fC\\*,\u001aiX_\u00ce7n\u0006K\u0007\u0012%!\u02be\u0005\u06f3\/r\u066fHW4D=|\u00fd\u0014\u0012BxWKR\ff^k-Eq\t'12\u0017XEX{\u0010\u000e+G#_=\u001a_k\u05ebG\u00028\u0757\u000f\u0005mo\u001b)i\u001b0]mOI|s\u0007\u00113\be\u01a5an\u0013z\u001f${\u001f-=>\u06c6\u0721\u001b\u0004\u001etXO>VUVg|td7($]\"]\u0015\n=|fM4Ouf\u0003)Qg&Kg5@I\u0015\u0000T9\u0003 !{J7\u0001\t\u0003.F\u001cg{D\u0584H\u0003}$di\u001em\u0011LraruA\u001c\u0006\u0017\u0166$4EX4ta[d\u00074vlm\ud8f0\uddef#D\\<\u0605mh+vwV\u001c\u000fb\u0019\u000f_G\u0004~|\u0015{fk|\u020bk\u001a\u0019L\u001c(\f\u0014#z@\nX\u0002?\u0000S\t\u001ccu\u0006vQ\u00008|\udad7\udefe$HJB*\u0160wljeaYQ\u0770\u0014\u03b9\u0005\u0001iw\/X\/\u001a@\b\f\u001c\u0000.\u0017\u000eC\rx >\f\\\u001c\u00140LrQH\u0019JQZe$(\u0011Kz\u0014\u001by8K\u0000H*v\u00145v0\u0010\u0001e\"1j\u077cCl]imFy}uAF5\u0216\u04dd+8\"\u0011_BN\u0004[\uf4d7\u0004\u001fd7l\u0018|U\u0012j90tE{\u040b\u0403\u012e\u0002{\b`4\u05ba\u001f\bA3\u0010\u0004s\u0006l\u0004~\u0004F7\u001eg>_^D\u0122qZ\u0000bt*f\"=|\u05fb'zw9mG\"g=\u0017\u00150LTLP;E\u0002\ub598<%#Ps\u0006p\u001f]\u000b\u000e#\rlo\r|WG:\u000b>\u0019}w-\u000051^ZfT\u0646\u0004>\\;y'\u0011\u0002P\u0010m\u0004\u0010\b\u0018@\"#|;P\u0017\u0010\u0000kx\u0000!O\u0010%\u000f'N\u00076s>\u00067\u05bb\u0018\u001c\b\u00144\u001d\u0018g5$\u0018]3$\b!f6\u3b16\u0003k\u0003\f\u001c)rzC9@\f\u00111E4\u001ewcO*V\u0013\u0018\u0015m\u02ba;\u0018\t_\u292c\u0003\fEO\r@Bh{]\u0001\tW\u0007iG\u0007A\u0001r\/\bq.\u0331\u00d6\u0676iCo5Nb\u0213\u001a\u06ef\r\u0002\u001b\u0003%\be*5\u0005Fei\u0002P&Vs2`\u0001(\u00002h 6I\u0007\/V\u000e(\"A\u0014\u0012\u0010<\u0017\u001aD\u0015:\u02a5\n\r\u001e?MjL\u001e\u0004ho85\b-eN@\u000b\u0012\u0000=.M;%%\u0003C({\u000fl\u07acm0i\u0001$&xaQ+\u0018\\etautG\u0014QMuk\u05b9\u001bV7\u001b8D\u06c4K\u001b\u03eaYkX\u0774k7\u0006\u001b;\u0002\u0019\u0001\u0016\u001ci*\u061c\/\n_^L\u0010\u0005.o\u01aabTSV\u0577S8#\td mV~\\Y!d\u000e(\u0016Gi0Ua *\u0003&\n-}`\u0010#'&@]($[L\u04a00\f\u0002U\u0015y@hpB,?:\u0010Yd>\u0002%\u0018-okx\u00114\\:iC\u000fW\u00de\u0293qK^=\u0019#O)1=1s'f\u013cnb\u03912r.S\u0012!T\u001boA\u01f8P\u0004D \u000b\u001b:c\u0002\u0139}\"[\\\u0003\u0000*\f~ J\u001d)Tg X\u0012\u0002~\"mf3hF^w*\"KH\u0004\";\u0010+j\u0012,Fg\r}9\\K\u001c8\u000e{\u001d,:\u0017\u0000!\u07d3X7s\u0355@o\u0479ofy3\u0003L\u0002&8vz\u000f\\\bs\u01dd\u0018u3\u0010:\t6nEq\u03890\u0001dSj\u0018\u0016L\u028d\u0005yt55r66S\u001eNW,\u001b\u0010n\u001b?b+X\u000bg\u0000X+\u000b+<\"W|=\u001cvO\u000f>\/4;lk{\u000bdz1wXo\u001f9\u000b\u0015\u023f})]7n-%_\fs\u0006\u001f\u0546 Zt\u001a;\u001f|\u001dQ'z\\Q\u00062\u0001\u0004\u001bc4\u0004\u0006,e\u0013o\u0003}p\u001eZ>\u0017\\3\u0010t'\u0014\u0012\u0005{\f\u001fSXm!]}}\\6x3.X\u0013!{\u0016\u0015N\u0012\u0013zG!GM~>\u077bw\u0004\u000fe?<\u000btln\u000e&O\u001eU LVo`I{:\u001f7A\u001cw=QwO1\u0003DO&nyk|4f\t{\u001a\u0013KtklMm\u00da\u067a5\u04860vj\u0006o\rRT,2\u0006q5Lmb\u0710\u0006tF\u001b6%\r-\u000bo~\u0011\u040eu;\u001a0qYa\\}G\u001f#\u0019+i;\u0011Eoj.ogtBe\u02d4L%id:\u049f\u0006&1+0!\u0012p\u04cc\u001aCU\u001f\u0016\u001b\u0002gO\u05ef\r\u001eC7@\n$\u061ab~MFZ\u001ajJ)\u0014-$M2uILZVFg\u0277\u0006I4615R9)`F7TF\rZ\u001a]5{LLIkFo .n&\u0014\u0015\/\u001a\u001d&X.5]&\u2116,E\u0016\u0239CJ\u0005tu\u0002'\u00148V6T68I\u0019u^\u0003bJB\u0014F\u000bp\u0019F\u0006FH,Z!Z)>Q\u00179].m],V4]\u0019{\u000e3)\"s2K92I\u0012\u0005O{Q\u0015`vu\u0011\u031e&q7\u0011W\u0013fo\u0014I2ITEv,\\\u00077@Fc[v\u0003\u037b\u0557\r^5&\u001f?\f\u001b4%\n\u0004\u001701g\u0013fEWi\u00f7p+{-3\u001a&2'5IZHv\u020e\u001dY\rX\u0002\rnV\u0016s\u0013'M'\u07ed\u07c1L3}\u0004,8\u0018@\u0010%g|;Bn.%7L\u0010tE\tU\u00020H\u0014E\u0010b\u000b\u0001;%M\u000e\"kAdc\u0010\u0017d,\u000b\u0004\u0013F\u0018f@IH8\u0004pap\u0015|\u0004\u0005a9Nbd\u0010^2\u073b\u0015\u0000.[\u00179g\u0010$a[\u000f;G^2a~\b\u001fel\u035e[F`\u0016\u0010fIq\bVw\u001fa~e4}#tR\u0243u\u001aty2#\"Ps9\u0011*p\u001c4yhH\u001f\u0002\u025c\u0000G?\u0012>I],Y\t#WD\ud830\udc5cF\ud8b3\udc0fxRs\u01a9s\u000b\u0017B\\2&\ni9\u88ff\u0017osniT;]T'|\f;D\u000fb]EB\u001dE\u0012?\u001b\u000bPMDOAG a)P\u0005\n^ \u000b9_\u0006\u0613\u001f\u0003 \u0000H<2y\u0005\u0019WhY'\u0002\u07c2\u05c2B\u03b8l_PdL\f\u001a\bN\u0000\u0017\u0005L\r=e_G6\u0509H\u0005\n||K\u04c0\u0013\\F().v\u0002?\u000bJ\\G\u000b\u0013qX\u03a7Ip\u0015yt>s;J#gL'5\u001e\u001c$Fv9\u00115MoM\n\u0011G%\t\u06ceN7\u93a2\u0019!p\u0001n\u001as% (u,j\u46d8nY%y \u0018iYf\u0002\n]_L\bF\u001aS\u0010\u0003\n\u0002\" \u0017#'r\u0014\u0014\u001d?\u0005\u0005!\u03e8\u0018\u0002\u001a\u0011\n\u001eShT\\\u0019\u001ae\u3ec7O\u01a81\u001f}DQthFV{.FtfehC}\u06b1\u000b`,>w#\u02fc\roh\u001bPa\u0019i*u\u0019M\u0182\u00068,l\u04feR\u0011fE#\u001e\u07b0\\nMo\u001bf\u0019c2u\"5`'R\u0013X}\bj%)kP?w9+Ng\"U\u02behK\u0015784e\n+\u0013V\u001aS~ *\u0007e[9Z+:D\r\u0015Z}:!4v\u000e\u001dIOe\u03a6\u001a\u001cOVQ\u07a74ft]\u0019#kMAAs\tKJq\u001d\u0000\u0007\u0489gN4\u001eA\r>\u0017jvyJl\u0298td\u0006dcDJKP?w\u0562PS\u0325\u001a\u001bj*6\u001b%;w\u000bKQ\u001d\u06223n]QAai#\u0015\u0014N\u0011tQ\ud778*0x\u0002&O\u0556|\u001e\u0003ph|b@T\rJ#\u001c\u001a\u0681\bo\u0004\u0014\u000bnq\\\nU\nePZ\u001crRZP\u0015\u000e\u00059\u000e)CiJP?T\u0010)-DiJ\u0011QE\u0011)DiJ)QKT\u0013\u0002D\u0015\u0014\u0228)QV\u0002}\u0005-+RYb\u0005-.H.h\r2Q)\u0668p$c\u0002r6\u0014Qh:\"(5l\"\u028d\"o\u0014=4_,A>O\u0004Wy\nI\u001c0.8GOP|\u0413\f\r\u0003{\u001c;\u0018r\u0006B\u07c9\u0002y\u7ec4p?O\u2742h\/d%\u000e\u0015U 7\/Su?n\u001b'\u000b=T\u000fsy3\u0647Im\u023bdd#\u06cd\u0019\u000eELw+\u05e0&@ U\u0003\nK\u0003Tc @qw\u0004P\u0010d~{{M!q4\u0006.\u0568\u0610?\u001a%Fd=\u001c&}a1M:\rL\u001b\u0003\fC\u0006*,\u001a\u0149X$N,q\u0012%!\u02be\u0005\u06f3r\/s\u0013zzC7\u001bK-)$6z$\u0005@zos\t'12\u0017jEX{d\u000f+KR\u0018|\/I;D%\u0010ga4pm#em#U.6\u00a7$g\u033ff\u0348Wz\u04b0s\t\u064fP\u018f\u0019\u05d6\u001em{G\r|I;z-'BxgKwv=\t\u000f\ud9ff\udc96\u062e|kB\u0001lis\u001f\f~dTV^_R\u001bs,z\u0012H[\u047fCv4n\u0001W\u0661\u000e!\/|\u00150\u0004\u0012G3\u059a\u0003\u0002\n\u0012IG\u00009>>\u001cl=\u0015;gF4G\u0014\u0014dmtIN_`Y\rK*!j_M+\u06a4\/!G\u0411!d\u0002\u07b2[\u0001F|\u000bl=\u0007\u001aInH\u0018\u000b\n*3\u001f'L\u0007\u0010\u009c]\bW\u0598}F#0aMlUb(\u001c^\u001d\u0014\u001e:=\u001a\u0007#oK`bKAb[b\u0003Z8{53O]pE\u0014b$a.Q\u0007gG\u0006\u0014 RrsT\u0016HH\u0019\u0014\u0012\u02c3h\u001aXVd\u001d<\u0000\u02f5\"'!G\u0016\b\u0006\"=\u0002)(\u0016\u0004\u001cyA\u0019G{Im\u001eS\u000e^\u0001 M3\u0000\u0012t\u00130bD}GdM=&i)HB!CnB\u0012F3\u0016\u02c5\t\u0016\"\u0005Is<\u001e\u001b\u000e\bS\u0010\u0434j\u0017au<;\u0015zkU\u0513%\u6f39\flequ&vc\u0014D@z`s= [Ye\u001f\u0004Y\u00b1:F(\u0000CS>{]_\u0012$[%!\u0015XbPYM$,\u001a\ud1a5\u0010v.\bHs\u001f{}\u0011\u0000B`(\u0000pp\u0018Jm\u0018[QK\u0016\u001f12C\u0002P8\n\u0014)CI9TP\f\u00049bR\u03deb# g\t\u0000W\u024e\u001a;Z`\b\u07002X\u00185n^!6Yz\ubbb46|kgjBf-;WZqhE#RX\bJ\u001b'\/\t>n0%ra\u0017\r\u0017\u000f<\u0011~\u0000#\u0004Y@\u00104\u0019\u0012\u0011\u0018[\u07dcz|y\u0011\u0013\u0011\u001fb\u0007H\u0017#S1\u00139Ad\u0327W\u7cff=y\u05dbi;J=\u00179KYabj)\u0012]\u0004)\u001b:k\u0000wk\u0001\u0001x\u01300hvU\u0007q\u00175xI\u072ds\u0016]\u0018Ux\/GU3PlC\u0002\u001fy\u001d@\u037c\b\u0001|6\u0002\b\u0004H\fE\u0011t\u001d\u000be\u0000\u0135w\\<'E\u0007C7\u001f]{\f\u000eF\n^r\u0010xjHfH\u0010B$\u0005\u0372mY-\u0007v,\u0007\u00188RzOsV\u00c15\u00c1\u0018\"ch<\u019eT&0~O+\u06d4uw81\u0012IY\u0007\u0018|O\u001a\u07818\u0003\u0012\u000e\u048e\u000e\u0003\u001e^\u0010]cw-Mm\u04c6\u0001o\u013f|\r\u0001\u0012o\u0015\u001aZu\u00024\u0002(\u0006\u0001\u017f\u0005\r@\u0001A\u0003\u0477\tN=\u001a\n\u0744\u001cW\u0016\u0000L\u0006_Hx\u0018_j\u0010c)1\u0004Ex46A1\u9c1b S_=\u0004 q\u0010\rTc+\u04a4s5F\u0774k`\u0011uo\u0013zF]\u001b\u06f01a\u0003\u0007 ~{\/\u001cp6t\nFq7\u001c(zD\u0004~_m_;cM\u0007\u000e.Q6aWN\u0539m\u001enL^\r{2*O\u5bc3db>\u0266\u012c\u013cU(9G\u001fd\u02f9vI|Rm\u0005N\u001eNM\u0011,\u02be\u0012\/lKy\u0725\r\u0010\u0093\u029f=zky\u0005'0a\u0018H?\u070dy\/\u001bVQ\u0017py\u0004%a\t\u0000I~\t\u001aY<@\uf5e0%\u0373B|wO\u06e6>\u0648N\u00150\/\f\u001e\u0006D\u03e0\u0003I0s\u001fe'\u07f1s>\u0012\u000f6z\"\u0000'7%cQ@QQ\u001c\u0015\u0007\u0007\u0013oGOe\u0018\u0003)\u000b\u001fGO .\u0000q tH#>\u0016\u0000\n.6\u001fRG\u0014R3\u0010,Qf\t\u0001?@E4#E;W\u0015%$B\u001d\u00155\t\u00169djdq;7f)%\/\u0010\/@0\u001c\b\u013a\t{o4\u0005zsg\u077c\u0001B&\u0001\u0013\u001ce\u0007AK\u0004\u0559cRj7cR\bnX^\u0014\b\u0013{\u0019@&;\u0006m5\u0016A@@@`Oy8]l\u0000w[Z8\u0003|^y?^\u00186_9\u6e77\u0016wP{\\~y]}Ya[[V&c\u050bKzn6\u001e^\u0010\u021cEEOqm)5E\rM7.R\/g\u031d3\u00106\u0007\u0002\u001d@8\u07e9}r>\u05fb\u028f2\u000e '\u0010.\u001e!\u00055\u0018g);x\u001b\ud0fb*\u0e9cO?.@T\u07ebej-j\u000b#dt\u0014\u01dbw\u001dx?\u000fKspvl>z\u000f9j\u0002WG\u07bd\u001f$x(YessXT6y\u0002f\n~G\u0004-_\u0005KM\u04e9eX-\u000f\u043e;\uf27azaEk\u046e\u0003&ny\u0005l|4uJ~5&j\u061a\u06865uk\ra\f6s\r\\\u001av\u0013eF#mdcT[7Z6m45,\u03f4\fm\u000f\u95abk\u0694t|4\u0002\u0507tldm\u0001mr\u001b16,#,?\u001aXm1\u000e*w\u0004d(.WAf$N d$S\u0019oc3H!\u000eoX\u0006sxK+7\ry}CV1m\f6 \u0012\u042f\"dl]&dTkB7&ta_Y$'\u041ao,\bk]\u001bC\r\u0001]#\u0005'\u00125\u0017\u0006!H>XDN1\ffD\u00db\u0004yed\u000fx'F\u0004L\tnx|\u0012]&qw\u001bW\u0013\u0019qoI2ITE,\u0000\u00077@Fc[v\ud93f\udfac]-%E\u001a\u001f?\u001b4\u00188\u0001_2K@Mz\u0001\u00136aVt\u000b^~e?6|\n]WZ?m'\t,\rr\"\u0019\u0779%BfpGV\u0003\u0016U\u001cz \u0002\u0015\u001a\\I\u04c9Ewmw>?0iU\u0016?\u001c\fnIk>\u001d!g\u001b&1:\"\u001b|\u0001X.\n\u001b-\nBJ\u0001\u001b(r\tYB\"!2F\u00102&\b\t#\f3 $$\u001cXt|\u0010VhtE)'A\u0001uXvzNS=\u0019\u0017\f\u00123KeEzY\u000e\th\u0583\u07ed?6L_\/\br\u00197\u001b?tiVa\u0012\u0005Y\u000b?U\u0007~\u0018y2=}s6M\u001f\b\u03d9?{\ueddc-\u0018c|i1x\u001f+\u0014M\u0014W\u0011Ek8H:)\u001c:]\u01e6fiz^,8K\t5S\u0019\u0002FZ\u0395CEH\b8#8\u001eJZ\u001c\uf4bcJ\u001c\"\f4\u0147CC\"Nst\u00101Q7L;\tF\u001f\u001d=x\ubb5fs?Mq\u264a\u001dj|\u0605gEjv_a@\u001aKJ\u07d0r\u03fbS\u0003(\u0159q~G~RLX\u0004\u001d\u0013&MJ\u001b\u0000^|tC'h\u05bdN}Ot{a8\u0017|\u001egQO\u0001\u04a3I!\u0016\u0011\/\b\u0002I^\u000b6'\\a+yH\u0017+Gys\"\u001eMu#\u000b;\u0017\u001c.8C\u0017qs\u0010\u0015)E\\\u00ad~\u0014Z\u031b\u03f9iCV\u0010-d?\u001e:\/iOr4l\\6C.)\u0352f^9\u0013S%it|d>S2%\u008bwo\u0005\u0005\u02f7G9\rXH-RH+RH\/R(R,R*RF\n]\u0007\u00019|\u00035W\/4,M0\u0001xH\u9b72&Cz1B\u001diG\"\u0002~?z[Ry\u02cc3\u061d3\uf0e4z\u0015^p\u001f~H\u480eI1Y7DHlyS%it|d>S2%\u0006Q\n\u0018\u0018K{\u0010M1\u0012l\u0003\"\u0584x\b\b\u001d0^B\/<\u001e`\u001f\u000bCZ2(-M(m\u001bz\u0003:a(\u000bmi\rX]Hws\u0019\u001d A\u0523RG\u0017Zx6e\u000bD>4\u0001\u0239\u0003Z?\u0018?=`F)\u0006\"s\u0007\u0002Hr!\u0017\u001bsNl,bDH\u001f5-#\u0007\u001f8B6\n\u0007rpne\/\u04f3y\u0005\u000eun\u025fpE\u001e\u001f\\sr!E{\u0003\u0453\nG\r*\/+w=_%~7w1>\u02f6\u0015\u07ca?\u0012P\u001dgnN2[uzm&\f\u0787]\na\u0003W\u0005W>Wvz{t\u0638g>2uvL'#dEIn)vd:a?asd?Ao\u0006\u0016\u001b\b7\u001eC~X~mdL2];G2@\u1d72jo+'\u0002'c324ud.\u026b2LL2N2\u000f)v\u8e75\u01b7y\u01ed2\u0704:\u04a3!\u0004\u05ee\u0595-6%\u0620*xL\u0019\u0004\u0000\u0011\tH\u0000B\u0004GoJ0&##uG\u001a9dN_^k\u03fb\u00eer_=uU\/w|\u001e\u0014,|*`_\u0007*\t_\u0013N)~\uf537)\u000fH\u033c\u001a\u0019<:~AU)=}3:~\u0007S9>w_G\u0019Q{\u001eyc-\f\bW\u0007\"Cv\u000e)f\u001a6\tBmat,&c.\u0015\u000bc\u001cp\u0004\u00102\u0018 \u0452[\u0754AG\u0016kva_\u001c\u000f.]2GV\u0017o,Q\u0000b\u001dZW1`'m\u001d:w92\u01e8c|A\u0011:j\u0001\u000e\uc86d\u000e-\u001a! \u055f&\\\u025d\u0735C]\u0019\u0019\u0351^~\u001e2\u0392\u0238\u000e-C\b4&PN\u0006T :=rg\u001ap\u0005svp?EZ\u0016,=9md\u0000\u0005=qO[JG?HmO#nwd@\u032f0W\u0011ee;an\u001f\u0725\u0017\u031f|?|\\mBi\u0419{\u0277DQA_$g\u0014%W\u001fW7_\u07fd}=+I\t#|\n\u0012?o'Q\u0017\u0010'BO;\t-u\u000f\u0000)6'}I\u0006q`@h}9w\rY\u0007q,ZERM\u0014*\u0010l\u001e\u001fwd:[w\u0128s\u0006}\u001cy,N\t\u03bcB\u0013G\/\t#i\u0004\r\u001f\n\t,\u025c\u0011by}!jvoTDIKg\u0013X\u0007``D\u0007 Lk\n_&^8;.{8\/>9FM\u0002\u0014Q4!\u06fe\u00ff6\u0007?x\u2dd0hv\u0013znR\u001f'dL\u0012;j$EQ$\u0017\u0010|\u0141z\bx\ubb7e>\u0011\u0011Gg7\u83bfO\u04fd\u0017<\/6!:8'\u000e\u001dhzR.u\u0004i\u0012s*3Dv6g#d[\u0002V\u0019\n\u001f\u0010l`]\/\u0014\u0014zsfO\u0501v8W1t-\u0015_?L\u001b\"\u0017\u000e\u000e^B\/\"7\rf\u3b77\u0000 4$\u0016d\u001c\u0012n\u0015>W*|^t7w|\u001e\u001d)\u001f=;\fPc+Vd\rjJy5_NEB#\u001f_=1\u0351U\u0002\u0017\nY\u02ee\u00147)\u0014\u0012%\u0000\u000f\fQ\u0016\u0006QFC(2\u001fK44T2\u0010(9?:n>=\/\u0144Q[\u0016@\u061c?\u0012\u0436-\u0370#rG,bpxNt\u001c<\u0010\u02f8\u000bqH5\u0001AN<(P\u0018j>\"Zf\r.p-\u0007C#WiCq\u0540\u0001!*\u0000Vb8Xi4\u0013S4t\u00191\u0005z8f8^[\u00030\u001e\u0016\u0765!g\u0004\u039f=[\u0016-M*\u001c\u001bf\u0019=o\u0004%\u000fUe#z\u069f6@\u07ad8s\u0001v\u0005>*W\u000eOy:P%LLVu\u0004\tMI\tgL CX\u000e\r\u06555LslZY!\u0001S\u001fs\u00ed\u0016Q49n-M\u001e!songYto{\u073f0fo)@X:\u02cbhX\u0013\u0380?\u0012\/Sr\u001fVq6\u0004\u0013\u0018(\u0006'\u0018\u0017v5\u0017N= FP\u0015d\u03f5\u03f8P\u05b7v\u001e0\uca13\n\u00af\u001fA?~\u0004\b\u0011T07](\tUS\u0017*\u0236#f\u001d#U4#3\uefcc\u01350\u0015\u0013E?N]XCj\u0690.jH\u00155b\riiCF\u0011iXCz\u0429CN]XCF\u0429%N]XCf\u0429%N]XCV\u0429f\tN]XCv\u0429\tN]XC!TS\u00178mT]S\u0017\n\u06145Y9\u00150\u0007;){\u02f3\u0007\u0015\u000fj \fBE9\bUSM>\u0015}\u07e7:~+pTqO5u\u001cW\u2f9fj9S\u017d?s\\\u0003\u0002\u0007P\u0015\u0000US\u0017q\u0005.*\u0003N\n@U\u000bTM@\u0015\u001f:+p\u0004UQR\u000ft\"H\u000f\u0019%\/\u000f,1>\u000f,\u0007\u0003Kt2w?~\u0004\b\u0011a\u0004)%\u000e\u0016b\u03dbU%\u001dJ>HHf@Y\u0005#x6\b]7\u0003'K\u0018G\u0003NV9N]~\u05d5')KsC\u0019\u0014\u001a\u0598X[ckj\u001b\u05ad64F1D?S< \u5d1bx:3Gf\u031a\u0604X&\th;3kJZ\u0018\u001bcmJZ6l\u00022\u001f\u05abz;\u001dn\u0728\u0333\u0018kG4\u0010uKFGxXmc8EGnjNogc5\u000e-Q<'\u0011:'\rv2\u001e\u000f#;i?\u000fMk\u001ch\u0006~mG}\u001fC21\u026dll]\u001e\u000e\rHIk`+Jrd\u000eN\u001a2u4HL\u02b4\u0016VF?F'\u04bcdBf\u0012QyF\u06e0Y\u001a]5{H=G}X\u0013A' Ke\u0493VkGW+ir}L1Mh\r\u00e1E\u01da\f\u0258lLSY8\u047b1i$\"`\u0011D6H\t\u000b\u001dSFFT+ka\u0014\u0018j7>\u044cX\u026fDk8c3Y_Z#QnjX%WVA\u034eW5\u00117:{nM\ttT\"@9-\u001a\u00df|f@\r@6<`v\tw\u0018K{\u000fp\u0002C,mTCr*!{8}\u001e\u02abw\u0007_0\u00014\u0016v\u0005\u079bw\/\u001bp\u02a4^\u0015Bs\u0006\u0012?\/D_re\u0003X\u0015F\nn'\u000b\\\u0011\u0015X\u0395nx\nP5$X}]m5_~{w\u0507}E\u0082_\u0011\u000f\u0015ND\u001fWYYY\u0000Y\u0002Y\u0004Y\u0006Y\bY\nY\fY\u000eY\u0010Y\u0012Y\u0014Y\u0016<]\u0018J<\bR\u0012H$\tO\u0014\n\u0011XXH.\u000b4H8D>\u0010YF0+w\u0005\/R)a\u025e+n\u001f$'fM\rN\u0014Np!U\\*$g\u9496PZu\u000b[uK[u[u[u\u000b\\uK\\u\\u\\u\u000b]uK]u]u]u\u000b^uK^\u0005D\/uI_%'\t\u00050Y\tT\u0011\f\ba\u01640@\fC,t4\r>^Er\u01fe\u0013Kq?~}\"\u0012_7@zp\u0006Ec.\u0004:\u001f{`\u0015A!\u0011o~eO~><\fU\u000f\u0002a\/\u0646d<\u001d*;wEYN_6^G [{5G\u000e\u02a5tfz=\u0013KqO\\_2dy\u0003U.\u000f\"JE1\u0015fjIN m\u0006\u0016\u000br]m~~mFW_L(e\u001a\u001fva3,VGqU1V\u0000g5Eq\u01c4HWiTE\u001dBlJu\/Cu:&D'7g r<\u00054RP&t=7\u03ec\\\/7CFSZq\u0019Z\u0011\u0019FXm_o|\r\u001f\u0018VS\u05f4\u000e\u056ejkZ5iQ&\u001dojJ\bMUGK7M2HSRN}g\u0016\u0014~^S\u001d}#1r\u0019a|\u0732I\u001akCod&dFHERkG3\u0013T3rX{ARaHv\r\u001cO\u04cc\u000740\"\u0010AB\u07e1G\u000bd|?\u001dQdAO\u0010~ Q9\/\u0010\u001d|={{X=aq\u0017.\"\u0016&\u06ddp\u0017\u000b\u00aaCY\u00abY\u012bY\u01abY\u022bY\u02abY\u032bY\u03abY\u042bY\u04abY\u052bY\u05abY\u062bY{Mw\u04caO\u001bFzz\u074aPQJPV4u\u028d+\\*\u05ea\u0016nnnnnnn\u026an\u046an\u066annnn\n\u0010T}*>v ZU?OG>b\u001e\u05d8&J\/2Rx\u00152leb\\m\u0019\u029dzP\u001bW6\u001a\u001dY'EK+S\u001dV~!Ty\u0164\u0012*zl8\u0015Jri\u0015P\u0014}[;H\u06cci5\u0000-'qY\u0002.\u001bh\u0011\"^\u0004G)>\u01db\u0018yNpCo7M\u0017ngMI=h;9\tS,`NbR\u000b\/\u0002Z!\t[:\u0329CLYNYPYRYTYVH\u0015k5k5\u000bl5Kl5lyk3\u000e\u07da[3M'b6m=\u0019\u0019S\u0013(t\f.\u0014\u0013kN.S\u0015Zd\u015b\u56fa\u0005=GTSSSS\u0011tN\u0002mMoh3\\)%\/$QOopuk\/Qq1k}D]p\u001dI%\u0016]$&\ub7a5o\u0177\f99\u0013)b#\u001d.8w\u0015\u0011\u001cI\u000f?\u05fb\u0287$$\b,D~B\u0153\u0001+C\u0015:-$\u001d\u4e43\u0017\"78\u0013\u01d9!N)\u0010;6$\t\u0012\u0012:9$:XC-\"\u0011v{Hz(r~H.\u0010`aGCR\u001d:E\u07dd\u001ai\u000e\u0012Rn\u001223i,+\u04724@6YV\u0006Rmt\\\u0000\"\u0010Y\u001e|\u0004vK\b\"*tD\\bR\"\u0013)\u0012X&I\u0449=Q|be\u0010\u0011(\tIL,Hj:\u06a1\u0000+\u000b|B\u0012>\u0004Gq\u0193\u000e\u00042\"C;\u0013?Jrl\\\u0001..xv_\u04d0%\\]\u03dc\b4\u0000^\u001a\u0005e\u0000F\tL;r\u0018{y\u0003g\u000b\u07efd\u0012n,mo\u000f\u0493t[vgI\u02cd\u0095:R`bn|aq>~H\u0002\u033dp\u0011H&\rK\u07bb\u001bzg\u000b\u00105mnMN`Gd7dxc09\u04e9~j\u06d6*\u0013F.Jv42\u001f\u05bbd8\u02ddD\u001fshMPM0B'\u0019\u0001\u00178\u00169>nI\u0002x:\r5CYTer\u01e2\"?Y\u0000A\u0018\u001a\"|Jf\u04b3\u0010\u05a2#\u001ah\u0018DF\u03dd8\u001d\u05f0h=l({D)V23e1\u001cDP)>2\u001a\u0003\u0015}\u001c\u0005gT;8\u0010m\/m\u0016;\u0015CEs\u00d3~\u02e3I\u0005Z\u0019J4E\u001b $Z,i[N\u0136\u0004HG1U\u000b\u0092}*Tp\/`\ta&Q`*m#|\u0001r+\u0006^\u001c!5fXDEAk\",i7\u0012G%\u0000\u0016.\bLZ\u0019N0k\u11adKG\u0004\u0018\u001a\u0602uOj#G\u055d'H\/&,*R`BR#ZL\u0004 \u0013\u001f\u0002\u0012\"-D*\u001c4%J*MIJS\u0002\u0494L4%V*MIJS\u00a5\u0494|4%b*MIJ\u0001ASeMH\u0429;\u0002\u0013-+#}\u0015\u0005Px\u0003,\u0003%Q0$*EDRT\b\u02a9iX\u0017\u001ex*Oxv\u0121]=8)')2\u000eo\n\u0010v\u0003H*N\u0007(P\u0012\u00169@\u0011\u0013)\u0017\u001783\u0000\n<\u001aP\u0010_\u001as\u0003ja@Aa\u001d\u03f9A,\u0015{\u0011`?4\u0006)\u0695Vd<\u00159\u001dI\/h\u0011%Fd= 4X\u0198vicahKB\bKFq\"scI,p\u0010e}-\u001a\u0004`d\u0004L\u000eeb\u0011L\u043c`\f9KD2\u0012@$+\u000fU>8\rFAKh\n WLR\f(P\u0014p\u0012#c~.*.\u0011TLV\u0000%wg0p\u0092\tk\u072b!Ak9u\u0018 +\u0005 B\f\u001a\u0015!8\u0757\u000f\u0005mo\u001b)i\u001b\u046b0]mOI|s\u0007\r\u00113\b\u00a5an\u0013z\u001f${oE\/z\u0012\r\u001fC7r\u04b9_\u000bN\\O{wv_ ,%\u0003yJoW\\gS\u06d55B]v\u0002d\u000fjs6\u0574\u027dRo0\u000f,~\f\u00151p\rO]\u000f\u0017!\u0476~w<'\u001eAJmR=\u001a.\u001bOy3W#\u05d7KFcE[_\u0002\u0619\/(\u001b\/\u0006TG\u001a7\u0300P\u0017^\u0006\u0018^o\u0002NG\t\u0019XkM\\\u0001`\u0001\u0005q#@V\u0000u\u001c\u0006\u0017rins\uc78a3\\KK\nLop9i<]S\u0017X9g\u0016xm\u00d2JH\u0006{\u05f4h\u0004\u001cAGa\nx\u02d2n\u0005\u0018-\u001f('C\u0750p1\u0017\u0015Tf>jO \u000e 9\u0010\r1FHZ\u062aDP8\u0493+PxMN0|\u0004F.\u0014$E)99\u054937]8u\tg\\D!F\"z\u001d\u001b}pvd(\u000fH\u0001\"%7G5a{M)\u0010%i|GzCJ\r,+\u000eq\\iZUY#`\u0004|\\H\u0014\u0014\u000b`|\u0002<\u180cA#$6\u000f)\u0007JLb\u0000\u0019\u0000\tS\tH\u0018p1\">#&DD\u000bk\u0010ayHBnB\u0012F3\u0016\u02c5\t\u0016\"\u0005Is<\u001e\u001bS\u0010\u0434j\u0017a58<55xyi\u0002,F`\u0013\u0675.X PpB#\"K\u0013_;v\u0002\"M\u0003x\u0004Kt-\u0003\u001ae;xhPEznD\n\u0011<.ta:%t\"\u001au=*\u001db\u001dV)[c\u0001B^\u0015I\u0001*_Wgr=\u0013\b4\u000fI \u0016V\\\u0004${fZs\n\u0012\u0001#\\\u0012Z5,s\f{$H\rQ\u04b0i2_\u0002\u06ebyWomJ^\u0011\u059c7\u0017?p\u0017+4?n~\u0090\bH\u03de\u001b^\u0018L1r\u0007p5,\/:ZY8Vgh7\u001c\u0005shgo\u035e HJB*\u0160wlj%a\u000fT'\ud1a5\u0010v.\bHs\u001f{}\u0011\u0000B`(\u0000pp\u0018Jm\u0018[\u0005\u000f\u010a\u0505\u000f\u0018\u0019!O\u0001d(G\u001c\u0005\u001cEu(^\u0006M\u001c~OgOWo\u0004bGbEQ^\u001d\f\u001b\u0010Y\u0006\u001a+\u0012&\u001e\u000b?&Ko\u0755\u0586oW}WZ\u0194S\u0011TJ+\u0010nJ+\u000e\byDj\u0017\u0013Vi#%\u0007\r\u001b\u0006_UZ\u000e>\f]\u0011==8?Aa^;\u0002\u0018\u0019\u000f` \u0019\b9\u00036\\\u0002?\u0002#{\u0003S3t\/\/b\"b8CLM\bL\u00071^z]o.(\\,g\u0002\u0019jH\u0000w\u0012\u0013\u0013t\u0004j\u000eX\u0004\/+\u00025\u0000\u001865\u0019^\u0019\u0006\u001e\u036e \u0006\/)YA\u0012h2?F4QzT5\u00036$\u0001TE2\u0000*\u001cC\u001b\u0001\u0004\u0002$\u0006PH\b:\u000e\u04f5\u0010?sF\u0000!O\u0010%\u000f'N\u00076]jvR\u0010\u001a)hz\u026dC9!!A\b\u0014D\u001f7\u001e?\u0017\/Yg\u001cX]\u001c`H=\u001dY\r\u0007V\f\u0007b`)\u001b{R?(nSH\u0017'e\u001e`(jx\u0007\u0012Bc\u0015\u000fQJ:H;:`n\u000eN\u000ex{Ava\u001d4\u0376M\u001b|\u0001v\u0012\u0016Cx~k\u0010x|\u001fn\u0000\u000f }\u0018\u05aaC\u0017\u0018\u0011@\u001a\u0004\u0014q\u001b\u0002 \u0006o\u0013tRm\u0002*\u0002)\u0019D!\u0001\u0001K_m\u000eU66\u6963\n\r\u001e?MjL\u001e\u0004hoM6\b-eN@\u000b\u0012\u0000=.Lm\u0270i\u0010#\u0003*7s+n+p\u0000\t\t^XT!i0a\u0011\u0013o\u0013.y\u0014V&bxyPUa\u0018*\u0003q\u0015y@hpB,?:\u0010Yd>\u0002%\u0010-7sd5\bX|zuxaz\u001a.Ay4!V\u0287\u06ebaO\\\u0278%\u0011V'\u0654\u055e\u0013s3qb^71H{l9)OTck(EW\"\r\u001ew)\u000f\u0001\u001cZxRGSy-3\u0004F\\1\f\u0012\u0003\u75bb\u05fb\u028f2\u000e '\u0010.\u001e!\u00055\u0018g);x\u001b\ud0fb*\u0e9cO?.@T\u07ebej-j\u000b#dt\u0014\u01dbw\u001dx?\u000fKspvl>z\u000f9j\u0002WG\u07bd\u001f$x(eGaQ\u06a3\n*\u001f|\u0017\u033et\tk8\u0337\u001b\u0004\u000e\u0260i\u001d\u0019~\u07f9Ue'b5qC3^\u48ce=[cbnmX3[F\u0018\u0019\u0010Nm3Aj7Q#\u001bf2nHuc>\u05a6mW\u001f}\u0011&\u00d9k\u001cZc6T2$,?\u001aXo1\ud909\uddb8#\u0018\\t(\u949a|O{5nI\u0002n:\rh2V\rE~%,cL3jcR\u05e6I2mkRX\foB5`n2iEQ\u0011C4TAS\u0012Z\u0158'%{D\u0010\u00062\u00142e\u001f\u000eoh!L\u000b\u001a&Y\u000f+\fmo#i5e\u04b1\tg\rhFV\u0011\u0016&SeB6n\u0014A.\u000eEJ\u0004idzY4\u0017\u0006C2\u001dL\r)N\f=oy\u0006\u001a#H\u054c\u0016wxhp\u0001aa\u000f^\u03c80\r\u0016oW3ph\u0012Y]bx\u001b,DdOI*LfI7\u0007_<\u00012:\u001d\u068boY\u001e\u036d%\u0278\u05e7\"\u0018K_@Mz\u0001\u06ea7av[\u0751\u001f2:\u001dKi0\u0017;3m\u0007D6\f\u0340h\rWl!\u0001K\u0011\u0018dwn`\u0014\u0711+*;]\/f\u0005?W?qtbqj\u001b\u001d$;Sf9M\u02a2(9+r\u0011R{v)aRs-\u04bb*7m\u0017V:X\u046c\u0013:5w+OTi)-Z@tg\u0019p\b\f\b'\t\tN%H\u0307\r\u0013m(UP@\u001d\u0016](vO\u00069\u00fd8\f\u0012l\u0019\bV9k\u0017\u0001\rvp}\u0559?GF\u0001KP\ue1f1izC7{\u0004o\u0015\u0588Y@%#X}\u04d7=ga~=`\u001c#w=[hX\ucdca(\"_I!\u0014\u000fj<65KR\u0012\u001f j9g\b\u0015pr\u000e\u0000-'\u001c2\u001b\u0111F\u0012x\u4f79|Vh\u001b\u0015\u0011\u0004\u0769\u000eZg\u0011\u0019i\u001eE\u001fIf}E-\u001b\u0015E\u05beOs\nM\"oW\ri?\u0017Faw*R\u0005m\u001cP\u0000\uf545\u0006\\\u001f}B\u0012)\u0001flxV(\u0012:\u0014\u0019#j\u001dnPh(E&\u00172\u0442Dz>\u0016%\\En?\u03dc\b4\u0000^\u001a\u001fD,m\u076f\u001e;\u02570\u0472s.88cb(.\u0014e32?\u06e8a7bu\u0006\u00b3\u0364\u0002ty\u7ec4h?Ob\u001eK\u0017rC\u0015\u0483&RS\u001fR?n\u001b'\u000b\u000e\u000f_x3\u0647RVd\u0014%\u032ff7_oE\u0011\u0013\u9777X\u0004(';\u00023\u072aZ|\u0015\fx\uf735)\n\u0019;X1@\u06b5a^_]\u001c2\u0018LL:wV\u0001Z104\\^Va(N\u04b9Z\u074c\n%JB}\u000bg{\u001f_U\\+\u00108\rFAKh\n[-If3y\u69b5\u0014%\u0018\u0013(WH\/iWK\/*x*FO^-\u0011 \u0119|.8\r\u07c0m#'v\u0015f\u02f7)\tx\u0013\u001e~\u0014^\npi\u0639\u06c4^G(\u001b)kK\u03f6#w\u0006F_\u001e\u00037\u0010\u04a7\u0012\u076a\u000fvgJlW6\bu\u0015\n=|fM4Oe\u0003)\u001f\u00151p\rO]\u000f\u0017!\u0476\uf7cfn^_\u0007>|\r{\u020b\u0007bE\u05598\u034fQ\u0018\u0012\u0001s\u000b)F\u0014nf\u0005~\u00128Vg]+\tG :T\u001b\u000294\u5cf7f_\u0010$[%!\u0015XbP$?\u0012+4,3j\u001bB9 }\u0005kE|S\u0003\b\u0003a(a\u0018o\u0015Gu\u0006.Y|P\u000ey\n\u0018&C9(P\f%(RC2h\u0012\u0014%{J={z%\u0000$_%;Jk`\u0018Mz\u001d\u0005\u001b\u0010Y\u0006\u001a+\u0012&\u001e\u000b?&Ko\u0755\u0586oW}WZ\u0194S\u0011TJ+\u0010nJ+\u000e\byDj\u0017\u0013Vi#%\u0007\r\u001b\u0006_UZ\u000e>\f]\u0011==8?Aa\u07a8\u001d\u0001F\u000f` \u0019\b9\u00036\\\u0002?\u0002#{\u0003S3t\/\/b\"b8CLM\bL\u00071^z]o.(\\,g\u0002\u0019jH\u0000w\u0012\u0013\u0013l\u0004j\u000eT\u0004jt\u0011\u0001x\u01300hvU\u0007q\u00175xIG\u001f(1\u0011M jbT\u1f74\u001eU@\r\t|v\u0000\u0463\f?F\u0000\u0000\u0001\u053f(R9\u03b7\u00035t-\u0004\u03dc\u0011@\u0213\"DI\u0003\u04c1ov)\b\u00144\u001djH\u0018w\u0350 H\neg\u001cf9\"{:\u001a\u000e]3\u001c!=nIj\u0002WMYw\u0013#K^u{\u001dH\bUQ6\u0782N'q'\b\u0016e_@\u00176x\u0725(@{?\b'\u0488\u000f5\u0000\u00ae\u0007T|,M!:\u0003\u0012e\u0010\u0013i\u000b\u000f4YD3ZTMsU\u0011YB\"\u0010\u0641XQ`3w.%\u000e\u001c\u000ezmlR\u000bxIJs]7~\u0019z7ofI\u0004NAu\u0012Au\u0013z7N\bnX^\u0014\b\u0013{\u0019@&;\u0006mX\u0007IW\u0003)_\u0003)g\u0003io=t\u0172\u0001#p\u0006E~\u033d0\\mrso-Boy~\u00e1jt\njN\u00f6\u6e777\u02edL\u01a8\u0017sl<; \\9uRj\u001an\\_\u0000;g!X}]mH\u000f\u0005:LnS\u0011|w\u02d5\u001fe ]\u001d@0)O!]6\u0007wUsu9\u0003A7)Ik\u001f~B\u0011-=]W1Z\u0016R5Gn)7\u0005;<~\u001ehQ$1j}\u001er\u0004|8oGc\u07fd{w?HP&\u02de\t?\u00e2\u04f5G\u00157U?J\/}\u0012pbo7\t\u001ci=sA:W?\u072a\u0013?!\u0019aQS1TK6[#mh\fc~nk E\u044dz{3\u0019X7r\u077a1g:Qqm[mG\u001fx\u0004e>cd8s\r\u00c9e\u0686jZ\u001fX\u0003?F2^\u0012w\u0004#\u0018%]Ri\u01b6LJN%yCe&k2\uad0ck`z}C{nt\t5\u0018\u04cc\u001a\u0018iL[u\u0014V-s\r\u0018\u06e6EfV\u0014\u00151TKn\u0711)V1I\u001e\u0011D\fL\u001bZ\u001bzIC'h5\u03f6iOZtI&5\u0019YEBZLE\nQ\u0004\r8\u0014\u0005*mDO6KGEsk ;9$\u0510\u0110Go~1Thq7\t9\u000f\u001b\u0010\u0016\u0005O\bz{Y\f\u0013h`v=\u0003L&q%%BtL$$\"gmt|\u0143\u001b s1Z{}+w\u037d\u0005\u0004\u0017z\u0013f\u001d-\u3bc3\u06c1t\u0006\u0013;vpMd\f\u060e6'`~v\u00192\u001f\u00141\u0209\u0011Hv\bF\u001dY\tXnVs\u0013'K'\u0016G\u07ed\u07c1L3e\u0004,8\u0018\\\"W>\u001d!g\u001a&8>\"[r\u0003vaEck\u0019\u001a|\u031dJ\"UZJ\u0016)\"YFm&>0,\u0003IBS\t%nD+J\u0015=\u0014PEn\u05ebd:%\u0753Axap\/\u000e8\u0003\u0004[F.sE@\u00f6\u001d\\_un$\u0011e\u0012al\u06b9l\u001e\u0001[5\"`\u0016\u0010fI\/)\bVw\u001fa}~e4}#{u\u00047*\"x@N#x^TC\u104a\u07fd9\u0001V R;.\u0003X=sF\u0011k\u03dccB>:z\u0013\u0011Pn7\u0010K\u0018\u0007\u0014i1\u0011HBl\u001e>\/s.\u000fKK\u0203#yik\uc878\u001c^\u0014^\f>gOPN6)(2V\u0005w&gY\u0002\u0005E\u001eNc{pwk\u0002\u0005>i$h\u0012V\u0014T\u0012t:hEdDy\u06a2V}\u001b'\u0015\u0005+\nnW\u0014Y\u001b?)4+_QN7+\nn&l^\u001a3\u07abH\u0015qG\u0001W\u0016\u001a\u001c}5\nI\u0502(F<\u0011AHPd$uA\u0001#`V=\\\u0230G\u000b\u0013XIp\u0015>s;J#g G\u0002\/\u0204\u01a4]!\u0007Nm'\u0019\tc\u00073r$u\u0001,T0u\u001b,T:I\u0014*+\u0635n[\f\u000e]j\u0000+,\u0188Y#\u0003,\u0091Fm-\u00056hRuM\u0004\u0016n\u05ca\u037eDz$Oi6.1X'n#\u0092\u0013\u0017\u0015Bq)0W!\u0011-&B`q\fIJ\u0001\u0001R!\u0015\\T$I)yRiJT*\u0004K)RiJT0L\u08a6RPTd\u0004NEBT\u0288ha\u4256\u0011>\n'Z\\\u0001\u0001\u0142r,$*E$RP\u0225\u02a9iX:UD\u0002\"y\u0006:\u001fCm\u076f\u001e;\u01d70\u0432S.88afbKT(6fD~On\u0108\f'I\u0005\u0668w\t~t,+\/d\u0607\u001a\b\u07e5\u0007?M\u07a5>~6N\u0016\u001d\u001ef\u000fU\u0003G8Js:(bb<6_\nk\u0000\u0005Vx7\u00005>\u06edn\u074aCw\u0014\f\u001c\u0018NHc0r\u0003Hd\u0010-1\"v\u0017C\u0019\u0015\u0003\fC\u015eo\u0015zD,;2\ube1bYADI|{l\/\u0004\\;\\;\u00108\r>AKh\n[-If3y\u89b5\u0014%\u0018;\u0013(WH\/iwKa7[\u000f\u02ff\u04eewK\u0004\bq\/\u001f\u000bN\u0003W{\u06c8X\u000f0]mOI\n]xvCK&g?BI\b?R_[z|\r\u001fC70.<\ne\u001cPO>VUVg|P\u001fv5B]v\u0002d\u000fj.\r?c{\u0019\u0000yJkl\f?\\S\u0017EH-{\u0007\u05d79\u0587]{>Z\u000f'\u0019U\/U\/5X%IQn\u001bHF\u0019p\u001d;\u001c\u0000M(\u0001xXZk\u0002\u0012\u000e\u0000\u000b(\u001b\u001f\u0002\u0017D`=!\u0006\u0015Y|.4@\u001fwWNE,\u0011\b\rrEz\"\u0005SP,\t82\u0006;Pg\u041a\u0007bE\u0006?R\u001f0$\u0002\u04b3\u0017\u0006S\u0001)b*\u000bK\u0005p4\u0001XXAp\u0014\u0000\u03a1)5{L *\t\u0182\u0007\u0017j%\r~\u0018%ViXVgh7,snwA@\u000b\u0006\u0010\u0002C9\u0007\u02c5Pj0*\f\\\u001c\u00140LrQH\u0019JQZe$(\u0011Kz\u0014\u001by6K\u0000HJv\f~B=i\r,\u0003\u0015Q\u0013\u001fbJk7\u02abF~+\u0006?\u0418r*J^i5\u0000UwWZqhE#RX\bJ\u001b'\/\u0007>~)iU\u0012j90tE{\u040b\u0006\u014bQ\u001e{\b`d\u000f` \u0019\b9\u00036\\\u0002?\u0002#{\u0003S3t\/\/b\"b8CL:c&1\u00139Ad\u0327W\u7cff=y\u05dbi;J=\u00179KYabj)\u0012]\u0004)\u001bC5\u00151]p\u0004j\u0000\u001e1l`{}k32\f<]AE\r^R=t.v\u05b5KAh%\u000e\u7b06\u0004k\u0004!DR\u0010},{\\\u0726rur#ENt\b?g5\u001ch]3\u001c!=nIE\u0019>\u0018\u0404+XQ\u0522\u00c9Q%\/M\u02ba<0{\u0006$*\u001epsvr\\\u001cd\u001d\u001c\bm\u001b8\u0676iC^oNb\u0213\u001a\u04ef4t_s}\u0000\u001e-A\u0018V!1U.0\"K#5\b(^7\u0000\u0005@\u0006\rB&8\u0001\u00056U\u0004R2B\u0001G\u0015zn\u013ctT!c\u01f7\tT\u0243\u0754\u00007&\u001b\u0016d'\u0005\thX\u001e[\\&\u06d2w\u04d2!F\u0014\u017d\u0007T6%oV\u01b9\u0015F7\u00158\u0004\u0011\u0004\/,\"y\u00104\u000bTs.n.P\udbe2\udca9\t\\\u0019}\r\r\u001c\\m%\u028dgU\u010cs5n5p`1\u001bS8\u001dkT\u06cc\u0000\u000bi3o\u0015GlN\u0017.\/&|7|cTa1*)*qJ\u0018Gx46\f\u028f++D\u0001(\u000b&\n\u0003Q)0U\u0177\u000fL\u0018bD\u0004K\u001exx\u0016^\u001eTU\u0018J\n}qsJ$p8tkr\u0019\u001f\u0019,OR2__\u001fJ\u0012rd4W|zux!z\u001a.Ay4!V\u0287\u06ebaO\\\u0278\u0005\u0011V'\u0654\u055e\u0013s31b^71H{l9\u0017)OTcK(EW\"\r\u001ew)\u000f\u0001\u001cZxRGSy-3\u0004F\\1\f\u0012\u0003\u75bb\u0016\u0000\n.6\u001fR\u0014R3\u0010,Qf\t\u0001?@E4#E;W\u0015%!\u00ce\u010a\u0004\u000ba\/\u0385\u0101\u3c17Ao\u0352SJ^|!^_\u001a\u000b\u0010=u\u0013<\\i\u000b}3\f\u00102\t=\u000er]\"\u001dwf\t!t\u0012pm\u0016\u048b\u251d\u0013ab\/\u0003d\u05001-\u0182K\u000fb\u000b\u0019\bII_\u0013n\t\u0002DZrJ\u07ee>?BFwLq\u0019\u0017,D?G\ng'\t=Vk&{yn?zt\u001f\u077bA2\u031f^|O\u001c\u0016M=@WzK\u0013|[-ON;\uf25e\f\u001fmt\u03ad*;A\u0013\u001br\u001a&\u001fu<%y\u001a\u0013Kb5\rkf\u0013M\u001b\u001a#\u0018\u06e9m\u001a5HQ&jdtL7\r\\n\u0319#mj\u06d6j[x\u0007\u001eA\u000f\u031c\fgz\u0001s8\u001da&g1z\u33d1\u001d75FI{\u06ab\u0004t*\u001b*3YTe\\\u0003\u001bsKY\u0198fh\u01e0\u05afMe\u069a\u05e4j\u0019\u07c4k E0dZ\u0013\u02e4\u0015EE\f\u04ac[R\u0005MJh\u0015c7+\u0011A\u001aP\u0214\r8?2-Djdd=t2*k$m~\u001cIS,M8k@3h0*\u0014w\b\u001atq(\nT\u0688 mL6\"@vrH!\u04c9!S-\u00125\u0000Vc\u0004\u000eo\u0012\u0012s\u001e.7 ,\u000b\u0019\u0011\u0018&\u0438{\u0006N\u001aM2KKW\u0013\u0019\u001foI2ITE,\u00077@Fc\\{-\u02e3$\u0019\u0014W\u0004{\u000bH\t\u001f[\/`[&n;\u0003[_\u0007\u07f7\u0003w>\r&bGw\u0206\u0019\u001dmO2d>`)b\u0013#-\u0011;\u0012xEe\u0005\u001b\u076c'NN,[m\u00ff\u0003dg,\tVYp0\u001b%gE|;Bj.%5Lq}EzX\u0006\u008a6_\u001625Tki>-Rh\u0002-\u049def\t#2 $$8 ]2\u001f6LITC\u0001uXvzNS=\u0019\u0017\u000f3Ke$\"X=]\u00044lUgK\u001fQ\u001bY\u0006\/A\u001f\u01a6\u000f\u0011PUX#\u0002f\u0001a`\u0015z\u001fFwwO_M\u04c79s\u03de-c\u0000;gE,_;3r\u0019<\n7o*E$5K\u001c\u0014D`cS\r-\u0017.L9w\b\u06a1r.\u0000-g\u001c2\u001b\u0246\u0121F\u0012x\u4f78|V\u001b\u0015\u0011\tI;B\u000f\r\u0019n9\u0011N2\u0013 \u001d\u0319\u000ffHI\u0000X`4Xtl(TVk\u0015\u0776\t\u001c\u000095VT\u02a1\u0011\u02f05e\u00114*\u0007\fZT\"hf:\u06f5b\/\u001e\t\u0013`hM\u0018\b 4H\u0011^`I\t\u048b\u024aJ!q\u0014\u0408\u0016\u0013!8\u0006G\u0000H\u02d0\n.F*MIJS\u00a4\u0494<4%R*MIJS\u0494l4%^*MIJSBR@TpQS)(m*2\u0002\"!s*eN@D\bh\u0005b\u0013-.\u0000KbAT9]\u0016UN\u0012G\"\u0012RP(UdRT4[@,*\"\u0001U\u0011\u07bbJrJ`\u001d\u00cf!Dv\u04bfWK\u0018h\u0669d\u0017\u001c6\u0012\u0016\u0019\u04f0\u001b1:\u0003fR\u0001p6]B\u001f'1%\u000bYa9;\u0006wOuW\u0007\u001f~cG\/C)er|+Q.Vw2\u0012\u0018OW&@\u7d95?9\u0011@VC\u02ed8d~{MQp4\u0006.7\ubacbC\u0006\u0012#iwi9@u3@+\u0006\u0018\u02cb<*,\u001a\u0149X:s\\VCf\\V\u0010.Q\u0012;\u001f^=\u0000\nU_\u01d9o\tZBSH\u001cjI\n6\u001437(.$F\\\u057d\u0007@BzIZb_T*j]\b\u0010w_>l\u0017\u0006o\u0013Z\nF\u0004\t\u000f?\n_g7T4mB\/x#do\u0014g;t\u0003PF\u0001D\booS\tnUnu\u0007\r3We+\u0011\ua0b7+\u0014 {V6?]wi\u0001\u0007S\u001a?\\+fc\u001a\u001f.Bm\u0743?\u001f\u077cT\u000f|xath\u0001>dTV^_2\u001as,z\u0012HC[\ruq\f\u000e\u001d\u000eye&t\u0010<\u0004%\u001c\u0000\u0016P\b7?\nc\u0005P'A\/py\f\/8?WJ\u0011\u0012=\u0016*r1\u0014\u000eF*|\u000f:k\u001c|.9.\u0005mjaN\u000ehuM8>u]\u0019\u0017QFoTS\u0007gG\u0006\u0014 RrsT\u0010\u0006`\u0014\u0001<\u001f%\u001a\u0007\u000e)5:sy\u0001W?\u001cY\u0004\u0010V\u0006\"=\u0002)(\u0016\u0004\u001cyA\u0019G{Im\u001eS\u000e^\u0001 M3\u0000\u0012t\u00130bD}GdMi)HB!\tv\tI\u0018q[\/\u0017&Z,W\u0017$Z{lkM)MIhZyxB\u059e\u0013G_\u0004K\u0013`1z\u0007\u022eu\u0002,d\u0011j\u001eQpDW~ik\u0007\u000eZ`Ta@\u0002\u0002\u0000H3'\u0017Ev@l\u0016\t\u0014S\u0380b\u0011\".yZtJ6E4zT\u0015;\u043bR\u00021\u02943\u0000X|DK\\Wg\u0003*\u0493xU|\u05e1Z\u0003\u0004*\u0493\u0000%\\\u0476Z\u00032W\u000b\u03b0GB\u000f\u014aBi4d\/LY_UH]\u046b_%\u000f\u000f\u001eX1?R\u001f0$\u0002\u04b3\u0017\u0006S\u0001)b*\u000bK%p\u03baV\u0016\u00194\rG\u0001\u001c[\/\bj,p1]:ZYXVgh7,snwA@\u000b\u0006\u0010\u0002C9\u0007\u02c5Pj0*\f\\\u001c\u0014bH\u0019JQZe$(\u0011Kz\u0014\u001by6K\u0000HJv1\n;\n\u00027 \f4V$FM<\u0017~M\u07ba+\r(\u001a\u066f\u0003)\"V @hV\u001cZ\u0011\/V!'FK\u000f\u001b6\fb\t\u001c|\u0018\"{{q~q(v\u000402\u001f\bA3\u0010\u0004s\u0006l\u0004~\u0004F\u00068\u001eg>_^D\u0122qF\u001f3\u0011i\u000f\"c>:\u027b,]NQYbE\u0005\f\u0013\u0015S3N\u0000%&& O\b\u001d\b_hW\u0004j\u0000\u001e1l`{}k32\f<]AE\r^R%%\u0003C({\u000flK\u07acs+n+p\u0000\t\t^XT!i<\u0017d6]4]\u0011ETo\u0013z3|m\u06b9\u001bv7\u001b8D\u06c4K\u001b\u03eb\u06eeaw\u04eec\u0006{\u0018:oX\u000bQ3\u0003,9\u0016\u04fcU\u001c9A_\u0014!\n\\\u0794\u0368\nQ\u0019N9Bo\u001fqG$o\u0013@\u06acBdH\u001dP,`@T\nLUh\u0003\u0013\u0018Q<6\u0001G!9\u001eje\"\u0007U\u0015RB?o\u001fp\u071c\u0012\r\u001c\u000e\u07da\\G\u0007\"KG\u0012\u0004\u001c{\r3\u0002\u0016^\u001d^\u0018Kp3ws^'\rsaj\u0613>Wy2.\u026b'c\u0015I6%f'}F|-\u0001\u0000\u0015v]l\u0006? )Tg X\u0012\u0002~\"mf3hF^w*\"KH\u0004\";\u0010+\u0012,\u001ar\u0739\u04178p\u001c:\u8377YuJ\u024b\/?K\u0001B'n\u009f\u079b+u\\s\u0018wf\u0006\b\u0004Lp\u001eT\u0007.\u000fTq'a7N\bnX^\u0014\b\u0013{\u0019@&;\u0006mX\u0007IW\u0003)_\u0003)g\u0003io=t\u0172\u0001#p\u0006E~\u033d0\\mrso-Boy~\u00e1jt\njN\u00f6\u6e777\u02edL\u01a8\u0017sl<; \\9uRj\u001an\\_\u0000;g!X}]mH\u000f\u0005:LnS\u0011|w\u02d5\u001fe ]\u001d@0)O!]6\u0007wUsu9\u0003A7)Ik\u001f~B\u0011-=]W1Z\u0016R5Gn)7\u0005;<~\u001ehQ$1j}\u001er\u0004|8oGc\u07fd{w?HP&\u02de\t?\u00e2\u04f5G\u00157U?J\/}\u0012pbo7\t\u001ci=sA:~\u07f9Ue'b5qC3^\u48ce=[cbnmX3[F\u0018\u0019\u0010Nm3Aj7Q#\u001bf2nHuctM\u001fkS\u06f6T\u00ab>\b|Xfd8s\r\u0334\r=?\u0017f1z\u33d1\u001d75FI{\u06ab\u03d2\u0004t*\u001b*3YTe\\\u0003\u001bsK\u04ee![l\u00c2Z6Mik_*?L4*\u001f\u000e\u0006~\u0215rGH\u0665I9\u03b1H\u0016\u0700]XbZF\u0006j4WR\u0016RZH\u00162j3\u0011f\u0019\u0010N\u0012\u0012J.\u000fw\u001b&$]Q\u8840:,r^=')Q\f\u000bs{q\u0019%2\u0012w\u0011s.\u0002\u001a3w%,\u0003\u65e0\u000fcfn\b(*\u0011\u00010KzIG\n\u000f#\/{\u03a6\u001c9g\u04ff{8FL{\u001c\u000bMDo\u0015QDf\u00cfB(\u001exlj\u0765$?`B9\u0003TF\u0001s\u0000n\u0011?9\u00005$4P\f\u01fb$\u0012cQP\u0006v[\u0014\u0014|\u0017b\u0003c#c@^Q\u0001+c>{\u001aG\u0668Rc)\u001b\\F13V\u001fd,\u0012F2[;:O\u078eS#\u0014~+'=~>%= LhL\r}\u0000_(t\u02c9v\u0000\b?f|0#GJRB\u0005SBcD]N\u0005\u0219\b\u0006l\u000b0c\u0132\u001a,Y!Z\nl\u0085\u0012A4\tF-\u072c\u0015[}H0\u0000Cln\/H\u0011^I\t\u048bJ!i\u0014\u0308\u0016\u0013\u00018\u0004GH\n.E*M\tJS\u049484%Q*M\tJSr\u0494h4%]*M\tJS2R@TpIS)(l*2\"!r*eN@D\u021eh\u0005b\u0013-.\u0000Kb9T9]\u0014UNF\"\u0002RP&UdRT4[@,*\"T\u0011\u07b9JqJd\u001b\u000f!DV\u04bfWKg\u0659d\u0017\u001cR#1\u0010tr_(6f$~Mn\u0104\fI\u0005\u0268w\t~t\u001ch+\/d\u0607\n\b\u07dd\u0007?M^~6N\u0016\u001d\u001ef\u000fU\u04edG\bJ_n5n\u070a\"&;o\udb16\udeef\tPm\u03cdw\u0004Pg~4j+\u000e\u00198kS\u00042ob8!\rbA\u0108g]dg\u000ej\f\u038a\u0001i\u03b7\nKFq\u001asd\u0019\u0015K(G\u0017l6e\u0000kZ_\u0539\u0017`!q\u001bm\u0014\u0012Zf E5Mk)K81v}?\u0017au1'P^\u04a2\/V\u05d4XB\u060b%\u00028\u0757\u000f\u0005\u0001m\u0014\nF\u0004\u0007\u000f?\b_gS4mB\/x#dc\u0014g;t\u0003#\/PF\u000f\u0001D\boo3\tnUnu\u01a7\u0007M\u0013We+\u0011\ua0b7+\u0014 {V6?[wi\u0001\u0007S\u001a?\\+fS.h[zOG7\/\u0002\u001f\u000fGv\u001e\u0016IFKl%1\u01e2\u05ed\/T\fI:uPG\u001a7\u0300P\u0017Z\u0006\u0018^o\u0002NG\t\u0019XkM\\\u0001`\u0001\u0005p# V\u0000u\u001c\u0016rins\u0013\n\u03e59$k|\u03f6x$W\/r,\u06c6%|5\rNi]&e}\t\u000e9\u0002\u0018)-K\u0015`\u01f7Cl|'\u04fb!b \/0+|\u051e@2\u001d@\bsu!\u001b^Yc\u00199Upx'\u0017Rs<\\'\u0018\u001es7%0r1\u07e5 -RM1\u0001F\u0019|oqf}\uae843.\u0010#\u0011M\u07a7\u000f\u038e\f\u001e\u0001)@&\u0011\f_\u0005>\u0010%i|GzCJ\r,+\u000eq\\i?\ubb9c\u001cY\u0004#\u0010\u001bD\n\u0127X\u0000\u0013pL\t\u0007e\fw\u001e\u0019%yVO9Pb\u0012{\u00057U\u0000H\u021eM@\u0080\u00119\u0007\u001e5!W \t\u0019v$d&$a9\u0013o\\`k!\\]4+j%E)\tM~\u0011\u001624\u000fO5xyi\u0002,F`\u0013\u0675.X5!Pp4!P'\u022f,\u000e\u001d+H\u04c0|-&\u001e\u0001\\.lF\u064e-56\u001e \u001aT\u001bB%\u000f\u000b]N\t\u0766F]J9b\u0018zwUJ Fr\u0006\u0016\b~_*XyXXEzr\u0011\u0014\uf67dj*TK <(ZEzr\u0011D8Vk\u0000Yj\u0019H\u001b6a\u04d0e0e\u0005~W\u000e#uE~\u0003>\u000b{\u020b\u0007bE\u05598\u034fQ\u0018\u0012\u0001s\u000b)F\u0014nf\u0005~\u00128Vg]+\u000b\f\u001a\ud1a3\u0000p\u000eMS\u0017\u0004VIHE5\u0016t?\u0018T.YM,,3j\u001bB9 }\u0005kE|S\u0003\b\u0003a(a\u0018o\u0015Gu\u0006.Y|P\u000ey\n\u0018&C9(P\f%(RC2h\u0012\u0014%{J={y%\u0000$_\u0015;\n?\u0017+\u008fT'Q\u0010\u0001e\"1j\u077cCl]imFy~\u001fhL9\u0015Ae\u0002\u0001NF{\u040aGF\n9\u0011l6O^\u0012|\u0770aU\u0015K\u0015\u0743C\/C\u001b\u0014\/\u001eFy#\u0000F\b h3`#%#0798G\"&\"\u0016?4pDN{\u0010\u0019wOfyr\u068eRE\u0012{\/*`v\u0004p-11\u0001yJGPE.B\"P\u0003a\u0003[\u0003a\u000e.j\u2e57\u0423\f?F4QzT5\u00036$\u00014*G\t\u0000?F\u0000\u0000\u0001\u053f(R9\u03b6\u0003y\u0016\u0002PgN\b I\u0011$s\u05b7KG]{\u0014F\n^r\u0010xjH\u0018u\u0350 H\ne\u02d7j9\u0018ur#ENt\u0007?\u001a\u000e]3\u001c!=nIj\u0002WMYw\u0013#K^u{\u001dH\bUN\t\bH&Yqe\u0212:X\u001cT\u0014\u0007&\f1xm\u0002%BrP9%\u001a8\u001c5\u0010\u02cf\u000eD')%j\tFK92\u001a^g\u0004,>:0r=\r\u0017a99J0z{5x<\u0019\u05531\u008a$\u0012\u0013>Wybn&N&\u001c:x\/-2%\u0011J\u0016t:y;y\rE(J\u0004\u0012.Ws7\u03deC~R\u000bO*qj?e\u0015+Zb r7-oXE^\u0012p*\uf5e0%\u0003$M%hd\tr_\u0002_F 7k\u000b5=}W\u000bo\u001asf#R;UDb\u00fcP3 {\u0018\u0012=:\u000e$`\u03fd7Bz<~\u03c1.:\u0000\ub26f\u0003\u0714cic{\u0016cic3+\u000e\u000f'xC1\u0012\u0007S\u001a>R`2K\b\u0007,\u0019y-&\u07f9,!\u0011@K8gKK\\K\u001c8\u000e{\u001d,:\u0017\u0000!\u07d3X7s\u0355@o.73n\u0000!\t\u0783 %q'n\u019d\u0010B'\u0001f-(N9\u0011&2LvJ\r\u0018\u06c2I \u000f\u0006R\u0006R\u0006\u0006{e\u0003mGl\u0005k\f\u0000y{a|\u561b[Cr\u0015vefmsoo[Q\/.\u001dx8w>{A\"s\u0016\u0015?\u001454\u0778KQ\u00012wC\u0690\u001eD\u000btN|#_+?@\u0006:`R2pCxsv\u0017`|mo\u000fCr\u0006nR>>\"[{\u0000Q}c\u001c-\u04b7k&S\u001co\u0005\u000bvx\u0526mW\u001f}\u0011\u0193L5`\u000egi\u001bi\u0019f\u0016\u001fc\r7\u0018xIK\u0011h.:SctIM\u001aH\u0012hw\u04e9?odMFSr\rLoh-.f\u0019cQ\u001dZ6Mik_\u00aae\u0013{\u0001\u0014t\u06f4&I+\u0018YtHUBCI\u001e\u0011D\fL\u001bZ\u001bzI\u0583\u001etp$m~\u001cIS,M8k@3h0*\u0014w\b\u001atq(\nT6 mL6\"@vrH!\u04c9!S-\u00125\u0000Vc\u0004\u000eo\u0012\u0012s\u001e.7 ,\u000b\u0019\u0011\u0018&\u0438{\u0006N\u001aM2KKW\u0013\u0019\u001foI2ITE,\u00077@Fc\\{-\u02e3$\u0019\u0014W\u0004{\u000bH\t\u001f[\/`[&n;\u0003[_\u0007\u07f7\u0003w>\r&bGw\u0206\u0019\u001dmO2d>`)b\u0013#-\u0011;\u0012xEe\u0005\u001b\u076c'NN,[m\u00ff\u0003dg,\tVYp0\u001b%gE|;Bj.%5Lq}EzX\u0006\u008a6_\u001625\u0018A\u021dJ\"UZJ\u0016)\"YFm&>0,\u0003IBS\t%nD+J\u0015=\u0014PEn\u05ebd:%\u0753Axap\/\u000e8\u0003\u0004[F.sE@\u00f6\u001d\\_un$\u0011e\u0012al\u06b9l\u001e\u0001[5\"`\u0016\u0010fI\/)\bVw\u001fa}~e4}#\u104a\u07fd9gO@v\u0006]\u0007&z\u000epj\u0014qFio\u001e837\u00116\u0003\u1c78m@6\u000f(\u001c\u000bT\/2\u087c\u0511j';>R#v\u0004.\tIA\u000f\f\u0019n9\u0011N2\u0013 \u001d\u0317\u000ffHIW`3Xtl(TVk\u0015\u0776\u0001\u001c\u00009X5l\u000b0cRU\u0000\u001c)p\u0011tUK\rZT\"hf:\u06f5b\/\u001e\t\u0013`hM8=\u0014Ah#\u0013\u0017\u0015Bq)0W!\u0011-&B`q\fIJ\u0001\u0001R!\u0015\\T$I)yRiJT*\u0004K)RiJT0L\u08a6RPTd\u0004NEBT\u0288ha\u4256\u0011>\n'Z\\\u0001\u0001\u0142r,$*E$RP\u0225\u02a9iX:UD\u0002\"v:\u001fCm\u076f\u001e;\u01d70\u0432S.88afb Pl\u0348l\u0748\u0011\u0019\bO6\nQ\u0012>Y,QW^\n\u0671\u000f5\u0010C\u000f~+\u0006\u0018\u000b<*,\u001a\u0149X:wXq7\u00f2p\u0010e}\u065e\u0007G`\u001f\u0579G`!q\u001b}\u0014\u0012Zf E5Mk)K81v~?\u0017au='P^\u008f?T\u0452q'zh\u0000!|vi\u0004|o\u001b9E\u00acv\u0011>%\u0001Oo+G\r\u0015.\r;w\u000b\b%[#0m6\u000e+[@&>\u0011>[RB[U[qWoWk\n\u0005\u001e>\u0566\/]\u001a~2\u0001\u010f=Z1\u001b\u000f\u0005p\u0011\u0012mK\u001ezs\u03b7a\u078e\u0016IFKl%{\u0618c\u0597@*\u0006%E\u001d\u06bam#\u001bEfUv\u07adm\u001c\u001f\u01b7\u06adr, R\u053fl\u02deqM&\u0199S{Ht,z))\u04ff\u0000O\u0006\u0113(Jl\u0000q_\u0016\u001b(\f2\u0004\u0012G3\u059aAA`p0V\bu\u0012\u0002\u0017cUx279+\u5711\\+K Y\u000bl;+ru!\"+\u0006\u06f0\n5+\u0664\/>G0!d\u0002\u0772[\u0001E\u0005\u001ed\u000bv;\u001b\n.\u0006\u00023#e$\u0000C3\u009a\ud920\ude1eS\u000b[Uh\u0018\n\u0017Fr#uGN0\u06b0\\`a.\u0011\u011c\u0136H50\u0006:q\u0006{53\u0627K8\u0003\u0011E\u0018(E}tvT\u000eH\t\"\u00157G-\taIS\u001dQqu\u001eJ\u0003\u02caCZ>Wg\u001a(~X\"0l+\u0013%\u0010\u001fb\t'\u001a1hx|Z9>@II\u0015\u0000\u0012oN\u0000H\u031eM@\u200b\u0011y=\"kB$+vS\f;C\u0012t\u00138\u27297s_L\bY.H&\u000ba%E\bMv\u0011vz\u001a\u0018t\r4\"p\u0000Ks=$v3\u0016`\u01d8Ey8bFN\u0091_&v\u0000\u0010_lQ\u0001ZL<\u0012\t]lF\u064e-56\u001e$\u001aT\u001bR%LnSDG\u001c^\u0018FUX|WEzn\\\u05f0g\"!XDba\u0015Y@RgeP-XZ\u0004|-\u001e)\u06ad\u0001d\u0005'#QZo\u060cM#\u0314\u0015E\u4258lxc&1\u001302\/Oj\u0005\u068e\u001550Q15c\u0014\tnXrbB\u0294@\rPE.~]\u0011\u0011x\u01304hvU\u0007q5xN\u0735\t=JI+hBQ\u0013\u000fj\u0006JmHh\u0001T>G\u0019\u0000OF\u0000\u0000\u0001g\u0014\u001cA\u06c1I]\u0001|6\u0002H)\u0095$?p\u001e:\u001d|N\u05ba\u0014F\n^r\u0010xNjH\u043afHB$\u0005\u0447\u057cmI-\u0007z,\u0007\u00148RzOsR\u00c15\u00c1\u001c\"T2E2\u001ewc)\u0015\t_yjEy\u000eGFW8C\u0011!\u000f$*\u0012Q*:(;:Pn\u000eN\u000et{Iva.;lml\u0006)4[\fyJ{\u0007\u001e `\u001fn\u0000\u000f$}\u0018\u05aaC\u0017\u001a\u0011@{\r\u0002\nv\u0006\u0010\u0210\u0004'\u0003T[9\u0426@J\u0005QD@\u04a82+\u0361\u0280oc;\b\u0004NJ\u0006|kAh%;\u0001-L\u0000$CS\u0296:38%%B,{\u000fl\u07acNm0i\u0001$&xQQ+\u0018\ud932\udcd2uj\u04c5M\u0005\u001eYD67\u05f5o\u0774oENo\u0013Qn<\"f\u06aeav\u04eeAc{\u0018:oX\u000bf\u0007TXs*y8bs,|y1C\u0016)\u001b\nQ)NYV>N\u320eH&YqeR:X\u001cT\u0014\u0007&\n1xm\u0002%Br<\u056aD\f\/\u000f*\fCe@5B?o\u001fh\u001c\u0013\r\u001c\u000f\u07da\\\u0003%kGeTf\u02bd\u0019\u0001\u000bW\u0007\n#p\t\u001annaX\u0005\u001f_\/=\u0019J'z2&X1L)1k=1J'f\u013cnb\u03912]\u0003)U7\u0013\t1$\u001bdQv\/H\u0006\u000f_]O\u0000=k=\u0016Txqj?e\u0015+n@\u00057[\u03dbvg_\u0017{\u00018\u03fb%\u0000^\/A\rK\u0007HH\uf5e0%n\t~\t\u001aY<;-\\z\u03ff\u94ffy\u0018cZKB\u0011\rR\u0340`\u0019q )\tp\u0011\u001d\u000egQSn`?\u0019\u0010s\f\u0005\/\u0015A@Eo>uD9\u001f|G\u0005`\u0017{\u0010Lj\u001f\\q\u001e!B\u001ax\u001d;WJr\u0006n\n>=\"k{\u0000^7r8\u0019\u076d2fm0\u000b\u000fO\u001f%r9XT8b}\u001er\u0504|\u03dc\u0007Oc\u07fcnL\u01d7\u001d\u001f\t?[\u001a`Q7KO(?M\u0017^:_\u0017\t\u001ci-sAw\/We'\b>\u001b 0h\u001bt\u069cZeX\u00136[\u06f0\u001c\\\u0623\\\u0003&_E\u02ba\/7\u046da\u0018~c\u06d6f[\u000f>2c50\u04866e'c?f2^\u00128(%\u001c']\u0492E&H\u001eS)~^\t\u025ao\fQ5psy%znb\tu\u02dc\u0018h\u001a\u067am\u0018fTkU-\u001eYSk$^\u0014U15K+\u04db%\u0015\u0013wW<)#5p\u1568M?#}\u001b|d:\/g\u06e2\u01dfiby\u01e6\u001a\u000bEe>U\u0016d\u00114\b\u0014hhh7Am2=m4\u0017\u0006\u000bM\rN\f=oyh\u0006\u0137zH(ZUBy\u0003r\u0003\u001e`\u047fN\u0016\u0004\u001a7=\u0000\u0005S\u0013@f)vd`&;&sB\n\u034f\u000fn@y\u0013r,\u0006\u07d2\u0014S\b\u0006;\u000by~\u0015^\u0010n\u056bMv[\u001fee\u0017}=p`\u03f6bgZ\u000f.lWpG\u001bSl0P\f\u000f\\\u0018\bs\u0005\u0004.^\trF7+A\u0013o\u0016\u07c1\u030b,D`h7z\u0015E8=()9\u0456r\u001b\u0476\u000b+\u06b0-WU4kLi>-Sh\u0002-\u04ddUf\t2dq@|>&&\u014a\nE\u0004~9Nj M\u0017\u0007\u0001^#\\F\u0382sA\u0013n;?=j#\u02c0\u001aQl\u06b9\\=\u0002\u02b7kD,\u0010R\\R\u001e,6DwoOwM79s=kN9F1rg\u0018\u0019\u039bb*\u0015\u000e?\nN\u0017Ht#.p\u00128\fP\u0019g\u001d8\u0000\"}\u00a1rk(\u001ci$\u0018\u000ewI(I\t\u001e6*\"x` \u0011<\u0014\u04d0\u000egXsG\u5d53vlLH\u001b$cLB4'\u0018}4|\u0010\u000e{\u0017T<\u0005!v3x\ubbe0=\/!mN\u0017r\txcI\u0377Ov\u0003zGj\u00013\u000ew4p%E\u0001>\u0001)i{\u0003D\u074b\u001b\u001f\u033a7\u0016xotn\u06fd\u001e\u001c3G[oe'\n\u0007=q\u0006`\u0014=~69$\u0011C~n\u001e\u001e \u065c\u0001I@\f\u000e KbDA\u001d\u001aE>qY\u0007\u000e\t\ub9c8rT\\4\u0003\f0\u0010(Bd\u001e?\/s*++c[XNU\u001c{U\ng'9k\u0002;\u06a0\n\u0014\u000ek\u0015e1`2>[N\u0007w$^H\f9D';^\u000bp\u0011\u0001YQjKXn\u001ceg3F\u001b\u0019S\uf2d2R\u0013?cV~\u018e73FsUs,i\u000f\u001b3\u07a9+D`Bx*4\u0000s}5\tIz\u01d8\u0001O\u0014lxV(\u0013:\u0011Nx704\u001a\ne\u0013\u000b\u0019D\\z>\u0014%\\Dn?rG8wL}QF|\u0010i\/m-\ud926\ude65<\u064dmb?\u0017\u053fU)\u001bSt\u0013\u0002J=\u06c5~lQ\u001c)H\u001e;R`\u001c\u000b\u001an\u0017V:\u0018\u001b\u0014zJB\u02b4{kwbt42\u0268osJx3!iQ\u065bU0h8\u0015\u00031,\u04a8pVj\/\u000b)I41\u020b*@243If\u0002\u000b^LHF\u001aS\u0010\"*\u0001\u0014\u0010\u0017\u0015|T\u6b18\/#X\u0016%\u00151\u0168\u001a\u0018\u0001d\f\u030b1 uegWScz6\u000e\rgX|]@3\u001av>X\u438eN\u001e\u001c\u0018~jv\f?~\u0000n\u001d?\u001f@3\u0647R\u0294)}+Q.X;q\u05b1$bb\u0002bhP\u01a0}\u0013jjT\u0003%%W\u0000H);\u0001 1{J7\u0001\u0003.F=\tPnL\rAR\f;CRl;\u0744$8g\u07173\u0013l-B\u000bBX{l_D\u00a2qDLLc&\u0002ad\f\u04eb_n\u000b\u001d==\u00159+Y?kabj)\u0012GRbB\u0294@\rPME73@#\rno\r|\u0017IG:snOQ\u0006M1\u0011M(jbT\u1f74\u001eU@\r\tM\\;g(\u0003\u0018\b \u0014 1\"#t;P3k1\u0000OsF\u0000\u0011)E\u0007C\u0003Is]]B#\u0005M\/u\u0007<\u001a\u0012F]3$H!jI-\u0007Y\u000e(p\u000e\u7906Q\f\u0007rP\u0014x\u070dT&0~\u0015m;\u001c\u0019\t_\u292a\u0003\u000eE\u06ef<\u0018\u001aHD@9:9Q%!\u06c5\uec25=1\u03f7\u001a`l1)GW\u001ex_}\u0001<\u0004[PB^cX\u000e]hT&\u0000e{\u0001\u0282\u001d\u0001(\u00042d 6@\/V\u000e(\"RA\u0014\u0011\u0010<+\r\ny\"pC\u01cfo\u0013\u001a\u0007;)\u0001Z\u0006\u0005_\u00040\u0001\fMc+[S[2nZ2(\"\u0296:\n\n\u001a@m\u0017\u0015rQ\u001a\u0019*YM\u0017v7M\u0017$zd\u0011\u0004\f_\u05fef\u06beaw\u04feAK\u00169M;G\ud950\ude98}jM\u0006\u0019*ycp*\u001e\ubf31c-j1\u001fPa\u0369\t\u0144\u000fYo*,F8e\u0015Z}8%#:\"y@f\u01d5\u0015\"KEbq\u0006S\u0015\u00062`\u001aW\u0177\u000fL\u0014bd\u0004K\u001ex|U\u0018^\u001aT*\fC@U~>P\u04789&\u001a8\u001e5\u0010\u000bG\u0007K\u033f%k\tGK9*\u001a^g\u0004,^\u001d(\\O%h9\u0001b\u0015|\u0018d+U_\u0258`0\u0266\u012c\u013c+U\u00139G\u001ft\r\\B>WVLL'\u0138l(E\u067dD\"K\u001b\u0019\u0005\u001f\u0012 {?\u0638O\u0011\u001fuk\u0000@]\u0017\u000fF4\f$KYBO-yf,oJ\r,\u0016\u00145try~9\u0003b`e=\u0016h\bvM(\/\u0000\u001fb\u000fI+c4\u0004\u001f]Hq\u000f\u0003~p\u001e])]@MA\u04a7Szq\/\u0016 z\u07cb1Z\u000e\u0016\u0017_\u001e\u001f'U:\u074c\rfcD?\u0007\u0017\u000f\u0013z],\u000fC}\r\u0012=\u00160gK\u0003,*f\t\u0005\"\u001f\u048b\u00165\u001cYb\u0015>#;zn2h\f\u034b7U\tO\u0006H5L>\u001f6f\u0019\u013aM6>4\u01e69$?7(\u026bWQ#+j:\rjtk\f\rSmK-\u0007\u001fAO\u0631txk\u001a\u0018\rM{d2GI\u00131\u001f3\u0019\/o\t\u001cX\u0012wc.iW\u0013kb'\u000fDw\u04e9\u0014?dM7c\u001a\u0012=OeNDA]t\f[jr4l6K^YLo*~5`a5\u0012\/[\u0015M\u0012;+\u0011A\u001aPM8JT&\u0011>\/l[\u00143R2\u0014X\u0003Q0|x_bJn\u001cAC,@0\u0004\\\u001aN\u000e\/75z:1x*vQ\u001b\u0010!AjhqW\t9\u000f\r8\u000b{G\u000bz;Y\u0012h`\u0002<\u0003\u0017LM<\u0002%\u0017\u0019\u001f\u000b)o?7?6j.6\u0007_>\u00011:M\u0235g_<\u001a|KRpO\"\u0018k\/U_{AU6mu\u02ff~\b_O?\u06cai=_\r\u001dmOB2|>p)b\u0013#5\u0017;\u0012x%d\u0019\u001b\u076c\u0007MN,Y7\u00073\/\u001e*@\u0013\u02e2qV\u0017\nR\u001cG[wUnD.h:\\V\u046cQZ\u02dd*2UZI)2YEm\u079f0,\u0003I6\u001c\n]o\u0012mRPH@W^.T\u000f\u000fxq\u00195e,X<]\u001c4C]\u07e36\f\u0018!\u001f\u0166\u07f8#|F\u0002,%b\u000fM}vytc#$icL\u0440'\nR6\u0016RywFz6|T\u001f\u000b\u07ea\u0014TW)\t\u0001U\u001et?s(\u0014KZPjK\u001dt0\u000e\u0005\r\u000b+\u001d\f\r_~\\OL\nNv%?BGe=\u0735;1:H_\u001a\u0019dW%F<~\u00d9*CBw\u0018t\n\u0001\u0018\u0016PiTE+\u0017\u0685$nE\u0015y \u0019i$3\u0005^e&$#)\bI\u0000W\n\nP>*sV\u0317{,JnbTv`\u00002\u0006\u0018U2F`s\u02691(x6Jy6\ue3e5'roA3\u001a8&cQqtM\u001e\u001c\u0018~jv\f?\u0015<\"4vhx]jv~\f?= G\u0012\u000f\u0204\u0194 \u000f\u000b\u0019=;r\"d's\u001f|8#'j\nB\u0015SBcD]\u0015\u000b3_i\u0013'7fXD*\bh,i]bE\u0016K$&ZGhVl#Gn\u0002L1\u0018AfQ.#<\/&,Ba-T!&`q\u0010\u0004\u0254HF\u02d1)Q5%M\u0004J\u0594L\u025a\u0012+YS%kJdM\u0257)\u00115%e\u0002&eMVPd*\u0012'S\u0010:Y\u0019,\u0011=\u027a*'\u0002\u0000JVo%v@$\n\b(y\u0015\u0011IYA\bX4[A.2\u02a4r\u073fH2\u000bO\u0015Lt\u001b\uc771\n\u0019\u0155blF'-\u0003\u028c\fg\u000bQr>y,W^\nYU\u0010\u0625>MR\u000b\u001fR?~\u001fK\u000f_C)eJ\u0554\u0015(\u0017Eib8{d$bb\ndP(!np:;*xT\u0007\u00040@\u0003H\u0a4e\u0438:X\u000fvHeE!-3\r\u0014pjwv,rT\u0011L@\u00186\u0015\u0012A\u0004GX\u0013\r\u0018o<>sBmP\u001cj$4y@=\u0001\u0017#\u001eg{D\u0584H(W \u0019v$f&$q9So\u6f9c`k\u0011\\]\u001cM&\u0017ct\nbS\u0011V\"z'f\u001a\/\u07db\u000b\u000e\u0015Vi\u001f\u00d1\n!\u0017=wsf0\u0239\u001e-\u05ac_#\u001c+4\u001c3h\u001b\u00129'o\u0019?#HJB*\u0160zwI8RXiXVgh7,sA{\u000b\u0006\u0012\u0002\u0002a0L:\u0003*>Tcd}`\u0007\u001c\u0005R:\u0016\/C<\u001c\u000f==&f\t(W\u024e\u001a;\u0018\u001cPO\u06bd\u0010pC\"`c%bzCl[w\u001bU_#?V8\u0018;\u0016Ae\"\u0001F{\u040a\u01e5F\u0000\u0011lY\u001b'\/\u0007>8\u0014k\u001a|vUZ\u000e>\n]\u0011<=8=x0c\u001d\u0001\u00070\"\f$AA8\u00038\u0002c\u0003\u001cxs>_D\u00a2qDLLc&\u0002ad\f\u04eb_n\u000b\u001d==\u00159+Y?kabj)\u0012\u0770\u0104)\u001b\u001a\u07a1@\roLg\u001c\u001aG\f\u001b^\u001a\f\/LfWu\u0010wY\u0014.\u0423\f'ch#P\u0128{i=Re\u001b\u0012v\u0000Q\u0006@1\u0011@(@b\u0000\u0019E*GvfRb\u0000*\u6d0d\u0000\"Rp%\u000f'o>.\u001dw-w)\n\u00144!\u05100!A\n\u0014D\u001fV\u001e?g\/Oj9\u0018wr@#ENt\b?'5\u001cf8CJHn,b5+O(oSH\u0017'U\u001ep(~5XE\"J\u0005W\u0007eG\u0007A\u0241r\/\tq.\u0305w-]\ud44dy\u0000;f!Oi%hd\tr[\u0002_F 7oK3o~}\/f:=5\u0006\u0016RPDb\u00fcT3&X|zp\u001cHo-\\zg6;yp\u0003\u03ddu\u0001\u0013_\u00079)\u0017akc{\u0016c\u000f\u0019\u0015a\u0107\u0013C9\u0007)S\u0016>z3L0.\u0000q}[\\\u0003\u0000*\f~PJ-\u001fKSJ@D%DD\u0003G,(ZFsU\u0011YB!\u0010\u065eXQ`0%os\/i8av+o5\u000f)%\/XWO+\u0001b'n\u0002s\u0355:Co.73n@!\t\u0783j9q'x\u0007\u0019wB\n\u0004\\wr;8eD\u00003\u0671\u001a0X\u0007EW\u0003%_\u0003%g\u0003eo\u001dt\u0015\u0016C\u07ed$p\u0006E{b\u000507{Ko\/z8B\/6~i^|^q[7WJ\u0017\u0018Zy4w>yf,oJ\r,\u0016\u00145try~9\u0003b`e=\u0016h\bvM(\/\u0000\u001fb\u000fI+c4\u0004\u001f]Hq\u000f\u0003~p\u001e])]@MA\u04a7Szq\/\u0016 z\u07cb1Z\u000e\u0016\u0017_\u001e\u001f'U:\u074c\rfcD?\u0007\u0017\u000f\u0013z],\u000fC}\r\u0012=\u00160gK\u0003,*f\t\u0005\"\u001f\u048b\u00165\u001cYb\u0015>#;zn2h\fG\u0017o\u0af2\u0013\u0004XM\rk|\r?ymN-2uc\u05admXc}hMsH~oQkW\u056fFWtxe]\u001b\u0018\u001a#\u01b6-\u0376G\u001f|\u0004e>a\u01ee50\u001a#F9J\u019f7xyK\b\u01a2\u001bstIK\u0017Xn:\u7550\u0010u\\\u00037W\u0016)P\u0309(aKm\\F\u06c6q+kM\u0006L^25FEQ\u0015St\ub6bfB<\t_\"^1\u0011\u0153=\"\\\u0003\u0019\n\t?\u001c^J\u07c43G|\u0005|p-B+3R2\u0014X\u0003Q0|x\u0327l8X\u001c\u0002a\u0018\too5\u001c^hojxtbT~\u02e3D7 C\u001aF\u000e\u0012\u0012s\u001e\u001bp\u0016\u0005-\u0017v\u0018%\u0438\u0005x\u0006.x\u00042KK\/'3>^\u000731\u0017Rx\u0015~n~l\\l\u000f|p\u0003bt\u039bk\u03fefy4N\u0002E0xI_p^m\u0010.\/;w\u0006S\u0015;zpe\u00cd\u001a;be|R 'F\u0010\u015dk.\u0018\u0005w|%pJN37YA\u000f,X\u001c}Xo\u000eg^-Sh\u0002-\u04ddUf\t2dq@|>&&\u014a\nE\u0004~9Nj M\u0017\u0007\u0001^#\\F\u0382sA\u0013n;?=j#\u02c0\u001aQl\u06b9\\=\u0002\u02b7kD,\u0010R\\R\u001e,6DwoOwM79s=kN9F1rg\u0018\u0019\u039bb*\u0015\u000e?\nN\u0017Ht#.p\u0013j\u00192BEbl9\u0007\u0000\u0016\u0013\u000e\r\\CH#\tpKB9OJQ\u0011\u0003\u00039\u0858t8R;*sggB \u0019sez\u0015j9\u80ff\u0015\u07fdsn\u0017\u03c4w\u063bx)\b\r\ufd9b[\u0005\tisX?\/\u0757M\u001bKj\u001b\u001b;R\u000bqq?+!.\u000e\t\b'MI\u001b ^| &`\u05bd\u019b}\u02c5s#Q\u0603R\u0016p~\u000bD'`\u001alG\u066fw\u07c6p?R9bhX\u00c3\u0010Dy9W*\u0010a\u0017qI(C5'N;!!\u001f\u001cq\u0014\u0011Pn7+\u0006u\u0001\u0006\u0002^eN3y\u0013yx4~\f\u01ab\u016b8\u001eO\u0015\u0015Os\u0004vA\u0015)\u001cR7+$5\u0011\u0002cd}lz\u000fvIG\u0019r\u001a\u0019O$Qw\u0016\"2\u0003(\u05168\u02ac\u0018mg63j\u0017%&~\u052d\u001doglY\u001f6gSW\u0016\u000e^Uh\u0000k\u00121E\u0003(HP&t0\u0015#jn`h4\u0014\u02a2'\u001e\u00172\ua24a|(\u058bK~t\u539eq>\u000f ^Z3SKy\u076d\u00f3\u001bR\rx\/RP]57&\u0004Vy{x\u000b7b8R,iA\/=v8\u00174\u0716\/t0\\[7|q=1)86\u06d5|\u000b\u001eip }idxQ\u0003V_p\u001b\rgB\u04b67t\u000f\taq*0\u0007cX@Q\u0016^h\u0017Rhb\u0017U\\dif\u0004\u0016x4 D'U\u0002\\) \/B+@Y1_F(-J*bQ5\u06811*\u0003\u0018\u0017cTA\u0018\u0015\u0019\u03ad&#l\fgX|MoA3\u001aN8&cQpt&\u000fvt\f?{;J]\u001e9\u001chG=Rc)\u0001y&\u000321e7BF\u03cem'\u0019\t\u01e1+\u001f\u0209PeP&Qd*m'p\u0002WD\t\u0019+fP,\u0392U-[hDb:\u03a8uY6lv_.>r&u{,@(_II\u0017\u0013\u0016Y!y\u0016ZHVA8\bGV@dB$H\u0594(\u025a&YS\u0002%kJdM)\u02525%\\K\u0594\u025a2Y\u0001A\u0472&+(n2\u0015)\bIVd]\u0015|\\\u0000%7\u0012;\\\u0012e\u0005Qv<\u028aTT\u0004Svl \u0017OLBe{Wi:_cAzR'\n&\\y\rX\u0005\u03ccJY6#\u0001eu\u0006\u04b3\u0005w9~p<+\/|,*\bC&Y\u000f\u001f@}[\u01cfc\/L2jJ\u07cay4>uq7[}\u000156\u0001\n=}tR=9ehq[IFKb%m\u0618c\u0597P*F\rm6\u000e\u0191\u0019\u028ep\u001e@e&t\u0018<\u0004\f\u0012\u000e\u0002\u000b,\u001b\/\u001f\u0005BS\u00107`\u001e\u02d59Y4\u001c]Q\\b\u0004Zgq<]\u000b\u0017Y96\u06c6%U|u\u001dNi]&U}\t9A\f!\u0014\u0015\n(-\u001f.'[Pp1P\u0017\u0019)3\u001f'L\u0007\u0018\u009c\t\u0017$DZ\u062aBP80+\u0013%:;*xT\u0007\u00040!N\b\u05522>B`=!\u0006\u0015Y|40pjwv,rT\u0011C\u0606\rrEz\u0004cP,\u00118\u0016D2\u0006\u001bP2\u027f=3WU\uc66d , )3{2_u A,@I(q\u0000\u0542\u0013\u0018a*z\u001a6X3SV\ud8b3\udf6c>;\u0015zkE\u0007\u03cb\u0003wU\u001apdB=i7?&a\u0005g\u075c\u0019L)r\u0007x5,xJXu,\u001c3h\u001b\u00129'o\u0019?#HJB*\u0160wljeaYQ\u0770\u03b9\u0006\u0001o7\/X\/\u001aH\b\fv\n\u0000\u000bj0*\f\\Py\n\u001a&\u001dp\u0014,R\u0006K9RX\f\b\u000bs\u0014>z\u0014z%\u0000\\%;Jk`pB=iB\r,Q\u0013\u0005\u000e\u0019>o\u0755\u0586oW}WZu8\u0018;\u0016A%H+4\"q\u045f-6@\u0004[FK\u000f\u001b6\fb\t\u001c|\u0014\"y{qzAa^+\u0002\u0018\u00070\"\f$AA8\u00038\u0002c\u0003\u001cxs>_D\u00a2qDL\u001ai1\u0013@{\u0018\u0019|'r5\u0002mGOOE\n{\u001abv\u0004p7,91!eJF\u001d\b\/+\u00025\u0002\u001865\u0019^&\u001d\u036e \u0006(6,\u0423\f'ch#P\u0128{i=Re\u001b\u0012v\u0000Q\u0006@1\u0011@(@b\u0000\u0019E*Gv \u0535\biN\b \"\bW}r{\u68dd2wu-w)\n\u00144!\u0510u\u0350 H\n\u000fyNj9\u043af9\"{:\u001a\u000e\u0019\u000e\u0010)\u001bKXM`S+Tuw82\u0012IU\u0007\u0014:WC\u001eH\u0004z\u0015(\u0015\\\u001d\u001d\u001d(7\u0007U'\u0007:\u02bd$}0\u0017\u001dt\u0776b5\u0007;f!Oi\u033f^_\f{2\u0795*O\/ydLbdSbzb\u0795*M\u0323f\u013cnb\u03912]\u0003)U7\u0013\t1$\u001bdQv\/H\u0006\u000f_]O\u0000=k=\u0016Txqj?e\u0015+n@\u00057[\u03dbvg_\u0017{\u00018\u03fb%\u0000^\/A\rK\u0007HH\uf5e0%n\t~\t\u001aY<;-\\z\u03ff\u94ffy\u0018cZKB\u0011\rR\u0340`\u0019q )\tp\u0011\u001d\u000e-fX}\u0001\u049bm{\u000b\u001ePo\u62cd\u001f|Z\u0017iq||R0\u017d+zV\u001eO^Y9u\u0003\u07ed\u00055E\r\u076c\\_\u0380;g.X|Yx\u000f\u0005.|\u0013#_n\u000b?*\u0007\u0603`R3#w\u0018\r\u0007v\u0017`_\u001f\u0739GbW\n3tS\u0014^s\u070b\u0005byLC\u0157%nN7oYxxg\/\u00c4\u001en\u0017K&{?xb\u001fwwD\u000fe?(L\u0000>YzBi\b~\u0007.g\rG}ON;o\fZ?}\u0006*;A\u0000iG{,\u00daX7i\u06865\u05874\u001e\u001a6yU*jd|]_MW\u0015a]n\r\u0370\u001b\u06f64\u06e2_\u001f}\u0011\u001dNFp2\u001d\u06666QR6LtL[\u0002G0\u0016\u0758KZ\u0015_i@t7JJLt|c:V+s\u0014K[D\u0014E\u01f06.G#m\u00f85\\\u0003&j\u0019\u021aZ#\ud94a\ude0a#\ub6bfB<\t_\"^1\u0011\u0153=\"\\\u0003\u0019\n\t?\u001c^J\u07c43G3gr-zv)fwl\n(\u0018HPTSeJn\u001cAC,@0\u0004\\\u001aN\u000e\/75z:1x*vQ\u001b\u0010!AjhqW\t9\u000f\r8\u000b{G\u000bz;Y\u0012h`\u0002<\u0003\u0017LM<\u0002%\u0017\u0019\u001f\u000b)o?7?6j.6\u0007_>\u00011:M\u0235g_<\u001a|KRpO\"\u0018k\/U_{AU6mu\u02ff~\b_O?\u06cai=_\r\u001dmOB2|>p)b\u0013#5\u0017;\u0012x%d\u0019\u001b\u076c\u0007MN,Y7\u00073\/\u001e*@\u0013\u02e2qV\u0017\nR\u001cG[wUnD.h:\\V\u046c1sCZQJZL*j3qf\u0019pN8U ]>\u001fzhbEG\u0002jrLB|\u0010&~\u0003\u0000\u0011.#Wg9g\t\u001dZ_u\u001fr\u001eep\r(6\\V\u001e\u0001[5\"d\u0016\bf).)\u000f\u0016\u001b}o\"\ufef7\u06e7;\u03a6\u001b\u001c9\u03de5\u001c#\u00183q\fh\fMDo\u0015QD\n\u001fGP[d[wR8\t5\fP\u0019g\u001d\\\u0007*\"}\u00a1rk(\u001ci$\u0018\u000ewI(I\t\u001e6*\"x` \u0011<\u0014\u04d0\u000egXsG\u5d53vlLH\u001b$cLB4'\u0018}4|\u0010\u000e{\u0017T<\u0005!v3x\ubbe0=\/!mN\u0017r\txcI\u0377Ov\u0003zGj\u00013\u000ew4p%E\u0001>\u0001)i{\u0003D\u074b\u001b\u001f\u033a7\u0016xotn\fe\u0007\u0007,L\u0016g\u0649AO4>E_\r\u000f\u0005#<<\bA9\u000fs\n\u0004jgp\u0005q\\\u0012+'\n}(b:pH\u0007G\\?E\u0004\r\n\u0001l\u001d`@\u0017j'|SyL^D^<\u001e\u06c2t\r:W?WqU=\u0012++\th\u0002+dS8nVHj\"\u0005n9\u001ex\u0001\u00cf\"34\u00125\u00073HT{-Ed\u0006dQF-aGqY1\u06b2\u0018mgL\u057e\/JJM[\u0019;\u0018m\u0017U\u0672?l\u0014x\u0010-\u001d\n\u1f6a\u0000$$I\u001dc\u0006\u0003\u001d=|\u001e3E\u0019)Ag\u033b[g7\u048b\u001aF^PVjnoLM\b(n\u0017oFqX\u0482R#_zHqp\/\/h-_X`ozbRpm+\u0017\n=*\u0749A&\u0006\u036d*6A\u001b\u0384mGeoV\u001e\u0012\u00e0T`\u000f\u01f0J-Z.$t#\/\u0003HL'\t,z-3!\u0019iLAO\u0004R@l_VQbcQR\u0007w[T|\u0017j\u0003cT\u000610\/\u01a8\u05151*\u00063[_MNG84Rc)\t{wg44jqL\u01a28J\u001e\u001c\u0018~jv\f?\u0002\u0012$S\u0016\"\u0019-GDI\u05944\u025a\u0012(YS2%kJdMI)5%_DL\u0594\n\b5YAqHLAdeND$H\u000b\u0002(Y]\u0001\u0001(+ QVD$e\u0005R\"cel\u0005xd\u0012*\u07bbJqJf\u001f\u000f\"D\u04bf\u0017\/Yg\u0168\u01f9_7\nZBSD\u001cjI\n7\u0014LR\u0014H81v?\u0015au\/\u0013*W(\/i\u046c%^>R%^>GOH\u0010o?[\u03c0\u0006\u001cm\u0018\nF`JBrI\u0019\u0015>\u0002\u04b0sx\u001f${o\u0004SZ\u001c7C74*<|2J\u0006o#'\u0016\u0012\u076a\u0007u|2\u0015h:\u0004\u000e>US\u05dd\u001b~T{\u0019 eJ\u0007b6\u001f\u00034)GF\u05d2GK$|\u0458c\u0597P*F\rm6\u000e\u0191\u0019\u028ep\u001e@e&t\u0018<\u0004\f\u0012\u000e\u0002\u000b,\u001b\/\u001f\u0005BS\u00107`\u001e\u02d59Y4\u001c]Q\\b\u0004N`\u03f6x\"W\u0017\/rm\rK :^\u04faM\u0012s\u0004\u0018B)-+\u0015P\u0007[`?\\NNrwC@]`f|\u041eD2\u001d`\bsu&\u001b^X3\u001e\u0013sja\n-\u0017CHN\nFcq0~s]\u0002#9\u0005mjaN\rhC\r83O]p\u0006\"0\u0012QjAQ\u001d\u0012D*nZ\u0012\u0000\r\":>B`=!\u0006\u0015Y|4P\u00a9\u0671QE0\u0001a W'J >\u0006\u0012\u0018\u001fc1O4(c\u043ex\tCr|+\u0000$|\u07d4\u0000=\u0001\u0017#\u001eg{D\u0584H(W \u0019v$f&$q9So\u6f9c`k\u0011\\]\u001cM&\u0017ct\nbS\u0011V\",fi\u001ek\u0017\u0004X&k\u0000a\u0016aFN\u0091_&v\u0000\u0010_|Q\u0001ZL<\u0012)]lF\u064e-56\u001e$\u001aT\u001bR%\u0245L$c\u05e4R\u000e\/C\f*%\u0012\u0000#_3s%_\u015e\u001a+\u000f\u0012\u000bHO\u0002=W-%_jb\u0343\u0012\tU'g\u0001JBm\u0006e\u0016`Dia3J\u001a6X3SV\ud8b3\udf6c>;\u0015zkE\u0007M\r\u03cb\u0003wU\u05598\u034fI\u0018r\u0001s7g\u0006S\u0001)b*\u000b\u00128Vg]+\u000b\f\u001a\ud1a3\u0004px[\bj,w1]:ZYXVgh7,sA{\u000b\u0006\u0012\u0002\u0002a0L:\u0003*>Tcd}`\u0007\u001c\u0005R:\u0016\/C<\u001c\u000f==&f\t(W\u014e\u0002\n41\n;\n\u00017$\f6V\"FM<\u00178fuWZ\u001bQ^5_i\u0003c\u0011TJ+\u0012nJ+\r\by\\jg\r\u0010\u0011|}\rXB-\u0007\u001f\bo\u001e\u001ez|\u001ez`Px\u0018\u05ca\u0000F\u0000F\u0004$h3\bG{\u0000G`\fs\u0003q\u001fHX4N\t4xD=azu>ww\"g=g\r1LTLX;E\u0002mBJLH\u0011\u001d\b\/+\u00025\u0002\u001865\u0019^&\u001d\u036e \u0006*{\u001eeT>\u0019C\u001b\u0444&F\u001fKQ\f*\u06d0$u\u0003,\u0463\u0004\u0018\b \u0014 1\"#d;LZ\f@\u04dc\u0011@DJ\u0011$s\u0725frHAKn\u001d\u0002I\r\tf\f\tR 9\u0003k\u0003\n\u001c)rz;\u0019p0@\u000e\u0011*\"\u0019\u0004\u01af]]\f\u001518\u0015u\u0631\u0016J\u0358\u000fTLVq\u0004}Yb\u0087,pyS7v\u0015\u0016R\n}\u0012\u0011\u001dM Ci\n\"u`8J\n\u0003Q)0U\u0177\u000fL\u0014bd\u0004K\u001ex|U\u0018^\u001eTU\u0018J\n}qsL4p<|kr!\u0016\u000e\u0117\u0007_\u001f\u0001K\u00127sT5\bX0:P\u0018\ud8a1\ude7b9\u0001b\u0015|\u0018d+U_\u0258`0\u0266\u012c\u013c+U\u00139G\u001ft\r\\B>WVLL'\u0138l(E\u067dD\"K\u001b3\u000b>$@~qx#>\u0016\u0000\n.6\u001fR\u0494R3,Qf\t\u0011?Q38\u0016\u0011\\UDP\bD'V%X4s\/i8av+o5\u000f)%\/XWO+\u0001b'n\u0002s\u0355:Co\u0269ofLy3\u0003L\u0002&gQSn`?\u0019\u0010s\f\u0005\/\u0015A@Eo>uD9\u001f|G\u0005`\u0017{\u0010Lj\u001f\\q\u001e!B\u001ax\u001d;WJr\u0006n\n>=\"k{\u0000^7r8\u0019\u076d2fm0\u000b\u000fO\u001f%r9XT8b}\u001er\u0504|\u03dc\u0007Oc\u07fcnL\u01d7\u001d\u001f\t?[\u001a`Q7KO(?M\u0017^:_\u0017\t\u001ci-sAwg_|wN\u0010|b5u7@\u001aa&794\u02f0&\u058dmZa96!G\u0006.M^U\u001a\u0019_iWu_nXW[chm[m\u046f>\b|\u008e]k\u1b51k`44F,s?\u001f\u0013\u001d}o1\u0011E)178\u9496|\/z5W\u0003t*+!3Y!X\u0006n.D-S,n\u0013QP\u0017\u001d\u00d6\u06b8\u001c_[W,s\re#kj\u010b*f5xz\u0013Db\"\u000e'%{D\u0010\u00062\u0014r\u0013\u000e8\u0012\tgDz_\u000bx9\u0016?E=L\u0014;6\u0005@\u0014\f_$^(*x%[|7!\u0016G@\u0018ndzh.r\rd'\u0017\u069b\u001a^=\u0018{<\u0015(\ro Q\u00ebD\u0007\u0006=x\u0005,F\t4n0{}\u0001\u000b&\u001eR\u0012\u024cLvL\u0014^\u0177\u001f\u001bo5\u0017\u001b\/\u001f\u0700\u0018&\u06b3Y\u001e\r%)\u04e7@\u0011\f5w\u0017*\ud8be\udffd \u072aW\ucdba_?\/z\u0767\u051fm\u03b4\u001e\\rp\u00066`~v\u0019>\u001f\u00141\u0209\u0011Dq\u000bF\u001d_\t\\\u0012nVs&K'\u0016G,\u059b\u0003\u0017\u000fYeQo8+rqR{v\u0005QRs-\u04fb*7m\u0017Va\u001d[^h\u05a8R=\u031d*2UZI)2YEm\u079f0,\u0003I6\u001c\n]o\u0012mRPH@W^.T\u000f\u000fxq\u00195e,X<]\u001c4C]\u07e36\f\u0018!\u001f\u0166\u07f8#|F\u0002,%b\u000fM}vytc#P9@5\u00144P\f$s\u0004\u000fh\u001b\u0015\u0011<0\b\u001eiH3,CZ\uea3cnrggB \u0019sez\u0015j9\u80ff\u0015\u07fdsn\u0017\u03c4w\u063bx)\b\r\ufd9b[\u0005\tisX?\/\u0757M\u001bKj\u001b\u001b;R\u000bqq?+!.\u000e\t\b'MI\u001b ^| &`\u05bd\u019b}\u02c5s{Z\u0603R\u0016p~\u000bD'`\u001alG\u066fw\u07c6p8@\u001f\u0012C~n\u001e\u001e$J|>gr\u0002K\u0005\u0012388\/\u0013\u0005\u0005?wj\u0014Fig\u001e83\"\nm\u0007cq\u0005\u0000S6\u000f0B\u000by`\u03316\\N\u0007w$^H\f9DG?^\u000bp\u0011\u0005YQjKn\u001ceg63F[\u0019S5R\u001b?cf~\u018e3F\u001bsU{,i\u000f\u001b3\u07a9+D`Bx*4\u0000{}5\tI|\u01d8\u0005O\u0014xV(\u0013:\u0011N704\u001c\ne\u0013\u000bYD\\|>%\\D~?rG8wL}QF|\u0010i\/m-\ud926\ude65\\mb?\u0017U)\u001bS\u0013\u0002J=\u0705;~lQ\u001c)H\u001e;R`\u001c\u000b\u001an\u0017V:\u0018\u001b\u0014zJB\u02b4{owbu4\u0268osJx3!iQ\u065bU0h8\u0017\u00031,\u04a8Vj\/4\f)I41\u020b*@245If\u0002^LHF\u001aS\u0010\"*\u0001\u0014\u0010\u0017\u0015|T\u6b58\/#wY\u0016%\u0015T`\u00002\u0006\u0018U2F`\u026b1\\\u001bC{xe\u000f0\fkX|\u0013\u043f1WZY'd\u4813c2\u0016\u0005Oazq7t\u00143\u0018~jwwfc2G#J[\u001d\u001fm1<>p6\u0470v|\u05e5f\u0002<\u0000\u0017\u0204\u0194 \u000f\f\u0019=;r\"d's\u001f|8#'j\nB\u0015SBcD]\u0015\u001e\u000b3_i\u0013'7fXhh`7\u0018h,iL@,ZX\"1i\u001dg:\u00acE\u001bb\/\u0017\u001f9v\u0013`\nm\u001bmQ.#<\/&,Ba-T!&`q\u0010\u0004\u0254HF\u02d1)Q5%M\u0004J\u0594L\u025a\u0012+YS%kJdM\u0257)\u00115%e\u0002&eMVPd*\u0012'S\u0010:Y\u0019,\u0011=\u027a*'\u0002\u0000JVo%v@$\n\b(y\u0015\u0011IYA\bX4[A.2\u02a4\u0017r]\u0012}>T\/\u0013YJZ_$_D\u001b+O\u0019`Q\\)6fd~\u04b2?\u0338@z\u00009\u001du.'\u000f\ue4dcr}\u516f%{_\u0005]zs$-p\"\u0003wl\u0005>RTM[1Ra\u01a6qL\u00034I\"&\u001bo\u0005X\u0004(\u001d\u0001\u0014\u0018+A@UD\u001bl+0\u0204\u001dMahD4\u04aeYE\u000fDRHd= 6O\u001bLR\u0018:\u0274)huRQ\u001c\u01a2YbX\u0002Ht\u0002K \\G|yd\t\u0002:\r,yA:\r,F=\nQ\u0012\"\u0002VKR\f\u0006@I\b{\u0019PByI\u000b-~\u00b4%- \u0139~~\u0001\rI{\u0011b$\u001e$\u01f338-|xG\u0005ang?BI\b\u001c8>[osnhXx\u0012e\r(GNxg-r%UU\u000fr\u03e6\u0011h:\u0004\u000e>Us\u05dd\u001b~\\{\u0019 eJoy]KK#$\u0696<}zsIFKb\u0015K9\u0016n}\tb$16lS\u001b`\u001c\u0001\b\r\u0014^\u0006\u0019^o\u0002NG\u0019XkM Q +:E\tq\u000b*\\sH~\u0015%H=\u06ce\\]H96,wzMJ6K\u0011\fb\b\u0019@V@\u041f\u000e[`?TN\u001e\u9c13Pp1P\u0017\u0019)3\u001f'L\u0007\u0018\u009c\t\u0017$DZ\u062aBP80+\u0013%:;*xT\u0007\u0004c\u001a05\u0784P-)3?*4\u000e\u0583\u001dRi`YuHL\u0003\/hU\r\u001c\u001cU\u0004\u0013\u0010\rrEz\u0004cP,\u00118\u0016D2\u0006\u001bP\n]\u0011<=8=x0JcjG\u0000#\u0001\bd9\u0003I8g\u0010<\u0000\u0018\u0000\u0007?\u00171h>\u0011\u0013i1\u0013@{\u0018\u0019|'r5\u0002mGOOE\n{\u001abv\u0004p7,91!eFw\"P\u001b\u0019GF\u0011\u0006\u05f7\u0006>\u000b\u04e4U\u001d]9s'(\u0018\u0688&\u001451^ZfT\u0646&y\u001d@3z\u0001Pt\fm\u0004\u0010\n\u0018@}F\u0011t\u001d\u0535\u0018\u02a79m#\"\\I\u0003\u04c1\u7939K.E\u073a\u0003\u001e\u0004k\u0004)DR\u0010}X{fr`wr@#ENt\b?'5\u001c]3\u001c!B%S$q7RVpd$|\u014bn\u000f8\u0014ao\u001a@bh\"\u0011\u0003@Go\u0017\u00bb\u00d6N\u320eH&YqeR:X\u001cT\u0004F*B,x\u0000ur\u0263\u001co*\u0011\u02c2j40T\nTU\u0003\u0015c[\u000bpt ?x\bXpruF\u05414\\:i\u0018 VaO\u01bbR\u0278%\tV\flJZO\u033bR\u527981s$LeJ.sjtB;\u0246\"YK$\u0012.Ws7gZO?'\u0015=qkyE'0\u229b`0~nWE^\u0000n\tKP\u0012\u0001>%hd\tr[\u0002_F 7oK3o~}\/f:=5\u0006\u0016RPDb\u00fcT3&X|zp\u001cHo-\\zg6;yp\u0003\u03ddu\u0001\u0013_\u00079)\u0019ag4,\u001f\u06f3x\u0470|lvE!!+q\u04232lA\u0294O3L\u0010h3\u000b>$@~qx#>\u0016\u0000\n.6\u001fR4\f$KYBO-yf,oJ\r,\u0016\u00145try~9\u0003b`e=\u0016h\bvM(\/\u0000\u001fb\u000fI+c4\u0004\u001f]Hq\u000f\u0003~p\u001e])]@MA\u04a7Szq\/\u0016 z\u07cb1Z\u000e\u0016\u0017_\u001e\u001f'U:\u074c\rfcD?\u0007\u0017\u000f\u0013z],\u000fC}\r\u0012=\u00160gK\u0003,*f\t\u0005\"\u001f\u048b\u00165\u001cY\u000bf\t\u001ci-sAwG\/We'\b>\u001b 0h\u001bt\u069cZeX\u00136[\u06f0\u001c\\\u0623\\\u0003&_E\u001e^Ckd154oll~}GP\u0013vLLF\u0001J\u001b\u06666QR6LtL[\u0002G0\u0016\u0758KZ\u001a,t*+!3Y!X\u0006n.D-S,n\u0013QW2-l\u0448{m\u001b%Y&7\u0015\u79c8W\f{dMxQT,\u077a\u0010Oo\u0097WLdRG\u0004k C!7+Q,\u001c>\u046d\u0007:\/g\u06e2\u01dfiby\u01e6\u001a%D\u0014\u0127l8X\u001c\u0002a\u0018\too5\u001c^hojxtbd*vQ\u001b\u0010!AjhqW\t9\u000f\r8\u000b{G\u000bz;Y\u0012h`\u0002<\u0003\u0017LM<\u0002%\u0017\u0019\u001f\u000b)o?7?6j.6\u0007_>\u00011:M\u0235g_<\u001a|KRpO\"\u0018k\/U_{AU6mu\u02ff~\b_O?\u06cai=_\r\u001dmOB2|>p)b\u0013#5\u0017;\u0012x%d\u0019\u001b\u076c\u0007MN,Y7\u00073\u001fO2\u000b4\u0011,*?\u0018Z\u001egE|;Nj\u03ee 5Jq\u000e}ez\\F\u008a6ck\u0015\u001anNs\u0015i*E\u0014h\ueb226s\\O\u0018g\u0001$\u001bS\u000576)VT(z$\\\/\u0017t*T{\u0007mr\u00078\f\u001a2rw\u0016,s.\u000ep\u06e1U.Q\u001bY\u0006\f\u0010\u070fbjo\u0011PU\\#Bf``\u0007&{}l1\u0011s_sw1B;\u001e\u01c0?p\u0014M\u0014V\u0011E\u07ecpqT\b\u017duLF\u001byw)\u000fPs\u0000\u0011*\u00129\u0000(Hp\u001cn \u001a\nG\u001aI(]\u0012\u02b9|R\u0007\b\u001e\u0018q\u0004\u000f4\u0019\"Qy;\u001b?\u0013\u0006\u0258+\u04ebP3\tF\u001f0-sx&3\u0015OAh\f+hKHyo\u0002XR\u0013\u0000\u07d1Z\u001d)\\\tq\u0011tO@8iJ\u0000Q\u00061\u0007\u037c7[.%\u001bla\u000f\u000eJY\u00a3-\u03f2\u00138i}\u001ee}\u001bfey7\u000f\u000fB\u0012F~%jgp\u0005q^\u0012k'\n\n~(6\\N\u0007w$^H\f9DG?^\u000bp\u0011\u0005YQjKn\u001ceg63F[\u0019S5R\u001b?cf~\u018e3F\u001bsU{,i\u000f\u001b3\u07a9+D`Bx*4\u0000{}5\tI|\u01d8\u0005O\u0014xV(\u0013:\u0011N704\u001c\ne\u0013\u000bYD\\|>%\\D~?rG8wL}QF|\u0010i\/m-\ud926\ude65\\mb?\u0017U)\u001bS\u0013\u0002J=\u0705;~lQ\u001c)H\u001e;R`\u001c\u000b\u001an\u0017V:\u0018\u001b\u0014zJB\u02b4{owbu4\u0268osJx3!iQ\u065bU0h8\u0017\u00031,\u04a8Vj\/4\f)I41\u020b*@245If\u0002^LHF\u001aS\u0010\"*\u0001\u0014\u0010\u0017\u0015|T\u6b58\/#wY\u0016%\u00151\u0168\u001a\u0018\u0001d\f\u030d1 e\u000egWWc6\u001a^\u02b5q,e>aL\u001bo\f?>1\u0019xOScS\n\u0011\u001f\u0018K\u078f\u19e4\u000b\u0001\u0000\u0017\u0204\u0194 \u000f\f\u0019=;r\"d's\u001f|8#'j\nB\u0015SBcD]\u0015\u001e\u000b3_i\u0013'7fX\u0588\u00132Q4o,ibE\u0016K$&ZGhVl#Gn\u0002L1\u0019OpQ(^`II\u0017\u0013\u0016Y!y\u0016ZHVA8\bGV@dB$H\u0594(\u025a&YS\u0002%kJdM)\u02525%\\K\u0594\u025a2Y\u0001A\u0472&+(n2\u0015)\bIVd]\u0015|\\\u0000%7\u0012;\\\u0012e\u0005Qv<\u028aTT\u0004Svl \u0017OLBe\u048bWi:.`cAzR'\n&\\y\rX\u0005\u03ccJY6#\u0001eu\u0006\u04b3\u0005w9~p<+\/|,*\bC&i\u0013\u001f@}[\u01cfc\/L2j\u07cay\u000b4{G\n4{|\u0017@([}\u000156\u0001\n=YS\u0014H81v?\u0015au\/\u0013*W(\/i\u0474%c\u001345dlOF\u07ee%\u001283\u00018\t|o\u001b9Fm,@m#0%!I\fN\u000b\u001fQ\u0001i\u0639[m\u064fP7\u0002\u0007*k-\u059b\u0721\u001b\u001a\u0016\u001eD\u0019e\u00037\u0013_\\\tnUnuc;fw\u0000vjss\u000fk\/\u001fLi2x\u05354Bm\u0343n^_\u0005>\u0006\u0012)oj\u0017|$pQRXy}i\u0518c\u0597P*F\u0012\rm6\u000e\u0191\u0019\u028ep\u001e@e&t\u0018<\u0004\f\u0012\u000e\u0002\u000b,\u001b\/\u001f\u0005BS\u00107`\u001e\u02d59Y<\u001c]Q\\b8N,tE._do\u001bTAu;u%T%\b\u00061\fS[Vt+\u000fC:;*xT\u0007\u0004c\u000405\u0784P-)3?*4\u000e\u0583\u001dRi`YuHL\u0003\/hU\r\u001c\u001cU\u0004\u0013\u0010\rrEz\u0004cP,\u00118\u0016D2\u0006\u001bPh>}^\\7\u0017\u001c+4?n~L\u0090\u000bH\u03de93R\\\u000fH\u0016kVY\/:ZY8Vgh7\u001c%s\u0113O2L'FlTTc!wA5\u00b2:Fa)s\r\u0002\u073bo^t_75\u0010\u0018\u0014\u0000.\u0017\u000e\u0546aU\u001c\u001f\u0019T\u001a#\u00144L\u0006;(X\fr\u0014\u05b1x\u0019\u0011\u0016(|))66K\u0000D*v\u00148WX\u001d\u0005T'Q\b!e\u00121j]!6\u7b7b\uda6a\udfd1J+\u001ch\u001dWZ\u0000UwWZihER?[l\b\uf4d7\u0004\u001ff7l\u0018|U\u0012j9(tE{\u040b\u0003(v\u00040\u001au?\u0011,g \t\u001a\f\u0091\u001e\u0011\u0018\u001c{G\"&\u0012\u0016'b7>f\"\u001e3\u0011h\u000f#c^Or]]YaYC\f\u0013\u0015S3N\u0000%'&L\b\u000eX\u0004\u0017\u0015\u001aG\f\u001b^\u001a\f\/LfWu\u0010wYg\u0015\u03fd|B2h*hBQ\u0013\u000fj\u0006JmHh\u0001dQ\u0002@Vt\fm\u0004\u0010\n\u0018@}F\u0011t\u001dj&u-\u0006iN\b \"\bW}r{t`9iRkKQh%\u000e\u7906\u0004k\u0004)DR\u0010}X{vR\u02c15\u0001\u0005\u00149\u001d'5\u001c]3\u001c!B%S$q7RVpd$|\u014bn\u000f8\u0014ao\u001a@bh\"\u0011\u0003@Go\u0017\u00bb\u00d6\u033f^_\f{2\u0795*O\/ydLbdSbzb\u0795*O\u0109y\u011c#Y\u000fe\u0006.Sr!T+o&\u0013bI6\u0014\u0262^\"\r\u001ev)\u000f\u0001<{\u000ezI-<~^+:\u0011W\u0004Ks\u000bn7\u03beR\/\u0002pwK\u0000_\u001a \u000f\/A#K\u0012\u0018\u00124\u0004yv~['11\u01f4\u0018\u0685\"\u0012\u001b\u695a\u00017\u000b3@R|\u0013l;#\u0007o\/\u0243;v\u001cx\uef0fC\r:M\b;a\u061e#Lc3+\u000e\u000f'_y\u001e=gs,\u000fR4|Ie|tv\u0004\u000f6\u0013oG\u001a\u0000PafRjXRJu\u0006%,!'\u0016\u001e8jf\u0011G\u05e26\u0012\n\u010a\u0004S\f;\u0017\u0006\u0013f\u0007VpRx\"\u001e {\u0012&<\\ih'1\u047ay3\u0003L\u0002&\u001e\u0004\u0007W\u001ch\b>\u0006,e\u001f^\u0007z=\u0015ROO?^,@\u0017c\u001c-\/<.?NFwLu\u0019\u001b\u0013>{\u000e\u0016\u0015\/\u001f&pXz\u001f\u001c5!3ww\u00137\uff7b\u001b$z(-eGa\u03d6\u0006XT\u0013\nOE?`\u0017->w9k8\u03b3\u0017\u00138[&\u0016_|wN\u0010|b5u7@\u001aa&794\u02f0&\u058dmZa96!G\u0006.M^U\u001a\u0019_i\u04e1=-ctk\u0018\u0636\u0016\u80cf'iOFP\u001flS\u001bY()\u001b?&:c&-#\u0018Rbnq%-^jbIn:\u7550\u0010u\\\u00037W%-s\"\nJ-q\u0007m^\u06c6q+kM\u0006L^25FEQ\u0015St\ub6bfB<\t_\"^1\u0011I\u001e\u0011D\f\u0704\u001f\u000eD%J>p|nG|=\f\ubf1cm~\u001e]Y\u001d\u0002k \nX\u00131S\u0012*Ww\b\u001abq\u0004\n4]4 6\u001e6\\\u0003WO'FMb[\u001e%Z\u0001\u001e\u00126\u0016wxh\u0700\u0007\/Xo(\rf\/3p#Y]~?:\u024e\u001f\u00abscb|\u001b\u0010s\u0784\\{5\u02e3$\u0005w\u0014(NB_\u0005\u0017[jVp\u0019\u0019_\u000f\u07394\u0619\u0583K.\u001bn \u0006\u0014\u001b\/.\u0003\"\u000691(\\s(+WBv\n:.~dzw>\u0001\u0014*@\u0013\u02e2qV\u0017\nR\u001cG[wUnD.h:\\V\u046cKz4WQJZL*j3qf\u0019pN8U ]>\u001fzhbEG\u0002jrLB|\u0010&~\u0003\u0000\u0011.#Wg9g\t\u001dZ_u\u001fr\u001eep\r(6\\V\u001e\u0001[5\"d\u0016\bf).)\u000f\u0016\u001b}o\"\ufef7\u06e7;\u03a6\u001b\u001c9\u03de5c ;gE,\u0003~;3r\u0019\u0010\u00059\u039bb*\"\u0015?\nN\u0017Ht#0p\u0002\u0013j\u001d2BE\u0002B9\u0017\u0000\u00163\u000e\rdCP#\tpOBYOJQ\u0011\u0003\u00039\u0868t@2m\u000e&m#w:~&\r1WWn\u0013>[a[>$\u0000Lg*\u0014n\u0019W\u04267}\u0004['^y\u0001j#\u0019;\u001aS8\u0013B\u0000p\u0494\u0001\u0007\u000eb\u000ff\u075byo\u0677\\LK:7a&A)\u000b8Uxz\u0005Yvp\u0013g0\rO\u0463\u05fboC8\u001c\u001cj,1-A\u0222\u07fcs7\u001f}0?3889\u0014\u0005U?w~\u0014Hig(8\u04ee\"Jm\u000b\u0003r\u0005+\u0001S6\u00140V\u000bCz\u0001=z\u0014\u06ad1*C\u001bcTQ\u0018\u0015\u001dz<1\u001en'ax\u000b:ocx\u07fc`}t\t\u0014WS3\bZ\u0014\u0017\u001e~\u0005\u07aah\tM\u0011a%)lRT\u0012gMQ $FT\u057dV\\\u0152pB\u001f\u01bdFAS\u0019'q \u0139~~\u0001\ry{1b\u000b@\u0019\u0ae0!1CU\u001c\u000b\b%;3ply\u001dA\u12e4Qn|\u0013\u001f9\u1b5f\u001cVUV'(0~d%3%\u0001bL~\u001f4`\u0006?H9]6Sz\u05f2\b7\u000f~My}\u001e4bOy3W#\u05d7*\u0417\u001as,z\u0012JH\u059fm\u06266X:\u0003P\u0011n\u001b(\u000e2\u0004\u0012\u054ce&`p\u0010X`x(\u0017B;\u0006X\u0015^i~Jd}g$?W\u0012Iv\u00demtE._do\u001bTAu;u%T%\b\u00061\fS[Vt+\u000fChO\"\u000e09:\u0013\r\/I\u0019NgY\u0007[Uh\u0018\n\u0017Fr\tvGV0\u001es\u0011\u0012\u0018A9w.HlTS\fsj@\u0013g7]8}\uae843\u0010QH\/\u07db\u000b\u000e\u0015Vi\u001f\u00d1\n!\u0017=wsf0\u0239\u001e-\u05acy`#\u001c+4\u001c3h\u001b\u00129'oy?s\u0004VIHE5\u0016r\u07fb\u0018T.\tQ\n4\r\u001a\ud1a5\u0014v6\bxsy}@B`S\u0000\\8\fV\u001bVq|TgR\u0147j\fS0\u0019\uc023\u0010Y\u2503eeQs0G~OgO\u0019\u0002 U\u000e\u0006h*\u0513v(\u0004\u07102X\u00185^\u0010]imFyO~\u0015\u000e4\u018eEP+H+4\"q\u045f-6@\u0004[F\u02c1\u000f;\u015a\u0006UU,BW7\u000f~\u000fx>N\u000f=0(^\u0011\u0013i1\u0013@{\u0018\u0019|'r5\u0002mGOOE\n{\u001abv\u0004p7,91!eFw\"P\u001b\u0019GF\u0011\u0006\u05f7\u0006>\u000b\u04e4U\u001d]9s'(\u0018\u0688&\u001451^ZfT\u0646&y\u001d@3z\u0001Pt\fm\u0004\u0010\n\u0018@}F\u0011t\u001d\u0535\u0018\u02a79m#\"\\I\u0003s}\u0725vrHAKn\u001d\u0002I\r\tv\f\tR 9{>\u0002G^\u0010~Nj8f8CJHn,b5+O(oSH\u0017'U\u001ep(~5XE\"J\u0005W\u0007eG\u0007A\u0241r\/\tq.\u0305w-]by\u0000;f!OiN\u320eH&YqeR:X\u001c%4\u001eVa *\u0005*B,x\u0000ur\u0263\u001co*\u0011\u02c3\nP)PU\u000fT4n\u0006oM.\u04415#`ZRf\u02bd\u0019\u0001\u000bW\u0007\n#p\t\u001annaX\u0005\u001f_\/=\u0019J'z2&X1L)1k=1J'f\u013cnb\u03912]\u0003)U7\u0013\t1$\u001bdQv\/H\u0006\u000f_]O\u0000=k=\u0016Txqj?e\u0015+n@\u00057[\u03dbvg_\u0017{\u00018\u03fb%\u0000^\/A\rK\u0007HH\uf5e0%n\t~\t\u001aY<;-\\z\u03ff\u94ffy\u0018cZKB\u0011\rR\u0340`\u0019q )\tp\u0011\u001d\u000eF|-\u0001\u0000\u0015v]l\u0006?()Tg Y\u0012\"~\"m\u1063f\u0016q\u0014y-j#\u0639,\u0010lOIN\u0019ru.%\r\u001c'\u000ez:\u0005\u000biE<@$My\uef79Rg\u0365fX\f\u00142\t=J#N\u001cwbu3\u0014:\tVvEqN0\u0001fc5`\fo\u000b%e \u000f\u0006J\u0006J\u0006\u0006;\u02a3*,D[Il%k\f\u0010i}6\u000b`nl\u07fb_p}3_lbL{okQ\/]1Gwh\u000e|\u0342YT\u07fe\u001bXn-)jfer\u00069wb{\u0010-s\u0011\u66f0}\u001dQGr;_Q\u0001>\u001e\u0004\u0007W\u001ch\b>\u0006,e\u001f^\u0007z=\u0015ROO?^,@\u0017c\u001c-\/<.?NFwLu\u0019\u001b\u0013>{\u000e\u0016\u0015\/\u001f&pXz\u001f\u001c5!3ww\u00137\uff7b\u001b$z(-eGa\u03d6\u0006XT\u0013\nOE?`\u0017->w9k8g|pd\\M\u001d?_\u0017\u0019j\u0017o+s\u0005\u001f^M\rk|1?ymN-2uc\u05admX|3\u01e69$?7(\u026bWQ#+v\u0019n,\\\u001fn+\u0798a]n7\u035fZP#\b|]NF9G,s?\u001f\u0013\u001d}o5`.<\u0798kZJ\u0007\u0254F?\u0018eMs\ro\f\u0012j\u0014\u0014K[D|+4l\u024d\u04485u0.ye2s\r\/\u026bZ=|EQ\u0015S\u00fe\u0010Oo\u0097D\u001dG\f|\u0003r\u0007\u0127K3\u010b3_\u00023=\u0006h\u001fXL\tgDC1}:m\/\u0013Mg\u06a5X.>i}XO\u053f\u0001\u001a\b{ Z\u0017\u0011*\u000bXi\u000ff7g1m~Rw\u001a4E\u001c\f&ol2\u00119]\r^\u001bE3Jpgs ,\u000b\u001f[.Xd?Jr\u000b]pP\bdbW_Of\u000efc9\u0007\/*x\u0628\u001f|\u00067\u00161\u0010$\u0005w\u001b(NC_\u0005\u0017j\u01b7p\u0019\u0019_\u000f\u07394\t\u05c3K.n A\u0007w_Tv5>5\u00003I0Dqd\u001d_\u0014\\\u0013bnVsP',\u059b\u0003\u0017\u000fheQ\u040aw8+q{v\u0005Q\u0002s\u001e.S>\u0017a^\u066b(h|\t#w\u02f4x%\u0005^v\u0015C|8\f8Sp*.\u000fwI\u0014YB$\u0001_zxNS{>\boD\u0005g\bk\u07b3`3q\u0404;\u0010*;v9b`\u0014v.W+fO\u00182\u000b\u0004\u0014\u0007>7\u001dg\u04cdagS{\u0011r;A8\u0006qrhX\u0639(\"fs7d2-{j)\u001cCPrF@EpE\\\u00059RQ8MI@\u001cP\u0012\u3330?vg{Qrxl?\u0017\u0007\"pDM'\u001aD\u0004cCXNW,g(3\u0015\u02cd\u0014Ylp\u000f=QD&\u0018D\u001e\u0011.x\u0004\u001dD\u0014>\u0014-\u0010j4s\u001eI(Z>3Vr\b}jJws\u0005\u001d\u0018?dpt\u0011oOw\u0726j\u0207&9p\u0000r\u7023\u000ff\u0013>)\u0005\u0002\\\u0001\u0001p\u0016@r!\u0017\u001bs\u02e0k2?jU[E\u000e_\u000b\u001d(r\u0003\u01d1{\u001e^C.p7\u048eT(G\u0007\u0017cg\u06c8*{O7\u000f\u000f|F\u001e\u0013nsma?\u009d\u0003WUn^\u000e+G~p|r3\u001cjiG\u0017b\u017dW}82l\u001eoF%F\\\u001f^U{\u0011\u052eo\u000f.xW#_ukMmMR*&D\u001b%i2\u0173\u0019\u001c]|;\u0019_?'asl?GOS\f\u001eY@t1 ln\\\u001a\u001f\u04d0,n$Oe8K\u0656Xic\u0012(\u001cxqy\u1b09\u001eE\u0017ed8s#>u4K\u0446h\uf6ad\u06d3tf+\/\u001c\u0001=gd\u0019i\u0015L,>K(Z\\qK\u001d_q\/_G\u0018\u0019;q[pU\u001a}\u0019\ufbdb*w\u000f\u001fb=Y\\d9\nGjW3\u001b\u0013Y\u06f8\u0007\u0007+\u02ff\r\u0000RN`\u000f^n\u001fu\u001eK_WE\/Bvy5z\u001cK]\u07ffp\u00173i\u0000\u0012\u0000dKP9[\/*X%U\u00ebEZE\u0002\u0002_\u001cEJ\u0005$@\r\u001d\u0017j\b\u000e3T@0,.\u0019\u0016\u0013\rC\nXC`TE>Y@YBYDYFYHYJYLYNYPYRYTYVYX,\/-\u0001\u000bD\u0004_\"B\/)\u0005^]R\ftd%\"rc!\u0011DGa\"b0:x%\u0014\u001cns'\u0006\"s7>r2EXMqulc$\/I\"W\t\u1ae0%x%\u000f\bzLezDe\u0170\u5c3a\u0005%Ee\u0171\n\u00042$$\u00111T)5\u0321>\r;,M\u0011\u0013=<,AE\u0015D)\f[j[Ww\u0017\u0168x\u000f{{_#\u001c&dAEh(:J.[7\u0016\u000f~\u0004hv\u0013zR\u001f>$@uH\u000eb'=+'\u0018\u001e[\u00041&\u001diz\u0005O&28']h\\9+\u0329\u028cr\tlF&'l\u001cH[3\u0014\u0011O X}vS\u0014^\u29fbU0~|\r;\u0017\u04bfBbi\/$\u02c5$T\u0010vUFq\\!Zyuv8H5$\rE\u0005\u0007[\u0005j\u03d7U9'\u001fU8*\u074d\u001dGn%z\td^1tf\u0007 \u00c1[\\\u0010L(KWT$R?8!ylcq^\/\u0010Kx\t\u0138'm8.e\t\u001bt\r\u0000+\u0006\u0007-B\u0016K\u0003\u0016s\u000f%32:1\u00128?:\u0013\nQa=b\u0542((zdjF\u0002q\u0005Q\u0014\u0019\u0005t967\u001a\u0019\u0706\rm}Bu.C\u001d\u0010\u0003\u000e\u0005mhk#l@@^n\u0018T|\uf0c0y\\%0 \u026c=\u0001}`mB\b+5a2l:o.]%Y5>#\u0109\u026c0\u0001vtd\u0013({0b)\u001a\u012a\f\u0000pI[\u0005)8DZn\u056c?b9A\u0159]$\u000e\/bvo\u0011=\/k?B73\u000e;BoG\u040f\u001fA?~\u0004\u0015`MvJj\u06cb\u0010WKv\u0004}\u0007-\u001fuq7=k2x\"\u001cWmn\u0019\u001c\u001c@\u0015\u020c\/#qm}1LD\u001b*\u001f.!-mH5\u001a\u04a8!t!#mX!.!3mX\u0012.Q\u0431%]TCV\u0431f\t]TCv\u0431\t]TC\u3d21cf]TCcu5]$`S`g\r\u001a\u001bR`U\u001cH\ue825*\u001e4?h)3\b\u0010Z\",B#y2\tZiV^ZiV~ZiV\u045eZiV\u047eZiV\u079fZiVZ\u0000jV\u0000\u001eZ\u0002jV\u0002>Z\u0004jV\u0004^Z\u0006jV\u0006~Z\bjV\b[9$?7h&_E\u01d3XM\u00fa6g0V\u0018\u0480sk\u0016&D-\u0005'Ty\n\u019f.{xdY#\ub68fq\u0082\u001b\u000fK\u0758S\u06c9N\u0016.Q<\u0016?>\u0019_o09\u37e39\u050c\u021a\u012b>\u07384\u000f!\u001f\u0544YX=0.CStD0E+K|\u000e\u001b\u001a\u00196oP\u0018U\u0016o\t\u0018o\u000f\u02c8t\u0014\u000b\u06c8S!~ot\u0446h\uf6ad\u06d3\u0019A\u07edI)\u0014`j\u0019I\u0675\u0013O\u0003t|\u00e7\r\u00e1\u01da\u000e&kO#gMNIOO-N\u000b\u0016Gd\u0006]\nr\u0011c%oe}G\u05b0q\u0004ss{\u0019\u047ef<\n\u001fL\ffW\u0011[\u07684!Vv+b\u001ej\u0723\u0003nt\u071ar\u82298X\u0003|k\u0010?\u00015@\u06a8\u0006\u0017\u000e#v\t}~\u0011\u001bP]\u0010q(,s\u001d\u0328\\%d\/{H\f+\u057b\u0543\/\u0019\u0000\u001bKm;\u0005Oo\u0016\u00037\u0000\u02a4N6b?\rr2^\u0010\u0004eX\u0019j#gr+9y03arP\u0011 \u0510`ert\u0007~{wG}E\u0082_\u0011\u024f\u0014d\u001f(,,,\u0000,\u0001,\u0002,\u0003,\u0004,\u0005,\u0006,\u0007,\b,\t,\n,\u000b\u001e\/\fq !\u000f\u0012\u0002D(\u0013\t\u0015e#BB*, \u0016\u0016\u000baP\b\tGw.j\u0015f_p\u025ex?\u001aGIN0fM\r\u0014h!U\\*$g\u0442T\u0502e\u016d\u5b7a\u0005%Ee\u016e\u5bba\u0005%\u0002\u0017,{\u001d)|Q\u0017%~_R\u0001LU\u0002;V\u0004d\"BX1)\f\u0011\b\u000bx|\u001fY\"c\u05c9y\/q?~y\u0012\u00cf_o+\"=8\u0003\"\u0006\u000b\u03bbo^=Xl\r\u0017ovyG~1\b`q\u0790V\u64cc\u001f#dg7wT\u0004kj5\u0019\u001bq**W#W)r5\u0382\\sO'=4\u001ev\b%C>Pl.GgAT(u\u05d7\u74ee&Q\u06b0*p[\u053bg\/u=\u0019_]u~\u0017P4m7u\u03b0\u0002[\u001dWN\u00c7ob\u00058)Z\u001byzHbENOfZ\u001bGzS~\u001e!!:<\u0001a\u65bb#oOaU}\u000f\u000b(_:\u07cbXlw],R+{\u000b\u000e\u0001f\tf\u0011f\u0019f!f)f1f9fAfIfQfYfafi\u000f\u0016V\uf995\u060d?}\u0018mu+NEu+J\u016f[17hy]ZDe\u016a\u5aba\u0005%Ee\u016b+DSTuO2k\u0575[J?\u001b\uf927\u0007>\/\u075cx!6Qz\\\u0015\f,k\uaa33{o\u0004u\u0016\u0000\u0016\u001aSt\"bOU\u001d&Cj\u00016&ubedz\u000fv\tVb]sZ\udbb8\udebf&\u0018O\u001f{3\u03a5Zwz&\u0013k81M[GT\u001f+\u0011A^#zu5\u000eo\u000fa=\u0013\fsQpfirb\u001bvBG%Y7Iu:\u0015]^e\u07a5V$\t\u04a8+\u0010(D~H(*ug\u0005D=\t\u000e\u07de+\uccb1Y\u000f*(Ep0O\u00018\u001c41V*\u07f87M\u0017n=h;9\tS.`N1\u0017uH\u0001v-o!,,,,,u+?RZZ\u0002[\u0012[\"[^f;\f\u0003fjb?}\bm=\u0019\u0015S\u0013*t\f-\u0014\u0013k.S\u0015Zd\u015b\u56fa\u0005#Z\u01a9[\u0229[\u02a9[\u0329[\u0001\u0004\u3baf`[S{+G\fW\u0157\u0004~9[\u000bW\u0012\u001d\u0017FN%\u0711T?mEbY:y91Na\u0017urJGKu.VMsv2I!&ry!?9\u0755\u0015\u0491J}\u0016A\u000b\u0017C\\\be\u0014h\u001a\u0007\n8$=\u001dF\u0007is\t;}\u013d\u001e\u001e|\u001fr\u0007D:X\u000f\"Rs>\u0011wGxF$$8,IU1m\u0014\u07ebaQD\r!j-\u02c6u0\u0016\nH\u0011\u0018QjK\bHh7\u001bV!d9!\/\u03d5dLn\n\u000b)Na#\u59f0\u000e!C!9\n{W^~Kb\"S@l:\u0623\u0010\n|MB\u0012?\u0005\u0002G\budR\u0007S\u0011<#qX\u0013\u0014z\u0005\u4eb8\u0005^\u00d7pq}\u0006;z9=g2R\u60c8{ik!L-*\u0005p\u0019*e\u001aF^r\u0017,2nX:\u0007w)tWZ\u0380\u001a\u0004W\u001b\u0003t%#_zHymJ\u0007|\r_E\nt36\u06d5|\u000b%{ws\u0415\u0002F\r|[}U\u0013%B\u001etLHvTf!9\u0015-]o\u0001\u0018\u0016PiT}Sj\/\n@q\u0004\u020b*@2R!hz;L\u0018M\u0384d1\u0005!R?\u0012J\u0001}\u0011Z\u0001G%^@(DE*\n\u0000\u001f\u0007y\u0015\u0001d.\u00141. ;\u0014GcgwH4\u0019\u0010C.\u001c\u001c]i\u04e1=VhP\u001f\u001aCc\u0636\u0111\u001f\u001d';x;>flS\u001bY(t\u4459\\pc\u001d\u0019e$\u000fD\u04d9\u0015?!\u029ao\fQ'\u0017{,\\^1Xg\u0018A2'4iZ1H\u001cGGG\"\u00167\u0015#3&d\u0711\u0781M&\u001eqhv+J({D)p+\u0019\tgc8\u00125ll\u001a5\u0012fl\u001d\u001dKu96FaKMf+<\u0016l>\u0007\u0007CG[yoG2\u000fDth\u0547WHL\u0003\u001f-\u03cem'\u0019\tB\r\u0006\u00175\u0779T\u051fn\u0013\u06b1MP]\u026eUt\u0012G\u0002W8&\u0798bY\u0584(dq4Q\r\u011eE\u000b%\u0012q&#ZY+rcn7\u0001ylH3$\u03cbxX\u000b-UHf$\u0000X\u001cj#+ ?2e\u0011R$kJdM\u0252)q5%QJ\u0594\\\u025a\u0012-YS%kJdM\u0258hI\u0015\u00146\u0014DNVF$+K\u0004OI@.~\u001b`\u001dP.\u0002(;B\u001aeE\u0004RVP&e*b);V2V\u000bL&2~\u001c\uecbf_? e\u0010Bg 00H99\u001d5 _lc!zJ\u2167\nLy\rW\u0005\u03cbJI6#V\u0001eu\u0006s\u0005\u0268w9~p\u001ck+\/|\u056c\n\bC:\u00aa\u001d\u0007\u0003w{l\u0005I+\u0019Ss&c;\u0019+\u0014Uj7cK\u0019D\u0695NeI\r T\u0019\u001b;\u064d1$XYA\u0007U@\u0007(P\u0012\u00149 \u0011\u0013)\u0017\u001483\u0000\n=\u001aP\u0018\u001bF\u0006a@a\t;\u02f9A,\u0015K\u0007\u001b`p\"\u001ainv\u057c3SQ\u0016\u00051Z\ng]dS3I'6\u0005\u0010M\u001c\\\u0016a(\u00d2\u0014o\fKY,p\u001e\u0011\u02be\u0005k\n\u0002`FdL\reb\u0011NmcIE\"\u0015HE R*L=\nM\u0012-\u0015\u0014n6C)\n4\u001e\u0002\t'12\u01ae\"\u0012Ad\fPqw\u000b\u0003G,9A^\u510e\t\u0002)b\u0014@\b\u00012@jT\u0010o?[\u03c0\u0006\u05bdmmD\u00acv\u0011\u000f\u000e\u0013|\u00052$f\u0002\u04b0sx\u001f${g\u0004\u0012<9Zosn\u0001|y\u0300b\u001f9\u1b5fVUV?c\u001e\tYJF\u0294\u07ae@gc\u0015h:\u0004\u000e>T\u000e'n`\u001fLiV\u0326c.\u0007DH-y\/-\u0004#\u0566\/\u0002\u001f\u00034\\6\u0006fvG\u000f'\u0019U\/\u52d5\u05d7\u001c^Rs?\u0013l\u8f7f^d,\u0586\"6\u00182\u0003P\u0011\u001b(\f2\u0004\u0012G3\u059aAA`\u0005p V\bu\u0012\u0016cUx27yl3\\+K \tv\u001cOWBEV\u03b9\raI\u0015$_]\u01fdkZWIU_}`\u0010C0\u0005eE\u0002`\u000bl=\u0013In(\u0018\u000b\u030c\u000f\u0693H\u0003\fa\u03bf\u0004w\u000bk\u0012~c\"vN-lUb(\u001c^\u0018\u0245T\u001e&]+\u0018a\bu\t ;\u0017$E)95\u05473k\b{53k\bu\tg \b#xz\u0678Q: %T\u001c$\u0001\u0016I\u0a4e\u0438:X\u000fvHeE!-3\r\u0014U5r\u0014rT\u0011L@\u00186\u0015\u0012A\u0004GX\u0013\r\u0018o<>sBmP\u001cj$\n\u0000\t7e'\u0000$fO& q\u0148G\u001e5!g\"VX\f;C\u0012t\u00138\u27297s_L\bY.H&\u000ba8:\u0005\bM~\u0011\u001634\u000fO5xyn\u0002,E`\u0635X0Pp0P'H\u022fs\u0013_;v`J\u04c0|-&\u001e\tt.gEv@l\u0016\u001a\u001b\u000f\u0012\rHO\u068dH)BgSb)Q\u05e3R\u000e\/C\f*%\u0012\u0000#_3s%_\u015e\u001a+\u000f\u0012\u000bHO\u0002=W-%_jb\u0343\u0012\tU'g\u0001JBm\u0006e\u0016`Dia3J\u001a6X3SV\ud833\udf6c>;\u0015zkE\u0007M\u000b\u03cb\u0003wU\u05598\u034fI\u0018r\u0001s7g\u0006S\u0001)b*\u000b\u00128Vg]+\u000b\f\u001a\ud1a3\u0004px[\bj,w1]:ZYXVgh7,sA{\u000b\u0006\u0012\u0002\u0002a0L:\u0003*>Tcd}`\u0007\u001c\u0005R:\u0016\/C<\u001c\u000f==&rf\t(W\u014e\u0002\n41\n;\n\u00017$\f6V\"FM<\u00178fuWZ\u001bQ^5_i\u0003c\u0011TJ+\u0012nJ+\r\by\\jg\r\u0010\u0011|}\rXB-\u0007\u001f\bo\u001e\u001ez|\u001ez`Px\u0018\u05ca\u0000F\u0000F\u0004$h3\bG{\u0000G`\fs\u0003q\u001fHX4N\t4xD=azu>ww\"g=gjv\u0004p7.g\t)S:\u00025C5\u0016|vEF\u0011\u0006\u05f7\u0006>\u000b\u04e4U\u001d]Ys\/\u0423\f'ch#P\u0128{i=Re\u001b\u0012n\u00003z\u0000Y>\u001dC\u001b\u0001\u0002$\u0006PQr\u0004l\u00072I]\u0001|6\u0002H)\u0095$?p\u001e:\u001d|NZR\u0014\u001a)hz\u026dC9!!A\n\u0014D\u001fV\u001e?\/r`vr@#ENt\u0007?\u001a\u000eF]3\u001c!B%S$q7RVpd$|\u014bn\u000f8\u0014ao\u001a@bh\"\u0011\u0003@Go\u0017\u00bb\u00d6yf,oJ\r,\u0016\u00145try~9\u0003b`e=\u0016h\bvM(\/\u0000\u001fb\u000fI+c4\u0004\u001f]Hq\u000f\u0003~p\u001e])]@MA\u04a7Szq\/\u0016 z\u07cb1Z\u000e\u0016\u0017_\u001e\u001f'U:\u074c\rfcD?\u0007\u0017\u000f\u0013z],\u000fC}\r\u0012=\u00160gK\u0003,*f\t\u0005\"\u001f\u048b\u00165\u001cY\u000bf\t\u001ci-sAwg8~\u0003_ jn4^Mn=ksjiaM\u001b\u06f4nm\u001aCslCs}cr\r\\^~\u001552\u04a6C{xe\u000f[\u0018\u001a#\u01b6-\u0376G\u001f|\u0004e>a4\u07b7[#\u05c0y\u0019#F9J\u019f7xyK\b\u01a2\u001bstIK\u0017Dn:\u7550\u0010u\\\u00037W\u0016)P\u0309(+\u0016h\u2f76\rW,S\u012bZ=H(bjn]W7K+&oW2)#5p\u1568_G\u0016\u000eO\u03c8%r-zv)fwl\n((^bMLJ|,^\u0016\u07cd#h\u0011(\u001f 6\u001e6\\\u0003WO'FMb[\u001e%Z\u0001\u001e\u00126\u0016wxh\u0700\u0007\/Xo(\rf\/3p#Y]~?:\u024e\u001f\u00abscb|\u001b\u0010s\u0784\\{5\u02e3$\u0005w\u0014(NB_\u0005\u0017[jVp\u0019\u0019_\u000f\u07394\u0619\u0583K.\u001bn \u0006\u0014\u001b\/.\u0003\"\u000691(\\s(+WBv\n:.~dzw>\u0001\u0014*@\u0013\u02e2qV\u0017\nR\u001cG[wUnD.h:\\V\u046cQz;U\u0527e\u0016-Seq?aY\u0006l8N\u0015H\u03c7$\u06a4XQ\u8440\u06afr\\<'\u04e9P=\u001f\u0271\u001f3kYxY8hmWGGmd\u00190\\Cp?M;qG@Vq\b\u0005YK\u07c3{\u001f0Gx~=\b9FL{\u001c\u0003Z8yS4Q,[E\u0014Q!\u0014b2\u0019n\u0765\u0014?pB9\u0003TFY0\u0000\"}\u00a1rk(\u001ci$\u0018\u000ewI(I\t\u001e6*\"x` \u0011<\u0014\u04d0\u000egXQy\u0764\u03c4A2*Ls\u0007+L{\/\twLS\u0010\u001am7\n\u06b3\u0012t~^\/7|=o7@7w\u00160pG~\nWB\\\u0004\u001d\u0013\u0010N7@\u053dAL{3o7\u000biI\u0193\\{pP\u0002\u0014\u001eo}(\u001c\u0019LS(\u0010\u000eP9bhX\u00c3\u0010DyyU@\f\u000e KbDA\u001d\u001aE>qY\u0007\u000e\t\ub9c8rT\\4\u0003\f0\u0010(Bd\u001e?\/s*++c[eBg*GSx3x\u00135\u001dmP`*6\u0005\u040fV\u036eWEl\u000bGr=%\u0002\u001fFgy$j\u0010f\f?D\u001dZL\u0222R[\u00a6v(>cm1\u06bc\u03d8_\u001a\u0019S3v1\/\u001aeI(N^_!Z\u001f\u0007{\u0014}U\u0001\u0018\uc8efIH;\u0014Mx e6CT$u\u00bfP(x\\\u022c'*`\/\/\"r}\u0006;z9=g2R{ik!L-w\u000eOoWo\u0017K5\u1f60\u001eJau\u001c\u07d8\u0010PZ.S\u0013=gH\u0005F\u0611J\u0007~^p[p}5\u0164lW=#\/\u0014T\u00dd\u0013MF\r|[}Um\u01037\tI\u06ce\u07ac=$tAK|\u001fa\u0001FcR{eHIF^Tq\u0007N2\u0013XZfB2\u0498\u0010T\tp\u063e\b\u00002w|\u0019\u03e2\u000e(y\/Fh\u0017\u01a8\f c`~Q\u00053cT\fh\f?;\u01fe\u001a\u00cfoU\u02b7q,e>\u0001:8\u001f\u05ba1\u0019UhWSc4c:=\"c9:1^\u001fOi\u001fHK\u0003\u0418#dA!g[N\u4d93\u0004yN\u0419\u000fgDM\u0000Xb4Xvl(TWk\u0015\u077638r\u0001r+m\"\u0004\u018c\u0015P\u0003UA@[\u0016gIc\u0016-ZX\"1i\u001dg:\u00acE\u001bb\/\u0017\u001f9v\u0013`\n=U7j\\Fz%-'y^LXdZhBR#YM\u0006 T\u0013\u001fY\u0001\t)\u000b#YS$kJdM\t)5%V$K\u0594p\u025a\/YS\"&kJd\u0005\u0004MF\u02daT$N t2r'YY\"zuUO\u0005r\u0001.\u0000KrI\u0015\u0010FQ(+\"R)S\u0011L\u0671i\\Y\u0168\u01f9_7\nZBSD$jI\n7\u0014LR\u0014H81v?\u0015au\/\u0013*W(\/i\u047c%\u05a8|NyKQ,=[\"Asn=\u0003\u001ac*jo\u001b)\t\ngp^\nHj\u0005~\u00118R_kq|\u07bc\u000e\u0438%(\u001dPZ$Kwv\u0013& F\u0013]\u062e,\bu\u0015\t\u001d|n\u00176';72A\u0294\u014f\u0005Z1\u001b\u000fhx\u0002~@D\u049b\u0007O \u077cT\u000f|N>\u06b2>Z\u000f'\u0019U\/\u52d5\u05d7\u001c^R1gmh\u001bu0\u0000Tv\u0006\n\/\f7\u0001\u044ce&`p\u0010X`Ax(\u0015B\u0005X\u0015^i~J$:g$?W\u0012Ia\u03f6x\"W\u0017\/rm\rK :^\u04faM\u0012s\u0004\u0018B)-+\u0015P\u0007[`?TNuIn(\u0018\u000b\u030c\u000f\u0693H\u0003\fa\u03bf\u0004w\u000bk\u0012~c\"~N-lUb(\u001c^\u0018\u0255\\\u0000lo2\u0257k\u0004\u0001{5\rF\u0003\u0012\u0018A9w.HlTS\fsj@\u0013g7]8}\uae843\u0010QH#&DB\u067d2m7\u0005I\u0330<$1N7!#\u0399z3\u0004[h2\u0010\u001e\u001bS\u0010\u0434j\u0017aM8Tcd}`\u0007\u001c\u0005R:\u0016\/C<\u001c\u000f==&f\t(W\u014e\u0002\n4\u0016;\u0018\u00017$\f6V\"FM<\u00178fuWZ\u001bQ^5_i\u0003c\u0011TJ+\u0012nJ+\r\by\\jg\r\u0010\u0011|}\rXB-\u0007\u001f\bo\u001e\u001ez|\u001ez`Px\u0018\u05ce\u0000FV\u0003\u0018\u0011r\u0006q \u001cy\u0001\u001c1\u0001\u000e\u01f9t\/b\"a8}\"&xc&1\u001302\/Oj\u0005\u068e\u00155\u0011j)\u0012!&L\b\u000eX\u0004\u0017\u0015\u001aG\f\u001b^\u001a\f\/LfWu\u0010wY\u0014.\u0423\u0004\u0018\u0688&\u001451^ZfT\u0646&y\u001d@3z\u0001Pt\fm\u0004\u0010\n\u0018@}F\u0011t\u001d\u0535\u0018\u02a79m#\"\\I\u0003\u04c1\u7939K.E:\u0004\u001a\u0012\u0019\u0012\u0010IAa5srq,\u0007\u00148RzOsRk\u00039DddN\u320eH&YqeR:X\u001cT\u0014\u0007&\n1xm\u0002%Br<\u056aD\f\/\u000f*\fCe@U\u000fT4n\u0006oM.\u04415#`ZB\u0462ruF\u05414\\:i\u0018 VaO\u01bbR\u0278%\tV\flJZO\u033bR\u527981s$LeJ.sjtB;\u0246\"YK$\u0012.Ws7gZO?'\u0015=qkyE'0\u229b`0~nWE^\u0000n\tKP\u0012\u0001>%hd\tr[\u0002_F 7oK3o~}\/f:=5\u0006\u0016RPDb\u00fcT3&X|zp\u001cHo-\\zg6;yp\u0003\u03ddu\u0001\u0013_\u00079)\u0019a,\u001eaflW\u001d\u0012\u001fBO\u001f\u0017\u000f=z*CX\u001fLi4\u0004O\u000f\t\u0010\u001fl'\u07885\u0000\u00ae\u00074\f$KYBO-\/\u2e2d\u079bZ`\u050b{W]<;`s\u0016U?\u0006[\u000bj\u001aYsY\u00011w]X\u001eD\u000b\\\u0004&{_G\u047f\u0017~T\u000fv\u0007f\u0015G1\u001a\u000f.8K\u05c1^?s|\u016e\u0014.g i)b\u0017\u000b\u0010|j-j\u000b\/K*Sn\u0006^\"\u77c3E\u014b\t=.\u0007!GM]>{\u0006\u001ed\u000b|Q\u0001\u0016}|\u0002t\u0011\u000fXE]\u001a\u00053\u0004\u0260;3.We'\b>\u001b 0h\u001bt\u069cZeX\u00136[\u06f0\u001c\\\u0623\\\u0003&_E\u001e^Ck7Octk\f\rKmK-\u0007\u001fAO1\u0358\u000eo\\\u0003u5Mmdm\t{\u33d9\u0004`,J1I{\u046b*y Ny%d&k:1D\u001d+%-s\"\nJ-q9\u001axm\u00f85\u0014a5\u0012\/[\u0015M\u0012[LJ r\rd(&\u001cpx%*Ws;\u0017r\"XG\u001a\u03f4K1\u02fccS`\rDA\u0012k\"fWSeJn\u001cAC,@0\u0004\\\u001aN\u000e\/75z:1m2\u0015(\ro Q\u00ebD\u0007\u0006=x\u0005,F\t4n0{}\u0001\u000b&\u001eR\u0012\u024cLvL\u0014^\u0177\u001f\u001bo5\u0017\u001b\/\u001f\u0700\u0018&\u06b3Y\u001e\r%)\u04e7@\u0011\f5w\u0017*\ud8be\udffd \u072aW\ucdba_?\/z\u0767\u051fm\u03b4\u001e\\rp\u00066`~v\u0019>\u001f\u00141\u0209\u0011Dq\u000bF\u001d_\t\\\u0012nVs&K'\u0016G,\u059b\u0003\u000fP\u0005\b_\u0016\u001f\fF\"W\u001d'gW\u001a%8>2[r#vaE\u001b\u05b1\uad4af\u0006w3rLV\u04a2e\nLwVQ9'3\u02c0s\r\u01e9\u0002p\u05dbD\u0014+*\u0014=\u0012PUd:\u001569\u0003^\u001cp\u0006xp\u0019;\u000b\u00169k\u0017\u0007Msos,\u0003k\bGir7n\b(*\u0011!@0KqI{x\u0003\u0013y\u07fd>}q6\u0018\b\u03f9\u072f9\u0018!\u021dwc@\u001fg8o&~\"oV88*:]L&#\u048d\u0007Jf\u00192BE\u00029\u0007\u0000\u0016\u0013\u000e\r\\CH#\tpKB9OJQ\u0011\u0003\u00039\u0858t8R;*sggB \u0019sez\u0015j9\u80ff\u0015\u07fdsn\u0017\u03c4w\u063bx)\b\r\ufd9b[\u0005\tisX?\/\u0757M\u001bKj\u001b\u001b;R\u000bqq?+!.\u000e\t\b'MI\u001b ^| &`\u05bd\u019b}\u02c5s\u001cf\u001e\u001c3G[oe'\n\u0007=q\u0006`\u0014=~6>h\u0018\u001aw \u0004o^\u6713W*\u0010a\u0017qI(C5'N;!!\u001f\u001cq\u0014\u0011Pn7+\u0006u\u0001\u0006\u0002^eN3y\u0013yx4\u0786NU\u001c{U\ng'9k\u0002;\u06a0Tl\n\u001f]\u0001\u0016\u0018\u0003&c{pK\u0005\f?\u0014\u03d0H \u0018~&:T\u0000\u0017E\u0019M\u001fQ}h>cy1U\u000b()53ngxS?c_\u3f4aB?\u000e(B\u00030G_$w)DA\u028am2H\u001eQ\u0003CP6=YOT|C^|'_E\f,wszx\u001f\u0017e\u0007B&Z7n\u001dH\u0786\/j\u0018{A=\\91EG!]'{\u0016\u001b\u0151bi\u000bJ\u0014#\u000e|a\u02cfkI\u066e{G^(L;w'f\u0007K#\u04db\u001a6\u06c8\u0007o8\u0013\u001dY{H\u0010>\u001f\u0002*\nhB\u02d0D\u0013\u04cd:\u000f$#Ms3d&\u0304d1\u0005!R?\u0012J\u0001}\u0011Z\u0001Ge2rEI\u001dqQR\u0011^.Q\u0019@\u0018\nRg\u01a8\u0018\u0018~v}55\u001f\u0005FoX|\"\u0007\u0011\u0018~[[1\u0019uzshWSc4c:=p+Gz>G{>Rc)\u0003iK| \u0013\u001aSv\f?7dx\u02c9v \t~\u001c:\u131c)\u001c\u0000\u000bUL\u0006\u000b\u054em\u0012JvVx\u0006G.@|M\u0004 \u0798b\u001c&D\u047c-1U\u0003hb\u0124uQ\b\u0016m\u060a\\|M)2&\"\n5Nj\\Fz%-'y^LXdZhBR#YM\u0006 T\u0013\u001fY\u0001\t)\u000b#YS$kJdM\t)5%V$K\u0594p\u025a\/YS\"&kJd\u0005\u0004MF\u02daT$N t2r'YY\"zuUO\u0005r\u0001.\u0000KrI\u0015\u0010FQ(+\"R)S\u0011L\u0671i\\Y3\u0003;.Wb\u072f\u001b\u0005-)\"\u0012o$Pj&Mk)\n$\u0018\t+p\u0792qJ%giW\u0012\tBw\u0019\u0000\u0005\u001c!N0m\u0004$$+<\u0016y;* \r;w\u0017<\u0011JFHz;tC\u00d7(t@&>r[?k,\u07ed\u06adNpR>Uj\u0002\u001ax\"\u0001bu\u001f4^\u0006?H\u0001\u00074'M\u001f=Zh\t>dT\/V\u0518c\u0597P*F2\rm6\u000e\u0191\u0019\u028ep\u001e@e&t\u0018<\u0004\f\u0012\u000e\u0002\u000b,\u001b\/\u001f\u0005BS\u00107`\u001e\u02d59YD\u001c]Q\\b8\u024eGgq<]\u000b\u0017Y96\u06c6%U|u\u001dNi]&U}\t9A\f!\u0014\u0015\n\b`\u000bl=c\u000bv;\u001b\n.\u0006\u00023#e$\u0000C3\u009a\ud920\ude1fS\u000b[Uh\u0018\n\u0017Fr%uGV0\u001es\u0011\u0012\u0018A9w.HlTS\fsj@\u0013g7]8}\uae843\u0010QHG\u00194OF4QzT5\u00036$4s\u0000*\u0463\f\u02a7ch#P\u00003T@\u0364\u0000T>i\u001b\u0001D\u0014J\u001fOn\u000f\u000el>]:\u001ev-w)\n\u00144\u001dh'5$h]3$H!j6\u0003k\u0003\n\u001c)rzC9@@\u000e\u0011*\"\u0019\u0004\u01af}\u00173o\u001a}Lq](\"a^\u0019}\u0013,p=C8\u000e$7\u0016.3Brf\u000f\n\u0010\u000fBtnq\r\u0000b3(,\u001fKSH@D%\u0004D\u0003f\u0016\u044c\u0016U\\UD\bDv V$Xg\r}iv.%\u000e\u001ce\u00076KN)yx4\u001e {\u0012&y\uef79R\u0017ef\u035b\u0019 d\u00120{P\u001dDP;\u0378\u0013B$,\u05bb\u0017);'^\u0006N\u0001cp_0)7\u0016A@@@`Oy8]b@mV\u0016\u0000(;W\u078f\u0017Wy\ueb7dE-\u076fz8T.W\u001f|^mW_iq<\u0016f)\u0018\u0725c}t7\u001b\u000fg\/\bWd\u03a2*t\u0778\ufd94\u001bR^\u0000;g!X}]m\u001bD\u000bt\u0006N\u0007_G\u027f-W~T\fvu\u0000f\rA1\u001a]Pq\u000fo\u0003}p\u001e\u013e\u0014\u07163\u0010&%iO(b%\u000b\u0010j\u0019>Z\u02f1B\u001a}&\b\u0019m2n]`'C\u00129\u001c-*\\2KKW\u0013\u0019\u001foI\nI4E,\u00077@Fc\\{-\u02e3$\u0005\u0014W\u0004{\u000bx~\u0013?^MVw\u0007\u000e\"o\u0007}\u001aL\u014eL5\rC3`;t\u0015e|R 'F \u015d[\"\u0018\u0005wd%`N\u000b7YAO,X\u001c}\u0686\u00073\u0019\u001br`E\u000f\u0007k\u0215\/rGH\u0665I9\u03b1H\u0016\u0700]XbZFj\u00b5jI}ZJKi\"\u0005Z;\u02e8\u0004\u05c7\u0013Fe@8IHp*Ad>mhtE\u0002zLD{2\b\/\u0331\u001f\u0001g\u0000`HEzY\bh\u0636\u07ed\u001fQ\u001fY\u0006\u032fA\u001f\u01a6\u000f\u0011PWX#\u0002f\u0001a`\u0015z\u001fFwwO_M\u04c79s\u03de-\u001cq\u0719~8\u0006o\fMDo\u0015QDe\u00cfB(\u001exlj\u0765$?`B9\u0003TF\u000e9\u0000Hp\u001cn\u0000\u001a\u0012G\u001aI(]s\u00046*\"x@N#x^LC|\u0003\u0015D{ysn\u0003@v\u0006\u01ef@KbDB\u001d\u001aE\u0011?q[\u0007\tMD@@x*.a\u001aP\u0003\n@ \u0016r'|SyL^D^<\u001e\u0682CiYc\uc478\u0014^\f^\u0004>gMPN6((26\u0005\u001f]\u0001\n\u0016\u0014{4\u027e-\u0013\u076d\u0006\u00140>\u0003#AgCA\u000f\"\"\u00132-#\u0017\u90efqa_Qp\u06fe}E\u04d2B#\u0015tS~\\-Y0}{\u0015i?(BcF!\u0014E\u0484G\u000bbV\u0016%\\E?\u03dc\u539e\u0011N3i\u0019!\u0001\u4f7473Sm-k_a\u000f\u0005p\n+H:\nqJ\u02f4nwX#\u0016\u001a)#\u0015\u000e\u0181xm\n\u0007Cu?$\u000fkI\u00176=\u0013)|*\u05c3\u0013&\u0006mI6A0!aQ&CC\fX:N\u0006\u001c\ntJ\u001dc!)&\u001bqQu\u001e\bFf:L@k\tHc\n\u0002~T%\u0002dB\u0002\u0015e>:\u38a0\"\u0018U]\u00182\u001c\u0019\u0003c*\b\u0019b|F;>\u0012Rc)\u001c\u001cm#\u00183z*Vc2\u0016\u0019WG;yp#\u0018XN#~\/'z>N|\u05e5fG)\u00039\u0012@&4&\b>7dt\u02c9v\u0000\u0011~\u031c`F\u0524\u000e*Nj6Bu\u0005Vm\u000b3_c'\u00163V,BmY%Z\nl\u0012I4\tf-\u0730\u0015}HP\u0000emu\f[m\bo\u0004\u03cb\tJ!y\u0016X\u0508V\u0013A8\bG\u0004H\u000b\n.G*MJS\u04a4\u0494@4%S*MJS\u0494p4%_*MJSRR@TpYS)(n*2\u0012\"!t*eN@DHh\u0003b\u0001\u0014.\u0000KbIT) *'\u0263J\u0011T)(*2rl \u0016O\u0015\bo^j%\u0007e\"K_[N%L\\y\u000b\u000eX)\u04c6\u03ccJY6#\u0001fu\u0006\u00b3\u0364\u0001ty\u7ec4h?Ob\u001eK\u0017rC\u0015\u0503&y\u0017\u001fn\u001b?\u0016z\u001d\u001ef\u000f)US\u0002W\\\u001c[8J(bb<6_\u001ak\u0000\u0005Vt\u001bR\u03dcuv3w+\u000e\u00192)\u000e\u0019;X1`\u0006z}u ZbD3.23h\u001d\f\u044a\u0001ib\u03f7\nKFq\"\u001cuv32+\b\u0011;\u001f^=[\u0003;V\u0579<\u00108\rFAKh\n[-If3ItZ\u0012NbdEXK\u0004\u0015KZ4oX+Sx\u0792V>KO\b\u0010w_>l\u0017\u000eY{\tbVYm#|J\u0002i\u0015~^xvGK&g?BI\b?R_[z|\r\u001fC70.<\u0012e\u000e('BxgK%UU\u0019\u0013\u0010lW\\#\u0005oW(@6mN^wi\u0001e\u0003)\u001f\u00151p\rO]\u000f\u0017!\u0476\u0013H7\/\u0003s\u001ek]K\u001f-\u05d7*\u0417\u001as,z\u0012H@f_\u0521\u06c6:\u04b8qd\u0006\\e:\u000f2z\u0013p:J\u0000\u001ez3\u059a\u0003\u0002\nFG\u0000%\r.>\u001cJD\n\u03e59 $;{%:~sf6,iwzMv)Kp\u0011td\b\u0019,V\u001f\u0002[\u000fr$wkH\u0018\u000b\n*3\u001f'L\u0007\u0010\u009c]\bW\u0598}F#$~N-lUb(\u001c^\u0255T~&]+\u0018\u001es7%0r1\u07e5 -RM1\u0001N\u001a\u0019\u07e7K8\"\n1\u0012\u0467QjJQ\u001e\u0002DJni\u0016P^DtB\u001f%:\u0007\u000e)5:sy\u0001\u25df]9\u00159\bF 7\u0015y\u0013)\u0010b\u0001O1'\u001c1hydZ9>@Ie\u0001n\u0002k\u0002$\f\u0018sp\u0011Y\u0013\"y\u067d2}7\u0005I\u0230<$!N7!\t#\u0399x\u000b\u0004[\u000b\ua0a49\u001e_Qk\rG)MIhZ54Vk\tY{\u0006O\u001c}\u00118\/M\u001el\"%\u000bEy8BFN\u0011_K\u0013_;\u01d6-17y-&\u001e\u0001\u0494.\u0017Ev@l\u0016\t\u0014SG$\u0010\r\u021b\u001bB%\u0245.LnSDG\u001c^C\f*%\u0010L9\u0003@_G\u00044WgJ=5V\u001e \u0016V7\bH^\u0317|\u0015%\u0010KK9\u0003(_G\b$vk\u0000Yj\u0019H\u001b6a\u04d0e0e\u0005\u06ebyWomJ2a\u000fyq\\F3J\u07a4\u0018!\u0011=70b\\\u000fH\u001ekVY\/U\u001fUi\u001a\u00194\rG\u0001\u001c\u4cf7f\/\bj,p1]\u001fFUi\u001a\u00195\rK!]\u0010>|\"\u0001P\u0001r00\n:\u0003,>dcd(<\u0005\f\u001cq\u0014(Rr\u0014\u07a1x\u0019\u0011\u0014=z\u0014\u001bz%\u0000\\%;Jk`\u0018M\u07a4;\n\u00027 \f4V$FM<\u0017~MuWZ\u001bQ^53_i%\u0010\f}M^i%\u0001rs\u0015V<\"5U\u0209`\u0011|}r\u01ddR\u0006^U,\u000fCWw\u000f~\u000fx>\u000f=nPx\u0018\u05c6\u0000F5\u001f\bA3\u0010\u0004s\u0006l\u0007\b,\u00078\u001dg>_^D\u0122qDLM\bL\u00071^z]o.YbE\u0005*f\"\u0001uKLL@\u0011;TS\u0011\u001b\u0005G\u0006\u0011\u0006\u05f7\u0006>+U\u001d]%s'(\u0018\u0688&\u001051^ZfT\u0646\u0004&y\u001d@3z\u0001Pt\fm\u0004\u0010\b\u0018@}F\u0011t\u001d\u0535\u0010\u02a79m#\"DI\u0003sq\u0725FrHAKn\u001d\u0002Y\r\tF\f\tB Yx8\u0000\u0003G^\u0010~j80f8\u0010C\u0004Kn,b5+O(SH\u0017'e\u001e`(j\u0003\tD\u0012\u000e\u048e\u000e\u0003\u001e^\u0010]cw-Mm\u04c6\u0002'\u0018-okx\u00114\\:iC\u000fW\u00de\u0293qK^=\u0019#O)1=1K'f\u013cnb\u03912r.S\u0012!T\u001boA\u01f8l(E7\"\u001d\u001eR\u001e~5R~\u0006sOjI\u001e=N\u033c\u0013\u0018q0XK\f[?\u0017w\rk(\u000b_\u0002N\u0012\u0530\u0004y~\t\u001aY<@\uf5e0%\u0373B|wO\u06e6wL\u0011*\"a^\u0019=\fV_A\u001d\u0007a\u001b?z[N\u001e\u03c1.:\u0000\ub26f\u0003\u0714cY\"\u03a8|lvEAA\u001bozS\u0019z~1Fb\u0000egL*\u0013\b>3\u000b>(@{?\b'\u0489\u000f5\u0000\u00ae\u00074\f\u0004KYBO-\u0004\ryh\u000e`7\u07e9}r>\u05fb\u028f\n\u000e ?!]0,\u0003IBS\t%nD+J\u0015=\u0014PUn\u05ebd:%\u0753Axap\/\u000e8\u0003\u0006[F.sE@\u00f6\u001d\\_un$2`~\r06\\o6~f\u001a\u00110\u000b\b\u0004\u043b\u000f0{{l>\u00113o9\u0018c1x\u001fg8o&~\"-K\u001c~\u0014B`cS4=.%q\u0001\u0013j\u00192B\u0005:9\u0007\u0000\u001e\u0013\u000e\r\\CH#\tpKr.9FE\u0004\u0019i\u0004\u03cbi3,E\u06b9I;w6~!%cLof\u0013>;j\ubb5fs?}F\u3dcbg*\u0002f\u000b\u0007\roJy\u00c0t|!w!;\u0007P3\u0017\u07d3\u0012\"\u0000\u00006iR\u0000P\u0006:G-w{\"%\/7V\u001b\u001c8g\n7=N\u0014\u0019LS([\u0006}\u0005\u0330|z\u04c7\u0007*~r6g5?\u000238~\u0005z\\\u0012+'\u0012}(b:pLGG\\o\"\u0002\u0006Sq\t\u04c0\"m\u001dP8\u0006\u0002;\u02dc\u0283gR'\u00164\u001a\u001axx\u0019^#q)\u0019\t|\u039alPP\n\u0014k\u025b\u0015eAQ\u0007n9\u001e\u001ai@\"34\u00124\u0007+\n|\"\tS\u001d\/\"2 2R}Q>\u001a'\u0015\u0005+\nnW\u0014Y>-)4+_QN7+\nne\u0672\u015fu\ngS&hh\u0002x,48k\u0014NQ$\rx f\u00c3B\u0421\u001dQw\u0002FC,zq!\u001exOc~'YUY\u0019]3g\u0756\b\/\u07b2\u001cF^@Vrno\u0010Ln\u0017lU(9R(iA\u008d:R`\u001c\u02cb7\u0716\/p0D[C\u0014xn#?B\u03232}=\u0635;1:\b\u001b\fo\"j \u0014n#\u001e4\u000f\t\u0013\u0012\u001dn=\u00c0T`\u13ecL-Z?f\u0017hb\u0011\u0017\\`if\u0004\u0014x\u00104 @GU\u0002X)@\/D+\u0000Y1_F(\u0003-\n*BQ5\u07011*\u00d11 \/\u01a8\u04151*gd[_MN#lTa)\u00f1D7\\F1f#V\u001fd,\u0012dENwtd\u06bd\u001d\u0019P\n\u0013\u001eDx]jv~d\u001eGhx@&4&\u0006>\/dt\u02c9v\u0000\u0011~\\`F\u0524*.j6Bu\u0005Vm\u000b3_c'\u00163V,Kwy[\u0016aIh\r%\u0002iF\u0013Za+\u0012n?\u0001\u0006u\u0018\u0013\u0000[m\b\ufbe4\u0004\u03cb\tJ!y\u0016X\u0508V\u0013A8\bG\u0004H\u000b\n.G*MJS\u04a4\u0494@4%S*MJS\u0494p4%_*MJSRR@TpYS)(n*2\u0012\"!t*eN@DHh\u0003b\u0001\u0014.\u0000KbIT) *'\u0263J\u0011T)(*2rl \u0016O\u0015\b]%\u0007e\"K_[N%L\\y\u000b\u000eX)\u04c6\u03ccJY6#\u0001fu\u0006\u00b3\u0364\u0001ty\u7ec4h?Ob\u001eK\u0017rC\u0015\u0483&Y\u000f\u001fn\u001b?\u0016\u001d\u001ef\u000f)USVT\u0014\u0011\u0006\u001aE@7|jm\u0002\u0014xr[y\u0000\uaf19[\u000bt3s+\u000e\u0019)\n\u0019;X1`y}uq ZbD3.2\u0006h%\/\u0000\u0018`\u0018f.\/|k\u0014'bqY\u000bt3.+\b\u0011;\u001f^=[~\u0002;\u001a\\t\u0016Xz{%4\u1b56`\u0019HQ\u0364i-Eq\t'12\"%t\u0002\n%-\u0010zJiW\u0012\u0001B\u02c7\u0001?\u0007|o\u001b9A50]mOI@Nx8)\npi\u0639\u06c4^G(\u001b)kK\u03f6#w\u0006F_\u0001D\booi~j:_AilW\\#\u0005oW(@6mN]wi\u0001Se\u0003)\u001f\u00151p\rO]\u000f\u0017!\u0476G7\/\u00033&\u001e\r%\u0016IFKb%1\u01e2\u05ed\/T\f%E\u001d\u06bam#\u001bGfUvp\u000b\/\u0003\f7\u0001\u044ce&`.\u0000Q +:i\tzcex47R\"\u0379si.).)0\u026a\u001a\u07f34.\u0569\u000b3\u000baI%$_MkZWKY_C#C0\u0005gI\u0002\u0016z\u000fU$wkH\u0018\u000b\n*3\u001f'L\u0007\u0010\u009c]\bW\u0598}F#$~N-lUb(\u001c^\u0255\u0531\u0014\u001e(|18\u0018~s]\u0002#\u0017s]\n\u0012\"\u0014\u00dc\u001c\u0019\u07dbq}\uae843.\u0010#\u0011}\u001a\u5a26\u000f\u038e\f\u001e\u0001)@&1\f3\u0003\u001fL\b\u05934>D`=!\u0006\u0015Y|.4 \u02a9\u0211E0\fao+&R >\u0005\u0002\u0018c:O8(c\u043ex\/\tCr|\u0281\u0012+\u0000$r\u0006@Bn\u0002\u0012\u0006\\9\t^$di\u001em\u0011LraruA\u001c\u01c6#\u0014\u0126$4EX<{kN *\t\u0182\u0007\u0017j%euFvR\b;v\u0017\u0004\u000f\u07fd`oj\u0000!0s\u0000\\8\f6\f%\u000f\u0018\u0019!O\u0001d(G\u001c\u0005\u001cEw(^\u0006}\u00049b\u000f==Ff\t\u0000)W\u024e\u001a;\u0018?FS7i\r,\u0003\u0015Q\u0013\u001fb=o\u0755\u0586oW}WZ\u0194S\u0011TJ+\u0010hV\u001cZ\u0011\/V!'FK\u000f\u001b6\fb\t\u001c|\u0018\"{{q~q(v\u00040\u001f\bA3\u0010\u0004s\u0006l\u0007\b,\u00078\u001dg>_^D\u0122qDLM\bL\u00071^z]o.YbE\u0005\f\u0013\u0015S3O\u0000%&&L\b\u001d\b\/+\u00025\u0000\u001865\u0019^\u0019\u0006\u001e\u036e \u000e\/)U>G\u00194OF4QzT5\u00036$0s\u0000*\u0463\f\u02a7ch#@\u00003T@v3k\u0001\u0000\u04dc\u0011@HJ\u0011$\u0439>kRkKAh%\u000e\u7b06\u0004k\u0004!DR\u0010},{\\vV\u02c15\u0001\u0006\u00149!p`wp \bL\u0011XJj\u0002WZQ\u0727\u00c9%\/N\u02ba=P\u001cj\u0003\tqTE\"J\tW\u0007iG\u0007A\u0001r\/\bq.\u0331\u00d6\u0676iCo5Nb\u0213\u001a\u06ef<~\r\u0002\r\u0001\u0012o\u0015\u001aZu\u00024\u0002(^;u\u0003P\u0000d@m\u000e^\u001cP`WE %($ `yT6*mKG\u0015\u001b<~|@\u0558bMs\u0005\u000e AT6\u000bJ^90\u0002M\u0017n.P\"\t\\\u0019}q7\u001b8D\u06c4K\u001b\u03eb\u06ee1]\u0003\f\u001618\u0015u\u0631\u0016\u0014a\u060c\u0000\u000bk4o\u0015GlN\u0017\/\/&|\u00027|\u000e\u0018\n}\u0012\u0011\u001eM \u0003i\n%#u@8J\n\u0003Q)0U\u0177\u000fL\u0018bD\u0004K\u001exx\u0018^\u001eTU\u0018J\n}qsJ4p8|kr!\u001f\u001d,OR3^\u001f\u0001K\u00137sd5\bX|zuxaz\u001a.Ay4!V\u0287\u06ebaOR\u0278%\u0011V'\u0654\u055eJ\u0013LM9u^&[eJ\"\u0013j-t\u0018w\rE(F\u0004\u0012W\u00efWO\u0780?{\u000ezI-<\u0663\u01e9Wp\u0002#\u0018\u0006ksg.a\r{\u0001wKi_\u001a \u000f\/A#K\u0012\u00124\u0004yv~__o\u9cffZx\u0518i1\"SE$6\u000b5\u0003+3@R<\fv{#Gow9e\u001f_\u0007\u001b`=u\u0011vT|l\u0011vT|lvEAA\u001bozS\u0019z~1Fb\u0000eJ\u00e7T&\u0010|Ggl\u0017|P8~\u0010O\u0013\u001ftk\u0000@]\u0017\u000fHci\n)\u0019\b(H[x\"\u05e2j\uda36\udeca\u0012\u0012\u000e\u010a\u0004sT\u0385\u01017f)%\/\u0010\/\u0003|Ob\u0744?\u03fd7WZ\u00023Pn\u0000!\t\u0783\u0005J;s\tUf\t!t\u0012pm\u0016\u048b\u251d\u0013ab\/\u0003d\u05001\/\u001b\u000b j k l m\/8lk{\u000b\u0014b\u04b1>sx\u0017+2gQSnw[JMQG\u04cdK)z\/g\u031d3\u00106\r\u0005:|N|#_+?*@\u0006:`R3 w\u0018\r.8K>K\u000fmb_\nn\u0019\b^'\u0014\u0012\u0005{\f\u001fSXm!]}}\\6x7.X\u0013!{\u0016\u0015.N\u001e&0[C\u0015\u7b7b}w\u0007\t\u001ed\u000bzQ>gKsXTtQ\u0005d\u0015\u000f\u000b\u0016_5X\u000b\u0016\u00138DM\u0006M:~6 \r9iG\u001dO=[cbnmX3[F\u0018\u0019\u0010Nm3Aj7Q'\u001bu272m\u0359Cmj\u06d6j[x\u0007\u001eA\u000f{1f2\u000e0mC5-L\u000fc\u001f#\u0019\/;\u0011-EojWR[I2*}t*\u001b*3YTu\\\u0007\u001b\u0016I\u001b,cL\u000bJ\u0005-~m\/\u05b6_\u02aae\u0013{~HUKMkbZuKO\u0011\u0118MJ&%{D\u0010\u000e2\u00142e\u001f\u000eoh%$\u0019\u0019\u001b>[sF=tpm&?i=LL^lY\u0003Z6bLJd,R\u0266\u07cd\"h\u0161( *P\u0013\u0352f\\:N\u000e)t05z:1,oy\u000e\u001a#H\u054c\u0016wxhp\u0001aa\u000f^\u03c80\r\u0016oW3p#.|?6X\u071fDSd\f\u0352n\u000fxp\u0003dt;\u01b5\u0017\u07f2\u0001a,\u000bXTp0\u001b=\u038a\\\"w\u051e]Jj\u001chn\rh\u06c5\u0015m-Ve4k0\u001c;\u0355\u0527E\u0016-RELp}8aY\u0006\u0004\u0012K\u07466IW*z(\u000e\u072eWtJT'\u001c^\u001cp\u0006p\rD]\u0004\u7735m;\u001fzI\u0011e\u001aal\u06b9l\u001e\u0001{5\"`\u0016\u0010fI\/)\bVw\u001fa}~e4}#+s\b3\b\u0017\u0010\u000fgXsG\u5d53vlBHKD04'\u0018}w4[?\no\u0017T<\u0005\u0010a\u0017\u000e\u001b\u079e\u00176'}\u0001,C=BNw\u000f\u0016g\/\u001a'u%E\u0001<\u0001l\u04a4\u0001\rtf[xDHK^n\u000e\u001b\u001c8g\n7=N\u0014\u0019LS(\b\u000e\u0007P9\"3,\u001f\n\u07fd9%*\u0010+X9sF\u0011kO\u0581cB>:z\u0013\u0011Pn7\u0010K\u0006\u0014i1\u0010H<|._T\u001e<:<\u0007OmiYc\uc478\u0014^\f^\u0004>gMPN6((26\u0005\u001f]\u0001\n\u0016\u0014{4\u027e-\u0013\u076d\u0006\u00140>\u0003#AgCA\u000f\"\"\u00132-#\u0017\u90efqa_Qp\u06fe}E\u04d2B#\u0015tS~\\-Y0}{\u0015i?(BcF!\u0014E\u0484G\u000bbV\u0016%\\E?\u03dc\u539e\u0011N3i\u0019!\u0001\u4f7473Sm-k_a\u000f\u0005p\n+H:\nqJ\u02f4nwX#VHFO\u001dp0\u000e\u001bn\u0017V8\u0018!Y~XSL\nNp\u0011H!S\u001e\u071d\u001dF7\u00115mnM\n\u0011\u000f\t\tN7\u001e\u001cbq20GV@S\u0018-\u001f\fII41\u0748J@047Yf\u0002\n^L\bF\u001aS\u0010 *\u0001\u0014 \u0017\u0015|T\u4b98\/#Y\u0014\u0501\u001d\u0017\u0005\u0015!\u0168\u001a\u0018\u0018\u001fcTA\u0018\u0015{4\u07b1&FmTK6\u001e'rpp\u001d\u001c\u01d8njrL\"x<8\u0551}jwfZG\u02c9\u025e>} U\u000fdBc\u048e\u0003xCFNm'\u0019\t\u001c\u0319\u000ffHM\u0000Xb4Xvl(TWk\u0015\u0776\u0019\u001c\u00009:|\u0002i1c2L\u001dJ\u010amY%Z\nl\u0012I4\tf-\u0730\u0015}HP\u0000em}\f[m\bo\u0004\u03cb\tJ!y\u0016X\u0508V\u0013A8\bG\u0004H\u000b\n.G*MJS\u04a4\u0494@4%S*MJS\u0494p4%_*MJSRR@TpYS)(n*2\u0012\"!t*eN@DHh\u0003b\u0001\u0014.\u0000KbIT) *'\u0263J\u0011T)(*2rl \u0016O\u0015\bo^j%\u0007e\"K_[N%L\\y\u000b\u000eX)\u04c6\u03ccJY6#\u0001fu\u0006\u00b3\u0364\u0001ty\u7ec4h?Ob\u001eK\u0017rC\u0015\u0503&y\u0017\u001fn\u001b?\u0016z\u001d\u001ef\u000f)US\u0002Wd\u001c%[noE\u0011\u0013\u9777X\u0004(\u001d\u0001\u0539s\u074aCwLgmC\u000eV\f'3v^_]$2\u0018LL!Znh\u00004sy[^8\rKsGf\u001du32+\b\u0011;\u001f^=[\u000b\u0003;*WB7\u001b\u0005-)$\u0012o$\u0005@j&Mk)K81v?\u0017au\/\u0013(WH\/i%9J-\u0019\u04ee%\u00028\u0757\u000f\u0005\u0003~\u00166rX[Ym#|J\u0002i\u0015~^xvGK&g?BI\b?R_[z|\r\u001fC70.<\u0012e\u000e('BxgK%UU9\u0013\u0010'*]qP\u0017]\u0000g\u06b49y\u0765\u0007L\u000fP4~V\u03263\u001a\u001f.Bm\u0743'n^_\u0005>\u3ce6\u001ew-}\u0000\u001fN2^_\u0017+\/\u001bs,z\u0012H@f_\u0521\u06c6:\u04b8qd\u0006\\e:\u000f2z\u0013p:J\b\u001eXZk\u0002\u0012\u000e\u0000\u000b(\u001b)\u001f\u0005\u00027\u001cR\u03deb#Yo\u0004bGbU\u001aQ1\nIw\u0014\u0004n@d\u0019hHx|7\/\u0010y\ubbb46|kg\u000f4WZ\u0000UF{\u040aGF\n9\u0011l6O^\u0012|\u0770aU\u0015K\u0015\u0743C\/C\u001b\u0014\/\u001eFy#\u0478\u0001\u0010d9\u0003A8gF{rsqELD,\u001aO4pDN\u0010\u0019wOfyr%_H \u0015S3O\u0000%&&L\b\u001d\b\/+\u00025\u0000\u001865\u0019^\u0019\u0006\u001e\u036e \u000e\/*{\u001eeT>\u0019C\u001b\u0004&F\u001fKQ\f*\u06d0$5\u0003L\u0019\u0001\r\u02e7ch#@\u00003Ts@\u06b0\u0535\u0010\u02a79m#\"DI\u0003\u04c1\u7739KarHAKn\u001d\u00029\r\t\u06b0k\u0004!DR\u0010},{\\vN\u02c16\u0000\u0003G^\u000e~\u0533\u001a\u000e\u052e\u0019\u000e\u0010)\u001bKXM`S+uw81\u0012IY\u0007\u0018|o\u001a@Bh\"\u0011\u0003 G\u0017o\u0017aKl\u06f4!\u03f7\u001a`'m1IGW\u001ex|O\u0006\u0006\u0000l\tB\u0677\nya:tQY\u001a\u0001\u0014}A@\u001d\u0001(\u00002h 6I\u0007\/V\u000e(\"A\u0014\u0012\u0010D\u02dbr\u046b\u0018Uh0m\u0002\u0019H\u001fWV,\u0019\u0003Q\u001aLU\u0018J\n-}`\u0010#'&@]($[L0T\nTU\u0003\u0015S[\u000b@d\bX`#suF\u04eb\u000b#pq\u001a6:iC\u000fW\u00de\u0293qK^=\u0019#O)1=1K'f\u013cnb\u03912r.S\u0012!T\u001boA\u01f8l(E7\"\u001d\u001eR\u001e~5R~\u0006sOjI\u001e=N\u033c\u0013\u0018q0XK\f[?\u0017w\rk(\u000b_\u0002N\u0012\u0530\u0004y~\t\u001aY<@\uf5e0%\u0373B|wO\u06e6wL\u0011*\"a^\u0019=\fV_A\u001d\u0007a\u001b?z[N\u001e\u03c1.:\u0000\ub26f\u0003\u0714cY\"\u008eQ>6c\"z7\\=\f=\u0018#1~2L*\u0013\b>3\u000b>(@{?\b'\u0489\u000f5\u0000\u00ae\u00074\f\u0004KYBO-\/\u0007\b\u013a\t{o\u0005zs\u7f99avf\u0006\b\u0004Lp\u001eT\u0007.\u0011T;av3\u0010:\t6nEq\u03890\u0001dSj\u0018\u0017L\u028d\u0005yt55r66S\u001eNW\u0018\u0010n\u001b'\u00153\u0000,cjcn{ko\u0011z{+\u001e\u000eUU\u0007W\u0557uZ\u001c5\u03fdYne\nFo1wXo\u001f9\u000b\u0015\u02bf})]7n-%\u00143@\u0019|\bV_W\u001b\u0006\u0002\u001d>nS\u0011|w\u02d5\u001f\u0015 ]\u001d@0pCxsv\u0017`n\u001f\u07256\/\u0005\f\u0004II_\u0013n\t\u0002DZrF\u07ee>?BFwLu\u001b\u0017,D?G\n\u0017'\u000f\u0013zG!GM~>\u077bw\u0004\u000fe?(9,*x\u0002f\n~\u0007_\u0005\/]\u001aN\u0005\u000b\t\u001c{&mGU~\u07f9Me'b5qCN\u001aaQSt\u0598X[ckj\u001b-=jd\u0018Cs;\\\u0007\u05f7\u0006Dn\u001eC\u02f45K7g\u0536-\u0576\u000f<2\u001fbd2\u000e\u01b4\r\u0574\f3)??\uc3f1\u0006\u001bd'\bF\u00141J^IMo56'7\u0003T\u049f7Tf&NX\u000e7-.f\u0019cZT2,hk$uTV-SDZmZ\u0013\u02e4\rEU\f\u04ac[\u0004}:e&oW2)#u)\u001bpxC+&\u071a3z9rM\u07db32y\tg\rhA\u068853E*H%~7A\u0017@%~Y2=,\\\u0007!\u000eTO'F%S-\u00125\u0001Vc\u0004\u000eo\u0012\u0012s\u001e.7 ,\u000b\u0019\u0011\u0018&\u0438{\u0006N\u001a}et'2>\u0006\u000b1\u0014hl?\u04dfY\u048d\u0017\u000fny\u01f8[Gs[I\n)\b5\u0017&lm\u055b0\u000fl\u0019\u001dE~\u000e\u07254\u001d\u0759k\"\u001bfv?\u0006+\u02d0AN@;D0\nJ\u0015\u0017dot\u039f8Y:8n\r\u000eg27Lt\u001a\u001f\u000e\u0006~Y+_\u4390\u06b3KI\rrc\u001fm-V\u0001m\u05f1\uad4cf\r\u0019rH\u04a2E\nHwQ\t\u000f'0\u02c0pTt|0&RE\u000f\u0005a9Njd\u0010^c?\u070b\u0003\u0000`v\u0011\u0430m\u0007W[\/?>\f_r?M;\u05db\u001f#|F\u0004\u0002,%\u001f*\u0003?\uf7be9\u000fs\u031f=[N9\u0006\u00183q\f\u0019\u039bb*|\u0012\u001f'Pq=\u0012\u0017KK\t\u0006\u0005E\u01a6+U\u0001\u06c2p&r=5\u0480\u0002\u001fFgy$h\u0010V\u0014L\u0012t:_DdBe6}5N2+\nnW\u0014\u073c(\u0016~ZRhW\u0014y;nW\u0014O\u001aeQ?\u0014x\"M\u001e\u001e\u0005p_Yhp\f($QHhA\u030a\u0007m\"C<\u0011\u0006\u0005Bf=Z\u01c2=OO3x>-#d>\u0198|fj1\u07fc-;\u0011^e\rk9\u1f40\u001eRau\u001c\u0014IG!Ni.S3=\u0017PrP\u0682R#\u001b=u8\u0017o-_X`daM1)8F\"Oezswbv\u00106\u001aD@7)F{\u01fe\u001aG\u00b7(x82\u001fvupd\u001fc6\u560cEq:M\u001e>;F3V\u04e3DGdx]jvd>\u000721iGH\u0001!g[N\u0136\u0004xc\u00073r&u\u0000,T1u\u001a,T;I\u0014+\u0635n[\f\u000e]J\u001dS>biy[\u0016aI#\u0006`\u0012I4\tf-\u0730\u0015}HP\u0000em\u0013bF\u0006KZN\ud8b1\ude30\u0014\u0017k\nIh5\u0011\u0004PN|T\nH\u0010r\u0494(4%M*M\tJS2\u0494X4%Y*M\tJS\u04944%e*\u0005\u0004M\u00055\"#q*\u0012BRFD+\u000bDO6 \u0016@\r\u000e(D\u0002\u00a8r<\u0014\u0011IR\"#*\u02a6\nbT\u0011IUZ\u001bX\u0002\u0018~\u0010)_&uz$_D\u0395'2m(\u0014e32?j\u001f`f\\g TAN=nz\u0001c\u0007\u000bo&`JR5%p?Q\u0487g\u07ea\u000f\u0015ELw+Wcm\u0013\u0293w\u0004Pg\u076a\u000f\u0015\fx\u0014\f\u001d\u0018NHg0r\u0003Hd\u0010-1\"v\u0007z\u0010\u0010\u0018`\u0018f.\/|k\u0014'b\u0311YuYAD\u0010e}2\u0004\\v\u001eX]-WB7\u001b\u0005-)$\u0012o$\u0005@j&Mk)K81v?\u0017au\/\u0013(WH\/i\u047c%Z>R%Z>KO\b\u0010w_>l\u0017\u000eY{)bm\u0015f\u02f7)\t\n\u000fWy\u001d\u0015.\r;w\u000b\b%{#Hm6\u000eKQ:|\u0017\bm-MVUVgL@\u0013]\u062e4\u0011\ua0b7+\u0014 {V6'42\u0001\u0294\u014f\u01b5b6\u001f\u000b\"$\u0696=}\u0002zs\u047a\u05b5\u0002|8\u0268z})_5X%\u0324C[\ruq\f\u000eu\u001e\u000eye&t\u0010<\u0004%\u001c\u0000\u0016P\u00107R>\nd\u0005P'-Aopy\f\/8?WJ$:WP~.%%\u0005!\u0011\u07f34.\u0569\u000b3\u000baI%$_MkZWKY_C#C0\u0005gI\u0002\u0016z\u000fG|'_C@^`VP?d:\u0010Bp73\u001a!sja\u0012=\u0017CJO\t1ci0~s]\u0002#\u0017s]\n\u0012\"\u0014\u00dc\u001c\u0019\u07dbq}\uae843.\u0010#\u0011}\u001ae\u000f\u038e\f\u001e\u0001)@&1\fx\u0011\tzg~\\\u001eG;\"\u0010\u0006_~rwT\"\u00180 WM@|\n\u00050>\u0001tpP\u01a0}^\u0012jj\u0003%&W\u0000H}S\f)\u0004$\f\u0018sp\u0011Y\u0013\"y\u067d2}7\u0005I\u0230<$!N7!\t#\u0399x\u000b\u0004[\u000b\ua0a49\u001e_QkO>WF!lJB\u04ea[5ix\u001aC5xyi\u0002,F`\u0013\u0675.W5Ey8BFN\u0011_K\u0013_;V\u00067c`Ti@\u0016\u0013\u0000piJ\u000b\";Qcl\u0000A\u0015yv#R$\u0405mh+vwXl\u0000B^\u0015yv\u0003T\u00044WgJ=\u0013\b4\u000fI \u0016V7\bH^\u0317|\u0015%\u0010KK9\u0003(_G\b$vk\u0000Yj\u0019H\u001b6a\u04d0e0e\u0005\u06ebyWomJ2a\u000fyq\\\u0006?p\u00174?n~\u0090\bH\u03de\u001b^\u0018L1r\u0007p5,pJXu,\u001c3h\u001b\u00029go_\u0010$[%!\u0015XbP\u037bdu6T*&\ud1a5\u0010v.\bHw\u001f{}\u0011\u0000B`(\u0000pp\u0018Jm\u0018{\u0005\u000f\u012a\u0505\u000f\u0018\u0019!O\u0001d(G\u001c\u0005\u001cEw(^\u0006}\u00049b\u000f==Ff\t\u0000)W\u014e\u000f\u016a4\u0016;\u0018\u00027 \f4V$FM<\u0017~MuWZ\u001bQ^5s_i5\u0194S\u0011TJ\u0001\u0004:5{\u0015V<\"5U\u0209`\u0011|}\rXB-\u0007\u001f\b\u001e\u001ez|\u001fz\u0720x0c\u0015\u0001\f\u0001\u0010d9\u0003A8gF{rsqELD,\u001aO4pDN\u0010\u0019wOfyr%_\u0013\u0019H\u0000w\u0012\u0013\u0013Pt\u0004j\u000eX\u0004\u0017\u0015\u001aG\f\u001b^\u001a\f\f\u0003fWu\u0010wQ\u0014]\/\u0423\u0004\u0018\u0688&\u001051^ZfT\u0646\u0004&y\u001d@3z\u0001Pt\fm\u0004\u0010\b\u0018@}F\u0011t\u001d\u0535\u0010\u02a79m#\"DI\u0003\u04c1\u7b39K.\u0005:\u0004\u001a\u0012\u0019\u0012\u0010IAqsrqV\u02c15\u0001\u0006\u00149!p`tp \bL\u0011XJj\u0002WZQ\u0727\u00c9%\/N\u02ba=P{\u0550\u0007\u0012Bc\u0015(%\\\u001d\u001d\u001d07\u0007Y'\u0007<\u02bd }0\u000e[f\u06e6\ry\u0000;n!OjZ\u02f1B\u001a}&\b\u0019m2n]`'C\u00129\u001c-*\\\u0006\u000b1\u0014hl?\u04dfY\u048d\u0017\u000fny\u01f8[Gs[I\n)\b5\u0017&lm\u055b0\u000fl\u0019\u001dE~\u000e\u07254\u001d\u0759k\"\u001bfv?\u0006+\u02d0AN@;D0\nJ\u0015\u0017dot\u039f8Y:8n\r\u000eg27Lt\u001a\u001f\u000e\u0006~Y+_\u4390\u06b3KI\rrc\u001fm-V\u0001m\u05f1\uad4cf\r)8w+OTi)-Z@tg\u0019p\b\f\b'\t\tN%H\u0307\r\u0013m(UP@\u001dV]\u9528vO\u00069\u00fd8\f\u001al\u0019\bV9k\u0017\u0001\rvp}\u0559?##\u02c05(\u0634s=\u0002\nkD, \u0312^R\u0011B>\u02dei0Gxsc0;\u001e)(\u0016\"\u0237,qqR\b\u0143u\u001aM\u0007h\/\u001e\u0001*#Tcs\u0000\u0011?9\u00005$4P\f\u01fb$\/Y\tmTD\ud830\udc5cF\ud8b1\ude06x8R;*sg\u0017B\\2&i9\u88ff9gT;~x)`\u000fp\ucfe89Ym<\fHgI\u001bRy\u0017rj\u000083=+!,\u000e\t`&\r\u0000u\/>n\u00134[}'\u077e'BZr#+\/78*eq\u0014\u001eo\uf07f{\u0016(\u001c3\u0004Q\f\u000e8Gd\u05db>\u0003N#As';A\u000f\"\"\u00032-#\u0017\u80efqY_Qp\u02fe}E\u04d2B\u0013[\u0015tC~\\\u071f-ZY0};\u0015i?v(BcF!Z\u0014E\u0480G\u000bb6\u0016%\\En?\u03dc\u539e\u0011>3i\u0019!\u000173Sym\u064d-k_a\u000f\u0005o\n+H\tqJ\u02f4v~X#\u0016\u001a)#\u0015\u000e\u0181xm\n\u0007Cu?$\u000fI\u00176=\u0013)<*\u05c3]\u0013&\u0006mI6A0!aQ&C;\fX:N\u0005\u001c\ntJ\u0762cv!)&\u001bqQu\u001e\bFff:L@k\tHc\n\u0002~T%\u0002dB\u0002\u0015e\u001e:\u06e2\"\u0018U\u001d\u00182\u001c\u0019\u0003b*\b]\u0019b|F\u067b>BFM7Ky6\u001e\u0307>71Z8&c\u0011;:%J\u001e>{;F3V#\u0014~\/'=RDdx]jv~d\u001eGhx@&4&\u0006>\/dt\u02c9v\u0000\u0011~\\`F\u0524*.j6Bu\u0005Vm\u000b3_c'\u00163V,\u00f2X\u047c-\u0011tUK-ZX\"0if:\u001bb\/\u0011\u001f\t\u0013`PHCj#]Fx%-'x^LXT\n\u024b\u01f5RF\bA('>*\u0005$HEZTp9RiJT&\u0004J)RiJT,K)RiJT2\u0002\u02daJAqS8\u0015\tS)#w\u0005'ZWFD\u001b\u0010\u000bhu\u0006Xb\u0007\u0014KJ\u0001aT9I\u001eUJAT\u0011LSel\u0005x$TEx*-W+}\f?\/\u0013YJ\u06ba_=v\/ae\u0293]ppJ6|f\u0014W\u0372\u0019\u001f\u000f033\u0010m&\r\u0000;%D}\u0012X\u0015d\u001f |\u001e\\7JM}Hw7}(L\u04b7B\u001f(N4iv4$\u0018OW&@'\u001c\u0006(\u0004T\u0015\u0006\n(\b2l9kS\u00142wb8![E\u02cfC\u0006\u0012#iwi9\u001bqL\u001b\u0003\fCEo\u0015zD,5\u0016\u0012\u00127D'\u0105K\bQw\/\u061e-?eg5+H\u000brY`!q\u001b\ue342\u0014\u0012Zf E5<\u0014%\u0018\t+h\u0012YKe-\u0011 \u0119|.8\u001ds\u0013rx6\u00a7$ '<\u0014^ggwT4mB\/x#d\u0014g;t\u0003\/QF\u0240]|\"}4UB[U[1Ov5B]v\u0002d\u000fju\u001f0^\u0006?@9g[E\u000b\"$\u0696=}zsko\u0005pQRX\u0005RcE[_\u0002\u0018K:uPG\u001a7\u0300P\u0017^\u0006\u0018^o\u0002NG\tc\u070ce&`.\u0000Q +:i\tzcex47R\"\u0379si.).)0Z&\u07f34.\u0569\u000b3\u000baI%$_MkZWKY_C\u0000\u07e7=`\nx\u03d2n\u0005\u0018-\u001f('[&I\u05d0p1\u0017\u0015Tf>O \u000e 9\u0010\r1FHZ\u062aDP8\u0493+c)<18\u0018~s]\u0002#\u0017s]\n\u0012\"\u0014\u00dc\u001c\u0019\u07dbq}\uae843.\u0010#\u0011}\u001a\u5a26\u000f\u038e\f\u001e\u0001)@&1\f8\u0000\u0012\u02c3h\u001aXVd\u001d<\u0000\u02f5*'!G\u0016\b\u0006\"o\"\u0005SP,\t82\u0006;PY:\u000bd$\u001a\u000b\u001f\\\fwQbUeuFvR\b;v\u0017\u0004\u000f\u07fd`oj\u0000!0s\u0000\\8\f6\f%\u000f\u0018\u0019!O\u0001d(G\u001c\u0005\u001cEw(^\u0006}\u00049b\u000f==Ff\t\u0000)W\u024e\u001a;\u0018?FS7i\r,\u0003\u0015Q\u0013\u001fb=o\u0755\u0586oW}WZ\u0194S\u0011TJ+\u0010hV\u001cZ\u0011\/V!'F\u02c1\u001fwJi\u001a|b\t\u001c|\u0018\"{{q~q(v\u00040\u001aw?\u0011,g \b\u001a\fs\u000f\u0011\u0018Y\u000epN;}EF\u001f3\u0011\u000f\"c>:\u027b,]Ns\u011e\n\u0018&*f\"\u0001uKLL@\u0011;TS\u0011\u001b\u0005G\u0006\u0011\u0006\u05f7\u0006>+U\u001d]%s\u001fOQ\u0006M1\u0011M jbT\u1f74\u001eU@\r\tL\\;g(\u0003\u0018\b \u0010 1\"#|;P3k!\u0000OsF\u0000!)E\u0007C7\u001f\u001aL|\u0631]]\nB#\u0005M\/u\b<4$X\u00ee\u0019\u0012\u0010IAqsr5<\u001avr#ENt\b?4\u001cX\u00ee\u0019\u000e\u0010)\u001bKXM`S+uw81\u0012IY\u0007\u0018|o\u001a@Bh\"\u0011\u0003 G\u0017o\u0017aKl\u06f4!\u03f7\u001a`'m1IGW\u001ax*\u04ef9|\u001fn\u0000\u000f }\u0018\u05aaC\u0017\u0018\u0011@\u001a\u0004\u0014q\u001b\u0002 \u0006o\u0013tRm\u0002*\u0002)\u0019D!\u0001\u0001\u02e3EAToc^:\u0010\u0004nJ[\rBY\u0013\u0402\u0004@44ulKmPi\u0010#\u0003*[7+\n\n\u001c@m\u0017\u0016ra\u001a\u0005*Y\u06b9M\u0017Z7M\u0017(zD\u0011\u0004\f_\u06fevnM\u0006\u000e.Q6a\u0012\u01b3*b\u06b9\u001aZ7\u001a8fx\u018e@m|5b#6'\u0097\u0017\u0013>D\u02dbr\u046a\u0018z\u0015Z}8%#<\"y@\u0006f\u01d5\u0015\"KFbq\u0005^\u0014\u0007&\f1xm\u0002%BrP9%\u001a8\u001c5\u0010\u02cf\u000eD'o%\tFK92\u001a^g\u0004,>:0r=\rfN\u001a\u0010+\u0570'}d\\WO\b+lJjOR\u527981s$L\u02d4D'*[1$\u001b`Q\b$|a\u01ef_\u036f\u0001\u001cZxRGSy-3\u0004F\\1\f\u0012\u0003\u75bb\u000e6z\u0000'7e#c{c\u062e\b;(>o\u001fW\u000f=z*C\/H\u001fLY\u0018\u03642S>:c\u0002\u0139}\"[\\\u0003\u0000*\f~@J-\u001fKSH@D%\u0004D\u0003f\u0016\u044c\u0016U\\UD\bDv V$X\u0018g\r}it.%\u000e\u001ce\u00076KN)yx4\u001e {\u0012&y\uef79R\u0017ef\u035b\u0019 d\u00120{P\u001dDP;\u0378\u0013B$,\u05bb\u0017);'^\u0006N\u0001cp_ )\u0005yt55r66S\u001eNW\u0018\u0010n\u001b'\u00153\u0000,cjcn{ko\u0011z{+\u001e\u000eUU\u0007W\u0557uZ\u001c5\u03fdYne\nFo1wXo\u001f9\u000b\u0015\u02bf})]7n-%\u00143@\u0019|\bV_W\u001b\u0006\u0002\u001d>nS\u0011|w\u02d5\u001f\u0015 ]\u001d@0pCxsv\u0017`n\u001f\u07256\/\u0005\f\u0004II_\u0013n\t\u0002DZrF\u07ee>?BFwLu\u001b\u0017,D?G\n\u0017'\u000f\u0013zG!GM~>\u077bw\u0004\u000fe?(9,*x\u0002f\n~\u0007_\u0005\/]\u001aN\u0005\u000b\t\u001c{&mG3~\u07f9Me'b5qCN\u001aaQSt\u0598X[ckj\u001b\u05ad64F1D?Sup}kMF\f=L[tskMmRm\u000bo>#(a\/'\u00d9M\u001ai\u0019fR~\u0016\u001fc\rl7\u0018xIO\u0011h):Sc|OjL#y@_7JLd4i\u001d+E~%\u0508\u0000L\u000bJ\u0005-~m\/\u05b6_*QUkBO\u0011jiM,6\u0014U1TKn\u0711S\bmbL%=\"\\\u0007\u0019\n\u000f7\u0012i\r\u032dIC';m'Gt\u024bM8k@\u000bF1)RLE*Q\u0004\r8\u0014\u0005*DO6KGEs ;9\u0510hd*Q;j U3ZMBy\u0006=x?#^\u0016\u0004\u001a7X<]q)S\u0312\u0012D`!:&sB\u0012Mg36Kq>\r9\u0018^|hn+I>\u0015^\u0002\u0004\u0017z\u0013f\u001d-\u3bc3\u06c1t\u0006\u0013;vpMd\f\u060e6'`~v\u00192\u001f\u00141\u0209\u0011Hq\bF\u001dY\tXnVs\u0013'K'\u0016G\u07ed\u07c1L\u0006).XcQo8+r\u0011R{v)aRs-\u04bb*7m\u0017V:X\u046c$V4WR\u0016RZH\u00162j3\u0011f\u0019\u0010N\u0012\u0012J.\u000fw\u001b&$]Q\u8840:r^=')Q\f\u000bs{q\u001952\u0012w\u0011s.\u0002\u001a3w%GG\u0001kP\ue1f1izC7{\u0004\u0015\u0588Y@%#X}\u04d7=ga~=`\u001c#w=[8yS4Q,[E\u0014oY\u0010\u0007t5\u001eyw)\u000fPs\u0000\u0011*9\u0000Hp\u001cn\u0000\u001a\u0012G\u001aI(]s\u00046*\"x@N#x^LC-#d>\u0198|fj1\u07fc-;\u0011^e\rk9\u1f40\u001eRau\u001c\u0014IG!Ni.S3=\u0017PrP\u0682R#\u001b=u8\u0017o-_X`daM1)8F\"Oezswbv\u00106\u001aD@7)F*rW\u0317\u0011,\nbT\rwapd\f\u020f1 tf=\u001agW[#H6\u06a5|\u001b\u000fR\u001398N\u000ecR:\u001cH:\u0753]\u001d\u0667vGr}c.5?Oi\u001fH[\u0003\u0418#$\u0000\u0790\u0473-'bIz\u0002sV{\u0010\u0018`\u0018f.\/|k\u0014'b\u0311Ya7#p\u001e!\u02be\u0005\u06f3e\bE\u7045\u01d9o7\nZBSH$jI\n6\u0014LR\u0014p\u0012#c~.^J'P^\u04a2yKl|NyKl|v-\u0011 \u0119|.8\u001d\u0013Z\nF\u0004d+\nM\u0005~\u0011~\u2ff6l\u001b?rn`\\x%(\u001dPO&Kwv3& lW\\#\u0005oW(@6mN^wi\u0001e\u0003)\u001f\u00151p\rO]\u000f\u0017!\u0476\u0013H7\/\u0003s&K1\b$|\u0598c\u0597@*\u00062\u000em6\u0511\u018d#3*;y8\u4157\u0001\u05dbQBh2Z\u00130p\u0000X@AH(\u0015@\u00042\\\\)\\A4G\u0014\u0014dG|\u03f6x$W\/r,\u06c6%|5,I=v)Kp\u0011td\b\u0019,V\u001f\u0002[\u000fr$wkH\u0018\u000b\n*3\u001f'L\u0007\u0010\u009c]\bW\u0598}F#$~N-lUb(\u001c^\u0255\u0531\u0014\u001eZk\u001c|.9.\u0005mjaN\u000ehuM8>u]\u0019\u0017Q>TS\u0007gG\u0006\u0014 RrsLc\u0018\u001c\u0006>\u0010'i|GzCJ\r,+\u000eq\\i@\u001d+\"G\u00160|\\7\u0002)(\u0016\u0004\u001cyA\u0019G{Im\u001eS\u000e^\u0001 M3\u0000\u0012t\u00130bD}GdMe\u0014$!Nl;\u0744$8g-\u0717\u000b\u0013l-D\u000bx|E=6\u001cI 6%i\/B\tY{\u0006O\u001c}\u00118\/M\u001el\"%\u000bEy8BFN\u0011_K\u0013_;V#nJ\u001c\u0001\u0005\u0000\u0012^D'\u0017Ev@l\u00169\u0002b)g@k\b\u0011$\u00170\u0012M\u0011\u001erx\u000e1N\u001a\u0017R\u0018e\u0019\u0000Z,>\"\u027f=3WUmXXE\" )3{2_umZE\"@(q\u0000\u05423\u0010l*z\u001a6\rY\u000bSV\u0f3dJ}w\u0018+z$\u000f\u001a\u00175\u0007bU\u001aJ\u07a4\u0018!\u0011=70b\\\u000fH\u001ekVY\/:ZY8Vgh7\u001c\u0005s\u079a HJB*\u0160wljeaYQ\u0770\u0014\u03b9\u0005\u0001w\/X\/\u001a@\b\f\u001c\u0000.\u0017\u000eC\rx0>3pC6FrS0\u0019\u0011G\"e()G\u001dA\u001fAa~OgO\u0005)HJv1\nIw\u0014\u0004n@d\u0019hHx|7\/\u0010y\ubbb46|k:\u0007\u001aSNEP+# @+8\"\u0011_BN\u0004[\uf4d7\u0004\u001fd7l\u0018|U\u0012j90tE{\u040b\u0006\u014bQ\u001e{\b`4\u04ba\u001f\bA3\u0010\u0004s\u0006l\u0007\b,\u00078\u001dg>_^D\u0122qDLM\bL\u00071^z]o.YbE\u0005\f\u0013\u0015S3O\u0000%&&L\b\u001d\b\/+\u00025\u0000\u001865\u0019^\u0019\u0006\u001e\u036e \u000e\/)V>G\u00194OF4QzT5\u00036$0s\u0000*\u0463\f\u02a7ch#@\u00003T@z3k\u0001\u0000\u04dc\u0011@HJ\u0011$\u0439G?kRkKAh%\u000e\u7b06\u0004k\u0004!DR\u0010},{\\vV\u02c15\u0001\u0006\u00149!pwp \bL\u0011XJj\u0002WZQ\u0727\u00c9%\/N\u02ba=P4~5\u0004hTRA\u0001ssur\u000bB\u0737\u000bs\uec25im\u0690[\r\u0018#+\u000f<_u\u0003x\u0000\u0004[\u01b0V\u001d,\u0000 {\u0000\u0014\u0000\u00194\u0010}\u0903j+\u0007\u0014U\u0011H \n\t\bX\u001eU+\r\u001bQ\u0006\u001f&P5&\u000fvS\u0002\u07dal\u0010Z\u02d2\u0016$\u0000{leK]g\u06d2av\u04d2!F\u0014\u027dMM\u0019!\u0726\f\f\u001c\\m\u001e\u0016ra\u0005*`\u001af7\u001a(zD\u0004~_m_;\u0003\u0007(z+iB6\u000f6\u000f\u001c3XLT<\u000ezcG^\u0010Z\u0358\u0016XVq\u0004}Qhb\u0087(yS9V\u0015\u05a42\u04aaBo\u001fqG+o\u0013@\u06ac(BdH\u001dP`@T\nLUh\u0003\u0013\u0018Q6\u0001G!9\u001eje\u0007U\u0015RB?o\u001fp\u071c\u0012)\u001c\u000e\\G\u000e\"K\u0337G\u0012\u0004\u001d;\u000f3:\u0016^\u001d^Kp3v^'\rsaj\u0613Ty2.\u0001'c\u0015I6%f'}l7\u0013Cu\u0013sd?\u0256s\u0452\bDx\u000b:<\u019ddJ\u0011,\u02be\u0011\/7\u03deC~R\u000bO*qj?e\u0015+Zb r7-oXC^\u0012p\u001a\uf5e0%\u0003$}K\u0012y\u0004z\u0004,An\u0017\"[~{\u00166=5cZHT\u0011\rB\u0340aJ\f8\u0014\u000f\u001d\b]v\/6\u000eN|-\u0001\u0000\u0015v]l\u0006? )Tg X\u0012\u0002~\"mf3hF^w*\"KH\u0004);\u0010+\u0012,\u001a\u0016\\XL\u001c8\u000e\u001czmlR\u000b)i@$M{s.\u041b>\f73@$`:(u\u001a;&\u01681)IuYwK\/avN\f R\u0003`Rn,\u0203pb\u0140L\u0000w8`-\u0001`Qv>\u001fs\/\fW\u001cs[{[\u07bb_p=]B?\u06ae\u2c2dy-r+S0zKzn6\u001e^\u0010\u021cEUOqm)5E\u001dM7.y\u8f5c\u00012wC\u06907\u00169\r\u000f([\u0000\u0019\u0000I\u001bc4\u0004\u0006,e\u001f\u0006v.=})-g xMJ\u01e7PvKpO\u0017 j2|Lc4vqM\u00112d`\u000eO%r9ZT8yl>z\u000f9j\u0002WG\u07bd\u001f$x(-eG-aQ\u04f5G\u00157U?J\/X|\u0012pbg\/XO\u0417v\u0013=7\u00194m?}m*;A\u0013\u001brR|\r:{R-\u001a[S\u06f0fn12!f[TnNF7dh\u000foe\u069a3]mmj\u06d6j[x\u0007\u001eA\u000f{1}2\u0019\\\u0007& \u0646jZ\u001fX\u0003\u06cd?F2^\u0014w\u0004#Z\u0018%&\u04f7\u001a[fj\u03a2N%yCe&k2\uad0c`z}C\"?\u0012j1\u0005I%\u00c2Z6M\u0017yk[\u05efIe2\u023f\t=\u05c1AZmZ\u0013\u02e4\rEU\f\u04ac[\u0004}:e&oW2)#u)\u001bpxC+&\u071ad=tN\u001ehm&?i=LL^lY\u0003Z6bLJd,R\u0266\u07cd\"h\u0161(Pi'~Y2=,\\\u0007!\u000eTO'F%S-\u00125\u0001Vc\u0004\u000eo\u0012\u0012s\u001e.7 ,\u000b\u0019\u0011\u0018&\u0438{\u0006N\u001a}et'2>\u0006\u000b1\u0014hl?\u04dfY\u048d\u0017\u000fny\u01f8[Gs[I\n)\b5\u0017&lm\u055b0\u000fl\u0019\u001dE~\u000e\u07254\u001d\u0759k\"\u001bfv?\u0006+\u02d0AN@;D0\nJ\u0015\u0017dot\u039f8Y:8n\r\u000eg27Lt\u001a\u001f\u000e\u0006~Y+_\u4390\u06b3KI\rrc\u001fm-V\u0001m\u05f1\uad4cf\r)8w+OTi)-Z@tg\u0019p\b\f\b'\t\tN%H\u0307\r\u0013m(UP@\u001dV]\u9528vO\u00069\u00fd8\f\u001al\u0019\bV9k\u0017\u0001\rvp}\u0559?##\u02c05(\u0634s=\u0002\nkD, \u0312^R\u0011B>\u02dei0Gxsc0;\u001e)(\u0016\"\u0237,qqR\b\u0143u\u001aM\u0007L9g\bA='\u001c2\u001b\u0111F\u0012xc>+s\b3\b\u0017\u0010\u000fgXsG\u5d53vlBHKD04'\u0018}w4[?\no\u0017T<\u0005\u0010a\u0017\u000e\u001b\u079e\u00176'}\u0001,C=BNw\u000f\u0016g\/\u001a'u%E\u0001<\u0001l\u04a4\u0001\rtf[xDHK^n\u0111\u001b\u001c8g\n7=N\u0014\u0019LS([\u0006C(\u001c\u0019\u000f_o@\u0005^8\u03c0H ($Pu\u0003\u0204LHEmkdW\u0014\u0736(y_Qd-\u022f(v~E9\u052f(>5g\u02e26)L^E==\n\u0fb2\u0018\uc8efQH;E4\u0442\u0015\u000f\fEb\"#yD#\r\n\u0018\u000f\u0005\u01c5z=\u0005{d\tW\u03df3ggL}ZF|\u0000y\/1byw[vz#z\u001ar\u0018{\u0001=\\9)B2]g{.VH*5RSG*\u001c\u0003y\u0015\u000e~H\u001f\u0014\u0013\/m{'RT\u0007;w'f\u0007aMD\rd|m\u0103!aB\u00beM0\u0018t\f9\u0015:FK,CR\u0012ML7\u2892<\u00104tB2\u0013\u0014\u0004HJ\u0000+\u0005h\u0005 \u001f\u0015+\u02c8}\u0016\u0005u`EAE{10Fe82\u0006\u0018U\u0010:3F\u001ew\u026d}C]-x82F\\\u0007G13V\/d,bWG3]]\u001d\u0667vh\u01aatz$\u0004!=<1^\u001f\u0667\u000f\u00118>\tI;B\u000f\r\u0019=;r\"d's\u001f3g>#5\u0003``\u06b1MP]Utbgp\u0002W\t\u014c\u0015\u0018\u0014\n\u05d6EXRh)S\u0003hbuQ\u0004\u0016n\u060aD|$OA2\bbF\u0006KZN\ud8b1\ude30\u0014\u0017k\nIh5\u0011\u0004PN|T\nH\u0010r\u0494(4%M*M\tJS2\u0494X4%Y*M\tJS\u04944%e*\u0005\u0004M\u00055\"#q*\u0012BRFD+\u000bDO6 \u0016@\r\u000e(D\u0002\u00a8r<\u0014\u0011IR\"#*\u02a6\nbT\u0011IUZ\u001bX\"\u0018~\u0010)_&uz$_D\u0395'2m(\u0014e32?j\u001f`f\\g TAN=nz\u0001c\u0007\u000bo&`JR5%p?Q\u001a;\u4e23&Qxzmr56\u0001\n<%\u0001Y\n?\/<\u00a5an\u0013z\u001f${o\u001f-=>\u06c6\u0721\u001b\u0018\u00172J\u0007\u0013!\u0012\u076a\t\bD9MmW&\u0017]\u0000g\u06b49y\u0765\u0007L\u000fP,~9q\u001aO\bw\u000f~@y}\u001e3x\u0535\u0002|8\u0268z})_4j\u0331uK \u0015\u0003IQn\u001bH\u0191\u0019p\u001d<\u001c\u0000M(!x4c\u0019k\tK8\u0000, n|\u0014\nNZX\u0019^.q~Ht\\KK\nHl;Kru*\u0002+\u0002mXR\tW`\u0015R\u0597#\u00102L\u0001Y\u04ad\u0000?\u0005\u001ed\u001a|'_C@^`VP?d:\u0010Bp73\u001a!sja\u0012=\u0017CJO\tF14\u0018M\\\u015c\u0136H50'\u0007:qk\u001cg|.\u130b(HDFY)\ud0f3#Gy@\n\u0010)9Y@y\u0011\tzg~\\\u001eG;\"\u0010\u0006_UU9\t9\bF 7\u0015y\u0013)\u0010b\u0001O1'\u001c1hydZ9>@I\u0015\u0000T9\u0003 !{J7\u0001\t\u0003.F\u001cg{D\u0584H^vLMA\u001224\u000fI\u0236MH\u0088s&}0Bd iWc\u00d1t\nbS\u0012V\"\u0005z\u001a\u0005Y{\u0006O\u001c}\u00118\/M\u001el\"\u0005\u000b\u0016d\u0011j\u001eQpDW\u000e\u001d+7c`Ti@\u0016\u0013\u0000piJ\u000b\";Qcl\u0007\u0006UM\u068dH!B\u0017SB)Q\u05e3R\u000e!a5\u0016\u001f U7i7@EK{fk3\u0010XJ\u0004ba\u0015yxU|WZ\u00023zKBk\u0006e\u0016a\u0004ia3J\u001a6\rY\u000bSV\u0f3dJ}w\u0018+z$\u000f\u001a\u0017\u000f\u016a4\u034f3q\u001f0$\u0002\u04b3\u0017\u0006S\u0001)c*\u000b\u00128Vg]+\u000b\f\u001a\ud1a3\u0000p\u000e}[t\u0017\u0004VIHE5\u0016t?\u0018T.YM$,!\nIa)s\u000b\u0002\u0747^v_75\u0010\u00189\u0000\\.\u001cR\u001b^A|$*uC6FrS0\u0019\u0011G\"e()G\u001dA\u001fAa~OgOY\u0002@UC{*M(\u000e\r,\u0003\u0015Q\u0013\u001fb=o\u0755\u0586oW}WZ\u0194S\u0011TJ+\u0010hV\u001cZ\u0011\/V!'FK\u000f\u001b6\fb\t\u001c|\u0018\"{{q~q(v\u00040\u001au?\u0011,g \b\u001a\fs\u000f\u0011\u0018Y\u000epN;}EF\u001f3\u0011\u000f\"c>:\u027b,]Ns\u011ej5BP?E\u0002+g\t(S:\u00025wj,\u0002u\u000b@\r#\rlo\r|WG:K>.\u0423\u00041\u0011M jbT\u1f74\u001eU@\r\tL\\;g(\u0003\u0018\b \u0010 1\"#|;P3k!\u0000OsF\u0000!)E\u0007C\u0003Ys\u0014F\n^r\u0010xjH\u0018w\u0350 H\ne\u000bt\u0006\u001f{,\u0007\u00188RzOsFW&~%SDq7RV\u0014)pb$|\u024bn\u000f0\u0014~5\u4044XE\"J\tW\u0007iG\u0007A\u0001r\/\bq.\u0331\u00d6\u0676iCo5Nb\u0213\u001a\u06ef<~\r\u0002\r\u0001\u0012o\u0015\u001aZu\u00024\u0002(^;u\u0003P\u0000d@m\u000e^\u001cP`WE %($ `iT+\u0361J\u01bctT!\u01f7\tT\u0243\u0000U\u0006\u017f,\thA\u0002 \u001aV\u0505-\u0019j7-\u0019\u0018bD{@eK]funsMs\u0005\u000e AT6\u000bJ^90\u0012s.n.P\"\t\\\u0019}M;}C}\u0003\u0007(rzwrY\u00151v\rv\r\u001c3XT\u009ac1[\u0011\u0013E\u02cb\t\u001fM9hUXJq*qJ\u0018GxD6\f\u028f++D\u0001(\r*\fDT\u0016>0a\u0011\u0013o\u0013.y\u0014V&bxyPUa\u0018*\u0003*\n}qsJ4p8|kr!\u001f\u001d,OR3^\u001f\u0001K\u0013\u0016\u001c{\r3\u0002\u0016^\u001d^\u0018Kp3ws^'\rsaj\u0613Ty2.\u026b'c\u0015I6%f'}LM9u^&[eJ\"\u0013j-t\u0018w\rE(F\u0004\u0012W\u00efWO\u0780?{\u000ezI-<\u0663\u01e9Wp\u0002#\u0018\u0006ksg.a\r{\u0001wKi_\u001a \u000f\/A#K\u0012\u00124\u0004yv~__o\u9cffZx\u0518i1\"SE$6\u000b5\u0003+3@R<\fv{#Gow9e\u001f_\u0007\u001b`=u\u0011v=KDflW\u001d\u0014\u001fTO\u63eb\u001e=\u0017c$\u000fP4|Ie\u0002|tv\u0007\u0005s\u0007D:A\u0006\u0000Tu\u0019Z>R`2K\b\u0007,\u0019y-&\u07f9,!\u0011@I0\u001a\\K\u001c8\u000e\u000ezmlR\u000bii<@$M{s.\u041b8\f73@$`c:(u:w\tq'IuYwK\/SvN\f R\u0003`Rn,\u0203pb\u0140hw8`-\u0001`Qv>\u001fs\/\fW\u001cs[{[\u07bb_p=]B?\u06ae\u2c2dy-r+S0zKzn6\u001e^\u0010\u021cEUOqm)5E\u001dM7.y\u8f5c\u00012wC\u06907\u00169\rv\u000f([\u0000\u0019\u0000I\u001bc4\u0004\u0006,e\u001f\u0006v.=})-g xMJ\u01e7PvKpO\u0017 j2|Lc4vqM\u00112d`\u000eO%r9ZT8yl>z\u000f9j\u0002WG\u07bd\u001f$x(-eG-aQ\u04f5G\u00157U?J\/X|\u0012pbg\/XO\u0417v\u0013=7\u00194m?CTv'V\u00137\u001a&\u001fu<%G\u044b&\u00d9\f6T2\u0324,?\u001an1\ud909\udfb8#\u0018Rt(y%5Lg_N%yCe&k2\uad0e`z}C\"?i#eiAR\u0270\u05afMEkRY\foBO\u0011jiM,6\u0014U1TKnI\u00135B\u0018\u04ff_\u0264d\b\"ABl\rD$#c'sk ?t\u001a4R\u03b6{\u001ey^Y&\/6\u0001-H\u001bhqZLE*Q\u0004\r8t\u001dT'H%\u04e3\u0362u\u001cR`jHtbY2\u0015(Q\u001do5F\u0019-&!\u02dei0Gxsc0;\u001e)(\u0016\"\u0237,qqR\b\u0143u\u001aM\u0007HV\u00192B\u0005RZ9\u0007\u0000\u001e\u0013\u000e\r\\CH#\tpKr.9FE\u0004\u0019i\u0004\u03cbi3,E\u06b9I;w6~!%cLof\u0013>;j\ubb5fs?}F\u3dcbg*\u0002f\u000b\u0007\roJy\u00c0t|!w!;\u0007P3\u0017\u07d3\u0012\"\u0000\u00006iR\u0000P\u0006:G-w{\"%\/7\u02b978*eq\u0014\u001eo\uf07f{\u0016(\u001c3\u0004Q\f\u000eGYp,\u02c77}xw\/+)o7nG\u0653+\u0010;\u0003X=sF\u0011s\u03dccR>:z\u0013Pn?\u0010K\u0018\u0007\u0014i1\u0011H<|2_\\\u001e<:<5nD9x\u0019^Cq9)\u0019|\u039elRPd\n\u001a;W\u03b2\u0000W\u0005\u000b=d\u01f6\u02c9H\u0003\n|\u001cI\u0001'IXQSI\u0425\u0007~\u0011\u0011Z8\u0274(u_Qp\u0003iI_Q-r_Qp{?}.k\u03d6ES>\u3f4a4A{\u001fG{\u0014}e1G_D-x\"i\u0123\u00051;\u001e\u0019\u000eEFzG<\u001c\u00140\"\nf\u0563\u000b\u0019h{\"A\u001f?\u0012\"\u05df?grG\b@\u0002_\u001d\u0000Gx5@\u0002:JE\u0595}S$}8eZg\u0017`gd\\B\u0251B\u000bJ\u0014n\u0511\n\u0007^|a!*\u001f\u51d5\u0164\u000bw\u001b\u0014bn\u0749Ahd}\u0013Q\u00036\u07e4p\u001b1yHtn\"5\u001c|`aL7Z?f\u001c\u0012ib\u0011\u0017\\`iz\u0004\u0014}\u00104 @Gu\u0002X+@\/D-\u0000c1_F(\u0003.\n*2\u0000\u001e\b\u0018I\u00193cTC\u0018\u00155\u07bb\u001a>y\u0007G{:%N-,\u04dc\u9eae\u027b8\nRfrd\u001fS%]\u001d\u1c70\u06f6b\u01d1'\u000f>dv|\u001e\u0019\u0010\u0469^c1t{Pt<\u0014\u0016D2WH\\!uI\u001d$\u000bCX2^'8E\n.\u06a1\u0004H\u0001\\$g\u001bS\u650cA\u0005xph\u0007v&\n,T1$,T;6S\u0014+\nodd\u000e]IK\u001d\u0019q -f,[a\u0019\u0405,k\"i\u0000\\\"0sf:\u0505\u001bb[0(\t\u0013`h=\"l\f[r\b\ufd64\u0004\u03cb\u024fJ!\u0011\u0016X V\u0013a\u0004\n$JPH\u02d5\n.Z*MIJS\u0002\u04944%f*MIJS\u00a6\u04944%r*MIJSRRP\u0002UdPEB\u000eU\u0288he4\u0595\u0011H\u00062)Z]%\u0013\u00a9R@>UN\u0012Q\"RRPPUddUTq5[A,*\"U\u0011^JUwU\u02afrV4RLdQk~\u0611)\u001d@Ova,5(gKq|Q\u0004\u063e\r\u001b\u0011s3\u0010\u001e&\r\u0000\u01e8;%d}\u0012Y\u013c5x\u001f%|\u001f\u00008IaM\u001dNw7}\u0725LrBn\"B.iJu4+%\u0018OW\u0016&@''\u0006+\u0004T\u0015\t\n(\b2l%EkS2\u0270b8![EL\u000fZ\u0006\u0012#iwi9O2qL\u001b\u0003\fC\u5169o\u0015zD,5\u0016\u0012\u00127D'\u0105K\bQw\/\u061e-e*!r)c!q\u001b\u0543\u0014\u0012Zf E5i\u0014%\u0018\u025f\t+h\u0013)N\u03a58\u0011 \u0119|.8\u001d\u0013\u0013\u0012~6\u00a7$ _^D\u0122qDLM\bL\u00071^z]o.YbE\u0005\f\u0013\u0015S3O\u0000%&&L\b\u001d\b#P\u0003a\u0003[\u0003a\u000e.\u2e5b\u0013zASd\fmD\u0013\u0018Ux\/GU3PlC\u0002<\u000e\u0019=\u0000|:6\u0002\b\u0004H\f>H\b:\u000eLZ\b@\u04dc\u0011@HJ\u0011$\u0439:kRkKAh%\u000e\u7b06\u0004k\u0004!DR\u0010},{\\fr`ur#ENt\b?g5\u001cX]3\u001c!%SDq7RV\u0014)pb$|\u024bn\u000f0\u0014~5\u4044XE\"J\tW\u0007iG\u0007A\u0001r\/\bq.\u0331\u00d6\u0676iCo5Nb\u0213\u001a\u06ef4l_s>~\u0000\u001e-A(V!1U.0*K#5\b(^7\u0000\u0005@\u0006\rD&8\u0001\u0005vU\u0004R2B\u0002\u0002G\u0015n\u01bctT!\u01f7\tT\u0243\u0754\u0000&\u001b\u0016d'\u0005\thh\u001e[R&\u06d2aw\u04d2!F\u0014\u027dMM\u0019u!otnS\u01a8\f\u001c\\m\u001e\u0016ra\u0005*`s5F4k\u0011E[o\u0013}}\u0736Q7m\u001f8DQ\u06c4^I;\u0015Ryi1Do\fN7v\u0005Rm3\u0005,9\u0016U\u001c9A_\u0014\u06bc!\nj\u0794c\u03a8\nkR\u0019N9Bo\u001fqG+o\u0013@\u06ac(BdH\u001dP`\u001aWa *\u0005*\tC(x\u0000uv\u0263\u001c\u000fo2\u02c3\nP)PU\u000fT8nN\u0014\u000evM.#\u0007%IjczR\u058e\u031d\u0019\u001dO\u000e\/\\O%h{;9J0z{5x_<\u0019\u0000\u05931\u008a$\u0012\u0013Tybn&&\u001c:x\/-%\u0011J\u0016t:y;\u0254\"X}#\u0002\t_+W+'o=h=\u0016T~^+8\u0011W\f@n3[~q\u0017\u07f0\u2f40;%4\/A\rK\u0007HH\ub5e0%~\t~\t\u001aY<;\/Dz\u03f7~_-mzj}\u01f4\u0018\u06a9\"\u0012\u001b\u615a\u0001`\u0019q )\u001e\u0006;~\u0011\u05fb_l\u001cx\uec8f\r;M;q?G\u07e1c\u07ae;(>o\u001fW\u000f=z*C\/H\u001fLIf\u049c@)\u001f]A\u0001A>N|-\u0001\u0000\u0015v]l\u0006? )Tg X\u0012\u0002~\"mf3hF^w*\"KH\u0004);\u0010+\u0011,9b\u0385\u0101\u03217f)%\/\u0010\/\u0012\n|Ob\u0744?\u03fd7WZofE7\u0017\b\u0004Lp\\\u001eT\u0007.\u0011TgI\u000f\u0019B\b\u0004\\wz\u0018fD\u00002)5`\f\u000b$e \u000f\u0006R\u0006R\u0006\u0006{\u0015\u00032\u0001m\u0004p\u0006E~\u033d0\\mrso-Boy~\u00e1jt\njN\u00f6\u6e777\u02edL-.\u001dx8w>{A\"s\u0016U?-\u0014u4\u0778r\u00069\u000fjC Z4\u0010wj?:On\u0002d\u0003\b&5\u000fn\br\u0017\u0010|\u001ax\u001b\ud0fb&\u0d9c5)Ik\u001f~B\u0011-=]W1Z\u00165Gnw\u0005;<~\u001ehQaB\u000f=\t^q\u07ba\u06cf\u001e\u01fe{~L=\u001f\u0013~4Ee\u001fO\u001eU LVo+`KX\u00c9u\u001b7\u000fq(\u0268Y#\u0475\u001fwn[)YM\u0710k|k\u001a%ykL,\u04ad5\rkfH\u001b\u001a#\u0018\u06e9m:5HU&dtN49T[Ls\ubea6Mmm\u001d\u000f<2\u001fb7p:0\u0569n\u0686jZ\u001fX\u0003\u06cd?~\u00110\u04c8GpjR\u96cdG\r&bGH\u0019=nO;dF`b\u0013--\u0011;\u0016E\u0005.\u076c'NN,[m\u00ff\u0003\u0014g\n.\u000bXTp0F\u001c=\u038aa\"w\u061e]Jl\u001cmtq\u001a\u000eho-Vem=C\u02ddJ\"ZJ\u0016)\"}ZF&>0.\u0003KBT\t%nD\u00e4+J?\u0014PUn\u05ebd:%\u0753Axa\u0001q\/\u00138\u0003\u0006[F\u0012\/s\u0002F@6\u001e\\un$\u0232`~\r0F\\o6~fZ\u00120\u000b\b\u0017\u0004\u043b\u000f0{{l\u001a=H\u033d\u00b3~=`\u001c#w=[8#zS4Q,\u001e\\E\u0014oY@\u4930\u0007t5\u001ey\u0017*3\u0011Ps\u000e\u0002\u0011*\u0010\"B9\u0005Hz\u001cx\u0000g\u001d\u0012\u001cIx]\u00047*\"x@N#x^C8Kd>.d\u0623\u0015\u0004},$K\u0701t9\u001d=#g2B\u0003\t|iwg\u0016s\u067b\u06f2\u0003\u001c\\\u05b0\u0003\u001f\u000b*\u0015mW\u001fN\u001f\u2516i]\u001dx?s\n%G\ne3(5RSG*\u001c\u0003\u0015\u000e~H\u001fV\u0016\u0013\/m\u011b'RZ\u0007|'\u0007aMD\rd|m\u0104!B\u00beM\u0018p\u0004s>A\u00022RiqHJF\\Tr\u0007)2\u0013PDZfB0\u0498\u0000\u001f\t`\u0000\u067e\u0010\u0000\"\/|\u0019+\u000e(\b:5Fp\u01a8\fO\u0280\u001b\u001aB\u001f\u01e8\u0018\u0451}~5y;\u02e3\u001b%\\\u001e\u000fR>z=1\u001e\u0007\u001dz\u0007d2cAO\u00e1\"\u0019HhH9D&RWd4j]#\u0019;Di\u00038IFN7)\u0019\n\u001c\u000ffHM\u0017XbKXvl(TW\u0015\u001c\u00029:2\b@ZX\u001b\u0019\u03feE\b\u0015\u0285K*\u00023i\u0013L]+\u0005\u0013n?\u0001\u0663!Y\u0007[r\b\ufea4\u0004\u03cb\u024fJ!\u0011\u0016X V\u0013a\u0004\n$JPH\u02d5\n.Z*MIJS\u0002\u04944%f*MIJS\u00a6\u04944%r*MIJSRRP\u0002UdPEB\u000eU\u0288he4\u0595\u0011H\u00062)Z]%\u0013\u00a9R@>UN\u0012Q\"RRPPUddUTq5[A,*\"U\u0011^JsYKdEO,D\u0016\u057fW\u001dKr\u0001d\u0017\u001c\u001cR2|\u0014W\u0377\u0019E\u06f0a\u001c1:\u0003!h\u0000p]B\u001f'1%J\u000bYc9^\u000f\u000fx~\u001f\u000b]\u000e\u000fix3b\u0294)+&R2\fu(bb<6_Zl\u0000\u0005V#:sWfW\u001c2l%JkS\u00183\u0270b8!\u02cd\u0013\u0002A\u0108g]dju3+\u0006\u0018\u000b]*,\u001a\u0149X:w`W]AD\u0010e}\u0012\f\\v\u001aY.B7\u072b\u0007-)$o$\u0005@j&ONk)K81v?\u0017au\/#\u0014(WH\/i'vL%\u049e+\u0000!|v\u901fD U.6\u00a7$ OVk\n\u0005\u001e>\u0566\u0379.\r?`\f~2\u00f5b6\u001f\u000b\"$\u0696=}zs\u04e3e\u0016IFKbQcE[_\u0002\u0018Hl:2\\b\u4f9e!\/\u000e\r0\u0004\u0012G3\u059a\u0003\u0002FG\u0011\u0000%.>\u001cJ<\n\u03e59$k\u0018|\u03f6x$W\/r,\u06c6%|5\rNi].e}\t\u000e9\f!\u0014%\n0[`?PN6\f!b \/0+|\u051f@2\u001d@\bsu!\u001b^Yc\u0019wJjb\u0012=\u0017CJOn\nF\\`u\t\\9w)HlTS\fsr@\u0013g|oq\u0012\u03b8BDi>8;2x\u0007\u000048N-|0!XO\u0012\u02c3h\u001aXVd\u001d<\u04c0ks+\"G\u00160MA\u021bH\u0014\u0014\u000b`|\u0002<\u180cA#$6\u000f)\u0007JLb\u0000\u0019\u0000\tS\tH\u0018p1\">#&D\u0012en\nayHBnB\u0012F3\u0016\u02c5\t\u0016\"\u0005Is<\u001e\u001bS\u0010\u0434\u0017a!SO=]'\b&b\\\u000f6]\u0005X\"<\u001c!P'\u022f\u001dc;WnjJ\u00c0\u00049\u0015y\u000b\u0000$\"&\tQ.lF\u064a-\u0012)\u0001#D\\tJ6E4zT\u0015;\u043bR\u00021\u02943\u0000X|DK{f3[c\u0001ba\u0015yxU|\u05e1Z\u0003\u0004*&\u0017\u0001JDm\u0006e\u0016ah\u001ffU\u04f0i2_\u0002UH]\u046b_%~\u0014~o.~.Va~\u030fTM\u034fQ\u0018\u0012\u0001s\u000b)F\u0014f\u0005NR\t\u001ccu\u0006vQ\u00008>Y\u000bd$\u001a\u000b\u001f\\\fy\u03a6V\u0016\u00195\rK!]\u0010>|\"\u0001P\u0001r00\n:\u0003,>dcd(<\u0005\f\u001cq\u0014(Rr\u0014\u07a1x\u0019\u0011\u0014=z\u0014[:)dGi\u001d\u001f\u041b{GA\u0006D\u018a\u0128w\u000f\u025eJk7\u02abF~+@c\u02a9\b*{\u0015\bPukJ+\u000e\byDj\u0017\u0013Vi#%\u0007\r\u001b\u0006_UZ\u000e>\f]\u0011==8?Aa^;\u0002\u0018\u001f\bA3\u0010\u0004s\u0006l\u0007\b,\u000b8\u001dg>_^D\u0122qDLM\bL\u00071^z]o.YbE\u0005\f\u0013\u0015S3O\u0000%&&L\b\u001d\b\/+\u00025\u0000\u001865\u0019^\u0019\u0006\u001e\u036e \u000e\/)|B2h*h\u0002Q\u0013\u000fj\u0006JmH`\u0001T>G\u0019\u0000OF\u0000\u0000\u0001g\u0014\u001cAg\u06c1\u0364\u0005\u00004.\u6d0d\u0000BR\u0010%\u000f'o>.\u001dw-w)\b\u00144!\u05500!A\b\u0014D\u001f7\u001e?\/r0\u0000\u0003G^\u0010~j8\u0018wp \bL\u0011XJj\u0002WZQ\u0727\u00c9%\/N\u02ba=N\u000fC_\ry \u0001wa\u0015(%\\\u001d\u001d\u001d07\u0007Y'\u0007<\u02bd }0\u000e[f\u06e6\ry\u0000;n!Ojn>pp\t{v*mPi1Do\fN7v\u0005Q\u058ci\u0001\u000by;o\u0015GlN\u00176\/&|7\u5623UaM*)*qJ\u0018Gx6\f\u028f2+D\u0001(\r*\fDT\u0016>0a\u0011\u001ao\u0013.y\u0014V&xyPUa\u0018*\u0005*\n)\u042eeY~ ?I|{}t,QO0Z\u0691:c\u1158i\u0004\r7sou0X)\u001f&_o=\u0019K'\u0017z2FX1dSbV{b\u0797*Mz31d^71H{l9\u0017-OTcI\u0014\u001b\u0011H\u000e_)\u000f_)?y\u00039D'g\u001eZf^\tb\u0018%\u0006-wy5\u0014\u0005y\/\u0001~\tjX<@GZ\u0004,AnKK\u0012}!{jmSc;\u0148N\u00150\/\f\u001e\u0006D\u03e0\u0003I0K\u001fe'bs}\u001dl\u0001NnJF1q?G1q\u001b\u0015}\u0007\u0007\u0013oGOe\u0018\u0003)\rf\u049c@)\u001f]A\u0001A>N|-\u0001\u0000\u0015v]l\u0006? )Tg X\u0012\u0002~\"mf3hF^w*\"KH\u0004);\u0010+\u0012,\u0019\u0016;\u0017\u0016\u0013\u00072x%[B|J`\u001a+\u0010=u\u0013<\\i\u000b}3C\f\u00102\t=\u000eJ] s\u01e40\u0019B\b\u0004\\wz\u0018fD\u00002)5`\f\u000b&\u0182\u0004\ryh\u000e@8\u07e9}r>\u05fb\u028f\n\u000e ?!]\u01c07c\u0005l\u0784\u064dvG~`\/v.\u0767_^\u001d\\\u0013i17\u0003\rv_}\b,Y\fr\u0005R\u0739%RpG\u0002\u0016?Lt\u001a\u001f\u000e\u0006\u05c8Y1,_\u0010\u06f3K\r|cm..V\u0001\r\u05fb*\r&G2s':H\u04acEJHQ\t\u000f'\u02c0 Ut|00R\u000f\u0005a9Njd\u0010^c@\u0004\u0000\u010b`\u0011\u0430\u0007a[\/?>,_?Q;\u05db\u001fc|\u0004\u0002,\u001f*\u0003?<\uf7be9\u000fs\u031f=[N'9\u0006\u0018sq\f\u0019\u045bb*|\u0012\u0007\"'U\u0010^0JimK,\u0013J\u06c6@N$\n\u0002w[<3r`>5R%\\\u000bB; ut-;SBC\u00fco\u001c[9 \u0003\u04ec\u0287\ud4e2[ + )<\u0005P\\\u0205\u019coEZfU\u024bQWm\u00199\u0000nN)\u0017:NQ*\u0007x#)\u0003.pp\/t\u001b\u000f\u06c5o`f\u0590*=I\u0015#}D[\b\twy%\u001d~\u07dbw;\u0019oz\u001f]\u001eOCU3+\u07aa\rMVm|c)'\u000b]\u0006\u07bd\u0307\u0575z{;=k\fs7O}m\u031aCz=u\"g\u02caoyw\u001bf\u049d\u0296)ud:a?asd?A\/\u0004\u0016\u001bF\u0007\u0004a1\rIi\u001dK\u02bc\u0764>)e[t1[m]cf+M[\u046fW\u001a}\u001b\u3d2c61L3\u025c\u04bbS6\u000f\u069bU[\u046aV\u06cc3u)\u0011\u06a6E?fV0Y3}L\u00c7\u000b(zJoGw\r;#Ka;z)xU\u001a}\u001d[Fr\u001b\u01ed\u001f_':\u7ba7sVhf\u000e\u059c?Zc\"Q=j6HY]&\u001b\u001c,\u0011Vj{w[\u0015zyyk\u0759\/so\u0012m\u037b\u0557\r^m\u028d_-\u0001\u0000G6=7{U\u001bu\u057ct|UP68R[U\u00177Bnbq\b(@\u0000:A,\u0014\u0010\fKDC<\u0016\u0429\u00a10\u001a\u00107\u0016P*\"\u001f, ,!,\",#,$,%,&,',(,),*,+,,\u0016qN\\B\".I[\u0012E[tb%$rc!\u0011\b\u0007_BB\/:x\t\u000e\u070b\u0001vVNq\b+)\u000eN\rx%\bXD*!|\u0015\u0004\u0018O\u0018\u0018SY\u001e\u0011n\u0019n!n)n1n9nAnInQnYnaninqny\u0002\fyb L,\u000e&\u0016\u0006S.\n0\bl\fSC`b\u00110\u000bfd3(6&l\u0623\u03c0#3W$_b5~_]*t<5\u00186D\u001a\u001b\u001c@\u0002a\u001cN7\u0002\u0019\uffab0U8NU\u000fn$?4Lb\u03e1E]\u0001iGE|\u000ew\u0005\u442d:3\u0019WQoX\/MP\u02e7\u00100F1FN(\u0374Tu\u000e]LGncw\u0004=\u00178-DE.6OG0\/\b\u000eV1\u001cG2-WEX)LEnq\u0017\"\"}'W<\\2kdZNf\u0018G\u001f\u06f60axA8\u0016]Z\"7~cF?z&avX=[\u0005ZLVV\"w\u000bj\u0011O3\b\u0002\u01e4f.6_@\\'\u077ey*i4\nM\nY\u001d~E6S#WhGq\u0005\n\u0019QR\u00d6E+)uV\u00043\t^>|.cs_\u0015+jJ\u0007\/C\u0007=&B\u068d(i3$H\u001c\u056a|l\udbbb\ude8b<\u0163j[9\u0003\ue512f&tTbx\u07541\u0203\u0019\u000bh.\u0004J\rWB>^M\u0005N;\tHtCsK35~\u00d54Uk:\u001c]\u01b9!M]?znms=&l87|\r{mjn)ueBd:6\n\ud9c4\ude72qs\u0015$\u0000\u001e\u0005H@\u0006\u0010\"8&\u0010\u000bO%\u0002\u0011O?\u0014'?5L4!\u0014b{\u001d*7\u0014\/\u0017\u0746\nH\",4X$X\u001c\u0014Lr|v7r\t\u06497S\u065d\u032b1\u001az\u0013_\u000eqr;LsvsN;4DZ;~V;qR;N\u0188(\u001fkaEh\u0002n?x\u0015\u001c\"cH15|6_iq3\u0703L%R\u0014!\";(\ncZYI\u001a\f:B\u02a7 v?\u0019j\t\u001c Nfv\u0012Z|\u001f{\u0001\u0014a}N\f\u0006r>=\u001b\u000ePFY(\u0005!2=\u001d;|\u0004s\u0006}u\u001cWd\u0472\u04dbI\u0012=)\u0004}\u001f\n\t,\u024c\u0011Ry-C\u079bi\u0012\u0012}\u0381K\u0003{Nb\u034e\u001d\u0011\u0019\u001f{3*|x3{[&{G\u182dwi4B6N\u0016\u0018TYL\u000f\u001fY=\u0013\u001cB[;w\u001bA$\u1a63N\u0017%\u001d+G.}\u001eu:#r\u0007\u0011\u000bn\u001d{\/x\"_lBupK\u001c:@<\t%TfFOF\u0016G-\u0004Hi\u0013\u0014\u001aM \u0638<^\u0019\npn-\f\u001f\u0003p\/_\u2963b;_I\u077c!R \u0005\u00152}\u0015Q\\o\b6\u001bo\u000e\u0007xh\r\"9Cb\u0011H.V\u001c^\u0153{+62\u001b;>uC\u000f\u000eK\u02bd)>\u000e\u0252i\fPb\u000e\u000eGNqY30*zR^I*SPH\u0007d9\u001a\u00ecr\"\u0016\u0010DdE\fuW`uS6t\r@X\u0017,\u0002\u0016\u000b\u0015s\u00053461\u00108?:n9eb(-\u000bs \\l\u001f\u00172\u01d6Q vMQQ.9e\u0000='cS-aUnO\u0294\f\u0017.q2%A\u0005\u0019\u0007M+\u07ddY\u0017\u055f^\u000b\u0017\u04cb\u000b;H\\^\u001a+'\u001e\u0010#{>_B\/(TS)\u02f3\n\u0015\u0015j,BEr\u000b*\u001c>\u0005\u001e\u02e7U'NV\u0005N*nV\u0005n*V\u0005*V\u0005*\u039fV\u0005\u039f*V\u0005*\u000eV\u0005\u000e*\u0001.V\u0005.*\u0003NV\u0005N*\u0005nV\u0005n*\u0007V\u0005\u00138J>5\u0007\/D\u0120\u000f,\u0011}Q}`\td>D\u001fX\u000f,\b\u0011#G\u0406\u00118\u00048H\u0013%6J;|\u0012\u0015x|V\u0012PJbA1h\u07ee3K.6b\u0007Td_\u000f\u001eqR`{iz\u0013<3^SGT\u0014g\u0003N\u000fkr\/#\u000b}\u0002IC[\ru\u0019y?n&~r',0GwK\u001d*\u0017\u04a4ul\u0005?0sC\u0015BEB%T\u000eBB\u000b(J^=Y\u0014CTET\u0000\u00f1qA]&*\bUE\u0005S\u0016\u0015L]TD\nr2*'(\u0289jR@qT 1\u0650\u000faZ{\/n\u0463wCr}O\/e\u0013>,zt=Q2\u0011C<\u001aR(I\u0012\u0191\u0001NV9NRNzww.Nqo=za\f\nw~kL,\u04ad5\rkfH\u001b\u001a#\u0018\u06e9m\u001e~}kzM|4\u0311\u00195&6a0Iv\u0002\u031a\u001eX\r\u0000{\u000f{z;\u001dn\u0728\u00b3\u0018kGE[2:2m\u001eY)\u001f1J^J;\u001btld?cF},\u069a=fH;GnNN,z\"@ Ke\u0493^kGW+r\u03a1)bL-\f\u0016\u001fk2$c\u001aM2O=gN\u078dqO#O-B\u000b\u0016A$P)1\u03d2HY\u06c8Ze=\"\u001b\\Fu45f+|43\u001a\ff\u0597\bnT1VI{f\u043ajU\u001b\u001d{nM\ttT\"@9-\u001ahO>3\u0006P\u001b\u0015{nx|\u0684;\f%nTu\u0001!V6X`TCJ\u001a!{8M\rK\u057b\u0343\/\u0018\u0000\u001a\u000b6.\u001drK\u00062}qEe\\-A}\u031f\u0017D\/2H\u0001,\nh#WVr\u0005P\bL\nd,s7Dx_<{AUcQdWx~9\u0013J\u0187]X\fKQ4|bU\u0015\u001f=\u001e\u0016Eq\u01c4HWiTE\u001dBlJu2\/Cu:&D'7g r<\u00054RP&\u000fo{nY\"_Byo,\u0492\u04120j~\u000fwk\u01a8\u05f45\u001aW\u05f4kZ]\u04e2M;b\u0010n\fe\u05a7M-)\u0000^\u029eh\u001bDHo\u000f[M>dF\u90cc\u07c8\u0017IH\nxphfb\u001f|F\u000e[Om~;Zun\u0017qk)enx5\u6c49\u048bi\u0014^\u001d\u03ba\u029ceeK-#\u0016SjxV[\u06b8\u001a\u04787c\u0001\u0478#\\i|Rt(>a\u0017\"HWL,~W\u0386.NE\u001cS\u000e\\aj^y^y6:-A\b}jUQxX,:\\\u0011j:\u000f\t\u0479qD]87iSqWG]\bp\udad1\ude63Dg-\u0017J2gNfY@y;p\u000bwr\u0016\"\"J\u0019Bs2\"?]X\u0014`\u001c\u00c6\u05252%>1F\u04fb7#\u001fL\uf07f{o;\u0017\u0016=Wu\fi\u9dffS\u015e\b?\u001e\u075a[I\u0015\u0356+j.\u0015S\ud75eut.=Tk3\u001eefD\u001b\u001aFt\u011f|w\/ou3\fgG\u0019q=\u0013\fsQxfIrb^%\u001btF+\u023bd\u07fc\u02bcK\u066fHTK\u052f`\u001c1Ef\u0014\u0555Ne\u0005h=\t[\u0015Xv\u062cGx\u0015\u0014\"8wO\u0001wi9\u001fXs#\u001e*}\u31bf\u0017njp5%\u03a30#W$L\u0446:}\u01a4\u0016^A\u0005B\u0012\tt*SVVVVV\u05adH\u0015k5k5\u000bl5Kl5lyk3\u000e\u07da[3M'b?md{22&P\u038d\u0019\\)&\u059cr]+26u\u000b7uK7u7u7u\u000b8]KGTSSSS\u0011tN\u0002mMoh3\\)%\/$\u045bopuk\/Qq1}\u0709;J\u000e-HL=K'[*rG\u001d\u0004MDttz&=hn\u001fOzr\u027f-W>T&=D2d%3*}\t_!\u001dk!yM=\bB\u0010\u0017x3O\n4u\r\u0003\u0012z9$\u0003|\u001dFZn\u0014)\u001da\rE\u000fi9\u0007\"\u001d,\tTw^\u0011w'F$$x\u0003sB(f\u001f\/\u0432R\u02de\u0001-\u03f2:v\u02e5\n@\u0011HEE$5N\u02ea \u0012{HL\uce54J$'VHRzbeOX\u001dDby\u0014V^\u25c4&Hp:\u06a3\u0000+\u000b|B\u0012>\u0007O\u0003'\tuDb\"#yD~1\u0015z\u0005$}\u0002^Cp5wz>s;zF8=\u001f\u0527e\u0007\u0012\u0018-(\u00060Rf\u0012L\u0679\u0003\u001fK#83^Epen\u0003}pT2;\u0003l\u001cN\u0012\u001b_n>\u0415\u0014n\u0511\n\u0007\u0013Sw\u000e\u000b+\u001cC\u0014n\ue17bxD\n1_l\u001e^ZD*t~\u05fb=_sor\u0004cBp!aQ&Dx\f6$z;0HV@SM(\u0006\tt#.*\u0003H[<379\u0013\u0014\u0004N\u0000k\u0005\u0005 \u001f\u0015\u001c}q\u001c\u001cI\"u*Tdb\u0001<\u0010\u0004,.\u00d32~qq\rX\\{>\u0016}'E\u05b0@rF\u0712nG=\u0319cmj\u06d6Z$X|Mp;>ijmeI\u0013H77Iwl.yCQd4s[Y\u001b3B\tZ\u0198\u0017\u0324\"EgH4\u00167\u0012P,=wtprZ\u04f3\u0019k?O\u067fp(\u00133\u0673'2&Y\/U\u001fGl;:bus-\u9e94\b\u06a6yft\u0580dGGs;Kg+;\u0015`]\u000e\u0010?m!\/\"\n\u0018\u0000\u04a2\u000f)~v1ElN\u0018T\b1\u05e9AX]O*N\u0005K!\u001d)\n\u0015c72z@\u03a4\b[w\n\u0019\u02d6N7\"E-\u009fFX\u3015\u000bT\u0004f\f]'pcWl\u000b&\u0012%~\u0002\fMGc#w\u0019}_\u000bH\u00118{g\t\u0017\u001fB\"q-T!A\u0012&`\t\u0014IJ\u0011R+\u0015\\T.\u0004L)\u0019SiJT4M)ySiJT:\u0004O\u0002SO\u0004\b\u001c\u0011E\u0002i\u0014+#\reRxK,'S|$*ET\u022a\u02a9jXbUDB\"\u03d4w\u0007_\u0007\f=\u0003\nAJ\u0259QV~'e\"_[\u01ce%L\u0000z\u000b\u000e\u000ec\u01d4'*\u06cc\"m0{\u00104i\u00008Fu.!\u06cf\ue4d8\u0012%\u616cP\/{\u0007\u000ezw7b3ELA|\u0014 TWD \u001bP\u0011H\u0017\/\u000bT%T\u0014*SNx\u0132\u068fC?_N)'x)2>s\n\u0010\udaeb\udf80Q\u000b 18\/ E\u009eP\u0001\u0018g\u0099\u0006ho(\u0000e\u001bPV\u0001\u0005A\u001cW\u0006T,~\u0015\t\f])\u0695sVd\u00159\u001fIGjZ\u0010%Fd=\"\u001ei;\u0274104%wZ%XZ\u0006kS|cX\u001a\u0012\u0017.#\b|{wF\u0002gr0CPVN2a&2i\b&h\u0795SIE\"\u0019HF Q,z{%%4\u0005\u06d6+&)\u061c\u0006R\u0014z(K81v?\u0017a\u0015\b*&+`X\u00188aIE5UN 5\u015c\u053bX\f\u0002\u0010!@R\u0006H\u0010B\u02c7\u07760]mOI|s\u0007\u00113\n\u00a5an\u0013z\u001f${{\\Mo\u0012\r\u001f8v\u000b\u04f9_\u000bNlO{wv_\fdmO@\u0015v5B]v\u0002d\u000fjs6\u0574ew\u0007(S\u001a?\\+fC\\S\u0017EH-{\u001d=GRT\u0007|!p\u0018|\u029b\u0005\u001f\u0001>dT\/VZ_9\u0016n}\tbgl\u07eePGx\\\u0003C\u074aC^|\u001a`x\t8\u001d%\u0004f,c5\u0001s\t\u0007\u0005\u0014\u0005\"a\u0001IK^|\u001e+\u02e59f{*v\u038csi.).)\bZ|\u03f6x$W\/r,\u06c6%|5\rqvg].e}\t\u000e9\f!\u0014%\n0[`?XNNr2Q\u0002t\u0000!\u05c5nxeg4BV%z.\u155e\\\u0005\u00032\u001dn\u04b518\u0018~s]\u0002#\u0017s]\n\u0012\"\u0014\u00dc\u001cj\u0119k\u001ag6\u07e7K8\"\n1\u0012\u0467a.Q\u0007gG\u0006\u0014 RrsTP\u0007L`=I3?Jt.\u000f\u05a3\u001dRj`YuL\u0003\/\u05ea\u02aa\u001cY\u0004#\u0010\u001b\u42bc\u0014OA\u0000'\u0013\u000e\u0018<2KBmP\u001cr$\n\u0000\u027fo\u0001=\u0001\u0017#r\u000e=\"kB\/Hh\u0006!\t\u0019v$d&$a9\u0013o\\`k!\\]4+j \u0014)\tM~\u0011\u001624\u000fO5xyi\u0002,F`\u0013\u0675.X\u001dA\u00168B#\"&v\u0000\u0010_)\u0007*M\u0003x\u0004KS\\\u0016\u0001\u001d[dkl<@4\"onD\n\u0011$'0\u0012M\u0011\u001erx\u000e1\uea94@2\f\u0000}-\u0016\u001f\u0011a+*XyXXE\" )3{2_U@,-yP\u0002AE\u0012Q.h[\u0001d\u0005g#AZo\u060cMC\u0094\u00158R\u001f\u001dF^*I\u0003={s\u0003w*ML\u001c(\f\u0014#z@\nX\u0002\u0004Y\u00b1:F(\u0000C|,\u001d\u0005AU\u0012RQ\u0005\u000f.\u0006\u057cKVgS+\u000b\u001a\ud1a5\u0010v.\bHw\u001f{}\u0011\u0000B`(\u0000pp\u0018Jm\u0018{QK\u0016\u001f12C\u0002P8\n\u0014)CI9TP\f\b\ns\u001e{J={-W\u0014DUXfw\u0011?FS7i\r,\u0003\u0015Q\u0013\u001fb=o\u0755\u0586oW}WZG@c\u02a9\b*yu\u0004\u0004:5{\u0015V<\"5U\u0209`\u0011|}\rXB-\u0007\u001f\b\u001e\u001ez|\u001fz\u0720x0c\u0015\u0001F\u00070B\f\u0004A\u0001\u001by\u0001?\u0002#\u000ei\u01d9?\u03d7\u00171\u0011h=\u00114pDN\u0010\u0019wOfyr%_T0Q15C\u0014\t[bb\u0002\u0294@\u0761\u001a@]>B\"P\u0003a\u0003[\u0003a\u000e.\u2e57OQ\u0006M1\u0011M jbT\u1f74\u001eU@\r\tL\\7\u0019=J\u0000H-\u0000\u0002\u0001\u0012\u0003(R9\u03b6\u0003\u0364\u0000T>i\u001b\u0001\u0014!J\u001fOn\u000f\u000el>]j]]\nB#\u0005M\/u\be\u001dN\/yqR\u0001\"\u06ef<\u0010\u001aHD) \u80399:9Q\u0005!\u06c59vw46m\u0006It[\fyR\u0011{\u0007\u001e\u04efA}\u0001<\u0000[PB^cX\u000e]`TF\u0000wk\u0010P|\u01fdn\u0000\n\f\u001aMpR-[2,\"5+QE\u0000&\/$<`y\/61K\u0018\"<| \u0018(\u000f;AK_\u0004 q\u0010\rTc+[\u00a4Av\rv\r\f1m\u0002To\u0628\ry6l4l\u0012oo\u00134\u00f8\u001a\u001b\u0758\u0015_%b\u001dz7\u001d(DQ\u0004~m;\u0015D\u0015\u0004\u0007(z\u05ebk'B8\u0003\f\u0016+18\u0015Q\u0018H\u0018\u0019PX\u001cVqD0iR`2K\b\u0007,\u0019y-&\u07f9,!\f3v$V%X5\\\u0679p8p\u001cQ,:\u0017S\u0005\u0018IJK]7u\u0019V7ofI\u0004[AuP\u0012Au\u0014V7S\bnX^\u0014\b\u0013{\u0019@&;\u0006}X\u0007IW\u0003)_\u0003)g\u0003io=t\u014a\u0001\u0019\u0002q[Z8\u0003|^y?^\u00186_9\u6e77\u0016wP{\\~y]}Ya[[V`\u0016sl<; \\9u\u35bfRj:n\\K{9\u0003d`u!o\u0010-s\u001a\u0012;\u001f|\u001dQ'z\\Q\u00012\u0001\u0004\u00077\u0004h\b>gwA\rY?\r]zh\u0013Rp[@\ud829\udd24O?.@\u07ebej-j\u000bi#dtT\u01fbw\u001dx?\u000fKspq0j}\u001er\u0004|8oGc\u07fd{w?HP&[\u02de\t?[\u00e2k*o&^%:\u06d7M?CyO\u0014d\u052c\u001fwn[)YM\u0710k|k\u001a%ykL,\u04ad5\rkfH\u001b\u001a#\u0018\u06e9m:5HU&dtNnII[GLW6c[x\u0007\u0003\u0307\u051a\fgz\u0003456T2\u0324,?\u001an1\u5380\u065fF?:Sc|O:IN'yC%'k2*o\u0019\u02e8Y\u01986N*\u0005[6\u025b[\u067a~M*AMr\u001d\u0407\u0006jiM,6\u0014U1TKnI\u00135Bfdu)Y:c\u001a7#?,3z\u000b#k{?Ixk\u00107fLD\u0018\u001dZFgQGq\ft(\"Tn'Ji\u028f\u031b6O\u0012`Ht~z\u04f9\u022f\u0001T1\u0002Uh7\tY\u0011;\u0010\u0005O~{\f\u0013q`v=\u0015\\>OoW\u0013#oI\nI4E6,V\u00077@Fcl|-\u02f4$\u0005\u001a\u0016W({y\fx~\u0013?^6Mhw\u0007\u000e\"o\u0007}\u001aL\u014eU5\u0016C3`{l\u0015w\u020c 'Z \u015d[\",\u0005wd-`S\u000b]YO0XD}\u0686\u00073)\u0014\\N\u0017`p8z\u0015E\b=09\u0016b5\u001c\u000b+|[rh\u06d0m\u0679\u0013^I\u001d[^Ki\"ZO\u02e8\u0004\u0647\u0013Fe@xIH*Ad>mhtE\u0002zLD{2\b\/1 e\u0002g\u0000`HTEzY\bh\u0183\u07ed\u001fQ\u001fY\u0016\u032fA\u001f\u01a8\u000fPWXK\u0002f\u0001a`\u0015z\u001fF\u001eywO_M\u04c79s\u03de-\u001cq98\u0006oLMDxp\u0015QDe\u0003*\u001exlj]$D`B9\bTF\u000f9\u0005Hz\u001cx\u0000g\u001d\u0012\u001cIx]\u00047*\"x@N#x^C5~G\u077eGBZ4yJF*eP\u0019o{:N\u0019R#&\u000b\u001c<}!\t\u00056G$\u001e\u001f \u025a\f@&13P;\u0011P3'I\u0001od\u001fC]\u0003iJN{\t((\u001dp\u0005l\u0003y@X\bF!v\\\u000f\u001f\u05979\u0007\u000f\ua14e\u0005\u000f=h&\u04ce\u000fE}EG\u0002\u0007\u0019s\u06e2 \u0018\u0015\u03b5b\u0005*`\\$y%>4^.Gc4 '\u0019pH\t\u0684%\t>\u0004\u0012=\u040b\u0238P_\u062c\u000f\u000e#m_}Ib[%I\u020fKr$n\ua5e4~Ib\u001bsQ,O:3\u072bP\u0013\u06a3\u0000+\n\r>\tI\u0001O\u0004mx \u02cc\u0007m.e>wp\u0732<{!4@\u0002\n\u0005\u0015s\u0004\u0747(EZ'w`h\\o}7V\u051b\u008d}SX\u0017u;\u0717A\u001au\u0168O{\t\u0015\".\u07d1h`|Q\u0003\u07c4p\u001b0\u0010|\u000e\u000e.A\u0002\"bwimHH\t_Tp'7=glje&\u0004MC\n\u0002~N\u0000k\u0005\ud2e1\u0016|\u0118-d\u0501\u00199\u0015A\u01a0\u001e\u06f11(C2 \u01a0\u00061(Fs$_M\u038e#r\t\u4ed4\u0004nTG1\rV]\u0004\u001d o\u0007\u001c \u0019\u000b|jw$\u001f\n\u0015C*O?d.:E\u0006Rg\u0002\\=|\u0000\u001fY~c\n\u07dc\u00123\u0000\u0019\u001cQ\u0013\u0005\u0016xv%,T;4S\u0014\nod`\u0002\u0019:C\u001fx%%-[9\fF\u046c}\u000b\u0019q\u0156T8f|\u001c.+\u0005#\u00122\u0001a\b^u9<\/&?JDt-T!AY\u0012(\u0014(\"B$,WJlRjJ\u00120dL)1SjJ\u0494\u00126M)SjJ\ua51a\u0012<\ndO-~J\u0005%PID\b\u0004P(\u02ac\u0311FuE\u0004Rf\u0003|Y%\u0013\u00a9T@>rR\u0011)U*(J\"W\\WK\u0012Ohw\uae6b\u0173O,\u0004\u0016\u057fW\u001c\u000br\u0001%\u000ec'*\u06d8\"@m00Z\u0013!h\u0000pjsmD\u001fg>EJ\u000bZc1wR\/{\u000fhc?fC\u001aLv)\u0014T-Ydz0{UewZ[ZX}\\trV\u0619<\u032cL$8{R.\u0001\r<<@\u0000rF\u0619<\u030cl\u0210}?K\u0387\u0015\u00c9\u0019L.\u0019DKF=@\u001cu\f3+\u000b0\u0004MK\u0016\u047eSXcVr\u05d92x \\G\f#x\u000e;L)e!V{\ua544\u0014#o$\u0005@j&}Ng)J81to(\n+h6R>SSl(3|neC Z|8)\u001ds\u02cfm&CKJ\u0015\u0568\/e\u05d7\u001c^\u0004R1\u0017\u0019k26kSu \u074a}Z|\u001aF\u0013-!x4c\u0019\tJ8\u0000,(p|\u0010\t\u000bN\\\u0002_X\u0011^.\\*>]bsa.(.I\f=tA_`\u5b25\u000bK* *\n\u067duev)K\b*\u0015bL\u0773[\u0001\u0016z\u000ft'\u0010p1\u0010\u0017%\u031c#N Y\tW\u019c|f3FZ\u062a@P8R`@&]#\u0018S\\`O~sC\u0002#\u0015s\u0005]jaN\fhuM8>uC\u0019\u0015Q\f#\u0011~\u001a\u01b4\u000f\u038e\b\u001e\u0001A(G\u000eh!\u0013I\u0018QsqvH\u0017S|.4@SKy#`\u0006\u0006\"#\u0011\u0002q\u001e\u0014s`\u0003x\u0620\fAA'6\u000f)\u0006J^\u0001 M\u0016\u0000\tS\tH\u0018p!\"W>;\"&Dn\nayHBaB\u0012FpK\u0004[!\u0005ID4Wc\u0002^kRal\nB\u04e8]!SO!kF_\u0000\u03be\t,z\u0007]\u0002\fY#d\u0014\u001a$\u001c\u0019+y7u\u0000xJM9\u0018Ti\u001a\u00019%L\u03f6\u0001h\";c\u0001A\u0015\u0019I\u0011E\\g:%t\"xzT\u00159P\u0007Rv\u0003*2n\u0003\u0007sq\u0314|\r{&\u0010\u0002Kj\u001e@,\"#\u0005${ZfK\n\u0012%\u0000bB.\n\u0019@Z\u001e\tzfs42LYJqi[\u06ef$@`j$\/\u07db\u001eTi\u001fWg6?f\u0010\tH\u0007{\u0006S\u00169\u0003R\u01daU\u00168-L%p\u03baV\u0016\u00194\rG\u000e,\u4cf3#{\u0004NIHE5\u0016\ue7f8\u0018T.YM$,!\n\u06f0\u03ba=y\u001ew\/\u001a@\b\f\r\u0000\u000b!\u0546av >aH!\u001a#CJ\u00140L(P\fQzeGP#pSSLF8\u00010UC{*M(\u000e\u0180\u001b\u0010Y\u0006zWFn^!6]imFy[J\u000f4&EP+@V6\u0002!]o}J\u0004[\u001b\uf4d7\u0004\u001fd7l\u0018|U\u00128X\n\u001d\u0017G\u0423\u0006\u000b_<:\u0011h\u000e?\u0011\u0003Y\u0584\u00134\u039a7G\u0019\u0000OE\u0000\u0000\t\u00014\u0013\u001cA@$\u0000T>i\u0017\u0001H(T$\u05f3\u0011:\u0003|Z\\\r-s)\b3hFm@i\u0550\r\u0350\u0019D\u001f\u0011?V-\u0007,\u0007,p3=\u0003O\u0003}h\u0003>DX\u0014\u0478\u001bK(f6eY54}\n\u0005^<\"OQgq\u0005M:=P\u0550\u0005\u0012Bc\u0015i(\u0005\u001c\u001d\u001cXN\u000e.\u000e\u0018\u0000\u001c9l(i&V\u0003\u0004-<\u0007\u001e\u03efA=\u0001<\u0000[@B^cX\u000e]`LF\u0000Ewk\u0010Pta\u0000\n\f3\f}4S+S1qp\bD\b\u000eX\u001ac\u0006ns\u00183731\u0006\u0631\u0004\u01a4A\u0283\u0006\u0006e\u0422_\u001c\u0004 q\u0019zVT\u03e4Am1L\u0006\u000b1]\u0002h\u0628\rym\u001b6a\u001a6Do\u0012xm0i`\u0017qK\u001a3m9L\u0007\u001b\\]^\u001f7V3m[9L[\u0007\u001b3x,\u000e@m\u01a4\n{\u038ay)\b\u00060'r\u009b\u0017\u0013>x\u035br1\"Uh0\u0011\u02fb\u000426\u0018Q!dH\u001dP`0T\nLUh\u0003\u0013\u000b1x]\u0002TG!9\u001ejE\"\u0007U\u00152Uw\u000fTl\u0016\u000ew\u04a3\u0007%jf\u001b#dz\u00022+wG\ub310EW\u0016fn\u00124I\u0014b|\u0018}}d|)U_\u0003\u001b\u0258${&fy$KL$M\u0019p^\u0016GuK$#jt\u0018w-(F8\u0012>yH\u025bgBZ8'>{8u2\nN`\u0015}o'\"R7lo\u00bd:\u03d7%4>.A\rK\u00052.A#K\u0012\u00124\u0004y~\u07f9_m];1ubHj\u01caHhj\u0006hWg`\u01c1\/F\u075dG\u001f9fzz\"\u0000'7ecG,\u0011gV>zcb0{g}\u001cS\u0019z~<\u0017\u0000eJ\u00e7T'\u0010|o\u0016|\u0000\u001e\\\u03f7Q'.\u0016\u0000\n.6\u001fRGR5,Ql\t\u0001?@E\u0003EY;W\u0015%ARbEM\u017c\u0005d\u0003\"Co\u04d9BxZ`\u001c1\u0010=\tu\u0013<\\R=\u66b7}3c>\u031b\u0019 d\"0GP%J\u0011Tm\u01e2\u000f3\u0016\u0005\u0017:\u0011i\u0004D\u0018\u00002I5`\f\u000b&\u0182;\b\u001a\b\u001a\b9\u001b\b{\u001b\\(MW\u0018\u000f\u0018&\u5b055\u0001,cvbn^9;g;\u0007+{=,vm}\u001e_v\u2c2dy(R0\u0018zd\u000e[\u001d\u07e29\u000buF-\u0014tt7qY\u0013Y\u000fvF\u0010,P9\u000e\u001d\u0013_\u0007\u027d>mnP\u00006\u0001f\rB)x\u00050\rq>8&.\u0dac\tg\u075d\u02de~D\u0011#=^\u001b\u9b35\u0016\u05e7\u001d\u001f>V\u074d{d\/OjQaD\u000fJ'xi\n?9X|z76b\r9\u001c_\u0013\b9j=Rt&G~\u07e9m\u0167~f}Jiq\u0116\u7b760dC5\u019d\u0019KS5fTi\u06943L\u0007\u05f7\u001a\u0004n-*ifL_*+wi\u0226\u00007(!\u0003^Lj\u0003\u042fuSu\u001c>,\u000fc\u001f7 \u0019\u00076%G^_G\u000f\u04c9`XT6E\u001e\u02e8\u0018\u001c7*\u0005[\rTLUE]R\u001a\u0000?PUC5uca\u8e21&\u001bqOH#9\u001bu_\u000e(tri\u0016\u0018C?Y\u06a8\n\t^\u0012o\ud94d\udff8\ue4b6\u0006ac\"(\u0469\u0011ot\u0019t\u001b\u000b\u0017\t#B\u019d\u85c9RxoMYf'\t}\"TcLr\u0013$\u0011\u0002\u0575V\u032c\u0000W\u0005L\u000bD=$\u07c7\u02c5hv\u0006$|\u0012?\u0003(A$\u01d4U\u0007z\u0011\r\u0019\u0011\u000b\u001baK\u0012\u06f8\/Il$qI_\r\/Ils?~.je\u001aI0}{\u0015j\u0002?R{\u0014}EA\u0007_3!4I\u0005\u000f\u0017d\u0019\u0350'vH\"G;A\u0002CLzq!\u001e\\\u0013-6\u0005>P;x8=}\u001fe\u0307.;#<>6,o#9^%\r;1\u1f00>Bv\\$A!Ji}\/w3<[_MD\u0006\u0014n4r_\u0182=h\f]\u001f-?'F\u0005\u0017O\u0010<\u000f\u000fv\u000eF\u0003\u001b\u001a.&\u06c0\u0005|\u0103}\u0007e|\u001bS`K\u13e4HWZCb\u0019\u0012\u0012iB\u0017\u0015\\\tU\u0699\n(\u001e{-Sy\u0550\u0000\u0014j\u0001c\u0007c\u0005 +0f\u001d\u00199u`oFNE$\u0017j\fd\f\u02311(n\f]\u001c7Ms$6^v\r\u0013;mMUE\u0451\u69d5z2`tK#KcQQ\r\u079ct\u0007\u000bZYD\u000f.~hfS~Au~\u013f{)\u0001\u06c5N\u001f+\u0011nFn1HrEQN>\\\u001d\u9f488@9~f1s\u0004iH>\u000bd,o\/YL\f\u000eL<`\u0368\nU<{\n\u0016\u001d!\nS\u00057*r\u019cJbh1f\u0014].`IT\u0015B3V\r\u0156C8V|v\u001c,-+4\"y\u00112\u0001 N8\u0002\u0011\u001b\u001a2{,r\u0164C\u0005*$&2\u0010X\u0018b_dF-8JM\u024eRS\u0514\u0004)5%DJM\u0251RS\u05144)5%PJM\u0254RSb$(YJlR*(_J\"\"$ eJe\u0004Mfe\u026c+\"n2\u001bK-\u0017=\u0002\u04a7K\u0000\u0220RA1T\u0012Dh\u0002_\u001ex\"\u013d^u.W5\u01dfXGe\u0002K_GC\u0005Lxq\u0012\u0012\f\u000bBkL'[3lfi\t2j\u00008\u0000\u07b96\u064f3\"\u0005-:rvGQ6j'z\u001f\\'\u0001\u000bm&\u0010JR5m\u001c,\u00104-mZNai(rbxs}XA\u0004\u0018\u02bex\u0002;\\\/M_!V{\ua941\u0014#n$\u0005@j&Mg)J81tqo\t+h^>Rl%s|nne+ Z|8)\u001ds\u001cbQY\u0011:%\u0001d\u0012=\u001b`$\/\u07db\u001eTi\u001fWg6?f\u0010\tH\u0007{\u0006S\u00169\u0003R\u01daU\u00168K%p\u03baV\u0012@X\"#6\u001c9\u038e\u0011$;%!\u0015XbP$=~\u00124,3jt\u001b\\Y'C}x;S\u0003}!\u0001rq00\u0015Gu\u0006.Q|\u0006\u01d0<\u0005!8\n\u0014\"C:s\u0014\u07a1@\u0019\u0011\u0014\u07c8<\u001cz\u00146N\u0000r(\u04433\u0015\u001aIw\u0014\u0006\u07002\u043b2\u04c4wBIwJk7\u02abFVz1)\/^i\u0005\"S\u001fFw\u0015 \u000fIzSBJ]\u0004x$ a*PBWw\bp>\u0687\u0002*<\u0015`F\u0000#s\u0001\u0018\u0232&q\u0584y\u0001=\"MiZ=\u0647ELdX4D4\u0198pDJ\u0010\u0019N~`S\u000eE\u0002{\/2\u0018Rj)\u0012]5\u0004)\u001bzC5\u0015z184\u0000\u001063^i\u001a;]y\u001d)Y>G\u00194E4\tQyT5\u00036$0s\u0000*\u02a3\fa\"@\u0000\u001aSTvfrB\u0000*\u07f4\u0000b\u0012AJ\b\u0001l>&-5\u0014\u001946\u001cZ5$\u0306fHB\f\u0348mV-\u0007Y\u000eX8#g{\u0006V\r\u0007\u0019\u000e\u0010aeQdn,[\u0015U5]\u0719+\u03e9S!g$|n\u000f0\u0014~5$XE\u0006J\u0001W\u0007aG\u0007\u0003;='}0G\u000e\u001bb\ty\u0000;n!O}~Gk\u0010xt\u001fa\u0000\u000f\u0016'}\u0018\u05aaC\u0017\u0018\t@{\u0001jNw\u001b\u0006\u00000\u0003w\tNt6M9S=x=\u0016\u0001\b\u0018\u0001c~aAf\u001dc\f\u0014w\nb!k~Ah\u046fN\u000e\u0002Z8\fT=b+^o`v0\u001a,w\tPa6m\u0618\u000f\u04f0\u0006\u0017'~{h\\a\u0007\u0386PwXp0\u0003\u0018#^\u0014.lj0j\u00051H\u0001C\u00cd5L\u046dZ?\u0000i`c\u0015+18\u0015Q\u0018H\u0018\u0019XYq;\u00115\u001cC\u0017\u0013>x\u001bq4W]\u0014B\u001eq\u010eb%Y5\u0100\n!KDw\u0006S\u00152`\u0007&\u0016bx1\u023b\u0004%Br<\u054aD\u0019\/\r*\nP)PUw\u000fTl \u000e|.#\n%jf\u001bfzR6]\u00195N\u0016-H%h<)\u010a0x5\u001dR<\u0019\u001861\u0015ILH\u0317R\u527923$k,\u000bHG*Y1(\ngQ.p$|n!eW\udb03\udc937\u03deqR\u000bO*}q8e\u0015+NE\u01b9nK|X\r{\u0001u\/K@i|\\\u001a \u000b#e\\F 3\u03d7%P%hd\t2ls =gwvSc\u0018\u0150\u050e\u00150\f{\u06efH\u0003Qq;K_\u001f;'>s\u0018\u0001NnJE\u001acxEsVT\u001e&>ow\ufb1e#z*C\/\u068c\u001fLi4\u0004R>c\u0004z:qA\u0006\u0000Tu\u0019@\u0265TkY\u0012\u0002~\"]z3\u0007^Nw*\"Kp\u00cc\u010a\u0004\u000bpd\u0003\"\u0019Eo\u04d9Bx`\u001cC\u0010=\tu\u0013<\\R=R\u06be\ff\u0006\b\bLp\u0011TR}\u0004U)\u0000\u0019\u000b\b\\qfm\"e\u0000\u001a0\u0006\u0005rc\u001e\u0004]\r|\r\r\r.\u01e6+R\f\u0010p\f\u0013r\u009a\u0000\u0016er|J17\u0343\u001e\u0016V6[>o\/sq\u05bcr~s\u0014)\u0018bew}{\u03ceo\u045c\u0005Uu?bj\n:h\u001b\u07b8\tc\u0007ouG#\b\u0016(\u001c\u0003^6[7(^v`T3\u0006!w\u0014K]\u00068eg\u001fzho\u001cf\u0013Rp[\u05843LLeO?\u0011\u001e\/@\u06cdtZj\u000bj\u000e~\u001f=ykrxL'pq0v|t\u001e3\u0004|\/YoG\u0007c\u07dd\u0007L\u000b\u001f\u0013~4E\u001f\u001c@YlAWz\u001b\u001bu?\u0007p1[\uf45a\u001b3j?SR|zU\u000b\u06e7$F\u001fy>\u00d1\u001d\u0090\r\u0558\u001bwf,M\u0558)SmiS3\u001d\\jr\u0013t2\u0017|z4\u0319T\u0719!\u0006\u0003AO0bT3\u001dKc\u001b\u001e_\u001f\\\u0001\r?j'\u001bGxY4$9\u001eZYD\u000fpS`XT\\tpw}Gnx\t\u0015C\u30a8AKz_z*\u02c6_3\u001dh0tPPE\r\u0178EMw\u0011\u001c\n&\u06c5\u001c2\u001dq:OR\u00055~\u01f3uP47RP\u0019E?qYL\u01b3\u0006\b7\u0019B\u0014\u0019\u02f0Y\u0000\t(e\u0005_LEY& \u0001\u0014T(1%yBe0\t,6dBhN\u0002-XMDYfC\u0000i=:DEb0~zzc>\u001fQ#\u0017V\u030d\u079aw0fD\u0004B\u001bOoV_nx;\u001daoqLm%*x\u0460B\u0017}[\u001bqt<9FzB_?eu\u001787dOx\/:N4\t&D{\u02af}\u0005\u0006,5L2b\u0003u\u0004!\u001e\u0003,NaYz6C;.&J+\u0014?m\u07de}8DytA\u001a\u000b'_\u0006\"V=\"\t%XilW\u0001bM\u05e9\uad08&\rL23Ou\u0016\u049ay\n3OW\u0016Q\u0011\u0013XP*@h>\u001fixEb\u0004Tn{S\u0003z\t0\u001fE\u0001k\u0002 \u02c8\u0775=d[\b4da=6\u001fA\u001fqKy\u001fI[#l\u0006\u0004\u0002YK?\u0015CQQ\u0002\u001d0f\u000e+#T 9\u0017}!r\u0001c\b\u001caD\u0017\u04bb$-\/s\u0004O5*\"x\u028b#xZ\fCvR9\u001a3g=!m*\u0019#UzO\u048c`=aS[gw\u0019\u0016\u04a3\u000bg*\u0002bxp'=m\u000bK_V:jw\u07e0zO\u0001\u05228}8 ,N\t &M\u0000u\/<^\u0013ugln#!-\u001a,\u001d\u0011J\u00193'\u000e\u0013H;=\u0007__%pHry6G$\u001e\u001f \u00183w\u0015$=\u0002|:\u0012&\f\t\u0002\u0002>_\u0006d:z\u0013Of\/\u000b\u0018\u0006$a\u06c0D1\u000f\bB\u001c\u001e>\/s\u0006\u000f\u000b\u000bg&]]\u010dW\u0000.p.x\u079e%H\tEvO@\u0328\u0000\u0004\nD=$\u07c76\u02c5hv\u0006$\u0011?\u0003\u001eAS$\u73e0T\u0007z\u0011\u0018\u0011\u000b[a2K\u0012\u06ea\/Il\u00fe$qIy_-\/Il;?~.j\ua3d7eZI0};\u0015j\u0002?R;\u0014{EA1\u0007_3!\u0274I\u000e\u0017dY\ud842\udf50'sH\"bG;\u00d7A\u0002cyq!\u001edP\u0013-6p>P;x<}\u0017e\u0307.;#,>6,7#9\u07b2%\r;1\u1f00\u03acB\u0011t|$A JiE.)3;[_M\f\u0005\u0014n4r_\u0182]h\fR]\u001f-?$F\u0005\u0017O\u0010q<\u000f\u000f,\u000eF\u0003\u001b\u001a.&\u06c0\u0005|\u0103}\u0007e\u000bS\u0014`K\u13e4H\tZCb\u0016\u0012\u0012iB\u0017\u0015\\\tU\u03c9\u0699\nh\u06e8e*8\u001a\u0012\u0011 3\u0002X-``\f\u0000ddtLug$\u001f}i4F\"x\u001b c#H>\u00158T\u0017G\u0011sT\u000b9R#\u0014xTsx.>!;\u001e#|0VUVmf\u0013ZUf\u001az]1\u0001rrr&\u0007\u031c\u0017\u000fP4~VC5<\r\u0001?T\u0004\u04bbGw\u0006\u077cT\u000f|Z\u0005=\u001fZ.h\u000e>F})[\u0002}1\u01e2\u05ed\/T\f\u0019E3\u001a(fBUvO\u001f\u0003h\u0002>%\u001d\u001e8F\u0013&`*\u0000A*:q\t|ecEx07gsDr\u03c59$1H\u05a0{\\\u001dKYKo\u0017T@U\u0014;uev)K\b*\u0015bL\u0773[\u0001\u0016z\u000fe$\u0018\u0002.\u0006\u0002\u0114Sq$\t0_=\u0298l\bS\u000b[\u0015\u0018\nWjt\u0007u.GV0=\u001a\u0007#onH`b +RM1\u0309\u0001N\u047d\u001a\u0019\u0767nH8\"a$O\u04d8\u00118 9\u0014\u001c(hA:obBX=\t3?\nt.\u000e\u000e)bqu\u0296\u0159\u0006_zv)\/rD\u0011\u03000 Wd$B \u0383b\u000es\u0018\u0013\u001b!h9}Z9>@\u0252\u0003\u04a47\u0007\tS\tH\u0018p!\"W>;\"&DRwn\nayHBaB\u0012FpK\u0004[!\u0005I}>\u001e\u0013S\u00104j\u0017aM<eZU,\u0000\u001e\u0011z|\u000f=jP5c\u0013\u0001\u0003\u00181eM8A\ty\u0003z\u0004F\u0002\u048ez\u000f\u0230hIo\u001acD8f\"?j}vwgzy)}\u0007O\"g=\u0017(VV\fS$j\t(S2\u0002L\u07e1\u001a@-7\u001eG\u0006\u0011\u0006w\u0006>+McG:;\u001es\u0013zASd\f]D\u0013\u0010U8\/GU3PlC\u0002<\u000e\u0019=\u0000|:.\u0002\b\u0004H\b1H\bjo\u0007j&u-\u0004iN\b FJ\u0011$l#T\u0014\u001946 jHfHB\f\u0348mr\u0003yh\u0003\u00168\u0019\u0001U\u00c1<4\u0001\u001f\"dx\u070dT\u0014t55SWT(J\u0015y=:\u4302\/xiR\u0001!\u04ef\u001c\u0010\u0012HB) rq\u0010up`G\u7137\u0012aU6\u00144u\u0013z\u001ctB\u0016C=J\u0003O{5\u0007<7\f\u0001\u2131\u0014\u001aZu\u0002#4\u0002(^;\r\u0003P\u0000dA\u0004'0+\u0358\u03a0[Pc\u0011\u0011\u001a>^MG2*O\/d`t=\u0013<\u0012Tybn&&\fZ8\/#%\u0012Jwx:i;\u029eYK#\u001c\tazHY~2e7\u0004Ox\u0742\u000f\u0013 \u05833\u0005\u001d\u001a\u0000Paf\u0003Rj\\J&%-!)\u0015\u001e7z(W(Kp\u0003\u010a\u0004\u000b`ec|7~CL^t1^\u00140Sp\u0013~\u079d6N\u0010\u076cM\f T\u0003@R6\u001a\u000b l m n op<6]b@~c\u0016\u0004)[\u038fWy\uc735l\u001e}y{~\u065d\u6573vH`\u0014+\u001b\ud4fd;l\u000eo}v<,o}>\u001b\u0011SSFeM\u0018sgM>x\u06ef=\u001aA@8(wlO|\u001dP'\u067aA\u0001\u0004\u0004\u00077\b\u0015\\4\u0018);sG{0\u06f2&abvw.{\u0011E\u001c\bx\u0001n\u0592V[Po_vDFXuv7[\u0013g\u0004?E\u0011=,;&{zk\u001f?:x\u001f<\u0617\u0004e?\\(),*n`\u0005b\u000f\u000b\u0016\u06085s|I?czQ\u0013W?\u0516C?Z>%4\u00197y-\fPqgjT2f6e~nL=*7A'\u001by\u0367\u05e8I\u00dcKu\u029di\u001ai\u001b>\u001bbT3\u001dKSM\ri\u001e_\u001f\\\u0001\r?j'\u001bGxY4$9\u001eZ:pS`XT\\tpw}+\u001b'^B iR\u001eun*^\u02b2\u0017L\u0007\u001ajn,\f\u001d7\u0014TdC1nQ\u0013\u001di\u000471\u3fc2Iv!L\u0007!}M5*9;U\u001d\u00192\u01cb~|g\u0017\rh\u0011|od\u0017\u0019}93*)2a\u0007\u0000\u0012xQ0\nX}\u0018e\u0019MLA\u0003<)PbJP(`\u0012Yl\u0015e\u041c\u0005Z\u04db,\u0306\u0001\u0010zt'wD\u0012alovK=|\f?G\/\u001bo5`\n\t46\u0704v;\u00a8lJTAQ.>y7xds~$\/qbo]^t\\#iw\u0013M_\u0019\n\rXjd\u0006Fq\u0016\tB=Z\u0007X\u00b2\u001amv\\sMV(~\u001e=p@\u0149J4\u0016O\f[\r\u001eEl{Dh\u0007\u001b\u0013\u001aK^<=b\u0003ua\u015aSi\u0011M\u001aRJSf\u04d5Ed!V!>#\n.\u000fG#^Q1\u0001r\u001e\u0014^3\u0307zU52\"uwm\u000f\u0019\u0016\u0002\rtzrO\rGGk`b~v'+\u0001\u0001`Z\u000fo;\u000f\u0007vO_.MQ\u0019\u00b3V\u0007\u0477GA8F\fx\u001ca\u000ehX(\"\u06f2aGuuP\u052c{y\u0007L\b~153\u0007=O4D\u000e3s\f#(Bzeen)FE\u0004Oy|\u0004Ob\u000e`X3G\u3d53v,'M%cJ^\u0011>'l\u000e\u001f?_ztLS@\f\u001fN\u4f7bais=\u001evPgQ\u001bTp)\u07b9?Z\u0019\u000f4\u001c'v\u001dE\t<\u0001d\u0484\t\u000bxS\ueb1dw{$Eevo2T)r~s~\u04c1w\u001a5YxQ\u02f7\u0004\u000e}\u0011%99G,~w2F Z^&\u0011\u04d1P7\u0011P3gD\u0001gd\u001f0]\u0003i:Nh\t'\u0019p\u000f\u0005,\u0003q@\u0007F!v\u0010\u000f\u001f\u00d79\u0007\u000e\u0005\u07e1\u001dHiG\"~'Cw#w\u00031AmODL\nTY1\u0002\\\u00150-H\u0012$|\u001f-\u0017\u03a3}1\u001aG\f8~\u0004\u0004\u001fAS\u001eExc\\F\/l\u0007\u02ea\/Il\u00fe$m$j%\u0016~I\u00127KR~;$M?^i'\u0019U\toHQ\u0000\u0015\u0006^\u001f|\u0344$|'I\u0016<\\e\u01036C!H\u001eA\fw\u0006\t\f2\u01c5z\u0003\u0012r=OO@Y\u0019}~Za?p]jvv$B\u001eZ\u000e\u01c8\u0198n\u0003>\u0006J\u0192\u0004xu\u000ff\u074c\u076fP\u0173`\u06a1\u0011P]>Up\"Gn\u03d8T\u0558BSHJdP\u0006\u06ae\u0010\u0017A\u0004[r\b\u01c4\u03c8\u00cc6dv^$\/\"]&@S\u0014\tg\nl4e\u0017T8\u03cbIR!\u00011]\u000b,UHLdV!0\u0006E)(\tK\u0012[p\u001dG)\tRjJ#DI)iRjJ)JIP\u00a5TPDDLI@\u0294\b\u001cYYWDd68[^=\/zJ\u0005O)\u0000*\u0015Ab$\"Jyx\u0005<*DR{\\U\u001c\u000b\u0018QL`\thuA\t\u001c\u001b\/N^\b\u0015\u001ba1=\u0014]c\">\u0659a6LkMGQ\u0003\u03b5\u0011~\f\u0016'\/h},I>Lc\u001fQ\u05e3\u0018>:%\u000fWh3\u0665HW1%\u0010]T\u001d&imZ!r\u0452\u0014<<Hh\u05a5hcl\f]j8W\u0017o\f%Bd#\u001e\"n9\u0010\"\u000f3\u0010+\u000b0\u0004MK\u0016aSXc\u0010VrUE\u001efU\u0010.#\u0011|wcky\u0000UQguWz\u055ez#4\u0148[-I4IgY\u0012Nd|\f\"%n\u0002\n%-DQgN*DQVv\u0012\u000eB\u02c7\u0001=h\u001b!*Uo\u001bS\u0012\u001dN.\udbbd\udcfb)T\u001a\u001d\u0000%\"\u001dpd\u000eA\u049fl\u0017\u0010\u001d\u000f\u0011D\u0018wv\u0016\f*JtVe+\u0011\u0015\u0013 \u0017,.\u001b~z1\u0000eJjl\f?T\u0010CEH-{t;(g\b\u0012\u0457OI\u0015uhI9\u001al\u0698c\u0597@*\u0006\"OMB\r\u001f3*;\u0625\u0627E\u0001^o4\u0001\u0012G3\u039a\u0003\u0002\u0746\u0007\u0000%U.:\u0015\u071c\u03e5\u0012%&?\u0017 9\u0773-\u001fO\u0017X\u0005VZz\u0002^5+KQ_$GP\u0019\u0010c\n\u0005\nXGC<;\u001f,1eT\u001ct\u0002!WOp7231V\u0005z.\u001aM\u000bQ\u0015tH\u001b\u0012\u0018\/HTS\fsb@\u0013gtoqF\u001b\u0012\u03a8b\u0018 \u00175}pvD(\u000eH\u000e\"\u00057G9\nf@\u000b}\u0010VO\u00025C\nX\\dsq\u0001\u0017m\u0000pr\"G\u0014 ) Wd$B \u0383b\u000es\u0018\u0013\u001b!h9}Z9>@\u0252+\u0000$\u0002 !{0\u0001\t\u0003.D\ngGD\u0584HZNXMA\u001224\u000fI\u02363LH\u0088\u0016~`k0d Wcu\nbS\u0010F\",di\u001eghd\/\u0000g\u0004X\u0016=\u05c3M\u01aeg\u0001\u0016\b5\u000fG(4H82Wo\u0000\r(00 `NEF\u0003@2(I\u03f6\u0001h\"bR\u000b|-6\u001e.\u28a4B=)\u0014[\u05e3RNU)\u0018eR\u000b\u0000}-\u0016\u001f\u001eI=3SU\uc65d\u0000\u0017\uf663j-:TzZEF\u000bP20Vg\u0000YjA\u000b{$D0[J-~\u000eX)+p^>;\r\u0015zkU\u21d3\u000e9o.z.Ra~LTh$L\u0018\"\u0001~`\"z@\nX\u0002\u0004Y\u00b1:F\u0001|vv$| )\t\u0013\u0017j%euFn\u00d2\u000b;y\u000f\u001dogoj\u0000!06\u0000\\.\u001cT\u001b\u067d%\u000f\u0018\u0019Ra2\u0014G\"eHg\";\u0014\/\u0003?\u001cR\u03deb2\tQ\u001d3v0zB#\u0080\u001b\u0010Y\u0006zWFn^!6]imFy\u06fe\u04aa\u0003Iy\u0011TJ\n\u0004?^ieC+@\u001e\u001a\u05a7D\b>yIAv\u00c6WU,\u0000\u001e\u0011z|\u000f=jP5c\u0013\u0001Tu\u0001\u0018\u0232&q\u0584y\u0001=\u0002#\fNiZ=\u0647ELdX4OD4\u0198pDJ\u0010\u0019N~`S\u000eE\u0002{\/2MZj)\u0012]\u0005S_\t(S6\u00025}j,\u0002u\u000b\u074a@\r#\rl\f|W\u018efWu\u0010w^}\u7b96OQ\u0006M1t\u0011M jBTt\u001eU@\r\tL\\;g(\u0003\u0018\b \u0010 !\u018c\"#\u001dHk&u-\u0000 |.\u0002R\u0004)Ig?#th.\u0546\u0014\u001946 jH\u0406fHB\f\u0348mZ\u000eY\u000eX8#g{\u0006V\r\u0007\f\u0007|)2q7RV)3\u0012IQ\u0007\u0010:\u06ef<\u0000\u001a*\u0012Q\n:\b;:\u001cD\u001cQ9!\ueec59rwP\u0014M\u0006\tt[\fyB+\u000f<_\r\u0003x\u00008;\u01b0V\u001d,\u0000 {\u0000\u0014\u0000\u0019f .IU\u0290q\bD\b\u000fX\u001ec\u000b\rb~7\u0018c\u001dMS\u0010k\fY\u0007w(\u001b\u0016 \u0005@#z&\r\u001am5a5Xu\u0012FFmk\u06f0a\f\u04f0\u0006\u0017'~{\u01ca_^9XP\u000f\u00150m#1L#\u0007\u0013=]\u0002\u05f8\u0576m0i`\u0017cK\u001bja\f\f+Bzcp*\u001e\u0015\u00030jfL\u000b\u0000\t@\u0144\u000f^t*Ie8YV=N\t\u001dK \u0003ij\u0001\u001d\u0015B\u0001\u001d\u0006S\u0015\u0006R`B\u001eXE\u001e\u0012Z<\nV+\u0012[<0\f\u0002U\u0015y@Mp,=\u0010Zf1V\u0016'\u0018-\u0700xj\u0002\u038d4\\:iB\u000fW\u04d1\/\u0293q`#\u00193X1d,|)UgDy\u011c!Y\u000feq\\DB>R\u001aO'qGyS8ri#s;L\u000f)\u000b\t},ZxR\u9cc7Sy-3\u0004\u0006\\v\u0002\/2-u_:\u62fdj(\u000b|Y\u0002J\u0012\u0530\u0004Y\u001f)\u00124\u0004y,:.A#Kg\u0005I\u0656\u07df?\u06f5s<\u001aSx.vyfw~Ez\u0006v\u001c\u0789^b\u001c)>y\u000ecoH<\u0017'\u0012\u000fprS6\u0016\u03ec|\u0014\u0012xf8v+\u0016\u000f\u0013\u001fXOwVO\u0011=\u0017\r\"\u0011\u000fP4|Iz\u0002|\u001cn\t\u0010|\u0019unq\r\u0000b3\u0001)|M.Z\u0013\u0012\u0156\u0010\u0013\n\u000f\u051bYD=ZusU\u0011YB dYBKh5HlpA2H\u001e\u001bg!t&\/\u0010\/ \u0018G\u000e|OB\u0744>\u03e37\u05f9T\u000ffm\u0318\rf\u0006\b\bLp\u0011TR=\u0004\u057c\u0014a\u01a4B'\u0002~;m Y\b{\u0019@&;\u0006}X\u0007AW\u0003!_\u0003!g\u0003ao\u000b\u0014\u0003\u0002\u001ft&Eu~\u001cR+g}g`ew\\\u001c5\u001cE\n\u0006X]oasx[4gAy\u0768\uf3d86\u001a7.k\u0098;k~\b\u0005J>\u01c1pc|r>\u05e7\r\n& \u0018>A]?\u0005Rv\u00178N\u0647{<>\u001b\u0125\u0014\u07165\f\u0013s\u04cf(xD\u000b\u0010v?\u0682\u001a}C#2\u01eaqO\u079a\u001c8?%pI-*\\\u001c=a9\u001f\f5\u0001K[w$x(\u0013\/G\u001f\/MaQw;\u0007+o\u0016[\u0415^F!gO\u0001\u001cs{F\uf31aTa\u0014\u001ey)\u9fa6G\u043f-[ma\u0206j\u030d;S3j\u03146\u04f4)s{g\u000eo5TU\t:\u000bm>FM\u001aL_SUSL\u04d0Mx\u07e0\u0307\fLW\u0017\u04e5@_\u000bd2?\nnQ%=Q\u07c0P;x8=}\u001fe\u0307.;#<>6,O#9^%\r;1\u1f00BAt$A Ji].\/3<[_M$\u0005\u0014n4r_\u0182h\f]\u001f-?'F\u0005\u0017O\u0010<\u000f\u000fv\u538c\u000eF\u0003\u001b\u001a.&\u06c0\u0005|\u0103}\u0007e-D\u000b\u0014\u000ftu)\u0014\u0010\u0014A\u000bGBB\u0002MH7<9\u0013S+3\u0001\u0005Ze&8o\u001aR\u0010 35\u0002X'`l_\f\u00008t\u0002\u000b\u0011j\u0014s\f\u05e5fgG)\u001011#\u0000\u0012$f.\u0001380q\u0743Y7&v+T\"Xvh(TO\u0015\u0728\u0211\u001bs3*\u0019?\u0014>TY\n\u0014 E+\u0105f],\t`\u0010\t+\u0011+\u0019m\nH^DL(0upXip\/q\u0017\u000eB\u0002b\u0016X\u022cC`a\f\u024bR~Q\u0012\u001a%(5%;JMRS\u0012\u0514\u0010)5%GJMRS\u04a4\u0514@)5%SJMd)K|))\u001149&l\/q2{\u001e_\nHR.\u0001T*\"J\u0005PID\u0012\n\n|yT\u2264\u0012^\u0579\\x\u001609x\u0012\ua403z\u0001\u0013,96^\u0011*6\u0004gBa\u001a\u0013\f\u001b\u0019fZk=\u001a\u0000\u000e?wHgH=yA+fNj\u001ct\u001dme\u001a\u001em1A,yB14RTMX!rQTl6lL\u0104xzR5.\u0001\n<<@\u0000r&VU\u001bf&V6d~G[\u05a5bl\f]jW\u0017W\f%Bd#\u001e\"n9\u0aaa\r3*\u000b0\u0004MK\u0016ISX\u001a5|X[\u00cc\n%xPw;\u0016Y]U|^guZ\u0017\u0006:BS\u0552\u0014l6\u0003)5(*DF\u043d-\u001a^&P\u0010^\u04a2YHT|YHT|\u039dne! Z|8)\u001dsmUjv\u0004\u0005>\u02e9\u001f0u^\f?@Z1\u008fA5<\r\u0001?T\u0004\u04bbGwL\u0007\u077cT\u000b|6A\u0412AsaEo5Kb%1\u01e2\u05ed\/T\f\u0019E3\u001a&fBUvO\u001e\u0003h\u0002>%\u0004f,c5\u0001S\t\u0007\u0005\u0014\r\u000fT\u0001\u0509K+[t\u001e+\u02c59K%\u0496KL~.\u0005%\t&YM{\\\u001dKYKo\u0017T@UXMYWf\u0004I2^!\u0014=\u000b\u0015n@9YSNr!b .0KL9\u001fG2@\b\u0013M9f8UpzFwPBxk\u0005#cq0\u0004F*\u000b\u0012\"\u0014\u00dc\u0018j\u0119Jk\u001ag*\u0767nH8\"a$O\u04d8\u00118 9\u0014\u001c(h\u0001+\f\u000b\u00025C\nX\\dsq\u0001\u25de]\u028b\u001cQ\u00043 L7\u0015\u0019\u0010\u0003\u001c8\u0006e\bw\u000ez>yVO1P$\n\u0000Io*\u0000H\u021e2L@\u0080\u000b\u0011\u0002\u00115!+wS\f;C\u0012\f\u00130\u2b05_z&\u001a\fY.H\u0015p\u001c\u0014Q\b\u000bz'd\u0019\u001a<\u000b7\u0001E`kX Pp \u0210_\udbb8\ude6f\u0003c7WjBJ\u04c0|-&\u001e\u000e)[zE\u000e@\u0016\u0019\u001b\u000f\u0010\rHH.A=)\u0014[\u05e3RN8U)\u0018eR\u000b\u0000}-\u0016\u001f\u001e\u027d=3SU\uc65d\u0000\u0017\uf663j-*TK <(ZEF\u000bP20Vg\u0000YjA\u000b{$H\rQa\u00183e\u0005+yVomR_~o.z.Ri~\\\tC$ \u001d\u001c\u0019LY\\\u000fH\u001ekVY\/:ZY8Vg6\u001c9\u038e\u0011$;%!\u0015XbP\u037bdu6\u03a8mXrag\u075e<\u000fu\u0017M\r \u0004\u0006\u02c5\u00d0j0W\u0018\u001f\u0019D!\u001a#CJ\u00140L(P\fQzeGP#pSSLF8\u00010UC{*\r(\u0018MF\u001d\u00017 \f\u00185\u077cCl\u777b\uda6a\udfd1~\u001ehL\u028bWZ\u0000U+lh\u0005CR\bR\u00177'\/\t>n0%q\u0015\u0763;B\/G\r\u0017Fyu#1\u0000F\fdY\u0013N8kB<\u001ed\u0000cC\"&2,\u001a'bo\u001acD8f\"?j}vwgzy)}\u0007O\"g=\u0017\u00190LTLP?E\u0002\u00062#PSw\"PO\u042d\b\u0000L\u0007\u001b\\]\u07a8\u50d46mMi`c\u0015\u001318\u0015\u0611\u0017H\u0358\u0016X!Y;\u0011\u0013y\u034b\t\u001f\r9h*I8e\u0015Z}8%#v.\f\u028f2+D\u0001(\r*\fDT\u0016=0\u0010\u00cb5%@.y\u0014V$xyPUa\u0018*\u0005*\ue04a<\u042eeYz ?Ql{ct,^O0Z\u0011:c\u0562\u001bi8\ry4L!V\u0307\u01ebH\u0197R\u0278\u0005\u0019NgbGb*O\u0110y\u011c!Y\u000feq\\DB>R\u001aO'qGR8ri#s;L\u000f)\u000b\t},ZxR\u9cc7Sy-3\u0004\u0006\\v\u0002\/2-u_:\u62fdj(\u000b|Y\u0002J\u0012\u0530\u0004Y\u001f)\u00124\u0004y,:.A#Kg\u0005I\u0656\u07df?\u06f5s<\u001aSx.vyfw~Ez\u0006v\u001c\u0789^b\u001c)>y\u000eco;\u0017'\u000eprS2&Y<&\u062d;L|`=Y=m\u001fGT_\u0019\u001f?@i&\t\u0004\u001b\u0005\u001f&@\u0007g\u0509\u000b5\u0000\u00ae\u0007q6jM8K\u0014[BO+*Qj9&\f3&\u0005\u0017:\u0011i\u00041D\u0018\u00002I5`\f\u000b&\u0182<\b\u001a\b\u001a\b9\u001b\b{\u001b\\(MW\u0018\t\u0018&\u5b055\u0001,cvbn^9;g;\u0007+{=,vm}\u001e_v\u2c2dy(R0\u0018zd\u000e[\u001d\u07e29\u000buF-\u0014tt7qY\u0013Y\u000fvF\u0010,P9\u000e\u001d\u0013_\u0007\u027d>mnP\u00006\u0001f\rB)x\u00050\rq>8&.\u0dac\tg\u075d\u02de~D\u0011#=^\u001b\u9b35\u0016\u05e7\u001d\u001f>V\u074d{d\/OjQaD\u000fJ'xi\n?9X|z76b\r9\u001c\u001f\u000fc#57zgdR|zU\u000b\u06e7$F\u001fy>C\u0006O{J\u0006KLbv:F\u001b5~G\u077eGBZ4Y\u001d U\u02a0!<\u07dc=t FbM\u00169x\u0014m\u0000\u0004\u0014\u001cX\u00fb{|\u0102w'cd O[\bH\b33\u000f.\u01814\u001dN\u0004\f\u0002\u0001I8 Q\u0003B\u0010;\u001c\u0083GB\u0007I;|\u0017?z\u0017\u0015=\u0001\u001f\u000b\u001c\u000b\u001eg\tRn{$bR\u034a\u0015\u0a80iA'lp\u001e\u04ce\u0440\u0004=g#h\r$\b\u0012J@\/\u00b3\u001f2B}a>8\\V}Ib\u001b%m\u06d7$Q>.\u0275K_%mEL?\u0014pBM\u001eGj\u0002(4(k&$;I\u0012,#\u001e\u0019\u000eID\bzg3H`\u0013I\u000f?.d\u0015\u001f%\u0006~>\u0007r\u0007\u0010\f\u017dsgfw$g7\u070baw'\u0006?\u0017\u041fU($\u0016D)-:\u0005~Fz\u000b)\u051b\u008d}SXW\u0017u;\u0717A\u06ba\u0128O{\t\u0015\"\u001e\u0711\u0441h`xQ\u0003\u07c4p\u001bx\u0010hQ=H0R#) )v\u0016\u0605\u0004nE\u0005yys&Vf\u0002\n^Lp4 @gj\u0004N\u063e\u0018J\u0001Gy\u03892|\u000fEN\u001dMS\u0011U\fj\u001d\u00162Y\t\u0003Z\fs]\u0017btEH>\\OyIO\u4ed4\u0459\n\u055d|f\u0018\u000b\u05f1v~\u001dH~F\u077b|*tqS]\u001cGq^1\\\u001d\u0267\u0659a6LkMGQ\u0003\u03b5\u0011~\f\u0016'\/h},I>Lc\u001fQ\u05e3\u0018>:%\u000fWh39F)\u001d+Q2*v6VsX\tj]\u0002\u0014x2[y\n\u0000L03!C;Z\u07b2.E\u0015c\u0006V\f'Fg0R\u00f6b\u0010-\u0011\"\u001b\u0000\ud02ba\u0006\\e\u0001ii\"w\nKF\u0013KmY\r3*\b\u0011C\u0677>:\u001dZgu\u03d2\ubb2e\u0010X=@Gh\u0011WZf E5\u0014E%\u0018EXK\u0004\u0015KZ8\u000b\u026c|\u0012YHfst+\u000b\t\u0007!qM\u901e}\u0011k06B$ ;]gy'wP4l};\u0001JB\u8447:\u3ce3\u001cQw$>.>!;\u001e#N}0VUVm\u0013O[UbSP=\u07ae\u0000gw9\u0015]\u0003\u038b\u0007(S\u0016?s\u00151P\rOC\u000f\u0015!\u001dA7\/\u0003VA\u03c7\f\u000f+zQ_\u0016+\/\u001bs,z\u0012H@_\u4a69.\u0571\u000bvaI\u0005$_EkZWf\u0004I2^!\u0014=\u000b\u0015n@9YNr!b .0KL9\u001fG2@\b\u0013M9f8UpzFwPyMN0\u001ath\u0004F*\u000b\u0012\"\u0014\u00dc\u0018\u0019\u075bq}\ua1843*\u0018F\"49i\u001f\u001d\u0011<\u0003HQ\u0016\u0002f'\u05530>@`MB\/\u0016\u0017Yl\\ij\"G\u0014\f\b\rrEF\"\u0004<(8\u0007\u0687\u001e5(^\u001a\u05cd\u0000F\u00070b \u02dapY\u0013\u0007\b$\u00038\u001dkd\u001f\u00171ah?\u0011\u0013}\u0018c&1\u0013)AdLW\ubcfb;=;\u0343M;x\u00169\u000bY@\u0004%f\"UOJ@Sc'_Vi\u0000\u001c!h`k}g34v,C:Q4w}Z>Gq4\u0018&\u00105!p^:fT\u0646\u0004x\u001d@y\u0001Pd\f]\u0004\u0010\b\u0010@c>\u0011\u000eLZ\b@\u54dcv\u0011@\"HEr=\u001e3\u0367\u0325thKAhA3Jn\u0003\u0002O\u0004}:4C\u0002\u0017\"g\u0010}oF^n[\u001cC\u001cqF\u03a8\f\b?\u001a\u000e\u0019\u000e\u0010aRdFn,b5a+OS!g\u001c|kN\u000f0\u0014~5dXE\u001aJ\u0001G\u0007a7\u0007\u0003;='}0Gn\u000e\u001bb8kc\u0013\u0018\u0787W\u001ext?\u0006G\u001b\u0006\u0000lq\u0002w\nya:t1Y\u001a\u0001\u0014yA@\u0001(\u000020]l\u0295fLg=q\bD\b\u000eX\u001ac\nns\u0018S731\u0006\u0631;\u0005\u01905DyP\u07e0l\u0010Z\udbed\udcc3\u0016$\u000e2T\u060a4mPi`!\u0017\u057dK\u001a\r\u001b!m\u00c62L\u0006\u001b\\]\u001e+zyciC}T6r(4r0\u00cb%pZ]\u06b6C\u001d\r.^.aoTBm:L\u0007\u001b3xL\u000e@m\u01b4\n\u038a})\u061c\u000bs^L\u00058oMG\u009aTSVwS8bG.\u0012@\u06ac\u001ab@G%\"u@1;J\n\u0003Q)0Uw\u000fL,w\tPK\u001exx\u0015,^\u001eTU\u0018\u0280JB?\u001e\u0638\u00135\u001c\u000e\u001a]G\u0011BK\u0013\u03367F\u0004E+G\u0006\ub314EW\u0016nn\u00124-I\u0014b|\u0018}}d|)U_\u0007\u001b\u0258${&fy$KLDM\u0019p^\u0016G\u02b5K$#jt\u0018w5(F8\u0012>yH\u025bgBZ8'>{8u2\nN`\u0015}o'\"R7lo\u00bd:\u03d7%4>.A\rK\u00052.A#K\u0012\u00124\u0004y~\u07f9_m];1ubHj\u01caHhj\u0006hWg`\u01c1\/F\u075dG\u001f9fzz\"\u0000'7ech\u58c0\u0163\u062dX lX$\u8373\u07d0u:\u0017]\u0017O\u000f#\u0007B'nB\u045b\\\\z73a\u0000!\u0013\t>*Qj;&>\u0318\u0014\\D\u07efw\u0013D4k\u0013a|\/\u0003d'\u05401\/\u001b\u000b j k l mp<6]b@^c\uc5b3\u0016\u0004([\u038fWy\uc735l\u001e}y{~\u065d\u00f6\u6573vH`\u0014+\u001b\ud4fd;l\u000eo}v<,o}>\u001b\u0011SSFeM\u0018sgM>x\u06ef=\u001aA@8\u0010wlO|\u001dP'\u067aA\u0001\u0004\u0004\u00077\b\u0015\\4\u0018);sG{0\u06f2&abvw.{\u0011E\u001c\bx\u0001n\u0592V[Po_vDFXuv7[\u0013g\u0004?E\u0011=,;&{zk\u001f?:x\u001f<\u0617\u0004\u000fe?\\(),*n`\u0005b\u000f\u000b\u0016\u06085s|I?czQ\u0013W?\u0516C?Z>%4\u00197y-\fPqgjT2f6e~nL=*7A'\u001by\u0367\u05e8I\u00dcKUV\u029di\u001ai\u001b>\u001bbT3\u001dT]MM\rM\/\u000fc\u001f5x_\u0013\r#<w,\u001a\u001c}Gu;f_=O%y%&c1Sq\u001d#\r\u001e~F\u0014C\u30a8AK^:K7\u0015SUQe\u000b{\u0003\rU5TS7\u0016\u001b\nh\u0018\t4_\\~C>\u042b\u37e4\nj\u000egU_9z)T4xO\\\u0016=\u0001-\"\/xP%4E2`\u0016@\u0002\/\n~Y\u001d]&FYF\u04e2,s\u0000O\n*\u0012T\u001fixEb\u0004Tn{S\u0003z\t0\u001fE\u0001k\u0002 \u02c8\u0775=d[\b4da=6\u001fA\u001fqKy\u001fI[#l\u0006\u0004\u0002YK?\u0015CQQ\u0002\u001d \b~\u0003\u001e'\u001a\"\u00199\u0011F\u0014z!K\u04b21J\u0014]\"H>0d\/,E\u0699I;s\u0016\u0013\u04a61RD\/\bF\u001f\u00136\u017fuva\/=p) \u000f'\ucff0\u001e\u000f;e{{\rw8Z\u001f@-\u028c\u0007\u001a\u0013\u000e\"\u0004\u00002iB\u0004P\u0005\u0659a6LkMGQ\u0003\u03b5\u0011~\f\u0016'\/h},I>Lc\u001fQ\u05e3\u0018>:%\u000fWh39F)\u001d+Q.*1m9\u001b1\u001df6V&bB>;\u000f\u0321\u001b\u0018~G2H\u0013\"=\u0007nUnb:AC)vPP=\u07ae\u0000gw9\u0015]\u0003\u038b\u0007(S\u001a?T+fc\u001a\u001f*Bm\u0763;n^_\u0007>m&6%\u00caj\u0517*\u0417\u001as,z\u0012H@_\u4a69l({V\u0005z.\u001aA\u000bQ\u0015tH\u001b\u0012\u0018\/HTS\fsb@\u0013gtoqF\u001b\u0012\u03a8b\u0018 4}pvD(\u000eH\u000e\"\u00057s\u0402t\u0104z\u0012gv\u0014\\\u001c\u001dR\"-3\r\u0010TR^\"\u0001aAH@\u0007\u001c\u00181'6(C\u043es\tCr|%W\u0000H}S\u0005@Ba\u0002\u0012\u0006\\\u0015\u03ce\t]9\f;MC\u049cBaB\u0012FpK\u0004[!\u0005I}>\u001e\u0013S\u00104\u0016a)di\u001eghd\/\u0000g\u0004X\u0016=\u05c3M\u01ae_\u0001\u059cB\u0016\b\u0019\u0006\tGJM|\u001d\u0000\u001e;\"vc\u0002\u0007dHQ\"m\u0003(Evc\u0002\u0460\u06c8\".J\u001e3\u0012M\u0011u=**S=\\\u0012Q&5\u000fP Ut\u001b<{{fk3\u0010XR\u000b|-V\u001e.\"LeP-XZR\u000b|-\u001e.\u069d\u0001d\u0005- 7lF9Mc,s\u03d4\u00158\/T\u001f\u0006Z*J\u0003\u0005H\u06bdLz.Ri~\\\tC$ \u001d\u001c\u0019LY\\\u000fH\u001ekVY\/:ZI8\u0002\u0461p\u0000O>;;.G\uc504TTcaA0JJ\u04f0\u03a8mXrag\u075e<\u000fu\u0017M\r \u0004\u0006\u02c5\u00d0j0W\u0018\u001f\u0019D!\u001a#CJ\u00140L(P\fQzeGP#pSSLF8\u00010Ut\u000eFTh$Q\u0018p\u0003\"@\u0288Q\u0013\u000b=&y\u07b9+\r(\u001ayWZMz1)\/J^i5\u0000U+lh\u0005CR\bR\u00177'\/\t>n0%q\u0015\u0763;B\/G\r\u0017Fi\uca5d\b`d\u000f`@5\u0004&3\u000f\u0011\u0018I\u0006pJ;>\/b\"\u00e2~\"&1Lc&R\u0218Ngwwzv\u0007w-r\u0016\u0633~l\u0002R3O\u0000'&L\b\u001d\b\u0011\u0001xJ\u000eO\t=\u02a0|2.\tDM?\u03a3\u0019(U!Ik\u0007P\u001ee\u0000T>\u001dC\u0017\u0001\u0004\u0002$\u0004\u0418Qr\u0004\u00035\u0016\u0002P4]\u0004\u0010#\bR\\~G\f`i5w:\u0725 4\u03a0\u0019%Gk\u0550\r\u0350\u0019D\u001f\u0011?\u06f4V-\u0007,\u0007,p3=\u0003O\u0003mh\u0003>DX\u0014\u001bK(\u027cuEQt\u0001\u010a\u001eE]\u001drF\u00174)\u0000\u00d0WC\u000eH\bU$\u0014ps\u0010vr`8:8#sw\to*\u001bb\u0018\u813a-<{\u0007\u001e\u02efA\u0001<\u0000[0B^cX\u000e]`D&\u0000]\u0003Nw\u001b\u0006\u00000w\tN*xr@]\u0015\b\u0018\u0000\u02e3~=ATob\u001dU\f\u0730cw\tT\u0243\u0000u\u0006E(9\bhA\u0002 3,xm[2aZ2XEq\u001f\u0001\u0015\/\u036ams>Ls\u0005\u001b@]\u0017+\"y\u0010ci<=TM\u00170M\u0017Lw\t\\\u0019}h\u06fea\f\u04fe\u0006\u0017\/jzGUEh\u06eea\f\u04ee\f+ycp*\u001e\u7f31c-j1\u001fBw#6'B\u0017\u0013>xA\u02dbr1\u0018Uh0\u023b\u000426+?\u0010Y\"R\u0007\u001440\u0010\u0001Y\u0016=0\u0010\u00cb%%@.y\u0014V$ZxiPU\u0018J\n{b&O$p8tkt\u0019\u001e\u0019\b-OT3\u0018\u0013rD4Wtzh!F\u001a.Ay4L!V\u0307\u01ebH\u0197R\u0278\u0005\u0019NgbGb*O\u0108y\u011c!Y\u000feq\\DB>R\u001aO'qGP8ri#s;L\u000f)\u000b\t},ZxR\u9cc7Sy-3\u0004\u0006\\v\u0002\/2-u_:\u62fdj(\u000b|Y\u0002J\u0012\u0530\u0004Y\u001f)\u00124\u0004y,:.A#Kg\u0005I\u0656\u07df?\u06f5s<\u001aSx.vyfw~Ez\u0006v\u001c\u0789^b\u001c)>y\u000eco:\u0017'\u000eprS6Y>g:f\u074a\u0007\u0013qDOeEB\u0003)\rf\u0498\u0000\ud825\udd4f-0\u0001b=o?N\\-\u0001\u0000\u0015v]l\u0006?\u0010R5,Ql\t\u0001?@E\u0003EY;W\u0015%!RbEM\u016c\u0570d\u0003\"Ao\u04d9Bx_\u001c\u000b\u0010=\tu\u0013<\\R=\u66b5}3c6\u031b\u0019 d\"0qGP%J\u0011Tm\u01dd\r3\u0004\u0017:\u0011i\u0004qD\u0018\u00002I5`\f\u000b&\u0182<\b\u001a\b\u001a\b9\u001b\b{\u001b\\(MW\u0018\u0010\u0018&\u5b055\u0001,cvbn^9;g;\u0007+{=,vm}\u001e_v\u2c2dy(R0\u0018zd\u000e[\u001d\u07e29\u000buF-\u0014tt7qY\u0013Y\u000fvF\u0010,P9\u000ev\u001d\u0013_\u0007\u027d>mnP\u00006\u0001f\rB)x\u00050\rq>8&.\u0dac\tg\u075d\u02de~D\u0011#=^\u001b\u9b35\u0016\u05e7\u001d\u001f>V\u074d{d\/OjQaD\u000fJ'xi\n?9X|z76b\r9\u001c\u001f\u000fc#57zg\u0014R|zU\u000b\u06e7$F\u001fy>C\u0006\u001fQ#\u0017V\u030d\u079aw0fD\u0004B\u001bOoV_nx;\u001daoqLm%*x\u0460B\u0017}[\u001bqt<9FzB_?eu\u001787dOx\/:N4\t&D{\u02af}\u0005\u0006,5L2b\u0003u\u0004!\u001e\u0003,NaYz6C;.&J+\u0014?m\u07de}8DytA\u001a\u000b'_\u0006\"V=\"\t%XilW\u0001bM\u05e9\uad08&\r*\u9b60Sf\u04d5Ed!V!>#\n.\u000fG#^Q1\u0001r\u001e\u0014^3\u0307zQ52\"uwm\u000f\u0019\u0016\u0002\rtzrO\rGGk`b~v'+\u0001\u0001`R\u000fo;\u000f\u0007vO_.MQ\u0019\u00b3V\u0007\u0477GA8F\fx\u001ca6hX(\"\u06f2aGuuP\u052c{y\u0007L\b\u00158\u06d8f\u000e{dh\u001cf\u0000\u0018\u0002G\u0018Q.I\u02ef*St\b\"\b\u0016\u00d0\u001d\u0014igk'YxOHJH\u00134#\u0018}tO\u0014\u001d2?~\u0099\n\u0018?{wO\u06f3b{<\uc5d5\u03a27Sjs\u0000(3N\u001fh8N:\b\u0013x\u0002\u0224\ti{\u0013@\u000b\u0017\u0127fY;HH\u00067\u02ce\u000e U\u02a0!<\u07dc=t FbM\u00169x\u0014-C\u0756\u0011%99G,~w\u0012F\u65fd\u001f%2%jk\u001e\u0003>\u001f\t\u0013\u0001\u0005?sJ\u0014F\u0011<\u0519\u059b2\u0001\u0018\\6 \t\u0007$@h\u0014bGA|cx\u0010^\b^\u0000\u001e\u0603v.~.+z\u0006?v\u00178t\u0017\u0014\/\u0013XT:_\u001dr\/`%g\u040b8\u0019`\/BmL\u0013 \u001b7l\u001ag{\t 4j\u00008J\u07b96\u06cf3\"-\u0005-;=\u0607Qjsz\u001f\\wA\rm&\u0014jJ&\u000f3H7>\u0012\u0692B\u000e$b\/y9_\u0010>KL\u001c({R.\f<uA:}p\\S:g\u001fm#9Z\nZm#tJ\u00022\u00e9%z.yr\u01c5Jw\u001b$~\u001e#>T;\u000fQ\u001c\u0018K~\u000f3H!\u0013\"=\u0004\u000bnUn^B\u0271lWT#T+&@.Yn]Nx7\tb\u0001\u0294\u000f\u054a\u0018~!`[zI\u05d7O)QCK9\u0015\u0568\/eU\/5X%l_g\n5\u0014\u0344`b\u0016\u0006x\u0004|~K\u0000\u001eJ3\u039a\u0003\u0002\u0003\u0007\u0000%]\/:\u0015\u071c\u03e5\u0012%&?\u0017 Yzt)\u001fO\u0017X\u0005VZz\u00020\\YWf\u0004I2^!\u0014=\u000b\u0015n`9A0\u0004\\\f\u0005f)3H\u0013\ba\u05bfz1'\u064c\u0011~\u0016*s1\u0014N*\u0018)I\nF\\`\r\tTY\u0017$vE)91\u054937]8\r\tgTD1Di\u001a>8;\"x\u0014\u0007$\u00079w(\u0018T\u0003Oq|fG!^,.\/\u0003R^\"\u0001aAH@\u0007\u001c\u00181'6(C\u043es\tCr|%\u0007~Tj\u001es\u021e2L@\u0080\u000b\u0011\u0002\u00115!!,wS\f;C\u0012\f\u00130\u2b05_z&\u001a\fY.H\u0015p\u041c\u0014Q\b;L=\u0013\f\rl\u0005\u0000\u02e2z\u0635,B\u0016\b\u0019\u0006\tGJM|\u001d\u0000\u001e;\"v\u0003\u0004s*2\u001e\u0000!FRzE\u000e@\u0016\u00001\u0164\u0011\u0000\u0460\u06c8\".JN3\u0012M\u0011u=*\u001cbU)\u0015 F\u0002@_\u0147\u0007sq\u0314|\u0015{fW<\n\u0010\u000bHz\u0001I9\u0652ATXZR\u000b|-\u001e.\u4880\u06dd\u0001d\u0005- 7lF9Mc,s\u03d4\u00158T\u001f\u0006Z*\u0001\u0004fM\u06bd\u0014z.Ra~LTh$L\u0018\"\u0001~`\"z@\nX\u0002g\u0002\u0000_Jp\u03a0m8r\u0000g'\u001dIH#HvJB*0w\u0160zwIz\u0018%RiXVg6,nOv\u000b\u0006\u0010\u0002Cj\u0003aHa+\f\\\u0010!%y\n\u0018&CJq\u0014(Rt(BC2#(\u0011y8))&#?n\u0000\u0018*Q:c\u0007h*4n(\f\u0001ewe\u0128\t\u001eb<\u0715\u0586oW}+\n=\u0418\u0017A%*@V6\u0002!]o}J\u0004[\u001b\uf4d7\u0003\u001f=4b\tu\u001c|,t\u0005{\u000b}Q\u216fQ\u001e{\b`(\u000f`@5\u0004&3\u000f\u0011\u0018IrpJ;>\/b\"\u00e2~\"&1Lc&R\u0218Ngwwzv\u0007w-r\u0016\u0633~\u046f\u0002\uab96Y}\u0015\t\u001a|\u0002\u0294DM\u07e9DM\u07e0z\u001c\u001aI\b\u001fn\u0019\u0018M4\u001d\u056e`\u000e\u0014])\u0623\f'e\"@\u0504yem+^z\r}\r&jx\u05fb\u0004q?m?k\u000f\u0006\u0017\/z\rULo\u05a1\u000f\f+Bzcp*\u001e\u0015\/j1)\u0002w#L\u725c@\u0144\u000f^s*He8Q6=N\t\u001dK \u0003ij\u0001\u001d\u0015B\u0001y\u0695\u0005Qa\u0014\u0007&\u0016bx\u01fb\u0004%Br<\u054a\u0016\/\u000f*\fC@U~=Pq'n8\u001c52K#'mo\tFK;\"7\u001f^g,:Zs#\rfnN\u001a\u0010+t$Kd\\\u001aH\fVL'31#1_J'f\"\u027cnb\u03908R[\"!\u001fT{g\u01b8)E4\u0091\u001d_CN\u0784>{\u0016zI-<\u01e9\u3f16Wp\u0002\u0003{;\u0017\u0019\u75ba\/\u001dg^c5\u0014\u0005y,\u0001q\tjX,@\u038fq\t\u001aY<_@\u001d%\u0333lO\u03df9Oc<\u0017CR;VDB7v\u000b>LX\u000f\u03e8\u0013\u0017tk\u0000@]\u0017\u000fHmr)\u055ap(HWx\"\"WS,\r*\u0012+j\u0012,Vc\u000b\u0006E8\rY3y\u0445x\u00048b {\u0012&y\u001e\u03a5ze}3\u001c\f\u00102\u0011#\u0012\bcQ\u00ccEN\u0004zw8A$6\u00112LvR\r\u0018\u0002IyXp\u0007AW\u0003!_\u0003!g\u0003ao\u000b\u0014\u0003\u0001\u001ft&Eu~\u001cR+g}g`ew\\\u001c5\u001cE\n\u0006X]oasx[4gAy\u0768\uf3d86\u001a7.k\u0098;k~\b\u0005J>\u0001pc|r>\u05e7\r\n& \u0018>A]?\u0005Rv\u00178N\u0647{<>\u001b\u0125\u0014\u07165\f\u0013s\u04cf(xD\u000b\u0010v?\u0682\u001a}C#2\u01eaqO\u079a\u001c8?%pI-*\\\u001c=a9\u001f\f5\u0001K[w$x(\u0013\/G\u001f\/MaQw;\u0007+o\u0016[\u0415^F!g\u001f1GmGn\u05a4(\u04eb\u001fwj[)Y-lk\u001a}k\u001c%y-\fPqgjT2f6e~nL=*7A'\u001byqJ\u00194>\u04d7N;4\u00007(!\u0003-K5\u04c1\/Md2?\nn\/K}\u0003b\u001cihXr=\u001e\u036dfF\u000f\u04c9`XT6E\u001e\u02e8\u0018\u001c7*\u0005[\rTLUFeCC\/2\u001d\u001ajn,\f\u001d7\u0014TdC1nQ\u0013\u001di\u000471.\u0013\u0013+\u0001N0\u0019sr'z;<:Z\u001b\u0015_\u0012o\ud94d\udff8\ue4b6\u0006ac\"(\u0469\u0011ot\u0019t\u001b\u000b\u0017\t#B\u019d\u85c9RxoMYf'\t}\"T8F\u04a2'd82\u001d4#d1\u0248\u0016-\u0012{\u0016\u02055.'0PD}={\u100a\u0013\u0005\u0005i,(|\u0019F\u001cB\u0000~a\u0015\u001f\u0013P*!Nj\u000f%\u001c?\u00c0\t\t\\,#R!\u0410Z'\u06e0\u0004}Y0\u0006,Fm]o\u01cfZ\u00120\u000b\ff\/.~\u0650!;\u0007P2\ue170\b:'L7\u0001\u053d\b\u0002O|j\u059d}hp<+\u0011J\u0019s'\u000eSH;=\u0007__%pH\u001e9\"5'w\u0005\u000e\f\u0015EK$=\u0006|\u0012j'\u0002\n~$)cy M\u0269s7\u0001\u0005e\u0003Qm@\u00126\u000fH\u0014\u000b(\u010e2GA1!=\u0007-%~@\/+zN?\u00178\u0017<\u03d8\u0013\u0016\u0005I\u0128\u039a\f\u000bpU IJ}h\\8ih@O(3\u0012\tK\u0012|P\tzY%z\u0017Yq\u0019Y\u001f\u001cF.\u06fe$\u0136K\u001f%I\/I66xY\u065ft\ngW&p#G\u0001W\u0014\u001a\u0014}5\u0013L\u0003$\tpA\u0019\u000f\fyb$\"y\u00043\u001e$0H\n\u02e8\u001f\u0017\u000fHNK?\u0012n\u0003o?\u0003egX}\\| \u001dey\u001f\rB.i\u0749\u000f\u0005{\u0015\n+\u000e'\t\u000fQJN|o\n%3(py\u07d42\u0016E{\u074e\/,eha]1*p\u04deByxwdx6\u001a\u0018x\u05007!\u0006Lh#.;({?o\"B\u001eZ\t\u4ed4-TG1kV]\u0004\u001d \u0017\u02e8|\u000e\u044c\u0005I>B\u000fD!5!h]u\f\u07a5n`]\u0003H\u0006\u001bS\u6518A\u0005x\u000ff\ud31a-P\u0173+a\u06a1P]>Vx##\u0007s\u0015\u0218\f\u0001b\u0332\r(O\u0013)o!4c5\u000eX\u0612\n\u0315\u04156v`$Q\"]&@S\u0014\u0666\u0000\b^u9<\/&?JDt-T!AY\u0012(\u0014(\"B$,WJlRjJ\u00120dL)1SjJ\u0494\u00126M)SjJ\ua51a\u0012<\ndO-~J\u0005%PID\b\u0004P(\u02ac\u0311FuE\u0004Rf\u0003|Y%\u0013\u00a9T@>rR\u0011)U*(J\"W\\WK\u0012Ohwj\u0171O,\u0004\u0016\u057fW\u001c\u000br\u0001%\u000ecC\/\"v|\u001bS\u0004\u023e\r\u001b\u0019^k=\u0004\u001a\u0000QwgHyAk,fN%t\u001f\u0001p\u001a\u001em1,yHC.bB\u0007H\u0002O*\u000f\ufd36HL9=\u000fTc\u0459\u0000\b\u000f\u057dLL$8{R.\u0001\r<<@\u0000n\u001e\\| CAZ.E7c;\u001fV\f'Fg zf\u0010-\u0011\"\u001b\u00006=|LF})[\u0002}1\u01e2\u05ed\/T\f;E\u01ae<\u0006y\tQz4&[Bh2Y\u00130p\u0000X@QP \u0012\u0016@\u0004E\"\\T\"}\u001c]P\\@\u001a\u0773-\u001fO\u0017X\u0005VZz\u0002rvg]]\u0012$9x\u0018S`,V?n:I.0\u0004\\\f\u0005f)3H\u0013\ba\u05bfz1'\u064c\u0011\u0016*s1\u0014N*\u0018)I\nF\\`\r\tTY\u0017$vE)91\u054937]8\r\tgTD1Di\u001a>8;\"x\u0014\u0007$\u0007\u001c:Hg\u001cNL\b'a|fG!^,.N8\u0000K*#`\u0006\u0006\"#\u0011\u0002q\u001e\u0014s`\u0003x\u0620\fAA'6\u000f)\u0006J^\u0001 M\u0016\u0000\tS\tH\u0018p!\"W>;\"&Dn\b\u0006di\u001c\u0006d\u0019&$aY\u000bgmL5\u0018\\]+l1\u0001506\u0005i.\u001ayxB\u059e\u0000}\u0013`Y\\\u000f6\u0019V\u0005X\u0003\b5\u000fG(4H82Wo\u0000\u00113&\u001e S\u0000\f5J\u04b3-r\u0000\u001ae7xhPEFmDr\u0011\u0017%'N\t\u0766\b\u07ba\u001erzE\u000e1\u1a94@2y\u0002!\u0000yIAv\u00c6WU,\u0000\u001e\u0011z|\u000f=jP5Jco\u078d\u0000F\u00070b \u02dapY\u0013\u0007\b$;8\u001dkd\u001f\u00171ah?\u0011\u0013}\u0018c&1\u0013)AdLW\ubcfb;=;\u0343M;x\u00169\u000bY\u0200abj)\u0012]5\u0004)\u001bC5\u001518\u00025\u0000\u001063^i\u001a;]Ay\u001d)|B2h*h\u0002Q\u0013\u000fj\u0006JmH`\u0001T>G\u0019\u0000OE\u0000\u0000\t\u00014f\u0014\u001cA@\u0364\u0000T>i\u0017\u0001H)$\u05f3\u0011:\u0003|Z]:\u001fZR\u0010\u001ag\u040cP\u00f0\u0007\u001e\f\t\\Aq\u0019s\r\u0011p\u0003\u0019\u07f7\u0019&|h8#g{\u0006\u0016\r\u0007\u0019\u000e\u0010a%Sdn,c\u07d5g3\u0003:a9\u0014KQ!g\u0014|K.\u000f0\f~5\u4004XE\u0012J\u00017\u0007a'\u0007\u0003;='}F.\u000e([\u0013\u0018\u0787W\u001ext\/\u0006G\u001b\u0006\u0000lqw\nya:t\u0011Y\u0000Lwk\u000eP2io\u0018\u0002 \fB%8+MU\f0\b|X\u0004`\"b\u0006,1e\u00061Fw1P\u010e$%5&\u001d\u000eR\u001e'\u001b\u0016 \u0005 #&\rm\u05d0i`!\u0017\u04fdK\u001a\r\u001b!m\u00c6x\u035brQ&Uh0q\u02fb\u000426\u0018Q!dH\u001dP\u010e`@T\u0006Lj\u0015Z|B\f\/x\u0000\u057aQHZAVa\u0018*\u0005*\ue04a<1 \u0475Yz\f!?Ql{c,^O0Z\u0011:d\u0562\u0005\u001bi\u0004\r7su0X1\u001fF_\u001f#\u0019_J'WF2fb:\u025eY\u001eR<17\u0013Mu\u0013sd?\u0151r\u0012\tH;k<4\u001dL,\u02a5\u00110=,j\u001eRv&\u06733NjI\u001e>N\u001d\u033c\u0013\u0018pE\t8\u050d8\/\u001bp\/e\t(KP\u0012d\u0001r~K\u0012d\u0004\u0004,Afw\u0017$g[~zn|jL\u001d\u0018\u06b1\"\u0012\u001a\u6e5a\u0001}o\u0015\u0019q *{'z\u0011stw\u0007:x|\u0014\u001ee\u001a\u001aMMqxx1@KDQpV$\u001e&Bow\ufb1e]\u000fx@(Vh%\u000b~2L\u0013\u0000>Z(\u0742\u000f\u0013 \u05833\u0005\u001d\u001a\u0000Paf\u0003QV>&R\tgbK\bxt\u0007,\u001e-:\u077d,\r\/\u0012+j\u0012,VCdj\u000b\u0006E8\rY3yx8n }\u0012j'y\u001e\u03a5z\u03e5}7C\u001b\f\u00102\u0011\u0018#\u0012\bRh\u00ccJN\u0004zw8AL6\u00113vR\r\u0018I0\u000f\u0006B\u0006B\u0006\u0006\u0017c\u0015)\u0006d\u0005?n9kaM\u0000yX9\u0018WY^\u000f\u000bwz\u07798lm^9kw9\u0014\fF>gh\u0382*vQ\u001f15\u0005\u001dm4\ro\\\u05841w\u40f7\u0763\u0011\u0004\u000b|C|\u0016\u0001|rO\u001b\u0014@\/M@0}p~\n^.Lq\u000fo=x|7\u000eK)-k\u0019&&iw\u7ca7\u001fQp\u0017 h:k-i\u00055viGdtUgw\u37bc59>q~&KZT8z\u0018rs>:\u0019j\u0002\u0383}yIX&^\u02c5\t?^\u00a2v\u000eV ,o+`XC:\u01d7D?cz\u0014I#Q\u001fwj[)Z-lk\u001a}k\u001c%y-\fPqgjT6;M2?wVCU\u064dE%M\f\u001aKUQ54\r4\u001d\u000f\u0006e>d`bT3\u001d\u6d62\u001b\u001e_\u001f\\\u0001\r?}o@O3\u000f;m\u0016\rK#Y,py:\u001b,9\u0019\u065d*\u04e6\u0238\u00dfx\u0019\u0015CQ%r:\u001a\u05e8lhE\u0003PCU\r\u050d\u3182*l(-j\u0002?#&oebe:\u001dYz\u01c07xd~$\/qbo]^u\\#iw\u0013MIv_\u000e\u0011XdD\u000bFq\u0016\tK=Z\u000bX\u001amv\\sMV(\u001e=p@\u0149K4\u0016O\f[#\u000e\u001e\u0170l{Dl\u0007\u001b\u0013\u001bK\u049e<]\u0003\u001axa\u56eewUn\u0011m\u001bLridNx\u0005ulz-Yj>-J#d''\fK\u000f\u0012\u001f!Ut|G?0b\td\u0010M@\u0007\u0012a@\u0004\u0004A\u0011ko{X\u0010ha\u0553{m\u043f?>,^\u0003?\u0016{\u05f7B^a-\t\u0005\u0006Wx[y\\?{zrl:\u0010:8N>r\f12\u0018\u000f7E\u0013\"UD\u0011\u0656\u0005\u000eDr\u0005VL|+f]\u0004D`B8\bTF@f#\u0014 #C\u00038\u00108\u00024wIZV\toTD\u0017GH H;s|^;ig{BT2F\u0019{3,G\u0017T8\u00058O\u07bb{\u069e\u00176\u0017ag|\u000fu\u0016|A\u000e'R\u0003Eq@qbBX\u0004\u0013@&MH\u06db\u0000^x\u0004'>5~G\u077eGB\u001aNF*eP\u0019o{:N\u0019R#&\u000b\u001c<|\u001d\u0015\u001f \u0001:\u0012O\bH\u000b'o\u0016\nG3|P)O\u0348x7=7>\u024b3L\u00164^S:\u0019:\u03be\"%Yi[27s\u0005:bl.\u00e6qk\u001eF!zLQE+\u0004>4&\u0000d\u077a\u0007\u000f\u0014O*\u001fk\u0002\\\u0001La\u0016@r!\u0017\u001bsM(:fj\u0001p;\u001dy.tQ*\u0007x#{)\u0003.pP\/\r^\u0386bo`f\u0018U{\u46fbG4*^Gv\u0789H[\u0011\\8s\r\u001d72]O+\u977a=_OeE3kz2US6un^=Y702\u001fpo~M\u015cgUEcu17@u\u0003tC=\u001b[h!\r'[P\u001da\u001f\rs=v6\u001b\/\/KU\rj]x+]\u7e71n=}\\@\ub739NY$\u001cO1n\u0011Ztr}S&\u0017cK\u00046\u001cAje\u0477d]SXr\u02fdz]zE\\+yb\u0759\/So\"m\u037b\u0017^me\u000e_\t\u0000E6\t=\u001bU\u04aaUu\u056c\rR\u0017*xe\"\u00187VYq\b(@b\u0000\u0010\u000b\n\b%b!;\u0016P^\u001b\r\u001a\u000b,\"\u001f, ,!,\",#,$,%,&,',(,),*,+,,\u0016qE]b\\bD\\\u0012\u010b$\u0018k)g%Frc!\u0011\b\u000e\bjW\"8,\"\u0006\u06f9G+\u0014a\u00056\u0141rWy$\/N\"W\t\u1ae0\t\u0158[cGc<\n`u`u\u000bauKauauau\u000bbuKbububu\u000bcuKcucuc\u0015\bd@$\u031c0Yq0Ya0\u0162`r`\u001b\u0002\u0015\u0001hVL6bc\u0086=\f>0s\u0005e\u0010\u001b8~\u05d8c\u0006\u0013-kg\u0004\u0016\b\u000bg\u03e1t#\u0010\ueeda4]6\u0010ltR~p\u3e7cDb\u0015s\u0005~\u000eEv\u0005\u001d\u0015\u001a\u047c+ lTd,_\u0005!\u0010_\u00100dUm\u0014\u0015\u03ba!s\u0005v@\u0015s=*xk)\u0012\\bL!z.C<=h\"_\u0011\u001bD-ksI-WEi\u0014&\"\u000e\u0485\u0235\u023d\u0015\"O+\u0327\u0015zL\fc\u0006Kd3\u0015\"1\u0007\nQkSk(\u03f1Nd:\rNg@\u02d5\n\u0015j\u0003EhU.)\u0702 &M2s\u0012\u0007:MSK-Qn\u0015V\u001dlL|o6In$R\u0000\u001f\u0002TH\u0012\u001b1\u052f.\\uVY\u0012{;9.*V\u0514\u000e*C\u0007M\u0013!I8x4\t\u0012G*\u001fdZ\uf72fUOq\u062c\tuJQ_V_nZbnJ]\u0010U\u0012\u00058\u0017\u0002vU\u000f-RU\b_ZM@\u0295j\\\u001bL\\Si\\S\u01f9f&(oO]|\\cB\u03063\u0013j\u001b\u0007\u07f0wZV_[)R`iJ\u0016Z6rQs\u0015$\u0000\u001a\u0005H@\u0006\u0018DJ%\u0010K \u0005\";\u0001\";!?!\u000e2P\u060bpJ\u000ed\u000b~OMU$\u0011x\u001a,z\u0012,Z\u000eG^\nbn&9j>b\u001bx\u001bnL~5fsUxJZU\u0004A\u0016C1\u000bvk'\u058e\u054e\u050e1,JZ\u0018v\u0011Z[g\u000f^y$\u0010YH>5?%\u000fUinP\u001e\u001f)r\u0001\u069d^a\u001a:|>JVfoG'wud5Hv8Ni\u03e5\u0238\u000e-Cp4{(PN\u0006\u0011\u0719&T\\;]Nka\u0012\u0017Ie;?\u0006\u0006\u06d3G|\u013czriF-\u03bd\u0014=\u0013\u0015fJ\u0011X\\='\u000bzho\u001cov\u0015Wx\u001f\u01cb[=[(\u0005\u001c\/c\u0012[Y%\u0000);\fM t\u001a\u001f\u0010+bf\"b\u000b\u12fe\u001e\u0014\"].\u0012))G\u0001\"\u000e~>\u001b\u0010Pt$DL\u0010\u0002Qlb\/\u001f%]:P\\\u0011#.5e]Sf\f\u0004\u033eLp,KK<\u000fiH$\u0016\u000e_\u06b9>X?\"}A\f\u0011Q(\u0013\u0000Q!63Dt\u001038\u0004\u001e[g\u001fR^\"b:q8\\,=83b\uf4ef4CKz@t\u4e88$\u04e74>W\"\u0013xjVhG\u0018\u0018\u0011\u0007;J{MV!~T>^\u00186\u0013%9U\u0011B`A\udb22\udfeewI\"C\u0012{\u073fA\u0015\u060fb\u001c\u0018`0'0\u07e8OF\/6lY\u0442\"\u0013-2\u0730\\(y\n,)>@@\u0003Jd\u0003T\u0003)Om!3^\u000b-#3Ev\u0019]bfq\/2$e\u0651asd\u0018\u001c9\u01b8Q<@\u001c\u00023\b\u0000\u0003BR\u001eE\u0017\u02cd\u02cc)\fKEp@QY$a\u02a5\u0016\u0011woI\u0010@\u000eV\u0018\nu\u0014[7aW31:DH\u0012uMt\u0012\t>be~,\u0014\u000f\u001cP\u001b\u0016LP4s:@\u0002xq`(\u078c3h\u0017'\u00b8\/0\/\u0014\u0000\u001e\"\u0004\u0016\u000fAC\u0017\u0015pupoq\f_i{\fi;w\u0003\u0007\u0016LR\u001c*$\u000fOy:$DJFuDN\u0001\u02178\\)\u02d3\u001c\u025a\u0108*W,\u0458\\X#?g1\u029bMyR^Y\u02b7}\u0007&\u648f@\u001fv\u0005\u052aj\u0794h2VD.\u0584>{am9\u0184~9\u001c\u000fr\/\u0003\tKW2_rV\u000eyy\u0011\f\u06beW_dQa\u0316b\u0017@\r}\u03behf\/[gvlS+uV\u0015Ydca(u\u0778y\u0014P\u000bdQ0uc\u0002\u0307\u0298SS+g\u01903cD%\u0001d.%\u001a\u0001\u0462E3\u0018h1\\-g\u0002ZthqfdUiPW\u0005gH=G\u0016\u001f\u0002u7YM\t\r\u03a7he\u0016dp\u0006\u0015IE\tY[HV\u0015%M3$\u001ed5L=hXtA\u0016JeL-_\u0010q3Z?NEi\u001a\u0010\u0001&%fL#O\u001fGY\u001a\u0121\u001bq\u0004\u000b|\u0014$\u0015\u001d6\u0015\u001a@WO8%\"HRRR\u03f39O%]jg\u0002K\u000b%\u0002E\u0005\t\u0000b\u000f\u0007\u073c\u0007\u001edr\u001e\u011f1S\u001c\u0000\t\u000eoG-g\u0019\\\\\u001fQ~v\u0015O4l\u00eeTI\u0006\u02e3Ht\u001b\u0464c4,.\u001c\u0010k9\u01c3{g@j\u000e-!\u001bzr\tv.\u071d~\u0002]\u9e7a5\u001eE\u00100\u078c\\\u001a\ud852\udf7f~\"\/Xx\b>j\u0017yj&'#\u0000cGgz\u0014k\uf6515dCh=!zTMRmF'Y9\u000br~\u0006\u013e \u001f1\u0004j\u05aenE\ub126\nG|t<\u000fz |n\u0237K&|\u0019,\u018d}\u0004\u06dc\u001b%afNBz1\u001d[KW\u05ads=`W\n^w=\u001d.\u001b\u02fb\u001cgsRpRVL\u019f-:`4N\/2K\u000fkIu\bv`}rc<9uJ\u0013,Q`BLKm\"=H\fl\u0001\u000e\nMp\u0000\\oo&\u0010\u0536\u001e\u000f\b\\+\u001f\u0013QET>)\u0000\n\u0013%9U\u0011W`A\udb22\udfeewI\"9{\u073fA\u0015\u060fb\u001c\u0018`0\u001fN|?xbc\u0396\u0015\u001b-8*2\"\rM\u07bb{Gl\n\f\u7a25VP:j\u0001\u0528L1\u0018\u000bG$|Bo\bj\u0000;\u000f\u02c6n\u000eh>G4cUcBOscB1[8JO\u0010uMT\u0012\t>b;T,\u00148b.,(\\U\u01212\u0003\u0001j(0p &p;\u000fkA\u00b8+P0o&#'A0CE\u0001\\\u001d\u001c[\u001c.W\u064d%C]m@U$;lM\u000eT\f;e\u0581&!R2#%\u00067\u0001\u02178\\v\u032aaMbD\u0015z3$\u02c5\u0006\u00155\u001a\u0005St#Eca4Mz\u066fqwcA:2\u001e\u0013FT0\"\u0011A\bo+1&`Li-\t#A\t#\u0184\u0011\u001aO\u0001MPt%od\u05e1*PQW\u001dSF[x\u0001uZ'E8@R\u0014\u0001G<\u0015\u000fM\u0005\/b\u00c8\u0013H\u00149{+\u0007#\u1207\u0011\u000f\r'h\u001bw\u050fC1Du*s\u0015~L!\u0451\u0014\u0012*G\u0002IyT4\u0012+CWqX\rO\u0019yd\u0010x\u0011\u001fg\u001d\u0016\u0017?bGe\u0199\ud4fd;sz]\u83fe\u0006VaBDNR\u000fq\u0014='%#e\u0014\u001c\u04eb\\V|:\u04ean,\u00057\u01d8C|\u04f1D\u001ch=\u056aMX\u0273}\u000bLL\u001c3pA\u001b3qL\u001c\u0011\u020e]4\ro{v\u0013pxy'0&\u0014\u001c,K&\u000eje,\fTA\u001f`e>$|FKg\f7IH1\u0012+\u0015L+i@4u]<\u0019X\u0010\u0012ZdU!\u04abZ]\u0000=j+\u0018YP'd\fz`59\fD\u0004p:n\u0006\u00010]\u0018\u000b\u001c\u0000\/=3\t;$^\u0010xq@<\u0013\\[\u001cfLZ\u0015~8E-V\u0772VVVVV\u0002W\u0012W\"W2WBWRWbWrWN.yI'\u00b9yI'\u03a2\u00029\u0001\rD\u001e|f\u0007s\u0005T0H8QQ?\u0089f\u0087!<.\u0017pXE\ry\u0005^\\m\u0001V\u0019+S\u067c5Z\u00dcT7\u04eb\u028f)O\u0007h@K{ti<\u00195-\u01bbfPR\n~(4\u0002\rv\u001cZ_W>i\u032cfsI\nkK?,NMj?@\u001a}\u00123\u0005\u04ee<0\u0010\u0017J5%\u0006G\u001c8vi:uaoz\u000f, \u0272G\u001eT(jF\u001f<\u0002d\u001b0w|*M3^.\u0018wpFr\u896aswKUzuO\u0019V0Z3R+d\u0014]sRkR\u000b\u0003}oWW3STxALZj\u0005KA\u05e3R^\u0014t9*RUC\u0019|'y-*gRz\fYt1dQvfJ,J>\u001d\u0014u:L\u0011Cc_\u0017\u0017(CYYYYY{m1rx5\u000by5Ky5y5y5\u000bzYI~\u001b~C48D\r\u0012(s{\fDTu \"\u001c\u0016HR\u0010\"L-M-N-O-P-Q(D\u016a\u5aba\u0005%+hEHC\u073cHCgY\u0003vC\r\uf0f0\u0018m\u001f(\u0148o\f`78\\n\u0001_&H\u053d\/A-\uf9b3h\u03a6U\/\u058d\/\u0003\"\u0017F'30\u0729\u001eC5\u00102o\u0102\u001a3h\u0015D&[P\u001b25:\/j:`jv)Di\u0194B\u0014l\u0425s\u001b7.\u001f\u0014\u001f\u0013\u0010Qe~$ \u00022`\u0191\u02a6\u001cC8Y:YY@YB{e)\ti5Ki5i5i5\u000bj%s\u0002\u0001[\u0418\u0012_))S&\u000b\u0001\u00120\u0012\u0358\u0010)\u05f0\u0005\u001bdS>\u0005P-MMMM\u0002N\u0012\u03abK\u0001S\u0229[\u02a9[\u0329[\u03a9[)\u0007\u069b\f=\u00022O\u0019z\u0004Ub*\\>\r\u0014M^p=[sE\u0002\u0000xt4S\\xyc\u03f3\nW\u0599\b\nX\u018cq*b\u0016_Q\u0003,\u07d1\u87ebk;0dn>\"(+f!G)3E\u0016f\u01ebiKuc\rC\\\n\u04f0T\u001dJ\\ZP3e7\u001e\u059cC^svOJM|\u0012.^m+gT\u00a7nKT\u0004I^JW\u06d4\\\\\n+l\u001d$Iqw%\u0002^y\u001e\u0003{JJxw}E`g-\u0745hR)R\u0002yD\\\u0013\r$l\u0014\u0007<.Cj\u0004j+{Yyj<-WEQ\u000fyrJ\u001cXT\u0010,q\u001b#8-[\u0013\u0011o:*C\u000eo\u0015 4Lo\u0000\u00002\u000b?{u\nVm\n@M:?(E5Q\u0001\u0018\u0015\u0000*\u0001+jJ4Q\u0001\u00024*n\u0001\u0005 &[\u0311@xH\u02353\u001e\u0012\bdM:#\u42f4Sg\u0017u:Ld_T4p\u0019\u0004\u042eTT9\u001du\u0006z2+e6f\u0019\u0016Y\u0001lZDj?5Z|5LSN\u0005A\u036aj\b#\u0004&uT\u000f:C\u0016\u001dW=PRuE[|~5GYIUzq\u06bf.\u0005Y6\u062aSl;\u0005g\t9Y\u0015W\ub7ca+~\u0010\u03c3\u001e|:%Vr:*\u000b\u001d?K\u040a\t,`E.Z\u05e43wZg\u041a=w=\f\u0019f^J3Vg\u041aU)\u01038=:0?~\u001f\u02f5\u001dP.+\u0000z\u0007z\u000eG\u0005\n\u07ac\u0006O\u001d\u0015*\u0000z\u06ad?V vD\u0010\u001e\u001aT-a<4\b\u0003\"r+Z\u0002TY\b.\ubee4#\t_Li34{m(:~5S\f\u001c&\u0003~\bY5\u001a~j\n\/\u001fj@l=Vw>=\u0001V\u0003fXz\u0006V\rPqG\u0006\u0003\u0002kup\u05bewz\u06fb9^\u0011\u0016\u001c\u000f\u0001l\u0018G\b\u0001ia\u0019&\uf516+Dn\u001c\u0453r5\u000e7Ibq\/:\u0647!+N!\/\u8bdc\u001d\"Ngs\u00111\u00041Vv=D\u01ed\u001f\u06d1\n\u00134Y,gZ{C\n\b\u0005K4-l\fn\u0011\u001eM\u0013_G\u01cbI=]\u0010\u0005P`\u57bc\u06705T~x[y\\\u001f;\u000bZHBWZ\ubd7ds7~B-B,]\u0006}P9a\u0005L\u0659q\u001f9#,w~3\u02bcs_\u0324o3'Mzn_$\u0000k\u001cW\b+:\"[S3S\u001b\u0010wl\u001e\u033es\u04c7Vj\u0154A\u0004>-IH\u0015Na4\u041eA28;\u0006w\u00c0Rd`\u0016\u0342W0\nNFYT4]#fhV\u0011Ixy\"\nEB\u026c@R>yut,y\u00118\u0005\u0011P\u0018\tv4,;*\u0004_J[wC0?^.\u000bMQEzoydzc|\u07eec5F\u0015o\u001e\u001f\u044c\u00182\u000eR\r\u000f\u074a\u000bWo\u357dm!>5J0G[ma\u0206j\u030d;S3j\u03146\u04f4)s{g\u05afo5TO\ttn~Og\u0318*w\u00174\u062d?|2\u067avc\\\u000b\/\u000fc65T\u034dT\u001d\u001cdY4(r.D#\u0012E3I~d\ub2fb\rv1O33?Nu\u0004Ck^krusjN[TR5dT\u0016\u001bhl(\u824e[0P}T4\f]#]5Q\u864eW\u001eB\uaa29Y\u0011\u07e8U\\VY\njYEc\u00f3\u07c3\u001b\u0005{3\u0014l\u2407\u0019j'5v[?\u001b\rPm\u001fPV\u03f8#d(7Ch]e%X=\u0006Z\u0000S\rW3\u0003pD\u001e\u0011A-*\bA\u001dL\u001fnX\u0006-\u0019\u0000\u0007J\u0723\u0019Sve%}]R\u000e\u0012&W\u0005\bIPT'\u0007C]\u0583\t\u0006zX\u000b%\u033a \u04f2\f0Y^8#y?D=\u0018\n\u0018.rlov\u04cc\u001fso}vK\u001bj?X5+oz\rT\b[~\u000e#.D\u001bz\u0017^=o7_<{\u0276\u0015\u0578\u0224?~\u00b2b\b\bTc\u0012>@+\bl\u0004\u00110M Yi\u0000?@\u0007E\u03baAB\t ~\"M.uQ'\u0198X\u0011y@V@\"cd2\u0019O(Je5e5e5\u000bf5Kf5f5f5\u000bg5Kg5g5g5\u000bh5Kh5he4OJci\f9MHPIjZNY!\u0015\nkty\r[\u0018\u0007\u0012[\u001fHD\"\u0012\u078f\u0018=9\u02efd^g\u0015\u001bGi-\u04e2X&(P)\u0012}\u0632O!\u19c4SDa?\u0002\u0010W\u0002@u@u\u000bAuKAuAuAu\u000bBuKBuBuBu\u000bCuKCuCuC\u0005\u0004\"DS$bD,HL*ErQ^%\u0019\u0015\u0011Fp0gg'\u0006.\u0610\r\u01dfF\u03ad\trD1\u0001E\u000bx\u0664\/uT~j\u037f\u0311vb-}dvf\u0001\u03ebH_H_\u07a8|j\u0005|5yn^]{9\u001c\/;P<\u494db%x~\tz^k\u0002\u0017X7\u0005:b\u0001si><\u000f\fz9\u001d#Jh{%\u001bC,RU*#TCnP^\u0010*2IZ=.a\u0018sUTEQ*\u07ffs+|\"AWzU6EZ\/H7I*\u0002\r\u0012s\u000f#yD\u06ca\u0014)'QQ\u0299@\u001d\u00155\u0622b9)s\u00db\u0017>n\u001dzE-\u000bNuYeU5U\u0519\u07f0]\u0007[}%H7\u0015\u0018\u0018{\u000f\t\u0006e19-F`\u000b3n\u000b\u06c2Qmr\u0016mY,K0%[\u000e&[\n\u0680c+G\u0006h6z\u0014\u0002kv\u001bXq%7zZ]B+i\u0427d[oO\u064f\u04edy\u0274UNL\t[2vj\u001eKrle_uM=\u00d9F!M\u021400GR\u02a6u?\u0012\u0010\u0004sGe=%\u0006k\u0016\u0007k\u0007k\u0016\bk\bk\u0016\tk\tk\u0016\nk\nk\u0016\u000bk\u000bk\u0016\fk\fk\u0016\r\u02c6#+t\f\u001f\\&>\u001d0\u00c4\u012c^)\u0019\r_.9\u0017az\u0005>O\u07bbl\\\u013fb{<\uc5d5m_Z7\u001fN>\/S\u0003G\/3\uf0a60\bGwBW\u001e\u0011#v0\u04a3|!`I\r'wQnv;\u001b\u001e\u04d6|W%\u00157m^\u0003\u066fkk!g9%VI.fU\u039cibphC\u001dP\t-\u001ev<\u001d_t,8u\u001f\u0016'O),\u0012\u0016y\"H\u0017\u0012Y\f48V\u001e\u0014\"\"CZtr\u0016\u06b7NWTY\u0002x\\T\u052fa\u05ca\\\u0000*BZ\u0011'i6MXv\u0007\u0004Ru*3\u0013A\u0006\u0014hk\u0002V \":O\u001bL>-vuzib`W\u0dbb[\u04a8hT\u0019\u0002>\u069b8Rl\u00178lS:\u000f\u001d+Mq\u0007ngWY\u0012M=V\u0694jC\u0010ugw]Kk\u000f5\u051b\u04a1~PTR>8\u001f\u000e\u03be}K\u0004\u013678PPTu1t:5\u7aa1Ogj&e\u0005(zh)I\ue522Nz\u001b\\t6KM)IS5OTJp4\u0007aHgSR e'\u0012c=C\u0007MgsEPl6c>\u001f]\u0012BN|BA\u07fa\u001b(xwl))Z\u07ea\u000b3\u04c9'x_\tV\"\u0013N'\u05f6?R%TJ0T~\u056a7B\u001d*Uf\u06951\u0566@-aM\u001b|\u0565^BDL%\u0015\u0017\t \u0450tq\u0490D,V\u0012]\u0006o^>r66(wL.&Q?r1\u0014Jak\u001elS R\u0015VgU\u001f\u0000f\"S~7\u0019NFPR:\/\u0017M\u0002q\n\bQ#Yk>\t\u0003\u03efXu\\{wjv\u001aaOUYS\u07a7~xBh-7\u9546osmZC\\\t\ucf29y?N'Si\u0005G]\u001euX)vJ:XJq6-Skp2o\u0014r\u078fS\u0014\r\u058f\u02a7WS\u0101l^=\u0003\u0005\u001b\u001c6u8c8I\u0010\u0003\u016d|@\u0014jq{\u001d}U\u0005\u0018eV(cwgeF1w#\u001dh\u001boo{>7\u03aa@NBpF\u001be[\u3595s\u0001^Cr\u000f\u001a-wpC$\u009c\\)MTQ\u000f\u0011\u000fMC\t\u0011>t\u0007{u\u0015DS,PzU\u04f9he\u001eJj\"\u001fX\u07a1h\u00055#\u07c74l\u001d;\u0000wO\u000b:\u00023\u0704Y0CmM(=3r\u000br\t|(dft&\u0314+#ZUNV\no<(=c1w\/~\u0718IA)\u0012CYYYYYYYYY\u0000Y\u0002Y\u0004Y\u0006Y\bKT1p=\u0016\ubb67]\u01fc%+hO*\u05bb\u0016nn\u0001n\tn\u0011n\u0019n!n)n1n9nAnInQnYK@\u0622K[c\u001apn^y\u001aI=\r\n>\u001f\fy\/\u000f#\u0015]58[wa\u0010\u0015\u01ffTL\u01399,>\u0018ZMUePB@Q?a)\u0004\u06c9T\u0001*Pv\u02b3WB-!`\u0016\u026aT)*\u068fuCXA!v\u001cm\nRZE\u001057:l6\u06fbq,9+\\5\u001f#%Lqv\u02b1\u001dg\u02d4b3*2\u99a4<\/\u0000\"C\u0000Etw(\b\u0003\\{6P\u001f@mNL8I}hUR\u0005ni\u044bL\u000b38n\u00113;:0\u0319\u022c*o%riHTPD\u0003\u001b\/[ax\u0672`G|a\u000f\u0019h\u001a\u0016Y\u0019Pn\"\u0016\u044b\u0011A\\4\u001eH\u0013\u000e\u0001:\f<G\u036e\u001cs_jH`\u0496m\uc1ed\u0017V\u028fm\u0016VZ\/R4\u0016\t4W\u0018m~vA#T\u00180c\u06cf\u023a\u0015\u0555:\u0010eF\u00165Z'({o\nZ\u00cf~3~y\u0007]|$M\u001fC]ZKQy{7\n5U\u000b\u0017\u0666C\u0003\\D\u07b9\/Qx c{Dz1\u001aUw\u001dIR\u0017\r\u0393F$je!\\jX\u0012\/\\\u0006]J\u001ew=bQcoq%}\u046f\u001a~\u0005\b\u0001U\u0010\u0001\t\bh#\u0016\n0\u00039\u0010H\u0002\u001cw[c.Y\u0017eM ~}\u001c;Nq{\u0003\\\u001c5GG\u0016Of\u000b*n;{\u024dm@\u000f5&7km|\u0015K\/,\u001a\u001c<$%0Ly\u0019H@R\u000fCd\tL\u038d\u000b\u37f3\u001b^9\/kAH\u00136OB3y1q+F@\u0005'=\u0011=Ms2G\u001aYjY>#5J\u000e%O#\"K\u008cjE\ua526R~H4Q\n32\u000f1X1KY_^\u001fcj\u0447l\u0142lb1I3HR,aiu6\u037cM3q4S7mLK,of\u0002ip\u0006\u0003\u04986xi9\u001a\t\ns\u001a\u0005r1i\u00a4o\u001f&X\u000bwt\u0013\u001e\u074cG7y4r\u06a3&>n<\/[Y|k Y|\u001bl;\u00a5\u0767<\u02f2>*\u001fD\n`J\u0018{_S\u0000g\u0007BMb:\bT\u001d)\u001b\u0003Qx\u001f\u0013j\u0001\bE\u0764D\/\u001aF~'\u04d2}b_\u001b\rZMc\u00182zwZ4\u0007\u352dw|\u0011d^4Lc\":~\u0226\u0019\u00136\rQ\u076bo)|\u0011\u00186\u0006\u0418\u00b7G\u00116\u3c571oR\"xuds0l1oiL&\u0798Wj)|+[a8\u00126t\u0010)|9\u001bf~%E-i\u000e\u35b2I{\u0006V\"\u0018z2X\u0007W\" \u0010h!4,oLlsz\u0013o\u0017\u07ef\u0005x\u0004\/-ml(\u071c\u0767O?\u043f\u00d7f\u0013pb_r2->\u001fP~_4\tZ\u06a6e|\u075878\u0005lu\u0011kH\u0019E\u001f\uf2c6\\G\u001e\u0010\u0016A~_>C%\u0004YDoZ\\r\\\u0015=\u04cch;K15\u0014cFd\ub33e6^\r\u018c=\u82f0C!\u0001.M\u03d9\u0457K6;f\u001ef\u0015\u0007\u02e6\u0011&kE.nd]p'N[6$t\u25e76$]*\u000eD3lWS\u0242PeOI)%UaFm|k%\u0005RJ\u0129xi\u001a%\u0153\u0113'\u0003NX.=X[)= \u077f\u07d1-|0\u0003C0I\u001f\u001awgK\u0018?\u01a8t4^#\u00049e+%yj\u04a4PJ\u0017\u0006E[f\u0007\u04e2\u0011Y\u0013`Jm\u0012\uf78ai2\u001e}CY\r\u001e\u0005*\t(aD_-`\u0002s>K_P|A\u00002%\u001e7](\u0018=C\/\u0010\u0000\u000ftE\/\u0744#z\u0010m\u04c45Ah\b\u0573fg\u000fq)rqRe\u000eEWX]#\t\u0003\"P{&j\u0002|a09h\u00027\u0016U\u0011b\\i}'Y\u076fN\u0017P7\u001a_n9SsF_\u0011\u001a$mk-*uc\u5625Jt\n4h*7f=\u001d\u0458\u0498]Q\t\u0016)=\u0791p\u0014zIKJA.-zM\u0674sOGF71vE\u00c8\u001a\u0012EBB!\u060fa&s\fz02<03=$U:\t3<5ES\\f\u00b83\b\u70ef8R\u000b\u000f~ \u0387\u0010\\<\/\u04a5.8UN\u001bk7i\tXl,X8Y?sl\u0003j>Y-&\u0015OBzI\u001aOn]nE\u0650]!3+_.gf|K\u00079\bf=W\u0004`*\bS~\u018c^\\X\b.eEC\u0007\u0007'?q3\u0003)EK\u0017Ls\u02e1cG\r\/fk\u0017\r\/F^\u001ay\u0001]\u0010Ib\u0012@>D,\u0006D\u0010\u001cL\f\u0014Zk!4d8!\u0007z\n\u001aVv,5\u0015Dzh{.\u02d9JXXI\u001a\u001avzf\u001a3p\u054f*2\u00117\u8b4e;\u0000?U\u0017\u065b3Fiy\u0786:h\u001d\u0017<~4\u0331\u0019\u00054\u0002C~\"\fU\u05a3tDs\u000eo\u019ei;BJ\u00154vR\u0003lV\u001ab'3i{5\u07e0n\u0011T\foDlV\u000b\u0016X\u0015-WRdi$ZY=\u67b5R+.]\n%2TGM8E21Y&Y\u0003T#*R\u0018Vd\u0005%\bU\u022b\u0013Wk&\u0006\u000b5Uk#&TK\u001f\n\u000e\/E\u0006\u0010#\u001fEG\u000bO\bo\u0006N!eF@D,O\u0646\u0013:\/$L\u001b4T\u00190n{]v|PJ\b\u001b2J\\Fh!YfZ\u0017j&fj\u001bj&\u0661fz\u001fj&\u0019b{(HLW[KJ\foC\u0015^\bo\u000b\rV\u0012b\u0005`*:)\u0010Cf\u02b4]xE-pUw\\'5\u001b\u0238\u001aRFKNZ\u0003hW[%'^MW%\u0012s\/K7Mt\/\u0004L7\u0003Mts0$L7\u000bMt0DL7\u0013;XC2&cc2:VU\u0012)%q6\u001d+\u0003h\u001c\u000f\u0006U\\#;\u07f8kqy`\u0011(\u001a\\\roj~XQq~e\u001bllSO{\bZ \u0013o>wf3C6T*u\u00106'T{b+bw ^4.\u0654G\u0011\u04de\u0676\u001b\u001eYj!iGa@\u0004iX\tn\f\u04d7\u0004\u00115\u0010\u0015\u056aNMF\u001a]\u0003\tc\u0000\u0002\u0014H47@~\u0017?\u0001sl\u01f6U\u00e0\u0247\u0349?b\u0016\u0000(\u001a\u001fH4\u0010E\u0018}k\u0011<\u00dc-\/p\u076akL|\u0007C1\u028a\u06cd\b\u001ez0Dx\u0006o\u00106&spz\u0015V\/i\f2o\u0018\u0006\u0000Gt[\u0006rZ\u0718\u0006\u559c\\ c[}N4mQx)\u0429eB\u001eN\t&\u0016$@m\\0q,m\u000bJ\u0018V%M9l\u0013:G9]r\u001aqiB\u0018V!\"hbBxDxZcggWnJ\u0011\u000e\\~\u001cz'\u0253>:5:\t4rj1\u000fCNd1 Uzchg\u000311J7t&fc\/wb^\b8~d_tMF\u0017S{\r'&N_L\\\u00189\u0006e\u001e3(lt1\u001a9Dc0L\u001d\u0004N3Lm\u0018f\u001d\u00167aJf&ir\u025cz67OI\u0014om+\u001d\u001e8.K\t3\u000e\u0159I9m\u035bt\u0013'I7u\u0180G\u001a\u0003\u001e\u01c0Z\u000e*9QW+a\u0310J\u001b1\u0311x\/L,u\u001cWF\u0005\u073f0GOv+q\u001e\u001e\u001c\u0005!*ysj7\u137eZ\/d\b\u0005\u000e\u0002M\u001bMd\u0015Y\f!O1=)\u03c4\u0000PG6\u042d{v\fud\u000b\u0004\u000b*.\u0014PG\u00046\u04ad\u0011v\fuk\u0019HGQ\ntD$'r\u0000j\u0003\u001dE\u0007O\u0007TP)\f\u0015f\u0018x(&p\u0006\u0667\u0003\buDuea\u00f00P^:\"te\u0015\u00f0\n\nu<\u001f&\u0013=:v\u0014\ub220\u0716Ic\u001dM\u0018xXb\u0010\fu<\u000f_\u001aD}y\u0018z\u001dq_\u001c{q\u0617\u00ea\u0001\u0006?tE\u044e|~_\u00175G\u000b];\u0017Ukoq+\u000b\u001cwv^\u063b\u001dUu^3fTzzF0\u001fc\fcX04\u07d4|$yhey\/gg\\v\u069b&bza*\/fTQK\u001d_gz,b{X|K\u143d\u000e\u043b\u0006\u0450Rwh@\u000eifyififzfif{fo|\u0146\u000f<\u0001\u001d%\u0006KxTXI9:<\\R\u000b\u0366t)|J7\u0368tS*\u075cJ7\u036at*\u077cJ7\u036c\u0004j\f\u001dNYoGw\u0019\u001c7rz\u000764V\u001f\u000bV\u0217wZlr%uYsV3\u04cd\u000ez0dw\u0004\r>RG=I\u96a5\u001cP\u036al\u01f0\u000b\u001b1Bu[Hz-P2\u000e\u0010\u0017\rC\u000f&i\u05bfaW'x\u0007\u0010f\\2\u001c]\u000f-J\u0183U\u022d5[\u001a\u0004+6P?E\u72baG7E6>u\u0011oueZ\u00f0N\u001c\"\t\u0686#_*_A\u0017\u001f-V\u001b\u001aL]k=~zXJ[ixT8\u066cB\u001f\\ \u0016&T\/Yp\u0006\u000b(U\/\u001c\u0000\u0010!\n\u000250 \u0001\u0001mdB\u001c\u00065p \u0007\u001c\tP ,#\u000fn\u06devtSsE?\ub8ac\to2#~~Y1Wbk\u0016\u0015&p?U\u053ex{\f:%\b\u0018\u00edNe\u0010p\u0156Qe\u00186#b 6x6q_sd>S9*f\u0016w\u001c$\u0006\u0011jKp(NRQ\u02c2\u0006\nVk\nr\u0012.;F3\bf\u0530I@HZKj\u0018\u000bQ\\\tbT@8\n\u0012\ud9d9\udc90tC\u0559\nP@p?'\u0003aP`7,_0;9=.?`DZM|\u07dftt8Xy\u00d6\u001c3c1\u001fj\n\u0003Z{P]fgb\u0453\\LL\u0010\b\u001dBE~\u001c\b!,\u001d\u000b\u0002+`\r\u0000\u0002m@ktf\f\b#THI W\u0007j\u0001N[.B\/5&=9%_?V\u0567\u000f\u001b\fCOU\u0013\f\u0392x\u000bc\u001co\u001fV=Rw\\.\u001eLKSd\"\u001a\u0007&\u0012mE.nd]p.N\\\\6$t\u25e76\u00164I\u05e5\n+\u000bR'T\u0005\u02b2U\u0012\u00a0*[S\u0012W'%\u0006KJI\f$$N3\u06d5A*\u0013Iq,~\u03e4}\u0013\u000bp\u000f.\u0016Qq\u001b[\"\u001b2X,\u001fJ\u0007NO\u001a`y3fG8*S~\tm|G\u052aS\u0007jJib$<\u000f\u0000nV};2DU1(J!\u001aOVe:a\u0011815:\u0004Z\u06e8\u000fm\u0015'^HNGIB\u000b;4q\u0013L2u\u0012\u07e8-\u001dsK\"\u00044\u000e\u000bY6Ao\u0006p\u001e\u001f\u0003\u0019\u0018Z\u0004?I\u0002\u0400-`\b\"\u04a1x\u0011P\u1529wHsK!\u0012Y^r[\b\\%\u000br0\u077f%8q\"\u0795_6wOE4>\u001bL5\u07ba_8W'W\u02e8\u0002.@e)M1\u0012\u0242.\\?\u0014\u0004b\u0005\u0018\u0015l\u032dJ?}\uf71b0yDiZ\u0013\u0014\u0007\u0004j\u03d78\u0014Y\u0711U\u000f\u04bc\n+\u000fKsd\u0003K=Uq$ZuT~rr\u0019\u0097\u0522zH0Bl\u06db7wr^O_u\u0004Gjw\u01a5Z\u057d\u02b5\u000bC~\u0016tt6g\u0018\u000b\u0005Uv&\u0010\u0003ZFh\u0006\u00182c5@[\u061f)RSl{6\u0250Yat6'lr-\u0392Y\u07ac67mp\u001dkSll2\u0598\u0004,*C)13V~\u0014\u069a\u04afY<9;\u001ajf\u0007hJ#~\u001d\/V\u0017\bR7Kc\u04fb\u0003j4'\u0000{gq}b4a\u0308\ffF;h8KO\u001c0-Jv$sbMG\u0011\u0015\u0196!2]\u000b5;Ziy\u000f\u0011G\u000e-\u0426\u0017.\u0346\u001a\u001b~\r{\u0016l@\/\u0006kC\u01e0C Z{*p\u0011L\u001dR\n1||\u001c[\u0007-\u0000tx*a\u001c6=d\/c( h%Gj5\u0001f:-x?-o8\u001a>cSC\u0015\u0005kQ[mNa3Te4f*6Pdf:\f\u0006^\u0014\u00051\u0011|\u001do_E\u06f0I\/\u001fI\u0002\u000e3qFS5\u06b9P\u0019G\u001f\u0447&CS\u0019}hf6\u000e4f3S*:ulf#\u001d7c5\u0000FhW\\i\u0004\u03b1,v;\u065euy.E{=!m2~cU\"\/w\u9bcaP\u0004NQ+(\u001a^\u0494$DYTbUL\"\u0015X\u0000`\u0000\u001eX\u0016\u00058\u0000\/\u0011\r\u0017\n\u000b\u0016\u0017-(\u00166+lUFPRHI\u0014Eu\u00d3\u0005Z\u0002%\u0012*\u0014\n$\n*zsj'\u0014\u0013\u3982eX\bay1?4\u00157\n-?OLx)\u0013:\rNwP,a\u000bMm\u055a\u0004\t} V5BRt\b3RW \ry*\b\u8e29^<,\u0013(DfX\u0010\r03\/`\u04ec0ZD,|M$\u000eZ5\u0000\u0004\u0003\u0013@bp\u0019wL\u0015Vs\r8p\u0773Vtb\u000bZ}\u0005\u0019\u0011\u0671.5\u001bS>\u0010\n\n\u036fTa\u0006yv\u0794t\u001fQys?Tk\u001dm?\u0014c6s\u000b\u053cv_sH+\u0001\u0007\u0007Xa$i>\u001e\r~\u00a3\u001eX\u0013vlwZ\u00151\u001157}v'7}vo(_N\u001f\u00a5\ue6b63Hq\bwxD\u0013'VObD\n\u00062\u0010iI3r\nEb\u0016\fx\u0148W\u000fdi):\u0083r!JhZT,R+\u001a'f\u000f\u0014\u0001vzQ\u010fG\u0012j\u0006-\t'\u001a\bWjH(d?A6&rV1@;n&`+qBb4x\u06f6\"-[<{c\u001a\u001c3\u000b\u0014LN\u052f-@}\u0002]BV\u000b&\u0552J\u00a8uU\u0010d\u0016\/\u0000\u0012\"V?d!\u0010^G:;\u0004dB[mgq?\u0421ei64tX\u04f3\/\/][c2W\u001f6`K\u0019~\/p\u030e\u0002\u001a^@#3(5&.\u000es_9N\u001b\u0011\u0007qj\nvWmc\u0019w\u000f\u0012B\u0019O\u0000V9JC\u001cqz[D\u03baB|\u0010s\"L\u0002\u057c\u0012D\\\u0724-g+qC2\u001eP\u0015\u0019kFg\\\u1e0ah8k[7Ud\u000bc\u001co\u001fV=N\u0010[*\u001dLKQs\\1:\u0015\bH3O\u0000\u04aa8p9H29\u010fHH?N|\u001ee\u000fF\u0019QFzVy;HKdG\u001dQG\u015c\u001a[Uxt*Y}Tx\ub154\",m\u0531pS9):#kG\u0012RSQ\u01b1\u0016{&\u0013%CA|\u03a2\u0000NU(X\u0706\u00119d\u03ffwt\u0019Y\u001d\/$lr\u07efx 1\u0014}(*R\u0005\u02f3%zZ\bB7\t5\u066eyr\u0014FBd\u06b3\/VW4;^b&*7y(k\u0006\r6aG6&\u001f7-oNS\u0135\u001ah\u001dFf^0iz\u001fd7_\u0005?]\u0012U#{.Wt\u001f\nKn7Fru|^\/_\u00fbS\f\\2Y\/o\u001f\/O\u0002\u0004Wh\u0000\u001f\u001c\u0017\\whLx\\;cV=\/8\"^\u001dX\u001f*N\u040f>\te4x\r}\u07c5.\u0001-?'\u001f'dZ?{*e\u001e\u0214d\u001e~yC\u001eQ\u001eBv]Pos\u0013'7-7)E\u04ec^\b\rdUnone, X]\n M\/racefree[none->none, X]\n\n not (N\/consistent[none->none,X])\n\n \/\/ all transactions are atomic\n no (X.stxn - X.atxn)\n\n \/\/ avoid non-SC atomic operations\n no (X.A - X.SC)\n\n X.EV = E\n}\n\nrun p for 1 Exec, 7 E \/\/ benjamin: no soln found in 4297s\n","old_contents":"open ..\/archs\/exec_C[E]\nopen ..\/models\/c11_txn[E] as M\nopen ..\/models\/tsc[E] as N\n\nmodule c11_tdrf[E]\n\npred p[X:Exec_C] {\n withoutinit[X]\n\n M\/consistent[none->none, X]\n M\/racefree[none->none, X]\n\n not (N\/consistent[none->none,X])\n\n \/\/ all transactions are atomic\n no (X.stxn - X.atxn)\n\n \/\/ avoid non-SC atomic operations\n no (X.A - X.SC)\n\n X.EV = E\n}\n\nrun p for 1 Exec, 7 E \/\/ started on benjamin 1448 on fri 3 nov\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"a79d06c2d7b8dc1dfc073973e633ecc09632e57c","subject":"Add solutions from Wednesday's tutorials","message":"Add solutions from Wednesday's tutorials\n","repos":"jaanos\/LVR-2016,jaanos\/LVR-2016","old_file":"tutorials\/2017\/wednesday\/tutorial_questions.als","new_file":"tutorials\/2017\/wednesday\/tutorial_questions.als","new_contents":"\/\/ This tutorial models a certain kind of state machine in Alloy\n\n\/\/ A state machine is a set of states.\n\/\/ Each state q has a successor relation. \n\/\/ q.successors is the set of possible next states following state q\n\nsig State { \n\tsuccessors: set State\n} \n\n\/\/ There is exactly one initial state\n\none sig Initial extends State { }\n\n\/\/ There is a set of final states\n\/\/ Each final state has an empty set of successors\n\nsome sig Final extends State { } { no successors }\n\n\/\/ The kind of state machine we are modelling has two other kinds of state: \n\/\/ yellow states and black states.\n\/\/ By using sig declarations in Alloy these sets are disjoint by default.\n\/\/ We add an axiom (a \"fact\") asserting that every state is initial, final, yellow or black\n\nsig Yellow extends State { } \nsig Black extends State { } \nfact { State = Initial + Final + Yellow + Black }\n\n\/\/ The 0-arity predicate nontrivModel below expresses that the model is \"nontrivial\" in the\n\/\/ sense that black, yellow and final states all exist.\n\npred nontrivModel { #Final > 0 && #Black > 0 && #Yellow > 0 }\n\n\/\/ Uncomment the run command below to check to see if the predicate can be satisfied in scope 1\nrun nontrivModel for 5\n\n\/\/ *** EXERCISE 1 ***\n\/\/ (a) Find the smallest scope in which nontrivModel is satisfiable\n\/\/ (b) Look at the model generated by clicking on Instance\n\/\/\tTo improve the display of the model click on Theme\n\/\/\tClick on sig Black in the left-hand menu and colour Black states black\n\/\/\tSimilarly colour Yellow states yellow, the initial state green and final states red\n\/\/\tClick on successors and delete the label from the text box in the top left corner\n\/\/\tIf there is a funny $nontrivModel relation displayed click on that and set \"show as arcs\" to off\n\/\/\tClick on Apply and then Close\n\/\/ The model should now display nicely\n\/\/ (c) Look at further models by clicking on Next\n\/\/\tAlso run nontrivModel again in larger scope (not too large) to generate larger models\n\n\/\/ *** EXERCISE 2 ***\n\/\/ Say that a state is deadlocked if it has no successors.\n\/\/ The sig declaration for Final requires final states to be deadlocked\n\/\/ Add an axiom stating that only Final states can deadlock\n\/\/ (You may find it useful to use a comprehension term { q: A | P }\n\/\/ which defines the subset of those q in set A that satisfy property P)\n\/\/ For a good reference on the logic of Alloy look at the slides for Session 1 of: \n\/\/ http:\/\/alloy.mit.edu\/alloy\/tutorials\/day-course\/\n\nfact { all q: State - Final | some q.successors }\n\n\/\/ After this, and all subsequent exercises involving the addition of new facts run nontrivModel\n\/\/ in suitable scope and use the Next button to again explore the range of models available\n\n\/\/ *** EXERCISE 3 ***\n\/\/ Add an axiom stating that every state is reachable from the initial state\n\nfact { State = Initial.*successors }\n\n\/\/ *** EXERCISE 4 ***\n\/\/ Black nodes are intended to represent error states. \n\/\/ When an execution reaches a black node it has to be corrected by eventually\n\/\/ resetting the system by returning it to the Initial node.\n\/\/ Add an axiom stating that the initial node is reachable from every black node\n\nfact { all q: Black | Initial in q.^successors }\n\n\/\/*** EXERCISE 5 ***\n\/\/ Yellow states are intended to represent non-error intermediate states that \n\/\/ may be encountered en-route to arriving at a final state\n\/\/ Add an axiom stating that every yellow state has a path to a final state\n\nfact { all q: Yellow | some q': Final | q' in q.^successors }\n\n\/\/ *** EXERCISE 6 ***\n\/\/ In this exercise we use the \"assert\" command to state a property that we\n\/\/ hope follows from the axioms.\n\/\/ The property is that every state has a path to a final state\n\/\/ complete the assert command below by filling in the property\n\/\/ between the curly braces.\n\nassert finishable { all q: State | some q': Final | q' in q.*successors }\n\n\/\/ Uncomment and modify the check command below to check finishable in a sufficiently large scope to\n\/\/ be confident whether or not the property is true.\n\ncheck finishable for 5\n\n\/\/ If the property is not true then can you fix the model to make it true?\n\n\/\/ *** EXERCISE 7 ***\n\/\/ There is one further property we want to axiomatize.\n\/\/ We want to force the system to reset after a Black state.\n\/\/ This can be achieved by requiring that \n\/\/ every path to a final state from a black state goes through the initial state.\n\/\/ Add this as an axiom.\n\/\/ (Hint, you might need to use set operators to define a derived relation.)\n\nfact { no Black.^(successors :> (State - Initial)) & Final }\n\n\/\/ Additional property: no final state is the successor of an initial state\n\nfact { not Initial in successors.Final }\n","old_contents":"\/\/ This tutorial models a certain kind of state machine in Alloy\n\n\/\/ A state machine is a set of states.\n\/\/ Each state q has a successor relation. \n\/\/ q.successors is the set of possible next states following state q\n\nsig State { \n\tsuccessors: set State\n} \n\n\/\/ There is exactly one initial state\n\none sig Initial extends State { }\n\n\/\/ There is a set of final states\n\/\/ Each final state has an empty set of successors\n\nsig Final extends State { } { no successors }\n\n\/\/ The kind of state machine we are modelling has two other kinds of state: \n\/\/ yellow states and black states.\n\/\/ By using sig declarations in Alloy these sets are disjoint by default.\n\/\/ We add an axiom (a \"fact\") asserting that every state is initial, final, yellow or black\n\nsig Yellow extends State { } \nsig Black extends State { } \nfact { State = Initial + Final + Yellow + Black }\n\n\/\/ The 0-arity predicate nontrivModel below expresses that the model is \"nontrivial\" in the\n\/\/ sense that black, yellow and final states all exist.\n\npred nontrivModel { #Final > 0 && #Black > 0 && #Yellow > 0 }\n\n\/\/ Uncomment the run command below to check to see if the predicate can be satisfied in scope 1\n\/\/ run nontrivModel for 1\n\n\/\/ *** EXERCISE 1 ***\n\/\/ (a) Find the smallest scope in which nontrivModel is satisfiable\n\/\/ (b) Look at the model generated by clicking on Instance\n\/\/\tTo improve the display of the model click on Theme\n\/\/\tClick on sig Black in the left-hand menu and colour Black states black\n\/\/\tSimilarly colour Yellow states yellow, the initial state green and final states red\n\/\/\tClick on successors and delete the label from the text box in the top left corner\n\/\/\tIf there is a funny $nontrivModel relation displayed click on that and set \"show as arcs\" to off\n\/\/\tClick on Apply and then Close\n\/\/ The model should now display nicely\n\/\/ (c) Look at further models by clicking on Next\n\/\/\tAlso run nontrivModel again in larger scope (not too large) to generate larger models\n\n\/\/ *** EXERCISE 2 ***\n\/\/ Say that a state is deadlocked if it has no successors.\n\/\/ The sig declaration for Final requires final states to be deadlocked\n\/\/ Add an axiom stating that only Final states can deadlock\n\/\/ (You may find it useful to use a comprehension term { q: A | P }\n\/\/ which defines the subset of those q in set A that satisfy property P)\n\/\/ For a good reference on the logic of Alloy look at the slides for Session 1 of: \n\/\/ http:\/\/alloy.mit.edu\/alloy\/tutorials\/day-course\/\n\n\/\/ After this, and all subsequent exercises involving the addition of new facts run nontrivModel\n\/\/ in suitable scope and use the Next button to again explore the range of models available\n\n\/\/ *** EXERCISE 3 ***\n\/\/ Add an axiom stating that every state is reachable from the initial state\n\n\/\/ *** EXERCISE 4 ***\n\/\/ Black nodes are intended to represent error states. \n\/\/ When an execution reaches a black node it has to be corrected by eventually\n\/\/ resetting the system by returning it to the Initial node.\n\/\/ Add an axiom stating that the initial node is reachable from every black node\n\n\/\/*** EXERCISE 5 ***\n\/\/ Yellow states are intended to represent non-error intermediate states that \n\/\/ may be encountered en-route to arriving at a final state\n\/\/ Add an axiom stating that every yellow state has a path to a final state\n\n\/\/ *** EXERCISE 6 ***\n\/\/ In this exercise we use the \"assert\" command to state a property that we\n\/\/ hope follows from the axioms.\n\/\/ The property is that every state has a path to a final state\n\/\/ complete the assert command below by filling in the property\n\/\/ between the curly braces.\n\nassert finishable { }\n\n\/\/ Uncomment and modify the check command below to check finishable in a sufficiently large scope to\n\/\/ be confident whether or not the property is true.\n\n\/\/ check finishable for 1\n\n\/\/ If the property is not true then can you fix the model to make it true?\n\n\/\/ *** EXERCISE 7 ***\n\/\/ There is one further property we want to axiomatize.\n\/\/ We want to force the system to reset after a Black state.\n\/\/ This can be achieved by requiring that \n\/\/ every path to a final state from a black state goes through the initial state.\n\/\/ Add this as an axiom.\n\/\/ (Hint, you might need to use set operators to define a derived relation.)\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"ccedfcb547d48f97f50301ef72e28d7def6014a7","subject":"remove blackHeadIn*","message":"remove blackHeadIn*\n","repos":"nishio\/learning_alloy,nishio\/learning_alloy,nishio\/learning_alloy","old_file":"illust_logic\/illustLogic.als","new_file":"illust_logic\/illustLogic.als","new_contents":"open util\/ordering[Col] as cols\nopen util\/ordering[Row] as rows\n\nabstract sig Region {\n\tindex: Int\n}\nsig Col extends Region {\n cell: Row -> Color\n}{\n\tindex >= 0\n\tindex <= 9\n}\nsig Row extends Region {}{\n\tindex >= 0\n\tindex <= 9\n}\n\n\n\nfact {\n\tall r: Col - last {\n\t\tadd[r.index, 1] = r.next.index\n\t}\n\tall r: Row - last {\n\t\tadd[r.index, 1] = r.next.index\n\t}\n}\n\nenum Color { Black, White }\n\nfact {\n all c: Col, r: Row | one cell [c, r]\n}\n\n-- both Row and Col\npred prev_is_white(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u30c8\u30ea\u30c3\u30af: prev\u304cCol->Col\u3067\u3082Row\u306b\u4f7f\u3063\u3066\u3088\u3044\n\t\/\/ \u306a\u305c\u306a\u3089\u7a7a\u96c6\u5408\u304c\u8fd4\u308b\u306e\u3067in White\u304c\u6210\u7acb\u3059\u308b\u304b\u3089\n\tcell[prev[c], r] + cell[c, prev[r]] in White\n}\n\npred no_prev(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u30c8\u30ea\u30c3\u30af: next\u304cCol->Col\u3067\u3082Row\u306b\u4f7f\u3063\u3066\u3088\u3044\n\t\/\/ \u306a\u305c\u306a\u3089\u7a7a\u96c6\u5408\u304c\u8fd4\u308b\u306e\u3067no\u304c\u6210\u7acb\u3059\u308b\u304b\u3089\n\tno prev[c] and no prev[r]\n}\n\n\/\/ c, r\u304c\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u3067\u3042\u308b\u304b\u3069\u3046\u304b\npred is_black_head(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u6700\u521d\u306eRow\u3067\u3042\u308b\u304b\u3001\u307e\u305f\u306f\u524d\u306eRow\u306e\u30bb\u30eb\u304c\u767d\u3044\n no_prev[c, r, prev] or prev_is_white[c, r, prev]\n\t\/\/ \u3053\u306e\u30bb\u30eb\u306f\u9ed2\u3044\n cell[c, r] in Black\n}\nfun range(start, end: Region, next: Region -> Region): Region{\n\tstart.*next - end.^next\n}\n\nfun get_block_end(start: Region, size: Int): Region{\t\n\tplus[start.index, minus[size, 1]][index]\n}\n\nfun headsInRow (r: Row): set Col {\n { c: Col | is_black_head[c, r, cols\/prev]}\n}\n\n\/\/ Col c\u306e\u4e2d\u306e\u3001\u30d6\u30ed\u30c3\u30af\u306e\u982d\u3067\u3042\u308bRow\u306e\u96c6\u5408\nfun headsInCol (c: Col): set Row {\n { r: Row | is_black_head[c, r, rows\/prev]}\n}\n\nfact noOtherHeadsInRow {\n no c: Col, r: Row {\n\t\tc not in headsInRow[r] and is_black_head[c, r, cols\/prev]\n\t}\n}\nfact noOtherHeadsInCol {\n no c: Col, r: Row {\n\t\tr not in headsInCol[c] and is_black_head[c, r, rows\/prev]\n\t}\n}\n\n-- about rows or cols\n\n\n\n\n\n\npred headsSeqInRow (r: Row, s: seq Col) {\n s.elems = headsInRow[r]\n all i: s.butlast.inds | lt [s[i], s[plus[i, 1]]]\n}\npred headsSeqInCol (c: Col, s: seq Row) {\n\t\/\/ s\u306e\u8981\u7d20\u306f\u30d6\u30ed\u30c3\u30af\u5148\u982d\u306e\u96c6\u5408\u3068\u540c\u4e00\n s.elems = headsInCol[c]\n\t\/\/ s\u306f\u5358\u8abf\u5897\u52a0\n all i: s.butlast.inds | lt [s[i], s[plus[i, 1]]]\n}\n\n\nfun Int2Row (i: Int): Row {\n\tindex.i & Row\n}\n\npred rowHint (j: Int, sizes: seq Int) {\n let r = Int2Row[j] | some cs: seq Col {\n #sizes = #cs\n \/\/ cs\u306f\u9ed2\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u306e\u4f4d\u7f6e\u306e\u30bd\u30fc\u30c8\u3055\u308c\u305f\u30b7\u30fc\u30af\u30a8\u30f3\u30b9\n headsSeqInRow [r, cs]\n all i: sizes.inds {\n \/\/ cs[i]\u3092start, start\u306e\u4f4d\u7f6e\u306bsize[i]\u3092\u8db3\u3057\u30661\u3092\u5f15\u3044\u305f\u4f4d\u7f6e\u306b\u3042\u308bCol\u3092end\u3068\u547c\u3076\n let start = cs [i], end = Col & get_block_end[start, sizes[i]] {\n\n \/\/ end\u304c\u5b58\u5728\u3059\u308b\n some end\n \/\/ start\u304b\u3089end\u307e\u3067\u5168\u90e8\u9ed2\n all c: range[start, end, cols\/next] | cell [c, r] in Black\n \/\/ end\u306e\u6b21\u304c\u306a\u3044\u304b\u3001\u307e\u305f\u306f\u767d\n no end.next or cell [end.next, r] in White\n }\n }\n }\n}\n\n\n\n-- about cols\n\n\n\nfun Int2Col (i: Int): Col {\n\tindex.i & Col\n}\n\n\npred colHint (j: Int, sizes: seq Int) {\n let c = Int2Col[j] | some rs: seq Row {\n #sizes = #rs\n headsSeqInCol [c, rs]\n all i: sizes.inds {\n let start = rs [i], end = Row & get_block_end[start, sizes[i]] {\n \tsome end\n \tall r: range[start, end, rows\/next] | cell [c, r] in Black\n \tno end.next or cell [c, end.next] in White\n \t}\n\t\t}\n }\n}\n-- riddle from http:\/\/homepage1.nifty.com\/sabo10\/rulelog\/illust.html\nsolve: run {\n rowHint [0, 0 -> 3]\n rowHint [1, 0 -> 2 + 1 -> 2]\n rowHint [2, 0 -> 1 + 1 -> 1 + 2 -> 1]\n rowHint [3, 0 -> 3 + 1 -> 3]\n rowHint [4, 0 -> 5]\n rowHint [5, 0 -> 7]\n rowHint [6, 0 -> 7]\n rowHint [7, 0 -> 7]\n rowHint [8, 0 -> 7]\n rowHint [9, 0 -> 5]\n\n colHint [0, 0 -> 4]\n colHint [1, 0 -> 6]\n colHint [2, 0 -> 7]\n colHint [3, 0 -> 9]\n colHint [4, 0 -> 2 + 1 -> 7]\n colHint [5, 0 -> 1 + 1 -> 6]\n colHint [6, 0 -> 2 + 1 -> 4]\n colHint [7, 0 -> 3]\n colHint [8, 0 -> 1]\n colHint [9, 0 -> 2]\n} for 10 but 5 Int\n","old_contents":"open util\/ordering[Col] as cols\nopen util\/ordering[Row] as rows\n\nabstract sig Region {\n\tindex: Int\n}\nsig Col extends Region {\n cell: Row -> Color\n}{\n\tindex >= 0\n\tindex <= 9\n}\nsig Row extends Region {}{\n\tindex >= 0\n\tindex <= 9\n}\n\nfact {\n\tall r: Col - last {\n\t\tadd[r.index, 1] = r.next.index\n\t}\n\tall r: Row - last {\n\t\tadd[r.index, 1] = r.next.index\n\t}\n}\n\nenum Color { Black, White }\n\nfact {\n all c: Col, r: Row | one cell [c, r]\n}\n\n-- both Row and Col\npred prev_is_white(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u30c8\u30ea\u30c3\u30af: prev\u304cCol->Col\u3067\u3082Row\u306b\u4f7f\u3063\u3066\u3088\u3044\n\t\/\/ \u306a\u305c\u306a\u3089\u7a7a\u96c6\u5408\u304c\u8fd4\u308b\u306e\u3067in White\u304c\u6210\u7acb\u3059\u308b\u304b\u3089\n\tcell[prev[c], r] + cell[c, prev[r]] in White\n}\n\npred no_prev(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u30c8\u30ea\u30c3\u30af: next\u304cCol->Col\u3067\u3082Row\u306b\u4f7f\u3063\u3066\u3088\u3044\n\t\/\/ \u306a\u305c\u306a\u3089\u7a7a\u96c6\u5408\u304c\u8fd4\u308b\u306e\u3067no\u304c\u6210\u7acb\u3059\u308b\u304b\u3089\n\tno prev[c] and no prev[r]\n}\n\n\/\/ c, r\u304c\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u3067\u3042\u308b\u304b\u3069\u3046\u304b\npred is_black_head(c: Col, r: Row, prev: Region->Region) {\n\t\/\/ \u6700\u521d\u306eRow\u3067\u3042\u308b\u304b\u3001\u307e\u305f\u306f\u524d\u306eRow\u306e\u30bb\u30eb\u304c\u767d\u3044\n no_prev[c, r, prev] or prev_is_white[c, r, prev]\n\t\/\/ \u3053\u306e\u30bb\u30eb\u306f\u9ed2\u3044\n cell[c, r] in Black\n}\nfun range(start, end: Region, next: Region -> Region): Region{\n\tstart.*next - end.^next\n}\n\nfun get_block_end(start: Region, size: Int): Region{\t\n\tplus[start.index, minus[size, 1]][index]\n}\n\n-- about rows\n\nfun headsInRow (r: Row): set Col {\n { c: Col | blackHeadInRow[c, r] }\n}\n\nfact noOtherHeadsInRow {\n no c: Col, r: Row | c not in headsInRow[r] and blackHeadInRow[c, r]\n}\n\npred headsSeqInRow (r: Row, s: seq Col) {\n s.elems = headsInRow[r]\n all i: s.butlast.inds | lt [s[i], s[plus[i, 1]]]\n}\n\nfun Int2Row (i: Int): Row {\n\tindex.i & Row\n}\n\npred rowHint (j: Int, sizes: seq Int) {\n let r = Int2Row[j] | some cs: seq Col {\n #sizes = #cs\n \/\/ cs\u306f\u9ed2\u30d6\u30ed\u30c3\u30af\u306e\u5148\u982d\u306e\u4f4d\u7f6e\u306e\u30bd\u30fc\u30c8\u3055\u308c\u305f\u30b7\u30fc\u30af\u30a8\u30f3\u30b9\n headsSeqInRow [r, cs]\n all i: sizes.inds {\n \/\/ cs[i]\u3092start, start\u306e\u4f4d\u7f6e\u306bsize[i]\u3092\u8db3\u3057\u30661\u3092\u5f15\u3044\u305f\u4f4d\u7f6e\u306b\u3042\u308bCol\u3092end\u3068\u547c\u3076\n let start = cs [i], end = Col & get_block_end[start, sizes[i]] {\n\n \/\/ end\u304c\u5b58\u5728\u3059\u308b\n some end\n \/\/ start\u304b\u3089end\u307e\u3067\u5168\u90e8\u9ed2\n all c: range[start, end, cols\/next] | cell [c, r] in Black\n \/\/ end\u306e\u6b21\u304c\u306a\u3044\u304b\u3001\u307e\u305f\u306f\u767d\n no end.next or cell [end.next, r] in White\n }\n }\n }\n}\n\n\npred blackHeadInCol (c: Col, r: Row) {\n\tis_black_head[c, r, rows\/prev]\n}\npred blackHeadInRow (c: Col, r: Row) {\n\tis_black_head[c, r, cols\/prev]\n}\n\n-- about cols\n\/\/ Col c\u306e\u4e2d\u306e\u3001\u30d6\u30ed\u30c3\u30af\u306e\u982d\u3067\u3042\u308bRow\u306e\u96c6\u5408\nfun headsInCol (c: Col): set Row {\n { r: Row | blackHeadInCol[c, r] }\n}\n\nfact noOtherHeadsInCol {\n no c: Col, r: Row | r not in headsInCol[c] and blackHeadInCol[c, r]\n}\n\npred headsSeqInCol (c: Col, s: seq Row) {\n\t\/\/ s\u306e\u8981\u7d20\u306f\u30d6\u30ed\u30c3\u30af\u5148\u982d\u306e\u96c6\u5408\u3068\u540c\u4e00\n s.elems = headsInCol[c]\n\t\/\/ s\u306f\u5358\u8abf\u5897\u52a0\n all i: s.butlast.inds | lt [s[i], s[plus[i, 1]]]\n}\n\nfun Int2Col (i: Int): Col {\n\tindex.i & Col\n}\n\n\npred colHint (j: Int, sizes: seq Int) {\n let c = Int2Col[j] | some rs: seq Row {\n #sizes = #rs\n headsSeqInCol [c, rs]\n all i: sizes.inds {\n let start = rs [i], end = Row & get_block_end[start, sizes[i]] {\n \tsome end\n \tall r: range[start, end, rows\/next] | cell [c, r] in Black\n \tno end.next or cell [c, end.next] in White\n \t}\n\t\t}\n }\n}\n-- riddle from http:\/\/homepage1.nifty.com\/sabo10\/rulelog\/illust.html\nsolve: run {\n rowHint [0, 0 -> 3]\n rowHint [1, 0 -> 2 + 1 -> 2]\n rowHint [2, 0 -> 1 + 1 -> 1 + 2 -> 1]\n rowHint [3, 0 -> 3 + 1 -> 3]\n rowHint [4, 0 -> 5]\n rowHint [5, 0 -> 7]\n rowHint [6, 0 -> 7]\n rowHint [7, 0 -> 7]\n rowHint [8, 0 -> 7]\n rowHint [9, 0 -> 5]\n\n colHint [0, 0 -> 4]\n colHint [1, 0 -> 6]\n colHint [2, 0 -> 7]\n colHint [3, 0 -> 9]\n colHint [4, 0 -> 2 + 1 -> 7]\n colHint [5, 0 -> 1 + 1 -> 6]\n colHint [6, 0 -> 2 + 1 -> 4]\n colHint [7, 0 -> 3]\n colHint [8, 0 -> 1]\n colHint [9, 0 -> 2]\n} for 10 but 5 Int\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"1e8a5a7249fcbd3c633a7f635108cc5200f54730","subject":"tidied up template","message":"tidied up template\n","repos":"septract\/stellite-tool","old_file":"alloy\/checkTemplate.als","new_file":"alloy\/checkTemplate.als","new_contents":"\n\/****************************************************\/ \n\/* Inclusion checking code. *\/ \n\/* Template: .\/alloy\/checkTemplate.als *\/ \n\/****************************************************\/ \n\npred histIncl() { \n all dom, dom' : set Action, \n kind, kind' : Action -> Kind,\n gloc, gloc' : Action -> Glob,\n lloc1, lloc1' : Intern -> Thr, \n lloc2, lloc2' : Intern -> Thr, \n callmap, retmap : Thr -> Val, \n wv, rv : Action -> Val, \n sb, sb' : Action -> Action,\n hb, mo, rf, guar, deny : Action -> Action\n when { \n \/\/ Optimisation definition \n optPred[dom, dom', kind, kind', gloc, gloc', lloc1, lloc1', lloc2, lloc2', ^sb, ^sb'] \n\n \/\/ Enforce validity for LHS\n valid[dom, kind, gloc, lloc1, lloc2, callmap, retmap, wv, rv, ^hb, ^sb, mo, rf] \n\n \/\/ Interfaces are the same\n Extern & dom = Extern & dom' \n Extern <: gloc = Extern <: gloc' \n Extern <: kind = Extern <: kind' \n \n \/\/ Nonatomics disabled \n \/\/ DRF[dom, kind, loc, wv, rv, ^hb, ^sb, mo, rf]\n\n guar = getguar[dom, ^hb] \n deny = getdeny[dom, kind, gloc, wv, rv, ^hb, ^sb, ^mo, rf] \n \n \/\/ Cut irrelevant executions. \n cutR[dom, kind, gloc, wv, rv, ^hb, ^sb, ^mo, rf] \n cutW[dom, kind, gloc, wv, rv, ^hb, ^sb, ^mo, rf] \n cutF[dom, kind, ^hb, ^sb, ^mo, rf] \n\n \/\/ Sanity conditions \n Action = dom + dom' \n\n \/\/ Make the relations nicer to display \n is_core[hb] \n is_core[sb] \n is_core[sb'] \n } | \n some wv', rv' : Action -> Val, \n hb', mo', rf' : dom' -> dom' | { \n (Extern <: wv) = (Extern <: wv') \n (Extern <: rv) = (Extern <: rv') \n\n \/\/ Enforce validity for RHS \n valid[dom', kind', gloc', lloc1', lloc2', callmap, retmap, wv', rv', ^hb', ^sb', ^mo', rf']\n\n \/\/ Nonatomics disabled \n \/\/DRF[dom', kind', loc', wv', rv', ^hb', sb', mo', rf']\n \n \/\/ Histories are related\n getguar[dom', ^hb'] in guar \n getdeny[dom', kind', gloc', wv', rv', ^hb', ^sb', mo', rf'] in deny \n }\n} \n\n\n\/****************************************************\/ \n\/* Debugging code. *\/ \n\/* Generate LHS \/ RHS of the inclusion. *\/ \n\/****************************************************\/ \n\npred histInclRun() { \n some dom, dom' : set Action, \n kind, kind' : Action -> Kind,\n gloc, gloc' : Action -> Glob,\n lloc1, lloc1' : Intern -> Thr, \n lloc2, lloc2' : Intern -> Thr, \n callmap, retmap : Thr -> Val, \n wv, rv : Action -> Val, \n sb, sb' : Action -> Action,\n hb, mo, rf, guar, deny : Action -> Action, \n wv', rv' : Action -> Val, \n hb', mo', rf' : dom' -> dom' | { \n\n \/\/ Optimisation definition \n optPred[dom, dom', kind, kind', gloc, gloc', lloc1, lloc1', lloc2, lloc2', ^sb, ^sb'] \n\n \/\/ Enforce validity for LHS\n valid[dom, kind, gloc, lloc1, lloc2, callmap, retmap, wv, rv, ^hb, ^sb, mo, rf] \n\n \/\/ Interfaces are the same\n Extern & dom = Extern & dom' \n Extern <: gloc = Extern <: gloc' \n Extern <: kind = Extern <: kind' \n \n \/\/ Nonatomics disabled \n \/\/ DRF[dom, kind, loc, wv, rv, ^hb, ^sb, mo, rf]\n\n guar = getguar[dom, ^hb] \n deny = getdeny[dom, kind, gloc, wv, rv, ^hb, ^sb, ^mo, rf] \n \n \/\/ Cut irrelevant executions. \n cutR[dom, kind, gloc, wv, rv, ^hb, ^sb, ^mo, rf] \n cutW[dom, kind, gloc, wv, rv, ^hb, ^sb, ^mo, rf] \n cutF[dom, kind, ^hb, ^sb, ^mo, rf] \n\n \/\/ Sanity conditions \n Action = dom + dom' \n\n \/\/ Make the relations nicer to display \n is_core[hb] \n is_core[sb] \n is_core[sb'] \n\n (Extern <: wv) = (Extern <: wv') \n (Extern <: rv) = (Extern <: rv') \n\n \/\/ Enforce validity for RHS \n valid[dom', kind', gloc', lloc1', lloc2', callmap, retmap, wv', rv', ^hb', ^sb', ^mo', rf']\n\n \/\/ Nonatomics disabled \n \/\/DRF[dom', kind', loc', wv', rv', ^hb', sb', mo', rf']\n \n \/\/ Histories are related\n getguar[dom', ^hb'] in guar \n getdeny[dom', kind', gloc', wv', rv', ^hb', ^sb', mo', rf'] in deny \n \n }\n} \n\n\/\/ pred histInclRunLHS() { \n\/\/ some dom : set Action, \n\/\/ kind : Action -> Kind,\n\/\/ gloc, lloc1, lloc2 : Action -> Loc, \n\/\/ callmap, retmap : Thr -> Val, \n\/\/ wv, rv : Action -> Val, \n\/\/ sb : Action -> Action,\n\/\/ hb, mo, rf, guar, deny : Action -> Action | { \n\/\/ \/\/ Optimisation definition \n\/\/ some x: Glob, l : Thr | { \n\/\/ optLHS[dom - Extern, kind, gloc, lloc1, lloc2, ^sb, x, l] \n\/\/ preexecWF[dom, kind, gloc, lloc1, lloc2, sb] \n\/\/ \n\/\/ valid[dom, kind, gloc, lloc1, lloc2, callmap, retmap, wv, rv, ^hb, ^sb, mo, rf] \n\/\/ \n\/\/ \/\/ Nonatomics disabled \n\/\/ \/\/ DRF[dom, kind, loc, wv, rv, ^hb, ^sb, mo, rf]\n\/\/ \n\/\/ guar = getguar[dom, ^hb] \n\/\/ deny = getdeny[dom, kind, gloc, wv, rv, ^hb, ^sb, mo, rf] \n\/\/ \n\/\/ \/\/ Cut irrelevant executions. \n\/\/ cutR[dom, kind, gloc, wv, rv, ^hb, ^sb, mo, rf] \n\/\/ cutW[dom, kind, gloc, wv, rv, ^hb, ^sb, mo, rf] \n\/\/ \n\/\/ \/\/ Sanity conditions \n\/\/ Action = dom \n\/\/ Loc = dom.(lloc1 + lloc2 + gloc) \n\/\/ \n\/\/ \/\/ Make the relations nicer to display \n\/\/ is_core[hb] \n\/\/ is_core[sb] \n\/\/ } \n\/\/ }\n\/\/ } \n\/\/ \n\n\/\/run { histInclRun } for 4\n\/\/run { histInclRunLHS } for 6 but exactly 1 Call, 1 Ret\n\n\n","old_contents":"\n\/****************************************************\/ \n\/* Inclusion checking code. *\/ \n\/* Template: .\/alloy\/checkTemplate.als *\/ \n\/****************************************************\/ \n\npred histIncl() { \n all dom, dom' : set Action, \n kind, kind' : Action -> Kind,\n gloc, gloc' : Action -> Glob,\n lloc1, lloc1' : Intern -> Thr, \n lloc2, lloc2' : Intern -> Thr, \n callmap, retmap : Thr -> Val, \n wv, rv : Action -> Val, \n sb, sb' : Action -> Action,\n hb, mo, rf, guar, deny : Action -> Action\n when { \n \/\/ Optimisation definition \n optPred[dom, dom', kind, kind', gloc, gloc', lloc1, lloc1', lloc2, lloc2', ^sb, ^sb'] \n\n \/\/ Enforce validity for LHS\n valid[dom, kind, gloc, lloc1, lloc2, callmap, retmap, wv, rv, ^hb, ^sb, mo, rf] \n\n \/\/ Interfaces are the same\n Extern & dom = Extern & dom' \n Extern <: gloc = Extern <: gloc' \n Extern <: kind = Extern <: kind' \n \n \/\/ Nonatomics disabled \n \/\/ DRF[dom, kind, loc, wv, rv, ^hb, ^sb, mo, rf]\n\n guar = getguar[dom, ^hb] \n deny = getdeny[dom, kind, gloc, wv, rv, ^hb, ^sb, ^mo, rf] \n \n \/\/ Cut irrelevant executions. \n cutR[dom, kind, gloc, wv, rv, ^hb, ^sb, ^mo, rf] \n cutW[dom, kind, gloc, wv, rv, ^hb, ^sb, ^mo, rf] \n cutF[dom, kind, ^hb, ^sb, ^mo, rf] \n\n \/\/ Sanity conditions \n Action = dom + dom' \n\n \/\/ Make the relations nicer to display \n is_core[hb] \n is_core[sb] \n is_core[sb'] \n } | \n some wv', rv' : Action -> Val, \n mo', rf', hb' : dom' -> dom' | { \n \/\/ TODO: fix this for non-atomics \n \/\/let \/\/sc' = mo' & (kind.FenceSC -> kind.FenceSC), \n \/\/ \/\/hb' = ^(sb' + rf' + sc'), \n \/\/ wv' = wvi + (Extern <: wv), \n \/\/ rv' = rvi + (Extern <: rv) | \n { \n (Extern <: wv) = (Extern <: wv') \n (Extern <: rv) = (Extern <: rv') \n\n \/\/ Enforce validity for RHS \n valid[dom', kind', gloc', lloc1', lloc2', callmap, retmap, wv', rv', ^hb', ^sb', ^mo', rf']\n\n \/\/ Atomics disabled \n \/\/DRF[dom', kind', loc', wv', rv', ^hb', sb', mo', rf']\n \n \/\/ Histories are related\n getguar[dom', ^hb'] in guar \n getdeny[dom', kind', gloc', wv', rv', ^hb', ^sb', mo', rf'] in deny \n } \n }\n} \n\n\/\/ check { histIncl } for 7\n\n\n\/****************************************************\/ \n\/* Debugging code. *\/ \n\/* Generate LHS \/ RHS of the inclusion. *\/ \n\/****************************************************\/ \n\n\/\/ pred histInclRun() { \n\/\/ some dom, dom' : set Action, kind, kind' : Action -> Kind,\n\/\/ gloc, gloc', lloc, lloc' : Action -> Loc, \n\/\/ callmap, retmap : Thr -> Val, \n\/\/ wv, rv : Action -> Val, \n\/\/ sb, sb' : Action -> Action,\n\/\/ hb, mo, rf, guar, deny : Action -> Action,\n\/\/ wvi, rvi : Intern -> Val, \n\/\/ mo', rf' : Action -> Action | { \n\/\/ let hb' = ^(sb' + rf'), \n\/\/ wv' = wvi + (Extern <: wv), \n\/\/ rv' = rvi + (Extern <: rv) | { \n\/\/ \/\/ Optimisation definition \n\/\/ optPred[dom, dom', kind, kind', gloc, gloc', lloc, lloc', ^sb, ^sb'] \n\/\/ \n\/\/ valid[dom, kind, gloc, lloc, callmap, retmap, wv, rv, ^hb, ^sb, mo, rf] \n\/\/ \n\/\/ \/\/ Nonatomics disabled \n\/\/ \/\/ DRF[dom, kind, loc, wv, rv, ^hb, ^sb, mo, rf]\n\/\/ \n\/\/ guar = getguar[dom, ^hb] \n\/\/ deny = getdeny[dom, kind, gloc, wv, rv, ^hb, ^sb, mo, rf] \n\/\/ \n\/\/ \/\/ Cut irrelevant executions. \n\/\/ cutR[dom, kind, gloc, wv, rv, ^hb, ^sb, mo, rf] \n\/\/ cutW[dom, kind, gloc, wv, rv, ^hb, ^sb, mo, rf] \n\/\/ \n\/\/ \/\/ Sanity conditions \n\/\/ Action = dom + dom' \n\/\/ Loc = dom.(lloc + gloc) + dom'.(lloc' + gloc') \n\/\/ \n\/\/ \/\/ Make the relations nicer to display \n\/\/ is_core[hb] \n\/\/ is_core[sb] \n\/\/ is_core[sb'] \n\/\/ \n\/\/ \/\/ one Call & (dom + dom') \n\/\/ \/\/ one Ret & (dom + dom') \n\/\/ \n\/\/ \/\/ \/\/ Pre-execution structure\n\/\/ \/\/ preexecWF[dom, kind, gloc, lloc, sb] \n\/\/ \/\/ preexecWF[dom', kind', gloc', lloc', ^sb'] \n\/\/ \n\/\/ Extern & dom = Extern & dom' \n\/\/ Extern <: gloc = Extern <: gloc' \n\/\/ Extern <: kind = Extern <: kind' \n\/\/ valid[dom', kind', gloc', lloc', callmap, retmap, wv', rv', ^hb', ^sb', mo', rf']\n\/\/ \n\/\/ \/\/ Atomics disabled \n\/\/ \/\/DRF[dom', kind', loc', wv', rv', ^hb', ^sb', mo', rf']\n\/\/ \n\/\/ getguar[dom', ^hb'] in guar \n\/\/ getdeny[dom', kind', gloc', wv', rv', ^hb', ^sb', mo', rf'] in deny \n\/\/ } \n\/\/ }\n\/\/ } \n\n\/\/ pred histInclRunLHS() { \n\/\/ some dom : set Action, \n\/\/ kind : Action -> Kind,\n\/\/ gloc, lloc1, lloc2 : Action -> Loc, \n\/\/ callmap, retmap : Thr -> Val, \n\/\/ wv, rv : Action -> Val, \n\/\/ sb : Action -> Action,\n\/\/ hb, mo, rf, guar, deny : Action -> Action | { \n\/\/ \/\/ Optimisation definition \n\/\/ some x: Glob, l : Thr | { \n\/\/ optLHS[dom - Extern, kind, gloc, lloc1, lloc2, ^sb, x, l] \n\/\/ preexecWF[dom, kind, gloc, lloc1, lloc2, sb] \n\/\/ \n\/\/ valid[dom, kind, gloc, lloc1, lloc2, callmap, retmap, wv, rv, ^hb, ^sb, mo, rf] \n\/\/ \n\/\/ \/\/ Nonatomics disabled \n\/\/ \/\/ DRF[dom, kind, loc, wv, rv, ^hb, ^sb, mo, rf]\n\/\/ \n\/\/ guar = getguar[dom, ^hb] \n\/\/ deny = getdeny[dom, kind, gloc, wv, rv, ^hb, ^sb, mo, rf] \n\/\/ \n\/\/ \/\/ Cut irrelevant executions. \n\/\/ cutR[dom, kind, gloc, wv, rv, ^hb, ^sb, mo, rf] \n\/\/ cutW[dom, kind, gloc, wv, rv, ^hb, ^sb, mo, rf] \n\/\/ \n\/\/ \/\/ Sanity conditions \n\/\/ Action = dom \n\/\/ Loc = dom.(lloc1 + lloc2 + gloc) \n\/\/ \n\/\/ \/\/ Make the relations nicer to display \n\/\/ is_core[hb] \n\/\/ is_core[sb] \n\/\/ } \n\/\/ }\n\/\/ } \n\/\/ \n\n\/\/run { histInclRun } for 4\n\/\/run { histInclRunLHS } for 6 but exactly 1 Call, 1 Ret\n\n\n","returncode":0,"stderr":"","license":"mit","lang":"Alloy"} {"commit":"05e12f4a358fa2c9d1ccc8973cceff7d05e7a837","subject":"multiple drum tracks, one less constrained","message":"multiple drum tracks, one less constrained\n","repos":"ofZach\/piano","old_file":"ableton\/yyn-piano Project\/yyn-piano.als","new_file":"ableton\/yyn-piano Project\/yyn-piano.als","new_contents":"","old_contents":"","returncode":1,"stderr":"error: pathspec 'ableton\/yyn-piano' did not match any file(s) known to git\nerror: pathspec 'Project\/yyn-piano.als' did not match any file(s) known to git\n","license":"mit","lang":"Alloy"} {"commit":"9c0043b68781d526d550b86c02fa670c54aec37e","subject":"Rename a fact","message":"Rename a fact\n","repos":"pirapira\/pos","old_file":"minimum-t.als","new_file":"minimum-t.als","new_contents":"","old_contents":"","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/pirapira\/pos.git\/'\n","license":"apache-2.0","lang":"Alloy"} {"commit":"da260431c131f3b1dfbc505586e0a85e52617bfc","subject":"Add nodes","message":"Add nodes\n","repos":"pirapira\/pos","old_file":"minimum-t.als","new_file":"minimum-t.als","new_contents":"","old_contents":"","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/pirapira\/pos.git\/'\n","license":"apache-2.0","lang":"Alloy"} {"commit":"69abb065cb9228099d75a87c4667004957604d4d","subject":"brass section for stomp notes in piano mode","message":"brass section for stomp notes in piano mode\n","repos":"ofZach\/piano","old_file":"ableton\/yyn-piano Project\/yyn-piano.als","new_file":"ableton\/yyn-piano Project\/yyn-piano.als","new_contents":"","old_contents":"","returncode":1,"stderr":"error: pathspec 'ableton\/yyn-piano' did not match any file(s) known to git\nerror: pathspec 'Project\/yyn-piano.als' did not match any file(s) known to git\n","license":"mit","lang":"Alloy"} {"commit":"fb4aaebd7007a4f00975c8c1dd5538e8d146dfbe","subject":"Updated track","message":"Updated track\n","repos":"struct78\/fault-trace,struct78\/fault-trace","old_file":"ableton\/Fault Trace Project\/Fault Trace.als","new_file":"ableton\/Fault Trace Project\/Fault Trace.als","new_contents":"","old_contents":"","returncode":1,"stderr":"error: pathspec 'ableton\/Fault' did not match any file(s) known to git\nerror: pathspec 'Trace' did not match any file(s) known to git\nerror: pathspec 'Project\/Fault' did not match any file(s) known to git\nerror: pathspec 'Trace.als' did not match any file(s) known to git\n","license":"apache-2.0","lang":"Alloy"} {"commit":"6b180a89150ec1bc7d1a71fa19ced453d2f91caf","subject":"First pass of deep house track","message":"First pass of deep house track\n","repos":"struct78\/fault-trace,struct78\/fault-trace","old_file":"ableton\/Fault Trace Project\/Fault Trace.als","new_file":"ableton\/Fault Trace Project\/Fault Trace.als","new_contents":"","old_contents":"","returncode":1,"stderr":"error: pathspec 'ableton\/Fault' did not match any file(s) known to git\nerror: pathspec 'Trace' did not match any file(s) known to git\nerror: pathspec 'Project\/Fault' did not match any file(s) known to git\nerror: pathspec 'Trace.als' did not match any file(s) known to git\n","license":"apache-2.0","lang":"Alloy"} {"commit":"b4292d00a41c595b66a12d66752cdf62239ae33c","subject":"Added 9 channels","message":"Added 9 channels\n","repos":"struct78\/fault-trace,struct78\/fault-trace","old_file":"ableton\/Fault Trace Project\/Fault Trace.als","new_file":"ableton\/Fault Trace Project\/Fault Trace.als","new_contents":"","old_contents":"","returncode":1,"stderr":"error: pathspec 'ableton\/Fault' did not match any file(s) known to git\nerror: pathspec 'Trace' did not match any file(s) known to git\nerror: pathspec 'Project\/Fault' did not match any file(s) known to git\nerror: pathspec 'Trace.als' did not match any file(s) known to git\n","license":"apache-2.0","lang":"Alloy"} {"commit":"6013f6bef948ba9c18420dab3b535a8cd0942b10","subject":"Updated track","message":"Updated track\n","repos":"struct78\/fault-trace,struct78\/fault-trace","old_file":"ableton\/Fault Trace Project\/Fault Trace.als","new_file":"ableton\/Fault Trace Project\/Fault Trace.als","new_contents":"","old_contents":"","returncode":1,"stderr":"error: pathspec 'ableton\/Fault' did not match any file(s) known to git\nerror: pathspec 'Trace' did not match any file(s) known to git\nerror: pathspec 'Project\/Fault' did not match any file(s) known to git\nerror: pathspec 'Trace.als' did not match any file(s) known to git\n","license":"apache-2.0","lang":"Alloy"} {"commit":"9c203e2a7199f66e31d740e530698d478321bbb4","subject":"Finalised song","message":"Finalised song\n","repos":"struct78\/fault-trace,struct78\/fault-trace","old_file":"ableton\/Fault Trace Project\/Fault Trace.als","new_file":"ableton\/Fault Trace Project\/Fault Trace.als","new_contents":"","old_contents":"","returncode":1,"stderr":"error: pathspec 'ableton\/Fault' did not match any file(s) known to git\nerror: pathspec 'Trace' did not match any file(s) known to git\nerror: pathspec 'Project\/Fault' did not match any file(s) known to git\nerror: pathspec 'Trace.als' did not match any file(s) known to git\n","license":"apache-2.0","lang":"Alloy"} {"commit":"f111d91451495eb21ef6906c41d7955fe660fbd5","subject":"Updated test project","message":"Updated test project\n","repos":"ahollenbach\/GesturalMusic,ahollenbach\/GesturalMusic","old_file":"Other\/test Project\/test.als","new_file":"Other\/test Project\/test.als","new_contents":"","old_contents":"","returncode":1,"stderr":"error: pathspec 'Other\/test' did not match any file(s) known to git\nerror: pathspec 'Project\/test.als' did not match any file(s) known to git\n","license":"mit","lang":"Alloy"} {"commit":"37a7376085685e17e1f6b125b699c8f47780c92b","subject":"DB\u306e\u8a2d\u8a08\u3092Alloy\u3067\u691c\u8a3c\u3057\u305f refs #219","message":"DB\u306e\u8a2d\u8a08\u3092Alloy\u3067\u691c\u8a3c\u3057\u305f refs #219\n","repos":"codefirst\/AsakusaSatellite,mallowlabs\/AsakusaSatellite,codefirst\/AsakusaSatellite,codefirst\/AsakusaSatellite,mallowlabs\/AsakusaSatellite,mallowlabs\/AsakusaSatellite,codefirst\/AsakusaSatellite","old_file":"verification\/db.als","new_file":"verification\/db.als","new_contents":"sig Room {\n owener : User\n}\nsig User {}\nsig Message {\n user : User, \n belong : Room\n}\n\nsig Member {\n room : Room,\n user : User\n}\n\nfact {\n all disj a, b : Member | (no a.room & b.room) or (no a.user & b.user)\n}\n\npred show () {}\nrun show for 5 but \n exactly 2 Room,\n exactly 3 User,\n exactly 4 Message\n","old_contents":"","returncode":1,"stderr":"error: pathspec 'verification\/db.als' did not match any file(s) known to git\n","license":"mit","lang":"Alloy"} {"commit":"a412873772ca3a49419dd47ea290fb0553528e08","subject":"view_src and view can point to the same thing, weird","message":"view_src and view can point to the same thing, weird\n","repos":"pirapira\/pos","old_file":"minimum-t.als","new_file":"minimum-t.als","new_contents":"","old_contents":"","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/pirapira\/pos.git\/'\n","license":"apache-2.0","lang":"Alloy"} {"commit":"1b2919a22ce604de31e489ba8a8b41f3f538e42c","subject":"more music work","message":"more music work\n","repos":"troystribling\/seeker1,troystribling\/seeker1","old_file":"Music\/tharsis Project\/tharsis.als","new_file":"Music\/tharsis Project\/tharsis.als","new_contents":"","old_contents":"","returncode":1,"stderr":"error: pathspec 'Music\/tharsis' did not match any file(s) known to git\nerror: pathspec 'Project\/tharsis.als' did not match any file(s) known to git\n","license":"mit","lang":"Alloy"} {"commit":"18f9f6b8a121ba4ace543c66f66c2907de47a22e","subject":"Update live set","message":"Update live set\n","repos":"struct78\/the-poseidon-ensemble,struct78\/the-poseidon-ensemble","old_file":"ableton\/Poseidon Live Set.als","new_file":"ableton\/Poseidon Live Set.als","new_contents":"","old_contents":"","returncode":1,"stderr":"error: pathspec 'ableton\/Poseidon' did not match any file(s) known to git\nerror: pathspec 'Live' did not match any file(s) known to git\nerror: pathspec 'Set.als' did not match any file(s) known to git\n","license":"mit","lang":"Alloy"} {"commit":"803391d29c47a809cbfee7f159024445cc0e83f9","subject":"Final set","message":"Final set\n","repos":"struct78\/the-poseidon-ensemble,struct78\/the-poseidon-ensemble","old_file":"ableton\/Poseidon Live Set Project\/Poseidon Live Set.als","new_file":"ableton\/Poseidon Live Set Project\/Poseidon Live Set.als","new_contents":"","old_contents":"","returncode":1,"stderr":"error: pathspec 'ableton\/Poseidon' did not match any file(s) known to git\nerror: pathspec 'Live' did not match any file(s) known to git\nerror: pathspec 'Set' did not match any file(s) known to git\nerror: pathspec 'Project\/Poseidon' did not match any file(s) known to git\nerror: pathspec 'Live' did not match any file(s) known to git\nerror: pathspec 'Set.als' did not match any file(s) known to git\n","license":"mit","lang":"Alloy"} {"commit":"0b7313e36f5648acc09799554922edd27d5b887f","subject":"minor changes","message":"minor changes\n","repos":"ModelWriter\/Demonstrations,ModelWriter\/Demonstrations,ModelWriter\/Demonstrations","old_file":"eu.modelwriter.demonstration.alloyinecore\/harun\/Alloy\/Improved Feature Model\/Model_3\/feature_model_3.als","new_file":"eu.modelwriter.demonstration.alloyinecore\/harun\/Alloy\/Improved Feature Model\/Model_3\/feature_model_3.als","new_contents":"","old_contents":"","returncode":1,"stderr":"error: pathspec 'eu.modelwriter.demonstration.alloyinecore\/harun\/Alloy\/Improved' did not match any file(s) known to git\nerror: pathspec 'Feature' did not match any file(s) known to git\nerror: pathspec 'Model\/Model_3\/feature_model_3.als' did not match any file(s) known to git\n","license":"epl-1.0","lang":"Alloy"} {"commit":"579a67e1f0aa9b3345b60e71e715d734a608f3dd","subject":"Finished track","message":"Finished track\n","repos":"struct78\/fault-trace,struct78\/fault-trace","old_file":"ableton\/Fault Trace Project\/Fault Trace.als","new_file":"ableton\/Fault Trace Project\/Fault Trace.als","new_contents":"","old_contents":"","returncode":1,"stderr":"error: pathspec 'ableton\/Fault' did not match any file(s) known to git\nerror: pathspec 'Trace' did not match any file(s) known to git\nerror: pathspec 'Project\/Fault' did not match any file(s) known to git\nerror: pathspec 'Trace.als' did not match any file(s) known to git\n","license":"apache-2.0","lang":"Alloy"} {"commit":"3a811d821a6fb1dad9ee3f6c6efa5724a77de67b","subject":"more work on boot track","message":"more work on boot track\n","repos":"troystribling\/seeker1,troystribling\/seeker1","old_file":"Music\/boot Project\/boot.als","new_file":"Music\/boot Project\/boot.als","new_contents":"","old_contents":"","returncode":1,"stderr":"error: pathspec 'Music\/boot' did not match any file(s) known to git\nerror: pathspec 'Project\/boot.als' did not match any file(s) known to git\n","license":"mit","lang":"Alloy"} {"commit":"6ce0fb1c688c666040453f94adc7a52403b81323","subject":"Updated track","message":"Updated track\n","repos":"struct78\/fault-trace,struct78\/fault-trace","old_file":"ableton\/Fault Trace Project\/Fault Trace.als","new_file":"ableton\/Fault Trace Project\/Fault Trace.als","new_contents":"","old_contents":"","returncode":128,"stderr":"fatal: unable to access 'https:\/\/github.com\/struct78\/fault-trace.git\/': The requested URL returned error: 403\n","license":"apache-2.0","lang":"Alloy"} {"commit":"287b9b5553a46abec482f0ccdb4c16a52497046f","subject":"Updated test file for filters","message":"Updated test file for filters\n","repos":"ahollenbach\/GesturalMusic,ahollenbach\/GesturalMusic","old_file":"Other\/test Project\/test.als","new_file":"Other\/test Project\/test.als","new_contents":"","old_contents":"","returncode":1,"stderr":"error: pathspec 'Other\/test' did not match any file(s) known to git\nerror: pathspec 'Project\/test.als' did not match any file(s) known to git\n","license":"mit","lang":"Alloy"} {"commit":"976e25a74daba3414adde022168a57dd95326be7","subject":"Introduced slash condition 1","message":"Introduced slash condition 1\n","repos":"pirapira\/pos","old_file":"minimum-t.als","new_file":"minimum-t.als","new_contents":"","old_contents":"","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/pirapira\/pos.git\/'\n","license":"apache-2.0","lang":"Alloy"} {"commit":"a4e0b509ddf0bcbf4cfc512a11f9cb6315d89694","subject":"Reflect the fix in the protocol","message":"Reflect the fix in the protocol\n","repos":"pirapira\/pos","old_file":"minimum-t.als","new_file":"minimum-t.als","new_contents":"","old_contents":"","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/pirapira\/pos.git\/'\n","license":"apache-2.0","lang":"Alloy"} {"commit":"799df753792e1ca05f96346cf8ce5e393dfeec80","subject":"Minor modifications on Feature Model modulo Requirements Theory","message":"Minor modifications on Feature Model modulo Requirements Theory\n","repos":"ModelWriter\/Demonstrations,ModelWriter\/Demonstrations,ModelWriter\/Demonstrations","old_file":"eu.modelwriter.demonstration.alloyinecore\/harun\/Alloy\/Improved Feature Model\/Model_3\/feature_model_3.als","new_file":"eu.modelwriter.demonstration.alloyinecore\/harun\/Alloy\/Improved Feature Model\/Model_3\/feature_model_3.als","new_contents":"","old_contents":"","returncode":128,"stderr":"fatal: unable to access 'https:\/\/github.com\/ModelWriter\/Demonstrations.git\/': The requested URL returned error: 403\n","license":"epl-1.0","lang":"Alloy"} {"commit":"dc3f68b06caffee524f15d3740ed0ce7b16dcfad","subject":"Started modelling the votes consensus","message":"Started modelling the votes consensus\n\nhttp:\/\/ethereumresearch.trydiscourse.com\/t\/casper-ffg-with-one-message-type-and-simpler-fork-choice-rule\/103\n","repos":"pirapira\/pos","old_file":"votes.als","new_file":"votes.als","new_contents":"","old_contents":"","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/pirapira\/pos.git\/'\n","license":"apache-2.0","lang":"Alloy"} {"commit":"8f8ebb079c1f5f2d02339b84a00a63fc497a78c3","subject":"Updated track","message":"Updated track\n","repos":"struct78\/fault-trace,struct78\/fault-trace","old_file":"ableton\/Fault Trace Project\/Fault Trace.als","new_file":"ableton\/Fault Trace Project\/Fault Trace.als","new_contents":"","old_contents":"","returncode":1,"stderr":"error: pathspec 'ableton\/Fault' did not match any file(s) known to git\nerror: pathspec 'Trace' did not match any file(s) known to git\nerror: pathspec 'Project\/Fault' did not match any file(s) known to git\nerror: pathspec 'Trace.als' did not match any file(s) known to git\n","license":"apache-2.0","lang":"Alloy"} {"commit":"ebb24b67c45565e691f072e5656c19e4e1833693","subject":"Formulating slashing condition [ii]","message":"Formulating slashing condition [ii]\n","repos":"pirapira\/pos","old_file":"minimum-t.als","new_file":"minimum-t.als","new_contents":"","old_contents":"","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/pirapira\/pos.git\/'\n","license":"apache-2.0","lang":"Alloy"} {"commit":"4a2a7cf3c5a4c746cb6170103fc7ea227a6a2857","subject":"If the sender of the commit message is slashed, prepare is not necessary","message":"If the sender of the commit message is slashed, prepare is not necessary\n","repos":"pirapira\/pos","old_file":"minimum-t.als","new_file":"minimum-t.als","new_contents":"","old_contents":"","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/pirapira\/pos.git\/'\n","license":"apache-2.0","lang":"Alloy"} {"commit":"fd3537fab614d25ccf1d5ceb9db7ec42200863c6","subject":"Made track more bassy","message":"Made track more bassy\n","repos":"struct78\/fault-trace,struct78\/fault-trace","old_file":"ableton\/Fault Trace Project\/Fault Trace.als","new_file":"ableton\/Fault Trace Project\/Fault Trace.als","new_contents":"","old_contents":"","returncode":1,"stderr":"error: pathspec 'ableton\/Fault' did not match any file(s) known to git\nerror: pathspec 'Trace' did not match any file(s) known to git\nerror: pathspec 'Project\/Fault' did not match any file(s) known to git\nerror: pathspec 'Trace.als' did not match any file(s) known to git\n","license":"apache-2.0","lang":"Alloy"} {"commit":"9318190c886f2307957d85b68feafe940b1e4d1c","subject":"Adjusted limiter value","message":"Adjusted limiter value\n","repos":"struct78\/fault-trace,struct78\/fault-trace","old_file":"ableton\/Fault Trace Project\/Fault Trace.als","new_file":"ableton\/Fault Trace Project\/Fault Trace.als","new_contents":"","old_contents":"","returncode":1,"stderr":"error: pathspec 'ableton\/Fault' did not match any file(s) known to git\nerror: pathspec 'Trace' did not match any file(s) known to git\nerror: pathspec 'Project\/Fault' did not match any file(s) known to git\nerror: pathspec 'Trace.als' did not match any file(s) known to git\n","license":"apache-2.0","lang":"Alloy"} {"commit":"b3862acafae250229a9da71d0a21f9b11ca2c4ab","subject":"Make the slashing condition exact","message":"Make the slashing condition exact\n\nFixes #1\n","repos":"pirapira\/pos","old_file":"minimum-t.als","new_file":"minimum-t.als","new_contents":"","old_contents":"","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/pirapira\/pos.git\/'\n","license":"apache-2.0","lang":"Alloy"} {"commit":"26fcc0ad5b8e95ec4e6011ba07077cd8f40ca242","subject":"Test file works!","message":"Test file works!\n\n3 instruments, all with individual loopers\n","repos":"ahollenbach\/GesturalMusic,ahollenbach\/GesturalMusic","old_file":"Other\/test Project\/test.als","new_file":"Other\/test Project\/test.als","new_contents":"","old_contents":"","returncode":1,"stderr":"error: pathspec 'Other\/test' did not match any file(s) known to git\nerror: pathspec 'Project\/test.als' did not match any file(s) known to git\n","license":"mit","lang":"Alloy"} {"commit":"55c844862e70bf31a087f2a5f2203641a7e611f2","subject":"\"final\" mix for day 1","message":"\"final\" mix for day 1\n","repos":"ofZach\/piano","old_file":"ableton\/yyn-piano Project\/yyn-piano.als","new_file":"ableton\/yyn-piano Project\/yyn-piano.als","new_contents":"","old_contents":"","returncode":1,"stderr":"error: pathspec 'ableton\/yyn-piano' did not match any file(s) known to git\nerror: pathspec 'Project\/yyn-piano.als' did not match any file(s) known to git\n","license":"mit","lang":"Alloy"} {"commit":"2a9d3a6ec31526b4ac269ba7321167854ef9752b","subject":"Added more instruments","message":"Added more instruments\n","repos":"struct78\/the-poseidon-ensemble,struct78\/the-poseidon-ensemble","old_file":"ableton\/Poseidon Live Set Project\/Poseidon Live Set.als","new_file":"ableton\/Poseidon Live Set Project\/Poseidon Live Set.als","new_contents":"","old_contents":"","returncode":1,"stderr":"error: pathspec 'ableton\/Poseidon' did not match any file(s) known to git\nerror: pathspec 'Live' did not match any file(s) known to git\nerror: pathspec 'Set' did not match any file(s) known to git\nerror: pathspec 'Project\/Poseidon' did not match any file(s) known to git\nerror: pathspec 'Live' did not match any file(s) known to git\nerror: pathspec 'Set.als' did not match any file(s) known to git\n","license":"mit","lang":"Alloy"} {"commit":"3cc66ec53122476f28ca1eca2956c092bf6629a0","subject":"Finalised March track","message":"Finalised March track\n","repos":"struct78\/fault-trace,struct78\/fault-trace","old_file":"ableton\/Fault Trace Project\/Fault Trace.als","new_file":"ableton\/Fault Trace Project\/Fault Trace.als","new_contents":"","old_contents":"","returncode":1,"stderr":"error: pathspec 'ableton\/Fault' did not match any file(s) known to git\nerror: pathspec 'Trace' did not match any file(s) known to git\nerror: pathspec 'Project\/Fault' did not match any file(s) known to git\nerror: pathspec 'Trace.als' did not match any file(s) known to git\n","license":"apache-2.0","lang":"Alloy"} {"commit":"d8ad226548405b97ea0dcbe1ee31dbd1e4ccee52","subject":"There can be only one geneis","message":"There can be only one geneis\n","repos":"pirapira\/pos","old_file":"votes.als","new_file":"votes.als","new_contents":"","old_contents":"","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/pirapira\/pos.git\/'\n","license":"apache-2.0","lang":"Alloy"} {"commit":"1436c22370b80e778394d2225e5cbdee53f1987d","subject":"Updated Ableton project","message":"Updated Ableton project\n","repos":"struct78\/the-poseidon-ensemble,struct78\/the-poseidon-ensemble","old_file":"ableton\/Poseidon Live Set Project\/Poseidon Live Set.als","new_file":"ableton\/Poseidon Live Set Project\/Poseidon Live Set.als","new_contents":"","old_contents":"","returncode":1,"stderr":"error: pathspec 'ableton\/Poseidon' did not match any file(s) known to git\nerror: pathspec 'Live' did not match any file(s) known to git\nerror: pathspec 'Set' did not match any file(s) known to git\nerror: pathspec 'Project\/Poseidon' did not match any file(s) known to git\nerror: pathspec 'Live' did not match any file(s) known to git\nerror: pathspec 'Set.als' did not match any file(s) known to git\n","license":"mit","lang":"Alloy"} {"commit":"4b1dde6e3c1cac0481aa39458322ecc9d3e6c1e9","subject":"Updated Ableton Live Set","message":"Updated Ableton Live Set\n","repos":"struct78\/the-poseidon-ensemble,struct78\/the-poseidon-ensemble","old_file":"ableton\/Poseidon Live Set Project\/Poseidon Live Set.als","new_file":"ableton\/Poseidon Live Set Project\/Poseidon Live Set.als","new_contents":"","old_contents":"","returncode":1,"stderr":"error: pathspec 'ableton\/Poseidon' did not match any file(s) known to git\nerror: pathspec 'Live' did not match any file(s) known to git\nerror: pathspec 'Set' did not match any file(s) known to git\nerror: pathspec 'Project\/Poseidon' did not match any file(s) known to git\nerror: pathspec 'Live' did not match any file(s) known to git\nerror: pathspec 'Set.als' did not match any file(s) known to git\n","license":"mit","lang":"Alloy"} {"commit":"4f8893706146753010558500c87c5bc18b897c23","subject":"Finalised track","message":"Finalised track\n","repos":"struct78\/fault-trace,struct78\/fault-trace","old_file":"ableton\/Fault Trace Project\/Fault Trace.als","new_file":"ableton\/Fault Trace Project\/Fault Trace.als","new_contents":"","old_contents":"","returncode":1,"stderr":"error: pathspec 'ableton\/Fault' did not match any file(s) known to git\nerror: pathspec 'Trace' did not match any file(s) known to git\nerror: pathspec 'Project\/Fault' did not match any file(s) known to git\nerror: pathspec 'Trace.als' did not match any file(s) known to git\n","license":"apache-2.0","lang":"Alloy"} {"commit":"b80be6fa537fa20fa402f336bc212aa7750e49a3","subject":"Slashing condition iv can be weakened a bit","message":"Slashing condition iv can be weakened a bit\n","repos":"pirapira\/pos","old_file":"minimum-t.als","new_file":"minimum-t.als","new_contents":"","old_contents":"","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/pirapira\/pos.git\/'\n","license":"apache-2.0","lang":"Alloy"} {"commit":"b14f02a02c117ba5464487b56c7a9187ccd59606","subject":"sound mix on on-site speakers","message":"sound mix on on-site speakers\n","repos":"ofZach\/piano","old_file":"ableton\/yyn-piano Project\/yyn-piano.als","new_file":"ableton\/yyn-piano Project\/yyn-piano.als","new_contents":"","old_contents":"","returncode":1,"stderr":"error: pathspec 'ableton\/yyn-piano' did not match any file(s) known to git\nerror: pathspec 'Project\/yyn-piano.als' did not match any file(s) known to git\n","license":"mit","lang":"Alloy"} {"commit":"8a1c54be5a7b1aa2ad9f3cb6851f59721bdaf49e","subject":"Modelled double vote","message":"Modelled double vote\n","repos":"pirapira\/pos","old_file":"votes.als","new_file":"votes.als","new_contents":"","old_contents":"","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/pirapira\/pos.git\/'\n","license":"apache-2.0","lang":"Alloy"} {"commit":"9d3b0b42cdfa06c8bb6f1291c47b4d0bd665b3f1","subject":"Updated song","message":"Updated song\n","repos":"struct78\/fault-trace,struct78\/fault-trace","old_file":"ableton\/Fault Trace Project\/Fault Trace.als","new_file":"ableton\/Fault Trace Project\/Fault Trace.als","new_contents":"","old_contents":"","returncode":1,"stderr":"error: pathspec 'ableton\/Fault' did not match any file(s) known to git\nerror: pathspec 'Trace' did not match any file(s) known to git\nerror: pathspec 'Project\/Fault' did not match any file(s) known to git\nerror: pathspec 'Trace.als' did not match any file(s) known to git\n","license":"apache-2.0","lang":"Alloy"} {"commit":"0325b736c291dc7043e25ba5a80bf6caa1066ec1","subject":"Updated track","message":"Updated track\n","repos":"struct78\/fault-trace,struct78\/fault-trace","old_file":"ableton\/Fault Trace Project\/Fault Trace.als","new_file":"ableton\/Fault Trace Project\/Fault Trace.als","new_contents":"","old_contents":"","returncode":1,"stderr":"error: pathspec 'ableton\/Fault' did not match any file(s) known to git\nerror: pathspec 'Trace' did not match any file(s) known to git\nerror: pathspec 'Project\/Fault' did not match any file(s) known to git\nerror: pathspec 'Trace.als' did not match any file(s) known to git\n","license":"apache-2.0","lang":"Alloy"} {"commit":"8cd0f9d9a23cf0d53c266248356827f7049ec65c","subject":"Upgraded to Ableton 9","message":"Upgraded to Ableton 9\n","repos":"struct78\/the-poseidon-ensemble,struct78\/the-poseidon-ensemble","old_file":"ableton\/Poseidon Live Set Project\/Poseidon Live Set.als","new_file":"ableton\/Poseidon Live Set Project\/Poseidon Live Set.als","new_contents":"","old_contents":"","returncode":1,"stderr":"error: pathspec 'ableton\/Poseidon' did not match any file(s) known to git\nerror: pathspec 'Live' did not match any file(s) known to git\nerror: pathspec 'Set' did not match any file(s) known to git\nerror: pathspec 'Project\/Poseidon' did not match any file(s) known to git\nerror: pathspec 'Live' did not match any file(s) known to git\nerror: pathspec 'Set.als' did not match any file(s) known to git\n","license":"mit","lang":"Alloy"} {"commit":"1ce1240fac89b49dfaf0368d5601e751fce1a70d","subject":"scene","message":"scene\n","repos":"charlieroberts\/gibberwocky,charlieroberts\/gibberwocky,charlieroberts\/gibber.max,charlieroberts\/gibberwocky,charlieroberts\/gibber.max,charlieroberts\/gibber.max","old_file":"jibberwocky Project\/jibberwocky.als","new_file":"jibberwocky Project\/jibberwocky.als","new_contents":"","old_contents":"","returncode":1,"stderr":"error: pathspec 'jibberwocky' did not match any file(s) known to git\nerror: pathspec 'Project\/jibberwocky.als' did not match any file(s) known to git\n","license":"mit","lang":"Alloy"} {"commit":"f7fea2cc2f08bf0b829df87a04643d2f7210c29b","subject":"Updated track","message":"Updated track\n","repos":"struct78\/fault-trace,struct78\/fault-trace","old_file":"ableton\/Fault Trace Project\/Fault Trace.als","new_file":"ableton\/Fault Trace Project\/Fault Trace.als","new_contents":"","old_contents":"","returncode":1,"stderr":"error: pathspec 'ableton\/Fault' did not match any file(s) known to git\nerror: pathspec 'Trace' did not match any file(s) known to git\nerror: pathspec 'Project\/Fault' did not match any file(s) known to git\nerror: pathspec 'Trace.als' did not match any file(s) known to git\n","license":"apache-2.0","lang":"Alloy"} {"commit":"58e083dcdbc122efd1b9d704f3f9294cd71467ef","subject":"Now, cannot be own prev","message":"Now, cannot be own prev\n","repos":"pirapira\/pos","old_file":"minimum-t.als","new_file":"minimum-t.als","new_contents":"","old_contents":"","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/pirapira\/pos.git\/'\n","license":"apache-2.0","lang":"Alloy"} {"commit":"329a58e43aba8b802d2026c9482529c9c778bc65","subject":"Classify nodes into sane nodes and slashed nodes","message":"Classify nodes into sane nodes and slashed nodes\n","repos":"pirapira\/pos","old_file":"minimum-t.als","new_file":"minimum-t.als","new_contents":"","old_contents":"","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/pirapira\/pos.git\/'\n","license":"apache-2.0","lang":"Alloy"} {"commit":"db434a51f2211cbdda27bb1505a729c5ecad762b","subject":"Fix the Alloy conditions to reflect the accountable safety","message":"Fix the Alloy conditions to reflect the accountable safety\n","repos":"pirapira\/pos","old_file":"minimum-t.als","new_file":"minimum-t.als","new_contents":"","old_contents":"","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/pirapira\/pos.git\/'\n","license":"apache-2.0","lang":"Alloy"} {"commit":"f477c3d54b6fcd5d1c9571c40d7eb0cef625a179","subject":"Seeing another issue. [ii], has different ancestors","message":"Seeing another issue. [ii], has different ancestors\n","repos":"pirapira\/pos","old_file":"minimum-t.als","new_file":"minimum-t.als","new_contents":"","old_contents":"","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/pirapira\/pos.git\/'\n","license":"apache-2.0","lang":"Alloy"} {"commit":"246670b5058fbda697777d36af76d14ac5750ccb","subject":"sound tweaks from second day","message":"sound tweaks from second day\n","repos":"ofZach\/piano","old_file":"ableton\/yyn-piano Project\/yyn-piano.als","new_file":"ableton\/yyn-piano Project\/yyn-piano.als","new_contents":"","old_contents":"","returncode":1,"stderr":"error: pathspec 'ableton\/yyn-piano' did not match any file(s) known to git\nerror: pathspec 'Project\/yyn-piano.als' did not match any file(s) known to git\n","license":"mit","lang":"Alloy"} {"commit":"7ec37c834b9bae616a39c3fbfaf4d3e4ea3a87a1","subject":"midi control of vocoder on drums","message":"midi control of vocoder on drums\n","repos":"ofZach\/piano","old_file":"ableton\/yyn-piano Project\/yyn-piano.als","new_file":"ableton\/yyn-piano Project\/yyn-piano.als","new_contents":"","old_contents":"","returncode":1,"stderr":"error: pathspec 'ableton\/yyn-piano' did not match any file(s) known to git\nerror: pathspec 'Project\/yyn-piano.als' did not match any file(s) known to git\n","license":"mit","lang":"Alloy"} {"commit":"4c7dfd551b9dacec9497928eb0b68b01c0d1efdf","subject":"- Added initial attempt at modeling Brehon Contract in alloy","message":"- Added initial attempt at modeling Brehon Contract in alloy\n","repos":"prashantpawar\/DisputeResolution,prashantpawar\/DisputeResolution","old_file":"formal proofs\/brehon.als","new_file":"formal proofs\/brehon.als","new_contents":"","old_contents":"","returncode":128,"stderr":"fatal: unable to access 'https:\/\/github.com\/prashantpawar\/DisputeResolution.git\/': The requested URL returned error: 403\n","license":"mit","lang":"Alloy"} {"commit":"c6ca0356c56f4ae52238379215bc92035ca40627","subject":"Adidionado especificacao Alloy - WIP","message":"Adidionado especificacao Alloy - WIP\n","repos":"monkshorin\/projeto-es,monkshorin\/projeto-es","old_file":"caroneiros.als","new_file":"caroneiros.als","new_contents":"","old_contents":"","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/monkshorin\/projeto-es.git\/'\n","license":"mit","lang":"Alloy"} {"commit":"869467fd9805fc07e70885a8976ad92910998d66","subject":"updating spec","message":"updating spec\n","repos":"monkshorin\/projeto-es,monkshorin\/projeto-es","old_file":"caroneiros.als","new_file":"caroneiros.als","new_contents":"","old_contents":"","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/monkshorin\/projeto-es.git\/'\n","license":"mit","lang":"Alloy"} {"commit":"42e133cd26ee429e8c7b9c4b5b4dfd48f5c1e441","subject":"This is how to force prepare, now I see v_prev pointing to itself","message":"This is how to force prepare, now I see v_prev pointing to itself\n","repos":"pirapira\/pos","old_file":"minimum-t.als","new_file":"minimum-t.als","new_contents":"","old_contents":"","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/pirapira\/pos.git\/'\n","license":"apache-2.0","lang":"Alloy"} {"commit":"285d39145d9d2517a9cc969a89dd8afab748e098","subject":"Request that h_prev and v_prev are consistent","message":"Request that h_prev and v_prev are consistent\n","repos":"pirapira\/pos","old_file":"minimum-t.als","new_file":"minimum-t.als","new_contents":"","old_contents":"","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/pirapira\/pos.git\/'\n","license":"apache-2.0","lang":"Alloy"} {"commit":"017e2065330701a58f81ba0f41262622aa37d7d1","subject":"modifications to ableton","message":"modifications to ableton\n","repos":"ofZach\/piano","old_file":"ableton\/yyn-piano Project\/yyn-piano.als","new_file":"ableton\/yyn-piano Project\/yyn-piano.als","new_contents":"","old_contents":"","returncode":1,"stderr":"error: pathspec 'ableton\/yyn-piano' did not match any file(s) known to git\nerror: pathspec 'Project\/yyn-piano.als' did not match any file(s) known to git\n","license":"mit","lang":"Alloy"} {"commit":"5e175f7c139c1199e7ed0012546bebce0dfe5ea1","subject":"First working Alloy model","message":"First working Alloy model\n","repos":"pirapira\/pos","old_file":"minimum-t.als","new_file":"minimum-t.als","new_contents":"","old_contents":"","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/pirapira\/pos.git\/'\n","license":"apache-2.0","lang":"Alloy"} {"commit":"983753be6a11faadfa4dbd5f5a34bf6df61a8e6b","subject":"Pair of Hash and View should be a signature","message":"Pair of Hash and View should be a signature\n","repos":"pirapira\/pos","old_file":"minimum-t.als","new_file":"minimum-t.als","new_contents":"","old_contents":"","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/pirapira\/pos.git\/'\n","license":"apache-2.0","lang":"Alloy"} {"commit":"e59bbf30fc83f3902633a294baf612f046b96e6d","subject":"Made view_pred acyclic","message":"Made view_pred acyclic\n","repos":"pirapira\/pos","old_file":"minimum-t.als","new_file":"minimum-t.als","new_contents":"","old_contents":"","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/pirapira\/pos.git\/'\n","license":"apache-2.0","lang":"Alloy"} {"commit":"bf81a7261c23c6a9d33d7f17632be6c3e1503d62","subject":"Declaring bunch of signatures","message":"Declaring bunch of signatures\n","repos":"pirapira\/pos","old_file":"minimum-t.als","new_file":"minimum-t.als","new_contents":"","old_contents":"","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/pirapira\/pos.git\/'\n","license":"apache-2.0","lang":"Alloy"} {"commit":"c514820e22747b0a3d056da68157a741a2481b1f","subject":"Removed version 8 set","message":"Removed version 8 set\n","repos":"struct78\/the-poseidon-ensemble,struct78\/the-poseidon-ensemble","old_file":"ableton\/Poseidon Live Set.als","new_file":"ableton\/Poseidon Live Set.als","new_contents":"","old_contents":"","returncode":1,"stderr":"error: pathspec 'ableton\/Poseidon' did not match any file(s) known to git\nerror: pathspec 'Live' did not match any file(s) known to git\nerror: pathspec 'Set.als' did not match any file(s) known to git\n","license":"mit","lang":"Alloy"} {"commit":"8aaaed5db0eeefa59a41d5beaddf918c03179f47","subject":"Found a problem with hash and view and prev","message":"Found a problem with hash and view and prev\n","repos":"pirapira\/pos","old_file":"minimum-t.als","new_file":"minimum-t.als","new_contents":"","old_contents":"","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/pirapira\/pos.git\/'\n","license":"apache-2.0","lang":"Alloy"} {"commit":"76179660e6156591ca75651129fc300a31ff7ea5","subject":"Maybe got the safety case1","message":"Maybe got the safety case1\n","repos":"pirapira\/pos","old_file":"minimum-t.als","new_file":"minimum-t.als","new_contents":"","old_contents":"","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/pirapira\/pos.git\/'\n","license":"apache-2.0","lang":"Alloy"} {"commit":"34b25d8b6363f68df9f4a3b59719c2beafaa9ca7","subject":"Saw a counterexample, adding a condition in [ii]","message":"Saw a counterexample, adding a condition in [ii]\n","repos":"pirapira\/pos","old_file":"minimum-t.als","new_file":"minimum-t.als","new_contents":"","old_contents":"","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/pirapira\/pos.git\/'\n","license":"apache-2.0","lang":"Alloy"} {"commit":"ee6cb523fce9d6efdc8f067abd7347e27d70ddee","subject":"Made a mistake, now a nice picture","message":"Made a mistake, now a nice picture\n","repos":"pirapira\/pos","old_file":"minimum-t.als","new_file":"minimum-t.als","new_contents":"","old_contents":"","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/pirapira\/pos.git\/'\n","license":"apache-2.0","lang":"Alloy"} {"commit":"056a8203047e9ac2bc46474917bbc38c8029841b","subject":"Updated song","message":"Updated song\n","repos":"struct78\/fault-trace,struct78\/fault-trace","old_file":"ableton\/Fault Trace Project\/Fault Trace.als","new_file":"ableton\/Fault Trace Project\/Fault Trace.als","new_contents":"","old_contents":"","returncode":1,"stderr":"error: pathspec 'ableton\/Fault' did not match any file(s) known to git\nerror: pathspec 'Trace' did not match any file(s) known to git\nerror: pathspec 'Project\/Fault' did not match any file(s) known to git\nerror: pathspec 'Trace.als' did not match any file(s) known to git\n","license":"apache-2.0","lang":"Alloy"} {"commit":"63ca5dc3792ddb9d48ad28194cd89040beb4d118","subject":"I guess the slashing condition [ii] has been done","message":"I guess the slashing condition [ii] has been done\n","repos":"pirapira\/pos","old_file":"minimum-t.als","new_file":"minimum-t.als","new_contents":"","old_contents":"","returncode":128,"stderr":"fatal: unable to access 'https:\/\/github.com\/pirapira\/pos.git\/': The requested URL returned error: 403\n","license":"apache-2.0","lang":"Alloy"} {"commit":"66fffc9f589a3bae1412c7742bec2691adf689a5","subject":"Implemented all slashing conditions","message":"Implemented all slashing conditions\n","repos":"pirapira\/pos","old_file":"minimum-t.als","new_file":"minimum-t.als","new_contents":"","old_contents":"","returncode":128,"stderr":"fatal: unable to access 'https:\/\/github.com\/pirapira\/pos.git\/': The requested URL returned error: 403\n","license":"apache-2.0","lang":"Alloy"} {"commit":"58142dcb79a59470e7845a19a9ae40d640ebe169","subject":"Updated ableton song","message":"Updated ableton song\n","repos":"struct78\/fault-trace,struct78\/fault-trace","old_file":"ableton\/Fault Trace Project\/Fault Trace.als","new_file":"ableton\/Fault Trace Project\/Fault Trace.als","new_contents":"","old_contents":"","returncode":1,"stderr":"error: pathspec 'ableton\/Fault' did not match any file(s) known to git\nerror: pathspec 'Trace' did not match any file(s) known to git\nerror: pathspec 'Project\/Fault' did not match any file(s) known to git\nerror: pathspec 'Trace.als' did not match any file(s) known to git\n","license":"apache-2.0","lang":"Alloy"} {"commit":"63ade091940f33c92beac18dd675965082fe5f2f","subject":"Finalised track","message":"Finalised track\n","repos":"struct78\/fault-trace,struct78\/fault-trace","old_file":"ableton\/Fault Trace Project\/Fault Trace.als","new_file":"ableton\/Fault Trace Project\/Fault Trace.als","new_contents":"","old_contents":"","returncode":1,"stderr":"error: pathspec 'ableton\/Fault' did not match any file(s) known to git\nerror: pathspec 'Trace' did not match any file(s) known to git\nerror: pathspec 'Project\/Fault' did not match any file(s) known to git\nerror: pathspec 'Trace.als' did not match any file(s) known to git\n","license":"apache-2.0","lang":"Alloy"} {"commit":"2c2075f365a6dcd0247a68c23e356010509c242c","subject":"Updated live set","message":"Updated live set\n","repos":"struct78\/the-poseidon-ensemble,struct78\/the-poseidon-ensemble","old_file":"ableton\/Poseidon Live Set Project\/Poseidon Live Set.als","new_file":"ableton\/Poseidon Live Set Project\/Poseidon Live Set.als","new_contents":"","old_contents":"","returncode":1,"stderr":"error: pathspec 'ableton\/Poseidon' did not match any file(s) known to git\nerror: pathspec 'Live' did not match any file(s) known to git\nerror: pathspec 'Set' did not match any file(s) known to git\nerror: pathspec 'Project\/Poseidon' did not match any file(s) known to git\nerror: pathspec 'Live' did not match any file(s) known to git\nerror: pathspec 'Set.als' did not match any file(s) known to git\n","license":"mit","lang":"Alloy"} {"commit":"f835066a063b20b48885df1b46d67a7ecdcb0240","subject":"more work on tharsis","message":"more work on tharsis\n","repos":"troystribling\/seeker1,troystribling\/seeker1","old_file":"Music\/tharsis Project\/tharsis.als","new_file":"Music\/tharsis Project\/tharsis.als","new_contents":"","old_contents":"","returncode":1,"stderr":"error: pathspec 'Music\/tharsis' did not match any file(s) known to git\nerror: pathspec 'Project\/tharsis.als' did not match any file(s) known to git\n","license":"mit","lang":"Alloy"} {"commit":"8ff00f605ad96a92b9674b5a495d5a28fea45d88","subject":"Now trying a sane committer","message":"Now trying a sane committer\n","repos":"pirapira\/pos","old_file":"minimum-t.als","new_file":"minimum-t.als","new_contents":"","old_contents":"","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/pirapira\/pos.git\/'\n","license":"apache-2.0","lang":"Alloy"} {"commit":"6140b9462b672f9e8cf9568eee534bf40bf0166d","subject":"Tweaks to EQ","message":"Tweaks to EQ\n","repos":"struct78\/fault-trace,struct78\/fault-trace","old_file":"ableton\/Fault Trace Project\/Fault Trace.als","new_file":"ableton\/Fault Trace Project\/Fault Trace.als","new_contents":"","old_contents":"","returncode":1,"stderr":"error: pathspec 'ableton\/Fault' did not match any file(s) known to git\nerror: pathspec 'Trace' did not match any file(s) known to git\nerror: pathspec 'Project\/Fault' did not match any file(s) known to git\nerror: pathspec 'Trace.als' did not match any file(s) known to git\n","license":"apache-2.0","lang":"Alloy"} {"commit":"a55f8d8281834065094e6a7c6771680bea1aeac5","subject":"Updated track","message":"Updated track\n","repos":"struct78\/fault-trace,struct78\/fault-trace","old_file":"ableton\/Fault Trace Project\/Fault Trace.als","new_file":"ableton\/Fault Trace Project\/Fault Trace.als","new_contents":"","old_contents":"","returncode":1,"stderr":"error: pathspec 'ableton\/Fault' did not match any file(s) known to git\nerror: pathspec 'Trace' did not match any file(s) known to git\nerror: pathspec 'Project\/Fault' did not match any file(s) known to git\nerror: pathspec 'Trace.als' did not match any file(s) known to git\n","license":"apache-2.0","lang":"Alloy"} {"commit":"91f9132f427df1b5edacc139ca3680dee65e6cda","subject":"Update ableton test file","message":"Update ableton test file\n","repos":"ahollenbach\/GesturalMusic,ahollenbach\/GesturalMusic","old_file":"Other\/test Project\/test.als","new_file":"Other\/test Project\/test.als","new_contents":"","old_contents":"","returncode":1,"stderr":"error: pathspec 'Other\/test' did not match any file(s) known to git\nerror: pathspec 'Project\/test.als' did not match any file(s) known to git\n","license":"mit","lang":"Alloy"}