diff --git a/DesignKit/Package.swift b/DesignKit/Package.swift index a25a5d5ae..f317d021e 100644 --- a/DesignKit/Package.swift +++ b/DesignKit/Package.swift @@ -12,7 +12,7 @@ let package = Package( .library(name: "DesignKit", targets: ["DesignKit"]) ], dependencies: [ - .package(url: "https://github.com/vector-im/compound-ios.git", revision: "e8b35fdd8c4008079dfce203e63bf7a05582d7b9"), + .package(url: "https://github.com/vector-im/compound-ios.git", revision: "d1a28b8a311e33ddb517d10391037f1547a3c7b6"), .package(url: "https://github.com/vector-im/element-design-tokens.git", exact: "0.0.3"), .package(url: "https://github.com/siteline/SwiftUI-Introspect.git", from: "0.1.4") ], diff --git a/DesignKit/Sources/Colors/ElementColors.swift b/DesignKit/Sources/Colors/ElementColors.swift index f22f4c442..6a2139103 100644 --- a/DesignKit/Sources/Colors/ElementColors.swift +++ b/DesignKit/Sources/Colors/ElementColors.swift @@ -61,23 +61,10 @@ public struct ElementColors { // MARK: - Temp - /// The colour to use on the background of a Form or grouped List. - /// - /// This colour is a special case as it uses `system` in light mode and `background` in dark mode. - public var formBackground: Color { - Color(UIColor { collection in - collection.userInterfaceStyle == .light ? UIColor(.compound.bgSubtleSecondary) : UIColor(.compound.bgCanvasDefault) - }) - } - /// The background colour of a row in a Form or grouped List. /// - /// This colour is a special case as it uses `background` in light mode and `system` in dark mode. - public var formRowBackground: Color { - Color(UIColor { collection in - collection.userInterfaceStyle == .light ? UIColor(.compound.bgCanvasDefault) : UIColor(.compound.bgSubtleSecondary) - }) - } + /// This colour will be removed once Compound form styles are used everywhere. + public var formRowBackground = Color.compound.bgCanvasDefaultLevel1 } private extension String { diff --git a/ElementX.xcodeproj/project.pbxproj b/ElementX.xcodeproj/project.pbxproj index 5d72ad872..07f7c2982 100644 --- a/ElementX.xcodeproj/project.pbxproj +++ b/ElementX.xcodeproj/project.pbxproj @@ -126,6 +126,7 @@ 30CC1DB7CE357659C82AA115 /* MediaProviderProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85EB16E7FE59A947CA441531 /* MediaProviderProtocol.swift */; }; 30CC4F796B27BE8B1DFDBF5A /* NSEUserSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEAA2832D93EC7D2608703FB /* NSEUserSession.swift */; }; 3113065AABBC14CEAE6843FA /* UserSessionFlowCoordinatorStateMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8774CF614849664B5B3C2A1 /* UserSessionFlowCoordinatorStateMachine.swift */; }; + 329571083B132E4941131835 /* OnboardingBackgroundImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 686BCFA37AC6C67FF973CE67 /* OnboardingBackgroundImage.swift */; }; 339BC18777912E1989F2F17D /* Section.swift in Sources */ = {isa = PBXBuildFile; fileRef = 584A61D9C459FAFEF038A7C0 /* Section.swift */; }; 339D847497C51F2B36E3666B /* FixedIconSizeLabelStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3518637393394901BF5BFAC3 /* FixedIconSizeLabelStyle.swift */; }; 33CAC1226DFB8B5D8447D286 /* GZIP in Frameworks */ = {isa = PBXBuildFile; productRef = 1BCD21310B997A6837B854D6 /* GZIP */; }; @@ -167,6 +168,7 @@ 42A5A42ACF063EEE6B1980D2 /* ReportContentScreenViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81B17B1F29448D1B9049B11C /* ReportContentScreenViewModel.swift */; }; 42B084FDE621FBEE433AF444 /* LegalInformationScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4176C3E20C772DE8D182863C /* LegalInformationScreen.swift */; }; 42F1C8731166633E35A6D7E6 /* RoomEventStringBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0A307A44F952CD73E63AE31 /* RoomEventStringBuilder.swift */; }; + 4362C770C7E05ADC750E5070 /* LongPressWithFeedback.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21DC6A9917A7123E7E9A3F81 /* LongPressWithFeedback.swift */; }; 43EF6D8E694F54C5471BF5F3 /* TimelineBubbleLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2DCA495ED42D2463DDAA94D /* TimelineBubbleLayout.swift */; }; 43F35A7E5703D64DB0519C59 /* ServerSelectionScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD469F7513574341181F7EAA /* ServerSelectionScreen.swift */; }; 440123E29E2F9B001A775BBE /* TimelineItemProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D505843AB66822EB91F0DF0 /* TimelineItemProxy.swift */; }; @@ -178,7 +180,6 @@ 46BA7F4B4D3A7164DED44B88 /* FullscreenDialog.swift in Sources */ = {isa = PBXBuildFile; fileRef = 565F1B2B300597C616B37888 /* FullscreenDialog.swift */; }; 47305C0911C9E1AA774A4000 /* TemplateScreenCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA90BD288E5AE6BC643AFDDF /* TemplateScreenCoordinator.swift */; }; 4799A852132F1744E2825994 /* CreateRoomViewModelProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 340179A0FC1AD4AEDA7FC134 /* CreateRoomViewModelProtocol.swift */; }; - 48FE5F0E3921146DBF4E61E7 /* OnboardingBackgroundView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D06A27D9C70E0DCC1E199163 /* OnboardingBackgroundView.swift */; }; 492274DA6691EE985C2FCCAA /* Sentry in Frameworks */ = {isa = PBXBuildFile; productRef = 67E7A6F388D3BF85767609D9 /* Sentry */; }; 496CC9D59ACFAB84FD9B3B5F /* AnalyticsPromptScreenModels.swift in Sources */ = {isa = PBXBuildFile; fileRef = 840E86A67DB2C92C09771EAD /* AnalyticsPromptScreenModels.swift */; }; 49814A48470F347426513B07 /* TimelineReadReceiptsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1877038D1AD3D5A029F8AE2C /* TimelineReadReceiptsView.swift */; }; @@ -569,7 +570,6 @@ CF82143AA4A4F7BD11D22946 /* RoomTimelineViewProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACB6C5E4950B6C9842F35A38 /* RoomTimelineViewProvider.swift */; }; D02AA6208C7ACB9BE6332394 /* UNNotificationContent.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE148A4FFEE853C5A281500C /* UNNotificationContent.swift */; }; D181AC8FF236B7F91C0A8C28 /* MapTiler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23AA3F4B285570805CB0CCDD /* MapTiler.swift */; }; - D25D26ACF2F1263092678C84 /* FormSection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F1DFE6E746539F33042D3A9 /* FormSection.swift */; }; D2A15D03F81342A09340BD56 /* AnalyticsScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEFEEE93B82937B2E86F92EB /* AnalyticsScreen.swift */; }; D2D70B5DB1A5E4AF0CD88330 /* target.yml in Resources */ = {isa = PBXBuildFile; fileRef = 033DB41C51865A2E83174E87 /* target.yml */; }; D33AC79A50DFC26D2498DD28 /* FileRoomTimelineItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5098DA7799946A61E34A2373 /* FileRoomTimelineItem.swift */; }; @@ -829,6 +829,7 @@ 2141693488CE5446BB391964 /* Date.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Date.swift; sourceTree = ""; }; 216F0DDC98F2A2C162D09C28 /* FileRoomTimelineItemContent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileRoomTimelineItemContent.swift; sourceTree = ""; }; 218AB05B4E3889731959C5F1 /* EventBasedTimelineItemProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EventBasedTimelineItemProtocol.swift; sourceTree = ""; }; + 21DC6A9917A7123E7E9A3F81 /* LongPressWithFeedback.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LongPressWithFeedback.swift; sourceTree = ""; }; 225EFCA26877E75CDFE7F48D /* MapTilerStyleBuilderProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MapTilerStyleBuilderProtocol.swift; sourceTree = ""; }; 22730A30C50AC2E3D5BA8642 /* InviteUsersScreenViewModelProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InviteUsersScreenViewModelProtocol.swift; sourceTree = ""; }; 227AC5D71A4CE43512062243 /* URL.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = URL.swift; sourceTree = ""; }; @@ -936,7 +937,6 @@ 4E47F18A9A077E351CEA10D4 /* TextBasedRoomTimelineViewProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextBasedRoomTimelineViewProtocol.swift; sourceTree = ""; }; 4E625B0EB2F86B37C14EF7E6 /* SettingsScreenViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsScreenViewModel.swift; sourceTree = ""; }; 4F0CB536D1C3CC15AA740CC6 /* AuthenticationServiceProxyProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthenticationServiceProxyProtocol.swift; sourceTree = ""; }; - 4F1DFE6E746539F33042D3A9 /* FormSection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FormSection.swift; sourceTree = ""; }; 4FCB2126C091EEF2454B4D56 /* RoomFlowCoordinatorTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomFlowCoordinatorTests.swift; sourceTree = ""; }; 4FD6E621CC5E6D4830D96D2D /* MockMediaProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MockMediaProvider.swift; sourceTree = ""; }; 505208F28007C0FEC14E1FF0 /* HomeScreenViewModelTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeScreenViewModelTests.swift; sourceTree = ""; }; @@ -993,6 +993,7 @@ 669F35C505ACE1110589F875 /* MediaUploadingPreprocessor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MediaUploadingPreprocessor.swift; sourceTree = ""; }; 66F2402D738694F98729A441 /* RoomTimelineProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomTimelineProvider.swift; sourceTree = ""; }; 6861FE915C7B5466E6962BBA /* StartChatScreen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StartChatScreen.swift; sourceTree = ""; }; + 686BCFA37AC6C67FF973CE67 /* OnboardingBackgroundImage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OnboardingBackgroundImage.swift; sourceTree = ""; }; 69219A908D7C22E6EE6689AE /* UserNotificationCenterSpy.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserNotificationCenterSpy.swift; sourceTree = ""; }; 693E16574C6F7F9FA1015A8C /* Search.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Search.swift; sourceTree = ""; }; 69B63F817FE305548DB4B512 /* RoomMembersListViewModelTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomMembersListViewModelTests.swift; sourceTree = ""; }; @@ -1255,7 +1256,6 @@ CEE0E6043EFCF6FD2A341861 /* TimelineReplyView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TimelineReplyView.swift; sourceTree = ""; }; CEE41494C837AA403A06A5D9 /* UnitTests.xctestplan */ = {isa = PBXFileReference; path = UnitTests.xctestplan; sourceTree = ""; }; CF48AF076424DBC1615C74AD /* AuthenticationServiceProxy.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthenticationServiceProxy.swift; sourceTree = ""; }; - D06A27D9C70E0DCC1E199163 /* OnboardingBackgroundView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OnboardingBackgroundView.swift; sourceTree = ""; }; D071F86CD47582B9196C9D16 /* UserDiscoverySection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserDiscoverySection.swift; sourceTree = ""; }; D09A267106B9585D3D0CFC0D /* ClientError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientError.swift; sourceTree = ""; }; D0A45283CF1DB96E583BECA6 /* ImageRoomTimelineView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageRoomTimelineView.swift; sourceTree = ""; }; @@ -1579,7 +1579,6 @@ 95A1CCDEE545CB6453B084BF /* FormButtonStyles.swift */, E80F9E9B93B6ECE9A937B1C6 /* FormRow.swift */, D1897720266C036471AD9D1B /* FormRowLabelStyle.swift */, - 4F1DFE6E746539F33042D3A9 /* FormSection.swift */, ); path = "Form Styles"; sourceTree = ""; @@ -2470,7 +2469,7 @@ 7B14834450AE76EEFDDBCBB8 /* View */ = { isa = PBXGroup; children = ( - D06A27D9C70E0DCC1E199163 /* OnboardingBackgroundView.swift */, + 686BCFA37AC6C67FF973CE67 /* OnboardingBackgroundImage.swift */, AB8E75B9CB6C78BE8D09B1AF /* OnboardingScreen.swift */, ); path = View; @@ -2755,6 +2754,7 @@ A312471EA62EFB0FD94E60DC /* Style */ = { isa = PBXGroup; children = ( + 21DC6A9917A7123E7E9A3F81 /* LongPressWithFeedback.swift */, E2DCA495ED42D2463DDAA94D /* TimelineBubbleLayout.swift */, 98A2932515EA11D3DD8A3506 /* TimelineItemBubbledStylerView.swift */, 94BCC8A9C73C1F838122C645 /* TimelineItemPlainStylerView.swift */, @@ -4023,7 +4023,6 @@ B3EDDEC1839BB5A3747624BB /* FormButtonStyles.swift in Sources */, 5CE74302A0725F56F1E9D2A0 /* FormRow.swift in Sources */, 4166A7DD2A4E2EFF0EB9369B /* FormRowLabelStyle.swift in Sources */, - D25D26ACF2F1263092678C84 /* FormSection.swift in Sources */, A0A0D2A9564BDA3FDE2E360F /* FormattedBodyText.swift in Sources */, 85AFBB433AD56704A880F8A0 /* FramePreferenceKey.swift in Sources */, 46BA7F4B4D3A7164DED44B88 /* FullscreenDialog.swift in Sources */, @@ -4077,6 +4076,7 @@ C5A07E2D88BE7D51DCECD166 /* LoginScreenModels.swift in Sources */, BDA68E8D95B2B24B28825B8B /* LoginScreenViewModel.swift in Sources */, A5B9EF45C7B8ACEB4954AE36 /* LoginScreenViewModelProtocol.swift in Sources */, + 4362C770C7E05ADC750E5070 /* LongPressWithFeedback.swift in Sources */, B94368839BDB69172E28E245 /* MXLog.swift in Sources */, B66757D0254843162595B25D /* MXLogger.swift in Sources */, C1D0AB8222D7BAFC9AF9C8C0 /* MapLibreMapView.swift in Sources */, @@ -4136,7 +4136,7 @@ 652ACCF104A8CEF30788963C /* NotificationManager.swift in Sources */, 06D3942496E9E0E655F14D21 /* NotificationManagerProtocol.swift in Sources */, 9A4E3D5AA44B041DAC3A0D81 /* OIDCAuthenticationPresenter.swift in Sources */, - 48FE5F0E3921146DBF4E61E7 /* OnboardingBackgroundView.swift in Sources */, + 329571083B132E4941131835 /* OnboardingBackgroundImage.swift in Sources */, 2CB6787E25B11711518E9588 /* OnboardingCoordinator.swift in Sources */, 5D7960B32C350FA93F48D02B /* OnboardingModels.swift in Sources */, 7F64FA937B95924B3A44EC12 /* OnboardingScreen.swift in Sources */, @@ -5020,7 +5020,7 @@ repositoryURL = "https://github.com/vector-im/compound-ios"; requirement = { kind = revision; - revision = e8b35fdd8c4008079dfce203e63bf7a05582d7b9; + revision = d1a28b8a311e33ddb517d10391037f1547a3c7b6; }; }; 9A472EE0218FE7DCF5283429 /* XCRemoteSwiftPackageReference "SwiftUI-Introspect" */ = { diff --git a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 2cfc666db..754d915d9 100644 --- a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -13,7 +13,7 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/vector-im/compound-ios", "state" : { - "revision" : "e8b35fdd8c4008079dfce203e63bf7a05582d7b9" + "revision" : "d1a28b8a311e33ddb517d10391037f1547a3c7b6" } }, { diff --git a/ElementX/Resources/Assets.xcassets/Images/Authentication/Onboarding App Logo.imageset/OnboardingSplashAppLogo-Dark.pdf b/ElementX/Resources/Assets.xcassets/Images/Authentication/Onboarding App Logo.imageset/OnboardingSplashAppLogo-Dark.pdf deleted file mode 100644 index 6d3d4cc7b..000000000 --- a/ElementX/Resources/Assets.xcassets/Images/Authentication/Onboarding App Logo.imageset/OnboardingSplashAppLogo-Dark.pdf +++ /dev/null @@ -1,2613 +0,0 @@ -%PDF-1.7 - -1 0 obj - << /Length 2 0 R - /Range [ 0.000000 1.000000 0.000000 1.000000 0.000000 1.000000 ] - /Domain [ 0.000000 1.000000 ] - /FunctionType 4 - >> -stream -{ 1.000000 exch 1.000000 exch 1.000000 exch dup 0.000000 gt { exch pop exch pop exch pop dup 0.000000 sub 0.000000 mul 1.000000 add exch dup 0.000000 sub 0.000000 mul 1.000000 add exch dup 0.000000 sub 0.000000 mul 1.000000 add exch } if dup 0.658058 gt { exch pop exch pop exch pop 1.000000 exch 1.000000 exch 1.000000 exch } if pop } -endstream -endobj - -2 0 obj - 336 -endobj - -3 0 obj - << /Length 4 0 R - /Range [ 0.000000 1.000000 0.000000 1.000000 0.000000 1.000000 ] - /Domain [ 0.000000 1.000000 ] - /FunctionType 4 - >> -stream -{ 1.000000 exch 1.000000 exch 1.000000 exch dup 0.000000 gt { exch pop exch pop exch pop dup 0.000000 sub 0.000000 mul 1.000000 add exch dup 0.000000 sub 0.000000 mul 1.000000 add exch dup 0.000000 sub 0.000000 mul 1.000000 add exch } if dup 1.000000 gt { exch pop exch pop exch pop 1.000000 exch 1.000000 exch 1.000000 exch } if pop } -endstream -endobj - -4 0 obj - 336 -endobj - -5 0 obj - << /Type /XObject - /Length 6 0 R - /Group << /Type /Group - /S /Transparency - >> - /Subtype /Form - /Resources << >> - /BBox [ 0.000000 0.000000 250.000000 250.000000 ] - >> -stream -/DeviceRGB CS -/DeviceRGB cs -1.000000 0.000000 -0.000000 1.000000 41.450684 34.974121 cm -70.181450 173.575195 m -64.644295 173.575195 60.155544 169.086441 60.155544 163.549286 c -60.155544 158.012131 64.644295 153.523376 70.181450 153.523376 c -96.021507 153.523376 116.969017 132.575867 116.969017 106.735817 c -116.969017 101.198662 121.457764 96.709915 126.994926 96.709915 c -132.532089 96.709915 137.020828 101.198662 137.020828 106.735817 c -137.020828 143.650177 107.095818 173.575195 70.181450 173.575195 c -h -0.000000 76.658478 m -0.000000 71.121323 4.488751 66.632568 10.025908 66.632568 c -15.563063 66.632568 20.051815 71.121323 20.051815 76.658478 c -20.051813 102.498535 40.999321 123.446045 66.839378 123.446045 c -72.376534 123.446045 76.865280 127.934799 76.865280 133.471954 c -76.865280 139.009109 72.376534 143.497864 66.839378 143.497864 c -29.925011 143.497849 -0.000001 113.572845 0.000000 76.658478 c -h -96.917381 6.476807 m -102.454536 6.476807 106.943291 10.965561 106.943291 16.502716 c -106.943291 22.039871 102.454544 26.528625 96.917389 26.528625 c -71.077324 26.528625 50.129818 47.476135 50.129822 73.316193 c -50.129822 78.853348 45.641075 83.342094 40.103920 83.342094 c -34.566761 83.342094 30.078016 78.853348 30.078014 73.316193 c -30.078012 36.401825 60.003014 6.476807 96.917381 6.476807 c -h -157.072937 113.419434 m -162.610092 113.419434 167.098846 108.930679 167.098846 103.393524 c -167.098846 66.479156 137.173828 36.554153 100.259453 36.554153 c -94.722298 36.554153 90.233551 41.042908 90.233551 46.580055 c -90.233551 52.117218 94.722298 56.605965 100.259460 56.605965 c -126.099510 56.605957 147.047028 77.553467 147.047028 103.393524 c -147.047028 108.930687 151.535782 113.419434 157.072937 113.419434 c -h -0.000000 0.000000 0.000000 scn -f* -n - -endstream -endobj - -6 0 obj - 1764 -endobj - -7 0 obj - << /Length 8 0 R - /FunctionType 4 - /Domain [ 0.000000 1.000000 ] - /Range [ 0.000000 1.000000 ] - >> -stream -{ 0 gt { 0 } { 1 } ifelse } -endstream -endobj - -8 0 obj - 27 -endobj - -9 0 obj - << /Length 10 0 R - /Range [ 0.000000 1.000000 ] - /Domain [ 0.000000 1.000000 ] - /FunctionType 4 - >> -stream -{ 1.000000 exch dup 0.000000 gt { exch pop dup 0.000000 sub -1.519622 mul 1.000000 add exch } if dup 0.658058 gt { exch pop 0.000000 exch } if pop } -endstream -endobj - -10 0 obj - 149 -endobj - -11 0 obj - << /BBox [ 0.000000 0.000000 250.000000 250.000000 ] - /Resources << /Pattern << /P1 << /Matrix [ 0.000000 -167.098404 167.098404 0.000000 -125.647720 208.549316 ] - /Shading << /Coords [ 0.000000 0.000000 1.000000 0.000000 ] - /ColorSpace /DeviceGray - /Function 9 0 R - /Domain [ 0.000000 1.000000 ] - /ShadingType 2 - /Extend [ true true ] - >> - /PatternType 2 - /Type /Pattern - >> >> >> - /Subtype /Form - /Length 12 0 R - /Group << /Type /Group - /S /Transparency - /CS /DeviceGray - >> - /Type /XObject - >> -stream -/DeviceGray CS -/DeviceGray cs -1.000000 0.000000 -0.000000 1.000000 41.450684 34.974121 cm -70.181450 173.575195 m -64.644295 173.575195 60.155544 169.086441 60.155544 163.549286 c -60.155544 158.012131 64.644295 153.523376 70.181450 153.523376 c -96.021507 153.523376 116.969017 132.575867 116.969017 106.735817 c -116.969017 101.198662 121.457764 96.709915 126.994926 96.709915 c -132.532089 96.709915 137.020828 101.198662 137.020828 106.735817 c -137.020828 143.650177 107.095818 173.575195 70.181450 173.575195 c -h -0.000000 76.658478 m -0.000000 71.121323 4.488751 66.632568 10.025908 66.632568 c -15.563063 66.632568 20.051815 71.121323 20.051815 76.658478 c -20.051813 102.498535 40.999321 123.446045 66.839378 123.446045 c -72.376534 123.446045 76.865280 127.934799 76.865280 133.471954 c -76.865280 139.009109 72.376534 143.497864 66.839378 143.497864 c -29.925011 143.497849 -0.000001 113.572845 0.000000 76.658478 c -h -96.917381 6.476807 m -102.454536 6.476807 106.943291 10.965561 106.943291 16.502716 c -106.943291 22.039871 102.454544 26.528625 96.917389 26.528625 c -71.077324 26.528625 50.129818 47.476135 50.129822 73.316193 c -50.129822 78.853348 45.641075 83.342094 40.103920 83.342094 c -34.566761 83.342094 30.078016 78.853348 30.078014 73.316193 c -30.078012 36.401825 60.003014 6.476807 96.917381 6.476807 c -h -157.072937 113.419434 m -162.610092 113.419434 167.098846 108.930679 167.098846 103.393524 c -167.098846 66.479156 137.173828 36.554153 100.259453 36.554153 c -94.722298 36.554153 90.233551 41.042908 90.233551 46.580055 c -90.233551 52.117218 94.722298 56.605965 100.259460 56.605965 c -126.099510 56.605957 147.047028 77.553467 147.047028 103.393524 c -147.047028 108.930687 151.535782 113.419434 157.072937 113.419434 c -h -/Pattern cs -/P1 scn -f* -n - -endstream -endobj - -12 0 obj - 1755 -endobj - -13 0 obj - << /Length 14 0 R - /Range [ 0.000000 1.000000 ] - /Domain [ 0.000000 1.000000 ] - /FunctionType 4 - >> -stream -{ 1.000000 exch dup 0.000000 gt { exch pop dup 0.000000 sub -0.400000 mul 1.000000 add exch } if dup 1.000000 gt { exch pop 0.600000 exch } if pop } -endstream -endobj - -14 0 obj - 149 -endobj - -15 0 obj - << /BBox [ 0.000000 0.000000 250.000000 250.000000 ] - /Resources << /Pattern << /P1 << /Matrix [ 0.000000 -167.098404 167.098404 0.000000 -125.647720 208.549316 ] - /Shading << /Coords [ 0.000000 0.000000 1.000000 0.000000 ] - /ColorSpace /DeviceGray - /Function 13 0 R - /Domain [ 0.000000 1.000000 ] - /ShadingType 2 - /Extend [ true true ] - >> - /PatternType 2 - /Type /Pattern - >> >> >> - /Subtype /Form - /Length 16 0 R - /Group << /Type /Group - /S /Transparency - /CS /DeviceGray - >> - /Type /XObject - >> -stream -/DeviceGray CS -/DeviceGray cs -1.000000 0.000000 -0.000000 1.000000 41.450684 34.974121 cm -70.181450 173.575195 m -64.644295 173.575195 60.155544 169.086441 60.155544 163.549286 c -60.155544 158.012131 64.644295 153.523376 70.181450 153.523376 c -96.021507 153.523376 116.969017 132.575867 116.969017 106.735817 c -116.969017 101.198662 121.457764 96.709915 126.994926 96.709915 c -132.532089 96.709915 137.020828 101.198662 137.020828 106.735817 c -137.020828 143.650177 107.095818 173.575195 70.181450 173.575195 c -h -0.000000 76.658478 m -0.000000 71.121323 4.488751 66.632568 10.025908 66.632568 c -15.563063 66.632568 20.051815 71.121323 20.051815 76.658478 c -20.051813 102.498535 40.999321 123.446045 66.839378 123.446045 c -72.376534 123.446045 76.865280 127.934799 76.865280 133.471954 c -76.865280 139.009109 72.376534 143.497864 66.839378 143.497864 c -29.925011 143.497849 -0.000001 113.572845 0.000000 76.658478 c -h -96.917381 6.476807 m -102.454536 6.476807 106.943291 10.965561 106.943291 16.502716 c -106.943291 22.039871 102.454544 26.528625 96.917389 26.528625 c -71.077324 26.528625 50.129818 47.476135 50.129822 73.316193 c -50.129822 78.853348 45.641075 83.342094 40.103920 83.342094 c -34.566761 83.342094 30.078016 78.853348 30.078014 73.316193 c -30.078012 36.401825 60.003014 6.476807 96.917381 6.476807 c -h -157.072937 113.419434 m -162.610092 113.419434 167.098846 108.930679 167.098846 103.393524 c -167.098846 66.479156 137.173828 36.554153 100.259453 36.554153 c -94.722298 36.554153 90.233551 41.042908 90.233551 46.580055 c -90.233551 52.117218 94.722298 56.605965 100.259460 56.605965 c -126.099510 56.605957 147.047028 77.553467 147.047028 103.393524 c -147.047028 108.930687 151.535782 113.419434 157.072937 113.419434 c -h -/Pattern cs -/P1 scn -f* -n - -endstream -endobj - -16 0 obj - 1755 -endobj - -17 0 obj - << /Pattern << /P2 << /Matrix [ 0.000000 -167.098404 167.098404 0.000000 -125.647720 208.549316 ] - /Shading << /Coords [ 0.000000 0.000000 1.000000 0.000000 ] - /ColorSpace /DeviceRGB - /Function 1 0 R - /Domain [ 0.000000 1.000000 ] - /ShadingType 2 - /Extend [ true true ] - >> - /PatternType 2 - /Type /Pattern - >> - /P1 << /Matrix [ 0.000000 -167.098404 167.098404 0.000000 -125.647720 208.549316 ] - /Shading << /Coords [ 0.000000 0.000000 1.000000 0.000000 ] - /ColorSpace /DeviceRGB - /Function 3 0 R - /Domain [ 0.000000 1.000000 ] - /ShadingType 2 - /Extend [ true true ] - >> - /PatternType 2 - /Type /Pattern - >> - >> - /ExtGState << /E5 << /SMask << /Type /Mask - /G 5 0 R - /S /Alpha - /TR 7 0 R - >> - /Type /ExtGState - >> - /E4 << /SMask << /Type /Mask - /G 11 0 R - /S /Luminosity - >> - /Type /ExtGState - >> - /E2 << /ca 0.800000 >> - /E3 << /SMask << /Type /Mask - /G 15 0 R - /S /Luminosity - >> - /Type /ExtGState - >> - /E1 << /ca 0.400000 >> - >> - >> -endobj - -18 0 obj - << /Length 19 0 R >> -stream -/DeviceRGB CS -/DeviceRGB cs -q -/E1 gs -1.000000 0.000000 -0.000000 1.000000 0.000000 0.000000 cm -1.000000 1.000000 1.000000 scn -181.719208 19.430023 m -164.834839 10.339554 145.519806 5.181351 125.000000 5.181351 c -104.480194 5.181351 85.165154 10.339554 68.280785 19.430023 c -156.739136 19.430023 l -181.719208 19.430023 l -h -190.436569 24.611359 m -156.739151 24.611374 l -59.563412 24.611374 l -45.631973 33.710892 33.710873 45.631973 24.611364 59.563416 c -24.611364 60.144333 l -24.611364 60.748596 l -24.611364 61.353455 l -24.611364 61.958893 l -24.611364 62.564911 l -24.611364 63.171478 l -24.611364 63.778610 l -24.611364 64.386276 l -24.611364 64.994476 l -24.611364 65.603195 l -24.611364 66.212433 l -24.611364 66.822159 l -24.611364 67.432404 l -24.611364 68.043106 l -24.611364 68.654297 l -24.611364 69.265961 l -24.611364 69.878067 l -24.611364 70.490616 l -24.611364 71.103607 l -24.611364 71.717026 l -24.611364 72.330841 l -24.611364 72.945084 l -24.611364 73.559708 l -24.611364 74.174728 l -24.611364 74.790115 l -24.611364 75.405884 l -24.611364 76.021988 l -24.611364 76.638458 l -24.611364 77.255264 l -24.611364 77.872391 l -24.611364 78.489838 l -24.611364 79.107590 l -24.611364 79.725632 l -24.611364 80.343979 l -24.611364 80.962585 l -24.611364 81.581482 l -24.611364 82.200623 l -24.611364 82.820023 l -24.611364 83.439651 l -24.611364 84.059525 l -24.611364 84.679611 l -24.611364 85.299896 l -24.611364 85.920395 l -24.611364 86.541092 l -24.611364 87.161957 l -24.611364 87.782990 l -24.611364 88.404190 l -24.611364 89.025543 l -24.611364 89.647034 l -24.611364 90.268661 l -24.611364 90.890411 l -24.611364 91.512268 l -24.611364 92.134232 l -24.611364 92.756287 l -24.611364 93.378433 l -24.611364 94.000641 l -24.611364 94.622925 l -24.611364 95.245255 l -24.611364 95.867630 l -24.611364 96.490036 l -24.611364 97.112473 l -24.611364 97.734924 l -24.611364 98.357376 l -24.611364 98.979828 l -24.611364 99.602264 l -24.611364 100.224670 l -24.611364 100.847046 l -24.611364 101.469391 l -24.611364 102.091660 l -24.611364 102.713882 l -24.611364 103.336029 l -24.611364 103.958084 l -24.611364 104.580063 l -24.611364 105.201920 l -24.611364 105.823685 l -24.611364 106.445312 l -24.611364 107.066818 l -24.611364 107.688171 l -24.611364 108.309387 l -24.611364 108.930435 l -24.611364 109.551315 l -24.611364 110.172012 l -24.611364 110.792511 l -24.611364 111.412811 l -24.611364 112.032913 l -24.611364 112.652786 l -24.611364 113.272446 l -24.611364 113.891846 l -24.611364 114.511017 l -24.611364 115.129913 l -24.611364 115.748550 l -24.611364 116.366898 l -24.611364 116.984970 l -24.611364 117.602737 l -24.611364 118.220200 l -24.611364 118.837341 l -24.611364 119.454163 l -24.611364 120.070648 l -24.611364 120.686783 l -24.611364 121.302551 l -24.611364 121.917969 l -24.611364 122.533005 l -24.611364 123.147652 l -24.611364 123.761909 l -24.611364 124.375763 l -24.611364 124.989197 l -24.611364 125.602211 l -24.611364 126.214790 l -24.611364 126.826920 l -24.611364 127.438599 l -24.611364 128.049820 l -24.611364 128.660553 l -24.611364 129.270813 l -24.611364 129.880585 l -24.611364 130.489838 l -24.611364 131.098602 l -24.611364 131.706818 l -24.611364 132.314514 l -24.611364 132.921677 l -24.611364 133.528290 l -24.611364 134.134323 l -24.611364 134.739792 l -24.611364 135.344681 l -24.611364 135.948975 l -24.611364 136.552673 l -24.611364 137.155762 l -24.611364 137.758240 l -24.611364 138.360077 l -24.611364 138.961273 l -24.611364 139.561829 l -24.611364 140.161713 l -24.611364 140.760941 l -24.611364 141.359482 l -24.611364 141.957336 l -24.611364 142.554504 l -24.611364 143.150940 l -24.611364 143.746674 l -24.611364 144.341675 l -24.611364 144.935944 l -24.611364 145.529480 l -24.611364 146.122238 l -24.611364 146.714233 l -24.611364 147.305450 l -24.611364 147.895889 l -24.611364 148.485535 l -24.611364 149.074371 l -24.611364 149.662384 l -24.611364 150.249573 l -24.611364 150.835938 l -24.611364 151.421448 l -24.611364 152.006104 l -24.611364 152.589905 l -24.611364 153.172821 l -24.611364 153.754852 l -24.611364 154.335999 l -24.611364 154.916245 l -24.611364 155.495575 l -24.611364 156.073975 l -24.611364 156.651459 l -24.611364 157.227982 l -24.611364 157.803558 l -24.611364 158.378174 l -24.611364 158.951813 l -24.611364 159.524490 l -24.611364 160.096161 l -24.611364 160.666840 l -24.611364 161.236496 l -24.611364 161.805145 l -24.611364 162.372742 l -24.611364 162.939316 l -24.611364 163.504837 l -24.611364 164.069305 l -24.611364 164.632690 l -24.611364 165.195007 l -24.611364 165.756226 l -24.611364 166.316345 l -24.611364 166.875366 l -24.611364 167.433273 l -24.611364 167.990051 l -24.611364 168.545685 l -24.611364 169.100159 l -24.611364 169.653503 l -24.611364 170.205658 l -24.611364 170.756653 l -24.611364 171.306442 l -24.611364 171.855042 l -24.611364 172.402435 l -24.611364 172.948624 l -24.611364 173.493591 l -24.611364 174.037292 l -24.611364 174.579773 l -24.611364 175.121002 l -24.611364 175.660950 l -24.611364 176.199646 l -24.611364 176.737030 l -24.611364 177.273132 l -24.611364 177.807938 l -24.611364 178.341431 l -24.611364 178.873596 l -24.611364 179.404419 l -24.611364 179.933899 l -24.611364 180.462036 l -24.611364 180.988815 l -24.611364 181.514221 l -24.611364 182.038239 l -24.611364 182.560867 l -24.611364 183.082092 l -24.611364 183.601898 l -24.611364 184.120300 l -24.611364 184.637268 l -24.611364 185.152802 l -24.611364 185.666870 l -24.611364 186.179474 l -24.611364 186.690613 l -24.611364 187.200287 l -24.611364 187.708466 l -24.611364 188.215134 l -24.611364 188.720306 l -24.611364 189.223953 l -24.611364 189.726074 l -24.611364 190.226654 l -24.611364 190.436584 l -33.710880 204.368027 45.631985 216.289124 59.563431 225.388641 c -156.739136 225.388641 l -190.436569 225.388641 l -204.368011 216.289124 216.289124 204.368011 225.388641 190.436569 c -225.388641 190.159500 l -225.388641 189.650482 l -225.388641 189.139877 l -225.388641 188.627701 l -225.388641 188.113968 l -225.388641 187.598663 l -225.388641 187.081833 l -225.388641 186.563461 l -225.388641 186.043564 l -225.388641 185.522156 l -225.388641 184.999237 l -225.388641 184.474838 l -225.388641 183.948944 l -225.388641 183.421600 l -225.388641 182.892761 l -225.388641 182.362503 l -225.388641 181.830780 l -225.388641 181.297638 l -225.388641 180.763092 l -225.388641 180.227112 l -225.388641 179.689758 l -225.388641 179.151001 l -225.388641 178.610855 l -225.388641 178.069351 l -225.388641 177.526489 l -225.388641 176.982285 l -225.388641 176.436737 l -225.388641 175.889862 l -225.388641 175.341675 l -225.388641 174.792175 l -225.388641 174.241394 l -225.388641 173.689331 l -225.388641 173.135986 l -225.388641 172.581360 l -225.388641 172.025497 l -225.388641 171.468384 l -225.388641 170.910034 l -225.388641 170.350479 l -225.388641 169.789703 l -225.388641 169.227722 l -225.388641 168.664551 l -225.388641 168.100189 l -225.388641 167.534668 l -225.388641 166.967987 l -225.388641 166.400146 l -225.388641 165.831177 l -225.388641 165.261063 l -225.388641 164.689835 l -225.388641 164.117493 l -225.388641 163.544067 l -225.388641 162.969543 l -225.388641 162.393951 l -225.388641 161.817291 l -225.388641 161.239563 l -225.388641 160.660797 l -225.388641 160.080994 l -225.388641 159.500153 l -225.388641 158.918304 l -225.388641 158.335464 l -225.388641 157.751617 l -225.388641 157.166779 l -225.388641 156.580978 l -225.388641 155.994202 l -225.388641 155.406494 l -225.388641 154.817810 l -225.388641 154.228210 l -225.388641 153.637695 l -225.388641 153.046265 l -225.388641 152.453934 l -225.388641 151.860718 l -225.388641 151.266602 l -225.388641 150.671631 l -225.388641 150.075775 l -225.388641 149.479095 l -225.388641 148.881577 l -225.388641 148.283218 l -225.388641 147.684052 l -225.388641 147.084061 l -225.388641 146.483276 l -225.388641 145.881714 l -225.388641 145.279358 l -225.388641 144.676254 l -225.388641 144.072388 l -225.388641 143.467773 l -225.388641 142.862427 l -225.388641 142.256348 l -225.388641 141.649551 l -225.388641 141.042053 l -225.388641 140.433868 l -225.388641 139.824997 l -225.388641 139.215454 l -225.388641 138.605225 l -225.388641 137.994370 l -225.388641 137.382874 l -225.388641 136.770721 l -225.388641 136.157959 l -225.388641 135.544586 l -225.388641 134.930618 l -225.388641 134.316055 l -225.388641 133.700912 l -225.388641 133.085205 l -225.388641 132.468933 l -225.388641 131.852112 l -225.388641 131.234741 l -225.388641 130.616852 l -225.388641 129.998444 l -225.388641 129.379517 l -225.388641 128.760101 l -225.388641 128.140198 l -225.388641 127.519829 l -225.388641 126.898987 l -225.388641 126.277687 l -225.388641 125.655945 l -225.388641 125.033760 l -225.388641 124.411156 l -225.388641 123.788132 l -225.388641 123.164711 l -225.388641 122.540894 l -225.388641 121.916687 l -225.388641 121.292114 l -225.388641 120.667175 l -225.388641 120.041885 l -225.388641 119.416260 l -225.388641 118.790298 l -225.388641 118.164001 l -225.388641 117.537415 l -225.388641 116.910522 l -225.388641 116.283325 l -225.388641 115.655869 l -225.388641 115.028137 l -225.388641 114.400131 l -225.388641 113.771896 l -225.388641 113.143402 l -225.388641 112.514694 l -225.388641 111.885773 l -225.388641 111.256638 l -225.388641 110.627304 l -225.388641 109.997787 l -225.388641 109.368088 l -225.388641 108.738220 l -225.388641 108.108215 l -225.388641 107.478043 l -225.388641 106.847748 l -225.388641 106.217331 l -225.388641 105.586792 l -225.388641 104.956161 l -225.388641 104.325424 l -225.388641 103.694611 l -225.388641 103.063721 l -225.388641 102.432770 l -225.388641 101.801773 l -225.388641 101.170731 l -225.388641 100.539658 l -225.388641 99.908569 l -225.388641 99.277451 l -225.388641 98.646347 l -225.388641 98.015259 l -225.388641 97.384186 l -225.388641 96.753143 l -225.388641 96.122131 l -225.388641 95.491180 l -225.388641 94.860306 l -225.388641 94.229477 l -225.388641 93.598755 l -225.388641 92.968109 l -225.388641 92.337570 l -225.388641 91.707153 l -225.388641 91.076859 l -225.388641 90.446701 l -225.388641 89.816681 l -225.388641 89.186813 l -225.388641 88.557114 l -225.388641 87.927597 l -225.388641 87.298264 l -225.388641 86.669128 l -225.388641 86.040192 l -225.388641 85.411484 l -225.388641 84.783005 l -225.388641 84.154755 l -225.388641 83.526749 l -225.388641 82.899017 l -225.388641 82.271545 l -225.388641 81.644363 l -225.388641 81.017456 l -225.388641 80.390854 l -225.388641 79.764572 l -225.388641 79.138596 l -225.388641 78.512970 l -225.388641 77.887680 l -225.388641 77.262726 l -225.388641 76.638153 l -225.388641 76.013947 l -225.388641 75.390121 l -225.388641 74.766693 l -225.388641 74.143677 l -225.388641 73.521057 l -225.388641 72.898880 l -225.388641 72.277130 l -225.388641 71.655823 l -225.388641 71.034973 l -225.388641 70.414597 l -225.388641 69.794693 l -225.388641 69.175278 l -225.388641 68.556351 l -225.388641 67.937943 l -225.388641 67.320038 l -225.388641 66.702667 l -225.388641 66.085846 l -225.388641 65.469574 l -225.388641 64.853851 l -225.388641 64.238693 l -225.388641 63.624130 l -225.388641 63.010147 l -225.388641 62.396774 l -225.388641 61.784012 l -225.388641 61.171860 l -225.388641 60.560349 l -225.388641 59.949478 l -225.388641 59.563431 l -216.289124 45.631989 204.368011 33.710876 190.436569 24.611359 c -h -191.962326 19.430023 m -172.605362 7.126358 149.634903 0.000000 125.000000 0.000000 c -100.365097 0.000000 77.394638 7.126358 58.037678 19.430023 c -24.611364 19.430023 l -24.611364 19.360016 l -24.611364 18.823975 l -24.611364 18.289246 l -24.611364 17.755844 l -24.611364 17.223755 l -24.611364 16.692993 l -24.611364 16.163574 l -24.611364 15.635513 l -24.611364 15.108826 l -24.611364 14.583496 l -24.611364 14.059555 l -24.611364 13.537003 l -24.611364 13.015854 l -24.611364 12.496124 l -24.611364 11.977798 l -24.611364 11.460922 l -24.611364 10.945480 l -24.611364 10.431488 l -24.611364 9.918945 l -24.611364 9.407883 l -24.611364 8.898315 l -24.611364 8.390213 l -24.611364 7.883621 l -24.611364 7.378540 l -24.611364 6.874969 l -24.611364 6.372940 l -24.611364 5.872452 l -24.611364 5.373489 l -24.611364 4.876099 l -24.611364 4.380280 l -24.611364 3.886032 l -24.611364 2.455246 23.451481 1.295364 22.020691 1.295364 c -20.589901 1.295364 19.430017 2.455246 19.430017 3.886032 c -19.430017 4.380280 l -19.430017 4.876099 l -19.430017 5.373489 l -19.430017 5.872452 l -19.430017 6.372940 l -19.430017 6.874969 l -19.430017 7.378540 l -19.430017 7.883621 l -19.430017 8.390213 l -19.430017 8.898315 l -19.430017 9.407883 l -19.430017 9.918945 l -19.430017 10.431488 l -19.430017 10.945480 l -19.430017 11.460922 l -19.430017 11.977798 l -19.430017 12.496124 l -19.430017 13.015854 l -19.430017 13.537003 l -19.430017 14.059555 l -19.430017 14.583496 l -19.430017 15.108826 l -19.430017 15.635513 l -19.430017 16.163574 l -19.430017 16.692993 l -19.430017 17.223755 l -19.430017 17.755844 l -19.430017 18.289246 l -19.430017 18.823975 l -19.430017 19.360016 l -19.430017 19.430023 l -3.886047 19.430023 l -2.455246 19.430023 1.295364 20.589905 1.295364 22.020706 c -1.295364 23.451492 2.455246 24.611374 3.886048 24.611374 c -19.430017 24.611374 l -19.430017 24.789917 l -19.430017 25.339645 l -19.430017 25.890564 l -19.430017 26.442657 l -19.430017 26.995926 l -19.430017 27.550354 l -19.430017 28.105927 l -19.430017 28.662628 l -19.430017 29.220474 l -19.430017 29.779419 l -19.430017 30.339493 l -19.430017 30.900650 l -19.430017 31.462906 l -19.430017 32.026245 l -19.430017 32.590637 l -19.430017 33.156113 l -19.430017 33.722626 l -19.430017 34.290176 l -19.430017 34.858749 l -19.430017 35.428360 l -19.430017 35.998978 l -19.430017 36.570602 l -19.430017 37.143204 l -19.430017 37.716797 l -19.430017 38.291351 l -19.430017 38.866882 l -19.430017 39.443359 l -19.430017 40.020782 l -19.430017 40.599136 l -19.430017 41.178421 l -19.430017 41.758606 l -19.430017 42.339706 l -19.430017 42.921692 l -19.430017 43.504562 l -19.430017 44.088303 l -19.430017 44.672928 l -19.430017 45.258392 l -19.430017 45.844696 l -19.430017 46.431854 l -19.430017 47.019821 l -19.430017 47.608612 l -19.430017 48.198196 l -19.430017 48.788589 l -19.430017 49.379776 l -19.430017 49.971725 l -19.430017 50.564453 l -19.430017 51.157928 l -19.430017 51.752151 l -19.430017 52.347122 l -19.430017 52.942810 l -19.430017 53.539215 l -19.430017 54.136337 l -19.430017 54.734161 l -19.430017 55.332657 l -19.430017 55.931839 l -19.430017 56.531693 l -19.430017 57.132217 l -19.430017 57.733383 l -19.430017 58.037689 l -7.126354 77.394653 0.000000 100.365097 0.000000 125.000000 c -0.000000 149.634903 7.126354 172.605347 19.430017 191.962311 c -19.430017 192.213409 l -19.430017 192.706146 l -19.430017 193.197296 l -19.430017 193.686844 l -19.430017 194.174774 l -19.430017 194.661072 l -19.430017 195.145721 l -19.430017 195.628754 l -19.430017 196.110107 l -19.430017 196.589813 l -19.430017 197.067841 l -19.430017 197.544174 l -19.430017 198.018814 l -19.430017 198.491760 l -19.430017 198.962982 l -19.430017 199.432495 l -19.430017 199.900253 l -19.430017 200.366287 l -19.430017 200.830566 l -19.430017 201.293060 l -19.430017 201.753815 l -19.430017 202.212769 l -19.430017 202.669922 l -19.430017 203.125290 l -19.430017 203.578842 l -19.430017 204.030563 l -19.430017 204.480469 l -19.430017 204.928528 l -19.430017 205.374725 l -19.430017 205.819077 l -19.430017 206.261551 l -19.430017 206.702148 l -19.430017 207.140854 l -19.430017 207.577667 l -19.430017 208.012558 l -19.430017 208.445541 l -19.430017 208.876587 l -19.430017 209.305695 l -19.430017 209.732864 l -19.430017 210.158066 l -19.430017 210.581299 l -19.430017 211.002563 l -19.430017 211.421844 l -19.430017 211.839111 l -19.430017 212.254379 l -19.430017 212.667633 l -19.430017 213.078857 l -19.430017 213.488037 l -19.430017 213.895187 l -19.430017 214.300278 l -19.430017 214.703293 l -19.430017 215.104248 l -19.430017 215.503113 l -19.430017 215.899872 l -19.430017 216.294525 l -19.430017 216.687073 l -19.430017 217.077499 l -19.430017 217.465790 l -19.430017 217.851944 l -19.430017 218.235931 l -19.430017 218.617767 l -19.430017 218.997421 l -19.430017 219.374893 l -19.430017 219.750168 l -19.430017 220.123245 l -19.430017 220.494110 l -19.430017 220.862762 l -19.430017 221.229172 l -19.430017 221.593353 l -19.430017 221.955261 l -19.430017 222.314926 l -19.430017 222.672318 l -19.430017 223.027435 l -19.430017 223.380249 l -19.430017 223.730774 l -19.430017 224.078979 l -19.430017 224.424866 l -19.430017 224.768433 l -19.430017 225.109650 l -19.430017 225.388641 l -3.886047 225.388641 l -2.455246 225.388641 1.295364 226.548523 1.295364 227.979324 c -1.295364 229.410110 2.455246 230.569992 3.886048 230.569992 c -19.430017 230.569992 l -19.430017 230.840546 l -19.430017 231.135468 l -19.430017 231.427856 l -19.430017 231.717697 l -19.430017 232.004990 l -19.430017 232.289719 l -19.430017 232.571884 l -19.430017 232.851456 l -19.430017 233.128433 l -19.430017 233.402802 l -19.430017 233.674576 l -19.430017 233.943710 l -19.430017 234.210220 l -19.430017 234.474091 l -19.430017 234.735306 l -19.430017 234.993866 l -19.430017 235.249756 l -19.430017 235.502960 l -19.430017 235.753464 l -19.430017 236.001282 l -19.430017 236.246384 l -19.430017 236.488770 l -19.430017 236.728424 l -19.430017 236.965332 l -19.430017 237.199493 l -19.430017 237.430893 l -19.430017 237.659531 l -19.430017 237.885391 l -19.430017 238.108459 l -19.430017 238.328735 l -19.430017 238.546204 l -19.430017 238.760849 l -19.430017 238.972656 l -19.430017 239.181641 l -19.430017 239.387787 l -19.430017 239.591064 l -19.430017 239.791473 l -19.430017 239.988998 l -19.430017 240.183655 l -19.430017 240.375412 l -19.430017 240.564255 l -19.430017 240.750183 l -19.430017 240.933197 l -19.430017 241.113266 l -19.430017 241.290405 l -19.430017 241.464569 l -19.430017 241.635788 l -19.430017 241.804016 l -19.430017 241.969269 l -19.430017 242.131531 l -19.430017 242.290787 l -19.430017 242.447037 l -19.430017 242.600250 l -19.430017 242.750443 l -19.430017 242.897583 l -19.430017 243.041687 l -19.430017 243.182709 l -19.430017 243.320679 l -19.430017 243.455551 l -19.430017 243.587341 l -19.430017 243.716034 l -19.430017 243.841599 l -19.430017 243.964066 l -19.430017 244.083389 l -19.430017 244.199570 l -19.430017 244.312607 l -19.430017 244.422485 l -19.430017 244.529190 l -19.430017 244.632721 l -19.430017 244.733063 l -19.430017 244.830200 l -19.430017 244.924133 l -19.430017 245.014847 l -19.430017 245.102341 l -19.430017 245.186584 l -19.430017 245.267593 l -19.430017 245.345337 l -19.430017 245.419815 l -19.430017 245.491013 l -19.430017 245.558929 l -19.430017 245.623550 l -19.430017 245.684860 l -19.430017 245.742859 l -19.430017 245.797531 l -19.430017 245.848877 l -19.430017 245.896866 l -19.430017 245.941498 l -19.430017 245.982773 l -19.430017 246.020676 l -19.430017 246.055191 l -19.430017 246.086304 l -19.430017 246.114029 l -19.430017 247.544815 20.589901 248.704697 22.020691 248.704697 c -23.451481 248.704697 24.611364 247.544815 24.611364 246.114029 c -24.611364 246.086304 l -24.611364 246.055191 l -24.611364 246.020676 l -24.611364 245.982773 l -24.611364 245.941498 l -24.611364 245.896866 l -24.611364 245.848877 l -24.611364 245.797531 l -24.611364 245.742859 l -24.611364 245.684860 l -24.611364 245.623550 l -24.611364 245.558929 l -24.611364 245.491013 l -24.611364 245.419815 l -24.611364 245.345337 l -24.611364 245.267593 l -24.611364 245.186584 l -24.611364 245.102341 l -24.611364 245.014847 l -24.611364 244.924133 l -24.611364 244.830200 l -24.611364 244.733063 l -24.611364 244.632721 l -24.611364 244.529190 l -24.611364 244.422485 l -24.611364 244.312607 l -24.611364 244.199570 l -24.611364 244.083389 l -24.611364 243.964066 l -24.611364 243.841599 l -24.611364 243.716034 l -24.611364 243.587341 l -24.611364 243.455551 l -24.611364 243.320679 l -24.611364 243.182709 l -24.611364 243.041687 l -24.611364 242.897583 l -24.611364 242.750443 l -24.611364 242.600250 l -24.611364 242.447037 l -24.611364 242.290787 l -24.611364 242.131531 l -24.611364 241.969269 l -24.611364 241.804016 l -24.611364 241.635788 l -24.611364 241.464569 l -24.611364 241.290405 l -24.611364 241.113266 l -24.611364 240.933197 l -24.611364 240.750183 l -24.611364 240.564255 l -24.611364 240.375412 l -24.611364 240.183655 l -24.611364 239.988998 l -24.611364 239.791473 l -24.611364 239.591064 l -24.611364 239.387787 l -24.611364 239.181641 l -24.611364 238.972656 l -24.611364 238.760849 l -24.611364 238.546204 l -24.611364 238.328735 l -24.611364 238.108459 l -24.611364 237.885391 l -24.611364 237.659531 l -24.611364 237.430893 l -24.611364 237.199493 l -24.611364 236.965332 l -24.611364 236.728424 l -24.611364 236.488770 l -24.611364 236.246384 l -24.611364 236.001282 l -24.611364 235.753464 l -24.611364 235.502960 l -24.611364 235.249756 l -24.611364 234.993866 l -24.611364 234.735306 l -24.611364 234.474091 l -24.611364 234.210220 l -24.611364 233.943710 l -24.611364 233.674576 l -24.611364 233.402802 l -24.611364 233.128433 l -24.611364 232.851456 l -24.611364 232.571884 l -24.611364 232.289719 l -24.611364 232.004990 l -24.611364 231.717697 l -24.611364 231.427856 l -24.611364 231.135468 l -24.611364 230.840546 l -24.611364 230.569992 l -58.037701 230.569992 l -77.394653 242.873642 100.365105 250.000000 125.000000 250.000000 c -149.634903 250.000000 172.605347 242.873642 191.962311 230.569977 c -220.168076 230.569977 l -225.388641 230.569977 l -225.388641 230.675964 l -225.388641 230.976715 l -225.388641 231.274841 l -225.388641 231.570343 l -225.388641 231.863205 l -225.388641 232.153412 l -225.388641 232.440948 l -225.388641 232.725815 l -225.388641 233.007996 l -225.388641 233.287476 l -225.388641 233.564270 l -225.388641 233.838333 l -225.388641 234.109680 l -225.388641 234.378281 l -225.388641 234.644150 l -225.388641 234.907242 l -225.388641 235.167587 l -225.388641 235.425140 l -225.388641 235.679916 l -225.388641 235.931900 l -225.388641 236.181061 l -225.388641 236.427414 l -225.388641 236.670929 l -225.388641 236.911606 l -225.388641 237.149445 l -225.388641 237.384399 l -225.388641 237.616501 l -225.388641 237.845718 l -225.388641 238.072052 l -225.388641 238.295471 l -225.388641 238.515991 l -225.388641 238.733582 l -225.388641 238.948242 l -225.388641 239.159958 l -225.388641 239.368713 l -225.388641 239.574509 l -225.388641 239.777344 l -225.388641 239.977173 l -225.388641 240.174026 l -225.388641 240.367859 l -225.388641 240.558685 l -225.388641 240.746490 l -225.388641 240.931244 l -225.388641 241.112961 l -225.388641 241.291626 l -225.388641 241.467209 l -225.388641 241.639725 l -225.388641 241.809143 l -225.388641 241.975479 l -225.388641 242.138687 l -225.388641 242.298782 l -225.388641 242.455750 l -225.388641 242.609589 l -225.388641 242.760269 l -225.388641 242.907776 l -225.388641 243.052124 l -225.388641 243.193298 l -225.388641 243.331268 l -225.388641 243.466034 l -225.388641 243.597595 l -225.388641 243.725937 l -225.388641 243.851044 l -225.388641 243.972900 l -225.388641 244.091507 l -225.388641 244.206848 l -225.388641 244.318909 l -225.388641 244.427689 l -225.388641 244.533173 l -225.388641 244.635361 l -225.388641 244.734222 l -225.388641 244.829758 l -225.388641 244.921967 l -225.388641 245.010818 l -225.388641 245.096313 l -225.388641 245.178436 l -225.388641 245.257187 l -225.388641 245.332550 l -225.388641 245.404510 l -225.388641 245.473068 l -225.388641 245.538208 l -225.388641 245.599899 l -225.388641 245.658173 l -225.388641 245.712982 l -225.388641 245.764328 l -225.388641 245.812210 l -225.388641 245.856613 l -225.388641 245.897522 l -225.388641 245.934921 l -225.388641 245.968811 l -225.388641 245.999176 l -225.388641 246.026001 l -225.388641 246.049301 l -225.388641 246.069031 l -225.388641 246.085205 l -225.388641 246.097794 l -225.388641 246.106796 l -225.388641 246.112213 l -225.388641 246.113419 225.388641 246.114029 227.979309 246.114029 c -230.569977 246.114029 230.569977 246.113419 230.569977 246.112213 c -230.569977 246.106796 l -230.569977 246.097794 l -230.569977 246.085205 l -230.569977 246.069031 l -230.569977 246.049301 l -230.569977 246.026001 l -230.569977 245.999176 l -230.569977 245.968811 l -230.569977 245.934921 l -230.569977 245.897522 l -230.569977 245.856613 l -230.569977 245.812210 l -230.569977 245.764328 l -230.569977 245.712982 l -230.569977 245.658173 l -230.569977 245.599899 l -230.569977 245.538208 l -230.569977 245.473068 l -230.569977 245.404510 l -230.569977 245.332550 l -230.569977 245.257187 l -230.569977 245.178436 l -230.569977 245.096313 l -230.569977 245.010818 l -230.569977 244.921967 l -230.569977 244.829758 l -230.569977 244.734222 l -230.569977 244.635361 l -230.569977 244.533173 l -230.569977 244.427689 l -230.569977 244.318909 l -230.569977 244.206848 l -230.569977 244.091507 l -230.569977 243.972900 l -230.569977 243.851044 l -230.569977 243.725937 l -230.569977 243.597595 l -230.569977 243.466034 l -230.569977 243.331268 l -230.569977 243.193298 l -230.569977 243.052124 l -230.569977 242.907776 l -230.569977 242.760269 l -230.569977 242.609589 l -230.569977 242.455750 l -230.569977 242.298782 l -230.569977 242.138687 l -230.569977 241.975479 l -230.569977 241.809143 l -230.569977 241.639725 l -230.569977 241.467209 l -230.569977 241.291626 l -230.569977 241.112961 l -230.569977 240.931244 l -230.569977 240.746490 l -230.569977 240.558685 l -230.569977 240.367859 l -230.569977 240.174026 l -230.569977 239.977173 l -230.569977 239.777344 l -230.569977 239.574509 l -230.569977 239.368713 l -230.569977 239.159958 l -230.569977 238.948242 l -230.569977 238.733582 l -230.569977 238.515991 l -230.569977 238.295471 l -230.569977 238.072052 l -230.569977 237.845718 l -230.569977 237.616501 l -230.569977 237.384399 l -230.569977 237.149445 l -230.569977 236.911606 l -230.569977 236.670929 l -230.569977 236.427414 l -230.569977 236.181061 l -230.569977 235.931900 l -230.569977 235.679916 l -230.569977 235.425140 l -230.569977 235.167587 l -230.569977 234.907242 l -230.569977 234.644150 l -230.569977 234.378281 l -230.569977 234.109680 l -230.569977 233.838333 l -230.569977 233.564270 l -230.569977 233.287476 l -230.569977 233.007996 l -230.569977 232.725815 l -230.569977 232.440948 l -230.569977 232.153412 l -230.569977 231.863205 l -230.569977 231.570343 l -230.569977 231.274841 l -230.569977 230.976715 l -230.569977 230.675964 l -230.569977 230.569977 l -239.177261 230.569977 l -244.323547 230.569977 l -245.659378 230.569977 l -245.999481 230.569977 l -246.085281 230.569977 l -246.106827 230.569977 l -246.112228 230.569977 l -246.113434 230.569977 246.114029 230.569977 246.114029 227.979309 c -246.114029 225.388641 246.113434 225.388641 246.112228 225.388641 c -246.106827 225.388641 l -246.085281 225.388641 l -245.999481 225.388641 l -245.659378 225.388641 l -244.323547 225.388641 l -239.177261 225.388641 l -230.569977 225.388641 l -230.569977 225.172073 l -230.569977 224.825897 l -230.569977 224.477295 l -230.569977 224.126282 l -230.569977 223.772873 l -230.569977 223.417053 l -230.569977 223.058868 l -230.569977 222.698303 l -230.569977 222.335373 l -230.569977 221.970093 l -230.569977 221.602463 l -230.569977 221.232513 l -230.569977 220.860229 l -230.569977 220.485641 l -230.569977 220.108749 l -230.569977 219.729584 l -230.569977 219.348114 l -230.569977 218.964386 l -230.569977 218.578400 l -230.569977 218.190170 l -230.569977 217.799698 l -230.569977 217.406982 l -230.569977 217.012070 l -230.569977 216.614944 l -230.569977 216.215622 l -230.569977 215.814117 l -230.569977 215.410431 l -230.569977 215.004578 l -230.569977 214.596558 l -230.569977 214.186401 l -230.569977 213.774109 l -230.569977 213.359711 l -230.569977 212.943176 l -230.569977 212.524551 l -230.569977 212.103821 l -230.569977 211.681015 l -230.569977 211.256134 l -230.569977 210.829193 l -230.569977 210.400208 l -230.569977 209.969177 l -230.569977 209.536102 l -230.569977 209.101013 l -230.569977 208.663925 l -230.569977 208.224823 l -230.569977 207.783737 l -230.569977 207.340668 l -230.569977 206.895630 l -230.569977 206.448639 l -230.569977 205.999695 l -230.569977 205.548828 l -230.569977 205.096008 l -230.569977 204.641296 l -230.569977 204.184662 l -230.569977 203.726135 l -230.569977 203.265717 l -230.569977 202.803436 l -230.569977 202.339279 l -230.569977 201.873260 l -230.569977 201.405411 l -230.569977 200.935730 l -230.569977 200.464218 l -230.569977 199.990891 l -230.569977 199.515762 l -230.569977 199.038834 l -230.569977 198.560135 l -230.569977 198.079651 l -230.569977 197.597412 l -230.569977 197.113434 l -230.569977 196.627701 l -230.569977 196.140244 l -230.569977 195.651062 l -230.569977 195.160172 l -230.569977 194.667572 l -230.569977 194.173294 l -230.569977 193.677338 l -230.569977 193.179718 l -230.569977 192.680435 l -230.569977 192.179504 l -230.569977 191.962326 l -242.873642 172.605362 250.000000 149.634903 250.000000 125.000000 c -250.000000 100.365097 242.873642 77.394638 230.569977 58.037674 c -230.569977 57.512634 l -230.569977 56.905121 l -230.569977 56.298325 l -230.569977 55.692245 l -230.569977 55.086884 l -230.569977 54.482269 l -230.569977 53.878387 l -230.569977 53.275269 l -230.569977 52.672928 l -230.569977 52.071350 l -230.569977 51.470551 l -230.569977 50.870575 l -230.569977 50.271393 l -230.569977 49.673019 l -230.569977 49.075485 l -230.569977 48.478790 l -230.569977 47.882950 l -230.569977 47.287964 l -230.569977 46.693848 l -230.569977 46.100616 l -230.569977 45.508270 l -230.569977 44.916824 l -230.569977 44.326294 l -230.569977 43.736694 l -230.569977 43.148026 l -230.569977 42.560287 l -230.569977 41.973511 l -230.569977 41.387695 l -230.569977 40.802856 l -230.569977 40.218994 l -230.569977 39.636139 l -230.569977 39.054276 l -230.569977 38.473434 l -230.569977 37.893631 l -230.569977 37.314850 l -230.569977 36.737106 l -230.569977 36.160431 l -230.569977 35.584824 l -230.569977 35.010300 l -230.569977 34.436859 l -230.569977 33.864517 l -230.569977 33.293274 l -230.569977 32.723160 l -230.569977 32.154175 l -230.569977 31.586334 l -230.569977 31.019638 l -230.569977 30.454102 l -230.569977 29.889725 l -230.569977 29.326553 l -230.569977 28.764557 l -230.569977 28.203766 l -230.569977 27.644196 l -230.569977 27.085831 l -230.569977 26.528717 l -230.569977 25.972839 l -230.569977 25.418213 l -230.569977 24.864853 l -230.569977 24.611359 l -239.177261 24.611359 l -244.323547 24.611359 l -245.659378 24.611359 l -245.999481 24.611359 l -246.085281 24.611359 l -246.106827 24.611359 l -246.112228 24.611359 l -246.113434 24.611359 246.114029 24.611359 246.114029 22.020691 c -246.114029 19.430023 246.113434 19.430023 246.112228 19.430023 c -246.106827 19.430023 l -246.085281 19.430023 l -245.999481 19.430023 l -245.659378 19.430023 l -244.323547 19.430023 l -239.177261 19.430023 l -230.569977 19.430023 l -230.569977 19.403061 l -230.569977 18.864288 l -230.569977 18.326904 l -230.569977 17.790924 l -230.569977 17.256348 l -230.569977 16.723190 l -230.569977 16.191467 l -230.569977 15.661194 l -230.569977 15.132355 l -230.569977 14.604980 l -230.569977 14.079086 l -230.569977 13.554657 l -230.569977 13.031738 l -230.569977 12.510315 l -230.569977 11.990402 l -230.569977 11.472015 l -230.569977 10.955154 l -230.569977 10.439850 l -230.569977 9.926102 l -230.569977 9.413910 l -230.569977 8.903290 l -230.569977 8.394257 l -230.569977 7.886826 l -230.569977 7.380997 l -230.569977 6.876785 l -230.569977 6.374191 l -230.569977 5.873245 l -230.569977 5.373947 l -230.569977 4.876312 l -230.569977 4.380341 l -230.569977 3.886032 l -230.569977 2.455246 229.410095 1.295364 227.979309 1.295364 c -226.548523 1.295364 225.388641 2.455246 225.388641 3.886032 c -225.388641 4.380341 l -225.388641 4.876312 l -225.388641 5.373947 l -225.388641 5.873245 l -225.388641 6.374191 l -225.388641 6.876785 l -225.388641 7.380997 l -225.388641 7.886826 l -225.388641 8.394257 l -225.388641 8.903290 l -225.388641 9.413910 l -225.388641 9.926102 l -225.388641 10.439850 l -225.388641 10.955154 l -225.388641 11.472015 l -225.388641 11.990402 l -225.388641 12.510315 l -225.388641 13.031738 l -225.388641 13.554657 l -225.388641 14.079086 l -225.388641 14.604980 l -225.388641 15.132355 l -225.388641 15.661194 l -225.388641 16.191467 l -225.388641 16.723190 l -225.388641 17.256348 l -225.388641 17.790924 l -225.388641 18.326904 l -225.388641 18.864288 l -225.388641 19.403061 l -225.388641 19.430023 l -220.168076 19.430023 l -191.962326 19.430023 l -h -246.114029 22.020691 m -246.114029 24.611359 l -247.544815 24.611359 248.704697 23.451477 248.704697 22.020691 c -248.704697 20.589905 247.544815 19.430023 246.114029 19.430023 c -246.114029 22.020691 l -h -225.388641 50.507889 m -225.388641 50.271393 l -225.388641 49.673019 l -225.388641 49.075485 l -225.388641 48.478790 l -225.388641 47.882950 l -225.388641 47.287964 l -225.388641 46.693848 l -225.388641 46.100616 l -225.388641 45.508270 l -225.388641 44.916824 l -225.388641 44.326294 l -225.388641 43.736694 l -225.388641 43.148026 l -225.388641 42.560287 l -225.388641 41.973511 l -225.388641 41.387695 l -225.388641 40.802856 l -225.388641 40.218994 l -225.388641 39.636139 l -225.388641 39.054276 l -225.388641 38.473434 l -225.388641 37.893631 l -225.388641 37.314850 l -225.388641 36.737106 l -225.388641 36.160431 l -225.388641 35.584824 l -225.388641 35.010300 l -225.388641 34.436859 l -225.388641 33.864517 l -225.388641 33.293274 l -225.388641 32.723160 l -225.388641 32.154175 l -225.388641 31.586334 l -225.388641 31.019638 l -225.388641 30.454102 l -225.388641 29.889725 l -225.388641 29.326553 l -225.388641 28.764557 l -225.388641 28.203766 l -225.388641 27.644196 l -225.388641 27.085831 l -225.388641 26.528717 l -225.388641 25.972839 l -225.388641 25.418213 l -225.388641 24.864853 l -225.388641 24.611359 l -220.168076 24.611359 l -199.492126 24.611359 l -209.338165 31.929474 218.070526 40.661850 225.388641 50.507889 c -h -230.569977 68.280792 m -239.660446 85.165161 244.818649 104.480194 244.818649 125.000000 c -244.818649 145.519806 239.660446 164.834839 230.569977 181.719208 c -230.569977 181.297638 l -230.569977 180.763092 l -230.569977 180.227112 l -230.569977 179.689758 l -230.569977 179.151001 l -230.569977 178.610855 l -230.569977 178.069351 l -230.569977 177.526489 l -230.569977 176.982285 l -230.569977 176.436737 l -230.569977 175.889862 l -230.569977 175.341675 l -230.569977 174.792175 l -230.569977 174.241394 l -230.569977 173.689331 l -230.569977 173.135986 l -230.569977 172.581360 l -230.569977 172.025497 l -230.569977 171.468384 l -230.569977 170.910034 l -230.569977 170.350479 l -230.569977 169.789703 l -230.569977 169.227722 l -230.569977 168.664551 l -230.569977 168.100189 l -230.569977 167.534668 l -230.569977 166.967987 l -230.569977 166.400146 l -230.569977 165.831177 l -230.569977 165.261063 l -230.569977 164.689835 l -230.569977 164.117493 l -230.569977 163.544067 l -230.569977 162.969543 l -230.569977 162.393951 l -230.569977 161.817291 l -230.569977 161.239563 l -230.569977 160.660797 l -230.569977 160.080994 l -230.569977 159.500153 l -230.569977 158.918304 l -230.569977 158.335464 l -230.569977 157.751617 l -230.569977 157.166779 l -230.569977 156.580978 l -230.569977 155.994202 l -230.569977 155.406494 l -230.569977 154.817810 l -230.569977 154.228210 l -230.569977 153.637695 l -230.569977 153.046265 l -230.569977 152.453934 l -230.569977 151.860718 l -230.569977 151.266602 l -230.569977 150.671631 l -230.569977 150.075775 l -230.569977 149.479095 l -230.569977 148.881577 l -230.569977 148.283218 l -230.569977 147.684052 l -230.569977 147.084061 l -230.569977 146.483276 l -230.569977 145.881714 l -230.569977 145.279358 l -230.569977 144.676254 l -230.569977 144.072388 l -230.569977 143.467773 l -230.569977 142.862427 l -230.569977 142.256348 l -230.569977 141.649551 l -230.569977 141.042053 l -230.569977 140.433868 l -230.569977 139.824997 l -230.569977 139.215454 l -230.569977 138.605225 l -230.569977 137.994370 l -230.569977 137.382874 l -230.569977 136.770721 l -230.569977 136.157959 l -230.569977 135.544586 l -230.569977 134.930618 l -230.569977 134.316055 l -230.569977 133.700912 l -230.569977 133.085205 l -230.569977 132.468933 l -230.569977 131.852112 l -230.569977 131.234741 l -230.569977 130.616852 l -230.569977 129.998444 l -230.569977 129.379517 l -230.569977 128.760101 l -230.569977 128.140198 l -230.569977 127.519829 l -230.569977 126.898987 l -230.569977 126.277687 l -230.569977 125.655945 l -230.569977 125.033760 l -230.569977 124.411156 l -230.569977 123.788132 l -230.569977 123.164711 l -230.569977 122.540894 l -230.569977 121.916687 l -230.569977 121.292114 l -230.569977 120.667175 l -230.569977 120.041885 l -230.569977 119.416260 l -230.569977 118.790298 l -230.569977 118.164001 l -230.569977 117.537415 l -230.569977 116.910522 l -230.569977 116.283325 l -230.569977 115.655869 l -230.569977 115.028137 l -230.569977 114.400131 l -230.569977 113.771896 l -230.569977 113.143402 l -230.569977 112.514694 l -230.569977 111.885773 l -230.569977 111.256638 l -230.569977 110.627304 l -230.569977 109.997787 l -230.569977 109.368088 l -230.569977 108.738220 l -230.569977 108.108215 l -230.569977 107.478043 l -230.569977 106.847748 l -230.569977 106.217331 l -230.569977 105.586792 l -230.569977 104.956161 l -230.569977 104.325424 l -230.569977 103.694611 l -230.569977 103.063721 l -230.569977 102.432770 l -230.569977 101.801773 l -230.569977 101.170731 l -230.569977 100.539658 l -230.569977 99.908569 l -230.569977 99.277451 l -230.569977 98.646347 l -230.569977 98.015259 l -230.569977 97.384186 l -230.569977 96.753143 l -230.569977 96.122131 l -230.569977 95.491180 l -230.569977 94.860306 l -230.569977 94.229477 l -230.569977 93.598755 l -230.569977 92.968109 l -230.569977 92.337570 l -230.569977 91.707153 l -230.569977 91.076859 l -230.569977 90.446701 l -230.569977 89.816681 l -230.569977 89.186813 l -230.569977 88.557114 l -230.569977 87.927597 l -230.569977 87.298264 l -230.569977 86.669128 l -230.569977 86.040192 l -230.569977 85.411484 l -230.569977 84.783005 l -230.569977 84.154755 l -230.569977 83.526749 l -230.569977 82.899017 l -230.569977 82.271545 l -230.569977 81.644363 l -230.569977 81.017456 l -230.569977 80.390854 l -230.569977 79.764572 l -230.569977 79.138596 l -230.569977 78.512970 l -230.569977 77.887680 l -230.569977 77.262726 l -230.569977 76.638153 l -230.569977 76.013947 l -230.569977 75.390121 l -230.569977 74.766693 l -230.569977 74.143677 l -230.569977 73.521057 l -230.569977 72.898880 l -230.569977 72.277130 l -230.569977 71.655823 l -230.569977 71.034973 l -230.569977 70.414597 l -230.569977 69.794693 l -230.569977 69.175278 l -230.569977 68.556351 l -230.569977 68.280792 l -h -225.388641 199.492111 m -225.388641 199.515762 l -225.388641 199.990891 l -225.388641 200.464218 l -225.388641 200.935730 l -225.388641 201.405411 l -225.388641 201.873260 l -225.388641 202.339279 l -225.388641 202.803436 l -225.388641 203.265717 l -225.388641 203.726135 l -225.388641 204.184662 l -225.388641 204.641296 l -225.388641 205.096008 l -225.388641 205.548828 l -225.388641 205.999695 l -225.388641 206.448639 l -225.388641 206.895630 l -225.388641 207.340668 l -225.388641 207.783737 l -225.388641 208.224823 l -225.388641 208.663925 l -225.388641 209.101013 l -225.388641 209.536102 l -225.388641 209.969177 l -225.388641 210.400208 l -225.388641 210.829193 l -225.388641 211.256134 l -225.388641 211.681015 l -225.388641 212.103821 l -225.388641 212.524551 l -225.388641 212.943176 l -225.388641 213.359711 l -225.388641 213.774109 l -225.388641 214.186401 l -225.388641 214.596558 l -225.388641 215.004578 l -225.388641 215.410431 l -225.388641 215.814117 l -225.388641 216.215622 l -225.388641 216.614944 l -225.388641 217.012070 l -225.388641 217.406982 l -225.388641 217.799698 l -225.388641 218.190170 l -225.388641 218.578400 l -225.388641 218.964386 l -225.388641 219.348114 l -225.388641 219.729584 l -225.388641 220.108749 l -225.388641 220.485641 l -225.388641 220.860229 l -225.388641 221.232513 l -225.388641 221.602463 l -225.388641 221.970093 l -225.388641 222.335373 l -225.388641 222.698303 l -225.388641 223.058868 l -225.388641 223.417053 l -225.388641 223.772873 l -225.388641 224.126282 l -225.388641 224.477295 l -225.388641 224.825897 l -225.388641 225.172073 l -225.388641 225.388641 l -220.168076 225.388641 l -199.492126 225.388641 l -209.338165 218.070511 218.070526 209.338165 225.388641 199.492111 c -h -246.114029 227.979309 m -246.114029 230.569977 l -247.544815 230.569977 248.704697 229.410095 248.704697 227.979309 c -248.704697 226.548523 247.544815 225.388641 246.114029 225.388641 c -246.114029 227.979309 l -h -227.979309 246.114029 m -225.388641 246.114029 l -225.388641 247.544815 226.548523 248.704697 227.979309 248.704697 c -229.410095 248.704697 230.569977 247.544815 230.569977 246.114029 c -227.979309 246.114029 l -h -181.719208 230.569977 m -164.834839 239.660461 145.519806 244.818649 125.000000 244.818649 c -104.480202 244.818649 85.165161 239.660461 68.280800 230.569992 c -156.739151 230.569992 l -181.719208 230.569977 l -h -50.507893 225.388641 m -24.611364 225.388641 l -24.611364 225.109650 l -24.611364 224.768433 l -24.611364 224.424866 l -24.611364 224.078979 l -24.611364 223.730774 l -24.611364 223.380249 l -24.611364 223.027435 l -24.611364 222.672318 l -24.611364 222.314926 l -24.611364 221.955261 l -24.611364 221.593353 l -24.611364 221.229172 l -24.611364 220.862762 l -24.611364 220.494110 l -24.611364 220.123245 l -24.611364 219.750168 l -24.611364 219.374893 l -24.611364 218.997421 l -24.611364 218.617767 l -24.611364 218.235931 l -24.611364 217.851944 l -24.611364 217.465790 l -24.611364 217.077499 l -24.611364 216.687073 l -24.611364 216.294525 l -24.611364 215.899872 l -24.611364 215.503113 l -24.611364 215.104248 l -24.611364 214.703293 l -24.611364 214.300278 l -24.611364 213.895187 l -24.611364 213.488037 l -24.611364 213.078857 l -24.611364 212.667633 l -24.611364 212.254379 l -24.611364 211.839111 l -24.611364 211.421844 l -24.611364 211.002563 l -24.611364 210.581299 l -24.611364 210.158066 l -24.611364 209.732864 l -24.611364 209.305695 l -24.611364 208.876587 l -24.611364 208.445541 l -24.611364 208.012558 l -24.611364 207.577667 l -24.611364 207.140854 l -24.611364 206.702148 l -24.611364 206.261551 l -24.611364 205.819077 l -24.611364 205.374725 l -24.611364 204.928528 l -24.611364 204.480469 l -24.611364 204.030563 l -24.611364 203.578842 l -24.611364 203.125290 l -24.611364 202.669922 l -24.611364 202.212769 l -24.611364 201.753815 l -24.611364 201.293060 l -24.611364 200.830566 l -24.611364 200.366287 l -24.611364 199.900253 l -24.611364 199.492126 l -31.929485 209.338165 40.661850 218.070526 50.507893 225.388641 c -h -19.430017 181.719208 m -10.339542 164.834839 5.181347 145.519806 5.181347 125.000000 c -5.181347 104.480194 10.339542 85.165161 19.430017 68.280792 c -19.430017 68.654297 l -19.430017 69.265961 l -19.430017 69.878067 l -19.430017 70.490616 l -19.430017 71.103607 l -19.430017 71.717026 l -19.430017 72.330841 l -19.430017 72.945084 l -19.430017 73.559708 l -19.430017 74.174728 l -19.430017 74.790115 l -19.430017 75.405884 l -19.430017 76.021988 l -19.430017 76.638458 l -19.430017 77.255264 l -19.430017 77.872391 l -19.430017 78.489838 l -19.430017 79.107590 l -19.430017 79.725632 l -19.430017 80.343979 l -19.430017 80.962585 l -19.430017 81.581482 l -19.430017 82.200623 l -19.430017 82.820023 l -19.430017 83.439651 l -19.430017 84.059525 l -19.430017 84.679611 l -19.430017 85.299896 l -19.430017 85.920395 l -19.430017 86.541092 l -19.430017 87.161957 l -19.430017 87.782990 l -19.430017 88.404190 l -19.430017 89.025543 l -19.430017 89.647034 l -19.430017 90.268661 l -19.430017 90.890411 l -19.430017 91.512268 l -19.430017 92.134232 l -19.430017 92.756287 l -19.430017 93.378433 l -19.430017 94.000641 l -19.430017 94.622925 l -19.430017 95.245255 l -19.430017 95.867630 l -19.430017 96.490036 l -19.430017 97.112473 l -19.430017 97.734924 l -19.430017 98.357376 l -19.430017 98.979828 l -19.430017 99.602264 l -19.430017 100.224670 l -19.430017 100.847046 l -19.430017 101.469391 l -19.430017 102.091660 l -19.430017 102.713882 l -19.430017 103.336029 l -19.430017 103.958084 l -19.430017 104.580063 l -19.430017 105.201920 l -19.430017 105.823685 l -19.430017 106.445312 l -19.430017 107.066818 l -19.430017 107.688171 l -19.430017 108.309387 l -19.430017 108.930435 l -19.430017 109.551315 l -19.430017 110.172012 l -19.430017 110.792511 l -19.430017 111.412811 l -19.430017 112.032913 l -19.430017 112.652786 l -19.430017 113.272446 l -19.430017 113.891846 l -19.430017 114.511017 l -19.430017 115.129913 l -19.430017 115.748550 l -19.430017 116.366898 l -19.430017 116.984970 l -19.430017 117.602737 l -19.430017 118.220200 l -19.430017 118.837341 l -19.430017 119.454163 l -19.430017 120.070648 l -19.430017 120.686783 l -19.430017 121.302551 l -19.430017 121.917969 l -19.430017 122.533005 l -19.430017 123.147652 l -19.430017 123.761909 l -19.430017 124.375763 l -19.430017 124.989197 l -19.430017 125.602211 l -19.430017 126.214790 l -19.430017 126.826920 l -19.430017 127.438599 l -19.430017 128.049820 l -19.430017 128.660553 l -19.430017 129.270813 l -19.430017 129.880585 l -19.430017 130.489838 l -19.430017 131.098602 l -19.430017 131.706818 l -19.430017 132.314514 l -19.430017 132.921677 l -19.430017 133.528290 l -19.430017 134.134323 l -19.430017 134.739792 l -19.430017 135.344681 l -19.430017 135.948975 l -19.430017 136.552673 l -19.430017 137.155762 l -19.430017 137.758240 l -19.430017 138.360077 l -19.430017 138.961273 l -19.430017 139.561829 l -19.430017 140.161713 l -19.430017 140.760941 l -19.430017 141.359482 l -19.430017 141.957336 l -19.430017 142.554504 l -19.430017 143.150940 l -19.430017 143.746674 l -19.430017 144.341675 l -19.430017 144.935944 l -19.430017 145.529480 l -19.430017 146.122238 l -19.430017 146.714233 l -19.430017 147.305450 l -19.430017 147.895889 l -19.430017 148.485535 l -19.430017 149.074371 l -19.430017 149.662384 l -19.430017 150.249573 l -19.430017 150.835938 l -19.430017 151.421448 l -19.430017 152.006104 l -19.430017 152.589905 l -19.430017 153.172821 l -19.430017 153.754852 l -19.430017 154.335999 l -19.430017 154.916245 l -19.430017 155.495575 l -19.430017 156.073975 l -19.430017 156.651459 l -19.430017 157.227982 l -19.430017 157.803558 l -19.430017 158.378174 l -19.430017 158.951813 l -19.430017 159.524490 l -19.430017 160.096161 l -19.430017 160.666840 l -19.430017 161.236496 l -19.430017 161.805145 l -19.430017 162.372742 l -19.430017 162.939316 l -19.430017 163.504837 l -19.430017 164.069305 l -19.430017 164.632690 l -19.430017 165.195007 l -19.430017 165.756226 l -19.430017 166.316345 l -19.430017 166.875366 l -19.430017 167.433273 l -19.430017 167.990051 l -19.430017 168.545685 l -19.430017 169.100159 l -19.430017 169.653503 l -19.430017 170.205658 l -19.430017 170.756653 l -19.430017 171.306442 l -19.430017 171.855042 l -19.430017 172.402435 l -19.430017 172.948624 l -19.430017 173.493591 l -19.430017 174.037292 l -19.430017 174.579773 l -19.430017 175.121002 l -19.430017 175.660950 l -19.430017 176.199646 l -19.430017 176.737030 l -19.430017 177.273132 l -19.430017 177.807938 l -19.430017 178.341431 l -19.430017 178.873596 l -19.430017 179.404419 l -19.430017 179.933899 l -19.430017 180.462036 l -19.430017 180.988815 l -19.430017 181.514221 l -19.430017 181.719208 l -h -24.611364 50.507874 m -24.611364 49.971725 l -24.611364 49.379776 l -24.611364 48.788589 l -24.611364 48.198196 l -24.611364 47.608612 l -24.611364 47.019821 l -24.611364 46.431854 l -24.611364 45.844696 l -24.611364 45.258392 l -24.611364 44.672928 l -24.611364 44.088303 l -24.611364 43.504562 l -24.611364 42.921692 l -24.611364 42.339706 l -24.611364 41.758606 l -24.611364 41.178421 l -24.611364 40.599136 l -24.611364 40.020782 l -24.611364 39.443359 l -24.611364 38.866882 l -24.611364 38.291351 l -24.611364 37.716797 l -24.611364 37.143204 l -24.611364 36.570602 l -24.611364 35.998978 l -24.611364 35.428360 l -24.611364 34.858749 l -24.611364 34.290176 l -24.611364 33.722626 l -24.611364 33.156113 l -24.611364 32.590637 l -24.611364 32.026245 l -24.611364 31.462906 l -24.611364 30.900650 l -24.611364 30.339493 l -24.611364 29.779419 l -24.611364 29.220474 l -24.611364 28.662628 l -24.611364 28.105927 l -24.611364 27.550354 l -24.611364 26.995926 l -24.611364 26.442657 l -24.611364 25.890564 l -24.611364 25.339645 l -24.611364 24.789917 l -24.611364 24.611374 l -50.507866 24.611374 l -40.661831 31.929489 31.929480 40.661835 24.611364 50.507874 c -h -f* -n -Q -q -q -/E2 gs -/E3 gs -1.000000 0.000000 -0.000000 1.000000 41.450684 34.974121 cm -/Pattern cs -/P1 scn -70.181450 173.575195 m -64.644295 173.575195 60.155544 169.086441 60.155544 163.549286 c -60.155544 158.012131 64.644295 153.523376 70.181450 153.523376 c -96.021507 153.523376 116.969017 132.575867 116.969017 106.735817 c -116.969017 101.198662 121.457764 96.709915 126.994926 96.709915 c -132.532089 96.709915 137.020828 101.198662 137.020828 106.735817 c -137.020828 143.650177 107.095818 173.575195 70.181450 173.575195 c -h -0.000000 76.658478 m -0.000000 71.121323 4.488751 66.632568 10.025908 66.632568 c -15.563063 66.632568 20.051815 71.121323 20.051815 76.658478 c -20.051813 102.498535 40.999321 123.446045 66.839378 123.446045 c -72.376534 123.446045 76.865280 127.934799 76.865280 133.471954 c -76.865280 139.009109 72.376534 143.497864 66.839378 143.497864 c -29.925011 143.497849 -0.000001 113.572845 0.000000 76.658478 c -h -96.917381 6.476807 m -102.454536 6.476807 106.943291 10.965561 106.943291 16.502716 c -106.943291 22.039871 102.454544 26.528625 96.917389 26.528625 c -71.077324 26.528625 50.129818 47.476135 50.129822 73.316193 c -50.129822 78.853348 45.641075 83.342094 40.103920 83.342094 c -34.566761 83.342094 30.078016 78.853348 30.078014 73.316193 c -30.078012 36.401825 60.003014 6.476807 96.917381 6.476807 c -h -157.072937 113.419434 m -162.610092 113.419434 167.098846 108.930679 167.098846 103.393524 c -167.098846 66.479156 137.173828 36.554153 100.259453 36.554153 c -94.722298 36.554153 90.233551 41.042908 90.233551 46.580055 c -90.233551 52.117218 94.722298 56.605965 100.259460 56.605965 c -126.099510 56.605957 147.047028 77.553467 147.047028 103.393524 c -147.047028 108.930687 151.535782 113.419434 157.072937 113.419434 c -h -f* -n -Q -q -/E4 gs -1.000000 0.000000 -0.000000 1.000000 41.450684 34.974121 cm -/Pattern cs -/P2 scn -70.181450 173.575195 m -64.644295 173.575195 60.155544 169.086441 60.155544 163.549286 c -60.155544 158.012131 64.644295 153.523376 70.181450 153.523376 c -96.021507 153.523376 116.969017 132.575867 116.969017 106.735817 c -116.969017 101.198662 121.457764 96.709915 126.994926 96.709915 c -132.532089 96.709915 137.020828 101.198662 137.020828 106.735817 c -137.020828 143.650177 107.095818 173.575195 70.181450 173.575195 c -h -0.000000 76.658478 m -0.000000 71.121323 4.488751 66.632568 10.025908 66.632568 c -15.563063 66.632568 20.051815 71.121323 20.051815 76.658478 c -20.051813 102.498535 40.999321 123.446045 66.839378 123.446045 c -72.376534 123.446045 76.865280 127.934799 76.865280 133.471954 c -76.865280 139.009109 72.376534 143.497864 66.839378 143.497864 c -29.925011 143.497849 -0.000001 113.572845 0.000000 76.658478 c -h -96.917381 6.476807 m -102.454536 6.476807 106.943291 10.965561 106.943291 16.502716 c -106.943291 22.039871 102.454544 26.528625 96.917389 26.528625 c -71.077324 26.528625 50.129818 47.476135 50.129822 73.316193 c -50.129822 78.853348 45.641075 83.342094 40.103920 83.342094 c -34.566761 83.342094 30.078016 78.853348 30.078014 73.316193 c -30.078012 36.401825 60.003014 6.476807 96.917381 6.476807 c -h -157.072937 113.419434 m -162.610092 113.419434 167.098846 108.930679 167.098846 103.393524 c -167.098846 66.479156 137.173828 36.554153 100.259453 36.554153 c -94.722298 36.554153 90.233551 41.042908 90.233551 46.580055 c -90.233551 52.117218 94.722298 56.605965 100.259460 56.605965 c -126.099510 56.605957 147.047028 77.553467 147.047028 103.393524 c -147.047028 108.930687 151.535782 113.419434 157.072937 113.419434 c -h -f* -n -Q -/E5 gs -q -1.000000 0.000000 -0.000000 1.000000 41.450684 34.974121 cm -1.000000 1.000000 1.000000 scn -0.000000 76.658478 m --3.238342 76.658478 l -0.000000 76.658478 l -h -20.051815 76.658478 m -23.290157 76.658478 l -23.290157 76.658478 l -20.051815 76.658478 l -h -66.839378 123.446045 m -66.839378 126.684387 l -66.839378 126.684387 l -66.839378 123.446045 l -h -66.839378 143.497864 m -66.839378 146.736206 l -66.839378 146.736206 l -66.839378 143.497864 l -h -50.129822 73.316193 m -53.368164 73.316193 l -53.368164 73.316193 l -50.129822 73.316193 l -h -30.078014 73.316193 m -26.839672 73.316193 l -26.839672 73.316193 l -30.078014 73.316193 l -h -100.259460 56.605965 m -100.259460 59.844307 l -100.259460 59.844307 l -100.259460 56.605965 l -h -63.393887 163.549286 m -63.393887 167.297958 66.432785 170.336853 70.181450 170.336853 c -70.181450 176.813538 l -62.855808 176.813538 56.917202 170.874924 56.917202 163.549286 c -63.393887 163.549286 l -h -70.181450 156.761719 m -66.432785 156.761719 63.393887 159.800613 63.393887 163.549286 c -56.917202 163.549286 l -56.917202 156.223648 62.855808 150.285034 70.181450 150.285034 c -70.181450 156.761719 l -h -120.207359 106.735817 m -120.207359 134.364365 97.809998 156.761719 70.181450 156.761719 c -70.181450 150.285034 l -94.233025 150.285034 113.730675 130.787384 113.730675 106.735817 c -120.207359 106.735817 l -h -126.994926 99.948257 m -123.246254 99.948257 120.207359 102.987144 120.207359 106.735817 c -113.730675 106.735817 l -113.730675 99.410172 119.669281 93.471573 126.994926 93.471573 c -126.994926 99.948257 l -h -133.782486 106.735817 m -133.782486 102.987144 130.743591 99.948257 126.994926 99.948257 c -126.994926 93.471573 l -134.320572 93.471573 140.259171 99.410179 140.259171 106.735817 c -133.782486 106.735817 l -h -70.181450 170.336853 m -105.307335 170.336853 133.782486 141.861694 133.782486 106.735817 c -140.259171 106.735817 l -140.259171 145.438675 108.884308 176.813538 70.181450 176.813538 c -70.181450 170.336853 l -h -10.025908 69.870911 m -6.277239 69.870911 3.238342 72.909805 3.238342 76.658478 c --3.238342 76.658478 l --3.238342 69.332832 2.700264 63.394226 10.025908 63.394226 c -10.025908 69.870911 l -h -16.813473 76.658478 m -16.813473 72.909805 13.774574 69.870911 10.025908 69.870911 c -10.025908 63.394226 l -17.351549 63.394226 23.290157 69.332832 23.290157 76.658478 c -16.813473 76.658478 l -h -66.839378 126.684387 m -39.210835 126.684387 16.813471 104.287018 16.813473 76.658478 c -23.290157 76.658478 l -23.290155 100.710045 42.787811 120.207703 66.839378 120.207703 c -66.839378 126.684387 l -h -73.626938 133.471954 m -73.626938 129.723282 70.588043 126.684387 66.839378 126.684387 c -66.839378 120.207703 l -74.165024 120.207703 80.103622 126.146317 80.103622 133.471954 c -73.626938 133.471954 l -h -66.839378 140.259521 m -70.588051 140.259521 73.626938 137.220627 73.626938 133.471954 c -80.103622 133.471954 l -80.103622 140.797592 74.165024 146.736206 66.839378 146.736206 c -66.839378 140.259521 l -h -3.238342 76.658478 m -3.238341 111.784355 31.713497 140.259506 66.839378 140.259521 c -66.839378 146.736206 l -28.136524 146.736191 -3.238343 115.361328 -3.238342 76.658478 c -3.238342 76.658478 l -h -103.704948 16.502716 m -103.704948 12.754044 100.666054 9.715149 96.917381 9.715149 c -96.917381 3.238464 l -104.243027 3.238464 110.181633 9.177078 110.181633 16.502716 c -103.704948 16.502716 l -h -96.917389 23.290283 m -100.666054 23.290283 103.704948 20.251389 103.704948 16.502716 c -110.181633 16.502716 l -110.181633 23.828354 104.243034 29.766968 96.917389 29.766968 c -96.917389 23.290283 l -h -46.891479 73.316193 m -46.891476 45.687645 69.288841 23.290283 96.917389 23.290283 c -96.917389 29.766968 l -72.865814 29.766968 53.368160 49.264618 53.368164 73.316193 c -46.891479 73.316193 l -h -40.103920 80.103752 m -43.852589 80.103752 46.891479 77.064857 46.891479 73.316193 c -53.368164 73.316193 l -53.368164 80.641830 47.429565 86.580437 40.103920 86.580437 c -40.103920 80.103752 l -h -33.316357 73.316193 m -33.316357 77.064857 36.355247 80.103752 40.103920 80.103752 c -40.103920 86.580437 l -32.778275 86.580437 26.839674 80.641830 26.839672 73.316193 c -33.316357 73.316193 l -h -96.917381 9.715149 m -61.791504 9.715149 33.316353 38.190308 33.316357 73.316193 c -26.839672 73.316193 l -26.839670 34.613342 58.214527 3.238464 96.917381 3.238464 c -96.917381 9.715149 l -h -170.337189 103.393524 m -170.337189 110.719162 164.398575 116.657776 157.072937 116.657776 c -157.072937 110.181091 l -160.821594 110.181091 163.860504 107.142189 163.860504 103.393524 c -170.337189 103.393524 l -h -100.259453 33.315811 m -138.962311 33.315811 170.337189 64.690666 170.337189 103.393524 c -163.860504 103.393524 l -163.860504 68.267639 135.385330 39.792496 100.259453 39.792496 c -100.259453 33.315811 l -h -86.995209 46.580055 m -86.995209 39.254425 92.933807 33.315811 100.259453 33.315811 c -100.259453 39.792496 l -96.510788 39.792496 93.471893 42.831390 93.471893 46.580055 c -86.995209 46.580055 l -h -100.259460 59.844307 m -92.933815 59.844307 86.995209 53.905701 86.995209 46.580055 c -93.471893 46.580055 l -93.471893 50.328728 96.510788 53.367622 100.259460 53.367622 c -100.259460 59.844307 l -h -143.808685 103.393524 m -143.808685 79.341949 124.311028 59.844299 100.259460 59.844307 c -100.259460 53.367622 l -127.888000 53.367615 150.285370 75.764977 150.285370 103.393524 c -143.808685 103.393524 l -h -157.072937 116.657776 m -149.747284 116.657776 143.808685 110.719177 143.808685 103.393524 c -150.285370 103.393524 l -150.285370 107.142197 153.324265 110.181091 157.072937 110.181091 c -157.072937 116.657776 l -h -f -n -Q -Q - -endstream -endobj - -19 0 obj - 55872 -endobj - -20 0 obj - << /Annots [] - /Type /Page - /MediaBox [ 0.000000 0.000000 250.000000 250.000000 ] - /Resources 17 0 R - /Contents 18 0 R - /Parent 21 0 R - >> -endobj - -21 0 obj - << /Kids [ 20 0 R ] - /Count 1 - /Type /Pages - >> -endobj - -22 0 obj - << /Pages 21 0 R - /Type /Catalog - >> -endobj - -xref -0 23 -0000000000 65535 f -0000000010 00000 n -0000000530 00000 n -0000000552 00000 n -0000001072 00000 n -0000001094 00000 n -0000003108 00000 n -0000003131 00000 n -0000003306 00000 n -0000003327 00000 n -0000003625 00000 n -0000003648 00000 n -0000006433 00000 n -0000006457 00000 n -0000006756 00000 n -0000006779 00000 n -0000009565 00000 n -0000009589 00000 n -0000011737 00000 n -0000067667 00000 n -0000067692 00000 n -0000067871 00000 n -0000067947 00000 n -trailer -<< /ID [ (some) (id) ] - /Root 22 0 R - /Size 23 ->> -startxref -68008 -%%EOF \ No newline at end of file diff --git a/ElementX/Resources/Assets.xcassets/Images/Authentication/Onboarding App Logo.imageset/OnboardingSplashAppLogo.pdf b/ElementX/Resources/Assets.xcassets/Images/Authentication/Onboarding App Logo.imageset/OnboardingSplashAppLogo.pdf deleted file mode 100644 index 4054363ae..000000000 --- a/ElementX/Resources/Assets.xcassets/Images/Authentication/Onboarding App Logo.imageset/OnboardingSplashAppLogo.pdf +++ /dev/null @@ -1,2601 +0,0 @@ -%PDF-1.7 - -1 0 obj - << /Length 2 0 R - /Range [ 0.000000 1.000000 0.000000 1.000000 0.000000 1.000000 ] - /Domain [ 0.000000 1.000000 ] - /FunctionType 4 - >> -stream -{ 0.625000 exch 0.625000 exch 0.625000 exch dup 0.000000 gt { exch pop exch pop exch pop dup 0.000000 sub 0.375258 mul 0.625000 add exch dup 0.000000 sub 0.375258 mul 0.625000 add exch dup 0.000000 sub 0.375258 mul 0.625000 add exch } if dup 0.999311 gt { exch pop exch pop exch pop 1.000000 exch 1.000000 exch 1.000000 exch } if pop } -endstream -endobj - -2 0 obj - 336 -endobj - -3 0 obj - << /Length 4 0 R - /Range [ 0.000000 1.000000 0.000000 1.000000 0.000000 1.000000 ] - /Domain [ 0.000000 1.000000 ] - /FunctionType 4 - >> -stream -{ 0.437500 exch 0.437500 exch 0.437500 exch dup 0.000000 gt { exch pop exch pop exch pop dup 0.000000 sub 0.562500 mul 0.437500 add exch dup 0.000000 sub 0.562500 mul 0.437500 add exch dup 0.000000 sub 0.562500 mul 0.437500 add exch } if dup 1.000000 gt { exch pop exch pop exch pop 1.000000 exch 1.000000 exch 1.000000 exch } if pop } -endstream -endobj - -4 0 obj - 336 -endobj - -5 0 obj - << /Type /XObject - /Length 6 0 R - /Group << /Type /Group - /S /Transparency - >> - /Subtype /Form - /Resources << >> - /BBox [ 0.000000 0.000000 220.000000 220.000000 ] - >> -stream -/DeviceRGB CS -/DeviceRGB cs -1.000000 0.000000 -0.000000 1.000000 36.476562 30.777100 cm -61.759487 152.745850 m -56.886787 152.745850 52.936687 148.795746 52.936687 143.923050 c -52.936687 139.050354 56.886787 135.100250 61.759487 135.100250 c -84.498734 135.100250 102.932541 116.666443 102.932541 93.927200 c -102.932541 89.054504 106.882645 85.104401 111.755341 85.104401 c -116.628036 85.104401 120.578133 89.054504 120.578133 93.927200 c -120.578133 126.411842 94.244133 152.745850 61.759487 152.745850 c -h -0.000000 67.458984 m -0.000000 62.586288 3.950101 58.636185 8.822798 58.636185 c -13.695495 58.636185 17.645596 62.586288 17.645596 67.458984 c -17.645596 90.198235 36.079403 108.632050 58.818653 108.632050 c -63.691349 108.632050 67.641449 112.582146 67.641449 117.454842 c -67.641449 122.327545 63.691349 126.277634 58.818649 126.277634 c -26.334009 126.277634 0.000000 99.943626 0.000000 67.458984 c -h -85.287888 5.699493 m -90.160583 5.699493 94.110687 9.649597 94.110687 14.522293 c -94.110687 19.394989 90.160591 23.345093 85.287888 23.345093 c -62.548641 23.345093 44.114834 41.778900 44.114838 64.518150 c -44.114838 69.390846 40.164738 73.340942 35.292042 73.340950 c -30.419344 73.340950 26.469246 69.390846 26.469244 64.518150 c -26.469242 32.033508 52.803246 5.699493 85.287888 5.699493 c -h -138.224564 99.809158 m -143.097260 99.809158 147.047363 95.859062 147.047363 90.986359 c -147.047363 58.501717 120.713348 32.167717 88.228706 32.167717 c -83.356010 32.167717 79.405914 36.117813 79.405914 40.990517 c -79.405914 45.863213 83.356010 49.813309 88.228706 49.813309 c -110.967957 49.813309 129.401764 68.247116 129.401764 90.986366 c -129.401764 95.859062 133.351868 99.809158 138.224564 99.809158 c -h -0.000000 0.000000 0.000000 scn -f* -n - -endstream -endobj - -6 0 obj - 1739 -endobj - -7 0 obj - << /Length 8 0 R - /FunctionType 4 - /Domain [ 0.000000 1.000000 ] - /Range [ 0.000000 1.000000 ] - >> -stream -{ 0 gt { 0 } { 1 } ifelse } -endstream -endobj - -8 0 obj - 27 -endobj - -9 0 obj - << /Length 10 0 R - /Range [ 0.000000 1.000000 ] - /Domain [ 0.000000 1.000000 ] - /FunctionType 4 - >> -stream -{ 0.530000 exch dup 0.000000 gt { exch pop dup 0.000000 sub -0.530365 mul 0.530000 add exch } if dup 0.999311 gt { exch pop 0.000000 exch } if pop } -endstream -endobj - -10 0 obj - 149 -endobj - -11 0 obj - << /BBox [ 0.000000 0.000000 220.000000 220.000000 ] - /Resources << /Pattern << /P1 << /Matrix [ -0.000244 -111.023438 111.023438 -0.000244 -74.546875 183.523438 ] - /Shading << /Coords [ 0.000000 0.000000 1.000000 0.000000 ] - /ColorSpace /DeviceGray - /Function 9 0 R - /Domain [ 0.000000 1.000000 ] - /ShadingType 2 - /Extend [ true true ] - >> - /PatternType 2 - /Type /Pattern - >> >> >> - /Subtype /Form - /Length 12 0 R - /Group << /Type /Group - /S /Transparency - /CS /DeviceGray - >> - /Type /XObject - >> -stream -/DeviceGray CS -/DeviceGray cs -1.000000 0.000000 -0.000000 1.000000 36.476562 30.777100 cm -61.759487 152.745850 m -56.886787 152.745850 52.936687 148.795746 52.936687 143.923050 c -52.936687 139.050354 56.886787 135.100250 61.759487 135.100250 c -84.498734 135.100250 102.932541 116.666443 102.932541 93.927200 c -102.932541 89.054504 106.882645 85.104401 111.755341 85.104401 c -116.628036 85.104401 120.578133 89.054504 120.578133 93.927200 c -120.578133 126.411842 94.244133 152.745850 61.759487 152.745850 c -h -0.000000 67.458984 m -0.000000 62.586288 3.950101 58.636185 8.822798 58.636185 c -13.695495 58.636185 17.645596 62.586288 17.645596 67.458984 c -17.645596 90.198235 36.079403 108.632050 58.818653 108.632050 c -63.691349 108.632050 67.641449 112.582146 67.641449 117.454842 c -67.641449 122.327545 63.691349 126.277634 58.818649 126.277634 c -26.334009 126.277634 0.000000 99.943626 0.000000 67.458984 c -h -85.287888 5.699493 m -90.160583 5.699493 94.110687 9.649597 94.110687 14.522293 c -94.110687 19.394989 90.160591 23.345093 85.287888 23.345093 c -62.548641 23.345093 44.114834 41.778900 44.114838 64.518150 c -44.114838 69.390846 40.164738 73.340942 35.292042 73.340950 c -30.419344 73.340950 26.469246 69.390846 26.469244 64.518150 c -26.469242 32.033508 52.803246 5.699493 85.287888 5.699493 c -h -138.224564 99.809158 m -143.097260 99.809158 147.047363 95.859062 147.047363 90.986359 c -147.047363 58.501717 120.713348 32.167717 88.228706 32.167717 c -83.356010 32.167717 79.405914 36.117813 79.405914 40.990517 c -79.405914 45.863213 83.356010 49.813309 88.228706 49.813309 c -110.967957 49.813309 129.401764 68.247116 129.401764 90.986366 c -129.401764 95.859062 133.351868 99.809158 138.224564 99.809158 c -h -/Pattern cs -/P1 scn -f* -n - -endstream -endobj - -12 0 obj - 1730 -endobj - -13 0 obj - << /Length 14 0 R - /Range [ 0.000000 1.000000 ] - /Domain [ 0.000000 1.000000 ] - /FunctionType 4 - >> -stream -{ 0.580000 exch dup 0.000000 gt { exch pop dup 0.000000 sub -0.580000 mul 0.580000 add exch } if dup 1.000000 gt { exch pop 0.000000 exch } if pop } -endstream -endobj - -14 0 obj - 149 -endobj - -15 0 obj - << /BBox [ 0.000000 0.000000 220.000000 220.000000 ] - /Resources << /Pattern << /P1 << /Matrix [ 50.000004 -189.000000 189.000000 50.000004 -170.635254 201.984863 ] - /Shading << /Coords [ 0.000000 0.000000 1.000000 0.000000 ] - /ColorSpace /DeviceGray - /Function 13 0 R - /Domain [ 0.000000 1.000000 ] - /ShadingType 2 - /Extend [ true true ] - >> - /PatternType 2 - /Type /Pattern - >> >> >> - /Subtype /Form - /Length 16 0 R - /Group << /Type /Group - /S /Transparency - /CS /DeviceGray - >> - /Type /XObject - >> -stream -/DeviceGray CS -/DeviceGray cs -1.000000 0.000000 -0.000000 1.000000 36.476562 30.777100 cm -61.759487 152.745850 m -56.886787 152.745850 52.936687 148.795746 52.936687 143.923050 c -52.936687 139.050354 56.886787 135.100250 61.759487 135.100250 c -84.498734 135.100250 102.932541 116.666443 102.932541 93.927200 c -102.932541 89.054504 106.882645 85.104401 111.755341 85.104401 c -116.628036 85.104401 120.578133 89.054504 120.578133 93.927200 c -120.578133 126.411842 94.244133 152.745850 61.759487 152.745850 c -h -0.000000 67.458984 m -0.000000 62.586288 3.950101 58.636185 8.822798 58.636185 c -13.695495 58.636185 17.645596 62.586288 17.645596 67.458984 c -17.645596 90.198235 36.079403 108.632050 58.818653 108.632050 c -63.691349 108.632050 67.641449 112.582146 67.641449 117.454842 c -67.641449 122.327545 63.691349 126.277634 58.818649 126.277634 c -26.334009 126.277634 0.000000 99.943626 0.000000 67.458984 c -h -85.287888 5.699493 m -90.160583 5.699493 94.110687 9.649597 94.110687 14.522293 c -94.110687 19.394989 90.160591 23.345093 85.287888 23.345093 c -62.548641 23.345093 44.114834 41.778900 44.114838 64.518150 c -44.114838 69.390846 40.164738 73.340942 35.292042 73.340950 c -30.419344 73.340950 26.469246 69.390846 26.469244 64.518150 c -26.469242 32.033508 52.803246 5.699493 85.287888 5.699493 c -h -138.224564 99.809158 m -143.097260 99.809158 147.047363 95.859062 147.047363 90.986359 c -147.047363 58.501717 120.713348 32.167717 88.228706 32.167717 c -83.356010 32.167717 79.405914 36.117813 79.405914 40.990517 c -79.405914 45.863213 83.356010 49.813309 88.228706 49.813309 c -110.967957 49.813309 129.401764 68.247116 129.401764 90.986366 c -129.401764 95.859062 133.351868 99.809158 138.224564 99.809158 c -h -/Pattern cs -/P1 scn -f* -n - -endstream -endobj - -16 0 obj - 1730 -endobj - -17 0 obj - << /Pattern << /P2 << /Matrix [ -0.000244 -111.023438 111.023438 -0.000244 -74.546875 183.523438 ] - /Shading << /Coords [ 0.000000 0.000000 1.000000 0.000000 ] - /ColorSpace /DeviceRGB - /Function 1 0 R - /Domain [ 0.000000 1.000000 ] - /ShadingType 2 - /Extend [ true true ] - >> - /PatternType 2 - /Type /Pattern - >> - /P1 << /Matrix [ 50.000004 -189.000000 189.000000 50.000004 -170.635254 201.984863 ] - /Shading << /Coords [ 0.000000 0.000000 1.000000 0.000000 ] - /ColorSpace /DeviceRGB - /Function 3 0 R - /Domain [ 0.000000 1.000000 ] - /ShadingType 2 - /Extend [ true true ] - >> - /PatternType 2 - /Type /Pattern - >> - >> - /ExtGState << /E6 << /ca 0.610000 >> - /E4 << /SMask << /Type /Mask - /G 11 0 R - /S /Luminosity - >> - /Type /ExtGState - >> - /E2 << /ca 0.800000 >> - /E5 << /SMask << /Type /Mask - /G 5 0 R - /S /Alpha - /TR 7 0 R - >> - /Type /ExtGState - >> - /E3 << /SMask << /Type /Mask - /G 15 0 R - /S /Luminosity - >> - /Type /ExtGState - >> - /E1 << /ca 0.200000 >> - >> - >> -endobj - -18 0 obj - << /Length 19 0 R >> -stream -/DeviceRGB CS -/DeviceRGB cs -q -/E1 gs -1.000000 0.000000 -0.000000 1.000000 0.000000 0.000000 cm -0.000000 0.000000 0.000000 scn -159.913452 17.098709 m -145.055084 9.098907 128.057648 4.559586 110.000000 4.559586 c -91.942352 4.559586 74.944916 9.098907 60.086544 17.098709 c -137.930328 17.098709 l -159.913452 17.098709 l -h -167.584641 21.658295 m -137.930328 21.658295 l -52.415359 21.658295 l -40.155777 29.665894 29.665287 40.156479 21.657787 52.416138 c -21.657787 52.927414 l -21.657787 53.459167 l -21.657787 53.991440 l -21.657787 54.524216 l -21.657787 55.057510 l -21.657787 55.591293 l -21.657787 56.125565 l -21.657787 56.660309 l -21.657787 57.195526 l -21.657787 57.731201 l -21.657787 58.267334 l -21.657787 58.803894 l -21.657787 59.340897 l -21.657787 59.878326 l -21.657787 60.416183 l -21.657787 60.954437 l -21.657787 61.493088 l -21.657787 62.032135 l -21.657787 62.571564 l -21.657787 63.111374 l -21.657787 63.651535 l -21.657787 64.192062 l -21.657787 64.732941 l -21.657787 65.274155 l -21.657787 65.815704 l -21.657787 66.357559 l -21.657787 66.899750 l -21.657787 67.442230 l -21.657787 67.985016 l -21.657787 68.528091 l -21.657787 69.071442 l -21.657787 69.615067 l -21.657787 70.158951 l -21.657787 70.703094 l -21.657787 71.247467 l -21.657787 71.792099 l -21.657787 72.336945 l -21.657787 72.882019 l -21.657787 73.427292 l -21.657787 73.972778 l -21.657787 74.518448 l -21.657787 75.064301 l -21.657787 75.610336 l -21.657787 76.156540 l -21.657787 76.702911 l -21.657787 77.249420 l -21.657787 77.796082 l -21.657787 78.342865 l -21.657787 78.889786 l -21.657787 79.436813 l -21.657787 79.983948 l -21.657787 80.531189 l -21.657787 81.078522 l -21.657787 81.625931 l -21.657787 82.173416 l -21.657787 82.720963 l -21.657787 83.268570 l -21.657787 83.816208 l -21.657787 84.363907 l -21.657787 84.911621 l -21.657787 85.459366 l -21.657787 86.007126 l -21.657787 86.554886 l -21.657787 87.102646 l -21.657787 87.650391 l -21.657787 88.198105 l -21.657787 88.745804 l -21.657787 89.293457 l -21.657787 89.841064 l -21.657787 90.388611 l -21.657787 90.936096 l -21.657787 91.483521 l -21.657787 92.030853 l -21.657787 92.578094 l -21.657787 93.125237 l -21.657787 93.672272 l -21.657787 94.219193 l -21.657787 94.765991 l -21.657787 95.312660 l -21.657787 95.859177 l -21.657787 96.405548 l -21.657787 96.951767 l -21.657787 97.497810 l -21.657787 98.043678 l -21.657787 98.589363 l -21.657787 99.134857 l -21.657787 99.680145 l -21.657787 100.225227 l -21.657787 100.770088 l -21.657787 101.314720 l -21.657787 101.859123 l -21.657787 102.403275 l -21.657787 102.947174 l -21.657787 103.490807 l -21.657787 104.034180 l -21.657787 104.577263 l -21.657787 105.120064 l -21.657787 105.662567 l -21.657787 106.204765 l -21.657787 106.746651 l -21.657787 107.288216 l -21.657787 107.829453 l -21.657787 108.370338 l -21.657787 108.910889 l -21.657787 109.451080 l -21.657787 109.990898 l -21.657787 110.530350 l -21.657787 111.069420 l -21.657787 111.608093 l -21.657787 112.146378 l -21.657787 112.684242 l -21.657787 113.221695 l -21.657787 113.758728 l -21.657787 114.295319 l -21.657787 114.831474 l -21.657787 115.367172 l -21.657787 115.902412 l -21.657787 116.437187 l -21.657787 116.971481 l -21.657787 117.505295 l -21.657787 118.038612 l -21.657787 118.571426 l -21.657787 119.103729 l -21.657787 119.635513 l -21.657787 120.166763 l -21.657787 120.697487 l -21.657787 121.227654 l -21.657787 121.757271 l -21.657787 122.286331 l -21.657787 122.814812 l -21.657787 123.342720 l -21.657787 123.870033 l -21.657787 124.396751 l -21.657787 124.922867 l -21.657787 125.448364 l -21.657787 125.973236 l -21.657787 126.497482 l -21.657787 127.021088 l -21.657787 127.544044 l -21.657787 128.066345 l -21.657787 128.587982 l -21.657787 129.108932 l -21.657787 129.629211 l -21.657787 130.148788 l -21.657787 130.667664 l -21.657787 131.185852 l -21.657787 131.703308 l -21.657787 132.220032 l -21.657787 132.736023 l -21.657787 133.251282 l -21.657787 133.765778 l -21.657787 134.279510 l -21.657787 134.792480 l -21.657787 135.304688 l -21.657787 135.816086 l -21.657787 136.326691 l -21.657787 136.836517 l -21.657787 137.345505 l -21.657787 137.853683 l -21.657787 138.361023 l -21.657787 138.867538 l -21.657787 139.373199 l -21.657787 139.878021 l -21.657787 140.381958 l -21.657787 140.885025 l -21.657787 141.387207 l -21.657787 141.888519 l -21.657787 142.388916 l -21.657787 142.888428 l -21.657787 143.386993 l -21.657787 143.884659 l -21.657787 144.381378 l -21.657787 144.877167 l -21.657787 145.372009 l -21.657787 145.865891 l -21.657787 146.358795 l -21.657787 146.850739 l -21.657787 147.341675 l -21.657787 147.831635 l -21.657787 148.320602 l -21.657787 148.808548 l -21.657787 149.295471 l -21.657787 149.781387 l -21.657787 150.266251 l -21.657787 150.750076 l -21.657787 151.232849 l -21.657787 151.714554 l -21.657787 152.195190 l -21.657787 152.674744 l -21.657787 153.153229 l -21.657787 153.630615 l -21.657787 154.106873 l -21.657787 154.582047 l -21.657787 155.056091 l -21.657787 155.528992 l -21.657787 156.000763 l -21.657787 156.471390 l -21.657787 156.940857 l -21.657787 157.409164 l -21.657787 157.876297 l -21.657787 158.342239 l -21.657787 158.807007 l -21.657787 159.270569 l -21.657787 159.732910 l -21.657787 160.194061 l -21.657787 160.653961 l -21.657787 161.112640 l -21.657787 161.570084 l -21.657787 162.026276 l -21.657787 162.481201 l -21.657787 162.934860 l -21.657787 163.387238 l -21.657787 163.838348 l -21.657787 164.288147 l -21.657787 164.736649 l -21.657787 165.183838 l -21.657787 165.629730 l -21.657787 166.074265 l -21.657787 166.517487 l -21.657787 166.959351 l -21.657787 167.399857 l -21.657787 167.583862 l -29.665291 179.843521 40.155785 190.334106 52.415375 198.341705 c -137.930328 198.341705 l -167.584641 198.341705 l -179.844238 190.334106 190.334717 179.843521 198.342224 167.583847 c -198.342224 167.340759 l -198.342224 166.892822 l -198.342224 166.443497 l -198.342224 165.992783 l -198.342224 165.540695 l -198.342224 165.087234 l -198.342224 164.632416 l -198.342224 164.176239 l -198.342224 163.718735 l -198.342224 163.259888 l -198.342224 162.799728 l -198.342224 162.338257 l -198.342224 161.875473 l -198.342224 161.411407 l -198.342224 160.946045 l -198.342224 160.479401 l -198.342224 160.011505 l -198.342224 159.542328 l -198.342224 159.071930 l -198.342224 158.600266 l -198.342224 158.127380 l -198.342224 157.653275 l -198.342224 157.177963 l -198.342224 156.701431 l -198.342224 156.223724 l -198.342224 155.744812 l -198.342224 155.264740 l -198.342224 154.783478 l -198.342224 154.301086 l -198.342224 153.817535 l -198.342224 153.332825 l -198.342224 152.847015 l -198.342224 152.360062 l -198.342224 151.872009 l -198.342224 151.382843 l -198.342224 150.892578 l -198.342224 150.401245 l -198.342224 149.908813 l -198.342224 149.415344 l -198.342224 148.920807 l -198.342224 148.425201 l -198.342224 147.928574 l -198.342224 147.430908 l -198.342224 146.932220 l -198.342224 146.432526 l -198.342224 145.931824 l -198.342224 145.430145 l -198.342224 144.927460 l -198.342224 144.423798 l -198.342224 143.919189 l -198.342224 143.413605 l -198.342224 142.907074 l -198.342224 142.399628 l -198.342224 141.891220 l -198.342224 141.381897 l -198.342224 140.871674 l -198.342224 140.360550 l -198.342224 139.848511 l -198.342224 139.335602 l -198.342224 138.821823 l -198.342224 138.307175 l -198.342224 137.791656 l -198.342224 137.275299 l -198.342224 136.758118 l -198.342224 136.240082 l -198.342224 135.721237 l -198.342224 135.201584 l -198.342224 134.681122 l -198.342224 134.159866 l -198.342224 133.637817 l -198.342224 133.115021 l -198.342224 132.591431 l -198.342224 132.067108 l -198.342224 131.542023 l -198.342224 131.016190 l -198.342224 130.489639 l -198.342224 129.962372 l -198.342224 129.434387 l -198.342224 128.905701 l -198.342224 128.376312 l -198.342224 127.846245 l -198.342224 127.315514 l -198.342224 126.784103 l -198.342224 126.252045 l -198.342224 125.719337 l -198.342224 125.185989 l -198.342224 124.652016 l -198.342224 124.117416 l -198.342224 123.582207 l -198.342224 123.046402 l -198.342224 122.509995 l -198.342224 121.973015 l -198.342224 121.435448 l -198.342224 120.897324 l -198.342224 120.358643 l -198.342224 119.819412 l -198.342224 119.279648 l -198.342224 118.739349 l -198.342224 118.198532 l -198.342224 117.657211 l -198.342224 117.115379 l -198.342224 116.573059 l -198.342224 116.030258 l -198.342224 115.486977 l -198.342224 114.943230 l -198.342224 114.399033 l -198.342224 113.854385 l -198.342224 113.309303 l -198.342224 112.763786 l -198.342224 112.217857 l -198.342224 111.671516 l -198.342224 111.124771 l -198.342224 110.577637 l -198.342224 110.030113 l -198.342224 109.482224 l -198.342224 108.933960 l -198.342224 108.385353 l -198.342224 107.836388 l -198.342224 107.287094 l -198.342224 106.737465 l -198.342224 106.187523 l -198.342224 105.637268 l -198.342224 105.086708 l -198.342224 104.535858 l -198.342224 103.984734 l -198.342224 103.433327 l -198.342224 102.881653 l -198.342224 102.329735 l -198.342224 101.777565 l -198.342224 101.225151 l -198.342224 100.672516 l -198.342224 100.119659 l -198.342224 99.566597 l -198.342224 99.013336 l -198.342224 98.459877 l -198.342224 97.906235 l -198.342224 97.352425 l -198.342224 96.798447 l -198.342224 96.244316 l -198.342224 95.690041 l -198.342224 95.135628 l -198.342224 94.581085 l -198.342224 94.026421 l -198.342224 93.471649 l -198.342224 92.916779 l -198.342224 92.361816 l -198.342224 91.806778 l -198.342224 91.251648 l -198.342224 90.696472 l -198.342224 90.141235 l -198.342224 89.585953 l -198.342224 89.030640 l -198.342224 88.475296 l -198.342224 87.919922 l -198.342224 87.364548 l -198.342224 86.809189 l -198.342224 86.253815 l -198.342224 85.698471 l -198.342224 85.143158 l -198.342224 84.587875 l -198.342224 84.032639 l -198.342224 83.477463 l -198.342224 82.922333 l -198.342224 82.367294 l -198.342224 81.812332 l -198.342224 81.257462 l -198.342224 80.702682 l -198.342224 80.148026 l -198.342224 79.593475 l -198.342224 79.039062 l -198.342224 78.484787 l -198.342224 77.930649 l -198.342224 77.376678 l -198.342224 76.822861 l -198.342224 76.269226 l -198.342224 75.715759 l -198.342224 75.162491 l -198.342224 74.609436 l -198.342224 74.056580 l -198.342224 73.503937 l -198.342224 72.951523 l -198.342224 72.399353 l -198.342224 71.847427 l -198.342224 71.295761 l -198.342224 70.744354 l -198.342224 70.193207 l -198.342224 69.642365 l -198.342224 69.091797 l -198.342224 68.541550 l -198.342224 67.991592 l -198.342224 67.441971 l -198.342224 66.892670 l -198.342224 66.343704 l -198.342224 65.795090 l -198.342224 65.246826 l -198.342224 64.698929 l -198.342224 64.151413 l -198.342224 63.604263 l -198.342224 63.057526 l -198.342224 62.511169 l -198.342224 61.965240 l -198.342224 61.419724 l -198.342224 60.874634 l -198.342224 60.329987 l -198.342224 59.785782 l -198.342224 59.242035 l -198.342224 58.698746 l -198.342224 58.155930 l -198.342224 57.613617 l -198.342224 57.071777 l -198.342224 56.530441 l -198.342224 55.989624 l -198.342224 55.449326 l -198.342224 54.909546 l -198.342224 54.370316 l -198.342224 53.831635 l -198.342224 53.293503 l -198.342224 52.755936 l -198.342224 52.416153 l -190.334717 40.156494 179.844223 29.665909 167.584641 21.658295 c -h -168.927292 17.098709 m -151.893066 6.271301 131.678909 0.000000 110.000000 0.000000 c -88.321091 0.000000 68.106926 6.271301 51.072704 17.098709 c -21.657787 17.098709 l -21.657787 17.037201 l -21.657787 16.565491 l -21.657787 16.094940 l -21.657787 15.625534 l -21.657787 15.157288 l -21.657787 14.690231 l -21.657787 14.224350 l -21.657787 13.759644 l -21.657787 13.296158 l -21.657787 12.833878 l -21.657787 12.372803 l -21.657787 11.912964 l -21.657787 11.454346 l -21.657787 10.996979 l -21.657787 10.540863 l -21.657787 10.085999 l -21.657787 9.632416 l -21.657787 9.180099 l -21.657787 8.729065 l -21.657787 8.279343 l -21.657787 7.830902 l -21.657787 7.383789 l -21.657787 6.937988 l -21.657787 6.493515 l -21.657787 6.050369 l -21.657787 5.608582 l -21.657787 5.168152 l -21.657787 4.729065 l -21.657787 4.291367 l -21.657787 3.855042 l -21.657787 3.420105 l -21.657787 2.161011 20.637089 1.140320 19.377995 1.140320 c -18.118900 1.140320 17.098202 2.161011 17.098202 3.420105 c -17.098202 3.855042 l -17.098202 4.291367 l -17.098202 4.729065 l -17.098202 5.168152 l -17.098202 5.608582 l -17.098202 6.050369 l -17.098202 6.493515 l -17.098202 6.937988 l -17.098202 7.383789 l -17.098202 7.830902 l -17.098202 8.279343 l -17.098202 8.729065 l -17.098202 9.180099 l -17.098202 9.632416 l -17.098202 10.085999 l -17.098202 10.540863 l -17.098202 10.996979 l -17.098202 11.454346 l -17.098202 11.912964 l -17.098202 12.372803 l -17.098202 12.833878 l -17.098202 13.296158 l -17.098202 13.759644 l -17.098202 14.224350 l -17.098202 14.690231 l -17.098202 15.157288 l -17.098202 15.625534 l -17.098202 16.094940 l -17.098202 16.565491 l -17.098202 17.037201 l -17.098202 17.098709 l -3.419617 17.098709 l -2.160522 17.098709 1.139816 18.119415 1.139816 19.378510 c -1.139816 20.637604 2.160522 21.658295 3.419617 21.658295 c -17.098202 21.658295 l -17.098202 21.815521 l -17.098202 22.299286 l -17.098202 22.784088 l -17.098202 23.269943 l -17.098202 23.756805 l -17.098202 24.244705 l -17.098202 24.733612 l -17.098202 25.223511 l -17.098202 25.714401 l -17.098202 26.206284 l -17.098202 26.699142 l -17.098202 27.192963 l -17.098202 27.687759 l -17.098202 28.183487 l -17.098202 28.680161 l -17.098202 29.177765 l -17.098202 29.676300 l -17.098202 30.175751 l -17.098202 30.676102 l -17.098202 31.177353 l -17.098202 31.679489 l -17.098202 32.182510 l -17.098202 32.686417 l -17.098202 33.191177 l -17.098202 33.696793 l -17.098202 34.203247 l -17.098202 34.710556 l -17.098202 35.218689 l -17.098202 35.727631 l -17.098202 36.237396 l -17.098202 36.747971 l -17.098202 37.259323 l -17.098202 37.771484 l -17.098202 38.284409 l -17.098202 38.798111 l -17.098202 39.312561 l -17.098202 39.827774 l -17.098202 40.343735 l -17.098202 40.860413 l -17.098202 41.377838 l -17.098202 41.895966 l -17.098202 42.414810 l -17.098202 42.934357 l -17.098202 43.454590 l -17.098202 43.975510 l -17.098202 44.497101 l -17.098202 45.019363 l -17.098202 45.542282 l -17.098202 46.065857 l -17.098202 46.590057 l -17.098202 47.114899 l -17.098202 47.640366 l -17.098202 48.166443 l -17.098202 48.693130 l -17.098202 49.220413 l -17.098202 49.748291 l -17.098202 50.276733 l -17.098202 50.805771 l -17.098202 51.073502 l -6.271109 68.107559 0.000000 88.321426 0.000000 110.000000 c -0.000000 131.678574 6.271109 151.892456 17.098202 168.926498 c -17.098202 169.148193 l -17.098202 169.581818 l -17.098202 170.014023 l -17.098202 170.444824 l -17.098202 170.874207 l -17.098202 171.302139 l -17.098202 171.728638 l -17.098202 172.153702 l -17.098202 172.577301 l -17.098202 172.999435 l -17.098202 173.420105 l -17.098202 173.839279 l -17.098202 174.256958 l -17.098202 174.673157 l -17.098202 175.087830 l -17.098202 175.500992 l -17.098202 175.912628 l -17.098202 176.322739 l -17.098202 176.731293 l -17.098202 177.138306 l -17.098202 177.543762 l -17.098202 177.947632 l -17.098202 178.349945 l -17.098202 178.750656 l -17.098202 179.149780 l -17.098202 179.547302 l -17.098202 179.943207 l -17.098202 180.337509 l -17.098202 180.730164 l -17.098202 181.121185 l -17.098202 181.510574 l -17.098202 181.898285 l -17.098202 182.284363 l -17.098202 182.668747 l -17.098202 183.051453 l -17.098202 183.432480 l -17.098202 183.811798 l -17.098202 184.189423 l -17.098202 184.565323 l -17.098202 184.939499 l -17.098202 185.311951 l -17.098202 185.682663 l -17.098202 186.051620 l -17.098202 186.418823 l -17.098202 186.784256 l -17.098202 187.147919 l -17.098202 187.509796 l -17.098202 187.869873 l -17.098202 188.228165 l -17.098202 188.584641 l -17.098202 188.939301 l -17.098202 189.292145 l -17.098202 189.643127 l -17.098202 189.992294 l -17.098202 190.339600 l -17.098202 190.685028 l -17.098202 191.028610 l -17.098202 191.370300 l -17.098202 191.710114 l -17.098202 192.048019 l -17.098202 192.384033 l -17.098202 192.718124 l -17.098202 193.050308 l -17.098202 193.380554 l -17.098202 193.708862 l -17.098202 194.035233 l -17.098202 194.359634 l -17.098202 194.682083 l -17.098202 195.002548 l -17.098202 195.321045 l -17.098202 195.637543 l -17.098202 195.952042 l -17.098202 196.264542 l -17.098202 196.575027 l -17.098202 196.883484 l -17.098202 197.189896 l -17.098202 197.494293 l -17.098202 197.796616 l -17.098202 198.096893 l -17.098202 198.341721 l -3.419617 198.341721 l -2.160522 198.341721 1.139816 199.362411 1.139816 200.621506 c -1.139816 201.880600 2.160522 202.901306 3.419617 202.901306 c -17.098202 202.901306 l -17.098202 203.140076 l -17.098202 203.399612 l -17.098202 203.656921 l -17.098202 203.911987 l -17.098202 204.164795 l -17.098202 204.415359 l -17.098202 204.663651 l -17.098202 204.909683 l -17.098202 205.153427 l -17.098202 205.394867 l -17.098202 205.634033 l -17.098202 205.870865 l -17.098202 206.105408 l -17.098202 206.337601 l -17.098202 206.567474 l -17.098202 206.794998 l -17.098202 207.020187 l -17.098202 207.242996 l -17.098202 207.463455 l -17.098202 207.681534 l -17.098202 207.897217 l -17.098202 208.110519 l -17.098202 208.321411 l -17.098202 208.529892 l -17.098202 208.735962 l -17.098202 208.939590 l -17.098202 209.140793 l -17.098202 209.339554 l -17.098202 209.535858 l -17.098202 209.729691 l -17.098202 209.921051 l -17.098202 210.109940 l -17.098202 210.296341 l -17.098202 210.480255 l -17.098202 210.661652 l -17.098202 210.840530 l -17.098202 211.016891 l -17.098202 211.190735 l -17.098202 211.362015 l -17.098202 211.530762 l -17.098202 211.696945 l -17.098202 211.860565 l -17.098202 212.021622 l -17.098202 212.180084 l -17.098202 212.335953 l -17.098202 212.489227 l -17.098202 212.639893 l -17.098202 212.787933 l -17.098202 212.933365 l -17.098202 213.076157 l -17.098202 213.216293 l -17.098202 213.353790 l -17.098202 213.488617 l -17.098202 213.620789 l -17.098202 213.750275 l -17.098202 213.877075 l -17.098202 214.001190 l -17.098202 214.122589 l -17.098202 214.241287 l -17.098202 214.357254 l -17.098202 214.470505 l -17.098202 214.581009 l -17.098202 214.688782 l -17.098202 214.793777 l -17.098202 214.896027 l -17.098202 214.995499 l -17.098202 215.092194 l -17.098202 215.186096 l -17.098202 215.277191 l -17.098202 215.365494 l -17.098202 215.450989 l -17.098202 215.533646 l -17.098202 215.613464 l -17.098202 215.690460 l -17.098202 215.764603 l -17.098202 215.835876 l -17.098202 215.904297 l -17.098202 215.969833 l -17.098202 216.032501 l -17.098202 216.092270 l -17.098202 216.149124 l -17.098202 216.203079 l -17.098202 216.254120 l -17.098202 216.302231 l -17.098202 216.347412 l -17.098202 216.389648 l -17.098202 216.428925 l -17.098202 216.465240 l -17.098202 216.498596 l -17.098202 216.528961 l -17.098202 216.556351 l -17.098202 216.580734 l -17.098202 217.839844 18.118900 218.860535 19.377995 218.860535 c -20.637089 218.860535 21.657787 217.839844 21.657787 216.580734 c -21.657787 216.556351 l -21.657787 216.528961 l -21.657787 216.498596 l -21.657787 216.465240 l -21.657787 216.428925 l -21.657787 216.389648 l -21.657787 216.347412 l -21.657787 216.302231 l -21.657787 216.254120 l -21.657787 216.203079 l -21.657787 216.149124 l -21.657787 216.092270 l -21.657787 216.032501 l -21.657787 215.969833 l -21.657787 215.904297 l -21.657787 215.835876 l -21.657787 215.764603 l -21.657787 215.690460 l -21.657787 215.613464 l -21.657787 215.533646 l -21.657787 215.450989 l -21.657787 215.365494 l -21.657787 215.277191 l -21.657787 215.186096 l -21.657787 215.092194 l -21.657787 214.995499 l -21.657787 214.896027 l -21.657787 214.793777 l -21.657787 214.688782 l -21.657787 214.581009 l -21.657787 214.470505 l -21.657787 214.357254 l -21.657787 214.241287 l -21.657787 214.122589 l -21.657787 214.001190 l -21.657787 213.877075 l -21.657787 213.750275 l -21.657787 213.620789 l -21.657787 213.488617 l -21.657787 213.353790 l -21.657787 213.216293 l -21.657787 213.076157 l -21.657787 212.933365 l -21.657787 212.787933 l -21.657787 212.639893 l -21.657787 212.489227 l -21.657787 212.335953 l -21.657787 212.180084 l -21.657787 212.021622 l -21.657787 211.860565 l -21.657787 211.696945 l -21.657787 211.530762 l -21.657787 211.362015 l -21.657787 211.190735 l -21.657787 211.016891 l -21.657787 210.840530 l -21.657787 210.661652 l -21.657787 210.480255 l -21.657787 210.296341 l -21.657787 210.109940 l -21.657787 209.921051 l -21.657787 209.729691 l -21.657787 209.535858 l -21.657787 209.339554 l -21.657787 209.140793 l -21.657787 208.939590 l -21.657787 208.735962 l -21.657787 208.529892 l -21.657787 208.321411 l -21.657787 208.110519 l -21.657787 207.897217 l -21.657787 207.681534 l -21.657787 207.463455 l -21.657787 207.242996 l -21.657787 207.020187 l -21.657787 206.794998 l -21.657787 206.567474 l -21.657787 206.337601 l -21.657787 206.105408 l -21.657787 205.870865 l -21.657787 205.634033 l -21.657787 205.394867 l -21.657787 205.153427 l -21.657787 204.909683 l -21.657787 204.663651 l -21.657787 204.415359 l -21.657787 204.164795 l -21.657787 203.911987 l -21.657787 203.656921 l -21.657787 203.399612 l -21.657787 203.140076 l -21.657787 202.901306 l -51.072716 202.901306 l -68.106934 213.728699 88.321098 220.000000 110.000000 220.000000 c -131.678909 220.000000 151.893066 213.728699 168.927292 202.901291 c -193.747787 202.901291 l -198.342224 202.901291 l -198.342224 202.995255 l -198.342224 203.259918 l -198.342224 203.522263 l -198.342224 203.782303 l -198.342224 204.040024 l -198.342224 204.295395 l -198.342224 204.548431 l -198.342224 204.799118 l -198.342224 205.047440 l -198.342224 205.293381 l -198.342224 205.536957 l -198.342224 205.778137 l -198.342224 206.016922 l -198.342224 206.253296 l -198.342224 206.487244 l -198.342224 206.718781 l -198.342224 206.947876 l -198.342224 207.174530 l -198.342224 207.398727 l -198.342224 207.620468 l -198.342224 207.839737 l -198.342224 208.056519 l -198.342224 208.270813 l -198.342224 208.482620 l -198.342224 208.691910 l -198.342224 208.898682 l -198.342224 209.102936 l -198.342224 209.304642 l -198.342224 209.503815 l -198.342224 209.700424 l -198.342224 209.894470 l -198.342224 210.085953 l -198.342224 210.274857 l -198.342224 210.461166 l -198.342224 210.644867 l -198.342224 210.825974 l -198.342224 211.004456 l -198.342224 211.180313 l -198.342224 211.353546 l -198.342224 211.524124 l -198.342224 211.692047 l -198.342224 211.857315 l -198.342224 212.019897 l -198.342224 212.179810 l -198.342224 212.337021 l -198.342224 212.491547 l -198.342224 212.643356 l -198.342224 212.792450 l -198.342224 212.938812 l -198.342224 213.082443 l -198.342224 213.223343 l -198.342224 213.361465 l -198.342224 213.496841 l -198.342224 213.629440 l -198.342224 213.759247 l -198.342224 213.886276 l -198.342224 214.010498 l -198.342224 214.131912 l -198.342224 214.250519 l -198.342224 214.366287 l -198.342224 214.479218 l -198.342224 214.589310 l -198.342224 214.696548 l -198.342224 214.800919 l -198.342224 214.902420 l -198.342224 215.001038 l -198.342224 215.096771 l -198.342224 215.189606 l -198.342224 215.279526 l -198.342224 215.366516 l -198.342224 215.450592 l -198.342224 215.531723 l -198.342224 215.609924 l -198.342224 215.685165 l -198.342224 215.757431 l -198.342224 215.826736 l -198.342224 215.893051 l -198.342224 215.956375 l -198.342224 216.016708 l -198.342224 216.074020 l -198.342224 216.128326 l -198.342224 216.179596 l -198.342224 216.227829 l -198.342224 216.273010 l -198.342224 216.315155 l -198.342224 216.354218 l -198.342224 216.390213 l -198.342224 216.423126 l -198.342224 216.452957 l -198.342224 216.479675 l -198.342224 216.503296 l -198.342224 216.523788 l -198.342224 216.541153 l -198.342224 216.555374 l -198.342224 216.566467 l -198.342224 216.574387 l -198.342224 216.579147 l -198.342224 216.580215 198.342224 216.580734 200.622009 216.580734 c -202.901794 216.580734 202.901794 216.580215 202.901794 216.579147 c -202.901794 216.574387 l -202.901794 216.566467 l -202.901794 216.555374 l -202.901794 216.541153 l -202.901794 216.523788 l -202.901794 216.503296 l -202.901794 216.479675 l -202.901794 216.452957 l -202.901794 216.423126 l -202.901794 216.390213 l -202.901794 216.354218 l -202.901794 216.315155 l -202.901794 216.273010 l -202.901794 216.227829 l -202.901794 216.179596 l -202.901794 216.128326 l -202.901794 216.074020 l -202.901794 216.016708 l -202.901794 215.956375 l -202.901794 215.893051 l -202.901794 215.826736 l -202.901794 215.757431 l -202.901794 215.685165 l -202.901794 215.609924 l -202.901794 215.531723 l -202.901794 215.450592 l -202.901794 215.366516 l -202.901794 215.279526 l -202.901794 215.189606 l -202.901794 215.096771 l -202.901794 215.001038 l -202.901794 214.902420 l -202.901794 214.800919 l -202.901794 214.696548 l -202.901794 214.589310 l -202.901794 214.479218 l -202.901794 214.366287 l -202.901794 214.250519 l -202.901794 214.131912 l -202.901794 214.010498 l -202.901794 213.886276 l -202.901794 213.759247 l -202.901794 213.629440 l -202.901794 213.496841 l -202.901794 213.361465 l -202.901794 213.223343 l -202.901794 213.082443 l -202.901794 212.938812 l -202.901794 212.792450 l -202.901794 212.643356 l -202.901794 212.491547 l -202.901794 212.337021 l -202.901794 212.179810 l -202.901794 212.019897 l -202.901794 211.857315 l -202.901794 211.692047 l -202.901794 211.524124 l -202.901794 211.353546 l -202.901794 211.180313 l -202.901794 211.004456 l -202.901794 210.825974 l -202.901794 210.644867 l -202.901794 210.461166 l -202.901794 210.274857 l -202.901794 210.085953 l -202.901794 209.894470 l -202.901794 209.700424 l -202.901794 209.503815 l -202.901794 209.304642 l -202.901794 209.102936 l -202.901794 208.898682 l -202.901794 208.691910 l -202.901794 208.482620 l -202.901794 208.270813 l -202.901794 208.056519 l -202.901794 207.839737 l -202.901794 207.620468 l -202.901794 207.398727 l -202.901794 207.174530 l -202.901794 206.947876 l -202.901794 206.718781 l -202.901794 206.487244 l -202.901794 206.253296 l -202.901794 206.016922 l -202.901794 205.778137 l -202.901794 205.536957 l -202.901794 205.293381 l -202.901794 205.047440 l -202.901794 204.799118 l -202.901794 204.548431 l -202.901794 204.295395 l -202.901794 204.040024 l -202.901794 203.782303 l -202.901794 203.522263 l -202.901794 203.259918 l -202.901794 202.995255 l -202.901794 202.901291 l -210.475876 202.901291 l -215.004608 202.901291 l -216.180130 202.901291 l -216.479431 202.901291 l -216.554932 202.901291 l -216.573898 202.901291 l -216.578644 202.901291 l -216.579697 202.901291 216.580231 202.901291 216.580231 200.621506 c -216.580231 198.341705 216.579697 198.341705 216.578644 198.341705 c -216.573898 198.341705 l -216.554932 198.341705 l -216.479431 198.341705 l -216.180130 198.341705 l -215.004608 198.341705 l -210.475876 198.341705 l -202.901794 198.341705 l -202.901794 198.151825 l -202.901794 197.847198 l -202.901794 197.540436 l -202.901794 197.231537 l -202.901794 196.920532 l -202.901794 196.607422 l -202.901794 196.292206 l -202.901794 195.974915 l -202.901794 195.655533 l -202.901794 195.334076 l -202.901794 195.010574 l -202.901794 194.685013 l -202.901794 194.357407 l -202.901794 194.027771 l -202.901794 193.696106 l -202.901794 193.362427 l -202.901794 193.026749 l -202.901794 192.689072 l -202.901794 192.349396 l -202.901794 192.007751 l -202.901794 191.664139 l -202.901794 191.318558 l -202.901794 190.971024 l -202.901794 190.621552 l -202.901794 190.270142 l -202.901794 189.916824 l -202.901794 189.561569 l -202.901794 189.204422 l -202.901794 188.845383 l -202.901794 188.484436 l -202.901794 188.121628 l -202.901794 187.756943 l -202.901794 187.390396 l -202.901794 187.022003 l -202.901794 186.651764 l -202.901794 186.279694 l -202.901794 185.905807 l -202.901794 185.530090 l -202.901794 185.152588 l -202.901794 184.773270 l -202.901794 184.392181 l -202.901794 184.009308 l -202.901794 183.624664 l -202.901794 183.238251 l -202.901794 182.850098 l -202.901794 182.460205 l -202.901794 182.068573 l -202.901794 181.675217 l -202.901794 181.280151 l -202.901794 180.883362 l -202.901794 180.484894 l -202.901794 180.084747 l -202.901794 179.682907 l -202.901794 179.279404 l -202.901794 178.874237 l -202.901794 178.467422 l -202.901794 178.058960 l -202.901794 177.648880 l -202.901794 177.237167 l -202.901794 176.823837 l -202.901794 176.408905 l -202.901794 175.992386 l -202.901794 175.574280 l -202.901794 175.154587 l -202.901794 174.733322 l -202.901794 174.310501 l -202.901794 173.886139 l -202.901794 173.460220 l -202.901794 173.032776 l -202.901794 172.603821 l -202.901794 172.173340 l -202.901794 171.741348 l -202.901794 171.307877 l -202.901794 170.872910 l -202.901794 170.436462 l -202.901794 169.998550 l -202.901794 169.559174 l -202.901794 169.118362 l -202.901794 168.926514 l -213.728897 151.892456 220.000000 131.678574 220.000000 110.000000 c -220.000000 88.321426 213.728897 68.107544 202.901794 51.073486 c -202.901794 50.611511 l -202.901794 50.076904 l -202.901794 49.542923 l -202.901794 49.009567 l -202.901794 48.476852 l -202.901794 47.944794 l -202.901794 47.413376 l -202.901794 46.882629 l -202.901794 46.352570 l -202.901794 45.823181 l -202.901794 45.294479 l -202.901794 44.766495 l -202.901794 44.239212 l -202.901794 43.712646 l -202.901794 43.186829 l -202.901794 42.661728 l -202.901794 42.137390 l -202.901794 41.613800 l -202.901794 41.090973 l -202.901794 40.568939 l -202.901794 40.047668 l -202.901794 39.527206 l -202.901794 39.007538 l -202.901794 38.488678 l -202.901794 37.970657 l -202.901794 37.453445 l -202.901794 36.937088 l -202.901794 36.421570 l -202.901794 35.906906 l -202.901794 35.393112 l -202.901794 34.880188 l -202.901794 34.368164 l -202.901794 33.857025 l -202.901794 33.346786 l -202.901794 32.837463 l -202.901794 32.329056 l -202.901794 31.821579 l -202.901794 31.315048 l -202.901794 30.809464 l -202.901794 30.304825 l -202.901794 29.801163 l -202.901794 29.298477 l -202.901794 28.796783 l -202.901794 28.296066 l -202.901794 27.796356 l -202.901794 27.297668 l -202.901794 26.800003 l -202.901794 26.303360 l -202.901794 25.807755 l -202.901794 25.313202 l -202.901794 24.819702 l -202.901794 24.327286 l -202.901794 23.835922 l -202.901794 23.345657 l -202.901794 22.856491 l -202.901794 22.368423 l -202.901794 21.881454 l -202.901794 21.658279 l -210.475876 21.658279 l -215.004608 21.658279 l -216.180130 21.658279 l -216.479431 21.658279 l -216.554932 21.658279 l -216.573898 21.658279 l -216.578644 21.658279 l -216.579697 21.658279 216.580231 21.658279 216.580231 19.378494 c -216.580231 17.098694 216.579697 17.098709 216.578644 17.098709 c -216.573898 17.098709 l -216.554932 17.098709 l -216.479431 17.098709 l -216.180130 17.098709 l -215.004608 17.098709 l -210.475876 17.098709 l -202.901794 17.098709 l -202.901794 17.075089 l -202.901794 16.600967 l -202.901794 16.128067 l -202.901794 15.656403 l -202.901794 15.185974 l -202.901794 14.716812 l -202.901794 14.248886 l -202.901794 13.782242 l -202.901794 13.316864 l -202.901794 12.852783 l -202.901794 12.389984 l -202.901794 11.928497 l -202.901794 11.468323 l -202.901794 11.009476 l -202.901794 10.551941 l -202.901794 10.095764 l -202.901794 9.640930 l -202.901794 9.187469 l -202.901794 8.735352 l -202.901794 8.284637 l -202.901794 7.835281 l -202.901794 7.387344 l -202.901794 6.940796 l -202.901794 6.495667 l -202.901794 6.051956 l -202.901794 5.609695 l -202.901794 5.168854 l -202.901794 4.729477 l -202.901794 4.291550 l -202.901794 3.855087 l -202.901794 3.420105 l -202.901794 2.161011 201.881104 1.140320 200.622009 1.140320 c -199.362915 1.140320 198.342224 2.161011 198.342224 3.420105 c -198.342224 3.855087 l -198.342224 4.291550 l -198.342224 4.729477 l -198.342224 5.168854 l -198.342224 5.609695 l -198.342224 6.051956 l -198.342224 6.495667 l -198.342224 6.940796 l -198.342224 7.387344 l -198.342224 7.835281 l -198.342224 8.284637 l -198.342224 8.735352 l -198.342224 9.187469 l -198.342224 9.640930 l -198.342224 10.095764 l -198.342224 10.551941 l -198.342224 11.009476 l -198.342224 11.468323 l -198.342224 11.928497 l -198.342224 12.389984 l -198.342224 12.852783 l -198.342224 13.316864 l -198.342224 13.782242 l -198.342224 14.248886 l -198.342224 14.716812 l -198.342224 15.185974 l -198.342224 15.656403 l -198.342224 16.128067 l -198.342224 16.600967 l -198.342224 17.075089 l -198.342224 17.098709 l -193.747787 17.098709 l -168.927292 17.098709 l -h -216.580231 19.378494 m -216.580231 21.658279 l -217.839325 21.658279 218.860016 20.637589 218.860016 19.378494 c -218.860016 18.119400 217.839325 17.098694 216.580231 17.098694 c -216.580231 19.378494 l -h -198.342224 44.447235 m -198.342224 44.239212 l -198.342224 43.712646 l -198.342224 43.186829 l -198.342224 42.661728 l -198.342224 42.137390 l -198.342224 41.613800 l -198.342224 41.090973 l -198.342224 40.568939 l -198.342224 40.047668 l -198.342224 39.527206 l -198.342224 39.007538 l -198.342224 38.488678 l -198.342224 37.970657 l -198.342224 37.453445 l -198.342224 36.937088 l -198.342224 36.421570 l -198.342224 35.906906 l -198.342224 35.393112 l -198.342224 34.880188 l -198.342224 34.368164 l -198.342224 33.857025 l -198.342224 33.346786 l -198.342224 32.837463 l -198.342224 32.329056 l -198.342224 31.821579 l -198.342224 31.315048 l -198.342224 30.809464 l -198.342224 30.304825 l -198.342224 29.801163 l -198.342224 29.298477 l -198.342224 28.796783 l -198.342224 28.296066 l -198.342224 27.796356 l -198.342224 27.297668 l -198.342224 26.800003 l -198.342224 26.303360 l -198.342224 25.807755 l -198.342224 25.313202 l -198.342224 24.819702 l -198.342224 24.327286 l -198.342224 23.835922 l -198.342224 23.345657 l -198.342224 22.856491 l -198.342224 22.368423 l -198.342224 21.881454 l -198.342224 21.658295 l -193.747787 21.658295 l -175.553467 21.658295 l -184.217926 28.098251 191.902328 35.782730 198.342224 44.447235 c -h -202.901794 60.087479 m -210.901276 74.945633 215.440414 91.942734 215.440414 110.000000 c -215.440414 128.057266 210.901276 145.054367 202.901794 159.912521 c -202.901794 159.542328 l -202.901794 159.071930 l -202.901794 158.600266 l -202.901794 158.127380 l -202.901794 157.653275 l -202.901794 157.177963 l -202.901794 156.701431 l -202.901794 156.223724 l -202.901794 155.744812 l -202.901794 155.264740 l -202.901794 154.783478 l -202.901794 154.301086 l -202.901794 153.817535 l -202.901794 153.332825 l -202.901794 152.847015 l -202.901794 152.360062 l -202.901794 151.872009 l -202.901794 151.382843 l -202.901794 150.892578 l -202.901794 150.401245 l -202.901794 149.908813 l -202.901794 149.415344 l -202.901794 148.920807 l -202.901794 148.425201 l -202.901794 147.928574 l -202.901794 147.430908 l -202.901794 146.932220 l -202.901794 146.432526 l -202.901794 145.931824 l -202.901794 145.430145 l -202.901794 144.927460 l -202.901794 144.423798 l -202.901794 143.919189 l -202.901794 143.413605 l -202.901794 142.907074 l -202.901794 142.399628 l -202.901794 141.891220 l -202.901794 141.381897 l -202.901794 140.871674 l -202.901794 140.360550 l -202.901794 139.848511 l -202.901794 139.335602 l -202.901794 138.821823 l -202.901794 138.307175 l -202.901794 137.791656 l -202.901794 137.275299 l -202.901794 136.758118 l -202.901794 136.240082 l -202.901794 135.721237 l -202.901794 135.201584 l -202.901794 134.681122 l -202.901794 134.159866 l -202.901794 133.637817 l -202.901794 133.115021 l -202.901794 132.591431 l -202.901794 132.067108 l -202.901794 131.542023 l -202.901794 131.016190 l -202.901794 130.489639 l -202.901794 129.962372 l -202.901794 129.434387 l -202.901794 128.905701 l -202.901794 128.376312 l -202.901794 127.846245 l -202.901794 127.315514 l -202.901794 126.784103 l -202.901794 126.252045 l -202.901794 125.719337 l -202.901794 125.185989 l -202.901794 124.652016 l -202.901794 124.117416 l -202.901794 123.582207 l -202.901794 123.046402 l -202.901794 122.509995 l -202.901794 121.973015 l -202.901794 121.435448 l -202.901794 120.897324 l -202.901794 120.358643 l -202.901794 119.819412 l -202.901794 119.279648 l -202.901794 118.739349 l -202.901794 118.198532 l -202.901794 117.657211 l -202.901794 117.115379 l -202.901794 116.573059 l -202.901794 116.030258 l -202.901794 115.486977 l -202.901794 114.943230 l -202.901794 114.399033 l -202.901794 113.854385 l -202.901794 113.309303 l -202.901794 112.763786 l -202.901794 112.217857 l -202.901794 111.671516 l -202.901794 111.124771 l -202.901794 110.577637 l -202.901794 110.030113 l -202.901794 109.482224 l -202.901794 108.933960 l -202.901794 108.385353 l -202.901794 107.836388 l -202.901794 107.287094 l -202.901794 106.737465 l -202.901794 106.187523 l -202.901794 105.637268 l -202.901794 105.086708 l -202.901794 104.535858 l -202.901794 103.984734 l -202.901794 103.433327 l -202.901794 102.881653 l -202.901794 102.329735 l -202.901794 101.777565 l -202.901794 101.225151 l -202.901794 100.672516 l -202.901794 100.119659 l -202.901794 99.566597 l -202.901794 99.013336 l -202.901794 98.459877 l -202.901794 97.906235 l -202.901794 97.352425 l -202.901794 96.798447 l -202.901794 96.244316 l -202.901794 95.690041 l -202.901794 95.135628 l -202.901794 94.581085 l -202.901794 94.026421 l -202.901794 93.471649 l -202.901794 92.916779 l -202.901794 92.361816 l -202.901794 91.806778 l -202.901794 91.251648 l -202.901794 90.696472 l -202.901794 90.141235 l -202.901794 89.585953 l -202.901794 89.030640 l -202.901794 88.475296 l -202.901794 87.919922 l -202.901794 87.364548 l -202.901794 86.809189 l -202.901794 86.253815 l -202.901794 85.698471 l -202.901794 85.143158 l -202.901794 84.587875 l -202.901794 84.032639 l -202.901794 83.477463 l -202.901794 82.922333 l -202.901794 82.367294 l -202.901794 81.812332 l -202.901794 81.257462 l -202.901794 80.702682 l -202.901794 80.148026 l -202.901794 79.593475 l -202.901794 79.039062 l -202.901794 78.484787 l -202.901794 77.930649 l -202.901794 77.376678 l -202.901794 76.822861 l -202.901794 76.269226 l -202.901794 75.715759 l -202.901794 75.162491 l -202.901794 74.609436 l -202.901794 74.056580 l -202.901794 73.503937 l -202.901794 72.951523 l -202.901794 72.399353 l -202.901794 71.847427 l -202.901794 71.295761 l -202.901794 70.744354 l -202.901794 70.193207 l -202.901794 69.642365 l -202.901794 69.091797 l -202.901794 68.541550 l -202.901794 67.991592 l -202.901794 67.441971 l -202.901794 66.892670 l -202.901794 66.343704 l -202.901794 65.795090 l -202.901794 65.246826 l -202.901794 64.698929 l -202.901794 64.151413 l -202.901794 63.604263 l -202.901794 63.057526 l -202.901794 62.511169 l -202.901794 61.965240 l -202.901794 61.419724 l -202.901794 60.874634 l -202.901794 60.329987 l -202.901794 60.087479 l -h -198.342224 175.552765 m -198.342224 175.574280 l -198.342224 175.992386 l -198.342224 176.408905 l -198.342224 176.823837 l -198.342224 177.237167 l -198.342224 177.648880 l -198.342224 178.058960 l -198.342224 178.467422 l -198.342224 178.874237 l -198.342224 179.279404 l -198.342224 179.682907 l -198.342224 180.084747 l -198.342224 180.484894 l -198.342224 180.883362 l -198.342224 181.280151 l -198.342224 181.675217 l -198.342224 182.068573 l -198.342224 182.460205 l -198.342224 182.850098 l -198.342224 183.238251 l -198.342224 183.624664 l -198.342224 184.009308 l -198.342224 184.392181 l -198.342224 184.773270 l -198.342224 185.152588 l -198.342224 185.530090 l -198.342224 185.905807 l -198.342224 186.279694 l -198.342224 186.651764 l -198.342224 187.022003 l -198.342224 187.390396 l -198.342224 187.756943 l -198.342224 188.121628 l -198.342224 188.484436 l -198.342224 188.845383 l -198.342224 189.204422 l -198.342224 189.561569 l -198.342224 189.916824 l -198.342224 190.270142 l -198.342224 190.621552 l -198.342224 190.971024 l -198.342224 191.318558 l -198.342224 191.664139 l -198.342224 192.007751 l -198.342224 192.349396 l -198.342224 192.689072 l -198.342224 193.026749 l -198.342224 193.362427 l -198.342224 193.696106 l -198.342224 194.027771 l -198.342224 194.357407 l -198.342224 194.685013 l -198.342224 195.010574 l -198.342224 195.334076 l -198.342224 195.655533 l -198.342224 195.974915 l -198.342224 196.292206 l -198.342224 196.607422 l -198.342224 196.920532 l -198.342224 197.231537 l -198.342224 197.540436 l -198.342224 197.847198 l -198.342224 198.151825 l -198.342224 198.341705 l -193.747787 198.341705 l -175.553452 198.341705 l -184.217911 191.901749 191.902328 184.217270 198.342224 175.552765 c -h -216.580231 200.621506 m -216.580231 202.901291 l -217.839325 202.901291 218.860016 201.880600 218.860016 200.621506 c -218.860016 199.362411 217.839325 198.341705 216.580231 198.341705 c -216.580231 200.621506 l -h -200.622009 216.580734 m -198.342224 216.580734 l -198.342224 217.839844 199.362915 218.860535 200.622009 218.860535 c -201.881104 218.860535 202.901794 217.839844 202.901794 216.580734 c -200.622009 216.580734 l -h -159.913452 202.901291 m -145.055084 210.901093 128.057648 215.440414 110.000000 215.440414 c -91.942360 215.440414 74.944931 210.901093 60.086563 202.901306 c -137.930344 202.901291 l -159.913452 202.901291 l -h -44.446552 198.341721 m -21.657787 198.341721 l -21.657787 198.096893 l -21.657787 197.796616 l -21.657787 197.494293 l -21.657787 197.189896 l -21.657787 196.883484 l -21.657787 196.575027 l -21.657787 196.264542 l -21.657787 195.952042 l -21.657787 195.637543 l -21.657787 195.321045 l -21.657787 195.002548 l -21.657787 194.682083 l -21.657787 194.359634 l -21.657787 194.035233 l -21.657787 193.708862 l -21.657787 193.380554 l -21.657787 193.050308 l -21.657787 192.718124 l -21.657787 192.384033 l -21.657787 192.048019 l -21.657787 191.710114 l -21.657787 191.370300 l -21.657787 191.028610 l -21.657787 190.685028 l -21.657787 190.339600 l -21.657787 189.992294 l -21.657787 189.643127 l -21.657787 189.292145 l -21.657787 188.939301 l -21.657787 188.584641 l -21.657787 188.228165 l -21.657787 187.869873 l -21.657787 187.509796 l -21.657787 187.147919 l -21.657787 186.784256 l -21.657787 186.418823 l -21.657787 186.051620 l -21.657787 185.682663 l -21.657787 185.311951 l -21.657787 184.939499 l -21.657787 184.565323 l -21.657787 184.189423 l -21.657787 183.811798 l -21.657787 183.432480 l -21.657787 183.051453 l -21.657787 182.668747 l -21.657787 182.284363 l -21.657787 181.898285 l -21.657787 181.510574 l -21.657787 181.121185 l -21.657787 180.730164 l -21.657787 180.337509 l -21.657787 179.943207 l -21.657787 179.547302 l -21.657787 179.149780 l -21.657787 178.750656 l -21.657787 178.349945 l -21.657787 177.947632 l -21.657787 177.543762 l -21.657787 177.138306 l -21.657787 176.731293 l -21.657787 176.322739 l -21.657787 175.912628 l -21.657787 175.552780 l -28.097681 184.217285 35.782097 191.901764 44.446552 198.341721 c -h -17.098202 159.912506 m -9.098716 145.054352 4.559585 128.057266 4.559585 110.000000 c -4.559585 91.942734 9.098716 74.945648 17.098202 60.087494 c -17.098202 60.416183 l -17.098202 60.954437 l -17.098202 61.493088 l -17.098202 62.032135 l -17.098202 62.571564 l -17.098202 63.111374 l -17.098202 63.651535 l -17.098202 64.192062 l -17.098202 64.732941 l -17.098202 65.274155 l -17.098202 65.815704 l -17.098202 66.357559 l -17.098202 66.899750 l -17.098202 67.442230 l -17.098202 67.985016 l -17.098202 68.528091 l -17.098202 69.071442 l -17.098202 69.615067 l -17.098202 70.158951 l -17.098202 70.703094 l -17.098202 71.247467 l -17.098202 71.792099 l -17.098202 72.336945 l -17.098202 72.882019 l -17.098202 73.427292 l -17.098202 73.972778 l -17.098202 74.518448 l -17.098202 75.064301 l -17.098202 75.610336 l -17.098202 76.156540 l -17.098202 76.702911 l -17.098202 77.249420 l -17.098202 77.796082 l -17.098202 78.342865 l -17.098202 78.889786 l -17.098202 79.436813 l -17.098202 79.983948 l -17.098202 80.531189 l -17.098202 81.078522 l -17.098202 81.625931 l -17.098202 82.173416 l -17.098202 82.720963 l -17.098202 83.268570 l -17.098202 83.816208 l -17.098202 84.363907 l -17.098202 84.911621 l -17.098202 85.459366 l -17.098202 86.007126 l -17.098202 86.554886 l -17.098202 87.102646 l -17.098202 87.650391 l -17.098202 88.198105 l -17.098202 88.745804 l -17.098202 89.293457 l -17.098202 89.841064 l -17.098202 90.388611 l -17.098202 90.936096 l -17.098202 91.483521 l -17.098202 92.030853 l -17.098202 92.578094 l -17.098202 93.125237 l -17.098202 93.672272 l -17.098202 94.219193 l -17.098202 94.765991 l -17.098202 95.312660 l -17.098202 95.859177 l -17.098202 96.405548 l -17.098202 96.951767 l -17.098202 97.497810 l -17.098202 98.043678 l -17.098202 98.589363 l -17.098202 99.134857 l -17.098202 99.680145 l -17.098202 100.225227 l -17.098202 100.770088 l -17.098202 101.314720 l -17.098202 101.859123 l -17.098202 102.403275 l -17.098202 102.947174 l -17.098202 103.490807 l -17.098202 104.034180 l -17.098202 104.577263 l -17.098202 105.120064 l -17.098202 105.662567 l -17.098202 106.204765 l -17.098202 106.746651 l -17.098202 107.288216 l -17.098202 107.829453 l -17.098202 108.370338 l -17.098202 108.910889 l -17.098202 109.451080 l -17.098202 109.990898 l -17.098202 110.530350 l -17.098202 111.069420 l -17.098202 111.608093 l -17.098202 112.146378 l -17.098202 112.684242 l -17.098202 113.221695 l -17.098202 113.758728 l -17.098202 114.295319 l -17.098202 114.831474 l -17.098202 115.367172 l -17.098202 115.902412 l -17.098202 116.437187 l -17.098202 116.971481 l -17.098202 117.505295 l -17.098202 118.038612 l -17.098202 118.571426 l -17.098202 119.103729 l -17.098202 119.635513 l -17.098202 120.166763 l -17.098202 120.697487 l -17.098202 121.227654 l -17.098202 121.757271 l -17.098202 122.286331 l -17.098202 122.814812 l -17.098202 123.342720 l -17.098202 123.870033 l -17.098202 124.396751 l -17.098202 124.922867 l -17.098202 125.448364 l -17.098202 125.973236 l -17.098202 126.497482 l -17.098202 127.021088 l -17.098202 127.544044 l -17.098202 128.066345 l -17.098202 128.587982 l -17.098202 129.108932 l -17.098202 129.629211 l -17.098202 130.148788 l -17.098202 130.667664 l -17.098202 131.185852 l -17.098202 131.703308 l -17.098202 132.220032 l -17.098202 132.736023 l -17.098202 133.251282 l -17.098202 133.765778 l -17.098202 134.279510 l -17.098202 134.792480 l -17.098202 135.304688 l -17.098202 135.816086 l -17.098202 136.326691 l -17.098202 136.836517 l -17.098202 137.345505 l -17.098202 137.853683 l -17.098202 138.361023 l -17.098202 138.867538 l -17.098202 139.373199 l -17.098202 139.878021 l -17.098202 140.381958 l -17.098202 140.885025 l -17.098202 141.387207 l -17.098202 141.888519 l -17.098202 142.388916 l -17.098202 142.888428 l -17.098202 143.386993 l -17.098202 143.884659 l -17.098202 144.381378 l -17.098202 144.877167 l -17.098202 145.372009 l -17.098202 145.865891 l -17.098202 146.358795 l -17.098202 146.850739 l -17.098202 147.341675 l -17.098202 147.831635 l -17.098202 148.320602 l -17.098202 148.808548 l -17.098202 149.295471 l -17.098202 149.781387 l -17.098202 150.266251 l -17.098202 150.750076 l -17.098202 151.232849 l -17.098202 151.714554 l -17.098202 152.195190 l -17.098202 152.674744 l -17.098202 153.153229 l -17.098202 153.630615 l -17.098202 154.106873 l -17.098202 154.582047 l -17.098202 155.056091 l -17.098202 155.528992 l -17.098202 156.000763 l -17.098202 156.471390 l -17.098202 156.940857 l -17.098202 157.409164 l -17.098202 157.876297 l -17.098202 158.342239 l -17.098202 158.807007 l -17.098202 159.270569 l -17.098202 159.732910 l -17.098202 159.912506 l -h -21.657787 44.447220 m -21.657787 43.975510 l -21.657787 43.454590 l -21.657787 42.934357 l -21.657787 42.414810 l -21.657787 41.895966 l -21.657787 41.377838 l -21.657787 40.860413 l -21.657787 40.343735 l -21.657787 39.827774 l -21.657787 39.312561 l -21.657787 38.798111 l -21.657787 38.284409 l -21.657787 37.771484 l -21.657787 37.259323 l -21.657787 36.747971 l -21.657787 36.237396 l -21.657787 35.727631 l -21.657787 35.218689 l -21.657787 34.710556 l -21.657787 34.203247 l -21.657787 33.696793 l -21.657787 33.191177 l -21.657787 32.686417 l -21.657787 32.182510 l -21.657787 31.679489 l -21.657787 31.177353 l -21.657787 30.676102 l -21.657787 30.175751 l -21.657787 29.676300 l -21.657787 29.177765 l -21.657787 28.680161 l -21.657787 28.183487 l -21.657787 27.687759 l -21.657787 27.192963 l -21.657787 26.699142 l -21.657787 26.206284 l -21.657787 25.714401 l -21.657787 25.223511 l -21.657787 24.733612 l -21.657787 24.244705 l -21.657787 23.756805 l -21.657787 23.269943 l -21.657787 22.784088 l -21.657787 22.299286 l -21.657787 21.815521 l -21.657787 21.658295 l -44.446537 21.658295 l -35.782089 28.098251 28.097677 35.782715 21.657787 44.447220 c -h -f* -n -Q -q -q -/E2 gs -/E3 gs -1.000000 0.000000 -0.000000 1.000000 36.476562 30.777100 cm -/Pattern cs -/P1 scn -61.759487 152.745850 m -56.886787 152.745850 52.936687 148.795746 52.936687 143.923050 c -52.936687 139.050354 56.886787 135.100250 61.759487 135.100250 c -84.498734 135.100250 102.932541 116.666443 102.932541 93.927200 c -102.932541 89.054504 106.882645 85.104401 111.755341 85.104401 c -116.628036 85.104401 120.578133 89.054504 120.578133 93.927200 c -120.578133 126.411842 94.244133 152.745850 61.759487 152.745850 c -h -0.000000 67.458984 m -0.000000 62.586288 3.950101 58.636185 8.822798 58.636185 c -13.695495 58.636185 17.645596 62.586288 17.645596 67.458984 c -17.645596 90.198235 36.079403 108.632050 58.818653 108.632050 c -63.691349 108.632050 67.641449 112.582146 67.641449 117.454842 c -67.641449 122.327545 63.691349 126.277634 58.818649 126.277634 c -26.334009 126.277634 0.000000 99.943626 0.000000 67.458984 c -h -85.287888 5.699493 m -90.160583 5.699493 94.110687 9.649597 94.110687 14.522293 c -94.110687 19.394989 90.160591 23.345093 85.287888 23.345093 c -62.548641 23.345093 44.114834 41.778900 44.114838 64.518150 c -44.114838 69.390846 40.164738 73.340942 35.292042 73.340950 c -30.419344 73.340950 26.469246 69.390846 26.469244 64.518150 c -26.469242 32.033508 52.803246 5.699493 85.287888 5.699493 c -h -138.224564 99.809158 m -143.097260 99.809158 147.047363 95.859062 147.047363 90.986359 c -147.047363 58.501717 120.713348 32.167717 88.228706 32.167717 c -83.356010 32.167717 79.405914 36.117813 79.405914 40.990517 c -79.405914 45.863213 83.356010 49.813309 88.228706 49.813309 c -110.967957 49.813309 129.401764 68.247116 129.401764 90.986366 c -129.401764 95.859062 133.351868 99.809158 138.224564 99.809158 c -h -f* -n -Q -q -/E4 gs -1.000000 0.000000 -0.000000 1.000000 36.476562 30.777100 cm -/Pattern cs -/P2 scn -61.759487 152.745850 m -56.886787 152.745850 52.936687 148.795746 52.936687 143.923050 c -52.936687 139.050354 56.886787 135.100250 61.759487 135.100250 c -84.498734 135.100250 102.932541 116.666443 102.932541 93.927200 c -102.932541 89.054504 106.882645 85.104401 111.755341 85.104401 c -116.628036 85.104401 120.578133 89.054504 120.578133 93.927200 c -120.578133 126.411842 94.244133 152.745850 61.759487 152.745850 c -h -0.000000 67.458984 m -0.000000 62.586288 3.950101 58.636185 8.822798 58.636185 c -13.695495 58.636185 17.645596 62.586288 17.645596 67.458984 c -17.645596 90.198235 36.079403 108.632050 58.818653 108.632050 c -63.691349 108.632050 67.641449 112.582146 67.641449 117.454842 c -67.641449 122.327545 63.691349 126.277634 58.818649 126.277634 c -26.334009 126.277634 0.000000 99.943626 0.000000 67.458984 c -h -85.287888 5.699493 m -90.160583 5.699493 94.110687 9.649597 94.110687 14.522293 c -94.110687 19.394989 90.160591 23.345093 85.287888 23.345093 c -62.548641 23.345093 44.114834 41.778900 44.114838 64.518150 c -44.114838 69.390846 40.164738 73.340942 35.292042 73.340950 c -30.419344 73.340950 26.469246 69.390846 26.469244 64.518150 c -26.469242 32.033508 52.803246 5.699493 85.287888 5.699493 c -h -138.224564 99.809158 m -143.097260 99.809158 147.047363 95.859062 147.047363 90.986359 c -147.047363 58.501717 120.713348 32.167717 88.228706 32.167717 c -83.356010 32.167717 79.405914 36.117813 79.405914 40.990517 c -79.405914 45.863213 83.356010 49.813309 88.228706 49.813309 c -110.967957 49.813309 129.401764 68.247116 129.401764 90.986366 c -129.401764 95.859062 133.351868 99.809158 138.224564 99.809158 c -h -f* -n -Q -/E5 gs -q -/E6 gs -1.000000 0.000000 -0.000000 1.000000 36.476562 30.777100 cm -0.287500 0.287500 0.287500 scn -58.818649 126.277634 m -58.818649 129.127380 l -58.818649 129.127380 l -58.818649 126.277634 l -h -44.114838 64.518150 m -46.964581 64.518150 l -46.964581 64.518150 l -44.114838 64.518150 l -h -35.292042 73.340950 m -35.292046 76.190689 l -35.292042 76.190689 l -35.292042 73.340950 l -h -26.469244 64.518150 m -23.619503 64.518150 l -23.619503 64.518150 l -26.469244 64.518150 l -h -55.786430 143.923050 m -55.786430 147.221878 58.460655 149.896103 61.759487 149.896103 c -61.759487 155.595596 l -55.312920 155.595596 50.086945 150.369614 50.086945 143.923050 c -55.786430 143.923050 l -h -61.759487 137.949997 m -58.460655 137.949997 55.786430 140.624222 55.786430 143.923050 c -50.086945 143.923050 l -50.086945 137.476486 55.312920 132.250519 61.759487 132.250519 c -61.759487 137.949997 l -h -105.782280 93.927200 m -105.782280 118.240311 86.072601 137.949997 61.759487 137.949997 c -61.759487 132.250519 l -82.924866 132.250519 100.082802 115.092575 100.082802 93.927200 c -105.782280 93.927200 l -h -111.755341 87.954140 m -108.456512 87.954140 105.782280 90.628372 105.782280 93.927200 c -100.082802 93.927200 l -100.082802 87.480629 105.308777 82.254662 111.755341 82.254662 c -111.755341 87.954140 l -h -117.728394 93.927200 m -117.728394 90.628372 115.054169 87.954140 111.755341 87.954140 c -111.755341 82.254662 l -118.201904 82.254662 123.427872 87.480637 123.427872 93.927200 c -117.728394 93.927200 l -h -61.759487 149.896103 m -92.670265 149.896103 117.728394 124.837975 117.728394 93.927200 c -123.427872 93.927200 l -123.427872 127.985710 95.818001 155.595596 61.759487 155.595596 c -61.759487 149.896103 l -h -8.822798 61.485924 m -5.523971 61.485924 2.849741 64.160156 2.849741 67.458984 c --2.849741 67.458984 l --2.849741 61.012421 2.376232 55.786446 8.822798 55.786446 c -8.822798 61.485924 l -h -14.795855 67.458984 m -14.795855 64.160156 12.121625 61.485924 8.822798 61.485924 c -8.822798 55.786446 l -15.269364 55.786446 20.495337 61.012421 20.495337 67.458984 c -14.795855 67.458984 l -h -58.818653 111.481789 m -34.505535 111.481789 14.795855 91.772102 14.795855 67.458984 c -20.495337 67.458984 l -20.495337 88.624367 37.653271 105.782303 58.818653 105.782303 c -58.818653 111.481789 l -h -64.791710 117.454842 m -64.791710 114.156013 62.117481 111.481789 58.818653 111.481789 c -58.818653 105.782303 l -65.265221 105.782303 70.491188 111.008278 70.491188 117.454842 c -64.791710 117.454842 l -h -58.818649 123.427895 m -62.117481 123.427895 64.791710 120.753670 64.791710 117.454842 c -70.491188 117.454842 l -70.491188 123.901413 65.265213 129.127380 58.818649 129.127380 c -58.818649 123.427895 l -h -2.849741 67.458984 m -2.849741 98.369759 27.907877 123.427895 58.818649 123.427895 c -58.818649 129.127380 l -24.760141 129.127380 -2.849741 101.517494 -2.849741 67.458984 c -2.849741 67.458984 l -h -91.260948 14.522293 m -91.260948 11.223465 88.586716 8.549240 85.287888 8.549240 c -85.287888 2.849747 l -91.734451 2.849747 96.960426 8.075729 96.960426 14.522293 c -91.260948 14.522293 l -h -85.287888 20.495346 m -88.586723 20.495346 91.260948 17.821121 91.260948 14.522293 c -96.960426 14.522293 l -96.960426 20.968857 91.734459 26.194832 85.287888 26.194832 c -85.287888 20.495346 l -h -41.265095 64.518150 m -41.265091 40.205032 60.974773 20.495346 85.287888 20.495346 c -85.287888 26.194832 l -64.122513 26.194832 46.964577 43.352768 46.964581 64.518150 c -41.265095 64.518150 l -h -35.292038 70.491211 m -38.590870 70.491203 41.265095 67.816978 41.265095 64.518150 c -46.964581 64.518150 l -46.964581 70.964714 41.738605 76.190681 35.292046 76.190689 c -35.292038 70.491211 l -h -29.318985 64.518150 m -29.318987 67.816978 31.993216 70.491211 35.292042 70.491211 c -35.292042 76.190689 l -28.845472 76.190689 23.619505 70.964714 23.619503 64.518150 c -29.318985 64.518150 l -h -85.287888 8.549240 m -54.377113 8.549240 29.318983 33.607376 29.318985 64.518150 c -23.619503 64.518150 l -23.619501 30.459641 51.229378 2.849747 85.287888 2.849747 c -85.287888 8.549240 l -h -149.897110 90.986359 m -149.897110 97.432930 144.671127 102.658905 138.224564 102.658905 c -138.224564 96.959419 l -141.523392 96.959419 144.197617 94.285194 144.197617 90.986359 c -149.897110 90.986359 l -h -88.228706 29.317978 m -122.287216 29.317978 149.897110 56.927849 149.897110 90.986359 c -144.197617 90.986359 l -144.197617 60.075584 119.139481 35.017456 88.228706 35.017456 c -88.228706 29.317978 l -h -76.556175 40.990517 m -76.556175 34.543945 81.782143 29.317978 88.228706 29.317978 c -88.228706 35.017456 l -84.929878 35.017456 82.255653 37.691681 82.255653 40.990517 c -76.556175 40.990517 l -h -88.228706 52.663048 m -81.782143 52.663048 76.556175 47.437080 76.556175 40.990517 c -82.255653 40.990517 l -82.255653 44.289345 84.929878 46.963570 88.228706 46.963570 c -88.228706 52.663048 l -h -126.552025 90.986366 m -126.552025 69.820984 109.394089 52.663048 88.228706 52.663048 c -88.228706 46.963570 l -112.541824 46.963570 132.251511 66.673248 132.251511 90.986366 c -126.552025 90.986366 l -h -138.224564 102.658905 m -131.778000 102.658905 126.552025 97.432938 126.552025 90.986366 c -132.251511 90.986366 l -132.251511 94.285187 134.925735 96.959419 138.224564 96.959419 c -138.224564 102.658905 l -h -f -n -Q -Q - -endstream -endobj - -19 0 obj - 55406 -endobj - -20 0 obj - << /Annots [] - /Type /Page - /MediaBox [ 0.000000 0.000000 220.000000 220.000000 ] - /Resources 17 0 R - /Contents 18 0 R - /Parent 21 0 R - >> -endobj - -21 0 obj - << /Kids [ 20 0 R ] - /Count 1 - /Type /Pages - >> -endobj - -22 0 obj - << /Pages 21 0 R - /Type /Catalog - >> -endobj - -xref -0 23 -0000000000 65535 f -0000000010 00000 n -0000000530 00000 n -0000000552 00000 n -0000001072 00000 n -0000001094 00000 n -0000003083 00000 n -0000003106 00000 n -0000003281 00000 n -0000003302 00000 n -0000003600 00000 n -0000003623 00000 n -0000006384 00000 n -0000006408 00000 n -0000006707 00000 n -0000006730 00000 n -0000009493 00000 n -0000009517 00000 n -0000011710 00000 n -0000067174 00000 n -0000067199 00000 n -0000067378 00000 n -0000067454 00000 n -trailer -<< /ID [ (some) (id) ] - /Root 22 0 R - /Size 23 ->> -startxref -67515 -%%EOF \ No newline at end of file diff --git a/ElementX/Resources/Assets.xcassets/Images/Authentication/Onboarding Background Part 1.imageset/Contents.json b/ElementX/Resources/Assets.xcassets/Images/Authentication/Onboarding Background Part 1.imageset/Contents.json deleted file mode 100644 index dc8e14ebf..000000000 --- a/ElementX/Resources/Assets.xcassets/Images/Authentication/Onboarding Background Part 1.imageset/Contents.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "images" : [ - { - "filename" : "OnboardingBackgroundPart1.pdf", - "idiom" : "universal" - }, - { - "appearances" : [ - { - "appearance" : "luminosity", - "value" : "dark" - } - ], - "filename" : "OnboardingBackgroundPart1-Dark.pdf", - "idiom" : "universal" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - }, - "properties" : { - "preserves-vector-representation" : true - } -} diff --git a/ElementX/Resources/Assets.xcassets/Images/Authentication/Onboarding Background Part 1.imageset/OnboardingBackgroundPart1-Dark.pdf b/ElementX/Resources/Assets.xcassets/Images/Authentication/Onboarding Background Part 1.imageset/OnboardingBackgroundPart1-Dark.pdf deleted file mode 100644 index dc3999047..000000000 Binary files a/ElementX/Resources/Assets.xcassets/Images/Authentication/Onboarding Background Part 1.imageset/OnboardingBackgroundPart1-Dark.pdf and /dev/null differ diff --git a/ElementX/Resources/Assets.xcassets/Images/Authentication/Onboarding Background Part 1.imageset/OnboardingBackgroundPart1.pdf b/ElementX/Resources/Assets.xcassets/Images/Authentication/Onboarding Background Part 1.imageset/OnboardingBackgroundPart1.pdf deleted file mode 100644 index bcfc0ea2d..000000000 Binary files a/ElementX/Resources/Assets.xcassets/Images/Authentication/Onboarding Background Part 1.imageset/OnboardingBackgroundPart1.pdf and /dev/null differ diff --git a/ElementX/Resources/Assets.xcassets/Images/Authentication/Onboarding Background Part 2.imageset/Contents.json b/ElementX/Resources/Assets.xcassets/Images/Authentication/Onboarding Background Part 2.imageset/Contents.json deleted file mode 100644 index 2d2b304bd..000000000 --- a/ElementX/Resources/Assets.xcassets/Images/Authentication/Onboarding Background Part 2.imageset/Contents.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "images" : [ - { - "filename" : "OnboardingBackgroundPart2.pdf", - "idiom" : "universal" - }, - { - "appearances" : [ - { - "appearance" : "luminosity", - "value" : "dark" - } - ], - "filename" : "OnboardingBackgroundPart2-Dark.pdf", - "idiom" : "universal" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - }, - "properties" : { - "preserves-vector-representation" : true - } -} diff --git a/ElementX/Resources/Assets.xcassets/Images/Authentication/Onboarding Background Part 2.imageset/OnboardingBackgroundPart2-Dark.pdf b/ElementX/Resources/Assets.xcassets/Images/Authentication/Onboarding Background Part 2.imageset/OnboardingBackgroundPart2-Dark.pdf deleted file mode 100644 index e9455dfa5..000000000 Binary files a/ElementX/Resources/Assets.xcassets/Images/Authentication/Onboarding Background Part 2.imageset/OnboardingBackgroundPart2-Dark.pdf and /dev/null differ diff --git a/ElementX/Resources/Assets.xcassets/Images/Authentication/Onboarding Background Part 2.imageset/OnboardingBackgroundPart2.pdf b/ElementX/Resources/Assets.xcassets/Images/Authentication/Onboarding Background Part 2.imageset/OnboardingBackgroundPart2.pdf deleted file mode 100644 index 70d11b846..000000000 Binary files a/ElementX/Resources/Assets.xcassets/Images/Authentication/Onboarding Background Part 2.imageset/OnboardingBackgroundPart2.pdf and /dev/null differ diff --git a/ElementX/Resources/Assets.xcassets/Images/Authentication/Onboarding Background Part 3.imageset/Contents.json b/ElementX/Resources/Assets.xcassets/Images/Authentication/Onboarding Background Part 3.imageset/Contents.json deleted file mode 100644 index 78b4bc24b..000000000 --- a/ElementX/Resources/Assets.xcassets/Images/Authentication/Onboarding Background Part 3.imageset/Contents.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "images" : [ - { - "filename" : "OnboardingBackgroundPart3.pdf", - "idiom" : "universal" - }, - { - "appearances" : [ - { - "appearance" : "luminosity", - "value" : "dark" - } - ], - "filename" : "OnboardingBackgroundPart3-Dark.pdf", - "idiom" : "universal" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - }, - "properties" : { - "preserves-vector-representation" : true - } -} diff --git a/ElementX/Resources/Assets.xcassets/Images/Authentication/Onboarding Background Part 3.imageset/OnboardingBackgroundPart3-Dark.pdf b/ElementX/Resources/Assets.xcassets/Images/Authentication/Onboarding Background Part 3.imageset/OnboardingBackgroundPart3-Dark.pdf deleted file mode 100644 index dc3999047..000000000 Binary files a/ElementX/Resources/Assets.xcassets/Images/Authentication/Onboarding Background Part 3.imageset/OnboardingBackgroundPart3-Dark.pdf and /dev/null differ diff --git a/ElementX/Resources/Assets.xcassets/Images/Authentication/Onboarding Background Part 3.imageset/OnboardingBackgroundPart3.pdf b/ElementX/Resources/Assets.xcassets/Images/Authentication/Onboarding Background Part 3.imageset/OnboardingBackgroundPart3.pdf deleted file mode 100644 index 24952da26..000000000 Binary files a/ElementX/Resources/Assets.xcassets/Images/Authentication/Onboarding Background Part 3.imageset/OnboardingBackgroundPart3.pdf and /dev/null differ diff --git a/ElementX/Resources/Assets.xcassets/Images/LaunchBackground.imageset/Contents.json b/ElementX/Resources/Assets.xcassets/Images/LaunchBackground.imageset/Contents.json new file mode 100644 index 000000000..208d569f0 --- /dev/null +++ b/ElementX/Resources/Assets.xcassets/Images/LaunchBackground.imageset/Contents.json @@ -0,0 +1,16 @@ +{ + "images" : [ + { + "filename" : "LaunchBackgroundTablet-squashed.png", + "idiom" : "universal" + }, + { + "filename" : "LaunchBackgroundPhone-squashed.png", + "idiom" : "iphone" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/ElementX/Resources/Assets.xcassets/Images/LaunchBackground.imageset/LaunchBackgroundPhone-squashed.png b/ElementX/Resources/Assets.xcassets/Images/LaunchBackground.imageset/LaunchBackgroundPhone-squashed.png new file mode 100644 index 000000000..f4d264b34 Binary files /dev/null and b/ElementX/Resources/Assets.xcassets/Images/LaunchBackground.imageset/LaunchBackgroundPhone-squashed.png differ diff --git a/ElementX/Resources/Assets.xcassets/Images/LaunchBackground.imageset/LaunchBackgroundTablet-squashed.png b/ElementX/Resources/Assets.xcassets/Images/LaunchBackground.imageset/LaunchBackgroundTablet-squashed.png new file mode 100644 index 000000000..14b5c3701 Binary files /dev/null and b/ElementX/Resources/Assets.xcassets/Images/LaunchBackground.imageset/LaunchBackgroundTablet-squashed.png differ diff --git a/ElementX/Resources/Assets.xcassets/Images/Authentication/Onboarding App Logo.imageset/Contents.json b/ElementX/Resources/Assets.xcassets/Images/LaunchLogo.imageset/Contents.json similarity index 77% rename from ElementX/Resources/Assets.xcassets/Images/Authentication/Onboarding App Logo.imageset/Contents.json rename to ElementX/Resources/Assets.xcassets/Images/LaunchLogo.imageset/Contents.json index 84bb80091..940551dc3 100644 --- a/ElementX/Resources/Assets.xcassets/Images/Authentication/Onboarding App Logo.imageset/Contents.json +++ b/ElementX/Resources/Assets.xcassets/Images/LaunchLogo.imageset/Contents.json @@ -1,7 +1,7 @@ { "images" : [ { - "filename" : "OnboardingSplashAppLogo.pdf", + "filename" : "LaunchLogo.pdf", "idiom" : "universal" }, { @@ -11,7 +11,7 @@ "value" : "dark" } ], - "filename" : "OnboardingSplashAppLogo-Dark.pdf", + "filename" : "LaunchLogo-dark.pdf", "idiom" : "universal" } ], diff --git a/ElementX/Resources/Assets.xcassets/Images/LaunchLogo.imageset/LaunchLogo-dark.pdf b/ElementX/Resources/Assets.xcassets/Images/LaunchLogo.imageset/LaunchLogo-dark.pdf new file mode 100644 index 000000000..2f820e0ac --- /dev/null +++ b/ElementX/Resources/Assets.xcassets/Images/LaunchLogo.imageset/LaunchLogo-dark.pdf @@ -0,0 +1,1334 @@ +%PDF-1.7 + +1 0 obj + << /Length 2 0 R + /Range [ 0.000000 1.000000 0.000000 1.000000 0.000000 1.000000 ] + /Domain [ 0.000000 1.000000 ] + /FunctionType 4 + >> +stream +{ 1.000000 exch 1.000000 exch 1.000000 exch dup 0.000000 gt { exch pop exch pop exch pop dup 0.000000 sub 0.000000 mul 1.000000 add exch dup 0.000000 sub 0.000000 mul 1.000000 add exch dup 0.000000 sub 0.000000 mul 1.000000 add exch } if dup 1.000000 gt { exch pop exch pop exch pop 1.000000 exch 1.000000 exch 1.000000 exch } if pop } +endstream +endobj + +2 0 obj + 336 +endobj + +3 0 obj + << /Length 4 0 R + /Range [ 0.000000 1.000000 ] + /Domain [ 0.000000 1.000000 ] + /FunctionType 4 + >> +stream +{ 0.050000 exch dup 0.000000 gt { exch pop dup 0.000000 sub -0.050000 mul 0.050000 add exch } if dup 1.000000 gt { exch pop 0.000000 exch } if pop } +endstream +endobj + +4 0 obj + 149 +endobj + +5 0 obj + << /BBox [ 0.000000 0.000000 218.000000 218.000000 ] + /Resources << /Pattern << /P1 << /Matrix [ 43.165516 -184.790604 184.790604 43.165516 -154.790604 145.834488 ] + /Shading << /Coords [ 0.000000 0.000000 1.000000 0.000000 ] + /ColorSpace /DeviceGray + /Function 3 0 R + /Domain [ 0.000000 1.000000 ] + /ShadingType 2 + /Extend [ true true ] + >> + /PatternType 2 + /Type /Pattern + >> >> >> + /Subtype /Form + /Length 6 0 R + /Group << /Type /Group + /S /Transparency + /CS /DeviceGray + >> + /Type /XObject + >> +stream +/DeviceGray CS +/DeviceGray cs +1.000000 0.000000 -0.000000 1.000000 30.000000 31.000000 cm +0.000000 87.599998 m +0.000000 112.242310 0.000000 124.563461 4.795713 133.975586 c +9.014142 142.254715 15.745286 148.985855 24.024418 153.204285 c +33.436535 158.000000 45.757690 158.000000 70.400002 158.000000 c +87.599998 158.000000 l +112.242310 158.000000 124.563469 158.000000 133.975586 153.204285 c +142.254715 148.985855 148.985855 142.254715 153.204285 133.975586 c +158.000000 124.563461 158.000000 112.242310 158.000000 87.599998 c +158.000000 70.400002 l +158.000000 45.757690 158.000000 33.436531 153.204285 24.024414 c +148.985855 15.745285 142.254715 9.014145 133.975586 4.795715 c +124.563469 0.000000 112.242310 0.000000 87.599998 0.000000 c +70.400002 0.000000 l +45.757690 0.000000 33.436535 0.000000 24.024418 4.795715 c +15.745286 9.014145 9.014142 15.745285 4.795713 24.024414 c +0.000000 33.436531 0.000000 45.757690 0.000000 70.400002 c +0.000000 87.599998 l +h +/Pattern cs +/P1 scn +f +n + +endstream +endobj + +6 0 obj + 985 +endobj + +7 0 obj + << /Type /XObject + /Length 8 0 R + /Group << /Type /Group + /S /Transparency + /I true + >> + /Subtype /Form + /Resources << /Pattern << /P1 << /Matrix [ 43.165516 -184.790604 184.790604 43.165516 -154.790604 145.834488 ] + /Shading << /Coords [ 0.000000 0.000000 1.000000 0.000000 ] + /ColorSpace /DeviceRGB + /Function 1 0 R + /Domain [ 0.000000 1.000000 ] + /ShadingType 2 + /Extend [ true true ] + >> + /PatternType 2 + /Type /Pattern + >> >> + /ExtGState << /E1 << /SMask << /Type /Mask + /G 5 0 R + /S /Luminosity + >> + /Type /ExtGState + >> >> + >> + /BBox [ 0.000000 0.000000 218.000000 218.000000 ] + >> +stream +q +/E1 gs +1.000000 0.000000 -0.000000 1.000000 30.000000 31.000000 cm +/Pattern cs +/P1 scn +0.000000 87.599998 m +0.000000 112.242310 0.000000 124.563461 4.795713 133.975586 c +9.014142 142.254715 15.745286 148.985855 24.024418 153.204285 c +33.436535 158.000000 45.757690 158.000000 70.400002 158.000000 c +87.599998 158.000000 l +112.242310 158.000000 124.563469 158.000000 133.975586 153.204285 c +142.254715 148.985855 148.985855 142.254715 153.204285 133.975586 c +158.000000 124.563461 158.000000 112.242310 158.000000 87.599998 c +158.000000 70.400002 l +158.000000 45.757690 158.000000 33.436531 153.204285 24.024414 c +148.985855 15.745285 142.254715 9.014145 133.975586 4.795715 c +124.563469 0.000000 112.242310 0.000000 87.599998 0.000000 c +70.400002 0.000000 l +45.757690 0.000000 33.436535 0.000000 24.024418 4.795715 c +15.745286 9.014145 9.014142 15.745285 4.795713 24.024414 c +0.000000 33.436531 0.000000 45.757690 0.000000 70.400002 c +0.000000 87.599998 l +h +f +n +Q + +endstream +endobj + +8 0 obj + 966 +endobj + +9 0 obj + << /Type /XObject + /Length 10 0 R + /Group << /Type /Group + /S /Transparency + >> + /Subtype /Form + /Resources << /XObject << /X1 7 0 R >> + /ExtGState << /E2 << /ca 1.000000 >> + /E1 << /BM /Multiply >> + >> + >> + /BBox [ 0.000000 0.000000 218.000000 218.000000 ] + >> +stream +/DeviceRGB CS +/DeviceRGB cs +q +/E1 gs +/E2 gs +/X1 Do +Q +q +1.000000 0.000000 -0.000000 1.000000 54.000000 55.000000 cm +0.050980 0.741176 0.545098 scn +55.000008 -0.000015 m +85.375671 -0.000015 110.000015 24.624329 110.000015 54.999992 c +110.000015 85.375656 85.375671 110.000000 55.000008 110.000000 c +24.624342 110.000000 0.000000 85.375656 0.000000 54.999992 c +0.000000 24.624329 24.624342 -0.000015 55.000008 -0.000015 c +h +f* +n +Q +q +1.000000 0.000000 -0.000000 1.000000 75.606445 112.127930 cm +1.000000 1.000000 1.000000 scn +23.337296 27.245094 m +23.337296 29.465168 25.140764 31.264893 27.365456 31.264893 c +42.443832 31.264893 54.667271 19.066826 54.667271 4.019749 c +54.667271 1.799677 52.863808 -0.000048 50.639114 -0.000048 c +48.414425 -0.000048 46.610954 1.799677 46.610954 4.019749 c +46.610954 14.626682 37.994453 23.225300 27.365456 23.225298 c +25.140764 23.225298 23.337296 25.025023 23.337296 27.245094 c +h +f* +n +Q +q +1.000000 0.000000 -0.000000 1.000000 75.606445 112.127930 cm +1.000000 1.000000 1.000000 scn +62.757961 8.039566 m +64.982651 8.039566 66.786118 6.239841 66.786118 4.019770 c +66.786118 -11.027309 54.562679 -23.225376 39.484303 -23.225376 c +37.259613 -23.225376 35.456146 -21.425652 35.456146 -19.205582 c +35.456146 -16.985508 37.259613 -15.185780 39.484303 -15.185780 c +50.113300 -15.185780 58.729801 -6.587162 58.729801 4.019770 c +58.729801 6.239841 60.533272 8.039566 62.757961 8.039566 c +h +f* +n +Q +q +1.000000 0.000000 -0.000000 1.000000 75.606445 112.127930 cm +1.000000 1.000000 1.000000 scn +43.512127 -31.500816 m +43.512127 -33.720894 41.708656 -35.520615 39.483967 -35.520615 c +24.405590 -35.520615 12.182150 -23.322544 12.182151 -8.275467 c +12.182151 -6.055397 13.985620 -4.255672 16.210310 -4.255672 c +18.435001 -4.255672 20.238468 -6.055397 20.238468 -8.275471 c +20.238468 -18.882404 28.854971 -27.481022 39.483967 -27.481022 c +41.708656 -27.481022 43.512127 -29.280746 43.512127 -31.500816 c +h +f* +n +Q +q +1.000000 0.000000 -0.000000 1.000000 75.606445 112.127686 cm +1.000000 1.000000 1.000000 scn +4.028159 -12.295063 m +1.803469 -12.295063 0.000000 -10.495338 0.000000 -8.275265 c +-0.000001 6.771814 12.223439 18.969881 27.301817 18.969883 c +29.526506 18.969883 31.329973 17.170158 31.329975 14.950085 c +31.329975 12.730011 29.526506 10.930288 27.301817 10.930288 c +16.672821 10.930286 8.056316 2.331669 8.056317 -8.275265 c +8.056318 -10.495338 6.252850 -12.295063 4.028159 -12.295063 c +h +f* +n +Q + +endstream +endobj + +10 0 obj + 2421 +endobj + +11 0 obj + << /Type /XObject + /Length 12 0 R + /Group << /Type /Group + /S /Transparency + /I true + >> + /Subtype /Form + /Resources << /ExtGState << /E1 << /ca 0.900000 >> >> >> + /BBox [ 0.000000 0.000000 218.000000 218.000000 ] + >> +stream +q +30.000000 118.599998 m +30.000000 143.242310 30.000000 155.563461 34.795715 164.975586 c +39.014141 173.254715 45.745285 179.985855 54.024418 184.204285 c +63.436535 189.000000 75.757690 189.000000 100.400002 189.000000 c +117.599998 189.000000 l +142.242310 189.000000 154.563477 189.000000 163.975586 184.204285 c +172.254715 179.985855 178.985855 173.254715 183.204285 164.975586 c +188.000000 155.563461 188.000000 143.242310 188.000000 118.599998 c +188.000000 101.400002 l +188.000000 76.757690 188.000000 64.436523 183.204285 55.024414 c +178.985855 46.745285 172.254715 40.014145 163.975586 35.795715 c +154.563477 31.000000 142.242310 31.000000 117.599998 31.000000 c +100.400002 31.000000 l +75.757690 31.000000 63.436535 31.000000 54.024418 35.795715 c +45.745285 40.014145 39.014141 46.745285 34.795715 55.024414 c +30.000000 64.436523 30.000000 76.757690 30.000000 101.400002 c +30.000000 118.599998 l +h +W* +n +q +/E1 gs +1.000000 0.000000 -0.000000 1.000000 30.000000 31.000000 cm +1.000000 1.000000 1.000000 scn +24.024418 4.795715 m +24.251413 5.241211 l +24.024418 4.795715 l +h +4.795713 24.024414 m +4.350210 23.797424 l +4.795713 24.024414 l +h +153.204285 24.024414 m +152.758789 24.251419 l +153.204285 24.024414 l +h +133.975586 4.795715 m +133.748581 5.241211 l +133.975586 4.795715 l +h +153.204285 133.975586 m +152.758789 133.748581 l +153.204285 133.975586 l +h +24.024418 153.204285 m +23.797422 153.649796 l +24.024418 153.204285 l +h +70.400002 157.500000 m +87.599998 157.500000 l +87.599998 158.500000 l +70.400002 158.500000 l +70.400002 157.500000 l +h +157.500000 87.599998 m +157.500000 70.400002 l +158.500000 70.400002 l +158.500000 87.599998 l +157.500000 87.599998 l +h +87.599998 0.500000 m +70.400002 0.500000 l +70.400002 -0.500000 l +87.599998 -0.500000 l +87.599998 0.500000 l +h +0.500000 70.400002 m +0.500000 87.599998 l +-0.500000 87.599998 l +-0.500000 70.400002 l +0.500000 70.400002 l +h +70.400002 0.500000 m +58.070595 0.500000 48.853611 0.500381 41.541603 1.097809 c +34.235432 1.694748 28.875237 2.885254 24.251413 5.241211 c +23.797422 4.350204 l +28.585714 1.910446 34.092159 0.703110 41.460171 0.101120 c +48.822346 -0.500381 58.087097 -0.500000 70.400002 -0.500000 c +70.400002 0.500000 l +h +-0.500000 70.400002 m +-0.500000 58.087097 -0.500389 48.822350 0.101125 41.460167 c +0.703115 34.092155 1.910453 28.585709 4.350210 23.797424 c +5.241217 24.251419 l +2.885260 28.875244 1.694741 34.235428 1.097804 41.541603 c +0.500389 48.853615 0.500000 58.070595 0.500000 70.400002 c +-0.500000 70.400002 l +h +24.251413 5.241211 m +16.066362 9.411713 9.411708 16.066360 5.241217 24.251419 c +4.350210 23.797424 l +8.616575 15.424210 15.424210 8.616577 23.797422 4.350204 c +24.251413 5.241211 l +h +157.500000 70.400002 m +157.500000 58.070595 157.499619 48.853615 156.902191 41.541603 c +156.305252 34.235428 155.114746 28.875244 152.758789 24.251419 c +153.649796 23.797424 l +156.089554 28.585709 157.296890 34.092155 157.898880 41.460167 c +158.500381 48.822350 158.500000 58.087097 158.500000 70.400002 c +157.500000 70.400002 l +h +87.599998 -0.500000 m +99.912903 -0.500000 109.177650 -0.500381 116.539833 0.101120 c +123.907845 0.703110 129.414291 1.910446 134.202576 4.350204 c +133.748581 5.241211 l +129.124756 2.885254 123.764572 1.694748 116.458397 1.097809 c +109.146385 0.500381 99.929405 0.500000 87.599998 0.500000 c +87.599998 -0.500000 l +h +152.758789 24.251419 m +148.588287 16.066360 141.933640 9.411713 133.748581 5.241211 c +134.202576 4.350204 l +142.575790 8.616577 149.383423 15.424210 153.649796 23.797424 c +152.758789 24.251419 l +h +87.599998 157.500000 m +99.929405 157.500000 109.146385 157.499619 116.458397 156.902191 c +123.764572 156.305252 129.124756 155.114746 133.748581 152.758789 c +134.202576 153.649796 l +129.414291 156.089554 123.907845 157.296890 116.539833 157.898880 c +109.177650 158.500381 99.912903 158.500000 87.599998 158.500000 c +87.599998 157.500000 l +h +158.500000 87.599998 m +158.500000 99.912903 158.500381 109.177658 157.898880 116.539825 c +157.296890 123.907837 156.089554 129.414291 153.649796 134.202576 c +152.758789 133.748581 l +155.114746 129.124756 156.305252 123.764572 156.902191 116.458397 c +157.499619 109.146393 157.500000 99.929405 157.500000 87.599998 c +158.500000 87.599998 l +h +133.748581 152.758789 m +141.933640 148.588287 148.588287 141.933640 152.758789 133.748581 c +153.649796 134.202576 l +149.383423 142.575790 142.575790 149.383423 134.202576 153.649796 c +133.748581 152.758789 l +h +70.400002 158.500000 m +58.087097 158.500000 48.822346 158.500381 41.460171 157.898880 c +34.092159 157.296890 28.585714 156.089554 23.797422 153.649796 c +24.251413 152.758789 l +28.875237 155.114746 34.235432 156.305252 41.541603 156.902191 c +48.853611 157.499619 58.070595 157.500000 70.400002 157.500000 c +70.400002 158.500000 l +h +0.500000 87.599998 m +0.500000 99.929405 0.500389 109.146393 1.097804 116.458397 c +1.694741 123.764572 2.885260 129.124756 5.241217 133.748581 c +4.350210 134.202576 l +1.910453 129.414291 0.703115 123.907837 0.101125 116.539825 c +-0.500389 109.177658 -0.500000 99.912903 -0.500000 87.599998 c +0.500000 87.599998 l +h +23.797422 153.649796 m +15.424210 149.383423 8.616575 142.575790 4.350210 134.202576 c +5.241217 133.748581 l +9.411708 141.933640 16.066362 148.588287 24.251413 152.758789 c +23.797422 153.649796 l +h +f +n +Q +Q + +endstream +endobj + +12 0 obj + 5251 +endobj + +13 0 obj + << /Type /XObject + /Subtype /Image + /BitsPerComponent 8 + /Length 14 0 R + /Height 436 + /Width 436 + /ColorSpace /DeviceGray + /Filter [ /FlateDecode ] + >> +stream +x읇m-*1S9PT@YіHEKsZ +hZ}P:S@5zx_O`T6IF0d-% 0ʈ +Ct$ ̹]n9↑>jy!`( tR{LJ/IFe䫴rq*R #-BT"'8Dz(1ĨQ'02Y?NJFm( |QQ%IHER: c2@(&C8DȌt"GhAH#3( gQ$HRKSАVМ4 +.4CH!quU_3zv6<1%*>?B@\cDL`C %P6x@5BPC@h %:MFz/h{2X0J (H1j $)R0 DRO`(SE@6 D6m 'tPWsW=@I C2Ƹ1Vā~Q?8 7rFHQjKTh[&0Ч1=m3KGpApL`ɢM PPeJ2PbD$܄2Jl# CiA 7h/mVT/`|u>@(a#ÏF8DEAD%h @*P)$Gfm HWK.UFw80,Gy5+Efr(P:}ؔHyh5IТF@+Eu CifMt^AJ7(Dac )JplQ4@~Vg1Kbj, 0yS=öب̊Rt·Kto$]d>3axyNRӂ39ń⹜έI=sGO[3"F56Iؠl @8Gܲ`h AM|̇1e|4A˹|oLa`4|:x_ LHLQPLI""Kc#3x+5kfv)[8+E!cc!?b ޖy[ CSʾ$HT ,M"O/xHݓ^B _G b2-HoH@1c_!`aK˜4}g +' 1 !x@7A PF@^ !d ɪ)^(&9G1Gi{'oK\dJX6ScHX4L-1n"?n]e;2L˜s [ DR z7oEB*Fh#!x( [a2PHR/27@\͔]ڞxn Q4p`4A\mI ˜_TEƸX&*#W_}-PZ$5 ")g P"L7,h97,Nkc1@A_\&HI q7@_ nS-!cxF+cA:0/:(aLŬ,]|F8Qk D|2Ѧ$ʊdLAF]% ͢q0J1̒ kk0``$ +_ n}taH"2lLgJ|#|1SK˴&|EWo 7oD7SP͜Б`$<:@a|# @c&wLZkeoܲ-14XUXbj@ư幅8]+e0`1f'3#3"ĺ/΁!5b F!e[o"-0u,:dDЪg+_7 ];AӲbki&gڹ,1_ i8 *e'AXO20 l1b0aummn߾|6!BPtVi]p 4C[+:woZxo5K:EƳvVakpV#1l!aŹܗ{cgac 0v"/ǵkF|A_"C_`H`[= ww&nVPZI)-i:4u^4)aGs9&W#]JX69cjtbHƐ9v&cF_./w:6L02zfE/U]UƎ!&B$ED)I~j"Z-@'A&($ 7%ey̡hir+&q/$)m=G5HhH3Xc L/.@81?,dRƬρ݄W/oU WFlO*AtQi*H!~BF9.j`nBᑰj3C' Z>9CPrq܃0&e0e0VVv* &ƴ3ca/߀/¼1/ +f/d> ={>%C*&@'Z^(h} araN@sZj5H֘X iVK1ex\(aPF ̥Q##"F3sYÖy1d00WM#p ~!!Pz ugQUMoZ ڰ6X k=ǒ͓v+΂4f(>TN.Fђ0eWa,"Fc&c,b:j2-"t16|^%h?c>!3й&W#F.{Ņ7j|lu-Z|hjF4hcL ?\kB-ul̋8=A"y6&a0_Έ=0Ȃ.0F#2>J>ɧ3)@-:r\{MiЬf/I\ʦ ފ6X`5&HW5!MֲahCZ4k@+Ȥ̵ Ȱ`i=E`י!,|a`.|A&t? } XCpV$'"Hpgn#}4 N {m ?1'5G|4GpcOzaȗAر +ic3/H=[Ks~`-#`XAØn g1 0-eOxy70'ED `O@Cqs"<fH"a̠L|4G<:L ֜$G06!ag}vUc.C{p&C[j0ppuܫ_` #'Xɞ cVvOYMDl /.AX5>g?d4'@y@AHlpITfKm-Q(s|hwqt} 46hc|LEHԊ5IiLpV== ?\HpI\˙V&ek!bd.d0V&9'6a0&]h4x|a_X|%I$)1JT d! JP*i@h o@5NvIl ] $M 2ĸ4q9)\eeOcl+`G*a_XP4Y G+Ɨqރ+"(G0dB4pQKzOhU,JMmc8AA#5, ɬ42!aLF.Jv:"6V"6*&a0V VF0>=dC`}_9J*a7\Dy# u9ISij! ['xv~􈭅c{qGfF'F #{ʜCY쭷XƘɘa`tZ)0LC*7| +o +vK,w+ϙtRhU`7H›}(kl YA 6}'x-XӤ `/E&F90̈idPaemd̋٫xo3+J0F_ C8 p7${DɬHCPJ$*g3o[[6Y Mn0?=]Z?Π Cxe aLpp&eVvI0Y0+;X-c<)[ L9@  jd*D"P1;R!"FHр{2Ѡ4[6M\` 'R415=ȅiip O$&@ 6B3BAF6E(PBƘܰ0:TCb(G6=(,&*DbSz 6(`ҶN޾ iR\` wS{G`ULK5?=$k=뀑G9X.#eBcxOe)Fv62 eX&&aN4cX~O2A~ȍt`w@Ct qiAs8Aal֦]Ϣci!Z0؀Q3М13,N>#k3PVMVפ o1 F?_|A0& L0hQ.ς⇡V;H:;wWZLu&o5k5V̐mj޾)i?>x-iWqz,qeta) ?,3. cY(1(ʞ2){62uØ1z c/W1*0^ ÒGbƳpPg67)2)4\48y?ZL͘ZV#4ִ" mǛ5g2PnPC,}"&y[={*]QR#;F0P1BƏ?zO +c0 7tҔz- 4Z0W6uL˯虴A3$ak.o"-8[Ɛ]xԷY`q0sƹ\=~x3ޖG__SJ֌2YY/)]c`0&!0EO?hb}("IPfLɫcnJB4Z7־֘ 5Xo4Iwzl_B u8I1bPĈAe΋:0Fida #}&c|Wzb05HF犄01: 95up7n)Yi koS{GSsz| G-m:"kCc8 c eaŦ0ebp̭;w02WxS, 6c2MH0f;D?V}5Ɓ\D--(A+i*ɜ-c\BZMX;Z!ǐ#KIAc,i {ϏX^k٣MY-fzye_ɘF}RW߇,Ffq1Pb "+J IAFC%If,j(+`.A[X6L-˚$#󀍥A/h句]jK g 4 ?=@3 cRv32~$ e7]ʚcE? 00X21:p B UIT~!v_YHMPhCIs:zk$3$ZH_Ss~i<\CkZ,%m$mp|ȆrBH11el +;1B-\x#?bc2&e|ctW=C1:B,ᄍ_ +e U Td }RN& є4'%nZ>YY} kZ=}Te1cLH{.] ! <`ⷃ99[2eZ/8c|Ma&Ƣ,;~ >e%kbct1t*0C$K>A'3mPO@CtD`BPqPAОͫ%m?} i8#}gXDv3Mi<\4Hc 8'r64(.๬2F||}1lx|22z +_1#p|b~tz*~N8Fį&])3a8@Xe ` Ұ5M K2>?cH{{4KCƐ3&~86 +?eef>L`fMٰLȾ<eV@WęY4NFC,g`gCm'֬ik!QKӰ44HcM<>C iL;iosL0Z̤L3,f33~1 ++C+'pgtӮcL2B* "LFee"XC /O143@؎4Ys[G/i=~ xtߑ5M(釐 YQd&e,f`b/+D+s4bd=/%{M@lqK(z.W%@a*>fn405hT05GI9 Ha?ِviˊVocnOfPb--F)qk^ 4 FТAHC'E;9P \aQ +C cZ$1rK47p]Ҟ%-#%.oΊ5HmqNJ2Hbfd̈Ōecbat)2 Ơ G;4Q0`(UBbTBF-$d*rprHEQĜ1kfr, W"M$X#~HfG,MxfEִah7@LfFz313e?I(B~/^ٻ^QE0GU2$3*D*Fg9:KoK69+S}vD1-̎<;:;Y|~fG996aB0-p 2Lbf滘93f1sf2?XpecXY> 1i0u8E>6}-AX覴5-$ CC$QX!ǯ0;bh9kLˆ epX|ȓed-c[=Eʊ2fE:CX$]>E 0!JN +H79ޠ,i}"8 +XնEҲ1;to:;BZC8 ip7)Z(s9c123?L+s1[(NBVaR& ]:X!NTW@Y32 GNa&&UA)# +>MҰ!kߨ9;ꇸŠ;^kCD,&!#erg130c12fFߘݹS`\huq&ctH? mJ'GpXEZVA ![aq="TD (i4vX`h!ZώN;/$A LMrv֔]e̞ygF([gF_|%Uhec,e5/F7 tvB]vEa51RȡT<: D6р/N2B,-#n5im?% Zɑ.]Q(w aJ 2ͬcfF cL/=\)3Faz]{ R.j2u@$@ f$ń'r]I5m048:9;~’6~}Hw&iZYv֠MN`>2 \@γ9|2f,KP3#Of̌Ό2)|dtob|֛[0Gz 2N@%Z蛪fmGQgv{mTJ +RεrU_sÁ.$B֦;0b<\p4<~IS-8;7֤9TØJ3:PG8 Pvʲef ʊ3tnG0EA:;AN:PE RF O(*ErG@3(Vi<2;FY;Q8Q,"T&, +>jwҊ臠ch i%7'`h+>#u,xƂ~13A>#}یbfR +޽@T7C1r!80cRHD w<@"Śv4p eYK kx? i?)ozE߇WW/ggF e3c|'q@\cf: =3g(e>KKVFӁ0= PJHB"`0Fl HQz ic +9 uQ@KcMоm2;CYҞ,kY.^ȃp0sYS f4kg*C)n7ΌPʚ3z ݦWI=(0p +zI`JTTD63h#YYΰ[chw,Cng49;=.er#cf@9vfO_0wؔ1/+PruH ,Яʶ +bEUn8*u ^[lBA  fGZqq]04V43?'bf̮jx3]X-3c +E=G/E'3sqÂNX@$i!8IUP.24- C4|>cӸ ŠD|i׃͞Le9Xi\ێW8"+rIeJLG-/QCgEudvͿ+kW/_ahO 39_ft9/xَ48ee.f2:@Gޟ:=s<|bYIE4*7؜܃:e#).=/ `fmha9;먡}pױ^ iLڙ 50əم Sc쥗q53t‹afpw6ʹBt,9He!<C8J.0 ՜Du'HcEkCsr>&G9[z!䈡8p&cpG}+v#D W\VUQ'v JDB(@iZ|U A0DeEcXx(4X3HuEuŠPtጽF졇25SuV3,`x6s5 1ffRƗ lOth$RV !v,ãD-.G,!R-"LݾZRF }{I ޾xDgT K:agpeYjja5y賚lM #AT@Hd`D3ak@uCXapRA ̌3l9tRy(_aI+Cg^xDsA4 +R0(&cP83_g53e_bj>O}mgwulZ o +流D'\!YJRZ =$G-d .q4w75:ga58 i̎~3w}FϏ ^~!^Hm-r%AtΊ X˙Scy l;(GZ͠LΈcB7M0W9 j#=S!A)ZBTa T2(H=ń M7C?șcm`9j'G64'GH$BgzpvDʜYj|uzGdNlY~NK!V!MvL1E'}$RާLvTQ"1(EI ĉŮs0| A3 ב mx!LqyD{ Lj Θ0alؙf637AطkdG3@bf4Y(k34]T',iFABXTJW@i)$K\bb44hƀ XцR~Kw?cy!xXh0#` g0=3|%V555bfx N:73"Lao"Kh!TbUSH+ǀJ.RXbERaAriۭ4eؙ19Nq8cV~coCj i`#9xfKQ͌iA; |hs!J-ofQ9RƆHp]I(G%7'l#? /29~pvИdrџXŋA 3af572<TkF=̬43ef _2CFvøGrpq9 K+n0B#xLȉ9S +SigV4|u3*14fahLn:™^.` ΎY4ənWj9+3c9D ~#Rh"9:p:HH@U"fr|#SiɠԃXn,p?Ɓ1D!Ln:bhm8˟a$9 )agpr5/vjwRVSwr6LA!5%G1Rq:J9뢓&<05*+Mfp#97ֿn}cqGիYИ8 f5r֛ kqp039K7$aE PLh1j&E;lIɈ +l  &*pƂ=LpCpyD{,hfQ'dcgZXC|w3x@[yש15⁌ ;5H+PDذdj#j"uxBe&f!oeV̚ʊ44IX 3 oW򄆷]co?/ؽ294(:scsq5#gxef,g<@36_h}zeQ71'茉Q(DBIU;`n +(:I+: % z?"_jr z + yv…ag̎ቐܨ S&^czs֜= +N!Aഺw1ʓ" +} +V P#]P`+D#\ uk3/ҰpeA탱RN# ژq NIafؙS㕫*y<޼u OS#f֜iV4sPHXR'Ɉ"HĦ桕/ƮYҁaAD c,J afgh548cr}L8148.1cd wj&N =UqpNvul?B=Q;,grٗ` DIZ·CFmx.A\)"/,;D;y: Z8sngnFQ `ֳ껜agz:X.s#24 +h5=bT14*:cb H>uwHQ!wUd\M#yR&i?=㄰6ag,>#spz +J,Afgؙ̍'ؙ}#g`fpFQ,='$!2,!H8HY00.XǘD8hDo T@5hOhw} ɂ0p'$cuL~Ȋ&iGԔ2y9y\] n#.} igr3͢u4J6-?Lv$)у1}eW Պ=HX/ZA&##iRC&̍,hrvwo쿖_Smgx|3\Ε~Pgj =Apc̿Ԝ6jlF jat&R:9ru1,۵U6,bPF;+?rK\Uuv48Π C[(43Hs[n##o>g6 ܈gL&e6H+6 P|fr,PJp8 0(#fKF6t4Tl:|`,h>TCK gx'DpBbgpil! 2,Sobr9 rvg]}"hh'Q FZ GXuNB4&{ub@\$FnAHY2" ᄔ>!:u|8!pƊ&e{Έ!ンH gg;yةbg̍vvpAտpZ5;Ѕ9\E 0MiMY6Q> $k%df1`pLΜ'o=yU};scƄA&eMS#s#>HqafٺbW߷gl6276g,~#ffJD؃ʭ L`؁򳐚0)C;؊ 0ad;:Cr27cg07g8rvҥl^95 ]Lsx nH3ϰ Rg6wAr- #칟LTLAHx(ʵj<̲629A|@s*S7Փjnv;p] ;pKjGj\|nx3ֳoxfn |JNtu!u$mL=#$a[8sԙS lFqY5!x: dgg27~o[O~@puBL6BD;&&97Xs#zFc кcD^¥53̴D +)aV:r;qd#vFt7Ί4[t8l[gE,gegƗf8`nj-"i53 +j,槑+PZR↑Oe#R$,?D?yQlfl c7o333n$gjgYqvighv69mǍYe=2Ƙv$[vhIkd!i ]R# !XCl:8 lhmp07'8͙o=匹ZBKaj3\[WpzQݺzV>H\|Y'`r!cD&){:JK $:>`Ri$]A +Fl vg$;l8~97 iAٴ339w^ gn]vg,g> 0m&Az>G4bB{&._atԎv$mPE2Icn qͫgrgzsgl8S'gEFK+Ge +ήMΘ1757Bvi,hi&>8#w0}`8$,^s[6M\%%QI(eY~-e#dgEol_"r_19 e3|̍W,|58: pg "5V iskzs#*$ +S [vdD@1 DN"BRA֬L_β}˂FHY8W/<΍8!6'dO 3;3 ڙ,v'~ʫڙseg+kAZN\le7,T8o$d Yl_Y E8TW:(P"$8빑p;Uֳ{Wg@[E(,jXȠ %485;PxLx11 \ahC;eL*/X lPVgLy<s#~uUs ; gㅧt;9 @r PG))MU,Vi(@pWp}T']Չ`xLQ;cAz&ggn83pVsSìgrk 29bfb3/;s=zqo3fno. C$c5(G,&tEǗ[/[iJFH[8Q~n} C; C g Y ѿi~cA_(gl7g7A 3s=ZUvuD@r8q@҈1UcK7R$逢rTlAT"&,gmg97Yg]wpLzRtҸoX igpY^zF/=pvI_YgLSc,scYsdk⌹ +28}[H. xTشUyQ4QgwS "`=TоTjl@'uJn)$8zVg,,~qVv2H(xÏr=xg΍ߩA3 4_tr9䐄vj2W!c&C"~XsP8BNg 뗝e=;뼨gȧ̍ 176gYmg58o_yY,?{|" ^B;@?ŭ1i("E%+NlXk 6dElŐ<E%%o'O 8M ʈgAag,sc8 ; gpU@eg>vx8cnWp>+m4S "~|I+ĈPR'H2##PeJgw-1Nr;q뇳vԼ6*9_,>H agg eg g'_&K,}"X"8֒Fd>PW"SHqD;GX}iCPVA487#}&g/|ԗ/] m>!ڙv֜}k3,At4x Bg4P%#,!̒J# +V%9)ty'*\Ovzg|}~c;O^2F +pi57vg mg kgX449e؂Z ĉ'fAb6*SRl7ʼ<-vT,G$5A rQiggO䌹^5gQ* +~rcpAZs. ;gr6F| bg['ag>igp&iAF +X0+5Rdx +'sV#PO b7-;e+CoA™gǹigygs&gF&vn~lp/S#Me$@_rdS!P2iUMT fْ \g\It= +QuЗVe=cr䡚э}B ܼ܈(gX (;17Y~> gMڷ{XD$̓PT)ScJ$#=D1Ţ%*tya\?A'<PgX[oȋk׮6gY+@$;bC;c=g΍rm6\@ +"ANSu*+yQIx'+RܘF{R,3$0v`g|}‹j8 ٳ4)3 +Pa ;qz&g s~ScVf)ز{`+UQ=O.^ bTgez)qyybf(ݳj bJZ8L׏wz _ߗpiĜX@3̹q ;ol; g.fp}?Alw`DS**YhݤRr@}d`EE38trԈG1:8Wy>vg̍ ؙs8s#> w,˙~#mi%AygHȘ47s]RKsfLST~HAIA* RP"`.!4<@vͿg_s0wgmg7pY|ֳg΍gMP_9,:G ]L~󙜽F9cnoYQN}Kh)40~8qmLAt2в*5\G< +!(#(`'4FIcrhg ^]sn\XдV@3A/;7>qYg4_b?9c_jM gQ(&$D+TMI[$;6SꈉcA ;sA37ǹ3F)0 as\ϴ3}<՟U096g0aVhp}чt\c +J)Öq "Z >0a"XryUvaƲ7>d3 -5P)vv8owpVvcg>me|hٝFp4˷K +5$d@'+>5,0FlТ03cq|lr=[voxAXϲ_ g=HVN;k.pzvfCɤ/bUlH1rFKxt*Ѕe{YDB0ҩu"+l9(3Hcnz68_plΞa +؇Nfu`hjnogmag9s DXpg1kRV)h {d6, $ δG?-9k;!g>5ؗ3,J&ghpH)MΆ8ޟ{W߷gep&tJv%QFeJRKX(]L $sRF3'Aa9B]ڙRagrKύ3 XxeAp/;<ə~ `9DJOd24t1SE@4nT)ܣ \9kg?bgކ3A?3{W:!r4xAw̍ٓ`gRigsnsc $d*?`H؁㺐{$j( 4ԌHYHJv|#"rœZpBXg@̍g8 ! pafl0p܈=}}AAg84>g}cJ&Yk<6bŖ۴ ejiSB gsyangSq>vy04(igpk. ;>Ȼ>Θ;b9c=48P-98"H01]kTm%FЫ*@:KFeƑ&9$ 㤝976gY8j={"]lpZA$1Y͍ rF9>mvd:a .AӘJ*8mJ 51 #HA0RC4pgGv07']L;qʀ]w1p37 a'B2MAhj`ue)hDm$3Cc17ʙ?.3>řm]|Keg٠,17R!g̍W̽+ׯ}:{ˈ:v= +Iʖ(D eqU1oфT@Z8<L${, piBZH+;m=q_L mg=7Je e=,4ZJ "Ǡ~uR):dԺYp?x>j,ʔګ@ȺjĀVV3u!8fƧ ΰ3Gj @YVv>!g4&VIhE{P&r l!05{Xjqp+B#4Ԍ 9xfnGmY> Ù fL13I,>Ƭgw3Ykcq!r:_wGX p F +'ơu=P#NfCc䇶3׿<v߈̹糲gr8 ![ +A0IT~E'X‘ܖ&'` (iX|e ;z6|[PLRM88`%BJ"Mk. 8~c|O;o͍dn\3 ə;eqp}}9>vV,ӅQ hf0=R(ⳝi12e]()8V%\QcF AQ0R317|cg/x=]s#ؙV43 od={}9[~wʹ3 -m @KUD#TVP@*W1J ,袥C*D[NT }r}$scgrƻֳ|\xLlvﮆRg31վO625FQ)pkyt#iКIE X<(lXG$4ATg [F;Cr&gc̍,v̍>SYFa +&i2V†sc87;cD{htfp{lej W\'{-1 +3#7Մ dRA E1Q%=7Er' YEֳL;>Hqzv87B{Wv̍׵ ;;,PDi7 sJNJaN +>Z96`$%Eebױ -vz7{Wٰ̍^ϴ:lr܈29ߨ/ۜe93%f+ d QR``1*G'\,lr :༰N + JI5]YB"|%Mξ3F8o՜=78u;5d,= i gmg΍o5kH9gj؏etѮyZ5A(p@It&ʮ= وP :*=?G|eŶw՜;p4)4Xtg'gYyf䎾>{>AZ >ЏNH){pFj: +j~`*\70ɵ)@e +c .vi崧NHeT͍Yϴ?[f1~c볞m5g F V뷝;b3,#_@ۘM~p#=ȣ +SiWlg37-:,o_369oq38X#~1|r&e MƚY뷝agcn&v35s#n#8*F6(25X`(9aS @)a `,8р3DP|J_38+;}ag30)d3șvdq="g=7bgf Ov)mq@f_AF8 ؀0%0JN,N kEFMJEܷrscgoΜig΍ffehP6׳⌹Qδ׳wk=gnvA4(4Z9H'dg17,~vz"5`736)$A. #fJ"G0) '.IiDL#v;˿׵Gow̍pvU;c=`20(3rpRvV|6LX,3H tP@U+pS"a`<3LKe,r/ Yr̍77^o3׳A sog΍Y޸zY]FCgU'^K'4h\)F:1 +:IbQT)G٥P5!茔Yg7;<17|z3F84Uj=/:>{΍Yϊ[r4Xa>bizIFEVRlZ¬!bbmļ^0ig]}1>7>#>mvWP֤ ΞW_{ヒ AgmwډG##F1)a#,\5,Š]ugKD6V=9Ba'Gܜ|Qvg7ernd936;B)cƼf= Θo}}쌹;Q;4SBBP[H&{FkRT9Q3AiU݌9Bcjggmggr;gL;fg.g >"gYϾ~c4)#%l(y2JCTY$mj+T +уN&2* Jz A,ȫG 3?7.F_wvn}} ,NҘ|},~s=+;cj $g4NI$hlc3cs\ȣb`*`蕖ܯ3 Ԋh% "`&qd=cʹq˙~_|`g  );L;o}}3Yodj,Ja6Z1ЙUעJ'OrI̖U_ +{Sz:p07lg_g|Xgo+̍3Ƭg[΍pe3X@znl27ۂξ̍gefVCO%$J +#%뫫ܨ0'Ĭ\ДL(z</a䀒 ++;z]Vx:lp6lp 8s=kW^w9Z;SSvc <]3381sb2׳A(y@6AuY@HtJI*26R6d]aշL8Uc ry@SHվS`xj33.v8ֳF5F38vgen{WY>agi4g#t{abLeHM'|wq\Z,ʵs@#j!(EXҎȘ,vU~+]-ah8g̍eg<ﮖ}}ƻo\lAl2~'SqCi6X{TQU}j.s4H+g|LCsn<L;3׳L+2K15 ;cn:gAZHdmĆ唠Έ$QjE8 O%7',$z!)^U#egY pܘٳO?fg3Hs̽+83,<2;PJX bZJ8 q_C"DR gN;i$ȡ6FJ  řs#.>/S~(gؙ{V|z2*v ٲG,g ̍p"͢i ̢od"'B㐇#7;&RD _ֈ:Q0+ +.^]hg_-,97f;-bHi&esnL1vR)ΘzƂai4o !酑"Yl%i:clɾ"9E5ԙRX `;Q%u(i 68 OxgjǮ_;{d2֜QٕgvV55a4TƦ.Lj!TV쪫2NEAw4,b$1>PA?a[?~cfp9 tpXv>HsV~34DH'FA|$ +c-Ӗە!7;yNajA86T_ѹ{9l~Lah z`7RȫY3|3[,gڙ v3/'< l7;{iX.o,;48Cvv;糱(g̍lwqfV$ $ `\8uH ab1Rt6NqkLe)+,ܓ3>u߇3pd&g s=pA獄4ZDP'(H0JM: áu3*^;VӉ„(dKzUJDKEzC?|9 9sn|Ϝ] AXCX` ;{F3F9x3hg샰@$^I搈|L|n՛ZiI150 Gס@ / + )pl'(]ׇ3 H +D*AJ" +bJ@S*n05 Դ@ƼgY8s={ _9+;UL M+gYHg>Scg==b׳z89B_|G``ʨ T/ 8}`TGwHU +1`6iF3*Tz( u s3v'Rv/ йQj겜]x7gH lV +T*"uI".AP#KB`fqMRL=Ƙ3 / ~s3AygL=17jg6։4$F'<(,cG$% ƁC*Jced-j  ag$mrƫzwXػ"gSAjnڻFY*k-2\ +*L3ʫ;߳֎:\V[vUĎ!"cgd{t,1 cgrw{?G?s7gk)t 1mU܅u oZaZ9r嵱j`®)fH|72V(_?-g|[b}c_pk=Cʬgጝ8>!Ccg?ggֳ7b iq;beBԒOY >sY U(ꮻg31ȯ葧$?mϟS|#vߘF|c̬1pf/yM+ns gOch8YѮcA53zs@MʈPs+*gTuypsQy' +\JR$$?0?agčokg]Z,@WߘQxq}KO3O]ܠጙ@k=GZp\7tt$GDCDRs0=KE1g +)YmopTqlƟ'ntK7OxpG, Oo̶3t BCebg6Bl^qb+~3Q6fh'@6Sɐbw st>e:9.m9@pvč,ל-;{ge [egqlvVߘ g|cIcgPAVRm]MӿVV8.R*V.s:'u`ł^z]twL`g Aܠzf85v1!o7r&O 23αW̠ s9U3!dP8sb'A39ѳR8Cj>zq.F&oTכ}Ič,v3cj1m}1ԯ_OO 7e8.č gcgz~#,cI9kƪ4UB_kK^k[pAV -eSIG3v*ҪEJꡔz;|/<>v٬g=fg̾>l8^bt YqO\bčboLXD! n#C1;v''mKȁ$Y\̹iF6SR7E?AȱJi;S Tn]ΧLhY78 G?z|ߘ31vP;;8ۤ i31Ǒ&;B0洞cgYf#2ByDqK7qJ-9z9]Tͻ&ҕHI%S+H>ph+C9hI-85+I挝o<=KfGvfO?6cg:Ά3,ċƗ^ypf#FQ?Ly mV1؍]B;/Z rQR~NzrrK8U㻰 +`&d+gz>Yτ8+e|!6ij8P<@[Aг?y'vβ=qe|U#Aʫ5z(o瞠ٮ7NS p9L%G#?[OYApߘ,?~b1Ox9?#F6c8q4Ξag6q~`Apz31e:ȅU @Jp% Ҡ+U)K6 .CYjUZgm$ {8f}g1iq|c嗄 8o|IqqqvY쬾> цczm;yn8[Clec@jA'8awEQtNps0k1ۤЕ#Py +{36|Vdtߣ<>Ùm"gnʬgb+Cr7l*pYpV Ѐ7;@YjH/X׼+y5L6 `JӺƼf5c;1vqvYϲ"OxPV3pp7ZzS]άg88Y)렗>NuJ@[!oɯq'bYC FX E'дY(n@Ej2X'l&}'*6 {=^L C#f;o7qںzOغ +gq8]s79޻7"n/~Q;>3I,YZ(Y3m|hs0WXGK>Ƞ΍<ǓZ%yUaZ'= &3dv2fֿ,g n31e=[!kCKpfA8 K/A߶I1)gzfǔ֮fgr,rvK =jkbB_Iy1v}xpZ8wlѢ𐖻qӏRۺ"쩧Y9CʤcP~1'߈v6 -W?˯pv:?qiĶ3h^CG|vlHED,5G%8Fss\q[٘ec=C\S1ۍnl|8y㖺!RY7Wr&pY gTf?iX3"3c{sW5{'vˊbίbiZBn\UO ' +o룃r5OR;+gn_S3v6a34 W 顧-=F,v7ØYA*A) ȴM6ϩ%J#E޳z%[ +UejsY׳RL۳<++ p o gA{Y~,h3 g B3J@GOS$mz+R|wkچI z [ԣ bfgo<=3%/'D }MIqLX<̝ͫGs.Q(vo-ucBcҐÙ gA37h q8ǟ}cAgP Y.qW:q +UpDKZb%r:w\)RP8ӊa/GcjgL-ٳv뇲pZYT3%.gr'?oęAzՄh2U\0()>F +Z Nen:=~:FʫVxSYļw-gggG,g,XSamؙmm$wSpm8C׈Y&5ޕt.No+ K]Az9ޞ|FNdL\1oR-8Lu7ZVlq|Ԝ LrYB?lk$ gz|㣖+!pt i}13W3c:coF e`A[\)X.u7LˠȔ'ӤS5u( 5Ζkl8Krag8/ p'1cg'Ѓ+D5lY~] st 'XRC8c8 ֠gzL-ӟ70"V]%rnG`E 򝐈"G;5ZRЂpy]}k\,=۳ Ay, A™$]q5f'C+gv ?%8N.14Ah-̬@T(R&ƒϠrOY^]vmb7O~33Q',;Wg 6ںbg n4YBz>#i!w8 B.1(/gfQOf-${$B(J W\{S iKWpzH?UGJ/(,gа7axm6pek;?[IH8/,mH֚TXtjH^)m#K{ :+g5?|c3!HFg6lBpf9C;jr324Y o gofA{߹q:!G!0ooaiVi2xr\Meݜ)fDŪx&/쪓k䋌3 g A<gg s{' A?=v$! =(D!G8 q6A1~ -#7tOy=mR\H%2,-N՞ݼb*Fi&]q'u.C*(p5.βq匝 Ase9+g3 A[P61H :` 'ah_KU? B:G YA_&rRL`ՙ\6N"l9ejWќvzxՠؾ_@kq̌53Ѓ2v/fA{ gm^,;! lؾzZWSiqR+Լ%rX787rW=S9Ȼ5θƟ#6lB<|#3皲pPBq UOxn>~-Y rnLGs*PIi@*ercNpu;pw?ƒ5e$}x&l岜 AFvte k(r]8r{ +B9!6#Gމ +N8n+*TFƳr^5 U \YΘَq+w{fuYvA6elH qvmqUbA[BF$NGuTX[Jn`LטMP*}$C⵪7%B vY8\C4ٯYp>?,ks g ewpC.g+yg>4A[8Ϫ5>,6cY)#W8sMur+MgޝfLlZrsK]*vY&׻3#Y F"5& gHCF}14vLm-h+OxGW[A;vM{_4E2/h[z5>ܟnmy6%w?R3\D{w;ጝ1;8+eQ瘻jcZcs̖2F!3a~,@v*Zcrx݆;%"][;qrFrցibX2,θFwg\B*!쌙쌕t!s5yE~W -8p41v nXBTSݱH_)ƍ$~]cHH=9HyPm1 8X-3,g\ܝ}kr6!҆2HPMXΞ-lRC +qF=sPYՍv2wy7y9aGh1[""cEs䔊T"sšb9vTA!4(Y"F kꝸ.g/bgۜ!-,߯sLR~oAϪ9,h!H;̎6pILQ*`&>ehp>\H#6z.gΎgg?~+SODIHBV2 n9319l5f\bզƻ1*H!% I Rxe@C:8YAAB.j`ٻvFl ,?gfw5ܛqp8kL3cgX@F݁rsfEÙ+Q'W+Z8j;4),i||LLlS8Vq7N>i|Tl\56tR\T=Nfl֡,V2ff DҠ1f,Fff +e"p3K3 0 +@spC˓*BbheEuE3+F!>+Z ͊ ,a^lޤ;ZՉCiYd>3z,VM%uuT*#v8ޑ +t|K;CeRrꥥHp B:hnb#;jaHcfa~<#Vb5so0fO358F~Q8G0D8+5'XZh3„2M+AQ9 +D? ݍ@z;a}-+@L*RfU<6ʘ,f2|53Ⱥ7ejk,g;CHQg!- Cp: =ZÐzGqH4Ҍg&0Sɬ2)waQV[ġ#.7^7ђwkE?)HՇGzJΕQ 2OP߀̖gчynjf; ef\c)6~.e,.,hZWZ6xmh0d {Yӆ!ͤN"XUB"5+.}p.q5%J@J\?Řv3CYʘYv$Ώe5;8I3'n\vVҬhӊ6;f?ZkǙZ9 i`^*ÎSHw?&rX zBL~ 8+/.VYș() g"p +Cޛ}5AcO?m+H9CYσpCuOr!ukː!fI15>5tgy1'ʤADZp4BJKHkӋR<#+iV3eifֿ$YƘY|r;Nq9~c mc5%/Cp2c7_=s&Nm* 88/Ԓo ]b܁L0Pۋʲi5 _1fL< J\8 ~,chV4͊zmGޱ,M6jhx"9hOALkp[I^5Nd]jm23__N c_3>#ʲ(5k2g ٟj)Zڅ}Є!zĎ?'=K20iV L{9WXHE\f\ p|ޘ4] T>w,2?6+lS1 +%fFcozovgO>rvPE8s0bhfAC&vCCxG~4XX oylS|ΈV䂺hiG%k^^ŪTh=- 2SG,fٞ1; <[I;13136Y4ԓsyxw։ 8wX, igjVi5nHzN;"[Փj+il5$sr(񊋲2P_/rgޏg36fg,=;Y )z8G{B3Yng=y kE<`\Rj5yaљT6>6ӼAd)Ǫe Z82C%#%"')g8ơ,!c e|1#h1g?&ߜa95yڰ,i~24w4BZ\{2҄"75gy/J REC*6yNyFsN($PfJ%[4SE3<4{=ُ`X@hcX<7p{4Y.1{X=Hci?4bj,kH3"^"QK.R $Wy)UTNgf1)s5܎@T/%0V#٢;V(oe@?f?1!-Cn__GC(?3ʲ eY8+e2s=yƺ i)qҾc Xڻ0FGכ516jCL҉ hIM7]ʠ4*s|UK꺹a#: cda2F+b1S8 g&|bôfM,kY<ݥx!㶴n|ִZ i }M3ȬP'| jL\d &ENn +9Xp>?8 mdc񊛱ٮ%V2&2L0RMh\o\ i{lbG+y4}"Ykڅ46aM< 8+k?Q%JE4% + +M=Eވt&u@U[ŒAޜZ>p'ܗgJFPf6![ ehQf-~jben< eH^ nH-wdi%-io=V-&Y/""JqhKA͚RDuw\摾/2TpèU̜8KKYVcd(;;^})V1bX2Yl*peiCKsi>H$M kAhM_Q0-T=?_ZeŒ)& TNjUZH-hG'Pё>|A)[{죏ܖ,;(?ܗBgDY9b3eN/&[ +@=ݻ"m~"Һa4ўG! k F>-o]vxh(jRBV$LQGwkgP8񝉁4P3ܰU֞X0bdXY_ eMW Y ( aD3vp&tِ&җ4x-X+o{!Ə?~2k\$,ؾMB[u1:!iFwqݳ5R+BUJ%sG*wus`20eJ˘+s3msNl( c]\fIC<'K˚oz,io&|YԘ' _څ(& +Ui{%P.6_9!LvJګ +#aQ&"lB7R؏1=u:FVd32je4NaE\̭#Hq%-ޑ{|{~qIk_iB6! ؚɂYo8ZY,9+'RкkkrgO O{U-b,VAZuCbxwz70CC␆!-7+ajXGXfG# k50{(E +|(*j"Clf*#6Zk&7|T9).0:|!a+rJ{ _s[ce_y}i([持xQ|߀,#nY%m D6f#aͲa>2NU@TB34$5bTHЦF ZRNBj&{~br??0(k2VX"†1 ٢R&`deV6kʾV gዾcp[k15K֞&3OȟW7lh+jzM"PG1QSt +LARP-߅Ӂu Lﺞqϖ20#.8aC#{_D[kGv?r_fct/]Ni@Mp5W~!!ɧBmDŽ\5dY۶62:Ƀ(>vbUFQY6)݄)''Mǭ̮ |IKD >^y9Fv06enke ?XY#0RF\ p®=6?HF~3k"aMbn.z]@w Ӭ(8u3Ż T&GH(ƗĩXobb{~DŽ;`eV'crǸ9+) i ~,-%IDH|[qCZYn{#6X̅;_`@I(j9oR/VpT.X] + ruY1hi J@e!L16P^,[y?>Q&bDYn8mf#(8 ΅dcjo㞦eQ+i?oܬ}`HicllƳ qt"UE$rJIasWh<1! –>$11(]/~Lǘ ?Vֵ e|F@!zHsq15Kǘ7ڷN-[ mVB P7Fz$/J[D4T]گ/ + RoX 2+(cܢlX 8X22Z _ef +. \?_EڸGHH"Bk mfaͺCwx;wPDSQ\%NT(s`ˍը7kQi-E`>( X71|ȣ^1n1+*eaFXfeݳp.cZk +\h*ި]jj#7WgL #Kcjc6EAb oܮB[!ΣQܝ *?j'uy-LeB|^>_ te"XL a`cqs`ܔ0F4X@+ i>wtspS!ÚU۬;hp oCP0| *@ty32WJXV|!M&e2A}Yc\#{ϡ,==1[XY~C.P.kHm5a-Aڰ4?c/|SYD?P $D RֶE(C)eiվSIlkAa>ZtPe a<+cq,ellVdvA+Z.E8Z, k! ;D#o,Bެmcoa.ĕPUT5F@%H]jzjͩVRۭH/`ò$>B;8Da[|yb1Y(PFwTHYtk3g]҄"cjX5^c o%߉7aoGK5>@*܈Re OХ"X+TQUIN}oƾ;J=tcc12yR#ʆ2kf#l>4Xbj ڰֆ҆5wloex31ECo6(/@&:[Q&+ $\p=.@}ZRuF [߉ዉ-5_1n6ʞAӽ+IIKˎ/isY!<=c k% k\믇6;Xܻ!}eCJ<0CU`˘_BX!|5 P5ď5kQie mHJ܉9]Þ5BAHE1/HvRȝ# 4%bc>-Ƅ ]"ƾ/x1\X(cc8c.PAߛcBQK kHcÚY[PG "RQ U&u6Tb:=VN'b#a +_"DAVe[ba]c,|hqFkU4(T#!C(e% kLm-kX ";XW0gX] p˽uGl|zE{ iq>&Dd.]laX1/ރXDKૠҿ;!> +|8xGBZmȱH%"yoZqaT=T"3@ +F@E*^E]/Er JT^¨/a",+01!bdqU=U>+H3$RmT~!,-t|/K&.0ڸ`D +C5RH ke}[^@hvڒR +-gaZQ 'pj3dP!&$L|LL_Ҷ~oizdk)٠Y&n@D5@gIDТbJH8bWM&ϑT^0 0]CfmpD*``̈2s +L/0Pg0G'^#Ӗ*VBzjHѸw6#\$Ҙ3HI.fRL 8R &CLA_^!i^l) e)P4P*kV'+&CD^w'tEgOj! t&?( s"-/H{r7;Ԥ"u0"OZFsnzᨨaXBٮ֖lG1b\1xm9b\7NJ<Δ+]C}mz NG T`O7RTkWLU_dHPD&o`ISmUv775 +endstream +endobj + +14 0 obj + 53626 +endobj + +15 0 obj + << /Type /XObject + /Subtype /Image + /BitsPerComponent 8 + /Length 16 0 R + /Height 436 + /SMask 13 0 R + /Width 436 + /ColorSpace /DeviceRGB + /Filter [ /FlateDecode ] + >> +stream +xK,K^ +  ^`-։2`UW̌WF(s._n"2eَ$?????.cƭy+O)GBc4 Hp$2Gnԗ8;zZJ_0/p+rRHLQȓ:tD亮E<دYϑO2xs;\'D`$iȠC'Kkݙt/&2ryљ~ȓ[kёпAyy?ĵA)G/ ʵ᥎~R8䖃#=?7@''F @\oYz uo͵n%͵Y޹@ 6֛kK=Y[~$~tm}$e}nkR9sRGzz;%͂rXA@/cq+Ctsp?ksmf) >(R)ԟ /h^[ ;kKtBDS~Iۯ$:\%Z(A~?ß_.Lg[9Tʓk3k`6kf /H6)C/ )k,A}^ o)1Lzd^ tx*Q ӵ'K5 Xk#"vz6זk}xH4-r74O3'O:QXQ>rθk}_]jJ\ Sbks>TJtfs$IHL#(>(S'AB(K%8j*OtHY%HH S#ohz2ey2BJ$ڬ-kȵϏA8&/GMÿl M$9Y9k8~C8G@br8i$C?$Q{Dyamc$/k O#~p $~ PA 2(@|Q%HxDR_>*DG_ǕHks8׆7jN7-1M><\t(H6yEq7VƛJepזڲ~ޗ__Iڏe GX\?GYkt2`rm9Rk/X7ۻ$IIx8E'kNArOBxDRۯzO:\8H#9Čx.A.A8 PCwd'qs '7~/19HMx"CL}$=q0x:CSX̩Zy<'kH Dl9(AqGByYsE3X3iR@)ohMw^JJ$dJMH^jAe.ٹ wJiYr(2rM%F0H$2n>Ot$F`7' NȠC8ɓND"ueS р\)eelCzc˚NvO KxkqzeY8:d1$ߌG #\Srp $R?84AH^ĈG uGyzp/9Ji_nKx'Htyx}Ieti$Nh f g?s=i ![U />{#:x:d^:4Me$ʓ_ HR22G<NH$7c)%'a:ehʡD"GpOJ;Uf]aS4 +<Q#>^'~Ex!,/䇿$8݉Aoh89Б(JS)A:y&rp^ r!*@>Q$2rP⣀ 9#q+1D4Gn胜<; Up fY(!H輁i9| ;ز.QihHN@qk7%џσ k;aFK^X;?Npq2"ƥ0:#]cbRJSC1gOi<*KOt䉧8y2A.uJCd%2roOt@~t$2;Kt)A9$xptM +iޓedwD{$~D^ x$)C^BL 1M M45'r0 qwx$#=*1Mp$^NNG^\FMQ?KMqv8H~Ggԗ79bHplYHi 7$$;ՎãfAtXfk^(AI~ + zchזwHTpʮDtH$C t'ܱG H ʼnf =9ȉ1HAzMgnRb;#7AS28FrvA?bsHBI"y"ခ8uI :AN/s8HT$|㺮9ᏋUc^{v>rK @ `C *3MNctJM(1Ds!u$NHmD")1#~&HxM$7A;gu<|PSxH,#CnJe"xǣy~Y+,P:xC_;nCI45r!~zsǼᏂż+׾mnn߹ǣ\.F窄!ơS*]panRH r23(AnԜD"A"Q /Hp 9ȡR~qWGW򎴄s~XK=Y2 t$%DfIXvyYtM&8HsG 68{E'S:CS'3G0!P\b1͑O顃S0\J<#Gn2HةЗ580;Nd7tNfN#M9w&Br4/ kcH=3dP4^R9sH8]F.}8*< rrv+N<r*˓[Vp} dN e8QH6pteKt%H8a.|m1w&qDHZ!-,r] 8;܊ܑ\١r%'(JGTrJ8σQR3Ac + R S@J 2Taew*%H)Gps$% O#tD"G'IA'PBS*z<Sl߁'ڬ$LDVAkcrS* gɯʇfڴAYnaOa+є#árW*Hd$xY8 S@HG@b )J d$8N ': 2/H q +F: 2LyDbd}'^(A@@x5'p:'3p5K 7GR4fmL%cvr%Nቕ YO.2/`<}kQ$w+nE83qaSs|:D"v0GJ,s 7G2yoPF.N $4yJ%PYbAMp:y r5\D1q3# ;.oGiP:x'N#<*t}qu800ҌbjW:0noI ^egڬfn,2x_{|iw$tbC[laJԗqHJ8Qt(JDSMNf 6%12 HwxD HdpD|2|rO~Ogi_"/ȓ:NPJ$2xK8sJх ;v1#08KDyI87 gF_"CD"G< +>(AH$qGϧgߨy˓:#Cd;Χ#'$ H  { +<}G# J8s 8 k0w !1f0k_a˚Dpò E +^qb^=M6D}80p\Y!-oM>4Pg<>rc#ΠL$/F 74A"?sneh41goR.v0MGi^ N(Mn0J൧ɕ0X6DKaYdX20[Ȗ ^]?ܦ]nE8i)I +7H'Hߏ?ҠIdrr>%N98H9#ohr,A@@|bO':p$2 rܩCg>s!aR Q2S7k㙾w2 \/ Gsm,#}5 _oaq1J;+mnN#H89ABw'#qO4PYF##O~yPGܘf] Q))GR")c$*e: 񝣲8N) 1\:cDJNi `s؃4h.|18h/&g+ + %oP9yeMҁXUҿJ p+i}a]>li G"I$(Ae<}rP COxRsӟx +a:?ǧ qOt:$ ':pp\ ӎ9ft08FGp4k ia$&j\5d?(m^k'4Aw Vu/:6[>*[6=:p0@p8i'9?8HK$~p<<;8G7jN"CH C74JhLg#9 ~G'! !>S11>ݐa4 4w0R4൹~m"/1MSL(_כ66v֭ t '\:<7:fDR>q?}yCdx G2#%A&Ad|A"H$ ~2S<$8n"Hd3L:Wip]ډem^a-t1Z t+zd$llevyqH%HttHP9 *e:H$F8% Mk2ry2>֟2)L?щ\┡R" #= pVI8?rA¼HIi܍4}0S0kFב.Fy]tcT38XU: _KŨVO)fDͰv|0H8*Hp+AbМǯ]" Mฉ\\'A@Q0r pܨ/AS)3rP>?q~Ns +F>K̘(Iz$1IL4&ԜB̚ܦX_nZZXkfq@Nt|YpX\з Za( m;w-}[1l138!yyGgIZ~ģpD"%GQ"#HJ,L?AR`$r 'xOL J' g83T:e0,'1D +KiWIh0] )-pj4a˸kJ,H >/&^ntV! nmp+Ny.l;wr& r2pD2r<я\)x/y 2TJ KA&ȍ$aDYp0 Hn$F s7Jh*ѨbF <1Xk_ \P#~sI +6\Ph]Dw+ڔBgezpN9q~ɡR:J'7jJ f8FO")1rRS"qp6O@N3H$%ȠD299(áRF.l?15i@ȉ +ce``(]r0q6:fܤ} &)Ay,q>uKQBʢ[-n$vvʖ)$ v_QhMdtDwx +rCsPk G#1% >TOꗃΙ əO)Cd>h Sy&2 M$'u$FE$IDF] $yAs$A0Jۋ)5yzm5@x~g$hBA3{e6}i=Y`JkȏtKg礧gLDbdSӡCe'GuA9(A##GS@p + 2J<; y 08q̅Dbj( {ә83h6cN WG}CJ.; :򺮵}` ӧ>W"LX(+`%]ΚI-ll_S` #w`aJDJj2yzԹ%ȍ_7r,Aߨ9dəA $rP )rPD^".7<QL$#+rtep"7D@KU3 ëGaҍ|/]־Fd\> _?{&>ڟ>i Mi ,NX.f`%%Z[ Ymk݊v6(tڠfD8oH&1D8ΒyH$ee HJD ( wx7qy \:JFItI91DޑUnhוƳQQDpF^_o־Hk+qצOzjX"ie_-\𯒌.F2g nA`%B' *K' q:Hn A 2(A@@@0gAep$gyS@L^<Q|$>hb KD,0/AdĢk ȆFd snI_nu]/y폀)ŸقъIh=݊d6666 a[A`A@Tӥ ' rH$ə2rep9'ЗਉDTJ(HuBg\r\bPG"1qD YH&oܚFOep8 ':ơua?Vim܊.F.FKݚ-#5;.H NT(AI5H8) LQrDb~[C 2(Jeph /CRD#7?9A"c)K0 dA٬ha0gHal |u10a5]."݈kz9GRUѯ$#/}?JSie;b0k.FXvWDb`_t'c) +':y>s*?&#'gNRbDIdP8>L$k ˡD"12:VdROOy'Hrt#/#7 Ni;CJ3YDK.Mqkߍkߍr}Б =}p +_>|.#ĭr^ĺ ܊2s"-/JM ;{tN428H7 נB*%9|,$2r _s{KH䠌ɼLS8hDJS0d#949Li0`r* zT 9%AƀK^־^J8~$;kfm|@PZp1Zw#%E&5v̾6qҞaA0Jg#?%N28F72Nw9( H$nR%# +aAv VV s+_vSqa7O m7L(%N HJdKKr#$%neܚJOʡ'OtLAt(A[d^)ÔdP޸5琀 $Hya/)SC@p)ALA3X(aro84& AE!6\ko2(w^;b>O\ʰb.F +n]<g#`) F`}!9єCeԜ28Ƞ) 74%F[GqD)=ID" 74c`y*%D2(OpP)#)1rc#`Д F #Fe&7̲4w 5 (|m־Ip]:FM7й޿)$|:aVV.FM+nE.Se-.p6nx*;T"rDQs#ο; PG")A@%? $rHA|PިyK$#'5A$xəHA<9aN`xTV%L)8Cf苐׾ p=uwg0\k ~p0 :BY+E"U$,> 4;}DA98r8K>(AIIJ9'g;?2$8Ke5%#&MADJgwnͳH$Hp \>~RV%Ҡ4k%1F( tn]0(] Jѹ17Koħhm|FV\ҲX(Ӫr+l|5]fV' y]':HAG>?yOg*  |' ɳ٬SY)G:g :Hz'M ~C38HϦ8#܁I9\bg0._n"ݐ. CJ3u]k7ARkg_}RXX nY,A܊i,.FX Ҧ iCP)ViVN5ӿwn<=|`<) <#AL% 2e^,)Gp:*K$q +Hun rM*V74M֠4tq0afݍAǀǼh]p!;(vN4%_5fzcxO %PV̺Y=#f=a%/a_@l։<=G.5ǒH$%S@@nQ)Py/) H$3dPgK$rP&%>p#$wxI i\"aRBs2 t@@ HiHH,kN`>ݍ_nwc\,q kBHJg7}b}^ʸ9܍Xd('m F|$H堌ӣ31óD"AObG Ce DRb0r9ʓ_<wN4#? HdAd:N&Fn/%y?D3fJ+}unH nzt'm\)XkEO~o%ڲ޿yحHʯ}7aAtnQthm[gk D|GeDI<8Ƞ*KܤD2 񧀃IDI} #'g8I|AddIyRG")A"/D^)) 45A0̖n WG rz%\ z_2VF 礿鷕Ow#c\&p7.FXI Ͱ h n$d,1ӣt&OAʏ1i2Tq:O>S:p+'%FK'OggH382:%PYb!z铦r0t1 Ptsxn(]&%")N Y|nEH`5 \б\ Pi1DaMK 7j8r8˼ # ~C?񅚓ON^xR#)A)#! 'u0%9u*SqOQ4G H3i7gp%wc7!+%ܐ^:;=q]PR |Q w aBS0H(w䠌S1<GL9A"Ar捏͸=8;Cp >J7 $7)oLs\S2 +7zfJi` jbM:õb. Wt=FW d?)_qm\׵v/ %|ףw#|jXFbqnTZ1KG,$6q{:hɼhA99(A@f SG^PԙMA9|,K_G$r$x$rny9(AܨYSL" qP)aJ$n"Aȏ#|P 'ȸ9ȉNx AQ`$n#'5K$XICQ +hKwoA=࿬] J(ހ M.Vk)OJŵj`WJ.FObб,2Z="jXjH[ dI 28E:M$ H䓳A9L9rr69F:r J8>h>ѿQ d,#1% ~RDR(or eDgPOnO 7IpJA0W~0b),aZ4\aa*_$܍ .z ־7?uy;/ _G܍}R¹ݍ +J7<>(ax  C'G>9}vDG"Ot@0~RG~ɳ7eOa45nb :VR`a#HډPy&DsdPG9)A_;<_{L<IL'wI$g)qyS@nhwx! ~lun9()GNjCtK,Aq &FLn4%L:<7..W ]&_t+­X|pmK^?5 Hm6_اOOEģVn2ªjˡ]Hʓ:ҁ9IyH$N D>+ 1|L5%FN92`$*%FO,xR$A"8##NS:HDR3q4-a% yQ \ F[uw7k_/q\׵6%':~}_/kK >Ѳdʺt΃Ga#@[6 Ĕ A"?D>y D鸕8;yy2qk*'#@əH$D20eRF~˓8=t"8N %J\*AD~&!04 0KmݨnF'ZjP)HJPD?t=.Fh,,VHa)ayi9 g#QYDdPbH$nRb$8  D4GB 2TOn}e8S H<3|,AA"D"1 O/1rqCe<`BJPK7mfǮ ĭE;8%`m\S1GO6F>[Gz["ZKd`>D"pXye ;5T';C"Hʡ*%FNjO#':B^~dA C*e: # ( tr Cey3ps$l%`ZFFĤG@nti_ztɸcn7^~2 _Xnt+B'y]>c)@,U wD"# u(py#O< +D/D")SLӡ|29##'95$Cg:#C#'H$F:G(Cw鐏xt~G3 /xt3(ANC@'HJ'A ӧĔ31k~Hd|tc: 0Y^>q3H+ C|uttvq u}\QL^㷂_}>OsVo>>܍HZ(f U% dPڝ <L%NPDrfp$#ȟϧu&AL A 9ל8xpvxp$ Q<GH$HpcY<ҀhJ$e!FlҌt ᖐ #qI*`]8.(}%gڬڿb}noObp1Jk"-,Ҫ \JJ9T':p ~w@y21NG^~#$2I'H&,??5r>>aM i ԡ#aGP);>tn%tH|P rc3O哏iD~G91M%9(AN阒 )8;|胜$% 2Li$CEb Lz%&+Ţ/p]Q"tW(qmo鷒G#>|bǷ.FnU2$29LI@@JI rrL9r&NArfI}|PH$Fp:$aJr윜OO:G<GȠrRGy2ep;SR")A@¤@GSI}: ;4aA J DFw}w28?~`Ν_~C~w\>/s1"IXBXI: Mdxv gyPDR%FH|rOaJ{&H(#<}5+ˡr4[H)C-|dP8dX2xp#J5KI&a,] f?tZp9pi=DRy7EF}AqwWq3|_/$~mDrPY68\7AM3bꃻ npK.\FJp=j\\\D#RGD_Xѧp+P uPZ8 FnaC)kl}7%y٬S S'  Yt%|&L"7Φ$`%̻w-ntuĕnk6nr޸Z+')\bF(6s(C X%.[7RDL ԗÔ$8J$d)#H ί$S"9D"L1HxwVY ?sЉc'e $0% Cz&e&]  p9"܍]#qR0 W.%SK"D_*kb\K#w~OSҲX%X7.A . 7IF q:* J 1~GbJ<8Ƞ\b#N%FB 2TJ$r8K>(?2NM$ȍI uJ$%H'$28ȍi$&HJibTC4چtn$Fp7׈ݍ鵯Gj6\?~}VWu1ǁg&a4u ,A@A8=t9ə# 9)H$2IAqk8 dPq7e :HΉrrDyy9TJ$r,tDrf0eC baÅׅtut=ed>< ~rbyzb~mw;Kc-:X%b=>x*q +i#/?Hp$28Fx# J n%t"J Lq:*'|Gg J$2I$eLJR̓J|'wS@$8HsD`Zã0׃a<\n Qvd6A"jp/7W hqAExvK#44 G([V :Ғ:a'HܰwdI28F& S :'uI2N??D")oL&7qzL )1M2(;?>G ;H$F~P28Fn™aƍ|t  W,Zƹ^7\MGtYUeI[־~~/PK/>InX. 2H= AePy&F CA"19y>3 $rGRӡsSH /*K]& -C}DRF#8;GHȵ.Yz"9 -]!వ")Ћ:_49 D^~!$M<8 ~rmq9Ny>I@Nl@@@AG~%Hpx %0Y#rcg@@“U~!٣ O}p=jѫbQ/Ѝ^c֊_iqӿ*~V8LF(F鄝.8ԥn݇nv2h~2N?9&)A乹 " [&g>9|4|qoD?q<]|DHdpLp9OGh؃l+2'ύGm(8ԣ2Q)ExotH@#│z둜%wכ7_/AB\N. q+НnT)6{LF96 9&Xa|#HFh#F3Ol<đ 9ȓ'8xfrah# 'm?1,Ý&|C~0ʋkXg^,d؀%WɕB H$&a\bxgD.yrH@xfܟ>,# ײ >'hY"(=HKcD)c;}l rqDD.A@N18026N0O=@NءLL0Oࣱ O0zCNjY]Qx:jmX?z3 Y9=8U'-5<\ˇ#" pwxl$O>#''6Hʋr1 #N@ˑ 2aCy<%y 9AOH|X 粍Aƞw .nވJjG o7ut#b׻ey4:CƺQ;r_w[}./,A S28r#yrH$ؘHauJaȗ8%86I̱q~Jaw|\CHIya DS28HAS<%<0j@K %g^ޤ +Xo )덟.FTu#э]QnHtFpoa%8ߣ%0kO3Ol@"/A@pID)21I<I sHdk &4G"xJAFD"KtKa#&Oڜybsp{ mP-(- Sx%|ozwzADViG')X7EntKwnNt$F^F ;~%280see䢥D"Șa ɉ%Hڜ<)؀Ĝ!d؀'6 Hʱ1)$^^lQD~&280sijvѲ =2]@D͠($EXP=B)"TJ~#A, xI4 +TQw9NX݄0#ݷp1 SXD^3ANl"H'6Hʓ6#*D^؀|Cg<9yٷCsA _7*Fmoߥut"wWM0ōk99iSO }L?i#q +&f1A~fK$r\Ŏ~yy ARarq.9G:T 1O$ȓK$qzD^#&q '6'mJ8g9| O}hXc(D(dj3Put!_y߷G?Q1A Q:agN\ \Fb]xpOQMHU"D.W6,H#/d9A"q +Ir,{r2HʋkX1A^؜D.A9% 擏/D"AsF$KL9A >%c2A9 ȸF 1)䢥D"Gc#S.?p3Èr4 =t1DCٗ au\'^:J#UTGun{QkF$czk1Yt]"]VpO+6tѯL$r\#!'mqGD"q?h, 9sl$a ?c%&0)KL8H%K'熟aDr&9ې6e=w2Nx%8CW(F 0Ue *ȫ6T~7$a$3TbXd'8Kvڊ].C+nH̏8 \1?bG%&&N18'C6H>F؀>K<墽ǏybK0G"/$ qhYM>$GC瘟yP JC&*DzR5G)"7&ݨ*+/z޵va/$=Ox?ԏp> pnt9P>.0W1'nlIpLO?30")/6W YƜe|trf|nCÈɓ_'LR"È 8/@pq $8NO>ÈDz.6/XKGFR t9>0?65j-~_Feγn4:yl\  "yyb~YHO>I9tؘccR)8yybS%xҡ D >$\'HO> s<Fv7J Ci@hJэR|I1_nTnF=-/z753:9U#AW\ -pp+`,%Lrb Fq.GG%>sF)#HJ$%&ANlr$2Α +OV`2>n@tA@ Q .K$$xI 2 1(8COtTqz<7H2FD9Od|܀0 @pLxI(P (U 8ٍFԔZ_cz}Qq'PُD] +D78.G:> ҝ<38~M'6eɉI2?ce I{ $^b9 dD<)AȘ'ex:ql`_x~f D?ن)cNNlNڔ= цC3 Oz?Qգ5V_Awzzτ _n걟^7B7 ;mkэupFwi 6b2lD#yy 2HG^`2 >H$'6I9 I$ID q9N׈6% 26NpIO6A"[N È1< xFK .7x5O* jG<ͣUFԍzz cM_Q!p2pnlyZ\TWW*w +DxE{9p&Hd'  /98G} K8 #<%NƏ8ɵo,)'6瘗H$.)rq&Hdd|bra 9H聥aT jDET7ި8c5[e _3덯^Q7vNX:sZ\ѥt p[$OlН\s#yI 2(ȸp2qN@r?C$xgr4 H0F.%.H 9qs26H㗑yI 2x GD"{cUFŢ^`&vv#ъ*{Za?ԏzdu \&ct$[H$HDNFD")A18G|qrb968a F$IƱ1 DcyS@@FF'Op:Ha96 ƘO |cP cMX3EjFh-wo(o}|7*F? ;%'F׍*ԍv9AaH0b;><>:AR؀q31x.:A9H*FF(Ư/MW`o֊ P] Fp9D1J׈.\v;sb)@pyѲ_Mi6s_69h'S1vzs]Z^|m\D.G$2rD^,9^#?ҡr|epL/$8D bɖOx.!q NH(A@09 E2rIDpABo g.ҍ +znIOW}ŏgywLԵH]"Oܖå N1R#'6 !26&IO A/1ye<=~Lxb<828h,ǜ׈6kĵi tG"Ol@>CdlL$&%%& Z"{R/ +Gԍ TC + 7_u= +}s?G1΁?$jPdඔHܺ0J<_DRb$0~ġ ˏ\8$rA@"/c8 #3#_aHͅ%h,r$h yIDbr}Rb$0~ġ GCFyNҀ +G(h^N$t\wA^w O\G_o| @ѫc'$n䝹p-FX W#`AN< <8&a\" (H1A"#HaaDr&.)Gc<8%r`a) ײaAN< 1x9BP D* SՄ +HFo_ot_f_GM>ѥҍ~nS; Sd8yB\xJ ,a DN>6DR")I21OttKJLA~@GD"Iȯ%r|' HΌ? QF~E2N18KL0' /<7CgOA~g"dI$h2xg")⧣' crU,ubD'%#Hgޅ(7n`pe/# p$MG:Z\"H '6 H HJ$%&8a ɰH$%&8F$$~ ə %&O'Ͻ &HIa#Kި@=K:RJ6RMPw}Q^7n?F ܏i(O\ wOpJw$x~#2N?9c# $8ȓsc#H8C ?q=}XF.9ADG?Ŗ$0brb 82l0s_"ArO?9c# $8{cq,{ؗ PP9XtQ)&pe#^C b%zğ7.*\+}&3:X.q +K.Oq᧏m?OMh\<a|?7?}>Q\XD^>i_hY$28.<a|r?c {"RA Sը/ZH7B)~(.ňzLFC ?yFk!98-irub僸'n)Hrq-rI4,$8H`FsyhY\$'?h'mx&&=ȓ Y Nr$=e +BHŢ^n2Oh m:JS}Q_߅H^g7B7O/p w.AhE9vh&q|Ռs'% 璃FD<) D┘$qD'%ȉ HmJL0O'>//>.O| r$6Xbȇq<)A8(t$N]^CBɨR@=JxgNjg"~Zu':ZޭX~hYyuj#(u= ޭ'6K re,18d%e 8+KXƜ\X"Ycp$Ŗə8qqH6$8&f4.1)HAFc|=Èd9aG"Bh z5bQj!ὑyc|?D\v#׻`;kmz#btzu#э.]˔=ptw3_DFAb~I9'X9>28&ȗGc d\#H$KA.%9AR")A0h,OcR^<' D %%0 Kax'>֓.Q!D]Q-1#C#ysCQ/x:P}':V4~7g~tojr8mo  KARu GGh)/ZJG^~8h II#Hd )% 9r ,񓔸DRc raaR'ňU +͊QIu$Gt8Oc^׻.,؃²oS@ѨSuD7…4KX._vCJ-=~5\KDG$hHd &a8$pegbxz)Ak_%HXbrb 3A5{$Krq.99c2+Ã?yxKP QW:ԈT)F1(aTwc#yb?^o||R7jc?E?;O',wQ..م9 -A^$&8ae^<Ѹ('6 ''蓋kXmJLs K Ź<a|bO%2N `/(P#= Tкu`z jͨ Ozש?Z^rWZH]fpX ⾁82.5d N?i_ } 1 |l$OeE8'8I8A"#,  A"82ŵF l9q;tՂH8Fݨj-|렺ybDB+m轑R9; 蔔(n$+F(kwObN'mog<)A9 26N6I)1' Oڗq<ฤ9I3FD<)/H$N9A"Oڔq<)A9I26N]"!tEhhX=㽱QAJIBM*K鱯7:~ 'mGc əK$KA@Nl@Ĝ YS #L `P0P&Z\7z Ŭ. + GA^o[)nTѝn:UZvpu ƒ!p`)A@@~ɏ84-%HI8K$280%N9q'%>J̓2x qF$2ID"cH$%Hˋ- 0~CqyRĜssA{$e>>.q.03GcyRbDx &q87}rq8}|\< I(' % >ODRS/B{]jR@FFiJ + + +75^׻|bI|GGhssGNx"E•µK-Iu {sy<:H=Hs2 1O$q\k 9"OA@:Ը ~c$8H<8?ǣF&'G.+RQȡI8{nFp+ťHJpt_כy7~X +ܦs]HbAvLܙnyҦ_qAR$8HpL6I%K$0 Gv()cN"H$Hh$ (Ș'I3H$N9A"Oڔq<)A918HpL2r2)ANH$%Hp$AD"c$'* 8NࣱDR 9,A9ӱ ) /`è%*o_R᨝QNz`Th]t_G eݍAt/NvN\rn%4o Fc rFĜID"$80DGK|aC'm &a ~a D"\̋kXOc$$xq20>H:$8(@4TG(FˊEW>*\7Kc5 zzO߆og79H ܩ9Fk Ҥ+En&pq +ȉr?rzÈKX%e%&ȗHJ$ {$Ѹ ~aD"/,#&%9K$d4a\"q:1/YGCqqI9ARa8~$ EɀJtcj^ۤz߯yP $G:$Az}S1!uc謜VvPp-Ld$x$8%q<ȗD\\':z&. Hdg#H Q#&18Stl$1D.DZKLA<8Hp$K$231 x`J\"AG2R]@1BVQ/Y7 /iD#UMjJKjEz޻phPPj s.(2ܓp@:) 16d4ό GD"cN,18HasS@@0~rm<%H%ȸƓ GdlLd0>) 16d4ȗGg-F(QL TM:Jz`x '%֍;O + hsS [v%4L.n Ki HJ\s<aOKLK$k 8' HqQ~ҦqDRbraDI+19iY#H>,A@)OqS > )A@q&9؀ \",Ap#,'~>D"O5erq.9Hx0=ɹG T/ |t +WYy]ny} zOtT<~Ő?otp&Z7ګQÙ.2UH' x_GX #>J2r .?$1/?%̓m0>i/ANl@H|L9r'6`XG\<7a?O È\bOl0G(#/r9_8 -L8OA.q +I_` ȓؘKa9i1sOAɓٟ~H6H{Oe-}4JTnb襑"HFp%~̓f9wz};uN:'h;KqeW]3IsF8aA"GD"A"/9/;}AR\X)rOl A.,A~Qq}H$'fHM ɹ|9#9% y9=%N Z1z3P8>ҍSut,z#^_o雡ztzF8yKWZKe^vCd=pH>$ H/~Z")#Os2Q|lL0F8KGbL$%Hʋ-'eǖ2OK$eT'H$\O -H26&%Nő,g؀ Y|C8JD壱DR=dA@a$r gbrRӱ #HHJ$2II2xpLFdˤ瘗C[&rADS$8H'}^n$P,ERH#׍RG+(C|}!H^?߆bz?K7kf|t#wv..38\>܍9o].1Had؀<7';J@>CdsɑHL2H$.1'h)\yFF.Olpʓr4~L\r h,'2xp%& 1arܜ(y)A1.ȃQWHET5jԺbN6~M.TO'>_|ٍN@B7J$u#]t#\,]K&(c28/~4 Kra <8IL$2rS061'q9ɰ)Om28$8I9K sD"#//#\؏FyaS.,AI.:5bP8 GA/&TzTz4z}Qz'Tufc]7*F8#\\U# c }p02%NA"GƟp4N(qmɂRC8^`^FdRHڠHM̡M%Hl H&ƃYAR!eC'X/>` dh؂Dr0~}=wlA Ţ^TSӮz(p~$7uz|$\W]8 ~x"c+ܴAr0F^&ep'A.c%i#& q >4J$2 18`#8<_efaD"A@>C9hb oԣܨ=UV@w7uW䓽~=1ÇK8='I#KZ\Tb #ܖMM .,7{$xM hH$#OA"#H&A0\F$%G28Hp$H$ D")AƍX+ĿHW?3;g.Vpw1XJ(A@#a <cJR|b<7JI9tFD.ICxP ixa- Oep$rccoN{#ǡ=oD"Z>$Q Kl >4ʏtHl<3sq |+7q3_vpT RW@1&tTQ7zrJ_Aq_%z)8x݈Ͽ7*F8?zt]n e. =)8A"EM;ȍMp$$C_6meHd<||0~d%#H$ y9q;H䦍 <>z"12<7ee 1Nˍ&H&8 M8$c{l$tPcHMŢ^g4)"u=T<7j3g?\o򉽗au}M5n|S%ظ7d^F.b$`<`d z<\b {f6#5H{$rc'zM8T3tNޙKW!IW +AX` Db~/!% Fl_$Hp$ A`D2 >q<)A؃ )A=O$FbD)Od;^I%>J9G"q!% Fl_|+LG. ]GH(|"RGuch-=#u? #\y$wO~~s8%H#]˔ڻ 49쑃N$I{94 R2x8|mS3 % 2っ$2x#%ȦMDxK`D"HJ$G$ Kl)2x+Q rSi$4э9tgt|ܮV +#u7y}ÙS7kxܸcGvR>H%dӦDR")A epotTF.`dh#f$Hy0ˤA2 XF.1i37D^")A6mJ$%$8|+28qT-ȨU4 bH i2< ׃~bk$FA~{x[xM3szN:NU"4|p!C;FJ$$^"/f9̆ Fl, CN<هIHJ # rCf6$ ȓٓC#{=l@ 3& yy0f6d0b F}+˰.ƚ:&V3!Q qo}'+_7-wx2?({nsN ; .6.|ĸ[_āCad0lfCc<82rA"#߉e%F%F쑔Hd2,(F98t]\C1\n84  E 6AG29!% H"AZH$ȁ%Hp"A@0  crcO&vHLF.G:_p$MpL1~H D8DR-HEDB@%KL7^NDS,^O1⺮םJ#syn=&tuO]ѵȺ]fFMwAR^28H䦍DR8훽'K$[xAF`` FGB2A2%H H$ll'oڔ H؂Db d'i# q{euu>X4F -F}`|h6㺻\G,1S7.]takបp`ARb$ c;H&H$DR؀lfc[F oGcCJ$N$I'm<A.##('0"D"b&I hZ)zF/G7+_ݸ;JwI%B]7x=1nӍAM:O'a*\WLdsC8F O~cK<ٴy&)f#ñ1Ljٌ`< 2D"#aD"yXX >4̒`y =8|1؃l|T  +D1jΩ+"(u"UJ^C ^wC^9GGoκh3t] \.kp7`@$%> +R>q$$8FA"|cc^H$C˝q[b;#Dbdc|0'`|2l'Hd<8( ه8 # }߃#Q $ *F 4ER1Jo +ZKwi0fusSQ/{>v|:7#ۅ#要D>9|=HpM1Hxq,#Kl >4ʏ̡;_|3{|c3IaF؀G2|x H&#HÌ$f9{ 6[2xH$Nܓ<OhTRq`FĈw}~FD7:+ݨNZ]w-++qn%oGF^`/ƃ% dD"A"/=rf6OMK/77$q0 F$$8|=?% cތČɑOƃ% dD"A"9HN P&X 18F@4y(=ؗ߸us.{O(s}: 'y:gg\\Zp )cnk ى-H&|\bdhOf?2|۔CcyRF.A@@d$8Hr0nƃY&0csx$8_;)5A$>.1{2Oe6C*(b3Rx*?sn@ߋ^ >E7jDc;7gȝ0Kp!e.H'{σFm0cR ز͖p48 ÌI Db&~q'1ott2Èd#C2oLF.d% >H'{σFm0Ӥ _'uB +(O 4 Cdp#/#!!rf$F$H$8`dh#A8[@I $xoGgLv x覍#ྕ2X :!84Q&a<4ߊQu?IĴN3nEo]?n7)>Ũn3] +sw} 3Q?e"%#a |0v1ƍMott'F6-e`d0D^" x-%I Ar;f$Hy>.áK 6ÌdhfHl|`H`qw1*&b3 +CQդFݥTYnq]lF#@Sd& g]\,]f'nGRٿ |0F^byy0ˑMK989KDb$f܂D#X F#H$0#S8t0Dǖ'M2IHJ K /f9i)#|17健/;+BR(p(uQ7rub{^8w*uOD?;rt#x.]&\5/ݍlGD7~h$  X#Y#dM# Fˆ-=rlF6- c; A# H$~r3lGD"`dc# #P Db%sd7^RPPx(?=otn4d7#Ft#,U>UZ1ll}G`؀`$ 7  _p$2xpK8<`I#}GXF.fp4f#C dc0F.c$o%xl,?x A:dݨLۨb:KIM9xZJ~cAoZ}O>98ctzN3µ:(]up7#_` LnH$r0I !;A@/I$rh Ì# dg<}'HI -1L"OK(12yf2?h9A6Xb$ Hp,qN7{D' Fu!@4 * gG2wFX)nHn|[$FApI鉑 9:ѹ9ɺiKBue/}8_8D"Oy`o6 A.#HJ$I$8DnotTb# olpARb$HGÑLF^^V~!؀ H$r0)O2 ; D*F7*"TVUnZu>&^?x9|=7zpUԝsᜥKCW7tHw \" /#O:$A6m%Hp1ˍMl6/`$wb$~=H H&hH$FXF.c< cI$Ȧ3_| S\NQjXtTIj*YkZõ~^9Dr)F̧F4tӬnTNbT.u˄"76yҾE"76w$xp$$l1pCd7yd`EHD{ sK 1NcsIi#A/Aȍ&C q⋉`;5{}"ՋQ;ojxvRwq].z?OuOOnrzNҩ֍pԅwCdݴc14J6 }yb|2fL$GCs7|0"$0# r376H7ُ 6 Cc}4?sslCaK' H%r0#)uBCubAptCzI;5TYRf^C+JnZOOnt&3tNF'upH +"n$x]C$H͓ 1Nb<)A@@MCJ$Gnl='%q}aaD" 1HČ$r GG dc<88D")q<{ .Ab<)+H$b$꥞9R7{JIj'?~.#Էu#w&Ns#석KVO a~3q|^")' HJARnmJ$$xY&%#AH|dg#%ȦMDDK`D"H&a<'%qDb`dcX d7 1f6[L>i_ 3 AcpÌ$8H HJl,q"Or3dd`$} $8D;:PP Lz!zFդԔRYwi?p=lnx-ύpщ7uꜝKp-q] .= +Ip8旲[Hv`K'H&ol"Ė؎H$f6#' H 1K9H$ D^nf3iYG#($G:[b25| +W>nt2έ`]F wFFm'[:@@b 1RF^3$%H>XF.12` ` >#H$FQn '%FblcӸI۟t pwb2r>4ƀIBu3iH7VMQeF~= Gm?78%'N F "IuA66DND$ 6`/yHJ$8D2ryR'shdh3-A 8d'H#8dp4I  Fq'Fq}pM ЃInT DJfPArύQU+hxFqsFU4;Q +ܕd݃<\<{>?2 HD ͷMd#9h_)C<9%D"/ġ۟D"A@0e<]<˼||0~d"A# $94NZԅV E(F{4,!_쯛}=+F^?Srbp ZJU;$MS8HpÌI rm 2edS ģW;&Ѩ`DM;bs}蔔8I ;.spMC_G OfH$r8@ll@b{[66OHʡQbHJ$d0 A"/7{{clH/ Ì#O|ѡQF> dD"c~A66 /76jADT)Z)%dd(F]eu}wnЍNLb/H   dh,LlL|ġ[0q2[H"c$ˡq#8#H$eaFC'2IpofɑHDR 2A$Ȧ$G|7c;B|B@zC7B)M7zSY*'M( лA>uv>F$bt!pi.y=Cn#O +y l,-aO HdK$Iy`DbK% 28 >4N")GRF$d8F h#O +#\~QaeA|A6:Fe]\@p#7tt#lԚ |(֧Gdt^hAԣ .6 poaf qx(o8\b$Ì0#ARF^~ġCd%Hˡ`a,1e˃Y&2$#G qx(xxx[{}F ύQ:+$љD]- ll.<#GH4JaƤ DI / wFH ))FtNXF.eم@R­Q~!$~9x۔#硽KDcٛ0 {˃{"7!rh D8 Db} D")c{)# )c8DboS#^Db}%pHnH4CE:I`[PFo1όHIA)] zh O[;5tszyNuewlrߞH$# 6 0/Hdwd'94Nb#Q`o>,ZJ#Iyw3>d0F> 2qC'A@@b ٴyo%x;=8N $ ZE= Z=)eU7B1ǿ77oAF; 㡑n+uݐ'8 ~r3r`-ز2!Gݴ/"F ٴ,#:/Fq0#^ /hY~d`;f$'A@@@ʼlydhH&#7(#7:Zb¡g G0BA(F?HQA)eu;P~Q/!^wJC}s0bQ;Ue޻٥pn!9ݷe~RGA2l؃lڔ</0cMp<%f #ۇYHd򍎖#OCl@pH9|e$Fsٴ:a+,E(cFƊN3BX>Gr]Fs#n3KZJatm!qȯC` Ȧ2A=>D"A0Wd8F؀lڔ? +iSnf#yq߲/" yȰG-H$Ilٴ9A#Ȱǧ}+Kx%4tZ#ԎFH#yn$jJYi-e|߼f뵺\~!+[w͟CpJ[7꜉nEJAH$Hүcc)#/#/c\Ά`y D~AK q|0/= |`/y8DF$1~21F$$ryyyۇr6#ȥ$ GP aYBu% +nTAQA5y1}S~]' oo״s?7'4.a؀Vez_*'C?U+>O;Y7t#wpu.3\;, Dm 8A2CJl0=>AoţMId2A {ALFl D"c'ވDR0Hfor qd #aAH$Fb|0PQ&*Ũmv3ύՑjҍ=UN' Xg=4:dhtzkqippaVD^iүc8H$Hd'epaFD31x 6Hd$ƓI$2x2(c #8<'rhX~88 ' {"L"1+%Aȡї5bQ2: j+ x ς{n2F;I-W.|w[6A=ro9q}R>zA96F$G>|1)c|$f^0#ñ1"Aax<)7md?Ga<~|s0<[)HBPR7JMChQI2e|^wN''^»nA>N!H0#\!. ..\{Dv&c;_2Lʃ_28I$rhHA~`^0 '#ߘR2H h,#H؎IۇY&/K$_̡QnlΑH(%$j(m3ݨzQ6n v[>J4{BYR7: +'S%pSPp0…[=``#%0cRf$¼2)|c'KGB"Fp$哽 Ì#K_7p$8`-H|2- 9r 2̘+ 2H6OtWJBu`D@7BO׊H7jݍ$~+A֏x(Fԍx(gN)wIX ad/Iy`MRb  C$gF^ll' Z?#xh`#8$ } -H&ll@c'd9F6{9$% 8D")#/A@|A'L +hFL(("FP=*+ݨԗe5\aY~^lh}>nt2NIi;=TTp9p .|0vsdo&A@@u>G'O>9HfoI$[~k@c#7( 1'~1H4P ^~t䓽+G>Y'ՅbDHh 壂:KPPjJ7*Fx 7j dﯟ?%.>uײԍpJN݈ݍ.ЕF^!Om\od2|'F6-D"HA@"/A0r0y9Q#G)12y˲|bOڔ9A6m'# HK$$ٴ,#H}=/Wb$ Pj\HR?A#Iuu?"7 q/&ZPC}rvntNwpQp%ܓ n]yR<9ȦFG؎F \$Hp1/  8dI o8oWD"7Iʃ#  ٴ }h GGIn |"Fch-(F=Ɠ?`woxnp2Nn4*FԍP.E‘HR#!-'A@7+ϗـͷ=؀,#H/ %8H%#Ac2ơ%#ȼ|!$$H8Wrc24J_' +a+b!aݢdT QAȣF54Jˏ+G0NoL y2 9IM 1c"+9B* +:b-[Fs*%)@|Ozu+A~ [y~nt2Fn g봉w!.p.ymolllGAHlAܴ 9hL$2{ |b$8%'V7:[tňѾKs]{tOK"7f1vAp<%ؾG"7M/H$؂DF.H$dq>0Y|c^02<7Ѿ8Fd8FfdSbdgp$2/0<Z+}Ţa`ݨ|TԔg9e%&uSnWx+x[X C9FT] X\2~ r`/1rqo d ߤ 2cD^3>%˃'q0vc${}K^1Nc| `|2{K' ƗdckN$:aR1Bi@@Q(UCP1nKZKS^w 7uGQ7֣3q>F =\tO0nq(/zM$ȓ| A.AN78;=g+u# q9puh|-=$K`\bdxn6>A$M aF#Ѹ3x77m$D.qH97{#f'KDc GgPeqNFԍ]q.6\u^_"~5Ar8Ff#1cRbw/ D")# DF^F|$;A0Lj$%,GA6Ge[@H#^"$87:ZLjٌ`$HJ<5LBiCx"0=zTJRVZF\SしOAyVKhE,sQ7:Ou# +p۲iW.#/? r1A@H&A"'cGc_2lFbD"FiS`˓GcfsO/? җ1 q$%H"$(+kEQ~buI{~ +uc#rVIX7:ػ4n{r~ċ/%Ip_ F`0ˑ0lf3 ^y{ɑLbd3ˏ2q{H{AbAv>ȿ|ތ # +/e|r3-(#HJ &AcO#$C[cl?2/9}t<)H$f6[ZN"H"76ز96$xK IArd8dII9 FGG#/c'%H$BF( (F =3ύQOqRkM7j3"zݍD~Z{n$*q\1(FػƮW9Hb<)njq|7$8#f9!$s Nh''6SF]\\\&Ca(G"l,'c'%Ɠ2p'Abq - C02xMq )A'F>CdH$F6-<`G 1w2R%J .5Jzu`G5dZKwn޷(4(:_unC>E1 +'&'vp.E˄̵ pۇ%y˲\fy$8 1NG%I鲎\J. K@%MCr5:pPCR")# -d2( 1N0\ udDb7:A >,#yYF. S& qv:Pb H2`RI fuctBq?G~?l +taKuxnDFwl aeJH(8$㭏l4HDI 2(A]$G2y9(#CeK Ce HlfDR"y8dg䓑1NH(߲&*K$%lpPTƅ|F cԘ9wFp4}W)8u__9wctx7%S,7  :%FBdI9(Apl99 rPS%iS2fp$7E"AM$28FRF>|P>A"?a<ԑc<:#|2 q8Fl y b FD0:4 5R|4BK dfcja6Tejv]8a?见f]jtEkX +Xp/12 a ` :a2rDIJ$dl@~ytwA#7u$Fo#i$@$x'ta ` H؉O3r{Li>ll0`ߍEDͦհjpiv]kM<Α蟽~x-5/EF]? w65,L5 MCN$ `7P ot:sfwxD"#"9|P }S<y|28lh9Дab7v \S0,8lo8:(q]'4}mjc6l7f#T HX=tB |IM-FGaJ2 H$HNC$F8Ty$&H$ F|lA"G"|8Per6t&!08ڔ01`t@i&L1|L!Qtzߍc 랍zGE?_9pÕ ޭm[Mˈ;%<&|KJHʡr2a<#HDey#9Ƞ3() '`y r ΡRb|8 y{4GA.ҡ$8r J v sX1(&Mi)xq<:0M>ؾ~l FYwq@'u]"?] +] &.FSo%tJ˸q- H ȟ[A29L9rDbۡĖtFA>t8F(:49T Ce D>ll>7K'H$#p{p'F'#0A +C! 0X FHJ;aH4Ɣ+C/qZ2F:e.wؕ#o7.g5`}b2r AN"H$#'cds4+(󔡎9f[ Ô#Q)1:C 9*Kc 1\b$ HvD"9?!F6ik+'a@)0(tab4a{dPi@,4 7$quOT~@/u7fӄ ?pwvܝۄgSGbF^nt!)cD D%sZr$ȠOd =|n>ICgO0d?y{T$ovԑ $el@ H3N m0cE!HƋ!c4 2 %uc^Ɠ^%&A?Gbl7b6Bƣ~gȬ8C# Dd1YGqhP yD>'ann)jN"CN$&P@3Fd3l# DKtFB>P)cdSC)`k1Р@sb~4d6P, ^7ܠ 9E~ pfDݎW}pkHyd64=&$[:$~С#? ó8ɷH&'Hd&D"2%vLg g!2G"c;*w"y4-Hdl?БHl?`CXAa0bH2fc&b`^n8(19q F. ] qnpknn6wK1XЗ V$r ID29(A6:A.7!-s()A@"߉H g 1'JD 1N6: O|p8:J' ͳN%H;#H&%F#%Б rc_C/ 0"FB34|$L$s  + ^dDOpϧc]2/wYpQ7][p# rVIJyÚS= 'sG"ApH- [ )LbۡH(A@@6C;18Tyd*'hbF'8FOKcdNRS@Ѵ%F }9Qw!㯨JcGAd"K0k?%J|߳l4][qS VĚHX+X̍|K$[h`3i2ry2>OH&A@ot"2TJ$o}tH,7: 1N"ó#C%_6lfn68랊}72M6 '838^?u]HGvvl4``MjӪtxjp0%8FK'.QA D28A$ +F6 A} >L쌧ADa:[@0N$r 8sn4% x1dL"Ga4PƔ'$u]AG營 y_~{8ETl];uˡ,DbaC9TN">r39|I".sDJ̡DF.ISdrx7!7:HJD.A0GpLlt%ȓ鏄r3TN~8v1<8v} J7%|eIlh(aB3}7\j6:3hNu .4\0nnНqX& miI%Hl?p\'MvǖtFA0;1|qH -O#:%O@KRhG"#/A@4&AM r۟8|ۑsH[>8Leߍ f#1j d2a"Mf`vucCH\7~fۉːGݲ4tہ[3fݻ2PJ+NC"]zp2ridN*(AԔA8FO")1)>8d3p"A6: H~KAdr8p9-e/FFsCG-1 +p@4^ b6<#o5P7 .y` X^?5K+4]jw^Fb\ºq9X^hb 1Np@ȡ!;v(`@P J.9Ƞ d&}lA2Ny9_F> S41D [l,qȤ]|`n&l j96M 82L'S뺮Xh?x-^?ծ.FE_TA UZM+<偣= :&ȓO&#/AP)H$%2repx oP9(8ep$#'H$Ƞ >2H$HD2yp428ȦNy ؠ/c|42F>L#ffy^(nA$~` o_ '4F4]t n)A>5ZiM`,s$D>(P)#/c{)otta6*ݎF2e}Vj$H ^gNA^Sn HJ2$x[6: A2 )H$pq4 1C'7:H&p%pOpl$ms3'$ -srr J$%Fڶ s SJl7P 5"8ٌltyL6w?~ u1|+J9隥[Hܔ 7 R +q㐴,#)A<'OԜrdP S`| ȁptK'OeSDRbO D"A4c`y*%D2(8T)#)1r0Ѭ,S#gevp0hDP &bp__͙?Ga@T2$gb}[G4]]s;|wp hME +29t@G.AxHoG+(A6: $2AI /7 `#CHz9(A%HI9(# 2smс [>tLF~`l6}} &^1?_Kra:_utf yf#F484FX(Xp$,{lL?>|P %r\8:TNnv7胀 Ay DR%H2AMy:D"8H<;Oޞs4wɑH}3ÇJJCe7|4. 1L& fp]_qF\k#0Anxܣth6*eQJ+.' n%ȁfp:Gnt02<;yOg*wAR~>Ƞy?;x6딃2rd[@@@02 ÇOJ ͷ6΍F`BGvtola8f1QH1[ AgL#hTҵefc6,۷bz% Ň rgrPL',H$eyPYD.9A.|84s9MDA6! 9_Jwvlt0b-sL7"`\`i4}}IcBwu]{Xuk 4|Nu_kxtw?q]7aAtl5Dk;G%M$[:TAR2(H&A#1px)7:OK8IAddI# A"/A@@@-*mOlϤ mh Fl\`ofc] _ ͟{׍UЏ~%fEfnnʭYQҲXhѤ$ SSlv'C## Ce9(A@G^h`#g>'/2F0N@D$r F0N()G6A@02ԑÔdP>rst K$`  yPG1- 8A2)A r۰ra0 ҔAЇ/& Lx3ϔ_Z|t5 c6ݠ8Q њXX%hZ:XI k<,~px@xR[!ʷyp4+s$|'5 A2P)1S:%rPrdp2rqT r0M-ƓrPGx5PNڪ =}Ms4 aPƈ4R 0F{0_ 1~8u]}^_9rW_?}#ܵb}MVJie\`@^ͳ#t@4M$$8s(# 9dy%FlЁ] [;a0Ɉ5&F̢xa6h6YEu f#,Ni=pXaJy,IoF65KAo}dSSe)OJ$;A@ԗ:Hv)˼ 'vs{9rPSljCNf 2(Ѿ1N.f9lyl4 bf0i6* F5i25Dϧ#qn{tGnLHKPX(0,)“CO[:TnHoHʍ)Hl D>9;%H'o䠦f#FRb|f<Ɠ[6:H$ D?AFG') [:Tntz%Havi Îwp40 # 0. f"57fu]̑*\l#]pqw nٍ}ѲcʺҪ9 +d&A%HpwbK䓑 HdlQbwr388J$2'1!DD"S&GS&eGnCb{D>pl %J/ ζ$\n/v7Abl4%# 4F~>yq]MMB9Tp 2*}:kvrtVRbqUh,# nK!{jh eOA%F?D"ApHpH$H'28id,}e؎)GK$;7u&%PY" H$H$# #c$*m}ؘhG[Ȯo AG/F{09uOxSo! H$FW7v`6AtfcDX%X1#[V‚CYCmg/Hʡ*%F65'ˍN-sh[%Hp$$Gd1N@6uA9(AG.A@@V@>gs:I9TJLǛ:.GRh]6lFM bv}4 i8FT0@Th:q yկݗ nlnkc)Fbe,tZ@٪Zް 6uʷ8o228F83aʧĔ#il*eON :Hdpl419Srɳ?N& N /C .AbWnV86#$m%7: P$"] 9lyn*6`4"M ]KnziѯFk݂w_mB>A +?VF nyjCGzCIF' UD G $[@ԗA@<8G' \")A@6A)1r -HvF.ԗeADb1%PGSͳGG-D^bdԑALۡ LI@dHJM(Mwooam^p{٦ݍ!@ cAugܦG|SӸ{~x6F 2N}_X`sxkX +R4g` -&3q5LB99(qyPDR%FHv>3LIg"H2rhVC$4#c$v9eg'^NpDs,Alk;1 blѦmss?# 5x Ihňz\^eG7M;1VÚ*5!-ZFiaaҚ}.#)A)I`;*w8$I9(M$rPI#/V"H$-1> .GB!ΗAN9-iJ؛cJ.&-am_`$.,u~ [ pGG~G@(-űDlHfȠr㇔)I 2rp : %P)a|Pem!oR)CI  4 y *K}}اaldcw7`PHC}#uObpJk:_7nmFwu=6Ycg(A{%G% )#/i!8mHl>aa:ylm.`DH)J_g.̥&~pn_t$ȰDVb,# FV^'"A<#xpn8GƸʍΦN#od0%Ƞ#7uؾ?D")y!2t24ɠ|3}rtF]*H|`ʍ}ѱ@l@ؘa'dҎa`3E3H4pd]AB^O=$of(űVf?_4[^XmXvOAz( Sp%Hx һ>9T#K>9TJ$#y$F0NaJIyP`dx` %ȡS6L$o8Hp$#H$Hpy9(>/g3Oklulm+fGc0,̠#]N\7?;nR{$lҦ8ƴ[εu`0ֆQxg# 놀nb.ݼ~n-Flf#zE#+='l r8[#;ei&;>*wF.k"7:v1A"\C28Fzro|Û [IiO` :6 [՞k Q–7mMx4"qu`!|p+%q\7nj_g,he,eR[s+OAM^")A) 9r[ ۡ >(AHLI02ԑÔoه8&ȰK/1PScdmGRMFA~ }jME_>wNQ` |)470d"0u]njpx݃1׍U\xږóGaO0`,A+4T!/G^nȡD"7!1N@.9ȠSS'OɃsdn#l, *}\vFq(}Fqd'gHy^nqR JcZ.ӑ`Gil Mx4 1x%z72iHaW" Ôo9U 2(A"$L')[?w|8ʍCH&]$&ܫ [rc@ 849lUlS_"z%= 亮׍?V"q/~o^jH$ȊbªZ^%|:x tdx^2SA +0-t΍H%)H<%$ 2 2x%7HdlQB#ѩ,D")P DRJ2۽%)JiF[Lwb%;`kQv=gJn-?<(qݓ_;E}/M#[׽l[mi٭e<2 Nz uyȠ92,G.# 5%D81\l.Ǔ28F$Il?؇x2G8|LA O/CfļdPO_ mFߊ5,qp[^Ƈ90Y!q]g$?na ƍ"Vҙ:a[tF~cN 'PM<8HpH$FAH$ +rP)G'6N $k# FѮi:{ 64 au]5'Fku.]D7u9^ʘ2uc %_$逇f6Gi<qot^Y |H\8Ƞ 2r G $2G8L$<r<;x&$z$$ex6uuO*Ap$^' HJ$eK$xpĔ[p$`dlٹ!r32(7@@)Ip'v(^فupAoD"Fhw-{l1kv%L_7_f胘 Ig׽A,FZa/=  <#Op{+@zOʡ׏ʝH-0qm ɑ3%P QOJ$;ԔHPs)/F'x[A >赗 mr}(asb6gr 7}à kʦ} }7?6gVp Gu]b6'$*tš8@ KK%7:dr&ĸW=]b6 eh;T1=h'®|mUٿm7{J_;t%{A$^w{*| kk th9x25^% JYBnoqHTJĔ$xpA|P8v#/ oCG%I9%H$%D %FB Az#|!;)nLE0AxݳQڤke ;GnA$8} +OZp/= x.0!('+MHxMxI@zgxz3 k#妎 -߉&D2T1NJ9TAI9e,ot@p~+ x=¡i {cKo5F1bwȰw@О +#юvk}muOCx_]vunzeqc1ydpZ ?0!{ބz@xy. ^W"Nk/G%FppЉD"AG^nH oePGP:2dz9D.G &k%㝇?t`k 7aA _8iـx؛ vh°mrxG~1VuwNk8yݝKaAGSxj=ArHoEpJƻ^3Lz%Hxi%A$l'%FO@%F0N?~"A@@b<)AO%9r;rS#7I~Ko8^ȍĻ=Kd[cc0DVT A`*bő~5 n|Dx5Y^f'u?oHQz%> GpRz@GzB)u byvPSD^dpsH$O$AAoM$2^ñe8J)A,Ô#ؾ_)ޢ ^²WT2<,YcRJ^?yicVsAuov"Ԕi$GL׽<,>zuGs$geOƣ. :s㥅>ȁ& OaI{SKLd(#t)7=џ3 >Ge8*H(7: >2/#)Hl xJxB܃> 3%Jh7\h{0J{~9nl[7lm 맄RY{ҳ碔^7 (A]$[:49(2Hwr,A"AD"#8D")Qȑ-Q_JMҰwU`Ȫp8lv5"n!Fyp$ks{usp/U`IkRƒOӻ1'NKQ' .)(pf$ q:18Hp$H$`D"H8̘Hq(#97DI cJ.!DRF.G9\`sy~?{|ϸ$2'Q)!r҆C)Ap(~1d37\1:-m? +#2q +i.%F::Q| Ƹ+6זk=I|&RFx=W-MZrFJ^:%V"YDuuB_px^~k_jGPF*xTF:hRÏ #d =8TIШ*{SDJkP褠%8b2xN%lK_)_&Y6=YTzQ Jx7@(!A:h夆O"q4$9DFCct IWeUO0؃K$etϹ%ΥQ28aFFr2RϋH8bC@t D觢›,]"PCC>xU\[ǓY>?_fc\7kS6r#'ANCB$1h@ m)0ZINApGړ#A@00 24c#HFA3nڀK4 :CJP%?H_9n28?UfmY;*^˱n6@c* + 5{0|cFFZ i 0F.Gˆ'AL]$OlX e<|` nK6蒌 D`TuQ0`nkg O8P''G$/[a]rm=6`R+@$yh`Ա$$48WJD 3S@:V6A"#Hj9X!.INA3Hk`0~1Nz0*` g!:AxH p8$8I$2X")1G!rq,ua6ə' CDr䖥>WބHdx;t5,_5DxW"O8k:w>xʵߊ {D +k.j)#U,aYm,AF)g9Fc[ R=@pVHB* >X7v@8MsϿ;Y`_6CRz7*ZL]WnMhh`6Ii?[q3r\bĥtil`)AОhFyb37p e'31O'~k0X*W x}HtjH\{Dhנ~PK]Z-QGʎFpH$; i#>\pDm6 qz)1|OO>t3F!r y  W>_lXցQ97kڭARmcB@@X~0$.pm' {BJ# ]5"y&VWxݣ 9xi#Lq9H$<8&C$^y$y 241NKX(` 74'79s62Q+:P$i%xB2x'H>#edxh%Xcp-}F4$X1#)"̲l' EdSx:MFrU}$wu#H\7k 8H?D~ nµqCYm} Fwe-ni ]R%h`m9q% $HWF>B* ZnH$3NۃO n6?%4b8}򟁧9ڬ͵ +o n% j\\̥q0!h#_X6kXr&K#87Kzxb<8N9X FI26k3ڬvl$=6ɠ36}ŋ)$͵Y7qAWɯ-rhtu\;.w!ciTعG _нY7xmfm_G~eMڼ)kQJ}HN^6ڲqھvŸ+1Kkډn61`\ez'F\fmsp9H?څINՒX{\;nxqs|8\bd.u֤<8KA$%阃`KI9L'h,A+4"K$ҧd.>a\FBΆ <8bofiWus }u;N򷢇. ]-%\PEn&8ޛ'oI=aJ2#l%N?7Iif$A4LYr4JNIn1lHaswX"ekKkﯝ +rm֖6x7K%ku~m||o{ȵǵ); F*ˡ a]AKpiL=a6Drr,Dc]hS66HNZJ4J,ӑFW%k#2Lp]wbmO\r$r0~2Fcڵ4\{qWK`#/>nXڼ9 6IyF Ƙ0{7ĦA@!IGv81\ Dn{7F +F(X~k3 #7ȵ'a/_~^ڬ̸kg>2adX{t6cr} 489sݼo\5fm7k,ֽ{H?D7:x4Oڼ7F3vXJ#qmr(We~/8:|0~bD^7aίdeeG 3^bq݉}U%?Y{0JؼoO{)OGWD0#'QX{\;ikdq'(g8\;%׆˗ +O顮}q +u75~3"c7' >HQk N$koħ|I$%R rm_ډWvA{i\fO͵Y5?u_63ۯú:k˺=,k!kAp͵׾_{)'aF"  ?HtOy.a,Ad\'H=}y{;*vn%nxյ\;qڬȤ͵eúǵ ѥ0bMi:fF$83#/|Re kF9q' k_Z;mX^{yʉ \Z9Nqi;KDbY ͵8ȹ93rXku|N&#Hd'I <1Kqi0"_8k$$x2ˁqIFJH}uH$y84~&9cXK#_|3FA@H D"ϗ"H[֖rh,A dh<3r 24DR~œYpAG2DOO`H|p.99|1)_|˗/_|˗/7? { +endstream +endobj + +16 0 obj + 86125 +endobj + +17 0 obj + << /Type /XObject + /Length 18 0 R + /Group << /Type /Group + /S /Transparency + >> + /Subtype /Form + /Resources << /XObject << /X1 15 0 R >> >> + /BBox [ 0.000000 0.000000 218.000000 218.000000 ] + >> +stream +/DeviceRGB CS +/DeviceRGB cs +q +218.000000 0.000000 -0.000000 218.000000 0.000000 0.000000 cm +/X1 Do +Q + +endstream +endobj + +18 0 obj + 101 +endobj + +19 0 obj + << /Type /XObject + /Length 20 0 R + /Group << /Type /Group + /S /Transparency + >> + /Subtype /Form + /Resources << >> + /BBox [ 0.000000 0.000000 218.000000 218.000000 ] + >> +stream +/DeviceRGB CS +/DeviceRGB cs +q +1.000000 0.000000 -0.000000 1.000000 30.000000 31.000000 cm +0.000000 0.000000 0.000000 scn +0.000000 87.599998 m +0.000000 112.242310 0.000000 124.563461 4.795713 133.975586 c +9.014142 142.254715 15.745286 148.985855 24.024418 153.204285 c +33.436535 158.000000 45.757690 158.000000 70.400002 158.000000 c +87.599998 158.000000 l +112.242310 158.000000 124.563469 158.000000 133.975586 153.204285 c +142.254715 148.985855 148.985855 142.254715 153.204285 133.975586 c +158.000000 124.563461 158.000000 112.242310 158.000000 87.599998 c +158.000000 70.400002 l +158.000000 45.757690 158.000000 33.436531 153.204285 24.024414 c +148.985855 15.745285 142.254715 9.014145 133.975586 4.795715 c +124.563469 0.000000 112.242310 0.000000 87.599998 0.000000 c +70.400002 0.000000 l +45.757690 0.000000 33.436535 0.000000 24.024418 4.795715 c +15.745286 9.014145 9.014142 15.745285 4.795713 24.024414 c +0.000000 33.436531 0.000000 45.757690 0.000000 70.400002 c +0.000000 87.599998 l +h +f +n +Q + +endstream +endobj + +20 0 obj + 998 +endobj + +21 0 obj + << /Type /XObject + /Length 22 0 R + /Group << /Type /Group + /S /Transparency + >> + /Subtype /Form + /Resources << >> + /BBox [ 0.000000 0.000000 218.000000 218.000000 ] + >> +stream +/DeviceRGB CS +/DeviceRGB cs +q +1.000000 0.000000 -0.000000 1.000000 30.000000 31.000000 cm +0.000000 0.000000 0.000000 scn +0.000000 87.599998 m +0.000000 112.242310 0.000000 124.563461 4.795713 133.975586 c +9.014142 142.254715 15.745286 148.985855 24.024418 153.204285 c +33.436535 158.000000 45.757690 158.000000 70.400002 158.000000 c +87.599998 158.000000 l +112.242310 158.000000 124.563469 158.000000 133.975586 153.204285 c +142.254715 148.985855 148.985855 142.254715 153.204285 133.975586 c +158.000000 124.563461 158.000000 112.242310 158.000000 87.599998 c +158.000000 70.400002 l +158.000000 45.757690 158.000000 33.436531 153.204285 24.024414 c +148.985855 15.745285 142.254715 9.014145 133.975586 4.795715 c +124.563469 0.000000 112.242310 0.000000 87.599998 0.000000 c +70.400002 0.000000 l +45.757690 0.000000 33.436535 0.000000 24.024418 4.795715 c +15.745286 9.014145 9.014142 15.745285 4.795713 24.024414 c +0.000000 33.436531 0.000000 45.757690 0.000000 70.400002 c +0.000000 87.599998 l +h +f +n +Q +q +1.000000 0.000000 -0.000000 1.000000 54.000000 55.000000 cm +0.000000 0.000000 0.000000 scn +55.000008 -0.000015 m +85.375671 -0.000015 110.000015 24.624329 110.000015 54.999992 c +110.000015 85.375656 85.375671 110.000000 55.000008 110.000000 c +24.624342 110.000000 0.000000 85.375656 0.000000 54.999992 c +0.000000 24.624329 24.624342 -0.000015 55.000008 -0.000015 c +h +f* +n +Q +q +1.000000 0.000000 -0.000000 1.000000 75.606445 112.127930 cm +0.000000 0.000000 0.000000 scn +23.337296 27.245094 m +23.337296 29.465168 25.140764 31.264893 27.365456 31.264893 c +42.443832 31.264893 54.667271 19.066826 54.667271 4.019749 c +54.667271 1.799677 52.863808 -0.000048 50.639114 -0.000048 c +48.414425 -0.000048 46.610954 1.799677 46.610954 4.019749 c +46.610954 14.626682 37.994453 23.225300 27.365456 23.225298 c +25.140764 23.225298 23.337296 25.025023 23.337296 27.245094 c +h +f* +n +Q +q +1.000000 0.000000 -0.000000 1.000000 75.606445 112.127930 cm +0.000000 0.000000 0.000000 scn +62.757961 8.039566 m +64.982651 8.039566 66.786118 6.239841 66.786118 4.019770 c +66.786118 -11.027309 54.562679 -23.225376 39.484303 -23.225376 c +37.259613 -23.225376 35.456146 -21.425652 35.456146 -19.205582 c +35.456146 -16.985508 37.259613 -15.185780 39.484303 -15.185780 c +50.113300 -15.185780 58.729801 -6.587162 58.729801 4.019770 c +58.729801 6.239841 60.533272 8.039566 62.757961 8.039566 c +h +f* +n +Q +q +1.000000 0.000000 -0.000000 1.000000 75.606445 112.127930 cm +0.000000 0.000000 0.000000 scn +43.512127 -31.500816 m +43.512127 -33.720894 41.708656 -35.520615 39.483967 -35.520615 c +24.405590 -35.520615 12.182150 -23.322544 12.182151 -8.275467 c +12.182151 -6.055397 13.985620 -4.255672 16.210310 -4.255672 c +18.435001 -4.255672 20.238468 -6.055397 20.238468 -8.275471 c +20.238468 -18.882404 28.854971 -27.481022 39.483967 -27.481022 c +41.708656 -27.481022 43.512127 -29.280746 43.512127 -31.500816 c +h +f* +n +Q +q +1.000000 0.000000 -0.000000 1.000000 75.606445 112.127686 cm +0.000000 0.000000 0.000000 scn +4.028159 -12.295063 m +1.803469 -12.295063 0.000000 -10.495338 0.000000 -8.275265 c +-0.000001 6.771814 12.223439 18.969881 27.301817 18.969883 c +29.526506 18.969883 31.329973 17.170158 31.329975 14.950085 c +31.329975 12.730011 29.526506 10.930288 27.301817 10.930288 c +16.672821 10.930286 8.056316 2.331669 8.056317 -8.275265 c +8.056318 -10.495338 6.252850 -12.295063 4.028159 -12.295063 c +h +f* +n +Q + +endstream +endobj + +22 0 obj + 3366 +endobj + +23 0 obj + << /Type /XObject + /Length 24 0 R + /Group << /Type /Group + /S /Transparency + >> + /Subtype /Form + /Resources << >> + /BBox [ 0.000000 0.000000 218.000000 218.000000 ] + >> +stream +/DeviceRGB CS +/DeviceRGB cs +q +1.000000 0.000000 -0.000000 1.000000 30.000000 31.000000 cm +0.000000 0.000000 0.000000 scn +0.000000 87.599998 m +0.000000 112.242310 0.000000 124.563461 4.795713 133.975586 c +9.014142 142.254715 15.745286 148.985855 24.024418 153.204285 c +33.436535 158.000000 45.757690 158.000000 70.400002 158.000000 c +87.599998 158.000000 l +112.242310 158.000000 124.563469 158.000000 133.975586 153.204285 c +142.254715 148.985855 148.985855 142.254715 153.204285 133.975586 c +158.000000 124.563461 158.000000 112.242310 158.000000 87.599998 c +158.000000 70.400002 l +158.000000 45.757690 158.000000 33.436531 153.204285 24.024414 c +148.985855 15.745285 142.254715 9.014145 133.975586 4.795715 c +124.563469 0.000000 112.242310 0.000000 87.599998 0.000000 c +70.400002 0.000000 l +45.757690 0.000000 33.436535 0.000000 24.024418 4.795715 c +15.745286 9.014145 9.014142 15.745285 4.795713 24.024414 c +0.000000 33.436531 0.000000 45.757690 0.000000 70.400002 c +0.000000 87.599998 l +h +f +n +Q + +endstream +endobj + +24 0 obj + 998 +endobj + +25 0 obj + << /BBox [ 0.000000 0.000000 218.000000 218.000000 ] + /Resources << /XObject << /X1 21 0 R >> + /ExtGState << /E1 << /SMask << /Type /Mask + /G 23 0 R + /S /Alpha + >> + /Type /ExtGState + >> >> + >> + /Subtype /Form + /Length 26 0 R + /Group << /Type /Group + /S /Transparency + >> + /Type /XObject + >> +stream +/DeviceRGB CS +/DeviceRGB cs +q +/E1 gs +/X1 Do +Q +q +30.000000 118.599998 m +30.000000 143.242310 30.000000 155.563461 34.795715 164.975586 c +39.014141 173.254715 45.745285 179.985855 54.024418 184.204285 c +63.436535 189.000000 75.757690 189.000000 100.400002 189.000000 c +117.599998 189.000000 l +142.242310 189.000000 154.563477 189.000000 163.975586 184.204285 c +172.254715 179.985855 178.985855 173.254715 183.204285 164.975586 c +188.000000 155.563461 188.000000 143.242310 188.000000 118.599998 c +188.000000 101.400002 l +188.000000 76.757690 188.000000 64.436523 183.204285 55.024414 c +178.985855 46.745285 172.254715 40.014145 163.975586 35.795715 c +154.563477 31.000000 142.242310 31.000000 117.599998 31.000000 c +100.400002 31.000000 l +75.757690 31.000000 63.436535 31.000000 54.024418 35.795715 c +45.745285 40.014145 39.014141 46.745285 34.795715 55.024414 c +30.000000 64.436523 30.000000 76.757690 30.000000 101.400002 c +30.000000 118.599998 l +h +W* +n +q +1.000000 0.000000 -0.000000 1.000000 30.000000 31.000000 cm +0.000000 0.000000 0.000000 scn +24.024418 4.795715 m +24.251413 5.241211 l +24.024418 4.795715 l +h +4.795713 24.024414 m +4.350210 23.797424 l +4.795713 24.024414 l +h +153.204285 24.024414 m +152.758789 24.251419 l +153.204285 24.024414 l +h +133.975586 4.795715 m +133.748581 5.241211 l +133.975586 4.795715 l +h +153.204285 133.975586 m +152.758789 133.748581 l +153.204285 133.975586 l +h +24.024418 153.204285 m +23.797422 153.649796 l +24.024418 153.204285 l +h +70.400002 157.500000 m +87.599998 157.500000 l +87.599998 158.500000 l +70.400002 158.500000 l +70.400002 157.500000 l +h +157.500000 87.599998 m +157.500000 70.400002 l +158.500000 70.400002 l +158.500000 87.599998 l +157.500000 87.599998 l +h +87.599998 0.500000 m +70.400002 0.500000 l +70.400002 -0.500000 l +87.599998 -0.500000 l +87.599998 0.500000 l +h +0.500000 70.400002 m +0.500000 87.599998 l +-0.500000 87.599998 l +-0.500000 70.400002 l +0.500000 70.400002 l +h +70.400002 0.500000 m +58.070595 0.500000 48.853611 0.500381 41.541603 1.097809 c +34.235432 1.694748 28.875237 2.885254 24.251413 5.241211 c +23.797422 4.350204 l +28.585714 1.910446 34.092159 0.703110 41.460171 0.101120 c +48.822346 -0.500381 58.087097 -0.500000 70.400002 -0.500000 c +70.400002 0.500000 l +h +-0.500000 70.400002 m +-0.500000 58.087097 -0.500389 48.822350 0.101125 41.460167 c +0.703115 34.092155 1.910453 28.585709 4.350210 23.797424 c +5.241217 24.251419 l +2.885260 28.875244 1.694741 34.235428 1.097804 41.541603 c +0.500389 48.853615 0.500000 58.070595 0.500000 70.400002 c +-0.500000 70.400002 l +h +24.251413 5.241211 m +16.066362 9.411713 9.411708 16.066360 5.241217 24.251419 c +4.350210 23.797424 l +8.616575 15.424210 15.424210 8.616577 23.797422 4.350204 c +24.251413 5.241211 l +h +157.500000 70.400002 m +157.500000 58.070595 157.499619 48.853615 156.902191 41.541603 c +156.305252 34.235428 155.114746 28.875244 152.758789 24.251419 c +153.649796 23.797424 l +156.089554 28.585709 157.296890 34.092155 157.898880 41.460167 c +158.500381 48.822350 158.500000 58.087097 158.500000 70.400002 c +157.500000 70.400002 l +h +87.599998 -0.500000 m +99.912903 -0.500000 109.177650 -0.500381 116.539833 0.101120 c +123.907845 0.703110 129.414291 1.910446 134.202576 4.350204 c +133.748581 5.241211 l +129.124756 2.885254 123.764572 1.694748 116.458397 1.097809 c +109.146385 0.500381 99.929405 0.500000 87.599998 0.500000 c +87.599998 -0.500000 l +h +152.758789 24.251419 m +148.588287 16.066360 141.933640 9.411713 133.748581 5.241211 c +134.202576 4.350204 l +142.575790 8.616577 149.383423 15.424210 153.649796 23.797424 c +152.758789 24.251419 l +h +87.599998 157.500000 m +99.929405 157.500000 109.146385 157.499619 116.458397 156.902191 c +123.764572 156.305252 129.124756 155.114746 133.748581 152.758789 c +134.202576 153.649796 l +129.414291 156.089554 123.907845 157.296890 116.539833 157.898880 c +109.177650 158.500381 99.912903 158.500000 87.599998 158.500000 c +87.599998 157.500000 l +h +158.500000 87.599998 m +158.500000 99.912903 158.500381 109.177658 157.898880 116.539825 c +157.296890 123.907837 156.089554 129.414291 153.649796 134.202576 c +152.758789 133.748581 l +155.114746 129.124756 156.305252 123.764572 156.902191 116.458397 c +157.499619 109.146393 157.500000 99.929405 157.500000 87.599998 c +158.500000 87.599998 l +h +133.748581 152.758789 m +141.933640 148.588287 148.588287 141.933640 152.758789 133.748581 c +153.649796 134.202576 l +149.383423 142.575790 142.575790 149.383423 134.202576 153.649796 c +133.748581 152.758789 l +h +70.400002 158.500000 m +58.087097 158.500000 48.822346 158.500381 41.460171 157.898880 c +34.092159 157.296890 28.585714 156.089554 23.797422 153.649796 c +24.251413 152.758789 l +28.875237 155.114746 34.235432 156.305252 41.541603 156.902191 c +48.853611 157.499619 58.070595 157.500000 70.400002 157.500000 c +70.400002 158.500000 l +h +0.500000 87.599998 m +0.500000 99.929405 0.500389 109.146393 1.097804 116.458397 c +1.694741 123.764572 2.885260 129.124756 5.241217 133.748581 c +4.350210 134.202576 l +1.910453 129.414291 0.703115 123.907837 0.101125 116.539825 c +-0.500389 109.177658 -0.500000 99.912903 -0.500000 87.599998 c +0.500000 87.599998 l +h +23.797422 153.649796 m +15.424210 149.383423 8.616575 142.575790 4.350210 134.202576 c +5.241217 133.748581 l +9.411708 141.933640 16.066362 148.588287 24.251413 152.758789 c +23.797422 153.649796 l +h +f +n +Q +Q + +endstream +endobj + +26 0 obj + 5290 +endobj + +27 0 obj + << /Length 28 0 R + /FunctionType 4 + /Domain [ 0.000000 1.000000 ] + /Range [ 0.000000 1.000000 ] + >> +stream +{ 0 gt { 0 } { 1 } ifelse } +endstream +endobj + +28 0 obj + 27 +endobj + +29 0 obj + << /XObject << /X2 9 0 R + /X3 11 0 R + /X1 17 0 R + >> + /ExtGState << /E4 << /ca 1.000000 >> + /E2 << /SMask << /Type /Mask + /G 19 0 R + /S /Alpha + >> + /Type /ExtGState + >> + /E3 << /BM /Overlay >> + /E1 << /SMask << /Type /Mask + /G 25 0 R + /S /Alpha + /TR 27 0 R + >> + /Type /ExtGState + >> + >> + >> +endobj + +30 0 obj + << /Length 31 0 R >> +stream +/DeviceRGB CS +/DeviceRGB cs +q +/E1 gs +/X1 Do +Q +q +/E2 gs +/X2 Do +Q +q +/E3 gs +/E4 gs +/X3 Do +Q + +endstream +endobj + +31 0 obj + 89 +endobj + +32 0 obj + << /Annots [] + /Type /Page + /MediaBox [ 0.000000 0.000000 218.000000 218.000000 ] + /Resources 29 0 R + /Contents 30 0 R + /Parent 33 0 R + >> +endobj + +33 0 obj + << /Kids [ 32 0 R ] + /Count 1 + /Type /Pages + >> +endobj + +34 0 obj + << /Pages 33 0 R + /Type /Catalog + >> +endobj + +xref +0 35 +0000000000 65535 f +0000000010 00000 n +0000000530 00000 n +0000000552 00000 n +0000000849 00000 n +0000000871 00000 n +0000002886 00000 n +0000002908 00000 n +0000005247 00000 n +0000005269 00000 n +0000008128 00000 n +0000008152 00000 n +0000013718 00000 n +0000013742 00000 n +0000067586 00000 n +0000067611 00000 n +0000153972 00000 n +0000153997 00000 n +0000154376 00000 n +0000154399 00000 n +0000155649 00000 n +0000155672 00000 n +0000159290 00000 n +0000159314 00000 n +0000160564 00000 n +0000160587 00000 n +0000166503 00000 n +0000166527 00000 n +0000166704 00000 n +0000166726 00000 n +0000167488 00000 n +0000167635 00000 n +0000167657 00000 n +0000167836 00000 n +0000167912 00000 n +trailer +<< /ID [ (some) (id) ] + /Root 34 0 R + /Size 35 +>> +startxref +167973 +%%EOF \ No newline at end of file diff --git a/ElementX/Resources/Assets.xcassets/Images/LaunchLogo.imageset/LaunchLogo.pdf b/ElementX/Resources/Assets.xcassets/Images/LaunchLogo.imageset/LaunchLogo.pdf new file mode 100644 index 000000000..febbbfa63 --- /dev/null +++ b/ElementX/Resources/Assets.xcassets/Images/LaunchLogo.imageset/LaunchLogo.pdf @@ -0,0 +1,397 @@ +%PDF-1.7 + +1 0 obj + << /Type /XObject + /Length 2 0 R + /Group << /Type /Group + /S /Transparency + >> + /Subtype /Form + /Resources << /ExtGState << /E1 << /ca 0.400000 >> >> >> + /BBox [ 0.000000 0.000000 158.000000 158.000000 ] + >> +stream +/DeviceRGB CS +/DeviceRGB cs +q +/E1 gs +1.000000 0.000000 -0.000000 1.000000 0.000000 0.000000 cm +1.000000 1.000000 1.000000 scn +0.000000 87.599998 m +0.000000 112.242310 0.000000 124.563461 4.795713 133.975586 c +9.014142 142.254715 15.745286 148.985855 24.024418 153.204285 c +33.436535 158.000000 45.757690 158.000000 70.400002 158.000000 c +87.599998 158.000000 l +112.242310 158.000000 124.563469 158.000000 133.975586 153.204285 c +142.254715 148.985855 148.985855 142.254715 153.204285 133.975586 c +158.000000 124.563461 158.000000 112.242310 158.000000 87.599998 c +158.000000 70.400002 l +158.000000 45.757690 158.000000 33.436531 153.204285 24.024414 c +148.985855 15.745285 142.254715 9.014145 133.975586 4.795715 c +124.563469 0.000000 112.242310 0.000000 87.599998 0.000000 c +70.400002 0.000000 l +45.757690 0.000000 33.436535 0.000000 24.024418 4.795715 c +15.745286 9.014145 9.014142 15.745285 4.795713 24.024414 c +0.000000 33.436531 0.000000 45.757690 0.000000 70.400002 c +0.000000 87.599998 l +h +f +n +Q +q +1.000000 0.000000 -0.000000 1.000000 24.000000 24.000000 cm +0.050980 0.741176 0.545098 scn +55.000008 -0.000015 m +85.375671 -0.000015 110.000015 24.624329 110.000015 54.999992 c +110.000015 85.375656 85.375671 110.000000 55.000008 110.000000 c +24.624342 110.000000 0.000000 85.375656 0.000000 54.999992 c +0.000000 24.624329 24.624342 -0.000015 55.000008 -0.000015 c +h +f* +n +Q +q +1.000000 0.000000 -0.000000 1.000000 45.606445 81.127930 cm +1.000000 1.000000 1.000000 scn +23.337296 27.245094 m +23.337296 29.465168 25.140764 31.264893 27.365456 31.264893 c +42.443832 31.264893 54.667271 19.066826 54.667271 4.019749 c +54.667271 1.799677 52.863808 -0.000048 50.639114 -0.000048 c +48.414425 -0.000048 46.610954 1.799677 46.610954 4.019749 c +46.610954 14.626682 37.994453 23.225300 27.365456 23.225298 c +25.140764 23.225298 23.337296 25.025023 23.337296 27.245094 c +h +f* +n +Q +q +1.000000 0.000000 -0.000000 1.000000 45.606445 81.127930 cm +1.000000 1.000000 1.000000 scn +62.757961 8.039566 m +64.982651 8.039566 66.786118 6.239841 66.786118 4.019770 c +66.786118 -11.027309 54.562679 -23.225376 39.484303 -23.225376 c +37.259613 -23.225376 35.456146 -21.425652 35.456146 -19.205582 c +35.456146 -16.985508 37.259613 -15.185780 39.484303 -15.185780 c +50.113300 -15.185780 58.729801 -6.587162 58.729801 4.019770 c +58.729801 6.239841 60.533272 8.039566 62.757961 8.039566 c +h +f* +n +Q +q +1.000000 0.000000 -0.000000 1.000000 45.606445 81.127930 cm +1.000000 1.000000 1.000000 scn +43.512127 -31.500816 m +43.512127 -33.720894 41.708656 -35.520615 39.483967 -35.520615 c +24.405590 -35.520615 12.182150 -23.322544 12.182151 -8.275467 c +12.182151 -6.055397 13.985620 -4.255672 16.210310 -4.255672 c +18.435001 -4.255672 20.238468 -6.055397 20.238468 -8.275471 c +20.238468 -18.882404 28.854971 -27.481022 39.483967 -27.481022 c +41.708656 -27.481022 43.512127 -29.280746 43.512127 -31.500816 c +h +f* +n +Q +q +1.000000 0.000000 -0.000000 1.000000 45.606445 81.127686 cm +1.000000 1.000000 1.000000 scn +4.028159 -12.295063 m +1.803469 -12.295063 0.000000 -10.495338 0.000000 -8.275265 c +-0.000001 6.771814 12.223439 18.969881 27.301817 18.969883 c +29.526506 18.969883 31.329973 17.170158 31.329975 14.950085 c +31.329975 12.730011 29.526506 10.930288 27.301817 10.930288 c +16.672821 10.930286 8.056316 2.331669 8.056317 -8.275265 c +8.056318 -10.495338 6.252850 -12.295063 4.028159 -12.295063 c +h +f* +n +Q + +endstream +endobj + +2 0 obj + 3367 +endobj + +3 0 obj + << /Type /XObject + /Length 4 0 R + /Group << /Type /Group + /S /Transparency + >> + /Subtype /Form + /Resources << >> + /BBox [ 0.000000 0.000000 158.000000 158.000000 ] + >> +stream +/DeviceRGB CS +/DeviceRGB cs +q +1.000000 0.000000 -0.000000 1.000000 0.000000 0.000000 cm +0.000000 0.000000 0.000000 scn +0.000000 87.599998 m +0.000000 112.242310 0.000000 124.563461 4.795713 133.975586 c +9.014142 142.254715 15.745286 148.985855 24.024418 153.204285 c +33.436535 158.000000 45.757690 158.000000 70.400002 158.000000 c +87.599998 158.000000 l +112.242310 158.000000 124.563469 158.000000 133.975586 153.204285 c +142.254715 148.985855 148.985855 142.254715 153.204285 133.975586 c +158.000000 124.563461 158.000000 112.242310 158.000000 87.599998 c +158.000000 70.400002 l +158.000000 45.757690 158.000000 33.436531 153.204285 24.024414 c +148.985855 15.745285 142.254715 9.014145 133.975586 4.795715 c +124.563469 0.000000 112.242310 0.000000 87.599998 0.000000 c +70.400002 0.000000 l +45.757690 0.000000 33.436535 0.000000 24.024418 4.795715 c +15.745286 9.014145 9.014142 15.745285 4.795713 24.024414 c +0.000000 33.436531 0.000000 45.757690 0.000000 70.400002 c +0.000000 87.599998 l +h +f +n +Q + +endstream +endobj + +4 0 obj + 996 +endobj + +5 0 obj + << /XObject << /X1 1 0 R >> + /ExtGState << /E1 << /SMask << /Type /Mask + /G 3 0 R + /S /Alpha + >> + /Type /ExtGState + >> >> + >> +endobj + +6 0 obj + << /Length 7 0 R >> +stream +/DeviceRGB CS +/DeviceRGB cs +q +/E1 gs +/X1 Do +Q +q +0.000000 87.599998 m +0.000000 112.242310 0.000000 124.563461 4.795713 133.975586 c +9.014142 142.254715 15.745286 148.985855 24.024418 153.204285 c +33.436535 158.000000 45.757690 158.000000 70.400002 158.000000 c +87.599998 158.000000 l +112.242310 158.000000 124.563469 158.000000 133.975586 153.204285 c +142.254715 148.985855 148.985855 142.254715 153.204285 133.975586 c +158.000000 124.563461 158.000000 112.242310 158.000000 87.599998 c +158.000000 70.400002 l +158.000000 45.757690 158.000000 33.436531 153.204285 24.024414 c +148.985855 15.745285 142.254715 9.014145 133.975586 4.795715 c +124.563469 0.000000 112.242310 0.000000 87.599998 0.000000 c +70.400002 0.000000 l +45.757690 0.000000 33.436535 0.000000 24.024418 4.795715 c +15.745286 9.014145 9.014142 15.745285 4.795713 24.024414 c +0.000000 33.436531 0.000000 45.757690 0.000000 70.400002 c +0.000000 87.599998 l +h +W* +n +q +1.000000 0.000000 -0.000000 1.000000 0.000000 0.000000 cm +1.000000 1.000000 1.000000 scn +24.024418 4.795715 m +24.251413 5.241211 l +24.024418 4.795715 l +h +4.795713 24.024414 m +4.350210 23.797424 l +4.795713 24.024414 l +h +153.204285 24.024414 m +152.758789 24.251419 l +153.204285 24.024414 l +h +133.975586 4.795715 m +133.748581 5.241211 l +133.975586 4.795715 l +h +153.204285 133.975586 m +152.758789 133.748581 l +153.204285 133.975586 l +h +24.024418 153.204285 m +23.797422 153.649796 l +24.024418 153.204285 l +h +70.400002 157.500000 m +87.599998 157.500000 l +87.599998 158.500000 l +70.400002 158.500000 l +70.400002 157.500000 l +h +157.500000 87.599998 m +157.500000 70.400002 l +158.500000 70.400002 l +158.500000 87.599998 l +157.500000 87.599998 l +h +87.599998 0.500000 m +70.400002 0.500000 l +70.400002 -0.500000 l +87.599998 -0.500000 l +87.599998 0.500000 l +h +0.500000 70.400002 m +0.500000 87.599998 l +-0.500000 87.599998 l +-0.500000 70.400002 l +0.500000 70.400002 l +h +70.400002 0.500000 m +58.070595 0.500000 48.853611 0.500381 41.541603 1.097809 c +34.235432 1.694748 28.875237 2.885254 24.251413 5.241211 c +23.797422 4.350204 l +28.585714 1.910446 34.092159 0.703110 41.460171 0.101120 c +48.822346 -0.500381 58.087097 -0.500000 70.400002 -0.500000 c +70.400002 0.500000 l +h +-0.500000 70.400002 m +-0.500000 58.087097 -0.500389 48.822350 0.101125 41.460167 c +0.703115 34.092155 1.910453 28.585709 4.350210 23.797424 c +5.241217 24.251419 l +2.885260 28.875244 1.694741 34.235428 1.097804 41.541603 c +0.500389 48.853615 0.500000 58.070595 0.500000 70.400002 c +-0.500000 70.400002 l +h +24.251413 5.241211 m +16.066362 9.411713 9.411708 16.066360 5.241217 24.251419 c +4.350210 23.797424 l +8.616575 15.424210 15.424210 8.616577 23.797422 4.350204 c +24.251413 5.241211 l +h +157.500000 70.400002 m +157.500000 58.070595 157.499619 48.853615 156.902191 41.541603 c +156.305252 34.235428 155.114746 28.875244 152.758789 24.251419 c +153.649796 23.797424 l +156.089554 28.585709 157.296890 34.092155 157.898880 41.460167 c +158.500381 48.822350 158.500000 58.087097 158.500000 70.400002 c +157.500000 70.400002 l +h +87.599998 -0.500000 m +99.912903 -0.500000 109.177650 -0.500381 116.539833 0.101120 c +123.907845 0.703110 129.414291 1.910446 134.202576 4.350204 c +133.748581 5.241211 l +129.124756 2.885254 123.764572 1.694748 116.458397 1.097809 c +109.146385 0.500381 99.929405 0.500000 87.599998 0.500000 c +87.599998 -0.500000 l +h +152.758789 24.251419 m +148.588287 16.066360 141.933640 9.411713 133.748581 5.241211 c +134.202576 4.350204 l +142.575790 8.616577 149.383423 15.424210 153.649796 23.797424 c +152.758789 24.251419 l +h +87.599998 157.500000 m +99.929405 157.500000 109.146385 157.499619 116.458397 156.902191 c +123.764572 156.305252 129.124756 155.114746 133.748581 152.758789 c +134.202576 153.649796 l +129.414291 156.089554 123.907845 157.296890 116.539833 157.898880 c +109.177650 158.500381 99.912903 158.500000 87.599998 158.500000 c +87.599998 157.500000 l +h +158.500000 87.599998 m +158.500000 99.912903 158.500381 109.177658 157.898880 116.539825 c +157.296890 123.907837 156.089554 129.414291 153.649796 134.202576 c +152.758789 133.748581 l +155.114746 129.124756 156.305252 123.764572 156.902191 116.458397 c +157.499619 109.146393 157.500000 99.929405 157.500000 87.599998 c +158.500000 87.599998 l +h +133.748581 152.758789 m +141.933640 148.588287 148.588287 141.933640 152.758789 133.748581 c +153.649796 134.202576 l +149.383423 142.575790 142.575790 149.383423 134.202576 153.649796 c +133.748581 152.758789 l +h +70.400002 158.500000 m +58.087097 158.500000 48.822346 158.500381 41.460171 157.898880 c +34.092159 157.296890 28.585714 156.089554 23.797422 153.649796 c +24.251413 152.758789 l +28.875237 155.114746 34.235432 156.305252 41.541603 156.902191 c +48.853611 157.499619 58.070595 157.500000 70.400002 157.500000 c +70.400002 158.500000 l +h +0.500000 87.599998 m +0.500000 99.929405 0.500389 109.146393 1.097804 116.458397 c +1.694741 123.764572 2.885260 129.124756 5.241217 133.748581 c +4.350210 134.202576 l +1.910453 129.414291 0.703115 123.907837 0.101125 116.539825 c +-0.500389 109.177658 -0.500000 99.912903 -0.500000 87.599998 c +0.500000 87.599998 l +h +23.797422 153.649796 m +15.424210 149.383423 8.616575 142.575790 4.350210 134.202576 c +5.241217 133.748581 l +9.411708 141.933640 16.066362 148.588287 24.251413 152.758789 c +23.797422 153.649796 l +h +f +n +Q +Q + +endstream +endobj + +7 0 obj + 5258 +endobj + +8 0 obj + << /Annots [] + /Type /Page + /MediaBox [ 0.000000 0.000000 158.000000 158.000000 ] + /Resources 5 0 R + /Contents 6 0 R + /Parent 9 0 R + >> +endobj + +9 0 obj + << /Kids [ 8 0 R ] + /Count 1 + /Type /Pages + >> +endobj + +10 0 obj + << /Pages 9 0 R + /Type /Catalog + >> +endobj + +xref +0 11 +0000000000 65535 f +0000000010 00000 n +0000003667 00000 n +0000003690 00000 n +0000004936 00000 n +0000004958 00000 n +0000005256 00000 n +0000010570 00000 n +0000010593 00000 n +0000010768 00000 n +0000010842 00000 n +trailer +<< /ID [ (some) (id) ] + /Root 10 0 R + /Size 11 +>> +startxref +10902 +%%EOF \ No newline at end of file diff --git a/ElementX/Resources/Localizations/en.lproj/Localizable.strings b/ElementX/Resources/Localizations/en.lproj/Localizable.strings index b542b794f..303aa32c0 100644 --- a/ElementX/Resources/Localizations/en.lproj/Localizable.strings +++ b/ElementX/Resources/Localizations/en.lproj/Localizable.strings @@ -254,8 +254,9 @@ "screen_onboarding_sign_in_with_qr_code" = "Sign in with QR code"; "screen_onboarding_sign_up" = "Create account"; "screen_onboarding_subtitle" = "Communicate and collaborate securely"; +"screen_onboarding_welcome_message" = "Welcome to the fastest Element ever. Supercharged for speed and simplicity."; "screen_onboarding_welcome_subtitle" = "Welcome to %1$@. Supercharged, for speed and simplicity."; -"screen_onboarding_welcome_title" = "Be in your Element"; +"screen_onboarding_welcome_title" = "Be in your element"; "screen_report_content_block_user_hint" = "Check if you want to hide all current and future messages from this user"; "screen_room_attachment_source_camera" = "Camera"; "screen_room_attachment_source_camera_photo" = "Take photo"; diff --git a/ElementX/Sources/FlowCoordinators/RoomFlowCoordinator.swift b/ElementX/Sources/FlowCoordinators/RoomFlowCoordinator.swift index cc659125a..f26a14352 100644 --- a/ElementX/Sources/FlowCoordinators/RoomFlowCoordinator.swift +++ b/ElementX/Sources/FlowCoordinators/RoomFlowCoordinator.swift @@ -491,8 +491,6 @@ class RoomFlowCoordinator: FlowCoordinatorProtocol { } private func presentEmojiPicker(for itemId: String) { - let emojiPickerNavigationStackCoordinator = NavigationStackCoordinator() - let params = EmojiPickerScreenCoordinatorParameters(emojiProvider: emojiProvider, itemId: itemId) let coordinator = EmojiPickerScreenCoordinator(parameters: params) @@ -508,11 +506,8 @@ class RoomFlowCoordinator: FlowCoordinatorProtocol { self?.navigationStackCoordinator.setSheetCoordinator(nil) } } - - emojiPickerNavigationStackCoordinator.setRootCoordinator(coordinator) - emojiPickerNavigationStackCoordinator.presentationDetents = [.medium, .large] - - navigationStackCoordinator.setSheetCoordinator(emojiPickerNavigationStackCoordinator) { [weak self] in + + navigationStackCoordinator.setSheetCoordinator(coordinator) { [weak self] in self?.stateMachine.tryEvent(.dismissEmojiPicker) } } diff --git a/ElementX/Sources/Generated/Assets.swift b/ElementX/Sources/Generated/Assets.swift index dc315497d..357aa5137 100644 --- a/ElementX/Sources/Generated/Assets.swift +++ b/ElementX/Sources/Generated/Assets.swift @@ -30,18 +30,18 @@ internal enum Asset { internal enum Images { internal static let analyticsCheckmark = ImageAsset(name: "Images/AnalyticsCheckmark") internal static let analyticsLogo = ImageAsset(name: "Images/AnalyticsLogo") - internal static let onboardingAppLogo = ImageAsset(name: "Images/Onboarding App Logo") - internal static let onboardingBackgroundPart1 = ImageAsset(name: "Images/Onboarding Background Part 1") - internal static let onboardingBackgroundPart2 = ImageAsset(name: "Images/Onboarding Background Part 2") - internal static let onboardingBackgroundPart3 = ImageAsset(name: "Images/Onboarding Background Part 3") internal static let serverSelectionIcon = ImageAsset(name: "Images/Server Selection Icon") internal static let encryptionNormal = ImageAsset(name: "Images/encryption_normal") internal static let encryptionTrusted = ImageAsset(name: "Images/encryption_trusted") internal static let encryptionWarning = ImageAsset(name: "Images/encryption_warning") + internal static let launchBackground = ImageAsset(name: "Images/LaunchBackground") + internal static let launchLogo = ImageAsset(name: "Images/LaunchLogo") internal static let appLogo = ImageAsset(name: "Images/app-logo") internal static let closeCircle = ImageAsset(name: "Images/close_circle") internal static let timelineComposerSendMessage = ImageAsset(name: "Images/timelineComposerSendMessage") } + internal static let launchLogo = ImageAsset(name: "LaunchLogo") + internal static let onboardingBackground = ImageAsset(name: "OnboardingBackground") } // swiftlint:enable identifier_name line_length nesting type_body_length type_name diff --git a/ElementX/Sources/Generated/Strings.swift b/ElementX/Sources/Generated/Strings.swift index 8e5599b66..4e948997f 100644 --- a/ElementX/Sources/Generated/Strings.swift +++ b/ElementX/Sources/Generated/Strings.swift @@ -644,11 +644,13 @@ public enum L10n { public static var screenOnboardingSignUp: String { return L10n.tr("Localizable", "screen_onboarding_sign_up") } /// Communicate and collaborate securely public static var screenOnboardingSubtitle: String { return L10n.tr("Localizable", "screen_onboarding_subtitle") } + /// Welcome to the fastest Element ever. Supercharged for speed and simplicity. + public static var screenOnboardingWelcomeMessage: String { return L10n.tr("Localizable", "screen_onboarding_welcome_message") } /// Welcome to %1$@. Supercharged, for speed and simplicity. public static func screenOnboardingWelcomeSubtitle(_ p1: Any) -> String { return L10n.tr("Localizable", "screen_onboarding_welcome_subtitle", String(describing: p1)) } - /// Be in your Element + /// Be in your element public static var screenOnboardingWelcomeTitle: String { return L10n.tr("Localizable", "screen_onboarding_welcome_title") } /// Block user public static var screenReportContentBlockUser: String { return L10n.tr("Localizable", "screen_report_content_block_user") } diff --git a/ElementX/Sources/Other/SwiftUI/Form Styles/FormButtonStyles.swift b/ElementX/Sources/Other/SwiftUI/Form Styles/FormButtonStyles.swift index d63fff17e..4872b4863 100644 --- a/ElementX/Sources/Other/SwiftUI/Form Styles/FormButtonStyles.swift +++ b/ElementX/Sources/Other/SwiftUI/Form Styles/FormButtonStyles.swift @@ -49,8 +49,8 @@ struct FormRowAccessory: View { switch kind { case .navigationLink: Image(systemName: "chevron.forward") - .font(.compound.bodyMD.bold()) - .foregroundColor(.compound.iconQuaternary) + .font(.compound.bodyMDSemibold) + .foregroundColor(.compound.iconTertiaryAlpha) case .progressView: ProgressView() case .singleSelection(let isSelected): @@ -111,9 +111,9 @@ struct FormButtonStyle: PrimitiveButtonStyle { private func backgroundColor(for configuration: Configuration) -> Color { switch accessory?.kind { case .none, .navigationLink, .progressView: - return configuration.isPressed ? .compound.bgSubtlePrimary : .element.formRowBackground + return configuration.isPressed ? .compound.bgSubtlePrimary : .compound.bgCanvasDefaultLevel1 default: - return .element.formRowBackground + return .compound.bgCanvasDefaultLevel1 } } } @@ -133,7 +133,7 @@ struct FormActionButtonStyle: ButtonStyle { .frame(width: menuIconSize, height: menuIconSize) .background { RoundedRectangle(cornerRadius: 16) - .fill(configuration.isPressed ? Color.compound.bgSubtlePrimary : .element.formRowBackground) + .fill(configuration.isPressed ? Color.compound.bgSubtlePrimary : .compound.bgCanvasDefaultLevel1) } Text(title) @@ -165,7 +165,7 @@ struct FormButtonStyles_Previews: PreviewProvider { ShareLink(item: "test") .buttonStyle(FormButtonStyle()) } - .formSectionStyle() + .compoundFormSection() Section("Single selection") { Button { } label: { @@ -189,7 +189,7 @@ struct FormButtonStyles_Previews: PreviewProvider { } .buttonStyle(FormButtonStyle(accessory: .singleSelection(isSelected: false))) } - .formSectionStyle() + .compoundFormSection() Section("Multiple selection") { Button { } label: { @@ -213,7 +213,7 @@ struct FormButtonStyles_Previews: PreviewProvider { } .buttonStyle(FormButtonStyle(accessory: .multipleSelection(isSelected: false))) } - .formSectionStyle() + .compoundFormSection() Section { Button(role: .destructive) { } label: { @@ -221,7 +221,7 @@ struct FormButtonStyles_Previews: PreviewProvider { } .buttonStyle(FormButtonStyle()) } - .formSectionStyle() + .compoundFormSection() } } } diff --git a/ElementX/Sources/Other/SwiftUI/Form Styles/FormRowLabelStyle.swift b/ElementX/Sources/Other/SwiftUI/Form Styles/FormRowLabelStyle.swift index 2d82a6431..fbae8b1ea 100644 --- a/ElementX/Sources/Other/SwiftUI/Form Styles/FormRowLabelStyle.swift +++ b/ElementX/Sources/Other/SwiftUI/Form Styles/FormRowLabelStyle.swift @@ -32,9 +32,9 @@ struct FormRowLabelStyle: LabelStyle { private var iconBackgroundColor: Color { if role == .destructive { - return .compound.textCriticalPrimary.opacity(0.1) + return .compound._bgCriticalSubtleAlpha } else { - return .element.formBackground + return .compound._bgSubtleSecondaryAlpha } } @@ -42,7 +42,7 @@ struct FormRowLabelStyle: LabelStyle { if role == .destructive { return .compound.textCriticalPrimary } else { - return .compound.iconSecondary + return .compound.iconTertiaryAlpha } } diff --git a/ElementX/Sources/Other/SwiftUI/Form Styles/FormSection.swift b/ElementX/Sources/Other/SwiftUI/Form Styles/FormSection.swift deleted file mode 100644 index 3109b25a6..000000000 --- a/ElementX/Sources/Other/SwiftUI/Form Styles/FormSection.swift +++ /dev/null @@ -1,38 +0,0 @@ -// -// Copyright 2022 New Vector Ltd -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// - -import SwiftUI - -extension View { - /// Applies a standard style to forms. - func elementFormStyle() -> some View { - scrollContentBackground(.hidden) - .background(Color.element.formBackground.ignoresSafeArea()) - } - - /// Applies a standard style for form header text. - func formSectionHeader() -> some View { - foregroundColor(.compound.textSecondary) - .font(.compound.bodyXS) - } - - /// Applies a standard style for form sections. - func formSectionStyle() -> some View { - listRowSeparator(.hidden) - .listRowInsets(FormRow.insets) - .listRowBackground(Color.element.formRowBackground) - } -} diff --git a/ElementX/Sources/Screens/CreateRoom/View/CreateRoomScreen.swift b/ElementX/Sources/Screens/CreateRoom/View/CreateRoomScreen.swift index f1c7a9a84..242418be6 100644 --- a/ElementX/Sources/Screens/CreateRoom/View/CreateRoomScreen.swift +++ b/ElementX/Sources/Screens/CreateRoom/View/CreateRoomScreen.swift @@ -31,7 +31,7 @@ struct CreateRoomScreen: View { topicSection securitySection } - .elementFormStyle() + .compoundForm() .track(screen: .createRoom) .scrollDismissesKeyboard(.immediately) .navigationTitle(L10n.screenCreateRoomTitle) @@ -83,9 +83,8 @@ struct CreateRoomScreen: View { } VStack(alignment: .leading, spacing: 8) { Text(L10n.screenCreateRoomRoomNameLabel.uppercased()) - .font(.compound.bodyXS) - .padding(.leading, 16) - .formSectionHeader() + .padding(.leading, FormRow.insets.leading) + .compoundFormSectionHeader() TextField(L10n.screenCreateRoomRoomNameLabel, text: $context.roomName, prompt: Text(L10n.commonRoomNamePlaceholder).foregroundColor(.compound.textPlaceholder), @@ -100,7 +99,7 @@ struct CreateRoomScreen: View { .listRowInsets(.init()) .listRowBackground(Color.clear) } - .formSectionStyle() + .compoundFormSection() } private var cameraImage: some View { @@ -123,13 +122,13 @@ struct CreateRoomScreen: View { .lineLimit(3, reservesSpace: false) } header: { Text(L10n.screenCreateRoomTopicLabel) - .formSectionHeader() + .compoundFormSectionHeader() } footer: { if !context.viewState.selectedUsers.isEmpty { selectedUsersSection } } - .formSectionStyle() + .compoundFormSection() } @State private var frame: CGRect = .zero @@ -185,7 +184,7 @@ struct CreateRoomScreen: View { .pickerStyle(.inline) } header: { Text(L10n.commonSecurity.uppercased()) - .formSectionHeader() + .compoundFormSectionHeader() .padding(.top, 40) } .listRowSeparatorTint(.compound.borderDisabled) diff --git a/ElementX/Sources/Screens/EmojiPickerScreen/View/EmojiPickerScreen.swift b/ElementX/Sources/Screens/EmojiPickerScreen/View/EmojiPickerScreen.swift index e67a1bca5..471eea484 100644 --- a/ElementX/Sources/Screens/EmojiPickerScreen/View/EmojiPickerScreen.swift +++ b/ElementX/Sources/Screens/EmojiPickerScreen/View/EmojiPickerScreen.swift @@ -19,34 +19,44 @@ import SwiftUI struct EmojiPickerScreen: View { @ObservedObject var context: EmojiPickerScreenViewModel.Context + @State var searchString = "" - @ScaledMetric(relativeTo: .title) var minimumWidth: Double = 50 + @State private var isSearching = false + + @ScaledMetric(relativeTo: .title) var minimumWidth: Double = 64 var body: some View { - ScrollView { - LazyVGrid(columns: [GridItem(.adaptive(minimum: minimumWidth))], spacing: 16) { - ForEach(context.viewState.categories) { category in - Section(header: EmojiPickerScreenHeaderView(title: category.name) - .padding(.horizontal, 13) - .padding(.top, 10)) { + NavigationStack { + ScrollView { + LazyVGrid(columns: [GridItem(.adaptive(minimum: minimumWidth))], spacing: 16) { + ForEach(context.viewState.categories) { category in + Section { ForEach(category.emojis) { emoji in Button { context.send(viewAction: .emojiTapped(emoji: emoji)) } label: { Text(emoji.value) - .font(.compound.headingLG) + .font(.compound.headingXL) } } + } header: { + EmojiPickerScreenHeaderView(title: category.name) + .padding(.horizontal, 13) + .padding(.top, 10) } + } } + .padding(.horizontal, 6) } - .padding(.horizontal, 6) + .navigationTitle(L10n.commonReactions) + .navigationBarTitleDisplayMode(.inline) + .toolbar { toolbar } + .modifier(IsSearching(isSearching: $isSearching)) + .searchable(text: $searchString, placement: .navigationBarDrawer(displayMode: .always)) + .compoundSearchField() } - .navigationTitle(L10n.commonReactions) - .navigationBarTitleDisplayMode(.inline) - .toolbar { toolbar } - .searchable(text: $searchString, placement: .navigationBarDrawer(displayMode: .always)) - .compoundSearchField() + .presentationDetents([.medium, .large]) + .presentationDragIndicator(isSearching ? .hidden : .visible) .onChange(of: searchString) { _ in context.send(viewAction: .search(searchString: searchString)) } @@ -62,12 +72,30 @@ struct EmojiPickerScreen: View { } } +/// A view modifier to extract whether the search field is focussed from a subview. +private struct IsSearching: ViewModifier { + @Environment(\.isSearching) private var isSearchFieldFocused + @Binding var isSearching: Bool + + func body(content: Content) -> some View { + content + .onChange(of: isSearchFieldFocused) { isSearching = $0 } + } +} + // MARK: - Previews struct EmojiPickerScreen_Previews: PreviewProvider { + static let viewModel = EmojiPickerScreenViewModel(emojiProvider: EmojiProvider()) + static var previews: some View { - NavigationStack { - EmojiPickerScreen(context: EmojiPickerScreenViewModel(emojiProvider: EmojiProvider()).context) - } + EmojiPickerScreen(context: viewModel.context) + .previewDisplayName("Screen") + + Text("Timeline view") + .sheet(isPresented: .constant(true)) { + EmojiPickerScreen(context: viewModel.context) + } + .previewDisplayName("Sheet") } } diff --git a/ElementX/Sources/Screens/InviteUsersScreen/View/InviteUsersScreen.swift b/ElementX/Sources/Screens/InviteUsersScreen/View/InviteUsersScreen.swift index 9c53ade05..28bbbabd8 100644 --- a/ElementX/Sources/Screens/InviteUsersScreen/View/InviteUsersScreen.swift +++ b/ElementX/Sources/Screens/InviteUsersScreen/View/InviteUsersScreen.swift @@ -22,7 +22,7 @@ struct InviteUsersScreen: View { var body: some View { mainContent - .elementFormStyle() + .compoundForm() .scrollDismissesKeyboard(.immediately) .navigationTitle(L10n.screenCreateRoomAddPeopleTitle) .navigationBarTitleDisplayMode(.inline) @@ -86,8 +86,7 @@ struct InviteUsersScreen: View { Text(title) } } - .listRowSeparator(.automatic) - .formSectionStyle() + .compoundFormSection() } else { Section.empty } diff --git a/ElementX/Sources/Screens/MessageForwardingScreen/View/MessageForwardingScreen.swift b/ElementX/Sources/Screens/MessageForwardingScreen/View/MessageForwardingScreen.swift index d04599640..fc11b1819 100644 --- a/ElementX/Sources/Screens/MessageForwardingScreen/View/MessageForwardingScreen.swift +++ b/ElementX/Sources/Screens/MessageForwardingScreen/View/MessageForwardingScreen.swift @@ -27,10 +27,9 @@ struct MessageForwardingScreen: View { .buttonStyle(FormButtonStyle(accessory: .singleSelection(isSelected: context.viewState.selectedRoomID == room.id))) } } - .formSectionStyle() + .compoundFormSection() } - .listRowSeparator(.automatic) - .elementFormStyle() + .compoundForm() .navigationTitle(L10n.commonForwardMessage) .navigationBarTitleDisplayMode(.inline) .toolbar { diff --git a/ElementX/Sources/Screens/OnboardingScreen/View/OnboardingBackgroundImage.swift b/ElementX/Sources/Screens/OnboardingScreen/View/OnboardingBackgroundImage.swift new file mode 100644 index 000000000..0e25364f1 --- /dev/null +++ b/ElementX/Sources/Screens/OnboardingScreen/View/OnboardingBackgroundImage.swift @@ -0,0 +1,28 @@ +// +// Copyright 2023 New Vector Ltd +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// + +import SwiftUI + +/// The background gradient shown on the launch, splash and onboarding screens. +struct OnboardingBackgroundImage: View { + var body: some View { + Image(asset: Asset.Images.launchBackground) + .resizable() + .scaledToFill() + .ignoresSafeArea() + .accessibilityHidden(true) + } +} diff --git a/ElementX/Sources/Screens/OnboardingScreen/View/OnboardingBackgroundView.swift b/ElementX/Sources/Screens/OnboardingScreen/View/OnboardingBackgroundView.swift deleted file mode 100644 index ef4c58ea3..000000000 --- a/ElementX/Sources/Screens/OnboardingScreen/View/OnboardingBackgroundView.swift +++ /dev/null @@ -1,72 +0,0 @@ -// -// Copyright 2023 New Vector Ltd -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// - -import DesignKit -import SwiftUI - -/// A glossy animated background view designed for the onboarding screen -struct OnboardingBackgroundView: View { - @Environment(\.colorScheme) private var colorScheme - - var isAnimated = true - - @State private var factor = 0.0 - @State private var isReversed = false - - private let step = 0.001 - private let timer = Timer.publish(every: 0.01, on: .main, in: .common).autoconnect() - - var body: some View { - GeometryReader { geometry in - ZStack { - Image(asset: Asset.Images.onboardingBackgroundPart1) - .position(x: geometry.size.width * 0.125 - factor * geometry.size.width * 0.25, y: (1.0 - factor) * geometry.size.height * 0.55) - Image(asset: Asset.Images.onboardingBackgroundPart2) - .position(x: geometry.size.width * 1.05, y: factor * geometry.size.height * 0.45) - Image(asset: Asset.Images.onboardingBackgroundPart3) - .position(x: factor * geometry.size.width, y: geometry.size.height * 1.05 - factor * geometry.size.height * 0.08) - } - .frame(width: geometry.size.width, height: geometry.size.height) - .onReceive(timer) { _ in - guard isAnimated else { return } - - if isReversed { - guard factor > 0 else { - isReversed = false - factor = step - return - } - - factor -= step - } else { - guard factor < 1 else { - isReversed = true - factor = 1 - step - return - } - - factor += 0.001 - } - } - } - } -} - -struct OnboardingBackgroundView_Previews: PreviewProvider { - static var previews: some View { - OnboardingBackgroundView() - } -} diff --git a/ElementX/Sources/Screens/OnboardingScreen/View/OnboardingScreen.swift b/ElementX/Sources/Screens/OnboardingScreen/View/OnboardingScreen.swift index 166342a3f..51c9e8477 100644 --- a/ElementX/Sources/Screens/OnboardingScreen/View/OnboardingScreen.swift +++ b/ElementX/Sources/Screens/OnboardingScreen/View/OnboardingScreen.swift @@ -24,57 +24,50 @@ struct OnboardingScreen: View { @ObservedObject var context: OnboardingViewModel.Context var body: some View { - ZStack { - OnboardingBackgroundView(isAnimated: !Tests.isRunningUITests) - .accessibilityHidden(true) - - GeometryReader { geometry in - VStack(alignment: .leading) { - Spacer() - .frame(height: UIConstants.spacerHeight(in: geometry)) - - content - .frame(width: geometry.size.width) - .accessibilityIdentifier(A11yIdentifiers.onboardingScreen.hidden) - - Spacer() - - buttons - .frame(width: geometry.size.width) - .padding(.bottom, UIConstants.actionButtonBottomPadding) - .padding(.bottom, geometry.safeAreaInsets.bottom > 0 ? 0 : 16) - - Spacer() - .frame(height: UIConstants.spacerHeight(in: geometry)) - } - .frame(maxHeight: .infinity) + GeometryReader { geometry in + VStack(alignment: .leading) { + Spacer() + .frame(height: UIConstants.spacerHeight(in: geometry)) + + content + .frame(width: geometry.size.width) + .accessibilityIdentifier(A11yIdentifiers.onboardingScreen.hidden) + + buttons + .frame(width: geometry.size.width) + .padding(.bottom, UIConstants.actionButtonBottomPadding) + .padding(.bottom, geometry.safeAreaInsets.bottom > 0 ? 0 : 16) + + Spacer() + .frame(height: UIConstants.spacerHeight(in: geometry)) } - .navigationBarHidden(true) + .frame(maxHeight: .infinity) + } + .navigationBarHidden(true) + .background { + OnboardingBackgroundImage() } } var content: some View { VStack { + Spacer() + if verticalSizeClass == .regular { Spacer() - Image(Asset.Images.onboardingAppLogo.name) - .resizable() - .scaledToFit() - .padding(60) + Image(asset: Asset.Images.launchLogo) .accessibilityHidden(true) } Spacer() VStack(spacing: 8) { - Spacer() - Text(L10n.screenOnboardingWelcomeTitle) .font(.compound.headingLGBold) .foregroundColor(.compound.textPrimary) .multilineTextAlignment(.center) - Text(L10n.screenOnboardingWelcomeSubtitle(InfoPlistReader.main.bundleDisplayName)) + Text(L10n.screenOnboardingWelcomeMessage) .font(.compound.bodyLG) .foregroundColor(.compound.textSecondary) .multilineTextAlignment(.center) diff --git a/ElementX/Sources/Screens/Other/SplashScreenCoordinator.swift b/ElementX/Sources/Screens/Other/SplashScreenCoordinator.swift index 2e22d649a..fa6c334d4 100644 --- a/ElementX/Sources/Screens/Other/SplashScreenCoordinator.swift +++ b/ElementX/Sources/Screens/Other/SplashScreenCoordinator.swift @@ -18,12 +18,24 @@ import SwiftUI class SplashScreenCoordinator: CoordinatorProtocol { func toPresentable() -> AnyView { - AnyView( - ZStack { - Image(asset: Asset.Images.onboardingAppLogo) - .renderingMode(.original) - } - .frame(maxWidth: .infinity, maxHeight: .infinity) - ) + AnyView(SplashScreen()) + } +} + +/// The app's splash screen. This screen is shown after the LaunchScreen +/// until the app is ready to show the relevant coordinator. The design of +/// these 2 screens are matched. +struct SplashScreen: View { + var body: some View { + Image(asset: Asset.Images.launchLogo) + .accessibilityHidden(true) + .frame(maxWidth: .infinity, maxHeight: .infinity) + .background { OnboardingBackgroundImage() } + } +} + +struct SplashScreen_Previews: PreviewProvider { + static var previews: some View { + SplashScreen() } } diff --git a/ElementX/Sources/Screens/RoomDetailsEditScreen/View/RoomDetailsEditScreen.swift b/ElementX/Sources/Screens/RoomDetailsEditScreen/View/RoomDetailsEditScreen.swift index b177a7ba2..8addb054a 100644 --- a/ElementX/Sources/Screens/RoomDetailsEditScreen/View/RoomDetailsEditScreen.swift +++ b/ElementX/Sources/Screens/RoomDetailsEditScreen/View/RoomDetailsEditScreen.swift @@ -31,7 +31,7 @@ struct RoomDetailsEditScreen: View { nameSection topicSection } - .elementFormStyle() + .compoundForm() .scrollDismissesKeyboard(.immediately) .navigationTitle(L10n.screenRoomDetailsEditRoomTitle) .navigationBarTitleDisplayMode(.inline) @@ -98,9 +98,9 @@ struct RoomDetailsEditScreen: View { .clipShape(RoundedRectangle(cornerRadius: 8)) } header: { Text(L10n.commonRoomName) - .formSectionHeader() + .compoundFormSectionHeader() } - .formSectionStyle() + .compoundFormSection() } private var topicSection: some View { @@ -118,9 +118,9 @@ struct RoomDetailsEditScreen: View { .lineLimit(3...) } header: { Text(L10n.commonTopic) - .formSectionHeader() + .compoundFormSectionHeader() } - .formSectionStyle() + .compoundFormSection() } private var avatarOverlayIcon: some View { diff --git a/ElementX/Sources/Screens/RoomDetailsScreen/View/RoomDetailsScreen.swift b/ElementX/Sources/Screens/RoomDetailsScreen/View/RoomDetailsScreen.swift index 83a5efe72..f072aa550 100644 --- a/ElementX/Sources/Screens/RoomDetailsScreen/View/RoomDetailsScreen.swift +++ b/ElementX/Sources/Screens/RoomDetailsScreen/View/RoomDetailsScreen.swift @@ -43,7 +43,7 @@ struct RoomDetailsScreen: View { leaveRoomSection } - .elementFormStyle() + .compoundForm() .alert(item: $context.alertInfo) .alert(item: $context.leaveRoomAlertItem, actions: leaveRoomAlertActions, @@ -129,9 +129,9 @@ struct RoomDetailsScreen: View { } } header: { Text(L10n.commonTopic) - .formSectionHeader() + .compoundFormSectionHeader() } - .formSectionStyle() + .compoundFormSection() } } @@ -159,9 +159,8 @@ struct RoomDetailsScreen: View { .accessibilityIdentifier(A11yIdentifiers.roomDetailsScreen.invite) } } - .listRowSeparatorTint(.compound.borderDisabled) .buttonStyle(FormButtonStyle(accessory: .navigationLink)) - .formSectionStyle() + .compoundFormSection() .foregroundColor(.compound.textPrimary) } @@ -182,9 +181,9 @@ struct RoomDetailsScreen: View { .labelStyle(FormRowLabelStyle(alignment: .top)) } header: { Text(L10n.commonSecurity) - .formSectionHeader() + .compoundFormSectionHeader() } - .formSectionStyle() + .compoundFormSection() } } @@ -197,7 +196,7 @@ struct RoomDetailsScreen: View { } .buttonStyle(FormButtonStyle(accessory: nil)) } - .formSectionStyle() + .compoundFormSection() } @ViewBuilder @@ -212,7 +211,7 @@ struct RoomDetailsScreen: View { .buttonStyle(FormButtonStyle(accessory: context.viewState.isProcessingIgnoreRequest ? .progressView : nil)) .disabled(context.viewState.isProcessingIgnoreRequest) } - .formSectionStyle() + .compoundFormSection() } @ViewBuilder diff --git a/ElementX/Sources/Screens/RoomMemberDetailsScreen/View/RoomMemberDetailsScreen.swift b/ElementX/Sources/Screens/RoomMemberDetailsScreen/View/RoomMemberDetailsScreen.swift index e347c8858..2cb9862ed 100644 --- a/ElementX/Sources/Screens/RoomMemberDetailsScreen/View/RoomMemberDetailsScreen.swift +++ b/ElementX/Sources/Screens/RoomMemberDetailsScreen/View/RoomMemberDetailsScreen.swift @@ -27,7 +27,7 @@ struct RoomMemberDetailsScreen: View { blockUserSection } } - .elementFormStyle() + .compoundForm() .alert(item: $context.ignoreUserAlert, actions: blockUserAlertActions, message: blockUserAlertMessage) .alert(item: $context.alertInfo) .track(screen: .user) @@ -66,7 +66,7 @@ struct RoomMemberDetailsScreen: View { .buttonStyle(FormButtonStyle(accessory: context.viewState.isProcessingIgnoreRequest ? .progressView : nil)) .disabled(context.viewState.isProcessingIgnoreRequest) } - .formSectionStyle() + .compoundFormSection() } private var blockUserButtonAction: RoomMemberDetailsScreenViewAction { diff --git a/ElementX/Sources/Screens/RoomScreen/RoomScreenViewModel.swift b/ElementX/Sources/Screens/RoomScreen/RoomScreenViewModel.swift index b056b0ac6..2a39d89cf 100644 --- a/ElementX/Sources/Screens/RoomScreen/RoomScreenViewModel.swift +++ b/ElementX/Sources/Screens/RoomScreen/RoomScreenViewModel.swift @@ -356,7 +356,7 @@ class RoomScreenViewModel: RoomScreenViewModelType, RoomScreenViewModelProtocol ] if timelineItem is EventBasedMessageTimelineItemProtocol { - actions.append(contentsOf: [.forward(itemID: itemId), .copy, .quote]) + actions.append(contentsOf: [.forward(itemID: itemId), .copy]) } actions.append(.copyPermalink) @@ -403,13 +403,6 @@ class RoomScreenViewModel: RoomScreenViewModelType, RoomScreenViewModelProtocol state.bindings.composerFocused = true state.bindings.composerText = messageTimelineItem.body setComposerMode(.edit(originalItemId: messageTimelineItem.id)) - case .quote: - guard let messageTimelineItem = timelineItem as? EventBasedMessageTimelineItemProtocol else { - return - } - - state.bindings.composerFocused = true - state.bindings.composerText = "> \(messageTimelineItem.body)\n\n" case .copyPermalink: do { let permalink = try PermalinkBuilder.permalinkTo(eventIdentifier: eventTimelineItem.id, roomIdentifier: timelineController.roomID) diff --git a/ElementX/Sources/Screens/RoomScreen/View/Style/LongPressWithFeedback.swift b/ElementX/Sources/Screens/RoomScreen/View/Style/LongPressWithFeedback.swift new file mode 100644 index 000000000..dd2fdd73f --- /dev/null +++ b/ElementX/Sources/Screens/RoomScreen/View/Style/LongPressWithFeedback.swift @@ -0,0 +1,96 @@ +// +// Copyright 2023 New Vector Ltd +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// + +import SwiftUI + +struct LongPressWithFeedback: ViewModifier { + let action: () -> Void + + @State private var isLongPressing = false + private let feedbackGenerator = UIImpactFeedbackGenerator(style: .heavy) + + func body(content: Content) -> some View { + content + .scaleEffect(x: isLongPressing ? 0.93 : 1, + y: isLongPressing ? 0.93 : 1) + .animation(isLongPressing ? .spring(response: 0.8).delay(0.2) : .spring(response: 0.2), + value: isLongPressing) + .onLongPressGesture(minimumDuration: 0.25) { + action() + feedbackGenerator.impactOccurred() + } onPressingChanged: { isPressing in + isLongPressing = isPressing + if isPressing { + feedbackGenerator.prepare() + } + } + } +} + +extension View { + func longPressWithFeedback(action: @escaping () -> Void) -> some View { + modifier(LongPressWithFeedback(action: action)) + } +} + +struct FakeContextMenu_Previews: PreviewProvider { + static var previews: some View { Preview() } + + struct Preview: View { + private let viewModel = RoomScreenViewModel.mock + @State private var isPresentingSheet = false + + var body: some View { + NavigationStack { + ScrollView { + VStack(alignment: .leading) { + mockBubble("This is a message from somebody with a couple of lines of text.") + .longPressWithFeedback { isPresentingSheet = true } + + mockBubble("Short message") + .longPressWithFeedback { isPresentingSheet = true } + + mockBubble("How are you today? The sun is shining here and its very hot ☀️☀️☀️") + .longPressWithFeedback { isPresentingSheet = true } + + mockBubble("I'm a fake!") + .contextMenu { + Button("Copy") { } + Button("Reply") { } + Button("Remove") { } + } + } + .padding() + } + .navigationTitle("Work chat") + .navigationBarTitleDisplayMode(.inline) + } + .sheet(isPresented: $isPresentingSheet) { + Text("Long pressed!") + .presentationDetents([.medium]) + } + .environmentObject(viewModel.context) + } + + func mockBubble(_ body: String) -> some View { + Text(body) + .padding(.horizontal, 12) + .padding(.vertical, 4) + .background(Color.compound._bgBubbleOutgoing, in: RoundedRectangle(cornerRadius: 12)) + .onTapGesture { /* Fix long press gesture blocking the scroll view */ } + } + } +} diff --git a/ElementX/Sources/Screens/RoomScreen/View/Style/TimelineItemBubbledStylerView.swift b/ElementX/Sources/Screens/RoomScreen/View/Style/TimelineItemBubbledStylerView.swift index 8fe8264c0..301b23eae 100644 --- a/ElementX/Sources/Screens/RoomScreen/View/Style/TimelineItemBubbledStylerView.swift +++ b/ElementX/Sources/Screens/RoomScreen/View/Style/TimelineItemBubbledStylerView.swift @@ -21,8 +21,6 @@ struct TimelineItemBubbledStylerView: View { @EnvironmentObject private var context: RoomScreenViewModel.Context @Environment(\.timelineGroupStyle) private var timelineGroupStyle - private let feedbackGenerator = UIImpactFeedbackGenerator(style: .heavy) - let timelineItem: EventBasedTimelineItemProtocol @ViewBuilder let content: () -> Content @@ -116,13 +114,8 @@ struct TimelineItemBubbledStylerView: View { } // We need a tap gesture before this long one so that it doesn't // steal away the gestures from the scroll view - .onLongPressGesture(minimumDuration: 0.25) { + .longPressWithFeedback { context.send(viewAction: .timelineItemMenu(itemID: timelineItem.id)) - feedbackGenerator.impactOccurred() - } onPressingChanged: { pressing in - if pressing { - feedbackGenerator.prepare() - } } .padding(.top, messageBubbleTopPadding) } diff --git a/ElementX/Sources/Screens/RoomScreen/View/TimelineItemMenu.swift b/ElementX/Sources/Screens/RoomScreen/View/TimelineItemMenu.swift index 7bfaf1bbd..3fdbaf4eb 100644 --- a/ElementX/Sources/Screens/RoomScreen/View/TimelineItemMenu.swift +++ b/ElementX/Sources/Screens/RoomScreen/View/TimelineItemMenu.swift @@ -33,7 +33,6 @@ struct TimelineItemMenuActions { enum TimelineItemMenuAction: Identifiable, Hashable { case copy case edit - case quote case copyPermalink case redact case reply @@ -182,10 +181,6 @@ public struct TimelineItemMenu: View { Button { send(action) } label: { MenuLabel(title: L10n.actionEdit, systemImageName: "pencil.line") } - case .quote: - Button { send(action) } label: { - MenuLabel(title: L10n.actionQuote, systemImageName: "quote.bubble") - } case .copyPermalink: Button { send(action) } label: { MenuLabel(title: L10n.actionCopyLinkToMessage, systemImageName: "link") diff --git a/ElementX/Sources/Screens/Settings/DeveloperOptionsScreen/View/DeveloperOptionsScreen.swift b/ElementX/Sources/Screens/Settings/DeveloperOptionsScreen/View/DeveloperOptionsScreen.swift index 1e6e6a63a..36899a56f 100644 --- a/ElementX/Sources/Screens/Settings/DeveloperOptionsScreen/View/DeveloperOptionsScreen.swift +++ b/ElementX/Sources/Screens/Settings/DeveloperOptionsScreen/View/DeveloperOptionsScreen.swift @@ -65,7 +65,7 @@ struct DeveloperOptionsScreen: View { } } .overlay(effectsView) - .elementFormStyle() + .compoundForm() .navigationTitle(L10n.commonDeveloperOptions) .navigationBarTitleDisplayMode(.inline) } diff --git a/ElementX/Sources/Screens/StartChatScreen/View/StartChatScreen.swift b/ElementX/Sources/Screens/StartChatScreen/View/StartChatScreen.swift index d3142376d..86c34b3ed 100644 --- a/ElementX/Sources/Screens/StartChatScreen/View/StartChatScreen.swift +++ b/ElementX/Sources/Screens/StartChatScreen/View/StartChatScreen.swift @@ -28,13 +28,13 @@ struct StartChatScreen: View { searchContent } } - .elementFormStyle() + .compoundForm() .track(screen: .startChat) .scrollDismissesKeyboard(.immediately) .navigationTitle(L10n.actionStartChat) .navigationBarTitleDisplayMode(.inline) .toolbar { - ToolbarItem(placement: .navigationBarTrailing) { + ToolbarItem(placement: .cancellationAction) { closeButton } } @@ -73,7 +73,7 @@ struct StartChatScreen: View { } .buttonStyle(FormButtonStyle(accessory: .navigationLink)) } - .formSectionStyle() + .compoundFormSection() } private var inviteFriendsSection: some View { @@ -84,7 +84,7 @@ struct StartChatScreen: View { .buttonStyle(FormButtonStyle()) .accessibilityIdentifier(A11yIdentifiers.startChatScreen.inviteFriends) } - .formSectionStyle() + .compoundFormSection() } @ViewBuilder @@ -102,8 +102,7 @@ struct StartChatScreen: View { Text(title) } } - .listRowSeparator(.automatic) - .formSectionStyle() + .compoundFormSection() } else { Section.empty } diff --git a/ElementX/SupportingFiles/Base.lproj/LaunchScreen.storyboard b/ElementX/SupportingFiles/Base.lproj/LaunchScreen.storyboard index f25e499e7..c31ed649a 100644 --- a/ElementX/SupportingFiles/Base.lproj/LaunchScreen.storyboard +++ b/ElementX/SupportingFiles/Base.lproj/LaunchScreen.storyboard @@ -1,8 +1,8 @@ - + - + @@ -15,16 +15,34 @@ + + + + + + + + + + + + + + + + - + + + diff --git a/project.yml b/project.yml index 2647bf5b1..71548cc8c 100644 --- a/project.yml +++ b/project.yml @@ -53,7 +53,7 @@ packages: minorVersion: 5.13.0 Compound: url: https://github.com/vector-im/compound-ios - revision: e8b35fdd8c4008079dfce203e63bf7a05582d7b9 + revision: d1a28b8a311e33ddb517d10391037f1547a3c7b6 # path: ../compound-ios Algorithms: url: https://github.com/apple/swift-algorithms