pax_global_header00006660000000000000000000000064152325762150014522gustar00rootroot0000000000000052 comment=e4d84246cbf548af796d6adf21d613d90b529d8d deepin-album-6.0.63/000077500000000000000000000000001523257621500141605ustar00rootroot00000000000000deepin-album-6.0.63/.clang-format000066400000000000000000000106321523257621500165350ustar00rootroot00000000000000# 基于那个配置文件 https://clang.llvm.org/docs/ClangFormatStyleOptions.html BasedOnStyle: WebKit # 访问说明符的偏移(public private) AccessModifierOffset: -4 # 括号之后,水平对齐参数: Align DontAlign AlwaysBreak。 AlignAfterOpenBracket: Align #AlignConsecutiveBitFields: false # 连续的赋值时,对齐所有的等号 AlignConsecutiveAssignments: false # 连续声明时,对齐所有声明的变量名 AlignConsecutiveDeclarations: false #AlignConsecutiveMacros: false AlignEscapedNewlines: DontAlign # 水平对齐二元和三元表达式的操作数 AlignOperands: true # 对齐连续的尾随的注释 AlignTrailingComments: false #AllowAllArgumentsOnNextLine: false #AllowAllConstructorInitializersOnNextLine: false # 允许函数声明的所有参数在放在下一行 AllowAllParametersOfDeclarationOnNextLine: false # 允许短的块放在同一行 AllowShortBlocksOnASingleLine: true # 允许短的case标签放在同一行 AllowShortCaseLabelsOnASingleLine: false #AllowShortEnumsOnASingleLine: false # 允许短的函数放在同一行: None, InlineOnly(定义在类中), Empty(空函数), Inline(定义在类中,空函数), All AllowShortFunctionsOnASingleLine: InlineOnly # 是否允许短if单行 If true, if (a) return; 可以放到同一行 AllowShortIfStatementsOnASingleLine: false #AllowShortLambdasOnASingleLine: Inline # 允许短的循环保持在同一行 AllowShortLoopsOnASingleLine: false # 总是在定义返回类型后换行(deprecated) AlwaysBreakAfterDefinitionReturnType: None AlwaysBreakBeforeMultilineStrings: false AlwaysBreakTemplateDeclarations: Yes BinPackArguments: true BinPackParameters: true BreakBeforeBraces: Custom BraceWrapping: # AfterCaseLabel: false AfterClass: true AfterControlStatement: false AfterEnum: false AfterFunction: true AfterNamespace: false AfterStruct: false AfterUnion: false AfterExternBlock: false BeforeCatch: false BeforeElse: false # BeforeLambdaBody: false # BeforeWhile: false SplitEmptyFunction: true SplitEmptyRecord: true SplitEmptyNamespace: true BreakBeforeBinaryOperators: NonAssignment BreakBeforeTernaryOperators: true #在构造函数初始化时按逗号断行,并以冒号对齐 BreakConstructorInitializers: BeforeComma BreakInheritanceList: BeforeComma BreakStringLiterals: false # 每行字符的限制,0表示没有限制 ColumnLimit: 0 # 描述具有特殊意义的注释的正则表达式,它不应该被分割为多行或以其它方式改变 # CommentPragmas: '^ IWYU pragma:' # 语言: None Cpp Java Objc Protp CompactNamespaces: false Cpp11BracedListStyle: true #DeriveLineEnding: \n DerivePointerAlignment: false FixNamespaceComments: true ForEachMacros: ["foreach", "Q_FOREACH"] IncludeBlocks: Regroup IncludeCategories: - Regex: '^"' Priority: 1 - Regex: '^["<]D' Priority: 2 - Regex: '^$' Priority: 5 - Regex: '^"moc_' Priority: 99 - Regex: '\.moc"' Priority: 99 # 缩进case 标签 IndentCaseLabels: false #IndentExternBlock: NoIndent #IndentCaseBlocks: false #IndentGotoLabels: false IndentPPDirectives: None #缩进宽度 IndentWidth: 4 IndentWrappedFunctionNames: false #InsertTrailingCommas: None #在block从空行开始 KeepEmptyLinesAtTheStartOfBlocks: false Language: Cpp # 连续的空行保留几行 MaxEmptyLinesToKeep: 1 NamespaceIndentation: None #指针的*的挨着哪边 PointerAlignment: Right # 允许排序#include, 造成编译错误 SortIncludes: false SortUsingDeclarations: false #括号后添加空格 SpaceAfterCStyleCast: false #SpaceAfterLogicalNot: false SpaceAfterTemplateKeyword: false #等号两边的空格 SpaceBeforeAssignmentOperators: true SpaceBeforeCpp11BracedList: true SpaceBeforeCtorInitializerColon: false SpaceBeforeParens: ControlStatements SpaceBeforeRangeBasedForLoopColon: true #SpaceBeforeSquareBrackets: false #SpaceInEmptyBlock: true SpaceInEmptyParentheses: false SpacesBeforeTrailingComments: 1 SpacesInAngles: false SpacesInCStyleCastParentheses: false #SpacesInConditionalStatement: false # 容器类的空格 例如 OC的字典 SpacesInContainerLiterals: false # 小括号两边添加空格 SpacesInParentheses: false # 中括号两边空格 [] SpacesInSquareBrackets: false #StatementMacros: ["Q_UNUSED"] #tab键盘的宽度 TabWidth: 4 UseTab: Never deepin-album-6.0.63/.clog.toml000066400000000000000000000002241523257621500160550ustar00rootroot00000000000000[clog] repository = "https://github.com/linuxdeepin/deepin-album" from-latest-tag = true changelog = "CHANGELOG.md" [sections] Others = ["chore"] deepin-album-6.0.63/.github/000077500000000000000000000000001523257621500155205ustar00rootroot00000000000000deepin-album-6.0.63/.github/workflows/000077500000000000000000000000001523257621500175555ustar00rootroot00000000000000deepin-album-6.0.63/.github/workflows/backup-to-gitlab.yml000066400000000000000000000005371523257621500234320ustar00rootroot00000000000000name: backup to gitlab on: [push] concurrency: group: ${{ github.workflow }} cancel-in-progress: true jobs: backup-to-gitlabwh: uses: linuxdeepin/.github/.github/workflows/backup-to-gitlabwh.yml@master secrets: inherit backup-to-gitee: uses: linuxdeepin/.github/.github/workflows/backup-to-gitee.yml@master secrets: inherit deepin-album-6.0.63/.github/workflows/call-auto-tag.yml000066400000000000000000000005171523257621500227350ustar00rootroot00000000000000name: auto tag on: pull_request_target: types: [opened, synchronize, closed] paths: - "debian/changelog" concurrency: group: ${{ github.workflow }}-pull/${{ github.event.number }} cancel-in-progress: true jobs: auto_tag: uses: linuxdeepin/.github/.github/workflows/auto-tag.yml@master secrets: inherit deepin-album-6.0.63/.github/workflows/call-build-distribution.yml000066400000000000000000000004321523257621500250240ustar00rootroot00000000000000name: Call build-distribution on: push: paths-ignore: - ".github/workflows/**" pull_request_target: paths-ignore: - ".github/workflows/**" jobs: check_job: uses: linuxdeepin/.github/.github/workflows/build-distribution.yml@master secrets: inherit deepin-album-6.0.63/.github/workflows/call-chatOps.yml000066400000000000000000000002421523257621500226100ustar00rootroot00000000000000name: chatOps on: issue_comment: types: [created] jobs: chatopt: uses: linuxdeepin/.github/.github/workflows/chatOps.yml@master secrets: inherit deepin-album-6.0.63/.github/workflows/call-clacheck.yml000066400000000000000000000005251523257621500227500ustar00rootroot00000000000000name: Call CLA check on: issue_comment: types: [created] pull_request_target: types: [opened, closed, synchronize] concurrency: group: ${{ github.workflow }}-pull/${{ github.event.number }} cancel-in-progress: true jobs: clacheck: uses: linuxdeepin/.github/.github/workflows/cla-check.yml@master secrets: inherit deepin-album-6.0.63/.github/workflows/call-commitlint.yml000066400000000000000000000003641523257621500233730ustar00rootroot00000000000000name: Call commitlint on: pull_request_target: concurrency: group: ${{ github.workflow }}-pull/${{ github.event.number }} cancel-in-progress: true jobs: check_job: uses: linuxdeepin/.github/.github/workflows/commitlint.yml@master deepin-album-6.0.63/.github/workflows/call-license-check.yml000066400000000000000000000005521523257621500237100ustar00rootroot00000000000000name: Call License and README Check on: pull_request_target: types: [opened, synchronize, reopened] permissions: pull-requests: write contents: read concurrency: group: ${{ github.workflow }}-pull/${{ github.event.number }} cancel-in-progress: true jobs: license-check: uses: linuxdeepin/.github/.github/workflows/license-check.yml@master deepin-album-6.0.63/.github/workflows/cppcheck.yml000066400000000000000000000013361523257621500220630ustar00rootroot00000000000000name: cppcheck on: pull_request_target: paths-ignore: - ".github/workflows/**" concurrency: group: ${{ github.workflow }}-pull/${{ github.event.number }} cancel-in-progress: true jobs: cppchceck: name: cppcheck runs-on: ubuntu-latest steps: - run: export - uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha }} persist-credentials: false allow-unsafe-pr-checkout: true - uses: linuxdeepin/action-cppcheck@main with: github_token: ${{ secrets.GITHUB_TOKEN }} repository: ${{ github.repository }} pull_request_id: ${{ github.event.pull_request.number }} allow_approve: false deepin-album-6.0.63/.gitignore000077500000000000000000000015451523257621500161600ustar00rootroot00000000000000 # C++ objects and libs *.slo *.lo *.o *.a *.la *.lai *.so *.dll *.dylib /deepin-album/album/lib/ # Qt-es object_script.*.Release object_script.*.Debug *_plugin_import.cpp /.qmake.cache /.qmake.stash *.pro.user *.pro.user.* *.qbs.user *.qbs.user.* *.moc moc_*.cpp moc_*.h qrc_*.cpp ui_*.h *.qmlc *.jsc Makefile* *build-* # Qt unit tests target_wrapper.* # QtCreator *.autosave # QtCreator Qml *.qmlproject.user *.qmlproject.user.* # QtCreator CMake CMakeLists.txt.user* # QtCreator 4.8< compilation database compile_commands.json # QtCreator local machine specific files for imported projects *creator.user* #linglong building dir linglong build *.log *.layer # translation files *.qm # vs code .vscode .cursor .cursorindexingignore .specstory .promptx/ .spec-workflow/ .claude/ .trellis/ AGENTS.md .codegraph/ deepin-album-6.0.63/.obs/000077500000000000000000000000001523257621500150215ustar00rootroot00000000000000deepin-album-6.0.63/.obs/workflows.yml000066400000000000000000000017321523257621500176040ustar00rootroot00000000000000test_build: steps: - link_package: source_project: deepin:Develop:dde source_package: %{SCM_REPOSITORY_NAME} target_project: deepin:CI - configure_repositories: project: deepin:CI repositories: - name: deepin_develop paths: - target_project: deepin:CI target_repository: deepin_develop architectures: - x86_64 - aarch64 - name: debian paths: - target_project: deepin:CI target_repository: debian_sid architectures: - x86_64 filters: event: pull_request tag_build: steps: - trigger_services: project: deepin:Unstable:dde package: %{SCM_REPOSITORY_NAME} filters: event: tag_push commit_build: steps: - trigger_services: project: deepin:Develop:dde package: %{SCM_REPOSITORY_NAME} filters: event: push deepin-album-6.0.63/.reuse/000077500000000000000000000000001523257621500153615ustar00rootroot00000000000000deepin-album-6.0.63/.reuse/dep5000066400000000000000000000030511523257621500161400ustar00rootroot00000000000000Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: deepin-album Upstream-Contact: UnionTech Software Technology Co., Ltd. <> Source: https://github.com/linuxdeepin/deepin-album # ci Files: .github/* .obs/workflows.yml Copyright: None License: CC0-1.0 # gitignore Files: .gitignore Copyright: None License: CC0-1.0 # xml toml json conf yaml sh Files: *.toml *.json *conf *.yaml *.sh Copyright: UnionTech Software Technology Co., Ltd. License: CC0-1.0 # debian Files: debian/* Copyright: UnionTech Software Technology Co., Ltd. License: CC0-1.0 # rpm Files: rpm/* Copyright: UnionTech Software Technology Co., Ltd. License: CC0-1.0 # Project file Files: *.pro *.prf *.pri *.qrc *CMakeLists.txt .tx/* .clang-format Copyright: UnionTech Software Technology Co., Ltd. License: CC0-1.0 # config files Files: src/album/controller/com.deepin.DeepinImageViewer.xml src/deepin-album.desktop Copyright: UnionTech Software Technology Co., Ltd. License: CC0-1.0 # README Files: README.md README.zh_CN.md Copyright: UnionTech Software Technology Co., Ltd. License: CC-BY-4.0 # assets resources Files: src/assets/* src/dsg/* src/icon/* src/res/* Copyright: UnionTech Software Technology Co., Ltd. License: CC-BY-4.0 # translations Files: src/translations/* Copyright: UnionTech Software Technology Co., Ltd. License: GPL-3.0-or-later # src Files: src/* Copyright: UnionTech Software Technology Co., Ltd. License: GPL-3.0-or-later # tests Files: tests/* Copyright: UnionTech Software Technology Co., Ltd. License: GPL-3.0-or-later deepin-album-6.0.63/.tx/000077500000000000000000000000001523257621500146715ustar00rootroot00000000000000deepin-album-6.0.63/.tx/config000066400000000000000000000006671523257621500160720ustar00rootroot00000000000000[main] host = https://www.transifex.com minimum_perc = 80 mode = developer [o:linuxdeepin:p:deepin-album:r:deepin-album] file_filter = src/translations/deepin-album_.ts source_file = src/translations/deepin-album.ts source_lang = en type = QT [o:linuxdeepin:p:deepin-album:r:deepin-album_desktop] file_filter = src/translations/desktop/desktop_.ts source_file = src/translations/desktop/desktop.ts source_lang = en type = QT deepin-album-6.0.63/.tx/deepin.conf000066400000000000000000000000311523257621500167760ustar00rootroot00000000000000[transifex] branch = m23 deepin-album-6.0.63/.tx/te2desktop000066400000000000000000000002431523257621500166770ustar00rootroot00000000000000DESKTOP_TEMP_FILE=deepin-album.desktop.tmp DESKTOP_SOURCE_FILE=deepin-album.desktop DESKTOP_DEST_FILE=deepin-album.desktop DESKTOP_TS_DIR=src/translations/desktop deepin-album-6.0.63/.tx/transifex.yaml000066400000000000000000000010711523257621500175570ustar00rootroot00000000000000# SPDX-FileCopyrightText: 2024 UnionTech Software Technology Co., Ltd. # # SPDX-License-Identifier: CC0-1.0 filters: - filter_type: file source_file: src/translations/deepin-album.ts file_format: QT source_language: en_US translation_files_expression: src/translations/deepin-album_.ts - filter_type: file source_file: src/translations/desktop/desktop.ts file_format: QT source_language: en_US translation_files_expression: src/translations/desktop/desktop_.ts settings: pr_branch_name: transifex_update_ deepin-album-6.0.63/CMakeLists.txt000066400000000000000000000025771523257621500167330ustar00rootroot00000000000000cmake_minimum_required(VERSION 3.13) project(deepin-album LANGUAGES CXX) set(CMAKE_INCLUDE_CURRENT_DIR ON) set(CMAKE_AUTOMOC ON) set(CMAKE_AUTORCC ON) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) if(CMAKE_BUILD_TYPE STREQUAL "Release") message("Enable build hardening.") set(CMAKE_VERBOSE_MAKEFILE ON) set(HARDENING_FLAGS "-Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=${CMAKE_SOURCE_DIR}=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${HARDENING_FLAGS}") set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${HARDENING_FLAGS}") set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,-z,relro -Wl,-z,now") endif() include_directories(${PROJECT_BINARY_DIR}) configure_file(${PROJECT_SOURCE_DIR}/config.h.in ${PROJECT_BINARY_DIR}/config.h @ONLY) # Find the Qt library find_package(QT NAMES Qt6 REQUIRED COMPONENTS Core) message("Using Qt version: ${QT_VERSION_MAJOR}") # Select major DTK version. if(QT_VERSION_MAJOR EQUAL "6") set(BUILD_WITH_QT6 ON) set(DTK_VERSION_MAJOR 6) else() set(DTK_VERSION_MAJOR "") endif() #find_package(Dtk${DTK_VERSION_MAJOR}Declarative REQUIRED) # Application add_subdirectory(src) # Unit Tests #add_subdirectory(tests) TARGET_COMPILE_DEFINITIONS(deepin-album PRIVATE $<$,$>:QT_QML_DEBUG>) deepin-album-6.0.63/LICENSE.txt000066400000000000000000001045131523257621500160070ustar00rootroot00000000000000 GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . deepin-album-6.0.63/LICENSES/000077500000000000000000000000001523257621500153655ustar00rootroot00000000000000deepin-album-6.0.63/LICENSES/CC-BY-4.0.txt000066400000000000000000000411771523257621500172340ustar00rootroot00000000000000Creative Commons Attribution 4.0 International Creative Commons Corporation (“Creative Commons”) is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an “as-is” basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible. Using Creative Commons Public Licenses Creative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses. Considerations for licensors: Our public licenses are intended for use by those authorized to give the public permission to use material in ways otherwise restricted by copyright and certain other rights. Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the license they choose before applying it. Licensors should also secure all rights necessary before applying our licenses so that the public can reuse the material as expected. Licensors should clearly mark any material not subject to the license. This includes other CC-licensed material, or material used under an exception or limitation to copyright. More considerations for licensors. Considerations for the public: By using one of our public licenses, a licensor grants the public permission to use the licensed material under specified terms and conditions. If the licensor’s permission is not necessary for any reason–for example, because of any applicable exception or limitation to copyright–then that use is not regulated by the license. Our licenses grant only permissions under copyright and certain other rights that a licensor has authority to grant. Use of the licensed material may still be restricted for other reasons, including because others have copyright or other rights in the material. A licensor may make special requests, such as asking that all changes be marked or described. Although not required by our licenses, you are encouraged to respect those requests where reasonable. More considerations for the public. Creative Commons Attribution 4.0 International Public License By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions. Section 1 – Definitions. a. Adapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image. b. Adapter's License means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License. c. Copyright and Similar Rights means copyright and/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights. d. Effective Technological Measures means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international agreements. e. Exceptions and Limitations means fair use, fair dealing, and/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material. f. Licensed Material means the artistic or literary work, database, or other material to which the Licensor applied this Public License. g. Licensed Rights means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license. h. Licensor means the individual(s) or entity(ies) granting rights under this Public License. i. Share means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them. j. Sui Generis Database Rights means rights other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other essentially equivalent rights anywhere in the world. k. You means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning. Section 2 – Scope. a. License grant. 1. Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to: A. reproduce and Share the Licensed Material, in whole or in part; and B. produce, reproduce, and Share Adapted Material. 2. Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions. 3. Term. The term of this Public License is specified in Section 6(a). 4. Media and formats; technical modifications allowed. The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material. 5. Downstream recipients. A. Offer from the Licensor – Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License. B. No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material. 6. No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i). b. Other rights. 1. Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and/or other similar personality rights; however, to the extent possible, the Licensor waives and/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise. 2. Patent and trademark rights are not licensed under this Public License. 3. To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties. Section 3 – License Conditions. Your exercise of the Licensed Rights is expressly made subject to the following conditions. a. Attribution. 1. If You Share the Licensed Material (including in modified form), You must: A. retain the following if it is supplied by the Licensor with the Licensed Material: i. identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated); ii. a copyright notice; iii. a notice that refers to this Public License; iv. a notice that refers to the disclaimer of warranties; v. a URI or hyperlink to the Licensed Material to the extent reasonably practicable; B. indicate if You modified the Licensed Material and retain an indication of any previous modifications; and C. indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License. 2. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information. 3. If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable. 4. If You Share Adapted Material You produce, the Adapter's License You apply must not prevent recipients of the Adapted Material from complying with this Public License. Section 4 – Sui Generis Database Rights. Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material: a. for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database; b. if You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material; and c. You must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database. For the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights. Section 5 – Disclaimer of Warranties and Limitation of Liability. a. Unless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You. b. To the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You. c. The disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability. Section 6 – Term and Termination. a. This Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically. b. Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates: 1. automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or 2. upon express reinstatement by the Licensor. c. For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License. d. For the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License. e. Sections 1, 5, 6, 7, and 8 survive termination of this Public License. Section 7 – Other Terms and Conditions. a. The Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed. b. Any arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License. Section 8 – Interpretation. a. For the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License. b. To the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions. c. No term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor. d. Nothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority. Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the “Licensor.” Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at creativecommons.org/policies, Creative Commons does not authorize the use of the trademark “Creative Commons” or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses. Creative Commons may be contacted at creativecommons.org. deepin-album-6.0.63/LICENSES/CC0-1.0.txt000066400000000000000000000156101523257621500167720ustar00rootroot00000000000000Creative Commons Legal Code CC0 1.0 Universal CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER. Statement of Purpose The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work"). Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a commons of creative, cultural and scientific works ("Commons") that the public can reliably and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse and redistribute as freely as possible in any form whatsoever and for any purposes, including without limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a free culture and the further production of creative, cultural and scientific works, or to gain reputation or greater distribution for their Work in part through the use and efforts of others. For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights. 1. Copyright and Related Rights. A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and Related Rights include, but are not limited to, the following: i. the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work; ii. moral rights retained by the original author(s) and/or performer(s); iii. publicity and privacy rights pertaining to a person's image or likeness depicted in a Work; iv. rights protecting against unfair competition in regards to a Work, subject to the limitations in paragraph 4(a), below; v. rights protecting the extraction, dissemination, use and reuse of data in a Work; vi. database rights (such as those arising under Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, and under any national implementation thereof, including any amended or successor version of such directive); and vii. other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof. 2. Waiver. To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose. 3. Public License Fallback. Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer's express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "License"). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer's express Statement of Purpose. 4. Limitations and Disclaimers. a. No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document. b. Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law. c. Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work. d. Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work. deepin-album-6.0.63/LICENSES/GPL-2.0-or-later.txt000066400000000000000000000416711523257621500206010ustar00rootroot00000000000000GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Lesser General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. one line to give the program's name and an idea of what it does. Copyright (C) yyyy name of author This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. signature of Ty Coon, 1 April 1989 Ty Coon, President of Vice deepin-album-6.0.63/LICENSES/GPL-3.0-or-later.txt000066400000000000000000001035561523257621500206030ustar00rootroot00000000000000GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright © 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. “This License” refers to version 3 of the GNU General Public License. “Copyright” also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. “The Program” refers to any copyrightable work licensed under this License. Each licensee is addressed as “you”. “Licensees” and “recipients” may be individuals or organizations. To “modify” a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a “modified version” of the earlier work or a work “based on” the earlier work. A “covered work” means either the unmodified Program or a work based on the Program. To “propagate” a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To “convey” a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays “Appropriate Legal Notices” to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The “source code” for a work means the preferred form of the work for making modifications to it. “Object code” means any non-source form of a work. A “Standard Interface” means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The “System Libraries” of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A “Major Component”, in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The “Corresponding Source” for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to “keep intact all notices”. c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an “aggregate” if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A “User Product” is either (1) a “consumer product”, which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, “normally used” refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. “Installation Information” for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. “Additional permissions” are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered “further restrictions” within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An “entity transaction” is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A “contributor” is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's “contributor version”. A contributor's “essential patent claims” are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, “control” includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a “patent license” is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To “grant” such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. “Knowingly relying” means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is “discriminatory” if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the “copyright” line and a pointer to where the full notice is found. Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an “about box”. You should also get your employer (if you work as a programmer) or school, if any, to sign a “copyright disclaimer” for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . deepin-album-6.0.63/LICENSES/LGPL-2.0-or-later.txt000066400000000000000000000604121523257621500207070ustar00rootroot00000000000000GNU LIBRARY GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1991 Free Software Foundation, Inc. 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. [This is the first released version of the library GPL. It is numbered 2 because it goes with version 2 of the ordinary GPL.] Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public Licenses are intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This license, the Library General Public License, applies to some specially designated Free Software Foundation software, and to any other libraries whose authors decide to use it. You can use it for your libraries, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the library, or if you modify it. For example, if you distribute copies of the library, whether gratis or for a fee, you must give the recipients all the rights that we gave you. You must make sure that they, too, receive or can get the source code. If you link a program with the library, you must provide complete object files to the recipients so that they can relink them with the library, after making changes to the library and recompiling it. And you must show them these terms so they know their rights. Our method of protecting your rights has two steps: (1) copyright the library, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the library. Also, for each distributor's protection, we want to make certain that everyone understands that there is no warranty for this free library. If the library is modified by someone else and passed on, we want its recipients to know that what they have is not the original version, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that companies distributing free software will individually obtain patent licenses, thus in effect transforming the program into proprietary software. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. Most GNU software, including some libraries, is covered by the ordinary GNU General Public License, which was designed for utility programs. This license, the GNU Library General Public License, applies to certain designated libraries. This license is quite different from the ordinary one; be sure to read it in full, and don't assume that anything in it is the same as in the ordinary license. The reason we have a separate public license for some libraries is that they blur the distinction we usually make between modifying or adding to a program and simply using it. Linking a program with a library, without changing the library, is in some sense simply using the library, and is analogous to running a utility program or application program. However, in a textual and legal sense, the linked executable is a combined work, a derivative of the original library, and the ordinary General Public License treats it as such. Because of this blurred distinction, using the ordinary General Public License for libraries did not effectively promote software sharing, because most developers did not use the libraries. We concluded that weaker conditions might promote sharing better. However, unrestricted linking of non-free programs would deprive the users of those programs of all benefit from the free status of the libraries themselves. This Library General Public License is intended to permit developers of non-free programs to use free libraries, while preserving your freedom as a user of such programs to change the free libraries that are incorporated in them. (We have not seen how to achieve this as regards changes in header files, but we have achieved it as regards changes in the actual functions of the Library.) The hope is that this will lead to faster development of free libraries. The precise terms and conditions for copying, distribution and modification follow. Pay close attention to the difference between a "work based on the library" and a "work that uses the library". The former contains code derived from the library, while the latter only works together with the library. Note that it is possible for a library to be covered by the ordinary General Public License rather than by this special one. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License Agreement applies to any software library which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Library General Public License (also called "this License"). Each licensee is addressed as "you". A "library" means a collection of software functions and/or data prepared so as to be conveniently linked with application programs (which use some of those functions and data) to form executables. The "Library", below, refers to any such software library or work which has been distributed under these terms. A "work based on the Library" means either the Library or any derivative work under copyright law: that is to say, a work containing the Library or a portion of it, either verbatim or with modifications and/or translated straightforwardly into another language. (Hereinafter, translation is included without limitation in the term "modification".) "Source code" for a work means the preferred form of the work for making modifications to it. For a library, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the library. Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running a program using the Library is not restricted, and output from such a program is covered only if its contents constitute a work based on the Library (independent of the use of the Library in a tool for writing it). Whether that is true depends on what the Library does and what the program that uses the Library does. 1. You may copy and distribute verbatim copies of the Library's complete source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and distribute a copy of this License along with the Library. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Library or any portion of it, thus forming a work based on the Library, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) The modified work must itself be a software library. b) You must cause the files modified to carry prominent notices stating that you changed the files and the date of any change. c) You must cause the whole of the work to be licensed at no charge to all third parties under the terms of this License. d) If a facility in the modified Library refers to a function or a table of data to be supplied by an application program that uses the facility, other than as an argument passed when the facility is invoked, then you must make a good faith effort to ensure that, in the event an application does not supply such function or table, the facility still operates, and performs whatever part of its purpose remains meaningful. (For example, a function in a library to compute square roots has a purpose that is entirely well-defined independent of the application. Therefore, Subsection 2d requires that any application-supplied function or table used by this function must be optional: if the application does not supply it, the square root function must still compute square roots.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Library, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Library, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Library. In addition, mere aggregation of another work not based on the Library with the Library (or with a work based on the Library) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may opt to apply the terms of the ordinary GNU General Public License instead of this License to a given copy of the Library. To do this, you must alter all the notices that refer to this License, so that they refer to the ordinary GNU General Public License, version 2, instead of to this License. (If a newer version than version 2 of the ordinary GNU General Public License has appeared, then you can specify that version instead if you wish.) Do not make any other change in these notices. Once this change is made in a given copy, it is irreversible for that copy, so the ordinary GNU General Public License applies to all subsequent copies and derivative works made from that copy. This option is useful when you wish to copy part of the code of the Library into a program that is not a library. 4. You may copy and distribute the Library (or a portion or derivative of it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange. If distribution of object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place satisfies the requirement to distribute the source code, even though third parties are not compelled to copy the source along with the object code. 5. A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or linked with it, is called a "work that uses the Library". Such a work, in isolation, is not a derivative work of the Library, and therefore falls outside the scope of this License. However, linking a "work that uses the Library" with the Library creates an executable that is a derivative of the Library (because it contains portions of the Library), rather than a "work that uses the library". The executable is therefore covered by this License. Section 6 states terms for distribution of such executables. When a "work that uses the Library" uses material from a header file that is part of the Library, the object code for the work may be a derivative work of the Library even though the source code is not. Whether this is true is especially significant if the work can be linked without the Library, or if the work is itself a library. The threshold for this to be true is not precisely defined by law. If such an object file uses only numerical parameters, data structure layouts and accessors, and small macros and small inline functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative work. (Executables containing this object code plus portions of the Library will still fall under Section 6.) Otherwise, if the work is a derivative of the Library, you may distribute the object code for the work under the terms of Section 6. Any executables containing that work also fall under Section 6, whether or not they are linked directly with the Library itself. 6. As an exception to the Sections above, you may also compile or link a "work that uses the Library" with the Library to produce a work containing portions of the Library, and distribute that work under terms of your choice, provided that the terms permit modification of the work for the customer's own use and reverse engineering for debugging such modifications. You must give prominent notice with each copy of the work that the Library is used in it and that the Library and its use are covered by this License. You must supply a copy of this License. If the work during execution displays copyright notices, you must include the copyright notice for the Library among them, as well as a reference directing the user to the copy of this License. Also, you must do one of these things: a) Accompany the work with the complete corresponding machine-readable source code for the Library including whatever changes were used in the work (which must be distributed under Sections 1 and 2 above); and, if the work is an executable linked with the Library, with the complete machine-readable "work that uses the Library", as object code and/or source code, so that the user can modify the Library and then relink to produce a modified executable containing the modified Library. (It is understood that the user who changes the contents of definitions files in the Library will not necessarily be able to recompile the application to use the modified definitions.) b) Accompany the work with a written offer, valid for at least three years, to give the same user the materials specified in Subsection 6a, above, for a charge no more than the cost of performing this distribution. c) If distribution of the work is made by offering access to copy from a designated place, offer equivalent access to copy the above specified materials from the same place. d) Verify that the user has already received a copy of these materials or that you have already sent this user a copy. For an executable, the required form of the "work that uses the Library" must include any data and utility programs needed for reproducing the executable from it. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. It may happen that this requirement contradicts the license restrictions of other proprietary libraries that do not normally accompany the operating system. Such a contradiction means you cannot use both them and the Library together in an executable that you distribute. 7. You may place library facilities that are a work based on the Library side-by-side in a single library together with other library facilities not covered by this License, and distribute such a combined library, provided that the separate distribution of the work based on the Library and of the other library facilities is otherwise permitted, and provided that you do these two things: a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities. This must be distributed under the terms of the Sections above. b) Give prominent notice with the combined library of the fact that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. 8. You may not copy, modify, sublicense, link with, or distribute the Library except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, link with, or distribute the Library is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 9. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Library or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Library (or any work based on the Library), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Library or works based on it. 10. Each time you redistribute the Library (or any work based on the Library), the recipient automatically receives a license from the original licensor to copy, distribute, link with or modify the Library subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 11. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Library at all. For example, if a patent license would not permit royalty-free redistribution of the Library by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Library. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply, and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 12. If the distribution and/or use of the Library is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Library under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 13. The Free Software Foundation may publish revised and/or new versions of the Library General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Library specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Library does not specify a license version number, you may choose any version ever published by the Free Software Foundation. 14. If you wish to incorporate parts of the Library into other free programs whose distribution conditions are incompatible with these, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Libraries If you develop a new library, and you want it to be of the greatest possible use to the public, we recommend making it free software that everyone can redistribute and change. You can do so by permitting redistribution under these terms (or, alternatively, under the terms of the ordinary General Public License). To apply these terms, attach the following notices to the library. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. one line to give the library's name and an idea of what it does. Copyright (C) year name of author This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. Also add information on how to contact you by electronic and paper mail. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the library, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the library `Frob' (a library for tweaking knobs) written by James Random Hacker. signature of Ty Coon, 1 April 1990 Ty Coon, President of Vice That's all there is to it! deepin-album-6.0.63/README.md000066400000000000000000000046701523257621500154460ustar00rootroot00000000000000# Deepin Album Deepin Album is a photo management tool with fashionable appearance and smooth performance, which supports viewing and managing multiple image formats. You can arrange your photos by date timeline, add them to your collection, or categorize them into different albums to keep them in order. ### Dependencies ### Build dependencies _The **master** branch is current development branch, build dependencies may changes without update README.md, refer to `./debian/control` for a working build depends list_ * pkg-config * libexif-dev * libxcb-util0-dev * libstartup-notification0-dev * libraw-dev * x11proto-xext-dev * libmtdev-dev * libegl1-mesa-dev * libudev-dev * libfontconfig1-dev * libfreetype6-dev * libglib2.0-dev * libxrender-dev * libdtkwidget-dev * libdtkwidget5-bin * libdtkcore5-bin * Qt5(>=5.6) with modules: * qt5-default * libgio-qt-dev * libudisks2-qt5-dev * deepin-gettext-tools * qt5-qmake * qtbase5-dev * libqt5svg5-dev * libqt5x11extras5-dev * qttools5-dev-tools * libqt5opengl5-dev * qtbase5-private-dev * qtmultimedia5-dev ## Installation ### Build from source code 1. Make sure you have installed all dependencies. _Package name may be different between distros, if deepin-album is available from your distro, check the packaging script delivered from your distro is a better idea._ Assume you are using [Deepin](https://distrowatch.com/table.php?distribution=deepin) or other debian-based distro which got deepin-album delivered: ``` shell $ apt build-dep deepin-album ``` 2. Build: ``` $ cd deepin-album $ mkdir Build $ cd Build $ cmake .. $ make ``` 3. Install: ``` $ sudo make install ``` The executable binary file could be found at `/usr/bin/deepin-album` ## Usage Execute `deepin-album` ## Getting help - [Official Forum](https://bbs.deepin.org/) - [Developer Center](https://github.com/linuxdeepin/developer-center) - [Gitter](https://gitter.im/orgs/linuxdeepin/rooms) - [IRC Channel](https://webchat.freenode.net/?channels=deepin) - [Wiki](https://wiki.deepin.org/) ## Getting involved We encourage you to report issues and contribute changes - [Contribution guide for developers](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers-en) - [开发者代码贡献指南](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers) (中文) ## License deepin-album is licensed under [GPL-3.0-or-later](LICENSE.txt)deepin-album-6.0.63/README.zh_CN.md000066400000000000000000000044011523257621500164360ustar00rootroot00000000000000# 深度相册 深度相册是一款外观时尚、性能流畅的照片和视频管理工具,支持查看、管理多种图片和视频格式。您可以按日期时间线排列照片和视频,还可以将照片和视频添加到我的收藏,或者归类到不同的相册中,将照片和视频管理得井井有条。 ### 依赖 ### 编译依赖 _**master**分支是当前开发分支,编译依赖可能在未更新README.md文件的情况下变更,请参考./debian/control文件获取有效的编译依赖列表_ * pkg-config * libexif-dev * libxcb-util0-dev * libstartup-notification0-dev * libraw-dev * x11proto-xext-dev * libmtdev-dev * libegl1-mesa-dev * libudev-dev * libfontconfig1-dev * libfreetype6-dev * libglib2.0-dev * libxrender-dev * libdtkwidget-dev * libdtkwidget5-bin * libdtkcore5-bin * Qt5(>=5.6) with modules: * qt5-default * libgio-qt-dev * libudisks2-qt5-dev * deepin-gettext-tools * qt5-qmake * qtbase5-dev * libqt5svg5-dev * libqt5x11extras5-dev * qttools5-dev-tools * libqt5opengl5-dev * qtbase5-private-dev * qtmultimedia5-dev ## 安装 ### 构建过程 1. 确保已安装所有依赖库. _不同发行版的软件包名称可能不同,如果您的发行版提供了deepin-album,请检查发行版提供的打包脚本。_ 如果你使用的是 [Deepin](https://distrowatch.com/table.php?distribution=deepin) 或者其它提供了deepin-album的发行版: ``` shell $ apt build-dep deepin-album ``` 2. 构建: ``` $ cd deepin-album $ mkdir Build $ cd Build $ cmake .. $ make ``` 3. 安装: ``` $ sudo make install ``` 可执行文件位于 `/usr/bin/deepin-album` ## 使用 命令行启动 `deepin-album` ## 帮助 任何使用问题都可以通过以下方式寻求帮助: - [Official Forum](https://bbs.deepin.org/) - [Developer Center](https://github.com/linuxdeepin/developer-center) - [Gitter](https://gitter.im/orgs/linuxdeepin/rooms) - [IRC Channel](https://webchat.freenode.net/?channels=deepin) - [Wiki](https://wiki.deepin.org/) ## 贡献指南 我们鼓励您报告问题并做出更改 - [开发者代码贡献指南](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers) ## 开源许可证 deepin-album 在 [GPL-3.0-or-later](LICENSE.txt) 下发布。deepin-album-6.0.63/config.h.in000066400000000000000000000007501523257621500162050ustar00rootroot00000000000000// SPDX-FileCopyrightText: 2025 UnionTech Software Technology Co., Ltd. // // SPDX-License-Identifier: GPL-3.0-or-later #ifndef __CONFIG_H__ #define __CONFIG_H__ /* configured by cmake, do not edit */ #define ALBUM_VERSION "@PROJECT_VERSION@" #define VERSION "@VERSION@" /*#cmakedefine USE_DXCB 1*/ /*#cmakedefine DMR_DEBUG*/ /* only defined when build with flatpak */ /*#cmakedefine DTK_DMAN_PORTAL*/ /*#define RADIUS 0*/ /*#define RADIUS_MV 18*/ #endif /* __CONFIG_H__ */ deepin-album-6.0.63/debian/000077500000000000000000000000001523257621500154025ustar00rootroot00000000000000deepin-album-6.0.63/debian/changelog000066400000000000000000000425071523257621500172640ustar00rootroot00000000000000deepin-album (6.0.63) unstable; urgency=medium * chore: Update version to 6.0.63 * fix(memory): release large image buffers through mmap * fix(preview): load images at display resolution * fix(preview): debounce navigation and defer neighbor loading * fix(view): prevent About dialog details from being clipped * fix(view): reset all-items content state before title update * fix(view): reset inactive state after right-click * fix(view): initialize deferred all-items grid state * fix(view): defer all-items grid initialization * fix: bump actions/checkout to v7 and allow unsafe PR checkout * fix(view): defer visible date range refresh * fix(title): enable ratio control before status text is ready * fix: add X-Deepin-Singleton flag to desktop file * fix: refresh deferred imported view on first display * fix: remove deepin prefix from Chinese translations in desktop file * fix(view): lazily create nondefault thumbnail views * fix(device): initialize album count text * fix(image): ignore empty async image provider paths * fix(device): dispatch device load notifications on GUI thread * [skip CI] Translate deepin-album.ts in ru * [skip CI] Translate deepin-album.ts in it -- zhanghongyuan Thu, 30 Jul 2026 15:03:47 +0800 deepin-album (6.0.62) unstable; urgency=medium * chore: Update version to 6.0.62 * fix: defer top shadow BoxShadow to backgroundBlurReady * fix: defer MainStack/SliderShow construction to event loop * fix: move single-instance check before QML engine * fix: defer AlbumControl monitor start to event loop * fix(view): simplify AlbumTitle setChecked and sync on GStatus change * perf(qml): lazy-load AlbumTitle collectionCombo for wide-screen startup * perf(qml): debounce AllCollection filter change refresh * perf(qml): coalesce status-bar text updates in All/Day views * perf(qml): lazy-load startup dialogs and background blur * fix(view): QML filter overlay change handler * feat(view): add QML FilterComboBox overlay to DayCollection * feat(view): replace C++ FilterWidget with QML FilterComboBox overlay -- zhanghongyuan Thu, 09 Jul 2026 13:07:33 +0800 deepin-album (6.0.61) unstable; urgency=medium * fix: remove redundant import, fix typo and hardcode in DeleteDialog * fix(dialog): use ColumnLayout for delete dialog to adapt to large font * fix: fix progress dialog transparency overlapping import button * fix(year-view): use video frame as cover to avoid corrupt image -- Wang Yu Thu, 11 Jun 2026 19:33:41 +0800 deepin-album (6.0.60) unstable; urgency=medium * fix(startup): eliminate dock flicker and content pop-in * fix(qml): fix video time label color not updating on theme switch * fix(album): prevent duplicate album names on create and rename -- Wang Yu Thu, 04 Jun 2026 21:18:23 +0800 deepin-album (6.0.59) unstable; urgency=medium * fix(import): prevent duplicate entries and wrong prompts on re-import * fix: avoid small blank window before fullscreen slideshow * fix(collection): refresh model data even when view is invisible * fix: restored images should not appear in Favorites -- Wang Yu Thu, 28 May 2026 19:44:38 +0800 deepin-album (6.0.58) unstable; urgency=medium * fix(dialog): disable enableInWindowBlendBlur effect in all dialogs * fix: remove redundant blank title from dialog windows * [skip CI] Translate deepin-album.ts in ru -- Wang Yu Mon, 25 May 2026 17:15:55 +0800 deepin-album (6.0.57) unstable; urgency=medium * fix(album): refresh album name in context menu after rename * fix(view): fix unable to open image already imported via main menu -- Wang Yu Tue, 19 May 2026 19:22:18 +0800 deepin-album (6.0.56) unstable; urgency=medium * fix(view): dynamic timeline title height based on font metrics * [skip CI] Translate deepin-album.ts in ru * fix(scrollbar): add scrollbar to all collection and imported views * fix(view): fix multi-page image thumbnails truncated in bottom toolbar * fix(view): refresh album views after returning from image viewer -- Wang Yu Thu, 14 May 2026 19:34:26 +0800 deepin-album (6.0.55) unstable; urgency=medium * chore: bump version to 6.0.55 -- Wang Yu Sat, 09 May 2026 17:19:07 +0800 deepin-album (6.0.54) unstable; urgency=medium * fix(video): refresh thumbnail and duration after camera recording * [skip CI] Translate deepin-album.ts in ja * fix(viewer): use Qt6 FileDialog API for opening images * fix: Keyboard shortcut issue * fix: disable filename editing and show original name in trash * fix(thumbnail): use DCI icon for damaged image with theme support * fix(sidebar): refresh album paths before showing context menu * fix: move menu separator above first custom album item -- Wang Yu Sat, 09 May 2026 11:39:08 +0800 deepin-album (6.0.53) unstable; urgency=medium * fix(preview): use scaled decoding to bypass unionimage 4096 limit * fix(preview): show navigation menu only when image is zoomed in * fix(slideshow): disable prev/next buttons for single image slideshow -- Wang Yu Thu, 23 Apr 2026 19:57:47 +0800 deepin-album (6.0.52) unstable; urgency=medium * fix(import): remove DB record when importing empty folder * fix: auto-navigate to new album after creation from context menu * fix: hide filter button when no photos or videos exist * fix: connect delete signal for imported images deletion -- Wang Yu Thu, 16 Apr 2026 20:40:38 +0800 deepin-album (6.0.51) unstable; urgency=medium * chore: Unify linglong.yaml -- wangrong Thu, 05 Mar 2026 19:22:22 +0800 deepin-album (6.0.50) unstable; urgency=medium * chore: Update compiler flags for security enhancements -- wangrong Wed, 04 Feb 2026 10:48:40 +0800 deepin-album (6.0.49) unstable; urgency=medium * chore: Update version to 6.0.49 * fix(ui): scale large images and preserve original dimensions * feat: Support mips64 linglong build (#374) -- zhanghongyuan Fri, 12 Dec 2025 10:08:02 +0800 deepin-album (6.0.48) unstable; urgency=medium * fix bug. -- Tian ShiLin Fri, 05 Dec 2025 13:53:12 +0800 deepin-album (6.0.47) unstable; urgency=medium * fix bugs -- Liu Zhangjian Thu, 23 Oct 2025 19:46:17 +0800 deepin-album (6.0.46) unstable; urgency=medium * chore: Update linglong base and runtime -- wangrong Wed, 17 Sep 2025 13:03:40 +0800 deepin-album (6.0.45) unstable; urgency=medium * fix: Update layout and icon size in AlbumTitle.qml -- Liu Zhangjian Tue, 16 Sep 2025 14:54:07 +0800 deepin-album (6.0.44) unstable; urgency=medium * fix: Fixed CMYK image display issue Fixed CMYK image display issue -- Liu Zhangjian Fri, 15 Aug 2025 10:04:43 +0800 deepin-album (6.0.43) unstable; urgency=medium * fix: Add Lao translations to deepin-album.desktop -- dengzhongyuan Wed, 13 Aug 2025 13:36:45 +0800 deepin-album (6.0.42) unstable; urgency=medium * fix bugs -- Liu Zhangjian Wed, 13 Aug 2025 11:39:40 +0800 deepin-album (6.0.41) unstable; urgency=medium * chore: Update .gitignore and clean up Lao translations -- dengzhongyuan Wed, 13 Aug 2025 10:43:40 +0800 deepin-album (6.0.40) unstable; urgency=medium * fix: Handling translation errors in lo languages (#359) -- dengzhongyuan Fri, 08 Aug 2025 15:55:29 +0800 deepin-album (6.0.39) unstable; urgency=medium * Update version to 6.0.39. -- Tian ShiLin Fri, 08 Aug 2025 13:53:15 +0800 deepin-album (6.0.38) unstable; urgency=medium * Update version to 6.0.38. -- Tian ShiLin Thu, 07 Aug 2025 19:44:28 +0800 deepin-album (6.0.37) unstable; urgency=medium * feat: Image format extension support -- Liu Zhangjian Wed, 23 Jul 2025 15:12:27 +0800 deepin-album (6.0.36) unstable; urgency=medium * chore: Update deepin-manual resources (#354) -- dengzhongyuan Thu, 10 Jul 2025 18:56:18 +0800 deepin-album (6.0.35) unstable; urgency=medium * fix bugs -- Liu Zhangjian Thu, 03 Jul 2025 15:28:27 +0800 deepin-album (6.0.34) unstable; urgency=medium * update version to 6.0.34. -- Tian ShiLin Tue, 01 Jul 2025 20:47:25 +0800 deepin-album (6.0.33) unstable; urgency=medium * chore: update translations -- Liu Zhangjian Fri, 27 Jun 2025 17:14:07 +0800 deepin-album (6.0.32) unstable; urgency=medium * chore: New version 6.0.32 -- Liu Zhangjian Thu, 26 Jun 2025 13:53:28 +0800 deepin-album (6.0.31) unstable; urgency=medium * chore: New version 6.0.31 -- Liu Zhangjian Wed, 25 Jun 2025 14:35:32 +0800 deepin-album (6.0.30) unstable; urgency=medium * chore: New version 6.0.30. -- xiepengfei Mon, 23 Jun 2025 15:53:51 +0800 deepin-album (6.0.29) unstable; urgency=medium * chore: Update translations (#343) -- dengzhongyuan Mon, 23 Jun 2025 12:58:38 +0800 deepin-album (6.0.28) unstable; urgency=medium * chore: Update deepin-manual resources -- dengzhongyuan Fri, 20 Jun 2025 17:05:41 +0800 deepin-album (6.0.27) unstable; urgency=medium * Update to 6.0.27 -- dengzhongyuan Thu, 29 May 2025 16:59:13 +0800 deepin-album (6.0.26) unstable; urgency=medium * Update version to 6.0.26 -- dengzhongyuan Thu, 22 May 2025 16:10:43 +0800 deepin-album (6.0.25) unstable; urgency=medium * Update version to 6.0.25 -- dengzhongyuan Fri, 16 May 2025 17:51:07 +0800 deepin-album (6.0.24) unstable; urgency=medium * fix: prevent app freeze when using ctrl+A to select all in collection view * update version to 6.0.24 -- dengzhongyuan Tue, 13 May 2025 14:18:32 +0800 deepin-album (6.0.23) unstable; urgency=medium * Update translations. -- renbin Thu, 17 Apr 2025 09:37:03 +0800 deepin-album (6.0.22) unstable; urgency=medium * chore: update translations. * fix: Optimize MTP device handling(Bug: 289223) -- renbin Thu, 10 Apr 2025 19:29:17 +0800 deepin-album (6.0.21) unstable; urgency=medium * chore: update desktop file * chore: update translations -- renbin Wed, 02 Apr 2025 15:51:34 +0800 deepin-album (6.0.20) unstable; urgency=medium * chore: New version 6.0.20. * Fix text color issue after change theme. * Fix did not sync rename for infodialog. * Update image info after rename. * Fix update imported view after delete. -- re2zero Thu, 20 Mar 2025 18:55:55 +0800 deepin-album (6.0.19) unstable; urgency=medium * chore: New version 6.0.19. -- Wang Yu Wed, 12 Mar 2025 20:08:03 +0800 deepin-album (6.0.18) unstable; urgency=medium * fix: Fix image rotate issue(Bug: 298051) * i18n: Translate desktop.ts in ja (#305) -- renbin Thu, 06 Mar 2025 19:52:24 +0800 deepin-album (6.0.17) unstable; urgency=medium * fix: component overlap on deleted view(Bug: 275475) * fix: app hangs when access mtp device(Bug: 289223) * i18n: Updates for project Deepin Album (#302) -- renbin Thu, 27 Feb 2025 19:16:13 +0800 deepin-album (6.0.16) unstable; urgency=medium * fix: Fix can not play video issue * chore: Update linglong base -- xiepengfei Thu, 20 Feb 2025 20:34:36 +0800 deepin-album (6.0.15) unstable; urgency=medium * fix: remove invalid url * fix: SMB display issue on immutable systems(Bug: 299327) -- renbin Thu, 09 Jan 2025 17:37:27 +0800 deepin-album (6.0.14) unstable; urgency=medium * chore: New version 6.0.14. -- xiepengfei Fri, 20 Dec 2024 11:51:44 +0800 deepin-album (6.0.13) unstable; urgency=medium * update version to 6.0.13 -- renbin Sat, 14 Dec 2024 11:56:30 +0800 deepin-album (6.0.12) unstable; urgency=medium * fix: Fixed the issue of waiting for restart after exiting (#272) Thanks to pengfeixx(Bug: 289903) * fix: Remove the freeimage dependency (#273) Thanks to pengfeixx * fix: sidebar background color(Bug: 290603)(Influence: UI) -- renbin Sat, 07 Dec 2024 11:56:30 +0800 deepin-album (6.0.11) unstable; urgency=medium * update version to 6.0.11 * [animation] add config enable/disable sidebar switch animation -- houchengqiu Fri, 22 Nov 2024 16:10:32 +0800 deepin-album (6.0.10) unstable; urgency=medium * update version to 6.0.10 * fix: [review] When the sidebar content is fully displayed, only the vertical scroll wheel is used * feat: Replace the daily view with V20 QWidget control * feat: Replace the import view with V20 QWidget control * fix: [UI] v20 day view and import view style adjust 1st -- houchengqiu Fri, 25 Oct 2024 10:46:05 +0800 deepin-album (6.0.9) unstable; urgency=medium * update version to 6.0.9 * fix: Resolve the issue of the probability of crashing when switching to an imported view -- houchengqiu Fri, 27 Sep 2024 09:58:03 +0800 deepin-album (6.0.8) unstable; urgency=medium * update version to 6.0.8 * chore: [merge] merge imageviewer newer code to album * fix: fix some bugs about adapt qt6 * feat: [translation]add transifex config -- houchengqiu Fri, 20 Sep 2024 16:34:03 +0800 deepin-album (6.0.7) unstable; urgency=medium * update version to 6.0.7 * feat: adapt to Qt6 * feat: merge new imageviewer code to album -- houchengqiu Thu, 5 Sep 2024 19:13:03 +0800 deepin-album (6.0.6) unstable; urgency=medium * fix: Search box centering issue fixed(Bug: 219083) * feat: [Animation] Collection year month day view add zoom out fade out dynamic effect(Bug: 168549) * feat: [Animation] Add large image preview with reverse animation effect(Bug: 168549) * fix: [UI] Add a semi transparent background effect to the sidebar(Bug: 265267) * fix: [UI] Add hover status display to the sidebar sub item(Bug: 268929, 268925) * feat: [Config] Add large image preview animation duration config(Bug: 168549) * fix: [Config] The default width and height adjustment of the main window is 1150 * 800(Bug: 268195) * fix: [UI] Adjustment of Top and Bottom Margins in Year Month View(Bug: 268925) -- houchengqiu Thu, 22 Aug 2024 13:41:03 +0800 deepin-album (6.0.5) unstable; urgency=medium * chore: Add sidebar menu switching animation * chore: Add large image preview animation * chore: Add dynamic effects for switching between year, month, and day views * chore: Increase the proportion of images to switch dynamic effects -- wangyu Thu, 15 Aug 2024 19:22:14 +0800 deepin-album (6.0.4) unstable; urgency=medium * chore: URL path to local path rectification, unified use of the localPath interface for processing * fix: Fix the issue of excessive display of high definition screen icons(Issue: https://github.com/linuxdeepin/developer-center/issues/4884) * refator: Improved functionality for 'import from file' and device list * fix: Optimization of startup time when attaching peripherals to photo albums(Bug: 185733) * perf: memory optimization * perf: Standardize anchor layout code * perf: Change the abuse of the Rectangle component to Item to avoid drawing the same area multiple times * perf: Simplify ThumbnailImage control related code * refactor: GlobalVar.qml with various statuses stored on the C++ backend * perf: Optimize the startup time of the album and solve some bugs * perf: Optimize the loading speed of thumbnail list proxy controls * fix: [UI] Rectify the display issue where the page is empty(Bug: 167825) * fix: Fix the issue of photo album flickering when there is an smb path(Bug: 217933) * fix: Fix the issue of album restart failure after importing linked images(Bug: 218077) * chore: [UI] Optimize thumbnail display effect(Bug: 192973) -- Deepin Packages Builder Wed, 06 Sep 2023 10:42:03 +0800 deepin-album (6.0.3) unstable; urgency=medium * chore: 优化isImage、isVideo接口处理逻辑(Bug: 192995) * fix: AboutDialog's titlebar tearing shadow(Issue: 4222) -- Deepin Packages Builder Thu, 11 May 2023 13:33:17 +0800 deepin-album (6.0.2) unstable; urgency=medium * Update version to 6.0.2 -- Deepin Packages Builder Thu, 04 Apr 2023 16:02:34 +0800 deepin-album (6.0.0) unstable; urgency=medium * Initial release. -- Deepin Packages Builder Wed, 15 Jun 2022 16:28:35 +0800 deepin-album (1.0) unstable; urgency=medium * Pre-release for deepin album 5.0 -- TagBuilder Mon, 23 May 2016 14:20:26 +0000 deepin-album-6.0.63/debian/compat000066400000000000000000000000021523257621500166000ustar00rootroot000000000000009 deepin-album-6.0.63/debian/control000066400000000000000000000021741523257621500170110ustar00rootroot00000000000000Source: deepin-album Section: utils Priority: optional Maintainer: Deepin Packages Builder Build-Depends: debhelper (>= 11), cmake, pkg-config, # Qt6 qt6-base-dev, qt6-tools-dev, qt6-tools-dev-tools, qt6-svg-dev, qt6-declarative-dev, # Dtk libdtk6gui-dev, libdtk6widget-dev, libdtk6declarative-dev, # Deepin # null # 3rd party libexif-dev, libstartup-notification0-dev, libudev-dev, libfontconfig1-dev, libglib2.0-dev, libxrender-dev, #libgio-qt-dev, #libudisks2-qt5-dev, libdfm6-mount-dev, libavformat-dev, libffmpegthumbnailer-dev Standards-Version: 4.1.3 Homepage: http://www.deepin.org Package: deepin-album Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, qml6-module-qt-labs-settings, qml6-module-qt-labs-folderlistmodel, qml6-module-qtquick-dialogs, qml6-module-qtquick-layouts, qml6-module-qtquick-effects, qml6-module-qtquick-window, qml6-module-qt5compat-graphicaleffects, libqt6sql6-sqlite, qt6-image-formats-plugins Recommends: qt6-gtk-platformtheme, deepin-ocr, kimageformat6-plugins Description: Simple description A detailed description. deepin-album-6.0.63/debian/copyright000066400000000000000000000046631523257621500173460ustar00rootroot00000000000000Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: album Upstream-Contact: https://github.com/linuxdeepin/deepin-album/issues Source: https://github.com/linuxdeepin/deepin-album # ci Files: .github/* Copyright: None License: CC0-1.0 # gitignore Files: .gitignore Copyright: None License: CC0-1.0 # xml toml json conf yaml sh Files: *.toml *.json *conf *.yaml *.sh Copyright: UnionTech Software Technology Co., Ltd. License: CC0-1.0 # debian Files: debian/* Copyright: UnionTech Software Technology Co., Ltd. License: CC0-1.0 # rpm Files: rpm/* Copyright: UnionTech Software Technology Co., Ltd. License: CC0-1.0 # Project file Files: *.pro *.prf *.pri *.qrc *CMakeLists.txt .tx/* Copyright: UnionTech Software Technology Co., Ltd. License: CC0-1.0 # config files Files: src/album/controller/com.deepin.DeepinImageViewer.xml src/deepin-album.desktop Copyright: UnionTech Software Technology Co., Ltd. License: CC0-1.0 # README Files: README.md README.zh_CN.md Copyright: UnionTech Software Technology Co., Ltd. License: CC-BY-4.0 # assets resources Files: assets/* src/icons/* tests/testResource/* src/album/resources/* src/album/widgets/dialogs/resources/images/* Copyright: UnionTech Software Technology Co., Ltd. License: CC-BY-4.0 # translations Files: translations/* Copyright: UnionTech Software Technology Co., Ltd. License: GPL-3.0-or-later # src Files: src/* Copyright: UnionTech Software Technology Co., Ltd. License: GPL-3.0-or-later # tests Files: tests/* Copyright: UnionTech Software Technology Co., Ltd. License: GPL-3.0-or-later # cpp-stub Files: tests/stub-tool/cpp-stub/* Copyright: 2019 coolxv License: MIT License: GPL-3.0-or-later This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". deepin-album-6.0.63/debian/deepin-album.1000066400000000000000000000015641523257621500200340ustar00rootroot00000000000000.\" This file is processed to generate manpages in the .\" build diretory. .TH deepin-album 1 "2020-11-17" "Deepin" .SH NAME deepin-album \- the picture manager from UOS .SH SYNOPSIS .B deepin-album [\fIPATH\fR] .SH DESCRIPTION Deepin Album is a fashion photo manager for viewing and organizing pictures. .PP This program does not accept any command line options. If the \fIPATH\fR is specified, open that picture with Album. If the \fIPATH\fR is omitted, open Album and show all pictures in it. If Album has been launched, open the picture with Album. Otherwise, launch Album and open the picture with it. .SH SEE ALSO https://www.deepin.org/en/original/deepin-album/ .SH AUTHOR .PP .B deepin-album is written by Deepin Technology Co., Ltd. .PP This manual page was written by .MT zhangyong@\:uniontech.com Zhang Yong .ME for the Debian Project (but may be used by others). deepin-album-6.0.63/debian/manpages000066400000000000000000000000261523257621500171160ustar00rootroot00000000000000debian/deepin-album.1 deepin-album-6.0.63/debian/rules000077500000000000000000000022271523257621500164650ustar00rootroot00000000000000#!/usr/bin/make -f DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/default.mk # 检测当前安装的Qt版本,优先使用Qt6,否则使用Qt5 define detect_qt_version ifneq (,$(shell which qmake6 2>/dev/null)) QT_DIR="/usr/lib/$(DEB_HOST_MULTIARCH)/cmake/Qt6" else QT_DIR="/usr/lib/$(DEB_HOST_MULTIARCH)/cmake/Qt5" endif endef # 调用检测Qt版本的命令 $(eval $(call detect_qt_version)) # hardcode this if want to force build with sepecific Qt version # QT_DIR="/usr/lib/$(DEB_HOST_MULTIARCH)/cmake/Qt5" DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) ifneq (,$(wildcard .git/config)) CONFIG_VERSION= else VERSION = $(DEB_VERSION_UPSTREAM) _PACK_VER = $(shell echo $(VERSION) | awk -F'[+_~-]' '{print $$1}') _BUILD_VER = $(shell echo $(VERSION) | awk -F'[+_~-]' '{print $$2}' | sed 's/[^0-9]//g') ifeq ($(_BUILD_VER),) CONFIG_VERSION = $(_PACK_VER) else CONFIG_VERSION = $(_PACK_VER).$(_BUILD_VER) endif endif %: dh $@ --parallel override_dh_auto_configure: dh_auto_configure -- \ -DCMAKE_BUILD_TYPE=Release \ -DVERSION=$(DEB_VERSION_UPSTREAM) \ -DLIB_INSTALL_DIR=/usr/lib/$(DEB_HOST_MULTIARCH) \ -DQT_DIR=$(QT_DIR) deepin-album-6.0.63/debian/source/000077500000000000000000000000001523257621500167025ustar00rootroot00000000000000deepin-album-6.0.63/debian/source/format000066400000000000000000000000151523257621500201110ustar00rootroot000000000000003.0 (native) deepin-album-6.0.63/deploy_dep000066400000000000000000000052201523257621500162260ustar00rootroot00000000000000# SPDX-FileCopyrightText: 2023 - 2025 UnionTech Software Technology Co., Ltd. # # SPDX-License-Identifier: GPL-3.0-or-later #!/bin/bash set -e # 生成安装目录/文件和运行时依赖的必要库 # 获取应用id ID_VALUE=$(awk -F ': ' '/^ id: / {print $2}' linglong.yaml) ## 获取安装的文件列表并写入安装脚本(排除头文件、pc和cmake文件) # cmake 安装 if ! grep -- "-- Installing:" install.log | sed 's/-- Installing: //' | grep -vE '\.(h|cmake|pc)$' > ${ID_VALUE}.install; then echo "cmake install files are empty!" fi # qmake 安装 if ! grep -- "-install qinstall" install.log | awk '{print $NF}' | grep -vE '\.(h|cmake|pc)$' >> ${ID_VALUE}.install; then echo "qmake install files are empty!" fi # 动态库软连接 if ! grep -- "^ln -f -s " install.log | awk '{print $NF}' >> ${ID_VALUE}.install; then echo "Get library softlink empty!" fi # glib-compile-schemas 文件添加到 install 文件 for SCHEMAS in "${PREFIX}"/share/glib-2.0/schemas/gschema*; do if [[ -f "$SCHEMAS" ]]; then echo "$SCHEMAS" >> "${ID_VALUE}.install" fi done # 获取依赖的所有文件 for LDFILE in "$@"; do # 判断文件是否以 .so 结尾 if [[ "$LDFILE" == *.so ]]; then FILE_PATH="${PREFIX}/lib/${TRIPLET}/$LDFILE" # 添加依赖库到 install 文件 for SOFILE in "${PREFIX}/lib/${TRIPLET}"/${LDFILE}*; do if [[ -f "$SOFILE" ]]; then echo `realpath -s $SOFILE` >> "${ID_VALUE}.install" fi done else FILE_PATH="${PREFIX}/bin/$LDFILE" fi # 获取依赖库 DEPENDENCIES=$(ldd "$FILE_PATH" | grep "$PREFIX") || continue if [[ ! -z "$DEPENDENCIES" ]]; then echo "$DEPENDENCIES" | while IFS= read -r line; do LIB_PATH=${line##*=> } LIB_PATH=${LIB_PATH%%(*} # 获取基本库名并匹配相关库 LIB_DIR=$(dirname "$LIB_PATH") BASE_LIB_NAME=$(basename "$LIB_PATH") # 使用通配符查找相关库文件并将结果倒序存储到 install 文件 for FILE in "$LIB_DIR"/${BASE_LIB_NAME%.*}*; do if [[ -f "$FILE" ]]; then echo "$FILE" fi done | sort -r >> "${ID_VALUE}.install" done fi done # 排除静态链接库 #echo '^'${PREFIX}'/'${TRIPLET}'/.+(?> "${ID_VALUE}.install" #echo '^'${PREFIX}'/lib/.+(?> "${ID_VALUE}.install" # 删除调试符号 files=`cat ${ID_VALUE}.install` for file in $files do if [[ -f "$file" && -x "$file" ]] || [[ "$file" == *.so ]]; then strip -g $file || true fi done deepin-album-6.0.63/install_dep000066400000000000000000000153511523257621500164060ustar00rootroot00000000000000# SPDX-FileCopyrightText: 2023 - 2025 UnionTech Software Technology Co., Ltd. # # SPDX-License-Identifier: GPL-3.0-or-later #!/bin/bash set -e project_dir=$PWD cache_dir=${LINGLONG_FETCH_CACHE:-$PWD/linglong/cache} mkdir -p "$cache_dir" # 文件名 deb-source.bash # 包含要解压的deb目录 deb_dir=$(realpath "$1") # 将deb解压到输出目录 target=$(realpath "$2") # 默认会跳过base已安装的包,可以强制解压已安装的包 include="$3" # 临时目录,将内容处理后再移动到 target out_dir="$(mktemp -d)" cd "$out_dir" # 临时文件,用于记录deb文件列表 deb_list_file="$out_dir/deb.list" # 临时文件,用于记录强制安装的包名 include_list_file="$out_dir/include.packages.list" # 临时文件,用于记录跳过安装的包名 exclude_list_file="$out_dir/exclude.packages.list" # 包数据存放的临时目录 data_list_dir="$out_dir/data" # 生成文件列表 find "$deb_dir" -type f -name "*.deb" >"$deb_list_file" echo "$include" | tr ',' '\n' >"$include_list_file" # 用于记录安装的所有文件来自哪个包 mkdir /tmp/deb-source-file || true # 如果base和runtime已安装则跳过,旧版本base没有/packages.list文件就使用/var/lib/dpkg/status grep 'Package: ' /var/lib/dpkg/status >"$exclude_list_file" || true # 跳过base和runtime已安装的包,也可使用install_dep_skip.list文件控制跳过哪些包 cat /packages.list /runtime/packages.list "$PREFIX/packages.list" "$project_dir/install_dep_skip.list" >>"$exclude_list_file" || true # 遍历文件列表 while IFS= read -r deb_file; do # 输出deb名,但不换行,便于在包名后面加skip echo -n "$deb_file" # 提取control文件 control_file=$(ar -t "$deb_file" | grep control.tar) ar -x "$deb_file" "$control_file" # 获取包名 pkg=$(tar -xf "$control_file" ./control -O | grep '^Package:' | awk '{print $2}') rm "$control_file" # 如果在base和runtime中已安装,并且不包含在include(强制安装)列表则跳过安装,否则安装到$PREFIX目录 if grep -q "^Package: $pkg$" "$exclude_list_file" && ! grep -q "^$pkg$" "$include_list_file"; then echo " skip" echo "$deb_file" >>/tmp/deb-source-file/skip.list continue fi # 记录到 packages.list echo "Package: $pkg" >>"$PREFIX/packages.list" # 换行 echo "" # 缓存解压后的data.tar文件,便于在下次使用时,加快安装速度 deb_sha=$(sha256sum "$deb_file" | awk '{print $1}') data_cache="$cache_dir/install_dep_$deb_sha" if [ ! -e "$data_cache" ]; then data_cache_tmp="$cache_dir/install_dep_tmp_$deb_sha" # 查找data.tar文件,文件会因为压缩格式不同,有不同的后缀,例如data.tar.xz、data.tar.gz data_file=$(ar -t "$deb_file" | grep data.tar) case "$data_file" in *.xz) ar -p "$deb_file" "$data_file" | unxz >"$data_cache_tmp" ;; *.gz) ar -p "$deb_file" "$data_file" | gunzip >"$data_cache_tmp" ;; *.zst) ar -p "$deb_file" "$data_file" | unzstd >"$data_cache_tmp" ;; *) echo "unknown file type" exit 1 ;; esac mv "$data_cache_tmp" "$data_cache" fi # 解压data.tar文件到输出目录 mkdir "$data_list_dir" tar -xvf "$data_cache" -C "$data_list_dir" >>"/tmp/deb-source-file/$(basename "$deb_file").list" # 清理不需要复制的目录 rm -r "${data_list_dir:?}/usr/share/applications"* 2>/dev/null || true # 修改pc文件的prefix sed -i "s#/usr#$PREFIX#g" "$data_list_dir"/usr/lib/"$TRIPLET"/pkgconfig/*.pc 2>/dev/null || true sed -i "s#/usr#$PREFIX#g" "$data_list_dir"/usr/share/pkgconfig/*.pc 2>/dev/null || true # 修改指向/lib的绝对路径的软链接 find "$data_list_dir" -type l | while IFS= read -r file; do linkTarget=$(readlink "$file") # 如果指向的路径以/lib开头,并且文件不存在,则添加 /runtime 前缀 # 部分 dev 包会创建 so 文件的绝对链接指向 /lib 目录下 if echo "$linkTarget" | grep -q ^/lib && ! [ -f "$linkTarget" ]; then ln -sf "$target$linkTarget" "$file" echo " FIX LINK" "$linkTarget" "=>" "$target$linkTarget" fi done # 修复动态库的RUNPATH find "$data_list_dir" -type f | while IFS= read -r file; do fileinfo=$(file "$file") # skip non-dynamic librarie if ! echo "$fileinfo" | grep -q 'shared object'; then continue fi # skip debug file if echo "$fileinfo" | grep -q 'with debug_info'; then continue fi runpath=$(readelf -d "$file" | grep RUNPATH | awk '{print $NF}') # skip without runpath if ! echo "$runpath" | grep -q '^\[/'; then continue fi # 如果RUNPATH使用绝对路径,则添加/runtime前缀 runpath=${runpath#[} runpath=${runpath%]} newRunpath=${runpath//usr\/lib/runtime\/lib} newRunpath=${newRunpath//usr/runtime} patchelf --set-rpath "$newRunpath" "$file" echo " FIX RUNPATH" "$file" "$runpath" "=>" "$newRunpath" done # 复制/lib,/bin,/usr目录 cp -rP "$data_list_dir/lib" "$target" 2>/dev/null || true cp -rP "$data_list_dir/bin" "$target" 2>/dev/null || true rm -r "${data_list_dir:?}/usr/share/systemd" 2>/dev/null || true rm -r "${data_list_dir:?}/usr/lib/systemd" 2>/dev/null || true cp -rP "$data_list_dir"/usr/* "$target" || true rm -r "$data_list_dir" done <"$deb_list_file" # 修复相对路径的软链接(dev包内的软连接尝试修复指向base) find "$target" -type l | while IFS= read -r file; do # 获取链接的绝对路径 linkTarget=$(readlink -m "$file") # 如果链接指向的文件不存在 if [ ! -e "$linkTarget" ]; then # 去掉前缀查看/lib下是否存在 linkTarget="${linkTarget#$target}" if [ -e "$linkTarget" ]; then ln -sf "$linkTarget" "$file" echo " FIX LINK" "$file" "=>" "$target$linkTarget" fi # 添加usr前缀查看/usr/lib下是否存在 linkTarget="/usr$target" if [ -e "$linkTarget" ]; then ln -sf "$target$linkTarget" "$file" echo " FIX LINK" "$file" "=>" "$target$linkTarget" fi # 添加 /runtime 前缀查看是否存在 linkTarget=$(readlink -m "$file") linkTargetNoPrefix="${linkTarget#$target}" runtimeLib="/runtime$linkTargetNoPrefix" if [ -e "$runtimeLib" ]; then ln -sf "$runtimeLib" "$file" echo " FIX LINK" "$file" "=>" "$runtimeLib" fi fi done # 更新ld.so.cache if [ -n "$LINGLONG_LD_SO_CACHE" ]; then ldconfig -C "$LINGLONG_LD_SO_CACHE" fi # 清理临时目录 rm -r "$out_dir" deepin-album-6.0.63/linglong.yaml000066400000000000000000000053031523257621500166560ustar00rootroot00000000000000# SPDX-FileCopyrightText: 2024 - 2026 UnionTech Software Technology Co., Ltd. # # SPDX-License-Identifier: GPL-3.0-or-later version: '1' package: id: org.deepin.album name: deepin-album version: 6.0.63.1 kind: app description: | album for deepin os. command: - deepin-album base: org.deepin.base/25.2.2 runtime: org.deepin.runtime.webengine/6.7.0 build: | # 下载和安装依赖 apt -y install --download-only libdtk6gui-dev libdtk6widget-dev qt6-svg-dev qt6-tools-dev qt6-tools-dev-tools qt6-base-dev qt6-base-dev-tools qt6-base-private-dev qt6-l10n-tools libexif-dev libstartup-notification0-dev libudev-dev libfontconfig1-dev libglib2.0-dev libxrender-dev libdfm6-mount-dev libdfm-mount-dev libavcodec-dev libavformat-dev libavutil-dev libffmpegthumbnailer-dev kimageformat6-plugins bash ./install_dep /var/cache/apt/archives "$PREFIX" # 查找并移动目录下的所有文件(包括符号链接)到它的上一层目录 find ${PREFIX}/lib/${TRIPLET}/blas -mindepth 1 -maxdepth 1 -exec mv {} ${PREFIX}/lib/${TRIPLET} \; find ${PREFIX}/lib/${TRIPLET}/lapack -mindepth 1 -maxdepth 1 -exec mv {} ${PREFIX}/lib/${TRIPLET} \; # 准备插件 mkdir -p $PREFIX/bin/imageformats cp ${PREFIX}/lib/${TRIPLET}/qt6/plugins/imageformats/*.so $PREFIX/bin/imageformats # 更新ld.so.cache if [ -n "$LINGLONG_LD_SO_CACHE" ]; then ldconfig -C "$LINGLONG_LD_SO_CACHE" fi VERSION=$(head -1 debian/changelog | awk -F'[()]' '{print $2}') cmake -B build \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=${PREFIX} \ -DCMAKE_INSTALL_LIBDIR=${PREFIX}/lib/${TRIPLET} \ -DVERSION=${VERSION} cmake --build build -j`nproc` cmake --build build --target install >install.log 2>&1 # 项目生成应用名和动态隐式加载的依赖库,ldd无法找到的其他库 LDD_FILES=( deepin-album libavcodec.so libavutil.so libavformat.so libffmpegthumbnailer.so libblas.so liblapack.so ../../bin/imageformats/kimg_avif.so ../../bin/imageformats/kimg_heif.so # plugins for libheif.so.1 libheif/plugins/libheif-aomenc.so libheif/plugins/libheif-dav1d.so libheif/plugins/libheif-j2kdec.so libheif/plugins/libheif-libde265.so libheif/plugins/libheif-x265.so ) # 生成.install 文件 bash ./deploy_dep "${LDD_FILES[@]}" ID_VALUE=$(awk -F ': ' '/^ id: / {print $2}' linglong.yaml) # set LIBHEIF_PLUGIN_PATH for libheif.so.1 to load plugins mkdir -p $PREFIX/etc echo export LIBHEIF_PLUGIN_PATH=$PREFIX/lib/${TRIPLET}/libheif/plugins > $PREFIX/etc/profile echo $PREFIX/etc/profile >> "${ID_VALUE}.install" # allow apt download in build and do apt update buildext: apt: build_depends: - libc6 deepin-album-6.0.63/src/000077500000000000000000000000001523257621500147475ustar00rootroot00000000000000deepin-album-6.0.63/src/CMakeLists.txt000066400000000000000000000066731523257621500175230ustar00rootroot00000000000000cmake_minimum_required(VERSION 3.13) #玲珑构建依赖目录 include_directories(${CMAKE_INSTALL_PREFIX}/include) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIE") set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC") set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -pie") set(APP_BIN_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/bin/) set(BIN_NAME ${CMAKE_PROJECT_NAME}) list(APPEND RESOURCES) find_package(Qt${QT_VERSION_MAJOR} CONFIG REQUIRED COMPONENTS Qml Quick DBus Concurrent Svg PrintSupport LinguistTools Sql ) find_package(Dtk${DTK_VERSION_MAJOR} REQUIRED COMPONENTS Widget Gui Declarative ) # 三方库 find_package(PkgConfig REQUIRED) pkg_check_modules(3rd_lib REQUIRED #[[gio-qt udisks2-qt5]] libavformat ) pkg_check_modules(dfmmount REQUIRED dfm${DTK_VERSION_MAJOR}-mount ) set(DFM_MOUNT_HEADERS ${dfmmount_INCLUDE_DIRS}) include_directories(${DFM_MOUNT_HEADERS}) # 保证 src 目录下头文件全局可见 include_directories(src) # 源文件 file(GLOB_RECURSE SRCS CONFIGURE_DEPENDS "./*.h" "./*.cpp") file(GLOB_RECURSE QMLSRC ./*.qml) if(NOT BUILD_WITH_QT6) find_package(Qt5QuickCompiler CONFIG REQUIRED) qtquick_compiler_add_resources(RCC_SOURCES ${RESOURCES}) endif() if(NOT(${CMAKE_BUILD_TYPE} MATCHES "Debug")) # 调整优化级别 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3") # Translation file(GLOB TS LIST_DIRECTORIES false translations/${CMAKE_PROJECT_NAME}*.ts) set_source_files_properties(${TS} PROPERTIES OUTPUT_LOCATION ${PROJECT_SOURCE_DIR}/translations) qt_create_translation(QM ${SRCS} ${QMLSRC} ${TS}) endif() # 仅生成 EXE 文件,用以兼容新(5.6.0+dev-1及以上)旧两版本DtkDeclarative库 add_executable(${BIN_NAME} ${SRCS} ${RCC_SOURCES} ${QM} ${CMAKE_PROJECT_NAME}.qrc res.qrc ) target_include_directories(${BIN_NAME} PUBLIC ${3rd_lib_INCLUDE_DIRS} ) target_link_libraries(${BIN_NAME} Qt${QT_VERSION_MAJOR}::Quick Qt${QT_VERSION_MAJOR}::PrintSupport Qt${QT_VERSION_MAJOR}::Gui Qt${QT_VERSION_MAJOR}::Qml Qt${QT_VERSION_MAJOR}::Core Qt${QT_VERSION_MAJOR}::DBus Qt${QT_VERSION_MAJOR}::Concurrent Qt${QT_VERSION_MAJOR}::Svg Qt${QT_VERSION_MAJOR}::Sql Dtk${DTK_VERSION_MAJOR}::Widget Dtk${DTK_VERSION_MAJOR}::Gui Dtk${DTK_VERSION_MAJOR}::Declarative GL pthread ${3rd_lib_LIBRARIES} ${dfmmount_LIBRARIES} ) if (${CMAKE_BUILD_TYPE} MATCHES "Debug") TARGET_COMPILE_DEFINITIONS(${BIN_NAME} PRIVATE $<$,$>:QT_QML_DEBUG>) endif () set(PREFIX ${CMAKE_INSTALL_PREFIX}) set(AppIconDir ${PREFIX}/share/icons/hicolor/scalable/apps) set(APPSHAREDIR ${CMAKE_INSTALL_PREFIX}/share/${CMAKE_PROJECT_NAME}) # Add install rule install(TARGETS ${BIN_NAME} DESTINATION ${APP_BIN_INSTALL_DIR}) install(FILES ${PROJECT_SOURCE_DIR}/src/${CMAKE_PROJECT_NAME}.desktop DESTINATION share/applications) install(FILES ${PROJECT_SOURCE_DIR}/src/icon/deepin-album.svg DESTINATION ${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/scalable/apps) install(FILES com.deepin.album.service DESTINATION ${CMAKE_INSTALL_PREFIX}/share/dbus-1/services/) #translations install(DIRECTORY ${PROJECT_SOURCE_DIR}/translations DESTINATION ${APPSHAREDIR} FILES_MATCHING PATTERN "*.qm") #manual install(DIRECTORY ${PROJECT_SOURCE_DIR}/src/assets/deepin-album DESTINATION ${CMAKE_INSTALL_PREFIX}/share/deepin-manual/manual-assets/application/ FILES_MATCHING PATTERN "*") deepin-album-6.0.63/src/assets/000077500000000000000000000000001523257621500162515ustar00rootroot00000000000000deepin-album-6.0.63/src/assets/deepin-album/000077500000000000000000000000001523257621500206135ustar00rootroot00000000000000deepin-album-6.0.63/src/assets/deepin-album/album/000077500000000000000000000000001523257621500217135ustar00rootroot00000000000000deepin-album-6.0.63/src/assets/deepin-album/album/common/000077500000000000000000000000001523257621500232035ustar00rootroot00000000000000deepin-album-6.0.63/src/assets/deepin-album/album/common/Ctrl.svg000077500000000000000000000040711523257621500246350ustar00rootroot00000000000000 Ctrl Created with Sketch. deepin-album-6.0.63/src/assets/deepin-album/album/common/Enter.svg000077500000000000000000000055261523257621500250140ustar00rootroot00000000000000 Enter Created with Sketch. deepin-album-6.0.63/src/assets/deepin-album/album/common/Esc.svg000077500000000000000000000051741523257621500244500ustar00rootroot00000000000000 Esc Created with Sketch. deepin-album-6.0.63/src/assets/deepin-album/album/common/QM.svg000077500000000000000000000040111523257621500242400ustar00rootroot00000000000000 QM Created with Sketch. deepin-album-6.0.63/src/assets/deepin-album/album/common/Shift.svg000077500000000000000000000067711523257621500250170ustar00rootroot00000000000000 Shift Created with Sketch. deepin-album-6.0.63/src/assets/deepin-album/album/common/adapt_image.svg000077500000000000000000000066031523257621500261670ustar00rootroot00000000000000 adapt-image Created with Sketch. deepin-album-6.0.63/src/assets/deepin-album/album/common/adapt_screen.svg000077500000000000000000000027421523257621500263640ustar00rootroot00000000000000 fit_hover deepin-album-6.0.63/src/assets/deepin-album/album/common/add.svg000077500000000000000000000037541523257621500244700ustar00rootroot00000000000000 button/add deepin-album-6.0.63/src/assets/deepin-album/album/common/add1.svg000066400000000000000000000027301523257621500245370ustar00rootroot00000000000000 deepin-album-6.0.63/src/assets/deepin-album/album/common/attention.svg000077500000000000000000000020421523257621500257320ustar00rootroot00000000000000 attention deepin-album-6.0.63/src/assets/deepin-album/album/common/back_normal.svg000077500000000000000000000026741523257621500262100ustar00rootroot00000000000000 back_normal Created with Sketch. deepin-album-6.0.63/src/assets/deepin-album/album/common/clockwise_rotation.svg000077500000000000000000000037731523257621500276430ustar00rootroot00000000000000 clockwise-rotation Created with Sketch. deepin-album-6.0.63/src/assets/deepin-album/album/common/close_icon.svg000077500000000000000000000023671523257621500260540ustar00rootroot00000000000000 Rectangle 9 Created with Sketch. deepin-album-6.0.63/src/assets/deepin-album/album/common/collect.svg000077500000000000000000000036261523257621500253630ustar00rootroot00000000000000 collect Created with Sketch. deepin-album-6.0.63/src/assets/deepin-album/album/common/collect_active.svg000077500000000000000000000031101523257621500267020ustar00rootroot00000000000000 collect-active Created with Sketch. deepin-album-6.0.63/src/assets/deepin-album/album/common/contrarotate.svg000077500000000000000000000043571523257621500264450ustar00rootroot00000000000000 contrarotate Created with Sketch. deepin-album-6.0.63/src/assets/deepin-album/album/common/copy.svg000077500000000000000000000042271523257621500247060ustar00rootroot00000000000000 复制 deepin-album-6.0.63/src/assets/deepin-album/album/common/deepin-album.svg000077500000000000000000000107211523257621500262720ustar00rootroot00000000000000 apps/128/deepin-album deepin-album-6.0.63/src/assets/deepin-album/album/common/deepin_album.svg000077500000000000000000000107211523257621500263540ustar00rootroot00000000000000 apps/128/deepin-album deepin-album-6.0.63/src/assets/deepin-album/album/common/deepin_launcher.svg000077500000000000000000001007221523257621500270560ustar00rootroot00000000000000 places/128/deepin-launcher deepin-album-6.0.63/src/assets/deepin-album/album/common/delete.svg000077500000000000000000000077131523257621500252010ustar00rootroot00000000000000 delete Created with Sketch. deepin-album-6.0.63/src/assets/deepin-album/album/common/download.svg000077500000000000000000000032511523257621500255370ustar00rootroot00000000000000 下载 deepin-album-6.0.63/src/assets/deepin-album/album/common/icon_menu.svg000077500000000000000000000047771523257621500257220ustar00rootroot00000000000000 image/svg+xml img_upload img_upload Created with Sketch. deepin-album-6.0.63/src/assets/deepin-album/album/common/left.svg000077500000000000000000000035351523257621500246670ustar00rootroot00000000000000 rotate_left_normal Created with Sketch. deepin-album-6.0.63/src/assets/deepin-album/album/common/next.svg000077500000000000000000000025601523257621500247100ustar00rootroot00000000000000 next Created with Sketch. deepin-album-6.0.63/src/assets/deepin-album/album/common/notes.svg000077500000000000000000000031531523257621500250610ustar00rootroot00000000000000 notes deepin-album-6.0.63/src/assets/deepin-album/album/common/ocr.svg000077500000000000000000000076441523257621500245250ustar00rootroot00000000000000 识别文字 deepin-album-6.0.63/src/assets/deepin-album/album/common/previous.svg000077500000000000000000000025171523257621500256100ustar00rootroot00000000000000 previous Created with Sketch. deepin-album-6.0.63/src/assets/deepin-album/album/common/right.svg000077500000000000000000000041231523257621500250440ustar00rootroot00000000000000 rotate_right_normal Created with Sketch. deepin-album-6.0.63/src/assets/deepin-album/album/common/search.svg000077500000000000000000000013361523257621500251770ustar00rootroot00000000000000 deepin-album-6.0.63/src/assets/deepin-album/album/common/tips.svg000077500000000000000000000030731523257621500247110ustar00rootroot00000000000000 tips deepin-album-6.0.63/src/assets/deepin-album/album/en_US/000077500000000000000000000000001523257621500227245ustar00rootroot00000000000000deepin-album-6.0.63/src/assets/deepin-album/album/en_US/d_album.md000077500000000000000000000277631523257621500246730ustar00rootroot00000000000000# Album|deepin-album| ## Overview Album is a stylish and smooth photo and video management tool, supporting photo and video viewing and managing in various formats. You can sort your photos and videos by date or timeline, add them to the Favorites or category them into different albums to manage photos and videos in perfect order. ## Guide You can run, close, and create a desktop shortcut for Album in the following ways. ### Run Album 1. Click the Launcher icon ![launcher|14](../common/deepin_launcher.svg) in the Dock and enter the Launcher interface. 2. Locate Album ![deepin_album|14](../common/deepin_album.svg) by scrolling the mouse wheel or searching "album" in the Launcher interface and click it to run. 3. Right-click ![deepin_album|14](../common/deepin_album.svg) and you can: - Click **Send to desktop** to create a desktop shortcut. - Click **Send to dock** to fix the application in the Dock. - Click **Add to startup** to add the application to startup and it will automatically run when the system starts up. > ![tips|14](../common/tips.svg) Tips: In Control Center, you can set Album as the default photo viewing application. Please refer to [Default Applications](dman:///dde#Default Applications) for specific operations. ### Exit Album - On the Album interface, click![close_icon|14](../common/close_icon.svg)to exit Album. - Right-click ![deepin_album|14](../common/deepin_album.svg) in the Dock and select **Close All** to exit Album. - On the Album interface, click ![icon_menu|14](../common/icon_menu.svg) and select **Exit** to exit Album. ### View Shortcuts On the Album interface, press **Ctrl** + **Shift** + **?** to view shortcuts. Proficiency in shortcuts will greatly improve your efficiency. ![0|hotkey](fig/hotkey.png) ## Photo and Video Management You are able to manage photos and videos by **Timelines** and **Albums** after launching Album. ### Import Photos and Videos On the Album interface, you are able to import photos and videos as follows: - Click **Import Photos and Videos** when there is no photo or video in the album. - Click the ![icon_menu|14](../common/add1.svg) icon on the title bar. - Drag the photo and video file to the Album interface. - Click **![icon_menu|14](../common/icon_menu.svg) > Import folders** to import custom folders of photos or videos. - Import photos and videos from the mobile device. ### Search Photos and Videos 1. In the search box on top of the Album interface, click ![search|14](../common/search.svg) to enter keywords. 2. Press the **Enter** key on the keyboard to locate the photos or videos quickly. ### View Photos and Videos Click the scroll bar on the Album interface to adjust the thumbnail size of photos and videos. Click **All** on the right top corner to view all the photos and videos. Click **Photos** to view photos only. Click **Videos** to view videos only. Double-click the photo, or right-click the photo and select **View** to enter the photo viewing interface. Press **Esc** on the keyboard to exit. Double-click the video, or right-click the video and select **View** to enter the Movie interface to play the video. | Icon | Name | Description | | ------------------------------------------------------- | ----------------------- | ------------------------------------------------------------ | | ![ back_normal](../common/back_normal.svg) | Back | Back to the main interface. | | ![previous](../common/previous.svg) | Previous | Switch to the previous photo. | | ![next](../common/next.svg) | Next | Switch to the next image. | | ![adapt_image](../common/adapt_image.svg) | 1:1 Size | The photo will be displayed in 1:1 size without changing the size of the window. | | ![fit_hover](../common/adapt_screen.svg) | Fit to window | The photo will be resized to adapt to the current window. | | ![clockwise_rotation](../common/clockwise_rotation.svg) | Rotate clockwise | Rotate the photo 90 degrees clockwise. | | ![collect](../common/collect.svg) | Favorite | Add favorite photos to your Favorites. | | ![ocr](../common/ocr.svg) | Extract text | Recognize texts on the image. | | ![contrarotate](../common/contrarotate.svg) | Rotate counterclockwise | Rotate the photo 90 degrees counterclockwise. | | ![delete](../common/delete.svg) | Delete | Delete the current photo. |               > ![tips|14](../common/tips.svg) Tips: Scroll the mouse wheel to enlarge the picture. If the photo size exceeds the window, a navigation window will appear at the lower part. Drag the box in the window to fast locate the corresponding photo areas. You can click ![close_icon|14](../common/close_icon.svg) on the top right corner of the navigation window to close it. Right-click the photo, you can select **Hide navigation window/Show navigation window**. ![0|copy](fig/navigation.png) ### View by Date In the date type, all photos and videos are grouped and displayed according to the shooting time and video recording time. Files of different date types are arranged in groups. Viewing by date allows you to quickly find files from a specific day. ### Print Photos 1. On the Album interface, select the photo to be printed and right-click to select **Print**. 2. Select the printer and set the printing parameters. 3. Click **Print**. ### Extract Texts 1. Double-click the photo to enter the Image Viewer interface. 2. Click ![ocr|14](../common/ocr.svg) on the tool-bar or right-click the photo and select **Extract text** to enter the text extraction interface and extract the texts on the image. 3. You are able to edit, copy and save the recognized texts as TXT, etc. Extracted texts will be displayed here. ### Show in Slides 1. On the Album interface, right-click a photo. 2. Select **Slide show** to play the photo as slides in full screen. 3. Right-click to select **Exit** or press **Esc** on the keyboard to exit. ### Copy Photos and Videos 1. On the Album interface, right-click a photo or video. 2. Select **Copy**. 3. Right-click on the desktop or in a target place and select **Paste** to copy the photo or video file there. ### Favorite Photos and Videos 1. On the Album interface, right-click a photo or video. 2. Select **Favorite** and the photo or video will be added to the **Favorites** album. 3. Right-click the photo or video in Favorites to **Unfavorite** it. > ![tips|14](../common/tips.svg) Tips: You can also click **Select** on the top right corner to select multiple photos or videos and click the ![collect|14](../common/collect.svg) icon to favorite them in batches and click ![collect_active|14](../common/collect_active.svg) again to unfavorite them. ### Rotate Photos 1. On the Album interface, right-click a photo and select **Rotate clockwise** or **Rotate counterclockwise**. 2. The photo will be rotated clockwise or counterclockwise for 90 degrees. > ![tips|14](../common/tips.svg)Tips: You can also click **Select** on the top right corner to select multiple photos and click ![icon|14](../common/left.svg) or ![icon|14](../common/right.svg) on the interface to rotate the photos in batches. ### Set as Wallpaper 1. Right-click the photo on the Album interface. 2. Select **Set as wallpaper** to set the current photo as wallpaper. ### Display in File Manager 1. Right-click the photo or video on the Album interface. 2. Select **Display in file manager** to open the folder where the photo or video is located. The file manager window will open. ### View Photo and Video Information 1. Right-click the photo or video on the Album interface. 2. Select **Photo info** or **Video info** to view the detailed information of photos or videos. Detailed information will be shown here. ### Delete Photos and Videos You can delete local photos and videos from Album in the following ways: - Click the ![delete_press|14](../common/delete.svg) icon on the Album interface when viewing photos. - On the Album interface, click **Select** on the top right corner to select photos or videos and click ![delete_press|14](../common/delete.svg). - Right-click the photo or video and select **Delete**. - Select the photo or video and press **Delete** on the keyboard. > ![tips|14](../common/tips.svg) Tips: The deleted photos and videos in the Album are not deleted permanently but are temporarily stored in the **Trash** album. When the number displayed on the photo is 0, the photo and video will be deleted permanently. You are able to restore or permanently delete the photos and videos here in advance. ## Album Management On the Album interface, you are able to create new albums, manage photos and videos in the album, and view all albums. The Screenshots, Camera, Draw folders under the Pictures/Videos directory in File Manager will be imported to Album automatically and displayed in the left pannel with the corresponding name as the album name. ![1|album](fig/album.png) ### Create New Albums 1. On the Albums interface, Click ![add|14](../common/add.svg) or ![icon_menu|14](../common/icon_menu.svg) > **New album**. 2. Enter the album name and click **Create**. > ![tips|14](../common/tips.svg) Tips: You are able to create a new album by right-clicking a custom album created to select **New album**, or by right-clicking the selected photos or videos and selecting **Add to album**. ### Add Photos and Videos to Albums 1. On the Album interface, right-click a photo or video and select **Add to album**. 2. Select an album and add the photo or video to it. >![tips|14](../common/tips.svg) Tips: You are also able to drag photos or videos directly to a custom album. ![0|add-to-album](fig/add-to-album.png) ### Delete Photos and Videos from Albums 1. On the Albums interface, right-click a photo or video in a custom album. 2. Select **Remove from album** to remove the photo or video from the album. ### Rename Albums 1. On the Albums interface, right-click a custom album to be renamed and select **Rename**. 2. Enter the album name and press the **Enter** key on the keyboard, or click the blank area of the interface. ### Export Albums 1. On the Albums interface, right-click an album with photos only. 2. Select **Export**. 3. Select the path to be stored and click **Save** in the pop-up dialog box. ### Delete Albums 1. On the Albums interface, right-click a custom album or an album of custom path. 2. Select **Delete**. 3. Click **Delete** in the pop-up dialog box. > ![notes|14](../common/notes.svg) Notes: You are only able to delete photos and videos in Album rather than those in your local device. ## Main Menu In the main menu, you can [Create New Albums](#Create New Albums), switch window themes, view help manual, and get more information about Album. ### Theme The window theme provides three theme types, namely Light Theme, Dark Theme, and System Theme. 1. Click ![icon_menu|14](../common/icon_menu.svg) on the Album interface. 2. Click **Theme** to choose one theme. ### Help 1. Click ![icon_menu|14](../common/icon_menu.svg) on the Album interface. 2. Click **Help** to view the manual of Album. ### Feedback 1. Click ![icon_menu|14](../common/icon_menu.svg) on the Album interface. 2. Click **Feedback** and pops up the authentication window. 3. Fill in your password and submit your feedback in the forum of deepin. ### About 1. Click ![icon_menu|14](../common/icon_menu.svg) on the Album interface. 2. Click **About** to view the version and introduction of Album. ### Exit 1. Click ![icon_menu|14](../common/icon_menu.svg) on the Album interface. 2. Click **Exit** to exit Album.deepin-album-6.0.63/src/assets/deepin-album/album/en_US/fig/000077500000000000000000000000001523257621500234715ustar00rootroot00000000000000deepin-album-6.0.63/src/assets/deepin-album/album/en_US/fig/add-to-album.png000077500000000000000000073117731523257621500264730ustar00rootroot00000000000000PNG  IHDR8gV pHYs+ IDATxL[dˮYWZH`n!U٣ZA7DT Hbi0LN $ ahH ~1AF7\f (X`;4s'LQ}xG ?  :%A2!L0%F}9!¾C}1 C` /8hA9 `H1`Ӏ4,` R+$A5ȁD$bFAIiB0" Is_&BV-'ÁЏ PEU `~$VD ˌ[@K 0 lp"pACyB @ 2]0hX& !BЭHiP]`cDf>4 {L0ALN7^'$"Q`@rƒHD@zAȚd;Pv;}U'H##C,;# L  c2$Hl>$|??ef~QBgC3!Y$䇲" ' PDl ) $d@CkOwoh ,=&Q$c!M†%n,XTh nPf0A|;bn(NNß`! ÞI""#L8r,$YIrQwILm# '\| }`I0lDaF0 !6\!L "̄Cm>Lę$ ,BM*&1H]%vDA" !'*7 l bP6XO#2ݝX tU%JBfqL 9epL_j.ގ3" \`Bb 2)+ڗ9!@gTk-r,.zL@e9p`3-Fv3|&8ւ/ e2AJ|3O&`֐HCT㌿8N_{@>7 3A}\N Ddɒ @0)JV 10ߐK Eʆ izFW[\ ,7|)XZ *XaoqZeraFIC)_;TMe9Z) `9>@`#3zaO@ ۣ|5\H1q!;b ,B ]yI+' ڄ~ sEʾ%RHR:RW(8.|^ .%` ?2ӌ2(j 0n54 LI| ?D K19ӴC+*=BǷd~Te BNՐ!KHEe pr$+ׂZ"^b- J&b@0w_JPA cU>O&$>sᏙP ɭ]]$zE(Zֵ:ĄD.K7eCf{Pp˄҉q|BOX+*P~"Z~Te.9ފfN.r7>'osWHI5-qח}*q@meXˈuk?:3(Q#jDCɕAP$Z8`jJhv=և؊ΖhRgGR t)!sGrpT, jFԦ~HD aZ t!]@pYrTJ"CSDW2ؓj9Z53E.Xu=`#/g̢ $A{}P9Wûa=cۊP`ݲjWPSս/&/2Є/1`{!pHPNNΉ=RC*]Q6#uOI9~JIY:Tÿ< zxO@ h,(%Dj)}n+v!֥S ~WYAۅ?M"$^\0@~ (n;/Ԛ4 ߞAS ZTp$7('t/ܳgd.rQAGdq`a]#ʸ im~j*_lVOJb+k"BDW=!RAdF8vGL9vH \Rb-E43t|k8L/h`șjre@b- DLK v7M>f)/m|y#Vv"yf#6%}^ BoBPIE]enSX$t6[NLYa %1?hHձ?K0!Ly ȡRL729 9iTLNid\'₻ѐ Xb``וqަTs?u7b쫿{O*kUAP(W}&^~,b!QT[VĪٺ_>x3Bv#RW‹B),T9vFY9 `^?񺥌0`}H<܏( ]eqNJ/ªKWNj%TQ瀁\CIQSWOLT : _D dR*ǣ< sF>%n"ݭvsu 1*|KY@F'j;Xsot+zRLN*oK%};nTRG-GfStՅX?|H>މ=SdA~N}x)L}b}WIT'ᘦZt׷۸108s E+Dˏ껈%*P/,ǺS[l?'O';]@\U<҅BugzǴ``$GԪ" aqbOw'6-%ྉ[]I!LB|\^եhD-Y}|A*Y* ݣpIT 1?,<(]œk銠ْHCؽG?GQe#=C^ z1Dq˒~$Dkq'cOۊek"~Okg)x\Hdq@U|Z(L}: [7>4㧱mNQͣVgr)e9m,S%WCi\I)E&xzLa {B'sL0̀}(8ZBoy;3q 0zr/* mk%c;=-+<`vG}r[nQͳ'Tɧ4{>D ~yv_K%J# JVaW] r'mQ|4g'ȕA Bl&[K͗-_Zfʣ7F4r:G̔}Oթf[9)J0jc"S  Rk“>DzY㿟J#=C!99U/ 4 A#5>Fs!kHnyL ̢z6#rb `,-MA{xJ l͡fs%# Z+DE)g1]@8Vs<:PkǫáN?`Li M=Ŵ;R<X8s9`oYQ?5xM, +,h (Ėzэ&8|2YOdA A=s3VR6HX hrW8A /g+65 6.3C>B>ɚiΡ4"] G(TvtH- 䡐OկQgMP0oYv3m}f\_/tPZc%?o0/6Hxn|yQuqyS]xJTmc5dukoXi0>ZJvTS QMEtgbhc̫x|U[%#s/2DG9Ǖ mkLw9w+[aߠ#GHgx|:_W2 Y:f7}D\epZ\0WuPM{^~|n̕bCz 6wO5&Un' HKB'90WHnqֺ>yKZ*IDd:/"@s>F.pe֭cP` hq!$j:>Ӗu vyQ@=V 6[%l|pTy%75)dSaBre<UĘ4䷹chjrM&]D `?Ge5|Ttyj61/扒ȱc#Y!,tBB:B˻xP}W);ãa3 &x*e'{:Ep! Gn8QZ.05?#Mcrz Ɲ_YCF\tΧ :>MzU)d̯+UWou7P.N+oUϕˬeJ*A$+ "u^2GQS}N(P9}_>Ђk:4A< 50WȍYa[3,zZmYiZ*a;ՏකvA6PuUt7Gġ`._oN蜕S+/˴i1gO'<(tP_5W˝_θ WsbVA)!Pj%v5fE }tKOmQ.wA_Z:`G)6ɖ%xM/V VFm&Y(C7̖>sQY=^le㻄< :Ư wK? S-yJ\bKHm1@3XsG#qk+[LVPzIO|F)B/DƗQﰃm+j8"jbPNBLmcS 6/ٛv}]{N|#Ҿeziu@] ]{C3:<S۽'\?;V|J4H7}lgA\g9kɪ銀7xnH]$~ɴ.vB 9G<|<+{MQTr!ԢEM!U^R&-ԨvY=C NhSu5at{ EvOb0SU͵ݮ 'RGM /uƈd: XBB%_PMV{;Vy{gg7z?kK = 7dr?bm  3t2[m/uJ'R1^'" D}1|"67o7Ӫ,٘nEz LG~Io1n'DkqV&Gsgm}ȞZgGj7%ۑ-RI&ؘc79zo-K& e$RV7FK!Y]wF t'%nӲiÙ57 D0P8qtT6YF WK57 ozm^3\sU\3@tuR;șzA|Wpķօu5=cj!|voyFVIz/e@N\h67̧+z!^h V`GZ".~$@9`%ۏ¤@D&nAތP~~O2O~ަ0='#U7Ѡr?⪪! (Wr0sW}cPP{n@#;>*!!/Ui`5 9CǼa:& +nΨvZaAɈe79ǿ1p\8[,#))T5=>%9JADϡ^qigk}H5;knBs5+Hn׆t0o1rX[b:u):P. PM!PחҺGIa9=1= eEM<<ՉY|x I[L4<R9kVwUjx5*S豥<1梒-MM38;j# v\K7D:{RXO@%4y+ -X$>ԒP@y%x[8}F1vpfvo /S[9:Co xL^NUa 6)p;vu}G󕳺niy@?iItn_LZu̇>W*2@n,E)owq-|8?%`3{Pۺ}􄐓ET9mti,[1f$Eeq:ј@lJz\mVw@A|󶎞k 5G &YWP ,(n BŕDe7TƢg*) kfhfe"pѓ΀!>âe@ :<3LRS>ebk^)]^l@R4 q \4ryԱKv¹ ԻIӻ7Ae >_mP!?b6W}ur`IRDWF:C!xzOq p80?=m:˯{G"8__o8;]!K͢>mF*6- l\c;Ħ =$>w _/\]ﶦGi1Fכxjrn(o')/5i]L;w{*=ǓLg_]y" |5BJS]xDV !kvxd ;z?dE&\ViQzc5iC?Q1.`7=5~7&';s/bQQ GwUQzx&̋ pDe~7l@PU1 *, }iۊ (;.Vb7(frU}-亍7 䧏@YW>rs)I{W 'da[)XA,UAz7ŀ՛?RkZۋy7KUJ!z'Q/bi {q*^4G5چ*z- *DDr7'U rk#[b5W3ujҒcuU7юxcψF+)uz#JTJxKW않7 Bg {S~ͺbE^h7ɲaR1z 5l^ͿAz:}'I4܍~fQ}bɦ;F(f4Dܥ7@2Ữ?w)QٛU"Dީ3 U"c'GMDh:q~WMS?vnYi+1zq3Av1#:Ka}jO.%H['~-OM/~ ('n~Mc7Hk}8Gk>y73vszis&=cq[BYQ!7ɞ:R;qV@cp7`tS"RO6R~̱Ubd6|k 4̢Ҹwj68 qy^`?* sv7LԭԸ(-'p3`;_qqTwc.QNh\,`.M3͠5!wkxInu\ylylW_.R(잘(gF0o}>7̀Br=%vRe+Ӳ!B)lbm?VTu 輨)nTmq;%7%725fN񡜻 h9ټ AWi&cDp<[tS5R[e}`~:9c3gͭy#\;_ő jt4+]~#F7=N34+mk+~f;OUm]q0frPJhlU 93[W] tL__[loĎTn9!A'ouVS^3=2Qo:a|EїnW6d_;HɥF<^]5x2{|tm*c?N~٘iǼIGny:M@WrNg,|v~>ljKІcPOmx(f1#'tAb/,N{r6OGyυ֦"1LrfP[iÏ&%Pmd@4j6W C0װ,Mx\̱:G_z! u騽<^ӛ1%-xq }){]{C1]e)1;zcS[֏r/Y0NW¹s>modYZMmTY;2O9HƖw^ c)ʴ@Xߞ>C{MEPBTD''ܺ:p zMN?Q6k0aOycg7WvY-˧vW)Na-uV͕n{o|5NG|#xDKքN.x x2ga>(5Txx3!bῙ:_R^;*Yā%LIF܆Ղ(d|&IͩXVlJM.}:8uUFβywBռx%Y<%njtִ=?+ί(N/{F#<#sbR%@a; VZ`iM@GsQCM & rlBXWy6TWTҧ\7m(>?W&_w38"(nXz|Rc˭Mfz!y:c8PO_[vZSݶ[Fqh{uC9ϋD$ǯhOgA-q+ 9W.="z! 33w,e[Ƥsa9r? <~_V<&͍KrN/ v RPj =[A M@N F련2dQ}^6t "|{jޤgzj J@8vžSwWUyumoYo/@"ۢӁ dsM$Fۦ2w;Q3Ytc4|m`xL[W_7 W<8Q` 7Sn1~&U qd#}ihy,JfߕR|@+j^n!nB^Rpr ʣ5 h{µ57 uʝ1k#< ~OG9X: {|c.*F',D.|Dz5O`?s~Iՠ3[ŨfĜ orAY K  THm:anp8T7yS!dqݬhxv"[a"?-TF hLaG񆫨 ,Kݍ ท ?xVdc`|sG /,15 mjG\~{,0u76kL_ӻgzۂ*6[zQ&46fM{;$eb_u-4?%vk:(^JgC<=n.'ZȔ@;Ov^R{+./dUބ#nHf v/t--]HY* koo#lpzt" X <4m> Jε^NqI& #!mL-ԧǃ_K~z=ANckb ɘdYdIRdfzT 6ЁM<Ѓ*2S>8r"$b5pl=:@Ͻ{ҏ̓M^sls^ž7vMA$fU'ubTEۉħR]RIlOõ3~ftBK-(W3ޝ*m.еɧ-~LƣG͇ۍ}9{U 5MfOZg$}Gú=NHGz_lF_z%aΞf> 9LxUΣXk轩?t$ ,с(wld;u*_=(̜Gx'৬uki.kGҮ/AskYtl6P9a+ 쵉ji.z/RN:46YE9.I;} dAzIq{qc;a\ 2 p#-r2pņm_QBJgD`=U2q,+W'&2@bTL*4U lLb9%5Ei>'\{b8NB>説;1ؙPWa~Ɲ*KY0Pе[-MTo:'Lg3g:.'7AZ?8hȴEj78 !YHd8_AA]/!7ZO!2V7 p2o:BD*O5GuWVB1d֧x#gOJ!y*$ 'rT*8zokj\}dC39-U;8G9*xR(?b` IDAT? ~>ygsqKC>Xfy!XiϼVK#yLˎS#Ub|!C>=]g u=bly)he*Jҫͭ"*RS1>}tpnKFDٝ=:LNyI 5'n ?4oe4,de9othb7YoM4@Ɵ8(IH(KR~jn4|lkr>{#vbH''9m))Ou_ђז?HtĘY7#5;Պӈ1lYKu:Mê2s'F3JfSzRu"-Zo tűM[h$:6'ɨHWsک~'"'k.Y?p)5Oh|b=N8>%d)ٓ,򱜐M,l\^@=}OIJש'軋#O>(@fRчCVb>9y^i*,:ҀX1h8^O!c%Ѭ7ЌA(o( >fZ * cֳ}|d'wp‘.pH]":A'OuhGJ\ec%[46ZC&9V-̯>3I Ի/,*jr/b{yIڣyk\GEا+__=S-mH1n[ž{u?oF![]w{:9h Y AƴBFO$*Wڨp@-Y+RZnXiH2^B職EŻ"0Cc/Lbc к{ 4tQR|de_ ;6qD @-"\$IR)𨳑;9t#m7@A `n"V΅~݀YaY(&CVtU~_crؑ6?vTİ"#<1YCUͼDՖH14xX驫\:IQq#9>lDT!ح5*-F=1R+Ҷ$,HjiwbώO8R@^VȲoQ0õ0@:XzeWD1D&rtJe߯4wIVu+c=nNFۣ ?@cmyGo^FWR$_ ^eprbҪ.~-~z!1M׸6{9+$.oYTz:vD+>&o;?Z[rW4Vj/b~K9 ~F^C59޲Xc<m =1#%1BDv f)Q8#ݿxR+N܄1Uk$"Mq^ƕh`Ӻ#\%=GOވyU%ϗTp8mXKA$so9.Ü>dKQK_NlS] V(R">I9/nҁBfrd+i0g&IE,/Ygé_EdO}YRcBsXƦOۚu|}Gc(qUd}DKh*]}Ac+~ɥH}1L^͇IVhA%ERcq[x9n$N'ۀS?<0U:|2 k lѻ6O!7pQPNF#7R֡=)}ޢ,cjGEρИ,^Rkc\N'L8pfiJ6|q1/3Em;|tvta*̄@ nFQc6C4:N3""oX+t| v 2x -68c^`SB'ˎH|h׌V0O4?IVlVʵ&;aFJynO1<|!7)8exeϡMDႜݯzW"jB. qZԬJ5J ؔu,KW0f"'o&d޺zҵq>/da|qR?ϘqXL$Ds2W<~T$7E_ќSkYp>.*BfI߶ CGP>!2/qN~M+}0o rĖ{fCH1P dL,oF"do"ӝ,Hb(:ajupk)/auOasV ,фT%9d!okZ1pp[ӬG֔mZav|>! *l5Iw((*S_O93 IǕreA=!X 7 XN鏵OS,;EWؐx>]ͬ&l< *Q=p`f~C{؎yIL* M}Ѩ?\M~ LJ2ޱ+4qz"` 3^y_:$rM,!SD;nƟA>VUiPÞ*Kaۑw:) 2D Wv`3^i^ `L7,1V.%:7.u*}1_O;[QARh|2,`޺{KD<OEn!'x0}N5m `&a%{Y* ?bQ_8xMxTS3E[ͲMkv է4Y eG ?x#bOڞ߉j>`i>5;w㴆d<H$窎WB8"~G])%tJSskLgK|Q)#ԧo>׫cMGahMns97ӧKv,**rGS/O9hPA=Rv gcRF>vͤ* !e#u@ַp٨ ܊C(jVa^/7>>@!&Qz  ,jB@ЇξVx$3"pisN~Ծ\:{0:|t([";U{DJ/u u+nfKCObSPzǃ Hλ59cJDԎdU e.`*u JBAkGJ)ymO}r"킈NjnQݏJec伙Rd3OyNnC*YIz"ЕS)`DHqiZbn˫ƭ|F޳fE.c9\®*fjiTcيÜepB,A_:9ϋ{/<7b(ʵw%;}r2W_w@ pG.:<*k̲ G3^K^aPЛn-$Uu{'L\ݭTݭ|7h2Zl]3p_Fy ۴F68:e7dݹ] Uvٿ-ſLĴ?aHs"6V|hddpŝh U &o)c8AGB&O12>Hn'Vқ61GY@>sQ'4Y 34RK#j\)4-PjnSqcZ5wk8ơ{Vi Q=M*P6FE7g|M$ woʕƻ]yF˒㪛Q"Ji:[;P7Tc*'D gtPJOICrT]}O% ^v|Sr~}F 6NJ?AO\}UwTc3F>'O_%gM8gUhRәN'Mi-+KgH#جc1>bo:3hԳLQԦ \_qEU@E)3eN!CWۥ]# CֵtZR[~GGqE'at+E!;F9M1kV&L8Ue7ȜQ- ޻'͟I$?cIhY3obsszP!^U@B^7Cļr3 "SC6O600ʧzuk.+s54yC4LI+rrFXRї.Y8[-{͜}/aŅC5WsRn{z #-AIю[bS!m[Щb|\4Z!NXx-M/?U 'Ox, zcNG9+6Eo)٭84̞33 m WU"[ : p'(l_mΛ X-$L]+LPk&;mۑESܭwF 0'B $I$ɞ9W"~rkZ2~!:6XocnZ ]So AG-懨!q|e?C z-"~E B'v<Kg^h|[a;6)Pp_jP_z+JY^L ċz*Y7KߔOe+aݥlvphw9{xJS^|; 8^r8Te

(g48Z ݡR*n #$wV NkiN pğwKVPV>Oupr3$Oh);[~U3|Et3c+ {+(IP?ϱm?WlP"L'.Mv <:GxIb1,H Dҗ \:DI;y7kT +RP`'dor rɷq9(&϶v+BɓouFmi~/a!>'ݰ3G)āQog%c}PlX^-(Yr{P/qShq_BHg: ȏlm{jf7ѩt PSTH3U+Q?">0sL֫_I]z$#lWkjԋk8b{\r3x 6ʒ2sI;3&IUSa%sM{g94ܥWBsod ռ\ٴٟbWsVѹb \FPr. ;Q>3-U[0,J{fc rT|!wBZP>*wI)oۆq4]B#)'H 9ILtM6ft+-8. 4:tlk2)GDN~i=[Y?ޡ:2<٫3lWwة|:SG*\$yftyzy3nZ}y(go{$-ߎUxм r UjgDs1Ѱqҩ;%vzOsѥ ig;-!*=Ulۜz*SG .679m>|l2ӰA̲*ҙ"EA~d!'w#cE) Z΄!\S KKߌ=69N_eY5~F:+ɻ )'֘VsLU)eCj5#T"ɚ8p`h0ɉ~Nw+i,_I6KdB0^SsӍ6VxOzdHkU‘ʲZJ[v`xHUɛAJw`jS-ADoE%=5ʰ쬏i{r}G%G?6(hD}N-M26dsZT\@n㹹,ߥМi =yT mR!#~=`nqa2W27>,Dw2 r9G_SD% yk*=c / b&ˠږрgOu#InZw!t~421ܰw5da4TN֟S[л'?LUD]"e䘼 Ti @$xG&7y,-TDW^|g>oiTy +W@MRrZABJY\-|AnUg`4IMSBB{!̙&7S"nylL^xJrM̮OwEV!H /"<*͝zhiןE -~иZ} a;`ii$%l~x=o=mYw1Ыw?'%T[ХQV-h7qf-TLS.ZFC>ͦc_cxDhtNBcكϳ' =t[۔<$ 0khhb|dYXRoGi67L@ dG|g|6}b=[ɲxų9&*f43Tp;)5ꮚY1#}'(;_͙xc%g2r+"ljrs,+aQlm+2ya{%\Z}ō2쑝wY.q^ME=GuMǸ 씯DL tvDQr(0lS}j4ɩl/q^O$T?MXM$$]!Ġ5;xz_ AަJ]_V#w<*1)xy +O9g9E;JnT14/˞}|Gw|aZ?sv9*~~w4 p1NPXQ.ZzLT ) bql|Mi5JlOlgkOv+AKID|?j3j:BS4U;z:ŠgoqO]NtARY;GitB ÿEKZ.oӲ X5@{н^@W}SU20ջ0OK' =B{|v0yUeǃl:؎Vӄv9%?s#;:/9-S [\wۓ 'P0 3:Y>ZrVlZ.vI<%Pu ZwM!meCe/yd@ -OݥϴRO\gV <p؍5N:MM!_VCIn BX&[#J).2Ox`.[!XA%`+kՙ /8\x]ƹs>+[M\7=Kq" #-1:AbnyT~።%!5vEE!Z)s^ 75 XWDPۛipS~qo#Kw2uDćdgM9ߤzumM\= -VP5y$Ztt򜡥ށWȀ<ȝFonנr}b]7ΕUɓw49mJL<C zwm/HPup}-*S=%=z>^ /?cHQ!}PLңv_%s 9ݰ(&ǙTϽ8)ё @T'Xl[~A,m9+62v3Z#=)eP軜=\e2sEEXͨcKX 9~fęJ3EuYUf((V Bm4#y@2zd}#~vMM b6EEd.xJ֞%lJG7~Z @6.QA|[=9|")_SsHPV(ʤzv n=OB2%B[gjjTGϮ`}ʙb'T-;Q+gry-}*JH3[2mB{u3NJfz *3U>G+f?Tץ=g_H`m677"'o|Ώc*i8gVP͇MPj}&&Lx2l/[hpW5FB h {=qr/( 紹$ѐ6UP~ZQFS}A~1%Yw,^ e@wƱF=.!tӾwvs<+,\q- CL&ªK+u|h1St \xO+^GybQnЙ7n _@qN9?I*,^Me7o(ߥظ}ƫa"oP+t(3od׼r㜜;tm㽙4#_*տ=&G hB[Do{6QtUci8=jD-;4ORHJbtB7#E5)cP Ŝu@pT'"g xV/i,Q<(;i7)b&ƌou=@dE*0@[q1צCn-vo4j,]|PG>)%愈ysl ]uSU8k/+ #ܯGei'83KI&L #4=3eKΉ8fՒUf.jhv`b"Uv/ʂEe q/:aʑo07o۲1U?_ 1S֎FѦ4#] .;I΅[Q.`rarⲼl A%\W}jnw:i0IWoyP.1eZ8|><>OM'FQ/x"mOM4C9A zmYқnI@0}bU-|hRG3΁x?;?;P=`G0CVy[?iAM4N>% ˜ F)t0o8km_p. Df0mV[T|xnc2?gRӜͣ8(`8Ιwځ_|ExO0|a/QŎ`*:%+l-%=0l޽+~ް IX zZh)ʬf0TEKJ:SQ@&P]M=衜gǁD9ΆrpQ=J 5*)Yd}AEx+5  Rrd/dp|y,\jԳxn_WȲ?ԎƹϬ8WHgr<];ib>57-skYEX6"zQ:,'r.ZG=ڽH2}=?jrkyVhvpT3uEY?b"EXG{d ga.wa+-辢lXRFFt7T>k{J/OKL%4yndHm zu-`+*CHBzI:maޡ-E:R/'.5?KSq-c]OLh;MK~ Hӱ._9Sq."#sGzә/uovOVoؔEA;i%Q$+Mh|CJѪ+;P?9h17—.sgN!>Ң5W[#?pu$mI%Td1F::sD RE-~*5LT:u,tWݞsf,4b":Q|z筪{?_iNoOCiP|hĆ;2ztʨ3 *s:cH^ ^v}{ c5V-{d(j*xKkQ[{4|lZ?P5Xzt7:4ݕNs9ڽǓ>|N s&ai~R2(ѥIj)ubcEAnrndō9isXUAx;҅տefvv9zOkuoP^)p5{F߫,\+m-OY~ťDEds hw=z %㣉W:97sB=-p2"efsNҼ괧vλ! [r_mEu 4d-W6d鍓kw@ r4oV% #DלG{a] Ti {A!3wfv$GӖŅ5~(.]͕괻LG#|5KvHx"hk ˲>U7~ߊRrɬ/@d gwxvޭPIl!(Bo!RMod 87zD 'joxV+0t 3Cn@@?ǵ|?06pB[,!9(ߡyz7˗S c7Z䅛[Yߪ]P}EqZ\Va~1Թf+ĭ릱q.c*KdufcE;U]笾 51Xҏq3R3 T7n%N۾Z=}^\v؎:PX&e]4Y|TEȄOA"'MrG{GH $i {u`|Bt|ku&G54PXk.#IW@9C=gvKj!uaV|Rzm87H+S S@26\8Ձ ؜mQக|<1ܵϜRcEv;Sa|ƫ+~S\x6HWT,o*r&ǺehO14 \RKF(3g_[0J_ͧ36kG9 .J'@R:ˀ-n~5+L$<^ uCGӄ<+)j1bBCEn(\$}kN_!\\FHpjгZ -2|{4?;Jg^%m%ibkguߘ -isp\1sD#؀pGl^gӐu')Q~L7==z'75iCVE`9#e[fS>F-*AsxfS#<*|~h gf4Od^;|4w'p\s~p.~ a\8~֋#$\1+Օ8S0fӛa}<Q>̐W!rÃsiܒbyRm|" mB@26(σ]{cl X*ﮡ/ަB`z'>ڽNM=WdcB> CNSGBzok]+ůO*6JZW" udbnO wzS KϞn R c,`?ZSTV eҙ)%5Oǖ>&0N춺s6b%5}n4Ĉe|ƅ!NJՀM~qQ>aBC7@,1>'`&8x|LqĄ8>wiቅ qq+ ]Xb@yr2_ ]DD74= s1q8V6ipv\+ڂmta1:3?[&+cpkqmtnCOLŲ'ҋ8͆6czJF}c1X>QIz a @^~@k†ń x/?掊y<]Dmrl!{J1qYINKY̻7)4y̻ ;R ~@@$ՠ}*d3jpgy!b2tbi)N'LPh< Xx|o>.Rdn=6^t.Y47+IjԲѕ'z՝ ·ierv=6Nɮ[^%p~!hY{*}>1\Hl;8akz۫_J>A l3YpxR-=cj~Oz|dӁoJzsal0JKB+#S9 0j.aHyz>Dp@yA X~K/Z%q.xvg Ψ}]>(3hB.8,0|W-k.C:ۋdr0Mt ,exaLjNb5IIQXDžH nDUuXlc"eOfrӼ[M=DWs?bƉ#E2p]am#H=eTu6|O~ 'F* â sz/U`x6f_`ڪ©L+ޮ:1Pg殳.beba]eWICjsrB[\W?+8`KBj<{1_J؅^`ݽ&IdHEu֙>bMY-0rfaRBśzol!n >//VX!%Y3y`F[+J;V6z}"%| KZ[nЂ` =0.%>8pUs>HjeT=FNb'Y>uz`dsdhM ;!˪KvUҗU4wrYz[a4tlQ~M2~1 *]$hov&ɎC*xOZC*#mSPpҘI2]e&~Kq҄1a杄ۦ_g[L@|k1=sF. &F*:]|w8i!70It94bMKpp*f"9fP48EcYaF$Q@dc^>[Y¡y"ںX~or h, aUW&d*&o#2m} C.h~,?gB$<'NG;eZEk{xAZ)k ^Bgj$<(mCkF,Q̥&U?X~_F >q~ 򡓋K6WZChN/Ta ]k2ah|^_F|:@R;Acekadug} 5r,|87?%j]xN ?|d@1La{M/&3fsϒL9ocD}T5K= WgA4!Efoir5VwH;Ć𞔝}:$55xp|p^_?;.aTeWB, r'{42OY^$FZtq/"zHJ'TVf>ow[ BVZ+6+ispyz&X]FAdل48sV."0Xޕۜ〚saܶN+b4zHlNm4tF0適108g1#|;|N.! D|i$Oi`7 {҄Xֆt:lPLT'AVJ3 .>i퓐DZ+#6?p|!E=C~+aq_al82kv, I#óDr?z9~6_?3ɟo~_Ǘϧ_E}zq)jC{)keK:#o//+2\K X"jbJ8[R@:٬ 9HfZ_c]p9R)X=ሖY3CJ\I褌\pTT{o@f-8F$HS[Υ !rg7΋ީk0ިF# ^kTd%z,0/dCY'pAn"hs }r89-`ȌB>UCO+jAWDX`1Cf[r+BZEgsH=ypG~L]j_%zt-V1p#mҹo t"I ȠVu"`q.Q"5nL>"64K(,,Ԣ&SzNډAޘ5r0Ҭ8I|#Wp]D#N/Aq <7:;~&4,7!ڥɆ8^DZ/fe!t!txCc5kCF W`m|Ǜvn+mQIqJM@°jmL3rn}Q*1Q~t|˩Z.L3؇ǺL'1n  :Jyԕz +XًQf ڻl%HdOmtMw!N-\(Ii[u/4֠qq}l$:Ü '/[0 j${pb0ҭv<)P}:dF|THiOtGve0MO'Ilv2d e:nN8+;6}>g^*5\R| ̇#9فț0,=1KԦRw Neݰ_Mĥ^`01Z< KWuvfΆHA?8})u;!vIM+gb5Dv|'Țu#13]51}fyQ@i(r%~E"w)< Xua8O5c>\q\0HW2E4 NXZW#]A!X\QW ؽH:q~#R248[qfI'!7?~?O,~)~so&~WW?߾'W_~3WVYXhtN;Y @@17JDQ]z0HnL "ZwrajUF#Qؕ@vwB%C 'G{lI+Jbm)J^C5&s EhgtC#X80fHG &z\\EirpAq24>ɫ1 jU4 .JU+HPNr2C@>`EFп6tZw9 ? +I \ ĜꯘɤBOΈv;ك">7B; c@`j d X&u&U?_7]\TwK,GR+IW!-m_a9/_YY,xd>{~؃ӦlAg%C酀$wWVS9{^`UM:!r: Dz IDATDӠMQrI%/ ߚq`v3ۻO[zR_ ҙ΂0pIu]R.CL8TI3:* Zԅi': \&k{9eL+2 C?urC_}A@ 'qPnO\]|c,V҉( N]f֓n$"3!3/h҅x1C"51ѺJI@SIt=kֺ㋙~U*f {:fר%/''˺*; #Ln^2*ʆҷ0ЬNgjOWǒN߂ @yEk("`ݸr%4!n+s\My![ yy:i]q:"?AfX5jnR1d* n{ō MԂ¤„o}W s*iZBI\Grvrgܹ& th0 f_,ПSrrf2<2M0OfmdR{lȳ>{A04r7p,}cr)'+%cSԽ`h".J"%OmC3RNctNN>`wS`{O a_j'z4NSNe5CӜ5R=1y#5yo{fBePkP*,0SfǸA07iXhXy!Xd1ȺY&4P/>'+[5sk_ U{ KT4#zIE p%6ZL"h{~^a]o\{ Y*Cp߹9>D|a,ZNYEg"NsDH歬ny6󸷥 Sfj'8_,j8]w͞`?s2*t^Uk)4"j>y"w Pk/wW-WCZLLO) *eW#g$oGu_g"XT)dr42=|A1\T-mDܱl,H4 E-Ǖ<1F+O2_sїjcRy|(_r!B]>$feQ`<t>V|c=A.ZޠIcrI?y 7jnΤE&6 %+ !$N}J6@a v#:_ #{|[xHtIq3])@uhB1ࡔ IZ檈c}8 ,zVB f gL x9ZdŊ}`R{t4)"ulԔM/v /w'DxIPVZ͚2iR&e;zqBG+\X7&Y){E2 F.'pկdz;'%L/F`aov{=L50k*`QUMB54M/k.0m CY4e|d{% P"76ͩ;`ټ09U@q" ˠ[ѱ`eX&QLC0Pfʈf'rwqL#_RъF2P@ڼH4| R"6.ĭP2*@-dDI?:8Mq#t|x rmeި mAvLDs';AC!4Cr7;4?Oy"cvESS_=?P & FӋ:n;va&E䯥g>ߓF3$>O|?K? _ŷ;'شG?w~pVL7 sy ʉR_=pڦ9HupB.YP?Vғ`H+ռBh ^"1JYnuvLX1 _m ' ִ[)o)R tolި>4EWqLMx /wm 1OoXyJʑT$cYbDTT5bcK3ed̊ v,u*4#7#=ms, `=A%#'o> fCnti3݈U7n6LLOuy]iປN@F:*d1挣or_cS+iH_D{}$ `P ^ EDoYkh:ʧ]z:yـO$yڼ6NC* smU>7=E1;of>dy+.?*Sbq8DP-\/(rM+mFs^|+`S.^~'7> =8^?ƉqׄoP{B4_o%K(@Ibyz;\,uNİ4kQ6"-dO\GId !z0Ca_ځ  tyq5ܯL&I [#fTv@(>bU NPϸE`i̔adIFFh)sdnCZAfhQH1a/o,ƒXi\(6p qXIp-SbWqmϮx@"H*au7[I@q"*J:5jǬ\n/G.xТ sDLH$݁E EP/L(ۺ `fga~L)Y^8P=f~GXHi\}_pNTO5]/`+eW$E@ez>*%i@mesg9[/l,-{pq+Cn`pXU#T(8rShiXTHIO v} hW/EEP #GU+d޻:+ Kx؝` $̯;4={rBS{ B3DhGq 9?~?7ar~;W??!>}~_|{7䏿G&;du3$FWA42Ԯvc+5-{#k)*2e(7$~cX Ļ͸" n BZp7Dͽf'rڅzS\P'$b; .XAp> hiN苹.. r'X`愆,f!zPcdI+EwDp Tr(=A jhC|PvȨ6jFC^ 7Q Dͪ<\םRŴ̊Ei6&:W9zGԼ|`O:'jun:`_+Qi x&:X+~;PQn ks+A 6ܩ*l- 5SUGq%~b)R*J@ ٶ,\#) %\ IiŽʀ* #@HC{׭2w.ЄkJq>P%#*ȷ \ү~]]VFj Z4sKdXڪJ-=P9h_Cg7+ s(A9|LшG9;TS9?Lx:U8V"鈱o@wruӪ>-(nPNlresGXYUf\#% 0*4ܯ_qqZ>G _T`4S*`S78˓xiSZmሓ&XCd 3J(sGڒ\r좫#!#ƇxK/;(KŊ8j׶1h2`3ʫqơMPe ڏnTs 'so;dҸ%AS?V# ٽ2KA\&<&68uV٩u+2Jh@ƀ(8ݬͮez}cW`5:Hu!ۋ>kW >)ߺ9~h]T:ʡOn מ,Bఱn #tKѩ/I)6Ǵ~{;B%arw:>zre&5N<6g"yY=0(NVLЇ;. S7@$tQ nL{[ bbndUƭ6o ?HSt%Ӛ^CdZ+H8# 0aTRnJxa>yC]A\8~p-/Rͭ8"`C(u!5` ?, (DR׫S?[ L UZœ:C*6CID"u7NUW*VQ}*7Yd4ogt@&l߁qd?EPEeadNَ2!M.&A(Զ[\U5#U*% OӴylYi F[t"@7e[ϱ@$VH]m:_ E( JeהvOsJaL=uq)rX2(Zɝ.+쁫V>檦%ڣIYMtP>R_8Yxr?$¦TycJE9uAқS(EVnan<|"^m[q|gf̷D% D=Z|SZO2?^)LGPt)(E9\{|unƒ.BJX*L0Ezs,t;ժ<v٥SphqS^} Xu +n#=8+¼FH o m Z Evi3>IϋPd)͸"?Fka%gGro&;YŞi=} IDAT.J|VnruVC٢BϭI5\7_bZk!##D#(%!K4?4Sm\g %+"S-[zP;Vʐ\v̞D&I4[&(+_?s#tȪ3R_:zIvb;|޸r n}RГA||rk8w祘I4sg%)p?Z.Oƨo`cďȤ vH2U G.e/b }E0&Nt61ނl¼W4[Z>t>d^f<9_ -A"b`ɤczD ^SyRks/@u &pX3p 9kYx ,x=T|>F$ ޞXR38 $` ley7eb~}4ob7QˬIF6-gpۀ !u*iZ-|$:U8L2]J)=5PݦpaO C.sGP2qnɕoB /vd647/ Q 07G%eXؔO[RoXMzu<(dRx AVѳWsn3I6)CGwsw@(ڈjnp?"oqզY*YMȌzmLkVW@#!:R]KۥHchUaȏtQfZ49z[ nP(3cY"N<@jLKxVȿ̥u; ^)-Zh1:BoWZdNxLTw5Z?*K\+a,3cݨ f!]LJtA7b^H':඗nP#9J<_JkIҖɧ *h#Ay%aHk ^7&] p׈qyQݩMwюˮ%D6sp銺Wh8ƫJk#eVp^c@]>-]lDɠ+OtZ@P~ =R6ۏjf+laU\$SHlH@EҺ'o rb $Fz^{U}VΈx2,vq xHN# Dч646oh ڡ΢[H nltfUmXqG8 'q`O(r![~ z7TcYBWDݛ+y *U=^)9HSf6nG{3H#i2 H4ܷЁHxgrX ƑSr)XxͮLh~ Ef(P!T0 -7=!Y7 _Pcb!Q7$EE-<,T;:cp3imKZHA#^l#ܹZ!xeǠԦf/a0~cӄHQˡ@`7]dvs#"l3w 7Y%/񡖛pp-H=ĞBU$Q)Co^&(׉ lD_ kU-G_#[ΛqbEL9GƔަ> >j@ ~|z@'iZ/af=4A $e"UrjQvqšZe˗}Y|>C]AG oRC~II tLROÌFNeE}Wa}zFq葔|ph;Dm+6GPO%Ǘ 'i`ɪ$/6!_G#@X1dj% ^d+ %Cѣ)».8J=9)ET=1vǘ2!*c!yaK.ItF1?'Z6iKY#K:6vv&JÈh=%k}e3"50Y06dDvë͓́Lt9P UJb !r\m gPq&&2^LYA"#gⳃImO)8xD; "P6NUE +_s|=76 '~y^O~_{~ H]>2~yF9Jc2Ra; 4Jd -+uxo?2a$oIU=_MeX[Vuy[h'7~6"ޔ8.zn.f;k t0 g8c earDBQ0dGx3H\#f@* 'J#ͩS2br#]`H| ,uZ^|q4 Gb@W0^Gu*>3ߊ~*g:k5!xQ8&BfUWhWKroY ^(O*+`wT^4$:Ug2q7;Zq `{ 6Hꘆw=X($h? i"ćq%Xt^!IK5o*e2>H4 12ciҊ8B>T)\ߦfE4XxgWJ6e@GӛRrTQc>'?fiK^R4UXd$ dA+HMv?+Dh5WML#rC'x4D)yѢF(on,SSב5>7yk -b2o\d,#ٸB?M ZdEX&vlu_bP|3'G:}FFEَ}KNab(51#cɛ7(.l"=i #[z鼿lb/~ٴ+Aki\Bf _[fۓ8p`5]r50a8ax.e&>I/TrF}ۉh|MZGVRȲhY|OEqUKmBP$+A˜[}fGl8Ot=*~@}-H߷4 ^c%{!Pqüͪ,TiۺSbN`NU9bCQ^z.0\gF "XT]bXl*3&+0/1/%3Q)OP1V]\E,1||=Cy_ ) %+tt(M֊;exd&>T]Qo4!0#!jI{؉) wJoܽsg"ܡi'&w=#ž}zbemnF.a ҕW3KLVWӗ9}o6nA"? 1D.#JP@)j,֮>UL@ȖmB6Bgeلsͪ$"wzI; {Ba v H-[K4C X`PJv{3T D @Rjh$ VJb-`LOkF( 7JQ~""A %0]x"d9X:3V&ڭ3tf:P  W?ɞݳ_~__? _D&hgnH{,f5yRKjlhn/鉾>ց!{]Y} -սc2$  4v/H8 7_bf?iGLa1O{s}.);..sq}d0М7kr}Pp2XjAǤ#(YB+Bj>Q;ԅ}?]"4qG(1ĝ2_KAD@ҩ_"6Jq2wcO\y ᴯZF" C.- ం$6;Fhm^DS[s nPT4S2C>kΆdA .{϶$B; v6M)k',^)xx[  `qK4rm0֛B]䱲Mk;[)_Ipt,c3ISK4o:9\gQ!9b$<p̿f,וzצ$)w;x0АNr8\Fv3'#,',<: WʯMXDlc`#R658iE,qN-%@>yc+P;_2̋5BmvJy0A6vށwx9U%٤MZ@{ jq,٥d4%9#u3B㉛$z9v>8։MŨQjD/9"8y反]w@>\6dU,3t"6p6:/+9jhiDJ1J{DVb39R+@Y큖XSnUOASD5Ӭ9m/voAG.Ϣm4߆ lE]0DJ hn @Pzչ:`9m~ᱝfޘ! #g8smc_MyS O`0C](̉DKi{1MV1W`Ƶ<-ݞ& kCN>U""{y伋gazeH< mxhJ1v(37O:{0B3Ҡ%>d';e"[jCu\2J1'̦bIgmpa ֬rRΈ5L->XϯϾ~/?[_ _(Y/7v f<ڮزXu@ңa'j n:hRp!;^)ԭK Qu!űqln@ 5(Nv `uU'fSQpݰdܗH2rO@Ԯx6tqYwXiHmƘ0);0TJ IDATD H.Sd94Yɽ-=e[$00+L$-0U˃x\ZҚCV9`L(1 K4!&zńؠWO!MN@K䉶'#{Dݜ4 ¼$ySz]3WI҂]W x ?yױY*/:8~QdO:_/jiZ׺io~3uEKN4KĻVZGʠQ:6$7%s=Q"_{ |,TjKnWXfVZTOp]Iȅ2+䩌7>QMXij3Ad,$ENgHf|ܠё8Jzyg'}dS4|)!^PD-C8+6#ʵidvlRǨ|9 a H>GT#2ʯTxuKq . ۤL]ѰXlƕ$@t--Dp$ ˰kf 0j;OR$ O)@} :n#[ Cba'F40ݺEvSLtB!O|KkZ6S[Sv&2G;lmvȘu1YCcZ4OZSylgw} |;m"VXk=bHR nqg!+@|G[2y~J v-;P2"J8![Squ\yL#7O q?N?Os-DHp8ڴHttOYz04DZ O^Ja]űmX4a4ò_Ko)MQƯ>͐C{u;0g^vɄu #{2_F'#ӭ~+jWCmM'0.Ái8\ID Ty>p@j5@2Q 4 ZԤnϝ G A.&jthtqIµztTPM Ru':0=3S-sըN.m2%r^0#㎄sncz&]bdL1nw/ToP 'Ϗ H%o84;2+ΑJ3AHV#OZd 1plK5Dr ̥q!lonqH[Dp 6>5xJ'ӋG8M],#3qqh[*vV0rhYMV14C*s,xD1˅ R3dyu`TfA<R n re9-[w$&MM92Sw݄uͩQ[3B&V&T;.*>Mluϓ}^ܛkۣP>>oʿ?@>%3F{"ʴN;#8- a|5[طM`U@ig#M܈rH" vI9pcU6Dˍ5G-'IJQ]=jMTͶNRޓhnq^9F L7- μ'}AW*-~ )'svJzq pHdW eH$+2lDΨ{OEoxid:,ԩ}"W̺f"?9SjR Fsտ$r͕$-E+dMܧ=V'?fRUJ H{ޟx%):t O)ja@{ar3ץڜ"'`rg>F|=e"2C"2x l-2[M-KKս.x0B"!Yޔ(CUN aOvBrw, hjlj9#a,-gf4{\̙On(# u>r6jSmLz] jc ͓ p()_2'Z|U1R6CoF-L9 dLcx ɵBdWI^pڍ*A_ f36y X#,V^r(l"){;-""$^DsW #=ocrAVj /&65omnn9pi;Qؽ(ChX! ,fBZ g fY`\bʬVE |j8#"B|ڴFG½tԹ]bQ7>%xxW gB v`eDݶ2/W %_)ƶ-Sˌ0ȅ!I> sڭS cJm ךjbx{cM߸Mm~2k4nzQs@N8j;P xE o>ݳ}}~}_x}7v?~U,L IEv%J+oOuBUMyYܛPGe{+#70d&4m gb_m˻\4h QdI25 \01>"p=H:)w`ZU+ɬjM}Q5([I%鬿K6gqo׵*5|z6}ep9f53}"{^.ߐP W(.~!)II#eNs`@7i3{hBm\7j23 2 G5DS8,˻g br#zĦ͉ҏXA}D3PlI^t:NSw>y^jH8Z;: QM![(,=[A͙;xaa$8p'lԞ p;d[L^qm?=}F'T-.G] 2 K,ÿHس]7$>9;t>wM0s48¢ш= =n\=D4}<}ȝɘ8@BeޙJ߉6H(L1'$8k&hֹЄdnXm@d`2l=`Ղ6EKxcċ$JJq|0єJ}h AK@.EJ mş,+R=\wG^m.Ns MD` 1ЕT'ʒ$()R.ȶNͣR,Z{ڛ:,v5 h3ӷC5:Q < )+va&l `*2)cޮU6;X[ijA݅ ~[Orz!11Bʹ0ZA +Fv :' U+Q$v1z1$'wكs H O~˩)nRR߂Qg@݈;ןF["U*Eu \ų QgDD Y1lzyP53Ƈ ?HۃŮ62~b),aOj޽TD 6Xq+X8PXkb-s09xeR'鑣9%c^yn4,DhGx(k7FY\6.M28<(X@/UY!H앲;9HCk 1ԕ<3~Tu1+bS3YQ)+d1lH8VJ 9&PC {X7VI K!De:J*q79~=;_$D4ޮ0x)P6 h[\MH ́ ){d[kdL@\|$iM̍Ga|ؿN.B \|!©HœZ$+U&r:텥nVԧ]R06W. [<] \`kAt?yaOo,{-IYp3/\T'd6>mw:Qz li e#JW8C?g >IUL^dxߐ,e#}\LY =It,bg71XnL.V-!촋OODcEō2/f{LFa1'@fnz-aU Lp6Nwrf?{7zNS>eLƼۛپ S$e+F e8nI=uRc%KYb{+'B[00wj",f\盕*fnlv/8Nl!?WW}s!x|+x5s~|/_{5 m4x |'-+Cg'cc·0P\4hUF:P5|0]AGw}wIz%F UoRV'(@)Aƕ=|㾧߂žQ#g*Y/!WH0/o;tsKOqي~܍DfkeSn,%* ,r/|meez.@"IK릆Lt'x~fNf{Vn'ڜ=(N;b)w$LUt׽ }EDuXsxER >݈ӗv9I KeO73FaX"OjEïU&8ba̕AU$7.0ҴeˤZlkW+*V|Xy`P8 e̶XO}n`iXZ42Y=aY´u\ȅY!ArЌQ ?5İXj ~w)c۬)Ԟ ,eAFlvE4P-#;Q+{2qA;]GVg{IG Q :.;`mhoȀ[U٩ "V!%v)ϫh *J 8|T B e@BJ5 eĂ'];L~Cs(Gi{qa;uCZ5oTD?줆*""0*>"vB UX+=ijjq) ,Q%2]b%B >̲in3 ^(ͬ+e4}:-$TWX0O{NHg窒8Wگ|ը.xs?lTbQxZLOUp SԹ ?4-k:b=bt"s/oD d0U&&.vbxN[{}Hy vFy9OJIG_xn[ w'۹iB{x'%m,rUsbe\"Atkzk~0s kd:dtKzr&Pl'Μ|B162>JR1=rU^\;1UOEƹ_yH-k-+_m?}ǣJoަ' y&PT;O` M>qC' > gXq'7\&+gs\~&=.;oiϐt; J!maDT!YDg+aU+8圷UL*rNpQBe;}5O\GsIE85 ;i v fmJ}DGy }J~춎Ag(:s$;]Ob <1lO7A[3Ĺռ VrpbLɧt]6|w栗AtvC@,muwSwc. Տ@bՓY'1 4~M 8|-|r,stA$&0(afgާ̤U~Uu2%(6'(>BWsZt58|PPFI5IWWkwΤ;@m^YHvԧm 1IBQhsdse/J\mKpo__/G2 Q#c/$őuk!kM_sֽKlQ&45uk[))Z7+myL#q&0Xd1HdQG-<<H1,BV[@`sW˗O8ၯ&R}Y!3{Hc8E'6X84\՚\E~/ i}7.et p ɠZFlQr]r$Fqft9\Z#laAUaSb"[iD΅_)Z4u-П*HjlETEd:ԞxNM@PIKůN,@7iahdF%#Ǟȵ&A-ލ]irh$f IDAT1r a8Xj9|ؠ}B9% _;K w]TiHBŌoiEL_/t!̵3yi1Gɢ<<ʢ/#P:-7W-P&xI6Wryr%4N=۝P}HQa]x>T'i"p/[Nܤɠd9ES8nQLDxFҭ"Ɏ;~DisyI[]">;ͺ30ֺ;3/5%'܆r$Ъa,ƾY65d͒1,fENѥIr"A`)EP29e{'/T0PdGt9lO>Q1%&3LoD^ H@12o#J/$x+]Y2].RFsL-*p3w -rygAνoBh!LF0,b3$$ i ;Ğ;Ӎ$%κL[;p'^آB D|8ZdNsl]lԆTyn2Lʩ2j7=[3Ep@\iY—wpCcF B VV} vb4Ƈ#]B^%SH({(KsRF܃XghMZx.=@Go2FhbS56tq^L,ٖe8:o/n+HWG lNtW"v7׃g*gϺ4Ak2N/^h4H`;-]vȡ..50ڜkMD99YX?33 !8 BnuN/ DwqeۺP0Ҵ\w ]؋%4q-lP[ʣPpl y(H L_pul2DJ`y칧xWhH*= xD0INg9h`:Y^&+;SkQ#mVVx(?p Kf4Hk 'Ƽ-;-s#0~tu8e%αh07]Ngj v8G i&'(ٓx}bqOKm>ѻ *D<oxaFº> 858ɨ41^ P"eWgxQW`K?˟K$c#t'os|`(2Rs;)vr9񀻐o<ءuJfE0Vyq)kB3+^&ϑ.tWo\ M_m`SÊSO<<)EWYT&T/^EJnd_xSFsIGU|-I%h+ DkM d&ߢ S-'ωǭ H VH˗:=]o~ Nq8!Ds'0߂ u>g|"}20A32UW/f h7k^%9TT?Xw1mQ& W'7~7GE m1Y LٚVnޑ8sOho« |BH(ف jⰻs֘F!jsfJ4eJ#}͂6j0"rMdN3YNnn̄Oc0$^IQ3mM ( ;<[~'}*B6K -Dmrm0%l{7 跣%)Ye.Ow؝27>\EHj|~ݼw3}yGͲ,+h#t n^vY3%-,="j\s/t hyFmp'eHׇ:7[{$fTˉĮ< 3B.T)E|:IBYҗ܋ CgOhx91W]v8qvŋbI < y2gF[GUd?8*Fv!pX〩STl=U7 x8Y"YAY|gdD<^CtI^D)GՊ{ȟFy%Ls)#VJ⡿<#$C`(Չ:Fy4 9! 6䊛E9 9t30$)Pqlfz_ t>NXpTZX ΢j~G|Ñ}//4iPzKڸ#KvȂ8_ر!yƂT2Jǧ"*KAl[ }pr 3܆9ʒTK`N#Aym"Go-]$S<4ǒ EI1%L<^1n|H~t}9:, g_%vt!k|^/Kכv %ɾ/cOTii pRqؘ)8t ?PcÌ0;c%"6%VNJ@`ȞXKGspFM[%+KP뻑;pi TG0rM2vw&A̢$GlF)z: {xA9toBI5N .P%NFe2\@Hʜƾտa 9c6 Qfo6{s^%Gsb(86dl99JSo~d޳؞PibN@w%IlX U2ʁarlnr |2e/`R\NyϑdLq,sf"v``_JJSQv d,,MQ&awtxJ:K I2^q"l:!8ˀtį[3+ ![9FD]c wEPzMC}yO*T)-1\ 9 <*^7Hw<JLS3Dg+5Nbd)א"l0 ChhbőJ3v([pޤ&}S22l" *g2L&. :OS JI)ln#(!-֩+cƑi'w{a{ cѱ阭vL \';n"s*)~1"8\Zwĝd EDWz`U`kAsK]h@ W{WHE5Lb@>[XN`qľGjaFs2VRխ#.*J 8/CsTaG^ɽ`ˮPkN_{nXÞf\2%ZfwKx;2V7ħ~60G\O):ʥ7#CeN46Ȼ# 61aYc/F ,wi#TNy Lkz[ۻH6M^s,wnb *ZGٶ4/M0i9JL8fa8ZfD3p#'[&iGiWcz<ҋ,LxzdRwV:0E0#i /P5WšAuأ2D'D*Xy;R.Jo]-K|P~n7r((ԝUi٩ӣt_~q1 ;OLmbnir (|vvnzD~ٔ8 ΃m C=RŚ֋(seCl\\3y[m*Z e )E~yTPDOWπٴEauI;À'+]Lb_unS>T-Qʔ?Wo_߾\G#0yշyߟo-}N[+PysMP>dH?PϐZۜV% 6\ب8ɚaJ<(sM6 <&5 ##*U[=鍖[Zo$f{›ӌ?# }c ]Q"7f R#ozMI1Cnj0VG{8A$wEfEo,\9'#\(]pK&asqBO]9OV*L eaV} J^6}mfCDk9m!hO3|JR B"iw1w1p9 EW2tw䑽 n;K&}IRC^f*x}+9o&26$v3]כG_* G^Wn5E_Dخ.;E'pŔpTdsne ]}g!6JV%i+0E8dXm*5;)6'k"3UJ*ڌ 1ϦQ@uVRҌUdLj x#v 4j DyCI{WamhIb6..'h }IfWkZkY\hPy\qH.x^MPZs-y!%UH֋|mlG-bo2;;Q%m=n;{0L(tJ] 30gwCuj.KɋWLvߗf%Gl0\0`~E2Q䍨;HYbضX }%9bMskw yd4ڍ@^`?&P)X"%kGrU9LaȪ`/W&<lհe`iH;y [v`"E3o9ɕ G34IKHSn Q5Ys&&sۂ'~7\ZFab|Ezs+SVP#oJE3CRTލKS 6 ?pz3!T箞5i2\MKK䡂]U<4ٯdi]0\Tќ&:`c:7;8Z2*>/3O[Tqщ@Ϟ,uЎfMQmIW\mNaCV^Q6lY%Ѥvג HD\QF4d"R+ٲejr)_<8/0 %oD05U|$fug?u. ڽ LgmAHkr \^>%SOG"5-iRk07<;P-8 VF^ v/ xSC&Iu..ܟP"T$;$nepzT] 2̈D͒ BQ#<яF.OtՅƗ{(KSZw`ϣ͌Km )޸X><!PY-r  ꅮ&j3}rNNu^E^[@ 躎>bĵ7py"Ho H,%6o%hKߊXAS d~ bBްëO9LP7įaT٦\s/CR!!b΃rh0CLC@,>9Dn-5) 2"<DuCON[7Zg_Qa[N<֝Ӽ"*x'҄H螒L @~GhiB`"lݵbk<ں.X݌& glni1C:^'o!3K;Hxo/sOG_Og?;o~?qؠ_, iwÇYzfM U4R/4 IDATҎ04bJ/(AL9]K(4EB"³&VNPyYZ.hȑ#HF̓iM*` d^%@G s}h|6=t(w&MF8q@> DH>{%*k]`~a7% ?PwS;<^UnU,{tvfE&,Lf?S $}Wr5$Iz1JsvXe3fTVFA9N͘E@3g`ʡ],xW(wohu1 ~#O/9E<"!:#Zlk"l,؍H@Y_JI4YiB]}SbOE`˘~܌};Ђt= kO27W#=*|]ѷ,QD x󁄨CLΟzܞZDO.G$NZpShvw|]j8.Z |m01,WŴƌk{@S^:aK!sְv  ?$2bORq7Ha}E[c2wGލZE!_‹ :g&xP0V`wp'G$nDRܓĐĮz}"4\v(w}mvGu[@z {O/>e,LM[=ϑ)$qgi8!zt >7cz7EH|o' KCl"xgqg~h(xvD8!$>dUZ/Jⓖb#C+ѕDijQ͝0J쓁 `o_=/σ ӥ]!L"na({ei9qF!sWƝ/kOT ws?u7qp,WuZG+^Yۜ\xtYu&:}Hڕn;8O2NU<Op· fCB@`x h̓:a90 \1$QZ_`du}C!^rm}Ө\BhmD^p*`qP $5< BxkKE#$%6ِN0xȹXI/E8֠, Pɷ1™'!0X.cp5\΂I X@qR}0w|auR1w |3߁(qzd]tiȄ 7f6mZb*Dm*"xଅMOlHGuh;f֩L9LMvP9I>*'AUKai0m#455; N]jEB IJ7dG4/M2c`W4@r*wfr(MXv&W5r ;̝^(x'hs$e?79"4/pKN T_Y=ul:|.|0]Bf}J? ƳR:Bm}fUZjO:|BuHB+> $Od|3\N|[ @GQhK6R sI#31 m!fɥƉN/DݑQoㄨܜ3ރ]!9Κa5Z1`I)+]6ЕP&xO}) #h"M1d 9.@DS<ZjG&-'ڧH;RuoT%QPsٟω?%~FOc4竿/?s ϵ_o7}TNөAq }(kwU; iS.%Ȓm;}Pϸ!ysjqVAgGFYz`u2jVo>1d ,Iaid M͓6|TXa2%4~WF .iH&љո^`c @.{hUmN^XkRuXppIUXn\8ݼbTl2 =nU4m D;DO >Qq$X٣#L.T3#NzǍa4*t]uҗ|jI4=rD/0"$Fړ\UGf|Ղ{ˈ?[V˼{-}CJ`S VW5KdžԮa et2w+ IvUS{ xo^G2{z$P<9DՐUۗH~5-0V%U%7h5Z7gt_ED =pRZHyg~6~Su!aC>~q=vR3 W F,`{dVDVFݜKP&VE ZC;p"@ן *d\%98(lI[0u'q)F50l Tc:X`5Eq8M(4]>Ll̂O\D#e7|^JWl43K#-[iH癯AnS&W5'|}v!8z9$M]$pK e= wO j2G~0v'sP>MuD6,+uEI$cqֆ@z-Bz a?ezSWBtن#¬Ǡ=[2jbm*d܍[4mOptCd8il2m7iOn,&B!v@#>+IFJ܏撇.YqÎ1mڲ,ːif g%q70逼K$HO~jr'KP8vxT'U+8 GX~(2K̚d6%~&eds9pfR"f]SՔY; 'jhpuV$'ǝrLS'cb$Cvd#%K>Gl{{GvɁtgr"7\5IO;TPe1C;tƲ55n)jKUZYP4D<$1hi\;2+aFd L*|Xc: so?hUaxDrf qb,02c<ʽF(ɝ"8/~9-(kC1hpeFʒ }1:2G0:XHp*z4ߊb@G\5$;~'FE94ϴ(x Bg::rɁ%V.,+.1 !=-6p|0C<r{[۾;Ffܷ:W]Yss& î\,ngf}So(ӚaMcBuP}{\ݛ#WrtN(ҫ< c,Sr"E!xT:xo4q>0[Zhż@mitL8"kjS%S^SLxE4k&LEe2y7 d(i>w |If>w>\G`)Ίg)MMg:E1XGX9DSF@f˝-aiHaecm 8nkY T%ЂL˞S>y.[$L)ӯ=Ï!7GWSO ˃bžlgAy"()?W[^옇DIEYA׀gxܘZ#3 jKqBM[? H4 {ƅIib^FZwxf݉4dg|tɢwp>cƒl%N8{EW=G`є-xv듼 -aǒ+isZt%I7> Hon>q -X4gc"uçK330hEW8L C`b0)&r iAI~mhb8F "\"Se TʩzSԤQPQ4.kARbs t>쩁7dc~Bfe[r@B$ԛ54єB#k8OVV37fӋlKA8]vn 9~n:LmC$tKtϕG a^,f 2DH/oX)>{W<E,2BD3Dɲ]#ݎ NQlaY}pl:4ݤ}'/K$ o~$K_?o_W_ǿp~ w;9aWAe^C:"e,@L3~]^OY{}m[7?cVB\m|yÊN1*?@Fs7lu>PgZ8=f["czYS!K>, 22t2@RPR*@jfJ>>`aQ.cg-eB@D,W12"dGj6w_&T*Ruˤk`t7Vz &(v:h\9~sRhpldiC7M RAHo'.)bp -|V1(:> \KV'<ܣNi>ښn658CbX;J Ɲ{Ӻbbp) }zX6G?WjDut;dOQ]%R?hJqxs1qLOdLs%_^I /;bpqP X1< )A}N1s P Εxτ 4ϨB/kOap .-k/#X_@Wֵ::ݤ)P *:ĿDk8z~3a]wCͅp(yp/П.L35xӮ& D~1CO qeFs3~4b(We&)űylnpim̌cgy`\I$a _(lR闦uHS:Wcrq [K:td_`&{`MT_#1bc _Gۓu]k zÅ#ЀJtNzvK:bEaiu+GZO[.UQbcxyS1NY<#+u\Q{sT;!!}n@De`]U< =Q0~!ٽ ab|uid_vtm.1t5]biO) N rud kbD/.lv;Dɘ|qi$ktT!긍q#@*>؂oSqDžXkIdfOة0w&`%J&Ea&Ju9Ȗj~*R`)m/z!uxO0#pߚ:9*G9YF5 [;벜ن346T[qG/Kliu5<~~#^UP81'F|ZN&1S~mc 1dy_åm`䓟J\x.?ZyoHhk< S$0cZ=y,}''#\G Bv.T(]+ʏMm4S%+WSL=tD tQ6f IDATCuB%RcnLk0wf'Ll j\[]t#,(WHVb`l@Tߌ3";d$rs閐,8ѥ4?3T1~J!)};Q|zLk?oj}<DgK^@π< |EPw<߸߸_ow2F'b+ N4/aN;,W ]ۈA6ИvOPҺ]tkKPX^3BV鄛x3ja=!GyXepVPbU2%!؃09LIRL (ڞC\vrXg'- *,N(msͥ#Nj 3aplEqDM74풘 sIum"OmDbGLGȷ[pOqeeo8E2?idW"VʌS`FpŘyMTC[:qI3V|}& Ǝx"Par._'ة@P8)`3YL`MX#3ɠbu.B\ A*4=tٕ'f!sdx ra@ꄕjH̿ͽOiT Wʮ&}̻[ΘdVl'1/X!,jMd֥[R.BN) _OS'(d?^ΤD=C v4HI7e\Jsa"c^b{CH tL*?B0'0,nq^`i٫𵯂ߥIvNΐѕ(V4TfVMIrY+$X8B S:&/ige8}D%cP-+*d4%7blz0A/1zi>=:_keQ(h)E*/0mCGtOA2p&)'$Z)EddAdⲸ- "$H ã|v.8{E^?p:׎I&$G菝COgsqNv.'dĶeW_]ۮҌ.p(nĈ'VoÏrjAnsg6'&UgzE Qa07M9w}h[i " E bɏl389HJ0<=$X*UA: |3zِ& Wz-#OܥnGɂ,[eʔ]usd^{ wC ʾ6T&r3\d{ "la"i^dŪY~~IgdvjY` .֥x/L99Hf614!`M(y NgxDڇ:trϹ&X[&ɕK)equ?893^}8]2إ߲X~/JpceמÅ&֯ A~] 6R7nlVǴifGbs%q\Im)ňW\ļnG r (+䴬uO /`79 :r7:l$Bdr7dqoP0|8 imI64YT!9L%(M_ӱMy+*s7rl{y"9 Si<{y[A5V8o}ĬsZ16 }_}_%-4:lGT{)!5H-LiM8![m^n0[GpIů]2^Z G{΁9+ [qRZMTf&-~7+_ _/AⷈS0^5 w~*Y%[=}|- K##,,"͌y`"mR+@q5#g*n oTzByb5Q(&xkҫmm1{}UT(Ub0AĆص b% #A1lfoB@}os c^+M߼;e+ٓQ:r];@G%х6ކ0jz/A&  ts{][_)]@3_Ȑ]lwXOx*ͰܠiT۪S[b^FF>{qÅ92$f < uYm\zA ,WN,Q3PiFΚɹ&/ Um2ppEQ5ˮCkQ:m"c!ù xH)^ ̇N(٪cT6p?VX/?b (d/}MՋex Ou-2ъ;3$ nrKˏŽh3`Uu_ 8 Q✒g2kfM7[#h5|Фfm4ݷ@[ Qه*j\4 $Qߩ"g,Se!dAfnB=&ڛ\ >`;Iw?Y`.mIcm*UQ-EWs_(1JАܙ5$8m1nIcl=E>Fh\`۫)x>j4_ydiC+7{Tws"%߶e2޺\ܶ!YDuTee@M H>LzRx`WoSͽ~I-wz\y7WZ N@g."AcAG!ns"pmMɶ`PJOy,NjnB3:r=Te6hZU` !ww[%29e 0*}^V|]5{ax]rma(YRg8s:˰P<9+* LR诪jIPaVDH#5L7|B 57G t|{yK,LfNj_$SC)#YoQ{~6 aeŪ\u?WB?.,Cv2.fXu-j)ql%uG*%Qr7M;ׁ\v*_اfe*'`ü* Uf ^ '`䪽wܻn,¤;]}-"am-mhJ◈ݷ-^hWh*dXoTWG#l2X2h ⫋OP!<1rYC 2UgŶzc5@MQΦgYOR,Xel"J9Kn/2ޔnz-4 7q)WW5nw<~Kۗ"jGgQݚIl@[F4״1y룒|1rfz5S{q~J %Jh9mqCZ-)_uS,"f,gb%!_D\4v~NNo$Х > ~pK+ )Vܐ~^"4`ijnV>m1j|`Im) A%C[xᒆ;ޥQfl) r*+Kρ izh8zh%-n,_FD-~X7I]ڬfw ġ oπH~{ K& =p3t@_H5#b%;bOb*NXR\G[2ROLKyPzUQ)s6~a׶#0>Pnn60j$fq݄j+]œmX{Ÿ# * `]8Ra2[YW<8Pvg[J@zMǾ8cnojq3[T.Jt&Um^Ԟe\_o1O6Xħ;YM#-f2HOmidw@B =\IT\)X ʽoj5zΩ,~T;mWh{ rhMclؐh ;MDr{G*?]T61qɧSP[ק;[e p%Bz y6ɻgρ]cTH0:ʹi-TUi3~+v'B/-*EoI@gS7ጁ3A. G⠒bYKMpE$`=1)傄BQ~QC"L f[^17@''0٬{دL=Fspڂq!o, R@jӲyj.XʾQ ) ^a'gdl#a ="}(~ cJs"SQZmZzO'Pn ]+ܱvC 2=S C2@/ѼZ߅+̭Tǔ< qJ`& 9΢N[5PtC {2ҰlOӲCb'YV Y.T5ո7i0?&ϺkDLCœؿiD;˰z]$pQBp*l)S )}e4գI9^mjWL IF3d<$cl_Tv D6gy)9ET!J`d5r D -'>5 2XH|AԠF6>9el PbGN<()pu+SlG`kۃt9&Zr WY"ZСv*r"gЛ`C:Ye»/s ^}5VSi;V`aXxi'؝~ 4J<'K YqePxK~ Or䪕δpFݛ+m$'T[t}?b)UuG*vS ]aIF!{]j`vF$D; qu B$Lzrj+I,du%E~ & m긢νl-VXl<s۠`&?Qݙ5ۉE )ZޱFܐi&O%0>su-W9Ǣ.SxH2?{ &<LΞTLaGDLN3ㅀrVwV78g@~ճ\{yZEq$&yHOloB">7y'_j)m@% k/ðcL'*)Rꂮ5mٌNu2HŘ,W?6>LzԴ~8Qs)v8A ^3 [Q)(/R7K$utt Ŝ D@bĂla:Ű^jvH`&& qҟf#X|,e@!,4%$3%.s90gK#Vo`5>K$ fA.)ztGL\!!YN 4 سy]n{U瘅ylc<'s^>M(:j>Qң-\Akf.%hot@"^%u@x(Ȅ&sx~?OY80rRH7_qv2K/u}~3|;~<&!>>>y knEHqՆ́i˅{Vgypu78y`vfN0+IY)+fXTP![>Ls +onɆuv8w43T: Gg5ڱ+nTOvm<+g:[m;Rl YIn2Z休cH3Ʃ_98]#Jg2PBO`hxwAK7 ıP*rੈOYjau֭M!V}+.M-罽^t%HYXVبpڱf%USveHN^"]FH^yZx{Eo!tL 5)l0Mp 6!}i!|4a)K[:A3% 7w[]U5; !(OCx:Ġaӊ(/Jn:)@N5yD >G,Ա O49x}|\­9SQd;go~Iο~_oʟտ?'/|?o?_0s‘,׼H%3'>DUil`WG;"4^h7C%!4c:S}-Y /'Z$,wQ/ 9c7{o5%S!9xqE@3AHm(uX8|Nn1ZnsrG" +٨Zm6^w'MtTDONƒ/Ƶ]\3q5pb:xۉ rkf Nmg* k΋;-Vz9V׆*uېHb,)vX82liNmgHѾF`[vMTA4/'`OxÞ=mC*DU.G}tzb`qUCuHV4GlBť'Ca#xRDԺ3ЛHJ?t:W8w$h;̨' SU m E+gGgeYZ:o{s },BX/cj[$չЗjԛ.eFQ~EPLVbn7Ή8#pjsU)w3iˤxZVrq 򔹻T:NfLokXߜ>Qgnw4 Ad@ނeBJޥç)Q*v(]R+HA*"|E[Jq ,)J0w3N!c]:W'*7''dBaP'g#XR0dZ/ߥS)!O4K%XrnH#qtzwONG5CAO$OTŴZY ZzNH| vK|i1ayȸÎ,NG]{eQcU^WDR.#bFr8 w1;P NMH̚[pF->@1fst:!̶UlY8u&H:W?@V^;J|XSU<G!i'' h OO{:Q׻|/'8otݍM YHczIɪh]mKԭk\i x:iwCppToז=.stp}$!O5 =!._MY9|0SXm=Y4NIv91 E781neCaNBeV#b})ls#/ZEi)0|lwAMIPTpyRеSYeLJp8qqF,zt#OP0uCL^Y9=4<8%j bib{Xko{$nGYv3C;T/hC(.~O擭RZIQ& tC==LS.Zn`P7pm Mjj+br#P活n儉%AL}ׯ[Ox"A@ h#@`S0\4wi筗tkJSA,J(*V}ȭ= YroGWPVy\"=dm-,xƒS1OO?_o//gK_/_71ޟ|So?>NXx+YCx+p:}3}Uc4dcD%g X}]!g]*xh8 I~+1TF@.@Q I/OY7сMCةXM@5(DBt9P^S#KU5}&B&ҵB8lfFAC&d/mi+Gtc3˵\C˲ m\hӝf -tp߰pɫ{ɱ H,\mmٞk-kvt#=;c!p+M]OJ}@Ud˿(%tfuCHnxb0B' I|fRIhLQè-LX+$Bm'*_Ϳ+iFv&a#Z:1qB=4̩AiJ'ց)PkU aEHGp|e ݮglTьScbyn`ؗɻ+}Q vV8fZXq:mBH`_UIK8dnZ5u t[_fE)z>Ih{ajH-sia;Ki3ivpP֥֚Wa{ƃ'6 ; W1"0Sh8Ί ]⼟6Dz*B'gF"FgjV'u U@;jQ OX_ 6` !t8DpNaz2>@ nlpf/D>fq|eu'CS!j rXQ3PKnW}/FS#5 *W땳(|]rxOu8Aaai5?Zd3QE7hʭ7A[alټY a[07+TLTC3Ȩ4ZUOWaJ}`P)޶ܮ cK䨗<$sH ٓM@7jzvh˷qAB$+w5[Օ u(+hupg7\-+VG '_Jw(oۀ,l SG0':80qu=Ml+i1e5 !'p T`cIc+q-xeCd;)K0SEOÓM>mky㼕8t߁פXvqbP>bILiV`:cv3,@ԧ?3N\N49+vo ceM ,bb=L8K*xvT). TN t;V2J4T4 [+_⻣퐋{1CeJQyXAPQݖla@:!*nWsP?3fGVAC#'tW8{BK"G Ȟ2u3#?Ct蜎dΖ$N'<ln`cObf?G?1v?WCgC7~_o ,/[~~o':7~/|;??bP@ğk??{t3 ?fKn{UG^gAFyv`^zuVf/tf cH;^EDq1kC 4Jgǘ7M}ZA=A,J#mң,񗗭WOkR yR苅ҠE-"OzVN.Wv/bXE9_ $kxՁiqȢ&GV*K{w߯i'ͨH VeNt$2Wxq@xjB"r3}guBnS pg{Ummmsݽ|!8-eJnb4@B"qs]/IN 퇚]LƺGE?V]*{QV>aW$ ,-<'j t(^J&O"30"vK XtĄ ylvQ{l,B!̗)?ߠ2&#vTD+\Fxs/,nqΟC(% spLAMG4*|!`d 5-3SI>fO%M,pK+j!}xFDN O'?lW;7s~#~W? _~||IBp6nY1.h͔:R )D7h6Z \!ĩB`UCoZYx]ǷYl'r%f wmbtG ifyq[5nA4!plLC'@lX+<&>Q]li1p8&K?YFԦ׼󞧓X-?bq P*skUV[Jf\]"ڮhv`V3-4'lUZoGMBxw* ao$4ΠΡ="ź9{O_ GeJ^y{ALO^ITI 9揯_pOlUY RP0IW9QSJaEsa辺YL2s=JZjؒ1w؁)MCDf*nZKVo$-tzzK3 ; {Q9V$BtͲuXlC&XZ$ OM#!<`G0h iKhdܢ^Q'5gOzک=iB/@c[WqJ}"k2*JݱPcьm{7>JB8B#r5INq l=Y7G c&EH"r 3G-,9;,_va-Z m3??Ә IDAT:z;O8s%xW޼/У UM\^;:t[@sNBY8%E+{,4za H6LQ)630lPR((4W-TQΓvi,bcoiK!o[#78|ZhղBĽJY7*#pͿbM=DI܇:C$o@d"DdxNiβ&>G^UtI61&1gipV8{i³̋=B7UQ-8lSX~ݑu737@ur+za(:x!V"Ykb2&9P,3"u*:8m}|Mc]+nAIz:߹+ra*}T']Q ~c?N_* #!';@XKySAwMq sõ t<mE֑5D?E$9-O N<{$h?G<7,5;Yw@*h NQBNG Cm CThxB@o[vfHJoę3ˊÞ $V vOŹ &pc+"ljhۘG6eѝiUUTeʦQxh5YNN#՜>+Cd[Иa!fvӈ }% ݖcďZ A3}u H*1\Mp\ajOOMΣsdsfc{vP.Õ޾l.&)a)0>Q )>piTjupY ȺkPt1aTbOWxc =1Vޯ+jIEf%`/Qf(v]1T=Xt.zS7u >GSg+T=[<mlȩxbnjO%8Ɇq,%ujG*H9&Ii_d/> m3*Gz}E?:3|Uz?jׯ/Kbr;- )U,:Yb)nAra(COGvp.}ҝdGfFͽ-Y9=%Idx2aK+i :Nmfiչ"C}Dճa'3h-晴ރ.T%VCA,֘ܗ&x԰]hw;gW:Rc>v9=Mz=j:kZ\ Lp~bE/ oZ0τɶMYvo J듍&#͎D368t D6 |tDEý͖o=$$kpS9+<U_d3 $3Lr%Itl]\f#q\t NZ AL?I=(qq-^Z8ՕFhL"*OAņkݚW՗Na;K!%ZT+*j.ֿ.Ĵ ERW Acӌ`&ަUu#k$,E3RbG";vl-E`SAH  hێ*( QfER:cظ~Wдj^sw:QOt%h(-kUpeNaESr?7HE[} VCO|*L6'%b\ #wƵb27京YnR߷fWŝw%$G]•G-buXھݾ"!:n(YS C\аGk]F HP&5&>5%'7"KZS^dDSBZ~< d6\H%Ir`1‰56OЈ5TpV$>OqF*CIN@4| HHh- 0JYl0g%"-ʧ+y-UScAUXp9J!mR37)nr;gr\A5D~ưM&rtyN,&iejD壥tv3,#!t:.[+E r)kjyZl[ȏ E}5*IO)B-]vT}gt:fBO(UMWke!Yr㉞VZ, >b(㓼K~^^F,tUYt6g 𲪉K'lǑ3UT'{EN,6>ㆱNZ-Ux?c(f4d`sf{4W?%yM\^3^˜KO#]rhZ[D(*!TO?#BJTVn9gb|z(?_w_nttIuroJK`-<S'Mקw>!_K=E2]L-Gk5p|`')5Frmd` U]ܶ+ՂS0A0Sò$fE}UT~u hz%euMN*-_q5PW\.S/6v)lqQW>oܟcYPwR֛iGMͲB@T5㱷C j@`h sk 1.(GӍoVhewH8iI)BsS_`Ӯ첃WVl“5x2V];~vRZeM|ʽLy}Pϙ 7S6yXY^!gV%|E2gi \N7ٷcB5xa\7_ pŔEJ4g^sI6e sFAg1o{kjy'It8N'jt%TCKQhBqMQkJ^m1X}tuIzr!&⧞6ZkfK_rGpvHm@C:FUԛ(EpZt."l1&GիF]{N*W5\MT >TeCNN|׀E`X2 sh Ff¾cRPd޳A!M׆6{٭(Y9pž^/WHIx7J\%a]ڵ.IdT/h7;Bբ(UyL5?y ddY 5Q"c1wF?%1!tA [sF7oL՜CYC1sQn}X]f%]5,[ŲZL^g ?4 s8} 8 q;‡kexSBd90OMA-rɣL͘ hB r"壈*yʅr0ӧiv:m4u7@f.V y"ywHzr޷=b4DY[ fYw؊S?~9ـ;KR&G<jR WC8lw#Ď;z)઻pg H)K7K^Hn`Kՙ#×7|] c̕#Sl (&ciY aP6Q["ܐc1Y̛sH_1X>-g{ڄ] DvGӸ&ycgio1o!6?HM\Yv} LVz$~ҏε-ijC OrN'?zp6Uq0eFKVJGQdm̰K-UMj/*4^M PKaF W%$lԮ{L3D]c/;Wb X @Q68{ΐt sg3UJNY"b'YmbU'ް5Ȅ,u)4=/g'-&}~;z  nuK-hjD︱O RN D5Şʁչ>?;l̷Yo|-Atu*-}Y?o'?ޜh|& J ??_w~VO;ho?/՞aʓNB% 1MbJM:[$yWtEP: lUU,n hFO$|M##ddx>f+'҃1]kYL \$LZsj:a޶$?I wO٭Àu⊔F9٨SEX,rMI͑(?RD=SnT0i/k(d[e P=WQ2O%O⇞#[ 3':j*G0F1U !TttCq^rfb+M˝\ 򾆳҉vّR ;Ƅ@|#1t\(j\fĽ;=^ w^!NMΕ-L7\guu= {S xN8eoUS,LMs#ywyaOή9<7mBqz*X.ԩa!P$5#: 4Yc(@Պ;:[30w5$`XiKL(7 hE'sj6Os2nyY頯u*QdLb79+\b63#U=x^GT &q:2n.ȜYVk,ҴP(ِ4 yr:Zʥ#ft+.gT=2mkfH Y9\Ǫ{ Ԭt67䢺&|$ph*G6;: l \wA8$*pYV4qZuQr[pb8Ί˾e4 ߥ+;uҠfuJ_P9MLؕjLTVw-}L>9${Rԕ+aTlڞa! q\+IOU[C2)^);hA%J0WjB/F 5^N"ҭ}Չjjtn¾|W{^ nk{Zǩ#Oߊ" CRL,%T9{mLv,ZtJg)bTj~[@Z1Dq#owT3tXzn'\euI%Y}(HY{}He*P O=L!!xԊJ-E)wNQ^xey2#?E}57ziIGQ)pzp#KdYkFrN ':H{=8kCb{dmԧBOL iqh.BFl|dWmG5,SJ';5mYO+!~lh ekGHLNM:6R$^{4̈q_'dA'fT397Ts^5R4x{~JBKN㩓_~oG(.9_7Hz96̙y*ɟX"$hvxvTmp\lT=$- 9?p8jT3"BE>eU(:5<תuM*)Mӵ c'w' IDATC ΐ:Rչbm8gb |%vr#_ Q5( 7o%i4s/`X`,kfv9Ɋ,gt'yE:[*EYI?غWzmSNMM gKpD#Y_xUsOO'933%Vя o0ٔa7kuqBɱ]^3㚅v~2UVh'J/rir*@#T]κ`J9b.|B8[,*'glx#Ofd MN6Uٖ]^c,IU9;/{VƋ>$D IV;їnʌvT'Dl4OS(Q!)dY=#|OmgO/{Ѭ`Nn 8G"Q013㩪 X*EͨꍚSP2I\258)v2 5#xsd2avnLс; j,*кL FO&̩-UzwD>4s8s]؆;jE1e\S4_=UuRי 1Ų\3#љ*k4k~6ͺ<䙜2\iJhAW1\ANXN}{] YwM} ai/`LL4=0r̡.Sҁ -ި*>{#|4__ VO#'>~PO.rXE9WΞN֙C,+\~QVIHq 2zgaJNb!D & sND.scƽ}K^SJ3K=j{zÍ$3%"  P00-= wVu90Qa4+W*X".qŌGj^fr´l%7Mni*ttt&ROܞ8?c7 !uf0ʫg/#T\arNZ2d ' cٞTj  7֮taA6::ьhBNu tJnVl('wQ=JϼfB'lBEό& vs8p C(aI0qiõOra@e5t%r/9dJ8ޞmQ4=btfO YЅ.d HUr6,=G"MjÌ5m<]:h!I5ڟqhj4g _m={!9z9, OjV&  LzI&{|=rWv/\LzZ'풠w\ FD1GSONvuxXŤ(zE"zLS1cR<~=v`O- }Fqc=g "~wcGRkӨ- $h/*”*ձV؉E5|qIj% |~ztAlEJ11Omb9~ZEo#dE9ÙU84d-q 3Rq}Jn-Y0pq+>V&}6A(:drdX3}t:R{'roXSFvSw;H2 +yW &O5-Dg߀:MU%"FaZ%}s|࠰!%Ⴭ<ʍ"͉UBdC˞M8=ɸD_Q^e_A,yb}i^\֧Sg›es`ڊ|\Acgjk1mcmi7&b&n*zoێC(T' ܏)M9/5Y nm[}tYkmfP5S"0I;S3^Iwڢ^ـXKufr\kZH5e-ZM#-+3&h~YZFK)u{8sɈ<'jI=׃?YnF8B[xÆ:V;#mK?D]ʰgE8@)y_ ԓBR=Ѯ/tSІOtm(%Zܒ)DŽ|KUxV@Ku`Y=](4?ꪩh.Ay*B3V 2W GC>ְ*\ /#S>+EE*t*jVg`@Brۂ02pc4*7^#*1Y>#zOZ뮒ݥEkTt'}( y< h q^&L/~ORl'd՝PA"g$5e)jB*jT.ej㶡(Ty{FM p`*#6IIuj=` A|}9![8_J )PD" u[ܣȕ ׼gw=0+=-DmbMˎOkBeVJXt 5@9sW*TWmUU}@TA»ن*)!X?̷w -ZMuP_ĥ] YDݍj䭓9L;eq*?Vpol=PSe>L"X4*7iK ț'^S&&T:\ .Zצ\ȗ•d9w7E(p3_ݚXaԕ:.q?֛U[ },F͖%oF𧥂GdwIL pzYid + %yKaHd ljd.{=,LPa/$%$!YhC;L,΍g a,p/fdɣCC^-pa~E t;@nL4U0mPbgnd/m,xOz|J1Yswq-$P/%dPNZCvԣ2f l2.v噩 МzT)XSM]E +ϫo! EDL7.Poyn&Y>"a'\6>-GH5]8Tg3fEo~ufE]w64 B_z40 Wd]LCA˩Aߒ^[LG`ڎc0[zx6 $UUZDcFh%? *q&U{^&(oΨ|*ʹ>=%i⑾" 4f9[$f= >"Y|J$Y3emY@]px޽'c), Y؞S+ry خѲJjEM:].M%S`&ӽ/0wVu-yxbWZzI&) l4 Hڟc8gr6(Q{Fə*5 z*oʷ[e䆝G婹 ܝ!aȿyW8 pȋE';kGR~/e~w~ lҖSChgG}'C|+E`~u'X$9s{lAQ$ڐ]toG,N)[3T;옵 Ba7;J2MB 9e<-^~ީzA3:lA[u53e>iyTUY_T q^%VCrq_+p@VPf rР;,:2 :r obRNg.7%|.ڷj@ӫϵ5p(qGvFzŪ*/0?kGC .F:NlYuD.a,vFz6 Wxm),@R?M/Җ'G;ؙyfdfWzlVrlv@LӟW 1]W$֪c+F>2P[ng7w&&QzO'gOkR XH%%kA:) bY IŪLIk[.|NPkf eLFkm}ncWҪ]j\0e=|m88g3@XxNBpYqv?-nS7`^k7ĊU [Qؽ?GKl&b&=@"RgU4W8kry29y͂ -bт hzR'W k6DtLpOc* D\;eh$"ri~l6xت)EЍ'op`SmQ3 .HNrf>?k>VfftCd6Ⱥwa1Rp" ̟R#G@B׽ݛu0 H~ώܘJ"'THu#K (zxҿ/(xP T?vM`֜2(.0"xkz| {F2bW&vgaSnD !9ypl&JD)wU'OFo[D0;9L~U/.=V-E9ԵdEmE,}]J6[րڛzJI2ҕnl8;M;n]54_v;QǩE|fo66/[S}.]CpR+4Wp`L]1Ȃȏx&dUʛ1WZG']9|;Jah̗L6>&A0OXpm'W[cSG5m z/A] Im7!:wȢNjB DP(f%sӢd+WlVP,KkX(M er"i(yWeg"I^#)xǓtJ>x"GlQ+6fE=e6.yOہEa/ qa8THCu% ߧ*%v&9X@{*Pm=amE.Ƥu,hIK,٦^j8N3y\G.8:U.v8DZ2-7NRh%< }i2/;4'{yeuN7VNn: ʭR<&R/檜I?ms̚@aQ ?aqeDwk Z$C *=9]&S.Qbz[r{1ǟ5kX]>2K鳮h;Q9 =(f~Zj<'skm,icE];쓉9c{?\Xܬ0iyJ崔 FGyg]]t笭Wp/85um|}OϳQߛQ{fr<:՗[-PlϔL:B(`5u?*Fi]d̾ Md$zM))(}?oߩ xZu~/usTkj.^ dD3]zwJxpjUAU45tyQ2j%b IDATpj-\͎ Sݸo<,M(VAuhE飿qzM/]ԴLηV r)sy_FY"(b7/FT^MZ~7ϔ٭7!<jjb@!F>@]Cه7 JX2u28{-&5$>QfLx9.XD0K}fe*"v wf70ao_.!Zm$c+vsTEKA8@߯Z/˜.$U.Zi G/*j*OywYPU#=LĦ&Vu!SqxxF(]FXu؋ j@4k^q=b hHʠK%VsX)kœ j}W7RM\>'WGU@/݊5z͎hY rI*%i]1V1U?QS4z;0*ɩC*ik3i^KviwjmWhI-U| w8(ZhWDCDay҂8-'ӋW\;΂cgF2nFNV Ŧ%E-Х_q{L<2CJB "V%Յ Sн޳4&h:`#6a THuyB +_N`vXU [++ ^RlmH(WpUãlԌԜJ-b " * ʥ<@_iEKR/;t:-<P7\B )R|rh%9\Y󍤌|%xlػSw,IS^25K5P} v5,=C52vR#h|C_vx96| zXJ]ՈbWZOfje#NH&YIƂx@[hI3;>2ĥ?} ˷LL%宺!c^DR. e>Z#'T AY99SJJՂAO{.78ʸv4dQP"XIm|BڠŴk (*"BF;U֍).۴ P52Zq#7o,K?\~Ylrx,cvT'?"FWhG73E&qPjG{D3ao as %<pLz=*nл$ H%DH >eK{wzu~18X3rn^ʪǙ$ 3Q=UKHxN(1T,S6InU/y Aå9ME'pҶjty;-1~iO Bo s q\_LEMer7&hai ^|Pof] ħ)֬x,NJݥض\ORJǚpřɎb"ZlD%b4;iPB \RzZ{HWQlGzTa | BtÁZ6r@~+ÕClPWm|˲jJ&Y36~jqiV/pjN$vʹ1z?+LHEpS^@ƻp!g9vy/,WEdLj+|YONm*tCK0:>-+PU7"R*BXEgΞLU5qFPH͸:>9 ,U3T q ZJCBcguct&q*[*b du5I=M2鷎O͉; p99j:2=|$tFPF3>ϩS,k$aTB 9BH?KOBGe)z䩒S;׊c>h?9)zPR;D%k;F_wG[PKQipHt'˹Xԧ{ FopFQ &}O&vo\%'_&pwI< u_ DMf(d $PrL-{3گ4!RFfj'Hh0J-k0A%bIIDh뎊8U],űuǦeEoܵ_Ȫ8Woj\Rk"H{lw2-Gh` ,9`4e&yM:NޣP4%u]ZY#em]t#F36SGI]ՖgV_3 @ծ͞ Sܓ98!Q)r+[#.Q%#K!/h0RFw@^`U%XApEz&%``!?AG `;.s 3vmJ҃HzI@?O.(ԨŨ7Dnșx_fCnIns ؙɍEB=kOPӯ=I-SGjOԲ0{ӟD Xڳs.)bw=ZZ^ޯRyaS7W_}FzӽtPsz& aZ2Ÿ6֎֙ {ћ0^":_v>a,h-5jR;G"=F%]`=wsndFHG{ؚ)0dw5NN!51n^KPB}6Lu ^B|~c>NvHSs?ssɲcZϊ4XNĖܾe=Prv!7]w%.i 6~w94K6$P&A;̗1n0&e ^`7蝀/X)XFɕqv-ܪ{3*02 //+8yHp8LCAzhS0}L{L2EMw q& .9&FoN!4e#޽ 8y=ST Ѐع73p^o|>YݹG6w|$`^F,ۂƖPbhOo4_Z9{DϨPC&MW#l:"SE­䣱IBt1.$[=Pk$M;kX8pYtn"U4ߋo7qt{f0師 h79΍ӶW}9s/WJ;0W *1%#i0qWWø5^ݙSAwN*/cq1h.)/_"hᦁ!R||HsUad 49'htDf$qd-o>skAOgLʽɬ$ᖭ'],Go ͜ }sj9/4`#J_3QeB7Үaf hpܥ=,1Bp4?-#zts7=:W]d4^ ^1Nԕ9=|_,}u_?]P<¦bSofwOLqG"$ _|e$Sva@7$cVo3=gchsbq5=6sUѩj9_b_806 ('N V9~5%o夺E3? E9QPwKzD7N5(t9\m:QeNw5n! rň2 u5JZDꄷ] NA[D&`kԓJd7:YPՕFg?w{O涌WY7PNZZD0쓻Ǔl uyk'~tUn$7wN+.i9cW@I} ,N4D33BvБv9⭲Ap-:ű}:k+Qӳl"U$nD5!AZ3U.DM0vcʃއ'Y:K4Cc%zZ[L&hI}nnr$øq([E`3K 2z}>,U3n3N;!]= ZeHV-H"tRVN $#'Ӯݑ3:U#ʜLoB4Ų.'No(DYy|@y6^<\ a^>+_8@)xud{[KkV}Fd#H%ܛ=A#{յU͇u &]ms M=Cqh$=H9jGX&ηM=gBm]5s>6$&A5i~S5;ǖsm1IAiStHޅA`ޓM6ە)"(ȀVDzwl+:\b n*[H䬮<ެ򡜔2#\2w ';baCG]pmvC48DTχW-V<&{;c+B(^Fb5͓uqk| 26uYM+ӑ<< VK*g}ߘw~Ǭ?b9aK9ssՑFD;hq. dX-.S3_c6֢V!\RnH_&y$Aj}NX':@;o>K˗".Z<-f;.ǘ1s|9JsN2 _%]T3sp2s?!lu)De`GҐ@1ܻYU$ް{]euX7EaekS]-|\ )I>D]$t >χ^C&wYX)DMp̅Mޢɍf|]t 2a39Mw>^Oh\ `Ӿd"pTJTIk.a6FFyxr} (!Lс`9 CC/Ovs}'tkv?$+{ѹ[d`q43@ r~11]ևXu9M 5~G#Bܩ)௣}3TqTN xI[?*"ዯ1mAƘ7Gұl-V][dAy`b? S;5 T%[P+֎ux3-DJ:Eg86 4.SB7&Q]MCRz1mQsdEv@^$ԠXum|^NӇa#W5>D+,u,iյ 3w@%ӟr4 sCh ]IR'@#\AޚhH8_[HL4 - 7&{Tj3.R9V;pT &nDrU|]v|nE{~V7>G\Cu.96&QMk02vk*s. IDATwF|Ws@**U:4<) f3ZI\jJp0LYyRIiUFmd++MN!JZp({p;=R+|nXAsШx6 Xi"BF6G{C`;i[/XT=䙋)\b5A9{ϙϞ?>Ό; T{g( 槎qV'- ۰n7fQ֝JM{nzԁO9vT݄%UpgZ$ t5"lz>fd%%LJF"CeVM2(Lv*c% ɵqG9h蘾q3«MY؀bQ<`50ʄK(|l@'h\2@ &ENK-ŐGSWŀٓOvJk}ܑ|^.Wb#c_GaKo<ʈwlhucBHdp9ΥPKϘ|Af&Rs96y% j „x3 z ]G,?fFBumSRuܞ0@#mlBG tQǯkQyT Lo3,*>ST4f 5"=ud&c@Q~ rdTKKH[Z@/d]66zι^r*(ݟX 7!KvWF׫=xir ~yz,ם?ρj+)GDkĈD7v긯k:?yayn?wH"B܆:i0'sVJ^I%M2, .JR1M%زruW$rk~91ia܃N OͲ=8~Sh'a}Q$_fb;&s9 gzQ~ ι)! ^qzVϬ,pnQt҇0uɫ-Ct53A-*eOegqv&7~_ Ť?eϯ/J.GPs8MqPt8z4 mh5}Xz.Jn>:#XgyDx{d?1[cĮ7fK̇>p۬_y83 b -y:4|[\d{AuZ7ήS#AAeϐvgw.N0t׵`jz'DŽMcN[HNZ}r.&Z4I쒥SB\'O5{s*O@`Ԑ)kf'uHi+i|!qwyoZh?t5+SnZ$ $L9$yg :AWF`I_`2n҉}9煡`5n) TQW13>-M&E!rIG&x uN/-_M764{Q n *t!Dʞ9p~LfciWW2Y -JgfFV[L㠰u:WES*9Jx3[0 $\&m҆A^#? Hii|dMt|Gߐ p̪>v$T1 ʯTKJ2 I3VIvCÝv9؈fB)7I=UEP.,}V[=DxO4/)# qnŒx*x @ Ja2rnJ^(zOd.㛀:TԎnvcZ.ruBH{"3d"UL樎=~B3} |z~ âa`e_![?*bX]4V zh:=^x,KWG.) X'}am c,(@XZX_Oi!e$_0 pIoIY[W ba`35S|ZQŲnf_M8ae aj 裓D:Cn}|/DwTC^TH:nēO=͛Oh`YJq4ܹڳU5KCᦀ91쟲DZFx~fvy"&^ͯ[W!QŤK 4~zj0f{ ٴ]2מ '6jاzSPd$TaBqcyX@9J nrH5ӫiQ<'GM@pSP<)E f>svV\pIGirv+ Nzr֧_Mnٹ:%4' 3oQӧ 񀀣 j^%AvgpU6P"=WgPh#RPX*\e =d?伅Owr\;u@r=8޺ 7@O=S&!C6b=qUn@HK6T mbK+6Q:wgʢ4j&JۄNsy~ʴR~CQ|(|Q(4<ſx jEGF 7P=&Fy5?ƒIGpC~7y81T,4)aV 4,YU!>SV6;:]4w  (blEfgz@KÈ9iRc4dg39r?H;_i_S"Hn0;PWqrDt/UJ lyh 7s\AFM}]֒y(?wQK|&Kt8zyg:KVVy87dt>'@I:Z1>ӹ̴p(T3g{Z yu{`ҋ[+^ϱg3eHf٬+}H/aثs[P0U"̐l,2,`u[Ƨ$w@? ׻JaԠ:͚|+>^I%;U֬C`u"]g}W9_Xte=fTeex^`}N !vҙ\!V3xy XnNa(q2k[ Ia)_2Qj73AQN@Qnh<4T-ܹj %\<; 䗛~zDV''`q;5 6>\\9a #^o+3GlHP/?;-2`#rk&Y޴Ě縥%-bUvN+?-o9D&"vV!_U]]7nyL9]eN[xnC\&Dz\տ^#~K1svT=]`3:GWiWqÎG!JA쨧כz8);]YQ, +g#;4@9:SH% (SaEۓ+=6`,'y!uAd"cŒ|'l1 Lݹhg![F'ϑ!an{OER`&vM{fs{v1шLn*w9ǛA>̳d*!,^ucW:%mtwN)epP$KUKsT`0ڟBH|YOםlj*&j_sp_q%"(FTЉv@7BV>5щ uN)pN-Ǟ ġa~+,Iτi(YW圷4,,m@@b| 7 eCR;l5V/ LߊĜLV(ICkX祎AC2Sl$=AI)G%;>r$$Й4+L]ѕa+PqշJ8l9]}'|^<(3(gN08s]'juzB)Rcͽ!eq|?j?l+@C|Cr=̻rjS ?j D.c59Ez0'm@ƣ|73W[K@OQ'qƞnQ(gSy-_^!ʹѓm.Y~B>IY^V|Ѧu1GSUQi}ɼ7dB!vra|bW(mOW2TDy:K/Y6Ws"ʈLFHI -hN$IKazm墇KzZz;'O:ȇZK?зhCk*:o$_8SSkMn]#)E66v1Kix{(^gv9S􉷲~=t4~'=Gjt" 5ajogU m`/:76AU ئ ^Bz*th!kuP-$լbݓWLt)$֊VFW$`5+ݵ=shn رoݧLN/Y h6ߝ*յ쑶:P7_s4RB },XfCSُԚ(wH ѫfYmt_/q4jje•6**h2ָ06 !kިVU e/cfD؞7xS-򛡚)ct:hȝz'T KFT]i /ե^hF8ܱQxzxt+i ԳkV-T 3U͈ 3'w$#F(wha¦ttVeDΠ\â&(}-Mzof@!fȥx>-<%xKQҞH~S7C9|P!=ś-*ù\@ˁCuA~jᚤ*Py@t1ٍg>mDg*҆*ip@h^c%rUMv$:J!7a6F%e,wʌ'uFmkc(Z^^8oDiP[ tŁfPWl!۩uL#Q /k~am Tԫ^ qfO\g#)5$#^SXƤLw\\ 3`_ދ {Xѵ tw|;ɥU}g$W곎OTv V7"=He a 3v *W -yTpt"v$HCMqvV!٦n$l"4f=ЖLB7F<oPB+?Pɑ:AK^BZ.+y9m饐t&I*#V]\qa9-}xvt/8ERyD /ѩvOT{Ҹ.cR}mipAX9թ * ަMGsk( |34zyaeoѰ"MΘA(zK@yC f8 +fOZ;-b^3P2= r{'Μ7Ͱ(a>?_:XJ/r;VneUcYSM cTfq]e[Dd0JL~Lbk<-R=]7C5XПg~%^ȑsaVvic3ZQ*Ċ}V%R6:3\",˧h DOȷdZLdSEd'JrW) p#s-yŋۻf'=GNBPT}LWZ=zT:Xi?kGQA *5;!fX~ɽq9*,u8ja V8O+1;m"p@ -}W1RDy`Ih8龿96zKh曚B(߿`U;! w_1X(s}QzC{k0:twuzίϻgG''ƂqW^cU>ZHZ-ߝiZ|a )*~O[DDϏJ(=),2PdlIANNWj<rmK3wvʒ#-pl֩h=  ~ c~kMpf"4Jf'\!c5cOKd*e  p2<5UBi2*O4cg+kY4AYG q{]WlĝpvNpu]'UWą5V򃠹)(O4@h{MtC-䊋- V5&ۺ5`ʅ,pTe&2域TGFv{sWǁvW无@iޜ5aĢ<ؘځR?⺒+et)LOz㢊R"_s+W"kC[рuTy>I9M'Yvu%7 HȂiX*.p͵mfSgJP}%.E`pz|v*N7=-x8հ3:.i$x#H=pA{^DyO(뜱!V&r-'Zr.y[5tBt? U&Q^ЀcoR}Bs%2#|5>C諛wބ Ɋ|=K4\B}]%UtZe݉k(w9&KwP/]ӌTu( ЉVs〢2FjyGC1ඃV.ț?btˬl'ߊ`9J̖HW[ts*F&+IWC#|+FV2qcYT$[Ʉvq<7:iQ032Y3q2sNG#\hk'JI;)/a0Jna~ڧn.cW(x_ )S} dXC?cC-I1C)bjxyΉFj $sAOe[ҕUX~)rpU-/^pGS{RKc@Its%YAD`L3Zvn?y2VfguqNU.!}0||Fh6WB'N'c"YE1QEq _syoX&B {I >(.>c=L?%ej㿯S%{$%wJ|16Io,>g9Rn[uŢ}7xE0viGA3gwٲyA!e3A)?f0!LN Mvr_PY+|哒s"T0Pl5VNuxa.<n0F$7l.)| ֟Kwfv-бIeκ͊KɈrxKU'y9ek4Γ9,4|nl^"˿fRMt\\[Iv T|@= _XWAecBLjM:;Wn] ݗ<- uw rH 0zPvtss اĔYٛ9m(٨2F;O!Gޣ&"=*fNg;u荈LN:F*.֊N ,m>+KY2lRxN@ϑWsVѼv9%AgJ% H437~c0a0c4ܼm< 5W\kzբqUɠB_10bLdGЄ`' 4X 8=?Gd:fDS僧r [3k,vc [qqD.l'‰,5\IhN_2~VEz@o=D>rV@|>zN/6o=p^t1#Љxީhf]5R oᲾQgaSz?Tm=~̦8>:x_f7fZO$m;$s—7?*4f ]OICg +l䀽 hIiiYKs WmӍ*z8M[έ*} PcԟanweCU" b~r[%1φyq[spb0!)w].^t\搈YM&owۆn5|aʢjB j"H>LI4yL{: t"L4%R&plC”A099|e4mb6}_gs>2b~gP3nOkiձt&2)ɐҘ{Z2!vf|1Hpkij#NM Qx`.uU6s()7xLUэw+L.N 꽃!ǟ&X ;)\Nd x0 ?mFfWXI'OȴI(U-aMq2̖\?1<ެJcƳ`x{iv+ _:ȍcTNx'Fvgg٫%doX M0j^'|{ǘRo\ 'Lnx"㚻b+"h ~ALZAJf=R#ߞxlAd<ҖlB`fJQG袈JʤPX7qF"#'ikc?M!ֈA񒳮ҏdWҒ\/ȭzLFճ/gNftД9pAc :7ޞFܵe|ffBƕ$~KҭCv%'z2m՞j=iB(^mbZ7]mnXvɻ8BU;qb7/)h!@W&F5n,~xbr7OJBЈo϶Sp%Q<'rqE,yQTڡQ @)e&PI#9w銐}5`+z cmgXtuI.̒TfI|0צ%u#nO2D% No %J?BԸ m{]:Qaֳw+NЫ,+5Ba1y76*ɕX0QwEXjt}qQ;NƂʞ0Vȗc,rѨܪ(Fz?-1ҺϥfaF zgt NP_]x(ЗJf=ɍn5 >Xn;0Alh@l&ȵuit􈑺\j|{X =spyt]6ko/F,6-pBogp7k}a|(Bl0UJ/Db;'& hMNQA| ^4ɠtcY#=dcq%ų'ﲱ9ul58h#\[m;QDɱ_ǴLM'+1jc0Vwnё$XaoF:+elZAV,@fXx M~qRB 츯v'KGT\+>PA1aݬ 9_Ao:Z@d ə+? M)4t+"G7p O)WVRqGؗr\}MR W 1Iʗh+[#<=5ğB$#ktgz!J1x-VZKeSz@LTyS[x`\:b֔^ފ果 mCM)B9fvajdM?cLwYXA! :K;XI/)9?ؚzAUxMω1K#n$?6'5-eArVfa&Io/nc6d.xlZ'Yk02ʻv L) ܔ"ؚ}d֫Q Z&'?ΕY鱐y1Dj$1n jbNDDCu/x;WtuOz3 mH$X+El#S{z94˄46@x>\̖@΁7n&E+u'Etmнm >WI=}{Jl 9["zt q*Pm=8A@/A^ ̹nޥ ,F7xCF[ HJzd}|' NK Vb S5GnKϛ\Oj.z|}+O$͉,A#QJP,r:ib vw2dJ8J:#xUe N#ƻP^}6Lj> ڝ!ͯp h6Еsr[&ƦyO?$v2AX&z"Wc ^ |n`|‰+@Y8 } IDAT*FWusL/f\7Ūo;,5w<Y1^k?SKMKeӷ/D.?hK盔TZ02])M̴a2 1JoRȯq=WqȜh{*XA|w1m|0mMAkρ%dzӌQZ50-ĴO!l)Zޓ*A6 2siГim* _\&O%-5(< 3WOad(zk+(:4yMy7lT%8tORPBr2mRxwDGXjv+܉J{).8%Id0o`~{ɩm;F!ǁaKt6?oǼw&t9U*@x#g;ps" u>LwYOSXWUh08YV b5jR4} .oJ!^p^ n? {S{AtvojS0.x3^hJ+,8-2Q?h̨ =A0\)U^@ovmqFDY0P`z*`!!zvt\U ^rL:`@7܀|+wlz G]y7 rĞ0iT=VV iWbAَG"!]꡽*`wihu*ӀC59w ڑE>*L29#B'PE5j\-imO/[ש9TY 5 O\I|ۘ"@vhLja/i@-/ )ܼh U PA|'}M2Gur$hK17crv/[mI9zww1:|:DGW:9j?>v8MVۗņ^ Hk̬:R8Tgz=RPVNrh3 Ƞ|-EIČQO>-qd$l~ #OdEZ6 4$>TbGpl_^0sڞu .O?ɣtdh勏Ų㳉- qTnla$-MT,FXҖ7QscgY@\8G˦*S~W!`r5R%;]Pĉ(k_$"FQF3:)2JAӏ4.m3o2 Eohk&$]3­CMtn|P||h(dY֍R d`rCzTb=oalj2-|Ws5Ud?8hH&fasiREQOUو6j2 DFD!C1 cMÄ?""fJX{j.nV:!&OvM ꌎ#;h*w1>BqcrA,[)Hٵ3'.v[v_,olLe nǽyve&yT9Ղ-t:0>P΢,%gC.Nkqۻ#6^2I}sMr%fX'/mʔffaqKBNӘ3GOπs8""ҘcM(GUwnӻ֩h, @Pof];!}cm݌Vn"d X>D\P% ^Xy /'XKEìT `~80o +aE.w 8jU*غ |/ZݭlΦ8*\[n\>R}y(oIMDS:ԦKD4\;ofs#dt-ذ O'yY(Kn BaI%eft/.bW6^`8|SOWKe'F3P#2[%5l#mpMGTM ~#H_}{iLdyF o^ivxCÒ2#ٷ5J oǭ7z̙Rs90t2jʕsg"B> ӌF8۠eh[ǘ/Y2硨|HE~ήF%͝vo8j "2Lj#0jL% 턊Pn.0< ˅ |D~TƊqmR7^d^x>%#آY$,1oÅ bc{^3^5=، ;5 dPV l#dP?4@MA;\Bb=TQ@%$x-e\ȩSvm|.ర;.s3ЯP*IiO]RnWȚdV}B890w ELxUɖNFyMHuXSt'i4|RwnxZIUL(DmxYѲD/j[ |2*͔b~׳/?Ks`eR 봧6A+EPRB87_H2vn9 fOӁtN>b \Ǽ'*gAv",du F8核+V^ ʻ+RJ1LUN&(;9Ay=Գt8 U0Ck %!F"gy'HHQj[G ~YBr\'!&}"Rɓvn3w$M.Uid0Ӓy ޤj]>ƈ<@h.^$.fY@יxW7_6*Oq1!/vjR,@;XC*l{%GT??ƆRsBoXQ+w \1@Aa&)L.pCN.n5hnV/\i7 Nб0E@E*'k1=%SUMsv`cEb[PWnQr;.-T.noŕ)R/$t{[T1w֮Λӂ] P3ξQ;JFtLkWQb8JHtngl2I,n(*a7{t9*,>:R` Xdm1;@!7滊-SfBJzn ;qp>/4#WBWiȍ\)a`*}[X^؎S '@'ÅoG1os#sMO[B7w8=!ִNxr1#87 %_(e@Ge@b {24Ii82!:v+מ2+zpfbO4kuN{Q~P'4t; (3=k?= :;I>isdv'M%a bKURDfz+0fc v\mgna4u94K nŸ0ԷMkn['Պ9HC/D|9Wtlݶ!h25$bԃ ^ 0y1mcJKm/"%Uv<CG^N2_ ̦KAʂ,!&B![(#bsy 6q`Vt9iAtl.nB:[*_ !5#Fnѐ&)ـy cա&}YIB"{#~+bC1SDq*9,t[C,YiA sYTGʨ(㈓|3um9s7U 1&b4eilgeQENIHPJXN4@H{y nJ*N7hZ'r:ub7"=aNh.ڡ B8 t x2D,"mbAJrX (/~BuIf.'Q ^N6N\ QCĥT%:!0NX;=pdy{u^vX'S d*ѱblkk pMa&aT^ۉR܃sj7d)70Q":zxu(CMJacӪߞ@#o qmX^C&,I?U }"Yu>I]Ai  φ';*V è*C}Gqwt\풽 uRő]yLrVv$_DD=?W~GL;B28/Mke _ϱ`&a//B^O?~_~}٠ǯcv 2f~j4=e3nlP['db :Iofz'_0,=- Ieү Qi/qfEEƯZ3=/@J] F y5*  P mn".jyq0O6,tGLl#EZ]mPExs ~VhWjwm" Hۗ7m!/`7jE@\'H ^DOۛ øiУ+@AMb_dlmLr|,Md!" |bQ\R/씵}L1ϔ"Cwҫt$k5ha\ujH!xAX0`Yc 7W^X&}*o>Rn⟅ǶV395:ZF38Mh-P,M K_jFFIaMLDX6V G~0DB * n^0&;-KQ9e6** A}RGvLFQ.uapי rXEPyH2H5dl+J]AzV!=*Wel @4b~i2t͔)p.7 w.4zJUPY4f GO2NV`mqP=PB俓|9([=^QOa#o hYb29BEl@Ey%; [e(J] $"\Et|/!s!ܓV~׀lg&Jf=VJ߭1F81WqZ /o{z: \JCN@v^Qev4)=KaEo\X!hi]Ҹ݃nͿWf56TJr Aw`|. --a=W).]*ԋp{Wm}e$pNe3[O> )l)0CUd(.|iko+a),ӇÍG{ؓxww0{tƋ<:Eh:&WIg_29ksӧL} m`1ݍ8bXI Nq{{2tP}ʞƴ:VBi !"=f2iYa m2"*k/lh" sB/XQH4d<ʼRwJ~,rVAx%/zn0-)+tgx6r]b:;dpaJ5t],۴2aQZ#QY ~?mm-k28j΂=1P6?:l1 <]1ƼݏG?w[?ځe{?"lkw}^{֟?_<:>ǻӛOQ4s??y? is+G:4WreD~Z7#`rJ's4m}#S@]ÔOF펣{%]1q&]ý4t4vP\[n_jIM z~Ww VSKᦨ.;b$Ŭ ѤCjڭ m+a{kʻlo@̔:=yF) B!]0nwi(:u$*rC9i֣㡴'Sc<}ʝ0>fSNj1<#:VQ+R=n m9 GWy:MǞ]ָ1Wئ1}C'N4;*$v]o7 ̴ 1HBRMׂ8EJ1• d& V2a){6w%$U@q;fߋv ٽkPw.p2I"A|>}ҍ;JЭ̫KpUKs2k9x+OƹBXTM1 y;9b[G 0qѥJN ѡ(pO 9^ZXD-ZO.֦`~/ƍ(}ѓK(:0.xrfhv9\ܤF; =F06 Qtφ MHoS_[sHtM(É"E^v Saɦ^2Į}oPeUi"T׷RNfy!d %q1iLj]Q>b[)L Y=aBX(b<ĵ0g,:Q)17r;cl9R +q@ N}b> dYp2)*\6.;`}`܋J/40-}`59I>$Rb.A`e9G-tF{M;vb"TK2MuYr2AӷD.. Tt4&Z>)dv:L}H%"AiAX٭"'ڢbRrF[/c Q!puJhBq&_C0}]P3#e)! /'l}/y\#qT.mrsi K|"cgJh33I>Z#ٲj V"rc/h{J@G`Qu( DЧAiA6C$0֙s!qѩO' 2a[܃} ڃz&j)T5^H([R@t҃jd:eSȉ6&q/G| yKd:9@L3-a&:!̫,fўZy/iA6a;7䁙Klr)yPz]u\<"9IhD$T*ɿ9FRDz0.ЦN,TGE;F~*,F(3Yҡr{op&v3A{mO"QQ9wTմ ]YWMm"jȜglxR| tfv߅-Ⱥ}N6c1yC_PBȤ`c@$w&սsl81l:4er}/-8PНu2^WCΝ+y+GL/!G:e@_4y 5YT=.~4]ueJ%(n\ 'գ^R<6({&7{z%/xDGaT*yU;PTh*Hdbԓ9om ԽK~O~k~~~_~4_~(/?_ c?6z'?K/|~矜^__gwc~?O;竱ΟkOwy|?Ww?7~W/cҟw6y<=NCLcҤ[miiRR%4Z p[ P*HYT JBib&Jڸu8!73b;Ʌ#;ou~|ʇ^o>Ϋ>#_rE_KsA%NK;Bb'AQNHmޒKg )3".=Xg:l#]I",}cP,B/*Vߚ[?Q.7IX`kUQAIT{6v}/@C=]$<824q$Bt$O/moۏ".Y۠%Wd40E+𛌵sjGM^@bJ8 >bRUXwOZfۏ  Ԓᩘǩ9Oa WT9.ڨ(סXx͇>,z\ i\"y/8XE;{i ɘHv7xE@oA f=,U c2.Z\ub僎3T.W^٨]$7{d _¢guZIeX+@. ˄lg/F 4-qCqVUrM{;}—ա&tDE3-"k9k^BҨge +|K BRwNGĬ"҈3Zt]!rVIKvG2sojKaĻgd`&؅E˥.2* vsK͵ii;Ec6‚+{s //N">G ?x-ʓҿ9yvr($`"Y7_;/)(+aq4{*ґ::FHsk`}kijZ |Ql3]WMgDB)}0$ LۚgP䥛̵)P^T::NEHB"{W6# 0UF@h[USl 6kx*v aP2GlSjð6 cjՇ|j6E:i4M:cE7Q+`p\hr,6N@ Mf~nq (]H==*Vi( ! wn i,>hUs7Q*U2ؐQom>T)GtL ߮i]y.$f w2|#ydmVH[e"2#W^ Z'Iʑӕ#oK qoE:7D=Rlj&roSNYtrNV )?e"ˇro-43.,LJK 0<B R=v%D%, ބ ҷ j׽2&:omuWq\XzWɼoWˇz9 #GD@Sj>M& *"G µ-螲f 0$ڸ?oG<, sB{z'wz|};^'s~?g7دq{^>tן|sJ_/~/}?#??ǯ__GbZ"q%sSdh)וGԼ|f?MvkMp%)NjA+ؙR>b'6vzlKnR\=p^%:Fă[+! {8?VkWȲ;x3)ь8aeF.G$3KZ7afm_:*+ `e,ΚY#&fpi?. +NIuZkFUrc9O"ʏ@Cڮ 6;=}i5 sڙ?(i1JL ͨSI(N:g"}Y;hi2vƇ"4ƕƃD:5nUd 49S}*B;.V:%#"FaӄmO=zF{ڸrY['rkK=`i)uǮ)3Nn8L]rmP/; `L4LWhZ miS\@s>.`qEC2xܛR5woBQOa$OC{Hby.QUd"W{>XZ8{e?5`iCR}'zi$ G+ D&!^>^GXFWv+(NMٻbCb\ɵ>Z( _`(rVS%zW qN*=*op4F0{ڎ ۿ4ʭdvH/H( 5e@.sf*Y޾|%% Vذd6p`* F̄ȧ@Xf@K=/y|3n5 2u0 $a;"]{as߽]IO?b|}ש J4*ȕ|2X&ͣ_?ˁ}Jē[9"Ɗ(WS[ǴՆ\~5%j., \]Xۅ">H8 (0 >]akg!tx*6nVsbʷIkFZI9uc<꣰vE\$b0\9BUD#tZ>az:" hBk?~ԓړAHfqD܉y!>bns\Z)cM>_zrs!?u8]Ia2kɐ@ioOM:xkS4 M ;g,*MQX@l*([1܀EqdruY"P#E[l}?^d!OhlViU6%Ծu@ԏ0&\9Jk)j8]b0DzЪ6^p*7p]IT!V`oB?*Af ʟb,o ^Hr7Q@1۟~ F'^Q*  T,hy&m*ҌǤF PBީ*2h>OƍrqGGuguP5ūP!#%O#ZԜ<}CAk(l36'iL]%J3(f.|<5bR)dn!ẈHi%}nB@J }[h}Vh&n^PSM(;Ƴ8MT$y^bKɮq<{kQ%8OT#}Ytي>ow>엞/z`7@~|?^&?/^/5k_˿wÿ}]Ͼ>[7cCO}O+Տ׿O~饗/|>/__woį}?}>pUwDך4R& jz"TƜmxQYEv7l1KUѮ;HKrN\YU1 g q} bk\QR$^9+)ЌY9&JPX+xye+I#R'E ˕6iDMPrv̾$RH}GB_Lj'b(JSᥳƞhZAvskOo14K(F=iL&r%$ f d3uڙ²w9f'9^ L^+pYmTӼ;V; f°_LTfRJey2"z..B+.nnRIBٽQkR@qI#dmRdp4f{*Qcc3Λ Nr׈,~,X#IR.E"Kcl 32CZyu)ZtF~ҫ͹vy`(N6=ɕ`:ϼ5.:]Iް$8wfsMK5^bqLt9٣ǕF2X OCQd3m*5*rT%_:jjb9vכ;gx 4d4 )n(P\FFmїn6iPn\ɨ_*!j:V7x,is} g^RdFRD'07Pw{.;Y1I=' ]k-wWhK>]\(R` Esuiyu2{S1(ZJO8+LlMaUpES5Ή`n+3+e0+A< $Avŕ|b((emNl :ɣ 3];ouOQ9e$J:.V!=嬿L\C.m(k+` }mµۻ~`5 l%Oo)4O t1av8')d9rOv<l╿K  M R3y:O o`qTF+%iRx4/T3p C.p\;}iiGTux22 C!eZu3 *.؛jwj NһW.hT]7Y -ValYl7c!*,$\=-s;^2r%F wZֈնM$tYu%yj1H1cQ ʋy)ܕqG5:;a4 _y;?jU.Pu{~Kw_=?/k~o|/`YHwdRu\M2 ob+LP@^ʍNˤ c4fv.;!nykKv@W#gۣzV0/H'# ;&U+mvXBh\=b -7(;xXrL>xܲ1["Aάx,9|pPGVoPT%f1fٞXxTfZC8`'C]݈*2N%J9-=ո6+til"$1i"8Vh;sTA pͭH}e+\fgj[ڙpjkėBGR±^lhҬ$!ل>[þ(8o1Gn{pS i. =Ηyj ̸d@uEj$*%J;* Wۜ5j$܌q gXF5։'NCY$%n^DܲѲ RsԦPTqIq "˗i2-\I8i~XWM ;X@Ǟ \.Fvg-j>~L\6SmL3iUhNC@2 ZiY<@Z`$U!F6zbx*}6f:Z)AitCiCٮT<;bPU&ajKv^#^9Enc>ҳw<Ng/_CUϮRO6^zxg8Xy$~JW_?oί|uv"a/w>+W^9Hˮe%GEHl@˿~7g(2ge˘,Bd8Vkh;]aFEqZug7YDOE1>btATA-jGB.T.ޱle vcס N@/zDhrv83S~FqJ`YRz[ U(T/`lS]]̭U{e68HA F4mCT+ J7s Dz] u0˫w=.eLkaPx] Xd%!>",ՓhfDψ z>ʉc !4K֔I*lx!KRI C+MtPNp4`h"7t4Okwū|g]↹% v7(l %1v&Yh4nGόQBzPvVOozo# pL4M_O-s6j7E}m foH+fmQl &0l{@jWZm IvLke B/ZlI0#?55nCC bh: eK(lkWI)\Kq!cU& 0`DR7t;4g9Ш#_05'Oubj*fg:`!NP֖VZ)]Νj.(qms}"7rbѭ̤E 0–gqOJ &(9Fp T&b ^+nϠ[Ҷ%@BVA02\pZ]r532L%l|o%u\^Ku^O'9RR\pTHI[)\IPӾ5IL ``M|fӼ}(Pw Q(o@ SH5gQuDCQDb-]l8vzmZ `~Ұ}%\.]nA]+]W 8x5MJUZ E]`•`Cct+bʃ\TM496j;A7Yqt?+r[o =<+ ^ISiwHzK@ʭ}*?~UB IDATz|~||W#_w}赗ᆿ3?NJgϪ b.گ={~.޼tq,4 E/|}Cg{|/̫^w`u={4űgoyEyѾЊrI M!z%[Rj*կ ]`Iɕ\1o Kj\2S:ꮓLZh8߰< 2'cz#XHjClCXr|MH\Ie-c/]5"0,#HZ\N/pb.s%(Nr8 Iw9Хm^n6G v n I2.% 8,#}֍W.`emacC( Oe-.Myrt"CrܘBΎ\.?ۆ} » L1[fbTD*чa^-Sf|VKǪl2 Ipme m< %3=%FvX {mz^ΈG@:Ȇ ȚlYޗޑTUTϹy.**?t 5I퐧rjw9EkEhAN[y;χn SYNZP(j P⻣0@WeA|ke$+}^Xp\:JĝMMϵGg3=a/̛[%@b.j&ALXY3.AHinLLdD hԥtg-mܼ& RPIhv&30N-֭HnA(=nRX(H  it*h٘V.J!FJ MX<_2Z})9)DM.DH%f" XAiRHv#&Ptrٯ+"\x7TTb`wJucNuu~, Sޙ;rUSG*ML㩇颯PY@&ZS?=c97 oGqIl\Kaѷ+.!0Q6]ꪕR(ͶRQ f-P٫Gp`hY 򷍢 jˡ_֊J#ީ 35Mf`X3@|* 34) XgcC 0M",W zҵ[x`ƚŌgKnY0c-|,nJ!W!tlkUQ[MC<`m\PI$1I_U@i˵jiMY\$L WE?+܂/g{5ȿ*DiIU ǷgƋgz}_{=~?>?nk>mcO?=o}S/~/|o6?W>g>?o~Oa~{_wI/x^y_[_/3A_OeڿW睯~~_ᥪzn82R'Ҙ@?ٜyK#cuh&˪&I-A58. 2%;K%s7RuiWWX#&[)2G6wj#4c=b@GpU.I}˄0IZHP1-]EҏF<[ Ratv2:LϢBV4@GgZ.͊06=r/4W0p(,pMX'FԸWel0TRKsuH%\AK|Jl_6׿Tri*_O2fz#4{#-T XU(Nĺ2~p@%dVJsjVE>كi+J%sDг4]_Nj{d)*,25T etAف*P9JKDG?OuGW݈ RTABna?,(= wW Otae f|ᘌq@%7 W+9XHzU$ϰQ^bɝr*Em6rW󱞍4!jr!Q&|!`Nכt.ĠNtrUfhLh$;ylD `Mx(v'y+3#=fXΓ@mjm1PY˄|8ZF $Z|vۘ 5%.%J*pTTyNmʷD 7JӯS󲂤`vĵ#0l`3$3[#[ rA֕D6+j3LPcapnM\A'!2?P`u: qSxG!d-r)ŮT3rrNUr1.oc*Z^䢰iBnȱ:j A ]F#'+ [$&騇2Y H=IId'$ɖxU}[nq^mmꊸO44^žyLV%nb4 24V`<%>m4"󼳹zv6DĊXڹ2\RYC^)Gw3>h8,BE .$GPTI0̎q+ڽ0 x0;tUNn`fhxbUDjE]#VR6Ul.h[R㲓#tb8I:{)6ɾc]b 8bsam3H`A8:=b qͰSHu.^'f4UN}u]Ušk*ᾴ)OB'=#]ɋ@TXEu-'W5FxGFRp`11FhDgT"ޗ-r4=|(;,Q9aCFL&dVfU),`}lj4 W8 0R7*'4{:,<5k_}/旾~77c?_z>S/?կO}{;_~ ҃sgs\'|.v+T`hgݩS)H&PTwkG^ ܼDZ1H5p- 5| ؛zhd=q+$p| S=[6}r]J.^.B`q!u7FSbhl> ٱYn`X3 Cƛd"{BtD@9d.0UtETQK١bWP3m-d90u6jzƈur ht">w9xZ칐Q}zOdػ8QD83ٙ^ieP޵%8͎^.Hɤu%M3.n[rPDo}͗_2BB t!@XniBD H \Kvf޳9Bw•9{?9' ߞ[XΓAR9*IpJOiUq/n*#3$+$jF47_߹`:֣HNj\Wz7~ǚ3S "WW?F< m$&'4/GI#P{adJfJAڼDy,.{?W܉(iSFm1n(:-t5Kp>NT]cGw&wu:xrO][*Z]탗r똬&CYx#/6DϨw+Fy)KH*H2^@DGȫp"nMHDd(+W& >Vɋر}v= eQD]"us"/9"IMI<oJ~=FƑ@%samDm {Sd_:4i"9FWD_ F/2܇6NoΝy '%C{|ζe|dJl7-Ved&sG]+Kiciؼ=4'Y-b s3w ~Dq0=}(buaVtɤ R/?I ̤ Q¬"~KN/8sʖ"WB/ PeCzʐ#|Zjψ@hҾ 6 ʳ~vԖI)=6J1BHR2N}]RٰTF!Ş,n{t&+E?MӃ)qCQ8^ HrǬutQ4ރ-4 Dؽ^Ģ>"-2U8LnJfO5$pY4x"vG„DM_A`\[]MbP7]/l]#ppPFtX.wZ,V^Ei^2Aٯd;:. ǟPgJd@ ٲ汆#XnZǒrZ,(LB˧8>Uw`V>=ijХ1i(1rDl3!S< :@tȟ)W5dK<leIbZABfC7=Pak;~=#aJ⸛7'&$fӔy.Yk3( rCN@(=bNq|mSIU!XW܏>n̠4N_GU!J0+lې]Z4pTV O^X o97X!葢Lc#1@?QyRXs&c n@O>.L"^xe =ѻt[=SzDF F$\4&?]}fٗQpx+)w Sor Q7m$< uvhL|,QX^w0 yI:>Vp;?Ž}qX>JL!WК' }}9uN7A&g&{{yTeDժ\C|o Bԩ/vf?`?im+[alP=0L% H'3[ ;ZZk M!7`{y`=n'>zV%:Z@Sݠ;B11"mf)uPs]CH,t |z̋6;%p7}-4sz,jV743̣:N,<#xi.0.{RQAi$-ɳ-aNE|+Ag qnJHm^CUf IDATɳtx䑟d#?dy,qtpgÅ +|!<SBdDY:l-wRΈMsڷt.p t@A'46WQ7Dhh:>E'UIPs- '3Ѯ.r`P6˿?~ U t_ߊI4 N0I9cn_:殳$H0ᛐՕ0h&ޖRzA`xwUi~wlX05S7+tDK'w7TM,A7z"dho07vVRgcmd46yȹSNtjsɶ Ƈ?$vY/h/8[ql1 ?U䁿'8gWWK9G)LLWхx9"}/I= >ƻҎu}}y&!5k렁3!}98;^/mzG"(d>gMmfP,=9)-I2!E@0kc+Lj?5rEWzq9o.'םu6&38;"es %rMp`A.}JLyhxXC{Ycz{*J2ͱwy39 NP DH'{x%_k/@IIi퐿_`\p,?&d/0Ws~Mzя3_?__7b7/~??<_Ϗ?o(3]NJ?% /^硞OWQK@>CFa)Z4l}ďA(),g7=0M7*epgaﲏ@ExxQ=.ͤ󞇴C`v; QuD h$蜛xs8'`Ec+J?;QՊ7 7as|2 lb@ܵHyzxHNvs?)=a^񼶔-A\XߦqZ醈󀻋/SoPY!|Kx~癈D.q>3>%wD81zpt'0IsI+[Gth =l3ᐣ]2u|ӍؑPAqfH;AP_@w&‹͋Osh{8AcnbkqtT"W̽`#GLClbp:kWi}#0M`>'WfΖ2 oj*87 +!s&^N(@9<*h\Ory&]| K9h& #1ȳ0=Kw8.slfpIj$ydksݟ0 \<cESo@ sNTefޑ=cB9h.cwj%K"p+ .qAHF$%EXy(\mkW߄0`v !.dLa{?wMJS XLEu%T-.h{)ÊhY6Ӣ%9% <ihV/,Y%S>!? 8%LS6T !O܇}aN誩D3lg(WT^g7j`'tHxzOc ep'0[,!27lVօCu&U1$GւFH@{fe=Qb4i:\9:$ }"WDACV?@SB"¹*%eD^ p*j^ƌvXf6VpL >LJqD0T`֎*B<[&l?а$И1#1M\Dj6ce(}+m?O@4Mh+K}aGXD1 QP仺$w1M'ғ_$O8Fe^<6wSABh7Eo䴻4zo-j_+a'S~i)mq2܈\r }BܸNaEjwZ 8aN%Rce#: ;zs w=\~08 8ˁx2̡»kkG&z"¤]agOt6`'[:c}*,G@'#i\\[{p2 P_gj aAY$46L"I}6xVYfA4%I3kwAȍ赀+MCyYJCYK>*nr1^yRòBS3a CPD~۽u>B8#d}G4-=)0g^e`Gu/*pȌ}P6Q0ހ懕ߺvR0p%c4' 4V/~6 8ge%4&4(|662޻P[ePlwbR\|&NԪ!Ӊ@C(G| <ޙ؏07/~\K̝Ռ%{=dzk_H36q~؏,BDkZ,? p ڔ<م{N+|;6j ̡"z!j xxaIѦ)$,_`:J_w/q0><0KMUOVqZw٨ytj}neZ}4R"yarg!ci.-|_*P.4s?1-dnmj3RH383z0(4_?<^=`$ \4?{~<̪T9~=# ! F33_/͗gL!3gVg)hCi '}"= Jd*8Y|(v%#3 ˜JEW6p2QeŶL2o@cw㧻j:t5\oC8Βӧ_":[F3ܪQ':y;%:)=_ 3_'M8rZJOὼ7uXOP}`HK}<HH)2bF%_Wh@&i8 G6d<5|{j& 'j8 L%ZM iOCQ(lJBOnMN6 .eâMftRҷ*zϡ#ݠZ|QӉ0=hb<6-7uzy\X}'-eS{oc^z"CAB{sNध'2 B!f6bj-1(9}P!pX 9LbhL>B2f5^ƆFe)<GKeRH>rS鄤HKyHI>jh#jF,wjɞ 9+=,qJhAh`r NY温h|`4 42Z.G&~ ɮ0E|220 k<<״0*iI?/QoY̋d9Iya1!_ k0aHq`5 H|ߩ ".VD94C %ԤemhYkF LqidS?<ɯջ4U( 9U'&#v1KPK.._@ll3gL8a86yF/*1Rp&X_qIރ@i6jHqfߊpzlHCjR܇"xej{1>Γ@%pRдKI*9>c \ 1Sh," H0@*MsB' F,X[TS ]򲷃D%/qr](e~2nuWF=Š!u O`l54I*3n}OAh"@Uguǡ$?:R}ip$\W:-t"V?iu  tW2hV,ЕܟDNd+xh)C&ƞ&}tG )u٦\W'a ؾ!w4'V +' Q8!S(Wj L!3?D\j0⮍xϓy­)@ T9^ؗ_b&y|'@eSI:L#bK3D}ѧjyk8B'Z|i)C㱢m!#iE^͹28.N7Pm4a-#c:q=Fp9!$o˝{< qdo]?lML=2 <M'T*:&oΙْcݓޞ!Lp7C0z)[\:|s(CLr/fU\"?x>dmO= ꀚFqE{c{>0ʹP5HN`cr=QXؓ=yS~%`z)M k`"y9)0Cڃޑ_܅yr#,F9dђr:|a߉[VT'ý} ZRQ登!NV;F>E;HDE)VV!qȺc8Cè$D;};9njN#/w+0 BgӋ /6:n ? RH71oFr`L7ʤ ~tf0P*s4#0FA@(+*H 1-*LB~kUpn/4U桑^O* Nllkӣ6 `uj Cu:H Kzy'?Ît&n]k=Ƈ6\% Hvq4=<KxfP.d1B4癶q({ɺW L,[ݐ)@α`Xa^k>kGh)A` Cb`h>$2:/j0.}ĥw2cIf#NK=D X 83HP 7m>9 Ћk~_=-G|v4~XsObP q'JAeW<<&r]s*g@,OχN}h66-(f=WTQ|b ұ)=% EiVavA)ϣ!aQ],(K]>)-sRyA4~<!&v˱nZkL\Nl۟;GOtȡ,`[@iWŷS llcPkLͱʶ{yhܨb*9ک|,_h>OFJZ=(-IL:kZ 5 K=3Y5iGc 8ShWcowo{j9%LΝyۚhzN^)2*u67k󄄲$פz sY3mbEauT ,Fm;j!:ZQt pJt˹ڎ C)q-ne_ ]L&TThIQ_A.`Ljεٺ0 ^5]3b ZQ(d0T<\k]GŒ0_)}m"\mگ>rCa"K:ՀNp<4\E¬ Y7~$& O~RNo\”KțDI6EØ^׷}('F[BkۻDKN>8ue9LgAyHx'%OjzGC.tSIz?ey*#&k`(Ȁ^:mGlu]6q.Z1_ZwCKٶaz \5^Vhǭכ~aMU"YfnN pLm.E=rKV諼{`UnnXk#HK+-g_Ef|PӍ^׉Mq•D#V^IEREJ_3V|#NTƊ8[Rc+=X&&3󢴊2 կxMn5]d}|bK?\sHNW\ꐜ/YO6@]< QAw 0IV*qnҒQEKه)mD~w]/~.Rf|pXQK']i]֝msMbrE4 ⌽d7jgfI 2=PFP3 , ԭ4zqjTeV %ڒ&Koqhd; xk#C>y rb1Bwz;@"N9 5'XćOk`L!xv}u ~}If"r?$F`W F+F$ŒOEKuZV}PnhHG t 8U?Yf_@tyIKco$Jt1q|6@/p^ ȢتocE:"ɽ*ir($G'xA82v՜9S|b,9@i(RCUEFʛ 9,3Jk+hg ɑ[4Q|2,;c9w1&otP:*w58O69~1Q=Q&KJn.Vv(?؊ z]ʒ+M/xY,r\"cZ D6h{>d| Qy}-hr ٮ[J>AIU`XF d A q[UBEw T0ÀDU)XZl#T{{|hT*Nᙠ;KlgM$~ Eqɸ+gQ)PA'hu136׋&A0"룗$G4JV AMF{W_?8ۑU#EsO ۼ&:'CI٤0ۼ(qJ10S5 o .~"}WTFBR1IVP|UMtŰB|`GBi˸J:H[6uNDX /jA 0)CP|mf9-58v_!_Shx&U*W 1$JdYp.dsiz$dE$_%n.FN.yLš..9?|Hc Haͥw8E6ǖ'!ל3Dt\` qT1H:Zq p)bjz 5K91s1(+}kgS><-1h"cD6:ʡW@\QE$<궢߮j]ł :r$7 Xދp_ ݾ5!nӈϋץ:ɲ.bp.+"a˟Xa:3`J >Gޗx'7]B\RWmmP0Q#v&~k'_2..&xP+ma'V h86̡SY{H Z 8SeE, h؏<,b~I1G"e}ӆݭoFU%WNOPyC7BPugL7Xl# =P#wYnpAXq"#V1?i-eـS\8`2b? -wj"Ms]L$Af/uJUЏPSz>GH`G~a> "u= VYHӌTkeKj+S9lJU7E`W2Oq{-{@(T_Fx {&?*_vz-*G+$GuY0(yb=/\w53n|d s؍ChЛLEP.0y8SsYVɾL|c<+j#4Df c"(B+ $ +9yi#!R+1z{5k79}R;4ܖ(S$vK'J,H/RcЃzW(RQ[%>[..;T>)#;pPӸYu="u'nsrWk?+b76 ?F}< ߣч' (CY gT 0F6*^%5\ {PÆPY$*i+v%sa!qpxUBၱ~ Ot*^V鸃h v\ C% JΌt29mTB [ir3(A} yx0 1O##Әl`Zsdp"{6& D2^DQoV>feCR5Ͱde^|d#y/*׾4읛[D>kbVn;Th:ZvE/pδb\Y FmY2@f+N?~;EU_MU'=U\YNr7oNX|~u.ZiyH'^F\ErŋZ#q_H_)&nwLhRItF'ʿcGXskgsEͦ~GnAyleUd9 0ۊ^Z}f"c Zg_ݱtM]pa'ј9 w?GaD|6>'..K[]2u=?gg=s\Y(w4O=d]&]-OB;J?7|4_1bLSҀ޺v ߕBLZJۻ/H=_8;܂rm0ji@TyL돦`>V<}uԖL,?} ڴ5ׇLi'[wa ƚ>xtسqK 4*,KN ,mqV+Q-Ɨےש¿ד%I vX*ZR2UC ۀ,Yx(C1*\Lpy Bp(pf0Dal2Xഡ;W-1-1=1g ӣL"-SMQGfݪj(Y1 -L8HMA}vDF#cz'[1:<(4j8ک>j tt{kLWV͋Xz0[vC}NMsE Ӌ!H9-s=FT7PAue1Rhڗұ/ir_gs4Q#Gd3hm i He9%cayrP~e\FggmP-o8?"fwZOkb;A}S `'ANDo)Yz{qسLyL'k-sk:){9ҫ/3cfhhoa:,d 7Rx: cMA/ Pr5kD=:Q(W,#זfgˎگ?dZZP_z]j |=/mQq4G'VM9v96a3exx&6>P+j|s%A}g#5۷q;."3Wd|'+W>D:_`Z 36]xd ?ERC`U>Nӕ>&*qʮ8alɯ&K۬u@lфE⩆֒I빋 "mj'h!;n miNY57zJu&Z(Aʳٱg% Exg<JCI,:vOӔŸ%nC 1~ֶ漡7G>~MY~*߾ bS(+HБզs2Y%bC}:hKyӿ!zs=NP6nX  hNnP٤B;|zq  f!UA1e!?CcԌ^v 1LLF?2. ơIr]ټ҂D?i!kFQZODk坵򣱿5dc={ %ݕo3O{&~4hg-bb>B5r9c36SϹ^)O^珚wW\GĒߨ>MSBlKKo|NAvY} _, Fv]y~. .[`w4x?t`8ÿU#5މt"ڨտ#GW=|~iEW?JZpFZxx]%GfTeHHji,8H{@eQj? MMQ)zNh);1}cxVWx)om{.T!@5J.H˪:ҍӛT32yWs[(\2Y׻տ2bÒ{/$4/2m#`MDUmL00~!Y]\~ISl%2}~m̪ T,&oƒYRA е7.b3qX̫O?9Mwsd$GD\$?Q#u/d!j ܧ;6P7Xr V+Mba5i$1*lJb̥0}5{떳w#{iOt")5r>_v4oHjȑv-R|[f(~VDz+(wy b3:{ZQ=?1WR$y f@MFWw5X ]4Pxh;3 ib]ے1kgpQۃǓT1JV~+ݺG>z592= K۩6ngg!BJۯ8U vo?D,!=N\#nm>NTqwbߝqr^^,PR[U3Lnyp=tzLabx^U(ƺQ h1ƽs H ܃. m:mdlr~N2b9ZF?JTqt䇸fph FQZAcfRqj۠vXT쫛-9Ox$CtNrw1?*PfR_{Q$HTއ?[dA>% bB }dۡiQ{PXL*hG:#m7yӋ ]j\܇HJZ^{̮h8:颙ɳS ~h"s< S?:^q:jQ?i:?'Q=S;6H9`=1hvvs&~BFxLd\0P kcLs:Wt|nhI4wS-Wؙ3Tݑ&DH#GS5Ge|\d$=_idy ;>Z|b^O&5|:^.PY{A1_gE!O앴p7o0yڦl|r*A"ht3tW$eɍr&6K0EoF+6)Uutt3 R7=!/H;NSp"%]|4Mh}|n6Pơxi!?o]Ɂ)9n(o{ߣ/hKoZ"Q`(޳[D:h;4ό:l]QԼI'DXR.rib>HBt69֝Wjckǵv̍G@a$~.Ak2Dž#Cğ,hb˾\66m99kMSG {/`cMG"5?>9# \['k,\ F&irc}xOxNO jM(?[,8'3&}m.ox}c {M*+HOkg|K:wB8 ~/:ESstjzb+YF:>-\BÚ UDQYhhmdn5_nR9!k0 ԟܲ'@l46 kRPZgUG2kexjN^HzW|ڣ^DoM>Zk*rP̽YT=h$xH5EFħ\d;$dնXf$ﳢ 4Qo@Ցj}zPOk~$T! 9% j" `"ћ \@͉8^ꅄH+?֎>ZdDl>̱jXwjj=CiuekZj;zˈD5?ǚb'2Vmo84Bn~90ю 5?=c=`,j{].Q9s [QҏF@r m2`4BɏЍgr6Sk0{|$iHM{~sgH)r"}:ITnBu dp vz {|3!"#x>ߊ]-,_.{6pJu ?WK1I6Y*DEgKn@Y7yk)ӑĿ!'%%hꨙrm)JԮ'D&i y#"9epX[-8:dnybD)7PٛMO6`:/Ԟ[LuB +žGnh o$-ǹeΔ֜y=3ď i2U%z{w ߳ ̙5AWq **Xj4@߈(ˢcvT4SKxl">qߘW0qY x:UC]S-۩˷#Wٔ:K^!٤?#b4T[<MPiCh6ɑpӜIRAEq]Y{DMhG Em3(~^d@Uo x[%@VwOv)$C)'=rq )5=XqGSDgd9}0aJ8{%7wr)kHTr*m6bjC ÈP9nZ`h>SW5q YK$qE&MobsZ=%ù1[o7UջINmE/h `p\ u79O7F =c)wOϚycm}j}a`_ܑ .xN$ﭦ4&MĒC=Y_2g.%}33h/ɇEvHс[yryqEKKe`07nOGEI$b۱g+n Ɂ[du,Gbn!BPsgJg4|Bk0ʯo ZRۤZ!ձ.3Yk>|P2ьF@O2=z9 =::ɥ 8k*/V:pM-wff|)#ʚJoo|eKfص_AAnZWZׂs#d?9)Y)ͅǍG:=+qL_bBEX=jMg] 5Dù0zIܕQN*iX$&8;5Z;^ K{Au1reĩuks tb]@ٳ^V%2"g;l L:D;2^ zJ"v|  HT e?kY^ ]E@RPҺ 6ӅT߆j}|ޑ{'IjK>[0nN?Ӿhf促%!f=e,ɜ ӵKK"4)sߺ:9)r*5Q)Gg {^PS;V\_:կr$Jr:t/!V.bh;('tEiz~/ڹ^e"M37Ē=q\$u82` D}J4Ѣf򺷹 ¬W 2\F+N3JGObU McѾ}hAeDVqt^ 4 vKd85xF%pz,A:oJ 歩5mn(8Ӟ_~!u{J Veptiȯ?-tA6 `~co"8ג|Nîk2H/&+d(/ѳJ4X_hSAkY)WG tʇ*A;` Rk w4'"Yёu}=7Q !<<"5momJ_w`qg*X7zV>@mij=>Fsќxgڳ?TyW07?po5M68$G?a,fŨ$y zldw&#$E{Q^ξFUA]t(Y+Dn|>!l s|=i}V,a Z9Sa,񑲇̪KmF\8d-ut\Ll!eXz 2v؝6*bct[FOqd*/W۳\CJuNJH7u_n繫'L[at޶^HKOZ)2IG%:8+h1?)3 T8jEl9Z/w腕.V"fR/H_pr5/pa&C \ 6x(qy(d@ h@B Ye~$Mt*UeDeEG*k~I@08S?)KFymi純رE;]h_Ri:%צ~_"[n^@G|(λ Y ~_x9jVW| !`0` Z@uls_ ܣvggf7ω(\6TZi=z;ʗՄk~W("0rMSF7՟xedbG#2V]?s0>G2{w^ʴ!89yƋ9}γ/=-MǏ ztq<k9i`t8.CƑ}cwuGg3V g7@g FsMcJϏXhi1y'QhK#H3'#<ʌSBv`Ty[^5224ȳs#I;/(na~4`#AeuBW?'z֤;]#2|gLvtBG9,ENIwDVL>wDyjhC4τO4@g62 r+j cya+]K{{%ľ--Aow ]j2!b 0 DӻfK3?5ԁfn †2ּCV-^$:+Rӈ/N?DMv[bAyGKO-?Br|?4.t/=vBdS9R84%)L4h1u~_A?+'۶KavL$C]9{sk~r>T<"I:fۿw #i*(2"P|tS&XiHH%Tm/-Z~䩻sstMO:im6}4mG5 RChW~ϙ _'ޖ^!T[ ֲ+0u*-,8|3\]Ppऄ٩ {eQ4f Gvkfc9?16Di~& ̘M6;4X"9l/(y$W=Kױ;m]ƃ7_hv,XK Yd 59̌[1h|M xi^h/U$D֌! QNdC -.Ȗ !ol^FB\(:#BEWINW|z7m=|ys{X Og5wӭ$?l~)C]5g9JU#xl}4T{ZpF qs6S_Duk835˓9gDOyS^ _Ӎ5י0~םb?m{VʸqIDeYaF O[t lrQGY>Ptwr\jO5]]T5ӱOOæpUutDc.7|jxp]áy2=yR+k>uc'ݖX`UO"ݞҫUXKGqfq_hCW>:ޚ,ׁ ӯ;n}w_b+")fz|F?y0Z~}[(\u]-x_$n8ZaAۤbo'~vҕ ^\.E lZ5>d$!WH gd21jl7"!C}eLi:?}=V1eG/ yKc~ DO~H;:-1ofFoB@,: U5|y~A m4O$ SҐ 7֔*@tk[Ye8.d8g(Tz6zp#;E(44;6UӊJ3dkj]`-a+Or0^qKysWFbw͓v_QT9;ga+CN@s܂fʣ|FRs 8Dx/,E;úג MCIߏyJ_r9 732f9Eh]{-%>UdpgV{tN R^k/44 D^ h4b&jd)xPOUoGY:*zVE{;I  tW;NgDX5];9ǧ4 {siqQM=븱ww|2+vU U7w)ߙe :UDY.Hpҧk\謥'C%O Q̵~.,Y_RUIsѫ$:L׵-?_bǛsXKΥ/DwzEUXZ :ؐM>k)CUv#Ϋr)e-in19`ړ@ )`\49߹"ܿgQiQ«x$'#@W HNir!al`%wN0LGa"T5$hñH⩊,WpVjɞP5pfrT@f۬ANU ZǷUڲ9Oņ>̙mAt mYDPAn/Dx-zܿ0jݫ+\nI lNǍ~) jQ4KqV^ۺ(Xcuqc@iUO%cuP(`Oȿy JFCВ~R1 j5%ިjRcϹɇ\Хc ]7qo2a{)Vt.Vx`7"l1N|sك)~rj`;JD#~x3!W`KV\ W{^Ezښ$.z@"ң$hŠ *3ʹ0AuA=:e>Gl)QF[o#wnrJN,MkLe4dظ )U+=\5X6Ǐva 4v΂L@MܵݣMϭk͏vI7.)jWa-S]r'!CO6ɀK!?KqgK`3 Mpy3oe>$9KCQ@_m]:G=dy9<Cx m:s%ZbGKO, Vw j,8a˩tJԚP˜fJp}, 5ri L(xf*K. ]Jϛ u=3kQ4|4ǒ3cKIt,/;Dkο!uKd{[$iްG 1H '499pq}M_+05L@V_Ʉn?}`3^I|\­ЛD$j+YV",$gB{/lL~BH38H†fT=X #+ O;JgGs3w\I2p#LƼTYe]jJz7ˑM=Gn=tĔnQ7zǃ%iZFc6ÌY4F"0$g>\itwe̞9xi!GOZ#ƣlNgM67CSROsf*pɍ a' ܖ 9bGw17roS ߉97n{C\h*61*|a.c/Iޜ*P2Wnmz2*#}%QEO('.s?/pUl`lm4,?ozdFҟڔ3Oݟv)[^aof4'&Hr#$`?V1<0WYL :eƨ?"M$7dU)1ݺL&)kc>]V|b_dsWIݙZxll54H\.ď֚U~0&fSA҉e:?J9iJGߜIw yptNh!(5;l"7aVju~~<1=Vq!E:Ngږ[FIwNGGh` M) M:Ajr]Q&^Va!CM`Vn9Ҝ%eIUI=1]G7R&Ve,ǧ|m'O:?NBzM$Ƀ;H83tm l:"(5buhMrqp|jpfv-<1`n8eDV*& ; 0Թ ;c_Z5Im9/ vmrvɂv]̰!)܂2\UWGϙ6lnfB2%Cՙ%DI:Z;5c ,^%H 853+GsH"7K>y4sF݈J{kXG9>RQafs~i`ECOq(;yOxI,6eVfoLO64&PDX,r᤬\3 DyCo'o;{il\aqk d齴\M!/w4_w[KAXJ4kfPOgt<wzCz56|X0!2֍" F`G&*y%_[_YľPť^9J%l_dT~/S*ff2^s|g;p4tr I6HC $B́1;{,Ԩ[`3nɒ-Ica3a gMR "yqPhG("RDR-HI.vT{@_tp;朌mJ Pdq|_tAO=/4N~KV3;fy??_i+}WwgXJ/>7uC1͕vF|ug&~lD%=];\T`AI3R\%.RE_9|-~13vXRBs)0Q$ڞN>,S@^4ν*T.0}*_egօVqD9sF0Z$?c"OggXӨW&`uV6/ݒp~hfҎH13*yALoy !vs4L}B Q'ҵ>wt^8*p83 Z?JP~ǧhe䝿;#}ί'p"1̬|l.EW ZvQuW c"+lUzmMOOS~wI,9|4B.P{4wS4qU:g< ' |*;NnDcQ SoT*?JJ*=oF2|W=:>邹ؚRTse"}tn_i&vo^x}|7i8d /E!1H< ޑW\(MͰ"ѺC̶̊~^Nh=MII ꪼګD~&qrHjf5<(9yÆs'Qo D%d_磞j'jʘn}QMwrwYi|fԫ?2 IDATlCAB*sx i`E0-෵ꇺ5{|^}[uY sfjQfp?MAm)j`ېcq)! k;:W4Ԛod PGo4UwJ+vSjJN|m3:PKr%|sQB1N5a7+\$/j5 dߓ1 WgK <;'aW+{`0 ZwIA:.7,:a.d;AE۱=Ps͵ItPqrt2i褭|P^雜.w6) ˂yII3尸JDt/|1k}\dv3n.>hW<9Gvl d, D坿Oݏtluf b;njyOvksLKn0b"V|k Yڲ@+je߷XR>1 ;2HQdz-@/ry>>I"e`'-EǛ3o/G jOJVkV+>g,J#ds|]Q3_^Ej<Pz?K0[!8,QJJtxٮ:pE^b :cϘd1Q=\\wDߛq;VbMv|z0U&w;ckH/ȿ(ʑ>5G8Z{/ȈTR#컯ܟ#w0i: (wN -kTZҺĵ?KSҋQ'::ݳe{ Q)~" d Nd"|42;DYltZ58-tNx] gMbow"zH7[VP\*dKlEX!7Vke'63KFNV攽nQFY,?w쓆ȗu Lc3c-ѹQ7,D9Wa85bN#Ztp>^Zgg&c_4s}3HZ4 A-eY/(.#i?p6NJki{W&QD՜7CIH%˰Sz,0hU@Si$Mx2IxGQ(2 8ș#0̵}~АI_Β&00qdnQCDw|ڥG,8K,ℜ Rck UD,ȳ~LlbSZ\ӵ}LOkǂEIceBh}bտ:V4ONhHTX=;q,0_-TbI-.c)Vͪ{kѷej$=d&dG{LL <ә;m\x78x8{ǧ*(yeK& Aѭq)庥6-k!$c sEmomoF&=C m"~9_SZ M{Wu FbRZl؎#F&exm e+ V3,>s%\P(5@)iZ`cOm𫸉uk|7n^:ҁT> LwtOYǧ0lCK/b[16lZ?*7Zҝ  9rG|w溇^#=8b;{1x>'00oJgmg@j!]N1)a% Pdwۖ7C>PD!޽w<y|ӧ惡n w ;;tmLK5sLA;]'c1k:;cսoItN˳WV|͎Pif@SoZXw'^1#g}ʑent#y f /Uf>xNǩ`) 'SaPnӫw3lt1a5ŧ39G4͘dժc]xNk<^%*#;se_rP߆8fRZ'wݞz$ nZJ# ~9[.G{UOE)șd#C4{"V$hr;PhG;sGp=1zm}@mއU7W9|$Z1t9D6IPO=~yHHVWAhu빜6|2 Ž'4]w1;8àA:D<%r3b}G8NNHmTt&@mn3 .y?;̓='t ';J(/-qi1#*փ."BH/͙ ^[%lQsAs( JR>S'x<Gar-Og4%QVVg3Μ-b3K6HݳT""_iN\` "xf), ~iϊEFs&s;os5e - t=UVyėڐ.3M]*/DbWc[_hr8Ew^K挾/A怤SzJ K{MXݜխoNkGROfQlÍ=^mnץM_ډCdlo8#i<[C>"`)le#j kz,P+h;%Fi-ظb;;/5[zw b 6!;(b]V! 4]ɄYj&m HOogr#rS뢼ڋ opP;dn 77j9&u3cG;>oܚPzƄbL>=|t<l9^7ntY8i])>wu9%! 0󨜪xȁ1pJ(b :igqF:Q۞?ײsr?62XZxr)I1p~>@;s[D/Y.$G[I|DOVȺ9x4Vgq'XP[kC@I4EnTSnv.`0s kYux2xwϿ!qgӺ3wtZ=ݭ"94{Ao/Z29\`k(Z-Jh?+KƝj}dṳ}9n'WkBޜ|qO]ijݪ^}ן77$bhȻ> q/YH9ΠO|ͦMHY/.:Aմ #+/s5BD|>ɪ.3},Gȡblfj`Dxz18y&^ TJ3.8`oo)KkFky.y6\7Wס"Gҁj43)U&&CZ&xui3;lδpiu%\}^T3Ph{6 (Pҥw>#XBڱU ˞γrה(77,x3]׻7a0Ǐ~ҿ?Lpbϕ0%!v>=f5;=kMZGbGC:rrSoR; vLM5'z!*:l3SΨِV}xpöb`f+/D;2 C)BNZ=7D^8Ǘ^%x{lr|>͵+6@ʲ/\]OML}{QP3˴];2u.[*9cmUkZW[Bt,k8]JOنmr_8&9t/Ɗ/ dq`%}(5o{rʧbkx{[4.Ifߌ֟bU^cuFJKR|ן)o0+쳣8J.e"!EcI:+b8{fɫvƣ_^ڿH}bhY'hL<ݤ9TFͧ-eej9G4ҼfNV0]WS׎+y6\QluGz&~=nzCJAaMt t{ ckIڑƾ3fw4GHESӐn{Htv:{7?+b})Jo_4f>yf]~eZ"di-2ʅhѬ+uiLD * @ !y]>8?x y-%gF></s$9s};TCkfcC/a.+g]c.U]ęW*ze3"sL粩qE߸5\=$7w Αzyy/ ]v"mfV(+| z|TϚL`KI沮CO#h,]*Wg'ɷKe$7Ghrh}Nm)[B6ؿioܲ2רAI :B͘z'F6%V9lwgӁC(OZ4N>6=RyLJ'| s`(R[:5cf:dzIr \w4 ;ܵLc^ ;+.h?uZSnvf뼢ևRv*Tf Ow# IDATBǤ3Fp8ҭ'}`;ɰ[% q~tv0T&[:Q=%69~ ׁpOa.Y.՞6Kj+(y"SzG89Y^QŸ 95HIqɫ؜ '('QI(9nJ> (pkۈ3aNK SM$ID˲cJ l6DM4emIwI3,v ;.҈6#nvyFp@Zoiu3Pa0VȦ6 <^2 #t)Ԍ3|Iɱ)U'UD7ukk _Ĉ2g&Qt$2p%L$JQz8&g^e'4(*pS:ui{jv8הF4^GJKIB}GtNIM~&yiӢVjMuF9Yu"|&"6]һ*#݀ne{|{gt2!/Dߨ "dV 5x~!L*-q򬺬zgݗtng-r vA80piA $NN!}C_N:DZNq2ZT~?XU[k}J^Z2~hX1/WM'gŢ[~k9QƦthu7c&Ya:y) .Brz3F4~i8{ "Nh;N4gbʣ^Ejգ0ʄykj#P=뜣#eN+S?T=śL>}I\MAZˀTRN1]q@Q{1o?!by.2/stꢏxR 30,^UoF`V!M͕>))܎9f+ysW1n["N~􄳿;2nJ+NV׾|D#U?:\? Q=/-d6nSwU/EoHѦx_>_6/lu-q+3BI;N/ގ1j,ޠ Ei {3:Sri?ŴwO7^͙|Hfޯ7:{U6y(E 9V~fjX-gػaRMՑ `.. +"dcS ^? /=Z_O+}ع6#5:6p}gF9C6D}:{ʢr(H*#sN%eZBߺOlM?PlBXqv\yq(Y^Ex)qc\Џ@5dϵ2$i:,FbLv#FD=\U=|&H(!Ew2ՁX;gc5+=,7}7U{w<27KX~@sEw_PLمV6tFn6:mPr?dH1vN^\Yi-xӮʰ*2:WU]vDk '11ls鲷hEir?~]d fTjz ATH@ֵ kYPc_Dw~»7 {0"!|犍eK䲮Guns[ "Nsr R2%; eE9_jP!TK֦`/zkN("=+%κMh#S}R-4l/F3׋l? Q'#q,u%>7\9]z?,L$: $ LWn7>>Dj4BѶ=TG#^` :^:Qw2B 8cf<0_+N=C^+ЯqO;r[O'Q]sB^8spBH>}CoQ@DZZ0vģ],ʤIB:5ѓΗãN=1=վcȦRB!^tKpg$_Ӈ̾" SPQe>3"=%WM,I-ғ蜣ֿ3v>m a u jc*9=LKQĮ^"/ qrbnnLd&pixķ,>'I{̖߬dh x&nb#]5 %輳< =mӛs`T$IGC k}͜di5W&No:kUkE#$bOt8̃*@Uyh62J&?g54tu]MQ;gvH%S.Ds}L  uBd+8BX7/7ؤ YNLxUiU'TlYC,z)EA Һ3;9.^Xc#.KzB-zBX%fӋI!bGqδපWtn{ЃW\tqq ȉbr e?"zPׁNRO Xsfo31P^f bs*R) } W=, ;U@}*Y[}/t>j,y⫕uvv/&D)]A>Mx<U{K_%M?t(}:?0 ~\j:9FhvSa(SL<ԦOWuY):b=]U)}u'cy jt7@nGe?7ѩ+W+9wgh]ex]'Miw3$/4ϒȚ4s>e썦yaJnwH_zڻH+?Sws&֊Ad`>OK(΍7?sl \GgsfW>ŖWVDf0/*)z+y#鞺 %OtcE9Ýv{w vٳs\yo/Ѣڶ.s_DƮ/^'WFuW 2f+hlE>M㮁 d5LiKvt!O$f(ƺw76cWEF 8x2{&/W=Yp&{UϬӔgd ZQ^״GKww3'@_i"7+{q4H5ؤF$tcL9QV֧;֕4wY9QgѡQT{x!L3G͛3RZ|^'z׻YBX*[q c?L.Md%4̤5=3 G [Ȳ?bS cdvbx 8FG{t K4',%G'ݢ3u3n=<^9` c'$E3s 9|3ˌD|GMt1S/GdvoNŗ~[_h!pT`)_η > FgtTQ@ѐ3 u#g\gki[pw[Gg]B #ҭ$q㥩8+gꃦ-b6KDz5sPl5R[ZiTOS]5i*h,#=æhLHʋq:N!6tOM<.7}4ll c^(۳UycZKzs+ pGjt+zBA߈0J֞jmt2Zs 3G2FwҊ1BT_<:L{~߇_m=d)X<U3D0tr ~j<;{d?>B/)D44XkѪ3ar=̴?\ 4<\]~-F_a!*{>|kC [\RÛFd݇Jq;#7e$̏c:Vo%hTt3B֠uL1T dw#[hC_=O\3O*GD9Od$YA-fϳQW6LiWKܨulpHcyAx{sNɄojrxc<6l-k9O VfVbcs+8JrN ׍F+Iz+Td qO粧cY ɚ+s)D4/ ھ [ecosǂlq]2-~;82=s~BGRn @5ªF^3#:ڨM|hLcՙd?3#/( !3Vfϖ*g`%fjw˺EI%Ej_~$>$WǺiF1 Dribl+gn*ݹ̌3xNj7sȽx뵭!*v>Rsz~&{Oq_G*E]S HGwTUtWr,c8*w7,J)Zn&(`"IQ:^c,>N.N <=䟴^3kO/!#~z>{yW~'Z^_~JbI[Wv&,.7ϳKMrJ_tfi/yu䴗*o>.RDt?Ll_r (B<Dq+ͮL1V}!N1M Q VD[A i|h\A>CK.}]IjÖ7%4(wp+|j5ÕF:xlvV5u;5AJn}bdR>mVgP>sk<%[ˣ3FӃuhv+}0rMO|wAa)(Ϗh.\(HP.#gDُn!͸@c_]݌Ϥ}zF$=켜IM>eѓo-{Z%~uZBJZ72퓌f(8pW)9y1L0y{5AE0,*Mݖp_SU ,;= qܲ-}3ڭ9L OWn2WnMqD23!"[ZOK/+dЅ4J2%<Z[T+su6ZҬ'=|bć"h>iV qxrBHa'=%aa1JrmׯJ}u}˖ſt^g~xznz~1cOMbYyj:i$"׻x /Aӗ]y%ƬFnb]T"`јx즴 C! h;%&#EۊBey`iZ^BD3lۡeW?TzSe H=Fi!"."wŏVӍ`bQnv{"5'ZH@!Ċ/R`<<U2~N__v,b<)U+Τ1rUJ51Ȇ] ^HL@h-ai 7-nqfFL;GT[_TrhstffH$>+"ʅ#F-,PlG+Bl(5H>r,\@vW^@\xS.V_^UpÔH-kj>YX=ְ#*jAmbi;Ry%$ǏZ# P8r/fjm cfj۵!_:q>c7 A(-kǿKѯB(|z >  wl(Kqf4E40ڶluD"i:臿4 cQShq|7r;ꛝ/D3ךodf,Y'Fi:(_[!qK&>s΃0ˬf0AG?̉*Ə2[ut7D|͕&l&#KQn MHsX&Eh ޛXst<AͿ`q'CTJ;SXdFO<$mX.*Nz^*%նW^1k;![߾Ej: ׆r%9.TtLo+pz˿61;K 1ݥP$٣'?So(ّ$ىydoR͝{n*8bx^TeR]m6.kߤ#ˉZm'Gm~A(uY6!-)-ؠ&%GGǴ_%3yFf%Bw*E IDATާsd k~^r<'ݨPygX %xƝݟxv#%{Ç0"֜ g,w]hNpjR=hz̽[e]joG;=9eJ缧-@XAszu nZ!^{ ;8oL9oELZ38fDs$O -9{מ|;~[ @0YG   ]>xԇIn#+Iz_6]H7Y*꯾FgШm6|yb0Cݪ< Yv❈;E^A~L/`'_SYCZ@p&Oas:q^D wO҂2 WH4;>=SGgRMTZ&=R=C8SΥ[ޞ pPD #kzTdPp{>4#sXύgYaEm p]=^np MY &%O{y My`֭JN ˒0/ᅺhFfOlv^jai v#2+]GAsD] Yj4|)lk6Se]J/@.74wKހ'|b>*KuX} 2D}+i*Aq/X7qnR;P}Wr}jȎwa;ԑ6{Jy ?q35BeAu,'Sfi2RIgT $K5ԾMm=OxC!{-T9塨H:6ڤTxˈ֢lz!jjͯ)߼%:Qи4SPSr~fzO|",a.NԅSzsOX:}Sg4o"CJK:eYoSуX-UZ/ZE"%G)t~5M:t7<8zzLV>̍1qCMzLTԐ|uqyΜr\yԠyPAjL*L1aӹ*K{Y%g/R#_`!z;N>9 @|ĺ4yDmST{TR[S4CJAsi[FGvҺQ"/pJf{ B|Z֮h&dJ˩qaΌU D8֗B]+Y7މ'9]3fcbS&zXenƣ?K#S]5a~TuU+`kd"k~<&~sj{.ijlt˜~7䤓^Q/d|걽ߟ"D6Ph5v߭*cz@]mE< RI3 Wv[ oүrjB+lDZi/ 8Gg?w^X8}%<`k;t 7pCSrs)5ӦKm:~ZdD'Q:Gv9u,_rן LzIf5_L>m S#ϑOto Ґ{8kM:FjYncmKt{*hzZ`AP`^+”FV4[^=ƢIBv?0٫3/Q^DɕNzDel4I{uEr@M7p'/5Ԕ$UtQDXE;.p+W$S@ %͘S|(&phت&O}UxP#9%H{%|F:r"d}T -Qf Lz%QW1!ёB(&H9گ0WV˿I5$y^¢<.4o7nL11>Rv_I! Jy+Np4%/饩8NhieK |Xg9 Kjj\F4?ִ`T'Ar{!k_X 7PGU!TݖyVO{'zK_p܅xt3s0zG&*32nx[ɇэoOJGOO~A!xU7 ._CRSSTPHQ]t&;׀lՍ-X$z11L2t`_;;rN} 7m0}OI:ҍE$F0jnA.X>H#F8ES$O+{)LP;Nt8ӢVFQbk`k5 99D@pv3m2J멤 1 ȳW_Wc)k0W4'TA%[4wQ,f0By"PogM?Km5k s2|7w|ܖ6vGgp3Oې3yôQrupiwqIJX=dXIӞ^S炭cb4 VDՃ;⹳l}Vj sRn9RAb,@ *3:.Nt]|aXG|-{pzX3Ys[I>-REܜrju ޗ9ެ[~b Y/P7yM)Kq[tbE"]4/WiKpZIo>}ZWM5//AV"-@>i{[U:êt AA}@DnU!AP0xfojX#sg8?BvrfYaݯ5$T}&cOOHyQ%V^rӞ[!kÌTG,(>M/lѯee<9ۣDC}K4>fip Pr$KǾxFWM2eY9apZ*AF}&Kix.gjs.xgG6IGîL̙ƊJ#̮W(QUT-dԦflD2d}C~~p묑o9(@V-ܑs7HD|Ɯ'l0%VhkV_!#Cy#,cGEwA5§ AMΟCS~yr Go ##dwu#›)M2hD&h*޽].5ͧEjG3ݿ >4[۔J-=E}喡@jS$ڏ}!՞9ڵvt5lS+@ix0情Ru:gBtk/NR JF203sʟ䇢4GX:X(;]Ltg)w$o㮏ۖT|ɷ*bA a3VQOJ[]/_yH广)1iJJL e8eM<ڴ̦}-ȩe5@ !WiȨ5#_W{=ٗZ.T { 0ڗ7}|Tq K╈_ά&ׁkouGVYWR!۳dqT"0"Un/Om[WkPM"vN@5f:iϙǙ;{im+ߺҽ ]7M{DZ;a ڞW8,p.#V4K7Ymݱ@z{>5 5I;tP_+9Wwޢ톢eCG jG+V{Zgh% ChJ`ʹ~U' FZՒn֋I'5|Y6sPPn v՜o@t=< xTr .F7 a+U=ˮ=1Ћk}ǚE^IM5s\i`v) ʠ'V[ػPhqj 2)LqA}JFHG)0 )"k&'e(4DRE$VrfOC2׍I4;9-蟦R)@*{s⸦ZJi"zV,~BrCyU!,=>F@"`́u uܿpUzH*)&&%6SZ7zÖgc ^$}fFg]ŪX7zRH*St++$)~`{?4sJ g5{[Q2? JY41M7`kSr89WwW;#cc;R#3ƌG,:E 8ϴ-'#[9l.0$ R6s1gZu^KEux(C)yT{KlŚWT)P,^$ 7Pm"VvKtL?fӁ+j'e+ArC=gu}ZT121 cܬ3M:m9t w<3 v!oro,T%n;F%=@mLlFzfO.,K]=eԍ}ų4U|mn`Rfo}AKqi ]߱?8Y%sa͢Dׯ&[EJ7?#st94zbӍ(7DE 9IF~ߪr@9KD^)ʗRo,`1>4]Wsx^iy ʮsڵb6cz.jǓs(Z"K' Y.Ҝ>M M$_t%x$rER[99gu_{a$ȕ re61"/J3#>V@umd;HZaT ?Bxy$)z^P/V6 -L?3@m=Ċa.JG q IހڅϤ0toόRSp '28Ғf'kG$/P- b#"D>9L>k'u&QdFu=QK!gn4>)M/ -:B8G)f9+%dj~&Knb[&x>67KLJ3m1\DSrϋx7rT;`(}jQonm"_zB "]7/3W$B1 ‱`7=0jj' 2-ec=sqd7ޜ&pPƠ7V0;<ofuf:4#_$ gS"DL@08)MTeeGQF|$Y_-x͂+gﻩN-g-1a9/s7|0|"q!s8v#.qnq[_%^s|!?8/9ms7<|Z^ijAń;c$Z3 sRXl[P%S krΑ>c6MVäoK{y,X%m'-@d>=u+QҮ>?ezGvyrCYbжguHy7Wχ](mw7g_bEv-σt HV*çwVbXYœ'd,\E{7M-)6!*)3=dJ{4K$-P ,A;XY1Jp~'ˇjyjםt  IDATߙښ:E={_BT妿5y!{SWe8oFt\#_x# a,sVљuE~%N4hK(Ʌw O 1wj#1y .* }Jƻ1\1>}y5OFcVX?S1vb)uI!/F3@MF;|je40ŕoJUw& 7owV>:(`!tAߨ'x t0ܴ\僘ӿ6.g][=ڻrZK=ERpfOgQ'9LW=C9T=)or`5=}(D5Fu^qt9N")gЧnw;(1n8y5wࠗ}$WFWL%7B2}5|b6Oя6Rtg@.L{]61[.wYA:*#?H ,i9ƊNn5hs9.Dy)B) Bv IߵaV5u9 ab!]0@xՀuo۞xq"OLh_sPbp5G+J9W/Im {U$W#u*Y3) ꜏ @pxrƾ+"Mr$v)o7u=lȲcKy3Myš"()k99Y ̾xI٨R7|ry:pOib3z7+=DL;Wm]qVݑy`N["U۪FٞS( ?11A&q۝uUg@^f-|a0w!ݜ[rs (XAN0Rn%sݼ(禪CDko'9˼bePݯ#7UO#UIvlvclD[ΉtĢD'=#.IvI:f*.sI̝m+$vf#2fL; "_%Ԇla|.HueӒt{j} rBM`k kMP=cA nd 0H,_I4-*9oxHr@p=[r~xќ΀6u7$-]C$ϬH]歵<86兆e3h?cNA~u*

4_MɿTHAG74@ mQ *79?҇)k8'X}/l.@Xb':-@GSWѽQe {sFGo}g'ͱ?v}Ylw]N{f4?LXWNPj?dÌ:v>\xe{ ^nʿ~(p# Fn8対GOMh_ytNKA˸|W_=䈸ofѴ>A=jCũw^/kxn 6YoSsޤع/NJ':,W0_DsV6F{2A, 8zb?ɐX{8_) nqB4m0[G`=/i IѬ38v3QP9Qun \@bfAb9ٜ]Sb 9GWWGX?3Ue@]LJ*"7Lkl#f7j.OUvu_e.CحS@,cKϿ|/7Xzc;P>Oxj bq(F%W&QYCB` NKI,>%:`l݅sHsrҭ{#:C*TJ2ȟV F0s상-E҅9ji l3~28;JVs:ʫ G7e:$'\Uhu2طI1wvСse[JEt{`9T/49kSꙅf6 j|(cC!\$sO6ÀUsVV%Tv`d&u\=C޻q+!kO"CT +@~Cv1JG՛ZY/x \8NpclIղؘw{W)C:qs{ש6!xs=E=2A6-(ՠ#G7BgʦsGvYf/XkEKRq?Ha_06W{~Zx<ԅȧ^ 7Hj>2au Q9HJ`9+tZ\Az0BsxNcVf.ǻFl(cYIzGt%އ,6nm%ȠY, 9 .s?t/2I:N=Ȟ{l'yIRh=[IvF'3<JID^ WD4˨=vi_C Le Ӷ?$yo`A2>Ob>3hxw#c,RȥAp^;HrDxV7poU*s/(NAns̅}s2ml 4dAھk(E{:NuȺ=$a!qq1`rm"' #)$o|Y`T5Ck6[NH뼉m\ZD1d>{0}: {e↵nE-Z`jxJ] NTl%a(k27:ɽjzѧv=> &B`ҿGf/p"yN m٤Oj̄s7W/bOIxZLli4y1oh7pP[YL1ʙ=}E8ӆwt/?[ڦ Xk;f`}_|Ќ\ WCܙazcQ ' {!f:60K펥32 To"y?Ώs!8U@$H.w=9 ysT%4p?km8sоEo!=~f.z|éQyJC!~ZfgNXwyhPq;\Eq{@n.v s}NfWsh k97CĖ`^םP ];Ӕ̂uOlwbdٌ*y朶@$DՒ{%`sbPT|h˙vϺ >eт^}^%} 2KOC)zNfK9ax i>ș~bHO9! `!{$PCy9l27h[ԟYMN{I,2ܙ̜[3U5oJd><L4S筕kg Coރ$Yh(zt K9T^Z9dWwyzfD3ۤ? =l~.Y4啷`䷝x@T_i})-I?zh »7/"zS);rwV"De>VtU³R!lg+8@YHF"{e}Ğ%<ї?Dnwu M#Җ,Վm3l\hu H$DO'bFtoz.=Uɋid{ʋ!3 yֆ-og RYM+ؗg͊-;29bj?C۵bf?GY {#Mv <֬qV7PkͥuUo-B'-Gz/Lc:|Hf4*vwsZsnߩjV۽ p r١1XGΉB_pf|b99CS[svB7ZM6s V!M 3wL g*-jnq~?3شH#I^ Dv{HQxݍujks] 2BKbi gR~h:?E.a+0PJ 6V36U舠T]N iVawcI37k&ޏaWd%$=ccl}vzxv#uO#rtum$4\iI$;2NnUjTEt!*9ڮ %hd,{%R/7\zѤ0S#(d2)$+|`XdwF':hǵABwJUJZi>RL7(a5):$z߭6(8s"ّLV-R|MI8{]ʫ|MLs/6G`斓-b<܆rrN~)VΫ Nx_wdU<@aܡd|9∲?kﵖwn8-W-K7n,ED j֐Ki斳$AB5>2a>qlmc;P[~jFliS1|]dOI.3&MG@\<+*[`(M6Cej4=ՙj8-p6etp#9 [57AY+PkB'9Gߨ֚DMLCw3c ^ 2NrTF||봞%Mmvf !=+dfk%sI(g^Y> St缎dtcR*jVox!wLP-,μ T\ Z\欐8&>_\i-_z{}(g$_ɮJCT=ǏdϾDCRzm"Qjit:g"uOy U}z]qS_=JMb2߯s],*^z~/o8e.J:cʃGSG|S!p̈́{G͜ź$)qJim:zK*^M| Wjl[OR+N}0HVz#ƍ.7EZ]ҟ'GES}'e+)T)]V IG )LyZ\5\OqA7jˣ?ҘHsrxhrą)AXܿOZ 0}; TBxxZ^ ?kRZ*ADuYfG &9^j `'hJw!OKAF?k_6qwh@L98FhUFt\G޳D瓠7eġ"ڨflgfz7ٽ-,[>Эnpf8gqbg<{ӘϔT?cKe3s!,1dafn 0Nީ,^NC mui8Dknܹ=gn?WkSP4>ϥxl>Ͽ6٪8R`|1 ~>N)ih>h_c=[95]lw^挫Pg'u+bV*e &s\>,HBbd'ztCeT-_u͕?$_rchV1N"3Tn &F7wܒ IDATºladU$ Uy ]bIZ z~ ]E (#\W,wdoHMpvߵ#&׮g^[$̷]_RA,+o@sTak^%Gø!$\'Ktu̚럝̞W~Q?䠉ƅ=[u_f0ZJhQ+\ ] }6/dE /̆,ޜdÚA> vtׯ Nv/iSMbk Xui4ź_ .WGiat%\-j/j<`SFvۃySly^8DZi;Y>gJ 2RliTlQ&ɢrKYksYPsic*n#-X-:wPua՝0zT^jxg lms;@.]go #*"U綨`p<,薣+i"=щp CL1S@tWyy^hJ;IݎqZb;ΣQ䶻[qX`o%JRr_I [q" $oL?tkǂ73%9jd]wg>J%:ݲ }svSEJ7c@U[5(B ؟CRX!W\dFcUE͞bsLӠ,3WiPNRcWcT:H8t rw6R8t״C R*6m7gkڂ,k̲U"ɴ03`[5Xx;i+[&($zrmn{^|ms82"U<_񫵼%_$@01Ug;9p+͠B㬇YrEwc*a8XgEj4d>m-w9R7hP?ʾkٯ\d>Ln\}czOUX^WΉןvp<a?#f}`]i4I8d'yla%}x>aPX6=aNĨ&sHUaZGT,UT^|5E BX+{FYFS![\G=s3ZrG5S,eܣGS A<1fꖅ(Yg Ll߷vRt$iGQ*Ru򔘊>~'wK*賢I^XDglj)gX"tB<5TPOV* M;~lpZoQjs,J3d_Vx~n UJlk 8 a.] QEXV$C_LMq,+{vM.C@ |ܞS ,`aSDOߖ6{)l)>R}HٽD$n%2zwmG5 0^>+=v_dqXEi,τ&pyqܛw/92CuhW o ǡSO PipJ9'UVM[\h^6s`bީ"cFTh^|&0)MüdirdnM%t ,5g_QjMk 4ؾʕica|W'R63:grܝd?u:?Wֺ!Bz.t,|HT|GJB5NP[Yկ0a1vNmϹhTfg/YX܉t7Qy^\Zm2Caeyzt2jBe#}:h ?H5<>Lf\gGuW`n:7[xfH zLPΕh_it:AGxGJ-:+KLb¸ЀL7:t4aڞk ,ađޛȄ%7{8܆N 3vc1x/݄):K_э>xa`G'uU*tm/mu!A|Hi`+usOV+?ب%"5}qa 83 ŝbeLcONPqhsf&ԣJ$;D}v#Y9 %G~tw9z5iJID` gUmC9X׼0ViG3Eɩ5cuKavS{Ū0NbRr#J^XW414;Os]lqrRKސWӐ;neoYRD~06ͮro\U`LCШԭeaxuHē<~B1/xb낕sXP#_C1(*kC4x~yTLhȕ7u pK?Sa332ɰ؋qS&Zؑ3w9}@75KFcB.&{典Mrb\GO'䇑t^gn "b5|8zOfW7JGYIhY?X&}@BMXyoGQrO!ܦ3* 4%#8j/ϛOspH9&hzu8Oj;l n !*҃uV|n췱עt+/Vv;ξ7!f[lIJ@Xs㸸ϖܜvNM$mxpFH P Xj6\C`.HrM$B8&'`:rf`d=ߩIB>"_)QIoڼr+0k<*ڟHʙ3f>0&9U#@%6ٓ=X C<3o"cK8aWkw/:,떦P=Wvr2Q-PP]x?~OY ORZW?1<}R(3w ٧x@P%rs˙e;hfO*1mE|jn{K",ҽVm,il_uS턞 EJjsFG@'AD,Y ݧS<:wA,EN1Ꚇ×qE7P~ZIs,4IGΟwrID49a~P/ˁq~T7x*a~>owħß3$N fǽ0p|$ I]79g NZ $;npѽsKd0/#2)55bIgrz!Imh*6jRs_*'D*#G$+Y6d:Soh-C4~Ǣk@c(b+T--N\(Wde}ݪ HKTVV}_v+he84C"O}!7Xf|$m9òwM꾪۵yHY7@ BRHPl@4.Sm/9sOu]#Љ2(Ke.t .78he}nExHsQ&݄&G'-%bK(mvs7iDO$~5O *gvՖOJ~|s Nŵ)p seb(\ʍ7avi:a'8"]ԃCT뿦M%ˎ/%+U3gtf(2(;/s,qҢE3 ̣ES\cy)%o=85`yM vGoWNSŖB"K+O06aϺ4Xv`=bo=}YIF-GqCl0 ū awF~ _ŤDJ_xb9~q8k5Զ&VY ˮ2yPJܧfo$-0E8(sƐ"5+i1N> n'%+LS&\Iw7B2}H|N9> .Ps`x8 Sz5T2;UGjpM1Ԟ=E~ (+Wy0gzf f71AK%>\[VYRZwC#+/lbwF7 G6Cy霑!&Jk7j1iү,C-sM|8$W݌bұ']]700jHh0,`jG|'vZ *%fsX3Xa< 5MTDT}:G \?:}ih <-&ݥsuFK؏(o+.{3ʔN ծ>1 +8R;mn[j 'jЈQHxp#oJA9G1hKZc3A6]ϜJĥxy)ZV#LP#^vxR_rIcfLsdQsED4|Wߐ~8Tlҫ8ui@:V|7.-,rwLQ)8b{Ek^>Tӳ"¶ƫR>V).Cܣ[k{?inяY2=\.FZͺQ~h f1 q IDATg CQAxHy#GX|jjޔ$= EU[Yq&#}o?&dtHMBgC>ëǦE7Cop溩3y=/UJm)$?޶Hmk} P78;CdGҴ?Cce ѻOz_ْ7Qn3B,dܲ/pK;LF(:hADQ ìnK:GnrG̐dzEB_pUF49D3ڻH'zz"*T,/O,abͱTެqk_3H\,p@ sG$IsbV߉Ө&5cjw>p|IzP(]iq*nFSZT)K_DBT|)mU*|s8|&k-k˚,\mKE˯"AFj :F>#윧CzS4o!.;~xYߏ +9L!4%(n|}4?,{ɁE9,8<.J.I#=Ve M!D?,# RL%f>XڪqD$ZjMc>ݛ>!Zq Sa\* #"BlIǺ4%LU\ʣ]f ܮ?Vǹ YF3 [M~N> 1k2y._6W+14>3+|e-Oټ8(?bhfYIJtqzCyV+؏6I|un^sΦm؛ nfGZ~R~V Wvj:kS^mo X4͏LK3b6̱Li~2 Zt8qt <-zɵ&OxxC+ Au=4DQͥT5r ϵQ ~U XW%{OȚx I r@^^ʌx,na:vyۺ?Qf0%B|ZH.8?<Fݝ#Ƭk{tT6E1UC2UOӦx,mϗ@}7BInk68_^n쁼j j.K˟AD԰Ɏэ])sZm;+@G>IfA{J H3h$56|/${~ݱg"ndx3ϒvw{4~amn_ G,ft4")V*hqN} Ցw=ٞOm|1弻y47!V"4\Os1j7s|vo\88R@9S%BcM6̜DeڲkH-M&'q滺WسÂ6khF|mb]l#ҽ{|fgu6brXvF?v} =o̙-gF>d޽vZm{z=e󔲤^5$;J[bs8k3gFĖ\g5vPși="dc¹ybmۦ2"Rs_ѧ =yrL?Iߴ)Wm$,m}91C[]xwʈ;;qf dUAW$7cXgR1?|q)P&*+ẆՅ(UTGͮ/Wp4X} :]X%]2@茵oŨ4phB6_6ړsVC9v j.G y+ eY-S/#G$g,U&PnGz朹;fzk Hڇ¦-k@Q:FO1^peH#}5>!l&L&8(Ko¨QZW Km6vAH/gFjCohiF~ѠA]wO:mW~x2du/K>&6E#ɟdF]>/F&D¶=Rb ۪%י!%hhT3,ӊa&٧/^P cbȆm[ܝ?+vXƲq9?^CX9^B8TF8Fg$m_FXY:`t4 W/!U34Ϊc»s'>:fg\. {G~qmy轳F5:of%q49>ߙRq:f(|sHڒ;`HHqg0wCM.ђ*,'o@PLs,|"٩pos5Af%$=dJ ^IU_qqJs`I2n# )XYH*$z{.ss(CxXqt:B=I*Wj6p:~i˟m?ZMͧ$Nga}tR4T肖K%cĢ>Q?kC( }i'o>׺we99M2!G=϶5= {uw"=R BD;d=#4]=VKA/Nɫhh/\'(ޫu]:rĕ -\2 # *܎ɜk?^&/`Dr(B=ӑg8,%q{f;LsGnp0h?̬WΊiE=pS0Ց5ɑ:5y`*WF4;g!ۣ k}"L==ff|ޘ<+R3@0FG c0dj2 fhvjQ 0OrϬ?f2_Au6ANt3#F9&?fo|Վ? S bU5ULbW(~(LI^A^9aԣ4s(ɮZ6X#ړj:)퀜zPwW9BFZMxs#xc *< Z\WܔR`Z]?ڐ:"ZKc~Լ.JXoa?).3."#C=-B7lf|0j60HY${?khT :c sD2;[MO (zvH#2MOV{jEoK3nDe4~p`̛b3قw[ap:)‚X豜T^[uv_鱾*"ۨE\7:hMrQ:Ld>ԙM!b`56v='iMHL4hgqkmba Ve4_>g|Ob՝H! TWb2XJ.2=nj^b4Z~| O~"DܢHM^aQX MҋŭǬߖa`&W@2ƿeSDNLYC. 76nRU[A}!Q 99k}*̢^+T5>9[^i/:`VΥ\K۷ҋ R8N񬯤=۽X=ګ:USǹ@b[["*ãԑKOo_ =Ε5ǹ|N\XQ-[Dxf&F}z2u5dKkx1|5sM"~jڿ({)*}^56!$pH}ei+Tw|>k=B-3Α6''ɹwמG+fF4UbOk4?0 =,y4]3xD|^g|O{y!-&m޽"&@{jSjҩj[Њb:*߽z>8ŝ~HG]JRf\0Ďhi: 5vף+eDv頿HV^zCZ%K'q_ zT}jC? ҶZ%8+ rnTFpc% qC)koI yAxjJ{p5ϼ*{gt|vC2dv0OSŽgl~36MWgtut^#ٳ~Thr{%ɴI٦ˋŪ@ iAp.Ng|:YvEq8R9D-(*kNEdOet+ahUspv 1i#nHKl0KfCX_'BUNԻS܊Fwf6/k@mGZ5QlkT\>ej|¿+FO_2xW|QwۚOzE&*&Kg3-NUܣ r*ϢJГA+r|]&-ßɟw5 unP1}2gG% PBA,h~ՏvPXP9ދ;@h=>XqrڽV֥f|G9g+97+)yбl{ԎUԿCI/Q.=L.M?DPE|sQ”!;-:~vFJ*gey㫝XתOh[ Y3i; ٽw3Iεs`;۹VS=zc=<9FyA2ICzs+i&?<ny6*`5gbgia(#=:+}K||n< 5m_7 5_YPhz_Z+9nHvZchFc_M1EHyGcG̲9>Yl*οҧr<'tYO^;iiv::NRRS#vBd,+1֊v_I) z8)Pp5}xX"/'gzK/ d*ѮChoh>M{@wLaߣY\E*yu,g*dn",D¬a`D5>ni\. J쉸1]Ri-smHyQɀBm7. "ӡ~7v _4G8b;J)G(a\{ТV#)gV&K&p]a3:LFRQ'HUu"}~Hz_ tl߷]P4b51󦚠:s:ϓNQ@tlD>xЦ`/R`u=irC+wWf\=x3WL=>cm9v&=exAAYԦbW>WE07TA"^X"3M"#߳sgfX't:T6[2ѻ$pԏÔgYw|9{JĞox!d'1(IA/ ce3g{yU4eT!WRUpfgi$ ?Fı+@ȏ f0X魜stk٣֪%K¶*ZDvm^=qHuxd7A9e3&XևHS{vXz&= m??r?Y瀃Mm<_9ՀqI O"6i?Q* TlϾZH)l^ &:s]H9+;CќUG7~2r?]GF &RtpѰr&Sckfϻq5>!6>qT3(85 !]K%A.;Œ}E]Y)Ӟi~Lz=Hؽg]-ݖ1|``B&%4h (D5$R7AsGfDχxG }Zh6~1Yۋt$υ<9y76|JcU29)WVNEJOΤiixׁOfVӜӤS/A}iXI-+4pRс.vҲ:b"=]9>\C;Xc[[oƟ_΃=1\D8G{ypsZx?ۋ݊'&#ZG·8Q㑎}nK7<'sUi&lVXlESW+*l&[trC=Ql]:0BH"ghStS?U^O:*jghv4J< Yk1N""MqMrYOm reI).84)aːP5.SQ|:u3P: WtU}t,T_lhR/DSd 5K4q,$HvET˳~40' T8ɓW)ŴC3Plx|w3 $+0)rvpzu=r0LVBi6mYu(* zc}V| '15>sd(Al[s.S΢U(D{vD< B/ P [N)AS>s<58\@W?T"Oᩖ . UNvK|DAƉ>R"k7IV{fX;tf+ |3rBM=*@*c5S?yGg郣"L^\q'CDNu#_ cԁ~u:r28\"G׷~i3; *hS3w<KjV6;(X9v|:Xjԥ]2<& Tl1]Vµ#c(p,Զwm/iT/TEEeA;Q(y3Rp|D3S{;fh?!Hfk~r$І*&jxFˌa^Na5HZfaWKO Y\;:=@dQsRT~B6U-> 5 u?3UHTvdT;T7*)S1wj-.eXMeI&śTegvooȅ4fL Hm'i1XkLcꁈdTsmDЖTJBWR@܋EIq̕En<3OF53d:Ӛ.`k;Ԭ + ᜎAj^L/UdlTgV7γ xS6!dNtߘq \ d+R˿ WźZsf'uv*ݵZ~J?;cJn{glJ!A^SeR^-Hy"Tj~r߲qǢ '?^7{SRsسrq@|<͗xnOmA=zRv]5M{pJTADD/̮ GFV8/w'"%ގ7ѧvx5 2~5@ړ)6QXa\n-r ~|tDHGǿmg~ ZnUQ\n5;S 1J7a?z#=.Bw{ƒ֯*W_Kp^̻DA\Iuc3^^l&Lϸp@d<(2MT\ޫOmEBWFAgF>ikHmlF3YF42\bVP">4%'͢f7ea 0]n% 3"))g.`4-.oGF em} 9/^JT-c6ᕿ_OlN]k0:<|n^j$аXrw>G5ҁ1=Qn8r3tL/Ⱥ |ȑfȱJiܪ_\<`~ro;:ML $OĀ5񯏤HO)o$#Qp Uns/ZS[VMC|cs8jKu@Ϸ5{΅nD9#R1D-*KZdirI4OE%_}R9Ώa^ŕGDߖJ?$̏YmmP2E6#%urCd:V˗@d7hɺ)kA59Mc1ɨiktg{.)=5zŇ:#ڞtAPX3ĀQ X5MDyK]5v}> zk׶p7f'hrEP"#`%)Ӭ,5{+Rc 0L2Y>BExeT}-o9)6毽$Apbbu@ _4zc1};ĵj[3'7-vÜnGh(F.[n|ʨ BQ|oꥹ'e!:*$iNQmrD z"鈸L&)3>`0\lhWG<^RYhF &wW gAl 5ש;0Y+ߞgܶq'^@ExW.X mF}DZg*}(J浦{!?u7wӉw'%pϝwLh3\eiܜˉuN Q2d1Y>ǂvc⓸r`X֥I#_L\ wA_ʠ#BtfFNÞd" _jq^-B>u)U uee0#{A7b\ؾ_'XP(eV]P8J[t/?®FМk&ޙ7-&u>>=7ߦoݛה"!j>KDl+k.MnK:wk~ֵftl$RKnѨ}=D{;h rGpb}lBs)RsmRSB0:(CaR~2iuIâ|x(-8Zϟ2|RU.g Wj`) =[Mo?b:nU׷cMvGE0){\$0Ρ$hb,{-9/Njp`{Xl&j^F$ xFsgwܙuk+{j\www3*1J2˷bR<-\Pz+DA12̜ߣFyښyZqdq x'B@KZwٴvO4%}3{5JoLu1s!3v5#w\z˕0UY }Ċ IDAT5 z~ }d|c5~!]Әx+ddxsȦӢo).;3_#0t媋0^rNp)U4v#}fl&_P'w%Rh㻮 jeGĩvH.]Vwq0\kGBo%{9X,kSɫ@W$]F$|9*`ԣ񞗲飙i, &X묮ǣӡO_P֝/JK Z{ 6QXZ8X$39?(0~|7]{;ڃV>9ݿV8G7:OEdZa| $[ebh|:~ZU">)b]Ivc3"LHm:'g) B/fZC7:J/Y%wE^!D2x{ͽZq_ȇ6WFj 9 Pn*MitƓAzT9*-z|Di8c#vAGtZPLHַf=jYzr 3g_i09+iDFVU#e!60B'hwcpq;O榗,CtCϼZ2Bb蠧),^hհ!zO1ri|X,3۽g9~%d$?u] fԈ% {(DZǟ_/3n(䬄ɟ-@΅&Ds=iՉs0g'%YfjLSJr<zJ[-} и#:M9'5%}1Ag!R{ yy+B7_@ *هKA0Fiyzշ7BIp#[ӫZL8@>cd N-Kw8 "&?@[Ʊٞzx5*(8Qs@gj|`K̃Ң|^$2#)Uff0Ul\? }5#L|sNZǑ_ݞȫi*#Us T$h ?Xr"6ft0.08HnbePkHzT %ߏPIqZXßXcE)NkF%2`SD*<#Һ M^_ӚbvjQtO LH%YU>`#3 ]Ҡ%X7w~1?A\Ȯįkx^E9hrgDmm$#R%kAd5h""н=3K9YߚUGjoqH`7NԠ 9w|dP\NÑGBY~u*?H7x5LC{[ ՋY߷.LY5C'WrHK-֗8H+LY@1;x\%&d2b8H-V{oGɹCI&+ |\^)2;:wgې^otF+Pkz 4ݱE-LAU}o0:UT8eV::u&ɢ+i ktovu>:jʎ}WYgI@ T޼Jb%ϻqE򀭬ʿN^&  1 v"M%J{Aѽvm`OښGj6/ a|S@p;O/Ofg4 GWjN&Y$:ěe߯s,OSXke?9Ԁf^͍&ܲT[*lJ099>R.jߜr PLpiYt\Qm"غdh)pVگ$@ X,3V_YWf-$<ֽZ5q,QV s3P)k=%cW}>dܷx2ƴ5=VxM+hhb&wP|HW-s]ϼ `13txmF9J'Hc x8F`jB-~so)hckw76ڎn(F# u;mP9+9!#=]͋Z9/!'4*5@K3^߉[IH~Z97QB4ljMwi>@~J{W^0"dW2wWh{C7THe̻` ѷom/T,xzL*becꯖv7|[ZTb:g' ÝVyWX\=&ģOA}F}ifm}n2 (KAxc_CeP&?pN,B g؞']mrqz6'GJl(`QN k]@iUfުh!VwK"[2: ~5 *ڿnÛXXfA#nQNE)kE{z&IpDa,o|G9fw*Y=z]`5 [ lBj4/$_"ѮJ/#>B6Op'>f>FYmBXZ+kp%y=@`zxg**vwBhyMrOԘ;wiWin C/&JHʶl|yUUU0]5/[RՑ/=H2_߿~+ ]3˅0[)+B3&me p JUtHA]f+*$MzƣzxyO]e1 J;5߻>5P^ `5~6B@L:  zq:ǻW4VNP]dD]Adn!$o7,"~Up &vQEaH"X]@覕}`X%vOQ01&+SWKFă}Q+/%G{:$"_E|ٷ@Zf.{{< p?^FAW935<8Wx3 Q`"09M7i_mJtث+\@Y1I{?ggE:3vjR98ܝnYC5xg?lL˧>jK {ƓI=TBLO!swݦ{Na)gQRO+M1^}>sb ϼ7AZ7MF9[s~\+0מer+'a &%m kعgH$86牴_XZՅlko]Ş~5ge̜gj#!݉6SH$xlw=AQƚ)h$f|tkl4]51>Ʈ:Is*#, ؖ5L~>Wx0/-jFm_V̧%?K )|;>zѓ~C.ѽ;K3>^ WnBE8YUҰ@h n\{ж̛]SAnm'P 9fXS?~TN6Ȍ9&.+<= % f~mFM A} .heL.F83[}u\C.MK(Az9 LdNPABdc Oӵi`4V48>@-F?H O"i:!c_b겔3Q>ytbn'l5ӵ.@B{A s@Ț= e=FjX+J!LW~?4әm 140l`N$ R\T O£tfN?Fô_1Z S5.ҋ8'DŽ#>~m2.A#Ή #~eٳD|dOg?IA9r6A:ӻ& G 6c2sg/Rc]No֟2txjGOżʳ &=* @'ܰV&Zd7EuXWǦ\ɴ*G(!Lv,bA'|)>9/٦n.IKڼ *P,7DD)MwEG+}4V(ìSOפ|&OXr읁6Y4T| nk6+Ϯ=ٝ3M Y/k3R>>[dNg -QHrQT?R򵎼k%Jan4*fMv/ DT"|}@#:.mKG pt8Z]dɽBD$b@}5'b3 lױW!R*f;)`>;S)׌2$­cgCϋMߒ_<3 43Ldۃ]I&GVx.<U`zDGsC2ӪH9ȡ'6feAL'ܨ܋lz>/cXDwJ5~6㣯.%)E=[M wMuѸ qK3ھu/Ht}T!+cL>_`򜉳c,? cW 0I|{T݋d$h:Ñ:%(qn L4ˤKэ/OƧ4+d_R mS@CW}:^13+vW9|~,=s4׻Z&w{|FjIOV@M4Gn!| +'SVRV E0.^ B1qVJ.5vIRFJEt(Oz`5Gxv**P7 W7x䯫:z3`ۓϐO|W>ufJߕ4 HU!@7]dҍ͵w{Åcm wy4Cذ7S驡һơm?#Q51F;uәeO,囓gԋsNXț()4g>[E̺dPR̲$"kXe.5n'ɽA8uA oTB)A:+s9tɒ2ntV']yNG8C!IHُ?0|N&- 3`ʢOvθ"?~J)L!k2|" H 0m:S }2`"z΢G5Of!vBOZp(iMc@̮= %)Sz"3pr#Aa[Vγ<^wxdkϳśyjXR 4 Q*;  ʼ/"U}B)‹^b~4;HB>sU-Oo#+?!&-@{.Sd'^}"&A @AEK aԸxah]a2hZM}9Fn#> G__di:o&ʙ o$].B=yRAD(5]t2i33?SPh,T+)4t+OCN>U|?^Zҏ@2ZnSޗΞ\%{ջuRO6/<Õ6e2KbWsl^P4.lF1}HFQ$eW:D`m .f l! nۤՒL_&\SYk[UЯ΀ /y]לҜ  U1Yk1B fH40{pڹҕ-DS퓹iP׈]F:/Q[1~Faj$ 7Ws蹐,]WVnHšie49Jn4#WjmAу˹3vEE1~8{BKeiwǎ7"_q.kna|b{ˮ2bvw3 SjZRt`yU!\rZINTyJJG4#3ABTn3t/X D :&v"xIX9. [tYЭ|W؅ݵoh}#S@("TBV- ]ϲt5wUοG؎|Qw$3UE}0]3E{c=8`AR:"QfC#8G!A4GF;aN;q[)RRB`GQc4/INեR`E8OnWlZe0_;TE(~h+ WAhKנT6+o^LnԽj\D{rͽ}Bo{7p|lv#₆ .>4:~:>ײnEa4kkEggJFjVywn6RN4$|w㰡T,eMzyʓBV L\XO|F7B+hɭ|yr~zgFuǣα&CwGpv)T-y/2X J|vO=, V&/sHOTpZ¼M+ IDAT>K7>XcpnEz\ś9[h6QȋMS s|<Բk-{ 5܅ux)^r{9bRy >eu+G!/NJj"@/zZ& hok;5i*7C){ww2OO N;)]A 01dUyV};G],]8_{ Lmq8̽Z/yB(7ԭ9>s"ev4ɴAzs^3¥@q9})nWԗW t]}哜-4O>2?PԔ7BB C[nqpcmz`8UGVS064\_iWF"QbtMȟ\3s:U Evc9pLD|{ϧ:uqp@¬2 rR/P,IA:tBNV'?_/fo?뿻_M__o6{F = dKk`u Un9ȳ$?r @8xW##({u~pyF|I{% rX;c[n.T1J~y߬zfvWHR]:-ۜ FmaFR3!"7,r".d)$I K Md_"$n|U=BFޒuן9둣eDL&+DC:U zƹ:@^ }H@eb+ KNs%B}R-?5zH@7)v"M*H/d&fwB;wul2\ѡUs?RQm~%`Nx(sB({ A/rBn*ZbX u'Ɍ6 k|}O#pCXwgQMquVt-0U[9z&c]w_Gw/%'&ng;*}Gd YR-^e;CN+<h{.ef] 2<_ѢGPb:Bٻe^)"^>8Z8Ho-F_DZybME=RȉpknҧfB/#`U7#'}@4Vou$zٽX'ʁcc g&E(nc'Ef'^p@Faʃ-P() Ki^Qz%ƛ<;p[ Np-w JT !bg1aAiU>&sOS MgE40֢UЏpl oLN;L}{ 5oI߱!*3nHkI"cSjµ>r,M}%+^^Q 4:z6՛O~͡зt<]DzIUVWRvG [q_tvUfzG{ZVMƼr:Z`BzY9^U8.HoRZZp]Ԏ/Tq"z"͍<-sOc՞+DC[1h}W3͜zx8>D:co䣣mX^$|eGs٣{whc6JA'`HG_{6ٿ8~w󽺛]mͶguƟ_>/ϙ;}a{ߋ'4c3L 2>vޛ?/=^B y&E-0a}oy/\zNzXkgw糱 hXw9kY{JrLt_ǡ)ג|^e 9{۲8,"sV70 dh!=KУHz*!D&U}޳2Ãu.=uIP>{ʌ(Cuq0mzŽ9'<~ n7fR-Yy.QY'*? :╬ ()Yճ0qP(:=iYC=<giFKkrWOÛ=7|kÞgUA41&`ARԋTĴͭxh TGCf!7aUlJuJ'l=KiFMaT/.1^P?qx* 3Ժi p@:jZ H2W! *ll֏ ^zXV\}N2FPlJk8vy 3_~ QT-GLkVߺUW>XWp&_2&FgO,NX̤Rm>I㕖JL2 嶝q;{6 ,rLư2Ȝ Qma Xqm1 G]CQ:MV]$ztϗt##Bf}ޘK.P2 l6)=>[75f?`L5Zx5un`ڣpQ;Hf?IH@:8`0,]8|"Nh!aZ}7S0|P~lu ,H0\偉|P!N{[š)IF h@&{|}_S^u#suB|C;膱ذlYOY,{- XcxSvpEܷ~ޅ/J$97΄?։;}w2H(L8U5଴!}*֪>jO1˞}0$@S#VK`~߁UhUn[WwlP]5f,2YZyy# xH}⢩ ᥰA0:EU'QwȷĄi4(KjD,`QOm -&j6 G*J7 !+{)4R=|U"h@#yХg{TפAײ;C>TZ)<6l}|DHfc hj.m~vW^YyjN y^)f+ݥi'[¨ۭ"1WawYu[6!̮;U{JH×f<WO90%=' s1Q+d#Zb2TXHYX' *Sub/5J##60Pga5+Mz-#Ѳh_ɖROa5UHHCnK PK Q,7z]zGO|w VI)/ JNS۾Ԕ[,>7 gN\,N MGl,IOz/hx_$4-vVz-IE/b.ʷp~ KЧU=5T3nj"WvC]`%k5nͿ|?߿߽?//~}=3z};֗o//ot߿=׏m!,&ts,W0B9rX̱XBjv'<\gWޔ./^! }v"iC 2:PaTfŎJ*VyG-$#U FI}޾NV>s [ކ-`]s KV hK<%^1ϭ Mj]zIn|᥹ɰmoy76bʞbʭL bR@`j፬4[+`O&eh4Q纝z`RYkl3nySAcoe:qdfչ3e7{-Ù >*2ӊ/zrDȒ++{V!GZ3'vY|l !5Vajl®4FP7#He:^s*0#'Hu`=DZz,tit $.S}f(@E@\dGW_uo&ԧ4`q[ƗΊzЋ-֊xs⥱#c_G{EgkD/WCn%SFȓ' C%@zhh^aKy3f[5T~֧Ͽ1g@)CSZh1WλHʖxXˍ9)cuՈ^2Wg <Ҿa̶ gk{Pޫs'"#焚Es $hf?W ;[qD D5.!v5UFodKҟj:z@V_:2Vj (`o`D>QE&|ւ46ayCF "n/`40}xZS */E 6*&f'}RkS7OH&P 0ɶN';ETGl5HM82)-6qd7n5:f(ڎ=4?_ Zx/Y6@ĺ X@1$ebtpEԗ4G9/`R@hꭗYٌ].K"vx, h]dh}՞Ĺ&~Ή51怵4)eLyU_ ^^$) r7;L(pC'3y@̯c}.)2bfi W۷T0UPi$3BY*`*ܶ@H'Nxvhrm8s{yŰaݺ"z>H玏0ѐ gp!rSFs&/ n^fқd):w+tV~f<ψj%nHHYVK%|\zwMaͰ3O)o$e\SZS ~g·UL$%/lNB}Fj+#pH-~/KߌkG01%8lO%bFZ.3?`f=,~H/@j_!6qfdmɒ]蔙y>reB"2Q3^T@KA vhu"\a,%YrΉ!(BKRTXd:ὯbYݗ׺']V #{ߛfkgWwaxp7*P{pV:]ZFB7p sD0F08SD+8DkM gT$ZqeD UHY_!g7t#^ FSk>pyů2 &0Fp3hxϟ-WmSFƘ$ 9>T^ccT >a~"W<4?+%%'DZXA&51l>"[NE<㓄XL(.O/KadU^t8"e-FF,3Gay*G:+"qvKrś ONy7[!G}n,/˗̐ r=ȶ;ԭ( ZKZB_ožփw ^ౚ@7t+f@r3jY’Z5j  idhЖS:.D1!mA]X(ё@P CTIrb7A쬃vJ¨%Uw0JAN$q5~V~lcF6bn`~Τ=t/zg忐57af7Uw=}:Ju& Z0>jTے 6kP-ڢy-ؾet;Ʈ4H Y UEվ]$qBƟL@esϬb3\r#Ml99OPIgWc10*p37#V m.%3+2ܰт;(z nbBjxho:d`(LLo[ ЂD`1(Q`0^%(muꩳm dvm`f}`;MUЅMUw-~$f^CE"o_]A]neꂕ⛀p{S N1Qsکz>M@+'U`Lk6ąt/VYЇ}Orhcna|_kU^ujB卥xHiV֣< :z_nk稶Ӧ*fQ3.<7ŝRTxnD5lWnO]7Eol/=; `T kd7Tw0%9*4;U P٤DTb)6hphsrȋP739I*}`hnCmjT2{, <KWn 'FMz f q̳:g ,ʦ4cB5{7Z7Ю2c dO3phfaZ sͼ*vǬRteDVntc* áGyZxc/T9 UgFݖ67eӲA[tNjaXe 3F7o9y pV$Ue,TWi GLm쭕s=ִ dISjaΊ*3 3^6wEuĎ.Ե*t!^Xbݷɡpzemo=G:g@JL)ƛq CX_!`]k{A\\_*a'5m*-,I:l q\ iN_ TTރajBvl&]ji)jYL __aڌNF1bn]Vnp,B+ \b*NfrSCq'nknT)`’-$%8 計Nf|^ 8 %rlZc=5е[20^*g 1`BGq$`f/')|h+ܵθ=GEk09=УB'n`LCa4* Ywɩa)T\K/#kQZvAKrdlLCMWrcuVASgĶ?d]&TJgQދ"֕ <l!?&:AO2)fcy!ܯ4|78HO]Qlu =ĉV]5.{\ÝYkttj=b,x@Jf(sx@{L1DCSv7), gzĮ}Ө]g%l GMa{3&o\q87[zj Oͨv4) \NijTU!ZU,nm)z~vAjof{H=޻緰Y5=&`Z uIKbuqjx{uYi}p"Eam o#aG]UE'9Q.8X0@yŝm 7#1xz"8Bk?m}j$]3`Qu˒IK%w~3HʒhR3E?$Ok+.<9D,%]~`GXRӑoDx 41YFF 9eY,XZ[Yj,tJw#^+BJ]1^١^O95H\ Tk t$% 'ۉ](YX/B_4"I1[Ts&TzAnPG㆕AOjmN0E 63r}^$zuLwH7eP-N 5bl%^6 hx*=5u)ev3 d!f]uؼ;/hKx=ݯ?_}}9#-1OǗ~cW?m~ۿm?_o~_z՚3FD/7~oMx> Q ,YMTF-͋[0U~v># w.( dyrolV\8`%*I^ l5W'x|wME;;)2!HDM.$EXٍiGuRb4L0=cATv]E9jMEl)q k2c%Ľ!יDK]JZڍ= V[ 6t_9=k;>=xKG&8Y򸾼trJ66_G^ oN$q%K@F6dsZ (f(Iݶ-R%rY\{p\ˬ& X) *lJd+kYP?Bc[ ul5U!. "1ϔk=qbWڛI0jي3RlunVtӤH6}ϩ*ky YuT0Wu,^NR1F+xѥIx&K`+SS 62#!sK ʀBJ->犭: RZ*oXX{A^|(}8p_q;"ZјJ:ۿ=U[wT RW`#wq*`2@ W1ԇSa/f Q%JuJp›YrzoHn!aNaQ .|>:Wmv2_JA\"\L Xf88R>=+bǦ<\6"BD?5DC‹%z# wbU@ T+؇ _J(A :4+Ύ>*s5TIJJnHܘL.&`?!rq}&y*TTǡ Mzw a-tcl~/FUغѡY#.D_l-*$5 ej.oӶtwVνN#x6K'bkE`W3bي R=اQWQ3bkv[Hi7Eb+b5b];󢙀u]/Nl7yDyt9IJaic C[YA9x Yh!g,o;OYU%KNٞrk'3HK8B,M"5r7[S" k;ck^"L<@g̞ԐUƿPЫ` M7K#˦^qWo{/ hf nĜ ajy'WpqϿO7]Xi̷~}/_ϗooӗOӟ??O᧯ǟ_O~//_/|;3s)K3ze*sQi6I iFsv1( *a,KBɔ)gA鲾#.nHxCsAv@7J]͊/PSoLzFWY쓼F#=__{AeGA&1!kC.Y "aǺlk>URVB e |Y2 åŸuT͠f=#+ AYev8ō;,Dr!iUyd?Gcq oCϳV*헀 {FXTI7טH[^bXެ #*t }Kq>w i]-hr<ïxOX/)i9IP0xf DG!2n b$L}7@7$V]8GZ-LIZ J}]@5~ @RvHTq'ݥfyf!G8I1kp {~ꦥE,4]VĆ }6n5>w )@XPoCF.GzV[n#-:ydTR`zZ`V.=PD|nۊرf! v3|j;Ҍ-|4 H5{R+y$02km9:oe m*lbʩ(b-V$N\q_(_P|f{ZlA 7?1%"J]{dy/,$wʭ9 iኃD$Yx&ea(_605lRΥjA|u?&hln,P8V%Vack$1\] CxQooK#*pL7mԽtd,  .ghr.Łű^ZvpvsY d<վHC(כK'ۣ;Bxok_`i] |>o2eKۣ(VBT E{{ke`C9/s_F"wƽU7zgTT/ẹM% :fwM1 h ,BCrhwޠl%䶉۬:B@]T9Ku_a+FTۖo#ŀ+"ֵ+gb % Z.y}v! Ȁp5T}&4M!gX#V?'X՛$ݘi}!˦ÏW^A-[]{oo>VkssIE޳+e3fXHF9͘vdnhWP&,BXXu8 @q9Tz0}bWA -ǥ/;_4?2UR #ʜ=2X=,݊|d@!j\L\;nJMz$.me cggC;ȭJ}N{db%e&U*C 0(q0[%'p[^E+:.9ח( ca!Ē8dL$#. Εs ݹ^pC̄m>iP HxTCb%"éH__잳v[~}o=|o|}|{{@>hfugO:mW>c ^f!BK?,}36 v`険3'Z0@<P@9d'찾BޣޅVn,Q[%CYq R[4'{(R#rí%ki ocp]Z8+b9!Ly+ngv#Ŋ퉸P>9\Tɛlj_ cfr8`A:phL@9EAGjm)a[즴Oo)9f $?+%VUe#Q^MdFN!hbm5Wk*: iַqE倕 7?tҳZE,@K YaCЖG8D94n TG_q@iaij*f`_u_'/4uS@_Vx'Od"fGiFVz겲QLP]GMjKdņZ& cdlCn#R 0DXxd#KP / ӗs_97Bn+[ IDATldі)E=+6Wjӳl–=zN$[x[۪V?.Ϲ7>B2ϔ5чͤ+& #8O6z6|p*I$2чvGZX'{pwR$H^%V#ApY|G^ObLbJ2~!j \f=jȿ8Eu1fnO#`JWN7KꀰM{~XTJ긇GP\Sωq'\jsC-1rE mle/iG(r(jE|∀›uSKk=2bu X vlhO @\l3cqL0kɜ}ko01l"˒[hTQ,JʔIZt}ڪV3&Ii}Ȓ]k*M{m=~1b2H*z +Q;u2,n.&#fa!vLɢܡ$|(Y&křε;GIUR sUxp!1Aݹ6W͹uc ?^%2˞|%j-sY,׮\kqܸ )X( we*B>ktdH]0i2f6L޴.ߋ[xUA7 @,سM?U(1p&z0jT5Yp8YES+j4V+`_- \wT@^eB[B>VޯUwhB[Uz yx0WFS-a=?|ޝّff0Y9%ZčB7~~ ױܹ3p/jLi@0dLGĭ?%-2Iࢮ$+w_apPnT(*XUvpj((] 45F2 b*xϞ[ ȥSeёeu^?k.nmKQಽgr_bJDR4*A{Q ^6\""FTʪ׸Qre4iQN mm93Z$Fnl[وX4QQum/n鳲,ҁ~h(cF']wAyj5u-;1Eʑi;?`zASg;SۼjpLv.#lyFیY1d )mkTI>,cZoPJjKЃ{֕oBeHM.v|1CkQЅ . K(D#` bg@vTY\*Gz|h݄cL F֥1o[ d.4SMXə h֋4a9Xy.LF \T6vxy@N/VF} ?E,–;(fdZQ(r,HRŰj]0l%>4Xі7y_:'mkӔ F+ĊGu\wӒܢFת..9VN]EaȭsvnƸp&`|Pp|6t 6> ַc \[Tx,bW#85<![8ޫӷM%LJK1Rsl`6HjYiu/YS6.99 H{K >\O3&(8&TT0>D+;>5|7"bt>Z5{\%py_&i\XBWplGKAAaL˾X@~VEfժP; |w"f3Z{"a'P,*]mn}ba)ֺc1 ]ݒ, u!S B`_϶;Ыp7v7a&Uo5=掍0B$k6 \x}}_>j J["$@  =JR* +#u{%6k8+r>fQY(=8Z],-$ش;:Cg#łw93YU3,Ƚ{/nG q\Wt~ Et9 JDcwJpdmc9cG:Y3~E,ߨvg(IIU肌/)UEQ[kVJPbCPsÚJ,̸{B63+e]~u]1|>Ur*cbL'B DV :Q EDh@iEB¢!&,۱K|Թ;1Ω۩cb:{}.c¸k*avLK4T z8d"4DN(GDdȖ-1oRAĐ@v.[$'R:WxslE x"eEdGOe/k}c]*?S 8ZpiBWIpծ̌Y'p&ck*XiH4hq fG!/j#~f@jK+ftj4qqN q*^ڮ~*it3K+Z^mj]؝@I&u)p BSkU2o=zrSd@RX4(yJ2,@z7l±t;Տn3piBJN&y"r&PEXXğu&V]FLFN4U5r&lֹx`TԺ.]6Z{^bS3S>@AM(yprYXn؀d/Hʢ1roD1'{rw!Bge8B=_լP SnL#rzbw`AC=GaM)ܷubfϜ}kX ֕vauP2;6RwяY{KYrv hs hN=fj1Vb54&86 b:@ è)fZjQ+"tڧ"ޖ}&i]ؓLwJ2w8?w4,K+7$tڴF9{ɢNn=;r(LWB2 LFcn`ӶU'"LI1(".ȈѴlrdH+O][Yw:6X}pXpҟ:pd!T:5Jq@MG0K5zPѢ0==8X%cR"ԯX9;kw!Ĭ8ԣW3X3;j25$Xs9ω<bNпΰ,BIDjwt=sې>g.<LVqTt -8Gϥtl:ulZIf=O+8 &Q"z?ݏw0f&L8{hd KZ­X ;k伨gU̱(GRy(7MT">$C1Ay),=*;U&gA:Oh4%-1 YQX-힠&^CLDnuJ5VUep֐)[N}9e{׹+QFQTwc_/N,Ɯ</rgl9צ)@ꑴg̱Py̹-OuOyeB<[I.dh(u>9㰱JL9|92b? z(5.Ws ̱L^6&gpm{&5.mi7Y1 8|:;k5eG&wTj­nn,"Jh%eCŘ)1& p:f4?v̼Ml!!&#Z=9 =C0Sͧ=7KHYM'/$h9F>SV/&We>K*/&,`'Ʀ3_x|m\bǗWܧ9|('?UEG'kH(󜛔WΝyր6c;E:z6!*L]JnHnݧDnRi.,%2rV=VY+A[D ,,yFszzvGomb v )f<5/b]9GJ6q7@UvYS7!Id>r` '".!bXq]|[GG;xson[#:O{cLO3^~`΂5/@R*IJt"K)t eÕ'T!w! u+yal퟊R+ek)zbj#+97! bo@v0c>p3(Ŝ}&v m$.D"ߌZ#RFЁ=̮@Zxzr;!iY]Mk9Sׯ .nw̵m4E֘0M5*O!UUi͹' 8[|f@1`+ ^_Ć+V rZ4QNшr ʼn[+cB4LG%4ԖܒwI#H֡=əN+怓O*C0 *;͎jyΜ9ӛrWX1P$z8f RؑA稼݊0ji‡Uh?IYoAKnW6O E:l֑ :?h[S'0iAx}LڡB®͸n(()i]<"l%oVs ~ {}[ R ξjٗ6ӎ>B|vB!Kxo{f&+:cٜH>(-`z45, VbIfAi~B cgI$B3j-7olףVg^TNWf5yK48fZk 4nXvH9' TC9+`#xʼ#-U0%Otv;d&LDʪeWéU!yܬ<힧Y鄒Lrރ#DAc,t9U,>&aMe# ` B)[?Hǫd O'zǦ' hQEDVVɫ9`J wxV׬QzcP֢Id*h wp9A-,OSIA#OJ3[vWB`<=,85(1wC[}K!m ,KDgwJEv4ھfpK]^*-if^lL&]E#̙6=Ιipڇ m^H)yw+r9'mfαJ_G\Wi"fAs+AspN˜ehsSo: u7 ΋h[A=;pU?˰v ^rN:4 Wq[DWէ8=IÙ \'@hFbpx棽ԠV(zNn:&G"k_cR +K7eR0dTn5dOM NGV8M,1q ;`;m!h;=<Wwc͞43lWɠSaϠӕnfPd!Ί@qDXl1bMhps@W ΫĽV-MɝԒ}PI&(6L6Nxj+sjپKz p#KRwV1خSuκN.RD&k>ٓǙC䲛WY1 _{](LB۫m4 ]oe\:`<;&Ffquz"1{Ǽvm ȞΤ]F3gfNhZ\WInwCEp)w&M)ʝĸݚGDNU!K mH-GI(XNsUal9\t!D#JS#6%دGt7R/Vi&]1 Ns*n:u94=c5}%tF/DԜd<ې󕘠-lѬ1I8nzWrGBt-Fut14i+0*3YTf#cEV?a1 ,NcikNB3SMR3F}zY ʐ\FJE Cvo^WSp<.DVh8?4IDK`r$Z靲Oc<=ar:irI٘]mw$ԋ u8%sOrU03cdtjͿ ͹(PR+CcF(3͌'#iZAa$iNaA w3.k@~r=ﮇϾ/?z|>Y=ȋ3-b3 U/LRÒ9RxO k8 p xv&k}}e.41\;N:KUJ7 f#<=obRSy hj 0ɇ=An{@`FKdj(.pd2mk=\ϖi&P-p9:čeq͜i*:}nR~b݁VSLZx>``8kj;.sBcиjU?m$[a:iukkL 10e7ڈʢI-׿z3'|}s['?oOR?]_+??~x~uW_Wx~>_k_}x<5q_6>}ͿilS ;/t;x,Ap Ώk hWWwd o{ꅿN|?xſ|}Mo>O~ͷ,5[׻]/YG}_/w獏 Q#4Cs\. Q%U4^y)D=B& `6njB7[;OV6Lj TiE"T1kA)cĴ+eXo\I5vp4.gixpԸtʛ1:!a܇sZ\c_G4IۺI\S`71Yn);Y`}cy x[$tKP7y?1`55/XDX =G5 +0T/uõee'VE=S֚cfiLX~/l6^~|v\&蔅bh#Li pǦX|\sw!=mEC{;23zt}@qM~yC促$J;7@hE_HIFu*E&ErbI z T+&j N_+ l5FP igM({wOIj܏_y,˟{K/~y_{O'>Y\o̟|wY>< ymZIX}T@OIvK'o8+HA' 8h !W'hUnXow76E tktWf4npf5)>yLJ梡0Vp >?|ɏ/w}C{}kzzu#¯r GG7:~w;_zэ7o~S_?͌oO>-y7_[^?fT @_ǖ//#_k*_=ώW%> ꚃxBhR_v0LW0Q̻ l`I%Vp$9,hε _ QT$ gE1ˡd Q\CZ6^bfi!$ISLR=/|ܚ핀z^>>vRf/Kioӟ?y?ow~4'0~矚*"+J!aBXlʑ<6Ro觞}jY}~zz/ҿ췼z={憦Xm#x@X&LUɫ4Lzm=JŅ񾆠P!-* WɪH{'`\L8YH&J㰋, ZDB>r1e_bn# CapiPrkR@2uvY4.4wE]\-²T1'\ه̷Pzxq=<zzzEz|)\Q"4ґsq4+ D9kب*_)6;.L@1UBNx_E1AF 6o%xWtyB5vT`U `'m-Cp(ۃ ^Iʯd @:Mx0mՌ>iA _dve9%\IOTqј\ rTzeۏcǛ QLt$ JjkHqI hҋH$todA IDATDE> e@?A+V=T3q.O9DM @RW226lU ul)<mif^WlV5b.Kڵpn8ѷl@R W4]?c+maُ`DXjTxpf9{-fR'q4C 0) "I,#ݛgq 5P,=V\17pYX 8Go0s}У(N%W@: ƜMm'pݲWk !]pjQY)뼪!5/`L??G,V'Qօ9ZkIAB=Qk~,a1wݦ)A.PSÔSF`7uQ]LMBHSrSxRxso\|=_|=_|=_?E/o?krܾCWD,p-x #1 Ĺ<+}iZIP@_2>^Iq*ϕᣆG5lbRƕឆ$=WFc_břH/θ´' 8 7E–ųFAv ԁpLzLWJTøJp7$t6 Fu#L+&7G3pu\!1 VF:tmyLq _^$eڊwb "v1 |8{3aވM"9µn84:&܁^ 蠧o;J2܅yہclFY\ C~`G eBt;8a7G!>IJK%(D>rcV҃1Yvߪk{ zg'X=ID 26f0hO#B :Ђ`a|HiLzP5ThGĎؾ) ÔLY!%z~W}_yo~ߟ_;?zz jߊOt_=nژa Mz/j>ObDf,R;OfBjZv &Lu=Q:x'n Xcd2K !T00BׄJMqqc@QB7aY;3rpSۋZ1ax|o=t=_0IxFp<_~UwLw~WUI7x㺮|=_?׿?q`9=U43ۣ) wh4om?<&-Ϭ89*1vHUAfr艀7(E C*jow"ܗ<I"ODz lIe8yA *9!ݽW'9,k.E&`e۪x_It0ohbD3o؀Luyb5*%l ;lneذ]0D +wnG}Hjc@[ , _=b(`? Gϭz>q}^s(ͭB웶r'k8=-F!%Ҹ$.qL&X7Q UZŜ6:̗$2  `BA6!A]L`kYeey~>bD"4&r^3O+-@Nih9]mU7Ɯk{e*mlӶQVN[V^"aԊ%(HiY$JDȃi全%ZN;J '|v@!)G]Pu{ca1]e0{>Tݻ9{ZטcF4TD򒧇Ȃ s}y 5s\O$]vGqx[s]AEIMڢh[E ! R(6anbWt#{1#bg^  @]UPȭAQ7P8*s(KeZɘr3~5{Yt X U(";j{I,881rI p5V]a"Ѝݵf,EɧYwx mgc5n6*ԠlȼE⊻-~Tv.f@ 8  N9UClbMI[]?&Y 'AǔW#ZmijLHlܶ)ho5u' uDAH 4q1lCJ#ytWC"C 4.k1f]`Е-:xZLZNEW!ĕm!3ʚͼ#Uj Sxs@ 5U2$xH }h| (x!v %xqNNW8*ٛ%|AEzM@\*? ^/o-w~7=G7sq@ޟ{+8-0r...n۶݇oUo0x1(Lru\7V(t-WD.O8klh<\m<ϥ(8N+zq1Vȝjo]퉴q/t` X"WP`BCqC~EObVR.;oV5U![Z"Q7`i7 M*Fd@TrKיH8ro\( VN1.HZ*#/dKnj衱U+p)PMrJ, d7&'yx ~伻d`٧#gCp W0%2œ{N$Za˪=MLDZ$He,"Y%rH&+Q+M"D-AgP, 5.-<80$>sb4Gw>߯׷u'U7nUs+I7nxGu'Rrݰʣdqh[+=(l8ZDx@X yao ``yh%AhTt{n-~hS51VuP5B-΁mZrDfeF ޅ"6^75HHXd $m4e.*`H[ctikcdS pxf?Б9w.k`)xj*~bDa]nbՋU\[ŠFQ-xW4bٙzbt јcW`T DU$$ĿZ+fˈ܉Kt 7Ƒw!1Fbܢ ړ4x+ב1,8> `\Sg"Wʤ7d];l׊zX\a rRZ4] v9#p ]&91mʙzKd َzOX(ҊU,-=1.nۓRْOZV0ȪK8p񍇯s 㟼/zK^wq /ugc=%/_ݷvOjں6UbeRmkJץ Uir(+C;RNvWiNfW鰪 Y%G_!k;AGlb ܭ0.7hTn,EQRi,sZQSko.r%v|]d꓆1 >k5J=%ڲ{jUB{q5fF5S(#g 0*D?MW6nnP+@.)8!*Y%Ǭ)48eFɦU0а,YHUda Ofcުa (6rO{0rITh/:y ۳\KӄV ĘrU]zӜ<Єv]n1=WkֹY^}?1i=VU^xw}Kۯ/b& rfPV0:KFXxƶZ)%99 Hmb0ĥ6%;L·4O>\O ȔBWuo^ͤnEq-CD:.q(02?c$1&`Pi$0, *;ٱF@1pV`2,ۚzTm7 C'D?E2jAb# F.Et&GF;f:51;Apd c)Hli-lb녃6_ :)1Ah-?r@r5dyC` P2%-3@"$`[bEq栶fBqDc7ڃF^DaxJ X>(>RΪm;WPb`Z8$}[j&Hv-D]j-`ro&F( +0ChUalĬxQƵPܰばUpI (ˆ,Uclo2^p}827xxX%&[SIVZk"&K0%w$-}h'xWB ,F_?otF0Ivm]_x}񁏽SnoomJ fcQzLIė )0š[KOSYm%.w;k1-h$"(0N|VpB< ]ơ)jizK$`!N,X.kMFp EWpZ0TGF!u0_Ƞ+C*PfAHob>dL)Ǡ*YNj6եdZSicoty3j\_Og8e MjT"0f*-YiLgAR&WˡdJ$K@sI؂7AOncgQ (6ɪj/xP$J 3 G[f i4YStaKzV&%D]FLךJxBuGʛ߾\䊅{ʿ_\z:?R}U7.n{S*s๾j|0\z"53qsDM3٥FA{*NWbN2ӂĢQDh'j- vMzeZ`jrw=VZ@5[Qd32^e:H$K}p@.`"j KN|̝xYCF 4chTQch̵dY O x U/ڼȷvǚPDN^ڷ٠#X^dPjv|e&(*7krmV6V{eN#bC,lj jIFM׃j+X4&]Bt=L$~t eHL$[6Yz mŮ#74Zmc҉ 4}Jmݶ?5W?]O]~:׹Vg =g_1gl|sT[ ͔d۔'c Ԉeg2U$4+HQŻWh`'0vib{ڍrJ:f<-8EF,>,U Zr2ҖMeD``hA2M!j cTm ]h2ыt2o%\Cc1. zGFkMQ]T "wj]1lNldcl=DTb! YP28y^rB2(/CZ5*'nBeI˩LZmX| Zcv{+!Xl7lB9Vq .],C;V!1m"ˑ --YM\F7؈w4&ԜD8-Vqod7} ClV%U&Ud"PiQԸ8H ݌<5A`Bm98xP&.\I <&7.[Vga)!є*2Ks`x^TP#]ok!{p+ϼ~ӋN+ϮK&Q|WLvUaP9rY2C%OKT;nw`s"\x%|7ܶv ADF`4J+|ZEwж$^0c2ǣz13>x > 6jBk 2A6k Ԛk`VܧP Ћ.!Wb>,&TadeABUeX!;cj Y@\T&r^(Ѝ٥*[2=_U˕9lZG|HZ)RFi6N8 GVyBr5\RyȪ/-md$Cr1sځ P.ٖDPͣJ&Iw͏o~C}W}? :Ӫ~/G g\Φs}`>׹DJ{LLWa.%5:61F ܌IPZ1W,(~TrPn+FB%H\Hj*DA@#D[Q[/2PNRUG1P/.j)'#ʶ!uqp=U\JM! C؁ F.XU+׋n6خCE8me?VLs qZhb84fՐ=1Z1k:3{NF*)qb#x[39$DFX0|x(ܤ!74;W;ثOb.Yxw9^k~d7?*/'\O|eʯ\:׹us=k3]D\ 8BWV"^ 1 s0 b_NeLl8Nh,-@`҅پVSe h G.0,s|G??c{E/zԾ[/<s:(K,q1}r\3 dw 5A;B5MVJ|KM&Tle}Zqas';h@I#9tI0ؠ46H.J̩&7 W#lr9@kD`5rNRt;͡6WS/iVhp.c2J4Ĭ 9)mO* q7.\(0Rb/nQqD(&[bm`/bV BDVyvsiAKlW]DyU9eϊfQrYE؏a - ?P$4<^Iqj ƊQ8l#^k8 TEt;8k6QF\ afbkKj>wLU({H6w ۋMR5|8V0J>Zh7r5Q^gO7^(b+wp=1сRm}|r NUb粧 5{?*pD[Wd \a2)G`H]ki֊ r(nՑ҂DrA: e4kOdLݬ9+;4j r)ӕE*P`XK$S`Km9툒j+`-Ʀ 0W S+WWTiw̡[c5ZºJl Hd(lj:9k@ISLmu⟾#+`lc`Vox]rq^a`|- CiX㉪BsIݨ''o|/3|zw_~ mW{}^\u}\fU}7+^ĭET=צ}___>k_;w]}{oml=۶]\\>v|k^ҁz{s׼5{_~8‚???e/˫:_ %%%| \ "F{%ld|jc}2jލc1.bC"i#@Q@Q1DqX1DҺT3 *ShOzQ܀xJEPZi O+@XBEwPѱWS&Cbf֭r˞鑷 y,$rQC:qipt6-Hm=u^ g#rpd[Sl#|rm!gx6)I-w ~h8Y^H]l#7ĨF|zjcQrea0|8⎻HKHW.vwV]M6&Q,I E#TN* @%  !^Q{o9 lgk՜RV[@DŽ<'FbBY-P][ ⯒Pe DLW[Z6i@{6yb9Va ^9wx]|dzP0 E;!\ .}>Qcky.5(Vmv.E26-;14XMD -&7CHu^D@!I-VwL}*.3y08Ara5bƊO,\z%0IYh'k ZwCfvrC*P>=O +-&nZ`5iz`d*L N-$"҉'|6|1<ґs3 L?X |u}P,Omo{;7nz?gz衷m??To}~~mo}[%vKx/^uoN_~se'_o\š‘o4^_=ۯ=|s=g>󖷼xK^׽?|;G~~xە+_K[W5ԇ?᷿]W|=yWU{ow?}{?9y_T]G>r]w}w ^g>${O|>n__y^Ӫ:?vx?Ο}۝g7upu+^del,€ !z/1ta7Y բ br2nC' .i1m.x_xr=#lNPaRvآPV @,  ӵPfӑȞX>k*Ig[k;M;"sEYfE.̂Q@L؀TW1^⠂3" (y;\њ],>F՜-$k;h( \tۃ LaB]@r!/ :qLɪ4rJEIFWCJl.t.@/V]˝Q}pU]vNݐh=I/zBxNadAD»P >: I4-I<m k'DZL WX`!ʒ <ނ6/`m!4Je>Bm{hNRkmQ[_68,NaZfunz͛v۶mm8Vl+F Zxq'JKa\^C9I) F.4@HU9%_M"1PPDsHPEJ/P;mvM*Yq~\.K:"=X.S On Z^k2"IiF/AU7oL)ojӟ)d(*~h@sU TEDҜoY `S<"dj*@fru ;DYW8Wo5K*;Lv$r)`NU2ctO:WFS%Ikcvɦn];ѵJgCk@%AtS<zo|Y+]7p8zx<W^Y'_^מ|Oj?oz;;. 6wUwKz \fͳ.[JWe:׹l塇oooo[>h?G/M}׼%/_ϝH9ӷw/x_ōqysO~x;~~zzoozs=y/{wگիW_>U/s^\\_Ð1Ti*i#OhfHͥh X@!qi D4iV`UU1e"Ӵ1bX,Ee.2f rD !D%Kĩ9@]@/1 v#ӝ*62zFDdt#xI>*UH&VgBa1qYCWR"+fX -hr-&na9F@旤Fz^nrq3= Vm]D69TRC98*1GaYEJOB6#zŜܫ?V\qKv=~ǜ}Owo]ug?;_W,Go|xRx?KʖwϏ蜵 :m?RO}_//_?tM\s3o`=w~~|{RNz>|Oi]lK5M__=O}:k߾}]}Gnx+^>Ϛ;W<⾻KN>vT;ww~_ٮ_W_}ϭ>3OjveQʣ%XxFXr^6qfgPt8B;HbZӫT7a~dW1" ͂*'5̇)8jDMꌤH-"CӠll*1ԃF ,0k@f0 Vkk)#-L#ض]JJ# -UeeB.YO /GӅK!E`S*'CR\H kHdԔ"&FCƤ@dBCSjȂc,"m(ͨTU`uؒJGevCR'4 :~D,acQ&1;yT6 fW6-Il;3,3# 7+Vz00m̊X[E'j%c#n,l+5"䤑db"t`3tN-6SEX-RkbR"[Q-]QTO,CGH.rmmkmmڮkw޽kݻ6سkmiccm]ӮŴ9 l.H/zln5De|WICnHRdMVm" #H  .)Ä $!R+zRԤ0 TŎ.ij*P*}׾:nuT9#:b7T95Ѵƶ1cree f؃_@) ƆCBBkf0E7BN2XZ:r0L&ey\D0r# 5GӭDDDQD%A&qE؃3,ӷ9@8x8Cfńvg`tVD7@E! jix V F"Y xH[l_yI ordrGaGlKXPA ԫ|Q1wB;M5[iuviNd۔z//m[wtх'KeN~U?OyMoO?Ǐ贵$g\Ww7WҗOP\G|fo>r=' Gqw kG/}߃G9SQuO?Dyi9r?뮻믿{Z}3<ϩ!٩uW[ oEJPMGGUqM[Xg9o-@ XhD @ g#D>d۫fͰ8cK4fNH(.XmlFJg!Dl@쎦wT ,0 t,ÿ]h:c%0֜d̠֬)#Γ @LER4 uiL3&y9f5✠FBəPYYLI`rVK-AI58^5 Lz "Y-E (jĠ1Dj8M5Y߆m@hD-dpujF#lm"8eYK"ňm#*T̀4u[hƽ2;f* f*hZsd#62)X8SHX[)!ODQ/",r8%#I8CyȻGl` biԼanŮDid *kt)P(`HIN8L-P45@[͡U#"@ r#e ȇ--s1mlX۳g]{66lٵo={66M6Y^[Z,3\%>G =Ay!03 &w0(ɢCE44jVSfd8/@H(8i Kۀn ; 0Q 7Zը9`phnEf{q=$ȁHRfRiaWr<^ Xn!"aPT)w"&[`CDyYoMlRK'*H&c {`\&j 8vGW&YAE__ v؝2@`vzOoc1DE@d&P1%D/@DchxnT(MnX"NA3:Kh'Z]qMZAlA9SƤJ=3jU N*mCPLnTpЬMfl}˗ǯ|ȁ\ͭl3,+}Юdީo?G~X:}ǎ廮`Ocg]`ܶ{0kw]s|D;MO_/lUo7?+w2vjNf^z3K/u,3V3=z[fփ*ġWm`~[o(ԑqț?p_~YS{o嶻zj/Dž/~_;?KN=z_|}#s9$>;k{{.g k曥|>gOz'Iwz>?KѥVWI3㒠--*S֮j*rdTazJ,+j<9&Pv1Pߴ/-H{@Vt@J)?r). 5l"MPfh Td5Rl5eΦdecWh 󬌞 م`9hT;.F* ,!BN) Mbt#[d=m6m%?%ESb&J6srUtXdefi` V* St}SKecz{h-@X6h4Thdx!_d-W%f5:2P`h p[f~['YBW4;dʳ)#̮fhO )6/fcg³`C+Ui%*Fh#yV|AQs/"%'J tI@*ܦr/#+$48)FRVLS;v%Q!l:DYlHE>lWd%P'Z`K{rbʭX-z'z^K֦aБ>.|y8{q:jϞ_+ Iw@?;c 7p}=˞awq>Ur.>'<ݯ_U'>|f'~y:K3\^{n׮_'w(;S/T};nq^q?^uIB,=nkgy랤47HZ>M%J Kz~.?;Ml5@X9[:5dq\΄am6 &`{0\jbY-IINvaBtU4+GZJ!4-j2vt_0$wKTGkh[J0z& يLX (ap% ,\QFv/SI 1إH@"ѴLUc!JR/"JdCTJ bUU`z0il_R]E:fQ2- ȝP_"ޛd4GDI)jVyxǺYэ%Tc%g*=:{D0߉hLObf_Ththl{bĬΤ@hnjԣ򣔒93<R( ܫ`&b!t&1v}[_FALX0Np(c OH&T@3%.ZZ9CT#|0KX!ݏղc<_e<Kx/zɞHd/c;ApԷ/I~wm4J?Zu~^q*M/{ӛn{e\w6j9ow^؟j/nמsNN?ۃϾ.N٫_{rW{.h{]gֱc8COl=ƺzyÏ~rޜWqFi睳7=]|溯۹} b ȍ]k<\6O|N=z[ԧַ>@ҧ>|=y)ݙ߯yJh?/L=Y.b[[/`K~p{md,r91 MsA"Ł!B$cX,"[֭4a9Pr_ByM11yd1#}~svaks&Y},p}r)*: "}AH.5bXKғY4Z2&!V80ߢQD8V| - "+)ݜX0m'N`98Vr HH64i7FJIO "\,"W&!2}S=Ӣwt<t4=2F7)#m%}\C fT3BZya@)ٟse煤 WB~ !bnx @ wOђX0nŦݥ"B% n@">m T[1C[Wȏ诓ypq_=qLlZn譓8ܩ+]}pe]qOk߻u_|R'y_tϙ#NƿY>{#97^kz?}}SLqh~~Tک777oo@zwu{L?+y½wwk.e{}裇~+sg߷|4/\/}ST;׹C?C>uju-{tg^x7swh:uMސ i[X";&k+ pH4f+q}ARKF IDAT9"%R D䈼H=fEHtyV[e;-"HنbDiaP.8ٰTiG+΢&,Th1BiÜ@!SS"6,8hT!ATt9?)<'BPaag+Ĥ@T+ @f( s d{`IjT4ijlۊB۰ 5 LQCʂuJjhh'['z`x/MbA4LCQF$8M(Xy~ĝ,F" f&~MV7=,JêA`:#0 DZöbWJw1 d ETHJbSchp1@FlP`8HRO(A2JjJޓ^èhcB[it+㰇L;`*;4AiPvt"hDi_ލ>KfFj[Ze2XsG$-42'n//HYҤi= 쑕&djF`2%ҟ1Lp%^l7in]4! }XhĈHɆ1x.J"[ȑ^+{GW B3"- nLt?C9^9g `R0 e8Om h28E$P'U#j Mᥦ CAV3ۘrS[FGx\~?P~1עOo$m6\C`&#Ez @(DuL\tklch:P%l |aGp0cRl#p%#{ŋm>tSL"B+눚吜,(Fٜ";ni =Zac/fFMR՝EazXX~BՕguu}~_0z:2K7iWYf57>4!߸j2?csvj&ć>}O֠o}C~sOǎoލμ}Gͳ|E{1X[c[|ީ7>#7p׾OAK[nᆫT7]:th޽S;<)ٟ=)4jw՝dr H,!( 'XI|Mi5H|KO͉J;6}S 0Bao"Z3uxŗhͳ r @[GlO@3W=Jh>ztkS&ԩbw?񭭭7 6ug?ٛnx;}RiUoꫯmv;5uu{IѠ[=Y2"҃mV()NIBj*!10";%,8yx-(drY4aWڪ1~/- ;\0a!Z9)rvb8 pV{ Tuw1 VGPtw}7(.[ "j ؘQs D)QsEDGcjc8snLyNȮK8p56>bm">?#,(a2J`[W+WDLKlD , n@,BÌVB $Y l?%AI{00 h`@0\9`rk\;1 &U=YΎ#!) Ս|s6*|Y3lО]VSozo^ GkeΡf'SV`{!+BQD0t,;F5T͎)1*!5*xdW7HaZ97;;BG%I `0{0@M 8򪬱"Е194ԝzmcxdkc_4O=k5q1uF~yylǏ'}a|0k]{6v!];@5 9r7CF 0K2XDzіD 9*`i̖&KJR#m8aL,xܴ FсM`AF(gnje6JKIO$F\,"I RRb8RNѫGVCPH̉5EsQb䶰Y'&svd P!(`Ze',`,\b,,DDD7I!a1 E )fĬ B#[Շ#j;#Ea$8OZ%R8txYBj0`؉fѥ Laйdi^8\Σkw%-j EP ַs|CLOxٕϬ;5~xs9_җ?sOmkcc}~衇66Nw^:AٵS'~~{c,jk| x_77ozluI?8c=ևdکKug/M7Oot};;4h=}=}kk&vwW_}?š=:y8O__}lsڿ(%_p zˡ]ul3ϼ%gwaNAmll\wu7'?|檫\~S,;V]vٻg 3u?E}vmkпx=nCPwiN9b٘RBڜ!f:H@mR@RW&%40iߗh MRj&N}Xw^9 apbWs) IDhDP:!Eʶl%·JL/lk-̭pL`G$0 bMd̰윒(`MZ,\ aI ٘hKHгl@(f ÃKƀDRC4YDZM󵁲/M̎@3tbJd&%F8x(2zCcr[,D'J3`lN,DLQ@76ZJYH9gqnBHQsbwC&[rՈ>>#Xx9VP:\EʔᶶLi}o,H(8fiJs9E6B1q"Fh$DXG b>6*10T陀3)lK\#AԢd6{QFIB6R9c2p'Dn+}1|:J5>Bіaފ8‡T$Zë8SMȶ! jȪʼncw RpeڛNkACoK>"Xji -T9&$a{"+aYTȰ[ S߁!߱++wij߾}$1u_{>ͯL؞u[hؗղo";0 VQ]`̦̝P'[UXo$&cDqneg'"fRs" ` P3cS]Hɀ߶3_難ҁF7=GvH ق#b0[yoso(efNA@ Xc4,;Y#4cJmY"G^e1i? f½ SR$Zmhtt;' M T3(D TPD(Wp (4s3F{Rd 7:4=,t`S pPŎ}lSbL V(3̅!.ll[#b#pnIEV+"B֠9PҬ@/'k94lVLH6F=ɟFZ~ v:'emB9 N2U 'RdGC]D AJNꊘ"c^U 5f5́Kg78MPdƀ(3ZltP>)!;:mK y" ڶwd6j$p@U+Ac5҈XMQc0LBGs>.y#ٓ%腢5@9HZ fMwVPi^@RD YZtj{Lc0~rt;(!ҬxTF-waW#2C!oxQ+<:h')1A@1K[>b& JQ`ThM ͙Fo03L[!rPFD#9?3fGNSȌ*Ĭ LP~i4- ?4)@:6,ܝfPkwdcBPס@4l)t`i9h;bl~D5\Ҫapx{<*֘2{ywسe}ٯ_]کSQ_~G>'+}嗿8W~6v^u֟k9^vvk,N-m}'ħީکQ[ .ik{N?iY;puVnЍk{~K,<眫kA&H"mA&C`20!e@_@2K2 Y2H#48݃!j{~ 껎$K{>kcz>w~__ۏ'B'n^^^~W~ݻwK?8>7oOt}}ɟW__N,g1x).M~Oi,h*!=!I ~aA›ƿk; >$ @7Z^ix}nEcAr4-Q7|vG1RJɤe+2zKp}jA16gK lfCJuTpup'etNu` rqѩP2o#C$C>̠m^\͌k6+XW}aL"ԣ8h Mb-Hı)l-#OX|1vy]8f<,|Κ <`[ W&~ XU!GON5䢓^[90L`[]PuqH(nb8B`Dww.ޤKT*ytFր 2GxK}$*_w48MI6`r̜ŽCCyʘIb>;@ Q̆@%׮tmcb|A)rS rrh wÏ `ab%$'Qk>,#"7"ys͛XsSiVN륇b+(I O#9ݻk\.ظGs@K]q 됷RFIhXmx膳,Ld.:}HPȃM!(9˰9Pm* ^ m4!q}2K."VcE pQ"#Y)KPk1,Iۇ2ߒJȬt5}ex49_7~~Qqy]wOk>mo~@?s~|ϑo|㣏>"7GG///޽gg}7C7/=3y5S#m $Ft:6I"eF'Y~ - :iũBD1㮘q OCߛPHؔYPչF `}\cևQ0i s9 涜0Zڭ{ vZcd$ E5z#8.pOkGP{[bzvTApnB/醞u0``_|:'LM#z Wcn-qD6ݞ:Z?G"EڡZtud|cy5I~$m/2 "`()aBaD}`)ģwD̹ZCR#%p{>\8|>Lj>$w3 7Xr6CfEnP* 69(cn\D)2=R1F9G6mL!!d$;Y^ ̔ di->WKfu IDAT#pAB]kp땊/"b_7`&6.Xm+,,z-@Agt0STatWU_{;EBOis&SI/ I~8a*PF -xlgf@a "Z&z7FYSf?#N.:^íѶ;X3J LP9 |{!B B zAb I1CkEq",5LIr-h6Ĝ͡3x][uD1-].5{hkH.Q)o0gȸtlpӦHhϧn"V._B͑ "ӕ[K+|eY|ҧ>$}o%\Bo]lgvh%mzOwoζhb]̀~s>׾}~?3_lS~s~y!׿wyI駟 |+_ٟٯ~xp*Dx@bF}Qة){zxZciEFą,UYOp,}Z$tFl0,aK f-mi˄(쒪S8BHŽ+P k4qRRie]XS bh ȰBUf׾G&fR%\^>P 'xj)2"/18ppˏ%ʶGJ3ě൮)򠰁ih7j{Hnt5 KNz)$ەTSrؽ#?r~)=>-Q!yOݓC_0<93}<9 K_//%O}xw߳s>ɿ?,=Ȓ-VI?`c={7_` w0|L"t aǼcZFD϶4'kڞ pb-at`kpmUa!h5`f?:30(_ L1HА5 EmvlנRd7.|%G?,kǦ+y8⋷c6V ÇCpK*v` MZ~/'\},mEWOrl*BKhEF#EO`7!zu+sO 8 mN-}0@:2z b9 K=딛 UP/ -i.ηT]{fUtr5pEqMQN` ^M܅J 8/͌5pN=4=L{qzX(Zs\ݑ7vپ$zy QT).[h$,Zb,6bi qpI@La b:f)+7EXi9\湻 4::h-ŁhRR>SfaqTڬIxȐm3p{Ƹ dn,@7>yx dkG_0mxN-ܽqEl\y-qT쳡e]j=1YALM+:{DN!Alp# J#ANvg=Fҷd cA9yY_[]у?o<7 ޽裏~|g9')6aj+6Vj SA(x1~Qw,2o10F) )lݸz]-hh`?ucӮSSq1Xli B,2$d B!N&&ޡ+1#\݂o[h5B>C.M}.b,:~ x+ X o`j j)CRفkXqBykɇ!vU6㮭CK.=;BVPDs8a=^>7NeCAQ&!>G1q bd|J.X*|F*º|fo Ŏ)h1AÓ^Qx\.B pAvbQ uCGn%ʊ J<h'{9ʩս,:bwbXpv- x Z4C@%P½K S_r p#q̝H[j3(Mz՛R˕җ¸p;$]o jS[-+uȝp)fxy[֟韾{||?+st_}Y<>%#iw?g\s}Ml%:tJ*V3R*|N]A.T,rv,hlqdQZR1H* 2#aQpUKAu;5'KLpٌN?W]#1;3;5[%V6|z= C8!ګB+I² -S.. W3"LQ `ҷᩰHeJU3b,V}D`Xd?,\vA7 _0ӗ@*ax<~@zvHTiaN ʖXy)"$$K\(uk9 ?.<1aZ<>[/SaD N7y9 "{0J c0\BvCoB&&a 06|mK&Vٸ-`ZZVann% b10ʚR/:,B>P'ytbrD"rgPuQ [E<1GX8DOQ2"m>`)/)%lo0Qj`2K."$GhZ) ]XE!w2X!EAei<3o߾?dw?裧K9k8o?_/?b ?ƛշ?|O,<ysLس!>a)Tg k,"^1W%bג\#wa(B54X=>*#iG"!Yۜ%yogHUy\f `4;}"n-q8 Tkm6YUeJ&#}>WhcUoNpG+P(8$@>s 2P} f0 7yyt<(}sm!F\UjTUfk#ڊPvA%ܯ5Ǒ:4H~6j,vHϑQ,܌ 2Q '[Pe#adiJXXxNLA]ĠE2|2TsZn%v"r^H7EZTdJTUUƵoN4%=6yMA'pnT.Es`pvm5 x)+"Fmps9QJD [S@R㩀a]0-O+XlWo +b\% ;R>d$j`J?"lF95xdR<=GQz*VA ^4,)e8wATڠG8*ѹ**867x`:tzy.\*9v9@9)p˼ >PhVi&m5(:'-5ׇzN DWKj5Iu瞥×દk@x2NJO~")?~͓5/}~Oȝ/-/\o_>o߾}|#9y1Gnfӫ !PPn -Z i܁VD^&V1D \(A0$Q?]cJRz 0CdϷ V4Q !|>#m6(X,Z)K*U\Blb?6SLZZ(Tњ0/;7`8}2d48o)pݸ _ZFHV 味E&Hd, כZ) Kcpb9Q)| -@]ӤGbr:D##aJ%܍X5,;l}۶q vlRpF-.%Sεz:ܪt PeWs2(L<S ePJneٖߊ~Tg;c0mD@H>*@u=+^F*Ja|~^s2w ) vK2)fr=^z dK8oi&m|F)W"D:'`zpv Q9x!0Oz<(J(̦%"y^)5&A %Z򔰒:(} nz7$f3b79~Vmu\EgÕA/Swƕ=񞹶9gq;FPK In|zEƫ4opFl6qYuQХi7-D&s3V*}5toݣ9F5ZHI 3&G^+ݳEgN 4]#wߴiгIʉ{S{ Jq: r \'$uuH}͛7Ų@ks|cݿd??_Y|Io|Ix޼y'|O9͛7$?9cgy"LԹ[*dJ 2 $)F?nR$^i= ;qQ 5VB3xr߬SU#\K")!.Ts!yE!ae l%Y&9::YP$hb㝃pdUZh@A;~|eMRS1Ё0LA>Xg.ER:Apդ9fb>PݣS0 kWT FVNi׽)vD;Wb`f^jJ4|\Ti(3ʺ*-CU_a[AQVvzXaM "9Th!0JUWqE *c͐)Vm,`!woD =%!gl@mm< (sr܉ze/fanwI,x d Qo]'~%qP|o`jX5d601kvC(ɀBk]PrmH Kyǃlxv U_i~)#A}c)"/Nz_7J@-<3tSX"w-] <_ahCӔR:4#@f#(0\Kc:U K(܅Ll{t+ޥdbk bS+{!8(2e' BPSN#RWs ы09; T+{/!q{Wkzftep5W&2@'@xcʬ2sʘib"^,k)%$lA_Ov-ZmZ(v׺-QybRh=9ys󗎤/| =}9w} _xys95P/D C͜pۙSVNB~Y5* /M"EpE8}HdXFrR2LEVN L QL + &TL;WKT52jR Ro(F2hݴ +>»MW% 3DCWx3@"jcЎ]1>p sg))EK؊'y@( 0ʍ90SyrŴѯ'ܟ~O޿[47J>$&]//_k|Ԝz?qy2o83\h`vDT 9M6R:h. A0E{#{![E^/w1aBU3hQYnIlK0ȹ7{2 ۼ6E ԰ aӕAo7@Xe$fE= +ӱv#̓9me*r)1qSPD‘ V q\=eX>%1ι&v ^H# Բ; cLZ W9]94lIYr(?q*%zd*)i%uRRvEYz{H%F I"dtTS3X),Nny `s9>9ys>iCw޽<ܞ|fݻw_?<0gVȲvydTSe1*,oy!8kf~v)O`Asw}]$E̚EC'0.4 saq|/ܬ;U++`S5V%f(CAa,Z'P85!r`|০R/kӎ,VR!!9d{@Ly @I` ;=@q rN'BA<ہ@a L*mqn2ERJ֒NhYv,=]^=:1Q,F@QT`mUw2r@lUӧhY" 3Qy«/qqDR;B(l">Tt᠖ !e\e)įגppPĂMB.0)[@x/?,˘]Co#]Ud^UTB/{~G`/L(RlÉ-nXȂ؛mW7?}YpS̠em3[:!Yh?.d9̕"Sppԕ^wj՛Tye{~bBF={rk^CRpz}z(O1t+ds]A_2A^h6dg4{RW!˧x*/sfl WE38PTk3+1Ȱme"zs;,N3u{j~!A qa۫_zѨ2)\B'D6h F'edA 0nIn/(X#x]O2v)/uP~i-qDDCzSh耷M1ڤ$<9\纮'E9ys=C;%qr )1y1S( W@8(+r剬9qQmL+(!yC/.f)$h`6f^M/rt[W^u2UëYmLn҄+"21J% AjfӳCMO.  s8Qq17:+"#զ}<YU7QvU[_Žmr$;A<ݒy- n Sa3 `XGg^^#@,"kbYbex pd %X }Ζv[*XXO}^^'/~#鍈 :9\+»_~/y7XRR4x)2#8951וniB d:g.:;$CHBO ,(]2v@+1Yڥ& wľ.C2RY{s~9-ys<9ys!TxTC瀓-MKUaO&$AlP;`q(nؼ'lU(`,sk 744šTW#u9q򷡳s` 8? 1Qeڲ6y9qUA r>ꃓav?UZ{\s<3LoA^J7TBP b7H| 17`˘i7 5FѠM,F ;@:3tޞ:k~Dib;r}]ys]$5Vd7>vDT'bF$<2#L##d=1,@Q1<`H/+!I3`T1+@=Jn%bt+)T'aY"8EpɅõ5&(P7<<ۿXR`M bu3)mUA+B@+6.6s7 B""W[kY~[O}< 9Xf;/Gd Qo; yxYj >1WV}8n<SE!٦aA,N[n Ń9bm7fSOI=!AS`A.uaZ߹8xI,_ )n46\UEL6rU^I%+G8ޭٴ8ևb5o:}QAOqk@=x}NP,%3a.v2_"}?V;i30SI3jFWKy acWpԜ)#^J-TW[ LMKY -缥{r<0x$`<<9ys<99f(dDÛA'Ux뗖'p*X( :nUjuUbkqgDx S,'p *+o#EL̘II?˂)50L\g-8XiM1 i+V$]KOv,cm! T ,9j*",`#Leñm$p~j|`@! Q&KCgPH iQ]) k2}L[fdc]+PS%禍lH!vc@B[ًS c|T1PB CxAo a9UI4d%HCj!1.WLSMW}Sk2Tjm -=;[VnMQ}ӻW2%dXsc$V\cͲFeYtco񷾼|g} m~_??/~ok/2/|w?~ /|c_/AdN܎P28VqzXd S†`,*w#:_t2df007pcds<6[vvEfUߏUoJBͲsPg(V+Ӳp&K ^spA8# .B>?H'Eo0wz@-#RA=8*D[_LQhSpFYkZz9dpV0pE՛ħH߼]W}_??q?+_?c'_?yo_7~K5x{paA/mԶVQILsn7sE@Sr1V$|>H/3 /@8SQAXu_EKv_IB.)%; $))h>GoQ%EF,(J'7xZ/5r+- aXhp-̳iG|PGTkbFlK ,4c E^fE*baqPGK4{1w"QbnpHQ=qm8<#嘆!e}lN0y07*Tp}9ys<9yss7(*'#ɡ,t͌?B9fsGp(4K#D!Pbϐp Uq 8;زN`ѩ&)$3@6vc&ƺxa6z]1RYeiԝY_(j딫WoZB].+'VN?MDiԪ([7=]#,u!:+j[1@);T5'.Sa1c 9Y?֮2QW® 5,Y7&ƬmvE0wtUKHoқ8K= rRDlSFWV<+^~%ֻc|hfi- %}armATl`\ 2~` #gpBd:$^ZGr7v8V&!{6: Ze5h7q ,@{yg>Odv@N5MmBid B ƗZŰUcNBzl 178 H;$d2 aώN/vNA0.}7 !:t]3<9<9ys<9ky\5n:a&_Z)}9JhLׄ .z_b.4\v<%Zhãrj#Nx-@sޏ A p|'IdzӛXDVCj>EE@(Й&Wx[FQppi1Kknl:y*ֈxk5G1\I 7MGÇ]d blr +"Kh*Qbmm8u]$#{+:(.5WCVp+X0[a "ybS~ 5[ͤ6$:y4^JP=mxH*Y&64LS i ϴP^=cH?p26"uszB@K|L\Eݨu&s߽nb+Vn".9 %/3 > 0v$z/#VX@ݚHux9nX _w}3yyYW{W}~} ??ǿ[?='؏~|'u}&_{ԑ;{9fͤ+c;{EJ:;53/TwKSZQ>{]aݢs'0p2' N>R&) ثSx2ͳR},ҏ.Z,zm)@3'NId$= E\ f 2"*PFüy wZc-lxCK2"\Ȟb4A8X xC8Gҍ@A2qfrG)`xNQe-bFY,hШo{ӓ{7 "+)PK bm!{*S+|7yUys<9y{N7_D1@W\ pͽ^Pf3oXS=9t^3fL 1`1m3U6>8Lg9.JՏT IDAT@V0qLB)r恤 `4^[ٙ' :}; i91Qڌas]"aLh΃E0(yO.Pr/g_C|W=Z>15n0reތWbUtdF-fwE՟>{ ꚗ>ٿ?OſoK=u{gF/ #"hIvCc+Nၘ`uI!EMW#2;ZDP'b`Fb^%dyF`ޞ`Q{opq^KcVԭWzS氝vo2<4 5vKpqs7Pr]WQ$*,Nz:JZdz`{w}lzOq7\h=k23<0 [Q LrXM!p3 O }T{$Py=mCy>ys<9&@.ZC\ .oT)WvLӏN UoI\Ui^CN(B0,Lj>Vue-<ƕzTm#8uk42nE&Lx:C{\iaAz!Uȓ-ip{4 x O# 1e&_PFRS K6`Q'n¡8_=ox>NjYoRCͬ4ܦFF5ljP+ r TA:.{wps~#-4@RR]%j]ƒ$'$2RYQ7׀Tm3 )xG^&y۞\V{hӮ+01Vrzc檧>i`1,+ pϙV*Ec[ HPW{WO|_۾?Wd_sBa@ ކSNWy!X&d@sgKቂ߻2pg?7M=:\@Jm$%x pS@4p% t ̋aѵ\}jlET=('k eoJ\r+37)o$1",` ɌH7.% I+N-CWcTY Q4W!הpٳcT C z9 *s!:=UQ&94nENq)Ɖ a4ˆ"+nea, )PQF=y2| f# a]0D)PmQ gQZ((# Cî\Dxnxdd *9I\-G]TC2 K9~op J'K@^eD2aKTMH`X> WOYZmQWPG2usDr` A(yT=g)E}fP$+K Gz(_!U$Ⱥ7Pr8xOcV:Ĩ9߃ (da@ (hbq U`MR,gt][o#_c8X0re|^<̫E1K8hMN7hI'mأ,ĺ$YBr.[$ܤQݴPg}|& [uXYr,0PXbM#α=HXύHd7FɆMKn^u} ؀FfѲA"ͬG.g?LhA A$7u`rJr7Kj0;:0]1=k`ݪ(ՄHs'(E_qgſc|3~s>~/}}᧾+4zO/ۏׯ}~ O~G{o _>zqXomCdsH=6ՍiJ+'ؾ0CHp5ȩFX%}:VSjmWdz-*DsCz,*6tt sԃl7rvw!5g=\ ̓ Y]Nj.2<⨒E)d$- k˛dR'hjOUX]IX9c>=qd$"Цaז%؀L7kuH!Ld0nl-R~oC)"ڢ٧Z9}Ia_l,&L^jpoOy H/~^7<9yso|ڿ~Ѩ7>NJr h!.Ҕ:xK1xP @SQ>~2/\K\Q[rm۰|͝0 aw~}J0e,z~G#zwW&)?Z60滅!_$LKv,`W[\2mWnqP\WyѪX #+"^wz^jN[:67j1_Xqjy@`1>.CeIˈ} s".JmWKxN G/AC:{h5(]~2qy[튆"{۸72}$zg o[xqB0/jL0G/(P쒃)ޯ,~fE;$ M90ۺHCc+sxiх s;f"Q [0ڵ 3^ h .V,ٜ7*\.h$ uyzOs+˛O0/os]؏߼׋|'>Ƽ >m8yE4/u}ؗO~Rۗ7͛Oqdx%:t«0򤕬포o; ԡ a!i 8l+ }*UGG^G$dbD)ba hl \&sZ]\4*r].7!#,E,gӎA 3duΪyr5EQefP[C, N0cȈ0Ǚᒚ>M6gÖ +(oDMJbWKA%p d+qtXIj' .9DQde쑺O@[s+Co'1Lsܡq^ZEE4:))#Epr13Db'!X"'(iV,@)>6XB[<9ysB-5fhM!l`M˪R펆T&n/8(đ!<}t,-1Pd˩j]pMM30z8 f(]j(R$"AXGQmݖ1 P 'EPF@E vš-by B|G)[ k§'8Ϋ|/F,R$-Fu-&uc!er|pdﱏg"kk7p )BNF-B{*Ѹ|ܘ7"|oeRکz% +/+ rI O*q#n"*٢op$x|8u678n["gq9>(K}Sh !AlrȤ ձ&Ȃ.Kr5nQxa7C5zѶ TW]{LLLh#ZZJWj o>GԾ|80/_^X60#7z3}˛^keWͪ> $sf8Aa,S$s_# FOT=LH= k̄ {09sGJunsQ9T =TfΥlP&);|9w' g2xϺ"S RЍ{[hxjhO1wyil㎾MA鞊GضrcP0&⺛`ߕӼ058elF9%66yEM!=>ӯ&6kq+2J90XE7O9ys<9)J`0Ҧr4xJxY:)X\$r MB{*ȈeQ{Z4paGO*B xy eq/-# 2b6NHqE\HaIFaa#9ACAw V_>-sE}18@ͥH\\`E3$Fr%-~t* Qxʕr09 "|w"m[‹FL5`Xf"(1c de;oT0sej|5!RpeĀeuV՝0%%:1.q%wC h؋2uP8p M$Qt%1W+?HA{QfMRs, pNAqYo1,-A,?= ]Q,Y@40&)a)t4N@Dit%nW*7>e|uGs>uA1/ѸL-ϣ-i!d¤e׃wk'g\ŁwԧpCJk ݯ`Ȥ%"_lmi6pxzKj闔tJYPp(Y mzVJg;o]mȹ'|IvR z U@jq: lٟo<9ys<1!]6xFAŪxdT0c^&1UBaGVi(f8ĺt!7w}UPrѥx K ]BhLޢP2ȪW}Rp?׀ RxālCLRu$(/!x:c 'j@ \5p6uڢmTU|E:W=`ٜ@R)enUr$Ϝc _.HǥD4J0S 2}puLy#9]UFJ,5Ѓpdb_8Ln Α. 36&=wgC}U IўfA"/8M ,򈚊#WfK/?~fSqO.$W IDAT)TmZvjwkIެ3duzNX)UQ rk'oaxU}p=Ӻ^QnJ4FZѴ3d:VyߵEpͬ%˰.& aa# 8^De\>in4sM%flcrDI`Op @y%~p0(-1"'@L r`⃦U64vG$*U~If S(,yՊG[@OQH1;0BDx&zss/zRD9 đ.9|7J ۓF@Z-cbdGbC-d̩ǝ&d=HXyҽa "/w9.J'|E8uWW  fPH^LH0Ȱ :puvf%_i,!BRE`T_Ua|^-x8xe%lJ3@+ g I=DLP`ApLN2Qo9)IU23&YbZ[Á>+MU!_ XbSN4"Y?+.oY!?(xK`%}/4W&O\1xk"j~Yզt"~{mq +@(YBJfb2ZsNW'?yLtȔCS+A`滗ej{eGI}b{,#GH"d~E;x|BXrzI"Ǭ{ OF;kbcerh&"5%n*iT{bu/c Dž`G3@VBS9ig  y:lUПАNy5`h(@iv˼eniN*WX 8{V247ֻeMx>JfNrZ,k5bw\/^V>6[=E`R1T*Y,c!Ijpx2P5iF٤w&h(D:1N,5s΃K1 <$$oyC^M%QkVKI޴̪yU!b&j`pr&6CF[q&?^QeyZDO%$zUߥWx*Os@P[z)S~7S%5t8lȇn;);t$^ҩ]y w@#PþS⡬i&Й**l^94DLB.S!l#AS.yaŪpI)>clЌ= \XFA um#.x8iW~4\A4NfIYGmBA3^XvoE\Y[OalA{ "7;pD{o<,iE0"R"7o~PaՄzUb3C'0T0 SM !%_S~ ;UVT}5~֩ ;>.֮5@/걢"%B>"C{X ̲D0xp5qUȦ` yQ"Ѳ;슀P`1`BG8ZY FO 3y^"hͣ*iUYsH"Z-yτ$9+0v"Lx'()Eh7};&7A]'۩9HA-əK<穆} CfiXeGOS3dF3DfLhM;認,Kh@,2= ŅNiXa-\"$g߸w--&-Oͨ[˻WJqn ^SioV4J$ɴiߵ@C#1(.z`q2!G_O)-εwR ;` l`ܹ>+ w3%]YX=Wz\㰸m_{ QNblA!ѾUC8Y/,@z8%#a&Oۼ4+,k# #@0 ? }ԅX엠zռ}*Wef\"^ұy'O փ 1J8$/ &UE}&XP㕝:I\- yz"F#Ԑ_zWKQ[@E/S`dJ EoI!qR5N*Y $㈃ ,'(Fⴳ-Z@m5fb"ď ; iN)-H5z '  k<2Z9"G#a%7f*Fu7?8?o~7o~>V:Tܢ?Kh(v!+0@dAsMPUW34[r(DƤ D&r='qtgR|U((Lb{%,_1ԓGJ> &׵uI%G yMK;/|@NRM]|BaxU I(Bc9A*-^8C xg_JasjI*rS1a?XJ:'oL>4'EQBRi8J.RQ:?1e ;CдrE`dCpgKPAϗw#qjQ_l=)@(!?5TOH{e`8t1A Sf Ua"=5_CHLQeZ fzc$p-E:.)Y;.Sgk!"VSދuT)iFx¥-^N.ܩgl,o#JO&K{w*4 EzސJ8ySֿۭYK6Gm<|+]H8PrHn$|u 浣4AGB)8Las/}Xڍ 'k$v2BRSt*l參mQʚ D! )'aIf]x5a.cЦytEA;m|Eojcre{I)J-%}䑅͚$SPC\At )t*вKR6Dy]98% @{'_b5 dҵˀN"Q;`M^eq>"~yڒ q,FW}pNlgC (.aW،oU>f n?bܹW8/gЋ}G6@ k H#wz{_Xe0@ i`AL'*mo1u%é@rK_d? 17_$iTԺ7>͇ªTmm5zu6vbR3%=Vzlv {BR"zqQu&/ l$(']οWCQQ4:J0Իw!i+zÐ"7諣֥B@Gl_sePkٙj<Ö[wQ5%gL[)Kש mLd^U=[h|:H'4_vQ{hU} S4t O5x 2p+:b.Po2 HyBT0NImOv۫Mժ`9Rـ픳ͭGb0ldS;zŤl8c"JZk ir͝tn(mr}Ώ/T9 Xp1,A ɉGeYo 䊘O NO)hbxV‡382[ LČ&dB4-QA]|"Zxst8:z |c(q1ŭZSh9%b7H^ߥMPcEU*+Y`Et7+>ib7{B[[];:( Zk H]TO*yBN"؉֑^' Þ>ve % W~)-6o#W܆vQ7o~œyRv2c3B)ic4S+ Z[D0.MF@X|yT;@1ZAݯ|H=҇m=݅ LājlصBw%]!QzX!B6H _X*yҾIY *3RW+!Ni' za5I< `x #(/o<|ݠ_QȴhTEmLd7P4H=Mi1aka# `+؉&sGcI$ڲ~RwU ĝd\O )˷  ʳk$V7piLnpq }o~7o~|q^E.]a:40r/'#I?}V+}lm}G4T*5{ YoE=&,հ9zۈ*[a%TFR}I-" !>q@d/«`P=;AyDEXUOΫ^dK(qk2]ٺ|Z(35[iqpTg*6%٢:RV`Gg0'Sɮh] ]AH%$ J{{+~#֛T"-+;JcB"WF@u9뮏FP3*#dԽ`"e vL=LX5=UwƼԨj`czj>0OtFB! bX8h1@C,UH")*#D5_l;(0X=h!IY+(7sJ5p*4urz5 3,2~\ M Ϛrמ sbs-t <:pDeC7P?{\f"ɾ ٧(G/6ıP!*5q;~ g|Wr92Y|_!ֲl<_Jaf%?",d,0bp:u x7UMZN$b?wm@k,.:8T|f'a` yz9:kVwZ ^7&@r*nۭ[jch[K.dZ^m%o'IS =z/9 =ENS@% ^hN-ʭjmf@4qm-+!R>* =}֬΢`keag6N) ص z@wA#@mP ebqP*~v\ _3|Q":DDߦ+Feشv(Rak6hR@x@cX0,y%=pDl]PI)Kq+ŲQ-ΔGT:&_-QzQn!DvH`' -ˁ fXIbK~_+h$ Ja HԶﶥM?@V),[ }G6  '!^bmS(5s7o~7o~TRqJ)Z ?f#~Cvpd``d.X~bʤtIn¤O]JYfC40W+[*URq]1L D\2ωu}Bݾe{xܰ('Ө Ju`+I˲1k+GV AQ*r(D (y _=D8oLyWm=EE#92@bbz(Jdl]$`7 % =c~?~x, !JN޺ Sѝ"fYx1Œ}k+[1c53&RnwlCh(!S3>lsW4EP4^A1G J/l]5J>M@Z\A,#]@0jS3`SUBੇ$Er76V^(́8I^Ɗ4:}n \rD} rvQ]+.5TDBGoJwsjǴJTt=Cy̵bNysT$η+Hҏ(. (T@q[iO"R nQ2(7CE wmwm,h}.'}!M5nG^iOm}!cp+ћT@!r}`ڥP S9׉W h\enC˼w 5y`l~xڇBK41Gtfz0&8Y#86.]eȹ;T ? o~7o~s~dvvZ\WT/)N}B 3CPSXj=Zr[M󪥐m ۉ4<̫?L6(Hrm4#*/[.d/FDVOĶћZ<0á궍@ k[+_+C:5 i/V>]cqAC,m($WH®[9ǩK8 @%$R. Q]UALE7׾6VYݛ b#ћ3CJDvhbvvAT_Sp!x>@wPXIzpO>Aړ#ȑ? :j_lD~ɠdDIB#o `M_|=MiG-!f Ћ^tR]Jm0B;!yiel"@`ť\ 7 do?Z1V7/AoN:A7o~7o~f~lezQLVq"&,s l!8U:FBm:>ƗϜ?˄4&c6YQecf%FTq@EZXgY p77?TLXXM&O=y%zvDGRW@wUaA}~3WՆ2fW8!È ;&ۏ(R'qh|z@>Gy| f?` @) 󏮖``tr[VfbtEy ZCp K[_z'8{2d-"2j̗Jး -pBi9DdE`*ZG'مv Be RleR{-؝جa 3')NM I6OLl)4piţ`w9Õ1I"&>4EFZMHE!m|R|AL!,ݔRE`=OGYsPzM 9CT1zem_0=GJ&@D6v8b˰v|X-L-- B{"A$<h EpHm(Gk=1?Ф LDKOX䖀yyVǠ?3"}j#Ԇ܌GJ7E`4Y _!&")oa`HM, B,`)$}(;,!BlƟ1"R%djI6ڈ2EYF,&HfHMF*M6zBP6u'PInh0=&XiD!VuV &՜ d&(ZѢʱHZf[x$c{"LpȊeW8 trNSgz^42d5k0%Y"eձilO%cci Rh&t3F\ "dc^hW`.}FsdV4P1g001A?tYu8/"S@9i %:l0Jf}.Scz`1pS&etLjh؈npmdD,?*)9h"G{@ *vZdu,=#j׭&+J=gDh V(PuxM 0 I-Ρ"q.]|6cVj-[l_{M[ܶc&|ַlծm7myo iۮogjjjַpϨf q@Ce0 Iy& o 1vBSDZX=`bV8~,HFD:ly1IhuI`P)4\aI1 !Ds4*2H2#z z`4hDE#[/1p.ӢЍ'Xc #(F0dZIXj%eXwoXt`0M4#DbaJNRc#fg,ٍlU ;hζHQ !`Z :J 6#3n4rnaDtQKԫ@]f{?-!SVx:A1<~*UƆ@M bnxLH=  `AᱍWvz4pCmbQ 8eD"85Ul7P:4\(H~ SSL# dD#Q! ϳg m3h2 8lc=i뾯mWMثKRcP{WϫbڨVVaR_6s v|G_cJxo @~K IDATw_gI=߿t7lwn%ZZZZڅ*z`a&<%Z2!0b Wuy߃,0EIsu,HHp9V@mw tC):p,K;iW80o̾0:jD "@fK BbiB1aBdRa5H&""쟶e}zj@ D9I:ωF{$[JIZNȡEғ8n;zpa{E?XURbn8'3BBcL m!t+C U_ʴ#js` CsaT:fr9 m51U|AL[_@J %z9##h-5!OԷh`P$bnfMEVYA^>WpvTF(JݤHCcLuOAAWj~!r@-XO!W%J 㛡x,Lk RIˁ9PMr&#-#DhdAvLQt3"H@xyzrҀmri^霚Md:5TC1Bj!T0' QS nz9 6&D-n9/0Ί =!!f6E-oW=OM[SFgf c|uTHfgLN/E8O 97T * aXQMJ(sNZD"ՎQ,`v\{LH<R݉Zu!̓J0%|Z HXT'1CY@dv+ff Ls_Wk>/sCSZ/^~ݝ{5ΫϽV]}jӭםx~G~ZwEOK\Sc[/|[_m5GxΓ~}h7w}7{{6A6us8s傿?nܹu<{^=v#o}wX{}s^/CJh[/<eA+_wGϽakto\q_Sz}/7/>|;g9_Gǡ{~;>٫ZQ=rC{|^ v5'rÅ޴|3>wӧ%7\򑧞9?}no}{>yM;Wk:>q'= \t ywY]w6 weE|ßguwtر{ a\'f[ϛ8;^MŸ`3f11c܈@AQh[A'DK]4=8j>~ܱ:S^ns7nÏ=_=oGn:cko8۳ƭ{9f1cBW_-W#p[ozE~6^_߾wO>^ho~Q oWr'>[r7ooڳ}+_>{x+/߅u'a?v?+?7[!Gpꙹ㖛_/ G@[ݴ{-}+[>wMKgKmGC S#Z9N0`V=-&AW!(@Ƥp\Ѧ'bB("cxf.l^JvNOZ!w,LuW,<UNv e(C"+yMׄ(OltÄ ~tHM$`0hj';W9cnS7|_dYw] u '.u۾;=vI{oo}Gq)k^qCPvW{UP|q_S @{| ~^y'pwz^?{իz{:m ]ݲ|e?О?GO;e=r{ k_geG9ˬ^ruu=!euȃ Ǐ<@7v{_ilк37޾ɟ~6%P;G?'ĝ_ON>&}׍ܴ;]w;N'/S-/{o9}{ }y_|3NJ@捿Om]s~e}qkh5{~'{~y[ٽsoЇ?NpZ{5/!x#Nkoÿ|+~9"0o > ?逪W;??6ux“Ͻ m\xN}#l[#=w8Hw~͟s̓ϾO_[uџΛ;p:VkVkVkV[,oZ+DlC'D*DLve&4Nj-R9PОf3Tg3dO_:10E+ml% 'm4c4@ i 4T ~Ɉ-X7;G,X"~ڪ"9؆+#=rNAf&\jyZ'͂$DH@S(-Lg@9M۲ت:V|Pڡ.MN l[!bۤ=6*#!C (=: VGeEgyzCVہ!G ؍ּW@s DW*pDL/I{ 1 jDא= `Lc+ ̋&l`1Mhg, يjPK:a4>BXJCGVUDp(j VeΈ‚fFc*14BQb׾@{l9!I d#(9a"1xDH펌l9.NdVʤ 6@ڠF >F Ȧ ѱHNRșpԢaNt͑FG1Ɇ8P&bArPy?mV@2lNN@W#͑Ia 2(pB`1F+&; %s&sbOP;RCʈV0F4'w ! Zd6,gi=`(J ݳMlv% jI&Ċ^4Q|) = h:420@tnK"=DS@ i&;5d j4,1NΌVS`tl(X7j&rL9ɗܼn:[~ju ; 4%GK*E*vDJ]tDۘLߗ& jj" [C=_D5b45[ !Ɲ 7h1wy-*##O{N]{2or'AuåW>|q@vէ>}3=}-ݷm=1O6{N=ʫqc&`֛w=#W)ay~Nާ>#t| |mO|]j}sudZ/wlz/yOw8/kNyXXKyiO}7]e?cx]; Gnp̑jz>0${7Y:9/yÏ ȣg~K uueoӏ\Kpu|_t {ww>)ck> k[^?ݽ]ȵs>+po|燮ۿ{u8!}}EKOч~}O8y<̧ŗotG.{#8+w:̵us> 㢿 qjL 20QH 8AfΥ25@nHfGA4(D|hn&E4ј2]#ɌH:\j-U'z YN!$5f{NQ@%N/ZhƘ ?~_غK]|޾޽.j֛Zsqkرcǎ:tҞv_B-8AOk%؉5>Yw=g&n;*@M\縇?r Kk~N]ջ㟾qeAx㎻G3pݼsyA Z}׼{x3_}g[gxO_~}Гڗ~ⷝm~g~׳Vz/qN= qQ׮G,w]qewhӿ=?I߾a[?bpeЇs[凒uBnߴ=?Wc˥wǜx O^p0jjj?h|I[t?jn{mVP7}-m_5VXlJ5 H? ; ic!mb=7-Ew6 [&1eoy,VCD{_.Z0m,[(1hlLj.80LknH)hϷ7k0JPM!d pO@և̷-H„TƂ<<$hB'9! lbVtRR+Ba#(`uXV IDAToZ#AU00"&Qݳ$GdU!3!`zl9<"'a-u "ﬨFcp]PH ǩy*G vy_\tBBsnyl&{| 0aZ6" n+[6&7) +67&1^Ujӻxf33f9ZD!/d:m(Q &#‡25##MkV:."G+ý\n/4ۖGfWHu!#R'y;]ZQt23y:!q*)p*C "-&<@QVc" !V`::Pj &dMO.Z8a`Y"Feq, CҌLx.fh7(%7i=z /[IE`l|R4KLw\Aut|yuvz5wt6-x΃_uŶM/ZoWܱK:Q~ h>濹|O}yuwi锳|]kOyֽ[7_uGu}]\>%`k]+Î<~$wSݲ;t9ge+a)y⭛l`׵/]>ϻ7z>ߴ'wU]wܹ易roiӵ;pjjj?@ g>(s?k福o+w|Y~+D(47GL<fPV(54YFK5R9 Ȱ!DRۆaoډ#Ja*o (ho $֧Hv}m]zޙ:"#VnEN2ٞI""g!} pP`:QS &ra U`@}aiu#0ͬrЖDw0W]v@)&XC 2 vU@ 㒴#r-J1s no悆Pj5ƴlQ nбngn;Ò0/n\,Y]b pEb5(MWG;h0;]0bd' [Ì8˅lSN6x+8䤳V&ݷݼ|qG5'{k=i2n}m{p~+@may7Py}+qwGЄw|3ן=C;%ܾ}=p~g9N]/lDZ|~YLyZFv†u[n}XګZZZ_Gr)~=~Xu_MGYȧ>le/{?_q׼5_ϛIr "h[2e$1 4#&6숶"F_bdbZiNa -xdk)< FR:w[{k ii6Dq@j|$JN [ߛ.kPU05MD@F0-HIrlSyP ] $٣Hͦs,3-8mD1޳;e}^-F5p$LeHq;B3X?t fZلioKdNSdvJ'[r d*NJ 9SS$vrذ`[3T f$,a 9y$xYu P0 hhd`A/n$Э#Dь)3vl߭u2]#+yPcАeV8MH'5GG&uk`MP لdN nǥP#hD5:` 30Ճ qoU0[] 6̖>H<^^kso͕J%U)2H@iv "(-6"MbZmlWu&FĠBX 5$5{~{sSS4tl'TݺysskW)mz (1*dsuMSyQP!Qj48c.\NK/3UUnU3=EO WK8&?D1:Q1"~KMT 1)2>YW&8y01&{$DvX;IF7Եj@*DJtN JTʋH"QBUe0|z ?dD<" Z Q,~2(b}QH# *+t|Iѓncvו}Eb̋5ktfٲ}`{'tR9lM߶胏[jv S~rS_{jۧלl^Q|?cO?+jGge+%+OC6o%,=X]۱O4|ܒ'w?\o-+O{MXytFX|})Z> ޲e3{x#]?z?s;+8ozūC{w^u姜²'^Wcf/|o| mǦy.ͻ+: ^ꗜjvnܺbCC?d!6>|= /?[G`^w/7gϞ~_k-p Ng]?)I't饗Wj}{/<9Oz[ !/yл#MXnHȁdꞓoSv0U g݋IR RUDDTCi(44AZCOq%Hk[׽"3RP DwQgHlC0tY\dGI," G&z]Op2:e`Ī (HpJ65wPMmh*Z%}n,1z DPĨ<2 46B)A!ZBbu=t!URw&ZfI`ޥJ2k) zQ4s V 5;uB@T6`KfUIIb]4Ѓl7(+u^/+h7 kv>6MM0;;3 c.a >koڡ'f6~?ǿt7=ﰽ$ˋ ~O_I˟̳~@݀}J@<Ŏ7=i{hX6=s/~s>f7oew_ 3j[ѕs̜&qf:6M%P3^$)>rصnMw;~Y{wty~ņX}ӎ[r_+zO 4_5_5_]7p>K_{+f7_~5Oc_~O׽nΝ\rw}w?K.^smg}e已`Xp1O_yF0A1{YٻEuU<]٧-Lm}KTBZ.`2 00d*2ʪ(ɒUuc&97ِlrXe7"GY0H 8a X)jRl%&Be³Kiz@a t1P2=F=2 A" Ec{S"`1g bCE9Hz Ɇ@(T3dپ6CEp^$X@wVԇ8U(5HSOJ44DjdbF[U VY `xM#-f[(r*XfFL% *<;Z vVIR##`PU&r@ttl<JVgh@ -X 2`vy];kВ\ $R _%h+Jx >"@)"M+nw96Tj(QA)G ^}4Ԭy뉩 zF(骑AKw@tFd5 ftCT5Lih@S戸l5IҍF!.[E LI [x:BF`(VXSJS+`Ob4x;j⎷vA\vA$Xʗ^L6p 5ӣČhRr$Fd@Q}{`v/tktʜ*phC"-S]Di Td7 _BU*EY9:QB%$!jJkhEFutrX"2A|? PY,9>Wp t R{$PUȌVrᘁ7Y50j $^s}؎-oztW:h@Xq3sȗܮ+=xqmۺs%Gv.bˎ= ڹĢ|>Ц/K<.gKo]pKU{A~߻~?N-&#<=?s w}򃟺o^*󎫮{&GVI Ɲ;ڿ1Lw_??y?|%'?]9x߯}!/}[S_#/|']/yKַO_K0}7E]h- oFRKl+ll@ӫnL#j0ۋ[DFc-bcH{%- u%I{P 5 e,j^4)0APQMP l`FPipE͢pfu2fL؟NJ,)H?`e\BѢk"lMLxtg!|l0YB`HL|QՌ'J+D7<ů 0H,IGm= EĀjh7>186b 2!+jDQ)svlZL]1ͲQSEy(Uc73JEV QO"d>L[h8:F jI%du;`Xl0eЦHK%U1~*v1Rs@CBbrG҆I (Utdm@P"`Iq kp{ňkO| EeY"Cب^! : gqCs!gaO~dR,98S^FĎt* 2:Y*!Ss]Kgd dSS(J&C-(Ƃb@I %`S5 " M*av2bvXs RK{| M.wUA)15('D FUF@69STQ6iWCtl}EC(DB#2}fҔ"g4q~^ՈH%Chb` IDATF:J|$`x TP p.UBtģ0*mG!F4V NGit#rҷL ʠE1FKUE7s],!UٓC',~pVhfUu%ӗ$Ƙٯn]H5JC $:)n{; "?˯Rkhպ#'ڲX)GNhGJKW[zZrWٴ]+OX7?]?9A9p:63G(l3bX0h߾G5=~Xxÿ;>t_f=sy` ߺ&̩E fm5XfXxڷLDT.=O_ۯ ̹?7.8zK~WߪcNnWZ SaȒ`EB,7B@;J*i%N@FE6el=60Uhթd?2c=@[@3NGb'B#dDTQ GuJ@ ^"Հ,~cAE?惚m@qCZ4 XQMI 5Rvb1IuWF!aFo,G&al:H;;PYEfB ==U^X֡@YGs(ڿeraPP~ح4(Y*uЉv#Fa*VXdC I ޒX~uxX5;+#ÑyBw` `͂yEÒBlV֠@XwD".o^|xAC!bKn #d 3FTlX/6ЀeP##j+ֈ닭1"Q8=G*܍bKM{(IފTAAn(vE95P cr+:IٛhJ3NzŁiS08:^VECU5eh"(Mv*423$>w9 sz+YYQ=Q-|mPr߄TAckh1^&5"=d33&ի t",L޸J9wCB~Vʤѩ'1jJ?}Cg [T0e7WQ TءVB- 5^I;_E< 6?u __C|=v{:< Z6o ,9hBZla =l5 ֝z}ӗ4IxڀO\ۖ#YeZ810OK[6gG28xA i}Y,^waq>4C'/{}` /K+-voݲ6mW._6 S.Ēk{/>_zwoϟ#/m\pNnp ^]۶r-#^o|||zI ox;y]w}7矨Go5o] (o_qƙNMM-oy׻-oy?#_q lzE ar,psP)2;״r؊C(2Zݧ(RJ@p[ڜD \'غ 2Tc"VT3FbμH`'gxf`"RQiSDu<^ڥBU$ J&v`+JM`DBTȠMdjV"6JZ0VLi;؊ 0JTS#"!za)v*VDtPxj%"TIB@w1!V`Cvݎ6Y[4gbU6iKuK(2Ҏ>I-1{LG lzthdE4Ih71#:l#+cQn<2 "+|ftR.֣(XbBX lA6hD%bUY`e%%_ZGM:@ ePO +DPq]j `X]e3zðpJm-7&%dYvDbySDhCkX 'P9d!DIdI =ð]ͽ_KPTs2-d536*B8Ɛ(RJUVa3%(1XNF44FԔ[ jDU5p^JEdT C%Q@8fM LIOS#/hQHi}QgiJ&뽀@c95XqFf+Hu~>UDrL V5 Gv<3Srj{t{,-K!]2=BkV[x*# $PR<$bnWK^}YV-'WZ3|w.=o|9VntûnOˮ6nWu_گ]zs^WDSL;g]s/:\zw=|ûp]o4镇zŸg}l {=L/=hI;w7:d=tw)/='mvf0uSgZxrͥ<}l.>dݿii[ЗXpa?|޶iG'ȩK{ >C-Ol|x۴[F,X}! `c.—7NczAX kϣ{ړmpXl"n&kkkpnZ{߽v 6O_{M!|N>;<ɾ =Wy*2`l"&f;G.MceTrj,NMqAjs $T0RTzTMD қD"cl'ЇmaıBi,)[ i)""Tж +DK-TiGqd(Zt3*`=`Dyi#_5D"3uĬ`K^iiU%MA\ X? T LE.b #AM  `seEd:sMERT:8,j"ͤ(UɺhtC!cU9{6X8$)~P:tFWio "M(#3 p"hVHbHRZR`zFXjABQPQj 'R5 Vf7OL ZUYf$B)2  ӳY=RyeD!*Ra'J}9iv#fOc|۞Aq{aT64TFvʭ$]b0ns#Mhx=K}MLNܐQS- Tϩ]v&"e9.G0J5D6 BMjT{^td1;ILlݭ Trf%lbDvw*<ЕDv-fg婃 jRb2 da2PHLT# jƘ5<&(,@ =@@ ۟ Đ`8**&F7F Nݝ,Ȑ۶lߘio=P 0S3*yjG!e* K~[AA(֢ʐ_^T[5 Z^(&0ءl1RU>Z& f۳VN`5{ӫn[QaCVmC=xUtԹg[:bm㶇ڦoXqMˏ>q4u~]|dD.^6aC_yg;ܳ=i_w޷XMȶ˶b! !#fT+r:?#p8U,JRFXoFU%`rR`bB#Z?=~*M K: 43b lL";'kHPA% ec 74;v< JΚkD2Ib"KRvM*g#UyI#.%ڃl0rAQt*] !: D hCi *Ph6$!(!V/ 9Qw[}jǚCR )ʐDjDDZc?aZ·&N<f2CAڶ78e.OԊ }t1TTܬ)Nl IMSDBf UYΪf=`" F:-@Wy ɚ<&BtA(˥S?|B&Mn> ٺHљB)Ɋ! Pkf j})t0 %TNJxZ6aC)*70i_`BDj j&c`VPSG^D~IXf!#IYEbz`(x"XQv悴"U*T]cz*5UEZJnH{oGUv``2X[2|dFG]=[Y TGȀ"3[0=]€A*P~T C34C:fs#,|0DV QSF1PQ\ =ƁvTL!'FJ_n>,k|}m̽oOm#^c?:ԷN^ݷ_; wzUw]wկ?37^<#ʎ[>pȩ}Lv;uˎ;U}M?u]3q]S/+-ś(WtKo[w9#M=V,}܏;+N:q?{c_vӧ>5gwM^~ںɷ|)rsn߱v?} rkЄx784'>ăc/0Wwg;٦飾G-Җ=~+ny!'4׃^yg;$5.Ol]x3u<\hkkO{{O?u7_}~<̯?mц/߶섯;gMx^bWocFfC(-!UC )((PVfkXGJH(iHˍ$Е"!'к&H+1趺 ;a$G34 vS[eC#@sl И(5! lLR @/c]Y"sDU1;ki54:B0CYj36I*q,( O-e1$`pIB-2 4F k(/"11&ǹ6|(iv7 \*Մ8]g兀n EA+D}tv T"$D h7,e )DP[eSјpS0<.@41&D4h52ݓmM!({3}q55 GScKt/2F8c*H Rt,9Fp fhTg RA5!?{K*ܰ6V1 $:٢! ީ m(Zs du2B-PIjc04I&R$Җ=sS"BXV_M:P}(qTPUT)Q1b3p)X4`& `Fe D45E2P?\@_9vKZQ Y%D!8@/+YBnV[UjX 5t|$(#=<&&}%c0RewĬA6wYtfse|$"4@RetX  c# (2}-P$ lftG 2'"m9aPJRLS~ [w<^b 0Ė`kc0! &n@|-,"9~&s25h =!*Ѳ H# LX5__s/o|폽嚙=W33Šy.ÿ ju0o3& =z㟾 ^Ɨrwό`׭ݿoֿfx9/{IaPo]k:6ݼq7.<m#:,_Uֶ?6N026[z9lUmUk#ڹy.aX꠯cv >>rjnQm.ےS/ b\Eᠡ3&BUFٳ`/ ]*GFD!B@DPIjvSb`>):A, cF( #&j0=c-9@*B,V=YbT{LQݝffKT6;Ϊ/TVA,wUۧm>UP :ۨbՊD79F d E!/ IDATEDUL0A͖QT2AH ,Qe( P*O- g[8Wlbe7Y "P$ a  AkViPlqtQ@PJ!,7dG0 dE:Oaxe*'ifѾW,5pp$( URs}je<9]JA)TB} $)BfXm.T(4FDtRk3"DHX)}7+` )KFh3P)**/ [PUdHٓ&VH_jk(YdhV#dS2rf0{#y;On Ω!BF! 4*Q(&mʀ/c0"5r47YMj2e^BkMF|}[.~;tvZ9N -^r;>p?C{x-wnڭ^tt_޷];w>?q|eЅyo~?.zOmqٯ||?{1˶qtYGn;bgϼCw쌀>?7E~u{kY L}݁]>| kǻnٰu|=o]^?+}n O?|֪g|}~Uk[j̃w#{ў+nY3X|y_\ڿ>uuwnڭeg5/x5W :cl[M}߹/߹g~x _98#K? Xrk/|sWG?{5]-_s%;ݰ}KDP@@fnc 4~k{h͒T J+9P26o"ZuL5c⒳iݎYPPFqHrB,4SFB_ eBfV'|R #@DZnY(V~bAbbAʰd8е'CNRp\f#K-X 1hX= ᔚ0&hQ94e<*l#+SK5ov쫚0n99;YRK.0^@LϪ+Pdݻ5`bȴ5$D @SJ%؀VblCDFD6( i,Nf'<àۡU)I(уB)#9c,Le'TbPl b TLAR?,L`BIhRѳ@)"WXH 9 !14T6h2a:}>te4v], I”0)n"n7% |QHKĹY ʸ7Dz+}LC|Ƴ_j C _'sX5 mf-܃l}CYJ bcF J/ .1FEeh`2 ^mbg+ ̾.9 SGFbGF PKȄ]cQ@#φDI`,%AT;PQi0=`b''RlE~.bݣEjA s)E((Υô&]ɻmtolM'AgQRWf_"`Ty+s&4"vC(`솯(u2kjܹ KW2HoZ;Vo^|w\0b_׾Gظk>dg)?xiK>\᎛-1,?|}kКs~м?{oݺ^u1>PI R^J Qb1/ _ԀF4LDDL$`DM07J)`)r΁5mSO_~5skk\?=//(|OWwo3_k~?}__8|h[T~K~`O`_+~oүOgzڿ~/웏ty?y+֏o_G?W?9 ?_/?V_3$~|{?[zϗ_ݿz~gukտW_썲}?>WC~g>[|?]/__CIxֳg=Y3" `f@UG(t7,uW$ QdEvǸ!TCnprN6 ~ZcAEp {^b̨UII`]F2E S~,_0qv)fCN&"j>Zf*T:$si`b(!R]=#WfGKC!7gDumELls4",x {2=CQ=hs`kus\Qp\ʹqϰ=K$y#6 h6N.$ Qc=WyPƈȲkθ|B'""G5:^w':m>=c>>MT/7rwfuaz0ݵg'ÌeEXI 3~@&6DGsj*qթ Œ\05H v y-)uB2@08+^L wxO|Bƒïr(fUc=鎔(1M%9d" {]I>ㄲe)A^81O/ 4˼-Ew\DK9tF<6&43Tv=Q1<}όw(󺾆wh~E5%ANb0>Mwm '$۱]#E=Y?`}c??OR>~㟼=g7o۾gs|O|?1=E?wW\$z}|;\ϯO}|}}Tzֳg=GRw?|@Ҕ-@q.1H# 3o]0N~pykұvsBu[r'<Ą*r^ +Qd;D2.paG_UUFl hn\bryu~7 G浂7H܀Qy1`W%A2I: ή޺*0zz@ȁlW !Z԰yT$8X"/oCy Ih/E37H% w!W ~9`SJ#;wrQp@T'άq/1x4۶ԐKc@wдZ~V- _p=Ҽ;}Ii'}•qda.qCZtByxu65{4h?9JƧ ^Jp+va)&^_1~ @>N^ߥ&C] ]'Åq|'Ht\%̬ҧiB/PBʀ%?Qv^K&1pƜ.$V4 { \GW!kJ,B>9EG)Un\SC٧XjqŽ2(U5E^ឩ܃#e(pj eɷ3loLb\CFXJs7巛gqrEn =9an 缈q{zbڧC;x/é@m["厜cY5V烾X_Qn ` q0CE'x kT?It كG> 7C2Ӷx+ 鄝I,Ҧ@gs!xW">+ӴPgUzrɓc&mv Jl78:v.aQOdz~?dmM)?+}w>+me?L}|Sg}?=sL[q֏L^y~~ֳg=Y?}RㅚJl\*v1S]K%g!`KYDUVe0RlY "gW]҆0n ?]|[엕ƘF0TYqϥقd1z"z2ͷ&uZzƝMAʪ[8ق#ǫ| x"?zx6nvRX*g Rx |QPX~K5͑lfX9A a`U.? 5aߣOҷ2+`UZdlX.$tuÔ nZҐDT96B`D YwpR׷aaG+;iuO󠁮},Q@9WCKi&7t0E|RɁөйLics?o/(fcYTI:}IS\/&C^gxG$0A {&Gtc8)U: 8s<{*yKo1phP]ith&mg&;g$!W/qw"Ce1ȂH0F.fܠe}$NϹ W{{:"Tt1NtBYLaz?Ys CA’(\!NKSC6 l X&9;NeQJ`tb9b#C0p&UTE̢甽ƀė@.#)Nn0AS! 8, شMѫ&CʪBzЃ5ETKdpǝ7PGd͖.nSA=ȽT9 6y%oP[ŘgҀi_g%\]2LGU?1b,'J5Of!097ْ:t3M יBiha/iJX`Ldlu"$ρ@F𪲐48\+>%0 e^Ykyl1ѳ%)M_! /*iTM(F%8`sw uK}jYŻ<{y˧ XeP&w0e&@Sd6*M39 -ӛ)§)np2B;2F)m #PțҌ^@Vӫ@S#D㕹p/bI! Z2)Cxux-Nw)F81uŌiH'5єA>™u{߁hdp뉢C-Qv+`!Y ;a݁~W܃FZb~] %Ny])xԖ2+:i^t-[Ž0Ir-O'og=uE'-irJ74!Fϒq"yU0SwAGs]@1-Nm˪!ʬÉD&J 6>&ZPrc%V .:*:ې=g߼@VҨS5p{Z:瓖e]8LrxJ)m^@&Y^U2 tL"SOP gz&\bEV+$RW ǝhX)D`;?!4,hba[!ڞ!AmJjI9 6O -ttgh| Nlen>2߬gV#DdJH~6h)I>g3QoOopJ6JPyZVbC9'cBw٘^XA{^8m&wBz~ q;_d@?뇶~x_O~c{>O~cQ\xgO|o(>w>wg=Yzֳy7_o If(:B^j皪U/I@|%sф9Se#R`% VF$mh)洠LBɣzSr'|qn``sPhHy$¤uIv;#1vX IDAT6vIEL}]?8 U2{3%\{B#9__KpD#;4vh 6H*.Hm88 1<7ZV9De5x9+&w /w{yM^8w'tz.%^s33pa;`6~aRk[g\<ȃ dckQ ur9,rޠ1f fyف B'DN G9x ofN̨DdIEF] j@[\bS,!V-G=sB++Ӥ&bT5p2kcF)=c\5Iaq<TU\N~HӐWs*E.rno %qY1ͽBḷ&IIG s ^(vcf]nJ9`tv38@m 3g0u7;O(0P>~<`q$ʐ9>D`ܬDz/ >r5 ]7.ٺ%uAA^d)uب#IfZzʻ=`Kw-O8\+gһ?$q;ǵ0/:]2MMmU=NDLUEn:l9)^@6bf"׽S?^ax3SwIn,4R-6<l6I$ާ3d= 2%w3ڵFcXG^khmeUl@;';R @C4 ̡Gl7ءaGB,u8%UH1%gkQJK~KD薐LH փTB:`h獦=xtŹ~ =N^ܑyapQ+)x+UnpwM2M.j=쏮.{祊HY6d=E_D Nph֒a G9Cf\r\ƋKZڣgϡ¨qY%3ʓ!V'BL7p5ܯa(u[23~;[wM\RD#kG@Ld;+} 辛: !!d8sǥs`/Ҷ13Eqp1ΦQe7 Xk~p*͏S^O#?G/_ϾK?Yzֳg=YGMm"n[Tɀ*$; [ᡴ;ITj)\6+ ԴKȊ 6.#@au;KP0r±̦1NDZ/%RGq p\R{QZRA!{|n~ L^Az!v3y]!/p3 `ڊDh>ѷeAyG*R#&A:䂸/i v m$+o3aQr1K#\aJ <:c?amW1 B\/+DޕC]'pnkU]a2- CFn'dn42<1*ji/XR8UM;3p+ɫuɏt,;gȷ-˜͕=q¯E>*[YpJcR]B՜ι.;O9PTЫ)l9Yq"cH{^]BFwĉI(w&Ȏ^GPNw 4}; 43ya.M!)1LJWNϝŶK(CFY{ ݫP!!rB@/ Ĉ*Ō,J b16NkGhŦH{ ,"k ;61O#`^h$^4gE`}zث:YQ"C7t<9.4i)ix1}jNA=3'QalRAM VfbLMuVupiUYľUK/1PR-82 IJ;|i`=F xӡl["[/O2(Y.j zC] vHN(* *YlF$)wU8Bh"li8O b#ۏGr#Ӑ 8+@8;ȧ~S}ӿ|o~ٹxֳg=Yzֳ(=te :oDN_0ƒm&qD[9&\@8 oppAF]1A޷F'J80b]qjŨջ⚓80za@MRXjiz˚\j$aԥ(2NFoIp|( 6׽_iJ;mЉjD6q&ߏjwXo;1yǎ'Dj6RsiB8DAԪN₝pDB.nFYsD=ĩ7S+u)g]ڪ>#:W gtG OO3h%KTܚQ؍)I)ql ?3-(Nn\3M%4 -20@{y ;Y$p$pɅ!uVc@ DFMD|} NbO7/ 5}bB&!bbQ۫joPgMxM5da[ZM"Li*c#.:yW.%XeQrcG@ ֹ{0q8 ~O=RY Pt'ft(Bܧ(S!p;]udUEӜMX}a@3R[>cR[iAڧrHF,O^^xrٮ;L y&l"(&04\rWH?V0SXApX9@}x؅OhW!1'4x<o<~z֏_ >g=Yzֳg=달T [:+v4 0AsFJ1}X\^ N&\j5`KXNjwU6+VVlp `B!+60Hdq&[{gUƸ$DɤWLxQ4pf;piZշq|8 w[=D64"ܜ#72[X:'^DjqXW]_>"PJR쵏HI+B{Hgۡ)S@qQ dOsia<4 kuE2H܄ۗН O=3^TqN\閧 ޣmĦ)n&Lf4mJc"DVY"+6PT+<Kx.8ERt@4$kިP8 yKF oEZ'jsB @DZM7,` 58iUB䄹%gtEq[aXYp/`Ն)5Tnr5S9N(#[;p>kyUuEF%$GNƭV\G<+L5Q W"Z^{#Yoz}aa0H+XQr4q_G9W]Su%0͗,(!a0"Z̤ѫ*Lȴ~~1p[NUɬH0o1t^PB0LPOo8+RPcRt=A\ɦ3TXr+LGm"0]!bhf3kQ# ȍLz>1`;VQҮxi.nmlG``IK %@UFн(9SP cC9_}GW[^#}zֳg=YzSq~~zF^T5D d2xSzxJlmy3'N(ƣW^ ̻V㶵)iSG>_RQ"Y4{j2\S*SixN4IDž+ZbWI_0+bR6e^B 9= YUFʜPÿbX)REN"&0ojlIJ `ܙk`i[8rdא Q|%1vK62G@]9-zaq$_J* !7c *Z1, ͅ 5$KU },vg$88J{M<:ְ`NL>RACy[ʁ vCz33ug %+6xIuC#3VWKÓfCʀ/ՂepE*)ºFk_-иP/HtNꭸ\̆ u:+!7$j40e`ǡ! ߁L%5`\ݭTIٿo3~=gId; ['qET+ .a]_\ rA R.9LpAj(((޺Yk-{$B8b8ll_[P\]ؼxC% =b/U:n ⓮";:C1ʏHE `u7n]Z$$S@Ks7&QJ޶GS@)0͍0/ hc]g& D ܽ]j3M ݗ)A @ c~ UЉ䤶%(GXkPti2v_[}7Y?Gg=Yzֳg}1UU7RQg 7T \ a&x=|.сeP.ub߈n EW̉J`=>K{%Mp[##՞El-؜NZ:ŗ7=8I9 .*E$E0IaѡL,4\+D*^F76T[4́\쇫oxy {j#0_ 8e$Ä/f9ׂ2ݗl$R%|(o]Ŋ5sZ$p*BsTvqy o pG;*-%⺐ Dgra:)ib ; 6w U%H՛"!?53XIę_g,QipT7C2_|Ht.|`_e;g]w3J/@a1ID.}I}lBo"W95 XF6Ui0k ֎ `p@p㗷.lPI>~W]RbĠj}aS\5ew\NU0bMIs!9l7a+*tq4Ge7dIv)}8Ņtff ]h.7:Xmj'BLRtV~*WvS /eVD5, 9=s6^Cvs.W!^`Ys>XXt@<ӂv) h:Jo`8zLPT90g=Yzֳϫҁ]@y|% d@Æق›re6%ك؛Gb4@gdj bk,l077WT }aZ&h~d9uCc.'$L}-,\>FqG:60se(<$@y$ՊnCaJU/LKid"&Cc܍m"E]mߨcE^2;\лEvrl9HZ46D|9y\0FJBIrw'v9>I \zֳg=YzUDjM 7hlU{yxpK겋c}Zl`igJT_!Q:r )h,N:K>̐2?M\ՅujB&WyK\"gk$&nT$RLẍ(0v {Ư ; u&BІICE2ysr\wSf]cӫqvv锶: &FB qS$?HqT4$ *n &!P?)5lZ :fu`Jg2%ryڜu֠8N׫זf}z4<T l'7}dzNS?(ZWݳT]#)|* .%H1l%;k܀ se7_/DPxige}`CXX\ل*ӹ.O䲫z͙gn?a2a\$1֜"jsR"w}\'E"ؼdu/D@Y +mtЮ\4E̒&.'a):ҳ3G&0dU-ia4 3ً1Ayⱜ7 Ɂ6x KdCDDzD0jFpV$P+gLKJɎL._X&h7*:l@.."x3cR7y-ۄNIV3Pґ񤿠P8{H_`mOs[m[Ϛ5P}pz?]i0G=QzԣϪ|:Ag=E\p݄IB BUEobUTPbN@όy<ǀwaS8sb5Alhȥn#0:oڸlDɡZۉN*͂a"'`A% @30akX:Z<1sL,u~=ehF\Y8Li^խbwCƣD{l|C>'2.Ě7' p BjẶ\H,s0CA@3 ,S_d)|5QNPen ; "^9Iq964RNGR$T=w z()"r"4>*:cDiYS~Ux_[=CpMz8uLC#5#V]LJrH2Bt:6Hm#W/`>gQMhaʲ̙%&!cV%쁸UiA Pƶ \"@pWF(G{Xg2pϺA5k)nUB?dmD2[JHp"8&x$XR)}3D'qF#XrbM-"C0~JPOo4gI^: 3BVQOuSo9=# M lkn&.&Zݜ>UnI3I-Θrdy'~3~wn؝4={,ʾѴ2suI"Thb[z-#zٹw4 d8DYDH.0bG IO=KM]/LLMl]r@0 c,(!" h# `RBV`5B7e{ 2O4gCt uEWR\= u8j )ǹiCگ𙺤+1ܯ0"FWr971Pj6L`&py%|j+ y.9D1#G\EtցcOL@z!.L9 r*"KQpxkjÆx ;@,X֏ќiZ6m<"AcL G!ID3HaBt*@b&#I\uє\v;v^"$Ҍ̄xEgnkGLxך؅#eMS.pk۰?_~?O7>7}ԣG=Qzԣ_UXS3t=U(*) aYn,k8}nțp 6;]9uN#/|jpFKZ$5=/+(p&yBfO\>$>Q]KԥA 0AgS+/H'(Ԗ!nAk88Pmld#ȫ}Y>36@Dǰ / ^CBIYMBey8CR G9i, ttp|Ia(z5Z1`^+DAF 8kv2y72 1NM:Nx EE!(WbP6,c8m|>ُ'ܒkkh^*O=ڋUgπ#|Kӝ:waj _=N 2[FfY*[h0ꈀQmC7n 'VŁv HV㛗M!Tw9Lxۉq {VTmpj|8$xA:;&9l8єC`AR*[jJ"ޮ4J@%a!vC% = 0X0r!S #`wŖREp^/ ;%} n)0$#sV)d ٤ۤvuq{cotIIó ISf G7>s;^7>xm/w~;?|W?+>o~Voi}ůs}G=QzԣG=Q((,P71'6Gxߚp)2d` wk5Diy#f C<-ycZ XIv@o=T&)ujn6"v)i k -5 U/K8|*nbHR%$ W@E$cEd. |}|DLB? X鸢1 eL ZB#buHuzQ #6 1jVXij( gh:+~MqA@(c1LFdiep0S1rr<\ZwmZ)w s-@@.|YJd0jGtDB=j4*g EEFp6Re"ni'Q/ E`@4zzE]L0Rݮt.Ol[@GzQo0 z^jAֈ04K$s !1uLTNȩ>GJm ӷ({ SœVqW+$-E ncaSږce(=8tP8/`-M6%4}u#3<{sOSR f ̧;8x!Fo-jXf ``' HM 7\-j^E' [0 hs> ϞH\)hcbq@usx pӄpטMcICg-'3=tb0D3Vަ iaK4U"v9:m6YD^7dmIf) 붕vXIҰmJѱIi0!V9Ή3&o9]z'j t#Rц}ƅ8? ?~oo=?aO>z{~ۻw|/? g4/}7ǽ/W~,d?QzԣG=QG:2$`=Π*gv8<H’Қӂ[A1{\inj|(Ю*& =2b%f =i=gTA_X'0gRIzB29Y\t+y2V?x-NB2;wb7:L0EvtEjlX}MߒT#<f]k]nt]"!. 6Ll|a*Lt۟3֦ bR.cJJTА3 r蔉J@c oZTm4S@6}oH}Ad(-sP3H :,6+HH_y}>|'~D^/~oy|_-e?w ;o?MzԣG=Qzԣ~tW$uB2$?[(1d0R".RX̺:x>1pH Dn9ػQ\@}cfD)ߖ@JPWbP+ m(UpY> ^*|iHi.\TCCjRԣ{qځM%bVdR7$u ga<)u@H=/7OHhj%hı'9!q@8iYNMN=J1|36pcM2YbT_>psEA6]HAsⴐa[Mj#՗"O),B m'#b47§)=CNluyaԕx/`}o@Hi*E×HΏɏ[ax>Q7FF{+gl0mZ@dY]5gi4sKBm,<iq6 e v`Q)@E{;n=IUiv[(%#< G3##8|"L䆀|zC!&1d3YF፽RzQ!l}(K)oᘈ-q֥qH^X'`D^ hЪ#'0`{^Wti `v[ .\a"0,\Stۣ0ʄ-`h`*u\-WC۹'' ^tۍ 2Ybqܫ6$G/RXNv t8[tfxFC|xTT~Ą`)':¸#Sw{A5ɔ3e0 P7;aksb@g^ [g/dk_y'Cmw"G?o|;˾_rk^ÿ-|7>_/k?W?4_O?9 [U_'gWxC_|۷]ϟ}y_^G_'~ҏzԣG=Qzԣ~VǔéS܇E$^$6$b3\±t:o&;N@Ӡ&> QhZ,rpR16Z!,W=B Jn0.`>/fv|hܢՉ\rM1և[{4G)ܒk@ME ?'؇D݉{ZۍG@[gqbnEJ#!b[SO,prch ^N@> ` FU(Cl\r\Lj9Z5ɠ̀;^gkಌܰKtpo!74y\1agjkdnXgN\ҫqWr9qhj<2MsPR`e]P):Gꯚ;d z.hOF!ogmEZ4,Dڲ s;MM6FڶbʵiK3P P5#9o;skafOߓ ܒrXGtspV#1\~(ฯjSBф y~*Yw71O\|;~~^[O9;?w>g.o{[?>E?7WWW~7WLx׾wg(D IDATzկ ^{oUO|I?|ڗ_?z_ҟcW/_g=_?k3_\O׽k~;W?}YG=QzԣG=Q?l^6,ɘea\!pZZm# ;4W\/ 7Rl}WLǏsslj:HCfA[QP'HᐠmQ@8YfWd{w OzEArQ*EĩL聎 -JC1(C <7SIn`shXlxj \x]ot EHc饨GRUIMyP: AlITj,WǫT"Uf0?C3Ť wox oG9=m(UFܠd8@t&vb0g[)VA"[)M!kR*%|lL@ʒ>-ഷr&N;E 8r}axEjRvk$J17IŲ~F!!ŵļ$O:D@]o*YV"E͟Ru{r2fl_к 0!r9W!,ᩐ3 !q ^ P ϲ0Pcrjއ{B0MӃTپmDԚ+Jd-  ~F]fEO fR egd= Y`z[b; KtA;Q-1D-zl*ʆJzA.\1%ct\w%xH$Jh#n#e^6<@ΊW㭄WY'N _G{B&؄_Ee /s|8 jK 9rVzoS3^ <љcr#dKw۳O P088ْ.%5k?JD͇{xM(G=tlD% "{)!h:QkY"_"|O}?osxgrW~׿??xK?[o_(4_~/?___~χ?] <x]+Շc=|{?__o%^w~}wz}/gG=Qzԣu낊SK_9CLc8 Dq!bE FlD[FOYvm\g8X21\nd0SIbs0X3>UY+([ljrnS]!J2}֠ ߐGn˝;J>#Ɍ@{d[.SWG)'E5{^–Tan(J(<BR[3Eޒe,FM2Qqb1WȎ4~,V' vj ֋_?Œc-0Ę..rDݬ{ 7p6b7[WNaTȉW''tqOz$8x'`]'2= Plit*$j' )2kY(ʐaro[Fh:hb\rm3$n #,z-0l\dBG#p"v~%p;煋<2h&׸)/"[̝Bp fq>B9x8JyFs.3Qp.+J }وR"Q͎8#($\$Lo"YlɢT&L$ DF;/ ת \1FOlӠzI?mߦ&屉0&Ku4!х6P!9) 'Y`y &ѰEu6aq”=4P9Ȇ{J [;;PQˇ0mV(B ѹPBc]Q99g!,b* 6O.4\4&hjFz{_1RlӅh98!8^M暧G@ݝVڏ xo/G>!(O|gOПy({!ާ~o_^һ^1?G{ _?}'cO\az>yE~ƏzԣG=Qzԣ~4QxuQE4sR}*1!wZM"$]O=Y p En_w%jXYFd9&ˁ[ )*G#[;|`zmH™T3\w1%eTrN<Yuy`ow*9$5o5 !R Э(rcJ\mM,鋘*i8Cv|o *urt%޵D'{S,Ǽ]}sǶǗUigQ;6y{It3U1x#1I+PMY@9ˡ˲R>}1:</`/-'索|1TJBcI܉ۅ$7@UJgV\m9$Hh6IyP ;;g2eK M6XW;ny c/wEHـxӟ[Їo o<{<ӟ/~ŏL]~?wOW~5=G~xӾֳGo/cOUnmK)w?}_y>>G=QzԣG=QR,!1L :ZU4?J{磃g$Yk5t G-HYH}f [A⮐ 1<wը(Oj靨CyֵBNR]ʸ(6vF#ͥ$. >s<,5lpAtK}p .t$kXA:<ũEK^xAfH'51ijb:y$_0K OQC)d<#97Du.<) y,"*7 gX> Apu,Vdav5{v5\3"o]˂-P]I:m^Ψs #RvY:I2(#k#~qx]*!eխw45.% 8z%=Ho#%IqtF/,󝛂"?-v4TJvk4qއ2V hIb0+eR.{% <۷)j۠IC|F1jׁ/{ol}]{{=hCP$HQRBSShQ9*YdR츜RUTJU2NI 0Eh(R#ijGpAx9{|ΐIG)^眵~ I t DiT'P' &Eu,̘pP~jM 5ATBws^dtSgfK nVbPS:8&XvL.$HoTE Q +trtĬr[XZHE!阡(k|( DTUu^zE[ǭ7FՐ%4W&Mb3>ەJZL@ 6;Ep$@54SE"`lJV% 3k dd:-Z&KAKu 54 ЫRCqJP:J& o}Uivv5|P@ Fb@i*ܶu6\{*ۿcLog~3 mo]?>g.+qG_k7? mA]=N'o?#p 'P1|5W?3~>tō~ē::q%i~3rR_j,av]$w3r|hǂ|֓::?Sq_jPZ;ʵVT0gLo6e)! :3YLDkzB+cTY!6 |妖[VReڕ$#D9v9b3$:bXqhP*@3qJk,rfcˍIP d(ijX"W\ c:ua!-ƝJY{%$ (3vf^zY"36J̬rO%dd- n#WXU@hQtr>;DfDdZȕu1lTU#IODq2RKR@17u` 2±$'- L5DZ o܎^6S OfJ5@nDӛKN|178Sߢ 6;9aLYތͦLAJEk6VY p1+λy׬ԙN^q|ePfZLiI1El0 {2)-x܎ S[K F&2@s@ZT 4RT'O@sSi9U8hܢwd  ֑LI}M OM&+ RYV=B5x2y,FAΔ*NOcҚ%d^]'Q8kdiTdnbte7C0BMLgHo4)M6IjteC,PB 5fc V *;2hQJsYf4d**Sp-= NfWiE"BhR0v_x +@ѓI2Q`% P5*92B*JÏS3͸oHJs,ΛeLPܲ\95S^yt"@cB!x_?gZ^Yԟ[󫛏ε/cK_x/~tWuFgvz?pT7^s(ڿug}ݟx4'uR'asq%El=Oz24`F#Űj>.a14'uR'uR'yUQiR^fi,( ϦNgL:6:f1wmNk^,Vx.VXi Q~ ,\7?_@ ވѐfPQD&40)X8HR J8d!9(Ĵ}j &KɜT2T8gQ㙊*1f+>Ӿ`QVr]SKI jknd|PPM@ е Tss  *}n+GKjͩ%tSr=F I FјRZ(`ӳ"4AEgU^ʿ/t/t[0cIF&JRNZ4Ֆ |(2jN_XV}IXX@cS*;V?(AQk1K} /$"!+4F3?\m EP1A $IAK ͑lމ 3QIN1lN{$c˜h\@XЬ\T/{`^Ck\i`Z" &c%V4UEqa`.a:%:2H"Sf-'=P-̃ jbR3Ê% T<Bg$5͈*I#ᢃDIha9!H.t2 cؾ (JM '{L(1C UpL=c T q a UGK䆠W^KBv.n'"aWr#W"am UZ(zdMhDL҈j(yΣx&/:$L2R8+tEDa4A 9:? ՐKiE"'<}ʃA9,S 5d=28$Y/׼ c CNF="^SN# s&$U@Y+4d^q['+/w=׼|x|lāg~9W,?~"ӻ?߱Lc5-fGXv{>y6Oѷ|G\ |gCkbD䵣7l7ʣw=Guqp1[o^6<:z!;o6'KW.xrǖxlخa-u>~ IDAT/ppgkujg+S`b'uR'uR'uR_{QB=^ҔpVPz4> i UtՎfb2-53gd&ȀI(kZ<.g d@Y ipEEnP.V#ۺAk*.w7oWH""5fn LP_eb #]FtգZD?[R튜#^y0J;0C9eDL9)˒fKo tC(u@z0[,M~\O"I8Ъ.gɊJ'BiWVJ] #; &:rFE϶Ji/ e0Ǹ&-+DF FνeH& х hvG&r#5TF4?ռ;բJsLѳg%L&z5:͘:1C&TX\4"6LLe4P$*~D5[Pf̸jx5T"ѹ7T!;%eE(є|JxVMȂqgҗ::qO,/,!^7}h+-ٴpj3iyow)̩`<ѠONNQ `7L\n&+Rɉ\6rN'EY"+Rfk STP$(ReH'!.B%s( PTYx]G[ e̒ V5zb1#Yzl)=]B$teqRT>S` !+&zSo]P9~cQ:{)ZiT m,\i8%3Sٹ4YjSG "J2eKϻ!!!ӼIi%vt@V6D%u-&屢WٖJGNt#i=+ =h%[hXD1_: $M^0xTRRFQDFev1qg҆Y$Ƭ[3 "QE7ED"} \e g}݁2; F֘)iѬ)Zٓnd2젤Y$*%PwNwBFђie̽L8gɠRz2]tnSq5 a82=ew3(^`nuTd"@YebVcEan(Mie5 h6P DŽ ^'ObNNdl^ "9)d")ϼ\%jfZvߓ?=Nrњ}ړ:::P]`fWt%*zY&lAkm&^#2A dv\(jS0B)se)Kxdi*’1蝩z碑tlzR )I\ .%!4j]9GL!L &ZR;Gg²˾SN]~sTT}~rWD,zI2-:É (rnYكd%enYq<}OH)!p@OC)50gLrWh9A*$Pw,&`EOf{$ ^t,÷:R7@EE ~)3`< Jj&DR V媧TXϼ'1ep!Q0@$&Ee aDQjO2xgh. Ą<5^V* 2h(NSˬ$+#2COy2bӌ 0:cM\*"y]]43_'MNN_\e4M' 2( D\kݧ>xyh^A.:᝟ev@ NNꤾr̴bٜ πG 4Tb,BsW uBUF#r$#9ΎT Q1A QT V~Q.z43hL@I%e2"1,Z0 t * HD ,SG8R UpGJ109Q23,9ҋ𒵑D& 6 kLAiLu@S! PZ8$ewAAX~#`sEf]Pz3Dw{m :a= cyjT4s$^sU]R&+=) E,a(J7WH-aQ"%ar#͕MSqST{Z' a(n%Y.˅ )C$ˮN3UZ(/oG$V=1 93 RT ].I@JgOuar >3F c=B:,o i@Wa'@T0k-/Xt,nzm 1Ͳ/8lkDH\Ay BK^6FjF I90@Q-* %2T[ II.oruR-LuJBN¤,J&DX9CmDfFL\RN0!FhljJw9Ɍ2]Y_ e>;!QY2,^ᮒ9o)lYr1SlU fohINN]lNBWw'Wyz/ h[Nvf1{R'uR'uRʗ[f\= rڢ,( LV)(%ez%_%`*Y<,OYYQ!4J4K t12 :(" a*{4!"e Pe w;O}I(t%gTT~bL LcdTaܔEo*+U1-̂3㵮lu< L5h2@&UL*>Kfբ1'U(ZUf:@KM:&'eiB/H6cα|ɥ)͔2)hp1jte h. Z2=+:R3\`0tA*|H(6zN,Deǻ$+ܡRea60Cuu37Ι'l 2 LXQ ٣V;=ԝ"3+ 4 L"ݼ}Zd7fFVWT 4+E89UXuE3h咯&2 RdjaN_\Z6^CYHyvGEBd]ijA%cSsdLT"Na`N,}##h*flu I}ayßD{;{{>}t0ŴQPc0-LisbMxeF1sK:xF;X\t\[ _V`wos{r[?wS/l_/LD{Ol{mn3 u=fs'm5L{G{rv[ne/^oxE/__н>}{3v֖hKp40ܠz3vZ2mֹaXe. ,ԩSN/9Khw_|[gr;wZmtG-]ΟpG[[/xpzâ-E(q\{7a%뵙q51X[ W}G25oloxԹsyŸWU':LӴ^/d˗w~}O=ԕk|}`3$o6r\ObY;mԩ~Nu\-s&[[m]9V9Mf̶Z-9YNbq#2S;[gπnSoOǿ@Hg qgp4jY5[ߨ K6ױ糪5|ۭxÿwloah>zmO~ޏ]|Rh1f7pNqnS۫ n3U?\fXnKJPd8+xPl_t:ܷEp]/8ܟWH ƝjKn:-KxC~c/?ymO]Ű8sgo|ן< X,V\S)C]یngΞ)Ν^.̆4`am<9#&z\[w>pŲ-G1r9 R8np6ږ>/h{:4nkM~(vΝpְjWnl_gf0aAҌ> ȭ-[>ٽ[oyK^bo7{C>.]:\S3+? ll=5ʑ&7f5útŤeTEK)(#$ʂ DfLٌ͸Y@nOl0SLӴY14M8&Rf4ck>5!k2YEi|3$sn;|x;~.}ʃzfⱇn~&4O\hTIkipvФ [ңF|8rAWڣ Q$XZj͡Ph27ˬ>Y (&3`!+ѻl@6غrҘ odD1ӣS2CcYGA5(:D$,6Bl!9@+HY4XՊ (YB*-*OL#g;|'ATQ{bt,rDFH,.y.t=jf?'#oHؐ"ЪfLHT{uSa EʂMZ[jT93O9aL&T)ta嗭~O&gL{(S$Y&@O`CL ]fqIS*.ZSY4QAh}aLS5 I'u5' @Ie\-r^4֣lM :XI"DcV/T׭na&$ 3OM"kgVN&X0 u ~"@ם7[KģO?M!LbiXx[Рmi~IY,vdlϞ=a}Y3gx_}+wox#{M~Wꕧ,\m-|ɹTF,͒GצH&nXfs8u{V['׉318]gīnS?vg_2ˣ[_v:_mxsK{My7;̅ݽk{Jxtܧ>~3oDdIc};~~K. 33!SptVG'wlPBuCMR_zDYK1˛ҥ]/|7^~'/w~>\.Nq#Ғ[ᮎ`69[nvjؽt <@9~Sۧ^z1>{!еg'?__펯}G/Z[Ɯjj'NC}(Ro^M=Tyasϙ}LJfF3##PYNJfjw!+BfRI%SvEwI^R !f5p7G×[?WWB&eq^`ZyʃWJ gEt Vƺ XXi'%t'&zG'KE)+pJ&*xe,Comnzrh^rLi1&C[iR̥4x2&BlVM4rdY) e._VQzJu?!ԹJH2R$`x[^I <  Uم<-wN@AP<+tM e0SJ T h/U>m0d8HދPly7nJ+Lh:$C033̘s &75u)irRzB>X iu7Wtu(CQR_1w*KeJ &huq_@5ebnMc ʀXKx Vp0K唌l7DhK&`VVEiMY1 PV\48, aPƞQA5N. 'd BZA,oyeBynam eVϢ/s{)](T,>xJYZ+n80Fo8Y!6T ̴ݛ& SP+{!ڽ H,[=$NyMb@2n'r3f2C@!{j%U(+V++yL#SteeR41L #r2F">~R縻^Pj!t70Ȩ~F*$jmE&an9S?B2ҫs`Ϭf5ά'  a2%L6 y qfя(zR!ފ;IzT13 !GKP0#@Ԝ˄~%,))-D*zX=c }U4h~uR]tGKVjbCfkmh @3iE1ofiv33<ܐ8̎16\ ᘣ !AqXa\rb3ld[b^w^-n{lXr_u3=Oqxxw/]<̮$v.npC58N'۪hQ_r.;gX\~`,r::8:s~o8pjxzmqѤ驇t~ge^>\򥷮q}ҕ+Y||ك8:<"b b!r-qum ]?mn bpjk[[4bĀFsC[,L8Mz}XpNjgO?se:|˯_7|~ZI%ϙ裏?q+8h"89)-b0JeS8ӯc8曔61XolŢ8MusqG$M<:<ZfzTS$cܗ:@,-,b?0cVJt{q/|pd㇖XObbew<|t}xrNjnnόӸsjkX+7^Czz3&oMy/x}w/z}_/LS %prBiam^;_wͷrPr_::^u[(V~+OqϿ&sbiE7y/_@eo?]6jGGrs魭 }^]g95m֖bXjuv8{Sr`Smu⭋ѡ-Tq3ׯZ-o:}oq4MIE[fXw/{oY=Z3VVf YCu--l!!0a <-cvv/ l`K$znzjޛw|Z{3KH%|ϗn;>{?y~ %FY9Li۪~%a?vǴ_^:Σ,Dƃ`Z&V"tX9?;}7nommE`կp2-tgpu__d2\'_k+îbQsA-k19wER:-P܍T]6lxK%%]-&a$=㝒ORTD3rNJKJ ªW&ܵ ;ڎ3~+}/=ʪh7((]@)":7gEE3s,s#tPtjU2tp2-{`h#gӧ1S[[k-"pןvXcbt6oN'B麲9n'%:x]W$ޛo͟Oݸq]_O/<ޭ2<]ݫٕݩnzcl,CTncvV7Ϻaٽs{{8>ԕ߶л{v޵ypn0 [q~k/ޓҫ:_} _qy|׎M[?yPCG]H AV6_Z9ZolAy[-c7_U\ ʭp/V~cښnMgǧ=;{O7ܾss>?guX_0a?Cv_pe]'˗NBx0ܺwxe$[Md8! oKuee\_E~Bwڭ NE/O>rx`8y~yx?7w?4n^`t뗯?=+rv}PHqjiqeRTѻSp =e!]VJDzpBԕ{[xُd4sO^yge8Ǡ'?;t{}÷0~~ϟg]K凬¦b[f\`{ fRR=liy4_nJV@D$Tnap;)E2RQR(vsdCaf7Ό î{͒ RSHF_YӹfzHn@_no7'>OW?›Ci[6D!pziStBΟxd֙yXxQR(V-6 ŌL%ZQH.bVZ xxm\FE,E?tpC"E"­ӹu'1wɍh|__ؘKGxIc=hFkPnHA*塘PܘtYX] ~tpHsg(`'#þp  -JvV"l& zք.T5"1²o0"Hv3oW+# iFQp$*ai3 PHMH#) 5؇Gu"5[npPITfهM(e@ ZDkՕ`)֒V4;(m7 J8%9\)%EEKHgNrX B2x4n`񰄊DSFsGhVU$^AHQT %+iGgb].BvqHDsT,'$"@uZ(${ P4Cg m%%P *iwDʊ0 EXjNBƠT)H+ځԜڊ)tA pyĶy2 *ƭ0V\&hP45ݑ4f$-pgO"XLZCyxC-ݝ `RxfkRNu,4 ȸGpwAÍg)-爠))C.aF]s+)de& TS y5kU&rDÌD8E3BH͒- *oXV #`I4mbp%M!j%h+Kԃm!%t"B` zP,'L,\9sOB}4]!!40G6̑!BX5Jڐ֑!XАt\IH"d;TӲ(y{DdP :i落k\dF$d"0@ȇ(a.S7Pq$YrtB l9ԉ O (J0AD++R)% K/knAd:,ӄ4fBJwX$}itׯv?Os@po~v]7j6[R;W(eػ!*ŽB{!Wʆ7!fn."~ƫk[ݕ==wk7ngF6}kgZ:AZrv }ޕ bQӍIQ8=>~p`Zqӓ HI_A=}۟~_dŪ'à <?oo7O~ɲLJ'}%8gobs끽w"Zle@zdwaetƫv9;=6eg8_,ս`מؾuf_޸㳳虫&uXrFPHW,7],;ۗ67FCglv5nPhD+p8}baa6 nXK{*<]n7g~Oxg?kNUf5֕xy>S')S2 Jpx~H-ټZPEXR Nu0E YT=Ē ՜0kZ|x\o~.FZ\o.^h&0 Ta  D`(O}_Ģ U7i|a[[u ȍ+{n߼K=x2ݸ@iBJCģF aǞ1;=h;o^.*JW\E_,G2?7j78<;{go/Gpx%Wc;[]ruc4tl\\P:;9^gۻFgk*R\]-:ճ<CgIn nGxO8?=Zg-T IDATp0 fEଗ2|t\tՊf 8j>_g1(j_g 3S-î7{pz~v͝J0>j1_.(: Tl~:;E| 2?+OC]{tq_o/PJfyAfs{Tu)tG$EOM逤H@w3+{ɽan$Jjhi25v}2"aium'iFH)d~Čކ_xdir9R&C3 2WnoϼϾ"5\J𖦗Vdh$dlg/NQ2D `I[@HƁw8[XHJ^[hHUbYK})T荫BzM eS{s~jp  !c_TBD{H2Ņlo8Lؑ6Ax@C*ڀTSLU뚘kj.ia#NB KD[Ⱥ_Db,Epg1StHK{E[?>ãEOw4`gG~??9u+*THR݅QTCKU3zDv+qMKṅ`0ʪUENC)i9ښN3e5}"29U5  #zK;6vRK/|߿'_yWﻇ(DUJQ-eX :ݻ3Nes:O'Uaf#|ŗ>Cz.ӓ_txxvX7.OjLvjŽ{;=_6j(;#VXQ~0뫡@Jwu#Wm3L]yQ?߾[g&V~yswX:<g t{y`6tϓo;;=ޟ\Ja[Tϡn;:; 'E==dR%+V3w[d|UNp)"xlxvvyG?yG>?۸)ܾi3 "J)(jّu"\z5@*:@QԹD,DSrV՜**fמE2"eW5dCCR#h4QK޶-?ƇUyF!a!Ư}ZB|`o} G sq8Kx}.\gs\"x(ZD]zԾm2iٻ1, _y/}hOnosk%K,*|{ZO,{|ď[N]g܇Ab|%0QkbI=gytK66_3=ZQ밅H4t@") RTKY!C&%NWK HmbLc7naE;Ɯo[`vpoL&?/ |W˺ 썩42s*afֻ$ i{ BN" ,mP*gQft7f3Dg1[$*Q6Th@ۄZENr1m /]wsQ C$VЌV FkVT"59NQ"ew -8PXH.D I ]ɦ:h';&JH"j-G{T.?IDĨs:$ӥ) ~ aq }\ۑ@]z񉯿W^Q['\UXdWL,UD^A{-*?UxW?vDEF]bL':g'ONjDaN@<ɳO{vDܾ}7> /w;yvӟt2yzr= /w=; Ev~~FBLZ#꜅3l_~y>onn~~~?:<d/tه{Kr?px>_Ma_OzipE4aAYnZoȖ'xuV ?^cl9Me~FqxsQ.?ʘ-ΣʪRۃ\~ϓ;7.O߸}xVk16ٴNƣiUgǻ]/]w>?}dӲ{ R77ZW6\׽TDN._ϻ}j|%{g'[Z}Κ*S^=o=?:57Zw߆mf}._~?*X-;ry:[!OOo,mՓf_j776HtQ~ͳSW1'6=8闃Pfۛۃrvr k[Ehmm27kd1CnlZ-7&糓P(p?_,)C|{\ZG] ;[[:9tӁ,'==yD}\vǯǣeo墯K-Ѫ.6R=9;?=zP/]U>m7/~Wkj <}F ji.QDfu~NiCIv̇4+?K` $Hi󳕵TefX{TjY"/,Y rTHQJ#[2 Ϻ.7 N~ko޹w \0#dHIc!Rf|& B3!Ez3}·MUd&11$/UDYIG+F>-m(g7 3Ն 7Ѵ~"ͧ( uǁ|T(fW7?/ Tj 6z+<4`e&}$U{v(tQ<BÓX!'DAT)i8p%g {Z 7 C#DQaR==Lܫ!¤1Ԕ^)zGd/Vpoqj:ybIn4FƔ,`%ͨL4rD5k0Soh(0w Q&K "PՓZmo"m< $%$V `{7B(7kLBRtZ@-MWEk%mE0˖0c/}a͒l?҆ѥu-QT h!S%A 4,IG$G G]]#?mD5#Z+3 Ek7*%f’ Oi2J6(DقmhE34c 44'E4D@5@Q7!!h:/hlvkт# : S(pc x.G MQ-l*.t kIDh)". X`$9Œ !As[%Hj2 9r!U".Fj(-z-Ҝ"Ҝț&RVDIC0f5RZyA‚A͞0NRNu!tATOhH#k/%A{rgR"/AUdi4-N#;$C?6#$+7GF"5 ޲59ɋWf|؜H{;x.z7k$uoFEkz͈`aZ %; H|o QArjk P-eBB!. z? fP8luIвl!P YKKy[,yu[ӓ/Mg~>z~`|Gx<}Y7Dė^~¢F _ULdHvUu)V+)-I6~0nq#VK e};(bQOW]ܹ}`2)HD_{w\ 1ܼ;;qsh<|屣'>C=w?ʭ[o޻a'3vݗbokkl6FӻK; Oh8,]G)iYB*w xb 7_3,6!aT麣{ݗt~t~6;?c8Ս£bjKݶ鲟2tc,q}]FEbiP/Vw|%m[GǧFO:?BD31cҕ 2?9GDg2(k;e7n ))2pn^<s?0Ttﻎ'97w EKϏ^z\Xl&ک :p!z8+ܛ|ӗƛ׮? Ƒ=d;cq;9j s[\INFUK5֯P^pF^oz=rѿ)e7s|!-VݛS+Eݖ)l6tg9_,guܜLbuxv4LFpSOC[x cfpc{g<QU(#F]]lmn&:Vu;BBk&ȥ.K;vdSA7ev.͍I?^Ѥ Fpf` W'aDS7l8-N|euh4,~e_̗t 7+b d=,r~^wɵz 4sU j{-vTtame4YLh-)2ZeFd2ךx.@JWn8P-L\tԪ˾jV-i,uh6i(E Ύ|[W!|koRmaOr(9Qd&vjkH !AOHdKJΜ Et™}{t4fyG0%Zn~0qDW!6;MAhF Pq@xv'tFk3@D]B]SU)4ҺZW.Ink2GC\J$ kdVwaX^@4グ  O*3A8H| PpGjQ m(7D^ki o`@c IDAT[H>A&d'Hu%Wnԃ)=LekPiMh)S}C5DH .L$(!#L٨O .z$lyxS2w RciypBSj Ku =sBb im@m:] K0n7@6dmoC"4ȧ;lH"C,Qe⠍Lӻ_OASKc(B<"bI/5HtdVFd)R 4N2FK*m]5VA,ܔE$ͼC\^yٯTX%[)NmLl*(BXDt{RB(uEv S:$jda.5Ұȉɑg}ˑP Rr|& $ KjNiy8do'e-c&"CDtQ¼-e؆vGHraMۓB܋=+$샮骨z b]Gi.-p3NKKzL `_z؅Ars^&LEkUU5~s|gu[Ww֗oe gn _po:~r0ڞll Gcj1sn;,jQJS2ǓI /A>wl=[oܼO}f O={x8;7o><=ݽ{|v/7>lox2}{+P;e"f)ґM"-v/+oٽt8r2Uw/rRXŲ7xƽ؏g({ǟoLo?#x;w^Wrtx8nxn_{`R>p]ݽy|'.|7F̎YϿ6[c wx^<ǯ|8Ŧnxg_=^8_."ϿO<~mg4ߺwtr (E 0--jxk/rx+[Ɋdkwt7lkxlfug'Lj0oWW?L@j/WQ!2aʠt{~yZl{_KqUYUn[mR AYm2H6 #3zbO<A$Y(RdSf}GD쵖kYdR*o{^{[np->M)*%'T4ٌBJS6jz6tR"ן"Y6]'xV+Eg_m{G'8r}kߺoN_,^X?xɿ;?=? /ir_:/⛋WJFp2 c~HLY]w˧?w7?=?>_-G>r}Ko?M>)~=~>{ܽ/SsT8/|;Ve~SPybPLTk=ZkY?TszܕFtݳw}-O֨u?֫Nu?{˛ry'Mգ;n8y|X.'08 .Vhg,=ѓqg'ǏΊ:RJ 9;{\z;O4sUz~qsy16J]DpXE`suYR"ε5##H ; "}Ws `?x÷xO0Oo4-x l4D) Tda @G(8dJdezr34LEa!fRj)]yK)rXv]'ÀWtE$NKڜUw/*f4c:TE|/D3՚2?-.DK腅k"pO 8F -5-=+~l9$J$Oʉ0cT DX*"~:$eqtS,@.ry}nW.__vg}~tZ+tqu}<=^A H? 2Tezn *Hַ8|z'j OtMWI7t1qZZ$>~WL;.VQ]}xU7{:] wu |cz\~>zp}Ѱ j.bX:+A;?}\wW dnoTq)eZ޽skC~s?|3O ֟cXk\쮯ڏ(ٶHB2mw.>>׹+N DTf\Ά^]L~6#b &p{!M!stD,9OU^RF4kߐQyPuBwezf7<͐CG~l/W_=){9"w&&Sd\% o!-"ct \.֯mjA `\Yq}ܛhw|.]_rοs}˿vHe;#18{f få۴9}Rh)?هHk؞V3jRB7'a˙a!)OHRnfn(eO]\^w; Phr|OZgq4 R\-t8^rqrrZe8Nfbyt|iR`^__CuƽGݽwΝD"UQJw|RiQy\^ݝкD)Im%^W("E'Upہ)4BMr;N@g)P( GJv8%S@CgCH ̺yXq: jT,5mS $gHwxMyqnd&ݽa%hfBH7#-zeq3&%'Tv$6܄Hߣ&HJRG#<n8jQZm>q `~=WD˹Rd[e<;k|W*G BV"`bVκyٷEo&p4[gʼyAN5F]+hT#,c$͢? & b7=fR\H$D842x^HN47@ÃiL H$vS6n. aâq`IF@Ō5~ Ui⬓$f{T$5<2 aSNb,lR";XQQγ%b)' 7"QID8,~Jp'R..R= SWtJ5A ´ljjtIdM 8tE,h$9 $5WffIXJ> koJo a-9C5EC!`Yg$<٬, B+]BU0O65ƔT)ai2&S/?<)9 ThqiAGd1gX[}MpUC*O}j\v9 DAGD[j  H"w@QXӕ"%=9͏NH5F\ND tF!$Cy/^JtxDi#eE v2Lٛ( juυAV`&ECFD1'10] Az2 'E4X@hɴh,bd;ղ2&B1V-4qAsJ T2 7EUw7P 4wJ! V!\ "()A-.C@Å0!`86Ҳ9,"b:/4 9K DE G ^Z|NrvBBS^G2ay5J84 Ɛ]:Waȱ5z s%_e%MH@+ϒj6E!$\,0($gySL ٤dg",&)x`gR#"{λCW~YpC`B^kK\ $3gke*G(cCGw(ٲ%pwb-}H4`<[+`)n6n/^g?~WsF˿_ yv<_n_^\^n.?׿SOJ@"2 ri:OcrN:3\TլOu [Og|*wnٽ籾k6_룗c9R_/~' ÷~⓫?n~ܿw~|^ARYVqw[&˛_;|ރ?O_^w7CQ|k{O}Nv<,O2mwVzw~Gc9;{ǏONݛO_\]OQBuQuXga n;.8NSqv/oߘ?w;# Rb>W? 7n^(@)hY=]W#1<=Zo1ۍs_i7Mm~j tz崭^3!{-i4 Pʡ[^qn3o`mVǼ{m|WmX#v5; f4v7={g~{:KŧV2{˻ޕЖM{tZ# ݦΊEyTj5ɝKa,HX\?\|탯:޽\I,h@â'?.y-ܳ Lm]߬Fp$VOo<7ElbvhB̟ 8lW ~UnzGX춽y~كx~yy'O?;]FQ^iO_}W~T7n7Z֩q\xN6ղX>l.^'4;/r8{0::َvNb Tħ1L~>矿s7j(ANj˛0)퀹lŢs{_ۋa}trˍK_ʷ͞6]__[ m ?ӉlbnD%pi +Dұ|[ҥ -p*4NhA*)ughh Ȍ-۷ "(aBQ)EU'a5,˵v(UHa) 0wscGyq]E<|1HZ3kk:ߌw>fjHr-t"5tA5نai09AUl9M6UɆ>T5Q8o5f[)'o5HjO =OT[-ahIyt@g(Dfvzжϔ>䔏C55( wA5V2ZiP 􌀆 .m% Pmg=L{HK4$%4Jœ A02"9$m@A z((ZGҕH wF;(3/0'KDH662}hSCDԂ2*(;=zНۍM+ã/e˗R\RǽP"R;[f'4Nv铧y9(ݮzey~aDT%4Hv%wZ[*l9#Jtm/Ԯ/ʢJ'V۹:\2Kv74w節i"yiE;Ncwó67׻y 2(\L\:uFD~m^_]L;v.ҋypWX 8TKl;"Q*1/UmǺX:GDTߙn[JQs;9>tcѽU9^C  BM&k v9|o\ _~KkEo~O_?ߴۇl ΟX,6ס/{ǟ>;RZ~suj?Ny!liKWC7;_񩌶*Jy٢}w3݂>/[fܖZh %D:+,"2CK)"B ;(BadC`RDD"t}CiWPZJ麮NUET bPQmo""8x>i?qnFsdwFz գ"Sz =,‹Ă[a! EjvU%L#5^ל[O|7瓃ݞQDSdnVh+]d,`"HZZnOݦOV@mXsjds祿pMAH"5$B ʁnRYM@X0 yz,<" xu@ds¶D"FwuHFtivKh} 8"MuzkK'lxPq6i9C UlWIǼ,*,/EhR (&fQ;H(sTd3YڙA-B] K܃4L"`HaSlSh>U)"I:D (1i)7\v2@MIJaa[.  VR`聖ҙB G"QAF{9A@9S:mJZ$.IMA ,ƚvt 2B4[Fj֜MF4Q#k-C(\$Pd8AFjbA8*Tz 0% -'p()"pAbfU5u6h\2 w oyGNi)5EbyoHo݃ЄPvBA D"g#dDF2p"*Eaִŕ 0,#܉ֵ"Q9!Uv0IiU4 JP#add7 dr`pye@^zrhGZaNW8U#5oU*"hMoC}#Yu1Z wA(5^sIH81O<4˫ tsr'Wb`V2{:Zfy8B]508470Т]X,aRHtCXtm38ywk~gW=4WGۿo[ ~|_7:O.˛x=qk]qه$Aiw}G篞zm>ҿ6G+0Ew~(M,zO1 :|~q PkG_>mjWë˱WrsY^g;twO& K-]yl5tJ^lybu{s9,Uƺ_xzSN PRJRj' Y|}VǫA$z+ż=`*E˾[ ݅TS/C1a#6ZI/K~O^#R0xôbq<2^~>ꈲJYyMdzm\.)삝c6KA|T]|j'S/0a!ZRہ98_5:B*H $xsyaXG4-E/"wW/?k}ޕ?iԮŢ"lhG,A^ #Zn$~f|_݊Dk'6ek.P4̓]_|/x/_V%dro}|X.io}/OtR)"|W z\N>=67VT}ٞ^NQtX,8}<ߎbV<}E㔛ߡ/0L+rZw]˛6^o6۹_܎frpXvGGP.//)+}p0X,aƴ蝳<8;[Gow*$s 0PQTkڮ rZQ*"Dh8d`/hѾSNJWJh)JKڞE 5 7Ѱ]hƏ0w7n5ii:[f:4QIam_aqK9пBYT4 )A|ىߊR^xsRjD&*:jH (0;x/9Z ތ.Y.PtE 0v`p$JNfif Ђ0 DD@K&.&EІ*9[־5A=q9& =hF@"(.*Bzj Ɉ@kJ!%A@_Sc$ RQhqciEF~:0 '=<\a@XdiHKA`ąM@+ D!d^8iTl< C#u o 9B#Zhy|^d' -%Ь0%CIMۤ]',9:Z(rȐ P4Chjhbv4ؗk;ZWdٱI6r678W$ZDy}O>|<޼{O>'Ϟ-UE9{ξrWO|zs}Yq6PG勧>ND7쯦yK/rWMuhٝ?\>G?z5]Nw,dhgKчƱ^L/7O?w~ZVKrlڽ1T2?~^lYwܮwUp׿|bCʈ.zug1ˉC%byl~uvz~Jh'R ;{}o)6_xGru*ioCwW&"}wZ,bodEP2:e:"EJyn^-`2z)SBGGr1\n)Pg|?t2t nXtbfS:@&(*}O.ngX~oNΛy_MW* {\.[Ǵm訃[L˳7~=MZmsp oYFy'WW`f^gcP<@wHUaXx ]w l=@[l4_G|Ќ*?4IAu@íƒܖlVD\9v1GD7~7O],.i[hۉ-@r6jHs2Xvwu? I.֐^}Wu?Gp^5.ɗ/^Zݻ yV;%{m 4+5nr_2.B\,̬J0 $3[;T]7ܜ U("7F4VС**=]_JE){j*"C@PTKNZDTJ'R$#S: !@b@<4yjLmm'8ݣ9kD $1_M(;-ʢ9,R-'EM oq*{UDT9u5&dzD?gK-Wm{wJny]++(RJ!`fT꯯@Kx[QujgIzPX}\䍦E!*J E|!GhY١ow"px6!*Y2o}.a?aIa~@QTq L5 \HCNkA$)0'*Lh>1t%GFI!d]VidI {V^G`Ve8h 1Hb6L͈)TEr1 IRt R@{z0C499|,ZCxIT!0+"4t3τ;@Ҩ~bhvf9[Ae> s40~IH#c(HVjilvx@ K'2Á ih)N"! & œNq^"iI:iUUH3NJX4>I-I l@cX;xT REaEIͰ@HZ}#x)J<\~<Kq+:u4K#7FF ,>#rp B)i H"$"!4Y"YEC&txv+aNyR{ 43I1W D*f" Hp8䧁(Jr`7r@k nw0!5$uxd-c"Hsn4G)H1lrVaq(͡hIOGdhs 2%i8LA#P3`4g_h.Or…AiuJcL1SO"ƼRZU̦Oh*&&AH3$-t1C3Z3 OBܶ{ aTC9A͙%̢U&UGg2$qɗQ"iW!Qv QΩFD+"3)3e1z@-Ef'|pwoz=iz:Ѣ\_!~k||}}7 uVGw<7Ϟ%h?].|g(KxUvZ]A?bt1ڵUuwN;1"}V۶،WTyyjgogg˧Ne?۝ ;QR+_~ً?V p'T$RI˖)Fl# HFK+tč@Hl9!#(Ct{sﵾ9GۧD.H=u{9ozq] ŋW~9LDɼu74wX\Bv[w}Y:&kO[nTt(mWnhGN'l֎O1oweBحym2N~;x__^}>Gჷζ5J_vܽ02fw}r7svjW,cf7x ZYj˹s?7D/ܭHI_|DzfW0ϟY Zd7Р=g,xkԔe5 إ2/_./m^=9:=|ssD_'=mƇeی l<_/1Ā`8@S_yi:$)Vjר(da=="۴.;JѲ.=Beٿ ż-p[|\7Zsw/Q:#Lsn<;~ks|6Mh9lyeEHüRݜff&f/J:<%b<䑽U!Urf`^Dda`.LE 0k"@Md-,asmTmËN* IDAT;{wMG$Ik*"cd91Z"̐6K#P I,e*)`"Kˋ Cъ~l1GG+Uzh!QJ)*AzC q CHh)5[  єr=\Y(ֳeCW=^`BI)2DH dFii@%`8jQLB2Tq# V/Hd w f*eRx* ʳiUVХg0W2#5%(B+Uk$?*c :"r+)+aBer51*̲!ϔCzQ>D`̓KŪEN`lVlUx a^MVZm Q5<:60 @ 4!5u) S@m4ِ&ZD DȚiBXb,QNP5'fSZ"䦀l 4 \NV\0 c(-djԋ*qH*DV!bTmz+ "`/$x0%hAB^u,;`Q"`2b(3@ɑ7 Q cĄa&hUFP).**uC,.BYEX'_ZCp +7eY=4Ma~ #`E0CTqP+c%*+QDVfDbr}8OҚ@90^$,CmДr0k OsRCLơ:*El[P)5qU3+)@-ի+0xTT_~zWqs|ww~]=3L~72لDB=32 &qؓ\|)3;6=;ƿ]|ٓwK'7^_뗹~k?jټ{͍N/q @3y{w0|3_h n$22% us=]v<==ɾ~ӚJ Jwޙ>gwjڶjyrwrmN<}yrœeicqԣ?|~oϛϖ˛۷~u˓&Gx޽z'{3+=>ҽ?Ko}G_h{'ˎ/_=9\^z轓{:={і?S7Z ,E>`Y#>^_d~_k[l60tٙ]o⥔6Mox+"=~ iV`޼yyv=//?vkWyyb"ԗSlɾOǁ}ݦfSX83S=MvEkR\9X"WLM#hT.˺nfjmʘѩ= mcF"gysiMͲW^}?~翕;5< uW<7YTOs<כc[M׮я$ ~;yԎ/E_G_ `_٫ +V\ŧ?7/+_sݻxQպW˺ǧѶ&H$i?MN07/ez>q]b2ĺΛ47ik=׽#ۍ\^,W l/2Sҙr{`7ꏺZV!-Uc j(uyQ ɘPtYZ3 O$z`炉F/Z&&r6"iQ9Qn דC=|Q%iiit]I`8)Z4`$ʛ&H@J/P5.T!@CEYϤ4`p\(u4U!;ӤLi :(t^]O K3H[/=n6ka7k`5H*03[iiV,c#*0j1pl]H4xF RhjHd&ܔteZ0eQ2E. Y ܛ(h [$Jʻ{ȴdXyX@r$Q&I FKK[F@+ppպFrr[ T Qx4VJ j#bv]t{CGʃ"d7pTMLf-U*B Q委 [XaPK'+6Q 櫒F1FKpbЯA]d"G/M-2Q1k>2E9hFQTᝦS+"V.nB0)[=,piyBCt10,ky 2ˉBhsdavk HC!-"|4I:)A7޻{|D2Iy3/<_l]/9Z;7X{p>8^q#;_һҒϰ㛘b?@wx|lG+VګshӶRNWWޣ0[mჇGٛ 7`\&citdTϦ~1KOg.'/_ڗ?G?b պzx9w?#8 (3zF7;eh\ܠ۶wzz_5SނK9z*Ԧi>ڴi*ܚJASn!ױg O54S`#Ik25Q>0Z94zJ/_>yS5Yk=>Oȓy>|0MSlƚkU)eJÉyЉy!8qWX˼ffG_pY.y"+=8xD[kkZDMM⃴ə.qMdʛq[.Р;!d AF_9lMdD,2o6X6){_=1oOΛ I)TKdG8Ӳ͍+N#ռ *R+ L~]Z|MՋk21BGfҬzš։5/z%{H#JRfw[oswQ&8F=T 8R329Nh}:5:ru CC^EbP+YnH!с$2cҍlzcNC֓!DQjKO^ I\^y3 e"lJy -L1q?nDZ/#R%6#t&iW)ᵡDIrbx,~ I%}v|j4oov#8D% +aWtNI(ц0jS64>м㐲jich Yd7oF/=<ߙ%U@&d֍UrU)bć)X1JT|TO @PDg&H*9a^N#C Ӡ, ϾF^l?Z֍n;sǷאS''{\"9#b{۷c93y? n>s\庤!nS벼v<L=d~?|/[NҲ:X!k]CZ_?=+,>{ѣSf~qPdYO> duF1-ܿ{xzB=i7sͺD_>w||tq_v-C|vӯ_6gc<7{x3{usury[:׳ÏGWc9^gK>;͇{{_]7*e[9R28kZ^ !7ndX=x[/O\^T8_zqnGGϞ<8{Gdh*U{EIALӔN7dmE_]=|?3!ss:Ǻ7tiUuXw"/?|Փ7ijLd+f >mbuʨfVGiL^z  trK!22ZyƚWGS%r8f]7kBXsݯ SzC:xʭg&An8}CJy3ϧ'sw7o˲Lto(;ܼB;s(6&Wd̷ϟ=O6fBFඵoxYדV-"N\g=~o'_G6}(Zyvj;^ҍ^שǞAS>X[>IOMёbcfҭZ.ͅRن1TkXe3T _)(Af_u{vǀqkdzrgsh]qT>$"uP U,׫at5M"*9FKĖ<2"ּ4S!lyˢn.ղ.nhuBfbhk-250cdedE~4#-KF(ezH33FD]$BF=63$LuŊ\kf'd)1Mm~[*= ue% ^e6UDћAfnk0|R詪79) _t+ז &G#Ik?fisS8{/i}v\{h7pbR2V_ ]oz'7diI4-ue*~Alq^V5a0cP+_YeIYL(J  :Ny 惌)^J7(F"e*Ɂv8.UOuH/.aQ^KńӒ 4X ҘFu C2j֌'a*}P A!!Gb=FVp"w mp!0@#6oDi$ UJ[ 2rKܭmbYs0YcJ..x\AdSb5P$eC"+Y虁>QGL7,$UU _Doo7+__Czv\_ߜݽү?ox_dm|ӣmܿXwSO.<>؝~pY:Ջ2;df//߬kdӫ$nND7@ Q**I^<;S IDAT/w}gnZ4a?go{^*!k|k&(I3Hvw7[J}U#8 uxKǛi|f'Wy_׾N3]vr,ۛW.v?|~~'guxxxڟ}5KɵoOߴ'?|{U\ Ozծ/w޺WW!3[goN?X./~nh[|y׋v[kI5ˑs N<_xNOQB $f]~w"8 kNn6~iBMfDO@:NK2pŋ~f.EvsAfHml֌ON^L'6O4qtnՇE=u6oWW}]'?>#֛n[^}$3uYzf_MдٴSs/VϓOPqFL {#FR9$znMڦ쯯vL*bY)MnP3̛iW^ӯK}=xxrz:MS)CeRP.>ÏwmKOi4;w??ˣ68̒TXTN'Fܯ=Dڡ 5_|}#셀'esfWx{f65M,软{ 2ei)6ۼ1Zaf6ؿ+Zz_j6# k$uټŲOZk&\4o}ͪpm3m2ʚb]'!e=3ORlI[.nƕ-}e`u(N h[Ϭ `u\_oucF)sxJ)X%2rYei&;,tnԚYp+K^ǺGjɲf@\Skƚ}F eSU2 @76c/!R )a\zLkhALG[ h!IT.PcK%ϔ;n]42*V:suXVTqgN@TZco 4Z^m3ZSHFc(^ͿPA;5'cղoh])ʣ^JUGX7G"QVҘZ(ͪ쇣$Hh8жEP䄒ؔt(3H:-\#); 2e2L2}dV4ۥDvF-HEeJ95ʪVڮFK,̬Ӆ pzF@o2B2OT}; C0Eud;ĝiC^YtbO<(+YoC̀ f DT*"FLIvF z}DE Lʒ ]HeEDP)Rh5rVciW+FtyMaV cX*U_;n Hf`(= ISf3jߞX3!5E2EXHhJ Ɉ$9rX $C ,`g֠Il"? E}[HVy,yݖntGFޮhcX0 肥[_XI{7Dc5rb,LH.VG,%WaB~)ԒQuYEd˾b 19 -=-e0Siũ3CBg2@rrcW'iUӀ ^ [Wa(}ƕqj2KɀFX9̢U`އƥT52ъ1RAH3%;ćL1Sl$lH d6*catx2&qh@dLS@1z'afLpiLaT\B(B9 nd0A$yjM wV: GJT) ęx/TY 9jìQѢ}.K_ ~oxӼ|ųg:V?rV.ݕY[i?nqK߷ӋUsz;ٚW/|wۓO=~qr7/_ݎަy]W7d#4$k[ڞ}:MoU_Hct/4'd\5:?:n֚5ՅMHw:^Q؞n-N5?ٯ7;oo+:ob^Žw7_ݞ|ݲ[w>km{^R'6Ѯ^W%h۳oڼmhpsL魷Or}f_}/_۞^=Ǐ.z?zpyy>vs6X}wnZmcuoms PXqj2c\9WϞu?{PKަ6O}6ӆSK@_mwi}3{Nd"!ts{=ﯞ>{BMfh~:Ѡ'ij7u ̾x9@5Y #v]&6mWdH}E÷&Z#WMV~=4-|I䘘Uغ_>XEѻ_{moU)S6bXl?oN<~sl lI웷y6Q4$8r`e!D3-˽rފyu]뽈\7ަ6oG+߀ʌifsr%4H2[#aw2SN8Ru3&r(Jie !XIn7h&EOK-N̴CeoSԙke>If'&0pdO8lqK cYetQ95EP &DR й+0i7x17'w_Kw?hHyaLqY;[{1l('۝x3wN'liɳOW76/.{rkq~r˧Gn4[#/[DϲViܿ|o;<$/܇VէǡTZ/_oW/0t]˖71t׎cܿybƵYv{ݼQtœ.3]FW|Nn>/v仞MhstvˋM7>i޻Z]ycO]lޚ"fLʖD,L$'`- @b$c@I!8]H#hS)MfwWWWթSuٷ֜c<[A`[EȃAs6?WU3/{xP;ݍ̦h[߾<_ɽ7ԏ/\_y秷ONo޽0aUT M]aX;]>xv?5o9R]VLM;PLU3przX1+ii&M'v."c\˗.r3!'X rޝs:_K'|f~~L7b~d1^9_q~MڐDIJ+ I)qۤ&>#5m;5-E~w|l%Ǘ17^/Vӳߌ\m$4,Һku @I8 )`*92j8ZJ1QaS 8B;՝65m_x ,&)L;gB$L,LF)%:->x 9c /7d,=|3K33qbftuSA49W ci:_.򙧟+?}{gJS&mn9 bSҮfk.X[!@~k>J˻w7NٻnR7!#vݏi39dQwh'I)R)l@ c'V!rNEX9  D5[)܂,ljK/wwjB0)4H<p=idfeMJ%:SL8NP!4xLrVw5 Bf>jNn^IJ 4 TQ"* ֕,-Z4`a6q4]mZEKf$"sD[9XiWu["caa/bNwD-TCRX!37S-VFS5d+ 3ӢXZǢ9Gj@@BV[uV tr"(a4K=?nH3w$JZ!T 1֡ Y&G 6̍V,ppÄQg}u]BQ3['TqX$[e,PDF SdKQZE`+ԯ)x$)DΨ@+'fcr@0[\I\SIB X~3 3!P a54)TP뇄NVA^X)D6:Ξy.@5XNV(0 |Tw x!(#x\mJʉ=4XA̡Dmia~+<ĩ0U(z 2%8RY'7NY&inU"͎QC<6»Moj3u J\A`H!7x  Lj(U eQxŁ cc'#.ōfA<.Y28ɜY)j:gSݸD0/%;S!,&m Yq°'P^c<LjBKH gQ2"@PN]T$) [xD>Mw_NVm(#7O11H AHr  c /@hLn`r3r ,\ $c;YƳ 8{wpE"^n$0 z j, Y[  Hr|40+M.|B\e[ŠU:$ 91(%Ee630'b5~>)Pdݝ 8!\ uo%DB'p(' cqw7#0q1gKx;.s8'wPΞ n*nQj7cCỲXnܼpA5צQnH(F8=EiB`>sI/j1u%Mdm3ì=Evt"b1L''Wկ꯾;g/}l =?O9./ҿ_ǿ]ioW><}Nzjn4({0 nrvRR9ĝ'aX]LsdM.Cf>Q|֕r& d԰e{p[ACDLϰk7?# ޑ.@#|>;|/~M,Ҝ]t4)&MJ/ʽ}kiƶK^=(x=j2v4br65AϺa3gHK:XK7y&eJqOγz'S}NZl%Gov¦/V&Y=%go}wj===n}uX޻Sifmwq#ݼ0KW/-;os26D$ 5ǭ0L$,(cYC)& D<ߝg5bڝG;,9h6r2̻Mʭ!E=Y OҤ9[\t8ڥ~y5\˳{p{r8[,P"pH w#vI)vg4.$4e4-Aa̧yգU!R+c.¾;94{Z>wrvv >{˜f:X2}\Ic.f6UUKB-1U&ٗ\!L Z+A1gq]nBR̈́Stp1?Cg9ܝ]tޒHms;"+ގjxtK/wwa`HEիMR3{C߳wpst~~dX-mq4m۵) C~+ =0+f&)f;Z R=M֒Ƕ뇷x~ϴqdF:qBw߽_ǟonjjan0faD&ͪ2v)Զ!B! zv''唒PC[ȵ ]dVeK&mLqx;s IDATTWY)xKNE8X$` f-gS$čj.9̉mZ7/[=&)Mxg^n¶ԬfJl HO,{ 7fF)32YJ) WfvbfZ=!Cǜͩ.Ѵm];&g2<:ªpUݳj)L5Ǘ\J.ZRDMY&5Sè6yr?߫UQ6 &҇p"mU ":T#ZzEU&^ nn:RTJ_:M"cyC x$11U3#j[z H%?8s uބ'njBFlA+^7:T0 {a.8NyU\H ĮgAUB'24/6r@d0{z-|\eWo$ ݉U.$ h>Aucb,K#kccV,o"H̔XB%V'U$qՒB&I<[L0\/A;Cq"5{p5(fRbrQcBאE( ](>xn1s7gB, u53U'_QW;G Q "Lnm~'&Rl[YhY%j B[|j1V"K8ʍA\$0`(JAʍ>eGtr+@#c%OF Kue$E6bR"8`X+vL9\@Cj5Fw 1,~gAd_y8xnD[uB XZG;7-+Zݿ8:swuz8v:-~AsZ_~N־z0'wUdxSݜb۟^7kw޾݅6;:ߺκ&Ʊa̵}C?:SOâK|x剽ywr_[]>ߙqr>ɫzlC+ ݾso,,ɡh$>sGcuC?K@rѳŊ7kRj]ZڦMMR{}΅v}ͦ&% ΍eHɚ)f&j_-\Myo+jK6oNLHdZQ}4d:u2^x5rrcO^/NO9#z)&~Z2{{b6P>'\ 4كrs6'srN,b2Qd)culґfӳ4Rɣjqw}Y]ōE"sc._;<[)1'ꇡmRH+"2CQPۑ;ԼuTo9?ܙ$ew(d:xw;rqǏ!3+ oNe7KVw45Η~cǗwƫnKMO&N"Sb޼f6FMSJW.iVqYJ͔}UvWƹ6Iֱ ᚦ7_yo|'0O ;l'-fi͍YXZJ ,[<jNW\//?88x J #K]KU잙:U -}7FmuQ`gRg0H$0zZ&݃C&GM[1n2fqbjksp"0QJ^Y *؉`2Z2S&5edG)c6+X}->7FWaXVjJDf|g̦dҊǷj?iά7i8‰[Q-,M#7k)VyQӢc.c00y٣`E8>[ nYh440T7DWgl!rs- wUMRggof!=!jNto;Y@X883Y wj0EEJ~$"ⶑ6IljXeKE @JB5#DUmwg>TW>H`  ,ĮNPp"UwC$vevx  7y !ms{ٜ8Q.G%RBtU>ρ(Fl-yᑄ@2\5OWg1E㰇 ӜC̊ h#2<*DPe6R ȅ(\NIxt),:! SWc`jMK2E "J-Ds|PeQD .@l$q20rdju"b73G;xgA; K-DdpP `b%%9eXPb vH QU`B0V{mM960SHD暈/T b̿ ^v0; spq"}c{@x8lg屪 ‡Ve7B؂;܅1Eb &2 H|A!,rPHPP(TmaZ =Spsf5r)q"XaY"Ruʅ8$R"I=׵0AFF,fQ ێH0kBbuV3݋x2r 05[(ݕ **XU  A1P~n]ѿ_}7С|NOn~[~bU+S _٧N뗿pܿo ?% w7u78ݔq騖RŦCWe=7t<·q\=ڂMhZʠ;;]g\gfzj?٬[2rq<X\luq̦ {v 꺆`VJL[$cLo|_x}'']C]^.X BǷ߾_}oU7VԁrwI"4i:42ѤLeJhO_mxyoț=XvSWq8'2s^o|l~bǮuz?ƛɔKwAycœRR̴-A+1'D @,8&]y9s7]wV,߹y3$$S7bF.u$R33Mf|WRrPnjw'IT̳1GR?o6 R{EO$I#Nۋr2_=ޥź4?oF{o*jfm/_X"ڦ2N 3s$4ӝNMٙ$ M7iT5>|;t]v rT1/N^ӝ4Wc<_=ıy?8hTS/0G+qedf2yhz8Tڐડ6^{jӾ|r{=Oxq3RcF2dֲ9l΄d:+jU)vS8nVbS+^J!r!:BsO9bm#NXr)edf2RTJY\MDR8,|Yl_-8@2WS "]7=<>|˗;6r%Hݦ03]|taFRC" _)LNNh噙-i.&Qn?˟[\ټWoo2OgZxnet3LDV^KLM_{mX2__X穧/O\j%ն$D$dB ۯ}{/~'~⅏~`mUƎyT%0o~/?Oo84B%Q+pWYv/tĺxl\͏/j{hnz>uoE;IT򘴔03!ɥ߻[_77yQnl?}%x`o5M7i 4I{G3W:||8~Ӄ+y['pz|w߹qk'4{ozE8Hcktk c~\X8Ib2;CnJ.8/) MJ]<<㣞-$t4l:mdؙ4N+DISɷ>z7+]ۂx:M&QQ#u @kykN~kXNJ<MK27l9aя#'ы^zB;ɘ??_nVqg͝ժ6aAs:͍W"ԶZMLr^P/E'v:2Yh73w$/DbŃX)T(Iԇ"'x.V~ Op-xT# <ԳïRt]kRiy`sAbsdg:l&;;R7/7a"4!_{tJ'Ѳ)Cq@ڦڮhhڤe\,.Η%|Sjj)5mӨrM/_Z #7i6TRkfXΰ)E]MPaٟ="F7JkCoÛ[>LuktDM Z06"v O)Vݚ0r7f Dو߬XTn>!0֠V !HG6̙$mjFҲMTx&Na6y132?-EVmŅS&xBCj"*&̉`I$ VL ‰HK!v%[ʱsɺ|]NY؏% P+P"}5ubyqLJ_;z+GYJmN8%$D@0'fپkJ2A*b0sb72/ME w7=֎:SE N8,.mɕkc5'[Е1-A R /fdl$8<(ǘH)fribE+mM1&"p8JLMG>:::O^;w|?w/_3٥ջS .~nNзO/}'>c_{~!AXgG_/捿O_?=$~훉W_M d}LHM"6ӽɥǓ\ÝۋoY, NSҵ.V؛N:Xuswt d6mu+ea'[oWw3`JFU%+Y͎Z8W7o~'??p,"Z)rX>ӷob' MkxNcERrýÝl.ϹTaNp0M4+_!EҒ`rpХlXo*(UvgͭeYWݮ7b34z!/L MS5Ń;K;\j]L&9w<蹝~y7>hV;?8?<:h;[Ҡ͓yvh/=eo/}rݽwvrvXs1+Q;^K.6dB CJɉ܀b:&w7hT0Lfl>Ft4idrWm\TYZݿ/op߻}O|L@ّ1NR)ӈ̭I|wG2g'~1w%ߜݿ 'oݹv騝{}ΐN(]ק<6olzKΫ UCV6N¤Y.Oi=M$s2"H9RrR Yȁ\0n6kG9>{wj ;tkz|ޏ\6$IUM)}GFxNx'nL8R{ёr)\y鮛+nFMsݬI[._:? A7 .cj:UG~G=,$5⭚~g"d3}$bW^?9_O]y BUULMnfV5c./#!ϩ`)vͣ ,,,Bpf|0 l$ BfP(f /TP6foM9ӵ;ߜ_k@DN(H򀣡ƙ\0 㭷.q_wt̤i$5’8`G;k *̴fG Y 8qr3e 4!?֭t6ܬ/jbCG^*:T^`"33TZ luYMQ\7Gp 1{)n-ɝB6tNWwRj@BŬk 3qWY$4p:wQ6J@ ?8>p\EG"Ge1Rg2-Z NLؔXGNLO3gÓG UK;|[|m)l"mh (dpb%08ˌʌCܘŝ܃bD)\|0%I&NjjW8 _kG+1 \BF - xu"`gx`Y 1dVEM*~E0ƷLegpLFRwq2K$ *0p!h?Ymu7Z;m6U"E(d$Yn!e#$6 @lD'@(@Zp6bnIuľX=nZ#߷Xq+у6;gB&Z x2 4k Qr)P38PH !EOHT"<$+RiTjhd^ۓa]Ӵ(iD2j)CY3[$gG0ݵDLHxn+iVVsafXA" hl @XwBXQs' *:\!*Aʨ0ϚB쮗69-ШH(l܀RMYb5zސ$OX5h%BUҝ"C( (P)fNUMT5sUAa("Tu%&ښV&Z!2Ԍd"T19%wFiU*iҌZG Hf1Pkl?VҾ4h1'E(B*2P#L-H.9T hp 1L]$,8%I@ J(mX{%]fAՓBOR `{'>]޵”Yv"zIEAL96T%ݐt!D5!EN2})mAXgFړo6 }ѢXvw`@hPMx"$-ID>Tz~M@J[ES2#i9}6Db!T(,3[́j$ `PR,3m ({!BȪp` 0{)T7b. -t[oOdgggٽO~שoݿ/N>Ρ߹w/=?ܿ7>_w?z痾s;?g~v_8^>9fX|66 DԬqTGAwݍ7Zp1ڱE6)7~!<e!r뗫X.#>>;?%K]oblqpG>zr|\¿t'Ͼmn#JQ 5 w+ZNcd2W H1aſ7ا~޹spxxãc3ݍ/w_W.B54M Y,g0n6a5kW|o?<Nmn.x8վp/.u!3C}\~q=8Ȝ3>zwuټw(޺|VΦ^"^fv_Y>/듣z8|&&ug現s~so6?OcC/󫯾򃧗~V=DlȥA黭]W% b@c{~6+u1;K^uWWyUXW3+.jwf/;p)fɣ]1qlּq|8\c;8LӲGJŬt 4XW:19_-~ebϯ>ۅ8l@DZufڙ:f[ YUu=j-NTqr؍kƝ 7ʉP㓾+Sck5eil.ywu}h2_7[)}Wl1wBbq>\R:Q ")z|DV[n6P -ϭoZki_vtDM\Twk"8JjVS"=>;?z"CNDDDՠJ{d Fg)۫r{NԙX){,Pҭhb՜"Zul6f_'wyFAZp{)S65ywGʃukv֩NiaH5 s:U4 1e_XI26gˠ0AH(@*ZUORwc>HH O%l(Y+ӝ&@!=ELn*`.i0@*~{<'^`(Mg&M#D+\#`i.{k9@ZEX" .Xi%HE ZH([$F EEB)A#˖HHI$YJ2nʾ0M] L4@ N ūS1ߟN ," & <4aUTA)"!%V =cw\DE_If!AV,+EZ1V<))D0 hdM)% @VJRP@&!pܡWvHD}恠PҠ'yѳs!NۄjZ)B()K3^(5'!⤶ jE.2k ӂUiYlg@ |)ٝ! $2a!4$Bg0@3kAKA/"?TUDCS 4A!dxKֆN&̖xʵǬj'd$!XC@iOrM, D1c\  ) PL"0 mN FHMU/[fAd^%rfh`N?IcW3/ثOL$GPD#ePZ4ĵ{B ,4Дf? :~Q4H 5! -{3i"[hd]H&|4nB(~LP{r my|̙:]jDʗ#WsK2b_ ($ELE[")tjX '-S rxP[@⁂pSZ$>C\M nZ" 8X\X948`9qB㽱U=ڔJߣuY zi?eFG`H!6 HFd C#JFF R0"GLpd2*i?9X<Wbъ 90"rv19%D*˔ȄQ'6A6;|_珏~տ_h9.~1Z?<\G?x.vg±hj1L岺u\=w޾ ڗLfx=Fa2y`ܨUP`ծ7PgTJ絪Z?|b6{Ξ|?xrwBUa GE441*+g_㗿@+P[.NUAחfͨTpݥ/07){]o6$0L4 ȧ|8ݶnzwih'o{7κr81\:gvWJ7~a;vMfqާN bflxٴ0ȋx6.Ѧsg>U~x=m|;[Wo~q9~eZ,󡖮>C?|q~_aA;# yGmztN;w+^6l6UEv eﶻu ]Xnݻ^nTbq\|g_1= Z շK#'I? @P;[uQ#$d1YlFҬ[lq9\4Ԕ*սpvhZzM"@LC(k_'LJ}폼ggyObjyEat*f]ҕwVvVJ1jDS]owNF$,~k$7W]dm1R%OoqܦOVDJ%-Q: u[aqq::=Z}cV|}3g?k5̖c[m*T`ݫ!@ öw@aL" +Ea+^UO  v[_^\ O/a^jUS4`*L5$%+|}/uɍlؐ}^ ã2jkDxVZ:u}q[wdpU+`|Z5 hzP*SZzCDZ"H2W4j&"yvjf.2"ז`ԌV% @輷q37THeXx|45hy0F̓]hpu(B݃=wʀ@ReUE#=QM1ˏ(sf{j>\2DRОU TByxAה3S׀$ʚ0ʽJ2ILdO8jjn*4LV(S͎נBvTE:/# &l$8JҌl0њP#dYf'c}M h3}Bpb=K$ U!"JmT4pV|+A(JXK;,mj0/$`AfE9Su?koN6s_ YOQCP`j"'By puɰԖ~ֿ V$Xڄ=dWw"]).9IpBw:-O93QpqH 9l!'aHDŔN*M5{B׀cx$9B)nghjQPT4 J(TqP`]ŀ[ h??s?կ~u85?y9}sޭn?~9y;yh/_^^uVGܺu[_?y2mڗXӷ^6G?Jq&\,Nu1&|qvr0V76zgэy{pX337QٳOӨ:=w(e̦49oeHJӴnq΃~RjmAwSܖe,iDcc5^@|cwu5Nd:<*)cOײ1ҭNQu^ڧ:a<]O3gq|buW;.D8l) z[b=!ݴ, ԩtI^[Jw35(WpQXqX>}Yy/Ϯc*+rD[&;8:vktf1-勧/Whef0+]Wba]g[Ӱ]o."u640B,bzif&֡`^&1%2jwb%JW?{oﯵnve?G?[޺GJD\{r֙|̻n!}OoSt]ڶVOA(x̊:^nvX.EuXs*y7[ Sİ)IDzCtپ O? |?/WhpE=a?y(j9nݸ|>[VAN"mOHgRK'j͒qa$vXwx0VͽBj#ژIO9BrzrI>_"ScJZt^7 Ԙ&/ ETO,MPJx:n4Kׅb"D'4) bkmO_^^owQ"̒I ӌ UyQ@Z29EE)]?fby/|K}?wr:Pa+>)%昦ɧu4EQѽ2""!TbϾB,! b;M('=|H\/Lj$[4+I,O7qw\F`9ZaCZXf5iJW 6xEJq[d@٭* ȵ e"%<,؋_,oxPAaffg;ze! Z¦Gm9`10(dTVDI-f!U~xAqѐAYh .KmMT"J( jPT.(C1{ G5'.u<;b%τz؛JW)B8-н݆JVrBoJDM͙꘶񌷧A!%^)RIdMh '$=1ǞI@5 dBS&fCw6~e4PP3r61Cv5F !a_BKHo! i&RSEEAUD63 *L0" œ`t!Q1 EVA H4Pָ1dK|Pjrq&X9 (ІT *E@\R )͞5B$_ino!Јy_h=~1@6Fs\P*B$p%k4LR,{4`H:|L"6[PHYsj5X=RaMhN "hJU0#b&i5x6T@B0A9eRs=A¥ }Ac- @2J2i4S~vUژT1ҙOnlDgk_Sy$3'#3gBijVRu"q);r \NPshOpWVb\ʄF)i-Mghk}HJD%|BD1%" PXS{!YHG $pYؘh| |v^Sme-zfK4ٌaMꉄxΡ%A}^SgiWÇs 곟{OZ~~?w~7_7Jց?_|q[o}_ّժ{}Vv/+Qo\/uү6\Qd; G(z=grpc񣣣/oo_[,ueq9nϾYǢhHݑ=?[ˊ]=(_x߾|yrv[:\\saE}7y磗F5qyWvYy=姹$VԚ[PxⲺ +C?zH0^^oκ󳫫rC}~zuu^|w~0ݾw雷Oo?x\m(b( ?q3J&\Fݳ'9yһeYL3ԩK#5-0nkէ?uݑutf^@=3kĴzc9|~dJg""c*b*w~^~'ˏGW_?ԛ`@UG:mٓs}qNp8}ͷ:E=6_g>}v~~8rrrdDɔ6&#^y]it]] h vuUbXiv<"lsE0Mșbج}W:\Քqv[s|ub鈔}7/r1뫤)b>UJD|ߗ2R@0lZ0uSu@CS6r)W0NulN0ÙHs^UL9N[?E@D2*Vxעz}ʹنz4Z Cv0((>q(C_JW̬LʹҺ]]mы 0Ta%Q&jf*)1JP4!M5+flw}y}XY4 6Ӱ" k3phc6@T jжbJլtiMAEy|#hSc_(ԉ/?}IXH;U2mF.Ƈc&8ЃMmSɖ̿5l;DK>fQQ:cD0JI}sΑo4 1#+{@TOSj,)HV|tP6r:Ú,biJEPi&<.sRfhP+U$9fH{3k[$5n/$S,TRۣ"m!&J֮Uh%&XFԌ MϐRU$GZTЛCN;]jfZL@qc*<$´tJ Z&USC&@S5)[1!ZB2`%C HD%mi%dos,YERdMa4Phj=-Jv#0,.nD~Y PIBB! :()pPT,*ڼ6ϺG0q p#dguJM5(3HP*,-!A.%EEy3^/{ >*E-%*R ZXB"B4%]!VR~p  "@aFH-DE$D# ]05[9c11>9ߓf IH-M!Va!BCB  "D 1Õ{ΑT8Io RI 9CՐ\'v.Lhp%YZA@,`Sjf2Q5g4R4V$A0Y7HM^CjsJ(UIhd6+Y)9G4&C(U+l 'DojV[^FʡCx5`!$ԀQL F6BBC5?6هÁTDًIhDuɑ;45 t;EAhM(ކMDAPA˙ Q#P$"ՑT쀰6Q8Dp 1bo=~/ _͝tEW&3ԒɖOWMդYׇ8`ik>UG H|xGz 5ғ[E}W8>:\͟]~[ڮgc֓woMW_wu-·g/?w~^)`>;<9~xӣc.T&N 5,pwB/Qk_ʢKYnW7u^>^X`j 72l['Qży& f]@KػOZ^D`9?=kuGZzRhMhUfafj;pJј`qѴMOc}Z.fOgWV+j W Yݯ/#uDw=d1cLLztfJ/Ӗ}i{1-U@_^cnK4;M.ѧi4!+6D£:nZGëkiLT3K?z[|oͿ_{a9a[|\OV|>uz}oO58ӛ''7nbg%m~n.*-8[N<<Nv=maײ!TnO%)B;NT(۔WIxADYc^Ld׌h yۦSӊ'Lu VϬ}tJ)%{keBD+@Ljj\fV"jkӒta o5PYהbH¥OaeOh`UH ͷL-{OSi,߰3ytQi \lP@aQ(0UZ@; PHZs@B"8I UմsQ( gb_=٫\PUGXmᏀ "Wo o m>b\H6gdJ`C-% HUO$fpTsLos)]?D04?4Ji=B%m6+DJR"J*ڝP%KBW̗~oYd>f|9?<\>xxz|zqMb;*я~㴫yqWJ-6l\ ^^de/&C\c~tlo{r:>nZ)tNn,Vw~GnB@}G: <@欵 DySZ^]vvs]OKV[(2JFcd/< IDAT&SĊIͲ{Y{[*/: ߼b̻աm'=ݻqpd_nؿ,3gu呎0[oގ_^w̯φ/Ntb^nƋq{]kMf7xq GG]o^ÙZB{·qO[7Wno6{y@|$jicJŌ#=F0Qu ΗU0lw:׬GǗWh)*b>]xZJwibWq1r%"ev9x{:=J1:Odi1Jqӈ tӑg'g]e"fޔfOuZ{;TYcOhL(0,<04w6|cuz>V?˟w?'ǧaQkw|{u|RwNFXS-D:S13͵UU-^u]mWNޞ+eXO븩hVVU ծ.8@eo~^5Gu8iEs6UJt*$[j]]o8}@L7#A]a|BbbQhkottn:ծK,ݢteFjp~軾+B5Uf V- EI4ڄ.NEKוٝ;4xqowy/D j\b[ n΀Wx%!BEdMX:P{aSz=EԑӉv+t_tݢt})EEv-)$+XMUI]hSCҙżҠT @I9SmR2)nIMxxf%)0#=OT4lH@%51 D[S{=#uhn" ңي\`QE$"4-6U[M *L_v䑑ozUg5, a֌v*NB,P“.C^W;=TLx,V2Hm]BC˿$9"%oXT '_%Va #mfDR !C$nZ'%\OZģKm:f$呷0TEg#GEJfT_J1+ڔJHor '5|̙tS3DQk%D$]%bv2[8^D8A3ǽ~jHVo:& ,"!25u*9NO)gՂB,y٭TL? 4GLJFj-˜l-4AG&-)pљQq Z +RLC#. mY^K$R:B 08TB$#t?HwIgQr3/ҴaGxTFәZ*DS״xzJHn{Z7L86@ޭ5Y8I#$( @O\9T EI]BjPrK7%ţ k2#ivɁ(H!oN-禑V O;>$OŻ<ԜLP^fIRN8)(9d\ڴ6] 1*#MOu $[[lgU()C,< 4-գfD2+x`d$=f'*ڑ欥щme8AO&4va5ZdZ䑥GxJUԪ?97[y8<̨ؖD 5ePmO[l\ZF74᧭@ n$!*ګA;iea+$5iiE9D*&д?[x75$uo+sQL mшoogzƗNڟ[_T#^?Z}c_}~~;/?____x|oˏ޹u|1z?Ï/]^my?níө]3]e(Xtzqzrp38Uu$.n\RnO /X2YE=Dt^-w/}O4\rFR!c"YUUѨebB nVm:* s (Ha*ƬP'guW4N4XEi/|ν#ı| G;ȭ/.^̸4|Q9.W=<8WVò&>|*sY釗aY\-({]O|h}|ypzу;_|z{z9֗}t~vqq9L[^7nޖϞ|1y5E!,W" jWqj;@E!jfAI';47z[/.QZ _nK-dObnu6X5L7EW6~n/~j)t-`T2jsBdb0Gk5,y<׹ڸjpp{ve[ۯ]`M:{w~jDxZUDщtfu%BKq7mw3]^TѺt+ZuZnu"^{ Z>;ODz^_UUog7H,V6ͤ>~q/X~#)E컲t:U ??YGO-y7 ϕ)g/_n͋|_Uy\y~{r{~v6n^,9}+uKRTebفѕGO@<ݶ@Q@ rtiޏvDZ`hן[.?ТFX+<^!3er6PHjQ-W,KO].,t"aRͧ"꾚%9FgK&LJtBz~D>f~m&驽AcӬ[5h~jFȷ:JPXJ"(Ed}+GnNaXԲZ.O~/YVM=@3SȦwݿ~f}?jmFAAbToH!3[֧njѷOO?.+N Z:NEM2Iw PATDA׮EXuz-])E\~P)%HDږۤ: e \4l4`ZpT0Am [ Ihz%vXHvD4!C*Nb…PISa N;D4ulqE~żP# ̞땏dz@A4ZG OW;@ЂnQ4DhIfM8#YR5A*=d?";D8L 9I$h!B<[EIV૒h{m.fx;EP$lg ހ"HoDьc+$2';Pّ h9cA Z2D5` ASu8DOtE$fg 33 |Ahv<{VzܝF 4SX_/L(o*!g(]9%1$$%IjX$b(5YWvw DmR/^ӍvFṱ?΀/ .F# ޺6` } [Ypiqh3vK%P[gT#"Lk aCD >oNd@@ڈ:ۇ,&eZ&Nx/g R8&˶N4<0qj l8t0f%YPP5q:L0$!P&J5(H+-\C:x,+d!N٤S%>Jva%. Ms/. # l,M!2qn2&:9?g4kXpZ<LH 4H,ꮑ`f"Mİ/R&2biA2ĉ0azE[/#9Yn!H9P夑FxIRV<dq!`~7~"tB0٪6lKJO 0`cg^$`4Hɲ@d³ӘkjEe:%AM$ Ԡу")2?@F&Yʩ[@ ;«dŎ(B]B J"rKi`x$A)@%ęRO^VyWrH/Ŷ.]>z=nbE|n/>~tsƺ+ٟٯw7][|nbXZsu])6 nwϾ"N}#svd OB<J:*4Ϟ"43O#}Œ;?ޥQ)y]M嫒=.c`U ;gfx3Ǖ[iG#(6Ύb;Nu;WZ}lv~XnYz ' ꛋ!Nzl#Fdpkw<|77_t6M:>ofӋwbկ/"fpk^lnPjhbd[1#L䣇'/;i;9ZƝyێpWլ܎Pm6Yu=y <  ~L77n+Ⱦ_W-[v=D:~?˙; * ]x>ӳDzϳ b_JE#R:dHQiw>O1WROVg & wÒ],"Δ[g-\i~ ^7ӉY{?ތxzrptְX(z)s~N}A榢?#Gl6q?[W}O.44w?x}ur-ӟ;,Wݬ>s{?ി܍.>[n=7}o1ZHje8|uwyn?-k0%\evu4i?h+2vXgHW y枬Dƶ^Ej6h!O`GE)e6EDT:bJ2Y͢f &P/"ϵ|Yl*Z(IOKl:7y1hwTUK4߶;l4d4WzsLkĻwΎ׫,]']Dܧ@JY,xXG'_,ۋ_SL ΛMjn4 :HЋPQoW%<]mfXDym$~#*F"aeգd]jysyN`wI:έ64I JHdWr)fMr)6t$JɌ/Jā|0Z G$K.hpjgZNAiA%B(SoWMʇ7 ua8HxyM_P&7^`44]Se-Z`GFHt_7FIHFyXܞ+E C'" 8C sRW?d`*e&BxrrB'n09?Sٜ:kopMA t%( py+YνB5iPGK 4;Epkա  .*1ĘH;c E$(꤄\`AilKF~RK(HQԬK(E9G R@h.#4] m Iiwŝ>ѭy3Ez*ݑ埆xhJ`\"> H*8#" DɢwZ*kGj™$AU*2Z<3nF `wBV`" ]n#œIQ-yҌɌwJ3RzR'I hYT2` DiLH+9A>oT $j$"۠vdtAK #pAȥV-qP*51EIl"[`Td@B3# @IU[E&ejx#,M %T,QA$* 3-s7Vx _<~wݻwΝY'?ӳ_~i?Cd{r<-<8Ed;rv~ѳQ 8nϷϺ+2mfyߍ]quwW߬ϖ/7%X:>d(]鮧:L\n曛oZ.W.l{}僓gyjx"_7/_u|f/gOq u꣜ ׻yh9Sp釁֊9o \.C>~ŧ"c6ZF~\,ͤ5y:':9~0뫡N_+}\%T@ }qbNdߞUy|dea X`}밝9,BGgb!CBŜТͅe6 D* ݰ^_$d4͔}9A:.g=Ô=,߻U+ Ϟ|4OE򺇹ȇ=/z8kYZ._\-ny!J^OON˥J qUb_v`ѽ7y] _|_J'k_~ѷw7?Y{Cp,;qYmu0EV??wы<{߾wﮙÈ,x{Tw~ڎW omήTC N~] w"]5Y})S̅Q'R1yx`Bt>WՊwKZa09<&U}" IDATaۑ#[jl|Kq> ynSoaLDG 1mϛN-jfK7/kltk_=s:-@R2,~n*ЕvZh;\{C'7?q[dnS 8<`PaQ浔g1#.RDD(0t}BVηR}vyd2:IT +Cn~!kaYU)jQ-Z:"RY2ht';gnRh;\&{t6U!-̮^@UMD6j y)Gfj'|ZV`>Gu`FTEp /) M~z@FX+6#>}QECrۙIiKF3 UM Y{w:?QmFmq1*&fy^ANÖЀW 2= +7(H,Iqg9/9IVΔ~fv%* Y!n- ,dF3Ksx~:aV LWI-VCNAF03C5[k*/KQO({$  B"!́;iYLi2#"#a5kx:O,H V ~4He/T` c&/=))uI^t)ɶ%L$ApO< p-eqn  PLq jx(N(0tD+մVeXs;P0 ,08PILC-bwңIY !D9ԝ5BH93Hzhth)h`Gs ]HDHb6 A c&B@/Yf2gDg$"pՂ ӁX2 Rx(_Lϲ[ Z.Q)0(6Vj](@C YstOw\P7emd>!%P,^!N|A͏eq@?S' 4ԀHf1f 8t  $0E  4|dg"Zu'+.K!mJ-)^<&X&စ(bCiBs|ֈa@[#KUH5RW T-NOOKrW~x7oGJӋqN'~4ڸ{_go?LnWJ7,Eu5ǾzO%0B!v~V_F]c-*ff߾[<ܽVzPݵʞSFj$Bt])ETëxuifJ.^>y 1+!;ADh'vxխiϳ{b~[:͓]]jSK~b.Bt[ lŨJ58_}ukykgN>8?}rOr?fwC5vn[/nn^(W\igvfO/KGp|u8\^h ?N_w=O}\\OLDz^OVgGfw\ܿ{gutiލz{}UWd@Jli^zyu]J9^J'I TŢcruz9Pma8Y.ƩƱSqijyT}4MXIl^[ǟlhlw͋sY^ߛyzԼETMCжt<͓@@qHJg$Odf&P8P`  *` 2$ ]aAQC|N"BF*fYh3pQr:;!P щ.< c ]8hJM2AaߵTAB'Pl՛2Sl}E8lVϤ$٪Bh<T ⳋ9(L0 ba<$J{!JXӿ# i9(6d u)1H"4-6Hqxy p{Q }qpD9$5"-Y4Ֆp8,X$^#$"$ JM#Som "nSD(x@!,$8BvBF!OpxL ` j#Nz JC'dhr E: F|DQKxP o<9[=l]Ls4Oӳ7{C_lfzs2Oo]oǣU7nvrtz~ţ'z=*sD-)}Y0 %SY#Ihb,7 ANgQ>D0WýV;9;/O7a,dYlG@ M?~T\ խd޽ug}hX.ܿ{woGOޝ;GuQ i^_ڵ<-4 (=xXon^ғ>ueooi쵔:SurP [x՗"?2kq[ ]aq~nC:REN0~9^coW[C@2fA:sk){(Tgv;wkq?]vgFq =HϛGZ!_Ώ?NNZXҹh7DfΧDnu\Z/[ཟ f_b,#z*h7;{,eWqOh.:͵]}_.o|_?/O?ɺ>MÏ?ӣgg4F)B5j]t*6!]NCZ͋/ Go^<;o=\\ۛ3V]ծEd$ݼMEh 3@NG+0OP6\-"lsYV]`6CxsFpjӂўtiuE"xKK"@5mMAO:PBiU(Wu*x8XKTx$"f}7@x ɣ/<+&ED~zN&iiQ=]c&;1,eǏ>}tX.jU[,XwX~,ݠک)E+jrDYk8X}93[3B"Ʃ7e ̀mLZs=d|ZSSѓR4ɟ&~71Z: řHөEUK8)1 7w8:-gF B<'Ԕ$=%&*a(!-P@0@*\FCzHDhIH M4XzZ#4R@P~Z- H+ -E} |mhIYzɿ$H2x;- yIT+$u,%Y3hB@ ,C,(: f l fn[ʼN+ܸăhj(Kåg2lIPQB!`u2#4 @vAޖR$af"tҍyG[4GXQIx,HFE IDԴ3 BĪDZْM@/ *5ݶ~B,5@㘕̈́ фEiBϞp ;Lxi&{!=G} 4\ [+KFxjOӺ #K|LJ')@谀fNoD&g/P,j+nDʈ! >S挜 M/QFw'd+t2%/M`!jHaIFPG"2k 3]n!)>gZ7A(89@\7tu|~H̳.欞o*" Ό6搟%֊-1]'` L_qkW1 ًW{ϥ,ٱ/.7nq6__Vr42(Y"*"P`&%='" ٿAF7,M֊>sn@MSM dI?͏/ ` `QiXլnL{"l (i4~<7X[9*|Xx}߼á~a[k iHZ&. AޔÓGrn$T=lGWG~g,Ϩ#9[: 믟^~~B ë.7E&y8/ꛪ[t1q7 [u 6[?^7|מ>n3NӄKs0]ml6Osv|"/W__>yu*wwHn3?jZ-8MX-~\-7E||q^ٳ!)>s5"z~q^va;p7.;)JBFKh-yy\lu<;vq;a?w[< M9]"XZ$wY D$UIƧԔCVӱLǩ]!;( Z6]u$ 6Lِt1""z-qqJnv|nB""9տY8YD+a7 YzR}:1YTK/}zZ:UtΈl>PV;jX] bګij%fR,.6]e'OW_~vd #T ɪ&suy9VDW}~o|҉PjnfYy0?_ðZ/aQ֛a(ߘkiY̾/#"-&(>_WNN=Mq ]ͳOSg꿨d,&@E.A'kгt11,Lwq-2yb `2@۳ǩysTf^e*'!KѾR/IM+.$p^ ~pO{g..˵jGJ#{ۇٖn\?=~/Zy72p3G.p7<0a7a?<4Lði!de$/~9  ,h$,93JBdHZT8lW'q<1ii`j3/@D$31ADE]$|7 Kɒ"3Pؠ|$GDc.4He1d:#T$:*PVCCI 7MϻP;l:fV(B SUh BC"D!6Z a>UJE$+ʴ!JC !ϐ: =K3!S(hiJA+sc-g)8(<(Vl"t`΅Xam0|$ KTHcϟJpbRXPj!'ydcBTɒra3#,'Z;!Hr" j#cr yzTÄЌEsΣ ^J Ԍ(ƘDT$d Q 1jbSpZ&˅69@Ihr#v,,J<=Q]%"“/2ϔ^NfGM5<1Z N*pSA6fвT'a I54@C%-V;,]E ik' Is  D_YJ ꍠxqqq7 EDz)C/u ^S9ѝ+T@B *( lٯ@lDV&kog_-U,_CƧzP[ =36|qy&h zc҇YM+KF)6Qq/ hq˯nrϿ?W/_ltq훯Jn{G_|on~ip9n䢳wn!}//e7lͶuvr#Z-?NS5yϝf#˪mZx.`OퟫL ;'݇_W|;OyyEKb6hkf?.ς(ȹVK(-s"!a\^˳~ŠϾv1sn_ݍ=<k',>hͫôʫq0L::qfg_~5K,ݼ܁KQr*6mѴ~]?yoWׯ߈ʹϯ>Y]4D  C ݭ& :%եpcNTuV Jіe'*m _]%]b\$'ԕҏ"g\tn0m.ff;Nud~jM X4<$BvO=eQVNlDZPU֫Ъ 1%Knѣ`Ӱﺾ+YFhێ򽻓"zW_|FY,n4=}gW??~rK6կ>տ7ainDJW?}WI, ^EƱzJ)/zKSeٓHQ-qbD߯2Qya$JGO}wcqxf T7Iqn$lPVIB-TE9)()ms} MM95mykj ˮTkp/j5UUaal?sKNvPJS-E-̚Q$Es& ?`tH~C7?z'^>zsѯVZp7Ԛے2_'7f|w}*9ed]+H~K8W芆b O;nwG0Z͍+O/~v{wŋeW~.}ݓ\zjiaw=ww᰷:wi:UsaÇЮG~Ȃ03 !^VICVt/gYPMݝ9}[-*%NgaP$' K@#x-TBQO9qRQgm uuPNtl|TR(H=:zV&$Q햙jt9{QR3OفjQ0k<>DxwN C3X P3rNwvpk] PHXHT$9(Ҧ)3gI9Y{X㕇 )Дk"52;4RӷI sTD|t QIBgǃ%ZA&A'&?;2gnat+?y:ڪӳ~aCO./4n7\bz7E5=#CZ^qz=6Ϯ3p:p\\Zi(^ K)E- y@bYpQ87ob}\,|]b5˸ M*y_4ngVpբ@NB,ƴJJz -:σ#ʚ5tL :6R(=I-e{?_\ts^_>ǥi-5vߢsǒ q",3]\obNO?u~qo,W_ŋgѣs]]hv;-N0Xh}ri8+ Y"iiu])4=;(]o c y m 'LFdN%"C`XsK0 թ*'k*%$n7g z T{?,~B7-RD B`᧞JQ[$ x2 Na#K :]JDX3kށr!pze OU΍9?f:4!%(avKH[kCЃFKyH!iG AJjj8r>dHY"%GRjs΋{0GO&:57Qdkd>r$Up'C(&JSIuxdhb؃dh֣RŧWadK¤ai@h#"3aR_MƵ!Y7d+ROշP,٪"F>`'?45Nff BT^³#tѮOTC1Dz)Qa"5ͪd,[zȅ y{}گ ׋pf}}><^}?>/W"ҍ&;˂NZnOUݙt]Wwv77v$ӽɣ ~Ou4to};W?޴}榔jZ@v{XO1]XKI9coӀ<n4;,H~c橵εp.-Vܬ, Ͼ8p}ش(+Z:U-6 j]'OlEg`;٤EGG s@GwۇxiFc IDATr]"2% suug#YB9[Zd!/P8N5CjyC{|>ծQ:"Xh˟?ͫ?>f>V>fIdBwWv׏>xӷɻЖg??W_n= 7+{tbO>y~vu]?GKahўRRUk.ԟUHVkv@V"m" #jc7Lp0x`wg?虼|}/.6/8.f%pP8:\!'řO}ᖦNCNF.vEsyr L @ m<ncG/=\^g*|5"QV6uyyliiXq{?8UP,T3R&G_$Lm]Q&Eg,{:RRp%6fpݢ^zOw}EذAQs:O<acFgi8wwv:T-mV[m†+2thzTwD$>xt&&9RM" "Eլ4/pع2r{ZO҃(먢v+DHrE]0fhhѨQUNTv5qMFHUh*ɦ/JNpi%]j U=`&=GH 8kFUޔs}mmeă6垅4QV G74*("}x+̣4R5\* mra狟hj9 qg&IDCH, #2OJ3!&R2 E>/U d;[6X⠃TЃJڣbQ0-@4[(~jh)tLˏg'~!͎yH`{4)H*tIdj]daU<2 xXv_@hF2-9Rh $Pl!nN9`%B֒Bl@H@[ag@I˘i Bv+Z4מ\Q_~<ʓݛ/) "z?7//+pr?k_6g_p(ϓC,7ˋřMw]W0 bGln*Q @9uG#"9Ɇi@}gn:QPz]\vӱBiqvdGXb}ƫ+AB݂zX̢***2MޟeE:cL*Refëκ96rYeݼp{_?{tw[; gB]|u3Ll銖O^|l^-?i? (NUUxjoaYnG:nÐH#b<JѮ1N&'O6,ݛ/Wno^ AEZZWix,zb~}Qj=6 Pm2sPU5ܬ2d)*q:WϠ]jB|u+QqƮ[zWU-$ᰈRҨ*HAM]QBK:dvxuKh0yJTL&c|fr{܍v_k͢T6<)Jq'2K(x4a<n?~{^]/>ݿ 1J/ctr^oq8e6 W}vqG!V~A87u>lUjI^7_|R˳g"fsVR&z GÎ1R/Zb"E?B$ )EJU-J!"-ToAR,z}/撏.6w84r\BpT_{[=9t7̠˗#_!RiVv.k 6e: "}I~!4OѠĜUĭaݾbyflȔ )~bԈjTKjAqO\sdH9SI2OljDJ_+<ۗJNiB{'S%s8޽j{uN=t#v\?~ԢtަC63,k>U6 /,Q GM_В]wVqwЅQ>p뫥`ݓ.7\Œf$(v`b4K/58d7( XG*oR@,@@rT5)H0 5 3Tz(F8!  Mk;D#ÌHy؄I 3א<#mtWfF@IXd{⯔ByFJv$#88hHAifĈHq4ffs$OD W ,mЊzuPC,B $ͼ\Q=s}SNidTD"|6^ݕhBX&Z&n"G4\r/ѾMMϛB49+A ͉BpLa5`a.EiwOvA,%%RHYv9^ >lX>Fi5<2#RNP%#b sĀ8%^ٶ$fLٓ'58JL:Dz&f& Fc4H`RޛXeyk}ׇ2".uMzЏ lRU2#3&`fgקּ}nd50h! DFtk}\М4mM-D,~XxC={dEX^h&TWzC֫mOGs]$s-n&"G)Jӂȹ8>T;$F[~x¤Dp&uZj҉V3"%D5esA,wLiф) (A#pxuا)R24]%o> DS|g\8jvwF7Ap aHeܿ/ u6n6R旿n"^~W^q7oNraO>96|'7mxdތ"R'q?* Pu-j'2͓ap/*f3CWw7%TT@HNnCR:V TEkI+Z I@ GG#S$ixuMyꖢ-n8-"ru u3O=ɲ*2܌ɫwǽY;v3^_!>,4w!3PBU!04_IjX\_nݺ<o__>y| ڲ֖tu5[Y&*E25,sZM gd|1RzyL4!!a+S!vWf7?}||\V⾞fʽU U<ؚuECBQq긩86,-h6FҲTSY*؁k^^GdsrX3B T&*ۯn߾Z{d>\HɝAw봹 UKrVkn`km!EATPXy ˲R,K4>GxDpWJz3 ߿]UpPG݆,='™Rw@dOv)dDHd?,T.ЌbT@J `"$9`="1.F*(Tjz0b\ҊX*,QIR33t"Ԉ.eIZsMdwX2O)K &k y%`Nqh .Q$=5$B@{%ڃ2 B,@-m+"H9!%F✰AR܌ʁn?CȪ)G#Qr$x6»Y ,aPECdfE).DKnt8ZIxXbzDD1 ϙGFӂTa[A&| QKNS%۝gksc$i BaH:RZXy$B5e$=<( w% қ w yW$rY'$7]w@ZX(YtoPLY)B!"S3gB"'N1,`soz2ZE$bݔ} stC$ҬFpDDpBt.ϸG% U7ɆjZGa>+9F# 酢AP~@~w^ Jyd]W%U%qR\Ju^|r˄7m%΍& EihN-UReСV)uĴ2y}>ng2ϧG_q%wܿK/S0?<0Ltr CM1d={t| cQB1<øX뻇tx'vU9O Ûyt ::g/60奪0|x4;ڿsL[Ae[˄dE*cӹ{,ى?,ނ;f;W)RKaz| aF,Vkq7_[x&܅R*ɥٲq"ٓEkXVkz5S#4:`^iy2taFk|6ӸӲ,Eo tSq-, 77غF D:ӱ5#*,#:qa8mi3MaڔqSasFjdsѳ/X{9,#$-BM鹙Pz~=Hl QG4ં|eXC!jт$" _H\HPR!Qst^w{`4eXgl?Zv2MÔ]ۓڃȩÑzk#"0NVM"5$Hf=Ie00\޵noʐ:_3AjR҉!tzXH[B0 "j &S{_v0Q/`SH>+"JF,ʀG qJBH]T _=]LSfp`ځ5 Tv<~8~8{?~_zw9/ǯ^Ϳn?"|xŋ=iOn6ߋN-[<g[z>C{&`N/}|-f@g H  ,3;4eZ+oju9<]2qg ޟ=d"@E+A61=ü͟y{o>[}hLKX4G0~s:;<@jQ2=-:D/ӳ),֥ͧoqh ǣD,{퇀]n.6_ݻqwy[(W/wn.RUO_ZS"<~ͷ9z%T Zk,iiѭy6"oޮf^#ʀ@t67,7߽=6* iW/oLxZbh_Q=ܝmmBliU0l2AU:R밶hkPeU$Z[m]C0m6ۋRrj4]67˫)DdTMvA;*60~@q>y2nn4*h9AO3BӒ5%Pb%C9E"`g7 ׻'AۻoVa4:mdn¸P'O߿../R anm*ma&VU-'O/.&)Vkd-u3Cߓd?vڽ G-U LPB J)`(qRjg}ĹHWHUDE4 jH<`=kӐ|`~Z$&FYqg7?ѧO.iSi5Z~nG ݷB߼"铧nwa=Jk>kq|<><#JbiRj3=@'; G*-?itOZAk EJ h Ep]eii.O{EX::k'Zp5+"\g0I(m]N{έMuw[^k-E5g[y{ڠv,K[W{d{uנk[W6nZk-cS)i.nu8aSjQ-wwu*"ͱCF5*wDF;3k쭢PM@f))IgdG^|q߿f?Ok8}=r6G`]tDJhRH6et7Pku2C4Т% 畞_::ϗ2 ɭ)?%L 0t,Z@4Aҵi=D"@!' H BRθRs`d72.6҅f=T90u0ș̉DQ7ŦP@ ׃^MF=D{ߘJSayp#vTqMg; S7sv4# `tue@k"8MY=6Wh_!Lu?z:7N݂!-$Ǧâ{]gUE%4 4ߤ 4 H] + j"u'͇`mh`#`I - }МDs-'mSC%ӒsdV DL-˸()'ڤ T1'B: (%/~':,΍I KzJ]E E ?Ld!DG n{D" YHA("d2d 8!gD$lݩlMT#!4k9 !ҵ a@2_vOhrqR!DWH) Se0…}@-+~9 +ЛCqRn BH_7?>\$ζT UO)ZҤ@H }(ů/^P|]ۼizx<7oAui> -blwWn.wǽֲz20bc9t=,hݓ'5恥l]kZUU(||ĸ|bl{UenNj7 ZeCenE$2bn'W.7o~ruRaZjI{<"KXUDy||Rk S.*mcM<awj|4mkNGiiiǡJô&ǫb.c hK-f7ZR:9ܾ0YrJ)9GQJ(Bd.>iϗG*UWKw<$RӠ!A#Liv?,hF6 =,));B!|2U` zm7Z!"Z B,vqaDh"z;,`@  IDZпvA7E @CSDԥS`8(aai -|-0HL~:N"+rL瘙L/ / M8!Hc\vYP (9 w5Րꙭ`(*8",K"$CEZB.D4\]; %?]OZ+)L p:Uɥԓ[00RK#0!9زH?x#0*%ݖ!=, t#yZ4""Z6 )ࠛ''F4K#LE6f%Ÿ5=)}0!!C,\#kb%['J1 G@!gE  2'p2/L *a†uTZHYhkl|R-q$ﱘnort,\4;'!;Љл@:\2*1%ɰȜ^aAk.ǂT hh\$ ,X ,Q !%b=P.ۨDIIz:?]<=dCwԠR I%Ƃ $"D3˼'CP`/ nz P'`k#ÜȤ pt%0a!$4;(J`(GA@j2=rZ0Fnx@z0?]!$gtqd'L<$ RՉ,i|}yZ8 8"A֎;r6/8lՔw}YH.{:ƖxX E- ?R$r"}Ny!"f.=F C<<޿/,t:=zKqb=xg?uzW-̀>rѮex~+mؼy7_^n7{IUz{c^\K!<fv^NGkO=RD#{LhK{9*[&$+C:b(# )BPa:Tӄ!(D 7k |X?xDž%NVnJ"u.K|8k[&eǷjhyl֍veYY :dx6@Pj1-؉5A~?~x4[EP(T?j_?OÖ.qw\Ot'Bzq7(XrZn:"tYlmi8wyWDBUgZu0MQ4:›flQhIň\7ݘR] :E[z叾OWL<H*D-,ځј`Gb;8q5;'F6ϋ5v;oƵhEz:uTٲ{kϤ0aRjuJ0qLYJhDDtSݭ! VS%f"pP$g] 틇}W o{zfFE^9?{qQ@vfRJɟjKUSN~/,eunz? C-P0C*(pCz pTeF 094u -7! e'%8UQM0}}wAGg\d%]>Av;0QX z"Dk@wh]h{3KL3aan7}I-D}-))me;#D+) }ICE3"I' B=pERypZS;Rv 1"="pWw JH/pU~E$kD`Ѝ==@v9Ŋ$Q0vgr5m o`G qƖPAKSBb>eIDq}JHNgURQ@~U0";'0*5љtȰV[6q`zVÑ݊ĬV) v6$9MpJ㸰kJMN΃Ad=9jY!D[, ́19MUhvc1`"t6pRB<6p8]iJH OfCXl"=$WA10rD9t^dz<B8\<htHzQG0yr%DZ_N!sFdkV IOC ΁@[P !)5;qz(YMcdF-?I#<709=kŜce~8~8 |ۋO}_W/x=o]_|[e^Peqf_4YԽ^n>ifk.u̧ZvdzO~bwEdd(DRo-R eHž5 jmA9NC*aBZf+z?q&Gr}o:ܤ-<ڲOb^*+V/#CҠKYSm wG鷱)O'U9Oy-"[߯ÑCpΊ'Tx3 v먶ʲx Z# krE& IDATo_Sx:nUđ:]MUKVN֌*lv@m$畀f.;EHN>g"pRk`8Jaᇶ}km^>{z3Ԣ}k`=FRILW?˫gOa|8m֨j2.^|!e.woa-y>ݭQ4vR6qNi#XvZp\6V4ՋMgU(C#eӲ|9,xjEx5?-uiVK[p~Jv_E?LPD(esyz]o_ٺH$ܑQ"2]^^|cRP>yjm7*UI?{t3c"8Nvϋ 铸imt:2o&c=xkm9 ps}}wwWaPn>t:n&?z'?EEd WO7ۋ9Kgtu%%`%C&$"`:KddLOKIsURyuun~_O<|iDt:>y/icw߽>N@ڲ,y6w=#+3w?3qi8-omk`$T:LF)QۺEr"C)! A2y Ad"$А9\ qLq暥I`ƈp)Z—u]-لf#$bmnWMu}_6\?!if G0 km9jZkC:uʸ)XZˠQ)EKU-R*DB 4OD~ܹPB$Hi?l)dHF"%~tn>g Z+exoǽ Rz+>Os=9ށt܋8AP&cqIҒ[ Ms$[-;,%x܁^I7 {p%IN~[?…0~R+4Ԭ ,"℃.1 :w;an$RgAj #<  W&޾L'3+@#h CAҸKCl 3Bع, =`!BPQlz$#7}5ܣW@$IKOaH85g,_h @R@Aձ"l9OMù LlPMzW߿ 4u a:$hItwP"!z"ޛz%}̮7ŐYY54E 6Z!@i#ZTXCf/ݯ®h Z\4t Fw~9C&Ze\Zfs3P#%L,"eb*ʆV3f_Thæ4`sܔ隶J0xj3^`ʅL$BTޚd*!Vw2] ;TpAE we,*J`P0ýADa>U"Bi M sĀJ Lrf$J rXU"h[Qr#%SmP#H*FI%z"BO 7zz/1hf4;9VCpa$ SSi39WDd\  KhXdg=2Zy\ggA'X>h[S HCC$;Ga` 唫ǨmjW%><P$44&QyJI6 ixD^ȼ'as K5g\@h 6/sqM,wc5/-ἣhoŔXl0"hdr "5G\r|" ])e3F o^\4A4P̣hN&8oը.!p6:r߅]ή^v`>,˟1_ybfv}~~<; v^/Ξ Afm* уYVo޽yCSqbW_.Iܼ{vkb1T+%X^}Y?<Ȥi(c)<,CDZXÝQAUF5R@gNIOSx8^ϟXm6 4Nw7Sp<{5hqi"_Q$L?`|nyK<(g[:ynmCӘٶkdqǝei"!|#DAuL(h[v"3htI,Ll/_{=l f0E+& a;5/pEqx2vew]^vuéq ($bJ5f]BRP.9R!E%iD".)EJjH|KD%AH3 &¦絡t1M5a:Pe*3d0S$(EjHIœ G(RJ*2² ʼ- s݉DxUB\X@D@:cޥ6)hɌ-]|t3G4$h\) oLpH(ă$C9afDcTV[]-pv;榙@EpǓ6Z׫EWlv(4|mY 2zI+Ma-qnE)ڄW}Ѧ7@nCgz p<頻v ]gLӉ IIXygtNG*] .n{?dC?N^kV)Aێ6Ϗqv{D7RJGu+،S-꾟N5b -9Ybi77OXI|ݛU>4yܿ> BJ1>i}w]W^g?gw_>y:Oo0NU''N?@ժrwoU^Ec;կ~ŧD}qM}?,ÃT, "JߙI%;itzJb ջa'w":EųO!|ܹ%s\[0!bbJbθ47tlJ3b͋O>9x< ﮯw"^*e; ,es"q3 8k2~d_hy AiF6ֹD"ij> z}|VlYJrO>Z/P5DT4-7j PD(pq~uf48NFY\& "D)]#tHӤBO=٫z~1t+1WqW͝ "bt]*f֗R:{ݰaiݠ֋d8"$`PhgWDYnt1K{Z%$1 Dj0-@/ED4~ TU34mV$**U 6 ~)mчv+C1)J 4"֊PAt%@S#La )lL4Hn^&r %lӅ$djjT0$ V6? Pã!HVH !YLbF# ҦmkF@, Bx @WҁE LjJ 5"-9z@$0aIXVs0掾tT\A O:nQ0C̳c#}yC VR&y>2 m߂P#jD%U,uẼV%(U4(EE2Ԗ[8ƊI" ei+=}!!3B/`)"0Q)ꎤh.9 Ԉ@5 z꺡f@Fb͕J4,$UH~VNSP\Blx84G.*X`RwBT3iRTɐR$0tLQuJ/s#N08iz_ߜ„ MS?)ig <&&=Vh9f !#yͲE S5HZr"1]@%*Ɂ zH8rsk ,z y& F+5EI U%I"m?b8]7 PJ)p TT82@KB~Y E4SцrT Ae2XJ{H484rAG8*\5r3)G%BJ8@EE5oQM8^9/X65N qe(=D,/l$b"HD6iPM]C=Ǯh9/o<ΐlDRs%[ީy!9rtonաu{ǟϿ{9Fn8,}f5w/@!-;4&כu>[x٧:P "f*p Nt//͵ݼ~ۿOÏ}/fX7/^|qu}7'^\]Ñl3zmf-No\OgY2jS*euZ+US;=Ǻ6 ԈiĴg=I7|䈌xdI6`Л[дh*dKM(ٖTn>}z~/@Ev:UfRju@0?zsMk^H?8hRP6?.+ 9 @K㢢ٺӗMlJt#NO48uRtUkJfv**q@Faf.f? $PS`֎PA@C[kQN-6gtJ^ݧi<\.EWvJ(_ŪtZԊXuQ +DQ5fp ٢~rG>)VԽ-KKkvk{7DJ6mp0ozἺG~2:Tjlio]VW?zxFRU16jwԿS530R Ra8 ΩD8s$=Eͼw3XxvUQOX%_„Hi,YTElNTUXaP=Q* 'Sv2IT*iikZm[ 2 IDAT6ZDx/;ET޿?]qCTEMTլ:N>Cb˾놏3wG5[^ eEXw#jo֩җq/x<}RD>=믿z1g)Ȝ .aIe &>toa8I4:;fکG$06[8| fp7Z'B̺Ф=+GK=GdG4U`ǻ]z:M_~keg%v۝@QO?zvm߿ Pk;Ʈ_pܶȏ8]B6w7/Ϟ>*>vC';[/lZټmfRDFDү^Ko_>[x- :ܽJzXo [NZz|s1~⵬߽\|g]D闿Wۿ~o?._=<]]\B;۬Rϟ:1+5)DJ+UŬŰZ-U,2ǝe#ou'T^&T̔!*Om^):[߼iۇRZ^WT<+vR= Υt#GX0["I3h?>hzGM'Z/AZųPTSݍx%ɬzLLTJDx'BDzh[a4^AEh ̩VJIoT;|qG CUNLtKRDkC!X[)($D9pٹZ[(U7,tOgB;RڰAjYO.&E\ՠ&O`s!HJZ=\rU~Fe@It::}:z "prX G-N 3?><,VggW+"*:Hr:|5lsAJ!3%P<c="ө+}?X׉SK׿!h-|/vGdeSCPMeXi_$DӠ%J.bhjYfY0cĴUb>¦YNihA5Tj 0Dx&*J6m=Y&c+h kBPR%=4ҁuKNE▦P #E>yZ Z[0Ӏ"+0BlV3FXi5YpANYρe%Jz+J95A\|Z1Mx  CI)T2 i'̯,l0r %xmIsmU' JbB)!"6K띥A_B A= #ft{7ղR"7$R&З kJo(^rH'՜y6-?1r;lH*Z*æ"  (Za++Gě6_pqDk i-TyfW(W 1ZWay@ffZm$a$Zl!Y%V9jQWoVȫnt\Ay\]ݣެ]3,VˡI̊5E pMjs EKv0eh/uQfTn*^03 >M*ά8iBA֮҆>c`*ҕHfeuvz `noǻj*{>@Du `rXztvzOE.^vglYj_m'( )@T:cqo7 |/>a0ͻ~Zwwǘ<"iI!cX.7?駟|R"b1 DRTϳqVݠI*[V,_DKXk-eQ2LUUwȊ{d\<i`HD+Jg+)U5 O>f%$ou($i'&~ t+bXF.6S眪:N|=>޼"8Eèjӫgqtw}r1wǏ8SD?t>xN+grC㣯8^\~Z5pb["V~:W d:v;?~rr8ώ^K-)Lo?[Z~u:1-'x: uHp4ookCpvOS/F汨*ݧIjsܹ>?DujEK:rrECpFRXL5Nw(^u2US>~y"ڪ,&4hڗRGQj:(Ejq`(mY9aH8Ny]xqznb*A*ZRmRkMDۘᑶD(af슶ه چX -jI'or^9Dib 2}KN:׶' M6*N(4B~D}ԧ~ gZ"">$,֩>Y'Y2 LT>+s6TAw~=CHJBXDP"JTDmOo "*E%<a7iCfe`M)/2kP$QcRB5M>(tgfun1h1#%jOuwa78)Ž5No+ ԼTnw_Z~3N_{<88t*]~?S 21xjisQ.rЗXpv`B 3)ø}0KW:%yiV8ۇ޽?z}7~_‚i:pBU4DD!*zunλwway7U1MLKGiuGtTadr${EC6#RzFBTֱ"U :h&YQ`~3aQCeI4A?{z FrZPgкN>uVtxqO^ghn8 {Ϳ8lE~?Mj!>n޽~q7Og|u{|#__~-;?\?>}7~w @z 7\Nux8ǃYYТzq:ܼ!ĭߕ wNEQed!߈rUЛ Z_LEJ 6k+N:-J_+8&m04UwSbQ"S^$ [)g6hE>0>|_ ˂ZSvΤ GWY9[C7J" d}̑jnU$qJH;jѫc{o<~_NɣM|hĜmga¦f;<<<_9'bd& J9ґھPʂ7f o4 DԺ;ðx~ѠhI"l֧/"9΋Œ,)@ Sa"C=} 2[T[V,`Oy;ka11{ .FzvC0GoH5 Dv@*t"KR('C(嫌EᒙpCG2 tk糆- uYI! ".aF4 Zt PKvDM`̲[CUjsPD @勇@ '+Ba$KEG$?ʖ-3(%O,k jQF hH۹4缌 Hk I]>Bfq b& 5/rZBUAa颹8BCZ,R?3#v^mD+Ie4 C '.̻HЛN]TDUP"$_0 RΥ}-uGPSpekDDX! vp"J bW*#"eaB=3 ,YmgX_&l ˪BxzbLg eN}@p$l+'&[vZs79a/bw-λ1ιs7c[q ?p{"0xc$ HHC,$!!ȖMܖӸ`wwu;}]9_a~gIU}{5oF~OnTo P04: Pw*[I(h03F8|׾+j\oϟ]?_?գ+}`u|}U߭+17^~q(N11֠N99>>~ɀJwWή$VGέ.@9aigVT]J1E_" k]m&3[/A*[+zZer(W'ϯs4AK,puw<͕@^ůE/}X@I 7a&i"Oh!AH F_Fp;u:8V4X7Wq}%*6D; - ^EZ[_tvyy<[9rVJl)N5(5L 8v("T_HD@ruxdi>NaXtBl|70T;E(pP`JhZ?7M}9 n:Zg4ydp]?hf0uO+>r5gLRjB y9syWzn:˶[޼Ԑub \{Z]VtKԌ0V+{7+ѓب(9uzEoDOĘ̄A܇)Pӽ-Nb0"h@E%IEdT6K5M>ͦ{1٦d(K@-4$*4!T͍ɍifRB5%ԾR\@ɏ(͉/irdK]/v%S;gH ]^^nNB$)QL@$ǬyЌvP%д$! Q2!Y ,e$ >$!y؛@J0aBa4d,T՝X%gvb/6![fMAJŅbJP+% j>O A B5b5(-"H dC' ?s)F@PIW)96[o=& O%@K9E`#FHU@0" JePdq!K}XH%+!SsVڒТ{khYhz3&E KAS"#޲3 .,8FSس r8<"c !\o$~'b nk@IɰP'Ԕ!BwI5_T]` .aHŝT&`A+js@-N"*Qs˷D@^X!4AInbMt 3YZߏH!@G: 4I?Am2 5 b͆&B "TXV3`94Ჟ~ƻw \4ȤJxYB35QE wTAbYHuЪ0f'%2H$ea!'4if9{!@C(3"B3DEP I&^(Jj<-pQpPE%#/#Ҡ$N@ؒ &ta]ǻB ]5M0==b0񂎖+OzJW^?ʽnկ~'~'>~~l̻^E[?/Ky?v|Xʯ~3be;7ϟoy$߾zz>2⍧gӧ\G7~gu<c*&0vyG;K< xr}}mygNv{<:8޹{ řo7A:]*B5ђ6x:)0(݄oju`=BSY&!jjjbaR5[UUdΛv]Q黮.x{mw,2ˢ+ut X-W{\Pi\g/:9)._vus<_XN{jY#}V #Nz ?^?4Q]m|vt9[ocu4Ǣ }`Zn)&]Ѣܻ}xy7v]`]ߟ:uwd8줇K0<+TՉ2S#gf,(D2L*w] ֤[DtS8h!iM=іؖhSZSN5)&jx^=z4M{&VvHˋtFQ]1`)#߻{:N5"^oSA+t+۳ūX,4R(s 7̗W.bǭ~?h%zm}vw||fƝOq[v|.Wk>)ˣGor}?҇>ڙ]?_tо8 }~}z0:o[|0߽={l``Ƀ?=uDNVa^+Y|'qã(` }E,֐X\7/v/щ籺#1,ҩE;L 2V2J2Ŋ;'l0`"ZtE1N4t D18Gz4S@J ̀Hu#_äM{{5Y%zFs M "$TOdR}4ti]T:bm;UTb19[XD$eˈpWaCwmwq}/@ҕ dЮcs\D ( S?.r}rtȾnX b)C;e?ֵXP$C;,%\J{KqV^ C$u{<\_iM43 f9Y BHUAGRU0VdF g &47R5x|,h'R0DYL,֦d{u5*d"oq55WH"L:!9+8BC)9B I;Jq>` 4B']D(-DBMTFZR FXV 1 a{tJ ʛQ"sgj6GbQfѾӏGf: ]i&aE}jwKpTZoxi&pGSW0(!P,aS'#p[JL@&e<#Ø`v;9۞V 0Puϔ!<< #I 2W)CYM>TQ# Jt_Z%I8.kU(m#p+GEn}_TV~LDYj, G)hq@h yTI} k Qbd2YLLv_nH~+_z?Wڿe)%2?oԿ8$_&?__C{E{W|^z߇.jy𽟼Ooxl7'>?~z~|_dZoS]!e7`1ٔ>ncw]n:XN⢬ ]6wo:8{P<:=]_}xk 5ϳDNVyW$l*zcJX>mҠZz-3lJj{MIfERv:4^%16udQw;Ouz׏wsdPz5s!_>~nNGljR4:MHa/;gϦ::'}u^{z}"7.`s?PF ML|Pǯ~[vW7 DӸn7 ӊ-\u E}݃}j%_;9: Z&qܫDiB5iXnDDd jjS"9ih$P:AZiPAz)D#kY 0!) 4-D죅[tl s Mu-m\h]5z>Q5 㣲% Iշ?Mi}YnŰj4RJgyZ|U"v=SMBt1 ?odEwxw|)d>GKw:㶘,R:yry"/ߺRyxz.үwso ;n_sxu^kxupaYDZˬZ\Eu1@,/6=HW뫨SCgCṲS!`*M@>\%RConW&Ӝ,lzmnjS^oǫ(Sɪ*fTc2b7VIҘuktf6͇ S*Odj@_o/.<:O{ԩn /H-S >O:*=ndu n7:M0U+<9͵j"{u )" zHnݍybeЇv}}uu=n6f;кcN 10S+ [O“E^f16}S`EN"o7$.̺iչy#X,=1%.{&SJe"Y):3%25J_bQ`1,X9QY$=MvU-fo߽{xtm{S1jM5b$ܧ,YKN 2$ȠRIR'+o^JLmАZ ~k!ET噙*jDD}\@B ƈ&+ "ZhDFJ_3\5I5NUxgv uϭmXE uFD?" Қ)H.Msp =`uNݨJ2A/4{LlXQ}`AJd&mC')ANAJTizZLǒ)0ht4Tj-QBB `0l hfT;誶Pa QH \ tf`QD"&zK4HDK{x1F 308 E$f #Qj 0 .a&h($cdO}g1 UBL dc4VAjA \)\ְ)c $YSEF1A(=KDߛJf+'OCu,ЌhtBĶ 7BZ]ʛ51P9w HqDqKp! Q;H2ZŮ䑅CsOfTaA ߊA Ȉ *~#F@o-р*5YiF@8rH%T E05c#QE8 t uM wG ҄ti4p0 L:4g֑-#Beڍ@vʂBsHdz $HE}CEZ; 83U *MA J~>4#)9Z,HT2Eâ5xHEp@Π- Y!Y$sR#$ih"$VAEB2SFɢ&or4RHC0JZ7F۵5")^%}=4 j$c&03:t4;Y.y>d>~xsu "kFvj*"vwȴbڛ㧯k5d`a|ő)UhAڕjVH>J~`3Fza.8J8 g5wv>?L7wt6˳y=<\te([v|ry\O8OK;[Ou .V:q|yvk:=;d=֍7כvg7<:;% 4{W4N#NN!V*ԐHҐDA߷*Aeu1M t.S J@^[VRPTm8M%EEA*To&p=D#Mfg)H&M>شٗT!!6W3RiVp![DlvZ#żfSv4oV~4hQq8C`Vs.t#hi_ A> P0?%=}e%@"IlpdȍAU"*S8ϳ/ɭ{NIjQmvVb uP(HT&AJ׻| ( e+IZzB!Vd@h$A MZH>YjbYJENi0&4ƞq0rZL~#3(ܷBEU5%ۦ'Pt_ ¨iDHEZJB&?)LgL(M|ZBukc8KP[3JAk6!4ȑS@UԀJ5E"NXɐUU5}@4f2t,?*߃ H)H h0teSZ1U57 f$h\4B  4@ͺ*\y h:5IvY ,[d= s C.Vx$yg*g,i>YJ^O3:;;$~ ;+>Ͽu?/x_'Ͻ䕿ͫs{)q}e?/|Ws' ?~_{>^Z7 މ{??|%Z^Z 5&ƕuݳN|>𑏿7gUU0>w#-6OS2,N9:Zo)b*x333ahKp_!!"8k4yΥ0w'UCW_?+(g^N8WpU:'C τ)~̣}<:閷ɿʓ˳{^nPkUh!Un9bHWD6^iu]?,+_ oy}?UݾGS_W[oiL8rJ1oGS;8:,AjCkE" Z<(Y X#TETC CF0i_Pk@11@\*saP|}_:ՐR<{GwnZSp7׋b)p˳żnFn U7q@Yo4WmSUQRQaDB&Bfߎ/Lx9ZE7vxx@]}r}|3)D5ZY(GxmݖUSTSzw@cLMM}qк2pqWTn}?<U:Lit]#:AwVLNi\NBRv-%jq":OvӣӣCz "f͵(t5uG57GQ5-7ŀ0cr;dAs`_ؖĺ7A׳r3fcZf]bD/Rܝ{)!^ 93nX)$K)uYu5dpԠ1_jDX+Fs%*Zk%DPJ=q^7VĴ~j5["2`UE[4jIIE41Djjߌ Մ0*KUQ)Va4vxpZB EANQ8)L" Q+Ϲܫ""JHL!]iQҢ*"@]W.gxHα0!Lz B-rS}A"1.ҧvRNJ1iL 70x&>PJj>9|4LH'TSLg>(l&! 9d$"W(HШTD$Vx0BB !PC#B &8 i *E-==aV(DQm%R<70HXzWb1"!.Aq"b"Y_DPoF>1J:X4ďPq|ط"F &ZYkw" vG{eMdL[tB!3.qJkhb7 KLz|#ZԂH…OC:,(#YJnYYzJUx-"sԦ4QYQ47T ːP4̴9ϧ7JV#YfRS5Sd:P{;-ɕ5C BEU@ J.'1B& +Ƽ1L9`IkJR .S &E<' "`dch~+ <`GlQ^Hs!"^ R+ B`bfM"iyCF*D>Yʂ^n$ٗ`T wDLJiAڵ% J&\Vxw_ig}~}_쯼'?/|bgǿW~g_?og)?_{~#ӟ7O}[__;x?sտӟȟKWG_o܏|~o?>U߻~ZW-HĠfVjar<+L!nϞ=#J\l݇<={w>sqMWSߟg9J\ ]rN\tqgÃbڕBTҿ( :=*AE5zdv=>D$ȵ`]NZhbV|*12:+Ccd,iw fXU`U/^lU[h_DhwEf"r W;m݌huwPV穨쮪Ls\El,G|C=s m7:Wb(qyѳO}tw4ZuqPjbQϧ(-(ۋã=ƳgwNӏ'aွa(uMe˲m Pn[ݕS+BἼ4l}ﺾ+wL?}>{6ݼ>XR+(ڗ-J\p{v\o㓣>系tՃ_|ͷ/./ֻ:ri!J&e! OV o_4P|BF#'oT*&"DF}uXVL|=>z#'/;yV|$Θc_0o}6-͆qMV4T.HWtiya Fڂ vR:5;=9u|]"pg+]B{"$(3 umBuZ:1v>}Nsߕ;ܺ]+:D[*;i&gqFHЄ# *K1[ўoHȆ JX ѭwŊ QK'ݢ F:wϢHs̴KPZ&X$TOK)iߞdLޛZfg}ϳֻ>Ý !vIAR`HFNHbqDQ"'!A D@0P,(!NMnWuwUu7 {ks`u_RwϹ{g5fZd4a(>S2!iDAI0Uz}$3r8Ԓ]zB8G${5;}L!ph ('IwbSCq nyT8 3@Hύkz:^f@ŒaipJ ٍ@[^`hjB&,9|nfo5L( ]t8 <\EBL¢d WgԆ-M 0${c2adb`[5ܳk&TGSAJ44ݽ}EHRi}֔ݠ MYvY0:ռ/[]a MabvHm ,VTK:y9)Uu_8CBHʶPjJ P+(+8``uU|&DȔ'%u)_ 0W TK8 !7""iM`;- ALMмɕL% 4șL})ad7ܽf\so(;Ҳz8EX+C%}Uqt7{'6Y+A@{{{_^~/ɲpU|7?O? 0W{'?ڷ~CW?-/?ߍ~m~޿+{?-/Ɵop?}_oyQ{~W,7~W|,olWfZeLӸlw Fw4=P-|Vn~?nm=7ł WW-} /g]*KwCWY֙X˽7n-C˫7?Zݬ~7~rjcku]bs^K/e=E}xvb\}rٹZDUك漘ɸD 5:gm}1w73 lDtPi'|rׂyu5Pa8c,UӳMx% ps6t{6v wܨ{ET~˫/~K:[,XR֧1#v9݌u76+ZM)[VNYj..WmxtNl5EQf]/n꫾B>z|r>|>(aܢ+wZJa~:V\Trsl0P[4. nf@t]Dd]Jю(oJT$G&CM& -oTZm;09p!E!DDHs[!dO56Q9t4p޵v?i7UᩧoX7KJdw6{6.zO^ғj@iZ'[yox壵^l|h瞉4־l{զ-DSny<|=z݋7n'7?yl`^܋fvv{%@a՟vg'Eov.fiom/x~xƣD\~vxr{3?wa)|n>*ZT}?teN]/./ dy{f=yr|x2[o7ZNU "TU "2 K(Cߓ 3A]Ѽr4BTjMUCש wd2S!Gٺyh!'xlNW:M |dEt,i/') %`izni/tiioʢErZf˽ĝb}v~[E_dCDZ"(".b;]?v_m pW+޽ݲi2ãg^xͧa~M-]8UA$[S휍E׻%\6V0wXDwRJp[k! ൂ|]Ntrrba6Wiz~YZha\Pa8Xn$߽_{1m1fʨY;ć;yR5j{tL(]_>^\g]"$,DD4fkn%QAjEr2a KJ(yl4Mò_ &3[1Lsy4LkwdX@5(FTA',lPfצ(4F(VѰ0.4-dY*%aSJM,niHoKC(` <|d1KPz='-SNn@IEpo)R9] IDATf([=o #"jAo]]5c@_i@(#W/j)P"Tk#-,#Tp8Ji JT"Wg(ÜM)i@ "4K(F%4?ˌ iVbKPA hII,5  8@Gbm\C{%pN`A`ᘐ4 8V:.ȴ+z$Ld!F" ƒtZD Lh"#:@2t;"B<#,׾D]P_6(iD K dR]*<ހ; (i peI#hKv^{=L Q(ܼBp(o@jr%%\))4>]A 8=en]8UT.#ϰ`f։8,18*GrĮ!#X۞pC=idd.Mv;*NOj֭9kC Su8bNУ26C:C}ftv ɺY:H\fZF &ZJ1)ΎmP(ZKy{jq[(óa bc_Z}QbvsDBD# DLDGZNRm u5L$*=*ěG=k ^);Shh Íx/`#ծIavzKsPy$ +XmwNʜ,bcW^/MW^RQvkZ@9yO?ɏ~y~/=Ə|>?'>N_?o_O]}G`W_ Ľ߲2_{k/>_?p/Q:2w7;7olNK-S믽5nTUU {:/yXil.|Xu8+3Jp!ճ,?ɟty~zgHccQi{7+,secѯWӡqoXw󺽺8<}h6E n2Z2#3 6^4^K mp[4j=jSAU؋nNMUQڵ׽ᵆ[̲l$@Xū֫ E45TCUER贛f.76j|> φCg۫ݼb8"ܼtpYXDZpYmX{ 0(l/۷oΆqp<4Dfy?CWs<>>NPf t="PP7ޓv; )#HAuIm ' 1RvrN-T'f Y6fPp'viږo!Y\wk[\Y!yӻ$6&o @/ȆVlMj6C Ӗ/~,{4_|?/z>Vxzf)Q/7*!:}ٷ],fâ:#)R:uu^ݭN˥jË;Y.n޼r1P8ߟ :nl2;ڇc_Η޺gB?syb\_-=1}R>u8Z[p|1,n~Jfg[=?;f|(fv^mN?rP(nnw=Clcs1`IJj:<9 ߸Y]q6nB g|aV#JTGpv~:?88؛f ǧ/>8:`T :kMxO~OjքG%S:Y:m׫qz:er] STƻ~f7,Db<^q=<:>f8oWMj'dgU G'Qmv( cn7n};>?R9NG!pyI.CJ'̠òx#5HAvb h r<>9N%jkEG+CXAL HU526"H,%$Q%נ7\d(72K6801Jx5*ӦcxͲJRNq2UK4{Yd,#8[ 6w Y D{ A9aY !"RhOsiP*bw7PAf[jMJaV{ڲ3>^y問}cʗʼ/3WK7}?)靏O?O}v:;' _BtbOUb~5'{?_@=iSG?ӯ,_i}uuM7/xeA(LBqRN9,rमG/Dח~ȴw齟{͆SZ]=~g~?cЩd @P|>;('{չ=<Ͽ64TهK\`ׂDE%6Qr|p1UxH6mnGݦ g``$P{aN{O?ʳ''BCuTMV-C!0Nn>:-úW}ů@ur RɽY?<}έ8^\N..VŬfNDjv\o7Փ=MveKbjUWא0E=,̐^g)(@ Wh6j`aRҜ_¬q@vA1l{L%'" wb3v]SRb3rffUT!ok ; A@ͯvI3)˭mK'Ol1[:u;jf1mj/LJ,WC}?CJwφb.Kb ꬟q;fu'8"Zk]]_=Rڧ>33-]?[];]f^DכPFCl&N8Z=&X&-ì{n(rr7z{hV U%XUGKuj)}[@ w!Ҙފ QF3Dt%tyLWkߤ ,x.Wzhu#Pc}u1nu|kz3MQE@T)=: >tBxMEX#ifnF0a\.o͎nwRMӳGwߞ,u.3RlR@וq;V-$D46m#<lRmnkO9<Amug z._IG/FU>4tJ ]2-a$)F/eMN 1&Z"0KMF(&H_5ao#L7Bha}IAf')fFȐ_֩S,MvB6"d G_(DHO0hy*vU0!8}9).3;dMBc鰗h Q/NvucblYhdeMiioG0)(LDk6fso;Q ȩeҕw4՛t#Jam"ҊjJڔn˒sע ṿC;\;1$XJm1!LHVɢ 5#;O?_i7o't毝7޿NO#7~[?oz'?;`vrco ܾwx_zcwxHrȷ|'~?߿O+Wӻ_x$*yzvٽ)pm>I QJ եoGN ffve f.k8շƒ7]4,N?/ƺ|u4|Xj鐆%A% MnnN$a8??{:J4^P(V啲6cڙS#IAfn//F-;DK`>r r൦>;m:hh @rtou9P A2:!%] ۏ"]w ru"Y tQ+55h#^VZE +t}?_|zuvŷC'rffպ(KWҕRv-Mrysa8] !ZTVjAY$K:hVtZJPXrSƯnSU` فF`Άڒ SEanFZbf@x b5Uy9vr3$VSV+;eXRe޹$Fuw=|7 -B0yrVGzȸ+vB/2u:iY=h.CP6KK4v`zuy>MEY^n/hrfś3n3=nu}qvtx< GO/z{ñ0{ *JN:Ķw={v[T+ӸQ }4/wF2(lf%zѸـˣZO(˽э~6CVؠ2NWu現r_F[~Hdʵ50 #֐I]Ϯ~v'J'Wqy:u [ժ 36 mp=={,EtPq]\\\FWvՉQ·~=#Э&"vgdS<}d7[^n6.:̗}ߟGm8dqpýӸn7S=X o,C͆!0Njn'ݧZ;Dqש1. Ѯt()޻K ]fѴj)**UB~seIV`Hu s;xId &-'i0]90NQ)wܹzr h#k0S gi~!W~^(%~6Nhn |}~.g|h]nՈhul.f}x1_L[We;.`yp/}g֛^w ցjvAE'PE^wMQF:T?<}٫U)>̻EW\ց=}}ϗMzSE"WސE Qay2''Ƿy7W?S'O?|>ج>2-ݽp hD;],ebyͷm=gCUn7vtmTs!'&[̫Y"tخ'xW 'd2H(5/UJ:|4Nd)݂ˆR<ї22*7ܮS)*>UUH FOvOh6EK0 }AE2N|YNR ZV欓w{^aK{;=_=|x+~>LT,DPETyqKnv}!yQ [UH{zPr ߺsﻄlf.C4"-$(NHJNYXlP J_ e+FK=Dcw'{{`wtΝfwDwK|o5b ;8Fڟ-"_k8R8~>w!4JjuehRut@3֫E;Rw@JVcs .*Hi s $-H3Ss'tw%"BJVys !91oٖyM嬛fٍ cH *܂d+ޥ &zN$?HzA;R0,ۧ)lZ6A("!Ă5!Ԝ<-օݐk!29+ph%j hu;;ӂ㻆GO 6n02P֫R|"@ $3(sؑx&-΃;GA : Y v=!ڹ : 0- K.ʮ̮BH^sD; Z؉ 5 k"0QSHL\M)4gى ]ȓc ŒI0qm٪@H8UkBPE@FH"vc"e10 "timrXayfYADI H3)-"L_*-lRΠ {!-<+&)JYfD3(6Ss5P'JVt%hAA"@ĠJur߀LjᡐV#ɠU 0UXj> D>#Rpy9@(`bj2HXf&"'Y %%ߓ06K+Q9GLCIy< 7MώmB#'DF6iIυ3el)Zv՝ =;q !]"qd";S\ZfIpNFdese5ӯ?q|}庮[9:1T{j„͊>m`47F7b9Zҥg݋T}X,OUrψ6S̏C7lV・oku^2.lV""Qv;.Ǻ8 twY\\\]nїru6Yp!mZkZDU?pfE^}bh֤};hA^ˉlJ;;YaJvu]o"EM)L^R0u4u6?x杓w{W6O틈v8nlff0C/x~wf=?i}x>_[5ʽw<|>wvt3f,jҪmc}V4aDu}1qDKR:TJ)rnp;\'7 im^ZoM:'^=~>{? ڙI hW("n DY|(hi!ޯ4GNn5._9_DDxl2"eM~.KsY{HgeUnB  t`ȀBl !dG [@BbfؾfV{k-_f[a esv6z1-Ţ}o롏V;Z#H$%aՎ}qwsw.=(z^|{ZvDzlh9 |g6SV|y9~7 vuS^݅zY8L=vw\r}ea{jnV:djYm2 Jǹ1 ny?_7~~jp~'j~-CRT=68^܆tɶfuZoa=nw<~?Vd'.K?>թKtЕjq9E$8 $.yGE"*jQ'ƒ#Fix:wnwRiQxM&^[@257~k5Dh)0뻾^2JTuDZugs ]tXmNo;O_ZE\6ux8aVJjuQD[nxRTڞnsRVR;zP(e[W# b8Tc;'Μ샛[ hNeTn q*B*-Wzk'gg}Ϟu4MfE򽉘 i\_Th|nnC Vy='iѵDÿ55ERz+-{i(а|T= ^1.J adL5%NhY &DDt\R’"]&\ih%w<V&kolt{v *!BHR2C;K[D5/KGkAFHAXMi8 2WToA&6p l%Rp%LLs%{xHi`H JP>7aJ1Ȋ#jBk MopHqw= D֜ oQ#Ҥ@VA'F) s*[R@" ZN [B$Hqq*J^+! j@E"o>P< g1DaBB-A£F 2$ܠ5 .ŏ&nIԠ`y[V==D,7%{+g)NW:½*CV/J$ $i @ZtޔڼHD3S6J&D+`Wp>Mjv&9zXK5ed\;"X Dxd9ud\#<"o&ڧd]q~3XzqB1 w[RO)d)]#[OI'$'@#bl*}5ng8ۍ&xPHO4__O_|oo{׿3?I`_ӯ?iί׆>ۿ;ݿ_Ϟ9;kzs?Gف;^?pҗ;77~;oW?ˏ?75_~D~82rw f*k{e޼ޫ֣j(cPV2l# ƴ׳wKgͧ?>d_ϮdU''oxά1ݰZn&6caI>#uR:KLq?ҟǣ^@JM@ Z͒U| whsAkm ̣Gk):5)ۮ;rLmlBS ) h! DZLRUݩ@#.J |VHk_>=Y-o[ٰa5*dT(HAͶ75Y4!DA~!xgvS4u qv2K Aa ;F6`:h)()H!*ͯc`HkS}#M JK>Cf%՛b<.da T#Z&)pg 0m~YIsmtcxUvRn@X!'%4P#h  8<$),(`E87PoI1P{~rQ"m2C;`A )T/#v&&$$d;H F"t2O17B^f>;`SƠ3~\#\!.P'hB>f6t;ىz=kXI-lca$llDFgT3:C$$ B' jԐov9%_^MD5L@P.%hu M#}K*PHiͻY$hF_[."ᄇZLk|d=:= o\hsJf010dH|>} a`3J J=B7"`iezby_2)hXENI]iG$nDQio, @Li6R36dT&ȋF'E%5nޏ_ Nv lI&sBⰳ`<{_go__~+V0s|qxo|1ڐo}_IO~󿗳w?3~]UHW\"X"x.J ҧL֊]T#ˠDl%bQnU|à$f5MUgG7=r9~W߽v9oNWz!B?tӓiQU!VuhfxwSU0Lqsҭk-P; ©=/ooceNNd}}dꡒKx1Gȥ5!U(Ycnbw45Npq_BDG?4ӼX7: IDATlJ z<J5]ЮCT\K2#o pdPCM" mi0Sc#`mDQQjY7jtHKÙ{%j#t:G&1:IF#vs\5[qjVA*LEdZtMOۻ]ܮOY 3Yǹ9Xo<~¸?}S׋?yɟ~= >~v?njV="wCF;lNռ/ϟF=֛yΓgy>8{;szxonwt캻~x\}/*}|/=~]7W͚`fn>n<"6͍pD ~X#)fuW7;+4i.W}7CUQdUh j=iBR) jq~#QFq )C^ytxA5<16s=dz͠=FqS]W77IB֠-,TU8T j^_T׾}~vFtMxn٘HRJG-fQJ!tw麁U)RTT>xW??3ͦ7kZ7 T, UEUPbզU1ϘF1SZ^\q|}`shyx׿/o/rwEbI̻s9MO};?h朽؊ :r.fko 7[sc{un7ROwy,FFnDɮk#AAzH!"?WDw/ZoI #j5@H=-%n͜DGbaI(`8.wjZFS0fK$,4i``&%4_Xƀ!$50CzjnLS LHM0DHd6*;)l4nRHp~ #-0&:u 9yt=jHOdJqGX U)it@̈́ThSc="@SCݓmtuh]Gm JD{|,Z jsI[Q$h%<:QK7\}ao ,"MAd&Es@B#A ۞Bg>#0e%C:s!YG[M}ސJ" "<@HR$. >꼡5 jOlϴRn!z&,i^fGZ5R%ܑ3#"mQPi7dE;L FJαt/ef`־`Ipc3gR Uڔ-A V>1RVH4NwYJ>a[R-eaE& ""$ );8ͳ9SDӉ/kEKbpX.e$xn"!3p9KpCkD KdvꊨF|;;O<??wH!a1ץ CɖZd5g+|2TSO];)E@uNoo7ez[]׻}g?{u|ڔdjC8?{7Ǔt{]=q{smݺ|faA08c&gIwzqZXszvgWէ7(mO" O5fd -UsvzmS;֛iq *I'H!`453XT2BUd6?%Sy:A¢ܽt3׵Xq&slqz-*|AJ/2RԀN>Nt؍yڻy*`-$JQhRr(EQ"Z^ y<n7[]뮔&͐1W9:a3Uz )hUHljf8yưn+>_yIV{ _mRph8G66HsO6νֵ?QMk9M# w/W֍"F{ }@ ԌX`n9u,arDOnjO4EZܿƅqα|{۵,z4Ln@){iu.O)L-X&O}̃#z2ҼTt^+f6D%2,]f ǂ[p*aBCx!YFj) -.Ԓ_վ [14Ki~#Ls^o7(t-V`zF E-Qkz#C-h`epi 5P55|N%c 8aYWQDT5z&0LJFS3/M%7W!=EA@̝hj-(TEZ;߾2BS'O殒,Cd)r3&rs#""nΠzL" -^[L!΄M("0s@%"YFP0b0 ʖIZF0kF PϚW$ N/!$2.8!24A 5N THk`.lzoɒOK% tmP脐!|ީé ੲ..qti?H=M Q`-B%⭩U˛m4%ar/)9 6uv6Q dXP!$0-2F[T×f) [g}.M^)LfNZ[Cw!+ S.`Llh NV6QBPytliF/2|A=5x! K.) B3&)K1$hQ"!$r0]@C[Hd`FtLEa i tBnf  6'8(%QZ.|~yb@µjNG'L)ҢJhd>r9kK J&YJdxhTa {1'd{msx i! g@`0ubj0\Y 3dKA a~9 nH~1 i*QRpբ@4( so *dl !Á#Ҍ~nɞN4(;b.Ydv8U 7 cNb|o _9pZҶP'x.E :ZvZiN6̗ۢٺǏvzpݯ^1~=Wo?'f7'=<8جo/?};<͋%֣-ے h Nn jڔZ_|3/vЗwDk`:&ԭ"PQm7~NOPx{mg/0Dݦix؍p>׮Hj5Fe`9iڬW}mVzzuusb'1%bY}z?u؜n؜@n6uX?psT݅j"uǹvHEUlcUWNOOVn{*}?lOWۓz[nO70y恌k {xq:<׮ӾS!bGnQk5~Vզ[mUKoۨ#|Vk@#J`;-}6Ԃ[XQI鐳8gsrK_!;w|}:OګR1NEl'AuϮp`sv)/Oxc^Jz/WΛ︵&Eã٢ dc{$NŷI9޵hb6]8GU{`6T[!SMbFjͪXy{jAwDqAK! é5h-/_ݼ|}ͳU5ݑXStfMnP)jY:M9-Jk|~E4.Gg :E q*HòG4SSǤ/!⤄Cܲ=.Nl\SH1Ka:JD:Hy;'}k!*j[PJ[&UNJd*UPʔ_ K\D#i Hj 4@=)>SA&\P"N2"axIF^r7D%J I$2XYTPa;#F]="B`jښk3ȕZ}5!dSpU D@0ݟ7F#:!{e^!Y}wx) ij6A! |(B'F >z5 a9%I 4W Xt,/(rXhq< 50 +.yjҨ 2=W @# qN&{QU36;%" ]dB"P|\J m{ #$ 97MgIQη2*/"ȰPОKz!e62;(Fw@5`*!لQbڦjq֧jF(-8 aT4G]2kb\•ZmrB9Q0'sGH]Uh 6&ΙD"τp9H6 Y!lVbFk&F$jH2 lfP_2ZyHM}_Ly)sDT449Q-0,$TV&zx:Id5X#ۈ xJXj\V~D$\ۙ}Rydo[U) ,rG$$AYFN&!*䃷PV4LG8#+ݺZ_s?!"]םnyxu#<#l~qxӏ'O{fW Og|806j+Wcggnzp-~s0HE6O@j~e|3QOT 5Dk"q|^݄7B :>Qϓ)B,]d첵F0-;!"ڪ#0#hp7F5?G%N[QW-{_]]O{pw{zaXmOy>PyFUʦafsw=̟[!LKwq~JnTjds<}Pj't]Gd]__\yU5~98?===?;S˫WTbYvu=z<^ozM,v;Cqޔڴ0w}!W]$~\t:N(i-{CbyUthOl.L?HVҝVU{go7ۅ\F]]W󮍀޴&z#"_#hu|.a7X89E|X/r{ե.u ΍t{CJ=fNҐV `VWYJ37DU˼?滬橕qӕ[kukmpLmN9;DߍB6G>?\ JH_1@4"*Txc<YֲκHDd~@OBPHJRH{XӈiKAg & (@I,HZ~h622/fd4*5DKU %EE hԒ!| IDATpxXZ9!rRIpxFGӃp<5bT,aF  vhs( d`NHG4⮆E@:=&:teU$'=6% 1B"m*.9Qpra|QQ QM=54UѢy e<}hc %`A@"cO=.l vGQ&$H`Zґ *+Km& ̫8E_ҲŖӜm!9A,)rRL <.j^XG'>|CS"*a<1m%|Ғ _$6plHHo+bY4㉒Є>]]4 SYBsGÝ$G4&Ŧ C~K+uw(r!i -] ~X/lLd Aqa,>ȲIG<a%InA(K#I#me]fDD>&"^Iz0: ;`L"MW_Ŧ޼џsrOq]_>~_ʷwCt/bﷷ^+KgQp6Cj\^#6[ q^ɣj8Ns黠TaX@0 \,y? gKE56ܝuNtEX A_ÌFIIbP?ײ[ wʛCe *R%JVC70~0G¶`Vvۖl(,\Ý9{/b!sHh)im6b7ϰoXⷆ%^$ztcɬ".y~A`#!MR Bt~[.?8X6U)V2;0={yej篮^v.p8WûO.׫71b굺hVc7#ˢV c?nW/'øZo/Jq9 e a/.6gfVU1b*J BsH@*ҼozlEf)ZL3I9EIƌ+U1#%h蔢2t1&͞,d4!,0Owq{)t"$fQ뼯1GxяVy'Ѳ!x4}K)/^zt;/W/ݪ[ă'>vݓˇK>:vT{6+MǶVMEȳ7A&:]^ZJr n{,s'$TDĉ_򷟼Oek}|`R1KP{j]~iONPu_՗_Dhp{sZa fSDm:}4aa X;7 [5~sכPÈyeIKRl{n:& VLI(bQ8tzwyzj5(nw}}t9İZWר-1!'L+y~us]1W՗gd J.oXkLKEZҏ$5bfEDuB,ARmLDUKdrE5uDшaEڱ, y  R*As#C#y2hRe O=Mj{ʥ>!..peB|ٟ_n}ue 3#2˗yZoO^-TVC]{ׯηr'Om\ /wN'Ӧ]e~n]ݽ[nۺ.///׿nzq9tw^-b/:瓏̛֧^8^Uel,Y<2  tH iYѢx[TNe[NZOY%[?g(%[Q "l{WD/s]D"f2 jEBep4dd/*uf=nVpyރ5"YJAr?M0e!jocve^L˫a"Y,y0/ov-TLU +yT\U`5j:Mw^LעfkXJ5No=_>~+HY"ǂ6sӏnC3d w3ijm2o _ޗrby|9 T@Ov@oӓ-GIW1-(dKܺQXQNCJ!%^r~}?EeP]C/ݬ~^gw~IןMLjuZ|wLJT$6~Ѥ4z.rvI2b;VE޺v@|YJPqsAË/z8w^پ8lK=]쫻s7zڿq}ճ?ߖyvۏ[gw^?}8qtv:myT;~{]nGNΫi^%HH?}黮S`zv s GOCuZDZ?=; jƑruЛ`}rny_-&At`ÈiԢڛ;*`W:@eb+]ڞVóo8vu]pX*%z X'+Pcŵ:wŊ%9E$$ $Z lVvp{V_ꫫáΓu}oUN*8֥h&ܖbh0nOOJ7 GO>|xl zfRi{fkۜУYp?5*4i- moxTd*otl2[f x;ΤcNi쓏6' { ug{:Y5RV@$G}n30jHrT{ZY;1 =;4lsk֭@½͊"ZeTwrZȺ:9ҶlUZso҂3Z$ d* Zb PI -H3Bٵho"./n^*5&PWATQPj%(!NV,5HUqJjnӑMᑍlF@HX%]EQGf͒1,tZ=jdq2P ,,D WVMC!LjAH%)帳BW#ZQS4TbX C/0 B "lyC)~ 3mUh^8nZ ȍl#2U8xtBU|.v K7"B4rLQ)2#oT`H>S"36%F4GsRQL*WӡmRӓx A& H%^QsRImP0 VC"UJ$>4d2WrBS.lGgt#Z3i:sAD sTP$8G 4# d#& tqʒR[Jz=ى"@z/bdhvdO Q"J%\wUUC&|g:3,AQD"4a0v'ՊhOTء?fȚB4jUPO`.V\D@hdܶ҈T O !Ki=+Ҝ&AJNGỷ/s9P,ߕNS'~:Ǐ?r}#Ssp=//ح|U^vxv8Gy<?xуG.NOܯ?gæ<9yW5f1,e3M1]e7aZ(S @`ZZ 4v93ˈy҇q(} y=.l;+c0Vėٗ%q?f C;D_}ggΠG\sjΧUNw *RDUKNXWmc ֝mVMô)ܮWgۍZX9C?|l{njX Ӽ,u ixvYT@LDMU#e"C}"uVJ1Hݫ'PDԺPEj- HlP PwϾ_nbR`" ƈHk E}KZ^Rt 0&S2H) DnF[E'NHGAI Mn%x_m%?TZZ^Ѱ|)@vvY m :Abڿu}QM40<Ͼw_N_ZmɴiG6^mY [Vwm,4P PcZqHKW*"bWziZwiYZUQ-lOONNObsy.fTj0/՗pޜeSTэ~Zvu1Ut}ҕ.iz5p^ Js 7z1Sd^ A)nf:="=\s ad үڭ٣'y_O>}zuI+].u~'j=lN~\'?~0k0c4cWErE44+ߪQ)q "q$f,(Bz[>7(ql%i5Kn_}󟕮{詨)nDcIS3_Djjy.ن̞l2(*ҵ$/)*-OLTPk P !@$`*t!J!qV42T KPLDV:`QP I :h:'"&%̗dFIbT@Vt)zeQTUԡJ1e4/f"0%+d!Ed2,D4'MH(4,hdi.Z:0a!%gy?4]c( $HXD '롋:2ED[湾n]‡a^h~Ȁ IDAT=zxo/iZHK0O$"G. -H"Am41fK51Lf#.W_;R0tef;lt<=a%Jו }/"uZV] ASm{9NBUsx1BMt&-?#sH4Gs% ,GSJ&];i*K_3VD_7?bJJZ1-&RF-I UA0ӧxr[|uxC`~SsnjfSdk/ޚj o>*mmVw%+.xd00ӯtbzן'ПlUXų緻;[/}0 ??]nw7ۓoG-Ʊ+?z%DR:3i BW2oŖN 2?{uzuST]M#:D'+xpLOOOk`Ń77i9y8jf}]\<|pz1{[Lts}eJuw;w^ZW,l矿a uqvEP:q6]\?<;?_]@30r4UC/qTcNJMg{@PhsbQD"H{$:8kH!\"B0=nre097އ443?.u]ҋnTA'}HH3a$X$r`/CjmZH*c-my-v~myTQH1|#~ 4x[A0 $! EfzH%40j*1))3L<%I LF!PA7mg>aON;wneߗ5+`87ooN> B % Kag_<|ݧ/ee燻i%|qzw|~{v_|5\_oFyŃٳ_y ("''vS I3u] dZWcݴA#k9ƽ޾~/nZ=L[:^?~|<\o/prJhYpY6<2~-Rl_A!8@{Z[r q]wcSiZi^jy{7OJɕXNw{C5u1>: *Kev^ac`֋0>%Y&}ieӆœoW^]~u{/A,իɻ;~xrqZhldK6ǞnZAHeEsΝW[3WhEZlFĆ7Y.cd4kؖ#:G籉r(@W_'fZ9l o#fT^t/ݙ bUMQ!"Ҷ"--ᑾ||"6HED [ֺ{x⧄x?Jec-͚5Elִ@}/6WJ @X#J~Z &i}@ c =bDޱJx.*(ܠa6'1D4TµeeX@:L."P$ѓiTtTpfpuH%76 CE"X]5JV)&7¡Q*jJ0m=VD2C%t`#?Y$%\T`0D٩`pTaMhnq_nK"uwLrE(EROSj $f{0t ыd ,d b1967R2B0cd Z؛Ѡ,(I o JgT2E0MahKk.LhIʘQjMZ?]f=E5BԂtwGBC3*Փ,'ƹ>>ʏQ)nK5rD0P$L^q@·H=0\P@B"s$$R&aSD>ȅH8YAm6KfLsPDb"J W2h2qcm ē5pDM YT(Aq3ɯ}K 7NhRj}*lk3{~+q=sUȚo墬J  `d*kZyMc-Jl͙U-1%+`ќ9P8ĩ9+ں*d}qHP|Cl|T˒!"R=23I5WZP ."!ދdT0c3Cj `m z* ,ZHW H h0` УY9<*515YnRAZ3IL4y;38DNr%*MЖ<[ 11D%k%2qs/}ua"{^a=]W/{ޯO1v@ѮF&Wm4~S" wVp )s3,K\llNoqY+zԬm7M/!zv9}:܁P(ӈXŗomCF\W?O~^2{~[/}>>WϾxE-:weVY+Nk:7/̝KT'$Ä 'Zj%mDɠrwl~^"W +D5(:M]g;o?~4O?|wLDe˗WW^R]z=XG,ݴpvj<]j]dR<*q-=uvdʀTt{sZZtJ$—Xen_jXW=ۜ_\} NR+\ݼ ?ɃǏvwJtObpݹ0~XoCu8hN1XtRtׯa>''M+ED̽q{T__~E1=n(vOr8|i^ (]uA1zU1J|"g+d7 )ۂGH5f޷G[C_+Of4K:(@Q6\2BVGHI1CL@³8HۇA+٥ : BL,( 8386[G(8NoHhM (B B.nڶ/"TDRnd f̰/$Ѽ N7&%m< SDAC[T)Xf(Ea}"9ShrBA ̈́,4'LvdYf&đR_٤D*Jz̐3` ;Qո].\0bu đ#ZH8KƐ5qHA8J]\Т̋{MEJV֖9Jx\ Ѡ4K-u-=T$B3.{Qvp3QHZAurTRT2 a{2kA$Y iWumhiބ@"<<}h1xImUJsIfn"=D!:dP0K9v=mAs"/NJ E[fH"B-bTrCST>1qVP$'i?`Nvh.#K&tzbTs9 IY.(`^BA' 3!kmTg@!hg1Mx>nJB#L+B]B'Dw& z(Xz9@DZVR7J"Ь,GjDAd0zt*i'n4Օo5JqSFMwʞ+"v}"J⭷oQ|;_jONU0('ոYc}BdmWv/ZTu "am;%V jt0׫1:/ʯ*(șov.- G +^&,Z4~CڎR[P fosT *Xt=ѯ\1Y#Zkq\ ( R{[ "lŭ Ep: ^Hn#SQ9/!߸&J۔L YV>0rY&0͊|ȐZm@ 0Žnâ=J*~9*hcSFIyy24G V,>j.DAJ]/q쇙4Q+A fAP`5@ 5􊯃I&.&܅(0URj Nts%dZe9ȀKgtԧ%-Ft~ Ariԝ?P"Qҳ.^@H(jg)l0+3Vn{Ȳn%o@FQ`d2նV<0@ҟGJ Be HzKSΒAJES%5:d,$Vz,en2d4p)T7&]`§ VrT> V`j'YxD bR7xSc44#YZ*ƉD6K|QLK6 ml l?)Wo:"li^^"+o͊ 1aN! 8R,8d, cJSc.5 fa7Qܶ8\VpGG#J8>i9xo.k}*QőaKDu&46ƒPsV|` j˴|U{MuZhN{]2 S 09F'srF,Ila4!@x -t[Fi57c94iX$ Zn,*H(=),*b#9[ IDATʰ2EԣJ!YuBQ(.9 @}kdb4Lʮ"x)TQD$|ˠDqqG>tX,5,Uc[Sc @jl*L*hу"-RMaO՚K+J$'zVSHU!UɨUʷǷߐO~nVgngGo=ZKD.3rZaZ7gw__^_s^:==\"D[-G77}Yj;٬׫,4_7ݍ̩5e.?}?ٳWy"ssH=}6!OxvguiH͸n<=9;}a^3$殃R<裚LhlF7v{aw/eڦMۜN'*L4 h0srP頻I7z+zȻJdT[4Mm*hDd}rz&B^$ a4J .'0,.<ͷ㮺ҊjAO8ty4%#o{HV)96$cP56:ޜyTc%jh}NSwEʯeu)ٲS{Uij*%zZj(>Fde sS9-Ay×:(2 Yif;vVQ+C!.cG*!zY"ҝ V@I[[%@cHj-h!3_+1 m!TtNSCs_TQ 0(S9i0kI"I" $ $)O,!(3+V0,M6JɄ)3nfBLٰD|Ф (KʘVДA$gQ<8ZT} 2XV+"Z$9%+ddR731YJaP?%SP+@Cڑ"ZmDt?z< C*Yv%Fsj-E*k,K.1X#ц|VQ6;\4Z yDH;2uH9@:r7}{|{WK\\;|fj?\=z{}tgϲugڴ|~u軅;}(NYktNNl%W_(b޼z/|,M郉??¸ܿɇ޹v/өMDoV^< 7l_nb[ Wj"tyf87wN<{7pr:+%nlʲ , 5>K/oP=|LSJcm4GA.afNIBDfٳ׻ӓfa^"2S!zّbiLEf,z_׫<#w\/bz5'Wj=;MT~;=#d_曛ݼ_Kg)#ҍ}>0fg+Oz~V`#zs{Ӿ3/9/~sǻȣMO~f, *]i/\~;iF1+ѦiJ'OXWʙ*+plmZ4(9yͫ0ϟl^i͛m;9݆6d}]5zߞn۴דOf`>zI>j:?;ٜ-pUcHhRZGf(#@[0ԦVͧu[|zj3 6r*M' 8ܵ! vVF_,g)}x^6ﺊm(ʎԔïx:x$(SM>9_: OJV%XVGbk;m9An_]c&aJ_y-\y>@X./tihfLyL%轴w IMXT#Ǯ[/QhӈeQC~)Km|.Fw9b94.'=okg?: EʽEE+#ykml~z^.wj,#s{e-rsbza֘LK}q~6vz:ݞm7ۓ;_Dh+8܉X6z?;?=77lRYٗaw*>ɻÜNr^Hp\CvJimC^`Ot)CӉ֦Z?뇛e8\/>wovl>xZoyo|]޺ү{_|w_SDg?0!MoO?y,TPmyŽiׯc9i)S=7ޘyY'>~1v~gzZOS=Hrsk <]]xl{6gg|)6Z传=wGͫ?,ަͻa՚OOO7wm/o^^^,9"`m{g붲~pl,ER ,Œ,eT@ؚ:i֧͋tՖvlSOQ%=fId0I)1͗O?zm֐om)DtWR4Pl!4'#AzR eɝ!hT7O d˄@#:́UWɁRLj9\]v7_n=xlONlZ(B-6zUY-Sftz FєH2KDm!ZP&EDHhHFȆѢ\늑YkHK_yi2iR}pkr q2[%HЬ Lˋ4K9[)CdCPyd!;~8cIABiAi0К60d0fYE,49{mT ,20Y\ %5 2#erEАXQTS* :px,g2$DcNKeYٰ3U3G 8ʊE( c`*|K) rq^. 2 eLG}K.YBNb2>$zZsTtM Kq^*֏bjQAҩAN'_] iE7;\@'<:==z mn.x~_Ks|{O>xez=/on>*k*ehmެz?{lp4AmjtZ8HҚiZwxĝ;lRFo:1 _7_4QA٬jSonf4vOOOF+hm3{JPF75^.o&ݾ;,W|"3[~'~=yy:S>;$z""f{pswУ>7s%%VzkMكa.&s'H+S'v6#:2y,?'_vΗ"_m_ݿ9IkѾX{~FDD޹w;?~syuv;Vf5o3'IJw77hŠ+ZaPFZ4nCIy} Dng[~`sfj 7]F]@l׫fe{Af''w,g_48YͶyfqcdkm3M_/`r0⬡g6PRY65Fp}DhY`l'VkMh"f.R&ZuZhtF\nc>|8x?mV}#01l]^X{_% :~8G <@UÑAQS{zWv0'k ,ka)~eg%*8bk1ڇ8BZ<ٝ==V6ZkU8׈'Z>8s8h&u,E2[^ڰ d>R@y3FUꚸ(9 uewG*y+ Gx7)-*J9Iu6 @l"LS!f$ɓ ̲v%ׇ{AR j-%dbfI CW :J}aЃ W]̩a@j܇O=YJd' fw}NS12rZ9?ܕw;?d/^<|nwNDjgs n@ Cݘ$7lz^#/w_Msz%3+`ҀX#?̝iE vӓԼf3{T<0ϳW+F7[_HI3weeEۓ9囫n>d;* ֫i:v'~jYU;wǚzfٓ3i>Mrʘ,Z Z79ܙ6kUs(0G۴2o"XV2<8]OWͧ[_~W<ƼѿC%'yO>u"djl^|y,8?|p94GbY"Jś-aZm5t==zpoZ)0/0w_XoVwPN=O>>\ׇ/Sd?u9Ys2z՞<~%-"4veͤ_xsuntӏOޱ{x?8ty,-N*j leSݜ5U;9ˌM̻~3䫍mV<^[H3ɻV ͍q(d\>|C!@V[s̐[ ٔPe5itQ;t .T5'{He|ݲÊ4`5h:""_K;.N~9WWWٝ{۳{L.9y?[E`vxԶ}EQ0y&bCgMJ*<3"+g э贖問d×ʆLX!1*:8H\\(yYS^_&P4 YCDFZ-ycs2Dc%R Xdsn0d1 jH xR G$dpXjm/._'% UнBΓ<9NO-?я{鋏G7yYvf>ζ^|Gﯶ?{W6 .W}YV-NV6N>yzUy;n7'[C>?>?>r]\Uݟe>9YpB*˩悙V6@u{"wF[|F[Vʻ'ݷj^ܴiU}(A ?ZiFsF\ l6}Yo/?Gҗss_3rI\okOpsS,rدNN̬7dܽjp[7iyτRFIm. *w%AYi4ڪ0/֏f_OӗYͳ__o_k׫+p&k[j8ij?E:I_]^\]]zVk7?nU%$'W/./Vw=zoWS,>d?Ͻw Vݻv^y>=}%yze%|3ryl>xw{/^'o.޽#.~rqu3]7}3]^//6SkۓkUZ:hf$lևĚ*ˬy[ٴެOgx&|Ptl"Hz#r@SZFvb5]-*y.zⓏ>|sqA[oO{2aj&Yxm5d4v:aWnkUypF|İ 3/m9[GE۷GF)(3IYG[1X2|pմ6{{xٮkV+W}P.= #<2^ 1eV+VZV(cQO0˴q3 bbIml&`0n*jA9+2T7nI4(WT!D53"K0] ÆۆPkIҥܥ}Jb+$ vdם)H4F & A`J("x9IY0<&)1nV}{&h> ^QlLGEduWONm5a*9(iZ NVҲ!v 6l4坆By)K`Dʈn Ɩ(Pm;X6PeJeϔ3R֜Vphd̻Iw U3P`,;򖠚 M/=]S cK5dBQd!2L""rX>R?EԪAdtPil$*^H榮# 5zP Y$b5eШZ,TAw*?P}#i)]31iՠRm<ڡVbaF4ٞLΓ1V5Cc#άYiiڜ<;彇w>x7ϞݫϞp?;nv?kP_-WX-e8n^tYU4ek<`${DPX j$Z&Jfy#_@bkSGkr7LQQhAR!HYPj.,'U"iVCI-l6R dæ8; dRJP+ek5L#2FRHzZ$-2/eOFBSmP$N V#j y!EPft|ygh%PxJz "l]Լ!! K),A?HD8)9 yS2ڎ)vfɴE%*A(Y˶ 0!Lѭ3#MvEiL$\@ Z0E$Xӑ iӥ; -Yl"3,k7ZGpi bBr*м0 J:B:fQaւLU$Xd.iF VCP'o9s IXB)eMoE$H%G 2U w@GT YI-1!Pa4&pСHhU.Eb(Ҕ|Ժ,/J$M3Tc -"!҆d@~MwPA1aMPKD &PF]25[b2D]CQ D" .&a Mm"# fE0h`NZC3#3AC—U,:QfF-0]@EX DZ^l3/uB(5d+B D@6} 34{ OC(݁{۞_mOt3O[=>'W?t>?n8~S1Y)1 rX4ǏO?CY?xX6OzgWc ټ!~rȩH .Ȟ,jӝNYAgncpf -w}|LCo- ꌰRh*d&LKJ'"h+w* Qݽ}*ZOS2]4q&ϰxkWJӅuixXMcEt pcP@DTEG,+YLӽNcm{>>i! ~ zir4uYLSv9 ~.{]F^+_/on/K>oPΞ_w~]?tԺt(8Nj}v>}߼zQOZT=NUDPǕwm?[?Ym>/vqwqܻϞӗT`V'wv_rHyHE)U5ܣzg"Xv \,B>1Xn{~W~mKZ-}O_v{ׇ!V.ow%B E`%A+!i "E:uYgò,ߠO{eb]VDZ&hj*'H§zsO?|왻?zxGgUMjs)ƙm3CQ5tWR N0AzeʄsCO6ncI.AU+MUD-{eZ݌&Nd$d3t7JSfLg]"" ꝣ:flzD?w"/]ns~ju"w>GO|V6FR%sDóD3x aRJQM/ZkV39H5}Y%ճ6YlVfԌF5m,))zAW\3E0Jl)ӳM?K]I)k 9sM+8AH)錄GaL\qb@k)%A }F ij?f'L$fδP(5$OBUT$Dbr-6RP %U:itu"%Z!!٢22 H yR_J,}q9xIbMoXT~ 5oIKXAݹ0LiNJ BЊ"sdUNT>,H4+sJwA)gs*,ٕj0Y&-BX^Jr*ᑅB5\R@. WUj& F3hӪ4}';|pyu:v:_K82ܝl\|e楔蓌2ZDEt}JDwWW74NէjzY>":5S A6u6ŹILtA$(ޔ `LX]߭V"Rx&ˆZtti rxNS&&Eumey5_}o_!Hn~ο~x<G?zvOgg"$g>틗/}9;;M8k񸿽=?}7iN ՛mLv3}<]1"j83[t}?a0AKt?v> nPw3 >:Mr.W ssni ÷-d㵨qn C" P20! KE~G8ZWcYO:ai]bu wZ 4N~|M1{{-gb61?ȘͩF22;VWSNw|$USSjmʠ)jš0g;wS>7HklFCىܤY\gkX|8MtϺ˾Ddޜ_,J7$j4cmwtAe򉚍ŎeCU.绁=UUZtL"h]1%R3ٵhNhfѶ j%peA0g4"ikkpiu~sx*iYIx+5/(T@ K""+*P5:o kyd e2*ҰYj VcY) 5* k3+ ȴU K3!<T1).("ՅLDyυ?C%J0 HT@Q(I1s)-@@7klT,.1%9i] B49nY$d z2 TѠWek+gN¤5'Qnnh׭ׇ-YKF/^ASa,Oӫ8?;|F..A=>6OK^N/۫Pb^>}>4^~zjԎ>@ ʟWC|X΃eןTa|prqYq8Mm&bl 8_\yGU*Xg+Yg볳r_DЕ2Xjc/}lz,x=pj&}1w?S[eJch$T;j1;4q:# e' QKgNqt =Ӝg 黾%7E7eu9S t.Q:FLx֩2IzÐJ!=Nx:4!½f?5ZzRmmG˦?;Cߝ{&931zd/_,<ܞqR3@Më_>,3U{zq?}ġj;}mvC4d&Vk? j7)Y_v5!XD{=loq85TmG5^N__N>NqD۸v34Ws#%@6tE)oNDpbŴ4|uAi8SWG[wu )i/HZ(4;gT!i|ǟ9Ezz&<@Zw/!%ux Xm73)fh|yJB3490B摪1rR!D4ˌ֒A …9,6HNiP %e @$Y yA@SU惒ڳԜsjT~Md9P!܊Mwu鞬yx<X,{?wsnn_uS ~>@^ݣWftx\vEyџˮqzgׯ^lOvٜݏ}=IRw$ꀔegCA|{Wo~j{{=`:Vb][5ܦOs^JiW嫿W~W{%_zn{8yEr#qt4:QG4s\8=y~{p8w/*=oޜ<>!@aX1aY^\!NF8M19T`_ʰ\}w8+ r()7onǟOةve|uַ&"5筩֊4hP4V"ӠDЉ"\35j`eXIR7pXrSk-%̌s;I#擏\y#}?EҀ, 3R HZSS%B:5S3Rr 0TM1S`Yv1HŸ%%9'ϾVpgͣuylVkkΟ5n`zeq7 \ꆅbV~Q]>8וZa(j^ i`Pb3(GD+|e!5I <ې_C¶t^nDke hP56H,0 #|)f[~4ރ%C=Ԡle.)M b8PjzmHzdPB(PJ71S,-lbL+)$4Jz^A5 6qD9wo0;H`Q f s){̷  ad%Ŕ!LLB i B!DDP=}k&J:`pӦs7&+JbЄT1OfsKdU[7h"TgP0:;s;tHE.,YqG $U. P`2(ahVЅ;hV`8GPslm̪N6ҧ GLl#ڟCT eH0݃64A.3,XxyDj ȵC@(PSB<&FOP"j;gThtРi蔀%gdVVTp)`%[Z[395#L%ť1 ^V[(.ded !Dn0hTSFUMPX U#P`gR$~rh+OD3W5H'P$R$d{ 0zY>r®]SHFA-L>Me [Z(s&5*D%$bI-zӃL^V$@zx㕧Y~kaP##Wf%-}l 9Q 1rT& zNwBjdD4kUDh 4aXad?Щ'i!v(B4=&h4Cd>@Jx{j40HwOY1 i8,Ig[H`@hGz4P]"qJߤgB0$ȥU)cg%kN`7s3;??'O?~WW1$ݾݾQNWzKgD̺aԳ?,M:__t{[翊97Mo 9 eqN{޿XN\nlw{zU:KYv7wn*}^nLyDs4XY02}'A0L+jVCw^rxLŖˡ+e=/f8{d,08n/C }٬ⰝƩq$?pnskf:tJWLEdZ$0_}ws}6Rf[nO>~v.Nua9^Edٕ^\aPp^:)F`\.Ju?Oqܝ7~juw'RG a0Ί4gijLwmc*b! QܵmEk7m;ѝ}ƥ7לN>>3Sz1QVl;V&FijTU\Xoá Խ2zN֮JGvt(m֫~Y+OzZ)(f+}W68UzN)W:R,Hnnnv4sNb

a_ޢ.6F li L2Pup:lNL44x &θsU]rN*ZSU[Ul׿Sw]!Hx%tm υ27?t:O,?71\TTgOŢhzs6,V ]/Ű(RzSd̩ ZJ] }zdxϯYFץ6WZ@2;+ Us  5( ˼*D$¨b&w&ܕ :3ЀC8N 'ET\;HjjH$YZH$&udr$<!kHJl* B!EYH8`DYq4t;@bv4FkJTeA "_B *UA4mp“``TO U XN)RBt6'5əW5NIilQspDLڔAΌV41>4P$4^1[wjJNk T* ExrH5T:Өϐ=u3QN(4"ժ}Hp@hC+‘vxMW9S iiYAR5()&$DR"BV]<[/`d Rbںܳzv = Ѯ6g< :\tbRses*"[* %<#&'`"A4Wi΁!R$mVI(." #a,)4Lz@ v通!!y q@4FX\6~!YQP#T"ߑdE.۵1Cb U({*b'pd5d]R3/ӜwV@ IDAT A2EdƝ ͍2(PK^h>5UDQR~D)aMPqU@^،Q)%{y FlDFeѨ.b8"8`hTh'M2ֳ8y7xU'p$tt0JIENC8 zdIo ,ј, ɖ)ifCFb1!Ň.N)JjFJ X)s<[[@TP%K}PԖ6]UqbPC! V'FiR3o //{j_}?^Vg?;ŷz[cLWq1lԓ۪ u\t{֗\.֗7߹G]x|]u~vWo~\_\l./k1ГQx??eY:ӏ?}UCλՊUׇӛzr=cqZy 3ɫ$eodBe<ܬ6^׻4Ni;؜32j!pvk%0͙k5ʯY{n\~0|qᄅdNܹ{.Ihڹ "1bS{= EZ 6UlQtEiXy4BR̷lhSd)Ͳ_ n~lij2 wԄϾt f&j >;05>57OZZDj%*EjXm=~Z+Ej\EDUfHyg)$p>M35Mow"hP͔EBCHb'0d${i`@ +JP!Ԧ5Vʴ`ћr1% P2h oF6@ R0jm@(1# blQO5;}XBZSyʘ5@zW]CWLP5)J*aa%"&TJ(,jAF"t:ȪFo΄c AVM# &i*kmjUC8TD!-ߤet`5IԐѨMՓyFEx~"eX7ͽ{oOOOu=:z#JY[?~[\|6n;uuXN?On㺾|'8!2-/ttXWw="fLE|O?zj{xq_T[)RkWr!նڡ/>(c~K٧9j1M=ti:8q:NnH" XP}wDeuWɾ99o$$jILMur5zXtj`p?FWj1 }\4-NV15+rV-z.cUru]13QV;k[ v:TK_tVJ)]_Ð磺3TG5 tanCYWggPp6}KUQ+o"?0jԟUrw{8[_1nXCZI)SGWHҏV!o}d: \L6C;vzs8*T`&rլIWl-U@N&5+?Uy /~_/~%E:{>K_{zQms'_ş6_ϝo?e)*)x8Hbi@כˋb!iH9/xۛiOuJ[6[mtov^'Dħɧ_f+,8^U`& ym[V}c̵߾y^'8(2 88 IE2q2e%ƀ$'D&h ExtYk/?﹒($g97Z3ĵ|4uQm1|R:Ѩ!U(N37t@HCP "8PjUs/*Fw NP`<Ώ5~|ǧ3Mo_~y[f EM1-DDԀt"5YKRTDm_tsJgQftk c"3ZszqchX\Ӡ8GmWzDn-LJs~GMGv1_%3UH~4 xq5U[s&_juM$a{pl62]vnVyO19#H $ 5ji] m&˰\g"**XJk)M`iiD8;,;_ fGd#$ e_W zahmK1+Xm)l&(&"ƚD 6r#ji8L@ PF 9cWD( ,0XP 8 |CW3+Scx[<  @ߣO]5+"zFnDNāT3@:!" # %m:YFVJCj,02|ӿ8`BXM!i Y0\/ cTɉ@6Qy4jH{'bPHofyC Y`LHj TTSc 5IWV. S@Q\]JKeuJN՚} ϓFDc`-l'`nIF+& +Zh_ 6޷]N6:D"z\1r! C\TT NSzxhiÑ K 3QLPXX*P,2p$G@Vbx(<ӊAecglt( Jh3O!TMuA0ՄsKzUkN**@]^RKq*fCE VLmZ. EȨ ihc0[,BBsaHTzp0 rZ;'TmN(hF`2(qm@uַ??c?O߼ys6XV/?;w|[?}O~廿;5c۰y6^Ztnl/[ѻ\ntZ˛~s)~U:D?qy|x]O^zE}+isnL{)VU~[)JݷЯ+ᲮؕMV WJڡueg27,7U3p, \s9so{Ұ"n{+{v\m6}Hrگս([#aAm/= Lp$=m'Iu|vpգl:M&nRJ&_ev]+ngG^f&t:)^.:58]O**j:v]7Z̛,_S\_zЧCfZ 6r `6Lnɤ\>?::X̦']W@Zk?lz0ԡFz]vt-CzXn6I֯WWׯ+qbڕ}zp0rZ|MܻU Br IB+r`j- HՆl 7D^ \}g򥶢kPGo%I5j]nMێ;:`HVlԄhw! # 5y|zQ,\i)!!D"Qonda`(JIز`0P1jaIi>`B-i(`e4`+'!n^@N$6ERsz5.2 Ҍ)U)AȤtcZ ETe\J+(Q!05T h`[ӿT'W$O4#yp;K=L JJ%F7Es˥efVLT¦iGaHCP9m02O2Pۆ|rY"sQͣ!(1H]a YJKXFS%ܲRTgq7tOxqND[1p"sϊĹd.l֙ ٮcy&DBh/Z~DfdU+r.Z ̘GZQ,DϊȇWd ɹ̦"#7 g`FE6=dAi"B:X Hl*0H*Z׋آ2,D 'AaP܋9>vyɝ;wܹ)^{-g?79hz~?MUixo|pדJuS9ì?[n(_ܾqt>Z: uU^wOu_&;~>zg0L׵[O\v;|].Wn شͦ|r4NB4\VV\-!MO-W=vglW=89;2bFzC]x9ެ/v"(=WJ$j=s:.fý+vv.칗hV,#\ar٬tiK.Br:hBNBip /E-MBy<5X:7rj F-+.vJq7LG0M}`gӧErh"ק|lC3/>32fx;gZ6[LN⬏6 z'g])iWȩb6ui0NdwMFxrKFTC7znPV?ͥ5^olbmNϹ}~tgq~o~d?'8 9Z@^G*nU YL bN^.c5}]wōQKxLߊ[m#i~Tt=@h[Ĵҋ0dIaz @ QgkDFTb,cQCb`0Q2\){eWq~9?ٜtu~>?޿s#w qڭ'ߴٍ~C+ DYs VͻQσY5VSnl6"1 ΩVm}4FI|trN.աF49nt&v3?19[1FuLjzH#j[AWfV @K6.*( 3+Ѯ RjK&0cm=RYjD`^.;{3/ITuP )FW"HÅ;DJTd3+`%Ȓ@iG5x%*k~>^s6?6J̍PdҶ(0PA7i7h@ҔHCDK-.5M)gVFTGCG81UEsf@EfM5KͶ-5h~aM^ R@NDD@:HFBjfbRs?" ƪ K6M7ElEyrO[YhM DA+z%Nj,ŕSWv8 9`: Ty CC~-sg2+:J IDATF>Gv**@șT*␔  lyzPdg&R0a`֌dp%\ K jK$ V1*19?ףUi$Kl1DMdkH;mX8,{aM瓱:=hfl)v}ސw]F}]㨛Wj<9DB#S"J= Ue IZtdxvi07&)XL Xн=_/__;o?qt_G_U/0tX!j{G׋K3{7.-_8;wz֧ݐݽ'xgjߺt1+8ڛΧvv.] g/_c>f2-fAca\bQ4hF;q-+WWպAPONgĽ ;t+YL/x""I9W$f5wM'dw>=;ݹr`oye6Vkr%E{QFZb4*uW³*yjN˲%"Zk:+aH2&=HGW DDZo?|j5Hb6ۙݾv˗Yuk\Zgɍk^>CB$ܬb~Gg+ͦ}]}:z:^Ζ b;/rԛU3 mZJ7 ú4l:MY7N3wpQ̖G \MS'BU՚:UPv}O \>xϏqeǾWǿ#[~ԿwO1`fv+:}WzC_7| ] Pd[nKHy}F]k5ISܚ5a r44d22ƫb=zc/V%yqޖc;/5Z?}eo}`B40e9j[o^FL1Q PIU43tSoΏ2އ}w?ᳳtzOHTI?L6FK}ޮ6(FQdϤ^f~zXcZm_"[)Ռ!8Ze@ `>ʊEY^ tUs=r'r^YwW- nߐө2)﷾jtl>ݽ2MGtj͇ah${TLz"X. sO9ys2ac(&XsӁ{1dj2+VX*¬eRgR$[(Vi{lFϖ$kamM(e$)*YƵ0cRIe4R\Q\0JCpp@+d<휪4}[Ӈ53}LDY{wS@ ^pɜ@E<9 5zkl*;/렕2^F k¨Yyjqai E:1HCA.%] W1T4%i$&Ҳ ^Vgs)Ek-dTRoy [-aD(!Mu,0Ӏ^H 5Q_$b YUdIRo|LupM!3,2/9nzZ#Tx7"䙨J$ԥĒlk^w>DXłpZYڣ Q(1 '36.9=!:w}?__>گ{?={`9?w7a?_p5#?}ζn6=Vg~5qzvx}|g'\}3 tʍޭ,j,w/?#g^gC|jgl:L-7ݘNb2vfMg'/²_v;ݮ[Ig;=mC8YtKZT1y[C@ BVS&2ANC?xey=<9=_5TfxprE󞵺7y0>}t߻rac~L m1tI,LJY̦I:Iv]ɯ֖RKe$ZY CH?P.MN3)tfi֪mtw^^('KIOˇo^9<ؙv]:vB\?[t _ӚuʅBªONCf{p-Sx+Owv!U jCo^b2tP ~9 weBJq۝M..&!LJ6u RPkB@Z־VZclS6a÷^'O|u?37p{p٦@nӧ_7l[k&v fTsgQjJq zRinShLeQ*z[{Ԕ}W/kMWmϽmZN?^v_֌(wF:kFpRъ+֔Uڮ9;s&g{~~gJeُM AZ<`JVࣁ1$ęSI^?[*e)Hvobi*1f/-j,0V4Hr 5 A.E5 eEbbc|'FKa*R6taBJ3,rUB2K6J\d3 &vf!r^pȹV3[D0xT9<-j d$$gT#,Z 8 U"$+ ʰ0@駟~7O?az_s;8~;v?Փ/?|-gP?}wo7.(}~o_%_S+Op~綾=w<Ww{?G^uT=xthw7/<3|%Ǒ|\=hOm? բLcۋ#{߬le> OfM5pXmkTF'MK7ݻy^|i:!UHI[rsX\}oq/O>~v|&ak}Z#RX3NDVp'ˤ+tw1Mgb壽lRљqD nMVG/kNs^c %gbaj w{HQqd~}A$Xku7BQkT,cO7ntoiCtRb1;۹|x(--֨ՈTH2cdMYb Zk}=;V f|K/gݵOn?`zW}=;;z5_zal6qvND[qZ?9{Iq/>tċٴش+!,7C_Pf^"rjF[[c~>خ_ԯޕ1_z?ۿo؏2fЧn,_l_>"3|g]p^gILV խpih2ݚh9+oMFt.FoT¨5Qxt.Wk;"7czh>֜[!=xcg|(@o+SE&z n0SzUPc;(YQ4!cYg2u^&efE`?'fv֭O>5w܄coh^| 6vIð76M[S;WHDBSMkɝ& ̜r)xH5XW+AZIV,VII4TRe& ߯$H1C)ǥ1g4^51 1']f,`l|PB{^Y|!Ỉ b@ A0"F^(A/CVTi64,Bf-,y퐺4KTJ L&ǃ׷βQG C 1@]``D58(RZZɭR")~mIgONkJEw* =@8$(k=Lw鄭͒,Kk؉&giȺy0%OtѪTp(h&W&UVD|1K3B%la`򼓂3R[G2Xji9HB€ZqrlR^N ` 7,kfR$txA31i^`x*L{tH YMs(UK|~?V*;Ո #(F[}0UXTAC5F-|LVRX@_م#%EmP6dq"+#=r!q)9nj F%4zdAQ}sJuWZz+^$*7 ;;;5;;;O>i~,\G=>px T~Ai%~ϗ`W^%jum;G lqr^޽w3{cv_ӛ7;<Ҟ|ryu~ޟqٲߜa._u2d5޸2)Ӈ'"k7>]vγp66)!풅u]z^"Ջhgv3]LSVRz|e*o,Zj|7kS>7~u~vZo\Oc8Z6{k0/ŧl:Olrw`g芕iוMJq'Zd)r_jbelNս*^l䛎LV:k{#Zir/U>`fe̠p?Ip/9vG+^l:vI7vyGBN.i&aF慱{L]L7ܙ(<́.X;_/'ǁMz[|;6;݃5j>ẗ4C彗_޿qع?t]ǫMDYmTJş;;|rywάs,u\-jklP]!?T(M|R 5?N 8~?sr-˟0ɿ_k?/ۿG/?ۆݿg1;''{} s ̕K@$l i)| O2жѤݬ&f iMkf34oM- 0)!d e1:pvq`X &2˵:YT(_3/=lY,ַxꍻF Z`=k>BE:X~2& 55 D 0f7{`#F[7J}{i:z-Niwmem۾w[G6X#!;FSP"7 Ѱv8Xitn2)IW&])M/_~ppTdM':nOzӚ֥rJ)Yi'Kd2ys- APsM IDAT*Ur%L\IWŢL):\D MvKmɜ"rEژ4 jmKAv7fKXxLRXpHʓ蹬 bm|f epE 5$)K0Z4[+ )ih2v]+dPHAl* yRQǞӇAF&L(n AQMXjr INQ(M$@S9`q(qZ5hJ/32aj%SHw73oA=5N4Ct܌96ʋPRUXBԌS$7ƒcOb*T!Y#L96([+Ӡ=Te,I1ju$3W0/t@I7ujMpZ3+ ,lH@ND !`VL2߮lgFYӈ-lBƎJA^`l̓`JO`Kun#6&H5$fJ7%Ey`JXڱ*2WYwznz}}LŰYê?ӏ7ͤ'sPA{B{^>vGjTF]Ywշ|SY~4bQ |כ>ٍ zuRLX/d@g/jbݙ.Mb^Cuݯ7}rmk a>TH}ڭH5"j 8 wZGr0=|fjh}S3V4M("h֚_IͽItgݝitPs7sw7JBZC[bcHT2cl$kowG?NWfٜ>{lԟǜ c8emO[9X/-/ʭ`&YHA7"9dxux޽͛7_pZuauHza0{G$.Th f$G`)101+ ?G@:V=4/7q,|AI\tvk{a Hru.ԡ>÷y}PX7>zֺ]A-!U B^85 䥊ѫC%` fШT, So=jS=/ReޜmD Ct:`(+=Zaf)dE4"X)6ua7b!Bè b+n=G. RL/<S:BDSBZ22CͲsG 3NCQfIN#@~Ǟ,ukiD=ղ'EZٝZ T m!jTt4`- -9恁(-:tLS6~E=ʦtԇ5)cg#8 yhi/";jTqAs\M0d!htt$pu6f5 "Q4L<|HzP5P𞫑5iYw 'UZ"\&k( =bc<2 a>%JZ{e]PGj'ۀS̞L1LI%%Բ/D(L.oJNxVrAP( E 0ov< }bFwW`nŽf7A %]*nY :20 Z-fӇ'%#˿nRɒ嫻AKD3%fbtF#mP-bH1ŤUQ+j2!fj{RHiSt,~[qJ ^7_q㡗OW۪[ 渲UBΊ/{\;tiyx>\ խUSl׏.V[4`lu~zr~x~e9rb=u`S|ֱ53b(2lV|QZu7|mS o~4O}n}ؓ_?cC|/w؟??0? ׿wl_{??3b'|}_]lo6_?{ n;c&hs,5UHjBOz[*v"5uoZHx;O:Rk2#Hcbnn؏s L䤑rZZ+<6#jh J0`U[61q7F"0Sli@4n= -5ZK+_W_y _8;;fy<xehynm"/$rOR+u,[;! "wObkPSKG9"躻hh] >7[5|75Oe0`7= ͹T~νߞv'f022y?8[.:pC,)ʥM5u#$w_F wkGA~ٹHEN\6!St$uWEm0 (,"&,RXcCF>LȠ˄̦2B \iS>2͵rA)G$2 Zs2/.A'Fz^Qcv:jG. AZ҃ `{ژMڳCF0Oe^PRX Kԁ3îLxUuw1"4Y,' aC@Yr0b 6 )$s%|%F ~(;\ z\+t lLfYo4R>}uhd* ESě ̈NoN`3(_-1}""`Y;  _8FPY0*P筝szC wȈ`/*% IN}PˍhiɈ Z"!*IVPTĊ$iT@+TJ2-qJֹ z!5X u}i*Cℊ"PZhZX%ACy3J!yBC\@.5F )ah 8tϼtoo|Y=޳;[o=/7[V͹6wS+V7#ۯ]|W+o}78xZm.];le/Ƌ~6޹u{^9ܺ=̇@y^{|1֫0rMχbb]Q-iv>g-Zpk&Э:֤[b\3k=ãږz-\xۃtɥEjnNW;%kG3ASI`G6فvߜ;1?u'-S.M('=4) ܌0*x1N=L8C9:X^|pߍ)YwŢK0T yݐ4LjVaNq;(DpM@/?XHP\^~r˜7_}9"?+'fFE1TlimћW~ʵ|~CG{˳rx[b;^Tmj7f;0V{1zX.B\|i3gzmu5ZOV2BIx ط/?=?.~V?oN5/!F?J WͯWJvR 9`9{M?6}6;e}v X!]R/řz@w.xvNAF39 d:/1!n%,nw^c}mY3v ϊFZ(sW!sMJ"[Ή;"U&?Zfh;57s I ugA͗_㸽tG~fJ0RuTb+kl67O;҂lZaR1]SW%4);t(ԐegJ俾}۴6|6ZiE$]CwyҎ'Y=i>g!4,XzD/.ŇaQb\a6fŢaX w7&w1!0w_{%&|֏ \[[DĘ7iޭ4WKBޝJA9Ha)y$YCd k1W;Cfe$ZĞ1UAwumpl=S9"Zn ui/L.TPv0%$5#4Gv3e=(͠f)-{b˳G U">wbEcy->|We"I&& Re6Y=3th(,t_)iY_)tZZ7cDdTr1f= h麧,Rt"Jj B- `lFS@8Yj-&î~ .ChBB$ jn0ZF2sMIpzZ$ֈ"iD`瘇nu )&l+|;c23;k6pX ØFP\I#$sL`Ytb-em05\2 NAR 7Cc+}ɕ5E ܲ!eR*9-ә"Y_FH$Yk,:ØEBBԼ~!5NZ\壸Ϻrǫ,34+E]HGl4SA%A}* jI rt0Jq;cG$V >U5$wHlrd`,ݥ!'E}B.@"& 4MpB˧qBgf(`:G&;E(ӓ 0"S{y%$1(9e$AE 4y49噆L[T7Z?1o`!""~uώ #D:hLݿ1d;b_YvDfm DFXh3PVl 5qB¬UѳG!9>)#r-z9e+dq"QG@(л G̿RmC`.2YYe3jhL3+{7l /_xMh}{c?O=8~msgo?§_r7NҶu>gZg^߸y6^z_?gܖk拓z K_m#ᐳ"{bY r36<ض˳\}b_llẊE-W6˗N7ua4`sM -J5]E9IOWz$؏rf9/﹏\7HMO͛'cC"ZXB+z<؉H~2p}AF3WpO г[ԁS&9RdA=^z{T4͐yLqVޓ8::"s2Ѽe"C_ڤ=\OqXmx.ەFd|;8u{=l|ZWt_V[4-V[{GWG_txpxtpxx0-.]o/奆.VjVz98=]6㸿(FS_ʥ|86qnX#іǥ'|/}Ϧ^}}?+N?ǦoK⻾O_=nKGxwWOE~Sw?+S IDATWKwe)}`эVWf"d)Ic&S$,B6tHD|΃iswۭY)}X۩|R(-`I.y [=nRHUDfP4MiԔ?lUO}젹[L8XJ_O{xz뭷^~7z7jF,Ml=+P0W<Eftw1Kq/+#Rz5S 'Xkxӓ@G?h.F" d62i*+!_WnA-):NӀ8+W39/b60f󙗒ٴ6-Wçy}vP#idE*ZDx#iLb3n9 F. i@*z-$iҥRFȻ$5e #;u-&,[FS2A7Z{.ȡHf-r+֌{"tdTP55FC@2Ž1:d>HASˆ`+ĜF9OaVM!z;r^ UA7"XIT_ M DHALL$ ĠNaV`0P:-7Ck&w2/<u|&(f=W!t ٞ[%kdd@K [T4zx =YPeQ^AC<4C3&_B *z">oNn{ҥKw}۟^|_ծ/?{'Z^Yņ;ǯ6ƳuݴCW17tݽh V[{oܩu+Cjpvz2yY]G˯}ղ:P:;4͐>֐Fef~XlM:r( lO\8kQlBn1 ô˼OcϻW\Ҵ:me3^4uw:Di*|PZ4 Y,UAb{{"Ek-B8zJ@Zn/dF灌scFs|֝'g7{$^Rݟ~x銹ѷ}#QZgw~W?u|&x71Qz}l\(lW.?3{̆lpXZݺU:`PJ'rf{B_hX~ޞ\7*fO=?w~g.?zfk(\~;;[V}K_O~?}6?<|K]m_~cd;OO3׆l$ 楸EB(),<})Iϝ4I[@jcq뵹{]$3JCW[t~qa>}P>vYltN $(G/NL?~o#|6԰SgA)"BIBv)AJl{@ ȼFҙ:f˷^{unˇrmXpY)el|ɶMv%&(;J-mՙ(d ·asO Yo2}R6Ci;~ aW}-Sz벸W"E*XH:K{O{c{6Ǽ\k_t9cK)Ňl|? 2/|_oPy.w ܋J?+\wj*d!ytɼ ܩ/w|eDZp](Az'<=bcڧ=LtOO춲R[Q֦}h Vc]Ι!¨SB ɇ*& $\,&4w(}"dieLޯ> -w# qaD˨@, 3"i'(je*] 84\EwSLJtaf-fFEݾM!NI)?JGkRqa掀zm'm0cF::Dj"P0тBaEgFQ a@'Yp cDYZ5פ 9" … -#i Ѭ!XZu:h'Jc!ԍRVUSS NE8m,=0AE>`E,L(,”y"WAI2,%n4մ\ h[Il@A̤1R6RI T izgKFZVaa ^<27w۱=ĂYܣ,XBQB+PiH0%MrƏ@eV{@@{O|o?{_o̮;şxa V+GO~O~_ǿh/? =>}sgm*aùwNW_?j뗖[yr_[﹦w l_rI//nnVk8#?~q/޺F\:Rf52[7 O0'H D)QA[wXLxM4̤bvu +J0µbPf[ۭ cώo޼2d"VW^=9;]3-4Oۮh8-O1$@ߧ-IbAЛRݭ̧ɲe|Iu VwY?#p?xգPt>>9=?0feiL5N +EKvݎEҒ$PgŌ8c;[m^{;F2Zc-椁'7_#Hz)W?d==GOn.Nkݪ_vpvq֍oǶY_ܼy[obKG_vXxԚ6-.Nkmכv|q7ە˗Ak_7AO}?w^>wo~[O8}o/?o7>o?H-u;9"Dחm_6b]lӥY[nRR P| ^zKch0sKZ1ZŅ;0/ sB*n9Ktl"bDPֱu:>ܬ ASVj7%vkHRSbžj=[(Ebr5" )AZjMd'_L9eYlIkO}_?}3W^{䩧#49`ZJfV[V-xb;$6D(!N$b2>}Dֽ-/C/Y~ryy_$f'2{ eqJ?  Se;}d:X,a>flX.g0=]9aM%~瘌ڸP )jCK(vK2brW@-BffMŀBR R@0MZX|@%̀By#vZ[#,)eQR˶Z0 \+d)ED˗ e5nAX5ZS2ZdVc2Sj)D$Z(`y]@H:?eg;-L V=)G埚%m;'4S ]fȃoӍn"%wL ru`,#$# sG4PS1Ğ,!P-C$Ħmn ]͆d<'}5s lݐԵ@d`vRr!y[|%QANAp3 ݢHP۝Lq!DZ>ez͓*M NPɮ aY18˟;RAT A-Zt"-Fz{JBŒh鐌T )G"yΓ`ՓtK"DNPhB@l ёM$fjɪc@R) a;~Z,10A&u~ p5I zl!f\^P,zF&4EhZ/ S4 Hc,yKr"Œ`Q$Y-(c<'~Ȓ I*\ꙩTCBxܔ"?=G%)I^H˿XeS{^MYk4GЦU$tQ xfC>,Aejg -̔d 9P/NʄK9iUIe=$,({4ZD}W_y? |onya>N*/v>M]q駞rt@Emo:kǖ^z'?ć_~S]d@U{k~k{P^Sm3obydẊK<ߞj}42Wd{a䭻77 1b0TheZO>eZNwtCv[ & |ٖ18MT6n67Vkp|@J)_`G~q\ֹVD^O¦N0;#ˍa&b7t;1>N1#Sˍ.-ڴ:+o>>9bvh_ׯ^P܄sɉD:ֳ㻧qֺݎٰ7GqVʥý僜> Zq͇ښoڛ7o\n$͜\ M|cO'zͣO׾}F^~_fͼG֛/N.W|yG{_ڛ[lo-ýX׵Wfuq^kw\rƵ+|6};ʽ ƿS}k}}~ ?zyߟ?#?W[=?p`x#?qkx}~yfjNp/ϣͷ7e=h qKnj+Ψu[r鴖9U,r(`mն,!cՑjVŅ/i)?Xj74[kԈhZShDa>0%)_YgfT$˃FHDԱn0͗:4Ά8F(-I5䨼KPv}@(S ;\Ӻ6J#Z3tfꫯŹ??rݑ}cSx^wgSf+(xi*Z#+5a.O"""Ȫz<)fr\_b"ۦ.m䪛pϷm)ef>Gb|^0f;۟ʻ~9_yIy@o!=%H-YIZmfŋڪdČ~7@zs][C.d/nme =TQMB4B%"`ZJ fbClC'yo-mLlA)F ѝծ;geHՐyhAe 84)i  d%L.FKf&B46tȌÌBf`GQ&+B0grF_f4&h5)H nR!dCK t!{ l!`c)i&4KI%=a@Ut[ '?ƮΰXlɾwA۠f(]L:WNu Io'xL@SBJglOчP MAENxL Yx¥*>g(ļ*tTSl৉JQuR-ƒPZYf&V"Ē 4 D #(o&"-s3eIfi eP!PՊ%nrvHUP NCpҏИMKɪ)42,5|ԯZ@c+, Q` I4 9=Ԙ%5nToҐ@G-Tʘ%V?e֙isE JfWH63཭,ҩ/a)^'!c M浖pk%º(z= u)w0 p<,Y{]An٣~a}L3!d,ʧґ z挄% FHԄ)NSpX{؟ IfO\P.ҙ8Q{"``1 dQR,RdN啞.kO(xԿ%s_@-Mb09%Ԙ!~󠷰uz'Ԟ%ΏS-Cz (%(DwNn PDzq??ÿO~pƍ7VH>[wӶmN]~ɗn,oŇl(ìm׷e̵ͳ>3b\] >Y+g{sW>w·a^1ƛoF֘9~ ˅]eoVUWJI̻Fiyh[c+=|IT>sJ(EUj3cKR-Zm۬mF?>8_]\*ql\̋oe9[JIfF#}ܮf3L ar^o..r9 Zҷ֚ 0n0 p+fC\bmUI1fdmZvX,9ãKq_Fh8}\!3 nCwa QfFL^,7+0cYu ZClp[߾گxcG[y2Ә)PBܜ1Pz٥H z۽)X)ch 6kܓ?u P]oDOw|[DOP\,N`Tkv\u 0/fb(l6fs/eXv7g}}2NzB~J_oy@BsB D^dHeyd֗&3O`GRI YfXk` ,B]cM%i18GZs#u}Z3L4-PF* Ȕv!9!^C~/YOp'СYPNɛ'UJ4zwDD<($&AA`Ԥ9'n TE)BICK s߅)0(lEr &*ZZjP(K hЍO1{ԉ6$M)].O1)L>^tleFF`SD tcof <'cڊL:]lB&t`\Hom.ŠeI/_. yYwHilŭ`< h ΆO9|J"k@+dVJ@ R3{:S 3e"ó\-I! źs0`X2UT+6"NwЛ^>Ȗ; E.j>I2<㒕~e JhN,JS:"3EhYHyIbe$%OjmW ZEhpi{okue;)H% RTRu]CWv;K a`4m5j(Q@doSW'.SD1IU Dƍ眵-F"o3…S9$XQ)K(RF09`'gT`r=ZU@EX, g!AXz%ڊ>ߞofa1PdIG?{ɬ+gwRf׳7?y+/^]o=ޞu6yo|yh\{)G̀ t~|3~9]p;uḵ^u=;ytxn]Eh{ U;vQ4+L8ITҘ_+eGѰ89ۍ.Mf}xv2;O?5S $6`a/msR6/,̉`ur֚{Y~='?2'͉"Փ;78=>:XtVHÊgݕ㣈r0à*LSi ׹e gk1}7X{5'bq텻k+f;<8"V$f_rĨWYqa4YƳr9_Ű\ Y՛Vvq~qpP,jKH͓̆n b>;>9|~p<+l9ggryr}^jmO+^!?_0}=[#}|}m|~gڜm~͏Ow9%}_n.tFDxFSE9?(`]CWNlZPa0 frq㨥_7͇j\<~xuqVb-DaVJ7 P%}4 -6RJ9 }/)ܜihwff["rxeu/=Hk?{Ye.m)k- M'`ip"Pi2uy.ȍ7_x+] ujŨylL{S^=Q ; IX2ty9Fxk_ S}syczlϳL+GGt?b/tG1weY`|F݄.Du \JoX麮/l0ìt]u][)ב&bM'ωLS;;ИtJg#^nSA;L fƝ\igK Ug)ݲbҗ8`UP"&X鷍ZCu+H0 07 Мb!c%*#Ls81$vW89#G8l#הR??ZIو0BqD-4CF8+ l}Nό@IwxXv}(2X..h…b)41 3DRHvUD{&J(`Za#@2"Й#%vdDiZ.PR%\ɪwkQD2A0BJPJImj@3e~hbB (:= 1Zy4DHAeM --\efnT2\HNS)dJЍz.wT05 DO ʀa$^F:k"au4^Of7 y݉E Q+h>J02 4WC0d2Lp#Y8t B*%}WEmCTLSDT2 IaB5![lng6&X2Tڹˎ'τ*I=$T QL^++@PB(<^䉨vP7 WH&0;$TM#E)%13(\_^dIE5)$  1E Ai%PEz͢V+9E5Τ5y!a`bBF 6# 梹,RMSBaSy U-33FS Vd,h8<+@gr:'>k?ϖn?Wr? Mwqx`fP=s/oK?٘mfeL:Z'ݢVEscǡÆ]}$}ߗp]ޖyG{pZPqR|~xq۳t8==~8nJQFuu\m6o{|pxŬ>n.=C_ӿ~pcL dmݜnˆJL>@k&zM;HCvjjfFs|Ʌ-]rٻ/ܽy`> Qҕbz5]3N*Ktt|CăkG]]w~zlG*=Xw^y+x_Xw:[.OtY^_{bvkrhslכq>yԦPnȩQ)|n|Kg?x7ηu\[5t]~%|m8,GWo^|X.˛OOOjWj ]~ɓ )¾{y9BKϷ_}n/1[ri}=ub׺G f:IDAE]8<92'./Ue1?wۺۊfl[Zכf::o޾nnJ? A^w!P*hN&s~WSLԿ3.c-j!p* )Mx&׼W:HkHD`QX&Mo$sL{6&${4$ 91iH+=18M(0T4LDa)${ {tf‰F@,jLg((6ˋ9/# "iާ(֓F&Z+iZIRZ7%(.A*~v;%IT^Xр ,,].cvjHk 0Wlb;e D X3/jk$b)DuBT0,ע*c fEVMC&W PBMPIOS# FF֪NQlNJa^y9ȚMf;~$XX%<ګRDU[v:#A2"iِ*0 N TY;TM5BHX1%IN4> &5 @3'L.Dv6??Jd1JivK$Y , 3j0 2:TTp [N8F0%Hr%4oHh{ 3\2ÙD.َgI9NJ& z"Ka]NnfZ !&hF#GbfC_rtrrT"xxӈ` 2bg/ҕ2\VR`zރǏ{z}-0^Qu ÙlՐ4l);8ԸATEuEDJ>9]g+Lzt2\kr1{XT/_6ǓpL$<ڣoM{ )-jw7Y54O(@OԄ=%`4hBNhXT3x.סXzH)A-&hV6S@E*SP%CJ"0%]!%5)`"}!*I;Sf)LTs͚Jq(ȲcA5 SU#HIBc- (.# -98Ȱ/aS)BESPɴ<(jJIҔi@ņBx@Ԁ@slMpbЭPB9sKx~FkhT^'L& d3 ]IPNU<@f6? TmiVUE єxm- 'q<8>9? M̷U^?|}za16b-B/|=5I1[\~|b^b[^;:nq1ڰ܈=cJ8ܽwNWWgT_'7]0"u _yWbKSn䓹izEOȴqdWk|xpt2[˫WONNfC|6,(z?Rw~O?zOxo>[>TR;p8ˮ|\]v-{'39:X !|,x^7'rtz q ]:]ciq[fgWQkDĸYvzR͆švp^i;C+ry㝇YukJf#ۭ@fWѲ˖rv^9>\\'곍f.[nV8咐nC S=U"RJ FDIͼ;}O7ZR уzk^ \sf& X&=hAiMS*&bZ: Q=Ng܊is?ؽ[bAH5 +/w"0ֺ۬❃~T/ѓW?lwELMSsQ+ft0 ]Jc:3#af&O oz>(6l0!/6Žv8̖J-cϞ\|7ͯݸ_7/ o?y蝟|_ß[ٍ˷w#. 3N gQtliC%Vrl}?lti[=+`xGZwff{+nGjZ#ukI _o鳭DW_w//=9 fCO \#LE= [`7-e J>MsOsOgƔ- 'n]Eu3%3 oZy A$kv]i~Qecܹ/[/} f27Uaݭ[oܺy#ŊIwa\vsv~yxt(J eqܬ7V~>kΊF/>8<ᕫo{oITsDu|Fĸ;{~?x+]1n1_==ʭg wоKO=lw짷^<"T IF.33}"I}VU(Eچ}uv~wq<<8+Wog~kV%l8$L(dK?7YjWߍ:o8"je풌LJhSdRj\J nYݓgH7:8X~[z#ZԬHR:}銪3t:txi@,7#c TÓ_2E1M)I߱5;=aR5's;Ӗ謼fVxԦҰ^I Hh6:E{޹'o}}}BF2h@Iɔ t(hSs&%tj6/4Vphd0 z10c*)J!ur574넥VPQfBHSHC`)PEB*N)(lN  iy4` A“)  &2IhWR5"!DQ;aoUtIL0*s jd| e )T1M@A8RJZCDDRhD2EP~E!Hn(L%LDH?")@bg!UjYBÛKg87Adą(ENfyR~f*jy0.CMK.Q̤ @cECh Qh-eJw8;SOV  *ΚQ7iTW2B1'BULf,ϧP0A+L&EP@F0̀*5 r%XUPzJѠaQ#[G!RM™;Sj&i;ClmH@LmnRhjH 0sP Pr5-h"jLz)a̘9BjIH=&<cf*@[Mr).LD $'64s3i%H}AD JM61)DT%`j[d52YFDg'%])¤ Mi}ōF8Q(;oH4]=Xp[^oɛw6G1wLE9Wo=uW/evWeϖ3ll#v竷p|_?{~7pk淆~?g?敛7ngRLp[R%f%*ƖNVHop[ϵ;g $Y7>l tte$Zã#Vgomgt`7zW[«_zW]WPz֭_ 7o7|s^ZѹׅiEm jUl4* -Fd`{4 B]];:y`>EKhk%bMyUH!qܔR̆\!B-ӄ\T5֚;޹{կ}ݗG~f@~n4nWWO^9DQ놅.#rH;{ܜV7nވ| 3VTnWoU{0f]҄~-vprj)%޼{;o>?'nwfKw_oWau뭏;1n?}vA~ݽztg2_q(\ѿY%k[+ASU]'dʆY6QJo:"(Ef )b]?߲\FW(0`FVn<] ]?+e'">V_]|9_t6lV^h9ϗ VhYgnn#⢝igVZ7Gf{]ۯ|K˯~8g;fv𫯼|xo]WKOE^<`x&CM:&2h1haהE4'zsuGGGW*:[Rꪭ-gd0*"f 99UAKbi3M8V޼򋷏EOvzwoߺ_}?yxݹwU3ۧf,=FY&sږk½?LAis.|WK׵ nc5sӝ;ݱ/xʫ\^F)e#U!)Nkvzuk~k_r1gbik^;B4[q $CnP4(B#r" pSf@H M -" n~[$;SWbヨZ%NE(/IIjfylbWHNm)L垂zt8AF;yH&tJtۧ]1 VE+A ˕P('< #yA@L4e'l)L";Ij3Š~Lv=$J*i/4HJtqOnSprm!Ad $)&] J@.!"lH-*(D$$$J@E`4A$"G; OföЩ923EIGDd>H4TS6s_E"T4PJ hzjfJIFOG/M(*TkچlW)=41HP@ဧXuV-\!َ|. V>kKE1ۢLjQU4_7)yP#\5PQ 4B D Ik}`x1kUZ h>lFPhud`fa[b Gw³(ęl_0͑ Ҩ"R)^g UqBiN* "FȚNsSev"ii#`!%Lݛ*) !f(NOHduj"m$kG*9Ec3jУ*Wb{#T3051 l i;n,gGi(j@jsYks ILj jhc  pěepGDHY^O2ܞͺ+@SmR]nZnˮOðX,y_q)^6)]l6"R,5|؞~SNϘLSO+:q{)?>lW^~.?W.*o.<}K)W?مnk鿏Ld}'gbSL˟SCov-b\v]u] d$}ۍxyyZj͗|Mal6>ǎO&m׺!oyŢO'V/vW˿!&~RF5TDY(P < )f)!)aZHDM$DҮ.$j&V>9$&AC"MLݎZD̀@ᑲ Z0Rt,M҉(: @H dj QzfpBiK'5A!xUPCE], Uk<`TQ(Pc"F1M$x7CE)-PC$4žHln]҉ML$QC"*¢ "̢#K+ PB!)B=j]dfDI$"&T"EK TىG5QvE[DTlZ,Q 'Z$@uCpoe i $ '9P;J5ASD# VN}Q(js3``*XrJVJRG &fi)H|Tƀ$"0"NmY;WtE;C RĢdXh#m,** 5"4e(F8IeH$ľl*- "C ̠$o:/\E0ڬBix@\QLB5d=IU5#hMM'qCp"i6Qf W/4oP&roP&4'agV3#^e~9<%=Wu4|~qW|M?eӖO{{WZڤ>]o?l6)_ǐubx>dS"RWj(aAȑ^"鐀*&T7Y5 5e$ O3͵AԽ#V$KxlfY|i0ܦ@#zzRL3)1=2厩c%RJTO##CrHUX]DҴ 2Eai#Zcd I7JP*Hi;ne}vmK%sgŕРhТ$<POQ-$(Bth D$Xu-g̓L;Ӿ^C[GZs?\+F_q1 l00t W(-#xЂ IDATذcqO\3|N7/ oڭεU O5!5;p%6wV;6iISF U"V=g=_LX˧ !X7kw&)e>J)֩1\vn?ccj4t8aݫ 4y I \$J+|F#VP*hs3ac82vELݛLh T$EGhj:52&4j2ņ>c3!;`qHJ_vb3؃_TAc;Uű(jaGg>$/Eh5۪++ir%nŲ/jnN(F~F4E7B(C!{U1Rpk?i>5=Eɽ+D<`(FL{HzN` C J`%fՈX Vt{GPY0>@դ^TgW:>>/:h>Sy&?r.y+ч~_<~]|o_iO@H_= gwo9w"Kh~KY^:*JF !2%&Gr kN8I%zt +-Tq{g ,rqhdXWs5یp$ {9rgNs?Khh0L1s=;^x *tdFb:{8jwfqIX9> 2(Jt>B'm 'P!_0r.tR@v@ VBTR\AݟPfN!k0,X.M{߅~. @bVH.".!Ά{c.E:Gd6dAH,F ٰJ`~&*; bz;;8tz?Y< L4-d<' T]~40EOqkC(:|qkιB IW#V*=aO Q0`&#1f#jߊn^*<+u)Ie^k]R(˔iM'ؙx;gwm&2wfcEbW< .! L]kN-GG .EHT4ݱo<w>(h=eˇ-H<*79KH.⮪`T#i+#[vғB?X!s@m|fIddODHD6ESmpK994f}pAVeЛf3YoS»]3:@A:WWUe_8UoS>oدF#0WU֐1ЉRxlWÇhd+!xڛ4-WaPC+*(`-b9@xɲ䊇jRpKUp~`GG9""Y4o p\oNhF&I(&5\l!Qy6 )HoLEG.xjmEn:v`ԡ NJpup06Aiֹ2(39C 0yB>GՇ `!CaL4 #tp^0VxnPpD'y93GQ<`b2m=ջL@GRqo` IuQX Mr;]%"d|#JS6vIP||hukR;A65ٞ2 uhsG,T8\ Y 7PKqB}:}F՛/"lB 3y76P!4xGb!]g |+spA*7Qv耣ݟ%iS(5fI"jӁq2Ec&mtwc]^F8{%E 8nU1peI^#G 032G;Il}prUC3c7a|ac,"CԞ WU&g}?O[ U$h_G?h>Si}xck:;%UUS* RpnZCA d썸)iS,T @Vl\ Lȓ`ygHӤ\-GϨ{m:F$;ê<r,'2.6#)2.}{v|<*d1GMX0/F|̺ |*gٍJDECftE C6@77 YXD@'2@6w")7!Imˡf*uOoDuLq-[iwg{/rG)* ` g`64mg (hTpBr[˔lt\2YcUIʓMזQ," p=n#KކD% VxbOmqÊw@_ 74@3ޕ_mHp <#G9^):X(F_IțPBhQ=&i_nBk4U{qW3NIdRr| j@Ә7q fjlK$qtCS p=o0Z#G8*i*ưe9PfjG1JT-t08 l@ !bHDʨ ΃Uf9}Hfm#QHCsaId#౻oBJɆIDv ^쁄y+R18<''s3o1X~9hxIb2ӃݕJtZT:ͧ<#E@\/%tw6Ҙ n7VձPcgc٫^WyT>ޖo~f_V>moY6;ٰokoķOzի^=VBǬ8y.< q\Y@‡Sp"FX\u(|oJ3,/'|-9ld4}KLpK薺W> #Yv= v՝a:],eYD,18Ol!hQJz W8i7.R@0](y]3=ha*k~ (LI0W;"m)ĖzPz>xOD<C] 0&pmaDz}_nDz[l7) e93GjgƇL;G X&Ԧ9(j+:J60&7`$!^]ȐUED4.[!0NCY ZwKj9C* uln)3[.1r`a50/`/I o`cڝzԖlςG) /* c0 n$j>d,]FWz(Y0" )9`9[:k!1}X$ }9Tj@ۈVʲ{JƸD eEJBfe;*6V?~29aE 6 i r#7n>, 庇J9At]F[ F1 DJiNc"d]. B b ZUW/^W??OӿۿLz ɯ|}/-uw5N~Wiz _G?GO?Wx~͹NWU^1QmʏJ^.)A=H : ṟ:N&wtLzg[𙃆F*NO|*%W+Ʋc>9"8qU>9iկ¢);U6K2F;yt׾gW27j.U/&H,&XT|`*zZK{#+yQ;r8ҥu-<٫V߾T(v Ǖ qEmdGk'*b{=r;f*#!^2Ge$:jdEʹ.`Izor3Ue67+H^עPx8٘'QN}x\C:9s\l",OF+^]z]Kq_%Adb/h;,ƙ9%2vrDà9]w8b d'vvHJ1Qԉ&6Į lIYK +P}! 9j=$}C N . Kv\fͰ j}$h=?7 蘔oՅ/{O0Uz=и; k",v l8I@IUzի^Cɷz+>Q @c_ˏݞz _?o믯vXO6} V[lD+|iЯzի~j>WRъ%zE悉ipVu#FOSo]. *E@HATqj +]L ],-Mgە')2oH}Z)0o6(Do6#ʲ$۬ix51O[p|l?rd3 cS^XN a1qBBC[͚%bF}Z8۪I /7@Q3&ObKq TB bPPDDURpu&KILNrMRlb34 Xl5#y_~CCadi!M.ݢ!XTLo2y an, S@-3&&o>~y{-渥jfAHB6V.o*͹pƼfGECzDXG8A͐wРO&N1);!eLSf -:V!8?G{&! e Rz@)s RilbUSmpv}sU ][Φ0dr7 KN/MNSZPd@4u|yJ.l.#>Jsڌĝ#rh7`4abx]ȳXn Q] yNJT%f"xN;Y" U3Pc+YT:sD3mN>8!HPY]6Xi*v~܆ Uۄ]AaQ!PV[y,y7="!HŽW*&iO{np[__D2{3zj VɲqmxC&@kWUzիG_=޲"R_[1w>zի~J]cwY[vПf hRIcg0e5걦JԄŒ-.x;2m а{k:>5OugcDp# ʫ 8%շjGcJ=պѠ# {X>m ı@cP0b-qsφ0$6y'  s+u ] O Yz 1agE~F7h_ys/Ćtv;8qN;c*~6,藪j>ޚUralh%0\̦قu B=g'v:/u:^8̺hR!,Ac6Þ"N&c&%]@gLsL@1֢B0;P8Pz0dl⅓*SVBcEud"$GCӉo*>[؆Qie3ᛩ^OYF X|ꯆc,h1= {5Pn̉D@R$&|s{1|\pبInYFq2UF j}g'l(Һ5jZ&b IDATipL0ƌ f-#Gt @ΑBo9|>aJ }v^(Zql:J)7Ll*Tv'?vWZF3}w{C hD 䓰%(vĮw]V:EK.87 cpe$"΃baN .uRwLFэp"Δjv0AV< `٨P3DS/{dWlN@"(T{k ao(%,ӵ0ҁ' r"RGҠ_WUjeWKBoOh$Pkt.<&K~_䷿юy]K?W ο}BWUu@ǨiV;yx%P$Rlǂ#>Y70xǸσ |nP] 8Lɉ$ꈶ N[gEȨCCQ gCW#תIK)**X|# *Pk؝VDYJq1.]`>9}A&)GyF=%d nFp#d523TkVH0T vK'Bƣ8B+~kFKD`&M{#p"uso*8GyHI z@B 43hQ{Ҧl38\⡽CE+z~Rq\8bMШx4KxĻ[Y4Gdi.VlY" \'{~e 6"t`ƈk|F7ND ū}Ԫ XA/ @kNRWì& QL=!zP$)(PwΕ'\ޑ. p8|v*tKil(e:`-Xk#l!ϊooB\,d\ DW͸x;T-T3R )erp`r ɡ|g}N\:^g3Ĝmʝ)nKmo"fjYXsZnId\HL`=6%*i^M&v$ix%?xv{ Ѕ%];VW-֮ oshI fH6^V4t[F{K_֊ǟJiurӜ P5H@{:ݯzի^Wշn6fz?X巿~^Uz^%Rx;/T  u4ըg|tXQ]Im꣰C#p9 DǕO:ӱ2T$8[]gpg,=НB+BD`R*-zCUM<L3n1TDC)5-Ԧ)8C˝*8=is3jj^S=ہf2kwՃ(2q;͌:(c{:|;~r 9rd-1rjON]JtR@q+uGs}X1ўoH\v\0U\IVXizľMxr`"L Im!UMCE-,xM 0|Sq X=&,$ \_E"~$a=قHꎎz3Q Hp  62w|xLN{ӳ3Y:逃zAssTOG d(9 f9:T^j=84Pn6%$\w\ًc(P\ٶd& -;y`اBEd2BE{|1' n2rվ ~CdNDeݪ?x#VymRN=s~~%EpV$O]> gf&+3&KXԱVDo GNi|ts21c.D\(& 0qlh67פkE5ZDAYRj"߲Վb! iA?Ŷ#m@S~hfS84quQ~lr$' mBba'0CUD0Acd/Cep`Wc-ۿ?|NY%)I.Zzի+E<=X`27շs|קUzիUR`4x@>]qBjȋؐ=3,CXbjpD`,tj|5ژRA cyXxT.(jf%k qH(K^stB|,  KD.1! Br xvs};F"Ziq@a b`CGkO,gݣ ם. OO"1%N;8F|H7aCgJd}9C/ 8\ NWAeAe1_o"ϝS  uLOf";܈13G:|L@>P tJenc"BmDI3:M܈6 Xo(l3p[\)Ma pGP > /g/~/g?g?O>/?/~ Մxի^WI%#H_r__w}?L=Uz՟B%]`΢jzT zXVN (ʐbk, MI!nu&C F-f8/ꑴS&fd:Ϙ0x}|fp&k|Fl & !} {34[LnP̢ʫr> j#mjRk c\LPQ1E5 މֵGM lqʫ>1v±\}TIGXEf:rU}o,{ pz v4mJ` B$},Bࢢ ݠ1˃)g\`MscuHi~Js(#F䎨!co3Վo6p oEFdϫX`^!ˮeGELCȊ-]Q~Ofl@AB;WuFaa\yY YEw^C@N喇DAe1h髑~#[-ДWr7 / ѕ&= JՆHh G԰eQT=d^WQ#>77}YPo\뺮я~_z{{A7Uz_z}~ZP?/Df3-[KS:^FN(l^m d; s@˞(p:RtG4=ţ P||]ϚAp]_l :st*rMb&eg@ \#> 7U=ӬC)Re5 q8CHUR0@*#rQ:)w(Ƅ-&u&,w}P9`TO U߲>|_bf~ӟ_$ooo?OgŇWU|Vw:77ϯ~_W~_؏[?&e~EO׷WnƇ7wG_חwl._W{+=t> #HIYT 7-L٨ o:s Y sHW$>Qhl ɡ,MT3PbTAKguT  Y ː 㬅~߁ũ@zDƨo6E *Cp$c#f SXnp*8gv*<^)Aatn:,6yH m'uםHqT*2dQ_$ԜT-%R!S'[{YLўeuΩSU]U}@t҂Q@u8 GgW21&8L3\Ifh2F(1[siKuuץT}={TwUw]P]~n#&D OH,J%q4(ZJ f GDiA@%Q*Ænv$ki)z2XYXZ Ӫ/v[UBA6UEMjNe a:1p%$q$pޗlXF0Bݚdgt T pr`Ml0u[CBTIJ4Cѻ;}51_mLpa3}1C YNq3}FOz,&XN5DfhԸc*aA+;EjFfIB[5Ǝ3MeA.d)2Z !5HX1]@QM4;(_Bne`U,Bj0!բ?=5!砲1=n$qJ b|9J g@f)JbK*XC=*2H k jl:T*QP !G Le#$4+B CEED""IYE Rz..M$~ѫQ(LxAxhN΄lt,VV hҔ4I: ! D8EziG8]82Ϸ5P&YV HH3Q @3 GXE5K}O#8rmU6{k{ݻi$Fi? я!yū~}ǕZo0_SkmٿEmmNBP2&kJPRٺ(+ QQfB@:Q 1 2l&֑B:.{֓ZJLH(B[,FMl>a$Ӡc>[Ă"fI P mŁJJ(D(( !dCA&~PD @JR-mgdSt(q)"XɈ&Vaf4TĚ;FӮ[ u-LgVPeiYf@lj i- NlET,Y64;!Tebc\ a8#U*" IhAcRmre@W8J оU*M@{_h6Abьaֹ 1ڛ_ه_E$jmHE_`;& "ZLmfn%ؼd}֖0Dm@A5RA"QV2&@>$("% m Y" FY9?dvc9bJ-{D;ĉo{ OPqQ'jV5H1RH1&;(4ˆIQ "(U%+ Yj'A( ٙ|UĂ{~L*; 0P CXDRF؁ lq wԁ(FQT9\w:_n6F0eno!!;z;,/*d+.!H9d>Rv2\Qdjp1e%ӡFz@G <3< `>a|n%h/fƞ={.%iϞ=}z{z{z{zئ'+6^7N>>|׿ xݷ?y]P>/~;_ͯyk_|p ~?/~׼{}~[ ͟k^׿?=Rp_~o_oy~yߑ7mc 7(DBt*bϫt" @bŀ{uUdJlP%PJ)0bRPMtPdZQk3D_VPpsOVHlF? n!0h ,$ h PFBCnf:.%L4@gxIUP$0TDZ*הEM"4߉ 5 *`+X)T `D46U' E*eĞyLDD3UbG IDATbU mFF!\P$+F+4öRYUC4Y?$PRVd۫MF.R3J+Dʰ$>!,Q6KER*6 fk+ *wrٺhłk~ @L.$V;B=\@0 W]GljpnjKE+L{* "Pc%B }hU,LF"] No ͛>Md?y YȆ[e9lcD]ZniJ`۬T*ʼ&g},c8ڞ{XQB!|]Q"UŀB(!Mn"( p!)'146[᎑j*!|I4N yt])QVArB/ܱlh2r)f/PsOh<#C^l Pb$P%äpw4RbE* Y 8=#]#Pd@gfC%@+E SYmۺ؟OO={᏿yKuQ[UmmmݻIAOaԢ "ci=n+ul咋{ q÷y~N-Ɣsu9@/* {~d :ЎrUrqxe\ܗq?xI8%inc' pkj>wt ;-:eo|ioϞ.y3̫GVkm-.bUK"*P~!*T4+JLʄZSfnmigW2>>UsLTbUW=YogL*c` 4n:9ƍS}?#?m-ߍ^_2O?t??q}˟O?w_= yݟ}wfmM?+~g7~G>okNO>K cG-j#w}Z[=zzsm:ϋQ3XZζޣ^ U5ԠjC9qZ2&61ZdQhTkx嬎llE_"/ps]ԡ6<?!,0w|6߻k%{_sųo]\Q<{FhЁV4"CڞjjR;3ZA$ST!ht,tkgB#mm4[aaEܪ+n`gE)*Q JefHR8$*AFL%9KjY<JESɕA:pRʡuؠd~v A* AVu@6 @*ڤw9& 7MT`ejDʽKSk j a)CP:3Vt!d+ @R#Цq악8QH zS+U$+d[HhaW&0 AS#BUѢ8Ԁj|l1;}ТEHPɉZsL 17kr)l؆V)-5f3fb!Q%X Zch[U$50XFG^`pKJ&4L֢ ~ fd)* EC!+m(30֐n9׈up +f!CF/5MP4ظ Z 6 N @&B>j謁G@μCiKwR0Pm5gC H#xD*lbg JӃ=0ÿS٘h@:}^JBCw4ވKH5 Uf'=J[8xZk"D4 tP2hD j !r$ H #D } fB*ՀJ"ёtmۣ}B3AJY?Ȅ`^L F!5PTDo 7 t R@sԙiZ##{(d W!2(/5O 3 [j4]J4H Z1\֡ 7~=w߹gO^xzmss3up[o;׼||>omnn^%pσ}{>um'98[,ƦN^[f͆8VVvK$Kسg1AΆV#6sJ) !"ZPlyZlrlֆ奭q|%و|P#lIhKK0̆9ǥ-emk\Ԩ( a>,% %+D$</#m8q𩓫^=v`E_cq?sϧ?sC[d|PLs#LU I_>OG;͢GP:_׌HݨU%I$Œ9&⤏e{(ޑ naVOZ[_?rȃ}7|7߻{9艇+֢rEp&@eԞS2t)2<؂<.<Cݓ /q$U߳:[+v |!N}W ۟Ƴr6 h|&8ocz 5 V]^te?}o߿c|x+pӷǿGy䛾@~xoi<9_<Ϝ;3?)'nC7rw!c>#=|.uiՓ'7׏{瞗|W_uUpQୟx{wpAqT: ⱯYS'O4ˀ~? t(\H%L-{f:/SzMCA d76~?/n;ـu+i^kV:}3 :s7{w_F>ehbk=MӲu ^Ȏ:|ϼI?#]5SS$mDlYMm{F]n*0L1- "EQt jbUQ/c(`:堦k>VfTO$%3#є$7*EѰmsL:uTdȁM`EObj`T) *6!9e.Z~>cԌ4mIBPm'lVYYU"ZIcY0.tT'XKNm5:vl_Pb P*=0U3 [E!/u CS``hwI$U(  rAa*|*@PJ)8'%D EZ99,--UOAf v zEhffUq[t4[RM&W]Z@fB5dS0&`ՙەmEK6h*,Vc p$4xUåd\P'0%HVYXvq+JB Ԡ14QD2f b{::vFr2&<@}R@j@fE$D{D('?0)njڼmG5hVg1w~PM&OSչ#FXXS$PJ1jH- ZL B*%Z5Ba;05c'X)F$ݸFPD> N_ 4DTLH+Բኅ؉iK`M.kd}]CnDZp-,aMN ǐk)=gDclmFfXQ@(y䩡dִPњFj; shX_BpEP /d /8܆+\$DL)д%\.&Fd5rdu!WD ֑/]qWow -7666\I_V.n?|>|+w_w%\z={V8vbϗ!$,//φaHIZ JUaåb͓N=,+Z |y[.Wo!bŨ-fm͗9\_[fhmif@c㳤j@ Vܸ8PagZ5Nխ>ŗ^ܶTDV=Б|w|11ͻ]qkcUv`Z.j}Z:Qϑ;bQ>\h$UXn1kQr@-TgdgNxa?i=&BUP?s~𱗼W_qQ 8:o>xW*5Te-|5 4gI=Ux(U=?yW]3w}} ]yӍk=ww>~'?{xX}{:ut}uM/D- k?η<^zr'| 9y=Y 5rivg_#$ BP2W""kW)p:vf`JֆD73ʡfhR3>!U V]ȱ6E޼Pmʂ4LNTAEE!R݊^x"e4ua6910GD8!i %E6/ ukG{ lv93gN^vwu#W%]rR#rjVv%aotY򏭾ѫW.ѥZF:!:pdc?= Ԫ@|i;o$N3#Ё .W_v@@ @oR/nU!PtlDCp E s Vc~zV\"¨p堹 ¯Mb焻(p\8lE5v ͗* fAʪޑܭ$X2eZVr*#oH͔.5F*T64=R2@Q";ř2jћdG/:ݵzXFvbJqV?6+DDm/ں0^6rO$*6|;'']Aݥ; j ̹wcP<5V)CKBgK: g΄xIl۽>յ׼%_IkЫY#o}b*[s1 !B0Rkdi50B4Xƶ4f !Yh IU`%'wE)GG*A@z wjO=;xpK]o% 77]m0 \Og˛ bC^v#}~  w<g=qA\yEm `uuC7>y{*>ܿ73o?k2;a8p3O9uь;@O5|Xn;~bo+/>f;vGxyD}iͦ^`Cǭ_6No#.":Ft;N7U'c;N,iN@'Z+jn[g?(Uq=zвsf "*P󬂢ut'PrH R0-D *4QOzW)RK5a3R`53o DTәX"jcdXi,l JU̬06 `\ 1N"wR` $985ֈR$ VBLX/A "[ !>~غ`4J/VQޣ!]H DId`TVUtF^ IDATr2 #(jE#_Tu( O{˼9 Ь^e,ߙ*b%ˣAIU HfC+f+b 4JۍV{Ci

˾슋Smll]Z{ϟ߿e/|#>Oh#/:Fյ%YW]zc'VOm޵w}}]K0Ͷ+) ]RUFBv [[ŒLτU4[ZE.:VUPŦ,a0Z>+k6`XWAc)ibֲSh/zZ%ک8}X:ӋꋂfD_t ?}_ڻʓ|>S'O>|]Kcb-kz/_Lnyv.:u;R6`DU#Hn۠lf[jrV m SSi Aip 㿍;a&\uyK:1&zg%MY1lpg?pW{w?΃u]GOG}I{Bu`j2W0B -`ܳӒ3T-44϶%3z쏏oKQfX[0IMw _jglM`7'ת t勾-[~Ϳ;c_r>wn˷>q%/=|ӗ.Nu-׮֧g} >ӿ'W"<ڬ31?󗞷Ysz[\w=7[~eyݓ֏>E-žs{Ӷ\Y;q£qrd?zo.콿߽+K bgG~ӟύ'Z_C[wbb`RUr}X.kK(%dU%NE!dXI=-!`rm$jdպ#: 0F+.^Aa N|IV'%=md|9`Ky;w~ѷY~jP[; VakڠwlEa!#b]Ͷ.KE@7ES[X*!en`Ϗ0qRڴ ZPAE'EVKHXdFlm:HdHV@H?V&|Z# .ňrvB,enQ[ D!P_Vb2@v.7M[*^KW5,(TktM (-(ImP'Bjdz^;Uzh7% l TDwGP BC!`V9 YhkgQfX@U(#j1Sٍ(5 1LcVg)ݪL۶hFDT 5ꎀbp̑QcydD*9B)*kкcTȊ P4Nd d m( ]zgg?X&fb@TchvkH(hldJUl|hk= 8eV[3 ԛFEyq\;(",.̠(K?| c v6R=.pۛl|H(kKzj#TE\ 8V#8 T)]Ӗk)lG˞'W_:ys).r``;?w__% |?/{+:}3/oy_;nyGzpY#'MX=vzm/m}9,f#SBZlұ~7v'^zfK]SV<FpfVj\z,'C\6Z\$Hbayޖv]_?<-!̪OfcaӫClhγ!T (iD%ΒdH0"37t 9,l.rX+KfGFx2GA۵I9۠a-a`1@fs<iRUDfI`>; IoE*qdM'}=7<W]}v.qx#k/v0sӮ{ŕ=W}>OK#o?ڟ~WFK~-~ovcߟ߽g}?~ _r{׉W7(/N']B4yԧ8C|kqޅgcަ1wT-B4ӞCJ>;Ds>/:?vónx$[߶5>F}ֶo)8O{nk}Gs秝wz͎/ws~Grk1~ڽM{|m|O͓l-:VBw0o;Ag_?Wv9ͫbusQIBpנM@'ERիӁm(?*>59aRnt|M vGzz_Atnۼr]+p>sa g3[1xw@` ,hݼn'"Kph7HeERD?"U.&A ϜM f(R8`Қ*"9WU!?qJ̪ J\C;:cِ֔X]yz&F*{'2YRF7X dYWivQRi%1_Ka$,)ϸ(9r}t߻/y|r|D| ,z+v5F/ Y apؖzYQp|*^g)d)0vQP% `s8A(;) v(N4bG*D8p}粨f2uTQaGV1 "VD w KhbleUKdm!$IE,E_ 8N|@c`=!`DEp!D耷04?gd0L|VsMBzY+Irp7V]`le싇ﶮ/v07*8+-+BJ|ו/pl(Uw*IS$\#&5  lr\lr?PK"@TTFr!"|Wihs}PF(Ѣi (UD"li`PJx؆TS7ʸSeshY.( 61@gDTä8+LMʃXbgyYBj8჏+oҥWCQg+ݛtU?;qr'0/tOswcevf+szn}xUHڙ۩[=}~QmGO;xaNZ[p*rb1_b[۽<\__l^ jS} 8z},/1 RVZ8ژ\X[_0߿k_&<164륒ƭF|̑\Z6͍Yd8aP-R5K+{Oo 9)u[]iH%=%۾@ Dlh-x#]{1.rbaԢ ebDl$7-ZahR(&ds0/~,5}tU( MD\"q. 'iHR)RH6 )@Q$(QDH"rQ&11s:gwk9\{})7qg9ϿBHiLvg1y<CMxT7o.NsĽ8 +$e5;=Rx\ϝq\4M O6"3_n;?kVIvUdjNUfX[p_Fm!яjK3SzpqBXAݯxJ|u|7j;=4?#W?9˧>/|?{|o?WoOqk|kO?ee{݂t7u?9ff?_~h{3o_X*_7ޟ47PӾӞg^{7(/=zV~>wy~y~s_ݯ@?Ϳ=<y7fחjrǟ|?#}yZmHkO5ɦ <=( 4,: P4{yQ%ÜDp rd({uJhFmweiXOiz '~bbo a@Nb85w2aX}P+aXIb/PBiɫWL܀aOaAűyҠ&6MQ=yiZC'BV#B&]hpm|2@l;[ ),iYn]3b%02NřՠMse$|D.Yh_ٸ.or49ar5Njik0GVt"+ 5TL#6 hxgTvnP*BX…"CRUbXXH d@ h. zNUp ma5 Id[GF FeZMDz[Q4å;2.ͯ,j1"X5>S-Dxct.^ Dk=Fa2!WS1I;`ӞBvpkQ{zցPF sm-Aǩ8P68ydWmҘa4 4ɵ U,PzΑYeʹ (#PHs= ?:V kQAtY{!mƎ T)ú0Q`7 nG.8R!YDjt5(@BqPDˢ;R-!z`lb- b,ᾚl@t:g-lbΑ]]. ? Ed8 uqc 0adpm0% \Z]TtDFDSJʳ< ]jw|#F*F,3T\:S T /:ilW?K{\W=ɝg?c?tӿg?oKDT+*~Z%9yqOq7..qd6u;ggw2cJǙguv~co~b,W=;bDUGUDv.sJ@Vd,Y$务yx0[ul;5@]m؍qYW{l cb/>l+ZqysfɲJv=c综u۶]Ė9:-Gz˟`+j!Ψnkq=TG͸[#faety@]!X=GڳhUʴ񰌀GJ<-ͯ?jl抈Aˣ122g4slY=!vJ3#zN˅v F 얖A|jbBb4D.Ń%#augW` /n߳m/w?W~3Gћ}ݷn|9`|{{SƯ~wgw=^g^gI/P/=~?3xFki|-4yj?7YiMEԻ^8?c?zyyyΝAI|+sD$}S3sƟߨgzx3ȳOFy|g'K=suR-?E^__,Z$ɝ4v*v:M4Rhkb"#A24iBtJd (a _cF̪Y=K8!`˶ya#"r-35P!:f< &C$t$P(z$2R'f04 6&sQTpKejڔ X%' ZLXbw7yo59 81<(C -a /[_g?k5A2FGU %NxǨ+y #=oV<4T=EcbN$PDsqiQ@B$$E ,԰׍DWs MD&sw-ZIO3^! ߖN#b,aEj⌠0U柶 >HcY(pUI&r Au,Ebĵ\]ZPI9WB D؞ ̃FE!Fu/oqcr8K%C&W$HR:v_zlnbQ-HpLT(%Ee;nBT9Q0S!D͈Q re*QNNw֨ HU1c|kjf>pJ1!SZP" tYlV,ߕLZ'[IlrCӽ)H43*2EbtlhnF1Z)-U\ź&)Zۧ*iC""_zͳ IDATV"ܺL)D f:\6rEy(,&Pd6*D@h ,TN'"}Y(3 Ff۪T(`]!#Խ]L'hUJy±D!z aSSr*#R5a9ш4NbցHSAUYr Pn:q/̼1 u[,߳NR^]^R#==cH}Ha>m7=Ĺɿ_x})uG֭Բ˽oὟC?ov#j]~q ?wy[nˍ}xO߼{7-_}|o}7fVj16}n-ZB?jñٷcwv^ǪL(G`<Tj0jvmWaDйg,źϒU^^ v&|yd̈Uե^J#Z9]dDd0+巶;ūוb2J:rh?zK1ƎXsۻ<2f0T:2GRA"1=mJbKr+qJ}'Gھv["JS;%^3ؾt޽GU#G>(y: RDGcQFALH%!rIզUWu뵞fH Gydd[0nW;b̐Q ~L~KC DyDwDp,gcHnjx)է{3/]o\|HR|ﳯTgyJyKmۍƋ]Zc&#z\\7MךȏٜKոPノ0s~OI~Fiy_ƏՍ5?W? Ϯ|-/:I_(L_/-{{Q ;V iYM]^K&ŀ>ZXӕ:TG-ج={'‽ϧ,Cd O՛2h_?5RfZ7,#*-p]5~H* mݍ BsUXE 2`3b{M_ ,L t]X/ b+2kT{0NJ% K'CSnwvtx,; @vX w (*aN6b)؃^t;bNmɚvr_@].YPh6} fHe*\Y8 ZluB6v0Et١-NIU$Wr hSH.@.B_wnG|/~S?,#y<s/g]3w_;xՈ9ƶ 5眇F+VH$H;!0Fز?vg6 L)f1;͘Uh #8FV˩^NNGzz]kfBV"XAqj;z;gTw9Gg <&0 8T#̋-haaVv;y5kcSFu+,4dح[5& ҁq\M+;u1v-9>qr,"8uWWG<ʃ-2 `;zKL̦Y"wW8Y̱lvv- @ ]sNH`f0Tud5B`U=N AY&/511VФ;UZ.:Vu9,[_ Ooz^ze7Eo췿||#V"֎O{)+/ЦB<RR+?)>/cwM7d֓@ }V~V)?_yYO_gK9xWw5 Y}+Vc}Ev8i\,O7P._J0ktDεzѢPo8I8Wk%؇NР5_ b'?5Ԋ3D*"mE"E0$a؀\iцWznYa>n] DP$$5RnJB4G)> wrDR3$ U²J[Ѯ׻*!VׂtD; z*p ኪPP(FI2㉫!LԝС9D&+aSt `%Nbrc٦j.E`sI{T-v@ȪiihuLF'U Q߰/6}(b*RSV@YyVZ!#R Sx@dTщΖyDGE[ת<W bW*(*4:Tѡ-D S[0@-eaQ5O$$l{ FX^ҢBrV Dآ[ mYXYbRQvGS5i3}* jEDmpv5f 6NRQ Ivbۅ"эݭMK~ J i['aϣݽ</&!=W[%lV aB@, ; 62:m拇n*AuZVZmBe9EeJ0,i"H!Uɱ_}HFuـBS8FpFJe!)ф F:P BtY P?[Yͻ{AbBmQ.C&DṔ*qvܕP08-0R b2䨑f5@8!FcV**H9uIPi$ sМgSYjw~#P([5R5N"6ɁI5zq:?};_zo{׾;?ŏ|}[g?~f;[?-g>+?M<;oo?}Yw?;&yw;_/Prvvvyyy8H,á~66/޽wE&9~sG.oˁ3ۏg޺s~>.F ȶmnn<O l*Ƹsy뵳{>:w޸w=}p%lۀY"3G"Sv2cے̇{*W]mcl|+r7z9'HZtg>w>~͕x^Sz2SLƫ=)wpE-qm7{ިw>~g{;_{݇_~汿v=z#|qc 2UM$d>ΡVفR#ZT\C ؏&"bIǶZC*0}4"3Y<6ČH$AxWtvU:&#+A!Cdn=WsOu^PR~_R [}s?:l QlX9 ђT#M|%U8AH+cvtlem[cRmfJYB@ #8sDBj hmD 8٨rIb@0INgKE7J'ˍ)vyΆʧI>g_xm||DW;HO}e_.<~r_Ƌ7ZD~~zr瞨7ޗ|zO6u3o4m,aU'=<q@C3#8m#Rw.ۍCxkgz2:Y'X:uq q}In̊AvG.KY #Tt,qbM]\['rX'UUA ݝJ2V-IΕ` P˸9 yeCAghyJxb\TG@Y/U)S6p7F|,(a'8@VcgE"NMi/5]4>w9vCw1~[lFFA"–"coڦա"M!#~2M 9b"r+\bԝdΊDŌNHijR\0%CCSlIC9YD΅MEG nw^ipc!ݪdVuծYX!^72 4IOdzڝkXw :a]D&H)"*RYSJ|z!HPI )ВM-8Zt *.kYF' N&V\He;J \z6I#͎ u_H `7"SY1 ljZemZp',zQ]++"A*rXkN{{T.~4`dN_Rĺ9vK”[R)}+FD<M2HtOl#L\6ޭҚG@#su)0EvTt }s-=׃`tX g>']')<K߿x<޹sU1mudXHẉ'c_^eGblۣ{zlc8FvA֭7>skzcmx5#1 ߶`n&4Ĵ'0#pZmKl:CٵCYצlTT5)`n;폍1PU<D2"yC-VqVwat7ǫzNWyuTͭKi[e7\-0؎cnf*£ SSmS⌻@c:F=Jj@{IW% <WY;OAZN-N^+ cXYJu=K}+}_W=x#?"~k~ˬEk{/z_(Ok9)K}ZRrCn~Bz~.Kb)|gj=$>y5t*uSĹW#(Ǟ);P4wzyAg$ióXOWє kf&ќLÄZ@qˆ}0ovtTN ܫ;wZ%fĖ#]MPf :Anq:^/u{l#r&sQA1bni'NH79!䖡Ku{uĆ"ycFG_-8Ui1guoono̮JBzKnYsts 1l8#z9Qg1.{]&J1/h#wFP`Ҧc 9"ӡ1*wz(l)iN$H "j֑8m9U;rCDz$1W[X呆F~kװ~1} [S'P0VHP72_o? =]Z4?jiv!}>X%܎~/97cT'lz>,:T*p`6tXRgK\/.J. ǥsmKMt,' lh ⒈F*.* BKD (--K6A mV=, "wBboӂ굳d~VGiחKP!XJ0)|9 5ȡ8*G1b!Pj 2oY6 $P)*ČmH@7V+H S J,F6deؓPM4$^tq|z;Tm,fX"6L*Z=K?:f)g;|fTqu7ʃ`].Ǻ, KBe2 H 4b ]XU FlD=r"8OR[@j-uvNFc Ɛ&d$KnF>bMJ6! aj:~CS\dju5$l:*ptIÊ}TTЈX[c@.) bitxL~ ߹<I8p@3 cMݦ!2>B,{(;]du>@/؍smJ@#a}LTǺiI@щXpەFD 䲎hol_S2[FaeNɹIfџM˶m~W^x777UUUwwwUu:={N*Ϸ[7q{cg.o5;"^o^_dٗ_?/>b3bC g8/@ޅy>G5#!H׫89#^M2ܧ.ODD;@ɹY"]WP:ĵfXxhQq@'{8gk/NH81LV oDUtz #j}8iö=#sۺuq6}5FHVTt$ڷ2uffe߁I'\>v_YLv<'h'nnww>HV/:Tj`xK+^/yi%$#K}>~~K#~Wb~̧oo?S+JO?jܿo~xKD{eG/M~[Iocw}{ Spܫk[KX`@A=Щ=Y#J@h55UmAͲլEADu|273@R,dk|cek݃eαݪE]AO"o $FX;bcixCD@}_#J8%,04F!c"U^zY2EDV@KIYMuu{"f\ŒLa$쫌Cr_$ pe(FнL;- RL^d TBA^VeEX5 !P8 ?p \d~pӰoT#@k4b=J "r ɈwfloՈ6b@aJEkkIV.DI)-lpIP Pm i)-c0HQJ.Qg+@tN[Sɍ3)KGE00;7AJ$]v${<YjUvDs7cR+ QQюia/0D&?! qu#,xFiN"Y)0A:J@Nʰ biijb@ғwAQ9o*(E4"]W#`艫Jq,nrٯ@@⸛/&"JPS$9\T[HN WX2椣ԆC#Xs{hS}dTO?/̖Or\.nĈdD8|>ݯ[Xs4Y_~q?oOy"m˨/no엿=\]#7ϙwϞ}mgBiz7/߯䩗XG.Onȷy#ljo@M^>һG>}>8޹ =Zt/~̢yJofEXg *%@[Q-ꃖCw6ѩAitpӱy1_:@vIN؁ u?T= bJfz?nLۗl /!]X!؁N&`WK@iv:[5ak9#@kZPg@lu*vpwjCQC%Jchj8Ѱ^Q,%HC!Fh+a=6:?oW'<-6ݵO-DJ`̦E#+ ! Etp+dS{2f2NTW@Zfv9CTtFt %$ QPa1B3NTX; 4okr+/PB׺,vNi}8XhC]Df-Eb`=ijQQ 4 "'ϞdJStʆD)>єSa66l5LZrT,I4BsQ(KXFf2Qݮ1bŎ@ ]66hlLXpU`6VeiATlfNp޽`#/^񥲛1 52nrXqqCl8_^{@Y˘_t09P*UW i9 oN|Q4gK$mǾkNU0{eڡPg߭@ KYc_0h5A?hqh*J+ S£2vZU!2MaJ>٩`RfS,!4@YRk X߸\JrjCwsР-d`D=4lYtՊ,W&knvZaI@++vH =pƩ:Pmh `1Ӌ#>^S߄cax#T2 8Mڇ M`ĄBbc d<CQjFdb񃦫ѩf{L ? 6 VsBDd5&&ewj7ѝi*Dk]"KӶW&=ܢ7f} IDAT8|'uz_W?Nmi߯۶}חUZ/_4~科i< aKmcsWzyͪ:sQ]Ȁ*h7*0c$9gk5' bN[nP|+J0cwUe<$xAIZ]*!>zTmlkLnH#sMKE0r9Z(EKIl# W{'#OM/cAOT P9΀bxv IsTwd7K&PWbl"~G+=03d߷><.GQ⽆PIQ}zGr}p;߷ov=iOn[: g'sWv>m߾c p̆mble] jVi6OmvUPH;yF`y|b o ߷%Rx0i;:zE,fq('n kE𴤊L,ЍAe7z{Rz`,]Vg U=:DZ%jmqtrjFF;׺CD`'Ԣ"ptwBmjEduRU6ujF,:cQ _p^IآKmn02T(hQn$)&WH9!L3,c/ &`W%E6B@(G-726gq<0,<FDqsun]^SDeI)iSzhe04Ga:&DU0Xh@[*ITFela ^50l. FT FFu*w@hو#!dUXmBd+ Kc@$Rws#&_'P'\qvֺn|_j )ւR,SetCPZhz?J ́@lakG9ȣ-H#ٍ;,N!kEeLXOw4+|eͿCɃ#Xwi~NwU`?Lu̇vV'|k=_Ȉm6>֯2]8:iy~E#NR,1T&’4mR k zk"msR#tmMc{ȾHdkcI%sXr*Tsi\w2Ju k6p( +t }fXP?@HѡD3JY .ctۊdU*9VߠyvSup@QD !׼Q˱f\}aZU b`A :Uiq\aF2 2@4K%fRВ&@fjn!@@XsΧk+YG,,ErܘG|fHE)k`Zykq(Xw;l`@/Q 벲79RG$l$Ch/oJ<  D78s- B#,gq)#L'URu0.yХbbu ]dؓK씎r~$[jڕRU dB,bhlIʪ-J,MB͐6`n0Bܤ "Klպ8ּ. 1,BUHʆ] a t9ckha94#3߁^n^NtɢjT%a>Ԉte@Q0alt!hy($*d&=֢a邨"BQ(%%Y@MdիJk69TH\>4aѪEWVԪ-5D2WB+1Z1TCif Gǹ2/IONrud-q~ρ_k۪F  rĊd Ύ&VKP( t/أբ1=rK\V.t~z\\۪TH@r4U{6>cј놋$a"VBvh@Zp >;t IW­#>NM>W ׺mxe:և[\eO`nyy'YkN77[i2oۛ]:O^lͮ)?}?|'߾zuWo?Nmct:?.^c_H5/_<:w_ [#O?k̑_PW1(r<ono:WD ;ϑ#C߽t$ANcXSأ9y`<yWXeɞtJvw=/n4x :3FCSzvBk[O|Z=η2vY~oy>~qgyQLA#Q|C+2փ=][/@J&>.Oɥ,)OV'fLΠMjZt }!Fg@[HHjQn2@6'XݹݜN'!f6}nvj0v-5a뫚,x0K4UPonGb (u;\pwPY>,$E~;"f؂]/PQZV[&%0bTƘd'6-.~]MYdҥ3(djbcM4uBI9 -xHJ$еbeTyrMUvB L~Kc&*0xl."`.UlUDE3*D2Բ467ϬgϞܿ}|8_:ο,0S_]^ s`^*Zd*j#H,~12V mZԪta+s*6 By/Qqr.(}|w͆gx}}~r|/ܮ|Crcxr%SPlVBwRr뺾 P"ijN]H06bdNln z)}}]*K'ab^z[9@}9N{l njrL]/u}cl7Ҭ.(iz;C.bTzNq_cR_1 $<+tռJ `?*I>Aћǩ7|(M},|/㉇?zYS)?zy!SL pw?%7? |}OSVݍo:5x{YW =}dm2<;$f {Ho kb.T t$u:{w)Gͦ %n4UPbtx Fx`"G,í{H\L^SE|sEӡ>{$BQ{aSza;q gM?ڊ~0i@eV8eZɥۥ%b0nhb@*箙y H Ktޡ@Q \p6%e2*کF5W&E4{&tO]XP--="RAut(?1ʐg0ha5,#wwwځPQ1}qN5ʁVT2H8h E>m$¶Z#C *E'3[HB SK2i2'Ҥal;ױ{D!1<f`t-C-=eKH3v@h0,#n^UjA=;5i|]\B2T !1^ dڛYj QT4ے1&G[Ue eA`%Ѣ/?Zx˹ eIV/@Ys\ `ٮ@4;j>j9nbHdP2 )n.`HȠfVi[[kfD n,q@QY]@U!4g"ŤA;b+1|Dwh$J* /ϖ $hЈ`lzq#{F4e< PG:7N+ʡqvߪ,e6Ko?۶훻?6}z\/mׯ^ jW}P0õRFtMD*HesN6cڔe\᫏x5z Zna+NĈmtwi]6b|||/oŷqRF, ÿےH?X|Rj{ΤޚO{6G~w-Z~?\L`>|cՏ5w#|z=eV G/>e_~ѼnXo?"zmZ-lΎr(~><(,qGO?;ݜOC`n|(&h4:7%@~4h*L].tJlx5VajT7'p2.VJاC߆%y yC\;(2K%umjh4[ mz x~r Il"m]sқ(DҘـ\1`p:6UB؞D!m- wC.M3vu{ +Nmn*m(2 hwi4}J9FZUQke*NJBIJK!FSh{-.Z"vhm@p7 KvK$ٖkm3w?+&U]/i*h@jUxLY#1cFAK!1c0AQWeFFFF8nm'^4u4ݛo77ؔÄ4dDHr>J)Y%L(U?ul̍^33Հ̴*9k8Ah[3e{i+YjmEfa \ȌANhV jLR`a+9hFl /+,QN ~]}A$MPWf:V;*@RJi2TA(68$f唯4HԲcfR L× @tX  SRo]r*y TG0y饕tǢ ^ (bE["G6d䝒Y3T " ^ZZ*)A20 N 0Gh&ߐXn`0ah,sUP+gCقQi@Fil~K,1Jf]»pgwJrTRP2yUdc'(+^JM"(9L~5ՔW.G +2D+Ii֔#ӆs^D,zHC/ JeFfb9_aU}Fי{Y%NZOMu""s|9KvŹӛߺd]j>=M/\_uyk"=x|suN.>Omw|wTvuXszucj kj }c_!Bm2e=H-|>nT1m|Ukg#23Z6r['e$^l7᳃1.:ݞ<B_';oVꑪ++r,Hc bd"ʌT!vuUSd@nX&?\P?M?u.+ib}S:v;˺.Zy65]'bt5%=T2ͻ,Ypʌ6O3h"9A {qOǨ@Ra!c̚TjTF1!#Qj6u]SêJ;ufL<_Ϻt1 ۏx>pq'wg>aWo}e~b/}Σ~ڦro]oC޽߸o/zޞ?f{K ^g{-q{"7߫Y"ܷv^+oYK fӴ~x@|Z2Vo}ы-B6E {0;B L$s\UYX*+EfKFئX}۪pX2S=ƈr^rdkVppo} ܰnrf 6`Ά͟аV_*09dpxCɴJV*"F GwQ$ZD m:-mpeqb2{h D+#c*GB$9>^XM˄Y%ݲ04L Lƈ+QrNj|4C)wYq=Tj*@(ͩR@M8e %xYYl1֬HC'-03U`d@%y9 UأL+IFY#25mW+`ZApkޣRG:jL|L*N:Rrb%ze[adShϚ%oWѠkHM*e',-22jۆ*B. 1Ih"Q+px=2[ Fj T2QlZl*fR.&'l>Tn$R0a{Bf^`@JLi:9p/=`2Ae8bWĮ%~Z:n'aӴX c\2XZ 㕆(=mdyr ~9E*'sGh ְJ-¨~QMGrZa& N c*'#21U*î [p JMjldtX2NU̢XEEIMK|fd7rS%XU f VD稟]ׅAIGq G^MکDOq %2`o 1^.pjɠەww3I Y,lW&rj`"3ՐMU nESlܮ1K1oXE&:F~~SjlE}=""z{yt=y]zz}tO!>ū~w8?vԿ~4=4MtnfWӼZy=f_埜/nO0?.piݪz{]|y<4ysx~y7ύiFNU; o`0g#_JnU'_Lm9-̚˴w2/m<&#d֣CWݧBb5Xvq⫯I*Mn*AUSL!P'/y혌fq׬<$1J,69^MC.bVP-'[)j)Cn_{14{Mx.Y+{ST>뵾}'CU~H|M*Cm?rvGw-r|sy{ܻ}[ʤKo&Ҹ΄*WBE?R*ܔ _VwPA1H{Ts|[ht Z 7An*ce-J^5#g4OXjf2L6XěY>Wd˜u`̈ɤy3\V.BANMJhXr$!4Ji1ו@&PB ׬JsYJD$Vqx 7 0Hd&K$JVETAzVVգ .;V_hpde[RiRg*hF*^'R>B5b.Gr&'T+S"-2YM*h$QHn3Zyr.'6s/;c+00&کb͈n51+4J6& W(NO 9*A2fO$2]?mdLF²/̤73%V^dyD$Lr/ zܫUd8%tQlP13Gt`G9SWIQhؐͣl5G"LH9-eH W2^V*!D) (0i̎Ft ^aS8MRS$Ї`R YYCŃ &L"1xw3tP ҥzDai)֑hJ%̆o2 Db\ 1ۆBU6"32GZn/k UkA}NA(RfTRi/%ifhsBA8-(r2, ..jBjiMFOɘȊ &`M0CU4,ot}OqȆ\X/oλo4Ñh9v8~þ`GsuVieiw~xֻ{ΫO>[o_jYصXOjۻlD#bߢV㰈>"@ffc^$r:T1xqPu!j> uTaƇ_;6X˯}՗wӿuwn:Q2 |w߸[x?@~ v@n1/n|x} ۱]=/w]5>os{{'}YJLw~~S>T_ 7;;ۮeghRlv;͙ʾ #iڴͻƑfBɗf/[|@Cl*27WHʘ 2dF-T(ߘ |/Fͽ)H#LVXs'j:[%X5ʍr\-$YZR Bug0GS'h,a#~[9Jc) V=> ;X#HD2fCOG M6`$&OnWR-QfCd-cf2J{ {Mjj9⪠3Le[ZE))"ɑ\ >\%3u)3'4`dMV:pBdC,Rd p%{%Q{ f.tB-L93lf\4]A %1|Rbt 4((JھlIVmD}߄V[Z9 SM 4&X :3!\UY"}(ѽećnĴyd1;DfM) $] 0 b{6ZHV>7RAU8cV횾T6 (9Xp\UdFt J!ZL֌*oAhu*.w&C!⨞{67ؕ4GQRoc*m23YOaHy[r̙yg+4XZdn))jt9.klb#r^D0@,дH,3DP)/=GH%-7iY256Apʾ:hiJ!Ϧ:5d O|F2TgL.\^"(]Z%= U1fyW?.Y#Y#Ą|+Eb%2k\Jzy!F@l+F!j*Թi$+,05PeFuc}w5E3tj 4` !ԜUH᪋QYb$)tYSU@+W1TX;L S_HBY^yUat*Buh3h4]Q?*}EIKlw~0JIٖXcXUfR)ų9aTb4A2 `_ej~ĘNnX"<3s9:~o)"sS}4_|[N.'|tŴvo]]}~`7pO2?Ӵw׏}6Oۗwwk7Mlfvd>^m~DXJCu9b=v@4洼ȶdzN.y|zo00Ӹfg_}ʫ̘7ȞZp$F {vn_ hA2LnY&?|Q2GA2ZJTt/x }[zpy%8DHPMQߜ˿w^tޮzs~W#[Gՠd8wĵ =G?yk[{74{7}^=1o>R}{mԟ3 IDAT%ߺM>[;JWu{-ϸ|7}q=_|U s\|kwd8mj956/v'_Ły%Sz,}4yZkSּ֚7f ?`#O: y \<۪m?<#^B'9VR+{~c!Ä ZI4x ;7&,U)gnZ( "z A .hLHPhdXeFgE5M80ZҗG`פk0eAX)[Lɵ@Y'`^D+SxnBSM Y[a@f6 UŭkV !k4LS4D\۪fIN`(F5Y9f@*J1F T40a3‘i`Kx(X5J.,2G+ rAR ţ kiFXUyYp aUd* `يa *_%UGATE +\aȄ{O04 /B.-q1UL@2p!NԐ/mp)]`#|2V#a]Q奡'2DAk,KJKlݕ߅T]ŕVlu( . MuEFvZF~V7ob[dZ UddidZՇ۲liTz94W^pw-3 }FnTyyOIy^.;['q[ Iuo5IUcixq;.ۈ0dN9Iybm]zt|',/&D_t"_~lr- R*n__+{;|u|}3usxZ# nBpO}MM=oDQ}\ջZxA+~/㏻2|_=|Ow}& ם/E_l/xs^ |;ww[ٽ/gsj|җΗ?/>o@FǺ4 z@ԦzuY4nn?ܢy[s/ΰs {ui=u->,VăQN:[[+ⶖyH4X9H2/HJ&H1IV,mT#(萵8x0HTq0J0(+À(.<G(GЌ}+ګi4D& *UJ&ae6ekdfUOKأt7bZ8۬Ovp::uߵiQ\/'Ws,j5k9a+Z)9Z~-w3`ue}66R#53EƺV2<ĸ?4m1Ǻd=?c~V(JzLcFLsB壓DweTLmVX*Ma+dZA/?&;r\巷i9-߾8̓Gc7=?q?G,ޓw? ݃O_GSOs=گ8{_g5޾㸸/x{*k{^%~=oo\.E#>qOS~v/fwjE|wsxQ!ڄiBHsq&se"az#ΓGMMwSkq, 3%ef39IN57ws|x+~{G< *'B _~`H5L {0snО s!XK mCy@hA-^kBB2"H/diI:TH&j2f|~BhܰAhyݴeid/ in Ւ,Xٰ34ki󶖜J&hu7 IB:8eR< uUZJ R2H L ۈ:zKWت*HǴlkոfD*.<ڐ ɱ`@򆆥(Ն[ 0C J)dBPFe$Kٰlez4aSZ$n&$PeJF'Pg Y9(RçLrh bȯQ,hX\NxIV P+]0 GniÞXX1Xè/98'JDTIR.RZO4'" sTfv(DR@d^I c7I kNɘhAJtue+6(Y-hQL:)OE R<%0 F27"iȦ5$ ͅ4sr,r'V%DVN. "Vېɤ$GmJLH'~Ds0-hԼX? Q `&0+ j&FZh6U- #ihT,e@,z"aYXmpT[ (9e2)@<d*eJFc#`TfՋ]L3q)w=LELy+ A=5Q*2Af#Z`HsNCdU rU#MkY,azL@#*"f"drH1 %)q Qp4Yj`Yºd`IdÌ򴱎Q,:Y 2.d"'ZP5Z&!+nDDaPf5g@)+۷XK{d0Q04cVPfuMU6~ cY5UP *akxnx_˫W9nj桙8/7ū_NLџ_?˧뫛v6M4AH'ަ=DE\_@w=/^/ovcYIdsH8W=SH) zsѽyeIO12-m u!+Ci(+N2Y䥢zmquMimtciNzfjP*@cޏ%+~w#ǜ1, ҈ 5tk5ʼn܉LY4OAٻ`#SXizBSkF xg@ѩ 2Ms޻Fl$&dW[,S-j=8[x2ּQ2Ra#9:k2jZ=<è2TJɭo,ǿόvskww닻x =Χwg?7Ϯo5>n'}@}oBɿ<?oOz?wwww}C|76Mo}Lc_GcwSI\9^Px)W^qOƽ[.y߳wF=ԯ^azC[]ßN"1Mw5Ǒ0GsL7o@-F5n?i*Qk>6U7CVH[IcsRL  R%ݾv-U90C\yrC@ 35HN}K ,e1e*\e8X!riA`Kh~$vXOfgT=DlRn6n %- l\2( ŇvMDu#m?iYeS arL9TrbXmGd(0+Y@3[S8LbmPad!8_JeQɦ$xY `K h]44Ò)`@ ء}$Ț Fj3.tҎLip+!KMJix3AS:y],[L1k/?bK1uT>4@*g KQ5J疗 )H\ă{#h^~¼gEm~=ʎ%Ԕ0f֒XɝDHy19l$i2BڳBfnYDe- M 7%CH&C"1`QjKɞFɋ P:n[xNeȒH3S)܊}T$U撂EC;E1Q.K9H%`YM.&Pg2qTRK:mi:1FG]hth%t*r-UW* MS1i`C3#.f{Ƞ\ HdWiR!]D]R89c0ѝ12ª\"4i ;Ȅ9 Ao`d͘6H!:&"ZڸץTI*`0(=LutX6tYRO… +mp5UuIzAKi ݻB TF+ITꃨ ɜZEM2 7]R,"E%23ak&O@QdGVra X $ mJjyp0x\Gˀ|]R4o)Hqys{x^`>w93h`D$=D*Ŕnb1MRױQ 0ۺO_k5/@GmJJ6$?ݫ׃kBՓƇp<^|3q3yu%ڏsw .qkՈu;&q@}֝mnb[H c`-HUX/0*]uPbV C^Sаٰae5%3pm!0 nybxZ~ϨlG5] !ݸ%ae#)MGF2B(pJdHK-#3[!%VXkkhbZ#b:ahm2'ď_*4Jw5KO . w/4M#Jq;R`#7c옶VtX{s%Z3Afn2shYpTQ0B:8A*M<ˢ4m+[2f&z)f)0fn/ 3մ[Va4!zhpKV7G|R Ժ Rrd?r!&p;G7\.{ݮѴ=ڸ94scnz/r/>oڋ <O^_Ͽ}/?ӟW2?_˿~K{s޿fz~ӿ{w>󞷿t|mlag}{}QMwO-F<ݶo|zAls2K:'GU}ٛo~_yѭyI/0Crm @0ϜA[G!#974miÒw<;^f3mNsJ.=6CW9Z%`TiP>Wq0f$Ƨ$jZuFcP Z MH73*jFwA_GH0GWC`MbUt!9qAuސ5jVeANn 2HP\N". g@*.:K2д42]J)0eβL[B6]9`-!H6DZ<oU4#=즣9Y'0IH(\irddyUD ZWӋ)Jd*,*.Q>WU(j^q!4,-K+/3?* .}3QV2Z alU"H^ T o7 H\Sw2U9Xu*>Z2 (YA )a=S*2  1^\a$ S `:-/ KI941઒X܂+y la+1; ai0`$H7urrOq(-502D,a^M SVJ@PebXB4Nu8I~Yk$04/Wb8C&_K"띒fRQ9e`(r=+C5͇cbD ;X)s (9rg FNPD+UaR؁"Z\gf]|<+6 V]w6dmZ@f$eY4#uD,(I\H1c_K%0iQ])T tE7(1q\K3 4 owAeB띔:kk@TBNv Ht: l-[itH&uPy5Tn&ERaJ6$XRreLewMc) 􌵄9&HTmXR`jQ2y>L"$X`$BR IY&͙9UWKU5Ԃ6L?2!FY4_o#E[*2Y7T$A/^z%Y` 5W[`a;T:MLR165u\j9RnWQ^ L*k3.ZǮ7ce9dБv{bMͧno<{l2_M{q|C3ϴCOSoߎci쮻nH!wx/#f>+S{?(9f'fӑ$/t,Q9nG :[]Ua+-p PVJaQT cYW̧7SuYrѫNpLy49aDyMm;?zNFFsbuh|;`BTR)҉ъXLVwƲDɈ6MS,D2u e:6ff5iO T`Xre<6@U9pKP{ [FWfDg#M#щQ^b:-([&'nv~t{qCr;ܹ\F#i&" {7^Ǭ-_|s~Nryg?=Ogۍ_۟?O؟OmҜ$+w;4u|B~܌Gߋ'[蓼uush9`]WjW?Zg?~dz~i>w|x'߾믝iRFhB }3O i5&wmV?-}q٭W-ǽnkb5טkf0nae Owf$LLҠX5L "B>YR[蔸 <]E,0gW/ U襘ѐu_UFUd>tˆԓ*2C1)aCY1MA01V!˵ц>3^Q1\X>d 7M49`R}LBE^#` #H7: VG k,ٸ6f q5˲Lp91Wq@0@24 LX)/8)YHB$T94SߣCM|M5Q)A5_%!ZшndfaDiUKA20SR pX1T2)@8hU* irFEu(sQq]y'`` LQjcM dV$id}Z%YdɣiVn3S[iM'GS2SQIO04fC U KQ>8:٬K]q-2%:HUEB X֊(u0I `hU7rST&q=Üi*̮0nUi2kKɚB ,6?2!Uq@B>P!l!I V*$DOUMf5|x[YwɀDi` kSfT9Fspl &.iG?D:э Py%hL(s0aV& 8#Ɉ%aTiTEfL3Mv:bl-T6!R0Re! J'GlTLv˪0LL9;?:d9&<L,==veweVA peU0\i6d~3*21Pj Xj(e%dBA^:0x"^5+Wnnn)̄X$mq㖺;d=Я?wz;⳧{孋K^^.ٽ|:a;nLLrrKX9ͳה=3vҲ,O|xA_r;D[{ܵX_ӤU1pwH@km3o6gF=l:\,l&VtNp 4-I3X#Mz:Md+STԇu ;8kqo/tjȬ.1(gӘJҘҥGͧF[›\ L,Kۛ{Z7+d\T nW"+)@`è5)Xĩ/t?y+( }6**4+sǭFjTfH4Qʔp(mo쇛}wCl5C␀qM BN[]娯ܿĻn= }_˿ lC?xW}_?~Ӌ/ޚqjßvA\V &`Q\Ǐ\Ǵo"C_$w U'߃3ymT\d).5uo絷/.9on߼s_/޾wܬ\qCnY9t7v;ϓ7yN6Ks{_# D"2d&Fj fF9hzGSP}+E%6~>^> M6SڜI#'"UҠ`?APGnc`&49;˴W:,^H,U-̆|`O$ζ 1EJ2vPBj%UO G3 ˴N:0uom83WpV131k`dL4\(м܊jmN6[8(d3-Jtc&VVݯ,$K)bJ^AX174ƕOd Lg=jҒuDb:5f8HbՐ,4E@MQ12D%@5.@`Bו(PvKٖPcA ,X Y!.+FL5+jHE"Y=Bj:L A &:cR{NOjVӖQ_zpR2=eU=S]a"J.=PtEJ\@(g67'> 6ECkvIƁX{P&l[I7f,m/nLc0_7 9lnHP]+i2*yzX>ڶ &fhD$c.DרM!X)kH-Z>2p2lIg(OUJS:Q,BɌIv"LCPDBQMi(X1Qe#  Yu`4?UaKh^ڤP0RvT--%FZi(WFa0@yN]Tf*8FL@ ݧpQ^֑QIe)RXj"neZH#&.4dC4 z'AFU s8fސSMj&*3'a[ٌ&cl`!dgytK F$O08āJ6tQHɲˬoJd^hS+̞"cTfL-]KVpe**VA`Z,SX`D7h=i '!Ȫ Q{v duY7z85jV5cU6@AKHj\* MT[gq=aBR1~C#O݇ݖa6A[ ' -l_^?`鰿|cS;jؘ< -޺y;>o?쾾ql͓h37oܘv/Ý>f̜&'ϴ0 0%nm>l<PPR86f5ctsFe?Tq5ĠHF5G®ي98fB2ٗApcU3BRWY$`BXD$4Q]);`"{i"ƬRmzĢh Rr3 `f Z޲d Iᰌpd煵V+97[sLf0W36o')jI\G.HY4,MOw,n46K/G,U Y73뢨>'r]aIYӵ,^-6dQR7/zy}Eَq4k\y[f}ڃz>9YW=Z^%K?O??T5nX G<\ߝyCUI鏙wTF2@nh^`~w}|'<ֵ^Ԇ\K[횻AC&V swng?'/]8:=j.}퍟_yOpg~կ?tn9N=zHXsuq=`|g_q<(" /ss^ tjAfUnjAQm!hAu$Kyw.0%'I."QH3 )jaWEA7#rYɐDJߢN(crF˖iLT++9VVW5oSCu*Z3XLC"@P|C p%aV2wKX !E$'eU!-%;e} R <0T0׽;P IZZk ԈLѫ_TޥD PrD)N )ife7eh}LMWWm7@ɺ$BBP`䲊)RVQ-Mz[Z詰ⱚ !rf*ItJByx% cXE X0Msauza%%ŴIRA_d-k@&>)ZFJSʚV*44 jY\@"HsH%hx-+Lyb$4}1()-LH00z7f„"&>U"hY)sk >"F.Вiʹ˪̔"cCh5 3Fpb .Ey)D'9D:WS~`c$L.I}$ )w(`XPiPW+Y-TG@P=WezZGVE+4>lJJu% :F &XJTUl6 Tu # C)LQ㪍%Wpx T8 ƈT QʽodB KRu Ѫ%mXUI4P SX}rC6䂪 짪_VF1pu(F3sZO^Q*4#d%S'L73jfdgSn2L1\M(ѽ먹¤zm`m_,M6#1UBȨN  -"ʴ$g,SƐ|@ AQb0wH+pe2V&ݯ` TtƍR:HY`L.jiIE\GcTJ0a,/\(C IDAToA`MWò"Q?mY+LӇnFO7Im L{wTO-7|k<p͆eVZ}8~*x )Ȯ\F{ ebm-ai6Q̬//xʓ lDkt!v{z&l$[fXo WI96,FVCi(:[{kFoVU?hfZl%HseZv6&, l%X)wS %Д|J]丗i9 l7:7]ԆewZYj߻6etrGs"Ζ/w9=s4/wݽw{wOۣ['`D6B;h^OVf}'VߐPԭw2+럥SᧁOxuw3߂o&U_n{G&'5۲cٰHL?ٿ/^<,6ۧ=d/_{p⭓|q8@I<}0ĕ30mٛOG{.o=..vžW<\y7:_۫eĩFQw,׎lfZ=$ _!4Y&ge6Y)2,@J%AtCՊr؝Uު5<Z,HaXc^k-9{8iY Ѷć5ʀk;5ԉSpW7NAک"mHwgxi⋸} [&g4ִ9Q.sUa`Yri06٢<EBX`LC% ,D`ؔYR!!'B*51C9U%іCL+{`ꜳad5DG"͇+>B4I6d1p1"I!Qe1TJ4N`"kI_x,-b ) Cm0ˆ&^t)4+ʪ2 `Y ܹ_ťVUΤbpeQU U4 T⠲.n+ ރ|L[JnեS 1sGI{Um1Un{f@<ú+abKWd ] ZX (JSTJY62HB$ I_C> .adJklQsܰqL;@2GZ[:nH1W ^ΆM4hlJ2)J% 0BKgDa H Vs#hV#S JQ0cMeӫ3сg4.ѢaWndob/PW>J XEST}n#2i@TA:"/O//'>}3LkO6/sN&Qc=."xb/{8+o/nt{ܦyn~io'sy3߽}h;wys;;?v̍Mf;jmw~&yyבֿE0l<7*Tʍ)Uc4ͽGAnqQd,VWQ ZªQc-uQؘ֧{Gc%".Q4pncC"8ܸ{3 .O[ܜ979"J2~QW&,fuHa UGkzr`,{_zQkړhZU u֪[5^P#Fs[cyFf|cхj4ABSV|9I u\!ɳLeý2)wλOW7|pvyܳ/=N珴f"x|KE46G7:qԴz2fَk}l4Uo*;'I'UG*C?O>LIY1W Cbc/RK\]ۍOޣevC v^}FLp 6w>wcy9~ wG_k_pƦv!oo. Z+*fhy[Jt/e3Ո 0R%Btiʴ\>z!T(:BV(J}6ݠDyH3+tO?P⊡4S!!`e;(UVX]R"w(J9Xs=c"h٬,,(4˕ eWGfu,,(qСdv`𬘴:yF H8)Wb*IY"1Y )#Fb]Nw׾*4X`.4JمTPG#!#v@x+R6<|I4 ^tTr,ӆxq:6Ԉ"AdFȍ3ssmL(jt"afAƈ*O Hkfj"=2C.*H6L)B(v ;gtH&e)ꈵAnJJ ,34.z}Urh\fjYdM SvSECFU"e44X T&*=EgQ'I8T.^"%ƟT .tD5^Ȓlpm(fbX#j8f/ άI*ϓtёLŘaT" Zyg9J[ouT7_ ĸN;RCxl*i Mu(LRCiX,.I4RY *q҇|\Q {9BAʐyX Hʌ*HRY|f4&-g`rL c6sffSҌl R+ӟ\v{M}NM#?W>s nnϸɛMV4뗇aY,4Mo~}Vm=>~xwnGns\jv~8ߺL~mN77}[_?tMMy{YKƥr𶩛e_@mL݋=%5'=eٱdT;ʪ9PU[jXD&fDqy!o^MKc];%ԁif8]KwfnGs+hvq?m:d^D++o9`G9 0CUZa=A)?KZ2,V ~XYu_X=%cJ፪![KԡI0YQk7;?&WE z5?rkchjR]K7:RcArk[0pxmݽoуx'f;-]\ă%y|AbQ7cY9UGVJSi",ԓo. k:UҎR 3YCd>p&i6&eʒ@\3] z'&@bem#F/&!)F %=lBT8hP ݈flɒXI`ZݖfC͚Uf0M9z!X̐@V,[aHFdJ@FɤeYuP bZ4F8`BG^WJQSj2"7U̘1R MB!("eVP_ f:RQyn4)* jE[XCJ ClSzZt鐛 e#P.*ITRg2V QD`B WnUE%Dϒ ].Yd dDj!LbDy0X!Òe+A`(<NYB3UQ_1<nru ]j RH1(A_J#=d2RJIjd)CxBdebnKkwծ]U] t7`!h!X##[%""YA(P"_ ra䋈DXqAAsщL[ݍ&;4tw:o7>Ԯ]-LO׿s7w<<!kzmp 4-H7gF?9Ph1cQqxrIlMhTCpSfҜR@4oW{Sbh[(ZX0-^ɼFD- 0TD$RD77.ƆQ]sfaȞ9i:U@sH ۀqbVHJ$Isb u ՑLiȀVrU "Tң&W 0\# %3}U⣗4YWgٖcIpAdYZJb4zP<Ϫ#JE[ f.2O$#yH'Y`[S3" DL46&V̩lY<*A N:QȊ3Қqm6xF J䕤j=ɐ"SNЙu1%亴c z{1zF7O`_f%eY="6R1.Jbjػ1!?O}ӟ???MMƧa~}??_ëYo4'aR3ߥ9y_"eN\LWw}gW֫golwkn }/o_ҟ^| aj ^{smVDݽ"61m6VXj>{ZFa3Ckfd+,C-uV3ܭ@xZՕ#Cȼ+?]y~șf٬0bg/^p|yx|{IؾoW?ɟ[?ƿ[YQCk.o[GCOʺLsi_ǔh;wnݬx(TDz0Bj,DL )PwYf*II^m2'՜TD]Q/^bU %pBUx5XgC0:PNy|1$+ŦSHe+C{`j V >degV,HE֔Kպ p>uFO*mCNQ1@P*5ҪjőTۍ<]"t29ruE! fmnƂ G[$:T]Xq{eۧea-r,_f)YSP[4 H|6E0g:dSY$LOGeqJHjPUMkV^g4 Įf Q@R@#ҫ$G k+EhSe2PȐ[l)BOd+SHd )DX͢E.k)tRiWNۺ*&zӫ /ooXڪАL!e,FEBrAY cKɒAx\06f4rlkpI x!fZ&ӺqX5[ܹk*TK(rY(L5@hi0v60 %)<5 h,!,SY^epQɂk}0kIy:d: HKfL)цj=y'?ɟ/|Sg??]m9}(cIyyhsl:=y賻yfy>~v }7>Mݛn~|;y#99Q\H¤4JQsѪsb09ک8ZrE{𒷿Pqfx_ugC IDAT?fX6PNlG'Wrݑko*y>Chl^ݖʘb̀<9Z0sCO7aŐgn6+WFr(B}y,s`EQ W_hZTΚj'aɻ!(weŒc*wDp ]+*!@v8k`4geYzo\׮y}jӄ[<:>>99ެWqYoil}KXώ7..ɺj5g:=ƅz#[~z̃GƗ~ҚH9T$#ss}|ǝ/<{/nckrz}`O=RL/? %BvYߺq&ü;!GTp,xh->\@=9Hn%fhM:F/Y~r C  OsِE'"eqݖquTR)ҊdUhδڦA0 ,苺4#=p* ZV"= #`L-,鮰 h@]FjE85RuU@RrZvc2ʪ: eII ^6XJ%u0o+⊙9 5Y(, Д&5R.{CNfT5>e3ƨ(KMYbZ Id28yﭐ0"hX)tY(ѡ(L@+nHIHp2xY9 QKf&QGy5T($iˠ@ΣF@ϑtc?.v QR@t II1:ܔYLqeI6NꓳBFV Tk9d0E X8i.7֮vh&-I(ࠐP3)0:̭ŧ?KԕU?.Td``M+1,h6gP=+B/I3D% V2}Ut T&o;qɌ.2YaٔJ+(LTp!0ҐcU4aJ3JԟŵD'%U $6!3Pft&τBa}Z{pPk셴ݤj6B+W ^')kH-5jt1}}mxrtĒGYg"9L+u8#(PdJgɨ[XX:A%nN̩YG5 eƉ,tU RR\`:ӊ\"&òCU]%lu3 rdum G{3f)0Nʞ&I p՚PsSZ\({<5FUVtk$Y;/4n>3aRz&aY1՝6$mɍZJKkԠJqL1)_̌޻>rBZj2T%y$9Nnk0Zfbnn]*R쯭 _ݡ5d'G|5qg^.2<6MF3c1z+ʹ|:$ݒ,Sz߷o.Ob[ᣏQ#b4qm2!dy}7'=.>+ƃO*& "Fɦ&6G76Ͻ/_ݽ؅ydU;~#2XYs-V`yY5C9r;\uz1c&s׺~M1@[ a`1.V"n U1Iᐋ&y!JdY407cZdFTDyה"\k_'E%0&'B"I0-9nPQQL ]lY2#M L% zb&<  #|I1뎯RG6/Q4Q,zu. Lz2HwI]Zn0配DZ@C6Fr1QPd5z R8Wv cNb`bD!"Ԙ\9dLkE0 nʎzo_,TfiY,:k T[ *#uM #$,&\PwW["DW\R"*C & ࢐5IR&FTO%fH1{PK p skdH31iI91*~穰®ۘ&(OS@#+WBM !Ud{9KgEc\?ةj* Ī~ h:Nۘ!-lB.Ҫ^PgPu85ҨUE7e>*7+OFe3D@r`I:`ɠYU%Ky.3C0dRX*Q7-]q$z҆ٗқṸB,Ro늰Dڊe/02VWp OJr !ZKɌdRha% ։܈di@8LxDyͭ$=j@إPyT\3fO7rlNギ4bʰi6&u|Z\i =eï[U!TOf<^LL!S}GSd@EOM(X 0zP$KK(ǀ DL MOoܸq~Ǿ{?t3G>?Ї5U;77>o֒PdF%V;#]NF4-r{yk5