pax_global_header00006660000000000000000000000064131120077130014505gustar00rootroot0000000000000052 comment=34900be926b1779315af0846856860f51087fc79 adwaita-qt-1.0/000077500000000000000000000000001311200771300134015ustar00rootroot00000000000000adwaita-qt-1.0/.arcconfig000066400000000000000000000000721311200771300153340ustar00rootroot00000000000000{ "phabricator.uri" : "https://phabricator.kde.org/" } adwaita-qt-1.0/.gitignore000066400000000000000000000000441311200771300153670ustar00rootroot00000000000000*.kdev4 build CMakeLists.txt.user* adwaita-qt-1.0/AUTHORS000066400000000000000000000002371311200771300144530ustar00rootroot00000000000000Cursors: Ken Vermette Kstyle: Hugo Pereira Da Costa - Developer Andrew Lake - Designer adwaita-qt-1.0/AdwaitaConfig.cmake.in000066400000000000000000000003661311200771300175150ustar00rootroot00000000000000@PACKAGE_INIT@ set(ADWAITA_WITH_KDECORATION @WITH_DECORATIONS@) if(${ADWAITA_WITH_KDECORATION}) set(ADWAITA_KDECORATION_PLUGIN_ID "org.kde.adwaita") else() set(ADWAITA_KDECORATION_PLUGIN_ID "") endif() set(ADWAITA_STYLE_NAME "adwaita") adwaita-qt-1.0/CMakeLists.txt000066400000000000000000000030511311200771300161400ustar00rootroot00000000000000project(Adwaita) cmake_minimum_required(VERSION 2.8.11) set(CMAKE_AUTOMOC ON) add_definitions(-std=c++11) option(USE_QT4 "Use Qt4 instead of Qt5" OFF) if (USE_QT4) find_package(Qt4 REQUIRED) set(QT_VERSION_NUMBER "4") else() find_package(Qt5Core REQUIRED) find_package(Qt5Gui REQUIRED) find_package(Qt5Widgets REQUIRED) find_package(Qt5DBus REQUIRED) set(QT_QTGUI_LIBRARY Qt5::Gui Qt5::Widgets) set(QT_QTCORE_LIBRARY Qt5::Core) set(QT_QTDBUS_LIBRARY Qt5::DBus) #target_link_libraries(${LIBRARY_NAME} ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY}) set(QT_VERSION_NUMBER "5") get_target_property(REAL_QMAKE_EXECUTABLE ${Qt5Core_QMAKE_EXECUTABLE} IMPORTED_LOCATION) if (NOT QT_PLUGINS_DIR) execute_process(COMMAND "${REAL_QMAKE_EXECUTABLE}" -query QT_INSTALL_PLUGINS OUTPUT_VARIABLE QT_PLUGINS_DIR ERROR_QUIET OUTPUT_STRIP_TRAILING_WHITESPACE) endif() endif() if (NOT CMAKE_INSTALL_PREFIX) set (CMAKE_INSTALL_PREFIX "/usr/local") endif() if (NOT DATA_INSTALL_DIR) set (DATA_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/share") endif() if (NOT THEME_INSTALL_DIR) set (THEME_INSTALL_DIR "${DATA_INSTALL_DIR}/themes") endif() set(ADWAITA_THEME_DIR "${THEME_INSTALL_DIR}/Adwaita/qt") option(BUILD_EXAMPLE "Build an example widget factory app" OFF) if (BUILD_EXAMPLE) if (USE_QT4) find_package(KDE4) else() error("It's not possible to build the example using Qt5 yet, sorry.") endif() endif() add_subdirectory(style) adwaita-qt-1.0/COPYING000066400000000000000000000435411311200771300144430ustar00rootroot00000000000000NOTE! The GPL below is copyrighted by the Free Software Foundation, but the instance of code that it refers to (the kde programs) are copyrighted by the authors who actually wrote it. --------------------------------------------------------------------------- GNU 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 Library 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. GNU GENERAL PUBLIC LICENSE 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. Copyright (C) 19yy 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) 19yy 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. , 1 April 1989 Ty Coon, President of Vice This 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 Library General Public License instead of this License. adwaita-qt-1.0/COPYING-ICONS000066400000000000000000000222241311200771300153070ustar00rootroot00000000000000The Adwaita Icon Theme in icons/ Copyright (C) 2014 Uri Herrera and others This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 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 Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library. If not, see . Clarification: The GNU Lesser General Public License or LGPL is written for software libraries in the first place. We expressly want the LGPL to be valid for this artwork library too. KDE Adwaita theme icons is a special kind of software library, it is an artwork library, it's elements can be used in a Graphical User Interface, or GUI. Source code, for this library means: - where they exist, SVG; - otherwise, if applicable, the multi-layered formats xcf or psd, or otherwise png. The LGPL in some sections obliges you to make the files carry notices. With images this is in some cases impossible or hardly useful. With this library a notice is placed at a prominent place in the directory containing the elements. You may follow this practice. The exception in section 5 of the GNU Lesser General Public License covers the use of elements of this art library in a GUI. https://vdesign.kde.org/ ----- GNU LESSER 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. This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below. 0. Additional Definitions. As used herein, "this License" refers to version 3 of the GNU Lesser General Public License, and the "GNU GPL" refers to version 3 of the GNU General Public License. "The Library" refers to a covered work governed by this License, other than an Application or a Combined Work as defined below. An "Application" is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library. A "Combined Work" is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the "Linked Version". The "Minimal Corresponding Source" for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version. The "Corresponding Application Code" for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work. 1. Exception to Section 3 of the GNU GPL. You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL. 2. Conveying Modified Versions. If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version: a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy. 3. Object Code Incorporating Material from Library Header Files. The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following: a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License. b) Accompany the object code with a copy of the GNU GPL and this license document. 4. Combined Works. You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following: a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License. b) Accompany the Combined Work with a copy of the GNU GPL and this license document. c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document. d) Do one of the following: 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source. 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version. e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.) 5. Combined Libraries. 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 that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following: a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License. b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. 6. Revised Versions of the GNU Lesser General Public License. The Free Software Foundation may publish revised and/or new versions of the GNU Lesser 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 as you received it specifies that a certain numbered version of the GNU Lesser General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation. If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library. adwaita-qt-1.0/LICENSE.GPL2000066400000000000000000000431031311200771300151120ustar00rootroot00000000000000 GNU 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. GNU GENERAL PUBLIC LICENSE 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. 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 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. , 1 April 1989 Ty Coon, President of Vice This 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. adwaita-qt-1.0/LICENSE.LGPL2000066400000000000000000000635061311200771300152370ustar00rootroot00000000000000 GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999 Copyright (C) 1991, 1999 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. [This is the first released version of the Lesser GPL. It also counts as the successor of the GNU Library Public License, version 2, hence the version number 2.1.] 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 Lesser General Public License, applies to some specially designated software packages--typically libraries--of the Free Software Foundation and other authors who decide to use it. You can use it too, but we suggest you first think carefully about whether this license or the ordinary General Public License is the better strategy to use in any particular case, based on the explanations below. When we speak of free software, we are referring to freedom of use, 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 and use pieces of it in new free programs; and that you are informed that you can do these things. To protect your rights, we need to make restrictions that forbid distributors to deny you these rights or to ask you to surrender these 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 other code 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. We protect your rights with a two-step method: (1) we copyright the library, and (2) we offer you this license, which gives you legal permission to copy, distribute and/or modify the library. To protect each distributor, we want to make it very clear that there is no warranty for the free library. Also, if the library is modified by someone else and passed on, the recipients should know that what they have is not the original version, so that the original author's reputation will not be affected by problems that might be introduced by others. Finally, software patents pose a constant threat to the existence of any free program. We wish to make sure that a company cannot effectively restrict the users of a free program by obtaining a restrictive license from a patent holder. Therefore, we insist that any patent license obtained for a version of the library must be consistent with the full freedom of use specified in this license. Most GNU software, including some libraries, is covered by the ordinary GNU General Public License. This license, the GNU Lesser General Public License, applies to certain designated libraries, and is quite different from the ordinary General Public License. We use this license for certain libraries in order to permit linking those libraries into non-free programs. When a program is linked with a library, whether statically or using a shared library, the combination of the two is legally speaking a combined work, a derivative of the original library. The ordinary General Public License therefore permits such linking only if the entire combination fits its criteria of freedom. The Lesser General Public License permits more lax criteria for linking other code with the library. We call this license the "Lesser" General Public License because it does Less to protect the user's freedom than the ordinary General Public License. It also provides other free software developers Less of an advantage over competing non-free programs. These disadvantages are the reason we use the ordinary General Public License for many libraries. However, the Lesser license provides advantages in certain special circumstances. For example, on rare occasions, there may be a special need to encourage the widest possible use of a certain library, so that it becomes a de-facto standard. To achieve this, non-free programs must be allowed to use the library. A more frequent case is that a free library does the same job as widely used non-free libraries. In this case, there is little to gain by limiting the free library to free software only, so we use the Lesser General Public License. In other cases, permission to use a particular library in non-free programs enables a greater number of people to use a large body of free software. For example, permission to use the GNU C Library in non-free programs enables many more people to use the whole GNU operating system, as well as its variant, the GNU/Linux operating system. Although the Lesser General Public License is Less protective of the users' freedom, it does ensure that the user of a program that is linked with the Library has the freedom and the wherewithal to run that program using a modified version of the Library. 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, whereas the latter must be combined with the library in order to run. GNU LESSER GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License Agreement applies to any software library or other program which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Lesser 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 combine 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) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (1) uses at run time a copy of the library already present on the user's computer system, rather than copying library functions into the executable, and (2) will operate properly with a modified version of the library, if the user installs one, as long as the modified version is interface-compatible with the version that the work was made with. c) 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. d) 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. e) 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 materials to be 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 with 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 Lesser 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. Copyright (C) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser 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 Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; 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. 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. , 1 April 1990 Ty Coon, President of Vice That's all there is to it! adwaita-qt-1.0/README.md000066400000000000000000000011641311200771300146620ustar00rootroot00000000000000adwaita-qt ========== A native style to bend Qt4 and Qt5 applications to look like they belong into GNOME Shell. ![Widget Factory](/screenshots/widgets.png) ![KCalc](/screenshots/kcalc.png) ## How to compile The project uses the standard CMake buildsystem. So for example, the whole compilation process could look like this: ``` mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr .. make make install ``` ## Usage After install, you'll be able to either set the theme as your default via your DE's tools (like `systemsettings` or `qt-config`) or start your qt applications with the `-style adwaita` parameter. adwaita-qt-1.0/cmake/000077500000000000000000000000001311200771300144615ustar00rootroot00000000000000adwaita-qt-1.0/cmake/GtkUpdateIconCache.cmake000066400000000000000000000014251311200771300211120ustar00rootroot00000000000000# Copyright 2015 Volker Krause # # Distributed under the OSI-approved BSD License (the "License"); # see accompanying file COPYING-CMAKE-SCRIPTS for details. # # This software is distributed WITHOUT ANY WARRANTY; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # See the License for more information. find_program(GTK_UPDATE_ICON_CACHE_EXECUTABLE NAMES gtk-update-icon-cache) macro(gtk_update_icon_cache _dir) if (GTK_UPDATE_ICON_CACHE_EXECUTABLE) install(CODE " set(DESTDIR_VALUE \"\$ENV{DESTDIR}\") if (NOT DESTDIR_VALUE) execute_process(COMMAND ${GTK_UPDATE_ICON_CACHE_EXECUTABLE} -q -i . WORKING_DIRECTORY ${_dir}) endif() ") endif() endmacro() adwaita-qt-1.0/screenshots/000077500000000000000000000000001311200771300157415ustar00rootroot00000000000000adwaita-qt-1.0/screenshots/kcalc.png000066400000000000000000007721251311200771300175420ustar00rootroot00000000000000‰PNG  IHDR¹”Z^sBIT|dˆtEXtSoftwaregnome-screenshotï¿> IDATxœ´½Y‚í¨®6(92ï?†šG©æÿP÷dF³P=€¤O Ø+ö)2c/7 õŒùÿú¿ÿ¡¦\}Ø1‡;œjŠ_ãõ+’ªq¬wº…à:¬ÝánÛ£„óWåÔ÷_€º£“¨öÛ0/ÄBâ,”†=E ¬;Þ5”ý-¼ ˆ×gf¿LG¨(µ‰ÂÅ/E‘uPSe=¯è·ÔÝ>ö.#ªÅº·£ð`}UñìRp/”u‡9_?a¿ë`A¸ ;ÎO§ƒ‰=›ö 㨠© ]{Œ7WD Ozàè'Ÿëj¬QÀI>(Ð;`¥‘"ȲâEn’7ôWÅ$kÒË3¥€8¸!öã6\pÂþ/"yîcsý;ñ¸<SÅ’ϾH‰‡7ð VÔ_l4ˆèZ¿9‘ ÛGš×9…­§@gøh#Ç`ÖÕ†žØ’ÜšÍ!6d¼÷¦¿N~…éZú—ðZ°<µÿM;’·á|Óà]_‰Dt~7¡á ¾Cèî:#T_f» ÌÅ´x¶q&­Ôjû‚¼ëûb›dü¿ÌO,‚öo©Ñ•lœ+>`Ÿž’zJHººZ¤ËK4'æØ»-ßx¡‚\ú¨c™ˆuåN.÷ä÷¸Ÿc5üZœ®*¢0,W‰´gZ/&âé*™`c4’:Ã"3?WÐùñÂphcŽ7Ñ Ð™¨Ñu6-6ùaI9bºc-CìB aŸc{ éJ,—¯ŽÐæfÝû^JÒ(>Nö"vM0¿“ÐbRš¡ϸ&c ”‰H&O˜ˆ>>þ¢¿>þÞÒk)Òe© —Ê®CžçyX]ºyw;L2¢2û½B繚,,Ô7ˆt>Ø&\džýaI¾öbO›VÿIˆäZ¿š·­ãɶå¿Wê, ú«© 2ÞhþPÄl£ÿ€6Óð„.¾ˆX½*“ŒA|A£…S <»àf‹'Ê÷ ‹Àl\®Õ÷K(½‰”‡¿ÑÏ zÉbPc‹W?/c’:ztý^6}éã„®ë@º¿!/Ÿàÿ×Jäǯ@o‚R_·x'S’¤ :˜(œMA ¹~ãÙ ¾Ä_¼Ì±ú‘_’Ýõs®Èæƒì”kö/º²_–SÒŠ·:SÊ ž#¥g2œ)¦ÈY×ϰ…vœèj$y°_z£Ü=ÀE³]°¡}4HˆŒ8ÂVûGÉ´Bšæ kCÚ Xýd`œOÀš~á5üÜiÏšDÃýèÅ‚ù|àúï­’gÌjÉ~VÀçˆÁÉ"£G]í¢ øEQfxH<ßr§ÉS¨/‘ûk”°#µ1!µ™Ýt÷oeøœë6qLëÝêÞ&¦Ùƒ@”S—!¯þ ‰ÈŸ€¸Ë“ž©°6q÷±+.~hƒóxÝSyá*ÚàKÁLÄ›6:¹‘ýSòºŠ]®ó¦|ݨžúÊþ‘n›bnÛ(-àßLüË*Û®”h¼[ΩáNÌlX%¼äÕ:=ÚéBkŸÐ=Ý–ÖIGôEs >„iR\½Ê†Lî!\©3:0ų‚t²7P/ÒWò›¼`Þ±5ß®9ˆg‘$ÌBä®´&8%q #Å é˜1 ÙÊ i¾Á¹—¨'YVëQ² ©2ÖQJ~L«o:üðóú¡ÏÏèõóÓr#«sXƒ~ÂRZ^” ^&ã#GY3ôOOVÝ¥NsüeÑoù½û+A2dÕeZ§²Ðƒ,Ã3œë÷Š(d<B ú*}XІc«žó=‡ŸußGþ²Îë=Ð!‘A´®ú½žH¢Ÿ1Ù1gŒN/ûâÉoP“‡ëê âïñ??týï7]ÿy}½ˆ—¾ªÊn¹ˆˆÆëE$Ü@fhL|§§’­yç Ê,ƒßá»»öNc®Ê{,ÙJ‹7îÐH¬hlÖÙo¿Œzo8Â5NO”'®3yfH«¥$‚·‡­ˆrSí£…Õa(b Û©¬8ö\+væYù«’•HærôD«(52ý`&^¥:!†F]ÆöÄ|½èÁf€t'S×f©¼ó ÇD• ¿ˆahÿˆ@ÜFûCÛ·oB&ó7üm…]i «¸]\n@IÒ¥¶Ø½ï,Ž‹%™>S´½VRÂw1 ãÍ.pÇdC…d|58eŠÇJ‡(ói$àOõ@P‹½J êsC¸:ú'QŸ™ùŸJ\!8ý¹ÊÓt­ØN²[MŽte¿Õ¡Òl[¹Sö§ÌÙJ꽦í}´Y8ÿ-àãÄR< ¿Û.= 'fë=tEkAŽ*œ,KmDgõáÚ{ô<¨˜/¦9Õ 6šnâä)ƒ°AŽTî³µO4v¾ªçï úÝsrRá¡¿µhÍvÍò•2¡í“4Áw$î: }ª?s µ³W™+—>xœàA2\©úfx^#\p÷‚•{›(dÅäne54¡…ŸIy¤±D  à"{À…tªM•Q‰v'ÇBßÜ%x>¡1“»Çä&]H…S§‘ǶìÈõÍQKÊ•@kŠõzdÕ8Y†Õb!¦½Ú2¼ç§w~/0?¯oúúügŽlʱú r¡òZÍd2Þw踬z8Äû< —5{"³º´ü”NÐé "°»¹ê |«ŸËñ,æ6Vˆ´ˆ¯$ŽK…ômQºŒ-Lº²-ÂÕ_N†»^µ9V®EГšCÎÄ ˆ¯sldv ã:à5iYÖw)ÿ—bðÊ:©`}%-?â„ø›ˆ¿~ˆÿ÷›ø?_DŸ/¢—9(ƢϭnýÇA."¢ñkÙ߃Ò¡w‹Ù­´p%»àñÜ€óq»ÎaÜt9WÈŽ¿É"Jt>==Z¥5ü?g;äX/3g]Ë—¥?Éñ­°:“DC4˜¦Í€ïx58œý¢Ü5ÛüÒüO óWŽ‹xk5·J^Ǻl6ц«jî…ÇvOjÝß‹@!Q¸{hC[_Ì(¹=Nµîy\¸“k>?‚ŠQ+Å'@ú¤+ÏѨ‚î5¾“ì,€t«~Ô¹TÿÉý/ŸÐC’úÞ ÎIÅã’}õ)X4~:ô± ¨ M˜¿îµé¬.å¤þtê[``W¶Í—,b -Z™Yªy&h°Çž&œ" %ýeÜ-²{zNõZìšÿI\oÁINn|Ø­l4îÚ>§&|í|øÊåH·ëòÇ»Œ¬'}9ëëûþÈ•ãzÅ| ¯[°«ö”}CмÌ% T«¯nQ‰·µ¿2•0$ü™Á¶lh¥~Æ#õQOâ¯ðyŠƒÃa•u‰‡²êÃlt/(OYcpî+ rv³Ýƒ NhØó >3$ êì«K¡g¼ŠrÎÄâ † †-šÛÜXq+»L< 1ÉIùÚ0P}¡]îûÇ¡_Úb£®àÂA8 ´%4ºÖÑ×ç¿ô¯-;ÂA#cÁ°4PB¸–•óéëjYÝK&Zc“ŽŒ.Ô$ª½2¨¡àTö ìYŒcƒݲZÏ6¨<à:ñ ŒÀX¡8ýº /7DýH}D—üа‹Zù-ÑKÖ>Š=?: |‰‡oÀ­iŒ}[ö/Bü=ˆ?×ÀÖ??D_/¹ùŠ«˜žè`ª;ÈED4Æ 1Æ¡FrÈÅ?ßDŒÖ?¸‹ÛúÊß&m´ʱôÉÀÑÅîâêovTÙ˜¨©í+ 2”;ø”oâo¶Ò΂¤¹”™é¥l®ŸœWB7µZ(\êŽA«a9ÏäÓ(ÝF•š2#Dx)ÝG§¯¨çâþ‚ÄbfÖ2}õŒ»W߯Ä\}­¼Z:–µ=*f—51Öe‹â¶0P1ÈôÉ–oFwDÁʿŧŸï/úú÷s½ –B¯9cÕ߯wå`-~[¨ÖüO-¯È~~fô!e–•K ¥­ØÜC†çXyeê§ùt ÊTÿå ²ä`UˆÇÔ1ݧKé°C¦ÙFÌÊõÓÝ6^´—u/­È±¡´R ËÀœ®~°—*Ÿ^ƒ®ï]ÿûCÿüÌ•[¯á¦¢8„–­±ùXƒ¢û‘gƒ\DD2ä0Е<1;zh tç<'$'Píw³â•ÜBÃmÃEAPþ7šžîwyBn õN¹Wîâ=»Ì¢»'5æ Ö­"ƒÊÉUϗᲦ‡G×V/„*ÁØ+0 íšDPžžèdVè.çJÊpÿºDGÜ¡:ÌWÀgõ”r#¦Ñw|×èYl¨­Ù‰z”æÃôE_åÑ+QWré+ÂÝù?-Z0 w4”Ùnb‚«æ„¥¶æ »Â,lÈr¡((Fb¤±•ÎÖÀ¡Eçàûc­ž‚·ú2þÒ}ŽmÔ„YÑÛUwp[@äÊ ôe‰­d[Yi¶ éœÉ¦TíÖïãq7ˆ Íu|xeû~±9÷èdy¼´é_€¼ÖÝw£‡o–cÜð÷]íÃþ 8à?Ä#.‚ñDÛ&I¶‘¿áÓÆÙ=…ZÜò“ˆ<‚œJç¨ûZ!V5ØJ6Sä‘pµhýb6#.õöÉJˆÒ]]0ô¡¦3›‰tvÝÜ—&q™ c%¹T“'èðVM½7ˆ·ç5°×÷•F`BqëÅðÄ¿!’XƒL”„Aþ9¥:é8tIÇË¢ ÉΙ°C¢÷æÚ»UMö ›Sí“åy£,t .*^…Óõž•Ä Å¸ë¨¯''Z«I˜ã€Lu€+l÷²FS@0Á¦‰ECßy¥Ø17óª~s]“FÛìÛáN›!Zsy›Ào­ †*D"c®ìúþ¤¾ÆhH§јƒ=Àï`úŠÖ)ä0`;áÄÅhì,+.åyÇKWU û«¥PW˜]6@#DÂA¼®k5§žó‚kUë,]$.é”îQ‡é<c'kŒÅ:0‹…ó‰]臄”¿ø,â^V|õ¹Ÿ†áÐ]†+½èúwÿ¿_Äÿ¼ˆ¿Ö6Y:h-ǯEÍh¸êɘº,s£z^|x<ÈEDs «¼s{ܸüí-D ÷&K¿ƒÝ~”Gr[!®ly€Áîk¥œ™g÷ãè.‡Ê]btºÇÑP8ý†º‰hh—ý°¯ÜWh?ctÔ‹®^{¬Ø})«@ÈðQN‚Aþ®A§BmgâÅ]rä9L–]Rè,«ƒÂúr`pÆ´Q4¤Q]@´Á‘H¨µuF…C›î8°4<¼¯3s&pŒ† «D’NA—ÔÚ…!;½Ù^ψi«NaФ¯¿ó)ä=úŒÆ$ËSû¡2¼ $B3ùïp&?†ÁaÝ.æ/ùœã/‹«DëÄëï?3u[D„døàÇœEF,¸Ë‚®ºxyõ£^zVÀ0Ãl*§û0#ÌÒÄŽ?ÉST1~ÉÜ·ðm³‰GÁpú€}=Ü;ïLÇ;×NsÊÚž t½ƒ÷íÊt¦RÛ–¼)\mhjûÒE…Ðä|„ìTºLOx#:ß½ÁéÀ¸æ~Bÿ-`45È9B¤¶!bGHÍ×Ì—AVt ¦Å—ê ÝøZðSËyèÖXy º0t%fý\è±]Š5µ\Ò ¹S4‚ß?Ûh2>¢'ê3qbWÕQ¦;^|›ˆy%™>Úc>æþÙ†¼TéT¿t¥”ÝTd`ß°Ì.§‡†C|Ù¢  K×á»|9Ÿå•ÙÛ†êŸê èVÒ k°ë듆¾Æh:ÂdÞØ6p’ J ãÉ9¹ÛXý°À ë’žnR­ø{ß.ŠÀò¥fÒ3_Á[<5÷'ЯUoýë÷’:¼+ É\ö˜øº,ê¨<Ó¿”ú­ýpþZ'—‰­Z‰@ì¼4™¥“òBDôÄŸsÓxþßïù âk,ôvCÏa’dî³é9˜è#_d+UµéÍA®‰Oæ¨lêX Ú§ž(DÈÚìÒ»[ˆ¼ùíîWp ’—p—³{k6´×Ñ.t†N¬AÝR³ãñµÔ[¸rDºj‰¡8~‡úX¤Õ°€c;  &ÏW¨Ó \¼%N^ÿlf^KAe†D ΀>p®0gÎõ"ÄNV!iJ×G—ûÁ🃬{BôtGA%ÙŠ…¸¹õ¾<™Ôþo•Êi‹çþßöEƒQZo«3¦Æïh} Ö݆½ÏÊnÉÜB@„/ŽÇx d㵬Še…úZz8Ó¶SõÝ*§Ä›Á-À^«D:ºÒÙDw\w¯nõ9Ê’ƒ·J燳‘n/Œ>`tÔR&ZxwÊAÄdúÑ”àM¹^W©ÎDqƒÞÚ²7a러åã&ÝN“º‹ˆ”?p†Qƒ› æH¡Úô¾½"Ù<6ušªÞùþ® Ç8½¨f]-…=ËèâQÊ•Ö}÷=§  æ\ùUÊc:×¾­DA5úÒMN­ÄšgB¾¡!b(xV öÈ·…¾‹u• ä„]´-vb ‹4±”+)ü±wÓþk•ø!íŸîŒ UºØA ïW†‡þc^®†íV·™fq÷°:Ýô#öÈÑ‚¡êªd]±$lUž®àBé6¤‰úþúžƒ]¯Í}™p“yõwй¬Âœmsg—qFN­‡ƒ(øÉø‹òðAœ´Uç:a2•af®hšÈ/}¦#ò¯ sï)p’z éöšM¶«0yãûà%]Î. @Ńˆ¯5ص¸Â ¸–ëGˆ?èúÏÑ?/⟱¾æ 4Yþ76½gàÁÒ7ÛÃLVgCœŸ{¿äš„^c£2#r€¾¸‹¬¹Öó’}Ëγå8v3˜ÓoW’%˜FGaeGt×Áõ„p ¬ÉVlsâU3O(Ÿì›³E3 {B€ŠÃ Û[ ƒ{ªç=Î@ßó– ½9C”t½©:A•‹ž¨e¯òùì@«Nš÷ƒ"Ülç@¾]>É ÷5ÈîÌónvŸ˜³%%Úlh̼·•UHãâ°º 2 &ÎcîáZ¾6|6:a‚?_ö† ѱ y û¦ÿ´¼g3;žõ¤Ë}º‚±¾Ü j7ö,p1ñHQ;ÔWu §o®mˆŠ×šð¬ùTñ3›ØÐÒÅy½”ä™ÒM_à/½nU{#ó-àT©ÚÊXPì]©÷³¬ßƆ”|Z´¿AU–U 0è£Í¦ž‘ «ÛUm‡,Ï Â͵Z!H/¡Øõ@Wâ$RÞ[éžØ2½ŸÔ²(ÇŒXýú{te o1i8jò¦Þÿ ÌK Ÿ·ê^®7'§\²]EØÀçéFÓ÷wSº è['•t£Í߈ß0Ù^JÒ–Ð`üB¬«| ­Ù‘iÛkvf‚¶¶I˜¦¿Ð\*§È³àCÞäÄû^jmå¶8¨èW嬓jQû*á>dÊ\mâö©LoçXÿFûëö˜ËÔï_QÌg‰&óMLóËvÐJ†åkþš/ærŒÑñšBßßßôùù/½ÆÏÚ OëàÛ ó7³(?#äü@Ús‰¯½ÕøE䯕^Uü<¤fæpL´â Èzf­/0®Ï3ñÜ“K‘êŠm^¯ã/a€Ç¿oxaÀÐböÛvkÚ4þ8\aETyö¢ÏAôÏñæ†ñü>Ø–Ú* E_]¾ ¼$¼xÄ1'U͵%ÂâË{r…²4Ê@¥cj’'Úß¿K 6tôp7çUŠ1`<Ä/;üwýíð§á'8”6p²TÛÒ¼‹ö͹¤Hä]ÛM¬s–åÓtL}æÙç4Ϋ…„ø{~žÁDGÈÓU}I8!©¸kf’ݾ½äìÖÐÌ­Ÿ=VZ¡øKlt k¶ÌöoįdÁ/- ³â¢C¯ÌÙ% ‰g¡ðæzªZ±¦3Çà¯.:bÜ(À[œ0pöႯØ'º‘™€œ–’ !Î"… ?peè:ê Îä·‹BL×%7ˆå ²nUH¾vÚ£«í^ï †VH<¬ËœÈew€·å±þÓ†ûöN˜Ã°S wIü ]‚/‰cÅm7Àe~£!÷Ö¡ÓÊqj¥ð z‚Qƒ5mð:8ÅoDc“×&vü „’sêhŠÇ»jw%ù\˜õçZ?”É mŽÑÙw†>ìâE}¼ÆÛ[Ù=îJ÷•\[UøÇ“™hO7¾¯m)p V3èÕç$_u(þíýjb=\¡§³ p:·rLiÅБAP£‘AWrÚuaÃTð[ý)BjN»¾v>³õ£õâIÿsþYèÖ«v<æðÑhÔª3E]Á#tiSˆ©¨ã»™f&¢1nW¹„ëÅ_"ËR¸ÐO¤â“Ý]ÐkuÐã°Šž‰ˆàMÌóJ_9uA‚T]½•s=_ 2#Ô•YÎ'#xë VpŒiØu6$ñׯ‚|‰‚Ãøþ~Ñçç?ôýýMBBƒaO+›¾jk\ÑfÌq/ÆéÈòè6]û Ù Îg®²ª©æ@ÕˆMgB¦¬ò¾nvù—ïáƒV¬´>»Ÿa­ü®Ð\á*F•0 …uNìb ºf²ã†UÉþf ý º¾^týó3¿ˆøýòÅ€È!Á•€…~‘UÏ1¾­/Ô9ãJ^û{ýr ʯ5òÄî8KÁ€ú‡å¸¢'¡Äß_ ï¡•¼\oWþJðZÁ ,á…¶©Ù1Ïí‚c8ÈLháéý„¤)g~Z@á7}k ë¸•yS@a,ùNôž>8LÆüN"Ï"ïµ=ÓÅé¼A¼ Ê[Ø\ä’õ¶ÁZ6—·=ÇÙ°™6ê,¦‡¼[9d@j"Å®€¼UÌ­é{ dnékŠ]¶& “¥ò6 y¢7ˆC“"²ÕM¢NIM˜ ûãM¥T¿ó‹@’ 4&ÿö)“Ø&w§ÅÛàr ×X“O íÏsd§x¿% #º#rÇ;Ð{JÇ ôùùzw´*oV4”>°g 9SÚµW:¤±/q¿’g©qÒôvàù“úe—þÄ€÷žš×™ãùûnyç‹:⑇jw%,½R ‹Á¿+©]˜µ6_*Õ/ÆF2vÈŽ¤ìT4^Æ=”Ö5°‹ç†¿AÛÃÉݽH±zëS×÷(êËÔ™>ë÷v~eøTtèÞnÑ÷ñÚÇÝ3rÍg»`v ìM»Ž¦ì¸Žo>ë[)Ä¢“}¥4¡ˆccÈgñ.3.ú3_ä¯Ýy«_qu“ˆ~µ.% ª› ÏÏJë’=ÎÂó‹ ¡ïñCŸŸŸôóýmœ¤¾ eæÇ½’BÑÚ@ØŠ\¢6Ë´ºÉ×Ë€ÌZÍ×BÜÉBž¹þÐ^QX¿<þBˆy½ÖKG§|E=+~£¡"&Yûõ±Œ¹Iü¿ßÄÿù&þD¯á(™ƒ?–õ«HL–;‚˜!èÌê¬~€."¿ä*vÉ4ôË‹Íj} lê?ŠsFàÞ:óì‰.Îö ïOÿ …Zqø¤ *p|Ó…D@¾™,#GƒcœÙÜ4~ØÏôòžÈ7ÕJ@B›<&z'åXqáµCÁ^ª£ä`ºâ¯OpKŸ' ÚÛ©ÇvLn?èpœ`;¯+jp@Ńc œc„¤B#aö~^wû‹¶x3 3ÿ ³í¾XŸCµÄ«@+© ®ªÚÌôó ~häa@Ç@‰b£)Dðxh¨;¿©ÖÚÓe³7]“ìk¾¿~ht¼s\œ¼ùæêÛf±ú¤><ôQÀ ÀNHº§¾SL©l¾4E`µ¿An›6+Å\wÜ×s‡&¹³SpYÞAY5ÚÒ=ê쎗 ±…þeö¥.Áòv/ð§¯ÚX¸kóNé7{¾Hê[1“¨ vêO:ç{Š>EŠêá*ß0‹-K÷B¼!¿^‰8ãn:/Dá éî¡´ì·‚ñiÅÞçI¹3OšdÛ9ãŠîð¹F2Žà8ÚŹz IDATU94*«Åâ­˜ƒ2¾ù8°%aÆ:™û±¯D ׋ËÂçd`dÿ!-ø@õ›°H¯ŒÌ2üi¥Ÿï(Ž./ùñ•cÊ$?4jżÆö2Õg‡ÕÓwyÓ-÷¡)l„Õ$QKyj¡rŒ”.ÙJ -Y>”ã ÍýˆNyøõ¡Á·S†34#%ç{òö2‘âæ ÷'ËL×óM´J® |DiÉðõzÑç×'}Ñxý$ê7¹‚UÈ9×ju­AÍ"¹­/§gU¤éKüŒC0aá:Y‡þR†=ó•·ß„Â5!Yºbh0ߢÐVí‡!vOQŠû5JÅVè¯j¨¦D`­JÂÏ úzÑõÏ ëßñÏk¾š¸˜æ¶LöŒ^‘„ôzºNjµV²­P­l¯vêŠN­#¬v¡ékÑ;¥¿ 2¿¼x}|@ýgA‰GHx¨>Ï 5 };À•Úq¾” "­Y7 î¦ L Ž)²oGs6ÜÔ®‹ùM/<ÉQã]÷¶x;z¥Ê¼‹‹äû8m˃g“¿µÏÂEçáZGvœBgrV÷PMÕ¹5ðKáÊZŽ÷+½J׆k–ë&ZšÁÜh­:f9©=PÙíCP³†Úµ,Ñ–[6cEåé¬å¬¨¯¾’j:è6«8OB=¤á úZ#‡¤‡Ðw6zeÑŒ¢Ü¶N£÷ÉÝë³OîRîíKFo®I"³oF©Éâ[{>Ñ‘ ÄàÃGˆëbö ])òëô…ßt é öHÁ?…Ç5PIý¿ ‘™Wã¤ßá;¹Îæ×ñß°aê¼Ðð¶COL§;XšD[RVVÝàÄóç+€îLøŸmrÑäf·%·‰´äWˆÛãDƻ묃¾X~Au¾¤¤'5™b—¸Êñ-JÞÊZ–MB«„3¦Šéõ.¬°óår›J“ßVØ;טþ ß¡{ˆdœØWò‰¤ÒT+ÄÏpu^ˆ_Ýz­äçvâ’§ysÂá»}Ó2ý‡0n× ÷òòß$¯¿^ž·ŒŒs‰NTI‘ØHˆìÕ«¸Bl­À¸q‰ðûîum«sÉ'æùŸ+ÇÎ@‡3„•QÞvùZ;uêjŒŒyusijb=Ã>æ :¬à 顚Bñ/¼öm ßÏm"Ò½–z»`ZÓk¼è5^įúøø‹>>>Èìx'QÓüð÷ƒ·Ú\`ù†¡J¤¯CòR*7–eûÈNð·ó8—‰fñ>V ÌóuaÒ× õ^ã‡Mÿ’OdØ»KûG\¸`d Cæþ|Cæ`È@à˜®å ÄW:)Bs¯, š…–,îç׫¾ Õ¡¼õѵä1×rýÁëŠU`s ëç&1j2âÃJ®cÁY‡ã—âJJ¡õw 1åëûvêçM\4¼†;áÙÛDp°éROC «‹p,O‘œÁÔvèBhÛ‚zs/UhÜ”Eð>¥Eb¹^Äy<Ó›qè5xe"Í$O'÷|,›ä¨ðüd?‡$•íò2¨n$ûîfm:Ù¨bÁœ_ÿ–/j¾Ä(Ø÷ùYço3Pâ_ÑH*à?¢\[Ø ] ÷ŠAzléˆ*0U 7‹OFü†ˆ7Ê­^%:šúøyûJ£Z¥Eï¡8ü&|½UøN®>`AÉS‚‰Ò^ï1(¥XŽívÍ[WÏé÷]óO´”{tOKYU˜õ:£Üûû3Š1þäØGÄýÊØ4Æ™»-Øš—–þ€„ŸxÔt§õõJŒ9÷- ¿ïïmný€œ§ºtÄ“s–>{Kr15¼Klsœß£vþ=Ö gÙO,jãaŸŠ™±UÅq‡·Êò­œ¶¥ ósz=ôV­@œåõLZé×–¹LÖ!Oy$> Ël%.fÿ!lPÞƒ Ú°´z<Ùã_— £ö|Š€æCþñ¬Á´×«Yýc¯šMÊj4•<,éU–±Ê±ø1 ?³iò¹x“Ž5($cÐÏÏ7}þûI??ßä«÷“ýâ[ ä‚ÀqfŒªÊ¹øê'ô´`8¨S¢ƒ,(KåÕzÈ ¹2äc0$àáÔÅ”à¸ö"O0Ee¢9þ8éà5ªˆ)›YÊW„ø5ˆ¿çJ-úú!þa€Ë¸#iÚeÑÐÁ|±ÕT˜°p;w€$\È.Ògc <<‰‘Ñ5=¾,5o<äz£„èõzm7¸ÏKý|§*¹úruÀ¶6 un…·Ñ×íˆ{p©_ª¼ê›¶F[i@Yìì§»œ£ˆ©t¦5_ÍÄ®d^@'çúw„ö·ÒÎM¤á¡É™> p+#’võÊ®±ËÄ _Åʼ3ß?,­2ïu¸S¯nå[;ÓBQ‡Å·†ÁŠ×&i­Þ1‘аÁ¤êsô­ù¤\ï¿®ø~™*“˜•r\)-ê“"¸â\æaju‹ö7ÆÀu¨(ýŠƒÝ€­©˜ØsiÞï©‹K¿„íNtnJ§2Ýfô­ní_ »]>û 9)«·ntÖ"؈#sLýi“‡ç¹’Ÿ ^ä™m&Ӄ͸ËFm¤áÀõ»{]C\+_5R«3\ j»0y’•nÝšó9‡ùï luaÛR)¡ïƵNžl<Ò“˜(Kvx9˜€>4ŠÖÙä¿Õ(?tè*Lúõõ¤}ébóþ+‹ªtL}'ž•Þî4Rî²<=ÝÉs YÁÇ’'ÙBN¨þ8B} ·ñËï°(Ä¥ h²9ú:Õ‘Præ-©R ›u tŸ‹9¹‚¶¨³ýë†Ô!~e ·ßyô/‡Ðúí”AS1÷áHÄD¶ó#­ W° ÅŽ_W¿àpj¸ Š!Íï›iP}€UF’;p2áE—ç;]î¦Ç¹ßä8ÃŒ½Û‡²¥) rr–f>®Ö– üÔ o©DÈYagé‡JÆmcÒÅ4dÐ×÷'}}Ñkü¸óižéJÔ³x+§ˆq°.ÊÔb û}¶ æTÞ‚f ±NœXQ¬s~nñöº|üŒ}¯4{ëG;ìÁyºp¼h~ ñß×ÜúK±‰Äú„ õUB‘@±×M#Š_dK»nÙ^ÓV౯E*®k¾JlýK<³j!¼ýÙ ʹs”/9^Ãvá\–Cè_‹=Âè. üáe1œV­ÁÙÎmîxF¦Ö_ð¯|„ú´cSÜ{%‚NNaç@€¤ºKIëÞ oŽÝ¶„ …¤“ôÐÏÈ­#&2Ñ?SÝ7aCDëuÉ8¸¥›ÈïVpEÔáY»¨d–þ^¦a”þ¥x¨œú¦¿6m¶Ú£CSg]bÛ;ãÍ6t—€uu³Í0^<BUÞÌð÷"ØÃáíRˆ‚ãl8©çd–P”^N/ádƒ«aÿ{ìW5l|+Qò5ìl+72Ï2) Ÿ™¸Äz ­?™›i’X¯õ‡Ù4÷;ößévãËo#ðvÉs‰¶Î'fŸLV7 Vbú‚÷¨çSçNÕ×6º˜½—i5kB±Ò© ähFÑWžgÞ¥`„”TA¼3Gö^Ù*]SMüÖ1¹!v{¿‹3IŸ† í1ßW@÷óÀÅ¢/ø‰àN×úÃ=ž&N÷Šý›’ƒ|üÍ[§GíÛøˆ;rˆ›¹ôuìäapÎåü@WÉ-÷¹L©mŠ©S­“WÎMx:8•¹¸ÿ5`ÂLaþ[!³ðlÊî†ÐoÈr ¬ÖÏ雉€{Xj›o­ ‰âÆx­ÏˆÖ_|™±+ô°ñОؗO3ž¯.J’™‡pü’9Ù„êtã:Pµ|î}¶h½~èë듾¾¾èõÒÍêÙVOåBmÐþV}Kt_¼Šß^óÚ˜´Š3]a…[¦6sQÂ$õ‹È6I|!þº¾]Ÿƒøk¿4·ã‚j^e£ÈÔRÜRÁb‰Öón­5ÛÇi]Á¥0'Nr𤆇sü2e^¥æö²hPûÕ ïÇÝ ×.„‹ÏÊèzõ>89›úJLT–’±©ðe“ëáCM†Ø—À›mÜ‹WÔQ“ü ^€Øž[[~Fc¡us¯{æuݬyYª­ñ›w¯*RöÕÝÄ 9ªæ¬kÇ,¶ê)Ì®!Ü!lup-cÀšÀ`ÙxT 4 `³>´¥‹jý¥cÉ«ŠG ñ¸m/û:gs¼è¾%½1¡¬U¨ Âd„ö!¢¨z^:¡‘rk­›s½ºèÁ½¹$a$@ã{<èYXöP9úÍsû®ÙlÑ=ÐÃ= ÙDá0ó~[]RûÙÀ€â»æŸ6@¿¶°u"xþuÅc¹ºÊ‡1^ef¨Ÿ%{ä7uº²ñ,%ø>€õ›|¸&ßèÏš@½ã ØtÜVONçWÅŒ5”Bí[¥¢Ûð¸¼oŽàöï!±jj¨~/Œm‘è»ýï²§MìR²`~ï¼SOÀxÛ®Ó€5¸í} ñ/ôÀßžf7]e0Ýè^NZÉs•3)^Úå§­1ÔlËcBåæhØÏ¯ú¡ -i6žÇ™U)$B.¬®d'öLòÞ4y¾`‹âîF;:HkÄVöçÚ {²aþ–6ĽeUöÄ\oݺ¯ìG7×Ò[åNˆD_ÁËäxÒ[}p-Ýž±c¼èëû›>¿þ]Ö¿°ÑÀ‹ò{êNü$ôIWSIÎÇñ µ4¶»lÉßþt=¦cCˆ_k•Ö×ñ÷‹xˆ¹ ýꩾ`s¥ÅË ¯Í=¹ŒM|RuAé˜&Ê€yß}"²ÂÉãnÉqVÞç´@щE‚e5Bã—ûêg¯+–rRÿM ðÕ2F£ˆ€v¶V£jÌû­<ƒ[:>Î4Áõ“ˆ:¼8¦? ÎB?Ì©äT“ÈÇNð¶Ù!{_ÔqIº^hŒ¸q#=ë¦ º]ZÚÕ&/ÐÌÉÖþÛRR!òwŒs"’pWp¥vËhýõ®&Ðç.+éÜúKiSX1l±P[Ï#;GG¿Öh‰Ê¡[ÄsÜ—»Õ/ç®$§njÇNñ`,Séõ4…qåi!,íX¾±g»†8ÓÈ'Z§«–`ŸN×Ü;IïÉzp·\8¼þÕ)ýƯåN¤œ‹“ìqVc7<Ú *l?Óî±âîWµh/椌`£Š܉¯û8†óan2O3žÉ¨Jíx­ºn¢œ*³•œs©Œ1÷šÑ—ƒµ5…í_ÖUg‡Á]ÖUy ˆæþ]ßßßôï§xÁòÌôR&K¨øòü"Ð vu+»%µ‘˜‡àá )Kb×d*¿d~ ñóEô=Wn(µ¥ÏxmDƺÃ4Å€š…eù:Is)ybíCõW@o˜X†×±w×Z={n`}mVÔ/ //ÂUÔ¶šo §^JƒnÌe+ÄþB&<Ü!=h…i "¾ˆ¯ø R1p{ü¼¤6o=de‡ªÌ8eÔ:ãÆà¬ ŽÎ–)¾n± ˆM¾‘%W$ù'Y68®}•\sïUúÊ"¾{}3ç‚ ì5)Ð:vªõ,Êð:ÊÁ»š•`¨R®¹º4ú‚¼ÖŸnJ%w‹»‹ÝýåäùÆéqˆ+ò§ª+åþoìV 9žnzÎÍ]˪3q£äij­MåD .uKŠêò¶û‡¸ä|cÐޱµàý<0‰Øä«•9Û ¡*cgm>;ÔÍF9\ßçR7ôä\K²çm<ØÄ‹œ”×ÕDbŠØ×RP\œ%º1˜Ää e”a=L˜ q²U p|ë ›N¢Î…7tZÌÊs±˜ñ¼ü‰ÛëKrþ Ô?°ÑÅž€–XÄãè“Ò)XW tTàÚoøÄ´×dž5È›÷VNsÓ]p{§$¬¦›lêÖï!í±¨ãTŒ¤bÊ“>,bMÁyÇù½Ô#žƒw‹¥ø{>T>9é àPo,»°à/5´Ûº‰±çkö¼ÞB¯ZÖNâëí&ïìáAŒÏó·*¸¯Å°­bfÒQ­3ÉG´ &𝼀ÆiФáÏô®+{N.þH7Ùk§Kˆ±¹ï±™YF}+4ÉF’Lã‹‹ a:Ä£6ä©å’ÿ(O²k«Ï"°a·+uxuÖ&'Ý9e ¡=¬PÊ­=\ƒ»¾‡²yj4+0ðrÊd˜Oþè>÷kc cîYu}\tñEž3ÍEeÀ.pc>Wé¥a—ãã qLû #[|6ÿóÄ} /þ-;}ÝSæÂŒ xŸ¤gEý6Çü<¿_«ïšòºÖ¤Ë7ȺgšÃbpíY_u@}i±ïÙî¢ r-!Ýckêëú,ô#AÈè‚•\§à²+ïÔmZ˰ éÃg;,ñýP¨œå­çïËÑkn"Bží½m¿Š9P›|^+÷âAi~ÍiåîŸJ7E,D¨I—X×~yuSRm7 " ûìë×#8neŒOÜÕáöŽ IDATÿÄßòªž&%옞úŽøC½L²„‘é¶h8“ŸaÒóø]Þ¥ÇGŽ„LïÝáq|ư|v16ìw&6%Ê×¾2fëÑ'Ñx ú~ýп_ŸôùõE???4hwJ#Ф×MÕ“·Yý¶õhWk5Ï­ŸAü=ˆ^Rå1ˆ‰_î\¢&ùJ)ÓÊ‘øù¬81eÇU悘]¤â“0úåFòÚKÝ/hõV°áv œô\zŒOWŒ¥…!Ïöä*NÉýÊâÒxÍ÷cC,ÄÂß.MÑ  puÞsçQw"÷©D =̇ûKýÓC¸¸×Åä7òMSÕýÔÓ}Dò‘ÞvH Þ:°°î§]U¦ˆÎ} I¢Çjq¼¡¬K¤,²Ó;¶r°NŸ3ós€Ñ~74þÀN€ö0÷mz²œ6±û¢_àÓJVüÆŒQ’þŒ­›‚Ê;%ÁíÌá@>×Nw¶KÂ罸Éü¼WÊ8æù~NrÚNH¬>½]P¿¸GèÞ©0ý—n<ŒÛ5]ÀÙq†ß kS5¯n˜¯Órhâ{Šƒˆ*Ùö8ŠÄzZ}Uø Šm%ÚZáIÃ$¼„¢ÐCÔƒuŽÝ°pTº…<]ÆñTÿ¾9-z âII ¡C.5á¡Ð\œ”:Dè¿>éóó“~¾¿iØ*)}U‚m<Ô®[ϳaŒAü"âï9°Åƒæëx9åGÇU‡J÷Ò)^´&­••ZÜ×ç/@*m" «°ˆ¼ë˜K0è»uÖ:e‰‹Á¨l%Þ¢Ó÷*ôöS†¹åÞSP®žh9Îëà *|ùÝRìàŽ×kŽÜ*ê¬ý¹œ"¸ß¿Ñ)†¶ê Ë(ý††¶ÿæ@êÒÌãÍþ†D˜ò;‰ ¡}ƒ2 {Ĭ„[7 ŒŽµ´Nse>¨ódózG‹s‘ö h>Øß #Q“J;Òèï~[Ð G+ŠåH”]¿Ð«ÛÂé’Þ=µµs ]Ïæ—ÈŽGà:Øúx:Œ‹}àýí:&þÛ ÜŠ:Z2Äíp!ãÙÉ6_ÿÈ9i;èõçOø èæØ.¥•\PïÑô™¶¥€e²¯ðå †“<8WRnôë‰{ébÍ\dzsØiƒÃj·³ ¤ :®n-·°mRºÜOHÆnyvøÃy$8þ|%ׂÕõ€ðŠJÙÃô–!ÎÞ]r—DSw ç{{ ¡Ó¼QÒü'˜‹ìUtGȦŸ\Rbò«Ú|%;¼¶˜‹X×oɆ,kŸKT’ K„q••!g:*’ÆaámÓ…>¯åN õyC›Àx IhóFYÝðiú õQøùO%¤³Ë«r€yç$õ©¯Ò•ÙÑÚÈ»sÕÛ‡¦@½¢–4¢¥kÿìö…Úé®Éj ×pÿ\[qC=lj¸EuMˆâW«k7»Ž§]ɲ=0­×ÙV{Dw1èÃçÓ3"ÄéJÇW^u§¼v<_“²>6J˜.“›M2¬Eá±€£lœš)™Hç9_»íH`x}}}Ñçç¿ôýýE¯×‹†ÌÕFúÊ ª[^I}ìÜ_‹„ä{|_…A[R;à­à¯ÛSLmÉ_Ô-jÁTÁ5è¾heà¡hØŸÌÛçR£‘×a—O…üI¬ÊköD6X¬¯Ì Q·' †o™3Õbx ·ÑfF\4@~y9Ñð’„ðr—==,Û‘x½ŒÀ‘2?†UÕ½“>eIG·§úpïiý†ZÞÇ¥5æo"¹XÜ( Á¯VÏ,ˆÁQÁ5ô¸B‹%ßA¼éƒ@@ÆDý 0 œú Éx#w5^qü‡Pã|Å%œùÚÀ6í ™Q°~Þ9œ˜ùµNŸˆê7N¤þFõAm€2üoî§ÔjuÁE­Xgß`þ·¦¤ Á‚P¢Øž_H¤­>¡›Fï|mRu…çyö!zØçEqÇ›¥<·4¦‰àÈ·&!Ù–¬ (éÖA¯“$L-|»t:ÁÎYW†I|ÏoÍ*¸Œp2>Źã'Æk Ý“Ì7þL}PØ«‰âÔ¶“MðÍumDR›Ò½.žjÜib>fOO”?øñLLvÆ~­>>ø0Ã;Eš“ r°WR±ÓQ$ÞÂqóZéYáÂ¥®o©¶¸±ñùD–)÷ijp³ ¦¸+BšvVÒ;”Ãûk²Ñ¦0è€âÂg  cë¿B#nµbÊ+¤C¢sB»ý2aÏ*j÷—¨Ç¸OgÖ‰Zó¾7ã1›Ñ˼éX.‚ßÅÝ}’ÜRÙ…„s‹Ã½N(˜‚$“:©:bÂØ£À8öDŸÎþ’6ÉîlÉèf=‘3ë‘BÑ·(Y ÎÖ›Îö3¼W`ÇU‡ 5ݼoóªÊ»›¹n陲Jh‰=J*¼öØÿöàà®þ“|U1×Åw½/’ä“}œCÛîÏâuPØJ +ÝÉï—‰„áô2,^k“^Ù¡{Õ+BD4ÖÛ8‚5µ{ðšãÞ•ÑÌÃpÖNd@äùÃc,×õЗàè?®“ðê2ü@1Ög"’ ¬ô;\&±ú$7°£Lð3™ræË /bÃ`ŸtëöYkw›Ø”ä4ãj%œd…~IÛIT‚üÎEµ×®+/¤àjú¤‚CWå!B?ㇾ_ßôùù/}}}Òøù!zÍ[×÷‹ø5–þOþO’ÆÂ°pô¶ñÒÉõ¡,Y²¬—®—žùä‡Ç€(UZ§X;ïælqY{§†ŸØÃê+£ó¦‡¢¸XEø"œ¬!ŠûL"¦‰c¬p¦òÇW 付ÖÈèŠlØEÆæøÍÍùDà/£¡ñó‚›àt¨ îoQJ~ôôùš2õ>ÁáÐ9†? bèdô<*·;¤¿³©K´>zØÜéB¢ßhPºÇ`¼ö_\‰RŠÁÑe}uñFFRªCÆU÷˜p[|R»Ù´K#ÿ]ÌhU1£²€€®Qj»Ìå“d~ë´½D}{’ø¢žcWRìÊ+Š”òxžL¶Cµ ¿zì;tÕëöÚàN=­A£+™–¬[™÷4²Ø× \Íêk|Ø<û<,Hk"­ØÈFÿÔ×þv°+˜»÷_÷ãr4|"·’º«'éO¯•6Ú¯¸T;t`óÀoÚlBOYË|?¿Êc”Í)F¦dû"KT¶ˆHˆ/—ò0jçš±ûŠå7„1‡HÄššMö:Úºa,òWº”‘C6q®qB‘¯}çôH*¨x•<ñ´Vï‹Ì½¾Pg}µà®ƒH1_‘g‰²Ù=´‡¤ÖL?*—}—çÍö•Æ%'ŒL;—Å acÃë¤}ØgÖ¢Ù÷ðŠ"Æ‹x`º ÊF3}Óßüý=>櫈?/?/z½Æ|“PdÊÎ0¨oýó•M‰­ˆW/å‚ âXt¯+‡bn\tU¢ùiýø€6©Ï^íŒaÖHÁºªj®ðLzfp1öv—ØÇ Z²úvÌÿºpÌßÑ}]1ÀÚÞz§´ÍþÚ²6¤o¼ðóý¹V¡$âm›÷‹„Ž%0µH?8§Uš€eu1D7)gæn d“a•ˆÂOÑKq‚!yb4Ù&ƒýÂÇäþbol™sÇ„\”žT7|bIëð/ë¹âØ> t«¸ÊLHç­ÈÛ,¶éÞéi(ƒÌ¨4úTY^äÌ•\·iõä鬫Rtà=yHèú—ðàórä›lÈFýEÕ+îLó€V%ïï+åd!ÑÚc‘xeŒ%©ÍÝ =]+TO£9à´«©yƒG)wzQã[Ê[¸×Á]’ û]hËç…L£r7È|;Âu1ß*±2%8ÛvZ¡›ÌaObp ¤PQô™Æº3ÓÈeüTÎvñ䃤öMˆêj3DÐÁ<ÝÛÑYå\»Æ›ëÏ‹·M9DÀ°ð,’:‰”†aâá)‘bB±x︟”¶ïÐQjGQSÞa?7¶òFñèÕšˆØS.§IiÔ¸ðpj“LÏ4W<%¥Ò¼uòU±˜cŒ_²étº-M •–-,¼Ýªd_šä•š³Ûi«®GA^ÄM¬½ê‰?9w@{ècMf[;¿_èvºlîÈbÂzòÐÕš÷­×ËNêȤ¶äˆˆÄKK‹‡ƒ‡<€„ø›+-=ì"º‰¹YÐz†Ö/þr€#!¤ŽØu„mqK‘®Ï¶8@õÙLbµ»ê‚1È‚ùK›HI…® â«ÕÕ~zÉÆö¨7}L¶AHBx :ÍW¯Ù§50i9zÈe® «èmòûvÿ qœ­ÿ‰Ä`“ʧ© —0ýEý}ÐßôArÑeö—@‰ÐAcŒ¹÷øsåTöÇ‹á•N—Ú¥~@,ÇPð[BúÚðµ` â >¤!ÚØhŠ7ûçpY?¼Ð=gMY­l(­ÙQYû׳ÍfÇ=؜̥‹jS¸ÒUÉ„½S]•D»—:´sKÙ§noÆò§yÅx½hŒÀ­tN%%@á—B|ku\•PfOð„á‡÷¬6gËp¿s@?qƒI»Do‹øŸ0ÕýWw)âYpÅ6êX© Ø(U5r ˜L´Vpí˜Ô\¶c©ÒŠ|zõ+"lƒ[=«YCÿÄ.’¾ü“h¬š¼af‹%¿r½ƒM²Ëá­’cAGB<sè´%ÖŸÏ|¶¶Ê­#DùÔÎ]ÝÃXi½ÍM¸ž·³¬©£YŸ0Øæ@æ§A —~?vi% ·›¶ƒîÄp5ITNL4Ð%ØfÛ”r9‘ö›’ùð6¬”XéI;ežšá|ó°nÍvžýú•-ؽ©x¢÷l®ç„´xÇø¦+§«83œâñ[EÚ., \ïPÿ$×âÄ/±Ëžz±Jër×vÑPÎqpEâÝ4uD)ÿÔ|¥$ñþóvƒ•ivº•-‚ýˆ‡‰^Í=ÉV{8•­w'à˜/[Í^ËnŸOÉjÕp­õ}óü^mwJq(©Ÿë3ôc¼ÂZ÷œºjGéÿ4üÍ&ÏhÛ1rqn“sô%]ú ib¢aÃ:l²é™Ý¦üŒîYYjKÑÒ-=TVÚm  sI|~Èp¿FvC‘ZÕä>¯úÍJáM×ü…&ñK¦F÷XØÐ˜WUbŸôÎÔ ?Ьoq ”+ 3Ó_ô7ýEÿ‡þš[¨«ð•Bä±ygœÈ !Bc zA¯ñcƒ`sIŸiÜ·c‚fÚWÕG™þª| ˜‰l1©=wâkÁk%#¢Õ-Û|Þÿe!p±¸p}'›GýÅA}\Ä¢ú¶î‹8Û”6¸žzƒ«WÏ,4\ö¯s"ü6—CI•öн½óÀˆˆd¼¦ÀÏ^YÌuR@É+,¶¡Ï _ön!+_KZ»Á/ÒËD£PUB»cÆÍé/„t¦ûycù@ŽöÛ9Nl2ýÐR÷¤¬ &díÒW°0„7¥ØjËÈŸ&Ëá>7IÝlÌàÆ,/vQõüË0Sðú›èü“§<,Uy²ÛGÿMtÔ~ {ý¾÷-"Ÿ”°¢§I6’Âlfn4^C ÆY y’,nh4½P…H4p®˜û ÷0Â%¥´Y—“Ý$š5»&‹@WH¶Pß‘ôì¦%cɮ݌ n×Ïd¯Sìü±÷ ØmvùPS×ì§w„’g"ÕÅù½ ít=ÓöÐ@ºf»X\fÕQ0]cvq™kõìÓ¬&s¹Ñÿ_¥ÒÒ ê{$­îaý&Ï8âO¥cÁ‰mÔë7:”aó‹¦Až±>ÀÅ8RȰÁ †ýÝ’V ·ùùïÎÌ~¡cl`ö|D7bmäFúipËÚUð± %hfʉdq¸•®$÷¸²M†Vü5¨;—ÜBÙíšmô_ð˜T÷ó¾K±}¬jb™B†6Hï}àa Š<Á*©Úd?v|)ÙúÚb7À˜±’ˆì‘·Õ£ÅÇ‹×J¥U—\‰^Ýãaf úÏõÜ%Ðf¦+K—r,˜ìBN8ÉtQÄ?¬VW7uòR/ž|ú­Äó''ÍÄ×ZÁ5$äb§W}u` ¥­÷F÷–"à€ #íûUÆ0VÔÍùÃH-3T'ˆ³ØÒ:^·>袿éƒþ–‹>è¢+nÈæ:ú×N†(w@&Œugý9ðõZaóO†Ï¦ør I)åLqòÙ\! j›˜æ2ªZBna*ã2P¹J tZˆHàc Âkèµ|„ƒ¬Wa8üšy\ÖW-Ý÷±û‚6˜KW¶w1v=.sgþùúâˉžœ1¤ºeåÄ 9©¾&G)<4íühdf`MȜܛ⿛.´“èvƒ)8ÏRm“¿nDéšIº‚#àÛÁ¸\-eõ еkÓ¸ñnTÛÛvÁ£+]{ Éò1aîPïîìŒ4ºäµ"}:cÝwS z£+?Ñó uù í=áaÏ­~Ž‹·¥yP(ÙR¶÷6èˆ%S¶X¾o .Õãǃ‰Ó¨21!(¦’õ:°Z~+0¹jW{ew'ô\Ž¡`ÂBEœ9I»…Ñ;ÅA­†§ÅÎ`úËOX,X‘‰bòxÇÀáu&ÑÖËq“ÅÅÎz˜uÆpãK÷:{p}ÿõ"ŸÛâ¶-H;sQiOAñËJ©Ü?á¿_ØÑ~–?åD­ªc°:™O‰ðÒÿ†67Âû³ý¸|‚6Ö0í`‚zßæ{FXzÙ€Ž*δµ7êÝ]Fhupuw-îòχΞIîÜaîžá ®èØR“ý†$RD øŠ³¹ïÆ¢"LÌMW¾’U¢Õý t樑.nôÉ ôE±Œ:ÀeÀ$èbµOü!Ö}AÙ¸öogA. ÑMܰ° ¿j…ÈÂ8‡ ^H¨W{Ô}ñ¯xª”7,9mL®Dc|jóæZŽ_jߟªRÙ}½°R({M× ‘m v ˜â„ÍËÕNÉíØ¾¼h–Ìâ6Ù£áâ‹þâ‹þ‡?èoþ ºWÏ–}6×~S|E¾ Tê5™!wÑFœdÊÐW×þ^¯5ð%ºrÄ…´‹¬œŒ}tÜÄ:ÕhY{¼‘ø|+çðã’ Ï%: ~d‚Zôw9¨d¼Uؾr“Û:ÆÒ±]h¶ñìuÅdUã¥\”®z†“Qß!Û§«&K]òÐÕA.v8s\¹C{žMDñ/óÐø„Ì€S /ul]Ý.#Û~¡Õ+.w8á:zy»•‚tè.ðA#ƒìß>WÇÆ"îäjÙë*\Ó  Y!×^\¸'×qÊ4šŒaz£&{ꃮ>Á¿€"D€ÍïméÆN|N(û ¼SÌ«úyèqÈrNzx€_ÀÅAÂþá#3ëIØ–rŒ^-‡îºƒ%m°ïbìíX—Wc¸×Á.ݼ“Có²s‰™¦lÏÉõî$ëy£¼™ïê[vAä+*ð+nYJuŸDZGFÇ£¸Á‡+œPw9Æ6GðÃë@…Èw;H˜®ïè£*-# “LL/fÀÒ\¿‘o®²3aCqcheà퉟9и³xxt|{xùÿ®ð}úÜv6WrßW56„ÁvIÙÏ÷6ÍëÜFg>êÚˆÖͱšJs¬½>1}î#ÆçßíÇu“Kܱ9…ƒ–fF=€)ç).cuð›8Ý\Û‘n¢+ÝGØÚ¡mF¸Þé*¡Ÿ\~ÓWã5ðÔñe¼ºê¦8ÜÅóýE{­*×<Å›cÉA ŽÆQâ36>Ò(ŒøúšÇQ«²Ê|'Žùñ°žV¾-BkoòjÀ¾G*)Yá¿Ý¦-®kN»¾ž6á{€PÖ¨žëd½Ž&°¯ð.çx£|+ ß(ß)NíÐk|曄€Ñ“ó*ÄÌ@ÅÜ¡áÆ*›$ÊC»YëüX(¼>V:åsöG¹ep³×bƒ¿nó‰ýïÈP†ðÔ³µ¯Ößk`ë2 ´Y qe¨ñŸA>È€” W#©|4ñ29ÍkuÚŒEºÊk ¡×"÷"{ó º¡¨—Í ä›l|0ž«Æ®À勚»`ž[z¬LÊóªX÷ÏD¢_›Ô…4²ö[¯ Ë’³¯ÔK:)ÚFá³é×yãùã­Î©Ä+EÔÅÙÝ£îÊx"!y]ð< Ê^ÿaé¾0“jÄããf’ZMȳ׆IDý²bt^b›þqú7¸âSÛüê¢Â+×ÑÀ+…]m :»ôgëj»•\ Åì­Y—0‘Ýø\yª«wt?°5¡ž1)œ?Ô[vþ–ݬÂL@s7ð'vÝÐ~»*@k?Ðåε¯€%ËÖ®UÉÛŒœ=(nÊ®ŸÛ'©~SÅæ 1ÙÒìÍf"/\¾Ø/ð JzàFÖ{ Bëõ Ó¼¾¥©¹Fä³xf®•çáÚùmKŒò~-ÓÅL¤_'JÕK› Ø ´ébôû«ŸÛ'µ†æ7ª–cM"¬"ÛJµ¥cº°uO…”æZ>~;Ð$Må\V{-gØ Ík¨VHÀè!Jσ)ߥ½ò<,¹¹åÓ‡ä/‹²¨‘„Ÿp¼[ÁœNâ–¡¯hóûÍæÛ—Ó:êÞÙž»ˆ?—¿ IDATži®£êfÛ~‹Šnî®âièn+ÅRh€˜b6"”¯~)š‡x§‡úxäeý»YÓm»û#Ýf?nÌ-§àîöáŠý h§ºmÈEÿ*A¾•éÙ…"âñ |Öð%`·úúU_$Å<Ïɼ»ú¼„Uš€Ã© ¼Oª›ÙdßÅl_RÔÉF]EÔwÜåüCˆh·òŒh·]FŠg0p[nc÷C£Ásh°jˆæ‘Dþ<û—ZÄþ•úÊt—› 8Ç"u¤”Wø(_ÖÀYTî5ç*I= U5˜ˆe~ ñ/¾èto-WÉÕŒ(³¶²Ž1›\}?/€§ ‡ÊF¿È™Ü˜>¤vÖX;ycÿ !y ’׋d¼HH¾_ƒÄ•] aÅ:Ÿ§´Û¾#‘úU·¸w¬Ã´8Êת-;M9Àzµ'}YãËë‰z^—‡•¿¬96RÔQþuÆîrë‘ú,åÏ`®8oEY6ãEƒ„®kiF~x²™€$8°õÆt+šòÉÚÑX:t¶qàrÜyo®`ÿ ô'ƒÈŽçéìKº*·ò¶S¼&àØÀ Szì:€°œsXºZñj3{I²¤ç7ˆ=ü"BF@ƆwŠ6&8¿ØpçFWœæ{#Êþ0‘ph(ËˤÁÅ|bEÒÆè÷mlOR£,%îkQ%°—~à¥R²w|˜êKXÍtlØ.^C¢r‚îÑ%"›ó]w€“1…ÙÃÖnr¡Ó­Ð¬éŒÐüJK‡É캔qäºjó'XÆŽ²k B;±l¦–}K~€k0Áïúwmqç1Ê@ÚÒº‹Ãmb,€<×¥dCHSÖµ;ý¼éB'[=I:‹¦šÉ{oþ¬‹ŠwPM VôY\¸Q»>Uú8¶§>@UˆO(*"E±e&œI±äbñg«’qâä7{q-ÎnîœÚÁ¶Ý'tKW7ë=n]¹M”#Ht9´烾»;ºQV·§Jó£BÔ ¬H0]Ë·§åŠeUªðßyWš;ïÁf~¶Ã¾qÿí<šåD¾ã|)[õÒÓ]xÈ"AÚÀà‹Ý` (BóµEþðvV,¤øŸäì,†¸/´Ÿ¤Ì"cõaí3µ¡Õüa\.ÔˆÆñêÀ Ùî_ƒHxP_¹ ‘šg N­!Z ~æ¡Fx»~¯Ü^{‘˜¡:¬´c®5Í:23þ‘Þ‘¢F®ž  â5ë2íÐ[Á·Þ¯Xt¨<„|]uGLtÍá•‹æËä|0JÐ]†ë9暟ÕzãE½aÙÖ†CmC;<_¬3”|¹OÍyR~hµÝåa´Lˆˆ/ÛÖ¡Ùv¬ ýUS¿_‰çbÏá*'a$Qít ô|ƒ,Ý’‹‰å"âaì°Z"¶•í´_vu$ÿjãp‰†¼fÝ%si« qÙî¶±‡ÃÑÎtÛ8ö8Œ@DèõzÑõñQƒkx0”þ7ãÝ=tî¨ÈŽfGë©Jð%Ù©SPضF¡2òk·Å·Y÷2ìÀÃ?ê;±CååýzšÕ l?Ð=AÏkF·1C"©VGéÞÈNõ#_ > O+rŒ©Ñ7<œ+Øœ]Dy°ìX¸²r€aà›?Ä“h 8>^ë`Ü  ¯ª…ë Î@XÞí^gyÿ3GõíL3ÉyÈ–B¤MÇžl,2Ó¶D¢ý=«ÛnðŒ>§¥mw¢üÎñ·»‡t^±ßi¦Ý´SÌzíö¢/ À?ÚpWªyÖãÌ/&²×\äÄp±&‹ðJ`Á‘Æ6^m˜•\2ªÀñGG®(õ"ªa‹B¦Ôžã­ì`rÿ³ãïî ‚Ì}ØÚF%íÎͽ9^b8!×3u#ò¸©úŸ}ÓÖ-§Ð%g7å‰M5¢Ï7[•õ«u3\ªìT,»³ÖrV^™côÓ. ûÍ—Â8‰¡¤8ŒWs…ø1½Ñ|«ƒÝåÈpeC£•2 (ñr‰‚¡«‰#TÙÐÞ´æWjQßÈnXú6¼èCpL»›d}—–ÛÇx ü}4áŠtÄß¾"ÒÄ~ ýzöÉerfMø¨. Y +†+Ipž×‚ƒ3”ùzp>LÎw‰Õçõ&?þ þ”c¶ãþõ8¹&¯Ýè ãõ7?!Q^íŽÛlU‘¿bðÔ®«.ÍêÈ´yÕRÝÜË`ó‹Ü‹Ê6Ï*iÓˆUjs¶¦Rð#^löuñÜK냽]ˆr^Fæ4©M 4‡3k6:ŒÛR˜)Ðez¨æ¬0‚ ø ÜæÑ/-œ˜ÊìäÁ¢Ž­Ì7U'Æôˆ‹œ!úa ¦KÀ„tÏ,¦¹íЂ5ìë«CHäE¬{ëY?—,‡~¤ÁeMKO„'- ‡¯5°5Gºœ«Y·K\½t¼"UÅ?Á¥òA-ùO×íë‹-œ]ä»/æÕ„zc 7q `·‘ûRÂÒΩZ ›¸Ÿ¹©Óâ‡{-€|œøN5ò’×@i3 ×â5o“ª¢Á‡¤xòÛöàj¿h‰ êuÐ&KůC_­J±Û¢¼Íö3ç­ªB„ìñå¯]ËàGóñj~ ¿nؘDôZ¿÷O¹ô}LA"©Þ:E<™@¯2¿B ×jê$\Vš·ƒ’œoY“o6vÝÞGÅmú’õ­Ü¿Ac·8åŸàšFÈæ=ÀXW/žt¼…£}\¯-r³õå¶*0941k+5 ×¶©ðh̺›¯Cû¼$ááº×ÒvtHAûÁ{¹ÉÎ =JŽ$­$/П:›÷®8¿¶®ò¿U9GðÙ't6û€ ]¸Î·MŒË÷f&rÜìb뉶ó`Øs&›,»ÔëIªæ¨».éü)uÓÝÍõ\X¶óUÖà‰sÆz Œ­˜$°6ÇR``>áÁ1z€&ŸÉ“m¨/„º£aßs®@ÊÆ?Z5áêêq9øEÉ9ãÎi±36Ø& }âñãðx½¢Øå‹Ö9?…®@&5´^sÅìò5Öx$Ðk´…3W^aÏfëš@?9¸úKû<8!ÞåÌvÎÔÈàrÛäcà¼cšH½iŽ©–D7oîÀhF&êÓÚü,GRҼͪ]|Ñ_×EóýÿMÓ"+úr*ØFú.[Uaí<ÇgˆL‚¥sªJâ+$ÑOLKʬ´ ­%M¨+ª¸ªIoBLvEÍË•¶Å{owÙR]Å/Î É!†ŽµêmönÔøë’6“x^'àòÇ`{é×ó¯+nK ZP¹‹JÝéØº|.s klW„¡à; JÔÎ/`âZrÝ—+8¦.Èú¿ú§Šëur°=ˆqo°Æ3ž»6hïÆÝä8%),MBåOq®*ŸE7ò ½‚k'DFη’`•ÈSzݽÑ®äZÇJV÷Ðôdæ9J°aVHÔ$ÉI¨åÈIü¹ þð©ã«%œˆ{bó‹wàhõ·n”ì Pˆg»î¨ÀÊ`hÓ €uO3B=>àeï¦æ®Q–xg‹§èáÎGÊFtýJ‰hWØ>¯ò2Ò2©_ï°únÛ1úJØŒ•O‚À„IUÙ$âÞ¶§³j4êÄéïyÉñFiÌHäðÖ~6x‘7áoöNÁ ü¶Y§8mh>‡ÙGc|º£“鋯˜ ϸG7ü&Þ©Ãõ U;€] ïªñ-=f2VµýHôÆ?ùõ?‹]ÛÒŠ@ º6„ªšâMN7Álv¡å²¯ïòó½YNu±ã›Ø˜õ“>™x£ÑuîÏ!Å»U¾þ€rPœ„•ôæDaj45ز I¹šr&Ÿô¼¬¿—¦Ú¾ãcpç’IOðPN²Ñã+Ê–u…3ìM†â4N–Imÿ‚š£Ëþ$J­ëÉ\U5¯é#¤öÂ2W“Ø^?ú¢èÁ|&¶vz^V7ÉZ~P‚‚Ãz9ª‰'Spcà“ájÓ¨ÌkŒ}&æçâyvL²îùNI4¦Èp~rÃY«‚.aú‹>èoúknOÍ—ûƪlï¼Q>”Æ@¥{ÄÐåÅGpžÚSÏ·<÷˜ƒ5Ðo­ؤò~æå)d‹œÜHkÈÇ0µp¤$¡MK©6Œ  °O³A c¯ñ­› ïIgƒgB$ëJÿâ¦ò ¾Ö*K;ìVǪïZu律³¿yXÌWf0è íÚCÀ¨HM‘ט__¬wÒoÆýFǰvx‘çý ª±=ÏÉ[ââfš‡dAµô6e•?èF‚›þá×Á:—š@Hú7ëŒÕk“Nµ´ÄÄm2U€®ên˜}Ûž×P‘Beÿ2`ù²bC‚ú“šCã}«lú±Q$É¿.¸e“‚ ˜ëqþÅrÞ‘Š_MÒ ) FŽ Ñ”»¯óÍ÷øÁ%kìŸ7Ÿ•œ¤5—;2Õé—×ò”’L@ã­þd¡ll±ÜäámæìQµÕ¸¯ yŬ{Ýèõ¦^l/±î‰.óŸïóä瑱jîèÌDIS¯ ÆïE½¡Jg¢fîcœiÀ<^Õ‰ðZÒ·pü·ÊÆI ¡Á5ýÚO4z‹>>ÁþÄn*uòdgoá|ÚÌÍb“¿¬{ÊIsŽT[¸»”¶ÆÎgŸVsíËÓM‰Ðvü0@̪3ØÆŸ¬tàÎÞ¶ŒÏwu&ôŸO VÍ0©˜i“G•Õ> >@à øü˜E÷ûaðc)ÈȺc4†^‰æ‚à.KÒß±„Dá¦^Ìu᱌TU_)Ê>HˆÂ†ï¡M®HD2Ö@Wu"þÝ´ ¯™*Ù³ê$Т‡ÊWP+{.©Uõì€˜Ö "åû`Äü¸©¶¿Áú/«.m¾ùº®r<É»¤ÍË%ÔjùÚé¨ùŒª#¹ýä±c¹-ºKÂ׿W‹`²1Y1Y›Œ=#¿ø¢¿øƒþ¾þ¦¿éƒþâùZ"ë.]Ð4ñm… ]Ÿ¨ݖ̾yUeÏ®'t1_½©ªRš\æêÁ(Pûs|Ö±_xqr­Ê˜c õa¹Igä®o @šžD¿­¯:† ñûŠqp}ù@µ-£Óm`O\6P @]³öüô늷Uª÷Í–ÓÍ'qç=æ>]’•ä‘ãXº¤'$ò‡h”ãi¨š”Ö^[LxË2 &ŽöÈh0Ý4s¡ø‚@N0RЩHKh“íÕÁüí7ŸOàNâ¶x¡†¢F‘+JºTƒ2™‘tj˜º}?Úþ`b‡¶ÛDÜpœèŠøc`nÔ´v§ç9>äêïŽNŒÕ7¥ ô¿•ç®D‚w¯ø•M€ÉÝî-ÍÝ rL^Úñ ÃÏ`êgN% OW‚ÙZi„ÕIïeœÙ6°Mº&øûî®ɧèŒá c² òˆyYº‚raKaAãdʃèÿ]ɶä1ê ¯ÐwK¹dpV½’˜úB”-þnâÖÓ"ŠOù(|+¤Ðø—¥‰ …¦¾ ‰ã†àY€ð-‘îQjâ×Ö4b;†˜É#=»î¢nbMrÕ;{½-íèÔžfF¼Â:øûcP{§0i>±¿ÿ°hÚÍ?¶ÌÅãh)ï±a#×=‰)˜ßLXBRs°³‚úS| AÎáuJOl"Ñ©l'>G)ÀâiãáLÛ[þ–뺱‹ú¡Dšjânÿ{o·ÙQ•‹>ëýº“ H@H„yRfÄ0™=ŠçˆˆàÄd8r•€7^* ¢2 WÁá¨ø¡ Š„€"B ®š# !t÷÷îuÿصªÖZµjïý~ÝM’¦žþ}ýî¡jÕªqïõìUU#‰S—1é¯|f'æt1|wNõ?¬Çwy•.C¿"ª÷—ŸZ7Ȩ6}k’)Ь iNúÕ‹ê±”0Žãc½¥²ËÏY«£™‚íÍ5äk5“W§¤þwÁ<)+8¢b ÆþR¬ãëc‚yXä1’aÞ)êáÛUN^`?…Ï×UÿUÅ”G%fÜ q »°…#Vi'DZ©©¤¥¢gny”‚R œ?‚†Ï*é±Ý%UÒfS>u!Q~ŽÛÆÏ ³|)u-ËØ‘WrÀ2±*¶©<ü3áÄêXÛ:/9åÒ¯Xå?ë˜õ—|I>UÁÒ8EQÚ¨^€_ÞÊW~²AC¶ùåE±Õyº*ËsÝzÄ–5Û2ï;óˆ›}֪ɡ6—¤¯¬… ˜ø .ÃZ\Û¦ž~€þ6 x^çc­ê¤K%‚QFº:™Ææ=w ]þéÏ»K ²ü^Âá›D Qüƒê`LÖi3®Á™Êóé‹Îzì0SUJ/ìóÞüÂi‡úêEH#¯.®ÄÈ@Ëæ·I”ÙÆàôÒçîˆlqø˜Ás³¾YUê‚þ<‡"xr¯t/»RuÞeø·dˆþ—Ó0COT¶QžZZ8ø”§h:^¹ÛÈñ‹°4ó Æ„e‚wøQøÌª.UA:6Þ#LãU šë,ìN‹µl»«et².<ݼ›ñÕ¸—Á¶òÕëÎbu”¨<ÎxNåÓä8lðÁ3Çxeéç ÐÖÖ•mö¶JÉs3¨¿Z«ÖX¯_U›Uï§Í¶¡É‚œ½øH?~tÖ<Ÿ1‘ì¤V«oó(Ó)s[Ñï»ÑK¡˜o7Ía$ Æ÷Ýñz~ŸrÑÂÞí=øœ7YV75!!y¥ä«ç"Ο ®›¼£âxbÞ“ôñŸcìÊkêùHÆåʽ‘ê‡s=øêér¶*üÞÜë–¤åÇ$ ŽRÞÌ™êʽZX™ê—tß ’÷ ›Ñ [«ä­µÚ-J‹È§DYHF’ÅÓ”µYY+”ë¤t;×ilã‚|´&££oëÞS› ù½ÚJ= ‰•×}VÏmh5FkÆýþTu?÷î ¨Ò7Ä*g˜%Fjñ¥£—Q<\=“ŠKÝæM%ÆAƒ²Ý>K¯PÞÄu‹‘zFç¼èª"°,I‘ÊqEV£ªÎ‡|HØ|M®æøÆÍ U?ÉÇ=‘_òóCvzPÖÛ?}qîÁyˆÁê/º”W¯½“ïé†/Á q®|Õ €‰XEJsÊc„DO5âƒk‘Êpµ"^JÎ<‰ý@>ƒò¶•㨠š^TØPµvnŠ…6<ÉÇóúÖå©É*óâßhâ>‘˜ÉûúÖz©ÁßH¨Ÿ­V¤¾ÍÑŬ°-£¤; ù>ðíëƒy špr6Ý®ò ‘út·ªP·´W[™ÂÃrn_®ÚÆU7~¯ihÞ¤¼€¹qXçWß3ÁÃö'yX” `Æ-H+L³q3wbŽeúfÉÎ×Ù^óúê¼—oäµ m®%ÕßVÒ˜ŸŸ.€O+¢A9M“ÍÌ7šÉŠjGĹ÷ÇZ)„šÕT‹‡Cõ¶Ìê§¼¸ë¿Ü|¸nF„É*õ7ذ…Ï…(ÕM¼¹ÂgkëÚXiÕ¸85´MÂ.ÏlbÁ¸(ûR¿àu»èâ=›ã Žëo¾w´†ž:m=þص‰Zù7m!”Üzþµ:¥>o ¨é}F½ÛTÓb£˜U{L9¤ry‘OÂtÝô1u.YŸ¤ ¡:aÒÓÏjŠ+¡È$›´&äê]SíLLn¸—÷I·å•í$  vKRÞÓ$\)È#ÕC~õ ¥Þýx®Ï›fö¶SEÏcé=ÌE…xöIJ¼e¿J‚¹?íÞ{º…õk׳*%á ÀV~&lòUû¾šÉ=ÿXÏ2•l5åÐÕNŒ»° »WãÚZ[™ I´Œò;¦7ØJ‚U½9jÌÎEÏ%ïœÚ´ÎœO¥²Ë23¹¼r*rYôaÛNTÁÕ«>h¤8¹Ö¤©è÷Gßv¡ÎM€¢s^I®1sZ¶¬ìRi²/WÄf†x¼q~ÈøfÚ #¿©ÉQ?‹¦l³A:Elëè:Ë9MägÒAôaì„äj>¯ã‡Èü£e!´‘˜+bþåưֻ ^'}¼Ä˜´T—ÿÄs/^‡<˜ËC2ð…Ý/œ¾®™X=uJ\f#WOó- ÜÁ ¨úEú*Bîa±°|u$I—ë \‘⪚òUå¢Í™Ë;kkzÊÝçí±Ò^“«„©GH0ƒ€â¼êÇ«)Ñhð5²ÿ²©¹”¬ií¼à¨@ëk2XF'qyVÍ¿­——Ãå×%‘Úæœª[úÁ?‰h­Ù±*j÷Så©ã¹–ƒyðOŽ•Å2M‡m*êš>\+ݦ>¦SÚ:ï5Zú /iè¾$rt:z3¸p(Êê/P9'gßgƒ*"Õ}¥C¨ñ?’¾¨«{Ú»“((cQjª1HæVˆ p­Ç¤S¡•—Û–èhXÝX1ÝçÊKe½~`+o`$ƒWˆM¯·A“z¬×ã ¡Û|ÁhkRí2Ýzuœéóí}穨ó飸u?˜+ª¹Ç”òܵ9ä\¹áK'[¿B.iSƒU•’™® ?E6’Xïh©ô âq1ä=’Ô£“ÊkJÚ7‰êÛ®^ó°•ž•8Š«+Áž §ú»çLj)½AEÏVÞÀ Ë/ïùþ¡jQêá$ý$ýUï£r c´ „úq-bªñ ¬¹Uo 0äʉ[”^)z˜DãA!#Wè¤yw‚ªrí]4Þl?ÎãJy‚¤ ©k°žbùùÎæ'oË’¢jò±†€2µsìC«ÕvÑè­µkµÛxøˆ.¹ø$>0z:qÊ ‘ÇêÁª^t>©¡\÷ퟠÞÇT»‘¿”®ÝË‘Vò¤tØÒ–„àÊehòɦzH¥_=`ãWsÁ“Îcû-çyM@pb„lû,žm2Ý–+]Š8)ŸbIé")…FX‘xe‘[K®´ENmݬ»Ë²à<çå†ÌŠ~n¼[é“:3aßäð¸–8ñ]B å/–U⬷e.yð,‘±@§èx6ÞĽz´-‘ µªòažA­²¬zˆ [ˆ³z6õÌÖ òøµ&™´ã(Gþ©:#Œêkõs]—)PS3mS¿Ää𑞶üÅ˾èSÙD~æpþ«Œ…Ébª¥O¦×øZÅ©Y9ñŸvØå™dwEŠ„E/uÂ~Z›%ÊÃ-§Ñ‘®IÀG kóþN c_toI%,£«…{ÉXdÔºttƒ TØh‘hÝ<ªâÖ/|“j»›QOêÄ*œÕ©L[P¼{1*P”9ØæîÕu¿šs‹“¢ky©0Ç&‰vÅ.|¨º:1/…”‚Öð5 ²¿%0²¶èµ@ÞzMàø9$ëÅ艦ÙÊÑÚ lr=F•UV?3å0Ýoë§v;Uûl©šV«~[ú™Wv¹’QÏÜÜÞ+”®¹NEæH6„¤œˆ¶fÓTkêth|§Þ¶V[صڅ]´ »Ò>ˆªÔìL¨F©Ü(V©m‘úFFåŠòšr{´¥z†C ™¾ Äš›^*¦ÚEV{•1ƒV”ˉ I)äâÊZElbëE®ŒÌ@^ á§ìdš®çæ -¥ˆ¦õÍ•âñ(ƒÇX +õ::fnH+÷í  éWÞtJ]+›—G¦Ñƒ]Õ<ïJ„q€ äª²±k"êXQ`šÿšê ÔþOßÓºŒµ1¬×¢ÿúvö“›R1¨ØÙ·ŠÈ{,E–&Éù/5Öüv×zSÒ÷‚ ,ÏtÝøíRÜ+CaëŪk6|Ñi X 'dn‡lILù¦êP³˜{ñh˨¿ —‡ÉTÒžØ2‹êöÙµàªÙyoÿE"T*ý¸g\ WmaU—¯köe§©˜9ë,Z“KŽÇöüIÒŒºì\‹HPýR¿pÈ15&zÏ­Éi–îK]­l»LJ ]9þ·h4kËtç­qJ.û? z)k½¤‰Œ±Ý¨~çû‰îÕiY¾ßïc•¶Ïc+2´¾>ÌŒrzhWQóŠøØ¢Ü‘óv=Ø ]Õ>Oì…jG/§‘<  gQOlÈsâtÕÁ]vZ…ÐìÊzß±z‘br,–ï•þ¹ªU^j—[cjÚèe2f=‘gǧ &×þ “:˜÷!—;o‰Ù·—f…ÏÜ “¯DŽM†üå0lKÃVRÔ8ɇBVäfbßßMÛSC`[Éèýdƒw>Ôqù°;eå…0ÅËÇ„1á8…„-Ÿ‰N8™ãÙâ0=ÓµLÍfj³4¨ûAIÊzZê%(?Âó%÷^ãu^'¢ vz¢¼yÕpu1ød´ú¹‘ô¯š»ÓDløº… òdÄè©âÈ×"ɨÎIn®µÒ¹À^'}ÊýW#ÐÎìë¿cж¹}5›ÑÀO'%Õ;¦V IDATsLÄØ¢v­va7íÆmaEåšMúl•GPIiHD“ÚùT5/Î6Ã’EŒìéUu5¥›i"^™Ýuܯϥ²2°ª.¦¤/6UÊgõ#Ï|ñoÜy,&3/¯xíås¯Òyò²T—7õKª,”cGá§Ç0¹1K`FñpÃX¯¹%3P<°”2F‚“ÆûLƒ’;¾+Œ1T_GYßÏWØ®¸äø1.˘}}IƒEå}2'Ç¿ôν øLE±^c«][3é-ÀRbË«·Ñ{¸~ËHÇ÷,éJ¨<ä¢ËY–V¶uL®ãIçUKÕfÊGEJ5DNÕî$êömnõÌq¶w) Š2H'm&¿Æ‡oƒ¾ýÅ<;]#j¾ú!©¾"¤ c€jàvùt¦†röŌگ^ç*L³UÍ놰(!LWöÒV3Î/*š¯K·a*ko,]E}RÄ̘yœ…à ™äU,ÀýÒ~(¨ `v0síQ=܈ʋA~8/ƒÉËšEÒ/¬j¥—JcUdŸ¬O*•ôÅô;¸rÖ,ˆN'‚Ö¥îä%'œzv©‹Ö¸íò\wñÆÎTp‘U±ÙU>YÕAª¦N(/qé?½š­y¶H¾%ýTŽYÇè ¢±¼…ÊFú§â·ß›jä«o®þu·fUFòk¾Ãq g®ºÉ,R,ª(«GˆTI<¼Ûü.fÄäÙªNLWjÉ‘é_),—ÍW¨ùw]‡Ó…V”Xü!CYsì!7\.ùXª;ÝÔ`¢òB\!:†´=Èø0•ö²ÜKȹÐv¨ç*yq¬Ý¢ÕÑäZT a¢Úç‘¿ÕÌ  /¹ûÙ'9 );ª3룜Co¤Šlyu:½ëˆ´j<Šr´ñ€tƒËPÏ~ïE”úF¹5þ¶êt¶÷ƒW»r#$7–2¤‰}GW:k00ävÅ»&f,Äó„d}'Stj Qqå«}«ÕI¥XÚF*ÛÙÎMîªÞk¢ìŽƒÁ Ï _NKûw˜\(^ïÔ0ôšÅ9ïT´“²ËïZŒV‰ÌÊáóó}ŒC)NymÑ%7."?V!CzÚ cãĘdÓ›t?‘,¤e›!·,’nÌiWYWyXcl?‰Ô7.;[“*ç±ëÛ*³¬¥Õ‘ÇPóÀ,u30ì8[¯Jþ ¹LǼ©4€‘(¥öÎXQINÚ²_“ŽÒz޹¾3!§½õŽ¡"‹Ë˜ -3\ʃ]†¡†P–þ5Ö˸@&t:âœ7b¯VãæIŸe$¹ß|umDwÙñŠlÅ;ž¶Þ´"è´qÚÑéÇÌXoocµµ5M4|»?KÔˆÕ bÁU_þzÞE³>ô Ûùìh c°ä†*1ºYi1䵸Ês§NL†ØPM¯’ܓ۬Âê•Äõ`BöA6 ­›V@ë]V íGƒº¬Ì/P\dË“ †ÿЍËÀih•Rí‚Ë>,E›‚%n@ñºÇÅT‰ž¾qÌ)ÈC<Ìb¯m;\”‚égº\A@j2ί%–aÌÒÝø‘eN*Y~]=ÖýÑ5PßÑå¡”ýƒ>R£¥¥2ŒÍÓü lÄ«žNåVº\¨sªË•á®Íe(ý¤g¬ Kă `0Q‘¦J\;Ò*«j(2ÙÆ•(³H0и41¯¿êqØ4+y©RrÍË»o‹›@ÒZð<ÉéûJvý3‘8\¡*p™H®è&eUîeóSÞQ‹ke#ÔI?Û7.?§îdÑÆ¦ãóå”™y/¯”hó:…¡Œ$n=Ô³vÑ‹Z&ýØèÚuºž¿kjqN¼ÅH"ãs;ü˜VÊ$wE§©&K›ùh&Rä!Ö&›é´`šQ5x¡z7œÏáÊß?«PÆ@¶ÞÀfÊRauÒ£Ó¢æÍFl½c² R¼J‚¨A® í ÔQ@ÕnL§J7õŸÇÀ¼µ•½/ó®yIn!åÊ3¡z «÷1¬V™àò¼˜~€IRbßuõû“.¤Q…Œ•y ʹTïÊ¥)eeL+cy =“Ý À#g!Ð*¥/çÑó3 ¹fw­«Ê7gbüo…Õ¸ó!Ñ8ùR‹ÈäŽúà˜£®LÑ}¿sš÷ÖÒn8…#^cg¡Í4¶p²óx ÊDÞ5L=¤pƒ(¤ÆxfãLE²Ka’'‹´›)Œ‚Ìû˜‡ôñIóÙ¶ÕïacÚ%-UO¹îTÛ×Ï#ÉŸy–™©a¦ˆ«±Žò5™z˦9’Ž“Êc$¥ÊßI´>$åU*™ˆÆâ_ÉúÚê­œãô_µV™Ê «pBHK¥gÒË-—AœHÏÔ§—{råÄLY–BˆUk¿bDÄÊ,¨qìd‡#¸;f`X¯±ZmV^ÖFç¡)ªQ6AÚ~¹ìz«XIHõt_dõp­°z®¡RæÑÈ=Ë8‚«–Ýü¦urMÓÌúá`qé4jÞwÈ÷EŠkYùž+7“žJ¿Õd}^¨ a‘»—±êzО–ô¾¨¤«¦¡o0òÆNþáÂ˼.&?º’½2†~ë¶@§ÞL!"í§¤@×@F «žb)ײ|­’æá•—ƒ<|GbuCOe˜*¨{ˆË"˘¨ŸÜŽÜdùD%•ó=5 úGW+KU%OéJq1,éhãÀ”^ØòÕצÚJ£<õ"cRð¸Ôœk¹åëg&Ý´ì*Y5æWTù`_°¢›K«‡„ðrBDíL]óãæd³ô;Æëõ;BäïÖÊ0[Íç¾XB¹wßê±7• Û5ÕÔù ä4O‚sסòm?¾™*iµõ¨pgžgw5”™Øc@ö®p¡N-¯©ÆÝVò§† µ$p%kÖÁ0£zzTªŸçàùýcB¯°ÜË—J´ØrS:NtBSõ³ÅêZ{àÈUk¨Öm½ kc¦MYçZ£_ÑC×Ñä%Õ­:Ïub­ù¶sð0¯U:ê´ì¼fAìÜ5,¡=Sùéç1°ÀxUfؘ÷{7ÔFC‚&Îx½Fþ.e)d†’eÈþ,È·Hz× u~%‘rÕÎ@FNÇõDµþ4vYï+Ý21«²Xeï!I’ÇõÇdª˜´oýð¦U"’ \.C)ûÜ¿Æu¥«q‘xZa…äIÅEËüÔP<'›ÓVíB y4×Möñ/3Òx]Ι1.¼Ä*]SH6­ºÿg$$Š”Ÿ ˜¼S™š!NµâD»×óœd¡~[·#¹=ïƒÙ%KçÛØR»¥Óð ‰l÷/YµJœRôÕHjÑÀ9²ÎÙ8hø¥+45Ë ì5*vàØ?”E/ã)1òû<¤^UgÏ+•Úª¤_¼¾Tù$O±e$×Ä3&¾© 7å ½Ed‘o¹£r G†a âV[›o4ËôOŒLfcB÷*¤žÕ.£nø´²/rÃŒN"fªüD†ªËðEN,°A"ÉãÀU:©£Ï-ŸœN#xA`5È—/qR^ézîÈK•‘z›0aZåI6\p÷›K|$Ôí¯ŒÚÈ®§³Y¢ „Ï‹¹™å}'ˆ½¼™»×N¹¢TÍ0(£ðSóë±G-ÁÔÖ¨“É6±\Ç9µò?56rIƒ¼Þ‹õÞ˱Þ%xXc\ ÃÇÎúž¼ÑºÌ 5^D;@ëÞ·üPmÙxŒ(9“"[ÏÆt¬Ë6zTk–Þk%-éE0$d£_6ãNÜÓÏ Ò×–ôûà¡áIʹt‚å7^Î¥79*]¤Ì˜ËËpPÔõˆbË ý5ÛÉ&eéK»\ô]í`¡ÕÜéG{½³.Ur´÷Jñ¢•PÑ8õ¾:÷^;]8U­UÁ7(\†ú°ØH¬1<ͧ–"5_wØÌئÆÏª¸¹¨ ¼~-0­gv-)­ƒ='òï²|.†¶!¹¦Æï¥ˆÆò©q­K+mã&­Æ)·õ.àÒŠL/%cÆSÝ㉑èó횈ù°“UUÏhAå:ËÏct0Ñ zŽzôÆšžF“WvëïÖYoJ5@ZØ{ÍóqïÃUº ïÂÅÿ¦!Gµ]Ra}¿Óù±oÓzå/µc¢–) ¸›åTâùC´u}>l,(ïöÒA†Ð-Ï JÎL)_ºé³”Wi•%¯j<•g¹Bsœ¬Ë¶ÂTaZV+¬vïÆÖ×®k][G‘ÉÂq×Â4ðCÜbR;g -_†hFýÞ¯Xï<ÝTrÍ’kƠڲТ’³í9…uêFH}!ÇIjH•L¯^•ñ– KI.ð!Zœ‘3k-ë@GìÖ½úUojx`0l3h+mdºµ{£!*.¥rô4 ÒªÊN Äfì5·C+z[i‚Ò/?%”ú »›$L]¶EÂ)˜ÕoáJ-¡iÁ½Ö –Õ{Õ¬¢—¶/^a]êmné›Á²œS–)¤*=xÙÊå@V3ý±•“*\ÔýBè—ùð±v*’füs¹s³‰O§·Ýn\^·Â|Ý—ÁÞÏi×pÓPò]è]Á²«/ÜÃ’Ë>=E¶÷\ŠkÓ·ðê3ž‰{ÜõŽ8òˆ#b¾££££££££££ã*3cß¾ý8û³ŸÇ3^þvì½Ö±8â»o"ưZ°r>²³¥%e;;V¶Q žB²ÌP!îÚD„ïÇôñÎqå»…¦SÕ.Ù»ZÅJ×ò2¶7¾ûSç­¯I{¦us‚’8 )²Ìæ²`+lJÜjkƒé‹­/µKóòYSù"Ë\ES˜ò\ó´X£![ZzPѽº¾À8ÏA¤µ;ËÝÖ‡UI¤~•¡O.#œl~ÕÎTE}6Åòà TuÎöÕ¾Lýå—«xBh£ >m®"fG%ô)ÝŽÓq@§Ùä*y­ M)ÍKÕe úéjr²AŸôä–&¹XÉÎ9P®·;×|ïñÕY­¿%ÁáÛžîtAù{oæBpñ€}—}OyÔ½ñÂg=ëõÃ0`Áµ «Õ «Õ [[[øµW¿ oýø×pänZm2õ”Äc-yc©™vBV£™0ÎüY,³Ð¼ød;~D™é_ì“ì™®Ë޵ãÆãTÇ2™¡é=h©è•-!¢47|Ôÿ ÍÑÛ)ØýÎabKljŽUÒTnÃÃzC#޹üÄ“b.-,óRÁ%ÓŠ…)µ:.Ôµ"àÈçm;5Á¥óãd±=5’3?¤—e“º6©{ÅÄP¥—?”2‹¹ ÖÆ­ëêZ4¥4jâu6etÙŒâAy€)ï¨xm²Ù uœá¸rP¬%WÚužúì‰ìåä“§T#½tÚ­¥ôŠàú7ª«’ê7”x½V]5:`–_®ý{¾§<ê^ø¥gþöîÝ‹íííNputtttttttt\0 ¶··±oß>üÏŸùQ<áÞ7ÅÞK.ïç´Y@¶mR¶Ù,É<Íæ¦bµä>‰ÍîLdÈÚ‡òQžr€qJbZë‘tôŽö(Á“HM0äôy‘·á`“\›’ ¦~¢Ûµ²år‹<õžˆUåí 2%Ш”Û±új°S®&ìÚï“:Kv¯×ߢªßê_ÄÍG.3cØÞ‡ë¬öàOöíÛ·yþ:::::::::::®rŒS÷áOùQuùEXï»b\cW¬ãl߬òÚŸ¡#ñüc†¡H©°X ÉÈHTñàr™Æ5W9öP ´r²ñ ®[Û@Zßo©'×bîŠÇs—爋+$:W1Ìœˆ® Óš3x†¼åB&Œt?liò¡—ËŒ®™ ŠÊ ±¾PbOuF¢bD±ë 1³ÈoÆy·â2ȵ;_v³Ô¨a_ئa¦*ú‚˜+÷F2äO"7 Í*ñõzde—ÇŠùƒ™®¨˜C¢j¢â£Ë®Ø W3UnUÃß9ÁÅê_uî=¸–xpÎŽ!;$Ê’ì2EÑÉlÆñir˜yÜB›¬÷^†ßþ•ŸÇöööÎôêèèèèèèèèèè¸Ú`{{?~ã‹í˾ ÃhÝ ƒÚSÈ%í$býÈØ¿Ú¢ØNdþãb#æ©ò‘^©‡!Xí®“Ó^!Ù)ÚùÃê ¶ñN¦+.æ|ØéÝEf ߃Þ¢¤ðzb š–ñª†æ%*o –"+¤ˆ.W–zíml;1O5È%ÉœK‘zÃY‹Ö\»U5àtÓÑOéÛŠšð…àÈ™¦X$9Â'o“3¨È)‡ ²¢"§\ÙE]BWó¢'“¢‡Vxl~M GÜ”EÈëÔL «Fg HË ó*“ $ªÈˆë§áÎÀK ½Ûô$ÙñbãëÆÜšwU=ºc3Ýr^fÙÅ$ÂB1Ò ¤¯'ë}Wânw¹}3ýŽŽŽŽŽŽŽŽŽŽŽkîz‡[a}å·À<€×ã{ÿh"Œ|©ÿ9sÅ– &VþÂ4ŒÊýbCÉ%JDׯqZ°^djÙ¥ÌTIâ%­q:eàQ“~6#¹´E;k?Öž7µÍ¶©÷‚f-– r%šÛ 2Ìxu-1x+"h šEqŒŠ™¾4-!>i¤L‰ªIŸiLI†f­œø0å I­¯£–ñ‚‘Áiú Ab1àˆ¨j «LG«Ñ€u²ñºO¯û_)ŸvF‰®ónfPGdE±j+—7Ä6Ôzi³R’Ds0;*ª4w.qÃÈsº+®º‰Ì 6U—.í…Óü|^ïÇ‘GìÞ@áŽŽŽŽŽŽŽŽŽŽŽ«3Ž:òH û÷bX¯aMxeËßgÛ‰¹R÷ÛÆ ó¦©q aå ¢x4–åXÁ–ˆ13'’È&{Š*ئkry#ßøÄhF^=¼¿±9ñÆ=/Æ`ô¬Ê'kão=X¢Ëït(»”UÆ}C&×2Aç„Ó£ ¡‰,Á#"Äå'ŽØ€´Ö©Lc¶šÍÒO$g̉£I—ó ;?ïÊÐÐ#:/ò"A•gŒ7‘Ý\u‘æ(>Sëþ™ei²Ð*îw©víÄ.ÊMH3jåPÚ¸°ê<ç­l'ú¾_GlvLZ6î—Û¬&Ç$༰¸›ÌŽ¡ Y‚\V²ío”(Õ—4dj{^x~À0l ;vtttttttttt\SA Ûû€a `óBš²(ÞWÙ&©¢â•H)1½Òr'™$«¦”;$Ûà+8[¤/²ýÀ9Ñ¢4Pˆ.8yžeºÉùxlîÉ%ºä¿ ¥7çõ«;P@+Ý‹âM{ï„ B«Èïà§/VSŒ‚d\DÛÞÖܸJm•UDrayÌ3º.°ß5W(…öR±]§töäG­ÖR:¡ò2[ÔtæÊuÍc…õ6%K±cÉDõBêc.¿ž¸uÒuî<âD!ûØ:péG•ê;r‘4}>©ClÚÜœHšé'I˺TFòB”gI¹VvW5Á½oTc@Ñ8î´²!ñÖÑÑÑÑÑÑÑÑÑÑqõÇ0¤µ¸Ö í1@,™å“ùœLtI°b-Qš~Äj’eÓè(´"`¤Ò¢õÚт伤φ8³V"3'™bàÈ„­å$WÍ©,g €l€\ç€92Ë;ÆàsÓç0[KòP lUlxsEI¬i•öUç • ±¥³‹¤£´È5ìÙ´6¬×Eüˆ–Þs$Ó Ø’_ݘë|Úk'dvF´d©SëÌéö.­OÑjYé"oÔ“¬ô§z’M@kà×äçyî°ʬp]¢6€“=“ΆÍ0N@™¶Ééc‰^—K{ry–4Ð@¯("†´ø$§¿ŽŽŽŽŽŽŽŽŽŽŽÃ Œ5ÀÛ£íÀò‘;‘VyÑw±ÃÅ&I,–™kÉ7«Ø…d²+_ËŽ lW^b"M˜!3Ùƒ,嘜Í8ê™™Þ„äŠlìV€A {ð`1]srZ¤H ¦á–¢žö$ç°½NFáBu— Ó¥sˆ5ŽÊ)®ªÐ„W·5s:n,7b…¼n!-¤tcÏÇÕò\šÍ<ï³LÙ¿Mš¸ŽR]‹¸ˆ®ù°ê8X ];þ䥸õÔ¿ è–CPŽV4¡z¥—‹@’õ2Tê°àòkô#içÑjiF®ÿvLªYv·¡?kÍÅ{kü€ sÒÙ¯_FrÍçÄ`j-9¸“\‡!X¦&²8í¤óµb>V‰pJÎ⥕)J)¹f±·ÓDenk{'›&òÑ],À´Gc’7š7ã[#ùÆÎ Lº bS õî®è¢)ƒo?¦Ùàœïˆ)Ûq÷Åõfå2vN¶ÛÙ$(¬ ÔŒ2G8”È‘M_lýâ°ÔÔi¥¿¨'°Él±åˆˆ… ¸´ÉÜЭ."õdecv–2R;T”›\„ª˜Âò—0ͦqþ¾—e± Ó"L#¼ñeVÒÁžÒ×ô¢SÚ*4’ê.ݼ,WÈÒ§R“CŸ­ØÑÑÑÑÑÑÑÑÑq‚y\‹‹Ó®êC¶ÿ”ƒIYC(yo%‚ËØ€2Hä¦i‰NñGnŠŒ-Y楅ÜB±Á /¦l›l®”ï9{\ˆqìZ^:E,ô’ЗxÀ,4¾3xVGŽ#oABž#Ю(ä²üb` ¼ ÚÚ²‹5G'á#,ÐÕ1U-cºq½%°‘1þº1S=äêÒ䢄Ks²œm‚eúl–UÎò„§ #4`‚*â«‘¶ VŽì§P¯™¸›Öë—ÇdeÅ›FjUPD‹"e%Ï2/[¶¡“OC!©ø^¿<øx….’àçØúÛðÝc¡nÕæ.¾ïV&»œŠ†ã1·â‡Ù¥×ÑÑÑñƒyžóüà˜cŽÁ_üñ;°Z•ïÀûöíÃò0ÜùŽwÄ«_õÊC¦Ã…]„o|ã¸ÙMo†k_ûZÍp÷;åTœpüñxë›Þ˜¯½ù-oÅk^ÿ<ð'ãŒÓ_„ûÿÀƒó²«Õ Çw,Ž¿éÍðøÇ>÷¾ç=ÌûêýN9Õ®7›pê)ÂK~å—bw–"¾}ûð‡ô6œõ‰OàË燭­-|ÏMn‚‡žz*~øáÇQGÙLCêï·»^÷û¿{HóÓÑÑÑqµ‡zïg ãò„²¼”˜9št’ê$|•øD„²J6g2 %xœÏå?ñÔÊæ|ù ?ÆWD‡fuÀ„“©‘›\’ÅlH‚_ ùÀ ®¤GÓ¢ÞàŠqhsÒ˜ÁÛÛÀÖhå䩲lé¡ð;®ë†ÏËvWÔÌ©ii’.—±zdÇ û䔨i a‹HE[VµË*lL-EþJDLLehAû!U¨ë1…2˜„! ¾[Þ¨6•Ý<Îé¢ eÈ€¥©LnEdŸ‰ŠEep¨”Yÿ¹äk#°ÎkcPj4t™Ó.e—Ë0ϳOD$§T„í$WGGÇwÞ÷.¾øb|êÓçànwý¾o»ïüÓ?ÃÛÞñNüöoýîq·»-Ž÷és>ƒ×½ñ¸ÉMnŒ_zÞsó³úZ׺îy»c½½û÷ pÖ'ÎÆÇÏ: ?ø°‡â…Ïž!º$¬Æíow»ƒ“± ååâ‹/Æ/<ë4|õk_Ã1ǃ;Þþ¸rï•8ïüóñ»¯y-ñðú¶ëÙÑÑÑq…|Øæ!¯‹%¶ 6j0ˆeVQ-«ä¤0.‘Rš(ÛD«âÀ@4ÒzáúìàâÅn-s¢3””‰º‘ŒÛär…³À-K2EÝa˜6`Ô£CIQojÖf¥ò×Xët­¶¶–éàmX¯ek:î)_ªÄ:›´Œe8ò&!-H7¨V"RB]ã9WnC5I'{.Ôeî AëgOàˇS+„UÙ¨h‘YåÚ‘]ŸîpA‘—ÁEÂ[òµ\Ž03ÇA3±:ªy`u¤[Ø.ê±Äʰ .|ÔM‡çݦyBSôSíH{†Usg[ĦkÚþßðàr":ŸÕÑÑñ޽{÷â#÷QÜáö·Ç?}îsxß>x•\;Á7¾q ~ù%¿Š­­-œqúé¸Îµ¯ï{£á×^|z>?÷K_ÆÿuúéxÏ{ÿ ÷¾ç=pê)§4Ã^håå·÷÷ñÕ¯} ?ñãOÀSŸüSÙËnïÞ½øÔ9ç໎:êªT»£££ãà><w¾Óñë¿ú}ôÑ€K¿ùMüÒ¯¼Ÿúô9øû}p‡’”–=&@ØÉÇný]œ<¤õ±j†KÄa$³Ô¬+!´À(® "¾È¡4…1KLö’˜(²>W1£VqžB9^-žÈâW±ùš\9ö2KÐÛØc¦–ˆy«ì.sJÕUR¿ãq  sY”~±*eªT…Ù8«‘´¡Õ1ÉêÎ<‹YÍà|g—ÖÇŠ²d É³»ž%M'2¿£$ßþ¦ˆëB$`Ö¬x6Ÿ* W7À8ÀVuÙP©º¶¤ã4v@ŽŸ¾vNÐ IDAT™úKYPÑÞ^–6¹†ï”É‹4Ú®èÏòDšN’Øóíª£££ãðÆÇÎ<{öìÁãý(Üî¶·Áß|ä#Ø¿» ÷ï\€Ÿ{Æ3ñÿõ‡ð˜ÿöcxíÞh¦ùíÙ³/åïàq?öã8õŽŸ}Ú3ð©sÎ\üŸÿ‰û<ðüâ ~)‡íÞˆû<ð|ü¬³ðìç>o{Ç;Ï|Îs«°†aÀ‹Ï8_|1žù´§á6·¾Õdø“ny ¼àð¾ìÔ8:4hå墯ïÿàq«“NÂSúÉfé‘G‰{ßóž€õzç<ÿø¡G?xðCð¸'ü8Þò¶·£µú¾}ûð†7½Oxâ“ð€?xìãñ{¯}Ý¡ÏhGGGÇBÜüÄñ™Ïþ#ž~ÚspÉ%—àÒK/Å3NûE|êÓçà„ã?É”lùD »$;ÚË{F±³}Q »|› •ᔹˆq=/±]Ô.ˆÀ8­ÈÞYY?åx4šA â1–¢k¥ù‚M=¹ÀëàLSÔˆ˜‡I`>î"‡š×㎣WW#MÖ’¢dC[Ó/¤I¤ÅušÔ£q³*0Õ µ÷›çn$šÑcÎSgJÁúÞâ…µ}Q-uwÐÚtä§ø,ÞõN)»ùÀ¬Š`E¼#Y`°âùh«Îãà—uôàU¶Že•$«&Ð"få–jSU½4*Êóƒa°(C:­¤wå}ÕˆÖBåÁåÆƒÜmêqBôDòÀaõ0ªÌUì˜=\Ü?::::üõ>ˆ­­-Ü÷ûï¯ýëø½×¾gž}6îwŸï7á¾qÉ%¸ù‰'à±z$>ô‘¿Å›þð-¸Á n€Ç<ò‡ÁÌxá‹^Œ3Ï><ùþ8ñ„ðçù.<íY§á ¯ù}Üð7˜Ôá1z$¶×Ûøä?| }ô£pÂñÇãÆÇ;çMøœõ‰OâÄNÀ£ø‹òzç;ß Gu$¾tÞyæúE_¿¿ò’_5×N{ÆÓ³÷À¡F+/çŸÿÀ}î}/¬&^b·¶¶pÝë^zÄ#pܱÇâ/ßýüÞk^‹Ž?÷rÓ0àÅgü?ø›w¹ÓðПŠo}ë[8ú»¿ûàg¬£££c‡xùoü/<íYÏÆ—¾|ž~Ús@D8÷K_Æ;/{鯀äìÂ…lg0²!7–­Êò+…º`Ê!‹X¸¾—6ûòüq‡Äñ{¼â²_'U’}J¬—èJ&ø€¼½Ø?ÙÔ­Z¹µóéŠ93 È¡ƒj0éÂ<¨¬ÙdŠ;Nm00—EéÍ)äŒOO¢TlÂ2e¼ÝÝœŽ§#– ó•—W¢ãX·œ‡(Ú;'šefɹð±Ìˆ‰Š”@jŠ$içÉ ñU:NÁ\…;m™ä¹AVÕ²´®éØ»ËU2ƒ´tXåHûd«4<i í6ò#YSšàÄ4ÅŠD•Ï`yœ‡iÊ€Zú§ß áÎeÛbP÷¥=éõ±ð‚Ø^¬Fš4”ê2‘|݃«££ã; —_¾ÿ±ãnwý>\ç:×Áp2~ﵯÃû>ðŠäºýmo‹Wüæo~àA“žú3ø«÷½yäãóÿòœyöÙ¸×=î3^|:ˆw¿Û]ñ´g†ÿ÷-oÅsžõÌI=îßûàÓŸù >ùŸÂÉ÷»ïìš\\pÞøæ7ÎÿÊWðéÏ|ßw—»ÌæwE„ë}=\þ­Ë«rxÿÿÆ\û¹§>žâ:ÿ+_ÁŸ¿ëÿ̦£qäGàçžú”æý©¼\xÑE€ë_ïz³é¼è…Åóí{¾ç&xÚ³NÃ9ŸùLEr}ñÜsñ7þ0¾÷.wÆ«^ñòIò¬£££ãªÂnxC¼ê/ÏDwì±xåË~7>î¸Lê•¿ÿÊΈjÞñèk!SÅÄ„¶0’CD"¶²Ä é\.7I%Éã"?SˆV#¯¢Y·0›béÚÎH® ó‹ _ á™—Q^¼fÖkðj…ÕV¢5 $„‘[„ÙyòÅSjbÝ©•kjÖtJÇ*©ÚÐn\ž˜TÔ)¢z“gÖz*¼rÄ©8²×«¬ì¤Dõ¡³ªŽ ZAZŒ°ýæÒ;PÛF t1ê…¬ù¦Õ$²n¨“\^N××õqéFfE¨qäúŒô‘ëÚ[Hªë¤âjò‘‹ÑΉej†/;׆Ce::::¾³ð‘¿û;ìÛ·ÿñãÅgü`÷î]øÛ~W\yes½§[ÞâæØ½{.¸àBÀ—“gÔ}ïóýùÙþ}w¹Ëè5•Œ“ƒ‰+®¼Gu$~ôñÇ›þð-xåïþÞðšWÏ6û÷oã‹.­Nº¥¹~óO4;¶pÁ…âò§ézk_{’äšÊËMn|ã1ÝDvMá¯ßÿüù»Þ…sÏýö\qà²o}« ÷Ås¿xÐÉ'w‚«££ãjÝ»vãÈ#Ëî±»wïÆ‘G´w“]Œä)U”´lH;µP²²¹-kp ŸoÓJVá"úÏùã}JÎöÎâ•a¦M{Je ¯LŠ‘2ŸÒÁ°O.Cü,qO¸Á“ZK¦ m‚a«Õ–5Š…àÊ„3¾=6ä©òŽxsyÑ÷}X1´uãnéÆ^yÓB›I’îD-£*1ŸÆ|Áeñ.»¤ª ˆj'©Ò¸*¦¡ìD¤òä4¸Xr/cº›êôa~]¿ŒtP ü5‰®ˆìe_‡y„ÉQA“6F'­:k• ‹¦/"d5i‚öfZOB‰À°íÕiØ5¸¨†äc@xUáÒE]ÏZçjSd¯7ù5Ѳ®ûXãêèèøNÄû?8®MõåóÎËD0’Aýû¿7‹³kìÚµ ßõ]ß…ÝGìPž ÕS…VØÚÚÂ*ÍÝàÅËÌã¹Ï~6úãÌ³ÏÆ?þ_ðÞ¿úküàÃ:çãg‰ap»ÛÞvGiÞûž÷<€ÅŽÛhååÄÆugþöï>ŠŸýéŸÆîݱéò±Ÿ‰Óÿï3p‡ÛßÏ|ú/`Ïž+ðòWþN–ýs¼£££ãjˆ‹ÿó?ñôg?çå+y ®¯|õ«xúiÏÁ«^ñ2sýëïXvhæ^CÜ!ØØóÒ5I'm·3•u±¸ØsµéÁ™ëo%†‘<½tÐBlå‘[/ö™ÁigÆ-ñI|ÿ½FâFþÞý¿ÿ «M.Î~Þùçã›ß¼ 'à–·¸àãgŸŸûçÆW\[Þâæ¸Îu®øòùççûždÙJ‹ª_~¹Jáf7½)þëC‚žõ´§^ýú×ãŠ+¯lÆùÔ9çॿõrÀãóèÙ4¾]˜ÊË1ǃzØÃðÿýë¿â7_ñ ìÝ»7ÇÛÞÞÆ9Ÿù,àìO~ð”Ÿz~èaÃ÷ÞùN9œ,Vùž=€ÛÜj\ÔþúÙ8 £££ãê„ç<ÿf‚ëU¯x^õŠ—á„ãÇW¾úUœö¼¤TÊÚ[b¿6²mB#gpˆI´Rf/0’©£ì|€ó†ˆ”ŒÈq ¢Øÿ¤¼Ì€¼?cæLFâ‹rx;ÊbÞ‰'We3…n ‡ßîôFD~ÓšÔä‡Tþ°^ƒˆÆEé+‚¥ám¡L$9 ÉTÅÙ)‹Û“/µ®kÝ”îᔯZ¾×ư´‹ˆ._*®y ¨t¤(Q%-нâ"µž qbã¹§£=»£•€k"änªãÊ kùT”²¿rËU­i鄤íGiUÙòYžÇ”w £ª”f¦=¢ší¹QŸ*‰h¡~ ;•C V±yݳ ^´¯€B°Ézs¥ME XõT&®ª¡µ£££ã*Áß|ø#X¯×xÀÉ÷7ׯw½£ñ½w¾ >væY¸ì²ËòT‘Ï}þóø_¿õ2{£á]ï~àÇ~äñ€ÛÞæÖ¸ç=îŽ~ìcxѯž[ÜüDüéŸÿV«žøßÿ;vïÞ…ÛÞúÖøü¾€¾èt¬×>~Ö™&]™š÷ê×½ç~éË`f<å§žê¾kWy…¿Óï€SO9ïÿàñGožü“OP“¿üòËñoÿ~¾òÕ¯žÿœÓpóO4ò¢…çïxûÛãG÷إŹcÌåågŸúÓøÇÏ}ïz÷{ð·÷QÜúÖ·Âöþmœûå/á›ß¼ ñ'ïÌ û¿î€/|á øèÇ?näwì±øê×¾†×¾áxê“ }ð©ø«÷½?ÿŒgá~÷½.¿ür\÷¿üüØû‘CžßŽŽŽŽ%øÂ¿ˆ[t^öÒ_Ï^[¯zÅËpÚó^€/ž{îH¶v6åkÁ&aÉù†“]"Ó³õ#¦¢„Kvg»Ê$¢ìJ±U‘=¸´\£)ëIraƲl™º˜gW%1›yrƒÚ\<< ÙãâSS)##i,íyñ.3c½½-#Ý1 µZZÏ<µ-J™ÓPñæõd|I¤Xß,¼4¤XJ>±³íl-‡gwsZ6ÿÌZ;xWøBæ-õ’“ެšVÌ¥”eäæda¿FPÏž{Ü)~®šbió+5š×ð72½¾TþŒØŠ!P<¸´QÈé|°‹ä @GBiB)l3îP…›$¸tXß *•uwýQ"çÕ-&eFùëÆ’6¡TÓ­£££ã0Äû?ðA¬V„“ï{ßêÞƒp2¶··ñ¡üm¾öÀ“OÆ¿þë¿á-o{;®u­kጿw»ë÷߯~íŧã±~>ûOÿˆ·¾ýí¸ÙM¿¯þWâ¤[Ž^^/xîspë[Ý ;ó,œwþùxÜccÒ|èƒOŃà\ré%øßù—øâ¹ç.žR÷ó?óqÄxëÛߎ¯ÿÇ(‹ÉöŸ>‡íím<àþ÷ë_õJ<ò¯âKXý÷Ÿûܲ‚<Èðy9æú×Ǽö5ø‰n|ããð™Ï~ç}å|œpüñxòO>[[[x죅‡=äÁ8ïüóñÖ·¿7½É÷àÚ×¾V–ùÜg? Ç{,ÞñÇ‚‹/¾¿ô¼çágŸòÓ¸ì[—áõð&¼û½ïÍåÖÑÑÑquÀßèƒxóë_k¦%sýëãͯíOS‰Ò‰¿©~‹UAʬK¶<)Ë=›z,d ò´G±ï –ì™e 푼>¨8+d»Z‘b,>ºñÝŸ°¨:ØÚf;ð鋇ˆX›PL›ŠÅkbÌL¡Á1ãú2ahEãZ]ʺWžAp LIl’Yå~S˜·‹'ìäì“ÏÙzšdBH[ÓšàªuèóGj\VT³ 4Ç%v‡­FÝR!JQQ¡¦kN ´Êß{ÏåŽ@Û1ÛêqaÝT~¤ñ¼ÞÆ0ìǰ½Wþç×pþÇþx&×$Üî1ÏÆµor[lù]Xí:Ø:«­] Õ öë7)“EÙ©ÆHskL³2aôL"eôPæ:²ûé%òçBi­0Í ¢ÒR÷YÔªíº +ª ‡´§Áœ¬«S‹¯Ã™ºŠ”(w¡N, ¸RRcØÞFvÃ37Õï†^”„¿†Ðc)HÓGád µNPqó‰é ÕÌ«F¡gNÃîé}Á…±jš´ ˜-܈©šlØŠQê™åµ$]¿ ­ "­,µ’­³8®)sí½eŽEȘ™,JäÙe,§ºàlëJžW3y1é¸ôB¸6‘£ˆ^jÀÊ_0ØVkWZv¿‘~ŒÕ9²e$=¶tÎÓo)OWŒó4¤9µ££££££££££ãð䑱Îó‚È(}POÖ˜„Îþ‰ä!Œ¶‘&ŸXl>Í]ˆ£ƒZ{+«Ã"™c†p œõåtPx=³†yÉtÅE¤Ô2æª=Mkb–Ì»œ5ˆ.}lŒ]ªCNklMåa{ ^–0›Ú!cA1hrKÈ.mR­ÉtÒM‚jÍ($A& ³Ð^¤1½ÕÍiO.¯\ µŠ_Õ–ºª .wYýFk1Í£M¸TÞ7®­fÖ™nr-™{ž5ü“×)äF¸þ¥4àɔʠ^AÈõ2ÃAy.·ÅUƒú­›‰"dõ‚ðj.·^d±êrãH®®êÊIò5צy%_VÓz¼áFe›q!"¬}¼à·u«££££££££££ã0“,9\l!E@eâ Úd BXQùe=•0/»“äÈ&piÇÄ´h ’Ï3L²sƒVšÈ0‡A™ôÇ UÃêÊùoeË þˆ/Ú9Ù5ñ`x!TÛ¹YÑ!Y Ïò¶rdk#¹aŠçãa0l¯Ë= ‚.„ßÁGÖ¼ZdÑÖªTž[é¸b…©Êî ‹lÝ0Õ_‹´Óº*t±Ê"y6†¼È+hd4–{3¡Y-¤WÝÔ"þµÒ:+“Î>Ut#.˜ª¤hºYµÑ÷½H\:XTóKV`:òé Açhõ©4¨¡3ÿæ:ep¯„9²+ßò9ÓðõÍeàÌ‚>Eù‡HÖâÒã©B=êt¢«£££££££££ãð…xk™Í¸ŠÑ’ø&Xƒ“Ši"6R Hz³1¿ÄŠáCãì mµ2á0É& §®¯€!¥I ä±%<ñÅzºb`{›M+¼kH {ï² ¦û 0g´.Ô\Ä@(Mâ«Üôˆ061ÅêÊ•¬×kð0ÔyÚ0zGE™Ö4a‰P²„^+Œ5؆?B×—(>×^µB_r $¡;^á”D„>W±ªvùÉý@+æˆ ª¶eÄ“¿`ô ÿM¡;­Ê€&ÊŒÐ'dO[÷¢d§Î=Ç õÄP{Vˆ¨™þn8ñ³££££££££££ãêÈ ‘hªìFZûŠ’éäldOe¯0o3f³)ÍbmˤMÇÌ÷y‚㩆Bh•oý”(²bBm¶»¢ÊÊÆ1±5Á#9lH¦¨'BeÖTÔdº! ¥3qCM™Ök ëí:ÂÂ*°‹¨Ï)%‘Üou/&Sò}!ªÛBU;ossDB“=µ,t¡*Xµ–£cÊ<ä±›i‹~áù*ÍÐ錫¾’9ú¸M¬0È .ê‰çe[â-ß-䬳m9ŸæZ_Ðæ›-\O©Õ¡"3UÙé¢wꬦàzÁNñ꺬½öMòTçA‘tÒ>Y«lÚ4çFàëuóéDWGGGGGGGGGÇá‰lpe® 1®¿‚øD‰CH&“’§‹íNÎbψÄØ"j™mg’’CÚªSvd9ŸÌãjæbqÒ±xxµLÃÐx…»Y¯AŒÀIaÞh S¢ Ã@ ¼VfRV7‹…ÕF{ö4w#Ã`f¬··Á²(ùþ¤ž¦8'¤ÔPvNdØy[Tî{Â(/Òí7lR9,í{‰B6säÛ¦¬¥±kdžTF!µÆKB×»à5É‹†zZw"³ÎUæ1Z]Ðö¼ˆ]eGâøK a¿Ó_ÎÄ”€Æ½™v8Éåé=PrÍFµmUd§)Žøa!ô²(Ï>ù5™™#ý²¬"Q=ÙU×9³ìp2êǦé¼#,Ê;::::::::::®éàr M Jç„!yN;—”÷Dæ²í  ¡ÆF¬dcµíR=•!¨7dsDÄ>§Â±Ñjœ®8 Br-µv#4™0ƒÅË-Jïc†…‹ qËâmDÏKFư^cÖ9%°‹Ë‹!¼PmSÖÔ5_ÿ\â¤_jL•aÏ–_hkÙ “‚Eó¾A;ÍŒ´NEíÅ寇¬m$ÄÁlZaHŒ1.ÆÃjª¦–yCª²õ2—6H½¨ÞŒ÷U•®» È%O‘Û efyù¿ÒcÕNœ®vš¯hç3ePd©ÊO±*C^GGàZå{JÚðT©pa{½:::::::::::+¸ízŦüÁœ‘§(ûc<¶SµåÆ£Eë¸ø€ALË”X&º´)åÍïÀó0ê‘l-á8ˆòÂó3pˆ¾ðoFx-P¤Å¥lŠÉ™´&m8@|YS§s¡×h†Ñ«+Z«ËK•)enWÅEð +Àމ0„éåL P‘â!Ödef3îô‹ÈRÓ¹6k8UêzZß&páµg¡” ›‹°]!7#©¢i.o“,W\° FðÝ5‡%›oM¬xÎQnÜMªN7i®ÀU“Ýê¼vÁyDšçò‰ÚL‹ˆHe[…ˆ+$\Y£Ëµ5Óf:::::::::::¾# v€¶3“¹0:U)ÛFбÂhc ÅYÀ˜6T@ÚæS>ò}ÜÈQŒ]¶3ŒŒSƒµôüDJ zåyc)Àªi¶¾òW–ag\ž!TÆâBÛpGh(;A(N‹S¿a¼¹ÂñSÅd­.ñêZ”úHz-öâš+K™–H¶ñŽ-w¼N@ž>ŦÅâò¯'·4AêêˆÁŠTˆã‘Ö]ôÖ:%üâz•´™Í jpÕaµl32A°3Ót´°lêNr÷ªå¿Á7pMÉ@•“ ã ®º¼ËE4ôjQÔj [› ¶€õúŠ•øîzµ€¼þkéΪ=©@·Ý˜è²ët±+ê"¯Ú€âÇ÷ŽŽŽŽŽŽŽŽŽŽŽkìÇp±x3UÙ°H´ÁiU,æb—1@«d{?÷Ñ_ëƒ\R®¬åM+¡…’G—˜cÌØµ¨BCl3F©eÛ.ˆiÓºªl/“Q§ÙìL¨Nð鉠¢*Ý}¬Æjk+5¢)õK¼Y¯®ª{eí­E‚k:G.uÁT çë@:>»2l.Š%‰<™moe…3ùhu«¨*ךE›S1\–+G­–ÿÕ6qÿ½£Ö߬CŸÛ¼ûß(JFÔL-””H_¸!›V“Ÿµ0V·‰MAïù%iËSÆM·l~¶ÂÇíyË.$aPŒ»»vtttttttttt^°ûr±b„JÓ Ys™]âDˆ7F”Ì!k”èY1yf—òz=°üý^Û>‰Ú*ÜB±áÈq < ÕB’«²Ÿ[õ¡€c‰´WÅ¡@‹¨ á5Ð[¢çD0ko«4›k$X°^ƒ˜°ÚÚrQjO[l6U°xs±Ždwv#ÓR#ÁTZÃF‘b¹|ÿ¥ÌC޲¡ƒ XÚ]!¸"2G)Òbê4a[Ô§Pµݶ‹YÅ#ÆY”:©Í¿*'ç%òHÚ1(óËH.[ÁIÓ…`›DËFqÃÈ>˜‰èêø¾X–zpDDÉÄn:‘ìÕµk«"²üEfÞ|®¬ ”  rY™Ò}ü5>%>¯™ŒHq,~ÉV ì¹r˜£‘ÖØ{r‰Óaפ•S—ÅFÁ›˜³b›á#+²~2H+@ºÞš2¸‰xùI„RL›´â;ƒxγII¶× ÕèÕ‘Y\/Sî)/@Qz-áþHdMåWñÊ¡A¶° Æ|Ez8‘eZ—@;$C©æ`"ÞKeO/n¨çdÔ7)žq7Éf%ÏC•MnèŒ2QZ“Jª'´<2U5zK_4"z‘®žÓj/` ÉUåêçrðDWþ…kCnÜÙd#ƒÔÿÆhäÊ´z ØzÞóžw-O¿££££££££££ã€DpñýŠ §íÞÑþÑV»Ý}‘A™t /¼¢lçð80™kð 8Ž’Lö=)ÉÏ™5Ú:½·x\¾)yŒí*)Lz3Ž3^›7™j¸~øðMReŽ ÓÔå Ö‚¹-dR*l½3;Ñz\ÍD­<0ÖÃvèÕ5Š[@tù¬Vì+£_{¸ Øô§…ç5Ñ¥¡m IDATë8ƒT”ËnŠäCLp)8Ÿë•íÞ6?c¸ŠÝ®ÒTú†˜!*¾®êОÔñbM÷õ¬d h–Q[CpMô·ð<"i´¢~ärõ4“LU"+"d%P®u^5òF}ù6µo¿³Ha[q\1¬Td‘ŠŠ€ã$yðK_œ·‚ ?ñħÌf«££££££££££ãšƒß|÷/ŽV0hUîe»7Ù–ŠIv=„\B:â¼Ó!@[;À8µqȶŠÌPÉV`²ãB³vä¹b©õÀ„¼ù#FÓHe© œ EØT^à‘0+kc}šóLÀdTËhøkL$Àåo´á<þ ÛÛ£gצ$¤ÑÃýj²*¯c¥“æÜà±fï'”³À€\”D”¶ÍœÍlpp …ØÒÓÒÈÝ7äŒÊ¢‘ë0»«¢‹Ã^ö×2§ÕUêUSifBNU¡ "lMI›EDŒRuRGòÕ¸4m]0ayDir#܆ŠnÓS]¬Õ>ó4M^Š\kHâF¦à§°Z'(±:±ÅÕĪð"É- {Ót~QUˆj,U‘ÊüyùŸ'G®’e^@¾utttttttttt\#!ÄÕ%½ÁZ±P‹Þá,.ù‹]VìpΆ¥¤KV†þM‡Ù ƒ ¸9C%¯¦]Ò É¥º'Sä½4.FòR‡€jm¤6Åx“~L2-—\“^)£‘_)ª±ÞÞÞÜ«Ëx° ´¼LåVÝЩ´«ÒÚíŒd-.2·ìˆ– DæŽÔ˜{-Áxve•i£ ÛcCDd—¯Ó‹ïçÒÒa=’Ï5HÝ’j‹B7{p«ÝÌww#ýiO08®ë=ÈQnºd¯ÛJh2ºêlÕFS„¨1…k–y6S'áf l2Å*)ÿà: iˇÆàÅB ÑÜàr_L$;óG/OĨ×(Ö¶ —CuoŒN9 É.ŽE»’Äö´U^ÒŤ¬=¹&Œ<ÏÞ…Fum¡VP¼vº3»tvl·- Jª ÔHÒ‘ è½ "_‘CT11á6¬×ËÈ®@\†öäÊí·®“RÝj‘ùI†Àâ…âŽSÂÍøí (š™ü½úT- 6&avoú¶ˆ`ËŒ_@RG±á•§¹åñ©D*OPH‹³LÜ­ù4Uè‰Â™J£XÎü¸å+Mò5”›©ê1®ÿB=iû1Ó{(úé‹Çš’Ë”ëfÙ¼Q¨££££££££££ãšmÕLEÂP.‡²k²¥!ö Œ­3òT£^|V¸D¥SÊ\A‹zb–i”ŒìpÃqZÛF‡æjáù†KM!!(š ´ÑÂê*ñÈØŒXdž6MÌg:N*qé8`J6ÁŽ=¸¼VóAÅ«k†ÍEfVÕ´vä'ÑiwÅñoŠ©‰î_ÐË,ºíÉÇK•§yÁ6URºjÝXºir¥\Z%SÄíT½FÄŽŒºˆ5¯Qs ³àìÎÓ8’úõyÐÓ2E—¦N5QlˆÇZÍe`÷ÛÒfǶp<œÓÛ“[¹½DÖ/µ,]ØL¦={uÆÂÁåê÷€Æ¡ŽŽŽŽŽŽŽŽŽŽŽ«3ü2&Æ‘cã0ù°ãçô‘g*vDáŸÄÞIfŠbIØy}eÂÌì$o ä|$ uÆÕéŃ+gÄòQŸüÂó ,ç*ˆHnqÎ`Ò»„-öèRuäýan-1дEOöR3w8UŒ©,Œ×Qo3[~3¾³NØ/öêÒâØ•[&‰(â¤ÜÛÚи¤QÈ,öíƒô1ãí¹!ÄTGÊýE¥¢'âYu°VÓ\RyÑj}!aáäy¾ÎwŸIÇH-µÁPuEi¬¦aÚ dª¸‰ºÒù]Ð>šù7ëÙ¥=î)ukÝ¢ cÄ”K+f£éÌìòå‰^ùµ¬§žšH ²¸üT:¹?/“;::::::::::®‰(4×~)÷Aܘä‰t*lˆ8I¤È 4Œ‹xÀNvŠL“Þ€À<ä4XïäqžÕ)‰‰áq ¦óä’@îtÒ&«ÌÞ¶¬ƒEœ´Ò£ü_CGžTªzcÒ~uEÛ¢ÒñÊq«D®YÙйA&0'¯®haúŠap…%”­«=‡6aš-úÀ\¯¼^¢RLzµv®Ò-“oPülY­¨ô_j7ߨ²v´£¦ÒÁ5"OHEübMŸN§éK/…©FEµâp=(-->mßœ×Ó(¹ô–«÷¨,_“ÊKS)/éwU4kú2i[•PU>œºCzäÔ;4ÎgüŽŽŽŽŽŽŽŽŽŽŽk4´µ¤¦ñaµÆVH| –# ­µ-œH6·)¼µ|ð‘S¶Î0FæU²^”E\MWŒ2·’ÙúZÔ‘;š²(‡„²h¸'^¼žðZ’f¦Ž;^I „ZiZÌ™œ›#2’©Y†¡öêÒáÍœ6Û1<)Äþ^ N‹ 9G ØiQB'áA• ù¦ó,“)•c‡ ¸BL´õÈ£+ŠÞhj†*mòJRb­öjOé®§3B„™ëÖ›W4ß„à$e¤6ÃÖ‹mÚé«Ô†Ž) šRÞR¢…nOêòô”@-6ïDþܸ¥ÇLÒ÷UÞ¸\c”Dú™8›”CGGGGGGGGGGÇá¿û:aPv ©\l!·„Ð"6AšÈX›•…< O÷ÅqaHÇ+EÃ1ŠCMÖ#g €!¹Øý*4íŸRÂäõ‘¥S+c5ý¢Ë«4+p©¡^3šrUuxv1–Á¾üZ„‹S¥Ûxu±+*ÕF"9™rÏÝ”yš"ó ±5¡K,¹ÄwjMÕßyõ\? à-O,P]W9nø›µK§õ¦²¶oÛ‚#ÚìÀ1En(#x¡; Öû×cÃá†,’çÊSs›ð9!0F&l¶ŽåÈù–©È»ì ¨:tÄ}8R©Úõn¢`7ñ\TÎC5q£3çÉ®6Êeee'U!5²s¢wÔp=!7A˜JÞÓNžw %{ò²jŒ;$2£è¹ºgƈˆð¬¼¹ä`¦ñEÓU/Ä[öæ ó®úDGGGGGGGGGGÇwŠqemKŒd{@fMëd3P¼)) =/(¯Ö•×|PNIÙ"£ì¼F—6³%ýd# I¦eHŠÎ“«amG #Ñ…†, DññŒä1ý)¹l\ÖÖŸ?–0˜?n³FË"û»‡Æ¼Ôõ©È›…¶¾4Ña{ÃzÛz.ú€Â.èÆ§aþNhVuEj¿rœòSWEN+B ëÈò¿V9õ›Êx“é¢Åô5Oås"I4²Äh)nPñÃ…±©¤5…›ß &˜±VJM*rz*œLMáÈâëQe¶úm ‰V:)Æ”Çò0‹ó7@¦ý™‘Ý?Mcp:š5¼¼^í4½r]þA‡ì|WGGGGGGGGGÇá‰l–{Có7âR.,w2Æ’›TL0*RÄ#+šºX6RL„–\ôƧ¹ž.¬×ËÓ•#†,rÀkry£wcûh©WË”§A´†REpé_ÖÝÎüP«,Ø4„åKŠí” Ø £6*ŽÈ@6G û÷c†i†NX™Ö~Ø€Ó Pø-ÝY¢ÞDôÍAqp”·#å:^X·Rïºl3Ðâ]0ÕrÄô‚Ûc98Ž8ß“!DÚt118‡fW%{[MÇËIÉûo¢@«ÊeóœØ6r`í6PÝ«¼X[„\*lÓq"]é¹0•7W'¸::::::::::¾cÛ,ÚJ©Šh7FãìÆ¥ìF!Í”-âwS“ïÿ @ÉPìCNÓ|“gBŒŠ$ƒ€ä вƒ ‹ì_¿÷ùcØF ½ˆ¸(à/‰L²:î¼¥T2´‰ÕLµ(×=)ñ`€ÖBË[Æ;•„0²¬ë5Y˜^;xÖ€™Ùî39EØœô°²þ„á.¤~3aôUæCÁA]w­££££££££££ãêÒöôÀξ*F«)Š(³«$®6xœ68îvXfÿ”(ÞþmBBÙ}1/j?®6Ÿ]h@¶×ÍÄY‰c(ß[Fri…&ìŸCn…†Ý¦ÖÞ s y*|¹>òS^#3éby.–CñŠ&Ђì­&Á¥¯0cX¯1l¯Óר9|âF¶sÚ%O]Ò|k‚=qdô‚Š‚{¡2‹u^t­%Zsjˆ(K‡x!ú8`2óÝúzÔŒIþ4ò£•+w^Õ Íò;eÜ$SßA{ õ¤“ì.¢jWÅÅ壧-Ò6*Õ#‚kAÓ¬½m#²òà@W3„&‹¶µýÈÙ.—Sû^.&›Q°à¼«03r8‘[)=–x-,*±š©ÃÎFÓüc’«ïüÐö™aÇÙ‡‡†xàlä…3q»bœ¡©r¦2Æ?Jçš=ÚQ‰ìL“Ž'ܹ#º¦bôÎzÌàaÀz{{tS$Îìji‰J’sbY‚ÌÁé]s#k‘:îRø[V+ äQÓ‰fìÇŽ Ö„ ÃÒÌÞ­µ•N*hõJ“ènƒÈ¡QÏÒ"-ñµ®¼¦Ó¡f°ó Gð}°T͘7Ó’U73ÞRf^·ªg-Ø‚¨‚.m}E{p‘!»–çY ÞÒQcÔdØRñœú‰Hyì<ÔÜÑÑÑÑÑÑÑÑÑÑq•ƒÕ‡zò6+Ë'›Š³M™©ó±^Y”2v¶[Šngô yçÆñ4g+­6ÃSF«U4v†q$צ_ó‹éé©•L¦"Â!" <õ6“~MH&xã8‘ýÍ,&± ]˳íåÌ…õñÛÃöRì€âH:¿Y@:¶·1l¯ËŽYE2ÑŒÓJÀÿ„¨È²³"‡õ¨ý­$˜ë8cÄqJª§rˆÊ¨µÉBk%õ™,I“ê¸EÈ5„ O<Ê/ÿ>âܘ†Aå¾%ô&ölîX('žx¦¦*µôe½u1Ñ%•Šè UYRv]—©ÇüØ2}É¥w0Ö—ëèèèèèèèèèè¸Z¢^n¥Ø…Ú`Å©¤Œ 1eäWÖÏÒS³´¡ØòÊ)%[T}ð'±]´RÎ\Ö 3òÔRR'×ÔW}[‘=ê¬MpyâgJö”T£Dµ§Î&¢E¼=ˆ£)u´YI­Ïå¹±[˜¸/Ù%ˆŒùtÝ·cøÜE¤‰#!LRÒ¸Ò.ŒÃ‚‹p6NMÙÁ¦I¬Íç¬Dž¶‘ÁEXk¡yuÏ{ém®tD¾×&²õ)Vÿ—+¾Ä ­:-„ˆY‚p'ÞJ•tÏæ¹öjš;™²jõ›ÒU[ «AúâªºŽ”rM¬ù²Ð‰ˆ.sõ{Å@.áÚ¢Á˜ÇW²ÜI"Œ²IAH³›ÄfãlïbÊXŒ(my%6q±-‡bûȬ)YÏ«xd¬”m—dò˜Û ÆÊ™ ¹&©àY£†ÅŽD/1â€ÒDZ¾P1_¬We{á3‰ï´¼;Gã– ±Q)µÖœJÒ†õ6†õƒæ¤7­Šáôƒåd²Ç›Åë,y½,ÕåìL7MH´úÕ‡ªÎ„%Ïe’‰@ʤH8 LŒÑ½º¨[¤âú–°‘&µX–å†Lku\·Ñ3Ò§tðù^äÉ¥ôk!{DΑfÊA†úò‹àÌë»+vtttttttttžˆŒYhpŸÅQ=¯ˆŒÃ ICت1²H¤43El%9•ÙÉiÖÌP´Œ`­noèÉ•-âžÒjßm_Z™¾ÃÖhv@ µHòôÅÑ"f&Gä¤JœÌ[” '¦-rNN}K’Q Ó뵸¢¥ª&Ñ"戄 ¥{ÄeªççNÂÅÙæ !\”~"xã·:óí5GhO)›Ä”çNbGiÏ”½»6…´êÊa§¯Dœ ¿üå #æehví=ÝHqLZ'v£QÌzr-žÎ¸,XQÈÅqC«6Òsèèèèèèèèèèè¸`Š´ 6ò2A˜A«4}P-!¤}*F±òš×šFãšÔÒ@Ú^cxPÅy3­Ðë,Éõ¶ÙrO.i‡)ºfRÞN±ˆÈÚ0Íoˆç—2¹vS,«ŠtóÙ!¨ÄƸ¶ŒÕ¯g§2UÃzõöÚ2¶"u.kI³1K• O4R‹Íï Ýú Fzæ<¨$6HJšjN‰ýÝ’RBenISœñbó¹þ¦|Ê‚¼NšlQ¾ß©rõ«7+0 Paö䆰WÌ%HÄíK½»â¨®ŒìôÛjγ×e¦-feÔy$'Œ(A——yGGGGGGGGGGÇ5ÎlÌ ¿3#;c¥€Ù? {pq^«Ë˜ ÙLWî%´*dYJƒ‘‰Ê$Wõu¾¤®1±¡9-2ϲFWù”ÏÜ$¹f0±.RäO1//Œ885OH¬•ž÷áIqY6#l6Ä[¹–e- «÷Ì™8Þ‰ñ.Úð€a½Æ0¬ÇTÛͧ$—)v¥Ú¡!^z„äȼ²ÜÈ!5‘=WsÌ@Hp…^[®/ÈJ‹:-}>SÛƒë)gÒ<¥Q­/µx½©vJ.'º¼…mó (Û ^i÷‰ËðËÀ)wføR\ÓÔ¹Üc«eH 'o7¿ðüF­Ó»ÙfÕ&Ê:Š|·ŸàÆØÜœ'E;::::::::::# dm,ã`mB1ŠX®±| /6 +†Ý !ïC“ýU²ß g.¢‘8ꌸØpÆÞN^dy//¢’\ñ  6¦6µ©Ø¥¢+e§ÚŽ¢²-gŒ•Ú²M98²©kaøBœ óa½§†Š8 EÍyCy(£=òQ)ÄHäq#dNñ`7ɪ è§W.ð´Y„°í/8Ž(ì6p D{'éiy-²k³îÜjˆú3½eåxö¾Ú]1³›”¿Å5Ù5Ñ~¦ å£w¤œ¤•Pµ'›ÎG8ýµ!;‰hù•rW©éž\‡?ü·öl i‹Í}k[È=ÅX1ÔÂdo¦ûÆôÉæš,NÏy×EëÐPܲØrÒÈÙÈÎ1À® BOÊno,Ö¦šs¡V˜o§aæ]%Rá2ABjݰºL"Og”Wå8ø¬žA„€d‰ áàšfòì|¾y¨¬13x½­VXmm5}‘´Y2¤äË&¯¹™j‘-õ¹±óZ«ltõú°KE‡õ¿ s6*a[˜Ê3T»{£ºµüyšÍ—uKOKº)·²LNI®0s¨1ŠœœJk×§{Q¯4¹sÓeËÜeȬVÿouÓÖ’£qþ­¼¹ütÉCúÁààcß¾}¸ä’Kpé%—àÒo^Š+®¸÷¿ÿÉÍðû÷ïÇW\ë^÷ºM‡ .¼OøO½ïuOüÚ¯ž^Ýÿ÷ .ÀÏ?ýYØ»w^õŠßÂ-nqsÀýŸÄ…^d®w½£qÒ-oSø@œúÂjUzï_¿/ýÍ—OêõØG?¿ðs?³óŒÍ Ònt£âîw½+žø?ŽÞàßÖ´GuÞó—vHÒ^Š={öàázŽ>úhüÙ;ÿè*Õ¥££££££££‚W€-u-4IŠ ™Ã •ö°R•&Æäz2Ïò9ŠÍFœbVÂ79#ÇS"9’ÓÎhÛlNrUSl<dzHƒ—üf˜& Ñ%¡Å(—bŸ²F'\2æY„H+×Ç ®¹sS#~ƒ^XÃHt†Ü¨’#U[Þ,NíE˜6×k‘ˆ ЦÍëNCG¤ô_Õ8¾‰k«¨C4Ó4BxDD'UÓæb©ó©G¡F‰u9De¢ûÔbžµ­Ú¡ËkÞQQõ…\åŒjŠb£-µˆ®Ll)o·¥ë—ÙD¹.ƒ%˜ª#7´ÄS”ÕùU6¶n†/|á_ð/})öîÝk®_÷º×$¹Þü¦7á#ù0nt£á–'„“nynyÒI8á„°µµÕŒ·SìÙ³/üåãÒK¿‰—œþË™à¬V+<ì!Îçû÷ïÇ^„O|òS8ëìOâ/ÞõpÆK^„£>:”›ÛÜ·¼ùÍÃ{·»Ým^Fðúï¹bÎ=÷KxÏ{ÿ ÿð©Oã5¿ÿ;ø/׹η%mÝ»w’47Á®]ã+Öî]›¿juttttttt0ÆejÔ:ÄÙVûe€ZÆÙÀ¸D8y_¬”M62Zµ]ùÿ³wÞq×ÿΪ%K²dY²-÷6à6šÁ´!z¡w?j¡'$$`:˜@HB¡ØtlºqÁ¸alãÞmÉV±,énç÷ÇîÌÎÌÎ^‘N–lÞ'1··;m÷öæô¾ûÞ®øxŒ\µé˜'tùctË9àFð¡èK8¢Hû˜ûãk—¿¼’I6¦›Jåö0ÂRp°îÔ´’ý-½nÐXƒ0/× 'ÖcìãeêýÆÓEŽV(9©óa:’øÅã`ŽÚÅU,ò.8ãÜ ÖÎÓbÂK½Ð<"J÷k:Uª÷žY!T¿T°°N ˆê¸“‰ub‚PE57“»üzJh"‡5ñ|«´Wë}®Œ]žŠr=ŒkÃŒžÝ¹Ùø‚¨«°ræOÞ)¬€¦õÚÎѶR·˜Ù·*ò…ȳÀwcPæ\jQä‚þeÆ}rÞ‘––X@àðú¿ÿþû˜:u `Æ ذa>ûôS@~~>~sç]¨¬¬ÌØÇÁ]÷þË–/ÇEœƒøA LNNn¸þÚÀþÍÕÕøãCàÓÏ>Ç 7ÝŠÇ'üÉ*ÜvÈÁ8íÔ“36æt±ŸsŽÇžx /¿ò*Þœ4§ŸzÊë»3!D®,¹‚ ‚è$¨2VûSµ!TÇݶ4¶£šsK´Ï=…Ìp4ð=ºXÀ9HôÅ•÷ntŒæÒàÖÆ+÷¤5‘‚Ç«lqi›‚Čה+ˆí” ¬ Za)8µ>ã2TQx— IDAT(‹¡úFhÇãW-š¨Ñ0BmyfÝN½]î9RÁò…ñ›âpb18ñ¸qÃÛÛçê—ÑrMÔh5w‡m0¶}mTQͼeR^fúõ2ÏÑÌÝ¥¶z‰ÃØöï+5pM;…j®ª¨%£W‡6¼„Ø„9UèR®‡º ‡”cÅ¢µj}õÚ3ãÕ6‹*j4gJbaW\ˆ])a“ždöÐJ„×ÌA™ÛÌ,Ê•÷!óËÎLˆÈµdÉHôq.-—s€Ÿ§Ë,·s«\6±¾¶¶?ôb±˜µÎG‰Ã;,£ãxsò[ø×˯`·Ý†â†ë~žFøªO$Á%þ ðÊ«¯!gtŒíɶm€ü¼ÜIÇ’ìl¹‚ ‚èDH»ƒéf“Âè¿ú‹Ò+bGà¡=÷5(µ=áeå@Ú¾ÉÁƒ¦Œjr¦ô¥ë2Oµ0ñ„tÀ´pŶ6ªFÅ,ûB+™Ý'JŒ°ŒÚqAo›=“\Ö0/Fˆu¢‰…¾·}0ò²¼g*¤àa•¸~p ¡EãqÄãqD²²Ü|]^x"ㆣž›ñ…Ô†iÕRR½üäóImUfûü,ê§I²¼f0%ï^“øÞN@àB¨ã0ÄIk>.øa­ÑF† ªÃO–‡Jô­Ž-Á=o.i©„*ú.«\¹‡«'”úè{ý2£/‘+äûe^Aõ6ƒr?¦´²¢¬l‡Ú÷¯úyYn«À{Û½.B!µó2¿û;·À pÆãq<úÈÔÔT[Ë>gŸ}NFÇ0ûë9øãC ¬¬ wßñ+äææ´º­`Ÿ½GcÆÌYX·~=z÷ê•Á‘¶---˜ø¼›hýÐqöühNù“Þz ¿]„œœl <œ. ˜ññ¼üŸÿ⹉Ç«/¿„÷?œ‚×^Ÿ„o-ÂQGŽë®½ €{Ÿ¼øÒ¿ðÅ´/ñÝÒeè^V†#öÄ…?û)JŠ‹m.Z¼/¼ø~» èß¿?NþÉ 8äàµrYÑ(¢Q¹‚ ‚èÈ/Šâ§f¾i`Ú%~%io©ÙTT»‚ G ¡fIO ap7¯—bTq‹&’Ós(v¦gqÏÃK{Pﵑ¥µ’)ä­ly‡·˜\xI]ÒB¥1ŸJ+¦ú”¤¿¤ãMPV9ß°tøII%| CK'cî*ŒBIÖÑq¬ûµÁ,`Mgµ¤·~Šß@®©Ÿ¹¯ã™Jž9Ðw™*˜hŸºiKhiÁ2%O9q™jŒ½À˜WFé§ž7’©3XnÙ¸[†+ۉƊÐ+îK5á¼­0M;öjS­CÚ³êVaŸ+Óµj……Ì3wî\ÔnÝŠ<0yaóòÿó¥—°`ÁkÙ=zફ¯ÉhÂù5kÖâ׿¹ñxûƒ²²²6·9tè̘9 «W¯ ˆ\S>ú«×¬ Ô‰F#¸æª+ÚÜw2š››ñLJàŠ»uõõ˜ýõÔÕÕáê+.Ã>{ÔyòégñÒ¿þ¾}úà˜£BSÓv|0e*.»òZüî¾»1zÔÈŒ³¡¡·ßy7>ýì ìµçè89¶¦¦füòæÛ0gî\Œ9'ÿä¬_¿“&¿O?ûÏ<õ¸&t}ôñ'¸û¾ß!??ã9…øìói¸ã®{𳟞‹sÏ>S–Í"O.‚ ‚ :Lù{YØn"z&í£`Ó®6M™£KsÅê~æ×—BóÓwAm˜)!•ªˆ&“ëhr›çÈjµhdZþ2ÜI)’r[­­ØJlí'´“ª`~IEÜ2=LCY8sE¨¶\f[^_£€yƒ¶IðJdà·ásåœ#k‹D‰F‚Ú”íþáð/pàÂk­õ†çƒ4U<|ê¡ÄFº\KÂ="½·RèKÄ1k×*Q žˆ#ÚHøY‡õ­ÑC@UáNÙý)M<5áw\™\ÍÄóÁØ?oýtÜÇ ,¸K›Ì{Aˆ^ûÃôNÓ„6æß;I¿ŒBøƒyƒø¯ÚíûÅuÓW[lï 89³fÍÄ„‡F,Ô)âüŸ]€ž={¦TW½æŸþ9&MzÓZ.//×]= 3¸ò_CCnýõ¨««CAA&½õ6N:ñÇÓ¥——+lÕêÕØwìíØ‚obÁ7 u²³³wˆÈå8^{Ã~ÿ÷ú0 ?F!÷-üv^ú׿1fŸ½q÷o~œ×Ëí´SOÆù^Š?=ü(ž{æÉ”DóíÛ·cüQÇZÝyǯ‰þ/ù~ò1 èßOÛÿêk¯cÎܹøé¹gã¼sÎ’}ï¿ÿ¾¸ëžûñ—ç&J¯íÛ·ãOEQQ›ðG”wï8qõϯÇÄ¿¿ˆ#ÊŠ îÊŠ”“‹ ‚ ˆNƒL߈Èîp°ˆ°ÃA+ÄŸfî¸ù±¥-ÃæÙ©Ü/Ιµ>`·{–W¬:áP!L:¸ŠWÊ€+v¤ëq DÒ° ­®¨wh¥™”PˆiÔA†Ö4ŒÃÏÊtÞ "Æ«ÜN&p©FlJ×0VÍsäzÉV_rÛ ·»wâˆsÇMè+¼/Â÷›¥—I8DÛEö÷qÃ-3õ;Æh»Vï/Q+L’áÜQœtÌúac“ƒ÷ë)»m‚WÛÍÁfŽ6ä°hâúÙnj¥/[²uOdb–®Ÿ©Ÿ7SfYѹ×'—…üûÄ6'ؼÁ”y>Ùï?c`Êçr©ÞmLÝoûž±`ç¶y"¯¤ø8Ìœ`;˜3¦ã‘ dþ© àÖ[nÆq?úŽ?þLjÇãØ¸qch}ñ½\µj%žùóÓ¡e.¿â ôî]•ѱϙ;pÞ9g¡ªª7î½ÿ<òø“øÃïîkUN.[¾±Ë.¾°Õ«+NûrnºõWÖcÿþÇßQZÚ-iyyyxóÿ‘ï±aã&|8e*^øÇ?ñË›oóO?ªÞ®ÚËÿù/àòK/–TVT`ß1ûàãO?ÃæÍÕèÞ=¹\$Á:Òz¬¢GÀ¾sÎ<# pÀ¿ÿó ºu+ÁÙgž®}N‡r0þôð£˜9ë+¹ï½¦ ¦f ®¹òr)p@nnŽ>êH<úø“˜;o¾¹¢YQ¹‚ ‚èd0›õe±˜Õl‘‰ßåNS®v€qf1§¸´¥IÆ íY¦¬Ç=!‹yíºÃQÇnØÖÞßq­ûËËfô*˜zJRmÆtâHÜy¢–R'iæ'™¬ó.‹_Úª!†œ¼yÊ ½<,mØ.YÈeT?‚¤§ÐšpÅVãŠnrzÇA$uóuî]úœXà2™" ÷Niûü²© ¶ÉüïMØ÷GùrÚ†¨}dÜóÀ³~sWÇm 3eJëª(£ÉGfzÍS)ì‹kó¤ÎgÎê¶ZO9kíZÁ}2`Ÿ¹µË¡ˆ]RÜò>#¦ì7Æ«{?齨F!®ô’ÒÂ.±JAË2à\hÖ/°m`¶J‘Nɹæþ"ùâ`RS]H°‹Åðêÿ‹¦NECC>äì³Ïk}ÆñðC¡©©ÉZæ”SNÅèÑ{g|ìpÐ?ÀOÏ=ð¿×ÞÀW³¿ÆÔ?Á¸ƒju›k×­ôîÙ|\ååÝqì¶km±üü|ôëÛ?=÷lô©ê»ïû^øÇKøåÿ]X¾b%`úŒ™˜9s–VwËÖ­€•«V¥$råääà†ë¯M}p–ß©mÛ¶aÓ¦ÍèÙ³¯þïõÀñ¬¬(Ö¬]‹X,†¬¬,¬X±Bž‡ì‹—¸+I®\¹JîËÎÊ&‘‹ ‚ ˆNWóü:ð"¥Ü¿”,Š€ésÀÝ,ïŒ ›ÊõBð#D\›‡K;+"*ºu¸¿¢¢ðæ‚ —„bê“õøö°Øé@M_ÏÐZ‘K?CíÇŸŒÔͦЂ;Òð²à)ÔR®TÓ2IyA™†jÀpµ×0¦M!‘nÝ@kIQ“”Vµ¦u<wâ`Ѭ p¢Oi" †ÙÆkS:Tq&¤x¨Ðf3üÜC®„uTñ„%83Ï•ØöŽ«¢V²F)â$ÌA¥Ši^0?ô10Ò$ãVw™"\ š"ÚñÊUÆ”ãÌ/g»êÆwƼ…}NªÀ¥…ZÂ.ƒ7OHË–ëàžcÁ+ Úuô~HÒœö2ÎáGO>ýK/«®¶'WaŒá‰ÇÇ:O2ÙoÿýqüÜæqÚèÕ«'nºñù¸úÊËqÙ•×àñ'ŸÆþûŽEnnëV\¼d‰×~fE®ýû¥'¥É!„¬ÄÒ¥Ëä¾ÍÕ›?i÷²€–û*˜íÁfïžZ»v}â©ÐrbµßÍ›Ýò¯¾Äê*žYÙY”“‹ ‚ ˆNƒp”â"ÂâÀ£Òf0sCšÌß/ÍmŒE¤æeŠfž%è–Õ Sì4ÕFƒhË·[uË7T§ [ëÁetg™ê©Æ­^eKeu<6+=¬Ù ðX <ADxuÙ’«k¢,—Ë<{UÀIï>нq’T×BД8d›cû®©“Lh‡,iù¬h²huE‚ ‚ : ܳ7 ¥ŽHdsf ñQ î0Õ&õ2o²ÀÍa;1د‹©‹ éb<Ú=lQïJKÙäÄáÄbàqO¥„ÚLØAñ±ržyÔí@{ÒýSQGÍ"˜¸úŠÀ¥¾Š:\œ“zò6¡Ž«Ÿ¤Ò†ú=µä×bŠÂ®6©ž¯°ÂÄ,9IJ}Ǩû% ¸¿ŒIUs`À÷ª¾¯^{æ÷–³ |)Œ*bw`t!Þ˜I}óägeëX-cmÜø‘QE5{9-Q¿Ö‡eDUUüèøãµ}………øõíwàü󆂂‚Vµ{î¹ç!;»uax­å‚óÏCaa^|é_𨓠œs<ó—¿N8þ¸.ìmíÚuغµV ³¬ªê––Ú×Ñäç磬¬ ‹—,ASSsÒò}z÷Ì›o_±Óä¡?>€q}›ÆHA‘QÔ-ÒþTì[a·1›ýÅtsŠûvžŒžQìP®š¤ªü¢RÔ¦ª¦Óp0ÍnqÅ-.D´ºï"já´JŽ!n ,RKHЪªƒµ¥i¦î@Ú ªúƒ­ •@õà–BæùÆjm5¸ÛÒ¶êc’ >ûÌâ0j—Án};q8-1»è`½GÂÎÁ.ù™b,*›ôêKË(cöc¹–š¡¹h*7‹6—p_²{XQÝùFH@!b còœÕmcÀrXamÙÎ2­ï™œkí^\~øz£soÞdÊ1-É:gð=¡,5tÉ€”Æôó•ÞRÚ}˜H¼ Û†.Hš÷¼|Æçm¹ÅÔkg¥-sh†ùñ,©¼¼<Üð‹_bРAmjóï^ %Û႟ž‡ææf<ñô3)׫­­Å}¿ý=¦~ô úõë‹3N;µG™y6oÞŒ»ïû`Ï=öûòcW¼|ä±'PW_¨·­±qÇ PᤎÇÖ­µxê™gÞƒœs4*c:tÜÁ())Á‹/ýË—¯´eŽ¿¹© ±Xýü ¼òßÿaö×s0zäaÍšu˜;oF…뮽 PPP€k¯¾÷Þÿ.¹âj|àèÛ·¶mÛ†å+Vâ«Ù³ñ·¿üåÝ»£¡¡gž{>ºt邾0Q±"0AADG¢ùx"ñ;džgæDÉÃncÌLLÎOàòÍaj1εÀ#×+Ë0`˜4^Ġܾ˜f¸ù¯Þ¹€1du Ó&éß²aVfˆRÓ–~…zÉlìâBkIIsQÇ•°¥n' Ô´°CÉ?’Å)t<­Á¼½_µ+pc†°Ä9xÌñòuEý¶Úà±0¾‚iy¤Œo³ºOœ„-a¿˜(”m_ çJ]h—ÈwJ2…5o[=ô¾¤¥f"´|„ªØ§zui!LŸ€ÄÙ¤~G(3vbZEïɳl+0ÊD‡â\Y𒩃U?º°[;Dt³T®Wâ«"NÖ"Jº0iþ(½vªîŽ_´ÝEëÔyó7ýúõÃØ±cS®ÇÃe—_Ž[n¾õO¡÷Þ}C‡ Å8 ccMF4ÅÕW^Žëqyì <ùØ)x8Žƒ×¼sã/..ÆÈ{aüaãpÔ‡'G|³ ¾Yh=–““Ýî"—9~À‚ú÷ë‡q‡„Ÿœp<ò•ûç£N@ɬ¬ÐWt¡8q“ Ω {ÐW1t«xûl7·lÓ¹Èq9ãÛ& seC<µሉýÊç¸_,­ŠqXï“d÷£Ñ¬œ6ý¶8€ã®RêÄ›Ác-Ø^³‹>úGâ¶3HSS–-[ŠåË—céÒ¥X¾l9V­Z ¸úšk­"×¼yóðÛûï ìïÑ£~ÿ‡1kÖLüñÁ­ýåææâŽßü½{WeöD‚ ‚ ¢³×I×£Kæä#’• –•H$ Æ¢ŠÙàYT¾’å¾ ;GuŒKøqh¶œ*€ù6W(›íÈ|§5!=d$‘/¦1O°d±mƒ@aóîIZ'Õî”BryIXlã4úO¨ä˜²ùҤ⨑ʥ°éYÖ.’^'nLàÕòÖf'Ds4Ú!¦Ú£/ó"Y>3'lj{!ŒÑÄeÅMàâJ ÃmS×nsÌfûÜ.ª\Œq×Û† q)0H(sƒØ0>uü J¿^:÷é–߾¿š†)pùÍ'ÆvXðZÜ{É¥”Ï%– ’!º³¥Ò®?͉Ûh¾ØÈ½v™7PsŸ­ÚjëDù|!¥­œ£½ªj¥ÿ<¥cøðÃð—gŸµz‘E£QŒ9²U펽7Æ~8Þï½À±¦¦&<üÐCøÍw!//¯UíAAÄN‹gq3õµ(ÕsÜã¾3x¨ÏÁO¸bŠ}Ä0"ÛQìXaSyv©8"œY|&ǧ”¸H‡!˹6”‘x>MSÇ–Û']Ò­’ÀèlUß¶ºâC¶ H郹O‰qUþñÛC ½Dÿ8dí”ëxãN{lÊ7Cö›^Ÿúy†Õ×Ûæü/¸Ã“¹­œ[ÌÓÒâ­Ä˜Þõçf›âFJxÌq0÷Ko+ïpˆ/3ïeîż'ä$¢”—ü¯1‡Ñ>wx`[_ô¾m÷|j÷nŠåø®¬aç ;7‡¹ÿü“o«ß±B!gŽ¿úˆ¸Ä¦àÏ‘Œé^]¢ |åÐ&'›`'‰à<6'ŠÏÆ+¤æ?;šmÛ¶…†IvïÞ99­_ ñì³ÏõÖZ»v-þüôS­n› ‚ ‚ v6Ü¿º]J<ÿ&¢ˆöà~×>p”D1̲ôcsE+¤ \ÜÝâÒ;Lˆ[BÀRæÛÞzcP<‹Ìk‡Ù<¹ÒÄ®f)Ãîj-%NN +j#j;Üm›óœ¦F7tlj+Ë$m6‘ÙÙ°9žÈcI+§U: L7šp7#ÆÜ\]ŒÙÊ'jCìf@$’ð6WòÓÂã,ù±2êx$ÏFuðQ/‘¹­·¢0¼‚´&’ŒÝLÀ¯M„LÆÔ/Ef.šõ2h^TÞZ‰†ò•—«î²",,;YÙ@V–Ÿˆfšw3>‡„ž\–Áâ0›Î¼_WH4Wƒô:Ï,Õ ²³spåUWâöÛoGKssàø´iÓðÖ[“qôÑ?lS?AA±ÓÀýüU¾ƒ°5ýþn®xwùFçŽg 2ߋ˴……]•ô2Jè#t^èŽ<ê(Ì™;_Íš8Ç1aÂÜu÷Ý(**jS?AAѹџŽûá¸ÉÜÝ#†®¤˜F”›¨˜¢Í¯/ÃkK*eò¿!|™vŒ·OÛÍDD›ÜM]à¬o¬i®{•v¶Ôh™@«š+\ª†•æÞra}¸W<ÞT‡cì‡G~ÿk44Ô£±±±XŒ.‚ Báœ#‹¡±± xôw·âð‘åhi¬‘O6To)nï8w‚ëÔ7!el¯b΄.p1/dQ™?…gW¦BGÓ!??#FŒÀI'Œoº>ö8 _~9-#}\|ñ%(.)±«©©Æc>ÇIò9AAÄN ó…#þSqæÛ 2M²H2¯[úwΔúÒ1IɧÅDÌþŠ7‡­'ô1¿'¿Kp׎ÑÚsˆ ®Àeˆ\¢dš¤-VÁÏIƒ3IŠ IDATVÛ_æeò/,ǃ:üáîQ__OÂAiÃ9G}}=¼ëFd5o7Ë'¦˜¤!’ÐsåWE/`x®*E¬‰ë€À¥‘OYô‘°ïv49998è ƒoMžŒ––`>­t©«­Å¥—^#€nÝJQYY‰-[¶´¹‚ ‚ ‚èÔ(Ú“‹Ô˸¯êCsϪñrl1­Wª)Uԅз,&E0¦ëfjÐÔ¾˜ï æ jŒ¹‚V”1d3 ‡1d1„åä2=ºRððÒBnÂ,·%ïxŠIëýáe WFx¢¢=  uí?YVŠN\yïÅŠÄô¦ã5¬æÿ‰ð½M°|s„ËÖÝq0 ŽˆˆA‘¢ó‚/#¦È&f%•BÄ-?µ±Ú’áõ•¶7W:â›j¨i›ûê-U5c¿}FAm†sŽ}GïçoSüb/N\Ÿd’FñC æÎÐ9HÀ̰møKpŠ:^x¢SÍYœÃÌUD;’ ë×Ë9ùõ×_GEe%Æ;T>|8zøá¤í,X°ÿ|é%Äb1<ûÌ3¸òª«ðÃc~ˆ’’ní5t‚ ‚ ‚è¤-Ĭ,¦«ÛpUÛ±´¤ˆSzä‰YÚïSO=%J+ºŽxÇD='ÂÔ…¼ÔÁû};pláŠm„ë—Æ8¨ü°z ¤Ö‰Ò~*u¹òÏôdà¡Gò4Ç@a§²¢Žóóp)HÇ^!j™ó 3Ÿ¥Xæ8!Œ™‡ÔG/²C®¿ªÓ üt“ê/Jdž+ÖÖÖâÏ~ZÛ÷ì3ÏàŸÿ|)­¼Y“&½‰ßýö~Äb®—îŒÓñÁûïgt¬AA±³ 8>ù–†gZÈ„ñ8"Þq®×õX)žmâ:o)v8¸£ fBïⲬk1QQÎÅr" Ù _àrÍ ·we|éb•ÙÕ-ž¾-Ńf“Ö˜Vž.UèJt\”±y}y wÐ¥K>yr‘ºtɸw9[/颂èOú†WV`þ±ÍaPÊ{eÄÓ ÍKS±ü&ĆÔĘDéQmóì3Ï`ëÖ­Ú>Î9^í5̘>'œp"ÆŒ‹œœ`8h<ÇôéÓñÎÛoãÛoŽOœø7¼ýö[¸÷¾ûm '%‚ ‚ ˆ]5P Tµ¦8 Éçè,`•zóòÎ3·¬cD“¨á-^[ÆÀ¸+N‰$÷my²ãàŽÛŽ(ã†52pO<ã\<¸ç¹’ŠS¦œˆ—o…鄵•¬L’÷Æ.¸‚ÈÜó´b`pÀAÄx bˆûzecŠ3œˆmó-+¯þ¨…UQŒëOi:RèúðÃ0sæŒÐãk×®ÅO<ŽœgŸÁ°áÃQÕ» ¹¹¹¨®®ÆÆ°råJÔÖÖ&ìcýúõøÏËÿÁégœ‘°AAAìzp?ïgn -5ÌÕˆq¦¬²è9y¦ˆ+fùñ"L5WÔ÷ÄêŒ\¸…yÚ§ŽÂ5Ÿ„ fõäR©¶‡¬1‹iž–ƒàv{´l_8BtÇ‚ vIüy”SLÕC¨”úĘ´lT´jL cT¶•_¦ºw`¸âŒv«ªª~ô£aþüùøüóÏÐÜÜŒÙ_}…Ù_}(F1fÌxàAøøã0mÚ´@™>šŠSN=Ñh4ãç@AAßH`eŸpÓ‚o30À瀥¤XaæC{Q]Ø=þê‹,â&‰WŸãsвۻ•tï2­‚á$¥>Èg˜HO®`ä´)\1LK/¤mòâ""ã¸ù¸˜'$¹Ó[Dñ‹…Í?a!×É<¹iô+vO®«®ºúヘ7o °°'Ÿ| ?‘Hx Î:ûlüùé§0}úô@ý¡CwÃÕ×\ƒââbÀ¨Ñ£ñÕ¬Yøë_ŸÃæÍ›EEE¸ñ¦›Ià"‚ ‚ ¾§x‚“[ú!WàŠÀ8êg󕡆å¸ò\]zZÁÈltÎÁ™Å3'«ÐeœyJØ Âd†¹qÑ>HOQm„W—7ÙÛ„ý@È" ‰R‰¨‰æÕ'2ÚÈX }æý¯£gÄÜÜ\\ÿ7àé§žD×¢"œtÒÉ(((ÐÊtéÒûUäÚw¿}¥À%5z4† Žÿ¼ü2¦Oÿ7üâ—èÙ³g»žAAAt^|›s†HZtã,¢ a®5âæÖ¤±@ £ªÇ0×KF’ø……ì#ì&·mµªÈËå·#ÆË<ÕË-ƽfÝ„ˆ\™÷â ]˜Þº²X*˜¢–xµ Wf,ñ}äù_BqQŽ?î¹oî¼ù˜5ûkôíÓã>€›¸zîüX»v¶lÝŠc(ìZˆýûcð AÈÊ ÷þˆÇãxᥡ{YŽ9úÈv?'¢óãŠYƒËõ÷ÿÓ¼¸Ìðm)d™áŠÆ[ÿG™êX°œxÂ!“Ö›uLo®Ž#;;W\yUÂ2ƒ‡ ±î6l¸unn.Î<ë,œqæ™Þ3AAA|¿pWdˆzJ ,*'!c,ñ-ïAºžpÅ+&”*5;ŠP€4»CzÈ¿Çýäò b]zÿouEà‚Z_Y“‘y¡Ì-˹°¼¤aèXm…°ú –5½CAÏ‚pÄ)).o!^dÖñH‹ÎaÐÃú ñÕ×sPXXˆößÐØØˆ×'MÆ×s梾¡åÝËP\RŒúºzÌœõèž!Òÿ_üuË\e]X’¹ÍœÞÔbLû5ñr¦ßšÆ}Ñm'¸Í»w’nÚ¾ÂÂBTUU%¬GAAñ}%"ÿqEØ‚tÉò‚þü-OPâ<üoh¿|3…#UÂÀñM!‚q®/èp»-Ä!Ë à®'—ì¿­«+¦!py:Ÿ·m Š1\ ’*^!–šµŒÚ®c”'±ëûÈöíÛñÑ'Ÿ‚1†qˆììlÀô™³P[[‡=÷ŽQ#ö’q<Çú ••™I‰ÎÃÄþ=ºcÜÁ#/7ÐÔÜŒ)S?Æú pîY­\Oõ¬…˜ŒÍðíDõÕÉÝ2ß…M•îŒ?ѼRPõø‚± øžc;‰4dÈ`|ùå—òýî»ïN"AAA$A.ƒÅu£B„"úb’“ç§“7ˆ|GÕ´Üà‘*EsóçŽk³@±y¸×ÓE/W;Šx#ðö0ÀË`/"%­·ØÚ¦XeŠZʶ4ä4K«1/¼éÕ`Ö#£èûçú9±ßØ1(-u½A¶mÛ†eËW ´[7MàÜÕÚzy9|8çø`ÊTl®®Ass3ºté‚¡ƒaáìý‰ðÇåËW ¾¾9¹¹8 ?ö5²ÝÏ•HNIq16lØ„wÞûG~€wßÿÕ5[PTTÔöw\Àü¡ñìâ!ó¥ö>Á¼%Dü^•»Å”VÞI9öØã0hð`ù>,T‘ ‚ ‚ ˆ¸ã X/ÐO“k© ­®xk¹ï¹ªT“ÆÅ á‹+V‘ȯÕ¼¤ô\uVÒí!™~Þk6ËWÏÒ¿ƒ)‰w•ðàÒŽH©Ï&L%TØ1SÄ k{g2åˆL2gÞ|¬]·ÅEE:Ä7·l­ôîÕ3¡7c 999:x °hÉÌüj6Š‹ŠÐ³ge ü'Ÿ}Žå+V¢Gy9èææfé1Dt<‡?o¿û>¶lÙ‚wÞû @Í–-(,(Àá‡ËX?LNÂÂrŠôòñ„:ŸqKyå°å!KÀ“Kíg'œ ¬‰\AAA¤gD¸ò°[ÚL³ÜÕ =O/p0ÛbYÂ{Ëf«žÁKw/œy¹¿¸/Œ9^Ûb?àõ'Þ+Þejãœ!ËÏÝb#‰Ðd=d/o Q déxW%³æ’Õƒá-A|¨ohÀ×sæ¶ÖÖbý† ¨èÑ€ëÉyyyIÛ9è€Èí®……xû½÷±~ãÆ€ÈUSSƒå+V¢¢G9Ž<|<…RuBºäçã¨#ÆK¡ ºtÁ‘‡†BcU¿´PTU÷]ÝÏUYeÎIšf¯z¤›6UíWJÙ—àù€ÝHAAÄ.†äÒÄ``žç”òà]qFr5$% =à®ÂhäyTÜpl’!Žbq-“ˆëƲŽßQ»Óm©61ެp£'ó–ŽA©éLL_'2ÍVSñÜ ŽÄ¾MìêÄb1deE1l÷Ý1gî}HàêÄDC4ꯚÍŠ" _E3%4*g qL΂fÔ·ØÁÒJ »~(w¨m©åÄ’¼f_4-AAÄ.“Ú‘¯œ8`<*·%¹»Ÿ`EÉÓÅý$'KFzX)â<-ˆ‡h5àÌñ½¿¸(ßKKvÄÀ¹#Wcô£e¸4‹"É5¥LY;Ü UÔ]Ú´ddm¶®ÂD2[ÌŽºMÝ÷‰ýÆŽÅȽöDYY)ª«kðÝÒe€b/ÿÒÊU«à8NhýÕkÖàãO?CÜq0vŸ½1fŸÑ;bØD;ÑØØˆ·ßs½¸ŠŠŠPTT„ÚÚ:¼óþhlll}é…Ëÿ¹‡™²W©¦> Lg≉ñä$ÙfNò)rÜ&‚AA± á{pù9ç#ÞJ…ª™àþŒÌ¸¤ÁüÞ~ÆÔ:¾Ìå§_±K÷cªÀ¥¶âøÅ¹ZÙßL’x¾5Vé‡8ê.éXWšK‚¥nªYtߺvíŠúÆî³7&¿ý.fÍþýúöA~~> €%ß-Å_NǾcö‘Þ=Žã`Ó¦ÍèÑ£k×­Œ±zVV¢¦¦F¶/¼µZZZ¥ÝܤöË–¯ÀnC‡7—ÂÄþ‘ðx«W5L“÷§LÅÖ­µ(**ÂQ‡xû½P[[‹÷?œ‚ãŽùazá2ÖܪEÞ²Ì_Ö©Ô²hsë5Ëho6Ìù—îQ‚ ‚ ‚ØeáˆpsuEEOàG„(r—£R+ÊpF#Ÿ ÷ @£´ÔYj$Šº£ªÆ‰œ\LlÏ "WB]*S§øy _ÐŽj«û@ð‚’‡a+F(ïÞýûõŲå+0Á7±×ž=j$6mÚŒÅK¾ÃÊU«QVÚ qÇÁ–š-hjnÆÉ'ž€.ùù€¯¾žƒêê¬Z³F¶‰DPPP€Úº:|õõŒ±ô˖ãíwßCUïÞhiiANN†Û}‡Ÿ?¤ºº¥ÝJ0þÐqÈ÷>Û£? ï8E†›¶#”PäæÒòp¹ý}æThóæÒõwK`®ï“(.¦¾ÆÔ2AAAìŠ0ÎÀµdí\œ‹ÜÂãšÍ gYWCe3šÐÕºŠ™ãZ&zÃf‘å WoÉ罎¤Ó€¡•ܹBµ¥„§4µ)šè¾µ—:€°6LK[ÞßGö5+W­Æ¼ 0xÐ té’cx4æÌ›‡µëÖaÃÆÈÊÊFQQzõ¬D$°ÛÐ!¨Ù²+W­Â¼ºzTõî…E Ùoì>˜6}|³» Œöß%ÅÅønÙ2Ìž3999è߯ožuç`Gyj%Ã6ŽüüüŒzpÉ%pW_6«‡4ãÏô‚±K<áà⩇åQ‹ŠøñÐ;"‚ ‚ b—Dà-¬,+jµ˜uL––ETb@ÙÒ¢!Ó°pQI ‡+foרcQ#%õ6Ý£¬ç>—ðÄ+,&1x6½«üÞíb—^&5ÂÊr£LðSäÞksÝ:Ì›òt}A$fäñ?G^qo Á™O BèÄܤyvY§µdb˜ïRì6kuñ2êxR›wâpâ-à±&l¯^…E''%‚ ‚ bçbÔIסk¯¡ˆää#ÍE$+,‹D|; »óL i½p€óFD +©BAJ1æÂ["ç–/Ý{i_à%œ÷‡$d~ÇO%'W’Ãf„ µ®ïiîÉ•bŸ)“‚wDÀ£‹ "C˜:»÷êçã ÈïAg­@ƒaóšR)°,/7^Ízæ~–¹i˜ ‚ ‚ ˆN…ö׿¡Ïh.GB@b®n"½©˜ç`e¬Õ&ƒI¼º®ç—x/ô,˜b˫׿U4·|Ë-ŒH°™4Ñr¹„PÉY¸ê×*Z#T©ƒNE #‚ȃKäáÒžf$œŽLå,ÁœJù€ å—‰ ‚ ‚ ˆ]-ç–÷Ë´'*LhM²žš˺p¢Xq‘Û¢ U‹õü‚æD÷jSœ+iZ¸["ÈÕ^ò= Á+m&«­“TryA´Ëäl›q˜¹aµ)=¸­®×›Êäj>‘m$¯JAAÄΆ›­Š+æƒDÍqŵ ˆw`~]Ç7?Bž“sΔœ_²Ù1W°3¨ë¹¼Ä†b¶pÏaIxx‰}´*)Z8m¨SWYl­UÕšz‰Âw‚ 2ˆí©,±èúá}gét¬ï·>mOA4KAAÄNŠ6(íEX‚bE¯.¥j oS³ kµµwJ[Ê3y9E<“9Àx šRó%-å/éŠ\¦|—¡ÆPØì²ÝÜÈ ˆ"I(·ºÔç#ÚC³­T…'í×!¬gõˆñk–J˜#AAA»^âwÍk‹Ë#" ŽˆÊórdI.®+c Ü|ã%‰m(ÝËÌÅêÊše¢¬ÂhÚYÜSɲ‚12iÒf{¨­\aÁ?©B. A´7FnBøº•âøeIËÈÕã!s›ê¬öaŠ^AAAìzR ÷Ü©Ü@?îyQ‰pB†‹"Ș/pYÚµZ#L¤«r zTmwEÕ{K³—´‡ñª/—Þ[ÛÏ'$™±ÔVqŠŒ1‚ :)lj‹Z¿´øôdm¥Æh«ÇÛ6AA±s ’k 3@ñ¢²Ú"‰'F1/,Pz\q½,3sÉ›m©j˜÷ž{ñ‰f‰ cÔúQ¬'æ·#1Û.rµJgbZÒùô˜ñ¯µEGD{6ÏKßÂøm0÷\¾Âw%˜Lƒ9”‰~‰‚ ‚ ‚Ø•Ð*ßHàPtù_ÿ8órøJ G,Z¥`²IK¯~j?m JgºÉãy”ÉÞ=õLx™i9ż~9K¸ºbŠt¸V”láF¦}› "S¤6·¨’=7öÛõ|S­JæÅ–w1AH#AAA»(Áü[Ü˳¥ZÂÃKxI)]˜§Y1ïÿn¾.цžê×|į92\R=,¼¼¸¢Ã)‰æ¹êâ¥7×6‘+eCÈîaày¹É×ÔÛJe_"Lo0²è‚hOìºê±šzK<©à"`>ÌëÊ”ÊÔùM}R6_’ØOAA»:®¥À¤‰àÂüÈ?­¬kOˆ|X ÆŠ†žêÅ„ÑBœò„*]àøîZž`ÅE$ó!“Úsw„^þ{Ñ&‚öQëE®´t¡ðªЕz[f0OHåð@PãADf?þü.¨'–ÚÅÓ ®ÿ +'[TæÉÐÆŒ¥3AA±“Á<…{îVþ_ÿâá:wÃáùn)öXÅP¼ÞU\®|Èô¶Ä;Ó«‹+aŽnœ¡oŠ(âWB!ݲ Œ‰~™ïÿ¥<ÛoÈÕ*È^)ý…¼T7·@‚™û&.‚ v6AŽª{ýðrŒ.ä̵ö¥ÀÔ|[¶9Ïì­™” ‚ ‚ ‚ØIpªK9  Å1.¼’8÷Ô+¢—ÃuÏ/áÕ¥>7瀿(:Q.®3¼Ë˜ê5Æ=QNñc^ˆ%¼·NVÚW$m]ÈŒ½TޤåÁ•l@F?áÝÂfØ}óÍü¶„ ¢Õˆ)K¸ëú¦>ï‰÷¦—«"™H¼òŸÚ„‡CAA±s#D%|üí¥Jq-Ï*‘¢“çU¥X,îqW¯º£—ùA3%¢ú]ù¶ ‘+ü¼_jþ-­IGÚO¬"WÚ¤¦bÉ¥"3!¢…Ùy Ú9jLºA„Âñ”2ÿ˜îXê6 HP\þ”ˆ|ZêLÎS¡¸M 3Ç`{OAAÄ.G „Òöú–ˆð“‚›3K‰ 䢤’þWUÅ-á±e>w”D¦ZCâá»—KÖ³¥fñËʘV‡+ª$´R 'T¯Aú‘2†÷–ewH¯ E‚ Ú ‘gþädWÞƒ~WÂKÍ«¥äâRµ*®mXž˜¢Z²‰’Ó´HAA»"¿ó¹©¹f¸\‹ûbÜý"g—ø¯TVÅCLx` YH†®p°d‰4m±ŒƒÕD4%Æ\äÞ¶»¿íž\¡ÆKV XÃý±yo±à!­ˆMpã°¶EÑVB®‚"“>‰ëÏNÜßcþ ›'5Ë,d†v«‚SþDçfö×_wô‚ ‚ : #GŒH£´¤˜ŸK¸ t_' <³WÞº D¼PG¥¬Ô¢Ô‡ô®à#-æz]Éûr J.0ÅËKÔìéYÜýYmÖx¬õ-îfaÕóQ…®”Cµ+™llêøÈ #¢}’‘x"'öà£ ß ØÃ÷àRÞsËœ¨>®ÎkÉ<ºÔF¸ò :?=«tô‚ ‚ :œµ«–¦_‰»"–f-(ï9c†šãÚÌÀ8w¼ƒ `LŠb /*DèSÜXH+ y¶W5&\¼„(Æ-ËÉï#iëRô—MÈ‚ ‚ ‚ؕஷ“g¸¹á¹&¤‡•ùœži‘( œq)tqKyqmæ%§æ ã¾Â=AK},ÏÀsE8YT„³ÈaBY¯8²ZýÐ>a=}h)7©„Þ¤¦«(íkŸ€¥r†tšÎ>ótm_Q×"477ãI“Ñ·OôîÕ+3µ‚›yFÒ—-íÖ-¥ºS>ú•R:ú¸ðÛ{ïÂ>{Îè'<ú¾œ1W\z1 €šš|1íK477§Ü†ml¿¼ù6 ¶;.8ÿ<¹Ï<'‚Øaˆ)Ét´b¶7~˜¢º_÷íò]‚õ~„¯_Vï0 ežfðÇAA±Ë"£F€G•ÇâJƙŒ°Ø2¯׎pOÔBRÜ’bóŽ .M)[„ræ&Ÿw¼.àzƒEüó`jÒ/ÀóäRƘYRoTõâ¯I/á¾&…;#d±Ω K”wïn=öâÄç2ßaš‡Ž/wÞ~[†Gcç£O>ÁÕW^Žƒ:PÕ»öÚsvékGAPõ÷\/,$’ôÉX÷½2cä•_\`G IDATV††=p0BÅüɸïsLAAÄ.I ý•“žUvÃ@·T\S®¼:L±)Ô’\t.Ç ˆ^^¿LÓx|ç-à òÓ»m(Þ_^ùÖ{r%‘Z¯0©WjÞ\"ÔF÷€èN>ý,ÜxÃÿaß±ûŽmklÄOþŸ}1 ±X ~°ÿ~¸âÒKPXX°ÃÆ·~ý<øÐÌ›¿e¥¥Ø}÷¡Úñ»î¹••8ìÐq¸äò«¿¸éVÀm·Üˆñ‡ŽËÈ8òóò±r媄eV¯Yƒ >Žyó¿A×ÂBüè¸cpæé§bÉwK­cûãC ¡¡3g}…ç_øŽ?îX\wíUòœ.¾ðgøï«¯áËé3PZÚ Ó¾œú†ì;v n¼á:äååV¬\‰ÿ4‹/Aÿý1hà¼þÆ$¼÷Ö€?ùÏMü;V®\…’âbrÈA¸ò²K2r]Ò!ûé®{îGCÃ6ùÙŸvêÉ8wø¸¿oȹYýñxs‰’¦³­úÃK) xo™¨!ŠÉæDEðâL+AAA»,h!QI ã¾}"_e¸ äCr¹²¢×8!¢mGTsC™£šŠè%Vm)UÔ =øVR$â§çb̸dD [&+Ó×l‡#ÂÅogQ]]#ßG¢”'­÷»ß?ˆíÛ·ãчD4Á=÷?€Çžx ¿¼áºŒŽ¯®®N_vvºvíŠx<Žn¼ú÷Ä?ý xëíw¬m 4ï¿ý&ŽøáÚ%\ñüóÎÁoÿ Ö®[‡ÓN> ÐŽ755ãúnÂQGŽ[o¾ëÖ­ÇÍ·ýee¥8úÈ#¬cè8Üpã-pE“o¾ý—]|N?íTÔ××á†oÅoNÆÉ'ˆX,†_Üx+FŒØÿwÝ5ؼ¹ï¼û¾LÄWW_;îº_x>Ž:â´ÄZ°jÕêŒ^óþ˜¡œéÞO«V­Æé§ž‚Ÿ_}%f~5zøTVôÈøgKè˜zgÉD'ÿ‡B¼OÚ²¦ˆ©umj•­=ñG!7.‚ ‚ ‚Ø%1“fôðA)tÉw`&êb†ÃEtˆèBªtóÄxÀ/<À”Þ}틎¶Å‹KŠiRrÛk»ÈÕÎ]éÃH‚ÓŽ]ÿýßëøïÿ^—ï{õê‰çŸ{&aÍÕÕ˜úÑ'xaâ_УG9à”“NÄoxœÿ<£‰Ýï¹ÿwÚû±cöÁoï½ ÓgÌÄÆM›ðäc£K—.\×¾7&½•±¾Så¨#ÇàAñ䟟ÅE—]‰Ø—^t!ªªz>ùì3D£Q\pþy`Œ¡ëàBŒ?ôP|úÙ8úÈ#ÚÔwi·RyÄxù~Ä^{bÉÒ¥€i_NGm]-þïç× //}ªª“ÞzP_WÇq°÷èQèÖ­У¼¼Mã11ï/•ÁƒH~?ÙØsá8|ü¡€ãzVâ«Ù³ñú›“IäjO¸x¦¡*HðãÛƒ3½|oóàâš[/”ùésŸÒÌ Pyúb#.‚ ‚ ‚øž Ú â_DzTq­”lÈT[ÅÛN^"©¼´_‚)Pdˆ$„·gÌ5e˜Û—Ø7)ƒq_àRzö<×.‘øm"WR£(=ñFÍÁÅ=I.5Hy,°;Óœyú©ÖÕï±ví:ÀÙç] χsÎ9ÇA4ÍØøî¿ç.k¸äò+Ñ·O•¸:šà·÷Þ…… ¿Å?þõ2~vñe¸ý¶›qÐ`ÍšµX·~=Ž<æxYžsŽ=†Ëø8Ê»wGcc#`åªUèÛ§ ]4©¬¬À¸CÆuÿw#Ž:êœü“2¾È@Øýu˯îÛÉî§T2x0Þ~÷½¶˜ELÞZŽ+ùaS๱eŸ`™útDoöü\êÄ }®4Ë' $‚ ‚ b×À·GüÌÁß KõòþÃÕ]»B•¤Ücž5#<Ã8—Z¨ëæìòݼD+×=¸8WÚ÷Šsèè‡GJdÂ“Ëæ0àŸuúÍ)Wê• £MĉvºÞxõåP¥½qï|ìn» Åí·ÝŒ§þü,þò׉8èÀеk!vÛm(Ÿð§>žx‘ˆ1†_ßz¦Ï˜‰W^} ^rÎ9ëtœsÖ™;p„™¹Ÿâñ8¢‘H&‡EØ0©|X¢GXsÅËpùU¾·2½¢¨¼W\uƒšQ‰q™ñOxtu¾©‚ v8“'OÂsÏ=‡à¾ûî׎͟?wÞùqĸ袋ÛuóçÏGNNÜ®ý´'µµµøô“©ò}$Annºu놃£°°kŽÎ¥¥¥uuµÈÍÍEAAah9ó\cÈÏÏGee/ <$£.;‚Eß.Ä’%‹0|øžèÛ¯¿Ü_]½Ó¾ø pȸñÚCÓ%‹aÑ¢…Øm÷aèÞ½fLŸ†iõmˆz#FŽF¯^½Ûãt:éž³ã8øü³OPPXˆ‘#[ç}¿lÙR|³`öØc/ôéÛO¶ûÅçŸbëÖ-Øs¯‘¨ªêƒ™3§cÃúu²^NN.ºté‚îÝËÑÀ@deùfã»ïLF, ôUPPˆƒ9´Uã̵µµøî»ÅØRSææfä俢¨k „nÝJ;l\éÐØ¸ (,(DNnnh91õìÙ #Gù«È/X0Ë—-E¯ÞU1bTZŸ«YVå°ñG"7Áxˆ wÀQ4'W”áž¶Â}-Ê…B]ò×w”8ï}c„+–l€+iZ˜)C=M‡I­‡K[ˆZ‹Í͵e2cå&”Ò³–ôUSTª¤¼ˆV \ícÑ ›²¢¢rrr0oþ‚vé'úö©ÂªU«Q_ßV=¾ƒ„±ªªÞØæyTõíÓË–-O:VÛØRõd²1 ÿ¤×ˆ1†±cöÁ½wÝÛnþ%ž}n"¶mÛÖê>[C*÷OrO/üö[ Ð?£ã"’ õ)®½ dnÇÐêæAbèÍyV/.æN¨êÒµò±Œ˜+ÍWR¸>þøcÀÒ¥K±zufó/¦Ãwþ&<Üaýg’ÜÜ\”—÷@QQ1b±¬Y³Ó¾ø Û·oïè¡¡®®Ó¾ø K¿û.¥òâ\Š‹‹ÑÜÜŒï¾[Œóçµó(ÛŸî^†êêÍÚþ6ÈíšýØú ®Q\YÙMMÛ±}{#êêëÚy¤ßâñ8êQ»ukFÛýfÁ|lݺUU}QUÕG;VZZ†òòÈËÏC]]/þS§¼†ýïãH$‚òòÚ¿ÒÒ²ŒŽ3êëë0í‹O±nípÎQÒ­²³²°qã475uظÒeõªU˜öÅgØ´ySÚu×­]ƒåË–¢°kWì±Ç^Ú±T?Wµ¬ú/BÇwI"R\bÒ%Ê—­˜#<½LËÝP|·¼]^X¡4|ü'ñ\j;~¶¯ w–o³pa—/2Á¤c¢é 4O®Öydù¤[W¸§¥QOu‰FZǺråççcé²e¨­­EQQŽÿѱxh£¸å¦_`@ÿXµzÖ®]‡ƒ< £ýš‰ç ¤¤ûŽƒnÝJðLJ&àŠË/ANNfÌœ•°­ÒÒn˜ýõ 0‘CIII›Ç·}ûvÜò«;0þ°q2x0 0gî\<ùÔ38íÔ“£FŽ@ß>U¸ïw¿ÇU—_Šâ’b,\ø-òòò0l÷ÝBÇVÚ­æ/ø[¶nÅöíÛQYQ‘ÖØÆì³7zõìé_£ìlLûrº<î8>œ2£GB$ÁÒeË‘——‡œœœ6_—tÈËËKx?ååçaóæÍX½f zõì øfá"¬X¹=ÊËñá”ðÙçÓðÈCØ¡ãþ>b¦ t7}WZÿ)‡:gç/UàâàJ–EUô? €"t)ƒ]9æA|¿Y·n/^ŒÝwßß|ó >ùäcœvÚé=¬žÒÒ2éqÀ9Ç׳gaíÚ5ظa½ô0ÙYPÏ¥¥¥S>|ëׯÞ{èà‘µ’’nÈÎΈ\6¬G4š…x<†êêjôîí #Û·7¢vëV””” ?¿ òó»`Ü¡‡wXä®Fvv6Æ:>£‚k֬ƊËPTT„aÃ÷ßcϽ¤7c,ÃÂ… °rÅr|={&öÿÁAÒFËÊÎÆ>cöÍØ¸ÚÊš5«‹Å0t·a8pÜßÔÔ¤y+íª44ÔcΜ¯‘••…Ñ£Çî™T?W³,±ë¢ú‘$®!ì Æ|K…KÁIµL|‹†sÏ£Šû6ôóÞ»‡¼Ðx¢ÙIÂqÉïzv)vŒHÁ¹Ÿ»Ë0e’|ãMƒÇ"Ùœ•O¡?áæ–vBv¦n¤Ò7O±\úœô“pçÝ÷á’˯ƋÏ?‡K/º999¸ëžßbsu5ÊÊJqøa‡f\ä2ÏÀ ÿ‚ÊŠ Üw÷opÇ÷â´3ÏEy÷î8ø ^ã“rþ:ñ¼ûþ8pÌÑGedŒûï;“ßzÏüå¯hjjFŸª*\zÉ…²}Æî¿ç.Lxìq\yíõhjjBÏÊ œ{ö™Rä²íØcŽÆ÷ÜŸ]t)Ær0~~õ•i+‰àûïÆƒš€Ÿ^p °ûîCåñÚÚZ¼õÎ{xäñ§ÐÐЀ>}ªpûm7wÈg¢ûéÀ~€·ßy^rž|l‚wn ÷Þÿ–¯X‰>U½qǯoÅ8ôeç!øýRŸ]©@|£úÄB´è‹dÚÊ%êû0¤ˆ%žÆ©¢XÇ? ˆÎ‚ðâ:çœsñûßÿü N=õ´Àoæ·ß~‹[n¹«W¯F·n¥8òÈ#pì±ÇÉ¿c¦NŠI“ÞÄÚµkQVV†<'œp"²²²ÐÐЀ /¼ƒÆÝwߘ2åC<þøã8óÌ31rä(ÜtÓ€õë×ãŒ3\‘íšk®Ådöo‡Ž€1†’n¥X»v šÖkM .\€ººZD£Y¨¨¬ÄšÕ«0pÐ` 8µ[·báÂزÅ}x™——ÁC†¢gO{>Ðdç>í‹Ï•‚.X½f¢‘(Æî»¿zÈCY÷r¬[»õõu(,ìŠmÛ¶¡¡¡UU}°ió&ÔTWËòÖ¯TVºcŸS¿þ0lØhnnÆ7 æaÓ¦ˆÅbÈÉÍE¯ž½0t7?ÏêêU+±rÅrÔÖÖ"¿K>†Û¥e¾GЊ˰rÅrlÛ¶ ……:twtïî^ÓµkVã»ï– ¡¡ÑhØcÏ‘èÚµãC`SeõêUX¾ì;444 //={õÂÀƒ¥çÌᅨ®8ð CdØhÿþPSSƒúú:äääbÀ€IÃC×ÛiÞ\WeBL²²²0|øžØRSƒ­[·¢¡¾…ôÚrÇý'Õ=ŽÔïp*ßË·&¿ÞU}°½±[·nA$A•Ø}ØpD£Ñ”ç¢dŸ«m.ÊÎÉ‘á‚_Ïž…¯gÏJ)4aÖ̈Çc=z$,¿3}®D;À¹nO^UÜK£"ƒFäCs#bŽs8ð“Ì»û¸àÅ3uΙXÞí‚iiU´4Áêó~Õÿ ðVD0C‹t,p&ž7b&u'µ4Ib’Ôo£A ‘s²>ͤ6Éùí½w%<þòK/Èíúã¹gž”ï³²²pñçãâ ÎO¹¿tyëWï߯ž{æIlklD—ü|À•—_*ÿêÖ›´ò§Ÿz N?õ”ŒŽ1//§z²ôÚ £[·üúÖ›CÛÆ6jäüçŸ/hûÔs:ñ„ãqâ Çkǯ»ö*í}YYî¹ëù~ÖW³1õ£O%%%Iﶨí{•1‰ï§.ùùxàþ{´}C‡ Æ5W]‘‰a@K!(÷šWH]mîR]Å,uü$‡Æ~Q+m¸FŸ|ò1ÊÊÊ0hÐ ì¿ÿ~˜}‘““‹ÚºÚÐöR=÷ ëסK—.(--CMõf«ÇUy¹+rUWW£°°+6np…¬òàœcõêUhjjBnn.Öo"WOë¸æÎýÖ¯C÷îå()醯Æm±µµ[QZZ†ŠŠ ¬Y³³gÏÄ¡‡Æ–~· .@(ïQ5«WcÆôi8øC‹Å0{ö,dgç¸âwÃ,³³³Sþ:šË—aþü¹èRP€~ý zóf,^ô-¶oߎ=÷ ÷ \¹rJKËPUÕ«V­Äüùsѽ¼]º„‹1)„Ä1dèn)/FÅCyyÔÕÕ¢®¾VŠ!±–Ìœ9]+;hÐ`·=ò£5ôêÝË—/Å‚ùó°qÃô®êƒŠŠÊV…Ù­^µÅ%%èÙ«7ª7oÂʕˉD4Ï·DsQªŸ«9õî]…x<ŽÍ›6¢gÏ^(*.Fvvâˆ`îœ9¨¯¯CYYwT„|MÂ>W˜?o.¢ÊüWÑ£½°VbgF‰1œ~87¯U …‰ï*å‡ B®¯®ÈèGŒpEàârŸ›M…É|_LÚ#j»PR­+¹»¼ÅÖÜújªzÑ'…+†Y< D£PMÉ?9ðÖxsi}$¸Ä±ÖçpÚY‘œ-[·¢¬¬ãò ;;JšE®ºÜÚd)›[løCá2Ìå „Ðå/S¢cf¿œB‰ï=ÿÏÞyFQ´aü™MïHB¨¡‹ÔÐD,""M±a ЍˆñCÅÞ{Á†Š"„„*@ ½’éÉÝÍ÷ǶٽÝ+!óû>ÌÝîìÌìÞÞì½Ï¼ï;GE~~>ÆŒ BNÂï¿ÿŽ7Ú‰\#FŒPÏ÷ï?O?½6¬Ç Aƒðý÷ßÃÛÛO=õBBB`±XðÐCbݺu˜Û´i‡=åœK™™ÇPVVæPäJ?rXQs²³‘ÐÑeHö†b“ÍÛl6»$å±Í(„#iÈ0:xÇãøñbøùù¡s—D·6ðóóÃàÁâÑÐЀuÿ‰¼¼Èåh,rõs5‹*NžDÉñbD¶Žr©ßÇ‹‹”Ï¥´´DñÀt£ÏJtùÀ\D9çšue…&ÝóAžd$!Iõà‚ÎT¡jmJV¦y…F* y^)6 ´ìµ¥ÆM5²R²mTo3ªTc r92pœ<´îv&8Ùxî \úvŒD564ˆ‡çp´lII…ÅjEß>½QWW~\Aú7w·8ç4Dù£ö ýbFc0v5(ïµáŽ:'\Yè2j‡è6éûÃáœ_È¡Šii‡ðꫯÀ&…À$'oÆôéÓMņÄÄD@qq1Nœ8“'O¢Gž )OÊ…øõ×_••Î;Ÿ³9»ðññApp**+P[SƒN» S'Q8¬¬•ïÛ»ûöîÖWg’˜>,\\-­¦F\¦¢¢BñN‰ŠŠFnN6NVœD Dƒ‘5ì÷[ÊŠfõõu¨®ªFFÆQ=šoo´OèàôxyÑšÈV­ ÷ûøú"$$'N”cÝß"**:v6 CrõÜõüÍÎ]þœJKK`±XPZZ‚ððxzz*a„¥e¥ gÔÍÂ' *:ÇŽbÃúuˆˆh…„ÑÊ´|@@ ÊËËQ_ßBj`±X`±X°æ÷_4åªkªÑ¶],<==‘““ã%ÇѦM[$$tWÂí7ò>ÐãºGWcB"¹×GËŠ•?àåW_¥À ýqÇÌÛš»Kœsq|#T»6"evkCõ‚•ý Šþ©MtÇéB•ŒŒ0vµMr8çV«›7‹!êéééHOOWöUTT`÷îÝèÛ·¯á±òŠ¿¢-Íx Ú/”ü^Ÿ9S«Ÿ ÈÉÚåœ6ùùèØ±3!𔄉®‰Ý¬9ÎËÛ5µ5¦õª†¢ýµT|ûi@:ÃÛÛÞÞ>Hô뎂‚|¢}B»‰ =ʽa AJBVf²³3‘››ƒ¼¼\\Øo€FÈRiÚso‰£éG™y ”RDJÞa~~þðõóCYi)ê%QÅQxTbbw„††!ãXºâ]Ó¡c'té’褞žâ=lç©åãë___ 1éGŽ ??GÓ ';C†?kßË"‰—£|®ò­áâç¦úe;K|}}ѻϨ­­ÅæMÿ"=ý0Ú¶‹ušwÎjµâxqA@pp°Ã²g !!¡ E|ûØøï?ÈÍÍvé{é gŸ‰CÏ87?WW!„à‚ ú!(8………8~¼ÅE…ÊwÖŒsñså4=¢µ@axçJ^SÚ³¨ò="~Ãõ½â FuED­CCTöۨƀUt”°JÅ~¡Ð¤©’&ñåÐEy^ÿ2f3ªÜ)Õ¨sù˜}§>è½ÄôVÞùó“ã˜Áƒbð ³g¥˜¦@Ÿks&Ñ öÒ_eŒ†®l5 !”÷2ËùBeæ.ÌŽ1œ^Ñ\Ô¾8‡s³oß>œ8qãÇÇõ×ß lÏÉÉÁƒÎÃÆME®bccŠ   ¤¥¥¡¢¢AAA°Ùlؽ{7!ˆ‹‹…¯¯/A@nn.¬V+<<<ŒSè‚j7Âà΃‚‚|dgg".®½’(Üb±( ¡!¯(‰bAAÁ¨ªªBÉñãJÅÅÅ€à ÇFœ|m, ’ãbxläÊÞD'QŠýxåp¢Ò’„††Á®ÄÈ„‘С# ò±kçvädgŠ\§rîFDF¶ÆÑô#8vTz[3mF„G 77ÕÕU w*(EGÇ ::ÕÕÕØ´q²³2]¹Äkèë닚šj„„†zhùøø¢{žèÖ½ØÌÌc(,ÌG||‚›g|ú°ÙlV«ÅÅE?øøøÀÛÛååe¨¯¯‡··BZr¼„5âssDB‡Žðòò†——7bcã••‰´CÑ«wÓcjkkqàÀ>TW‹žsÞn,Äp¦)/Ã5Ù êëÅE-ä¼Vξ—FÔ××£²²þþþ¦ž¼ìXtªŸ«<Y\‹Z·ŽBh˜8†$&vî];pàà~D´Š4ÝΥϕÓôP%ºC§ä÷vÞXrˆ¢„Æ ‹‹)cÁÈÞT’7—|œb~P)ÔQ[¡ )——(z‰¹ßDŒn¡”ÅØ°J©°›"—Á$¿oTäŸÞ@+>ú9¢{-+Š‡Óœˆ£²Þ;KÙgèje_‡veùXý8§GÔCíŠña’s¾²qã¿€Áƒ“4ÛÛµk‡ØØXlÛ¶µLèÜ¿ÿþ Oøøøà¯¿Ö‚‚+¯Ôá\ IDATB¦L™Š¥K?Æ¢EO")) û÷ïGVV.¿|´"j$&&bÿþýxæ™§„]»vÙõ)&&yyyxùå—.]ºbàÀs2¦K×n(,,Àá´4ÄÄ´E›6íp4ýÒFMu5Q[W ›Õ¦1 ò xððð@Nv!JÂ÷Ž:£°°ÿý·±±ñ¨«“¯Ë+(:BÎU\Tˆ}{÷ˆO@` qÈNii)vlߊ††ÔÖÖ*!“±qñÔð¥£éGP]Uòò2ÔÖÔ(FgÛv±HO?ŒÃ‡¡¶¶žž^ÈÍÍQ꯯¯ÇžÝ»APZ"ÑfÆè©œ»¡¡aðòòBCCàÏ„I†K"—ÕjE´ƒPE@\!ÎÇÇ^Þ^¨ªª‚Õj¯¯ëaP:wÁÞ=»‘œ¼ÑÑ1 (//C—®‰¨¯¯G~~ü`£6?.Šzòj’g‹ÿ¬[‹À  ÔT× ®®¡aaŠÈÙ©sìß·©)›Ý¥¥%¨¨¨@\|{·Vöt¨‚Gç.]‘ŸŸ‡ÜÜlÄÅÇk’Åïß·‚  ¶¶UU•°Ùl C·n=4õ%ž÷•DÇæ`Ïî]Ê œ>>¾¨©®R‚å•'}/eª««ñß®DAA¬V+:hsõ9‹Nås•¿kééGP]S Kƒ=zö2µ‹Ù¾GÇ´AxV&JKK•™¡ Ñtõs•Ëzè¼ {õês΄s£õ’’ôÅûJÖ¿ˆ®¬ê©¥×| =¸¤ñÆ.€DZyQõÄR›‡R#Z)BU*²1eåÆÕ>PÀFŒ<Óyg±g¥ÿ본Çeeo.*'Mn4z±ËY8§é!Ì(N(Qõ(Ípĺ÷jwÚ¹ÙG“ºívmØmt°ÃiùÔ××cëÖ­ˆŒŒDB‚½HRÒÔÕÕaÛ6Õ¨6lÒÓà?Ö ::=ö8ââĤé—]vfÏž OOO¬^½'NœÀu×MÃôéÓ•ão¿}:wîŒ#GŽàèÑ£=z´4cÆLÄÅÅa÷îÝØ¹s'ÊËËNÓ8³øûû#¾}ê‘~$ ‚ `Ðà¡âjf¥%8z4'N”ÃÃCûSÕÛÇ'O”#+3þþ0p°"cÐà! FVVJJJЮ]ìtâÔ××ݺ÷„/òòrpòÄ 44˜ç8ª««EQQ!Nœ( z> 0QQÑD!¨c§Î⪉yðññѬ@èéé‰Aƒ‡ <¢òòrQT\?&y{}}=êëë•™#‡ÓPQY¶mÛ™z@ʹAAD«HéÜ´aOáÌ‚<ÑÑѦuPJQW_ÜÜN;„¢ÂD´ŠÄ}/t¹íÚÅ¡wŸ¾ðôðDfÆ1äåå€«Õ «ÕŠåå8z4ÇŽ¦ƒR:uîbºÒcsPWW‹PTVT€ ¦M[\ØWÍõ×½z÷!ŽKG}}ºtI4š//oeÁƒöiö•”Gii êŒî=zbÀÀÁv«Ê‰çÙú„åg J)bãD±®¾®¥%ÇaµÚÐ:*Vî gßKOOO444 #ã((ºwï‰ØØxMGcÑ©|®QQÑh'®dš“êš*Ó\`FtëÞ„9’¦x²®®rYýgk³‹µµTäEQõí J©juÈ—”n…RÆóŠÑ¦¤-WQ¤Jè k¯E}bl"Å&Ê‘Ž¬Y¢$/Ö©RTí+”¾KÕÉš‘"ÌQ˜þ³ ,ç.oÖ¨}fLª3}(;sstœìžG%¢¾¢GR¾rP‡Ãá¸G·KgÁ7´­8“!¹Ö*+€˜ií„ÝÉ"Žyªç–ô—8¬È  F<£¢Ã0›”Z`³4€ZêQ[–ƒÃ¿qÿ¤9œ3À»w#¦ÝÙŠÄ93Èy¼Úµ‹SV4kid;Šƒ÷kV˜äp8g–5¿ÿ???Œ¸h”áþóa,âœ[äçCŸÞ®ß‹}®¾Am»Bðò…àé ÁÃDâ²ÀuÁCª]IQŸ~EµkÄrT^TKã¦z‰islAòî"Úà@#×1;ÙHŽþl`Så î®®(ŸŽ šÎ7§ÌÃrŒóOœªG—ññÉ[RN¡^‡Ãq„‡¬™Ñ<-¤ml@¢^à’ëw06²3#Ê!T{wàâp8œf¥X ·“ó“q8‡sZ `"卯ÜP<£ØàHóãŠþ¤TFÔcˆèM%þŸñþ’‘“ÕËeñL=F]M‘1w(‘ÒSPÊ\Rý§x¾1è0祕‹¸u¬»ýJìÚR«‡ã 6ë‡b²Yš& £KCë§k(p™ %=¨_ùfêÆáp8œÓÕjEÊ–Í †¿Ÿ?ÊÊJQr¼­"ÕDô‡Ãá41Dg“PBÛ‚’7–ä•ÕK=ê6u©DÈáŒD“jEö#jh"óWԘĠ5ª™Ï—<¿˜6eÍH”¾lF"—;w-•æ’½äܲS#õÞ ®Ôá®Æ<‡Ó´P› 6‹6« ÄÓ„‚ýðd7KaÖ­¾¾(.*„ÅbŸŸ:¢SçÎÍÝ5‡Ãá´hT€RUh’ãN+Vë‘&Ý•ÂJV/È©UäHªxt|DTK ‰TE6ÕTÒ9HíBTqMѺˆ¤Û‰‹N<¹Ü¼ì¯ƒqFuȯíüœUèB‡ÓP€ 6¬Ô؈à" ‚¨yÜÀ~\efDìÄ-Æ[Kó@’=¶ þP ÄõI¸ØÅápÎ~ÂÂÂqŘqÍÝ&ÃÏÏýú hînp8£¯¸Òáþ–6qÎC4¶„´IŠM”à ÕpDÕ&‘3Èa…bÎaUÁ‘“ÌË6Š*˜‰/ÄÝD 5TB¥c¥zÕ_ªÀEYK6Èž\ºÐGPÑû̉ÈåÈø1ó°ÜÓ¥\¦u8jÀ•ØnÔq8œ3eD%JAm6P›‘Ä.11½ýÐeÏH™hC¢ù«mSw¨Aý¬ØÅáp8‡ÃápZ:òJŠÄР`S¸Ë"¡”Qk¤WŒ½A €g‡,¦)\Ð\ l°"Ó¾^¶!ú ”ùCÕ ÈzœgF‘È¡8e¾ÍÎ-Íí#`qÃáœ&±‘(Ucj³Âfi€µ¡6‹Ôpyf¥$ƒÔÖ¬¾7õsDó‚Ãáp8‡Ãáœ7€Ú4óà²)A©<©.nL&ÜU¡ÊÅ.¡Œ6E¨dÉu¨(Eä,Ðö(¡òq²=¤‰ƒTÚôl>#GîŒFÚ‚¹Ç> G_¨±çÁ½º8ÎiB¿B¬4pƒÚ;¢‡X/5¤‘ùËTg$t‰ú3³ÁV¡Ìipq‹Ãáp8‡Ã9?Õ'ÖN!zƒÈy³ˆšÿŠRJ¸£´ËÐ3Œhí Ý.5RÊñEmªÀE(@¨{•ÂPV^”&쉒†Eëáå ÝášÖÝ€dʨ‡›ÚRD÷Ju/Sëp–L>ŽmÌã‡,r8œÓ‹¨%…Rãíl›Mñê"Ñæðub'rÉû Ìtè;Äáp8‡ÃápÎwXñˆÕmäùpE–±Q%ß• •/Q #v¹ºÔBúFÙŠŠIâA˜<ÃJØ¡ÒcÚ%Y½#=‡RÀSMð¢­K}oV#aLÚghÇiÓ!úrŽh*O.ר8Y¢BTUWŸÖv8ÎÙM€¿?ZGE!8(Èa9q†‚´ˆäÁEóƒ †Ujµ‰.»’Ø%€ª3˜V좊7°Ú Óª9‡Ãáp8Îù„ꔥÙfð˜E eo*)o–dƒPJ5 ÊÆш]ª8%FžÈ+1*Õê41Õ7L•«lÆ—6R “x^Ÿ™^Ó€«¸gF9ŒJtºÓ•Ʀ¡âdJËÊйs'œ–68ιAeU223À©Ð¥A™yh$Tœñ=¼ˆ &®‡ Šfò, ÑüÆMs÷.‡Ãáp8ç|A¶M*ØTWš€ÖaIZ-QÞ.­Ò(þŸªšS§&¬‘1[¨¦n& ’ñࢠ ¬ªÆøXÉ%<õµw­rcÆjKNB .½ gVБÀåªØÅž›ãò…E…\àâp8€À€´ÇáÃGŠ\šR™@ƒ1×-½‰‚Ú¨*x(y¼äYóˆH}x7kä´õ  UD†$ ½w݉ÐÐfî™1çZ9—Ð{p)Û7 \ìAú}Rœ¼”°Þ*ýìVjÔ×aæ­Ë᜽äçsR¢Ëéǹ†óëÆáp8ç|@8òÓ_»¦•TÂÀ„ÐD22i<¼Øè>¢&«WjQ×Ù$„JRštžjúN¥ÿèWYôÔx45fqœÌûf‰½ÊGÌKÛ7æBŸäªZ¾¾¥Ð·Oo¼ùÚKÈËËÇ‹¯¼Žgž{/>÷tswË”s­¿Žʨ$'œ—ÆÅÕpqìÕ‡…ë2ýCAõ;¶I^ D»"H³"6“ú9œ³›~öu¸ÿ×3ÔsÇ×Ãáp8ιÅö;Ý;ÀDQ²M):Qü¡”…®Ý‹He¤²„¨«0‚»L‘xÀ#Êš¬¶±‚“ÒXM:/çú¢Ry¢Ñ‘‹yß(ÛÆÉv‘q7s«&2¼ÎSû|||Ð<ô¦Þ0 xïÃñëo ,, />·áaáX¼äyìÚµøà7›ÅƒÊÕþz{{cþ‚'_PˆØvm…ÅO>~ÆûËᘡ ]PfJdW[Ù·µ1(öÔàéEXm VÀ + B$¯óHñçp8‡ÃápÎW™’ÑB(QÒeÐ \‰N˜¶”Äl[ÌŠóª”øJy­8HQ»úU[ŠJûEç5DQ)1\‘}¯mwB&²•æ*h÷ëÏ][Û–«F QB„ÎS¢c¢aµZ‘’º ¿ÿ±+¾ûï¾÷!¾]¾­""““‹V|KCüüüš»»ûëçç ___üòã÷x÷ýPPTÔÜÝåp”Ù"yo±3T7 »ŒÝc…ih"ìF⥙@© Vؤ1™=‡Ãáp8‡Ãi¡8ÈXB!ÚT ø öúlD¨ k°i£Ud¯+¶YVÊR&þY;‰È¡Ž”­Hµj(Œ;Á®_†Æ–A8Œk:¼ˆrø§ý®¦ ÑÇyqþ¹veffÁ××eå娬¬Âœ¹áÀ¡4øúú #3û÷ƒ·—üýý¥Õ ÎÞþ¡w¯ž|qÎÙƒ2j*¼É$€\Øt§iƒrrqªuÖ”–½i©*¼Ù(¨Õ j±ÀÚÐj³:hÃáp8‡Ãᜓèªß)!@ñ梬‡µ;ÈØ©É¡Ï’œœžÝEÕÉx¢3’49ä ã¥Ká"½Õ†+vÀ\8ØÄ™ÊqsM p±B—QZÖ mÁPJQ__̬,,yá\uå$´‡§§'Þxåøøø ¶¶«~\ßÿX‹Y3oµÙàííÝ,B—«ýýfù ìØ¹ ¨¬¨<ãýäpÌ0/` è0Ĩ°f°2®Töà¢ÌƒP¼ºôa‘òì‰2‹¢ë ÷èâp8‡ÃápZ †?ó©ñvPAŠd µö5Y¢¤ÝbV}§’m#רõëÒ{°ñö}&DT‘—‰TE.‡:†+9[œ \æûA¢=?·uù"¶|Ëvîú#.¹¡¡!¸tÔH̹ç.x{yaâÕWaÊõ7ÃËÓ 7ß8 S&]ƒC‡`âÔëáëã‹÷Þ~ ­""ÎÞþNœ€mÛv`üÄkýû_xÆûÊá˜ÁÎO(3 nK†Qép(|±ÝCÁ>Êݼ‡Ãáp8‡Ó’¡Œö¤=aK(¡‚¬<$çÅbççê TÝ­®—·Œt'yBžÙ§ñ“·Ew²O<ß(AÉJ]Æ»ì@æn¿hSŸÈ¹Ë˜Ñ—cÌèË ÷Ý={îž=K³­¹·»Ûßwßz ðÜ‹¯}Ÿ8œfE 4âTtíÒ¥¹»Äá(Pf3º(ÔK\Ò›ˆ:;BˆúO~ï"ÊÒ¿\æp8‡ÃápÎ#dÃCï¢ÅÑ©Tr6EfQ=¸ˆÆˆ!š?fš¥6q3#Ûes1ƒˆÚE¶©˜'ô˜Ú;®„,ºR=.9‘5&g˜›]æœ{ì;pKž µuuèÛ§Æ^aìÆáœiìmU*"»Ó*ã±»*>Ñĺ‹•Ä«xxé=Ë(¥†‡r8‡Ãáp8œˆæw¿lWH;œbt"stÙdyÆ|2ßxU_Ê«82ÍÊµÉæ’ìáÅvBé2«ÓI~Z‘ë”#üU`®RÓ=…Üé58ˆr-Šý.ÄÊï¾jînp8.£´uŸ =„kã{Œþaä‚jEAA¤¤ôTö&ãp8‡Ãáp8-Ös‹Ú{ailÆ0‘²"âQ TM&O ´Ö“Iß>¥€ (ï)Ôz!v‡°b–Ø4•ô8¢ˆ]ì1öž\§„Ö;ÁÞX3ö×2< #\6þ *5ªË¨q‡Ó"±Ùløqõ/XõãjddfÂ×Ç={vÇ­ÓoB¯ÝOK›ú…qÙ|XÊ>ù¹fw†‘ åJŽ.µ#  6›áƒ„Ãáp8‡Ãá´Dìµ¢¼‚šOK'¾(VŒ‘"¯ž¨˜3Ä^cÑk_T×S™Ab—£‹ìB^ö¦uWär¤é-5ÃÍ6šïuZŸ²¤gâÍå4>’Ãá´l6_´®ý[ÙVSS‹7nÆæä<ýÔB\:jäii› Ô$yg\uÀå®7ûÀœ{qI³$‡Ãáp8‡£ ¤ëb )M ›K”S$›Bò¨‘“ÄËå( è-ÊŠ1l[T£“)MËz5p êRí-±¯ö‰ç©îŸK×ö8®ÜèÐSò0PŒHî¶ÅáœÏ¬úqµ"pµÃ3oÃÄ ãáãã«ÕЧž^‚òò§¥m6<‘0ÿ3((âêpe$R±‚—ÃC‰"t)ËùrÑ‹Ãáp8‡Ã9OÐò[ u EÉ~!‚”K=†Í“Eõ‰ PU)EË¢Œ"»`¦É±óÓæâb¢,¥2úì]b(¥§©Ë€©½£÷æÒt°ËmۦΠñ¸R¼¸ ‚49Îy¥ß._ˆ‰‰ÆGï½`À€þý°àñ'Q[[‹_~[ƒ¦MmÚ¶™ÁŸH³ ÙKžÍ0ßœynæàÒj^–çæâp8‡ÃápZ:ŠË–v“&_—’(‹U¢MâOU¥,Ž¥0ÑëFÒšIwmiM ¥}&,i§¦G„@0µ¤\²sLŽe7Û9mjq¦MŸ’o‘3“qç|e×»q,#pÝ”IŠÀ—މ„„ö€Ÿ~þõ´´¯YU‘¨)¤]?<5f¸j„0%{nB$Œ{tq8‡Ãáp8çL6.Jíô.¹ •½°ÀNÚË~DºlªâE‰diŠ$í¢º~hök'à5Ò’ò†ñ(“^ nÆ%281„XÏ1'•y[J½å „m“jþp8œ–Í¡´ÃÊë¤Áƒìö' ÈÈÌ„Õj==ÑÏLèh2uß5ÄU%Žrq‹Ãáp8‡Ã9 ¦oÕEýâZJi";s1~X rÎ-Ó;m~aƒlÆŒÐ&Ù1²QÜ¢¢¨ìÉåN¸¢Ó.HÆm:LEãvž0£þ˜œ+‡Ãi±)¯£¢ZÛíj @LN_RRÚt ëÆ,½ƒ«òšU¾šA|7 O䓜Ș«&âêI×i¶ý»q3FŒ›n‰šš,_± #FVþ]1nnŸu^xù5äåçkŽ}ô‰Eš²ì¿ÒÒ2»öËÊ˱ôÓÏQWWwZÏóLqõ¤ëðÏúM÷ïÞ³#FnÒÉW®áÈKÇ`ÛöMÖ¦;Ø(=Í“%æ8û<ÜåXF&î¸k.3<´à´„²¯ß°×Ýp ®7-ý `µZa;Ãæ)¥ø|Ù×ÈÍÍk1Œ¾7kÿZ‡­Û¶»tüÙvÏè?C*_s§ƒ°Ùl°ÙlÍÖ~VV6FŒ'\ËÛÜým*æ>ø>ZúiswÃÕùG?Ù­¿[‰dÔ°aöþUrêwé¿ÊdºœBŠèœÔÚÕª¨RD­´£šï’Ú†6c˜}âyWpõ;ÚÈï²[úšÓ£1 ½8NK¡¬¼ ü|}íöÚ•mLæôÛ†±åÍ€<#ÒÜýàpÎ99¹xö¹áëë‹§=???e_BB{$ ˆN;âøñüüËo¸qú ü½n½]=ôé¤Á5ÿ¼¼¼ìÊåååcõ/¿¡ÜÅø{Îök¸ì˯1gîCÍÝ&áý?FPP¾ùò3üïÉÇšÜÛ×F)ž{áe\zÉH¬øöK%'æ%£ÇaÇŽ]MÚÖ¹D]}=~þåWI?ÚÜ]9c}oþYÿ/RR·¹tüÙvÏè?Ã={÷áâËÆ6»`3ïáG±ôÓÏ›µîp®õ÷Ü„ØI%f.A”Ù+JZT¿ò‡šðA9œB¸W[4 aTßS@ÅIJG˜¼’£FDcÙK§äizÎŽ´!WŸs¦åÌ+w(I™íP’›™söˆûç  @œª­­ƒŸŸV説¬T^‡‡…žNQ”J®»P&7ÌŠž ˆ” Ò&Çäs8-˜Úº:<±h1ªª«ñäã §Ù?qÂx\}Օıãç_Ç+¯¾_~ =ztCTkÕ+ôÁ¹së´ÍÝ»aÕò¯›öDÎ3ø5ýYÙ9 ÁÈÃqïÝw»ôÓϱæÏ¿püx ÂÂBqí”I˜2é»rß._ß×ü‰O>zOÙ¶ä…—±sç.|ûÕçŠ7ÎÓK^€‡‡<<‹Ÿ/û kÿþ¥¥¥èØ¡îœu;zõìXùÃOÈÏ/@``~Zý+úôé……=b×vAa^zåuìÛ·áè–ØÕé5YðØ“ˆ‰‰Æœ{f?›ko˜Ž¾ôÁ‚‡ç)Û¦L» 3nŽîÝ5×°®®o¼õ.6nÞA ¸hø0MƒR,_¾«ùÇKJÐ-1÷ß{—¨)3~âT\ÝTü³þ_=–°°P̹g6†& vZߣO,ÂÆMÉ€£F#.¶®7¶Y>ââã˜u×½¸rÌh̸íÃsý{Ýz|ùõ·ÈÎÉELL4&]s5®ºr !¸éÖ™ÈÊÊÆÛï~€÷?\Š‘#†áÑGì=ÔÝÎΣ °7ß20ë®9×M™„O¿øðÀCâù<ùø¬ýk[÷HbbW¼ôÊëÈÈÈDƒÅ‚ÝñÐ÷#&&ÇŽe`É /ãæ¯Ç-EUU5¾ÿv(àÖ}R]]ƒwÞû›“SÐ`±`hÒ Üs× ıcXðø"Œ¾üRüõ÷:£c‡<¶à!Ķk@ ^|åu>r íÛ£SÇXýó¯øç¯ßˆ¡§ÎƒöÇÊ~BêÖmGJêVTVVaðÀX0|%ïôÔ­ÛðÑÒÏ‘™…6mb0óö[\ºgàê‰×âÙ§áý—bÿƒXúÁ;°ÚlxýÍwpàà!xyy¡k—Îxú)­·«ë7lÄ'Ÿ/C^n||}14iæÍ///Ã{·¶¶Öî{³ì³±hñ³ˆ‰ŽÂ3oçóä IDAT¥_|ù5VÿüJËÊ…›oºÚãöYwÙÝ3—ŒéÖø*cµZ1~âTÌèŒ6€8®Mvÿ ®} 7/Ón¼ß~ù’SR ¿òg˜•7ß¿ÿ_6ðÃ÷ß << ¹¹yxíÍ·±wßbü¸±¸aÚµ „^«'oxF_v‰ÓÏeÌUQUU…í;vâóe_cüUWâÁ¹sðÄ¢Å1l(R¶næÍ[0ûŽèÝ«§Ãï£ûÛì³2êcFf–i;fýmìøØTÏÛ'-FëÈHäæåaï¾€É'à–›o ŽEËW¬Â?ýŒ²²rôë{ŠŠŠÑ£{¢ÓÏèŒã¢ÆÃ®/æ¼j/p1ÇÈ—²™ÀìÙ3Íèìb‚!¯V/{wy*Ê¡J‚0ûÍNÀ ³,›cßä©ZjޤÁqâÄIÍñ¯¼þöîÝÅ‹Gpp°rœÌ?®ÆÊÂS C»¶mðù²¯±à‰Eø|éðô´f°Ù(222qÇÌÛÑ®m|ñå×XòÜKøiÕwÁa}Ï.^„Ï—}…”ÔmxûWˆÆð™þ<ª«k0ÿÑ'гGwÜvëtÃë¾aã&,yáeÌh. €;wá™%/ÀËÓc®¸_|ò!n›9ã®c*è:»‡ÇÊå_aìøIøðÝ7•UŽo»õfŒ¼t ^zþYôï×P[[ëÖ=âéé‰[n¾‰]»Àb±báSOã½?ÆS <”†«~Ä#ÏC«ˆB°ê‡ŸÜºO–¼ðjkkñîÛ¯ÁÃËŸyo¾ó¾"ºååçÃßÏ _€€€üïé%x÷ýðìâEh°X0÷¡GЧw/<4ï~”””â?×:Ì)uà`îºs&®¿v **+ñÀƒ`õ/¿aʤkp$ý(}â)<¾àa Щ[·aᢧñéÇï!¶];§ß«Í†§ž^‚ûî™ ˆŠŽÂ³ïE»vm±ôƒw„={öº$p@Bûx,xxâããPTX„»ï›‡ÄÄ5˜0~û{7<,Ìî{£'yK*¾øò,^ô8zõìÂÂ"Xm6tîÔþ^cwϸ;¾Êxxx ið $'§("Wò–„ eë6EäJÞ’‚Î:"&&ÚðœX¦Lº]»tÆ=÷Íú?U~gÖÕÕaÎáŠË/ÃÂÇ   -x­""”vôõš]WømõJÌ}ðôèžh'|¿ðòk˜}Ç Ì¸u:‚‚ƒJ~‡Ýßîô1²U„i;fýmÌøØÔÏÛáúë¦bî}÷`ÇŽ]XòÂË:d0:wêˆ5¬ÅGŠù=€nݺâ¿ÿöà`ZšKŸÑÇE»Cδe˜Ý ”¸b» \º\ŠÀÅHg’QDÉó‹)ÎjBŠ—˜¤Q"ˆ½’òv)«ØJ©š“KIæè ÝÅáÅ3¯P2Æ…ÜèI’3‡Ýàp8-€¾ôA{iÆòëï¾ÇÉŠ eߺ6àè1Ñ`0þʦmXN–H¤Ù)Q¢²¢! Äî i.A˜κªo›Ï pZ(•••xý·555øcíß.¨ª®Ölß±s6nJVþËÈpZWEel6ú]ØáaahÝ:ý.ìkZ¾w¯žhÛ¶ ¼½½1|ØáØ1ûvÚ¶‰ABûx$oI:”__ôëw!RSEAÿƒ¨­­Eÿþ¢ªº«~\î»=ºwCHHn¹ùtK슫~TêÃÜ9w#.¶aX÷ÖmÛQ\|>òÚ£WϸâòK•ý‹¥¥eš‹C† F~A²²²›“·à’K.FMM-Ò%1qsòôéÓ !!!š6+++ñçÚ¿1÷¾»Ñ»WO´ÃµS&AÔt³+Wýˆ[n¨ÀÀ@L¿ùäää*í1tHú^Б‘­0vÌhœ¬¨@ññãªïL6› O=ý,<<<ðØ‚‡!˜Ìž|õõw˜<ñj\:êbâ¢Ã0eòD|ûýJÓë¢ÇÑ=ìêy¸‚»÷H@@ú÷» ÁE#†)åd=±Ý»%¢µ´ðŒ;ŸkII)Öo؈y÷ÏATëÖh©“'bã¦Íõʱ£Ñ¥s'´mƒ‹GŽPúšº'OVàáy÷#.¶ú^З_v©];,áa}Ù%h×®-º%vEïÞ=‘.å{úá§Ÿ1êâ‹0ò¢áð÷÷ÃÈ‹†£}ûx¤nÝîò¹ÝuÇL ’„˜˜h„ ¬¼‰]» mÛ6 ÂÐ!I.^qq±èÚ¥3|}|‹>L_çc‰eååð÷÷Ç}z# :$ s§Ž¦åÝ_Y† IÂæ-©Šè˜œœ‚ñW]‰­[·+9µ6'§`ØÐ!§tN7%ÃÃÃ3n›Ž  @tîÜ —Žº7'›Öëîup•±cFcâ„ñˆŽŽB€¿¿Kß!³ûÛ>ºÒKcÇǦ~Þ&&vŰ¡IˆjÝ£/¿þþJ¿Wþð¦LžˆKFD›˜Œ¹ârŃólÂ.Ÿ–Arwmyõ¿,ß.ɓЂĦæàb*Q.i;ëå%šJT±]ÑkBjФ¾?bð ‘Ä.O±-©¨Þ“K{îãÔʼ€6Þ’Ý!ms×í‹YÎy !×N™„ç_zyyù˜yç½sÅe8~ü8~úùW€¿¿¿2sÖäP ‚¾H”äˆú~6a›öSΑãÜy8§ÓÐÐA0kÆ­øà£OðáÇŸ`ÔÈ.å’WÊŠÖ­ÒºìÓ\ÊÉÅ‹/9sÄ—_†)“®AÛ¶mLË<”†e_~ƒý¢²ª µµµ°X,†e‡ ‚ä-)˜0~’·¤`hÒ`´iƒ”Ô­˜<é$oIÅÀýàëヴÃG`µZѧO/Mô郇)ïy¹fff#>.þþ†û³³s0ýö;4Û>þàtîÔ=ºwCrJ*âãã¼%S&_ƒºÚ:¤¤nC§Ž¼%£Fް«37/‹Å4,’RŠÜ¼|<÷â+xþ¥W5ûJËÊÑÁቴŽEKƒ¥ÑõÉÏã“Ï—!33 —_v |}| ËPJ‘‘™‰[§ß¤k£¾ùv9l6›F(4ÃÑ=œ››çÒy¸BXh¨[÷ˆÅbÁ_~ƒ›“QPP€ªªjÄDGiêd¯Ÿ»Ÿ«¼Êêu7L×$Ó´QjšX<²U+XÄïkVvââb•PÃÆ‰šš±?yyض}'þøó/e¿ÍfCÙ .Ÿ›þ~ºnÊ$¼óþGسw&Oœ€ úôv¹oeååøðãO±s×(/+GuM ÆŽ­ìoŒÇüð¡IøêëïpÓ-31þª±˜8a¼Ã1ÛÝñ•eà€þ¨¬¨@ZÚa´o]»÷à›ùó°ný¿8x( íããñß»q×3OéœróòQPP¨„0â½Ø³GwÓzݽ®¢oÇ•ï {»ÓGwÛqu\ÑŸÏé|Þ ‚€ˆˆpX@)EfV6n¾ñzÓºÏ:ÜŠº#vïäŒYD #”ÔŃK—'yp©íRÅKLÌO,ÖJ‘535´‘²êì%¦U“¨¤Œx²—iÈ¢Ë'oÂ)ˆ]‡sªLœ0Û¶ïÄ_ëþÁÑcÇðö»(û<==ñ¿'CpPÐë[Îl;•E}®FˆúЇÙY´ 7‡s:¸cæm˜ví¤>‚Öÿ‹O¿øwß9ËéqëÿÝèѽ»“’Î!„`ÑÂG±uÛv¬Xõ#¦ß~n¾qšáãâãÇqÏ}ó0kÆ­˜5ãV„‡‡áÖ³Më64 ß._Úº:lNNÁ³f &&ï}ð1êêê°9y ®2 €ú}×{üB ®nV›ÕáÊa í±áï5¦ýÝœœ‚+Ç\C‡Ò0 ß…¨8Y?Öþ…qcGcÿþxâÑùvÇÉíÙlÆc!AAxtþƒø:wì€Å‹ž@DD8Þa~o5–àà`|¶ô}üúûXýó¯øö»xüчMÏÉñU¿¿ú]ØÉ[RPRZŠÎ:"<, ƒöGJê6/)ADD8:vH8¥s Db×.øàÝ7]>ÆÝëÐXÜý5¶î¶ÓØqåt>oõØl6Øhó®¢é š w¢†ü©Ùßµ×X —Þhr Û \RÈ¢$Q*‰OD.¡‘ÇTÓEéµIž\b’{—*KIuPùL¨hSI«0*áŠr¨¢,t\‰Æ{B¢~Õdæ–ò¡QÝߦj€Ãᜭ‚€g?‰ù>€®]:ÃÇÇ!!Á>l>~ÿm\4|Øék\W”pžè¶Æd4†éE/wªÑÐápZ ÁAA¸vêdÀ]w΂··7V¬üÑa~ŽÚº:|öÅ—Xû×:´mƒ!Iƒš¤/„ ÐÏ?» -ýÌ.þÛ½á˜:y"ââbèP‡èÚµ ‚ƒ‚ðçÚ¿‘››‡>}z¡m›DGµÆÚ¿ÖáXF&’‹G»¶m vïÙ§©cÏÞ}HHˆwzr`@|\,²sr5«ÕºÊ°¡C°{Ï^üýÏzôîÝ ~~~J}z±ïL~wÞ1)“®Áo½k˜ç‰‚ø¸XìÞ³×¾öñ¦!ŽF˜Ýç|_éŒDwî‘Ô­Û1iâôîÕ‘‘­àé‚—;÷ItTkx{{cï¾ÆÝW íý]1"..{öî3ßßÈï@||æ?8Ë>û©[·c«þ舒’R=z 3n¿:v@Xh¨Ë¿'‰ä€8!9~ÜX|øÞ[¸ü²Kðñ'ŸköëïWÇW#† MBò–T$oIUÆû¤A‘ºu’·¤bø°¡òzg¿ñq±ÈÈÈtû>pvœöÁdR€¥1ß!wú(_WÚaû{*ãÊézÞêÛˆ‹‹ÅÁƒgi.=”BjˆôÏÄpPD1% ‹Z‡X‹êe˜d^) \ê>&JQòÄ’‹«ÇP9ŒQ©C®AMVO¤s"„È9¹\´„;]³ÿNî¬Æzpgç¼BLžx5–}ú6®ûk[W^Xb:Ó}Ê8ºÌšnýnbŬÆN(H³÷‚§'O/xêÃŒÃiaxxz*F|tTk\ÝX,w' &,_ðØ“¸ã®9¸fò4|üÉç Á³O?eÊõÊëoáÑ'iþUT86\l6Öþ½¥ee8qâŽË€¯¯/|¼½íÊF„‡#?¿Û¶ï@Yy9¾øòk›Ö-‚!Cã£?Å€ýÁƒðáÒOѧwO%¿U@@Æ‹W_ i‡ ªº_»”‰ö«7²øûùbÿƒ¨««Ã Š—^}%%¥¨¨¨Ä¶í;/ÛíÚ¶ÁÒO>ÇPÉ ŒˆGBB{|úù2Mî–à  Œ5o½ó>ŽË@m]¶¤¤jŒåë¦NÆò«°nýÔÖÖ"?¿¿üú»Ký2ÂY}áaaÈÌÊFaQ²²EáôL}rûpÓÓŸ_€µ&9ç¦];ß}¿ 6nBmm-’·¤âÛå+pÓ Ó\¾ŽîáS9ˆðpìúoJKËPV^À½{$<< ÿ¬ß€òòØà KyÆÜ¹O|}}qõUWâ•×߃‡PWW‡#éG±aã&—®ÛÀþýжMŒò]9YQ)?[c˜0~IÇ'Ÿ-É'PV^޵­Cyù ·ÏMfÓædäæå£¶¶GޤÃÒЀ`b¹Ï—}mèõ///üúÛ¨¬¬Äú ±‰É1e†Ñ÷†¥ °©[·¡ºº…E((,Dpp°²_Ï8º7m”â“Ï–!íðÓþ ’„´´ÃØðïF ‘V©8 ?ÒÒcÓæd f<&™!åsܱcòó PWW‡¾ôAl\,žYò"òòóQ]]ƒ;waÿƒ¦õ8º®œWxxöí?€òò(((tXÎÝï+}”/سw,‹Óvôýmì¸r:Ÿ·z&Œ‡•?üˆ-)©¨««ÃáÃGŸ_àòñg£P=ª“U˜7¬‡ŽÂŠcTL¥dL¡ìÁ’'˜ªxiD1V7SZ–+ L¶*I“=¼Äÿªí3R˜_j’.f$þ8 Ydw:QŽ w;>Æ0/9‘³[!ë¥ÆóÎp8œÓÝ8cVãp·9ú±ÙÅpEBxxzŠF¿‡ [\üçœg\?íZ´n‰ÍÉ)HݺMÙž~ôR¶nCAaZG¶Â Ó¦â“߃~5CÀ>ñüÆMÉhhhpØî‰“'ñûšµ¸õö;1qê øgý¿øß“®ävAŸÞ¸é†iXøÔ3¸mælTTT"±k‡õ:eååŠIƒ¢´´ÌN4º÷î;1|Ø<±h1&O½[R¶â7_U’r›qûmÓ±æµxñ•×áéé‰ç—<#éG1qêõ¸u樬ªvÙ+hø0±¿Išþ’úkžôzÞý÷"ªukÜ2ãNL¾öFüõ÷?ˆfrº š„ysçà³/¾Â¸ SpÏ}ó°)y êêê\ê—gõ 2‘­"pó­³°äù—Ð`‘óÔœþσ%Àß³fÞ†÷?\ŠÚÚZ»ý#/Žî»K?ýã'^‹–~ЇçÍňáC]nÃÙ=ÜØó˜Þ˜}÷ý¸fÊ4¼ñö{(,²¿®®\WÎkÜØ+‘‘‰›n‰¯¾ùδ\c¾C®ô±U+q‘†ÅÏ>ßÖüé´£þ6f\9ÝÏ[–+Ç^«¯‡ÇþW]3o¿÷!Ú´±÷D>+`Ã)lT'õ­˜­h/Ðh0”Ú¤\²G¡ÊÚ‰RS²8¦«OmJ‘§4—ÜOIÔR¼»(ˆaÒqêéHžbmúÏ”Â'Y+ÉàG‰éï#‘Ëã Îju_¬¢ê *¹´ÕWàHÊ—¦‡ü·{7†¹±²‡ÃiùlÜœŒ>½Í“±vq|BbÁC¦äAZ€<£¡YGÃá@g€Ñ­ u×ÔEˆ þˆZâ’»°Y«6k¨µµe98¼Ùµü Ιæ¿Ý»]^)‹sæ©®®¿¿_‹o“Ãi*vìÜ…ûçÍ7Í[w6±s×n,yá%|ýÅ'J¸~60gîC}ù¥¸’Iˆßh©çu."Otyyy‘ö¶ïØéÐ&ÑÓûê9jÓ‚—//o^ ÄDðPòkl.. ÍD8SF+QÉÍJÜ(z^‰i[(a2p)^W²hFTû…¨b•=½äªÙ“`.µ]¥rdT;æ;Ç2ÇÇ9¬Öh§äÞfvHc¼±ääjÜeÃáœQ´ã•i¤µ«b—£ù">Zˆ@@ˆœH˜)Èz|fXäp8œS¤9Ä&.pqÎeÊËO UDDswÃ%þÙð/žùß“ç¬À••ƒ¶mÛ`Ì—7wWš”–z^ç*gJÜ:%$ï-U ¢TNëÎ ÚÃì¤::¨¨RòvEà‚‹ÉÁ%$vz4Ú™Ô”¤Éz.ªE¹ä• WXdÐ(uMбEG¡ËNkôrd âp8w±{€ÉÄgƒ»c;µ¡"zkÉ[˨>æ%?”‘É!‡ÃápšŒä-©°X,¸°oÔÕÕcå?aРÍÝ-—`ÃÏEâbÛaþƒs›»MNK=/ÎéAù¹Ï®¬(šH戴¢!; NUQ €( rmò)¥”@YñT²9ˆj÷È+»3ÿÕOÞSæµõ¨$ª'R½ì™Içá|-X#L=²œxq5ºbÖ@ä‡Ã9WÑŽqŠ·/;±à’#­ì¢+ Z’¸¥y¶¬š­>ùˆÊáp8ΙgùŠUxáå×@)ÅàA0ûŽÍÝ%‡sA @  *IŠ=AT¯)ÖQHïøÄ¤„ë R衼ò"‘6±®[š\]ò6¦³Dk³F#šÕ°EÈEˆsGvGSb'Ý4\4ÜìÑjtR/NÁ逛uç aï‚ @¨ô!‡B !’·3[bT®=Ã:å¾9^¹›Ãáp8N‘4x ’lînp8œó*{j1&Š®e£ì‚‰ ”2 dQÃS¡ #’É>\J¬¡œ ž2ù¹tŽ]ŠS5aªPò³-Œ(G!ö×ΓË4OŒ¼Ó¡²ä‚ôdZÄq"9G¿›­q8Nóa2@ýè­/ÏêV²¨¥,Ó«ƒ²#>Ô‡‹\·^ø2Žšäp8‡Ãáp8-ÕѪ+”DЩ2zÕIÐ)2z;†Å ¦é’íYàbÛÍ;ŸÂ4¯³mTsFëÖ%ûdéu8µ8¡ž]RÓñâ’;Åþ5-dß.Õš…ªö(/g)¿fÿ:í ûÃáp𻡅e5 ¸îÂ6¸sXlÒsólþ®1÷ÁGУ{"fÜvËimçêI×a1ò¢á§µÓ‰Í&ú½‚A–nœ~;²²sL÷?ùøTVU9?õÏŽŠÝ3ÖÍÏGÏùú,S¹b¡@4sæû@Ž‘ÒDi%© êÁ¥5>”èM€¤ZŽ0Å!ð WP<³ˆ 7EÔÕ%ƒ‡­WêľŠ\Zo.£«Âö½úNݳk¿Ó•hÈÆÁ ;‡ÓÄH¹µ<ÄšÒC@€~ å=‘.PIèRëËéмfFHƒRy˜1•”ÀÆÇANËæ§Õ¿bïþýøðÝ7†€€€F×µgï>üñç_†ˆ~ß²/¿FJê6¼ýÆ+.×ÉèqÅNËåŸõÿ"::J¹Œî…ÆÜS…= L IDAT¡)ïÃ3úÁÇC5B==Μ(´æ`1–üy÷LÀÀ¸PÔZ¬ØW“µ—ë°Q`ñï‡1õÂÜ4 d{úÞåûгMf‹?M½ç47ó~Ô-AðW_‚ÕjüýÏz|·|%Þ{ûuePpÖü±ÖaŽž1ç;úkãîçуA$e‹Ø(AP$#¢Ò*0šF9§—¼2ûeÎ’Ê’x%ˆÑ#„¨¯5Ò̳Y¼$‹«SNî5¹Ä¾SéX“¸DÙ  ±TN50³xH“ÅFã\: ð÷GeUOá1‡Ãi9TVV! ÀßaÁ‚‡83IM.ñ Ôe}¡Õ­ôaŠ”è†.£©ÌÐ-o Ô&΃œ[“ÐŽÛ£g‹=度LºS&]ãö>ÇOÿoaswá´è oÏÆyZœ*ÿ¤•ઞQ˜Ú7FÙ–èVUõTÕ[qYb$}N̓ŽÓ² S^ÁÃC@dd+·êàÏsøµ9u<½=àåë ÁÛ‚—'O€ ÄPì*N‚ƒÑ­ä yƒ*P‰"–Y"J¾t]L£šLË$O )–C)(ĺÕ]Êq„Ùf*r9ZqiuÅÆú^9OÔ¥¸N¯uÖ:* ™™hÏ….ç<§²² ™YˆŠŠv^X/æ³ãº§ª*n) á™ç•ý}åJÙ‘\ߦ ˆb—: BOó8Êá4'/½ò:~ùm ¨Í†ËÇ^°°P|ûågXúéçXóç_8~¼aa¡¸vÊ$Íç?×þo¾û9¹yˆ‹ÅÄ ãqÅèËðãê_ðÛïhfçeØ}>±7%FŒ¸ØvXöÙÇX¿a#>ù|òróàãë‹¡Iƒ0oîddfáöYwxèbhË%£FÂb±àóe_aíßÿ ´´;tÀ³nG¯ž=+ø ùù ÀO«EŸ>½°ð±G°aã&|òéÈÊÎAhhFŽŽ{ï¾SÓg«ÕŠñ§bþC`İ¡€‚Â"Lvÿ ®} 7/Ón¼ß~ùàdEž}îE¤nÛŽÚÚZ ’„ùÎ…··7àð‘t¼ýî8”vAA1l(fÞ~ ||| ?'GŸÇ‹cİ¡HÙº ›6oÁì;f`ü¸±ÈÍÍÃko¾½û ((ãÇÅ Ó®µËw(s(í0Þyï¤NGxX†$ ÂݳgÊËOàÍwÞÃŽ»`µZÑ»WOÜwÏ]ŠúĢňlÕ GeàÀÁCˆj‰ûçÜü‚B|¿bróòѳG7<¾`>ÂÃÃpìX<¾£.¾®ýÕ5Õ>tn¸þZ|òé2lݾžž¸uúM?n,`Ñâg…Q4¼þZ÷á=e£Ë—¯Äê_~Åñ’tKLÄý÷Þ…øø8@]]Þxë]lܼ‚@pÑðajb`‡¤7ú>t—ïvæ#ïD-‚|<±ò¿\‚ÅWvAvy-^úë(öäD¯'®ééƒÚ)Oª-åxwc&2JjÐ6ij‡ÇcxÇpÃ6ü¼=YV¥¦a…ÅÒäl¬9x%Uõè€{FÄ£OÛ`䟬õŸìܲì?x‚F%àõŽ¡²ÎŠ­Y'ðÉ–LìâÊz´ ñÁ¼QˆÏÚ nC¿Ø,¼¢³²müûÛpç°8\Öµžø% {ò*p²Î‚¸P_ÜqƇF¿“Š—¯é†·6dbo~–Ý|âÂüðõö\ü°»Å•õ與.éˆö~†çF)Åò«ðÃO?£¬¬ýú^€¢¢bô螨”Iݺ -ý ™YhÓ&3o¿C“ãû•?`ÙWß`åò¯•k·%% Ÿz?­úÞÞÞï;=ξc‹? J)ªªª±oß~DD„㺩“1îÊ1Äq.uë6 %u||¼qÝÔÉèÒ¹–~ú¥¥!ªõÿÙ;ïø(Š6Ž÷RIÒ !=!ôÞCïH*" ‚"ˆtPyQP)ÒD¤wQ¤Ò‹ôÞ’PÒËíûÇÝmöîö.ÄýúÁËíÎÎÌîÎÎÞüæyž)¨C)[¦4ÉÉ)Ì¿€ƒ‡Ž‘™Iðš ÐémѼ)»vïáÞýXBC‚ùtôHüýühùz’’’8ñ÷I–._EÛ×[3bè ÅsË+ÖúOÓwLnúqââ˜=ç{Nž>(Š”.UбcFá줛œÝ½g/+V­áÖí;øøxÓñv¼Þº%‚ ä«ÏjÛ¡ ];wdç®=ܹMéR%>dÛ¶ÿÁž?÷‘ðø1M7dØàh4fΙOLL 'Œ—ê,wŸ5ÜcwwwŽ=FbbµjTgôÇÃqtt4º6J÷'$8ˆ•«×²vÕ2©Í&'§Ð¶CΛEppPžîEDdS¦Í ""’ŒÌLÊ–)ÅÈaCðññFE–­XÅ–_·ñ(.ï¢EéÙã-Z4kòLÚÈsCлÚj4胶ëVvÏbdI¤u°²7#ÔˆF¾K>©!ÊD1 F‚—Ü Ë`Z¦ÔO˶å¤0 Xµä2Œ,d#…Ú·„(ûT:>‡ÚYÉÕø0Sk†gOAWW®^½FRròó-LEE奯ÙÙ‰¢E½quÉa8ÛðÔl›<—¹Ø…ñ,‡þÃØ’Ëì“B¬ e­Ÿ¥1˜k-¼TTT^F Œ½ƒ±±±Lÿ™´½ZÕ*´hÖ//OŽ=Χã>§ZÕ*²gï>¦~7“OF§zµ*DݺSåA¤%&NÏÒå+Í\Ë‚ƒ=j8Ü¿wŸ§T©í´oÛ†}»·+ÆJš;!fܧŸàç[ŒM›eÐБ,[¼??_Ö­ßH»v¯3}ê׸¸8óäI"ãÆI¿÷Þ¥Eó¦dfdrë¶y¬ÂkÕäС#’Èuèð4‚À‘cÇ%‘ëÐá#„ÅÇG'òg¤gP®lz¼Ýøø†Žø„ŠåËÑöõÖÄÆ>`ÀGCéÚ¹ã?ýû÷ùüËI<~ò„1P¼^ÖîÀ7S¿£¿¾ôíÝ ×‚®¤¥¥1hØH^kÞŒqŸŽ&&&†‘£Çâéá!ÕYνû÷ùpÐ0z¾ýãÇ}JRbââ]œ«á£FãîîÆœ™Ó°±±aƬ¹ ¦»Æ¶¶ºŸÌgΞ£Wî”,Æ‹—0døÇ¼Ö¼)ãÆŽà“ODZtùJ† ú€»ÑÑØÙÙñí×_ñäɆ޸„£ÇNðaÿ÷é߯/Û¶ÿÁô³©^ l‘&¬x¨b[hÒ¸¡b›úyó6nþ…ÏÇ}ŠŸo1–._ÅèÏÆ³ôÇØÚÚ2mÆlλÀ„ñc)X° G޳(rY*;·íP‰‡IØÛf¿c\lqÐ[v­>q—Ž•|˜Û¥®Ž¶¤ejé¿æ,­ËáËÖ%¸û8!.àåbOë²E¸›ÄˆŸ/òy«„æPD<£¹ÌÊwt)oWó¥ÏÊ3|°ú½júì†Æäu7ãÏ›üu=Ž ­KàïæÈúS1|°æk{WÆß­¿}P&³Ž°ä튄zêÄ‚vå‹òáÚsFœ½Çâ÷ÖX÷6Žx˜Ì½Çiº/a®Ç&›˜F7ìm5´-_”‘MCp±·eÁÁ(>ûí ¿¨ o—Ÿþz™áC(îé„wAGÖŸŠfÝÉ&¾^7G¾ÍðŸ/²¦welMO ؾc'?,ú‰G£té’œ>}–KW®Hû¯]¿Á˜Ï>gìèQÔ¨^£ÇŽ3nü—ü´h> ÔcÖœù\¸p‘re˰oÿAêÖÇÑÁ?ÿbµÝÉÉí3vûöºuḭ́!ùûïSLýnÞÞE©Vµ çÎ_¤ß{ïòÞ»ïpèÈQ¦Ï˜M™Ò¥è߯/ÞÞEùnæ\¾™úK}À¤o¦ššÊ¼9ßaccį&3kî÷Œ5Ð=£N 0nìhœùâËIÌûþ&N϶-Ÿ[ü2ký§œÜöã ‹O5lähüŠcöŒi(àÈ¥KW$kßþLúf*JÍêÕùûä)¾šô v¶¶´|­¹t=òÒgiµ"W®^cèูfÜø/éý^Þ}§Ó§LæÎÝ» 9šêU«Ð ~Ý\]›‹—®0àƒ÷x«kgž$&2lÄ'lùm›™—ÒýyÇÌYs¹xñ’$tYZÓµ _R¤ óúÀï‚Fˆ2ë,A®I“ð¦—>±("­¹h« B–’K¢‘‡Š^S‹²“¨we4„\Qôì³æ®(ÏÖèˆ<)J†+ñ4]¦ÇÉý2Ÿ•À•³UZAWWIìRQQQÉÆ·RWm*péÐõ{F™(J¹yÆòOŽ&¸Ù/Q&p6åö|TT^*”/'ý]¯nm ººrófÁA¬Z½Ž®;I“K—*ùÌÊ•»LøS±B9®_¿a1}Rr2›6oaòW_H?Úßé٣ǎ³aÓf¤³º `¨^\Ý`E«ÕRµJeÜÝt.4–‚í×­Îô™s$k—C‡ŽÐöõÖìÞ³­V‹F£áà¡#Ô­S[:ÆÃÃ]ùûùQ¦t)®éÏcãÏ› ¢Oï^‚@áÂ…6x ÃGa@¿÷(\¸Y¬Ý€V-[ÐA£f×î?±±±¡ï»º2\]‹Ó´q#ö<¤(rmÜô eË”¢çÛÝp+\XfŽ;AÔ­ÛLŸ2™‚ 0zÔ:vy‹ƒ‡ŽP¿žNü«P¡<õêê®AËÍù}û øà}é|jÕ¬!];¶ÇE?1R¦t)‚ƒiÒ¸!mÛ´â‡"2*ÊHäÊ+7mæº@¯žÝY½v=QQ·(RÄ‹?vîæ›I¤kÀ¼ïÈS¹m‡J´[xÜèûç­JвŒ®-y81²Iˆ´oÇ¥Øh>¨ˆ”t´¥E)Oö]{Dë²EØp*†f%=iR€&%<øépߌW¹B<ØØ·* ÞbÄÏ ñpbpà ÉZ*)=‹õ§b˜öFiÊÓýÖïîÏá›q¬9͈Æ!fyZ¢^¨;_m¿FäÂ< °ÿzÍKy±ïÚ#®Å&æåÌ_×ã¨ìWˆÂ쨒íÞÖªl–»C\rîNºýƒS_f¥¶îd4}Ãý)ã­kS}ÂýY~ìR(îiJaãϿйS©ÍóñaÇÎÝÒþŸù•ÆH}]ÃõX¶r5G ãí¨P¾ûþ:@¹²eÐjµì?pQÇêò¶ÒîBB‚ê‘Ûg¬\¹²4mÒHW×Ö>ü}ê4[~Ý&‰\E¼ºwë €7ÁA\»~#×"—‡»›‘5T…Þ‘rÜÝܨR¥2»öì•ú©]{öÒ¤QCËåY¹ÎÎÎRÛÝ53´¸øxœœœ¨T±ŽŽŽfmþeE@­ÎÊScwˆ¢.f–Þ+Û\I)N–.ƒWö˜ÅDàÒj ~Œ jÉÖn é´2!ÌÔY®zã…WzŸY*fUäÒ•)/Ìd€•+%s“ã•ÎÉ*‚Ñ‡ŠŠŠÊK‡5¯kY|.÷rÁËTà2˜òš[s™XÌæh‰¥ó¯7ø²ët1AÔûÝ««+ªüǸtù ËW¬æÂÅK$&%‘ššJff&¢(u‹¾ïöz.åÆÅdzpÑOœ•£‘ñl»+í׊"µ“Ó-–ïædǨ¦!ôªéËêÑ Ût‘Ε|Ü0ˆ[q)diE*û·É*þ…¸“hõ¼”Ê)_Ì•ý7äáËþèVµ©™ZÝŒ#ÌË™7Ñ´TvŒ¦ícùùì=®Ç&“œ® Xž™•ý>–_6Qþ~¿Ê—Û¯•ý()LD.C_Öóí·,ÖùîÝ»?q’ì’¶iµZâjV q£¬]·þýúræì9ÒÓÓ©Q½jŽíÎTÌÏ3P2,Œßwü¡¸ÏÞޞ… ¡ÍÊ~¦¼¼<E‘¬¬,îFGðf÷^Ù¿‘D­(=·r¼<=É|Šç1¿ÈûO9yéÇ##o$ \rDQ$"2’Þ½zm¯T±<«×¬³|=òØgyyzšååååEff†búÜàååEJJJ®Ó7mÒˆýÄÀýHINæè±ã Ð/åeß‹ÌÌL–­XÍþƒ‡ˆ‰‰!))ï¢Ô«ÎÊUkéñÎ{´}½Ú·}ªEmþYDÙ°!ÛªJ”í7• ;´:‹«ìŒÁ EŠÅ X,¸DS¡Çd¼"OcÁŒ1ÏŒòÈ~®E½+¤@ž-¹äÈJ6rÔ´&7Åä2¹¢AƒŠŠŠÊËFWv2ý …4ca˜U1x†ëVZ4X›Yu¬¸Ó€å ÉÅ.Q¿ª ³YÎCEåß@ìƒ <œ÷ûöæý¾½qww£wßþÒ~Qó½$yN ñ a¡!LÿîÌg}érƒ[™iýèùv7ů“SªV©Ì¡ÃGxøèaÅCqws£fj9zœâááNh.gªE…u†•–”®kN÷C WWJ•,Á‚y³rW'k÷TD1Ž— ØØ¼˜€é¹EgÅæÂ˜GP«f ³ý/é(íS®¢›ßv˜W\m(ãíÂOoW´°ß–Õ}ù¨APžó.êêÀà†AT,Ä èU3ÛÅÒÔÓOPØ–÷`ÿ8Ú•/ÊÅ{‰Ô*ÌãÔL¶]ˆ¥mù¢œ‹~­u–O{®>dêiJXgÒ3µt]|ÒbÞPÐÑ–q¯…Y€YC«Õ¢-»P¹º¸Ò­kgú÷ë«|>õë2cænÞŒ`ßþƒÔ«S[Š»g­Ý™‘Ïg,3+ MþÚ—«Þ ç÷ß~ÆÑÑ1_y¼hòÒ‹ˆã‚òODA4ÊnbÿVê×­ÍÔi38wî<Ñ1÷ Æ·˜OÎ*0gÞοÀàýññöæðÑc¬\µ€‚ ²äÇïÙúû¶üº•5k70v̨Ü=/ÑØáÎtŸaH~Œ"G@ô¶_’"z7E…ö#óÉÎ[0rwÔmÖ»*fh1þ !ê;d!û»!­‰ˆ&"ðomËâò\V+¢^®rRGd***ÿ&,ôsæñ¹D½ß¹€‘»»YŸ©ïå–XfYò‚¹5—ñ’)–먢ò*qúÌY<<ÜéÒ©þ¸¸¸H¿ñAÀßß+W¯YÏD†5CHù¬öǸqã&}û¼CñÐÜ Ö 0ÌòË>ÆÏ·†3gÏ¥9{î<ÁÁVë%5ªWãë‰7ö~øq‰Åø¢uë„sèðQ>*¹¸„׬ÁÑcÇ9tø(õêÖ±:€’À™³çŒ¶;FC€¿ù —Öî‡å2ü‰ˆˆ$11wÖ6þ~~\µpOý¹~ã¦Q^IÉÉ\¿q“à  \åÿ¼ SK‰Ξ» x¼¯o14‚£µUNe?M;Ì AîNÜx˜Ì“4eK‘ ÷œ¾óø©Ê0¸5¦¤kñ+\ pÊ$ÏÓwŸ꙳U†é³_¿¸;§n?æË¨ä[';j‡¸qæîcv]~Hq/gŠÒ .‡oÆS/Ô†aørÄÑ6g1'нgryþ‚ àÏ¥K–­ ü9{î¼ÅýînnTªT‘½௿Шaƒìc­´;† ¼ü>c—._&4Øò~kx-‚½½=çÎ[¯cN<­@ü´ä¶÷÷ó%2*Š´´4Å<üÍúå³çÎhqQ†g½÷ïÇæœ0˜ÞÂkÕd÷ž½ìÞó§äj™Ž;AÇí©P¾^^žØš®¶¶¶´mÓŠ…ógÓ¼Y-^šï²þQ,yœÈC˜ÈãhI’`dp$ˆò¥«L”3Óñ…äöhîú˜}œþŸ¼=Š"fb™ÜÄL¡éæ(r ’Ò&ÏY4þÓP†b zE‰0_(zéùõ¨¨¨¨¼DˆVþì`lÕ•-v÷Úf®ŠrQËtzÎ4x½Y^ë1ô\:³c¹n¦¢"'#-‰ÔÇÏö‡é‹ÄÃÝè莟ø›¸øx–­XÅ=ÙïNo´cõÚõœQ·nãìâŒ[·í 11‘½ûösàà!³º:}–G∋ÇÙÙ™¶mZ1}Æl®èÁYµf/]¦sËK©kµZvîÞã¸8¸y3GGGôV¦Ô©Ε+WÙ÷×~j‡×tnŒW®\åÀÁCR,ªÜðFû¶\º|…¥ËW’˜˜ÈÍ›|7s6íÛ¶ÁÕÕ|᎜+UÄ?ÀŸ¯&}ËÝèh’“Søûä).\¼¤˜¾}Û6ÿû$¿üº•””îßeßþÒyúøx3雩į>àáÃG|3e:¾Å|¨¥wÛz˜¶0oSovéĺ ›Ø³w©©©DGÇðÛÖß]\ÙÆ2{î÷ܼAjZ‡µèžd©ìü¶Ã¼R5 n¿õ*wRINÏâxT碟б’7—ï'±ðà-âS2ˆKÎ`ûÅXâ’•Ý¡>ßv•ßâäíÇÜIHåÀ8Fm¾DÍÀÂxrÀÅÁ†7*å›7¸t/‘¤ô,–»Ãùè'¼YÕºõ‡‡³=g£Ÿ—œAt‚NXt/€¿›#߈’V|ôt¶'ÔәݢAqÙñv‹JàV|*·ãS™µ/"ÇëÓ½š/«ÿŽf×å¤ddq7!•_ÎÞ³˜¾}Û6lüy3‡%--«W¯c´ÿêµë,^²œ„„ââãÙ¹kññ RšÆ ëóóæ-$&%Q½Zv|"kíÀ©€#.^"---×ÏØ¥K—‰ŠºEjj*[ßÁÁCGèÔ1íËÑÑ‘v¯·fÚŒÙ\¼t™´´4®]¿!=÷¹ÁÝÝó.Ÿ@LŒî:¯]¿‘ï.ÊWòJ^úñš5ªS°`AfΞG||?fï¾ý¤êE¯n];³vý&öí?@jj*‡eͺ ôèÞí9€â¡!\»v“§ÎpçÎ]~Ûú»Å@ú¹Aéþ4iÒÝîåø‰“4– ³ùÉÿϽûˆOàÂÅK¬Y¿QÚsï>G'99…˜{÷‰¹wÏÈ÷eE÷Û™±’™¯¢,¥(¹#ê¤#ÃøC÷O0A¢ˆ.Ð&ã݇¹¯ˆ©Ø%·Ò2­,Ù^+µMÔ"Åù’B¶èe8QÌ»¢Nè’"ç›™Ÿ9åz×ÐBÅsqœÕ$ªÕŠŠÊˈ²¾d„¨Ÿ0Í•íˆì±U—Yf2—E³‚•gU ±å~õrUþ›ˆ"—®æðúÏ)Q«3á]'¼è=*U¬@îÝ÷ùW88ØÓ¬Ic)x2Àk-š‘’šÊÔé3¹w?//OZ·|Ê•*åãééA—N˜0ñkÅ%Ýk׮ź ›èÙû}B‚ƒ˜ùÝ>ó1sæ-`íúT¯V…zuŒÅ£NÛ³xÉrþع‹^=ߦuË|ôá,Z¼”ÏÆOàqÂcJ”cî¬é$<~ÌïÛw2kö|“’ð÷ã‹ÿ}j¶ê™wJ•*É£¸8‚;RéÒ¥ˆˆˆ¤|¹²¹½¼x-ÂìS™3o+W¯Å­paš6iL¯ʱrºJ‚À·“¿dƬ¹ôÿp©iiøøxÓ«Ç[”)]Ê,½ŸŸ/S¿™Ä¼ï2{Î|\ ºR¾\YêÖG£Ñ0ýÛÉ̘5—>ý ªU­Ì´o'?7·ÕÜ Ô”ÚTÝ:á :ˆ%ËVòÕ¤o)T° %K†Ñ´I#>ä#>Ÿ0‰wú~€««+á5«ã­+“—²óÓóŠÌèT–)»nðîŠ3¤eh)VÈ>áþ”óqÅÓÙžo–gúŸ7Yqüv6ÁîN÷rÆM¬]Ní`7~9{M§ï—œAÑ‚4+éIϾÒëph£`¾?Å'¿\&!%ƒRÞ.,z«E]¬Öµ]ù¢Œùõ2]Ÿ¤II>n è\—½M]Y .p{ IDATÀø:!n,:t‹ų·u¯îËÕØdº/9I:Wöá¯ë¬–Ù ¸;7 aÑ¡[üoÛU 9ÚRÆÛ…¥½¤+å´nõ·oßáÓq_`ccC™Ò¥(VÌ[Úïááάï¦0{î÷¬Y·[[;‚ –bçÕ¯W—i3fÓ¢ySì첯qNí®Ï»½˜9{qqñŒ=*WϘF£aÂį‰ŒŒÂßß ã?£DXq«×Äô닽½=ã'LäáÃGxzxдICi%ÙœhÓê5Æ1‘½ß£Qƒz ò7nÜä~ìƒ|×)/䥷µµeú·“™>s6oõ|FChHaa¡óñ¡aƒz¤¥¥ñãOËørâ7øûù2jøP‹ñОÖçïS§3ö88:P£ZÕ<½[LQº?µkÕdò7Ó(Sº^^ž9äb™aƒ2雩téÖƒâÅCiܰ>Û~ß@ll,?ü¸„[·n£EÊ”.Åp}ù/3F–W†Ùm¹&c®Q!­¾( ”d9Üõb”h2øs3.H¾$732à2ãH“ý:¡Xµ÷rœ³å ŸEUJÙTÌì$ò¸K·[°¬…åy0&J£FQ¯¦?‰áÚ‘•yÍHEEEÅ"¥¿‡cáb€.΀ Ÿ1é´$ÑÊXäÊJŸLQà2 /ÿ.ÈgEÌ_ 3"Ú,DmÚ¬ ´™é¤ÆÝæÚÁ5OyT^Îü1Ÿ³;™®s‹è<~/N…¬ŒŸ7§Ïœ¡j•Ê/´**ÿV’“Spr2_PåÕ'#Cgé&©^6ÆO˜H¡B…ŒV‰UQÉ/ï÷ÿˆV-[оm›]•çʉ¿OR±B…œê©Úe®¾%±q(€ÆÎÆ­  1D(WŠdî‹ÒxEÑhlb*)zšî5Ù„ìY~iÁ}aÁè0ã/‚Tx.-¹t‹]¦‰r““¬Zs ²ÿ«¨¨¨ü‹0íÛŒ^ÆiäèM6MX˜åiežÂ,¨ÌòVÁ'Qü‡â1¨¼ü\Øûgw. 51Û¢ ¼Ë„.p©¨¨<ªÀõßåe·TTž5ÑÑ1\½v†õë½èª¼„È…#ýŸ¢ÎXK>.Äl¯ÝB”¢SeÏÙ‹F¢–y€+“­ —’a–™À¥8D11?“*"äNäSk®¼’ËãL%¿Ü ¸rtwTQQQy(y b²ÍBÿ%·à’g2s`”d*D/…Š^0²Õ ǪÝé›È3;8²áKRß7ÚîìæCX­Ž/¨V********¹ç÷PµJeÉåVEŽ• rƒ×ˆ( ¡UL´*ÝjžÙCƒ|“=Çž=Ze …iw“ y?J#7F!û» ‚¨ÅVÑÒ@iÐ%(ŒŒêbræÆ5Èù¨Mòõ´Z%•—C@G ÞF Åá2yµHŸ¢ÉáÅ.)oÃKÅôE‘-p Z­¾tµ¿ýoòäá-þZ1ŠØ›'ÉÒŠ¸»Ú’˜¢%K+"hlè0öáÅÅ%RQQù÷QcJîƒ{«<ŽŽøçb+©¨¼¬hE‘mÛÿ wÏ·_tU^R õÚ’|µwÝÈ@Plˆ¢¨ Yvaý¾¨qˆŠº‘BAÐÅÈÊà™"  ôEëÆ]‚¢»b®G7JC!Ó+¡’‘ ›qisTGe***/Û[%]@Iµ29ÔÚ!`áp%ëW³ ô¢IZƒs¤,ð¼Bù*¯&™é)œÜ:ƒ {BíV,D©'æmŒ!K á]>G£Éµá·ŠŠŠ   .*ygügc^tT^4‚ÀÚ•K_t5^Z !RŒ~ó "cÝÅÂlº’” ’î$iNË0Cú4Ù£“Œt+ƒ½˜aŸiEdîŒ Û¼Mݛژ—¡d‚–?Ìó°šóSjk****ϹɕÒ|€áÓÔŠÕ$ A0“§,tq²·Y.ÙѦqºd/ ÕYñ¿Å¥¿Vpd£n¥DQ„†]©âÀoûãHË)\•°š^d5UTTTTTTTTžo@ɃD'wiÄìA‡$/‰Êã%?­VDÐÇU±^Å*E.sêcðf”Ž1¿0Ú.7÷@+J›m-»šcÑeÑèÌŸBà23CË#ùŸ©;•gŒµnÅLؤY£,¬ˆ_Ê™þ” Yf›½OfåexÙ ‡¨¼Z¤lQ–XéE ½ ôŸR†¢Ñê(*¯׎mäðÚñdf¦#+ºR1̲Älón`Ñöhµ"•^ûÏ J/®Â*********ÏÃï}42O:Ã@´ p ¸äã¹û ±+¡h2‘ÇŠG F¯ßf’µ<¦—î`­qäé  º5ù†žŸÀ•ãF]ùϰh#ë•g…|‚CÑpJAˆ’ì|eÇšvO|ãsU©<WÆgJQå¥#õq,›¿nË•cÈHO'ÀËžAíŠR1ÄI'p`Çß $¥fQ¨H0[|øâ*ýŠ••…ÖêŒcΜ9{Žú[••¥¸¿]Ç7ùsï_OUF^iØ´%ÇOœ|¦y.]¾’ {¦yE‘~\Âëot¡]Ç79pðYšó.R¿q ³ï}0ð¹ÔÉÛ~ßAŸ÷мe[Ú´ïÌ€†²sמ<å±wß~Þìþ¯µiÏ?.žM[ü·#Vââãùñ§¥¤¥¥=u¾¦×VE–._Å;wŸ:ïW ­(ZìËòBJJ cÇ}A‹Öíy«ç»Ü¿k–FÔ—%`oÞò½Þ}ÿ©Ë7`è7ÒÓÓ¥m©iiôí÷!Ÿ9 QÍú–&-ÚÐoÀ ~øq Fù­XµF±šøõÅòsÓ·½ªDEÝ¢~ã$$$¼èªü;0ÄhÏ™0•§” ³ïRZÙ$:‚d¡%å ÿÉ©àí"7“ÏÇ›ÕÁ hò0¸ ¢Ñ8*;&WbsÕâi±˜rVKVi***/f\&”™é­lzÅ4ßû:Ùt†43“ËŽQí;_9ÇF²ib lm:7t£ˆ›¢+í¹ˆ.D¦bccËë#~þç+û Ò¤E¦|=‘jU+¿èªü§¹rõK—¯dòW_P©bìì,;1¬Z¶{{{é»­Í?QEvîÞÔi3øp@?ªV®DjZç/\äÉ“'¹ÎC+ŠLþf*;´£[×Îh4:—µ-s÷n4[~ÛFëV¯Q´H‘§ÊËôÚ¦¥§óëo[ ðÇ׷س¨î+Ãò«8rô8sfN{ª|~Ù²•s.°pÞ,ÜÝÝpvv6KsöÜyΞ?¶bcóÏ<Ç¢(2iò4 ŸŒf4È7ô-ÉÉÉœ¿x‰¥ËVrôØqfLû† H銇2ù«/ŒòuptP,//}›ŠŠ)’eæÔ¦sKPøÄø@™E˜[p™– WÔ̤%™žeø.­Ü(÷y4¬Îeº¨–€<&WfxL3Ï/Ç_O¡VåëÐÿöì–ŠŠÊóF¡¯4šÒþ‡ Ô)Y[Ldøj¡ƒ1~›˜NΨ¼¤<¾/ \ÅÜíé\ßM·C¯î}”Æ…¤Llv6üy<@›°±SþA­¢òoäþýX ººR;¼fŽi½¼§o26‘¬Étc%3oHƒÞ¤ÏN2ÖR\I>;O[Kû,!]˦ÏÓ %˜mUQQQyiÉÉÐDøŒ›f ëñE Ú•²J%XÞ-ŠßU*ÿ~¶L逫“NàÒl»ŸÂŠ˜ehÑÊt×M€}µ Çͧ䋫ôs“Ÿ–,gÏÞ}ÄÅÅS"¬8ýûõ¥TÉ|6~õëÖáȱã8x˜þýúÒ¶M+Ž;Î?.!"2ŠbÅ|x¯Ï;Ô ¯èÜÂ/]ÎÝ;wqpt¤NxM†DDd}ÞÀ°‘Ÿð¿±£iÒ¸!ÉÉ)Ì¿€ƒ‡Ž‘™Iðš ÐbîÝgÊ´œ?wJ—Êù~ìþs/+V­!22 O† HõjUILL¤UÛŽ,Z0—°â¡€ÎýQnÝжCÞz³ îý‹7#ps+Ì ý¥sLKKcæìyì?xF A½ºF³³–®Û;wùnÖοˆ«« mÛ´¢{·®’eÃñ'YðÃDDFQ<4GGG)OQY¶b[~ÝÆ£¸8¼‹¥g·hѬ‰âùÇÇ'0kî|þ>yЬ¬,*”/ÇàðòòdÇ»øzÊt222hÞª?|?‡¿Ü6›§:OkíÇ” pëÖm´Z­deJff&K—¯dçî?yôè¡!!|ð~Ê—+K̽ûô|§/ï„F£áÍÎùi™n…Ty[ܹk>>Þ Ø_ºæ]»÷¢r¥ŠŒ5\ÚÖ¹[úöîEãF øâ«Éz˲Düü|Ø¿Ÿd½Ô®CW&~9žïþÈ…‹—øqÁ\üüýX·n#[~Ûʃ‡)]ªC>@``€â¹ýøÓR¶ÿ±‹âæV˜®;ҹ㌟0QIJJ–ž7»t¢Më–€Îu©ß‡ƒi÷zkþÜû TªX‘#†àîæfVVTÔ-Þ~§/;ß‚½½½Õ¾!?Ïy»Žo2æãÔ¬Q €Ý{tÏè­Ûwðññ¦ãíx½uKAàæÍFO‹æMÙµ{÷îÇ̧£Gâï§k§ûö`ñOˈºu›Â… Ѱ~=>úð³óJOO·zŸr›èÜ;›5iÄ©Ógˆºu›à @ ìOÙ2¥ËýŸþ…èè\\œùeËV*V,Ojj*ûèÜéê7nA€¿Ë—,R,ûêµëÌ™·€ËW®âêêBýºux¯Ï;8880eÚ ~Û¶Q«¥y«v¸¹fÍŠ%Fǯ۰‰YsæШY+~^¿€ÇOž0qò·=~‚ÔÔTêÔçãC%*/Ϭœ?÷þÅŠUk˜9ý[¼dÛ¶ÿÁž?÷‘ðø1M7dØàRßdé:þôyê[^kÑÌjÊýo¥ å®Ç±ã'ødÌ8&~ù95kTËS[ÿ/#ͱ‹ ˆ"šì ñú¸½‚™heIàsK–L”§Ñ$ŠZ£ õhE}py}JQŸ^4úHˇ3²âó“ËØêLx6J“UßCçòÌT_¿¨¨¨¨¼ rŠ"³»EQ©óey‰&¼ÅbMòQÜ,ªN"ü»ùcþ»¤ûö`ìèQ¬[µ”·ßêŠo±lw¢o¦~G™Ò¥X¼pM7äÚõŒùìsÞz³ ?¯_Í;=º3nü—ܺ}€à @FÎ/?¯cÎŒ©8t„ß¶m'¬x(ûvoG£Ñ0íÛÉìÛ½&0é›)Ü»Ÿys¾cñ󈎉aÖÜï]lŸ¡#>ÆÁÁž¹³¦óñÈaØåªHÞïÛ›åKQ¾\Y¾šü­U79Z­HDD$ýÞëÊ%‹¨Y½“&OA«Õ¹˜6c6§NŸeÂø±LŸò5>>Þfy›^·´´4 I‰°0Ö®\ÊWŸcýÆŸÙ¾c'·oßaÔ豄תÁâæÓý­®F±i>ʲ«>ô#~Ù¸† ãǤ\Qdø¨Ñ<~ü˜93§±pþl´Z-ƒ†$33“æÍš0þ³1,X[7³cëf«×£GqFÿä1›òzž9µSÞìÒ‰+W®2hèH9ªCkîü…lÿcŸ~2’5+–P½ZU ÉíÛwð.Z„ëV°pÞ,vlÝÌ»½{*¶ÅºuÂ9xèˆt/#£nqÿÞ}Ž=&m»q3‚±¯U{{{Ú´zæÏá×Íë©Q­*¾š,¥ÍÒjùüËItíÜe‹âçïÇÏ›·°qó/Œó1ëW/'¬x(£?Off¦âùW«Z…ißLbÛ– 8€Ysæs3"RÚûö^kÞ”E çòf—NLýnÇOü-íOJJÂÖÖ†qc?aöÌi$§$óÙÿ&X¼×r¬õ ùyÎåìÛ€IßL¥Û›Ù°fïöêÁì9óù}ûRš»ÑÑ8(À¸±£ùiÑ÷ˆ¢È¼ïàÉ“DÆÿ’æÍš°nõ2æÍú΢厵û”—| Üå½>½Y¼peË”fØÈÑ<Ö»ÏZº.Ö­ßÈ£¸x¦Oýšú1qÂxú¾Û‹òåʲo÷v‹Wlì|4”reK³jÙb&ŒÿŒƒ‡0õ»YŒ6˜7Ú·¥^½:ìØºÙLàèÜñ fϘ Àž?¶²o÷vÜÝubgFzåÊ–aÖwSøvòWìÝ·_ºy}f \¹z¯&Kùre)Sº”Õ´rªT®DBB‚‘KrFf¦Y?”¡ðÌXëÛLûªœž_­VäÊÕk ÍË” (¦P….•†\¨·¢(I{„lC³1ƒ>çãˆJÎÄ«ˆ#U›zÓ¸[•¥D5wŠWq§FËb—+Œ,ßûÍ‹>…çBRR¿üº•áC>¢LéR¸¸¸P½ZU\]]¤4­ô®bÞÞEqvrâç_~¥q£4lP'§4lP  @Ž;@@€?%K„áèà@@€?+”ãúõëððá#öîÛÏð!ƒ(Z¤žtéÔý"Š"ÇŽŸ 6öc>IppåË•åµæMs<·F êS½ZUŠñ¢e‹æ¦˜E‹aô¨<|ðƒ‡ŽäúèòVOÚwzSú·wßþ|ŸgNíÇ”à @V._LhH0£ÇާïûŒü'%'³ió† þˆ²eJS¨P!ÞéÙÒ¥J²aÓæ[~Ýf”GçŽoP¦t)BC‚1l0gÏ'"2ÊêµÈ©oÈësnÊÊUkéÔ¡M7ÂÕÕ…õëÒ¹SÖ¬ßh”®u«”+Žo15¬/݇'‰OÐjµT­Rw77Šñ¢j˱Õ,ݧ¼æиajÖ¨†¯o1~ø.ÎÎìÚýg®®K``C}H€¿Ÿ¢5%6þ¼™à úôîEáÂ…(Y"Œaƒ²}ÇNâãŸ>ȸ‡‡;m_o¿ŸŸ$J]Ó×;¯Ï¬OÇ}AÚµ8yòTžåðôðà~ìiÛի׌ú öÞäÊ•«y:GÓ¾ r~~›6nD…òåð÷ó£~½:øó¡{·®øøxS­j‚ƒsuòÚ·ä¶W:'€Gqñ|{AÿÏ.žä”Zµla1ÿ»ÑѼٽ—,¨„ˆVÑjµDFÞ"0Àßè|^)¢wïÈÌÈÄÎ6ïAˆ‹xyIÇß¹MfffŽ.“¦×íÎÝhbbîInB û1\®l"£¢¬æY¯N8+W­¥Ç;ïÑöõVthßÖb|©ˆÈHBC‚)X° ´ÍÕÕ…ÐÐ""£¨_¯Žõ6ÁྦD^Ï3§ö£„[á <îݺ²nã&>ùto´?xŸ;ú6\±¢±›N¥Š¸tùržÎÓ­paÊ–)Í¡#G àÐá£tîôi©i9zœâ¡!:|”Æ ëKÇìܵ‡-¿mãÆÍ’““ÈÊÌ^)O~}DQäÎÝh&;¯§L7*ûQ\çrDQ$"2’Þ½zm¯T±<«×¬“,&Mñòô$3Cwî>ÞÞ4jPŸACGðZóftîø†Õ€ö–îS^ó1E#„……rë–Ϊ)§ë’ß`ïQT©\Ñh@[¡|9DQäÖmëÙ³ÄËËS²”ÊÏ3 P",”qŸ~‚«‹ ³æÌãÇ…óruþqqqº:xzHÛÊ”.Åü93òs*JeçôüÊñòô4k›^^^dfê,n­]§¼ö-¹íÃ-]ÏqŸI̽û”,&µ™§mëÿ²-¸À0o°´4—E}˜()¼…lð"3¶“írk,%?Cƒ×Š(s…4#, x F!N7®1,¤(YxéE9ymÍâˆ) ˆŒ}(-])Ë»óOÎ*˜õ½¹VÑTTTTž-9õ›fB¼É¬‡ìÕ#÷H´è(/W>Ûa¦’)g`j«òï"=õ ›¿~hR¹ E<íhsòN6åëzQ¸¨#Y™Êò¥ÆF æfC[?ݪW/+†o–b)áêâJ·®é߯¯âþ¡#>!,4„ ã?ÃÃùóXÏÏÕ€ßûÙ(•,m–ÅAï‹ÀP­6o²·«« ¥J–`Á¼YÊùfi­ºS,X%?~ÏÖßw°å×­¬Y»±cFQ«f óÄ ³» Ûfc“Og…\’ÓyæÔ~¬Q¤ˆ~ð>U«TfÔ'cy»[×ì6lËQÐhò.(ÜŠZ·|Ë—¯P½jž<~ÂŽ»hÓª.\ä³1º ø3fÏcäðÁ !==ƒž½ß³˜· ¸ºº0æãÊ÷Í„Ø8x8ï÷íÍû}{ãîîFï¾ý­“™•…ÆŠ Š"YYYØäðÌçÔ7äõ97ÏßÜBÆ|‡‚ 0~ÜŽ?Á†M›éÕ§=ßîFÏ·ß2Kkí>å%KdeeI×éi¯‹%D…±›ÎšDÈSÿòûÌŽùd$†¾ïö¢[wÙ¼å7£$,qêô ºº <σ¼>¿9‘ÓuÊKßò´}¸¨Õ2ø£,Xô ÖÇÙÉé™´õWó+žmeeè B—©À%½¿e‚–dÔeš±™ÀRœ/I´’O¯ËÜMÝM÷ËÏǰYöÓ"ÇÖ“£ÀeØõ4Ö\òÏZÛ"ßiøT›•…å‰Iw’º)c .Óôf9[ëÚòØí©¢Ö¿Ÿ tA¹ƒŠØS1Ì™!—°|‚](\ÄÑj›ˆ¹™Dܽ\ â]ÞrÂ1¾ÅŠ¡ÉÝ"7øsöÜyÅ}>âÆ›ôíóÅCCp+\X7h5A³E+ï¢E°··çÜù Šyøsëös]GkØÚÙº¸:ùÁ×WwÍòj%àODD¤Åóðçâ%ëyÚÚÚÒ¶M+ΟMófMX´x©rYþ\¿qÓ¨¬¤äd®ß¸IpPPžêWrsž–ÚOn1OIIÅÏ·†3gó<{î<ÁÁ9æ%o‹uëÔæÌƒP`1 IDATÙsìþs/*”§@ÔªYƒsç.°gï_„††à㣳ì^DDcl¦•ÙöçàÌbzŠåå¥0²¡{šš©¨¨¨ä“ìLEãÏÜä$_5ĺE—I¦F~óÊy«¼üd¦'+¦¬Czòc4ván|‘Èõ”,m «ên5O[{ 7ÎÆ!hú4ÿœjþâquu¡yó¦Ì˜5—[·o“š–Æ™³çˆ´¯§}Û6\½vÅK–“@\|<;wí!>>ggìììØºm‰‰‰ìÝ·ŸúXL<ÜÝ9uú,Å££#í^oÍ´³¹xé2iii\»~ƒ}ûP³FuÜÝ 3eúL>|Ä“'‰FµóŠ£ƒ~~¾lß±“û÷c9yê4Û~ß‘ëã ººÒ¸qCfÏýž›7#HMKÓDÏaZ¹REüüùjÒ·ÜŽ&99…¿OžâÂÅK´mÓŠ‹/±zíz’’“¹wÿ¾´t+L=vœääbîÝ'æÞ=‹–5ªWÃÇÇ›IßL%6ö>â›)Óñ-æC­\Œž–œÎÓZûQbâ×SXº|%§Ïœånt4‡eì¸Ï©Vµ E‹ÁÙÙ™¶mZ1}Æl®\½FRr2«Ö¬ãâ¥Ëtîð†Õºš¶E€?ü|‹ñãâ¥ÔÑeöðp'88ˆŸ–.§nÚÒñîînœøûwîÜåÎÝhæ-ø!Çëóf—N¬Û°‰={÷‘ššJtt ¿mýÝbý¢£c8~âoââãY¶b÷—.]&*ê©©©lý}¡SGãóÞû×’“S¸ÍÔïfIƒz§Ž\¸xÉh1°Þ7äç97¥[×ά]¿‰}ûššÊ¡ÃGY³n=ºwËñ‚NÚ¹{ââHHHàæÍqPp«µvŸò’#ÇŽKégÏý†Æäêº(áîæFdÔ-îÝ¿OÔ-å`îo´oË¥ËWXº|%‰‰‰Ü¼Áw3gÓ¾m£Š9áá®{÷ýý÷)¢£cÌî»y}f-åáéáa&Ì‚Èß¹s—»÷0`ÐPœ  KçŽFé”Ï'%%åº|%òóüZ#§ë”—¾åiûpww74‚À ýY·awîFçØÖwü±‹=î{ªkðjai b¼]“ôÚŠ É¶r Ö\R(Ì–¾‹†ãµ:‘Jkš@n´$ÿ%•({á.Qô1¹Œ*¢Ì*»Vò øfä×;0Çã,ï4?TµÜRQQy‰0ž1·äÍe—%È…-!‡¹<#˜|ª¼l\=²žƒ«ÇÒþ“ß(T4;÷嫸vt#‚ï½æI"¿Ä¦‚V¤l¸§.`§®ýGzJ¾!Ô kö¼Oã…2lÈGÌ›¿!Ã>&1) ?ßb¼×·7âõxx¸3ë»)Ìžû=kÖ­ÇÖÖŽ ÀBC‚ .Ägc>fμ¬]¿‘êÕªPOöàSÇö,^²œ?vî¢WÏ·iݲô닽½=ã'LäáÃGxzxдICê×­ƒ­­-_Oú’ÏÆO C—·ðòò¤~½º¹¶öPâ“‘ÃøvÚ º÷êC`€?Íš6ÆNoᕆùˆÏ'Lâ¾àêêJxÍêx{µzŒ |;ùKfÌšKÿ‡š–†7½z¼E™Ò¥ðçãÆ0uÚLü°?J–ãÉÝL~ll,?ü¸„[·n£EÊ”.Åð!)–¥Ñh˜þídfÌšKŸ~ ÕªVfÚ·“Ÿ»kSNçi­ý(ŪU£:¿ný_~ÝJ\\?Ç )Q"Œ¹³¦S¤ˆ—Õº*µE€zuk³bÕZÂÃkIiÃkÕdɲÔ­.mëÚ¥×oܤwßðòòâö¯çØ¿np†Ä’e+ùjÒ·*X’%ÃhÚ¤&–$•*V G÷nŒûü+ìiÖ¤1¥J–0J£Ñh˜0ñk"#£ð÷÷cÂøÏ(VÜ(ÍÙ³çXôã²´Zj‡×dè ¥}}ÞíÅÌÙ󈋋§§‰Àd­oÈÏs.§aƒz¤¥¥ñãOËørâ7øûù2jøÐ\Ç‹Kxü˜ß·ïdÖìù$&%àïÇÿû[…˜{ÖîS^ò1ŸÀ€C‰‹§t©’Ìœþ­d”ÓuQ¢víZ¬Û°‰ž½ß'$8ˆ™ßM1‹è]´³gLeμ¬\½·Â…iÚ¤1½zäÍÕÌ×·õëÖaìÿ¾ ˜7ŸŽ•ã1y}f•°±±aÐÀþ 9𶝷–¶wy«'v¶¶„††P·v8½{½mÐx^Îk-š1æã¹*_‰ü<¿ÖÈÍuÊmßò¬úð2¥KѸa}æÎ_Àˆaƒ­¶õ«Ö’’B#YÌÁÿ&rÃ¥ìØWfÊŠ©u‚Þ E̾Œ"Àëä'ÁҘ´éI'RaœHsKT¯d¬óžtå«ú¾nUßÃIæà²ø4äx¼ò…7>\ɧG¦Ê‚šé]ƒD½)\ú“®Y™ŸZ«¨¨¨(RªÑ{8.‚.î† d¿äF¦†øð–âÈ1XóPš’°ˆit± DÐfV‹6+13Ô¸Û\=¸&·9«†õŸ74Eõd¤&òûÌîhE¨æL˜¯™Z¸”œ‰˜%â暣ÀuúÏ{h³DÚV{÷_#pýWx™.x>õÑ‚*p©¨¨¨¨üchµZ®\½Î§Ÿäß2î•"Ûã0;–EÄd@#yŠFd‹[Jb–a¿Ñ6id:ʲÇ/ò“":MKÔ×G“-på$üXva4­äS™òუ÷À̹hƒØ¥¢¢¢òO ï¯M:'c#Óœ^(Ʀ¸òwRövùt…ôÆ0þgX1E¡$¥T^7Oncýç /㌯§Î¥AÔf Õf²öõÐj3 +æ@ÝŠ® Â÷·“ÈÁÁÉwoëâÁ“¸t?JàͺÞ빨¨¨¨¨¨¨¨¼h4 “¾‹Kî㻽ÒÈ‚ÒFùNS¥%{cˆ‰eºr²42‘â‹Ò?S«/“J ­¢(h0ÄiCì-­q]¤ñM¶*dkP»r"× æwŒ¤äŸi5ù^•— ó5l¥Ž^÷™³À¥œ­¹m­Ü‚ óYÙLˆ htGè3ÒÍ|ÈóPy‘lý®+±‘§>¯yâì¨áÑc]@W`Ëï3»“™ž‚‹£†6µÜ K$K„ߤ"Aå ’•e98xfº–S{îðiÇÿ‰SRQQQQQQQQyY0LX”Z c“mú1ƒ!.—A¬2Äê2Œo ߥ1†arßHà¥Ü@Ô¯”hÉL…3Q¶ÉĺK²F“hƒÖ]WA´—+׆&ƒ±\#73wR´˜Û Xe1..ŽÛ·ïø”+b<\œñ÷ó£°[a«éÔsx¾ü—ÎÁ¯ò¹™¹Ž›ˆøÙ”‘9¯¢”^Þ5½,dÛtG˜˜õJ3æ¶¹ºÿ¬¯›¦òo½=“çž~bOwe¯`Æ /1wÞ|~àßÞöÆ¥üúü y÷í×ÈÌÌdùŠ•,[¶œSNžÒ¦z¥”hš†¢(æûuyEo¿ó_Î9ë ’’’Ú£û­Bš‘-vЮߘZDj–¨?£|‚¦I¬è®Œ•ßJ¥Ôt±ËÔ­ÂâVXÒ‘¡¶…å³¾Ý)p…E¯H)/üw¤C€ºc$QÙÀâ9¦P­¶¶â4vû‚ñk°/Œ!ûòØÌ›ˆ|D»75Ù`&‰ÕeÞô OZ4™&±Ùs,ͺšK·èÐ1ÔìØ@Vª+î‹ÂQ£2p»Eô~³*ü  ÷¬¸Ç¯^XŽ‚,Epûéù¨ *Iƒ_ÔÔ7JvT¨¨UÙ]­²»ÊOUe=Š"ð¸vRµc«æ¾ €/#—3îø¦FïàÐ5X´x òY›E®E‹—pÅ•×òÅ'àréÂõ–-[y÷ý9~ò±ôÈËkî:88888´ !dÜ÷ECA².J6QBêŠUdÑB“ž±"ãÙQ2Sx²!C®PÂÜgxoó«¶UmÞ\ú?®Øä2öqz;7W3a4öV#~[þl•RÕDn.3f´‰xÎv -Æû{ïÈ‹/¿ŠÛíæâ‹~ËA“&˜û^xé~úyÿøë]­ðÀkû‚ጡkÓ^c[»n=¯¾ö+V®¢²²’üü|š4³Î˜†¢Äßê ÷]!Ñs™;ˆ¼¹ÙÄ,âçÛÖûWsWÌþÈèÏûðwlo ±¾ €ä¤øßU·+†À ¾ÚíÇãx“ìž`Æ%Þµ¥ž¥uµ<¾¶†³ó“IORH±´Ù·§7ü¢"ôº×n¬çãªi è™ïŒ;•ñÓnw<¹ö9¦M=…iSO麇 ÂÛ¯¿Ü!u;88888´œ8ïþ¡4)Â&tÙvÚ«ˆõ.é壈°¾ÖZý©,ú›nóDrÒR¥ i>æñá‚nˆçE`5ÂbZÂ0PEèoÛKD]µâ ]1¼¿b«iÚ'-ŸÛ—Öï[·nãñ'ŸæÎé·QWWÇ?ï¹Q#‡“’’ÂÆÒRÞzç¿à‰G /7—ç_|™wßûÝååä÷èÁyçžÍ1GÉÆ¥\|ù•œtâñ|ùÕ7TVV2rÄp®¿î*²»uàéggðÑ'Ÿ±sç.ºuËâŒiSm¢Ì'Ÿ~Î+¯½Á¦Í[è]\Ä©'OáØcŽ`Þ÷óyòéçX¿a#½zõä¢ßžÏ¤ ãX·~÷?øË–¯Àãñ0h` wÝqÉÉÉQãùêëoyfÆ lÙ¼…$ŸIäÚ«ÿ€Çãá¶éw’—›Ëæ-[X¼d§z2çŸwŽyüüòÄ“O³~ÃFôï‡Ïç‹{Íü~?þËßX²tÕÕ5pÅ¥3vÌ(ýüO=“£<œú™¥›èÛ§7¸âR† Àô;ïFJImmK–,%''›3O?Ž?.f{3ß}Ÿÿ÷1=|?»ËËyèáÇYøÓOH)2x0·Þr©))q¯Åëo¾Íƒ?ÀáGOà7^¡¦¦†_Ÿ!Ÿþï]¼^/Á`/¼Ä§ŸÉîÝ»é߯—üî·ì¿ß0Þzç¿Ìû~>ÙÙÙÌ÷=55µŒ?`7ßx->ŸÚº:î»ÿ!æÌý¿ßOŸÞÅ\Í•”” ˆ{>À:·mÕA¤¹/þ¦´„ †&EU¥ˆ«ÂEWh낎h ŒdtZakÈbÈëKïU“ºÈÎ\O花ÊbLo®„éˆÀBÃ/¢©þ ËIlçÖ[iX¯ß°‚^½¾ÿ~ø’}lÞ²•~}ûpßsæéSéÕ3¿S ÷=/´g ]›¶Žm×îÝ<øÐ£\wõ˜41ìñX\TÄ¡´çÏ”`‹1ôZµ?I aKÄÀd(^=æjŠ ÎD÷M˜Ÿ›¿Û;tj0ÀïWV²Ê¯âa×pMB²"¸s@CSݸ"®ñšz·€ôn@¿¤;ùñó2—À—ê¢p`:E3P\ºÈ¹eu «ÜÍ_7Ô°¡!™s{…ÅŒ¿ÆÌ9•lÞåÇ¥2³{päE‘S8´SÎEGqФ <ÿâ+üþòKB°ac)Û˶3wÞ÷æûÏÚuëÙ¹c'ÆÀŽ;¹ì÷WsÆ´S™~Û-”mßÎwý•ªêjn¹ñ:TM㎻þÊ•W\J¿¾}é‘߃…?ýl¶ùÑ'Ÿñò«¯óÀ½ÿ¤G^³çÌåù_áÎé·²ÿ~Ã(+ÛŽªifùÚÚZÜn·ßzIII<ðÐ#Üö§;Í|Ucnj昣"7·;sçÍç·ßÁØ1£éÛ§7_|õ5÷Ü÷7]-ãÆŽfcé&RB"Õê5k¹å¶;¸õæ8`ÜXæ}?ŸÛ§ßųO=FQa!wÿíŸðôž‘΢E‹c \}ûôææ®¥wïb¶—mçò+¯eðà8yÊ ,[¾‚³Ï<«¯¼‚ ~ä¯ÿ¸‡IÇS2 ?›6m憛oåÜsÎäO·ÝÂú xåÕ7â^3¯×Ë “åê?\AjZ*O?3ƒ;ÿò7Þyóó}uûŽ\ôÛ (,èÅ›oÏäšëoæõWž'#=€M›6sÖÓ¸æ*½?÷Ü÷ ùù=;ft“ßMÓ¸æú›)ìÕ‹‡îÿ7ÉÉ>–/_IjJJ“×bÚÔS4°$*\±¦¦ÆVÿ#ý‡Ys¾ãö?ÞDaA/Þžù¸úzžæ?„ÎåJ.»ä"Î>cÕ55\sÝM¼ûþ‡L›z ÏÎx+WqÏ?°å+V›»w ÐŒ°Ê[v rÕ÷¨1̇P8‰5T1Ê?*†bfªVØM#ÅP²bbÁLZû`zuE(`€"¥4 AëçDÐUµ°'WxtÆÇ6ŠG‘]‰êZSâX¼`ŸÎÁ8—-ýÉïуÍ[¶°ví:-^Buu y¹Ýyïýñûýœ<åÄV×ùÓQcˆõsí 7óÔ3ϵk5†í;vP^Qaþ½ac)uuu{Õ:ú§µ´µÝ7ߚɀý™8a|—[ôE b&¤·ìŽ8ÎÚa™|1ŸÍu×8^Ƹ_;×A 4"€ùù.Jƒ>EàKQÈîáÃ¥€ ðKÉ«*9å§]ì h¶ãWÔqy½SXµ œŸ¾ÜŽ0䀯_@aIR‚”¨½S˜xbn·àå²zÙTÞ™]Áãìd[y€$_*'ßü!§Oÿj¯¸&NÏÖmÛØ¸±€Ùs¾ãÈ#§¾¾5k×™ÛFŒØŸÌÌLÞzg&ýúöá·ü†¬¬L ,áš+¯à£?¥¢¢Ò¬÷²‹/bÒÄ ôì™bùÿüÓÏ‹øÇ¿îå–¯cèÁ€ž|<%%…‘#†“ššJ¿~})ÐßÖÏiSOaèÁôïח뮹’E‹—°~ƒž³møþûQPÐ ¯×ËÁM$#=uëÖðò+¯sÆ´Ó8ìЃIMMeÈàAôî] À;ÿ}#?”Ã=˜””d;ô`úôéͼï0û5xÐ@ z‘‘žn›0ˆ¤¸¸ˆAKð%%Q\\Ĉáû±fÍZsÿàÁƒ8hÒzäåq̯Ž"5%Å<¿ï¾ÿ!ƒ ä‚ßœKA¯žLš0žqc››Æx99Ùø’’8öWGQ^QAyE…¹ÿˆÃåÀÆRPЋ+.¿„´ÔT>ûüKsÿ~û ã¨#§WÏžœpüq~Ø!¼ûÞ‡M¶ ºçÛ¶mÛ¸ù¦ë(èÕ“ìnݘ8á@sS×¢9jëêx{æ»\såï6t™™™œÞ9 <ˆ7ßži–ËÉîÆ1GIaaCb¸å\W”WPЫK’’ÌèQ#ÉÊÊL¨}‡_8!O,aS¤âÙ*ñë°}Ž0#bÛQ¢—%¸-ÚF‰:Ü’çØ¨[ıeLO®ÈNµ4ßSØ“«½¢¬öa «–¡«³ÃpZkqÊI'råµ7 ( þßùÔÕ×óüK¯p÷ÓQ¥m†w hÏv†BïÞEÖwƒöhï©gf°aÃî¾s:åÜrëtÎÿ͹sô‘íÐÃæéìsÖ™´ul«×¬aô¨‘]üÅ «Žœîˆöè2~w2kÈy¬·ÈËp-6ï”]3XQÓ‚(ÂµÏæ 6Ö±Û'Ø•$PUɨ#rÉìžl^@£ÆÖõµ¬û¹œ "øÍârœEQ² lmPQ䦲döNvlª#%Ýͨ#zàò(q¿BL8±ynaæÎ*Ւܨ ŽúÝ >xŸ:çݲ²6tsæÎ£wïbæ|7i§BcC#sçÍg@ÿ~AlwM IDATÌùnGvë×odô¨¶w¡áû’ÒM›LAÁðÔ±RQQÉo»UUпŸ¹ýàIxéå×8÷ü‹˜râdN=y ©©©qû\TXHrr2KKéÓ»˜å+Vò‹¯°tÙrjjkihh  š“/þßobÖ³eËæÿ°?ùÌܦiåŽàÌiSyäñ'Y´x §z2#G Û§òŠ þóÔ³,üñ'*Ê+¨«¯gòqÇÄ,«( 99Ùº§â†2xPܺcñég_ðîû²vÝzêêêPƒjìö„ ¤¤?¥¥›âÖ7¨¤„ÿ}üI³ínØPJß>}LÏ­Hâ]‹Dؼy ªª2bÄþ¶í#G gùŠqËÍÍ¥¾¾€)'Ï 7ÝÊ%—_É©§œÄQGó»èààààànWØí§Úd3Y„ÝL‘¶*bJ}!¢¢åšRd,Ä*"¥Mà2 …í$kõßQ‰ç£iÚl2£;j„Á„Žo*¶³MÆUóÇ7¹·ÃŒãÖ×{Þ¯Ïâ¬3NC( .EáŽ;ÿÊäã~Eÿ~}Ð4µi·íÜ444P_ßÀÉSŽ ¼¼€ôô4Üî¾~m¦í×÷ŠK/âÖéwqã-·QU]à ÇË1GÑ.u'FëÛ™5û;þú{š,óìSÑ='§Õm´¶ÃmeetÏÉns=‹DÏÃe½9ö³µÞ¡Ì]ö›·´ŒÏpš5n»Ö|Œ¦7WS7=ÛƒBk&¤{ÏóüµzèvrFÝ‹ö£Ïˆcè7î¤=Ü«öÃ_[ÁâîºqÚwX&Y¹)H-|ÅÝ^…âAôê“Æ_–QWàwË+xcx6©nÁî Äës±um ÛKëÈìžÄˆCC«·5si…€ÑGö`Î{[ø¡»‹›ÆÝÄ€CÎÙ§Ä-+MšÀì9s9þ¸cY±b%ãÆŒ¦ºªš?ýŒ&Ãҥ˸í–ãÿœý<!B4û .¯¨àÈ##Éëå¡Gç» €ŒŒ ž{úq>øßǼûÞ¼úÚ›ÜzË Œ?ð€˜õH)QU—¢°cçN®¸òZ~wáüî ÈÎîÆ^j+¯_éiéœuÆ4.½øÂ˜ûO›z ãÆŽá•×ßä¦?ÞÎèQ#¹ãO·â‰ñŒ¾úº›(éß;§ßFNN6<úD“犦j-šøú›YÜÿУ\í• èß¿?Ày\Ôä1ªÚô;RPUQƒ$ñ'{›»ÍÖ:Šˆþ~)JbBÕþû ãÕ—žãõ7ßá?O=Ãó/¾Ì¿þöòó{$܇_&æC"Æ«¢Õ,‘Ò"Å]´ë>Ò¬\ò¹b¢.aFÝÑ©[ìFNø8{È¢þ;¦Ê "WವëEÚB£‘Ðûr3–Y“žtñmƯÃ^æÛª¹Ýz~•/¾úš­Û¶qãõ×rÿƒòÅW_“Ý­×\õ{3¹jGÑÖ1¼ûþÿxîùcîû×ßÿ ÛÖ@´‡†™’’ÊùçžÃo¿ƒÌŒ ŽŸ|\Çi£1hK[cFâ™'k²LVfV§ŽÇJ[ÛÍËÍe×îò=ÖÿĈ1‹!âÝKRv®È}˜YºØeMJŸ˜7—q0{ QSQFMy¥K>ç›—ndðAç0pâétëÙ2Ï®†¿®‚j7¸$dåùZôÕ«ö7°©¾Š´]Ô?œ¿¤œ×GæPÚ ¢i’eswár+ ?¸eyy¼>=gצ•լΠØK¾­á IyâÉgøü˯>|’““àüû¾ùâ«oèß¿={æл¸˜Ÿ-¶¿xÉ2E¡¸¨¨Évºçäpó ×RSSËÙç]Àwó¾güº×”ÛífÊ “™rÂdxèQžzfF\‘kýú øý~úöíÃO?/"''›ÓO;ÕÜo\*!EE…¬\µ:f®©ââ"~X°°É>÷î]Ì×]Ío/83Ï9Ÿï¿ÿÁž°k×nÖ®]Çßïþ3=òt!U´`Ò­¸¸ˆ%K—%\~Þ÷ó™4á@9hÛ¶•5Y> ²rÕ?ìиe–¯XAÿ¾}lÛb=?Š Ø°q#æBM] +š”Ä’¬ z¡( ?/Zb&ÑX´x ƒ•Äí{$üö‚ó8ïܳ¹ü÷Wóæ;3¹ü’ß%|¼ƒƒƒƒÃ/)-Ö…´R€Õ’°ÛÖ”Ðd¼ÔB‰(!CQ‰!=ÉA1_Z0½½lc¦1ciÕlJ„#P$–‰‘ûØ”ãB¶b42W‹m®f<¥lW b tQš0Írö’–[ï0´½èÚeÄïö£=rUTVòÔÓÏqÅe—0ÿ‡X¼t)¾®DqQ!…½xú™L 899ÙôíÛ‡gg¼ÀA“&šeO9y ËW¬dÆ /QSSúuë¹ï‡8yÊ ¤§§5ÙNzz^¯—ììnœ÷ë³yè‘Ç ƒl+ÛμïçSWW϶²íl++###ÃvìWßÌ¢®®ž-[·rÏ}rÈA“èÕ³'9ÙÙlݺù?, ¼¢‚ç_|™²í;ÌãN;å$^yí þø~¿Ÿuë7°ðG= þÉSN`Õê5<óÜ TVVR^QÁ§Ÿ}aæ›5{›·l¥¡¡Õ«× ÈÌ´÷ 5-ÇÃ~LMM _}ý-³fÏIøüO9a2Ë–-ç•×Þ ¶®Ž²íÛYºlyÜòÙÙÝøaÁlÞ¼…Í[¶òèOF•™ûý|v——SYYÉC<ŽKQ8âð°Èµ|ù 6n,¥¡¡þ÷1³çÌå´ÐŠ”FrýE‹—D…xÀ8222xà¡G©¨¨¤ªªŠ¯¾þ–†ÆÆf¯ENv6 üÈÖ­Ûhll´ŸÇÔT¦œ0™{«VS[WÇ˯¾Î²å+˜vê)$Ââ%KY±rlذ‘ªªj2Cߥ,äÖÛÿÕ®ƒƒƒƒƒƒãÕ9Rà’!ᢗÏÍ[´)m‘(¯.}£}&(–’´Š=3÷f{Æ6ë~Ëâ^R³hF–pEžŒq "‰%H5¥DÊšÇÖjœµ£‰xr%Ô·È-ïæÑÆñžz–IÇ3tÈ`^yí H¼<&NÏ“ÏÒMõA^ØVo^fÅ#ðåD?‚­kkÙ±©Žºj?¾7iY^Šeš©{ «AÉàqÙ,™½“¹«>æÀ’_µx,{ 4‘_~ Æ›Û&Œ?çž‘ƒ&…®ç÷Èã¡ûïááGŸà¥W^£[VGy¿9÷ìµ7mê)¼ûÞ¼3ó] È“O?Gié&4):d0×^õ{[ùE‹óÔÓÏ¡j'ÈÕ¸Ðó5{ÎYÜ~Ç_HJòrô‘G0xPØúØcަ¾¡{î}€²í;ÈÍíÎñÇ˨‘ÃÉÉÉæÁûþÅC<Ϋ¯¿Ûí¡Oïbú÷ëKVV&sæ~Ï}<ÂîÝ»ÉÎÎæwý_LOq_R·Ýr#?ú¯½ñãÆŽæ`‹0ØÅÅEüéö[¸çßðÄ“ÏPTTÈ %TW×Ä,Æé§±fí:.¸ðrss9åä™=g®­LEE%—]q5å <ˆîý'>‹ç•¢(Üy÷ßÙ°a#EE…Ü9ý6–  {÷N?íTî¼ûïüþòKlõºÝnîýç߸÷‡8û¼ÿCQú÷ëCIIÿf¯EAA/9h·þéÏôê™Ïo¾ÁÖ'€ß_~ O=3ƒÛ¦ßIUe–ðȃ÷’——˜'æÚµëxí·ØV¶ŸÏǤ‰ãMñnÛ¶2–­XÓ ÍÁÁÁÁÁ!Rï ;[I¤ÑJŒ0SLqLÄb‡÷‹h[ÄÔ€¤Ý)LXÁÒ-îÑìi 4lUDÏ1I³®f®¦¡&½¹Œ¼\ÒrÚbo¢Ž&»×Œ·™MyÔË é¯)cõÜ—š<¾%Ìùnn›C X°GÿÞw)ÉÉÌž3—gf<Ï ×^ÍÂâÛY³yàÞµ©%K—1aü1÷µÇ¬<÷ÂKô.*â°Cn·:¡sÆ`äø0þ«ªÚ®âbg^‡Ž¢©1Ä£½ÆöÙ_òÄ“Ïpò”=jéiélظ‘ÕkÖrî9gµ¹þÖŒ `ðáâË*0g0BOÍeu׊åxC Š'v™7ïÈpÅÈâ"ò£@JñW"Õ H M ƒ~Ê7±jö«‰µCyîêÁàÒrñ¸-nhBPß ±jSŸþX…KL¾êU’R»‘ѽ¸É:ßûá>úñ%*ëv¢ªÁ°Ðg>âKƳÒú¸t)nÜŠ‡Æ^À©^5³‹ù3ÿÎ’/ŸAÕ$ãF¦ó×Ê4MrØ´Þ6‘«N °¶zwÔ7 j~€`U¸ß¾"…ýÇôÀçÒç®EPº²Šµ?Wàñºst>ž¤øýÒTÉ×on$59§/Ÿ×lÿ÷$?ýüsµ[ÏÆ¥üúü y÷í×ÈÌÜ·WÉÓ¤¤±¡Áô¤j-'M=“«ÿpyÜ÷ŠéwÞMff¦):88888ì‹ü°`!#†Ç_4&’Q§_CzA .wŠÛ‹ËãáÒß_-/¸±Ò^WQ’ŽqœÕƒËJ KQŒq5!«º–XÔŸT5„¦…VWŒ*(í‹ü»EX$:)㸴 Å4vmñP©¯¯çÑÇŸäÒß]H²Ï‡”’ñŽãçE‹ùÓwÑ-»¸ì’÷ðiÏúÏ ‰ í•ÔíIlº:s…Kk»û"í1¶#;”ÞÅżùö;|þåWTUUÓ£G“&ˆ¦i-^)¶Ã"£´‹ªÒz¸´ÜfmB—íö§.rš"QÞFm•Ÿ‡äÑ­‡¯ÙhN·G¡Gq*»¶ÔSç¯!ÅÛtHžƒCkQ„h³ÀåààààààÐ6¤¢€KA¢Ä|ߌ’€,¢$Cü’D¤ÎЉ ç ·x‚éE"g÷£fçÃ5ÕIM"4½·M 3 5§ÄµˆˆN6©E%ØN+ô,=ð'úäH›™Ø~´Åx÷ù|<ñèƒQõ+ù´G‰°/ˆ+κ6í5¶~}ûpý5Wuh­#t³êHÉE·©]¡Ë¸ÅYöK†4-¶¨Å¨» àñ&Óh ߥlÞ@pÄè R’Š"õµ*s–Ô°qÓ|»u6?®ýš]5ÛPU‰7ÉE¯~édå%‘šé!%Ý£ŸMF‰@-4~F@qâráñ¹HÉðн …ar©.÷S¾½ž-kªY³u)·½|&9ý9}âï×ÿ(Ö-xŸY/ßL0à'/ËÃI2IMV@½ƒ38ýçr–~·“‰S QB/). ±ŸRI½\Ô¯Wn^Iu l’™÷¿-¤uó2ñÄBº U“¸= y…©”d•›Œ¦I4M$š¹’¡Å5›Ðl“ùø6BzØïZ®P½I Aõ ’2 57™¼bý†g³sSkí¢´l5÷¾{ƒ Çr€Ìgç¬wHÑ/™#GgèäP’Áq9>fîh`õÂÝ ›£{œI.7 ª=16@RO…ºµ*Ftd@SY<{¾TcŽî‰h™réKÕÏõ‚µ_2yôoZt¬ƒƒƒƒƒƒƒƒÃÞ@DÄ„^u—> .%Âòòm,y%¤ý­ÙVO(¬P‚~¬ïh&–·ºq*—¥ªVdØ4fÇb,ªž¼9š=/—;²lLû¦EFO'„ ÆòK ÙÈùŽe_0Þ1t ö…1Äc_DÅ"FŠZ Þ.¥yߊ]Øx.ˆˆæ¢ºaü½œJèo‘×Ogâòè Ý¥e啨³  : y|sîlÀ›*ð%»é?¼ù}ÒQƒR¢ÿF#ü…"[N!p…Å-PU‚ͳVÎt! ŠÄãñàñxP… _¥¶ºôBÉ~g&1â^ÔÕ4°tÎN–—Îg©%Ý®,I£¤Ð§ \\Ö'•Ù~Ê·5¢¸Ô .R§f±¢jgÔ¸]é!!N…`…ěª‘‘‡çµXàp¹ôú—ÎuD®N¦¸¸ˆ¯?ÿhOwc¯b曯4¹úm·tROö&ôÜäÒšƒV˜ÿ€b„/†Ä#Íúžl)Ž¡‘…<Ãlû„™ç6lÁH›fŒt†²´©…<»¬î]†(úì·} v‘˲£D°z ĶàÚÁ›ËZM„“DóVcì°Åö¦«Š­ÁC×`_C<öå±éXg8ì6wŠ#ç4‰Œh®É¦Ì[±ýŽØUR˜¸½Ñ¹{Kþt ¼µ­G6Õ’¤ÒSÜŒ:¼'¾7Rê« ‚­B XÎkøñ.cl¡°ú}k>t¡¸ )ÅͰaÃ8øàƒIKK‹òF\°`_>ñ%€1¿‡q¿*`×Ö:ÏÞÎÚL…[v×óbÏ$¼±f¥TÉ47ßìn´]â¢gr:Ûê«íå¦WÃF`†ž/,½›·Uÿ·”ȵqÇŠ–ìàààààààà°`DØ'½-zUÅ¥‡ ê mMÁË, öBZ’Àg{Û5½Æ"ÂM¬û¬ý3ëý¡É°ý¢„Ê5˱q<¹bž€È?2€,3î±Bã U-¥‹cVö…0,g ]ƒ}a ñØ—Ç– FgÇó䲆ÕE%›'zgþ-¬!xF}1VìB÷Ö¤Ôn€ýÙ§iºÐU”\²¼‚Ê ÄçV}D>)úcM“z\¾!jYíçEÿËëIàòÂܹ©\«àr Î?ÿ|rrrB‰î%š¦Ñ-+¬Ìt|¾$ 9ÙYŒ1‚ššžúyÒU1âÂdÎëÍ÷m¦¶>Èi?—óêðn$Ǻò¼ ª&©« àM¯âš“”Bº'‰Íu•Ôýúx$(É­AØ­âßé^RÃMôJŠzô¬9—†Œð&3Þ3v×”%peö>,‡!±Ib’™û*Â:z(#FÎ-MŒÂ’ù\êï™l¡Ž1§Ûe(aJè@aKÂeé¢ÅÃLO^ª?”OWØ®ðïØ"W‚9¸š'^苟i¯±u€¶u ­Ç·”äêð%%í±>4GCC#))ñW7rÆÐ9üÆ}yl1‰åÔ§˜Õ±¢Å*ëöxõ…=síÛ­9¹¤Õɓ߅ðúR£¶ù\‚Òg.*G j ™MáÀôHcøÀ‰+¶†W¤¡¡¤kÎ-i;v„üô/»W úõïÍÔ©Sq¹\¸\.ô-$==•ädŠ"˜=gËW®Fƒ äIcihh wq!ÿûß§Ì{àcÆ_%9à¸~þ¦ŒŠ œ»¨‚ûe‘â²_ ¤UUî§{Ä t^ÅE¿´lüšÆÊªºÈå„@­•DwI@Uq»Â"—â¬[TÉŽMµ4ÔÉ-L¥÷Ð ¼>—é½tk.‘ƒƒƒƒƒƒƒƒÃ^ƒžÄÉL™eL ‡*cñ¥°U¡­.}"VHý]Û°9ŒEªÏül'úÂý‡5Ó>’źŒ`HhS5{ܤå=Ö¹’…ô¼²‡,ÆÙ&ŒV›£5‚UÓå;Z+..¤tÓ&²»u#© ð ì*/§¸¸(ng Ï/e ñØ—ÇfÃân^¯x´ÇV"Xç]Ìg“µž¢—uÞ¤+ ]ɹú‡PG+4>ÏSØí†Ô4Ã&v'%ÃòJ \B*ä&÷#É R²©fR¨@ì0E+۸ضÀÅÐaƒ˜:u*~¿ŸâÂ|Š { i’ÚÚ:î}à¾ùf6J(†RÕ4ÿûŸ#ÍgñœíìØTÇÅË*yzh&‹GW]è]SÑH÷^Ñ«<ŠÂ Ì\VVíDñ dPâ+Phܪ¡ø A ìò˜§mágÛ¨ØÞHV$ö;¨')é45ÎEÞ³sD%*P¨¬v@èe0´S lùq%B(H!f¢z©aÄ*f‡þ—0_¹ ÁËð²Ú"±ó ëÎQºpFØ“,¾Ò=½ôÏî¸ï³m|Ñm~¥Åæêo&¦1æ ˆ¹!VïèH+®[7=¼fãÆMÔÕ×uX;­%%%™ââ"ºeu‹[ÆCÇóKC<öå±á‰ûí¦£„ˆ ¸·_É–޾¶¾´lýƒ„Õu*W®¨Dº  _ƒÆf£%RƒÈ«I•\_<®$4½ná!ÊÏe_=ÑŽ€ÅÏyÉê–ÉI'D `ÿa%¤§¥ i’µk×sýÍ·#5=ù¼Whfkþü…œ2í\îùÇ]\|ñy<ôPê-Ÿ‘–¯²ÿ¤|ÿÉfv–û¹jeÍ)ÙYä‡Í ²r›ö t …n^µ¾ÁJHä¦q«‚°©®Š,o2Á‚Ï˨.÷S84#sPƒ2®À¥(àò½ŒTQ„+f9‡½SË Yád‘† º7–,‘#)¬Å‘B ¥‚¢„¼›B!…ÖÖl~a¦”ˆšˆ·þi_^"Õˆ4#á°sL¦'W³zSv"<b&}iμj¦Ñ(ýKD¹ªÅCv‚Ðeñ{+κûÂâ±/ÍF ‹5\Ñj'ÂO%ã@ýW¬vDD™ˆî¢W ½hâMÉD³+ü}s-^—`øÁydäxQƒ†ß[t‡½$“ìI3.eÀ6Ûë Xø¸.ŒsÎ9¨šÆ ½IOKôÖnþST>«X$%%qå57óðƒÿäÊ+/äæ;Ö‘ñ»u¨Á cêÅ·ïlduÊ?ÖVs¢âæ£ù•T¸‘dçûâ{[…(LÉ¢,µ–F5h>Íýå)9n¶7Ô¢lÔTøÉí“Ä€ý³Cç«iºõð±ss=þ`>Ot¨¨ƒƒƒƒƒƒƒƒÃ^Œ0Ä&IXª Ù¦»T2¬¹iõô'á²RJSüà2w ¥j„„°†D&âu¥¿Ìëcø@v‘”Ø3ÓF½òÇó–Šm´‚æ,)çs¬M†Ä×ë¬ Yt!„ál\!ÁÆ&‚Épió6y»4ŸK‘aqî²]Ƚ+53ŸÕY ÿÚR‹Ï«0qJ!9^ô³£`$ŽÿèH¿maƒòú­H¡Ú¼¸bÑP!ؽRᨣŽ"--^ùÝÉín$¿—\tÉдX‰ê£q¹22Ò¸æú[‘šÊµ—^Cé7 M• ?¸B“|Qîç­ÅÕ¸… Ñ-HJu!b­¾&52Ó’Q|¡Y«,AÃz½o»ªêXúÝ.Ü…!còZmQJÈî™ ´D<‡½ þW ¿Æ5 ÌB¡º°%b¤žŠÌ¯” =‡—Û n7Òå {‘ÂYÄq把–þJU³…$F9œax€‰°ÈeTWD3´µƒp-MêM-Ö•šðæ2$»"ãØÁÁÁ¡í´·Ã¨0d/«÷’-]ÿ颅°ß-³(‘®Ã]íŽøEù|Vg*dæø˜pBB ‹[ ç°J&¯H¶×®Å¨£¬v5µÚnÀêËK@ùj×ŨQ£ÐT¾½ ÌÙªù?, ¦¦6n_EA½gÿüûŸyíågyíågùãM×p۟(Ÿ‘I§£õ3žDï!Yº§ZO¿ºìYü $%»ò“/Ï6ã IDAT@²ðà+R@ƒôP¿^¥nSáô–™Ðy6p»ÜbçààààààààÐõ‰JÕamìùO¬ÆÑŸBVD(™¼‘·Ë–÷Ö 54>(HÅ…t»ÐB?RQ@–nX®Ð2QRšz¡7y›½#,vLÈC­I©å抖ïb ]M d±:ÐÎd³ƒƒCW¥¹ ›ZýÏ^PšñòìIi ,¿‰}ëìj·Óg¿¼›z•½ÓyX^ŒÔŒñz¬?hԳÿ“Þ[ ›g»6lŠ¢0tHÛþ{ïԲı²²2Ö®Yê•+¸ô’ß2 ?]ð‚C9U òÖ;ïsÚIS¨ßæEn¤&é3,Ë\Íæ‡ºÕ$ù\ ÏÛx… O®@“¯Ç…·HP·2HC©Š¢@QIFb…hlˆLÌïàààààààà°¯`Íô!ŒHˆòî ‹SÄðÞ’ö¹v1ñ,ì)EÂSÌÒp¹Òßér#=¤Û…T\º÷W¨a!ÑÍK£¡;Rº¤°‹q®—fµH€8µEÕC9ŒÙxS}‹6àÅywppèêX=·ìÂWøÆlŠ[""ìP„žJ‘÷GC#ìÁe½‹ïi^ùößüoÁ‹ôèÊàqÙö‡WçÉðܲ‹6±ëŠdçrÁĉQ\ Y™iæ¾òŠ êëb4$)ݸ‘ú:}ñ„nÙÙœpü±¶þúý~FŽ΋/½†×ëe?ÿ44T@A(°ÿAy<ÿåßðø\ ?Ï<© Y©Éìß-ŸÁ™¹L_Dát´€Ä“ìbuÕ®„êB«:úA€Ï“bnßñã‚„ëpppppppppØ ˆ +ŒÚkºÝ bš#†—•±M†¼­bYaˬÑç(p¹Ð\n4ÍåBU5½–ÈÉûùɼv‘+®†Ù¬Ø§¶6ÅÁ4cz†œƒƒƒCW¡­·$#FÞ¬.2T1$p™÷eûŒŠ0êˆê—0"§$ºÂ]ôïfæ¼§Èï“ÆÐñ9–üPv±¯i9.<+e=oMy(ê>w YYY ÐÛÜ.„ ´tsL/®†ÆFT5äý$%Y™™QçÐëõ²bÅ*êëëùÏSÏqâá§¢ÖyôþIIfwŠ+|”')qO.wº 8YϦI}åÄAcrp{H‘Ôüh¡ÊT))¯j ±^Y—vl«C ðoÞÎÜ¿ü‰çÇ eáC÷%Ö‡½šè7l=\PJËóEÕXi1dQl\2²>à ÃKLØëµ–“2EA M(h.=¼QC _Ân÷„~»‰AL§­ÈÖpÛ†È8=¾²é÷u«™ÕT›f̯WVì ÊËËÙ´i35µñó·ì)ÒRS)*,$«[V“åœ1t,¿¤1Äc_ò”’qCÜš;MŠD¬¨¨ÀR@ßÑŽíÑ]–¸yëãeOÞE¿Zúo}÷(Ý Ò6>‡`0ìú?WlôráÑDKzv+’S}dd„½¸\.³f}U^ÁÎ;loÜXÊÎÝ»HMI5·};kßÏ_@RRï¾ÿ?Î=û òÓz³S]g~?úÏfåÝëÊ›¤Dµ·ˆ^êYS%¯‹`@³VWïb`Fwjƒ~6*¨ýReüIQ§¢ª¾­A’Y 3O:-´*Ž/;;áþ888888888ta¤UdŠÚ€)¤YEX„.#å¯9fY,#tÑ´]ŒŠ#CòMØ| Od Zc0BßÑ+ФѴ‚´TjLK¤]äj2"1Þ)Â12Q¡Š­1•ö k[ÙvúôíCZj×[‚½¦¶–M¥›âðÎ:žDÇPV¶¾ýúvÙ1”63†xì ×§IB3@ËïO1B eÜÃíqôM‡Çí6œÁ´æêè@¶ì^ËßFrª—õ"¬#üà2d-íñ06ŽŸÏ‡År½„lØXU^UU€MÄBðëó.âÅO’œœÌ'Ÿ~ÎíÓï¦W¯^úË&Y¾b%½ò‡²£~yízöMcõ»ÐT‰Û“¸ÈåQ\Q£ÒTIna ¥«ª 4•55»–Ë+Ð’$ó?ÞÆ˜£òÍ °]þ:6UTP°F‚ÙšÊ.ÅERV„^‡.…U(-„=\O }Ÿ4MQR4u`I„b ) 7.BæQX72" ‚¡Ív i8XlCl õW b{rÅ$–~%Á¾†cd¨¢UYKÔ›+^É&%¸.ŦM›éÓ§7©))-Î#Ó¤¦¤PXXÀúõâïÎ:ž„ÇзO×úõ-‚ö…ëÓ$¡˜ñ{qÅ /$<¿aÙaþO‹{ïµzu«•´¬§íJUýn®›1$Œ=º€€ZOÛ®Hšy ¹%éé餧¥Ø· A}Ct>.5ŒYÏúu9ôðãp¹ý444””À£O<Íÿ¼’uoc‰RÄåVÐTÅݶg”Ыë–TP17@æ8 Á‹+Ê’z*Ô® 0÷‹Í¤¸ñôÔ×vêç礩’Z¡° }ú¶©?]„d.X†ê¥‹WÂZÔ’êØ³"Âv“a»BbÚ-ƪˆÂ"ãèÅ¢£RdHW€ ª EÔù;:xÐòšŸ Èe“—lïÞÆ™iOÓ¨•ž\]ˆšÚZRº¨án’’Òdˆ˜3†Î!‘1tE/'+i©©­ 7Ü®O“ž\­ñà²élþe9o¾%2²¼ùI}†ÆúœèL$’kž™ À“‹@ ‹Gí%p%âèòèM_’×~¬”¤¦¤D•÷ÝB÷òRUÕ9«ªªÈÍÍ`ýúR|Ý‘hHSȈĸšÅ—æ¦Wßt¶oª¥q›Š¯@=”*Ô¯UIæÆ×KAJôœgêVñ%i ú¸Œ3–Õ`ûuÌÁÁÁÁÁÁÁÁab ïƒÐL¹`ˆ°„ý…Ô/Ó>0µ©È÷ßaF˜c¨3åH8~1Zð’ U}%Ec›Õ#,f“"\ÔŒn‘Ñ"Wdà¡­ŽHë'JÜŠ*`ÛÕ½(k*ž)– ÉÕ…BÚ‹®,9$ˆ1»ÑÔý)Þu%‡»úFHXÖP9K1ì¥bÜ-Çš3.{†g¿¸›ÚÆúÏ›lÝcÌuNÏ©mòæòk*Ûê«õäùd¼y Þ<]”“©Ä·iƒpüœ€ùÝ@ƒørrZ݇®‡´ü‹P,¡‹Ò®¥ FÈ¡4„¯ÐÊ‹ÖúlyºÂ¿aË.naz€I ]à •¡”XáêBa¦ÌÏËð8k&'—ýo.£ó1½¸"ÿwDÚ*jŽ6 T \íoÖµÕxø±'x÷½bî{èþ{п›êO„ö V¯YÃcO<ÅÊU«ÉÈHçøãŽåÌÓOky2îVÒ^cxê™,_±’´ÔTÎ:c“;¦z—û²ÔÚ±ÝrÛt,ü‘'}ˆâ¢Â¨ýUÕÕ<ÿâË,Y²”M›·Û½;#†ïǹ¿>›n½R\Kí\ñâ­—Qβ«)Xs_¬vY–ø½mWûèìªÚFÉèì='pE l.×:š¦1`@¿¨²Š¢àñz ÆI@o¯WPc¹2‡Õ CÙR•ìÚZ@ï!™H­õW@Ášê]¶Õ!›,ïÒsteÔK†­ ½ ^2ºwou_º8Òpë²Ä}ÈØ2„fX£)DaX Ëu´LšÆz«•HDH’@D´Kؘ±oGfÂ/K]†OZhqE.«g˪olm…–´WÚ¢c[D‹<¸:Æœk«0qÙÅqÙÅÙ¶½ÿáGÌxá%zwŠðÑÖ6¹múŒ1œë®¹’Í›·ð—¿ý“üüvÈÁíÔ˦ië¶m+ãú›neÊ “¹þګؼi3·ÿù/dgwãÀƵS/¹´æúÔÔÔðÓÏ‹ÈÊÌdÖì9~šmÿºõë¹ýŽ»XRÂy¿>›^½zQVVÆ7³f“äõv®hh½YórE†U[ÿ6.넇ñܰV'¼¹Û§mô¦Ÿ²°¬bÒyÞ¯ß.¬<%é6Ï¥ØWCÙ›Àz jÕr„P0¨éii¹ôïoZz:åå µTÃuæ ¢…´± ‘‹K“ä¥4³$s|!X^¹µÔ­Óð×I^¸T|Ýs[ׇ½31â}K:a7>Œ0E³›!ÌäõöfÂõÉ@0Zà®c !ìv0Ò™„½»¬¡”‚fÂ…í_aßcG‰½Lïg”æÔ´ŽëTGÒŸ}þ%‡z0.—k¯¹Ö­_Oyy—]ò;RSRÈËÍeܘÑ,Z´˜C>¨zÙ4mÃGŸ|JQaçýúl„defrÒ”˜ùß÷8`ÜØvêå/—Ö\Ÿïæ~O^n.‡<‰Y³çpÆ´©¶úî½ÿ!&x —üî·æ º° cFju›mÂ>mü¶N?Øûc½ïêû£« ×q³èT"bSWB"¹î¹ ø “×lh^G{vY/*ýl÷¯&ÇÓÛV&--UUq»íÍôˆ\šª‚h~ÈêÊÏ¥À¦•ÕøRݤeym^m-aEåZ Γ€†µA²j$ã ° ­RQ@þØZÕ‡®‡ÝôˆŽÀ¶B"ÂáÉn{„N¬Æ¿Ö jÝç–Á e%Åp›Q Ž)pٽǢ0=X\šzÍÖÃ]bÅÊDÓ¦l.±͘Rd{WœXëR¶ëÏ–­[Y¶|9Gqx»ÕÙÑcèÙ³'.—‹mÛ¶™Ûªkjè‘—·×Œ¡¬l;}ûô±Õ5røþ,Z¼¿ß¿WŒ¡3~ZKkÚš5ç;8`,ŒÃê5kÙVVfî›;ï{¶lÙʹçœÙnç®MÇGztû¤ ‡ «(šî¿¡»—°üXöÛ a÷ü ý«ûáV"îÛ˜¿pkùz¶•o ×€tR2âÂF\^c#l\^ Àà19h­øÎI`mÍnüšÚlY+•sø8M਺ÈU|øQ-ƒƒƒƒƒƒC×DD*H–0‘±xH©^}Q70L[ l‡ýx «&#‘áõ ƒ*¨šÑ‘R™iƒ™ù[,Û­ööÏ"d[%þv£iµ®¢‡¥w$Êš _l!f]í]qâ´·ˆðù_ѧw1}ûôî4a¢­õ§¥¦rÞ¯Ïæ·ßÁ‡}Ìg_|Éú 9ü°Cöš1ôì™Oé¦M¶myy¹U•ªêê=/¢ìå´ô\Õ×׳`áB;†’’¤§§3{Î\sÿªÕk8°„”””NûŽ%0ÈðçXb—ñ§Œ¾_E;ÊFN,ÈèM¡Í¶g–m—´ýFF«a}×¼ý•³Ñ¤Fßý²šôâjú%BXhÙãö¹PXU÷MÔvMÓ˜6õ¤¨ï„¯Ï—PÝRJ„W%w¸jžòÚÊ€žšžãmñ¼ŒÖTí¤>Hü  ›5ÔÉþ+Uú–ÚÅ1=é¼âv“Ö+:烃ƒƒƒƒƒƒÃÞLô §m-èÝ2”R%<9™rÅn·Xõ!öàB_YÜ’ÂÃ̧fÚ3\RbñðŠa÷Xæ¹Íú¡y‘+Ê ÷†æM!©'ñ ý‘›¡ÂuˆÀemÄú»ÉÂíˆl·)5¾øêkŽ:âðÐuk¯º;~ %¡dÍo¼ùÿ¾ïAÎ9sÙÙÝöš1|ÐDV­^믿Iyy9;wíä»ïæPWW×)ch/±¦#ZOËÎÕüàr¹6t0Š";z³ç|gî/++#''»®K¢ß±¦°xmY›»ETY º“¬åÞÞ/£ÊÇí² —Š¢> ëßË’ÒyÔ5V“ß' ¯ÏúŠø˜ƒ‰|.µvÞF ØÎAƒVƒ±¡”’ÆÁåvEŸ“P;ŸÂámD„º)T—ûŠ ·0—»ågeÕ[èÁ¥ÖHê–AÀ1ßúm¹¸‚BàGà„÷ÇÁÁÁÁÁÁÁÁ¡‹# ÛpñJ"‘šÝ¾Š~ç6l?Ë$yÓñú‘æ~MC3lŠN±‰[–í¦y#ÃE„Ù~k-‚8ȨÒb­IsUF‹aÒž…1ûÕTHeÇa½ömýY¶|%eeÛ9ôƒÛµÞŽCé¦Íüù/çúk®â±‡ïçòK/æ™/ðô³Ïï5c(,(à–¯ãëofqÁE—rÃÍ·±jõ2ÒÓ;e û2-=W³çÌeèÁTU×°»¼‚AƒJX¶|»v—#%äææ²;ô¹³¾cÍŒÐþgŒ$óÆ-ÑØjÞ±$úâµf-ñ:#£?[bÒõ­Ò&Ù?[º×ô`Ú…{þ{BŒêf;"ä™eü44$šeL-…Ä~±U QÖE•Bš’µ=))©ùcœõLž­{B”mÐÛ8.§Eß7 ,«ÜN°%9¸„Š9pñ« ¸cèc;(<èÐÕÝÕ¹îÆ?òøž²mûìó/ùÕqSXµjµYæ#Ž1¦žq·Ü6%K—ÙŽ[²t™­œñsúYçÆl»¼¢‚§ŸAcccÇ nFJ‰ªªX_¸»òùÔ4 ­…ÿ/Û )%3^x™Í›·ìõÆã¤©gòåWѵ-íËÆ¥rÄ1TVV¶wÛ…O?û‚ïçÿÐnõ5uÞ:UUm!÷‘ÿOcý_îj´çÿß¶\Xý˜~çÝÜûÀÃíѵ„X·~_ö~uÜ®¹þfŒˆŠ[oÿ3Ç2gŸ÷lß¾£Õõk¡ïƒÃÂtIJ¼KËPt„¢ÿX…­ðjŠ!L“Ãö2ÄŒX@J´@Ó2‘Ò>?/ÃÛÍ*ãÔi–Ò2Ž0M&ž×XböƒÝèÒŽs`{ÝçšÞšêtûår±µÚŽ7ð/¾üбcF‘™™Ñ©†¶¶õí¬9” èψáûpÌÑG’ß#Û¦ßÉäãŽ!/·ãWíjó5fô(3i9À‚…?2kÎw¤¦¦véõÞ@KÎ_ àûP__ÏyØWýnî÷wÌÑôíÓ‡>üˆúúz| †í1¤ =]B‡ô/óA`NPn¾öõK"*#ö}L„.BXj±Ö&Í2±¥¯öcắiÔ‘Ù݇¢D{±µæîõñ±‹ «ßeRæ¹Xó !8댩<úøÓ¸\v.ŸÏG}}}ÌnåôópüÝÙx’#2¨’ÝÛêñ¥¸hAj/üªÊêê]QžlÍ!\P1+€tÃs¤ÕÆ>¾Bü2’Î/_±’¿ýóßÜrÓu”” 0·Ÿ<åÎ=ç,¤””nÚÄ×ßÌâ÷W]ÇM×_ïŽ>ÒVÇËÏ?ƒ×ë5ÿŽ—£mË–­¼ûþ‡?ùXzäåuÌ€öQ-^ÂW^ËŸ|`þ¿ëÊçóÚnaØÐÁ\øçwzÛ~?ï½ÿ½‹‹((èÕåëÝÛûÒV¾üêòó{0nì˜=Ý•váÈcNà_¿›±côwæÈÿ§±þ/w5öäÿß®ÖÇÿóééé¼òâsx½„ü÷ÝX¼t)ÿyôA²³»‘ššÚêú_xñeæÎ›ÏÃü»{íÐRÂV”×UHY²F~D¾1þYJŒ}±Í´;FEº VÙȾ[ÆH÷bía ˆÄD.ýg¦ºiW,ÃqA‰Õ««‰†ÂÕ¶”¸ÇÆîŸqÙ —ÛKü|3k6—_zq§ *mmOAMM š¦™ß=ô—QEQ:e<ÑÆ7ßÎfÂø:¬þHöe!­%cûñ§Ÿñûý¼4ãiÛCõÏù+s¾›Ë±¿:ŠÆá•ײyùÕ7øÍ¹g7ï]ÓáD9Rbƪ…(›gñÛ2§ CŸ„­p¬óÖ„ÈcyXY…‘¸Ï˜âÓŸ_AJÉÐ Ý­#^>-ûüNó´Tô±'Hv©û©z&3ω*{ҔɼðÒë¡på0y=z°~Ý:Ûw.Ø svãÎÏ@ÆX1qûF½Ž>ûe%Ü×5ÈêêqÏY<„ª¾¢6JŠË4Æ-¢ÆÖÔPÝ™ýÄ.°°s×.n¹u:gq‡zˆm_jj ¹¹úw4//—1£GÑ£G<ô(“&Ž·Ýrs»ÛD®x :„·_¹}ñ Æ9Ÿ±ñ%%ñÚËÏï5õ¶†®Ô—¶rןoßÓ]èPœÿ§{7Û·ïàøÉdžÒÌè”íØÁ~ÆR\\´{æÐ.¯ØÆìºåýU†„¨HëÃ܇^\²,rÍR±ü!ý„”6ËÞ‡P¥ÈP4‹ ÚP²~¶{—ÙM>™¸ÈeXk ǰ'WëgÛ›¥Ùj…-/˜iÔu€u×^ÂÄüòÿìw|U†ŸÙM¯$¡Rè½H/¡ƒ¢ô"*ŠAP>E@PPš "½w‚ RB/„„HôdwçûcÛÌîìf7 Õ}ù…Lfn9÷Þ™;sÞ{ι =ô¤‘\ ë×cͺ ¬\½–.:š–Æ·  j•**ôDD—þ½Ìá#GiÖ4 ?__þÜýûöà³Oþ÷T“O Îôáþ‡¨õL SPy#¢7b줤¤àççÇ;C3iòTî&$кesŠ+Fü»ìû{?ýúôzÈ^ óqÂr¾Í/95f Õ(9B–š²|ÛXÚ)Y˜+–Y°ÈÖdqìò|Êî…–èѽ+kÖmà÷íеK'§ëŒ‹»J¯¾ØñÛV<<<سw‹~\JÜÕk*H‹fMygè`ż?ü¸„mÛÿàîÝ‚‚ ñrîôèÞÕf]ÛwìdÕšu\»~ƒÈˆpºuéÄómŸàÂÅKÌ™·€ó1ð÷÷£Y“(öï‹§§'†%ËV°cçŸ$&&R¶L¿ÙŸêÕª°yëÏüüËo”*ÉÁƒÑ*V-[0dÐÜÜôŸ”ééÌ¿€¿÷$G£!ªQÞ2???6lÚÂÍ›·ðóóeËÖ_¨Y³:>úÐf×®ßÈ7sæÐòÙvlZ·ŠÔÔTS~òéÜÜݘ8~¬©æ}û1.òÕô)våQÂõë7˜ùÍNŸ9‹¿¿:´ãµž/#6máPôa‚ƒƒ9x(šÔÔ4֯ǘÞÃËË‹:v#--#G±dÙJ:ulÏû#†Ù•áòå+|>m½{½Ê‚ï~ --u«—ññ§Ÿ#Š"iiéœ9ó!!Á¼òÒ‹thÿ€Í¾ìÜýÆ~ð> ê×åò•Xf}3—³çÎãîîNÅ åùôãñx{{;Ý/ÒrÇOœDÑ"E¸~ã§Ïè]y_ìÖ…¾½­b.\dàà·Ù¼~5… ðÛ¶íLž:5+–P¼x1~þå7/]ÎêKØùçn–¯\Mll!…C9üm“Å“T€ó1˜;1.DãF úÖ›&¾_´„èÃG¸›H…òåøhÌ(J„†ZÉzùòÆŒ›HÛçÚðÇÎ]ÜŽ¿CÙ2¥ùhÌ(ÂÃÂzF,‘–žÎÌY³Ù0šììlJEF0jäpÊ—/ÇÄI“ -^ŒAû;Tw\ÜU¾ør.^¤t©R”+[†­?ýŸüæô½ìlz{c~áâ%ú¿9€‘£>àãÆP¾\YÓsºyëÏVÏò×_~Á°‘£X¹t‘Ì*oè°‘´iÕBq®ÍÑhøqñ2víÞCRR2cÎ4V IDATÊ—ã­A¨T±;wé׮Zœî];Ó±ý ‚kÛz~ÇOœD³&QŒ>̾¿ðÖ têÐ.×ùT QYº|%[ú•Ĥ$Š+Fï×_¥­…u0`S€˜˜ ¼7z,ÿœ=‡‡»;/¿ÔW_y лÿ­]»­?ÿÂÝ„*WªÄ»ï !22Bq¼íͯ÷H\ÜUæÌ[À·  E³&xxxðó¯Ûu:žk×™  B¬^¾8×gBi®ÊÌÌdï¾ý4kÕ–ˆð0–-þÞ„ÜÆ[in}ô à ʇ”y2-´ &}K´ŒÝ+ý[JŽYü6®ër4r‚Kú©.H rÌÞâ½Ä‚K0,á‹‚ŒèÒ‘(˜~Ù‚ VŠ© ()YF E“5—´éæs&Ÿœü{*Xr –ãCBA îÞCÓ&qss{âH®’%Kð¿qcX±j [~úOêÔ®Eï¡= ¤|Gß:üIJJfâ'“¹wÿ>åË•eܘє)]êáÇSL¦9Ú‡Z­–ƒÑÑôëýºUžõê2wþBE¡e‹f”)]š¯¦Oe媵ü°x)7oÞ"¨P!jÕªIFF†âÇǃ…qb“ù ÚN*Iit*¬&7ˉßX¾ Ó0SiÆ2å¹Le>À{mý¹ˆ:‘¢>’j”®¼Ç°´TËS^C§¨¸’y”š~í¬dê×÷U~þu™²óE áêµ8ʵòâÙ±Áä¤ë5 Z\÷ïf‘v/›e#¸²´š¼\@Æe-Y7u ‚^v.€;*ýgA©¶í®çI€(”/¾äÜùÞ2Èáþtww§FõjÄÆ]•OLL’Yry{{Ùü7"%%• ?eÐÀ7hû\49®^»f3}Ý:µiûlŠ)ÌÁC‡ùhÂÇÔ­S›Ò¥"­ÒîÚ½‡3¿æÃQïQ¯nmâ®^ÃÇ Ï;wòÎ^îщãÇr;>ž?ýœû))Œýà}æÎ_Ⱦý˜ðч„•,ÁÆÍ?1lÄ(–.ZHXXI®ß¸Á mŸ¥WÏ—¹›À¤ÉSññö2¹Õ|>m:™™™Ì›3µZͤϦðÍÜo3ú=Ö®Û@çÎùjÆTüü|í¶±G÷®T¬PÞÊÅ)55ÕÔæV-›3uúWdggãáá(ŠìÙ»ž/÷pH)²²²6rÏ?÷,>í[·5f…CBLDáÙs1 c4-3/èK LµYpbN»+šë4()‚´Wì8¿Æ< —)Vò6;IL ‚`AÖIdy‚-¹%\mpáAãéŸÜ¬¯P˜2« –6I¢ä[¶¾–…I­»äi”¦Ä=7/\Ü[±¢‚!¸òcÅeÞY¬—']—ÌÍì³q/c•§C»¶ìÚ½—˜ý®| ?ÈÄ·¸cõ«Õ*î'dâàN@ˆZí|ZQ$æ^v/ û¶Ž´´ˆôÚ’E±»:lí 5¼C‹Öª‹» —¥'÷ïßg挩+Z”^}°s×nZ·jáPÞĤ$ .,;gt?t¡Å‹Ó²y3†xŸçŸ{–Ý»Ú  }î| Ë–¯âŸ³çHMK#33ÆÚ:PEbã®2à>Šå\¹GíZ5eÊKêÕLö===ÑjµÔ¬Y]–58wþ¼Mù*”/Grò=RSÓ¸qó&¯¼ÖG¶ «EÓNaJ§m£¼¼¼hܰ{öî£QÃúìþkuj×"00S§ÏØ•ÇR–ë7nrëÖm“;•>¹HµªUlÖ_¤HåM' p¤O@¹_,Q±|y~û}»Ãy^éѹß~Ç©Ógx±[ž©YÃ!™œ ®R© F““£x½iT#ÆOüFéÓg(^¬(]:wdÈ;#ÈÑh8qòînn6]þŠbäir¬ï‰Ø¸8ªT®ì°¬E ¶)§íôúz¯_¿áô3Ò©c{F8ŽÁC‡Ó­kgÚ´jápÿJ뎻zˆˆp‡C.8{/;›>·1w­[µ`á÷?êÛÆ®?÷˜\r-qÍÐÿRò^*ë•ØXúY¸ ?S³:«V¯µ¹c¢´íÁrÌr›O-I®¦QX±r ¯÷H§ŽíèÖ¥S¾‚¶xxxP(0œœDQäú›LùâK¦NÿJ–.1)˯˜‚š}&-ÏÖœe gÆûqÝäàñ€A71YfÓ,‰²`¶à¤ Â2uÄrA]@§Õ‚V++Òl%,ÆÐ»"Ê\"eœŽÔ‚ÌÀ%‰k2#‡dÉÉŠ¢4ð¼.‹úÂIkŸø2 aåÆc´X³Ô%é%;c‡?Ë-k< Ê»« þDÐÓ é¤¦A)­|…BÞKRK,3‘%3ÎÅ…ÜzEáÁbû‰•ˆ"óB§“Oìe9¦ï-gÈ2ùËBɶÍMðàTê6Ú¿ƒN”çh4L;šO·¿FɺNlÜŠM%'[Gx…€\ ®ó÷âóÔCÙñ:ROjÕÐáÏlJÄÛ'¸àŽJÿ!Xûy¨ñÉ@Çö/˜vüíùræ~»¨¨FxåâÆ¬Ñh8}æ“ \~ 'Œ%úðÖoÜLŸþƒèÝ«'½{½j•öÎÝ»¼=ü=ÞÐ7ô#88ˆ~Þ²Y¶(Š6wxT²Ad›ÁXZ ê¯ÛVŒ[À«TþþzËÄß~Þä°2îl•вE3¾œõ :ÝpþÚ»îݺ8-¿¿•*V`Á¼oœªß~™Î÷‰-h´ZTN(l/vïJ½ºuXµv=~4Úµžáãÿ+P™AMƒ¢zêô?ü½ÿ QR¦t)üýý8sÆp.ªQž”Q{÷|A#/ÏHõjUY½b1k×obá÷‹Xº|%Ó§|fŠEæ t†gÍ8{/?ˆ{ß” ¥JåJü¹{mŸkCLÌš}þ©bZSÿÛšãTYAT*§t\GÛ|j‰€€ÿð-¿üö;[ú…ÕkÖ3nìh6(˜]ŒõÖw~Œýà}‡Ê,¨9 ¯ï [°5g¹+¸[>Ìñ~:!ÑMdÖT˜ô ý¦I¢‰à2\–èó)Q•¾LNý"«É‚KÊÓª¥eZº)M„š`ñÈ™ÿªÊÆÐZ*ɧºÅˆL¦€Û/Ã\…ÁÔL+;Öä—Œ“‡ ¶óä.ÆCq¬çWŸÿ2uß?Øñ‘Z¹æ6) ’¥JÍŒ†ž³ ¿œÝkÏQ&›¹Ô‚½1·_N+TÔÛTŸ iKþá<Á¥ÿ§2ÙÌÿ¯q*õW2´÷d¹=Î¥ÿÉÒäþ„ÕsN¹PñïÉdtZ‘b‘¶Wqµ¢Žsy$¸4É"©'5èÜ öY-•/ií\: AÐDWtÜ*âIƒ¯¯éøµžú`½+V®Î5ß–Ÿ~!--gÛ´*9A ~½ºL<‰ ã>仓f±c'À‰“§ æ¥»ŽŸŸŸÍÏ5A#æÂEÅ둜CéÒ‘6Ûrî| ÅŠÅ××—âÅŠâááÁé3ÿäÒηÑVì!€† ë“™™Å¶ßwp%6ަM8-OdD8W®ÄÊb~å:Énªyé[8wþËmZ·ä]»Ùõçê׫‹¿¿²%qÉ%P ܃A 2"ÜjŽ;uú ¥KE:åî¯SØ Ù¹Í§FH¿§ÜÜÜèÔ¡ çÏæ¹g[óý¢%ù–CŠˆðpNvì™.¨9 ¯Ï„JvJs–% r¼ÿ“~î "òoqñ$ ã&ã9£Õ—4‹àµ:ÈÑ"‚éYåj‘á@ª˜-”0'‡ÒD¼Ê töwZTVÖA4Ya‰¹}uã±e*÷$¢(>ö?®6<?ÿe<ê¾°ãã@^›Sš‘l²N ÈŽìEвK_J¢ÉL”Ôd¤ )I¨TP(Ä敽‚rSÌ DÉ?ËóÒö«wþº÷*Ô‚;7³ÏóÝÍ>üžð1[¹›í@§Ó’“¥%¨¨ÞþÊ4¢Žó÷ï:Ý&]Ü?–ƒNe®êxî¯ì\ .€TA… ‘QMQ?ÔH¼¼¼2h +V­åÖms¬­ôŒL“HHHää©ÓÌ¿oæÌ硃 ð—ÇPKLL’ý$'ß³¬Æ :Ž;w‘˜”Ľ{÷¸|ù ^^^x*¸=†sóæ-9JRr2K—¯äv¼m÷Õ»vfÕšu;~‚ììl._‰åØñ“tíÒ‰sçcX²l©©©\¾|…™_ϦK§øûûáëëK§íøjÖlb.\$-=•«×röÜyzt3ïæ˜È±ã'ÉÊÊâä©Ó,Y¶‚—_ênêÓÎÛóå¬Ùœ=wž¬¬,.^ú—={÷Ù”9·6†pôèqnÞ¼EVV–U^žžD5nÈüßS·NmÓ89+O­gjÎgŸÁ›7IOÏàè±ãüsöœMù-ęΒœ|[·nç©OŒ8wîpT)^yéEÖ®ßÈ®Ý{ÈÌÌäæÍ[üü‹òΛ5äå™0µ1(ˆØ¸«ÜŽ'îª~ó[s– b¼ÿó,D#Q-‚¨³0ž$KÒcsœ.t"h4DŸFù;Yúa*b÷[^DA§Qðæ%×D1ï1¹À–Ë¢ÔFFE£¦¥¬Š®ˆO|¼}ÈÈÌÌÕýáQ"33 Û;@¹Úðp[€|-/ž–ñ±\æ0Ë‹|–Œ9•tƸÚ!HV>¬–LôÇ‚hÈm´ $G‚™;oIÏN%8ÔÇðÒÉêÏœ}OH_Õæü¢Å;Ël5§¿~&uµü:ñ[—$jâP¡F-¸;/­qçSuPªj ¢«¢\¸7OϽ¨…äýÙ Bh‚ŽWÊ$ËC@‡l»+¨€;jýç@ó©_ÙIùô¡UËælܼ•yóòñÿ>`ã¦-lÜ´ÐÇk©P¾³¾œ& Žn„eàùâÅŠ²fåR»uÞ»Ÿß¶íà›ÙóIMK#"<ŒOþ÷‘âîWÏÔ¬Áë¯õdÂÇŸáééÁ³­[™‚ +áù¶Ï’‘™ÉŒ¯¾ævüŠ)Lûž§Ö35(^¬(³gÍ`μ¬Xµ† B…hÓº}^7»I¾3t0ß/ZÂø‰“¸ï>*”gî7_Éã»{¸³jÍZNžgú—³èÕ§?¾~¾V±©ú¿Ñ‡¯gÏ#))™qcF;u/Ľÿb÷.,Z¼Œí;þ Oï^T·ˆç¥ô,W(_Žàà jÕz†Ógþ!ªQC»uŒ|÷æÍ_È»#? 5-°’%8 ‘‘´hÞ”¬¬,~øq)ŸNžFxXIF¿7‚fM¿§•ž_%82ŸJÇ£sÇö|÷Ãb®^½†N©R¹ïÙ(Û9¤hÕˆ÷F cñÒ|öùP±byÚ´n©¸³xAÍÎ>F4nܵë7һߛ”)]НgN·;gY¢ Æû¿ £5–œÁDl‰&‚K[põÁü¬¿,"cô8/“a§ŒÇLúŠÜKÅ:µ·…9­Å¿ „Ö ÊˆF¡s‡‘ä2~ŒËI/{$f‚ËÒ½R&¬UNlv„U~[YDÓ@‰¢~·²¬”[\<¸Â±r@RRW¯]#8(HqRyÔÈÊÌ"!)‰ˆˆ0‚ Yï^®6< 8Ò†ýÚ ºø8áø‰“4jØÀ©XÚŠuŠR¼”?:1ÛísÆ€ñ¹Çã²ì/ù“ÖyÊt¢­C¡I×pÔnÖrŤÜ!Û‰¸+&è iO6¢|3aèò 2UpUPSF´_^¦ pQíoᢼ¸íOçë~È8qò$uj×zÔbü'±yëÏlظ™Å?,xÔ¢<õ˜8i2íHæÂGçÝ÷>`ÏNåŸ$Ì¿Ûññ|<á£G-Š .ö¡àf­8݈’´Ê¾ñRÛ'i@zóˆä…d³>Ѫd£]•Ƴf‹$ ‚ @Í ‡4Ã7¾`Ên(IÿÍ-Èu¹ï„-K.‹n#ÁeÕãâ¿\ñ&¹œ ¬,-¸ÌŒž…< «èæ«RöÏNuJ‚   “ÿ¤ÂÕ†§qW¯åÃý®àñßù ˆÒ%ûyõ¿-ç,Qô%þïŠY©žR f§Å‚Ä鸈:p÷Ñ‘Ç ‚쟙fº›–L)?ËûÉ6éeÙ›:¨tÆ+Öƒ’‚KP ܾ¬—µLõ +‚ëfÆ}Ò5ÎoÅ.¨!å˜í};´_¡á†ÖHQ‹§tždA…OHaÊvêætý.¸à‚ .<ì?pFCíZ5ÉÊÊfæ-4hPïQ‹•oœ8qŠ”û)4¨_÷Q‹â‚ ÿ)˜E‰$H/˜RÉóè § ßÒ99r .ƒ„)ŠD/QX¢·,U¢¨è$nˆÆOVeZ·LNr™ý"»ôY—Ô"AY½p–¬a^/[E˜XË‚q›qÁ\P†|N4’Bž´ôµ6¾ÌÇzrËøR1]–Ó¤ /Ƹ cÉû›½& >&×Õ„ ˆ"¨Ý b®•Å׊":‰óf¶N«°–£üî°tsÌ3iS‹!§H r3¥*(ˆ¢Hܹûjðð2ßHÊÎ 1+ÃùBH¿ %;^‡¨‚¦µ”LÕPH°Œ2f×Õn@Å—_s¾~\pÁ*Ö®ßÈ´3E‘† êñÖ Z¤|ã×m¿Ó´i ›o¸à‚ ³6!%Ž”¶»-?ªeßÕrE)ץ璌z‡¥¿ˆò±¹>}©E™áš`¡K (¸/êå$—ñ¢ÓÛnŠ’x_ÒÊÍ “‘P²Ü¹J6/çÁeQªä)·_¡ .3•Pïë:%­0î˜h^Øt"½Ü?"À»–¾<U­Z´˜±ŠUóÃUòÜyÙm1[§åÒ¹D´iP¼”‰à¹˜’7‚ ¸(êŸÑÐø˜Þ‚Ëè€ ¼ ¥t»y’Á\pÁ\pÁ…' Î&rÿ;ò4ú#ý÷ª¨Õ‚Vkº,³à2¸Èí·lé˜rû.½nbϸIÂlÙ´î27Æþ×µ¨o” †-%í¦VÊn!š¿KO›:w-¯ìfq)ø.<¾0Æ/ˆéÜP åº`Nš6-XEyÉDn&4]ÖÅ`c*7¯â #Š"ÒXTö_?z7?{€¯›;eü‚ðV»I®Y[p™Ý0õáž­ãå÷âqÿnºÄ»>¾îîˆ99¸e ŽÍ–tHÞ,ŠE.¥'ñ¯Q©P/çïÝuª,)4É"š‘š1ZZÌqšà€Knž´˜>+Ïr¸à‚ .¸à‚ .¸ð„Aé†Tæß¢ì‹)ˆ:-è,.Q Š¢ÄJ!fŠ íC% ¢µ×…’Ž#غbAªYYr™Š·ôoÌ ¿ÌõšÖ”µ¤ÌœÂ9%Sga¢ŽFž””ĵk×I•ÄCz\àçëKxX…‚ ÙMçjÃ…£mxšñt󧑸2½¤y,­]“%—9»Ü2É!QŒ+.‚ óáž"=ܼÈÐdH,©r‡ ËiIdjrñô¡ˆ—¿D<ë̯d£é´€ÔUQ”½K ðníÆßÂ-röì"{Ç6„ÀB¨#"ÑÆ^Q¤ÉüÖÏ(Jc~Õ;Ó9"p>%žäƒÙˆÙàäJ% jáìýx“‹¥³µz7Eh½?Û®wª-¤ *rïÂE)\½fžäpÁ\pÁ\páI„ÜDF´b[Ììžà5½þ Ë0«&‚JJIÉ2[ªFýGlŒ¥¬›Ø¶’‡s‘êHnzá,­ªì}5K›mÇŽÀâ’¹ãä¦kÖ±R .‘¹š‡(XƒÙ“YÊ.>`ž+))‰[·ã)Uº~¾¾¶²< 5-kW¯ØTà]mxðp¤ @¾Ï[¢lÙ2/V¬@ËÌ+ž–ñɬ&JeÃoÂ2r²uxù˜…1¾ÌÜn~ÉéðvsÇßÝ“4M6 ‘”sòw‹¾¾à+´›¯?¥rDà¡CðÔW!š7‹¡D\&w‹¹#8`1%q÷’ÈLÊ$òO-÷o‰$Wµ¿)pÃóäßB å”w-tÛ‘- Šï8.ª=ÈüéûÞ‡yÆ…§ éii¤¥§ÓªEs|´ª=|ä³ç-`êäO “]+H‘"… -NTã†|4ácæÌû–/¿˜"K[¤HaÉåÂÃÁ§ŸLxÔ"‡öížÿO= .þKèѽ+=ºw}Ôbü'áííÍÚUÊ–±Jðòô´iIëÂÓ sÄZãg¥Œ¬Òé .ŠrÏ"Aú-/Hì§D y-EÀPºÁ´Ön\Ø0[‚…úc¬C§ÀaÖYD¥IÛ]Ñ Û–Pöl¤,]­Ø:Q»æÊeÙKdIpåîbé‚ #gÈ`e¦kÏ å)ÍÂMQÈ­ ÙB̖غ<¹Ÿ"y·šUF­2ÍT9™Zä¯.yÒ…Q)åDBv:éšüÝS‚T2‚K@@T DîI¢Ùw©†“*=Áe8ô-­³ùj¿”Áñ¨uvžAÜ¿ž‚ÿ¬$*_´ã Ç_Q!hÀ³˜­¿h–zF¿ƒbc:D•ssBŽ â¢ÚP»»ÓeÓoùæÉEçî¯ðlë–?q’¸«×(]*’ao¿EÕ*•?qÍšDq0ú0ûþ>À[ƒЩC;.\¼Äœy 8s?š5‰b`ÿ¾xzêƒ÷geeñõìyìýû*•@ó¦Mdóö×sæsëÖ-&Ošh:7âýeÖYÛwìdÕšu\»~ƒÈˆpºuéÄómŸå…ŽÝHKKãÈÑc,Y¶’NÛóþˆaìÙ»E?.%îê5  ¤E³¦¼3t°b»5 K–­`ÇÎ?ILL¤l™2 ~³?Õ«UåÖíxz÷À›C†¡R©6t0Ú¿`³¯]»Îÿ>ù”·  nÚ¹ö»Z­f`ÿ~ô0˜ËWb)]*2×s?:uhÇk=_&))™^}0°_“eõïÛÿ`æ7sY²h…CB8s¹ósáÁAA4nÔ€¡o½iUGn÷UZz:3gÍfÿÁh²³³)Á¨‘Ã)_¾'M&´x1 ì@rò=¾™;Ÿ£ÇŽ£Õj©Q½Ãßb"eÆOœDÑ"E¸~ã§ÏœàÅn]èÛû5›ã¶s—¾?¯^»NhhqºwíLÇö/ ¯÷H\ÜUæÌ[À·  E³&Œýp”UöÆ÷AçåËWø|Ú z÷z•ßý@ZZ:ëV/ã¯};üÌ9 ­VK×=é߯l×ë7ßz‡&QèÝëU›÷’ lØ´…›7oáççË–­¿P³furrrðôôdܘѦò9ƤϦ°aí ÔjµÝ±¹|ù cÆM¤ísmøcç.nÇß¡l™Ò|4f”‰Ð¶'“%6oý™_ûùsô›œ82wiµZ:u{‰F¤Y“(nݎ神¯3öƒ÷y¾í³z9nܤg¯¾¬^¾˜ÐÐâŠ>Ìw?,æJl%J„2°_¢5Tìû†/c×î=$%%S¡|9Þ4€J+öï_cµjÙœí;v’ž‘NӨƼöêË,úqÑGŽâ榦_Ÿ×éÔ¡ ·˜]»v[þ…» T®T‰wßBdd„•lcÇOdï¾ý4kÕ–ˆð0–-þ ×÷‘%Z·íÀÔÉ“L–޹åïÜýÆ~ð> ê×uú¹¿Çô/gqåJ,9 U«TbÔÈw -ΆM[8}˜àà`Š&55†õë1æƒ÷ðòò2ñô/gqæÌ?„„S¹REÅz\((˜ÈõŸÁ¢iÉYÙ‚Kº/1<’«k,«©@4Õƒ¥Z„A×Ì)ÍæþÆthá¶hR[tH©º\wWtnßwÇÒYZpÉâ¬X~»+vRnõYZ#Èü~’1¿ » <Î?®6<?ÿe<ê¾°ã#J&`é\¤…yÉFRËÐíæ—ô…à¤.’¦² î¾ôr÷Á]íAÒt•9 ¼2äõ†xøáãhìó≱—@nÓbAª‰ØÂð]å¾etv_ ‰e—@ p_˜€OŸ«””ˆÿ9=Á%ˆp³´€JAMÜÉIÖáY\•¯.ÕÞɺ©# ¢NZÇu±¸®vç‚‘àòò¢Çûœx§?}ˆ¿s‡ýû±há<ªV©ÌÈQc¸Ÿ’bº>mÆLªT®Ä¢…óhݪwîÜeÈ;#¨Vµ2+—.bÒÄñü}à 3f~cÊóå¬Ù?qŠIÇñÕô©„†wjîØµ{3f~Íë¯õdÚåŒþ¶éãþ×­¨S»½{õdÏÎm¼?b))©L˜ø)Ï=Ûšµ«–2ï›™4nÔÀfùsç/dÛö?øèÃQ¬^¾˜zuë0lÄ(®]»NñbEÙ°v ç}Ãï¿l¶Kp¥¦¦òáGÐiuth÷¼Ãm,[¦4ÄÅ]•OLL’ýdddXå-_®,{vnC¥RñåSسs›‰È°×6gÊýªò›ú±lñ÷T¯V•Ϧ|aÇϧMçv|<óæÌdÑwó¸yëßÌýV±­YYY 9Š å˳fÅ>ûxë6lbÛï;âí!ƒ˜¿à{nÇÇ“œ|¯çÌgØÐÁ áv|¿mÛÀÒE )[¦4oÄï¿lV$¸Àþø>Èñ†õ7óáè÷˜7{&©©iN=sJHII‘Ýë÷SRP«Õ4oÚ„Ý{öšÒÅÇßáÜùZ4of÷^2bíº $&%óÕŒ©¼=dmZµd﾿ÉÎÎ6¥ÙõçnZ¶h†Z­Îulnܼ‰·7ÆáÇï¿EEæ}û`ÿþν›»Ôj56`ÿþƒ¦sûD%Œ>,;W¾\YBC‹sñÒ¿Œÿ1¯¾ò›Ö­¢ïë¯1aâ§\½vMQ–Ùsæ³gï>ÆÍÚ•KèõêË”,¡wÑs´ÜÝÝùbêgLùìvìü“á#FÕ¸!?,˜K×ÎøjÖlØ´y+6oaÜØX·jåË•eÌø‰²g̈ɓ&2à>T¯V•=;·™.GÞGö—üÎ<÷E ‡Ð·÷k¬Zþ#«—/F£Ñ2á÷’²b¨Y£:³fLc挩Š>ÌÖŸôÄæˆ÷?ÀÓÓƒ¹ß|Å£Fâî²ò}À0{lj²sè ® 2½B¤»'ZÄP­t ˆz¢J¤× ßî]Äô/%Ôd"J-¸ŒÒ¸ã9¹\vaåÿbóŠuN¹«¢9½ˆÂI8øñ(-Ô {°ùZ1wDOOô“Âcþ“G<ê¾/ñ±›\²DЇÖS”2=¤QÔ7¶E%—ÍÆlÈ™wxº{“p#•ÊüBuŽJcÙ;9Þ*ZL¿IõYè,̨ÜüÀ'›"»×?ùTïºÛªesŽ?AJŠÞÚø¯}S¾\Y"ÂÃr½—"##1l(áaѰA=Ò“A†Ýí3€ŽŽMûvm©P¾%K„Ò²E3ÓX;"“-8ÓM7âï‡ÐÆdÿþƒtêØžèè#¦Í8þÞ&QzxÓ–ŸhÕ²9-š7ÅÇǛ͛RªT$‡¢X•––Æ–Ÿ~á½wß¡JåJøùùQ¯nüýýœê£Ý»P*2‚êÕªR¥r%š6iLëV-(R¤0:´C«ÕÀ†›éûúkTªX???úô~k×®[ÿöÛûèAäwæ¹÷õõ¥nÚøùùQ¨P Í›5‘¥ ¢í³­ +IåJ©Q£—.ý @ôá#ܹs—±Ž¢téRT¯V•ç ó¢ R‹) —VN`ét˜­¶Œz„™x çÌ…rQ D– ÝiÝ"t• ù–EÉG¸„ð …‰˜u™m“Ù,wwE‡V|-Óè;ÊRõ2Ûˆ†T¢²º#i“ã’Y¢òi+Iò­K Ñh2ì]ââ®òјÑ4ÊÛªž³(ˆ6ô|½III²s]:udð›ýó]¶#(¨qØó×>~þõ7b.\¤P`;´§ÛC ¢ù`ïÔG‹‚|Nnߎgêô/™öùg¸¹=;±ˆúÕãœl=Ÿæ2É™æ/Aò‡(¹$ËìMœ ¦,†•iåÁÜmþÞAÄÝND“­5lÅâx=zÄ܈ÉKPå@ç‰×(ò¯­›wC•§ï9Fƒ.»¸[ÒC?nîêè <ÖÞÃíhO_•@o‘n›ÓÍ+±×Ê ¨TàWE¨ߊj‡ê²…ÔStÙPþœHh‚ÎnO¨€4AÅ µ ¦ÚÙ))d¬–îÅÅr+ú çV. h­ºTìþ2%š4ÃÃß?ï?AP åË—åêUóJ¿åNW®ÄQ»VM™NêÕE‘«×®áááF£É³[…(ŠÄÆ]UÜÍÐB‹§eóf ñ>Ï?÷,=ºwµ$øúõhµZjÖ¬.;ÿLÍœ;ÞiyÝÜÔ|2qÇŸä³)_Ðþ…¶„†w(obR2… ËcíømkžcrtÛ¤(jpÓÓäh¸uû6¯¼Öi (¢SØýìú›Üºu›–϶3E‘jU«úý÷G§ÏƒP©T,Y´ÀtÅÆÅQ¥rå|ÉnD§Žíýá8N·®iÓª…âeWbc)[¦4¦sþþ~”-[†+±q4ke•G¥RŒFaÇ@Q¹K¿>¯ËÎ?S³:«V¯E§Ó9Däø:3žFHûÊ™gξ˜ò™lgR#jÖ¨N@@ûä¹g[³ç¯½´lÑ Èý^²”ÀÓÓ“fM¢Øõçš6iÌÑcÇñòò¤jÕ*Š.Œ&Gã°L¶àL?Ö¯W—Ô”bb.PªT$ÇOžbÕï±k÷_œ;C©ÈHNœ8ÉÁ¸qã‡ã÷í˜ÊÐét$H?)®î-¥y;Ï}T¤0ZɵB…qww''Gƒ(Š\¿q“)_|ÉÔé_Éò%&%SÆFY"·÷‘‰]ùí=÷ 'T—._ÅÞ¿÷sëÖ-ÒÒÒ µ³{h‘"ELÖ»±±W‰ŒÇ×ÇÇ® . D#¹Rë(Q£ÅLdI ¦tÈp™ ²ÐF$aU î…r>H…KauߘU´ÜœÊx݆.%¥GH.cËÉ.[Ê”²m²­ …ÇvÑ6Jµ¸`bÊy(Hå}ãæ-¨Ujüýõ7J¶Põdfd0gÖ—”±ØQéIjÃo¿ogùÊÕ¼ûÎP*U¬@Bb"ÃKË…ü¡ ûpÕÚu+ZµZõŒy…C¶²ain›K†Œ†ÿE乥ėҲ‚ű1™q~´²ÄsB6'ФRGV'|MâítBB}ìØ´cj‰¦¿¥¿õM¾”ͲŠsæ€Û9t¥wUÒ¹¹ƒVê  Æ;Tã0étî?Ü/fáõi<ªÛD7oojjÂÝ´"lÏИ¤Qç@lEïHµ)€½Ú/ï}©Mɺ¥CTA…£"¨A¥{B‹@– â–JM¦!¨§-RDo饒|:è¸}ì0ñÇô+ÿe;v¥öÛ#ð*üôIÖjµvnQáÃCA@¥R™½¸m¹@E§,¿A`ℱD>Âú›éÓ½{õ¤w¯WË=¡gY†JåüBÀÛo "8(ˆ–-š±aÓæ~»IÇçš/.î*IIID„‡åšÖQtÛlÁß@úþöó&Sìûéý¨T± æÙvòòôÂÝÝN+ûÈwö^°‡êÕª²zÅbÖ®ßÄÂï±tùJ¦OùŒâ–J§q…Ý‚  VçMÙ«NRž R9¸xþàÆ×Ùñ4Öéè3ç,T*-š7eÏÞ}4¨_—'O3úý‘Ys¿—”кUKÆOœDVV»þÜCë–-P ‚ÁB=c“W™Œõ8Ú>>ÞÔ©]‹ý’˜Hùre  ¢AýºzÐùsÜy 8}憿ý¡Å‹sàP4+V:fñ«Õimˆ.<˜¹"K‚KvÊÌ×Å¥eH\Í:”à’W!Éaå!è/# "‚I8é·•AQª÷Hå黣~ ‹ß–çm®è[´Éºhi¯)È'µTx((W©;wî²båj† ˆJ­6è¤Ç +¿åët:2³²ðöö.0™v²³³Y¼d9ïNíZÏàããCxX¥K—zbÚð0~òŠ‚”!>þÛwìäÅî]‹¶égj[‹6æT«êÉ‘­yXi9ÁòGzÙ0™ŠJ“¬Ùò® ¡R ܼ|•JÞ‚ R°C’\G…åÜ/¡'Òé:Ò‹Gå†q÷D#<‹ŠnŽ©N÷?¹‹Ï𛨴xº ´õvã9o7BÕz‚+V#’&)Nç÷BÁ§l(Ø:¸w@¿ZÚðw*$ *ιyrIíNŒÚƒ3nžüãæÉy7¬‡Ù IDATbÕnd ¶ïPT§¥²&‹Êš,*j²©¨É¦’&›*š,*i²(¢Ó"—¶ndmÛfšúiþÛñC£Ñsá’Õ"Œ‘œóCé##¹r%–ÔÔT›if~3‡ÚÏÔ¤l™2|9ëÓ»&<,Œ ¹Ü Æ©ÛÞ}eD@@ýûõfå²ññöfý&k7¿ÈÈp.ý{Y&oZz:—þ½LéR¥ì–¯AˆŒ·znN>CéR‘V¤•-83¾rÊ ùÍŸE¡{·.Ô¨^"E ã¦`9j[¶p®^»žçûÊçaI«ˆ99HWE#Á%ã“ÌöZ¢ô‚ÉmQšÖ²"Éw»h,Áüm#ZˆHØf‡eÐWLe*Ìý†…|ÇH.‡=e‚KÉzËéé!O™Œy)WA)Ø ¾_DTT#ªT®¤/—‡§¼ç·üÌÌ,DQÄÇçÉ%¹Ž;‚@5ƒ™÷£hÃÓŒ‚ìÇ_~ÛFµªU(ñxŽ1h¢¥’åü&«R”[¢âœj#£Â5ÉÛF´xqˆ¢$ý’òŠò%žáÎõ4´º;„L »$ÿtîÕÖ'Òfz<:ã7•1•¡m‚›îÖ^-¡àÀU'´ ZDDyªyÞÛ oÉðeŠp8[ëër%ŸâjÄܫɭqdÝÒtžYrÓ|I d *r „–½×£Ñi©d ± ë4¨P¦AÕ@†Êš,Êj³Qç׬`e“º¤\WÜû$â`ôa“’¸wï³ç~‹Z¥¢UËæ6ÓwíÒ‰sçcX²l©©©\¾|…™_ϦK§øûûàïO«V-˜=÷[._¾BfV’)'åÊ–áâÅK;~’ë×oðó/¿É‚!¿Øµ3«Ö¬ãØñdggsùJ,ÇŽŸ4]âÌ?gIN¾Ç­[·ÑétìØ¹ËÔŽË—¯àåå…§‚ÛŸ¯¯/:´ã«Y³‰¹p‘´ôtV®^ËÙsçéÑ­k¾ú²|¹²tèÐŽY³ç¡ÕšŸc€íøø;ì?pˆÆMäȱã :ØÊbÈ2𼽸2!ÁÁ?qŠÄÄ$’’“óÜ6Ërrƒ——;¶çËY³9{îæYYYÄÆÆqÿ~ —D#ê׫Khhq>Ÿ6ƒ;wî’È´é_Q²D¨)¾“³èùrÖ¬ÛÈž½ûÈÌÌdÿC¬^»ž×_ëépŽŽïƒOÀî3'Š"Ÿ}>Í4†¶`x>11É4OT«V???~\²\6åv/Ù‚››-›7cîü…R¾\YÓµüŽM^eûý¨„¨Æˆ‰¹Àž¿öÒØ°Kbýzu‰‰¹ðöÎ;>ŠâýãïÙ½»ôBMBï H· HS±ƒŠÅ‚Ø{ׯ~í?{ï~í½ bï(Ø¥I•Þ{€ôvmç÷ÇÝÞíÝí].É%Ü÷ë¹ìÎNÙ½Ìì|æyžá·ßÿÙ”aüñDzjõ^}ý-JKK).)á‡?ú”””Ö®[OYYéqÄXžxêY6mÞLÓÉ¢ÅKذacBî‘§r2Ó>šÎO³~¦¦¦†mÛ¶óåWÑw:ÎÉÎfÃÆMì(,d£ß¥¾¶ñ¨6z}määd3sÖÏ”””òϲåuŠÁwÀ°¡ädgñðcO²{wååÌ7¿Áu²ˆ®HI鸂VYR3„” ÌŒVÇúõ&žáëæÌwqò%ð%—¾P[B†Î¤AÐÒë«{£DXpÉà9»bH!±^¥ÍÏÅž”ÕV&‘“¿ºhV1ë ‘7(q$brü÷‚…ü½`!/<ûd0¿&FZNuµoeæ©g_`Ñâ%¨ŠÂ!‡Ì”³ÏÂá°'¢ŠµÒÐ6lÛ¾›ÍÆ=÷=ÈÒ–!¥Æ~}ûrÁÔsim²KQã°ï a‰ü.Ï›ÿ7‡8¤ ‡"(lAH [•0$7vGúcìÂÇ–ˆ CÓÆWEßO%ÄÂ+|ÇDpâóÀ– Y6{½‡%Î Î,wÏVòÔ ©úÍà î,…PI-pÆÌÇ®Â?;`þÓã“$©t¶E®Ù|_íŸF)$ì̤uVò'[¹ÂƒpÈgZôwƒ((@¾×MºÔ¢V]H’’^'EŠÊÖê*>9þö›r/½ªŽ95?JJJ¹ä²«).)¡w¯ž<ùØC$GÙz|VO?ñÏ<÷?Þyï²³²;f4gOº×\{ÕåÜy÷}œ3õ"2228耡!.a£FŽ`þ‚…üçÖÛIJNbØÁôÛ¯oàü¸#§º¦†G{’…;iÕª%Ç5ŽúpìÑã¸ã®{™|îùŒ:ìPÎ=g2ß|ûO=ý<••th_À]·ß‚ÍfþJwù¥ñò«oðß;´Œ=ºóìSѺuÃǰ©çžÍ¤³¦ðÙ_1á„ã_€mð[©äv«lÕ*òïþ”Ig…üÞ¶Mk>x÷MÓ²N>i<¯¾þßÿ0ƒ³Ï:“cŽ:²^m3˧6.ºp*‡ƒ;î¾—Ý»‹h™›ËØ1#qHd¼*!ÝO<õ,_z5N'íÚµåìÉ“èØ¡=>þ^p­Z¶„–0ùÌI<ñô³ <‚‚|yð>ž{áEž~æy223è·__9ø Z¶ôH¿ûÞ¸üÒ‹8zÜ1¿Wk×®ãƒ?fûŽB’““~ðœ|R¤ø§( =t?O<õ,ç]x B( Hû‚|n¸öjÓø^±ˆçù6öó(-+‹ú7çñxX¶b%íkqÅÕÿ.Œ|ðδmÛEFŽÁ‡MgÔa#çc}—ôÅïhŒ=’éŸ~Î9g".7ôÙ4¤N±î£¹¹9ôêÕ“¢âb:ù7ãÈÈH§wï^¬_¿!äûž››ÃS?ÌÓϾÀûÓ>Äf³Ó©cºvéLVV &ž8žÛîú?¦\p ÓÞ}“k®ºœçž‘«®¹‘ŠÊJ òó8ê¹tìØ!aß_#‡ ?ˆk¯¾‚×ß|‡ÿ»ï!ZdfÒ³gwÆŽE’ÉtðÁ2í£éœuîté܉'8®ñ( ½¾6®¹ò2î{ðN9}2ݺueôÈ|ýÍwq]k³Ùxà¾{øïwsâ)“hÕª%#=¤Þ–sñ!¥Dº=UÅÃ01 L"è"Ä­`ä,ß•B×_ôñ€™ž¸Ò_޾ëbÈ;kˆÀ…A×1‰üH_ž"oðùñ¿ÿî‰/ZL*Îú„ïpæW}“a WùvVÿõNÃêià?ÿbÿþõÛ GÇívsÙ•×rüqÇì3Ï™ÊÅLeøÁ&¢š,\´„ƒ4ß9m(-+ãÅ—_c@ÿ~ Ø¿?…;wòôsÿcЀýëd7݆·ÞyŸ~ü‰3N;…þýö£²ªŠ·ÞyŸ]»vñø#$ć½¶6ôêÙ£Áe46ËW¬ŒÚ†h$âùèh𯸓OçÞ»o+øi]ˆõ|bÑkÔù$gå%¸Ñ«naÞqëDˆ]A‡•ÈÑC. _b0ÏI"AÓšÍãFz]Ô”laÕïuÛ9-nxc<[Š×pèøöæã‰°ù=iÌØ_g]æ“ dm¬æÈ I*–H…A؈šj'%Ï\䊪à×õ‚Ý•érÒù€a Xõ*æÑ"—ÆZrGEÆüG²qå;,r9·jT,óYæ¹âE-¥—¶^OC«ø¾1.!بØq A‡Ñc9ì¡'sÃX¸hQw68á¤Ó¸úŠKyØ¡P+¨ªª&55¥Qò¶°°°¨ UUÕuÜ^åÈâßǘ#å{ïfÈນ{ k,­;óæÿÍþýûÇ~ÀIW’žßEØQl6ÕŽP|[E¸‹ î…"ýYÂxŒ“–€ÀP²ô‹Â ÷&ÑÓëïñfª˜áÍVŠÐy”b¬œ/]Ýfè{Â@´̆ø/êùšI‹‰Cʆýûø“ÏINNa܇Ž%"_ã¿ÆnCfF&×^ucF"77—Þ½zqÖ§óýŒŸÐ4¹W´!##ƒÜœÆŽMëÖ­éÜ©W]q)k×­gý†MÒ†}™D}—KK}ÛR·hÑ"¡# y>RÉe^Œ+RµO0õõy¡v\Æ2pA].Óc¸˜1yäH)YðËÓó ¾X\Šp€P ˜>‡¹[ ÕAÏoK˜pýv¥Ë ¡’ÜÆe~X°>]*(*÷ÐiÔHNûæ†nZÕÊ%aAàÊõ§J>$o{oôg'B…ª5^P`Ø÷u š§y&p¯)v)éæu‘#½løñ>:z4[÷÷ÅDb½”[XX4fýü ]»t¶®1{kXk,m"<^ßîã2èfñ&-Ã.@·” N’ô™Gä±ø.L¼^µåú5 a8¨[ˆÐ¹¸Ýõš‰¹ ôÿÕ\ÍìvóŒJ!µ__Ÿj6°Sùôó/(++gÂÄ ÿ·¦i<ðð£zÈÁ\wõ• ­b­4FÇØ¢E ªªªðxøËLÌ’&ÇŒ¿Š0ñMï#“&š~bPç‘Ì_7“ê )é¡}€ÏÝÒ7€)Ø"ê#…ÀîÔ8ü¶d¯¯Áã0$ˆòÜÕTá 6o7•ðÕ šF‹ü<Žyã RÛ´¡òÁûp×ÔDmÃŒ¿®ÐS…Ín Š êŒ¶¸½»Qê¸vŽ«P¢9%™eTåýÀ’lÍÛ(kQhëõ‹—µ;¶1ý¸#ýøsäzX#”faaaaÑP¾þöû@Ày‹^¯— 6âñxHKKÝÓÕ±hnx½ƒÌK¤×P|hUQ& º2¦ùçµ.”›,ö î˜hˆ+ sœp‹0IPÓ-ËÂæqª á™ÆwU‘D*} ±:Hü´ ¡í7_})âØÙç]À…S§pðA6ÉD¾1ÊX¹rùù¨ªºW´¡¿ýAI»uí@aáN\.mZ·jv‚ÊÞF¢îŸL·´´”¼vm’gC é™ÂÎCä–íáš»_Ð×ûô€›aAC„®X÷ÓP€™ ·H€…l\vôƒLyf³¿Ý̈ñ]jP”“Òv"ŒŒýUïó]1ƒ_Ûf‹QUÅZPô´e„ZWIà›‚ÂJ_,šÿû_zŽÔ4\³ÿÂùÞÛ`Wk<.ÿíêP(¯ª¦Â–„"aUÆ– \5›½H䯓uŠÅåh‚¾Èޤ·ÇÅ:ÕÎW]LJnKŽÿèK^¶…………E|lݶ…‹só ×îéªXì!fÏ™ÇmwÞч¡ç^öÄ¢‰ ¼zëaNd`Q^Ÿgè:R„Àe4á.Šõ]ú…ŸI îh=ö ŸeØ‹¼Ž.…äçû` ÍØŒÚ¬¤jO¬Dé ý˜L6§¸Æ)ÄgØ47²¡å¬[¿ž/¿ú–ã=š¶mÛ°dé2Þ›öL=w¯iƒÃáà¸cæùÿ½ÄUW\ŠÃáàÙ^¤ß~}Ék×ιH¢îŸ¢(äµkËú šU 3iü$ôÕ‰hnu&¿úìГ2¬‹ÞëV[Æ‹–°4y¿œlOåÁÉÓ¹áÍ ÌùaÕ Mó¢o¬Iw JªW2æñ]d¯ub«ÑPÜšOàŠ†bøý1BÁ‘éFj¾&/+ÌÝä[álÕ¯ã^x[J RÓééTÝs»©ÀP-a±KÃ+áÈTEU5T °õÏ¥*É ÜUQØÀS¢!èºX¢ÕAär Ñ$ìtòº©‚µ»wñþ¨iÕ‡?÷2jRr#—Þ0>ýè½=] ‹F'¯];f͈¾sŸÅ¾ÏAãû¯?ÛÓÕ°h¦èÛZéB–@øß}ÿtÇ9X7\.pùß>}ëå+dA]æ5ZðX°BA#®ðÍâzéV\2,¸ˆÁ Êß+±±0AA‹¶Ú1¦­ï¸ÑŠ }ÒVG«©Ë–á&mÍÏ]Ñi™4é…€©´o^1*CÓ8­„^ß–âµE.ê!üÚæÁ¦mƒù›}e—CaÄC!ìvŸÀ¥ãpàúxš©À¥ ÜÝí ½í %%n劊P3“på ´mÞ‹»ºR½Þ‹fƒüµ­—ŽÁjÕN2’ M#]j¤J- •¾“uDÕB°Yµãô·2·O_ò† §G/ZöíGj›æá&laaaaaaaa?¾Y„ïÖçhfäOÕ 0lnÕe»B,µ0y9`t“ ÌôsŠ/XDùz-emçÃ,¸¡X…7¤¾Ö]Qw-«S&õ¸&Μ÷ÄjC3a_hCù|ºuíBß>½ùü˯9ëÌI Ë·¾Ô½G 3Ç&ŸCÖ¤¡ÓZÓmR¢”k¼¦ÞRHÝ™:ö²Ó[óÑŸÏò×·éÚ?‡öݳ"¸¢$‘ œ©’ß§äð÷Ä,†¼]D»¥Õ¤îòÅ K*6~*t³Í%P ÈiÁ€'ž@Ó´ˆ¿)mËf¼Ëþ¤¤ˆ:VJè¬ ÒØVåDvª6„G#õâýØP™€ÝhÕÈ_Sÿû¯.»•¨hlH2¥OôÊÔ4”:>ßÝŠÊVņ´0ˆáwÞGFAûz×ÑÂÂÂÂÂÂÂÂbOâß7X@Iýÿ·Aq™1µ/™âÿ¾O@¯ lĶ bÀ" \ ©‚×_†A8 )Ãø‹/–—!ºI4+lõß43j3Ó³­ë»|¸¨U_K.åÁ%Œ}A˜°ÚÐØû[‹Ä¶î¤ ÇóÈãOqÆé§ ªõ0…I0á!#Œ´"˜gèø yþ7»ÆLà2³Ì5;íXãpҗЯÃAüßGç±nI1k1dL>éYÉH‚ÖQ‰ðz©I…ßÎÏÅëPh»¬†_ÝMJ‘»KEñøªî¾-uâ‘© F;™Ï¿è¸L¨ºå¦¨±¸’u³k`}Eà³jªF`k›Jòq]زnFƒ­¸<Åé¶Û%ЇzYrQt)É•n24­^C®[6¨v\ÒÛ´å˜7> ¹eˆUÌÂÂÂÂÂÂÂÂbâ×A"62ÊT†9†_x†ÏA‚FGa")ùæ0"Dì",ŒŠÞ«¡Î1Úd\þ·…^‹(¾q$¯µ^Fc±xh莊+°ÈýD±/ßXm°hlý|z÷êÅ÷Þ¢¨ÍîÙë;–„ïJ)6I“#"Æ“¨—©—n"¨ŒùõëšöæõÈÈ+—Îæñ/®aÞÚ™÷ãVÉ*ýiMj¦Ã_5Å?|I$ŠK£°«Ïïi¨¸M“¤}YŠç•"$0СÒÉ&¹-Q»t1ÿÂ) ž5«jW*<<~ÓèŠÏŠ+y|g¼Õ.ª½Õ »*þñ€€¼5õ¸T µæ!Kó†|¢Æç !Q´Hu£j§Ü¿27æ™É;pxý*õ/BQ%ö.›ËW¬dÙ²åL<ÇŽŸÈ×]Í¡‡\¯r¥”hš†¢(‘»¶6aKÿYÆÅ—]Åß|ŽÃ/×8\vÅ5´o_Àm·ÜÄ?Ë–sñeW®±ÛítëÚ…¡CsöäIØíöÀ¹ën¼…ÙsæF”só ×rÔ¸#j­Ï3~¢E‹L†\ï6lܸ‰3Ï™ÊçÓ? E‹õÊã·Þá¯ÙsyæÉG).)aú'ŸqÆé§’dbAjaaaaaѨ„Ä Ö½8L AÕ‚ÛsñJÉÖ*§>ÄR)J²JêÙ½qV5Pऴ‰×¹Ûc?£`•„/öV ©á0ÄÞŠ†â…òV‚mÝTÜIàµI¤ý¾÷¾^!X­:ðÙÝ{pÔkï¡&7ï]› ×ÞðúöéÅÔ)çÄL·xÉR¾û~F@äj(‹—,å²+¯å§ï¿ª·k"ò0CJÉ}÷?Œ¢(Ütý5!Ú»o¾ŠÃá ªªŠ¥Ë–óÆ›ï0{Î\žxôARRRéÆ,“Ï8=$ߌŒô¸ÊŸ9ëÚ¶mÓ`‘+ÑlݺϿüšcŽG›Ö­÷tu,,,,,þu„[qùމð4·øn4° ®Ñ‡¦¸$BÐMÑo¦_:{1ÌgtAÌÔQ1™Ÿõ  ßG˜%Wm"Qf=Ñ,¸¢ \u0ë ±X¨Í„ÍäÚF"5%•êš’›ñê\M“ÔÔ”¨ç­64 ñ´Áét6ë•^g-mˆÆ¾ð|b!1t3n-lu¢6¡Ý,}ĵFÁß4ßiØ,˜à*‹ †Ï!3%‡'Og㮕ü°ð]~X<í+Ù¶¾‚¤T•´LY­’Éi“Lfn2Â^M’zÅ”åNRUÉèT*¾&ª»à}8²ÆDŒr:q}ôALK»œ®À­-U<ROî .WIƒÛì)õ=׬"IrEtK®¯‡44„”"Ô:Z Ê[)lí!¨NHdHžÁÜ.Ê[ 2vK¶¨vJ„‚ºínºpRH>Õå»)Þ²ŒŠ¢-¤´hEû¾£Òì-OšÀÄ“&ìéj4 ¯½ñ6‹–,áÏ=1޵jÕ2`íÕ±c:p\t9Ó>ú„³Î ŠZii©´jU?7Ù{þ•oDúöéÍôiïîéjXXXXXü«ÑŒuy+LO1Û^_k7ÍÏp4àÂ,ID\gXx—fÇ sœð2ŒñŠ#ê(jÛ]ј_4“´Ñ :ŠT«„: \ÁLîúhB‡lÚ¼™œììf)N8kœì..¦C‡èƒ­64>ukCV3nCIÌ6Dc_x>µásQÄÄýG_Ê«Â:ñ]®¯ ¬Mà É`¢(×58:´ìÁ”1·sî˜Û˜µt:¿/ÿ’%›þ¢dg Å…Õ¬Y R“¤TÁ!ß,uÒy†âÁ9óG_&n7I§N2¸„ð›¯e\sk’§ÅŸ¶*v¨t“<¾+B Ö”¯iP;…•+|;=öœZO·Vš—Òã-žüMû©µ‚áíçð™¤I˜»ÍÅîl…Í%6¤ð–óäóØÓÒq×T°ú¯Ù²l[–ÿ‚&%šß›Ö¦Úõ8€#/}³AíoJܯ½þ?Íú™ââztïÆÅN¥WÏüøÓ,Þ~÷}6mÞB»vm9i wÌQ!X·n=7ßzG1–?þÄŽÂtíÒ™[n¾žöu܉TVV2oþß¼ñÖ»Ü1\wõü÷Ž»qÈpþš3—ß~ÿ“‹/œŠ”’¯¿ùŽçŸy"P·gÎâõ7ßfã¦Íté܉«®¸4P¯)ç_ÌQãŽÆFŽ=Ї¸—uë×óÔ3Ï0êð£øäõoØú IDAT÷ÈÉÉföœ¹¼ôÊë¬ß°‘¼¼vœÞ9 ?èÀˆû2í£éQó())å©gŸgþß ðz½ôï·W^vI\¢ÓÌY¿ðö»ïóäcÑ*ŽXnÙYYœvêɼöÆÛL>ã´¹MêÜq÷½´kÛ† Ï??ùŒÙsæ’““Ã_³çPQQÉÆró×’ì·V\±rÏ>ÿ?V®ZCNv6t—^|AD¾O>ó<Û·oçÞ»ï»úº›B,ùæÎû›ÿ½ô ë7l¤[×.2 èþ¨»uþ÷Ž»iݪ[¶neÉÒeœ|âxÎ9ë À·:þÚoóå×ß ¥d¿>}(ܹ“aCsîÙ“Cêæõz9qâ$.˜z.Ç=.pü¥W^cã¦ÍÜuû­x<Þxë~øq&EEEtíÒ…‹.8~ûõ»}{+‘ˤÁh\"2‰qŠ"|‚˜¾:„ÍstÍÈ0G1z(†ŒìÂað^Ñ‚TÑŸ&Lð’†ÿƒ ûÝÃ2ˆ8œ A(j>‘ær‘¯ðáÇê+nò ø~&Žììl6nÜLUuUBóN©©)tèОì¬ì¨i¬64>ÿ–6Dc_n›ÃN"z‡.`„.ýQ,„ø”)“=N"ó•†<¯ù7`dßÙ÷DVlÏ_+¿cÝÎeì^¶„aŸVƒª0üþûé1aιspþ4Ã7Î$9Hž4YY™±j£âîÛk)vÔ¸—[¼@ÒØ¨yixj\ì¬ÞM1JãÄ[)ñV*äl.V–) ­ë`t'$¸R«†©¸…¤w¶£º%‡ZP °«P‘­ ®Sè{ö]q Õå»YðÉÓ,ù RBV’ }†J^†JÛt¹É _¯­bç†Eõn÷žàégžgþ‚…Üzó th_À²å+ÈÏËàç_ã¾áÆë¯æ€¡C™ÿ÷þï¾±ÛlØO[·m#5%…Ûn½™´´4îºç>ž{á%î½û¾þüã¨"Àƒ<ÎÅNeê¹g“‘™Á3~Ѝ›¦i\0õ\òóòøà£é\}ÝM|øÞ›¤¥¥ÅlÓÄ“&гG÷WÃÕkÖòŸÿÞÉ­7ßÀ°¡C˜=g.·Ýq¯½ü<í âÊC“’ko¸™œœlžyòQTU剧žåŠk®çÍW_Äf‹þ½_¹j5ÿwÿCôÛ¯/}z÷Šý` 8€'žz–òòr233¨ª®¡¨¨8$]NNýúåeËWrÉEç3éÔ‰”WTpÍu7ñù—_3ñ¤ ì(,äÒ+®á¬3'qÇm·PYQIQqq홚°yón¸ùV&Ÿq·ÿ÷?¬ß°÷Þÿ°–º­`Òi§põ•—1þî{ð†| Ý»uå³/¾âƒiqËÍ7йSG,ZÌ+¯½ašªªŒ9‚gþ¹¤”ü8óg.œ:€gŸ‘ßþø“Ûn¹‰‚ü<¦úW\í{®ùõj³…………ÅÞFP~©HQ ¸$ ‚úÿR-¼ŒkòzZ£ºÁ´9Èè¥PÁ”À¡Ðºöž, Ñ[ü&fþ<ÃÞPjê+t…Z. 6kæ‹éf¢–áTÄñpÉ1þ¼MãÚ4œìììÀ$~oÅjCó`_hC4öå¶Aн<00DõP¬½ïÒWIBûÊâ”.^Eô•ñ.24Ozæ ¢gÞ vÌ›Ã÷÷&5Núä32ÚµÃët¢öè ŠR’4þds+.@[·¹m Øì¦çŠ\n*=žÀÝX¯ÚA“¤Lî‰tz)s—£*AßB%ðŒd éÑ€W¡†P ÝF°¹ƒãs8Nkm:{\ñäLy®ÂšÁ*IšÆY}Ri™ªšê¡ªxÓà´ŸgcKKaåÓøãƒÿ"ä§+Û#•[X¥tla£°P"5/BÙó;™ÖFee%Ÿ}ñ=|@t1ÆizçÝ8ùÄ;z‡8„•«Vóþ‡‡8?æè#IO÷Ń5rÓ?ý¼Ö²>êHN¬%þÖØÑ£6tW^v1³~þ…gþÌqÇU·†úùä³/=ê0Fv(#;”7ßyÙsæEˆ\ј3g7m汇ïN7ßp'2‰ßÿø‹‡Fߌà–ÛîbøÁ2sæÏÌ÷7CŒ«Ì–¹¹îÜ(sú'Ÿ1ý“Ïiìv;3¾ý"®üÂÉÍÉæÈÃÇ~ïß?Ö¬Y ÀÇÓ?£oŸ^WÉ쬬z >Ÿù5½zöXYåçµcÍšµü5;2ˆ¾N¯^=9døAyÄXž|ú9Ö¬]¹N™xbà|~~ß~÷CԼƎÅeW^KII)YY-X½z »wqàC©¬ªbú§ŸsÿÿÝEß>½8ç¬3˜=g.Mÿ”+/¿¤^m¶°°°°ØÛ0”øŽé›™EJ1þ¶ðntR4ž6ú’ÄZž—þp*\ ÆÒoñpæ3žùÒê‹÷Â(r5ŽØ­æfèÆ:Ĩé¤ÍÌ"a6wÍÉGÇÂÂb߸SH ·_0ê ;'VaBèŸc•©g'0nl^–49Ö¼)]»šï.8‰äÄ?&£]»À9a³!’’ÐJJHx½‘Øl¸¾û:¦À¥IØUŒÅåFàF rØ{ç€GRX³À¡ØèšÑExÑïeµÇÍúÊb´îB…êõ¾ ïý~Õ¢ \:Õ–Û’èéqÖÛÌ(ÉSØÔ[! É…C2bæ)ÕáÀ–žÊÛ7Âã¬D ™2 tGô 9={׸¹yËV¼^/½{õŒ8'¥dý† n_öïÇ{ïO ìšN«–-ñ¸=µ–]×@н[W6mÚ\§ëŒlݺ•¹óþæ»ïgŽišFñCãÎcý† tíÒ9 6/à{×®]X¿acL‘«G÷®ÜvËMd¤§óÔ3ÏñÊ‹ÏÅuŠý–S­ZæŽqú)\xþyq×».´jÕŠêjŸ¾aãFúôî|7lÜhú]‹EQÈÍÍÁãv#¥dÓ¦ÍôèÞ-îëûöéMëV-ùù×ß8þØ£ùqæÏŒ8ä`’’’ذj5^¯—ý÷ïrÍ€ýû³|ÅŠz×ÙÂÂÂÂbï øæꮨèaVd¸å}Pêsýwé‹Ãá7p’Fë*‚Ó äÓzˆzÝ L†ì—¥»I†Ê>"è£×Å?ë±…6 êdÍex ˜¹É—€¹[˜UkÑñÔ-–ë………Eà íUt?ò°þ4ZîÂ(BvŽ4“¦Œ +A!$ª YXquY,Øs|yÆÉH`X’ô$GèIUEéÐ5¯=jϞȚšÈ „ ú•1Ü­ÖU]h°Cõ¥mñÄaH†*TvTm§Kz+ÒmÉþ-ðÒb³Ó»EkV—ïÆé5BÜEÍÉnPk×J_”‚å6™R£ÀëŽxR»Û+lë¡Ò*NïÛÕ |;GÚ“Òxë†x\5tjaã„ɱ‡y!X°Ãb·…Xq•l_ņßQ¼u‹¤Ôä¶ß–ö£uç=»»þw£(æAÏÌ^m„E©Ÿ{ñz½ÄihJFz§Ÿ:‘‹/œZÿJHóI!ª%xœŸÿÜt=Š¢0uÊÙœ>y Ÿ~þe­Öl ."3##DXk*¤”Q¿uEój‰ÝåWJ¼QÄV3„Œ=’ŸüÖ€?Íü™«®¸ÄŸ•ÿo!ìÙ !Pö«L ‹bœWôª(zOÈ´DD ˜m®Õó÷ hƬ…îf>KêMóç(ú´&0Å’Añ ‰­©-¸€ˆ?øeP CİӦeíÖjCÌÙ,,,,ƒZú¢Z'@&‹zÎazYȘcÚ šõÆß÷¡Åûoãu¹h­ òmYY‘&õò« ¬étšæáúú˘-Þ\Ubå‚¡`ËMFÍó G’ ›FªMAóÈþhîú@+Ñ螑ˊ²]¸µ0‹2®íB…ºŸE9¯Å}$P*ÊmIdk^Zil*²Ûz¨ä& ÎØ/µöL$¸¼à©,Æ+atGÚÙco¸)`ùN^ †{5‹¿ž‹ pã<š¯Ý-’Rm'’Õs>CÐiÀ8;ç‰7.ùyy(B°zÍÚ !;´gÑâ%—A€ÅK–Ò¹SÇ1 šÖð ·ÇêÕk9|Œo÷J»ÝNaáÎÚË–]¢èС=óæÿ]ç²ytìØž5k×QQQpѬ¬ªbÍÚuœ9é´˜ù¤¥ú¾-Z´à¼sÏâåW_gìè‘1Å«òò ÞýàCN:ñ„„¯+í XµjuÌ4z·à¨å™tèО¥ÿ,KH½„tî܉åËW2âèÖsáŒ3šwß›æ²_ÁàÁƒ(ÈÏCQ-^âFºxÉRzöìÔÞ> ‹}ãü¢Ã-_"ÂtƒkcÄØ¹Àn U£Þÿ!¬-(Æé?‚u€R«„u™œ…]'B&j"°ûXèÍaŸEô›aNW[Ýbäeaaa‘pbŒ!;ĉ´àÿA„A˜q%E˜téFkï°ÔŠ…»ª ¤øÇ÷Ì †Zd©‡  l:V G®Ï¦ƒ‰—Š]nª=Þc;EJ2N0ÝÞj²’ÓýC©xý–\š1èœÞ2Â*G¨¾x\v[ã¿ÉóþaЕגÖ./î{¡»•lI,ONbÍPv§ö©Eàò3k£ ¡<\à`@[{pC“š„¿6;ùbe5Š"økú}üýÕ㤕-cL' Jãºáœ?(3ú§pFÿ4®ž‰&¡ÇðÓãnWc‘‘ÎGŒå‰§žeÓæÍÔ8,Z¼„ 6pú©ùàÃéüüëoÔÔÔðÇŸ³yÚGL>#þzçäd³ôŸe”””²}ûŽ:Õï¯Ùs(.)ñíføôsØm6F: €n]»ðÛ²aÃFV­ZÍ{|âB™›“Àüù ضm;N§“ñÇ˪Õkxõõ·(--¥¸¤„füDII©iùfy :„víÚr߃°sç.vï.âÁ‡#?¯ÖÁíqüñÇÒ27——_ ”^TTLQQ1[¶lå‡â’+®&5%…S&ž’N—†úF«­!e¹faaaa$\¼Òíiý*B¸£yÈç0Ë«p7ªðOŽ>¬¸âY0)°Ñjÿ`‹Gc CÁùá4R.¾i4”òzþIiDë6(:"‹v£•–"4 „ ÂãeWU Bñ»…ª6<Ž$vk`o“ŠÚ>#pû<Ò¨èÛ(ãžM¦’-“2Ùí,ó”H¼Õ’^ûŽõ=ë<úžu%«W²âƒwعx!Î’Üxjª‘QÜ•À=H"4˜20 {W…Õ Ý hcgh[;»«4ª=PæÔ¨tK\^‰G»%N ]Ø»ª¢(0¬ƒ:&ùÔ/½jÞÐïüâm.lI©´ë~`í•jd®¹êrž{þE®ºæF**+)ÈÏãü©çÒ±cFv(N§“W^{“{î}öùÜpíÕ1ãN…sìÑã¸ã®{™|îùŒ:ìP®¹êò¸¯u¹\\xñå”–•Ó§w/žzüa’’’8÷œÉl¹÷A¦^t-ssyغwë¸6??‡ çÖÛï"¯][n¹ùztïÆS?ÌÓϾÀûÓ>Äf³Ó©cºvéLVV‹ˆò£åñØC÷óÄSÏrÞ…— „ÂÁyô¡ûëäÖ§ª*W\v1×^3ÇwLàø)“ÎÀn³Ñµk9ø Î=ûLŽPäðÀó7ßp-G;‚·ß}ŸêêjFw}¢QPÏ#ÞÇs/¼ÈÓÏ-íô̱aS@1WVyycqƒ¿€AÇ]wkcá¢E ßn}û6¯¾þ&[·nã–›oØÓU1E“gMMÀ,‘\våµ 4sÏ>3jš?þœÍ?ÊǼ“°xcÍ‹yóÿfÿþýkOè§ÿ —’Þ®ª= Åæ@±ÙŠŠ !T!½çŒU ¢ Þ“…â{s–Fc°PÏ»ˆYR´ï†*Æ^j$d4'Káod,ÁJ·Þ2ÞkòÁX!‰õ`ö±LêHqq1ÛwÒ©s'ÒÓjüÛÔTTV²Ù¿kS´ ¼Õ†Æ'Þ6ìØQHç.›m6ÕÒ†hì ϧv„yW¥Œ¶¶úŠG”ÁÅÐßùú3¡_—²ôE£°UK®æíÎ8úÑgøò¬‰Ìªñp\j®ï¾!ùÂKÌwRŒ†¦æ[ìvK+ÜÁÝ].”äÊþø¥ ”û œ-3:¢ PUZJè äû©K]úozœ.›°‘—’Íöšà­ô]S ³s2;w ü¾kÓ¶þ|+¹)Jí—€’7×`ó}¤Wcek;…#ìT´RýâVPè2£ìXá…ô]^Êÿñ²c“ŸÖ:QTèØB¥UªÂÆRÛ+$û41¡—……ަi¬\µ†[nj¾ß/EˆF¸JJKiiØ…ÒŒŸfýÌèQ#-Ë€A¨"Üà*š£§÷ÏUŒÉôÏZØï’à|E„½3ë† \Òd^ã;ÔŽ¢êfaÙÛŒ¿ÔËe±Žîе]«7ÎÜ’+Jž!É¡„5:›7o¡S§Ž¤¥¦&vw‘–šJAA>ë×oˆ:y·ÚÐøÄ݆ΚÖ­¯³´/<ŸÚ ö;¾.O˜tcqöKá]X`À0q‰$ÒeÎ<“½‹i<ͯË>£¤l'GzÀkƒïª=ôyþ9]pqnP‚¢(Ì[°Ôô\á‡ï"n’ïN/-Ó;†XÆŸFôcÂÿ°64¼ä$¥±­¦E4§$'½M=jÊ_߃”pzŸiE0s½“UE*«%ÅÝUÖOÂQ©QÓBASAÄ¿q›O³AY[•Òv*öjIR¹dû*YI TÎ0©«ÍýEÆ#Hé.=„µÏ/|n¨žÀX~Ø 3µþ²°h~4gÈ":2lóŒëTz&H,Z7aÙe<¥‹-f‰£YzE$kÌ-w}Lûýi¦Ï~éCíØr©+4Pal²Š øÇ¥±ãÇïÙzÄ1¬ß¸•œ¬´kÛ’œœXF„¸\.ÿ³§3Rà¨\þî¢Ý¤žß‡H&Õžc,î„ \¾# ?(HÉ¡¸°$ät«ËmŠàn`\—PÑÈ+aþ67?otb—g®Âö~v {©à¥>&oq"4¿hfµBR¾‚»H£jµÆ¯ÿøÄ®‰]ÎqC¦`SíW ‹}ˆ””®»úŠ:]sÔ¸#8jÜT# ‹½šy$L¼ Ÿ_D»><.p‰±†`¨¨ÖZR†¾c‹h&í\"ýÉBE®D>E¼øÇ¸ü‹Z3Di8¤6µ{ ËÃPvDšÄ±/V,›}ûùÈÐ~:BÀÒ­º‚&¸‘]‘.Þ‡¡wÃ0A¡HJ‰ŒðϤoŽc=¢10¸Öîø‡¦_DyuJŠ £Ÿ 5S ¤l•(¼ø±þ[ÙNX·”Ô&àpØÐ4aÍ¥9!(+¯`áÒÕØl6ߪ’Ýnð•÷ýÜúü“à¤Û…I­C-äôA¨HBc™¹0ê7WAJš"\´Hꩧ ж,£|×Fȳƒ½kK¼|¶²ÆwGÓVì`WgÅ ¢Å­hHØ22+hÕPþ·›i¿?Å7¿ÉÃgNFJvÓWÊ s¾-»ïåZ0‰q>MàØy1ä½ÙpQ´…bãœP†½s‡ëB±4+á[ÌN\àùúº,š(zÁßÂ-² iÍÜ–\ÙúXbWâguûÂäÝjƒEcó¯y>Q$ƒ±Z™4ê瀘Á7=`ø´$ª•&~^̓&µ@ÙBEá¡O.aá†ß°·TÈ>ÀÐã©û u«Û ¼vi’V~…Çc·£¼õ*ÊÉñxÌÐ/>îœÛ¶"„ Ùx"9YÐZd#»öÀ«ªh55$MèL«ÝÞ0_@)Qü• ZlN"PFÔŠ–ÌòÒ²Ù"*(«Ú]×[æ/^ã›§'ãöJúµòYCU¹%//ªFÓ$BÀ¶v6²£h Ô!£!AI†Û©Ù Q¾ª„K_Å«—ÍEUöÈ8ÿ:‚¯ûFaСdp Þp½Ä?‘Qbë†Í?Œ‹ûÑÿâ+6lÜDnn'MÏÑMè°/ A‰h›Ëåâú›náŽÛn!;«¾âŸ¶%‚V»!Í Q¢Âº¸ýRø‚æî~BÓãQóÔ6²»â/Ë>ãÓÙ/Òµm?æ­ù‘j—óL * BQq»¾îY!(p(í­àÎü^äe\Š$µÂBª””+® ³ÖõÑ÷ƒ™7b8B ËÔíB¬[€ò÷ÖÛ 9“£zUsˬÀbJ´ï°4|ÒôaKFQK7ÍŽrmlÊwmÄ]SA;é) Ÿ-¯a}‰)Á“.XrB2î$Ò€X[†„äŽ U«<<ûÍM\~ôÃ{ºVÿ|v>>÷@ßî…þp„? TÀPês¿ exýõÍ7ÌêŒ*Âä½)Š–_› ó¼Ñ਻™w~y„/潊’[–¬C¨ 5ÈèoÖ)ÐÜ€æ%ÕfGq€HDJBƒ…÷&1ìü¾«ö02ÅF†ç‡ï‘<õDŠo·AÝ:¬¬¼‚Õ[v"¯º ¾’’#3ÜB¡Z(ˆ,;Y];FýŽŠŠ`¸(æsg‘KJHJ±³fÇŠ*vÔy—Å^¹E<3»´$ÁÊÓ(o[KPÏæ€[†ïÙzµ=àCiaaaaaaaaa VÃ÷«#ƒú‰à]Ï”þUüÈ·a£e¯j‹Ë½Gêu ;bv¢AèÃôÏ1 ÿë]|øäÌÔLN/Ą̊qfÒ¯Š6äß©Oâ‚©SÈËk4<¿ð݆ìì,n½ùúöíCrr2=ºw㔓OäÇŸfí5mHIIá–›n`ÀþýIMMaÀþý4p sçÍo²6ìË$êž|Ò¾øòkJËÊšüï$jÛ"zµpËÒX–¯qòS¯¯q‡?ßiò3z‘û}übÞ«(vAö¡²†ÛIÎW ”/ôP¹Ìƒ§TCMW°e„Ý\àÒñ&Á‚“Ð$̨ö°Í£áòjhRRvþ¹Ô¸=—”±zÍF~ÿk! ­ ª²9`0ÚÉ“À)®`—ª"€N2D‘HlŠ#FK£XëÏA“äuÎDj’é³_ˆ‘O(›‹VsËë¨Ø¶€ÕEnÜÖê`Î9©”·iæ—aw±¤b‰¡*\tä½{ºVÿZta+8ÿ!(" ‚îˆ í…f% QÓ¤pK­°DÁH„ 3 ¥æ·äJ´!“iD|½ pK†xˆCñ ó5sé‰nÉ•øYABÅ‹° lSÑå9*«ªš¬-‰.GJÉ®]»éÖµË^Û†æD¢ÚÖ§w/ òùaÆOL8Ḅä™(t™)Øÿè‰4&¨k†‘ú;]à2 ]úïyE¸P6.J*H¨©‚Ô^6Òz j6{qîÐpí8·ºIÎWIÊSj­Nu[ÁÊktÂÅŸ.^7éš–,E»ë´&¢h¾€TŠâ¿ïÚI“Ö!ΧÜB°K¨Ø3“IéÝ&æ"ˆ]q a¾3c44<(øbhuÞ/‡«J˜³êÎ}[ÌëVo_ÄôÙ/0í,:—K¤ðÅÙ*ꬲzL’ï[åifý„ð¹›jnN‰æW‘†k³†×%i—Ó‘ëOx†d{êž®©…………………Å¿Ÿ‹¢~V·ìÒÝ uáËâ3•Fw11Ó]Â^ì¢Wdµð+V†4ÑÜýeIÿ5B`k‚9MdEêE¸D”Sz!Çêc×0)Lèyí "ל9óèßo¿½R *++gÚGÓ©qÖ0û´øÔT$ò4¿,düñÇ&,φ"0¸Œë‰06­Åí»ïÆ@æo´æ!Ñ$ý•Œn›0òrº°½b]ˆæ'¥$)O!)?bt‹âþ ‹ïK¢ÿÍN6c§*5”éïãíÐ 9`pä€è¬Á{ÙõØþs%ìÚ þêìVT„W£Ýãju½·©Ÿ¯e†‰ÄƒÀ†Ç­ÑµoËç2éñý˜2ævwMMBóz(®ÚÅŒEï1cñ‡û!Òݶxð:ÿŒK¢¢•‚h.q·H/HDs{‡†s«†·Z‚â»)Ii´ÍlÔѷҧ`Øž®±…………………Å¿:ùðyæ¾DþÿeÄôÀ8†”Á«õ…v#aVYRšhbWˆX°N¼Â=QAÁK@«7’i s¢[dhrñ.œDNÃ|’šŒÄ–·bå*~ûãO{øþ„çÄ”óò«o0ýÓÏ8jÜØö„å]û¶˜–¸¶uëÚ…¯¾ù6¡y6Ý‚K袕4é”"Œ]cu\aý^ä8™Öß] Ã` ›"üêÍ–e‰ C/à™oo¢øgÙ#µ´!~ª[ æ<ŸÌËkXï´ÓÅë"ÙnG}ê!×QAjTk®heú@bú5rU­rɦ·èITy‡{x˜~}û6¹›_"ËJNNfÿþý¸è‚ó¸ùÖÛ)++####aùÿIäó±Ù|bƒÛíAUë.<4 z?a±ž0à»WK~&ýª€€ß» ÏÜàK«øïÆë38™¡ÝÆòö¬ùkõ÷ÿæFMõ :i=Tß XOÁË«À'ªŒ~ÏËš;ݼ.E»Q¸ï•7šß_UE>ô,ÅŸ‹£ ›–ç€V]{¬-»’Ü »¤á |Ÿ’®ÒsH«“ÚÆ-ÍðÎÑ<ŒC*8·jT®ð ÝÐ&«=q7½ò‡ìéªYXXXXXXXXÔ†ŒøŠ©À±¢N¨¿b0ö¯©Ï]­scžQ&O"¼|“Jûó‰"r%èÍZ|ešž=lՕИ\ºÂºŠ\RJ^xñªªª¸øÂ© Ë·.å'‡CßUM4I[öewÅD¶­´´Œ””’’Íäž…/WD!š©®4tòRó}Žºp¾(aüMÆèÒÃG±¦¡eF;®<ö1*jJù|ÎË|1ÿ5j6z©ÙàÅ–-HëiCÍñWK€V-)ëFzᇉ c§IÖÔ8èŠ Ç’…(?}‡6êÓAvÛ‡ïâõJÚN=(. À¡&u·Ê: %´ë’Φe”ÿí&k¸½YŠ[H(›çÁµSÃáHæÂ£îäà^ÇìéZYXXXXXXXXÄK4/@ãÏx.“ ƒ— Ý!2j±¾†*~×C)…?ž¼> +_wQ”† Ë`#FiÁ÷þ¿]7µØ$Ãþé¶q{@ Jä¿ÆÊ³±Ûðõ7ßñËo¿sãõ×àp8öº6¬]·Ž÷§}ÄÖmÛðxAsJŠg¹pi ì6‚×/Ÿk \{+"lAÙLà’øç'Æ .ƒ"äRc^Ò?¯™]DÌi„?{iÈÕèá¢×Q7.1ΙŒ5’OaÉ•è—ë=hN%D-~žKCÅ‹Â;¹ø²«yI)9ñ”I\|áTÆŽÕà:ÖFCÛPSSÃK¯¾Ž×ëåÒ+® 9÷êKϓٮ~ mCjj*;wî䎻¸˜ÌŒ † ̤ÓNi:jÂy.ZÌþýû7áPŒþí>ãW(Âë!vÕVž4¨Lª¬Lx`°=×g9à ŽpÿlžÍ=NÁ½[bÏ%æ°$=P6×·R†ÄèØ'%U¡ò…|ÒÎÚÌjÕAwéÂ~Ë5xŸx™•íK(»¾˜Ž·¢’‚GOE«tÅ]_‰FŠ-JwqýlBÁ9¬ß\JZ/µYYsiÕ>áç~'£úž´§«daaaaaaaaQ„¾¨nœ Dsîˆ8)pE\c_Ÿß„†!–Aƒ1¿R¤t& S"Ÿ6bÜ 2ûË÷3Däò™…E{³ŽåiFâÝÍæµ^`üPÿ"×Љv«–-ùð½·-ÿxhhIIIL{÷ÍFË?ñ.¾ðüFÉ;^šÑ\7á$ênÙº…‹sîÙg6‘KJ—†äëðµ`€n}àiˆ0Sà2ŽVfnŽ{Ö×û÷å_!5p´Ub~ù+—ypnóY{©ª[O~…;?8 !  g¦¯»OWP_€ûÔÙ¬JqÐ=ì·\ç™×М5ìþês’zµ!ý ÎH—'îzJ$ɶŒ„Š\m:¥±}m%BÈf£m{«$¥ø®ûÏü˜-{ìé*YXXXXXXXXÔ“çAÝM0|2‡1óþP‚×…x ÿáØ/²Òc+.0=Ñÿ ‰ ùëóCMØ[„í¸(À¹M£fÍ)ç®<æ1†tÅ’M’nGU}­•RûöÎ;>Šâýãï½’Þ)¤@èHï½*U¾ˆØ»¢~U¾X ?l_ýÚEEÅÞ{/ôºôž !…ôv7¿?înoïnïr „¸^Gîfggž™ÙÝç3Ïó aIID®êÏÁ)ïp RLÕÌšŽiÁrÞ_ &3I/M®Áe-œc(yå Ðp{‘\04†­û²ñ‹?÷›'˜«àôz ÁõÂõßÑú\‹¤Aƒ 4hРáŒàÛJI®(å–UŽ:†B‡p0É’j%·ä“œÊTÚHn.ÀÁzËržÕ¢ËɲK%ð|C(>c-¥ [Sï“Ïš–òX?hmh h*¤MãàÌÛVUUÅšuëyrî£ R^ƒ¡Ã(ËL+³8LêJ Tj!¼<·[rø¦ôYWÚ(Ÿ[ .€¬¼ƒT›ª¾ÀèHp™¡x{ ÕùfYÌk‡Îb\Ïëå›»¾²Dƒ£§™ˆ °3í»“#·|Ì‘]'hY\„ÏŒiœÎ+ lRWŒq!`VïCÉÍÛbÉÒ0 W@g€ää0NV7xÙud€¢u– ü^ò–FpiРAƒ 44+¸3—rJv!¸œàdUåœ[¸¤xF8xA¢šØ®+4É‘1Sß]QHNšsõžÌPQR„y¯ç+ºR)ª,—Msj\e¸9ðZ446b|ŒF^yñDFD4­ñvY q„#Áå2{[Ï“ì«+Ê ]ršýmE¨LÏ®.ŠÞàÜtä®Ìõ–ÚMIo±„«:e¦hk ’¡‘\:`:#:_‚^g|Õ˜ªY¿ÿWü øèå® 2F¢—Œ˜E B©ŸÝHÆŸ“ùçŒE%èüˆb<˜ìŒšmwbË[ï©]F/BaÝ @ÞéRj„—Á÷e{L˜Ëãz^G·äAçL 4hРAƒ ›×‰ÍŒÊùuV€}‡wT28†šþ Ô¾8Õe?SÍPX Å$Ù`ÌòÝ£Kr|·*.$—ƒEA}ÞÛë,ÙµÇ.SàÝeOc6 ;„8<Â|〄siɯ_ÆÉù+É}}-Ÿç@pÈ;¹HÈMw¦×FKàˆ€’‚Â8TœNF"ØLññÓ$G·çºaž 4hРAƒ 44„ƒábY$‡OQ9&Ÿ¢¦|¸¯Î5Á9ŠÚ¯ -a}?Wµâr:WàdÉåxØ“Ûb#[sy ¸À™àª¥c]H·ÆW„ü(¯¨ÀÏ×·Ñëª/*** ðw{\kÃÙAmm€æKÔ5—ññUË_µñtÞå”Mõ¡¢p;TÚõ*ŸKnH}÷ᾄâsö‘ݾm.dã¡?©:aF'鉋LæáKçö¼e»¾" ØHB› L5Ù‚ Ÿ„õŸd]62—U}ëB/ê€or8B馨ÒlO± :ßF#¡ôF|uzªÌ¦FªAKTUWsïůžÕº5hРAƒ 4œ(Î%Ö\v"I’ÎÛ˜…¨—Ò"Læ«Ô .‹˜ÎL¶s”oè’Bïq²äªû‹º¢ëLvs"¸ìfiŽ|•å»; ášä §ñ”¸¤¤–dfeŽoTà++*É+( ))Ñm­ oÚМÑìÇG±ÀaŸ-•Np6¨ÍEJÒJaÅ¥^rtUÊìöyÏ9®½ë\Ù4ÈÔ{&¾Lµ© ‹k¹£ÞÇcþ¿ÎÆTc¢]Ï(™àÂŒ¿5f–dm«Å* 0 |à .°l©l9Yî,I9×þÑëŒwHžˆ@jp${Nç4xÙž08fß-[ƵC &4á¬Ö­Aƒ 4hРá,@é>èDëHΖ\.^zÆ ç*.'6wIKÅ*'ºçnlÞöf9¿ÁYLQ„¤P’Î\:Ùñ»ChÇ [¨v²äü¥ñÛÀÑ£Y”•—5z}uE@€?II‰„‡…»Í£µ¡ñáM ùZr5—ñq)bó~st!´çr…ÓŒ¬ÕÕ ÉÁ¨Ë4vbK-£ó"À¹qW´¡6bˆªê Öìý‘¨„Âcý0›I._C ÓîÝ]Ûíä–'×Òßh +Ox%o]¡“$bü9YQÚè#b‚ÔV¬øyÂ,¸¨ÛU\£ 4hРAƒ†s‡K«’"¬ß%…â"¬ŒN¡CxõRêlU‹«ž‹”Ó꽊ìv‚K8h20¸%¸lÝeÕÒº3°æòþT÷¦mŽ& ÒÎÞ8—•øóZšJKK©ªªV=àN­¨šóøHÂb=…ù¡!Ï<›{('p§ùImºrñG•»R éåÞrKRÈqn .o!„™{—Œ§¦º†Ôn-.IÒaŒ˜ÌUàÇKå¡©¶h„«Ý“„úÆ6ÉãL^e9¦FBéN²>…M§÷3kÒë Þ4hРAƒ ÎC¨é€ée#¸ä˜µ*ïÅ.äpâ_zÒOr.ÓæB)á>â þÈ"[§UwWtR\R¼V‚€èr.Â’&Û¶9Éâ¤é¹Œ›“YÜù¡ËiÐpFxcá"–¯X¥zì?wÝÁ˜ Ge‰þ’uŽ’ç“Y—œÓ}!òæŽÐ—ì_Ù\]»m…y² <.€¿¬¡ ,‡–m‚ 6bvr=4êýÀl¶Î÷fÐYˆ.AÝÈ"O–\Aˆ_ Õ« ^ן‘’Ï„ÛÀGçÃÀøæË?ð7нÕàF©Gƒ 4hРACÒøGÙŠKÞuÑšÏ,ÜóNÊP¶rœÕI¡ÿHÎõ:¯ÔK*…( »˜ª §æBr©©@Žn‹gG ’œÛí(`“ÉæälÕ ìL¡dû.œ”Ææé¦¡yáLÝgÞ3ƒ™÷Ìh´ò5x‚$$ù·ÒÂT-¿Ê1¶_¨¦«- 8†˜r&Ø”‹ŠºÏÔ˜ªùß·w €”.a.€N2¨º%ºƒƒq°”’õàÖÍÑ 5¾ÅSÁ@ƒe5ê™gƒd`hì²åRT\“W~ŠN§oðz4hРAƒ 44¨XpY-¶„ÕÈeaU6—R#9* e9WádÕ%[tÕÁ˜JiÇd+ÂÆïÈ)–óu*çy@=” z*ÐΤ ƒÖ– !Éu(;QMM¹×ÐüQZZJAa¡ê§²²ò\‹×Ìa™c\g¨ZæR·ä¾í Óª ÞΪ™Ÿ?ä– öÿ $¤aôqvE´Àd®ry@×…ôrÎïî\½d ±ûP HðÁÜ„ôˆ¸aøø±~Ý6Z„¶¤MÜ ^GSÀ#sçáÇæª{yÞkL»ý.„,ýàcŽË®µ¼?þ\ÆÆM›åß&“©Öñ» ?÷ç¹=n`R!lMfJr½°ýXƒ^^Ki•}³„ª3Ãç­gCFaÃTÒHxä‡}<ÿça¯óo;VDßÖ¨öiSÀ’õYLûèoÕcååå<:ç ÆL˜ÌÕ×ßLNNîY–îìÃùžª GÒ3¸ýÎ\4n÷ÍšÝd섘L&y YüîÒsöÎ5qòe¬Z½¶Që0›Í˜Íž-¥ÕúæèÑL†ŽÃéÓ§DŽ]»÷0t䪪ªä´ŠÊJ¦Ý~?õ B9í3jÌDn¿s‹¿GuµãbÒ‡ê×öùïÿ^hyÏ78?'ÕÆô\ãÞûbÑâwÝW»Vÿué•n½^š%„°.s lß,¯²’$©¿?«y—Xƒ¥[œ&œ®w—„mEÙ¡ çwÏדpÎá” ¡°äªíÒ´XsÕ’©¡TÚl»)Ú,Ê\ÈBIØÉ.C(YíÕjo]K®ACCâÌ®Ï7¾Ãò•nÜ+4wÅF†Ý,KXç$Éy5ÃkÒK8%:ž«æ¦èyÞV˜.Góà¿=‚¤“hÝ5Ìí:JµÉ;eÂÁBËéqáÎzËá|IO 1”ÒêÆ%|õF"|ý)¬ªh°2/ŒQgàïmû())å•;þh°²›F ʳϿDEE~~~rºYV¯YÇ%“/¦²ªŠ~ü‰ä¤Dâ=–·|Å*bc[Чw/F™È ÿû/½{õ¨·ŒïnÈdÝ‘BÞ¾ª‹Cú —×ñêÔNôM«wÙ6,ÛŸÇ€”p}ìÖzë3 1è%z%†žqù¼Ç_ûO1®sŒê±ï¾ÿ‰»wóöó‰ˆ'0Ðyæç{ª6¼õö;óɇïáãc´ïvޱcç.¦ß=“e¿ÿ„^o¹Ï²³óý?3aüXZĨùùŽ™#+hjܘ³5—ÊÙ*'Ù’=ô`   €¬¬c””–6xÙ (0Ä–- ÷¼²Ý”ÇÁÛ64g4çñQÆsàžq^´pž’”[Æ[n&E”ó¢¤LvªTY ²ˆ¦ýTøeÛx~á”Ðy´ÂR’V’® aIç@p¹#º‚è$=¢‘w@ô7ñ-ô¡:¬þ±¹ ’-à«óA’$þøu-F½ÿóTJÚô@ß>½Y¹zɵjõZÚ¶I¥eËÀâ²ððƒ÷Ó¯ooޤg0oþöì݇Ñh¤}»¶<õøcøûû3÷ÉÿÛ‚‘#†sËmwp߬‡ø¿Gg3jäpU9þØ›Ë{²HÏ/#:ЇF§Ò/%ŒYßìaÅÁ|ú¾°†äžžØžk—n`úç»xjb{.êÅØiŒíÍ–¬"2òËiåÏÌ‘­¹ .Ø’ï׃äWòêÔÎrÝ»—pª¤Š!©rZµI°òPOMlÏÞ“%Üðþv~¹³/áF~Ü•Ãã?àÛ[{jQ¿Ûq’wÖeryÏx~Ü•ÃG7t—Ë{â—l>zšonë-ÏPÿ÷Ó~ô:‰Óå5ćú2sdkÀrËM~{½C™3¶­œ6é­Mü{pÜX9Ô˜3¾Ø…YÀü©1ê%ŽUòÌoÙ‘]LTcƒÎ)«21oŠvV IDATy:«çSm I çž­öU݃‰ý9¥¼²ü{O–ìg`D›Hî’Œ¯Áâ"=fA/^Ò‘×Vf°óx1\ßä­Íä»'ºÄ‡S\Iÿ”0nh'—íÏ£s\q!®Ö /¼4þa6sÑøƧ¾À_ËVðáÇŸ’™uŒ¸¸X.½ä_\ýÀE9ylî“DGEqøH:{öî£EL4÷̸‹ã'NòÅ—_s,û8tîÈ£³” ¤ñú Ù·ÿÁÁA <ˆ[o¹Q& þ5å þûÔ\Þz{1»÷ìeñÂ$%%’¶q‹¿GzÆQâãã¸õ–4 ¿jÛî©Ûo½…#GÒ™ýè\Æ\4š?ÿZÆÉœ\R[·â‘Ù³HlÙ’ënº•£G3yý…¼õöb†ÌÃÍ¢°ð4ó¼É–­Û0™LtírwO¿S&(›û$CbÃÆM¬Y»ž;nŸF—Θýè\FŽÆïüEYyC äš«¯`É»°qó =7Ýp“&Ž`ÅÊÕ,YúÙDzñõócЀ~̼wß|÷ó_€Zò~óÅ'”””píÓøã—ïeR¥¶±ôÔ~gTUUñÄÓϲk÷Š‹KhÙ2éwÜî`Yú×ò¼÷þ‡ÍÌ¢u«î™qÚ·³÷ ϪÕkùïÿ^àçï¿’ó/ýà#6¤mâõW_bÜÅS(--eó–­,ýàc&]<ûïuŒûù—_«ö ï,YÊÆM›9•—O»¶mxdö,âãâ8v,›Wæ¿ÎÎ]{bÒÄñ\sÕµZï-_±Š?þ”W_~žè¨ÚIªð°0®¼b*ï.ý뮹²ÞÖ¿ÿñŸ|öYDzINJdÊäIŒs!Pû½4iÊå\qÙ¥üñç2Že§c‡v̼g?ÿú;Ë–¯ätQ£Fç¾»§£Óéøê›ïHÛ¸‰ÀÀ@6¤mÂ×ׇ+/ŸJ»¶mXüîûìÛ¿Ÿ11lÙº§Ÿy£ÁÀ¸±°wß~¾üú[z`&Q‘‘n•ô¿wìä†ë®¡}»¶,Zò÷Ì|±fΣ³xè‘9,ýà#î™q¹¹§¸ó?÷rÅeS˜ûØÃœÌÉáñ§ž¡¨¸˜‡¼“ÙÌãO=ÃÝÓï u«V´ˆmÁÁC‡yø±ÇytöôíÓ›´›˜3÷)Þ}çMU¢ÆÙÇàïÏœGgÈO=Ão-â¿OÎåý%osó­w0qÂ8¦Lž$ÇÌfÎ믾„^¯gÞü̸oï/y[¾çŸ{ñî¸}Ónºà`rNæ}ü8F£‘çÿ÷4ÅÅÅÜ{ÿC¤mÜÌ]wÜÆ·Oãç_çåy¯1h@"##h•’Ììf’œœDÎÉîº{&:üÊe—^Bûvm]Ü·JJJÚæÍXzj¿3|||˜8~,÷ΘN`P ‹—,åɧŸå›/?‘¯³ÙÌmÓn"!>žÏ¾üš{ïˆ/>yŸÀÀ@¯äñ„Ÿ¿ÿŠ{ïÈ£ Xm}Æÿ=ö0Ì™ûo¿ó.ÿ÷èl*++™qß,Æ^t!s™Í‰'˜5ûQ¢"#eâH ûäégŸ§ËéÔQðPCÏÝ™7ÅÅÅ„„X¬›«kjÈÏ/pÈŒÑàªF/[±’_y•‡fͤOïžÍÌ"ÀúÜðæ^2›ûäÞ»§Æœ¹OqÓ­wpó×ñò Ïr,;›ûfͦO¯ž jÙ yç®=Ü~ëÍÜzó¬ÛÆËó^£SÇÜqû4bc[ðÊ« xîÅWxï·¼ê³YžžÁí·ÞBË„xÞÿðcžyö¾ûú3t:û»‡»11|(-_)“\BþZ¾’ۧݬZ_ï^=sáh¢££Ø¶‰Gæá…äT“2£Jp©XzÙ´¤»i‚×oÉ BÕIYwdè<ï¶h+^Í2Á‰Uté܆GVÖ1Z&Ä€Bû4Â'0 €–-ÈÌÊ:oÇÁ›64g4ÿñ–ƒÖZ„一b…ªq–ÚÜ.á«Ã‰¶ÍOœ¿»L=}ÒÏ>[û*f³ ±]ˆ›æKèð‘¿W {àY ï%,ý&°Xj™Í–45ÈGë- Iù¨$ÇB|bkßÕð 4P½D÷çHH´ JfXì™àª®®á¯?×Ó.¾:Œk$i› èGEEÛ¶ïàhfG1|ˆjþ‚ÂB:´oGBBŠ~)a´öeâ1ä•VQXV?˼Ñ¢Ð*œÄ0?îÑš@_=¿íµ(¿®OwO‘ó à¯ýyŒlçH¬,;ÇÐ6‘õ–WØ¡m"X}È¢ÌÕ˜Ò ˜Ü5–uG,dX•ÉLZz!ÃÚDÐ2ÌÖQ¬9lÉ¿çD ~F=}’ÃX—nIÛy¼„òjý’Ã’Aöé 2ò,dðêC\Ô!šò*s-Ö¼«Уe(aþF·í~?-‹eûóxiJ'Bý-ÊÅúôBN–T1w|[R£è–„ ì–`§J«økN%6Ä—è ®êÏŠƒùªwíg[Ó&:€N&<ÀH‡A<0º5?íÊ¡@1^3†µbhjñ¡~è$øzû ®îϰ6$†ù1©K Z†9£'Š*Ù}¢„‘íÔ]Ýá£?cê”1z䂃ƒ6t0—M§_|åoîc³éÔ±11ÑnËêÚµ C$&&šqc,$Æÿ¾V)É´JI¦¿¾ªù»v¹€„„x|||2x !ÁÁ9’.ïС=ƒ °´å¢ÑÈ÷ÂWß|ÇeS§0jäpâãâ7ö"¯Ht5Œ6”>½{Éób~~…Ö ¾úú[n¼î:´oGPP7\ YYÇ8z4³^u5 xdC`ÑäßBÈïáÂEõئÜHj¬K},¸”ùÜ\à¥%—[O—úBÔfÍåªéyÒç‚Î˹wÇi$E%¥¥Xw ‡€€nnçÃ8ÔÖ†æŒÄøHVK.ç Ç:ÙKj“ºÚ*ˆC¾Ú,b•sžãÜiw¡—–\*24Q«®­‡W`ôÑÛ*šj5×@‹Ü:|0SC¨Â ·¸¨º$ÖÂìÆ^BHЊœ²CüXè>,†´?6ØXk›Œ’‘Qñ#ÐI:L ˶¯¿ü!]òf£ÊÛ”DŸÞ=Yµz ½{õ`Õ굤¶nåö…øÊË.eÁ[‹Ø±sS§L¦{·® *OL°åÚ¬6ùý¦“ }‹ 2òÕ­ ÷ç”r¼¨’¡ Wų`ù<Ù2 ,$×ìïöRclÏ*"6Ä©Ýc™öѪM‚­YEôÝ,ÃR#X}8ŸK»Ç²æp>CRÃiæÏÚ#\Ù3ž5‡ò韎ŸQ‡ŸQG—ø`VÎ'%2Õ‡ó¹ªW<5fÖ) mt kç3ºƒ{·¢´ŒB2òËIõ“Ý'ÒóËH‰ðw¨¯Ä±Bˆ —,Ú„r’5 ‹Õ‚Þ)Ù‘¼2z%†9ÌÜ=BÀÑ‚rÙÓ X*¶« }‹ ·òƒ%.Z‡A$„úy̧„‚ôŒ nºá:‡ôîݺðɧŸ;ìV×àÏ1VW>e1ÑQìÛg±†HO?JÏÝæ¶®].@AfVaa¡ªõfgg³ióV~ûýO9Íl6SàFÑ­ ÑQQÔT»g÷Ó32HmÝJ¶¾"5µ5éGe7eoú':: “¢?ÂÂB1T[ë/(,äíwÞeë¶íRV^Îøqc¼jG]ÆÒA¦ZÚÿÇŸËøþÇŸ9|$²²2L5꤆N§£m›T23³ê-OcÂÒV ™|,û8'Nœ”ÝáÀÒ‡tî䱌vmS™óÈC1ÿõ7Xüö^}AAU; Ý©cÞ|}^­ç !È8šÉ´›oP=îí½¤DtT”ËDGGSS£¾8âããCXh(f“Y‘? !DH.%b¢-„¹§ëO‰Î:ÅÊÕk˜4q<-_ÉÐÁ]b¢Ù°wß~>øðvïÙKIi)ÔԨץÓ鈌Œ ¦ºZîï믽º^íòÛ¼XS]ƒ‚cÙÇyöù—øß /;äË/(¤uƒ×~v`ÓtÊ…[¯°j!;lïÖÂö,tvQt6ÖRU_„#u£¨Q¥k‚£®£†ZI.·m=S·E¯kT¬ {¬Ï“@ úPgÅšKƒ††BS&4x€’C’!«eÕ‘-Îì—;æJî;»y+‹sœ›æõ–_|’¼’ãħcªñôÒmÆâŠh ¢¦?ƒ%.$÷V[n‹²ÔãùÑcyb‡øFaÔûb2×?^–·0úé‘LP}J`ŒT—®F˜èÚž6!©kuz½žÕ«6SUUÍË7þL€¯g…¼¹aøÐ!¼ýλÜ=ã.V¯YˈáCÝæzé%ôéÝ‹O>ÿ’‡™CÏÝyüÿUuQi 0™z7/Jí;EŸäPÙò `sæijÌ‚~ 7Èž--JÖöcE¬²’V©ÑûØ‘]ÄêCù m!“BCÛDòáæl*ªÍ¬>\Àô¡Éćú1e:•5fV.àšÞö*‡µ‰dõáþÕ¥{N–Ð7%Œ¢Š~Þˤ.-Øy¼˜'&Øã9##¿œûG¶æómÇùtóq®ëk‰¥f6ƒóîåJ„øYÚ½lFüµ+ºò;´ÖEcgBÌñ<Ù“ XÆ¢®V\ ®H’„¤Ó5ª®Py¿–$Ë6óJ×%gsÕ—qÇíÓM6T$IB¯¯›{wm¸÷þ‡h›Úš'ç>Fdd ÞXX§óz,W®Zü×Þ`ÖÌ»i“Úšªªj®¿éVç˜L&Ya=W×–7¢Cûv,|c~Î{ø¡Yèt:¦Ý|W]w3ß~ÿ£ìÚê Û¶ÿMHp°YZ!ÜÞõ½—Î7H’Ĩ‘ÃY¶|%ODzå+¹gƪysObúÝ3¹mÚMÜ6í&""¹iÚ^×e6›17rB«””«'//ŸÃ‡0í–i“Úšð°0 äw÷rcŒeÚÆM Сƒ‡Ÿ‹ªkj8pð0­SR¼’Çèc¤¬¬ŒÒZ,Ûk#xå|ux·JNJ$==Ã%®Ym°¹¢†††rËM×óÎ’÷(**òxNqq ö—NùW½¬²%I"1±%ûT=^ß{©!a0Z¬Psrs´\ç1=j$[·ncCÚFJJJèÕ«§êyÛÿÞAdd—OBRR"AAA^óª’$‘””ÈÞ½îcp¹•×ËkÕ†¤ÄDvìÜ]çzÎHؤç•s¢¨ÒÁí02ÐÈ–ÌÓä•V9ăZw¤€ü²j Ë«yeÙô:‰ ­DÖG›³yme‡O•‘UXîàªh‚åóÕÞ•lÚ&’wåPTQC'ë…ƒZ‡óÃÎrKª,¿t IàÕôO è—äüo¬>J–!ñµ’#üI ÷ã­5Gå]£}H dѺLmãÑBøv/• ËÍÈ@¹üî !,XeiãÀVáDyö÷Cœ*­¢¸¢†´tû8øõ\Ú-–çþ8Ì®ã%TÖ˜9[Êòy€%Ðü̯÷pè”ÅÍkj8öœ(añúLŠ+k8tªŒçÿ<Ì¥Ýc ösoÉwu¯>Ûzœ5‡ ¨¬1³ûD‰ì* –hm¢ItC”yÂUW\Æg_|ÍÊÕk¨¨¨`Ýú4>ýüK®»æª:—U\2y{÷ígéQRR‘#é¼òêkLž4‘à`÷– “'MäÀÁC,yïNŸ>MAa!ü¹Ì!öPC¢oŸÞÄÅÅòÌs/’›{м¼|ž{áeâãÜÆªƒ1üôóo”””°båjÖ(âCEFX®ë-[¶qüø *++]Êh豌ˆgó–m;–ͱìã¼±p‘Kž i)(,´ì@ùÚ FŽæ•<­R’‘$‰ï~ø‰œœ\V®Zã[-""œ]»÷PXxš'NªÊéMß8£G÷n$&%òô3Ï“}ü8eeålÙºÝ{özÝ?“'M$*2’w–,uHÏÏ/ ?¿€cDzùã¯eÜ9ã^üý¹ü²KòÙÏ+?î¿©—ü‹O>û‚­Û¶SUUÅ‘ô ¶nû¨ÿ½Ôðóõ¥eË~ýírrrÙºm;?ÿò[½Ës7¦­[Yž¯Ï¿8áÆ¸µ€ŽŒˆàøñlÚ¼…‚ÂBÞÿðcNæxOÀMž4‘¯¾ù–õÒ¨¬¬äÀƒ?~Âã9Þ\«Î¸òò©|þå×,[±’ŠŠ Ž?Á?ýⵜMÎ:ÓΉÊJï!„Ša‘Âq÷E!„“ÛŠ@ÉAu”nUäxÈf2&³fnÚ¡ø­zÅ5G7 U튥=¶Œ'ÌÉÒÁªl:^„3RŽÏ"***X¸h1Ò6̸1ñ¯‹'œk± çË8xÂùß÷hèñ©ªªâŠ«¯ç±G¢gîµŸÐØp˜ \xv[šT‡y×¹ÏCR#øxs6W.ÙJjto^Ñ£^âÊ^ñ,Z›É/{r¹e@"“º´ °¬š[>ü›‚²j:Åñæàg´¬]Ê-%§Ø²ñÂ_ûOÑ+1TŽ#°5«ˆŠj3ýS\­¶ gnE ã:Ec3~ìJqE Z…ÉuØ0¬M_m?!“Vƒ[GðѦl®·º:ædiZƒùµçu™ kcO;~º’Ý'Š©¨6ãkp]“½gD+®yo+—õˆ£}L /OéÄCßíe‰ öeDÛH”ƛӇ¦àcÐñÈû8UZEt uŒbxÛHŠ*kØu¼˜¼Ò*R£ˆ ñå­+»0oÅ–¦#"ÀȘŽÑÜ2À³µÅ…¢(®¬á•åGÈ)®¢s\Lü%ø¿±è †Bee%‹ß}Ÿ§þû‰-x`æ½r¬©ÆBl‹^›÷"¯¿±>ùŒð°0FÉ ×yŽƒÁüW^àµoñéç_`0IIN"µu+ÕØCg NÇËÏ?˼ù ¸åö;‘$½{õà¥çŸmPW0?__{øA^c!Ÿ}ñ}z÷dÈ òñ„„x†Ä£ÿ÷ñq±<2û˪†Ë+.ŸÊ¡ÃG¸iÚ¿‰ŽŽæ’É;ÛËûÑíwü‡ÓEÅtêØù¯¼ ÇHªMž11Ü3ã.Þ]úK?ø˜N;Эk¶mÿ[.âø±Ì}â¿\wÓ­Œ6„ûîù‹œÞô3$IâùgŸbÞüÜq×=TTVË ×]íõ®‰z½žÓï`æ¬ÙLRè8—_}=FƒÔÔÖ 8€›n¸‡ómç•;æByGDçôòŠ ^|ùUNæäÅ„qcéѽk½ï¥†ÆC³îãù—æqÍ ·œ”È…£Gb4ºßìÃÔÆØe7º IDAT´]Û6H’ÄèQ#X´ø=FîöüîݺrÝ5W1çñ§ñõõáÂQ#éÐ޽˺3&ŒKVÖ1™óz½žN;ëño®Ug 4€™÷Îà½÷?âégž'4$„öíÛ2zÔ·±ÆÎH–·güŽ,Ù (Ir°ð²UBñK²*¶ÏHÊùÖ¶ïêy"°ÅVb=¦¤¸,„6GWùÕŠ¤¸ž·:ä®×Ëù™¼Ñ×S©R’\ÎÅÓeçÚèC«2$U%'8¸áãzÉ¡†uë74 »!˜óøSøùú2í–ÉÍÉåégŸç†ë®ñ¸-oS–­ÛпŸê±óejkC]¶>>Wؽg¯Û6¸CcŒÏú i¼4o>-}ƒ¡nÁwÝÁÓøxBû·à:‹ WC딤 ò¨öpƒµ*õ"¸\Ÿf„ÙffS5ÂTEEá1¬ý¬Nå6&>^ù2ßmZD¯‹â ñîEL‡/zƒŽíæ2á⡘M‚ð Œ:—¼’Ò*N Ö~W>Z$³;ÓæiÐY¹çkŒÁUªÅ44ôË?Ï CûÖôîÛÅ騽=›6îdÏîCÄ„&2ïæóxåÑŠíÿM¯ž=εçc¤1ktªWno¥U&$ ±¨*kÌTÕ˜=Z%¯(«2à&ý¹ÀmŸì OR·Läty þ>:|8F” 445¬[ŸÆÿ^x‰¯>û¨ÑcŽU[7*¨/Yw¾có–­tëêýæ8]/¾ƒ ØTô>~è >H_$Þ¢«XÇÊfÅ¥êq¢ Uì 6åFùÛù%ì:Œ$/ÑZ 6™PÃBºyxE’u'{ÙAÏRŠÃÛM½¹*¯´³†…M·sÖïdÑA §L*žŒ óÁ‚hßþìÙ³—¥KÞÆßߟ˜èh¦Ý|#|ü ]8ªÑw ;8Æ¡64‡6¸C]Ú¶>m#û÷ð¸‹Êª5kЯz½îÜ÷›ubv!¢ìs·ƒ—Ëݦ¾ðäåÌXIÎ¥ —ïB‘$Y-l¢¦z¥ý°e1 5zí+¨ÁTc 2ÙÀ²?70lD_ J¡“t„$ ×ÙÂÙâN.ÃCù6Åyfa¢ìD„K˜j¿7M5fZ¶ aß¾#ôÐ “¼›’õ1/?ý°’‚‚Óù†òòM?5ºLšÔvô5èT­£ššÁ‹»è ¹® ü¯Aƒ ÍËV¬däˆág%¨þ?•Ü:#È1K¬º„0ƒäøütKp¹¼â* .çÌNyœ“|ä_r‚g¢Ir ÖÌ —=¿ÎPu_”³{"©ÎAq¼•åÜǪí³zÍZºv½???9­wïžœ<™CzFÆ9—¯!â%kù¢ Íué§¼¼<Ò3Žº=^]]͆ 4°Ó—ó­!Þ=Í×ÞT©fÊj#¼„3]¥üíüÝ©XëÿMéº<]–@Ø6Ä «5E<L€ ¾U'rrØ”¶I’0 3y¥™ä—s[J} ¿’Š|"#¢Ù»ñT=ήÚQ]iâßÖa“\’  ¿ˆO>ú‘‚‚ÓDÆóÆí+‚ðkР¡áa‚Åë39|ªŒj“à÷½§È*¬ wRûçiРACSEyy9ËW¬b”5&áæ‡M—P{V¬;îXîlyäE|Z› ƒdÕŽ õJžF²#q+ 0;œgp:~^AW]Oq÷6 3 A£ÄæjJJ¢;œÌÉ!>.ÎAÖ À@‚‚‚ÈÉÉ%9)éJ×08Æ¡v4‡6¨£NãcµbrwÎÖmÛèÖµKÓwÉ>a ,ÁÝJèÖ´Kw“ŸGHm…Å™ò²Ò\MÈŠ3=wq©AµÄã²Á¾Äd¦ ð¡ÏèdV}{ŠŠJ†ïƒÙl¦ÆTENñ| ú†cÔûQß ñ–´ ´ê4‰‰±¬\žF»^’—òžüƒ DÆûsüx’$aÐëYµr3¤#IÝ“‡óÀ%¯5º<£ï k¼ÌÙßyxYÃÙÅ›«:üž²Èý®œi÷7nL- 4h8ÛX¾ba¡!çEÈ•,Þõ•$“…C‘Âlµ’-¸$Bg§[ä|ûù]ÅV¶â˜­^kl\¡ŠEyš¢|{õ’ƒzl©Ên%&D•9ÓB” [=Ows÷ÂYLÚäl Ž&¦d« ¨¨˜”ä$œe  ¸¸Ø%ýüÄù߆¦Æ×4,Ü7Ná° SiY)UUÕÈir€Ð5ëÖÓ¯_k,.Á› ßá;ŸÄŶàí7Ï‚ò¯œÛl±äÈ@˜‘WNœ‰.wù¡cyb[¾&|­Øù%FßúY!™©Âè§§Ëàv­ËâtQ Æ÷!$$³YPYSFEu ½/þÆ | þt¾H’NîWçî±t­„Ù\CYÕiªLT›*ä£]»wd×ÚÃtêU/™ëS ±C;Vå°rÅ&Že¤ººI’˜ÔëV®rw£Ë ¡vhD† 4hø§`ÜØ‹7ö¢s-†OJý@ «$d[6›]%̇š‹¢Ò%Ñ9ø‡BÅ‚¿ ÁHª/©Ð9B( lïê’£fuæÁjÁ_évSÓ<ä “ˆF1e;ˆ‰àà ÊË+\d-+/#88ø¼hCmhmhÎð4>EE%\wÓ­.éÊ´ûîù#† ¥Ædbýú4î™q—\æ5W]É¥S&»-_§ÓëÃÙêJŽ6/,¡ò°Arþ!ðÈJ) /5¢K8ýuS¹FÒt°ùðr$ Æú»Ú™…‰Èx’Ú‡’¹ï4_|ö+}ûu¡m»||Œ€“¹š’ÊDE> ÐëŒô>è%#:ëæ6bÑd®¡ÊTŽÉ\m!ÃBкuK6oÚ©&}Ã,%yDx ?t:‰Œt‹ f o0·Ž~’~íÎ D4hРAƒ 4œM(}íiöàïÖc6KXta;UR\B…Oñ`Ää É8,ÔÛÈ:‰ƒŽd%ß${¨z»‡žB,éLI®†~wo4õA´ŒZm$X=k<Ø•è¨h²Ÿpµ¤¤”â⢢¢Î‹6Ô­ MžÚÄw_Ùwøûù×ßÙ²u<4Ë¥Œ;vRc2Ñ­[W¹ÌÀÀê]ƒA6ËU|·­]¨‘Zª") .¥KSfçÅÛCÇ9¾³)0–åc­) ¸¼€jSá-üêhq¦ž9å‚P¹¯ˆ-›w³iãNîI«V-1tÖ.²¬`™…‰ªšr Ü}-nb\úÊŽÕ9ôÑ¢ÑÉT èÐ7Š=NÑ1¾]¾¤q+Ô Aƒ 4hÐp^CXÿÙ™ÕJ©kØö;´ÿ•ÏW¾àÚ&Ë^Çn&Üq>ÂÉ'Rù.¯p‰”ÿ’KV›Hõ_o>JÐx~3êÝAç |ÝXŸAû³ýï”——Ëi›6o!.6–Ä– ç\¾† ~®åkˆ64gÔ©Ÿ„e~P;¶fízúöé…Ñ`h¢ã£NF I $áxØ™‹·/™¸–£,ÚaGaŸåõÉévKd¹N!?2šÎ5yôÔ„€Ø” :<ùèGV,ß„©ÆÔ k-f³™ Ç ¢8¿ŠSÇÊéyi‡k.€#¹»·2 4hРAƒ ç5lš…$ÿ²ü6‚Kmb[”w ¿bÓìe=£ .g=E>ªü+\£®8Hoù+Éz”Ò¹RÔ“äjŒöÆ÷èpFÐéÎ5qâͧMjkÚ·kËüor*/½ûö±déûLµºxkù‚€h¨zÌf3/¿ú«V¯=ëmhΨS_ÙLQÒM&ëÓÒØ¿ß9¹Æ<´NñWBù(±¯tà:ÿ8^Ê _™ÙùA ›½®sÁÎE)äMŒèÚµ€ˆ8ÿ:œå¹oÌ&Ah´¯ü{Dç©!8šžÍÇýÈ—ŸÿÎæ»0›Ì úzá÷õõ! Àkr©(©©WuÁ(ïOEu' 3½> 4hРAƒ ÍvbI~ëuòÄæÈ(9ê ªöBB(ˆ,!—ã^»P‹Û"a ´¥¨D²ë0ÎxJ)-eÔÝ]ñ¼%¸”–.N£ _ÛyB^<0óÞY²”û|˜à`.»t #†=oä¯ Õ“Éă‡\v£<h.c¡†º´-&:š¶mÛ¸œ³k÷*+*é®pUl:°­h8˜LYö a}p¸/ÆV†ò! ¹æ±Ám/»žã5 ¤üƒQBWo›c׆–œ®&k_1Hð—½Oû„Üzá\ŽäìfíÞŸøyëûìÞ};÷Lxx(1-"II‰'$4“ÉŒÙìÝ.Œã' ãóÏ~a×ÚSô©¦~»7z! ¥K¹ÇÊÙzd%ãz\×huý!„à%KùöûÑét<0ónèÙlF§Ó5©I›+–~ðÒ6ñú«/kQ4hРAƒ†f›bÓEì.‰* ëî^u”aQ„P¡\œ—ÏÕ¸g7kºS9EZÎAߪÉu¶.['58œMœÓ°¦&§l«Ã××—;ÿíÜû|‘Ý4T[t:ó_~¡AËÔP·¾ìÞ­«*‘Õ¶M* ß| £ÑØtÇFžø­?–]C$¹¥|–ÅyQdrµí§3÷¥êÙtp,ï~Þ>¦T&¿*Jjؾü$H0óâ×hŸÐC>Ö*¦­b:qÍÐûÙ{lk÷þÈŽ£ëÉÌÌ$##›õë¶Hl\4QQaøùùà€/~~–Nç(ƒNÒJ~Þim˧U—0ï•òÁ`”øaÓäj`ì?p¥|ijO?A÷n]1 ìØ¹‹éwÏdÙï?¡×ëϵˆ4hРAƒ u€ÖNoÑnµd@2Û=A$T<mEºè(JbËÑR>.ë.ndq£#yOr­EJgŸÏº@Mséd÷F@“U¶ÿahãÐÚà 1>F£±i\à`Y%)¼ÄåíqÁîɈù ¡²èîÁ¢RŽ–«N2˜Q_,Q¤y´*;KØqt=B@L’çÍ,ð`áf=\QRCÚ¯ÇÑét`Ä…ãøòÓ¹qÚí<8ë>†À‰“9\~Õu<üàýŒs!DzsÕµ7òé‡ïQYUÅ /Í#==ƒêš:wêÀ¬ûî!..–#GÒyæ¹¹þÚ«Y¸h1¥¥e|ñé”—W°àÍ…¬]·êš èÇô;o'((È¡½&“‰IS.¯“ü”••{Õ‡4hРACs…ųD(Ô »Ë¢}‡Eû{¶¼®ÐMdÕE™®ˆ•% áb„å²ë»ÃAÅ_‡E[‘Åí·Þ̘‹FSS]CfVf!˜ùÀl""ÂyýÕ—ÐëõÌ›¿€÷Íâý%osÑ…£ð÷÷ç/¼Ìß|.—Ù¿_wÅýû±nÝ™TZ·~:IbÃÆM2©´nýÚ¶I%..–ÒÒRn¼þ:´oGM‰9?Å›o¿Ããs`ï¾ý|ùõ·<ôÀL¢"#‘$‰gž{ŠŠ Þxýôz=O>ý,ó¼Åìf:´Y¯××Yžƒ‡óðcóèìèÛ§7i71gîS¼ûΛ$¶l©Ú·YYǸêŠË¸ïžélÙ²_™Oll z÷êé¶ Þ|›5ëÖ3瑇h™Ï×ßþÀŒ{-ýݲeYYÇx`ö£\wÍ•üßc“ž‘Á'Ÿ~áõx›Ífî›5›–ññ¼6ï%üýýØ»w?ËPoûPƒ 4hhÖp!š,ʆҦËF^©y:­“;8¡ÈËæ†X¶Œ:{¡ît9x½ÒT u}HyL¢–Ý„àRþõ”ÍÙ¹ÓË*¼¶àªcgˆ³µ»à?ýÓÆáŸÐ†bÛ¶‰Ùöyò’ÓÓAIHŠ9L²>5®ÎðÊ}ÑM>U7ösÏr}²ú%NžÎ$¬…_-—ó“ÍžWoØòÇ 2÷Ÿ&.,…%Ó76Á¥*‰¤C¯3`°~ô:’¤“_Æt¿†ËL§²¬†«r‘t ÛÏBXvp4™á1äçHΞ­ã|FqI1f³™^={NLL4½zZb²mܸ™£™Y<öðƒÄÇÅÑ"&†ÙÜOÞ©<Ö®ÛP§zÀÚõi˜­÷þºu˜tñ6nÜ,oX°vÝ@`` ½{õ$((ˆ°°P† Ì¡ÃGÊœûØl:uì@LL4yyù¬X¹š™÷Ì EL Q‘‘\>u «×¬U¯ê*Ï7ßýÀÈÃ>lþ 6„””dÒ6nvÛæ .èÌèQ#ˆ‹câ„qŒ>”ïøÙmJËÊøúÛï¹ïîÿйSGBCC¹ñúkèØ¡=_~ý-ßÿø3ڷ㦮#!>ŽAúÓ§wO¯Ç!mã&Nœ8Áì‡î'!>ŽˆðpÙÕ´®}¨Aƒ 44[8½Ž Å»´³JâÎîJ’Ã8P¬°ÜŠwöÚ^‡=Åiw§ÛOçŒàRþö²Ð3©».ï'ÎÔc!À?€òŠ ü|}kϬ¡Þ¨¨¨$ Àßíñóa¼iCee%¾M¸ •µ´ÁšÃøx •Õ=ø<’ý¡¢T²$ÛŽŠÎnéf»*¦«Â5ɳ|µšxUü¼íC„YÚ5ÌË3Ö[:‰Ü¬2öoɧ¦ÒÌÕCîãâÞ·4Ž uÄ%ýþÍá“»ØthGv’Ú5 S¬Ô<Á^NrÇN-â‹uó™õ¯õ.Ñd2Q^^NyyåTT”S]]ƒÉTc¹ÄÌ–&Ia½^Á`À`0 Óë1è øùùáçïO@@þþ pOÕq±±Œ6”÷ÞÏØ‹.ä²K/!!Áâ¶šž‘AjëV„„Ø]cƒƒƒHMmMzÆQ†äu=}ûô¦¤¸˜ýû’’̶¿wðɃ3Y¶b{÷í'%9™íÛÿ–7|©©©áý?aõÚuœ8q‚ÒÒ2âb[8”© jŸ}ü8W^sƒÃË¢YÌf³KüºÊ“ͦÍ[ùí÷?å2Ìf3ýúxÝíÛ¶å—ß~wÛ†cDz1™LtëÖÅ!O÷n]Ù»oGÒ±C{¯ëtFFF&­RRdË-%êÚ‡4hРAC³…êk¨äà†h3¸òh<%»JVÏk^Q¦“,D—-±ÎB:Ys¡¨Ï¡ H ÉÕàWp&m®Oµ®¾gˆ¤¤–dfeޤɉó••ä”ä>°rS‡ºµ!¬ ·¡ÐcÜ¡9ŒO­P¸)º³]€ÝuQ²º. Û×ó!ÔŸ:òa5Ÿw!\Ævcç󺟪ê ÚõŒÄà«ó0¯;’{’5Õ‚½›ó8™YJth<³¯\H|D«³!¶×˜9i>÷¿w1»£×K$w­£;¦;ØË‹ö' ؇ƒ'vx<Ãl6SYYIuu5UU•TTTP^VNYY)õ–Äd2QUU%ÿ6”•­›DøàïïOL‹ „_ ’$1wÎÃlÜ´™/¿þ–n¹ë¯½Šë¯½Úò§rH’„^ïÙàÝþôêÙƒuë7—ŸOÛ6©D„‡Ó¯oo6¤mâT^‘‘¤¶¶\—¯¿±»vs÷ô;ˆ‹e}ÚF>úøS·åðÿì½y¼eGU÷ý«Ó·çNw’ÎÐIHwBæyNp™eáœQ„>òðŠÌAx@DyxdV‰‚(&Ì!@HH‚ ™{Jwß³Þ?ö®Ú«V­ª]ûœ{û½¾ùÜœsö®iï]gŸ^¿ý«ªO~ìÃÑUsÕžƒ6„'=ñ xγž1è¸9ûfg1*E^ ‰sîœÃhÔäÏŽ§s ƒÔk ?‡†a†qÀ‰FãvࢋþÕuw9&Ž…gH^ø%P;…‹ÕJ)¶Õ§kÊNÿ…9¯WqÐåä•÷fÉ(”$Isîä:äC×_ÿìܵsNË6Ö­[‹­[Å!’M³Ø¯Ãr 9–ó±5¸²øÄð“ÐËW ýÐÆ¢óϲ‡æ¾–­7ØX›·ãNé"8È…„÷{g÷àKWÿ Ö®›Á1'mèq9ÅCAo½i¾ñ¹[±bÆá„ß}Ì¥óÞÞIù‹§}¿ýŽŸÁµß¸»wÎâä ÁÜŒ’š°ûöqäÖ¸þÛ·ã–;oÄÆÕ‡bÏ޽صs'vìØíÛ·c÷î]s>4k4Z™™X³f 6nÜ„ƒ9ëÖ­ËŠ ûç.¾èB\|Ñ…øìçþò§/Ãã÷XlÛv,®¹ö:lß¾=L<¾cçN\síuxÊ“©·Ü1¸¤ó“?ñcøèÇ?‰Ûn¿# ‘û±K.Æ?ôaÜrë­¸ÿOþD8'_üÒåxêSž„³Ï:0Óã"ÚräXµj¾ñÍ+ÜW} iÏÖ­Çâò+¾\UnŽ«¾ýmœpüqÙý÷9æhŒF#|íëßÄ…œ¶ýßÄ)§œÚñÍ+óÃmW®Z‰m^¿>†|ì}ŽÁ÷¯¿^uBOr Ã0 cùÃE#6Á9Åù(>ìp]x¡ \ÔXñÿæp^ø¢vD n4bè úh,hu~³™x:jþÁ¶ýþÆ-)p”¡Š$&… ûµú"7»ÿ…Aô…¸û[˜!‹_øÎ'±o¼gÞo‹"p¥O,ˆ€íwìÁ×?w+f÷±aíF¼ê©ÿ‡tø~kó¤¼îéŸÄóÞþÓøáu7cû]{pÞƒŽìÏÔØöaäVl>z=®»òV¼õc/ÃOŸð+S—­Ñ8V`óa‡áÈ#·,È0ÄZÆã1.û·ÏàüóÎÅŠÑ×]÷=¬Y³«W­ÂÅ]ˆ£ŽÚ‚ÿõç¯Æo?ï70ð†7½Ç}îW¦·ùÐCW\ñl=ö>8ôÐÆ•ú?þcxÍëÞˆþÏÿàõ¯y€fØà+^ù*ÜxÓMxÙKþ$”q衇àß>óYÜïâ‹pÓÍ7ãýüZ—gÍš5xÌ£‰×¼þR¼øE€ûnøÁ¸éæ›Ãäò’!íyìÏ= ïûûâï|7÷ØGcL„Ë/ÿ2.¼à||ð&µü«®ú6®¿þqÄá¸ìß>‹ÿüüáÍ—¾.{ ëׯÇÏ=êxíë/ÅK^üG8昣ñù¾uÕ·ñ'ôû€Ÿ{Ô#ðÁø?xßß~Ô#°}ûv\ù­«BÇ· Î9üãG?އ<è¸êÛß‰æ »äâ‹°qãF¼áÒ7㙿ötŒF_þÊ×pÉ%õžÃ[oý^óº7âןñtüqÅëa†aËmh\Fà‚I(D"Þ<š#šÀ‹[\” ‚—s3´ŒÇø§Ç;!|‘q…ÍD‰§báçq‰ÐFù$bWË"kºaË?˜½°Î‡ŸˆÞ‘K.ÄO=ò… spE.'íÇÒ° òÊÁåù§¯¼ã1aÍzÍÍâ…¹¦õ×~íNÜ|ÝvÌîkæÑùÅ3ÿGo<ß½ò¸ÑuX1aÓ¦M8äCqÐÆXµjÕþ<”*^û´Oà…ï|~tÇMøÒ§nÆEŸvÕE>dqF£¸æö+ðО–þaBœsؼù0l9ê(¬]»£Ñ°á| Å]wßO~ê_ðÆKß‚í;v`ë±÷ÁË^òÇaÈäk_õJ¼þ‰_{ÖsáÜ^p^óªWï˜cŽÆ~ò'ð'/yŽ>j þ*µšî IDATø~'Ÿt"6o>§žz n¿ã·m+€fޝÓN;ßûÞ÷qÖ™g„2^øüßÄÿúóWãŸôTœxâ xð€O|òŸŠÇòìg=«V­ÂK_þ ÜvÛí8lóf<ô!ÌŠ\CÚ³yó¡xãëþ—þåÿÆû?ðAÌ̬ÄqÛ¶â„ûŸ¹F£^þŠÿßÿþõ8öØûàå/}1N>éÄâ1<ï7ž·¿ã]xñK_Ž»ïº'Ÿ|þò¯ÅG4õÖ­Çâ%ú"¼ú5oÀ[ÿê8öØûà”“OÂ=÷lyÄøíßú üÍ»Þw½û½8ý´SqÎÙgá+_ý`ff¯}Õ+ñÚ7\Š'ÿò¯b4á„û‡“N:GuTñÞsÏ=¸òªoã¶Ûï0‘Ë0 Ã8`#<Â眃Š+‰4ñPBÇ)×NÉ.^¶ck`…§ú Ã\[¬¢bŸ1;wôùÏœƒ¸fˆJTYÙ4Ã2£t3ÆΛ:Dسý‡¸ú‹ï™¼>Ã0 Á)ü5¬Ùt40pìFž¿·9ŠŸXø÷ÁÝUrq%…1—Ü=YãY1žÝ šÝƒ{ï¼ßýÏ >æiyýG~ÿuͧ°õÔM8þÌMp̱ìF·Ý´ßûƸçŽ{1;;ð³'ý:NÙ|VŒf@=¿E£Ñ 8‡ \¸vùbùT ?‘\³J"; “®ó‰×];AðÌ)¿cr’váÃßz®¿ëJ¬Y?ƒ vÔÄ?έ0‚9\ý•[qãwïÄoÞï-õ,¦\bÕªU8úèc°qÓ&¬Y³fÁ‡~õk_ +# ËK_þ lÚ´ /ø­ß˜—òÇD¸w÷îEí4 Ã0Œ…äò+¾ŒsÎ>»:ýÙ~Öo9+V®Æhå¸+áF£ößÅ:Lîß|c8Œ”y‹‘+Daf¨äßé Eꔲ(FJ Ô ^˜Y”סͷLaží¬†aÌ1|b÷>3–:MBÈjoØÝèøÊ{)%:Ò†DêÍÂÜ¿uå7q÷Ýwã‚ÍÆç¯þ¾åøÞ7ïÄÚ 3˜Y9Âì,a÷ö}Ø7»c·Gm8ýpœqÄO‚ЊL÷óñx@31ú|À²ZúïàSW¿߸åsøïOÝŒsxV®¾Â[3Ùç,œÆ„#·„¾s;®¼å?pÖ¨:Gž•+Wâˆ#ÄæÍ‡™À`,#ç¬ÿ†aÆ|„6!¼ãEåƒrä£<ÂÒ…¸¢´è.&NÍÃëTàòe¹VÄ’»» ^àŠ2SW÷”KÍ£ÀU\¬//Z[œhA8q ˆq  ¾•BOV_ ¿•0Kpt³ ¿eÊý5rwU¶qŽX¹r%Ö­[]»Gø•ó^Ï\÷^ܶë&ìÚ}Æ{V`ÝÌlÞt(¶m:çlyÖ¯Ú„½³÷bLó#VíoÆ4ÆÃO|VϬÃå7ý¾ø©›qþC¶`톡?Ñ„fòù•€ ¯†sŸ¿áÿà¬#ªê‡oÃAᘣÁÁÌ\y†a†a"Òô“Lö„0wo3”É|[òÁ¹Ÿ[«-—‹QÝ”À4n÷·-?T‘Ú:\Ï藮ʦM9]Ž)D®Åëàòät2sq†1ïHÓTyZ.‘µ›£‹Ïè8ÈÁÅ…®Ð ü`±«…æÄ“Nï÷ìÙƒsO½îºóìݽcÚ‡ÙÙ}Ø7»cöÎÞ»PM7Æ4‹ŸÚöK8rýqøÔ5oÇÿS#t­ß´rP9M/Á9‡m§Šï}ëGص÷n¬™ÙÍ·zõjœrêiæš1 Ã0 Ã8 ñª=8gSmE+ 9½‡”‡í|ñ£)…ËóÇ£\ì-p‹\ûIࢠ÷M”=—Í9bE/|€gÆ2Æßu'¹m2«ù÷ÔC’x¼ü_Û7ØóC¶Àó-­Zµ [¶lÁ–-[¢íD„]»vaÇŽí¸÷Þ{±jå*¬^½ccvv³ûf1;cvß^ìÛ·¯yßng1;;æÐšW-{/pÊa—`ëÁgàmÿý\ñé✇­XJ;OŽ>ñ`|ÿªÛqÇî[pÔ]ä:ꨣ±uÛ¶¹9ã€â¥/~ÑB7Á0 Ã0Œ©(üÛŸ:e«qZIQ‹Í˦…Êý›Z>x÷[]ä ðÎ.÷„aŽmœÒE4®÷+ŽŽ&¹ös 0aÀU;ÚqÄ5†a,G´áŠ@Ù,à3<;/¼ØåÔâã¼À%Ÿ´ûØ [cïîZœ7EçÖ­[‡uëÖÍY™a-öÊÿî½w7víÚ…];waçÎعs'öíÛ7gõçX;³Ï¾è øË/þ&¾úÙ[p⹇àè Öî>ˆöÁ¹æç}f¦qt]qÓ§ðs§>³ã®ýn4Ây燕+ßÊ“†a†aÆ|"\TN)~"wBX‹Ù±€±kçðе;w[ä)`l8"“ÉBŒÓ•ÃæñŠÄ®N eûr†ÏÉ54ø™GÀÄss¹°š¢º—¹¹`n.Ã0æî:+„¯´è +Ö”ýhùFøŒãtÈâ;¹ö'áiPæ˜W­Z…ƒÚ˜lŸÅ¾}û°wï^ìÛ·;wì "Ø®]»æ¤m«V¬Ås.¾o»ü…øÎ·cvß[OÛ„ñlíïUs­G+œ¾õ£/àQÔ­€·jÕ*œ{Þù ¾R¢a†a†±¸0½ 99- ›CË \Q,ÃG8–Ë—ÃD¯0Æ‘•'›ÒÆ+M]M*é#Œƒ«Œ¸Þ&‹Á ‘k®PõP¡‹h "¡¿›Íþ‘oÆÜâ]ØâŽ® áËÿXx'—#®qå‹ð‰Zû°ºüUø¥0jY±bV¬XÕ«›a„OÒ>;;Û8ÀvíÄî]»°cÇìܵ {÷ìTÏêkñì ߀·^þB\ý•;8l=u#ÆUŽ®1€f…ƃX‡[nÚƒ[w\ÃÖÝpÖÙç˜Àe†a†q b 9¥K@|ˆƲÑGçô¢¶H7FÐrœ’ÕQ77_±1žde,Ú,‡-vªE®¸8UbWº?ïæZó°†q€ ‡±WÞ*¹Ð%)MÉØýÉŠý{±ÝD9aÅŠذa6(s`Ý~ûí¸õ–ÿÁöíÛ«†>ÎŒVâéç½o¿ü÷qÍWïÀŠ•GŸŸ@Þ×^>jÛFÜvóvܶó&¶î>X±bff¦\\Ù0 Ã0 ÃXºD£ÚrOß…V,TqÚÎÁ…0]J3tÐ1ÇU·=”-¾6`4çV4ã}ܾœ’S±Ö×Ò¸|ÖæUÀ€ý>ϘaËžæfßþI1›ªø“‘¢dÕ X䷱𓙱˜‚æ(ÞçJ,LôŸw=ôPœrêi¸à‹pÚég`õêÕ½Žªµ3áÎø=`4Æw¯¸;ï®™¬{âµùèõnÝyFn„ÑhÅta†a†a,}´çà ü鼈Ú¿x:/þ¢ÇëŽ=°'fÈò./jÿ \“Œ<蹉Àå™8óó®^„™ ØcâQ‰shQ¤xÕC톋ž‹.¿‘¥—í0ö7nĹç /ºëׯ/¦Ý²á<ê”ç‚0ÆŸ¾¹wn.¾w´b„+vì¹#LÔÏ Ã0 Ã0Œe…X®âx4£dT ôÒ©YÔÊ?¦óg5®-êÚà÷±ÙVüV"6T1{ lîbT9¹jY JQþîDNur†aÌ/Âz¥A=û#co¼E>Ý(Êá$'¨M(´S1pæYgãüó/P'ºo œ²ù\pôÃA\þÏ?ìy²_G7rؽo;œs˜³¶†a†aKoºJG…8ñOÉžxÆ"u1jçéâÏÞ é(—¨:Ö–fSf.a6ç¡(r tö£xÔ»Ä}yŸM9cÆþBÞ’ÛÏàûQ'tñ'/ÑÊ‹êŒZv3\l¬\µ §ŸqÎ9÷<~øÉþ1Íâþ[3£ìÚ±·Ü°£ú7ˆpÐêÍÓãqÅ1Ã0 Ã0 cYÒ„,~ˆF…”2²ÉíNÇdÿ°Ý«k>Y˜I¥ T˜ËK­› •äúO‘¹©À55K©­†a,e¨gŽ­@1Yêàj 6iÒGYød^”«Ï\‹…5kÖà¾'œ€³Ï9'ÆèÜO?ïÏG¸òó?½»ú]YD„ñ,aãêÍÁò}Ï=wÏKÛ Ã0 Ã0ŒEŒ„’ù|(ÈÅ]´7ÞÏ‹f¤0éß 8¸ÚØ„œ_K¾]™.*ø ² @íŸ"r-KFwÝûnúýÙÃX\<ü‘Á#óxÜvûíɾ?xÑ‹ñ×ó®há£ÿ~ç÷ÿþù'àéÏ|6^ýº7àöÛïˆÒ½÷}?ìáïgõXüÆo½_ýÚד4²Ïüçðà‡=/ÿ³WÎÁ‘.švéKò÷D&T¼×·}ïbW\‹‹Å-9Wxê( 3’µk×áÌ³ÎÆ)§ž†µk׆íëV„Ÿ>áWàV¾þï·ªyûy¿î›·av<‹#7úËš5kÕ|†a†aÆ2†9¨(Lcâ_ Å#í‹ççÛj_y\áx&1/‹sê.Ǧ›ïæT1ÂE ¯…O/D®%$pU«Té„iU 5Æ2gß¾}xëÛþº7áÏ^ù*üí»ß‹‡>äAxýk^…çüú3±{÷n<ë¹ÏÃÕ×\¥?ñ„ûâýïyÞ÷wïÄÿ~Ópî¹çàE/~i$¨­^½ üЇqçw&u½ãïÂêÕ«ææ ˜ÂïCr¿O3I±Þÿ ¸V¸ò?B‹ž’ð ïýdó~—hYò´ÅX,|ðÁ8ûœsqæYgcffpæá÷Ç}9;îÙƒ+.ûŸ$aŒ1íÆì¾Ý¸áÛ·ŽpìÆSkÖ®ÅÊ•+÷ë1†a†a‹‹Î€Eíóïö5ÒN¼pEÑ^]xâ‚«+Ô¿ñÚ©2œލ·‡ÚBÃX¢HÍ!.ЉãàM`"׸<ÕssåÓ™£Ë8PùÅ_xþùÓ—áëßøf1Ýeÿú\ñå¯àÍ—¾?ûð‡á¾Ç‡‹/º/úƒßÃøSxÝ.mo~ +W®Äᇆ#?Û¶mÅ3žþ4¬Y³_ýê×Bšã;'x"þî}Õõ¯Ÿù,î¸óN<àþ?9§Çºà÷ýèá†FЬÄ#Ž ]QpséN.ž·Íç×ä ÉôÊ+Y ÀúõëqÁ…á¼óχ9<öÔฃÏÂŽ;÷àó¹Ûoß7rí?@{÷Œñ…ß"à‘'=;< ;ýôÓøH Ã0 Ã0Œ…ƒÚ¡i8â§Añâ.îÃÿlÜ Q!l‰‚áã.Ñ–ntŠOÃ]]Ú¼Æi´Â·Œ25XJávÙÚ=Â-ggy&úàáozsq"ê¿{ïûñ„Çÿ<=ôh»sO}Ê“pÝ÷¾¯0Kâë1_ÚÕOÚSðÿñ£¸å–f¸Õìì,þæ]ïÆ“é‰X³zÍ4‡¶hÐn/ê])wŠ4.m~.ùYóŽ1OÇÕ¬vx¤Ý—«V­ÆE_‚­Û¶â±§>çnyvîÞ‰Ë/»ÿþ¡ðŸ¹ÿù7âó¹÷Þ{/~ü>?S»D„SO;+W.§¤a†a†1”nÕBM ‰]\ñ_<íŠ6*D>G³}~H£ScÇcß0ç’ñ*aþ­ìÑ£%/pM1É–¹¸Œg=óWqãM7ã#û¸ºïÞ½øþõ×ãÜsÎV÷´aN¸ïñ¸æÚk“}D„{¶oÇ»ÞýИp¿‹/ŽöŸ{ÎÙ8ëÌ3ð®w¿ðÏŸ¾ »víÆ£ù³SÕ"!³ÚPy'Mš·î-ïðS4ƉµZ”^°»(…Ý—GnÙ‚‹.¾¿ö—à…ø+<æ´çáÌÀCVƒÃW‡‹ŽùY<õœ—á’c…Ñh„³Î>›6mZèf†a†a s‰âz@lœHä¶rÑÔ(üIºœôUbb7YîÕ—Îß{I̱-þqÿLñ("¡Àå1µÊ0&bóæÍøå§< ýŽwáx6mÚí¿õÖˆ°yó¡Å2nþa7'з®ú6ü°G„Ïgy&^ó¯Ä† 듼OÚSñÛ¿óûxüã‹wýí{ð”'?«V-—I´,n,Ni.]½ Äwùh®.?Wj2Î׎Á°vRœzßí Áh4ÂæÃÅþ@\2{l¿g;víØ…{wß‹Ýûvcä€C=‡vøB7Õ0 Ã0 ÃXDc„ÇÜmŒ@µº ±˜ÁÅñC;†‡}¢‚ÒØÄhUFCéU‡(( k¨¼¢¬®¨±|CâÒ¡a€<þç‹MoÂÛßñÎdßæÍ›áœÃwÜ©äl¸ýö;päá]í'žÇÛÞ‚uëÖá‘?ûp·m›š÷Ì3NÇ矇ßûÃa<ã?óðéh± „-Wó£!ží_þ‡Áÿ<ùù¹z¬B”B"½‹\^)^ðʉ[!ò¡1ƺX®Ù_!r-!Ë]†1˜™™<ï¹ÏÆÇ>ñI|ç»WGûV¯^…cŽ9ßÈLN¿s×.\{Ýu8þøãÂ6?ñü¶m[ñËÿÏ“ðÖ·ÿ5vîÚ•­ÿéO{ Ö¯[_ý•_^ž+¾Mø£—!?ºHÜâ³iuUAÁûa•”8» Ã0 Ã0 ÃX†´óòN› «[T+ŽDük´B"•‘(¾¨f%Ûýãnú—nEù.mw&¯'PŸÈµ„.Ã0&æ¢ /ÀOüØýð†Kÿ2™„þÉOüE¼ïÿ€»ï¾;É÷Þ÷ý=Ž>j .¼à|µÜÇýüc°vÍZ¼ûïÞ›­ûÔSNÁ;ÿú­xØO?dºƒXlpiü/BfBÈιş— \1Ì"É,dö°À0 Ã0 Ã0–7^àšJòK/ºöa¼xÈOl¾¬dÒz碸)|ŒF—81ß±‹Ÿçw*¹’ȵD. Ð c"žóìgâêk®Å×…këá{(N;õ<ç7ÿrÙ¿âúnÀ—¿òU¼êÕ¯ÃG?þ ¼ðùÏËNR833ƒç<ëøà‡>ŒüàÆýq‹>AcUâÊ[°¶&âà»`f¼a†a†aˈ n9ö¹7CL²º"…m[ "îi©håFÿšÎ~¯U&—vlËhÊuAðr¥9¹–rcCm cŽÚ²Ozâ°gÏžh»sÿïŸþ1žð ÃG?ö <÷y/ÀëÞð&o{ó›pÊ)'Ëý±û]‚sÎ> ozË[ç³ù‹¾²bûH¡›kÅxb0ædÒxmrzÃ0 Ã0 Ã0–>rúÞÜ¿û)±IuŒYœãWÉZX¹ ä;×VºÆÔ´+íðÅVÁ¢.Òiêd“ص Ñ»æïè ž!¥³ÌQ.¤Ê§AÞRчDسý‡¸ú‹ùáT†aC9õ§~k>äF­ÀåÇ‘·ïJŽ©.éºt)¼Æóu%´?Ï‚hŒñì^о{±û®qõç?0¤rÃØo|õk_Ã矷ÐÍ0 Ã0 ÃXp.¿âË8ç쳫ӟý¨ç`Ý–°bÕjŒfVí˜s#¸ÑŠéFt„y}I”SËü~Êìs¼8‡.Âi§j ¢˜ë¦£Äɵ ®ý’Ë0 £LãÒUì·Î5‘¾â¢¸ªL_ܶÛü¿Wàʵچ+†a†aÆG&mÂW†‘.=å:ËQ÷êßËY죩¼\ûÀÞÅEÄ×r`ãÔ·5¹ædxa†J7#b2LQ“œx•ï õ¤£×ÞÙl>CÃ0 Ã0 Ã8¨´jbƒx6ùx{2.RÉv´ØôS®‹qˆ(Z™±ùܕś1ÊVº™à0–É‘†±Há"~0Q7d‘σ•ÎÑX忢ðÿ)Å*¢©‹0 Ã0 Ã0 c1Âþ¡/À;e»x×Uû¿hµv™G `^`£.K;Ö°+¢†…-¤Ø4‘M–O|¸¢¿š)bFËCæ™l¢dæ±˜Ûæ†a8 ,`Kœ£žXà*,˜Ñ;l1N0|ˆ¢a†a†a6äç[‰·ñØ‚äu'Ò‹9Òµé£ââqˆ|ª¿¤V—„šýÄR°÷ÍçÆí•Y]q9ãR1qabÆ2F:wùOD4tщDþµz,5‰OéÐEÃ0 Ã0 Ã0 ù4hcéΓc%C¹ùÈuò£y¿´ùYxÙþu„HÃR#œnœbãò¢6çra¢ùdjVc4 Ø„̲¹^Ôb7b×L™è×éðV\¿]˜82!vC4 Ã0 Ã0ŒiÆrr#ØÄŠXAÌü|GñkT§_§Ë¯ (¦t Q¼Ñ86ÓßÂ%D2´ŸvÞáÄ‹ŸÄ&ÿ¾æC¿iSø„¼î ®‚æá¯L÷™µVèÒv+_Úä8úŠÐijT(êmW®Ê¬~˜½cèm‘m¨i·Ï¶+’º~Ñ”]%ÁKI?Dtôÿ›J[åP»^|Û(®·ŠÜhç\è§ŸÒö\vûµÿ;®Ã+ÄmsÉ'« Ã0 Ã0 ÃÈã§Ù’“¾‡>Æáqq+raÌé!Ÿ©±µñ±0FIìÆ"3ßߨ'ËOä$î249 œ6vr¹æ‘^3×u€;¤Ž®!Εöp ]Ù\\{ð ­:uçªZ3H:ÿ@•¡Å‹[ùÐ]ÏX­‘DÃÈÀ„®Ö)Zg-ÔÀ÷ñÄW‡Hòô|û|éÄY‘w`¥­ÉÑ9æ8ò«ŽAGÐâºøMÊõ”7*o—}Ư*¿6¡=CÅ­D×b.5í»ËÕ4&n5µ;€\nž=ʽª»U;8ðÕ£IÛ]”{(š`i†a†aÆr§,ÈQ,9qËÅ1N®ÿ¶©9ÄzÍžQ7ñ<µøH­ÄÚHc–£ÈT]­E>|Dêƒ{Ç.¦4Ìèai[&Ù“«À§@SÚ§6¹&pÇ;‡®Á8ÖÁ‰²œüæÎÅÑ]1ýRñoYJ7â|–ðªïîÍ>Qž²ÛûG8#ö»Qö$´E2! þ¼úóíò(ÅÛ ‘žÏ>2êá<Ü Ã0 Ã0 ÃX*tG7ÚPŽòÛ2qK1&é®&„ç¯ËÅyø¶ pQTÿò¹€:GWN»8VêEPÂxbûÒ2ûÔ B,vqkŸ–>÷Ii‘6L±x&‹dûs¹.П”Þì"8´Æø[›ìÅ–’@èÏí(þ 6Ù]ûú›r}äáó³&ªêÐ)j}ƒÂÔ¤˜VäåÂâñV]?ísÛ 9ßWE™ŽHÓ(îJ~þ,6Á"µik4;?'W47ÐíÞ°EäK3ejîMb†a†aÆ’Å›­¢ÅÞ!Ç­túB2Vˆiyh›Œ bïÛWn$ð#HÈ×ÄòDá‹c•KïÜE 9ZÆ"W/>˜FçèjOb3N¿âàu£ñr£³ Ñ+ä0(Èqû‚¤ !£]0q@–U³­ž~ŸÈ”‘r¡‚Nëñeœ ݬG95CÒÖçl_JW‰5¬»>šØÕ'tåÜQ‰kNö-Ù]ös8ŸL(lJàHÿŒhî¾æk/,ñ8JÓ¼ƒ«¥ÐŽ4r€–Ûꊒša‹‘Ð2Ây7†–Ë¡·¨×»“1Qð@T)ALî¸*ÒÞ¹¹´è¾MªSëö ž+M–%>‡_NèÝ¥íÎ^7ˆ/moÏ5àóg…ù¹|koȰҜ.!/™©ÒÉ9ÅX>Í© ¡“WWwI‚­ïQZªŠóââ ]xÞvÔ ]RÜò×vÄn²Î! Yôû™àå|º¤Oˆ«¢ˆv^¦kþ·?>JåIGçJçVn?o×áÇÅ·¿Oã7 Ã0 Ã0 cI¢NM]¼œ¸æ#òæŸ.Îé✠‚n q¦³’0fØ×ÄéMÔÄ:Ë[ä*….€»¯\Efr D);™ti'‚t\é.Œ‰®H•Ê£ IDAT¤é†‹O9SQ’È·e‹Wè"GTÛ&‡|é"P®>Ñne¬Y<Û<½‡©•+›D,mn{"˜Æ÷†´x±¡§¡®mg"pµyQ[D'ÏL×£4Ù” J¢`ö9‘š)¶*¤è|ùÂk@Ì™çÛªõM°ë¢>Pª‹Jaý˜º—ÒØ\Iq¥“ûï Ã0 Ã0 ÃXš¨áb&¨àa}’MèåX”]ÌLÜ\HŠb;êb)jÞS+‚9ˆ-‘«Çþß’ @¡HÌ’ c—Gêæ ¥h%7BÂ+^}óÊò£ál³Ô·nJ—GûRÉ颿àóñâÌ4õñRœˆ¼˜GæGЕ+ÛÅ„ÕC[–ˆMœÞ¦qhÜ]¬p9Dt:r_M`C'üG¨5Û‚&T1l1*_©Ä“Ð+Cg, …JÑ…\8&^r¾ÏêSðÉô5ßmöãb†a†aƲ„/Þ>B! ”:á)šØ½w"Ol’ˆ ërÇ1±…μ6ãG®·x1L$;0D®J«CšÂ•‘T7€h5‰"Œ…¼€>¿V%9¹•ä6'^'¯.[ÂT‚;‡Ùʽj«|;[«K÷åp¼É¹»iLYC´3Ö¸|ߌ¾Ü¹¶•ÊpìF¢U]è{̦Dò¶/Ê¡Œ9†K¦™!•\ñQ”ý¤^Jwxá«Zèj2µ²âxÙÜÑåíŒpÅ›Ë/[×h¥Þhw7·œð1ÎuKoñò©QÝü¸)„0òQʺæwN e¨ôöíÉt<è¨|a¹+(%ù ]:·¢ž¦ˆ)Ó ^¤FêªÝ4ú9ɧ¦Ðdžªy(¨‹M *}ùÓS:Ñû\|ìq+å+ïÍǦ\£Ð]áÃñDóLï`I dmÃ{™<çJ»šš£ù¸œ N®~˜{+ùš¸(I˜œ]¬"pñ"£SÎ5SB"@;å]ŽÜåáOXâ·ŸÉ·.s†a†a†a,d ê@QŒ !¦$ nþG¡,×…Z$D,Ñ´Nüâåû†²x% s»ô–ÈÕèê{ƒH~YînØb¢°”*@dŠ=Å6«6%™pêÌù|JL\Ò[0Q™CKjõ_Õmä¿»*}ÕD™Ëöª©‘š1J \^Üñm‚þrÃ>³ýŒÝH¨»ÚaŒš+°h‚š­?—Ókέî\ôݬkšäŸø{‚˶IÞ2T‰+_¢ë—æãâÈa‹¼Æd›KÞ`.¾µ†a†a†a,rxpL 2Š“è{†Ëé„åc´4ãå¶Æ¡V¢¢bðî˜ðå7wÚÈ%r….y!óÁlÿªz™¼¡BÞ™DÖf½chލ€îU=þÄg¢¤Éµ¹ÛØ&ª¨¸‹’:yòüˆ²Ua!)±ø„mš~8xØ¢Ö®Šv¦n2ærL*é\“’£fD¢¢èí©d@%ÚÍ4ÝVq‚½8HLätíñPódê¾JìºíiÐb à—¤kkzÛ(ÝŒLð2 Ã0 Ã0ŒeKˆa¢á+&±7‰¿¸(µ ö.‘È‹^MÙDcP± ç WмàÅIÒœ\œ*¡k1¥49z.oØÔÓ&˜§A:µ…Fúâר1šP†¸_‘Ü™–¢Ò7•R^ô%óÎÿvé妮ž®ÔP-s¡Ð§Úœ¥ë›sB½I­Çå·óOíAmêäž¡‚EªPrÝðDŸ?çn»‚®ð=@$)©B§ ÊiŸÐ•N<ÏÛØ´9ºrÙâhÚÃ2 Ã0 Ã0 cQ£ÅN˜j‚Rb`b9›¹·ø(#)VQÍÒ¤%UàÒªv,Ô‰Ö˜"0ÐU$óæwõ ]½ÔE˜úœ\ZÝÊ8¦ì˜º¼K)_Åш×èmȺš¤ÓïÜêôçT©ìN§¼Ïh‡™fÄåµçZÚ|ü_•›«âPÜÞ®~^aGÔ Wl?ó'Z)}Su)§üª5Âñ¸¿~rˆ‡+³ 2e¢[}ti\8§µ‚]wšþäu÷#n83£–a†a†a˜ø‡é„.\@i[vÀ6|¬W7QüQÚÓ¿éHsÚ´Ž;Áâ¸"WåÁw9× K‘û¨¸Oc¡È©{_–­/½¦Xhó1 i~ne4{£Šk9W’â¥oIîÕÿHÛ˜%{ªCe±šÝ«ñm¢L/ˆ„9¨Â-B;}Á¡TªLÔÃݤþ¡ÑaL¦©:“ƒª: euêv!=¡»‘Šý•â£,Yv½°X*ÛsK\P”e 7f#ny±«+œÐ£íóÃ67—a†a†a,_Úà€;¸œHÀ¡4˜±{NPÚ$q;‹¯D(ÜE®i@Å—§çÛG4.9–9½Ãk"Beã“Ðk×*+Cá½$W·pQù´N—åø$Ùˆ[_m’뛥ÝÛ[ÔòÚ/aé´I¡«V…Ó”™$k^ ÐKÑÑ]/Å]¥™­œ’TÓ$©»­¸ö¿¨!I%¬ hb|%ÃBÓµææ»I¦!‰í©/w~sn¨Ø:ÛSž¯—_¶ð®¥¶È+QLØê-S΋F݉’_ëú•& Ã0 Ã0 ÃX~ˆØF |•í<žÖ¦<òéÃ.ê^ÂFéÐð¯?â(ç7Éy@|äË[=4;ÐÀgž>ïä*:ºr«1öP·âb±€N‰‘Î&^Žê^êgðꂺÔV[¨·fhhi°>M°è¦*$7ª•ÏGcIiKE‘ÄþKî3ZÁ5W‘[JâŒò< ·žf‚w‘˜‘T¯KªDyAËÿùyîô•>´Öº¸ø9 {üÔ_×¾wÔÞÀ{ïYÞ²ëø¦p̽B×Ðþf†a†aÆÒ šf¦Âì ÍÇÅ{¾¼vUw¹bc°|JL®øWÈOÝ’=±‰•<â hWW†¢›«8ô°ÂÑåâ |XæŒBÕa`EúM”v7)eg™žH6®NàÒê‘ô5^©kX \©ð]ê[¹º{š Ú9¹ø¹qñéíéÓIuýPÓ y¯Š÷ký,÷$AKNˆkèòI1‹ ^~¾ü‰Ç°¦©Í—µ’°åò•2eÛd½ÐŽîøü±ÊcŽ,ÄSÜ– Ã0 Ã0 ÃXÄxʵ1²ÿø—7Dš—7Î(q _¾dÓJ½vdK•!&ž“‹ÌŽÊÕUpµL#t~òg¥Œ‚‚§7W¶¹.ŸFÓ²¼ƒføÀ²Ôô7yÓdWi¸â¡k “ÔªQu˜n¨ZRQ²¢Ëç?íV©Ð¥äÑšªßëüÍÐg„¸Ä!Ѳr²¬Ú sFNÓÒ÷iié]>«gRtðiÊÌmˆ?õþv ý†a†aÆÅÀ§Ûrʯ´‚W6œ"–§¯ŠP^ëà á ™ãËaÁ¤Vr$r…Dصìçna‘iŽ5¬¾–žâN|Ì©£âµ‡¨”¬;)çé#´¶ôôû©»H×é*O©6õ ÑŠOnüÊ¿ }e)UGUEz[©ª?䨼֭]GÞfßï‰Õ‘q*q¬T}É%£§$¥Bøòm *™ë¾hêùŠ`‘À#&êW*G8O=ŽÃò{Ô6Wø‚»ŽøÖ®n燗úd#*ÕcŒžÜ¤E†a†a†± qP6:íš$ã cŽEü£=T§P¢´btQoG+¦e,’ r©q͘–ñ\]ʨ….OBߤÈ9Œ&‹“r0TæÉ‰]Š£«”´Çq–¸ 3Qiä©£·Y”¼A¢LeWØDäÔÆÌn¾]½nBìQlJûeYšÐ”…ºîŸʪºEäàâ^//$³Ý@|LAìJÛ–­Ž?`CøˆÆˆ¾|…Nm\z‰ÌyÉv¡à  µ7lž.b‚WRY¦Y|þ1‡nIßdq‚åzË7 Ã0 Ã0 £{à­Ä„Yñ‹¨ñS¾pó4]p_E¦<'>ûܼ‘B¨F>oGŒ—›«« •Md&òöe† Õ”½‘ ˆ=š‰¦=4f>¡NS2IHÙ0á¡ Öë…ä9ÒßIÊe%g'º¡™šžŒ©¾E¡b~ªxÅE_ ¹ƒª÷&+•­æ/þJñ“+…ÈnŸ¶\{ø0Q§Mâ˜ÃÉ·ò†a†a†±t)élgj_Ã(±· „GÜ]E!ƒ/DŒ)b§PlZŽ4 Ù~FÕ~/v-y†û¡êñ"Ssi.©ž&ñ˜û[šµÇ“»Ú¢Ýš&à´üåz³Íʹƒ™D/_uòšó8Ð•ÙæÔO=ð>îÏåÅËmWl-õ ÍmåÇáª+¶Bm+µ6 WS˜ñ_cÄCã›.KT°a‰t^øfM´I]µDz^…‹ËÅ¢¹Æ›UK¿3Õ0 Ã0 Ã0ŒåFv*¥vÁ+¹PUÀ¡¼\ظH ’ñš7 ðrº”Òˆ’F(Ò|ÂâeMšhë¡™yI»ºú®Z»‰F9°5T«ŠÙts S]•ZQ¸\Ý1KÅ)Ûüö\Sª¨%*¯QU2ïÊæŸ5ÛZßwBéZòz¦[5уtIº¤.69i- ÄÃ×SÑÀëèàB·(t}ƒfhÊz]ÙgMˆêWSÛ¤L$ä¶Ýp?¥îµZàòù©³m±·Ý­È±C«ú¦ý‡¾Uy¡¨½FI!Kõ¾n†a†aF5ZìÊG³ÈiZ"WU»?Šá2A›xÌ%òÐB=-¸Ò°8Åne‘+«‹,EWW¥ÀåéÕX&weén”¾<]Ñ\Úˆ²…ލË'ùÒ”äÙ¬lGn®®šjëÍ5ó·Rf=V@ÞMÆ¿P.ÞÖW5â3ŸÖ0VRË&•¡î®¾ëš§OvïUt„.È$ò}ñ¨Òöð.R'9±ìÉlöòŒ‰›¦œ{lÐâeQsæÊÖæÅòÎ;ø¹ÄœLòóCÑÏ#ÿe¡P?EI³s¢ñì¡ù²µ÷ Ã0 Ã0 Ã0–:]8« ^‹ ’!†<Iã•3 9:ׇÔβáxˆy¸ ÂâoþJÔêj® rÕD£KÆÕ5P઄úÃÌædØâÕg(8Qúœ,¤ïëÑvR[àÖ´^rØÝƒl¡‹¶– è;ˆ¿XšR­¹” mK·Jq§BŒpäRñœ#EZu¨bœ¡ ·ëªŠc»¤)ª—p¨ZÅB*N7äþä:AÙ¿JÁKL]Oõ²ÝÞÕUpð!m›wp Õ"»ÓTy Ã0 Ã0 ÃXŽøù‰i<îÄ®`œÉ¸¦W™„ÿ“È'ˆÂ½$ðbAYíÃø0Ïrn¸âÝ"LL? Ï~e «JDé¸ B—sÜ~QOVz‰:A_ =Ç]Â)¼§6½œºü]¯&&jU¸dk_#rÎÄ¢GR±°0õœòþ60ÕŠXçJªvÑvî2ås6Ú_H¡BDTۯݕ:•½Ú¹åËH.µ. e5¥èÞÿugO¤Øê„*‡ö{ÒŒˆ[­øêaÞ.Þ·€I¾`Éí¤BŸÕ¯a†a†aËò#ô¨[‰½‰äx¬ÛÄ<Ü(‘:À˜Àmcþ™Ò%¦éÓŒ92À¥¶ýMòTäš4§10^lÁÑü8¸8U:X6oÉi5¬ ù±P´®¦I±°&öÆ ê›ÔSRU™ùÜµ× ó+ÍÑÄI.FdÖdvÝîh—‹²©Ó´qS˜×Vúú¡¶›´üµÉD"mdv“z…&ÚQã¸ãÉ~=…/+ØJÉBY¥½ì¨u³uš_¨/mŽÛ±ëSÑ‘…VæÚ"T÷ ÐãâQ—R6Ÿ›û’a†a†a‹“2iCÿü®ö•@‰¨Õ„82Vsá?’•æɆ<+$ÉÄÏÉœ\SÇ5´ˆ†0ΡÀ5O‡3d54I¢›f‹ÒŽsŽXÝ&}Öú®ª©HÔ“$ýªÖ¥N Ï]êäóíÑ Á%iJíÒ”*¿™•Hµ(æP±M^Äè½¶º›‘šŒ_“X ÓÉ ÜÅ>ó{n¯n“Þ´‹øÇ¡ºô¼7¢õ×Ü_¾ vC—‡œ”ÑÕ+ç?Óš,͇écÓÈö†a†a†a,¢¹ã'‚Ÿ„>Õ(äOçêò¯•Î> &dö1îäšE'rÍåƒûŸ˜~þ\ƒJË4Eëù¤[FH/. `«Á©2pe´ y5rqz¾‰•׋ë,}í+Ö‘SzHDþ\ub”Cz}ú»€ÌÀËÏ$u%¹ëZ”l-6#º1éJgªÍänuü†Zû](”á“” `Ñ6vü­ 4øîàíTâT’¿îpä¶nØ¢‹ó¬XúW^hP“ÝÇrf·þg†a†aÆ’' ï‹®˵i²²Bgš(¯ÙäX$د ;:}Kg‡Òˆ\ó52…O`¶ß˜«¥º´’°Q3ü)JïÍ; e”\piLÚ4%V3)P)Ñ”¼ŠËµ&£eÓåvçöç]ZT;q¿ºìŸ¢dåî%RÇ"oóJ|¯Ò(vKå¥{¥d¿ÚbÑØ1KÑ—·âžâ‹áâSå­hª{V¸Ÿ;Uørpàiª®k«V^ò9-صÇ'%*íëªT 7 Ã0 Ã0 cI…îá™?…Ïz¨ ÚÛè„à-Å(×A­Ç±y¿ÂëáÉhÞ®&¦ßÁÓ"¸jè 8óÇU>µäéä •‰sËæË])–¬}ϯ ñ.b†a†aÆrC ãH.Ž0(|äáËáiˆ§qN„2¿r#!®¼ñ€Ú4Λ%DõÚÊ3ù#ŸGxt?µ•ØŸ?kÊâÄ«¥P~Wu•Uî¥Þœ¡I=`."Ô7–kÆÙª§1ô .§t ¹Ì5Ó! ‘InÏ㢗l¡ó„–±Ï±öT*gÒ*ST}"s çÂ{®êuÍó'WfúÑÎ9;=Ý5wüýŽ._}[àØ ˜mçO#BùÔµUÚxCZUsmËÕ.¨?ßÚñ°"k܉^^3C—a†a†a,OÚ§Úe’vÇEÞE𘎸nÚy^H†¢åà“¸(}ØÞT#Ê•úJ²ÀÉÕOÀxZËÀþ¸»ÐT3Wn¿ÞbH¼öQ¡€V&МSõšoÁvÅ¿=íéÚVœÌI¥¶­Ü`çQm§ïî™^ÓwÑëthò)kcè©ÍÁÅçç*ÏÑÅ^e2GÉv—ä‹‹,.»Û4¶¼ß¥fâþ3쨔c0 Ã0 Ã0 cÉã¯à¼òz–JE™]üÊÊ‚:ÂJúl£F,~H »Ú#xhÄ…»…¦¸0—g€ž‘VåzD.a5w"Úç€Ä{U,á!R«&ÛʹºªNCM¢L­™É6.¸Ä;Ãü}gW\¿ÈŸcØçòŠêöâF,ä4ÛÙu•«6 µåTŒËÌ9¸&ë9u¹?gIÐÊOÖ¯Tä¿"üIˆOÍEjïüvÝÕQÄ:¥n1f¹ô; ‹¡¼ÆUgN.Ã0 Ã0 ÃX†¨† ƒQºØÒ!hD šÅ±‡üð‘®?½JÕÈÞÀÖ\dCC-‘«eð*Œ +py&–aÊ1?:çe*‘jû4—. Ù·Õò}ûÕÑÕÛ¶òu:G\bí‰÷²”ñr5jsâ‘nZÇ¿ädª£nœ¾}* '@j²5¥‘ü^•]$þ ÔA$ä"1su…ËHpädXñ<«¤0ô[zÆù ×®%`—a†a†a,[4×T4g²`ÎþâXï|Ø~lt« Cù­ÝN ~ÏæÚj I#F¦“|½]Ý ‹GäòT‰]%k¦ êŠ-ÉÅõ¾ÂUVeo&(׃t¥ØÜçhc^lë£ú´K·Òá+úÒTU†‰ú–¼YQPfȤê6YjY7Å»³‡Ät ¯ªÐåÅšÄQäªOUw/í q²_²W~HZOË£‰€âu Ð%ÏIz†2â ¨™‹+\3ênÛ~•Ež8lá÷‹¬pÙ~GrBW°÷vóž9¢é%£¯²)]†a†a†±,¡è%ll¶+±O²Â 1k'FqmL\~/ºÏÅbTј “iÆ‘&ÊY|"—'»Ô[ŸÀ508Û±œÔ"´Opâ@Jå€Z Zl_`]mJÜ"E9®«ÄÉ üAgÒÕ^Љ\CJ]Q¥Â(½ô5ÊP¤f®@ZÚÐÅžãMD-UPKgçXMœB+¬ÂáÆFVXÖÎnuœª(*ó.)oÑò“Ó;ææâ?8,ëD’>¿‡Š9ººç2âûÄ·9|ˆ`†a†aÆâA:±Úÿ;r¿AÂÐÆãÈ(Ñ•ëCpc8;&1`*:—Ô$Hä ±+—zâù>W×â¸z5 Ÿ@©Ó ]ÎeJ©vU¤„w:ÿžÏÁT¤:ÎÕö8•†"ÕãÞ‰·'­_E,©Í®Š)¼\Mà‰«ì?Q¢Q²ÞœÐUÒ²z”¢¾øù¹¼à%…/_®&lÕ^‚b¢ŽæO`w1ü÷¥~N.¾ZÐÅâQt0.ÒÊ"-¬Pƒ^­HÍÛLs«;—ü‡DÖdN.Ã0 Ã0 ÃXv´®*¢qû± `}LâH‘ „–ÙEä¸ÀÇãîsbÍBôÙÁÏéåD,ç!ï ‹ld ‹[äò±k\H´\êtŽšUÍr‰z´|B.n¥‹÷0Õ°¥|£'ö‰øYõ{í¥JjŽ©Ç 4 {¼]ß1L“ëé'\æÉ¥ø•4ÍkøñdèÑ(h>t‘—7à‚©‡Hqs¹Ô4†ôhËjNÝcmÕ pÈîtrIÔÂXqeL0ãªñ‹C–9¤Xv«Ä·™¹¹´C»óK]Õd†a†aÆ",2V/|à¡J}F™Ö°ã¸¦Ñº¾àFÝç(æâq›ŒPx #c'aà v‹y¸¢0ÎF§õÌ£ÀU­E)d\ÍÞŠš3¡¨Ž!¯8vdó(÷AbêÝ8jçãʉƒ&²/8û ¸ß©Ÿò‹¢J*ÒåêïÛî¼~î½='3iΰ MËxw‚Ðë™èÛÀov²Ù£ ôRÕyvž8©0 0üxðôé÷,è`.nÕ\ݺü\\]yaÐ0 Ã0 Ã0ŒeA0XQçðØÏMf¢„Éh.Ç[éË”J%º§<é'[?¹Â”>ÔÒAëd†a†a†a,’ø´‰š°ÖÀÁ…8AF¬®©ük­’º˜,ЉÍ 4iÌö;h";qLÍß¹2êÞØŸº,óÍÜ9ºry‹òH>+œsá/Í«åg×v¸*cRµg"ͪ&SUÁ=íšÉàQ£‰  ¿…V ýD?éÄaŠIIè*\šÔ%µ*τ߳Dè"$#µâumˆ‹Wí‘øÓBZýÉ@“Å…Íþ¹ñ¼þiD2œ¾zi^¿SS  ò"ð éIl3 Ã0 Ã0 cÙA!¦ã`ºà[»a%.ÉD0׬‚˜NoÃÌaá-B˜|Þ—ËM'ª!üÆéd@¸4çä*pDÀ츻ê²,8 ]5¢ú€µn(#º‡ßq{"Wu(Õ6g¾…®X,šxZ4_x® SwcQð*¡‹£4r@»¹—/_ÕÀ‘¤HS|¾(°SÄN[’§Õg"cžö½‰Vùèi#;a+nu("™€^+˜ß¸å÷¶_ð.;®œöeã"ßd†a†a†±$MP‰Q^ÄþkR±¡Šj(ÈfB$pyÁJŠºc¡KïëJb)$†‘(m ä–ÜpÅ‹¿ŸE³\åü·ªÄ´ñ¢sÔïꚀ¨³!ŒJ x.¥ öªÚ5—‘Š×¨`5*µKnŸHèrÑ»^ͱ\~¦\ñ3Ä¥ 9¢,-·çø&èBÝ틚k˜,Ÿ”¤‘¸§7È5n¹6™7 jÅFÔî–i+ ŸPQN÷¶»³rgWT*¿i'“Ô'oÝ ýA¹L6ý&C~ÙßFiÛ Ã0 Ã0 ÃXfhÁàÜ(HYŽZa+ˆÍ›…àâ"Y^4õ¤Ú¿7Ioe<=q”ô {.!‘«Rà⌠Ø7fÙ_(zk'‡’EˆJö¡9XqÑYtÎU]€zDjD..þJ1õc£Ì{¾yHï”w(ÏÕg® §À¥bCÛ¾¬˜ ÑtíÔÎÐ_F†é¼Aiùþ ¢KÎoT•ja!Y²+Ñ'ù“‚Ì-­˜éü‘wn.žÈK’ÄÓóc }±=¦ª\H­;ä[®P™²øðýÒ„.Ã0 Ã0 ÃXžpJ|Nâ#Ï NZ,¸’rY ”LíB"Fbùsî.nÐŽ¡}Y""×g(/æârʹà7|‘M9¤*a†ê¸üÉ ºÌêa†a†aË…8þç3kÅq€®'¹6dÐb†Úà­‹£üâ^Íë¸[ì«k-+—Z=NÑ%Z–€È5¥ÀÒ¢™¯k¶09ý<“Öʃé~¡ªèèR©NøêŸ«g¿ˆ•Óê Ž™6É ¹z]ywï1è3šÀå·:ùЄaJDTk×”Á]¸.õ4¾ÛŸSÙœ©PŠQ4½ÜÞëæ7(ލè£ü>¤ê”Ô1óø>AÉiïÏÖ^Ó´ Ã0 Ã0 。hܾòø!¦Z‹GËb®€ˆ%x$ÒWJk ›ó‹e§ö<‰ñβƒP¹È5G—Ì·O™œ~?!½1… NºRâ½=ŸûÚ5E”ë›S¬’¢—°t^’§ÂÁ¥ ÈlPÊØw²×¬Â\Ó‹Ÿ«Ð¦î»«ˆ…¡KH‘TéE¿™¹þË)…-Q†*fÕ+7]Ò{¦ZŒ,_UÉ\ëäòÛ™‹ HÏQïŠ~U/ I-[œæ—#¤«–D•DßÜKQÜx¡ Ã0 Ã0 ÃXüÁÊÇlIÀÂþ1œ(W&Äœ–9.ÝÉ=Ì!ê“#ͺЙŜ¢šE,r̓ÀÅYÀùºò5ú€»Ï±•Q Hêûé5?Už#keF+ òž-¿T®‰*vñ2rbbêž‘ýªÕŒ³’ê$ÒÚ–£rÙÄ¢¦‰59¨Ø–ÔE8v9;Y7?WAtᎳÚ*$L¶ätÍH`ã}Ïÿ‰ï‘ïþF*W"”OX%¾—¨b$ß¾¢ü)…K®?/'6Sôêïí~J°èܔοrŽÈ‹l6/—a†a†a,oÚBsqü®ÈAÀ‚;øŠXÄȨ4†ŽÝ[Mör°èxSxÕ6g‘Š\ó,pqÆãVìZgW‡ˆ‚3‡é¢^¡Ó“;0¦rsqrMˆ^Jv B1*MÔ/SÙ~Ô[m­Ð%ÅQDV²Ë <üCPÈ„k)Þ™m4ŒGQújU™l·órZE¿,5%9y•–2Þ7Âõñ­‰¯JØê³ôõO)®j‚Zб2ÇŸ>pé-w™rn·hƒ \†a†a†±|q­i*‹B¼çu¾*}ôꘑ 5M¸Vü"BtD¢À¥…±¬ibJåÅ(ríG‹3¦ý:9=e#Ô~\¬«…×!û4!¸¶¨ø/:g¸î‹Ð4a z³Õˆ#B\PÊà×J k S·{Ú“kC{ ¸ôÐÝØŒ®c¦,¯ÀD®!Þ÷Òöq—_$6î6²kÇHêÛø3AÍߺœ¸XŸ%wDÊ>Áëç¯m=ü¸æ"zˆA¨üÞÈò½BƺŒöýpÄ|dò˜r—ïךÒ~×»+n†a†aƲ# $‘RS&ˆVŽ× 7l‹›ÈÇf"4"t! ³s;ÑŒ»¸¤<ç›±ÈD®¸Bh'§ß?bW܉”ȼàÊÊ®´Ø>´1Ý[>¶ë&€«rzÉï…öh7ÈaXƒd}Ék‹Ë^ëTÜÊ rþrÄ—E“ôo6OSìÊ䢋ï+^0ÉHܾ¼DØãíKm>ܽ¥ßÒ¤U"•+vóx¿kÅÎ6WõtåëÎï¨êN¹IÙæW"ióÈîîÚÿ"8wùåµZ£‹¿Ž_(R6Q*‚Ú%ÉAÙÆ Ã0 Ã0 ÃXøØ55`)´q™cïyúN¡àਉóÇDÑlJ‰×A„@¾@n¶é 8¾½>>dC(Û©^‹HäZ`+ªÝJŒó\wçÈÉ%˜¡kRg‡èõ9®*,8<€,v•’öŒåËÉZŒØ–r»)—+»Ös!rÃ&•ãÐÛ’S;ÀÔw¥>éûLÊ$U‹ëÑò ÿYÕeÍ$ªþI'%»ÄÖ¨÷!³…‹¦Ó §“÷áò‰ëÊ‹&MSšê[”¾Êú&Ò+¦@Ã0 Ã0 Ã0–,ôÚiáP²ASÄâØËQJ<6±Œ_Å»‹Íf‚¡À´Xk‘ˆ\‹Hà’u{±k°5jÿà•Å®>q+·ßÕ )Ô’t‰BG‡ÓƒöÁuMª÷¬tX#t…úÕÉ™*êÏ|îJË#ù ï©;Š'íFñg ƒ¹A©²(¼çmQìKUb+w@ ;”¼aŸ¥îÐ\mJýJßèF¦×#8 kÁA½Iûmݤó›ÏIŸ®Åú¶ËýMƒ Ã0 Ã0 ÃX(áZhAIþs¾±Ÿ¨[ØžùB\£B~ÒïÉ&i“R,Pj[º|Í»X°õ®ÄA”ªðÖ×FéþIºÕ†8 Ã0 Ã0 ÃXúðˆÄŽhäÛ(1"—äÜÔÞ @`ö‰¶˜k¾o¢¿À"׸8~rúyX‰±Jèʈ]s›îçò4Ñhp¸ƒJÝ?a*dË9ÎRE»Ju² y’¹šà•óÊz´IÕÛ’ c†(¿‡2SŹîìHå¡uÕ玒÷ÔØŸòegÉ Q « êUs"uëÈÎÉÆÊˆu¸¼qoÈ©Jê3¡Ë0 Ã0 Ã0rÿüAŸHüuÛâÁ2ÊÃxV‰ ù»B2¬I¥36ŽÈucÀºš)ŒØ!ZP‘k‰ \œ1ûf›×9¤ßù‘ßï\y5êp®T@T^^: “h…Ú1Ðòå’H;’Ò„i\=ßï€ B›Có…ŸDHS·óã’ÇáàWZÌÈþçE¯«¢Ñ¤ì¥;pײ¤ÕM‰ožTÿ¬/!° 3î²&Q¾Yá€Ø»ŸG"aN¯Ì ‰ÔnìüÅz; Ã0 Ã0 ÃX¾ha‹5Ò0A‹ ñO©Î{Ìã7- "¬ÔÊ^ ‘k \œñ¸»æÎÙUºÊAxVàÐÜý Y«”‚|½•‰}ì>±Ÿ¤gN­úrP)ÞE7†).’8y£h&¢àâr­Å§®Z&–d]S5޲ÎÁÚies(”hB‘s ×,Q ×™^§H›Êê“d´4yMªq™/k´°„‹'^Ôü½¹ïyŸöçûÀR½ Gyn¾é&º Ã0 Ã8`Ù±c'nºùfl9òÈᙩ5ÈÈáêè4ˆP¦)ŽÓ'Ó¼Pˆßp9Ñyå ÜÌÑŠ[>‰hÃŒrÈóÈ2¸8ã100£á¡v*žä†0¹$ðíò°8Õ±h| ƒ ­¹#уíGmõpòG=UÉ2`—"El9ˆ¾×¹RàrDÍ—X¦íêŶמ‘âÕrå5çù[M¯¢íûdã­vÜÉimýA¢Rmƒø¡—Q~rn®¤½J Iã…nu’ø÷C¥ö´Ô~/ cÙ¸q#àúï߀»Lè2 Ã0 ãÀcݺuØrä‘8è ƒ†gv|4 "9!øJñ¥ŒX,ãcq¯Iœð¦yÇ©PR{#”¹V˜ –F¡6Ôh¿Š\Ë\àâøUG£ê€qpX„.Ýqã\7œl"7UÑÐÁ.EÅ‘ý<_‹Z¶¾Þâäö¡|{šK9(8‹È«Ô|xª&íê¾Í™v7Î!Ä—¦\ ôëÇv%3·uÁžµÑ¿÷Î&µ®ªövu·£²s>}Ÿ©¸À>‹§IIìK¤ŸVßs"bw‚JÝ6Ò´ãlá}µËmÈ↱@lܸ1ˆ]†a†aF%><õÐEìî%†ŠÙk#Ép#DÃ|B¥Ä«›C`C¹âæG(µÆ æ† áNëì"¦–-ðêŠX~—‡ÌŽ›Õ{Ž1Nöœ’ð€"úŠlèàö¥ž¤¾rásÖ+´s?‰S¥¢A{‹R‹¿NJ2¦YqüÈUÍ1ÔwÁPÉÚ·Ô«:Ìnkâ9Ù ‚_‰’À¥ÔÐßþšV^:´hWµÐ\Uša†a†aËòa$‹Ó£)Ž{G« ”¨SÞhÁ0«¨©5ê•kÙ˜8¼ÛK j¬9B°ÛO"WÎ~pRAì«ÇÛö©Q¹Rzœ-¯onÙÑ%• Š^¢dI^í³+¦˜È ÅdЉék²9çD•ª§Až'¡ˆ‹VôÞdâw ™?w3S6±ù¨±+s«Åù!šƒË»Ý]ãŒÀU›5ÿ±"¿o«Ö»+D/ñ¦tæÍ2 Ã0 Ã0 Ç„4¦8óºS14jM n‘-"ÒðEùô‘[é0§.~öÌwSSpkEdŒ$ûEä:€.Qâìª:kì$>\LI>a´«_2½sFÍÊjZ@ïËÙxdŽ&מ¸ˆI"R²øÆñ)qõ”¤BEœ‹Ú«HþŠ‹‹¿O†)–.»–FkeßÅAn½A8VGñcÞÄ zJòËâÿÊnÍ`ˆc];7„Ò0 Ã0 Ã0 Ô\Y¡ÈéáùÕíÑ,†ÅT‡ö=¡›C'qZè•%û}šæDzG\ÓKšg‘Ë®„àìš-çR3*$Ö½ôœûê&ˆã¹ ªnž®¡p)@÷jÍIoQVç+îWq r±!«aÿoĆz÷Ó0z„Ң¢¡ÜŒJ…—42‡h¸bQèšââºÜ¹-¹õøöªºë¯_IÕ5^ê¾XYkoúÑý¸¤‡)Gʆa†a†a‚+ªø€§ìà'"ö€½Í $blµ¯„Å5¤ÎKÜÕÕ¤ E%þZÁ ñ0¯"— \EZ±‹‹] '?ä#[m¡¿AU¹øµ§11š#±d&ê‰Ð'\ â›ÛëVšŽ JsíÄèÅ"k˜D´ÐλZ°"á÷à!¬$-WN{òöQ®·åXu¨e+ªkŽÖm_nµE"åz©QÔc/¬M0SÈ Ã0 Ã0 cÙ"VmÏ¢–Ó‰«äx¢\½ç€uŠû•<‚þïÉÄß$Ã0 Ã0 Ãèåî»îÆ-?úN>áx¬ß°a¡›³¤Ù¾};¾ý`˜ÐåÐÅGÑ,ó]lL<0‹&÷viYœ6¾ö±o7B-u3t “)zÛš¬ÓÅRy}¬‰5Ç!ω\&pMMñ6b—“b—*ÒÛÝ}÷ŠM'UµPVQ´ZV¾ÓË,õA¼VP¥sI¶+©Œq3ªxòe¯i_Ïö¨éNyDzx‘\:¸Ú©0‰’V8¹®øÖ%’ ÍÜ,çRsÉ9ÅzõIiÙj3‘.èéõ¥•$WJvè,¼·»â1h§QäT2÷ ¶†a†a†1 7þð‡Àµ~½éS²aýzlÛz\}Íu“¹¹ø<ÆlŠo’êâ™A›“Ú99¸X’¢·" ×D¸”öšv+›yD.¸¦¦Â ±ËºNçd8Ûëü¤Ô™ ²¢…´Ôt çÌã¡ÕmÓÄ…|rÞáëoľEÁ+'p!·!-Á/‡Zªb¢¯WÝÓ–;#ѹ)ª"põÔÝåKwN.MPŠ'd­QsÃ5íK׳?9EœÓúM$p5Çï ÒŽ:jKî{á øw¤br}í[”?…vÏ6 Ã0 Ã0æ‡;v`ݺõ&Ìë×­ÇŽ9öé#bn®r°.Q¤ãØÃõDàêâ!¯¦I“X.@&d¾')¹uEq­ 7ê'e›žm"!®¦¿†‰†º¿*êËÍËT‚ß+Ä5ìÎRººaÝ(M. ôˆN¡¼a]ÖtºÁŒ‹‹”&v ¹­ð¹¸ú$ .,e;*ëäÄ5‘Âi7d³Z2–Ý>m\ú%g<În»°$l†a†aSµP–±p]¤Hj(S´ù¨ehKÑÿâ2{—DˆÄ_»½z¨ÜÆUÌæf ‘Ë®©™@à♈˜mbëÑYå¢ÞÑU¾n¤ ]MC&}êì%Œýà?)Oÿ±ÆóOé„/g®¬¡Ë )¬Íìf9WáRW]2!êeÏMHÍùQ¤Ç(Î*­¬’Àå#ö¢]rh0·ÿF)ý±®»¨2lN™¸&±’Iîêð» Ã0 Ã0ŒyÇ´‚…Å[¬ØêóD7ÒbHKC4'Fú ?ÊYŠ}&° ÌÁåßM(r™À55S \qÂx€k:§SDˆ*G—Öq“d¾ƒf\]ÓuÙHG—òpE·Z K†Ü)Ç:…Ð%}Aùv =ô¤0ù•OëÉ}îE.Ù—md®~¿ÆE—Òû»zÅm»¦›ÕP®^–Ö÷xùÑA°LÝ£„;p¡oô:¸4]0ÛÆŒ¸%ß3±‹Fú­°{·a†a†1¿˜\°˜ v•C4¡@v­»¡ÃeôQˆ£ØGa.Þ^Ûɦy˜ÄËŸÃÕa=¶–¹¸Dfš%£v’za tTžŒ¾GàÊ9ƒXýmìƒóQq¹H_4!)Â){k0PSKêDÙŠðž Ë®úÄ5MHŠPòbú¢u¡ƒÜÑ¥b—[ú….¥Šªn <=ÈÍ›%ëÉÝØã‹Ö=¡Ð¾OÚLŠ®÷Û3]—Óú÷ûòå{•ìé6su†a†as W\`Ôi, ”˜0Ñ~JtiÊ.—¼Mz ‰}äý:]ʹ¹Làªc¾.QÆ­³‹‰]E¡‹ÊN.>\Qº¨ Ó eµëžÔÒ£½‹ÓfɹF)t\½^(/tÉ9Î&!ã$ìèJl`¥ãÕôóîzy÷–ÌÝ €¼²Œk/'~&†;EpóEåÊÈ hš[¬xò2¢ZßõÌ>Ö¨©ÓçQ„5_7QT†VT­–j†a†aSaºÁÂ⟃‡ z0 Š]~_î–có²ÀÕnv…¸$ŠÕDÄ⯠E.¥@£Ÿý!pÉrÇLìòó73Ô ]Y_ŠCªV- …W&È»³ºžé„W+p•ê.àÕÎ?Utt 2 ée„Ö·]€7=;Ç`RkDµ£«{ +_À?7šƒNžo±;i_û?¾Ú¨œ<_ŒAO4…ãd"±Ó…G ‰ƒ*‹Ôo‡Âoô™Ièýo˜œË_jñ^Ã0 Ã0 Ø[L:XXºÅ}ÀÓÆ Ù¡Š>#º¸*˜ xü¡;¸ÒËÍâ…*+Ô÷uqçN®¶ë¥u,€ÀÕ1¦FdpnD R/àèÒÌ{+ë ÊlçIÚæç.±Ý‰Œˆw—+›;¡KÕð8}BHϹ‰ŒLB‡¬ÉŸ/ØŸƒ¾š4ÄÞ§-ôû´V³E÷SNpˤŸ°ŸEÃse©sä%™ŠÃˆ{²«yÄ9ãï]þLw²—Ý× Ã0 Ã0Œ¹Ç†+.,ã17. è1è\"z(šº MÄ'"Ž’UK>¼çEj.MôÂÔíƒV±ÀWThpnÜvêŒØå5ØWmS“Lµâ¢pÄ8ñEL¾UR0qͼd$·§Ç—MiòDÖÚ;LèÊßcâƒÔ=¼PŽžo&:³¶iÓEùâË,T‘%L+­»^Ýyˆ¯WNùW{)›ÓX:˜¸øÌ&Òº–¬"ºPOTfŽ®~Uêá‰ÖÝåJ&«N©6\%±Í0 Ã0 Ã0¦e.L2DØõéÇ®Oÿ;ö]ÿÀÌÖû`íCîµ¹ÿ 8tvvïÿÀ?àóÿõ%\}͵8hÜtÒ xÚSžŒ“O:/û³WbÓÆxþóž;}»Ý©!„ÕÓÕÆ>¾óéâüR’ >‹Vynq³$„d‚Ш­„óÛZ¦¹zCnc \QÝmqn¶éšØ¥:ºâ¶UÅßÕ7uûC4N, IDATº‹ ƒÈËüœä ¿„Šˆ–ˆG9@èâ+ÆwÕ«Z¿QÔ|í2Kj’¸'Ôh-þç¹kÓ¼vòk‚—lŒvîÙ ·ïÒd›¿^‘ÄVÒ}ER¸BZV_¨·§Oñdš°W‹,'´‰÷'¯vÚ³5Ã0 Ã0 cþ )E®ñwâ®×¿ {¿qU´}ïw®ÁÞï\ƒ]ÿþlzþ31:äàÞ²vî܉?ü“—bÇŽxòŸ€O¸/îºç|þ _Äž={ƒHûoæiÛ½+-©Å$†–·P¼MK˜,æÂ®Øà÷³Â’2i‘‹lÀŸˆE*pqˆG`Ò‰@Û6í°Åža“ª8¾ªäà¿”RP“6)'óº2ÇžØ5ÓÊâù¹Xµ‘àR0VÅ…õ4uÂK›½á¨ |Äö–¼VŠçQXÖ$ÒCú¥˜x]~›PÃô‡!¼Oò¤‚Ðkòú¿"¢ë_ñ™6'—a†a†1L¥á®×½{¿ùíl’½ß¸ w½þm8ø%¿Ûûïå¿ùÛ÷`ïÞ½¸ôõ¯Æš5kÂö³Î<#iëòQ<ä9q­¸ÕÅ!„÷<–In½x5Œî9›‰ï ZŽ7J«lb'—¢´™Ð³®„ñ¸yµ®” ´0H¡(ÿT ]“βú“Ú Xš¼ÔX¡r…)}8ˆ¤|Ó3øãíp?WVÛ~ÅA4|$±W医G¨”Ä&¦Žðï¿r¡K¾+µ›Ž¥t—VhŸ@›XÚ -Quôa|ìãŸÂm·Ý†SO=Ï{î³±m뱟“áðàD˜-Úà0ÚJÄLYԖм:ªˆijD¯èÜKsJûÁ¯<öŒt¨.mßú­4–À¥Ö:¦FðÏÆNöŸZ&¾‘)Dí½)b¯ÔÈ]ˆ'üÍË#W·SkJo*²"çE(BÞÐVÐìD£Ôd‘6¨ ‹Tq!LØSkÈÕ]«`öÕŸÛ¥vvhíUh_ó׊½F¿ Jz¦£&éySj¾ùS‡0~^ûAHZ­ñ ßHøúßBøúßBŸø†o´¬."¢‡üø×ÿÈߦŸòSþab¾,Ëa"×OüÄOÒ·çÿD¿í_ÿ­ô_þåôyø<úõ_÷ëèË¿ìKé[¿ý;I„èÇüÇé >ô!ú’/þbzß{ßGÿÄ?þó胟÷A!ú¶?ñô/~Ý×Ò—~øÃô9Ÿó9ôë¿ö×ÑýÐÇéoýÀÞÍ“»Æ€ˆ„®o‰£Ó ;i8ìBaâmíĆ Ë“µŽû §±¶Ô¶Úu ¬iø¦ ×àz ¼r®*…ðú°ex‰´:8k#ûuÛÀá‰-řĕ,'^(RqDÒçcF{ù²È*ñÊ×^T®]] æñ­**HÄÈpe3>ÔäÈÒ¿´ŸsD…f„☬Â{î×"ÀeºìŽ1héÒ¾""‰B<êðN]GÛ ¿8,ÿ„N8á„N8á„^$È#þ˸üß-mý´ŸöÐþèÑU®»mÊÀõƒÿ8=<<ÐW~åG\™Ÿ÷•¡¿õ‹„„~Õ¯üåôþÕ¿Fÿæ×ÿ;ô§ÿÌŸ¥çÏIHè*Wúøÿýçßð_Ò/ýU_C¿ôW} ýšþk‰ˆèGìÇŸŒ'·Ž†.‰ ë-,xª@ѼƤ¬üz:€Ý‡¿·Äàwýíé‰Ä”£Yÿ€9Òe  ˆìÆ¡v¡îÌihÌCå'þrD ®ßó³Ç¿j;´ƒ[Ê,޲.”è¯ûNžS‚8m;£¬‘ô*Njº>ÇyÒ¾à bÕ߀«’ë€]įO8á„N8á„N8áñðˆ³Ÿõ…ôü{ÿ_""zë+>Lø·~3}â¿ø}DD–Íõü£ß»•ý™_°lëgÑÑÛo¿MýèÿM?÷+¾|Eð\ <úv¸™.— ‘}ä+¾œ¾ù÷ýñoÿúýè›é¿ÿ£ßBÿñïúè§ÿôŸFŸû¹ŸK¿ã·ÿ6ú§~á/(šù,{áe€j¬x`-lËY¬]p©–¶:i?¸æÁk‘ØêZæX&×à:¯X€ëÑ£'²eu=\“,Šábý–àO{q?›—€ÀSƒ²mãNÆYõ;÷N+X4¼máHåu¯×Á¸.’Îù3õöú½Š‡/YFÒ* HÐsßáßàªÚ*Sá¸.²j~1;°l³ú ³²ÌàZ<=9á„N8á„N8á„'‚ÇlW|÷/ù*ÃóÞ_öÕÔzþÑï¥O|Ã7Ò{ÙWÛýwÿ’¯Zâúà?H¿úWþ ú¯ÿ¢Oú3}Y ùC?ãCt¹\è¯~÷G]™ïþžÒ?úE_d¿?ðÐoøõ_Gè¿ùFzß{ßKßö’Dˆ~ÖÏüBúkßóÑ›úü"¶+ZĪZ÷AúÞÿçûè'~ò'èø¿•>ö±¿N¿æŸùÕ$$ôÝý(ýõïû>úÔg>Mßÿ?@ŸøÄ'èø\úµÿì×Ðÿöï ÿõ»¾‹>ù©OÒÿí¡?õ¿üéGñä>pÛZü§áä°þš«h-#ãºÐÌkÀå'6——¿<Ö^â×B³ùˆ%Ð×4&Dü?ÿ_i8s¸Á+àRXo—¢Û²¬ )Ûßní£ød,.Ò­˜C¸B»w¸í13±åPéØ7³—%ÒV<¢9GñøÝîño…q·Aœjš²åxå@W¿•±ÌvŠßõc__Å1‰Ù]‡5ÞÞØÊämpÝqlºßnàóذ]GV¦Ès’‡·éúðúôßû8}ßÿöÇî ì„N8á„N8á„jøKù¯ÐÏûÇ~î£p\ìÇé'ï¤çßý±òþ[ù2zÿ¿öéò}þ!|ÏŸ?§?úǾ•þ÷ÿã/Óßø›ßOïÿûèË¿ôKékÿ…_K_úá/¡¿ñ7¿Ÿ~÷òŸÑ§>õiúæ?ðMôüùsúÃÿí¡?ÿ]‘þþ'>Aþ’/¦ßò¯þKôÅ?çgÑŸüSÿ3}ë·ý¿ówè½ïy/ýÓ¿èÒ¿ñ[3½ç=ï!"¢?ógÿ}Ë·~ýÐÇ?NŸ÷Ï£ø‹éwþŽ›ÞóîwßÅÿë¯}ý‚òç.ÿsùo¢Ïùé?›.ïz/]Þz7ñ³·ˆùBÌψ.lk–œ‚%ðëP*ÀV²\Fç5¬¬ÿÂú¨¬ß/e» ×à:¯x€K¡Ê§ñA÷…‰y/apÿ"ŽÒM>žKѽ©W net35³>ÿ@{L$Õ¶6)p´èvòÂÚàIM&Ñ¢Ê|I@ŸÝµ†bÜÇ]Ü’Ð×Ã#ÂM)Á [±8ö7ÇP«3í’B>¬.'/>È%Ÿ¡OA®N8á„N8ᄞþÒ_þ+ô•y\‹ˆˆDè3î/ÐgþÜ_¤ëý0]¾ðCôî_ò‹·-O¼v{™á¯~÷=A®ŸC—w½›.ÏFëòl¹ªä°ÖX/-x¼aðÉì´¡;j`„¥D—=bëúÜ´§¹8xþ p‚›çÍË;Ñ|’M1ÎÉ`º =lY]Ýù[ˆ/˜ÉÓÜÈò&Ñ6 ««7BŃGfvafh½]ûï?šü4]Tï,I,0‘»oð‹Ps¾ƒ[ÒÑíY>ìH•Ý ¢¶_€²·0ëOyê2Ûº&&qÍMšuq§[DʺT»R!ò÷%ßg"¾!sí„N8á„N8á„n„Ç¿ˆ˜è]_ýUô®¯þªtKàß:¨ø#4Ï:k,‘mºÔœ ;dF¦h;×亶² $×ÑNµü5´ºVƒØâI ªÄ ×à:‹EhÍ©—7À¥0DoQàqÂ.3àUÁêð»–¼îÌغCb‡{uàì¥[Pù F£hÜl'²W6À…¨[’Ìï2c¨+\´»×CÝõ3¨ã‚›C@ÚH(ìÚ ®[ÇÚmûb]Ì4ËFÛÐüÐ {HÊs»NWà„N8á„N8á„Ïœ±…—ºóã»&ز¢q‘Òý®ÖkÜÛú¶Zôh˜ÇàîŽã‘n2¹Î×!x \ zR_à1.ñC®˜/>hÓe¤ìű–7^¶ô”DY¸šUx  t.Z_Îm­²• ÀÕoBˆy{Ò—ã`B\UH ¬"rd´/#¥ WòXiX¬„íº™4D[Ù†cSNf  w•~&¢kÀóRM”N8á„N8á„^38ÝÍ—â@Ä›À/I1«|æð¬Ï”OšÙ?º¦Õµ²¸|¦VÄN¤K½K(¶+bÍS¼Æ.…èD´¥2^ÝäÐëO9èñd#÷æ‹/3'ïÍU'"—©ÖêqäâÅÁïš½Uéª1j¿ó°ylÛšìõÑþ¸õu¹•µQc;R„Éî@¿Õ"©÷”çÀ×Áà\Ššum[¬l7^=­u 'œp 'œp«O²]ñ„ÇAZÐ0|÷w\ÞЋ#ʳV³Y#> ‹y¶> %!9VA®3Àåá p)|V]Å^-Üò¥¸ŸêßwÓE|é$x-ySÅŸëeE,º™þ˜Ó®Ñ©þ\]h¢jmö—n™‹—=ˆO «é23¸FLÊâ|FÙ½O.ƒj±˜‹¡F‰-$¸Ý¦H»A/íÔÿ'œp 'œp '¼8ã ï0è:³„ˆ.®LàÂâvmfPAvT°»$IZdq,æ\Š5®>ßòU â„ oP€Ká³èjZ–ë 0°½á¡->Á¥ýô Õ´{ää ˆ±æss?èçî‘×!+¸1«k eVWl ¢\yÐf Xµª?‚=7ôÇa‚èyêkáV[!ÙJHÿðDCFþûÊõ›CGÅgªåpÕü(¯[^Oí 'œp 'œp‹‚3ÔðNC©"ÂÕM¹¬Ä5¾l•Ä`ƒ-~ýW%ot®bYI_øÒMÂ)“KÎN„›\¯ tÝì:RW„äad¹ÄÌœ˜’Eñ{Hðä!º›_7)ÙªIà à^ÛZuõ „³Ü²XA GnÚÏ:…5¹²„¼Š±{@¾ pí~6Hà;íÚÂb{Óãa÷ëÃïÒ½!‹ñ/f’ëuo¶Ÿp 'œp 'œp£áÜ®ø2æBÍÅu=B+’묓‚Pa=ŒK5ÿ„ûžªñ"ªxϺß>òvÅ'Z ¿pW€ëÕÏâB؉|–ˆÐý¸Û„°€×:a+þHתLœ6^sÎú<(ÅXÁ,Seqµtt.D»—jTe5?e3ûqD¸¸ t­êMâ7…ÆÄ"–MUÒ n<ÐB‘²å`jи{‡xÑUÆJ Ÿ!¸ç]ÍÀjà/ÞêÚB™}Çgý 'œp 'œp ¯#œ©\/ ÄEÑÎ ¸zÑYµã&®Sq+c¨žÊYŠì=ûÏ™\Zë¼3À¥¯ø|pèì I‡ÕleD‘ÝÄ»{×H®^•WWÈô@ k™I×ö7 ¯ªÇh:&CCØÅJfØ(dwuB»Ö¥Üi¶UÕ6¹Ôšèªì¬*ÊT¹Üø@®+ºÆB$CP?˜°‚À0d,Éö×™\a€W®ê{*†ÒvÚ€N8á„N8ᄞÞÿ¾÷Ñ'?õ)zï{ÞóN“òZÀ§>õizÿûß÷DØVk*XX@J|àË­{–*Ýê¸õJ±ž¡¢Ü.åÕrÖÒ+g€ëXá­õÛ8E&#W!y¸’<\ýDTËâ±äM]ó¹vŸP¬oû²Ä$.$QnéëšI‘š=² #“#)«^¸ÛEàyJW¥P€ºt¥5 =ió¿ OÜ]jY]]»]¶›«2É༬²®}4sñH@”F&Wõ„æ„N8á„N8ᄞ>ô?ƒþîþ}òÓŸ6Ïýü»ïú4ýÝÿïGé >ô¡G¡]t/ÊHÉ cË1LNÐ&9"øW®Ò1¡!1dr…L”71•ð p•PgA„›XqKb1…HDˆéºÉí¥ŽÝzž`œwqÎÜxÖØò|®5ÃŽºˆhlÝ+Ff\·&ö:$á3¨ŸÏ•Xl€rõ'Êüã™Q¸>+nÁï¹Ç1“.´­aYFTã3¶.Dµ¸¦qq÷Ü®ªWc\ŽŒïMsó Ôý'œp 'œp '¼Pøü~>ýðÇ„~ò“Ÿ|‡©yµá}ï}á‡>Düào¬Y=•׿n±D~W.p]3Ö'×P³"þ´¦‰ô¿›C“!ÈU¬€Þ´@×àZ‚.Tòr ¶{ø¶^© óšæ¹]\6¬}?™wçí­ÐžÏå©v4ÝÁ–ŠQ¢;µ×A£õN.,‡)(&Ó1!ÀîèÀ{Ç£Ç@&ûkÕAˆñ;wÛñ!Cà Eú@—ûˆJ]+[—›¤[Ä-ƒ7ËÕ›£×N8á„N8á„NøìÁçðó-ØuÂ; yí±%_mOöç{¾ÆzªZ7é}{ʈªµ-–ÓuY |E‚ºu ×ëZ¶íŠ«ÅѲØ9\‡@ê4§ pÊèê [¾‘ÉõJòð°mg¼bªF{8Ô÷TÞðŠ‹åv3h)”‹]{XV¢”ÄÖÝ/ Ê⊳Ähæ˜êµ&"Vnù<š.¸È8Œ·%üÙå¹EQ4õv¯™#¤”×efq•Q±~»"fµ2Çý@¿A7N8á„N8á„N8áMX—áfší7¬Bq-”ÖME€‹¨É°Z¬/äC”Mê%’âæ|íò&jœ®› Ìz†|{Y¤JIšŸ)P%Bt½= zz"؆TzD -Ú¬H-åR‰yíÑR×Eà”H§¸ús¡ ˆƒ Ÿî;†aÐ-ªŸ{{œ1£«¸]E4 ÔiÛ""©ªä¶"”ãPa„²”üwÁÇU`ó„N8á„N8á„N8t=<@lë2="&ì‰ë¤ErÄÜA?míuÜú+Ü“+¹ÆŒÞ¢ÉâA~wxQ ó5^)®»ƒ·Äð„õÅ}+³°äJôð@ôüº¾¤ž!M¾ÚˆYC€ÿЖÅú¶@4|UÚ Ù¾W©*òÝÄET¿áoEÌâ^—…÷we¤j (ÈRé—½U`q;ê.¢ÅSì·‹„&f10˜^ÉmŸ‰Y'œp 'œp 'œp‚nó+Ÿ¯cz¬6ÜŽýGw"Üúm\óš¬]î)n† ˜é¥ßKÁcA®×õ\®3Àõ(x¼TììŸÚm`Ÿ‚~/Ûd{A¯«Ïðº¿oUÖБ È„n9Œ^C9m½­‹{÷Ž@uhÕQüì A˜Ç>¥ìá^ÚTñ{Œómb €IÈè*Q.¹Vl ɰÛu5ÂÌi Aö;$më IåÚg¬›.\/åâ™ÚzͪÆDÝù2ÛÛr®c•ÞPx¼xìg1Ý‹c?‡‚×+Ñ·3…ƒ9_÷ºl»#\Z´•îíe"[nÏà2ä{¼¬:UT^HlÛóð{?Uˆ³ Õ— ûZg¶¡|Ý,BñwÊêR¾ 0tã ”ì%‡p 'œp 'œp o$ز@cD¸vh×Gì×*ºÑž½‡õJ8<ÞÖ¬1fù âëÃÈ/‡b mfy­ƒ\g€ëX¥7žFLH„Öˆ¬.Q&À *¼uæa;¿K®;çP‘‰"(±(‡Á—4i.sÛv²¹°TÜÌì7Ÿ®!á^žSV×øŒñKQ{Ñ9Ê1¾eÌïÔs'œp 'œp 'œðºÇÅr¢zxoûVRbÏeÞOËb\Ûh¬MöÐuÓ5ëF†,Ûõ· 2<â× Î× åÛ=Ÿžwšw‰*·Ö‰=Œ0Â…ˆø£{¿Š kj¦RÄW®Æ×]ÜèZÊdF8~.W,¥›ÒŒÒ` ‹!JÑ{‡&4#f] Óâ²Åq±4I¿ÙÑZµ=·“nÁ¾ð$ÄÑV…¬“ñÏ,víp 'œp 'œp oà‹î5«Ëž‡3Ü"&;@g•E²:“[k®eä*yY£é[nM¨ëã Í/³Â¥\ ž®c•NpðB3ºîÌäB(\ö{™ÞBt%¢‡+ÉÃÉU3¼*¢p/X!;îRŒò„{˜Þ¹óÖÅ0f‡­žDÔW.öEM1 —Ðn¼ˆ™K9ëëÈÎä—ð;Þw¤@èjŒ 3[€+žÏUÑ’J,Ï/ƒL1éz¸ îŽÃóèÔ{'œp 'œp 'œðºðØÖ¸DÓ@®Tñ¥Wú[^ŒÅdk9ÑõÎjÿcl0.y1ëݳÀ6y»âà:Vé„'>;i3]•[‹vI?ša´·uí*D!àu€¸„÷@_wÎÕ:è¢c¬ûU_ÛþW.ÌPëiðùl® žÍ¥ÊvEH¸ÜѲz:A[Ÿõ]ø9«VÌàÒ̶X ‚SšÔ%l’}¯æOÅË@ØÓEè—Ëñ†QàÁ çÌ‹3#sZ?^übë pªtÂèºÿö RUÄ·‹;¤ÁXÀkfxÙ~á(?LE¶NôHiCãvìòA”5¤³Ìï î¯Àù÷î›oÏ0¯ùï“Þ?¨VÁ¿"o«@²ÜŠŽeKHcª÷¸°^Z|œ1vª¿N8á„N8á„Nxí€é²mócý­ c½!î†nQŒËYÍìÆw4"È\vh¶—Á5À­ˆ``‹™FìbÕf¶—HߟÉõºÀàzGàqgtajUsû@ c‰>®ýã=®¢{[Þ4Uó Á‚1y%6ÔÃù:2³8ä<×Óß™Ýñcî>¢<ËjÏ骣0XsÝ@"ŒÒ³î _ÏáXõOÉ;ÝVñÀm]Än˜©hÚô_|[L阮šÄ(E€uœÑŤ±ÙaøBÌú’_ôÏ‘<<'¹>Ðõú@DWòMBÀ›ë»@õ¸|²³„ G”|•À˪÷#¿jþáH·½9Âæwš îi\ ¸ t®ÒyPît¤l¶-xàFÒqî1 öœc…¾€ÛÊw†ñŠÒ9«ºÈ!. dÉÃæ¡¿Ø“_· IDAT mãJC÷Q°"³ªÆ;' ´‹\Íïy¡àæD7ù ¿É`Çíæ\@QÞsºè ÃT¶_-î8ÿ¬Ì€.ð9ÜDž툚CBxx6Û¶.mw£eºS??‘ê$[ߤRð4Ì;‘àå^!o¸ÆC¸•ÀFìǯˆx/ÒX×Ä®ÝÒþ®à^¹iÊwf®#m¥";êÞw,Û½¥<11_ˆ˜‰/ψ.Ïèòì]ÄÏÞE—go{—!fLtºLĨâ2–ˆþž29מï<²¯6±½L,c]ìJ£ÿ72µ,¡+¾…‘Gë×!uÅ[é}«Hõz]¡ïåKì̽Rð‚7ê¼TÄÏÛ¦ÐôÇOhÎN¾m»ƒ É+”ÅbRAspE™Òig..^1[h]p'¶·62;ŽaìwÐQ1õõÉ$îFDéÀùñ»â8zq{%÷ò ~†-¦“Z-tx~%Úd”˜h¼wàg\Ÿ“<¼½}^H‚\"SVpmŵ8;i´zL&„öIlД™NþªsÓÛê–'~Ü @ò }ñ†k³qz• íFøîl§¨Š×Ñ_ ‰òênì®&fEªcVÍAoÿ{µ„¹máw“´Üâë+¬†Ë-ªWðTö7ãˆç½Ú8^ÞÒ|-ë•dß<&…lw‹3'îC]µ‹ý}ˆ¶Ë ‹•Uòï‡4ÛõjŽ%0|›™±i(ð'RpLkRÛ>´•v+ßk;ô1èpWsîz$¬†‡Š{«fu*z7½ Z®Þ«¿6™j)æ?0oé/TY[`ó·CáRWóðÿ‡ï‘ú¿‚ÎnG˳7¨ ž•“²–NÝÝ-¡À'gЗ[씈K×Cºþ: 3:s+ýµw¯r&ÒPDzPÉI¯«Ê˜#–lq!¾<#~öÖp½‹.o½›è2^¨¦]xø{E;z2Þ¢þK…›5\3¶n‚D\#1@³¸Â|š¸G0ÍpÄ WŰWö¦ 'ÜúÖ…Ç®üvÔècýø½EFÊÌ®£íÉÃT[ª¥‡§J¾2J½VX—*í‰xéØÖÅNù:’Žº" ‰ÑE×È”£R¦¦Ë3s¤*cÿH2÷ªçséu½ƒZðžEbPäm”ˆ&]{$ ©²_ñÚo 7K¦Ú3b¹ÒÆa™XøS; ß9vÍÙñ«k¥1[­6çÂÞ.Ú˜¦éô ‡OhS*Û\:8ŸEó’ßA†câžàu©I&ÿ:Qä'Ë%±€#*·ý™„v¹œÑ]Ô¾^«‡Ì£ÀQþ.×¹x¸]#ŸŽtäVü V Z¬Sé+ –•éǸ[“xÔ‘Àú6pð”c Ø·ýhˆ€Vœ‡Å£ëøf2õòPY9˜þ›xW   ±ÒØ"½¿˜h£ãè3Þ‚ N³¬…ÄBÙŠ*SxžÐ²:Ú…KÝ÷âÁ¡cúaÀμ 4¥‘\MÊmÀë)\ŠùpD/õ2#4ü»èžjŸÔf žš?(DÂ;AËêXÝ­àäèŽùx¶^ÊÔÑyjìêÝA”CÖ½¢ÁºeIW£°Ä¾yÛû¯þ9ÃΑÊÅI4Äî1”©Ü_×ôœŸè •r\ùºiÐͤ†øòѳ 1¿µ».ψùÍõ¨N˜&ó‘èµ](<²Ÿ³Ý-8…ž‹ÌûÌãŒ-Ô!zÜÊÃë. ä‰÷Dø5Þ®ØÌ¹ÞD>…óvQHÑ}’@Ñr@wÐ/oïL tݺú5e´””GaK£ƒÖ¹¢÷hPie0Ø_î²C«92cÞ?}D TKcjdGŽÔ©Šen·ÇU¯È¬2¼rîdç,—ÑŠò>iÐ*­K«¡Ø¾3_ˆ.϶j϶ߢ.5"Ý“ÿbŒ>[šuåó*\ˆ¶,ÆTh££³yKûàolv¶˜g…Ø0ü+º« þDß±T!ìŠÜÎÅö¡\îÖ×D Ñpîšl¾…wY`š=é–lÉï.hõUÇ÷„ªàçãâž?r#Lä³9C5ÇŽ–†È´á[*§3`ûæ}’BÊãKgóc ô¾YêÅ«3—ÀóÙ‘Ô0%f7VZ0&ÏcXÈÈUˆäJ|•ñz*Ÿ±|Ñ—r%Ü0!^F<ðsn‰:`Ë ¸EÛ%’‹~Y6Áü™çöȇ÷do¡Ž­ïZ¡w/.\Dq4^4twZ(d4ÉY­¬b6»æÔïWbãQ1ö‡/ Z lºÉGµŸp#Ž"íæÑ¥]5Ç‘ä]ÚV¤D<¦Ú%ç#: âQ¸‰¯åÑÖèlåV¬ôlS3dc÷ü“ÚÊi­‹þº01m¾ýåòŒèÙ[ÄÏž_¶ãI˜/¤ÚVC€uTU´ ÍD¥­»ÃΈ€Í¦|ðkÆ±âØ ¥kã)œÌ¯ë™\,VÓeYá„¡9iè ǃÍ.‡ð°£{o,½ Ö P^W xUõ5åâmY£h?\‰–‘P&˜Á>…Ã’©©ïå¼>ÁH'7ýFÒPýÍØh há¨=-ÊWí;gë0Uzì:Æ›” _ÉŒ¢\¶,®íŒ‰#ãÉí:³ÄÛ9¹N܈gGè“-W¶Š z*q­P6_T‹½î“Ž×O³©Pôšg¯ÉYCuÏÜÙšïÍZ#Ør ßãøùS{§Q D.º {\¯F :ü%ïc†§£©o™Ç!zçq±…}UZ¡Ù¤€ ïTW×Y›<‰p;aB±²-\è£z‹›©ÈuÔeƒtëÔSJ§6œQ)”]Œ%Ç/äj¸öpÝ^žCÛ"ƒ/Lr™ä>-tƒ s”ž£¹)ÃsV—>‹c}!qKû¼´c€4ºüo•Ásä¬IwÕ;¸ é^—¼óݵµ%¨-·ô÷ºÀ¡õGMcðfeúR[SWnþŽç«»F´ùC£­<»8GÌ>Áì[ó“3.“Æ¥šöz$óö˜¿‡{¥Y„FswÂcOs)ÇNV:ËÃáóJd~ŸçBe$RDŸŒf1,Zu÷Ì>4}O¶á:Ë…‡rÙWq#2J0h±Ÿ]ˆù]øÙ8§kœÙe8A^âÃÚqÍ¿l«²-DxÈ3foaÀûÖë#¼!®Þ¶ûE‡VGE¨ rµ ÐW&õ½zrëý†B{”ö“áŸP´tÐlÕz§©%~Ùée‰¸ªÅg¶%à¡õ}{hŒãµêNNg©îËò·?öœ?4Ŭíê»®u„pp¸o­ˆã££-tÄvMbýØÂA=&þÎ L5¦Ñ.æmðåB”\јUÍö Ç¢v :8Z]Ĺ(&Šyòþ1rckl‰ãL/&еzB ÷ãyU>¥Ü}¼Ý°JâAƒÀýùupY–¢ÚÉýåéG™_H$Ù|¸ûeÊ"-•{Ý:³®C±¿è:k•™Þ?¿g÷:ñ€ÏþNÅߊؾfÌrßN?Nö;ÙŒ¸˜Ûs؇|U×’6Æ/Ó[vN¹CBD—p!‰×‘±§@˜MðÈøÂÅáÞ©¯ã^’³@׸&Wo…"¾X¯—z ÕÉ¢Kþ~9C ÐLçXgÜkê†×…|°¡0¤‡tsT r¥&0ŽùÞ”:bnp^Xaµ¸U"F†{8Ëù_Ðß]Ùƒ4œÅøB¶%¶KªTH—“÷Cù07Üt! ÍYæVyâe„ _,»''‘Æ%  ÝÉ,ê·ª<äÐ7ÓÍz,“¸Å][ ›V±°DÞÐ1lkÔ˜9[éà€$0 Ø„Î+QX+À2B[V~ÔA4wnÔ¨Ž±…ô û®sbžæI DÂ`OôŒÞqïâƒgTLAJ£fù î ЋAê´]=‚'wIXlwUƒ×Q?V÷"<ƘIד¾lzÎtãVß°ª//DRä\ùNa¾I(ä¨P >ÜÐ)"¦–ðMõk“%³Ù:Æ[{3Èõ¸êžÝb\NèáÆ ®' tE7ö(ôŠÁ”R5gSýiGû-l‰lKC·ÌahFjéÖ.67‡«·-zZá§'3Snµ0r[ɧ•a¯)%4Vâ”ÜD™-}×ãMæïÕøù±Å®å·0{C’fRº|Hו[ýålÀ> ®ˆ»j úõŽk×AÀ^sD ùsÛïÔ[&æÕE„{ucòL;'›õÿLOU÷hÓ<–{ÎI‡2q=Ô"ƒ¥t^ѺBB¤1Xaï|a[©þª{q‚UŠ-gÖάùþI5 þ\xŽÍ®,xÚ𼊙Õå qOîÇ=wþ. °öLÚBŸíûŽŠå€þ>%l†CŽ%ÂXrAsn ýVèNz1‡V¦7ñ0:ùÞêŒ ùk>£ÆUù½¯%$sËëŠr§ úÙs˜ÛÆVv¿·5Q;¸Ë<êAᆤh=·b`Ë‹à ãŽåJ³¾Å ´íÛïü–2͔۶$)óŠI€Š·Çªn³Ï0?q1ô‚êg]<1]T绬ž;¾Ý¤KçF˜7WKä`@ƒ]Çr"sì9Ü/ÍCÂÒÐ^äqó›uA=vÓ^,ÀE•:ö°÷`)^SÙ1‚ĺTæ@k$$é{ýb‘ñÖuq¾P¥ë+Í„p)Ë©Ùø&"–¶Qöïúƒ}&š+² Ù¶aï}¥~;e• ¾ð–é¥êÓÊ Š0'Üа¾Ûß­³µ zЉìÄ&®lD i&;ubä “øt‘ˆÆ›I?´Ã…Äàâ%¦:ù–A£¸¡Œn†7Æè1ÞoùF_?¨{¶£O8 wqòI]£t <ÆÐ˪¥ÐD—j˧æ+œù{Jù!zJå²9› äåw r kGÛ/{¢å³‰Õ“«˜‘R5Ú°Ù«3t“ªë7‚÷ ªð}~.³ºìžjy§~£×‚bìû.¡íºzoì _Š“¸Ðk]:Üëܤ=èd¡¸žè2‰·îØBhsôlF lÅ;B­ dB`ó°n¸ªàSj«Ì¦ºS';ž¤”ï|{µm¸ Snì4­Ú­0Ôöà3.Úˆ á›çàr-üÛ‚(SÉ9N4q¬ÕóB¢—mý>§ÞuªÑµ‹å§“ÝÄ—|QN”{ýY¶]ØH,Ì¥ Jíp‹^Ô•™Ú‹]6½È!ã I³££vì Ó,\)qýmãŠGCÉY‰åh;CñA€&Á—öP©x˜ô:iÛÍ ªûѦâ1\Ó$¥bªaÁ¢f§´Ž?Õ­ñšm°ÝcE;ðëœãÝ#-´ùj‘ú®#qŽpäïxø©sšqÜ6m·‘4d!êÿJ݃m^n'ê@¹~»ø{óœ@¶…½BÒzAg™H¨LTí-L€nÐ5ÿ«ß&£süø\(4yª@Æ \.”ýà8çÜ3ûãdÚ]ÉSdÅh Ï(ÝŽ¨•¥ à!yBÈZ¬)W¿uûµö}Ê\ ·ò5åBÌÁßP^˜Žr°eŠYws+glË×/‹àOÔYì?•þyÀð+L FÐD%3(ØÉ’HÍ€Òìþi—ÃÙšc\U ]‡ ÀçÛ©b×ÏëT¶2éóý†ˆo²:¦gN£éó½>Ï2XÁJ@N¸î9„ÚàÑ‹½0àK4ù¦?‡gÏ5ð ò¬U¥ /=_«38Lh¦É•hÛc]¨¶yŒG?ðXLö…9(2lXMèÁn€,kÕ%ð˜K¼øí%6X8þGNåw…p#¢b¿âµÐâ±¹ÂåÕ¶¸6¸ ´6BU>z>Ã=ápî0€ó9×¼¦~“Ý&ÚS°#`2©zFç Ðúd¯Á‡´ŸîÃe†É}çNhV­ÂôŒ˜©¹3èiòì⾉Ôêög‹R™^–é¥Î™¾[¨š¿äÕW;íÒiL(‘ºéL«óhþ¶Ñí%9ˆ^vÔQ<ô2Œ¹• ºRÏñª:å×q×v*’Ù™áD; ‘1¾ªNRý–Žªd·ø=·\Ð\ $žÍþÄ3òÜPT‹(ûráÁþýf.‚»Ž‹Û‰ƒ¡ž]€Ék"10ÊàÈö F‘-"‘%pùU‰×s[ªóýv7Ú”ÑÆÀ@Ë›ã:…g¶Nd-þ,.J¦"v3®kãLu[ª}–·ÒW¨|4x™W XuŸ¹uI±ó{EæÀžÊ>©0A¶Zì#¶ôBœŸsœœL…õtšfqŽ(MK`Ï“Ên•(@qá\„ª3Cm“QÁ{„¢‡†Xƒ”¨$‰dì/ã8w5 Mê°Ð•Ê$ØoÛj<·ÊY“f]_\تMWCÏŒÔ0¦J$Úé)—´à­®FC(¯1Ùuyùdúæ@— [LÓ¡ ?yîwêQòRvVž¯­)›RUc¬ßT£ã Ò¿´}G;“Y_ÝX¬™ò® !"YìüÁFQÑÑ¢I@$ ‰¸ªvÏÜÆšh¾™h“çQ÷õ r¹ŠÎç{Öä„£ð¨×“A§ìnð®ý„2Ó. ³á/«£“U¸=(ÊÍpÆ3‡Ž‚êõ[s“3•’'Œ¢©ß' ZëÎåVšá`CÙQhŠMGpZ¤t•´Ht$É;#ÜICß)nn— ±Iô¥òíFSd|UÁ.×ïã[ü™GÖÙè¸ùzy¡Æt¡$Agn|»\Æ: FæýÚg+²‚ Ý»ýW™ôz"ˆJvX]  §¡¯”Q”%ôåWmb{³}BQg5.’¶±Ûð`'=oLb 9sô*PN¬IŸ_Rç6§;¨]á¢y>`‰’÷•Ük †h{Þ<Ç"5†n¡ LIÁG¡üX^ÃäÄÆÎݦ炌xz‘èl7txØ8¯” å:)í§ÑÔ-û¹¤?m*9­ÑÉ{ón~¹þKæo×å*Ûv0ÔI8G?êHÇìDAè¼7}Éc]´ |×ëeÿœœ…ë]¤ôcºÒ•‘E,d¯‡Œ|,æ;CãL[”Ò¬¨rÇDí™L•°1|2yEQO¦Á'­GDB¢Ë–Ýå<-Öb#{#îÓôN ÐFSŽ ­nDÓ>àøÀíÐ}£G ®ÎೈP¯ËÜáŽJÝøV ò,PËÇ2¡±ä¸yP¾£–¸GäÃÑ×0ª/_çÞ˜ÿ®[«øžÉMÙq÷Çy]:ÏAª‡zj3ãÚ`Z?Î~j|@¯£‹r2y±ÑÍû}¨t¾ý¾]4eLÏ£š º*fÚ…i>·ØÂ¸éö÷q<`…­4³5ä=ò” II “I²lq" Â* vмµ[Ës9‘õŽ©à³/(¿*Pâ?õ JQýŠÃøt“Iñz‘ˆòy_äj§¯&Ô=©ð„{àI\^äÁÓM`"Ç¬ÚÆ¸®{.¢}Dsø€Y^LÃa¹mKcOQÀ¡úÃ¥Dį;}‹ã×=&?}68i+Т¥ŸÄy|¸4ÎU÷P¬åú¡ŽI#þþÚmFl Žn·ñO ÆX<îƒq,&A¬æ LIßüw´©†2ä{‰¸Ò¢Î‘õ=(y²&|;•«>´•%%ÓQú¢KÖá‚/ŒëB0‘w|ìl9š~SC;W¥ºQóÏ-TÊz³±ݸg/ZùweÅ|u½o/1Á%ËQYK2ÁîÃg'fÒȇ§Â¸C!¢éºÕ*#¸âiÑ4gï$Èlûd‡ïK7?ЇfJ:ló!x…¡ÀÙô­š0C§êÙZt½’;oÍ¿Ã@æ›ÌWöì”cîÍïB1TfÈEL‹ë8%*Ÿ#nã¥P‡(U*´J*¨·’]Ó‹¡O}¤Ô×oux@©óYâ69,Ú ‹¥¸Î$kó8ì[ä ö­ê×ÀÄÄ_Ø“A«-\÷l›t‚øE‚ŠÒs‡ÀÎDÕDá;I”Yš¹q~®5ãíSg¯Œ'œ¯Ï.mÿT>¬Í›(P¥ë#Î/!›‡xæ-Öóâ(î^¡0ëùÉ{3QÏúŠ2 =?]±+1_|̦]{D±íV_Åyd[!2¿KÈdzšÇa‡UÍR+è8ôgÕA»Xì2QªoWkù¡!l»âseMð>‘ =có¥a}Ân&ÇM¿©X³nC—D¢{ùFFž©m‡’ü¤EÍÀ^é•â<$¼{Rß+ ÓÏ»ÅxœÐÁËq×X’¹î>5’ª´Íì;!>•Ü (÷VMšº7ǨE¶§Ä×+ÉÃÉõºý™¡Órd‡P¡ùجkðUi7B‡ÂX¯?ú0ꕉ™v N&&%>šDi eý¹²`פó“ô¿«/tSF‘Z“è½ú¾¤Ë;cˆ‹„cPÌN×÷-ȇÆ= 3£ØReˆYÄdû¾éCsCÒ>˜ÿ­C¹Â9Æ€‹k…ÎØüë;æQb`wÍÏ…#; IDAT“»I‡ ß²˜OÛ+¼5Q”„»ð†q|°–jù½©=RMeáù«ôÿ–µÈ/2’^¹RßgvßUöÕ”ܪ cÓ*HýÿFçdª áAÁî€ú@±hW]¯Ä•ÙÆ’‰…-ÓËéÐUP”V[t‘ª¨¯±›a!삞΂ˆ¦m$SH®$o?'ùÌÛD϶¿È÷½¹ÁsŒ'90^jCD¦/‘:+ õZ4HØg¿õ».¿fwvfIÛoœað–Á†ñ%=kM¦ÀŠ“Ã‚oW7ëô­ËÙÕècíSßÿ9v:¶+ÒvNÏÔN]zOu¢~^´€V\™3Ž_¶ Q«OÞð»ò½&Q4·2‡òXÏ) ‹gб5RVô©S•+2bSäksG² Lr¶­Ù2"“H[/úTóî3Ðp¥9©ÿlÜMm3\cŸ ÜÖÈ8Ÿt7Í2ż„ ð;| mãrDוZ=Hâ Q”£µ1 +¢Ð7SÐÑ1ÆV—À²¨Ç§}Œã³gçËñXûãìïø§@#tZAÊKEP˜ýmV èí.{H››éŸù/´Ù¯¥sEòc[àš$4z+é¡L(ÏFÀ„‹"ý¢³ƒQÕZE$tŽ IÒg¨&y•i„)ÑÛû¢ž¹ °•á\±•£•ÝØ(éCݯx ËÛòã ò„ ïøÅnjۮrmöëµ)|”I/VÎðAiÛzÌ ˆ¬¯lb‰h§Œ‰…¦£™ÃØÎJ¸•pÿgyËd#,.CbÇ)ˆÍW´³wÄbv—^Û È”ã0x‚±Ûx(Q®+QDéÌ¢R2D4^wÍÖ¼s¾š:ØJþ…ŸqBVÆdÑŠOôê•âoã7˹$ù{XÌ 3¦,O:6¶ŒùÅaÀù¢‹bË$ª†oÈÕnjŒL)*}p~ åSèÊøöæä»ì-¯åÚ¾|d~ßÝNWòcÔ×7ÔàÁòöÖšQ9Û2û!ƒwœœëè c2QùαˆÝè uÝÒø¼À÷BÖ‹àaÂÊ7l_Œ \m[FƒÈí«%8ø]°uqÏÄTÁ­Ü‘Qãb±?Š¡ ¤¿÷ÔŠ¡ä9vˆéuÎòôijï]zÑ_WÞæ§XÛ‹jÆz— ®Àõ Æ>UŽŒãbŽi‰0¿ôM°8Ÿ‡gGÐÄe¶£²èYgcžçS·îawe;Wk &N¼sŽ«jæZéÄsNŽ•ŠñN hŒÔ^DÚúø™Z…}=Ü“t™s°8\ŸU8¶e]‹³0iùçH|œÙXm^,Y¦5uŸM—$ÚŽŒO ÿ±.“GJs~+Y ºÖz¤ru“{;oîgÂíÄ¡²=¡³.°[èso‹Ö»~vv«¾¾5åå‹cfZé-æD\§9P‘ÆýýŠî4¿g›æÄL@#sÎ;¶€ÑÂÞ« ±@æ|³]Š­}ãüæËh_}ƒ†]=¼ ò¸Ñ¿ñ"]›>(ïiîmÏYôß;ãžûË¡¿‚sB?ÙŸ/e\²·.ž€ÏewÏC§0³ËŽ©!Ú~Ulþ˜™+̉àåƒÝáq…_b<Ês‘M›¶ðü+Zý+°{'ॠp=–¿; 시v'±h4“SÚ9 ½1?àÚ)lkíÜ6_G–×uœ;²˜wâ¾äßn€k=ž^Á·Õ¿—l+œôˆG²Q™àMŠf—%`µ° ©Ò% iRüñ´ksÁˆ†’(;]ÌpÇ6$ÜÄ']¸úpûÖÆö ×ôÖ¯í)!:„+ωMçѤ‹û€X8JW,”ª£Z pe‚]q‹¨^¿i+#>½¶@]V\“o™¿d™FöÊ÷fò²ç…0™‘_¡?:Bóà^q>RŠÓd’ ¢bŠû.ëaÒ'¹dÒi®Y§°¼¨j‡ºf\Ùhk"®J/Äâ`ÃÊÂXf{Æ¡B6qîÛ!W¢+‘T«%[§+‰t#?uqÈükí;QU]Å¿­ä(40éI¼»ažz Îb) a59Ü5Ô‰Ñø)%jÐ>«>ÖKYß%¶99ðº,ÌGµö‚‘ ’TkR¥lé\yüš&Z0ŒcÒý¤â£Z½4–¥‘  r%šó§‘Ò05àôUįÍDA7ÜBnªgÃGµM‹z箸ÏM¯Î"(æI¼SFÍÅ‘UµéìõâR†ƒJø›¦4”æ}”Æ,Ù¨ãØË|0°É(cæ»õ(Ò’3¸ª—'á[©eôÍqj·(ÆvcPÜÉÎñYU ¨¡‡uÇdCU‰v2ÆÍttþ©+Ïó#ÑNª êÚÈÙ¹ÁaÅÙ°e 8?䯹ŸãzvLXµö1V›ó‚tî…²»>úéIY…'þ1öåÜ „%›%2¹^8 £GÁÃ%ß8x5\ ÓÅX¹vŦ:€÷öV(ú•ÑÇzøY(kªúp!Ñ;»›BúV)yx y~%z(žÀùiOP"Áâ5mpðЭ8Ôvׯ.­¾]üšÿz/8ÐÚÔÊHEyC–Ž?!x‹™“z ¥3zZøŽ?¢ýÉUãZüð;DïÁé¤Ïï``[˜ƒ‚O¦Ú³¸÷Ô“Ì¿I;:¿Ù€û¿o}Ï=¾4C±ÃßìÓæx«3ÉæP†v–y¥†OÓãFÈŒL™Róð•\ך ôJ H$sú-EÛè˺¶÷ÆÈéhñ´éÊlB _5(× :eAËá|YÑÇÃþ¥ïSG2ãï9mÊApε @Ÿ •Mœ;„Äè¿ØÆQ¿×l¶ëðTú|ö£¶ep¥åµX¦ð}dÞçP‚¦Ã²–|j.E”™Š0ä‹%¿Xi²¦›+=ßÓó*I§›µ0|Š¿F`N9 ‘­ó(´ƒæ›b?bŸPÏÙðã\¢èŽeºm¼PA±kB­¨ªgAæ­nõ¨,BôÎÞ0 íÓeCqÀ1C‡6N¤¢ó‚§ëõ2Š©]˜‹üdÒÂH¡Œ«)ijPÑ:®ËLŸÔU´Šñ”½R{O,SyªñtdˆÏ:r[ß"ý _l++¹l¢):¯Ùmse Š ú¼å;`o7GãÓׂø› fo•ç Á¶>Ã+Ê ùR¹+0Z,š`J:q:ÚÅø¸0‘äÇÝÛ߀¿Oº¸0ò÷æ|Ðo¤üß®ûÌ™äRÖ(©g>j³&§]°H’oqÙ‹±/Û>R´ë"ã8Ü#2½—Îv1çyf:™e’j®„džvn屸ߨ>$qû*[¸ý*Í+®U¤`¯ÐÌâ #_úÝq<ƒ@UÏFJdžã_g‹b'pñÕQßZ_áÜ࣠zC—œTŽƒã«¤-kÉ 2à"Ïâ9ó)~Ü‚¥oJÅÞºl»9¤ÜÙ}(¾*IÑOɺ¹Ðs˜AÅNƒêu›þ:È„HºÍ¤a·ß ì‰¨–o›ƒBäƒãìhbg® ´£ ^Œ-#Øí³@ nÄdžų ›CQ³cz0/ð)Ú춺) `d„@*gj&…A¿L”Ì˯Í3P‘Û÷ÁÓ`J”>ßle3PYkIÍ$ÿXÉqúû5å…c—ÕFX³AoFárò*ÎM˜Cn‘ÑmÆnW/F*e“} ×µ VCŸ¢l¸¯cèD‘óY]ñÙãÜ‘Lkä_´ùI·½%a²;A®×1À…Ù³7^¦q^;gûpp`ïÿÛ㣠§"õdõ÷cÅ~ “¯^¢=À,r˜«>$ËF©ŸA/"]@ä•Ù:Г‡ÞõŽ}:!©»Œ\“¤:sÖÌ­îL¥À¡$ãgôpË¢Û`rïKöÈ:qûâr­§ßãT‰N:Úxú¦ºsê¥Sž+ý\îáôR  šŒ[ã*™Ž?nžx nq®*À…åv°Ê1Ò´/xøV$òºx@a̧,EÉ´½ÌiuVÓùoI7zq=*:¼7FQ H/q“E¾I$D›Þªš3:ýuâ>µÝd¥§ïªw‘RËâ¶å,»!ó­°êô_õ\6ñºR¿t~¯[Tä±Üu ]vT\Î(×Qéi›xYõùpMzÓÑŒÊbñÓà+.¤ÀVQ®[®Å‘'‚!âªt¿àò:h«Qȧ>Mr¶E?DfÀ‹Av«.?áw1ZÝv4¼ï·ñsî²S¬A®t.hŸR=èGàM´v%Høu·ús•\9ž´¨ðU·ö8•Úza§3Φʈ’v“&†©ˆÐ'"ìuýB&J•ZkÂí!Mm¯Ìæa@Qõ.Ùy¨aç(ÔÃà8ú1È̾4Ù]6ñÜüT‚Yš pr-ÁøÆØ+´jõâÍ(ž6jRų¢çJ;¿5[*0Tð Ã0×v5TòeV“ö¢ôþ•™«b°E@sGìØ¶/Úº!ï6d=صd8|û ×ëà: Rdïp?go‚Õä§G N\ $¸ù<.j –!, WÎqÝ¦Ó 4;¬õÔN\]nQD¶ƒŠ·¢löî d[åÛ“·vG£a mWvR‚sJúÖ“Uû¥±Xx«v5äe€kWØ¡Ün™ñ¹‹ ]”YQý^µéبsSü5Àýï•—aŒ“I”ŽC,͹rÍþøìÞ‚x¿à»3lFçÚå„sÞ’7AÎQq·Ç5že«àaá/fßSé“Ä(YY™väs>]µ$¸9Û¹y[|¸9Ö‰ªEF¢$·ñT3µO˜5ˆöeEÙÑFs}važAÈC'M‰/G¨Ÿ·@!OÜ[ln5²,­¨ËpaGØ‚û¸úY/fž–\kIíL´'•}‰tw†¼ mOo"q¤ã€[ídv¤ÒÝ­>GžÑ°y]æXÀ!þ¾¯Á”žô ·BDv°<ZwÌ›Íòng:6¾U÷ôEEJhÓ!q¡†‚!¤ }`÷f“uæ­.wìkÛaàtÒ¤ñ¬FüÏÔí²z Díš{“OEä?.݃œþÖ`ÛôÝÆ×¡:l["Ã-ý§Òé㢨²UN•t‡ÿÌ΂Ωˆr”G©yK>ÇIÄþç!À.³æ¦ !óðºÍ§ÍõÆv`\Iù~þžu"‰„Æéfã`í]·ï³M%ʨµº”ÂÍ­±ôë³9ÕÚ >,œ- ¿…=éLÎgèŸ ÚÒCzúË4i¥¨‹‚î"¥?ê4k~莫˜ì̪³þœæˆ³é¯VB¯uô+{ðü‘!î¡c⛯c€KaÇøkÚ/vÄ÷ӷ倖]:‚¡(âEUÞ+ñ6…—·73× ·:åãÚPÀ|áì‰Ü e6W¹ø»¯ú0ˆ’•Ý@MÔÎfpe6lÓàïÐËÔoO¬_Þ+ÊÜ5Óé˜iÀ‰ö·aU,›Ê¸ß<íflNq¤¾à|És16Kl´ÃáèèL©\ä«]‚0¦ef“+i Lâã´¶ cmpþ» :€éé·óÄS_Ó¶8pÅÅwÑðò.‘ç­ÍÑ;Àq¹ B'ï5°cë”.”ýöØÊ®„±·î6í/†>êV]HLßWuIœ?2›Ò‰?e j]ÍY¾^Í:9“g™¦ £‘èøßâý,|ÿÞ\6EÛ[ȹ.øu5Íkh4Ñùî‚‹x#ÐÉ`yòšg’x¶§múIÅ®lÕ£9”ʺ‘7|-0yÎÈhfrϸ¨# ²íΗªNl»˜_®J¥cjÛm˜¯(bvMÍFb£lî•MK Ô¾‡¡KC„¬ŸK¢¼IÍë‰zÅø#ÓYdŽ>fΠ¿6ÛQ˾_*ni,”Á€”úæ¬ÚùeÞ1w¶8Ô¯ð9;çÛ™¾‘{(§íA7ÔNàXn×zõˆ ÆÆà›Žá6ØæŽQ(ã¬6yÛ‰0_Bâû5eä'ù¨Õت­ÜÊáöÄ6»§ 9= }O¾VÅ, Õ¶É• Æ©„ò@¤m„¹sﲞƒuÀ?€>t*–8V©^•t>D[2íiäêœÈ—GÕ]RñÂëàRèÍ)6}7öÎ_‰¸G‘„rûÅâ©ðXÜ}ÆË»ýÝ+<‰võp cû6spdêPÒ"Û™¥è ëÓƒdè¨üN™Íus¿jÀÂdfñ)N3®s¡”…Œ¡'î-ƒ^÷o_x,/™r&W»Nà]`¡ Û“>×–Þ ³#¸(¦¥qŠTsû["ˆˆ68N½nšµçmÔþJppdðOˆýAžn;×#AFcqûbÞ.#…GUé#u"õ{Ñ øUDÙÍp|',ð•®‚–ØHÒUÑ{ší‰:×…‚w"å:·üÛôc'ý÷׌tmåæKfý˜Ù5€W 8VÚªuœãZVç¢P:Ch”qŽ_·À–=ø(“kÃw aQaÄ€°š}dâ!¿(É©ÏâÂv‹~¢©Ü|Ü¡KÈtüö3?ÀÁ-Ö~; û¯åØîÐthq;³ªVœ¸hÕßrMzH¬¼^EªúZ™¤v“}÷š5‘‰m膖7«œ‚]žÆ ³ñ¼Èf/E-ŽHrahyÅìI5ÝS6òØÐÀŒ[“9kZPn„ÜØŽkŒÇ¡·jÍR½‡íJ¬*ÈOòEG€§zAlåÜ¡í‹ô+ïa¾o™€—9à¾쀛ÊÁØš}ó:3õÂlr>>"Æ$³ìC4†Õk1ÔÒÊ›)tcäBej6~G@ÍÐÓáz¹é†¹~LîžzÍy¬¾&›E!;®™/žß¾?mÌáRýÖèîXa/&d÷GT–3¹•þô–m­î{Úߺ͢¼óppj7°ÐÎo¼ .…NÕ—îj„Ò+–hÀ:= X–•¢³ìë«Q¸mq\Wl²qŒC¤û]oÓZ¡«+hyøN<ÞÖÁ^i7Á®:£ë‰ tÙ7Ј‘¿“©u´};à:ƒ‚¥á€&RB^jÛë‚E#øBöF4fé•ß‚e«W³3‘{½Ï0Ò7‰Jþ'‚Š|œÁÓ©®/¼JÕ?Z+21žéî ⛆%ß|ñ-èw®€ã¥DÓSà>í×"Þ¯{fýåòEíTàëÔ9ÛXÖ—Mà,’F¯U´'À>ùv%v&:jL”ºâàK0ü›äEq!õCÄL·›•ªö±¯®q¯h›á ´­»Ó“®,ŸDžWn-Åá7t;S>á„ÀnRaÌÖªÃþ·–¥^²l®ÇQÂîãÍ…7)À…dü…·û˜ªºèvv3Á__;G q€RU~OÄ¿ðÞ¬l‡&(Sµ2Œ¾˜³½„fZ®µ——Oô*ìHë•77ò÷ø¦UÅ 8ܪX\²Ç„û²HbÂÃé›sçƒhtO°­ÑI!"·•xAGðeóT°ëÝ*ˆŒOËòŠWMâ.¾Ê’V³gÿíM@Cw­aA"Àµ[4™#(‘¯E{m_²¬O©‰æg:Üi¨šKýª/Ö²N•”‚ËïñVbƒ|éú^(ÍÄªÞæéÑaöb·V&ª¤‹æKÆD¶ ­ëuþVœ7B±¬¦MS^ƽ±tj|öÔ0¢‹ºeAz\ùDʼndÚ–q-êf껉sCy0o•Yá6ç"ANð±7fPbH¥Ì½ÚG¡zq–›Õ1i1• ÷¿V£àËDR+ÐìŒ%ÅÐŽŽGjn©£°cÚ%äõæ‚óášQ~Vvòo\IJ¢ ÁÍì¥1;°Âƒþ€4ÈÔpTßQ5¸‡!cn²››Åù™à{V×P$BDtõ+´{\Ö ˜lŽÅ # §ŠIÑfûkeÜt4M‹×ºÃ@`[ÿ°<ê9]ÆÐg·s'~#c¤¢¾u]éA«FßÌ{r£¨êS¡|ˆÛ|¸§ {rç—ô0‹áž¦M0è…N¨”„.ùÓöœuçÇÅ`v°}n®ø"b"~…ÎäºÅgÊPX¸7ÞÔ—(ü¦GKe~bÝd*­[kbWëÆ…p&ªÂŠEÔ)D3Šj‘UâaÇ¥'”éÓ Å÷0Êò80’‡Mõ"²ºðá<’~˰¡9X`}±,V#šø€_À!Ú5òÙYh=ÙàOåÅŽŽÂì‰:Æw™S¤ãÙJóÀ¨GQÖ…€söêÑlÓ“éŠO^iãa1Z Á«ê™¬®›öz«z@pÇÃ'$ù–òû¥ a‘ÈìÃ=ö”ýи¶ÓY2qƒEÎÁ–yø|ÝÚК”)n¸=lÝA%œý¥@¥ë$öóHÄ'~ ÂsVæ‚Å·Î;1sª$¸ÌE†ì>ÝšL•63‚ðd7%EeÀ^ÐCÐFéTó%êö(cƒüƒ“6·:Ï?ÚH„¹Xa‰º¬°S‡œÇ‡ Êôš> âþmMnçg!/4éÕeÕvIÜåû]Ή·ˆDeä¦ôf?»¸gu-¢g@`ÜJNˆŽƒØ'ÃosdÛ¾©/+p0˜ÀðêTyX),¯¼uhe‡¸øõ°cŠö)¼ÕSæ5,n¼ÓlÒ’.®NµiC¦l²‚RJþ…ßÿ:Ðv }6Î/¦¾ÞìÄ$9ÚG®²·f§į­sEÑ’ mFl||¼eÚ<ߑ笪¹AÚWÄ¢m¢ÀA$*ÃîÏ{V˜ñ÷m2eaÆ\j›4³i÷íùaðÆË£ÇÁ°ÃÅzb¬=¡(Äj›·ªƒÈé^-Á0±-Cx¦£*jS\Æ?8±ÝH;Ö™‚Ü4¸™÷½ vØ=‚ÌÚÈÞÚqI—îAhµBƯèØZfìsi"A&|ÑÐ- š´½Ih´)dF$Ué/d¨LhË·ZÂ_²WË¿ÝZ´;6¯?œ.‡Ÿš=~çPÜPŸhAc´$Ñóл›â\&×Ä–ÛoŠÜÑ\¥nŽºößZ![‚Í–ˆizÖ2D¶ï¥µZ¿¸åô\5{Ù˜vGt5㣧óP’ÿ·ë7‡ W† ‹¡Ñ…r•-ž€åM1…9ÒbßµQóFW%¬N-ª¶8 N‹]íÇJ¿„§Ì[UnOàdÑ©€àI!Ê›¿gä€ì¸ñ.ý†ûômÚ*è‚„Á‹öWXÃ÷¼Ðpçq¹I¹•Ç-ÌÓŸ6Ÿkø`¶(u‚‰S;Žq6aÉ(rsBŸ“ Vòðˆæ›É†º"ï¹@óü›­…AI:1*Ð<ˆì¤5dùz3¢­äHÁo#çߦçÏ,³L çÛQ’ |¤Y&õs„Ó½ƒ ¡âŒMÞ^‰*g b_cc uW5è åukpÊà)_H°UÜ~Íp‡Ào߬8EÞcÉò—¶1Ê|£PZoD1[ޱ:mU…ð½J9g_LÒ€å~º5Ýj>(]qo¹€¦*Š—h•ÅÔ^²J™žèUë‡O àÙÙèG»bÔ‡#ÆWâ˜u÷µØšN·…С‡²Â휶ÈÉ}EÛõMÿŸ8ÛíjR-õv%쨕p'QˆãßòZ2ïf¡L›Êª‰\ÃSe Ó&q; 8Š~ŽKVC†è»ßZ> n¦!Ê‚;K‡r $*] M¨Û‘ uÈã@>y„²TÕùƒÔ­´T!©õgE'dE„¸ÍU‘˜þ¤¢Û›@ïÆ¹“gˆÞ ÜJö¥²%QŠ»œ=ß 2Ph|ÇyUµ›E»…“Á-rÑ(J.ϼ-UŽ™lÑËã?=Ä;O°Â¯ª‚V±–ú·7õÅ^-áÂ}ËÕî±õ=eÎ!icL…®6Öœú8+©Ô°ý‹’ú§&6ä9àì¾9*Šé³õ9×ß…JUz+öBßë±0û¯Dâyþ¡}ºY5OÁS$Ó§f˼$â|”*H %Ü öÄÿ>*à›b¿ažLÀyþºlEi:JX¹zZvf„þqP: ‹Ó¥„='P„ì‰³Èæ”ÓO!Ú2´*O"â9…Nþ!u¬g­ú𬯠Ò×¶‹„CÛël—b:u²TÜý¡ÇÞ™8çèõ=‡Ó£Ø[ß ÉùÞ(èß9‡eâªaJ¾ ¿dÍç­3èY²'ÈÆ˜iòçD4=kiXÙÔqos~£«AöÛÚŠƒ„ý¬Ê¬‰+ÚàP"ÚœùRÙþnöI 9ÀPô×9És·=áÀêe8äéf ÊuÞ^v«û:ÉšÇvŠ'¢v軑<÷ä²÷¤øæ ©=:`ò<ŸÜ­¾£ÎÄ ò«A ä¸ XoQ~ghpÁ·°ùl•Îw+d³3žûLš™ÅbCkÂPÚ¢XBû ÄØ›ã•©3\¬'{öÐÍ£¶ùR‚…´;h4ƈ‰YØ?2V L…{+Š V6Â]WF¢>ß“ÌÓºË06[±hGŠ~¦žàÀhM24 צIü†>ûsÑ7ö7ëÍíÐýõdu2Îòõì`ö Ç ¾gø|‹ ¶L× ð¹{­Ã\Þ òã&s¡LÃÜ,qèµõ/ZÇ@ßÑ çUSœ;ö-™”»w1çQõ#vs¹ÜÓšæÄDò.ƒ ЇrD࿬[Q¡ÝPT›cî_¡SÙ µGUß#3q~Õ¸ÐÏÈ2JYÇ#ìÅ£Â=eÉ:Èõ2Aàqîoåм™ðò° 7p/¸ €£~zßVl¤­{ºE Þ[9ð%ÊxÀ‘ÅH€Ç‘ÒË[ŠsW &l¶æ[Éê†ö:Ö´5´!ïÃŽyÅÌiͽ©q/8ÞñDÓåð‡ºsÄS÷æC°ÄÉiìð³ _-ÓàŶ£=U«˜KКœ…ð§§ñШÜ!瓆rÙÖ=“‘ü“îé"«xHpG\¤e‹irêµtszOá{õy Ìòx¨kî‚wnKÇÍEŽ#ãhñ;"]€Œ§ßš‰e $.p`‘ :âD9ûÓoïÙ ©#ZMÚçÞè€ÅLWu’TßSÏ6:ÑaPÒÁñz°ñ•n)»ÒÛ÷,Ã!Ä-ʸPhøœšíåŶ¤ ]ATó¼TøJA¬pÑ)Dîi­*XÑ®\£0×€WØ=<\?my2‘Ï7ø¦c‚lçéÌ—„9€Á/Üòc- ígø0Œ‰£!ö‡²¬áï š%$BY†¡L2LÒÎíîƒ`]@‘Fw†Ÿ+ïu¼ï“â¹¾À¤:S;1Å.÷ÝûhEw 3SÅ=³ 03ØâVùn«´ˆ_ŠÉ ]ÚP]G¿à¬¨–5ÞFYWâÜ 4YóÓ9™?KèöÙy?n™›8A(ì/a®¾AÖ™(³dsNæy•ˆŽ$¬?¡m±Œ>JzèxœjdÎ^43ÈUå^:‰g™rTŽGÆSû¼æ…¾ÐãWæÃ¨·¨·k¸¦‰K9ÉÊêÙ–ë מcúÙ‚¾û‰ôfÃ:ÐòÙ„œˆ—î vAu˜ô½{ù¦Êʨ•ŒG3öp»Æc肦õ÷ ûªÁGÂÝô®\ G²(ãl˜ÁÇzrÑ ƒáDrF‚x_ÛÝRvˆõUÿwøUŠêœ¾Àb§*Ù5ÛiHtGy-™‘– E1)Ë' H"iqV»–:CßÒ‡PužCOzÆ8•Ô‰ùQ?¢gïoÏÛ¨«S€+Ò*ás?vè §ýñL—¶^EKG¯_1 ârN ªˆéÈ¢-μ· NgS ?Ó̆ÔA ó,øÅ¹4 Tí—ÕÐá5ëxÕ®dÅãn£Lhèu†âtør¼cÑéˆWË ½âØX—Švê€Ü6Y1+ÐpãÐ'ôÅ&¨(¢¢´z¢\`g”u%Ƹ‹à*(Q°HÄÅg¦å:$¸H€±á@û¿ŠŒI¦ÇÙ2:É’eEÒkØføLÊ…~Ø‚îh0óãzZ„ê Ò¶Lhj+HÚ-ÙêuYzZÂ4uwoºúMBõðÃÑW|+Fþ@p\E¥¡í’ö1ŽÁ(_è,s`¥Ú4'ü&²ïñ¼­©?FÇuœ3¦yŒúÁy¬q\ÕÅ"8§ÝPœÕÃGG(aïi|˱}ã‹é Û¶ÑD¼çú‹tê÷80«ÎÎ ™ÀgÓ÷Ýv‚".çø Ø"µäå&R* œ§ÖX ±•ÔÀóÔ„M_&>‡¡S„Év6Z2ú¸%Èx×¹^ò—ÝfUxŸj^j8\OG N¯n¦¸ÇòHa­&v—¹²ºñDkÕ:'Bu*öEÑÆÖ‚îCñ.SÌÙéƒãmÎÂM]öã†&;¤ƒ°9Þð}ûð.T|ÇX+‡D¹’•â:^®†Ì¾g'¢Z€Î…^2÷þwõx=t|ßšN öU †^=Þó½EóÚžv‡ZֿƉ…’ä‚­xô÷qV8:x þdZ Pl¼ëK3ŸJè7¥»ƒ­mͳÍ]&Ÿê6?]¸ØuèŽsˆõz5 Áwάä¢Ö-|lѪ³ sq©î*‡•J_Óm_CÒ‹æ}& ÷•ï5u‘Í~1:vx{$Eäw©¸[Ò’X¼¶ ˜ehréÖ0ºÔðžbe¥üýª2DS­„_`ŽÎ‘¶¼:;K– äLähõ…3Ÿ:)+¡q•¼šÍ#)S¼dÎi8Ô?«]@À3³+Ná²ßú/ê ›  GL1“戋“AÃå”5û°•Xs1è¤]ð<)¾cÖÜÿßÞÕnÉê@1'ïÿÈÍýa¥R è™lfön8'™6I}!cÜÁ¾ù.¦©«$Ø1YÍDÂC3 b\Áo‘A')–È?©¬]³å‡NŠ8!~Qt, ÃÈmÝBv€àHÐ4…áOXÚF3[g©¥îf6¿Ð ÔÁ0q×ß’“iA2ñøŠj¢¦ÚŠ•†*"ðx?=]Fߥ¢ D€²þ1HÍþÝ>‚œ·OˆŒ#Ôv¿Ã <¦É'ÜÅþéƒ%Ÿ×½ù1‰J/x‡Wð¹K/t’ë_’àZµ#þåç$¸ìÒÑýÄòá»ðäæÕÅ/2©RìÒ9Ez& gKÖŽn(þÑRÏG©¬ª«¢§œ¹ŠŠEáEà l€N«Ñ0yèšD¢¡÷'ÏÍ@w °8¦¹c!;æCS1U¦lµø\‹¯Pâ!~ÜLˆsÁ£ãREèä¯=1'?z9[þ³ŒÍ@®Œzé×áª8\]¶ôÆ“ Þ˘Ná ¸ß6PaÁ ó|ö‘`fVS0ûz­kÜ#ý8²ýt•ô?íÜÆŸN‘ì€>ÊJî1 ©—òÿ Á…ŠÍ‡—KãPÖâÄ,2 çEKX 0nâ/™ñeõ4·‡¿Ì¨MWå1²·¶à ‹w ]ðÉ,#½l!÷Cî¦?:ÌX¼ƒ~(¾¡ÞKØ<—É6ì!4÷éÝDN:²U}Ô†³¸’W½OÙ}º´eîP4[$w«Âr'Zƒß4€ÀÛÕG=Çì*Žtx¸[.XÙâs6J÷“-l#ñXÌîý,ô];wÖ‹Öå)Ä lßÊ:sc+à&¿x)ˆê¶¾4[ú`ç{¤y½êª—ÄËfãI‘޼Äqx}ˆ¥*ÆF]C_{ì A:‹¬›•ôàþôS/ÿê^QPù» ­rû1®iŸ¤­Á¹wæ.Jý¾…yY˜Ö%=gQµß©ä¾ löLÐ Zä°?®b!&1*oÄ'q⒜ͬ¿l~iIe|0cIÿv–³]s¾r<ÐP|ÌŒuàøÃªÒ>°ÛÐlÍœüŠL6úyå].üÿ–¿ ®ßQÝ9¾åਦA¿pŠð4ˆùΊNÆ:úìgÑÈHƒ£èF]ŪjXÛáÞðâ;ä­pbn¿ou‡wäŠÆÍ¬½lE‡FÎJwª@ŸS–bÙ" Øù¢^Ýû¬}8ðŠ\3Г‹Ñ $¸Öa|d¶Îec·©”«²¦º^Þ4¿ï>S=îÅÀþÄs%ÏÚT•̲ ªÇ+ìo/äuu›MöÆ…à碩Ð}3tâÆ{ Ùá7“†:˪"˶ÚûuZ€“ÍÀ(m-Òr§'²¡O_mm¶ê(á»Yí¥äZõê±Ó¨M8˜²!«}ü;…½ó|œ¡ ù“ê¢àØÕo)6›¢æ‹×x rÜÕcq¨P]sIDAT °µÀif­ 1ˆcmYø@m]¦ÇýQ/]O¥ç¡ O»Ifyá ñ0 %"óé“™…żÛ!´¾\wÇÜî_wFš §Â;}‚!~hŠ`²Ÿ ‡zã¿ ßcbPÆüg³ "ÁNuí:ý­ÆM¸ƒ‹_ƒR¾ Yæºmß°l¸øG\`À8?îË9 ;.·Î2ÐXî&0ð³Ç–?+çk|¨Ãb(Ê’®8EóWâ„x½.Ùê„y7þßå²½Î8 Kßs¦èf[j¶æ •õnLïLõ»Ðú@_³¬ÃQ¶W?‡ÿŠ<ò¹öéáË[§ûY%;¾ÞÞ¦ùž,÷9!žá™rk(-Ö53KÉõÛÒÉÔá†×…#ù‘‰.Í…ŸFåŸ(\?¡½I-.¿¼(â§;öŽÒ'ç_Q7ðFDs¬z$àúfqÿ–¿Co`@Ÿ·ÍuÇV5¢ß"àmp­Ï¥b"Œ"opàïêu·TµbÞUâkÕµPV=Í«¼­J^1Ž˜øó9\jQs‡÷™Wžµ°t¢¹yb„&â Œ9¬lpA*|õSk’jÜb`&噫v¢Jâ‘ÿz¢FCÁ„ЋŸz09ÿž],T êZ쇫v¡š ÍhÛÅœ…]K€·x øq'U|e0øk1¬^Í E4ÓŒâÆCüªÌà*µ‚î|ÑÙw1¯™/“'Á>+Ø„~oøœ&,R|ðü^ËøêÎúpŲç–]ÝâÚÛ– èÁЫ*3+†’» 7ly¦¦ß¸Ñre\Àî(³ÈýçÂÒ•ÒõO p@…8æç.ñ,ÌL{zmùV%sÚ×¼ ¥k?€ÞÙgÚK¯÷.SlùN÷Ó¾Hif*‘@"wââܤëçÙ…·À÷DvÊl^Ä9(?˜È2«àçã÷ÇN§öüîÁ0«¬©àQˆyóû­DC›É‘Á|ù*³,s’Â>àÃÞ2Á%ÆŽs¦ðɱ޽’KöXÙ.öÕNËSa±‚Rž¡ðhã&\âût²nòfóew=Àmkf°sÜà#70NoÓmÉv½?»ö)~ј/ø¿¸KbÖw%º*gS4ý¯•¿ ®?XŽÁÙ1JºÄCÁÂ[}‡¦—sB×"þ\× a£Â‘TÑíËå!ªô¼Xð;ýR-8ð–ŒÛ3“ª1ѱ£GE=§HÝéˆrñ$~Öy=s·“Áâ g‰Tñ,ŸïÂI2oøt§3t*ÞñëI¡ ÷&«r“sýw)÷54ÅB‰jíð«‚,5¯Û·¢ÆFü—é*qtG‰;LKº¹Vãæ+4‰;¯?çÍ«ñ~ÒÞW‚ì¾·Ë]qˆÁÿ;Mò3vx«ævÁ)>FRùá«‹7¥`ÙÜQ€ ¯IŒ…íw~JÝ­\mpÇ@gÚk!·0ÐéVO×~ž©åÉñwòD¨„rnA‡½Ë¨ò3}BbÏÌÖŽ;ÞAc1\tâË¢d3ÒWvCÕ ì<Ä7€wý+8Ó~ŒÛ(&ˈ¦ŠõN!ï(êƒ^cÒu—{’`Ç+Ìëqì°'üZf³ðɧ§ñ=¾;Ţܘߤõ4ÆÚäB²Þí*0“_Š„åf@NúØÁµ³©[Ûa&ejÂŸŠš¨«|f•j¦ÜèN ¯I/3†1ägAUܦc3ž —Ì'0åú¹Ñ·‚™ð!¸éfíã™QÛ>Y8 *¦wk¾,súr,1´oyPø€¯ªn°UÉ>£æô7·}Ï^½ªm66iõY•¿ª?¢„‰×´Ý±ãÿ«üMpýîRx´OÁÐÁn4ÃTêuÇ›$ì&¾bÂt —o7Ùs„ÈV}ËM®a–œš˜®T[T‡ ã>—oTlÜöw§¼ðÓmoya¢KȇŒI;ðJÁðÀs½Ê·g÷fÞ;,ªAŠ ¡EÏ39‹Æ'G=ÛÂDp1‹\Ã^ÈGÓÓNæù]?ˆNÏñËŸîß•´ Šæzñá"~\„õU5/{hÌweŸõãí¸‰£€˜hoô›A#|2šàÿ|•P s’ÚŠÙÃb³cGÔ]¼ß,Á5#äs¹¼.ǺK°ùûJÕš¢t‘Ðh±Œv’‰®‘ƒÊ¡\)‚j©ìO]³éE1Sú"ŒøìÎè  ˜'ëé8<í6d Žž¡Ua÷šuz`2'#Þ#,¾u´wJt?—P|QFõ¹i@ןãƒoW4›MPÁŽÐ‡IòÎÀÉM0À¯Ñ®@OÀȇU€Ìý¬ÛO~}²ùë¡x:øG€ßÍ»¿@= i®Á:MÝ–»ÀâîZ°©hv1቉0D‰IÙ©.–Ë’9äíÁéÉäÀ|Wì§°9χ×y¿È³‘Ì{-Ö•^dj‰L–2o!8~‡6±ƒòü•e~ñ+®-Þìnë_¨@0-ýœ–|Tü¸ÙJÚ.:æƒÉZFYMŠKø§ñRô¶ÜNŽmX_“_•$£WtèG o˜KxxÝÃŽ³å¯Ìlžÿ‡«Òʼñ8ù •µƒ?Hr½Á„?Y6ôM}kù›àú§Ê. …&Û!«}{730r_)›m#_}Ú¾o|!›%Lî«®Ú/i:!çîùÉà§ + ÍÄVI‹ºNAIŵ8G>ÉŒ•&]EN€… ÛÄk*·%ÐjsQŠî¤ ßpqpÁ׆ý~´ÔVLšÙÜê?tó]s"V1Û0'£¡ypÔ9z±(7=VÍ[4¯a ÐbÎÓf‘éNþ°ñÅNzø> `òÃå¼[þS'8;ßá6y ž)GÓ>“P k ôc°hiqqÈssWQkM‡þj– eÞk±¡šâjÞ˺¸ðˆ4Tz;³ëu’Þ¾«žz'ðÉ^?HÃyhXã c-†ùFð@÷1ær'‹þ¤Al÷æ:ŒB< Žïi3ù„»rÒ‚• ’* ‹³ÝàwàqFQÚÊÖUf¨Z¿Iee»6®¤*tÑÇ>öžûjÛa’Íñ&ÑÒ‘§^Móx þ¹-ÉÃî=¶Q#S܃I €$_ ™]#Ý ‰‡,ÓÓÃöx&˜sêŠÇ.=®R©pÇȦbÊ9¢a&Å:JFÆù4qŽøb›2›‰³(«»¤—™Å]Ó6}`·æxq 0¦±YL›É#Ü~ÌdævÌuaž“[,‡Œ‡Nq?(_c|ªÅÇ:Œü\?ÂóCÁ¼_™Â¢|k¢ë  ÿ‘ò£\o1ÿ–RE w·u[t¯ààAŸ-ŸHܼ·‹K´¾GFÌù:;oVäö'š4„`ß6I ÇÛ]nŠŽ°é²¸ÂL(æC¼´'¥Ý÷@CÍ9ã{îG2:Ð×£­E÷…õmJÕ à¹8)®[{¾Dé·‡ a`£ñu}J6·ƒHðxÿàë!ò|¿)‘ƒ lC´@è\SJo&^£öeŽÂÍ)‡'¢Õ-¨+ÐwœÙé‹jsVë埊‰ô(:µù懪Bú湸€Àø6 •%Ûôi2!Ðg$kªzÒ4+ Ÿª£—Ê^b´@{® «e‚Æu&ü‚æ`Ÿ!ëv®‘çæÊ…æÁ¡#g£t¶"ÁaD/»pÚâG µ °'ú…ä/†%ž 5i’Í<™w¡Õx‰þ*±x•à7'Šá÷÷IjµÙ-„›n*ùex¯WѺ±­3‹ö¾Èú¨ºÇçAüŒü¢B«T>¥/Ú<3¥œ9óÛ Jx}]?æÃÉ¥_*ÞA þ\œd©H—E-²€é@Ÿ$àãoÐÕŽø&lá3ªVj×\w5Faò Ç\£ìXmÈììÑZMŸ¹½z,ìòü"àlúDm­?22Ÿy!yãª?Ia€h†Óq0öœTêc¼§õë•øÒh“P/pïÚ*&84olÝ:®ëeQâ‡*ÒpáŠóqdìO)0’φiÿæòã\ÿ±ù\9ðú¨ßûþ]´HkßÅßêÑÕ¤£ãÐ;e [£{-ÆÑøêØL®TdË#!ŸH 2lÐñ墆•à*GûäsT"»DOÕ¨Qx6HÁf~ §‚ü–’áè®oÎ$Ê šøÛHÉe$·Ù’ ÆÀgåùŸñõÀï6aþ­é\OÃOAØaˆ`Z–îöäÛ’)$wÓRŸ.ðU\·HènT°h´ÎÝž`q·ø(Àå{¾îìJ;äC³˜Ã§°a§J4þu¿w_xƒÁ¡‘ˆeb‡êÎ7öt,˜ºYãNs³á´3Vð§ÙXT!vL£þDþEÐÁUÒ¨®ÜÖÉFÿÐ'·NqB˜û(ÚÐv $†`’Êø—ä7m0 $F[ÿ|ŒÏ}!§Ä¼ª §ÒçH‘þÍfIÉîÁåäN!~©$±-x`fßÙâÆ»Søë‡[*üUÁÅöœ;…(Öi›Š±¦Ð‰iCoèìZž«8³Jp9 õå=Op„ø^ÐS%Ÿ¨xÜ´«“uØ%"0…@wS~Àq4¨£¸è1ó/,=`„..#è‹J»Œä·Äj']0G‰Q§^[VbÁ°ÅßyEÍ`À„u©wAv‘`QWÒÓÇÿÑŸ®52¨°Þ;~þP¾kÑð¨øãåo‚ë;Êçn¿05ǼÊíN›c©œÒ bŸš‘Uÿòü°S+‡éôí0EÃ|§+edõ¦Ó0B>â³SˆŽ–¯£VßOÇOd™ÍäHx-e&¿Þ¤©êp5Æ¥,O¬è´h‡X6–u»²r=>þ|æòë`Îmæ ü]49~EÛÛ0ÈËŽcûV‘'×È(±{’UçÂkæè´bB%RÜS·ã).õTp±PU…»c ý…’lË[ÿ¬išxBO&{¯l›/ªÓôTOÔk*ÂïÀFѲw›G²„î¸Àq~uš\F“Jäð¢‚[•Y7}wEYȸ<—¬ÍÄ=^Ø=øÌnبrHBG•`Ÿ¡­†EØNÿ=mi5—¸ë„3ܲøIžå´[’pÏÐüŠgÇù¦ì-€:žrÜPóN°ÞÀÆ-_0ÿN–ÄØ¢ÔÍJY+§·E“ëdHA!ÉŒI¼ì!`ôéwòŸ›8R¶ÙTNNÅžOÕ ð*û­â¦#Èø˜½3ëÒ$Ú¥eÓÚLL¥‡mfQ~{ä…u³W/ûö”<í»÷qƒÕ»=É9!|ŽÛmÛ ã6ÄŸì Új èC¦&ÉŽcð~*t´òíÚƒüÃßÜÀ¢ÌÂ@:\—F®/9öM)Î:å×ÅF¡KZ„ÓqÚü:ñVÉÒRx®:ëÙú¬fD^Äúñàþª$}Àí-Íl&Âc½M$´ ‡YÚw;gJV08yW›™µu¸ê¾á¥þ#]ÕÀ86ƒR§-«ž_”äëú"Î=½Çz³/ÇV¸Ÿ±¥X×ø-³Íûvø†ãjg+Ñ÷èµÑú‘¦Š;ÀoÂ3Á·Xg±/¯6Ì,dÀðü¤9Å(–LJ K™tâ8JÝdÑöTµHV¦¯ñ¸‰¢³gÏð Io‹-8maQX ÚçnèSÙÛ­³ ¶Ðµè‡ò»ˆ²°?”^µZÉ»¼W>zbâ9ÛtrPæÙ|R”mh_7ËÇt üÑ?Þ¤wëélžLU:ÉÑÉÿÜÏéw?Ì4°A°!‚.õî fŠ£™7ÊFÚY¸&µâO[\Q1‘ås؉ONŠãàŠ83ë¯Wm³ mEÛ'ƒlDWzEõ¾/6t×y§Zø÷ྠám%T2æErC|˜¬Û¾>àÙâ¦_øÝ[ bšÄÀ”_œF9dß„Õ [l¤œeü+E«ÑýÊY‹>^ú¨Ãdcð‰Ô%|ýùBå[Æmßyxá_~îÿŽUñ¦ëÈIEND®B`‚adwaita-qt-1.0/screenshots/widgets.png000066400000000000000000005522441311200771300201310ustar00rootroot00000000000000‰PNG  IHDR]pýr4sBIT|dˆtEXtSoftwaregnome-screenshotï¿> IDATxœì½[ìvÝv4Æú¿ÝŠQt×Ä©„„CP‰ ´mz¡î¹(±Ý”Ò4H¡4M0’è•ÑEÀ¶Ôâ kS¡ÜhbÔ†Ó–`K³é~ÿg .æcüÆa®µž÷ûjh÷šß÷Ÿu˜sÌ1ǧ9æañç~ûw‹‘ûñ¨O²xÞ•‘ù\ïCù™Aįӽ>U˜:t°BY²Â=bÌLJ¤SMqǶtíÑ÷"õ>•+$xŸßÝ]¢½tõ‚§DAæy¸Ìa{žƒÉ†4÷ëXÕ|/LmYðšØëÔI«¶ôDüˆ”òç –óê—tžú!ðo¹ø<+Ží«\…áÙ ÜÒQR¹$S] úB³&üøŠ’[$“m‰´d"ît Q/l’¨Èe;YÔÌLÌ[%#i…„9ñqC¿ÆFêœÉò³ìëEû ½ô‘ø=ÜV¤:Í~\ÙUZЮ¤A…ˆ·Xç‘<™nTgc³ˆâ³'‹FÿbÕ€¹ã/'ÝŽýYì´é§¤—±~“+z, X)^'oëÓɺnAÓI{a&F¿‚jÇrg6 @Öó]wgßd’_åL±ÙÙׂ~Ò‹L/ÌÊÞõ\p•‰&Xu-ãØhNÀCæýÐ1mÄô2óWöB£Šmr—ù_)—ìÒÊ-~6±Á_ø«åšÍ‘á‰éŠ v´})õ*éþ———ØxìÃ¥ÿÙÜÌî¤é`%oW}²hb:Ò¿Ò<&%!d"ëÜZ;àWß®”­vT †ø;eÙ.0eù˜’1અ;¿í6÷v™šLWÔ ¼ÈÓ$—©Šç 7X±•ªÕ÷FñRÅ¡¹Ét[ÈÍŸÔß  ¨8KzJøéôKÌǦDR+~ù¨´*'G,wÐÎ`iüQ[…<‰7/®›:‚õ]eâ˜O’€€ñXêŠ\'Ƚ GoŠ™hñfda5|I±ýÛ¤ —5˜ÃØ÷é5ÕÂÑb¬œ/'¦£“$UQ¾—}JkžJâ‹öLäÖg ®¥ØÙÔdF9Xà‰å$Ýg9:“@޶ªÎ*üéEu¼ÙÚAñ€‹ÉxRð§£?‡SHd¯ŽkÄ’Ð0\f߯ÚÐëï‚é„"…¾9Q]j×ÇèlÕ™+‘‡_³)W«Yª§Fð”_T/.},Å;ËCŸ2M2ÍXµ]B¥èƒìk¢­™ù9ô+–¯FÓ×;VªCˆˆvz¥ÞÑNoéAïh§´Ïq§¢2Ú ê¥ ¸ŠLÈÑ"½­M>ÓèW¨,¯‚ùV(¶Èicþ°¨®àÀbü³HáËltJA‰ŒÑ´Sbz&d˜8ªªÄë€K¼¶| SRòkFDBeÛóÉ,ÍP¾íÏ¢»yˆ]_%ÞÉZ”+»'ରÌl€–.¸™Áõû4oÃÌ”ƒž4`™ÜŠ¿°À'Åú5H$žQœ9\ˆM–¬º¯ ¸8aŠ-²wM›ãT›²Í@ﲕˆÛv‚àÍÎZrdM¥Y TuÁ¨GƒÖ”¹4Ãe__ñÌ6;Ä&G+'.eê %d0N.A¿áõæXÊ‚öyL>u¸!“:¨\Øé]ý1í+Õ£ÎJ?ÕØ:ɤÁ?†~cfz³ °dJýÇϺ2gé(œÏîÀ!û·²O&üf|5*Õâ£?Îl!HeBy¥q6h tfe…°ëîˆúÅ„}wE#Œ…¹Á¤oÊbÂ)!Ð1Ô"Vü1 6s®"Ò&ÓHÌÄÔ-³$¥Úd5Æâ:˜žo¹@/—:Æ×™å,{^^ÔtFócq&ÇY'£“óæ—øh)[y25¿ô5‚9â]ð1$<€ÁÑÆ !8A5ÎþdtºÂ<O¹'ƒß9MJê7û Emv´ï8Ë5øÛAÿÙj…‚c²OÈÖâx;ÝÇà7@IÖ b«[pazä¸Ïe%Øo?£ßb‰u _ÚÈŸ¨™˜…6bzxÛ)ò‘èj ȆNÏ+LTvN Ò+©=|!<ƒ@¹ÓÊ#ç5 ï§e‹ ÅÀ¦3‘›dÊ+Úàx† lÍ>ŸmÓÅ9Ÿ¾óúÔÁ t¡Ž'â8GPÿ½TO+™7AÛë  ±“¶‚P”ï=ŸÈX™Âj\”œHÒ ©¼²9­îQšhŽæçG ØðòP¯&lø‘Óò±ŽÇ*5«\´šV!]Á©Ó=«<-8±_ œŸžÙ§Æ&E.ð›™%[ƒLœ«¨p®´fï ˜Ž2îÓ)·»¼œµ^[ª‘ú±ÎÄ&*˜á ­­6­`ID6+dŠÍ_¬ ¢ÔÑĉ‰þX`›b¡l1Z©Ñ¨úÃtÀÍÃC~árÙVŸŸcŸ­tÎJö²ºðR’+Þ`àR¦>Ç?aYèAI÷š»Cöh[×ë÷>Áü׌÷I~Ê,µEäí¬pLûò!PÅâ¨,[žaÅõ‚ZKŸRz>3³''©ñß*ž¹ÀÁ£•3òNY_ìœS_árÞùNeöîDgEýÈÜÊýÜ(²i9ýbŠòu¦–UœÐ·ãߌŸPìƒÀíGÇa>*ÏÌSŽJµ‰Æõ¦—«—ÃoÈÂ8ˆG<2ó«–¨HÁá° Ûi|æ¼mq×*tƶ¾ï’¯„yЗdüŽ•0SÞk*"|’v!ÀÓ;\ÕO­ ªÞÂS§«Â³,W­>pÓ³?#Y¬æÊJ¿â¥0Íd ë¶ðPzªô¢Êìjó—T5—Úæ»($,ps¶>ê« ‘å¨^f%ÁcÆKW*–,ségÜæúç1YuÔóA % øÚý™€¥FñæûK,¤Âêuv(yV@GÞºšÓü˨e¸m¹õÙQðNïä•ÞÒƒÞ³Ð+Ib£µÞÿèÔù©„Á|apm úÁõWÑ[­9щ‚È#îüu\IC¤çAˆè ô2s<‡aOé©Y£¢p~  æ?’_!:l5ˆõ1M>Ä !Š^°GIû3õWS”Qo‚‘RÀdpª&F¦È/‚²2S‚›2h"®M#·Ý*¼/`Ÿê®I ¸Lp×U@å$ Á‡ÉDaŒ~°@{“Ì à^3[°ÍóâÖ^ŠKõ}V‡Áç!ØÞÒÎÖ‡ö™6R|Dû® ú*m™B›þõN”}"môÒ-QT¸"ž+ì¦"0zN€cÞ®zÃú[fróŠ,0©TF<ó휂÷Ö$C6~ÏV%w>8º¬ôüUý õY9¦"|¤ óÉÐ0\Ž  ëbbd§##xf Ÿl“æ[Î’A|»ö]$Pž]À¢g*?ÃèЋ©ót3°EvÆ ¹üSÜPË’*—ôd–øÄ™l[dxˆÎùh™r¹þ¾Ø`ëF펅{Eƒg2q“Z'd嘟ՃF´aܰA;ÎÀ¦¬X#KÁ ü’€çe– ™ýx”:Ë9&VûƒHðâ¨M(á =že¥¶…¢U6‡G ú˜íˆÍ™‚ω¨úÛFœpÒ ÏU—ôi-F͘Å+Ëü.Ù¼ŠwG]Ò0Η‘q©w5k5‚6(ίVdºÚ]ù>‚¶¤kVŸ]¦ Yýù8» *`¹(gá(ç­±3°NÏ´ÊEj>À÷¶#>"z Ê™²âƒ:‡ÿ¨.¯IŠL´_$¼Ÿò-l¹Ây] óžÇ*˜÷ò WzÀÙÆ%±KõºÙÄ>£Wtйên×¥’ôwL\lšªW`KCP\I½s`8ýÇ#êéN6lZ›UøëUƒÊ¡žµìnÒÑùË6¸MÓm q{œbp`û—Ѽ8IóùQ•€x8Ax.³8·êÀçS×[ü¬ DvÛ67ÍôeXÇÚ\T…ØjŒÄ犣@9øŒ}¯2ÁÔɪ.ë·ñз©n†U8„…tì R¿1iÀÅ&‘-ØÐ 6S`‚¶)S) ñ.`U¬BAÁÚ™7çoà«Ì³ÞÑ x¼`@¥Òbƒ‹J V&[°“ ww(-ùÉIÆÖ,ïNèWífÞ€æHÉÝù+a^]ZÉI«|ÎU{ÕäCƒ*K;3ˆøéì+°“§¸yWqñ` t‹i.wþØ ºª/x%“,î®u`F§GÏç>gÇ[- ¹ü5‚pºËçD.1)Í6øÖp%†ÎŸ0Ñš~Ô*—N…©Ý¹È-ïLiüåúJµñÇ RCûÒ¤UöBNåDVgnxÑÆzË) u}Ê»]Ý3“6;¢Nr™ôú E87_3w”~i]Ó´;B"Zã|W`àÝÛr6`Éí×ßDwnú'î[g2ï7'ЪîÜ u FZ/vÓ;x^Ø2er„ûÆ`Y>u¸GÒ¶"_Ñt!³Ku':eùÖMq£?ÙI[õ³ã(”ùvÎZu>Š48…GRQÆò€[w­|Ÿ·Šµ‡ôggfÕý’ÛGð‰ Œ´ç.—@þdß²"CXtšêÎ$+7â=š3Wä/Þ\4$ª'¸¶X2NÊ/‰0á8&Ò®€ú;ùκ¾Ã‰¨ú‡ähV—¼ÊNïå•ÞÉ+} ½Ò>6$I§Ïó«Ã—|в²^ªè%ä9ñ»  ô‹`c~d—Ayè/$•Êט2¯üj؃¾íª>µÇõÌcwt'ÔÖâ)©¼.fÏf1bFª5J!È{+,$›˜_ÉsŒ#´›èì =Œ¬èFj=ÚÃØe+2¼J˜L‚qò´I¾Þ™••™æQ–q{œóŒL„y²žŒU$&Ÿ`$´ßt•k°çè}Ág¡xànt +ˆ1Á΀p8t›“nqÒ.Î < ";®|ò>+—\S‰h»¢^gJ«»€Ùú Ë™óÑåËyV¶{Ù8eDd‡a5ªœ\óI÷’rÖ‚s¶N¾‹Û‹ðhá<Z¥‹ù0šÙ¶ âˆþ-M¤\qÛ¡Ç)¯ÈkÈ`U¨ð¤Sô}­Ô3__ƒ½ UI{¸¬XYè”‚ÙØÒ6`S“Å^¸ÂK%­ˆÆå·zsóQŽà¬Aèa'6€“G³!DñÈþžš_Rƒ ì2'‡d­ð Í÷TRÛœœö “eÀß×iè´äÏJ›¿ŒÔ¯„쬭¬êg×ÛœÐ?LWŽŠjVÊšj0á¿ ½&ŸÌÅ@&àQ$zÚWmy¦‰—7å ð²T5'ü¯¸Xå”:3¾wh ¿5ƒÿøn” lDo¶Cn¼‘Õ{ÍSi“õuÞþ»®öˆ^l­PÊ ˜ÌÁZóZ§ëÛR÷¤­fOÝÞYÁ£ÕÁ!gÇB’òàóCß";ÉWt¿ÌîÍÌC©o…ÜA7}éËÁ…ÓÉm 7ÊWèLŒþB(œï»U.9ØRüŠÜÖQßNB¯ò ÷´Ó;z¥w2‚0À¦Ó©îìƒ1fb°à°‰£4ˆàPêén*L|5ü¶R?Ð˨W«ÛÓ¤Ìc±âhÿR•\e]¨ë 4Gw!cÒIB‹¶¡9Kµ&gŸ¤™}4Ë :;#•î$qÅÚ>mN‹xÈ,ßHC±‰«óoõ_&™7Ââ —­å{ÜfzágÜ;¯&FscÓS¨‰ÓêDÃf#¢ü˜˜˜UïólƒHø\8%êš¾étšòmB²º>ÎWèAé'Ÿ™bjûöp§_L ¸XëpxÈÉŒ`/̓‰…£Ü),‰Uáú2úƒ¸úRì~úCÅ6º5aa"Ñ€ÜôSÄeÕ&ñÌ #[9K௶¿OYpOínÒ¥Ç9U¶· N˜T´s$f;³S¼n»½¸¬t=Ÿ^Êï%]ocw ¥¯zêðÜÄßÇÏŒ=üð\áQCç°ž¸å` >ÙôxÓ™Køh³ŸÅ?ˆx‚¡|›£!x ðQn.mÆßæÙ2ŠCt®ŽhJ©{£Ñ‰éLhÎݬهÖõ<ð³ÎŠù0% `ÌpÏe‹<Ÿ-yò™Ô)}Öœ.pرU/RÚM`ò;c2ÄKmõ p“ÇÓ.ÂgÁCy¥oóHˆÐÄÆÓa"XŽp`ªâÙÜ0”-á/0è#ö<0Ãõq]:°uâvëʓꔙõxÇÍêU]Bu÷æ%‹}_ Y ïTY÷Š/¬V:“ÝeÝîíÆH­MÀ—…9çõ†žhÒ/RU²å‰ÈÔƒ-/ :d Ÿñ¿C QXy؈ÛI=·ÂNʆS÷hˆ‡#¬ÆÉ*³KYÑ­‚4odʾÄa¹…´ÓyÐÛýà Â=ò€^ïQî:yEY5[íì®Ãã´²$ù‰‹¢“ðJŒPHA6ãÇÆ”SÜ‘É]C®B¤a×- 7uË#Ú´È4L»¨C1·3ÊÀÁÄ€ÉV¸(®vvA?ŽÄö“p¦f.A?13íù½ãíOßRù{Ûšd08Ì‹Œ…0p!¢ñM`"bäxOX´°ÒíYyh^> Är`QÔÄé Ó^ˆ¶ÈV²qÂeÀNOÛ¦œ.ÞÇB~ޝæ·@À@_NZ ãv'®ó›sUÌ8wÂ%!Á#SF˜hLÌ¡Œèj5Å×>3•øâ ëW‘ô¤_-›¼­gÅL¡´öf:ŸH(kŸU¢MË0V¯m˜”Ü‘•c/»…’ê|3«ŒÊBR‰L„•vÈùVÌ|ˆm •R© ÀiÕE@Ý’Ìgz°Z‡Ÿ–3ÂE@G2z)¡ó™—=á£l³ÇÛ‡x_A²©Ï•¾’º‰wD'^-ÖáÚ!Ðå+mìÎðÞ±èž6õgåy„D7ªlúãÔA'ÊZûäùJzÚ܇ü‚FoIœƒt%_vJ&Î}ÖRxžµíq?“h®e³ºšÌ8•±Â/X—Ìb®ÿl3žfÏø.ä¯ÑªíSO[\TãR·&í¤Ë:C—q[ªy¨£î? d7¯,‘t¦ŸìD䱓¼‡vÊ3ÉXê= ¯tjSgujûN” wÏ&O–A•>Gm„¾) y:× i­/g™2³od²»vÇ0¬(ô„-ME¶ôú3)‘§|þ”bŸžÂ8Ò9 ÅŒ¬ ¨ƒòRlœ)®èj¬·¬^ å`ÉÕ€ tj y#pIú}¹„ÈQ9“Mf{˜ôF»œ¤iâYÂŽäQç¡ÿkº´×EBc% Ó’°ÓÆLoÕ—îîþÒS<;]4‹Ú† í÷nåš5›ñð^ ÜuWUCD.élšWn¬H gá¨ÊSõÏÊV:ò¦wšåøt›‚Zó• d“ €> +B ¡íGÞ¦˜qiÔ¡Ë]V)h-Bl*˜Û}—5:¬Vs=¼eâu!Ófú ÔñÜ^©\6 ¥÷ DrÈV2â@<À¢ýƒºZƒc£•³.Ã}–…­cšS'jÄ 1èQؾ”;gêÓñÄ‹µÝ°lJƒÖöQéùÎ6;m›6}ŠÁd”m— êÑ ×Mh+‚/Œ=;qàÝ3è¡ ÌRA‹\Ïò)ϨûÙÛ0¶½)Æ.‡¬œ"ªŸw|7EéeB#%¡*à‚‡U°žpxÀáßíïþ-j†ÈyU³3´Z®IÝéø§ÑÑÌPãz¥¾Æ°­3å^”øø,$ƒÛã º¦%¹Ü’1j뼆´⤆£ÏäNÑ’'* §Hbføu¡ b‘Ðp¸œ.ð»ŠûaÊ}09óP‹•Ž^\r±3Ì‚±KèfÜ–"J>ÅbÕç Ñ|ÖéÅö¬Y€²G±ҰĵÈ]q?¾L#ü¿ãÛsTÑN ¬«–ÆÖèLµ;$©Ï¡kf–þHýÎ ›vÁH]TËâ³–}ÀÅó§Dó4« 5–t¾Ð¾™Z1@5+XòÔAÍÝwݨq…KÇÓ¹)(ˆÙÐð@ Q¸pv¼pf¶ƒ‹0Oõ‡Œ1{Õã t¼¦ògkJØ:ÑùP?PÍdÕ¬˜;ê¾Ð8ZJ9::é+©š²¥k†Õ²hÏUS‡ú<ØxÕ ìr–}JÀIL§f¾C]#þ‰jyÐ[yŸ¨Þ¾iÄîØÂ–N)ž‹>Ó€W+/ ðlWÞRÄXnÅž µ‰Pm—Ph/ýåråżråÃT°¥pA»!å³fùwh2ÎYŽÒì‡Qe rYY¶¼NS}ꛤ,;¿.-f;зñÉP( ËFGÃ_R^Žùsb3G`‚Û_"îLD/8n ¾€ó{e/éP¯I  ,%ä¼×Á lЇæŽò#¸t¬P {]€°#î“Îê{Hø)ùhñÕÆkÃÆµ´} r`9&¸`£50JÚX×Ä\φ±:°å9ŠÇVŸ%¥gšìÄ Kô/Û%ª¶û+óô¬$• †lÔ%B%ØË$´Îò?“:ëU˜[ëhÛ¹£Dì`ã®E ç/æí Nz…Y ωw™½øDIÕºÿ–ýþ Á;r>ü:ÓÄ™ÅcEÐ÷OŸ!ÝKó¸Ã·´-pûaÙ×@†Àûl§]Ž+«t Z‰€xŒ; ½òNïéAoå1ç•p&Lµ±ŽËR¾ ãj¼5ù>¼ùƒ‡r% ‘ðjÞ,“òöFÂñ¬²Uœ‚«_$Á3”: ª x ™l¦Cÿl‹þ°% ¹q±®bÍó$)Ó> %ŽŠµwcÜbª>I‘s¢%/pÕ+¨7¦¶±@4&Àd¿Ã&Á€•q dÐÚ´E^#ío±FŽ`FÜÂgÁ°%LJ_²rº*Ãã+B¬+b’êuå‰+ó`c²~×íG!ÎñÖ.ÄopŒ6ÁVºD èuíæ’ož IDATBÉUº[ÿ*O(mÅüIåŸÓÖÆ|1Wˆh`—Iöq¸põŽøð0/¶v #9…ªÊœœî°sØÈ˵40àžì™2;°ªhËàîãRv.­n'„2{œ”Öµ'kÅ@•ü¥¢¾âcF2ÎH;uT ½äuÏ¥“ÖT‹ï, ážSÏsKeõQ¤2 Ðþý$<‚•hŒ}œÉiBu6ÈL$$]K㬗%s*CtÐWß] ~i®³ýj—áÌߌšò¥µC ¿ÈðuÉëÛÆéÆœæ|ÈoÀ'ë*¥ôi“Zw‹M7ŽÁÕá‰Pd–D³6àMAJ¨heH™åJŽV¡7¢²òVæ?Bo5Elf–.½ës©ŽâH.Ònƒ>¯´Æ*!Ù/ý¬¿…÷ó³fœ®Vòu’—,§ÀCy†Öf#ƒêˆ"a•₯Vøœ¥ ³Äû=º9–1pGDö YRQG}0ÿ``ä*ˆÀc3Þ+=è½¼Ò[zŒ•0´ûGª%ê)ÎØè\I¨ÞXlrC\vHaéG7ƒ.‹S ˵´}:^ â£U5õµ«(ÇÙd¤^­®5øäúæõ‚7í¦¼¿Àƒ vù ·¥(ò¢aØW]¯,_ŸWA°s!ÎòÇ}ž#¥×)çÕy•†g­jtï¤c8 F\l…¼³¢®6ÿ@›»nÊy K-@?¤ J)IWºÈÌñD¼¦lC ¥~ÅËŒíH±†ôŽÇõ®0SŒJuÂX-Q ´‚«W{à ǎÄ\A˜ÍVñk:IJ@êlo8”Y('XÙ™¥¢ÿ9R1 gû²Ë8#Ô; +4m6ìÜÆº£•ƒ],ßâÔWTCy¼K »¸f×/Ù ä†.ëJô ‚O¹¨ŸPŸØû@èµ_ùѯ)dnßGQÀ$s’÷³ËÏô.pO¸ÓE}ùyÖIé¶Rs%‡Â˜:Zý"ÊAmVÜVêÇ ;Y`wÁ ‚nÖ{ÆÂiešö:9† DB;±~áJƒRL0g6—]èªù[/dò ä«=÷6϶y³tVÆF[pæ—,™6ÓGhœºÜQ’‹“–©2;x€SêlOå.öì¬p9Jå@ÈÞ&ô÷.1p6LW=Žx ÆŒä‹5vÎ*уz»n»@çÀA VYð¿Ã**gäCC=¬g{û¯Õ_ú‹ûë¶þbÖ)ö¦jiò"­¸Ï”H½Õºÿ ¶žÄÇÊAÓÙ,Ã%é 4çÏd8ÔO >ªBD¾1Ê+-;ЪÏ6@eý7êc>¦0 ŠZ†ÊNB©m@»Q[è숆<DÛWƒ!#ÆeVÑ8çº}¨Û‰l«‡¨±ãéÜüÈ‹¶h¾¥MdòÕPOßK 8=â'†‹É ¿µÀœ©Ý‘)õKÝ7@­Á åÚš×U¯H_ä4êqVYlqšùÅ¡³`ç:¼8¾‹+¢|¶pLU 6;ÊýH±^‹¿]sêY ™ùsÌ"^„s†#&âå»ÊFèžèÃGùÊàøÐvu¹ÚÞWg-— ϹïOF‚jÕà/$ÿAŸ•JÕü„m@ÃÐ% 98y¶“Ð.B¯³þÇÁ¼/Ä´™î‡óDΪ(+¯´_Öý¼¹ìß›°Òk^d‰©eÕgm}˜Dèl…¢ëâ¯ý—‘ÖÌ30èÁœqÔø³PÑÒ\(ÚÊ>ÁÆlªéÔw ›È~˜aW'?pÒãàû9)ª¯á‡®;ìbzUœ Õä7,’ùåèrÙ i䲇i=ÇÈël ÷¦phSñÔç ݈ÏIw*,ð1ðL+‡ÊÄ/ ë&ªKpe¦’Úìæ¬Óå"év\„þP3îC¿$hì%C}· ç±ÌÐIö•G Ÿ?3ó>7Myb!z!v&_ÎZ(–Û®ýï½ï¾iÕÙ& <+9HAqt/³qKFKgz’î.¦ ˆr‡´ÏŽ ÖãhÀ£°|â –³ÈÐåÉöeRÈøÛVÃýuW¾ƒ¨35ÖªŽŒ *ØEYt¤žwí}:ðð` Kêo«„6¢>+Nä£<Ëß:ä]ƒPÆEWðvÐK#b6ƒï˜éŠ28K AlÛÁüÃвòìJ­ Cm¤’à®Ïz•êÆBîóYäµE!­%³ç­.Åö å 8»(]™\uàŸÝöµÆ|Øñg]€†c¶ ìðœ²òp¼’–úI 2,}øä%åë¹Gú3o ¯p(/¼0¢Ð •¹ÒMyÔÿòþðrp§¬\ÅîÕoí¢íSžœÆ•‰ùSѰܾám€B-Ü¡u¤#0°–V-\Ú^tRwÖ€ÎÂÒæ Ïìa3¼Èö(ýÚÊ0åÔ­+å³ÒåøVØñ"–‹Í„þ‹ŽX,ÃôU»ˆ¥j'„U.õå:••• ›å‚²܈ì¤M‹´Wß惮©^š×K®ï'»½’Ð;yЗd|¢ú==â™0yõ #+7¼§Gªœá¹7©˜˜è‘“€Kݯ•}poRwù¹)I˜Ù>”KhŒÑ㣩›t M0a¦«32Áø–?Üvj09•Õþð­'¥cz|<6ù ·ŸH!xHpeõV¶Ûv+D»Œ•D&ÛHõ?½+ì1èÆÕ/”¿Rt,ƒ !÷_9+çœ'…1¬»û;ìä9ë/1ØzŽ4Æ~D|2O‰ƒÚnÇ%žGãôl³“Qz¾óÁ°ºòr-ç‘¿5`‹Y3S8ÏÛªø:å«Ad¸Ð+ÃB‹'-–Úø¨ pè¿!=¡¯ÔÅb!ûŒ6ãj¥ØÌ7a0Øø%+a IéÌùaNJÀÆ@-s<Ó:®ñaù ðÃA{U‡¦ ³#z6ã{”Œ9Àà“vw3P_À@ÜKjìM^<Ó‘"ÀØI¿6à‹%ñv5•öigU3ŠPV–VÞãˆËr `©v”1c:ó…­KL¡ÿp¥Ëx*<»¿$ˆ+Ü#XdÇè½+®paçñÖ™úØÔY/^¿"¢ÓÕHË@Rªr!+‡‘í±Ô÷Η æ:º ò\p¬æëk—¾eáIÖõ7¸Ou¢](„ Ûî…hq<Îq8™1\±Ÿù".ç­m«ª)éé¯W ü´J+p”P¦ò éf…‹>×lcØêjÔ‰y¬h>[á';•—8Q‘e?åÛ‰h—ÇXI@Dm´1Ó‹Äa¯X;¢ýëŽÇíD¤äBÝbªOÆ®'ýáç)$Cõ;û9¾œñ DíÏÄßA>u«º#¶‰Éy7ðûɨk§Ï`«Z\åƒ=ÑßGsWÈ×L\ùûŽwÀdºí„ ï4íÕfË [\ì®´ÐÕ>üØÊÕ=36ã SqœÍ3:KÑOJý_±pT¨­ç°(ÍŒ5£Í¬?àØÊG˜L‘Ò›ªgz‚Ý’òhcarÅwÏŠø'Ã5ç>ÞKÅϵ‡–VŒtu­“²“a•3\¹8ôœLÇ‚IñA>S«g ¥ýJT¤ÖdjÖe[àdá¶FƒªvùÚAºWœ…@g˜¼ÉËÐ@ë˜E}zxúÈ9àZ¶{©æô>ÑÞ¦®îü–°Åê[À0)ÍkÐßËÊ Ùâ0Û!}vi%¡0…y±øåšU˜šgÂXáb{£mà÷ ãÇüBÉq3Ãy®¶}ÕÉGøä|ˆY|§Êæ´(oeä#y¾Zcnò’'0]¤ñNÏÿ‰o‘Ÿ± ÓBLþâô,cÜÎBJ}D Y&?‡É zÞœÊô¢ü—Ù}lNCÏzÙwoÐQú™³À.zò>‡gD×ÕNmÙü"BOÂÅør8çu}6½cú†?ìy“OÙïcl΀çúÔá’tˆä\'QÛ JíϘ®v.8AŠX +]à¿P]¾>´ÇžÇ¨È‘rÀ% s@j“Nå¥;ÓQÞ'½W0h‡{_™¤ÏVi1££’¥Bð„§<û9À¦|¾:œ)%ÂÏRá-ªâš{“Óß¿ øåhÏÒuÆ+^£üï$ô*;½£±æ­<è=íô¹š‘Ç«žK•ê®xß7©ÏÄö¯hþf2‰)Õ1½<ó÷r€•N•>£¾H}*”5èf\ñç´@%12²nËBFh¢Ýü3¯ôŒ¿œÄë,^ÉÂ0ÑÔ­ ëÎáI'°Ot"Õ™x|BÑh-„øL]ª ±$Z5V9ˆå´ƒú…©²RºÜÈ>iêR8ºÝÇ˱]áàêäºO*D'ü'ï§ 'ƒy)ª¼8þø¼c’L€²ãæ} t˜ôôÖ‹ñL“Äì~9o³Ú¤ô—^vp¶!+È[5±½²¸ÏôÉÔ0j-…ªêFVŽy¯8Þ€Vk¯™È—eg„µã%–MÕåf[Ó‚bƒë ¸„:9ü–wG$)š}¡é¤ÉKÞÖÖt›UŠ0:V©©á'hÕf](~@¯àky8Ð2|Ú³wað•r…3jù —„Ôß§FÓ~™k)ä)ƒÖm_Õñˆ~4.Ÿ¿÷øf¼)6ñŒ–3jR<ß™®`ò=µñ1†£¦ï Mà ãÜ …‡pµ*l‰ýª‘ÏóYŒõ$:¡7-d‡¦ãÈr‹.IHd§Õ祛‚°…üÑÝ( ËJú+@ ú²áGüà„œ¯pÊ‘ÆE_u2} ð@}f\Ù(äê&¯:Ð,™Ù°†û‚X¼j5Ç_qÊÜÍ¥—öäÔY&È{¤k¥¿>³ÃËI’Ž_’Ó@³êÇPÛVòx.·AssNÔdú˜.ú|Ôœ ¡yÎ2òqq&Jm’nò \¸Gߟ¨.­8&r™èH~b;õó¢U—,–«›°`e *XP6OË®ð ƒ,ñg9à:Akæ=íôsòJ_šÛ‘^Oi»HÆFIÏN\ôpÐ $6§÷V_© ¾³$9tÖ>0&í"Œ@òZ{ã—LšæeQ¸®ˆP›"骱OŽÏê«ôq :iY/wü®•,Ä·z!¾­„C2ìBÿcnu±s8˜Æ6£~ÁM€Ü¤I«ÎF,프Uxðµ™émhtM3«GÈÎëmó 0„(›%ð_ˆŸ†mßi­œé+2œZpH?ø úih ¤×3ÍØûŸ«í–À¹³&.âg2‚œ“:yÇlGk¸bV<‘$Œæ¿¹ê3™¶ Ù.6A‚ÆI•×év-8ËȗƬ$òB¥+ÙVEDí‰XÓÞ¤¤Úz„íÙÕ.4Õ»±È™¿“ñ«ë}3c6ô5Ö'êè2%{â`¥NÞ(×5Ÿ>šâ*iv"tºÔ‚`|¦µã¬5®Rjp+~@‹ð®iÌòþJ» ‡ ޘݴGîS ¶L( ×Çö»‚+¨õj)? ·­ÖRÝ’TÖ¾êAÚæsèRW²V•YITzžèò8ö®„¶^+ñ¹RŸ ÏåW©sòðu÷ÕŸœ±‹Ò¤l ¤æKúì¼¹Èay›aÆ'˜s€q ÿÖýÀ3Œv7Çjiˆâ´! ç ç\ ­•ÐÜŇ*¶>²'1G¨AÙ-Šãµâj{ͱ_ñ7àŽÝyÀ,z¢z¬ÅÑd÷xYýA‘è PÜ^zê€p¹CíÆé%/û'%ôEBv.¨(ÍÒqk×·ú¹Ó®¯.ùÁWâÊsTày¦|i÷æMEõZëxêiP®s;Ž|Ý®}³ -¶ïB;1=ˆXh#Û‘h›³½õ`h0= þø‡"Ú‰åÅêt”˜ÂôÅRÇF^6”¡,©½[ú‘‰À¾ÅG- iO¢ìzò°HýÉš‡“v´=8`‰Ž*ö‘˜|£O³óÛ0ÛÖèÌÇñ±^ÙêÊ#ÉI ëcÍj !§Ò† ¢ˆ«òC'øÉûÆ·¶xÒº”¼ˆžGãåqË!1C=ÈÈÛÐÑÄQõÛ½¯±y_Ђ¸+~È¥ d ÑX™²)áþy"ŽÀ_ŒÉ­Ý>q÷7fg]£by”+$ñ>ÒÞXr8éXÐÓݦ#&Š ýÎFï$›q)ËÌ‘™x+º™hç¹½¨Ìt¯Rk rÊ;ª°ÓR;鈽Ì¿®ÍÅÔQˆâs;ø2k0 "C¦-jé ÖY ý¦ŒSê«OW`îX¸ò<(Q–ÁãM"DîßU¹•‘æ’s /-˜”ªv+ë°mŽU(ˆà³\…—m£âgH¯˜TKïäNZãjª½8„ìàDPé$ïÉö– ±‰Ï:Á;d'ä/UÝ©×ìTŸ^C]§z&ñíœÁ$[åXTdÆ#9u![a‰=1óÂIÂ"ö¼Ûƒž‚ÖĆ˜]w¬XTQ!Ù$òh §¦öˌ硫>í½€c$k:Õø=Íð”N wPpÆ™¢úkkBM F„3"±XxÕ)¨ûÐ.J|ÌðCu |d=§hµ7rf³SuwüYAΞCše9ScWò 쬻Ì+Y‡KË"ÍÕëÜcþŠ[¡æ»¢/ aYUDŽtk%h\ÕâØÆm½'úšÔ’å{0^0ŸÁã¼Õ(âNF¯$\êÏøžÅ3_ro+l}Œ–'KÚÁ<ài+Wp*«é*¾D2VŸ€ýÃܶi¥/í¯ôV^éÃ\ ³c h¾Žï}öž ZJ‡ÞàqH«Ä —YL»™%QƺJà=Ú§E_sd±¢3´’ľ¼q²—<óyÛ¥‚ÓÎn-ç ƒZ˜é…·kò«åM–æÃlŸÁY7)ÞÚdÎG÷.ñ4–¡®›P›~ ŸT1 |¡~6ÇDz›ÓÆÉŒÚò1}²Â~…Šóˆõ¥Lk†çu–üÂó ÝG´É_göôÉ… Á ’nýc¥Ò×småYЯ·•þÑFæJû>±ñ*ãÓFG¶JrTY/Ér¼pÀ†ùÔéYaœÉÜDwæ.^áýèw(|À³ªØuhXәţ$áDZýÒ±®_çJ§S, ­ÂĈ¸-»èåäÓ*×^‡žU 4R¼ƒ-èy[¦ÙbêøŽ'ˆ•ë%/œ¥l÷³}H¶¢œ‰EîƒáŠY<»"RÕàDÒdJÇñ1ã—ìÌÙªœ6Eþqü”Æó:¬:Ôú“nÕê™è•…ÞÓƒ¾Dc%Ì{ÚéAûÒ–}Ô‘>àS“Æb'©-YÕk0N 8;ÍÚòF5K²? “Ü¥Ø.lç´_ô­¦/®&¢¾]¡ Þ™²k« ÌVã©‚Ç Ôkv”Û‘êb€Ýd6D?Ÿ·gÈ™ÂÛÚÎÓh žOWøNuãFqä ~[éù‰e1èj…šTÈä89y yÃèÚd÷ý|Þ§ aí‹’ÞÉ£~ðCå*®Ä2™óêýGRKد[tëÈi£&ݨåx8fj§%¬m4Úåq´Â¾AM .….XNMïΗ›ÒKB¾^ŒIz')“äN¥GÔ8_hœšJJ~»ËÜZ[ DÞ›ÜUs 𜲞®N8K±·ƒ‚ ±¯¿¬e“¶ÃG+\Ëà1¿§ÎB-àUc³.ˆÀÓ£ ©ŠziÂáSþIEyI¿GõG§©žs’ÊÈVÀ1:hÐ!^¹MpWVN4õ´íÊÉûgR`ÎðsŠÆÙ̃# Ô²[ì{ÌËM^à ² :mB¹v'.ˆn2Ø~øYþ*‹ç|J‰ÓJM77@ðÞÿ+ÍÊ:õ ËD¡Ï§8<c?lN«†‰PyÎé9"¶Íc–;ZrÑêÑøªD7xšÛŽ8”7 þ$¼¤gN˨Gc¢µ‹c‰Ń${#ËÞ:™øº>š7Z\Y–µaÚFÈ ’2éŽg¾˜ ߘ'-'Lä –¹º£¡/ÚÍòE;mU˜Ô^&{ì*…‰^h[‹qáY€Íõc£S²ÿ(ÏB$²Ã³ÜZ"f™ªƒ¡Œ&ÿ:™ã¬×ÓÏ/ÞÓ&ØÉ¡Êº*ß ¾–áÉ8¹>ï»Áûñ œŠ·aê<“U§¹=cX4'»KÇ­¢’ë„`¦?–¯f¡Lꮃ½(Êðý-aÙᬯçà䦲œŠré´'ͦ?“bn)Ï•S˜|¯™¤,“ 6}žÃØ IDATÖ`œ¦x]ˆqsɃŠé¨á†r䊛‚A²*ÉŽ0¬V^Ð$×-äB{€RªøbfpZ¢_¨JÒßF¤1XpMÍo„Ò²Ò•U.]Âþ9 Üt3ñ)Ç|a…‹)Üò°ðJ ;é„ïžJ~V¯½ÚÈÏ—ÀC“‚]V†ýœ NÖ TûþVšl«r`æ”›áE(“‰ã°¼%©­^z‰@'3F–±#Yíô¢ÝÚC¥©ÑãA>pPg§Ô“ó~ =WÈ=EP¹ýÕùäR#“f°Sã9õ=:Ô”¯»VbT¸m@ÑRÃi0έ´ã¾æX!ãY RÑáνv¢>pqiÐ>Q88 ü7Îoa®*§Ò”ÐUîíUZa­ÓZ^B/¥’Ç“+’¼§ö…ÜÐNïö¾$¯ô–^éÝþ Ç•'ÇU¦!‰„—2Aû%²þèǹçDÊû•Ù4Þº–í†s9½šãÞšñ´.Ò5êj!Eú£"ÎA/"º9 ¨•èW2ƒgÂÇ\ì+êH7*ùû±ƒåoš­a8ðuòó7¨¢ùOg‘qç[ æÀ‘qa²ÑºGÄFÚJ™$—I?Z수t[Œ’ ©®ã@ nGËÚæÌù@ÆÀ¿cÓÅZͤPÊ®K²Áðfjg 1{ðÌøÌì-ƒØ°‰˜Ÿ%_ʼ>Ûc— æÃ±BˆÉ¢UZ\¼Ÿ@B‰¶zâvÉ9À~°NÀèÝ´â2,oœè8a×q*«W€b¯K¹igF¿ÁÓph'´ÃzrñÆ—].{=œ±Nu,VPØ'áΜ!ëŸ >m<Àó‡2¦*ÚE ËÉ•]OÉêÀaã©.DÞ¥ýé P°…‘rÿcÞš ¾mÿÕ¼Q¡ÔNÆßO#À;TìV =U'êppÃr6¡uêV² ë-[!ã­©U4ÎÜõ½UÖ^¯fèJÓÍ`¹ÑgB¸â?Ú'fjDz[WÍF0ö±Õ¶ïãWþXöŽÞp*:R­kÂ¥ƒ­% l/QîÔ˜™Bû¹Ã*ÎI&a}vÔEÁ“€ëœÀQiÞ„ Á¢)>±C})›bò€ÏÕíŸÞîõ€ÚX^-X ~¶MêLa±=í8Ï7qÆÁÜÄ#£ØXY4MrsšŠàYXpl.RÊLšõ1Ðfòv;+éÀ·(z óêè“©yV”µç¾µè³T&G¸'¼Ës{$‡÷Áž¦)K¹±Ýâ“ñ;Ýæ-4ÃÙëT~‹ù´pße˜æ©jTöU73íDôJBïåAïä•ÞÉ+}xCþHNQ½íôþ!‹œùÛ 6Ä™nœòm0a”å`&“CBDûN4 ;³RÊè7h«ƒh- A}¤8ì2þf;d÷>.soSàºi¢M:Xpuªäì>lS[ çziE m±r4ýáíÔÀÒKë¯ãj'‚ Iűfˇ¶'ʬÀ-š|"ÿJQ?íÀ±{ÌU^cÅËîïf„-%Ê¿:wö qôhIWn0ÑFæëØÈóÐ\avöT03©ô!§šÁ ½©çÉ(ˈ¯‚±@ŽÖ£ü´)?̃¤ $Lž¸¸…³Q†Z[ƒ…. Y¯NÛ+>f…¬’å‘òhˆã‰Í+•¸=ó¢½]±ÃŸRã‰Ï`VϳØs‰¿ã¨Õsu |–­Ð?Ö^A ÁÅÄ7]×ÙgõÐn… oË&ÃFlÈÜpOa 3èî{”Š-ƒ›Ã:ÕqÚk™\Û‹µ·à˜»+\p‘ýj>¼]¶ªP·iMy³fw4ïLQ÷.Õïþ’VÕàÙ2ÚOÖôAÊ#Tʺp^l´‘ÈN»ú7”ü›Ž7 ¶Åì+º…ï10¾ä dÎ5¶Ý…ÉV¸O§/´©;éA¯ÑÆi ¶]Ò~@2k# na»Ei¬yR?à©áÝH ˜íuäðìNªŸdí`°%ÌuH¿ù–% Ÿ…¦¹2FhÌ#¨¨_ÓbCBÆÇì¥ßBδÍ`Ëh”²³¨îÐ&ñf‡<ÛXÁì.Otµ‚3‘u7ظ`h­‘æSD黪ïÕƒzË €>w c×y„††éÇÄf^üµ1[§¦3¢]›“áïÒ“Á‚QË”Ž XÏÌ´w„=.r…¶Ù×36ìËJ¡næ¶{ŸÏryj[Vp°^èŒyˆSÅ/§óàP’«²tù ‡ï4]$TcÄcD?ƒ½È'z…MÓo‰W`€yÁ4T)ǰ9Úzz0wøž(3•Ë.ˆÐü‹mËd>ÏRs ž–¬û,K§üAåËN$Ý‹ Å%½Â©;ôÈðÙDIâÎã2‹96±¯ã§]ScC…ü5øó#¹m”f.~Ô_HS¢dR5…–¹°çAõÓq÷ibZëÓ¬2Þ X¿‡ÙFÉB´JAÐ`€CµxŽ=ÔsƵLÆò±}#¸‚Ññbše¥ë;÷ê±ñ·Âp 7Af]›¸@Ø~ëEË èżÙé ³ ág…-'ÒßEicA±®Ä·Ò#eäØ9‘‹p úky—xü©Nœ¸3üë]Ìm_íÓ Còø*B¯ò ÷ô ÷´Ó«ì´Ëƒ`ØŸ¡€4Á¸J¶Ê%å**4Ë‚åY\3E~1;Ÿ»•Òc,¦²ä¨Ñ×ó׺ùNš¼]Е* ÉŽªêÅó4ž«0Ò9˜Ö"7 6!¸¸z·âq4 ̇Ð*lr SWŽanÔ»¶Ú0xD}…Ø/ïǺ¶nORjÖÏS7øJAÕ?×JÚ‘$Ma™ˆq,ÕkN¶¬ð\ÛÇs~Ó{¡ÿ2Ù‚àŠâÍé $¼åI¯©˜ylWÜi~z¶œ=0Kìt‹¢Z‘{–g{î’1p1\®}c·º@„ÁDÑfDÁiÕÊœ!üM˜G|Aùb[ŸšÉ©8ç(«´3Ë®¥°HÔ”kÜ.¯ÎJ¹KS1­ÙåVEÓô&Ký®ÍÝAÀblQvÂráb ©c8_θB®I«•-åÙºÞðäýƒ‡±-y«+ØÒæç)5hé>`WY€¤>Ëã_ö‰×H@§f¶ z éKœN3+tñ 61ØL¾h6ò½xšø$mŽR d¨•ùý¢:1øgì£Ì®ÉmY!RºTv1 Q°ÔaEƒÛŸê€@~°=¸K#—;†>Œ‹¢rç G„Ž[ñ’GeÂe$–âj¯}4õ÷]áÔ¥*ÏeEg°Ç£DÞn{¾º±}æˆú^&MiÛŒÔ|K Igàá¹AÛÚ€ªJ4¾›}äîIêÀîl»K_¦ÓÞc(¯}¬PÑÜÕ, Ý9Ó_´ðRÿb÷¯|¿«M?ÂQQÙi|CN÷T×0±“ÍÅ@®ÛpP!;Òýì8â/âÚ™ÚpÊ‚Ž!€U¶i»äý»væ*#¾ÆÆ:¦ÎÄøg—±éíôVôŽôôp©®úøÎ«l¼Å$èfæq?ÍϪåp€ú -_çûTghaÖ“è— =*´ø“ØÅÚ$¤ŸŸ¶€ñ¡‹2*òyt´¯<¿ÃV;i;,1ï7]_í7ÑË ¼,}GÙ vˆ\–™€Ç=¯­TÄOÛ;«t ¯PX­ÇáB+JÛ©,3“ÒÙKŒ³Csí…­g¶þ1Œ‰ÇÆQO(T¦@_ü¢U 9Qð}šI˜ãò{ʦx©0XÆs!Û„DðÔ·ÞT¦dл9|e?Œ$eSM|MKX ¯½½tª+ãQÈGú%§'†¨è¨be"Íi­¦VtJ•^sÌsŠÍ“«C,aê½õ0HïGÁƒFÁ‚&Ý[vÚo#ÿÕÞeøw ¯} ’hT3·ÔOòÑ 5Ë"×åž^á•ÿj%§€.=¤;ìã BÛ¼ŠN]TQH3ã~é:ÍlpfŠ ¬¡•îqªƒ‘s\×¹³pèD—úõ×ß´K ý{ÔÿÈ%Ó8] sK.^” ü•ZîRRšµ„Õtƒ]¢±Äü÷’Tæµïâ–˜¤Lî¸é!Ò?®_HÄ£M=,îT¬;d\–Ïy<?{¬V¾É^ÊdUÊ´öbÙçñE­åÌöÁÅÊF,äàé´*Óº6ØW 4rp†’C€7LÎéB(æ9µE£ä£W -H.Ùb8¡å? ÙZ²H¬´µ…À–Óg¢¹òÁVtêìPX=QëF€_Ô8L¡{ ló6H4¸w%ð¢u{¹àŽ++ÕVÓ¢ÃþŒ¹!Þ7!"´èf«WÕg° KéÇüùƒˆÞ³Ð;Úé½ìôAÄ‚0•1(…:‚2[ß9c¤ŠÓ¼aà°+­o‹Õ~­ÑÓh ª7ºÒlTZ·`"¾—0A`U8­ÃŒçV&š_O¾+ÚxD3V'È~ÑüŒt&¤8) ¾Üƒv/Dú)è¼R ¿°ä’’жöõœpãÔ’1 ô»Âj\%‹ \åéš nX;?õ-¡í&ë ûÜ™qÄÉõ"Íæ\£óøW g‚5¢ÿĦG¸©Ç»í@êX›÷ÇÞd¶oÒÛøOfÜúX'mEvÓvèd¥å '3IêŽyðNïx§w´ÓÚÃ'ª PŠä뮎FÅúó×Pí‚ÅV§þÔ3íðNb.­»=ƒÌX¨ò¤x®2Øb½°B¤n‘|ï«Ù˜„vk†³8[@ûÓ`k5¹Ïæï ±ÙOlHdßzNžèScw׉¢ø„Ù_¹cÔ@ÑdeGadlpe+ö¶m¾é} a\!ÎZ—éZ$’‚æYz–5wã¾øs¶‹‰Dúo¼³»F\•ºöç*ð§~Xèö¼Ýé¯Ð—I^m¶=éñÓë:ö5ÝxlösivJÊ,уpž8O5[v|'v3=ÐèÄÌ{,>€ |”[ÔÙˆÂJõzæÆ¾ÉrÄž/ãž!äç±#~^ù£€G–Õœy¯ƒ,÷[¸•1®èê¯ö]YyÁPlj‹°,4²i›Ú«=¨+Fò)ü0UsU&oræ_Gú@Bïi§wô WÚçJÈkl­~¢ÂEÜ…BwÎw…ŽA~QßL¸Ò~ä:ͼ¢â´-(6ø‰òRReÁÆ*€-·³4°ä«¬_ Ñ ,w~ùDBÇ6úµ%Ûšà_@Qt Ä/ho—Dó°·•É`è¶S»<¯i®‡úÁ± Ñ:…ˆç‹‚Ïñ’Ù@W¡°)Mu%3É ``+¾Â©k Ô§4ÌωHte‡txîDð5¤±Å í™S—€~ø1[g#4|kØøé¾ ê(§µ ÛÈî¿O–ìÜ8# Ȍmg#ƒ_¶}²õ…°ï±F¤º× ²U&µ×4ä‘UËè&1¼H õb5-©²R” Öß8«'3QmÊ4 ÂÏgI3=+!©u︬ö ¾°ürÞGÅqV6zS•‰ÕÑ]Ÿâºx®Jž††$8ÿ€kª%àpªýǤ2Û…€Ð!Å¿ŒOôÕ J‡ÔŸó ­…]MWŠBS{-ËßEq6–´`@OoþaQÅÍ?ᛲ:®hc˜æ)êsìwy»mBT0ï[HUåÛå3ÂŒ~ô HÐ!2WlèºÄe`œ+À‘ˆ„vÚ÷ÇÄ“½ˆ)~ªaþÊ^iRl ¾—ú tËæ‡â™‘áË¢ýG‰zgÆcà%ro\5õÞ.bªÇÁ ¨«ð~ý'ЦÇ/f&k]Ò­Š¤]7 xîK<Ô›»(Ê=M˜k¿(_‰û-yÀgkápÇH#‚{|œÕŒv¼³o]6h˜Õ#úã ª^Žu®æ¦‚K:îœ1§¬™Ì6íÄI”,vGÀè2#Ã4Fe]jÿÅ“2Ïm#^ЖBÀ¯Å3µÃÑÙÇ;rM9å3M6}å‡Dlw³ïsa–0¹5ðC \‘ßš4yf¬‚y[‚0sÈ,P5›“N`Ò-¡™ÈâZ Iÿö¤’Pï~h¹Ùfeüðµ±Ñ µí]ê†ßxˆLå节Aà¨'¬-°k¡*«ìþ"h¤Yü…à+6DG€¾>HûxÜ`Ãâ¶(ÃQ2¹r(…ËÄžŠfÒ„%p«A x¦ôŸŽCÒèÁºÕlTˆé\v¨b¦*¶ÚºSH eÛ¤¨¾è[*<ÿ¢çŒà™Š¢vzÈÚK¯;ˆâÜWšÄ àÀ5ÿÚöÐ;ÈÙWNIûda‹9É â˜Ðg¯{}ž ºzÑ?gíÔDâRcK A èû øüµþk/  A¹(ÀF¥"eÏì*Ð6cœJ¡€«Í é3ý[uþðX‘l65TUèZmi4S˜ ¥z?IJÂ:IÍË9“ÕË8ë£gÑÌí Fm +:Ë‹uyûCô7á€~ÈRŒ…õ\:â;¿,[WAT8#¬÷]<”y,óæÁi4¡.±ùÙ#J¸¥>êºÜf‚þ` S6¦±ÿã6Åû|Ö½l)BûêŸð˜I"zí +ù=JŠH’É`Ü}Íc"õ%Ap,«_«ˆøtN¦ïY⊔ÒÄf!Ùî­gø$€wY¼&UÄûÀ¾¢FD¶´ù Úm­e]µ¤ŽAp­€Ÿ‘Ç)ÑЀ ]ª¼qaŒØ¤npìV±éÜ êã+‰èA1©eÁ®\‚e7®\˧.)‰Œè´€ÒËË¢žšYLF3z §ƒþºrt˜ ˜$Ó':ã56ÞÕ›}\X}¢Ì^£\g‚«»WiQVväJm ù²RÏ ïlØ,Ô›yÅKØ6¶ 5ŒpÏ@å>ËMXè»F§·n‹½äôÔ}Æê®dzƒ^âÍø3f¯6Õõ‘×­¼¿O?aŒWÍ!Ûª'3ø¡v9nջ⠶¹„Dffž óVÆ’,‘nMT†‚Xê6 U˜‚´*]%!+>5RÛÅñßÜ5«_7y†Þô~ž+†N &ï±Zý™ü³ßͱ{Þ⊌ ¯”κBç<6"za†ì`ÅòO³B{)Ó‡•‹§M-¼uvÂ2ˆ3ä-]‹ ÷$=xÉ|}‹Þ嬥*¦x„ö‚G;=¹Ä…`­§ÓZ¹ò®žøj¹º#œwTËÅ:Žxç$›a8âal6xD¶„4«„ÇdTÔ8ÕWÛ‰"ØË|ÆŠÇg©¡`Ь'@ͽº/ÈË…ñ—iÙµv[a`ÀEho¶É,®õ¾­8eįË!rà„.nXÑôh[§xÐn]—,{ÞµÒÖ£/RGº¼yeF2:(ÚÅóÁ2™ÿ²‚_4`’}·Õ.E,$ö³Ÿ‘Ìš–Û'}ò,´ â@2jŒ*6 _(³‡Û“„øŠˆ´Ír'yÏe½Ro¡ÙI'%¡È+ ý¢èŲ°:ªá­™%øSUÆùá¢<÷Ú_Ôå6«ŠH í¢Ñ¶4kðQ0K©Õ…âæQ´Ú$W͉a™©KŠ\¤Üìòt8úÃæ0IÌKDù`ÌZ!Q¥¹ÄǘµäQø®Ð„Š¡Ã^ae¯ñ\A_RˆÞv.pat}-!úG/Š»üÓ†ìûƒdÛ"Ïïc1ã‹÷®n0ÔQ1 ç•/¤x¥S&„ˆ^i7Þãic¢Ù|âG|epÁ¥Õ¡º[8I‚ž­Ã3{ ]²Ò}IäG§ƒ”“.eµGLf‹ÌÏ2p3À%ópÊ2ñ´Éj3Œ-ÓÎ7ÙÛûs+5Ђ“lY·2ÓË|¸\ÕQ[9:ù ì&wóY8`XÈ+3·£:,lÿ*Á'¾d”X†üT%Ç ú±0Ѷ»? Û¶Øxy[ëñöN®ÈA5å{Ã6óšQ:„µ\… ¾Ú§:LŽ}¸ñp綉…ÖazÄÉÇPp4w8Íölnæ"‘h¿4°'Äs¾j¶yòž®JÁ¦÷ásš¬ó º•.åI¤.!+ãvZ¤-ëªÃe'ÆJé` Si; ÌDˆ7¥fƦVöÂrM¿\=BTâ3CsvJØÿ–1eßæZõàær/þi+ÏHÁxiYv&Õ½ˆ>{ BµÐÔ*GÚ“Eò¤a ³š—LqÖ‡ÙYÞI®¬ ôQ£ˆÚ|Íóˈ]¯ò#^‹„¾ ¹¡È¿²Y­ÚÉÀ>¢o‹T¸¸ÿRãÏáÀ-Çy¡K ÛÑÖ3ÞMÚI£îÜ­„†Ê&¿éª†ùxïxu“¤†Ýõ ÓÞ]”V»9z}wIò-ôÁD)×aK0sù%ËO'å‹:ÕøUU¾ŠT(DƒoÅcö‡Ú!Úé1gÅ ÿ ÿ>vøD­ÚFõ³èÈX-hàç3"²¹¡ ÷p t úÞZ ·;©ó`3/²C“T¿FÀ2Êì*‘+|AO)êIIµ9³};|¦ü â9V>÷·["ok=Ýdeóh‘§‘‰¤zmér“}¬\Rçz€WG³ÖüyðmxòÅ‹f;ÛN[ }3‹½·ÆÉãi?îÞÿ¦3â‹ç‘·–uiƒt nE\•ïñ$Ú….0ŠóqÙ7+ÛŠôu×wMl›}˜}Ãüžüea´” IDATU=FšÒk}—i˜CeVówAž=ñ@Èã0s±Á P'ا ÚÕ†•j8«Z"†îGZ–cг/ƒž›Õ>^mÕÃÐåØ\M>>-ím–ˆöéOü™ˆXör&¯¡­+‘w‰,˜`$¢"ô:‰Á4‚0ˆñò*{S¦“—j¤4¸ªÄH]ă­»ÀU„vàÉÜ7YW >—œwê¼Icf¦}^²2ÉÞ¸© Ð…‰?n#“U|篴 ‰H¦ün"æi‰‡`SÔë2”ñƒ ÐF2ð,b·Ï¸ßÅâÛž¢ìQ£ßÐbC~ÄœþÔÄE J3müËÀ‡wמØdó™¿á˜é6&Sâ¢<\žho$ò˜ÍãÐÊÿr–>ÿl|Vt¹¯ 1ì5‚B¢5Ž•‘ª»&5yý0På7å ]y$ÄãJ—FAŸ¥ÆHi÷? +ЦçÚs®4“`ŠHÕð^ÇÍa¦Ž^®èQNµJ%–;œµ€õÍÄc:sS†]5r…fúªó ü½a„5‘7ßg?A[v™¬ GŒvëõŠ]¿3dItjÈ[À>ÉŠ«î`ÔΖê ÆiɸÕètÇÇ+…2.OdŸ†TŸ)QžƆ ‘XÏ4*¥"#'YåÍc­?ª5~îIu&V¨Š™¾«ÈniÄÙu£ñNÄ›Íu…©E…ÿ>3\]$ÀÑmÐÏeMÜù½¢#Ä•v ¬×\HhSód{R» åŠ}ÚñAiÈ5Z¹ ÕzPk”¼†X+\ͦ‘ U L3*e… TœtZàéEzÐNo^Þn_vì„‘üA K}YtoçŸhF&ï1'¾ªo…eHáÎDüJ›Œ¡3ÓFLãˆÍÙ÷LPV`tŠ¢—ÞÊ>܉pª¹ÄÜ€VXW)à…¼Û2psM{Ö!¤:pz(*óö‹•D¯NDµ+ihµ‡ìŒ¹±D4'\ü¡Õè°l )ÃD™ù É…M 9<ƒŒ»n%";ÕzGˆtk ^˜ô Ø1Æo³7?­P'•ˆK1_ÝÄ­@úXi&¢Ç🔖 ÜH·CÙº›çö1A«ôû1)"‰Ù³f3‰Ñ–—|ÄhTf†ñvÆv¾¨ˆ­°¢øÆ =p©†Ûª:’ýµ2?ª2CÃñEÓ¡%!’ý•ï¿HòúnìÕ×È½í ƒz~ÿU Sš´2PWögVZ«ßœ7¢wh_¯!¡À2ðÕ»œ§1¸ËúðÙŠŸ€Æ>[ŠM€Øiþ³*Wï;’û »3Úwy¼ù@–Liú]!¬§™Ì“¡ú$ €¥dF*+Í©j³ð>Ë Tsž¬âz¥öž#cú” EÓ¦:’߄؊ýÂï'¢Â§“:~ro¤É.ŽÛGBö Ägð Õ·è«»ƒ<4ðåur"¬Lã½åÙäB[ŽÙùüŧ\ñ‚_²#Z°NEsWý¼¥à­å\5±ëǤwc^·yÂddX%‰U‰À±À‡ng6új:²ññ¾Öè«R8åmÁ­ôÐ+&Š[Ø’;szèñ%“ :gõ}—+>4þ ƒÏµ“cš¥ƒÄ «¡Wt„ãŠ0 œÊ|.ƒgžÛºÏ·@3½KeØ'D_ñòfÀ_h44m¯ …ޝ°æ,žº')"ŠØ/Tûq¾³ùL›®¶Q@L=“¾ÚÞsËMÈ׃NÌ©‚F9bÀE–Û37抂ïäM}B]¡Ô°êO"Z®Œ ¸«^%¡Gv_!«Ç<˜ £œ—õ¦Aá*º[y»NºÂ€Aî¦ÂÊ=Õ÷W ê 4Æ¡-p àb½ÊêÖg3Xè?(¯µ¡}ÊoèåÍgè+~É/£Ïüòж¯ü¥f[ùe@^¯cn®ÔÆÉg‹Hiبá%ÜNÈ›ËI"¤W 6œÈêC^˜Û‹>©†äí²ûªçy¡Ç}C¢%ô ¦×·?CÿÄgÞÒõŸ}ýK¿õ7ÑW~æ3çöNwºÓît§;ÝéNwºÓît§;ýcD„Þ¿ÿ@ãÿøQú¾ÿâ/Ò»¯úú¥ÿôg‰_6¢¹mG7Å‘ÞΠ«FÎ` —4Éâ&¤1%æëöD²8ƒ‚¶àùÙR#CЍã¥fFþÜoÿîç".cëXˆ†„b¨.GæFãç;ÙéÃ?üûô¿çè?øÞ?@ǃö}§=ïO½Óît§;ÝéNwºÓît§;ÝéN¿ Ó¶m´m½¼¼Ðògþ{úŸ~äÿ¥_þÙÏoofÐã…x²/#áÙ4ó‹OcaùØŽ>΃¡¹$'®pqXYoË¥6ϧëç0x#iÅUÊÇŠzÖ 7é$à¢Æpþij6¸Iø×£RƒP;}xû³ô¿çèßÿ£ßAïÞ½£×××;àr§;ÝéNwºÓît§;ÝéNwºÓ/¢´ï;½¾¾Òû÷ïé}á[èwÿ–†~îïÿÑþ˜‡bÃ×™æ6&ƒ‡?ȃ1smÇ…x…\4¤¢5ó<#7}ÜfßÓ8cGß‹ Ë“A—“d«wš}_dxqyÇö'ŽÜ ¼<èŸüŠ·ôï}Ïèýû÷Ÿ&ºwºÓît§;ÝéNwºÓît§;Ýé³4¶½§ïýöo¡7ÿð'éñî-¯ÐhPƒ)Ä@F©p‰çÃm3àâË=ÆÆñKÉ2ω ÀÐ<:Æ?_kJ˜æ6$ã°jÆ?ú…+z"èra[QÙR”Mj.úÊŸç+Ï-X÷_¤ÿü?þÃôúúzÕ;ÝéNwºÓît§;ÝéNwºÓîô ;½¾~ ?ùÿ½ûâÿGòØId*yxaøïu3‘ø·Ä™ÇŠ;meŸ‡ÝÒ8Ã…ÙÖ¥y®‹o4ÆgÉŒ­EÛX £Ÿ¤ßæ–¥™ÍΧ½tiíYÔôÂÚ͎碴z¬ñ'‘öoé·þæßx Í;ÝéNwºÓît§;ÝéNwºÓîô‹'ýæ_ÿkéÃÏý,‰<<˜"cÕ ~I‰y›gÙÎe'â+\ôKc‚_k¢la_c‡ñØ3^±év#88sè׌ôzVutáÅõY™\9.̳‰vˆ®ˆQöWúÊÏ|ÅÅÊït§;ÝéNwºÓît§;ÝéNwºÓ/–ôK¾ò3´¿O²ïs¡†èq.Dz>Ô3Ïf™Û‡„ÉWÆX¬bì°ˆˆ°Ìí6$$›©Hã+ø¥åY±ßã7Ë!®stáô{òÙ~©ƒ$vš‹çyìû³ÐwºÓît§;ÝéNwºÓît§;}&f¢Çþ:‚.ûÜöÃD;個}ܸßGÏxÑíDã+E¼Ï€ÊÆÄ¼‘lð‰éùU#ÿ‚Ñ\4¢×vŽ {pgVµM$ú Ë§ã°mBt1hÂö}ìQrr¥èNwºÓît§;ÝéNwºÓît§/Ûô 2Hv¢}Æ d§x¾ ‹2Ú’øûñ¯ÌÃq…DôãÐsñûê&=§eîË •à*—ùÃcÁ óüRÒ ÆÔ ËÅ€ îdŠ É :×ÀˆF æŸh4êNwºÓît§;ÝéNwºÓît§;}Y&‘}ÈO­µÄ–׿ì_,¢yh®®| kbf†%¬™‡æÆ•4̺}Iq‹çêJ]eó‰?B*¶G.¶'ÅÂöáèˆýît§;ÝéNwºÓît§;ÝéNwú²K²ïv®žé2–´ø‹X¿ÏÌ[ùJã'úcýC_X6ì‡âvKJôsÒº•h~ÈÈ`‰4AI×Íb“ãµ+#`¢ÿåÂå=^‰~üzl1š1¬;ÝéNwºÓît§;ÝéNwºÓîôe˜„dž>²Ûj<ŠD·éGzD 쟆Þüéž!üúEQJdœ;VÜŒ/OëᾤåÙÃ";½IPò–(/œ²´'žï½€ˆ4gºàú¯T0ð2áÝ+]ît§;ÝéN¿ÐÒû÷ïéûÿÂÑÿïþïû1úšÏ~5ý†_÷ëé ÿöï£Ï~ö«CÞŸü©Ÿ¢Ÿþ韦Ïý³Ÿ£¯úª_V`ýøßý»ô-ßú{éë~Ûo£ÿôOÿ)""z÷îýàûßÑßø›“þŸû1Úw¡¯ùìWÓïøº¯£ßõùÏÓ¯ü•¿‚þµÏ3ýƒŸýÙ%Ž¿ûw}3ýÑçÑ×ã7Ñ?÷«5ýÐóçìÝ÷ÿ…¢ÿò¿þ³ô/ÿÎo ?õþñ>Ðþ ð»èoýí¥ÿõüè«Õ¯²çüOüIú+õ¯Ñïü_OúOüGöü‹_ü"ý«ŸÿfúšÏ~–~àÏþúýßõÝô[þž÷{þp ÿûá¦?ò}ÿ.ý¾ó[é;¾ýÛ> ÇœÎúCÓ×ã7Ѿ׉¡oþü¿Nß÷G¾çç½þ;ÝéNwºÓ¾¬’ÈX!¿dÛ|f@Ä¿¥¹FÌmB²<<ÕÝæ*;6±~þY?GålSÿ«[Š,&Äv¿½èä(•âzÁ–¢¼º%:jÐüÌ+¾W¹ÜéNwºÓ~a¥Ÿù™Ÿ¡oÿÎï¢?ÿ?H?õ÷þý¦ßøèíÛwô—þò_¦oý¶o£¿þ#?òÿÅÿù¡oûþÖþíÞ_ù«ˆˆ¾éÿ"ƒòë ¿ŸþÜ÷ÿýÿqú5_ûÏÓ¯ùÚ¯¥Ÿø‰Ÿ¤?ÿ?HÿçÿõØ;ï8©ªó?çÎlc)»,¤ƒ¢R¥V,ˆ¨ˆ-•DMˆ)ø‹=–Ä5FcŒ½&ÆFì±”*}EzïEXvÙeÛÌ=¿?î9çž{çÎî‹D÷ù~fæÞsÎ=w?»ûð¼Ï»pì°a8ñ„ãqâ Ç£]»¶€þ}ûšc=ºw‹¼Þü…xò™gЮ][Ü|Ãõ)‚ËŽ;±|Å TUUÕúY 4° ð+sÌu]Ìœ5Ë;þÕB•ßæ1}æ—p]'x*+«°yËf¬Y·®ÖëÔ'µ}=l5jd>OýèÙ½û·v}B!¤á í*‘P.;ÓE˜aþa•Á†«~æR£P”àâk4~ä‰Tbާ¹ø‚‹¹– î5Œô¥82ìtÑ#Â:ˆˆ>¬žòÏ e¹I/¸ØùÀQ+«1ÌÑ%„òãñ'ŸÂÊU«pé¸KðÓË/ƒ£¾'¾÷Á‡¸çþûqÏ}àåçžAVVV­kI)ññ§Ÿ!++ Ç3 ð×'þŽuë7à²Ãe?‡xÜûVžH$ðéÿ‹ýún¹ñ³Î~o¼5?ûéåèÛ»wÚëíÂïî¼ ±X wß~;çæ¦Œyç½÷ñ÷§ŸÁ?^x:v¬qÿC³/¼ˆy àÔ“O|½h1JJv#''»ví† qÈ!_L~ ÈÏÏÿ_ûrrrjýœ­[µÂî¸ý`oƒBÁ°Oªñü´IŸ}kûèÓûHÜs×ÈËË—”àæ[oüù ö}¾øà‰/NÜ3¥8VŽíj6­è×Òk íªDÒõ²_Œ‹E‡óBéÒÎpQkiF§ èr¦ #üíÊ‹RCSHg.ŽÊn /a5Ç\€TáE'Sq!„òÝaÇÎx÷ýphÏùeæ„8sÔé(\¸ï¾ÿ&1#N9W_ÿãúøõµ×†}4î¿ç€+Wbíºu8yø‰hÔ¨¶nÛ†?ý ‡÷: ?½ìÒÀ?nÄãqœvê©û¼w×uqÇÝwcÇŽ¸îê«phÏû¼–æˆ^½Ð87óšcÓfÌ\4öxú¹ç±à«¯pÈ!H$0cæL´i݇ÚUUU8í¬³1pÀ<òàý€M›6ã?ÿ -†ˆ}ì1ñx C‡ Áœ¹ópê)'ã—?Ò²2<úøß0mÆ $I :j®š0ùùyµ~=êJ2™Ä 7ß‚%Ë–¡´´-[¶Ä˜³ÎÂÅŽ…UUUxñ•àÓÿNÂÆM›Ð´iSœ~Ú,_¾"íõ÷ìÙƒ'žzS§ÏÀ®âbtïÚWŒÿ ú÷틪ª*œ8b$~ö“Ë1¿° ¿^„c‡ Å®âb|9k6üÓ=8zð`@IÉnŒsztï†gÿþÄ^Ý!„R]:wFáW qå5×â/>!þïÚë±|ÅŠZÿ±¦v\¿ FOIƒVO¿$IOŽÆkiºTɺŒ_¾¤-4¦å´okñJ—„#T4†›h§Kˆš+¹Õ‚ÖËÈ–Ú[œ±lBûVFN!„|ë¬^³RJ 2$2å¤OÀ»ï€U«WÎs6ÉæÌ‡ó΃N;¢m›ÖfüÇŸýŒKdÝúõ€ÁîsÎJ:ž{ñ%|9{:wê„sFŸU/kÆb1 x&MþEE»ŸŸ‡i3f¢y~>Î?÷<óü XðÕW8sÔéXPøJËÊpÖ™gDÞ[2™Äÿ]{6mތ㎆vmÛâ‹iÓjÓ¾];|1u¶nÛÀûùäú›nÆâ%K1öüóP¶g&¾ýJKKñÀ½÷ÔúõØ›ûnÚ´)ÆœuÚ´n·ß{}âïèÔ±#Ž;fî¸ûøïäÉèÛ»7N;õ”––"¯Y³´×—Râ–ÛîÀÌY³pâñÇ¡s§N˜øö;˜pÕ5xú‰ÇѵsgÀߟ~GŒ~}ú qãÆ8éÄðå¬Ùøè“Oè2eÚ4¸®»_!„ÿ]ÂN’Ú0õÍC÷Ý‹ W]•«VãÊk®…+V®BÛ6mðàŸîÙ•]+Ö¤—ˆôDa;SÔ)]ä½×"ŒÏô!MŽ‹UŒQ&°–ÎŒ …á* ÄoíçÄEMñ%<$üÊ\Òü°®æhÐÛb“Á÷4»BùްeËV@¾²Ó†Ña²[·mwÌ0Ì/,Äœ¹ópü±Ç`ÐQG™±RJ|òégÈÍmd~a6ëçç›q×Ýx³q@Ÿ#Äß}d/÷½Ï<ÿ<`ÍÚµ˜_Xˆþ}½2¥òòr<ñ´²ûõ"/käù—^FÓ¦MÚ·Çù猉\ûèAƒ0iòçXðU!Ž<ü,_±gœ>Íš6E·®]PøÕB0ÊI'¹Îœ¹ó°iófœxüqøÃwðÊ—®¹áÆÇ =zˆq,(ü ¿ÂùçŒÁ/~6ÞÜïô™_¢¸¤¤Æ¯G«×¬Iùaö‹O?F,Ãm·Ül޵oß®º Ѧu+üwòdôëÛ>üœÀuýÅK–bæ¬Y2hî¾ãv!0ð¨˜pÕ5xᥗqûoo èßÏü@+¥„ëºhÑ¢“¿˜‚ŠŠJdggaò_Àq„ò!„ú¤UË–xôᇌðmZ·Æ#Þ¶mÚìûÂÚ¸¢Õ“¨ ©Ë‚©ÚF›y&Ø€k6¯û÷í›VtÑaºóæ/@ÉîÝ€aG1ó^{ó-ì,*”iÓЪeKôêÕ+rM›7ö>j³jÍÀëoMÄëoM œÛ¼e š)©®4jÔƒ Ó? }ôɧ˜øÎ;X±b%ö”—v—–bù /èxøñǧ.éÐΨc† 5ë÷ïÛÙÙYæZȈgö‹Åpö™gâéçžÇ´30tÈ`Ìœ5ƒBAóæ{u¯„BH]Ɉg²ë222•Y{–]í8ÐŽ?WÖ.R%BV¾Š§›8)ò‚'ªh׌´2^j `µŸö®ª/'º‰o0ÊѤwº‘Kwdo—Ôãön­gº\!„|‡èÒ©3à¿“?ÇÏÇGF†÷möÁ?ÿ }^‡8¬gÏZ×úøÓO àHèÔñ^—ŸŸÿ)b±~tñE`r=ö•믾§83gÍÂâ%Kñá>¨‘§!¯Y³€Uù¹_ªs.à Q;u¼…ض};Ç1Ž~}ûàµ7ß¿ßy›6mÆØóÏK+DèÀ`áD7^¬Ë˜¦MÎ?g N 9jiß¡Ö{ “.HwúŒ™¸ý÷wãˆÃǯ¯üöì)ÇCü€Ÿƒ]Š›òÏTÂA,«qîYgŒÂ³/¼€>ùBxON;õ”:_›BÙvì܉+¯¾kÖ®5?'¬]·W^s-}øÁýý½2 ø>°ki : _Q!¼Œé¹\T7"_»žàb}§Õ‚Œò¸À•ÂR/„/¸˜à]uVpœÀ÷ìèŸJì‘?¿í×¥®Ü. ‘G#.A³ !„ï-Z`äˆS±eëVüéÁQ]] ¸ãÖߢEA |½x1Z´(ÀñÇcæÄ”@PVVfŽ%“I|6i2òòòpÔ€þæxÛ6m0dÐ ¬Z½=òTVVús\wŸ÷}H‡8ý´p„ÀU&þöÔS(¯¨Øç5m† ˆ•«Vaæ¬YèÛ»77öÄ~}¼¦—ÿù*`ø‰'¤]£s§N€……µŽ)üê«Èó]TöÉöo¾Á€~ýÜÜF¢¿{ˬ9sã/¿ gŒ‰~}üŽQ‡öðŠ?4 nÄ×,êúݺvÌør–`-^Œòòrtëڥƽ´jÙÇ †é3gàÝ>DNv6Ž?îØ}¾7B!AŽ~ro›a'žx|Û\û››ŒàòèÃâчD§Ž±vݺ@Ið^#,5!¢éŽq´ û’¢m˜FЪáÿðæ¿ßÆg“&£G÷îˆgıté2@vöÞÛwµCzyN9é$|òÙgx埯â'—þx_? ÃÁƒðêëo ¢¢CUiäçç™ÄZ´(À‘G‘v#ï…#8}ò)2âhß¾>þô³È1ÿùøÄcqtèÐ}ò©9ß­kW;l(&17þöVyÄá(..Ææ-[ðûÛoýõùe{u¿-UØ“Ï<‹eË–aª•¹Ó½[7œvê)øÏÇŸà—ÿwŽ=fÊÊÊдIüpì"¯ÿÓË.ÅàA1uútÜv×ÝèÚ¥3Þ˜øo8Žƒ_rI­û9çì³ðÅÔ©˜>c&N?mr²³÷ê~!„¤goœ‹ eË—£G÷îxðO÷WË£?ˆkn¸ËW¬Ø•ma$èÐúO)!R@H ©;Iè¢ÇùÓý<\á¿Qâ²ÇxÙ.ú”UÖ$•¥Æœ·²m­â¤4åEúfÒ .2e¶æEsûð\8.„B¾£àÙ'ŸÀ³Ï¿€Ùsæb~á4ÏoŽQ#OÃ9gÆÃ<Š'žzÇ{ 222pÚ©§`Þ‚˜9kÞzûmÑ«²23ѽ[7ŒŒ(iß®^yþY<õÜó˜7 .DÓ&MpÈ!pÉE?¬—ÎC¿¼b<>Ÿ2/ÿóŸ}æFD€®]:ã´SOAn£Ü:¯×¿o_dff¢ªª C‡ žë×k×­«5ãD?ýán<øçG0eÚ4!pÌС(Wy)á1S§OGnn® /ÖÜñ»ß≧ŸÁ”iÓðåìYèо=ºuí WJ8BD~=ìܺºpÞ9c°|åJ|>e*6lØ€c‡ Ê•+Íù›o¸]:wÆ>þO=ûš6m‚S†€ÈëÀî¸?ù¦L›†é3g G÷îøãw {·®¨ªªªq?ƒ BÛ6m°yËv-"„z&Ü-è`ñ¿¼‚æÍñüSß¿…¥õ}ØÎÁÖ9SRUÏÅ"•T"„_D`-«Hw) Ô/IŽ)[B˜ë /†7 zŒ&‡ › ÷NäðÅ!DJ†‹ïr .Z»þ'=•Pº2™LÀMV£ªxÖÍ{o6H!„üÏR^Q’âºK,Ÿü÷¿¸õŽ»ðË+~†K~xáÁÞÎA¡²²gw²²²ðï×^…SC.!„ò¿ÈQÝ€f‡ôB,+±Ìˆxm‚ò† IDAT1'ÓY,–Øb2V”n!)”pE)½Œx† =M@×ïP¤2RB8Â8$„p|#Ž­ÿ@BHx¤à’¶sQ´;Å.'2%Ejóu#äí±n€Bù>‘“ÍòŽo‘Ùsæð: •IŸÒÒRŒ>cB!ßMŒóD‡ãÂÒ´aj€ù{Ê;ï½9‚¥E„B¾ëÈ€f uάt!u× °—ÃΚÒ?¤Õ~Z¥¶øÊŒŸÓ¢s[„ÿ"Í>´“Æ?¢—ŒÎtI+¸¤J'Zp †çg§\"‚të¤ÐB!„I&“ˆÇãøröl|ôɧhÙ¢FŸq~qÅøëðذq#æÎŸ®]º {·n{;„BÈ~aJ‰¤T9-Jxq_ñFú½š…Wb屪rL,ŠÔ%CÒ”ùM’Ôø€¡Æ{¡#W,ë ¤tM„./JQ{Ò9M‚ŠˆÔ•á’Þé[·GÓñB!„º‹ÅpëÍ7ìmüOÑ¡}ûÿ™pEB!d¿–~`Pà¨,)¢oHÀ®'òÌ*¾SD*׊Wëé%|½BWñ„ÊŠ J• G Aa‡Ö~ê,¸„Ž˜J¢`=“þ@R{¥!²¤ˆ–B!„B!„~+gÿÉøK¤ô:&lVh‰$TX£‡@ .Ò…L´YÆ3¸sj=“Œô:PKWé ¾ÐXÛ"äµ­I •™=¤ .úÙŠµ /¡»PòRÈáBÍ…B!„Biàˆ”wÚu"t/g3Jé*iÅŠ5g ŒFcŬØnSÐä_YÀLð»5Pî'p¦Æ ݤÉr‘¾»%j@MËY7êi:ö§@Å…B!„B!iÄcì°ü!Rú’ ´ID:A?‡vâzÒ…i í_żáü³ˆÞNHû0%?Þ '8AFŒŒ»µçØG„ð6‘ïÜxº%ÕA .„B!„B1Ø™.¶èá•IG@Zz„/†¸A§Š„Ñn„ðE]#ìöÓP•<áH!­’"«®ÇBÞž„ã ˜¢ÜD)#öðTáEš~ÖÑq¸) Sx}ê-„B!„BIA˜ÜÊœ¢ESEãB'+…v½ ¨@˜&ÏÐ݄Š‹/zV0PWÏ Ò†nèû\»ú.+ÒNû¨¿}kQK nôu’Éd­{!„B!„BÈ÷ßå"×…pb~Ëh%8Håj‘FJ±+q|UÂ15EJ1æ»òÆ.2"´X‡´[Fº€p”àâÍŠ§ÎRW­)➆º©>™@“"s Ц¼¼¼n›!„B!„BÈ÷ ¡þóÂk¥ü@[J8Q­žU«h!\Xº ü¶ÎÚ³W»(iÅ´˜ö[EûÈ GÅ„tI0´D‹.u\t‘™¢’yõÂÑ2J`wþFj1ÕìÞ]\û†!„B!„òýC¨Üéªè¿s²P±%B9^|?‹PÅ4v¢‹ ¨fÒÆÕb2],· L2K0‘Á)QÛô&^W¥x¸÷t]K‹l‡‹H™1J!2KëÊ4—ó;&½ÿþ;µî‡B!„B!ßCL‹.%²Ãr%„&75oE- 8B•AIŽÝÚ›/ƒ~;²%°¾Ô¥Lþx)Ui“ðúÅSãV‰Þ¦iÀ[jú|ÖUtÀMÝRsÇŽ½¸Nã!„B!„òý⯟ý€câ·vTIv½˜nCR•9¾óÅè(®oW± ‰´µEêVѺäÈ’\¤f–ÚKìzdK?NðVtߤð-¦Ïʉšéâϲÿ´?¦Z²Ö¬B!„B!„|Ï1A¹^iÖ-„7¤Pféõ#Ö8“6+ýøU®ä ®_Ícwø!yDøŒÉzÑO®«Ì8¸fÀ‰Jæ¾CÀ¾\¤Èr¾Ø+›´_QÛõ„Z¦¨?„B!„Bih„"a… \ñ^&‹Ðq*BQ&ˆ¯;h-C§¸SÎd4}AK®€WTY“zT ®vÍxN—ZË|ì ¦ŽµK‚Ž–à»4Ó#®#BwG!„B!„‰7´AÅ…]lýÊÕ^ak$ÍŸS«yì.EiÔŒ@$­©&2zŠð3n¥TW‘*1&¸‹‚î”°£E×0…ŽÞÉ€Ë%L„£EFÖ9B!„B!¤!¡Ä ß›á”mdJøVtŠ”~¹ÂLó^‹i ©$ ÛLbéÂ? Bò»)ÍC8~Ù“HÉtâKzáëUò·ã=jJÒv)ÒÏÁþ×tºB!„B! # xa¹Úe"Bòˆ§›Xe@ª ‘Ÿ¿¢\1"òbéJ.±:$Ai+Ò6¡H[¿ð;'d ¥º8þµ”ŽDu ½VyQºÌ–Ú2c¬vL)J!„B!„B V _L@È€ñCÀrÃ=OåµX"½„*.%E~°.þ¿ÓQPÈ­‰@ºÞ0GoÍ—‹Â„J…L•'÷Hë-‘Ô&Ú„–?ˆB!„B! ?ØÖ™B­EHÀQ¯L¶Š½‚¥e â¸jm<-‚ІÔa»€N0ÃEªµ…€t…Ù¬!ç„Hí\Vr¢ç„ƒuÃûS‡dÀ ´7-£Ÿ{ñ%Œ8óì”ÇGŸ| )%þõƛرs'àwwÜ…ç^|©Îkï/WßpcäÞ–-_9~ëÖmqæÙØYT”²÷A"‘Ĺc/‡}œr®²²gž{&1;‹ŠðêëoÀu݈U>Wßp#^{ó­Èsýør|1uZÖ}þXÌ¿ >·F!„B!d_1¹)¡ WšRír‘ðº>û•<~Æ‹Vj|Ó‡´]+æzÁÅÌó[(I-ШuõŠ®´Ô!×E¼æ» g¬ ²Ó‘Âs»øŸ|µ©zŽUÿ$­÷{Á€þýpÓõ׎ådg£¼¼ßy=ºwCAóæ{·h=1î¢bô™£ÇråÖ:/¼÷9óæáÞ¿^z¡ÞöÇ0tÈ`L1#Gœ87gÞ|H)1xàQX¾r%þýÎ{8cäihܸq½]ŸB!„BI‹´$ÇÎpp„nѬʤW2d !º,Hi)¾v!¤UrdYí£ ¶aò^¤ß-ÉѼ&BBº@Ì©It‰Wà-.%²[FÛ:ŠÒ±’V+MÚÙbÊö®Ä(#G³¦MSŽgffâ•çžÙ«µê›ìì¬È½ÕF£F{w]‰êêêúÜàØc†áî{ïCEE²³³Íñé3fbà€þÈÉÉAŸ#Ä+ÏÜÏ‘B!„BHÃÃ*"RÒ-’HŽÒ*ÂYµ¾xb¯µŽp<Ã; Ç„ÛGkF ©6BÂß…Ô¹žÇqàé†n%¡º4EŸ÷.ÂÚbðöô–Cg£œ.ºÔ¨ž}þX,^²4ò\ii)î}à!\pñðÃ]†'Ÿy‰D¢Þ®]ååå¸çþqÞ/Æ%—ý/ýãŸózﯾþ~{û(+Ûƒ‘£ÏÁYçý Þö0 ?8Žƒ9óæ›c®ëbƬÙ8vØPÀ²å+pÆ9ç›óé>·%K—aÔ˜óP^QaƾôWqö"‘Hšc<ü|äÑz»‡½aÊ´éøù•WaôùcñëënÀ’¥Ë"Ç-[¾?¸äGøÛSOãâK‚ó~x1î{ðaTVV~Ë;&„B!„ŠðóRŒà"¤§kÆ*/’ÁŒ[‚÷Hh3"lñ«xŒÑD‘ÅËëU‚Œ”^Kiá¥é:r¡4‚JÐÃ:è\ílñë ¬›2x6¦ ÕÃiïœ.‰D¥eeG]øÃŸîG"‘ÀS?Їî»_Ξƒ7&þ{¯®]UUU}•——›süù/ظqîûÃïñ‡;oGAAt ÔØóÏÃïo¿¹¹ðáÛoá7þUoûËÊÌÄA1mÆLslñ’¥(--ÅуGÎI÷¹Ú³š4nŒù ÍØYsæ ¢¢‹—,à‰t³æÎÅÐ!Ñkï+áÏY?\éçÐ,^²÷=ôgŒ¿üÇxíå0ü„ãqë]¿Çž={"×ܵ«- ðÇ»îÀ}ø=–¯\…Çžx²^÷M!„B!$=ÒŠ ±ókÃ=yü—ÞI‘’£3\ô;?W6 Èœ4Öµ¤Ò€+Õ[eQBŒN„ˆw[7t†Kè`hƒvy‘%Å„’€ƒ×–Áó{ét™3oÎ{‘yŸ·_µÆ9[¶nÅì¹óðæ?_FãÆÑ¬iSœ>âTL™>cÏ?o¯®_Ï¿ô žéó¾G÷nxìá±kW1¾˜: >ôºvé8}ļòêkõvíºrì°¡øË_ÿ†d2‰X,†i3g¢oŸÞhÒ$5¿¥¶Ïmð øröl 2Å%%X³v†ŸpæÌ›‡ÞG•«V£´´ ýûö©×{ÎQ¼ûþyê)8ªÀÙgžç_zË–¯@¿4û9gôYˆÅb€Ÿ\ú#ÜõÇ{1áç?Cfff½îŸB!„BHJ×E¥ëÂ…D–ôW@¸®§)ļBy”L(ÃÒ5ÝŽteO0ÝÅO^’>+]˜]aŦ(eÆÑ5EBX™.ÆW4ÓØö˜«¬5¶ðåp .aÓŠ´ek‚kÚK§ËAq×m¿Û«9›·lŒw©9–L&Ñ®]Û½Z§6Æ_~).8÷œ”ã7mtëÚ¥^¯·/ xÊ+*°hñô>òLŸù%Î;ûìȱµ}nC‡ Âc{RJÌ™;ýúôÆ1C‡âÕ×ßÀ¥ã.Á—³ç`@¿¾ü˜ú Ýç|Ñ/·ö¾‹–LÆ»|hŽUWWcWqq®Ñ­kTUUá›;Юmýþ=!„B!„DHH@º.®DÌu‘ñ˜DÌq³ÄÀ×A`ž„’s&¦Íœ‰#ï…æùù‘ãjûܲ³³Ñ¯oLŸ9 sæÎÃà‘›Û½;ŸO™Š%K—aÈ ì>j¢C»vX”&TÙPƒ¶lù äää UË–õ¼3B!„B!i±ÒJ¾u¥DR¢TJ”&“(s“¨PÎie¸huE”©º€Ò0¤\|I&ÐhZ8€p¼’#ÓÁH˜å<Ñ%ô f]ä;´7êT¿´¨†‰)á¹ê½í†9dggcÍÚµ¨¬ªB“&qêÉ'áÏýk×­Guu5–._ŽÂ… ëõšQ¯ÉdÍ›çcèÁøëObëÖm¨¬¬ÄœyóÒ®“Ÿ—‡òòr¬Z³[·m«w‡Ìуcë¶í˜øÎ»¦kQuùÜŽ<ß~hÑ¢€WÂôò?^EîÝмy´ s }æ(Ì›¿ß~åååØYT„>ùÔ8X²³³°|åJËÑL›1UUUX»n=žyáEœ}æ(Ä㱃²B!„BixHë•PÝ›}÷‹!%\ TK H”º.v».Ê\‰ ×EµtáªØýû´çñäó+¶q¸#]WŒUš30-£­j ?iƺ‡`RK*ÂV€”ŠcÏñ=,¡"#ãp•ìk¬/.°ÆÖ3çž=«×¬Åµ¿¹ 0áWàÈÃÇÍ·ÞŽs/¼÷Þÿ Ö¯ßX¯×|þ¥WpîØ‹ín¹æ×W"cÜOÆãÇ?½+W¯I›uÒ­kôïÛ¿¾æzÜvçÝØYTT¯ûlÒ¤1úöéo¾ÙQ£èÔþ¹ <;‹ŠŽ–ÁbgQQÚŽHßmÛ´Á½¿¿ŸNš„±ã.Åϯü5>›4»wï\zÉÅxõµ7ðԳϛ9ÓfÌÄE?¾¿¹åw2p ~|ÉÅkû„B!„Òð0å@Þka‚k=d@-±µWUR¢Ü•(MºØí&Q溨t%’Rj3‹YN8NÈ\"!]‰@†‹YÝw·xæ› Ž!9æJi,0iÚB§Þk´èR+\7üBg¸háÅþ¤ )«! ¸É*T•lÆ¢)/×i_ßuÊËË‘““s°·A,–-_ W_‹þý¦é^D!„B!äÛcÈÏîB“N‡CdæÀÉÈF,#BIJShô{ê.„B!„BHGA,!Á0¶é#("meQÙ/ÁÊõ:T–¤3ëès°|"á¥Ô%<N•ëbOµE—05䪤iíßlD•yV™‘Þ™=ßÚ=£]!„B!„¢¿&¾EÅRy³ð‹w”!½vÉæ„‰SQ"ŽT¹µ:¦Åf´s¤@ÜLàÚÞúñàöì­……ýÚ`¬ª¨P'£P€nà ]Úļø×˜ñå,B!„B!¤!"R¤Š`û_Lp´a²U´àbu,r¥VüHiJ”mE8FM‘*÷Eú.áåÕJÝ.¶”ãí'”éÇb”%ˆØÒLjˆ®(O¡â(+T7´WÀVcŽ<„B!„Bi€<õõB¨òŽˆù²ƒ‰+¯W„"K„ý‡r®Hx¢ŠŽÄ«3\$<ÁÅZV誳ԸZ¯3`‚|8¾ÅÓn‚rGˆ°ÃÅî`¤r\Âý‹¼“zsÂ*1²Ãoì±ð–B!„B!€Im ;`œ*Rú¡*ÒÖ9@JožTŽ£Cèó€Q4ÂŒRâU„vÐH_"¶(#•®ãtìj#}±¨b#³¸Þ ÛÈ¢o@ÀÏt±Ü,ÁÚ¡ðçßã#R†}£ð«…{ „B!„BÈþa•ÑB;TáÎÊ+WS!u†‹þC™F,±Ä8a„5$? ûb9^ôÍ”¤ –Ù¦“€ÅVv‹º3_;‘f¾)/ ”éuBÒŽLÁ…B! ˜¹E/¯X·ç`ï„Bùöèœ \ÔQ¢~ª(à»QJ‹JL‘`*‚Âã,!ÆÒ4ü5¥•„*O2UK.„ãø²…„ã]Ûì0àŠñöä˜ÀëFñÚªc¿WÏáê iK7) ‡><[lTb Ý.„Bi˜Ì-¸g1B! 5eÀ=Kæ…óF´­Cw„)Ò>p†‹ÎV‘þ›@Ùgf^öŠ€Ÿá¢Å7°'¸ÄuÎ6—H©®(!]VnHĉŽT1î– J‘â⯠w ‘~Ú¯¹ºé’¶55!„BÈ÷“—×z?[Ý|TSŒ8$"„Òp%ðÁº Ü;·¯¬úå['MöŠô… eÚ0,ºK‘Akª†üº%¢Áêu¨¼È˜CDÊÚ)ÎuÄb´ùÆ®²ç¦Ãr¹øzSšR•ŸðŒà"CsjÚ!„BÈ÷íp¡àB!¤!áàôŽÙ€5eé¾*ㆪªñL'ºcPpŽò›x¯…e+¬\(‘%",W«.úµÔ.™pé‚‚‹ªsÂÓI³›Úˆr˜Ø%E!OOÚõàçºï8ýõ!„B\!„44ô÷¾E!W"\Û¸aUØ(WŠQ*¤åh4"Œ¯7è êZ"øÑ*Ò…Qv\o¦pDªTaê›ô{O¨‘® )eÐ阗r“¡L},…p‘RÈÅ’2TÖMô!„B!„BHÃô&òK…‚ºƒ€t}ñEÂdåšÂ-ÅxK¹¾V#]XõIÖ5ýõ¥Î}‘¾~a¶h¤%O°ÂA<ئ(ˆ9 kì9Á(Ýp:Lúõ#ÛŸ]¤¨³ï¬/^„.¼Y±Æ}ØUèœ×¯^×ÿ¾1oÕnÌY±‹×ïÁÊ-{ tmƒÃ;æb@ׯ8ª{Óƒ½EB!„B! £½¨ ]ý^òd…ÉÂ5‘+&RÅΕõÊ…„püÅýè³–Öbì%3WE£˜<Àu½eD .â¶ðpÄ ½Vâ‡Ø Í(«Ä¨&k¬ÒµCw]k#ûXb$¥Äº kP\²+pü¥u¿ÄYÇÃ_ÀÓӃѭï@<‡”RJ4Ï+@çN]½ôâzâ½—þ€o6¯‰<çÄbqÁÕh}HÏz»^}PZžÄCWaÑê=8¢ ŽhÖ Ç÷ÍB<$°£¬O½¿ó·àÚs» /7ã`o™B!ßa„¦›!„’‚°¤GP'T¬ ´Øâ9L|“ˆ «Ç»e èê‹„óYuX¯2—– # ¡Ê—tG$ïu< ÕíÓI?Àì¹¶!ÆŠ£½ù}DJ‰µëW£Y^3ôéÝ1GØGŸÙ„î­úaU昺´Gõ‚æÍó!¥D2ébýÆ5X±j9ºwíQoÂËÎmë1æâ_E®WR\„Éï<‰Ó/ºMòZÖËõö—ÂUŸíůѣiNm×3çO«碸d bñL´.h‹ƒOÄøá§`ÑÆopÙsñÛöÄQ=òk_œB!„BÙ[lÁÂ*瑾cCµ€¶µŠp§eßð!¥ 81˜VGiRB Om&¬×®‚hL¶®Î…ÑŽ@†œ.övìu-¢#î9|u#T~dO7×ÚûñX·a Z·jÖ­Û"Q]¤#à8ÇW°ô•ËÊJ‘››ƒ¤ ¸éЮ#2bX¾rzv?t¯¯ŽM«DŠ.M›·C¿Á'àÍ'o©q~ó–pÖ¥·ÖÛ~Ò±{O5~ûì< mÝ»·oÄ “ŸE›¶MpÜ ‡¢E³¾ØüM),™ŒÿNy7\y®:ù(ÜùÂ4<÷›£‘ß8ó€ï‘B!„BHÃ’ŒoÅr™hÁ%˜*Pj`·š†c;\ „i:){ñ·Ê1#ÃkÁdÓJÕÝÈŽ{1æé]3^· ."Rš µ-êŠÔXöÍbZ´k':t耒ݻ‹ÅŋǸÕX,á8®‹¤›DÙžÝÈiÔÛ¿ÙV¯¢K2™4¢ËÜ¥Û0wñF$’IkDªXÇqüÑýpâÑ}ñΫ«·½ÔÄ}¯~…C²c÷Ž-˜ºèCŒ~(†öíŒ&Mš¢y~>Ú´m‹d"%K—á“)óñû‡ïÀÏ.º§Ö ÷¼¼÷^1è[Ù'!„B!„„Wßj()R5FL[ß<"­E\ßÑbJ…¤—£s^ô²öµÃ¨ ÇQÏ)c¤Ý5IÈ ŽÀMY[mZH­YÉ5áEj#\ÓÖmö±¬×u]defcÕš•pTY‘DDßÅÕkV¡d÷.$“I¸® ×M¢s§®p]7bå}ǵE—ÅñòKÿðÃzÒ ¥‹‹/ù!ºW{ IDAT$êu/阳t;æ-ÚŠcZwÄG…à¬Åð£GóæÈÍm„‚‚–hÑ¢™™Yhݦ-š7ÏGnnc<÷úßqõå·bæŠU˜þõV =¢õ·²_B!„\î¿ÿ~Lœ8S¦L9Ø[!„ò}G[I VèŠYHB h ^©×“Ú¯äÊ©¢»5ë쑦ã‘;t[hÕZZ Ç?gâj]8€/ºÔ(´˜û’æÒ¾àbÝQXµIKDiQXd¡quÄu]8ŽƒDuíÛ·GFF†q¼„iݲ5š䣺ºØ´y‰d½‹.¶Ó%‘LBEE;jœ“Ÿ_€D2‰dÀsàørÑf´ÎÊÁ’ KpHÛL ?ú´iÓÍš6EVV„ªªª ¥„ëºhÑ¢†=s W`ò¬É8´EÌX¸‰¢ !„B!„úÅ·¶(”‰C…ÜêjœàËc•…µ¿IXÑ.©¡ºÞ;(WïËQ¡¼Þé÷ ‚“¾¼( H©úR £þø×¶BsëìN‰(- éÖuT\×…p$ Äbqo§‘BJÉîÄâªÕ¨®®Æžò=H&@tqS²?ÿÏ?Q´r’‰ê´óNëdž•‹Ñ¼qÞ{âjtè9}‡_\¯{Ó|µl šÄcuñ&œr\w4G³¦ÍÓ(ŽRËÊJ•(‘™‘æÍó1lБølÚR ks8æ/[  ÿÙ!„B!„L [Å\%tØB‚-OHé "ÇŒðÎS , &Ò-ãMõòbuh®£ÖÐ×ÓK¤ßÉ o[?lÁ% èvÑ!‘)”QS;á1¶ø²ª‹ëºp„'ºlØý5nýìüaòÙøbÍ+)cgo wÏ8 /¸ +vÌž={¨wÑEÂM$TذbŠ×.ÀÈq·à¼_=€sy?Îýåý8ç÷™Ç˜Ÿß‡1?ÿÆ\á=N¿ôv¬_6§÷dÉš-hš‘ƒj×E—ö­Ð¸qcdeg±C©þ’ !‘™‰ÜÜ\Ö£v”lG¦ÈÀÊ ÛÃñ?„B9¼üòËèÕ«²³³Ñ¹sgÜwß}æÜ›o¾‰~ýú¡qãÆ:t(fΜiνøâ‹èÕ«5j„6mÚàÆo4ÝFމ×^{ cÆŒAãÆñÑG¦L™‚cŽ9M›6EïÞ½ñÀ˜õ6mÚ„üàhÕªš7oŽë¯¿ž­Ÿ !„¼&Ϻ¤GBµfKB…âÁE•Ù‡§Áøa¸¦‚G+#¡†E^I‘«¾×é°]ø¿0«2#]z$¥ÊtI[Zd/n³ÏšH]'îû7k]^T]À? oÃiÃÎE“¬æxoÖÓ)cWˆðãÓ¯ÁÚâ¯ðé´¿ãhñ+8©Ñeõ©øzƻȎŰ~Õ2süØ.½ö†Ÿý3$ª*±í›ÍÔ_ õE ^{ϱx&²rrÏi¶ßûJG2Q…D"¬x#ddfyeYNLeáø2ŸÐÉÐB #3#ñŒ8**ªàVWÁ÷AB!ä@°eË\rÉ%xúé§qî¹çb×®]ضm`ÆŒ¸ôÒKñúë¯ãØcÅÓO?Ñ£GcùòåhÚ´)Ž:ê(¼þúëèÑ£.\ˆ¡C‡âÔSOÅÉ'Ÿ ?~<{ì1<þøãÈÏÏDzeËpòÉ'㡇ÂÅ_ŒM›6¡²²Ò쥪ª £GÆC=„ÂÂBŒ5 guŽ?þøƒòÙBùþâEvµ©’S‚Á·^s!Õ}ÈþýÔ„çBUñ8¡Ð\u -ÌX™»ž0c»Eüð¸®^ó»¼ã„Ê‹jpÑiH ‘ª£Dþ¾mTW ^‘Þ{ñÅ8]ªH¸ÕØ^¹{²²pÑñ7à‹%o™qÇö‰ã;KÊÿƒ»gCºY(¯,GFFF½ˆ.3?zç\v²5Q.(¿Ëqâ¨,+ÆîBB ‚ïá /ñ˜ƒÒ]Û‘uE—îíšaGé.4Én[ÊUš@Øè¤¿NBŽp°fÓNäç¶À¶¢èØ&×8c!„r`(**œp ÈËËC^^:wî xüñÇqùå—cĈ€ &àw¿ûfÏž“N: ‡~¸YgÀ€èÝ»7¾þúk#ºL˜0_ì—2ÿå/Á¨Q£ðË_þЬYðg‘Î;ã’K.´o߇r.\HÑ…BHý¢K´áëbç°Ú( Ï@ ýãÞ/ã*PWÍõ%P8­%Ö˜à\]:¤ÛK[Këópb® éu¬ò"ë>"n.tTYmŒàb‡àÖ)×E¤çÖãïéÚéRQQ^òl|òŰ`ÕTÌ.{ CaÆ5ï˜Ù¥/¢pÕ4¬˜·v‡”@FFf½ˆ.‰!ÏÂî›P¼mvm[‡¢­k±kËj|³qvm›L¨GÉDÂï&¼l™d2™€”.v~³š5ßï}¥£O–ص§MµÅÒe»Hx×5*gâÄN¬7§KãüÖ(Ú¾€‹du9ÜD…zTB&ªà&« ÝêÀÃ?–ÜjHë}ѶMhÔ´Å~ï+CútÂ7åÛÑ(3Õ{:ããÏסºªÚ‚žÇû\\×\¦Ï_†¥k¶¡M³îذk=†õítÀöG!„Çq0qâD<ÿüó˜?>=ôP<óÌ3€¼¼<ÜvÛm¨¨¨0)%.¼ðBH)1|øpdggãÍ7ßÄŠ+pÜqÇÕx-×uMFB!ä ¡".¤ÎOц}ÒjÔ£Cu…ô…—€¶!•[DÈÕA˜óÒÌÔ #’¤”: m.‘*¢ÃßxJ÷¢ iEÌ+vxnÔö‹¤œ'ÐØ7¸hÔä:ã&]$’ ¬X¹S§Nņá`(ŠÛÏÀœâÅèvx •‹7"¹²=²W÷ØŒnݺᤇ£sç®õ"º4-hmW£c—p“ ?TNgµ ¢¬H•ùã¼÷‰ê*ìܾm»Øï}¥ãè>]Ðç°¶Xµz:7;…sK‘“½#‡wC<#Þ¤t=Áeîr<õ¯ÏÑ:»Vn[êŠM8v@·¶?B!„ø!0zôhŒ==önºé&\~ùåèÙ³'¦OŸ9gÍš5X¶l¾üòKS&T› Ò³gOÖûþ !„½BÇ\X•3¾ÃÅñ› ?àÖ/&èÖ{­Û;G´œ0–°’RÔ#%„ií]­×(©FzâL¡É"âU7^ciQTpK¸)åþBcö×u‘L$ …‹!Ccˆ93Ö{Úé=Ø@Çøs«Ý*•³ÿ¢K³‚öؼ¶‡têé&Y-°D_‹±D—P˜nuÕìØ¶ MòZî÷¾jâ¶_žŽ³¯ü;šÅ— ™Û S¦T¡pÑ—è×·9zvmŽ˜¬X· _Î_…KÖ"/ÞU‰¶–¯C·Œµ¸÷î;qÓïn? {$„B:ÕÕÕxûí·qòÉ'#‘H`ùòå(((üêW¿B¯^½ðÈ#à²Ë.CYY>üðCŒ7yyyˆÇãx饗0nÜ8¼ñƘ1cÎ<óÌ´×úÅ/~Aƒáµ×^ÃèÑ£±yóf¬X±§œrJ­ûüøãñüO>ù$„?~<ÆŽ‹#F`íÚµ¸ñÆñÇ?þÑäÑB!uÅO\ªÙ‹_$-¡:×EJ¯KlB‰3ºHÿn®E£K(‡¯Ú(ïˆT¦ÈÒi„1.ÄC™»Ö-DÝXH ë"5fºøvŸÈõë”S;®ë"‘LbçÎÐï(4nÒñ dddªç Þ,Õ‰jTWW¡:QÒÝ»1wþTWW׋èRЦæO}ÕÕåpÝjãf±uíE@ðÙvÁ$öTbÇŽ­hÚ¼õ~ï«&š5ÎÁ}×Áõ÷¿…‚ª"thÒ7·lÄk‰E¨J”ÀqQ‰6ñ#±±t 6–.FÿÖß`ÌðSñÂ?^Ç‹Ï?‡q?¾ô€î“BiÈlÛ¶ =ö®¸â ìÙ³}úôÁ³Ï> èÚµ+>þøc\ýõ¸ù曑››‹>}úàŒ3Î@Ë–-ñÌ3Ïà7¿ù n½õVŒ=ºVñ¤OŸ>xë­·pË-·àÒK/E‹-pÁÔItYºt)&Mš„ÊÊJ!0iÒ$ôíÛ#FŒÀ¶mÛ0iÒ$lݺ•¢ !„Ú±Ì Æ¤)à—ù»ÄÈR¤~ ¡ÚBÃaô¢Â_¹&Ê("Œ‘Fwí5¿» xÎéU‡h'iZFÛ5P².ʈ°_„6ªo&Xâ|ŽZj/p]ÉdÅÅ%¨¬¬Dee%V¯^…•«V¢{·æ»¬;:wî(..Au¢nrÿE—¶{`ˆ ¨¨r‘•Ý ždå"fõï–Rª¤c®ëš/ضMëÑ$¯2³rö{_µ1èˆNxëÏ?Ãí½‡¯–ÍD3'3#7ž‡䡬² ¥UeX[¹Õe›Ðµ ‰ò*‰)Óg`ìùgã©§_FûC:`øð“YN!„Ú·oÏ>û,íùã?3gÎŒ<7nÜ8Œ7.ò܇~y|Ô¨Q5jTÊñë®»×]w]àØŒ3Ìë &`„ æýÊ•+ÍëAƒaóæÍiïB‰Bÿ†)u!©K…ßí¢…5FšÁBJ_zÉþq+ÃÅ~ò -JñV{×·Å«,I8áLmÅQi.Â>¾Í½$лöáûj|ÑAºÅÅÅæØÊU«ðà /Á˯¼ˆÂ¯üºä\0o¾õ†%º£ººª^œ.N,ŽnG…Ï&>ÃztQt’²ÿ‘B9\\Ur¤³^”à⺠-CïãÎÝï=Õ•ü¦ððçcʼ•˜:w —mÄü + ¥DÇ6ùèÝ«úôè‚Ê+ðøcE‹±¼4ñyópÑ…çâî;nG~^sôîÓ±XŒâ !„B!„ýøG¼¢"»¢Õ#aXj‚-¸˜º é 3z¬t•ÆâXÝ„¶Ö;iåÛª@]©KŒ¬R%«åtÜ_Ò¯ˆ2+GZR¬cuUF¬,“Ñ&bý©4òœ.I”—˜c‡Ú - ZbüO®@ee…9^Zº; °”—Ô[yŒ¸`þ~÷x¬üè‹ýXE  ek =åüzÙS]Ю›£{wÂQ‡µCuu5ÊËËQQY‰êª*TTT¢ªªUy=0þŠŸã©'Ÿ@Vv#Ì/mŠX,?8 ®½êJ<ùìóèÔ©sJûIB!„B!¤®¤¨Rz‘,F$±Ï+—‰¦P@p ÒHàzÎ[|1òŒ#”YÂpt„ˆ¿Š#jŠ*/ ;d„è!Œ&°ÇðÝ´aÕGÙƒÓ³?‚ËöíÛáº.b±XÀéRZVŠ>þ‹—,BE…/ºÄb1têÔɼ/..F2™„ëºØ¾};Z¶Ü¿àÚ&Í píŸÞܯ5RJ㪪ªBuu5ÕÕ¨¨¨DEE9*++Q^^ŽœFpÆYcðáûïâ›-1mO1Ž:]»tÂ>ü~:~üÁ¾B!„B!ßeDÊ ¯ÀÇVR&ÏÅ"¬Ø]¶ë¡ÂuµÈâ*1Ã侄,)¦”É&dV±tý>‚à‡Ó„Åp étMˆÌIû|ø“ˆˆ| ‰T{ÍŽ;sbxÿƒ÷Pl9]:u숲²2ôï×?¸á 7·‘y_\\‚¿=ñ ìØ±c¿E—ï:BÄb1Äb1ÄãH&“ÈȈÃu3–æ8233ѪU |øÁظ~&}> å{Êñ“ŸO€ã8÷&!„B!„|§ ÜbP´·E¨ ×Ëw€ d³¨òék:Ä\A‹/*|Wgôš„/™×›#üßs…UR\¼R¤x¸„ȯ‹²oî`ªõ“¨a`¸d©¶÷Ž‚‚$Ý ¥Ä¬Y³qÛí·ïÕü&Mš ÷ý „0­"B8Žcžãñ8²²²P]ªª*$ $ ö+Íœ#Nï 1uÊyú( <„¢ !„BjEÊzüBÈ÷¥hãŠnûãý)t§". ¿^'Òâø"K rGÖ291Bg¯ªë @˜¶Óv1’T92ÞܸßIO¨ñ—ZË~ìáŠ"Ï‹“º@8f?¿ß¶lÙÒ¸Sz÷þãþ-ÖÀB˜G,CFF²²²RÚZë1zN»vípÚÈÓÍ{B!„B!¤>ðJŠBV%&èŽBê•€×]Èëñ Ý,H _1ÝŒ„QML&Œ4A¹þ¥´ãqàG³(¹Eøå<:\7î'µÈ@Ю½vøWg#Ù"Kº:*#¸„–4kÛðß<>¶ B× !„B!„ƒ…6¥#P]Š<‘B(ÁÂwQj׊ñÄXŽm? ízË 3O­ì2 xY0^ªnÐl ë—€'͘#a§‰Çè‰i+‡ì ¥Œ”þC=Õän¡àB!„†ŒË†!„40’ê{_Š9#ò€ey–þ •Žaº9þ2¼†…Ô)¶Vž‹Õ™È/Ìåì`^«ºGJ×\ß±¯j—ÁÒ{l#K D7ʦ°Áèí«ÔIRÅ–õB!¤¡Ò9×{þ`]…B! †¤Þ[[èœúèÂ4¬?A¹–ùÃ÷´hŸ‰]ÒcYQT­’€ÅcøzM»HšNF1˜¼[5±Ä•¸mH‘æœ0‹Y9¿÷ö}öp¼¨²";5XiêŠÌgF!„Ò¹¨£Ä=Kî[‚{ç–Ô>Bùáà’N)e8æ!„’ÌI•ªâ×)Ä(L,®€×fÚ Æ5‹ETÿèõ½•I]È-굎VÑ×—žPéЙ.RÊ€îö¨¤‹oI±Á„s\ÔM5Ö­ð_s!„ÒÀéŸ/qÓa]r%ÿŠBHƒAè’+qK/}òjh\!þŸáž" …%’è,Û’bš Õ8Iá"!TÇ#G¥½͘Š!Ü+¥@°]'щ-2t&2²% ;@W¦NH'¾B!„4dúåKô˘rG!„xõˆ°B!­€Ç¨u[Hñ³_ŒÃžˆiô¡å•ù"ý6ÑvªŠv׸B@i0ÞnìLÝ8,´¤”ÙR,0–ÐÑ*:œábà?çÔ+}zy°·@!„B!„ì7Z/ñªxÂM{£Œ%p\XÂ… ­¡í)PÏ–›Æ59,¾õÅkE­w¥/I×ê®äv¼sáИÑ&òv'ÓÔ>ù‹È€dFä*B!„B!„)°Âz凢HÕÊ98/ð"˜{«—Òa Ž0¥CZQÑú‰Wfäæ“ùâáÔ¤v„…3Ò¶¿ÈtƒÌ=ûo¬Œ“úAB!„B!„(ì,Z­AÑ!PddæéáÊ­bâ]„H•!lÇ‹YÚÎEÑ+ &pZšœ]!½‡#Ӫ؋L©QX` O0ƒ­ÙÒ[„LÍq©1—B!„B!ÄÈæµ–Mt[è@ ®Ÿ¿"+é9¦ÁwÌwÇZW9^\¸æ:X_Î+á„ËŠìë¦ÜŸˆ:‘fBŠ-€©y.áÐB!„B!„ Å&ÅDê÷fŒ<\ë½ kf04H ›Õîc‘¥….ÒcTÞ‹®> Ë+BXN¿ÅQä½Õ|L×!Äá§ÃR˜RæRm!„B!„BHMxƒ —ýø›aÜ":ÍVg¯èÃaˆVI”6#Uy~èª$)]ïœ.s ]×k!-ýн ]ð#<§‹”2%L7¨þ  ´DÖ=E¾—°>‘àge†ÿ¦!„B!„BlT^Š/5è"#mðVÙ|c„ñyøa¸ºüÆvɨáŽu=[ˆã—)eE8~kj-Ȩ3F°1Kj±E»]¤nyäï3}õOX01ªuvÆKÔ|B!„B!„t„Y„W4$M—k€ÉcIüF@2E¤±KŠôÇ–ƒE•™nC¶H¢KŽt “ È$ñÀ=D8]ÒÈ%Q'ÇjPSÂ!ºéÂy !„B!„Ò°±2]ŒÄèøcç¬Àˆ"Þ“fàùT ˜ª]¦$lõÅ«òK‘¼ª ie¸•&ЖÙ+}jZß ˆ.Q„ô¢ÔìÚ‹P7"CcËí§àRRR‚íßì@YYÙþ-D!„(222P\RrP®››‹CÚ·C^^^ÆaÃÆM(Û³çïŒo‡½ý€4l¶lÙŠovì€ëºµ&¤Ž8ŽƒV-[ U«Vu¿{÷nlݶ{ø½x¯hÔ¨Z·j…&M×a´á"u üeeÑ‚ ¬–жÃ0åI0kè1€pR³U\!ý“š‹·ŒŽ´õ/'‚¢‹*îjdë&öÅS^›ÏBZ7QŸZö1O·¤¤»w—âÈ#Ž@Ó¦M÷mB!$ÄÇŸ|‚!ƒ”k—••aýÆMPë/EEEغm;ºtéŒÜFüæù(++Æ:þ?@6[¶lEQÑN´o×ùùü»Bê]»vaÓ¦ÍP«ð²{÷níBçN››ûmlï{CYY6nÜu^t@­WVd•ñi2[„D‚Ú…-¸xs\(Ó‹ 3X8HÅ æÀH)=aÆjY$!éÒ – A"°¤ÝþH†@-ºHÀé¢:Eu- Ç»„Kö’íßì@÷îÝ)¸BùÞ ÿ•_ /5±aã&tèО‚ ù^‘››‹uü€4l¾Ù±mÚ´¥àBê¼¼<´k×Û¶SëØ­Û¶£]»v\öÜÜ\´oß[·m«y NBªD e´)<²ÆYåBþ{%Ü(÷Šž"¬ ]Œ(Òt‹hÓMIBH Ç̗¿X°¼È¸dDŠÀ’×%–D 'æFìš©ûèr”õRºÊá"RôèaÆAZß±<4Rw%ÒÓrŽ*)râ®ê-,©GzÁ½ŽY4´t?¾‰ðI#¼ìC}F$„B!„BÈÞ`E˜èª ¯Ã0)¶Â?->xbˆD@AaBw)’fŽ43.„„î„GXåMRézÉ¿*Æ´RÒ‹Y÷e¿—ɰ•”––Ò-N!„|¾+’ïÊ> !„Bö~#¬~F€QT„cÉvÔ‰0Ç<}Åîdäýa’Q¤€p¤å®/ÆHÕ€ÈTéãJWÞë¸_o„À€Úš í3Q¥Hõ¶8!„B!dùݿǗ³f:šžt⠸ᚫÌû•«Vã™ç_Àâ¥ËpXÏøée?Æÿ³wÞQUéûÎIï ¤¡÷P"MD+*ØÅ‚¨è⺺¶UùéºöŽ‚X°—Õ/ˆ"J·Ñ;BÒBIHO&sÏï{ϹçNI†ÀûÙ2sï)ï¹AæÎ3ïûœÖ­Z¾øúøü˯Ž{&MDnÝd¿O}ÍRR0á¦NÙz‚häÈänO¸øÓfx À¾g8óÂá!¸ÀjÆ¥#ìR¸ôÖµÙ‡5úhf¨:ÀœâÛ1Ƙ!¶øù¶LMlñ Æ·âmXã÷µOH‰!‚ KcÉ i,qÑx¨¬¨Àßï¹ Ã‡žïóü¡C‡ñУãºq×à¿ßÏ›‡ý7ÞxåE”••aÖÇŸâ¿OOÅ®={ðß^ÆGïÍc ¿ý±¹;và¿ß{ŠWDD£GÙ]HØ›ˆ‚»i®¦ºäšz ³é¢·eª«–™1L.¶NöYƒ_áëbdÉpYêäTÕk£míb‡—à¢>3€{(>µŒé·¬ˆn ‚ ˆÀÒXÄŒÆ'A‡ŠÊJ„ײýÜyóйSG\xÁÀØË/ÅÊU«ñó‚EHNNB«Véh×¶ 2Z·Â /¿ŠÒÒ28¼úæ[¸÷®I =5 !âÌ@ÝôÇWÕŒéáÂEÆ ÓŒ2 fubœY2…š8â™%#v âV ‘±Å43_¸µã³¨REÎ-Ë[¦l­Þ°1Ƽ´ûkÛžI^j“ŒÐvÌCCx¥Ð¨òAAA§šŠŠJDDø]–þò®¸Ø–& IDATÔÚú—1†¾}zá·?–cÒÄÛ°s×nìÚ½»÷ìADx8"##ðæÛÓѵs'ôéÕóT,á´fïÞ½Xºl)òóóQ\\ŒÈÈH¤·LGVVRSSdŽioOÃÞ½{ñØ£ÁétÖÝá,e×®]˜>c:úõë‡ÑŽt8D0YAÝöÂDWìmm?deºß[›äÀ­Û÷X̰…áªöÁ,Ãq˜ëF[S|ñ8m‰.ž.þ+‚<2Y¼óJx–ÉE{Ïâ'_35>ñå™gžÁ?ü€E‹÷¡¡¡øá‡0xðà‹‹ ‚8vKIc‰ótå‰ÿ÷ Z¥§ãÚk®ª³í—ÿû«Ö¬ÅÓO<~ò#Ž™9‹Vâó™¯: ƒGEÇ–M†vm3_k›ŠÊ Ìþî{¼=c&D¿>½qçí·"2"PPP€f))¶>)ÉÉ8xøZ§§ãâ /ÀwOFhh(î»{¶åäbáâ%xûWOÚº Ë~Y†üš¦!99 (..ÆÚukÛ`¢ qzòóÏ?cÆŒذaŠŠŠžžŽììl<øàƒÍ{ê©§ðüóÏË×ááá6l^zé%ÄÆÆ,.;V¹¥§˜‚ ÓÌû!‘ä¡ê ¦†¡ÁÒ-¤ÃÁ9³ôqZ·'¥¨¢Œešk/}q=cC’§ßê9ÚÊS$Q¤þTÏùj±ß6ÝDžnœwÞy¸âŠ+p×]w:‚ ˆ“Nc3KœuQíráêënÄsOOE«ô–§l^¯zîÚÚšµÝÇ{Íý­ñÁGÃ9ýûcô¨‘Ç5.aðùÌ×à¼à•@‡acÑœ»1ôÉ'†m9Û‘Õ·vÑe@V?4KIÁ¤ÛoCIi)^}ã-¼òú›xèSPSSƒŠÊJ„……ÙúD„‡£¸¸pÓõ×áºqãàphp»uLš|n¹ñzÄÅÆÚvL=Û8PpóçÏGLL ®½öZ$6M”çòä#8(8€Ñ'›©S§bÆŒxðÁñÀ &&999Xºt)BBB† ‚wÞyœsìÚµ wß}7žxâ ¼ð Í^h£&rh€ôp1Ó^8t0Îl‹ú§.„Fà$ÆÈ*!f/OâFF ÓrÎ94fÌ£sŒiÞ.+†‘®øGO>WMg  /þ$™HÛaö×¾*Œäs%/ÈcîS˜!Iuu5Ünw Ã ‚ ÎP\.×ÿ¥‹¯5ºjj ëz€""o&Ý~›|‡ 7߀»ï»S&ßàà`„…†¢¢¢ÂÖ§¼¢1ÑÑòµÓé|ýí·ˆŒŒÄ¹à±'§bõšµhÛ¶ úÇ4IH8%ë9]øí·ß ë:F]0Ê&¸@rR²|Î9Çòå˱bÅ )<‚øøxôëÛ½{÷–ŸÝŽ9‚~ø»÷ì´lÙŒ¼à4ÊJh¼”””4ø˜+W®Äk¯½†_ý­Ì]¾ ==Æ kðùއ   $˜ÿM6iÒ“&MÂk¯^Ùƒ^›ùqÄÔ2tèV#. o¡ø¶0[‘Ù+¢ìHÊÓv…©µIÜ2ä°Æ ¦ˆBrŠº#¦ŠŠòìSpñQ<ÏÛà°¶WRj©ÄÂ=ºÛ­^榫¢¢=ô¾ùæ””” OŸ>˜6mÒÒÒPYY‰‡~_ý5 Ñ·o_¼òÊ+ÈÌÌŒ9;vÄï¿ÿŽõë×£}ûöxóÍ7ñÝwßaÖ¬Y8xð ®¼òJ¼õÖ[p8Œ7–½{÷âŠ+®À‚ ‰'bÊ”)òïÛ·÷Üs/^Œàà`Œ9/¼ðbbbdÌï¼ó&Mš„]»v¡oß¾˜1cÒÓÓ Ö˜÷íÛ‡:à7ÞÀøñãO<ñfÍš…uëÖ!88S§NÅûï¿#GŽ ;;¯½öRRRðûï¿ã–[nÁ…^ˆ/¿üùùù8÷Üs1kÖ,4mÚ(//ÇòåË1eÊL:<ðbcc1{ölÜwß}ؼy3yä|ðÁؼy³\ÏÖ­[Ñ£G 22²A~¯A'›úf3aî¼±{ï^´ð“¾gß>¤5o /aûPÒœ ™.[·åà‡Ü{ÿ?ÁÃ3Oþ™íÚâð‘#˜>ó}lÜ´N§={tÇÍ×_+M>KKKñê›Ó°~ã&$%&¢]› ,\¼3¦½è¨(躎>ú‹–,EHH0Úµm‹Üí;pí5Wa@V?3µ˜ËëXZV†wÞ}kÖ®ƒÃáÀ ç`üÕWIO„C‡ã™ç^Àú›†Q#‡cÌE£ÁÃÒ_~Å}ŒwÞ°nR_~ýMáüÁƒ|®ñ‘'žBUUrr·ãÝ>Äø«¯Âec.FµË…>ù ¿ý±¥eeh×&nº©Íš¾úæ[änß§Ó‰ 7¡ªºƒž‹[o¾ñ¬Í"¸ê¦IøôÝ»†!£¯ÄþüÃFÛ6m޹Olt 8ç(/¯@pp0‘—ŸÎ:Ê6yyùHlÚÔÖ//?Ÿ~ñ^yîY|3{6ªªª0óí·ðþ¬ðÁGŸà¾»'ðz`Œ¡mÛ¶µ¶[ºt)æÿ4Íš5ÃÀ±yÓfüßìÿƒËå€PYY‰·ßyÈê—·îÆòå˱gÏL¾g2‚ƒ)cæx©®®ÆÛï¼ñãÆ5踯¿þ:®½öZ›àâ‹•+Wâ‰'žÀرcñüóÏ£iÓ¦˜7o*++1uêTÌž=EEEèÕ«žyæùw©oß¾˜‹²²2dee᪫®ÂäÉ“e¬•••˜8q"^{í5´k×n·>ø 6mÚ„N:¾øâ Œ=š‚ õ3bbbÐ:½~ùíwìÙ³×o»ìAƒÕà"É™ º´kÛŸÍzWŽ»/üçiYzSSSƒ‡mÛdàåçŸEUU^|åu<÷Ò+xäÁ/¾ú:**+ñìÔ'Q]]_ÿÕ.—R¾ó-YŠûï½ ñX·~–¯XiZë:>÷âˈˆˆÀ«/>‡ŠŠ LýÏ…Kÿv18çpոЧWOÜtýµøkç.<ÿÒ+h’€sô7Æ„ÇïÄÌæõ·ÆÏ>|ÿø×#8`.ºðË´wf wÇüëûƒ?ýÿ|äq¼ýÚË ç9Û·ã†ñãpýøkŸÿzü ôêÙ½zt?ù¿´ÓQƒzcÔ ÷ÆɶÜ\ÄDG#&ÆÏÐËW®Â°ó³˜™«Va@ÿ~²ç¯¼þ.ó74ožŠ]»÷ WhÒ$ýúöÁ—_µ’£G"44´Vc[]×±xÉb„‡‡ãæ›nFpp0úgõÇsÏ?‡ÅK£ÿþX¹r%ÊÊÊ0lØ0œ7ð<Æç‡… bõêÕÈÊÊ:UK:ãX¹j%ŠŠŠ|Ü-[¶`Ĉõj»lÙ2ÄÄÄà“O>A|¼Q xÿý÷cÍš5øôÓOÑ´iSL:£FÂÚµkaz-ÕçGŽÁ‹/¾ˆ””<ñĸâŠ+°|ùrhšÀxÏ=zô(Ün7¶lÙ‚—_~ÿú׿äŸþ9~øa̘1ýúõÃ×_qãÆaÞ¼yèÕ«{ì1<ôÐC:t(Ž9‚^x_ýuƒxÕ¨Ž%†…‹•ÌÁ87õ f>‡8aˆ/Šh"wâjNŠi”ä1¼Ç=–}“"QŸ¤ê†à"²ktphBh‘eEÊBÄsÏ×bRhñ\lƒ(ª’H»ñw³ªŒ8¥¸  ~ø!ÞyçtêÔ ÑÑÑ5j<ˆ÷Þ{o½õ:uê„&Mšà•W^APP>ýôS9Fvv6²³³‘œœŒ±cÇ"66>ú(RSSÑ¿tëÖ 7n”í322pÝuסE‹¸è¢‹0a¼û9sæ   Ó¦MCrr22220cÆ Ì;¹¹¹rŒqãÆaÀ€hÕªÞxã lÛ¶ ¿ÿþ{½b¾ýöÛ‘‘‘¿ÿýï¸í¶Ûpà 7à¼óŒŒß|óM<ùä“hß¾=bbb0eÊÌŸ?UUUrî & 33mÚ´ÁÈ‘#mkóÇ‹/¾ˆAƒ!%%Í›7ǹ瞋/¿üRžÿòË/¥âIq&Ò¯oo\{õÕ>¿À`Œáúñ×ÐŽÇÁŠU«q´ø(î¸õÄÅÆ"9) “֬E^~> ‹°rõL¸ñz4Om†Ö­ÒqþÁ¶1æÿ¼—޹;´GRb"†=ßï ꂬY··O¸ÑQQHJLÄÐì!X¹zl“œ”„!ƒÎC“„ôéÕÆfã§…‹tÝÅÅÅøyÑbÜ1ᤵhŽè¨(L¸é8,ýå7Ù.±iSœÓ? ññèÔ±š§¦b÷î=  qöQQY‰©ÿù/¶åäÂårakNÞy÷=\=ö ùoܨ‘ñnÃÌûég”–•á«o¾Å¾}ûqþàArœ…‹—àÐáC¸òrã‹Éô´4,_¹{÷îò_CË–-²¾@‡ŠŠ Û½·'GEuu5Z¥·’+¡¡¡hÙ²%ÊËËQZZŠFö”È΀ÌvÆóN¯ÌªÆF~~þI÷ðáöʆѣG#..N>¾ýö[yŽsŽ™3g"33M›6Å¡C‡ðñÇãÅ_Dûöí‘€ÿüç?p:øê«¯êÃå—_Ž~ýú!-- Ï=÷víÚ…ß~³ÞS,X€ôôtddd`ôèѨ¨¨@PP<ÿꫯbòäÉ:t(¢¢¢pýõ×㢋.´iÓ7Þx#Zµj…‡~÷Þ{/®¹æ 0àD.›…êsk¯ù1Ÿj6„1E[=–‘‹‡õ‰åÃb&£0®›RŽ&äc«hK:±Ò=ТE lÛ¶ º®×³ÃáÀÛo¿^½z!11QÎír¹°{÷n\yå•RÍÔun·………~×»mÛ6¿kxªõW]uÞ|óM<öØcÈÉÉAnn.FUç8A§ÇšAÒ·O/³>ýLöeŒáÚk®Fïž=OZFÊ™éÀºQQ2PöìÙ‹ŒV­,5OMEdd$öíÛ°ð00ÆÖ¢¬ì]Èqt]Gþh•žîuÄ<ÆLÆó|óÃÊ·Þ!Û¹Ýn¤$'I]ÑWЪeKü±|¥Ï¬@Üä™Ç|¬Q41À¾ýyÐ4 m2ZËcš¦¡]Û6Ø·¿ßXâãâàªq9'ˆ€‘Ú,Oÿ÷y:tM›âŠKÇ`ô¨ äù¦MšàÿýûqLï}L›þ.Ú·k‹§Ÿ|\~¨,))Å´éïâчþ)ïÇ\<Ûrs1qò}hÛ&Þÿ÷€¬-$&&b×®]ؼy3zôèQ{c¯ï©š¦)®Ìû¼Ck°xÏJNÒ?ŸéééØ¿¿|ýñÇÃår€OaBý|µ}ûv8ôìi}y„>}úؾ¸?bcc‘––†íÛ·ãœsÎ >Ÿ}fÜÃaÞ¼y¸ãŽ;‰ììläää ÿþ¶qú÷ï/¿üw8x饗0xð`4iÒ}ôÑqÅæ#Ôn¤ Ã4ÌašàZµ3R0wïŶãæ1QiÃ7 x;Æì÷RÛñð–apXf¼LN@Ù2ZØŸ;‹,3ª­­(Š)¥Ejdc*6ðxv¢è¢ÆÊÇ7ê ±-&Ƥ(ѸÝnåFÐwW]sŠ1êsDDœN§míN§‘‘‘˜;w.è5ÇÎ;ymþ¸üòËq÷ÝwcË–-øæ›opÑEÉÚ{‚ ˆ3™¾}z>üĸ¹öš«)Ãåà¨ÎÆÌÔbñ¥„Wùþ[?“Úˆð8|úÁÌzß èºÞà™ºµ½ßŸ­~-Ä©#,47\;7\;¾Övm2Zã™'ÿíó\TT$>›õ¾íXxx8ø¡‹³12`À¬^½ó~œ‡„„¤¥¥ÉsEEEÐu±±±ÆÎ;ár¹„êêjìÞ½GRRã æÄDÃ7w»ñá;)Ñ8'þ «ªªªµœ‰°“’’‚5k×ÔÝðiÓ¦ V­Z…›o¾­ø»ùzÿR9YŸ[Ýn·ßϦqqq¸êª«°|ùrÌž=C† ñùYÖ3†ððp8ކ¿b€t®5pÆÁ ) á„«™,‚ —Ù+Bˆ±j•ÌÌ[É‘(!(fö‹í 0B‰a02\ k_+ ź:µø¹˜!ú>á ÷8¡¨Pþ†û^×9ø±Ó¦MTWWûÌÖhÛ¶-jjj°zõjy¬¦¦Ë—/—^$ ÁÊ•+ѹsg@ûöí±fÍ›Û{NN>ŒŽ;ú쟗—‡}ûö¡sçÎõŠ™sމ'⪫®Btt4~øaÆun×®-…ìx¨Ïî IIIíœÓ? M…ç Àô™à@A*+«°fí:Ûu}ÁH|ósðçÖmp¹\Ø´y ÊÊÊåù`ìÞ³UUUˆˆˆÀàóâ­éïbÏž½¨®®FNîvlÜ¼ÙøpàÀlßñª««±bÕj,\²ŽÎ9Z4oŽêêj,Yö+ ‹°ì×ß»ý/#%ÚÏ9爉‰Æ¶œ\”•—£°¨1ÑÑxμõλ؟—‡²²2¼?ëc0Æ0 «ŸŒE”-ɇ±ò€ÿ.êAg" ÀÍ7ÝŒÌv™(¯(ÇŽ;àr¹Ð­k7d¶7|YˆQ£F¡²²‹-B«—Œ¹}úô`x¼Ü:áV´mÓ«W¯ÆÚukÑ¡CL¸e‚ôàn·nÝpÇw`Ĉøè£““ƒ¿þú ³fÍ‘#GjÍFJLLÄW\ûî»Û·oGqq1}ôQhš†1cÆ0,+æÎ‹¼¼<¬[·NzŠª,X°ÅÅÅ8xð ¦L™‚=zØJ–„‘nQQvïÞéÓ§ã“O>ÁСC'NÄ‹/¾ˆ%K– ²²Ÿþ9fÏž;ï¼ðõ×_cýúõxê©§ðÒK/aúôéX¹reƒ]C¡Mx½;pfîæ¬–qK˜QÓW”ÁÔ÷Qbd¼¿r-¢/)/°¼jÅsn›‰/?Œš#0ÎÍò"ÎíJŽå1%/d¹‘¨R»rØ„¹’ßTuÀáÝwߎ÷Þ‹Þ½{£¢¢BnûÜ´iSL›6 ÿøÇ?ŠŠ œsÎ9X²dÉ 9,§¤¤à®»îºuë––†7ß|ÇcÁ‚˜4iÚµk‡ˆˆŒ3Ï<óŒìÏÃþýûѱcG”––";;ß~û­Tâj‹¹°°“'OÆ /¼€øøx 87Þx#&L˜€U«Vaüøñ())Á=÷܃;w¢iÓ¦9r$®¸âŠz­m„ ¸îºëЮ];Üyçxä‘Gü¶½ôÒKqçwbìØ± ;îëIAœhš† F ǬO>Åœ¹?à–¯CÏîÝñïGÂô™ïcÒ½S‚¾½{aüÕWÉ~·ßr3¦¿÷>ø×£Ð:šß¸ ²BiY^~ýM””–¢sǶTî‹F]€_{ÿûI<;õIL¸ñz|øñ§xò™gQRZ‚„øx\tá(têЋéï½»v£i“ÜzÓMèÖÕðŽk–’Œë®¹ïÏú39GÇö™hßÎÚÖ߇fÁ«o¼…»î‚‘ÇáŠKÇàö[nƇ‚Çžü¨®®FûÌvxê±Gl¦†A4NZ¶liûÂÕÆúgõGÿ¬þ~ÛÄÇÇc\-ÛÇÇÇã¶[o;¡8ÏZ¶l‰'ŸxÒv,""¥¥% >×ã?ŽÞ½{ãwÞÁã?Æ:w^z©NÿË—^z >ú(.¾øbTVV¢_¿~˜;w®üÜúðÃãÖ[oE=––†+¯¼Mš4±±cÇ 0%%%8p >ùä[ 0Ò ñ)-- ?þ8ÆŽ ?~<ªªª0eÊìß¿:tÀW_}…: ¨¨>ø ¦NЏ¸8ôïßãÆÃ=÷܃E‹5È{—)‹ØÄÎMì¨lИ]¤®È²$K_`œÍ•q¤ŒfžàJ 43©„Yâ‹Ô?”6¦à"5³-K;÷.nù̘[()S«¯lrH­åE"ÅÓE¼#‹yeˆsÝP•ôp· ºÛ…ê£û°y™žõ6b˜©¼§œsdddॗ^ÂÅ_èp‚ މù?ý„ô–iu7<‰lþs+²úö©µÍïËW cûÌZÛœmìÏËÇÝ¿3ß~Q‘‘>ÛL˜xn¾áº:¯/Xêóßqv³~ÃFtíb”ñ'%%8¢.¾üß7¸ü’1£^8`ìb¤þóÇú ѧwïSÖq“ššŠ>úƒt(>Y±re­×¹ß­O!2½#´à08‚CÁœA`šLÓÀ4 `˜ôXc¦­¦ÛÂn}âéŠb&¢ØJ”JI³ ,€å#ü^Œ’˜åña¤+Ra<÷—†wŽ‹­Î©6G]Î-ÁEI»sÈT¹ß’hË•1)­´1³víZ>|¸ÞûÑAœn4–ò†Æç©âhq1œN'"ÂÃ}^·ÛÒ²RÄÆÄе#‚ ˆF 3µSÑuˆ­¡h{5Ží'—=eå‘&t ãŒðìåJÙL!¦Ç)Y1fG¦Œ/ª{çðkuÌlâ‡×Iß™.žÇü3Ü À«³²—µï‰ÆÄ|€1cÆ $$$СAg0»÷îÅ¢¥ËPRZŠŠÊJ|÷ýèÚ¥³ü¢§¦¦ßÎùÂívãûyóŽ–i-9AAõÁŒ*ìx IDATs¿&½dad£@| e #æs«ºF$†‘Dõ¯“b‰Ñ+çÍÓÌÌfK&áP|ȸ%¸ˆò"Ÿn=ªäÁý /ÜSuTÜë°ª»x›ÞøÊjix_âÔâr¹ðñÇû4p"‚h,4–,ˆÆçÉBw»ñëo¿ããÏ>GuU5Ú·ÏÄ„¯—×¥¢¢{öîÃüÿÁÑ£ÅHMIÁ”Éw#$$䬿vAÑÒˆMnÐ,Á4­âŠÍ6E1Öe2#ÅEmÃMC^K¢P&•;B§PD&HŒò&Ƙôv4ÒõÀ’<,áCõy1pë ôkQ¼\D›ú '2õGX¿~ÄiIPPP»Aœî4–ä%ΓEZ‹øç”û¼Ž‹ëމ·Þâ÷ÝDAAq<òЃ0™7w6FŒº(ÐaÔ ±e4qš`K3?˜Æ”Š"ÏDî[oPåU¢»Éj"s hÙ†[qØv5òLNsg|{ºpÏà|d xz·pfý„\µÇÊÔ—þ²XÕ‰]‚ ˆÒX2HKœAAÇ…’“Á…ÖÀ8„i®UeãQH¤áRXáœ)º‰¢˜Þ/ą̀þ‘0æ(Ò;FhLN MuÕ©¸‡è"µÛÖ;näÔE2Uˆ&B„r̽†óP£Tá¥"""P\\Œèèè:ÛAıH1£ªª áááu¶ Cee%BBBNATqê0þ tAÄi‚ª;ÁÒAäŸbK £¬H—츦 }¬IÄÖÓŒ1sg"ˆ¨Í,nEbêâ¼±{¤øÂ¸b¤+žºo0En ³ÊŠ|V‰¬'=tåðáÌ[‡î’Ø´ rrrP\\\GÜAÑ8¨ªªBaaZ4O­³m‹ÔT),BUUÕ)ˆŒ N UUU8r¤-š7t(AÄi×a3ÍØ’\LDóV6¬m£¡l)­*6S€cG"v?™æ"aЏ(™.FVŒªpÔ–å¢dÂxF&Ú¨™.¶S"ãÅ+5Fy˜ãz•(yظiÊÊÊêlOAõ!(ȉÜdîððp´hžŠ¸ØØ:ÛÆÇÇöìÛ‡ŠŠŠ“AœÂÂÂÖ¢~ÿ Ag>Lf˜ˆ$À–¡ÁÎu³ÔH3DÓ“EÍTaœšf÷gäÎCL蚦xÇL[A‹™ôêåŠ|cT"qsgiCrЇ‹——‹}]Ö‚QÅË«E”qåBx´«ÍÏEœâ°üaê **JŠ/Aq¶'Å‚ ‚ ˆ3"‹<ÎáCêŠóœêŒ éÓ"ƪŒ›»9˜Ã^Ã¥(©…H3^Æ ‘ETõ[ÆÍò"›‡‹ ³‚ð„)²ìk™Ïx][[ëø?oBÞ€AAAqÖ½ž9ÁHaBôeCJ…¢;p›~ÁÕì¹!6]9oõãºU­#3d` .Œs šMÓ¨5±ÄŸ0£®^-'òŒ¸®¾žçýxÅAAAqvÁ=*cÄn×Jç\!À(» qyV6ŠÐfÔyÔºîã ³ä !öÈ`˜žÑN“G<W<=Zê§®êÕ"yªNÊ•SÍy)Ë… ‚ ‚ ‚ %ER}àê ×MoÆDÉÙWç¶q¼Š{¼4f¶BŽrFŒéå]Ë!L_4˜§NbËNñQ;å÷ x¾öÓÁ—¡®ÇTµÏGAAAÄÙ€êN"±m±Ñ—Û=+"‰øCÓÔQ}U^0"FÙä‡{x¿X•…ÃeE“qÒÊtQã•=¶ÌOÜW?Ûe²‚óšC<µÆ&½… ‚ ‚ ‚ [¢ g>öç–'\‘˜¨.²ááa†ËåaQyd3Ø5ÅUH›Ù}j™"‰XýT‰Ç{5ê¯Ý¸½¡ÏR 5}F¨OŠÙ®×ÎG ’?ÿ^‚ ‚ ‚ ‚ Î>”*SÛ0t £„H7723\˜]€a`ø¸È˜•Y«£gÌWÌÎTIDéh–;y[©Zݾ)Ì.~p%*ué2AE-+ªkpóæÑŒq¿M‚ ‚ ‚ ‚8»àà`j6 `)$B|™Ãu[Oa¡bø¼@‘+¸!Έc2“…I+®h"–i®ðy1‚±RG”2#sX§ÏM†ä ‘žKNR÷MľRT<{fÁ˜Ëá̵ž‚KUUÊ+*P]]]¿AQ‡••U™;((1ÑQ ÈüAA§#\YGl¯e‚ 3‹hLC[35Æ&¸ˆbÍ0¼5þϤ³ ÀuLs\÷.gR½qÅ\ f2  ƒCƒ³Ö©%E6ã[E,ñt ®Çeò— cló¤[ªQ=¨ªª‚Ë]ƒ–i-Vß ‚ ¢VÖoXÔf)™Ûåráhq ðBAab‰+ÞÙ#Œ:ç`¦y.·´®2{Å(G⢫)CE¦à˜Ù/L3ÇÑ…Âb:µpó9ç†A¯âñbV9ù0Òµš(O¹LÏ6µô·YÞˆŸžY.žçëGyEš%7#Á… ‚8c™.Bx!‚ ‚8›±šb„+t fkbn-_ê¶]ˆ¸[·ï<@×éÊ«›shR¼á2]Æ À´c1 œN¿Õ@"joKàzâáéâ¥Dùò†9ö¹ª««Ip!‚ N ¶mO1N§.—+`óDcäð‘#ÈÉÝè0N*›w¢9Ÿ:Œ“ÊU7M¨A½A§ö;2C7v³L3e)¶p#ËFÙM€‘î)ŠX"j‰˜¥ï»i.“ǹåä h˜Îe Ü Š™“9å ŽWx©_®Wwï º×qÚÁˆ ‚]Ž…ŠÊJ—HCœ1¯¯QNîv4KN:IQ¼ñúëp^ðJ Ã8©|úîÝ5è½@‡AÄéD-·dÂÄ–)" ã \çÖÖÎö §­ÎŒœI¹§0Î[J ß\Õ E瀦˜ójÖ½#³ÔÓHWMHQêçVѾ*ƒü]Ÿn3Êya`ãk \‚ ¢V**+QZRЏØ:‚h\.Ž–¯Aa¢YO9çÒBÅQÔr#CǰLs¹HT1þûE Åô~ñ¥\pY.¤™Ò†ð‰Ñ™¦¹º‘n£»ÍaÆ`ÍåôÔsqÒDׇ(âiÛr"_zŽåiCA§˜ÆéR\\B‚ qÆ„˜¨(=&Ñ¥]Û6Ø–“{# ½b8O_ãA!!qˆ ‚ ˆ3u›gP„O¹Â áC¤Èp!˜(ý˜bÒ+2\¬1Ôù¡.VÉ“6*Æ|Ì@¯\:À¹êì¹ ØôŸ¦¹u–&Ù3\<“Æ4¾æ®küÓ”?V¬Àg_|qBc¼øÊ+سwoEDA/†;~àAA„‚ºg37žK½CìT$sIܾOLöàðL2åF⼑͢ .¦HÃ9˜K«ª+sUÔÕn)Ùv/òˆÅÏ"•s>Ü~­~Þ.V*ŽÇµòœÒs|â´áÓÏ?G»víг{÷@‡BqÒi,ÂGc‰“ ‚ â¸ñJ l -p0±K‘è üL˜zϤšÈÚ³A¸"´Xc›çÍÝŠ˜[ss07¶n¼6Ǩ[ò/ºˆàk»«­ÄÈãm|cïâ9 qzáv»Áu=ÐaA $ºAqFc«Äñ-*GËF—ÙŽI3³DˆÙ;Úž 1‡C˜ðšÙ,nî®3 ‘Dvј™â‹5Cm™.“û\›Ï{<æ}œ[9g>KŠTûÁZ#¬555XúË/ÈÍÍEuu5’““1lèPDGE¡¦¦Ë~ý9¹¹¨¬¬DJr2²‡ A|\à˯¿FBBòòòpðÐ!ÄÇÇcØùçcÇŽØüçŸ(//Gf»v>t¨Ü#¼¤´ÿ7gvïÙƒà`tïÖ }z÷–ñ”––bÁ¢Eسw/Zµl‰Áƒ!$$D¶Y¿a~^°G‹‹‘’œŒÇ#&:Z®Ç_Ì¥¥¥x÷ý÷14;;tüöûïØ¼e ®¿öZ8üþÇظy3*++‘Ö¢†fg#""yyy˜7>Z·j…­99(/+Cjj*F]pÂÃÂðò«¯ÂUSƒ¼ü|,Z²Ï9}ûôÁ«o¼Kþö7,Z¼‡Fÿ¬,lÚ¼7^½\Ï‘ÂB|0kî¼ývø/• âP_1£²ªÛwìDII ¢£"}¶).)Ett2Zµ²ý{OAAÔE[0žq0ÎÀ™U¹44p®{Tш݉<ʸȔaÆPn¬€[tKLaPæ€i#÷6L‡Œ§vÑÅ×UµÄKñgÆR›¿‹ŠÕvòؘÿóÏ8|ø0.3ÑQQØ»o¢"›âŸ,@þ¸äoCDx8–ýú+>ýì3L¸ùf)8pçžsâãñý¼yøè“O0 + W]qŠKJðÉgŸ¡u«VhÛ¦ À]SƒŒÖ­1dÐ <ˆ9sç"** í33¡ë:>ûòK$'%á†k¯…ËåÂw?ü€ï¾ÿ—Ž#cv:>t("""°dÙ2|ý¿ÿI£¶˜###1ðÜs±pñb´jÕ •øcÅ \~é¥p:øcÅ lݶ —ƒˆˆü´`~øñG\vÉ%€C‡£g¸ì’K 1†/¾þ+V®Ä qÏ]wá£O>AûÌLôêÙSÆZSSƒŸ~þçgg#>.:çX²l>Œ& €mÛ¶!£uk\‚hTÔWt AlL öí߇â’b¿íZ¦5Gpppƒg¦P¦Ë‰±ô—_‹.:ÖÙöÏ­[‘wà†œwÞ)ˆŒ ‚  ËKE…«çw@:®%åå娴y3®?^ ­[µ2ÎUT`ãæÍ¸zìXyîü!C°}Çü¹u+ºtî HkÑi-Z233‘àúge"##Ñ´iS:tHŠ.±±±èÔѸq‹ŠŠB×.]°qÓ&´ÏÌÄö;P^^ŽáC‡Jbä°a˜ùÁ(**Bll, c‡hÖ¬`èùçã·ÞÂþ¼<ÄÆÆÖs÷®]±yóf,Z¼ÅÅÅèÔ±#š§¦Ö­[gdÅÄÇúôê…?þn·[^³®]ºÈç­ÒÓqèС:¯óÁƒÑ¢ysù:55ÛrrdŒ[srп_¿:Ç!‚h¬4KIlþs‹—ÂC§œ”|Ræ>SD·ÛofÏÁùC#6&æÏ^?óba¾w¼×Üß.Y‚©©h“‘q\ã|ù¿o|Ÿ7wö)Ž„¨ÆòûèÞ«O C T8¤ÙŠw~†"Pp@n-=\,¿æ™#âææC7²S˜U Ä2†èâ™^S˽&•çÔ | æ£dʦÛxÒ@÷B¤`¾D%?77~Û'ºmÛ*ß—˜™óÖ:çõŽ9Èé”Bˆ8®i‚‚‚pÙ%—ÈÌ•âbÿ)ñÇJfÛ¶X°p!9‚ÜÜ\£´Èy|‰UA !ŠoÚ²б}SŒ9yœ Ö9‚…K–~Z°0伈GEE%Ö®_C‡AÓ4$%%¡[—Îò Œêêj¬Z³!"<ñqqصgF³œkã¦ÍصgâãPXXdf‚Y¥jöJµË…µëÖã@A4ÆÐ¢EstîØš¦ƒ£¢¢¿ýñ BÓ‰Ö­[!³m[Àž½{±aÓfŒ1\®mŪÕp84¤§¥ù\ãâe¿ÀívãÈ‘B¬Û°;vDf»¶p»ÝØ´e öíÛj— ñqqèÞ­«,‘þsÛ6ÁáÐPpðÜn7ÒZ4G÷®]ô>† ‚ ê£ëíkf•x|êæºn"\\Óu#«…1€)ŸÑSì^¸é5k%¦Ø\UdI’P}˜lÀ¤I-g ÐÔëSp-™)^©)¶™…`#fò8îœrƳÄÈFÝ+ÄÅÆ72……ÒWž‹‹ƒ®ë8PP€ä$ã†X×uäåç#£uë† †'Œ(³‰ÇªÕ«QSS§)B¡¢² fÉ'eee(--E“&MU¯˜Z°í33‘——‡e¿ü‚ì!CŒùãâ°?/ϧèR_êssŽÍ›c[Nrrs©´ˆ ˆFÉñŠÉIIÒˆ-9)ñ¤‹"g‚臿ofÏFöàA²ôÆívcñ²eˆ‹ÅÐìl¸Ý5X¾jþX±çô7J}—¯ZwCÎ;nݽûö»í™_XlËÍÅ®=»Ñ¯O„……¡  û÷çA”Éÿ™×ñå+„açg£¦¦¿þö;‚ƒƒ a…n]Grr2ºv£G±|ÅJ„‡…¡yjªünÄþ;1¾uò·Æ1ÆÂÅKТ¹U^Ä9ÇšuëPXX„ý³‚Í[¶`Ñ’¥9l¨qÁ{ˆ.:¢s§N(--Å’e¿ 9)IÞ#AÄ™ q«Òˆiò¨Ù‚Y+nC`Ñt™sbv4Ý]˜Ùžsé÷bh(–®¡ó0ÆL1ƒÎ¸a «(2† ã]s «&„É?`;æ)'©F3þ®„—Ë ¼õ¹g¦Žíà vmÛâç… QZZ —Ë…»v¡¼¢áááèØ¡æÿü3 ‹ŠPUU…ÅK—‚1†ÌvíŽ{΢£Gq  n·ÛwìÀ¦M›Ð³G@FëÖ ÁO  ¢²%%%˜÷ãhŸ™‰hsw"عs'ª««Q^^Žù?ÿŒ””$'%Õ+æ?·nEAAŸw† Š5ëÖ!/ßHëÕ³'–¯X»vÁív£¨¨[·m«÷ÚÂ#"—Ÿ/c«ö™™X·~½QZ”ž~ŒW‘ "ðˆíÇóHNLBRbâ Aù ªª =ºwGhh"""ЫGä8€Ò²2TVV"?ÿºu錨¨HÄÆÄ ½eKÛ;wîBfÛvh’€ˆðp´JO÷kì^V^ŽèѽB‚ƒŽôô–ÈÏ? ÛDFD e‹ CJr2ÒÓÓ±s×î]wUUvíރݻ!:* !ÁÁèÖ¥ cسoŸlŽæ©© EÓ&MÕ ™«Aq:`e¥À®Sˆ':\:X•Vá6·wÖMÏX#ÀMÏÀYÔ±ÌíŸ ÁEÝVšÛ ™'c50U Sp‘ãr#Ýúd—ØVëqÂoÚ dZ‹gv‹×”žâN0røp,\´~ü1jjj‡açŸð°0 :K–,Áç_|šš4KMÅUW^)³PŽ‡Èˆü¼p!<ˆè¨( =ÿ|yèp80öòËñóÂ…˜1s&‚‚‚Ð6#”ýc(-+ûï¿—Ë…´-p‰éË Ö˜+++±`Ñ" 4¡¡¡hžšŠÎ:aÞüù¸nÜ8tìÐÕÕÕX°hŠ‹‹†Vééõ™ºvîŒïçÍÃô™3Ñ£{÷Z3XÚ¶iƒŸ,@f»v't= ‚ ˆÚ9Sy£ˆNG‹‹‡¦ÉcQ‘‘FII œN'cˆŠŠ’çåõຮ£´¬ 11Ñ^×IŠ[f­3祥e€ï¾ÿÁÖNxºyfÅ@LL4öçåYf}ž¦¼ò[9îsÖÏ_~饶׭ÒÓq×ĉ¶cêVÏýúôA¿>µ;]GGGã’¿ýÍïùÉwÝUkÿÚb ÅÄÛn³1l˜íu÷nÝн[7¯¾)))˜rï½¶cYýú!KV2Z·Æ¤;î°µ¹÷î»}Æfl•}YCA„>¸ž.øþFT`×oסúý.ƒƒ ço£/¬·/Š%¶4 ~†c¬v8‚ ‚8Saœƒ»uhU: ¹Á㶪"#¹„[ƶFO#»ÅPX¤(£ &òK00+>†ˆÂÍ19³J’à1tØDÎ9œ¾k{Ô•ÕgùÜ~sàYCäqã òê¦Þ·Ð=E£¦  H§Ò"‚ )Eti,qÖ…X‡®dDFD"wûÔÔÔÀápJËÊP]]ȨH84 Œ1!Nìè‘ñ‰Â¢"é¯fÍgµY/aaá€ÂÂ"ÄÅyï(¨fÅ ‹-Íû«ªªáv»¥¡½9ƒ­lL]£V9]×mëâœãHa’“’½2tÔ5y#‚ ˆÆs¹Áªu€éR᜛¦+š]W¾,œ.¦ÐÀ¸pÜ3^¹jö·ËVi³—)qsLÆ scÓhÃ^F¸±}´°^Ñê,ãñüò†39|ØêªX*žšJ­Ú /–M[¶ m›6ò&™ ‚89œˆoÌéô`‚‚‚pøðTUUÁår!9)AN'֮߀ªª*”——cõÚµHmÖ a¡¡FóÔfX¿a#ÊÊÊPSSƒü¶ë’Ѻrr·ãðá#p»Ý8tè0ª].!ÄápàhI1jjjäDZ‹æX³~=Š‹‹¥ÿÁC‡dIOYy9 ‹Šàv»‘—ŸÝ{ö u«tpηÛ0󭨬ÄÞ}ûPXT$_käœ#$$G ár¹PYY‰àà`´hžŠµëÖ£¤´ÕÕ.lØ´ @³f)¶R%O Qrt&<‚ B`”ÁÊ"QüTD†‹ñƒKÁ¬ UpQýO4k, €pËåÖðö'ò{ñ^ÅåÜ–àÂ1«Gy‘§‹ØZØør¦¤èøè_¬5ëÅæç{²u‰Sƒ®ëØòçŸ駬‹ ¢1@úN-Œ1´NOǦ-[°}ÇtíÒI‰‰8g@¬ß°?-X‡Ó‰”äs¡£ IDAT$têÐAöëÞµ+Öo܈EK—Ac --ÓÒàr¹°jÍT»ªÑ$¡ 4ͺ1ÉhÝ +W¯ÁÒ_ÅàѵsglÚ²¿þ±ÕÕÕ E›ŒÖ2S&4$ë7nÄѣŠC÷®]Ø´)Ã×­SÇذi3À9 ìžèoéiiXµf-æ/XˆÖééÈl×Ý»vŦÍ[ð˯¿Á­ëˆÃÀsÀ¡i ‚ ˆ³ ÌüŸ•ÀbH†¡1¹O‘S´ÎŒR$‘±"„™cìŒs ‘½jiF9’xæbp%)š˜"Ž1n=<]5E>÷x-›ˆ€˜I½³Ul~.D£FÓ4/o‚ ˆÆFc]Kœõ¡}f;´Ï´¼À8ç E¿>½½ÚŠukš†î]»¢{WãxiYöíßoË–ÈhÝ­[˾óæÿ$³Oâbc1,{ˆSÓ4téÔ ]:uòš¯mFÚšÛ:ûŠÚ´n6Ê\žm|­1)1£F ·Ó4 ]:wB—ÎÞq±¨sÈêçAAœ)ˆAáú€m§ªª š¦Áétú¼6œsT»\ ¦kGA­Dd¶; _ËU×fgÂ˜× ¢ì—€f–qÓ+×Ê!ñ0áf‰“s0¦CW´ È$•ÚEU ñ…<…"_Ÿû>»>´òt!‚ } o””” èèQ$%&BÓ4ìøë/4mÒDîò£ë:vüµÍR’†¿þÚ‰ §ÑQÑŽœ ‚ ˆú¢ƒÃ‘ˤ"¹ –{‹•ùnôbæ·²PÇì­Z·X’ ÛI3ÛLÒ…Wx¸HuƒsÓPàÐë›é«”Hî}­Öqë˜,3‚AÆ÷~uU^"‚ Â'g»8¤ëûöçaËÖ­p»uÄÇÅ¡kçNòºÔÔÔ ¤´¿ý±UUUˆŒŒDï^=áphgýµ#‚ ˆÆ€WÎçИ½Y(æy&Ë…LqÆÔ¤(ÃÝ€TÄVÏ¢‰Yú[H›£1ÅÅ—1 \×a¾03n4@8ã`¼V#]¥6HšÀx((JêŽ|-ºúJ9ç)¶x‰/tDA˜Æò¼±Äy²ˆŠŠDßÞ½¼Ž‹ëât:Ñ­K¿ç ‚ ‚8ýá\¸©˜‚ ˜&ò>˜‡äàQ¢cf¢\éñÂ8¸PÌ2%¡¨9%b$9ãР™²…h å†s0‘!ã×ÓÅC5ážODоœr•cÌã²fÏD@‡©(ɪº FEEÂÂÂê× ‚ êI ?”ëœ#ÈY·ß=AAÄÙ„­ HñY±\[¬]Œ¤o¬e8 ™;qiškf´HÏZÓ'FŒ-§s;%éºnjšR^dd¸h°vô¸›ó¡tØôµBÖ*¬â&Õy‹wI³.É1–…‡‡!//)))$¼Ag:çÐÝnÄÄÆÖ«=elAq6  .F† ³’:8Ì’#S]à"©ƒKAEä´ÈŒ%†™0Y:ÄÌÚ#ëE¼6]bÌy™é£¦Ÿ(»ÁV^ä'µÄS!Q³çªx/Ça€ë)ÄÔg÷¢àUص{ª««}R‚ ‚ðÃá@eeU@ær:‹°ÐЀÌOAqZ!2Y”RY%†ÌÁÀ˜ò%”"Sp³#33\ÀuÓ*Å8.<_8ç†A¯Ò_îp¤ì”$°riLq†ë`Œö1ºn´Õd¦‹/qÃÇ·fLõuáÇÄsѽváÅ–*¡^b‹JHpˆ)¾AÄÙeºAq&ã¹qñÔôMáB|Š-Æ8έ nVë0¯´Ã4WåÊ‘ƒEQ°ʚ A‡º.Ë’÷ëé¢Þ¼©uA>œXT¿Ûy?WÊ—–c›U)O"‚ ¢Vt]—Û#Ä™‚ákätAÄiçV‘ê³Â˜aY«6ÁÅØ°ˆƒé"!„+Ö+LšäÚÄÆÀe6Œ=ÃÅ–é"ž3\܇Y†½²IÚéÊ)Õ2!ñð\˜ÕÃxíi¦kODZ$ {7cFf;¯Ž§L‰ ‚ Îb¢£ár»)Û…8£Ð9‡»Æè˜˜cî[^^~":yãAdžêÏbd—x¦~p™Â_Zî‘ÂÍÍç€.j‘¸- Df»¨F¹bëi)0¯¬!ÊpέLKR•¥`J­RÅ®¼V·æ“Ê+a´Q¼•Y}KA„?Âà ù£ÅÅp»Ýކ §Ãظ˜cö5Z±q;fLŸòÂý Sx\3Œ5 )±TÒ~²i×6ñqñƒ ˆÓ O÷µâÆTX¤ë‰)vHó[Û÷Rš*»HÓ\+ûE÷ðp%wÀ(c²6®ærk.L^„ñŒd8œvIȳ¬–˜Â•™àÝL®«•‹ _š&5Ê@ư"T.ò€¨Ìˆ ‚ êAxx˜_âlæio¢æœGýÕÏŸÕæ}÷$úû]'atBe[Îvdõ%Ñ… ;–[‹¨Ê1ÐmÞ³–—Ь¼æ¢ÐGTÛèæ &ä 9¾tP‘¦»Ê9e|ááÂun–#‰q»QúÄ„tcG¼Sc$žzŠøÉD©‘g†‹2&3âŽâ÷kïGõéAAÄi£ï ‚ ‚‘Ûá­Xæ(ªðXö¶"©Ã2Ð5Î2Ó‡…[¹¶Spẕ0Œݡ͹ÌJK1K•˜%ÎZýTÌÕJüPbd™‘Wf‹ÇÅ1Wd¬ÛÒ©ÄO¯èÍ ‚ ‚¨·Þ63f<²#y >vD|3Œuöçhð± ;mÛ´ tA4D¡B‡YRX2†µ©²¥k0[ù¨²%EB?Ñ ½BÉv³Š¡„ˆÃUEÃ4Öµ15ûÒS\QM[DïeÚ%}Ç*ºRÒkìY@æ!$·_4*/"‚ ‚ ŽÞ[£ÃS ""¼ÁÇ.++?)ãAõ€«rçÌ DMƒ}£hÈ’"CÆ`~2<¬²!c!ë§åok ::À™n 6¦—­ÎÁ˜flW-æµÓ‘ÃOÉ+³?g¾Ï.Šs¯q˜ý¸¨ƒ‚íg¡ø¡¤¤¢¬¬¬îÆAqš¤Ä¦ˆŒŒ t(Ñè8Y .AÆJ f¹¢ª†É½~˜ôfaf ×=C&„ˆþ˜fö4#ñE¤„X"‹õÚŒEõªå3ÓlD\"<§=xO¸í‡?uHŠ2Bxñôv±%Í0K-R,tí¡Þ~.%%¥())AçN]¯>Aq:S\\ŒÜÜ á… ‚ ˆ³Î9ÜÜ p7œCçn0]Ó8˜®0 m™šá¬U’º¾«zÌœÎÁ5Æ5€éRîPãa")F·DËÛÅh§ë€f_J=„/¯]E‘Qw0â°J„¤Õ‹§ ¯± Ÿy.Òñ·öp DFF .AÄCtôÿgïÍãã¨ÎtÿçT·–Vk·-Ù–7Y2K°±LÀ˜%d!lÉÀ,CÉ„ÀM2“\.ÌüfrÉÌM É„!\2ÉÌdeK q Ù™°Ø@lŒoÚZ’Õê:÷:çÔ©êjuK–­íùÞOGÝUçœ:Õ¾Ÿéæéç}ÞJ47ÏÁÞ}û‡{+„B!×C¢²T¤2œxzƒt]ï”ë•Òë($%2në˜+½GÆÍÀu]¸®¿fÆÍÀõRº®›t]Àu!ÝŒ÷®÷Pç])½×ªìÉÓpÔkÈ\åE!¥CD6'ËA1FZ…“=Ϩ1úY„è“GJ¥R\!„Œ9*++Y6K!„@‹ v¸­€.¶ñ~ÁP³ÞXW— Ù­Š´ÆuWr•eE˜ À¬îÍ –7 c2ñ³m¥NðõË‹ÂÁ¹Ä\¹.ú˜Ý[×]!,´¸0y/~³lB!„Bé—'Vü,òøsÏ<}œwBúc´ü{,8cÑpoØHÀÏOñ-:^ÅDô a4-ØøÏµwD[C„Êx‘¦FÈËvq,S‰s¤ Õ•V¨®ÔQ+.¤tÌž…ˆÄ|ôýb«FÖÍØwœ=ÉR¢¤ý6é;/¨â‰B!„2¾¹êCWf;°ä\Lœ8qvCF;{÷îî-0¢µƒ`쉯G¡ÇyY/¾Vá BÚRŠúW˜.Ѻ¢ÉXFt$í„PžßÀâw0òç;¾Üd€°–jݨ¶ß’jdð¯5-àr±\;Û.„B!„BÈ8FI–8|ÿŠ×"ZÍÚµ"}¡DOÆãvSÅ/‚IeñjrüutY“„þ¾Å*…Êéyþó°HdÊ¢tç"sëÂ@¶«Æï¦-µRTZ!„B9xð ZvîBwOÏpo…!!‘(Åô†ÔÖÖ÷V!„Œ<‡]$¤Eåf aÚB›ÊÁâ #f1%ß8RX×°Fªz)#ô˜`_µOH¸¦Åta¢‹­„Ùï€D0ÓÅTE/÷DZÿ‘ C!„H´àR^žDMuÕpo‡!!Nc{K ÚÚšáÞ!„áFJÀ… °5F–vâ #Ú¡¢” À¾x¢ë…¬ÎËRx2‰'S¨ß$EáËBšk¾áEre Ç´u.„\ˆÙtX‘±ÖͲùøQ7V•r4&„BHZp)Šö; !£¢¢"T$“ر³e¸·B!d$ tÖŠTé·¡ “Wâ5ç%œøc<¤ j1}ˆ Wôí*ž:áϵ?uWgÚêyªM´ï¼ uw#‰pç~n²ŸsáŽEvý‘ /úaWåZ(ÀB!ýÑÝÓCÁ…ŒIŠŠŠÐÝÍ’9B!€WBSÖãñ¾E„Äï¹Òjí¬œ)ЏµZKÃjA-mÃHXž¾þbšéRB¨Å#‚ôGY»‘Wa /g0o‘4õæR€ !„B!„2®QeFFñOBZ9¶Vh®1¥H?Ž•\k%éwV6–°âRêŽFR¸ÖºðZPÃóÒæt±U¢‚tk tÂeL®µò."`÷3‚˯~õ+Ô××÷6!„B!„q‹P݉üÐ\å^ÑJ‚qÁHKP½‡¼çÒ*&¹$¿AT,]Ei8º”I¨¾BÒò´xõM…—Eì#?–ÐboVø.9çEÚjŽ?®ëâÈ‘#ý B!„B!dÜbj½VF¬úk¿ÔÈ$í ?{°2pu­ª3^¬Ø\ Ñ t‰¶v`º™Ëx’/ºØWÉ"‡`QÊ$Bceaj΀8|ø0n¼ñFÔÕÕ¡¡¡wÜqz{{_ùÊWpÕUWáúë¯Ç”)SP]]Ûo¿®ëâÞ{ïÅ%—\‚¶¶6Äãq$“I3ç _ø>ÿùÏ£®®wß}7®¸â ÜvÛmë~ûÛ߯ùçŸ?ä÷C!„B!„ŒŒd 1kÁQÎõÜ!ýöÒ*¿%è} ÖÛÀñÛE{m u–‹d„9îå¶Hc‘‘f¢½O+ÆÑN—B»ù»Œ¸ùœrXtÍ• :j–-[†t:uëÖá…^À³Ï>‹o|ãæüªU«pÅW`ÕªUxê©§ðÐCá¿þë¿pçwâ™gžAUUúúúJ¥Ìœ/ùËH&“xõÕWqÇwàšk®ÁOúSd23fùòå¸úê«þ!„B!„ñŒRŒÃÅIJ¸¶&£ÆÊ DÚ2‹ˆ#Rú¾ii#®%ÕHXy1v·#ȘfG¦’it$uËè‚oADê›Ê2ÖDÌ:g©M*ôFô+è œ-[¶à¹çžÃ·¾õ-Lœ8¸å–[ðË_þÒŒ™5k®¾új444`éÒ¥8ù䓱víÚ~×=ûì³qÏ=÷`úô騮®Æe—]†¶¶6¼ð €àOú>üáýMB!„B!ã•€˜¢,v-ï_– µp¢DÑ"t$ê"MQ‘5Y9\ÔÊí"üd^o-Ó´Y´D Ä­¼ÙÐ_£Àä(+²Þ{1oÓvR¯ZEÛt޲ÚhóæÍ€)S¦˜c}}}hnnÎ9gêÔ©¦ü(ñP{ÎŠŠ \zé¥X¾|9–.]Š+VàÜsÏÅäÉ“b÷„B!„Bà'ßê*K7ð ¡âs¥uB a# üeËíbÄݿȖu$àÂÑkèöЮʑˆÓ¥¿›ÎgI ·Œ6¥\¤Æíâ»vdÞ¥óQ]]x<ŽT*…žžôôô ¯¯o¿ýöÑ-Á5×\ƒ'Ÿ|®ëâ‰'ž`i!„2 xà¡ÊŸÿ¢ ±Ï>÷k|õÿzŒwD!„l´ƒDµe–~`‰°›ø¨‘&÷Åh¾£Cªz €mDYS¼ UÄ$… ]fäéBµŸÖË %ðØþ!Ò½(ª—’¿¡¡¶Ñösá/¨­8vñPÑØØ)%^}õÕA¯áºnþA.¹ätttàé§ŸÆÿøG–B! NãÖÏüv´ìî­3rÝã½ÿr?~óû? Ó®Æ>íííØ¾£Ûw´ ½½}¸·C!d HKp1rƒ)TAPØLb¤ ©£w¡KˆŒH⯨ž©ê)e1Çõa! $à˜Ù®Ÿ3c9^Œê#]x52"Ô>UZ¸«ìùº¬(²Ä¹+œ† ¼¨¶¶7Ýtn½õV<üðÃhjjš5kÐÕÕ…¥K—æ___ŽŽ¬Y³UUU˜1cFαeee¸üòËqûí·cÉ’%˜4iÒÑmžBgôõõaHBÝF0Q÷˜éËü#)Œ®®.lÚ¼;ZZP[[‹‰&Ö½ý:„éÓÐÜÔ„D"1Ì;%„RÒÖ_P±z8k?‡ŽžõÅ`аBr”£ûHk •ª…´0‚ŠŒ«—SBަÌÈèŽ7_BÀ&±úWÈÓÒÏ[‘ã°%¼„nØW‚9D_º|ðAÜyçxÿû߃bÚ´iøÜç>Wè2þ|\tÑEX¼x1æÌ™ƒgŸ}¶ßñ×^{-{ì1|ñ‹_’½B!ãÍ[¶âË_ûÀ=_¾BÜõù¿ÃìÆY8ÜÚŠÇ—?‰w6lD<ÃÜSNÆ5õaóË©T~ðÈ£xëõ˜8agÍÄ‹/¿‚¯þó=(//‡ëºøéS?Ç‹/¯Dqq1f7ÎÂÖmÛñá+.ç-ÈÚKWWýÉxsÝ[ˆÅb8kÑB|èòËLJZ[ñ­ÿO¼½~=¥¥8ÿ¼óð¾÷\!^Yõ*žüÙÏqï?ýo³Þwø0ŠŠâ8gñâÈ{üÚ¿~½½½Ø²m–ÿôgøÐå—âï½ét+žþ^{}5ºººÐ8k&–]ýL®¯à•:mݾñxo¿³½é4/Zˆë®ùˆ ¯lÙº ;ZZpþyçá‚óÏsðÐ!üþÀÌÓ1kæÌã»AB!ÇõÝ.ˆ'Ú«¢Ê~Lb®:/•® u¼‹V¼Â„@¯öŠH ×rÓØÚŒéy$<á|­À]tok› .vÂnèƒ>P^”…|ãJ"‘À<€x ëÜ]wÝ…»îº+pìùçŸ7ÏÇ ¼Î5G³`ÁÄb1\yå•C°sB!d|0»qºÿëøÔg?‡øûÿ…éÓ¦2™ ¾vÿ7Ñ8kþ÷þ½Gzñïßÿ¾ó½à³·Ý øÏüGŽÁÝw|½é4V½ö:Òé´Yû׿ý^|y%nýøÍ¨©©Æº·ÞÆ_V¯É¹—o÷û(K$ð¥¸=GŽà‡¾òò$>ðÞ‹}é>Ì?u®¹êÃØÑ²ßùÏïaBm qú îñ¡û¿Žÿsß×±háé¸øÂ ÌøG~ülݶŸ¹í“¨¬¨ÀÏžþ%îýú7ð•/}%%%€­Û¶ãª]«>töí?€¯~ã_qêÜS0oî)þ7+lܼÀ‡®¸€ˆ¢¶¦¾òJ¼òÊ+زe+g¯-B,¸ßpâêNFJpñm*T7¸Ÿ“«¦È¤a´£ØXk ÕIÓÁ¹ÞÅ,“‰#¶Dh%j/Ù¯#q*jã7ûÈ®`¥Îâ'Ÿ|_|1&Nœ8Ü[!„BF=«ßX‹ŽŽÜxÝ2TUVbÒ¤‰øè ×ãµobßþýhkkÇšµoâÚ\…É“ë1cú4œûîÅ5þô߯Þw1æ47aâ„ 8ïÜsPVVy½âÍuoáÆe× ¼¼'LÀ’sÎÆšµoš1u“&âÝg‰ÚšÌŸ7ç{^øó‹Czßøï_ÆË®ÁÔ)SP^^ŽeW_…X,†WVù9u'Ôbѧ£¦º'ÎiƔɓ±s÷î!ÝËhbËÖm-\)eAE‹¡/“Á¶íÛ‡{û„BúA¨Z!é :çÅÔ y‘µÂdƪ`[á‹$ÞÿíLH‹ê?ñ” ã¥q’9ìo=פö6jTœx`^ÔZúydŽK® ¹NËŠú[.Êx3øáˆÏ|æ3ý B!dL°{ÏÌœ1%ÅÅæØÔ)“‘L–aÏÞ}H”–Bi S#çK)±oÿ̘>­ ëí?pð¹»î6Ç\×EݤÜ?¦LŸÖ€×W¯.hýBÙ»wÇAã,¿ì%‹avã,ìÙ»/ç¼êª*ôõe†t/£…®®.ìhiÁå—^:à|œE âg?ÿ9êëêPZZzŒvH!䨾$â7æñ4¡RZt–‹Éq1„ÕðY;V„ðÜ*Z`1âð\’Ž2z–ž¯ƒyu¸n(¨WÂÊ€ñôË‹ò‘·Ô(—UÆ^À¾“ìiö™HsÌç7ÞÀÚµkq…²³B!äèˆÈß ¾^Y'¤”‘9&º´Dº…}©(K”Áq¯%7mÆ’sÎÉYN”%K–`ݺ71ï”ñ[šE!#]¥#•ˆ¯M³“·b„Ò8_´0#8Ö— ©òYl‡‹„«¿c¸Ò7­H]µä‹;º›‘Ÿ#}ÁE×+I9€–Ñyî½°–èA»¼È.Ñmß)æÍ›‡t:ÚÚÚáÞ !„2jq­ÿhž2¹Ûw´ ×ÊhÙ»o?:S)L2Ù„Ênßѹ–ã8˜2¹[ó–Žx×Ôn¶mßQð~·nߎ†©SñxÈdúw›¸€-ÔOªƒëº}¸®‹-[·aªº Ò²s'ªªª .+ ?ª++Ñ2†Û•BÈèGŸ»ú' 8Zª²ÈŽØ…%ʸÆùâá›C„f=ó™¬;*ëÊ”ë»k´p#” 䵑V¡0b N—þ~4È÷ƒ‚ˆd ›1!wËhsºB!dðÄb1”%ظi3&ÔÖ"‹aþ¼yx"ñyü'øÈ‡¯Doo/~ðð£XtÆé˜ ~ä8kÑB<¶ü |âcEeE9Ö¾ùV`Ý÷\x~úÔÓhž=3gÌÀæ­[ÐÕÕeΗ””`ç®ÝèM§‘L–áÝ‹ÏÄ{ÿèM¨›4-;wâHo'Îiì?pÛvì@Ô)X÷ÖÛøóK/ãöO~Ð0u zÓi¼¼êUœròIX¿a#¶nÛŽ9ͳsÞc¢´••زuº{zîM£²²g-Zˆ=ö8þææ¡²¢?ÿå³B`Ñé§ŽQE{{;jjjírÑTVTà…_B<¢‘Ápœ&ÔÖðGLBH«BFHÿ€÷Ú/%’*¯Eè2!èy" ·Ëž1Eñšµ…uÌêz$ "ìm™õ„éÚìm.žeÇ %öæV Oˆ |Jç+L"„BÈØÇq\xþyxòg?Çó¿ý=®»ú*Ì›{ þçß~üx9îþâ=().ÁióOÅ_]y¹™÷××]‹G²ÿtïWsœ Ä͹g/FWWþãû?Dg*…çÌcýGõÅ^€ï|÷û¸ï_îÇî¼×]s5ž\ñîð!t¦R¨©®Æ{/ºÐˆ.UU•xôÇËÑÒ²µµµ¸aÙ58åä“õuu¸êCWâ'O®€”.æ45£yvcÞ{<ïœwã?~ð#ÜýÅ{páyçáÒKÞ¿¾îZ,_ñ¾vÿH§Óhnš;?÷·(**:–ÿ £’Ö¶vÔèR;az{ºQSS3D;#ƒaý†MX|&EBH6Ò Ä dúzÑÛ¾ ëþôHÎe×¼±¿ç=…ïƒB%üúùçqê¼¹ýŽyé••˜:¹þ8íht°wß>ÜýÅ/áþ¯~åÉdä˜ÏÿýݸîêàŒÓçÝ‘°kÏ^,>sQÞqÛÝ§ë€ IDATw´ «« gœÞÛî|¬zí5Š.#€BÿÝï¿ôÿ¬¯ŸœuþÀì*JÅÞ½{ÿÿX.Ö¼±‹.<Û³¬\µªß÷yÑ_ÿ’ '!VT QT /‚ˆÅá81aÁü¦Œ7Z±PED–˜"T«g@Çd«iŒI[³ò[ ÛN»Ò¿¶*m–î™É@º®úÕ§!%G&®9—³%‘uÎ6׈@–zòoƒB!$LGG'âñ’9ÚB»®‹Tª ÕUUÇygäXQ]U‰–;ÚérèàAH!Ð}¤wˆvFÜææüƒ!ã©Ó •Õ"¬|ÕÚ ºuU¾ŠÝÆÙ ”zâg¸À(/*¥ÅÌðª–üuì’%“¢"|©Cç»øÇÊt‘n_"æ@Ĝʊ¬+„ï#Ÿð2„$“I´··£²²rh&„B†‘ööv$s¸4H»vcÛöí8uÞ\Äcqüú·¿Ã»N:É”O÷õeðüï~‡…§Ÿ†šêjüæ÷@"‘ÈÙfšŒ>*++ÑÚÚzT¢‹”íøÀûÞ;„;#„24ߥaBm•¸àÀwrXp‹¨žCºã,ç‡j'í—IáÀ[Au3ÒîUR$ìù›‹Žz&&¤+=׋”Z笛5¾šÖ•~ÞÙA6–‹'à|ÉE}Ý$lܸÍÍs(¼B´··cÃÆ¨WyHÿ¸®‹•¯¾†Ÿ>õ4z{{1§¹ 7^w­9äÈìÚ½_àA´·w`ÊäzÜþ7GIIÉ0îš 5Ó¦âpkë L­­­hhhâ]B2„ k4 ¿u´T¥?¦’Æ&m[ŠYÏ à•º¯³Q^¼DžƒÆÒ>L>­ÊpQñ¼RH;âE¹d¼ü˜èîE® WJˆXÌS9,zÇ!‡‹´Þ€(±¤À´\!×…n½wNyy9`í›o"•Jå¿!„2ÂI&“¨¯¯Ë™GB‚LŸÖ€ÏÞþ©œç“É2Üü×7Ç‘á`Ns3^zùe¼ïâ‹5ÿÏ/½„w/^<Ä»"„2$}![ P%?Bøg…ôÊ‘t Q¨ ÈôÒ…¬l\x&åjF\Q˶¡{™õ¡Ä…\™åtÑ ¨$ßLÒqàÄ{Eÿ® û`›Õ êxÔ?Á¤àüãËËËøB!„BƉD3gLÇ_V¯Æ©óæ hî_V¯FÓìF”–ÒýD!#å$Év«8ª´Txm£ªì.dZHÃà C8:ÅE¨.HªŒÈnEËgb¼KÄP×—*7ÆA>Ü Ü¾ à"Zp1ɷ¿@ä›”÷J©ê¬­¬ !„B釯Y³PTT„Õo¼)eA¿¬^ÒD)fΘ1ÜÛ'„R,ÙŒzªjŽ\U2#]“ý" pág¿¸$§(ÛI„‰Än„^MW ?P×»”u µŒ”2JtÙŽ”Èdú¬p2ÛÝbÕ ¡àB!„BÈ@inš²D)~ý›ßàp[\×ÍZ\×Ekk+~õüó(/O¢©±q¸·M!¤ üìݾYø²‡+T h;@Ö)ìÞAÂwÉHW‹%0â‰'æè¡^É‘W’dZ&Y.øý”fQ^$­Åû‚›Éxö˜X,B VGE.Ж"ÂZ ê²rÏ!„B!$̬™31¹¾ë7lÄÎ]»PYQªêj@[k+Ú;:0uêT¼{ñb–BÈhAØBsF*ŠNm±„ø ‡t‹éZdçÔZ× wEò³^XW£ÅÇ”2!G¦Kh’­¯H)‘éËÀ‰9ªR®ïA!àºò¨ZþB!ã…D¢étEEEýB†”t:D¢tÐóKKKqê¼¹8uÞ\´µw ½­ 0}Ú4TUV Õ6 !„taéB:i©¾#¬Úš« Ž¤|+½Å”I-%F±Ñ½…„ß6:„ öUëD‹.þùÀ¦ínÆ…p$Gµ–w!Û¡’DZ¢ËФëfï…B!‘LohÀö–T$“^Ș!N£³³Ó‡(g¥ª²‚B !„Œr<½E7iö,žˆaSU$ƒâˆîÚc |¼.GBp%¼H%Ìø™¼ݦ}ýCJq+$ Õ‚BHÄa©<6…hÒ•pÝ>ˆ¸2ÕX› [e (¦‹B!ýQ[[ @`ÇÎtw÷ ÷v‰RLŸ1µ55ýB!#¥›H@Ó†Ê~Œ â¹DÇÜúñ,ÊíSOdzy&¥‹Ø>Ó6ZÂn$¤20‚‹wYimv‰g .ÂüonáÅŸ Ⱦ Lj9A‘%,¼€I†_ ›G!„ŒWjkkP[Ëÿ8%„BÈEÉ:#W…«Žíx‘Æë”"„/†XÁ.R‹(j¾„4m£…JÓBÚIû.é—)åF8JòÑ˺º¼ÈxaH‚FÿyÔ×u!¤ôBvµÒd…èý”2ð7½½i¤ºRèííøÅ!„Fqq1’É2÷V!„BFF_°…i2X„ÖqÇ+-r J’lAű–ÑÁ.¡ŒhÆsÏøGþf¤©÷Ñ0B0-¬x.'J®hš &(¾H™Œr½„CvàvTíU%F½½i¤ûÒ˜9c&‰Dá „BF(ÝÝÝØ³g7Px!„B"šIH8¶þb™?”ëDú…F0Ã<—ŒŽw1-¿ ´ÊkñŒ1VŒ~0™ØL¨fÈ•~9T`“¹Èi<ñ7 )áf2p3}Ù t½øbKþ ©®¦LžBÁ…BȘ!‘H`òä)H¥º†{+„B!#~*Uh- …ã‰0:WE9Ttð®´³`„I| 8h¤ÝõH)0F&±ã1×ӣ옡v¤Ö’8¬i"<&¤âXå@^ké>/¹×^¨ÂeE…TõööRp!„2æH$,›%„BÑG‹ô5¨2 ¸€«ƒuU)‘ôëuŒÎºb»˜ÈÑ–×Ëp1ól‡ €P¯ú£.êX”.Rp$‹V|B%An&×Í®›BÊŠ!„B!„2Þ&T×h v®‹û¢œ*Á#Û<¢ÂwEÈ…"}Œ.ìÑ‚‹^,­&87ø:¼’Cëˆ>l­ÕâÙz-]×s½¸n^G*eI¨¾Ö„B!„BÏÈpέnd•ûx¡¸R¯ÌH÷Ö¹Ò$¿ãg@1êSL“$5Ý”Ilm /¦\G5‰°è1/g¢|‚H ÖIøY/ÚõÒ/ÖÚƒè~D!„B!„±‚Pz†ö¬H_Ìö€„-¦|È…[Lu‘”\ÕîYø}ÀSu&äx‘¦=µ„P-£mBaº¹L8Þ»î)tÌ>ng½¸.2®×ZZ÷°ÎE¡-£ !„BÉÅ‘#GÐÓsPZZ‚’’’aÞ!„ák~cfø‰*ò»é)žûEH@§ŠYHéAÄ6Âw´øí¦ý^¡nGþ¢^ÎŒ7Ù]ì ™¼· ËzcRå*1ŠOÜLB 8±XhŠˆN!„BHÁ¤Ói´¶µ¡µµ Édåå倃‡#•J¡ªª µ5Ոdzƒ$„22¦ßˆ4ŒóÌï9$¤ H¡ÄßàbD…£õÖ«\2&ZW깞¼#Í6t€¯´\6Þ1ÿSFŽG‹(Q„zV›çRFŠ-öEŒë%˺].„B!d0´¶µ£½½'x"N>©,rL*•ÂÛ#êªJTUUçBB÷ ²½,ãˆq¼À’"¤„\O:¶,£†ÀQ¢‰–s$Üp¹‚Þ ¸æÂÖ¬iîEꞨã .yŒ/AÂ"K¿‚M°PÉíËÀÍdÔ2[!„BÈà8ÜÖŽ˜ãà´ H$ ¥Œ|”••áôÓNƒpbhkkîmBɃ„k¤£‰Hi´ -hø’‚Ô£M®’JTÇ"@¸ºNH•®%®ˆÆKu±´«ñ‘ÉÒµ¦Åƒ–©:Y­¬õ#Ãtóå¹D"CϤ+áfúàÄDáB!„BêêB{{2™BÂê ùÄbª*+QVíRÉEk[;⎃™3güCÞ¬™3±eË´µ·£ª²r0Û%„rÌQÂ…+ ¬„£èfDö!TÊzQõA^ÞŠWv$µðŽL‘B 00=£-·‹VL,Œµ8ðk—$ÂåEA¹ÃZ úذKÅîä=ܾ DØ24Œlݶ Ïü×á¶O~r¸·B!„d‘êêBëáÃp]—nQ2f®À¡ÖVee‰‚æ¤Ói´··ãÔyóàºî€®7sæL¬^³ɲ2f¼BÈFXn“P¤ ü$õJZŽìð\ˤÛ"Yç£óW’ç¢Ç2'¸@äQוèˤGÄ—G)%9$„2bioï àBÆRJÈLmímÏ9Üچ榦œåDùMMM8|¸õÞ!„Áã«-ž]C_åJ:‘ðs\T gH@8P‰tRŒ¯µ¯”Iˆ%ÊQ£Ö6q-Âñ‡{N+·ÐðÜÀ½[%FƒúÂgrdà̸påÀ~©ˆ¢§§¿ýýï±uëV8±N>ñDœ{Î9ˆÅbxyåJìÝ»±X Ûwì@__N>é$\tÁX¹jþøÂ €¯ß?â±>ûéOãå•+‘N§Ñ×ׇuëÖaÞ¼y8pð *ÊËñž /4×]½f Þ~ç\ó‘õ=B!Qd2 .dLâýðUø÷À¶6_t e‰ZÛÚ0iÒÄAÍ'„r,‘Wаtíf1%D!“е„÷G9U„ôçù'=‘ÆÈ"ºKQh Ûf£òrU¬ŒŠjÌ^<ÿd8›%‘ù.ƒþ—£€Éè8GÿEòÏ<ƒÒÒR|즛ÐÛÛ‹O=…D"3-ìÙ»K—,ÁÒ%Kp¸µ?^¾³qæ¢E˜4i~ñÌ3øôm·Ö|ù•W°øÌ3qãõ×£¸¸›·lÁïþð\tÁJ ÞÙ°'žpÂQïŸB!„äæÈ‘#(++;êï‰ÒRloÙ gÀîm2”ÔÔT!Y–îmBFv7 áË:hEõ€¦«wÜ“<´Èà *gÖ^Ì÷£xç¼Ï~Н0­¤ý¤ÝJÚlÞv<Ñ¥Ÿ(«#u ehôaò á/vmmmغmþǧ>…ÒÒR$ Ì›;6n4¢KUe¥GÊËË1¡¶ÄìÆÆœëN2ç¼ûÝæuÓìÙxî׿FËΘ>mº»»±sçN|ðýï²{!„B!Ùôô èRVVæ•49NþÁä˜qøpEBH$vÞJ Ë­)X‚‹°G ÝÁH±D;ãE–·Šs<áF@(EFú§ì¦F©²]â³Ì`Tý£úp;övè¶6¯ø[ßùŽ9æº.jª«sÎI–—›Ö¹pBÆÅÅÅ˜ÝØˆõë×cú´iذq#¦NE2É B!„cÎf!„2öñ&ÊÖ"}-CŠ`cÓ¿Húšu6®Úhë˜_¶$e°ÅÑN´Fèç¾{ÆH@ªŽ)n 1–õf(“ŽÝǘíx‘Ù‡‚’’8Žƒ¿ýô§MÙϱâ¤OÄo~÷;\xÁXÏÒ"B!„ãBii ö8xÔ¢KWWbñ"– 3ÕUUýBȈ#¬X[p*²òjb_ÑòŠI\R¨0]iûd\@!TÖ®º¶ê†$¥ëé ®øâ9]ì[°_é"§Ø™í2h²Åž¡ ªª RJìÙ»S&OÔ…~€766¢÷¹ç°ióf´ì܉K>ðA]B!„NII º»»Jt‘R¢çÈ47ÍÂBl½@»OÂÚD»@J“½b„» É•-Ço÷ìÏ÷딄U…dÏóÜ,v¥’^P¨nI D®xßð-DßöàχÖOSZZйïz~ý›ßààÁƒÈd2سw/v´´4?YV†ÞÞ^ì?píííýŽ-ŠÇÑ4{6žÿíoÑÐЀ²Db(nB!„䡲²Â/ƒyôôô ¢¢b¸oƒBH¤ú7~ë~T‹VJ\©"}cŒ°2lÃb‡ ­¼øq¹€t­B!]¶㪑®zîø#œ àbã‹ ÇF±É±ò]ð¢ /Ä´©SñÄŠxð¡‡ðËgŸÅ¡C‡ š;iÒ$̘1<öV<õ:;;ûò‰'¢³³'±´ˆB!ä¸1¡¶[·m´è²eëVL¨­îÛ „’•Éb½ö"D²E£«„Ü*:"W—éô)à (‹Un*-q*W1Fi4B¯î»aâÑ[‹¾½°æè5‘𠢟sƒ'ã .À…\uî¬E‹p–êb¤¹ú¯þÊߑ׹æh&ÕÕA榦!Ø9!„BŽ5k×­C2™DãÌ™yÇnoiÁáí˜?oîqØñxÕU•عk×€KÊwíÞÚšjÄã±c´;B!C…/£øîaJŠô(á9PŒâ9^Ì8ó–ã7 æž…EEÅ5fmi=‡ÔÑ1ÞúV žþEŽðÙcãz Î q¼ËqaÆ ˜5s&,-"„B„ëºøÓŸ_Dg*5Ü[9fäºÇ¿¬y;wí¦]ª««á8vïÞ]°Ãe×îÝ(ŠÇPÅðVBáøwü>AÊbÅÒú I=KŸ¾_Fø«hÇJT©‘®`Z`Ñ#ÓRôquÀ ˆ.¹8^ÊGa¹2#7×­c×"B!d¸®;Ü[8æDÝ£”Á:u2xjkª/Šcã¦MèÊ‘ñâº.zzz°aãFÅQ]]=ÜÛ&„2 ìOM‰Èö?RÚ”[Åo ë™YMÁI0ò„—ã¯a©1^¾Œº¦³ ™U^Z5¿›ÅÐu/ÊQV4ʾ{8pdi!„2@Ú;:ðúê5€W_ÿ „Xp꯯^ƒI“&bÚÔ©fü†M›ÑÑÙ‰¹ï:ÅEEغm;þ²æ œµð ÄbžPÐÑщٳ0»qº»»±úµ˜P[ƒÚššÿŒ5âñ8êëêP_W‡ž#½8rä ¢²¥%Åü;B!G‡TøRŠN´Õ‚ üÜ3ðE¸:öVGêúC¤Ða¹Þ÷¯jHuIr•𢫑lFèmx×utJ¯”Ö&âGö­ üÍÈG°ÍÓÑ\B!c‡ƒ‡!Nã„æ&#QZŠç4ãÐáÃèîéAoo/:Œ¦Ù(K$P^žÄäÉõ5öìÙ‹ÓPUY‰ÒÒRL™<ñX´»¡§§‡·â„æ&¡´´“ëëqðÐa3&Qš@}]JJJ0¡¶Sêë±{ÏÞ!½ït:={÷â„æ&$ËÊPTT„æ¦ÙB`ßþf\ii)&Mœˆ’âbTWU¡¬,TªkH÷2(-)FUeª*+(¸BÈ(DJ 麶~›hÀ^üê «‹ ¸õ}N¯ae¼H©+„ü%Ôt½†wÌ5‘¼—*Æ -GNÜDЈ(õÇÞ|ðh~ÒhÚ[„õ „BÈx¦««åIã쀲²2Äãqtuu›Ò퉢»§åÉò‚®×ÝÓxñ••昔 UšEyy,hýBéêî†åþ¾…¨¬¨@wwwÎy%ÅÅpåØÏÅ!„2¾ðÄ ;’6XÖã’¦Ôʉ-Ò衇ZŽ¡¥=Þ¤ÊÅ•f> ”¸cé%ÂwÌG]Kq!´ËE /¦Ê)p3ö"ß„šÂ%z t>!„BÆ"2ë»…‡þÁÉŒ“Òd®æëV~§ˆÇãBàܳG®¹ÇÀObCKx‚¿KBïèÏ]i}NZå@ºÈÏt±J²b^|ýCJiZA áXÑ1¦^Hwžöu–@ÑŽ7@º^{i•ãu/ ‘2×§x¾O÷pYP”x3P(¸B!ã+ ¯,Q†ÎÎÎ@FKww7Ò}}(++3¡²¹ÚL !P–H £³³ KkGKggám«;:;‘L–G 76bON¢Î[‡‰¤”}K)ÑÞщdYYÁ{#„BÆ¡R!-ÀhÅ2¢(S‰Ò$,AÐ?ÜX¼JÀñ–÷-êH×7¥è*!¡¿šåÅñ?ßuÆ‹ÊêµÄ–¨_“DèowÚø€»k £¸¸¸_›-!„2éêîBIqÉpoã¸"„@<G[{Ò}}Èd2˜8¡±x6mBº¯GŽÁ;7bÒĉ(-)AQQêë&aã¦Íèé9×uqèðáÀºÓ¦bGËN´·w@J‰¶¶vôe2æ¼ãÄJuÁu]¾º~ÓFtuyÇ::;ÑÚÖfÆw÷ô!èà¡CسwTn²¬ ®ëbßþýèííÅþÐi 'Q÷EEEhïè@&“Ao:bu_6nBww7úú2ؼe+7°—Bs„%m>qm/«È’4|³‹J½ÕËé`\HHÝîÙx_”¨bº)׬^G„ÕÏ]#¥ë±v÷6¢s] ¹Ë\Ýl¯ŽÊ;.Ø$“eسg7&Ož‚„úµ‹BÍtuwa÷žÝÆ=1^B aÊlÞº-»vaNÓlÔÖÔ`þ¼¹Ø¸i3^Yõ*b±&N¨ÅìY³Ì¼š›±aÓf¼¶z5„¨ª¬ ¬;¹¾é¾>¼µ~=úúÒ¨®ª |ç™Ö0o½³YóN_0sšfcóÖ­Xóæ:¤Ói”””`zÃTTWUŠ‹‹°aóf¤R]())Æ ÍM¨©®à9TfÏš…M[¶BJ‰êªJTVVä½Ç)“ëñöú xeÕ«˜:u fNŸŽš›±iËV¬^»nÆEee%œ:N ¦BGd‰/ºtÈw˜t)!¯Ûç`ñ°¦ @Â…º’îd$!]ïBå¹x/V†‹ …W9¤eÓéÈ÷.*¬ ÝèÚéì<—(…F†þ{Š‹¼úmÛ·¡··÷¸]—B9V”— ™ô:ÖŒ7fÍœY3gŽ•–”`î»NÎ9Çqœ8§Ù¼îîîÆþ¿&MohÀô†óÚÊ­¬¨ÀY Ϭ×<{6šgÏκ֌iÓ0CµŽÎÅôi ˜>­!çù¨{œP[‹sŸ•u_sšfcNSö>ríåÔ¹sûÝ!„2ª±óÜ„ÊdQ„ôª~tÇ!%šd%Ð Óâ»S„pÌx  xë»z’©-ò³s^´ÛE/H×l ‡Ó¥0 %\.YÊ·Jx^áy0ÅEÅ(®fû?B!„½é4„(ŠÇ#ÏK)Ñ×ׇ’b~w „BF €ë»LÌiZùb‡T‡¥÷ĵÕEE¦…‘‰[чÂqµB‰9¾h#ãE¨œmRÖt‡$“é’_p±¯ìlíp · Ãt !„Ò?©®.ìÝ·Ïd¤ìܵ µ5Õæ¼”;Zv¢§§RJìܵ±XlÜ•oB!£™õÄí¨¿ÚÕbD«Ó~%’žj×Y%EºTIŸ–ÐeDþkÇZG .Þ/ßE𒤏.}2%P¶]'ïâ`)l¥­G!„â!¥Ä¾ý°yë6¸®‹ªÊJÌiòË2™ R]]ؽvzÓi”%8å䓋ņqׄB0áAñDÂïRdD;,EY`l‘–ƒE 4€püX];…Ew7‚ÊŠq`ZOËÀjÞÓ¸0i¼v®K”ô¶Â®j½–¡cÃû¥ÿlB!„›òdóNyWÎóñx'0ç8îˆB!Ç-¦¸PmÝÓ0e>ž xÁº–l¡¥’€›ÅÊ‹°^[eIBª™.G§ê†4 mÄ ÷¨ö” ­ÑD9OÂw•ãݰ« ÖODè/âZÌò IDAT!„B!„BÆ+RHHm ¤›(ÝÀõŸÚ¥H~—¢@Ê­)%ò¤á‹0þ›E_EÊP÷#»u´Ú‹0í§}â D&¸Åì S$… º"ƒƒÃ9¹ýÇ!„B!äèøÅïWá'ß{píÍÿ—,]8,û8xè6lÜ8aNjkjÇÅõ;S)´¶¶jjª,K—ëBÆ®åê·!È2|%Ä(‹r«hGŠ¥\º]´.MÒ%BÆñ"àW ¯kÇÍÝ^ZëÂ8]¤)-Ò‰¼ýøWrœÍ¢;ðfDÑKB!„rüä{"þÿÀxü»Û>6lÜ„©“ë1ur=ÖoØ4n®ßÚÚ7Ó7ӇÇێÛu !c¯·³§‡X‚m,±;»Ö:åhñDW .ª¶Èž£Õ©Ãv…Ñe¤Ò96%¼uqǾpP´éO!ñm6Ù5KTJr ŒHC!„B!„±…•Ó"…mò°Jެâi(–ØÖÔ±@'g¡Ü.ž £õ¨õ•R*¤%ƒHa]Ë;¨¢gT=S„È‘_B ‹/3Âùºásá×ú ¤££ûöïG*•*|!„2BI&“¨¯›„òòò¼cc1ÒA»+!c!9ý B!#“E+LWè@}O K6$@¨H»m´°„ ¡Ý+ÆÂ"ýyJˆ‘RèHØMìËø]Œ$„ºXÜ»°UZd·[BP/Éq×>ù¾ðõë\ ]©@—KGG':::0÷”SPYYYØ$B!dÓÞÞŽ7@^ᥪ²‡Z[L†Â ;˜ã ²ªj¸wB!dàD|AD UÂå ¤Ü"c›RŒðb·32ö}\øó-áÇÄ¿À^X˜’#½– ÒõÅ}­ p¢:!à^+ô·öíßOÁ…BȘ¢²²ÍÍs°öÍ7óŠ.eeeÚÚÛÉ À&JÈ&ó—²Db¸·B!dD`• @º^¥Žö•x„Ú6k  ]H=A—×/­EW( xB\á§ð†]( ÉR{e¤·.|F÷E’jLöü°q%ô×<Ï'¸„ê©ò·Œ¶£† ã‘J¥(¸BsTVV\6[V–@Yÿã”B!c¨Ç±/J-ñØZ‚y®º™ƒþS aª„þRÖ ¯TÈ*AÒn¡˜@“vÁx¢#Më£Á¦Öæ°£„E™{häI:¤ !„B!„q´ƒp]×sŒØ¹.aM!üRº~¶.’º3‘:(•;EºðU%¸HaU ©~FÂ*K2×Y’¸Ð0Â.3*øÎsŸË²á„^GïÚI¿áñ„B!„\¬ycmÞ1§Î›{vR{÷íË;¦¾®î8ì„2Òñäé‹,Z7dÚ‰ðŸ"ì…Ô)B8[ÄñD{G¤n'm/¢Cvõ_èµüÌ ˆ -¹ß aK}ãí'b²°„B!„¼Œ$A¥(¨B E€ë•÷8ºÜGÂ8^Œƒ$JkG˜è—J¨Ñž©[!II/›Å[Ó”…t Ï0£úY­Œ„ÊAã½v¤rÄD¹\rdg‹*ö …o:k³¶ø:L!„B!„ñmêÐÁµW  )@H^}ÁÓ>ì»É.#üEV‘´D¡.ˆV‘V¸¯—&ã‰C:è7DVfnÔÍëQeAQeFY+÷“ C!„B!„qŽôUÕáGh—‹•píL¾“EŸ’ÖË#´’"½9BHßQ©Bw¥wÚ2±ä )ÌÀ[²º…'"[„ÉK^á$K¢ØB!„B!„¦pG½ð.2Kpш„Z@ZM‡”CÆséšöÑ-D()G”Jþ‘NðB"¤ AJ‰Ð¨Bo¶À"ôÈ;Á:Æ<B!„B!dÜ#à›Dt‹°„Sµcv½\)ý“~u’°‚u}áÁ„æZµ¼5~…Y,Xö#´»EøWSAºìX¾ó¨ò¢‘•tC!„Œz{ì1<öØcýùÏ~ŒwC!„2º‘Ú­"|)DªpZáJ¿Á [QϳZ;CmÃÅ„òêžÈ#ìÚ¤@i’\ÂÕ;Z‘¡ò¢þ:@ÛDj4yŒ+ÑØ!0#3H÷W¿úêëë‡{„BF>úhÁ‚ !„B)+~ÅËQñ»™àZ[GpU‰¤ï>QÙ,¶P,‚…zbÖ¶Ì1ÂÒ0„Ü „ñê ™PyQ¶ãEF ,ë!rÐäèb4̸®‹#GŽ ÷6!„Œyä<þøãý B!„±…€i6¤K|t™y U&äJ«LHfkBd›N²ISE$! lǵ!O ²Ö2¢Kdç¢BêŽre¶ H;9¶BËáÇqã7¢®® ¸ãŽ;ÐÛÛ øÊW¾‚«®º ×_=¦L™‚êêjÜ~ûíp]÷Þ{/.¹ä´µµ!#™Lš9_øÂðùÏuuu¸ûî»qÅWà¶Ûn \÷Ûßþ6Î?ÿüczo„BF<ò~üãŽ]wÝuX¶l™y}Í5×àúë¯?Þ[#„BµÈÀßòâV|—‹wZ*÷‹«Ë„\óÚˈÙŽ¿nÉë-­’%£­X¹Â\ |ý<áeºQ‹d^ÑÅ$±u‹£ÀjG¹N6Ë–-Cuu5Ö­[‡ŽŽ\vÙe˜8q"î¼óNÀªU«pß}÷á¾ûîÃÆqþùçãƒü î¼óNÌŸ?×^{-Z[[k~ùË_ÆÝwßW_}xæ™gð¹Ï}ßüæ7‹ÅË—/ÇÕW_=47A!dD%¸@&“ ˆ,Ë–-Ã#<2¤×>|ø0ZvîBª«kH×%d¸H&“˜Þ0ÕÕÕýB!#Så£%ÒÏf „–Hé‡ÞºPB‰çB 4á‰úy8Æ*RµªÖcôõ¥?ÏjŒèbíÕ[*$¸DEÝʨƒJŽ]€Ë–-[ðÜsÏáСC¨©©ÁĉqË-·`ÅŠFt™5k–GpòÉ'cíÚµ¸ä’Kr®{öÙgãž{î1¯/»ì2ÜrË-xá…°téR8púÓŸððó{#„22È%¸0ǵðòè£æ;>Œ½ûö£±q’eeC¶.!ÃI*•BËÎ]@á…BH?¶ÖDÌ·t¿´9býÕ‚‰ð…òbµHÒá‡ÈkŽbì.FÖ1û°]rÞÞi¾R£A .ö[3ôlÞ¼0eÊs¬¯¯ÍÍÍ9çL:Õ”å"¾u¸ôÒK±|ùr,]º+V¬À¹çž‹É“'Åî !„ŒÇÉ?HQPéîhÙ¹‹‚ s$“ILk˜Š-Û¶St!„’th­Õ¢YXš‡Ulÿ‰7À/ý‘B·xŠ-žF‡ÃXåGÂw™ø‚Š°Ê‹"|(Â[ÏR¼Óº¬HÿÕÏð C ÃTWW##•J™²ŸcÅ5×\ƒOúÓxàðÄO°´ˆBÆ :³%ªcѲeË%EÚñ2TÝR]](K$òV2Ê(++C*•îmBháÄjòlŽ‹à t«Ë„„”¾˜&fè~dl2"ô^9“ÕŽÚTIŽ2˜°_O¼‰wçÿgÿ'„ÜÌhúZרØ)%^}õUœy晃ZÃuÝ‚Æ]rÉ%øèG?ЧŸ~üãYZD!ãˆþ„—pIÑPÿ@Á…B!ci[ÌCÂ7œá/òKË0îi½VЉtýp]Û¶¢ö÷-éwD’¡vÓþ5â¶„’/<÷Ø|¥t]RAÔÖÖ⦛n­·ÞЇ~MMMX³f ººº°téÒ¼óëëëÑÑÑ5kÖ ªª 3fÌÈ9¶¬¬ —_~9n¿ýv,Y²“&MÊ[!„2‰^Â"ÌPæ¹B!„Œ´›$ ´ ¨QHßå‚hýBH»•´½BTw KÉñw¡F[:†NbªÄÉ¡"ôÜ¥DÇN9¶í¢àÁĹ瞋÷¿ÿý¨­­Å 7Ü€·ß~» ¹óçÏÇE]„Å‹ãòË/ÇîÝ»ûíµ×bçÎ,-"„qŠ.':žHe›åƒ±ö „B?BE§¹@ê8sŽ:oUò„Ö|²Hiâ\̵¸tƒŽiO-lÁÅë„“q)Pì9€Op ´Œ¶®pŒ ÇË[§ $ <ðÀxà²ÎÝu×]¸ë®»ÇžþyóÜqœÀë\s4 ,@,ÕW^9;'„2é¯ÔˆB!„ »Ix:EE¤X»¦äHD9bô*ž("•›E @¸:³Åîlä?!¼ÔÊ£mbBBºÞ:!ÑEø’¤_j¤iÐÙ.G‡mß±««ÆO>ù$.¾øbLœ8q¸·B!d9žŽ:!„2¶‘€ÎMQJŠôÃS,UÆÓ4„ë¿ ±R@êä[©3^ À¾ba5/òæ*“ôu¤Bú׳Dï¤þÞî`EX1ÊOÔŒcït9žüð‡?Äg>ó™áÞ!„qEB!„Œ}¤X«žûR‚_”‰Du†–0ŽåR • YÇ„rª‘p”Ƹb\Óz¼!œ ”“á–ÑjnD£¡a´ö@*Œ7Þxk×®ÅW\1Ü[!„B!„BÆZ§ð Ч$<ÁÅAè¬0ŽSäXç}ÍÆÌÒ¥GYa¹ú©”BË4ª¬Iéê ªuCåEêš²ÿ.FƒGäx>6˜yóæ!N÷6!„Œ3 qº|ç»ßÃÓ¿|_úÇÿ NwT×»ÿ›ÿEÅŸý“Ÿ8ªu!„B G—åHH)à8Z€QŒ”NP˜Qõ<¡ì)_–°ÄÏ©¢-Ò¬uæ é—él\'+ÓÈ/¸^V”«œ(pw„B9 ò‰.RJ¼ôòJTUUáÅ—^ÆüysîzÞ¢,k"„BÈqÁ@‘pÄ àÄ„¤«$Çñ¤ »<1EX­´ËEè\–@ ­Oʼ*óVõ22Š%¸QAº…QøW¬\ù-öFž C!„ÂÙ¼e+ZÛÚð±oÀ?û>ùñ›‘£•B gï¾}yÇÔ×Õ‡BF:ÊÉ3ULrŠß(Z‹"~£ 0¦s‘ZÇw¿èÒ »…´ &ã‹2Ò*IàJÀqL¨®u!ă¢‡^X"×î"FgÏùKá…B ò9N^zåÌ;å]8{ñ™øÎw¿‡ 7bNs3àÉŸ=…›6#ãµoâHo/Î_r.þæ–aæ¥WVâñåO`÷ž½8qN3:S]hnš )%ÞY¿?zìq\pÞüäɨ®®Â½ÿt:S)üûw¿×ÿ²±X K—œƒ–]‹x<ŽM›7ãßþã»hÙ¹ pêÜSðéÛnEy2ylß(rÌhmmÅ3Ïý Û[Z0½¡!rÌŽ;1cÚt|ðïCUeåqÞ!‰PP!„ ¢k•û0¥C¦ë²v¬@7rŽÐ¤#åFBX¢./RBŒ”®—¾ K/Q­£½’'+'ºÝR<|ñl©¥°îBýݳE–¨«E#„BH!ä]Vâ½ï¹5ÕÕ˜5s&^|y%š›šÌÜ ›6á£7\›n¸{öìÅÝ_¼gœ~Î8m¶nÛŽûþå~Ü|ÓX|æ"lÜ´<þx=SíÚ7×!YV†»ïüŸ¨¬¨„”_ûÆ¿"™Lâ›ßøº»»ñÏ÷~øð—cÒÄIøØ7 ±qº»»ñ_úg<õô/pÝ5Wó÷Šªªª0{V#þûÅ—°cGKÎq.]ŠÊŠ –¦B8ÒÒ ¤ )ÇÉòpHéQ$RßÂ:!UÓ!-¬Xã²®m 1Òl„ê­[ZC…ìz-àØëDo+·ã%7á³¶pþ+CãF2™D{{û€çB!#™ööv$‡Àù±gï^lÛ¾gœ¶°ðôxé••1u“&ᜳcBm-Ny×ɘÖЀíÛw~ý›ßâ´óñÁ÷¿jkqÖ¢…hžÝ˜/¥Ä÷YLŸ6 UU•Ø»o^_½·~âTVT ¾®ï¹ð¬zíu@EE9N>éD”–” ¦º§-˜íýü‡:œuæBܸlYdéš7Ýpqú0ìŒBÈØÁL[À·q­Ï!)µHâµ€†«…›à\ é† )Yò„4ãu¦‹w uZ¯íÙeLžÉtöBÆ_c—ùÇüŽÓo€½™¨ F®kϘðR_7 7n@sóTÒªJ!d ÐÞÞŽ 7¢¾¾0ë}®—^Y‰úú:”'ËÑÙ™ÂI'œ€'V<…--˜ÖÐ`UûkÔÖÔ Ý—†”-;wâä“N œ7‰ýú‹ Çq̘={÷>ö7Ÿ2s2™ ¦L®‡”}}}øÉ“+ðêk¯cÿÁèêêÆ‚ù§Òý08sÑ$~üǾÍ[ÜxÝ2,<ýtþB$ž ¡¥ !…r–XuA–ŽáR¬P]¨9VhoYT8LI’Ø_|Ï1#³$ ÿzp¤£ZF‹Ð˜àEµyªð½¨ ÝQ^^Xûæ›H¥RC°'B!dxI&“J(9z§ËË+WaïÞ}¸áægŸ–#{Ã&“q#¿kôG²,‰X,†Çø=8Ž“uþ;ßý>vîÜ…O~âfLš0ÏüêWزuÛÀ.BF,g.ZøÑcn¼n.„BŽ;VÂ…Ž1¾¸&Ïf”°s^¤Ÿó"«J˜¥u iê¢2a)\À…fôx@è$u¡x¤àbôW&&,Îäû†f HMyæeS^^nÄB!d¼‘Ë=ÐÚÖ†·ßY/ßóEœxÂsü¡ïü^ze%>|Åå~Ð\` ¯6YJ‰††)ظisöy5G·Ï×Mš)%6nÚŒ9ÍMYûz}õj|âcÅ•+sß9CÆ‹ž Çq°ðôÓøoK!ä豿+ÇËM·béÚ ¢[CKSÑånѸvÅ’7¾ì’Óé¢NÜ5ú¹´6Èt ë$È@r• ÆùÂ_B!d(ÐâGø±òÕ×PS]9ÍMãg«@ÜšŸs½U!¥Ä{.¸¯¯^ßþþèííÅîÝ{¼ük|xÉd矷ÿößÅŽ-èííņ›°vÝ:H)QUY‰ÿ~ñ%¤R)¬]·¿ùýÌõø;Egœ3N;í¨Ö „B4BêNC¡’g;Ï„*ûÉåóP½Ï™ìÊ#¸˜À\='´H GF9fô=OZ™.‘»Îaléÿ#°?7Lxû]Úðƒ–B9^Y¹ ‹Ï\”l:oî)(O&ñÊÊWó®1»q>õ‰[ðŸ?ø¾ýŸßÃÌÓ1¡¶6ï¼O|ì&üèÑÇñ¥¯Ü‡ŽÎL¨­Åe¼§œ|2>ùñ›ñ¿õ|âöÏ`NsÎ>óLìÚ½{°·I!„1€4-œ¡D _?¤ôògq²" ,Ø%Gz™à÷$iÍµÔ V idwLÒã`º#I •éT†,á#"}>(…ô¦[(¹º Un !„2¶Éåøû;>yÞq|ÿßÿͼ¾òòKcþñÿ»+0ï‚¥çaé’s‘N÷¡¤¤8pÝ9ÍMxâÑe]£¨¨7ßt#n¾éƬ½Îž5 _¿÷ÿ|„B︆.Ìñ¿(ÜðG ¾«2]"¾jH ¿4( ´„z é:$í€1^i¥³ø%Iz/q{ƒžr#ü¿!ÓJt„L”Ô“G0 ¬vÆdÕ8B!¤އX!„@qq…B!„ Âò„x݉a´Œ¡dÇ/šö…—ì¥=!GxëúJ üˆ3HÏQ]dö¥µ ãuNrá˜j"c0±«1utÑÞ‘@¶x’#ë%è»±JdË:t»B!„B!0ù)2ë…0‰Wp$! ²*jíÄ8g¤½¶ †a] ÌR,¼-H.ìîEQ†+Ú%|èß¹¢½0ÑD +Ö1ê-„BHAÐ}B!„ñA(³Å?ªûYc…â» «t”taWþd×¶–pG#«ßQDµP\ÂK«EÁ|—P]TÖ«jMT鑳LJîŠÂ !„’Š.„BëDVù™µêu„ ÆÒH$\?87:âRu 2¥FZIQó¤”þ9}>TücÇæfw/ nÏWxú%×—½P0oø9®tttbßþýH¥RýBL2™D}Ý$”——4¾·7TW ½½½Çxg„ =ÅÅÅH&ËP\Tœ0!„(Ö¼±6ï˜SçÍ=;!„¡'˜Râg® e¤r½_ýй+aFÚ]‚怊!í\+?×2¼Ø^£ùXzG< }èžÒ"J¢Éw¹¯èãÓ]È<Ó@Á¥žóblA„f£MZ9¹¹ÄÅÆˆð"7TTTPPPH›6é-½A„z‰Šrç îÌÊÂé”ÒàÆNrr2Q‘«Œü34×Ò‰H3Ï»{l‹¦‡êºSo5Ü-¨5‡æ)]ò²à¥¢×Ë–lò†æÙ„GÄQ~ºÕx[›–âWŒ±:Zµ®YûU,ñ‚  M\\,»sr(++káÝBóFÛ6iÄÆÄ´ôVADTT¤)¾G£šÈ#/h¶cÊÈv1ÃnÝ3LŠøâ.)R¡E_YO”1×tº¸Ü‹ZxmݤMÁÅÒ«¡¹E»:ƒ_‘¤6DY¿S^­›X¯"–AAhqq±¦ø"‚ ‚pÜaä¨hî@\Z §·vVšîÑÆ$·'ÆšËbTÙú?[¿ê÷ìmˆtÁkšf­k2Ä¥—4¹Õ[÷"‹ã¦AØú ¶1Å_{#q»‚ ‚ ‚ ‰2Øú)·xb˜QÜ‚‹n]Qʸku«¸”Ýcº^,†…ûŽ)xx .†Xc6Öõ4eQ6JÃ#º4EÞ°É"u 5 6­4Ù"#‚ ‚ ‚ Âñˆ.‚øX5táCYÜ*šE¤0ZK{p53X×øŠG£ñm äÏã°zW<ë*Í}½»4†Æ–ébv\:ÜîEþ6Ù$¤ÄHAAŽGöæç×;&9)é(ìD„?n‹‰Áb1›€'ZW×6”.Êxu6òTyÖ´Š-†£Å;C×e„¶XJ•̓茬óÜçÞ"ŠÝfCãU«ÔhÍÄ_2pÝŒ;žŸ×þZï¸EïÈä¦6vC&=ü ßúGƒÆ¾»ø}òöì©wÜú øbéWMÞÓ×ßþµ¿®kò|¼÷Þ{ 4ˆ¤¤$®¾új<جë ±Ħ͛yûÝwyᥗøô³Ï¨¨¨hé- ‚  CrRR½7A7Öª[š.z#"OW"ðˆ&f»hÃÅ“ô¢/á²”*ŽwS ¥Ð˜Y‰¤¼¥kq‘G-¹¹uŠ&µÊ!‡eLñ§òH™ÑÑä³Ï>ãöÛoçÉ'Ÿä—_~¡²²’Ñ£G›µs‚ÐTºvíJ×®][z6vìÜÉ×ß|ÙC†pÍUWQSSÃ??ù¤¥·%¼¶p!¯-\ØÒÛAA8ŽÐl‘*FÔŠ[p±µùñŒS¶/f®Ò4S4±õ”yºy²rÝÝ¥1¤˜; IDAT‘ǽŽò´©Öç8LáÆß㲞Ôo–ÖÓþ©£<©~¼ ¦¤¼èhòØc1cÆ Î:ë,ÒÒÒ˜?>«W¯fõêÕ-½5Ahv~Z¹’ÁƒÓ&=ÈÈH†Ÿ>{öîeÏÞ½-½5AAA¬x‰-îcz— CðÀ«dHÓДæ–k”˳€¦éÕAîy”» ‘Òå?±.67‹‘-c¨5Fð®ùU¡)Íœ!PóZÈ–ëR« ¦['iRr [·eò·_bwv6§œ|2÷Üy;‘‘î~éûìç‘Çž`íºu„‡‡3jÄÆ^v)š®NeíÚż—^aËÖmÄÅÆ2qü8Î?÷œÃz4 X¹j5EÅÅ´NIfð Aàt:ùîûïÙ³g/AAAœtRztïnÎ?XTĪÕk8PP@hh(½zô SLJµ'ìÛ·ï¾ûŽ7ÞxÃ<Í!Cøä“O0`@³_SZ gYÙ99\xÁæ±àà`ÒÓÒØ–™IJrr îNAAø£QRRÂÞü}8ΖÞÊŠððp’“’ˆŠŠ¬g¤wÓ=ÅEÓCt•Ò]ô³F…C?§i¦&‚Ò<ú ¸»óô‡YÁ¤L‡‹æ¹¬[O1 *Fw# pYÌ/î²¥@ë¶[ÞWrx;INNâæ®§sÇŽ8Ëʸêt>øç¿¸îª+¨¬ªâÔA¹å¦Èܾƒ¿>ù4II‰œ5ä ÊÊʘüÀT&\>–YÓ§‘¹};SšIzZÝ»5½,"2"‚~}ûKUu5K¿úš ›6qÊÉ'Pãr‘ž–F¿¾}),,dÙòD„Gо][ªªªøbéWôì‘ÁÙgIAa!_}ó ­¢£HHHhòžü±k×.h×®íx§NÈÖE,A8^().FÓ4ZEGÛŽÇÄÄpèСÚ• ‚ ‚ðG¤¤¤„ƒ´o׎ˆˆˆ–ÞΊÒÒRrrr ¼øÚ3”jë>käªØMsç¶8p .º¢¡¡iÊ“cÉ„±.«N]µñ´®Öï›JŒË¼ž!ØhhnÑ¥N‰£·‹ç´çÏ–":*Šž„††2 __²²v™çSSZsþ9g˜ÀˆáÃøì‹¥œ5ä ¾[¾‚øøxÆ\z =32è{JoV®^sX¢KHHI‰‰’šÚš¢¢"ó|Td$;¸+ááté܉Ìí™´o×–]»wFF·n$%&’’’BNn^³‹. 22ÒtýDGG“••լ׎ ÍøÓu×Ñ}µæ·xß¼yóß‹?ÊÊËM·™•àà`ŠuWšpls,½ÞkÛ‹÷ñ£±AAŽ>{ó÷‰àÒD"""HKKcgVV½¢‹»H—U4ïZðbSL ½DÓô¨`¢)£Ó‘‘Çâ¶³hJw¸è"‹õ3²éz±v 2,0úIÓ!£»pl-£}‘w´Š¾yM)Ó‚c­™j6Á¥‰–›êêjþ±è=V®ZM~þ>JNú÷íSëøN;°üÇÈÛ³‡;wrÑè±¶õââb›¶—ËźõëÉÉÉ¥Ô餲²’ÔÖ­kËîÝngIÉ¡CäEï™çk\.ÂCÃkOþˆçСCn ”åEURRÒì ´4a¡¡TVVú¯ª¬$,¬ùÿ} ‚ ‚ Ç/N§S—à ""¢eYJw¤(]Wñt[ˆµ»‘~Øhh¤™BŒqÞ=GӬ‰EYq)Ó½JŸï^Pé­£58ô²%[øŒ"л ÇÇÔbóÕhöûö‡Þ¼4Ax™÷âËìÊÎæŽ['‘”˜È'ÿù™ÛwÔ:Þår™Œˆ ÷ɽxrö#MܰV®vç¹ 8€ˆðp6oÙJAaa­ã•2ÍI“’œ|ع2 ¡mÛ¶ÔÔÔ°k×.[‰Qff¦ä¹üA8–~‹îí`1.-ålñ&*:¥ÅÅÅD[JŒIžË„céõî½Ãár4÷XV^Nqq UUUGíš‚p$ ¢Ut¡¡¡-½AáX@¼4‹ËKÅjBC;ñ(JSº›Å}Òw¼rgÁ ™nóÊÓmHéa¼v-Eéâ‹Gø ôŽ­­S|¿‚‹•¦ÇàZ¯ÜÈEô½­þùþ|ËÍtëzuNÛ²uíÛµ =-w¿OEe%!~Ê,—i¹yy ìן„øx4GÝÏß‚bZµ ::Šõ¿RSSSëci.±+11‘!C†ðé§Ÿ2iÒ$:Äwß}ÇìÙ³›é*‚plFzZÛwìà”Þ½¨ªªbwv6gœ~z ïNGYy9‡JÓŠ   –ÞŽ 4 UUU•”ˆð"‚ xp °Äœ˜¦wÇ ßÏÇ~Ô‹kÅzFé" Oé‘á‚1*~ =Ä.I2HÓÀ¥_ÂaÝŠµÅ’Ù*Ép·xá¯zêðËÕ±Hhh[33q¹\ÄÄ´â»ï—SZêdÝúõ|þåW¶±y{ö°-3“ªª*~Z¹Š/¾úšKG`@¿¾DGE3wÞ ât:ùiÕjòöìѯÊά,*ü”$xHAAJ)BCBÉÚµ‹ªª*öæç“¹}»mì¡C‡(((¤Æå";'‡í;¶ÓMw¤¥¦Â+WQV^NUU9¹¹fÐg`` ‹RSSÓð'¬¦L™ÂÌ™3Y±b{÷îåæ›oæôÓO§·þ¡TŽ' ÈŠ$77§ÓÉç_~IZjª™Á$Š‹KhÕ*Zá¸"((ˆVQQ—´ôVA„cÍ¢UøÕ 4½\¨¶@Z»æ °t-Ò])ÑÄK1Æ_Œ ]}ž²œ7.aH)š†§¼ÈØ†ý–ÑÖ…¼P^_‡OpL£f_wÕ•¼úúsçŸoåéçžgâµ×Ó­kWÎ8}099¹æØ¸¸Xæ½ô Ûwì$)1;þ<‰~}Ü™/<1{ó^|™›n½ åR´n­7ßDë”.»d=õ ÷Ü?…ysž©sO§œÜ‹Ÿ×þJyEƒ`Å?ñÁÇÿ$!!ž¶mÚPlyÆÊÕ«)h¶>ΆC<ý£36W3ý)š¥d @sÓÜ%DšË½„qESdÑ4ý.<Ýô5ðdÅØ‚tÍ$Û£±.~>|7ÝÝbÌnúi€ · /Ï›ëwÜ„qc˜0nLk%%&2kú4¿çºwëÊ› ^©C@—ÎéÒ¹³yÿâú×3#Ãì¶Táœ}Ö™~Ï%$$0zÔÅ ÚSC¹âŠ+¸âŠ+šuMA8V²\¼éÖµ«é,„æ¢%òfDpAáøÇnÑÌ0]‹ðbÞÓqáô¢)»Ð` ÍõNìb‡UJA7¥hº|£—#™ZŒænS­Y²hêÕ74ÿòJó¿Í³9 ‚ ‚ ‚ ‚ XK„tuÄâxñ|õœ÷8T,k¢ŠòÌÒ4·tâí31³[Œqz㎣p)ôü‹,cBV§‹²,eí­¼ÊK4¥¼;?»[J[¬5Æ* ìe•`t§‹wHŒ]©«€èp²>j[SÞ8 ‚ ‚ ‚ Ç_}õ'N¤W¯^´iÓ†!C†0cÆ ÊËË[t_>ú(±±±æ---ë®»Žƒ¶è¾|P.44\Êeû¥“†æi ­ðu¸X²jT…Ç`â¾oM¹Õ¼*‚Ü‹š­ ùVÑÆ…'Wéâ‹2.u Þé¿ö`ºÓXêrºˆð"‚  Eœ.‚ ‚pì3{öl,XÀ”)S¸ÿþûiÕª[·neÙ²e„„„´ôö8ûì³™?>J)²²²¸ãŽ;˜5kÏ>ûlKoÍDÓ(зÛE—fææš˜’†²© îCJoØìe«PF›h]^ñ΋q›f<-¥ÍÒ&Óeãk–ÏPëv¼…—æÀöP¡EAš†ˆ.‚ ‚pl³zõjæÍ›ÇŠ+èСƒy¼}ûöœþù-¸3AAAÄÇÇî¦-·ÝvóæÍká]y°yÂWܾCÑ,Š”)€hV©3Eæ°.†´¢”©Š¸O90ÄÍXÂru}¨½I’±¦¦pXÅ«gEÓ”ÙWÚº¤ÿ¯¾#†Î$‚ ‚ ‚ Çÿûß¹úê«m‚‹?V¯^ͨQ£xûí·éÛ·/Ç»;õ–——óÐCqÊ)§Ð¾}{ÆŒÃÖ­[ÍyäwÞ1ïïÚµ‹ØØXòóóHOOgúôéœvÚi¤§§3jÔ(vìØQç^ÊËËiݺµy_)Å[o½Åé§ŸNZZC‡åóÏ? //6mÚ°xñbsü“O>Iÿþý›­tJùhšyÜÚ|È-¶*ˆEgP —r™ß›ÍS&¤” —g!¬a½`)[²áÚ÷i”%RP }Ó¾£!Ýcã}1å÷Œ}®/"À‚ BC©Ï颔b˶määär°¨ˆ¨ÈH’““èѽ;Gi—‚ ‚pâ²qãFS@©ï¿ÿžV­Zñî»ïÀ½÷ÞË/¿ü¢E‹HLLdöìÙŒ1‚µk×QïšJ) ˜3g­[·fÖ¬YŒ7Ž•+Wâp8¨®®¦¨¨ˆšš6nÜÈóÏ?ÏÔ©SÍ5/^Ì´iÓX°`ƒ â£>âÊ+¯äóÏ?§_¿~̘1ƒ|óÎ;‚‚ž}öY>úè#BCC›ðŒùÃÚ½È\\hÊá§¿³§\ÈšÛ¢išé~1G[ÄwI‘9Z·Ã¸ç)[¯2Ý,F\Œfº]ŒÔ÷|‡·Àáën±îÄ”{,Çü . Ç{ÍÚŽ ‚ ‚à¥T­7—ËÅ÷+~`çÎ,ºtîÌùçœCŒîä«o¾¥¢¢ÂûÛ￳âÇŸló÷ìÙË¿þýŸ:¯!7¹©› ÂñÂhÕª•yäÈ‘¶àÚýë_æ9¥¯¿þ:]»v%11‘ýû÷óÎ;ï0gκuëF||4eÔ9Ùó{ëzìÅJõ!n—#MDDÅÅÅ-½ A8,Š‹‹¤äSVVvv$Gg™“àÃÕÛ±3‹’C%œ}Ö™¤§¥Aë”Î8m0!!!lØ´É«\n‘ÆŠÂ÷˜ ‚ £}ûöäææš÷ßyç¶mÛÆ¶mÛHJJòhƯ’™™I@@}ûö51`À¶mÛÖ¤ýÄÄÄжm[233ÍcÆ £°°‚‚¶oßÎÃ?̤I“Xºt).—‹­[·2xð`Û:ƒ6÷ÀsÏ=Çûï¿Ï¶mÛ˜9sf“öV+Ê»s®}hxu!r« KɑٶÙÚȶ¬†gÍ=ÃÚrÚìŒäB9v­ÃO$‹†BSîùÞ¥«2šæ —±\Åk—¾q4¾®ï£ ñÅH£æ&9)‘mÛ¶Ò¹s¢££[z;‚Ð$¶nÛFr²ï%o""ÂÙ³'””Ö„……… Bó“·'ˆˆð­Ë°iófºuëJ`` mœ¦idtïÆÿ–}OF÷îü´r{öîàƒÿIrR‰ üöûïæ1‡ÃÁèQPVVÎÚuëØ¿?‡ƒäädz÷êiû˜pâP^QNæö”””éwLqÉ!¢££èÔ¡Ã1Ñ¥CáhÒ¹sgÖ¬Yà 7Ü`ûLV_©¯ñó[ó*IÑ4Í, j 555>këÆÆÆ2aÂV®\É’%K8ûì³=n‘:öN@@š¦ù]ûp12[ü>jåÒ5O‹ Oß!eq©IÊp¯XÕͳ†Q6džw¹KŽ gŒ=ÞÅã5/H ·\¢ùÔB5æák(›ÌãïIö·¶¿câtiN"#Ýo€Öÿþ;¥¥¥-¼¡!lݲµþAG‰ca/$''Ù§KP0Y»²¨¬¬<Ò[„f'$8„ˆˆð µ‰.ÕÕÕ”:$ÄÅù¸]d§>•õ¿o äP ƒ 2Ç´ŠŽæ§Õ«uÑóZ.—‹ÿ}ÿ=q±1œwÎ9ÔÔT³rÍ~ZµšÓŸÚ؇+„‡Óª9¹9—Ôî¬m×6àà`)Ø«|ÖE²€ ü¹å–[6lwß}7;wnÔÜŽ;R]]ͯ¿þJŸ>}÷Ïø5kÖpá…nçK^^^ƒ×Ü·oÙÙÙdddÔ9®¦¦†ÒÒRèÔ©+W®då}ÂÊ•+éÖ­à~0yòdÆŒÃêÕ«yôÑGyâ‰'õXkÅÈ]Ñôš¯#ÊPGÀ#ÈØm*žÚeI4½ôÈfñ\Æ4·¸L•ÃF¡C)”¦·ªVî¯<O ÷ ·ze?f¸^l+û»Zc„’Ú2t…#Fdd¤)¾ÂñNpP0Á1Á-½ AhQœz™]mvš¦‚Óé$.6¶ÁëîÙ»—ŠŠ úœr @ýúôá˯¾æPiiƒÄQáø#µu 6môU4M£G÷î¤$§´ÄÖ„cT„‰Þ½{3iÒ$†άY³8p ,_¾œ‚‚[9‘7IIIŒ7Ž»ï¾›W_}•ÄÄDüq—^z)|úé§Lœ8‘üü|>þøcŸu¾þúkúöíKEE“'O¦OŸ>¶’%#HW)Eqq1_|ñï¾û.sçÎàÖ[oeÆŒôîÝ›òÉ'Ÿ°dɾùæ>úè#Ö­[Ç«¯¾Ê¦M›9r$ãÆ£ÿþÍò*½dÇ£Š˜½Šìî,rƒÝÁ¯ÃEsØæ™?Å4£3’Ìë¹<æ:ž ˜îM™ úHD^ø .ua¶±·lݯàR[ ® ‚ uQ›k T/á(//÷›‡¤”¢¼¢‚°Ð0wp)JÏqó¬güVÈz¬¨¸˜Ø˜V8æñ¨ÈH‚ƒƒ)))!"¼aeQÂñGë”d@±aÓ&›>£[wR’“Åá" ÍÌ™3éß¿?óçÏgæÌ™hšFÏž=yî¹ç1bDsŸ{î9¦OŸÎ¨Q£(//gРA|úé§æ/V¦M›ÆÍ7ßLŸ>}hÛ¶-—_~9 ¶5¶oßÎi§FII C† áÝwßµ•AºàvδmÛ–™3g2~üx®ºê*S°ÉÍÍ¥{÷î|øá‡tïÞƒ2eÊfÏžMll,ƒæÊ+¯äÎ;ïäÛo¿=ìòc3ÃÅhƬ,vCpQnȧ ÊLƵ+Jé‚‹1ÝÌëþÞ«fHÓ …Fo3¥`H¿cÏÖÕï»»úªµç©(ï…üÒûŠŸð¯+5|-AAüDXX……~E—¢âb”RDÕ’ÁQ7þFkò³û„§uŠÛÍòûÆdt뮋1‘fÝoëësr¯žGa'‚ ÔÆÈ‘#9rd­çû÷ïOaa¡Ïñ°°0žzê)žzê)¿óÚµkÇçŸn;6yòdÛýo¼‘¡C‡ú?mÚ4¦M›VçÞ5MãÆoäÆoô9Ö-[lÇ ‡Ls ™m–õ Z÷Q‹àâ6ŒØ” ]˜±¥ËÚt·È¢ô®D¦¥ìb°k .ºMF³&ÆxÖ4Ò}•î lŒÀáÉ{±«&õÿÎÂnűî§îËÊoCA¡>êrtéÔ‘Í[¶Ò:%ÅÔ§”Ûо][OÈ®Bw»(Û8ïö½‘‘lËÜNuuµ¹æ¡ÒR*++‰ŒŠ7ƒàvµèoES’“ä5q”AE„ã…¥Ë[\1#X”¥ EcP­Á]kÑ2Ìr!ã}§vH1Ü'ÆXÓÜâ™ã/gÆR^ä«zŠLÝ¥EšÏ=o-ÈÏ¢žÓ~Å{¨¯8]A¡~êú@Û¾];òöìå»ï—Ó­kWZEGq¨´”Ìí;(u:ésòÉæü`ŠsK¨¨¬¤¦ºš°°0B‚ƒÍïÀ  ÂÃÂHIN"(0µë~£gFwjjjøyíZÒRS •Ø)Inw‹¼A„ÃÇSv£ðtFÒÐËxô’"eQ% ¬9/–VDØ‚y-cݺšÕXc\¬¡¼zÉ‘Ÿ«YË—jIëñ¨>fÍÖÒ"÷¬K×ùãÔ\Ot‹UO±­+‚ Bsáp88íÔAlÍÌdËÖ­ë™+‰ è×׿~i’ÂöY|±ô+âã9uࢣ£ILHàß/'""‚Ó $44”ÓO̺ßÖ³ôëo ¤uJ2=ºwoÁG*‚ ÂñŽ»bHÏ ÃZ2äW`0­,Êl¦Âà.Sòd¸(Óñ¢Ù} Fù‘µ\IyD¼¡a;¨_¿öˆd˾­Â‹Ïƒðžƒ—tbÜXsr½].~—¬=[FA qtéÔ‰.:Õ97,,ŒóÎêsî´SùÌ eÐßnâjA„cœœœ–ÞÂací´¬¹“ÿÝŠÃZ>dÉ}Q† aãj•A3ãS —Œ-óEém¢•†2:i–¹%ÙXªvðä¾ ¯áðiíïy—Õãb+1²–5 ÒA„†"B‡ ‚ Ç3o ^ú‚'ÊÖÐ\”r‹2ž9úw–Š·®¢°voòh6º¸c:\° .†Øc/æõ½}#z}’£Î¦ô`óêš_EóújN®õ¤¿‹”7Ž‚ ‚ ‚ ‚ h(åBo"X<ÊÐ,Ü^¥5Êâé¨Õàò7 a””"ß>JKK4>""‚ä¤D"##| áÄF)žý(//Ãé, "<Œ°°0âããmõ…‚ ‚ ‚ B3¡ݽbhMÁˆqѼ£S‘±Ž'wV™ç ÑÅp¶hšyA÷IM/#2Z™f#ÛÅÒ-I¹ôM¸e¿¢K­ýäºÔ©¿X…ƒ¼/dqÑÔ³%%‡(..&£{w¢££4§¸¸˜ÌÌL^„z)**bwv;t %9Ù|Í”:Dé¡C¬ÿ}mÛ´¡U«†½þAšqº‚ ‚p¼ãŽiÑì®öRo§‹Ñ:Z)”¦é-FÉŽò´ŽÖÿCÓ3mÍîEØ/ Ù3e4}mÃãΗñ¤ÏhJÃa´@²î±V¼ßÓy½Ékôïùk{ØÈ…ò÷í£cÇŽDEEéí¢ê¿EEEÑ©S'öæïkì®MFÏÏkmòüÚxÿ£¹ë¾üžÛ¸i3ÃF^Òì×jç`Q1βrÎ:óLÚ´iCll,AAAK›6mzÖY”:µ}]ý§›øö»e|ó¿ïظisƒç^4z,¿þ¶þHmM„£H@@.—«Á?ÿä&·?Ê­Æå"(0 ¥ÿ‰ ‚ ÇF`®õ¦lÙ*V%Ä>ÑæQ§‡R–9†›ÅЦ¬i-¶ËøšÒ#z]÷1‡»´æwo¶½{×E¥Ê3¬Ù ,>¢Nm”––ËåjÔ-""¢ÁåHÇ •••\4z,Ûwì°_øÖ?xä±'ZhWÇ.EEE8NzddÔûæ°g”–:)*.9êû\úõ7ü¼víQ»ÞÝ÷OáŸKþm;&¯!AhZEGSUSãyÓ Ç.¥¨©®!ºU«–ÞŠ ‚pŒ¢ÿr)/¿º€ÜÜ<ÒÓÓ¸÷®;騡Y»v1ï¥Wزuq±±L?ŽóÏ=Ç\{ý† ¼úúìØ™ErRÃÎ;‡±£/µ]_)ÅÓÏÍeë¶LžÚã"xáåù,ÿáG***ÉÉI|±ô+}ð!¯½ô¹œŠŠ 6oÙÊ+ ^çúk®bÝúßý¾†êÛËÆM›yvî< èϲå+((,¤gFL¾‹V'Ào7N'ááá˜u…c—ðð0S|AA8.ñ#:(h·àâ²H–z"—æLü®à²ÖšÓ4s´!²X¥¥,Ù/ú MÓ,j‹çúÆx]Ì–GM¢.UÆŸ,ÔHãÊ‘rºÌ÷»vgó茇HLH`ý†$ÄÇ›çCCC¸ó¶[IINæ©gŸçÅù xê¯RVVÆä¦2áò±Ìš>ÌíÛ™òÐLÒÓÒèÞ­+Ù9¹Ü÷àCLºéÎ:”TUUù\ÿý>fåªÕümÎÓ„…yÞP§¤$óØ#SYYÉãO?ÃËópÇŸ'ÕùXºwëÊ’3ò²q¼ðü:ut‹C³gNgÁÂ7ÙÍÌišã¿úæ[^^ðÞ;™ÝùvÙ÷Ìxô¯<ÿô“t=© [¶nãÆë¯åÆë¯#7/ÉLeЀþ ìßï°ž÷còò2âãm¯­{ï½— ˜÷_yå·x5gŽy,<<œÂƒë\»²²Š¹/¼Äm“n&=5°ÐPºtîÌôï'-5•YYÜqÏ}ôíÓ›>½{óïOÿËÇÿZÂý“ï¦]Û6¬ùy-?ü´ÒïÚ¹y{˜üÀTn¼îZ1í;v0ë±'p87f´9.$$„»nÿ3qq±,Xø&Sg>ÌüæÕû¼,ùp1wÜs/CÏÂe—Œ`üØ1~_C ÙKÖ®]Œ¾äbfÏœŽ#ÀÁÓf°ø£¹éúëêÝË™Uë3Yð꜅¹Í¾vxl*ÃGŒ uLH³¯-NêÒ‰¸Ø¸–Þ† ‚ ±U±}ô·è] qé¥GJ¹£rP\ïõ¼õ «ùÃGöP6áÆøÓ˜¢ÙÔ<ö ëIsñºŽe?Ǭ•ø¨+SÖ}6†#át9x°ˆ¥ß|Ë‹sçЮm[1á¬!CÈèÖ €¡gžÁ« ßà»å+ˆgÌ¥îÐÛžô=¥7+W¯¡{·®ükɿؿ?_4€ˆßßJÿðÓJÞøÇ;<þÈä$'ÛÎvþtí5<öÔ3Üú77Ó#wóÁGÿdüØ1 ÐóˆáÃøù—µ|üɘ|7ÉIIœ5ä âãiÛ&YYÇ…èât–f{m+ï¼óÏ<óŒy?<<§Óé3Λ[nº“{ö4ï·kÛÆü¾s§Nthߎ¬¬ÝôéÝ›%Ÿ~Æ„ËÇ2 __.~>ï¼·Øïºÿ\²„Þ½zqÙ¥î×H¯ž=¸fâÞ]üMt9gèP2º»_»·ßz —_y 7oöy­ ÝˈáÃÌïôëËά]Ͷ‡c•ù/¿HõéÓý·;L*ÏÿóÞsûX]8lٚɩEtAAðò¯h F&®Eíð®¦ñþÞ;2Eæð8Y”®ö+Ú}/^‚‹‘ð«h,P·ÓÅòhj)i”9Å¿«§‰‹éÓ€Ó%'7—€Ú·oÐø¸¸8ª«Ýn•¼={رs'kž¯®®&..€ÝÙÙô>¹W­kíÍÏç±§ž!((ˆ¶mÒë¼n§Ž¨¨¨à@Áí³!(¥Ø•M϶ã={d°ôëojOuUu³í£¥1‚”êÂ(ÿ±ÎiöŽ  XøÖÛ¬ÿ}EEE”: =sJ)²s²9©Kç­»k×n›˜гGöx™²òr¿õñÑQQ$&&““Û¬¢K}{ñG|\Ù9Íïþ8ÑðóAAáø@ï2d¨)~4 #ßÅò~>ÔvÒöàëZ nŽ„ÓÅý$7­œ*2"‚Þ'÷âÉÙø=ïRªÎÜ“ýûpéÅ#ÉÉËãÍwqû¤ÿ«u¬ùØ›ñC–R†’gߣ¦iÇE^KC £äÐ!bcbÌc&L°•;×Åúú+))itž†RŠ{§L¥Ï)§0cêÄÅÅñðìÇôn[Ê'ü¸öµðùŸ†q·®¿9W«ÙÅ˦îåDàæÿ»• £´ ¯Ù׎ˆKeøˆ‹Éݳ·Ù׎]:7LdAø#³7?¿Þ1ÉIIGa'‚ üqðcY±é öóî2#Ëy}¾»òÇ´±èå@^K+Ïî龂…^Àd›ªô`_Ãh|¨®]pñ—VS{÷"ó±zM©UOi¦ÏxGÂé’Úº5ÕÕÕäää’žžÖ¨¹éii¼»ø}**+ ö=ŸšÊö;kŸŸžÆÿÝø'²sr¹õλ¸däEµ:^¶lÝFXX‰‰ lÍÌäàÁƒTW×àw<€R¾"•U8p8¤¥¦±aÓ&zdt7oÜ´‰öz©ÕñNXXeN'1–@×Ù³gãp8X´hš¦1qâD~øaÛëÏYVÖè@˽ùùdçäò·gŸ1KÍŒ“¤¥¦²eëVz÷êY×2´i“ÆÆM›lÇ6lr— …ÖÒ¢  ýо];‚ƒØà€¤ëÿæ¼ÅϦìåD¡ÏŽtô!¿¥…‡Ki©óˆ¬+‚ ͉*‚ 4K:®?ùÂÛ4¡«4w΋Õá¢Ù„¯ß {w22—wé&P.üvFòçq¸ûM{b`tÕž \‡ùko· ñ·ºˆ‹‹eÈé§1ïåWØàååå¬ù劊ŠêÝÏ€~}‰ŽŠfî¼((,ÄétòÓªÕäíÙÀÈ‹.äû?ðÝ÷Ë©ªªbïÞ|~^û«9¿Ut4´kÛ† †Ïü×^·­¿âÇŸ¨ªªbgV ßz›K/‰Ãá }»vTTVòÍwßQPXÈÿ–}Ï–­ÛÌyDFD°~ÃFŠKJÌì‘Ø˜vdeQRrˆ}û÷0æÒQ,zÿÖþºŽŠÊJ¾úæ[–-ÿ1£/iØ_ÊœÄIJsrl¯—àà`žxâ ²²²Ø¹s'ýë_ ²ÉÎÎ&1!¡Q׊Œˆ €¯¾ù§ÓÉçK¿bãæÍæù‹.Îû}̆›¨®®æ÷ )9tÈïZ—ŽÉš_~aɧÿ¥¢¢‚M›·ðæÛïpùØËlãÖüü3N§“ƒ™ûÂKtïÖ•.;AB|<_û?ŠŠŠøù—µ,ÿáGÛÜØ˜6mÞbÎ7Žy¿†º—•#%Œˆà"‚ ‚ ¿X3S”ÅÁRËh=HWišEÂÐ,7 µ‰Ê «\ž¢o}Æêv1ôŽ€i2Æ&jq¼˜%MЦ)—?2÷Üy;/Î_Àm¹‡ŠÊ Ú¤§sÇ­“êmgÀ³g1ïÅ—¹éÖÛP.EëÖ)ÜzóM´NI¡cûöÌœö ¯¿ùOÍyžVÑÑœyÆéô=¥·ÏZ×LœÀµ7ÝÂÏ¿¬%,,Œ˜˜V,ýúžy~.AAAœ;t(×\yéi©Ütýu¼òêk¸”‹^=zÐCK·ƒeÔű`á›|ü¯%üù–›Ø¿§>•Oþó)Wßp½zöà‘éÓ~þyTVVñ·_fÿþý´k×–Ç™Iûvíš÷I>FÑ46éilË̤SÇŽ š³-3ÓˆÛP"##¹çÎÛyuá¼ñöÛ 4ÈöZ¸tÔHrrs™<åABBBèÝ«W­Ù+ééi<þè,æ¿¶W_[HbbWŽ¿œ‹.n{lpã¤Û(+/㔓Oæá‡¦š¥c“ÿrÏÿýE¾øêk:uèÀ€þ}Ù“cÎ1|O<û×ß<‰Q#Gpå„ñ~_C Ù‹ ‚ ‚ BÃP¾.åí5ñ˜D4ÝŽ¢ôqf8®ò–K,S}¤åïp˜÷Í®Hzlˆ¿JÓ”“6h’òŸçRˆa¶@²¸^¬i¿þ¦€ÿ\ ]™RJr¡\5(Wª¦ŠŠ’<6¯ðíce[ævÚ¤§7:GÃét²k÷nºtîÔ¨y‰EaáAJJJèXð’¹};1­¢ëä‡ŠŠ ‚‚‚p˜ÿàAAh(×\{Πú¿wðæ [d?®\EjŠû—'¹{örêÀ'Äõ³srqÕ¸.8IOK=ì5×ý¶ž“õòëääŸóû÷ï'¡‘dAØ»×]¡`}ÕÆºßÖ3 ÿ£±­ã–U«W×ù<?…ÈÔ.8‚Bq†à Bs i·b´Âj1Ü)šyØÌ_1J‘ê/ÀKÀÐìÆýšÞ¢‹y ý›@÷Á†ÖöXdï\—†ÎôVŽš!M39)‘¼¼%?ÊÞaÈ”:4”CÏ}QÊ"(Ëe ›ŒG#ÑôûÊ:GÃ-âØÜ6–îEÞ­jõÛÔ‘¡R[˜®íx3÷‹ŠŠ2ÅA8hšFrRbKoCAAáÄ´´Ø9 ΗZdM³mhÉQ3 .‚ ‚p"³gÏ^ö8PoW>¡ñ8’Hj`kÛÂÂB²sr)Õ» M#""‚6i©ÄÄÄ´ôVA„c࢔r»S|¢.•'Þ kã ·ªá%F¸<Ý”^Å£Ùä?Õ?–Üej ö½Yón}DË6u|zYz•y .ÞJG¦¿ ‚ œ¸ìÙ³—ÂÂÒRS‰•¨ÍÍÁƒÉÍͨWx),,doþ>:thOD#Ãý;¥¥¥dçäˆð"‚ èhµÞõ¯9XKŠü9?”™«ô £JI¡yÂvkí#©‹MÔÑŇw»hMÿϳŒ­òÉ÷ZV±Å"¼\AA¼Øà))­Ep9BÄÄÄšÚšü}û뛓Kzzš.Í@DDéi©ìÖ…AA°* š—á÷e³[‚±Ù¿ód³(ãO]ÏPFm’¦éa/ÞØ…cˆ2ralSµ;]4›VÓ@J-¥EâpA„#ƒËåÁåîÝÙõŽ+u:  3ë¼…Ã#<<œÒÒÒ–Þ† ‚pÌàÛâ¹6{ˆ²œõ1“˜Ñ,Ê#¸óÌŽF€Ã“Ⴒëú^Í]qdÐu›g4ÿ¢‹1Íãz©ãÍC#: ‚ ‚ ψà"‚ G¯ ]ãPmƒ|Õ å£½ØÍ#¸X»Zã[{ü‹²ÓCvî9V£1°.ÅÏ9?‚‹H0‚ ‚ ‚ ‚ 6 êÙãjk=éG´1NØ.š}Žñû£¿‘GúðkñºŒ»ÞÈ×ébM÷5–ñ«5z<3‚ ‚ hÄé"‚ -‡‘Ôâ·‘·°¡w*RÊ¡ .^.ÊãX1TC”Ѻ3ÆÚ[àbºh”­£µ5Wór¼ø“ƒ¼zcë›öŽñ\#‚ ‚ ‚ ‚Ð,%?žcÞ=‹üŒÁËû¢”٥ͥ‹)µ.úq« Æ-}(Óþ¢i¾Í¥"§@óºf]“oyQýnCîñ/ΈÃEA„qº‚ ¢Q?b5Ÿ{¦Òaˆ%†EÄt¸X5L‡‹GEQ¦‹ÆÝÜHáÕ4CÃ1³_ŒvÓ tÑÅÖßÚ»õ’ò’MêPj ÓõS%‚ ‚pÜ!¢‹Ð’¬ûm}½cNîÕó(ìDá ½?³qÜKÃPÊÓRZ×(<º‰·à¢—™m£AišÙÝÈK®ñùhx޹t§‹;ÈŬ2ÆÚœ.¾­¢­ke”áÅ\|Óiít±µcAA¡>DPáøÅªEhíÁÓHbvZÆlûìé/„_wˆ§zIÙ®amf¤°è<Ê\ÚRž¤ÜÂ~(°ö_릭ßÕ§†ø_¬Q‹®, ‚ ‚px(¥øbéW|ýíwlÙ¶•:¶oÏÄ —Ó3#£¥·W/=ü:vຫ¯`ÔØñÌœö }Oéíw|n^ïô1_,ýš“ºtfΓÛÎWW×ð¿eËxïƒØ™•ÅãΪu­¦p8N—ýðö¢ÅlÜ´™ý”˜À ¸rÂåìÈÊâîû¦ðÏÅïÐlûA„?v…Ä^hc6Ì~ÎvÁŦ”(OV‹¡—XåÍœkFâzRUìWÓKŠ”giŒqîkúö¹öïvñå#£Ô)’øO…©qº‚ Âa¡”â©9ÏóëºßøÓµWsÇŸoÁé,cÕšŸ©©®9ìõ¾õvgçðДû›a·ÍÃ?ÿ’ððp.º`8[33}ÎðÙ—K¹zâž|fN³_¿©¢Ëæ-[yä±'8íÔAÜvËÍÄÇDZkw6¿­ÿ‡ÃaÉýSRÂ$‚ œ€XÜ+(p)´ûyŸ²"Ð…࢔ ‡'DCpñÈ(Þ‚‹g=¨£é˜ây=ݕ㾬ò Òõl¹>‘ÄxÞÇâ¢*â‚ ‚Pßüo?¯]ËKsŸ'&¦•y¼KçNͲ~M‹ššÃoš“®»€÷?úد蒔˜ÈS}€§æ<T÷V555Ì}á%FÁåc.3§$'3°¿Ü™ ‚ cX],µÄ›Øf†‹1Ýa¹ïv¼‚‹áLA¹Ëƒl&«éÄå¶»¢ŠéxÑ…ÍXZ?h3­ø:,£x÷´ö™ß•,D¸]A¡éücÑ"&Œk\¼Yúõ7¼»øòóó gØyçò§k¯FÓ4œ>“íÛ³-s;[¶m%4$”뮹ŠáçËÔ™³Xµz ŒM¿¾}˜=szë-zÿCÊË˨¨¨dé7ß2bø0®¿æ*²víbÞK¯°eë6âbc™8~çŸ{ÎÑzšš•¦¸P–ÿð#‡JqÉÅ#koõõ7X¹z Å%%œÜ³wÝþg"""Ø´e ßz›Y»ˆ‰á¼s†rÙ%£Ìßú((àÕ×ß`ýï ¤oŸS¸áÚ« à˾gñ‡±7±1­qÁpFº€]»³yåµ×Ù–¹Ø˜VŒ»l4ç =«ÑUAš†ÛÝâÆSØ£”ÑöÇ“§b†®(‹¶`Ó<¬a¼–$Sp±ÄàZëKM’õ'·¹3Ëõ}Îâ_±˜môñÞo ,×4ë{X?¼ß`XòqAAh<ååådgçЧwÝy%]:wfúƒ÷“–šÊά,î¸ç>úöémÎËܾËÇŽ¦sÇŽü÷‹¥¾AcG\0Œ´ÔTÒÓRéÝ«»vgðïO?£g F]4‚ððpztïÎãÆòïO?`ÕšŸ)*.bÒÍ7CJr2·Mº™5¿¬%oÏJKKè™Ñˆˆp’Í2´?þD\\—Œ¼ˆÐÐPºwëJï^=YóóÚ#ðl'ÉIIõÞAÀ;%Ö"®hºˆb:K4‹aqrØj…¬öCœÑÌÒ ·®£¹;™â5 ÅR²äm¾Á¾ðé^ÔPñC_¢Ž’"ÿ³¼u­-œ¬“½2zBIÉ!ò÷í3ß4ÔGDDÉI‰DFF6îB ‹RŠ}ûP^^†ÓY@DxaaaÄÇÇ{B›AŽ ±åÀÒÓÓjw  €…o½Íúß7PTTD©ÓÉÐ3‡øƒÃá ªºªÉë8ìwòöìaÇÎ\4z¬y¬ººš¸¸Ø=Îc¦8]âã9PPPç\Ã6m Ò‹!;'¥»³³é‘ÑݶF÷n]9PP@YY»wgÓ©CGB‚ƒÍ1éiiDFF’““Kß>§0°?îyàAÎ;ûl.¾èBâãâØ³7Ÿ¬]»wå5æÚÕÕÕÄÆÄH¨¯ ‚pTÐl¥0šG6p)4žª"¥,MŠ”ÍÐbb«²v%²è¦Þ^Âäq¶X/Ød³êÈâÄ ´*BÞ¥Aµ}„4ÏÙÒ|õƒæ1O“!¶øv0Ò-®ø£¤äÅÅÅdtïNtttƒæ“©ì‰ð"ÔGQQ»³sèØ¡)ÉÉæk¦äÐ!JbýïhÛ¦ ­Z5ìõ'‚p¤ #%9™ß~ßP«è¢”âÞ)SésÊ)̘úqqq<<û±&_³)ëEFDÐûä^<9û‘&_÷N»vmYñÓOÔÔÔ4¹´ûŸ—[Ù6¨°¼ õ£944MãÉw³jÍÏü翟sÛ_îáÆë¯åܳ‡NÏÌzhj“ö&‚ Íò”Kƒ?‹bùçðeb ;X¬?ÍB#îEz†gŠ‘ßkû±j 7–ùúq‡)¸`ùZ[=±íŽæ¹Y—íↀ£éz…ÛxãOåi€(“¿o;v$**Êü P}·¨¨(:uêdÚ¯›Â¨±ãùyí¯Mž_ïô1wÝ÷€ßs7mfØÈKšýšBí,*ÆYVÎYgžI›6mˆ%((ˆ   âbciÓ¦ CÏ:‹R§“¢¢¢£¶¯«ÿtß~· €oþ÷7mnðÜ‹Få×ßÖ©­ ‚pŒ0qü8Þ^ô‡ò{~o~>Ù9¹üéš«iß®ÑQQ è^hÇårÖzéiidnßNEee­c|Þ–Ã¾±ÞN?uŽþóÙ絎1ëÈmÇ=×LKmͦ-[mç7mÞJrR"!ÁÁ¤¥¦²}çN***Ìó¹yy””"=-Ít¬ è×—™Ó¦põ•WðÖ;‹PJÑ:%…;³lsÖMAÀ+'V¯ràq˜jFÖ‹ÂãpÁeYÀOâ­­³‘¦ .–`]¥üT븗õ—’¢ù©ÚQ8jýµ‡òÖ‘ü )³Å_L÷Š÷lÍÿ÷ÖÃÊë«÷ùZ(--%""—ËÕ¨[DDDƒË‘Ž*++¹hôX¶ïØa;¾ð­ðÈcO´Ð®Ž]ŠŠŠp:ôÈȨ÷aÏ=(-uRT\rÔ÷¹ôëoøyíÑ«­¿ûþ)üsÉ¿mÇä5$ÇÃÏ?®'uá¶»îá»ï—³wo>;³²XüáG¬[¿žÈˆøê›oq:|¾ô+6nn¸€Ãެ,JJ±oÿþ&­7 __¢£¢™;ï q:ü´j5y{öÊά,S” akf¦Mì9–hаÈ­ÿw#ïø1¯½ñ[¶ncßþýü²öWÞ|û]Å[PJ1bø0Ö®[Çg_|Iyy[¶ncÑû˜‘ú÷íCxX8¯¼ö:Å%%ìÛ¿Ÿ¿¿<ŸÓŸJB|<ÕÕÕüðÓJ•–RT\Ln^½ìÒ° IDATQQ‘(¥èÓûd¢"#yéÕ¤ÔédõÏ¿°gï^”R¬]÷ó^z™šš\.ó^z…µ¿®C)Eþ¾}<;w{óóEtAšKH­§bGy¼æ¾%IÆ|k.Xʃhz}g˜[å1tÓ·â%¼zuŸî ÚK‹¬Ô±âéb[ ‹ýž¿5,8ŒH ùÁÜpªªª|~IXS㢦¦¦e6tŒâ®‘ÏaÈg4øõÕ£G¾[¶Œž=2ŽjÆËì‡gµk»–ßû¼†áØCÓ4¦=pŸ~öŸüûS¶mßNpp]:u"£[7"##¹çÎÛyuá¼ñöÛ 4ˆ¾§ÔÝíÈÊéƒOå“ÿ|ÊÕ7ÜD¯ž=xdú´F¯À³g1ïÅ—¹éÖÛP.EëÖ)ÜzóM´NIá²KFñØSÏpÏýS˜7ç®»êJ^}ý ŠŠŠ¹ù†ëmkeíÚÅ­wÞ ` FVÌ3ÿ•n]Oâ¯O>Íò~Ü?§Îx‡ÃAß>§ðÈôiyz›•Ý»óôã³ywñ<ÿ÷9PP@BB<ƒô§ºººÞù©©­™1õÞz{o¾³ˆ„ø8Æ^v)ÃôÖÛ<üЃ¼úúÜv×dBCBØ¿W]1€¢¢bþûÅ—¼4••´kÛ†Ûnù?Àýw4sêæ¿þwÞ{?Êå"%9™?]{5ÉIIäææ±~ÃFªªªÑ4ø}ÃFÚ·kKï“{QTTÌú (**&)1ñÈ=‚ Âq÷'+¥š¦Ð”‡W­wî¬!°x…ßjî…ìNÍ£`XbuuÁEOñŽ©õLð”94ph8ZêÀ[üùúy€~u«ÓÅšî´_¯ul‰/öz%Ý>ëB¹jP®*TM‡òؼbQû[÷Ûz†œqFcjcÙ÷ßsr¯žµž¯¨¬äõ7Þbù?Ræ,£ëI]¸ó¶[IJLdÔØñ 4YYäææ‘žžÆ½wÝIÇ÷›¿y/½Â–­Ûˆ‹eâøqœ¯¿ùX¿a¯¾þ;vf‘œ”İóÎaìèKyÿ£YñãOÌyòq”R<ýÜ\¶nËäù§Ÿ`gÖ.îœ|—^<’å?üHEEƒ ä¶[o!$8˜o¿[Æ‚…oòÖkóÍë<5çy‚ƒƒvî¹üåÞûõ¨»~{ΓóEï±Jïáp8è×·³gNG)Åç_.åãO–·g/éii\{å 8€EïÈÖmÛ dí¯¿QQYÁ9C‡rÛ-7¡²{ó÷NZZí”þؽ{7ååu¾¹=þ ™þ/½º€¬]»Yüö›,_ñï.þ€üü|ÂÃÃvÞ¹üéÚ«Ñ4 ¥ï¼·˜Ï¾\ŠÓéd@¿~¬Z³†Û'ÝÂÐ3‡ðÐÃÐ##ƒ ãÆ°aÓ&æ¿¶í;v˰óÎcüØËÌ¿—‹FeÈéƒÉܾ“üü|ºv=‰{î¸ää$ ™põu¼µ`>ÉÉî®_,ýŠE|Èk/½ÀÅc.§¢¢Â| ]ÍU¬[ÿ»ß×P}{Ù¸i3ÏÎÇ ýY¶|……ôÌÈàÉwѪU«FÿýÑp:„‡‡ÿaÖŽMÖý¶¾ÎŸcBóÐçùÇ•«Èø¶¹>–Ù°i3§êï;šƒk®½ŽÀ çPýß;xó…Ͷvcøqå*RS’Èݳ·Yã±|ýìœ\\5nÑHzZêa¯iý·™œœâs~ÿþý$$ÔÝÅMü±w¯ÛqÙÿÿ¯ûm=ú÷?Û:nYµzuÏó€ñ™Ò…ÀàP´À`Á 9p8fÇ"³Å³!<¥¹¸e5{X³vݸõ MŸ`ˉ±Œó䥇û hwNšÜ«ÐД"Ð\ÁG®ñýÐ\çÇh«šdƼø4vj\c¢F|n?RN—¹ó^`×îlñ‰ ¬ß°ÑÖÖ144„;o»•”ädžzöy^œ¿€§þú(eeeL~`*.ˬéÓÈܾ)Í$=-îݺ’“Ë}>Ĥ›nàœ¡C9PP@U•o7ˆ÷?ú˜•«Vó·9OfOIIæ±G¦²²’ÇŸ~†—ç/àŽ?Oªó±tïÖ•%.fäeãxáù9têè‡fϜ΂…o²;;›™Ó4ÇõÍ·¼¼à5¼w2=2ºóí²ï™ñè_yþé'ézR¶lÝÆ×_Ë×_Gn^“˜Ê ýØ¿ßa=ïÇååe$ÄÇ7úµNáÁƒuŽ©¬¬bî /qÛ¤›IOM#,4”.;3ýÁûIKMegVwÜs}ûô¦OïÞüûÓÿòñ¿–pÿä»i×¶ k~^Ë?­ô»vnÞ&?0•¯»–GgLgûŽÌzì ÆmŽ á®ÛÿL\\, ¾ÉÔ™3ÿ…yõ>¾%.æŽ{îeè™C¸ì’QŒ;Æïk¨!{ÉÚµ‹Ñ—\Ìì™Óq8x`Ú ô17]]½{ù#³j}& ^]€³0·Ù×Meøˆ´Ž iöµ…£ÃI]:×ÒÛš€8oAáÈà)ÐÑÀ¥pxOmÝ*b+AÒÛ„Ky’ñKeS”qèbŠÃ]Ïd„ÏÛ-3ºÂa.oUAþŸ½óŒ«¼ÒþóÎŒĘ̂w«X²ä*÷n n2ÆL JX H²°»,l !|Ù’ì&„%!B ÍšéØØ4cl#dÙ²-Ûê–­^FšÑ̼ß·—™¹c\¤óK„fî}˹ãëró! Æòj4‹„©þÑ—ÉÙ.0¦õ@\"ûÅD e8j»»ºº±aÓfüñ¡ÿEñر`–-Y‚òɓ˗^€¿<ù4àã϶ 33W_)˜ÞN+/ÇœY3±mÇ—˜2y^_ÿ&Ì›‡Ë.½àv*ýùÛðÔßžÃW])Ü#Ó§MÅÍ߸ϯ{Y#ºT,_Žò)½{Çm?Àµ7ÞŒ}55†{íT°Ë%«/’_ÏŸ;GëêcÃÙÊcþþóâáSÃཷÀ½wÝ1 «§ƒk±h‰.AAàˆ·Ãžà€=>6‡Ìî³9ÄnBBÏh©ÒFÓÎʤĦ^lb¯i¡L‰©=`d35ñ½ZlQ£OÆ ?„áàÌéßû‚šblõl£­A²øSžpi/<Ì9³áÃ𓥦æfØí6Œ+)±4>##~¿­ÒrìŽ=*×’‚FFF: ¡±3gL¹Vëñãøõÿqqq[Tvß²Òqðz½hïh·§8ç¨olÄ´©åšãÓ¦–cÇ›BÎËÌÈ„(ríù¹ÂÉùY¯o ÚÞÑ'ŸyU{«ÑÝÝ~Ë—.çM˜8a¼¥uëë4bL›:míb`pÎÄDÜ”äddgg¡©©9¦¢K¤XÌÈÌÈ@cSì³?FVÿ&"¶P¦ AAÄÆ˜Ãf˜°Ùl›’"%‹H®'òDé…"žp®Õ0ÁŦګD4 S/ÚW}L] ƒõULш/,¬®"7Àâ¿]†#Ó…«R¢%ÉíÆÌÓñ_>`z>(úª„¢­­W^¶M--xú¹pÇ¿r¬|í1üwž¤Ìé[}*7õÈÇåt¢·¯éiiQÍëííÚOƒsŽþ·û0{Ö,üü¾{‘‘ûü5ˆÝ¶8¬þ;^N“S!w…3/Æüaádc |ïû·áñÇþŽ–˜¯íÎÈÇêK.Có±Ö˜¯Mœ&Œ·&²g$ºAÄ0 ÊF4›âÙ¢Ê^‘[GK5Bš¤Ipl2ˤ±šC0/!R 8’PcjËÂå'in–é"× ©Þ UR! ™v1Šâ‘**£s†ã9ùcÆÀï÷£©©……Ñ™©àùu/Áëó!!>Þx>?‡ =¿°ßÿî·ÑØÔŒÛ~ô\±öÒ/‚ÓéDvvÖÖ¢«« ~‡Ýt<pn©Ô•ÍfCA~ª÷ïÇÔò)òñ}û÷£D,µé8N x/Š qçm?ŒØÎÖn·ã?ü%þ㣸õ¶ÛÁƒcÆäá¶ïÝŠ1yy(-)Á/þý^üõégðßÿû{¤¦¤`éçcά™†µnþÆõ¸åÖ rç.8N¤¥¥bÇ›ðÛß?„¸¸8¬\¾7ßx ° ·~ë›øó_ž@1}êTLÍR!ƒåòË.ÅãO>W__üÁ÷°`Þ\œÞ"¼ñÖÛ¸é;·bú´©xàgÿŽÕ«.„Ï7„?üñQ´µµ¡¸x,~ýÀ/PR\Ûù,…1†¢Âª­EYi©¥9‡jk5†¸VIJJÂ]?ºyò)<õì³8oáBͽpååkÑÔÜŒ»ÿí^$$$`æôé!½W ð¿ú%{âIüå‰'‘…¯»—®Y­¹¶öö|÷‡·c`p³fÌÀý?½O.»ûÇwâ÷ÿ÷G¼¿ñC”‡ùóæ ¡©IžÉê‹ðŸÿó;|ë{?Äåk/Á×_gzY‰… ‚ ‚ ""¦¾¯‚øÁ˜$?/dof+Œ¸"mp£eÍÚêªIéÑ{À0Ah….ø‚å/üWWŒaÌýLôÉ3LR¯×¨Æš!O‘~¢ÁƒàÁ8 ÁÛÛ‚š-/„˜-p¨ö0Š £öÑðx<¨ohÀ„ñeQÍ#F]èííEiá¥öða¤¥¦DäN¯×‹¸¸8¡=A€=_Ua†…ÒCâÔ°ò9oݶʬ‰ô„5ÖÆ¢óc¶ÞÖmÛ‘Ÿ'üТùXkL׎†›où&?ð¿s'ž~êÉÓºÿ™ú›š  lv òOyMõïÍÜÜ<Ãù¶¶6dE™LÐÚ*T(XùóÏWU˜?oÞékIJ}ÇŽ°Ÿóâ›ïCrÁDØœ°ÅÅÃf³ÛÁ`SUÚ(­£ýAe„+ž]õ‹™ð"7Í>1AÊ”crh&hœ}Õ Šqu³¦Æ½²]4®ÂÜäµrs²ÑÒÒ‚¼¼<Ë‹ÇãAó±cÈË‹]§bd’žžfcعk—ìE"Ýgƒ^/ZZZP<¶hXHHHÖõ ‚8÷°ÙlèêêBZ”¦ß„uººº,‰ÝN§ƒƒƒôguŒðz½Q{¤A#ItP×iÍf•ÿr@î<$wR¼j…cb‰ÔRZYB6ÃÕ¬-y×ʉ*ª н•ÀaPhäÀÍäÅL×ÌßÅ0Íd‰°zJˆ¸#‘œœ @hÃ<00`iŽÓéD^^.’“’¢ÛŒ•¤¥¦"5%ÇO´¡½£b©Óé„Ë墟2qÆÈÉÎBs³Ð‹„—ØÓÕÕ…¦–cÈΉìÿQTP€¦æfd¤§‘ðrŠx½^ttt¢(D‚ b”"ù¯Dª°‘º1ÕÕ@¹IG¸N¸àÚÕ´™yÇHÃÕ‚ŒøÞ¡=©l5wÆdD™ÀÉÉɲøBÃc ¹þÑMq:ÉɺŒ565£¾¡ñ G3ò°ÙlÈÎÉFnvä?ÿ32Ò MM–D˜ãt:1¶¨é$$A4J‚ºÂÆLø5š†\x$¼h†3yŒa'£¢3ÉbJ’tY8"ŽH™)Æm•vLúi†©a<^˜èIc6Œ ‚ ëäääÈâ qfÉÈH—Å‚ ‚ b…(lˆb‡¾k3ãz+.ë+\Ö"”–Ñz‚Kû¨š.L³Á…©Õy›©u‹jAåDè–gô5ê±Lv ‚ ‚ ‚ ‚ LüKYpQ L¯ˆm§¹ØIª>R Ž/‚mJhÃY£~ÁAˆ³Nlšu¤/Ãrf¹-a65[̆—r‚ ‚ ‚ ‚ LR58ÄÈÒAØ`FœsŇ7äšÊ{&g­Eñ&BªˆºªGgÞkÓ 2­Š,XNToªñAAAAèôÅÄ–3.w#2튬BÎpÑcr3$IWѬ%zÝjíTtê‡ÆS—©É™/6ͪO½,r’2‰nÓ_-AAAA„ FU‚ʇ8¸AX‘瘕Œc#õD®’4Ä}uÅ@†nG#]õ¯îJLSX˜aHHK˜P}¥yHŠLu ‚ ‚ bÐzüxÄ1¹dN„ˆº‡q¥ß¢!p“l½°¡.!ð ¤" Á —Aj"Í3èœiESýB5Æ!çÒè–‚‹qpÄò¢ŽùP‚ ‚ ‚ F6$¨a¹å³,f¨ÄѬÅLpD”P!â¦r]aLðQÉ$\õBòzÑ– ™‹/\¬i²iLVôû‡’ltCÌŠBχyAAAAA„..’êU›Ÿ‚ ÀÄl³æÐÜäµhÌ«©U˜èï"û¸èR]˜Au laSP,f§è­v =Ž”OC5ˆúAAAÅè–kòF3ƒ[}á>ÃDT0ä¦t+’fh®&ˆ0\)5Ò$Õh»18Â^™¦ô)”®¹±®äö«=Á4¯)Ï… ‚ ‚ bÞ¯ª"Ž™1}Úiˆ„ "ö¨íY˜XÏÃ9³‰™*L•£`Thä ƒ1Š2L£òH{5¦»rÑ,WÉÅñ\»MhÑE‰ÃuÇLj¯D“È#¥î¨RxHp!‚ ‚ ˆØA‚ A#9³ÄhšËUz‡AzP­àF•ÐdÃB SzLC1v‘΋Jþ.ªl¦‹›Å('ÕT.¿&¯ ˜.äëBAAADHTb†"!âcLî.$é"zÁEÊ„‘Ó/.—ü^Ô‚Š4D5Ný^ʺÀƒ\+ÐÀLtQ[ë]qÕçMÒu¸NzÑúÛpÍh&é’äBAgž¶¶¶3‚ŠÉA1â‘51‘ƒs¡´ˆ1 ®¶,H™«œSy¼pÝ}]8‰#ÎƒŠ›®Þ†AiTësQâ0-/bÚ—¦Â‹áæzô-¤E{­MÜW)6ôööáø‰èïï·4Þív#7'III1‹ÙpÎq¢­ƒƒðxn—N§™™™†6cAç CCCøøãO°zõEp»Ýg:“U(&‚ bt"&uˆe<’ÃÔÆ/Òyi¸(–ȺIØò#å½Ü‰HSR$à,Œ®p>¼§‹n|H/]ÕâaíqM «NÞÞ>ôôô |ʤ¤¤XšÓÓÓƒÚÚZ á…ˆHww7›P:nòrså{¦·¯ý}}¨Ú[±EEHMµvÿAœM8p>ŸûöíǼysÏt8(&«PLAÄèÃ,+D^¤LÉTWɆDIpQÆ#¤à¢ÝN-àH>.êŒó²%“ò"ÝÂêñ¦z‰Zá!,a¸1ÙhæÔE˜ã'N ´´ÉÉÉršQ¤¯ääd”••¡õø‰“Þ÷òk®Cå®Ý§¿ž—^y?ù—{LÏíÛ_ƒ‹Ö^ó=‰Ðtu÷À30ˆeK—¢¨¨éé鈋‹C\\2ÒÓQTT„åË–¡ßãAww÷i‹ë¦oߊÍØôÑÇØ·¿ÆòÜK¿v v[èp@ÄÈ'àÀ€Ã‡Ãëõžáˆ(&«PLAÄè#T’‡ö8}W$Q…ÙAƒKÙ.¡„yÏ¥ùAAýê¨+z„ï¡EuìFƒÕwµ£÷ÖŽވ喇A‰Q?Ün7‚Á`T_n·Ûr9ÒHÁçóáÒ¯]ƒÃGŽhŽ?ùÌßðÀ¯ÿó EuöÒÝÝ Çƒ©åå…¼iS§¢¿ßƒîžÞÓç†7¡r×®Ó¶ß?ýë¿áµõojŽÑ=Dç&µµµòƒq0ÄÁƒÏpD“U(&‚ bt¡Îp1ï>$?Ÿ©|U¤ãR†‹ÚpWQÂn©M¨Ñžf&i'Œi”•èb²‘65Å$‚HEP0ä¸ÈòŒd¬#o«.ú¯ÑÈÐÐá#‚g& ³Î9›, .Ò×Ô©SQ__Úï­ïÿ9n¼þºÓ¶ŸßïG0Ô£{ˆ Î=‚Á ª«÷iŽÕÔ8£¿—)&kPLAĨCÖ7ÔÕ6á*g¤R#˜IšcÒó›F'š©Ÿí¤ )—D-Éi[ 9ŒõPêu’Ž&P¥¤H™/¥ë(Þ.Æ&ÑÚ]ç‚ðn0Ûý`¬ðú|øëSÏà³­[1àÀ¤‰ð£ÛoCNv6à½6àÑ¿<ŽææàŸò#”ލ«¯ÇÃú3<„Œôt|㺯cÕÊ yíªêjüå¯OáÈÑ:äæäࢠ+pÍ×®ÔìÏ9Ço~÷ªÅï£d<òècøìó­ðz½8oáÜ~Û͂ǟ|Ï<ñ˜<ö¿ÿ÷÷ˆÃE+WâÇÿü¯€Û~ô0Æð¿ÿõøÛ /bûŽ/k.ÿæÎ™ñ3pÎñÞðêëÑr¬…¸åưpÁ|À /ýB\œ»v¯Ï‹ŠåËqû¾7"LeŸhCIqqÔ÷Vñر8ÑÖ&ß#f|íºðÀÏ~Š?ýåqÔÕ7`ݳOã³-Ÿãùu/ãøñãp¹\¸è•øö-7É5ˆÏ½¸ï~°óçÎ…gÀ#¯÷ÓûÀÔòr\ÿõ«Õû÷ã±'žÄá#G‘™‘Ž‹.¼×]s•æ×å÷ÞÃÃ|ÇǤIq×w 77¸þ¦oâ™ÇCnnàý ñÂËÇz—]}-¼^/jÄŸÿ+¾uó?`OÕ^Ó{(R,ûö×àz çÏÃ'ŸmAGg'¦•—ãž»‚ÔÔÔ¨>w‚ ¢çèÑ£ÔBmm-&NœH1QLç|LAÄ ±„St-r®WD¹½4ÓtC’—VדK“¸viub cúL£€bˆ7$¡/XŠÚP—«¹iÖ®L—‡~{«÷áW?ÿ)ž~üϸⲵÈÊÌ”Ï'&&àG·ß†§ÿ3ÒRÓðÇÇ àî{îâóñÂ3Oâ®߇ù“ì»ÑØÔŒ¹÷§X¹|ž{ò üû=ÿ‚Ù3göé•W±mûüòg÷ÁétÊÇóòrñëîÇüê—ØWSƒGÅ}Ã1eò$¬ÿû:À#¿ÿ_¼ûÆ«˜2yüÅÏpÝ5Wcñ¢…x÷Wå‡å›6ãÑÇŸÀw¿y ^xú¯X{ÉüüWÿ5”Táá¼… ñðï~‹ûzÖ¿õ6¶Y1–sÁÁ8ÎòÊÈÚ IDAT¨ï)—Ë…Á°kû|Cxè‘?á{ßùžzìQ81aüxüìÞÅ«ëžÇƒ÷ÿ íuìÚ³ðæÛïàÕ××ãÎÛ~ˆ?>ô;Ìœ>~¿ùO›[Žáî{îÃ’Å‹ñÜ“Oà'wÜŽ¿¿ö:^~å5͸„„üäŽÄ£ÿ÷RSRpß/î·ô{býß×aò¤‰øþw¿wßx×]suÈ{ÈJ,uõõÈσñ3<úðïÑÔÜŒu¯¼1‚ N ι!+AbÿþšaûaF8(&kPLAĨ„ë¾߈èÛ0«AS~¤¥W ÕL³^4m©Å.F̱å8ö±ãÔg¼„{ ±!BK'¡€ÔéA ²Jd1õ%Z?é+]]ÝØ°i3~rç?¢xìX¸\.,˜76›¢U-[²å“'##=Ë—^€£uõ€?Û‚ÌÌL\}åp&&bZy9æÌš‰mb6ÀëëßÄ‚yópÙ¥—ÀívalQ!ÊJÇiöÿü‹mxêoÏág÷Þƒ¼Ü\͹«®¸c‹ 1¾¬ß¾åf|ðá¦á'Ë˯¼†ë®¹óçÍ…ËåÂ%«/‹Ïëo¬—Çäæä`Ù’ •™‰Ó¦alQ!ŽÖÕÅ4Ž3…Ç#ˆ.ÑÞS.— 'âú?¸õ;˜1m22ÒÅc‹PW]y9Ün¦O›Š›¿q½æ× *–/Gù”ÉÈËÍÅ·ýMÍØWcÝŒ× Vc¹dõE(,,@þ˜1˜?wŽüûˆ ˆá£¡¡}}}¦ç<êëOÿïCŠÉA1*aºï¡~¬. L“ý/ *Œ1¨"×àpÅ”W\DÑFǹ2^'ö0¡¼Huß–°gt˜‰¶}´¶¼H.’²Äpxh457Ãn·a\I‰¥ñðû‡-ÇŽáÈÑ£¸ôk×Èçý~¿ü€ÝÐØˆ™3¦‡\«õøqüú¿‹¸¸8Œ-* »oYé8x½^´w´[ŠÓ œsÔ76bÚÔrÍñiS˱áÃM!çefdÂ?äYgš“ñþ±:Þn·kÞ·wtàÉgžEÕÞjtww£ßãÁò¥KÀ9GcS#&NoiÝúú̘6MslÚÔ©hkƒƒp&&æ¤$'#;; MMÍïTˆ‹™hljŽY A˜*+Abÿþ”Xüû/VPLÖ ˜‚ ¡…³ZÂ`J+i)ÃE°QQe¾H)œ+]Ä÷J>ˆÚ>E´GáJ½‘™½O;”wÊdåµ:øPW¦«•R½çRf³˜^âaò%kˆ"Ó%ÖpöÂÃ’ävcæŒéø¯0=äæ¿0mmí¸ò²µhjiÁÓϽ€;~øýcåk¡î$õ1gºëœžÏ}¿+¸œNôöõ!=--ªy½½½p¹\QÍáœãŸÿí>Ìž5 ?¿ïdddàþ @ÊââFÁ6äZ0 šR=b˜yÁ@0æâåÉÆBÄðÒÔÔ„®®®°cºººÐÒÒ‚1cÆPLÓ9A1 0+­‘Ê€‚¢Ð¢*)2NT^ê&v ’­Y4:‡¢\0IYÑI²HÃ%Ñ…3ðí•2„Rf´×/f¿Èþ2\#Éè­h¢Šb2]òÇŒßïGSS3 ¢š[XP€ç×½¯Ï‡„øxãùü|>r4ôüÂ|ÿ»ßFcS3nûÑOpÅÚKCf¼8xN§ÙÙY8X[‹®®.øý8vÓñÀ¹Q¤R W6› ù¨Þ¿S˧ÈÇ÷íß’±cC®;’p:ðx¥¡«g`.—3ò@­Ç£±©øŸßÂíé7¶ÝnGA~><ˆ™Ó§…[PTT€}û÷kŽUï¯A^n.M²\ ££míí().Fœ#ÐÖÞ.éšaö{N/~žL,AĆ`0ˆÞÞ^ôôô¢¯Oû]jé‰Í›?‚ÛíFJJ2RRR‘œœ,¾NÑøŒQLÓ™ˆ‰ ‚e˜Ù´è½L@JpÐôèÍoM¤ ¹¼(È ëK1²ÃTu¿êÆ«ˆRt‘RxBÌ×&áð°Ë믙GÊpdºdd¤cÉù‹ñð£ÆÝ?¾In7öîÛ‡ñ¥¥;«ÌŸ;)É)xèáGðo݂Ą|µ·c‹ 1&/k/½·ÿø.|üég8oáttt¢©¥sf fº©))°Ûí([„5­ÂcOüüü§òú[¶~ùsç ©¹O>ó,®¼l-l6JŠ‹áõù°éã1wö,|Uµ´©‚pâp8äv£ªzrrrà°Ûár¹ž–†ÍŸ|‚ÞÞ> z‘•…«¯¼ýõIL(+Ô)“ñég[ðÉgŸãÿ~÷Û˜Ög#ÙÙY¨Ú[Ü(Ëm1Â8¢&Éí†ÝnÇÆM›qaÅr|²åsì«©ÁÂó—®Y^~S§LÁÄ ãQsà zCÔÎ_¹v-¾wûXÿö;¸heŽ­ÃÓÏ>‡¸áz͸/++1¡¬^Ÿ=ò'L™< Æ—²23ñáæPXÚÃGðÙç[5sÓÓÒ°¿æ<¼>ÒÓÒLï!«±qêœ8цúúzôöö §§§ü Æ<<ŽkÕœs8HIIArrRRR‘Ÿ?éééÅ4l1A€¶³R…€±jC•ÖÉì6$:j±EZCjÅFÈ’Q//w/’6 ˆè_4³\EpáÒõAUq¢š(Ú¿Ö‡«{Ñ]?ºÙYY¸ýÇwá†[¾…§þöN´EöN±ÛíøÏ‰Þ¾>ÜzÛíø‡o}O?û:::¥%%øÅ¿ß‹ç×½„«®¿wÝs/v„èúsó7®ÇW{«Q¹s -->Ü„ëoþ&îùéϱxÑBÜ|㠀‚|Üú­oâÏy·Þv;6}ô1¦N™,¯e³Ùpùe—âñ'ŸÆ?¹Ub öùç-‚ÝfÇMß¹=ò'ÀêUâ–oÄþø(®ýÆMxýÍ·ðë~’ââˆ×?`Œ¡¨°‡jk-ßOBñØ¢¨÷JJJÂ]?ºÏ­[‡›¾s+¾ªÚ+ ppååk±dñbÜýo÷âë7Þ„—^y5¤÷JaaþãW¿Äû6âÚoÆo~÷{Üxݵ¸tÍj͵µ·wà»?¼ßþþÁpÿOï“ËÇîþñØQ¹ÿðí[ñô³Ïüd.Y}¾Ü¹ ßúÞñö»ï0¿‡¬ÄBDlHOOCGGŽk…Çã– P5~¿¨««G]]iY%ÅD1Å2&‚ b4£OsQÒf`6áKuH—£íRJ|‘DÉ0Wm¤«µ¾-8$ÁEZT@Xþ‚ïsõpˆªUãkƤZ*­ÅçLôw‘Z1Áƒðàx`ÞÞÔly!l(‡j£¨°0ê¿ =êäŸî„]èííEiiiØqµ‡#-5%bÔ©àõz§é E!144„?Œè¯KRSSQQ± Å4ì1*[·mG~žðC‹æc­X´`þ°ì‰›où&?ð¿s'ž~êÉÓºÿ™ú›š  lvââf2ñç«*9Ã877Ïp¾­­ YYY'-1Úim=@{…bÏWU˜?oÞékIJ}ÇŽ°Ÿóy7Ý‹äü‰°Ç'—›#Ìfc6QrP4.f@{ؼP4…>\yÁ˜M³(çAUÙ‘ê”'7«µR»!ó¥Í2bÔ+©“EÔ‚Wë1bƒ"5‹#únEa0¦²èC…î#•iƒ 5à ÉÉɲøBÃc ¹9Ùg: ‚ ˆˆ$&&¢¢b6l؈þþþ˜¯Ÿœœ„ŠŠŠ¨:ÎPLS,c"‚ F#bÊ —^G’ „±B7h1ÑDêJÄ™A<‘4Q!¸ú…º—4 ?Ji“ê4S—,Rªœžc¦žˆ=ŒÄ–JŒ?uG'ãL‚ ‚ ¢ÁétbåÊŠ˜’&%ü2ÅD1Å2&‚ bôÀåm]Œ:³…ÔA¤`R«h)Ó…©}—"ý’z¢wS±‰k0½’ÁUç€ÍÌ8"æ ŠL¨#S2\¬,Ãü‚ ‚•¸\.TT¬ˆYɆTr*ÈÅ˘‚ ˆÑcRËæˆ-‡ÌÑwcÖ7B2ín¬ï¤ú’¼aT ÓŹ¶°EBåÈ«[]7(ü&\¯…’ ‚  ÄÊ+Ãét¢¢bEL)&Š)–1A#.þO}D®R«(¡„„pbŒØê™üO")8&%<€¶ô¶S\$ ‹ºæÈ|M Ó~×”AAœ<ÉÉÉH:Eãø¼¼¼˜––PLÖ ˜‚ Bð§”ïÁÅ–É\©E2ÈÕäS²v1ý#TÊŒjÒ<Ý‹BbM=‘Ú)©ËŽŒþ¿AAœ,§š•>Ÿƒƒƒ1ˆF€b²ÅDAZ”d.ëúš" ù½™Y®„‰?‹ª ‘æ½ÔµÙP©ÃLlWNµetHe$²d¢ZÔY.ênNAAœ:±xHb›@1Yƒb"‚ 6$A_5cÐ9Ôú çJ¥^DQ¿ÖKrÓ ÅLÆ`‡¢É1uœBea8Áå”–'‚ "*bõÜÓsö=¸SLÖé1A#nc€ÝÎÌe MÕt€ þ*’/SŸ“Ë’t]‹¸Ð-I-¸“½[ ý i¢+pjFºÚµ »BýIóéºl—Ðm¨ ‚ ‚8™–2Æ0nÜ8,_¾ yyyÖ‰ÍÃ6ÅD1Å:&‚ b¤ÃQDÝ.d¿¨nÕÖ%*FIlÑ¥©pƸ2‰s€3­Áƒ]B§àê ¨ÕB'q­OXSNL[aK)A!ë­‚ ‚°Jgg§éñ¼¼<Ìž= ©©©òûææfìܹ˴ô#–g(&Љ:AQ£®)²3€ÙåVÑjý€K¥HϦ]G¬;âµÙëD&Ôi.*AFZJTa$‹90›Vq„éìábUqjv ¿Œr­&'¨Èˆ ‚ N…øýͱ´´4Ìž= ¹¹¹†ñùùù3f jk£ªªJcvÚÕ›ÌЉbŠeLAÄh@0ÁåJ­dÁ&5eæ@0(fšH³Táð‚1~"‰/’à"¯§,´ò„>ÉDµg cÅ ÑgºHë鵦Wn,v/Ò¯)¥1¦=OADÔ¨ý7œN'fΜ’’’°sc?¾ ÅÅcQ]½555ƒD €Ýn§˜(¦³&&‚ b”¡TüHú‰‚Í.8×rpE€‘Ǻ–ÐÂRé6§Dʪ‘JŽT›qà¢Ò3˜ô&(,èPíEš¿×ÛùF,àè[-Aq2tw÷ >>ååå˜8ql6ëúqqq˜9s&L={öàÈ‘£èééEzzÅD151A£A PW1Î[SX&” eA2`ÀÁ“³Z„ ÈåEº½´Ûs¡HœÈ4¦´Ð–Éy2Œ³“ÈtÑg¹„\BMR0dçè— O‚ ‚8%22Ò±víZÄÇÇô.— ‹-ÂĉcRùK1QL±Œ‰ ‚ 0EpètÂ$q#¨ê"$™Øª; ]A\á<¨ï¢ "®'½–æiúDsEÞ ÕjB‚ ³)âŽCœ«¾–Ș–?”Æ/æÃe›á“ÃçB¿§>ŸÏÒøøøx¸Ý.ÄÇÅŸôžÄèÃãñ ÀçÄÇÇÁî°Ã™èT©AgÙÙÙ1[+###&ëPLÖ ˜‚ B‚‹ÿgr2 —MlUšƒä¿&vR„ÆlàŒ°+Æ»<(âJö-²=®Æ>†ÉÙ0šS=D0Ý„µ§‹µfCZ"v22kMd6Mº¦m×dñ!Öç‚ÏïCQaœN§¥9hmm^ˆˆx}^tw÷ ''‰‰‰HLL Âëõ¢µµ©)©HH {‰ ‚ ˆ3Þ¯ª"Ž™1}Úiˆ„ "ö9'‚2"ݤ̕s¹Ó³0ƒƒ1›j¢ càÜ›MÔ!‚\Ó^Ú7#g¾ˆ‚ŽÞF|ÍÔú8š¬•Xü ÞTîQ꬘a•ÒÃUâKYýž~!11QT³"“˜˜§Ó‰îžnħ܃òóë^Âò¥K0&/ï¤æ‡¢zß~446bõª çÚÚÚðÎûà¦oÜÓ=‰Ðx½>‚AL™<ÅpÎírÃír##=õ õ€#!>á´ÄõÊëo`ά™().ÆÑº:$¹ÝÈÊʲ4÷¹^ÄÊ+››3ÌQAqº A… ˆ‘ŽÒWHÕªÙf¢p%«„1A$*”±œsØd1†vù8ÈM~4Í·\ôeMü\”…¸jŒUÔ¥Mê¹òV:EÞÐJH>Ÿñññƒ–¿ñÊk¯Y.G)<÷‹èììÒßµ{>þôÓ3ÕÙ‹×ç…?àGaA¡Ð¢,ÌWQa ¼ÞÓOÕ>‚æcÇNÛ~ïmØ€ýhŽÑ=DAAÄp ë’1n(=B¤…Æ ƒ ÷Â^rAıÛ‡p8Àívphë—c0f³ð@\g¤k9¹ÄÜ7¡ ‹ £$SD©Eá³·º›>úÁ`0ŠF`Péo.äÁ`4Ÿøè »»“&N²|ä æ@ ²³²N«ÇËÊËOÛ^ ÁƒtAqò´?qLneå¢ Y›;9sU6Œº IšÈUS˜üœÇt,r…³ I36.Žå`A&~‡n'HOÚb– €“è^ CG£p.ÒùÐÇ¢}tÓ (Á`ÐÐÆsŽO·lÁî={,¯°s÷n444bÈïGfF-X·Û8T{;*w¢··©))X¼h‘Üú°«»Ûw|‰öŽ$&&búÔ©(+'¯}üÄ TîÜ…®în¸Ý.”+Eù”Ɇ¶lÝŠöެYµJ>¶}Ç—hhl„?@aAΟ»ÝŽ£uu¨ÜµW]q¹f¾ÝfGYé8¼ûÁÀÛï¾X³êB쩪BSs àoÏ¿€ü1y¨X¾\¼¾Zì«9€¾¾>¤¤$cæôé(,(TUW£½½v» ÇŽµÂ ´¤óçͦ²ý2335÷–ßïǧ[¶ FÌò˜øõ ò¸ÌÌ̈ënݶÝ=ÝX±|Ü.ŽŸ8—Ky˜q8X´`>’’’°åóϱ£²«VV`hhïo؈iS˱bÙRttvbã¦MHMIFVVzz{ñÁÆ1oî”–”À30€@ `Øoõ>465ã’Õ!.NiϘ””„•+ðég[°£² çÏ{-YYY¸áÚ¯ã¹×á’5«‘‘ž¨X¾•»v£§§Ë—.‘Ç>r;*wbÉùç#'; Gëê±ùãO°æ¢UÈ?»öŽÌ= sfÍFo_/Þß°ù(ÈÏøÙžíü~ÄÇÇkî­O>û {««å÷_UUœcéås‹G__صƒ¾Ø± æÍCJr223Ò±tÉHINFWW7Þyÿ}äçå!//5bÍ\°ø<¤¦¤¢åX ›šL×îíëÃû6bάY¨X¾ øø“OÁÃÔ)Š/ÝîÀ¢… àLLDå®ÝøpÓf\¾öÒˆŸË ×^‹wÞ{%ÅŘ2y`jy¹é=d%–®înLž4 +—/c 6mFuõ>Ì™=+b,ç2õ xú©§ÑÔÜóµ òóqõ5× 999æk§‡ôôT¸]î3AAÄÙƒ® Èè«_ ¿–… é¹N%ÒHÂW´@/½èLs™º.‰Ù;&÷ú›Z8Ô©8¯,L hClâxf*¸0sá…16€‰ã£È–²úúúðú›o¢§§ï¾ÿ>.ºðBdfdàíwßEg—âc2®¤VT ®¾.䚃ƒƒ8|äÖ^|1ÒRSÀ &”E¶h^Z<¶;wí ßâââ4™.5:Øà.8ÿ|ù}\\†TY(¡˜7gŽæ'<©â=éHOKCWw7òòrqààAL+/Gþá×b|YöTí5]wM òrsä{$7'3fLGÕ޽ѥ´¤D¾wΟ‡—^y'ÚÚ ÷Ú©`5– ãËä×ùcÆ «»Ë°ÖHã±Çþ‚»ïºkØÖÿÍo~ƒ[oýî°­O /Ý$ºAAXÀX%Ã5=z„CJ)c6¹THRG$°–œáȹ3œ¥ q=>äl6ÅrÆ8¬ .Ê&ÚóL;ToF#Ÿæb²®T3¥2›á\é|e}7ñ ƒx÷ý÷ cgÏš…óæE,ééí…ÍfCZZjØq.—ñ½·¯]xî…åó`®D!K¦§§ya:Çôõ÷ã“-[`³Û5ãfd¤§Ãï```ÀRœVàœ£»§99Ùšã99Ù8|øHÈyN—sDyåH&¹áܰÕs¬ 8e `מ=h=~^¯>Ÿ%ÅÅàœ£§§™™–Öíîî1¤ëæfgc›g~¿_S %‘·Ë…žžÞ˜Š.‘b1Ãåt¢§·'f1œ­ {Þ(ñ#‚ ‚ cd@%;p.šì2°1ͳÄ–Ïêç5fÐ+”ŽÑúR$U+h]ó ¡%5ôúµÅÂxºèuæ3ꌳ²"Cð*%I¾@)Ňi]ˆOéAßåtâ²K.Á›o¿î탛ÝnÇÒ .À„ñã-=L+†ÇÑ?¼ÄÇÅ#/7«VV˜/ÍÍ>4ǃÉ'¢·¯{ö|…óç…ó$Œ‡O†“û<ÎEâââ088—Sñf™8aª÷íÓŒ›8a‚FhÔ”‚Yåý 1&/Ë—,Ó™ˆ>Q:qé7½¸ü'šÈ¿f²ÚCN6–ÑÀ­·~øÃ†­¼è†n€Í;Û.âô’Al'‚ ‚]H‚ŠºCò\Á™PIÃe‘Dy®F2„ü—ÖSéš„&ê)Š."K‚Câ”u‚ ¸Ü½H/Dzð kâbˤGUÊ$‹VK•£þP].Öê„§Ó‰U+W"7'Çr&Brr‚Á zzz’’U<))ɨÚÛ‰@ »Ýnz^]îd<Ÿ‚ysç §§o½ó.&MšˆÔ1´wt ..n— 6M„5˜|š“1¤$'£­­9ÙJ¶Ë‰¶¶ˆ™7#Gœ>ŸÎDÅÃgáüù`:Æ4Ea IDAT&N˜€óæi>»¡¡!Ä™d“„£¯¯=½½¸dÍjƒ`#ýZ´wt 7Lv”DjJ NœhÓ“ʆ̲\!ËÆ30€´´4ù¾ñx<²‘®&Éw†ß['Ëh¡¨¨ÿôOÿ¤ñˆŠÏÀ°¬Kœ½tvv¢±©ýÏ™… b‚ÛíFQA>ÒÒÒÎt(AÄYg*/±;+£˜òœ"å|è*är6‹’±Â9ŠoTY-œkÔ(‚‹(ôø¢‰.tã„ïí 3¥ƒÁ\„áÆ·²ùŒXB¤Êˆà †‹’ç˜ý€=ʺëKZqÉš5xûÝwa·Û±jåJ$%%EUúât:1¶¨Ûv|‰Å‹!>>ÇO´!##=bg•‚ü|Ä'$`ë¶í˜3{v;ŽŸ8Ô”$%%aâ„ xûÝ÷PW_ÂÂB  ··còò„øÀCjj*Æ—•áËʨX¾L^¿¡±ùùùèíéÅÎÝ{0iâD0Æ––†@ €£uu3f Z[£½½CNl6âããq¼íÜnl6âââàLLD]]¼>ü~?Ü.¦Lž„Ê»‘‘Žì¬,Ô54 ¾¾—¬Ycù3<—q9]8ÑÖ†ä$ÅŒÔf³aÑÂ…X´p¡f¬ú¾êìêŒÚ?>>Œ1>r¥ãJPßЀ¶¶6¹SÔ„ñãQU]ìì,dfd ­½>ŸÏt­É'býÛïàÀÁƒ(WŠ®î.ìþê+̘6M3®¹¥éøbûdef"3C(ar¹œ8r´)))èììD}c£fn¢3mmíB @bb¢é=d5–ÑÊp #$¸Œ.:;;ÑzüÆ+ Û5 Î%úûûÑØ$d’ðBA*µ‚ ÿPýKf¸\©Í1ø¹V’‘½rÅudOZ¥ÞÈ(Àp èò³ :±DÙÓa4c‰Dˆ Æš0¢.)R1ªf0Ë^q:¸dÍÄÅÅÁápXÎpQ³xÑB쨬ÄÛï¾  €Ô”,\0?¢èÂÃªŠ lÛ±ëß| @rRæÍƒ¤¤$¤§¥aùÒ%ص{¶lÝŠ„„+‹.jf̘Ž×ÞX–cÇçp 11‡Åç[¿€ÍnǸ’bÌš1’œŒ9³gaGåN€W"''ÙÙYš¸&Mœ€»vaßþ,˜7ùù(**DÍÁƒxõõ7›“ƒË–b|Y ¶mß~i©©XY±Â²ÇÍ¹ŽœíÓކ̌Ȯ ­£í¤Êâãã±xÑ"TîÚ…Ý{ö °°yª{aò¤‰èéºCÙíväåæ")É< %%%V¬@åÎ]ørç.¸].LŸ6'ŒW_<xã­·04äǘ¼\¬X¶T>½xÑ"lݶ‡FzZ:òóÇ §§W>?¡¬ Ÿ}¾¯­“&NÀŒiÓLï!K±qJ465“àBŒ8Ün7 òq¤®žD‚ ²pÀ%ß&&y0YQ„£[õ2’µ‰8‹K"çÚÎD°‰B‹hç¡Ïx ©±Jà‘))%ÁtεúÒ!3¡B•ÉÂÔs„yF‹1HqWÆ¡I’ƒãàAð`<8‚··û·¼`ƒBGg'ÒRÓ¢öÑð ùÐÝÕŒŒô¨æ£‹ÁÁAx}¾ˆÂK{G;â㑘˜8l±øýØí¶Qã«CDd¶nÛŽóbÛ½Ž Î¶íø‹ÌÙz[·mG~^. ùXkL׎†›où&?ð¿s'ž~êÉÓºÿ™ú›š ¾6»…§ÞírÏWU˜1]È ÍÍ5þð²­­ YYY†ã‰ÖÖc´÷X(ö|U…ùóB{p‘Ù¾cGØÏyÑM÷"©`ìñ‰°9âÁââa³;À˜M¥I(•5Â;n.k0© I}X,Uâ6(Ú…1éDÌx rpßxD}˜Ö7FZBU^Î XÃä†Óú1¡|ø EB'Ï’%KÑÔÔy A1ºMtõ LjÜÃÁE꤬®Æá¢–!ÿÛI*M’ýiC9Úr0QÔáCCŠÂ" 4ÚoÊbÑ2Ú ´hNX:¨ÓN¬t9‚ñê¢øÁ]B|2†7Ë€Ý0ÆÈ3 ˆs†ÒÒÒ3AAÄð!—qý‚Üဦ Ká:™‚Éf¼Úm”õøß(¸@eÄ • ‹>Ó%zuq3œÔ*ê"Íü\`˜@A„EÌÊ‹¨äˆ8¡û– ‚‰  ªíaÚ¶Ñ&Z×­£Ôø¨ ¹…Ëç¹ß¯êT¤ìiPDtí“Lc„k!#ÅtE³AÒY’d2ǘ‚CA„UHt!F tßAáQ·L6¶ðQº »BYʵ…1MZŠv¾$¨H6¼\N”áþJ;(BŒ´®”m£6õ;¤À"]—ékSUÆ ±hR~`úš ‚ ˆè Ñ…)Ð}KAXEccbH”E‘«D4s´õ:ò)ƱEj Ukjq=M³!®¬ÅÅò¥0Fºªõõ@†6ц“Æw!,bLÿjUŠ¡Â‡GAAAĈF8¤7‚i®XF$&¨H–)ÌfçA±«7háU®Õo‚Aý~}‹V”ÑÇ©{£]̶—lx£Jw1YBm6cѾ…~ÚAA¡Lb¤@÷-Aa†$zp±kGà6ؘ °)‰$¡E“"½`ºì˜N)Š?.Gpȹ+3×NâR™W >Ì(cèDµ¦Ã§ ‘˜ÍÓŽÎ0óÝM‘>Êr!‚ +èBŒè¾%‚ ¡Tq1‹Eé\¤vx16F” ›É9ó € Ï¯mK$í«Z•Á¦) Òžt“0åEV3[¸ê»^ˆâ$¬®s1ÆtLí‹‚ "ZHt!F tßA!QµˆÖøÅŠÂÓæ±(ç ÊâTµì I9Q½á¾!0εN+Rë#ŠhÔ+§Ç¨&HÝ‹B_Id“µêcœvC& ƒâ *-"‚ ‚ ‚ BDlC¤VBÄNÏ LX¸JkÐû®0“æ>²…®¸|pȯ\ÔÒSg*±&´Ž"ÓÅ‚Õ 7ÛY;×h ¬õu‘frý;Ò[‚ Â2”éBŒè¾%‚ Bc¦K@¬ Ñi ²ö RgÁ¨­r eHC~°`Ð\pÑì¡ßG˜Â4Ç-–™]Y¨qbŠ!>Œþ½ú8AA–!Ñ…)Ð}KA˜#µ âÚl¦QT¸Â%C]ÅÖ„3é?ª5!fÊø@P¨¾a\YE³¡º“³þï,µÆ!—q+-£Cˆ/rŽ~]ÆM(˜™²DÑAD´èBŒè¾]´?qLnNÎiˆ„ ˆ³YLaÊkµ? Ó ”KŽä²#Sói(C0Í’J¶ —{ q.ą̈K˜ É%Ò¢LÑ%‚à¢VxÔ›éÜ}5EHjå‡ëåTVDAA£T‚°Žª¤G“m"x¸0<(:Ý2¥“‘ ±è”±ó‘Ðjš! þ8Se¸¨ÚAK{rõš&Ö)Z=DÉF9Éò"õE7Ó%àè„'AxáúÒ"j\DA'eº#ºo ‚ ˆ°0©…|€$Kˆ‚ Sa<Œ"…èËÂAÀï‡Ô…H& å;L%Yèy3•Qæ -‘(õJ’šch -UPqÍjŠ307 /¯‚ ‚ ¬@¢ 1R û– ‚0E•è¢ÉrA`6ƒÕ‰òFå÷"N’Luä‚à"k"‚>¦"H:-Õ"‰8Œ)&&BHØEÍ qCý•)Ûɘ™è2&\8AA–!Ñ…)Ð}KA˜Ãu–$Bõ “J‹d]Eåù¢vhaRÃ&—ñ¡!i)Eptˆ’hÂåÁ&È.P•3 '„ò"©xÉTp wÝ!:‰‹3còpÆÌÏ…©¾S¶ AAX†Db¤@÷-Aa†R>ÄDý…ƒñ ` seQFá"} ÅÖÒÂ9>ä×®/ .Š=ŠV¯û·“ÎûE™'¼whG*'"%¸0`ô£Uº’ ¼H[1QV’Ó`¢Ø— ‚  K–,=Ó!AAÄ u‹ #¨„I‹Ó]TbãZÜïWꈘ®áhy¢–CÔŠFèLÕBòPa¬CsP3À¢ò6ÛE Þ¸‰êˆ¸†$ÄœL¦‹Ï7„~O?|>Ÿ¥ññññp»]ˆ‹~3bÔâñxàó ©hññq°;ìp&:Ã&‚ ˆÓŒ>;`ß¾ê3 AAÄ0 É‘ÊŒ˜"¦ÈÿÒþ›H–IÄg5>4¤G¸*ÃELazõ"TE$êHƒ²9¯‰§‹þb¸6h«’úq¼^4gÄOJú£Mtñù†àóûPTX§ÓiiÎÀÀZ[[€„""^ŸÝÝ=ÈÉÉAbb"ƒƒƒðz½hmmEjJ*è^"âôC%AAŒd8×ù0n’«Áµš Ó– ñ!¿&EÑ^íBJ”Ñþ«Š…x­ì'¹Å(7â9Q±™^‘t=V—PÿØã’Œ"ëFÆðe5HTžô¹<è÷ô#/'‰‰‰àœ[úJLLDnn.úû=Ö7Òñüº—ÐrìØIÏEõ¾ýxïƒ ¦çÚÚÚðÌsÏÇ|O"4^¯@S&OAfF&Ü.7ì6;ì6;Ü.72Ò30eòø~x}ÞÓ×+¯¿£uu€£uuhkk³<÷¹^Dkëñá ˆÓˆËå„×{úþì!ˆÓ…×ë…Ëeí‡iAÄH‡ë¾K™&ªìÕ.ïŠcƒþ€Ê)W[R$-! 4L^%Æýóu‰‘ðÚ˜é¢äßD'~¨3[ô©Ú3© v õVŠFRÇ1Ãçó!>>Á`0ò`ñññ–Ë‘F @/¾ô2.^½ééiòñ]»÷ §·K/¸à FwöáõyáPTXñ'ÉE…Ehlj„×ë;í/µ‡ ;; YYY§e¿÷6l@ñر˜í4DB1 p%•CÓ©ˆéé•MHF øÁ‚ý2¢.ÁDïYiN¨Ú­Ë ã¢7­œ^ÂÌen&ºè uOÉDF•)#„ÎäKÐÊ,º¸´É/– Ôjë‚AÃäAj×m »»“&N²|ä æ@ ²³²N«ÇËÊËOÛ^ ÁƒtÄÙ@FF: ¡© g8‚ˆ N§c‹ ž–y0!C‚ A#>¡¼•^©RQ€@@‘9Ôù¢‘®’ßÂØÈ6»b3 ioe5³ñ€©èb¼ '”+ñ ÉUÿÕ7G’µ$.ZÊœD£h³\¬°s÷n444bÈïGfF-X·Û8T{;*w¢··©))X¼h‘œAÒÕÝí;¾D{G1}êT”•Ž“×>~â*wîBWw7ÜnÊÆ•¢|ÊdC [¶nE{GÖ¬Z%Û¾ãK446 °  çσÝnÇѺ:TîÚ«®¸\3ßn³£¬tÞË–Þ~÷=ÀšUbOUšš[{þäÉCÅòåâõÕb_Íôõõ!%%3§OGaA ªºíí°Ûm8v¬þ@¥%%˜?oîˆ0•í÷x™™õ½•™‘ ÏÀÜ.WÈ1/¼ô2*–-ÃŽÊJt÷tãëW]…ú†FTíÝ‹¾þ~ÄÅÅ¡¬´sfÍ”ç쩪Bmía !??~©¯<€7„œœlL+/œhkCåÎ]èìê‚31ee¥˜:eŠæ×å`í!lÛ±}ýýÈÊÌÄy‹"ÉíÆÀà ^~åU|íŠË‘ävjFUõ>\±öR<¿nüþÚÚÛñåΘ=sZy…‹¥­­ Ÿ± ù¨«oÀààr²³qþâÅH?±°ìCu6¬Kœ½dd¤Ëâ AAĈƒi¾é2Sôù)âÙ`ꩃf“ÆêSBB=Ë2ØT~-êÍä I¦1]BŃ´á¡[[V¤9«§¸2<*†+Óeë¶íèîéÆŠåËàv¹püÄ M}±ÃáÀ¢ó‘””„-ŸŽ••Xµ²CCCxÃFL›ZŽË–¢£³7mBjJ2²²²ÐÓÛ‹6~ˆysç ´¤žÃþ{«÷¡±©—¬¾qqqòñ¤¤$¬¬X@ €O?Û‚••X8~ØkÉÊÊ ×~Ͻ¸—¬YŒtáèË—£r×nôôô`ùÒ%òøÃGŽbGåN,9ÿ|ädgáh]=6ü Ö\´ Y™™€öŽÌ= sfÍFo_/Þß°ù(ÈÏ?¥Ïýl à÷#>>>ê{+>>}ý}aÇ|±c;Ì›‡”äd8df¤cé’ ’œŒ®®n¼óþûÈÏËC^^.jÄþš¸`ñyHMIE˱465™®ÝÛׇ÷7lÄœY³P±|::;ññ'Ÿ‚1†©S¦Èãìv-\gb"*wíÆ‡›6ãòµ—F¼¾®½ï¼÷>JŠ‹1eò$ÀÔòrÓ{ÈJ,]Ýݘrk/¾i©©`JŠÇ"[ôÑ([Œ»v¨\.'Ê' ™+9ÙÙÈËËCSs ²²²°¿æ òó1iÂ@ªJP‘hllÂî={°²b’’’4礇]˜=k&>ݲóçÎÑ• TïÛ‡iåå(Ș0¾ -ÇŽÉÿäv£xìX‚™cjJ ºººG„èâó !.îÿ³÷Þm]çùÿs0HÜ{jï=,ɲY²»‰ãì8µ3œ=›¤ß¦i~í·3ÝmFÓ¤Ó&i“üZÛq†ã•8Žg¼d‰Ö ö¢$Š›à&çûî½8÷â^ Š)éùØsÏ=ç½HÞ÷y½9?·¼^/"JŠ[6oFmMq¿T{މO­ËËÊ04<ŒººZœ:}kW¯FC}âïbé’%h9rÔvÝ'O¢®¶ÆxŽÔÖÔ`ýúu8rô¨ItY¼p¡ñܽ~ëüäç¡/Hy®] ÙÆ²léãvC}=††‡¦-†¹Êw¿û=|ñÿpÆÖÿêW¿Šüc3¶>™Y‡)ºB!„h¤‘B,Ç%d\BFc&ÁEJÀ¥zïB˜d C~°Õ3qÂÒI¤D&’ަðx’‹(zŒÉø6Ý%æŽÕo75È©®;ý™.#££p¹\(++Í< Ñ!¦½AÃààî{àÇÆñX<¿/‘%322‚ºÚÛu`l|/¼ü2\n·é͸ååˆFcÓZË/¥ÄðÈjjªMã55Õhm=çx^¿`ÆJ½f½ÛU®çdƒK˜›‡…B!liAOo&&&099‰… @J‰‘‘QTVVdµîððˆIÌ€Úêjì †Fáñ¤j­ùùù(ôû122:­¢K¦Xìð`dtdÚb˜«ÌxÞUPâG!„B`—“!Ô‚ãO)ãÚû ½œÈZ0$-*„áÔ¢'³Èx–AªzˆLˆ8ŠS­³–¡m <΂KòbrÆPV ›e)¥’Ž“ÞT7[fä¾^ 5…7/yÞ<ÔÕÖâÖ[vÛ/-ÓûãƒA¬\¾£c£hi9Œm[·8‡)Õt¨™%ÑRëÚx3çõz‡á/pöf±#›JÁ²åɧžF}]víØ‚žáE㘔2ë¿`9ÅŸc93¥ŠåZàãÿ¾õ­oÍXyÑÝwß —;Ç R2g(Ë ¶B!„\{HÃêVÿøÚ$žÄãZI‘ùƒðdo" ¡XH½ó‘T2W´Õã€Fgeý=°Pu Óþúq‹Ê#áI­8J½°$Sy³d/.¤èB—¢¸`f2]Š‹‹Ç122‚’’’œÎ-))Æ‘£ƒˆÅbp»Ý¶Ç‡œK(JJJ°åºÍÁã¿z+V,G©C ýðz½(ôû1àr!#ÃårÙÎ`ûX›ž˜B ¤¸@?jª“Ù.}@ÆÌ›«×ÉÉIør3$D"ðÚd“¤cll #££¸ý¿“"Øèý¨M“¥SZR‚¾¾€iL/²ËrY6ÁPeeeÆó& FºvØÕ/Z§˵¼yóð…/|Áä5]ƒ¡Y—B!„ÙEµ&Gk†‹É06™£¾]1²URä iì£W ™ŽÊäËæVAJÒ‰qS"õ]ùthYµO2oenÝ”;ñx|J_éH´+œ‡½Í¯!¨•Ctvu#<1‘1žÆ†äåçcÏÞ}…ÈD"èèìÄØXÂ`uù²eh»xÚÚ‹Ç16>Ž®înã|_~>„(--ÅÒ%KðÚþ¦õ/¶·#chhµ`ÅòåB ¬¬ ±X ç/\@(Æù mèï0Îs¹\ÈËËCo Q¢{ø|ÂÄä$ƃA ߘ#G¢»§±X ­çÏ£­í¢áSsµã/ðcxx8ççÔàÐ üi:Ù‘——!ZÏG$ÁÙÖVI±bÙÒ¥8zü8úÄãqôöõarrÒv­•Ë—£«»§NŸ6º :|Øä¡]]ˆD"‡Ãxu_3ª*+QYQü¼<øý8wþÂèêîF[{»é\_@¿q>`ÿÊ6–k•™F(¸B!„««Ž +qÈHIá€”ŠŸ¬PÚ$뇓ólÑ* ¤É“VËvIAGhÿ™!¥FØéÚ¥œäÒµÈ6bÛÆNºdW‰%3Õ½èÆí×£yÿ~üò‰'ÅPZR‚ë·mÍØÎV[wïÆÞæf<úØãЋаåºÍ(**ByYvÝ´µàå={ŸŸó磾®.e­õë×á<Š®înx=ø|>´ž;Wö¼ —ÛE `ãúu€’âblÞ´Íûr?jjjP]]eŠkÅòe8pð ŽŸ8‰m[®CcCæÍkÂÉÓ§ñÐඦ7ï¼ K—,A,ÇÞ}ÍQVZŠ[vßœµÇÍ•Ž‘íÓ@eEeVçS* ÈËËÃÛ·cÿÁƒ8ÔÒ‚¦¦&Ô)Ï…•+–cd4ÑÊív£®¶EEöY(%%%xÃî›±ÿÀA¼và ý~¬[»Ë—-U/ÁP<þ8"‘(êëjqóΛŒÃ7nߎ={÷¡õ\+ÊËÊÑÐP‘‘Qãø²%KðÒ+{ð‹GÊå˰~íZÛçPV±B!„BHV¨%Ð2\â&1AÆã•´Ošó‹‘"Í•U-A 㜤YŠÅÇE5Ô•2!êèL.+¢qÛ§¡(p¡–!¥‘Flý2ˆ.„Ð Ke2E\F!cLŒtâÄˤ‰ DYiYÎ>“‘I  £¢¢<§óȵE8ÆÄädFᥠùyyðù|3K4ƒÛíºf|u!„édÏÞ}h¨«tv÷`û¶­³Ç=üzæ‹I9IÉšI ؈.0‹'RXÊLa+¼(¤ÜV&šÜ‚•Æ.nB!„BÈÕBHNDc€îq©É.5qHVÍÈ„”aŒi¨eFB)?2tiSu#E²ë2 é"y®^Ï$‘¼/ô.K€Ëþj„a:lædðÚÕ¢L™bjù!„B!„B®âI BJµ•³Hf¯Ú‰ƒŽ 5E&OßJÙ@Qnd  0æÙR±B1ÊŠ M¢Í ‰Õ4W)3RÃTÀ*º¨‰'¶ö.¬‘LçÓ¬™/]‘!„rÍs²/„Ïýâ žüø:Àíß?‚l®Å3g‡pqh %yøÒ®&¬¬ñ§œûÄÉA|óÅüû;–bQ…ÏvýÇŽà__ìDÏè$VÖøñ¥]M¨+ÎÜóÀI¼wS Þ¸¢Ð=:‰»ÿ÷~vÏjüósñjÛ(à–ÿ8Œ­óа¡¾ß}µ RóºžøØZÀÑž ¾óJZûC¨ð{ñ¦•å¸kc \8ÖÄWžoÇöùÅx¾uÁ(ÖÕâOwÏCYÇ6nB!äêEÕl„ »Æ@2)c¤b)RF$Œ*%Ëþ0˦qÕ|7¹Gª§‹ŽÁ&w·n’M&r\Rk³ôqv6"„BH&¢q‰ÀxxS#xßJ4–æá__ìL™×Ò5ޝÿ¶ö†ùŽ‚ ø<.|ñ¦&|ÿ=ËQêóày.«—>ÿxû"ܽ©¯[X‚§?¹Î¸ÿo^„Â<7žþä:Cpé™Äÿyø,nZ\Š?° ´« ?i àÁC}ÆzçÂh,ÍÇ?ݾß¿s9:†&ðcå8!¹‡191@?ýý˜œœDxbbÆ÷F£ˆÅãˆÅb‰¯hÑXlÆ÷%„\=¨.Òš-bRK”“DBUR&=ZŒãJ¦‹ÞH_JñÏMi/mœkG¤å†”Öò"%2óÕeœâˆ©ZHWÒœ.Õ†B!Äž‹KŒÌ–[––áŸm7ïÄ_üú>¼¥7.(I»Ö–•aM]b­?ØÑˆwüðŽõ±¦65sfªüìp‹pçú*ÀúúB|hK-þg/îÚXmÌ»cU…q{ÛübœO[ äÚ¡¿¿]Ý@C}=òò™[EEÅØ³çUTVT ¡±•VÊ`0ˆ±ñ B¡JKKáñ$Þ~Äc1t´w ÀïGqQ! ¦u_BÈÕ‡P’5B `j m$ˆhö&ºî¡&•¨Þ¹ú\À”¢ë*¦B CÔQ²QôIz.‹I7IŠAûR!U©¹ñöD)!¾¤t52íkQ«²`r2‚ñà8&''³šŸ——‡ÂB?ò¼yÙoB®y‚Á b±&'#€¼+\]?qÁP[·lAEy¹íœþ477£§§«W­œ–}ýýˆEcX´hü~ûŸññqœ;ãÁª*§Wð!„\m8•ÜH .̇íÜKtå<µ¨H=¬¶øqÎt•𣤕(™0Rk/íIŸtbÓ]ÈV ±Y$¦"„0›Ö˜Nššà2ļ¦yY«ä¡P===@á…ddbrÃÃ#¨©©ÏçƒÏ—xÁ‡111žž”–”"?ŸÏ%B™«øóÜøÐ–ZÜûJ¾ÛTWby\Ê4/º¦†þAœŠñ":>™&ZÏGeE%^¿*a<’Z¯QQ^ŽÛn½GŽÅùóç±páÂKÚwxxÅEÅhhhH»¯ßïÇšÕ«ÑÙÙ‰ááa”––^Ò¾„«“D…¹¼È¥K¦vÍv†»úaMßP³V„ËøYê0ºcšžlgd¨$fd☒G"´“S=]R. f™Çz,[uÄᕊíK˜_hŒÇQWSŸÏgÔieúòù|¨­­Åøx0·Íîð'èêîžòùN;~¿þÍS¶ÇþÿûîŸö=‰3“ˆÅâXµr*+*Qè/„Ûå†ÛåF¡¿åXµr¢±(&&/ß§?øœ¿ppþ¬Ͻ§w¦B#„ãR„¿þ¸{S ‚‘8~ub0ëóúƒôG ¯K 0I§=žep~y>Žö˜_‡í ¢¾8>O†—h„dÁ±ã'Pè÷cåÊ•Y¿F^³z5 ü8~âä”÷ ô÷Ãç+@}}}ÖûÖ××#/߇@  ªªjZ×#„Ì2Ê¿¥Ò°£•i“>عâ"™ða1ÔÕ3UÌÛiÓtùG¯SJ(-)–(6éÿE7Ú ËG.Y¼äQÍf,ÓÕ,‘³+o*“““ÈËËC<Ïé+///ër¤«…X,†ûø1‡Lãµà·/¾8KQÍ]&&'EÑÔØ”ñż¦yˆÅ☘¸üÏ©³­çÐ9 ¿~ê)œ8uÊ4Æç!d¦ñy]8ÝBÜáóLTxçøäöz|o7‚%<°ïâ‚“1 †¢øÆ X]ëÇòêD6í¢J^:?‚Àx§!<|Ôü&±¼À‹Ö0F'bè‹hc#q´ö‡Ñ3: àk«Ð|qíÇD4Žã½Aü`_îÚTm ‡œéïïG0Š+r~¼bÅ Œa`0{qR' "‰¢¶¶6ç}ëëê‰F …fà!„\(º„È&D ¡g ŠâH¶'J™œº¢Ã(–.RËf‘æq 3]´+±Íp±Þv £ ¯ƒ2“#ÙªèÖ¯k‘X<ž’a—ñøµùx¤cxx$+ÁEÿjlhÄðÈðenÝró.¬_»ö²íÅ!ã|B./ÝZ‡ûöâ?ö\šÈ¼sI)KóqÿûŒ? 0Á| ¸ÿ$þî —/ÝV· xß}'ð·OµÁïu›Z8ïXT· ¸ëOà/t–T`sc>óÐüß'Îc`<‚yeùøê‹ñÄÉA¼ã‡ÇðOÏ^Ä®«Á[VW^ÒõÝ=½Ø´aÔ_#_wÝuèèHí–‰±ñ æÏŸ?å}çÏ›‡Ñ±ñxD!WBOsªÝ‰úb” éJ‹6MíBdÅ¡ÆWj5.ónF'#spê^d·ƒ¥ÔHÙzj†TYÊâr3…÷mñ¸ó§U—B,ÃC‡pñb;"Ñ(*+*°}Û6&ÌÀΜmEóþEiI nܾååe€¡áaìk~ ýðù|X·f –,^d¬ÝÛׇýbhx……~,Y´ØÖ¸ìå={Ð?0€7Þz«1¶¯ù5\loG4CSc#®ßºn·ç/\Àþƒ‡ðη½Õt¾Û寒ŋð„V¶ôË'~ xã­o@Ë‘#èèìüÏý ¡¾»wíÒ®ï,ŽŸ<…±±1””cúuhjl9v ýýp»]èîîA4Ãâ… ±uËuW…©ìx0ˆÊÊÊœŸ[••†B(t0Œ€~òSìÞ¹Íû÷cxdw¾óh»ØŽ#Gbl|^¯K/ÆæŒsZŽÁÙ³­ˆD"hhh@4’Lmæ¹çQSSµ«Wúì?pƒCC(ðù°dÉb¬YµÊô÷rúììmnÆØø8ª*+qÃöëQTXˆP8ŒŸþü!¼ãmoEQa!àlk+Ž;Ž·ÝñfÜÿàƒˆFcô÷ãµ°iÃzôôö:>‡ÒÅðÊ«{ÑØØ€ m‡PS]×Ýx#|ùù9=î„«Ÿ;VWàŽÕI£Í'?¾Îö6¬«+ÄÓŸLŒ­¨.À³ŸZo¾õö%ŽûüÚ²–•úâ<üÛÛ—šÆ>p]q»®8ÿs·ùßs—¾ö–Å)kmh(Ľï\š2«ký¦¸õ}Ô½±ãÀÁCX´hÊË˧üAPYi)ÂYÿ›F ’ÿ©PPP€ññqDËËŒNG„’ÄÁH×V“ÐÍu¥ÙH×T’$“Y/F7"eeµ´‘“˜›ì‚”¼Ÿð¯5/“Ýo2GÁ%ÓEÚ`;ͦÄ(ÇßÓ3•Y°gï> ãæ];Qè÷£·¯~Ò¬×ãñ`û¶­(**Â˯¼‚æýûqë-»‰DðäSOcíšÕ¸yçMÄÓÏ>‹Ò’bTUUadt¿yúl¹n3/\ˆ`(„X,–²ÿÑcÇÑÞщÛç6x½^c¼¨¨·ì¾±X /¾ô2š÷ïÇõ[·¦½–ªª*Üýž;qßÄíoüý~÷®]ØðFFF°ë¦ÆüÖsçѼÿv¼îu¨©®Âù mxî·/à·ÝŠªÊħpý¸nÓFlÞ¸ £c£xò©§ÑØØ€FÍ4íJ&"///ççV^^ÆÆÇÒΉÇbxµy¶mÙ‚’âbx<TV”㦯GIq1†††ñ«'ŸDC]êêjqòôiœ8y ¯¿ñ”–”¢«» í¶kŽáɧžÆæ±{×N â·/¼!Öh&zàv{°ýúm(ðù°ÿà!<óìsxëoÎx}w¿ç=øÕ¯ŸÄ °jå ÀšÕ«mŸCÙÄ24<Œ•+Và–];!„ÀSÏ>‡cÇŽcó¦c!„Bˆ™#ÇŽ¡©±óšš.ùõqCc#†QWW—ÕüP8ŒÒ’’KÞw^SFF†Q1Íí« !W:ÒÁZÖAp’%Eê˜ê»k,-“¢ŒÝ¾Êºšån2YF)U²SF2—åè—›‘ÖKø’ȵfTÿJG8Fë¹s¸aÛõ(+-…×ëEcCƒ)[`á‚ù¨®ªBχó`h(á•Òvñ"üþ¬^¹5ÕÕ¨««3²Nœ<…Ɔ¬X¶ ^¯¥%%)-üÚÛ;p¨¥;w¼EEæ–’«V®0ÎÙ´qZÏ›ölŸcÇcíêÕhl¨‡×ëŲ¥K0Þ<œ8™ôò(*,Ä‚ùóá÷ ¶¦¥%%žÖ8f‹Éɼ^oÎÏ)¯×‹H$½Á"lÙ¼µ55FÇ­ÒÒR”•–Âår¡¢¢åeeN<–§NŸÆÚÕ«ÑP_ÂB?–.Y‚¼<ûNI'NžD]m V­\¯×‹Úš¬_¿'Nš ñ/\ˆêª*áú­[02:оÌx³!ÛX–-]‚’’£¡¾CÃC+B!ĉ“§N¡¬´ ‹-žryúåv¹ gß$ ‰Âåv_ò¾eeep¹=™ÁG‹re!“.&]×I]ЋţV%T=ÆXWªé-É j†‹Õß%%;Fš–NŸé’Ì—±MµÉ %³'ëÊ“Dò™Èt…ËåBYYv­ëüþÄ4áctl ƒƒC¸ïÇcñ8ü¾Äì‘‘ÔÕ:§ã…—_†ËíÎØ:¯¢¼ÑhlZMǤ”AMÙ̯¦¦­­çÏ+ðÌX©×l0ïŸl组Yó …B8ØÒ‚žÞ>LLL`rr ,€”##£¨¬ÌîÓžááÔÖ˜Ÿ[µÕÕØ !Ú¦êæçç£ÐïÇÈÈhŠÀw)dŠÅAFFù"‹’ÊÍßi™íæÖÒ#Bž;ÁîÕñY÷-œŽýc±ÂáJKK¦!"BÈ•Ž©6F¤Ü°Aš3Zœº Y!Ší‰°™dëUë°¿>.%¤H'º¤\‘Rû¤›Np¾hc•²ú˜‘7ú†¨•{ÐyÞ<ÔÕÖâÖ[vÛ/-Ó?^Á`+—/ÇèØ(ZZcÛÖ-ÎaÊdK«™&á9tåûµdƒ×ëE8†¿ÀٛŎp8l*Ë–'Ÿzõuuصc |xþ…d' ©×!f„@šùïLšR驪©ÆB!vPd $=Ÿ¼} Ž;†³­­X¼hQæ2ÅP¨ù»eƒÇãA4½dÑe`h¸*ÊÕ !ÓL6‚‹a+ÌcúiVÁEjƒÆû\-ÛÅåJÿöÈšQbز¨eL¡¼(UBJH[ä܉Èþwïô½ùš‰îEÅÅEˆÇãÉýS÷’’b Úú´LJœK(JJJ°åºÍ¸nÓ&œ9{Ãibè€×ëE¡ß—Ë…p8œY„²¹tõñB ¤¸€¹ f_ 1óæjÁãucrr2ççT$7Gã·±±1ŒŒŽbÓÆ (++E¾bX§ÿ]ô dµViI úúÌeB}ŠŠŠ éB¡‚¡P"וøµ Óîc퀤~²5•X!„2uÖ¬^îîn\lo¿ä2ŸŽŽTh "²¡À_€áááKÞ·³³%%Å3ø(B®D„àb}Kâô_Õ1ÔÏš¥Ðº YŒ^Òu7RƒQçaY'q;UtÉF˜–éÄ’l…—éý´{&<] 0Þ<ìm~ A­¢³«á‰Ìµ­ ÈËÏÇž½û ‡‰DÐÑÙ‰±±„ÁêòeËÐvñ".´µ!cl|]Ýɘ¾ü|!PZZŠ¥K–àµýLë_loG,ÇÐÐ0jÁŠåË!„@YYb±Î_¸€P8ŒóÚÐߟ|³îr¹——‡Þ@¢„E÷)ðù044„‰ÉIŒko¶W­\#G¢»§±X ­çÏ£­í"V¯Lí°t5â/ðcxx8ççÔàÐ üi:Ù‘——!ZÏG$ÁÙÖV•eK—âèñãè ÇÑÛׇÉÉIÛµV._Ž®înœ:}Úè2tèða“‰.tvu!‰ ãÕ}ͨª¬DeEòóòà÷àÜù OL «»míí¦s}>ýÆù€ýs(ÛX!„2}lܰÝ]]˜²ð188ˆêêjÓA™ð¸Ý(((@(šò¾!­$?œ!„Ø£Öê•FibÒ"¤Y³P¥‡”²"mÝÿÅ”€’FxQÇsU-$)¾¤þ63Òm슞Dª¦âØÈ62#x)å´–©ÌTíêÛ¯GóþýøåO ‹¡´¤×oÛš±už·îÞ½ÍÍxô±Ç!aËu›QTT„ò²2ìºijÁË{ö ?? æÏG½;üúõëð‹GEWw7¼|>ZÏÇ+{^…ËíÆ¢… °q}¢½eIq16oÚˆæý¹555¨®®2ŵbù28xÇOœÄ¶-ס±¡óæ5áäéÓxèáGP[Sƒ›wÞ„¥K– ‹cï¾fŒƒ(+-Å-»oÎÚãæJÇÈöé ²¢2«s”M!(//7nߎýâPK šššLV®XŽ‘ÑDw(·ÛºÚZÙ§û–””à »oÆþñÚƒ(ôû±ní,_¦´$ÁP<þ8"‘(êëjqóΛŒÃ7nߎ={÷¡õ\+ÊËÊÑÐP‘‘Qãø²%KðÒ+{ð‹GÊå˰~íZÛçPV±B!dÚ©«¯Ãá#G°ãõ¯ŸÒù‡Ʋ%έÕ())FGgç”Ë›::;SšKL•_~GŽ»,7B¬_»7Þ°}Æ÷"äÚE(·’Þ+ mA»müaÓŒH&²õ…Šîó«–aÊhÎR‡±„:/!âˆÆë?e“’¢^”º"M>3ö¤ñwv¢‹Vî#ãñd<‚x,‚ÉÑNù´×508ˆ²Ò²œ}4&#“FEÅôüb'W'áp““…—þ~äçåÁçóÍX,Ñh n·ëšñÕ!„B¦“={÷¡¡®ÐÙ݃íÛ¶ÎJ÷|ðCð¼é›€è¯>ýð3²ÏÑcÇQTT„eKsû°ãÔéÓ…BXµrÅ”öí ôןÊÊì>´2ÎëëC$AUçµ>‚õëÖjkÍ^þÇ÷¾Y<¸Ýn|⣹lû‘™¥§'Q… >Çœh9|[·8{p’ÌìknNû8oýÝ/¢¨n)Ü^\Þ<·.·€€pBTt«‘XÔr"á$cHE¥±Ëp±.iËÌŠŽ½§KŠo‹5$¡¥ëdSf”fÆ4©Î……~ŒŒŒää¿119‘ÑÇlBt|>òóòÐÙÕ‰ÑÑQƒAD"D"ƒAŒŽŽ¢£³¾üü\ÀãqSp!„BHV¬Y½ ±h§OŸÊºLúÄÉ“ˆÅãS\ ºªÑh}¾¬÷íëKÌÍEpÉĺ5k ¯º™ÆåraÝÚôoÌ !ÓIBØ0Þ í¶RV$`\¤¹ .ÉÅsŒMõyÉØ½(}‡£VJä&žèbËt½yÌÏK”ú 9¶¡µâõxQTTˆ¼¼¼i‰\Ýø|>äçç# a"4èhâyæñxàõxSÚ"B!„Ì/^ŒcÇOॗ_Æš5kPZbß‚yxxGŽCiI1VMƒ_yy9úú¸ÐÖ†šêjǦ&&&ÐÝÓŸ/Z¸ñ†í,÷!äjD(¾.šf‘Úÿ–ò!½™žõb¿(R2\ôîD¶-§- I=.k·g‘FtQ['9 /— ¢Í4’Ÿ—üŠì¾É! s4È%„BÈÜaù²¥8uú ä\r3Üõ‘Ïâÿú<àw?òÙßoõª•ÄÙÖVô¨¬ª†Û•x—@__/ª««°|éÒi-»¯®®B(BÿÀ€a«gžÄŒÁï÷£²¢SËv¹\BYY™QBÈt144”U¶”ßïÇøøxN-ÖI’ñññ‘swg ©g¾¨‚‹*G(ž/Ârf²’Ǧ¤È4ÕfcÓTi™“qìEÃïÖâúk·²¡ͼA!„B!S¥¢¼|Ö|\Tnß¹·ïüÁeݳ¢¼ååOL`p`ÐèÆYPàÊeKrêR” (((@4E(F4ø¼T”•^r—¢šê*tvvÊʲooMH&†††ÐÑÕêšêŒskkjÐÑÑÆÆF /92>>ŽöŽÔÖÖf1[F„Ù<7Ôþ”PKŠ¥ÂF±¦Õe}]iº¯ï¥n«”&9‰/¦,™dLö¿årMNq\Ò/¤–]WqB!„B®e|ùù¨¯Oí–9Óx<Mûº5Z‰w{G'Ú.¶OûúäÚÅår¡º¦µÕ™Eý¹}þƒÁ™íªÂï÷£¶¶ÅYy­êY)VÁEC(Ó”ûR&2`ì0»GÁEÚ‹7ŽÙ.öAyÒ·~FÙ.NÐì“B!„2³ÔÔÔâ !³EqqÑŒ‹DAÉ‘q@¸•c‚‹~'©HeŠ 0IºÃèö.æd“c\JÍ ¤C÷"+¦L›Œ”Q†‚ !„B!„B¦ ‡ê[ÁÅ®óª¢$JФåÔäÔ •8z “tÊbF®Äü\J{Ò˜ê¦;ž½´ˆ%F„B!„BI‹USI\¬™'fÁæ#Ú¨ž#mf©{+›jº†”!U'1Ï¥ÛÁH™AÌêÉvõKiÖH·¼ÓÖBšB!„B!WÖ–Ïv‚‹ž}bÒ%Tƒ[£¹´em=EšBÓNL©+ÚÆLPY IDATR÷œÑç%Vr©Ûm¥…£­‘óá)"¥d¦ !„B!„BÌèBŠ5‰Å®Ë³MW£ÄMa7šVÞR)A’É#º£û¦,”4û5<]ô¶Òé4•äxqÄéâ !„B!„Br&ÙöÙè*dÍz1ÆìD Wê%EBf®Ø‘šG‹!Á[èí£--¦Ãš‘®­äØÚÆ•×îütkB!„B!„䂞b¢– ›cÂz’"–(æ·ÒR(丩¥*G«R*™cÑï —­|’AW1w3r8Š°ÌˆB!„B!fÔ sæKŠàbA8—ç¤ÎvF¬I7¦fF Ç. Mµ™¢/®ñx&gß-‡LmBHFâ“¡YÝãu[3ÎEOo‚Áàeˆˆr¹X¿nmÆ9üù'äêÀï÷£¶¦ÅÅEçòµ?!W¹üüFºRÉZQ‘d<1OØM0-;ÑEÚݰ©2ú¥l!µŠ#aTe]³^ì\lÔ0¦Ž”2d–ÝŒª+.i?BÈÜ£½£#ãœÑÑQ aá‚(,,¼ Qrõ±¯¹yÎý;ÚÙ7qþ ¹zG‡öï~6o¼æâשּׂ[¶Ìv„\‘dýóoÒH±ÃðTARhQ§8õ˜¶!åYópn(­éFõNâ¶Ë®~IÅIÖ‹SP÷-.±Ì(›LBȵKOoø†‹kþürõPXXˆÆÆFôôöÎv(„ËLÖ?ÿRÑT_“Ȥt²•r\ÔŒ™£ÞÔÍV)‰Û.¡™Ç˜×µ,êØÍHíC=3Pw!„8 ù†‹kþüruQXXÈRAB®Q²úùWË}¬ˆ„€ÐKŠ “]'wÛl›Aj¸’œdPl3]rÃÖ­Æ|ø¶È²ÂˆB!„B!W#)-—-þ.ºè ·"éí’•¦`“â’ÖÆÎPFÿn^Ë•œâÐ*)S€ j.fºB!„B!×6)¾,:Æ¥´”¶ËâH)§ÑçÊd§fÝBEʤcd¼¨¾0q‡˜’¢‹Ðþ3_”ãy–yJpÓ\!„B!„@KTÓ\½³Å¿%îÐÝÈXJ‰¥\I_¬û褴›N“J£ »’#–´œ\U™æ„×¢àB!„B!„$ŠR ‚‹”€Œ§ú¼Y/ê t:rH8êHèBd-J£^hÓ\ÉiÊ.SQ=¦)ÓÅ©Y!„B!„B®M¤Ô-Q¤as"DjÅŽ4ŽÃ,®hâ‹„&Ô˜O²GØ%¥X}mÓ+s·i«r”sº‹5š4Žs[$ /„BÈåáoF×£‰Û÷.nŸÝ`!ä âÓ­MÚ­&<2«‘r •úH­$(Ñ9Z‹ŒÛ¦r¡Te!¡×óqÛR$á|,1!ùÍfŽ>ä2;(BÙ`§’¤,¡¦âد‰ÍŽ!„B!„rÕ‘P „¦UHÍ,WacÉãz'#Ó˜¢<¨ +šq®Ð¼k­û[“U,ßmf»RMcƒtBSkB!„B!„LsòŠÅ‹EÏ~1¡zºè³+„ô…œ*sl˰—´µI¿I‹“àbª²[Ó.§ÅfŒ®º„B!„BÈ5޳8  -Òðx‘Rš˜ÄM)ãæåL„b  ëx&ÁžnÇcŸcí?í@&}ÆÚ^É~‚å¾Èjék`(„_?ý~ùäSñ…ßû¶lÚ0Ûa]Äb1´·w §§cããp»\¨¬¬Ä²eK‘ŸŸ?ÛáÍy&&&p¡­ ýý¸aûõYÍÏöqíííEMMÍ¥†H!„B¹†È6C-7tAFÇ„&qÆ´Ôýa¬ûåžá¢ãº¤DC#±YEyÛIgV®á,—c'Oáó_úSüä  Ív8WÃÃÃ8yêƃA”””B ³« JM7#)„Âaœ?±h4ãÜö®nœ¹Ð–õÚßþÎâáG»”ð!„B!׺"dææÉ)‚ !%D\ï€E³Ð„ S{h§" }s廢k¤œ"OúP3`˜ÕÄ4ÇÖ°–^]CÔÕT£¤¤ïÿÝw£§¯?þÄl‡tEQQQuëÖ¢¶¦.— RJj9ŒÞÞ^ŒŒŽ¢´¤d¶CœÓ”•–â†í×£¸¸8í¼ö®n>~e9<žÇŽÇOþàmo¹ã’â$„B!„\Hs50þ˦JFËrIÖ$—•ÉÅU¡F½Sb.>~Ù.GNœ”e}­+W®Ä±ã'ðçùe^!„B!Ù“¨ÒÝi…I,ѳXŒ2"ÕgV(+H#ßŘ'ÙBiê‚”_&ÅÆÒ8HÂÐQŒîEŽù*[G§S„¾™Ì8u.Çñë§ŸEc}nÙ¹½}üË·ÿ]Ý=p»\(,,Ä-;wà#ï» %ÅŸÿ§aÿ¡Ã€ç_zÿóàÏ …p뮨ª¬ÄË{›µ¥”øê7¿^y;nØŽë·\‡=ͯá;ÿõCÇxRZ]Íq¤”hk»ˆ¢ÂB455" áСŒ!„€×ëESS#V­\‰¼¼<œ:}}}}€ŽŽNœƒÛvïÂ]ïz; £« ÅØØ8ŠŠ /ãUÎóšš°lÙR@~^>N>îîn,Y²ëÖ®5æø ÐÜü‡P]]ŽŽÀæÍ›P\”Țػ¯CCC€ÁÁA aþ¼yÆúãããú‰DàõzÓÆuáBÆÇDZ`þ|ÇÌŽ¹À\{ü:»º°`Á|Ó˜^R4ÄãqüéŸÿ%€·2ã…9M$Éi~¦ßË„2—øÖ|¯ìkÆ}ß»w¶C!„d@BÂe´vÉþ=B@ºCB¨Ð?$NÜÓr¶Ó.ÓÊö5@ší®°ˆ7Ú1Ur1 x…¾à±SM>¾&‰H;Éf@Éd±HWoºp{æŽð¢³X+Ýô÷^zuž~þ´]lGxb0 ú”‚‹•öÎ.À“Ï<‡'ŸyÎt¬¯¿ÿª]TJJå)¡p¸«»ííE,D¢‰ñ¡Pyyy†``el|Ðvñ"Ú.^4 …Bi_Üœ>s¥¥%†àp%0?»ÎE3‘år¹2O"„Ì*üôçsšÏ7.„B™V4ãZ£œ(©p$ÊL-‡}AèÒ„¥ÈÐ'TÂÆøEpŒ‚&iÜêq½¤Hš÷òI‘Eÿ.œœßk©i?"C¶ËÜó}Ñ=@<>‚ÿîaéâE¸ç®; ‡ñÃû4æºÝî´¦¿úZ·íÞ…m×m2«»JÛçêoä].>‚ÒÒR¬\±ÑX 'N$³%„Ë;¯åI¬5Þ<ÔÔš/¿öØÚ1::ŠC-‡áõz±aýú+êÍý\xüìh¬«>~ò’;A¹\.üýß|w¼ùöKZ‡2ó,]¼Èt¿·¯ãÁY²áÎ]hÃÍ;^w9C#„´üèŸdœs®-ûNŒ„YÀ蚬eȸ%KÅ¡i²­Ì  -©®·©s¬Ã†gŒåž1š©¢éfPTÌY:SkçìxÞÜ\àÄé3€Æúz9vpçÛß‚u«WáÂÅvÓÜÆú:´=Žîž^ÔÕ¦Š(M õ€Á¡!¬^±|†#Ÿ &J[ Ñ?0Xºd *++0::jš[XXˆþþ~ƒA[@Ï OL ¢¼<«ý'&&pààAÄãqlÚ¸>ŸïR.ç²3›ßèè( „cæÌt/\¹²øëÿû%Óý¿ùÊ×ÑPW‡~སñøú7ÑÑÕu9C#„´<ñÔ3³!äR1uf¶TåèØ%¨hÓ$¤‘±/4 ýܸÍÉ6ûkŽÌï~’eDɽ¿Ryzê›'ót¤\„Tä%»‰vþ.é/îr[É>ÿâËp»ÜˆÅbxâégQè÷cçënÀ³/&<[~ò‹GqþÂEh9l:ïöÛÞ€–£ÇñOßø7ì|ý ôàlë9ãø¼¦FlÞ°ûöÄ×ÿý;X¶d1FÇÆÐèÇïêã)qt÷ôâ'¿xpQóëxì׿Á+{›ÑØP‡w¾åÍ3õ\B .ãhk»¯×‹Æ†´k×pæìYŒŒŽ ˜Î[¸`>úûû±ÿ446  cxxØ8^TT„êêjôööâà¡C(+-Ãdd¡PÖ¯K‰#ãÀÁC‡'à/(@o_z5ÓÙšê*TTTÌà£0uæÊãwúÌYâu7Þ`«.¼´;‘±±¬¯ñĉ„€IÁ…+›s.bíªU)ã çÏÃožûí,DD!öÔ×Ö¢»·ÿçÓGa¡}IÿÏ}Ç´®Œ„9ˆÉâ@-J6–2®u6)CRº’…É\WÂNŒl嘾¯Rjr‡ÙÈêiÊúú*&Ñ%ÅËÅ8Ûû>ÓæM'¦_{–(..Æ–Ãèé `Ù’EøÐ{ï‚ß_€ÛnÞ‰¶‹íØwàº{{±yÃz\hOf»¬_³ŸýÄGððãOà‘_=‰Å 磰°#JFÂg?ñ<øÐ#ب‡GmM5æ55j®ÊæÇbl|¯ìk6馼«V,›³¢Kž×‹¾@¡Pee¥X¹b%<æÏ›‡±Ñ1ôöõâüù ª««1:š|£^YY‰õëÖ¢õÜyœ?%%%ðz½¦öÎë×­Åé3gÑ×ׇþþø PT\dûø…B!ŒŒŒ‚¡Ú””QŸ/Ί.såñkjj„ÛåJɨ±¢ /CÚc kV¯Æ=x?î¸ýMYŸC™{ÔTUâÙ^Ä–ë1¯©‘hmíØûÚ_…>e„+—·ßñ&ÜûýàÂżûmöÆýO?÷ÂeŽŠ’RITt•#鸢O3YÏ »’"µ„Hq”cº¯Ð•Á€ Ã;éôä*¸(c2E걜›Æ˜wÙ¼aѽHÅëõâÓý>­Œ}êÃ÷˜æÜ¸m+nܶոÿÅ?û2&&&àñ$f_~>î¹ëNÜs×ãXºxÑiBX]]mkVër¹°vík’ƒkV›æÔÕÕ¡®®Î¸ÿÒ˯ ‹>,n·+W,ÇÊ,ʳ qÛ­o˜ÚEÌ"såñ«©®FMuuV17ÖÕ¢ª"»’/øÌ§?‰êªª¬çBæ&ï|Ë›ñ{ÿÿß_ý-ü˜˜˜@Ló–š« B®Mn¼~+~þÈãh9z ïzë›m›¸Ý.x=ÞBæfß­Qò˜®«H刮?Z…LÕ!Òtm6ç“HÛRM>Ñ÷Ô&¤üfIf»˜t"û3âX‡”õsÏé%;úÑÕÓƒE æÏH·—«p8Œ`0ˆâââÙåŠär?~ù9´á¦àBÈÕÁ¶ë6áÏþèð«ß<Ž®nD£¨ª¨Àë¶oÃî›^?ÛáBˆÛåÂ_ÿé—PTXèøºü3û0>ó±_æÈ!¹ µÿ’¸4+³}‰^pdµJ1yQêBLâ€à¢ô%rz?/Õ½-q(%L³R#´ý…Y EÉ&CÅäïb=Y 0 -âJ‘+Ž8…Ÿ?ú8–/]Çß¾¼RJ¼ýÍ,¡È†A´¶¶¢¬¬ Â%ÐÙÙ)%/Z”ùdÂÇrÙ‰D"8¡ µ55¸eçMظ.™‰‹Çáæ„9„SsBÈ•C²†&Y$O¨Z%M2‰EAD2ÅlC«ÏábÛ8DXfI³¯‹¢™xLØ(<ÊÎÂKNeBWç‹°‰ÉILLN&ÜÑ…@c}>ð»ïÆu7ÌvhW±x ±x ÚÚ D¢¹RŸ£Ÿ­L”–ùÆ~•\ÔIó0Ê™ÔfEÐE—ì˜Þ‚ §–Ò„B™ë|âƒïŸí!$gŽ?[vîÀ‡ßwÞû±OãÅEEèîéÅÈ!SA**ˆšÑ½Ÿi®–jbM\±Râpk%KjöJ& æŠH]Ò籘š¤Ÿì6·]ɲ'³\!„9I,‡Ûe®—–Râì¹óèèêF,CMUV­\ž2Bæ ·þ‚‚”ñSgÏ¢¬´t""„d£æ LeCzBŠƒ½®!¼Ê‹Húí ­ó3\"!¼èƒ9aÖ9<ÙÖ Ùκè(] æ¥f€O·6ÍÌÂsœ{·Ïv„B®þó¿„h,†Ï}⣀ѱ1|í[÷âÔÙVÓ¼êª*üéþ>jªÙÆž2÷ظ~~õÔÓ…º{_;€_?ý,^;Ø‚7ݺ{–£#„¤ÅN/0 "qÍåÅÜDÚ8Íj1+±F7Ö5„Ë 2qLWΞ+9•¥ö£–6‘ç‚°÷y!„BÈœâÈñX·z•qÿ÷ý§Î¶âu×oÅŠeK—GŽGóCøÁ}àK¿ÿÙYŒ–BìyÿïBWwž|æ90¾_·q=Þóö·Î^`„) ”„³OmŠ>##z¥Ô»7+r„Ip‘Òš"#t!Fꦾ€p¹”Z%{mC]ìySKŠ,ÂËTôkqÕ%ÒÙ7aƵ™é’ùq!$=ñÉÐl‡@™#ŒŒŽ¡©±Á¸äØ Üôºð©ßcŒÝºë&|íß¾ƒ“§ÏÌFˆ„’¿¿ñ¥/àäé3hïìB¡ß¦†zÌkjœíÐ!9a×ÂÙAp ?YC¾PLo5Ýdº‹!¶E1!ŒÜ'Å££’ŠÇh¤n’rÒt?ÙIuåMßz:“uilݲ%íñG.y‡+•ô !s™}Íͳ!D¡¢¼ ;:ûþ‚Ô×Ô˜æ!PWS3­ç.wx„’÷ÿì!Óý¾þ~œ¿xx5q¿¨°M ذv5\ô§"dŽ¢VÞè÷t!S—QÆh \N(‰Ôº =;ÆX[“W’heHq—ЖZ¦‹C†KNÉ(9›Ë(B!dN³vÕJ<ûÂKÈóz±vÕJTT”á¥W÷bÉ¢…¦y¯lÁÆukf%FBÉÄ+¯6#09|Ñ‚ùø“?ø<ŠŠ /CT„ì±h¦ò"»ãúý8—EãЫwÌÉ$ÆJZ™QBSQÊ‘ôv:ŠáÒ›,E2{º('IåOGÔùJ­SvPp!„B®îz×ÛqîBž~þ<ýü Æøßý_SæÆb±Ë!„dͪ•ËqêÌY|ôýï5ÿèQ\\„7ìº GŸÄ3¿}?~èa|ôïuX‰2{(Ö'Âe3®‘0oÑ”—ÒRZ™'” Å>E?KjÞ.Â%Rå¥z'¡‡X'<¦#–†ÕÉô¡7a2ÝÖ¢0Òf²‡‚ !„r%Q\T„¿ý³?Æ¡#GÑÞÙ…±ññÙ‰Bræ`Ëì¸áz¬]½Ò4~ãõ[ñüK¯à†­[pÃÖ-˜œœÄácÇg)JBˆ=Öz‡–Ⱥ®¡ ,&¿Xõh~¼š¸¢$•$]Ud\·\š8£uHÒö²¶‚'%%F5Š.¾$/LXäÜ]Y(¸B!W".— ›Ö¯Ã¦õ댱öÎ.\ìèÀøxM X±tIŽÄBÈå#¡7HïîéE0˜l 0¿© {š÷_ÎÐ!ÉÂEõ«•I]ÅÜapÒ%ôÌuŠ:&…š€b>Ïéõgj^,É=Œú¦ÄN¼]ø"ŒB¹OLàß¿ûßxíà!ÓøÊåËðÅÏ}þ‚‚YŠŒBœYºhš¿|û?±vÕ !pòÌY¼´g/nܶ՘w±³%Åų)!Äž,-PôÖÐÒ*²$;é~/&¡Å„½õ®^ûcê}$„Ò€H$Ë’„€ ޤ¿,Ó˜¾†ÒÏ:û•!„r¥ñàCൃ‡°eÓܶ{à¶›wâì¹ó¸ï'?ŸÕØ!ĉ¿ÿ.TWUaßþøïÿ}ÿõ?÷ã¥={±lÉb|轿kÌ‹F¢X³rù,FJ±'éÁ’ì`$•Cºà"šŠÖâ /]¸Ìë 1W·¾Õ}X„Þ™H*kk¹jµTî í?CpÑn;v/2IÕÆªó›y™³^Ò§óB!dî³ÿP ¶lÚ€/üÞ§pìä)<ùÌsøÐûîB¾//¾òêl‡G!¶ÔVWãëÿe=~}Ün7ëë°tñ"SiÀç>ùQÄâñYŒ”b‹¦±¨ú„qÀÐGD¢ Èä…¢hÊ™Rs­5‰0jûh}=»8„LŠ;ŠØ¢¯%Œ–Ñ) Ø &Ét‡mÍç§Y‡B!W6ÃÃ#X¶sGÊx8ø©ÏáÛßûoÛcRJüå?|ñ÷ÿŒX<~™##„g~úðcøÞþ'NÆàà†F†Ñ|àþúŸ¿Žæ‡f;§¢—é%FSÊxÉæv4"„Bæ$÷}ïÞÙBrÆëõÎväÿ±÷æ1veù}ß÷ÜzU¯VÖÊj²È™!›M²›d7ÙÛh4Â(3£I,Ù‘i9@Û‰ VbŒÀ‰ 1Œ¶ãÀ‹”Å à ±Ù± Ž”ÑÌhÍÒÓ͵7²ÉîæRÅ¥ö½Šµ¼“?î=çþιçÞ÷^U‘ï±ùýt³Þ{çžíÞw×ïû-„숢Î>}ÃN m™Míć‰í¶ÄyAÜÆ‰y+ôj Ú­ªñØB!„B!„CQ(Y]àRSuƒïZ¡Åé;/ njÙb]ªq°])¸˜Ï:±pI é²k\(ÐB!„B!Ï.¾@’ɦŒâàºÒ%Èô§¬ú¢\+‘§(ÐjI£«™‰É¢Ý¢ÑV2Ù”ÒH=™è2D!„B!„F±Â‰‹/EÈ<ÑÕ*jN±yפ9R:}/£ñ&ãDΤw0Ù<á%ãv$WŽÖ+„B!„B©‹:–zt k¤¢²å+•@[»XÄŸÕJˆ,:Í|¤5´®&¢‹ &¦Æd“×"‹—ÂîhñB!„B!„zŠ™Œt--ÃX¥$œ ¹~_ÑV/q<Œ DI΢DÔ±ŒRBtqú-Èf$-VÕ¤[‘Nþ â›ÝB!„B!„Ô…N³É2?-´/¨äe2Í}‘ÂéÎ Ö+õ•ŒVÑÐZ'¢K½î>¹Q‚Ý4ÒiõZ&9 ŒM!„B!„bŒ@œ2_`‚‹HWÖ‘Ö*&¸®7FZž„ú6¯Q:%áÂTÊŠV.~&oE3ùªá /¾àRщB!„B!$ƒ”-T¨Â…¨ÁÁ—AŒø¢ÌBñ*ëZ/¥$…´Ì„”TSFk•FÛ­9º·H¢b—¢ …K¨KŠ-„BHSù›=Wqpx ÙÓ „§Ž_?:¸75 àµæN†g-4 +†T`Bíe?²~^]7S‘ö³Éø1ÚÄtÉ.5‚ê†Ò>(5öHÓB!„B!„ÙLÑ¡.ÊY2‚‹.X&ªhï½c<’ÖU7&ñ>rÆÓyÊIÈa*Î~ðÜ`¯Ž«‘̆B!„B!ÄE©|ÄÍRòÚâH0ó‘_O¾UN÷ ‘£ñXÝD#M#­Œ{‘õ… Y¼Ôð .Vu´ôjX¿'Š/„B!„Bi‘IÙz…2yy3}dJ´¿²zÈÚE#Ê·n)¸HQuÕŠ+ä¸Qx!„B!„BR—"­³9ƒ´ü¤T6‹1ðpl´ø'?‹è¼2«‘©c]› ƒŒ…‹qARq‰{‘'¼hÿƒ -¬©ë&–s¼€0Em!„B!„B€4ó3ÒW%— å‡PaÂÒƒ®áa$-X¼´EÖcG,óúŠrWÄÑFjDÍÕböÉk¾à*Öî?B!„B!„äd~NôƒØúE9V0nc¿™²ÍþãRd El¹ "æÏè2.¢ë¡)hV£®Û°0"!„B!„BžA2JB®†`e“ÌáŲ Û}Ho£…$ï•´vÉ6ÓÒ(Ú³tÑžrxÜUÈÌTÕ#®ÔBn4Z¾B!„B!Ï4NÆæ\­"§­P`|‰!•”øh[1c*# b„è“DØUÖÍ(nŸu/Ò*_2&<µÒFבí¨V{Š,„B!„BIÐÒ•HëØ…§ÐK&VEâú±°‘¾Ï†–µý ëeÒ@k)Àä ¶WB×Ðy1]ŠW·ñ&ÌJ6ÞŒîF„B!„B1„t彂IßeÂʪt¹±bIŠ•RÐŽb„œDÜ ‰Ì¥þL*"áŒFE ÊPBæ:´x!„B!„BˆÀøeòHi,Êþbc­b\‘¬—'ªÈ©(1Föo&ªiÇÅ>Â鎼^²íPÃô¡ñBiáB!„B!„ãò“±jñ³…¬\d¯½ˆ° 0YmÃK @%D:G<)v/Ò*<ÏŒùM¶s9¹ðD¥ÍM`ëE‹B!„B!ä™E mBzƨD[p‚ᮓµN !Þi¿P&î[ëªu*2㩌¾‘ÒõÓ%e(L%]ÜÖW†\ñE /V!„B!„B;/1Ê‹ˆ[·ŒØuhOpÑPJ‰ð(®—OÈ7­«ƒ‚KJdóT7N}®@á˜.¡±ÝK„B!„ByVQž³Œ´pÉÑ BÅ:û^Ù¿n°\m‚â"‚c½b³¥–4Úöá»8i×½(W| Y»¤­ –Õ"O ÚeêiB!„B!„|vP* Pk-\üØ.’@‚i"=–¤Ü¢¤à"ú2‚K&¼­±sñõ”¸O+º(¥¡‹Ä•ಽFè^D!„B!„¬€’Ü6 °‘%ê$-KÉtÑ9‰ƒìt¢‘¨ *"í]‚–.…/yÙŽjP_F#B!„B!„޽a2nsëÂZœP':íOCXÌ1FKaÆsÒN¯I€__ùÈd/ªiñ¢váúÃ-„B!„BiˆXáH=Šr4 _p1™Ž<íÄÆ›õÅSVdkNŠ¥´RÝ£”3S¤u}sšœ4Ò5¨Ù$W¡ !„B!„òìp*Â? È/Òb&4ŒuŠF”÷Åæ@BŽ‚BŠÕ’+¸È‰È×8½äY»d‚àøƒB!„B!ä™DW –yAsý˜,¾“VLþU½|>B§9ŠüdÒZöe\’tJ7BNü–`vçÐx˜Ü<ñ…B!„B!Ï ¹"EnüX%¤¥b—"#P8²CRàg|ô§¼Ï¦µ;O8jLjéè8 ¨¹ŽÐ.ï¨øÕß(™DëB!„B!„„ÑTâ2d3™ôÒiF¢ÔÅd-òâ½È,FR’ðô ;Ž?#Çü%]RJƒÅ䬖Òùñok/I¾·yµkA«B!„B!äÙ%,¸hcÁ×i’ˆ/&†ŠJ“<d«·Ÿ´fš1:ׯí &{Q Òݸùá_\ID¼ó !„B!„òô9„à’f)òŒJR•ÄÏïè®6!êæ„v2•”H]Ó£' €Ô©‰‹—åKºaŒÎK!„B!„Ï<2LIÐÊį’q *²+Õ'IRŠÅ×r‚²…†Ð6R$›2:Çe(v3 v˜6:ؽU“ª` ]B!¤õ¨V 2ˆ¢¨v%ByB¬­­ááÃIlll`ÿþýr\ÆÇ'055…sç^iâ, !µÐˆ”‚®VÅR‚#¢øâŠ‚ç„ ÒC9¡Pl7aQ#)sžè"Mr„—´ZcÂHÐÊÅvCëB!¤•ùöw¾ÛPýoüÌ×ÓL!¤1ñÎ…‹ØÚÚŠ nßFoo^>{•J°¼²‚©éé&Î’R/ºZ…j‹â˜.NÈc­’Š-ZkÃ%~ïô$þÊ2åë&i\Þä½[Ý·˜qGÉZºÔZÁ=²BqæfKBï !„ÒlúúúœÏkkkØÜÜDoo¯S¾¸¸ˆ±C‡žäÔ!¤nÜÄÖÖNžx]]]xðpøÑ[?ƙӧ144Øì)BêÁy¯C:#+ÄŠ•`l©lã$…Γ(‚’HXpv º¨d*;!cÈ“›ÀˆîE„BH+ñæ¯;Ÿß~纺:ñâ©SNù…‹±¼²ò$§F!…,.. »»GŽ âÐÁƒ¸|å .^º„ç Õ$„´ÒREyâˆJ²i1áÐ6LRY´M Z Ξŋihõ ‚ò®sÆÔ68L-ÂÁqý¸4¦«p—<ùB!­ÈÒÒ":Ú;2å===XZZlÂŒ!$L[[ ¥R›S¶Þ|ó twwáæÇc|b¢I³#„Ôq'’Y…”áTr¤)M¨ØŒ$.’V/±efá .ñ:Sϧ8Ê×ÈF …_ÊzNå[…ò.B!¤•¨tT011ååeq Ý…ÅEL>œD¹¼¯É³#„”îî.,..assÓ)¯ttà×_Çàà`ÃÁ !ÍC†…µqZ²ÞD¦‚_àô£…'O¡¿ˆ“ë’(k%c_½!v/ÊÌ733ßñ)<õ|×"¿ºB!­ÆÑcGqåÊUüà‡?B©TÂöö¶ýµçØÑ£Mž!„¤Œaaaó r–•J%œ?÷ ®]¿Ž‡'›4CBH½¤qYtânk:/U²Rpýƒ`+Y»]…RÒ%éÓØÂ˜ÌÑ"m´ÖÚf@3uŒÝŒ¯s‹.^çá…rÅh•B!„< Ák¯½ŠÛ·ï`eeºZEG¥Ï>‡C‡6{z„bÆÀ—¿Œr¹\®”©“'qêäÉ'<3BHc¸Š‘<‚Y…l‘ʨn 0IÛh™ÍHÖP"#R¤¬cÅæUª@t ¦Œ6LÈú$Op)¶v)†V.„BH+R­V±´¸„ÎÎ 9Ù?4RBZ¥T®àByÚÈ\œ*ÚŠaù"Õ(Ò¿i™–u|#­…U²âK¼(^€4°oXtñ&%Þ…?„ËpÇ „BH+óÁâÞýû€Û·ïàì™ÓÅ»ï½ÍÍ œ?w®É3$„BÈg‹XD‰„ø =oœ\>BLñM´ ¼ôÐ^"é´?™%I픈:Ú­¢”Ûo6nŽpR[)R\j«)nß´p!„BZ™É©)ôõõáÕóçÐ×ׇ»ãqæJ¥‹‹KMž!„B>‹XˬKHvÈfîlè\-þå´+ž²Ú…ɰki“]ŠÒS«¬ªÔˆûQÚw¾ë!„BZ ¥FF†188ˆÃc‡°´ -•Ž ¶¶¶š<;B!„|–P™w±p¢q#]¦œ:–B ’44 M¤Ü´Ÿ$Mµò܉ò{“Qct”Ñ>…‡âî­}Mn‚ìÐ{ºB!OÃÃØžžÆÒÒ¶¶·±½½¹¹9ŒOL ½½½ÙÓ#„B677±¸¸èˆÄŒGEH«#]ŠT*’$™ŒËW¼°™†bbÅMõ,òP§ílÊ¢8V‹6}„¥”µ ‘g“pL—PìÛüx¸*‘›ò0å×ÕÉ¿zÆ"„BH3˜œœÄÖÖ~ø£·lÙÛï\¼püx³¦E!…lllà½÷ÞÇôÌ àµ×^Å@?®\½Š(jÙÓ/5y†„ ~8•äSž%rœmLJç´ ÖTb’f’úŠgabŒId ]åGÕõç¨ÓÓ•*J-+z‚‹R:èBdê×+¼È÷®BÈÊD!„áÀ‘LY¹TÆþþýnÂŒ!¤6×®]ÇÌì,ú1;;gË+ÌÌÎ6qf„B”ó’¨:\ÿ•ĽÍè‰LÜ&Ië,:ŒÛyAueh•Œ»PTl6¥Ä¥Hg— X ²á%~ Tª)¼äOXªRšÒ !„Òr¼ôâ‹Íž!„4ÌÌì,ÆÆáÔÉ“øÖïÛ–—÷•±ººÚÄ™B Ñt5y«“dÑ‘k’ñÖÑ6­³ï>¨…!ˆV"*¯Xt5ý,2eÅÁÅk’—|K—´üE5-^ŠÚûÖ.ÞR#*1°.!„Òtt@ÎgaaË++ÐUJgýýu™#„f)…R)û4?¿€ö}ûš0#BHÝ÷›()Ëó’±)¢s 9#¥UÚÞĆQ‘  ë)q û9qZeF¨ý\JßæP#–K®¥‹7™üÎë©G!„fòþû ª«8{æ €8å¥Ë—1?¿àÔ«T*xíÕó¨T*͘&!„24<„Û·ï`{k0ùpwîÜÅÔÔ>wäH“gGÉÅê-”5ÎPÖÑAí·rÉxÒhi¥¢R +¶„&bÞå%ÖÇ(^^ÛÒEN>W€ÙM|—‚¦Œ¦K!„´3³³°Ÿ?¼v óó xntûû÷Zcfv““SøðÚ5œ?w®‰³%„0'^x++«¸s÷.Ø×ááa<ÿü±fNR©˜á¸  'grHSð…™$e´%yïäMĘ4 ’Ìfä‰&I[+ºÔLNT ¸nFžŒðRw$9,…B!¤Ùlll »»Û~ž™™ÅÁƒqú¥4¶ËáÇqéòÌÏÏ7cŠ„R“R©„7^ sssX^YA¹TFww—s~#„´F!-„ëÊ“Z›˜lD€†2qX”ʈ,6k‘u7Ê £™÷2€n Ë}[|똀{Q]/9ê ¬›+°Px!„BZ•LLL j‹080€öŽÜð½}}N½©É) 6i–„RÌý°¾¾^³^oo^=årù ÌŠR m_«Ž ¢|1ÄKc·!³HYëåŶ×H DŒQÑXôª::Š{÷îctôFG`»ZÅÌÌl“fIÉQ¢Tä%ÁnµV.6,‹´r‘.@×!¹ÜfkÎ\PíHç[ºÔv32æ;á_³ŠÝŒvžÑˆB!ÍA)…áá! Ù²åå,//cskÝ]ÝèïßßÄBH1Zk¬­­eÊWWW1¹§»>|’S#„Ô$_ʼn»‚ÄÚD ½"m»Éö²ß€×Ö+Ö*Æôé»…ô:RFç /Å‚K¼v ~x ÷ï?Àþ¾>œ:yÂÖ«ê*ú z"„”R¬ÚÞp"„4¥¼X¶Hœwü ¹©âk ¦aWÛø-6îK¨z:ç­ÖÅç‹]:\{Ö+9ÚJ<¹²^%Ö%„Bž*:+lln8eï\¸ˆ¹¹980Ò¤YBHm¦¦¦077Í­l¶—^|± 3"„Ô…6‘\”W¬ÌÂøÕ\WA yà$½¨¸H®l㥦 .Æ6E7(º˜K™‰×Aø·ÀE‰B!OÝ=Ý™ ³³³ÄÉ'rZBHsùôÖ-ܸq3¸¬Tj£èBH+c9d¢Ap­Ý‡ïY#ŒBÄ2íKÙF%I‘Ü01 A# DZ×ÓÅé3Ñ‘Ò5ðz6³ kã»ävN!„§€Ó/½dÙéíéÁß|•Jå2³}BZ—ññ ôõõáøñçqáÂEœ8ñú÷ïǵë×ÑYélöô!5ÈAoÏ…Hyõ奠÷¢ªŒÐë‹+ps ™&“äH)e=–”ª#{Q8·Bþ2UËÈ·"„BHË!MiK¥z{{)¸BZžGaìÐ! ô÷£­­ ¥¶zzz044„É©©fORDâ9¤µÈæ\‚ï“|× m,\´[ÛÓ%ŒÇ‘3ê‘+L0î]ÆtÙFxɵz¡àB!„BÙcJ¥Ö××ÝÝÝG{{;&'§˜­ˆ§e‹`ž8Ù’màc–#¸1k“Ðq‘ÊöJ d«hYº@ š_¡FŽk'$0!„B!„<^z{z°šÄ£:|x ó ¸pñ"02<ÜäÙBê"“¥H,0â©ÎZµÄøAx!Äí¾7/:¶pQ"ÔJ‘’¡µvDÜ]Yº¸uCŒ ”RX—B!„B?çνbÝ#ŸE¹TÂÌì,ÚÛÛqäðá&ÏŽRy„ ‚+2eš`)2‘gÝâ ¢›–pˆ×ÚŤ²Ž›]»Õ^ 4 7•4!„B>Klnn¢T*…S)BH“Ÿ˜Àýû°¾¶EèîîÂÈð0¢hÇN„fçjdôi¸bÞe+fÛ䤅N cä‡ôUAïܽÈ«Èd¥øF+÷FŒ÷g„BHËò‡ôÇøðÚõÜSÓÓøÞŸ|S LIi!>þä|ðÁ‡˜››Ãú£GØØØÀääÞ~ç&'y¾"¤•ÑÐ9TÂï¥Ô½]îG¶žïŽˆÖëäN>êPtm-dJ¨j Ú¡ä¨!´J’ZûUóåú<9’.H„BH˱±±»wïbmugÏžA©äÏöõö¢Z­âîøFFFš4KBq¹wï>:+œ9s==݈¢KKK¸tù >þ䌌0® !­ŠRÊÕ "8)ž³®A"h®_äëÚ`bË• „! ­¼Z"ÄŠB„j}©Bœ IDATØÚª;S7ahÂh\¬O•ÝXyo!„ÒJDQ„é™üøíw°–d1ìÛ·½½=X^^nÒì!$ËÖÖ&8€¾¾^ëNÔÓÓƒ±C‡°¶¶ÚäÙBŠÈjÖ;Hkßy(OSÐ9º’ø'¦=­cÛÓ]2ˆv´?;Rük.ÊË^T­ÛÛ E·mØ>FKJ¬Œ)µ ‘¢îB!„´8c‡áر£X^^Æ[oýó Îò­­-loo7iv„’¥§§‹KK™òõGëèíémÂŒ!õ¢”²rAZ˜Õ#Nè@E]M:ILX¤«Qæ]úY9"«û˜DwñéjÛÕ¸MÎ<IÀ¸Öâ¥È*&!„BZ¥pìèQôõöâê»ïáÇ?~cc‡p`d+++X^^ÁÀÀ@³gI!–î®.ŒOLà­¿í”/..¢\.gÊß|ãõ'9=BHµÈIPT+R­µ^ è¿#ˆz~ž"™áH§Ö,É_mµ•Ø›ÄBN8{‘_TïÅ_j‹Hµ„¤J’׳ª–—B!­ÅÐоøÅ7qåÊUŒO`||P*µá…ãÏ7yv„’rw|°àYæq¬ª'=%BH«]ÕÐmBg™Šj´Ž•-íRLæj óß^ꮹ ˜kø@Ci•Äzñ-]2}k`[;–/õ»ÕJ]3›ÞE„BHK3<4„î®.û¹³RÁß|“SSX˜_À¾}ûpàÀ*•JgI!._ÿÚW›=BÈNбࢌ‚áI yN:i‡3ÁvmB å *IyÐâånI±è"[%nG:ŠòÓ<לˆœ¿b~|—°Ë!„BšÏ¹s¯dÊ”R802‚ÌVDiQLð\BÈÓHjabƒÛú5 -B´$Ú„#=h¯AìwcY¦dL¥k–ÀÀ:Év$²™·uñEoo»‘ƒ!)¸8n -^!„B!„g˜bé Ef2EÆ¢ÃIqäçR®ö'Ú~ÐPZÛÚÚ·ˆQv:Özê³t ­Èv5VqjZ¾xI¬†ª !„B!„Bаº‡–,qÔ]#¬„²Egœˆ´¶G(sQü*…Š4[‘ñTÒ¢|g¢‹ì».ñÅ7Û©£kŠ-„B!„B©¡89ˆlZ#å-Ñ©IH 5t\-qÊ.I{òMªÔ8IšÒ>v'ºHªÕdTÈWÒ¨(uˆ/\!„B!„bÉ RYE-6VIV|ѹQwáX¸hÑ^©XpQñ›:¼xtò¿n0¦K0­ã˜/ÕjƒiñB!„B!ÒwÈýgŠEŒ78¬ŸæÈë×X®$BŠÖ:ù—ô%SC¤•vœ„½‰RÒõ)Pw´Ö¨†Ä— :%6–fº"B!„B!„ŒèaÔŒÄêÄ&ù±ºKƒÆ:µ~‰…‘‚Hvé6qÊœHÊÎÎE—"ÁÅ™Œ_œª8w6­]!„B!„@$DÂ5HmÁ¼÷äÆâ4¤q—$sŒuMÖˆFû;‹éR§àâ”k@ëj¬EÅ.P&£!„B!„BO ÑPÊ·#q|‹ý$«.d,Wœ?®Z!¿'kdã¥^–ac]v ¸¸f9Ø´¢È›l¡ÒØ„B!„ByFÑp|z´ÖÈè-¶¢Ae—P¸-­ZœÑåq .~GZ£ª«…½B!„B!äÙB‹¿®ÀâTÈY–}Ö«XÃ%Ç¥¨0&­®'{Ñ“\ü~µFu»Úp¦'B!„B!„|öH㫨P¼ÛpH7¤òTšTÖq¥]Ã¥Hpª%º4Apqƨjè*UB!„B!ä™'Í%TòG9nÝL;?Ž‹7H‘)Kž%…òE—& .„B!„B!V…Œ‚u¤U‹´†q‚Ç\’ &ÂíGt"ĘpL .„B!„Bia´Ö©žâ +Æ%ȸ…R&Ãm’¦Ee¡ŠÙ @^°"LVt¡àB!„B!„–D%i£S…CC$,ré 7!­ÃÒEÆb%PV+Øl^à^í‹.\!„B!„Ò’¸úƒJb¸8¥Z £7~UZÕ–0êa—#•¾h¡¾$"Oä× AÁ…B!„B!Í%À"½yt"©h«\ä¤Aö‹ WTðm¶]NT_!ÊDÁNêšB!„B!„<^âÌω¸"‚å*cQØ»è´ÜÑM”R~vhû^ËÏî›,~f$ä×ð5ã«â”Ñ\!„B!„Òh«kXË¥ÁEV-Èí)%êçʸ(çÅ]äôòô .„B!„Bi ‚‚I³EkW+)ÐDüFp1ŵ]„¹ŒŒáWl1eAK .„B!„Bi”ýã" \b9D'îHamÃX³ä-Ëxe'‘&'²nIA%ÈŠ.\!„B!„Ò28F$ÅÃVÒRÑÐn˜][Ód72nJÚíÅŒ§3âHœª: äë5”eGt¡àB!„B!„–B©9‹QD”·ÜQ?¼%\\kÙÒ4ÐÚ Íbz‘Cê|«-‚ÃXÑ…‚ !„B!„BZ?ŽJ‚Š‚êGeÅX¨ä£DÿÚpdŸ~JêTÕ‘µ`cÆ,Ì^DÁ…B!„B!­‡ Ü¢SËm‘´,(·˜6: Ä›ª'I;[ÅztÕ¾µSñQ‰YL)g9(¸B!„B!¤5ð5 å¾7‚‹F®Kj}VREIÓPÛ¿ÆÍÉooç£í"ÓCDÁ…B!„B!­¯^øù‰â÷ŽàâX´¤+aÅCºù韭´#ä$©ªm\_7¦Œé¡”ˆ‚ !„B!„BZ‘4Z‹¯_d,\ä‘ÞY; ü¾< š¸‘[nûsÅOw‰-]²3!„B!„Bi%ŒØâ²è°àŠ¹â¤ 2ÂV3¹d²yj‹(–.\!„B!„ÒŠ„Ü‹â×`<[%Ì[lšiÕkâ p3#ùù ³zI[7œªÚp/"„B!„Bi5Œb⺅íR´Ðeªi_?ўي㊔üqÚdã½û…ã^D+B!„B!„´*¾ÅI- ßeá¬C~º!W ëé§‘.TJ\!„B!„òt‘¦tÎ"#Ž()”x–)ZçÇõÆ ÆÚUùú¢{!„Bê Z­6T?Š¢Ú•!ä Q­V±²²‚ŽŽ”ËelnnâÓOoaqi ííí8tð9 4{š„=! €d’é¬ÀbÜŒŒLêÀë¿HpIº¤èB!„š|û;ßm¨þ7~æëi&„Ò«««¸pñÖÖÖÏ;†‡““XZZ²uýôEBZš¬r{Å®AÆCÈf-r\€ä{#–ø.H¡ »¢ž±„É1þ„Üe]!„R“7ßxÝùüö;ÐÕÕ‰OrÊ/\¼ˆå••'95B)dnn===xåå³€¿ýæççqxl ûöíÃÐк»»±´¼Üä™B qÀbcàj %ê!kábÄ_p-P7xˆ³!Ùeb\+ø¤V0t¸&„BHÃ,--¢£½#SÞÓÓƒ¥¥Å&̈BÂh­±¯\¶Ÿ{º»]¶¬½½Z7»Šò¤I³)•¦Ž5/m´ðÖÑN|‹åÛ®=W!'Kµ·Ì¦¤N:ñbhéB!„†©tT011‘‘atww£Z­biy“'Q.ïköô!ÄÒÕÕ…¥ååø—p¥084E(•ÚÄ¢Ìòò2::*Mž)!¤`’"0 ¡(#«hû9±BqB¯(·ocSõ­\TbM˜‡X”(V2]!„Ò0GÅ•+Wñƒþ¥R ÛÛÛЉ9ï±£G›<;BIyntò VVVÐÝÝ‘áaŒ ÛåÓ33xôè‘SFiM´Ö‰f¢c$J-\TN&!eÿzAv“%B¸ ÜMT)ædʘ½ˆB!;äÀÈ^{íUܾ}+++ÐÕ*:*xnô9:t°ÙÓ#„ËØØ!677pþܹ&ÏB!Ÿ5´ÎÆ»µ9¤å‹”Vi”—L#¯S»Ì[(?KáŸUu6Á‘Í’×cö"B!„4ÌäÔúúúðêùsèëëÃÝñ @¥ÒÅÅ¥&ÏŽB!Ÿ9ü,ÏÉ«M*$ Zb!F¤˜N>ë$Œ6•µYžÄ†q¬uk ¨|£-,aÒWŠ.„Bi¥FF†188ˆÃc‡°´ -•Ž ¶¶¶š<;B!„|ÖÐ "~©r·ˆ@»ˆ’[Áh-Ú»½˜p½þ ‚(_}‰ËŒîBÑ…B! 3<<Œééi,--ak{ÛÛÛ˜››ÃøÄÚÛÛ›==B)dss‹‹‹ŽHÌxT„bw@9Šˆõ òê{i9±a”m¡ d0hh뛿7˕҉æ#S›e¶wãë¤)ºB!¤6:1ßõYXXÀòÊ tU£ÒYÁ@°!„´‘R(•²@óó hß·¯ 3"„ÔG&ú €8,n\ ÜŽÄg)ª¤¤‰¦ÓÜB¾ƒlD^)¸¸C¹bLêb$s(ÑÒ…B!uðþû ª«8{æ €8å¥Ë—1?¿àÔ«T*xíÕó¨T*͘&!„24<„Û·ï`{k0ùpwîÜÅÔÔ>wäH“gG)"±Eˆ*ò«È(/@¶ò+$/Öɱn‘Qx}£šâ¦chÆt!„BH=ÌÌÎbppÀ~þðÚ5ÌÏ/à¹ÑQìïßh™ÙYLNNáÃk×pþܹ&ΖBœxᬬ¬âÎÝ»`_‡‡‡ñüóÇš95BH bç @C!Òi7›ïN¤CœºZ.’ýxÁyµNÁ1©5Ll£àAÑ…B!5ÙØØ@ww·ý<33‹ƒâôKil—ÇãÒå+˜ŸŸoÆ !¤&¥R o¼þæææ°¼²‚r©Œîî.çüFy:°’Hb†¢4 ¸,~ÍÕ‹¿(©+¬_ÒòØúEº+éD¨1!eŒeMœÜHA1.!„Bê¡££ËKËös¹TBWgÖ…¨³³‚………L9!„´7nÜt>¯cKKKös¹\FWw†ŸŠÄZ»(Øh,FñÐ*Žñ¢­`"áªÛ‘Í€¤„‘Lõ,,^”í\XÃ!Ǥ¬M¤^CÑ…B!5ÀÄÄ¢¶ƒhïèÀýÐÛ×çÔ›šœÂÐÐ`“fI!ÅÜðëëë5ëõööàÕóçQ.—ŸÀ¬!º‘ ½bµ‘…J¨ W¼dÏÉk5etêj”ö-÷Zs9 ³B!¤^8þ<1>>ññ [~áÂÅLݪιÁ!„&3Ðßù…œ:uÒ)¿~ý:Êå}8<6†ÙÙYŒOLàÆÍ›xñÔ©&Í”⣴¡Å„PQ:±n±†-iv"c¤’‹+qAÚ…ýèÜõÄsßãÜþ¤.J]!„R“r¹Œ/¾ù¦§g°²²‚ÍÍÍfO‰Bfjz>‡Á§|tt÷îÝÇè茎ÀvµŠ™™Ù&Í’&ïG@]³Äê#JX£ø±]Âé¦ÓzU¤Áz •´5"ŒŒ»ëYÆPt!„BH](¥0<<„áá![¶¼¼‚ååelnm¢»«ýýûŸØ|Þ~ç'6!òß,möšÂßì¹Úì)¢µÆÚÚZ¦|uuÕ“{º»ñðáÃ'95BH!: §"¬J¼X¸Ð:£»XK—\+ÜP¯tô¤C™1)b´l”´|aö"B!„ì€íím¼ûî{˜œšrÊûûûqî•—Q*=þ[ŒƒÃµ+Ò,–jWù,²›ãòÞÔã·,éëëÃää®\¹Š@óóó¸ÿFGGm½ååeìÛÇx.„´:Íd…­¡¢Úu;J›¸p'òóAÏÖ©õ‹Ö®%Œ‚(TÓx.vÐÔ?)!„BHƒÜ¸ù1&§¦022Œ#‡ˆSF/,,à£7š<;B sêÔIT*<œœÄ‡×®áïáþýØßׇS'OØzU]Å@?…]BZŠ$;‘É,¦”J<|bµCÆn1ÁuM;-þš:À/9Ì´ïæä×SH”ŸØò†–.„Bi˜©Dpyåå—1;7‡;wïâÔÉ(µµáÞýûcO’gœ_?:Þì)• ¾ü“_Âìì,ÖÖÖ¡”BWwö{™ØÎž9ãý’MiR«[¤ „+Êfv;qC±haBç€L™—Úä®6c3.!„BvÂÆÆö÷eã·lmo¡Z­6aF„RJ) ÖNm¯r~å&„4ƒTÜP¡4ÍqÜüF¢H¸É¸^Î"Ñ. ®„æ”Éí»Qt!„BÈè¬T°±¹á”½sá"æææpàÀH“fE!µ™ššÂÜÜ<6·²YØ^zñÅ&̈R­¡”‚Nþó%›$Ú52q+xåNÂ!ä´Ó¢ÄêEË:ÊÕa2 S(ºB!¤aº{º3@fgg188ˆ“'Nä´"„æòé­[¸qãfpY©ÔFÑ…V%\¢Ä¥Ùµ( šX¿$"Hš¸H'}&i²i±eÊô)Û%#š±|3½—1]!„²N¿ô’5½ïíéÁß|•Jå2³}BZ—ññ ôõõáøñçqáÂEœ8ñú÷ïǵë×ÑYélöô!¹¸ÒˆÖqV ØêE QD…ãß}N£Œ×ë©$”»L%BNŽdcûNÚjÅìE„Bië T*¡··—‚ !¤åyôèÆÂ@?ÚÚÚPj+¡§§CCC˜œšjöô!Eha¡"Ò7Ë/¶ª6¯‰T)èªv;JÞ:f/†(Ñëj2â“’JŒòµ›4¾ héB!„ByF(•JX__twwc||íí혜œb¶"BZ•fJþik{"je‚½$®H‰åŠ<Ì•'Ö8nJ~6#±ÔI8mûnMš–.„B!„gƒÞž¬&ñ¨ÃüÂ.\¼ˆ……Œ 7yv„B|uD§ÅZÇo´°ZQ*ýgÚªÄ%”ZÛÓ¦ãd( Gì šÔD2“‘±¤‰}héB!„By&8wîëùÜè(Ê¥ffgÑÞÞŽ#‡7yv„\t*„/×ÐҺв±^Ìg#À(¥ µŸ‘Š8²mÆœK´¬`…3Ý‹!„²—0;7‹CæÆrÙÞÞ†R QDÃZBHë0>1û÷`}m *ŠÐÝÝ…‘áaž«iy4b_!ju$YlÓù ‹±‚5ÅÕoTbÒ"…7ÏQ6žKìR$æáÏ'¢ !„BfbbwÇÇÑÝÕ…¡¡¡Ìòååe¼ýÎ;v”¿7ÈÖÖîܹ‹Ûwî`ss¯¼ü2FFèöPÛÛÛŸÀDZ¼²‚¶(Âàà ŽíííÍž^Ë3¿°€ßýýïâêûàþÇèéîÆ¯žÃ7þÏ £££ÙÓÛ>þä|òɧâ_µÛÚÚ09¹ŠÉÉ)k„´4ÂÒEëÄG¹‹àø Yw$•)wRBq]a cÓL'uR«ÙghžJh4q#Š.„Bi˜¹ù9´··cppЖ]»þú12<Œ®®.(¥ðàÁŠ. 0;7‡Ë—¯`kkËÉEêcaa×?úår½½½XYYÁ½û÷±¼²‚7ßxÛ´SÓ3øßû ãäñç1qÿ~÷÷¿‹Å¥eüÕÿøÏ7{z{½{÷ÑY©àÌ™3èééFEXZZÂ¥ËWðñ'ŸPt!¤UñÝv¤øÄ"Œ,—ËüòÜ1´ ¸X”íÓŸŸr§hQt!„BHì­­cÿþý©?³Ö¸sç´®bdxJ)twwcqq±É3}ºè¬tbß¾}8ñ X][çŸ~Úì)=U àÌ™Ó802‚(Š µÆ•«ïbrr‹KKèëímö[šãÇŽâïþ­¿ÏƒR ›[[øOÿú‰‹W®&qž~Ñjkk‡Ç£¯/Ýzzz0vènݾռ‰BŠ ~lÀáþŠëôãjÉÔUNw™x.¡¹ä —Ô£èB!„†QJáÑ£Gö³IÁº¼¼bË676Z>FÂôÌ .]ºŒ/|á󘜜ÂÚÚ*• Ž;Š##ÐZãÒåËX\\ÂÖÖÚÛÛqxl Ÿÿüçl·oßÁøÄÖÖÖÐÕÕ…žînÜ»_ÿÚWE¶¶¶ðÑG705= ­5pòÄ Ø·o_f>íøÉ/ý”RøøãOžÜ†Ø!­¶ý€88ªA)…®ÎNÀÆÆÆãÜ;âÊ{ïãïý£_ÃÏÿ쿃w._ÁääFF†ñKÿîÏáõóç°]­âüã_Ã'·î`um ýûñµ¯üþô¿ý36àãïþþwðÝ?þ>¦ggðÜ82vßûá[øç¿þP.—±º¶†ñ/ÿ5.]}ÛÛÛ8}ê~åÏ~½==Á9}þˆ°LKF†?‚ ôôôbqi)S¾þh½=åi]ç @i@&eö]‹€°Å‹JÌR|‹A׸ù}i ¨(”kNö£dŽ]!„Ò0===˜››Ãôô z{{ðɧ·sss¸|å ––—q`d¤¹­ƒØJç.†188€ññ \¹r?ù¥/¡««årcc‡Pé¨`|bݸ®®N cbâ®ô‘Í|²ººŠû8ý_º| ‹øÜ‘#ØÚÞÂøø¶¶6qþܹà|ž¶‡ÛVÛ~þÜ&§¦EQËZ¹T«Uüßùœ=ý"Μ:‰ïüñŸàþÚÿŒðwþ6ž=€®®.|í+?…áÁ|÷{ßÇoü«ßÂÁÑQ¼úÊYüÑ÷ˆÿã7ÿ/ìïëÃÏüôWð`r ?øñ;¶o­5þþ?ú5||ë6þÔ×¿Šµõu|羇յUüõ¿ö«¹sú¿õmÜ{ð^¿ååeüÕ¿øÙp-€î®.ŒOLà­¿í”/..¢\.gÊß|ãõ'9=BH#Ø`·5Y³øæ)¾ø’ˈ-y©£•×6é?Yüˆ.uø^B!ä‰ò…/|óóó¸xé’-ëééÁÈȰµÐ¨T*8~üùæL°AÙ¹¶ïkÇG7nàÁƒ8vì(Μ>mëU:+xç ˜››ODƒ ÀùóçÐÓÝ øñÛï`~~@,BÍÍÍãÈáöÿ••LOÏ`ss37óÓÓF«n¿Û·ï`eeŸ;r$×2¦øÚOÿþì/þ{€¾¾^üÆ¿ú-|ÿ­·ñK?ÿ§X*##Ãø;ïâú›xõ•³øƒï}ð_ügÿ ŽŒüíÿöï㣛®ß¸‰k7nâ_ýiüò/þ`âþ}\~÷},/¯ »»+8Ÿïýð-ܾ;n?ÿÉßÂK'Oã÷î¾õÝ?Ä·¾û‡Î²©™™\Ñåïþ­¿ÍÍ-Üøÿìÿ?ñÇ?ø¾øú«xåÌé`ý§‰¯í«Íž!dGhç%Fy¯uˆ/#—ÂÒÕÈ™NȵH.SªT+‹.º!­ŠB!O–ÁÁ dÊ÷íÛ×ÒVµ0òQazzï¾ûúúúpòÄ ØÚÞÆµk×m]EÐÕj~_¥¸¯#‡cä€ëjÕ™Äù¬Ñ Ûoii W®¾‹r¹Œ—Ïž}ªÄ?ƒ¦T*áò»ïáŸþ/ÿž?úüÊ/këëøç¿ñ›¶n[[[a¼HÓ×7¾úÓxãU×k´ÀõO)…}ûÊøÜá1üì7¾†ü?ý¯øôöÏ„èò4í „ p-\j!\€‚ºŠòê%eþÉ5t²U¾[RÁEÔoQÑEç P„B!‘¹¹Øµ¥«« 3³³€çÃàà–¼œ]]]˜™™ÁêêjP0–ëa ¿ÿ1ϼ5höö{ôè.]¾ŒjµŠs¯¼‚ŽŽŽÝ¬ÎçÚ›€CÏ=‡÷>¸øæ/üœyñ”ãò×ÅÕ÷?㇓=QÆ>˜›ŸÇ‹'^¨9ö­;wE‘µœÑZãÖíØÂ¨¿¯oç+E!»EË|Ì^ì7O34”(‘‚H°cd-edà\ñ&œ×¼V«ip^ Naݺ1](¸B!äÉ2qï”R¨ê*îܹ‹r¹ŒCb<‰9ró㱸´ˆééi§Ýç?w333¸xñ:ˆõµu'VDww7†‡‡199‰ËW®`ß~lln`mm/Ÿ=“™Çêê*n~ÇãX^^ܺ}>@WWŽ=ú¸6Á®h•íW­Vqéò¬¯?Bg¥‚É©)LNMF†‡00µÌjþèO~€¶¨ ÛÛÛø½ïüº:;ñ•Ÿü üÁŸÄ1[þåÿý;¸uû..]}×i÷³ßø:®¾ÿ!þ»ÿáŸà+_þ LÏÌâãOÒ4ã‡ÇáüËgñöÅËøïÿéÿˆãÇŽbiySÓ3økù/fæñ›¿õÛ¸üî{88:Š‘á!ܘÀÌìúz{ñJ`{BÈñpqìWµ÷š§0˜r/í´3¦L1-YŽä¤”pƒJê´˜èBÁ…B!Ož}å2¦¦§±¶¶ŠýûûpòÄI”J%9|ËK˘œšÄ­[«ÆÒÒ²m788ˆ³gNã“OoáÖ­[èííE¹\v‚qž=s7n~Œ©©)ÌÌÌ¢³RAwO7´Ö™À¤›››xðà¡Sf‚Êö÷÷ãXkj.-³ýÖÖÖ°¸¸X][Ã;w첎Žö–]zzzpéê»x85ãǾ€?÷ü2:;+øÆ¿õܹ;Ž·/]ÁƒÉIœù,n§Ö.g_z¿ú—þþŸó{øíßýŽ~þºººœ”È¿ú—þ~ó·~¯\Å»ïˆ#Ã8ý€—Ò—^tꌎŽbttÔ~þþ~ˆíím;¢­­ 'O¼€“u¸wôõõá?óõ­Di•í×ÕÕõTn¿ó/Ÿ±Ù‹$årå?úsø+¢ì/ÿù_qê|é×ñ%‘Öø?ÿ¯þkÄ¡ƒÏ}&Ò;Bˆ~’1YdV!HÏ“„W'ÿ¥Ur—¡Ó -aé¢håB!„§ÙÙ9|òÉ'Ø¿?T¤pïÞ}h­qô _höÔž ¸ývÇ×>¿þƒž?†R© üƒAk_ø¹?Õì©BÈAÛ¿ž­K"z¤.HyBtjñâôàÈ„„˜ÌBYœŠ0M](¸B!äie»ºíê6nß¹¥b÷–'^ÀÈðp³§öTÀí·;mlàÑÆ~ïÛß”¡çFñþû¿D!BÈg’Pž¡`ÜØ^RFIs…¬cÒV2ïQ®N#†Ô¨ÆmB)¥æÒ¥àB!„f248¸« ÃCCÚÃ=]pû펗O¿„ñÏ~}ÇíÏ=sgOïáŒ!¤•Ie–H¼Â–JyE‹w²ŽŸÙ(m‹'ÎP4’ äIs•[1µi1](¸B!„B!¤6ùÖ$©U‹t)Jß)QÓñâEˆ1ýY¸˜×Âf5ÅÒ…‚ !„B!„BêB .:ÉÖ,cÞ*×E8éØÕÈ&R‰¸¢ÜX,FpÑ¢L K˜¤Ðªá,@OÜÒ…‚ !„B!„BêF©D9›A(šÅZ³hÛ.)3í<Á%îFÙx»Rl±‚‹”V€ÒŽ0£ëÐ7ž¨èBÁ…B!„B! ‘¨Öa´NÿYÒåJ›FI¹È2mÊ´«à¤U…5#ÈNû f/¢àB!„B!„†±þAæ3„õ‹±FÑn]ÿ3<}Ŧ•V‰ ’ÖPB|QÚXˤx6â »ODt¡àB!„B!„‘gé"‘b‹±~ñ…ÛŸx«Ü¾­¤¢Ýå®ÛQ¶Ó … ôãw/zÜ‚Kgg'VVVë„'ËÊÊ :;;kÖãñO!„BÈÓM½÷þDÐõ݈|aF»Ö+ATöƒu2Ö4ÈÕµ)¦…ã‹5†Ç*º< —##˜˜˜àƒ!ŸVVV0>1Ô¬ËãŸB!„§—FîýcM#„¥ ~ à®éÂ/sdËü.µ>K›{Ñ“r)êééܺ}«««OdLBÈ㣳³@OwWͺ<þ ÙîMÍ6{ ;âi7!dw´â±ÿö;ï4{ „<•Ô}ïoÕŠ¦¢ã´Î2ͳìÀ\DYF€ÉG”k›Hòõj«Ç$º<é.==Ýöá‹òlÁãŸg“³gN7{ „&ÀcŸg?ëPV%˼v¡ ¼@ûÅk’¤…‹:FÌ‘4I¾k“Ñsôcp/bÐ\B!„B!„ì)ŽðR€QüLF¦ c¥"?;RNP\çÕÄ|ÑÚ©îTÅg/¢àB!„B!„=Eˆu£|‹Ó<àdD³\ëØâ%èz„€ƒ€p›»ì¡¥ B!„B!„ì1 €ò…µN ¹õ䤌¶íÚ…ÈTäŠW)üx‹ÂÆì‘è¢Ñ›#³â„B!„ByvP©÷Ž6¢‡0CÑ€Ö¨ê°K‘R®¶‰ÁR ;T«ilcSMTŸ`&$7kÒˆ.{'¸(ç]¼QÔã“s!„B!„ÒêDQ*z(Ä®?ÒòÅè0yŠ»â|Ñ‚uMý( ›8sgp“2‰{Ò.E—ÇaáâmZºB!„B!Ï0Ê:”è¾K‘¯%ë+ªèT~°1_T¸mÚ‰0·ª‘i%)ßE ÝÇçR¤ÌMþxý—½ ]݆ÖÛ€ÖÐ&ÿRndÒO|Ö°¦ØV;†P+[IÕ3³VŽ’Ô*•ß<³;‹k"˜Û_]ƒù•µX®¼²úð…ó¢ÏµpW¯¨a}{Býû»_¯Ö6ÑØ3ÅêÙ=ý6ºÞy›=xlxõ‚Ë›€òŽ ¯R™wyië(–sÎì^™Ÿ‚ÄŸ_p–µðÏ þH5;®õ60—ü$üý¤[GgÎ ²Ì¼·[®h3îê6«Þï;ïÜœw>¯1§|'µ;ªçÚѼ{Ò¼--·ìÞÌNſܱy­I œ¯¡h2â™Éþøl† ¶ üQM¹÷ëµSÕØeC UöíŽ÷·½$ïXªç˜,Ú·w¹âyCûSxìä]óŽ&ÿ ´³‹´hX™Ü›Éìþéì¾þ4 N;'´~¡cm·ªDW‰!j+Qm¥2ÐV‚R¬à™m’ã&ä /Zk(iÑâ¿Êv¡ïÁ´õw 7ç4´CÑåq .òDoè}ÃÐÕ­äŸ]ª©ðBvHà"±³Ö™znpjô°§ÖR¡p»o êX!•w!ò‹ÍÉ+¯ëâ;ãÐ0͹¥•Ç‹OB«œíb+ÊLQèÓ+ohº;Ýǽъ¾Jçwïnýó§’^üì¶ðqÄÿ\ßÜü[¯Z·´!‘.Ú7L{°ý oxw×Vx¸çi&y7â¶nà!XiXßî¢Ã,4‡¼Ï:*îvo÷W;—Ðr[  ¢ž í‰yƒÉs[àKÈ{0pÞ›mSëj/GÌ´U*’lAÚÆ;*(èü§w§ž?fq‹=ܾ™»éÖ~:³¿Ê0¥”=÷ůþ£¿nf~Ê[ÝâíZÏwz¬³ÃÔ{zv®©˜Ñ>`/îƒ6é°žƒe7}ûûIèB RjwBØå#tuàÉήUõV0§‹Ìü•[”™rNótßÎŽ ÕÚy•½Åý'Ë̱çÔûcî3Mñ}qp¾¶žFêÄRëžÇ›{°¿zçX€r^2»MöT”î*ŠÕÕVBÔVBTj‡j+ˆ T[:˜“³OjûÙ©åg3½Ý{ëœ5Iމˆ.Qp±««¥ t¼±¡t²ÅeZWãy4çéë3‚w´,yAIèäìÝdíÆ$Á™KýÅu÷šsžØv<·z¦Û]Ù6É;Û>Ôuè‰#-SÙ"¯›œqƒËWáVÀ*ç¡‹½·ïÖÛ_ýƒ,óïêMQÇBñ¸¼F•øëãÜôì3ñÒ‚õ 4ÓÉ EÞÂÔ–@|.¼Ùp&Qp¼´øÅO‰[Qs££”»ëøÛ±p7T°b§s ‹²‚ûôà ï’øŽm¬¾=ÆÙ_CÇN¨Að~YÜÌ{ËÍ ¿©k®…ÁM¥ü‰äQë<ÔÄ}Ó¬ƒ¼Ãw–™ò¼{ ¼cKl\ó`™Ù‡2ßíÒ!3IÓï.íH\B”W–w)©û|œLO#¹.•â::ó÷un? ø·iÃÂsµ?Ž+TÇ?»Ì»fˆ;‘œ©ä]¶Ýú¡kSÁIAyõ2)nÅ—˜œ¿ûœþD=sîÈŠîûø¯óÝlå×ÉŸ@ñíž\ÿÐÊä^|ÍN­DûÀ±·Iöbœ·,i: .(XVï9{·ço=ĵٿ.‹u]«BóöÄäØšEA©6 j‹E—¶T[ ª­ Fز=©t¸šph{î»`ß»_qÎù:´èøO¼o˪qÑÅ7QÞSÌwß %*©ŠJɺ ¥u²1Ó<ž%vùôódn­j”LyA»~Ê ´ßÕý(Óð|vQ­nüsäãê¸îÚ7%E-ë.ïJk$wÒG;û cê·i!±rî ” -Üë¡UpˆÔâELH´*¼ Ý{÷0émh¶·ø³ˆ¸_´[5ë; ²ûII«#»þyC‘ É‹ÛM”žàr×"oLçž0þµr/¦Ð^˜kŒåM+ó€"æ ow!¾ˆœ¤ø{,z`Ò™mÔÈ~’]Õ¼Ç*Ʀ>|\íôÑ=’Eÿr÷ιY…VÇ›[èŸI ä–=Õ‹À‡Û'S!Û±yxzç*sìd̼Ӿ\/û (‹ºsëÔ#¼¤»M:F¸œGžrÿ‰kä\׬  ¥üÞ#ï¾ÞÞhÛÀ++Üz¹'Aˆ%N`Ez„¼°zÚ¹C–_Žúo·OÎØ!„°¥’µwÎ Þ9Ë?ÿ¦SÇ”òïSĂ̊Ëo-o9ýve}-þfkBì_ k¸aˆ>Í©S|QÔ¿W¢¶6¨¨k*‚ŠÚ Ùú¶­™‚9Ei1ssZ— ±ïH!@á½·½?Ï–9§ídì†D÷òó¸³ÕU¬rÙ2¥«é¯fmüg§BxAö¤˜9HxèÎPtÍ)÷Ï‹EÝ×Iý·¬{W­¾ŽÜ“Qxˆ‚ËtèúP÷SPz±2íîuYÔ;”³¬öÍWþ¹¨æwpèÌ òĹ"õÞ{¼_ù«ïìFʱ€do:ê%»½³&ö;9þk h®‘Þ¸æÝ>5~ÊÈ{r(< è;|ŒïÆÊÅiÞ6­zÀ‚¡æ0¹§ô‘_%Æ Ùúæ|5™KG#ç­`çyËÝ›s•)7½cÃy˜ñf«Ýj*´ïÔ±+ßOºb€øUÝ®¶yXönŽ…Kƒÿ»Å‹3ßg:íÞvk¯ Æ‚³Ù1£xdz–.f2'KÒ8u]PŠ–ÖóeìÑFèi¦`ÄLÕÜì¼ *g.ÌõÏmwÔ 礻«!Ýö¡KKÑÒÜÆÎöªÑή†w2 ù®^ïãoQgòªEWÉÍ\°z¸¿ì>*>íXt‰_0j£îBǃ-*x mi&øµ"$ðȺµûG]÷”¦Zb«é”Ë÷¹]Ô\wë³óPz\íÁÝ¿7×^!;ûZ›ßýaÒ?yÈyzÇŠ o{¿µÝ7ÜCÇÖQ0÷$yߦ3<sS.+É$ ~·óK…‡ºNi¢:üª¢­º¼ÌùÖvñFŸÅÃP=«RxÍM¶ã» éÂêÕ®yÝNç¬Í/ß:­?/i(­ìé;tÒQ¥KE:JžëK#„¾¼¼ûkQ§è!Ñ»±Ga`šZkDÉÿúÙ¢ÄF¯ŠAw° 2×ò"KAÑLŠö™ 62¶Gã¦þ›Éð²"ƒ£<2õë9Æå€~' ÓF'ÍÓSâ|,O»äLœïîSõ§ì.ÏÛ¶Þ5Ü?þœUvÝ‹êÙ÷EöÖ<ßùǬ÷@Ÿ9oëL3·+³NyÔéE՞˼¹˜òÂ1|u®7¡&ò¤ ²Ú`'2Ùy*T×X¿Äÿüs€ÿŒ ½7Î.‘(¤«•îf{%Û<ï8J¾G*l" ä»”.FuŠ.»¹œì¥RáEëøÆ¬„é´óBö€]™˜%9_ˆ=†ä•kgµ¯\ò†-~—™×Ž×5p6öÏM»¸©Ÿ¢ÎßAžSw£BLòµíJ¿)ºÇ̽¡Ñü‡dû©Ð…¤hNÞ åÎ¥èT<„‚íæ†ØáQÀ?¶²Û©ñ~ê_&­œùEǹѯe‰²{”½žˆqýåI(Ø„»¾ŽóTaëdŸÝ» 9Ç”ô¸áå>Ò@ÿZlUå}6Õ8ÇÅ:Añz› ÌöÆÞøû]œ/[~Ó ™úÙGï5ø+¦ÃÛ“òv®‚2»rsªLµð)Q‹õ©ç^‰,vózÁqv*ûÜá‰%þ„|g%Ó—ç„ †R¶y¨Ìu Ã3d®bU2ëæS´šæliÈ“]߸ÏH‘ns_6Uˆ—RΜ8'Át;úÄæPV~Ù•Rq˜¸çíükHÁ¾ækÞ/ܹ¥ó5ÛÂï74c·­ºI-´]ÙÞ9>ëÙ‡rw—¢«PZ_MÍät¤tÚC”£rßR~;ÿx6{]æ8ÛfnÚ¶Î;Åûç±Ü¯¦žóe`þ:¯^αïßóøãd~›K˜XîÞ(éC%˲×5mþÊk£gú§‘[9÷ÑòŒé\rÍ:ÊýÆ98ñ`(æ"‡ŸÇB7§önƵ ÈXS(Ñȹޘ'×e"güÙ{trŸt›K½BnIw_ ¬¯÷Ùdë.w†V“‰ˆƒÅýòÆOÚ‡ž½/!m’|¿ÆÚûËÀw¯’6*tðÉ"…dTþŸ9……¶‡¬ªã×s‹òôºœêÎ)SÞ^Ù}Á\íºFÞøþœóŽìµ3þèÐöp.º‚+¤çlc±ã[^HÒëŽ{ ®‚?7GlÉÃ_V|>õE:•lhù –[_Œàœ"œ¡Å¹!´néëÎÕü@áLÌœLFÛAðuö qÌd÷ôø|‰VZW3õ3Ö ÙMQˆ»òï÷ þqç®WáDZ´|9é©ÂÏr$ê˜S¡sjSˆ”´û ]¿äìU®˜n÷Õô~,9FÓ~ütµ œS¡; Wßs®6ef[štÑÉ÷èŠ?ÊéI*cöœ˜=};æ°ˆëÇ ´¼¿ÐiÃŒX(H%Š’¦…¢KþN]Ï©|7˜Br¨Ù®ô yÜ3x¦Ùð’-Ñy ’ý6÷±£1 æï=5öùp(§9sFð–E^ÑŽTkQt‘¨1Ø<©Å'=^©Üû5U¸ZÎizR7øƒLcÚ®¼ôv2œÌ‹FÜþ,aP;ŠŒ<;|ñV¤Nlao|w†å…[‰ì¹…‡}˼nfüîuµóëÁšÚ|”T€€Ü1¬br±”\¥Nâ¤Ìz:X!t»Ë!ºHk>ˆ0I™ÒSÝœ‹ïü•'xó™úZ­Ì,^pD‚!‚TIåÍPãg$ÝHvºÒµÂc‡ÝÍIÑ‚ÆNçðx+¸F^Aˆ4wnŸ aB;sÄ׬LhמMzË3¿óÖÌx‘eÐ¥—‡7”ö$©Mþ¦_OïòúPþdìݡ؅ßÇ ~K‡ß$ŸÁª†³¡÷ƒ¦¨ŠY5ݼÓ6 Øø0¡Âþ˜sæÃ¦%Þ‰·çýÞBq³_UhpŦmßKÚ…ÏzBñ¸éQáu90sóà{}Ôyjµ˜&´Ž—«/^’® ÉÄȽ¬Ú¶öxmž÷²4‹'q"É{éQµ´)ÑÀµU2ùäÞOДS"ü9·H0¢T@ IDATr} šþl@uÐõ"X’ÙHùA|‘²²´ §Wæ»âîqÚDƒ“9tž#Øü¿žÒh>™ ì"»ðïqR^xP±Þ ˆˆ&Íx T@gc×´œ××8…ìWîüN÷¶Øw¾Ù^©d†M¿4É<Ç~”ŒŒ¯Ó”oq×Y^wŠ<³f ãIfã¢(ñ;ËeU˜r”`š5ø3‰øÀ'‡#íË6Ìû§µç¬§…®NùP9})ξX=…zƒú¸ qõÙXv›'¹Ñ§6ø#<›Ô&ÖQ›+ôkgw4u0¹Â 8¢ìq5ݘ¤˜¦U`ô:±G®¼küåXÊöŸìÅÒš vAÙ^ú”õ÷É÷y¤“À.$DÓ í9¢«¦ úÜÊ,Ð3­KoÙwqbТOä"GÞrû&ÝõÇßô •¦ýL·Ï‘„<£›V–?¿ –‰U)r»ª:HÉÒM{›1Tajªëqªõoøv_}Âõ7PpäYÌB©ŒhªÓ“ér¯wlCçà2µ +ç ÅÛs#f)oŽ1 \Á«JéƒSš«©Âé~ιcÙÇâZÒõ2†H÷uÙÂî;;·»Å+•åÏRT{oˆ6Æ[7*ZáÂ<ÁgÏðŽž›¬™‹oX»_f'w$LºÁUË6é‰z¾¾¨0³ù’ z&!V2Ä"žd`n~!ƒŠ¼ãXë(=+-Hø¦'ø¯Ô”˜´yÖ?®ÀNrÛª¬Sxr4 ”FØ®³î×ÑãÆå:¡^¶é¯>ÇÀŒÜžTQ¥Í Ö·i½æ«}3ñb¤ôÁìî—_?šá â”Ê{ s &“LеW¼ì¼ëR93‚r€¾èŒAq €r¾öûfÜR!q*ì[ÆX·–®l¡£nq™g™Ó€|¥#í{€nø³ÁZtîÀ™mIa:çz±$Ç˧ ÇXÒ}øáxx¼p‡Ýx|ÁÖèG[³-œP:ÌIR cúÔõÕœ_«éU¦´eü¶u&ÊUmÐ!aCqÌNRCPBÕˆý‹bó¹ uÁ~6‰–ÍŸ+p8Ì¢RÐåßpùqùóéÍ hd?¶¦*ÿÛéèQØ# KÉŽô¶x‰ôr@šœMß ¸\i„îî†ì㡬ô²¿ÁÀ‹rDÑ‘¢v 6é M] v¦ß\]|ÎðÃtÛ[ôiÔ\“·ŽœW2°ã`µ(y–{ZèFC6c@Ö•ÓÂ:xÂD/ô%w%B‰IM§Ÿ¼­Ìq55³ËÈšSASv®«xÃüˆZã—B.E[²NXÙ4,Ç‘K$«8Ъ€ñÐ òƒ¶ï‰¾=Ð>{Å¿¥ú3o³sÕp¢âSGE—¼ ­ZC~ðoÈ3ô9â¤Û$±£¹Ë/²ös+ÄÅÂ, ^Ð·Ï ü—©E ©ÛôvÙ*«JîŸØaKƒ×$Ó¨,ˆ~À¼aY´]Ò¯X!¤$×ötÚ^ ô¡ŽŠ K/¼Ï 𥿗 ÝðüF ä[¯T€¬‡$á²Vœ¤† I@Þ¥^tÝÚmÂ1ÚÙÜ4ñ8Ÿe±£Çw©XÖäô~˜¤3óiÂ¥¨ßgœéé#È>¢ÏýÖ`žtò4!ÔÇ7…¨%øZW3¨ÉT ý\´ B ý“~­É_×·oì-ùI/áîT:Y`p_t޶xv3Xö[Ûê|µ4қŻ„”c@îè½:rQvP^Ê ç“ÎPñDIgéòxcõLÔJüÝå2šõ4‘Qg'–ZHµ“1«PcxÉfyS غýˆáí“u;åu—}`ŸŒÍ´‚ÏË€sÜð%7ìM‚n÷m^±Žösuªîv̽V.Ä"»oÅn½ õvtà1"+÷/¡ KßnEÿƒá‘©¢¾Qœx¬š”úoÒÛ²8AÍ—ë÷]Çug†‘ÎRò<—Y×Wñ©f–Î#>£gʾ!1yH0Oеæ\ø]ÞüºþPV„YŽÚ¥›¡€ÿ„,ƒ„-‚<è¹:;òÒ”„«uP•yN@áLÊ øÜ¿ÐžäÌ®›qÂÏV&þà¥BŸBïa?46/†Y¾aQ¦YoàçöœOÈëÚæ@@Àr¼¿LÔŸ*¯!2ò´àð&ÄG¾`Êy7;=ßUn?þ\þôçßßft$œ¯§A¡˜ÏR¡ v¤`°"z×™…$…‹ÕOS¬„œ‹‹T§'>=íÛ™?LFÛߤ,8¾ ½ñ}cù)fµ¢ºú0yõT%=ÚÓtÞÓÄä õæìéɦӥxÛz|¿úX~ÏLfÛx”^‹@c¸¸p×'Éø ã=Ü)P8§~æÄví~;9?„o,Ê%\¼bÀ©·Ñtí½¨›åDßµä%Q98¤"Ź„gx›Òž=ÖhnËÉëéÚÆ¼‘Ž\©:2?&ÿ±þ×´¨±’b×]à ï*³¿þ­Œm84òÝÊØÛnvxäË¡` øs]ëòì?—\Ô +[&¨ä8pòÁA„X‰SIMÔ+³šÝÆçêzƲŽÞÔΠaÌ6¸$Bq;ÓøÀ’#jxnlÔ^ª±+Á jrE³"ä–˜ỗ½xÆQLܦ4âi›oü÷eÓ¾Ò„êú‹Ç]¼xïb‹Ó0l®N“š˜í²çG·9úi›6d«¯Œs¹ÊÑÛ > Ê4¯•}[ ¢Ä¶»> +Ìè—5!D·)WÁU Xæ`?ñ…8-û|‰ª4P»†Šéfö0ˆï·rYM1Jò Im—Œ¤M³û˜È‡J„^“²Œ'Ï Ù‡÷nJ|:Aú—¬e²½Íö¶w™ëƒŒ4bÒ³76[¹ƒÆÆºâÊÌlŸ–1‡Â¶ýÒÇ*]lÖ±£–G»‹žÌþaÿ÷‰kúkéoÀåHoòüF‡”í²Ð°c@¥=xM•í)é3;ÇÚôĸ…$ÍŽrw-ñ#œîΫ©*ð'R_TêO‡6NòÔê—ªÝ[g‘l@ï`d㲡¸ÂwzžNº›WÛíý¾í®{V£à]oÔgf–ϱ@¨§1„“¤™hˆ `fÍö»$ÚšNí¾M›®çÁ±'¦r›qlWD»ýP&A“„nÂn8a¡ÎБå%AjˆºKj‰îF_‚¹x/Ñ ÌC ƒçm@äE+ÀÚ!­€NÕqÄGµ;¹QKõ\äàwí9Èò(É´±(œVtÙYÍRÇy ¼Ôn*6pÒ´¸ö•iÑÇdCÖ«ÐôȲ& >«Íý0¿H°€wNqh#|¥Ê²>Àó"G~æÊôÿ³×P>Ñl}÷G×ÏÍX´$XEÍÌÒÛ_¢+~a“оn<Ãõ ¹iÚ$GXÆYô̰DgÈ8á¶1®ñVð¶Ä6„6Ïr$ã ´“/ѬJêª\hY‡$AlÉw´|Ô.d&Œù‚—ä-¸rm_X`€ÉllñVí gÉ OÝ[ú°n»ïKóNCG•õK®ùòzìþèsýƒ tKßí×"Q ÁÞ2‘ž™xAô“•Üe1¾i1ó“@¯›ÒÁ®wQ°Ç¾?¤:Væ˜Ý9ωº?“þ\þô!ÏoDãÑòO¹ð7ìHu´kÓÕC`Xzco±t§hÿá¢à„iZšìä7͹\!‘Û”&“ÏáT´ÇÄ~. ƒÀ¢J²—V0Ѫ!>fnT@²B’‡+yÕ‚öUhÎü\¿¥õ¿ixØ®$¥¡¿J ¼üÁà¢ã\Üb‡ç»œ ÛÇÃ|³Ý`ºaÅ\Â|'k<‘kp´±›i4”^%kä·¯{UËn€չñiy…†h7OŒ¨~Ò¤]ú¾@¼IŽ_š Ž¢Œú&¦RšùAßO*ƒ (WV¦9™ #&ý—ÓÚ¶"T«¦ÕC›VDg·‘ø ²=nžà3oã¸ggуª@P_³ƒÅsú |¡Y'X×¼‰E.O}ï6ÆíŒ 1é+•Õç÷zÏÇÃ[2Ì[˜¢L‡!ä­|e*d€®ÉÁ°ÐR¸]Y–‘1ó(O2j2.æ–ßøåñ)Æýæ'n5ÚÛ‰s{&­SäN”ì÷]R²2B Ò¡Ì©50é]Ǿ”ÃŒ‘»‰4¬Žõ\ ¡sS+WqºÏ¢Ö¦îCã}ßH.ÿ@ú&ÏoDäöŒ§íbÉFCy€U²NO•ÀÁ(œ&3m¤%|4¨Uékz‘ šöco±l½¤ë)¼†‡¼ +(;’O’TÆm¾x*Ueþ¹¼„ý;Ÿßíl—V®t}”‰\¼’¨ä¸¸üj#†8@—”‘gZîƒ/@[ç´é<æ|…ƲAU3=Áòçv¹¨mºÕju[Ës9Õ Óý<ÉÕ.q^Õô|Öv]9g}É:ô‚{ì ÿ±RÇÌd]þÐS,¿ÊcAGñûÈßB&xŽQ»iÓìëEñ3¬œ‹1/¬/‹•ZbR#—BŸì‘Õæ4fõ n5?óvM]TEµ:U6­Î<Ÿ†©ÕriëÑ®ulOüSµD§/0 Yè*f¸ê‘A[Æ­:KNB+Åä^Ñzïf¦“òÀ1ϧٗ>fÈÔ×~¿þ@ºCì½ ST-6NènÖ5¸ª7©ä¨à«ÊVÙ=T/·rõ€Ùm¾¾°3 –YRJ³á­g-F²‹Y+Þ0òçÀf¥;zð”ÃýÖÜ Ë•V¸”$Ûˆ´ÏM€Á!Ù_¼ae^^hó8Î Õp•&“µù^Õreæ.,ƒne¿˜ßY_fÿŠL¯ú<Þôb‘at}9ùÂo§¿— ýÏ›qž‹œ‚/3ýÈä^ÇÝv£ åTîI»»Áø°z£*¡qd<ÚIQþQ2ÝêævL=mHï8½ù('oàà õjø#qïú°ÁÛBY†AôÉóÏðnhÃæµ²… /o7PÏJZ†Ï‡!ø Š4ÜN³Ë{e<ÏMB±ÆhÃä²çÎ4,Os$”QÅrzU"½¢¿\ÅìÞodP´Sb¿Àè°<í;&ÀgÄ„ÞuOð¢JßS9ŒZV‡"¿cµÅiò™ÚíJÊSOЙ:îÐ*Á#uIN/g^bñi`g fyR2hMÈc~12/u^qõeÖkˆÓÌ'I(ýòŒ"Þ²’²'øÍ(_N Õ¶,2jYï·>h’ÂÕM|NõÝ?Â7×N…wÁ@ ±Q§LjS~c7´úꪋ- ö7†_xƒN9Y·ÒØ|IG=¼#£ú#­¼^ÛUþîE¡ÔR)¨5UŸ4 mbþ$6 û‚÷Êî« ³(¾A 3ûÊü˜Ð¿ñ3k7z;Д Dø%˜™ o„ñÐuË&fK—â¡ö»g4~nt¢tß3“Ø:¡ÑHzf©Ó¥&/d¼É+¿Ân¿»êúAñÐ\wùØ”þÀU²ÔËŽMú­æœz°í+Å;5N½.ÐບùËõEû(èòÐ`üXzWûÿMßOÿ Ï«1{SÖÊ™¢C~Rò¿-í>ø¤™ŠàÜ/h~”íݧ¾.éF’Gq'3¸)A<­ª±#À5¾#ñ‚¾P¶ó†¿ ßnN?àí]ʶ<íEMú3„ü¸I8E¨OÅõñÐláòœÁ¬˜’ ó“žF‡l;ÝùÀT5F>4¶bª3wî1ƒ1ø§^b¶){†"ó™ì&WcfGÙÛp˜–W½ÇëäóɹôKÙ¢Àj§s4ùóI÷²C‡À´nö·»“’#_Ç\¢®`X`#0rù1ŠQFÈVè^åó÷ÆË=ê¹/!3·%ò|¤½±Ë“²Jÿ“¤•€œÁŠ„ òdöÌã— $9Vx(¨Bj—é9›ƒª8v0Áõÿ×ZQÁãªâGhÓL²üh›tHðzäj]0œ/Jÿ®²Zz2¯ú´¸×+šW}dFd¿¶¹ÀjË]¨+ÇÊ÷=›uë0ûò0M›Q@ûwŸ‹¢8sµ”ÅB#Æ$õ[”ÝRÇ×äΩm`;PþÓ€<ÍK‚Œ6ë=ôÔ¿Úw Jžôû$¬`ìa«N\Ò˜F3>±ýÚê ü€¤ü·´Ý$Þ‡‚”&j’R}ûšÐÓ™†ŽžÛ7»fÞΓèTª´ŸÏt9ÔA¨…;™ÖŽªÏ:ýù0á¼´t@ôH*Dð*Ærœ‡ƒÿÄÇÇ(ÓÜñIë<žºù˜±ug2qoÈ%Š3 %M§É‹&!ž º™²þ;ö¥a‚Ð m™àXEz«‚šLøPñúß˃É+{¼ïÊødO‘1SV9ÿJÈÕôí6¯³¼^2”QOø£3>Ð?n†Þ‡¬ªþ²åø?p:î6ÊäË(6 ¦Bçn67_'a*ÕÕ`kÆMe­³f+j2‘êªNaœ¹¶|vcy}™/Dq3ƒÏ³ èB==0ÙsRûQ ;Ú- áCidKQIS »óqü¨­Î/ÈÕüáXŒ»´Ý+®¯ÿóxò•&9ÌŠNêG[¼abõz QÎ7K+á–¾È04:ƒxk–tùÏý«a.1B6çâã¥W|uìb3Ia…2\büž/"à–úµÀKzùA*ýF’04 9§äÄϨƒþcé3ßøoú7§AÒK©þaÔxŒ¬L»™\çCè»ïŒ)þ¾íèxši´ŽÑÌ·GÀwô1X»HƒâÂy½¹¿G5ƒÉÒT™;$<U¿ŸPö'hZ›ê’œJt^Êt•EzwS”^ye;N‚þdoœI2óÓÆëç¸íßÖSÑ0ßÎ33DŒïYª“Uýf²pÎÇe.îñ¦9aCp`]¤Ab»»Œ™Å«@ýºÜïV*”»çÉ~N"‚+9ÐÉ2¶ô;Ìô[¦øSúÚ:>‰Ç¶au›ñ°tX2Û<лœ‘Ž ‹"Ñùî%øBý7HŽüw ,šéâIW¸Ò‡·BŽ×nÿµÏë]±Š%p®:1pÇó»Axß÷s~•¯»1:™Ê’–J®úA€Û.ùÊåüdùºPŽýuø¤UAS׿0‘.jYˆô|Á•(ר'CðÚI¾÷k_Þ;Ä?šLPþ¦ŸL¨o ô÷a¼•š=­Û)Ã'‚VØ?AÏG«f:xvæWrXºÂOfBÏSZLüÓm½dÅ/ÛÄf3ƒ¸OÝ$`Ô>|kå  "çÏõƉÓìÊÆÔ [¢"#; t©s—Øi&¸oˆò8†˜ÛŸM(·ò¼ ó‰b®¹p_¬ô»^?óš#7…+¶hƒngø!ËR[ÁPÎ.:tàÃLíð5ŽÙd7 b»ý"¸h•à SÙ¶¿ò‘Ñì Zvêö„ãk;õc÷`æ>žÞ#èè&€oD¸õ{ÚK?l­š"øä§ëD´99ËøË0†^.N´Ï/ÑæN§ºýò¿NÍÈIJ2_»}j|oy#2m\Ÿ–ž«( Ö6É7™¥Øõ6ËXŸëBÅ ü~¿eÖd¤ñ,ƒ|~#š6€§z‰šÕmj”CÀˤYØ4¢-šº•Ö!HŒ§³Ÿ ׈þÐÛJÀfù?ÝP4ƒ9Ùád ^òŠ€0N××eÚV4\ç›™à)BÚh\gÔãÕrµ4àYn¹-Ý’Ï9¯-GìÕ5'´©Mýyù*{ØŽ˜Lò@#[çlÔ-p͇%«©@ÌCè4/ѱð±Âí@y} çíù :7­[½ÿ”Xr;f–ùºâ… øwåižx»\Š`ˆØ¾²¹ìõˆçi²i¹›ˆÔ¼UqãNC oO~ |Óßü–Tû8ðmQ/y^×€z–ilÓ(…öv# v¦ BL¡ê ¸Lœè?ÞÎ’‘ôóþnçb;”{Rã„£î8Aa31à&V­o•tÂþÍÚÆC1#çüʲÊAÂé Îò7Ìb÷9ŽbnîvmZ!> ´ SXÂ9k¢hCSì´ ¯Õø[Ãù¸ªMñÌÓŠò¤Ã¶)1C‹HÔ»yÌí-7^–}<ÏŒQDÞ;¾¯:|Ã,õDÏ\-ºpúþlFLäúúÏ pŽ‹·”ç¦Ï’ôc*]³øy«£©€Ò9ã'  ç—÷½ËnòegjWG¡MSÍ6‚×ô±§ç•ǃë8÷CmáBö“éb¹¹p,I˜G´¯l8ûxù_K°?ßDõ½žƒxDF´‘µCi©Dã)xóÉJŽ?%ò‰´bæÏ©Ñ=ï¦nIæ·Rï©SZíhéçC½ j·«©0h"ñ¢]`ž<¹•M44HêxX¿ƒ÷lÓnë›±ÛÌ“‹Ÿ\<Õ’‘ºw;޹:rîü<”ó?ÒDºÓYGÝ\³cÿþÀÏÛHO-w]»"Ú‡b fPy…IÅvù@uëN/7Ðþ9-άIï¹½Yùûh¤ß´ Ûœ&˜Ø¶/>±à˜ñÙŸA&¼p=lØÀ`Ñ`|–å1f¨ˆo°Î¹Ñ¯}½ç3×Ç©ô%N2ã®.óÃ8÷ÁœZ§Žï*|›»Ì˜úÝEæ][§Ó¥êcìØ ì”— QSÆÎrà¿)(€õƒ'Ã:ið3\|Ò^ü.§ t” œxI2m>dgB±C d e,úxÄÉõò,D•âž­ò¼MÐG³~áâQ×Y¢-H)e¨MzøTY(Š÷@µ0Ÿ§4 ‰,b"TP{ûNo”h×î¨É¦Ôu"•pëýGPáJoë(üÒAQLÄ*?ÒkÑw®nȃ¤üYÔÝûm†méE‡LYa|^3ä9E§”œWÐå…GÒo@ë1࢒@õ–ÁänÜÑOûÌ3qʧà×Ó»6êoz˜þ`?~ˆê¶ëeq¼­0Ê5ÐŒp‡å4EÁx·¦_èe¡þðþ#éÖ ¿&õsõDz@@št°Bß·¿h„Ư’rvÁ ozsw[aÓEo„ÞOÂÉÓsHj†»ó“Ò~ïw'n‚Çùz¿¡È5Ji¶Ã@é¤CbùmŸbîS&GüPÍž$´c*oÿ߈€å]žñ\Í Ø½sdßVÏä,“× c&©ÅpÀÍ?í¿ NA"$“"±ð§&‚„Ûß0—ÀAi$Âw›”C½õÙž$T«Ô̾¯ð9+í…¦mÄd+†VnÒ!–ÊùÛÔ«Ûѵ^î=è·‰+0nyH‚…NúÊoÍ:üe¾¤·:Í#á@˜´"ÿë×'…ë%tÁ¨mÙ-æ#¨ãU|•Äû#VO‰ ¤ôTðÐ),;Á#°‹8°Ýª«-±3Ñ[àœRÆtcp]Jpq€Ôùu.IDATX±Êbźé<Éäè•‘zB›7œU«Åµ÷ý.)·Êað@m]ä­6Œ]éÏF£ã<÷.˜Ûa½’¯÷ƒBJЦZÎ,¾Æ}Ún µ› P3\0H­Òî$!Ì¢üLäœ_†:n\ô¶Õ‚ºl”Ï‘ÝÀ=›Ù¶ý_Ož%ý ÔsÿíoºM™ßD¥l_à»È¦V:fIõï½Ç7!È^»O[¯]~.u–ªÃ_<)Qé1¼gé³Ï$3õ› _+%Š÷ûi¸4KqË·~gšïÙz–ö"¯ÙªoÃ}É8Lþênî¯ àâóVS£“pW¸ØÉMÿû}÷@¡§æGÃßÀAàæsr0 J06ÓJhÑž­!ê¤iÁðɺ¥ZÖùûÀ‹Lý¤{r¦?ÞbÒêŸîÐáœçø…Cr^³vÁ÷«x9*/aÙt<蜘øjÅ›kr~ú<úËù$ƒªþ3÷¶©Rl.~ا“ðñ šÍ¢ßDVÈ_J!–y[‡Ÿƒ0%žYùªHÂgRþš6b`ÆËÍå[ o%ÐÛ°Þ]¿ DŒZ¬ÈÒzŠÍz¤¢a\M¼W:S~6 ¥|õ7¦}kÃVíD[%¶¦•1½þiƒvf­³d•áE!Ú_ýmYƹ4[‹ÚÚ©{[&Œ[,Sú“ó^[x“€…»vlÍæÂ#;À‚«[SwàKŸýLŽÅCB9KU¤¿ %¾æLEUU˜e—ý Û×rUÚ}·%ŽÓÇͶ1hßìëþ_ÉGyøñ =UX¬ì烽@|Óš•.îÃý8ü®Ó›é·ûíŸAõcòqó ßÉÈæ±Â~ô:•çìíµž¿ƒâ˜Nî/¦Ûf„Fgˆë($=E­è„iç£8oðêpÉ_Wë>9yH¤¥‰ÅÉN/Šý”§Vt|,ëüÂ59ÈŸ¡pþ0úäNI:PôÉàQ]×Z?ø·;0Âãœ{24N%ÜH:O ¨C‚¬ód„!?'×Á-'Ý¡Ãy‘J¸Vsoêݘ¼éjX »Iª–è8«ƒ:a¥¦¥³ Ô ‚¨¶op둞HŒú°ø¸ä.éÑ;'…ÒêÚã(J]ú㱊‰ 1ÁIÊIWx#UÇ;0”Ù‘&9™¶­Ë×YWóš2Ê?…9“.É÷ ®Rp¶Äª“µ ý¡OY;½ÉAÆ®­;rËÓ4‹€`!cZl Ây `â—‚äÈØ49“•;»}€$¡DÜ #ãöjl¬6\ö±~>Ô$(¬?G†‰ P¤ú8ê^ ¸Q} *2ÌÞÈø¥¿ÝëÊçiÁG äâ hÝ›Ÿåà–®´eÆù ôo"ÖõÞ%\‰/Ü DÔ…ï‰{•‚0 +O“ô&dÿ‚ñWà%¸A€õK>ÚxÇË0·mïà'ývl.õyØvØéÖD·ëàÕ/2€g! ͱ/‚.tyÐÿ?,Ïeèo’éÏôÞO£z ªŸ¤´Tœ;O#îoé8:T7­cŸç‡ˆT[¿3Ùe( þF=‚`ðvË÷}?õ5´+¾7.c*fÝ3‡T^†gi1ȼ5™Hú£÷s®/UXä O¨¦•1=¬Êoaq] äM.¦&>ò®s%w¦Yf±û$,±µtó䌑¨•øú”´^Wfúó2x æÞvä»Ò«NK‡ì¨uC2VìBQy¬ññ8ý§ð1}Q*Ap´P‚Ÿ_uØÓò±ekîÕ/êÍó„³vt›¯-Is?ôá^ô'é&Ü‚³4I;hŠöåIr}Z•Y[üuîMØt…Î\4á‹%´clÓ¼™_37O¡'³ríã îí{L¨a×áÂпʽÁ$ù™Úh›(ÇøÅšk? hÚ¾aëy2áè/à_K&€/‚ó9Y›ä“KVLÂ]B”éÓŒ²íq9éþp,ÚØA$ºdcî—æ™ãl.[é{hß r)—‹Ÿ,dê“e\M•  ïßI'¡Ó›é£ ÕÛ D¤óûD¨‰vFRP±ƒÑj>Ö:ÂiÇãÉÄøÏ%aŒÍ¿Þ„:·£Ým1}„")¶S!´$ƒËRæo’rR "r C×´ã 'YMÐúÂp±ôð¡õí+÷+^Ø›¤ÊÎiìψl`¹kžß„ÎZÇ›-t<–§^Ƽí8 ë´ûkõ0-í~bá#×åÕ'ûÚ!lî+= •:ÉK„ñm6Âä…·©tŽmF`i’°ÚêÝn¡Z}/ôpæ58Ù˜—1ý#€Ø<©|±<¯–€>FÆÒ(¤»¨ûp 0ÄÞ‰{ÐlÙj7«ÔÈ'‚`Œx°Úz0¿é½ÐŒø5C{ÁÀ×­é•Ï) Ü ï_ÖH³ÄT„± ‰$¼OÍíkÝÔQwbgÇïX+ùûÉŠÌ–iL6mýúD¹ðƒˆþd¼åL¥ÓIHóðvÛý;¡–Æ”Ò+/Ô¾hÙr8ÌlŠ~'·0Óÿ壛ñwNãs¢T³ójëP  HÜx_£š_Z.:ê§Û´WäÝ8çl֥Ѡ‘õIÑ=~ÊôY zÛN-*_™ßÇkOÛý`ðS"OBã×Dåq0Ö3&­Ø·‘õv$î†j²Ãó_ÞêdTžmÃJ|P lµ÷ £^Ò¾!¯>þ_\7#út#!¿þ6=äë¿ ÕÇ 8Bý1äÑuþ¢QýòÄ£‰:¡’1ÚÛRÿÍf²ßVsïÒÁ‘øvrgú‡À=‚³#¿ÌÞE„3èÏáå}G ISxIoQYþ2æ¶ÏŸ4|»ox¯¬‘~ï‘$¯c?y`lE~²œ‡„Ooý¶K†§šÀ7hãygàU~'jk[ ”®—£P&ƒxEסÂaœåX¦5!šîª ³ò¸*Œüˆ'O=qwzeÇ´\(Ôs—¹.è×à¾"L­zÀǽ҅ð oÏ“#&ƒ)ˆ ¡8Úr Ky¼ØÒOS^zÐã¦ftcè"Ï· ìã†UyŸ¿mÇXy¿Võö1u³‡ _é;ØD~+T¶ÄY]l_ZŽíIÍV|„ ÔÛ H f”qºs%ËÕ,ƒu}´û½h¯£ûðÁƒ¨~ðtº.^8pì ž˜­#cÃ×.·¶(Ì”ßÉGq~–…ÆìßôÅ–®±2ë‡Ý¶N÷ï«I´KFC®Á¾Œa6^×Ö?„L¡¦Íf¢?Ô” 2 ÌØôwÁ‘&€Ý$ÚÙÈÕ£lÆéÅ%’pëþ±ÿ€~ÈØ_‹]Ü>ÔG% y™àQ$ôý8J×,I^3wªÈS~crR?»¥;PŠ_\·AýCé©ç¿Òo‘ñ?—Þäë ªû„#þCaÁ·¨ÝÕ5ò žapõDïA*#¶Ixœº)Ú~öH÷éd,oi›™ ÌÇ`'ýžŠ¶àžÅ#þSÎJ~ ¾½BåÏÎí¼£«“£Ó,¨<ªKì{dO:Ïgzîè +«ºq@`õ³ýÍ3“ÊÆ[¼¥ž£Ž–=Ÿ–¦³8_f>' ÂÐ:ñXN´®·Íß}t:ä6Ó0z–‹G 'nsÍj<øÎä4ãO/gÄ7\åRôk.ªt‹~™…òè$ÌÝq â4±½¬Ðîtå+¦’íÌ’"CÏZ| »váØüI.;‰TlÊÜ]âg/\5š‘%»h“-T§žsСµ.¯ ê8œ—²o¶L”<‡Ì¾B™PY3ÿü¸ :ó¹) L¢cÀ5ÓŽyÔ÷Ñc·iOBxFÎFþ§î¡HJYŒu˜­±Ñé¯bgülÿ™Oþ¼±O•Óþ)ôœ3‡Wa‹=ÞUvNü…ЇÀ¼\É0ó–¢cÂnçñ<|\f ÏÙbœ±Ê?V>®m 1Ä×ûXÉ…<à€§ ¯·„xµWý¬¾ô~ðqhtBÕèl‰Úä®3\ï³>‰<@_eLs_¤¿¤¿áù\íÓ¶ñû¾õÉVÐÈÇ:i0$»ÄW?Û¤u¿f“sðm 7aZÙÒv=_^›ÿ6¬Ù¦d¹ Ê9õaÜñ\Ð$˜Ðu%nn®C2A/3¦ï‘Šø ©M¬,ÿ&Jòõ_Žj#¼C*¬é' y|&(z†*ø¤]O‘¾ âÂínŠN ºÇ‘’^1A<,7ÔÏUmP«Cé>Ä{*¨ŒIytn /(Î^°(Ïv\}O¶†>dR'Õhz†û¡•O8ììЧr5«Vh˜†xn=CTîbÀl*ËkP!8Óå:‡VN‡È33˜$J§T•ëg$Ÿâëèc`PÃT§f&zN •SïtⵦùÈÃàJÞ,=ÂÕúºÖø4LBy1wôÙݽUTp̶tG¤zfé¢8Ó9Î ¸d3‘MænòÀö@ ùÒDAV ÑóalÃïÕÔq×6 K“€»¤ta{`Ôê&¸P#d²Yé)fu˜_7uås¦uÑÅw|¶C„W»†!½q ­®ã¸¯ßãóòIb³ÊX|6aKªŠþžloA÷Öº/òeþ£Ûr •qíœR„DrKgкHòãl@ æLU !_LEpÀÁW‰ m'W.ƒÊöû/ºãUä¾¹D?µEô‘¨·-ÞªÕxëߤ¢ ¸°‡ïE§àM²#Šf1ÆÃ©îì ñì´OêôÅÚ©þ k쿱‡-ô kV6•ýÊÏZm÷ÍôаœÒo‘ö_~€¯ÿ0ªÞåQò Ågg?%†ôàѱ·ü‚GÎC.|ì¬ã'òÛ͸ӀNSF27¯n'ä÷ð’c;öNRFŒ€£sŇJöpÞMà¼Ü°÷m3éÖDÇì0§Í¥–ÏñtŒ‘q<ÔÎN`iØz.üSEËÕ½þ¿ÀÆoþåç=?8^_|q@êŽOÎtïe¯/×c‰ïÊ“cïŠÛ™ ·] þk?Ìö*€¨;Í'FûzÛz„Œ˜ÅäcL—,PÝéývXù¸v ·Êàxdê+`iR‡²8§eþ{Õ7qbSЛ3èÃW6\ckýJר{|Î) V‘HRy~ßÛWÒ¬¬!»F$-‡[tê`Zí½ã@Ìú-‚Œœ¡;»i=A †bsuc–é4¬W¶[º¦ žÍUo—³³Ü7Š?«"©ì›¬¤Ü_™¸[¥Ó¨eÖÍ»m A(—”=·­/æU)Sà‹Yö#Âg0­$[ ‘$9ë|ýxÓeЇ ¿ÜNv ÈÍ©ÑOô)Ù³¥ã’iØ^Ü¡_ư’¼ž¼=lßjëp=0rý4&EÓ"PQ†2=(«û„\t×YÄó3,ÿ£mIß"N±":ü;copŒU¶‰fÿÁMcBLB¸ÙIEND®B`‚adwaita-qt-1.0/style/000077500000000000000000000000001311200771300145415ustar00rootroot00000000000000adwaita-qt-1.0/style/CMakeLists.txt000066400000000000000000000037441311200771300173110ustar00rootroot00000000000000 configure_file(config-adwaita.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-adwaita.h ) set(Adwaita_SRCS animations/adwaitaanimation.cpp animations/adwaitaanimations.cpp animations/adwaitaanimationdata.cpp animations/adwaitabaseengine.cpp animations/adwaitabusyindicatordata.cpp animations/adwaitabusyindicatorengine.cpp animations/adwaitadialdata.cpp animations/adwaitadialengine.cpp animations/adwaitaenabledata.cpp animations/adwaitagenericdata.cpp animations/adwaitaheaderviewdata.cpp animations/adwaitaheaderviewengine.cpp animations/adwaitascrollbardata.cpp animations/adwaitascrollbarengine.cpp animations/adwaitaspinboxengine.cpp animations/adwaitaspinboxdata.cpp animations/adwaitastackedwidgetdata.cpp animations/adwaitastackedwidgetengine.cpp animations/adwaitatabbarengine.cpp animations/adwaitatabbardata.cpp animations/adwaitatoolboxengine.cpp animations/adwaitatransitiondata.cpp animations/adwaitatransitionwidget.cpp animations/adwaitawidgetstateengine.cpp animations/adwaitawidgetstatedata.cpp debug/adwaitawidgetexplorer.cpp adwaitaaddeventfilter.cpp adwaitahelper.cpp adwaitamnemonics.cpp adwaitapropertynames.cpp adwaitasplitterproxy.cpp adwaitastyle.cpp adwaitastyleplugin.cpp adwaitatileset.cpp adwaitawindowmanager.cpp fakeadwaitastyleconfigdata.cpp ) add_definitions(-DQT_PLUGIN) include_directories( ${QT_INCLUDES} ${CMAKE_CURRENT_BINARY_DIR} . animations debug ) set(LIBRARY_NAME "adwaita-qt${QT_VERSION_NUMBER}") add_library(${LIBRARY_NAME} MODULE ${Adwaita_SRCS}) target_link_libraries(${LIBRARY_NAME} ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} ${QT_QTDBUS_LIBRARY}) set_target_properties(${LIBRARY_NAME} PROPERTIES LINK_FLAGS "-Wl,--no-undefined" LIBRARY_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}" OUTPUT_NAME "adwaita" PREFIX "") install(TARGETS ${LIBRARY_NAME} DESTINATION "${QT_PLUGINS_DIR}/styles") adwaita-qt-1.0/style/adwaita.h000066400000000000000000000157771311200771300163450ustar00rootroot00000000000000#ifndef adwaita_h #define adwaita_h /************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include #include #include #include namespace Adwaita { //*@name convenience typedef //@{ #if QT_VERSION >= 0x050000 //* scoped pointer convenience typedef template using WeakPointer = QPointer; #else //* scoped pointer convenience typedef template using WeakPointer = QWeakPointer; #endif //* scoped pointer convenience typedef template using ScopedPointer = QScopedPointer; //* disable QStringLiteral for older Qt version #if QT_VERSION < 0x050000 using QStringLiteral = QString; #endif //@} //* Settings namespace Settings { const bool SingleClick { true }; const bool ShowIconsOnPushButtons { true }; const int ToolButtonStyle { Qt::ToolButtonTextBesideIcon }; const bool ShowIconsInMenuItems { true }; } //* metrics enum Metrics { // frames Frame_FrameWidth = 4, Frame_FrameRadius = 4, // layout Layout_TopLevelMarginWidth = 10, Layout_ChildMarginWidth = 6, Layout_DefaultSpacing = 6, // line editors LineEdit_FrameWidth = 7, // menu items Menu_FrameWidth = 0, MenuItem_MarginWidth = 5, MenuItem_ItemSpacing = 4, MenuItem_AcceleratorSpace = 16, MenuButton_IndicatorWidth = 20, // combobox ComboBox_FrameWidth = 7, // spinbox SpinBox_FrameWidth = LineEdit_FrameWidth, SpinBox_ArrowButtonWidth = 20, // groupbox title margin GroupBox_TitleMarginWidth = 4, // buttons Button_MinWidth = 80, Button_MarginWidth = 4, Button_ItemSpacing = 3, // tool buttons ToolButton_MarginWidth = 6, ToolButton_ItemSpacing = 4, ToolButton_InlineIndicatorWidth = 12, // checkboxes and radio buttons CheckBox_Size = 20, CheckBox_FocusMarginWidth = 3, CheckBox_ItemSpacing = 4, // menubar items MenuBarItem_MarginWidth = 8, MenuBarItem_MarginHeight = 4, // scrollbars ScrollBar_Extend = 14, ScrollBar_SliderWidth = 8, ScrollBar_MinSliderHeight = 24, ScrollBar_NoButtonHeight = (ScrollBar_Extend-ScrollBar_SliderWidth)/2, ScrollBar_SingleButtonHeight = 0, ScrollBar_DoubleButtonHeight = 0, // toolbars ToolBar_FrameWidth = 2, ToolBar_HandleExtent = 10, ToolBar_HandleWidth = 6, ToolBar_SeparatorWidth = 8, ToolBar_ExtensionWidth = 20, ToolBar_ItemSpacing = 0, // progressbars ProgressBar_BusyIndicatorSize = 24, ProgressBar_Thickness = 3, ProgressBar_ItemSpacing = 3, // mdi title bar TitleBar_MarginWidth = 4, // sliders Slider_TickLength = 4, Slider_TickMarginWidth = 6, Slider_GrooveThickness = 3, Slider_ControlThickness = 24, // tabbar TabBar_TabMarginHeight = 9, TabBar_TabMarginWidth = 8, TabBar_TabMinWidth = 80, TabBar_TabMinHeight = 36, TabBar_TabItemSpacing = 8, TabBar_TabOverlap = 1, TabBar_BaseOverlap = 0, // tab widget TabWidget_MarginWidth = 4, // toolbox ToolBox_TabMinWidth = 80, ToolBox_TabItemSpacing = 4, ToolBox_TabMarginWidth = 8, // tooltips ToolTip_FrameWidth = 3, // scroll areas ScrollArea_FrameWidth = 2, // list headers Header_MarginWidth = 3, Header_ItemSpacing = 2, Header_ArrowSize = 10, // tree view ItemView_ArrowSize = 10, ItemView_ItemMarginWidth = 3, SidePanel_ItemMarginWidth = 4, // splitter Splitter_SplitterWidth = 1, // shadow dimensions Shadow_Overlap = 0 }; //* animation mode enum AnimationMode { AnimationNone = 0, AnimationHover = 0x1, AnimationFocus = 0x2, AnimationEnable = 0x4, AnimationPressed = 0x8 }; Q_DECLARE_FLAGS(AnimationModes, AnimationMode) //* corners enum Corner { CornerTopLeft = 0x1, CornerTopRight = 0x2, CornerBottomLeft = 0x4, CornerBottomRight = 0x8, CornersTop = CornerTopLeft|CornerTopRight, CornersBottom = CornerBottomLeft|CornerBottomRight, CornersLeft = CornerTopLeft|CornerBottomLeft, CornersRight = CornerTopRight|CornerBottomRight, AllCorners = CornerTopLeft|CornerTopRight|CornerBottomLeft|CornerBottomRight }; Q_DECLARE_FLAGS( Corners, Corner ) //* sides enum Side { SideNone = 0x0, SideLeft = 0x1, SideTop = 0x2, SideRight = 0x4, SideBottom = 0x8, AllSides = SideLeft|SideTop|SideRight|SideBottom }; Q_DECLARE_FLAGS( Sides, Side ) //* checkbox state enum CheckBoxState { CheckOff, CheckPartial, CheckOn, CheckAnimated }; //* radio button state enum RadioButtonState { RadioOff, RadioOn, RadioAnimated }; //* arrow orientation enum ArrowOrientation { ArrowNone, ArrowUp, ArrowDown, ArrowLeft, ArrowRight }; //* button type enum ButtonType { ButtonClose, ButtonMaximize, ButtonMinimize, ButtonRestore }; } Q_DECLARE_OPERATORS_FOR_FLAGS( Adwaita::AnimationModes ) Q_DECLARE_OPERATORS_FOR_FLAGS( Adwaita::Corners ) Q_DECLARE_OPERATORS_FOR_FLAGS( Adwaita::Sides ) #endif adwaita-qt-1.0/style/adwaita.json000066400000000000000000000000521311200771300170430ustar00rootroot00000000000000{ "Keys": [ "Adwaita", "Adwaita-Dark" ] } adwaita-qt-1.0/style/adwaita.kcfg000066400000000000000000000115011311200771300170050ustar00rootroot00000000000000 90 25 255 16 6 64 0, 0, 0 true true 10 100 false true 800 1 1 true MN_AUTO true true true true false false false false false true WD_FULL true true 12 false false adwaita-qt-1.0/style/adwaita.themerc000066400000000000000000000001201311200771300175150ustar00rootroot00000000000000[Misc] Name=Adwaita Comment=Qt widget style for GNOME [KDE] WidgetStyle=Adwaita adwaita-qt-1.0/style/adwaitaaddeventfilter.cpp000066400000000000000000000025531311200771300216050ustar00rootroot00000000000000/************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaitaaddeventfilter.h" adwaita-qt-1.0/style/adwaitaaddeventfilter.h000066400000000000000000000036121311200771300212470ustar00rootroot00000000000000#ifndef adwaitaaddeventfilter_h #define adwaitaaddeventfilter_h /************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include #include namespace Adwaita { class AddEventFilter: public QObject { Q_OBJECT public: //* constructor AddEventFilter( void ): QObject() {} //* destructor virtual ~AddEventFilter( void ) {} //* event filter /** blocks all AddChild events */ virtual bool eventFilter( QObject*, QEvent* event ) { return event->type() == QEvent::ChildAdded; } }; } #endif adwaita-qt-1.0/style/adwaitahelper.cpp000066400000000000000000001631511311200771300200660ustar00rootroot00000000000000/************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaitahelper.h" #include "adwaita.h" #include "fakeadwaitastyleconfigdata.h" #include #include #include #if ADWAITA_HAVE_X11 && QT_VERSION < 0x050000 #include #endif namespace Adwaita { //* contrast for arrow and treeline rendering static const qreal arrowShade = 0.15; //____________________________________________________________________ Helper::Helper( ) { init(); } //____________________________________________________________________ #if ADWAITA_USE_KDE4 Helper::Helper( const QByteArray& name ) { init(); } #endif //____________________________________________________________________ QColor Helper::frameOutlineColor( const QPalette& palette, bool mouseOver, bool hasFocus, qreal opacity, AnimationMode mode ) const { // I really can't remember why we have differed these two cases. This seems right. return inputOutlineColor(palette, mouseOver, hasFocus, opacity, mode); } QColor Helper::inputOutlineColor(const QPalette &palette, bool mouseOver, bool hasFocus, qreal opacity, AnimationMode mode) const { QColor outline( buttonOutlineColor( palette, mouseOver, false ) ); QColor focus( palette.color( QPalette::Active, QPalette::Highlight ) ); // focus takes precedence over hover if( mode == AnimationFocus ) { outline = mix( outline, focus, opacity ); } else if( hasFocus ) { outline = focusColor( palette ); } return outline; } //____________________________________________________________________ QColor Helper::focusOutlineColor( const QPalette& palette ) const { return mix( focusColor( palette ), palette.color( QPalette::WindowText ), 0.15 ); } //____________________________________________________________________ QColor Helper::hoverOutlineColor( const QPalette& palette ) const { return mix( hoverColor( palette ), palette.color( QPalette::WindowText ), 0.15 ); } //____________________________________________________________________ QColor Helper::buttonFocusOutlineColor( const QPalette& palette ) const { return mix( focusColor( palette ), palette.color( QPalette::ButtonText ), 0.15 ); } //____________________________________________________________________ QColor Helper::buttonHoverOutlineColor( const QPalette& palette ) const { return mix( hoverColor( palette ), palette.color( QPalette::ButtonText ), 0.15 ); } //____________________________________________________________________ QColor Helper::sidePanelOutlineColor( const QPalette& palette, bool hasFocus, qreal opacity, AnimationMode mode ) const { QColor outline( palette.color( QPalette::Inactive, QPalette::Highlight ) ); QColor focus( palette.color( QPalette::Active, QPalette::Highlight ) ); if( mode == AnimationFocus ) { outline = mix( outline, focus, opacity ); } else if( hasFocus ) { outline = focus; } return outline; } //____________________________________________________________________ QColor Helper::frameBackgroundColor( const QPalette& palette, QPalette::ColorGroup group ) const { return mix( palette.color( group, QPalette::Window ), palette.color( group, QPalette::Base ), 0.3 ); } //____________________________________________________________________ QColor Helper::arrowColor( const QPalette& palette, QPalette::ColorGroup group, QPalette::ColorRole role ) const { switch( role ) { case QPalette::Text: return mix( palette.color( group, QPalette::Text ), palette.color( group, QPalette::Base ), arrowShade ); case QPalette::WindowText: return mix( palette.color( group, QPalette::WindowText ), palette.color( group, QPalette::Window ), arrowShade ); case QPalette::ButtonText: return mix( palette.color( group, QPalette::ButtonText ), palette.color( group, QPalette::Button ), arrowShade ); default: return palette.color( group, role ); } } //____________________________________________________________________ QColor Helper::arrowColor( const QPalette& palette, bool mouseOver, bool hasFocus, qreal opacity, AnimationMode mode ) const { Q_UNUSED(mouseOver); Q_UNUSED(hasFocus); Q_UNUSED(opacity); Q_UNUSED(mode); return palette.text().color(); } //____________________________________________________________________ QColor Helper::buttonOutlineColor( const QPalette& palette, bool mouseOver, bool hasFocus, qreal opacity, AnimationMode mode ) const { QColor outline( mix( palette.color( QPalette::Button ), palette.color( QPalette::Shadow ), 0.3 ) ); return outline; } //____________________________________________________________________ QColor Helper::buttonBackgroundColor( const QPalette& palette, bool mouseOver, bool hasFocus, bool sunken, qreal opacity, AnimationMode mode ) const { QColor background( palette.color( QPalette::Button ) ); if ( mode == AnimationPressed) { background = background.darker(100 + 15.0 * opacity); } else if ( sunken ) { background = background.darker(115); } else if( mode == AnimationHover ) { background = mix(background, background.lighter( 120 ), opacity); //if( hasFocus ) background = mix( focus, hover, opacity ); } else if( mouseOver ) { background = background.lighter( 120 ); //background = hoverColor( palette ); } return background; } //____________________________________________________________________ QColor Helper::toolButtonColor( const QPalette& palette, bool mouseOver, bool hasFocus, bool sunken, qreal opacity, AnimationMode mode ) const { if (sunken || (mode != AnimationNone && mode != AnimationHover) ) return buttonBackgroundColor(palette, mouseOver, hasFocus, sunken, opacity, mode); return Qt::transparent; } //____________________________________________________________________ QColor Helper::sliderOutlineColor( const QPalette& palette, bool mouseOver, bool hasFocus, qreal opacity, AnimationMode mode ) const { QColor outline( mix( palette.color( QPalette::Window ), palette.color( QPalette::Shadow ), 0.5 ) ); // hover takes precedence over focus if( mode == AnimationHover ) { QColor hover( hoverColor( palette ) ); QColor focus( focusColor( palette ) ); if( hasFocus ) outline = mix( focus, hover, opacity ); else outline = mix( outline, hover, opacity ); } else if( mouseOver ) { outline = hoverColor( palette ); } else if( mode == AnimationFocus ) { QColor focus( focusColor( palette ) ); outline = mix( outline, focus, opacity ); } else if( hasFocus ) { outline = focusColor( palette ); } return outline; } //____________________________________________________________________ QColor Helper::scrollBarHandleColor( const QPalette& palette, bool mouseOver, bool hasFocus, qreal opacity, AnimationMode mode ) const { QColor color( alphaColor( palette.color( QPalette::WindowText ), 0.5 ) ); // hover takes precedence over focus if( mode == AnimationHover ) { QColor hover( hoverColor( palette ) ); QColor focus( focusColor( palette ) ); if( hasFocus ) color = mix( focus, hover, opacity ); else color = mix( color, hover, opacity ); } else if( mouseOver ) { color = hoverColor( palette ); } else if( mode == AnimationFocus ) { QColor focus( focusColor( palette ) ); color = mix( color, focus, opacity ); } else if( hasFocus ) { color = focusColor( palette ); } return color; } //______________________________________________________________________________ QColor Helper::checkBoxIndicatorColor( const QPalette& palette, bool mouseOver, bool active, qreal opacity, AnimationMode mode ) const { Q_UNUSED(mouseOver); Q_UNUSED(active); Q_UNUSED(opacity); Q_UNUSED(mode); return palette.text().color(); } //______________________________________________________________________________ QColor Helper::separatorColor( const QPalette& palette ) const { return mix( palette.color( QPalette::Window ), palette.color( QPalette::WindowText ), 0.25 ); } //____________________________________________________________________ QColor Helper::headerTextColor( const QPalette& palette, const QStyle::State state ) const { QColor col(palette.color(QPalette::WindowText)); if (state & QStyle::State_Enabled) { if (state & QStyle::State_Sunken) return alphaColor( col, 0.9 ); else if (state & QStyle::State_MouseOver) return alphaColor( col, 0.7 ); } return alphaColor( col, 0.5 ); } QColor Helper::tabBarColor(const QPalette &palette, const QStyle::State state) const { QColor background( mix(palette.window().color(), palette.shadow().color(), 0.15) ); if (!(state & QStyle::State_Enabled)) background = background.lighter(115); if (!(state & QStyle::State_Active)) background = background.lighter(115); return background; } //______________________________________________________________________________ QPalette Helper::disabledPalette( const QPalette& source, qreal ratio ) const { QPalette copy( source ); const QList roles = { QPalette::Background, QPalette::Highlight, QPalette::WindowText, QPalette::ButtonText, QPalette::Text, QPalette::Button }; foreach( const QPalette::ColorRole& role, roles ) { copy.setColor( role, mix( source.color( QPalette::Active, role ), source.color( QPalette::Disabled, role ), 1.0-ratio ) ); } return copy; } //____________________________________________________________________ QColor Helper::alphaColor( QColor color, qreal alpha ) const { if( alpha >= 0 && alpha < 1.0 ) { color.setAlphaF( alpha*color.alphaF() ); } return color; } //______________________________________________________________________________ void Helper::renderDebugFrame( QPainter* painter, const QRect& rect ) const { painter->save(); painter->setRenderHints( QPainter::Antialiasing ); painter->setBrush( Qt::NoBrush ); painter->setPen( Qt::red ); painter->drawRect( QRectF( rect ).adjusted( 0.5, 0.5, -0.5, -0.5 ) ); painter->restore(); } //______________________________________________________________________________ void Helper::renderFocusRect( QPainter* painter, const QRect& rect, const QColor& color, const QColor& outline, Sides sides ) const { if( !color.isValid() ) return; painter->save(); painter->setRenderHints( QPainter::Antialiasing ); painter->setBrush( color ); if( !( outline.isValid() && sides ) ) { painter->setPen( Qt::NoPen ); painter->drawRect( rect ); } else { painter->setClipRect( rect ); QRectF copy( rect ); copy.adjust( 0.5, 0.5, -0.5, -0.5 ); qreal radius( frameRadius( -1.0 ) ); if( !(sides&SideTop) ) copy.adjust( 0, -radius, 0, 0 ); if( !(sides&SideBottom) ) copy.adjust( 0, 0, 0, radius ); if( !(sides&SideLeft) ) copy.adjust( -radius, 0, 0, 0 ); if( !(sides&SideRight) ) copy.adjust( 0, 0, radius, 0 ); painter->setPen( outline ); // painter->setBrush( Qt::NoBrush ); painter->drawRoundedRect( copy, radius, radius ); } painter->restore(); return; } //______________________________________________________________________________ void Helper::renderFocusLine( QPainter* painter, const QRect& rect, const QColor& color ) const { if( !color.isValid() ) return; painter->save(); QPen pen(color, 1); pen.setStyle(Qt::DotLine); painter->setRenderHint( QPainter::Antialiasing, false ); painter->setPen( pen ); painter->setBrush( Qt::NoBrush ); painter->drawRoundedRect( rect, 1, 1 ); painter->restore(); } //______________________________________________________________________________ void Helper::renderFrame( QPainter* painter, const QRect& rect, const QColor& color, const QColor& outline, bool hasFocus ) const { painter->setRenderHint( QPainter::Antialiasing ); QRectF frameRect( rect.adjusted( 1, 1, -1, -1 ) ); qreal radius( frameRadius() ); // set pen if( outline.isValid() ) { if (hasFocus) { painter->setPen( QPen( outline, 2 ) ); frameRect.adjust(0.5, 0.5, -0.5, -0.5); } else { painter->setPen( outline ); } frameRect.adjust( 0.5, 0.5, -0.5, -0.5 ); radius = qMax( radius - 1, qreal( 0.0 ) ); } else { painter->setPen( Qt::NoPen ); } // set brush if( color.isValid() ) painter->setBrush( color ); else painter->setBrush( Qt::NoBrush ); // render painter->drawRoundedRect( frameRect, radius, radius ); } //______________________________________________________________________________ void Helper::renderSquareFrame( QPainter* painter, const QRect& rect, QColor color, bool hasFocus ) const { painter->setPen( color ); painter->drawRect( rect.adjusted(1, 1, -2, -2) ); if (hasFocus) { color.setAlphaF( 0.5 ); painter->setPen( color ); painter->drawRect( rect.adjusted(0, 0, -1, -1) ); } } //______________________________________________________________________________ void Helper::renderFlatFrame( QPainter* painter, const QRect& rect, const QColor& color, const QColor& outline, bool hasFocus ) const { painter->setRenderHint( QPainter::Antialiasing ); QRectF frameRect( rect.adjusted( 1, 1, -1, -1 ) ); qreal radius( frameRadius() ); // set pen if( outline.isValid() ) { if (hasFocus) { painter->setPen( QPen( outline, 2 ) ); frameRect.adjust(0.5, 0.5, -0.5, -0.5); } else { painter->setPen( outline ); } frameRect.adjust( 0.5, 0.5, -0.5, -0.5 ); radius = qMax( radius - 1, qreal( 0.0 ) ); } else { painter->setPen( Qt::NoPen ); } // set brush if( color.isValid() ) painter->setBrush( color ); else painter->setBrush( Qt::NoBrush ); QPainterPath path; path.setFillRule( Qt::WindingFill ); path.addRect( frameRect.adjusted(2 * radius, 0, 0, 0) ); path.addRoundedRect( frameRect.adjusted(0, 0, - 2 *radius, 0), radius, radius); painter->drawPath( path.simplified() ); // render //painter->drawRoundedRect( frameRect, radius, radius ); } //______________________________________________________________________________ void Helper::renderSidePanelFrame( QPainter* painter, const QRect& rect, const QColor& outline, Side side ) const { // check color if( !outline.isValid() ) return; // adjust rect QRectF frameRect( rect.adjusted( 1, 1, -1, -1 ) ); frameRect.adjust( 0.5, 0.5, -0.5, -0.5 ); // setup painter painter->setRenderHint( QPainter::Antialiasing ); painter->setPen( outline ); // render switch( side ) { default: case SideLeft: frameRect.adjust( 0, 1, 0, -1 ); painter->drawLine( frameRect.topRight(), frameRect.bottomRight() ); break; case SideTop: frameRect.adjust( 1, 0, -1, 0 ); painter->drawLine( frameRect.topLeft(), frameRect.topRight() ); break; case SideRight: frameRect.adjust( 0, 1, 0, -1 ); painter->drawLine( frameRect.topLeft(), frameRect.bottomLeft() ); break; case SideBottom: frameRect.adjust( 1, 0, -1, 0 ); painter->drawLine( frameRect.bottomLeft(), frameRect.bottomRight() ); break; case AllSides: { qreal radius( frameRadius( -1.0 ) ); painter->drawRoundedRect( frameRect, radius, radius ); break; } } } //______________________________________________________________________________ void Helper::renderMenuFrame( QPainter* painter, const QRect& rect, const QColor& color, const QColor& outline, bool roundCorners ) const { // set brush if( color.isValid() ) painter->setBrush( color ); else painter->setBrush( Qt::NoBrush ); painter->setRenderHint( QPainter::Antialiasing, false ); QRect frameRect( rect ); if( outline.isValid() ) { painter->setPen( outline ); frameRect.adjust( 0, 0, -1, -1 ); } else painter->setPen( Qt::NoPen ); painter->drawRect( frameRect ); } //______________________________________________________________________________ void Helper::renderButtonFrame( QPainter* painter, const QRect& rect, const QColor& color, const QColor& outline, const QColor& shadow, bool hasFocus, bool sunken, bool mouseOver, bool active ) const { // setup painter painter->setRenderHint( QPainter::Antialiasing, true ); // copy rect QRectF frameRect( rect ); frameRect.adjust( 1, 1, -1, -1 ); qreal radius( frameRadius() ); if( outline.isValid() ) { painter->setPen( QPen( outline, 1.0 ) ); frameRect.adjust( 0.5, 0.5, -0.5, -0.5 ); radius = qMax( radius - 1, qreal( 0.0 ) ); } else painter->setPen( Qt::NoPen ); // content if( color.isValid() ) { QLinearGradient gradient( frameRect.topLeft(), frameRect.bottomLeft() ); //gradient.setColorAt( 0, color.darker( sunken ? 110 : (hasFocus|mouseOver) ? 85 : 100 ) ); //gradient.setColorAt( 1, color.darker( sunken ? 130 : (hasFocus|mouseOver) ? 95 : 110 ) ); if (!active) { gradient.setColorAt( 0, color ); } else if (sunken) { gradient.setColorAt( 0, color ); } else { gradient.setColorAt( 0, mix(color, Qt::white, 0.07) ); gradient.setColorAt( 1, mix(color, Qt::black, 0.1) ); } painter->setBrush( gradient ); } else painter->setBrush( Qt::NoBrush ); // render painter->drawRoundedRect( frameRect, radius, radius ); if (!sunken && active && color.isValid()) { painter->setPen(color.lighter(140)); painter->drawLine(frameRect.topLeft() + QPoint(3, 1), frameRect.topRight() + QPoint(-3, 1)); painter->setPen(outline.darker(114)); painter->drawLine(frameRect.bottomLeft() + QPointF(2.7, 0), frameRect.bottomRight() + QPointF(-2.7, 0)); } } //______________________________________________________________________________ void Helper::renderFlatButtonFrame( QPainter* painter, const QRect& rect, const QColor& color, const QColor& outline, const QColor& shadow, bool hasFocus, bool sunken, bool mouseOver, bool active ) const { // setup painter painter->setRenderHint( QPainter::Antialiasing, true ); // copy rect QRectF frameRect( rect ); frameRect.adjust( 1, 1, -1, -1 ); qreal radius( frameRadius() ); if( outline.isValid() ) { painter->setPen( QPen( outline, 1.0 ) ); frameRect.adjust( 0.5, 0.5, -0.5, -0.5 ); radius = qMax( radius - 1, qreal( 0.0 ) ); } else painter->setPen( Qt::NoPen ); // content if( color.isValid() ) { QLinearGradient gradient( frameRect.topLeft(), frameRect.bottomLeft() ); //gradient.setColorAt( 0, color.darker( sunken ? 110 : (hasFocus|mouseOver) ? 85 : 100 ) ); //gradient.setColorAt( 1, color.darker( sunken ? 130 : (hasFocus|mouseOver) ? 95 : 110 ) ); if (!active) { gradient.setColorAt( 0, color ); } else if (sunken) { gradient.setColorAt( 0, color); } else { gradient.setColorAt( 0, mix(color, Qt::white, 0.07) ); gradient.setColorAt( 1, mix(color, Qt::black, 0.1) ); } painter->setBrush( gradient ); } else painter->setBrush( Qt::NoBrush ); QPainterPath path; path.setFillRule( Qt::WindingFill ); path.addRoundedRect( frameRect.adjusted(2*radius, 0, 0, 0), radius, radius ); path.addRect( frameRect.adjusted(0, 0, -2*radius, 0) ); painter->drawPath( path.simplified() ); if (!sunken && active) { painter->setPen(color.lighter(140)); painter->drawLine(frameRect.topLeft() + QPoint(1, 1), frameRect.topRight() + QPoint(-3, 1)); painter->setPen(outline.darker(114)); painter->drawLine(frameRect.bottomLeft() + QPointF(0.7, 0), frameRect.bottomRight() + QPointF(-2.7, 0)); } // render //painter->drawRoundedRect( frameRect, radius, radius ); } //______________________________________________________________________________ void Helper::renderToolButtonFrame( QPainter* painter, const QRect& rect, const QColor& color, bool sunken ) const { // do nothing for invalid color if( !color.isValid() ) return; // setup painter painter->setRenderHints( QPainter::Antialiasing ); QRectF baseRect( rect ); if( sunken ) { qreal radius( frameRadius() ); painter->setPen( Qt::NoPen ); painter->setBrush( color ); QRectF contentRect( baseRect.adjusted( 1, 1, -1, -1 ) ); painter->drawRoundedRect( contentRect, radius, radius ); } else { qreal radius( frameRadius(-0.5) ); painter->setPen( color ); painter->setBrush( Qt::NoBrush ); QRectF outlineRect( baseRect.adjusted( 1.5, 1.5, -1.5, -1.5 ) ); painter->drawRoundedRect( outlineRect, radius, radius ); } } //______________________________________________________________________________ void Helper::renderToolBoxFrame( QPainter* painter, const QRect& rect, int tabWidth, const QColor& outline ) const { if( !outline.isValid() ) return; // round radius qreal radius( frameRadius() ); QSizeF cornerSize( 2*radius, 2*radius ); // if rect - tabwidth is even, need to increase tabWidth by 1 unit // for anti aliasing if( !((rect.width() - tabWidth)%2) ) ++tabWidth; // adjust rect for antialiasing QRectF baseRect( rect ); baseRect.adjust( 0.5, 0.5, -0.5, -0.5 ); // create path QPainterPath path; path.moveTo( 0, baseRect.height()-1 ); path.lineTo( ( baseRect.width() - tabWidth )/2 - radius, baseRect.height()-1 ); path.arcTo( QRectF( QPointF( ( baseRect.width() - tabWidth )/2 - 2*radius, baseRect.height()-1 - 2*radius ), cornerSize ), 270, 90 ); path.lineTo( ( baseRect.width() - tabWidth )/2, radius ); path.arcTo( QRectF( QPointF( ( baseRect.width() - tabWidth )/2, 0 ), cornerSize ), 180, -90 ); path.lineTo( ( baseRect.width() + tabWidth )/2 -1 - radius, 0 ); path.arcTo( QRectF( QPointF( ( baseRect.width() + tabWidth )/2 - 1 - 2*radius, 0 ), cornerSize ), 90, -90 ); path.lineTo( ( baseRect.width() + tabWidth )/2 -1, baseRect.height()-1 - radius ); path.arcTo( QRectF( QPointF( ( baseRect.width() + tabWidth )/2 -1, baseRect.height()-1 - 2*radius ), cornerSize ), 180, 90 ); path.lineTo( baseRect.width()-1, baseRect.height()-1 ); // render painter->save(); painter->setRenderHints( QPainter::Antialiasing ); painter->setBrush( Qt::NoBrush ); painter->setPen( outline ); painter->translate( baseRect.topLeft() ); painter->drawPath( path ); painter->restore(); return; } //______________________________________________________________________________ void Helper::renderTabWidgetFrame( QPainter* painter, const QRect& rect, const QColor& color, const QColor& outline, Corners corners ) const { painter->setRenderHint( QPainter::Antialiasing ); QRectF frameRect( rect.adjusted( 1, 1, -1, -1 ) ); qreal radius( frameRadius() ); // set pen if( outline.isValid() ) { painter->setPen( outline ); frameRect.adjust( 0.5, 0.5, -0.5, -0.5 ); radius = qMax( radius-1, qreal( 0.0 ) ); } else painter->setPen( Qt::NoPen ); // set brush if( color.isValid() ) painter->setBrush( color ); else painter->setBrush( Qt::NoBrush ); // render QPainterPath path( roundedPath( frameRect, corners, radius ) ); painter->drawPath( path ); } //______________________________________________________________________________ void Helper::renderSelection( QPainter* painter, const QRect& rect, const QColor& color ) const { painter->setRenderHint( QPainter::Antialiasing ); painter->setPen( Qt::NoPen ); painter->setBrush( color ); painter->drawRect( rect ); } //______________________________________________________________________________ void Helper::renderSeparator( QPainter* painter, const QRect& rect, const QColor& color, bool vertical ) const { painter->save(); painter->setRenderHint( QPainter::Antialiasing, false ); painter->setBrush( Qt::NoBrush ); painter->setPen( color ); if( vertical ) { painter->translate( rect.width()/2, 0 ); painter->drawLine( rect.topLeft(), rect.bottomLeft() ); } else { painter->translate( 0, rect.height()/2 ); painter->drawLine( rect.topLeft(), rect.topRight() ); } painter->restore(); return; } //______________________________________________________________________________ void Helper::renderCheckBoxBackground( QPainter* painter, const QRect& rect, const QColor& color, const QColor &outline, bool sunken ) const { // setup painter painter->setRenderHint( QPainter::Antialiasing, true ); // copy rect and radius QRectF frameRect( rect ); frameRect.adjust( 3, 3, -3, -3 ); painter->setPen( outline ); painter->setBrush( color ); painter->drawRect( frameRect ); } //______________________________________________________________________________ void Helper::renderCheckBox( QPainter* painter, const QRect& rect, const QColor& background, const QColor& outline, const QColor& tickColor, bool sunken, CheckBoxState state, qreal animation, bool active ) const { // setup painter painter->save(); painter->setRenderHint( QPainter::Antialiasing, true ); // copy rect and radius QRectF frameRect( rect ); frameRect.adjust( 2, 2, -2, -2 ); qreal radius( frameRadius() ); // content { renderButtonFrame(painter, rect, background, outline, Qt::transparent, false, sunken, false, active); } // mark if( state == CheckOn ) { painter->save(); painter->setRenderHint(QPainter::Antialiasing); painter->setBrush( Qt::NoBrush ); QPen pen( tickColor, 3 ); pen.setJoinStyle(Qt::MiterJoin); painter->setPen( pen ); QRectF markerRect(frameRect); QPainterPath path; path.moveTo( markerRect.right(), markerRect.top() + markerRect.height() / 4 ); path.lineTo( markerRect.center().x(), markerRect.bottom() - markerRect.height() / 3.0 ); path.lineTo( markerRect.left() + markerRect.width() / 3.0, markerRect.center().y() ); painter->setClipRect(markerRect); painter->drawPath( path ); painter->restore(); } else if( state == CheckPartial ) { QPen pen( tickColor, 4 ); pen.setCapStyle( Qt::RoundCap ); painter->setPen( pen ); QRectF markerRect( frameRect.adjusted( 4, 4, -4, -4 ) ); painter->drawLine( markerRect.center() - QPoint(3, 0), markerRect.center() + QPoint(3, 0) ); } else if( state == CheckAnimated ) { painter->save(); painter->setRenderHint(QPainter::Antialiasing); painter->setBrush( Qt::NoBrush ); QPen pen( tickColor, 3 ); pen.setJoinStyle(Qt::MiterJoin); painter->setPen( pen ); QRectF markerRect(frameRect); QPainterPath path; path.moveTo( markerRect.right(), markerRect.top() + markerRect.height() / 4 ); path.lineTo( markerRect.center().x(), markerRect.bottom() - markerRect.height() / 3.0 ); path.lineTo( markerRect.left() + markerRect.width() / 3.0, markerRect.center().y() ); path.translate(-markerRect.right(), -markerRect.top()); painter->setClipRect(markerRect.adjusted(1, 1, -1, -1)); painter->translate(markerRect.right(), markerRect.top()); painter->scale(animation, 0.5 + 0.5 * animation); painter->drawPath( path ); painter->restore(); } painter->restore(); } //______________________________________________________________________________ void Helper::renderRadioButtonBackground( QPainter* painter, const QRect& rect, const QColor& color, const QColor& outline, bool sunken ) const { // setup painter painter->setRenderHint( QPainter::Antialiasing, true ); // copy rect QRectF frameRect( rect ); frameRect.adjust( 3, 3, -3, -3 ); if( sunken ) frameRect.translate(1, 1); painter->setPen( outline ); painter->setBrush( color ); painter->drawEllipse( frameRect ); } //______________________________________________________________________________ void Helper::renderRadioButton( QPainter* painter, const QRect& rect, const QColor& background, const QColor& outline, const QColor& tickColor, bool sunken, bool enabled, RadioButtonState state, qreal animation ) const { // setup painter painter->setRenderHint( QPainter::Antialiasing, true ); // copy rect QRectF frameRect( rect ); frameRect.adjust( 2, 2, -2, -2 ); // content { if (background.isValid()) { if (enabled) { QLinearGradient gradient( frameRect.topLeft(), frameRect.bottomLeft() ); if (sunken) { gradient.setColorAt( 0, background); } else { gradient.setColorAt( 0, mix(background, Qt::white, 0.07) ); gradient.setColorAt( 1, mix(background, Qt::black, 0.1) ); } painter->setBrush( gradient ); } else { painter->setBrush( background ); } } else { painter->setBrush( Qt::NoBrush ); } painter->setPen( QPen( outline, 1 ) ); QRectF contentRect( frameRect.adjusted( 0.5, 0.5, -0.5, -0.5 ) ); painter->drawEllipse( contentRect ); } // mark if( state == RadioOn ) { painter->setBrush( tickColor ); painter->setPen( Qt::NoPen ); QRectF markerRect( frameRect.adjusted( 5, 5, -5, -5 ) ); painter->drawEllipse( markerRect ); } else if( state == RadioAnimated ) { painter->setBrush( tickColor ); painter->setPen( Qt::NoPen ); QRectF markerRect( frameRect.adjusted( 5, 5, -5, -5 ) ); qreal remaining = markerRect.width() / 2.0 * (1.0 - animation); markerRect.adjust(remaining, remaining, -remaining, -remaining); painter->drawEllipse( markerRect ); } } //______________________________________________________________________________ void Helper::renderSliderGroove( QPainter* painter, const QRect& rect, const QColor& color ) const { // setup painter painter->setRenderHint( QPainter::Antialiasing, true ); QRectF baseRect( rect ); qreal radius( 0.5*Metrics::Slider_GrooveThickness ); // content if( color.isValid() ) { painter->setPen( Qt::NoPen ); painter->setBrush( color ); painter->drawRoundedRect( baseRect, radius, radius ); } return; } //______________________________________________________________________________ void Helper::renderDialGroove( QPainter* painter, const QRect& rect, const QColor& color ) const { // setup painter painter->setRenderHint( QPainter::Antialiasing, true ); QRectF baseRect( rect ); // content if( color.isValid() ) { qreal penWidth( Metrics::Slider_GrooveThickness ); QRectF grooveRect( rect.adjusted( penWidth/2, penWidth/2, -penWidth/2, -penWidth/2 ) ); painter->setPen( QPen( color, penWidth ) ); painter->setBrush( Qt::NoBrush ); painter->drawEllipse( grooveRect ); } return; } //______________________________________________________________________________ void Helper::renderDialContents( QPainter* painter, const QRect& rect, const QColor& color, qreal first, qreal second ) const { // setup painter painter->setRenderHint( QPainter::Antialiasing, true ); QRectF baseRect( rect ); // content if( color.isValid() ) { // setup groove rect qreal penWidth( Metrics::Slider_GrooveThickness ); QRectF grooveRect( rect.adjusted( penWidth/2, penWidth/2, -penWidth/2, -penWidth/2 ) ); // setup angles int angleStart( first * 180 * 16 / M_PI ); int angleSpan( (second - first ) * 180 * 16 / M_PI ); // setup pen if( angleSpan != 0 ) { QPen pen( color, penWidth ); pen.setCapStyle( Qt::RoundCap ); painter->setPen( pen ); painter->setBrush( Qt::NoBrush ); painter->drawArc( grooveRect, angleStart, angleSpan ); } } return; } //______________________________________________________________________________ void Helper::renderSliderHandle(QPainter* painter, const QRect& rect, const QColor& color, const QColor& outline, const QColor& shadow, bool sunken, bool enabled, Side ticks, qreal angle) const { // setup painter painter->setRenderHint( QPainter::Antialiasing, true ); // copy rect QRectF frameRect( rect ); frameRect.adjust( 1, 1, -1, -1 ); // set pen if( outline.isValid() ) { QPen pen(outline); pen.setCapStyle( Qt::FlatCap ); pen.setJoinStyle( Qt::MiterJoin ); painter->setPen(pen); frameRect.adjust( 0.5, 0.5, -0.5, -0.5 ); } else painter->setPen( Qt::NoPen ); // set brush if( color.isValid() ) { if (enabled) { QLinearGradient gradient( frameRect.topLeft(), frameRect.bottomLeft() ); if (sunken) { gradient.setColorAt( 0, color); } else { gradient.setColorAt( 0, mix(color, Qt::white, 0.07) ); gradient.setColorAt( 1, mix(color, Qt::black, 0.1) ); } painter->setBrush(gradient); } else { painter->setBrush(color); } } else painter->setBrush( Qt::NoBrush ); QRect r(rect.right() - rect.height(), rect.top(), rect.height(), rect.height()); r.adjust(4.5, 3.5, -2.5, -3.5); QPainterPath circle; circle.addEllipse(r); circle.closeSubpath(); if (ticks & SideBottom) { QPainterPath triangle(r.center()); triangle.moveTo(r.left() + 1.5, r.center().y() + 5.5); triangle.lineTo(r.center().x() + 1, r.bottom() + 4.5); triangle.lineTo(r.right() - 0.5, r.center().y() + 5.5); triangle.closeSubpath(); circle = circle.united(triangle); } else if (ticks & SideTop) { QPainterPath triangle(r.center()); triangle.moveTo(r.left() + 1.5, r.center().y() - 3.5); triangle.lineTo(r.center().x() + 1, r.top() - 2.5); triangle.lineTo(r.right() - 0.5, r.center().y() - 3.5); triangle.closeSubpath(); circle = circle.united(triangle); } else if (ticks & SideLeft) { QPainterPath triangle(r.center()); triangle.moveTo(r.center().x() - 3.5, r.top() + 1.5); triangle.lineTo(r.left() - 2.5, r.center().y() + 1); triangle.lineTo(r.center().x() - 3.5, r.bottom() - 0.5); triangle.closeSubpath(); circle = circle.united(triangle); } else if (ticks & SideRight) { QPainterPath triangle(r.center()); triangle.moveTo(r.center().x() + 3.5, r.top() + 1.5); triangle.lineTo(r.right() + 2.5, r.center().y() + 1); triangle.lineTo(r.center().x() + 3.5, r.bottom() - 0.5); triangle.closeSubpath(); circle = circle.united(triangle); } QTransform rotate; rotate.translate(frameRect.center().x(), frameRect.center().y()); rotate.rotate(angle); rotate.translate(-frameRect.center().x(), -frameRect.center().y()); painter->drawPolygon(circle.toFillPolygon(rotate)); } //______________________________________________________________________________ void Helper::renderProgressBarGroove(QPainter* painter, const QRect& rect, const QColor& color , const QColor& outline) const { // setup painter painter->setRenderHint( QPainter::Antialiasing, true ); painter->setRenderHint( QPainter::SmoothPixmapTransform, true ); QRectF baseRect( rect ); qreal radius( 0.5 ); // content if( color.isValid() ) { painter->setPen( outline ); painter->setBrush( color ); painter->drawRoundedRect( baseRect.translated(0.5, 0.5), radius, radius ); } return; } //______________________________________________________________________________ void Helper::renderProgressBarBusyContents( QPainter* painter, const QRect& rect, const QColor& color, const QColor& outline, bool horizontal, bool reverse, int progress ) const { Q_UNUSED(reverse); // setup painter painter->setRenderHint( QPainter::Antialiasing, true ); QRectF baseRect( rect ); qreal radius( 0.25*Metrics::ProgressBar_Thickness ); QRectF contentRect; if (horizontal) { contentRect = QRect(baseRect.left(), baseRect.top(), Metrics::ProgressBar_BusyIndicatorSize, baseRect.height()); contentRect.translate(fabs(progress - 50) / 50.0 * (baseRect.width() - contentRect.width()), 0); } else { contentRect = QRect(baseRect.left(), baseRect.top(), baseRect.width(), Metrics::ProgressBar_BusyIndicatorSize); contentRect.translate(0, fabs(progress - 50) / 50.0 * (baseRect.height() - contentRect.height())); } painter->setBrush(color); painter->setPen(outline); painter->drawRoundedRect(contentRect.translated(0.5, 0.5), radius, radius); return; } //______________________________________________________________________________ void Helper::renderScrollBarHandle( QPainter* painter, const QRect& rect, const QColor& color ) const { // setup painter painter->setRenderHint( QPainter::Antialiasing, true ); QRectF baseRect( rect ); qreal metric( rect.width() < rect.height() ? rect.width() : rect.height()); qreal radius( 0.5*metric ); // content if( color.isValid() ) { painter->setPen( Qt::NoPen ); painter->setBrush( color ); painter->drawRoundedRect( baseRect, radius, radius ); } return; } //______________________________________________________________________________ void Helper::renderTabBarTab( QPainter* painter, const QRect& rect, const QColor& background, const QColor& color, const QColor& outline, Corners corners, bool renderFrame ) const { // setup painter painter->setRenderHint( QPainter::Antialiasing, false ); QRectF frameRect( rect ); qreal adjustment; // pen if( outline.isValid() ) { painter->setPen( outline ); frameRect.adjust( 1.0, 1.0, -1.0, -1.0 ); adjustment = 0; painter->setBrush( background ); // render painter->drawRect( frameRect ); } else if (!renderFrame) { adjustment = 9; } painter->setPen( QPen( color, 6 ) ); switch (corners) { case CornerTopLeft|CornerTopRight: painter->drawLine(frameRect.left() + adjustment, frameRect.bottom(), frameRect.right() - adjustment, frameRect.bottom()); break; case CornerBottomLeft|CornerBottomRight: painter->drawLine(frameRect.left() + adjustment, frameRect.top(), frameRect.right() - adjustment, frameRect.top()); break; case CornerTopLeft|CornerBottomLeft: painter->drawLine(frameRect.right(), frameRect.top() + adjustment, frameRect.right(), frameRect.bottom() - adjustment); break; case CornerTopRight|CornerBottomRight: painter->drawLine(frameRect.left(), frameRect.top() + adjustment, frameRect.left(), frameRect.bottom() - adjustment); break; } } //______________________________________________________________________________ // TODO blurry edges void Helper::renderArrow( QPainter* painter, const QRect& rect, const QColor& color, ArrowOrientation orientation ) const { // define polygon QPolygonF arrow; switch( orientation ) { case ArrowUp: arrow << QPointF( -4, 2 ) << QPointF( 0, -2 ) << QPointF( 4, 2 ); break; case ArrowDown: arrow << QPointF( -4, -2 ) << QPointF( 0, 2 ) << QPointF( 4, -2 ); break; case ArrowLeft: arrow << QPointF( 2, -4 ) << QPointF( -2, 0 ) << QPointF( 2, 4 ); break; case ArrowRight: arrow << QPointF( -2, -4 ) << QPointF( 2, 0 ) << QPointF( -2, 4 ); break; default: break; } QPen pen(color, 1.2); pen.setCapStyle( Qt::FlatCap ); pen.setJoinStyle( Qt::MiterJoin ); painter->save(); painter->setRenderHints( QPainter::Antialiasing ); painter->translate( QRectF( rect ).center() ); painter->setBrush( color ); painter->setPen( pen ); painter->drawPolygon( arrow ); painter->restore(); return; } void Helper::renderSign(QPainter *painter, const QRect &rect, const QColor &color, bool orientation) const { QPen pen( color, 2 ); pen.setCapStyle( Qt::FlatCap ); QRect r = rect.adjusted(1, 2, 0, 0); painter->setPen(pen); painter->drawLine(r.center() - QPointF(5, 0), r.center() + QPointF(5, 0)); if (orientation) painter->drawLine(r.center() - QPointF(0, 5), r.center() + QPointF(0, 5)); } //______________________________________________________________________________ void Helper::renderDecorationButton( QPainter* painter, const QRect& rect, const QColor& color, ButtonType buttonType, bool inverted ) const { painter->save(); painter->setViewport( rect ); painter->setWindow( 0, 0, 18, 18 ); painter->setRenderHints( QPainter::Antialiasing, false ); // initialize pen QPen pen; pen.setCapStyle( Qt::RoundCap ); pen.setJoinStyle( Qt::MiterJoin ); painter->setBrush( Qt::NoBrush ); pen.setColor( color ); pen.setCapStyle( Qt::RoundCap ); pen.setJoinStyle( Qt::MiterJoin ); pen.setWidthF( 2.0*qMax(1.0, 18.0/rect.width() ) ); painter->setPen( pen ); switch( buttonType ) { case ButtonClose: { painter->setRenderHints( QPainter::Antialiasing, true ); painter->drawLine( QPointF( 5, 5 ), QPointF( 13, 13 ) ); painter->drawLine( 13, 5, 5, 13 ); break; } case ButtonMaximize: { painter->drawPolyline( QPolygonF() << QPointF( 4, 4 ) << QPointF( 4, 14 ) << QPointF( 14, 14 ) << QPointF( 14, 4 ) ); break; } case ButtonMinimize: { painter->drawPolyline( QPolygonF() << QPointF( 4, 14 ) << QPointF( 14, 14 ) ); break; } case ButtonRestore: { painter->setPen( pen ); QPolygonF rect = QPolygonF() << QPointF( 0, 0 ) << QPointF( 8, 0 ) << QPointF( 8, 8 ) << QPointF( 0, 8 ); painter->drawPolygon( rect.translated(7, 3) ); painter->drawPolygon( rect.translated(3, 7) ); break; } default: break; } painter->restore(); return; } //______________________________________________________________________________ bool Helper::isX11( void ) { #if QT_VERSION >= 0x050000 static const bool s_isX11 = qApp->platformName()==QLatin1String("xcb"); return s_isX11; #else return false; #endif } bool Helper::isWayland( void ) { #if QT_VERSION >= 0x050000 static const bool s_isWayland = qApp->platformName().startsWith(QLatin1String("wayland")); return s_isWayland; #else return false; #endif } //______________________________________________________________________________ QRectF Helper::shadowRect( const QRectF& rect ) const { return rect; } //______________________________________________________________________________ QPainterPath Helper::roundedPath( const QRectF& rect, Corners corners, qreal radius ) const { QPainterPath path; // simple cases if( corners == 0 ) { path.addRect( rect ); return path; } if( corners == AllCorners ) { path.addRoundedRect( rect, radius, radius ); return path; } QSizeF cornerSize( 2*radius, 2*radius ); // rotate counterclockwise // top left corner if( corners & CornerTopLeft ) { path.moveTo( rect.topLeft() + QPointF( radius, 0 ) ); path.arcTo( QRectF( rect.topLeft(), cornerSize ), 90, 90 ); } else path.moveTo( rect.topLeft() ); // bottom left corner if( corners & CornerBottomLeft ) { path.lineTo( rect.bottomLeft() - QPointF( 0, radius ) ); path.arcTo( QRectF( rect.bottomLeft() - QPointF( 0, 2*radius ), cornerSize ), 180, 90 ); } else path.lineTo( rect.bottomLeft() ); // bottom right corner if( corners & CornerBottomRight ) { path.lineTo( rect.bottomRight() - QPointF( radius, 0 ) ); path.arcTo( QRectF( rect.bottomRight() - QPointF( 2*radius, 2*radius ), cornerSize ), 270, 90 ); } else path.lineTo( rect.bottomRight() ); // top right corner if( corners & CornerTopRight ) { path.lineTo( rect.topRight() + QPointF( 0, radius ) ); path.arcTo( QRectF( rect.topRight() - QPointF( 2*radius, 0 ), cornerSize ), 0, 90 ); } else path.lineTo( rect.topRight() ); path.closeSubpath(); return path; } //________________________________________________________________________________________________________ bool Helper::compositingActive( void ) const { #if ADWAITA_HAVE_X11 if( isX11() ) { // direct call to X xcb_get_selection_owner_cookie_t cookie( xcb_get_selection_owner( connection(), _compositingManagerAtom ) ); ScopedPointer reply( xcb_get_selection_owner_reply( connection(), cookie, nullptr ) ); return reply && reply->owner; } #endif // use KWindowSystem //return KWindowSystem::compositingActive(); return false; } //____________________________________________________________________ bool Helper::hasAlphaChannel( const QWidget* widget ) const { return compositingActive() && widget && widget->testAttribute( Qt::WA_TranslucentBackground ); } //______________________________________________________________________________________ QPixmap Helper::highDpiPixmap( int width, int height ) const { #if QT_VERSION >= 0x050300 qreal dpiRatio( qApp->devicePixelRatio() ); QPixmap pixmap( width*dpiRatio, height*dpiRatio ); pixmap.setDevicePixelRatio( dpiRatio ); return pixmap; #else return QPixmap( width, height ); #endif } //______________________________________________________________________________________ qreal Helper::devicePixelRatio( const QPixmap& pixmap ) const { #if QT_VERSION >= 0x050300 return pixmap.devicePixelRatio(); #else Q_UNUSED(pixmap); return 1; #endif } #if ADWAITA_HAVE_X11 //____________________________________________________________________ xcb_connection_t* Helper::connection( void ) { #if QT_VERSION >= 0x050000 return QX11Info::connection(); #else static xcb_connection_t* connection = nullptr; if( !connection ) { Display* display = QX11Info::display(); if( display ) connection = XGetXCBConnection( display ); } return connection; #endif } //____________________________________________________________________ xcb_atom_t Helper::createAtom( const QString& name ) const { if( isX11() ) { xcb_connection_t* connection( Helper::connection() ); xcb_intern_atom_cookie_t cookie( xcb_intern_atom( connection, false, name.size(), qPrintable( name ) ) ); ScopedPointer reply( xcb_intern_atom_reply( connection, cookie, nullptr) ); return reply ? reply->atom:0; } else return 0; } #endif //____________________________________________________________________ void Helper::init( void ) { #if ADWAITA_HAVE_X11 if( isX11() ) { // create compositing screen QString atomName( QStringLiteral( "_NET_WM_CM_S%1" ).arg( QX11Info::appScreen() ) ); _compositingManagerAtom = createAtom( atomName ); } #endif } //____________________________________________________________________ void Helper::setVariant(QWidget *widget, const QByteArray &variant) { if (isX11() && widget) { // && !widget->testAttribute(Qt::WA_)) { static const char *_GTK_THEME_VARIANT="_GTK_THEME_VARIANT"; // Check if already set QVariant var=widget->property("_GTK_THEME_VARIANT"); if (var.isValid() && var.toByteArray()==variant) { return; } // Typedef's from xcb/xcb.h - copied so that there is no // direct xcb dependency typedef quint32 XcbAtom; struct XcbInternAtomCookie { unsigned int sequence; }; struct XcbInternAtomReply { quint8 response_type; quint8 pad0; quint16 sequence; quint32 length; XcbAtom atom; }; typedef void * (*XcbConnectFn)(int, int); typedef XcbInternAtomCookie (*XcbInternAtomFn)(void *, int, int, const char *); typedef XcbInternAtomReply * (*XcbInternAtomReplyFn)(void *, XcbInternAtomCookie, int); typedef int (*XcbChangePropertyFn)(void *, int, int, XcbAtom, XcbAtom, int, int, const void *); typedef int (*XcbFlushFn)(void *); static QLibrary *lib = 0; static XcbAtom variantAtom = 0; static XcbAtom utf8TypeAtom = 0; static void *xcbConn = 0; static XcbChangePropertyFn XcbChangePropertyFnPtr = 0; static XcbFlushFn XcbFlushFnPtr = 0; if (!lib) { lib = new QLibrary("libxcb", qApp); if (lib->load()) { XcbConnectFn XcbConnectFnPtr=(XcbConnectFn)lib->resolve("xcb_connect"); XcbInternAtomFn XcbInternAtomFnPtr=(XcbInternAtomFn)lib->resolve("xcb_intern_atom"); XcbInternAtomReplyFn XcbInternAtomReplyFnPtr=(XcbInternAtomReplyFn)lib->resolve("xcb_intern_atom_reply"); XcbChangePropertyFnPtr=(XcbChangePropertyFn)lib->resolve("xcb_change_property"); XcbFlushFnPtr=(XcbFlushFn)lib->resolve("xcb_flush"); if (XcbConnectFnPtr && XcbInternAtomFnPtr && XcbInternAtomReplyFnPtr && XcbChangePropertyFnPtr && XcbFlushFnPtr) { xcbConn=(*XcbConnectFnPtr)(0, 0); if (xcbConn) { XcbInternAtomReply *typeReply = (*XcbInternAtomReplyFnPtr)(xcbConn, (*XcbInternAtomFnPtr)(xcbConn, 0, 11, "UTF8_STRING"), 0); if (typeReply) { XcbInternAtomReply *gtkVarReply = (*XcbInternAtomReplyFnPtr)(xcbConn, (*XcbInternAtomFnPtr)(xcbConn, 0, strlen(_GTK_THEME_VARIANT), _GTK_THEME_VARIANT), 0); if (gtkVarReply) { utf8TypeAtom = typeReply->atom; variantAtom = gtkVarReply->atom; free(gtkVarReply); } free(typeReply); } } } } } if (0!=variantAtom) { (*XcbChangePropertyFnPtr)(xcbConn, 0, widget->effectiveWinId(), variantAtom, utf8TypeAtom, 8, variant.length(), (const void *)variant.constData()); (*XcbFlushFnPtr)(xcbConn); widget->setProperty(_GTK_THEME_VARIANT, variant); } } } } adwaita-qt-1.0/style/adwaitahelper.h000066400000000000000000000361211311200771300175270ustar00rootroot00000000000000#ifndef adwaita_helper_h #define adwaita_helper_h /************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaita.h" #include "adwaitaanimationdata.h" #include "config-adwaita.h" #include #include #include #if ADWAITA_HAVE_X11 #include #include #endif #include namespace Adwaita { //* adwaita style helper class. /** contains utility functions used at multiple places in both adwaita style and adwaita window decoration */ class Helper { public: //* constructor explicit Helper( ); #if ADWAITA_USE_KDE4 //* constructor explicit Helper( const QByteArray& ); #endif //* destructor virtual ~Helper() {} //*@name color utilities //@{ // Borrowed from the KColorUtils code static QColor mix(const QColor &c1, const QColor &c2, qreal bias = 0.5) { auto mixQreal = [](qreal a, qreal b, qreal bias) { return a + (b - a) * bias; }; if (bias <= 0.0) return c1; if (bias >= 1.0) return c2; if (std::isnan(bias)) return c1; qreal r = mixQreal(c1.redF(), c2.redF(), bias); qreal g = mixQreal(c1.greenF(), c2.greenF(), bias); qreal b = mixQreal(c1.blueF(), c2.blueF(), bias); qreal a = mixQreal(c1.alphaF(), c2.alphaF(), bias); return QColor::fromRgbF(r, g, b, a); } //* add alpha channel multiplier to color QColor alphaColor( QColor color, qreal alpha ) const; // ADWAITA TODO //* mouse over color QColor hoverColor( const QPalette& palette ) const { return palette.highlight().color(); } //* focus color QColor focusColor( const QPalette& palette ) const { return palette.highlight().color(); } //* negative text color (used for close button) QColor negativeText( const QPalette& palette ) const // { return _viewNegativeTextBrush.brush( palette ).color(); } { Q_UNUSED(palette); return Qt::red; } //* shadow QColor shadowColor( const QPalette& palette ) const { return alphaColor( palette.color( QPalette::Shadow ), 0.15 ); } //* titlebar color QColor titleBarColor( const QPalette& palette, bool active ) const { return palette.color(active ? QPalette::Active : QPalette::Inactive, QPalette::Window); } //* titlebar text color QColor titleBarTextColor( const QPalette& palette, bool active ) const { return palette.color(active ? QPalette::Active : QPalette::Inactive, QPalette::WindowText); } //* frame outline color, using animations QColor frameOutlineColor( const QPalette&, bool mouseOver = false, bool hasFocus = false, qreal opacity = AnimationData::OpacityInvalid, AnimationMode = AnimationNone ) const; //* input outline color, using animations QColor inputOutlineColor( const QPalette& palette, bool mouseOver = false, bool hasFocus = false, qreal opacity = AnimationData::OpacityInvalid, AnimationMode = AnimationNone ) const; //* focus outline color, using animations QColor focusOutlineColor( const QPalette& ) const; //* hover outline color, using animations QColor hoverOutlineColor( const QPalette& ) const; //* focus outline color, using animations QColor buttonFocusOutlineColor( const QPalette& ) const; //* hover outline color, using animations QColor buttonHoverOutlineColor( const QPalette& ) const; //* side panel outline color, using animations QColor sidePanelOutlineColor( const QPalette&, bool hasFocus = false, qreal opacity = AnimationData::OpacityInvalid, AnimationMode = AnimationNone ) const; //* frame background color QColor frameBackgroundColor( const QPalette& palette ) const { return frameBackgroundColor( palette, palette.currentColorGroup() ); } //* frame background color QColor frameBackgroundColor( const QPalette&, QPalette::ColorGroup ) const; //* arrow outline color QColor arrowColor( const QPalette&, QPalette::ColorGroup, QPalette::ColorRole ) const; //* arrow outline color QColor arrowColor( const QPalette& palette, QPalette::ColorRole role ) const { return arrowColor( palette, palette.currentColorGroup(), role ); } //* arrow outline color, using animations QColor arrowColor( const QPalette&, bool mouseOver, bool hasFocus, qreal opacity = AnimationData::OpacityInvalid, AnimationMode = AnimationNone ) const; //* button outline color, using animations QColor buttonOutlineColor( const QPalette&, bool mouseOver, bool hasFocus, qreal opacity = AnimationData::OpacityInvalid, AnimationMode = AnimationNone ) const; //* button panel color, using animations QColor buttonBackgroundColor( const QPalette&, bool mouseOver, bool hasFocus, bool sunken, qreal opacity = AnimationData::OpacityInvalid, AnimationMode = AnimationNone ) const; //* tool button color QColor toolButtonColor( const QPalette&, bool mouseOver, bool hasFocus, bool sunken, qreal opacity = AnimationData::OpacityInvalid, AnimationMode = AnimationNone ) const; //* slider outline color, using animations QColor sliderOutlineColor( const QPalette&, bool mouseOver, bool hasFocus, qreal opacity = AnimationData::OpacityInvalid, AnimationMode = AnimationNone ) const; //* scrollbar handle color, using animations QColor scrollBarHandleColor( const QPalette&, bool mouseOver, bool hasFocus, qreal opacity = AnimationData::OpacityInvalid, AnimationMode = AnimationNone ) const; //* checkbox indicator, using animations QColor checkBoxIndicatorColor( const QPalette&, bool mouseOver, bool active, qreal opacity = AnimationData::OpacityInvalid, AnimationMode = AnimationNone ) const; //* separator color QColor separatorColor( const QPalette& ) const; //* TreeView header text color QColor headerTextColor( const QPalette& palette, const QStyle::State state ) const; //* TabBar background color QColor tabBarColor( const QPalette& palette, const QStyle::State state ) const; //* merge active and inactive palettes based on ratio, for smooth enable state change transition QPalette disabledPalette( const QPalette&, qreal ratio ) const; //@} //*@name rendering utilities //@{ //* debug frame void renderDebugFrame( QPainter*, const QRect& ) const; //* focus rect void renderFocusRect( QPainter*, const QRect&, const QColor&, const QColor& outline = QColor(), Sides = 0 ) const; //* focus line void renderFocusLine( QPainter*, const QRect&, const QColor& ) const; //* generic frame void renderFrame( QPainter*, const QRect&, const QColor& color, const QColor& outline = QColor(), bool hasFocus = false ) const; //* square frame void renderSquareFrame( QPainter* painter, const QRect& rect, QColor color, bool hasFocus ) const; //* generic frame flat on right side void renderFlatFrame( QPainter*, const QRect&, const QColor& color, const QColor& outline = QColor(), bool hasFocus = false ) const; //* side panel frame void renderSidePanelFrame( QPainter*, const QRect&, const QColor& outline, Side ) const; //* menu frame void renderMenuFrame( QPainter*, const QRect&, const QColor& color, const QColor& outline, bool roundCorners = true ) const; //* button frame void renderButtonFrame(QPainter*, const QRect&, const QColor& color, const QColor& outline, const QColor& shadow, bool focus, bool sunken, bool mouseOver , bool active) const; //* button frame void renderFlatButtonFrame(QPainter*, const QRect&, const QColor& color, const QColor& outline, const QColor& shadow, bool focus, bool sunken, bool mouseOver , bool active) const; //* toolbutton frame void renderToolButtonFrame( QPainter*, const QRect&, const QColor& color, bool sunken ) const; //* toolbutton frame void renderToolBoxFrame( QPainter*, const QRect&, int tabWidth, const QColor& color ) const; //* tab widget frame void renderTabWidgetFrame( QPainter*, const QRect&, const QColor& color, const QColor& outline, Corners ) const; //* selection frame void renderSelection( QPainter*, const QRect&, const QColor& ) const; //* separator void renderSeparator( QPainter*, const QRect&, const QColor&, bool vertical = false ) const; //* checkbox void renderCheckBoxBackground( QPainter*, const QRect&, const QColor& color, const QColor& outline, bool sunken ) const; //* checkbox void renderCheckBox( QPainter*, const QRect&, const QColor& background, const QColor& outline, const QColor& tickColor, bool sunken, CheckBoxState state, qreal animation = AnimationData::OpacityInvalid, bool active = true ) const; //* radio button void renderRadioButtonBackground( QPainter*, const QRect&, const QColor& color, const QColor& outline, bool sunken ) const; //* radio button void renderRadioButton(QPainter*, const QRect&, const QColor& background, const QColor& outline, const QColor& tickColor, bool sunken, bool enabled, RadioButtonState state, qreal animation = AnimationData::OpacityInvalid ) const; //* slider groove void renderSliderGroove( QPainter*, const QRect&, const QColor& ) const; //* slider handle void renderSliderHandle( QPainter*, const QRect&, const QColor&, const QColor& outline, const QColor& shadow, bool sunken, bool enabled, Side ticks, qreal angle = 0.0 ) const; //* dial groove void renderDialGroove( QPainter*, const QRect&, const QColor& ) const; //* dial groove void renderDialContents( QPainter*, const QRect&, const QColor&, qreal first, qreal second ) const; //* progress bar groove void renderProgressBarGroove( QPainter*, const QRect&, const QColor&, const QColor& ) const; //* progress bar contents void renderProgressBarContents( QPainter* painter, const QRect& rect, const QColor& color, const QColor& outline ) const { return renderProgressBarGroove( painter, rect, color, outline ); } //* progress bar contents (animated) void renderProgressBarBusyContents( QPainter* painter, const QRect& rect, const QColor& color, const QColor& outline, bool horizontal, bool reverse, int progress ) const; //* scrollbar groove void renderScrollBarGroove( QPainter* painter, const QRect& rect, const QColor& color ) const { return renderScrollBarHandle( painter, rect, color ); } //* scrollbar handle void renderScrollBarHandle( QPainter*, const QRect&, const QColor& ) const; //* toolbar handle void renderToolBarHandle( QPainter* painter, const QRect& rect, const QColor& color ) const { return renderProgressBarGroove( painter, rect, color, Qt::transparent ); } //* tabbar tab void renderTabBarTab(QPainter*, const QRect&, const QColor &background, const QColor& color, const QColor& outline, Corners, bool renderFrame ) const; //* generic arrow void renderArrow( QPainter*, const QRect&, const QColor&, ArrowOrientation ) const; //* generic sign (+-) void renderSign(QPainter*painter, const QRect&rect, const QColor&color, bool orientation ) const; //* generic button (for mdi decorations, tabs and dock widgets) void renderDecorationButton( QPainter*, const QRect&, const QColor&, ButtonType, bool inverted ) const; //@} //*@name compositing utilities //@{ //* true if style was compiled for and is running on X11 static bool isX11( void ); //* true if running on platform Wayland static bool isWayland( void ); //* returns true if compositing is active bool compositingActive( void ) const; //* returns true if a given widget supports alpha channel bool hasAlphaChannel( const QWidget* ) const; //@} //@name high dpi utility functions //@{ //* return dpi-aware pixmap of given size virtual QPixmap highDpiPixmap( const QSize& size ) const { return highDpiPixmap( size.width(), size.height() ); } //* return dpi-aware pixmap of given size virtual QPixmap highDpiPixmap( int width ) const { return highDpiPixmap( width, width ); } //* return dpi-aware pixmap of given size virtual QPixmap highDpiPixmap( int width, int height ) const; //* return device pixel ratio for a given pixmap virtual qreal devicePixelRatio( const QPixmap& ) const; //@} //*@name X11 utilities //@{ #if ADWAITA_HAVE_X11 //* get xcb connection static xcb_connection_t* connection( void ); //* create xcb atom xcb_atom_t createAtom( const QString& ) const; #endif //@} //* frame radius qreal frameRadius( qreal bias = 0 ) const { return qMax( qreal( Metrics::Frame_FrameRadius ) - 0.5 + bias, 0.0 ); } void setVariant(QWidget *widget, const QByteArray &variant); protected: //* initialize void init( void ); //* return rectangle for widgets shadow, offset depending on light source QRectF shadowRect( const QRectF& ) const; //* return rounded path in a given rect, with only selected corners rounded, and for a given radius QPainterPath roundedPath( const QRectF&, Corners, qreal ) const; private: #if ADWAITA_HAVE_X11 //* atom used for compositing manager xcb_atom_t _compositingManagerAtom; #endif }; } #endif adwaita-qt-1.0/style/adwaitamnemonics.cpp000066400000000000000000000061261311200771300205750ustar00rootroot00000000000000/************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaitamnemonics.h" #include #include namespace Adwaita { //____________________________________________________ void Mnemonics::setMode( int mode ) { switch( mode ) { case StyleConfigData::MN_NEVER: qApp->removeEventFilter( this ); setEnabled( false ); break; default: case StyleConfigData::MN_ALWAYS: qApp->removeEventFilter( this ); setEnabled( true ); break; case StyleConfigData::MN_AUTO: qApp->removeEventFilter( this ); qApp->installEventFilter( this ); setEnabled( false ); break; } return; } //____________________________________________________ bool Mnemonics::eventFilter( QObject*, QEvent* event ) { switch( event->type() ) { case QEvent::KeyPress: if( static_cast(event)->key() == Qt::Key_Alt ) { setEnabled( true ); } break; case QEvent::KeyRelease: if( static_cast(event)->key() == Qt::Key_Alt ) { setEnabled( false ); } break; #if QT_VERSION >= 0x050000 case QEvent::ApplicationStateChange: { setEnabled( false ); } break; #endif default: break; } return false; } //____________________________________________________ void Mnemonics::setEnabled( bool value ) { if( _enabled == value ) return; _enabled = value; // update all top level widgets foreach( QWidget* widget, qApp->topLevelWidgets() ) { widget->update(); } } } adwaita-qt-1.0/style/adwaitamnemonics.h000066400000000000000000000045131311200771300202400ustar00rootroot00000000000000#ifndef adwaitamnemonics_h #define adwaitamnemonics_h /************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include #include #include #include "fakeadwaitastyleconfigdata.h" namespace Adwaita { class Mnemonics: public QObject { Q_OBJECT public: //* constructor explicit Mnemonics( QObject* parent ): QObject( parent ), _enabled( true ) {} //* destructor virtual ~Mnemonics( void ) {} //* set mode void setMode( int ); //* event filter virtual bool eventFilter( QObject*, QEvent* ); //* true if mnemonics are enabled const bool& enabled( void ) const { return _enabled; } //* alignment flag int textFlags( void ) const { return _enabled ? Qt::TextShowMnemonic : Qt::TextHideMnemonic; } protected: //* set enable state void setEnabled( bool ); private: //* enable state bool _enabled; }; } #endif adwaita-qt-1.0/style/adwaitapropertynames.cpp000066400000000000000000000037461311200771300215220ustar00rootroot00000000000000/************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaitapropertynames.h" namespace Adwaita { const char PropertyNames::noAnimations[] = "_kde_no_animations"; const char PropertyNames::noWindowGrab[] = "_kde_no_window_grab"; const char PropertyNames::netWMForceShadow[] = "_KDE_NET_WM_FORCE_SHADOW"; const char PropertyNames::netWMSkipShadow[] = "_KDE_NET_WM_SKIP_SHADOW"; const char PropertyNames::sidePanelView[] = "_kde_side_panel_view"; const char PropertyNames::toolButtonAlignment[] = "_kde_toolButton_alignment"; const char PropertyNames::menuTitle[] = "_adwaita_toolButton_menutitle"; const char PropertyNames::alteredBackground[] = "_adwaita_altered_background"; } adwaita-qt-1.0/style/adwaitapropertynames.h000066400000000000000000000034571311200771300211660ustar00rootroot00000000000000#ifndef adwaitapropertynames_h #define adwaitapropertynames_h /************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ namespace Adwaita { struct PropertyNames { static const char noAnimations[]; static const char noWindowGrab[]; static const char netWMForceShadow[]; static const char netWMSkipShadow[]; static const char sidePanelView[]; static const char toolButtonAlignment[]; static const char menuTitle[]; static const char alteredBackground[]; }; } #endif adwaita-qt-1.0/style/adwaitasplitterproxy.cpp000066400000000000000000000262701311200771300215570ustar00rootroot00000000000000/************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaitasplitterproxy.h" #include "adwaita.h" #include "fakeadwaitastyleconfigdata.h" #include #include #include namespace Adwaita { //____________________________________________________________________ void SplitterFactory::setEnabled( bool value ) { if( _enabled != value ) { // store _enabled = value; // assign to existing splitters for( WidgetMap::iterator iter = _widgets.begin(); iter != _widgets.end(); ++iter ) { if( iter.value() ) iter.value().data()->setEnabled( value ); } } } //____________________________________________________________________ bool SplitterFactory::registerWidget( QWidget *widget ) { // check widget type if( qobject_cast( widget ) ) { WidgetMap::iterator iter( _widgets.find( widget ) ); if( iter == _widgets.end() || !iter.value() ) { widget->installEventFilter( &_addEventFilter ); SplitterProxy* proxy( new SplitterProxy( widget, _enabled ) ); widget->removeEventFilter( &_addEventFilter ); widget->installEventFilter( proxy ); _widgets.insert( widget, proxy ); } else { widget->removeEventFilter( iter.value().data() ); widget->installEventFilter( iter.value().data() ); } return true; } else if( qobject_cast( widget ) ) { QWidget* window( widget->window() ); WidgetMap::iterator iter( _widgets.find( window ) ); if( iter == _widgets.end() || !iter.value() ) { window->installEventFilter( &_addEventFilter ); SplitterProxy* proxy( new SplitterProxy( window, _enabled ) ); window->removeEventFilter( &_addEventFilter ); widget->installEventFilter( proxy ); _widgets.insert( window, proxy ); } else { widget->removeEventFilter( iter.value().data() ); widget->installEventFilter( iter.value().data() ); } return true; } else return false; } //____________________________________________________________________ void SplitterFactory::unregisterWidget( QWidget *widget ) { WidgetMap::iterator iter( _widgets.find( widget ) ); if( iter != _widgets.end() ) { if( iter.value() ) iter.value().data()->deleteLater(); _widgets.erase( iter ); } } //____________________________________________________________________ SplitterProxy::SplitterProxy( QWidget* parent, bool enabled ): QWidget( parent ), _enabled( enabled ), _timerId( 0 ) { setAttribute( Qt::WA_TranslucentBackground, true ); setAttribute( Qt::WA_OpaquePaintEvent, false ); hide(); } //____________________________________________________________________ SplitterProxy::~SplitterProxy( void ) {} //____________________________________________________________________ void SplitterProxy::setEnabled( bool value ) { // make sure status has changed if( _enabled != value ) { _enabled = value; if( _enabled ) clearSplitter(); } } //____________________________________________________________________ bool SplitterProxy::eventFilter( QObject* object, QEvent* event ) { // do nothing if disabled if( !_enabled ) return false; // do nothing in case of mouse grab if( mouseGrabber() ) return false; switch( event->type() ) { case QEvent::HoverEnter: if( !isVisible() ) { // cast to splitter handle if( QSplitterHandle* handle = qobject_cast( object ) ) { setSplitter( handle ); } } return false; case QEvent::HoverMove: case QEvent::HoverLeave: return isVisible() && object == _splitter.data(); case QEvent::MouseMove: case QEvent::Timer: case QEvent::Move: return false; case QEvent::CursorChange: if( QWidget *window = qobject_cast( object ) ) { if( window->cursor().shape() == Qt::SplitHCursor || window->cursor().shape() == Qt::SplitVCursor ) { setSplitter( window ); } } return false; case QEvent::WindowDeactivate: case QEvent::MouseButtonRelease: clearSplitter(); return false; default: return false; } } //____________________________________________________________________ bool SplitterProxy::event( QEvent *event ) { switch( event->type() ) { #if 0 case QEvent::Paint: { QPainter painter( this ); painter.setClipRegion( static_cast( event )->region() ); painter.setRenderHints( QPainter::Antialiasing ); painter.setPen( Qt::red ); painter.drawRect( QRectF( rect() ).adjusted( 0.5, 0.5, -0.5, -0.5 ) ); return true; } #endif case QEvent::MouseMove: case QEvent::MouseButtonPress: case QEvent::MouseButtonRelease: { // check splitter if( !_splitter ) return false; event->accept(); // grab on mouse press if( event->type() == QEvent::MouseButtonPress) { grabMouse(); resize(1,1); } // cast to mouse event QMouseEvent *mouseEvent( static_cast( event ) ); // get relevant position to post mouse drag event to application if( event->type() == QEvent::MouseButtonPress ) { // use hook, to make sure splitter is properly dragged QMouseEvent copy( mouseEvent->type(), _hook, _splitter.data()->mapToGlobal(_hook), mouseEvent->button(), mouseEvent->buttons(), mouseEvent->modifiers()); QCoreApplication::sendEvent( _splitter.data(), © ); } else { // map event position to current splitter and post. QMouseEvent copy( mouseEvent->type(), _splitter.data()->mapFromGlobal( mouseEvent->globalPos() ), mouseEvent->globalPos(), mouseEvent->button(), mouseEvent->buttons(), mouseEvent->modifiers()); QCoreApplication::sendEvent( _splitter.data(), © ); } // release grab on mouse-Release if( event->type() == QEvent::MouseButtonRelease && mouseGrabber() == this ) { releaseMouse(); } return true; } case QEvent::Timer: if( static_cast( event )->timerId() != _timerId ) { return QWidget::event( event ); } /* Fall through is intended. We somehow lost a QEvent::Leave before timeout. We fix it from here */ case QEvent::HoverLeave: case QEvent::Leave: { if( mouseGrabber() == this ) { return true; } // reset splitter if( isVisible() && !rect().contains( mapFromGlobal( QCursor::pos() ) ) ) { clearSplitter(); } return true; } default: return QWidget::event( event ); } } //____________________________________________________________________ void SplitterProxy::setSplitter( QWidget* widget ) { // check if changed if( _splitter.data() == widget ) return; // get cursor position QPoint position( QCursor::pos() ); // store splitter and hook _splitter = widget; _hook = _splitter.data()->mapFromGlobal( position ); // adjust rect QRect rect( 0, 0, 2*StyleConfigData::splitterProxyWidth(), 2*StyleConfigData::splitterProxyWidth() ); rect.moveCenter( parentWidget()->mapFromGlobal( position ) ); setGeometry( rect ); setCursor( _splitter.data()->cursor().shape() ); // show raise(); show(); // timer used to automatically hide proxy in case leave events are lost if( !_timerId ) _timerId = startTimer(150); } //____________________________________________________________________ void SplitterProxy::clearSplitter( void ) { // check if changed if( !_splitter ) return; // release mouse if( mouseGrabber() == this ) releaseMouse(); // hide parentWidget()->setUpdatesEnabled(false); hide(); parentWidget()->setUpdatesEnabled(true); // send hover event if( _splitter ) { QHoverEvent hoverEvent( qobject_cast(_splitter.data()) ? QEvent::HoverLeave : QEvent::HoverMove, _splitter.data()->mapFromGlobal(QCursor::pos()), _hook); QCoreApplication::sendEvent( _splitter.data(), &hoverEvent ); _splitter.clear(); } // kill timer if any if( _timerId ) { killTimer( _timerId ); _timerId = 0; } } } adwaita-qt-1.0/style/adwaitasplitterproxy.h000066400000000000000000000070711311200771300212220ustar00rootroot00000000000000#ifndef adwaitasplitterproxy_h #define adwaitasplitterproxy_h /************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaita.h" #include "adwaitaaddeventfilter.h" #include #include #include #include #include #include #include namespace Adwaita { class SplitterProxy; //* factory class SplitterFactory: public QObject { Q_OBJECT public: //* constructor explicit SplitterFactory( QObject* parent ): QObject( parent ), _enabled( false ) {} //* destructor virtual ~SplitterFactory( void ) {} //* enabled state void setEnabled( bool ); //* register widget bool registerWidget( QWidget* ); //* unregister widget void unregisterWidget( QWidget* ); private: //* enabled state bool _enabled; //* needed to block ChildAdded events when creating proxy AddEventFilter _addEventFilter; //* pointer to SplitterProxy using SplitterProxyPointer = WeakPointer; //* registered widgets using WidgetMap = QMap; WidgetMap _widgets; }; //* splitter 'proxy' widget, with extended hit area class SplitterProxy : public QWidget { Q_OBJECT public: //* constructor explicit SplitterProxy( QWidget*, bool = false ); //* destructor virtual ~SplitterProxy( void ); //* event filter virtual bool eventFilter( QObject*, QEvent* ); //* enable state void setEnabled( bool ); //* enable state bool enabled( void ) const { return _enabled; } protected: //* event handler virtual bool event( QEvent* ); protected: //* reset 'true' splitter widget void clearSplitter( void ); //* keep track of 'true' splitter widget void setSplitter( QWidget* ); private: //* enabled state bool _enabled; //* splitter object WeakPointer _splitter; //* hook QPoint _hook; //* timer id int _timerId; }; } #endif adwaita-qt-1.0/style/adwaitastyle.cpp000066400000000000000000011347371311200771300177600ustar00rootroot00000000000000/************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaitastyle.h" #include "adwaita.h" #include "adwaitaanimations.h" #include "adwaitahelper.h" #include "adwaitamnemonics.h" #include "adwaitapropertynames.h" #include "adwaitasplitterproxy.h" #include "fakeadwaitastyleconfigdata.h" #include "adwaitawidgetexplorer.h" #include "adwaitawindowmanager.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include namespace AdwaitaPrivate { // needed to keep track of tabbars when being dragged class TabBarData: public QObject { public: //* constructor explicit TabBarData( QObject* parent ): QObject( parent ) {} //* destructor virtual ~TabBarData( void ) {} //* assign target tabBar void lock( const QWidget* widget ) { _tabBar = widget; } //* true if tabbar is locked bool isLocked( const QWidget* widget ) const { return _tabBar && _tabBar.data() == widget; } //* release void release( void ) { _tabBar.clear(); } private: //* pointer to target tabBar Adwaita::WeakPointer _tabBar; }; //* needed to have spacing added to items in combobox class ComboBoxItemDelegate: public QItemDelegate { public: //* constructor ComboBoxItemDelegate( QAbstractItemView* parent ): QItemDelegate( parent ), _proxy( parent->itemDelegate() ), _itemMargin( Adwaita::Metrics::ItemView_ItemMarginWidth ) {} //* destructor virtual ~ComboBoxItemDelegate( void ) {} //* paint void paint( QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const { // call either proxy or parent class if( _proxy ) _proxy.data()->paint( painter, option, index ); else QItemDelegate::paint( painter, option, index ); } //* size hint for index virtual QSize sizeHint( const QStyleOptionViewItem& option, const QModelIndex& index ) const { // get size from either proxy or parent class QSize size( _proxy ? _proxy.data()->sizeHint( option, index ): QItemDelegate::sizeHint( option, index ) ); // adjust and return if( size.isValid() ) { size.rheight() += _itemMargin*2; } return size; } private: //* proxy Adwaita::WeakPointer _proxy; //* margin int _itemMargin; }; } void tabLayout(const QStyleOptionTabV3 *opt, const QWidget *widget, QRect *textRect, QRect *iconRect, const QStyle *proxyStyle) { Q_ASSERT(textRect); Q_ASSERT(iconRect); QRect tr = opt->rect; bool verticalTabs = opt->shape == QTabBar::RoundedEast || opt->shape == QTabBar::RoundedWest || opt->shape == QTabBar::TriangularEast || opt->shape == QTabBar::TriangularWest; if (verticalTabs) tr.setRect(0, 0, tr.height(), tr.width()); //0, 0 as we will have a translate transform int verticalShift = proxyStyle->pixelMetric(QStyle::PM_TabBarTabShiftVertical, opt, widget); int horizontalShift = proxyStyle->pixelMetric(QStyle::PM_TabBarTabShiftHorizontal, opt, widget); int hpadding = proxyStyle->pixelMetric(QStyle::PM_TabBarTabHSpace, opt, widget) / 2; int vpadding = proxyStyle->pixelMetric(QStyle::PM_TabBarTabVSpace, opt, widget) / 2; if (opt->shape == QTabBar::RoundedSouth || opt->shape == QTabBar::TriangularSouth) verticalShift = -verticalShift; tr.adjust(hpadding, verticalShift - vpadding, horizontalShift - hpadding, vpadding); bool selected = opt->state & QStyle::State_Selected; if (selected) { tr.setTop(tr.top() - verticalShift); tr.setRight(tr.right() - horizontalShift); } // left widget if (!opt->leftButtonSize.isEmpty()) { tr.setLeft(tr.left() + 4 + (verticalTabs ? opt->leftButtonSize.height() : opt->leftButtonSize.width())); } // right widget if (!opt->rightButtonSize.isEmpty()) { tr.setRight(tr.right() - 4 - (verticalTabs ? opt->rightButtonSize.height() : opt->rightButtonSize.width())); } // icon if (!opt->icon.isNull()) { QSize iconSize = opt->iconSize; if (!iconSize.isValid()) { int iconExtent = proxyStyle->pixelMetric(QStyle::PM_SmallIconSize); iconSize = QSize(iconExtent, iconExtent); } QSize tabIconSize = opt->icon.actualSize(iconSize, (opt->state & QStyle::State_Enabled) ? QIcon::Normal : QIcon::Disabled, (opt->state & QStyle::State_Selected) ? QIcon::On : QIcon::Off ); *iconRect = QRect(tr.left(), tr.center().y() - tabIconSize.height() / 2, tabIconSize.width(), tabIconSize .height()); if (!verticalTabs) *iconRect = proxyStyle->visualRect(opt->direction, opt->rect, *iconRect); tr.setLeft(tr.left() + tabIconSize.width() + 4); } if (!verticalTabs) tr = proxyStyle->visualRect(opt->direction, opt->rect, tr); *textRect = tr; } namespace Adwaita { //______________________________________________________________ Style::Style( bool dark ): _addLineButtons( SingleButton ) , _subLineButtons( SingleButton ) #if ADWAITA_USE_KDE4 , _helper( new Helper( "adwaita" ) ) #else , _helper( new Helper( ) ) #endif , _animations( new Animations( this ) ) , _mnemonics( new Mnemonics( this ) ) , _windowManager( new WindowManager( this ) ) , _splitterFactory( new SplitterFactory( this ) ) , _widgetExplorer( new WidgetExplorer( this ) ) , _tabBarData( new AdwaitaPrivate::TabBarData( this ) ) #if ADWAITA_USE_KDE4 , SH_ArgbDndWindow( newStyleHint( QStringLiteral( "SH_ArgbDndWindow" ) ) ) , CE_CapacityBar( newControlElement( QStringLiteral( "CE_CapacityBar" ) ) ) #endif , _dark(dark) { // use DBus connection to update on adwaita configuration change QDBusConnection dbus = QDBusConnection::sessionBus(); dbus.connect( QString(), QStringLiteral( "/AdwaitaStyle" ), QStringLiteral( "org.kde.Adwaita.Style" ), QStringLiteral( "reparseConfiguration" ), this, SLOT(configurationChanged()) ); dbus.connect( QString(), QStringLiteral( "/AdwaitaDecoration" ), QStringLiteral( "org.kde.Adwaita.Style" ), QStringLiteral( "reparseConfiguration" ), this, SLOT(configurationChanged()) ); // Detect if running under KDE, if so set menus, etc, to have translucent background. // For GNOME desktop, dont want translucent backgrounds otherwise no menu shadow is drawn. _isKDE = qgetenv("XDG_CURRENT_DESKTOP").toLower()=="kde"; _isGNOME = qgetenv("XDG_CURRENT_DESKTOP").toLower()=="gnome"; // call the slot directly; this initial call will set up things that also // need to be reset when the system palette changes loadConfiguration(); } //______________________________________________________________ Style::~Style( void ) { delete _helper; } //______________________________________________________________ void Style::polish( QWidget* widget ) { if( !widget ) return; // register widget to animations _animations->registerWidget( widget ); _windowManager->registerWidget( widget ); _splitterFactory->registerWidget( widget ); // enable mouse over effects for all necessary widgets if( qobject_cast( widget ) || qobject_cast( widget ) || qobject_cast( widget ) || qobject_cast( widget ) || qobject_cast( widget ) || qobject_cast( widget ) || qobject_cast( widget ) || qobject_cast( widget ) || qobject_cast( widget ) || qobject_cast( widget ) || qobject_cast( widget ) || qobject_cast( widget ) || qobject_cast( widget ) || qobject_cast( widget ) #if QT_VERSION >= 0x050000 || qobject_cast( widget ) #endif || widget->inherits( "KTextEditor::View" ) ) { widget->setAttribute( Qt::WA_Hover ); } if (qobject_cast(widget)) { qobject_cast(widget)->setDrawBase(true); } // enforce translucency for drag and drop window if( widget->testAttribute( Qt::WA_X11NetWmWindowTypeDND ) && _helper->compositingActive() ) { widget->setAttribute( Qt::WA_TranslucentBackground ); widget->clearMask(); } // scrollarea polishing is somewhat complex. It is moved to a dedicated method polishScrollArea( qobject_cast( widget ) ); if( QAbstractItemView *itemView = qobject_cast( widget ) ) { // enable mouse over effects in itemviews' viewport itemView->viewport()->setAttribute( Qt::WA_Hover ); } else if( QGroupBox* groupBox = qobject_cast( widget ) ) { // checkable group boxes if( groupBox->isCheckable() ) { groupBox->setAttribute( Qt::WA_Hover ); } } else if( qobject_cast( widget ) && qobject_cast( widget->parent() ) ) { widget->setAttribute( Qt::WA_Hover ); } else if( qobject_cast( widget ) && qobject_cast( widget->parent() ) ) { widget->setAttribute( Qt::WA_Hover ); } else if( qobject_cast( widget ) && widget->parent() && widget->parent()->inherits( "KTitleWidget" ) ) { widget->setAutoFillBackground( false ); if( !StyleConfigData::titleWidgetDrawFrame() ) { widget->setBackgroundRole( QPalette::Window ); } } if( qobject_cast( widget ) ) { // remove opaque painting for scrollbars widget->setAttribute( Qt::WA_OpaquePaintEvent, false ); } else if( widget->inherits( "KTextEditor::View" ) ) { addEventFilter( widget ); } else if( QToolButton* toolButton = qobject_cast( widget ) ) { if( toolButton->autoRaise() ) { // for flat toolbuttons, adjust foreground and background role accordingly widget->setBackgroundRole( QPalette::NoRole ); widget->setForegroundRole( QPalette::WindowText ); } if( widget->parentWidget() && widget->parentWidget()->parentWidget() && widget->parentWidget()->parentWidget()->inherits( "Gwenview::SideBarGroup" ) ) { widget->setProperty( PropertyNames::toolButtonAlignment, Qt::AlignLeft ); } } else if( qobject_cast( widget ) ) { // add event filter on dock widgets // and alter palette widget->setAutoFillBackground( false ); widget->setContentsMargins( Metrics::Frame_FrameWidth, Metrics::Frame_FrameWidth, Metrics::Frame_FrameWidth, Metrics::Frame_FrameWidth ); addEventFilter( widget ); } else if( qobject_cast( widget ) ) { widget->setAutoFillBackground( false ); addEventFilter( widget ); } else if( qobject_cast( widget ) ) { widget->setBackgroundRole( QPalette::NoRole ); widget->setAutoFillBackground( false ); } else if( widget->parentWidget() && widget->parentWidget()->parentWidget() && qobject_cast( widget->parentWidget()->parentWidget()->parentWidget() ) ) { widget->setBackgroundRole( QPalette::NoRole ); widget->setAutoFillBackground( false ); widget->parentWidget()->setAutoFillBackground( false ); } else if( qobject_cast( widget ) ) { setTranslucentBackground( widget ); #if QT_VERSION >= 0x050000 } else if( qobject_cast( widget ) ) { addEventFilter( widget ); #endif } else if( QComboBox *comboBox = qobject_cast( widget ) ) { if( !hasParent( widget, "QWebView" ) ) { QAbstractItemView *itemView( comboBox->view() ); if( itemView && itemView->itemDelegate() && itemView->itemDelegate()->inherits( "QComboBoxDelegate" ) ) { itemView->setItemDelegate( new AdwaitaPrivate::ComboBoxItemDelegate( itemView ) ); } } } else if( widget->inherits( "QComboBoxPrivateContainer" ) ) { addEventFilter( widget ); setTranslucentBackground( widget ); } else if( widget->inherits( "QTipLabel" ) ) { setTranslucentBackground( widget ); } if (!widget->parent() || !qobject_cast(widget->parent())) { addEventFilter( widget ); } // base class polishing ParentStyleClass::polish( widget ); } //______________________________________________________________ void Style::polishScrollArea( QAbstractScrollArea* scrollArea ) { // check argument if( !scrollArea ) return; // enable mouse over effect in sunken scrollareas that support focus if( scrollArea->frameShadow() == QFrame::Sunken && scrollArea->focusPolicy()&Qt::StrongFocus ) { scrollArea->setAttribute( Qt::WA_Hover ); } if( scrollArea->viewport() && scrollArea->inherits( "KItemListContainer" ) && scrollArea->frameShape() == QFrame::NoFrame ) { scrollArea->viewport()->setBackgroundRole( QPalette::Window ); scrollArea->viewport()->setForegroundRole( QPalette::WindowText ); } // add event filter, to make sure proper background is rendered behind scrollbars addEventFilter( scrollArea ); // force side panels as flat, on option if( scrollArea->inherits( "KDEPrivate::KPageListView" ) || scrollArea->inherits( "KDEPrivate::KPageTreeView" ) ) { scrollArea->setProperty( PropertyNames::sidePanelView, true ); } // for all side view panels, unbold font (design choice) if( scrollArea->property( PropertyNames::sidePanelView ).toBool() ) { // upbold list font QFont font( scrollArea->font() ); font.setBold( false ); scrollArea->setFont( font ); // adjust background role if( !StyleConfigData::sidePanelDrawFrame() ) { scrollArea->setBackgroundRole( QPalette::Window ); scrollArea->setForegroundRole( QPalette::WindowText ); if( scrollArea->viewport() ) { scrollArea->viewport()->setBackgroundRole( QPalette::Window ); scrollArea->viewport()->setForegroundRole( QPalette::WindowText ); } } } // disable autofill background for flat (== NoFrame) scrollareas, with QPalette::Window as a background // this fixes flat scrollareas placed in a tinted widget, such as groupboxes, tabwidgets or framed dock-widgets if( !(scrollArea->frameShape() == QFrame::NoFrame || scrollArea->backgroundRole() == QPalette::Window ) ) { return; } // get viewport and check background role QWidget* viewport( scrollArea->viewport() ); if( !( viewport && viewport->backgroundRole() == QPalette::Window ) ) return; // change viewport autoFill background. // do the same for all children if the background role is QPalette::Window viewport->setAutoFillBackground( false ); QList children( viewport->findChildren() ); foreach( QWidget* child, children ) { if( child->parent() == viewport && child->backgroundRole() == QPalette::Window ) { child->setAutoFillBackground( false ); } } } //_______________________________________________________________ void Style::unpolish( QWidget* widget ) { // register widget to animations _animations->unregisterWidget( widget ); _windowManager->unregisterWidget( widget ); _splitterFactory->unregisterWidget( widget ); // remove event filter if( qobject_cast( widget ) || qobject_cast( widget ) || qobject_cast( widget ) || widget->inherits( "QComboBoxPrivateContainer" ) || qobject_cast(widget) || qobject_cast(widget)) { widget->removeEventFilter( this ); } ParentStyleClass::unpolish( widget ); } void Style::polish(QPalette &palette) { if (_dark) { palette.setColor(QPalette::All, QPalette::Window, QColor("#33393b")); palette.setColor(QPalette::All, QPalette::WindowText, QColor("white")); palette.setColor(QPalette::All, QPalette::Base, QColor("#232729")); palette.setColor(QPalette::All, QPalette::AlternateBase, QColor("#1c1f20")); palette.setColor(QPalette::All, QPalette::ToolTipBase, QColor("#1c1f20")); palette.setColor(QPalette::All, QPalette::ToolTipText, QColor("white")); palette.setColor(QPalette::All, QPalette::Text, QColor("white")); palette.setColor(QPalette::All, QPalette::Button, QColor("#25292b")); palette.setColor(QPalette::All, QPalette::ButtonText, QColor("white")); palette.setColor(QPalette::All, QPalette::BrightText, QColor("black")); palette.setColor(QPalette::All, QPalette::Light, QColor("white")); palette.setColor(QPalette::All, QPalette::Midlight, QColor("#d7d7d7")); palette.setColor(QPalette::All, QPalette::Mid, QColor("#b4b4b4")); palette.setColor(QPalette::All, QPalette::Dark, QColor("#1a1a1a")); palette.setColor(QPalette::All, QPalette::Shadow, QColor("black")); palette.setColor(QPalette::All, QPalette::Highlight, QColor("#4a90d9")); palette.setColor(QPalette::All, QPalette::HighlightedText, QColor("white")); palette.setColor(QPalette::All, QPalette::Link, QColor("#2a76c6")); palette.setColor(QPalette::All, QPalette::LinkVisited, QColor("#2a76c6")); palette.setColor(QPalette::Disabled, QPalette::Window, QColor("#2e3436")); palette.setColor(QPalette::Disabled, QPalette::WindowText, QColor("#8d9091")); palette.setColor(QPalette::Disabled, QPalette::Base, QColor("#3d4244")); palette.setColor(QPalette::Disabled, QPalette::AlternateBase, QColor("#3a3d3e")); palette.setColor(QPalette::Disabled, QPalette::Text, QColor("#8d9091")); palette.setColor(QPalette::Disabled, QPalette::Button, QColor("#33393b")); palette.setColor(QPalette::Disabled, QPalette::ButtonText, QColor("#8d9091")); palette.setColor(QPalette::Disabled, QPalette::BrightText, QColor("#ededed")); palette.setColor(QPalette::Disabled, QPalette::Light, QColor("#f4f4f4")); palette.setColor(QPalette::Disabled, QPalette::Midlight, QColor("#f4f4f4")); palette.setColor(QPalette::Disabled, QPalette::Dark, QColor("#f4f4f4")); palette.setColor(QPalette::Disabled, QPalette::Mid, QColor("#c3c3c3")); palette.setColor(QPalette::Disabled, QPalette::Shadow, QColor("black")); palette.setColor(QPalette::Disabled, QPalette::Highlight, QColor("#4a90d9")); palette.setColor(QPalette::Disabled, QPalette::HighlightedText, QColor("white")); palette.setColor(QPalette::Disabled, QPalette::Link, QColor("#4a90d9")); palette.setColor(QPalette::Disabled, QPalette::LinkVisited, QColor("#4a90d9")); palette.setColor(QPalette::Inactive, QPalette::Window, QColor("#33393b")); palette.setColor(QPalette::Inactive, QPalette::WindowText, QColor("#d3d4d5")); palette.setColor(QPalette::Inactive, QPalette::Base, QColor("#252a2c")); palette.setColor(QPalette::Inactive, QPalette::AlternateBase, QColor("#1d2021")); palette.setColor(QPalette::Inactive, QPalette::Text, QColor("#d3d4d5")); palette.setColor(QPalette::Inactive, QPalette::Button, QColor("#33393b")); palette.setColor(QPalette::Inactive, QPalette::ButtonText, QColor("#eeeeec")); palette.setColor(QPalette::Inactive, QPalette::BrightText, QColor("#d3d4d5")); palette.setColor(QPalette::Inactive, QPalette::Light, QColor("white")); palette.setColor(QPalette::Inactive, QPalette::Midlight, QColor("#d7d7d7")); palette.setColor(QPalette::Inactive, QPalette::Mid, QColor("#b4b4b4")); palette.setColor(QPalette::Inactive, QPalette::Dark, QColor("#33393b")); palette.setColor(QPalette::Inactive, QPalette::Shadow, QColor("black")); palette.setColor(QPalette::Inactive, QPalette::Highlight, QColor("#4a90d9")); palette.setColor(QPalette::Inactive, QPalette::HighlightedText, QColor("white")); palette.setColor(QPalette::Inactive, QPalette::Link, QColor("#4a90d9")); palette.setColor(QPalette::Inactive, QPalette::LinkVisited, QColor("#4a90d9")); } else { palette.setColor(QPalette::All, QPalette::Window, QColor("#ededed")); palette.setColor(QPalette::All, QPalette::WindowText, QColor("#2e3436")); palette.setColor(QPalette::All, QPalette::Base, QColor("white")); palette.setColor(QPalette::All, QPalette::AlternateBase, QColor("#ededed")); palette.setColor(QPalette::All, QPalette::ToolTipBase, QColor("#060606")); palette.setColor(QPalette::All, QPalette::ToolTipText, QColor("white")); palette.setColor(QPalette::All, QPalette::Text, QColor("#2e3436")); palette.setColor(QPalette::All, QPalette::Button, QColor("#eeeeee")); palette.setColor(QPalette::All, QPalette::ButtonText, QColor("#2e3436")); palette.setColor(QPalette::All, QPalette::BrightText, QColor("white")); palette.setColor(QPalette::All, QPalette::Light, QColor("#fafafa")); palette.setColor(QPalette::All, QPalette::Midlight, QColor("#f3f3f3")); palette.setColor(QPalette::All, QPalette::Dark, QColor("#d3d3d3")); palette.setColor(QPalette::All, QPalette::Mid, QColor("#b4b4b4")); palette.setColor(QPalette::All, QPalette::Shadow, QColor("black")); palette.setColor(QPalette::All, QPalette::Highlight, QColor("#4a90d9")); palette.setColor(QPalette::All, QPalette::HighlightedText, QColor("white")); palette.setColor(QPalette::All, QPalette::Link, QColor("#2a76c6")); palette.setColor(QPalette::All, QPalette::LinkVisited, QColor("#2a76c6")); palette.setColor(QPalette::Disabled, QPalette::Window, QColor("#f4f4f4")); palette.setColor(QPalette::Disabled, QPalette::WindowText, QColor("#8d9091")); palette.setColor(QPalette::Disabled, QPalette::Base, QColor("white")); palette.setColor(QPalette::Disabled, QPalette::AlternateBase, QColor("#ededed")); palette.setColor(QPalette::Disabled, QPalette::Text, QColor("#8d9091")); palette.setColor(QPalette::Disabled, QPalette::Button, QColor("#f4f4f4")); palette.setColor(QPalette::Disabled, QPalette::ButtonText, QColor("#8d9091")); palette.setColor(QPalette::Disabled, QPalette::BrightText, QColor("#ededed")); palette.setColor(QPalette::Disabled, QPalette::Light, QColor("#f4f4f4")); palette.setColor(QPalette::Disabled, QPalette::Midlight, QColor("#f4f4f4")); palette.setColor(QPalette::Disabled, QPalette::Dark, QColor("#f4f4f4")); palette.setColor(QPalette::Disabled, QPalette::Mid, QColor("#c3c3c3")); palette.setColor(QPalette::Disabled, QPalette::Shadow, QColor("black")); palette.setColor(QPalette::Disabled, QPalette::Highlight, QColor("#4a90d9")); palette.setColor(QPalette::Disabled, QPalette::HighlightedText, QColor("white")); palette.setColor(QPalette::Disabled, QPalette::Link, QColor("#4a90d9")); palette.setColor(QPalette::Disabled, QPalette::LinkVisited, QColor("#4a90d9")); palette.setColor(QPalette::Inactive, QPalette::Window, QColor("#ededed")); palette.setColor(QPalette::Inactive, QPalette::WindowText, QColor("#54595a")); palette.setColor(QPalette::Inactive, QPalette::Base, QColor("#fcfcfc")); palette.setColor(QPalette::Inactive, QPalette::AlternateBase, QColor("#ededed")); palette.setColor(QPalette::Inactive, QPalette::Text, QColor("#54595a")); palette.setColor(QPalette::Inactive, QPalette::Button, QColor("#ededed")); palette.setColor(QPalette::Inactive, QPalette::ButtonText, QColor("#54595a")); palette.setColor(QPalette::Inactive, QPalette::BrightText, QColor("#ededed")); palette.setColor(QPalette::Inactive, QPalette::Light, QColor("#ededed")); palette.setColor(QPalette::Inactive, QPalette::Midlight, QColor("#ededed")); palette.setColor(QPalette::Inactive, QPalette::Dark, QColor("#ededed")); palette.setColor(QPalette::Inactive, QPalette::Mid, QColor("#c3c3c3")); palette.setColor(QPalette::Inactive, QPalette::Shadow, QColor("black")); palette.setColor(QPalette::Inactive, QPalette::Highlight, QColor("#4a90d9")); palette.setColor(QPalette::Inactive, QPalette::HighlightedText, QColor("white")); palette.setColor(QPalette::Inactive, QPalette::Link, QColor("#4a90d9")); palette.setColor(QPalette::Inactive, QPalette::LinkVisited, QColor("#4a90d9")); } } //______________________________________________________________ int Style::pixelMetric( PixelMetric metric, const QStyleOption* option, const QWidget* widget ) const { // handle special cases switch( metric ) { // frame width case PM_DefaultFrameWidth: if ( widget && widget->inherits("QComboBoxPrivateContainer") ) return 1; if( qobject_cast( widget ) ) return Metrics::Menu_FrameWidth; if( qobject_cast( widget ) ) return Metrics::LineEdit_FrameWidth; if( qobject_cast( widget ) ) return Metrics::ScrollArea_FrameWidth; #if QT_VERSION >= 0x050000 else if( isQtQuickControl( option, widget ) ) { const QString &elementType = option->styleObject->property( "elementType" ).toString(); if( elementType == QLatin1String( "edit" ) || elementType == QLatin1String( "spinbox" ) ) { return Metrics::LineEdit_FrameWidth; } else if( elementType == QLatin1String( "combobox" ) ) { return Metrics::ComboBox_FrameWidth; } } #endif // fallback return Metrics::Frame_FrameWidth; case PM_ComboBoxFrameWidth: { const QStyleOptionComboBox* comboBoxOption( qstyleoption_cast< const QStyleOptionComboBox*>( option ) ); return comboBoxOption && comboBoxOption->editable ? Metrics::LineEdit_FrameWidth : Metrics::ComboBox_FrameWidth; } case PM_SpinBoxFrameWidth: return Metrics::SpinBox_FrameWidth; case PM_ToolBarFrameWidth: return Metrics::ToolBar_FrameWidth; case PM_ToolTipLabelFrameWidth: return Metrics::ToolTip_FrameWidth; // layout case PM_LayoutLeftMargin: case PM_LayoutTopMargin: case PM_LayoutRightMargin: case PM_LayoutBottomMargin: { /* * use either Child margin or TopLevel margin, * depending on widget type */ if( ( option && ( option->state & QStyle::State_Window ) ) || ( widget && widget->isWindow() ) ) { return Metrics::Layout_TopLevelMarginWidth; } else if( widget && widget->inherits( "KPageView" ) ) { return 0; } else { return Metrics::Layout_ChildMarginWidth; } } case PM_LayoutHorizontalSpacing: return Metrics::Layout_DefaultSpacing; case PM_LayoutVerticalSpacing: return Metrics::Layout_DefaultSpacing; // buttons case PM_ButtonMargin: { // needs special case for kcalc buttons, to prevent the application to set too small margins if( widget && widget->inherits( "KCalcButton" ) ) return Metrics::Button_MarginWidth + 4; else return Metrics::Button_MarginWidth; } case PM_ButtonDefaultIndicator: return 0; case PM_ButtonShiftHorizontal: return 0; case PM_ButtonShiftVertical: return 0; // menubars case PM_MenuBarPanelWidth: return 0; case PM_MenuBarHMargin: return 0; case PM_MenuBarVMargin: return 0; case PM_MenuBarItemSpacing: return 0; case PM_MenuDesktopFrameWidth: return 0; // menu buttons case PM_MenuButtonIndicator: return Metrics::MenuButton_IndicatorWidth; case PM_MenuVMargin: return 2; case PM_MenuHMargin: return _isGNOME ? 0 : 1; // toolbars case PM_ToolBarHandleExtent: return Metrics::ToolBar_HandleExtent; case PM_ToolBarSeparatorExtent: return Metrics::ToolBar_SeparatorWidth; case PM_ToolBarExtensionExtent: return pixelMetric( PM_SmallIconSize, option, widget ) + 2*Metrics::ToolButton_MarginWidth; case PM_ToolBarItemMargin: return 0; case PM_ToolBarItemSpacing: return Metrics::ToolBar_ItemSpacing; // tabbars case PM_TabBarTabShiftVertical: return 0; case PM_TabBarTabShiftHorizontal: return 0; case PM_TabBarTabOverlap: return Metrics::TabBar_TabOverlap; case PM_TabBarBaseOverlap: return Metrics::TabBar_BaseOverlap; case PM_TabBarTabHSpace: return 2*Metrics::TabBar_TabMarginWidth; case PM_TabBarTabVSpace: return 2*Metrics::TabBar_TabMarginHeight; case PM_TabCloseIndicatorWidth: case PM_TabCloseIndicatorHeight: return pixelMetric( PM_SmallIconSize, option, widget ); // scrollbars case PM_ScrollBarExtent: return Metrics::ScrollBar_Extend; case PM_ScrollBarSliderMin: return Metrics::ScrollBar_MinSliderHeight; // title bar case PM_TitleBarHeight: return 2*Metrics::TitleBar_MarginWidth + pixelMetric( PM_SmallIconSize, option, widget ); // sliders case PM_SliderThickness: return Metrics::Slider_ControlThickness; case PM_SliderControlThickness: return Metrics::Slider_ControlThickness; case PM_SliderLength: return Metrics::Slider_ControlThickness; // checkboxes and radio buttons case PM_IndicatorWidth: return Metrics::CheckBox_Size; case PM_IndicatorHeight: return Metrics::CheckBox_Size; case PM_ExclusiveIndicatorWidth: return Metrics::CheckBox_Size; case PM_ExclusiveIndicatorHeight: return Metrics::CheckBox_Size; // list heaaders case PM_HeaderMarkSize: return Metrics::Header_ArrowSize; case PM_HeaderMargin: return Metrics::Header_MarginWidth; // dock widget // return 0 here, since frame is handled directly in polish case PM_DockWidgetFrameWidth: return 0; case PM_DockWidgetTitleMargin: return Metrics::Frame_FrameWidth; case PM_DockWidgetTitleBarButtonMargin: return Metrics::ToolButton_MarginWidth; case PM_SplitterWidth: return Metrics::Splitter_SplitterWidth; case PM_DockWidgetSeparatorExtent: return Metrics::Splitter_SplitterWidth; // fallback default: return ParentStyleClass::pixelMetric( metric, option, widget ); } } //______________________________________________________________ int Style::styleHint( StyleHint hint, const QStyleOption* option, const QWidget* widget, QStyleHintReturn* returnData ) const { switch( hint ) { case SH_RubberBand_Mask: { if( QStyleHintReturnMask *mask = qstyleoption_cast( returnData ) ) { mask->region = option->rect; /* * need to check on widget before removing inner region * in order to still preserve rubberband in MainWindow and QGraphicsView * in QMainWindow because it looks better * in QGraphicsView because the painting fails completely otherwise */ if( widget && ( qobject_cast( widget->parent() ) || qobject_cast( widget->parent() ) || qobject_cast( widget->parent() ) ) ) { return true; } // also check if widget's parent is some itemView viewport if( widget && widget->parent() && qobject_cast( widget->parent()->parent() ) && static_cast( widget->parent()->parent() )->viewport() == widget->parent() ) { return true; } // mask out center mask->region -= insideMargin( option->rect, 1 ); return true; } return false; } case SH_ComboBox_ListMouseTracking: return true; case SH_MenuBar_MouseTracking: return true; case SH_Menu_MouseTracking: return true; case SH_Menu_SubMenuPopupDelay: return 150; case SH_Menu_SloppySubMenus: return true; #if QT_VERSION >= 0x050000 case SH_Widget_Animate: return StyleConfigData::animationsEnabled(); case SH_Menu_SupportsSections: return true; #endif case SH_DialogButtonBox_ButtonsHaveIcons: return false; case SH_GroupBox_TextLabelVerticalAlignment: return Qt::AlignVCenter; case SH_TabBar_Alignment: return StyleConfigData::tabBarDrawCenteredTabs() ? Qt::AlignCenter:Qt::AlignLeft; case SH_ToolBox_SelectedPageTitleBold: return false; case SH_ScrollBar_MiddleClickAbsolutePosition: return true; case SH_ScrollView_FrameOnlyAroundContents: return false; case SH_FormLayoutFormAlignment: return Qt::AlignLeft | Qt::AlignTop; case SH_FormLayoutLabelAlignment: return Qt::AlignRight; case SH_FormLayoutFieldGrowthPolicy: return QFormLayout::ExpandingFieldsGrow; case SH_FormLayoutWrapPolicy: return QFormLayout::DontWrapRows; case SH_MessageBox_TextInteractionFlags: return Qt::TextSelectableByMouse | Qt::LinksAccessibleByMouse; case SH_ProgressDialog_CenterCancelButton: return false; case SH_MessageBox_CenterButtons: return false; case SH_RequestSoftwareInputPanel: return RSIP_OnMouseClick; case SH_TitleBar_NoBorder: return true; case SH_DockWidget_ButtonsHaveFrame: return false; default: return ParentStyleClass::styleHint( hint, option, widget, returnData ); } } //______________________________________________________________ QRect Style::subElementRect( SubElement element, const QStyleOption* option, const QWidget* widget ) const { switch( element ) { case SE_PushButtonContents: return pushButtonContentsRect( option, widget ); case SE_PushButtonFocusRect: return pushButtonFocusRect( option, widget ); case SE_CheckBoxContents: return checkBoxContentsRect( option, widget ); case SE_CheckBoxIndicator: return checkBoxIndicatorRect( option, widget ); case SE_CheckBoxFocusRect: return checkBoxFocusRect( option, widget ); case SE_RadioButtonContents: return checkBoxContentsRect( option, widget ); case SE_RadioButtonIndicator: return checkBoxIndicatorRect( option, widget ); case SE_RadioButtonFocusRect: return checkBoxFocusRect( option, widget ); case SE_LineEditContents: return lineEditContentsRect( option, widget ); case SE_ProgressBarGroove: return progressBarGrooveRect( option, widget ); case SE_ProgressBarContents: return progressBarContentsRect( option, widget ); case SE_ProgressBarLabel: return progressBarLabelRect( option, widget ); case SE_HeaderArrow: return headerArrowRect( option, widget ); case SE_HeaderLabel: return headerLabelRect( option, widget ); case SE_SliderFocusRect: return sliderFocusRect( option, widget ); case SE_TabBarTabLeftButton: return tabBarTabLeftButtonRect( option, widget ); case SE_TabBarTabRightButton: return tabBarTabRightButtonRect( option, widget ); case SE_TabWidgetTabBar: return tabWidgetTabBarRect( option, widget ); case SE_TabWidgetTabContents: return tabWidgetTabContentsRect( option, widget ); case SE_TabWidgetTabPane: return tabWidgetTabPaneRect( option, widget ); case SE_TabWidgetLeftCorner: return tabWidgetCornerRect( SE_TabWidgetLeftCorner, option, widget ); case SE_TabWidgetRightCorner: return tabWidgetCornerRect( SE_TabWidgetRightCorner, option, widget ); case SE_ToolBoxTabContents: return toolBoxTabContentsRect( option, widget ); // fallback default: return ParentStyleClass::subElementRect( element, option, widget ); } } //______________________________________________________________ QRect Style::subControlRect( ComplexControl element, const QStyleOptionComplex* option, SubControl subControl, const QWidget* widget ) const { switch( element ) { case CC_GroupBox: return groupBoxSubControlRect( option, subControl, widget ); case CC_ToolButton: return toolButtonSubControlRect( option, subControl, widget ); case CC_ComboBox: return comboBoxSubControlRect( option, subControl, widget ); case CC_SpinBox: return spinBoxSubControlRect( option, subControl, widget ); case CC_ScrollBar: return scrollBarSubControlRect( option, subControl, widget ); case CC_Dial: return dialSubControlRect( option, subControl, widget ); case CC_Slider: return sliderSubControlRect( option, subControl, widget ); // fallback default: return ParentStyleClass::subControlRect( element, option, subControl, widget ); } } //______________________________________________________________ QSize Style::sizeFromContents( ContentsType element, const QStyleOption* option, const QSize& size, const QWidget* widget ) const { switch( element ) { case CT_CheckBox: return checkBoxSizeFromContents( option, size, widget ); case CT_RadioButton: return checkBoxSizeFromContents( option, size, widget ); case CT_LineEdit: return lineEditSizeFromContents( option, size, widget ); case CT_ComboBox: return comboBoxSizeFromContents( option, size, widget ); case CT_SpinBox: return spinBoxSizeFromContents( option, size, widget ); case CT_Slider: return sliderSizeFromContents( option, size, widget ); case CT_PushButton: return pushButtonSizeFromContents( option, size, widget ); case CT_ToolButton: return toolButtonSizeFromContents( option, size, widget ); case CT_MenuBar: return defaultSizeFromContents( option, size, widget ); case CT_MenuBarItem: return menuBarItemSizeFromContents( option, size, widget ); case CT_MenuItem: return menuItemSizeFromContents( option, size, widget ); case CT_ProgressBar: return progressBarSizeFromContents( option, size, widget ); case CT_TabWidget: return tabWidgetSizeFromContents( option, size, widget ); case CT_TabBarTab: return tabBarTabSizeFromContents( option, size, widget ); case CT_HeaderSection: return headerSectionSizeFromContents( option, size, widget ); case CT_ItemViewItem: return itemViewItemSizeFromContents( option, size, widget ); // fallback default: return ParentStyleClass::sizeFromContents( element, option, size, widget ); } } //______________________________________________________________ QStyle::SubControl Style::hitTestComplexControl( ComplexControl control, const QStyleOptionComplex* option, const QPoint& point, const QWidget* widget ) const { switch( control ) { case CC_ScrollBar: { QRect grooveRect = subControlRect( CC_ScrollBar, option, SC_ScrollBarGroove, widget ); if( grooveRect.contains( point ) ) { // Must be either page up/page down, or just click on the slider. QRect sliderRect = subControlRect( CC_ScrollBar, option, SC_ScrollBarSlider, widget ); if( sliderRect.contains( point ) ) return SC_ScrollBarSlider; else if( preceeds( point, sliderRect, option ) ) return SC_ScrollBarSubPage; else return SC_ScrollBarAddPage; } // This is one of the up/down buttons. First, decide which one it is. if( preceeds( point, grooveRect, option ) ) { if( _subLineButtons == DoubleButton ) { QRect buttonRect = scrollBarInternalSubControlRect( option, SC_ScrollBarSubLine ); return scrollBarHitTest( buttonRect, point, option ); } else return SC_ScrollBarSubLine; } if( _addLineButtons == DoubleButton ) { QRect buttonRect = scrollBarInternalSubControlRect( option, SC_ScrollBarAddLine ); return scrollBarHitTest( buttonRect, point, option ); } else return SC_ScrollBarAddLine; } // fallback default: return ParentStyleClass::hitTestComplexControl( control, option, point, widget ); } } //______________________________________________________________ void Style::drawPrimitive( PrimitiveElement element, const QStyleOption* option, QPainter* painter, const QWidget* widget ) const { StylePrimitive fcn( nullptr ); switch( element ) { case PE_PanelButtonCommand: fcn = &Style::drawPanelButtonCommandPrimitive; break; case PE_PanelButtonTool: fcn = &Style::drawPanelButtonToolPrimitive; break; case PE_PanelScrollAreaCorner: fcn = &Style::drawPanelScrollAreaCornerPrimitive; break; case PE_PanelMenu: fcn = &Style::drawPanelMenuPrimitive; break; case PE_PanelTipLabel: fcn = &Style::drawPanelTipLabelPrimitive; break; case PE_PanelItemViewItem: fcn = &Style::drawPanelItemViewItemPrimitive; break; case PE_IndicatorCheckBox: fcn = &Style::drawIndicatorCheckBoxPrimitive; break; case PE_IndicatorRadioButton: fcn = &Style::drawIndicatorRadioButtonPrimitive; break; case PE_IndicatorButtonDropDown: fcn = &Style::drawIndicatorButtonDropDownPrimitive; break; case PE_IndicatorTabClose: fcn = &Style::drawIndicatorTabClosePrimitive; break; case PE_IndicatorTabTear: fcn = &Style::drawIndicatorTabTearPrimitive; break; case PE_IndicatorArrowUp: fcn = &Style::drawIndicatorArrowUpPrimitive; break; case PE_IndicatorArrowDown: fcn = &Style::drawIndicatorArrowDownPrimitive; break; case PE_IndicatorArrowLeft: fcn = &Style::drawIndicatorArrowLeftPrimitive; break; case PE_IndicatorArrowRight: fcn = &Style::drawIndicatorArrowRightPrimitive; break; case PE_IndicatorHeaderArrow: fcn = &Style::drawIndicatorHeaderArrowPrimitive; break; case PE_IndicatorToolBarHandle: fcn = &Style::drawIndicatorToolBarHandlePrimitive; break; case PE_IndicatorToolBarSeparator: fcn = &Style::drawIndicatorToolBarSeparatorPrimitive; break; case PE_IndicatorBranch: fcn = &Style::drawIndicatorBranchPrimitive; break; case PE_FrameStatusBar: fcn = &Style::emptyPrimitive; break; case PE_Frame: fcn = &Style::drawFramePrimitive; break; case PE_FrameLineEdit: fcn = &Style::drawFrameLineEditPrimitive; break; case PE_FrameMenu: fcn = &Style::drawFrameMenuPrimitive; break; case PE_FrameGroupBox: fcn = &Style::drawFrameGroupBoxPrimitive; break; case PE_FrameTabWidget: fcn = &Style::drawFrameTabWidgetPrimitive; break; case PE_FrameTabBarBase: fcn = &Style::drawFrameTabBarBasePrimitive; break; case PE_FrameWindow: fcn = &Style::drawFrameWindowPrimitive; break; case PE_FrameFocusRect: fcn = _frameFocusPrimitive; break; // fallback default: break; } painter->save(); // call function if implemented if( !( fcn && ( this->*fcn )( option, painter, widget ) ) ) { ParentStyleClass::drawPrimitive( element, option, painter, widget ); } painter->restore(); } //______________________________________________________________ void Style::drawControl( ControlElement element, const QStyleOption* option, QPainter* painter, const QWidget* widget ) const { StyleControl fcn( nullptr ); #if ADWAITA_HAVE_KSTYLE||ADWAITA_USE_KDE4 if( element == CE_CapacityBar ) { fcn = &Style::drawProgressBarControl; } else #endif switch( element ) { case CE_PushButtonBevel: fcn = &Style::drawPanelButtonCommandPrimitive; break; case CE_PushButtonLabel: fcn = &Style::drawPushButtonLabelControl; break; case CE_CheckBoxLabel: fcn = &Style::drawCheckBoxLabelControl; break; case CE_RadioButtonLabel: fcn = &Style::drawCheckBoxLabelControl; break; case CE_ToolButtonLabel: fcn = &Style::drawToolButtonLabelControl; break; case CE_ComboBoxLabel: fcn = &Style::drawComboBoxLabelControl; break; case CE_MenuBarEmptyArea: fcn = &Style::drawMenuBarEmptyArea; break; case CE_MenuBarItem: fcn = &Style::drawMenuBarItemControl; break; case CE_MenuEmptyArea: fcn = &Style::drawMenuEmptyAreaControl; break; case CE_MenuItem: fcn = &Style::drawMenuItemControl; break; case CE_ToolBar: fcn = &Style::emptyControl; break; case CE_ProgressBar: fcn = &Style::drawProgressBarControl; break; case CE_ProgressBarContents: fcn = &Style::drawProgressBarContentsControl; break; case CE_ProgressBarGroove: fcn = &Style::drawProgressBarGrooveControl; break; case CE_ProgressBarLabel: fcn = &Style::drawProgressBarLabelControl; break; case CE_ScrollBarSlider: fcn = &Style::drawScrollBarSliderControl; break; case CE_ScrollBarAddLine: fcn = &Style::drawScrollBarAddLineControl; break; case CE_ScrollBarSubLine: fcn = &Style::drawScrollBarSubLineControl; break; case CE_ScrollBarAddPage: fcn = &Style::emptyControl; break; case CE_ScrollBarSubPage: fcn = &Style::emptyControl; break; case CE_ShapedFrame: fcn = &Style::drawShapedFrameControl; break; case CE_RubberBand: fcn = &Style::drawRubberBandControl; break; case CE_SizeGrip: fcn = &Style::emptyControl; break; case CE_HeaderSection: fcn = &Style::drawHeaderSectionControl; break; case CE_HeaderLabel: fcn = &Style::drawHeaderLabelControl; break; case CE_HeaderEmptyArea: fcn = &Style::drawHeaderEmptyAreaControl; break; case CE_TabBarTabLabel: fcn = &Style::drawTabBarTabLabelControl; break; case CE_TabBarTabShape: fcn = &Style::drawTabBarTabShapeControl; break; case CE_ToolBoxTabLabel: fcn = &Style::drawToolBoxTabLabelControl; break; case CE_ToolBoxTabShape: fcn = &Style::drawToolBoxTabShapeControl; break; case CE_DockWidgetTitle: fcn = &Style::drawDockWidgetTitleControl; break; // fallback default: break; } painter->save(); // call function if implemented if( !( fcn && ( this->*fcn )( option, painter, widget ) ) ) { ParentStyleClass::drawControl( element, option, painter, widget ); } painter->restore(); } //______________________________________________________________ void Style::drawComplexControl( ComplexControl element, const QStyleOptionComplex* option, QPainter* painter, const QWidget* widget ) const { StyleComplexControl fcn( nullptr ); switch( element ) { case CC_GroupBox: fcn = &Style::drawGroupBoxComplexControl; break; case CC_ToolButton: fcn = &Style::drawToolButtonComplexControl; break; case CC_ComboBox: fcn = &Style::drawComboBoxComplexControl; break; case CC_SpinBox: fcn = &Style::drawSpinBoxComplexControl; break; case CC_Slider: fcn = &Style::drawSliderComplexControl; break; case CC_Dial: fcn = &Style::drawDialComplexControl; break; case CC_ScrollBar: fcn = &Style::drawScrollBarComplexControl; break; case CC_TitleBar: fcn = &Style::drawTitleBarComplexControl; break; // fallback default: break; } painter->save(); // call function if implemented if( !( fcn && ( this->*fcn )( option, painter, widget ) ) ) { ParentStyleClass::drawComplexControl( element, option, painter, widget ); } painter->restore(); } //___________________________________________________________________________________ void Style::drawItemText( QPainter* painter, const QRect& rect, int flags, const QPalette& palette, bool enabled, const QString &text, QPalette::ColorRole textRole ) const { // hide mnemonics if requested if( !_mnemonics->enabled() && ( flags&Qt::TextShowMnemonic ) && !( flags&Qt::TextHideMnemonic ) ) { flags &= ~Qt::TextShowMnemonic; flags |= Qt::TextHideMnemonic; } // make sure vertical alignment is defined // fallback on Align::VCenter if not if( !(flags&Qt::AlignVertical_Mask) ) flags |= Qt::AlignVCenter; if( _animations->widgetEnabilityEngine().enabled() ) { /* * check if painter engine is registered to WidgetEnabilityEngine, and animated * if yes, merge the palettes. Note: a static_cast is safe here, since only the address * of the pointer is used, not the actual content. */ const QWidget* widget( static_cast( painter->device() ) ); if( _animations->widgetEnabilityEngine().isAnimated( widget, AnimationEnable ) ) { QPalette copy( _helper->disabledPalette( palette, _animations->widgetEnabilityEngine().opacity( widget, AnimationEnable ) ) ); return ParentStyleClass::drawItemText( painter, rect, flags, copy, enabled, text, textRole ); } } // fallback return ParentStyleClass::drawItemText( painter, rect, flags, palette, enabled, text, textRole ); } //_____________________________________________________________________ bool Style::eventFilter( QObject *object, QEvent *event ) { if( QDockWidget* dockWidget = qobject_cast( object ) ) { return eventFilterDockWidget( dockWidget, event ); } else if( QMdiSubWindow* subWindow = qobject_cast( object ) ) { return eventFilterMdiSubWindow( subWindow, event ); } #if QT_VERSION >= 0x050000 else if( QCommandLinkButton* commandLinkButton = qobject_cast( object ) ) { return eventFilterCommandLinkButton( commandLinkButton, event ); } #endif // cast to QWidget QWidget *widget = static_cast( object ); if( widget->inherits( "QAbstractScrollArea" ) || widget->inherits( "KTextEditor::View" ) ) { return eventFilterScrollArea( widget, event ); } else if( widget->inherits( "QComboBoxPrivateContainer" ) ) { return eventFilterComboBoxContainer( widget, event ); } if ((!widget->parent() || !qobject_cast(widget->parent())) && (QEvent::Show==event->type() || QEvent::StyleChange==event->type())) { _helper->setVariant(widget, _dark ? "dark" : "light"); } // fallback return ParentStyleClass::eventFilter( object, event ); } //____________________________________________________________________________ bool Style::eventFilterScrollArea( QWidget* widget, QEvent* event ) { switch( event->type() ) { case QEvent::Paint: { // get scrollarea viewport QAbstractScrollArea* scrollArea( qobject_cast( widget ) ); QWidget* viewport; if( !( scrollArea && (viewport = scrollArea->viewport()) ) ) break; // get scrollarea horizontal and vertical containers QWidget* child( nullptr ); QList children; if( ( child = scrollArea->findChild( "qt_scrollarea_vcontainer" ) ) && child->isVisible() ) { children.append( child ); } if( ( child = scrollArea->findChild( "qt_scrollarea_hcontainer" ) ) && child->isVisible() ) { children.append( child ); } if( children.empty() ) break; if( !scrollArea->styleSheet().isEmpty() ) break; // make sure proper background is rendered behind the containers QPainter painter( scrollArea ); painter.setClipRegion( static_cast( event )->region() ); painter.setPen( Qt::NoPen ); // decide background color const QPalette::ColorRole role( viewport->backgroundRole() ); QColor background; if( role == QPalette::Window && hasAlteredBackground( viewport ) ) background = _helper->frameBackgroundColor( viewport->palette() ); else background = viewport->palette().color( role ); painter.setBrush( background ); // render foreach( auto* child, children ) { painter.drawRect( child->geometry() ); } } break; case QEvent::MouseButtonPress: case QEvent::MouseButtonRelease: case QEvent::MouseMove: { // case event QMouseEvent* mouseEvent( static_cast( event ) ); // get frame framewidth int frameWidth( pixelMetric( PM_DefaultFrameWidth, 0, widget ) ); // find list of scrollbars QList scrollBars; if( QAbstractScrollArea* scrollArea = qobject_cast( widget ) ) { if( scrollArea->horizontalScrollBarPolicy() != Qt::ScrollBarAlwaysOff ) scrollBars.append( scrollArea->horizontalScrollBar() ); if( scrollArea->verticalScrollBarPolicy() != Qt::ScrollBarAlwaysOff )scrollBars.append( scrollArea->verticalScrollBar() ); } else if( widget->inherits( "KTextEditor::View" ) ) { scrollBars = widget->findChildren(); } // loop over found scrollbars foreach( QScrollBar* scrollBar, scrollBars ) { if( !( scrollBar && scrollBar->isVisible() ) ) continue; QPoint offset; if( scrollBar->orientation() == Qt::Horizontal ) offset = QPoint( 0, frameWidth ); else offset = QPoint( QApplication::isLeftToRight() ? frameWidth : -frameWidth, 0 ); // map position to scrollarea QPoint position( scrollBar->mapFrom( widget, mouseEvent->pos() - offset ) ); // check if contains if( !scrollBar->rect().contains( position ) ) continue; // copy event, send and return QMouseEvent copy( mouseEvent->type(), position, scrollBar->mapToGlobal( position ), mouseEvent->button(), mouseEvent->buttons(), mouseEvent->modifiers()); QCoreApplication::sendEvent( scrollBar, © ); event->setAccepted( true ); return true; } break; } default: break; } return ParentStyleClass::eventFilter( widget, event ); } //_________________________________________________________ bool Style::eventFilterComboBoxContainer( QWidget* widget, QEvent* event ) { if( event->type() == QEvent::Paint ) { QPainter painter( widget ); QPaintEvent *paintEvent = static_cast( event ); painter.setClipRegion( paintEvent->region() ); QRect rect( widget->rect() ); const QPalette& palette( widget->palette() ); QColor background( _helper->frameBackgroundColor( palette ) ); QColor outline( _helper->frameOutlineColor( palette ) ); bool hasAlpha( _helper->hasAlphaChannel( widget ) ); if( hasAlpha ) { painter.setCompositionMode( QPainter::CompositionMode_Source ); _helper->renderMenuFrame( &painter, rect, background, outline, true ); } else { _helper->renderMenuFrame( &painter, rect, background, outline, false ); } } return false; } //____________________________________________________________________________ bool Style::eventFilterDockWidget( QDockWidget* dockWidget, QEvent* event ) { if( event->type() == QEvent::Paint ) { // create painter and clip QPainter painter( dockWidget ); QPaintEvent *paintEvent = static_cast( event ); painter.setClipRegion( paintEvent->region() ); // store palette and set colors const QPalette& palette( dockWidget->palette() ); QColor background( _helper->frameBackgroundColor( palette ) ); QColor outline( _helper->frameOutlineColor( palette ) ); // store rect QRect rect( dockWidget->rect() ); // render if( dockWidget->isFloating() ) { _helper->renderMenuFrame( &painter, rect, background, outline, false ); } else if( StyleConfigData::dockWidgetDrawFrame() || (dockWidget->features()&QDockWidget::AllDockWidgetFeatures) ) { _helper->renderFrame( &painter, rect, background, outline ); } } return false; } //____________________________________________________________________________ bool Style::eventFilterMdiSubWindow( QMdiSubWindow* subWindow, QEvent* event ) { if( event->type() == QEvent::Paint ) { QPainter painter( subWindow ); QPaintEvent* paintEvent( static_cast( event ) ); painter.setClipRegion( paintEvent->region() ); QRect rect( subWindow->rect() ); QColor background( subWindow->palette().color( QPalette::Window ) ); if( subWindow->isMaximized() ) { // full painting painter.setPen( Qt::NoPen ); painter.setBrush( background ); painter.drawRect( rect ); } else { // framed painting _helper->renderMenuFrame( &painter, rect, background, QColor() ); } } // continue with normal painting return false; } //____________________________________________________________________________ #if QT_VERSION >= 0x050000 bool Style::eventFilterCommandLinkButton( QCommandLinkButton* button, QEvent* event ) { if( event->type() == QEvent::Paint ) { // painter QPainter painter( button ); painter.setClipRegion( static_cast( event )->region() ); bool isFlat = false; // option QStyleOptionButton option; option.initFrom( button ); option.features |= QStyleOptionButton::CommandLinkButton; if( isFlat ) option.features |= QStyleOptionButton::Flat; option.text = QString(); option.icon = QIcon(); if( button->isChecked() ) option.state|=State_On; if( button->isDown() ) option.state|=State_Sunken; // frame drawControl(QStyle::CE_PushButton, &option, &painter, button ); // offset int margin( Metrics::Button_MarginWidth + Metrics::Frame_FrameWidth ); QPoint offset( margin, margin ); if( button->isDown() && !isFlat ) painter.translate( 1, 1 ); { offset += QPoint( 1, 1 ); } // state const State& state( option.state ); bool enabled( state & State_Enabled ); bool mouseOver( (state & State_Active) && enabled && ( state & State_MouseOver ) ); bool hasFocus( enabled && ( state & State_HasFocus ) ); // icon if( !button->icon().isNull() ) { QSize pixmapSize( button->icon().actualSize( button->iconSize() ) ); QRect pixmapRect( QPoint( offset.x(), button->description().isEmpty() ? (button->height() - pixmapSize.height())/2:offset.y() ), pixmapSize ); const QPixmap pixmap( button->icon().pixmap(pixmapSize, enabled ? QIcon::Normal : QIcon::Disabled, button->isChecked() ? QIcon::On : QIcon::Off) ); drawItemPixmap( &painter, pixmapRect, Qt::AlignCenter, pixmap ); offset.rx() += pixmapSize.width() + Metrics::Button_ItemSpacing; } // text rect QRect textRect( offset, QSize( button->size().width() - offset.x() - margin, button->size().height() - 2*margin ) ); const QPalette::ColorRole textRole = (enabled && hasFocus && !mouseOver && !isFlat ) ? QPalette::HighlightedText : QPalette::ButtonText; if( !button->text().isEmpty() ) { QFont font( button->font() ); font.setBold( true ); painter.setFont( font ); if( button->description().isEmpty() ) { drawItemText( &painter, textRect, Qt::AlignLeft|Qt::AlignVCenter|Qt::TextHideMnemonic, button->palette(), enabled, button->text(), textRole ); } else { drawItemText( &painter, textRect, Qt::AlignLeft|Qt::AlignTop|Qt::TextHideMnemonic, button->palette(), enabled, button->text(), textRole ); textRect.setTop( textRect.top() + QFontMetrics( font ).height() ); } painter.setFont( button->font() ); } if( !button->description().isEmpty() ) { drawItemText( &painter, textRect, Qt::AlignLeft|Qt::AlignVCenter|Qt::TextWordWrap, button->palette(), enabled, button->description(), textRole ); } return true; } // continue with normal painting return false; } #endif //_____________________________________________________________________ void Style::configurationChanged( void ) { // reload StyleConfigData::self(); // reload configuration loadConfiguration(); } //____________________________________________________________________ QIcon Style::standardIconImplementation( StandardPixmap standardPixmap, const QStyleOption* option, const QWidget* widget ) const { // lookup cache if( _iconCache.contains( standardPixmap ) ) return _iconCache.value( standardPixmap ); QIcon icon; switch( standardPixmap ) { case SP_TitleBarNormalButton: case SP_TitleBarMinButton: case SP_TitleBarMaxButton: case SP_TitleBarCloseButton: case SP_DockWidgetCloseButton: icon = titleBarButtonIcon( standardPixmap, option, widget ); break; case SP_ToolBarHorizontalExtensionButton: case SP_ToolBarVerticalExtensionButton: icon = toolBarExtensionIcon( standardPixmap, option, widget ); break; default: break; } if( icon.isNull() ) { // do not cache parent style icon, since it may change at runtime #if QT_VERSION >= 0x050000 return ParentStyleClass::standardIcon( standardPixmap, option, widget ); #else return ParentStyleClass::standardIconImplementation( standardPixmap, option, widget ); #endif } else { const_cast(&_iconCache)->insert( standardPixmap, icon ); return icon; } } //_____________________________________________________________________ void Style::loadConfiguration() { // reinitialize engines _animations->setupEngines(); _windowManager->initialize(); // mnemonics _mnemonics->setMode( StyleConfigData::mnemonicsMode() ); // splitter proxy _splitterFactory->setEnabled( StyleConfigData::splitterProxyEnabled() ); // clear icon cache _iconCache.clear(); // scrollbar buttons switch( StyleConfigData::scrollBarAddLineButtons() ) { case 0: _addLineButtons = NoButton; break; case 1: _addLineButtons = SingleButton; break; default: case 2: _addLineButtons = DoubleButton; break; } switch( StyleConfigData::scrollBarSubLineButtons() ) { case 0: _subLineButtons = NoButton; break; case 1: _subLineButtons = SingleButton; break; default: case 2: _subLineButtons = DoubleButton; break; } // frame focus if( StyleConfigData::viewDrawFocusIndicator() ) _frameFocusPrimitive = &Style::drawFrameFocusRectPrimitive; else _frameFocusPrimitive = &Style::emptyPrimitive; // widget explorer _widgetExplorer->setEnabled( StyleConfigData::widgetExplorerEnabled() ); _widgetExplorer->setDrawWidgetRects( StyleConfigData::drawWidgetRects() ); } //___________________________________________________________________________________________________________________ QRect Style::pushButtonContentsRect( const QStyleOption* option, const QWidget* ) const { return insideMargin( option->rect, Metrics::Frame_FrameWidth ); } //___________________________________________________________________________________________________________________ QRect Style::pushButtonFocusRect(const QStyleOption* option, const QWidget* ) const { return insideMargin( option->rect, 3 ); } //___________________________________________________________________________________________________________________ QRect Style::checkBoxContentsRect( const QStyleOption* option, const QWidget* ) const { return visualRect( option, option->rect.adjusted( Metrics::CheckBox_Size + 2 * Metrics::CheckBox_ItemSpacing, 0, 0, 0 ) ); } //___________________________________________________________________________________________________________________ QRect Style::checkBoxIndicatorRect(const QStyleOption* option, const QWidget* widget ) const { return ParentStyleClass::subElementRect( SE_CheckBoxIndicator, option, widget ).translated( Metrics::CheckBox_ItemSpacing, 0 ); } //___________________________________________________________________________________________________________________ QRect Style::checkBoxFocusRect(const QStyleOption* option, const QWidget* widget ) const { return QRect( option->rect.left() + 2, option->rect.top() + 1, ParentStyleClass::subElementRect( SE_CheckBoxFocusRect, option, widget ).right() - option->rect.left(), option->rect.height() - 2 ); } //___________________________________________________________________________________________________________________ QRect Style::lineEditContentsRect( const QStyleOption* option, const QWidget* widget ) const { // cast option and check const QStyleOptionFrame* frameOption( qstyleoption_cast( option ) ); if( !frameOption ) return option->rect; // check flatness bool flat( frameOption->lineWidth == 0 ); if( flat ) return option->rect; // copy rect and take out margins QRect rect( option->rect ); // take out margins if there is enough room int frameWidth( pixelMetric( PM_DefaultFrameWidth, option, widget ) ); if( rect.height() >= option->fontMetrics.height() + 2*frameWidth ) return insideMargin( rect, frameWidth ); else return rect; } //___________________________________________________________________________________________________________________ QRect Style::progressBarGrooveRect( const QStyleOption* option, const QWidget* widget ) const { // cast option and check const QStyleOptionProgressBar* progressBarOption( qstyleoption_cast( option ) ); if( !progressBarOption ) return option->rect; // get flags and orientation bool textVisible( progressBarOption->textVisible ); bool busy( progressBarOption->minimum == 0 && progressBarOption->maximum == 0 ); const QStyleOptionProgressBarV2* progressBarOption2( qstyleoption_cast( option ) ); bool horizontal( !progressBarOption2 || progressBarOption2->orientation == Qt::Horizontal ); // copy rectangle and adjust QRect rect( option->rect ); int frameWidth( pixelMetric( PM_DefaultFrameWidth, option, widget ) ); if( horizontal ) rect = insideMargin( rect, frameWidth, 0 ); else rect = insideMargin( rect, 0, frameWidth ); if( textVisible && !busy && horizontal ) { QRect textRect( subElementRect( SE_ProgressBarLabel, option, widget ) ); textRect = visualRect( option, textRect ); rect.setRight( textRect.left() - Metrics::ProgressBar_ItemSpacing - 1 ); rect = visualRect( option, rect ); rect = centerRect( rect, rect.width(), Metrics::ProgressBar_Thickness ); } else if( horizontal ) { rect = centerRect( rect, rect.width(), Metrics::ProgressBar_Thickness ); } else { rect = centerRect( rect, Metrics::ProgressBar_Thickness, rect.height() ); } return rect; } //___________________________________________________________________________________________________________________ QRect Style::progressBarContentsRect( const QStyleOption* option, const QWidget* widget ) const { // cast option and check const QStyleOptionProgressBar* progressBarOption( qstyleoption_cast( option ) ); if( !progressBarOption ) return QRect(); // get groove rect QRect rect( progressBarGrooveRect( option, widget ) ); // in busy mode, grooveRect is used bool busy( progressBarOption->minimum == 0 && progressBarOption->maximum == 0 ); if( busy ) return rect; // get orientation const QStyleOptionProgressBarV2* progressBarOption2( qstyleoption_cast( option ) ); bool horizontal( !progressBarOption2 || progressBarOption2->orientation == Qt::Horizontal ); // check inverted appearance bool inverted( progressBarOption2 ? progressBarOption2->invertedAppearance : false ); // get progress and steps qreal progress( progressBarOption->progress - progressBarOption->minimum ); int steps( qMax( progressBarOption->maximum - progressBarOption->minimum, 1 ) ); //Calculate width fraction qreal widthFrac = qMin( qreal(1), progress/steps ); // convert the pixel width int indicatorSize( widthFrac*( horizontal ? rect.width():rect.height() ) ); QRect indicatorRect; if( horizontal ) { indicatorRect = QRect( inverted ? ( rect.right() - indicatorSize + 1):rect.left(), rect.y(), indicatorSize, rect.height() ); indicatorRect = visualRect( option->direction, rect, indicatorRect ); } else indicatorRect = QRect( rect.x(), inverted ? rect.top() : (rect.bottom() - indicatorSize + 1), rect.width(), indicatorSize ); return indicatorRect; } //___________________________________________________________________________________________________________________ QRect Style::progressBarLabelRect( const QStyleOption* option, const QWidget* ) const { // cast option and check const QStyleOptionProgressBar* progressBarOption( qstyleoption_cast( option ) ); if( !progressBarOption ) return QRect(); // get flags and check bool textVisible( progressBarOption->textVisible ); bool busy( progressBarOption->minimum == 0 && progressBarOption->maximum == 0 ); if( !textVisible || busy ) return QRect(); // get direction and check const QStyleOptionProgressBarV2* progressBarOption2( qstyleoption_cast( option ) ); bool horizontal( !progressBarOption2 || progressBarOption2->orientation == Qt::Horizontal ); if( !horizontal ) return QRect(); int textWidth = qMax( option->fontMetrics.size( _mnemonics->textFlags(), progressBarOption->text ).width(), option->fontMetrics.size( _mnemonics->textFlags(), QStringLiteral( "100%" ) ).width() ); QRect rect( insideMargin( option->rect, Metrics::Frame_FrameWidth, 0 ) ); rect.setLeft( rect.right() - textWidth + 1 ); rect = visualRect( option, rect ); return rect; } //___________________________________________________________________________________________________________________ QRect Style::headerArrowRect( const QStyleOption* option, const QWidget* ) const { // cast option and check const QStyleOptionHeader* headerOption( qstyleoption_cast( option ) ); if( !headerOption ) return option->rect; // check if arrow is necessary if( headerOption->sortIndicator == QStyleOptionHeader::None ) return QRect(); QRect arrowRect( insideMargin( option->rect, Metrics::Header_MarginWidth ) ); arrowRect.setLeft( arrowRect.right() - Metrics::Header_ArrowSize + 1 ); return visualRect( option, arrowRect ); } //___________________________________________________________________________________________________________________ QRect Style::headerLabelRect( const QStyleOption* option, const QWidget* ) const { // cast option and check const QStyleOptionHeader* headerOption( qstyleoption_cast( option ) ); if( !headerOption ) return option->rect; // check if arrow is necessary // QRect labelRect( insideMargin( option->rect, Metrics::Header_MarginWidth ) ); QRect labelRect( insideMargin( option->rect, Metrics::Header_MarginWidth, 0 ) ); if( headerOption->sortIndicator == QStyleOptionHeader::None ) return labelRect; labelRect.adjust( 0, 0, -Metrics::Header_ArrowSize-Metrics::Header_ItemSpacing, 0 ); return visualRect( option, labelRect ); } //___________________________________________________________________________________________________________________ QRect Style::sliderFocusRect(const QStyleOption *option, const QWidget *widget) const { const QStyleOptionSlider* sliderOption( qstyleoption_cast( option ) ); QRect r( option->rect ); if (sliderOption->orientation == Qt::Vertical) { int thickness = Slider_GrooveThickness + 8; return QRect(r.center().x() - thickness / 2, r.top() + 1, thickness + 1, r.height() - 1); } else { int thickness = Slider_GrooveThickness + 6; return QRect(r.left() + 1, r.center().y() - thickness / 2, r.width() - 1, thickness + 1); } } //____________________________________________________________________ QRect Style::tabBarTabLeftButtonRect( const QStyleOption* option, const QWidget* ) const { // cast option and check const QStyleOptionTabV3 *tabOptionV3( qstyleoption_cast( option ) ); if( !tabOptionV3 || tabOptionV3->leftButtonSize.isEmpty() ) return QRect(); QRect rect( option->rect ); QSize size( tabOptionV3->leftButtonSize ); QRect buttonRect( QPoint(0,0), size ); // vertical positioning switch( tabOptionV3->shape ) { case QTabBar::RoundedNorth: case QTabBar::TriangularNorth: case QTabBar::RoundedSouth: case QTabBar::TriangularSouth: buttonRect.moveLeft( rect.left() + Metrics::TabBar_TabMarginWidth ); buttonRect.moveTop( ( rect.height() - buttonRect.height() )/2 ); buttonRect = visualRect( option, buttonRect ); break; case QTabBar::RoundedWest: case QTabBar::TriangularWest: buttonRect.moveBottom( rect.bottom() - Metrics::TabBar_TabMarginWidth ); buttonRect.moveLeft( ( rect.width() - buttonRect.width() )/2 ); break; case QTabBar::RoundedEast: case QTabBar::TriangularEast: buttonRect.moveTop( rect.top() + Metrics::TabBar_TabMarginWidth ); buttonRect.moveLeft( ( rect.width() - buttonRect.width() )/2 ); break; default: break; } return buttonRect; } //____________________________________________________________________ QRect Style::tabBarTabRightButtonRect( const QStyleOption* option, const QWidget* ) const { // cast option and check const QStyleOptionTabV3 *tabOptionV3( qstyleoption_cast( option ) ); if( !tabOptionV3 || tabOptionV3->rightButtonSize.isEmpty() ) return QRect(); QRect rect( option->rect ); QSize size( tabOptionV3->rightButtonSize ); QRect buttonRect( QPoint(0,0), size ); // vertical positioning switch( tabOptionV3->shape ) { case QTabBar::RoundedNorth: case QTabBar::TriangularNorth: case QTabBar::RoundedSouth: case QTabBar::TriangularSouth: buttonRect.moveRight( rect.right() - Metrics::TabBar_TabMarginWidth ); buttonRect.moveTop( ( rect.height() - buttonRect.height() )/2 ); buttonRect = visualRect( option, buttonRect ); break; case QTabBar::RoundedWest: case QTabBar::TriangularWest: buttonRect.moveTop( rect.top() + Metrics::TabBar_TabMarginWidth ); buttonRect.moveLeft( ( rect.width() - buttonRect.width() )/2 ); break; case QTabBar::RoundedEast: case QTabBar::TriangularEast: buttonRect.moveBottom( rect.bottom() - Metrics::TabBar_TabMarginWidth ); buttonRect.moveLeft( ( rect.width() - buttonRect.width() )/2 ); break; default: break; } return buttonRect; } //____________________________________________________________________ QRect Style::tabWidgetTabBarRect( const QStyleOption* option, const QWidget* widget ) const { // cast option and check const QStyleOptionTabWidgetFrame* tabOption = qstyleoption_cast( option ); if( !tabOption ) return ParentStyleClass::subElementRect( SE_TabWidgetTabBar, option, widget ); // do nothing if tabbar is hidden QSize tabBarSize( tabOption->tabBarSize ); QRect rect( option->rect ); QRect tabBarRect( QPoint(0, 0), tabBarSize ); Qt::Alignment tabBarAlignment( styleHint( SH_TabBar_Alignment, option, widget ) ); // horizontal positioning bool verticalTabs( isVerticalTab( tabOption->shape ) ); if( verticalTabs ) { tabBarRect.setTop(option->rect.top() + 1); tabBarRect.setBottom(option->rect.bottom() - 1); //tabBarRect.setHeight( qMin( tabBarRect.height(), rect.height() - 2 ) ); //if( tabBarAlignment == Qt::AlignCenter ) tabBarRect.moveTop( rect.top() + ( rect.height() - tabBarRect.height() )/2 ); //else tabBarRect.moveTop( rect.top()+1 ); } else { // account for corner rects // need to re-run visualRect to remove right-to-left handling, since it is re-added on tabBarRect at the end QRect leftButtonRect( visualRect( option, subElementRect( SE_TabWidgetLeftCorner, option, widget ) ) ); QRect rightButtonRect( visualRect( option, subElementRect( SE_TabWidgetRightCorner, option, widget ) ) ); rect.setLeft( leftButtonRect.width() ); rect.setRight( rightButtonRect.left() - 1 ); tabBarRect.moveLeft( rect.left() + 1 ); tabBarRect.setWidth( rect.width() - 2 ); tabBarRect = visualRect( option, tabBarRect ); } // vertical positioning switch( tabOption->shape ) { case QTabBar::RoundedNorth: case QTabBar::TriangularNorth: tabBarRect.moveTop( rect.top()+1 ); break; case QTabBar::RoundedSouth: case QTabBar::TriangularSouth: tabBarRect.moveBottom( rect.bottom()-1 ); break; case QTabBar::RoundedWest: case QTabBar::TriangularWest: tabBarRect.moveLeft( rect.left()+1 ); break; case QTabBar::RoundedEast: case QTabBar::TriangularEast: tabBarRect.moveRight( rect.right()-1 ); break; default: break; } return tabBarRect; } //____________________________________________________________________ QRect Style::tabWidgetTabContentsRect( const QStyleOption* option, const QWidget* widget ) const { // cast option and check const QStyleOptionTabWidgetFrame* tabOption = qstyleoption_cast( option ); if( !tabOption ) return option->rect; // do nothing if tabbar is hidden if( tabOption->tabBarSize.isEmpty() ) return option->rect; QRect rect = tabWidgetTabPaneRect( option, widget ); bool documentMode( tabOption->lineWidth == 0 ); if( documentMode ) { // add margin only to the relevant side switch( tabOption->shape ) { case QTabBar::RoundedNorth: case QTabBar::TriangularNorth: return rect.adjusted( 0, Metrics::TabWidget_MarginWidth, 0, 0 ); case QTabBar::RoundedSouth: case QTabBar::TriangularSouth: return rect.adjusted( 0, 0, 0, -Metrics::TabWidget_MarginWidth ); case QTabBar::RoundedWest: case QTabBar::TriangularWest: return rect.adjusted( Metrics::TabWidget_MarginWidth, 0, 0, 0 ); case QTabBar::RoundedEast: case QTabBar::TriangularEast: return rect.adjusted( 0, 0, -Metrics::TabWidget_MarginWidth, 0 ); default: return rect; } } else return insideMargin( rect, Metrics::TabWidget_MarginWidth ); } //____________________________________________________________________ QRect Style::tabWidgetTabPaneRect( const QStyleOption* option, const QWidget* ) const { const QStyleOptionTabWidgetFrame* tabOption = qstyleoption_cast( option ); if( !tabOption || tabOption->tabBarSize.isEmpty() ) return option->rect; int overlap = Metrics::TabBar_BaseOverlap + 1; QSize tabBarSize( tabOption->tabBarSize - QSize( overlap, overlap ) ); QRect rect( option->rect ); switch( tabOption->shape ) { case QTabBar::RoundedNorth: case QTabBar::TriangularNorth: rect.adjust( 0, tabBarSize.height(), 0, 0 ); break; case QTabBar::RoundedSouth: case QTabBar::TriangularSouth: rect.adjust( 0, 0, 0, -tabBarSize.height() ); break; case QTabBar::RoundedWest: case QTabBar::TriangularWest: rect.adjust( tabBarSize.width(), 0, 0, 0 ); break; case QTabBar::RoundedEast: case QTabBar::TriangularEast: rect.adjust( 0, 0, -tabBarSize.width(), 0 ); break; default: return QRect(); } return rect; } //____________________________________________________________________ QRect Style::tabWidgetCornerRect( SubElement element, const QStyleOption* option, const QWidget* ) const { // cast option and check const QStyleOptionTabWidgetFrame* tabOption = qstyleoption_cast( option ); if( !tabOption ) return option->rect; // do nothing if tabbar is hidden QSize tabBarSize( tabOption->tabBarSize ); if( tabBarSize.isEmpty() ) return QRect(); // do nothing for vertical tabs bool verticalTabs( isVerticalTab( tabOption->shape ) ); if( verticalTabs ) return QRect(); QRect rect( option->rect ); QRect cornerRect; switch( element ) { case SE_TabWidgetLeftCorner: cornerRect = QRect( QPoint(0,0), tabOption->leftCornerWidgetSize ); cornerRect.moveLeft( rect.left() ); break; case SE_TabWidgetRightCorner: cornerRect = QRect( QPoint(0,0), tabOption->rightCornerWidgetSize ); cornerRect.moveRight( rect.right() ); break; default: break; } // expend height to tabBarSize, if needed, to make sure base is properly rendered cornerRect.setHeight( qMax( cornerRect.height(), tabBarSize.height() + 1 ) ); switch( tabOption->shape ) { case QTabBar::RoundedNorth: case QTabBar::TriangularNorth: cornerRect.moveTop( rect.top() ); break; case QTabBar::RoundedSouth: case QTabBar::TriangularSouth: cornerRect.moveBottom( rect.bottom() ); break; default: break; } // return cornerRect; cornerRect = visualRect( option, cornerRect ); return cornerRect; } //____________________________________________________________________ QRect Style::toolBoxTabContentsRect( const QStyleOption* option, const QWidget* widget ) const { // cast option and check const QStyleOptionToolBox* toolBoxOption( qstyleoption_cast( option ) ); if( !toolBoxOption ) return option->rect; // copy rect const QRect& rect( option->rect ); int contentsWidth(0); if( !toolBoxOption->icon.isNull() ) { int iconSize( pixelMetric( QStyle::PM_SmallIconSize, option, widget ) ); contentsWidth += iconSize; if( !toolBoxOption->text.isEmpty() ) contentsWidth += Metrics::ToolBox_TabItemSpacing; } if( !toolBoxOption->text.isEmpty() ) { int textWidth = toolBoxOption->fontMetrics.size( _mnemonics->textFlags(), toolBoxOption->text ).width(); contentsWidth += textWidth; } contentsWidth += 2*Metrics::ToolBox_TabMarginWidth; contentsWidth = qMin( contentsWidth, rect.width() ); contentsWidth = qMax( contentsWidth, int(Metrics::ToolBox_TabMinWidth) ); return centerRect( rect, contentsWidth, rect.height() ); } //____________________________________________________________________ QRect Style::genericLayoutItemRect( const QStyleOption* option, const QWidget* ) const { return insideMargin( option->rect, -Metrics::Frame_FrameWidth ); } //______________________________________________________________ QRect Style::groupBoxSubControlRect( const QStyleOptionComplex* option, SubControl subControl, const QWidget* widget ) const { if (const QStyleOptionGroupBox *groupBox = qstyleoption_cast(option)) { QRect rect = ParentStyleClass::subControlRect(CC_GroupBox, option, subControl, widget); int topMargin = 0; int topHeight = 0; int verticalAlignment = proxy()->styleHint(SH_GroupBox_TextLabelVerticalAlignment, groupBox, widget); if (!groupBox->text.isEmpty()) { topHeight = groupBox->fontMetrics.height(); if (verticalAlignment & Qt::AlignVCenter) { topMargin = topHeight / 2; } else if (verticalAlignment & Qt::AlignTop) { topMargin = topHeight; } } QRect frameRect = groupBox->rect; frameRect.setTop(topMargin); if (subControl == SC_GroupBoxFrame) { return rect; } else if (subControl == SC_GroupBoxContents) { int margin = 0; int leftMarginExtension = 16; return frameRect.adjusted(leftMarginExtension + margin, margin + topHeight, -margin, -margin); } if (const QGroupBox *groupBoxWidget = qobject_cast(widget)) { //Prepare metrics for a bold font QFont font = widget->font(); font.setBold(true); QFontMetrics fontMetrics(font); QSize textRect = fontMetrics.boundingRect(groupBoxWidget->title()).size() + QSize(2, 2); if (subControl == SC_GroupBoxCheckBox) { int indicatorWidth = proxy()->pixelMetric(PM_IndicatorWidth, option, widget); int indicatorHeight = proxy()->pixelMetric(PM_IndicatorHeight, option, widget); rect.setWidth(indicatorWidth); rect.setHeight(indicatorHeight); rect.moveTop((textRect.height() - indicatorHeight) / 2); } else if (subControl == SC_GroupBoxLabel) { rect.setSize(textRect); } } return rect; } return ParentStyleClass::subControlRect( CC_GroupBox, option, subControl, widget ); } //___________________________________________________________________________________________________________________ QRect Style::toolButtonSubControlRect( const QStyleOptionComplex* option, SubControl subControl, const QWidget* widget ) const { // cast option and check const QStyleOptionToolButton* toolButtonOption = qstyleoption_cast( option ); if( !toolButtonOption ) return ParentStyleClass::subControlRect( CC_ToolButton, option, subControl, widget ); bool hasPopupMenu( toolButtonOption->features & QStyleOptionToolButton::MenuButtonPopup ); const bool hasInlineIndicator( toolButtonOption->features&QStyleOptionToolButton::HasMenu && toolButtonOption->features&QStyleOptionToolButton::PopupDelay && !hasPopupMenu ); // store rect const QRect& rect( option->rect ); int menuButtonWidth( Metrics::MenuButton_IndicatorWidth ); switch( subControl ) { case SC_ToolButtonMenu: { // check fratures if( !(hasPopupMenu || hasInlineIndicator ) ) return QRect(); // check features QRect menuRect( rect ); menuRect.setLeft( rect.right() - menuButtonWidth + 1 ); if( hasInlineIndicator ) { menuRect.setTop( menuRect.bottom() - menuButtonWidth + 1 ); } return visualRect( option, menuRect ); } case SC_ToolButton: { if( hasPopupMenu ) { QRect contentsRect( rect ); contentsRect.setRight( rect.right() - menuButtonWidth ); return visualRect( option, contentsRect ); } else return rect; } default: return QRect(); } } //___________________________________________________________________________________________________________________ QRect Style::comboBoxSubControlRect( const QStyleOptionComplex* option, SubControl subControl, const QWidget* widget ) const { // cast option and check const QStyleOptionComboBox *comboBoxOption( qstyleoption_cast( option ) ); if( !comboBoxOption ) return ParentStyleClass::subControlRect( CC_ComboBox, option, subControl, widget ); bool editable( comboBoxOption->editable ); bool flat( editable && !comboBoxOption->frame ); // copy rect QRect rect( option->rect ); switch( subControl ) { case SC_ComboBoxFrame: return flat ? rect : QRect(); case SC_ComboBoxListBoxPopup: return rect; case SC_ComboBoxArrow: { QRect arrowRect( rect.right() - rect.height() + 1, rect.top(), rect.height(), rect.height() ); return arrowRect; } case SC_ComboBoxEditField: { QRect labelRect; int frameWidth( pixelMetric( PM_ComboBoxFrameWidth, option, widget ) ); labelRect = QRect( rect.left(), rect.top(), rect.width() - rect.height() - 4, rect.height() ); // remove margins if( !flat && rect.height() >= option->fontMetrics.height() + 2*frameWidth ) { labelRect.adjust( frameWidth, frameWidth, 0, -frameWidth ); } return visualRect( option, labelRect ); } default: break; } return ParentStyleClass::subControlRect( CC_ComboBox, option, subControl, widget ); } //___________________________________________________________________________________________________________________ QRect Style::spinBoxSubControlRect( const QStyleOptionComplex* option, SubControl subControl, const QWidget* widget ) const { // cast option and check const QStyleOptionSpinBox *spinBoxOption( qstyleoption_cast( option ) ); if( !spinBoxOption ) return ParentStyleClass::subControlRect( CC_SpinBox, option, subControl, widget ); bool flat( !spinBoxOption->frame ); // copy rect QRect rect( option->rect ); switch( subControl ) { case SC_SpinBoxFrame: return flat ? QRect():rect; case SC_SpinBoxUp: if (rect.width() > 2 * rect.height() + 24) return QRect(rect.right() - rect.height() - 1, rect.top(), rect.height(), rect.height() - 1 ); else return QRect(rect.right() - 0.6 * rect.height(), rect.top(), rect.height() * 0.6, rect.height() / 2 + 3 ); case SC_SpinBoxDown: { if (rect.width() > 2 * rect.height() + 24) return QRect(rect.right() - 2 * rect.height(), rect.top(), rect.height(), rect.height() - 1 ); else return QRect(rect.right() - 0.6 * rect.height(), rect.top() + rect.height() / 2 - 2, rect.height() * 0.6, rect.height() / 2 + 1 ); } case SC_SpinBoxEditField: { int frameWidth( pixelMetric( PM_SpinBoxFrameWidth, option, widget ) ); QRect labelRect; if (rect.width() > 2 * rect.height() + 24) labelRect = QRect( rect.left(), rect.top(), rect.width() - 2 * rect.height() - frameWidth, rect.height() ); else labelRect = QRect( rect.left(), rect.top(), rect.width() - 0.6 * rect.height() - frameWidth, rect.height() ); // remove right side line editor margins if( !flat && labelRect.height() >= option->fontMetrics.height() + 2*frameWidth ) { labelRect.adjust( frameWidth, frameWidth, 0, -frameWidth ); } return visualRect( option, labelRect ); } default: break; } return ParentStyleClass::subControlRect( CC_SpinBox, option, subControl, widget ); } //___________________________________________________________________________________________________________________ QRect Style::scrollBarInternalSubControlRect( const QStyleOptionComplex* option, SubControl subControl ) const { const QRect& rect = option->rect; const State& state( option->state ); bool horizontal( state & State_Horizontal ); switch( subControl ) { case SC_ScrollBarSubLine: { int majorSize( scrollBarButtonHeight( _subLineButtons ) ); if( horizontal ) return visualRect( option, QRect( rect.left(), rect.top(), majorSize, rect.height() ) ); else return visualRect( option, QRect( rect.left(), rect.top(), rect.width(), majorSize ) ); } case SC_ScrollBarAddLine: { int majorSize( scrollBarButtonHeight( _addLineButtons ) ); if( horizontal ) return visualRect( option, QRect( rect.right() - majorSize + 1, rect.top(), majorSize, rect.height() ) ); else return visualRect( option, QRect( rect.left(), rect.bottom() - majorSize + 1, rect.width(), majorSize ) ); } default: return QRect(); } } //___________________________________________________________________________________________________________________ QRect Style::scrollBarSubControlRect( const QStyleOptionComplex* option, SubControl subControl, const QWidget* widget ) const { // cast option and check const QStyleOptionSlider* sliderOption( qstyleoption_cast( option ) ); if( !sliderOption ) return ParentStyleClass::subControlRect( CC_ScrollBar, option, subControl, widget ); // get relevant state const State& state( option->state ); bool horizontal( state & State_Horizontal ); switch( subControl ) { case SC_ScrollBarSubLine: case SC_ScrollBarAddLine: return QRect(); case SC_ScrollBarGroove: { QRect topRect = visualRect( option, scrollBarInternalSubControlRect( option, SC_ScrollBarSubLine ) ); QRect bottomRect = visualRect( option, scrollBarInternalSubControlRect( option, SC_ScrollBarAddLine ) ); QPoint topLeftCorner; QPoint botRightCorner; if( horizontal ) { topLeftCorner = QPoint( topRect.right() + 1, topRect.top() ); botRightCorner = QPoint( bottomRect.left() - 1, topRect.bottom() ); } else { topLeftCorner = QPoint( topRect.left(), topRect.bottom() + 1 ); botRightCorner = QPoint( topRect.right(), bottomRect.top() - 1 ); } // define rect return visualRect( option, QRect( topLeftCorner, botRightCorner ) ); } case SC_ScrollBarSlider: { // handle RTL here to unreflect things if need be QRect groove = visualRect( option, subControlRect( CC_ScrollBar, option, SC_ScrollBarGroove, widget ) ); groove.adjust(0, 0, 1, 1); if( sliderOption->minimum == sliderOption->maximum ) return groove; // Figure out how much room there is int space( horizontal ? groove.width() : groove.height() ); // Calculate the portion of this space that the slider should occupy int sliderSize = space * qreal( sliderOption->pageStep ) / ( sliderOption->maximum - sliderOption->minimum + sliderOption->pageStep ); sliderSize = qMax( sliderSize, static_cast(Metrics::ScrollBar_MinSliderHeight ) ); sliderSize = qMin( sliderSize, space ); space -= sliderSize; if( space <= 0 ) return groove; int pos = qRound( qreal( sliderOption->sliderPosition - sliderOption->minimum )/ ( sliderOption->maximum - sliderOption->minimum )*space ); if( sliderOption->upsideDown ) pos = space - pos; if( horizontal ) return visualRect( option, QRect( groove.left() + pos, groove.top(), sliderSize, groove.height() ) ); else return visualRect( option, QRect( groove.left(), groove.top() + pos, groove.width(), sliderSize ) ); } case SC_ScrollBarSubPage: { // handle RTL here to unreflect things if need be QRect slider = visualRect( option, subControlRect( CC_ScrollBar, option, SC_ScrollBarSlider, widget ) ); QRect groove = visualRect( option, subControlRect( CC_ScrollBar, option, SC_ScrollBarGroove, widget ) ); if( horizontal ) return visualRect( option, QRect( groove.left(), groove.top(), slider.left() - groove.left(), groove.height() ) ); else return visualRect( option, QRect( groove.left(), groove.top(), groove.width(), slider.top() - groove.top() ) ); } case SC_ScrollBarAddPage: { // handle RTL here to unreflect things if need be QRect slider = visualRect( option, subControlRect( CC_ScrollBar, option, SC_ScrollBarSlider, widget ) ); QRect groove = visualRect( option, subControlRect( CC_ScrollBar, option, SC_ScrollBarGroove, widget ) ); if( horizontal ) return visualRect( option, QRect( slider.right() + 1, groove.top(), groove.right() - slider.right(), groove.height() ) ); else return visualRect( option, QRect( groove.left(), slider.bottom() + 1, groove.width(), groove.bottom() - slider.bottom() ) ); } default: return ParentStyleClass::subControlRect( CC_ScrollBar, option, subControl, widget );; } } //___________________________________________________________________________________________________________________ QRect Style::dialSubControlRect( const QStyleOptionComplex* option, SubControl subControl, const QWidget* widget ) const { // cast option and check const QStyleOptionSlider* sliderOption( qstyleoption_cast( option ) ); if( !sliderOption ) return ParentStyleClass::subControlRect( CC_Dial, option, subControl, widget ); // adjust rect to be square, and centered QRect rect( option->rect ); int dimension( qMin( rect.width(), rect.height() ) ); rect = centerRect( rect, dimension, dimension ); switch( subControl ) { case QStyle::SC_DialGroove: return insideMargin( rect, (Metrics::Slider_ControlThickness - Metrics::Slider_GrooveThickness)/2 + 2 ); case QStyle::SC_DialHandle: { // calculate angle at which handle needs to be drawn qreal angle( dialAngle( sliderOption, sliderOption->sliderPosition ) ); // groove rect QRectF grooveRect( insideMargin( rect, Metrics::Slider_ControlThickness/2 ) ); qreal radius( grooveRect.width()/2 ); // slider center QPointF center( grooveRect.center() + QPointF( radius*std::cos( angle ), -radius*std::sin( angle ) ) ); // slider rect QRect handleRect( 0, 0, Metrics::Slider_ControlThickness, Metrics::Slider_ControlThickness ); handleRect.moveCenter( center.toPoint() ); return handleRect; } default: return ParentStyleClass::subControlRect( CC_Dial, option, subControl, widget );; } } //___________________________________________________________________________________________________________________ QRect Style::sliderSubControlRect( const QStyleOptionComplex* option, SubControl subControl, const QWidget* widget ) const { // cast option and check const QStyleOptionSlider* sliderOption( qstyleoption_cast( option ) ); if( !sliderOption ) return ParentStyleClass::subControlRect( CC_Slider, option, subControl, widget ); switch( subControl ) { case SC_SliderGroove: { // direction bool horizontal( sliderOption->orientation == Qt::Horizontal ); // get base class rect QRect grooveRect( ParentStyleClass::subControlRect( CC_Slider, option, subControl, widget ) ); grooveRect = insideMargin( grooveRect, pixelMetric( PM_DefaultFrameWidth, option, widget ) ); // centering if( horizontal ) grooveRect = centerRect( grooveRect, grooveRect.width(), Metrics::Slider_GrooveThickness ); else grooveRect = centerRect( grooveRect, Metrics::Slider_GrooveThickness, grooveRect.height() ); return grooveRect; } default: return ParentStyleClass::subControlRect( CC_Slider, option, subControl, widget ); } } //______________________________________________________________ QSize Style::checkBoxSizeFromContents( const QStyleOption*, const QSize& contentsSize, const QWidget* ) const { // get contents size QSize size( contentsSize ); // add focus height size = expandSize( size, 0, Metrics::CheckBox_FocusMarginWidth ); // make sure there is enough height for indicator size.setHeight( qMax( size.height(), int(Metrics::CheckBox_Size) ) ); // Add space for the indicator and the icon size.rwidth() += Metrics::CheckBox_Size + Metrics::CheckBox_ItemSpacing; // also add extra space, to leave room to the right of the label size.rwidth() += Metrics::CheckBox_ItemSpacing; return size; } //______________________________________________________________ QSize Style::lineEditSizeFromContents( const QStyleOption* option, const QSize& contentsSize, const QWidget* widget ) const { // cast option and check const QStyleOptionFrame* frameOption( qstyleoption_cast( option ) ); if( !frameOption ) return contentsSize; bool flat( frameOption->lineWidth == 0 ); int frameWidth( pixelMetric( PM_DefaultFrameWidth, option, widget ) ); return flat ? contentsSize : expandSize( contentsSize, frameWidth ); } //______________________________________________________________ QSize Style::comboBoxSizeFromContents( const QStyleOption* option, const QSize& contentsSize, const QWidget* widget ) const { // cast option and check const QStyleOptionComboBox* comboBoxOption( qstyleoption_cast( option ) ); if( !comboBoxOption ) return contentsSize; // copy size QSize size( contentsSize ); // add relevant margin bool flat( !comboBoxOption->frame ); int frameWidth( pixelMetric( PM_ComboBoxFrameWidth, option, widget ) ); if( !flat ) size = expandSize( size, frameWidth ); // make sure there is enough height for the button size.setHeight( qMax( size.height(), int(Metrics::MenuButton_IndicatorWidth) ) ); // add button width and spacing size.rwidth() += size.height() + 4; return size; } //______________________________________________________________ QSize Style::spinBoxSizeFromContents( const QStyleOption* option, const QSize& contentsSize, const QWidget* widget ) const { // cast option and check const QStyleOptionSpinBox *spinBoxOption( qstyleoption_cast( option ) ); if( !spinBoxOption ) return contentsSize; bool flat( !spinBoxOption->frame ); // copy size QSize size( contentsSize ); // add editor margins int frameWidth( pixelMetric( PM_SpinBoxFrameWidth, option, widget ) ); if( !flat ) size = expandSize( size, frameWidth ); // add button width and spacing size.rwidth() += 2 * size.height() - 1; return size; } //______________________________________________________________ QSize Style::sliderSizeFromContents( const QStyleOption* option, const QSize& contentsSize, const QWidget* ) const { // cast option and check const QStyleOptionSlider *sliderOption( qstyleoption_cast( option ) ); if( !sliderOption ) return contentsSize; // store tick position and orientation const QSlider::TickPosition& tickPosition( sliderOption->tickPosition ); bool horizontal( sliderOption->orientation == Qt::Horizontal ); bool disableTicks( !StyleConfigData::sliderDrawTickMarks() ); // do nothing if no ticks are requested if( tickPosition == QSlider::NoTicks ) return contentsSize; /* * Qt adds its own tick length directly inside QSlider. * Take it out and replace by ours, if needed */ const int tickLength( disableTicks ? 0 : ( Metrics::Slider_TickLength + Metrics::Slider_TickMarginWidth + (Metrics::Slider_GrooveThickness - Metrics::Slider_ControlThickness)/2 ) ); int builtInTickLength( 5 ); QSize size( contentsSize ); if( horizontal ) { if(tickPosition & QSlider::TicksAbove) size.rheight() += tickLength - builtInTickLength; if(tickPosition & QSlider::TicksBelow) size.rheight() += tickLength - builtInTickLength; } else { if(tickPosition & QSlider::TicksAbove) size.rwidth() += tickLength - builtInTickLength; if(tickPosition & QSlider::TicksBelow) size.rwidth() += tickLength - builtInTickLength; } return size; } //______________________________________________________________ QSize Style::pushButtonSizeFromContents( const QStyleOption* option, const QSize& contentsSize, const QWidget* widget ) const { // cast option and check const QStyleOptionButton* buttonOption( qstyleoption_cast( option ) ); if( !buttonOption ) return contentsSize; // output QSize size; // check text and icon bool hasText( !buttonOption->text.isEmpty() ); bool flat( buttonOption->features & QStyleOptionButton::Flat ); bool hasIcon( !buttonOption->icon.isNull() ); if( !( hasText||hasIcon ) ) { /* no text nor icon is passed. assume custom button and use contentsSize as a starting point */ size = contentsSize; } else { /* rather than trying to guess what Qt puts into its contents size calculation, we recompute the button size entirely, based on button option this ensures consistency with the rendering stage */ // update has icon to honour showIconsOnPushButtons, when possible hasIcon &= (showIconsOnPushButtons() || flat || !hasText ); // text if( hasText ) size = buttonOption->fontMetrics.size( Qt::TextShowMnemonic, buttonOption->text ); // icon if( hasIcon ) { QSize iconSize = buttonOption->iconSize; if( !iconSize.isValid() ) iconSize = QSize( pixelMetric( PM_SmallIconSize, option, widget ), pixelMetric( PM_SmallIconSize, option, widget ) ); size.setHeight( qMax( size.height(), iconSize.height() ) ); size.rwidth() += iconSize.width(); if( hasText ) size.rwidth() += Metrics::Button_ItemSpacing; } } // menu bool hasMenu( buttonOption->features & QStyleOptionButton::HasMenu ); if( hasMenu ) { size.rwidth() += Metrics::MenuButton_IndicatorWidth; if( hasText||hasIcon ) size.rwidth() += Metrics::Button_ItemSpacing; } // expand with buttons margin size = expandSize( size, Metrics::Button_MarginWidth ); // make sure buttons have a minimum width if( hasText ) { size.setWidth( qMax( size.width(), int( Metrics::Button_MinWidth ) ) ); } // finally add frame margins return expandSize( size, Metrics::Frame_FrameWidth ); } //______________________________________________________________ QSize Style::toolButtonSizeFromContents( const QStyleOption* option, const QSize& contentsSize, const QWidget* ) const { // cast option and check const QStyleOptionToolButton* toolButtonOption = qstyleoption_cast( option ); if( !toolButtonOption ) return contentsSize; // copy size QSize size = contentsSize; // get relevant state flags const State& state( option->state ); bool autoRaise( state & State_AutoRaise ); bool hasPopupMenu( toolButtonOption->features & QStyleOptionToolButton::MenuButtonPopup ); const bool hasInlineIndicator( toolButtonOption->features&QStyleOptionToolButton::HasMenu && toolButtonOption->features&QStyleOptionToolButton::PopupDelay && !hasPopupMenu ); int marginWidth( Metrics::Button_MarginWidth + Metrics::Frame_FrameWidth ); if( hasInlineIndicator ) size.rwidth() += Metrics::ToolButton_InlineIndicatorWidth; size = expandSize( size, marginWidth ); return size; } //______________________________________________________________ QSize Style::menuBarItemSizeFromContents( const QStyleOption*, const QSize& contentsSize, const QWidget* ) const { return expandSize( contentsSize, Metrics::MenuBarItem_MarginWidth, Metrics::MenuBarItem_MarginHeight ); } //______________________________________________________________ QSize Style::menuItemSizeFromContents( const QStyleOption* option, const QSize& contentsSize, const QWidget* widget ) const { // cast option and check const QStyleOptionMenuItem* menuItemOption = qstyleoption_cast( option ); if( !menuItemOption ) return contentsSize; /* * First calculate the intrinsic size of the item. * this must be kept consistent with what's in drawMenuItemControl */ QSize size( contentsSize ); switch( menuItemOption->menuItemType ) { case QStyleOptionMenuItem::Normal: case QStyleOptionMenuItem::DefaultItem: case QStyleOptionMenuItem::SubMenu: { int iconWidth = 0; if( showIconsInMenuItems() ) iconWidth = isQtQuickControl( option, widget ) ? qMax( pixelMetric(PM_SmallIconSize, option, widget ), menuItemOption->maxIconWidth ) : menuItemOption->maxIconWidth; int leftColumnWidth( iconWidth ); // add space with respect to text leftColumnWidth += Metrics::MenuItem_ItemSpacing; // add checkbox indicator width if( menuItemOption->menuHasCheckableItems ) { leftColumnWidth += Metrics::CheckBox_Size + Metrics::MenuItem_ItemSpacing; } // add spacing for accelerator /* * Note: * The width of the accelerator itself is not included here since * Qt will add that on separately after obtaining the * sizeFromContents() for each menu item in the menu to be shown * ( see QMenuPrivate::calcActionRects() ) */ bool hasAccelerator( menuItemOption->text.indexOf( QLatin1Char( '\t' ) ) >= 0 ); if( hasAccelerator ) size.rwidth() += Metrics::MenuItem_AcceleratorSpace; // right column int rightColumnWidth = Metrics::MenuButton_IndicatorWidth + Metrics::MenuItem_ItemSpacing; size.rwidth() += leftColumnWidth + rightColumnWidth; // make sure height is large enough for icon and arrow size.setHeight( qMax( size.height(), int(Metrics::MenuButton_IndicatorWidth) ) ); size.setHeight( qMax( size.height(), int(Metrics::CheckBox_Size) ) ); size.setHeight( qMax( size.height(), iconWidth ) ); return expandSize( size, Metrics::MenuItem_MarginWidth ); } case QStyleOptionMenuItem::Separator: { if( menuItemOption->text.isEmpty() && menuItemOption->icon.isNull() ) { return expandSize( QSize(0,1), Metrics::MenuItem_MarginWidth ); } else { // build toolbutton option QStyleOptionToolButton toolButtonOption( separatorMenuItemOption( menuItemOption, widget ) ); // make sure height is large enough for icon and text int iconWidth( menuItemOption->maxIconWidth ); int textHeight( menuItemOption->fontMetrics.height() ); if( !menuItemOption->icon.isNull() ) size.setHeight( qMax( size.height(), iconWidth ) ); if( !menuItemOption->text.isEmpty() ) { size.setHeight( qMax( size.height(), textHeight ) ); size.setWidth( qMax( size.width(), menuItemOption->fontMetrics.width( menuItemOption->text ) ) ); } return sizeFromContents( CT_ToolButton, &toolButtonOption, size, widget ); } } // for all other cases, return input default: return contentsSize; } } //______________________________________________________________ QSize Style::progressBarSizeFromContents( const QStyleOption* option, const QSize& contentsSize, const QWidget* ) const { // cast option const QStyleOptionProgressBar* progressBarOption( qstyleoption_cast( option ) ); if( !progressBarOption ) return contentsSize; const QStyleOptionProgressBarV2* progressBarOption2( qstyleoption_cast( option ) ); bool horizontal( !progressBarOption2 || progressBarOption2->orientation == Qt::Horizontal ); // make local copy QSize size( contentsSize ); if( horizontal ) { // check text visibility bool textVisible( progressBarOption->textVisible ); size.setWidth( qMax( size.width(), int(Metrics::ProgressBar_Thickness) ) ); size.setHeight( qMax( size.height(), int(Metrics::ProgressBar_Thickness) ) ); if( textVisible ) size.setHeight( qMax( size.height(), option->fontMetrics.height() ) ); } else { size.setHeight( qMax( size.height(), int(Metrics::ProgressBar_Thickness) ) ); size.setWidth( qMax( size.width(), int(Metrics::ProgressBar_Thickness) ) ); } return size; } //______________________________________________________________ QSize Style::tabWidgetSizeFromContents( const QStyleOption* option, const QSize& contentsSize, const QWidget* widget ) const { // cast option and check const QStyleOptionTabWidgetFrame* tabOption = qstyleoption_cast( option ); if( !tabOption ) return expandSize( contentsSize, Metrics::TabWidget_MarginWidth ); // try find direct children of type QTabBar and QStackedWidget // this is needed in order to add TabWidget margins only if they are necessary around tabWidget content, not the tabbar if( !widget ) return expandSize( contentsSize, Metrics::TabWidget_MarginWidth ); QTabBar* tabBar = nullptr; QStackedWidget* stack = nullptr; auto children( widget->children() ); foreach( auto child, children ) { if( !tabBar ) tabBar = qobject_cast( child ); if( !stack ) stack = qobject_cast( child ); if( tabBar && stack ) break; } if( !( tabBar && stack ) ) return expandSize( contentsSize, Metrics::TabWidget_MarginWidth ); // tab orientation bool verticalTabs( tabOption && isVerticalTab( tabOption->shape ) ); if( verticalTabs ) { int tabBarHeight = tabBar->minimumSizeHint().height(); int stackHeight = stack->minimumSizeHint().height(); if( contentsSize.height() == tabBarHeight && tabBarHeight + 2*(Metrics::Frame_FrameWidth - 1) >= stackHeight + 2*Metrics::TabWidget_MarginWidth ) return QSize( contentsSize.width() + 2*Metrics::TabWidget_MarginWidth, contentsSize.height() + 2*(Metrics::Frame_FrameWidth - 1) ); else return expandSize( contentsSize, Metrics::TabWidget_MarginWidth ); } else { int tabBarWidth = tabBar->minimumSizeHint().width(); int stackWidth = stack->minimumSizeHint().width(); if( contentsSize.width() == tabBarWidth && tabBarWidth + 2*(Metrics::Frame_FrameWidth - 1) >= stackWidth + 2*Metrics::TabWidget_MarginWidth) return QSize( contentsSize.width() + 2*(Metrics::Frame_FrameWidth - 1), contentsSize.height() + 2*Metrics::TabWidget_MarginWidth ); else return expandSize( contentsSize, Metrics::TabWidget_MarginWidth ); } } //______________________________________________________________ QSize Style::tabBarTabSizeFromContents( const QStyleOption* option, const QSize& contentsSize, const QWidget* ) const { const QStyleOptionTab *tabOption( qstyleoption_cast( option ) ); const QStyleOptionTabV3 *tabOptionV3( qstyleoption_cast( option ) ); bool hasText( tabOption && !tabOption->text.isEmpty() ); bool hasIcon( tabOption && !tabOption->icon.isNull() ); bool hasLeftButton( tabOptionV3 && !tabOptionV3->leftButtonSize.isEmpty() ); bool hasRightButton( tabOptionV3 && !tabOptionV3->leftButtonSize.isEmpty() ); // calculate width increment for horizontal tabs int widthIncrement = 0; if( hasIcon && !( hasText || hasLeftButton || hasRightButton ) ) widthIncrement -= 4; if( hasText && hasIcon ) widthIncrement += Metrics::TabBar_TabItemSpacing; if( hasLeftButton && ( hasText || hasIcon ) ) widthIncrement += Metrics::TabBar_TabItemSpacing; if( hasRightButton && ( hasText || hasIcon || hasLeftButton ) ) widthIncrement += Metrics::TabBar_TabItemSpacing; // add margins QSize size( contentsSize ); if ( hasText ) { widthIncrement += option->fontMetrics.width(tabOption->text) * 0.2; } // compare to minimum size bool verticalTabs( tabOption && isVerticalTab( tabOption ) ); if( verticalTabs ) { size.rheight() += widthIncrement; if( hasIcon && !hasText ) size = size.expandedTo( QSize( Metrics::TabBar_TabMinHeight, 0 ) ); else size = size.expandedTo( QSize( Metrics::TabBar_TabMinHeight, Metrics::TabBar_TabMinWidth ) ); } else { size.rwidth() += widthIncrement; if( hasIcon && !hasText ) size = size.expandedTo( QSize( 0, Metrics::TabBar_TabMinHeight ) ); else size = size.expandedTo( QSize( Metrics::TabBar_TabMinWidth, Metrics::TabBar_TabMinHeight ) ); } return size; } //______________________________________________________________ QSize Style::headerSectionSizeFromContents( const QStyleOption* option, const QSize& contentsSize, const QWidget* ) const { // cast option and check const QStyleOptionHeader* headerOption( qstyleoption_cast( option ) ); if( !headerOption ) return contentsSize; // get text size bool horizontal( headerOption->orientation == Qt::Horizontal ); bool hasText( !headerOption->text.isEmpty() ); bool hasIcon( !headerOption->icon.isNull() ); QSize textSize( hasText ? headerOption->fontMetrics.size( 0, headerOption->text ) : QSize() ); QSize iconSize( hasIcon ? QSize( 22,22 ) : QSize() ); // contents width int contentsWidth( 0 ); if( hasText ) contentsWidth += textSize.width(); if( hasIcon ) { contentsWidth += iconSize.width(); if( hasText ) contentsWidth += Metrics::Header_ItemSpacing; } // contents height int contentsHeight( headerOption->fontMetrics.height() ); if( hasIcon ) contentsHeight = qMax( contentsHeight, iconSize.height() ); if( horizontal ) { // also add space for icon contentsWidth += Metrics::Header_ArrowSize + Metrics::Header_ItemSpacing; contentsHeight = qMax( contentsHeight, int(Metrics::Header_ArrowSize) ); } // update contents size, add margins and return QSize size( contentsSize.expandedTo( QSize( contentsWidth, contentsHeight ) ) ); return expandSize( size, Metrics::Header_MarginWidth ); } //______________________________________________________________ QSize Style::itemViewItemSizeFromContents( const QStyleOption* option, const QSize& contentsSize, const QWidget* widget ) const { // call base class QSize size( ParentStyleClass::sizeFromContents( CT_ItemViewItem, option, contentsSize, widget ) ); return expandSize( size, Metrics::ItemView_ItemMarginWidth ); } //______________________________________________________________ bool Style::drawFramePrimitive( const QStyleOption* option, QPainter* painter, const QWidget* widget ) const { // copy palette and rect const QPalette& palette( option->palette ); const QRect& rect( option->rect ); // detect title widgets const bool isTitleWidget( StyleConfigData::titleWidgetDrawFrame() && widget && widget->parent() && widget->parent()->inherits( "KTitleWidget" ) ); // copy state const State& state( option->state ); if( !isTitleWidget && !( state & (State_Sunken | State_Raised ) ) ) return true; #if QT_VERSION >= 0x050000 const bool isInputWidget( ( widget && widget->testAttribute( Qt::WA_Hover ) ) || ( isQtQuickControl( option, widget ) && option->styleObject->property( "elementType" ).toString() == QStringLiteral( "edit") ) ); #else bool isInputWidget( ( widget && widget->testAttribute( Qt::WA_Hover ) ) ); #endif bool enabled( state & State_Enabled ); bool mouseOver( (state & State_Active) && enabled && isInputWidget && ( state & State_MouseOver ) ); bool hasFocus( enabled && isInputWidget && ( state & State_HasFocus ) ); // focus takes precedence over mouse over _animations->inputWidgetEngine().updateState( widget, AnimationFocus, hasFocus ); _animations->inputWidgetEngine().updateState( widget, AnimationHover, mouseOver && !hasFocus ); // retrieve animation mode and opacity AnimationMode mode( _animations->inputWidgetEngine().frameAnimationMode( widget ) ); qreal opacity( _animations->inputWidgetEngine().frameOpacity( widget ) ); // render if( !StyleConfigData::sidePanelDrawFrame() && widget && widget->property( PropertyNames::sidePanelView ).toBool() ) { QColor outline( _helper->sidePanelOutlineColor( palette, hasFocus, opacity, mode ) ); bool reverseLayout( option->direction == Qt::RightToLeft ); Side side( reverseLayout ? SideRight : SideLeft ); _helper->renderSidePanelFrame( painter, rect, outline, side ); } else if (qobject_cast(widget)) { QColor outline( _helper->frameOutlineColor( palette, mouseOver, hasFocus, opacity, mode ) ); _helper->renderSquareFrame( painter, rect, outline, hasFocus ); } else { QColor background( isTitleWidget ? palette.color( widget->backgroundRole() ):QColor() ); QColor outline( _helper->frameOutlineColor( palette, mouseOver, hasFocus, opacity, mode ) ); _helper->renderFrame( painter, rect, background, outline, hasFocus ); } return true; } //______________________________________________________________ bool Style::drawFrameLineEditPrimitive( const QStyleOption* option, QPainter* painter, const QWidget* widget ) const { // copy palette and rect const QPalette& palette( option->palette ); const QRect& rect( option->rect ); // make sure there is enough room to render frame if( rect.height() < 2*Metrics::LineEdit_FrameWidth + option->fontMetrics.height()) { QColor background( palette.color( QPalette::Base ) ); painter->setPen( Qt::NoPen ); painter->setBrush( background ); painter->drawRect( rect ); return true; } else { // copy state const State& state( option->state ); bool enabled( state & State_Enabled ); bool mouseOver( (state & State_Active) && enabled && ( state & State_MouseOver ) ); bool hasFocus( enabled && ( state & State_HasFocus ) ); // focus takes precedence over mouse over _animations->inputWidgetEngine().updateState( widget, AnimationFocus, hasFocus ); _animations->inputWidgetEngine().updateState( widget, AnimationHover, mouseOver && !hasFocus ); // retrieve animation mode and opacity AnimationMode mode( _animations->inputWidgetEngine().frameAnimationMode( widget ) ); qreal opacity( _animations->inputWidgetEngine().frameOpacity( widget ) ); // render QColor background( palette.color( QPalette::Base ) ); QColor outline( _helper->inputOutlineColor( palette, mouseOver, hasFocus, opacity, mode ) ); if (qobject_cast(widget)) _helper->renderFlatFrame( painter, rect, background, outline, hasFocus ); else _helper->renderFrame( painter, rect, background, outline, hasFocus ); } return true; } //___________________________________________________________________________________ bool Style::drawFrameFocusRectPrimitive( const QStyleOption* option, QPainter* painter, const QWidget* widget ) const { #if QT_VERSION >= 0x050000 if ( option->styleObject && option->styleObject->property("elementType") == QLatin1String("button") ) return true; #endif const State& state( option->state ); QRectF rect( QRectF(option->rect).adjusted( 0, 0, -1, -1 ) ); const QPalette& palette( option->palette ); if( rect.width() < 10 ) return true; QColor outlineColor( Helper::mix(palette.color( QPalette::Window ), palette.color( QPalette::WindowText ), 0.35) ); QPen pen(outlineColor, 1); pen.setStyle( Qt::CustomDashLine ); pen.setDashPattern(QVector() << 2 << 1); painter->setRenderHint( QPainter::Antialiasing, false ); painter->setPen( pen ); painter->drawRoundedRect( rect, 2, 2 ); return true; } //___________________________________________________________________________________ bool Style::drawFrameMenuPrimitive( const QStyleOption* option, QPainter* painter, const QWidget* widget ) const { // only draw frame for (expanded) toolbars and QtQuick controls // do nothing for other cases, for which frame is rendered via drawPanelMenuPrimitive if( qobject_cast( widget ) ) { const QPalette& palette( option->palette ); QColor background( _helper->frameBackgroundColor( palette ) ); QColor outline( _helper->frameOutlineColor( palette ) ); bool hasAlpha( _helper->hasAlphaChannel( widget ) ); _helper->renderMenuFrame( painter, option->rect, background, outline, hasAlpha ); } else if( isQtQuickControl( option, widget ) ) { const QPalette& palette( option->palette ); QColor background( _helper->frameBackgroundColor( palette ) ); QColor outline( _helper->frameOutlineColor( palette ) ); bool hasAlpha( _helper->hasAlphaChannel( widget ) ); _helper->renderMenuFrame( painter, option->rect, background, outline, hasAlpha ); } return true; } //______________________________________________________________ bool Style::drawFrameGroupBoxPrimitive( const QStyleOption* option, QPainter* painter, const QWidget* ) const { return true; } //___________________________________________________________________________________ bool Style::drawFrameTabWidgetPrimitive( const QStyleOption* option, QPainter* painter, const QWidget* widget ) const { // cast option and check const QStyleOptionTabWidgetFrameV2* tabOption( qstyleoption_cast( option ) ); if( !tabOption ) return true; // do nothing if tabbar is hidden bool isQtQuickControl( this->isQtQuickControl( option, widget ) ); if( tabOption->tabBarSize.isEmpty() && !isQtQuickControl ) return true; // adjust rect to handle overlaps QRect rect( option->rect ); QRect tabBarRect( tabOption->tabBarRect ); QSize tabBarSize( tabOption->tabBarSize ); Corners corners = AllCorners; // adjust corners to deal with oversized tabbars switch( tabOption->shape ) { case QTabBar::RoundedNorth: case QTabBar::TriangularNorth: if( isQtQuickControl ) rect.adjust( -1, -1, 1, 0 ); if( tabBarSize.width() >= rect.width() - 2*Metrics::Frame_FrameRadius ) corners &= ~CornersTop; if( tabBarRect.left() < rect.left() + Metrics::Frame_FrameRadius ) corners &= ~CornerTopLeft; if( tabBarRect.right() > rect.right() - Metrics::Frame_FrameRadius ) corners &= ~CornerTopRight; break; case QTabBar::RoundedSouth: case QTabBar::TriangularSouth: if( isQtQuickControl ) rect.adjust( -1, 0, 1, 1 ); if( tabBarSize.width() >= rect.width()-2*Metrics::Frame_FrameRadius ) corners &= ~CornersBottom; if( tabBarRect.left() < rect.left() + Metrics::Frame_FrameRadius ) corners &= ~CornerBottomLeft; if( tabBarRect.right() > rect.right() - Metrics::Frame_FrameRadius ) corners &= ~CornerBottomRight; break; case QTabBar::RoundedWest: case QTabBar::TriangularWest: if( isQtQuickControl ) rect.adjust( -1, 0, 0, 0 ); if( tabBarSize.height() >= rect.height()-2*Metrics::Frame_FrameRadius ) corners &= ~CornersLeft; if( tabBarRect.top() < rect.top() + Metrics::Frame_FrameRadius ) corners &= ~CornerTopLeft; if( tabBarRect.bottom() > rect.bottom() - Metrics::Frame_FrameRadius ) corners &= ~CornerBottomLeft; break; case QTabBar::RoundedEast: case QTabBar::TriangularEast: if( isQtQuickControl ) rect.adjust( 0, 0, 1, 0 ); if( tabBarSize.height() >= rect.height()-2*Metrics::Frame_FrameRadius ) corners &= ~CornersRight; if( tabBarRect.top() < rect.top() + Metrics::Frame_FrameRadius ) corners &= ~CornerTopRight; if( tabBarRect.bottom() > rect.bottom() - Metrics::Frame_FrameRadius ) corners &= ~CornerBottomRight; break; default: break; } // define colors const QPalette& palette( option->palette ); QColor background( palette.color(QPalette::Base) ); QColor outline( _helper->frameOutlineColor( palette ) ); _helper->renderTabWidgetFrame( painter, rect, background, outline, corners ); return true; } //___________________________________________________________________________________ bool Style::drawFrameTabBarBasePrimitive( const QStyleOption* option, QPainter* painter, const QWidget* ) const { // tabbar frame used either for 'separate' tabbar, or in 'document mode' // cast option and check const QStyleOptionTabBarBase* tabOption( qstyleoption_cast( option ) ); if( !tabOption ) return true; // get rect, orientation, palette QRect rect( option->rect ); QColor outline( _helper->frameOutlineColor( option->palette ) ); QColor background = _helper->tabBarColor( option->palette, option->state ); // setup painter painter->setBrush( background ); painter->setRenderHint( QPainter::Antialiasing, false ); painter->setPen( QPen( outline, 1 ) ); painter->drawRect(rect.adjusted(0, 0, -1, -1)); return true; } //___________________________________________________________________________________ bool Style::drawFrameWindowPrimitive( const QStyleOption* option, QPainter* painter, const QWidget* ) const { // copy rect and palette const QRect& rect( option->rect ); const QPalette& palette( option->palette ); State state( option->state ); bool selected( state & State_Selected ); // render frame outline QColor outline( _helper->frameOutlineColor( palette, false, selected ) ); _helper->renderMenuFrame( painter, rect, QColor(), outline ); return true; } //___________________________________________________________________________________ bool Style::drawIndicatorArrowPrimitive( ArrowOrientation orientation, const QStyleOption* option, QPainter* painter, const QWidget* widget ) const { // store rect and palette const QRect& rect( option->rect ); const QPalette& palette( option->palette ); // store state const State& state( option->state ); bool enabled( state & State_Enabled ); bool mouseOver( (state & State_Active) && enabled && ( state & State_MouseOver ) ); bool hasFocus( enabled && ( state & State_HasFocus ) ); // detect special buttons bool inTabBar( widget && qobject_cast( widget->parentWidget() ) ); bool inToolButton( qstyleoption_cast( option ) ); // color QColor color; if( inTabBar ) { // for tabbar arrows one uses animations to get the arrow color /* * get animation state * there is no need to update the engine since this was already done when rendering the frame */ AnimationMode mode( _animations->widgetStateEngine().buttonAnimationMode( widget ) ); qreal opacity( _animations->widgetStateEngine().buttonOpacity( widget ) ); color = _helper->arrowColor( palette, mouseOver, hasFocus, opacity, mode ); } else if( mouseOver && !inToolButton ) { color = _helper->hoverColor( palette ); } else if( inToolButton ) { bool flat( state & State_AutoRaise ); // cast option const QStyleOptionToolButton* toolButtonOption( static_cast( option ) ); bool hasPopupMenu( toolButtonOption->subControls & SC_ToolButtonMenu ); if( flat && hasPopupMenu ) { // for menu arrows in flat toolbutton one uses animations to get the arrow color // handle arrow over animation bool arrowHover( mouseOver && ( toolButtonOption->activeSubControls & SC_ToolButtonMenu ) ); _animations->toolButtonEngine().updateState( widget, AnimationHover, arrowHover ); bool animated( _animations->toolButtonEngine().isAnimated( widget, AnimationHover ) ); qreal opacity( _animations->toolButtonEngine().opacity( widget, AnimationHover ) ); color = _helper->arrowColor( palette, arrowHover, false, opacity, animated ? AnimationHover:AnimationNone ); } else { bool sunken( state & (State_On | State_Sunken) ); if( flat ) { if( sunken && hasFocus && !mouseOver ) color = palette.color( QPalette::HighlightedText ); else color = _helper->arrowColor( palette, QPalette::WindowText ); } else if( hasFocus && !mouseOver ) { color = palette.color( QPalette::HighlightedText ); } else { color = _helper->arrowColor( palette, QPalette::ButtonText ); } } } else color = _helper->arrowColor( palette, QPalette::WindowText ); // render _helper->renderArrow( painter, rect, color, orientation ); return true; } //___________________________________________________________________________________ bool Style::drawIndicatorHeaderArrowPrimitive( const QStyleOption* option, QPainter* painter, const QWidget* ) const { const QStyleOptionHeader *headerOption( qstyleoption_cast( option ) ); const State& state( option->state ); // arrow orientation ArrowOrientation orientation( ArrowNone ); if( state & State_UpArrow || ( headerOption && headerOption->sortIndicator==QStyleOptionHeader::SortUp ) ) orientation = ArrowUp; else if( state & State_DownArrow || ( headerOption && headerOption->sortIndicator==QStyleOptionHeader::SortDown ) ) orientation = ArrowDown; if( orientation == ArrowNone ) return true; // invert arrows if requested by (hidden) options if( StyleConfigData::viewInvertSortIndicator() ) orientation = (orientation == ArrowUp) ? ArrowDown:ArrowUp; // define color and polygon for drawing arrow QColor color = _helper->headerTextColor( option->palette, state ); // render _helper->renderArrow( painter, option->rect, color, orientation ); return true; } //______________________________________________________________ bool Style::drawPanelButtonCommandPrimitive( const QStyleOption* option, QPainter* painter, const QWidget* widget ) const { // cast option and check const QStyleOptionButton* buttonOption( qstyleoption_cast< const QStyleOptionButton* >( option ) ); if( !buttonOption ) return true; // rect and palette const QRect& rect( option->rect ); // button state const State& state( option->state ); bool enabled( state & State_Enabled ); bool windowActive( state & State_Active ); bool mouseOver( (state & State_Active) && enabled && ( state & State_MouseOver ) ); bool hasFocus( ( enabled && ( state & State_HasFocus ) ) && !( widget && widget->focusProxy())); bool sunken( state & ( State_On|State_Sunken ) ); bool flat( buttonOption->features & QStyleOptionButton::Flat ); // update animation state // mouse over takes precedence over focus _animations->widgetStateEngine().updateState( widget, AnimationPressed, sunken ); _animations->widgetStateEngine().updateState( widget, AnimationHover, mouseOver ); AnimationMode mode( _animations->widgetStateEngine().buttonAnimationMode( widget ) ); qreal opacity( _animations->widgetStateEngine().buttonOpacity( widget ) ); if( flat ) { // define colors and render const QPalette& palette( option->palette ); QColor color( _helper->toolButtonColor( palette, mouseOver, hasFocus, sunken, opacity, mode ) ); _helper->renderToolButtonFrame( painter, rect, color, sunken ); } else { // update button color from palette in case button is default QPalette palette( option->palette ); if( enabled && buttonOption->features & QStyleOptionButton::DefaultButton ) { QColor button( palette.color( QPalette::Button ) ); QColor base( palette.color( QPalette::Base ) ); palette.setColor( QPalette::Button, Helper::mix( button, base, 0.7 ) ); } QColor shadow( _helper->shadowColor( palette ) ); QColor outline( _helper->buttonOutlineColor( palette, mouseOver, hasFocus, opacity, mode ) ); QColor background( _helper->buttonBackgroundColor( palette, mouseOver, hasFocus, sunken, opacity, mode ) ); // render _helper->renderButtonFrame( painter, rect, background, outline, shadow, hasFocus, sunken, mouseOver, enabled && windowActive ); } return true; } //______________________________________________________________ bool Style::drawPanelButtonToolPrimitive( const QStyleOption* option, QPainter* painter, const QWidget* widget ) const { // copy palette and rect const QPalette& palette( option->palette ); QRect rect( option->rect ); // store relevant flags const State& state( option->state ); bool autoRaise( state & State_AutoRaise ); bool enabled( state & State_Enabled ); bool windowActive( state & State_Active ); bool sunken( state & (State_On | State_Sunken) ); bool mouseOver( (state & State_Active) && enabled && (option->state & State_MouseOver) ); bool hasFocus( enabled && (option->state & (State_HasFocus | State_Sunken)) ); /* * get animation state * no need to update, this was already done in drawToolButtonComplexControl */ AnimationMode mode( _animations->widgetStateEngine().buttonAnimationMode( widget ) ); qreal opacity( _animations->widgetStateEngine().buttonOpacity( widget ) ); if( !autoRaise || mouseOver || sunken ) { // need to check widget for popup mode, because option is not set properly const QToolButton* toolButton( qobject_cast( widget ) ); bool hasPopupMenu( toolButton && toolButton->popupMode() == QToolButton::MenuButtonPopup ); // render as push button QColor shadow( _helper->shadowColor( palette ) ); QColor outline( _helper->buttonOutlineColor( palette, mouseOver, hasFocus, opacity, mode ) ); QColor background( _helper->buttonBackgroundColor( palette, mouseOver, hasFocus, sunken, opacity, mode ) ); // adjust frame in case of menu if( hasPopupMenu ) { painter->setClipRect( rect ); rect.adjust( 0, 0, Metrics::Frame_FrameRadius + 2, 0 ); rect = visualRect( option, rect ); } // render _helper->renderButtonFrame( painter, rect, background, outline, shadow, hasFocus, sunken, mouseOver, windowActive ); } else { QColor color( _helper->toolButtonColor( palette, mouseOver, hasFocus, sunken, opacity, mode ) ); _helper->renderToolButtonFrame( painter, rect, color, sunken ); } return true; } //______________________________________________________________ bool Style::drawTabBarPanelButtonToolPrimitive( const QStyleOption* option, QPainter* painter, const QWidget* widget ) const { // copy palette and rect QRect rect( option->rect ); // static_cast is safe here since check was already performed in calling function const QTabBar* tabBar( static_cast( widget->parentWidget() ) ); // overlap. // subtract 1, because of the empty pixel left the tabwidget frame int overlap( Metrics::TabBar_BaseOverlap - 1 ); // adjust rect based on tabbar shape switch( tabBar->shape() ) { case QTabBar::RoundedNorth: case QTabBar::TriangularNorth: rect.adjust( 0, 0, 0, -overlap ); break; case QTabBar::RoundedSouth: case QTabBar::TriangularSouth: rect.adjust( 0, overlap, 0, 0 ); break; case QTabBar::RoundedWest: case QTabBar::TriangularWest: rect.adjust( 0, 0, -overlap, 0 ); break; case QTabBar::RoundedEast: case QTabBar::TriangularEast: rect.adjust( overlap, 0, 0, 0 ); break; default: break; } // get the relevant palette const QWidget* parent( tabBar->parentWidget() ); if( qobject_cast( parent ) ) parent = parent->parentWidget(); QPalette palette( parent ? parent->palette() : QApplication::palette() ); QColor color = hasAlteredBackground(parent) ? _helper->frameBackgroundColor( palette ):palette.color( QPalette::Window ); // render flat background painter->setPen( Qt::NoPen ); painter->setBrush( color ); painter->drawRect( rect ); return true; } //___________________________________________________________________________________ bool Style::drawPanelScrollAreaCornerPrimitive( const QStyleOption* option, QPainter* painter, const QWidget* widget ) const { // make sure background role matches viewport const QAbstractScrollArea* scrollArea; if( ( scrollArea = qobject_cast( widget ) ) && scrollArea->viewport() ) { // need to adjust clipRect in order not to render outside of frame int frameWidth( pixelMetric( PM_DefaultFrameWidth, 0, scrollArea ) ); painter->setClipRect( insideMargin( scrollArea->rect(), frameWidth ) ); painter->setBrush( scrollArea->viewport()->palette().color( scrollArea->viewport()->backgroundRole() ) ); painter->setPen( Qt::NoPen ); painter->drawRect( option->rect ); return true; } else { return false; } } //___________________________________________________________________________________ bool Style::drawPanelMenuPrimitive( const QStyleOption* option, QPainter* painter, const QWidget* widget ) const { /* * do nothing if menu is embedded in another widget * this corresponds to having a transparent background */ if( widget && !widget->isWindow() ) return true; const QPalette& palette( option->palette ); QColor background( _helper->frameBackgroundColor( palette ) ); QColor outline( _helper->frameOutlineColor( palette ) ); bool hasAlpha( _helper->hasAlphaChannel( widget ) ); _helper->renderMenuFrame( painter, option->rect, background, outline, hasAlpha ); return true; } //___________________________________________________________________________________ bool Style::drawPanelTipLabelPrimitive( const QStyleOption* option, QPainter* painter, const QWidget* widget ) const { const QPalette& palette( option->palette ); QColor background( palette.color( QPalette::ToolTipBase ) ); QColor outline( Helper::mix( palette.color( QPalette::ToolTipBase ), palette.color( QPalette::ToolTipText ), 0.25 ) ); bool hasAlpha( _helper->hasAlphaChannel( widget ) ); _helper->renderMenuFrame( painter, option->rect, background, outline, hasAlpha ); return true; } //___________________________________________________________________________________ bool Style::drawPanelItemViewItemPrimitive( const QStyleOption* option, QPainter* painter, const QWidget* widget ) const { // cast option and check const QStyleOptionViewItemV4 *viewItemOption = qstyleoption_cast( option ); if( !viewItemOption ) return false; // try cast widget const QAbstractItemView *abstractItemView = qobject_cast( widget ); // store palette and rect const QPalette& palette( option->palette ); QRect rect( option->rect ); // store flags const State& state( option->state ); bool mouseOver( (state & State_Active) && ( state & State_MouseOver ) && ( !abstractItemView || abstractItemView->selectionMode() != QAbstractItemView::NoSelection ) ); bool selected( state & State_Selected ); bool enabled( state & State_Enabled ); bool windowActive( state & State_Active ); bool hasCustomBackground = viewItemOption->backgroundBrush.style() != Qt::NoBrush && !( state & State_Selected ); bool hasSolidBackground = !hasCustomBackground || viewItemOption->backgroundBrush.style() == Qt::SolidPattern; bool hasAlternateBackground( viewItemOption->features & QStyleOptionViewItemV2::Alternate ); // do nothing if no background is to be rendered if( !( mouseOver || selected || hasCustomBackground || hasAlternateBackground ) ) { return true; } // define color group QPalette::ColorGroup colorGroup; if( enabled ) colorGroup = windowActive ? QPalette::Active : QPalette::Inactive; else colorGroup = QPalette::Disabled; // render alternate background if( viewItemOption && ( viewItemOption->features & QStyleOptionViewItemV2::Alternate ) ) { painter->setPen( Qt::NoPen ); painter->setBrush( palette.brush( colorGroup, QPalette::AlternateBase ) ); painter->drawRect( rect ); } // stop here if no highlight is needed if( !( mouseOver || selected ||hasCustomBackground ) ) { return true; } // render custom background if( hasCustomBackground && !hasSolidBackground ) { painter->setBrushOrigin( viewItemOption->rect.topLeft() ); painter->setBrush( viewItemOption->backgroundBrush ); painter->setPen( Qt::NoPen ); painter->drawRect( viewItemOption->rect ); return true; } // render selection // define color QColor color; if( hasCustomBackground && hasSolidBackground ) color = viewItemOption->backgroundBrush.color(); else color = palette.color( colorGroup, QPalette::Highlight ); // change color to implement mouse over if( mouseOver && !hasCustomBackground ) { if( !selected ) color.setAlphaF( 0.2 ); else color = color.lighter( 110 ); } // render _helper->renderSelection( painter, rect, color ); return true; } //___________________________________________________________________________________ bool Style::drawIndicatorCheckBoxPrimitive( const QStyleOption* option, QPainter* painter, const QWidget* widget ) const { // copy rect and palette const QRect& rect( option->rect.adjusted(1, 1, -1, -1) ); const QPalette& palette( option->palette ); // store flags const State& state( option->state ); bool enabled( state & State_Enabled ); bool mouseOver( (state & State_Active) && enabled && ( state & State_MouseOver ) ); bool sunken( enabled && ( state & State_Sunken ) ); bool active( ( state & (State_On|State_NoChange) ) ); bool windowActive( state & State_Active ); const QColor& outline( _helper->frameOutlineColor( palette ) ); const QColor& background( _helper->buttonBackgroundColor(palette, mouseOver, false, sunken ) ); // checkbox state CheckBoxState checkBoxState( CheckOff ); if( state & State_NoChange ) checkBoxState = CheckPartial; else if( state & State_On ) checkBoxState = CheckOn; // detect checkboxes in lists bool isSelectedItem( this->isSelectedItem( widget, rect.center() ) ); // animation state _animations->widgetStateEngine().updateState( widget, AnimationHover, mouseOver ); if (checkBoxState != CheckPartial) { _animations->widgetStateEngine().updateState( widget, AnimationPressed, checkBoxState != CheckOff ); if( _animations->widgetStateEngine().isAnimated( widget, AnimationPressed ) ) checkBoxState = CheckAnimated; } qreal animation( _animations->widgetStateEngine().opacity( widget, AnimationPressed ) ); QColor tickColor; if( isSelectedItem ) { tickColor = _helper->checkBoxIndicatorColor( palette, false, enabled && active ); _helper->renderCheckBoxBackground( painter, rect, palette.color( QPalette::Base ), outline, sunken ); } else { AnimationMode mode( _animations->widgetStateEngine().isAnimated( widget, AnimationHover ) ? AnimationHover:AnimationNone ); qreal opacity( _animations->widgetStateEngine().opacity( widget, AnimationHover ) ); tickColor = _helper->checkBoxIndicatorColor( palette, mouseOver, enabled && active, opacity, mode ); } // render QColor shadow( _helper->shadowColor( palette ) ); _helper->renderCheckBox( painter, rect, background, outline, tickColor, sunken, checkBoxState, animation, enabled && windowActive ); return true; } //___________________________________________________________________________________ bool Style::drawIndicatorRadioButtonPrimitive( const QStyleOption* option, QPainter* painter, const QWidget* widget ) const { // copy rect and palette const QRect& rect( option->rect ); const QPalette& palette( option->palette ); // store flags const State& state( option->state ); bool enabled( state & State_Enabled ); bool mouseOver( (state & State_Active) && enabled && ( state & State_MouseOver ) ); bool sunken( state & State_Sunken ); bool checked( state & State_On ); bool windowActive( state & State_Active ); const QColor& outline( _helper->frameOutlineColor( palette ) ); const QColor& background( _helper->buttonBackgroundColor(palette, mouseOver, false, sunken ) ); // radio button state RadioButtonState radioButtonState( state & State_On ? RadioOn:RadioOff ); // detect radiobuttons in lists bool isSelectedItem( this->isSelectedItem( widget, rect.center() ) ); // animation state _animations->widgetStateEngine().updateState( widget, AnimationHover, mouseOver ); _animations->widgetStateEngine().updateState( widget, AnimationPressed, radioButtonState != RadioOff ); if( _animations->widgetStateEngine().isAnimated( widget, AnimationPressed ) ) radioButtonState = RadioAnimated; qreal animation( _animations->widgetStateEngine().opacity( widget, AnimationPressed ) ); // colors QColor shadow( _helper->shadowColor( palette ) ); QColor tickColor; if( isSelectedItem ) { tickColor = _helper->checkBoxIndicatorColor( palette, false, enabled && checked ); _helper->renderRadioButtonBackground( painter, rect, palette.color( QPalette::Base ), outline, sunken ); } else { AnimationMode mode( _animations->widgetStateEngine().isAnimated( widget, AnimationHover ) ? AnimationHover:AnimationNone ); qreal opacity( _animations->widgetStateEngine().opacity( widget, AnimationHover ) ); tickColor = _helper->checkBoxIndicatorColor( palette, mouseOver, enabled && checked, opacity, mode ); } // render _helper->renderRadioButton( painter, rect, background, outline, tickColor, sunken, enabled && windowActive, radioButtonState, animation ); return true; } //___________________________________________________________________________________ bool Style::drawIndicatorButtonDropDownPrimitive( const QStyleOption* option, QPainter* painter, const QWidget* widget ) const { // cast option and check const QStyleOptionToolButton* toolButtonOption( qstyleoption_cast( option ) ); if( !toolButtonOption ) return true; // store state const State& state( option->state ); bool autoRaise( state & State_AutoRaise ); bool enabled( state & State_Enabled ); bool windowActive( state & State_Active ); bool hasFocus( enabled && ( state & ( State_HasFocus | State_Sunken ) ) ); bool mouseOver( (state & State_Active) && enabled && ( state & State_MouseOver ) ); bool sunken( enabled && ( state & State_Sunken ) ); // do nothing for autoraise buttons if( (autoRaise && !sunken && !mouseOver) || !(toolButtonOption->subControls & SC_ToolButtonMenu) ) return true; // store palette and rect const QPalette& palette( option->palette ); const QRect& rect( option->rect ); // update animation state // mouse over takes precedence over focus _animations->widgetStateEngine().updateState( widget, AnimationPressed, sunken ); _animations->widgetStateEngine().updateState( widget, AnimationHover, mouseOver ); AnimationMode mode( _animations->widgetStateEngine().buttonAnimationMode( widget ) ); qreal opacity( _animations->widgetStateEngine().buttonOpacity( widget ) ); // render as push button QColor shadow( _helper->shadowColor( palette ) ); QColor outline( _helper->buttonOutlineColor( palette, mouseOver, hasFocus, opacity, mode ) ); QColor background( _helper->buttonBackgroundColor( palette, mouseOver, hasFocus, sunken, opacity, mode ) ); QRect frameRect( rect ); painter->setClipRect( rect ); frameRect.adjust( -Metrics::Frame_FrameRadius - 1, 0, 0, 0 ); frameRect = visualRect( option, frameRect ); // render _helper->renderButtonFrame( painter, frameRect, background, outline, shadow, hasFocus, sunken, mouseOver, windowActive ); // also render separator QRect separatorRect( rect.adjusted( 0, 2, -2, -2 ) ); separatorRect.setWidth( 1 ); separatorRect = visualRect( option, separatorRect ); _helper->renderSeparator( painter, separatorRect, outline, true ); return true; } //___________________________________________________________________________________ bool Style::drawIndicatorTabClosePrimitive( const QStyleOption* option, QPainter* painter, const QWidget* widget ) const { // get icon and check QIcon icon( standardIcon( SP_TitleBarCloseButton, option, widget ) ); if( icon.isNull() ) return false; // store state const State& state( option->state ); bool enabled( state & State_Enabled ); bool active( state & State_Raised ); bool sunken( state & State_Sunken ); // decide icon mode and state QIcon::Mode iconMode; QIcon::State iconState; if( !enabled ) { iconMode = QIcon::Disabled; iconState = QIcon::Off; } else { if( active ) iconMode = QIcon::Active; else iconMode = QIcon::Normal; iconState = sunken ? QIcon::On : QIcon::Off; } // icon size int iconWidth( pixelMetric(QStyle::PM_SmallIconSize, option, widget ) ); QSize iconSize( iconWidth, iconWidth ); // get pixmap QPixmap pixmap( icon.pixmap( iconSize, iconMode, iconState ) ); // render drawItemPixmap( painter, option->rect, Qt::AlignCenter, pixmap ); return true; } //___________________________________________________________________________________ bool Style::drawIndicatorTabTearPrimitive( const QStyleOption* option, QPainter* painter, const QWidget* ) const { // cast option and check const QStyleOptionTab* tabOption( qstyleoption_cast( option ) ); if( !tabOption ) return true; // store palette and rect const QPalette& palette( option->palette ); QRect rect( option->rect ); bool reverseLayout( option->direction == Qt::RightToLeft ); QColor color( _helper->alphaColor( palette.color( QPalette::WindowText ), 0.2 ) ); painter->setRenderHint( QPainter::Antialiasing, false ); painter->setPen( color ); painter->setBrush( Qt::NoBrush ); switch( tabOption->shape ) { case QTabBar::TriangularNorth: case QTabBar::RoundedNorth: rect.adjust( 0, 1, 0, 0 ); if( reverseLayout ) painter->drawLine( rect.topRight(), rect.bottomRight() ); else painter->drawLine( rect.topLeft(), rect.bottomLeft() ); break; case QTabBar::TriangularSouth: case QTabBar::RoundedSouth: rect.adjust( 0, 0, 0, -1 ); if( reverseLayout ) painter->drawLine( rect.topRight(), rect.bottomRight() ); else painter->drawLine( rect.topLeft(), rect.bottomLeft() ); break; case QTabBar::TriangularWest: case QTabBar::RoundedWest: rect.adjust( 1, 0, 0, 0 ); painter->drawLine( rect.topLeft(), rect.topRight() ); break; case QTabBar::TriangularEast: case QTabBar::RoundedEast: rect.adjust( 0, 0, -1, 0 ); painter->drawLine( rect.topLeft(), rect.topRight() ); break; default: break; } return true; } //___________________________________________________________________________________ bool Style::drawIndicatorToolBarHandlePrimitive( const QStyleOption* option, QPainter* painter, const QWidget* ) const { // do nothing if disabled from options if( !StyleConfigData::toolBarDrawItemSeparator() ) return true; // store rect and palette QRect rect( option->rect ); const QPalette& palette( option->palette ); // store state const State& state( option->state ); bool separatorIsVertical( state & State_Horizontal ); // define color and render QColor color( _helper->separatorColor( palette ) ); if( separatorIsVertical ) { rect.setWidth( Metrics::ToolBar_HandleWidth ); rect = centerRect( option->rect, rect.size() ); rect.setWidth( 3 ); _helper->renderSeparator( painter, rect, color, separatorIsVertical ); rect.translate( 2, 0 ); _helper->renderSeparator( painter, rect, color, separatorIsVertical ); } else { rect.setHeight( Metrics::ToolBar_HandleWidth ); rect = centerRect( option->rect, rect.size() ); rect.setHeight( 3 ); _helper->renderSeparator( painter, rect, color, separatorIsVertical ); rect.translate( 0, 2 ); _helper->renderSeparator( painter, rect, color, separatorIsVertical ); } return true; } //___________________________________________________________________________________ bool Style::drawIndicatorToolBarSeparatorPrimitive( const QStyleOption* option, QPainter* painter, const QWidget* widget ) const { /* * do nothing if disabled from options * also need to check if widget is a combobox, because of Qt hack using 'toolbar' separator primitive * for rendering separators in comboboxes */ if( !( StyleConfigData::toolBarDrawItemSeparator() || qobject_cast( widget ) ) ) { return true; } // store rect and palette const QRect& rect( option->rect ); const QPalette& palette( option->palette ); // store state const State& state( option->state ); bool separatorIsVertical( state & State_Horizontal ); // define color and render QColor color( _helper->separatorColor( palette ) ); _helper->renderSeparator( painter, rect, color, separatorIsVertical ); return true; } //___________________________________________________________________________________ bool Style::drawIndicatorBranchPrimitive( const QStyleOption* option, QPainter* painter, const QWidget* ) const { // copy rect and palette const QRect& rect( option->rect ); const QPalette& palette( option->palette ); // state const State& state( option->state ); bool reverseLayout( option->direction == Qt::RightToLeft ); //draw expander int expanderAdjust = 0; if( state & State_Children ) { // state bool expanderOpen( state & State_Open ); bool enabled( state & State_Enabled ); bool mouseOver( (state & State_Active) && enabled && ( state & State_MouseOver ) ); // expander rect int expanderSize = qMin( rect.width(), rect.height() ); expanderSize = qMin( expanderSize, int(Metrics::ItemView_ArrowSize) ); expanderAdjust = expanderSize/2 + 1; QRect arrowRect = centerRect( rect, expanderSize, expanderSize ); // get orientation from option ArrowOrientation orientation; if( expanderOpen ) orientation = ArrowDown; else if( reverseLayout ) orientation = ArrowLeft; else orientation = ArrowRight; // color QColor arrowColor( mouseOver ? _helper->hoverColor( palette ) : _helper->arrowColor( palette, QPalette::Text ) ); // render _helper->renderArrow( painter, arrowRect, arrowColor, orientation ); } // tree branches if( !StyleConfigData::viewDrawTreeBranchLines() ) return true; QPoint center( rect.center() ); QColor lineColor( Helper::mix( palette.color( QPalette::Base ), palette.color( QPalette::Text ), 0.25 ) ); painter->save(); painter->setRenderHint( QPainter::Antialiasing, true ); painter->translate( 0.5, 0.5 ); painter->setPen( QPen( lineColor, 1 ) ); if( state & ( State_Item | State_Children | State_Sibling ) ) { QLineF line( QPointF( center.x(), rect.top() ), QPointF( center.x(), center.y() - expanderAdjust - 1 ) ); painter->drawLine( line ); } // The right/left (depending on direction) line gets drawn if we have an item if( state & State_Item ) { const QLineF line = reverseLayout ? QLineF( QPointF( rect.left(), center.y() ), QPointF( center.x() - expanderAdjust, center.y() ) ): QLineF( QPointF( center.x() + expanderAdjust, center.y() ), QPointF( rect.right(), center.y() ) ); painter->drawLine( line ); } // The bottom if we have a sibling if( state & State_Sibling ) { QLineF line( QPointF( center.x(), center.y() + expanderAdjust ), QPointF( center.x(), rect.bottom() ) ); painter->drawLine( line ); } painter->restore(); return true; } //___________________________________________________________________________________ bool Style::drawPushButtonLabelControl( const QStyleOption* option, QPainter* painter, const QWidget* widget ) const { // cast option and check const QStyleOptionButton* buttonOption( qstyleoption_cast( option ) ); if( !buttonOption ) return true; // copy rect and palette const QRect& rect( option->rect ); const QPalette& palette( option->palette ); // state const State& state( option->state ); bool enabled( state & State_Enabled ); bool sunken( state & (State_On | State_Sunken) ); bool mouseOver( (state & State_Active) && enabled && (option->state & State_MouseOver) ); bool hasFocus( enabled && !mouseOver && (option->state & State_HasFocus) ); bool flat( buttonOption->features & QStyleOptionButton::Flat ); // content bool hasText( !buttonOption->text.isEmpty() ); bool hasIcon( (showIconsOnPushButtons() || flat || !hasText ) && !buttonOption->icon.isNull() ); // contents QRect contentsRect( rect ); // color role QPalette::ColorRole textRole; if( flat ) { if( hasFocus && sunken ) textRole = QPalette::ButtonText; else textRole = QPalette::WindowText; } else if( hasFocus ) textRole = QPalette::ButtonText; else textRole = QPalette::ButtonText; // menu arrow if( buttonOption->features & QStyleOptionButton::HasMenu ) { // define rect QRect arrowRect( contentsRect ); arrowRect.setLeft( contentsRect.right() - Metrics::MenuButton_IndicatorWidth + 1 ); arrowRect = centerRect( arrowRect, Metrics::MenuButton_IndicatorWidth, Metrics::MenuButton_IndicatorWidth ); contentsRect.setRight( arrowRect.left() - Metrics::Button_ItemSpacing - 1 ); contentsRect.adjust( Metrics::Button_MarginWidth, 0, 0, 0 ); arrowRect = visualRect( option, arrowRect ); // define color QColor arrowColor( _helper->arrowColor( palette, textRole ) ); _helper->renderArrow( painter, arrowRect, arrowColor, ArrowDown ); } // icon size QSize iconSize; if( hasIcon ) { iconSize = buttonOption->iconSize; if( !iconSize.isValid() ) { int metric( pixelMetric( PM_SmallIconSize, option, widget ) ); iconSize = QSize( metric, metric ); } } // text size int textFlags( _mnemonics->textFlags() | Qt::AlignCenter ); QSize textSize( option->fontMetrics.size( textFlags, buttonOption->text ) ); // adjust text and icon rect based on options QRect iconRect; QRect textRect; if( hasText && !hasIcon ) textRect = contentsRect; else if( hasIcon && !hasText ) iconRect = contentsRect; else { int contentsWidth( iconSize.width() + textSize.width() + Metrics::Button_ItemSpacing ); iconRect = QRect( QPoint( contentsRect.left() + (contentsRect.width() - contentsWidth )/2, contentsRect.top() + (contentsRect.height() - iconSize.height())/2 ), iconSize ); textRect = QRect( QPoint( iconRect.right() + Metrics::ToolButton_ItemSpacing + 1, contentsRect.top() + (contentsRect.height() - textSize.height())/2 ), textSize ); } // handle right to left if( iconRect.isValid() ) iconRect = visualRect( option, iconRect ); if( textRect.isValid() ) textRect = visualRect( option, textRect ); // make sure there is enough room for icon if( iconRect.isValid() ) iconRect = centerRect( iconRect, iconSize ); // render icon if( hasIcon && iconRect.isValid() ) { // icon state and mode const QIcon::State iconState( sunken ? QIcon::On : QIcon::Off ); QIcon::Mode iconMode; if( !enabled ) iconMode = QIcon::Disabled; else if( !flat && hasFocus ) iconMode = QIcon::Selected; else if( mouseOver && flat ) iconMode = QIcon::Active; else iconMode = QIcon::Normal; QPixmap pixmap = buttonOption->icon.pixmap( iconSize, iconMode, iconState ); drawItemPixmap( painter, iconRect, Qt::AlignCenter, pixmap ); } // render text if( hasText && textRect.isValid() ) { if ( enabled && !sunken && !mouseOver && !flat ) { if ( _dark ) drawItemText( painter, textRect.adjusted(0, -1, 0, -1), textFlags, palette, false, buttonOption->text, QPalette::Dark ); else drawItemText( painter, textRect.adjusted(0, 1, 0, 1), textFlags, palette, false, buttonOption->text, QPalette::Light ); } drawItemText( painter, textRect, textFlags, palette, enabled, buttonOption->text, textRole ); } return true; } //___________________________________________________________________________________ bool Style::drawToolButtonLabelControl( const QStyleOption* option, QPainter* painter, const QWidget* widget ) const { // cast option and check const QStyleOptionToolButton* toolButtonOption( qstyleoption_cast(option) ); // copy rect and palette const QRect& rect = option->rect; const QPalette& palette = option->palette; // state const State& state( option->state ); bool enabled( state & State_Enabled ); bool sunken( state & (State_On | State_Sunken) ); bool mouseOver( (state & State_Active) && enabled && (option->state & State_MouseOver) ); bool flat( state & State_AutoRaise ); // focus flag is set to match the background color in either renderButtonFrame or renderToolButtonFrame bool hasFocus( false ); if( flat ) hasFocus = enabled && !mouseOver && (option->state & State_HasFocus); else hasFocus = enabled && !mouseOver && (option->state & (State_HasFocus|State_Sunken) ); bool hasArrow( toolButtonOption->features & QStyleOptionToolButton::Arrow ); bool hasIcon( !( hasArrow || toolButtonOption->icon.isNull() ) ); bool hasText( !toolButtonOption->text.isEmpty() ); // contents QRect contentsRect( rect ); // icon size QSize iconSize( toolButtonOption->iconSize ); // text size int textFlags( _mnemonics->textFlags() ); QSize textSize( option->fontMetrics.size( textFlags, toolButtonOption->text ) ); // adjust text and icon rect based on options QRect iconRect; QRect textRect; if( hasText && ( !(hasArrow||hasIcon) || toolButtonOption->toolButtonStyle == Qt::ToolButtonTextOnly ) ) { // text only textRect = contentsRect; textFlags |= Qt::AlignCenter; } else if( (hasArrow||hasIcon) && (!hasText || toolButtonOption->toolButtonStyle == Qt::ToolButtonIconOnly ) ) { // icon only iconRect = contentsRect; } else if( toolButtonOption->toolButtonStyle == Qt::ToolButtonTextUnderIcon ) { int contentsHeight( iconSize.height() + textSize.height() + Metrics::ToolButton_ItemSpacing ); iconRect = QRect( QPoint( contentsRect.left() + (contentsRect.width() - iconSize.width())/2, contentsRect.top() + (contentsRect.height() - contentsHeight)/2 ), iconSize ); textRect = QRect( QPoint( contentsRect.left() + (contentsRect.width() - textSize.width())/2, iconRect.bottom() + Metrics::ToolButton_ItemSpacing + 1 ), textSize ); textFlags |= Qt::AlignCenter; } else { bool leftAlign( widget && widget->property( PropertyNames::toolButtonAlignment ).toInt() == Qt::AlignLeft ); if( leftAlign ) iconRect = QRect( QPoint( contentsRect.left(), contentsRect.top() + (contentsRect.height() - iconSize.height())/2 ), iconSize ); else { int contentsWidth( iconSize.width() + textSize.width() + Metrics::ToolButton_ItemSpacing ); iconRect = QRect( QPoint( contentsRect.left() + (contentsRect.width() - contentsWidth )/2, contentsRect.top() + (contentsRect.height() - iconSize.height())/2 ), iconSize ); } textRect = QRect( QPoint( iconRect.right() + Metrics::ToolButton_ItemSpacing + 1, contentsRect.top() + (contentsRect.height() - textSize.height())/2 ), textSize ); // handle right to left layouts iconRect = visualRect( option, iconRect ); textRect = visualRect( option, textRect ); textFlags |= Qt::AlignLeft | Qt::AlignVCenter; } // make sure there is enough room for icon if( iconRect.isValid() ) iconRect = centerRect( iconRect, iconSize ); // render arrow or icon if( hasArrow && iconRect.isValid() ) { QStyleOptionToolButton copy( *toolButtonOption ); copy.rect = iconRect; switch( toolButtonOption->arrowType ) { case Qt::LeftArrow: drawPrimitive( PE_IndicatorArrowLeft, ©, painter, widget ); break; case Qt::RightArrow: drawPrimitive( PE_IndicatorArrowRight, ©, painter, widget ); break; case Qt::UpArrow: drawPrimitive( PE_IndicatorArrowUp, ©, painter, widget ); break; case Qt::DownArrow: drawPrimitive( PE_IndicatorArrowDown, ©, painter, widget ); break; default: break; } } else if( hasIcon && iconRect.isValid() ) { // icon state and mode const QIcon::State iconState( sunken ? QIcon::On : QIcon::Off ); QIcon::Mode iconMode; if( !enabled ) iconMode = QIcon::Disabled; else if( !flat && hasFocus ) iconMode = QIcon::Selected; else if( mouseOver && flat ) iconMode = QIcon::Active; else iconMode = QIcon::Normal; QPixmap pixmap = toolButtonOption->icon.pixmap( iconSize, iconMode, iconState ); drawItemPixmap( painter, iconRect, Qt::AlignCenter, pixmap ); } // render text if( hasText && textRect.isValid() ) { QPalette::ColorRole textRole( QPalette::ButtonText ); if( flat ) textRole = (hasFocus&&sunken&&!mouseOver) ? QPalette::HighlightedText: QPalette::WindowText; else if( hasFocus&&!mouseOver ) textRole = QPalette::HighlightedText; painter->setFont(toolButtonOption->font); drawItemText( painter, textRect, textFlags, palette, enabled, toolButtonOption->text, textRole ); } return true; } //___________________________________________________________________________________ bool Style::drawCheckBoxLabelControl( const QStyleOption* option, QPainter* painter, const QWidget* widget ) const { // cast option and check const QStyleOptionButton* buttonOption( qstyleoption_cast(option) ); if( !buttonOption ) return true; // copy palette and rect const QPalette& palette( option->palette ); const QRect& rect( option->rect ); // store state const State& state( option->state ); bool enabled( state & State_Enabled ); // text alignment bool reverseLayout( option->direction == Qt::RightToLeft ); int textFlags( _mnemonics->textFlags() | Qt::AlignVCenter | (reverseLayout ? Qt::AlignRight:Qt::AlignLeft ) ); // text rect QRect textRect( rect ); // render icon if( !buttonOption->icon.isNull() ) { const QIcon::Mode mode( enabled ? QIcon::Normal : QIcon::Disabled ); QPixmap pixmap( buttonOption->icon.pixmap( buttonOption->iconSize, mode ) ); drawItemPixmap( painter, rect, textFlags, pixmap ); // adjust rect (copied from QCommonStyle) textRect.setLeft( textRect.left() + buttonOption->iconSize.width() + 4 ); textRect = visualRect( option, textRect ); } // render text if( !buttonOption->text.isEmpty() ) { textRect = option->fontMetrics.boundingRect( textRect, textFlags, buttonOption->text ); drawItemText( painter, textRect, textFlags, palette, enabled, buttonOption->text, QPalette::WindowText ); // check focus state bool hasFocus( enabled && ( state & State_HasFocus ) ); // update animation state _animations->widgetStateEngine().updateState( widget, AnimationFocus, hasFocus ); bool isFocusAnimated( _animations->widgetStateEngine().isAnimated( widget, AnimationFocus ) ); qreal opacity( _animations->widgetStateEngine().opacity( widget, AnimationFocus ) ); } return true; } //___________________________________________________________________________________ bool Style::drawComboBoxLabelControl( const QStyleOption* option, QPainter* painter, const QWidget* widget ) const { const QStyleOptionComboBox* comboBoxOption( qstyleoption_cast( option ) ); if( !comboBoxOption ) return false; if( comboBoxOption->editable ) return false; // need to alter palette for focused buttons const State& state( option->state ); bool enabled( state & State_Enabled ); bool sunken( state & (State_On | State_Sunken) ); bool mouseOver( (state & State_Active) && enabled && (option->state & State_MouseOver) ); bool hasFocus( enabled && !mouseOver && (option->state & State_HasFocus) ); bool flat( !comboBoxOption->frame ); QPalette::ColorRole textRole = QPalette::ButtonText; // change pen color directly painter->save(); painter->setPen( QPen( option->palette.color( textRole ), 1 ) ); #if QT_VERSION >= 0x050000 if (const QStyleOptionComboBox *cb = qstyleoption_cast(option)) { QRect editRect = proxy()->subControlRect(CC_ComboBox, cb, SC_ComboBoxEditField, widget); painter->save(); painter->setClipRect(editRect); if (!cb->currentIcon.isNull()) { QIcon::Mode mode; if ((cb->state & QStyle::State_Selected) && (cb->state & QStyle::State_Active)) { mode = QIcon::Selected; } else if (cb->state & QStyle::State_Enabled) { mode = QIcon::Normal; } else { mode = QIcon::Disabled; } QPixmap pixmap = cb->currentIcon.pixmap(widget->windowHandle(), cb->iconSize, mode); QRect iconRect(editRect); iconRect.setWidth(cb->iconSize.width() + 4); iconRect = alignedRect(cb->direction, Qt::AlignLeft | Qt::AlignVCenter, iconRect.size(), editRect); if (cb->editable) painter->fillRect(iconRect, option->palette.brush(QPalette::Base)); proxy()->drawItemPixmap(painter, iconRect, Qt::AlignCenter, pixmap); if (cb->direction == Qt::RightToLeft) editRect.translate(-4 - cb->iconSize.width(), 0); else editRect.translate(cb->iconSize.width() + 4, 0); } if (!cb->currentText.isEmpty() && !cb->editable) { proxy()->drawItemText(painter, editRect.adjusted(1, 0, -1, 0), visualAlignment(cb->direction, Qt::AlignLeft | Qt::AlignVCenter), cb->palette, cb->state & State_Enabled, cb->currentText); } painter->restore(); } #else // call base class method ParentStyleClass::drawControl( CE_ComboBoxLabel, option, painter, widget ); #endif painter->restore(); return true; } //___________________________________________________________________________________ bool Style::drawMenuBarEmptyArea( const QStyleOption* option, QPainter* painter, const QWidget* ) const { const QRect& rect( option->rect); const QPalette& palette( option->palette ); painter->save(); painter->setRenderHint( QPainter::Antialiasing, false ); painter->setBrush( Qt::NoBrush ); painter->setPen( Helper::mix( palette.color( QPalette::Window ), palette.color( QPalette::Shadow ), 0.2 ) ); painter->drawLine( rect.bottomLeft(), rect.bottomRight() ); painter->restore(); return true; } //___________________________________________________________________________________ bool Style::drawMenuBarItemControl( const QStyleOption* option, QPainter* painter, const QWidget* ) const { // cast option and check const QStyleOptionMenuItem* menuItemOption = qstyleoption_cast( option ); if( !menuItemOption ) return true; // copy rect and palette const QRect& rect( option->rect ); const QPalette& palette( option->palette ); // store state const State& state( option->state ); bool enabled( state & State_Enabled ); bool selected( enabled && (state & State_Selected) ); bool sunken( enabled && (state & State_Sunken) ); bool useStrongFocus( StyleConfigData::menuItemDrawStrongFocus() ); painter->save(); painter->setRenderHint( QPainter::Antialiasing, false ); painter->setBrush( palette.window().color() ); painter->setPen( Qt::NoPen ); painter->drawRect( rect ); painter->setBrush( Qt::NoBrush ); painter->setPen( Helper::mix( palette.color( QPalette::Window ), palette.color( QPalette::Shadow ), 0.2 ) ); painter->drawLine( rect.bottomLeft(), rect.bottomRight() ); painter->restore(); // render hover and focus if( useStrongFocus && sunken ) { QColor outlineColor = _helper->focusColor( palette ); _helper->renderFocusRect( painter, QRect( rect.left(), rect.bottom() - 2, rect.width(), 3 ), outlineColor ); } // get text rect int textFlags( Qt::AlignCenter|_mnemonics->textFlags() ); QRect textRect = option->fontMetrics.boundingRect( rect, textFlags, menuItemOption->text ); // render text const QPalette::ColorRole role = (useStrongFocus && sunken ) ? QPalette::Highlight : QPalette::WindowText; drawItemText( painter, textRect, textFlags, palette, enabled, menuItemOption->text, role ); return true; } bool Style::drawMenuEmptyAreaControl( const QStyleOption* option, QPainter* painter, const QWidget* widget ) const { if (_isGNOME) painter->setPen(Qt::transparent); else painter->setPen(option->palette.window().color().darker(150)); painter->setBrush(option->palette.base().color()); if (_isGNOME) painter->drawRect(option->rect); else painter->drawRect(option->rect.adjusted(0, 0, -1, -1)); return true; } //___________________________________________________________________________________ bool Style::drawMenuItemControl( const QStyleOption* option, QPainter* painter, const QWidget* widget ) const { // cast option and check const QStyleOptionMenuItem* menuItemOption = qstyleoption_cast( option ); if( !menuItemOption ) return true; if( menuItemOption->menuItemType == QStyleOptionMenuItem::EmptyArea ) return true; // copy rect and palette const QRect& rect( option->rect ); const QPalette& palette( option->palette ); const QColor& background( palette.color(QPalette::Active, QPalette::Base) ); painter->setPen(Qt::NoPen); painter->setBrush(background); painter->drawRect(rect); // deal with separators if( menuItemOption->menuItemType == QStyleOptionMenuItem::Separator ) { // normal separator if( menuItemOption->text.isEmpty() && menuItemOption->icon.isNull() ) { QColor color( _helper->separatorColor( palette ) ); _helper->renderSeparator( painter, rect, color ); return true; } else { /* * separator can have a title and an icon * in that case they are rendered as menu title buttons */ QStyleOptionToolButton copy( separatorMenuItemOption( menuItemOption, widget ) ); renderMenuTitle( ©, painter, widget ); return true; } } // store state const State& state( option->state ); bool enabled( state & State_Enabled ); bool windowActive( state & State_Active ); bool selected( enabled && (state & State_Selected) ); bool sunken( enabled && (state & (State_On|State_Sunken) ) ); bool reverseLayout( option->direction == Qt::RightToLeft ); bool useStrongFocus( StyleConfigData::menuItemDrawStrongFocus() ); // render hover and focus if( useStrongFocus && ( selected || sunken ) ) { QColor color = _helper->focusColor( palette ); QColor outlineColor = Qt::transparent; Sides sides = 0; _helper->renderFocusRect( painter, rect, color, outlineColor, sides ); } // get rect available for contents QRect contentsRect( insideMargin( rect, Metrics::MenuItem_MarginWidth ) ); // define relevant rectangles // checkbox QRect checkBoxRect; if( menuItemOption->menuHasCheckableItems ) { checkBoxRect = QRect( contentsRect.left(), contentsRect.top() + (contentsRect.height()-Metrics::CheckBox_Size)/2, Metrics::CheckBox_Size, Metrics::CheckBox_Size ); contentsRect.setLeft( checkBoxRect.right() + Metrics::MenuItem_ItemSpacing + 1 ); } // render checkbox indicator if( menuItemOption->checkType == QStyleOptionMenuItem::NonExclusive ) { checkBoxRect = visualRect( option, checkBoxRect ); // checkbox state /* if( useStrongFocus && ( selected || sunken ) ) { _helper->renderCheckBoxBackground( painter, checkBoxRect, palette.color( QPalette::Window ), outline, sunken ); } */ QColor color( state&State_Enabled ? state&State_Selected ? palette.highlightedText().color() : palette.foreground().color() : palette.text().color() ); CheckBoxState state( menuItemOption->checked ? CheckOn : CheckOff ); _helper->renderCheckBox( painter, checkBoxRect, QColor(QColor::Invalid), color, color, sunken, state, enabled && windowActive); } else if( menuItemOption->checkType == QStyleOptionMenuItem::Exclusive ) { checkBoxRect = visualRect( option, checkBoxRect ); /* if( useStrongFocus && ( selected || sunken ) ) { _helper->renderRadioButtonBackground( painter, checkBoxRect, palette.color( QPalette::Window ), outline, sunken ); } */ QColor color( state&State_Enabled ? state&State_Selected ? palette.highlightedText().color() : palette.foreground().color() : palette.text().color() ); bool active( menuItemOption->checked ); _helper->renderRadioButton( painter, checkBoxRect, QColor(QColor::Invalid), color, color, sunken, enabled && windowActive, active ? RadioOn:RadioOff ); } // icon int iconWidth = 0; bool showIcon( showIconsInMenuItems() ); if( showIcon ) iconWidth = isQtQuickControl( option, widget ) ? qMax( pixelMetric(PM_SmallIconSize, option, widget ), menuItemOption->maxIconWidth ) : menuItemOption->maxIconWidth; QRect iconRect( contentsRect.left(), contentsRect.top() + (contentsRect.height()-iconWidth)/2, iconWidth, iconWidth ); contentsRect.setLeft( iconRect.right() + Metrics::MenuItem_ItemSpacing + 1 ); if( showIcon && !menuItemOption->icon.isNull() ) { QSize iconSize( pixelMetric( PM_SmallIconSize, option, widget ), pixelMetric( PM_SmallIconSize, option, widget ) ); iconRect = centerRect( iconRect, iconSize ); iconRect = visualRect( option, iconRect ); // icon mode QIcon::Mode mode; if( selected && !useStrongFocus) mode = QIcon::Active; else if( selected ) mode = QIcon::Selected; else if( enabled ) mode = QIcon::Normal; else mode = QIcon::Disabled; // icon state const QIcon::State iconState( sunken ? QIcon::On:QIcon::Off ); QPixmap icon = menuItemOption->icon.pixmap( iconRect.size(), mode, iconState ); painter->drawPixmap( iconRect, icon ); } // arrow QRect arrowRect( contentsRect.right() - Metrics::MenuButton_IndicatorWidth + 1, contentsRect.top() + (contentsRect.height()-Metrics::MenuButton_IndicatorWidth)/2, Metrics::MenuButton_IndicatorWidth, Metrics::MenuButton_IndicatorWidth ); contentsRect.setRight( arrowRect.left() - Metrics::MenuItem_ItemSpacing - 1 ); if( menuItemOption->menuItemType == QStyleOptionMenuItem::SubMenu ) { // apply right-to-left layout arrowRect = visualRect( option, arrowRect ); // arrow orientation ArrowOrientation orientation( reverseLayout ? ArrowLeft:ArrowRight ); // color QColor arrowColor; if( useStrongFocus && ( selected || sunken ) ) arrowColor = palette.color( QPalette::HighlightedText ); else if( sunken ) arrowColor = _helper->focusColor( palette ); else if( selected ) arrowColor = _helper->hoverColor( palette ); else arrowColor = _helper->arrowColor( palette, QPalette::WindowText ); // render _helper->renderArrow( painter, arrowRect, arrowColor, orientation ); } // text QRect textRect = contentsRect; if( !menuItemOption->text.isEmpty() ) { // adjust textRect QString text = menuItemOption->text; textRect = centerRect( textRect, textRect.width(), option->fontMetrics.size( _mnemonics->textFlags(), text ).height() ); textRect = visualRect( option, textRect ); // set font painter->setFont( menuItemOption->font ); // color role const QPalette::ColorRole role = (useStrongFocus && ( selected || sunken )) ? QPalette::HighlightedText : QPalette::WindowText; // locate accelerator and render int tabPosition( text.indexOf( QLatin1Char( '\t' ) ) ); if( tabPosition >= 0 ) { int textFlags( Qt::AlignVCenter | Qt::AlignRight ); QString accelerator( text.mid( tabPosition + 1 ) ); text = text.left( tabPosition ); drawItemText( painter, textRect, textFlags, palette, enabled, accelerator, role ); } // render text int textFlags( Qt::AlignVCenter | (reverseLayout ? Qt::AlignRight : Qt::AlignLeft ) | _mnemonics->textFlags() ); textRect = option->fontMetrics.boundingRect( textRect, textFlags, text ); drawItemText( painter, textRect, textFlags, palette, enabled, text, role ); } return true; } //___________________________________________________________________________________ bool Style::drawProgressBarControl( const QStyleOption* option, QPainter* painter, const QWidget* widget ) const { const QStyleOptionProgressBar* progressBarOption( qstyleoption_cast( option ) ); if( !progressBarOption ) return true; // render groove QStyleOptionProgressBarV2 progressBarOption2 = *progressBarOption; progressBarOption2.rect = subElementRect( SE_ProgressBarGroove, progressBarOption, widget ); drawControl( CE_ProgressBarGroove, &progressBarOption2, painter, widget ); #if QT_VERSION >= 0x050000 const QObject* styleObject( widget ? widget:progressBarOption->styleObject ); #else const QObject* styleObject( widget ); #endif // enable busy animations // need to check both widget and passed styleObject, used for QML if( styleObject && _animations->busyIndicatorEngine().enabled() ) { #if QT_VERSION >= 0x050000 // register QML object if defined if( !widget && progressBarOption->styleObject ) { _animations->busyIndicatorEngine().registerWidget( progressBarOption->styleObject ); } #endif _animations->busyIndicatorEngine().setAnimated( styleObject, progressBarOption->maximum == 0 && progressBarOption->minimum == 0 ); } // check if animated and pass to option if( _animations->busyIndicatorEngine().isAnimated( styleObject ) ) { progressBarOption2.progress = _animations->busyIndicatorEngine().value(); } // render contents progressBarOption2.rect = subElementRect( SE_ProgressBarContents, progressBarOption, widget ); drawControl( CE_ProgressBarContents, &progressBarOption2, painter, widget ); // render text bool textVisible( progressBarOption->textVisible ); bool busy( progressBarOption->minimum == 0 && progressBarOption->maximum == 0 ); if( textVisible && !busy ) { progressBarOption2.rect = subElementRect( SE_ProgressBarLabel, progressBarOption, widget ); drawControl( CE_ProgressBarLabel, &progressBarOption2, painter, widget ); } return true; } //___________________________________________________________________________________ bool Style::drawProgressBarContentsControl( const QStyleOption* option, QPainter* painter, const QWidget* ) const { const QStyleOptionProgressBar* progressBarOption( qstyleoption_cast( option ) ); if( !progressBarOption ) return true; // copy rect and palette QRect rect( option->rect ); const QPalette& palette( option->palette ); QColor outline( _helper->buttonOutlineColor( palette, false, false ).darker(250) ); // get direction const QStyleOptionProgressBarV2* progressBarOption2( qstyleoption_cast( option ) ); bool horizontal = !progressBarOption2 || progressBarOption2->orientation == Qt::Horizontal; bool inverted( progressBarOption2 ? progressBarOption2->invertedAppearance : false ); bool reverse = horizontal && option->direction == Qt::RightToLeft; if( inverted ) reverse = !reverse; // check if anything is to be drawn bool busy( ( progressBarOption->minimum == 0 && progressBarOption->maximum == 0 ) ); if( busy ) { qreal progress( _animations->busyIndicatorEngine().value() ); QColor color( palette.color( QPalette::Highlight ) ); _helper->renderProgressBarBusyContents( painter, rect, color, color.darker(), horizontal, reverse, progress ); } else { QRegion oldClipRegion( painter->clipRegion() ); if( horizontal ) { if( rect.width() < Metrics::ProgressBar_Thickness ) { painter->setClipRect( rect, Qt::IntersectClip ); if( reverse ) rect.setLeft( rect.left() - Metrics::ProgressBar_Thickness + rect.width() ); else rect.setWidth( Metrics::ProgressBar_Thickness ); } } else { if( rect.height() < Metrics::ProgressBar_Thickness ) { painter->setClipRect( rect, Qt::IntersectClip ); if( reverse ) rect.setHeight( Metrics::ProgressBar_Thickness ); else rect.setTop( rect.top() - Metrics::ProgressBar_Thickness + rect.height() ); } } _helper->renderProgressBarContents( painter, rect, palette.color( QPalette::Highlight ), palette.color( QPalette::Highlight ).darker() ); painter->setClipRegion( oldClipRegion ); } return true; } //___________________________________________________________________________________ bool Style::drawProgressBarGrooveControl( const QStyleOption* option, QPainter* painter, const QWidget* ) const { const QPalette& palette( option->palette ); QColor color( _helper->buttonBackgroundColor( palette, false, false, true ) ); QColor outline( _helper->buttonOutlineColor( palette, false, false ) ); _helper->renderProgressBarGroove( painter, option->rect, color, outline ); return true; } //___________________________________________________________________________________ bool Style::drawProgressBarLabelControl( const QStyleOption* option, QPainter* painter, const QWidget* ) const { // cast option and check const QStyleOptionProgressBar* progressBarOption( qstyleoption_cast( option ) ); if( !progressBarOption ) return true; // get direction and check const QStyleOptionProgressBarV2* progressBarOption2( qstyleoption_cast( option ) ); bool horizontal = !progressBarOption2 || progressBarOption2->orientation == Qt::Horizontal; if( !horizontal ) return true; // store rect and palette const QRect& rect( option->rect ); const QPalette& palette( option->palette ); // store state and direction const State& state( option->state ); bool enabled( state & State_Enabled ); // define text rect Qt::Alignment hAlign( ( progressBarOption->textAlignment == Qt::AlignLeft ) ? Qt::AlignHCenter : progressBarOption->textAlignment ); drawItemText( painter, rect, Qt::AlignVCenter | hAlign, palette, enabled, progressBarOption->text, QPalette::WindowText ); return true; } //___________________________________________________________________________________ bool Style::drawScrollBarSliderControl( const QStyleOption* option, QPainter* painter, const QWidget* widget ) const { // cast option and check const QStyleOptionSlider *sliderOption( qstyleoption_cast( option ) ); if( !sliderOption ) return true; const State& state( option->state ); bool horizontal( state & State_Horizontal ); // copy rect and palette const QRect& rect( horizontal ? option->rect.adjusted(-1, 4, 0, -4) : option->rect.adjusted(4, -1, -4, 0) ); const QPalette& palette( option->palette ); // define handle rect QRect handleRect; bool enabled( state & State_Enabled ); bool mouseOver( (state & State_Active) && enabled && ( state & State_MouseOver ) ); // check focus from relevant parent const QWidget* parent( scrollBarParent( widget ) ); bool hasFocus( enabled && parent && parent->hasFocus() ); // enable animation state bool handleActive( sliderOption->activeSubControls & SC_ScrollBarSlider ); _animations->scrollBarEngine().updateState( widget, AnimationFocus, hasFocus ); _animations->scrollBarEngine().updateState( widget, AnimationHover, mouseOver ); AnimationMode mode( _animations->scrollBarEngine().animationMode( widget, SC_ScrollBarSlider ) ); qreal opacity( _animations->scrollBarEngine().opacity( widget, SC_ScrollBarSlider ) ); QColor color = _helper->scrollBarHandleColor( palette, mouseOver, hasFocus, opacity, mode ); if (mode == AnimationHover) opacity = opacity; else if (mouseOver) opacity = 1; else opacity = 0; /* if( horizontal ) handleRect = centerRect( rect, rect.width(), rect.height() * (0.5 + 0.5 * opacity)); else handleRect = centerRect( rect, rect.width() * (0.5 + 0.5 * opacity), rect.height() ); */ if (horizontal) { handleRect = rect.adjusted(0, 6, 0, 2); handleRect.adjust(0, -6.0 * opacity, 0, -2.0 * opacity); } else { handleRect = rect.adjusted(6, 0, 2, 0); handleRect.adjust(-6.0 * opacity, 0, -2.0 * opacity, 0); } _helper->renderScrollBarHandle( painter, handleRect, color ); return true; } //___________________________________________________________________________________ bool Style::drawScrollBarAddLineControl( const QStyleOption* option, QPainter* painter, const QWidget* widget ) const { // do nothing if no buttons are defined if( _addLineButtons == NoButton ) return true; // cast option and check const QStyleOptionSlider* sliderOption( qstyleoption_cast( option ) ); if( !sliderOption ) return true; const State& state( option->state ); bool horizontal( state & State_Horizontal ); bool reverseLayout( option->direction == Qt::RightToLeft ); // adjust rect, based on number of buttons to be drawn QRect rect( scrollBarInternalSubControlRect( sliderOption, SC_ScrollBarAddLine ) ); QColor color; QStyleOptionSlider copy( *sliderOption ); if( _addLineButtons == DoubleButton ) { if( horizontal ) { //Draw the arrows QSize halfSize( rect.width()/2, rect.height() ); QRect leftSubButton( rect.topLeft(), halfSize ); QRect rightSubButton( leftSubButton.topRight() + QPoint( 1, 0 ), halfSize ); copy.rect = leftSubButton; color = scrollBarArrowColor( ©, reverseLayout ? SC_ScrollBarAddLine:SC_ScrollBarSubLine, widget ); _helper->renderArrow( painter, leftSubButton, color, ArrowLeft ); copy.rect = rightSubButton; color = scrollBarArrowColor( ©, reverseLayout ? SC_ScrollBarSubLine:SC_ScrollBarAddLine, widget ); _helper->renderArrow( painter, rightSubButton, color, ArrowRight ); } else { QSize halfSize( rect.width(), rect.height()/2 ); QRect topSubButton( rect.topLeft(), halfSize ); QRect botSubButton( topSubButton.bottomLeft() + QPoint( 0, 1 ), halfSize ); copy.rect = topSubButton; color = scrollBarArrowColor( ©, SC_ScrollBarSubLine, widget ); _helper->renderArrow( painter, topSubButton, color, ArrowUp ); copy.rect = botSubButton; color = scrollBarArrowColor( ©, SC_ScrollBarAddLine, widget ); _helper->renderArrow( painter, botSubButton, color, ArrowDown ); } } else if( _addLineButtons == SingleButton ) { copy.rect = rect; color = scrollBarArrowColor( ©, SC_ScrollBarAddLine, widget ); if( horizontal ) { if( reverseLayout ) _helper->renderArrow( painter, rect, color, ArrowLeft ); else _helper->renderArrow( painter, rect.translated( 1, 0 ), color, ArrowRight ); } else _helper->renderArrow( painter, rect.translated( 0, 1 ), color, ArrowDown ); } return true; } //___________________________________________________________________________________ bool Style::drawScrollBarSubLineControl( const QStyleOption* option, QPainter* painter, const QWidget* widget ) const { // do nothing if no buttons are set if( _subLineButtons == NoButton ) return true; // cast option and check const QStyleOptionSlider* sliderOption( qstyleoption_cast( option ) ); if( !sliderOption ) return true; const State& state( option->state ); bool horizontal( state & State_Horizontal ); bool reverseLayout( option->direction == Qt::RightToLeft ); // colors const QPalette& palette( option->palette ); QColor background( palette.color( QPalette::Window ) ); // adjust rect, based on number of buttons to be drawn QRect rect( scrollBarInternalSubControlRect( sliderOption, SC_ScrollBarSubLine ) ); QColor color; QStyleOptionSlider copy( *sliderOption ); if( _subLineButtons == DoubleButton ) { if( horizontal ) { //Draw the arrows QSize halfSize( rect.width()/2, rect.height() ); QRect leftSubButton( rect.topLeft(), halfSize ); QRect rightSubButton( leftSubButton.topRight() + QPoint( 1, 0 ), halfSize ); copy.rect = leftSubButton; color = scrollBarArrowColor( ©, reverseLayout ? SC_ScrollBarAddLine:SC_ScrollBarSubLine, widget ); _helper->renderArrow( painter, leftSubButton, color, ArrowLeft ); copy.rect = rightSubButton; color = scrollBarArrowColor( ©, reverseLayout ? SC_ScrollBarSubLine:SC_ScrollBarAddLine, widget ); _helper->renderArrow( painter, rightSubButton, color, ArrowRight ); } else { QSize halfSize( rect.width(), rect.height()/2 ); QRect topSubButton( rect.topLeft(), halfSize ); QRect botSubButton( topSubButton.bottomLeft() + QPoint( 0, 1 ), halfSize ); copy.rect = topSubButton; color = scrollBarArrowColor( ©, SC_ScrollBarSubLine, widget ); _helper->renderArrow( painter, topSubButton, color, ArrowUp ); copy.rect = botSubButton; color = scrollBarArrowColor( ©, SC_ScrollBarAddLine, widget ); _helper->renderArrow( painter, botSubButton, color, ArrowDown ); } } else if( _subLineButtons == SingleButton ) { copy.rect = rect; color = scrollBarArrowColor( ©, SC_ScrollBarSubLine, widget ); if( horizontal ) { if( reverseLayout ) _helper->renderArrow( painter, rect.translated( 1, 0 ), color, ArrowRight ); else _helper->renderArrow( painter, rect, color, ArrowLeft ); } else _helper->renderArrow( painter, rect, color, ArrowUp ); } return true; } //___________________________________________________________________________________ bool Style::drawShapedFrameControl( const QStyleOption* option, QPainter* painter, const QWidget* widget ) const { // cast option and check const QStyleOptionFrameV3* frameOpt = qstyleoption_cast( option ); if( !frameOpt ) return false; switch( frameOpt->frameShape ) { case QFrame::Box: { if( option->state & State_Sunken ) return true; else break; } case QFrame::HLine: case QFrame::VLine: { const QRect& rect( option->rect ); QColor color( _helper->separatorColor( option->palette ) ); bool isVertical( frameOpt->frameShape == QFrame::VLine ); _helper->renderSeparator( painter, rect, color, isVertical ); return true; } case QFrame::StyledPanel: { if( isQtQuickControl( option, widget ) ) { // ComboBox popup frame drawFrameMenuPrimitive( option, painter, widget ); return true; } else break; } default: break; } return false; } //___________________________________________________________________________________ bool Style::drawRubberBandControl( const QStyleOption* option, QPainter* painter, const QWidget* ) const { const QPalette& palette( option->palette ); QRect rect( option->rect ); QColor color = palette.color( QPalette::Highlight ); painter->setPen( Helper::mix( color, palette.color( QPalette::Active, QPalette::WindowText ) ) ); color.setAlpha( 50 ); painter->setBrush( color ); painter->setClipRegion( rect ); painter->drawRect( rect.adjusted( 0, 0, -1, -1 ) ); return true; } //___________________________________________________________________________________ bool Style::drawHeaderSectionControl( const QStyleOption* option, QPainter* painter, const QWidget* widget ) const { const QRect& rect( option->rect ); const QPalette& palette( option->palette ); const State& state( option->state ); bool enabled( state & State_Enabled ); bool mouseOver( (state & State_Active) && enabled && ( state & State_MouseOver ) ); bool sunken( enabled && ( state & (State_On|State_Sunken) ) ); const QStyleOptionHeader* headerOption( qstyleoption_cast( option ) ); if( !headerOption ) return true; bool horizontal( headerOption->orientation == Qt::Horizontal ); bool isFirst( horizontal && ( headerOption->position == QStyleOptionHeader::Beginning ) ); bool isCorner( widget && widget->inherits( "QTableCornerButton" ) ); bool reverseLayout( option->direction == Qt::RightToLeft ); // update animation state _animations->headerViewEngine().updateState( widget, rect.topLeft(), mouseOver ); bool animated( enabled && _animations->headerViewEngine().isAnimated( widget, rect.topLeft() ) ); qreal opacity( _animations->headerViewEngine().opacity( widget, rect.topLeft() ) ); QBrush color = palette.base(); painter->setRenderHint( QPainter::Antialiasing, false ); painter->setBrush( color ); painter->setPen( Qt::NoPen ); painter->drawRect( rect ); // outline painter->setBrush( Qt::NoBrush ); painter->setPen( _helper->alphaColor( palette.color( QPalette::WindowText ), 0.2 ) ); if( isCorner ) { if( reverseLayout ) painter->drawPoint( rect.bottomLeft() ); else painter->drawPoint( rect.bottomRight() ); } else if( horizontal ) { painter->drawLine( rect.bottomLeft(), rect.bottomRight() ); } else { if( reverseLayout ) painter->drawLine( rect.topLeft(), rect.bottomLeft() ); else painter->drawLine( rect.topRight(), rect.bottomRight() ); } // separators if( horizontal ) { if( headerOption->section != 0 || isFirst ) { if( reverseLayout ) painter->drawLine( rect.topLeft(), rect.bottomLeft() - QPoint( 0, 1 ) ); else painter->drawLine( rect.topRight(), rect.bottomRight() - QPoint( 0, 1 ) ); } } else { if( reverseLayout ) painter->drawLine( rect.bottomLeft()+QPoint( 1, 0 ), rect.bottomRight() ); else painter->drawLine( rect.bottomLeft(), rect.bottomRight() - QPoint( 1, 0 ) ); } return true; } bool Style::drawHeaderLabelControl(const QStyleOption *option, QPainter *painter, const QWidget *widget) const { if (const QStyleOptionHeader *header = qstyleoption_cast(option)) { QRect rect = header->rect; if (!header->icon.isNull()) { QPixmap pixmap = header->icon.pixmap(proxy()->pixelMetric(PM_SmallIconSize), (header->state & State_Enabled) ? QIcon::Normal : QIcon::Disabled); int pixw = pixmap.width(); QRect aligned = alignedRect(header->direction, QFlag(header->iconAlignment), pixmap.size(), rect); QRect inter = aligned.intersected(rect); painter->drawPixmap(inter.x(), inter.y(), pixmap, inter.x() - aligned.x(), inter.y() - aligned.y(), inter.width(), inter.height()); if (header->direction == Qt::LeftToRight) rect.setLeft(rect.left() + pixw + 2); else rect.setRight(rect.right() - pixw - 2); } QFont fnt = painter->font(); fnt.setBold(true); painter->setFont(fnt); QPalette palette(header->palette); palette.setColor(QPalette::Text, _helper->headerTextColor( palette, header->state ) ); proxy()->drawItemText(painter, rect, header->textAlignment, palette, (header->state & State_Active), header->text, QPalette::Text); } return true; } //___________________________________________________________________________________ bool Style::drawHeaderEmptyAreaControl( const QStyleOption* option, QPainter* painter, const QWidget* ) const { // use the same background as in drawHeaderPrimitive const QRect& rect( option->rect ); QPalette palette( option->palette ); bool horizontal( option->state & QStyle::State_Horizontal ); bool reverseLayout( option->direction == Qt::RightToLeft ); // fill painter->setRenderHint( QPainter::Antialiasing, false ); painter->setBrush( palette.color( QPalette::Base ) ); painter->setPen( Qt::NoPen ); painter->drawRect( rect ); // outline painter->setBrush( Qt::NoBrush ); painter->setPen( _helper->alphaColor( palette.color( QPalette::ButtonText ), 0.1 ) ); if( horizontal ) { painter->drawLine( rect.bottomLeft(), rect.bottomRight() ); } else { if( reverseLayout ) painter->drawLine( rect.topLeft(), rect.bottomLeft() ); else painter->drawLine( rect.topRight(), rect.bottomRight() ); } return true; } //___________________________________________________________________________________ bool Style::drawTabBarTabLabelControl( const QStyleOption* option, QPainter* painter, const QWidget* widget ) const { if (const QStyleOptionTab *tab = qstyleoption_cast(option)) { QStyleOptionTabV3 tabV2(*tab); QRect tr = tabV2.rect; bool verticalTabs = tabV2.shape == QTabBar::RoundedEast || tabV2.shape == QTabBar::RoundedWest || tabV2.shape == QTabBar::TriangularEast || tabV2.shape == QTabBar::TriangularWest; int alignment = Qt::AlignCenter | Qt::TextShowMnemonic; if (!proxy()->styleHint(SH_UnderlineShortcut, option, widget)) alignment |= Qt::TextHideMnemonic; if (verticalTabs) { painter->save(); int newX, newY, newRot; if (tabV2.shape == QTabBar::RoundedEast || tabV2.shape == QTabBar::TriangularEast) { newX = tr.width() + tr.x(); newY = tr.y(); newRot = 90; } else { newX = tr.x(); newY = tr.y() + tr.height(); newRot = -90; } QTransform m = QTransform::fromTranslate(newX, newY); m.rotate(newRot); painter->setTransform(m, true); } QRect iconRect; tabLayout(&tabV2, widget, &tr, &iconRect, proxy()); tr = proxy()->subElementRect(SE_TabBarTabText, option, widget); //we compute tr twice because the style may override subElementRect if (!tabV2.icon.isNull()) { QPixmap tabIcon = tabV2.icon.pixmap(tabV2.iconSize, (tabV2.state & State_Enabled) ? QIcon::Normal : QIcon::Disabled, (tabV2.state & State_Selected) ? QIcon::On : QIcon::Off); painter->drawPixmap(iconRect.x(), iconRect.y(), tabIcon); } QFont font = painter->font(); font.setBold(true); painter->setFont(font); if (!(tabV2.state & State_Enabled)) { if (tabV2.state & State_Selected) painter->setPen(Helper::mix(option->palette.brush(QPalette::Text).color(), option->palette.brush(QPalette::Window).color(), 0.3)); else painter->setPen(Helper::mix(option->palette.brush(QPalette::Text).color(), option->palette.brush(QPalette::Window).color(), 0.4)); } else { if (tabV2.state & State_Selected) painter->setPen(option->palette.brush(QPalette::WindowText).color()); else if (tabV2.state & State_Active && tabV2.state & State_MouseOver) painter->setPen(Helper::mix(option->palette.brush(QPalette::Dark).color(), option->palette.brush(QPalette::Text).color(), 0.7)); else painter->setPen(Helper::mix(option->palette.brush(QPalette::Dark).color(), option->palette.brush(QPalette::Text).color(), 0.6)); } proxy()->drawItemText(painter, tr, alignment, tab->palette, tab->state & State_Enabled, tab->text, QPalette::NoRole); if (verticalTabs) painter->restore(); if (tabV2.state & State_HasFocus) { int OFFSET = 1 + pixelMetric(PM_DefaultFrameWidth); int x1, x2; x1 = tabV2.rect.left(); x2 = tabV2.rect.right() - 1; QStyleOptionFocusRect fropt; fropt.QStyleOption::operator=(*tab); fropt.rect.setRect(x1 + 1 + OFFSET, tabV2.rect.y() + OFFSET, x2 - x1 - 2*OFFSET, tabV2.rect.height() - 2*OFFSET); drawPrimitive(PE_FrameFocusRect, &fropt, painter, widget); } } // store rect and palette const QRect& rect( option->rect ); const QPalette& palette( option->palette ); // check focus const State& state( option->state ); bool enabled( state & State_Enabled ); bool selected( state & State_Selected ); bool hasFocus( enabled && selected && (state & State_HasFocus) ); // update mouse over animation state _animations->tabBarEngine().updateState( widget, rect.topLeft(), AnimationFocus, hasFocus ); bool animated( enabled && selected && _animations->tabBarEngine().isAnimated( widget, rect.topLeft(), AnimationFocus ) ); qreal opacity( _animations->tabBarEngine().opacity( widget, rect.topLeft(), AnimationFocus ) ); if( !( hasFocus || animated ) ) return true; // code is copied from QCommonStyle, but adds focus // cast option and check const QStyleOptionTab *tabOption( qstyleoption_cast(option) ); if( !tabOption || tabOption->text.isEmpty() ) return true; // tab option rect bool verticalTabs( isVerticalTab( tabOption ) ); int textFlags( Qt::AlignCenter | _mnemonics->textFlags() ); // text rect QRect textRect( subElementRect(SE_TabBarTabText, option, widget) ); if( verticalTabs ) { // properly rotate painter painter->save(); int newX, newY, newRot; if( tabOption->shape == QTabBar::RoundedEast || tabOption->shape == QTabBar::TriangularEast) { newX = rect.width() + rect.x(); newY = rect.y(); newRot = 90; } else { newX = rect.x(); newY = rect.y() + rect.height(); newRot = -90; } QTransform transform; transform.translate( newX, newY ); transform.rotate(newRot); painter->setTransform( transform, true ); } // adjust text rect based on font metrics textRect = option->fontMetrics.boundingRect( textRect, textFlags, tabOption->text ); if( verticalTabs ) painter->restore(); return true; } //___________________________________________________________________________________ bool Style::drawTabBarTabShapeControl( const QStyleOption* option, QPainter* painter, const QWidget* widget ) const { const QStyleOptionTab* tabOption( qstyleoption_cast( option ) ); if( !tabOption ) return true; // palette and state const QPalette& palette( option->palette ); const State& state( option->state ); bool enabled( state & State_Enabled ); bool selected( state & State_Selected ); bool mouseOver( (state & State_Active) && !selected && ( state & State_MouseOver ) && enabled ); // check if tab is being dragged bool isDragged( widget && selected && painter->device() != widget ); bool isLocked( widget && _tabBarData->isLocked( widget ) ); // store rect QRect rect( option->rect ); // update mouse over animation state _animations->tabBarEngine().updateState( widget, rect.topLeft(), AnimationHover, mouseOver ); bool animated( enabled && !selected && _animations->tabBarEngine().isAnimated( widget, rect.topLeft(), AnimationHover ) ); qreal opacity( _animations->tabBarEngine().opacity( widget, rect.topLeft(), AnimationHover ) ); // lock state if( selected && widget && isDragged ) _tabBarData->lock( widget ); else if( widget && selected && _tabBarData->isLocked( widget ) ) _tabBarData->release(); // tab position const QStyleOptionTab::TabPosition& position = tabOption->position; bool isSingle( position == QStyleOptionTab::OnlyOneTab ); bool isQtQuickControl( this->isQtQuickControl( option, widget ) ); bool isFirst( isSingle || position == QStyleOptionTab::Beginning ); bool isLast( isSingle || position == QStyleOptionTab::End ); bool isLeftOfSelected( !isLocked && tabOption->selectedPosition == QStyleOptionTab::NextIsSelected ); bool isRightOfSelected( !isLocked && tabOption->selectedPosition == QStyleOptionTab::PreviousIsSelected ); // true if widget is aligned to the frame // need to check for 'isRightOfSelected' because for some reason the isFirst flag is set when active tab is being moved isFirst &= !isRightOfSelected; isLast &= !isLeftOfSelected; // swap state based on reverse layout, so that they become layout independent bool reverseLayout( option->direction == Qt::RightToLeft ); bool verticalTabs( isVerticalTab( tabOption ) ); if( reverseLayout && !verticalTabs ) { qSwap( isFirst, isLast ); qSwap( isLeftOfSelected, isRightOfSelected ); } // overlap // for QtQuickControls, ovelap is already accounted of in the option. Unlike in the qwidget case int overlap( isQtQuickControl ? 0:Metrics::TabBar_TabOverlap ); // adjust rect and define corners based on tabbar orientation Corners corners; switch( tabOption->shape ) { case QTabBar::RoundedNorth: case QTabBar::TriangularNorth: corners = CornerTopLeft|CornerTopRight; break; case QTabBar::RoundedSouth: case QTabBar::TriangularSouth: corners = CornerBottomLeft|CornerBottomRight; break; case QTabBar::RoundedWest: case QTabBar::TriangularWest: corners = CornerTopLeft|CornerBottomLeft; break; case QTabBar::RoundedEast: case QTabBar::TriangularEast: corners = CornerTopRight|CornerBottomRight; break; default: break; } // underline QColor underline( enabled && selected ? _helper->focusColor( palette ) : selected || mouseOver ? option->palette.color(QPalette::Window).darker() : Qt::transparent ); // outline QColor outline = QColor(); if (selected && widget && widget->property("movable").toBool()) { outline = _helper->frameOutlineColor( palette ); } // background QColor background = _helper->tabBarColor( option->palette, option->state ); // render QRegion oldRegion( painter->clipRegion() ); painter->setClipRect( option->rect, Qt::IntersectClip ); _helper->renderTabBarTab( painter, rect, background, underline, outline, corners, widget && widget->property("movable").toBool() ); painter->setClipRegion( oldRegion ); return true; } //___________________________________________________________________________________ bool Style::drawToolBoxTabLabelControl( const QStyleOption* option, QPainter* painter, const QWidget* widget ) const { // rendering is similar to drawPushButtonLabelControl // cast option and check const QStyleOptionToolBox* toolBoxOption( qstyleoption_cast( option ) ); if( !toolBoxOption ) return true; // copy palette const QPalette& palette( option->palette ); const State& state( option->state ); bool enabled( state & State_Enabled ); // text alignment int textFlags( _mnemonics->textFlags() | Qt::AlignCenter ); // contents rect QRect rect( subElementRect( SE_ToolBoxTabContents, option, widget ) ); // store icon size int iconSize( pixelMetric( QStyle::PM_SmallIconSize, option, widget ) ); // find contents size and rect QRect contentsRect( rect ); QSize contentsSize; if( !toolBoxOption->text.isEmpty() ) { contentsSize = option->fontMetrics.size( _mnemonics->textFlags(), toolBoxOption->text ); if( !toolBoxOption->icon.isNull() ) contentsSize.rwidth() += Metrics::ToolBox_TabItemSpacing; } // icon size if( !toolBoxOption->icon.isNull() ) { contentsSize.setHeight( qMax( contentsSize.height(), iconSize ) ); contentsSize.rwidth() += iconSize; } // adjust contents rect contentsRect = centerRect( contentsRect, contentsSize ); // render icon if( !toolBoxOption->icon.isNull() ) { // icon rect QRect iconRect; if( toolBoxOption->text.isEmpty() ) iconRect = centerRect( contentsRect, iconSize, iconSize ); else { iconRect = contentsRect; iconRect.setWidth( iconSize ); iconRect = centerRect( iconRect, iconSize, iconSize ); contentsRect.setLeft( iconRect.right() + Metrics::ToolBox_TabItemSpacing + 1 ); } iconRect = visualRect( option, iconRect ); const QIcon::Mode mode( enabled ? QIcon::Normal : QIcon::Disabled ); QPixmap pixmap( toolBoxOption->icon.pixmap( iconSize, mode ) ); drawItemPixmap( painter, iconRect, textFlags, pixmap ); } // render text if( !toolBoxOption->text.isEmpty() ) { contentsRect = visualRect( option, contentsRect ); drawItemText( painter, contentsRect, textFlags, palette, enabled, toolBoxOption->text, QPalette::WindowText ); } return true; } //___________________________________________________________________________________ bool Style::drawToolBoxTabShapeControl( const QStyleOption* option, QPainter* painter, const QWidget* widget ) const { // cast option and check const QStyleOptionToolBox* toolBoxOption( qstyleoption_cast( option ) ); if( !toolBoxOption ) return true; // copy rect and palette const QRect& rect( option->rect ); QRect tabRect( toolBoxTabContentsRect( option, widget ) ); /* * important: option returns the wrong palette. * we use the widget palette instead, when set */ QPalette palette( widget ? widget->palette() : option->palette ); // store flags const State& flags( option->state ); bool enabled( flags&State_Enabled ); bool selected( flags&State_Selected ); bool mouseOver( (flags & State_Active) && enabled && !selected && ( flags&State_MouseOver ) ); // update animation state /* * the proper widget ( the toolbox tab ) is not passed as argument by Qt. * What is passed is the toolbox directly. To implement animations properly, *the painter->device() is used instead */ bool isAnimated( false ); qreal opacity( AnimationData::OpacityInvalid ); QPaintDevice* device = painter->device(); if( enabled && device ) { _animations->toolBoxEngine().updateState( device, mouseOver ); isAnimated = _animations->toolBoxEngine().isAnimated( device ); opacity = _animations->toolBoxEngine().opacity( device ); } // color QColor outline; if( selected ) outline = _helper->focusColor( palette ); else outline = _helper->frameOutlineColor( palette, mouseOver, false, opacity, isAnimated ? AnimationHover:AnimationNone ); // render _helper->renderToolBoxFrame( painter, rect, tabRect.width(), outline ); return true; } //___________________________________________________________________________________ bool Style::drawDockWidgetTitleControl( const QStyleOption* option, QPainter* painter, const QWidget* widget ) const { // cast option and check const QStyleOptionDockWidget* dockWidgetOption = ::qstyleoption_cast( option ); if( !dockWidgetOption ) return true; const QPalette& palette( option->palette ); const State& state( option->state ); bool enabled( state & State_Enabled ); bool reverseLayout( option->direction == Qt::RightToLeft ); // cast to v2 to check vertical bar const QStyleOptionDockWidgetV2 *v2 = qstyleoption_cast( option ); bool verticalTitleBar( v2 ? v2->verticalTitleBar : false ); QRect buttonRect( subElementRect( dockWidgetOption->floatable ? SE_DockWidgetFloatButton : SE_DockWidgetCloseButton, option, widget ) ); // get rectangle and adjust to properly accounts for buttons QRect rect( insideMargin( dockWidgetOption->rect, Metrics::Frame_FrameWidth ) ); if( verticalTitleBar ) { if( buttonRect.isValid() ) rect.setTop( buttonRect.bottom() + 1 ); } else if( reverseLayout ) { if( buttonRect.isValid() ) rect.setLeft( buttonRect.right() + 1 ); rect.adjust( 0, 0, -4, 0 ); } else { if( buttonRect.isValid() ) rect.setRight( buttonRect.left() - 1 ); rect.adjust( 4, 0, 0, 0 ); } QString title( dockWidgetOption->title ); int titleWidth = dockWidgetOption->fontMetrics.size( _mnemonics->textFlags(), title ).width(); int width = verticalTitleBar ? rect.height() : rect.width(); if( width < titleWidth ) title = dockWidgetOption->fontMetrics.elidedText( title, Qt::ElideMiddle, width, Qt::TextShowMnemonic ); if( verticalTitleBar ) { QSize size = rect.size(); size.transpose(); rect.setSize( size ); painter->save(); painter->translate( rect.left(), rect.top() + rect.width() ); painter->rotate( -90 ); painter->translate( -rect.left(), -rect.top() ); drawItemText( painter, rect, Qt::AlignLeft | Qt::AlignVCenter | _mnemonics->textFlags(), palette, enabled, title, QPalette::WindowText ); painter->restore(); } else { drawItemText( painter, rect, Qt::AlignLeft | Qt::AlignVCenter | _mnemonics->textFlags(), palette, enabled, title, QPalette::WindowText ); } return true; } //______________________________________________________________ bool Style::drawGroupBoxComplexControl( const QStyleOptionComplex* option, QPainter* painter, const QWidget* widget ) const { if (const QStyleOptionGroupBox *groupBox = qstyleoption_cast(option)) { painter->save(); QRect textRect = proxy()->subControlRect(CC_GroupBox, groupBox, SC_GroupBoxLabel, widget); QRect checkBoxRect = proxy()->subControlRect(CC_GroupBox, groupBox, SC_GroupBoxCheckBox, widget); // Draw title if ((groupBox->subControls & QStyle::SC_GroupBoxLabel) && !groupBox->text.isEmpty()) { QColor textColor = groupBox->textColor; if (textColor.isValid()) { painter->setPen(textColor); } int alignment = int(groupBox->textAlignment); if (!styleHint(QStyle::SH_UnderlineShortcut, option, widget)) { alignment |= Qt::TextHideMnemonic; } QFont font = painter->font(); font.setBold(true); painter->setFont(font); painter->drawText(textRect, Qt::TextShowMnemonic | Qt::AlignLeft| Qt::AlignVCenter |alignment, groupBox->text); } if (groupBox->subControls & SC_GroupBoxCheckBox) { QStyleOptionButton box; box.QStyleOption::operator=(*groupBox); box.rect = checkBoxRect; proxy()->drawPrimitive(PE_IndicatorCheckBox, &box, painter, widget); } painter->restore(); } return true; } //______________________________________________________________ bool Style::drawToolButtonComplexControl( const QStyleOptionComplex* option, QPainter* painter, const QWidget* widget ) const { // cast option and check const QStyleOptionToolButton* toolButtonOption( qstyleoption_cast( option ) ); if( !toolButtonOption ) return true; // need to alter palette for focused buttons const State& state( option->state ); bool enabled( state & State_Enabled ); bool mouseOver( (state & State_Active) && enabled && (option->state & State_MouseOver) ); bool hasFocus( enabled && (option->state & State_HasFocus) ); bool sunken( state & (State_On | State_Sunken) ); bool flat( state & State_AutoRaise ); // update animation state // pressed takes precedence over mouse qreal mouseOpacity = 0.0; qreal pressedOpacity = 0.0; _animations->widgetStateEngine().updateState( widget, AnimationPressed, sunken); _animations->widgetStateEngine().updateState( widget, AnimationHover, mouseOver ); AnimationMode mode ( _animations->widgetStateEngine().buttonAnimationMode( widget ) ); if ( mode == AnimationPressed ) { pressedOpacity = _animations->widgetStateEngine().buttonOpacity( widget ); } else if ( sunken ) { pressedOpacity = 1.0; } else if ( mode == AnimationHover ) { mouseOpacity = _animations->widgetStateEngine().buttonOpacity( widget ); } else if (mouseOver) mouseOpacity = 1.0; // detect buttons in tabbar, for which special rendering is needed bool isDockWidgetTitleButton( widget && widget->inherits( "QDockWidgetTitleButton" ) ); bool inTabBar( widget && qobject_cast( widget->parentWidget() ) ); bool isMenuTitle( this->isMenuTitle( widget ) ); if( isMenuTitle ) { // copy option to adust state, and set font as not-bold QStyleOptionToolButton copy( *toolButtonOption ); copy.font.setBold( false ); copy.state = State_Enabled; // render renderMenuTitle( ©, painter, widget ); return true; } // copy option and alter palette QStyleOptionToolButton copy( *toolButtonOption ); if( isDockWidgetTitleButton ) { // cast to abstract button // adjust state to have correct icon rendered const QAbstractButton* button( qobject_cast( widget ) ); if( button->isChecked() || button->isDown() ) { copy.state |= State_Enabled | State_On | State_Sunken; } if ( button->underMouse() ) { copy.state |= State_Enabled | State_MouseOver | State_Active; } } bool hasPopupMenu( toolButtonOption->features & QStyleOptionToolButton::MenuButtonPopup ); const bool hasInlineIndicator( toolButtonOption->features&QStyleOptionToolButton::HasMenu && toolButtonOption->features&QStyleOptionToolButton::PopupDelay && !hasPopupMenu ); QRect buttonRect( subControlRect( CC_ToolButton, option, SC_ToolButton, widget ) ); QRect menuRect( subControlRect( CC_ToolButton, option, SC_ToolButtonMenu, widget ) ); // frame if( toolButtonOption->subControls & SC_ToolButton || isDockWidgetTitleButton ) { copy.rect = buttonRect; if( inTabBar ) { QRect rect(option->rect); QColor background( _helper->mix(option->palette.window().color(), option->palette.shadow().color(), 0.15) ); background = _helper->mix(background, Qt::white, 0.2 * mouseOpacity); background = _helper->mix(background, Qt::black, 0.15 * pressedOpacity); QColor outline ( _helper->frameOutlineColor(option->palette) ); painter->setPen(background); painter->setBrush(background); switch (toolButtonOption->arrowType) { case Qt::UpArrow: painter->drawRect(rect.adjusted(1, 1, -2, -1)); break; case Qt::DownArrow: painter->drawRect(rect.adjusted(1, 0, -2, -2)); break; case Qt::LeftArrow: painter->drawRect(rect.adjusted(1, 1, -1, -2)); break; case Qt::RightArrow: painter->drawRect(rect.adjusted(0, 1, -2, -2)); break; } painter->setPen(outline); switch (toolButtonOption->arrowType) { case Qt::DownArrow: painter->drawLine(rect.bottomLeft(), rect.bottomRight()); break; case Qt::RightArrow: painter->drawLine(rect.topRight(), rect.bottomRight()); break; } switch (toolButtonOption->arrowType) { case Qt::UpArrow: case Qt::DownArrow: painter->drawLine(rect.topLeft(), rect.bottomLeft()); painter->drawLine(rect.topLeft(), rect.bottomLeft()); break; case Qt::LeftArrow: case Qt::RightArrow: painter->drawLine(rect.topLeft(), rect.topRight()); painter->drawLine(rect.bottomLeft(), rect.bottomRight()); break; } } else if (sunken && hasPopupMenu && !(toolButtonOption->activeSubControls&SC_ToolButton)) { // Only menu button is active. so draw left hand side od button raised QStyleOptionToolButton btn( copy ); btn.state|=State_Raised; btn.state&=~State_Sunken; btn.state&=~State_AutoRaise; drawPrimitive( PE_PanelButtonTool, &btn, painter, widget); } else { drawPrimitive( PE_PanelButtonTool, ©, painter, widget); } } // arrow if( hasPopupMenu ) { copy.rect = menuRect; if( !flat || mouseOver || sunken ) drawPrimitive( PE_IndicatorButtonDropDown, ©, painter, widget ); drawPrimitive( PE_IndicatorArrowDown, ©, painter, widget ); } else if( hasInlineIndicator ) { copy.rect = menuRect; drawPrimitive( PE_IndicatorArrowDown, ©, painter, widget ); } // contents { // restore state copy.state = state; // define contents rect QRect contentsRect( buttonRect ); // detect dock widget title button // for dockwidget title buttons, do not take out margins, so that icon do not get scaled down if( isDockWidgetTitleButton ) { // cast to abstract button // adjust state to have correct icon rendered const QAbstractButton* button( qobject_cast( widget ) ); if( button->isChecked() || button->isDown() ) { copy.state |= State_Enabled | State_On | State_Sunken; } if ( button->underMouse() ) { copy.state |= State_Enabled | State_MouseOver | State_Active; } } else if( !inTabBar && hasInlineIndicator ) { int marginWidth( flat ? Metrics::ToolButton_MarginWidth : Metrics::Button_MarginWidth + Metrics::Frame_FrameWidth ); contentsRect = insideMargin( contentsRect, marginWidth, 0 ); contentsRect.setRight( contentsRect.right() - Metrics::ToolButton_InlineIndicatorWidth ); contentsRect = visualRect( option, contentsRect ); } copy.rect = contentsRect; // render drawControl( CE_ToolButtonLabel, ©, painter, widget); } return true; } //______________________________________________________________ bool Style::drawComboBoxComplexControl( const QStyleOptionComplex* option, QPainter* painter, const QWidget* widget ) const { // cast option and check const QStyleOptionComboBox* comboBoxOption( qstyleoption_cast( option ) ); if( !comboBoxOption ) return true; // rect and palette const QRect& rect( option->rect ); const QPalette& palette( option->palette ); // state const State& state( option->state ); bool enabled( state & State_Enabled ); bool windowActive( state & State_Active ); bool editable( comboBoxOption->editable ); bool arrowActive( comboBoxOption->activeSubControls & SC_ComboBoxArrow ); bool flat( !comboBoxOption->frame ); bool mouseOver; bool hasFocus; bool sunken; if (editable) { mouseOver = windowActive && arrowActive && enabled && ( state & State_MouseOver ); hasFocus = enabled && ( state & ( State_HasFocus | State_Sunken ) ); sunken = arrowActive && enabled && ( state & (State_On|State_Sunken) ); } else { mouseOver = windowActive && enabled && ( state & State_MouseOver ); hasFocus = enabled && ( state & ( State_HasFocus | State_Sunken ) ); sunken = enabled && ( state & (State_On|State_Sunken) ); } // update animation state // sunken takes precedence over hover that takes precedence over focus _animations->inputWidgetEngine().updateState( widget, AnimationPressed, sunken ); _animations->inputWidgetEngine().updateState( widget, AnimationHover, mouseOver ); _animations->inputWidgetEngine().updateState( widget, AnimationFocus, hasFocus && !mouseOver ); // frame if( option->subControls & SC_ComboBoxFrame ) { if( editable ) { flat |= ( rect.height() <= 2*Metrics::Frame_FrameWidth + Metrics::MenuButton_IndicatorWidth ); if( flat ) { QColor background( palette.color( QPalette::Base ) ); painter->setBrush( background ); painter->setPen( Qt::NoPen ); painter->drawRect( rect ); } else { AnimationMode mode( _animations->inputWidgetEngine().buttonAnimationMode( widget ) ); qreal opacity( _animations->inputWidgetEngine().buttonOpacity( widget ) ); QColor shadow( _helper->shadowColor( palette ) ); QColor outline( _helper->buttonOutlineColor( palette, mouseOver, hasFocus, opacity, mode ) ); QColor background( _helper->buttonBackgroundColor( palette, mouseOver, hasFocus, sunken, opacity, mode ) ); _helper->renderFlatButtonFrame( painter, subControlRect( CC_ComboBox, option, SC_ComboBoxArrow, widget), background, outline, shadow, hasFocus, sunken, mouseOver, enabled && windowActive ); QStyleOptionComplex tmpOpt(*option); tmpOpt.rect.setWidth(tmpOpt.rect.width() - subControlRect( CC_ComboBox, option, SC_ComboBoxArrow, widget).width() + 3); drawPrimitive( PE_FrameLineEdit, &tmpOpt, painter, widget ); } } else { AnimationMode mode( _animations->inputWidgetEngine().buttonAnimationMode( widget ) ); qreal opacity( _animations->inputWidgetEngine().buttonOpacity( widget ) ); if( flat ) { // define colors and render QColor color( _helper->toolButtonColor( palette, mouseOver, hasFocus, sunken, opacity, mode ) ); _helper->renderToolButtonFrame( painter, rect, color, sunken ); } else { // define colors QColor shadow( _helper->shadowColor( palette ) ); QColor outline( _helper->buttonOutlineColor( palette, mouseOver, hasFocus, opacity, mode ) ); QColor background( _helper->buttonBackgroundColor( palette, mouseOver, hasFocus, sunken, opacity, mode ) ); // render _helper->renderButtonFrame( painter, rect, background, outline, shadow, hasFocus, sunken, mouseOver, enabled && windowActive ); if (hasFocus) { QStyleOption copy(*option); copy.rect.adjust(4, 4, -4, -4); drawPrimitive( PE_FrameFocusRect, ©, painter, widget); } } } } // arrow if( option->subControls & SC_ComboBoxArrow ) { // detect empty comboboxes const QComboBox* comboBox = qobject_cast( widget ); bool empty( comboBox && !comboBox->count() ); // arrow color QColor arrowColor = _helper->arrowColor( palette, QPalette::ButtonText ); // arrow rect QRect arrowRect( subControlRect( CC_ComboBox, option, SC_ComboBoxArrow, widget ) ); // render _helper->renderArrow( painter, arrowRect, arrowColor, ArrowDown ); } return true; } //______________________________________________________________ bool Style::drawSpinBoxComplexControl( const QStyleOptionComplex* option, QPainter* painter, const QWidget* widget ) const { const QStyleOptionSpinBox *spinBoxOption( qstyleoption_cast( option ) ); if( !spinBoxOption ) return true; // store palette and rect const QPalette& palette( option->palette ); const QRect& rect( option->rect ); if( option->subControls & SC_SpinBoxFrame ) { // detect flat spinboxes bool flat( !spinBoxOption->frame ); flat |= ( rect.height() < 2*Metrics::Frame_FrameWidth + Metrics::SpinBox_ArrowButtonWidth ); if( flat ) { QColor background( palette.color( QPalette::Base ) ); painter->setBrush( background ); painter->setPen( Qt::NoPen ); painter->drawRect( rect ); } else { drawPrimitive( PE_FrameLineEdit, option, painter, widget ); } } if( option->subControls & SC_SpinBoxUp ) renderSpinBoxArrow( SC_SpinBoxUp, spinBoxOption, painter, widget ); if( option->subControls & SC_SpinBoxDown ) renderSpinBoxArrow( SC_SpinBoxDown, spinBoxOption, painter, widget ); return true; } //______________________________________________________________ bool Style::drawSliderComplexControl( const QStyleOptionComplex* option, QPainter* painter, const QWidget* widget ) const { // cast option and check const QStyleOptionSlider *sliderOption( qstyleoption_cast( option ) ); if( !sliderOption ) return true; // copy rect and palette const QRect& rect( option->rect ); const QPalette& palette( option->palette ); // copy state const State& state( option->state ); bool enabled( state & State_Enabled ); bool windowActive( state & State_Active ); bool mouseOver( (state & State_Active) && enabled && ( state & State_MouseOver ) ); bool hasFocus( enabled && ( state & State_HasFocus ) ); bool horizontal( sliderOption->orientation == Qt::Horizontal ); Side tickSide { SideNone }; if (horizontal && sliderOption->tickPosition == QSlider::TicksAbove) tickSide = (Side) ((int) tickSide | (int) SideTop); if (horizontal && sliderOption->tickPosition == QSlider::TicksBelow) tickSide = (Side) ((int) tickSide | (int) SideBottom); if (!horizontal && sliderOption->tickPosition == QSlider::TicksLeft) tickSide = (Side) ((int) tickSide | (int) SideLeft); if (!horizontal && sliderOption->tickPosition == QSlider::TicksRight) tickSide = (Side) ((int) tickSide | (int) SideRight); // tickmarks if( StyleConfigData::sliderDrawTickMarks() && ( sliderOption->subControls & SC_SliderTickmarks ) ) { bool upsideDown( sliderOption->upsideDown ); int tickPosition( sliderOption->tickPosition ); int available( pixelMetric( PM_SliderSpaceAvailable, option, widget ) ); int interval = sliderOption->tickInterval; if( interval < 1 ) interval = sliderOption->pageStep; if( interval >= 1 ) { int fudge( pixelMetric( PM_SliderLength, option, widget ) / 2 ); int current( sliderOption->minimum ); // store tick lines QRect grooveRect( subControlRect( CC_Slider, sliderOption, SC_SliderGroove, widget ) ); QList tickLines; if( horizontal ) { if( tickPosition & QSlider::TicksAbove ) tickLines.append( QLine( rect.left(), grooveRect.top() - Metrics::Slider_TickMarginWidth, rect.left(), grooveRect.top() - Metrics::Slider_TickMarginWidth - Metrics::Slider_TickLength ) ); if( tickPosition & QSlider::TicksBelow ) tickLines.append( QLine( rect.left(), grooveRect.bottom() + Metrics::Slider_TickMarginWidth, rect.left(), grooveRect.bottom() + Metrics::Slider_TickMarginWidth + Metrics::Slider_TickLength ) ); } else { if( tickPosition & QSlider::TicksAbove ) tickLines.append( QLine( grooveRect.left() - Metrics::Slider_TickMarginWidth, rect.top(), grooveRect.left() - Metrics::Slider_TickMarginWidth - Metrics::Slider_TickLength, rect.top() ) ); if( tickPosition & QSlider::TicksBelow ) tickLines.append( QLine( grooveRect.right() + Metrics::Slider_TickMarginWidth, rect.top(), grooveRect.right() + Metrics::Slider_TickMarginWidth + Metrics::Slider_TickLength, rect.top() ) ); } // colors QColor base( _helper->separatorColor( palette ) ); QColor highlight( palette.color( QPalette::Highlight ) ); while( current <= sliderOption->maximum ) { // adjust color QColor color( (enabled && current <= sliderOption->sliderPosition) ? highlight:base ); painter->setPen( color ); // calculate positions and draw lines int position( sliderPositionFromValue( sliderOption->minimum, sliderOption->maximum, current, available ) + fudge ); foreach( const QLine& tickLine, tickLines ) { if( horizontal ) painter->drawLine( tickLine.translated( upsideDown ? (rect.width() - position) : position, 0 ) ); else painter->drawLine( tickLine.translated( 0, upsideDown ? (rect.height() - position):position ) ); } // go to next position current += interval; } } } // groove if( sliderOption->subControls & SC_SliderGroove ) { if ( hasFocus ) { QRect focusRect = proxy()->subElementRect( SE_SliderFocusRect, option, widget ); QStyleOptionFocusRect fropt; fropt.QStyleOption::operator=(*option); fropt.rect = focusRect; proxy()->drawPrimitive( PE_FrameFocusRect, &fropt, painter, widget ); } // retrieve groove rect QRect grooveRect( subControlRect( CC_Slider, sliderOption, SC_SliderGroove, widget ) ); // base color QColor grooveColor( _helper->buttonBackgroundColor( palette, false, false, true ) ); QColor outline( _helper->buttonOutlineColor( palette, false, false ) ); QColor highlightColor( palette.color( QPalette::Highlight ) ); QColor highlightOutline( _helper->buttonOutlineColor( palette, false, false ).darker(250) ); if( !enabled ) _helper->renderProgressBarGroove( painter, grooveRect, grooveColor, outline ); else { bool upsideDown( sliderOption->upsideDown ); // handle rect QRect handleRect( subControlRect( CC_Slider, sliderOption, SC_SliderHandle, widget ) ); if( sliderOption->orientation == Qt::Horizontal ) { QRect leftRect( grooveRect ); QRect rightRect( grooveRect ); leftRect.setRight( handleRect.right() - Metrics::Slider_ControlThickness/2 ); rightRect.setLeft( handleRect.left() + Metrics::Slider_ControlThickness/2 ); if (upsideDown) { _helper->renderProgressBarGroove( painter, leftRect, grooveColor, outline ); _helper->renderProgressBarContents( painter, rightRect, highlightColor, highlightOutline ); } else { _helper->renderProgressBarContents( painter, leftRect, highlightColor, highlightOutline ); _helper->renderProgressBarGroove( painter, rightRect, grooveColor, outline ); } } else { QRect topRect( grooveRect ); topRect.setBottom( handleRect.bottom() - Metrics::Slider_ControlThickness/2 ); QRect bottomRect( grooveRect ); bottomRect.setTop( handleRect.top() + Metrics::Slider_ControlThickness/2 ); if (upsideDown) { _helper->renderProgressBarGroove( painter, topRect, grooveColor, outline ); _helper->renderProgressBarContents( painter, bottomRect, highlightColor, highlightOutline ); } else { _helper->renderProgressBarContents( painter, topRect, highlightColor, highlightOutline ); _helper->renderProgressBarGroove( painter, bottomRect, grooveColor, outline ); } } } } // handle if( sliderOption->subControls & SC_SliderHandle ) { // get rect and center QRect handleRect( subControlRect( CC_Slider, sliderOption, SC_SliderHandle, widget ) ); // handle state bool handleActive( sliderOption->activeSubControls & SC_SliderHandle ); bool sunken( state & (State_On|State_Sunken) ); // animation state _animations->widgetStateEngine().updateState( widget, AnimationHover, handleActive && mouseOver ); _animations->widgetStateEngine().updateState( widget, AnimationFocus, hasFocus ); AnimationMode mode( _animations->widgetStateEngine().buttonAnimationMode( widget ) ); qreal opacity( _animations->widgetStateEngine().buttonOpacity( widget ) ); // define colors QColor background( _helper->buttonBackgroundColor( palette, mouseOver, false, sunken, opacity, mode ) ); QColor outline( _helper->sliderOutlineColor( palette, handleActive && mouseOver, hasFocus, opacity, mode ) ); QColor shadow( _helper->shadowColor( palette ) ); // render _helper->renderSliderHandle( painter, handleRect, background, outline, shadow, sunken, enabled && windowActive, tickSide ); } return true; } //______________________________________________________________ bool Style::drawDialComplexControl( const QStyleOptionComplex* option, QPainter* painter, const QWidget* widget ) const { // cast option and check const QStyleOptionSlider *sliderOption( qstyleoption_cast( option ) ); if( !sliderOption ) return true; const QPalette& palette( option->palette ); const State& state( option->state ); bool enabled( state & State_Enabled ); bool mouseOver( (state & State_Active) && enabled && ( state & State_MouseOver ) ); bool hasFocus( enabled && ( state & State_HasFocus ) ); bool horizontal( sliderOption->orientation == Qt::Horizontal ); Side tickSide { SideNone }; if (horizontal && sliderOption->tickPosition == QSlider::TicksAbove) tickSide = (Side) ((int) tickSide | (int) SideTop); if (horizontal && sliderOption->tickPosition == QSlider::TicksBelow) tickSide = (Side) ((int) tickSide | (int) SideBottom); if (!horizontal && sliderOption->tickPosition == QSlider::TicksLeft) tickSide = (Side) ((int) tickSide | (int) SideLeft); if (!horizontal && sliderOption->tickPosition == QSlider::TicksRight) tickSide = (Side) ((int) tickSide | (int) SideRight); // do not render tickmarks if( sliderOption->subControls & SC_DialTickmarks ) {} // groove if( sliderOption->subControls & SC_DialGroove ) { // groove rect QRect grooveRect( subControlRect( CC_Dial, sliderOption, SC_SliderGroove, widget ) ); // groove QColor grooveColor( Helper::mix( palette.color( QPalette::Window ), palette.color( QPalette::WindowText ), 0.3 ) ); // render groove _helper->renderDialGroove( painter, grooveRect, grooveColor ); if( enabled ) { // highlight QColor highlight( palette.color( QPalette::Highlight ) ); // angles qreal first( dialAngle( sliderOption, sliderOption->minimum ) ); qreal second( dialAngle( sliderOption, sliderOption->sliderPosition ) ); // render contents _helper->renderDialContents( painter, grooveRect, highlight, first, second ); } } // handle if( sliderOption->subControls & SC_DialHandle ) { // get handle rect QRect handleRect( subControlRect( CC_Dial, sliderOption, SC_DialHandle, widget ) ); handleRect = centerRect( handleRect, Metrics::Slider_ControlThickness, Metrics::Slider_ControlThickness ); // handle state bool handleActive( mouseOver && handleRect.contains( _animations->dialEngine().position( widget ) ) ); bool sunken( state & (State_On|State_Sunken) ); // animation state _animations->dialEngine().setHandleRect( widget, handleRect ); _animations->dialEngine().updateState( widget, AnimationHover, handleActive && mouseOver ); _animations->dialEngine().updateState( widget, AnimationFocus, hasFocus ); AnimationMode mode( _animations->dialEngine().buttonAnimationMode( widget ) ); qreal opacity( _animations->dialEngine().buttonOpacity( widget ) ); // define colors QColor background( palette.color( QPalette::Button ) ); QColor outline( _helper->sliderOutlineColor( palette, handleActive && mouseOver, hasFocus, opacity, mode ) ); QColor shadow( _helper->shadowColor( palette ) ); // render qreal angle = 270 - 180 * dialAngle( sliderOption, sliderOption->sliderPosition ) / M_PI; _helper->renderSliderHandle( painter, handleRect, background, outline, shadow, sunken, enabled, tickSide, angle ); } return true; } //______________________________________________________________ bool Style::drawScrollBarComplexControl( const QStyleOptionComplex* option, QPainter* painter, const QWidget* widget ) const { //the animation for QStyle::SC_ScrollBarGroove is special: it will animate //the opacity of everything else as well, included slider and arrows bool enabled( option->state & State_Enabled ); qreal opacity( _animations->scrollBarEngine().opacity( widget, QStyle::SC_ScrollBarGroove ) ); bool animated( StyleConfigData::scrollBarShowOnMouseOver() && _animations->scrollBarEngine().isAnimated( widget, AnimationHover, QStyle::SC_ScrollBarGroove ) ); bool mouseOver( (option->state & State_Active) && option->state & State_MouseOver ); if( opacity == AnimationData::OpacityInvalid ) opacity = 1; // render full groove directly, rather than using the addPage and subPage control element methods if( (mouseOver || animated) && option->subControls & SC_ScrollBarGroove ) { // retrieve groove rectangle QRect grooveRect( subControlRect( CC_ScrollBar, option, SC_ScrollBarGroove, widget ) ); const QPalette& palette( option->palette ); QColor color( _helper->alphaColor( palette.color( QPalette::Window ).darker(), (animated ? 0.3 * opacity : 0.3) ) ); const State& state( option->state ); bool horizontal( state & State_Horizontal ); if( horizontal ) grooveRect = centerRect( grooveRect, grooveRect.width(), Metrics::ScrollBar_SliderWidth ); else grooveRect = centerRect( grooveRect, Metrics::ScrollBar_SliderWidth, grooveRect.height() ); // render if (enabled) { painter->setPen(Qt::NoPen); painter->setBrush(color); painter->drawRect(option->rect); } } // call base class primitive //ParentStyleClass::drawComplexControl( CC_ScrollBar, option, painter, widget ); if (const QStyleOptionSlider *scrollbar = qstyleoption_cast(option)) { QStyleOptionSlider newScrollbar = *scrollbar; State saveFlags = scrollbar->state; if (scrollbar->subControls & SC_ScrollBarSlider) { newScrollbar.rect = scrollbar->rect; newScrollbar.state = saveFlags; newScrollbar.rect = proxy()->subControlRect( CC_ScrollBar, &newScrollbar, SC_ScrollBarSlider, widget); if (newScrollbar.rect.isValid()) { proxy()->drawControl(CE_ScrollBarSlider, &newScrollbar, painter, widget); if (scrollbar->state & State_HasFocus) { QStyleOptionFocusRect fropt; fropt.QStyleOption::operator=(newScrollbar); fropt.rect.setRect(newScrollbar.rect.x() + 2, newScrollbar.rect.y() + 2, newScrollbar.rect.width() - 5, newScrollbar.rect.height() - 5); proxy()->drawPrimitive(PE_FrameFocusRect, &fropt, painter, widget); } } } } return true; } //______________________________________________________________ bool Style::drawTitleBarComplexControl( const QStyleOptionComplex* option, QPainter* painter, const QWidget* widget ) const { // cast option and check const QStyleOptionTitleBar *titleBarOption( qstyleoption_cast( option ) ); if( !titleBarOption ) return true; // store palette and rect QPalette palette( option->palette ); const QRect& rect( option->rect ); const State& flags( option->state ); bool enabled( flags & State_Enabled ); bool active( enabled && ( titleBarOption->titleBarState & Qt::WindowActive ) ); if( titleBarOption->subControls & SC_TitleBarLabel ) { // render background painter->setClipRect( rect ); QColor outline( _helper->frameOutlineColor( palette, false, false ) ); QColor background( _helper->titleBarColor( palette, active ) ); _helper->renderTabWidgetFrame( painter, rect.adjusted( -1, -1, 1, 3 ), background, outline, CornersTop ); painter->setRenderHint( QPainter::Antialiasing, false ); painter->setBrush( Qt::NoBrush ); painter->setPen( outline ); painter->drawLine( rect.bottomLeft(), rect.bottomRight() ); // render text palette.setColor( QPalette::WindowText, _helper->titleBarTextColor( palette, active ) ); QRect textRect( subControlRect( CC_TitleBar, option, SC_TitleBarLabel, widget ) ); ParentStyleClass::drawItemText( painter, textRect, Qt::AlignCenter, palette, active, titleBarOption->text, QPalette::WindowText ); } // buttons static const QList subControls = { SC_TitleBarMinButton, SC_TitleBarMaxButton, SC_TitleBarCloseButton, SC_TitleBarNormalButton, SC_TitleBarSysMenu }; // loop over supported buttons foreach( const SubControl& subControl, subControls ) { // skip if not requested if( !( titleBarOption->subControls & subControl ) ) continue; // find matching icon QIcon icon; switch( subControl ) { case SC_TitleBarMinButton: icon = standardIcon( SP_TitleBarMinButton, option, widget ); break; case SC_TitleBarMaxButton: icon = standardIcon( SP_TitleBarMaxButton, option, widget ); break; case SC_TitleBarCloseButton: icon = standardIcon( SP_TitleBarCloseButton, option, widget ); break; case SC_TitleBarNormalButton: icon = standardIcon( SP_TitleBarNormalButton, option, widget ); break; case SC_TitleBarSysMenu: icon = titleBarOption->icon; break; default: break; } // check icon if( icon.isNull() ) continue; // define icon rect QRect iconRect( subControlRect( CC_TitleBar, option, subControl, widget ) ); if( iconRect.isEmpty() ) continue; // active state bool subControlActive( titleBarOption->activeSubControls & subControl ); // mouse over state const bool mouseOver( !subControlActive && widget && iconRect.translated( widget->mapToGlobal( QPoint( 0,0 ) ) ).contains( QCursor::pos() ) ); // adjust iconRect int iconWidth( pixelMetric( PM_SmallIconSize, option, widget ) ); QSize iconSize( iconWidth, iconWidth ); iconRect = centerRect( iconRect, iconSize ); // set icon mode and state QIcon::Mode iconMode; QIcon::State iconState; if( !enabled ) { iconMode = QIcon::Disabled; iconState = QIcon::Off; } else { if( mouseOver ) iconMode = QIcon::Active; // else if( active ) iconMode = QIcon::Selected; else iconMode = QIcon::Normal; iconState = subControlActive ? QIcon::On : QIcon::Off; } // get pixmap and render QPixmap pixmap = icon.pixmap( iconSize, iconMode, iconState ); painter->drawPixmap( iconRect, pixmap ); } return true; } //____________________________________________________________________________________________________ void Style::renderSpinBoxArrow( const SubControl& subControl, const QStyleOptionSpinBox* option, QPainter* painter, const QWidget* widget ) const { const QPalette& palette( option->palette ); const State& state( option->state ); // enable state bool hasFocus( state & State_HasFocus ); bool enabled( state & State_Enabled ); bool sunken( state & State_Sunken && option->activeSubControls & subControl); const QColor& outline = _helper->frameOutlineColor(option->palette).lighter(120); // check steps enable step const bool atLimit( (subControl == SC_SpinBoxUp && !(option->stepEnabled & QAbstractSpinBox::StepUpEnabled )) || (subControl == SC_SpinBoxDown && !(option->stepEnabled & QAbstractSpinBox::StepDownEnabled ) ) ); // update enabled state accordingly enabled &= !atLimit; // update mouse-over effect bool mouseOver( (state & State_Active) && enabled && ( state & State_MouseOver ) ); // check animation state bool subControlHover( enabled && ( mouseOver ) && ( option->activeSubControls & subControl ) ); bool subControlSunken( enabled && ( sunken ) && ( option->activeSubControls & subControl ) ); _animations->spinBoxEngine().updateState( widget, subControl, subControlHover, subControlSunken ); bool animated( enabled && _animations->spinBoxEngine().isAnimated( widget, subControl ) ); qreal opacity( _animations->spinBoxEngine().opacity( widget, subControl ) ); qreal pressedOpacity( _animations->spinBoxEngine().pressed( widget, subControl ) ); QColor color = _helper->arrowColor( palette, QPalette::Text ); if( atLimit ) { color = _helper->arrowColor( palette, QPalette::Disabled, QPalette::Text ); } // arrow orientation ArrowOrientation orientation( ( subControl == SC_SpinBoxUp ) ? ArrowUp:ArrowDown ); // arrow rect QRect arrowRect( subControlRect( CC_SpinBox, option, subControl, widget ) ); if (subControl == SC_SpinBoxDown) { painter->setBrush(Qt::NoBrush); painter->setPen(outline); int highlight = hasFocus ? 1 : 0; painter->drawLine(arrowRect.left(), arrowRect.top() + 2 + highlight, arrowRect.left(), arrowRect.bottom() - 1 - highlight); } if (subControl == SC_SpinBoxUp) { painter->setBrush(Qt::NoBrush); painter->setPen(outline); int highlight = hasFocus ? 1 : 0; painter->drawLine(arrowRect.left(), arrowRect.top() + 2 + highlight, arrowRect.left(), arrowRect.bottom() - 1 - highlight); } if (true) { painter->setPen(Qt::NoPen); QColor background = Helper::mix( palette.base().color(), palette.text().color(), opacity * 0.1); background = Helper::mix( background, palette.dark().color(), pressedOpacity); painter->setBrush(background); if (hasFocus) painter->drawRect(arrowRect.adjusted(1, 3, -1, -2)); else painter->drawRect(arrowRect.adjusted(1, 2, -1, -1)); } // render _helper->renderSign( painter, arrowRect, color, orientation == ArrowUp ); return; } //______________________________________________________________________________ void Style::renderMenuTitle( const QStyleOptionToolButton* option, QPainter* painter, const QWidget* ) const { // render a separator at the bottom const QPalette& palette( option->palette ); QColor color( _helper->separatorColor( palette ) ); _helper->renderSeparator( painter, QRect( option->rect.bottomLeft()-QPoint( 0, Metrics::MenuItem_MarginWidth), QSize( option->rect.width(), 1 ) ), color ); // render text in the center of the rect // icon is discarded on purpose painter->setFont( option->font ); QRect contentsRect = insideMargin( option->rect, Metrics::MenuItem_MarginWidth ); drawItemText( painter, contentsRect, Qt::AlignCenter, palette, true, option->text, QPalette::WindowText ); } //______________________________________________________________________________ qreal Style::dialAngle( const QStyleOptionSlider* sliderOption, int value ) const { // calculate angle at which handle needs to be drawn qreal angle( 0 ); if( sliderOption->maximum == sliderOption->minimum ) angle = M_PI / 2; else { qreal fraction( qreal( value - sliderOption->minimum )/qreal( sliderOption->maximum - sliderOption->minimum ) ); if( !sliderOption->upsideDown ) fraction = 1 - fraction; if( sliderOption->dialWrapping ) angle = 1.5*M_PI - fraction*2*M_PI; else angle = ( M_PI*8 - fraction*10*M_PI )/6; } return angle; } //______________________________________________________________________________ const QWidget* Style::scrollBarParent( const QWidget* widget ) const { // check widget and parent if( !(widget && widget->parentWidget() ) ) return nullptr; // try cast to scroll area. Must test both parent and grandparent QAbstractScrollArea* scrollArea; if( !(scrollArea = qobject_cast( widget->parentWidget() ) ) ) { scrollArea = qobject_cast( widget->parentWidget()->parentWidget() ); } // check scrollarea if( scrollArea && (widget == scrollArea->verticalScrollBar() || widget == scrollArea->horizontalScrollBar() ) ) { return scrollArea; } else if( widget->parentWidget()->inherits( "KTextEditor::View" ) ) { return widget->parentWidget(); } else return nullptr; } //______________________________________________________________________________ QColor Style::scrollBarArrowColor( const QStyleOptionSlider* option, const SubControl& control, const QWidget* widget ) const { const QRect& rect( option->rect ); const QPalette& palette( option->palette ); QColor color( _helper->arrowColor( palette, QPalette::WindowText ) ); bool widgetMouseOver( ( option->state & State_MouseOver ) && ( option->state & State_MouseOver ) ); if( widget ) widgetMouseOver = widget->underMouse(); #if QT_VERSION >= 0x050000 // in case this QStyle is used by QQuickControls QStyle wrapper else if( option->styleObject ) widgetMouseOver = option->styleObject->property("hover").toBool(); #endif // check enabled state bool enabled( option->state & State_Enabled ); if( !enabled ) { if( StyleConfigData::scrollBarShowOnMouseOver() ) { // finally, global opacity when ScrollBarShowOnMouseOver qreal globalOpacity( _animations->scrollBarEngine().opacity( widget, QStyle::SC_ScrollBarGroove ) ); if( globalOpacity >= 0 ) color.setAlphaF( globalOpacity ); // no mouse over and no animation in progress, don't draw arrows at all else if( !widgetMouseOver ) return Qt::transparent; } return color; } if( ( control == SC_ScrollBarSubLine && option->sliderValue == option->minimum ) || ( control == SC_ScrollBarAddLine && option->sliderValue == option->maximum ) ) { // manually disable arrow, to indicate that scrollbar is at limit color = _helper->arrowColor( palette, QPalette::Disabled, QPalette::WindowText ); if( StyleConfigData::scrollBarShowOnMouseOver() ) { // finally, global opacity when ScrollBarShowOnMouseOver qreal globalOpacity( _animations->scrollBarEngine().opacity( widget, QStyle::SC_ScrollBarGroove ) ); if( globalOpacity >= 0 ) color.setAlphaF( globalOpacity ); // no mouse over and no animation in progress, don't draw arrows at all else if( !widgetMouseOver ) return Qt::transparent; } return color; } bool mouseOver( (option->state & State_Active) && _animations->scrollBarEngine().isHovered( widget, control ) ); bool animated( _animations->scrollBarEngine().isAnimated( widget, AnimationHover, control ) ); qreal opacity( _animations->scrollBarEngine().opacity( widget, control ) ); // retrieve mouse position from engine QPoint position( mouseOver ? _animations->scrollBarEngine().position( widget ) : QPoint( -1, -1 ) ); if( mouseOver && rect.contains( position ) ) { /* * need to update the arrow controlRect on fly because there is no * way to get it from the styles directly, outside of repaint events */ _animations->scrollBarEngine().setSubControlRect( widget, control, rect ); } if( rect.intersects( _animations->scrollBarEngine().subControlRect( widget, control ) ) ) { QColor highlight = _helper->hoverColor( palette ); if( animated ) { color = Helper::mix( color, highlight, opacity ); } else if( mouseOver ) { color = highlight; } } if( StyleConfigData::scrollBarShowOnMouseOver() ) { // finally, global opacity when ScrollBarShowOnMouseOver qreal globalOpacity( _animations->scrollBarEngine().opacity( widget, QStyle::SC_ScrollBarGroove ) ); if( globalOpacity >= 0 ) color.setAlphaF( globalOpacity ); // no mouse over and no animation in progress, don't draw arrows at all else if( !widgetMouseOver ) return Qt::transparent; } return color; } //____________________________________________________________________________________ void Style::setTranslucentBackground( QWidget* widget ) const { if (!_isKDE) return; widget->setAttribute( Qt::WA_TranslucentBackground ); #ifdef Q_WS_WIN // FramelessWindowHint is needed on windows to make WA_TranslucentBackground work properly widget->setWindowFlags( widget->windowFlags() | Qt::FramelessWindowHint ); #endif } //____________________________________________________________________________________ QStyleOptionToolButton Style::separatorMenuItemOption( const QStyleOptionMenuItem* menuItemOption, const QWidget* widget ) const { // separator can have a title and an icon // in that case they are rendered as sunken flat toolbuttons QStyleOptionToolButton toolButtonOption; toolButtonOption.initFrom( widget ); toolButtonOption.rect = menuItemOption->rect; toolButtonOption.features = QStyleOptionToolButton::None; toolButtonOption.state = State_Enabled|State_AutoRaise; toolButtonOption.subControls = SC_ToolButton; toolButtonOption.icon = QIcon(); toolButtonOption.iconSize = QSize(); toolButtonOption.text = menuItemOption->text; toolButtonOption.toolButtonStyle = Qt::ToolButtonTextBesideIcon; return toolButtonOption; } //____________________________________________________________________________________ QIcon Style::toolBarExtensionIcon( StandardPixmap standardPixmap, const QStyleOption* option, const QWidget* widget ) const { // store palette // due to Qt, it is not always safe to assume that either option, nor widget are defined QPalette palette; if( option ) palette = option->palette; else if( widget ) palette = widget->palette(); else palette = QApplication::palette(); // convenience class to map color to icon mode struct IconData { QColor _color; QIcon::Mode _mode; QIcon::State _state; }; // map colors to icon states const QList iconTypes = { { palette.color( QPalette::Active, QPalette::WindowText ), QIcon::Normal, QIcon::Off }, { palette.color( QPalette::Active, QPalette::WindowText ), QIcon::Selected, QIcon::Off }, { palette.color( QPalette::Active, QPalette::WindowText ), QIcon::Active, QIcon::Off }, { palette.color( QPalette::Disabled, QPalette::WindowText ), QIcon::Disabled, QIcon::Off }, { palette.color( QPalette::Active, QPalette::HighlightedText ), QIcon::Normal, QIcon::On }, { palette.color( QPalette::Active, QPalette::HighlightedText ), QIcon::Selected, QIcon::On }, { palette.color( QPalette::Active, QPalette::WindowText ), QIcon::Active, QIcon::On }, { palette.color( QPalette::Disabled, QPalette::WindowText ), QIcon::Disabled, QIcon::On } }; // default icon sizes static const QList iconSizes = { 8, 16, 22, 32, 48 }; // decide arrow orientation ArrowOrientation orientation( standardPixmap == SP_ToolBarHorizontalExtensionButton ? ArrowRight : ArrowDown ); // create icon and fill QIcon icon; foreach( const IconData& iconData, iconTypes ) { foreach( const int& iconSize, iconSizes ) { // create pixmap QPixmap pixmap( iconSize, iconSize ); pixmap.fill( Qt::transparent ); // render QPainter painter( &pixmap ); // icon size int fixedIconSize( pixelMetric( QStyle::PM_SmallIconSize, option, widget ) ); QRect fixedRect( 0, 0, fixedIconSize, fixedIconSize ); painter.setWindow( fixedRect ); painter.translate( standardPixmap == SP_ToolBarHorizontalExtensionButton ? QPoint( 1, 0 ) : QPoint( 0, 1 ) ); _helper->renderArrow( &painter, fixedRect, iconData._color, orientation ); painter.end(); // add to icon icon.addPixmap( pixmap, iconData._mode, iconData._state ); } } return icon; } //____________________________________________________________________________________ QIcon Style::titleBarButtonIcon( StandardPixmap standardPixmap, const QStyleOption* option, const QWidget* widget ) const { // map standardPixmap to button type ButtonType buttonType; switch( standardPixmap ) { case SP_TitleBarNormalButton: buttonType = ButtonRestore; break; case SP_TitleBarMinButton: buttonType = ButtonMinimize; break; case SP_TitleBarMaxButton: buttonType = ButtonMaximize; break; case SP_TitleBarCloseButton: case SP_DockWidgetCloseButton: buttonType = ButtonClose; break; default: return QIcon(); } // store palette // due to Qt, it is not always safe to assume that either option, nor widget are defined QPalette palette; if( option ) palette = option->palette; else if( widget ) palette = widget->palette(); else palette = QApplication::palette(); bool isCloseButton( buttonType == ButtonClose && StyleConfigData::outlineCloseButton() ); palette.setCurrentColorGroup( QPalette::Active ); QColor base( palette.color( QPalette::WindowText ) ); QColor selected( palette.color( QPalette::HighlightedText ) ); QColor negative( buttonType == ButtonClose ? _helper->negativeText( palette ):base ); QColor negativeSelected( buttonType == ButtonClose ? _helper->negativeText( palette ):selected ); bool invertNormalState( isCloseButton ); // convenience class to map color to icon mode struct IconData { QColor _color; bool _inverted; QIcon::Mode _mode; QIcon::State _state; }; // map colors to icon states const QList iconTypes = { // state off icons { Helper::mix( palette.color( QPalette::Window ), base, 0.5 ), invertNormalState, QIcon::Normal, QIcon::Off }, { Helper::mix( palette.color( QPalette::Window ), selected, 0.5 ), invertNormalState, QIcon::Selected, QIcon::Off }, { Helper::mix( palette.color( QPalette::Window ), negative, 0.5 ), true, QIcon::Active, QIcon::Off }, { Helper::mix( palette.color( QPalette::Window ), base, 0.2 ), invertNormalState, QIcon::Disabled, QIcon::Off }, // state on icons { Helper::mix( palette.color( QPalette::Window ), negative, 0.7 ), true, QIcon::Normal, QIcon::On }, { Helper::mix( palette.color( QPalette::Window ), negativeSelected, 0.7 ), true, QIcon::Selected, QIcon::On }, { Helper::mix( palette.color( QPalette::Window ), negative, 0.7 ), true, QIcon::Active, QIcon::On }, { Helper::mix( palette.color( QPalette::Window ), base, 0.2 ), invertNormalState, QIcon::Disabled, QIcon::On } }; // default icon sizes static const QList iconSizes = { 8, 16, 22, 32, 48 }; // output icon QIcon icon; foreach( const IconData& iconData, iconTypes ) { foreach( const int& iconSize, iconSizes ) { // create pixmap QPixmap pixmap( iconSize, iconSize ); pixmap.fill( Qt::transparent ); // create painter and render QPainter painter( &pixmap ); _helper->renderDecorationButton( &painter, pixmap.rect(), iconData._color, buttonType, iconData._inverted ); painter.end(); // store icon.addPixmap( pixmap, iconData._mode, iconData._state ); } } return icon; } //______________________________________________________________________________ const QAbstractItemView* Style::itemViewParent( const QWidget* widget ) const { const QAbstractItemView* itemView( nullptr ); // check widget directly if( ( itemView = qobject_cast( widget ) ) ) return itemView; // check widget grand-parent else if( widget && widget->parentWidget() && ( itemView = qobject_cast( widget->parentWidget()->parentWidget() ) ) && itemView->viewport() == widget->parentWidget() ) { return itemView; } // return null otherwise else return nullptr; } //____________________________________________________________________ bool Style::isSelectedItem( const QWidget* widget, const QPoint& localPosition ) const { // get relevant itemview parent and check const QAbstractItemView* itemView( itemViewParent( widget ) ); if( !( itemView && itemView->hasFocus() && itemView->selectionModel() ) ) return false; #if QT_VERSION >= 0x050000 QPoint position = widget->mapTo( itemView, localPosition ); #else // qt4 misses a const for mapTo argument, although nothing is actually changed to the passed widget QPoint position = widget->mapTo( const_cast( itemView ), localPosition ); #endif // get matching QModelIndex and check QModelIndex index( itemView->indexAt( position ) ); if( !index.isValid() ) return false; // check whether index is selected return itemView->selectionModel()->isSelected( index ); } //____________________________________________________________________ bool Style::isQtQuickControl( const QStyleOption* option, const QWidget* widget ) const { #if QT_VERSION >= 0x050000 return (widget == nullptr) && option && option->styleObject && option->styleObject->inherits( "QQuickItem" ); #else Q_UNUSED( widget ); Q_UNUSED( option ); return false; #endif } //____________________________________________________________________ bool Style::showIconsInMenuItems( void ) const { return Adwaita::Settings::ShowIconsInMenuItems && !QCoreApplication::testAttribute(Qt::AA_DontShowIconsInMenus); } //____________________________________________________________________ bool Style::showIconsOnPushButtons( void ) const { return Adwaita::Settings::ShowIconsOnPushButtons; } //____________________________________________________________________ bool Style::isMenuTitle( const QWidget* widget ) const { // check widget if( !widget ) return false; // check property QVariant property( widget->property( PropertyNames::menuTitle ) ); if( property.isValid() ) return property.toBool(); // detect menu toolbuttons QWidget* parent = widget->parentWidget(); if( qobject_cast( parent ) ) { foreach( auto child, parent->findChildren() ) { if( child->defaultWidget() != widget ) continue; const_cast(widget)->setProperty( PropertyNames::menuTitle, true ); return true; } } const_cast(widget)->setProperty( PropertyNames::menuTitle, false ); return false; } //____________________________________________________________________ bool Style::hasAlteredBackground( const QWidget* widget ) const { // check widget if( !widget ) return false; // check property QVariant property( widget->property( PropertyNames::alteredBackground ) ); if( property.isValid() ) return property.toBool(); // check if widget is of relevant type bool hasAlteredBackground( false ); if( const QGroupBox* groupBox = qobject_cast( widget ) ) hasAlteredBackground = !groupBox->isFlat(); else if( const QTabWidget* tabWidget = qobject_cast( widget ) ) hasAlteredBackground = !tabWidget->documentMode(); else if( qobject_cast( widget ) ) hasAlteredBackground = true; else if( StyleConfigData::dockWidgetDrawFrame() && qobject_cast( widget ) ) hasAlteredBackground = true; if( widget->parentWidget() && !hasAlteredBackground ) hasAlteredBackground = this->hasAlteredBackground( widget->parentWidget() ); const_cast(widget)->setProperty( PropertyNames::alteredBackground, hasAlteredBackground ); return hasAlteredBackground; } } adwaita-qt-1.0/style/adwaitastyle.h000066400000000000000000000647361311200771300174250ustar00rootroot00000000000000#ifndef adwaitastyle_h #define adwaitastyle_h /************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaita.h" #include "config-adwaita.h" #if ADWAITA_USE_KDE4 #include "kstylekde4compat.h" #endif #include #include #include #include #include #include #include #include #include #if QT_VERSION >= 0x050000 #include #endif namespace AdwaitaPrivate { class TabBarData; } namespace Adwaita { class Animations; class Helper; class Mnemonics; class SplitterFactory; class WidgetExplorer; class WindowManager; //* convenience typedef for base class #if ADWAITA_USE_KDE4 using ParentStyleClass = KStyleKDE4Compat; #else using ParentStyleClass = QCommonStyle; #endif //* base class for adwaita style /** it is responsible to draw all the primitives to be displayed on screen, on request from Qt paint engine */ class Style: public ParentStyleClass { Q_OBJECT /* this tells kde applications that custom style elements are supported, using the kstyle mechanism */ Q_CLASSINFO ("X-KDE-CustomElements", "true") public: //* constructor explicit Style( bool dark ); //* destructor virtual ~Style( void ); //* needed to avoid warnings at compilation time using ParentStyleClass::polish; using ParentStyleClass::unpolish; //* widget polishing virtual void polish( QWidget* ); //* widget unpolishing virtual void unpolish( QWidget* ); //* palette polishing virtual void polish( QPalette &palette ); //* polish scrollarea void polishScrollArea( QAbstractScrollArea* ); //* pixel metrics virtual int pixelMetric(PixelMetric, const QStyleOption* = nullptr, const QWidget* = nullptr) const; //* style hints virtual int styleHint(StyleHint, const QStyleOption* = nullptr, const QWidget* = nullptr, QStyleHintReturn* = nullptr) const; //* returns rect corresponding to one widget's subelement virtual QRect subElementRect( SubElement, const QStyleOption*, const QWidget* ) const; //* returns rect corresponding to one widget's subcontrol virtual QRect subControlRect( ComplexControl, const QStyleOptionComplex*, SubControl, const QWidget* ) const; //* returns size matching contents QSize sizeFromContents( ContentsType, const QStyleOption*, const QSize&, const QWidget* ) const; //* returns which subcontrol given QPoint corresponds to SubControl hitTestComplexControl( ComplexControl, const QStyleOptionComplex*, const QPoint&, const QWidget* ) const; //* primitives void drawPrimitive( PrimitiveElement, const QStyleOption*, QPainter*, const QWidget* ) const; //* controls void drawControl( ControlElement, const QStyleOption*, QPainter*, const QWidget* ) const; //* complex controls void drawComplexControl( ComplexControl, const QStyleOptionComplex*, QPainter*, const QWidget* ) const; //* generic text rendering virtual void drawItemText( QPainter*, const QRect&, int alignment, const QPalette&, bool enabled, const QString&, QPalette::ColorRole = QPalette::NoRole) const; //*@name event filters //@{ virtual bool eventFilter(QObject *, QEvent *); bool eventFilterScrollArea( QWidget*, QEvent* ); bool eventFilterComboBoxContainer( QWidget*, QEvent* ); bool eventFilterDockWidget( QDockWidget*, QEvent* ); bool eventFilterMdiSubWindow( QMdiSubWindow*, QEvent* ); #if QT_VERSION >= 0x050000 bool eventFilterCommandLinkButton( QCommandLinkButton*, QEvent* ); #endif //* install event filter to object, in a unique way void addEventFilter( QObject* object ) { object->removeEventFilter( this ); object->installEventFilter( this ); } //@} protected Q_SLOTS: //* update configuration void configurationChanged( void ); //* standard icons virtual QIcon standardIconImplementation( StandardPixmap, const QStyleOption*, const QWidget* ) const; protected: //* standard icons virtual QIcon standardIcon( StandardPixmap pixmap, const QStyleOption* option = nullptr, const QWidget* widget = nullptr) const { return standardIconImplementation( pixmap, option, widget ); } //* load configuration void loadConfiguration(); //*@name subelementRect specialized functions //@{ //* default implementation. Does not change anything QRect defaultSubElementRect( const QStyleOption* option, const QWidget* ) const { return option->rect; } QRect pushButtonContentsRect( const QStyleOption*, const QWidget* ) const; QRect pushButtonFocusRect( const QStyleOption*, const QWidget* ) const; QRect checkBoxContentsRect( const QStyleOption*, const QWidget* ) const; QRect checkBoxIndicatorRect( const QStyleOption*, const QWidget* ) const; QRect checkBoxFocusRect( const QStyleOption*, const QWidget* ) const; QRect lineEditContentsRect( const QStyleOption*, const QWidget* ) const; QRect progressBarGrooveRect( const QStyleOption*, const QWidget* ) const; QRect progressBarContentsRect( const QStyleOption*, const QWidget* ) const; QRect progressBarLabelRect( const QStyleOption*, const QWidget* ) const; QRect headerArrowRect( const QStyleOption*, const QWidget* ) const; QRect headerLabelRect( const QStyleOption*, const QWidget* ) const; QRect sliderFocusRect( const QStyleOption*, const QWidget* ) const; QRect tabBarTabLeftButtonRect( const QStyleOption*, const QWidget* ) const; QRect tabBarTabRightButtonRect( const QStyleOption*, const QWidget* ) const; QRect tabWidgetTabBarRect( const QStyleOption*, const QWidget* ) const; QRect tabWidgetTabContentsRect( const QStyleOption*, const QWidget* ) const; QRect tabWidgetTabPaneRect( const QStyleOption*, const QWidget* ) const; QRect tabWidgetCornerRect( SubElement, const QStyleOption*, const QWidget* widget ) const; QRect toolBoxTabContentsRect( const QStyleOption*, const QWidget* ) const; QRect genericLayoutItemRect( const QStyleOption*, const QWidget* ) const; //@} //*@name subcontrol Rect specialized functions //@{ QRect groupBoxSubControlRect( const QStyleOptionComplex*, SubControl, const QWidget* ) const; QRect toolButtonSubControlRect( const QStyleOptionComplex*, SubControl, const QWidget* ) const; QRect comboBoxSubControlRect( const QStyleOptionComplex*, SubControl, const QWidget* ) const; QRect spinBoxSubControlRect( const QStyleOptionComplex*, SubControl, const QWidget* ) const; QRect scrollBarInternalSubControlRect( const QStyleOptionComplex*, SubControl ) const; QRect scrollBarSubControlRect( const QStyleOptionComplex*, SubControl, const QWidget* ) const; QRect dialSubControlRect( const QStyleOptionComplex*, SubControl, const QWidget* ) const; QRect sliderSubControlRect( const QStyleOptionComplex*, SubControl, const QWidget* ) const; //@} //*@name sizeFromContents //@{ QSize defaultSizeFromContents( const QStyleOption*, const QSize& size, const QWidget* ) const { return size; } QSize checkBoxSizeFromContents( const QStyleOption*, const QSize&, const QWidget* ) const; QSize lineEditSizeFromContents( const QStyleOption*, const QSize&, const QWidget* ) const; QSize comboBoxSizeFromContents( const QStyleOption*, const QSize&, const QWidget* ) const; QSize spinBoxSizeFromContents( const QStyleOption*, const QSize&, const QWidget* ) const; QSize sliderSizeFromContents( const QStyleOption*, const QSize&, const QWidget* ) const; QSize pushButtonSizeFromContents( const QStyleOption*, const QSize&, const QWidget* ) const; QSize toolButtonSizeFromContents( const QStyleOption*, const QSize&, const QWidget* ) const; QSize menuBarItemSizeFromContents( const QStyleOption*, const QSize&, const QWidget* ) const; QSize menuItemSizeFromContents( const QStyleOption*, const QSize&, const QWidget* ) const; QSize progressBarSizeFromContents( const QStyleOption*, const QSize&, const QWidget* ) const; QSize tabWidgetSizeFromContents( const QStyleOption*, const QSize&, const QWidget* ) const; QSize tabBarTabSizeFromContents( const QStyleOption*, const QSize&, const QWidget* ) const; QSize headerSectionSizeFromContents( const QStyleOption*, const QSize&, const QWidget* ) const; QSize itemViewItemSizeFromContents( const QStyleOption*, const QSize&, const QWidget* ) const; //@} //*@name primitives specialized functions //@{ bool emptyPrimitive( const QStyleOption*, QPainter*, const QWidget* ) const { return true; } bool drawFramePrimitive( const QStyleOption*, QPainter*, const QWidget* ) const; bool drawFrameLineEditPrimitive( const QStyleOption*, QPainter*, const QWidget* ) const; bool drawFrameFocusRectPrimitive( const QStyleOption*, QPainter*, const QWidget* ) const; bool drawFrameMenuPrimitive( const QStyleOption*, QPainter*, const QWidget* ) const; bool drawFrameGroupBoxPrimitive( const QStyleOption*, QPainter*, const QWidget* ) const; bool drawFrameTabWidgetPrimitive( const QStyleOption*, QPainter*, const QWidget* ) const; bool drawFrameTabBarBasePrimitive( const QStyleOption*, QPainter*, const QWidget* ) const; bool drawFrameWindowPrimitive( const QStyleOption*, QPainter*, const QWidget* ) const; bool drawIndicatorArrowUpPrimitive( const QStyleOption* option, QPainter* painter, const QWidget* widget ) const { return drawIndicatorArrowPrimitive( ArrowUp, option, painter, widget ); } bool drawIndicatorArrowDownPrimitive( const QStyleOption* option, QPainter* painter, const QWidget* widget ) const { return drawIndicatorArrowPrimitive( ArrowDown, option, painter, widget ); } bool drawIndicatorArrowLeftPrimitive( const QStyleOption* option, QPainter* painter, const QWidget* widget ) const { return drawIndicatorArrowPrimitive( ArrowLeft, option, painter, widget ); } bool drawIndicatorArrowRightPrimitive( const QStyleOption* option, QPainter* painter, const QWidget* widget ) const { return drawIndicatorArrowPrimitive( ArrowRight, option, painter, widget ); } bool drawIndicatorArrowPrimitive( ArrowOrientation, const QStyleOption*, QPainter*, const QWidget* ) const; bool drawIndicatorHeaderArrowPrimitive( const QStyleOption*, QPainter*, const QWidget* ) const; bool drawPanelButtonCommandPrimitive( const QStyleOption*, QPainter*, const QWidget* ) const; bool drawPanelButtonToolPrimitive( const QStyleOption*, QPainter*, const QWidget* ) const; bool drawTabBarPanelButtonToolPrimitive( const QStyleOption*, QPainter*, const QWidget* ) const; bool drawPanelScrollAreaCornerPrimitive( const QStyleOption*, QPainter*, const QWidget* ) const; bool drawPanelMenuPrimitive( const QStyleOption*, QPainter*, const QWidget* ) const; bool drawPanelTipLabelPrimitive( const QStyleOption*, QPainter*, const QWidget* ) const; bool drawPanelItemViewItemPrimitive( const QStyleOption*, QPainter*, const QWidget* ) const; bool drawIndicatorCheckBoxPrimitive( const QStyleOption*, QPainter*, const QWidget* ) const; bool drawIndicatorRadioButtonPrimitive( const QStyleOption*, QPainter*, const QWidget* ) const; bool drawIndicatorButtonDropDownPrimitive( const QStyleOption*, QPainter*, const QWidget* ) const; bool drawIndicatorTabClosePrimitive( const QStyleOption*, QPainter* painter, const QWidget* widget ) const; bool drawIndicatorTabTearPrimitive( const QStyleOption*, QPainter*, const QWidget* ) const; bool drawIndicatorToolBarHandlePrimitive( const QStyleOption*, QPainter*, const QWidget* ) const; bool drawIndicatorToolBarSeparatorPrimitive( const QStyleOption*, QPainter*, const QWidget* ) const; bool drawIndicatorBranchPrimitive( const QStyleOption*, QPainter*, const QWidget* ) const; //@} //*@name controls specialized functions //@{ bool emptyControl( const QStyleOption*, QPainter*, const QWidget* ) const { return true; } virtual bool drawPushButtonLabelControl( const QStyleOption*, QPainter*, const QWidget* ) const; virtual bool drawToolButtonLabelControl( const QStyleOption*, QPainter*, const QWidget* ) const; virtual bool drawCheckBoxLabelControl( const QStyleOption*, QPainter*, const QWidget* ) const; virtual bool drawComboBoxLabelControl( const QStyleOption*, QPainter*, const QWidget* ) const; virtual bool drawMenuBarEmptyArea( const QStyleOption*, QPainter* , const QWidget*) const; virtual bool drawMenuBarItemControl( const QStyleOption*, QPainter*, const QWidget* ) const; virtual bool drawMenuEmptyAreaControl( const QStyleOption*, QPainter* , const QWidget*) const; virtual bool drawMenuItemControl( const QStyleOption*, QPainter*, const QWidget* ) const; virtual bool drawProgressBarControl( const QStyleOption*, QPainter*, const QWidget* ) const; virtual bool drawProgressBarContentsControl( const QStyleOption*, QPainter*, const QWidget* ) const; virtual bool drawProgressBarGrooveControl( const QStyleOption*, QPainter*, const QWidget* ) const; virtual bool drawProgressBarLabelControl( const QStyleOption*, QPainter*, const QWidget* ) const; virtual bool drawScrollBarSliderControl( const QStyleOption*, QPainter*, const QWidget* ) const; virtual bool drawScrollBarAddLineControl( const QStyleOption*, QPainter*, const QWidget* ) const; virtual bool drawScrollBarSubLineControl( const QStyleOption*, QPainter*, const QWidget* ) const; virtual bool drawShapedFrameControl( const QStyleOption*, QPainter*, const QWidget* ) const; virtual bool drawRubberBandControl( const QStyleOption*, QPainter*, const QWidget* ) const; virtual bool drawHeaderSectionControl( const QStyleOption*, QPainter*, const QWidget* ) const; virtual bool drawHeaderLabelControl( const QStyleOption*, QPainter*, const QWidget* ) const; virtual bool drawHeaderEmptyAreaControl( const QStyleOption*, QPainter*, const QWidget* ) const; virtual bool drawTabBarTabLabelControl( const QStyleOption*, QPainter*, const QWidget* ) const; virtual bool drawTabBarTabShapeControl( const QStyleOption*, QPainter*, const QWidget* ) const; virtual bool drawToolBoxTabLabelControl( const QStyleOption*, QPainter*, const QWidget* ) const; virtual bool drawToolBoxTabShapeControl( const QStyleOption*, QPainter*, const QWidget* ) const; virtual bool drawDockWidgetTitleControl( const QStyleOption*, QPainter*, const QWidget* ) const; //*@} //*@name complex ontrols specialized functions //@{ bool drawGroupBoxComplexControl( const QStyleOptionComplex*, QPainter*, const QWidget* ) const; bool drawToolButtonComplexControl( const QStyleOptionComplex*, QPainter*, const QWidget* ) const; bool drawComboBoxComplexControl( const QStyleOptionComplex*, QPainter*, const QWidget* ) const; bool drawSpinBoxComplexControl( const QStyleOptionComplex*, QPainter*, const QWidget* ) const; bool drawSliderComplexControl( const QStyleOptionComplex*, QPainter*, const QWidget* ) const; bool drawDialComplexControl( const QStyleOptionComplex*, QPainter*, const QWidget* ) const; bool drawScrollBarComplexControl( const QStyleOptionComplex*, QPainter*, const QWidget* ) const; bool drawTitleBarComplexControl( const QStyleOptionComplex*, QPainter*, const QWidget* ) const; //@} //!*@name various utilty functions //@{ //* spinbox arrows void renderSpinBoxArrow( const SubControl&, const QStyleOptionSpinBox*, QPainter*, const QWidget*) const; //* menu title void renderMenuTitle( const QStyleOptionToolButton*, QPainter*, const QWidget* ) const; //* return dial angle based on option and value qreal dialAngle( const QStyleOptionSlider*, int ) const; //* returns relevant scrollbar parent /** needed to detect parent focus */ const QWidget* scrollBarParent( const QWidget* ) const; //* returns true if given scrollbar arrow is animated QColor scrollBarArrowColor( const QStyleOptionSlider*, const SubControl&, const QWidget* ) const; //* scrollbar buttons enum ScrollBarButtonType { NoButton, SingleButton, DoubleButton }; //* returns height for scrollbar buttons depending of button types int scrollBarButtonHeight( const ScrollBarButtonType& type ) const { switch( type ) { case NoButton: return Metrics::ScrollBar_NoButtonHeight; case SingleButton: return Metrics::ScrollBar_SingleButtonHeight; case DoubleButton: return Metrics::ScrollBar_DoubleButtonHeight; default: return 0; } } //@} //* translucent background void setTranslucentBackground( QWidget* ) const; /** separator can have a title and an icon in that case they are rendered as sunken flat toolbuttons return toolbutton option that matches named separator menu items */ QStyleOptionToolButton separatorMenuItemOption( const QStyleOptionMenuItem*, const QWidget* ) const; //* create toolbar extension icon QIcon toolBarExtensionIcon( StandardPixmap, const QStyleOption*, const QWidget* ) const; //* create title bar button icon QIcon titleBarButtonIcon( StandardPixmap, const QStyleOption*, const QWidget* ) const; //* returns item view parent if any /** needed to have correct color on focused checkboxes and radiobuttons */ const QAbstractItemView* itemViewParent( const QWidget* ) const; //* returns true if a given widget is a selected item in a focused list /** This is necessary to have the correct colors used for e.g. checkboxes and radiobuttons in lists @param widget The widget to be checked @param position Used to find the relevant QModelIndex */ bool isSelectedItem( const QWidget*, const QPoint& ) const; //* return true if option corresponds to QtQuick control bool isQtQuickControl( const QStyleOption*, const QWidget* ) const; //@} //* adjust rect based on provided margins QRect insideMargin( const QRect& r, int margin ) const { return insideMargin( r, margin, margin ); } //* adjust rect based on provided margins QRect insideMargin( const QRect& r, int marginWidth, int marginHeight ) const { return r.adjusted( marginWidth, marginHeight, -marginWidth, -marginHeight ); } //* expand size based on margins QSize expandSize( const QSize& size, int margin ) const { return expandSize( size, margin, margin ); } //* expand size based on margins QSize expandSize( const QSize& size, int marginWidth, int marginHeight ) const { return size + 2*QSize( marginWidth, marginHeight ); } //* returns true for vertical tabs bool isVerticalTab( const QStyleOptionTab* option ) const { return isVerticalTab( option->shape ); } bool isVerticalTab( const QTabBar::Shape& shape ) const { return shape == QTabBar::RoundedEast || shape == QTabBar::RoundedWest || shape == QTabBar::TriangularEast || shape == QTabBar::TriangularWest; } //* right to left alignment handling using ParentStyleClass::visualRect; QRect visualRect(const QStyleOption* opt, const QRect& subRect) const { return ParentStyleClass::visualRect(opt->direction, opt->rect, subRect); } //* centering QRect centerRect(const QRect &rect, const QSize& size ) const { return centerRect( rect, size.width(), size.height() ); } QRect centerRect(const QRect &rect, int width, int height) const { return QRect(rect.left() + (rect.width() - width)/2, rect.top() + (rect.height() - height)/2, width, height); } /* Checks whether the point is before the bound rect for bound of given orientation. This is needed to implement custom number of buttons in scrollbars, as well as proper mouse-hover */ inline bool preceeds( const QPoint&, const QRect&, const QStyleOption* ) const; //* return which arrow button is hit by point for scrollbar double buttons inline QStyle::SubControl scrollBarHitTest( const QRect&, const QPoint&, const QStyleOption* ) const; //! return true if one of the widget's parent inherits requested type inline bool hasParent( const QWidget*, const char* ) const; //* return true if one of the widget's parent inherits requested type template bool hasParent( const QWidget* ) const; //* return true if icons should be shown in menus bool showIconsInMenuItems( void ) const; //* return true if icons should be shown on buttons bool showIconsOnPushButtons( void ) const; //* return true if passed widget is a menu title (KMenu::addTitle) bool isMenuTitle( const QWidget* ) const; //* return true if passed widget is a menu title (KMenu::addTitle) bool hasAlteredBackground( const QWidget* ) const; private: //*@name scrollbar button types (for addLine and subLine ) //@{ ScrollBarButtonType _addLineButtons; ScrollBarButtonType _subLineButtons; //@} //* helper Helper* _helper; //* animations Animations* _animations; //* keyboard accelerators Mnemonics* _mnemonics; //* window manager WindowManager* _windowManager; //* splitter Factory, to extend splitters hit area SplitterFactory* _splitterFactory; //* widget explorer WidgetExplorer* _widgetExplorer; //* tabbar data AdwaitaPrivate::TabBarData* _tabBarData; //* icon hash using IconCache = QHash; IconCache _iconCache; //* pointer to primitive specialized function using StylePrimitive = bool(Style::*)(const QStyleOption*, QPainter*, const QWidget* ) const; StylePrimitive _frameFocusPrimitive = nullptr; //* pointer to control specialized function using StyleControl = bool (Style::*)( const QStyleOption*, QPainter*, const QWidget* ) const; //* pointer to control specialized function using StyleComplexControl = bool (Style::*)( const QStyleOptionComplex*, QPainter*, const QWidget* ) const; //*@name custom elements //@{ //* use Argb Drag and Drop Window QStyle::StyleHint SH_ArgbDndWindow; //! styled painting for KCapacityBar QStyle::ControlElement CE_CapacityBar; bool _dark { false }; bool _isGNOME { false }; bool _isKDE { false }; //@} }; //_________________________________________________________________________ bool Style::preceeds( const QPoint& point, const QRect& bound, const QStyleOption* option ) const { if( option->state&QStyle::State_Horizontal) { if( option->direction == Qt::LeftToRight) return point.x() < bound.right(); else return point.x() > bound.x(); } else return point.y() < bound.y(); } //_________________________________________________________________________ QStyle::SubControl Style::scrollBarHitTest( const QRect& rect, const QPoint& point, const QStyleOption* option ) const { if( option->state & QStyle::State_Horizontal) { if( option->direction == Qt::LeftToRight ) return point.x() < rect.center().x() ? QStyle::SC_ScrollBarSubLine : QStyle::SC_ScrollBarAddLine; else return point.x() > rect.center().x() ? QStyle::SC_ScrollBarSubLine : QStyle::SC_ScrollBarAddLine; } else return point.y() < rect.center().y() ? QStyle::SC_ScrollBarSubLine : QStyle::SC_ScrollBarAddLine; } //_________________________________________________________________________ bool Style::hasParent( const QWidget* widget, const char* className ) const { if( !widget ) return false; while( (widget = widget->parentWidget()) ) { if( widget->inherits( className ) ) return true; } return false; } //_________________________________________________________________________ template< typename T > bool Style::hasParent( const QWidget* widget ) const { if( !widget ) return false; while( (widget = widget->parentWidget()) ) { if( qobject_cast( widget ) ) return true; } return false; } } #endif adwaita-qt-1.0/style/adwaitastyleplugin.cpp000066400000000000000000000042631311200771300211640ustar00rootroot00000000000000 /************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaitastyleplugin.h" #include "adwaitastyle.h" #include #if QT_VERSION < 0x050000 Q_EXPORT_PLUGIN2( adwaita-qt, Adwaita::StylePlugin ) #endif namespace Adwaita { //_________________________________________________ QStyle* StylePlugin::create( const QString &key ) { if( key.toLower() == QStringLiteral( "adwaita" ) ) { return new Style(false); } if ( key.toLower() == QStringLiteral( "adwaita-dark") ) { return new Style(true); } return nullptr; } //_________________________________________________ StylePlugin::~StylePlugin() { } //_________________________________________________ QStringList StylePlugin::keys() const { return QStringList() << QStringLiteral( "Adwaita" ) << QStringLiteral( "Adwaita-Dark" ); } } adwaita-qt-1.0/style/adwaitastyleplugin.h000066400000000000000000000037411311200771300206310ustar00rootroot00000000000000#ifndef adwaitastyleplugin_h #define adwaitastyleplugin_h /************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include namespace Adwaita { class StylePlugin : public QStylePlugin { Q_OBJECT #if QT_VERSION >= 0x050000 Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QStyleFactoryInterface" FILE "adwaita.json" ) #endif public: //* constructor explicit StylePlugin(QObject *parent = 0): QStylePlugin(parent) {} //* destructor ~StylePlugin(); //* returns list of valid keys QStringList keys() const; //* create style QStyle* create( const QString& ); }; } #endif adwaita-qt-1.0/style/adwaitatileset.cpp000066400000000000000000000205061311200771300202540ustar00rootroot00000000000000/************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaitatileset.h" #include namespace Adwaita { //___________________________________________________________ inline bool bits(TileSet::Tiles flags, TileSet::Tiles testFlags) { return (flags & testFlags) == testFlags; } //______________________________________________________________________________________ inline qreal devicePixelRatio( const QPixmap& pixmap ) { #if QT_VERSION >= 0x050300 return pixmap.devicePixelRatio(); #else Q_UNUSED( pixmap ); return 1; #endif } //______________________________________________________________________________________ inline void setDevicePixelRatio( QPixmap& pixmap, qreal value ) { #if QT_VERSION >= 0x050300 return pixmap.setDevicePixelRatio( value ); #else Q_UNUSED( pixmap ); Q_UNUSED( value ); #endif } //______________________________________________________________ void TileSet::initPixmap( PixmapList& pixmaps, const QPixmap &source, int width, int height, const QRect &rect) { QSize size( width, height ); if( !( size.isValid() && rect.isValid() ) ) { pixmaps.append( QPixmap() ); } else if( size != rect.size() ) { qreal dpiRatio( devicePixelRatio( source ) ); QRect scaledRect( rect.topLeft()*dpiRatio, rect.size()*dpiRatio ); QSize scaledSize( size*dpiRatio ); QPixmap tile( source.copy(scaledRect) ); QPixmap pixmap( scaledSize ); pixmap.fill(Qt::transparent); QPainter painter(&pixmap); painter.drawTiledPixmap(0, 0, scaledSize.width(), scaledSize.height(), tile); setDevicePixelRatio( pixmap, dpiRatio ); pixmaps.append( pixmap ); } else { qreal dpiRatio( devicePixelRatio( source ) ); QRect scaledRect( rect.topLeft()*dpiRatio, rect.size()*dpiRatio ); QPixmap pixmap( source.copy( scaledRect ) ); setDevicePixelRatio( pixmap, dpiRatio ); pixmaps.append( pixmap ); } } //______________________________________________________________ TileSet::TileSet( void ): _w1(0), _h1(0), _w3(0), _h3(0) { _pixmaps.reserve(9); } //______________________________________________________________ TileSet::TileSet(const QPixmap &source, int w1, int h1, int w2, int h2 ): _w1(w1), _h1(h1), _w3(0), _h3(0) { _pixmaps.reserve(9); if( source.isNull() ) return; _w3 = source.width()/devicePixelRatio( source ) - (w1 + w2); _h3 = source.height()/devicePixelRatio( source ) - (h1 + h2); int w = w2; int h = h2; // initialise pixmap array initPixmap( _pixmaps, source, _w1, _h1, QRect(0, 0, _w1, _h1) ); initPixmap( _pixmaps, source, w, _h1, QRect(_w1, 0, w2, _h1) ); initPixmap( _pixmaps, source, _w3, _h1, QRect(_w1+w2, 0, _w3, _h1) ); initPixmap( _pixmaps, source, _w1, h, QRect(0, _h1, _w1, h2) ); initPixmap( _pixmaps, source, w, h, QRect(_w1, _h1, w2, h2) ); initPixmap( _pixmaps, source, _w3, h, QRect(_w1+w2, _h1, _w3, h2) ); initPixmap( _pixmaps, source, _w1, _h3, QRect(0, _h1+h2, _w1, _h3) ); initPixmap( _pixmaps, source, w, _h3, QRect(_w1, _h1+h2, w2, _h3) ); initPixmap( _pixmaps, source, _w3, _h3, QRect(_w1+w2, _h1+h2, _w3, _h3) ); } //___________________________________________________________ void TileSet::render(const QRect &constRect, QPainter *painter, Tiles tiles) const { bool oldHint( painter->testRenderHint( QPainter::SmoothPixmapTransform ) ); painter->setRenderHint( QPainter::SmoothPixmapTransform, true ); // check initialization if( _pixmaps.size() < 9 ) return; // copy source rect QRect rect( constRect ); // get rect dimensions int x0, y0, w, h; rect.getRect(&x0, &y0, &w, &h); // calculate pixmaps widths int wLeft(0); int wRight(0); if( _w1+_w3 > 0 ) { qreal wRatio( qreal( _w1 )/qreal( _w1 + _w3 ) ); wLeft = (tiles&Right) ? qMin( _w1, int(w*wRatio) ):_w1; wRight = (tiles&Left) ? qMin( _w3, int(w*(1.0-wRatio)) ):_w3; } // calculate pixmap heights int hTop(0); int hBottom(0); if( _h1+_h3 > 0 ) { qreal hRatio( qreal( _h1 )/qreal( _h1 + _h3 ) ); hTop = (tiles&Bottom) ? qMin( _h1, int(h*hRatio) ):_h1; hBottom = (tiles&Top) ? qMin( _h3, int(h*(1.0-hRatio)) ):_h3; } // calculate corner locations w -= wLeft + wRight; h -= hTop + hBottom; int x1 = x0 + wLeft; int x2 = x1 + w; int y1 = y0 + hTop; int y2 = y1 + h; int w2 = _pixmaps.at(7).width()/devicePixelRatio( _pixmaps.at(7) ); int h2 = _pixmaps.at(5).height()/devicePixelRatio( _pixmaps.at(5) ); // corner if( bits( tiles, Top|Left) ) painter->drawPixmap(x0, y0, _pixmaps.at(0), 0, 0, wLeft*devicePixelRatio( _pixmaps.at(0) ), hTop*devicePixelRatio( _pixmaps.at(0) )); if( bits( tiles, Top|Right) ) painter->drawPixmap(x2, y0, _pixmaps.at(2), (_w3-wRight)*devicePixelRatio( _pixmaps.at(2) ), 0, wRight*devicePixelRatio( _pixmaps.at(2) ), hTop*devicePixelRatio( _pixmaps.at(2) ) ); if( bits( tiles, Bottom|Left) ) painter->drawPixmap(x0, y2, _pixmaps.at(6), 0, (_h3-hBottom)*devicePixelRatio( _pixmaps.at(6) ), wLeft*devicePixelRatio( _pixmaps.at(6) ), hBottom*devicePixelRatio( _pixmaps.at(6) )); if( bits( tiles, Bottom|Right) ) painter->drawPixmap(x2, y2, _pixmaps.at(8), (_w3-wRight)*devicePixelRatio( _pixmaps.at(8) ), (_h3-hBottom)*devicePixelRatio( _pixmaps.at(8) ), wRight*devicePixelRatio( _pixmaps.at(8) ), hBottom*devicePixelRatio( _pixmaps.at(8) ) ); // top and bottom if( w > 0 ) { if( tiles&Top ) painter->drawPixmap(x1, y0, w, hTop, _pixmaps.at(1), 0, 0, w2*devicePixelRatio( _pixmaps.at(1) ), hTop*devicePixelRatio( _pixmaps.at(1) ) ); if( tiles&Bottom ) painter->drawPixmap(x1, y2, w, hBottom, _pixmaps.at(7), 0, (_h3-hBottom)*devicePixelRatio( _pixmaps.at(7) ), w2*devicePixelRatio( _pixmaps.at(7) ), hBottom*devicePixelRatio( _pixmaps.at(7) ) ); } // left and right if( h > 0 ) { if( tiles&Left ) painter->drawPixmap(x0, y1, wLeft, h, _pixmaps.at(3), 0, 0, wLeft*devicePixelRatio( _pixmaps.at(3) ), h2*devicePixelRatio( _pixmaps.at(3) ) ); if( tiles&Right ) painter->drawPixmap(x2, y1, wRight, h, _pixmaps.at(5), (_w3-wRight)*devicePixelRatio( _pixmaps.at(5) ), 0, wRight*devicePixelRatio( _pixmaps.at(5) ), h2*devicePixelRatio( _pixmaps.at(5) ) ); } // center if( (tiles&Center) && h > 0 && w > 0 ) painter->drawPixmap(x1, y1, w, h, _pixmaps.at(4)); // restore painter->setRenderHint( QPainter::SmoothPixmapTransform, oldHint ); } } adwaita-qt-1.0/style/adwaitatileset.h000066400000000000000000000104231311200771300177160ustar00rootroot00000000000000#ifndef adwaitatileset_h #define adwaitatileset_h /************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include #include #include //* handles proper scaling of pixmap to match widget rect. /** tilesets are collections of stretchable pixmaps corresponding to a given widget corners, sides, and center. corner pixmaps are never stretched. center pixmaps are */ namespace Adwaita { class TileSet { public: /** Create a TileSet from a pixmap. The size of the bottom/right chunks is whatever is left over from the other chunks, whose size is specified in the required parameters. @param w1 width of the left chunks @param h1 height of the top chunks @param w2 width of the not-left-or-right chunks @param h2 height of the not-top-or-bottom chunks */ TileSet(const QPixmap&, int w1, int h1, int w2, int h2 ); //* empty constructor TileSet(); //* destructor virtual ~TileSet() {} /** Flags specifying what sides to draw in ::render. Corners are drawn when the sides forming that corner are drawn, e.g. Top|Left draws the top-center, center-left, and top-left chunks. The center-center chunk is only drawn when Center is requested. */ enum Tile { Top = 0x1, Left = 0x2, Bottom = 0x4, Right = 0x8, Center = 0x10, TopLeft = Top|Left, TopRight = Top|Right, BottomLeft = Bottom|Left, BottomRight = Bottom|Right, Ring = Top|Left|Bottom|Right, Horizontal = Left|Right|Center, Vertical = Top|Bottom|Center, Full = Ring|Center }; Q_DECLARE_FLAGS(Tiles, Tile) /** Fills the specified rect with tiled chunks. Corners are never tiled, edges are tiled in one direction, and the center chunk is tiled in both directions. Partial tiles are used as needed so that the entire rect is perfectly filled. Filling is performed as if all chunks are being drawn. */ void render(const QRect&, QPainter*, Tiles = Ring) const; //* return size associated to this tileset QSize size( void ) const { return QSize( _w1 + _w3, _h1 + _h3 ); } //* is valid bool isValid( void ) const { return _pixmaps.size() == 9; } //* returns pixmap for given index QPixmap pixmap( int index ) const { return _pixmaps[index]; } protected: //* shortcut to pixmap list using PixmapList = QVector; //* initialize pixmap void initPixmap( PixmapList&, const QPixmap&, int w, int h, const QRect& ); private: //* pixmap arry PixmapList _pixmaps; // dimensions int _w1; int _h1; int _w3; int _h3; }; } Q_DECLARE_OPERATORS_FOR_FLAGS(Adwaita::TileSet::Tiles) #endif //TILESET_H adwaita-qt-1.0/style/adwaitawindowmanager.cpp000066400000000000000000000735601311200771300214550ustar00rootroot00000000000000/************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ ////////////////////////////////////////////////////////////////////////////// // adwaitawindowmanager.cpp // pass some window mouse press/release/move event actions to window manager // ------------------- // // Copyright (c) 2014 Hugo Pereira Da Costa // // Largely inspired from BeSpin style // Copyright (C) 2007 Thomas Luebking // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to // deal in the Software without restriction, including without limitation the // rights to use, copy, modify, merge, publish, distribute, sublicense, and/or // sell copies of the Software, and to permit persons to whom the Software is // furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS // IN THE SOFTWARE. ////////////////////////////////////////////////////////////////////////////// #include "adwaitawindowmanager.h" #include "adwaitapropertynames.h" #include "fakeadwaitastyleconfigdata.h" #include "adwaitahelper.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #if QT_VERSION >= 0x050300 // needed to deal with device pixel ratio #include #endif #if ADWAITA_HAVE_X11 #include #include #if ADWAITA_USE_KDE4 #include #else #include #endif #endif #if ADWAITA_HAVE_KWAYLAND #include #include #include #include #include #endif namespace Adwaita { //* provide application-wise event filter /** it us used to unlock dragging and make sure event look is properly restored after a drag has occurred */ class AppEventFilter: public QObject { public: //* constructor explicit AppEventFilter( WindowManager* parent ): QObject( parent ), _parent( parent ) {} //* event filter virtual bool eventFilter( QObject* object, QEvent* event ) { if( event->type() == QEvent::MouseButtonRelease ) { // stop drag timer if( _parent->_dragTimer.isActive() ) { _parent->resetDrag(); } // unlock if( _parent->isLocked() ) { _parent->setLocked( false ); } } if( !_parent->enabled() ) return false; /* if a drag is in progress, the widget will not receive any event we trigger on the first MouseMove or MousePress events that are received by any widget in the application to detect that the drag is finished */ if( _parent->useWMMoveResize() && _parent->_dragInProgress && _parent->_target && ( event->type() == QEvent::MouseMove || event->type() == QEvent::MouseButtonPress ) ) { return appMouseEvent( object, event ); } return false; } protected: //* application-wise event. /** needed to catch end of XMoveResize events */ bool appMouseEvent( QObject*, QEvent* event ) { #if ADWAITA_USE_KDE4 // store target window (see later) QWidget* window( _parent->_target.data()->window() ); #else Q_UNUSED( event ); #endif /* post some mouseRelease event to the target, in order to counter balance the mouse press that triggered the drag. Note that it triggers a resetDrag */ QMouseEvent mouseEvent( QEvent::MouseButtonRelease, _parent->_dragPoint, Qt::LeftButton, Qt::LeftButton, Qt::NoModifier ); qApp->sendEvent( _parent->_target.data(), &mouseEvent ); #if ADWAITA_USE_KDE4 if( event->type() == QEvent::MouseMove ) { /* HACK: quickly move the main cursor out of the window and back this is needed to get the focus right for the window children the origin of this issue is unknown at the moment. This apparently got fixed with qt5 */ QPoint cursor = QCursor::pos(); QCursor::setPos(window->mapToGlobal( window->rect().topRight() ) + QPoint(1, 0) ); QCursor::setPos(cursor); } #endif return false; } private: //* parent WindowManager* _parent; }; //_____________________________________________________________ WindowManager::WindowManager( QObject* parent ): QObject( parent ), _enabled( true ), _useWMMoveResize( true ), _dragMode( StyleConfigData::WD_FULL ), _dragDistance( QApplication::startDragDistance() ), _dragDelay( QApplication::startDragTime() ), _dragAboutToStart( false ), _dragInProgress( false ), _locked( false ), _cursorOverride( false ) #if ADWAITA_HAVE_KWAYLAND , _seat( Q_NULLPTR ) , _pointer( Q_NULLPTR ) , _waylandSerial( 0 ) #endif { // install application wise event filter _appEventFilter = new AppEventFilter( this ); qApp->installEventFilter( _appEventFilter ); } //_____________________________________________________________ void WindowManager::initialize( void ) { setEnabled( StyleConfigData::windowDragMode() != StyleConfigData::WD_NONE ); setDragMode( StyleConfigData::windowDragMode() ); setUseWMMoveResize( StyleConfigData::useWMMoveResize() ); setDragDistance( QApplication::startDragDistance() ); setDragDelay( QApplication::startDragTime() ); initializeWhiteList(); initializeBlackList(); initializeWayland(); } //_______________________________________________________ void WindowManager::initializeWayland() { #if ADWAITA_HAVE_KWAYLAND if( !Helper::isWayland() ) return; if( _seat ) { // already initialized return; } using namespace KWayland::Client; auto connection = ConnectionThread::fromApplication( this ); if( !connection ) { return; } Registry *registry = new Registry( this ); registry->create( connection ); connect(registry, &Registry::interfacesAnnounced, this, [registry, this] { auto interface = registry->interface( Registry::Interface::Seat ); if( interface.name != 0 ) { _seat = registry->createSeat( interface.name, interface.version, this ); connect(_seat, &Seat::hasPointerChanged, this, &WindowManager::waylandHasPointerChanged); } } ); registry->setup(); connection->roundtrip(); #endif } //_______________________________________________________ void WindowManager::waylandHasPointerChanged(bool hasPointer) { #if ADWAITA_HAVE_KWAYLAND Q_ASSERT( _seat ); if( hasPointer ) { if( !_pointer ) { _pointer = _seat->createPointer(this); connect(_pointer, &KWayland::Client::Pointer::buttonStateChanged, this, [this] (quint32 serial) { _waylandSerial = serial; } ); } } else { delete _pointer; _pointer = nullptr; } #else Q_UNUSED( hasPointer ); #endif } //_____________________________________________________________ void WindowManager::registerWidget( QWidget* widget ) { if( isBlackListed( widget ) || isDragable( widget ) ) { /* install filter for dragable widgets. also install filter for blacklisted widgets to be able to catch the relevant events and prevent the drag to happen */ widget->removeEventFilter( this ); widget->installEventFilter( this ); } } //_____________________________________________________________ void WindowManager::unregisterWidget( QWidget* widget ) { if( widget ) { widget->removeEventFilter( this ); } } //_____________________________________________________________ void WindowManager::initializeWhiteList( void ) { _whiteList.clear(); // add user specified whitelisted classnames _whiteList.insert( ExceptionId( QStringLiteral( "MplayerWindow" ) ) ); _whiteList.insert( ExceptionId( QStringLiteral( "ViewSliders@kmix" ) ) ); _whiteList.insert( ExceptionId( QStringLiteral( "Sidebar_Widget@konqueror" ) ) ); foreach( const QString& exception, StyleConfigData::windowDragWhiteList() ) { ExceptionId id( exception ); if( !id.className().isEmpty() ) { _whiteList.insert( ExceptionId( exception ) ); } } } //_____________________________________________________________ void WindowManager::initializeBlackList( void ) { _blackList.clear(); _blackList.insert( ExceptionId( QStringLiteral( "CustomTrackView@kdenlive" ) ) ); _blackList.insert( ExceptionId( QStringLiteral( "MuseScore" ) ) ); _blackList.insert( ExceptionId( QStringLiteral( "KGameCanvasWidget" ) ) ); foreach( const QString& exception, StyleConfigData::windowDragBlackList() ) { ExceptionId id( exception ); if( !id.className().isEmpty() ) { _blackList.insert( ExceptionId( exception ) ); } } } //_____________________________________________________________ bool WindowManager::eventFilter( QObject* object, QEvent* event ) { if( !enabled() ) return false; switch ( event->type() ) { case QEvent::MouseButtonPress: return mousePressEvent( object, event ); break; case QEvent::MouseMove: if ( object == _target.data() ) return mouseMoveEvent( object, event ); break; case QEvent::MouseButtonRelease: if ( _target ) return mouseReleaseEvent( object, event ); break; default: break; } return false; } //_____________________________________________________________ void WindowManager::timerEvent( QTimerEvent* event ) { if( event->timerId() == _dragTimer.timerId() ) { _dragTimer.stop(); if( _target ) { startDrag( _target.data(), _globalDragPoint ); } } else { return QObject::timerEvent( event ); } } //_____________________________________________________________ bool WindowManager::mousePressEvent( QObject* object, QEvent* event ) { // cast event and check buttons/modifiers QMouseEvent *mouseEvent = static_cast( event ); if( !( mouseEvent->modifiers() == Qt::NoModifier && mouseEvent->button() == Qt::LeftButton ) ) { return false; } // check lock if( isLocked() ) return false; else setLocked( true ); // cast to widget QWidget *widget = static_cast( object ); // check if widget can be dragged from current position if( isBlackListed( widget ) || !canDrag( widget ) ) return false; // retrieve widget's child at event position QPoint position( mouseEvent->pos() ); QWidget* child = widget->childAt( position ); if( !canDrag( widget, child, position ) ) return false; // save target and drag point _target = widget; _dragPoint = position; _globalDragPoint = mouseEvent->globalPos(); _dragAboutToStart = true; // send a move event to the current child with same position // if received, it is caught to actually start the drag QPoint localPoint( _dragPoint ); if( child ) localPoint = child->mapFrom( widget, localPoint ); else child = widget; QMouseEvent localMouseEvent( QEvent::MouseMove, localPoint, Qt::LeftButton, Qt::LeftButton, Qt::NoModifier ); qApp->sendEvent( child, &localMouseEvent ); // never eat event return false; } //_____________________________________________________________ bool WindowManager::mouseMoveEvent( QObject* object, QEvent* event ) { Q_UNUSED( object ); // stop timer if( _dragTimer.isActive() ) _dragTimer.stop(); // cast event and check drag distance QMouseEvent *mouseEvent = static_cast( event ); if( !_dragInProgress ) { if( _dragAboutToStart ) { if( mouseEvent->pos() == _dragPoint ) { // start timer, _dragAboutToStart = false; if( _dragTimer.isActive() ) _dragTimer.stop(); _dragTimer.start( _dragDelay, this ); } else resetDrag(); } else if( QPoint( mouseEvent->globalPos() - _globalDragPoint ).manhattanLength() >= _dragDistance ) { _dragTimer.start( 0, this ); } return true; } else if( !useWMMoveResize() ) { // use QWidget::move for the grabbing /* this works only if the sending object and the target are identical */ QWidget* window( _target.data()->window() ); window->move( window->pos() + mouseEvent->pos() - _dragPoint ); return true; } else return false; } //_____________________________________________________________ bool WindowManager::mouseReleaseEvent( QObject* object, QEvent* event ) { Q_UNUSED( object ); Q_UNUSED( event ); resetDrag(); return false; } //_____________________________________________________________ bool WindowManager::isDragable( QWidget* widget ) { // check widget if( !widget ) return false; // accepted default types if( ( qobject_cast( widget ) && widget->isWindow() ) || ( qobject_cast( widget ) && widget->isWindow() ) || qobject_cast( widget ) ) { return true; } // more accepted types, provided they are not dock widget titles if( ( qobject_cast( widget ) || qobject_cast( widget ) || qobject_cast( widget ) || qobject_cast( widget ) ) && !isDockWidgetTitle( widget ) ) { return true; } if( widget->inherits( "KScreenSaver" ) && widget->inherits( "KCModule" ) ) { return true; } if( isWhiteListed( widget ) ) { return true; } // flat toolbuttons if( QToolButton* toolButton = qobject_cast( widget ) ) { if( toolButton->autoRaise() ) return true; } // viewports /* one needs to check that 1/ the widget parent is a scrollarea 2/ it matches its parent viewport 3/ the parent is not blacklisted */ if( QListView* listView = qobject_cast( widget->parentWidget() ) ) { if( listView->viewport() == widget && !isBlackListed( listView ) ) return true; } if( QTreeView* treeView = qobject_cast( widget->parentWidget() ) ) { if( treeView->viewport() == widget && !isBlackListed( treeView ) ) return true; } /* catch labels in status bars. this is because of kstatusbar who captures buttonPress/release events */ if( QLabel* label = qobject_cast( widget ) ) { if( label->textInteractionFlags().testFlag( Qt::TextSelectableByMouse ) ) return false; QWidget* parent = label->parentWidget(); while( parent ) { if( qobject_cast( parent ) ) return true; parent = parent->parentWidget(); } } return false; } //_____________________________________________________________ bool WindowManager::isBlackListed( QWidget* widget ) { // check against noAnimations propery QVariant propertyValue( widget->property( PropertyNames::noWindowGrab ) ); if( propertyValue.isValid() && propertyValue.toBool() ) return true; // list-based blacklisted widgets QString appName( qApp->applicationName() ); foreach( const ExceptionId& id, _blackList ) { if( !id.appName().isEmpty() && id.appName() != appName ) continue; if( id.className() == QStringLiteral( "*" ) && !id.appName().isEmpty() ) { // if application name matches and all classes are selected // disable the grabbing entirely setEnabled( false ); return true; } if( widget->inherits( id.className().toLatin1().data() ) ) return true; } return false; } //_____________________________________________________________ bool WindowManager::isWhiteListed( QWidget* widget ) const { QString appName( qApp->applicationName() ); foreach( const ExceptionId& id, _whiteList ) { if( !id.appName().isEmpty() && id.appName() != appName ) continue; if( widget->inherits( id.className().toLatin1().data() ) ) return true; } return false; } //_____________________________________________________________ bool WindowManager::canDrag( QWidget* widget ) { // check if enabled if( !enabled() ) return false; // assume isDragable widget is already passed // check some special cases where drag should not be effective // check mouse grabber if( QWidget::mouseGrabber() ) return false; /* check cursor shape. Assume that a changed cursor means that some action is in progress and should prevent the drag */ if( widget->cursor().shape() != Qt::ArrowCursor ) return false; // accept return true; } //_____________________________________________________________ bool WindowManager::canDrag( QWidget* widget, QWidget* child, const QPoint& position ) { // retrieve child at given position and check cursor again if( child && child->cursor().shape() != Qt::ArrowCursor ) return false; /* check against children from which drag should never be enabled, even if mousePress/Move has been passed to the parent */ if( child && ( qobject_cast(child ) || qobject_cast( child ) || qobject_cast( child ) ) ) { return false; } // tool buttons if( QToolButton* toolButton = qobject_cast( widget ) ) { if( dragMode() == StyleConfigData::WD_MINIMAL && !qobject_cast(widget->parentWidget() ) ) return false; return toolButton->autoRaise() && !toolButton->isEnabled(); } // check menubar if( QMenuBar* menuBar = qobject_cast( widget ) ) { // do not drag from menubars embedded in Mdi windows if( findParent( widget ) ) return false; // check if there is an active action if( menuBar->activeAction() && menuBar->activeAction()->isEnabled() ) return false; // check if action at position exists and is enabled if( QAction* action = menuBar->actionAt( position ) ) { if( action->isSeparator() ) return true; if( action->isEnabled() ) return false; } // return true in all other cases return true; } /* in MINIMAL mode, anything that has not been already accepted and does not come from a toolbar is rejected */ if( dragMode() == StyleConfigData::WD_MINIMAL ) { if( qobject_cast( widget ) ) return true; else return false; } /* following checks are relevant only for WD_FULL mode */ // tabbar. Make sure no tab is under the cursor if( QTabBar* tabBar = qobject_cast( widget ) ) { return tabBar->tabAt( position ) == -1; } /* check groupboxes prevent drag if unchecking grouboxes */ if( QGroupBox *groupBox = qobject_cast( widget ) ) { // non checkable group boxes are always ok if( !groupBox->isCheckable() ) return true; // gather options to retrieve checkbox subcontrol rect QStyleOptionGroupBox opt; opt.initFrom( groupBox ); if( groupBox->isFlat() ) opt.features |= QStyleOptionFrameV2::Flat; opt.lineWidth = 1; opt.midLineWidth = 0; opt.text = groupBox->title(); opt.textAlignment = groupBox->alignment(); opt.subControls = (QStyle::SC_GroupBoxFrame | QStyle::SC_GroupBoxCheckBox); if (!groupBox->title().isEmpty()) opt.subControls |= QStyle::SC_GroupBoxLabel; opt.state |= (groupBox->isChecked() ? QStyle::State_On : QStyle::State_Off); // check against groupbox checkbox if( groupBox->style()->subControlRect(QStyle::CC_GroupBox, &opt, QStyle::SC_GroupBoxCheckBox, groupBox ).contains( position ) ) { return false; } // check against groupbox label if( !groupBox->title().isEmpty() && groupBox->style()->subControlRect(QStyle::CC_GroupBox, &opt, QStyle::SC_GroupBoxLabel, groupBox ).contains( position ) ) { return false; } return true; } // labels if( QLabel* label = qobject_cast( widget ) ) { if( label->textInteractionFlags().testFlag( Qt::TextSelectableByMouse ) ) return false; } // abstract item views QAbstractItemView* itemView( nullptr ); if( ( itemView = qobject_cast( widget->parentWidget() ) ) || ( itemView = qobject_cast( widget->parentWidget() ) ) ) { if( widget == itemView->viewport() ) { // QListView if( itemView->frameShape() != QFrame::NoFrame ) return false; else if( itemView->selectionMode() != QAbstractItemView::NoSelection && itemView->selectionMode() != QAbstractItemView::SingleSelection && itemView->model() && itemView->model()->rowCount() ) return false; else if( itemView->model() && itemView->indexAt( position ).isValid() ) return false; } } else if( ( itemView = qobject_cast( widget->parentWidget() ) ) ) { if( widget == itemView->viewport() ) { // QAbstractItemView if( itemView->frameShape() != QFrame::NoFrame ) return false; else if( itemView->indexAt( position ).isValid() ) return false; } } else if( QGraphicsView* graphicsView = qobject_cast( widget->parentWidget() ) ) { if( widget == graphicsView->viewport() ) { // QGraphicsView if( graphicsView->frameShape() != QFrame::NoFrame ) return false; else if( graphicsView->dragMode() != QGraphicsView::NoDrag ) return false; else if( graphicsView->itemAt( position ) ) return false; } } return true; } //____________________________________________________________ void WindowManager::resetDrag( void ) { if( (!useWMMoveResize() ) && _target && _cursorOverride ) { qApp->restoreOverrideCursor(); _cursorOverride = false; } _target.clear(); if( _dragTimer.isActive() ) _dragTimer.stop(); _dragPoint = QPoint(); _globalDragPoint = QPoint(); _dragAboutToStart = false; _dragInProgress = false; } //____________________________________________________________ void WindowManager::startDrag( QWidget* widget, const QPoint& position ) { if( !( enabled() && widget ) ) return; if( QWidget::mouseGrabber() ) return; // ungrab pointer if( useWMMoveResize() ) { if( Helper::isX11() ) { startDragX11( widget, position ); } else if( Helper::isWayland() ) { startDragWayland( widget, position ); } } else if( !_cursorOverride ) { qApp->setOverrideCursor( Qt::SizeAllCursor ); _cursorOverride = true; } _dragInProgress = true; return; } //_______________________________________________________ void WindowManager::startDragX11( QWidget* widget, const QPoint& position ) { #if ADWAITA_HAVE_X11 // connection xcb_connection_t* connection( Helper::connection() ); // window WId window( widget->window()->winId() ); #if QT_VERSION >= 0x050300 qreal dpiRatio = 1; QWindow* windowHandle = widget->window()->windowHandle(); if( windowHandle ) dpiRatio = windowHandle->devicePixelRatio(); else dpiRatio = qApp->devicePixelRatio(); dpiRatio = qApp->devicePixelRatio(); #else qreal dpiRatio = 1; #endif #if ADWAITA_USE_KDE4 Display* net_connection = QX11Info::display(); #else xcb_connection_t* net_connection = connection; #endif xcb_ungrab_pointer( connection, XCB_TIME_CURRENT_TIME ); NETRootInfo( net_connection, NET::WMMoveResize ).moveResizeRequest( window, position.x() * dpiRatio, position.y() * dpiRatio, NET::Move ); #else Q_UNUSED( widget ); Q_UNUSED( position ); #endif } //_______________________________________________________ void WindowManager::startDragWayland( QWidget* widget, const QPoint& position ) { #if ADWAITA_HAVE_KWAYLAND if( !_seat ) { return; } /* TODO RETURN THIS QWindow* windowHandle = widget->window()->windowHandle(); auto shellSurface = KWayland::Client::ShellSurface::fromWindow(windowHandle); if( !shellSurface ) { // TODO: also check for xdg-shell in future return; } shellSurface->requestMove( _seat, _waylandSerial ); */ #else Q_UNUSED( widget ); Q_UNUSED( position ); #endif } //____________________________________________________________ bool WindowManager::supportWMMoveResize( void ) const { #if ADWAITA_HAVE_KWAYLAND if( Helper::isWayland() ) { return true; } #endif #if ADWAITA_HAVE_X11 return Helper::isX11(); #else return false; #endif } //____________________________________________________________ bool WindowManager::isDockWidgetTitle( const QWidget* widget ) const { if( !widget ) return false; if( const QDockWidget* dockWidget = qobject_cast( widget->parent() ) ) { return widget == dockWidget->titleBarWidget(); } else return false; } } adwaita-qt-1.0/style/adwaitawindowmanager.h000066400000000000000000000213551311200771300211150ustar00rootroot00000000000000#ifndef adwaitawindowmanager_h #define adwaitawindowmanager_h /************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaita.h" #include "config-adwaita.h" #include #include #include #include #include #include #if ADWAITA_HAVE_KWAYLAND namespace KWayland { namespace Client { class Pointer; class Seat; } } #endif namespace Adwaita { class WindowManager: public QObject { Q_OBJECT public: //* constructor explicit WindowManager( QObject* ); //* destructor virtual ~WindowManager( void ) {} //* initialize /** read relevant options from config */ void initialize( void ); //* register widget void registerWidget( QWidget* ); //* unregister widget void unregisterWidget( QWidget* ); //* event filter [reimplemented] virtual bool eventFilter( QObject*, QEvent* ); protected: //* timer event, /** used to start drag if button is pressed for a long enough time */ void timerEvent( QTimerEvent* ); //* mouse press event bool mousePressEvent( QObject*, QEvent* ); //* mouse move event bool mouseMoveEvent( QObject*, QEvent* ); //* mouse release event bool mouseReleaseEvent( QObject*, QEvent* ); //*@name configuration //@{ //* enable state bool enabled( void ) const { return _enabled; } //* enable state void setEnabled( bool value ) { _enabled = value; } //* returns true if window manager is used for moving bool useWMMoveResize( void ) const { return supportWMMoveResize() && _useWMMoveResize; } //* use window manager for moving, when available void setUseWMMoveResize( bool value ) { _useWMMoveResize = value; } //* drag mode int dragMode( void ) const { return _dragMode; } //* drag mode void setDragMode( int value ) { _dragMode = value; } //* drag distance (pixels) void setDragDistance( int value ) { _dragDistance = value; } //* drag delay (msec) void setDragDelay( int value ) { _dragDelay = value; } //* set list of whiteListed widgets /** white list is read from options and is used to adjust per-app window dragging issues */ void initializeWhiteList(); //* set list of blackListed widgets /** black list is read from options and is used to adjust per-app window dragging issues */ void initializeBlackList( void ); //* initializes the Wayland specific parts void initializeWayland(); //* The Wayland Seat's hasPointer property changed void waylandHasPointerChanged(bool hasPointer); //@} //* returns true if widget is dragable bool isDragable( QWidget* ); //* returns true if widget is dragable bool isBlackListed( QWidget* ); //* returns true if widget is dragable bool isWhiteListed( QWidget* ) const; //* returns true if drag can be started from current widget bool canDrag( QWidget* ); //* returns true if drag can be started from current widget and position /** child at given position is passed as second argument */ bool canDrag( QWidget*, QWidget*, const QPoint& ); //* reset drag void resetDrag( void ); //* start drag void startDrag( QWidget*, const QPoint& ); //* X11 specific implementation for startDrag void startDragX11( QWidget*, const QPoint& ); //* Wayland specific implementation for startDrag void startDragWayland( QWidget*, const QPoint& ); //* returns true if window manager is used for moving /** right now this is true only for X11 */ bool supportWMMoveResize( void ) const; //* utility function bool isDockWidgetTitle( const QWidget* ) const; //*@name lock //@{ void setLocked( bool value ) { _locked = value; } //* lock bool isLocked( void ) const { return _locked; } //@} //* returns first widget matching given class, or 0L if none template T findParent( const QWidget* ) const; private: //* enability bool _enabled; //* use WM moveResize bool _useWMMoveResize; //* drag mode int _dragMode; //* drag distance /** this is copied from kwin::geometry */ int _dragDistance; //* drag delay /** this is copied from kwin::geometry */ int _dragDelay; //* wrapper for exception id class ExceptionId: public QPair { public: //* constructor explicit ExceptionId( const QString& value ) { const QStringList args( value.split( QChar::fromLatin1( '@' ) ) ); if( args.isEmpty() ) return; second = args[0].trimmed(); if( args.size()>1 ) first = args[1].trimmed(); } const QString& appName( void ) const { return first; } const QString& className( void ) const { return second; } }; //* exception set using ExceptionSet = QSet; //* list of white listed special widgets /** it is read from options and is used to adjust per-app window dragging issues */ ExceptionSet _whiteList; //* list of black listed special widgets /** it is read from options and is used to adjust per-app window dragging issues */ ExceptionSet _blackList; //* drag point QPoint _dragPoint; QPoint _globalDragPoint; //* drag timer QBasicTimer _dragTimer; //* target being dragged /** Weak pointer is used in case the target gets deleted while drag is in progress */ WeakPointer _target; //* true if drag is about to start bool _dragAboutToStart; //* true if drag is in progress bool _dragInProgress; //* true if drag is locked bool _locked; //* cursor override /** used to keep track of application cursor being overridden when dragging in non-WM mode */ bool _cursorOverride; //* application event filter QObject* _appEventFilter; #if ADWAITA_HAVE_KWAYLAND //* The Wayland seat object which needs to be passed to move requests. KWayland::Client::Seat* _seat; //* The Wayland pointer object where we get pointer events on. KWayland::Client::Pointer* _pointer; //* latest searial which needs to be passed to the move requests. quint32 _waylandSerial; #endif //* allow access of all private members to the app event filter friend class AppEventFilter; }; //____________________________________________________________________ template T WindowManager::findParent( const QWidget* widget ) const { if( !widget ) return 0L; for( QWidget* parent = widget->parentWidget(); parent; parent = parent->parentWidget() ) { if( T cast = qobject_cast(parent) ) return cast; } return 0L; } } #endif adwaita-qt-1.0/style/animations/000077500000000000000000000000001311200771300167035ustar00rootroot00000000000000adwaita-qt-1.0/style/animations/adwaitaanimation.cpp000066400000000000000000000025461311200771300227300ustar00rootroot00000000000000/************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaitaanimation.h" adwaita-qt-1.0/style/animations/adwaitaanimation.h000066400000000000000000000041461311200771300223730ustar00rootroot00000000000000#ifndef adwaitaanimation_h #define adwaitaanimation_h /************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaita.h" #include #include namespace Adwaita { class Animation: public QPropertyAnimation { Q_OBJECT public: //* convenience using Pointer = WeakPointer; //* constructor Animation( int duration, QObject* parent ): QPropertyAnimation( parent ) { setDuration( duration ); } //* destructor virtual ~Animation( void ) = default; //* true if running bool isRunning( void ) const { return state() == Animation::Running; } //* restart void restart( void ) { if( isRunning() ) stop(); start(); } }; } #endif adwaita-qt-1.0/style/animations/adwaitaanimationdata.cpp000066400000000000000000000036161311200771300235610ustar00rootroot00000000000000/************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaitaanimationdata.h" namespace Adwaita { const qreal AnimationData::OpacityInvalid = -1; int AnimationData::_steps = 0; //_________________________________________________________________________________ void AnimationData::setupAnimation( const Animation::Pointer& animation, const QByteArray& property ) { // setup animation animation.data()->setStartValue( 0.0 ); animation.data()->setEndValue( 1.0 ); animation.data()->setTargetObject( this ); animation.data()->setPropertyName( property ); } } adwaita-qt-1.0/style/animations/adwaitaanimationdata.h000066400000000000000000000060651311200771300232270ustar00rootroot00000000000000#ifndef adwaita_animationdata_h #define adwaita_animationdata_h /************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaitaanimation.h" #include #include #include #include namespace Adwaita { //* base class class AnimationData: public QObject { Q_OBJECT public: //* constructor AnimationData( QObject* parent, QWidget* target ): QObject( parent ), _target( target ), _enabled( true ) { Q_ASSERT( _target ); } //* destructor virtual ~AnimationData( void ) {} //* duration virtual void setDuration( int ) = 0; //* steps static void setSteps( int value ) { _steps = value; } //* enability virtual bool enabled( void ) const { return _enabled; } //* enability virtual void setEnabled( bool value ) { _enabled = value; } //* target const WeakPointer& target( void ) const { return _target; } //* invalid opacity static const qreal OpacityInvalid; protected: //* setup animation virtual void setupAnimation( const Animation::Pointer& animation, const QByteArray& property ); //* apply step virtual qreal digitize( const qreal& value ) const { if( _steps > 0 ) return std::floor( value*_steps )/_steps; else return value; } //* trigger target update virtual void setDirty( void ) const { if( _target ) _target.data()->update(); } private: //* guarded target WeakPointer _target; //* enability bool _enabled; //* steps static int _steps; }; } #endif adwaita-qt-1.0/style/animations/adwaitaanimations.cpp000066400000000000000000000233301311200771300231050ustar00rootroot00000000000000/************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaitaanimations.h" #include "adwaitapropertynames.h" #include "fakeadwaitastyleconfigdata.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include namespace Adwaita { //____________________________________________________________ Animations::Animations( QObject* parent ): QObject( parent ) { _widgetEnabilityEngine = new WidgetStateEngine( this ); _busyIndicatorEngine = new BusyIndicatorEngine( this ); _comboBoxEngine = new WidgetStateEngine( this ); _toolButtonEngine = new WidgetStateEngine( this ); _spinBoxEngine = new SpinBoxEngine( this ); _toolBoxEngine = new ToolBoxEngine( this ); registerEngine( _headerViewEngine = new HeaderViewEngine( this ) ); registerEngine( _widgetStateEngine = new WidgetStateEngine( this ) ); registerEngine( _inputWidgetEngine = new WidgetStateEngine( this ) ); registerEngine( _scrollBarEngine = new ScrollBarEngine( this ) ); registerEngine( _stackedWidgetEngine = new StackedWidgetEngine( this ) ); registerEngine( _tabBarEngine = new TabBarEngine( this ) ); registerEngine( _dialEngine = new DialEngine( this ) ); } //____________________________________________________________ void Animations::setupEngines( void ) { // animation steps AnimationData::setSteps( StyleConfigData::animationSteps() ); bool animationsEnabled( StyleConfigData::animationsEnabled() ); int animationsDuration( StyleConfigData::animationsDuration() ); _widgetEnabilityEngine->setEnabled( animationsEnabled ); _comboBoxEngine->setEnabled( animationsEnabled ); _toolButtonEngine->setEnabled( animationsEnabled ); _spinBoxEngine->setEnabled( animationsEnabled ); _toolBoxEngine->setEnabled( animationsEnabled ); _widgetEnabilityEngine->setDuration( animationsDuration ); _comboBoxEngine->setDuration( animationsDuration ); _toolButtonEngine->setDuration( animationsDuration ); _spinBoxEngine->setDuration( animationsDuration ); _stackedWidgetEngine->setDuration( animationsDuration ); _toolBoxEngine->setDuration( animationsDuration ); // registered engines foreach( const BaseEngine::Pointer& engine, _engines ) { engine.data()->setEnabled( animationsEnabled ); engine.data()->setDuration( animationsDuration ); } // stacked widget transition has an extra flag for animations _stackedWidgetEngine->setEnabled( animationsEnabled && StyleConfigData::stackedWidgetTransitionsEnabled() ); // busy indicator _busyIndicatorEngine->setEnabled( StyleConfigData::progressBarAnimated() ); _busyIndicatorEngine->setDuration( StyleConfigData::progressBarBusyStepDuration() ); } //____________________________________________________________ void Animations::registerWidget( QWidget* widget ) const { if( !widget ) return; // check against noAnimations propery QVariant propertyValue( widget->property( PropertyNames::noAnimations ) ); if( propertyValue.isValid() && propertyValue.toBool() ) return; // all widgets are registered to the enability engine. _widgetEnabilityEngine->registerWidget( widget, AnimationEnable ); // install animation timers // for optimization, one should put with most used widgets here first // buttons if( qobject_cast(widget) ) { _toolButtonEngine->registerWidget( widget, AnimationHover|AnimationPressed ); _widgetStateEngine->registerWidget( widget, AnimationHover|AnimationPressed ); } else if( qobject_cast(widget) || qobject_cast(widget) ) { _widgetStateEngine->registerWidget( widget, AnimationHover|AnimationFocus|AnimationPressed ); } else if( qobject_cast(widget) ) { // register to toolbox engine if needed if( qobject_cast( widget->parent() ) ) { _toolBoxEngine->registerWidget( widget ); } _widgetStateEngine->registerWidget( widget, AnimationHover|AnimationPressed ); } // groupboxes else if( QGroupBox* groupBox = qobject_cast( widget ) ) { if( groupBox->isCheckable() ) { _widgetStateEngine->registerWidget( widget, AnimationHover|AnimationFocus ); } } // sliders else if( qobject_cast( widget ) ) { _scrollBarEngine->registerWidget( widget, AnimationHover|AnimationFocus ); } else if( qobject_cast( widget ) ) { _widgetStateEngine->registerWidget( widget, AnimationHover|AnimationFocus ); } else if( qobject_cast( widget ) ) { _dialEngine->registerWidget( widget, AnimationHover|AnimationFocus ); } // progress bar else if( qobject_cast( widget ) ) { _busyIndicatorEngine->registerWidget( widget ); } // combo box else if( qobject_cast( widget ) ) { _comboBoxEngine->registerWidget( widget, AnimationHover|AnimationPressed ); _inputWidgetEngine->registerWidget( widget, AnimationHover|AnimationFocus|AnimationPressed ); } // spinbox else if( qobject_cast( widget ) ) { _spinBoxEngine->registerWidget( widget ); _inputWidgetEngine->registerWidget( widget, AnimationHover|AnimationFocus|AnimationPressed ); } // editors else if( qobject_cast( widget ) ) { _inputWidgetEngine->registerWidget( widget, AnimationHover|AnimationFocus ); } else if( qobject_cast( widget ) ) { _inputWidgetEngine->registerWidget( widget, AnimationHover|AnimationFocus ); } else if( widget->inherits( "KTextEditor::View" ) ) { _inputWidgetEngine->registerWidget( widget, AnimationHover|AnimationFocus ); } // header views // need to come before abstract item view, otherwise is skipped else if( qobject_cast( widget ) ) { _headerViewEngine->registerWidget( widget ); } // lists else if( qobject_cast( widget ) ) { _inputWidgetEngine->registerWidget( widget, AnimationHover|AnimationFocus ); } // tabbar else if( qobject_cast( widget ) ) { _tabBarEngine->registerWidget( widget ); } // scrollarea else if( QAbstractScrollArea* scrollArea = qobject_cast( widget ) ) { if( scrollArea->frameShadow() == QFrame::Sunken && (widget->focusPolicy()&Qt::StrongFocus) ) { _inputWidgetEngine->registerWidget( widget, AnimationHover|AnimationFocus ); } } // stacked widgets if( QStackedWidget* stack = qobject_cast( widget ) ) { _stackedWidgetEngine->registerWidget( stack ); } return; } //____________________________________________________________ void Animations::unregisterWidget( QWidget* widget ) const { if( !widget ) return; _widgetEnabilityEngine->unregisterWidget( widget ); _spinBoxEngine->unregisterWidget( widget ); _comboBoxEngine->unregisterWidget( widget ); _busyIndicatorEngine->registerWidget( widget ); // the following allows some optimization of widget unregistration // it assumes that a widget can be registered atmost in one of the // engines stored in the list. foreach( const BaseEngine::Pointer& engine, _engines ) { if( engine && engine.data()->unregisterWidget( widget ) ) break; } } //_______________________________________________________________ void Animations::unregisterEngine( QObject* object ) { int index( _engines.indexOf( qobject_cast(object) ) ); if( index >= 0 ) _engines.removeAt( index ); } //_______________________________________________________________ void Animations::registerEngine( BaseEngine* engine ) { _engines.append( engine ); connect( engine, SIGNAL(destroyed(QObject*)), this, SLOT(unregisterEngine(QObject*)) ); } } adwaita-qt-1.0/style/animations/adwaitaanimations.h000066400000000000000000000120711311200771300225520ustar00rootroot00000000000000#ifndef adwaitaanimations_h #define adwaitaanimations_h /************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaitabusyindicatorengine.h" #include "adwaitadialengine.h" #include "adwaitaheaderviewengine.h" #include "adwaitascrollbarengine.h" #include "adwaitaspinboxengine.h" #include "adwaitastackedwidgetengine.h" #include "adwaitatabbarengine.h" #include "adwaitatoolboxengine.h" #include "adwaitawidgetstateengine.h" #include #include namespace Adwaita { //* stores engines class Animations: public QObject { Q_OBJECT public: //* constructor explicit Animations( QObject* ); //* destructor virtual ~Animations( void ) {} //* register animations corresponding to given widget, depending on its type. void registerWidget( QWidget* widget ) const; /** unregister all animations associated to a widget */ void unregisterWidget( QWidget* widget ) const; //* enability engine WidgetStateEngine& widgetEnabilityEngine( void ) const { return *_widgetEnabilityEngine; } //* abstractButton engine WidgetStateEngine& widgetStateEngine( void ) const { return *_widgetStateEngine; } //* editable combobox arrow hover engine WidgetStateEngine& comboBoxEngine( void ) const { return *_comboBoxEngine; } //! Tool buttons arrow hover engine WidgetStateEngine& toolButtonEngine( void ) const { return *_toolButtonEngine; } //! item view engine WidgetStateEngine& inputWidgetEngine( void ) const { return *_inputWidgetEngine; } //* busy indicator BusyIndicatorEngine& busyIndicatorEngine( void ) const { return *_busyIndicatorEngine; } //* header view engine HeaderViewEngine& headerViewEngine( void ) const { return *_headerViewEngine; } //* scrollbar engine ScrollBarEngine& scrollBarEngine( void ) const { return *_scrollBarEngine; } //* dial engine DialEngine& dialEngine( void ) const { return *_dialEngine; } //* spinbox engine SpinBoxEngine& spinBoxEngine( void ) const { return *_spinBoxEngine; } //* tabbar TabBarEngine& tabBarEngine( void ) const { return *_tabBarEngine; } //* toolbox ToolBoxEngine& toolBoxEngine( void ) const { return *_toolBoxEngine; } //* setup engines void setupEngines( void ); protected Q_SLOTS: //* enregister engine void unregisterEngine( QObject* ); private: //* register new engine void registerEngine( BaseEngine* engine ); //* busy indicator BusyIndicatorEngine* _busyIndicatorEngine; //* headerview hover effect HeaderViewEngine* _headerViewEngine; //* widget enability engine WidgetStateEngine* _widgetEnabilityEngine; //* abstract button engine WidgetStateEngine* _widgetStateEngine; //* editable combobox arrow hover effect WidgetStateEngine* _comboBoxEngine; //! mennu toolbutton arrow hover effect WidgetStateEngine* _toolButtonEngine; //! item view engine WidgetStateEngine* _inputWidgetEngine; //* scrollbar engine ScrollBarEngine* _scrollBarEngine; //* dial engine DialEngine* _dialEngine; //* spinbox engine SpinBoxEngine* _spinBoxEngine; //* stacked widget engine StackedWidgetEngine* _stackedWidgetEngine; //* tabbar engine TabBarEngine* _tabBarEngine; //* toolbar engine ToolBoxEngine* _toolBoxEngine; //* keep list of existing engines QList< BaseEngine::Pointer > _engines; }; } #endif adwaita-qt-1.0/style/animations/adwaitabaseengine.cpp000066400000000000000000000025471311200771300230520ustar00rootroot00000000000000/************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaitabaseengine.h" adwaita-qt-1.0/style/animations/adwaitabaseengine.h000066400000000000000000000054201311200771300225100ustar00rootroot00000000000000#ifndef adwaitabaseengine_h #define adwaitabaseengine_h /************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaita.h" #include #include namespace Adwaita { //* base class for all animation engines /** it is used to store configuration values used by all animations stored in the engine */ class BaseEngine: public QObject { Q_OBJECT public: using Pointer = WeakPointer; //* constructor explicit BaseEngine( QObject* parent ): QObject( parent ), _enabled( true ), _duration( 200 ) {} //* destructor virtual ~BaseEngine( void ) {} //* enability virtual void setEnabled( bool value ) { _enabled = value; } //* enability virtual bool enabled( void ) const { return _enabled; } //* duration virtual void setDuration( int value ) { _duration = value; } //* duration virtual int duration( void ) const { return _duration; } //* unregister widget virtual bool unregisterWidget( QObject* object ) = 0; //* list of widgets using WidgetList = QSet; //* returns registered widgets virtual WidgetList registeredWidgets( void ) const { return WidgetList(); } private: //* engine enability bool _enabled; //* animation duration int _duration; }; } #endif adwaita-qt-1.0/style/animations/adwaitabusyindicatordata.cpp000066400000000000000000000025561311200771300244630ustar00rootroot00000000000000/************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaitabusyindicatordata.h" adwaita-qt-1.0/style/animations/adwaitabusyindicatordata.h000066400000000000000000000043531311200771300241250ustar00rootroot00000000000000#ifndef adwaitabusyindicatordata_h #define adwaitabusyindicatordata_h /************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include namespace Adwaita { class BusyIndicatorData: public QObject { Q_OBJECT public: //* constructor explicit BusyIndicatorData( QObject* parent ): QObject( parent ), _animated( false ) {} //* destructor virtual ~BusyIndicatorData( void ) {} //*@name accessors //@{ //* animated bool isAnimated( void ) const { return _animated; } //@} //*@name modifiers //@{ //* enabled void setEnabled( bool ) {} //* enabled void setDuration( int ) {} //* animated void setAnimated( bool value ) { _animated = value; } //@} private: //* animated bool _animated; }; } #endif adwaita-qt-1.0/style/animations/adwaitabusyindicatorengine.cpp000066400000000000000000000133141311200771300250110ustar00rootroot00000000000000/************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaitabusyindicatorengine.h" #include "adwaita.h" #include namespace Adwaita { //_______________________________________________ BusyIndicatorEngine::BusyIndicatorEngine( QObject* object ): BaseEngine( object ) {} //_______________________________________________ bool BusyIndicatorEngine::registerWidget( QObject* object ) { // check widget validity if( !object ) return false; // create new data class if( !_data.contains( object ) ) { _data.insert( object, new BusyIndicatorData( this ) ); // connect destruction signal connect( object, SIGNAL(destroyed(QObject*)), this, SLOT(unregisterWidget(QObject*)), Qt::UniqueConnection ); } return true; } //____________________________________________________________ bool BusyIndicatorEngine::isAnimated( const QObject* object ) { DataMap::Value data( BusyIndicatorEngine::data( object ) ); return data && data.data()->isAnimated(); } //____________________________________________________________ void BusyIndicatorEngine::setDuration( int value ) { if( duration() == value ) return; BaseEngine::setDuration( value ); // restart timer with specified time if( _animation ) { _animation.data()->setDuration( value ); } } //____________________________________________________________ void BusyIndicatorEngine::setAnimated( const QObject* object, bool value ) { DataMap::Value data( BusyIndicatorEngine::data( object ) ); if( data ) { // update data data.data()->setAnimated( value ); // start timer if needed if( value ) { if( !_animation ) { // create animation if not already there _animation = new Animation( duration(), this ); // setup _animation.data()->setStartValue( 0.0 ); _animation.data()->setEndValue( 100.0 ); _animation.data()->setTargetObject( this ); _animation.data()->setPropertyName( "value" ); _animation.data()->setLoopCount( -1 ); _animation.data()->setDuration( duration() * 3); } // start if not already running if( !_animation.data()->isRunning() ) { _animation.data()->start(); } } } return; } //____________________________________________________________ DataMap::Value BusyIndicatorEngine::data( const QObject* object ) { return _data.find( object ).data(); } //_______________________________________________ void BusyIndicatorEngine::setValue( int value ) { // update _value = value; bool animated( false ); // loop over objects in map for( DataMap::iterator iter = _data.begin(); iter != _data.end(); ++iter ) { if( iter.value().data()->isAnimated() ) { // update animation flag animated = true; // emit update signal on object if( const_cast( iter.key() )->inherits( "QQuickStyleItem" )) { //QtQuickControls "rerender" method is updateItem QMetaObject::invokeMethod( const_cast( iter.key() ), "updateItem", Qt::QueuedConnection); } else { QMetaObject::invokeMethod( const_cast( iter.key() ), "update", Qt::QueuedConnection); } } } if( _animation && !animated ) { _animation.data()->stop(); _animation.data()->deleteLater(); _animation.clear(); } } //__________________________________________________________ bool BusyIndicatorEngine::unregisterWidget( QObject* object ) { bool removed( _data.unregisterWidget( object ) ); if( _animation && _data.isEmpty() ) { _animation.data()->stop(); _animation.data()->deleteLater(); _animation.clear(); } return removed; } } adwaita-qt-1.0/style/animations/adwaitabusyindicatorengine.h000066400000000000000000000057171311200771300244660ustar00rootroot00000000000000#ifndef adwaitabusyindicatorengine_h #define adwaitabusyindicatorengine_h /************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaitaanimation.h" #include "adwaitabaseengine.h" #include "adwaitabusyindicatordata.h" #include "adwaitadatamap.h" namespace Adwaita { //* handles progress bar animations class BusyIndicatorEngine: public BaseEngine { Q_OBJECT //* declare opacity property Q_PROPERTY( int value READ value WRITE setValue ) public: //* constructor explicit BusyIndicatorEngine( QObject* ); //* destructor virtual ~BusyIndicatorEngine( void ) {} //*@name accessors //@{ //* true if widget is animated virtual bool isAnimated( const QObject* ); //* value virtual int value( void ) const { return _value; } //@} //*@name modifiers //@{ //* register progressbar virtual bool registerWidget( QObject* ); //* duration virtual void setDuration( int ); //* set object as animated virtual void setAnimated( const QObject*, bool ); //* opacity virtual void setValue( int value ); //@} public Q_SLOTS: //* remove widget from map virtual bool unregisterWidget( QObject* ); protected: //* returns data associated to widget DataMap::Value data( const QObject* ); private: //* map widgets to progressbar data DataMap _data; //* animation Animation::Pointer _animation; //* value int _value = 0; }; } #endif adwaita-qt-1.0/style/animations/adwaitadatamap.h000066400000000000000000000112771311200771300220260ustar00rootroot00000000000000#ifndef adwaitadatamap_h #define adwaitadatamap_h /************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaita.h" #include #include #include namespace Adwaita { //* data map /** it maps templatized data object to associated object */ template< typename K, typename T > class BaseDataMap: public QMap< const K*, WeakPointer > { public: using Key = const K*; using Value = WeakPointer; //* constructor BaseDataMap( void ): QMap(), _enabled( true ), _lastKey( NULL ) {} //* destructor virtual ~BaseDataMap( void ) {} //* insertion virtual typename QMap< Key, Value >::iterator insert( const Key& key, const Value& value, bool enabled = true ) { if( value ) value.data()->setEnabled( enabled ); return QMap< Key, Value >::insert( key, value ); } //* find value Value find( Key key ) { if( !( enabled() && key ) ) return Value(); if( key == _lastKey ) return _lastValue; else { Value out; typename QMap::iterator iter( QMap::find( key ) ); if( iter != QMap::end() ) out = iter.value(); _lastKey = key; _lastValue = out; return out; } } //* unregister widget bool unregisterWidget( Key key ) { // check key if( !key ) return false; // clear last value if needed if( key == _lastKey ) { if( _lastValue ) _lastValue.clear(); _lastKey = NULL; } // find key in map typename QMap::iterator iter( QMap::find( key ) ); if( iter == QMap::end() ) return false; // delete value from map if found if( iter.value() ) iter.value().data()->deleteLater(); QMap::erase( iter ); return true; } //* maxFrame void setEnabled( bool enabled ) { _enabled = enabled; foreach( const Value& value, *this ) { if( value ) value.data()->setEnabled( enabled ); } } //* enability bool enabled( void ) const { return _enabled; } //* duration void setDuration( int duration ) const { foreach( const Value& value, *this ) { if( value ) value.data()->setDuration( duration ); } } private: //* enability bool _enabled; //* last key Key _lastKey; //* last value Value _lastValue; }; //* standard data map, using QObject as a key template< typename T > class DataMap: public BaseDataMap< QObject, T > { public: //* constructor DataMap( void ) {} //* destructor virtual ~DataMap( void ) {} }; //* QPaintDevice based dataMap template< typename T > class PaintDeviceDataMap: public BaseDataMap< QPaintDevice, T > { public: //* constructor PaintDeviceDataMap( void ) {} //* destructor virtual ~PaintDeviceDataMap( void ) {} }; } #endif adwaita-qt-1.0/style/animations/adwaitadialdata.cpp000066400000000000000000000061511311200771300225100ustar00rootroot00000000000000/************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaitadialdata.h" #include #include namespace Adwaita { //______________________________________________ DialData::DialData( QObject* parent, QWidget* target, int duration ): WidgetStateData( parent, target, duration ), _position( -1, -1 ) { target->installEventFilter( this ); } //______________________________________________ bool DialData::eventFilter( QObject* object, QEvent* event ) { if( object != target().data() ) { return WidgetStateData::eventFilter( object, event ); } // check event type switch( event->type() ) { case QEvent::HoverEnter: case QEvent::HoverMove: hoverMoveEvent( object, event ); break; case QEvent::HoverLeave: hoverLeaveEvent( object, event ); break; default: break; } return WidgetStateData::eventFilter( object, event ); } //______________________________________________ void DialData::hoverMoveEvent( QObject* object, QEvent* event ) { // try cast object to dial QDial* scrollBar( qobject_cast( object ) ); if( !scrollBar || scrollBar->isSliderDown() ) return; // cast event QHoverEvent *hoverEvent = static_cast(event); // store position _position = hoverEvent->pos(); // trigger animation if position match handle rect updateState( _handleRect.contains( _position ) ); } //______________________________________________ void DialData::hoverLeaveEvent( QObject*, QEvent* ) { // reset hover state updateState( false ); // reset mouse position _position = QPoint( -1, -1 ); } } adwaita-qt-1.0/style/animations/adwaitadialdata.h000066400000000000000000000044471311200771300221630ustar00rootroot00000000000000#ifndef adwaitadial_data_h #define adwaitadial_data_h /************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaitawidgetstatedata.h" namespace Adwaita { //* dial data class DialData: public WidgetStateData { Q_OBJECT public: //* constructor DialData( QObject* parent, QWidget* target, int ); //* destructor virtual ~DialData( void ) {} //* event filter virtual bool eventFilter( QObject*, QEvent* ); //* subcontrol rect virtual void setHandleRect( const QRect& rect ) { _handleRect = rect; } //* mouse position QPoint position( void ) const { return _position; } protected: //* hoverMoveEvent virtual void hoverMoveEvent( QObject*, QEvent* ); //* hoverMoveEvent virtual void hoverLeaveEvent( QObject*, QEvent* ); private: //* rect QRect _handleRect; //* mouse position QPoint _position; }; } #endif adwaita-qt-1.0/style/animations/adwaitadialengine.cpp000066400000000000000000000042651311200771300230500ustar00rootroot00000000000000/************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaitadialengine.h" #include namespace Adwaita { //____________________________________________________________ bool DialEngine::registerWidget( QWidget* widget, AnimationModes mode ) { // check widget if( !widget ) return false; // only handle hover and focus if( mode&AnimationHover && !dataMap(AnimationHover).contains( widget ) ) { dataMap(AnimationHover).insert( widget, new DialData( this, widget, duration() ), enabled() ); } if( mode&AnimationFocus && !dataMap(AnimationFocus).contains( widget ) ) { dataMap(AnimationFocus).insert( widget, new WidgetStateData( this, widget, duration() ), enabled() ); } // connect destruction signal connect( widget, SIGNAL(destroyed(QObject*)), this, SLOT(unregisterWidget(QObject*)), Qt::UniqueConnection ); return true; } } adwaita-qt-1.0/style/animations/adwaitadialengine.h000066400000000000000000000050141311200771300225060ustar00rootroot00000000000000#ifndef adwaitadialengine_h #define adwaitadialengine_h /************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaitadialdata.h" #include "adwaitawidgetstateengine.h" namespace Adwaita { //* stores dial hovered action and timeLine class DialEngine: public WidgetStateEngine { Q_OBJECT public: //* constructor explicit DialEngine( QObject* parent ): WidgetStateEngine( parent ) {} //* destructor virtual ~DialEngine( void ) {} //* register dial virtual bool registerWidget( QWidget*, AnimationModes ); //* control rect virtual void setHandleRect( const QObject* object, const QRect& rect ) { if( DataMap::Value data = this->data( object, AnimationHover ) ) { static_cast(data.data())->setHandleRect( rect ); } } //* mouse position virtual QPoint position( const QObject* object ) { if( DataMap::Value data = this->data( object, AnimationHover ) ) { return static_cast(data.data())->position(); } else return QPoint( -1, -1 ); } }; } #endif adwaita-qt-1.0/style/animations/adwaitaenabledata.cpp000066400000000000000000000037731311200771300230340ustar00rootroot00000000000000/************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaitaenabledata.h" namespace Adwaita { //______________________________________________ bool EnableData::eventFilter( QObject* object, QEvent* event ) { if( !enabled() ) return WidgetStateData::eventFilter( object, event ); // check event type switch( event->type() ) { // enter event case QEvent::EnabledChange: { if( QWidget* widget = qobject_cast( object ) ) { updateState( widget->isEnabled() ); } break; } default: break; } return WidgetStateData::eventFilter( object, event ); } } adwaita-qt-1.0/style/animations/adwaitaenabledata.h000066400000000000000000000036571311200771300225020ustar00rootroot00000000000000#ifndef adwaitaenable_data_h #define adwaitaenable_data_h /************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaitawidgetstatedata.h" namespace Adwaita { //* Enable data class EnableData: public WidgetStateData { Q_OBJECT public: //* constructor EnableData( QObject* parent, QWidget* target, int duration, bool state = true ): WidgetStateData( parent, target, duration, state ) { target->installEventFilter( this ); } //* destructor virtual ~EnableData( void ) {} //* event filter virtual bool eventFilter( QObject*, QEvent* ); }; } #endif adwaita-qt-1.0/style/animations/adwaitagenericdata.cpp000066400000000000000000000033031311200771300232070ustar00rootroot00000000000000/************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaitagenericdata.h" #include namespace Adwaita { //______________________________________________ GenericData::GenericData( QObject* parent, QWidget* target, int duration ): AnimationData( parent, target ), _animation( new Animation( duration, this ) ), _opacity(0) { setupAnimation( _animation, "opacity" ); } } adwaita-qt-1.0/style/animations/adwaitagenericdata.h000066400000000000000000000051431311200771300226600ustar00rootroot00000000000000#ifndef adwaitageneric_data_h #define adwaitageneric_data_h /************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaitaanimationdata.h" #include "adwaitaanimation.h" #include #include namespace Adwaita { //* generic data class GenericData: public AnimationData { Q_OBJECT //* declare opacity property Q_PROPERTY( qreal opacity READ opacity WRITE setOpacity ) public: //* constructor GenericData( QObject* parent, QWidget* widget, int duration ); //* destructor virtual ~GenericData( void ) {} //* return animation object virtual const Animation::Pointer& animation() const { return _animation; } //* duration virtual void setDuration( int duration ) { _animation.data()->setDuration( duration ); } //* opacity virtual qreal opacity( void ) const { return _opacity; } //* opacity virtual void setOpacity( qreal value ) { value = digitize( value ); if( _opacity == value ) return; _opacity = value; setDirty(); } private: //* animation handling Animation::Pointer _animation; //* opacity variable qreal _opacity; }; } #endif adwaita-qt-1.0/style/animations/adwaitaheaderviewdata.cpp000066400000000000000000000153241311200771300237240ustar00rootroot00000000000000/************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ ////////////////////////////////////////////////////////////////////////////// // adwaitaheaderviewdata.cpp // data container for QHeaderView animations // ------------------- // // Copyright (c) 2009 Hugo Pereira Da Costa // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to // deal in the Software without restriction, including without limitation the // rights to use, copy, modify, merge, publish, distribute, sublicense, and/or // sell copies of the Software, and to permit persons to whom the Software is // furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS // IN THE SOFTWARE. ////////////////////////////////////////////////////////////////////////////// #include "adwaitaheaderviewdata.h" #include #include namespace Adwaita { //______________________________________________ HeaderViewData::HeaderViewData( QObject* parent, QWidget* target, int duration ): AnimationData( parent, target ) { _current._animation = new Animation( duration, this ); setupAnimation( currentIndexAnimation(), "currentOpacity" ); currentIndexAnimation().data()->setDirection( Animation::Forward ); _previous._animation = new Animation( duration, this ); setupAnimation( previousIndexAnimation(), "previousOpacity" ); previousIndexAnimation().data()->setDirection( Animation::Backward ); } //______________________________________________ bool HeaderViewData::updateState( const QPoint& position , bool hovered ) { if( !enabled() ) return false; const QHeaderView* local( qobject_cast( target().data() ) ); if( !local ) return false; int index( local->logicalIndexAt( position ) ); if( index < 0 ) return false; if( hovered ) { if( index != currentIndex() ) { if( currentIndex() >= 0 ) { setPreviousIndex( currentIndex() ); setCurrentIndex( -1 ); previousIndexAnimation().data()->restart(); } setCurrentIndex( index ); currentIndexAnimation().data()->restart(); return true; } else return false; } else if( index == currentIndex() ) { setPreviousIndex( currentIndex() ); setCurrentIndex( -1 ); previousIndexAnimation().data()->restart(); return true; } else return false; } //______________________________________________ Animation::Pointer HeaderViewData::animation( const QPoint& position ) const { if( !enabled() ) return Animation::Pointer(); const QHeaderView* local( qobject_cast( target().data() ) ); if( !local ) return Animation::Pointer(); int index( local->logicalIndexAt( position ) ); if( index < 0 ) return Animation::Pointer(); else if( index == currentIndex() ) return currentIndexAnimation(); else if( index == previousIndex() ) return previousIndexAnimation(); else return Animation::Pointer(); } //______________________________________________ qreal HeaderViewData::opacity( const QPoint& position ) const { if( !enabled() ) return OpacityInvalid; const QHeaderView* local( qobject_cast( target().data() ) ); if( !local ) return OpacityInvalid; int index( local->logicalIndexAt( position ) ); if( index < 0 ) return OpacityInvalid; else if( index == currentIndex() ) return currentOpacity(); else if( index == previousIndex() ) return previousOpacity(); else return OpacityInvalid; } //__________________________________________________________ void HeaderViewData::setDirty( void ) const { QHeaderView* header = qobject_cast( target().data() ); if( !header ) return; // get first and last index, sorted int lastIndex( qMax( previousIndex(), currentIndex() ) ); if( lastIndex < 0 ) return; int firstIndex( qMin( previousIndex(), currentIndex() ) ); if( firstIndex < 0 ) firstIndex = lastIndex; // find relevant rectangle to be updated, in viewport coordinate QWidget* viewport( header->viewport() ); int left = header->sectionViewportPosition( firstIndex ); int right = header->sectionViewportPosition( lastIndex ) + header->sectionSize( lastIndex ); // trigger update if( header->orientation() == Qt::Horizontal ) viewport->update( left, 0, right-left, header->height() ); else viewport->update( 0, left, header->width(), right-left ); } } adwaita-qt-1.0/style/animations/adwaitaheaderviewdata.h000066400000000000000000000114371311200771300233720ustar00rootroot00000000000000#ifndef adwaitaheaderview_data_h #define adwaitaheaderview_data_h /************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaitaanimationdata.h" #include namespace Adwaita { //* headerviews class HeaderViewData: public AnimationData { Q_OBJECT //* declare opacity property Q_PROPERTY( qreal currentOpacity READ currentOpacity WRITE setCurrentOpacity ) Q_PROPERTY( qreal previousOpacity READ previousOpacity WRITE setPreviousOpacity ) public: //* constructor HeaderViewData( QObject* parent, QWidget* target, int duration ); //* destructor virtual ~HeaderViewData( void ) {} //* duration void setDuration( int duration ) { currentIndexAnimation().data()->setDuration( duration ); previousIndexAnimation().data()->setDuration( duration ); } //* update state bool updateState( const QPoint&, bool ); //*@name current index handling //@{ //* current opacity virtual qreal currentOpacity( void ) const { return _current._opacity; } //* current opacity virtual void setCurrentOpacity( qreal value ) { value = digitize( value ); if( _current._opacity == value ) return; _current._opacity = value; setDirty(); } //* current index virtual int currentIndex( void ) const { return _current._index; } //* current index virtual void setCurrentIndex( int index ) { _current._index = index; } //* current index animation virtual const Animation::Pointer& currentIndexAnimation( void ) const { return _current._animation; } //@} //*@name previous index handling //@{ //* previous opacity virtual qreal previousOpacity( void ) const { return _previous._opacity; } //* previous opacity virtual void setPreviousOpacity( qreal value ) { value = digitize( value ); if( _previous._opacity == value ) return; _previous._opacity = value; setDirty(); } //* previous index virtual int previousIndex( void ) const { return _previous._index; } //* previous index virtual void setPreviousIndex( int index ) { _previous._index = index; } //* previous index Animation virtual const Animation::Pointer& previousIndexAnimation( void ) const { return _previous._animation; } //@} //* return Animation associated to action at given position, if any virtual Animation::Pointer animation( const QPoint& position ) const; //* return opacity associated to action at given position, if any virtual qreal opacity( const QPoint& position ) const; protected: //* dirty virtual void setDirty( void ) const; private: //* container for needed animation data class Data { public: //* default constructor Data( void ): _opacity(0), _index(-1) {} Animation::Pointer _animation; qreal _opacity; int _index; }; //* current tab animation data (for hover enter animations) Data _current; //* previous tab animations data (for hover leave animations) Data _previous; }; } #endif adwaita-qt-1.0/style/animations/adwaitaheaderviewengine.cpp000066400000000000000000000043331311200771300242560ustar00rootroot00000000000000/************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaitaheaderviewengine.h" #include namespace Adwaita { //____________________________________________________________ bool HeaderViewEngine::registerWidget( QWidget* widget ) { if( !widget ) return false; // create new data class if( !_data.contains( widget ) ) _data.insert( widget, new HeaderViewData( this, widget, duration() ), enabled() ); // connect destruction signal connect( widget, SIGNAL(destroyed(QObject*)), this, SLOT(unregisterWidget(QObject*)), Qt::UniqueConnection ); return true; } //____________________________________________________________ bool HeaderViewEngine::updateState( const QObject* object, const QPoint& position, bool value ) { DataMap::Value data( _data.find( object ) ); return ( data && data.data()->updateState( position, value ) ); } } adwaita-qt-1.0/style/animations/adwaitaheaderviewengine.h000066400000000000000000000063431311200771300237260ustar00rootroot00000000000000#ifndef adwaitaheaderviewengine_h #define adwaitaheaderviewengine_h /************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaitabaseengine.h" #include "adwaitadatamap.h" #include "adwaitaheaderviewdata.h" namespace Adwaita { //* stores headerview hovered action and timeLine class HeaderViewEngine: public BaseEngine { Q_OBJECT public: //* constructor explicit HeaderViewEngine( QObject* parent ): BaseEngine( parent ) {} //* destructor virtual ~HeaderViewEngine( void ) {} //* register headerview virtual bool registerWidget( QWidget* ); //* true if widget hover state is changed virtual bool updateState( const QObject*, const QPoint&, bool ); //* true if widget is animated virtual bool isAnimated( const QObject* object, const QPoint& point ) { if( DataMap::Value data = _data.find( object ) ) { if( Animation::Pointer animation = data.data()->animation( point ) ) return animation.data()->isRunning(); } return false; } //* animation opacity virtual qreal opacity( const QObject* object, const QPoint& point ) { return isAnimated( object, point ) ? _data.find( object ).data()->opacity( point ) : AnimationData::OpacityInvalid; } //* enability virtual void setEnabled( bool value ) { BaseEngine::setEnabled( value ); _data.setEnabled( value ); } //* duration virtual void setDuration( int value ) { BaseEngine::setDuration( value ); _data.setDuration( value ); } public Q_SLOTS: //* remove widget from map virtual bool unregisterWidget( QObject* object ) { return _data.unregisterWidget( object ); } private: //* data map DataMap _data; }; } #endif adwaita-qt-1.0/style/animations/adwaitascrollbardata.cpp000066400000000000000000000172571311200771300235730ustar00rootroot00000000000000/************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaitascrollbardata.h" #include #include #include Q_GUI_EXPORT QStyleOptionSlider qt_qscrollbarStyleOption(QScrollBar*); namespace Adwaita { //______________________________________________ ScrollBarData::ScrollBarData( QObject* parent, QWidget* target, int duration ): WidgetStateData( parent, target, duration ), _position( -1, -1 ) { target->installEventFilter( this ); _addLineData._animation = new Animation( duration, this ); _subLineData._animation = new Animation( duration, this ); _grooveData._animation = new Animation( duration, this ); connect( addLineAnimation().data(), SIGNAL(finished()), SLOT(clearAddLineRect()) ); connect( subLineAnimation().data(), SIGNAL(finished()), SLOT(clearSubLineRect()) ); // setup animation setupAnimation( addLineAnimation(), "addLineOpacity" ); setupAnimation( subLineAnimation(), "subLineOpacity" ); setupAnimation( grooveAnimation(), "grooveOpacity" ); } //______________________________________________ bool ScrollBarData::eventFilter( QObject* object, QEvent* event ) { if( object != target().data() ) { return WidgetStateData::eventFilter( object, event ); } // check event type switch( event->type() ) { case QEvent::HoverEnter: setGrooveHovered(true); grooveAnimation().data()->setDirection( Animation::Forward ); if( !grooveAnimation().data()->isRunning() ) grooveAnimation().data()->start(); case QEvent::HoverMove: hoverMoveEvent( object, event ); break; case QEvent::HoverLeave: setGrooveHovered(false); grooveAnimation().data()->setDirection( Animation::Backward ); if( !grooveAnimation().data()->isRunning() ) grooveAnimation().data()->start(); hoverLeaveEvent( object, event ); break; default: break; } return WidgetStateData::eventFilter( object, event ); } //______________________________________________ const Animation::Pointer& ScrollBarData::animation( QStyle::SubControl subcontrol ) const { switch( subcontrol ) { default: case QStyle::SC_ScrollBarSlider: return animation(); case QStyle::SC_ScrollBarAddLine: return addLineAnimation(); case QStyle::SC_ScrollBarSubLine: return subLineAnimation(); case QStyle::SC_ScrollBarGroove: return grooveAnimation(); } } //______________________________________________ qreal ScrollBarData::opacity( QStyle::SubControl subcontrol ) const { switch( subcontrol ) { default: case QStyle::SC_ScrollBarSlider: return opacity(); case QStyle::SC_ScrollBarAddLine: return addLineOpacity(); case QStyle::SC_ScrollBarSubLine: return subLineOpacity(); case QStyle::SC_ScrollBarGroove: return grooveOpacity(); } } //______________________________________________ void ScrollBarData::hoverMoveEvent( QObject* object, QEvent* event ) { // try cast object to scrollbar QScrollBar* scrollBar( qobject_cast( object ) ); if( !scrollBar || scrollBar->isSliderDown() ) return; // retrieve scrollbar option QStyleOptionSlider opt( qt_qscrollbarStyleOption( scrollBar ) ); // cast event QHoverEvent *hoverEvent = static_cast(event); QStyle::SubControl hoverControl = scrollBar->style()->hitTestComplexControl(QStyle::CC_ScrollBar, &opt, hoverEvent->pos(), scrollBar); // update hover state updateAddLineArrow( hoverControl ); updateSubLineArrow( hoverControl ); // store position _position = hoverEvent->pos(); } //______________________________________________ void ScrollBarData::hoverLeaveEvent( QObject*, QEvent* ) { // reset hover state updateSubLineArrow( QStyle::SC_None ); updateAddLineArrow( QStyle::SC_None ); // reset mouse position _position = QPoint( -1, -1 ); } //_____________________________________________________________________ void ScrollBarData::updateSubLineArrow( QStyle::SubControl hoverControl ) { if( hoverControl == QStyle::SC_ScrollBarSubLine ) { if( !subLineArrowHovered() ) { setSubLineArrowHovered( true ); if( enabled() ) { subLineAnimation().data()->setDirection( Animation::Forward ); if( !subLineAnimation().data()->isRunning() ) subLineAnimation().data()->start(); } else setDirty(); } } else { if( subLineArrowHovered() ) { setSubLineArrowHovered( false ); if( enabled() ) { subLineAnimation().data()->setDirection( Animation::Backward ); if( !subLineAnimation().data()->isRunning() ) subLineAnimation().data()->start(); } else setDirty(); } } } //_____________________________________________________________________ void ScrollBarData::updateAddLineArrow( QStyle::SubControl hoverControl ) { if( hoverControl == QStyle::SC_ScrollBarAddLine ) { if( !addLineArrowHovered() ) { setAddLineArrowHovered( true ); if( enabled() ) { addLineAnimation().data()->setDirection( Animation::Forward ); if( !addLineAnimation().data()->isRunning() ) addLineAnimation().data()->start(); } else setDirty(); } } else { if( addLineArrowHovered() ) { setAddLineArrowHovered( false ); if( enabled() ) { addLineAnimation().data()->setDirection( Animation::Backward ); if( !addLineAnimation().data()->isRunning() ) addLineAnimation().data()->start(); } else setDirty(); } } } } adwaita-qt-1.0/style/animations/adwaitascrollbardata.h000066400000000000000000000175511311200771300232350ustar00rootroot00000000000000#ifndef adwaitascrollbar_data_h #define adwaitascrollbar_data_h /************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaitawidgetstatedata.h" #include namespace Adwaita { //* scrollbar data class ScrollBarData: public WidgetStateData { Q_OBJECT Q_PROPERTY( qreal addLineOpacity READ addLineOpacity WRITE setAddLineOpacity ) Q_PROPERTY( qreal subLineOpacity READ subLineOpacity WRITE setSubLineOpacity ) Q_PROPERTY( qreal grooveOpacity READ grooveOpacity WRITE setGrooveOpacity ) public: //* constructor ScrollBarData( QObject* parent, QWidget* target, int ); //* destructor virtual ~ScrollBarData( void ) {} //* event filter virtual bool eventFilter( QObject*, QEvent* ); //* needed to avoid warning about virtual function being hidden using WidgetStateData::animation; using WidgetStateData::opacity; //* return animation for a given subcontrol virtual const Animation::Pointer& animation( QStyle::SubControl ) const; //* return default opacity for a given subcontrol virtual qreal opacity( QStyle::SubControl ) const; //* return default opacity for a given subcontrol virtual bool isHovered( QStyle::SubControl control ) const { switch( control ) { case QStyle::SC_ScrollBarAddLine: return addLineArrowHovered(); case QStyle::SC_ScrollBarSubLine: return subLineArrowHovered(); case QStyle::SC_ScrollBarGroove: return grooveHovered(); default: return false; } } //* subControlRect virtual QRect subControlRect( QStyle::SubControl control ) const { switch( control ) { case QStyle::SC_ScrollBarAddLine: return _addLineData._rect; case QStyle::SC_ScrollBarSubLine: return _subLineData._rect; default: return QRect(); } } //* subcontrol rect virtual void setSubControlRect( QStyle::SubControl control, const QRect& rect ) { switch( control ) { case QStyle::SC_ScrollBarAddLine: _addLineData._rect = rect; break; case QStyle::SC_ScrollBarSubLine: _subLineData._rect = rect; break; default: break; } } //* duration virtual void setDuration( int duration ) { WidgetStateData::setDuration( duration ); addLineAnimation().data()->setDuration( duration ); subLineAnimation().data()->setDuration( duration ); grooveAnimation().data()->setDuration( duration ); } //* addLine opacity virtual void setAddLineOpacity( qreal value ) { value = digitize( value ); if( _addLineData._opacity == value ) return; _addLineData._opacity = value; setDirty(); } //* addLine opacity virtual qreal addLineOpacity( void ) const { return _addLineData._opacity; } //* subLine opacity virtual void setSubLineOpacity( qreal value ) { value = digitize( value ); if( _subLineData._opacity == value ) return; _subLineData._opacity = value; setDirty(); } //* subLine opacity virtual qreal subLineOpacity( void ) const { return _subLineData._opacity; } //* groove opacity virtual void setGrooveOpacity( qreal value ) { value = digitize( value ); if( _grooveData._opacity == value ) return; _grooveData._opacity = value; setDirty(); } //* groove opacity virtual qreal grooveOpacity( void ) const { return _grooveData._opacity; } //* mouse position QPoint position( void ) const { return _position; } protected Q_SLOTS: //* clear addLineRect void clearAddLineRect( void ) { if( addLineAnimation().data()->direction() == Animation::Backward ) { _addLineData._rect = QRect(); } } //* clear subLineRect void clearSubLineRect( void ) { if( subLineAnimation().data()->direction() == Animation::Backward ) { _subLineData._rect = QRect(); } } protected: //* hoverMoveEvent virtual void hoverMoveEvent( QObject*, QEvent* ); //* hoverMoveEvent virtual void hoverLeaveEvent( QObject*, QEvent* ); //*@name hover flags //@{ virtual bool addLineArrowHovered( void ) const { return _addLineData._hovered; } virtual void setAddLineArrowHovered( bool value ) { _addLineData._hovered = value; } virtual bool subLineArrowHovered( void ) const { return _subLineData._hovered; } virtual void setSubLineArrowHovered( bool value ) { _subLineData._hovered = value; } virtual bool grooveHovered( void ) const { return _grooveData._hovered; } virtual void setGrooveHovered( bool value ) { _grooveData._hovered = value; } //@} //* update add line arrow virtual void updateAddLineArrow( QStyle::SubControl ); //* update sub line arrow virtual void updateSubLineArrow( QStyle::SubControl ); //*@name timelines //@{ virtual const Animation::Pointer& addLineAnimation( void ) const { return _addLineData._animation; } virtual const Animation::Pointer& subLineAnimation( void ) const { return _subLineData._animation; } virtual const Animation::Pointer& grooveAnimation( void ) const { return _grooveData._animation; } private: //* stores sub control data class Data { public: //* constructor Data( void ): _hovered( false ), _opacity( AnimationData::OpacityInvalid ) {} //* true if hovered bool _hovered; //* animation Animation::Pointer _animation; //* opacity qreal _opacity; //* rect QRect _rect; }; //* add line data (down arrow) Data _addLineData; //* subtract line data (up arrow) Data _subLineData; //* groove data Data _grooveData; //* mouse position QPoint _position; }; } #endif adwaita-qt-1.0/style/animations/adwaitascrollbarengine.cpp000066400000000000000000000076631311200771300241270ustar00rootroot00000000000000/************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaitascrollbarengine.h" #include namespace Adwaita { //____________________________________________________________ bool ScrollBarEngine::registerWidget( QWidget* widget, AnimationModes mode ) { // check widget if( !widget ) return false; // only handle hover and focus if( mode&AnimationHover && !dataMap(AnimationHover).contains( widget ) ) { dataMap(AnimationHover).insert( widget, new ScrollBarData( this, widget, duration() ), enabled() ); } if( mode&AnimationFocus && !dataMap(AnimationFocus).contains( widget ) ) { dataMap(AnimationFocus).insert( widget, new WidgetStateData( this, widget, duration() ), enabled() ); } // connect destruction signal connect( widget, SIGNAL(destroyed(QObject*)), this, SLOT(unregisterWidget(QObject*)), Qt::UniqueConnection ); return true; } //____________________________________________________________ bool ScrollBarEngine::isAnimated( const QObject* object, AnimationMode mode, QStyle::SubControl control ) { if( mode == AnimationHover ) { if( DataMap::Value data = this->data( object, AnimationHover ) ) { const ScrollBarData* scrollBarData( static_cast( data.data() ) ); Animation::Pointer animation = scrollBarData->animation( control ); return animation.data()->isRunning(); } else return false; } else if( control == QStyle::SC_ScrollBarSlider ) { return WidgetStateEngine::isAnimated( object, mode ); } else return false; } //____________________________________________________________ AnimationMode ScrollBarEngine::animationMode( const QObject* object, QStyle::SubControl control ) { // enable state if( isAnimated( object, AnimationHover, control ) ) return AnimationHover; else if( isAnimated( object, AnimationFocus, control ) ) return AnimationFocus; else if( isAnimated( object, AnimationPressed, control ) ) return AnimationPressed; else return AnimationNone; } //____________________________________________________________ qreal ScrollBarEngine::opacity( const QObject* object, QStyle::SubControl control ) { if( isAnimated( object, AnimationHover, control ) ) return static_cast(data( object, AnimationHover ).data())->opacity( control ); else if( control == QStyle::SC_ScrollBarSlider ) return WidgetStateEngine::buttonOpacity( object ); return AnimationData::OpacityInvalid; } } adwaita-qt-1.0/style/animations/adwaitascrollbarengine.h000066400000000000000000000077301311200771300235670ustar00rootroot00000000000000#ifndef adwaitascrollbarengine_h #define adwaitascrollbarengine_h /************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaitascrollbardata.h" #include "adwaitawidgetstateengine.h" namespace Adwaita { //* stores scrollbar hovered action and timeLine class ScrollBarEngine: public WidgetStateEngine { Q_OBJECT public: //* constructor explicit ScrollBarEngine( QObject* parent ): WidgetStateEngine( parent ) {} //* destructor virtual ~ScrollBarEngine( void ) {} //* register scrollbar virtual bool registerWidget( QWidget*, AnimationModes ); //*@name accessors //@{ using WidgetStateEngine::isAnimated; using WidgetStateEngine::opacity; //* true if widget is animated virtual bool isAnimated( const QObject*, AnimationMode, QStyle::SubControl control ); //* true if widget is animated virtual AnimationMode animationMode( const QObject* object, QStyle::SubControl control ); //* animation opacity virtual qreal opacity( const QObject* object, QStyle::SubControl control ); //* return true if given subcontrol is hovered virtual bool isHovered( const QObject* object, QStyle::SubControl control ) { if( DataMap::Value data = this->data( object, AnimationHover ) ) { return static_cast( data.data() )->isHovered( control ); } else return false; } //* control rect associated to object virtual QRect subControlRect( const QObject* object, QStyle::SubControl control ) { if( DataMap::Value data = this->data( object, AnimationHover ) ) { return static_cast( data.data() )->subControlRect( control ); } else return QRect(); } //* mouse position virtual QPoint position( const QObject* object ) { if( DataMap::Value data = this->data( object, AnimationHover ) ) { return static_cast( data.data() )->position(); } else return QPoint( -1, -1 ); } //@} //*@name modifiers //@{ //* control rect virtual void setSubControlRect( const QObject* object, QStyle::SubControl control, const QRect& rect ) { if( DataMap::Value data = this->data( object, AnimationHover ) ) { static_cast( data.data() )->setSubControlRect( control, rect ); } } //@} }; } #endif adwaita-qt-1.0/style/animations/adwaitaspinboxdata.cpp000066400000000000000000000056541311200771300232700ustar00rootroot00000000000000/************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaitaspinboxdata.h" namespace Adwaita { //________________________________________________ SpinBoxData::SpinBoxData( QObject* parent, QWidget* target, int duration ): AnimationData( parent, target ) { _upArrowData._hoverAnimation = new Animation( duration, this ); _downArrowData._hoverAnimation = new Animation( duration, this ); _upArrowData._pressedAnimation = new Animation( duration, this ); _downArrowData._pressedAnimation = new Animation( duration, this ); setupAnimation( upArrowAnimation(), "upArrowOpacity" ); setupAnimation( downArrowAnimation(), "downArrowOpacity" ); setupAnimation( upArrowPressedAnimation(), "upArrowPressed" ); setupAnimation( downArrowPressedAnimation(), "downArrowPressed" ); } //______________________________________________ bool SpinBoxData::Data::updateState(bool value, bool pressed) { bool change = false; if( _hoverState != value ) { _hoverState = value; _hoverAnimation.data()->setDirection( ( _hoverState ) ? Animation::Forward : Animation::Backward ); if( !_hoverAnimation.data()->isRunning() ) _hoverAnimation.data()->start(); change = true; } if( _pressedState != pressed ) { _pressedState = pressed; _pressedAnimation.data()->setDirection( ( _pressedState ) ? Animation::Forward : Animation::Backward ); if( !_pressedAnimation.data()->isRunning() ) _pressedAnimation.data()->start(); change = true; } return change; } } adwaita-qt-1.0/style/animations/adwaitaspinboxdata.h000066400000000000000000000152421311200771300227270ustar00rootroot00000000000000#ifndef adwaitaspinbox_data_h #define adwaitaspinbox_data_h /************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaitaanimationdata.h" #include namespace Adwaita { //* handles spinbox arrows hover class SpinBoxData: public AnimationData { Q_OBJECT //* declare opacity property Q_PROPERTY( qreal upArrowOpacity READ upArrowOpacity WRITE setUpArrowOpacity ) Q_PROPERTY( qreal downArrowOpacity READ downArrowOpacity WRITE setDownArrowOpacity ) Q_PROPERTY( qreal upArrowPressed READ upArrowPressed WRITE setUpArrowPressed ) Q_PROPERTY( qreal downArrowPressed READ downArrowPressed WRITE setDownArrowPressed ) public: //* constructor SpinBoxData( QObject*, QWidget*, int ); //* destructor virtual ~SpinBoxData( void ) {} //* animation state virtual bool updateState( QStyle::SubControl subControl, bool value, bool pressed ) { if( subControl == QStyle::SC_SpinBoxUp ) return _upArrowData.updateState( value, pressed ); else if( subControl == QStyle::SC_SpinBoxDown ) return _downArrowData.updateState( value, pressed ); else return false; } //* animation state virtual bool isAnimated( QStyle::SubControl subControl ) const { return( ( subControl == QStyle::SC_SpinBoxUp && upArrowAnimation().data()->isRunning() ) || ( subControl == QStyle::SC_SpinBoxDown && downArrowAnimation().data()->isRunning() ) ); } //* opacity virtual qreal opacity( QStyle::SubControl subControl ) const { if( subControl == QStyle::SC_SpinBoxUp ) return upArrowOpacity(); else if( subControl == QStyle::SC_SpinBoxDown ) return downArrowOpacity(); else return OpacityInvalid; } //* opacity virtual qreal pressed( QStyle::SubControl subControl ) const { if( subControl == QStyle::SC_SpinBoxUp ) return upArrowPressed(); else if( subControl == QStyle::SC_SpinBoxDown ) return downArrowPressed(); else return OpacityInvalid; } //* duration virtual void setDuration( int duration ) { upArrowAnimation().data()->setDuration( duration ); downArrowAnimation().data()->setDuration( duration ); } //*@name up arrow animation //@{ //* opacity qreal upArrowOpacity( void ) const { return _upArrowData._opacity; } //* opacity void setUpArrowOpacity( qreal value ) { value = digitize( value ); if( _upArrowData._opacity == value ) return; _upArrowData._opacity = value; setDirty(); } //* animation Animation::Pointer upArrowAnimation( void ) const { return _upArrowData._hoverAnimation; } //@} //*@name down arrow animation //@{ //* opacity qreal downArrowOpacity( void ) const { return _downArrowData._opacity; } //* opacity void setDownArrowOpacity( qreal value ) { value = digitize( value ); if( _downArrowData._opacity == value ) return; _downArrowData._opacity = value; setDirty(); } //* animation Animation::Pointer downArrowAnimation( void ) const { return _downArrowData._hoverAnimation; } //*@name up arrow pressed animation //@{ //* opacity qreal upArrowPressed( void ) const { return _upArrowData._pressed; } //* opacity void setUpArrowPressed( qreal value ) { value = digitize( value ); if( _upArrowData._pressed == value ) return; _upArrowData._pressed = value; setDirty(); } //* animation Animation::Pointer upArrowPressedAnimation( void ) const { return _upArrowData._pressedAnimation; } //*@name down arrow pressed animation //@{ //* opacity qreal downArrowPressed( void ) const { return _downArrowData._pressed; } //* opacity void setDownArrowPressed( qreal value ) { value = digitize( value ); if( _downArrowData._pressed == value ) return; _downArrowData._pressed = value; setDirty(); } //* animation Animation::Pointer downArrowPressedAnimation( void ) const { return _downArrowData._pressedAnimation; } //@} private: //* container for needed animation data class Data { public: //* default constructor Data( void ): _hoverState( false ), _pressedState( false ), _opacity(0), _pressed(0) {} //* state bool updateState( bool, bool ); //* arrow state bool _hoverState; bool _pressedState; //* animation Animation::Pointer _hoverAnimation; Animation::Pointer _pressedAnimation; //* opacity qreal _opacity; qreal _pressed; }; //* up arrow data Data _upArrowData; //* down arrow data Data _downArrowData; }; } #endif adwaita-qt-1.0/style/animations/adwaitaspinboxengine.cpp000066400000000000000000000036211311200771300236140ustar00rootroot00000000000000/************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaitaspinboxengine.h" #include namespace Adwaita { //____________________________________________________________ bool SpinBoxEngine::registerWidget( QWidget* widget ) { if( !widget ) return false; // create new data class if( !_data.contains( widget ) ) _data.insert( widget, new SpinBoxData( this, widget, duration() ), enabled() ); // connect destruction signal connect( widget, SIGNAL(destroyed(QObject*)), this, SLOT(unregisterWidget(QObject*)), Qt::UniqueConnection ); return true; } } adwaita-qt-1.0/style/animations/adwaitaspinboxengine.h000066400000000000000000000075051311200771300232660ustar00rootroot00000000000000#ifndef adwaitaspinboxengine_h #define adwaitaspinboxengine_h /************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaitabaseengine.h" #include "adwaitadatamap.h" #include "adwaitaspinboxdata.h" namespace Adwaita { //* handle spinbox arrows hover effect class SpinBoxEngine: public BaseEngine { Q_OBJECT public: //* constructor explicit SpinBoxEngine( QObject* parent ): BaseEngine( parent ) {} //* destructor virtual ~SpinBoxEngine( void ) {} //* register widget virtual bool registerWidget( QWidget* ); //* state virtual bool updateState( const QObject* object, QStyle::SubControl subControl, bool value, bool pressed ) { if( DataMap::Value data = _data.find( object ) ) { return data.data()->updateState( subControl, value, pressed ); } else return false; } //* true if widget is animated virtual bool isAnimated( const QObject* object, QStyle::SubControl subControl ) { if( DataMap::Value data = _data.find( object ) ) { return data.data()->isAnimated( subControl ); } else return false; } //* animation opacity virtual qreal opacity( const QObject* object, QStyle::SubControl subControl ) { if( DataMap::Value data = _data.find( object ) ) { return data.data()->opacity( subControl ); } else return AnimationData::OpacityInvalid; } //* animation opacity virtual qreal pressed( const QObject* object, QStyle::SubControl subControl ) { if( DataMap::Value data = _data.find( object ) ) { return data.data()->pressed( subControl ); } else return AnimationData::OpacityInvalid; } //* enability virtual void setEnabled( bool value ) { BaseEngine::setEnabled( value ); _data.setEnabled( value ); } //* duration virtual void setDuration( int value ) { BaseEngine::setDuration( value ); _data.setDuration( value ); } public Q_SLOTS: //* remove widget from map virtual bool unregisterWidget( QObject* object ) { return _data.unregisterWidget( object ); } private: //* data map DataMap _data; }; } #endif adwaita-qt-1.0/style/animations/adwaitastackedwidgetdata.cpp000066400000000000000000000111771311200771300244250ustar00rootroot00000000000000////////////////////////////////////////////////////////////////////////////// // adwaitastackedwidgetdata.cpp // data container for QStackedWidget transition // ------------------- // // Copyright (c) 2009 Hugo Pereira Da Costa // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to // deal in the Software without restriction, including without limitation the // rights to use, copy, modify, merge, publish, distribute, sublicense, and/or // sell copies of the Software, and to permit persons to whom the Software is // furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS // IN THE SOFTWARE. ////////////////////////////////////////////////////////////////////////////// #include "adwaitastackedwidgetdata.h" namespace Adwaita { //______________________________________________________ StackedWidgetData::StackedWidgetData( QObject* parent, QStackedWidget* target, int duration ): TransitionData( parent, target, duration ), _target( target ), _index( target->currentIndex() ) { // configure transition connect( _target.data(), SIGNAL(destroyed()), SLOT(targetDestroyed()) ); connect( _target.data(), SIGNAL(currentChanged(int)), SLOT(animate()) ); // disable focus transition().data()->setAttribute(Qt::WA_NoMousePropagation, true); transition().data()->setFlag(TransitionWidget::PaintOnWidget, true); setMaxRenderTime( 50 ); } //___________________________________________________________________ bool StackedWidgetData::initializeAnimation( void ) { // check enability if( !( _target && _target.data()->isVisible() ) ) { return false; } // check index if( _target.data()->currentIndex() == _index ) { return false; } // do not animate if either index or currentIndex is not valid // but update _index none the less if( _target.data()->currentIndex() < 0 || _index < 0 ) { _index = _target.data()->currentIndex(); return false; } // get old widget (matching _index) and initialize transition if( QWidget *widget = _target.data()->widget( _index ) ) { transition().data()->setOpacity( 0 ); startClock(); transition().data()->setGeometry( widget->geometry() ); transition().data()->setStartPixmap( transition().data()->grab( widget ) ); _index = _target.data()->currentIndex(); return !slow(); } else { _index = _target.data()->currentIndex(); return false; } } //___________________________________________________________________ bool StackedWidgetData::animate( void ) { // check enability if( !enabled() ) return false; // initialize animation if( !initializeAnimation() ) return false; // show transition widget transition().data()->show(); transition().data()->raise(); transition().data()->animate(); return true; } //___________________________________________________________________ void StackedWidgetData::finishAnimation( void ) { // disable updates on currentWidget if( _target && _target.data()->currentWidget() ) { _target.data()->currentWidget()->setUpdatesEnabled( false ); } // hide transition transition().data()->hide(); // reenable updates and repaint if( _target && _target.data()->currentWidget() ) { _target.data()->currentWidget()->setUpdatesEnabled( true ); _target.data()->currentWidget()->repaint(); } // invalidate start widget transition().data()->resetStartPixmap(); } //___________________________________________________________________ void StackedWidgetData::targetDestroyed( void ) { setEnabled( false ); _target.clear(); } } adwaita-qt-1.0/style/animations/adwaitastackedwidgetdata.h000066400000000000000000000044241311200771300240670ustar00rootroot00000000000000#ifndef adwaitastackedwidget_datah #define adwaitastackedwidget_datah ////////////////////////////////////////////////////////////////////////////// // adwaitastackedwidgetdata.h // data container for QStackedWidget transition // ------------------- // // Copyright (c) 2009 Hugo Pereira Da Costa // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to // deal in the Software without restriction, including without limitation the // rights to use, copy, modify, merge, publish, distribute, sublicense, and/or // sell copies of the Software, and to permit persons to whom the Software is // furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS // IN THE SOFTWARE. ////////////////////////////////////////////////////////////////////////////// #include "adwaitatransitiondata.h" #include namespace Adwaita { //! generic data class StackedWidgetData: public TransitionData { Q_OBJECT public: //! constructor StackedWidgetData( QObject*, QStackedWidget*, int ); //! destructor virtual ~StackedWidgetData( void ) {} protected Q_SLOTS: //! initialize animation virtual bool initializeAnimation( void ); //! animate virtual bool animate( void ); //! finish animation virtual void finishAnimation( void ); //! called when target is destroyed virtual void targetDestroyed( void ); private: //! target WeakPointer _target; //! current index int _index; }; } #endif adwaita-qt-1.0/style/animations/adwaitastackedwidgetengine.cpp000066400000000000000000000040071311200771300247530ustar00rootroot00000000000000////////////////////////////////////////////////////////////////////////////// // adwaitastackedwidgetengine.cpp // stores event filters and maps widgets to animations // ------------------- // // Copyright (c) 2009 Hugo Pereira Da Costa // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to // deal in the Software without restriction, including without limitation the // rights to use, copy, modify, merge, publish, distribute, sublicense, and/or // sell copies of the Software, and to permit persons to whom the Software is // furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS // IN THE SOFTWARE. ////////////////////////////////////////////////////////////////////////////// #include "adwaitastackedwidgetengine.h" namespace Adwaita { //____________________________________________________________ bool StackedWidgetEngine::registerWidget( QStackedWidget* widget ) { if( !widget ) return false; if( !_data.contains( widget ) ) { _data.insert( widget, new StackedWidgetData( this, widget, duration() ), enabled() ); } // connect destruction signal disconnect( widget, SIGNAL(destroyed(QObject*)), this, SLOT(unregisterWidget(QObject*)) ); connect( widget, SIGNAL(destroyed(QObject*)), this, SLOT(unregisterWidget(QObject*)) ); return true; } } adwaita-qt-1.0/style/animations/adwaitastackedwidgetengine.h000066400000000000000000000051131311200771300244170ustar00rootroot00000000000000#ifndef adwaitastackedwidgetengine_h #define adwaitastackedwidgetengine_h ////////////////////////////////////////////////////////////////////////////// // adwaitastackedwidgetengine.h // stores event filters and maps widgets to animations // ------------------- // // Copyright (c) 2009 Hugo Pereira Da Costa // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to // deal in the Software without restriction, including without limitation the // rights to use, copy, modify, merge, publish, distribute, sublicense, and/or // sell copies of the Software, and to permit persons to whom the Software is // furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS // IN THE SOFTWARE. ////////////////////////////////////////////////////////////////////////////// #include "adwaitabaseengine.h" #include "adwaitadatamap.h" #include "adwaitastackedwidgetdata.h" namespace Adwaita { //! used for simple widgets class StackedWidgetEngine: public BaseEngine { Q_OBJECT public: //! constructor explicit StackedWidgetEngine( QObject* parent ): BaseEngine( parent ) {} //! destructor virtual ~StackedWidgetEngine( void ) {} //! register widget virtual bool registerWidget( QStackedWidget* ); //! duration virtual void setEnabled( bool value ) { BaseEngine::setEnabled( value ); _data.setEnabled( value ); } //! duration virtual void setDuration( int value ) { BaseEngine::setDuration( value ); _data.setDuration( value ); } public Q_SLOTS: //! remove widget from map virtual bool unregisterWidget( QObject* object ) { return _data.unregisterWidget( object ); } private: //! maps DataMap _data; }; } #endif adwaita-qt-1.0/style/animations/adwaitatabbardata.cpp000066400000000000000000000132201311200771300230250ustar00rootroot00000000000000/************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ ////////////////////////////////////////////////////////////////////////////// // adwaitatabbardata.cpp // data container for QTabBar animations // ------------------- // // Copyright (c) 2009 Hugo Pereira Da Costa // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to // deal in the Software without restriction, including without limitation the // rights to use, copy, modify, merge, publish, distribute, sublicense, and/or // sell copies of the Software, and to permit persons to whom the Software is // furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS // IN THE SOFTWARE. ////////////////////////////////////////////////////////////////////////////// #include "adwaitatabbardata.h" #include #include namespace Adwaita { //______________________________________________ TabBarData::TabBarData( QObject* parent, QWidget* target, int duration ): AnimationData( parent, target ) { _current._animation = new Animation( duration, this ); setupAnimation( currentIndexAnimation(), "currentOpacity" ); currentIndexAnimation().data()->setDirection( Animation::Forward ); _previous._animation = new Animation( duration, this ); setupAnimation( previousIndexAnimation(), "previousOpacity" ); previousIndexAnimation().data()->setDirection( Animation::Backward ); } //______________________________________________ Animation::Pointer TabBarData::animation( const QPoint& position ) const { if( !enabled() ) return Animation::Pointer(); const QTabBar* local( qobject_cast( target().data() ) ); if( !local ) return Animation::Pointer(); int index( local->tabAt( position ) ); if( index < 0 ) return Animation::Pointer(); else if( index == currentIndex() ) return currentIndexAnimation(); else if( index == previousIndex() ) return previousIndexAnimation(); else return Animation::Pointer(); } //______________________________________________ bool TabBarData::updateState( const QPoint& position , bool hovered ) { if( !enabled() ) return false; const QTabBar* local( qobject_cast( target().data() ) ); if( !local ) return false; int index( local->tabAt( position ) ); if( index < 0 ) return false; if( hovered ) { if( index != currentIndex() ) { if( currentIndex() >= 0 ) { setPreviousIndex( currentIndex() ); setCurrentIndex( -1 ); previousIndexAnimation().data()->restart(); } setCurrentIndex( index ); currentIndexAnimation().data()->restart(); return true; } else return false; } else if( index == currentIndex() ) { setPreviousIndex( currentIndex() ); setCurrentIndex( -1 ); previousIndexAnimation().data()->restart(); return true; } else return false; } //______________________________________________ qreal TabBarData::opacity( const QPoint& position ) const { if( !enabled() ) return OpacityInvalid; const QTabBar* local( qobject_cast( target().data() ) ); if( !local ) return OpacityInvalid; int index( local->tabAt( position ) ); if( index < 0 ) return OpacityInvalid; else if( index == currentIndex() ) return currentOpacity(); else if( index == previousIndex() ) return previousOpacity(); else return OpacityInvalid; } } adwaita-qt-1.0/style/animations/adwaitatabbardata.h000066400000000000000000000111421311200771300224730ustar00rootroot00000000000000#ifndef adwaitatabbar_data_h #define adwaitatabbar_data_h /************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaitaanimationdata.h" #include namespace Adwaita { //* tabbars class TabBarData: public AnimationData { Q_OBJECT //* declare opacity property Q_PROPERTY( qreal currentOpacity READ currentOpacity WRITE setCurrentOpacity ) Q_PROPERTY( qreal previousOpacity READ previousOpacity WRITE setPreviousOpacity ) public: //* constructor TabBarData( QObject* parent, QWidget* target, int duration ); //* destructor virtual ~TabBarData( void ) {} //* duration void setDuration( int duration ) { currentIndexAnimation().data()->setDuration( duration ); previousIndexAnimation().data()->setDuration( duration ); } //* update state bool updateState( const QPoint&, bool ); //*@name current index handling //@{ //* current opacity virtual qreal currentOpacity( void ) const { return _current._opacity; } //* current opacity virtual void setCurrentOpacity( qreal value ) { if( _current._opacity == value ) return; _current._opacity = value; setDirty(); } //* current index virtual int currentIndex( void ) const { return _current._index; } //* current index virtual void setCurrentIndex( int index ) { _current._index = index; } //* current index animation virtual const Animation::Pointer& currentIndexAnimation( void ) const { return _current._animation; } //@} //*@name previous index handling //@{ //* previous opacity virtual qreal previousOpacity( void ) const { return _previous._opacity; } //* previous opacity virtual void setPreviousOpacity( qreal value ) { if( _previous._opacity == value ) return; _previous._opacity = value; setDirty(); } //* previous index virtual int previousIndex( void ) const { return _previous._index; } //* previous index virtual void setPreviousIndex( int index ) { _previous._index = index; } //* previous index Animation virtual const Animation::Pointer& previousIndexAnimation( void ) const { return _previous._animation; } //@} //* return Animation associated to action at given position, if any virtual Animation::Pointer animation( const QPoint& position ) const; //* return opacity associated to action at given position, if any virtual qreal opacity( const QPoint& position ) const; private: //* container for needed animation data class Data { public: //* default constructor Data( void ): _opacity(0), _index(-1) {} Animation::Pointer _animation; qreal _opacity; int _index; }; //* current tab animation data (for hover enter animations) Data _current; //* previous tab animations data (for hover leave animations) Data _previous; }; } #endif adwaita-qt-1.0/style/animations/adwaitatabbarengine.cpp000066400000000000000000000062371311200771300233730ustar00rootroot00000000000000/************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaitatabbarengine.h" #include namespace Adwaita { //____________________________________________________________ bool TabBarEngine::registerWidget( QWidget* widget ) { if( !widget ) return false; // create new data class if( !_hoverData.contains( widget ) ) _hoverData.insert( widget, new TabBarData( this, widget, duration() ), enabled() ); if( !_focusData.contains( widget ) ) _focusData.insert( widget, new TabBarData( this, widget, duration() ), enabled() ); // connect destruction signal connect( widget, SIGNAL(destroyed(QObject*)), this, SLOT(unregisterWidget(QObject*)), Qt::UniqueConnection ); return true; } //____________________________________________________________ bool TabBarEngine::updateState( const QObject* object, const QPoint& position, AnimationMode mode, bool value ) { DataMap::Value data( TabBarEngine::data( object, mode ) ); return ( data && data.data()->updateState( position, value ) ); } //____________________________________________________________ bool TabBarEngine::isAnimated( const QObject* object, const QPoint& position, AnimationMode mode ) { DataMap::Value data( TabBarEngine::data( object, mode ) ); return ( data && data.data()->animation( position ) && data.data()->animation( position ).data()->isRunning() ); } //____________________________________________________________ DataMap::Value TabBarEngine::data( const QObject* object, AnimationMode mode ) { switch( mode ) { case AnimationHover: return _hoverData.find( object ).data(); case AnimationFocus: return _focusData.find( object ).data(); default: return DataMap::Value(); } } } adwaita-qt-1.0/style/animations/adwaitatabbarengine.h000066400000000000000000000067551311200771300230450ustar00rootroot00000000000000#ifndef adwaitatabbarengine_h #define adwaitatabbarengine_h /************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaita.h" #include "adwaitabaseengine.h" #include "adwaitadatamap.h" #include "adwaitatabbardata.h" namespace Adwaita { //* stores tabbar hovered action and timeLine class TabBarEngine: public BaseEngine { Q_OBJECT public: //* constructor explicit TabBarEngine( QObject* parent ): BaseEngine( parent ) {} //* destructor virtual ~TabBarEngine( void ) {} //* register tabbar virtual bool registerWidget( QWidget* ); //* true if widget hover state is changed virtual bool updateState( const QObject*, const QPoint&, AnimationMode, bool ); //* true if widget is animated virtual bool isAnimated( const QObject* object, const QPoint& point, AnimationMode ); //* animation opacity virtual qreal opacity( const QObject* object, const QPoint& point, AnimationMode mode ) { return isAnimated( object, point, mode ) ? data( object, mode ).data()->opacity( point ) : AnimationData::OpacityInvalid; } //* enability virtual void setEnabled( bool value ) { BaseEngine::setEnabled( value ); _hoverData.setEnabled( value ); _focusData.setEnabled( value ); } //* duration virtual void setDuration( int value ) { BaseEngine::setDuration( value ); _hoverData.setDuration( value ); _focusData.setDuration( value ); } public Q_SLOTS: //* remove widget from map virtual bool unregisterWidget( QObject* object ) { if( !object ) return false; bool found = false; if( _hoverData.unregisterWidget( object ) ) found = true; if( _focusData.unregisterWidget( object ) ) found = true; return found; } private: //* returns data associated to widget DataMap::Value data( const QObject*, AnimationMode ); //* data map DataMap _hoverData; DataMap _focusData; }; } #endif adwaita-qt-1.0/style/animations/adwaitatoolboxengine.cpp000066400000000000000000000047551311200771300236310ustar00rootroot00000000000000/************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaitatoolboxengine.h" namespace Adwaita { //____________________________________________________________ bool ToolBoxEngine::registerWidget( QWidget* widget ) { if( !widget ) return false; if( !_data.contains( widget ) ) { _data.insert( widget, new WidgetStateData( this, widget, duration() ), enabled() ); } // connect destruction signal connect( widget, SIGNAL(destroyed(QObject*)), this, SLOT(unregisterWidget(QObject*)), Qt::UniqueConnection ); return true; } //____________________________________________________________ bool ToolBoxEngine::updateState( const QPaintDevice* object, bool value ) { PaintDeviceDataMap::Value data( ToolBoxEngine::data( object ) ); return ( data && data.data()->updateState( value ) ); } //____________________________________________________________ bool ToolBoxEngine::isAnimated( const QPaintDevice* object ) { PaintDeviceDataMap::Value data( ToolBoxEngine::data( object ) ); return ( data && data.data()->animation() && data.data()->animation().data()->isRunning() ); } } adwaita-qt-1.0/style/animations/adwaitatoolboxengine.h000066400000000000000000000064371311200771300232750ustar00rootroot00000000000000#ifndef adwaitatoolboxengine_h #define adwaitatoolboxengine_h /************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaitabaseengine.h" #include "adwaitadatamap.h" #include "adwaitawidgetstatedata.h" namespace Adwaita { //* QToolBox animation engine class ToolBoxEngine: public BaseEngine { Q_OBJECT public: //* constructor explicit ToolBoxEngine( QObject* parent ): BaseEngine( parent ) {} //* destructor virtual ~ToolBoxEngine( void ) {} //* enability virtual void setEnabled( bool value ) { BaseEngine::setEnabled( value ); _data.setEnabled( value ); } //* duration virtual void setDuration( int value ) { BaseEngine::setDuration( value ); _data.setDuration( value ); } //* register widget virtual bool registerWidget( QWidget* ); //* true if widget hover state is changed virtual bool updateState( const QPaintDevice*, bool ); //* true if widget is animated virtual bool isAnimated( const QPaintDevice* ); //* animation opacity virtual qreal opacity( const QPaintDevice* object ) { return isAnimated( object ) ? data( object ).data()->opacity(): AnimationData::OpacityInvalid; } public Q_SLOTS: //* remove widget from map virtual bool unregisterWidget( QObject* data ) { if( !data ) return false; // reinterpret_cast is safe here since only the address is used to find // data in the map return _data.unregisterWidget( reinterpret_cast(data) ); } protected: //* returns data associated to widget PaintDeviceDataMap::Value data( const QPaintDevice* object ) { return _data.find( object ).data(); } private: //* map PaintDeviceDataMap _data; }; } #endif adwaita-qt-1.0/style/animations/adwaitatransitiondata.cpp000066400000000000000000000036011311200771300237660ustar00rootroot00000000000000////////////////////////////////////////////////////////////////////////////// // adwaitatransitiondata.cpp // data container for generic transitions // ------------------- // // Copyright (c) 2009 Hugo Pereira Da Costa // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to // deal in the Software without restriction, including without limitation the // rights to use, copy, modify, merge, publish, distribute, sublicense, and/or // sell copies of the Software, and to permit persons to whom the Software is // furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS // IN THE SOFTWARE. ////////////////////////////////////////////////////////////////////////////// #include "adwaitatransitiondata.h" namespace Adwaita { //_________________________________________________________________ TransitionData::TransitionData( QObject* parent, QWidget* target, int duration ): QObject( parent ), _transition( new TransitionWidget( target, duration ) ) { _transition.data()->hide(); } //_________________________________________________________________ TransitionData::~TransitionData( void ) { if( _transition ) _transition.data()->deleteLater(); } } adwaita-qt-1.0/style/animations/adwaitatransitiondata.h000066400000000000000000000103751311200771300234410ustar00rootroot00000000000000#ifndef adwaitatransitiondata_h #define adwaitatransitiondata_h ////////////////////////////////////////////////////////////////////////////// // adwaitatransitiondata.h // data container for generic transitions // ------------------- // // Copyright (c) 2009 Hugo Pereira Da Costa // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to // deal in the Software without restriction, including without limitation the // rights to use, copy, modify, merge, publish, distribute, sublicense, and/or // sell copies of the Software, and to permit persons to whom the Software is // furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS // IN THE SOFTWARE. ////////////////////////////////////////////////////////////////////////////// #include "adwaitatransitionwidget.h" #include #include #include namespace Adwaita { //* generic data class TransitionData: public QObject { Q_OBJECT public: //* constructor TransitionData( QObject* parent, QWidget* target, int ); //* destructor virtual ~TransitionData( void ); //* enability virtual void setEnabled( bool value ) { _enabled = value; } //* enability virtual bool enabled( void ) const { return _enabled; } //* duration virtual void setDuration( int duration ) { if( _transition ) { _transition.data()->setDuration( duration ); } } //* max render time void setMaxRenderTime( int value ) { _maxRenderTime = value; } //* max renderTime const int& maxRenderTime( void ) const { return _maxRenderTime; } //* start clock void startClock( void ) { if( _clock.isNull() ) _clock.start(); else _clock.restart(); } //* check if rendering is two slow bool slow( void ) const { return !( _clock.isNull() || _clock.elapsed() <= maxRenderTime() ); } protected Q_SLOTS: //* initialize animation virtual bool initializeAnimation( void ) = 0; //* animate virtual bool animate( void ) = 0; protected: //* returns true if one parent matches given class name inline bool hasParent( const QWidget*, const char* ) const; //* transition widget virtual const TransitionWidget::Pointer& transition( void ) const { return _transition; } //* used to avoid recursion when grabbing widgets void setRecursiveCheck( bool value ) { _recursiveCheck = value; } //* used to avoid recursion when grabbing widgets bool recursiveCheck( void ) const { return _recursiveCheck; } private: //* enability bool _enabled = true; //* used to avoid recursion when grabbing widgets bool _recursiveCheck = false; //* timer used to detect slow rendering QTime _clock; //* max render time /*! used to detect slow rendering */ int _maxRenderTime = 200; //* animation handling TransitionWidget::Pointer _transition; }; //_____________________________________________________________________________________ bool TransitionData::hasParent( const QWidget* widget, const char* className ) const { if( !widget ) return false; for( QWidget* parent = widget->parentWidget(); parent; parent = parent->parentWidget() ) { if( parent->inherits( className ) ) return true; } return false; } } #endif adwaita-qt-1.0/style/animations/adwaitatransitionwidget.cpp000066400000000000000000000224251311200771300243450ustar00rootroot00000000000000////////////////////////////////////////////////////////////////////////////// // adwaitatransitionwidget.cpp // stores event filters and maps widgets to transitions for transitions // ------------------- // // Copyright (c) 2009 Hugo Pereira Da Costa // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to // deal in the Software without restriction, including without limitation the // rights to use, copy, modify, merge, publish, distribute, sublicense, and/or // sell copies of the Software, and to permit persons to whom the Software is // furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS // IN THE SOFTWARE. ////////////////////////////////////////////////////////////////////////////// #include "adwaitatransitionwidget.h" #include #include #include #include namespace Adwaita { //________________________________________________ bool TransitionWidget::_paintEnabled = true; bool TransitionWidget::paintEnabled( void ) { return _paintEnabled; } int TransitionWidget::_steps = 0; //________________________________________________ TransitionWidget::TransitionWidget( QWidget* parent, int duration ): QWidget( parent ), _animation( new Animation( duration, this ) ) { // background flags setAttribute( Qt::WA_NoSystemBackground ); setAutoFillBackground( false ); // setup animation _animation.data()->setStartValue( 0 ); _animation.data()->setEndValue( 1.0 ); _animation.data()->setTargetObject( this ); _animation.data()->setPropertyName( "opacity" ); // hide when animation is finished connect( _animation.data(), SIGNAL(finished()), SLOT(hide()) ); } //________________________________________________ QPixmap TransitionWidget::grab( QWidget* widget, QRect rect ) { // change rect if( !rect.isValid() ) rect = widget->rect(); if( !rect.isValid() ) return QPixmap(); // initialize pixmap QPixmap out( rect.size() ); out.fill( Qt::transparent ); _paintEnabled = false; if( testFlag( GrabFromWindow ) ) { rect = rect.translated( widget->mapTo( widget->window(), widget->rect().topLeft() ) ); widget = widget->window(); #if QT_VERSION < 0x050000 out = QPixmap::grabWidget( widget, rect ); #else out = widget->grab( rect ); #endif } else { if( !testFlag( Transparent ) ) { grabBackground( out, widget, rect ); } grabWidget( out, widget, rect ); } _paintEnabled = true; return out; } //________________________________________________ bool TransitionWidget::event( QEvent* event ) { switch( event->type() ) { case QEvent::MouseButtonPress: case QEvent::MouseButtonRelease: case QEvent::KeyPress: case QEvent::KeyRelease: endAnimation(); hide(); event->ignore(); return false; default: return QWidget::event( event ); } } //________________________________________________ void TransitionWidget::paintEvent( QPaintEvent* event ) { // fully transparent case if( opacity() >= 1.0 && endPixmap().isNull() ) return; if( !_paintEnabled ) return; // get rect QRect rect = event->rect(); if( !rect.isValid() ) rect = this->rect(); // local pixmap bool paintOnWidget( testFlag( PaintOnWidget ) && !testFlag( Transparent ) ); if( !paintOnWidget ) { if( _currentPixmap.isNull() || _currentPixmap.size() != size() ) { _currentPixmap = QPixmap( size() ); } } // fill _currentPixmap.fill( Qt::transparent ); // copy local pixmap to current { QPainter p; // draw end pixmap first, provided that opacity is small enough if( opacity() >= 0.004 && !_endPixmap.isNull() ) { // faded endPixmap if parent target is transparent and opacity is if( opacity() <= 0.996 && testFlag( Transparent ) ) { fade( _endPixmap, _currentPixmap, opacity(), rect ); p.begin( &_currentPixmap ); p.setClipRect( event->rect() ); } else { if( paintOnWidget ) p.begin( this ); else p.begin( &_currentPixmap ); p.setClipRect( event->rect() ); p.drawPixmap( QPoint(), _endPixmap ); } } else { if( paintOnWidget ) p.begin( this ); else p.begin( &_currentPixmap ); p.setClipRect( event->rect() ); } // draw fading start pixmap if( opacity() <= 0.996 && !_startPixmap.isNull() ) { if( opacity() >= 0.004 ) { fade( _startPixmap, _localStartPixmap, 1.0-opacity(), rect ); p.drawPixmap( QPoint(), _localStartPixmap ); } else p.drawPixmap( QPoint(), _startPixmap ); } p.end(); } // copy current pixmap on widget if( !paintOnWidget ) { QPainter p( this ); p.setClipRect( event->rect() ); p.drawPixmap( QPoint(0,0), _currentPixmap ); p.end(); } } //________________________________________________ void TransitionWidget::grabBackground( QPixmap& pixmap, QWidget* widget, QRect& rect ) const { if( !widget ) return; QWidgetList widgets; if( widget->autoFillBackground() ) { widgets.append( widget ); } QWidget *parent(0); // get highest level parent for( parent = widget->parentWidget(); parent; parent = parent->parentWidget() ) { if( !( parent->isVisible() && parent->rect().isValid() ) ) continue; // store in list widgets.append( parent ); // stop at topLevel if( parent->isTopLevel() || parent->autoFillBackground() ) break; } if( !parent ) parent = widget; // painting QPainter p(&pixmap); p.setClipRect( rect ); QBrush backgroundBrush = parent->palette().brush( parent->backgroundRole()); if( backgroundBrush.style() == Qt::TexturePattern) { p.drawTiledPixmap( rect, backgroundBrush.texture(), widget->mapTo( parent, rect.topLeft() ) ); } else { p.fillRect( pixmap.rect(), backgroundBrush ); } if( parent->isTopLevel() && parent->testAttribute(Qt::WA_StyledBackground)) { QStyleOption option; option.initFrom(parent); option.rect = rect; option.rect.translate( widget->mapTo( parent, rect.topLeft() ) ); p.translate(-option.rect.topLeft()); parent->style()->drawPrimitive ( QStyle::PE_Widget, &option, &p, parent ); p.translate(option.rect.topLeft()); } // draw all widgets in parent list // backward QPaintEvent event(rect); for( int i = widgets.size() - 1; i>=0; i-- ) { QWidget* w = widgets.at(i); w->render( &p, -widget->mapTo( w, rect.topLeft() ), rect, 0 ); } // end p.end(); } //________________________________________________ void TransitionWidget::grabWidget( QPixmap& pixmap, QWidget* widget, QRect& rect ) const { widget->render( &pixmap, pixmap.rect().topLeft(), rect, QWidget::DrawChildren ); } //________________________________________________ void TransitionWidget::fade( const QPixmap& source, QPixmap& target, qreal opacity, const QRect& rect ) const { if( target.isNull() || target.size() != size() ) { target = QPixmap( size() ); } // erase target target.fill( Qt::transparent ); // check opacity if( opacity*255 < 1 ) return; QPainter p( &target ); p.setClipRect( rect ); // draw pixmap p.drawPixmap( QPoint(0,0), source ); // opacity mask (0.996 corresponds to 254/255) if( opacity <= 0.996 ) { p.setCompositionMode(QPainter::CompositionMode_DestinationIn); QColor color( Qt::black ); color.setAlphaF( opacity ); p.fillRect(rect, color ); } p.end(); return; } } adwaita-qt-1.0/style/animations/adwaitatransitionwidget.h000066400000000000000000000144031311200771300240070ustar00rootroot00000000000000#ifndef adwaitatransitionwidget_h #define adwaitatransitionwidget_h ////////////////////////////////////////////////////////////////////////////// // adwaitatransitionwidget.h // stores event filters and maps widgets to transitions for transitions // ------------------- // // Copyright (c) 2009 Hugo Pereira Da Costa // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to // deal in the Software without restriction, including without limitation the // rights to use, copy, modify, merge, publish, distribute, sublicense, and/or // sell copies of the Software, and to permit persons to whom the Software is // furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS // IN THE SOFTWARE. ////////////////////////////////////////////////////////////////////////////// #include "adwaitaanimation.h" #include "adwaita.h" #include #include namespace Adwaita { //* temporary widget used to perform smooth transition between one widget state and another class TransitionWidget: public QWidget { Q_OBJECT //* declare opacity property Q_PROPERTY( qreal opacity READ opacity WRITE setOpacity ) public: //* shortcut to painter typedef WeakPointer Pointer; //* constructor TransitionWidget( QWidget* parent, int duration ); //* destructor virtual ~TransitionWidget( void ) = default; //*@name flags //@{ enum Flag { None = 0, GrabFromWindow = 1<<0, Transparent = 1<<1, PaintOnWidget = 1<<2 }; Q_DECLARE_FLAGS(Flags, Flag) void setFlags( Flags value ) { _flags = value; } void setFlag( Flag flag, bool value = true ) { if( value ) _flags |= flag; else _flags &= (~flag); } bool testFlag( Flag flag ) const { return _flags.testFlag( flag ); } //@} //* duration void setDuration( int duration ) { if( _animation ) { _animation.data()->setDuration( duration ); } } //* duration int duration( void ) const { return ( _animation ) ? _animation.data()->duration() : 0; } //* steps static void setSteps( int value ) { _steps = value; } //*@name opacity //@{ virtual qreal opacity( void ) const { return _opacity; } virtual void setOpacity( qreal value ) { value = digitize( value ); if( _opacity == value ) return; _opacity = value; update(); } //@} //@name pixmaps handling //@{ //* start void resetStartPixmap( void ) { setStartPixmap( QPixmap() ); } //* start void setStartPixmap( QPixmap pixmap ) { _startPixmap = pixmap; } //* start const QPixmap& startPixmap( void ) const { return _startPixmap; } //* end void resetEndPixmap( void ) { setEndPixmap( QPixmap() ); } //* end void setEndPixmap( QPixmap pixmap ) { _endPixmap = pixmap; _currentPixmap = pixmap; } //* start const QPixmap& endPixmap( void ) const { return _endPixmap; } //* current const QPixmap& currentPixmap( void ) const { return _currentPixmap; } //@} //* grap pixmap QPixmap grab( QWidget* = 0, QRect = QRect() ); //* true if animated virtual bool isAnimated( void ) const { return _animation.data()->isRunning(); } //* end animation virtual void endAnimation( void ) { if( _animation.data()->isRunning() ) _animation.data()->stop(); } //* animate transition virtual void animate( void ) { if( _animation.data()->isRunning() ) _animation.data()->stop(); _animation.data()->start(); } //* true if paint is enabled static bool paintEnabled( void ); protected: //* generic event filter virtual bool event( QEvent* ); //* paint event virtual void paintEvent( QPaintEvent* ); //* grab widget background /*! Background is not rendered properly using QWidget::render. Use home-made grabber instead. This is directly inspired from bespin. Copyright (C) 2007 Thomas Luebking */ virtual void grabBackground( QPixmap&, QWidget*, QRect& ) const; //* grab widget virtual void grabWidget( QPixmap&, QWidget*, QRect& ) const; //* fade pixmap virtual void fade( const QPixmap& source, QPixmap& target, qreal opacity, const QRect& ) const; //* apply step virtual qreal digitize( const qreal& value ) const { if( _steps > 0 ) return std::floor( value*_steps )/_steps; else return value; } private: //* Flags Flags _flags = None; //* paint enabled static bool _paintEnabled; //* internal transition animation Animation::Pointer _animation; //* animation starting pixmap QPixmap _startPixmap; //* animation starting pixmap QPixmap _localStartPixmap; //* animation starting pixmap QPixmap _endPixmap; //* current pixmap QPixmap _currentPixmap; //* current state opacity qreal _opacity = 0; //* steps static int _steps; }; } #endif adwaita-qt-1.0/style/animations/adwaitawidgetstatedata.cpp000066400000000000000000000037021311200771300241220ustar00rootroot00000000000000/************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaitawidgetstatedata.h" namespace Adwaita { //______________________________________________ bool WidgetStateData::updateState( bool value ) { if( !_initialized ) { _state = value; _initialized = true; return false; } else if( _state == value ) { return false; } else { _state = value; animation().data()->setDirection( _state ? Animation::Forward : Animation::Backward ); if( !animation().data()->isRunning() ) animation().data()->start(); return true; } } } adwaita-qt-1.0/style/animations/adwaitawidgetstatedata.h000066400000000000000000000042011311200771300235620ustar00rootroot00000000000000#ifndef adwaitawidgetstatedata_h #define adwaitawidgetstatedata_h /************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaitagenericdata.h" namespace Adwaita { //* handle widget state (hover/focus/enable) changes class WidgetStateData: public GenericData { Q_OBJECT public: //* constructor WidgetStateData( QObject* parent, QWidget* target, int duration, bool state = false ): GenericData( parent, target, duration ), _initialized( false ), _state( state ) {} //* destructor virtual ~WidgetStateData( void ) {} /** returns true if hover has Changed and starts timer accordingly */ virtual bool updateState( bool value ); private: bool _initialized; bool _state; }; } #endif adwaita-qt-1.0/style/animations/adwaitawidgetstateengine.cpp000066400000000000000000000121241311200771300244540ustar00rootroot00000000000000 /************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaitawidgetstateengine.h" #include "adwaitaenabledata.h" namespace Adwaita { //____________________________________________________________ bool WidgetStateEngine::registerWidget( QWidget* widget, AnimationModes mode ) { if( !widget ) return false; if( mode&AnimationHover && !_hoverData.contains( widget ) ) { _hoverData.insert( widget, new WidgetStateData( this, widget, duration() ), enabled() ); } if( mode&AnimationFocus && !_focusData.contains( widget ) ) { _focusData.insert( widget, new WidgetStateData( this, widget, duration() ), enabled() ); } if( mode&AnimationEnable && !_enableData.contains( widget ) ) { _enableData.insert( widget, new EnableData( this, widget, duration() ), enabled() ); } if( mode&AnimationPressed && !_pressedData.contains( widget ) ) { _pressedData.insert( widget, new WidgetStateData( this, widget, duration() ), enabled() ); } // connect destruction signal connect( widget, SIGNAL(destroyed(QObject*)), this, SLOT(unregisterWidget(QObject*)), Qt::UniqueConnection ); return true; } //____________________________________________________________ BaseEngine::WidgetList WidgetStateEngine::registeredWidgets( AnimationModes mode ) const { WidgetList out; using Value = DataMap::Value; if( mode&AnimationHover ) { foreach( const Value& value, _hoverData ) { if( value ) out.insert( value.data()->target().data() ); } } if( mode&AnimationFocus ) { foreach( const Value& value, _focusData ) { if( value ) out.insert( value.data()->target().data() ); } } if( mode&AnimationEnable ) { foreach( const Value& value, _enableData ) { if( value ) out.insert( value.data()->target().data() ); } } if( mode&AnimationPressed ) { foreach( const Value& value, _pressedData ) { if( value ) out.insert( value.data()->target().data() ); } } return out; } //____________________________________________________________ bool WidgetStateEngine::updateState( const QObject* object, AnimationMode mode, bool value ) { DataMap::Value data( WidgetStateEngine::data( object, mode ) ); return ( data && data.data()->updateState( value ) ); } //____________________________________________________________ bool WidgetStateEngine::isAnimated( const QObject* object, AnimationMode mode ) { DataMap::Value data( WidgetStateEngine::data( object, mode ) ); return ( data && data.data()->animation() && data.data()->animation().data()->isRunning() ); } //____________________________________________________________ DataMap::Value WidgetStateEngine::data( const QObject* object, AnimationMode mode ) { switch( mode ) { case AnimationHover: return _hoverData.find( object ).data(); case AnimationFocus: return _focusData.find( object ).data(); case AnimationEnable: return _enableData.find( object ).data(); case AnimationPressed: return _pressedData.find( object ).data(); default: return DataMap::Value(); } } //____________________________________________________________ DataMap& WidgetStateEngine::dataMap( AnimationMode mode ) { switch( mode ) { default: case AnimationHover: return _hoverData; case AnimationFocus: return _focusData; case AnimationEnable: return _enableData; case AnimationPressed: return _pressedData; } } } adwaita-qt-1.0/style/animations/adwaitawidgetstateengine.h000066400000000000000000000144511311200771300241260ustar00rootroot00000000000000#ifndef adwaitawidgetstateengine_h #define adwaitawidgetstateengine_h /************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaita.h" #include "adwaitabaseengine.h" #include "adwaitadatamap.h" #include "adwaitawidgetstatedata.h" namespace Adwaita { //* used for simple widgets class WidgetStateEngine: public BaseEngine { Q_OBJECT public: //* constructor explicit WidgetStateEngine( QObject* parent ): BaseEngine( parent ) {} //* destructor virtual ~WidgetStateEngine( void ) {} //* register widget virtual bool registerWidget( QWidget*, AnimationModes ); //* returns registered widgets virtual WidgetList registeredWidgets( AnimationModes ) const; using BaseEngine::registeredWidgets; //* true if widget hover state is changed virtual bool updateState( const QObject*, AnimationMode, bool ); //* true if widget is animated virtual bool isAnimated( const QObject*, AnimationMode ); //* animation opacity virtual qreal opacity( const QObject* object, AnimationMode mode ) { return isAnimated( object, mode ) ? data( object, mode ).data()->opacity(): AnimationData::OpacityInvalid; } //* animation mode /** precedence on focus */ virtual AnimationMode frameAnimationMode( const QObject* object ) { if( isAnimated( object, AnimationEnable ) ) return AnimationEnable; else if( isAnimated( object, AnimationFocus ) ) return AnimationFocus; else if( isAnimated( object, AnimationHover ) ) return AnimationHover; else return AnimationNone; } //* animation opacity /** precedence on focus */ virtual qreal frameOpacity( const QObject* object ) { if( isAnimated( object, AnimationEnable ) ) return data( object, AnimationEnable ).data()->opacity(); else if( isAnimated( object, AnimationFocus ) ) return data( object, AnimationFocus ).data()->opacity(); else if( isAnimated( object, AnimationHover ) ) return data( object, AnimationHover ).data()->opacity(); else return AnimationData::OpacityInvalid; } //* animation mode /** precedence on mouseOver */ virtual AnimationMode buttonAnimationMode( const QObject* object ) { if( isAnimated( object, AnimationEnable ) ) return AnimationEnable; else if( isAnimated( object, AnimationPressed ) ) return AnimationPressed; else if( isAnimated( object, AnimationHover ) ) return AnimationHover; else if( isAnimated( object, AnimationFocus ) ) return AnimationFocus; else return AnimationNone; } //* animation opacity /** precedence on mouseOver */ virtual qreal buttonOpacity( const QObject* object ) { if( isAnimated( object, AnimationEnable ) ) return data( object, AnimationEnable ).data()->opacity(); else if( isAnimated( object, AnimationPressed ) ) return data( object, AnimationPressed ).data()->opacity(); else if( isAnimated( object, AnimationHover ) ) return data( object, AnimationHover ).data()->opacity(); else if( isAnimated( object, AnimationFocus ) ) return data( object, AnimationFocus ).data()->opacity(); else return AnimationData::OpacityInvalid; } //* duration virtual void setEnabled( bool value ) { BaseEngine::setEnabled( value ); _hoverData.setEnabled( value ); _focusData.setEnabled( value ); _enableData.setEnabled( value ); _pressedData.setEnabled( value ); } //* duration virtual void setDuration( int value ) { BaseEngine::setDuration( value ); _hoverData.setDuration( value ); _focusData.setDuration( value ); _enableData.setDuration( value ); _pressedData.setDuration( value/2 ); } public Q_SLOTS: //* remove widget from map virtual bool unregisterWidget( QObject* object ) { if( !object ) return false; bool found = false; if( _hoverData.unregisterWidget( object ) ) found = true; if( _focusData.unregisterWidget( object ) ) found = true; if( _enableData.unregisterWidget( object ) ) found = true; if( _pressedData.unregisterWidget( object ) ) found = true; return found; } protected: //* returns data associated to widget DataMap::Value data( const QObject*, AnimationMode ); //* returns data map associated to animation mode DataMap& dataMap( AnimationMode ); private: //* maps DataMap _hoverData; DataMap _focusData; DataMap _enableData; DataMap _pressedData; }; } #endif adwaita-qt-1.0/style/config-adwaita.h.cmake000066400000000000000000000033761311200771300206570ustar00rootroot00000000000000/* config-adwaita.h. Generated by cmake from config-adwaita.h.cmake */ /************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #ifndef config_adwaita_h #define config_adwaita_h /* Define to 1 if adwaita is compiled against KDE4 */ #cmakedefine01 ADWAITA_USE_KDE4 /* Define to 1 if FrameworkIntegration/Kstyle libraries are found */ #cmakedefine01 ADWAITA_HAVE_KSTYLE /* Define to 1 if XCB libraries are found */ #cmakedefine01 ADWAITA_HAVE_X11 #cmakedefine01 ADWAITA_HAVE_KWAYLAND #endif adwaita-qt-1.0/style/debug/000077500000000000000000000000001311200771300156275ustar00rootroot00000000000000adwaita-qt-1.0/style/debug/adwaitawidgetexplorer.cpp000066400000000000000000000145641311200771300227440ustar00rootroot00000000000000/************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include "adwaitawidgetexplorer.h" #include "adwaita.h" #include #include #include #include namespace Adwaita { //________________________________________________ WidgetExplorer::WidgetExplorer( QObject* parent ): QObject( parent ), _enabled( false ), _drawWidgetRects( false ) { _eventTypes.insert( QEvent::Enter, QStringLiteral( "Enter" ) ); _eventTypes.insert( QEvent::Leave, QStringLiteral( "Leave" ) ); _eventTypes.insert( QEvent::HoverMove, QStringLiteral( "HoverMove" ) ); _eventTypes.insert( QEvent::HoverEnter, QStringLiteral( "HoverEnter" ) ); _eventTypes.insert( QEvent::HoverLeave, QStringLiteral( "HoverLeave" ) ); _eventTypes.insert( QEvent::MouseMove, QStringLiteral( "MouseMove" ) ); _eventTypes.insert( QEvent::MouseButtonPress, QStringLiteral( "MouseButtonPress" ) ); _eventTypes.insert( QEvent::MouseButtonRelease, QStringLiteral( "MouseButtonRelease" ) ); _eventTypes.insert( QEvent::FocusIn, QStringLiteral( "FocusIn" ) ); _eventTypes.insert( QEvent::FocusOut, QStringLiteral( "FocusOut" ) ); // _eventTypes.insert( QEvent::Paint, "Paint" ); } //________________________________________________ void WidgetExplorer::setEnabled( bool value ) { if( value == _enabled ) return; _enabled = value; qApp->removeEventFilter( this ); if( _enabled ) qApp->installEventFilter( this ); } //________________________________________________ bool WidgetExplorer::eventFilter( QObject* object, QEvent* event ) { // if( object->isWidgetType() ) // { // QString type( _eventTypes[event->type()] ); // if( !type.isEmpty() ) // { // QTextStream( stdout ) << "Adwaita::WidgetExplorer::eventFilter - widget: " << object << " (" << object->metaObject()->className() << ")"; // QTextStream( stdout ) << " type: " << type << endl; // } // } switch( event->type() ) { case QEvent::Paint: if( _drawWidgetRects ) { QWidget* widget( qobject_cast( object ) ); if( !widget ) return false; QPainter painter( widget ); painter.setRenderHints(QPainter::Antialiasing); painter.setBrush( Qt::NoBrush ); painter.setPen( Qt::red ); painter.drawRect( widget->rect() ); painter.end(); } break; case QEvent::MouseButtonPress: { // cast event and check button QMouseEvent* mouseEvent( static_cast( event ) ); if( mouseEvent->button() != Qt::LeftButton ) break; // case widget and check (should not be necessary) QWidget* widget( qobject_cast(object) ); if( !widget ) return false; QTextStream( stdout ) << "Adwaita::WidgetExplorer::eventFilter -" << " event: " << event << " type: " << eventType( event->type() ) << " widget: " << widgetInformation( widget ) << endl; // print parent information QWidget* parent( widget->parentWidget() ); while( parent ) { QTextStream( stdout ) << " parent: " << widgetInformation( parent ) << endl; parent = parent->parentWidget(); } QTextStream( stdout ) << "" << endl; } break; default: break; } // always return false to go on with normal chain return false; } //________________________________________________ QString WidgetExplorer::eventType( const QEvent::Type& type ) const { switch( type ) { case QEvent::MouseButtonPress: return QStringLiteral( "MouseButtonPress" ); case QEvent::MouseButtonRelease: return QStringLiteral( "MouseButtonRelease" ); case QEvent::MouseMove: return QStringLiteral( "MouseMove" ); default: return QStringLiteral( "Unknown" ); } } //________________________________________________ QString WidgetExplorer::widgetInformation( const QWidget* widget ) const { QRect r( widget->geometry() ); const char* className( widget->metaObject()->className() ); QString out; QTextStream( &out ) << widget << " (" << className << ")" << " position: " << r.x() << "," << r.y() << " size: " << r.width() << "," << r.height() << " sizeHint: " << widget->sizeHint().width() << "," << widget->sizeHint().height() << " minimumSizeHint: " << widget->minimumSizeHint().width() << "," << widget->minimumSizeHint().height() << " hover: " << widget->testAttribute( Qt::WA_Hover ); return out; } } adwaita-qt-1.0/style/debug/adwaitawidgetexplorer.h000066400000000000000000000046471311200771300224120ustar00rootroot00000000000000#ifndef adwaitawidgetexplorer_h #define adwaitawidgetexplorer_h /************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa * * * * 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 . * *************************************************************************/ #include #include #include #include #include namespace Adwaita { //* print widget's and parent's information on mouse click class WidgetExplorer: public QObject { Q_OBJECT public: //* constructor explicit WidgetExplorer( QObject* ); //* enable bool enabled( void ) const; //* enable void setEnabled( bool ); //* widget rects void setDrawWidgetRects( bool value ) { _drawWidgetRects = value; } //* event filter virtual bool eventFilter( QObject*, QEvent* ); protected: //* event type QString eventType( const QEvent::Type& ) const; //* print widget information QString widgetInformation( const QWidget* ) const; private: //* enable state bool _enabled; //* widget rects bool _drawWidgetRects; //* map event types to string QMap _eventTypes; }; } #endif adwaita-qt-1.0/style/fakeadwaitastyleconfigdata.cpp000066400000000000000000000251561311200771300226200ustar00rootroot00000000000000// This file is generated by kconfig_compiler from adwaita.kcfg. // All changes you do to this file will be lost. #include "fakeadwaitastyleconfigdata.h" #include using namespace Adwaita; namespace Adwaita { class StyleConfigDataHelper { public: StyleConfigDataHelper() : q(0) {} ~StyleConfigDataHelper() { delete q; } StyleConfigData *q; }; } StyleConfigData* StyleConfigData::_self = nullptr; StyleConfigData *StyleConfigData::self() { if (!_self) _self = new StyleConfigData; return _self; } StyleConfigData::StyleConfigData( ) { /* setCurrentGroup( QLatin1String( "Common" ) ); KConfigSkeleton::ItemInt *itemShadowStrength; itemShadowStrength = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "ShadowStrength" ), mShadowStrength, 90 ); itemShadowStrength->setMinValue(25); itemShadowStrength->setMaxValue(255); addItem( itemShadowStrength, QLatin1String( "ShadowStrength" ) ); KConfigSkeleton::ItemInt *itemShadowSize; itemShadowSize = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "ShadowSize" ), mShadowSize, 16 ); itemShadowSize->setMinValue(6); itemShadowSize->setMaxValue(64); addItem( itemShadowSize, QLatin1String( "ShadowSize" ) ); KConfigSkeleton::ItemColor *itemShadowColor; itemShadowColor = new KConfigSkeleton::ItemColor( currentGroup(), QLatin1String( "ShadowColor" ), mShadowColor, QColor( 0, 0, 0 ) ); addItem( itemShadowColor, QLatin1String( "ShadowColor" ) ); KConfigSkeleton::ItemBool *itemOutlineCloseButton; itemOutlineCloseButton = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "OutlineCloseButton" ), mOutlineCloseButton, true ); addItem( itemOutlineCloseButton, QLatin1String( "OutlineCloseButton" ) ); setCurrentGroup( QLatin1String( "Style" ) ); KConfigSkeleton::ItemBool *itemAnimationsEnabled; itemAnimationsEnabled = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "AnimationsEnabled" ), mAnimationsEnabled, true ); addItem( itemAnimationsEnabled, QLatin1String( "AnimationsEnabled" ) ); KConfigSkeleton::ItemInt *itemAnimationSteps; itemAnimationSteps = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "AnimationSteps" ), mAnimationSteps, 10 ); addItem( itemAnimationSteps, QLatin1String( "AnimationSteps" ) ); KConfigSkeleton::ItemInt *itemAnimationsDuration; itemAnimationsDuration = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "AnimationsDuration" ), mAnimationsDuration, 100 ); addItem( itemAnimationsDuration, QLatin1String( "AnimationsDuration" ) ); KConfigSkeleton::ItemBool *itemStackedWidgetTransitionsEnabled; itemStackedWidgetTransitionsEnabled = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "StackedWidgetTransitionsEnabled" ), mStackedWidgetTransitionsEnabled, false ); addItem( itemStackedWidgetTransitionsEnabled, QLatin1String( "StackedWidgetTransitionsEnabled" ) ); KConfigSkeleton::ItemBool *itemProgressBarAnimated; itemProgressBarAnimated = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "ProgressBarAnimated" ), mProgressBarAnimated, true ); addItem( itemProgressBarAnimated, QLatin1String( "ProgressBarAnimated" ) ); KConfigSkeleton::ItemInt *itemProgressBarBusyStepDuration; itemProgressBarBusyStepDuration = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "ProgressBarBusyStepDuration" ), mProgressBarBusyStepDuration, 800 ); addItem( itemProgressBarBusyStepDuration, QLatin1String( "ProgressBarBusyStepDuration" ) ); KConfigSkeleton::ItemInt *itemScrollBarAddLineButtons; itemScrollBarAddLineButtons = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "ScrollBarAddLineButtons" ), mScrollBarAddLineButtons, 1 ); addItem( itemScrollBarAddLineButtons, QLatin1String( "ScrollBarAddLineButtons" ) ); KConfigSkeleton::ItemInt *itemScrollBarSubLineButtons; itemScrollBarSubLineButtons = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "ScrollBarSubLineButtons" ), mScrollBarSubLineButtons, 1 ); addItem( itemScrollBarSubLineButtons, QLatin1String( "ScrollBarSubLineButtons" ) ); KConfigSkeleton::ItemBool *itemScrollBarShowOnMouseOver; itemScrollBarShowOnMouseOver = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "ScrollBarShowOnMouseOver" ), mScrollBarShowOnMouseOver, true ); addItem( itemScrollBarShowOnMouseOver, QLatin1String( "ScrollBarShowOnMouseOver" ) ); QList valuesMnemonicsMode; { KConfigSkeleton::ItemEnum::Choice2 choice; choice.name = QLatin1String("MN_NEVER"); valuesMnemonicsMode.append( choice ); } { KConfigSkeleton::ItemEnum::Choice2 choice; choice.name = QLatin1String("MN_AUTO"); valuesMnemonicsMode.append( choice ); } { KConfigSkeleton::ItemEnum::Choice2 choice; choice.name = QLatin1String("MN_ALWAYS"); valuesMnemonicsMode.append( choice ); } KConfigSkeleton::ItemEnum *itemMnemonicsMode; itemMnemonicsMode = new KConfigSkeleton::ItemEnum( currentGroup(), QLatin1String( "MnemonicsMode" ), mMnemonicsMode, valuesMnemonicsMode, MN_AUTO ); addItem( itemMnemonicsMode, QLatin1String( "MnemonicsMode" ) ); KConfigSkeleton::ItemBool *itemToolBarDrawItemSeparator; itemToolBarDrawItemSeparator = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "ToolBarDrawItemSeparator" ), mToolBarDrawItemSeparator, true ); addItem( itemToolBarDrawItemSeparator, QLatin1String( "ToolBarDrawItemSeparator" ) ); KConfigSkeleton::ItemBool *itemViewDrawFocusIndicator; itemViewDrawFocusIndicator = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "ViewDrawFocusIndicator" ), mViewDrawFocusIndicator, true ); addItem( itemViewDrawFocusIndicator, QLatin1String( "ViewDrawFocusIndicator" ) ); KConfigSkeleton::ItemBool *itemSliderDrawTickMarks; itemSliderDrawTickMarks = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "SliderDrawTickMarks" ), mSliderDrawTickMarks, true ); addItem( itemSliderDrawTickMarks, QLatin1String( "SliderDrawTickMarks" ) ); KConfigSkeleton::ItemBool *itemViewDrawTreeBranchLines; itemViewDrawTreeBranchLines = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "ViewDrawTreeBranchLines" ), mViewDrawTreeBranchLines, true ); addItem( itemViewDrawTreeBranchLines, QLatin1String( "ViewDrawTreeBranchLines" ) ); KConfigSkeleton::ItemBool *itemViewInvertSortIndicator; itemViewInvertSortIndicator = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "ViewInvertSortIndicator" ), mViewInvertSortIndicator, false ); addItem( itemViewInvertSortIndicator, QLatin1String( "ViewInvertSortIndicator" ) ); KConfigSkeleton::ItemBool *itemTabBarDrawCenteredTabs; itemTabBarDrawCenteredTabs = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "TabBarDrawCenteredTabs" ), mTabBarDrawCenteredTabs, false ); addItem( itemTabBarDrawCenteredTabs, QLatin1String( "TabBarDrawCenteredTabs" ) ); KConfigSkeleton::ItemBool *itemTitleWidgetDrawFrame; itemTitleWidgetDrawFrame = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "TitleWidgetDrawFrame" ), mTitleWidgetDrawFrame, false ); addItem( itemTitleWidgetDrawFrame, QLatin1String( "TitleWidgetDrawFrame" ) ); KConfigSkeleton::ItemBool *itemDockWidgetDrawFrame; itemDockWidgetDrawFrame = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "DockWidgetDrawFrame" ), mDockWidgetDrawFrame, false ); addItem( itemDockWidgetDrawFrame, QLatin1String( "DockWidgetDrawFrame" ) ); KConfigSkeleton::ItemBool *itemSidePanelDrawFrame; itemSidePanelDrawFrame = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "SidePanelDrawFrame" ), mSidePanelDrawFrame, false ); addItem( itemSidePanelDrawFrame, QLatin1String( "SidePanelDrawFrame" ) ); KConfigSkeleton::ItemBool *itemMenuItemDrawStrongFocus; itemMenuItemDrawStrongFocus = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "MenuItemDrawStrongFocus" ), mMenuItemDrawStrongFocus, true ); addItem( itemMenuItemDrawStrongFocus, QLatin1String( "MenuItemDrawStrongFocus" ) ); QList valuesWindowDragMode; { KConfigSkeleton::ItemEnum::Choice2 choice; choice.name = QLatin1String("WD_NONE"); valuesWindowDragMode.append( choice ); } { KConfigSkeleton::ItemEnum::Choice2 choice; choice.name = QLatin1String("WD_MINIMAL"); valuesWindowDragMode.append( choice ); } { KConfigSkeleton::ItemEnum::Choice2 choice; choice.name = QLatin1String("WD_FULL"); valuesWindowDragMode.append( choice ); } KConfigSkeleton::ItemEnum *itemWindowDragMode; itemWindowDragMode = new KConfigSkeleton::ItemEnum( currentGroup(), QLatin1String( "WindowDragMode" ), mWindowDragMode, valuesWindowDragMode, WD_FULL ); addItem( itemWindowDragMode, QLatin1String( "WindowDragMode" ) ); KConfigSkeleton::ItemStringList *itemWindowDragWhiteList; itemWindowDragWhiteList = new KConfigSkeleton::ItemStringList( currentGroup(), QLatin1String( "WindowDragWhiteList" ), mWindowDragWhiteList ); addItem( itemWindowDragWhiteList, QLatin1String( "WindowDragWhiteList" ) ); KConfigSkeleton::ItemStringList *itemWindowDragBlackList; itemWindowDragBlackList = new KConfigSkeleton::ItemStringList( currentGroup(), QLatin1String( "WindowDragBlackList" ), mWindowDragBlackList ); addItem( itemWindowDragBlackList, QLatin1String( "WindowDragBlackList" ) ); KConfigSkeleton::ItemBool *itemUseWMMoveResize; itemUseWMMoveResize = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "UseWMMoveResize" ), mUseWMMoveResize, true ); addItem( itemUseWMMoveResize, QLatin1String( "UseWMMoveResize" ) ); KConfigSkeleton::ItemBool *itemSplitterProxyEnabled; itemSplitterProxyEnabled = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "SplitterProxyEnabled" ), mSplitterProxyEnabled, true ); addItem( itemSplitterProxyEnabled, QLatin1String( "SplitterProxyEnabled" ) ); KConfigSkeleton::ItemInt *itemSplitterProxyWidth; itemSplitterProxyWidth = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "SplitterProxyWidth" ), mSplitterProxyWidth, 12 ); addItem( itemSplitterProxyWidth, QLatin1String( "SplitterProxyWidth" ) ); KConfigSkeleton::ItemBool *itemWidgetExplorerEnabled; itemWidgetExplorerEnabled = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "WidgetExplorerEnabled" ), mWidgetExplorerEnabled, false ); addItem( itemWidgetExplorerEnabled, QLatin1String( "WidgetExplorerEnabled" ) ); KConfigSkeleton::ItemBool *itemDrawWidgetRects; itemDrawWidgetRects = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "DrawWidgetRects" ), mDrawWidgetRects, false ); addItem( itemDrawWidgetRects, QLatin1String( "DrawWidgetRects" ) ); */ } StyleConfigData::~StyleConfigData() { } adwaita-qt-1.0/style/fakeadwaitastyleconfigdata.h000066400000000000000000000265561311200771300222720ustar00rootroot00000000000000// This file is generated by kconfig_compiler from adwaita.kcfg. // All changes you do to this file will be lost. #ifndef ADWAITA_STYLECONFIGDATA_H #define ADWAITA_STYLECONFIGDATA_H #include #include #include namespace Adwaita { class StyleConfigData { public: enum EnumMnemonicsMode { MN_NEVER, MN_AUTO, MN_ALWAYS }; enum EnumWindowDragMode { WD_NONE, WD_MINIMAL, WD_FULL }; static StyleConfigData *self(); ~StyleConfigData(); /** Set ShadowStrength */ static void setShadowStrength( int v ) { if (v < 25) { v = 25; } if (v > 255) { v = 255; } self()->mShadowStrength = v; } /** Get ShadowStrength */ static int shadowStrength() { return self()->mShadowStrength; } /** Set ShadowSize */ static void setShadowSize( int v ) { if (v < 6) { v = 6; } if (v > 64) { v = 64; } self()->mShadowSize = v; } /** Get ShadowSize */ static int shadowSize() { return self()->mShadowSize; } /** Set ShadowColor */ static void setShadowColor( const QColor & v ) { self()->mShadowColor = v; } /** Get ShadowColor */ static QColor shadowColor() { return self()->mShadowColor; } /** Set OutlineCloseButton */ static void setOutlineCloseButton( bool v ) { self()->mOutlineCloseButton = v; } /** Get OutlineCloseButton */ static bool outlineCloseButton() { return self()->mOutlineCloseButton; } /** Set AnimationsEnabled */ static void setAnimationsEnabled( bool v ) { self()->mAnimationsEnabled = v; } /** Get AnimationsEnabled */ static bool animationsEnabled() { return self()->mAnimationsEnabled; } /** Set AnimationSteps */ static void setAnimationSteps( int v ) { self()->mAnimationSteps = v; } /** Get AnimationSteps */ static int animationSteps() { return self()->mAnimationSteps; } /** Set AnimationsDuration */ static void setAnimationsDuration( int v ) { self()->mAnimationsDuration = v; } /** Get AnimationsDuration */ static int animationsDuration() { return self()->mAnimationsDuration; } /** Set StackedWidgetTransitionsEnabled */ static void setStackedWidgetTransitionsEnabled( bool v ) { self()->mStackedWidgetTransitionsEnabled = v; } /** Get StackedWidgetTransitionsEnabled */ static bool stackedWidgetTransitionsEnabled() { return self()->mStackedWidgetTransitionsEnabled; } /** Set ProgressBarAnimated */ static void setProgressBarAnimated( bool v ) { self()->mProgressBarAnimated = v; } /** Get ProgressBarAnimated */ static bool progressBarAnimated() { return self()->mProgressBarAnimated; } /** Set ProgressBarBusyStepDuration */ static void setProgressBarBusyStepDuration( int v ) { self()->mProgressBarBusyStepDuration = v; } /** Get ProgressBarBusyStepDuration */ static int progressBarBusyStepDuration() { return self()->mProgressBarBusyStepDuration; } /** Set ScrollBarAddLineButtons */ static void setScrollBarAddLineButtons( int v ) { self()->mScrollBarAddLineButtons = v; } /** Get ScrollBarAddLineButtons */ static int scrollBarAddLineButtons() { return self()->mScrollBarAddLineButtons; } /** Set ScrollBarSubLineButtons */ static void setScrollBarSubLineButtons( int v ) { self()->mScrollBarSubLineButtons = v; } /** Get ScrollBarSubLineButtons */ static int scrollBarSubLineButtons() { return self()->mScrollBarSubLineButtons; } /** Set ScrollBarShowOnMouseOver */ static void setScrollBarShowOnMouseOver( bool v ) { self()->mScrollBarShowOnMouseOver = v; } /** Get ScrollBarShowOnMouseOver */ static bool scrollBarShowOnMouseOver() { return self()->mScrollBarShowOnMouseOver; } /** Set MnemonicsMode */ static void setMnemonicsMode( int v ) { self()->mMnemonicsMode = v; } /** Get MnemonicsMode */ static int mnemonicsMode() { return self()->mMnemonicsMode; } /** Set ToolBarDrawItemSeparator */ static void setToolBarDrawItemSeparator( bool v ) { self()->mToolBarDrawItemSeparator = v; } /** Get ToolBarDrawItemSeparator */ static bool toolBarDrawItemSeparator() { return self()->mToolBarDrawItemSeparator; } /** Set ViewDrawFocusIndicator */ static void setViewDrawFocusIndicator( bool v ) { self()->mViewDrawFocusIndicator = v; } /** Get ViewDrawFocusIndicator */ static bool viewDrawFocusIndicator() { return self()->mViewDrawFocusIndicator; } /** Set SliderDrawTickMarks */ static void setSliderDrawTickMarks( bool v ) { self()->mSliderDrawTickMarks = v; } /** Get SliderDrawTickMarks */ static bool sliderDrawTickMarks() { return self()->mSliderDrawTickMarks; } /** Set ViewDrawTreeBranchLines */ static void setViewDrawTreeBranchLines( bool v ) { self()->mViewDrawTreeBranchLines = v; } /** Get ViewDrawTreeBranchLines */ static bool viewDrawTreeBranchLines() { return self()->mViewDrawTreeBranchLines; } /** Set ViewInvertSortIndicator */ static void setViewInvertSortIndicator( bool v ) { self()->mViewInvertSortIndicator = v; } /** Get ViewInvertSortIndicator */ static bool viewInvertSortIndicator() { return self()->mViewInvertSortIndicator; } /** Set TabBarDrawCenteredTabs */ static void setTabBarDrawCenteredTabs( bool v ) { self()->mTabBarDrawCenteredTabs = v; } /** Get TabBarDrawCenteredTabs */ static bool tabBarDrawCenteredTabs() { return self()->mTabBarDrawCenteredTabs; } /** Set TitleWidgetDrawFrame */ static void setTitleWidgetDrawFrame( bool v ) { self()->mTitleWidgetDrawFrame = v; } /** Get TitleWidgetDrawFrame */ static bool titleWidgetDrawFrame() { return self()->mTitleWidgetDrawFrame; } /** Set DockWidgetDrawFrame */ static void setDockWidgetDrawFrame( bool v ) { self()->mDockWidgetDrawFrame = v; } /** Get DockWidgetDrawFrame */ static bool dockWidgetDrawFrame() { return self()->mDockWidgetDrawFrame; } /** Set SidePanelDrawFrame */ static void setSidePanelDrawFrame( bool v ) { self()->mSidePanelDrawFrame = v; } /** Get SidePanelDrawFrame */ static bool sidePanelDrawFrame() { return self()->mSidePanelDrawFrame; } /** Set MenuItemDrawStrongFocus */ static void setMenuItemDrawStrongFocus( bool v ) { self()->mMenuItemDrawStrongFocus = v; } /** Get MenuItemDrawStrongFocus */ static bool menuItemDrawStrongFocus() { return self()->mMenuItemDrawStrongFocus; } /** Set WindowDragMode */ static void setWindowDragMode( int v ) { self()->mWindowDragMode = v; } /** Get WindowDragMode */ static int windowDragMode() { return self()->mWindowDragMode; } /** Set WindowDragWhiteList */ static void setWindowDragWhiteList( const QStringList & v ) { self()->mWindowDragWhiteList = v; } /** Get WindowDragWhiteList */ static QStringList windowDragWhiteList() { return self()->mWindowDragWhiteList; } /** Set WindowDragBlackList */ static void setWindowDragBlackList( const QStringList & v ) { self()->mWindowDragBlackList = v; } /** Get WindowDragBlackList */ static QStringList windowDragBlackList() { return self()->mWindowDragBlackList; } /** Set UseWMMoveResize */ static void setUseWMMoveResize( bool v ) { self()->mUseWMMoveResize = v; } /** Get UseWMMoveResize */ static bool useWMMoveResize() { return self()->mUseWMMoveResize; } /** Set SplitterProxyEnabled */ static void setSplitterProxyEnabled( bool v ) { self()->mSplitterProxyEnabled = v; } /** Get SplitterProxyEnabled */ static bool splitterProxyEnabled() { return self()->mSplitterProxyEnabled; } /** Set SplitterProxyWidth */ static void setSplitterProxyWidth( int v ) { self()->mSplitterProxyWidth = v; } /** Get SplitterProxyWidth */ static int splitterProxyWidth() { return self()->mSplitterProxyWidth; } /** Set WidgetExplorerEnabled */ static void setWidgetExplorerEnabled( bool v ) { self()->mWidgetExplorerEnabled = v; } /** Get WidgetExplorerEnabled */ static bool widgetExplorerEnabled() { return self()->mWidgetExplorerEnabled; } /** Set DrawWidgetRects */ static void setDrawWidgetRects( bool v ) { self()->mDrawWidgetRects = v; } /** Get DrawWidgetRects */ static bool drawWidgetRects() { return self()->mDrawWidgetRects; } protected: StyleConfigData(); friend class StyleConfigDataHelper; // Common int mShadowStrength { 0 }; int mShadowSize { 0 }; QColor mShadowColor { Qt::transparent }; bool mOutlineCloseButton { false }; // Style bool mAnimationsEnabled { true }; int mAnimationSteps { 100 }; int mAnimationsDuration { 180 }; bool mStackedWidgetTransitionsEnabled { false }; bool mProgressBarAnimated { true }; int mProgressBarBusyStepDuration { 600 }; int mScrollBarAddLineButtons { 0 }; int mScrollBarSubLineButtons { 0 }; bool mScrollBarShowOnMouseOver { true }; int mMnemonicsMode { MN_AUTO }; bool mToolBarDrawItemSeparator { 0 }; bool mViewDrawFocusIndicator { true }; bool mSliderDrawTickMarks { true }; bool mViewDrawTreeBranchLines { true }; bool mViewInvertSortIndicator { true }; bool mTabBarDrawCenteredTabs { false }; bool mTitleWidgetDrawFrame { true }; bool mDockWidgetDrawFrame { true }; bool mSidePanelDrawFrame { false }; bool mMenuItemDrawStrongFocus { true }; int mWindowDragMode { 0 }; QStringList mWindowDragWhiteList { }; QStringList mWindowDragBlackList { }; bool mUseWMMoveResize { true }; bool mSplitterProxyEnabled { true }; int mSplitterProxyWidth { 3 }; bool mWidgetExplorerEnabled { false }; bool mDrawWidgetRects { false }; private: static StyleConfigData *_self; }; } #endif adwaita-qt-1.0/style/kstylekde4compat.cpp000066400000000000000000000074431311200771300205440ustar00rootroot00000000000000/************************************************************************* * Copyright (C) 2015 by David Edmundson * * * * 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 . * *************************************************************************/ #include "kstylekde4compat.h" #include "adwaita.h" #include static const QStyle::StyleHint SH_KCustomStyleElement = (QStyle::StyleHint)0xff000001; static const int X_KdeBase = 0xff000000; //_____________________________________________________________________ KStyleKDE4Compat::KStyleKDE4Compat() { controlCounter = subElementCounter = X_KdeBase; hintCounter = X_KdeBase + 1; //sic! X_KdeBase is covered by SH_KCustomStyleElement } //_____________________________________________________________________ KStyleKDE4Compat::~KStyleKDE4Compat() {} //_____________________________________________________________________ static inline int newStyleElement(const QString &element, const char *check, int &counter, QHash *elements) { if (!element.contains(check)) return 0; int id = elements->value(element, 0); if (!id) { ++counter; id = counter; elements->insert(element, id); } return id; } //_____________________________________________________________________ QStyle::StyleHint KStyleKDE4Compat::newStyleHint(const QString &element) { return (StyleHint)newStyleElement(element, "SH_", hintCounter, &styleElements); } //_____________________________________________________________________ QStyle::ControlElement KStyleKDE4Compat::newControlElement(const QString &element) { return (ControlElement)newStyleElement(element, "CE_", controlCounter, &styleElements); } //_____________________________________________________________________ QStyle::SubElement KStyleKDE4Compat::newSubElement(const QString &element) { return (SubElement)newStyleElement(element, "SE_", subElementCounter, &styleElements); } //_____________________________________________________________________ int KStyleKDE4Compat::styleHint(StyleHint hint, const QStyleOption *option, const QWidget *widget, QStyleHintReturn *returnData) const { if( hint == SH_KCustomStyleElement && widget ) { return styleElements.value(widget->objectName(), 0); } switch (hint) { case SH_ItemView_ActivateItemOnSingleClick: { return Adwaita::Settings::SingleClick; } case SH_DialogButtonBox_ButtonsHaveIcons: { return Adwaita::Settings::ShowIconsOnPushButtons; } case SH_ItemView_ArrowKeysNavigateIntoChildren: return true; case SH_ToolButtonStyle: { return Adwaita::Settings::ToolButtonStyle; } default: break; }; return QCommonStyle::styleHint(hint, option, widget, returnData); } adwaita-qt-1.0/style/kstylekde4compat.h000066400000000000000000000042521311200771300202040ustar00rootroot00000000000000/************************************************************************* * Copyright (C) 2015 by David Edmundson * * * * 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 . * *************************************************************************/ /** * This class copies the features of KF5's KStyle for use in KDE4 only * * kdelibs4 also has a KStyle class but this isn't a 1-1 mapping and * provides a lot of features we do not want */ #ifndef KSTYLE_KDE4_COMPAT_H #define KSTYLE_KDE4_COMPAT_H #include #include class KStyleKDE4Compat : public QCommonStyle { Q_OBJECT public: KStyleKDE4Compat(); ~KStyleKDE4Compat(); virtual int styleHint(StyleHint hint, const QStyleOption *opt, const QWidget *w, QStyleHintReturn *returnData) const; protected: StyleHint newStyleHint(const QString &element); ControlElement newControlElement(const QString &element); SubElement newSubElement(const QString &element); private: QHash styleElements; int hintCounter; int controlCounter; int subElementCounter; }; #endif